summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-09-03 22:55:49 +0300
committerRasmus Andersson <rasmus@notion.se>2018-09-03 22:55:49 +0300
commitc833e252c925e8dd68108660710ca835d95daa6f (patch)
tree6b2e28264ed45efd7f054e453b622098d0d875b8
parent8c1a4c181ef12000179dfec541f1af87e9b03122 (diff)
downloadinter-c833e252c925e8dd68108660710ca835d95daa6f.tar.xz
Major overhaul, moving from UFO2 to Glyphs and UFO3, plus a brand new and much simpler fontbuild
-rw-r--r--.gitignore1
-rw-r--r--Makefile117
-rwxr-xr-xinit.sh267
-rwxr-xr-xmisc/check-font.py34
-rwxr-xr-xmisc/fontbuild462
-rwxr-xr-xmisc/mac-tmp-disk-mount.sh25
-rwxr-xr-xmisc/mac-tmp-disk-unmount.sh5
-rw-r--r--misc/patches/woff2.patch33
-rw-r--r--misc/pylib/booleanOperations/.gitignore2
-rw-r--r--misc/pylib/booleanOperations/LICENSE20
-rw-r--r--misc/pylib/booleanOperations/__init__.py11
-rw-r--r--misc/pylib/booleanOperations/booleanGlyph.pyx257
-rw-r--r--misc/pylib/booleanOperations/booleanOperationManager.pyx137
-rw-r--r--misc/pylib/booleanOperations/exceptions.py25
-rw-r--r--misc/pylib/booleanOperations/flatten.pyx1248
-rw-r--r--misc/pylib/booleanOperations/requirements.txt3
-rw-r--r--misc/pylib/booleanOperations/setup.py15
-rw-r--r--misc/pylib/booleanOperations/version.py4
-rw-r--r--misc/pylib/copy/.gitignore2
-rw-r--r--misc/pylib/copy/LICENSE.txt254
-rw-r--r--misc/pylib/copy/__init__.py2
-rw-r--r--misc/pylib/copy/copy.pyx433
-rw-r--r--misc/pylib/copy/setup.py13
-rwxr-xr-xmisc/pylib/extractor/License.txt21
-rwxr-xr-xmisc/pylib/extractor/README.rst50
-rwxr-xr-xmisc/pylib/extractor/__init__.py45
-rwxr-xr-xmisc/pylib/extractor/exceptions.py1
-rwxr-xr-xmisc/pylib/extractor/formats/__init__.py0
-rwxr-xr-xmisc/pylib/extractor/formats/opentype.py806
-rwxr-xr-xmisc/pylib/extractor/formats/ttx.py28
-rwxr-xr-xmisc/pylib/extractor/formats/type1.py164
-rwxr-xr-xmisc/pylib/extractor/formats/woff.py222
-rwxr-xr-xmisc/pylib/extractor/requirements.txt2
-rwxr-xr-xmisc/pylib/extractor/tools.py32
-rw-r--r--misc/pylib/fontbuild/.gitignore1
-rw-r--r--misc/pylib/fontbuild/Build.pyx365
-rw-r--r--misc/pylib/fontbuild/LICENSE201
-rw-r--r--misc/pylib/fontbuild/ORIGIN.txt1
-rw-r--r--misc/pylib/fontbuild/__init__.py6
-rw-r--r--misc/pylib/fontbuild/alignpoints.pyx178
-rw-r--r--misc/pylib/fontbuild/anchors.py77
-rw-r--r--misc/pylib/fontbuild/convertCurves.pyx102
-rw-r--r--misc/pylib/fontbuild/curveFitPen.pyx422
-rw-r--r--misc/pylib/fontbuild/decomposeGlyph.pyx23
-rwxr-xr-xmisc/pylib/fontbuild/features.py189
-rw-r--r--misc/pylib/fontbuild/generateGlyph.py97
-rw-r--r--misc/pylib/fontbuild/instanceNames.py248
-rw-r--r--misc/pylib/fontbuild/italics.pyx308
-rwxr-xr-xmisc/pylib/fontbuild/markFeature.py52
-rw-r--r--misc/pylib/fontbuild/mitreGlyph.pyx111
-rw-r--r--misc/pylib/fontbuild/mix.pyx358
-rw-r--r--misc/pylib/fontbuild/setup.py20
-rw-r--r--misc/pylib/robofab/.gitignore2
-rw-r--r--misc/pylib/robofab/LICENSE.txt22
-rwxr-xr-xmisc/pylib/robofab/__init__.py82
-rwxr-xr-xmisc/pylib/robofab/contrib/__init__.py11
-rw-r--r--misc/pylib/robofab/exceptions.py3
-rwxr-xr-xmisc/pylib/robofab/gString.py625
-rwxr-xr-xmisc/pylib/robofab/glifLib.pyx718
-rwxr-xr-xmisc/pylib/robofab/glifLib2.py747
-rwxr-xr-xmisc/pylib/robofab/interface/__init__.py14
-rwxr-xr-xmisc/pylib/robofab/interface/all/__init__.py14
-rwxr-xr-xmisc/pylib/robofab/interface/all/dialogs.py278
-rw-r--r--misc/pylib/robofab/interface/all/dialogs_default.py76
-rw-r--r--misc/pylib/robofab/interface/all/dialogs_fontlab_legacy1.py73
-rw-r--r--misc/pylib/robofab/interface/all/dialogs_fontlab_legacy2.py373
-rwxr-xr-xmisc/pylib/robofab/interface/all/dialogs_legacy.py737
-rw-r--r--misc/pylib/robofab/interface/all/dialogs_mac_vanilla.py267
-rwxr-xr-xmisc/pylib/robofab/interface/mac/__init__.py10
-rwxr-xr-xmisc/pylib/robofab/interface/mac/getFileOrFolder.py80
-rwxr-xr-xmisc/pylib/robofab/interface/win/__init__.py10
-rwxr-xr-xmisc/pylib/robofab/misc/__init__.py13
-rw-r--r--misc/pylib/robofab/misc/arrayTools.pyx160
-rw-r--r--misc/pylib/robofab/misc/bezierTools.py416
-rw-r--r--misc/pylib/robofab/misc/speedTestCase.py99
-rw-r--r--misc/pylib/robofab/misc/test.py119
-rwxr-xr-xmisc/pylib/robofab/objects/__init__.py15
-rwxr-xr-xmisc/pylib/robofab/objects/objectsBase.pyx3426
-rw-r--r--misc/pylib/robofab/objects/objectsFF.py1253
-rwxr-xr-xmisc/pylib/robofab/objects/objectsFL.py3112
-rwxr-xr-xmisc/pylib/robofab/objects/objectsRF.pyx1233
-rwxr-xr-xmisc/pylib/robofab/path/__init__.py12
-rw-r--r--misc/pylib/robofab/path/intersect.py108
-rwxr-xr-xmisc/pylib/robofab/pens/__init__.py11
-rw-r--r--misc/pylib/robofab/pens/adapterPens.py293
-rw-r--r--misc/pylib/robofab/pens/angledMarginPen.py132
-rw-r--r--misc/pylib/robofab/pens/boundsPen.pyx95
-rwxr-xr-xmisc/pylib/robofab/pens/digestPen.py106
-rwxr-xr-xmisc/pylib/robofab/pens/filterPen.py407
-rwxr-xr-xmisc/pylib/robofab/pens/flPen.py274
-rw-r--r--misc/pylib/robofab/pens/marginPen.py155
-rwxr-xr-xmisc/pylib/robofab/pens/mathPens.py185
-rw-r--r--misc/pylib/robofab/pens/pointPen.py173
-rw-r--r--misc/pylib/robofab/pens/quartzPen.py21
-rwxr-xr-xmisc/pylib/robofab/pens/reverseContourPointPen.py125
-rwxr-xr-xmisc/pylib/robofab/pens/rfUFOPen.pyx103
-rwxr-xr-xmisc/pylib/robofab/plistFromTree.py43
-rwxr-xr-xmisc/pylib/robofab/plistlib.py495
-rwxr-xr-xmisc/pylib/robofab/setup.py19
-rwxr-xr-xmisc/pylib/robofab/test/__init__.py8
-rw-r--r--misc/pylib/robofab/test/runAll.py27
-rwxr-xr-xmisc/pylib/robofab/test/testSupport.py278
-rw-r--r--misc/pylib/robofab/test/test_RInfoFL.py111
-rw-r--r--misc/pylib/robofab/test/test_RInfoRF.py56
-rw-r--r--misc/pylib/robofab/test/test_dialogs.py218
-rw-r--r--misc/pylib/robofab/test/test_fontLabUFOReadWrite.py565
-rw-r--r--misc/pylib/robofab/test/test_glifLib.py150
-rw-r--r--misc/pylib/robofab/test/test_noneLabUFOReadWrite.py321
-rwxr-xr-xmisc/pylib/robofab/test/test_objectsFL.py54
-rwxr-xr-xmisc/pylib/robofab/test/test_objectsUFO.py203
-rwxr-xr-xmisc/pylib/robofab/test/test_pens.py149
-rw-r--r--misc/pylib/robofab/test/test_psHints.py110
-rw-r--r--misc/pylib/robofab/test/test_ufoLib.py1659
-rwxr-xr-xmisc/pylib/robofab/tools/__init__.py12
-rwxr-xr-xmisc/pylib/robofab/tools/accentBuilder.py348
-rw-r--r--misc/pylib/robofab/tools/fontlabFeatureSplitter.py85
-rwxr-xr-xmisc/pylib/robofab/tools/glifExport.py95
-rwxr-xr-xmisc/pylib/robofab/tools/glifImport.py74
-rw-r--r--misc/pylib/robofab/tools/glyphConstruction.py565
-rwxr-xr-xmisc/pylib/robofab/tools/glyphNameSchemes.py41
-rwxr-xr-xmisc/pylib/robofab/tools/objectDumper.py55
-rwxr-xr-xmisc/pylib/robofab/tools/otFeatures.py190
-rwxr-xr-xmisc/pylib/robofab/tools/proof.py119
-rwxr-xr-xmisc/pylib/robofab/tools/remote.py175
-rwxr-xr-xmisc/pylib/robofab/tools/rfPrefs.py122
-rwxr-xr-xmisc/pylib/robofab/tools/toolsAll.py145
-rwxr-xr-xmisc/pylib/robofab/tools/toolsFL.py339
-rwxr-xr-xmisc/pylib/robofab/tools/toolsRF.py6
-rwxr-xr-xmisc/pylib/robofab/ufoLib.py1084
-rw-r--r--misc/pylib/robofab/world.py108
-rw-r--r--misc/pylib/robofab/xmlTreeBuilder.pyx116
-rwxr-xr-xmisc/tools/cleanup_kerning.py (renamed from misc/cleanup_kerning.py)0
-rwxr-xr-xmisc/tools/download-count.py (renamed from misc/download-count.py)0
-rwxr-xr-xmisc/tools/enrich-glypnames.py (renamed from misc/enrich-glypnames.py)0
-rwxr-xr-xmisc/tools/fixup-diacritics.py (renamed from misc/fixup-diacritics.py)0
-rwxr-xr-xmisc/tools/fixup-features.py (renamed from misc/fixup-features.py)0
-rwxr-xr-xmisc/tools/fixup-kerning.py (renamed from misc/fixup-kerning.py)0
-rwxr-xr-xmisc/tools/fontinfo.py (renamed from misc/fontinfo.py)0
-rwxr-xr-xmisc/tools/gen-glyphinfo.py (renamed from misc/gen-glyphinfo.py)0
-rwxr-xr-xmisc/tools/gen-glyphorder.py (renamed from misc/gen-glyphorder.py)0
-rw-r--r--misc/tools/gen-kern.py (renamed from misc/gen-kern.py)0
-rwxr-xr-xmisc/tools/gen-metrics-and-svgs.py (renamed from misc/gen-metrics-and-svgs.py)0
-rw-r--r--misc/tools/gen-num-pairs.js (renamed from misc/gen-num-pairs.js)0
-rwxr-xr-xmisc/tools/gen-tnum.py (renamed from misc/gen-tnum.py)0
-rwxr-xr-xmisc/tools/glyf-props.py (renamed from misc/glyf-props.py)0
-rwxr-xr-xmisc/tools/glyphcheck.py (renamed from misc/glyphcheck.py)0
-rwxr-xr-xmisc/tools/kernsample.py (renamed from misc/kernsample.py)0
-rw-r--r--misc/tools/restore-diacritics-kerning.py (renamed from misc/restore-diacritics-kerning.py)0
-rwxr-xr-xmisc/tools/rewrite-glyphorder.py (renamed from misc/rewrite-glyphorder.py)0
-rwxr-xr-xmisc/tools/rmglyph.py (renamed from misc/rmglyph.py)0
-rwxr-xr-xmisc/tools/show-changes.py (renamed from misc/show-changes.py)0
-rwxr-xr-xmisc/tools/svgsync.py (renamed from misc/svgsync.py)0
-rwxr-xr-xmisc/tools/svgsync2.py (renamed from misc/svgsync2.py)0
-rwxr-xr-xmisc/tools/ufo-color-glyphs.py (renamed from misc/ufo-color-glyphs.py)0
-rw-r--r--misc/tools/unicode_util.py (renamed from misc/unicode_util.py)0
-rwxr-xr-xmisc/tools/versionize-css.py (renamed from misc/versionize-css.py)0
-rwxr-xr-xmisc/ufocompile253
-rwxr-xr-xmisc/version.py16
-rw-r--r--requirements.txt33
-rw-r--r--src/Inter-UI-Black.ufo/features.fea1040
-rw-r--r--src/Inter-UI-Black.ufo/fontinfo.plist474
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/AE__.glif59
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_.glif93
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_E_.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_E_acute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_E_macron.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_breve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_breveacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_brevecyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_brevedotbelow.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_brevegrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_brevehookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_brevetilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_circumflexacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_circumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_circumflexgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_circumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_circumflextilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_dblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_dieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_dieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_dieresismacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_dotmacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_grave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_hookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_iecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_lpha.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_lphatonos.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_macron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_ogonek.N_A_V_.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_ogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_ring.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_ringacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_ringbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/A_tilde.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Adieresis_.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Atilde_.glif9
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/B_.glif213
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/B_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/B_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/B_eta.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/B_hook.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/B_linebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/B_topbar.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Bhook_.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Btopbar_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/CR__.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_.glif175
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_R_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_cedilla.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_cedillaacute.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_heabkhasiancyrillic.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_hedescenderabkhasiancyrillic.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_hedescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_hedieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_hekhakassiancyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_heverticalstrokecyrillic.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_hi.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/C_hook.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Cheabkhasiancyrillic_.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Chedescendercyrillic_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Cheverticalstrokecyrillic_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Chook_.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/DZcaron_.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_.glif229
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_Z_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_bar1.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_cedilla.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_croat.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_elta.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_hook.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_igamma.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_linebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_topbar.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_z.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_zcaron_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/D_zeabkhasiancyrillic.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Dbar1_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Delta_.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Dhook_.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Digamma_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Dtopbar_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Dzeabkhasiancyrillic_.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_.glif93
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_breve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_cedillabreve.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_circumflexacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_circumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_circumflexgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_circumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_circumflextilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_dblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_dieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_grave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_hookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_iotifiedcyrillic.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_macron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_macronacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_macrongrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_ndescendercyrillic.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_ng.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_nghecyrillic.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_nhookcyrillic.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_ogonek.N_A_V_.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_ogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_psilon.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_psilon1.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_psilontonos.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_sdescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_sh.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_ta.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_tatonos.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_th.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_tilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_tildebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_turn.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_uro.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_zh.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_zhcaron.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/E_zhreversed.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Eiotifiedcyrillic_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Endescendercyrillic_.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Eng_.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Enghecyrillic_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Enhookcyrillic_.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Epsilon1_.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Esh_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Eturn_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Euro_.glif509
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ezh_.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ezhcaron_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ezhreversed_.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/F_.glif119
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/F_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/F_hook.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/F_turn.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Fhook_.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Fturn_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_.glif171
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_amma.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_amma1.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_bar.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_breve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_commaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_ermandbls.glif63
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_hemiddlehookcyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_hestrokecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_hook.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_macron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_smallcap.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/G_smallcaphook.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Gamma1_.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Gamma_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Gbar_.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Germandbls_.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ghemiddlehookcyrillic_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ghook_.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Gsmallcap_.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Gsmallcaphook_.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_.glif85
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_aabkhasiancyrillic.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_adescendercyrillic.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_bar.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_brevebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_cedilla.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_dieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/H_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Haabkhasiancyrillic_.glif95
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Hadescendercyrillic_.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Hbar_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Hcedilla_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_.glif99
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_J_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_breve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_dblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_dieresis.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_dieresisacute.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_dieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_ebrevecyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_grave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_hookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_macron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_macroncyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_ogonek.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_ota.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_ota1.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_otadieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_otatonos.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_smallcap.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_stroke.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_tilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_tildebelow.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/I_zhitsadblgravecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Idieresis_.glif9
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Idieresisacute_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Iota1_.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ismallcap_.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Istroke_.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Itildebelow_.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/J_.glif111
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/J_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_.glif282
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_abashkircyrillic.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_acyr.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_adescendercyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_ahookcyrillic.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_appa.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_averticalstrokecyrillic.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_commaaccent.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_hook.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_linebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_oppa.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_oppacyrillic.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/K_sicyrillic.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Kabashkircyrillic_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Kacyr_.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Kadescendercyrillic_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Kahookcyrillic_.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Kaverticalstrokecyrillic_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Khook_.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Koppa_.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Koppacyrillic_.glif94
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ksicyrillic_.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_J_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L__bar.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L__slash.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_ambda.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_caron.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_commaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_dot.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_dotbelowmacron.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_j.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_linebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/L_smallcap.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Lambda_.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Lsmallcap_.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/M_.glif134
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/M_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/M_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/M_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/M_u.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_J_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_commaaccent.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_hook.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_j.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_linebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_smallcap.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_tilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/N_u.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Nhook_.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Nsmallcap_.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/OE__.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/OEsmallcap__.glif79
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/OI__.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_.glif111
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_E_.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_E_smallcap.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_I_.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_bar.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_barredcyrillic.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_barreddieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_breve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_circumflexacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_circumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_circumflexgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_circumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_circumflextilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_dblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_dieresis.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_dieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_grave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_hookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_horn.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_hornacute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_horndotbelow.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_horngrave.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_hornhookabove.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_horntilde.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_hungarumlaut.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_macron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_macronacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_macrongrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_mega.glif63
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_megacyrillic.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_megaroundcyrillic.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_megatitlocyrillic.glif97
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_megatonos.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_micron.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_microntonos.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_ogonek.N_A_V_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_ogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_ogonekmacron.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_open.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_slash.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_slashacute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_tcyrillic.glif63
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_tilde.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_tildeacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/O_tildedieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Odieresis_.glif9
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ohorn_.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Omega_.glif103
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Omegacyrillic_.glif59
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Omegaroundcyrillic_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Omegatitlocyrillic_.glif97
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Oopen_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Oslash_.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Otcyrillic_.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Otilde_.glif9
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_.glif138
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_emiddlehookcyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_hi.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_hook.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_i.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_si.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/P_sicyrillic.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Pemiddlehookcyrillic_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Phi_.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Phook_.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Pi_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Psi_.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Q_.glif92
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Q__rthook.glif135
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_.glif158
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_commaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_dblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_dotbelowmacron.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_ho.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_linebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_smallcap.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_smallcapinv.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_turnsuper.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/R_x.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Rsmallcap_.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Rsmallcapinv_.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Rturnsuper_.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Rx_.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_.glif167
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_acutedotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_ampi.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_carondotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_cedilla.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_chwa.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_chwacyrillic.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_chwadieresiscyrillic.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_commaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_dotbelowdotaccent.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_hhacyrillic.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_igma.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/S_tigma.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Sampi_.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Schwa_.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Schwacyrillic_.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Shhacyrillic_.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Sigma_.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Stigma_.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_au.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_bar.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_commaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_edescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_etsecyrillic.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_heta.glif47
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_hook.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_horn.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_linebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_onefive.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_onesix.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_onetwo.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/T_rthook.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Tetsecyrillic_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Theta_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Thook_.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Thorn_.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Tonefive_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Tonesix_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Tonetwo_.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Trthook_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_.glif123
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_breve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dieresisacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dieresisbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dieresiscaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dieresisgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dieresismacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_grave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_hookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_horn.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_hornacute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_horndotbelow.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_horngrave.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_hornhookabove.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_horntilde.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_hungarumlaut.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_hungarumlautcyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_kcyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_macron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_macroncyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_macrondieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_ogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_psilon.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_psilon2.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_psilonacutehooksymbolgreek.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_psilondieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_psilondieresishooksymbolgreek.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_psilonhooksymbol.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_psilontonos.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_ring.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_straightcyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_straightstrokecyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_tilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_tildeacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/U_tildebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Uhorn_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Upsilon2_.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Upsilonhooksymbol_.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/V_.glif181
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/V_cursive.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/V_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/V_tilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Vcursive_.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/W_.glif350
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/W_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/W_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/W_dieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/W_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/W_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/W_grave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/X_.glif172
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/X_dieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/X_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/X_i.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Xi_.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/YR__.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_.glif254
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_R_.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_dieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_erudieresiscyrillic.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_grave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_hook.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_hookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_smallcap.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_tilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_usbigcyrillic.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_usbigiotifiedcyrillic.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_uslittlecyrillic.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Y_uslittleiotifiedcyrillic.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Yhook_.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Ysmallcap_.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Yusbigcyrillic_.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Yusbigiotifiedcyrillic_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Yuslittlecyrillic_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Yuslittleiotifiedcyrillic_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_.glif179
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_acute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_bar.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_caron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_circumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_dotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_dotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_edescendercyrillic.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_edieresiscyrillic.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_eta.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_hebrevecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_hedescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_hedieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Z_linebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Zbar_.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/Zhedescendercyrillic_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/__notdef.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/__null.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/_notdef.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/_null.glif13
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/a.glif192
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/a_uni02DE__.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/a_uni02D_E_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/abreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/abreveacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/abrevecyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/abrevedotbelow.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/abrevegrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/abrevehookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/abrevetilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/accountof.glif179
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acircumflexacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acircumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acircumflexgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acircumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acircumflextilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acute.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acutecomb.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acutedblnosp.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acutedotcomb.cn.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acutedotcomb.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acutedotcomb.lc.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acutelowmod.glif10
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acuterightnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/acutesubnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/adblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/addresssubject.glif191
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/adieresis.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/adieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/adieresismacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/adotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/adotmacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ae.glif219
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aeacute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aemacron.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10017.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10018.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10019.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10020.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10021.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10022.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10023.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10024.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10025.glif137
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10026.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10027.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10029.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10030.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10031.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10032.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10033.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10034.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10035.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10036.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10037.glif97
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10038.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10039.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10040.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10041.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10042.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10043.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10044.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10045.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10046.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10047.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10048.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10049.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10050.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10051.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10052.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10053.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10054.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10055.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10056.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10057.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10058.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10059.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10060.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10061.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10062.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10065.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10145.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10146.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10147.glif71
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii10148.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii300.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii57596.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii57598.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii57636.glif91
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/afii61664.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/agrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ahookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aiecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ainvertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/alpha.glif110
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/alphatonos.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/amacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ampersand.glif125
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/anglesupnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/angstrom.glif84
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/anoteleia.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aogonek.N_A_V_.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/apostrophemod.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/approxequal.glif121
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/archdblsubnosp.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arighthalfring.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aring.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aringacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aringbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowNE_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowNW_.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowN_E_.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowN_W_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowSE_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowSW_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowS_E_.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowS_W_.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowdown.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowheaddownmod.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowheadleftmod.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowheadrightmod.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowheadupmod.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowleft.case.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowleft.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowleftlong.case.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowleftlong.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowright.case.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowright.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowrightlong.case.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowrightlong.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/arrowup.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/asciicircum.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/asciitilde.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ascript.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ascript_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ascript_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ascriptturn.glif114
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ascriptturn_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ascriptturn_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/asterisk.case.glif112
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/asterisk.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/asterism.glif113
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/at.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/at.glif149
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/atilde.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aturn.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aturn_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/aturn_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/austral.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/b.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/babygamma.glif124
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/backslash.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bar.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/barmidlongnosp.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/barmidshortnosp.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bbar.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/becyrillic.glif102
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/beta.glif110
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/beta1.glif150
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bhook.glif114
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/blackleftpointingtriangle.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/blinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/braceleft.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/braceleft.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/braceright.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/braceright.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bracketleft.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bracketleft.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bracketleft_quill.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bracketright.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bracketright.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bracketright_quill.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/breve.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/breveacutecomb.cn.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/breveacutecomb.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brevegravecomb.cn.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brevegravecomb.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brevehookcomb.cn.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brevehookcomb.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/breveinverteddoublecmb.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/breveinvnosp.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/breveinvsubnosp.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brevenosp.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brevesubnosp.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brevetildecomb.cn.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brevetildecomb.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bridgeinvsubnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bridgesubnosp.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/brokenbar.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/btopbar.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bullet.case.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bullet.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/bullseye.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/c.glif131
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cadauna.glif122
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/candrabindunosp.glif82
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/careof.glif136
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/caret.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/caretinsertionpoint.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/caron.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/caronbelowcmb.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/caroncmb.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/carondotcomb.cn.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/carondotcomb.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/carondotcomb.lc.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/caronnosp.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/caronsubnosp.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/casedieresis.cn.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/casetilde.cn.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ccaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ccedilla.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ccedillaacute.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ccircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ccurl.glif138
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cedi.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cedilla.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cedillanosp.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cent.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/charactertie.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cheabkhasiancyrillic.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/checyrillic.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/chedescenderabkhasiancyrillic.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/chedescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/chedieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/chekhakassiancyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cheverticalstrokecyrillic.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/chook.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circleblack.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circlewhite.glif108
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflex.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflexacutecomb.cn.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflexacutecomb.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflexgravecomb.cn.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflexgravecomb.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflexhookcomb.cn.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflexhookcomb.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflexnosp.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflexsubnosp.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflextildecomb.cn.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/circumflextildecomb.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/colon.case.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/colon.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/coloncurrency.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/colontriangularhalfmod.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/colontriangularmod.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/comma.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/comma.tnum.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commaabovecmb.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commaaboverightcmb.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commaaboverightcomb.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commaaccent.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commaaccentrotate.cn.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commaaccentrotate.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commabelowcmb.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commareversedmod.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commasuprevnosp.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commaturnedmod.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/commaturnsupnosp.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/contents.plist7018
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/controlHT_.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/controlH_T_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/controlSOT_.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/controlS_O_T_.glif13
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/copyright.glif150
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/crossbar.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cruzeiro.glif102
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cstretch.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/currency.glif126
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cyrillicbreve.glif13
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cyrillichook.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cyrillichookleft.glif85
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/cyrillictic.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/d.glif91
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dagger.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/daggerdbl.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dasiaoxia.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dasiapneumatacyrilliccmb.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dblapostrophe.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dblgravecmb.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dblprimemod.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dcaron.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dcedilla.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dcircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dcroat.glif47
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ddotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ddotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/decyrillic.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/degree.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/degreecentigrade.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/degreefarenheit.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/degreekelvin.glif6
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/delta.glif104
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/deltaturn.glif96
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dhook.glif114
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/diaeresistonosnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/diamondblack.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/diamondblack_x.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/diamondwhite.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/diamondwhite_x.glif172
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresis.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.cn.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.lc.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.cn.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.glif59
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.lc.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.cn.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.lc.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.cn.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.lc.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresisnosp.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dieresistonos.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/digamma.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/divide.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/divide.glif91
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/djecyrillic.glif71
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dlinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dngb_check.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dollar.glif105
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dong.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotaccent.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotbelow.glif83
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotdblsubnosp.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotlessi.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotlessj.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.cn.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.lc.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dotnosp.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/downtackmod.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/drthook.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dtopbar.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dyogh.glif136
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dz.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dzcaron.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dzcurl.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dzeabkhasiancyrillic.glif97
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dzecyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/dzhecyrillic.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/e.glif190
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ebreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecedillabreve.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecircumflexacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecircumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecircumflexgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecircumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecircumflextilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ecyrillic.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/edblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/edieresis.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/edotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/edotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/efcyrillic.glif136
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/egrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ehookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eight.frac.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eight.glif142
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eight.sup.glif113
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eight.tnum.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eightroman.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eightsub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eightsuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/einvertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eiotifiedcyrillic.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/elcyrillic.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/elevenroman.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ellipsis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/emacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/emacronacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/emacrongrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/emcyrillic.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/emdash.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/emdash.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/emquad.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/emspace.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/encyrillic.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/endash.case.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/endash.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/endescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eng.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/enghecyrillic.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/enhookcyrillic.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/enquad.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/enspace.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eogonek.N_A_V_.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilon.glif133
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilon1.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilon1rev.glif112
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed.glif112
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilon1revhook.glif140
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilonclosed.glif108
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/epsilontonos.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/equal.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/equal.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/equalsub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/equalsuperior.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ercyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/erev.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ereversedcyrillic.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/escyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/esdescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/esh.glif121
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eshcurl.glif116
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eshlooprev.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eshshortrev.glif121
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/estimated.glif83
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eta.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/etatonos.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eth.glif440
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/etilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/etildebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eturn.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/eurocurrency.glif93
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/exclam.glif91
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/exclam1.glif10
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/exclamdbl.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/exclamdown.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ezh.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ezhcaron.glif86
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ezhcurl.glif116
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ezhreversed.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ezhtail.glif100
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/f.glif114
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/feng.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/figuredash.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/figuredash.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/figurespace.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/finalkaf.glif99
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/finalmem.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/finaltsadi.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/firsttonechinese.glif10
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fitacyrillic.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/five.frac.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/five.glif123
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/five.sup.glif79
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/five.tnum.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fiveroman.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fivesub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fivesuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/florin.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/four.1.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/four.frac.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/four.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/four.sup.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/four.tnum.1.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/four.tnum.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fourroman.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/foursub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/foursuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fourthtonechinese.glif8
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/fraction.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/franc.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/g.glif169
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gamma.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gamma1.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gammasuper.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gbar.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gcaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gcircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gcommaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gcursive.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gecyrillic.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/germandbls.glif491
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ghemiddlehookcyrillic.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ghestrokecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gheupturncyrillic.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ghook.glif94
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gjecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstop.glif100
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstopbar.glif108
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstopbarinv.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstopbarrev.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstopinv.glif92
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstopmod.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstopreversedmod.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstopreversedsuperior.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/glottalstoprevinv.glif100
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gmacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/grave.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gravecomb.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/graveleftnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gravelowmod.glif10
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/gravesubnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/greater.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/greaterequal.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/guarani.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/guillemotleft.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/guillemotright.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/guilsinglleft.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/guilsinglright.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/h.glif116
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/haabkhasiancyrillic.glif124
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hadescendercyrillic.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hairspace.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hardsigncyrillic.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hbar.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hbrevebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hcedilla.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hcircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hdieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/henghook.glif126
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hhook.glif94
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hhooksuper.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hlinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hook.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hooksubpalatnosp.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hooksubretronosp.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/horizontalbar.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hornnosp.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hryvnia.glif113
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hsuper.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hturn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hturnhook2.glif126
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hturnlthook.glif94
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hungarumlaut.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hv.glif86
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hyphen.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hyphen.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hyphen__.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hyphenbullet.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hyphendot.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/hyphennobreak.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/i.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iacute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iacyrillic.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ibar.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ibreve.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/icaron.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/icircumflex.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/icyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/idblgrave.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/idieresis.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/idieresisacute.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/idieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/idotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iebrevecyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iecyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/igrave.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ihookabove.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iicyrillic.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iinvertedbreve.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iishortcyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ij.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/imacron.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/imacroncyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/infinity.glif177
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/integral.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/interrobang.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iocyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iota.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iota1.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iota1_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iota1_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iotadieresis.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iotadieresistonos.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iotasubnosp.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iotatonos.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/isuperior.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/itilde.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/itildebelow.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/iucyrillic.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/izhitsacyrillic.glif89
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/izhitsadblgravecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/j.glif84
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/jcaron.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/jcircumflex.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/jcrosstail.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/jdotlessbar.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/jecyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/jhookdblbar.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/jsuper.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/k.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kabashkircyrillic.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kacyrillic.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kadescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kahookcyrillic.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kappa.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kappa1.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kaverticalstrokecyrillic.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kcaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kcommaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kgreenlandic.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/khacyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/khook.glif85
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kip.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kjecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/klinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/koppa.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/koppacyrillic.glif105
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/koroniscmb.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ksicyrillic.glif120
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/kturn.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/l.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lambda.glif117
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lambdabar.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/largerighthook.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lari.glif89
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/layerinfo.plist5
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lbar.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lbelt.glif71
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lcaron.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lcircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lcommaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lcurl.glif82
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ldot.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ldotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ldotbelowmacron.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/leftloop.cn.glif89
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/less.glif175
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lessequal.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/linevert.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/linevertdblnosp.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/linevertnosp.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/linevertsubnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lira.glif85
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lj.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ljecyrillic.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/llinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lmidtilde.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/logicalnot.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/longs.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lozenge.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lrthook.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lslash.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lsquare.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/lyogh.glif83
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/m.glif133
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macron.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macronacutecomb.cn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macronacutecomb.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macronacutecomb.lc.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macroncomb.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.cn.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.lc.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macrongravecomb.cn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macrongravecomb.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macrongravecomb.lc.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macronsub.glif10
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macronsubnosp.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/macute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/manat.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mcapturn.glif82
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mhook.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mill.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/minus.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/minus.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/minusmod.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/minussub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/minussubnosp.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/minussuperior.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/minute.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mturn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mturndescend.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mu.glif83
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/mugreek.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/multiply.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/multiply.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/n.glif109
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/naira.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/napostrophe.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nbspace.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ncaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ncircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ncommaaccent.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ncurl.glif96
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ndotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ndotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nine.1.glif89
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nine.frac.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nine.glif129
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nine.sup.glif89
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nine.tnum.1.glif87
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nine.tnum.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nineinferior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nineroman.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ninesuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nj.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/njecyrillic.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nlegrightlong.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nlfthook.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nlinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/notequal.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/notequal.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nrthook.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nsuperior.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ntilde.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/nu.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/numbersign.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/numeralgreek.glif10
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/numeralgreeksub.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/numero.glif101
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/o.glif199
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/o_uni02DE__.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/o_uni02D_E_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/obar.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/obarredcyrillic.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/obarreddieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/obreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ocaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ocircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ocircumflexacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ocircumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ocircumflexgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ocircumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ocircumflextilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ocyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/odblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/odieresis.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/odieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/odotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oe.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ogonek.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ogoneknosp.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ograve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ohookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ohorn.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ohornacute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ohorndotbelow.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ohorngrave.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ohornhookabove.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ohorntilde.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ohungarumlaut.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oi.glif102
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oinvertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omacronacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omacrongrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omega.glif108
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omegaclosed.glif124
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omegacyrillic.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omegaroundcyrillic.glif71
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omegatitlocyrillic.glif160
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omegatonos.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omicron.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/omicrontonos.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/one.1.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/one.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/one.sup.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/one.tnum.1.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/one.tnum.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/onedotleader.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oneeighth.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/onehalf.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oneinferior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/onequarter.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oneroman.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/onesuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/onethird.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oogonek.N_A_V_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oogonekmacron.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oopen.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oopen_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oopen_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ordfeminine.glif125
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ordmasculine.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oslash.glif112
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/oslashacute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/otcyrillic.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/otilde.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/otildeacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/otildedieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ounce.glif93
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/overline.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/overscoredblnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/overscorenosp.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/p.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/palatalizationcyrilliccmb.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/palochkacyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/paragraph.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/parenleft.case.glif82
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/parenleft.glif108
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/parenleftinferior.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/parenleftsuperior.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/parenright.case.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/parenright.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/parenrightsub.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/parenrightsuperior.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/partialdiff.glif99
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pecyrillic.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pemiddlehookcyrillic.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/percent.glif137
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/period.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/period.tnum.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/periodcentered.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/perispomenigreekcmb.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pertenthousand.glif248
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/perthousand.glif193
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/peseta.glif125
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/peso.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/phi.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/phi1.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/philatin.glif100
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/phook.glif82
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pi.glif85
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pipe.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pipedbl.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pipedblbar.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/pisymbolgreek.glif112
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/placeofinterestsign.glif207
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/plus.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/plus.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/plusminus.case.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/plusminus.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/plusmod.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/plussub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/plussubnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/plussuperior.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/primemod.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/primerev1.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/primetripl1.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/primetriplerev1.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/product.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/psi.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/psicyrillic.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/psilipneumatacyrilliccmb.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/published.glif106
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/punctuationspace.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/q.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/qhook.glif82
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/qofdagesh.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/qrthook.glif102
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quarteremspace.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/question.glif123
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/questiondown.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/questiongreek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quotedbl.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quotedblbase.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quotedblleft.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quotedblreversed.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quotedblright.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quoteleft.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quotereversed.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quoteright.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quotesinglbase.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/quotesingle.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/r.glif308
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/racute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/radical.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rcaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rcommaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rdblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rdescend.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rdotbelowmacron.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/referencemark.glif129
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/registered.glif151
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/response.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/reverseddblprime.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rfishhook.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rfishhookrev.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rho.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rho1.glif102
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rhotichookmod.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rightloop.cn.glif157
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ring.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringacute.cn.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringacute.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringhalfleft.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringhalfleftcentered.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringhalfright.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringhalfrightcentered.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringlefthalfsubnosp.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringnosp.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringrighthalfsubnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ringsubnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rinvertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rlinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romaneight.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romaneleven.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanfifty.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanfive.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanfivehundred.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanfour.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanhundred.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romannine.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanone.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanseven.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romansix.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanten.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanthousand.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romanthree.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romantwelve.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/romantwo.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rrthook.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rsuper.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rturn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rturnascend.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rturnrthook.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rturnsuper.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/rupee.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/s.glif191
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sacutedotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sampi.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/scaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/scarondotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/scedilla.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/schwa.glif121
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/schwacyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/schwadieresiscyrillic.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/schwahook.glif116
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/scircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/scommaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sdotbelowdotaccent.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/seagullsubnosp.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/second.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/secondtonechinese.glif10
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/section.glif843
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/semicolon.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/servicemark.glif123
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/seven.frac.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/seven.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/seven.sup.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/seven.tnum.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/seveneighths.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sevenroman.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sevensub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sevensuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/shacyrillic.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/shchacyrillic.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/shhacyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/shindagesh.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sigma.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sigma1.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sigmalunatesymbolgreek.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/six.1.glif148
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/six.frac.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/six.glif86
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/six.sup.glif89
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/six.tnum.1.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/six.tnum.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sixinferior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sixroman.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sixsuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sixthemspace.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/slash.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/slashlongnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/slashshortnosp.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/slongdotaccent.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/slongstroke.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/softhyphen.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/softsigncyrillic.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/space.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/spaceopenbox.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/squaresubnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/srthook.glif91
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/sterling.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/stigma.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/summation.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/t.glif267
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tackdownsubnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tackleftsubnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tackrightsubnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tackupsubnosp.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tau.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tavdages.glif84
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tbar.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tcaron.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tccurl.glif128
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tcircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tcommaaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tcurl.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tdieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tecyrillic.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tedescendercyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tel.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tenge.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tenroman.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tesh.glif94
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tetsecyrillic.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/theta.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/thetasymbolgreek.glif96
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/thinspace.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/thirdemspace.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/thook.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/thorn.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/thousandcyrillic.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/three.glif134
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/three.sup.glif105
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/three.tnum.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/threeeighths.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/threequarters.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/threeroman.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/threesub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/threesuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tilde.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.cn.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.lc.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildecomb.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.cn.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.lc.glif110
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildedoublecmb.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.cn.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.lc.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildemidnosp.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildesubnosp.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tildevertsupnosp.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/titlocyrilliccmb.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tlinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarextrahighmod.cn.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarextrahighmod.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarextralowmod.cn.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarextralowmod.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarhighmod.cn.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarhighmod.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarlowmod.cn.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarlowmod.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarmidmod.cn.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonebarmidmod.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonefive.glif86
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonesix.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonetwo.glif84
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tonos.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tpalatalhook.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/trademark.glif59
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/triagdn.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/triagrt.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/triagup.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/trianglebullet.glif79
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/trthook.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ts.glif120
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tsecyrillic.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tshecyrillic.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tturn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tugrik.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/twelveroman.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/two.glif98
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/two.sup.glif67
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/two.tnum.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/twodotleader.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/tworoman.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/twostroke.glif10
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/twosub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/twosuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/twothirds.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/u.glif120
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ubar.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ubreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ucaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ucircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ucircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ucyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udblgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udieresis.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udieresisacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udieresisbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udieresiscaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udieresisgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udieresismacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/udotbelow.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ugrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhorn.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhornacute.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhorndotbelow.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhorngrave.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhornhookabove.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhorntilde.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhungarumlaut.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uhungarumlautcyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uinvertedbreve.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ukcyrillic.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/umacron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/umacroncyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/umacrondieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/underscore.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/underscoredbl.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/underscoredblnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/underscorenosp.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/undertie.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0069.ccmp.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni006A_.ccmp.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni012F_.ccmp.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni01F6_.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni01F7_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni01F_6.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni01F_7.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni01F_8.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni01F_9.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni021A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni021B_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni021C_.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni021D_.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni021E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni021F_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0220.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0221.glif113
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0222.glif120
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0223.glif128
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0224.glif90
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0226.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0227.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0228.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0229.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni022A_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni022B_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni022C_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni022D_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni022E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni022F_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0230.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0231.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0232.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0233.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0238.glif130
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0239.glif132
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni023A_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni023B_.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni023C_.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni023E_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni023F_.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0240.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0241.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0242.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0243.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0244.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0245.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0246.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0247.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0248.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0249.ccmp.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0249.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni024C_.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni024D_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni024E_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni024F_.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0268.ccmp.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0299.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni029C_.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni029D_.ccmp.glif80
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02AB__.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02AC__.glif82
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02A_B_.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02A_C_.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02B2_.ccmp.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02B_2.ccmp.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02EA__.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02EB__.glif47
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02EC__.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02ED__.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02EF__.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02E_A_.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02E_B_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02E_C_.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02E_D_.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02E_F_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F0_.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F1_.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F2_.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F3_.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F4_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F5_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F6_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F7_.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F8_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F9_.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02FA__.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02FB__.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02FC__.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02FD__.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02FE__.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02FF__.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_0.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_1.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_2.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_3.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_4.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_5.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_6.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_7.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_8.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_9.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_A_.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_B_.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_C_.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_D_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_E_.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni02F_F_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0346.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0347.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0348.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0349.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni034A_.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni034B_.glif110
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni034C_.glif102
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni034D_.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni034E_.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni034F_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0350.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0351.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0352.glif90
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0353.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0354.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0355.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0356.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0357.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0358.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0359.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni035A_.glif118
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni035B_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni035C_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni035D_.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni035E_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni035F_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0362.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0363.glif118
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0364.glif94
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0365.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0366.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0367.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0368.glif78
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0369.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni036A_.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni036B_.glif96
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni036C_.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni036D_.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni036E_.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni036F_.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0370.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0371.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0372.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0373.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0376.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0377.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni037B_.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni037C_.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni037D_.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni037F_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03CF__.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03C_F_.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03D7_.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03D8_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03D9_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03D_7.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03D_8.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03D_9.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F3_.ccmp.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F5_.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F6_.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03FB__.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03FC__.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03FD__.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03FE__.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03FF__.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_3.ccmp.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_4.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_5.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_6.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_7.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_8.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_9.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_A_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_B_.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_C_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_D_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_E_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni03F_F_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0400.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni040D_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0450.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0456.ccmp.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0458.ccmp.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni045D_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0487.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0488.glif238
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni0489.glif94
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni048A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni048B_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni048C_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni048D_.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni048E_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni048F_.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C5_.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C6_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C9_.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04CA__.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04CD__.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04CE__.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C_5.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C_6.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C_9.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C_A_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C_D_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C_E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04C_F_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04E_C_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04E_D_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04FA__.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04FB__.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04FC__.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04FD__.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04F_6.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04F_7.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04F_A_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04F_B_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04F_C_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04F_D_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04F_E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni04F_F_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni052F_.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DBF___.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC0__.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC1__.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC2__.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC3__.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC4__.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC5__.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC6__.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC7__.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC8__.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DC9__.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DCA___.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DCB___.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DCC___.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DCD___.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DCE___.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DCF___.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD0__.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD1__.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD2__.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD3__.glif71
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD4__.glif67
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD5__.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD6__.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD7__.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD8__.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DD9__.glif63
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DDA___.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DDB___.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DDC___.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DDD___.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DDE___.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DDF___.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE0__.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE1__.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE2__.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE3__.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE4__.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE5__.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE6__.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE7__.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE8__.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DE9__.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DEA___.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DEB___.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DEC___.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DED___.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DEE___.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DEF___.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DF0__.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DF1__.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DF2__.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DF3__.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DF4__.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DF5__.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DFC___.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DFD___.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DFE___.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1DFF___.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_B_F_.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_0.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_1.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_2.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_3.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_4.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_5.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_6.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_7.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_8.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_9.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_A_.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_B_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_C_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_D_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_E_.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_C_F_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_0.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_1.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_2.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_3.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_4.glif101
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_5.glif89
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_6.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_7.glif63
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_8.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_9.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_A_.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_B_.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_C_.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_D_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_E_.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_D_F_.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_0.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_1.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_2.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_3.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_4.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_5.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_6.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_7.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_8.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_9.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_A_.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_B_.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_C_.glif65
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_D_.glif53
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_E_.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_E_F_.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_0.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_1.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_2.glif96
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_3.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_4.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_5.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_C_.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_D_.glif59
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_E_.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1D_F_F_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E9D__.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E9F__.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1EFA___.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1EFB___.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1EFC___.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1EFD___.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1EFE___.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1EFF___.glif56
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_2D_.ccmp.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_9D_.glif42
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_9F_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_C_B_.ccmp.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_F_A_.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_F_B_.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_F_C_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_F_D_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_F_E_.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1E_F_F_.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F16A__.glif71
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F16B__.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FBD___.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FBE___.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FBF___.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FC0__.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FC1__.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FCD___.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FCE___.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FCF___.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FDD___.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FDE___.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FDF___.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FED___.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FEE___.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FEF___.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FFD___.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1FFE___.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_00.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_01.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_02.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_03.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_04.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_05.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_06.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_07.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_08.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_09.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_0A_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_0B_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_0C_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_0D_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_0E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_0F_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_10.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_11.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_12.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_13.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_14.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_15.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_16A_.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_16B_.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_18.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_19.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_1A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_1B_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_1C_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_1D_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_20.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_21.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_22.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_23.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_24.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_25.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_26.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_27.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_28.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_29.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_2A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_2B_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_2C_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_2D_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_2E_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_2F_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_30.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_31.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_32.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_33.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_34.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_35.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_36.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_37.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_38.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_39.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_3A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_3B_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_3C_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_3D_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_3E_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_3F_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_40.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_41.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_42.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_43.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_44.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_45.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_48.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_49.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_4A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_4B_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_4C_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_4D_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_50.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_51.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_52.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_53.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_54.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_55.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_56.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_57.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_59.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_5B_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_5D_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_5F_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_60.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_61.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_62.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_63.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_64.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_65.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_66.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_67.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_68.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_69.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_6A_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_6B_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_6C_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_6D_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_6E_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_6F_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_70.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_71.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_72.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_73.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_74.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_75.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_76.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_77.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_78.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_79.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_7A_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_7B_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_7C_.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_7D_.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_80.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_81.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_82.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_83.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_84.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_85.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_86.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_87.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_88.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_89.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_8A_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_8B_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_8C_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_8D_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_8E_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_8F_.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_90.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_91.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_92.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_93.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_94.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_95.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_96.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_97.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_98.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_99.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_9A_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_9B_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_9C_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_9D_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_9E_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_9F_.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_0.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_1.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_2.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_3.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_4.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_5.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_6.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_7.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_8.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_9.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_A_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_B_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_C_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_D_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_E_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_A_F_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_0.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_1.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_2.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_3.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_4.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_6.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_7.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_8.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_9.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_A_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_B_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_C_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_D_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_E_.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_B_F_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_0.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_1.glif66
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_2.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_3.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_4.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_6.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_7.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_8.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_9.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_B_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_C_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_D_.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_E_.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_C_F_.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_0.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_1.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_2.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_3.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_6.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_7.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_8.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_9.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_B_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_D_.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_E_.glif37
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_D_F_.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_0.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_1.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_2.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_3.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_4.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_5.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_6.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_7.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_8.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_9.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_A_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_B_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_C_.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_D_.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_E_.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_E_F_.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_2.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_3.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_4.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_6.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_7.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_8.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_9.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_A_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_B_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_C_.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_D_.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni1F_F_E_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2009.fra.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni202F_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2047.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2048.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2049.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni204A_.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni204B_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni204C_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni204D_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni204E_.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni204F_.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2050.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2051.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2052.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2053.glif57
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2054.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2055.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2056.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2057.glif49
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2058.glif67
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2059.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni205A_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni205B_.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni205C_.glif129
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni205D_.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni205E_.glif54
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni205F_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2071.ccmp.glif29
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2090.glif103
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2091.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2092.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2093.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2094.glif77
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2095.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2096.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2097.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2098.glif82
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2099.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni209A_.glif74
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni209B_.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni209C_.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20AF__.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20A_F_.glif101
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B0_.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B6_.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B7_.glif106
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B9_.glif58
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20BA__.glif51
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20BB__.glif76
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20BD__.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B_0.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B_6.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B_7.glif103
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B_9.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B_A_.glif46
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B_B_.glif71
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20B_D_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20DB__.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20DC__.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20D_B_.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20D_C_.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20E3_.glif55
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20E8_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20E_3.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20E_8.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20F0_.glif41
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni20F_0.glif35
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni213B_.glif93
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni214D_.glif136
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni214F_.glif165
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2150.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2151.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2152.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2155.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2156.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2157.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2158.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2159.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni215A_.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni215F_.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni217C_.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni217D_.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni217E_.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni217F_.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2180.glif105
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2181.glif105
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2182.glif185
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2183.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2184.glif64
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2185.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2186.glif45
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2187.glif145
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2188.glif265
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2189.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni27EF__.glif30
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni27E_F_.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B4E__.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B4F__.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B5A__.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B5B__.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B5C__.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B5D__.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B5E__.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B5F__.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B_4E_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B_4F_.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B_5A_.glif47
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B_5B_.glif47
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B_5C_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B_5D_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B_5E_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2B_5F_.glif39
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2C7F__.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2C_7F_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2DFF___.glif81
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uni2D_F_F_.glif75
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniA69F__.glif69
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniA7FF___.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniA92E__.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniA_69F_.glif63
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniA_7F_F_.glif43
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniA_92E_.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniE001_.glif115
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniE_001.glif121
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE20__.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE21__.glif31
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE22__.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE23__.glif22
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE24__.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE25__.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE26__.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE27__.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE28__.glif28
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE29__.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE2A___.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE2B___.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE2C___.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniFE2D___.glif34
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_20.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_21.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_22.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_23.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_24.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_25.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_26.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_27.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_28.glif24
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_29.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_2A_.glif36
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_2B_.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_2C_.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uniF_E_2D_.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uogonek.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/upsilon.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/upsilondieresis.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/upsilondieresistonos.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/upsilonlatin.glif96
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/upsilontonos.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uptackmod.glif33
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/uring.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ushortcyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ustraightcyrillic.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ustraightstrokecyrillic.glif15
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/utilde.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/utildeacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/utildebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/v.glif135
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/vdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/vecyrillic.glif125
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/versicle.glif40
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/verticalbardbl.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/verticallinelowmod.glif16
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/vscript.glif84
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/vtilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/vturn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/w.glif91
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wcircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wdieresis.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wgrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/won.glif70
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wring.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wsuper.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wturn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/wynn.glif62
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/x.glif87
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/xdieresis.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/xdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/xi.glif141
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/xsuper.glif32
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/xsupnosp.glif38
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/y.glif155
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yatcyrillic.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ycircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ydieresis.glif12
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ydotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ydotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yen.glif61
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yericyrillic.glif25
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yerudieresiscyrillic.glif23
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ygrave.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yhook.glif83
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yhookabove.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yicyrillic.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yotgreek.glif20
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ypogegrammeni.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yring.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ysuper.glif60
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/ytilde.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yturn.glif26
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yusbigcyrillic.glif84
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yusbigiotifiedcyrillic.glif72
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yuslittlecyrillic.glif44
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/yuslittleiotifiedcyrillic.glif50
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/z.glif83
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zacute.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zbar.glif27
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zcaron.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zcircumflex.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zcurl.glif88
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zdotaccent.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zdotbelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zecyrillic.glif137
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zedescendercyrillic.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zedieresiscyrillic.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zero.frac.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zero.glif102
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zero.slash.glif87
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zero.sup.glif73
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zero.tnum.glif17
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zero.tnum.slash.glif48
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zerosub.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zerosuperior.glif19
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zerowidthjoiner.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zerowidthspace.glif14
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zeta.glif94
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zhebrevecyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zhecyrillic.glif68
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zhedescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zhedieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zhook.glif52
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zlinebelow.glif21
-rw-r--r--src/Inter-UI-Black.ufo/glyphs/zrthook.glif61
-rw-r--r--src/Inter-UI-Black.ufo/groups.plist2710
-rw-r--r--src/Inter-UI-Black.ufo/kerning.plist14256
-rw-r--r--src/Inter-UI-Black.ufo/layercontents.plist10
-rw-r--r--src/Inter-UI-Black.ufo/lib.plist5047
-rw-r--r--src/Inter-UI-Black.ufo/metainfo.plist14
-rw-r--r--src/Inter-UI-Regular.ufo/features.fea1040
-rw-r--r--src/Inter-UI-Regular.ufo/fontinfo.plist537
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/AE__.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_E_.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_E_acute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_E_macron.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_breve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_breveacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_brevecyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_brevedotbelow.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_brevegrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_brevehookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_brevetilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_circumflexacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_circumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_circumflexgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_circumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_circumflextilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_dblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_dieresis.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_dieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_dieresismacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_dotmacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_grave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_hookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_iecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_lpha.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_lphatonos.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_macron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_ogonek.N_A_V_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_ogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_ring.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_ringacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_ringbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/A_tilde.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Adieresis_.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Atilde_.glif9
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/B_.glif203
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/B_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/B_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/B_eta.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/B_hook.glif71
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/B_linebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/B_topbar.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Bhook_.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Btopbar_.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/CR__.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_.glif147
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_R_.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_cedilla.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_cedillaacute.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_heabkhasiancyrillic.glif58
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_hedescenderabkhasiancyrillic.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_hedescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_hedieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_hekhakassiancyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_heverticalstrokecyrillic.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_hi.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/C_hook.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Cheabkhasiancyrillic_.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Chedescendercyrillic_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Cheverticalstrokecyrillic_.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Chook_.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/DZcaron_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_.glif129
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_Z_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_bar1.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_cedilla.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_croat.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_elta.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_hook.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_igamma.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_linebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_topbar.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_z.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_zcaron_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/D_zeabkhasiancyrillic.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Dbar1_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Delta_.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Dhook_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Digamma_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Dtopbar_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Dzeabkhasiancyrillic_.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_.glif79
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_breve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_cedillabreve.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_circumflexacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_circumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_circumflexgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_circumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_circumflextilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_dblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_dieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_grave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_hookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_iotifiedcyrillic.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_macron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_macronacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_macrongrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_ndescendercyrillic.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_ng.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_nghecyrillic.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_nhookcyrillic.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_ogonek.N_A_V_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_ogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_psilon.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_psilon1.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_psilontonos.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_sdescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_sh.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_ta.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_tatonos.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_th.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_tilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_tildebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_turn.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_uro.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_zh.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_zhcaron.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/E_zhreversed.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Eiotifiedcyrillic_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Endescendercyrillic_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Eng_.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Enghecyrillic_.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Enhookcyrillic_.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Epsilon1_.glif74
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Esh_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Eturn_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Euro_.glif149
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ezh_.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ezhcaron_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ezhreversed_.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/F_.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/F_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/F_hook.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/F_turn.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Fhook_.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Fturn_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_.glif185
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_amma.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_amma1.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_bar.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_breve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_commaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_ermandbls.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_hemiddlehookcyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_hestrokecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_hook.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_macron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_smallcap.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/G_smallcaphook.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Gamma1_.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Gamma_.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Gbar_.glif99
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Germandbls_.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ghemiddlehookcyrillic_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ghook_.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Gsmallcap_.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Gsmallcaphook_.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_.glif71
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_aabkhasiancyrillic.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_adescendercyrillic.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_bar.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_brevebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_cedilla.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_dieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/H_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Haabkhasiancyrillic_.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Hadescendercyrillic_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Hbar_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Hcedilla_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_J_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_breve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_dblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_dieresis.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_dieresisacute.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_dieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_ebrevecyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_grave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_hookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_macron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_macroncyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_ogonek.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_ota.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_ota1.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_otadieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_otatonos.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_smallcap.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_stroke.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_tilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_tildebelow.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/I_zhitsadblgravecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Idieresis_.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Idieresisacute_.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Iota1_.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ismallcap_.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Istroke_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Itildebelow_.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/J_.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/J_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_.glif95
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_abashkircyrillic.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_acyr.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_adescendercyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_ahookcyrillic.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_appa.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_averticalstrokecyrillic.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_commaaccent.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_hook.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_linebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_oppa.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_oppacyrillic.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/K_sicyrillic.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Kabashkircyrillic_.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Kacyr_.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Kadescendercyrillic_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Kahookcyrillic_.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Kaverticalstrokecyrillic_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Khook_.glif119
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Koppa_.glif73
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Koppacyrillic_.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ksicyrillic_.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_J_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L__bar.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L__slash.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_ambda.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_caron.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_commaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_dot.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_dotbelowmacron.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_j.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_linebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/L_smallcap.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Lambda_.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Lsmallcap_.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/M_.glif123
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/M_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/M_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/M_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/M_u.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_J_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_commaaccent.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_hook.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_j.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_linebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_smallcap.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_tilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/N_u.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Nhook_.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Nsmallcap_.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/OE__.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/OEsmallcap__.glif83
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/OI__.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_.glif113
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_E_.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_E_smallcap.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_I_.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_bar.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_barredcyrillic.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_barreddieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_breve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_circumflexacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_circumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_circumflexgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_circumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_circumflextilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_dblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_dieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_dieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_grave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_hookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_horn.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_hornacute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_horndotbelow.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_horngrave.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_hornhookabove.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_horntilde.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_hungarumlaut.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_macron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_macronacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_macrongrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_mega.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_megacyrillic.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_megaroundcyrillic.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_megatitlocyrillic.glif97
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_megatonos.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_micron.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_microntonos.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_ogonek.N_A_V_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_ogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_ogonekmacron.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_open.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_slash.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_slashacute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_tcyrillic.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_tilde.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_tildeacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/O_tildedieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Odieresis_.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ohorn_.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Omega_.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Omegacyrillic_.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Omegaroundcyrillic_.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Omegatitlocyrillic_.glif101
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Oopen_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Oslash_.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Otcyrillic_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Otilde_.glif9
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_.glif116
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_emiddlehookcyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_hi.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_hook.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_i.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_si.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/P_sicyrillic.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Pemiddlehookcyrillic_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Phi_.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Phook_.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Pi_.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Psi_.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Q_.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Q__rthook.glif156
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_.glif145
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_commaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_dblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_dotbelowmacron.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_ho.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_linebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_smallcap.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_smallcapinv.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_turnsuper.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/R_x.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Rsmallcap_.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Rsmallcapinv_.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Rturnsuper_.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Rx_.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_.glif175
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_acutedotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_ampi.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_carondotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_cedilla.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_chwa.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_chwacyrillic.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_chwadieresiscyrillic.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_commaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_dotbelowdotaccent.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_hhacyrillic.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_igma.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/S_tigma.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Sampi_.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Schwa_.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Schwacyrillic_.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Shhacyrillic_.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Sigma_.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Stigma_.glif58
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_au.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_bar.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_commaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_edescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_etsecyrillic.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_heta.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_hook.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_horn.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_linebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_onefive.glif58
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_onesix.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_onetwo.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/T_rthook.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Tetsecyrillic_.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Theta_.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Thook_.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Thorn_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Tonefive_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Tonesix_.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Tonetwo_.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Trthook_.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_.glif101
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_breve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_circumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dieresisacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dieresisbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dieresiscaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dieresisgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dieresismacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_grave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_hookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_horn.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_hornacute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_horndotbelow.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_horngrave.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_hornhookabove.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_horntilde.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_hungarumlaut.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_hungarumlautcyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_invertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_kcyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_macron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_macroncyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_macrondieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_ogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_psilon.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_psilon2.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_psilonacutehooksymbolgreek.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_psilondieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_psilondieresishooksymbolgreek.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_psilonhooksymbol.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_psilontonos.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_ring.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_straightcyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_straightstrokecyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_tilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_tildeacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/U_tildebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Uhorn_.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Upsilon2_.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Upsilonhooksymbol_.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/V_.glif141
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/V_cursive.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/V_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/V_tilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Vcursive_.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/W_.glif172
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/W_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/W_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/W_dieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/W_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/W_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/W_grave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/X_.glif236
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/X_dieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/X_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/X_i.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Xi_.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/YR__.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_.glif159
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_R_.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_dieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_erudieresiscyrillic.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_grave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_hook.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_hookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_smallcap.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_tilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_usbigcyrillic.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_usbigiotifiedcyrillic.glif73
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_uslittlecyrillic.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Y_uslittleiotifiedcyrillic.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Yhook_.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Ysmallcap_.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Yusbigcyrillic_.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Yusbigiotifiedcyrillic_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Yuslittlecyrillic_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Yuslittleiotifiedcyrillic_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_.glif153
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_acute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_bar.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_caron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_circumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_dotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_dotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_edescendercyrillic.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_edieresiscyrillic.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_eta.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_hebrevecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_hedescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_hedieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Z_linebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Zbar_.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/Zhedescendercyrillic_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/_notdef.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/_null.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/a.glif155
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/a_uni02DE__.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/a_uni02D_E_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/abreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/abreveacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/abrevecyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/abrevedotbelow.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/abrevegrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/abrevehookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/abrevetilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/accountof.glif175
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acircumflexacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acircumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acircumflexgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acircumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acircumflextilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acute.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acutecomb.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acutedblnosp.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.cn.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.lc.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acutelowmod.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acuterightnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/acutesubnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/adblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif195
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/adieresis.glif400
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/adieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/adieresismacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/adotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/adotmacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ae.glif222
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aeacute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aemacron.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10017.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10018.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10019.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10020.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10021.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10022.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10023.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10024.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10025.glif112
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10026.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10027.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10029.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10030.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10031.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10032.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10033.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10034.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10035.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10036.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10037.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10038.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10039.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10040.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10041.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10042.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10043.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10044.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10045.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10046.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10047.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10048.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10049.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10050.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10051.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10052.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10053.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10054.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10055.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10056.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10057.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10058.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10059.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10060.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10061.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10062.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10065.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10145.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10146.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10147.glif120
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii10148.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii300.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii57596.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii57598.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii57636.glif110
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/afii61664.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/agrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ahookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aiecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ainvertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/alpha.glif114
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/alphatonos.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/amacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ampersand.glif127
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/anglesupnosp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/angstrom.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/anoteleia.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aogonek.N_A_V_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/apostrophemod.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/approxequal.glif125
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/archdblsubnosp.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arighthalfring.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aring.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aringacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aringbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowNE_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowNW_.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowN_E_.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowN_W_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowSE_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowSW_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowS_E_.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowS_W_.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowdown.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowheaddownmod.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowheadleftmod.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowheadrightmod.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowheadupmod.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowleft.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowleft.glif74
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.case.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.glif74
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowright.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowright.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.case.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/arrowup.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/asciicircum.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/asciitilde.glif104
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ascript.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ascript_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ascript_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ascriptturn.glif118
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ascriptturn_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ascriptturn_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/asterisk.case.glif150
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/asterisk.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/asterism.glif117
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/at.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/at.glif151
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/atilde.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aturn.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aturn_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/aturn_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/austral.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/b.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/babygamma.glif128
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/backslash.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bar.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/barmidlongnosp.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/barmidshortnosp.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bbar.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/becyrillic.glif106
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/beta.glif114
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/beta1.glif112
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bhook.glif118
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/blackleftpointingtriangle.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/blinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/braceleft.case.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/braceleft.glif79
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/braceright.case.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/braceright.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bracketleft.case.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bracketleft.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bracketleft_quill.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bracketright.case.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bracketright.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bracketright_quill.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/breve.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/breveacutecomb.cn.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/breveacutecomb.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brevegravecomb.cn.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brevegravecomb.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brevehookcomb.cn.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brevehookcomb.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/breveinverteddoublecmb.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/breveinvnosp.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/breveinvsubnosp.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brevenosp.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brevesubnosp.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brevetildecomb.cn.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brevetildecomb.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bridgeinvsubnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bridgesubnosp.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/brokenbar.glif85
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/btopbar.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bullet.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bullet.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/bullseye.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/c.glif151
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cadauna.glif126
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/candrabindunosp.glif82
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/careof.glif140
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/caret.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/caretinsertionpoint.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/caron.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/caronbelowcmb.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/caroncmb.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/carondotcomb.cn.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/carondotcomb.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/carondotcomb.lc.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/caronnosp.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/caronsubnosp.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/casedieresis.cn.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/casetilde.cn.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ccaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ccedilla.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ccedillaacute.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ccircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ccurl.glif142
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cedi.glif58
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cedilla.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cedillanosp.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cent.glif82
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/charactertie.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cheabkhasiancyrillic.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/checyrillic.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/chedescenderabkhasiancyrillic.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/chedescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/chedieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/chekhakassiancyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cheverticalstrokecyrillic.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/chook.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circleblack.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circlewhite.glif108
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflex.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflexacutecomb.cn.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflexacutecomb.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflexgravecomb.cn.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflexgravecomb.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflexhookcomb.cn.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflexhookcomb.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflexnosp.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflexsubnosp.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflextildecomb.cn.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/circumflextildecomb.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/colon.case.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/colon.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/coloncurrency.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/colontriangularhalfmod.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/colontriangularmod.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/comma.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/comma.tnum.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commaabovecmb.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commaaboverightcmb.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commaaboverightcomb.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commaaccent.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commaaccentrotate.cn.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commaaccentrotate.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commabelowcmb.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commareversedmod.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commasuprevnosp.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commaturnedmod.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/commaturnsupnosp.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/contents.plist7020
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/controlHT_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/controlH_T_.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/controlSOT_.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/controlS_O_T_.glif13
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/copyright.glif125
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/crossbar.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cruzeiro.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cstretch.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/currency.glif134
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cyrillicbreve.glif13
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cyrillichook.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cyrillichookleft.glif73
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/cyrillictic.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/d.glif96
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dagger.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/daggerdbl.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dasiaoxia.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dasiapneumatacyrilliccmb.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dblapostrophe.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dblgravecmb.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dblprimemod.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dcaron.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dcedilla.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dcircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dcroat.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ddotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ddotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/decyrillic.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/degree.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/degreecentigrade.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/degreefarenheit.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/degreekelvin.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/delta.glif108
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/deltaturn.glif100
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dhook.glif118
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/diaeresistonosnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/diamondblack.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/diamondblack_x.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/diamondwhite.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/diamondwhite_x.glif83
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresis.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.cn.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.lc.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.cn.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.lc.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.cn.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.lc.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.cn.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.lc.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresisnosp.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dieresistonos.glif81
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/digamma.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/divide.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/divide.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/djecyrillic.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dlinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dollar.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dong.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotaccent.glif108
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotbelow.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotdblsubnosp.glif74
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotlessi.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotlessj.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.cn.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.lc.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dotnosp.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/downtackmod.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/drthook.glif85
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dyogh.glif140
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dz.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dzcaron.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dzcurl.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dzeabkhasiancyrillic.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dzecyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/dzhecyrillic.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/e.glif161
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ebreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecedillabreve.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecircumflexacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecircumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecircumflexgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecircumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecircumflextilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ecyrillic.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/edblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/edieresis.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/edotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/edotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/efcyrillic.glif140
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/egrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ehookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eight.glif111
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eight.sup.glif117
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eight.tnum.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eightroman.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eightsub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eightsuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/einvertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eiotifiedcyrillic.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/elcyrillic.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/elevenroman.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ellipsis.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/emacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/emacronacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/emacrongrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/emcyrillic.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/emdash.case.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/emdash.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/emquad.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/emspace.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/encyrillic.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/endash.case.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/endash.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/endescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eng.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/enghecyrillic.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/enhookcyrillic.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/enquad.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/enspace.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eogonek.N_A_V_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilon.glif108
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilon1.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilon1rev.glif116
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed.glif116
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed_uni02DE__.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilon1revhook.glif144
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilonclosed.glif112
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/epsilontonos.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/equal.case.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/equal.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/equalsub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/equalsuperior.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ercyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/erev.glif92
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ereversedcyrillic.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/escyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/esdescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/esh.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eshcurl.glif120
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eshlooprev.glif100
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eshshortrev.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/estimated.glif87
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eta.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/etatonos.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eth.glif122
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/etilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/etildebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eturn.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/eurocurrency.glif97
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/exclam.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/exclam1.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/exclamdbl.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/exclamdown.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ezh.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ezhcaron.glif90
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ezhcurl.glif120
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ezhreversed.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ezhtail.glif104
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/f.glif79
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/feng.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/figuredash.case.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/figuredash.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/figurespace.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/finalkaf.glif103
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/finalmem.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/finaltsadi.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/firsttonechinese.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fitacyrillic.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/five.frac.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/five.glif79
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/five.sup.glif83
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/five.tnum.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fiveroman.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fivesub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fivesuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/florin.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/four.1.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/four.frac.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/four.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/four.sup.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/four.tnum.1.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/four.tnum.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fourroman.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/foursub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/foursuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fourthtonechinese.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/fraction.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/franc.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/g.glif171
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gamma.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gamma1.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gammasuper.glif92
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gbar.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gcaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gcircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gcommaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gcursive.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gecyrillic.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/germandbls.glif98
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ghemiddlehookcyrillic.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ghestrokecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gheupturncyrillic.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ghook.glif98
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gjecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstop.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstopbar.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstopbarinv.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstopbarrev.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstopinv.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstopmod.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedmod.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedsuperior.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/glottalstoprevinv.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gmacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/grave.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gravecomb.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/graveleftnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gravelowmod.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/gravesubnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/greater.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/greaterequal.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/guarani.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/guillemotleft.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/guillemotright.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/guilsinglleft.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/guilsinglright.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/h.glif127
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/haabkhasiancyrillic.glif112
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hadescendercyrillic.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hairspace.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hardsigncyrillic.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hbar.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hbrevebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hcedilla.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hcircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hdieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/henghook.glif130
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hhook.glif98
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hhooksuper.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hlinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hook.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hooksubpalatnosp.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hooksubretronosp.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/horizontalbar.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hornnosp.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hryvnia.glif117
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hsuper.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hturn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hturnhook2.glif130
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hturnlthook.glif101
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hungarumlaut.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hv.glif90
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hyphen.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hyphen.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hyphen__.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hyphenbullet.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hyphendot.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/hyphennobreak.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/i.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iacute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iacyrillic.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ibar.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ibreve.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/icaron.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/icircumflex.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/icyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/idblgrave.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/idieresis.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/idieresisacute.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/idieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/idotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iebrevecyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iecyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/igrave.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ihookabove.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iicyrillic.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iinvertedbreve.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iishortcyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ij.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/imacron.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/imacroncyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/infinity.glif163
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/integral.glif73
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/interrobang.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iocyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iota.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iota1.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iota1_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iota1_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iotadieresis.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iotadieresistonos.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iotasubnosp.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iotatonos.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/isuperior.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/itilde.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/itildebelow.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/iucyrillic.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/izhitsacyrillic.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/izhitsadblgravecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/j.glif58
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/jcaron.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/jcircumflex.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/jcrosstail.glif85
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/jdotlessbar.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/jecyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/jhookdblbar.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/jsuper.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/k.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kabashkircyrillic.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kacyrillic.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kadescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kahookcyrillic.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kappa.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kappa1.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kaverticalstrokecyrillic.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kcaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kcommaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kgreenlandic.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/khacyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/khook.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kip.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kjecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/klinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/koppa.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/koppacyrillic.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/koroniscmb.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ksicyrillic.glif124
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/kturn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/l.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lambda.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lambdabar.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/largerighthook.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lari.glif93
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/layerinfo.plist5
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lbar.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lbelt.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lcaron.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lcircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lcommaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lcurl.glif83
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ldot.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ldotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ldotbelowmacron.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif108
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/less.glif111
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lessequal.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/linevert.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/linevertdblnosp.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/linevertnosp.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/linevertsubnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lira.glif89
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lj.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ljecyrillic.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/llinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lmidtilde.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/logicalnot.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/longs.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lozenge.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lrthook.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lslash.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lsquare.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/lyogh.glif87
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/m.glif117
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macron.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.cn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.lc.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macroncomb.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.cn.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.lc.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.cn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.lc.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macronsub.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macronsubnosp.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/macute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/manat.glif83
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mcapturn.glif86
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mhook.glif92
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mill.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/minus.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/minus.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/minusmod.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/minussub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/minussubnosp.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/minussuperior.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/minute.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mturn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mturndescend.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mu.glif144
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/mugreek.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/multiply.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/multiply.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/n.glif131
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/naira.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/napostrophe.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nbspace.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ncaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ncircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ncommaaccent.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ncurl.glif100
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ndotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ndotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nine.1.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nine.glif95
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nine.sup.glif93
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nine.tnum.1.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nine.tnum.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nineinferior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nineroman.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ninesuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nj.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/njecyrillic.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nlegrightlong.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nlfthook.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nlinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/notequal.case.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/notequal.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nrthook.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nsuperior.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ntilde.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/nu.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/numbersign.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/numeralgreek.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/numeralgreeksub.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/numero.glif105
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/o.glif113
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/o_uni02DE__.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/o_uni02D_E_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/obar.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/obarredcyrillic.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/obarreddieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/obreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ocaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ocircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ocircumflexacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ocircumflexdotbelow.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ocircumflexgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ocircumflexhookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ocircumflextilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ocyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/odblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/odieresis.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/odieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/odotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oe.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ogonek.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ogoneknosp.glif58
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ograve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ohookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ohorn.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ohornacute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ohorndotbelow.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ohorngrave.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ohornhookabove.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ohorntilde.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ohungarumlaut.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oi.glif90
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oinvertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omacronacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omacrongrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omega.glif112
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omegaclosed.glif112
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omegacyrillic.glif92
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omegaroundcyrillic.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omegatitlocyrillic.glif164
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omegatonos.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omicron.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/omicrontonos.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/one.1.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/one.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/one.sup.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/one.tnum.1.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/one.tnum.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/onedotleader.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/onehalf.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oneinferior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/onequarter.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oneroman.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/onesuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/onethird.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oogonek.N_A_V_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oogonekmacron.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oopen.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oopen_uni02DE__.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oopen_uni02D_E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ordfeminine.glif100
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ordmasculine.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oslash.glif116
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/oslashacute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/otcyrillic.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/otilde.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/otildeacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/otildedieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ounce.glif97
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/overline.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/overscoredblnosp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/overscorenosp.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/p.glif83
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/palatalizationcyrilliccmb.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/palochkacyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/paragraph.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/parenleft.case.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/parenleft.glif110
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/parenleftinferior.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/parenleftsuperior.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/parenright.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/parenright.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/parenrightsub.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/parenrightsuperior.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/partialdiff.glif103
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pecyrillic.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pemiddlehookcyrillic.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/percent.glif139
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/period.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/period.tnum.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/periodcentered.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/perispomenigreekcmb.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pertenthousand.glif252
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/perthousand.glif197
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/peseta.glif166
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/peso.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/phi.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/phi1.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/philatin.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/phook.glif86
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pi.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pipe.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pipedbl.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pipedblbar.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/pisymbolgreek.glif116
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.glif214
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.specz.medium.glif132
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/plus.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/plus.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/plusminus.case.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/plusminus.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/plusmod.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/plussub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/plussubnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/plussuperior.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/primemod.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/primerev1.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/primetripl1.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/primetriplerev1.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/product.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/psi.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/psicyrillic.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/psilipneumatacyrilliccmb.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/published.glif109
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/punctuationspace.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/q.glif83
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/qhook.glif86
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/qofdagesh.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/qrthook.glif106
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quarteremspace.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/question.glif83
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/questiondown.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/questiongreek.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quotedbl.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quotedblbase.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quotedblleft.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quotedblreversed.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quotedblright.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quoteleft.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quotereversed.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quoteright.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quotesinglbase.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/quotesingle.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/r.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/racute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/radical.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rcaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rcommaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rdblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rdescend.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rdotbelowmacron.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/referencemark.glif133
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/registered.glif155
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/response.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/reverseddblprime.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rfishhook.glif94
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rfishhookrev.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rho.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rho1.glif106
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rhotichookmod.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif146
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ring.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringacute.cn.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringacute.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringhalfleft.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringhalfleftcentered.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringhalfright.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringhalfrightcentered.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringlefthalfsubnosp.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringnosp.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringrighthalfsubnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ringsubnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rinvertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rlinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romaneight.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romaneleven.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanfifty.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanfive.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanfivehundred.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanfour.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanhundred.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romannine.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanone.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanseven.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romansix.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanten.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanthousand.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romanthree.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romantwelve.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/romantwo.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rrthook.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rsuper.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rturn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rturnascend.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rturnrthook.glif74
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rturnsuper.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/rupee.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/s.glif167
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sacutedotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sampi.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/scaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/scarondotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/scedilla.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/schwa.glif96
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/schwacyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/schwadieresiscyrillic.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/schwahook.glif120
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/scircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/scommaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sdotbelowdotaccent.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/seagullsubnosp.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/second.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/secondtonechinese.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/section.glif157
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/semicolon.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/servicemark.glif127
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/seven.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/seven.sup.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/seven.tnum.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sevenroman.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sevensub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sevensuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/shacyrillic.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/shchacyrillic.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/shhacyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/shindagesh.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sigma.glif82
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sigma1.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sigmalunatesymbolgreek.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/six.1.glif120
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/six.frac.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/six.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/six.sup.glif93
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/six.tnum.1.glif58
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/six.tnum.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sixinferior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sixroman.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sixsuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sixthemspace.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/slash.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/slashlongnosp.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/slashshortnosp.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/slongdotaccent.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/slongstroke.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/softhyphen.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/softsigncyrillic.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/space.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/spaceopenbox.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/squaresubnosp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/srthook.glif95
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/sterling.glif79
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/stigma.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/summation.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/t.glif151
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tackdownsubnosp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tackleftsubnosp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tackrightsubnosp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tackupsubnosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tau.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tavdages.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tbar.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tcaron.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tccurl.glif132
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tcircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tcommaaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tcurl.glif92
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tdieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tecyrillic.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tedescendercyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tel.glif85
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tenge.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tenroman.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tesh.glif89
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tetsecyrillic.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/theta.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/thetasymbolgreek.glif100
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/thinspace.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/thirdemspace.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/thook.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/thorn.glif96
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/thousandcyrillic.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/three.glif103
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/three.sup.glif109
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/three.tnum.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/threequarters.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/threeroman.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/threesub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/threesuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tilde.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.cn.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.lc.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildecomb.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.cn.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.lc.glif110
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildedoublecmb.glif58
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.cn.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.lc.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildemidnosp.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildesubnosp.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tildevertsupnosp.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/titlocyrilliccmb.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tlinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarextrahighmod.cn.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarextrahighmod.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarextralowmod.cn.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarextralowmod.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarhighmod.cn.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarhighmod.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarlowmod.cn.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarlowmod.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarmidmod.cn.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonebarmidmod.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonefive.glif90
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonesix.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonetwo.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tonos.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tpalatalhook.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/trademark.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/triagdn.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/triagrt.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/triagup.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/trianglebullet.glif81
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/trthook.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ts.glif124
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tsecyrillic.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tshecyrillic.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tturn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tugrik.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/twelveroman.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/two.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/two.sup.glif71
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/two.tnum.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/twodotleader.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/tworoman.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/twostroke.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/twosub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/twosuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/twothirds.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/u.glif111
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ubar.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ubreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ucaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ucircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ucircumflexbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ucyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udblgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udieresis.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udieresisacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udieresisbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udieresiscaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udieresiscyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udieresisgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udieresismacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/udotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ugrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhorn.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhornacute.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhorndotbelow.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhorngrave.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhornhookabove.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhorntilde.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhungarumlaut.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uhungarumlautcyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uinvertedbreve.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ukcyrillic.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/umacron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/umacroncyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/umacrondieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/underscore.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/underscoredbl.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/underscoredblnosp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/underscorenosp.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/undertie.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0069.ccmp.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni006A_.ccmp.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni012F_.ccmp.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni01F6_.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni01F7_.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni01F_6.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni01F_7.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni01F_8.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni01F_9.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni021A_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni021B_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni021C_.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni021D_.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni021E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni021F_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0220.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0221.glif117
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0222.glif132
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0223.glif124
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0224.glif94
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0226.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0227.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0228.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0229.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni022A_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni022B_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni022C_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni022D_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni022E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni022F_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0230.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0231.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0232.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0233.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0238.glif134
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0239.glif136
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni023A_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni023B_.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni023C_.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni023E_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni023F_.glif85
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0240.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0241.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0242.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0243.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0244.glif67
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0245.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0246.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0247.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0248.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0249.ccmp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0249.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni024C_.glif112
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni024D_.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni024E_.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni024F_.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0268.ccmp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0299.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni029C_.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni029D_.ccmp.glif98
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02AB__.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02AC__.glif86
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02A_B_.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02A_C_.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02B2_.ccmp.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02B_2.ccmp.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02EA__.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02EB__.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02EC__.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02ED__.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02EF__.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02E_A_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02E_B_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02E_C_.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02E_D_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02E_F_.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F0_.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F1_.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F2_.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F3_.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F4_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F5_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F6_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F7_.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F8_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F9_.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02FA__.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02FB__.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02FC__.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02FD__.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02FE__.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02FF__.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_0.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_1.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_2.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_3.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_4.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_5.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_6.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_7.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_8.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_9.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_A_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_B_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_C_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_D_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_E_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni02F_F_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0346.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0347.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0348.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0349.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni034A_.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni034B_.glif110
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni034C_.glif102
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni034D_.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni034E_.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni034F_.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0350.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0351.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0352.glif74
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0353.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0354.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0355.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0356.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0357.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0358.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0359.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni035A_.glif118
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni035B_.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni035C_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni035D_.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni035E_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni035F_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0362.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0363.glif110
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0364.glif86
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0365.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0366.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0367.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0368.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0369.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni036A_.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni036B_.glif96
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni036C_.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni036D_.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni036E_.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni036F_.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0370.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0371.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0372.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0373.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0376.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0377.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni037B_.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni037C_.glif92
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni037D_.glif92
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni037F_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03CF__.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03C_F_.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03D7_.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03D8_.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03D9_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03D_7.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03D_8.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03D_9.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F3_.ccmp.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F5_.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F6_.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03FB__.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03FC__.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03FD__.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03FE__.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03FF__.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_3.ccmp.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_4.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_5.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_6.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_7.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_8.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_9.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_A_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_B_.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_C_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_D_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_E_.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni03F_F_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0400.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni040D_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0450.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0456.ccmp.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0458.ccmp.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni045D_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0487.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0488.glif238
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni0489.glif94
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni048A_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni048B_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni048C_.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni048D_.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni048E_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C5_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C6_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C9_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04CA__.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04CD__.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04CE__.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C_5.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C_6.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C_9.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C_A_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C_D_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C_E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04C_F_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04E_C_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04E_D_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04FA__.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04FB__.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04FC__.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04FD__.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04F_6.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04F_7.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04F_A_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04F_B_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04F_C_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04F_D_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04F_E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni04F_F_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni052F_.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DBF___.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC0__.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC1__.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC2__.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC3__.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC4__.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC5__.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC6__.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC7__.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC8__.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DC9__.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DCA___.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DCB___.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DCC___.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DCD___.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DCE___.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DCF___.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD0__.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD1__.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD2__.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD3__.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD4__.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD5__.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD6__.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD7__.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD8__.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DD9__.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DDA___.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DDB___.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DDC___.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DDD___.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DDE___.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DDF___.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE0__.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE1__.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE2__.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE3__.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE4__.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE5__.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE6__.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE7__.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE8__.glif60
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DE9__.glif74
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DEA___.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DEB___.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DEC___.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DED___.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DEE___.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DEF___.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DF0__.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DF1__.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DF2__.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DF3__.glif81
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DF4__.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DF5__.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DFC___.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DFD___.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DFE___.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1DFF___.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_B_F_.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_0.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_1.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_2.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_3.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_4.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_5.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_6.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_7.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_8.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_9.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_A_.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_B_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_C_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_D_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_E_.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_C_F_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_0.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_1.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_2.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_3.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_4.glif91
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_5.glif89
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_6.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_7.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_8.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_9.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_A_.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_B_.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_C_.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_D_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_E_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_D_F_.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_0.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_1.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_2.glif62
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_3.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_4.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_5.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_6.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_7.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_8.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_9.glif70
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_A_.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_B_.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_C_.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_D_.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_E_.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_E_F_.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_0.glif46
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_1.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_2.glif91
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_3.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_4.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_5.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_C_.glif30
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_D_.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_E_.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1D_F_F_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E9D__.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E9F__.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1EFA___.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1EFB___.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1EFC___.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1EFD___.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1EFE___.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1EFF___.glif57
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_2D_.ccmp.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_9D_.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_9F_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_C_B_.ccmp.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_F_A_.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_F_B_.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_F_C_.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_F_D_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_F_E_.glif55
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1E_F_F_.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F16A__.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F16B__.glif73
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FBD___.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FBE___.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FBF___.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FC0__.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FC1__.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FCD___.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FCE___.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FCF___.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FDD___.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FDE___.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FDF___.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FED___.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FEE___.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FEF___.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FFD___.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1FFE___.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_00.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_01.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_02.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_03.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_04.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_05.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_06.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_07.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_08.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_09.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_0A_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_0B_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_0C_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_0D_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_0E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_0F_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_10.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_11.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_12.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_13.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_14.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_15.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_16A_.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_16B_.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_18.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_19.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_1A_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_1B_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_1C_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_1D_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_20.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_21.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_22.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_23.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_24.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_25.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_26.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_27.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_28.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_29.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_2A_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_2B_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_2C_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_2D_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_2E_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_2F_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_30.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_31.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_32.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_33.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_34.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_35.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_36.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_37.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_38.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_39.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_3A_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_3B_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_3C_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_3D_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_3E_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_3F_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_40.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_41.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_42.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_43.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_44.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_45.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_48.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_49.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_4A_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_4B_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_4C_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_4D_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_50.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_51.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_52.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_53.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_54.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_55.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_56.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_57.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_59.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_5B_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_5D_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_5F_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_60.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_61.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_62.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_63.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_64.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_65.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_66.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_67.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_68.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_69.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_6A_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_6B_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_6C_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_6D_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_6E_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_6F_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_70.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_71.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_72.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_73.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_74.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_75.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_76.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_77.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_78.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_79.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_7A_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_7B_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_7C_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_7D_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_80.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_81.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_82.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_83.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_84.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_85.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_86.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_87.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_88.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_89.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_8A_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_8B_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_8C_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_8D_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_8E_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_8F_.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_90.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_91.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_92.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_93.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_94.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_95.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_96.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_97.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_98.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_99.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_9A_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_9B_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_9C_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_9D_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_9E_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_9F_.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_0.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_1.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_2.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_3.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_4.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_5.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_6.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_7.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_8.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_9.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_A_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_B_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_C_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_D_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_E_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_A_F_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_0.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_1.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_2.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_3.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_4.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_6.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_7.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_8.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_9.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_A_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_B_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_C_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_D_.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_E_.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_B_F_.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_0.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_1.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_2.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_3.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_4.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_6.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_7.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_8.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_9.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_A_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_B_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_C_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_D_.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_E_.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_C_F_.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_0.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_1.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_2.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_3.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_6.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_7.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_8.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_9.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_A_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_B_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_D_.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_E_.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_D_F_.glif51
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_0.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_1.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_2.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_3.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_4.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_5.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_6.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_7.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_8.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_9.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_A_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_B_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_C_.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_D_.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_E_.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_E_F_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_2.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_3.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_4.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_6.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_7.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_8.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_9.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_A_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_B_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_C_.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_D_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni1F_F_E_.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2009.fra.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni202F_.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2047.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2048.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2049.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni204A_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni204B_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni204C_.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni204D_.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni204E_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni204F_.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2050.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2051.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2052.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2053.glif61
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2054.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2055.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2056.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2057.glif53
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2058.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2059.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni205A_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni205B_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni205C_.glif133
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni205D_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni205E_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni205F_.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2071.ccmp.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2090.glif102
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2091.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2092.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2093.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2094.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2095.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2096.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2097.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2098.glif86
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2099.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni209A_.glif78
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni209B_.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni209C_.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20AF__.glif79
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20A_F_.glif101
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B0_.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B6_.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B7_.glif107
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B9_.glif59
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20BA__.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20BB__.glif80
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20BD__.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B_0.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B_6.glif45
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B_7.glif98
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B_9.glif50
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B_A_.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B_B_.glif71
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20B_D_.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20DB__.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20DC__.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20D_B_.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20D_C_.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20E3_.glif52
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20E8_.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20E_3.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20E_8.glif17
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20F0_.glif41
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni20F_0.glif35
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni213B_.glif97
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif132
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni214F_.glif169
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2150.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2151.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2152.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2155.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2156.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2157.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2158.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2159.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni215A_.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni215F_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni217C_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni217D_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni217E_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni217F_.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2180.glif109
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2181.glif109
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2182.glif189
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2183.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2184.glif68
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2185.glif85
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2186.glif49
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2187.glif149
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2188.glif269
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2189.glif29
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni27EF__.glif34
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni27E_F_.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B4E__.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B4F__.glif42
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B5A__.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B5B__.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B5C__.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B5D__.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B5E__.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B5F__.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B_4E_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B_4F_.glif33
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B_5A_.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B_5B_.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B_5C_.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B_5D_.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B_5E_.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2B_5F_.glif39
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2C7F__.glif85
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2C_7F_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2DFF___.glif81
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uni2D_F_F_.glif75
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniA69F__.glif69
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniA7FF___.glif47
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniA92E__.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniA_69F_.glif63
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniA_7F_F_.glif43
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniA_92E_.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniE001_.glif115
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniE_001.glif121
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE20__.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE21__.glif31
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE22__.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE23__.glif22
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE24__.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE25__.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE26__.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE27__.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE28__.glif28
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE29__.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE2A___.glif40
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE2B___.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE2C___.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniFE2D___.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_20.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_21.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_22.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_23.glif16
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_24.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_25.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_26.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_27.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_28.glif24
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_29.glif32
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_2A_.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_2B_.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_2C_.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uniF_E_2D_.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uogonek.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/upsilon.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/upsilondieresis.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/upsilondieresistonos.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/upsilonlatin.glif100
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/upsilontonos.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uptackmod.glif37
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/uring.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ushortcyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ustraightcyrillic.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ustraightstrokecyrillic.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/utilde.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/utildeacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/utildebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/v.glif111
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/vdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/vecyrillic.glif100
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/versicle.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/verticalbardbl.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/verticallinelowmod.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/vscript.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/vtilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/vturn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/w.glif93
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wcircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wdieresis.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wgrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/won.glif74
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wring.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wsuper.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wturn.glif44
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/wynn.glif66
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/x.glif89
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/xdieresis.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/xdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/xi.glif116
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/xsuper.glif36
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/xsupnosp.glif38
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/y.glif157
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yatcyrillic.glif64
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ycircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ydieresis.glif12
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ydotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ydotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yen.glif81
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yericyrillic.glif25
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yerudieresiscyrillic.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ygrave.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yhook.glif84
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yhookabove.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yicyrillic.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yotgreek.glif20
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ypogegrammeni.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yring.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ysuper.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/ytilde.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yturn.glif26
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yusbigcyrillic.glif88
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yusbigiotifiedcyrillic.glif76
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yuslittlecyrillic.glif48
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/yuslittleiotifiedcyrillic.glif54
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/z.glif85
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zacute.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zbar.glif27
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zcaron.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zcircumflex.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zcurl.glif92
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zdotaccent.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zdotbelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zecyrillic.glif112
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zedescendercyrillic.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zedieresiscyrillic.glif19
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zero.glif71
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zero.slash.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zero.sup.glif77
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zero.tnum.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zero.tnum.slash.glif15
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zerosub.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zerosuperior.glif23
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zerowidthjoiner.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zerowidthspace.glif14
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zeta.glif82
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zhebrevecyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zhecyrillic.glif72
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zhedescendercyrillic.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zhedieresiscyrillic.glif18
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zhook.glif56
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zlinebelow.glif21
-rw-r--r--src/Inter-UI-Regular.ufo/glyphs/zrthook.glif65
-rw-r--r--src/Inter-UI-Regular.ufo/groups.plist2756
-rw-r--r--src/Inter-UI-Regular.ufo/kerning.plist11611
-rw-r--r--src/Inter-UI-Regular.ufo/layercontents.plist10
-rw-r--r--src/Inter-UI-Regular.ufo/lib.plist5148
-rw-r--r--src/Inter-UI-Regular.ufo/metainfo.plist14
-rw-r--r--src/Inter-UI.designspace230
-rw-r--r--src/Inter-UI.glyphs202377
-rw-r--r--src/diacritics.txt918
-rw-r--r--src/features.fea1028
-rw-r--r--src/fontbuild.cfg64
-rw-r--r--src/glyphlist.txt4291
-rw-r--r--src/glyphorder.txt2196
-rw-r--r--version.txt1
5246 files changed, 346944 insertions, 163490 deletions
diff --git a/.gitignore b/.gitignore
index 57e02b3ec..b3497d4be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,7 +11,6 @@
_*.ignore
*~
.DS_Store
-*.sparseimage
nohup.out
build
diff --git a/Makefile b/Makefile
index 82a12ecbe..096cf8fbe 100644
--- a/Makefile
+++ b/Makefile
@@ -10,71 +10,88 @@
# install Build all (web, ttf and otf) and install. Mac-only for now.
# dist Create a new release distribution. Does everything.
#
-all: all_ttf all_otf
- $(MAKE) all_web -j
+all: all_fonts
+all_unhinted: all_ttf all_otf all_web
+all_hinted: all_ttf_hinted all_web_hinted
-all_hinted: all_ttf all_ttf_hinted all_otf
- $(MAKE) all_web_hinted -j
+VERSION := $(shell cat version.txt)
-VERSION := $(shell misc/version.py)
+export PATH := $(PWD)/build/venv/bin:$(PATH)
# generated.make is automatically generated by init.sh and defines depenencies for
# all styles and alias targets
include build/etc/generated.make
-res_files := src/fontbuild.cfg src/diacritics.txt src/glyphlist.txt \
- src/features.fea src/glyphorder.txt
-# UFO -> TTF & OTF (note that UFO deps are defined by generated.make)
-build/tmp/InterUITTF/InterUI-%.ttf: $(res_files)
- misc/ufocompile --otf $*
+# TTF -> WOFF2
+build/%.woff2: build/%.ttf
+ woff2_compress "$<"
+
+# TTF -> WOFF
+build/%.woff: build/%.ttf
+ ttf2woff -O -t woff "$<" "$@"
+
+# TTF -> EOT (disabled)
+# build/%.eot: build/%.ttf
+# ttf2eot "$<" > "$@"
+
+
+# UFO -> OTF, TTF
+build/unhinted/Inter-UI-Regular.%: master_ufo_regular
+ misc/fontbuild compile -o $@ src/Inter-UI-Regular.ufo
+
+build/unhinted/Inter-UI-Black.%: master_ufo_black
+ misc/fontbuild compile -o $@ src/Inter-UI-Black.ufo
+
+build/unhinted/Inter-UI-%.otf: build/ufo/Inter-UI-%.ufo
+ misc/fontbuild compile -o $@ $<
-build/tmp/InterUIOTF/InterUI-%.otf: build/tmp/InterUITTF/InterUI-%.ttf $(res_files)
- @true
+build/unhinted/Inter-UI-%.ttf: build/ufo/Inter-UI-%.ufo
+ misc/fontbuild compile -o $@ $<
-# tmp/ttf -> dist
-build/dist-unhinted/Inter-UI-%.ttf: build/tmp/InterUITTF/InterUI-%.ttf
- @mkdir -p build/dist-unhinted
- cp -a "$<" "$@"
-# tmp/otf -> dist
-build/dist-unhinted/Inter-UI-%.otf: build/tmp/InterUIOTF/InterUI-%.otf
- @mkdir -p build/dist-unhinted
- cp -a "$<" "$@"
+# designspace <- glyphs file
+src/Inter-UI.designspace: src/Inter-UI.glyphs
+ misc/fontbuild glyphsync $<
-# autohint
-build/dist-hinted/Inter-UI-%.ttf: build/dist-unhinted/Inter-UI-%.ttf
- @mkdir -p build/dist-hinted
- ttfautohint \
+# instance UFOs <- master UFOs
+build/ufo/Inter-UI-%.ufo: master_ufo_regular master_ufo_black
+ misc/fontbuild instancegen src/Inter-UI.designspace $*
+
+# master UFOs <- designspace
+master_ufo_regular: src/Inter-UI.designspace $(Regular_ufo_d)
+master_ufo_black: src/Inter-UI.designspace $(Black_ufo_d)
+
+# Note: The seemingly convoluted dependency graph above is required to
+# make sure that glyphsync and instancegen are not run in parallel.
+
+.PHONY: master_ufo_regular master_ufo_black
+
+
+# hinted TTF files via autohint
+build/hinted/%.ttf: build/unhinted/%.ttf
+ @mkdir -p build/hinted
+ @echo ttfautohint "$<" "$@"
+ @ttfautohint \
--hinting-limit=256 \
--hinting-range-min=8 \
--hinting-range-max=64 \
--fallback-stem-width=256 \
- --strong-stem-width=D \
--no-info \
--verbose \
"$<" "$@"
-# TTF -> WOFF2
-build/%.woff2: build/%.ttf
- woff2_compress "$<"
-
-# TTF -> WOFF
-build/%.woff: build/%.ttf
- ttf2woff -O -t woff "$<" "$@"
-
-# TTF -> EOT (disabled)
-# build/%.eot: build/%.ttf
-# ttf2eot "$<" > "$@"
+# test runs all tests
+# Note: all_check is generated by init.sh and runs "fontbuild checkfont"
+# on all otf and ttf files.
+test: all_check
-test: all_otf
- @misc/check-font.py build/dist-unhinted/*.otf
ZIP_FILE_DIST := build/release/Inter-UI-${VERSION}.zip
ZIP_FILE_DEV := build/release/Inter-UI-${VERSION}-$(shell git rev-parse --short=10 HEAD).zip
# zip intermediate
-build/.zip.zip: all_otf
+build/.zip.zip: all_otf all_ttf
$(MAKE) all_web all_web_hinted -j
@rm -rf build/.zip
@rm -f build/.zip.zip
@@ -84,15 +101,15 @@ build/.zip.zip: all_otf
"build/.zip/Inter UI (TTF)" \
"build/.zip/Inter UI (TTF hinted)" \
"build/.zip/Inter UI (OTF)"
- @cp -a build/dist-unhinted/*.woff build/dist-unhinted/*.woff2 \
+ @cp -a build/unhinted/*.woff build/unhinted/*.woff2 \
"build/.zip/Inter UI (web)/"
@cp -a misc/doc/inter-ui.css "build/.zip/Inter UI (web)/"
- @cp -a build/dist-hinted/*.woff build/dist-hinted/*.woff2 \
+ @cp -a build/hinted/*.woff build/hinted/*.woff2 \
"build/.zip/Inter UI (web hinted)/"
@cp -a misc/doc/inter-ui.css "build/.zip/Inter UI (web hinted)/"
- @cp -a build/dist-unhinted/*.ttf "build/.zip/Inter UI (TTF)/"
- @cp -a build/dist-hinted/*.ttf "build/.zip/Inter UI (TTF hinted)/"
- @cp -a build/dist-unhinted/*.otf "build/.zip/Inter UI (OTF)/"
+ @cp -a build/unhinted/*.ttf "build/.zip/Inter UI (TTF)/"
+ @cp -a build/hinted/*.ttf "build/.zip/Inter UI (TTF hinted)/"
+ @cp -a build/unhinted/*.otf "build/.zip/Inter UI (OTF)/"
@cp -a misc/doc/*.txt "build/.zip/"
@cp -a LICENSE.txt "build/.zip/"
cd build/.zip && zip -v -X -r "../../build/.zip.zip" * >/dev/null && cd ../..
@@ -133,28 +150,28 @@ dist: zip_dist
copy_docs_fonts:
rm -rf docs/font-files
mkdir docs/font-files
- cp -a build/dist-unhinted/*.woff build/dist-unhinted/*.woff2 build/dist-unhinted/*.otf docs/font-files/
+ cp -a build/unhinted/*.woff build/unhinted/*.woff2 build/unhinted/*.otf docs/font-files/
install_ttf: all_ttf_unhinted
$(MAKE) all_web -j
@echo "Installing TTF files locally at ~/Library/Fonts/Inter UI"
rm -rf ~/'Library/Fonts/Inter UI'
mkdir -p ~/'Library/Fonts/Inter UI'
- cp -va build/dist-unhinted/*.ttf ~/'Library/Fonts/Inter UI'
+ cp -va build/unhinted/*.ttf ~/'Library/Fonts/Inter UI'
install_ttf_hinted: all_ttf
$(MAKE) all_web -j
@echo "Installing autohinted TTF files locally at ~/Library/Fonts/Inter UI"
rm -rf ~/'Library/Fonts/Inter UI'
mkdir -p ~/'Library/Fonts/Inter UI'
- cp -va build/dist-hinted/*.ttf ~/'Library/Fonts/Inter UI'
+ cp -va build/hinted/*.ttf ~/'Library/Fonts/Inter UI'
install_otf: all_otf
$(MAKE) all_web -j
@echo "Installing OTF files locally at ~/Library/Fonts/Inter UI"
rm -rf ~/'Library/Fonts/Inter UI'
mkdir -p ~/'Library/Fonts/Inter UI'
- cp -va build/dist-unhinted/*.otf ~/'Library/Fonts/Inter UI'
+ cp -va build/unhinted/*.otf ~/'Library/Fonts/Inter UI'
install: install_otf
@@ -182,6 +199,6 @@ _local/UnicodeData.txt:
http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
clean:
- rm -rf build/tmp/* build/dist-hinted build/dist-unhinted
+ rm -rvf build/tmp build/hinted build/unhinted
-.PHONY: all web clean install install_otf install_ttf deploy zip zip_dist pre_dist dist geninfo copy_docs_fonts all_hinted test
+.PHONY: all web clean install install_otf install_ttf deploy zip zip_dist pre_dist dist geninfo copy_docs_fonts all_hinted test glyphsync
diff --git a/init.sh b/init.sh
index 4dc6238f8..e7bd29ad9 100755
--- a/init.sh
+++ b/init.sh
@@ -7,7 +7,7 @@ if [[ "${BUILD_DIR:0:2}" == "./" ]]; then
BUILD_DIR=${BUILD_DIR:2}
fi
-DIST_DIR=$BUILD_DIR/dist #-hinted|-unhinted
+DIST_DIR=$BUILD_DIR/ # hinted | unhinted
BUILD_TMP_DIR=$BUILD_DIR/tmp
VENV_DIR=$BUILD_DIR/venv
@@ -86,14 +86,26 @@ else
if [[ ! -d "$VENV_DIR/bin" ]]; then
echo "Setting up virtualenv in '$VENV_DIR'"
+ rm -f "$VENV_DIR/lib/python"
require_virtualenv
$virtualenv "$VENV_DIR"
elif [[ ! -z $VIRTUAL_ENV ]] && [[ "$VIRTUAL_ENV" != "$VENV_DIR_ABS" ]]; then
echo "Looks like the repository has moved location -- updating virtualenv"
+ rm -f "$VENV_DIR/lib/python"
require_virtualenv
$virtualenv "$VENV_DIR"
fi
+ # symlink lib/python -> lib/python<version>
+ if [[ ! -d "$VENV_DIR/lib/python" ]]; then
+ for f in "$VENV_DIR/lib/"python*; do
+ if [[ -d "$f" ]]; then
+ ln -svf $(basename "$f") "$VENV_DIR/lib/python"
+ break
+ fi
+ done
+ fi
+
source "$VENV_DIR/bin/activate"
UPDATE_TIMESTAMP_FILE="$VENV_DIR/last-pip-run.mark"
@@ -113,44 +125,65 @@ else
PATCH_DIR=$(pwd)/misc/patches
mkdir -p "$DEPS_DIR"
- check_dep() {
+
+ function fetch() {
+ URL=$1
+ DSTFILE=$2
+ echo "Fetching $URL"
+ curl '-#' -o "$DSTFILE" -L "$URL"
+ }
+
+ function check_dep() {
NAME=$1
REPO_URL=$2
BRANCH=$3
TREE_REF=$4
set -e
REPODIR=$DEPS_DIR/$NAME
+ CHANGED=false
if [[ ! -d "$REPODIR/.git" ]]; then
rm -rf "$REPODIR"
echo "Fetching $NAME from $REPO_URL"
if ! (git clone --recursive --single-branch -b $BRANCH -- "$REPO_URL" "$REPODIR"); then
exit 1
fi
+ CHANGED=true
+ elif [[ "$(git -C "$REPODIR" rev-parse HEAD)" != "$TREE_REF" ]]; then
+ CHANGED=true
+ git -C "$REPODIR" fetch origin
+ fi
+ if $CHANGED; then
if [[ ! -z $TREE_REF ]]; then
git -C "$REPODIR" checkout "$TREE_REF"
git -C "$REPODIR" submodule update
fi
return 1
fi
- # TODO: check that source matches tree ref
return 0
}
- if ! (check_dep \
- woff2 https://github.com/google/woff2.git master 36e6555b92a1519c927ebd43b79621810bf17c1a )
+
+ # woff2
+ LINK=false
+ if ! (check_dep woff2 \
+ https://github.com/google/woff2.git master \
+ a0d0ed7da27b708c0a4e96ad7a998bddc933c06e )
then
echo "Building woff2"
- git -C "$DEPS_DIR/woff2" apply "$PATCH_DIR/woff2.patch"
- if !(make -C "$DEPS_DIR/woff2" -j8 clean all); then
+ make -C "$DEPS_DIR/woff2" -j8 clean
+ if !(make -C "$DEPS_DIR/woff2" -j8 all); then
rm -rf "$DEPS_DIR/woff2"
exit 1
fi
+ elif [[ ! -f "$VENV_DIR/bin/woff2_compress" ]]; then
+ LINK=true
fi
- if [[ ! -f "$VENV_DIR/bin/woff2_compress" ]]; then
- ln -vfs ../../deps/woff2/woff2_compress "$VENV_DIR/bin"
+ if $LINK; then
+ ln -vfs ../../deps/woff2/woff2_compress "$VENV_DIR/bin/woff2_compress"
fi
- # EOT is disabled
+
+ # # EOT (disabled)
# if ! (check_dep \
# ttf2eot https://github.com/rsms/ttf2eot.git master )
# then
@@ -161,15 +194,95 @@ else
# ln -vfs ../../deps/ttf2eot/ttf2eot "$VENV_DIR/bin"
# fi
- if [[ ! -f "$DEPS_DIR/ttfautohint" ]]; then
- URL=https://download.savannah.gnu.org/releases/freetype/ttfautohint-1.6-tty-osx.tar.gz
- echo "Fetching $URL"
- curl '-#' -o "$DEPS_DIR/ttfautohint.tar.gz" -L "$URL"
+
+ # # meson (internal requirement of ots)
+ # MESON_VERSION=0.47.2
+ # pushd "$DEPS_DIR" >/dev/null
+ # MESON_BIN=$PWD/meson-${MESON_VERSION}/meson.py
+ # popd >/dev/null
+ # if [[ ! -f "$MESON_BIN" ]]; then
+ # fetch \
+ # https://github.com/mesonbuild/meson/releases/download/${MESON_VERSION}/meson-${MESON_VERSION}.tar.gz \
+ # "$DEPS_DIR/meson.tar.gz"
+ # tar -C "$DEPS_DIR" -xzf "$DEPS_DIR/meson.tar.gz"
+ # rm "$DEPS_DIR/meson.tar.gz"
+ # fi
+
+
+ # # ninja
+ # NINJA_VERSION=1.8.2
+ # pushd "$DEPS_DIR" >/dev/null
+ # NINJA_BIN=$PWD/ninja-${NINJA_VERSION}
+ # if [[ ! -f "$NINJA_BIN" ]]; then
+ # fetch \
+ # https://github.com/ninja-build/ninja/releases/download/v${NINJA_VERSION}/ninja-mac.zip \
+ # ninja.zip
+ # rm -f ninja
+ # unzip -q -o ninja.zip
+ # rm ninja.zip
+ # mv ninja "$NINJA_BIN"
+ # fi
+ # popd >/dev/null
+
+
+ # # ots (from source)
+ # LINK=false
+ # if ! (check_dep ots \
+ # https://github.com/khaledhosny/ots.git master \
+ # cad0b4f9405d03ddf801f977f2f65892192ad047 )
+ # then
+ # echo "Building ots"
+ # pushd "$DEPS_DIR/ots" >/dev/null
+ # "$MESON_BIN" build
+ # "$NINJA_BIN" -C build
+ # popd >/dev/null
+ # fi
+
+
+ # ots (from dist)
+ OTS_VERSION=7.1.7
+ OTS_DIR=$DEPS_DIR/ots-${OTS_VERSION}
+ LINK=false
+ if [[ ! -f "$OTS_DIR/ots-sanitize" ]]; then
+ mkdir -p "$OTS_DIR"
+ fetch \
+ https://github.com/khaledhosny/ots/releases/download/v${OTS_VERSION}/ots-${OTS_VERSION}-osx.zip \
+ "$OTS_DIR/ots.zip"
+ pushd "$OTS_DIR" >/dev/null
+ unzip ots.zip
+ rm ots.zip
+ mv ots-* xx-ots
+ mv xx-ots/* .
+ rm -rf xx-ots
+ popd >/dev/null
+ LINK=true
+ fi
+ if $LINK || [[ ! -f "$VENV_DIR/bin/ots-sanitize" ]]; then
+ pushd "$OTS_DIR" >/dev/null
+ for f in ots-*; do
+ popd >/dev/null
+ ln -vfs ../../deps/ots-${OTS_VERSION}/$f "$VENV_DIR/bin/$f"
+ pushd "$OTS_DIR" >/dev/null
+ done
+ popd >/dev/null
+ fi
+
+
+ AUTOHINT_VERSION=1.8.2
+ LINK=false
+ if [[ ! -f "$DEPS_DIR/ttfautohint-${AUTOHINT_VERSION}" ]]; then
+ fetch \
+ https://download.savannah.gnu.org/releases/freetype/ttfautohint-${AUTOHINT_VERSION}-tty-osx.tar.gz
+ "$DEPS_DIR/ttfautohint.tar.gz"
tar -C "$DEPS_DIR" -xzf "$DEPS_DIR/ttfautohint.tar.gz"
rm "$DEPS_DIR/ttfautohint.tar.gz"
+ mv -f "$DEPS_DIR/ttfautohint" "$DEPS_DIR/ttfautohint-${AUTOHINT_VERSION}"
+ LINK=true
+ elif [[ ! -f "$VENV_DIR/bin/ttfautohint" ]]; then
+ LINK=true
fi
- if [[ ! -f "$VENV_DIR/bin/ttfautohint" ]]; then
- ln -vfs ../../deps/ttfautohint "$VENV_DIR/bin"
+ if $LINK; then
+ ln -vfs ../../deps/ttfautohint-1.8.2 "$VENV_DIR/bin/ttfautohint"
fi
if [[ ! -f "$VENV_DIR/bin/ttf2woff" ]] || [[ ! -f "$SRCDIR/misc/ttf2woff/ttf2woff" ]]; then
@@ -189,50 +302,6 @@ else
return 1
}
- check_cython_dep() {
- DIR=$1
- REF_FILE=$DIR/$2
- set -e
- if $clean || $PY_REQUIREMENTS_CHANGED || [ ! -f "$REF_FILE" ] || has_newer "$DIR" "$REF_FILE"; then
- pushd "$DIR" >/dev/null
- if $clean; then
- find . \
- -type f \
- -name '*.c' -or \
- -name '*.o' -or \
- -name '*.pyc' -or \
- -name '*.pyo' \
- | xargs rm
- fi
- if [ -f requirements.txt ]; then
- pip install -r requirements.txt
- fi
- python setup.py build_ext --inplace
- popd >/dev/null
- touch "$REF_FILE"
- PY_REQUIREMENTS_CHANGED=true
- fi
- }
-
- # native booleanOperations module
- check_cython_dep misc/pylib/booleanOperations flatten.so
- check_cython_dep misc/pylib/copy copy.so
- check_cython_dep misc/pylib/fontbuild mix.so
- check_cython_dep misc/pylib/robofab glifLib.so
-
- # ————————————————————————————————————————————————————————————————————————————————————————————————
- # $BUILD_TMP_DIR
- # create and mount spare disk image needed on macOS to support case-sensitive filenames
- if [[ "$(uname)" = *Darwin* ]]; then
- bash misc/mac-tmp-disk-mount.sh
- if $clean; then
- echo "[clean] rm -rf '$BUILD_TMP_DIR'/*"
- rm -rf "$BUILD_TMP_DIR"/*
- fi
- else
- mkdir -p "$BUILD_TMP_DIR"
- fi
-
# ————————————————————————————————————————————————————————————————————————————————————————————————
# $BUILD_DIR/etc/generated.make
master_styles=( \
@@ -273,55 +342,53 @@ else
all_styles=()
+ # add master styles to style array
for style in "${master_styles[@]}"; do
all_styles+=( $style )
echo "${style}_ufo_d := " \
"\$(wildcard src/Inter-UI-${style}.ufo/* src/Inter-UI-${style}.ufo/*/*)" >> "$GEN_MAKE_FILE"
- echo "$BUILD_TMP_DIR/InterUITTF/InterUI-${style}.ttf: \$(${style}_ufo_d)" >> "$GEN_MAKE_FILE"
- echo "$BUILD_TMP_DIR/InterUIOTF/InterUI-${style}.otf: \$(${style}_ufo_d)" >> "$GEN_MAKE_FILE"
done
- echo -n "all_ufo:" >> "$GEN_MAKE_FILE"
- for style in "${master_styles[@]}"; do
- echo -n " \$(${style}_ufo_d)" >> "$GEN_MAKE_FILE"
- done
+ # generate all_ufo: <master_ufos>
+ # echo -n "all_ufo:" >> "$GEN_MAKE_FILE"
+ # for style in "${master_styles[@]}"; do
+ # echo -n " \$(${style}_ufo_d)" >> "$GEN_MAKE_FILE"
+ # done
+ # echo "" >> "$GEN_MAKE_FILE"
+
echo "" >> "$GEN_MAKE_FILE"
+ # add derived styles to style array
for e in "${derived_styles[@]}"; do
style=$(echo "${e%%:*}" | xargs)
dependent_styles=$(echo "${e#*:}" | xargs)
all_styles+=( $style )
-
- echo -n "$BUILD_TMP_DIR/InterUITTF/InterUI-${style}.ttf:" >> "$GEN_MAKE_FILE"
- for depstyle in $dependent_styles; do
- echo -n " \$(${depstyle}_ufo_d)" >> "$GEN_MAKE_FILE"
- done
- echo "" >> "$GEN_MAKE_FILE"
-
- echo -n "$BUILD_TMP_DIR/InterUIOTF/InterUI-${style}.otf:" >> "$GEN_MAKE_FILE"
- for depstyle in $dependent_styles; do
- echo -n " \$(${depstyle}_ufo_d)" >> "$GEN_MAKE_FILE"
- done
- echo "" >> "$GEN_MAKE_FILE"
done
# STYLE and STYLE_ttf targets
for style in "${all_styles[@]}"; do
- echo "${style}_ttf_hinted: $DIST_DIR-hinted/Inter-UI-${style}.ttf" >> "$GEN_MAKE_FILE"
- echo "${style}_ttf: $DIST_DIR-unhinted/Inter-UI-${style}.ttf" >> "$GEN_MAKE_FILE"
- echo "${style}_otf: $DIST_DIR-unhinted/Inter-UI-${style}.otf" >> "$GEN_MAKE_FILE"
+ echo "${style}: ${style}_otf ${style}_ttf ${style}_ttf_hinted ${style}_web ${style}_web_hinted" >> "$GEN_MAKE_FILE"
- echo -n "${style}: ${style}_otf" >> "$GEN_MAKE_FILE"
+ echo "${style}_ttf_hinted: ${DIST_DIR}hinted/Inter-UI-${style}.ttf" >> "$GEN_MAKE_FILE"
+ echo "${style}_ttf: ${DIST_DIR}unhinted/Inter-UI-${style}.ttf" >> "$GEN_MAKE_FILE"
+ echo "${style}_otf: ${DIST_DIR}unhinted/Inter-UI-${style}.otf" >> "$GEN_MAKE_FILE"
+
+ echo -n "${style}_web:" >> "$GEN_MAKE_FILE"
for format in "${web_formats[@]}"; do
- echo -n " $DIST_DIR-unhinted/Inter-UI-${style}.${format}" >> "$GEN_MAKE_FILE"
+ echo -n " ${DIST_DIR}unhinted/Inter-UI-${style}.${format}" >> "$GEN_MAKE_FILE"
done
echo "" >> "$GEN_MAKE_FILE"
- echo -n "${style}_hinted: ${style}_ttf_hinted" >> "$GEN_MAKE_FILE"
+ echo -n "${style}_web_hinted:" >> "$GEN_MAKE_FILE"
for format in "${web_formats[@]}"; do
- echo -n " $DIST_DIR-hinted/Inter-UI-${style}.${format}" >> "$GEN_MAKE_FILE"
+ echo -n " ${DIST_DIR}hinted/Inter-UI-${style}.${format}" >> "$GEN_MAKE_FILE"
done
echo "" >> "$GEN_MAKE_FILE"
+
+ echo "${style}_check: ${DIST_DIR}unhinted/Inter-UI-${style}.otf ${DIST_DIR}unhinted/Inter-UI-${style}.ttf" >> "$GEN_MAKE_FILE"
+ echo -e "\t misc/fontbuild checkfont $^" >> "$GEN_MAKE_FILE"
+
+ echo "" >> "$GEN_MAKE_FILE"
done
# all_otf target
@@ -348,21 +415,35 @@ else
# all_web target
echo -n "all_web:" >> "$GEN_MAKE_FILE"
for style in "${all_styles[@]}"; do
- echo -n " ${style}" >> "$GEN_MAKE_FILE"
+ echo -n " ${style}_web" >> "$GEN_MAKE_FILE"
done
echo "" >> "$GEN_MAKE_FILE"
# all_web_hinted target
echo -n "all_web_hinted:" >> "$GEN_MAKE_FILE"
for style in "${all_styles[@]}"; do
- echo -n " ${style}_hinted" >> "$GEN_MAKE_FILE"
+ echo -n " ${style}_web_hinted" >> "$GEN_MAKE_FILE"
+ done
+ echo "" >> "$GEN_MAKE_FILE"
+
+ # all_check target
+ echo -n "all_check:" >> "$GEN_MAKE_FILE"
+ for style in "${all_styles[@]}"; do
+ echo -n " ${style}_check" >> "$GEN_MAKE_FILE"
+ done
+ echo "" >> "$GEN_MAKE_FILE"
+
+ # all_fonts target
+ echo -n "all_fonts:" >> "$GEN_MAKE_FILE"
+ for style in "${all_styles[@]}"; do
+ echo -n " ${style}" >> "$GEN_MAKE_FILE"
done
echo "" >> "$GEN_MAKE_FILE"
- echo -n ".PHONY: all_otf all_ttf_hinted all_ttf all_web all_web_hinted all_ufo" >> "$GEN_MAKE_FILE"
+ echo -n ".PHONY: all_otf all_ttf_hinted all_ttf all_web all_web_hinted all_ufo all_check" >> "$GEN_MAKE_FILE"
for style in "${all_styles[@]}"; do
- echo -n " ${style} ${style}_ttf ${style}_ttf_hinted ${style}_otf" >> "$GEN_MAKE_FILE"
+ echo -n " ${style} ${style}_ttf ${style}_ttf_hinted ${style}_otf ${style}_check" >> "$GEN_MAKE_FILE"
done
echo "" >> "$GEN_MAKE_FILE"
fi
@@ -370,14 +451,12 @@ else
# ————————————————————————————————————————————————————————————————————————————————————————————————
# summary
if ! $VENV_ACTIVE; then
- echo "You now need to activate virtualenv by:"
+ echo -n "You can activate virtualenv by running "
if [ "$0" == "./init.sh" ]; then
# pretty format for common case
- echo " source init.sh"
+ echo '`source init.sh`'
else
- echo " source '$0'"
+ echo "\`source \"$0\"\`"
fi
- echo "Or directly by sourcing the activate script:"
- echo " source '$VENV_DIR/bin/activate'"
fi
fi
diff --git a/misc/check-font.py b/misc/check-font.py
deleted file mode 100755
index e7c432cad..000000000
--- a/misc/check-font.py
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/usr/bin/env python
-# encoding: utf8
-from __future__ import print_function
-import os, sys
-from argparse import ArgumentParser
-from multiprocessing import Pool
-import extractor, defcon
-
-
-def check_font(filename):
- print('check %s' % filename)
- ufo = defcon.Font()
- extractor.extractUFO(filename, ufo, doGlyphs=True, doInfo=True, doKerning=True)
-
-
-def main(argv=None):
- opts = ArgumentParser(description='Check')
-
- opts.add_argument(
- 'fontFiles', metavar='<file>', type=str, nargs='+',
- help='Font files (otf, ttf, woff, woff2, pfa, pfb, ttx)')
-
- args = opts.parse_args(argv)
-
- if len(args.fontFiles) == 1:
- check_font(args.fontFiles[0])
- else:
- p = Pool(8)
- p.map(check_font, args.fontFiles)
- p.terminate()
-
-
-if __name__ == '__main__':
- main()
diff --git a/misc/fontbuild b/misc/fontbuild
new file mode 100755
index 000000000..b2dad33c4
--- /dev/null
+++ b/misc/fontbuild
@@ -0,0 +1,462 @@
+#!/usr/bin/env python
+from __future__ import print_function
+
+import sys, os
+# patch PYTHONPATH to include $BASEDIR/build/venv/python/site-packages
+BASEDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
+VENVDIR = os.path.join(BASEDIR, 'build', 'venv')
+sys.path.append(os.path.join(VENVDIR, 'lib', 'python', 'site-packages'))
+
+import argparse
+import datetime
+import glyphsLib
+import logging
+import re
+import signal
+import subprocess
+from fontmake.font_project import FontProject
+from fontTools import designspaceLib
+from glyphsLib.interpolation import apply_instance_data
+from mutatorMath.ufo.document import DesignSpaceDocumentReader
+
+
+BASEDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
+
+
+_gitHash = None
+def getGitHash():
+ global _gitHash
+ if _gitHash is None:
+ _gitHash = ''
+ try:
+ _gitHash = subprocess.check_output(
+ ['git', '-C', BASEDIR, 'rev-parse', '--short', 'HEAD'],
+ shell=False
+ ).strip()
+ except:
+ pass
+ return _gitHash
+
+
+_version = None
+def getVersion():
+ global _version
+ if _version is None:
+ _version = open(os.path.join(BASEDIR, 'version.txt'), 'r').read().strip()
+ return _version
+
+
+subfamily_re = re.compile(r'^\s*([^\s]+)(?:\s*italic|)\s*$', re.I | re.U)
+
+
+def sighandler(signum, frame):
+ sys.stdout.write('\n')
+ sys.stdout.flush()
+ sys.exit(1)
+
+
+def mkdirs(path):
+ if not os.access(path, os.F_OK):
+ os.makedirs(path)
+
+
+# setFontInfo patches font.info
+#
+def setFontInfo(font, weight):
+ #
+ # For UFO3 names, see
+ # https://github.com/unified-font-object/ufo-spec/blob/gh-pages/versions/
+ # ufo3/fontinfo.plist.md
+ # For OpenType NAME table IDs, see
+ # https://docs.microsoft.com/en-us/typography/opentype/spec/name#name-ids
+ #
+ version = getVersion()
+ buildtag = getGitHash()
+ versionMajor, versionMinor = [int(num) for num in version.split(".")]
+ now = datetime.datetime.utcnow()
+ family = font.info.familyName # i.e. "Inter UI"
+ style = font.info.styleName # e.g. "Medium Italic"
+ isitalic = font.info.italicAngle != 0
+
+ # weight
+ font.info.openTypeOS2WeightClass = weight
+
+ # creation date & time (YYYY/MM/DD HH:MM:SS)
+ font.info.openTypeHeadCreated = now.strftime("%Y/%m/%d %H:%M:%S")
+
+ # version
+ font.info.version = version
+ font.info.versionMajor = versionMajor
+ font.info.versionMinor = versionMinor
+ font.info.year = now.year
+ font.info.openTypeNameVersion = "%s;%s" % (version, buildtag)
+ font.info.openTypeNameUniqueID = "%s %s:%d:%s" % (family, style, now.year, buildtag)
+
+ # Names
+ family_nosp = re.sub(r'\s', '', family)
+ style_nosp = re.sub(r'\s', '', style)
+ font.info.macintoshFONDName = "%s %s" % (family_nosp, style_nosp)
+ font.info.postscriptFontName = "%s-%s" % (family_nosp, style_nosp)
+
+ # name ID 16 "Typographic Family name"
+ font.info.openTypeNamePreferredFamilyName = family
+
+ # name ID 17 "Typographic Subfamily name"
+ subfamily = subfamily_re.sub('\\1', style) # "A Italic" => "A", "A" => "A"
+ if len(subfamily) == 0:
+ subfamily = "Regular"
+ font.info.openTypeNamePreferredSubfamilyName = subfamily
+
+ # Legacy family name (full name except "italic")
+ subfamily_lc = subfamily.lower()
+ if subfamily_lc != "regular" and subfamily_lc != "bold":
+ font.info.styleMapFamilyName = "%s %s" % (family, subfamily)
+ else:
+ font.info.styleMapFamilyName = family
+
+ # Legacy style name. Must be one of these case-sensitive strings:
+ # "regular", "italic", "bold", "bold italic"
+ font.info.styleMapStyleName = "regular"
+ if style.strip().lower().find('bold') != -1:
+ if isitalic:
+ font.info.styleMapStyleName = "bold italic"
+ else:
+ font.info.styleMapStyleName = "bold"
+ elif isitalic:
+ font.info.styleMapStyleName = "italic"
+
+
+class Main(object):
+
+ def __init__(self):
+ self.tmpdir = os.path.join(BASEDIR,'build','tmp')
+
+
+ def main(self, argv):
+ # make ^C instantly exit program
+ signal.signal(signal.SIGINT, sighandler)
+
+ # update environment
+ os.environ['PATH'] = '%s:%s' % (
+ os.path.join(VENVDIR, 'bin'), os.environ['PATH'])
+
+ argparser = argparse.ArgumentParser(
+ description='',
+ usage='''
+ %(prog)s [options] <command> [<args>]
+
+ Commands:
+ compile Build font files
+ glyphsync Generate designspace and UFOs from Glyphs file
+ instancegen Generate instance UFOs for designspace
+ '''.strip().replace('\n ', '\n'))
+
+ argparser.add_argument('-v', '--verbose', action='store_true',
+ help='Print more details')
+
+ argparser.add_argument('command', metavar='<command>')
+
+ args = argparser.parse_args(argv[1:2])
+ if args.verbose:
+ logging.basicConfig(level=logging.DEBUG)
+ else:
+ logging.basicConfig(level=logging.ERROR)
+ cmd = 'cmd_' + args.command.replace('-', '_')
+ if not hasattr(self, cmd):
+ print('Unrecognized command %s. Try --help' % args.command,
+ file=sys.stderr)
+ exit(1)
+ getattr(self, cmd)(argv[2:])
+
+
+
+ def cmd_compile(self, argv):
+ argparser = argparse.ArgumentParser(
+ usage='%(prog)s compile [-h] [-o <file>] <ufo>',
+ description='Compile font files')
+
+ argparser.add_argument('ufo', metavar='<ufo>',
+ help='UFO source file')
+
+ argparser.add_argument('-o', '--output', metavar='<fontfile>',
+ help='Output font file (.otf, .ttf, .ufo or .gx)')
+
+ argparser.add_argument('--validate', action='store_true',
+ help='Enable ufoLib validation on reading/writing UFO files')
+
+ # argparser.add_argument('-f', '--formats', nargs='+', metavar='<format>',
+ # help='Output formats. Any of %(choices)s. Defaults to "otf".',
+ # choices=tuple(all_formats),
+ # default=('otf'))
+
+ args = argparser.parse_args(argv)
+
+ ext_to_format = {
+ '.ufo': 'ufo',
+ '.otf': 'otf',
+ '.ttf': 'ttf',
+ # 'ttf-interpolatable',
+ '.gx': 'variable',
+ }
+
+ formats = []
+ filename = args.output
+ if filename is None or filename == '':
+ ufoname = os.path.basename(args.ufo)
+ name, ext = os.path.splitext(ufoname)
+ filename = name + '.otf'
+ logging.info('setting --output %r' % filename)
+ # for filename in args.output:
+ ext = os.path.splitext(filename)[1]
+ ext_lc = ext.lower()
+ if ext_lc in ext_to_format:
+ formats.append(ext_to_format[ext_lc])
+ else:
+ print('Unsupported output format %s' % ext, file=sys.stderr)
+ exit(1)
+
+ mkdirs(self.tmpdir)
+
+ project = FontProject(
+ timing=None,
+ verbose='WARNING',
+ validate_ufo=args.validate
+ )
+
+ project.run_from_ufos(
+ [args.ufo],
+ output_dir=self.tmpdir,
+ output=formats
+ )
+
+ # run through ots-sanitize
+ # for filename in args.output:
+ tmpfile = os.path.join(self.tmpdir, os.path.basename(filename))
+ mkdirs(os.path.dirname(filename))
+ success = True
+ try:
+ otssan_res = subprocess.check_output(
+ ['ots-sanitize', tmpfile, filename],
+ shell=False
+ ).strip()
+ # Note: ots-sanitize does not exit with an error in many cases where
+ # it fails to sanitize the font.
+ success = otssan_res.find('Failed') == -1
+ except:
+ success = False
+ otssan_res = 'error'
+
+ if success:
+ os.unlink(tmpfile)
+ else:
+ print('ots-sanitize failed for %s: %s' % (
+ tmpfile, otssan_res), file=sys.stderr)
+ exit(1)
+
+
+
+ def cmd_glyphsync(self, argv):
+ argparser = argparse.ArgumentParser(
+ usage='%(prog)s glyphsync <glyphsfile> [options]',
+ description='Generates designspace and UFOs from Glyphs file')
+
+ argparser.add_argument('glyphsfile', metavar='<glyphsfile>',
+ help='Glyphs source file')
+
+ argparser.add_argument('-o', '--outdir', metavar='<dir>',
+ help='''Write output to <dir>. If omitted, designspace and UFOs are
+ written to the directory of the glyphs file.
+ '''.strip().replace('\n ', ''))
+
+ args = argparser.parse_args(argv)
+
+ outdir = args.outdir
+ if outdir is None:
+ outdir = os.path.dirname(args.glyphsfile)
+
+ # files
+ master_dir = outdir
+ glyphsfile = args.glyphsfile
+ designspace_file = os.path.join(outdir, 'Inter-UI.designspace')
+ instance_dir = os.path.join(BASEDIR, 'build', 'ufo')
+
+ # load glyphs project file
+ print("generating %s from %s" % (
+ os.path.relpath(designspace_file, os.getcwd()),
+ os.path.relpath(glyphsfile, os.getcwd())
+ ))
+ font = glyphsLib.GSFont(glyphsfile)
+
+ # generate designspace from glyphs project
+ designspace = glyphsLib.to_designspace(
+ font,
+ propagate_anchors=False,
+ instance_dir=os.path.relpath(instance_dir, master_dir)
+ )
+
+ # strip lib data
+ designspace.lib.clear()
+
+ # fixup axes
+ for axis in designspace.axes:
+ if axis.tag == "wght":
+ axis.map = []
+ axis.minimum = 100
+ axis.maximum = 900
+ axis.default = 400
+
+ # patch and write UFO files
+ # TODO: Only write out-of-date UFOs
+ for source in designspace.sources:
+ # source : fontTools.designspaceLib.SourceDescriptor
+ # source.font : defcon.objects.font.Font
+ ufo_path = os.path.join(master_dir, source.filename.replace('InterUI', 'Inter-UI'))
+ # no need to also set the relative 'filename' attribute as that
+ # will be auto-updated on writing the designspace document
+
+ # name "Inter UI Black" => "black"
+ source.name = source.styleName.lower().replace(' ', '')
+
+ # fixup font info
+ weight = int(source.location['Weight'])
+ setFontInfo(source.font, weight)
+
+ # cleanup lib
+ lib = dict()
+ for key, value in source.font.lib.iteritems():
+ if key.startswith('com.schriftgestaltung'):
+ continue
+ if key == 'public.postscriptNames':
+ continue
+ lib[key] = value
+ source.font.lib.clear()
+ source.font.lib.update(lib)
+
+ # write UFO file
+ source.path = ufo_path
+ print("write %s" % os.path.relpath(ufo_path, os.getcwd()))
+ source.font.save(ufo_path)
+
+ # patch instance names
+ for instance in designspace.instances:
+ # name "Inter UI Black Italic" => "blackitalic"
+ instance.name = instance.styleName.lower().replace(' ', '')
+ instance.filename = instance.filename.replace('InterUI', 'Inter-UI')
+
+ print("write %s" % os.path.relpath(designspace_file, os.getcwd()))
+ designspace.write(designspace_file)
+
+
+
+ def cmd_instancegen(self, argv):
+ argparser = argparse.ArgumentParser(
+ description='Generate UFO instances from designspace')
+
+ argparser.add_argument('designspacefile', metavar='<designspace>',
+ help='Designspace file')
+
+ argparser.add_argument('instances', metavar='<instance-name>', nargs='*',
+ help='Style instances to generate. Omit to generate all.')
+
+ args = argparser.parse_args(argv)
+
+ instances = set([s.lower() for s in args.instances])
+ all_instances = len(instances) == 0
+
+ # files
+ designspace_file = args.designspacefile
+ instance_dir = os.path.join(BASEDIR, 'build', 'ufo')
+
+ # DesignSpaceDocumentReader generates UFOs
+ gen = DesignSpaceDocumentReader(
+ designspace_file,
+ ufoVersion=3,
+ roundGeometry=True,
+ verbose=True
+ )
+
+ designspace = designspaceLib.DesignSpaceDocument()
+ designspace.read(designspace_file)
+
+ # Generate UFOs for instances
+ instance_weight = dict()
+ instance_files = set()
+ for instance in designspace.instances:
+ if all_instances or instance.name in instances:
+ filebase = os.path.basename(instance.filename)
+ relname = os.path.relpath(
+ os.path.join(os.path.dirname(designspace_file), instance.filename),
+ os.getcwd()
+ )
+ print('generating %s' % relname)
+ gen.readInstance(("name", instance.name))
+ instance_files.add(instance.filename)
+ instance_weight[filebase] = int(instance.location['Weight'])
+ if not all_instances:
+ instances.remove(instance.name)
+
+ if len(instances) > 0:
+ print('unknown style(s): %s' % ', '.join(list(instances)), file=sys.stderr)
+ sys.exit(1)
+
+ ufos = apply_instance_data(designspace_file, instance_files)
+
+ # patch ufos (list of defcon.Font instances)
+ italicAngleKey = 'com.schriftgestaltung.customParameter.' +\
+ 'InstanceDescriptorAsGSInstance.italicAngle'
+ for font in ufos:
+ # move italicAngle from lib to info
+ italicAngle = font.lib.get(italicAngleKey)
+ if italicAngle != None:
+ italicAngle = float(italicAngle)
+ del font.lib[italicAngleKey]
+ font.info.italicAngle = italicAngle
+
+ # update font info
+ weight = instance_weight[os.path.basename(font.path)]
+ setFontInfo(font, weight)
+
+ font.save()
+
+
+
+ def checkfont(self, fontfile):
+ try:
+ res = subprocess.check_output(
+ ['ots-idempotent', fontfile],
+ shell=False
+ ).strip()
+ # Note: ots-idempotent does not exit with an error in many cases where
+ # it fails to sanitize the font.
+ if res.find('Failed') != -1:
+ logging.error('[checkfont] ots-idempotent failed for %r: %s' % (
+ fontfile, res))
+ return False
+ except:
+ logging.error('[checkfont] ots-idempotent failed for %r' % fontfile)
+ return False
+ return True
+
+
+ def cmd_checkfont(self, argv):
+ argparser = argparse.ArgumentParser(
+ usage='%(prog)s checkfont <file> ...',
+ description='Verify integrity of font files')
+
+ argparser.add_argument('files', metavar='<file>', nargs='+',
+ help='Font files')
+
+ args = argparser.parse_args(argv)
+
+ for fontfile in args.files:
+ if not self.checkfont(fontfile):
+ sys.exit(1)
+
+ # could use from multiprocessing import Pool
+ # p = Pool(8)
+ # p.map(self.checkfont, args.files)
+ # p.terminate()
+
+
+if __name__ == '__main__':
+ Main().main(sys.argv)
diff --git a/misc/mac-tmp-disk-mount.sh b/misc/mac-tmp-disk-mount.sh
deleted file mode 100755
index f752c54f6..000000000
--- a/misc/mac-tmp-disk-mount.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-set -e
-cd "$(dirname "$0")/.."
-
-# Create if needed
-if [[ ! -f build/tmp.sparseimage ]]; then
- echo "Creating sparse disk image with case-sensitive file system build/tmp.sparseimage"
- mkdir -p build
- hdiutil create build/tmp.sparseimage \
- -size 1g \
- -type SPARSE \
- -fs JHFS+X \
- -volname tmp
-fi
-
-# Mount if needed
-if ! (diskutil info build/tmp >/dev/null); then
- echo "Mounting sparse disk image with case-sensitive file system at build/tmp"
- hdiutil attach build/tmp.sparseimage \
- -readwrite \
- -mountpoint "$(pwd)/build/tmp" \
- -nobrowse \
- -noautoopen \
- -noidmereveal
-fi
diff --git a/misc/mac-tmp-disk-unmount.sh b/misc/mac-tmp-disk-unmount.sh
deleted file mode 100755
index d0dcff925..000000000
--- a/misc/mac-tmp-disk-unmount.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-set -e
-cd "$(dirname "$0")/.."
-
-diskutil unmount build/tmp
diff --git a/misc/patches/woff2.patch b/misc/patches/woff2.patch
deleted file mode 100644
index cd4a4c3cc..000000000
--- a/misc/patches/woff2.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 25319cecf58faf9d92f489ad52323fe4762b8087 Mon Sep 17 00:00:00 2001
-From: Rasmus Andersson <rasmus@notion.se>
-Date: Mon, 21 Aug 2017 07:53:23 -0700
-Subject: [PATCH] Exclude invalid ar flag in makefile on macOS
-
----
- Makefile | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 4b3bd7b..5bf878f 100644
---- a/Makefile
-+++ b/Makefile
-@@ -11,13 +11,15 @@ CANONICAL_PREFIXES ?= -no-canonical-prefixes
- NOISY_LOGGING ?= -DFONT_COMPRESSION_BIN
- COMMON_FLAGS = -fno-omit-frame-pointer $(CANONICAL_PREFIXES) $(NOISY_LOGGING) -D __STDC_FORMAT_MACROS
-
-+ARFLAGS = cr
-+
- ifeq ($(OS), Darwin)
- CPPFLAGS += -DOS_MACOSX
- else
- COMMON_FLAGS += -fno-tree-vrp
-+ ARFLAGS += f
- endif
-
--ARFLAGS = crf
- CFLAGS += $(COMMON_FLAGS)
- CXXFLAGS += $(COMMON_FLAGS) -std=c++11
-
---
-2.11.0
-
diff --git a/misc/pylib/booleanOperations/.gitignore b/misc/pylib/booleanOperations/.gitignore
deleted file mode 100644
index e35ddbd94..000000000
--- a/misc/pylib/booleanOperations/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.c
-build
diff --git a/misc/pylib/booleanOperations/LICENSE b/misc/pylib/booleanOperations/LICENSE
deleted file mode 100644
index 90104d98c..000000000
--- a/misc/pylib/booleanOperations/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2013 Frederik Berlaen
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/misc/pylib/booleanOperations/__init__.py b/misc/pylib/booleanOperations/__init__.py
deleted file mode 100644
index 55a9ff571..000000000
--- a/misc/pylib/booleanOperations/__init__.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from __future__ import print_function, division, absolute_import
-from .booleanOperationManager import BooleanOperationManager
-from .exceptions import BooleanOperationsError
-from .version import __version__
-
-# export BooleanOperationManager static methods
-union = BooleanOperationManager.union
-difference = BooleanOperationManager.difference
-intersection = BooleanOperationManager.intersection
-xor = BooleanOperationManager.xor
-getIntersections = BooleanOperationManager.getIntersections
diff --git a/misc/pylib/booleanOperations/booleanGlyph.pyx b/misc/pylib/booleanOperations/booleanGlyph.pyx
deleted file mode 100644
index af3979f05..000000000
--- a/misc/pylib/booleanOperations/booleanGlyph.pyx
+++ /dev/null
@@ -1,257 +0,0 @@
-from __future__ import print_function, division, absolute_import
-import weakref
-from copy import deepcopy
-
-try:
- from robofab.pens.pointPen import AbstractPointPen
- from robofab.pens.adapterPens import PointToSegmentPen, SegmentToPointPen
- from robofab.pens.boundsPen import BoundsPen
-except:
- from ufoLib.pointPen import (
- AbstractPointPen, PointToSegmentPen, SegmentToPointPen)
- from fontTools.pens.boundsPen import BoundsPen
-
-from fontTools.pens.areaPen import AreaPen
-from .booleanOperationManager import BooleanOperationManager
-
-manager = BooleanOperationManager()
-
-
-class BooleanGlyphDataPointPen(AbstractPointPen):
-
- def __init__(self, glyph):
- self._glyph = glyph
- self._points = []
- self.copyContourData = True
-
- def _flushContour(self):
- points = self._points
- if len(points) == 1 and points[0][0] == "move":
- # it's an anchor
- segmentType, pt, smooth, name = points[0]
- self._glyph.anchors.append((pt, name))
- elif self.copyContourData:
- # ignore double points on start and end
- firstPoint = points[0]
- if firstPoint[0] == "move":
- # remove trailing off curves in an open path
- while points[-1][0] is None:
- points.pop()
- lastPoint = points[-1]
- if firstPoint[0] is not None and lastPoint[0] is not None:
- if firstPoint[1] == lastPoint[1]:
- if firstPoint[0] in ("line", "move"):
- del points[0]
- else:
- raise AssertionError("Unhandled point type sequence")
- elif firstPoint[0] == "move":
- # auto close the path
- _, pt, smooth, name = firstPoint
- points[0] = "line", pt, smooth, name
-
- contour = self._glyph.contourClass()
- contour._points = points
- self._glyph.contours.append(contour)
-
- def beginPath(self):
- self._points = []
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- self._points.append((segmentType, pt, smooth, name))
-
- def endPath(self):
- self._flushContour()
-
- def addComponent(self, baseGlyphName, transformation):
- self._glyph.components.append((baseGlyphName, transformation))
-
-
-class BooleanContour(object):
-
- """
- Contour like object.
- """
-
- def __init__(self):
- self._points = []
- self._clockwise = None
- self._bounds = None
-
- def __len__(self):
- return len(self._points)
-
- # shallow contour API
-
- def draw(self, pen):
- pointPen = PointToSegmentPen(pen)
- self.drawPoints(pointPen)
-
- def drawPoints(self, pointPen):
- pointPen.beginPath()
- for segmentType, pt, smooth, name in self._points:
- pointPen.addPoint(pt=pt, segmentType=segmentType, smooth=smooth, name=name)
- pointPen.endPath()
-
- def _get_clockwise(self):
- if self._clockwise is None:
- pen = AreaPen()
- pen.endPath = pen.closePath
- self.draw(pen)
- self._clockwise = pen.value < 0
- return self._clockwise
-
- clockwise = property(_get_clockwise)
-
- def _get_bounds(self):
- if self._bounds is None:
- pen = BoundsPen(None)
- self.draw(pen)
- self._bounds = pen.bounds
- return self._bounds
-
- bounds = property(_get_bounds)
-
-
-class BooleanGlyph(object):
-
- """
- Glyph like object handling boolean operations.
-
- union:
- result = BooleanGlyph(glyph).union(BooleanGlyph(glyph2))
- result = BooleanGlyph(glyph) | BooleanGlyph(glyph2)
-
- difference:
- result = BooleanGlyph(glyph).difference(BooleanGlyph(glyph2))
- result = BooleanGlyph(glyph) % BooleanGlyph(glyph2)
-
- intersection:
- result = BooleanGlyph(glyph).intersection(BooleanGlyph(glyph2))
- result = BooleanGlyph(glyph) & BooleanGlyph(glyph2)
-
- xor:
- result = BooleanGlyph(glyph).xor(BooleanGlyph(glyph2))
- result = BooleanGlyph(glyph) ^ BooleanGlyph(glyph2)
-
- """
-
- contourClass = BooleanContour
-
- def __init__(self, glyph=None, copyContourData=True):
- self.contours = []
- self.components = []
- self.anchors = []
-
- self.name = None
- self.unicodes = None
- self.width = None
- self.lib = {}
- self.note = None
-
- if glyph:
- pen = self.getPointPen()
- pen.copyContourData = copyContourData
- glyph.drawPoints(pen)
-
- self.name = glyph.name
- self.unicodes = glyph.unicodes
- self.width = glyph.width
- self.lib = deepcopy(glyph.lib)
- self.note = glyph.note
-
- if not isinstance(glyph, self.__class__):
- self.getSourceGlyph = weakref.ref(glyph)
-
- def __repr__(self):
- return "<BooleanGlyph %s>" % self.name
-
- def __len__(self):
- return len(self.contours)
-
- def __getitem__(self, index):
- return self.contours[index]
-
- def getSourceGlyph(self):
- return None
-
- def getParent(self):
- source = self.getSourceGlyph()
- if source:
- return source.getParent()
- return None
-
- # shalllow glyph API
-
- def draw(self, pen):
- pointPen = PointToSegmentPen(pen)
- self.drawPoints(pointPen)
-
- def drawPoints(self, pointPen):
- for contour in self.contours:
- contour.drawPoints(pointPen)
- for baseName, transformation in self.components:
- pointPen.addComponent(baseName, transformation)
- for pt, name in self.anchors:
- pointPen.beginPath()
- pointPen.addPoint(pt=pt, segmentType="move", smooth=False, name=name)
- pointPen.endPath()
-
- def getPen(self):
- return SegmentToPointPen(self.getPointPen())
-
- def getPointPen(self):
- return BooleanGlyphDataPointPen(self)
-
- # boolean operations
-
- def _booleanMath(self, operation, other):
- if not isinstance(other, self.__class__):
- other = self.__class__(other)
- destination = self.__class__(self, copyContourData=False)
- func = getattr(manager, operation)
-
- if operation == "union":
- contours = self.contours
- if other is not None:
- contours += other.contours
- func(contours, destination.getPointPen())
- else:
- subjectContours = self.contours
- clipContours = other.contours
- func(subjectContours, clipContours, destination.getPointPen())
- return destination
-
- def __or__(self, other):
- return self.union(other)
-
- __ror__ = __ior__ = __or__
-
- def __mod__(self, other):
- return self.difference(other)
-
- __rmod__ = __imod__ = __mod__
-
- def __and__(self, other):
- return self.intersection(other)
-
- __rand__ = __iand__ = __and__
-
- def __xor__(self, other):
- return self.xor(other)
-
- __rxor__ = __ixor__ = __xor__
-
- def union(self, other):
- return self._booleanMath("union", other)
-
- def difference(self, other):
- return self._booleanMath("difference", other)
-
- def intersection(self, other):
- return self._booleanMath("intersection", other)
-
- def xor(self, other):
- return self._booleanMath("xor", other)
-
- def removeOverlap(self):
- return self._booleanMath("union", None)
diff --git a/misc/pylib/booleanOperations/booleanOperationManager.pyx b/misc/pylib/booleanOperations/booleanOperationManager.pyx
deleted file mode 100644
index 15e2def1e..000000000
--- a/misc/pylib/booleanOperations/booleanOperationManager.pyx
+++ /dev/null
@@ -1,137 +0,0 @@
-from __future__ import print_function, division, absolute_import
-from .flatten import InputContour, OutputContour
-from .exceptions import (
- InvalidSubjectContourError, InvalidClippingContourError, ExecutionError)
-import pyclipper
-
-
-"""
-General Suggestions:
-- Contours should only be sent here if they actually overlap.
- This can be checked easily using contour bounds.
-- Only perform operations on closed contours.
-- contours must have an on curve point
-- some kind of a log
-"""
-
-
-_operationMap = {
- "union": pyclipper.CT_UNION,
- "intersection": pyclipper.CT_INTERSECTION,
- "difference": pyclipper.CT_DIFFERENCE,
- "xor": pyclipper.CT_XOR,
-}
-
-_fillTypeMap = {
- "evenOdd": pyclipper.PFT_EVENODD,
- "nonZero": pyclipper.PFT_NONZERO,
- # we keep the misspelling for compatibility with earlier versions
- "noneZero": pyclipper.PFT_NONZERO,
-}
-
-
-def clipExecute(subjectContours, clipContours, operation, subjectFillType="nonZero",
- clipFillType="nonZero"):
- pc = pyclipper.Pyclipper()
-
- for i, subjectContour in enumerate(subjectContours):
- # ignore paths with no area
- if pyclipper.Area(subjectContour):
- try:
- pc.AddPath(subjectContour, pyclipper.PT_SUBJECT)
- except pyclipper.ClipperException:
- raise InvalidSubjectContourError("contour %d is invalid for clipping" % i)
- for j, clipContour in enumerate(clipContours):
- # ignore paths with no area
- if pyclipper.Area(clipContour):
- try:
- pc.AddPath(clipContour, pyclipper.PT_CLIP)
- except pyclipper.ClipperException:
- raise InvalidClippingContourError("contour %d is invalid for clipping" % j)
-
- try:
- solution = pc.Execute(_operationMap[operation],
- _fillTypeMap[subjectFillType],
- _fillTypeMap[clipFillType])
- except pyclipper.ClipperException as exc:
- raise ExecutionError(exc)
-
- return [[tuple(p) for p in path] for path in solution]
-
-
-def _performOperation(operation, subjectContours, clipContours, outPen):
- # prep the contours
- subjectInputContours = [InputContour(contour) for contour in subjectContours if contour and len(contour) > 1]
- clipInputContours = [InputContour(contour) for contour in clipContours if contour and len(contour) > 1]
- inputContours = subjectInputContours + clipInputContours
-
- resultContours = clipExecute([subjectInputContour.originalFlat for subjectInputContour in subjectInputContours],
- [clipInputContour.originalFlat for clipInputContour in clipInputContours],
- operation, subjectFillType="nonZero", clipFillType="nonZero")
- # convert to output contours
- outputContours = [OutputContour(contour) for contour in resultContours]
- # re-curve entire contour
- for inputContour in inputContours:
- for outputContour in outputContours:
- if outputContour.final:
- continue
- if outputContour.reCurveFromEntireInputContour(inputContour):
- # the input is expired if a match was made,
- # so stop passing it to the outputs
- break
- # re-curve segments
- for inputContour in inputContours:
- # skip contours that were comppletely used in the previous step
- if inputContour.used:
- continue
- # XXX this could be expensive if an input becomes completely used
- # it doesn't stop from being passed to the output
- for outputContour in outputContours:
- outputContour.reCurveFromInputContourSegments(inputContour)
- # curve fit
- for outputContour in outputContours:
- outputContour.reCurveSubSegments(inputContours)
- # output the results
- for outputContour in outputContours:
- outputContour.drawPoints(outPen)
- return outputContours
-
-
-class BooleanOperationManager(object):
-
- @staticmethod
- def union(contours, outPen):
- return _performOperation("union", contours, [], outPen)
-
- @staticmethod
- def difference(subjectContours, clipContours, outPen):
- return _performOperation("difference", subjectContours, clipContours, outPen)
-
- @staticmethod
- def intersection(subjectContours, clipContours, outPen):
- return _performOperation("intersection", subjectContours, clipContours, outPen)
-
- @staticmethod
- def xor(subjectContours, clipContours, outPen):
- return _performOperation("xor", subjectContours, clipContours, outPen)
-
- @staticmethod
- def getIntersections(contours):
- from .flatten import _scalePoints, inverseClipperScale
- # prep the contours
- inputContours = [InputContour(contour) for contour in contours if contour and len(contour) > 1]
-
- inputFlatPoints = set()
- for contour in inputContours:
- inputFlatPoints.update(contour.originalFlat)
-
- resultContours = clipExecute(
- [inputContour.originalFlat for inputContour in inputContours], [],
- "union", subjectFillType="nonZero", clipFillType="nonZero")
-
- resultFlatPoints = set()
- for contour in resultContours:
- resultFlatPoints.update(contour)
-
- intersections = resultFlatPoints - inputFlatPoints
- return _scalePoints(intersections, inverseClipperScale)
diff --git a/misc/pylib/booleanOperations/exceptions.py b/misc/pylib/booleanOperations/exceptions.py
deleted file mode 100644
index 38b72e0b2..000000000
--- a/misc/pylib/booleanOperations/exceptions.py
+++ /dev/null
@@ -1,25 +0,0 @@
-from __future__ import print_function, division, absolute_import
-
-
-class BooleanOperationsError(Exception):
- """Base BooleanOperations exception"""
-
-
-class InvalidContourError(BooleanOperationsError):
- """Rased when any input contour is invalid"""
-
-
-class InvalidSubjectContourError(InvalidContourError):
- """Rased when a 'subject' contour is not valid"""
-
-
-class InvalidClippingContourError(InvalidContourError):
- """Rased when a 'clipping' contour is not valid"""
-
-
-class ExecutionError(BooleanOperationsError):
- """Raised when clipping execution fails"""
-
-
-class OpenContourError(BooleanOperationsError):
- """Raised when any input contour is open"""
diff --git a/misc/pylib/booleanOperations/flatten.pyx b/misc/pylib/booleanOperations/flatten.pyx
deleted file mode 100644
index 606b2005a..000000000
--- a/misc/pylib/booleanOperations/flatten.pyx
+++ /dev/null
@@ -1,1248 +0,0 @@
-from __future__ import print_function, division, absolute_import
-import math
-from fontTools.misc import bezierTools
-from fontTools.pens.basePen import decomposeQuadraticSegment
-import pyclipper
-from .exceptions import OpenContourError
-
-"""
-To Do:
-- the stuff listed below
-- need to know what kind of curves should be used for
- curve fit--curve or qcurve
-- false curves and duplicate points need to be filtered early on
-
-notes:
-- the flattened segments *must* be cyclical.
- if they aren't, matching is almost impossible.
-
-
-optimization ideas:
-- the flattening of the output segment in the full contour
- matching is probably expensive.
-- there should be a way to flag an input contour as
- entirely used so that it isn't tried and tried and
- tried for segment matches.
-- do a faster test when matching segments: when a end
- match is found, jump back input length and grab the
- output segment. test for match with the input.
-- cache input contour objects. matching these to incoming
- will be a little difficult because of point names and
- identifiers. alternatively, deal with those after the fact.
-- some tests on input before conversion to input objects
- could yield significant speedups. would need to check
- each contour for self intersection and each
- non-self-intersectingcontour for collision with other
- contours. and contours that don't have a hit could be
- skipped. this cound be done roughly with bounds.
- this should probably be done by extenal callers.
-- set a proper starting points of the output segments based on known points
- known points are:
- input oncurve points
- if nothing found intersection points (only use this is in the final curve fitting stage)
-
-test cases:
-- untouched contour: make clockwise and counter-clockwise tests
- of the same contour
-"""
-epsilon = 1e-8
-
-# factors for transferring coordinates to and from Clipper
-clipperScale = 1 << 17
-inverseClipperScale = 1.0 / clipperScale
-
-# approximateSegmentLength setting
-_approximateSegmentLength = 5.3
-
-
-# -------------
-# Input Objects
-# -------------
-
-# Input
-
-class InputContour(object):
-
- def __init__(self, contour):
- # gather the point data
- pointPen = ContourPointDataPen()
- contour.drawPoints(pointPen)
- points = pointPen.getData()
- reversedPoints = _reversePoints(points)
- # gather segments
- self.segments = _convertPointsToSegments(points)
- # only calculate once all the flat points.
- # it seems to have some tiny difference and its a lot faster
- # if the flat points are calculated from the reversed input points.
- self.reversedSegments = _convertPointsToSegments(reversedPoints, willBeReversed=True)
- # simple reverse the flat points and store them in the reversedSegments
- index = 0
- for segment in self.segments:
- otherSegment = self.reversedSegments[index]
- otherSegment.flat = segment.getReversedFlatPoints()
- index -= 1
- # get the direction; returns True if counter-clockwise, False otherwise
- self.clockwise = not pyclipper.Orientation(points)
- # store the gathered data
- if self.clockwise:
- self.clockwiseSegments = self.segments
- self.counterClockwiseSegments = self.reversedSegments
- else:
- self.clockwiseSegments = self.reversedSegments
- self.counterClockwiseSegments = self.segments
- # flag indicating if the contour has been used
- self.used = False
-
- # ----------
- # Attributes
- # ----------
-
- # the original direction in flat segments
-
- def _get_originalFlat(self):
- if self.clockwise:
- return self.clockwiseFlat
- else:
- return self.counterClockwiseFlat
-
- originalFlat = property(_get_originalFlat)
-
- # the clockwise direction in flat segments
-
- def _get_clockwiseFlat(self):
- flat = []
- segments = self.clockwiseSegments
- for segment in segments:
- flat.extend(segment.flat)
- return flat
-
- clockwiseFlat = property(_get_clockwiseFlat)
-
- # the counter-clockwise direction in flat segments
-
- def _get_counterClockwiseFlat(self):
- flat = []
- segments = self.counterClockwiseSegments
- for segment in segments:
- flat.extend(segment.flat)
- return flat
-
- counterClockwiseFlat = property(_get_counterClockwiseFlat)
-
- def hasOnCurve(self):
- for inputSegment in self.segments:
- if not inputSegment.used and inputSegment.segmentType != "line":
- return True
- return False
-
-
-class InputSegment(object):
-
- # __slots__ = ["points", "previousOnCurve", "scaledPreviousOnCurve", "flat", "used"]
-
- def __init__(self, points=None, previousOnCurve=None, willBeReversed=False):
- if points is None:
- points = []
- self.points = points
- self.previousOnCurve = previousOnCurve
- self.scaledPreviousOnCurve = _scaleSinglePoint(previousOnCurve, scale=clipperScale)
- self.used = False
- self.flat = []
- # if the bcps are equal to the oncurves convert the segment to a line segment.
- # otherwise this causes an error when flattening.
- if self.segmentType == "curve":
- if previousOnCurve == points[0].coordinates and points[1].coordinates == points[-1].coordinates:
- oncurve = points[-1]
- oncurve.segmentType = "line"
- self.points = points = [oncurve]
- elif previousOnCurve[0] == points[0].coordinates[0] == points[1].coordinates[0] == points[-1].coordinates[0]:
- oncurve = points[-1]
- oncurve.segmentType = "line"
- self.points = points = [oncurve]
- elif previousOnCurve[1] == points[0].coordinates[1] == points[1].coordinates[1] == points[-1].coordinates[1]:
- oncurve = points[-1]
- oncurve.segmentType = "line"
- self.points = points = [oncurve]
- # its a reversed segment the flat points will be set later on in the InputContour
- if willBeReversed:
- return
- pointsToFlatten = []
- if self.segmentType == "qcurve":
- assert len(points) >= 0
- flat = []
- currentOnCurve = previousOnCurve
- pointCoordinates = [point.coordinates for point in points]
- for pt1, pt2 in decomposeQuadraticSegment(pointCoordinates[1:]):
- pt0x, pt0y = currentOnCurve
- pt1x, pt1y = pt1
- pt2x, pt2y = pt2
- mid1x = pt0x + 0.66666666666666667 * (pt1x - pt0x)
- mid1y = pt0y + 0.66666666666666667 * (pt1y - pt0y)
- mid2x = pt2x + 0.66666666666666667 * (pt1x - pt2x)
- mid2y = pt2y + 0.66666666666666667 * (pt1y - pt2y)
-
- convertedQuadPointToFlatten = [currentOnCurve, (mid1x, mid1y), (mid2x, mid2y), pt2]
- flat.extend(_flattenSegment(convertedQuadPointToFlatten))
- currentOnCurve = pt2
- self.flat = flat
- # this shoudl be easy.
- # copy the quad to cubic from fontTools.pens.basePen
- elif self.segmentType == "curve":
- pointsToFlatten = [previousOnCurve] + [point.coordinates for point in points]
- else:
- assert len(points) == 1
- self.flat = [point.coordinates for point in points]
- if pointsToFlatten:
- self.flat = _flattenSegment(pointsToFlatten)
- # if len(self.flat) == 1 and self.segmentType == "curve":
- # oncurve = self.points[-1]
- # oncurve.segmentType = "line"
- # self.points = [oncurve]
- self.flat = _scalePoints(self.flat, scale=clipperScale)
- self.flat = _checkFlatPoints(self.flat)
- self.used = False
-
- def _get_segmentType(self):
- return self.points[-1].segmentType
-
- segmentType = property(_get_segmentType)
-
- def getReversedFlatPoints(self):
- reversedFlatPoints = [self.scaledPreviousOnCurve] + self.flat[:-1]
- reversedFlatPoints.reverse()
- return reversedFlatPoints
-
- def split(self, tValues):
- """
- Split the segment according the t values
- """
- if self.segmentType == "curve":
- on1 = self.previousOnCurve
- off1 = self.points[0].coordinates
- off2 = self.points[1].coordinates
- on2 = self.points[2].coordinates
- return bezierTools.splitCubicAtT(on1, off1, off2, on2, *tValues)
- elif self.segmentType == "line":
- segments = []
- x1, y1 = self.previousOnCurve
- x2, y2 = self.points[0].coordinates
- dx = x2 - x1
- dy = y2 - y1
- pp = x1, y1
- for t in tValues:
- np = (x1+dx*t, y1+dy*t)
- segments.append([pp, np])
- pp = np
- segments.append([pp, (x2, y2)])
- return segments
- elif self.segmentType == "qcurve":
- raise NotImplementedError
- else:
- raise NotImplementedError
-
- def tValueForPoint(self, point):
- """
- get a t values for a given point
-
- required:
- the point must be a point on the curve.
- in an overlap cause the point will be an intersection points wich is alwasy a point on the curve
- """
- if self.segmentType == "curve":
- on1 = self.previousOnCurve
- off1 = self.points[0].coordinates
- off2 = self.points[1].coordinates
- on2 = self.points[2].coordinates
- return _tValueForPointOnCubicCurve(point, (on1, off1, off2, on2))
- elif self.segmentType == "line":
- return _tValueForPointOnLine(point, (self.previousOnCurve, self.points[0].coordinates))
- elif self.segmentType == "qcurve":
- raise NotImplementedError
- else:
- raise NotImplementedError
-
-
-class InputPoint(object):
-
- __slots__ = ["coordinates", "segmentType", "smooth", "name", "kwargs"]
-
- def __init__(self, coordinates, segmentType=None, smooth=False, name=None, kwargs=None):
- x, y = coordinates
- self.coordinates = coordinates
- self.segmentType = segmentType
- self.smooth = smooth
- self.name = name
- self.kwargs = kwargs
-
- def __getitem__(self, i):
- return self.coordinates[i]
-
- def copy(self):
- copy = self.__class__(
- coordinates=self.coordinates,
- segmentType=self.segmentType,
- smooth=self.smooth,
- name=self.name,
- kwargs=self.kwargs
- )
- return copy
-
- def __str__(self):
- return "%s %s" % (self.segmentType, self.coordinates)
-
- def __repr__(self):
- return self.__str__()
-
-
-# -------------
-# Input Support
-# -------------
-
-class ContourPointDataPen:
-
- """
- Point pen for gathering raw contour data.
- An instance of this pen may only be used for one contour.
- """
-
- def __init__(self):
- self._points = None
- self._foundStartingPoint = False
-
- def getData(self):
- """
- Return a list of normalized InputPoint objects
- for the contour drawn with this pen.
- """
- # organize the points into segments
- # 1. make sure there is an on curve
- haveOnCurve = False
- for point in self._points:
- if point.segmentType is not None:
- haveOnCurve = True
- break
- # 2. move the off curves to front of the list
- if haveOnCurve:
- _prepPointsForSegments(self._points)
- # 3. ignore double points on start and end
- firstPoint = self._points[0]
- lastPoint = self._points[-1]
- if firstPoint.segmentType is not None and lastPoint.segmentType is not None:
- if firstPoint.coordinates == lastPoint.coordinates:
- if (firstPoint.segmentType in ["line", "move"]):
- del self._points[0]
- else:
- raise AssertionError("Unhandled point type sequence")
- # done
- return self._points
-
- def beginPath(self):
- assert self._points is None
- self._points = []
-
- def endPath(self):
- pass
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- if segmentType == "move":
- raise OpenContourError("Unhandled open contour")
- if not self._foundStartingPoint and segmentType is not None:
- kwargs['startingPoint'] = self._foundStartingPoint = True
- data = InputPoint(
- coordinates=pt,
- segmentType=segmentType,
- smooth=smooth,
- name=name,
- kwargs=kwargs
- )
- self._points.append(data)
-
- def addComponent(self, baseGlyphName, transformation):
- raise NotImplementedError
-
-
-def _prepPointsForSegments(points):
- """
- Move any off curves at the end of the contour
- to the beginning of the contour. This makes
- segmentation easier.
- """
- while 1:
- point = points[-1]
- if point.segmentType:
- break
- else:
- point = points.pop()
- points.insert(0, point)
- continue
-
-
-def _copyPoints(points):
- """
- Make a shallow copy of the points.
- """
- copied = [point.copy() for point in points]
- return copied
-
-
-def _reversePoints(points):
- """
- Reverse the points. This differs from the
- reversal point pen in RoboFab in that it doesn't
- worry about maintaing the start point position.
- That has no benefit within the context of this module.
- """
- # copy the points
- points = _copyPoints(points)
- # find the first on curve type and recycle
- # it for the last on curve type
- firstOnCurve = None
- for index, point in enumerate(points):
- if point.segmentType is not None:
- firstOnCurve = index
- break
- lastSegmentType = points[firstOnCurve].segmentType
- # reverse the points
- points = reversed(points)
- # work through the reversed remaining points
- final = []
- for point in points:
- segmentType = point.segmentType
- if segmentType is not None:
- point.segmentType = lastSegmentType
- lastSegmentType = segmentType
- final.append(point)
- # move any offcurves at the end of the points
- # to the start of the points
- _prepPointsForSegments(final)
- # done
- return final
-
-
-def _convertPointsToSegments(points, willBeReversed=False):
- """
- Compile points into InputSegment objects.
- """
- # get the last on curve
- previousOnCurve = None
- for point in reversed(points):
- if point.segmentType is not None:
- previousOnCurve = point.coordinates
- break
- assert previousOnCurve is not None
- # gather the segments
- offCurves = []
- segments = []
- for point in points:
- # off curve, hold.
- if point.segmentType is None:
- offCurves.append(point)
- else:
- segment = InputSegment(
- points=offCurves + [point],
- previousOnCurve=previousOnCurve,
- willBeReversed=willBeReversed
- )
- segments.append(segment)
- offCurves = []
- previousOnCurve = point.coordinates
- assert not offCurves
- return segments
-
-
-# --------------
-# Output Objects
-# --------------
-
-class OutputContour(object):
-
- def __init__(self, pointList):
- if pointList[0] == pointList[-1]:
- del pointList[-1]
- self.clockwise = not pyclipper.Orientation(pointList)
- self.segments = [
- OutputSegment(
- segmentType="flat",
- points=[point]
- ) for point in pointList
- ]
-
- def _scalePoint(self, point):
- x, y = point
- x = x * inverseClipperScale
- if int(x) == x:
- x = int(x)
- y = y * inverseClipperScale
- if int(y) == y:
- y = int(y)
- return x, y
-
- # ----------
- # Attributes
- # ----------
-
- def _get_final(self):
- # XXX this could be optimized:
- # store a fixed value after teh contour is finalized
- # don't do the dymanic searching if that flag is set to True
- for segment in self.segments:
- if not segment.final:
- return False
- return True
-
- final = property(_get_final)
-
- # --------------------------
- # Re-Curve and Curve Fitting
- # --------------------------
-
- def reCurveFromEntireInputContour(self, inputContour):
- """
- Match if entire input contour matches entire output contour,
- allowing for different start point.
- """
- if self.clockwise:
- inputFlat = inputContour.clockwiseFlat
- else:
- inputFlat = inputContour.counterClockwiseFlat
- outputFlat = []
- for segment in self.segments:
- # XXX this could be expensive
- assert segment.segmentType == "flat"
- outputFlat += segment.points
- # test lengths
- haveMatch = False
- if len(inputFlat) == len(outputFlat):
- if inputFlat == outputFlat:
- haveMatch = True
- else:
- inputStart = inputFlat[0]
- if inputStart in outputFlat:
- # there should be only one occurance of the point
- # but handle it just in case
- if outputFlat.count(inputStart) > 1:
- startIndexes = [index for index, point in enumerate(outputFlat) if point == inputStart]
- else:
- startIndexes = [outputFlat.index(inputStart)]
- # slice and dice to test possible orders
- for startIndex in startIndexes:
- test = outputFlat[startIndex:] + outputFlat[:startIndex]
- if inputFlat == test:
- haveMatch = True
- break
- if haveMatch:
- # clear out the flat points
- self.segments = []
- # replace with the appropriate points from the input
- if self.clockwise:
- inputSegments = inputContour.clockwiseSegments
- else:
- inputSegments = inputContour.counterClockwiseSegments
- for inputSegment in inputSegments:
- self.segments.append(
- OutputSegment(
- segmentType=inputSegment.segmentType,
- points=[
- OutputPoint(
- coordinates=point.coordinates,
- segmentType=point.segmentType,
- smooth=point.smooth,
- name=point.name,
- kwargs=point.kwargs
- )
- for point in inputSegment.points
- ],
- final=True
- )
- )
- inputSegment.used = True
- # reset the direction of the final contour
- self.clockwise = inputContour.clockwise
- return True
- return False
-
- def reCurveFromInputContourSegments(self, inputContour):
- return
- # match individual segments
- if self.clockwise:
- inputSegments = inputContour.clockwiseSegments
- else:
- inputSegments = inputContour.counterClockwiseSegments
- for inputSegment in inputSegments:
- # skip used
- if inputSegment.used:
- continue
- # skip if the input contains more points than the entire output contour
- if len(inputSegment.flat) > len(self.segments):
- continue
- # skip if the input end is not in the contour
- inputSegmentLastPoint = inputSegment.flat[-1]
- outputFlat = [segment.points[-1] for segment in self.segments]
- if inputSegmentLastPoint not in outputFlat:
- continue
- # work through all output segments
- for outputSegmentIndex, outputSegment in enumerate(self.segments):
- # skip finalized
- if outputSegment.final:
- continue
- # skip if the output point doesn't match the input end
- if outputSegment.points[-1] != inputSegmentLastPoint:
- continue
- # make a set of ranges for slicing the output into a testable list of points
- inputLength = len(inputSegment.flat)
- outputRanges = []
- outputSegmentIndex += 1
- if outputSegmentIndex - inputLength < 0:
- r1 = (len(self.segments) + outputSegmentIndex - inputLength, len(self.segments))
- outputRanges.append(r1)
- r2 = (0, outputSegmentIndex)
- outputRanges.append(r2)
- else:
- outputRanges.append((outputSegmentIndex - inputLength, outputSegmentIndex))
- # gather the output segments
- testableOutputSegments = []
- for start, end in outputRanges:
- testableOutputSegments += self.segments[start:end]
- # create a list of points
- test = []
- for s in testableOutputSegments:
- # stop if a segment is final
- if s.final:
- test = None
- break
- test.append(s.points[-1])
- if test == inputSegment.flat and inputSegment.segmentType != "line":
- # insert new segment
- newSegment = OutputSegment(
- segmentType=inputSegment.segmentType,
- points=[
- OutputPoint(
- coordinates=point.coordinates,
- segmentType=point.segmentType,
- smooth=point.smooth,
- name=point.name,
- kwargs=point.kwargs
- )
- for point in inputSegment.points
- ],
- final=True
- )
- self.segments.insert(outputSegmentIndex, newSegment)
- # remove old segments
- # XXX this is sloppy
- for start, end in outputRanges:
- if start > outputSegmentIndex:
- start += 1
- end += 1
- del self.segments[start:end]
- # flag the original as used
- inputSegment.used = True
- break
- # ? match line start points (to prevent curve fit in shortened line)
- return False
-
- def reCurveSubSegmentsCheckInputContoursOnHasCurve(self, inputContours):
- # test is the remaining input contours contains only lineTo points
- # XXX could be cached
- return True
- # for inputContour in inputContours:
- # if inputContour.used:
- # continue
- # if inputContour.hasOnCurve():
- # return True
- # return False
-
- def reCurveSubSegments(self, inputContours):
- if not self.segments:
- # its all done
- return
- # the inputContours has some curved segments
- # if not it all the segments will be converted at the end
- if self.reCurveSubSegmentsCheckInputContoursOnHasCurve(inputContours):
- # collect all flat points in a dict of unused inputContours
- # collect both clockwise segment and counterClockwise segments
- # it happens a lot that the directions turns around
- # the clockwise attribute can help but testing the directions is always needed
- # collect all oncurve points as well
- flatInputPointsSegmentDict = dict()
- reversedFlatInputPointsSegmentDict = dict()
- flatIntputOncurves = set()
- for inputContour in inputContours:
- if inputContour.used:
- continue
- if self.clockwise:
- inputSegments = inputContour.clockwiseSegments
- reversedSegments = inputContour.counterClockwiseSegments
- else:
- inputSegments = inputContour.counterClockwiseSegments
- reversedSegments = inputContour.clockwiseSegments
- for inputSegment in inputSegments:
- if inputSegment.used:
- continue
- for p in inputSegment.flat:
- flatInputPointsSegmentDict[p] = inputSegment
- flatIntputOncurves.add(inputSegment.scaledPreviousOnCurve)
-
- for inputSegment in reversedSegments:
- if inputSegment.used:
- continue
- for p in inputSegment.flat:
- reversedFlatInputPointsSegmentDict[p] = inputSegment
- flatIntputOncurves.add(inputSegment.scaledPreviousOnCurve)
- flatInputPoints = set(flatInputPointsSegmentDict.keys())
- # reset the starting point to a known point.
- # not somewhere in the middle of a flatten point list
- firstSegment = self.segments[0]
- foundStartingPoint = True
- if firstSegment.segmentType == "flat":
- foundStartingPoint = False
- for index, segment in enumerate(self.segments):
- if segment.segmentType in ["line", "curve", "qcurve"]:
- foundStartingPoint = True
- break
- if foundStartingPoint:
- # if found re index the segments
- # if there is no known starting point found do it later based on the intersection points
- self.segments = self.segments[index:] + self.segments[:index]
- # collect all flat points in a intersect segment
- remainingSubSegment = OutputSegment(segmentType="intersect", points=[])
- # store all segments in one big temp list
- newSegments = []
- for index, segment in enumerate(self.segments):
- if segment.segmentType != "flat":
- # when the segment contains only one points its a line cause it is a single intersection point
- if len(remainingSubSegment.points) == 1:
- remainingSubSegment.segmentType = "line"
- remainingSubSegment.final = True
- remainingSubSegment.points = [
- OutputPoint(
- coordinates=self._scalePoint(point),
- segmentType="line",
- smooth=point.smooth,
- name=point.name,
- kwargs=point.kwargs
- )
- for point in remainingSubSegment.points
- ]
- newSegments.append(remainingSubSegment)
- remainingSubSegment = OutputSegment(segmentType="intersect", points=[])
- newSegments.append(segment)
- continue
- remainingSubSegment.points.extend(segment.points)
- newSegments.append(remainingSubSegment)
- # loop over all segments
- for segment in newSegments:
- # handle only segments tagged as intersect
- if segment.segmentType != "intersect":
- continue
- # skip empty segments
- if not segment.points:
- continue
- # get al inputSegments, this is an unorderd list of all points no in the the flatInputPoints
- segmentPointsSet = set(segment.points)
- intersectionPoints = segmentPointsSet - flatInputPoints
- # merge both oncurves and intersectionPoints as known points
- possibleStartingPoints = flatIntputOncurves | intersectionPoints
- hasOncurvePoints = segmentPointsSet & flatIntputOncurves
- # if not starting point is found earlier do it here
- foundStartingPointIndex = None
- if not foundStartingPoint:
- for index, p in enumerate(segment.points):
- if p in flatIntputOncurves:
- foundStartingPointIndex = index
- break
- if foundStartingPointIndex is None:
- for index, p in enumerate(segment.points):
- if p in intersectionPoints:
- foundStartingPointIndex = index
- break
- segment.points = segment.points[foundStartingPointIndex:] + segment.points[:foundStartingPointIndex]
- # split list based on oncurvepoints and intersection points, aka possibleStartingPoints.
- segmentedFlatPoints = [[]]
- for p in segment.points:
- segmentedFlatPoints[-1].append(p)
- if p in possibleStartingPoints:
- segmentedFlatPoints.append([])
- if not segmentedFlatPoints[-1]:
- segmentedFlatPoints.pop(-1)
- if len(segmentedFlatPoints) > 1 and len(segmentedFlatPoints[0]) == 1:
- # if last segment is a curve, the start point may be last point on the last segment. If so, merge them.
- # check if they both have the same inputSegment or reversedInputSegment
- fp = segmentedFlatPoints[0][0]
- lp = segmentedFlatPoints[-1][-1]
- mergeFirstSegments = False
- if fp in flatInputPoints and lp in flatInputPoints:
- firstInputSegment = flatInputPointsSegmentDict[fp]
- lastInputSegment = flatInputPointsSegmentDict[lp]
- reversedFirstInputSegment = reversedFlatInputPointsSegmentDict[fp]
- reversedLastInputSegment = reversedFlatInputPointsSegmentDict[lp]
- if (firstInputSegment.segmentType == reversedFirstInputSegment.segmentType == "curve") or (lastInputSegment.segmentType == reversedLastInputSegment.segmentType == "curve"):
- if firstInputSegment == lastInputSegment or reversedFirstInputSegment == reversedLastInputSegment:
- mergeFirstSegments = True
- # elif len(firstInputSegment.points) > 1 and len(lastInputSegment.points) > 1:
- elif fp == lastInputSegment.scaledPreviousOnCurve:
- mergeFirstSegments = True
- elif lp == firstInputSegment.scaledPreviousOnCurve:
- mergeFirstSegments = True
- elif fp == reversedLastInputSegment.scaledPreviousOnCurve:
- mergeFirstSegments = True
- elif lp == reversedFirstInputSegment.scaledPreviousOnCurve:
- mergeFirstSegments = True
- elif not hasOncurvePoints and _distance(fp, lp):
- # Merge last segment with first segment if the distance between the last point and the first
- # point is less than the step distance between the last two points. _approximateSegmentLength
- # can be significantly smaller than this step size.
- if len(segmentedFlatPoints[-1]) > 1:
- f1 = segmentedFlatPoints[-1][-2]
- f2 = segmentedFlatPoints[-1][-1]
- stepLen = _distance(f1, f2)
- else:
- stepLen = _approximateSegmentLength*clipperScale
-
- if _distance(fp, lp) <= stepLen:
- mergeFirstSegments = True
- if mergeFirstSegments:
- segmentedFlatPoints[0] = segmentedFlatPoints[-1] + segmentedFlatPoints[0]
- segmentedFlatPoints.pop(-1)
- mergeFirstSegments = False
- convertedSegments = []
- previousIntersectionPoint = None
- if segmentedFlatPoints[-1][-1] in intersectionPoints:
- previousIntersectionPoint = self._scalePoint(segmentedFlatPoints[-1][-1])
- elif segmentedFlatPoints[0][0] in intersectionPoints:
- previousIntersectionPoint = self._scalePoint(segmentedFlatPoints[0][0])
-
- for flatSegment in segmentedFlatPoints:
- # search two points in the flat segment that is not an inputOncurve or intersection point
- # to get a proper direction of the flatSegment
- # based on these two points pick a inputSegment
- fp = ep = None
- for p in flatSegment:
- if p in possibleStartingPoints:
- continue
- elif fp is None:
- fp = p
- elif ep is None:
- ep = p
- else:
- break
- canDoFastLine = True
- if ep is None and ((fp is None) or (len(flatSegment) == 2)):
- # if fp is not None, then it is a flattened part of a curve, and should be used to derive the input segment.
- # It may be either the first or second point.
- # If fp is None, I use the original logic.
- if fp is None:
- fp = flatSegment[-1]
- # flat segment only contains two intersection points or one intersection point and one input oncurve point
- # this can be ignored cause this is a very small line
- # and will be converted to a simple line
- if self.clockwise:
- inputSegment = reversedFlatInputPointsSegmentDict.get(fp)
- else:
- inputSegment = flatInputPointsSegmentDict.get(fp)
- else:
- # get inputSegment based on the clockwise settings
- inputSegment = flatInputPointsSegmentDict[fp]
- if ep is not None and ep in inputSegment.flat:
- # if two points are found get indexes
- fi = inputSegment.flat.index(fp)
- ei = inputSegment.flat.index(ep)
- if fi > ei:
- # if the start index is bigger
- # get the reversed inputSegment
- inputSegment = reversedFlatInputPointsSegmentDict[fp]
- else:
- # if flat segment is short and has only one point not in intersections and input oncurves
- # test it against the reversed inputSegment
- reversedInputSegment = reversedFlatInputPointsSegmentDict[fp]
- if flatSegment[0] == reversedInputSegment.flat[0] and flatSegment[-1] == reversedInputSegment.flat[-1]:
- inputSegment = reversedInputSegment
- elif flatSegment[0] in intersectionPoints and flatSegment[-1] == reversedInputSegment.flat[-1]:
- inputSegment = reversedInputSegment
- elif flatSegment[-1] in intersectionPoints and flatSegment[0] == reversedInputSegment.flat[0]:
- inputSegment = reversedInputSegment
- canDoFastLine = False
- # if there is only one point in a flat segment
- # this is a single intersection points (two crossing lineTo's)
- if inputSegment.segmentType == "curve":
- canDoFastLine = False
- if (len(flatSegment) == 1 or inputSegment is None) and canDoFastLine:
- # p = flatSegment[0]
- for p in flatSegment:
- previousIntersectionPoint = self._scalePoint(p)
- pointInfo = dict()
- kwargs = dict()
- if p in flatInputPointsSegmentDict:
- lineSegment = flatInputPointsSegmentDict[p]
- segmentPoint = lineSegment.points[-1]
- pointInfo["smooth"] = segmentPoint.smooth
- pointInfo["name"] = segmentPoint.name
- kwargs.update(segmentPoint.kwargs)
- convertedSegments.append(OutputPoint(coordinates=previousIntersectionPoint, segmentType="line", kwargs=kwargs, **pointInfo))
- continue
- tValues = None
- lastPointWithAttributes = None
- if flatSegment[0] == inputSegment.flat[0] and flatSegment[-1] != inputSegment.flat[-1]:
- # needed the first part of the segment
- # if previousIntersectionPoint is None:
- # previousIntersectionPoint = self._scalePoint(flatSegment[-1])
- searchPoint = self._scalePoint(flatSegment[-1])
- tValues = inputSegment.tValueForPoint(searchPoint)
- curveNeeded = 0
- replacePointOnNewCurve = [(3, searchPoint)]
- previousIntersectionPoint = searchPoint
- elif flatSegment[-1] == inputSegment.flat[-1] and flatSegment[0] != inputSegment.flat[0]:
- # needed the end of the segment
- if previousIntersectionPoint is None:
- previousIntersectionPoint = self._scalePoint(flatSegment[0])
- convertedSegments.append(OutputPoint(
- coordinates=previousIntersectionPoint,
- segmentType="line",
- ))
- tValues = inputSegment.tValueForPoint(previousIntersectionPoint)
- curveNeeded = -1
- replacePointOnNewCurve = [(0, previousIntersectionPoint)]
- previousIntersectionPoint = None
- lastPointWithAttributes = inputSegment.points[-1]
- elif flatSegment[0] != inputSegment.flat[0] and flatSegment[-1] != inputSegment.flat[-1]:
- # needed the a middle part of the segment
- if previousIntersectionPoint is None:
- previousIntersectionPoint = self._scalePoint(flatSegment[0])
- tValues = inputSegment.tValueForPoint(previousIntersectionPoint)
- searchPoint = self._scalePoint(flatSegment[-1])
- tValues.extend(inputSegment.tValueForPoint(searchPoint))
- curveNeeded = 1
- replacePointOnNewCurve = [(0, previousIntersectionPoint), (3, searchPoint)]
- previousIntersectionPoint = searchPoint
- else:
- # take the whole segments as is
- newCurve = [
- OutputPoint(
- coordinates=point.coordinates,
- segmentType=point.segmentType,
- smooth=point.smooth,
- name=point.name,
- kwargs=point.kwargs
- )
- for point in inputSegment.points
- ]
- convertedSegments.extend(newCurve)
- previousIntersectionPoint = None
- # if we found some tvalue, split the curve and get the requested parts of the splitted curves
- if tValues:
- newCurve = inputSegment.split(tValues)
- newCurve = list(newCurve[curveNeeded])
- for i, replace in replacePointOnNewCurve:
- newCurve[i] = replace
- newCurve = [OutputPoint(coordinates=p, segmentType=None) for p in newCurve[1:]]
- newCurve[-1].segmentType = inputSegment.segmentType
- if lastPointWithAttributes is not None:
- newCurve[-1].smooth = lastPointWithAttributes.smooth
- newCurve[-1].name = lastPointWithAttributes.name
- newCurve[-1].kwargs = lastPointWithAttributes.kwargs
- convertedSegments.extend(newCurve)
- # replace the the points with the converted segments
- segment.points = convertedSegments
- segment.segmentType = "reCurved"
- self.segments = newSegments
- # XXX convert all of the remaining segments to lines
- for segment in self.segments:
- if not segment.points:
- continue
- if segment.segmentType not in ["intersect", "flat"]:
- continue
- segment.segmentType = "line"
- segment.points = [
- OutputPoint(
- coordinates=self._scalePoint(point),
- segmentType="line",
- # smooth=point.smooth,
- # name=point.name,
- # kwargs=point.kwargs
- )
- for point in segment.points
- ]
-
- # ----
- # Draw
- # ----
-
- def drawPoints(self, pointPen):
- pointPen.beginPath()
- points = []
- for segment in self.segments:
- points.extend(segment.points)
-
- hasOnCurve = False
- originalStartingPoints = []
- for index, point in enumerate(points):
- if point.segmentType is not None:
- hasOnCurve = True
- if point.kwargs is not None and point.kwargs.get("startingPoint"):
- distanceFromOrigin = math.hypot(*point)
- originalStartingPoints.append((distanceFromOrigin, index))
- if originalStartingPoints:
- # use the original starting point that is closest to the origin
- startingPointIndex = sorted(originalStartingPoints)[0][1]
- points = points[startingPointIndex:] + points[:startingPointIndex]
- elif hasOnCurve:
- while points[0].segmentType is None:
- p = points.pop(0)
- points.append(p)
- previousPointCoordinates = None
- for point in points:
- if previousPointCoordinates is not None and point.segmentType and tuple(point.coordinates) == previousPointCoordinates:
- continue
- kwargs = {}
- if point.kwargs is not None:
- kwargs = point.kwargs
- pointPen.addPoint(
- point.coordinates,
- segmentType=point.segmentType,
- smooth=point.smooth,
- name=point.name,
- **kwargs
- )
- if point.segmentType:
- previousPointCoordinates = tuple(point.coordinates)
- else:
- previousPointCoordinates = None
- pointPen.endPath()
-
-
-class OutputSegment(object):
-
- __slots__ = ["segmentType", "points", "final"]
-
- def __init__(self, segmentType=None, points=None, final=False):
- self.segmentType = segmentType
- if points is None:
- points = []
- self.points = points
- self.final = final
-
-
-class OutputPoint(InputPoint):
- pass
-
-
-# ----------
-# Misc. Math
-# ----------
-
-def _tValueForPointOnCubicCurve(point, cubicCurve, isHorizontal=0):
- """
- Finds a t value on a curve from a point.
- The points must be originaly be a point on the curve.
- This will only back trace the t value, needed to split the curve in parts
- """
- pt1, pt2, pt3, pt4 = cubicCurve
- a, b, c, d = bezierTools.calcCubicParameters(pt1, pt2, pt3, pt4)
- solutions = bezierTools.solveCubic(a[isHorizontal], b[isHorizontal], c[isHorizontal],
- d[isHorizontal] - point[isHorizontal])
- solutions = [t for t in solutions if 0 <= t < 1]
- if not solutions and not isHorizontal:
- # can happen that a horizontal line doens intersect, try the vertical
- return _tValueForPointOnCubicCurve(point, (pt1, pt2, pt3, pt4), isHorizontal=1)
- if len(solutions) > 1:
- intersectionLenghts = {}
- for t in solutions:
- tp = _getCubicPoint(t, pt1, pt2, pt3, pt4)
- dist = _distance(tp, point)
- intersectionLenghts[dist] = t
- minDist = min(intersectionLenghts.keys())
- solutions = [intersectionLenghts[minDist]]
- return solutions
-
-
-def _tValueForPointOnQuadCurve(point, pts, isHorizontal=0):
- quadSegments = decomposeQuadraticSegment(pts[1:])
- previousOnCurve = pts[0]
- solutionsDict = dict()
- for index, (pt1, pt2) in enumerate(quadSegments):
- a, b, c = bezierTools.calcQuadraticParameters(previousOnCurve, pt1, pt2)
- subSolutions = bezierTools.solveQuadratic(a[isHorizontal], b[isHorizontal], c[isHorizontal] - point[isHorizontal])
- subSolutions = [t for t in subSolutions if 0 <= t < 1]
- for t in subSolutions:
- solutionsDict[(t, index)] = _getQuadPoint(t, previousOnCurve, pt1, pt2)
- previousOnCurve = pt2
- solutions = list(solutionsDict.keys())
- if not solutions and not isHorizontal:
- return _tValueForPointOnQuadCurve(point, pts, isHorizontal=1)
- if len(solutions) > 1:
- intersectionLenghts = {}
- for t in solutions:
- tp = solutionsDict[t]
- dist = _distance(tp, point)
- intersectionLenghts[dist] = t
- minDist = min(intersectionLenghts.keys())
- solutions = [intersectionLenghts[minDist]]
- return solutions
-
-
-def _tValueForPointOnLine(point, line):
- pt1, pt2 = line
- dist = _distance(pt1, point)
- totalDist = _distance(pt1, pt2)
- return [dist / totalDist]
-
-
-def _scalePoints(points, scale=1, convertToInteger=True):
- """
- Scale points and optionally convert them to integers.
- """
- if convertToInteger:
- points = [
- (int(round(x * scale)), int(round(y * scale)))
- for (x, y) in points
- ]
- else:
- points = [(x * scale, y * scale) for (x, y) in points]
- return points
-
-
-def _scaleSinglePoint(point, scale=1, convertToInteger=True):
- """
- Scale a single point
- """
- x, y = point
- if convertToInteger:
- return int(round(x * scale)), int(round(y * scale))
- else:
- return (x * scale, y * scale)
-
-
-def _intPoint(pt):
- return int(round(pt[0])), int(round(pt[1]))
-
-
-def _checkFlatPoints(points):
- _points = []
- previousX = previousY = None
- for x, y in points:
- if x == previousX:
- continue
- elif y == previousY:
- continue
- if (x, y) not in _points:
- # is it possible that two flat point are on top of eachother???
- _points.append((x, y))
- previousX, previousY = x, y
- if _points[-1] != points[-1]:
- _points[-1] = points[-1]
- return _points
-
-
-"""
-The curve flattening code was forked and modified from RoboFab's FilterPen.
-That code was written by Erik van Blokland.
-"""
-
-
-def _flattenSegment(segment, approximateSegmentLength=_approximateSegmentLength):
- """
- Flatten the curve segment int a list of points.
- The first and last points in the segment must be
- on curves. The returned list of points will not
- include the first on curve point.
-
- false curves (where the off curves are not any
- different from the on curves) must not be sent here.
- duplicate points must not be sent here.
- """
- onCurve1, offCurve1, offCurve2, onCurve2 = segment
- if _pointOnLine(onCurve1, onCurve2, offCurve1) and _pointOnLine(onCurve1, onCurve2, offCurve2):
- return [onCurve2]
- est = _estimateCubicCurveLength(onCurve1, offCurve1, offCurve2, onCurve2) / approximateSegmentLength
- flat = []
- minStep = 0.1564
- step = 1.0 / est
- if step > .3:
- step = minStep
- t = step
- while t < 1:
- pt = _getCubicPoint(t, onCurve1, offCurve1, offCurve2, onCurve2)
- # ignore when point is in the same direction as the on - off curve line
- if not _pointOnLine(offCurve2, onCurve2, pt) and not _pointOnLine(onCurve1, offCurve1, pt):
- flat.append(pt)
- t += step
- flat.append(onCurve2)
- return flat
-
-
-def _distance(pt1, pt2):
- return math.sqrt((pt1[0] - pt2[0]) ** 2 + (pt1[1] - pt2[1]) ** 2)
-
-
-def _pointOnLine(pt1, pt2, a):
- return abs(_distance(pt1, a) + _distance(a, pt2) - _distance(pt1, pt2)) < epsilon
-
-
-def _estimateCubicCurveLength(pt0, pt1, pt2, pt3, precision=10):
- """
- Estimate the length of this curve by iterating
- through it and averaging the length of the flat bits.
- """
- points = []
- length = 0
- step = 1.0 / precision
- factors = range(0, precision + 1)
- for i in factors:
- points.append(_getCubicPoint(i * step, pt0, pt1, pt2, pt3))
- for i in range(len(points) - 1):
- pta = points[i]
- ptb = points[i + 1]
- length += _distance(pta, ptb)
- return length
-
-
-def _mid(pt1, pt2):
- """
- (Point, Point) -> Point
- Return the point that lies in between the two input points.
- """
- (x0, y0), (x1, y1) = pt1, pt2
- return 0.5 * (x0 + x1), 0.5 * (y0 + y1)
-
-
-def _getCubicPoint(t, pt0, pt1, pt2, pt3):
- if t == 0:
- return pt0
- if t == 1:
- return pt3
- if t == 0.5:
- a = _mid(pt0, pt1)
- b = _mid(pt1, pt2)
- c = _mid(pt2, pt3)
- d = _mid(a, b)
- e = _mid(b, c)
- return _mid(d, e)
- else:
- cx = (pt1[0] - pt0[0]) * 3.0
- cy = (pt1[1] - pt0[1]) * 3.0
- bx = (pt2[0] - pt1[0]) * 3.0 - cx
- by = (pt2[1] - pt1[1]) * 3.0 - cy
- ax = pt3[0] - pt0[0] - cx - bx
- ay = pt3[1] - pt0[1] - cy - by
- t3 = t ** 3
- t2 = t * t
- x = ax * t3 + bx * t2 + cx * t + pt0[0]
- y = ay * t3 + by * t2 + cy * t + pt0[1]
- return x, y
-
-
-def _getQuadPoint(t, pt0, pt1, pt2):
- if t == 0:
- return pt0
- if t == 1:
- return pt2
- else:
- cx = pt0[0]
- cy = pt0[1]
- bx = (pt1[0] - cx) * 2.0
- by = (pt1[1] - cy) * 2.0
- ax = pt2[0] - cx - bx
- ay = pt2[1] - cy - by
- x = ax * t**2 + bx * t + cx
- y = ay * t**2 + by * t + cy
- return x, y
diff --git a/misc/pylib/booleanOperations/requirements.txt b/misc/pylib/booleanOperations/requirements.txt
deleted file mode 100644
index 4f1d1b49a..000000000
--- a/misc/pylib/booleanOperations/requirements.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# pyclipper==1.0.5
-# fonttools==3.1.2
-# ufoLib==2.0.0
diff --git a/misc/pylib/booleanOperations/setup.py b/misc/pylib/booleanOperations/setup.py
deleted file mode 100644
index ce98414ce..000000000
--- a/misc/pylib/booleanOperations/setup.py
+++ /dev/null
@@ -1,15 +0,0 @@
-from distutils.core import setup
-from distutils.extension import Extension
-from Cython.Distutils import build_ext
-
-ext_modules = [
- Extension("booleanGlyph", ["booleanGlyph.pyx"]),
- Extension("booleanOperationManager", ["booleanOperationManager.pyx"]),
- Extension("flatten", ["flatten.pyx"]),
-]
-
-setup(
- name = 'booleanOperations',
- cmdclass = {'build_ext': build_ext},
- ext_modules = ext_modules
-)
diff --git a/misc/pylib/booleanOperations/version.py b/misc/pylib/booleanOperations/version.py
deleted file mode 100644
index a44d7b1bf..000000000
--- a/misc/pylib/booleanOperations/version.py
+++ /dev/null
@@ -1,4 +0,0 @@
-try:
- __version__ = __import__('pkg_resources').require('booleanOperations')[0].version
-except Exception:
- __version__ = 'unknown'
diff --git a/misc/pylib/copy/.gitignore b/misc/pylib/copy/.gitignore
deleted file mode 100644
index e35ddbd94..000000000
--- a/misc/pylib/copy/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.c
-build
diff --git a/misc/pylib/copy/LICENSE.txt b/misc/pylib/copy/LICENSE.txt
deleted file mode 100644
index 529349e4b..000000000
--- a/misc/pylib/copy/LICENSE.txt
+++ /dev/null
@@ -1,254 +0,0 @@
-A. HISTORY OF THE SOFTWARE
-==========================
-
-Python was created in the early 1990s by Guido van Rossum at Stichting
-Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
-as a successor of a language called ABC. Guido remains Python's
-principal author, although it includes many contributions from others.
-
-In 1995, Guido continued his work on Python at the Corporation for
-National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
-in Reston, Virginia where he released several versions of the
-software.
-
-In May 2000, Guido and the Python core development team moved to
-BeOpen.com to form the BeOpen PythonLabs team. In October of the same
-year, the PythonLabs team moved to Digital Creations, which became
-Zope Corporation. In 2001, the Python Software Foundation (PSF, see
-https://www.python.org/psf/) was formed, a non-profit organization
-created specifically to own Python-related Intellectual Property.
-Zope Corporation was a sponsoring member of the PSF.
-
-All Python releases are Open Source (see http://www.opensource.org for
-the Open Source Definition). Historically, most, but not all, Python
-releases have also been GPL-compatible; the table below summarizes
-the various releases.
-
- Release Derived Year Owner GPL-
- from compatible? (1)
-
- 0.9.0 thru 1.2 1991-1995 CWI yes
- 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
- 1.6 1.5.2 2000 CNRI no
- 2.0 1.6 2000 BeOpen.com no
- 1.6.1 1.6 2001 CNRI yes (2)
- 2.1 2.0+1.6.1 2001 PSF no
- 2.0.1 2.0+1.6.1 2001 PSF yes
- 2.1.1 2.1+2.0.1 2001 PSF yes
- 2.1.2 2.1.1 2002 PSF yes
- 2.1.3 2.1.2 2002 PSF yes
- 2.2 and above 2.1.1 2001-now PSF yes
-
-Footnotes:
-
-(1) GPL-compatible doesn't mean that we're distributing Python under
- the GPL. All Python licenses, unlike the GPL, let you distribute
- a modified version without making your changes open source. The
- GPL-compatible licenses make it possible to combine Python with
- other software that is released under the GPL; the others don't.
-
-(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
- because its license has a choice of law clause. According to
- CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
- is "not incompatible" with the GPL.
-
-Thanks to the many outside volunteers who have worked under Guido's
-direction to make these releases possible.
-
-
-B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
-===============================================================
-
-PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
---------------------------------------------
-
-1. This LICENSE AGREEMENT is between the Python Software Foundation
-("PSF"), and the Individual or Organization ("Licensee") accessing and
-otherwise using this software ("Python") in source or binary form and
-its associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, PSF hereby
-grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
-analyze, test, perform and/or display publicly, prepare derivative works,
-distribute, and otherwise use Python alone or in any derivative version,
-provided, however, that PSF's License Agreement and PSF's notice of copyright,
-i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation; All Rights
-Reserved" are retained in Python alone or in any derivative version prepared by
-Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python.
-
-4. PSF is making Python available to Licensee on an "AS IS"
-basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between PSF and
-Licensee. This License Agreement does not grant permission to use PSF
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using Python, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.
-
-
-BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
--------------------------------------------
-
-BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
-
-1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
-office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
-Individual or Organization ("Licensee") accessing and otherwise using
-this software in source or binary form and its associated
-documentation ("the Software").
-
-2. Subject to the terms and conditions of this BeOpen Python License
-Agreement, BeOpen hereby grants Licensee a non-exclusive,
-royalty-free, world-wide license to reproduce, analyze, test, perform
-and/or display publicly, prepare derivative works, distribute, and
-otherwise use the Software alone or in any derivative version,
-provided, however, that the BeOpen Python License is retained in the
-Software, alone or in any derivative version prepared by Licensee.
-
-3. BeOpen is making the Software available to Licensee on an "AS IS"
-basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
-SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
-AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
-DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-5. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-6. This License Agreement shall be governed by and interpreted in all
-respects by the law of the State of California, excluding conflict of
-law provisions. Nothing in this License Agreement shall be deemed to
-create any relationship of agency, partnership, or joint venture
-between BeOpen and Licensee. This License Agreement does not grant
-permission to use BeOpen trademarks or trade names in a trademark
-sense to endorse or promote products or services of Licensee, or any
-third party. As an exception, the "BeOpen Python" logos available at
-http://www.pythonlabs.com/logos.html may be used according to the
-permissions granted on that web page.
-
-7. By copying, installing or otherwise using the software, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.
-
-
-CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
----------------------------------------
-
-1. This LICENSE AGREEMENT is between the Corporation for National
-Research Initiatives, having an office at 1895 Preston White Drive,
-Reston, VA 20191 ("CNRI"), and the Individual or Organization
-("Licensee") accessing and otherwise using Python 1.6.1 software in
-source or binary form and its associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, CNRI
-hereby grants Licensee a nonexclusive, royalty-free, world-wide
-license to reproduce, analyze, test, perform and/or display publicly,
-prepare derivative works, distribute, and otherwise use Python 1.6.1
-alone or in any derivative version, provided, however, that CNRI's
-License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
-1995-2001 Corporation for National Research Initiatives; All Rights
-Reserved" are retained in Python 1.6.1 alone or in any derivative
-version prepared by Licensee. Alternately, in lieu of CNRI's License
-Agreement, Licensee may substitute the following text (omitting the
-quotes): "Python 1.6.1 is made available subject to the terms and
-conditions in CNRI's License Agreement. This Agreement together with
-Python 1.6.1 may be located on the Internet using the following
-unique, persistent identifier (known as a handle): 1895.22/1013. This
-Agreement may also be obtained from a proxy server on the Internet
-using the following URL: http://hdl.handle.net/1895.22/1013".
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python 1.6.1 or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python 1.6.1.
-
-4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
-basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. This License Agreement shall be governed by the federal
-intellectual property law of the United States, including without
-limitation the federal copyright law, and, to the extent such
-U.S. federal law does not apply, by the law of the Commonwealth of
-Virginia, excluding Virginia's conflict of law provisions.
-Notwithstanding the foregoing, with regard to derivative works based
-on Python 1.6.1 that incorporate non-separable material that was
-previously distributed under the GNU General Public License (GPL), the
-law of the Commonwealth of Virginia shall govern this License
-Agreement only as to issues arising under or with respect to
-Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
-License Agreement shall be deemed to create any relationship of
-agency, partnership, or joint venture between CNRI and Licensee. This
-License Agreement does not grant permission to use CNRI trademarks or
-trade name in a trademark sense to endorse or promote products or
-services of Licensee, or any third party.
-
-8. By clicking on the "ACCEPT" button where indicated, or by copying,
-installing or otherwise using Python 1.6.1, Licensee agrees to be
-bound by the terms and conditions of this License Agreement.
-
- ACCEPT
-
-
-CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
---------------------------------------------------
-
-Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
-The Netherlands. All rights reserved.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Stichting Mathematisch
-Centrum or CWI not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior
-permission.
-
-STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
-THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
-FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
-OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/misc/pylib/copy/__init__.py b/misc/pylib/copy/__init__.py
deleted file mode 100644
index de7d17673..000000000
--- a/misc/pylib/copy/__init__.py
+++ /dev/null
@@ -1,2 +0,0 @@
-from __future__ import absolute_import
-from .copy import copy, deepcopy, Error
diff --git a/misc/pylib/copy/copy.pyx b/misc/pylib/copy/copy.pyx
deleted file mode 100644
index daf81a3ff..000000000
--- a/misc/pylib/copy/copy.pyx
+++ /dev/null
@@ -1,433 +0,0 @@
-"""Generic (shallow and deep) copying operations.
-
-Interface summary:
-
- import copy
-
- x = copy.copy(y) # make a shallow copy of y
- x = copy.deepcopy(y) # make a deep copy of y
-
-For module specific errors, copy.Error is raised.
-
-The difference between shallow and deep copying is only relevant for
-compound objects (objects that contain other objects, like lists or
-class instances).
-
-- A shallow copy constructs a new compound object and then (to the
- extent possible) inserts *the same objects* into it that the
- original contains.
-
-- A deep copy constructs a new compound object and then, recursively,
- inserts *copies* into it of the objects found in the original.
-
-Two problems often exist with deep copy operations that don't exist
-with shallow copy operations:
-
- a) recursive objects (compound objects that, directly or indirectly,
- contain a reference to themselves) may cause a recursive loop
-
- b) because deep copy copies *everything* it may copy too much, e.g.
- administrative data structures that should be shared even between
- copies
-
-Python's deep copy operation avoids these problems by:
-
- a) keeping a table of objects already copied during the current
- copying pass
-
- b) letting user-defined classes override the copying operation or the
- set of components copied
-
-This version does not copy types like module, class, function, method,
-nor stack trace, stack frame, nor file, socket, window, nor array, nor
-any similar types.
-
-Classes can use the same interfaces to control copying that they use
-to control pickling: they can define methods called __getinitargs__(),
-__getstate__() and __setstate__(). See the documentation for module
-"pickle" for information on these methods.
-"""
-
-import types
-import weakref
-from copy_reg import dispatch_table
-
-class Error(Exception):
- pass
-error = Error # backward compatibility
-
-try:
- from org.python.core import PyStringMap
-except ImportError:
- PyStringMap = None
-
-__all__ = ["Error", "copy", "deepcopy"]
-
-def copy(x):
- """Shallow copy operation on arbitrary Python objects.
-
- See the module's __doc__ string for more info.
- """
-
- cls = type(x)
-
- copier = _copy_dispatch.get(cls)
- if copier:
- return copier(x)
-
- copier = getattr(cls, "__copy__", None)
- if copier:
- return copier(x)
-
- reductor = dispatch_table.get(cls)
- if reductor:
- rv = reductor(x)
- else:
- reductor = getattr(x, "__reduce_ex__", None)
- if reductor:
- rv = reductor(2)
- else:
- reductor = getattr(x, "__reduce__", None)
- if reductor:
- rv = reductor()
- else:
- raise Error("un(shallow)copyable object of type %s" % cls)
-
- return _reconstruct(x, rv, 0)
-
-
-_copy_dispatch = d = {}
-
-def _copy_immutable(x):
- return x
-for t in (type(None), int, long, float, bool, str, tuple,
- frozenset, type, xrange, types.ClassType,
- types.BuiltinFunctionType, type(Ellipsis),
- types.FunctionType, weakref.ref):
- d[t] = _copy_immutable
-for name in ("ComplexType", "UnicodeType", "CodeType"):
- t = getattr(types, name, None)
- if t is not None:
- d[t] = _copy_immutable
-
-def _copy_with_constructor(x):
- return type(x)(x)
-for t in (list, dict, set):
- d[t] = _copy_with_constructor
-
-def _copy_with_copy_method(x):
- return x.copy()
-if PyStringMap is not None:
- d[PyStringMap] = _copy_with_copy_method
-
-def _copy_inst(x):
- if hasattr(x, '__copy__'):
- return x.__copy__()
- if hasattr(x, '__getinitargs__'):
- args = x.__getinitargs__()
- y = x.__class__(*args)
- else:
- y = _EmptyClass()
- y.__class__ = x.__class__
- if hasattr(x, '__getstate__'):
- state = x.__getstate__()
- else:
- state = x.__dict__
- if hasattr(y, '__setstate__'):
- y.__setstate__(state)
- else:
- y.__dict__.update(state)
- return y
-d[types.InstanceType] = _copy_inst
-
-del d
-
-def deepcopy(x, memo=None, _nil=[]):
- """Deep copy operation on arbitrary Python objects.
-
- See the module's __doc__ string for more info.
- """
-
- if memo is None:
- memo = {}
-
- d = id(x)
- y = memo.get(d, _nil)
- if y is not _nil:
- return y
-
- cls = type(x)
-
- copier = _deepcopy_dispatch.get(cls)
- if copier:
- y = copier(x, memo)
- else:
- try:
- issc = issubclass(cls, type)
- except TypeError: # cls is not a class (old Boost; see SF #502085)
- issc = 0
- if issc:
- y = _deepcopy_atomic(x, memo)
- else:
- copier = getattr(x, "__deepcopy__", None)
- if copier:
- y = copier(memo)
- else:
- reductor = dispatch_table.get(cls)
- if reductor:
- rv = reductor(x)
- else:
- reductor = getattr(x, "__reduce_ex__", None)
- if reductor:
- rv = reductor(2)
- else:
- reductor = getattr(x, "__reduce__", None)
- if reductor:
- rv = reductor()
- else:
- raise Error(
- "un(deep)copyable object of type %s" % cls)
- y = _reconstruct(x, rv, 1, memo)
-
- memo[d] = y
- _keep_alive(x, memo) # Make sure x lives at least as long as d
- return y
-
-_deepcopy_dispatch = d = {}
-
-def _deepcopy_atomic(x, memo):
- return x
-d[type(None)] = _deepcopy_atomic
-d[type(Ellipsis)] = _deepcopy_atomic
-d[int] = _deepcopy_atomic
-d[long] = _deepcopy_atomic
-d[float] = _deepcopy_atomic
-d[bool] = _deepcopy_atomic
-try:
- d[complex] = _deepcopy_atomic
-except NameError:
- pass
-d[str] = _deepcopy_atomic
-try:
- d[unicode] = _deepcopy_atomic
-except NameError:
- pass
-try:
- d[types.CodeType] = _deepcopy_atomic
-except AttributeError:
- pass
-d[type] = _deepcopy_atomic
-d[xrange] = _deepcopy_atomic
-d[types.ClassType] = _deepcopy_atomic
-d[types.BuiltinFunctionType] = _deepcopy_atomic
-d[types.FunctionType] = _deepcopy_atomic
-d[weakref.ref] = _deepcopy_atomic
-
-def _deepcopy_list(x, memo):
- y = []
- memo[id(x)] = y
- for a in x:
- y.append(deepcopy(a, memo))
- return y
-d[list] = _deepcopy_list
-
-def _deepcopy_tuple(x, memo):
- y = []
- for a in x:
- y.append(deepcopy(a, memo))
- d = id(x)
- try:
- return memo[d]
- except KeyError:
- pass
- for i in range(len(x)):
- if x[i] is not y[i]:
- y = tuple(y)
- break
- else:
- y = x
- memo[d] = y
- return y
-d[tuple] = _deepcopy_tuple
-
-def _deepcopy_dict(x, memo):
- y = {}
- memo[id(x)] = y
- for key, value in x.iteritems():
- y[deepcopy(key, memo)] = deepcopy(value, memo)
- return y
-d[dict] = _deepcopy_dict
-if PyStringMap is not None:
- d[PyStringMap] = _deepcopy_dict
-
-def _deepcopy_method(x, memo): # Copy instance methods
- return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class)
-_deepcopy_dispatch[types.MethodType] = _deepcopy_method
-
-def _keep_alive(x, memo):
- """Keeps a reference to the object x in the memo.
-
- Because we remember objects by their id, we have
- to assure that possibly temporary objects are kept
- alive by referencing them.
- We store a reference at the id of the memo, which should
- normally not be used unless someone tries to deepcopy
- the memo itself...
- """
- try:
- memo[id(memo)].append(x)
- except KeyError:
- # aha, this is the first one :-)
- memo[id(memo)]=[x]
-
-def _deepcopy_inst(x, memo):
- if hasattr(x, '__deepcopy__'):
- return x.__deepcopy__(memo)
- if hasattr(x, '__getinitargs__'):
- args = x.__getinitargs__()
- args = deepcopy(args, memo)
- y = x.__class__(*args)
- else:
- y = _EmptyClass()
- y.__class__ = x.__class__
- memo[id(x)] = y
- if hasattr(x, '__getstate__'):
- state = x.__getstate__()
- else:
- state = x.__dict__
- state = deepcopy(state, memo)
- if hasattr(y, '__setstate__'):
- y.__setstate__(state)
- else:
- y.__dict__.update(state)
- return y
-d[types.InstanceType] = _deepcopy_inst
-
-def _reconstruct(x, info, deep, memo=None):
- if isinstance(info, str):
- return x
- assert isinstance(info, tuple)
- if memo is None:
- memo = {}
- n = len(info)
- assert n in (2, 3, 4, 5)
- callable, args = info[:2]
- if n > 2:
- state = info[2]
- else:
- state = None
- if n > 3:
- listiter = info[3]
- else:
- listiter = None
- if n > 4:
- dictiter = info[4]
- else:
- dictiter = None
- if deep:
- args = deepcopy(args, memo)
- y = callable(*args)
- memo[id(x)] = y
-
- if state is not None:
- if deep:
- state = deepcopy(state, memo)
- if hasattr(y, '__setstate__'):
- y.__setstate__(state)
- else:
- if isinstance(state, tuple) and len(state) == 2:
- state, slotstate = state
- else:
- slotstate = None
- if state is not None:
- y.__dict__.update(state)
- if slotstate is not None:
- for key, value in slotstate.iteritems():
- setattr(y, key, value)
-
- if listiter is not None:
- for item in listiter:
- if deep:
- item = deepcopy(item, memo)
- y.append(item)
- if dictiter is not None:
- for key, value in dictiter:
- if deep:
- key = deepcopy(key, memo)
- value = deepcopy(value, memo)
- y[key] = value
- return y
-
-del d
-
-del types
-
-# Helper for instance creation without calling __init__
-class _EmptyClass:
- pass
-
-def _test():
- l = [None, 1, 2L, 3.14, 'xyzzy', (1, 2L), [3.14, 'abc'],
- {'abc': 'ABC'}, (), [], {}]
- l1 = copy(l)
- print l1==l
- l1 = map(copy, l)
- print l1==l
- l1 = deepcopy(l)
- print l1==l
- class C:
- def __init__(self, arg=None):
- self.a = 1
- self.arg = arg
- if __name__ == '__main__':
- import sys
- file = sys.argv[0]
- else:
- file = __file__
- self.fp = open(file)
- self.fp.close()
- def __getstate__(self):
- return {'a': self.a, 'arg': self.arg}
- def __setstate__(self, state):
- for key, value in state.iteritems():
- setattr(self, key, value)
- def __deepcopy__(self, memo=None):
- new = self.__class__(deepcopy(self.arg, memo))
- new.a = self.a
- return new
- c = C('argument sketch')
- l.append(c)
- l2 = copy(l)
- print l == l2
- print l
- print l2
- l2 = deepcopy(l)
- print l == l2
- print l
- print l2
- l.append({l[1]: l, 'xyz': l[2]})
- l3 = copy(l)
- import repr
- print map(repr.repr, l)
- print map(repr.repr, l1)
- print map(repr.repr, l2)
- print map(repr.repr, l3)
- l3 = deepcopy(l)
- import repr
- print map(repr.repr, l)
- print map(repr.repr, l1)
- print map(repr.repr, l2)
- print map(repr.repr, l3)
- class odict(dict):
- def __init__(self, d = {}):
- self.a = 99
- dict.__init__(self, d)
- def __setitem__(self, k, i):
- dict.__setitem__(self, k, i)
- self.a
- o = odict({"A" : "B"})
- x = deepcopy(o)
- print(o, x)
-
-if __name__ == '__main__':
- _test()
diff --git a/misc/pylib/copy/setup.py b/misc/pylib/copy/setup.py
deleted file mode 100644
index 180beb160..000000000
--- a/misc/pylib/copy/setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
-from distutils.core import setup
-from distutils.extension import Extension
-from Cython.Distutils import build_ext
-
-ext_modules = [
- Extension("copy", ["copy.pyx"]),
-]
-
-setup(
- name = 'copy',
- cmdclass = {'build_ext': build_ext},
- ext_modules = ext_modules
-)
diff --git a/misc/pylib/extractor/License.txt b/misc/pylib/extractor/License.txt
deleted file mode 100755
index c564676ab..000000000
--- a/misc/pylib/extractor/License.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License
-
-Copyright (c) 2010 Type Supply LLC
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE. \ No newline at end of file
diff --git a/misc/pylib/extractor/README.rst b/misc/pylib/extractor/README.rst
deleted file mode 100755
index 7dd9ab196..000000000
--- a/misc/pylib/extractor/README.rst
+++ /dev/null
@@ -1,50 +0,0 @@
-|Travis Build Status| |PyPI Version| |Python Versions|
-
-
-UFO Extractor
-=============
-
-Tools for extracting data from font binaries into UFO objects.
-
-Features
---------
-
-Import data into a `Defcon <https://github.com/typesupply/defcon>`__ ``Font``
-instance:
-
-.. code:: python
-
- >>> import extractor
- >>> import defcon
- >>> ufo = defcon.Font()
- >>> extractor.extractUFO("/path/to/MyFont.ttf", ufo)
- >>> ufo.save("/path/to/MyFont.ufo")
-
-Supported input formats:
-
-- CFF or TrueType-flavored OpenType fonts (``*.otf``, ``*.ttf``)
-- `FontTools <https://github.com/fonttools/fonttools>`__ TTX files
- (``*.ttx``)
-- WOFF 1.0/2.0 (``*.woff``, ``*.woff2``)
-- PostScript Type1 fonts (``*.pfa``, ``*.pfb``, etc.)
-
-Installation
-------------
-
-You can install ``extractor`` with ``pip``:
-
-.. code::
-
- $ pip install ufo-extractor
-
-Note that, for historical reasons, the package is listed on the
-`Python Package Index <https://travis-ci.org/typesupply/extractor>`__ under the name
-``ufo-extractor``, to disambiguate it from another package also called "extractor".
-However, the import name for the package remains ``extractor``, without prefix.
-
-
-.. |Travis Build Status| image:: https://travis-ci.org/typesupply/extractor.svg?branch=master
- :target: https://travis-ci.org/typesupply/extractor
-.. |PyPI Version| image:: https://img.shields.io/pypi/v/ufo-extractor.svg
- :target: https://pypi.org/project/ufo-extractor/
-.. |Python Versions| image:: https://img.shields.io/badge/python-2.7%2C%203.5-blue.svg
diff --git a/misc/pylib/extractor/__init__.py b/misc/pylib/extractor/__init__.py
deleted file mode 100755
index 121ae275e..000000000
--- a/misc/pylib/extractor/__init__.py
+++ /dev/null
@@ -1,45 +0,0 @@
-from extractor.exceptions import ExtractorError
-from extractor.formats.opentype import isOpenType, extractFontFromOpenType
-from extractor.formats.woff import isWOFF, extractFontFromWOFF
-from extractor.formats.type1 import isType1, extractFontFromType1
-from extractor.formats.ttx import isTTX, extractFontFromTTX
-
-
-__version__ = "0.2.1.dev0"
-
-_extractFunctions = dict(
- OTF=extractFontFromOpenType,
- Type1=extractFontFromType1,
- WOFF=extractFontFromWOFF,
- ttx=extractFontFromTTX,
-)
-
-def extractFormat(pathOrFile):
- if isType1(pathOrFile):
- return "Type1"
- elif isWOFF(pathOrFile):
- return "WOFF"
- elif isOpenType(pathOrFile):
- return "OTF"
- elif isTTX(pathOrFile):
- return "ttx"
- return None
-
-def extractUFO(pathOrFile, destination, doGlyphs=True, doInfo=True, doKerning=True, format=None, customFunctions={}):
- if format is None:
- format = extractFormat(pathOrFile)
- if format not in _extractFunctions:
- raise ExtractorError("Unknown file format.")
- func = _extractFunctions[format]
- # wrap the extraction in a try: except: so that
- # callers don't need to worry about lower level
- # (fontTools, etc.) errors. if an error
- # occurs, print the traceback for debugging and
- # raise an ExtractorError.
- try:
- func(pathOrFile, destination, doGlyphs=doGlyphs, doInfo=doInfo, doKerning=doKerning, customFunctions=customFunctions.get(format, []))
- except:
- import sys
- import traceback
- traceback.print_exc(file=sys.stdout)
- raise ExtractorError("There was an error reading the %s file." % format)
diff --git a/misc/pylib/extractor/exceptions.py b/misc/pylib/extractor/exceptions.py
deleted file mode 100755
index 823a88ace..000000000
--- a/misc/pylib/extractor/exceptions.py
+++ /dev/null
@@ -1 +0,0 @@
-class ExtractorError(Exception): pass
diff --git a/misc/pylib/extractor/formats/__init__.py b/misc/pylib/extractor/formats/__init__.py
deleted file mode 100755
index e69de29bb..000000000
--- a/misc/pylib/extractor/formats/__init__.py
+++ /dev/null
diff --git a/misc/pylib/extractor/formats/opentype.py b/misc/pylib/extractor/formats/opentype.py
deleted file mode 100755
index 3cf0e06ec..000000000
--- a/misc/pylib/extractor/formats/opentype.py
+++ /dev/null
@@ -1,806 +0,0 @@
-import time
-from fontTools.ttLib import TTFont, TTLibError
-from fontTools.ttLib.tables._h_e_a_d import mac_epoch_diff
-from fontTools.misc.textTools import num2binary
-from fontTools.pens.boundsPen import ControlBoundsPen
-from extractor.exceptions import ExtractorError
-from extractor.tools import RelaxedInfo, copyAttr
-
-# ----------------
-# Public Functions
-# ----------------
-
-def isOpenType(pathOrFile):
- try:
- font = TTFont(pathOrFile)
- del font
- except TTLibError:
- return False
- return True
-
-def extractFontFromOpenType(pathOrFile, destination, doGlyphOrder=True, doGlyphs=True, doInfo=True, doKerning=True, customFunctions=[]):
- source = TTFont(pathOrFile)
- if doInfo:
- extractOpenTypeInfo(source, destination)
- if doGlyphs:
- extractOpenTypeGlyphs(source, destination)
- if doGlyphOrder:
- extractGlyphOrder(source, destination)
- if doKerning:
- kerning, groups = extractOpenTypeKerning(source, destination)
- destination.groups.update(groups)
- destination.kerning.clear()
- destination.kerning.update(kerning)
- for function in customFunctions:
- function(source, destination)
- source.close()
-
-def extractGlyphOrder(source, destination):
- glyphOrder = source.getGlyphOrder()
- if len(glyphOrder):
- destination.lib["public.glyphOrder"] = glyphOrder
-
-# ----
-# Info
-# ----
-
-def extractOpenTypeInfo(source, destination):
- info = RelaxedInfo(destination.info)
- _extractInfoHead(source, info)
- _extractInfoName(source, info)
- _extracInfoOS2(source, info)
- _extractInfoHhea(source, info)
- _extractInfoVhea(source, info)
- _extractInfoPost(source, info)
- _extractInfoCFF(source, info)
- _extractInfoGasp(source, info)
-
-def _extractInfoHead(source, info):
- head = source["head"]
- # version
- version = str(round(head.fontRevision, 3))
- versionMajor, versionMinor = version.split(".")
- info.versionMajor = int(versionMajor)
- info.versionMinor = int(versionMinor)
- # upm
- info.unitsPerEm = head.unitsPerEm
- # created
- format = "%Y/%m/%d %H:%M:%S"
- created = head.created
- created = time.gmtime(max(0, created + mac_epoch_diff))
- info.openTypeHeadCreated = time.strftime(format, created)
- # lowestRecPPEM
- info.openTypeHeadLowestRecPPEM = head.lowestRecPPEM
- # flags
- info.openTypeHeadFlags = binaryToIntList(head.flags)
- # styleMapStyleName
- macStyle = binaryToIntList(head.macStyle)
- styleMapStyleName = "regular"
- if 0 in macStyle and 1 in macStyle:
- styleMapStyleName = "bold italic"
- elif 0 in macStyle:
- styleMapStyleName = "bold"
- elif 1 in macStyle:
- styleMapStyleName = "italic"
- info.styleMapStyleName = styleMapStyleName
-
-def _extractInfoName(source, info):
- records = []
- nameIDs = {}
- for record in source["name"].names:
- nameID = record.nameID
- platformID = record.platformID
- encodingID = record.platEncID
- languageID = record.langID
- string = record.toUnicode()
- nameIDs[nameID, platformID, encodingID, languageID] = string
- records.append((nameID, platformID, encodingID, languageID,
- dict(
- nameID=nameID,
- platformID=platformID,
- encodingID=encodingID,
- languageID=languageID,
- string=string
- )
- ))
- attributes = dict(
- familyName=_priorityOrder(16) + _priorityOrder(1),
- styleName=_priorityOrder(17) + _priorityOrder(2),
- styleMapFamilyName=_priorityOrder(1),
- # styleMapStyleName will be handled in head extraction
- copyright=_priorityOrder(0),
- trademark=_priorityOrder(7),
- openTypeNameDesigner=_priorityOrder(9),
- openTypeNameDesignerURL=_priorityOrder(12),
- openTypeNameManufacturer=_priorityOrder(8),
- openTypeNameManufacturerURL=_priorityOrder(11),
- openTypeNameLicense=_priorityOrder(13),
- openTypeNameLicenseURL=_priorityOrder(14),
- openTypeNameVersion=_priorityOrder(5),
- openTypeNameUniqueID=_priorityOrder(3),
- openTypeNameDescription=_priorityOrder(10),
- openTypeNamePreferredFamilyName=_priorityOrder(16),
- openTypeNamePreferredSubfamilyName=_priorityOrder(17),
- openTypeNameCompatibleFullName=_priorityOrder(18),
- openTypeNameSampleText=_priorityOrder(20),
- openTypeNameWWSFamilyName=_priorityOrder(21),
- openTypeNameWWSSubfamilyName=_priorityOrder(22)
- )
- for attr, priority in attributes.items():
- value = _skimNameIDs(nameIDs, priority)
- if value is not None:
- setattr(info, attr, value)
- info.openTypeNameRecords = [record[-1] for record in sorted(records)]
-
-def _priorityOrder(nameID):
- priority = [
- (nameID, 1, 0, 0),
- (nameID, 1, None, None),
- (nameID, None, None, None)
- ]
- return priority
-
-def _skimNameIDs(nameIDs, priority):
- for (nameID, platformID, platEncID, langID) in priority:
- for (nID, pID, pEID, lID), text in nameIDs.items():
- if nID != nameID:
- continue
- if pID != platformID and platformID is not None:
- continue
- if pEID != platEncID and platEncID is not None:
- continue
- if lID != langID and langID is not None:
- continue
- return text
-
-def _extracInfoOS2(source, info):
- os2 = source["OS/2"]
- # openTypeOS2WidthClass
- copyAttr(os2, "usWidthClass", info, "openTypeOS2WidthClass")
- # openTypeOS2WeightClass
- copyAttr(os2, "usWeightClass", info, "openTypeOS2WeightClass")
- # openTypeOS2Selection
- if hasattr(os2, "fsSelection"):
- fsSelection = binaryToIntList(os2.fsSelection)
- fsSelection = [i for i in fsSelection if i in (1, 2, 3, 4)]
- info.openTypeOS2Selection = fsSelection
- # openTypeOS2VendorID
- copyAttr(os2, "achVendID", info, "openTypeOS2VendorID")
- ## the string could be padded with null bytes. strip those.
- if info.openTypeOS2VendorID.endswith("\x00"):
- r = []
- for c in reversed(info.openTypeOS2VendorID):
- if r or c != "\x00":
- r.insert(0, c)
- info.openTypeOS2VendorID = "".join(r)
- # openTypeOS2Panose
- if hasattr(os2, "panose"):
- panose = os2.panose
- info.openTypeOS2Panose = [
- os2.panose.bFamilyType,
- os2.panose.bSerifStyle,
- os2.panose.bWeight,
- os2.panose.bProportion,
- os2.panose.bContrast,
- os2.panose.bStrokeVariation,
- os2.panose.bArmStyle,
- os2.panose.bLetterForm,
- os2.panose.bMidline,
- os2.panose.bXHeight
- ]
- # openTypeOS2FamilyClass
- # XXX info.openTypeOS2FamilyClass
- if hasattr(os2, "ulUnicodeRange1"):
- info.openTypeOS2UnicodeRanges = binaryToIntList(os2.ulUnicodeRange1) + binaryToIntList(os2.ulUnicodeRange2, 32) + binaryToIntList(os2.ulUnicodeRange3, 64) + binaryToIntList(os2.ulUnicodeRange4, 96)
- if hasattr(os2, "ulCodePageRange1"):
- info.openTypeOS2CodePageRanges = binaryToIntList(os2.ulCodePageRange1) + binaryToIntList(os2.ulCodePageRange2, 32)
- copyAttr(os2, "sxHeight", info, "xHeight")
- copyAttr(os2, "sCapHeight", info, "capHeight")
- copyAttr(os2, "sTypoAscender", info, "ascender")
- copyAttr(os2, "sTypoDescender", info, "descender")
- copyAttr(os2, "sTypoAscender", info, "openTypeOS2TypoAscender")
- copyAttr(os2, "sTypoDescender", info, "openTypeOS2TypoDescender")
- copyAttr(os2, "sTypoLineGap", info, "openTypeOS2TypoLineGap")
- copyAttr(os2, "usWinAscent", info, "openTypeOS2WinAscent")
- copyAttr(os2, "usWinDescent", info, "openTypeOS2WinDescent")
- if hasattr(os2, "fsType"):
- info.openTypeOS2Type = binaryToIntList(os2.fsType)
- copyAttr(os2, "ySubscriptXSize", info, "openTypeOS2SubscriptXSize")
- copyAttr(os2, "ySubscriptYSize", info, "openTypeOS2SubscriptYSize")
- copyAttr(os2, "ySubscriptXOffset", info, "openTypeOS2SubscriptXOffset")
- copyAttr(os2, "ySubscriptYOffset", info, "openTypeOS2SubscriptYOffset")
- copyAttr(os2, "ySuperscriptXSize", info, "openTypeOS2SuperscriptXSize")
- copyAttr(os2, "ySuperscriptYSize", info, "openTypeOS2SuperscriptYSize")
- copyAttr(os2, "ySuperscriptXOffset", info, "openTypeOS2SuperscriptXOffset")
- copyAttr(os2, "ySuperscriptYOffset", info, "openTypeOS2SuperscriptYOffset")
- copyAttr(os2, "yStrikeoutSize", info, "openTypeOS2StrikeoutSize")
- copyAttr(os2, "yStrikeoutPosition", info, "openTypeOS2StrikeoutPosition")
-
-def _extractInfoHhea(source, info):
- if "hhea" not in source:
- return
- hhea = source["hhea"]
- info.openTypeHheaAscender = hhea.ascent
- info.openTypeHheaDescender = hhea.descent
- info.openTypeHheaLineGap = hhea.lineGap
- info.openTypeHheaCaretSlopeRise = hhea.caretSlopeRise
- info.openTypeHheaCaretSlopeRun = hhea.caretSlopeRun
- info.openTypeHheaCaretOffset = hhea.caretOffset
-
-def _extractInfoVhea(source, info):
- if "vhea" not in source:
- return
- vhea = source["vhea"]
- info.openTypeVheaVertTypoAscender = vhea.ascent
- info.openTypeVheaVertTypoDescender = vhea.descent
- info.openTypeVheaVertTypoLineGap = vhea.lineGap
- info.openTypeVheaCaretSlopeRise = vhea.caretSlopeRise
- info.openTypeVheaCaretSlopeRun = vhea.caretSlopeRun
- if hasattr(vhea, "caretOffset"):
- info.openTypeVheaCaretOffset = vhea.caretOffset
-
-def _extractInfoPost(source, info):
- post = source["post"]
- info.italicAngle = post.italicAngle
- info.postscriptUnderlineThickness = post.underlineThickness
- info.postscriptUnderlinePosition = post.underlinePosition
- info.postscriptIsFixedPitch = bool(post.isFixedPitch)
-
-def _extractInfoCFF(source, info):
- if "CFF " not in source:
- return
- cff = source["CFF "].cff
- info.postscriptFontName = cff.fontNames[0]
- # TopDict
- topDict = cff.topDictIndex[0]
- info.postscriptFullName = topDict.rawDict.get("FullName", None)
- info.postscriptWeightName = topDict.rawDict.get("Weight", None)
- # Private
- # CID doesn't have this, so safely extract.
- if hasattr(topDict, "Private"):
- private = topDict.Private
- info.postscriptBlueValues = private.rawDict.get("BlueValues", [])
- info.postscriptOtherBlues = private.rawDict.get("OtherBlues", [])
- info.postscriptFamilyBlues = private.rawDict.get("FamilyBlues", [])
- info.postscriptFamilyOtherBlues = private.rawDict.get("FamilyOtherBlues", [])
- info.postscriptStemSnapH = private.rawDict.get("StemSnapH", [])
- info.postscriptStemSnapV = private.rawDict.get("StemSnapV", [])
- info.postscriptBlueFuzz = private.rawDict.get("BlueFuzz", None)
- info.postscriptBlueShift = private.rawDict.get("BlueShift", None)
- info.postscriptBlueScale = private.rawDict.get("BlueScale", None)
- info.postscriptForceBold = bool(private.rawDict.get("ForceBold", None))
- info.postscriptNominalWidthX = private.rawDict.get("nominalWidthX", None)
- info.postscriptDefaultWidthX = private.rawDict.get("defaultWidthX", None)
- # XXX postscriptSlantAngle
- # XXX postscriptUniqueID
-
-def _extractInfoGasp(source, info):
- if "gasp" not in source:
- return
- gasp = source["gasp"]
- records = []
- for size, bits in sorted(gasp.gaspRange.items()):
- behavior = []
- if bits & 0x0001:
- behavior.append(0)
- if bits & 0x0002:
- behavior.append(1)
- if bits & 0x0004:
- behavior.append(2)
- if bits & 0x0008:
- behavior.append(3)
- record = dict(
- rangeMaxPPEM=size,
- rangeGaspBehavior=behavior
- )
- records.append(record)
- info.openTypeGaspRangeRecords = records
-
-# Tools
-
-def binaryToIntList(value, start=0):
- intList = []
- counter = start
- while value:
- if value & 1:
- intList.append(counter)
- value >>= 1
- counter += 1
- return intList
-
-# --------
-# Outlines
-# --------
-
-def extractOpenTypeGlyphs(source, destination):
- # grab the cmap
- cmap = source["cmap"]
- vmtx = source.get("vmtx")
- vorg = source.get("VORG")
- preferred = [
- (3, 10, 12),
- (3, 10, 4),
- (3, 1, 12),
- (3, 1, 4),
- (0, 3, 12),
- (0, 3, 4),
- (3, 0, 12),
- (3, 0, 4),
- (1, 0, 12),
- (1, 0, 4)
- ]
- found = {}
- for table in cmap.tables:
- found[table.platformID, table.platEncID, table.format] = table
- table = None
- for key in preferred:
- if key not in found:
- continue
- table = found[key]
- break
- reversedMapping = {}
- if table is not None:
- for uniValue, glyphName in table.cmap.items():
- reversedMapping[glyphName] = uniValue
- # grab the glyphs
- glyphSet = source.getGlyphSet()
- for glyphName in glyphSet.keys():
- sourceGlyph = glyphSet[glyphName]
- # make the new glyph
- destination.newGlyph(glyphName)
- destinationGlyph = destination[glyphName]
- # outlines
- pen = destinationGlyph.getPen()
- sourceGlyph.draw(pen)
- # width
- destinationGlyph.width = sourceGlyph.width
- # height and vertical origin
- if vmtx is not None and glyphName in vmtx.metrics:
- destinationGlyph.height = vmtx[glyphName][0]
- if vorg is not None:
- if glyphName in vorg.VOriginRecords:
- destinationGlyph.verticalOrigin = vorg[glyphName]
- else:
- destinationGlyph.verticalOrigin = vorg.defaultVertOriginY
- else:
- tsb = vmtx[glyphName][1]
- bounds_pen = ControlBoundsPen(glyphSet)
- sourceGlyph.draw(bounds_pen)
- if bounds_pen.bounds is None:
- continue
- xMin, yMin, xMax, yMax = bounds_pen.bounds
- destinationGlyph.verticalOrigin = tsb + yMax
- # unicode
- destinationGlyph.unicode = reversedMapping.get(glyphName)
-
-# -------
-# Kerning
-# -------
-
-def extractOpenTypeKerning(source, destination):
- kerning = {}
- groups = {}
- if "GPOS" in source:
- kerning, groups = _extractOpenTypeKerningFromGPOS(source)
- elif "kern" in source:
- kerning = _extractOpenTypeKerningFromKern(source)
- groups = {}
- for name, group in groups.items():
- groups[name] = list(sorted(group))
- return kerning, groups
-
-def _extractOpenTypeKerningFromGPOS(source):
- gpos = source["GPOS"].table
- # get an ordered list of scripts
- scriptOrder = _makeScriptOrder(gpos)
- # extract kerning and classes from each applicable lookup
- kerningDictionaries, leftClassDictionaries, rightClassDictionaries = _gatherDataFromLookups(gpos, scriptOrder)
- # merge all kerning pairs
- kerning = _mergeKerningDictionaries(kerningDictionaries)
- # get rid of groups that have only one member
- leftSingleMemberGroups = _findSingleMemberGroups(leftClassDictionaries)
- rightSingleMemberGroups = _findSingleMemberGroups(rightClassDictionaries)
- # filter out the single glyph groups from the kerning
- kerning = _removeSingleMemberGroupReferences(kerning, leftSingleMemberGroups, rightSingleMemberGroups)
- # merge groups that have the exact same member list
- leftClasses, leftClassRename = _mergeClasses(leftClassDictionaries)
- rightClasses, rightClassRename = _mergeClasses(rightClassDictionaries)
- # search for overlapping groups and raise an error if any were found
- _validateClasses(leftClasses)
- _validateClasses(rightClasses)
- # populate the class marging into the kerning
- kerning = _replaceRenamedPairMembers(kerning, leftClassRename, rightClassRename)
- # rename the groups to final names
- leftClassRename = _renameClasses(leftClasses, "public.kern1.")
- rightClassRename = _renameClasses(rightClasses, "public.kern2.")
- # populate the final group names
- kerning = _replaceRenamedPairMembers(kerning, leftClassRename, rightClassRename)
- leftGroups = _setGroupNames(leftClasses, leftClassRename)
- rightGroups = _setGroupNames(rightClasses, rightClassRename)
- # combine the side groups
- groups = {}
- groups.update(leftGroups)
- groups.update(rightGroups)
- # done.
- return kerning, groups
-
-def _makeScriptOrder(gpos):
- """
- Run therough GPOS and make an alphabetically
- ordered list of scripts. If DFLT is in the list,
- move it to the front.
- """
- scripts = []
- for scriptRecord in gpos.ScriptList.ScriptRecord:
- scripts.append(scriptRecord.ScriptTag)
- if "DFLT" in scripts:
- scripts.remove("DFLT")
- scripts.insert(0, "DFLT")
- return sorted(scripts)
-
-def _gatherDataFromLookups(gpos, scriptOrder):
- """
- Gather kerning and classes from the applicable lookups
- and return them in script order.
- """
- lookupIndexes = _gatherLookupIndexes(gpos)
- seenLookups = set()
- kerningDictionaries = []
- leftClassDictionaries = []
- rightClassDictionaries = []
- for script in scriptOrder:
- kerning = []
- leftClasses = []
- rightClasses = []
- for lookupIndex in lookupIndexes[script]:
- if lookupIndex in seenLookups:
- continue
- seenLookups.add(lookupIndex)
- result = _gatherKerningForLookup(gpos, lookupIndex)
- if result is None:
- continue
- k, lG, rG = result
- kerning.append(k)
- leftClasses.append(lG)
- rightClasses.append(rG)
- if kerning:
- kerningDictionaries.append(kerning)
- leftClassDictionaries.append(leftClasses)
- rightClassDictionaries.append(rightClasses)
- return kerningDictionaries, leftClassDictionaries, rightClassDictionaries
-
-def _gatherLookupIndexes(gpos):
- """
- Gather a mapping of script to lookup indexes
- referenced by the kern feature for each script.
- Returns a dictionary of this structure:
- {
- "latn" : [0],
- "DFLT" : [0]
- }
- """
- # gather the indexes of the kern features
- kernFeatureIndexes = [index for index, featureRecord in enumerate(gpos.FeatureList.FeatureRecord) if featureRecord.FeatureTag == "kern"]
- # find scripts and languages that have kern features
- scriptKernFeatureIndexes = {}
- for scriptRecord in gpos.ScriptList.ScriptRecord:
- script = scriptRecord.ScriptTag
- thisScriptKernFeatureIndexes = []
- defaultLangSysRecord = scriptRecord.Script.DefaultLangSys
- if defaultLangSysRecord is not None:
- f = []
- for featureIndex in defaultLangSysRecord.FeatureIndex:
- if featureIndex not in kernFeatureIndexes:
- continue
- f.append(featureIndex)
- if f:
- thisScriptKernFeatureIndexes.append((None, f))
- if scriptRecord.Script.LangSysRecord is not None:
- for langSysRecord in scriptRecord.Script.LangSysRecord:
- langSys = langSysRecord.LangSysTag
- f = []
- for featureIndex in langSysRecord.LangSys.FeatureIndex:
- if featureIndex not in kernFeatureIndexes:
- continue
- f.append(featureIndex)
- if f:
- thisScriptKernFeatureIndexes.append((langSys, f))
- scriptKernFeatureIndexes[script] = thisScriptKernFeatureIndexes
- # convert the feature indexes to lookup indexes
- scriptLookupIndexes = {}
- for script, featureDefinitions in scriptKernFeatureIndexes.items():
- lookupIndexes = scriptLookupIndexes[script] = []
- for language, featureIndexes in featureDefinitions:
- for featureIndex in featureIndexes:
- featureRecord = gpos.FeatureList.FeatureRecord[featureIndex]
- for lookupIndex in featureRecord.Feature.LookupListIndex:
- if lookupIndex not in lookupIndexes:
- lookupIndexes.append(lookupIndex)
- # done
- return scriptLookupIndexes
-
-def _gatherKerningForLookup(gpos, lookupIndex):
- """
- Gather the kerning and class data for a particular lookup.
- Returns kerning, left clases, right classes.
- The kerning dictionary is of this structure:
- {
- ("a", "a") : 10,
- ((1, 1, 3), "a") : -20
- }
- The class dictionaries have this structure:
- {
- (1, 1, 3) : ["x", "y", "z"]
- }
- Where the tuple means this:
- (lookup index, subtable index, class index)
- """
- allKerning = {}
- allLeftClasses = {}
- allRightClasses = {}
- lookup = gpos.LookupList.Lookup[lookupIndex]
- # only handle pair positioning and extension
- if lookup.LookupType not in (2, 9):
- return
- for subtableIndex, subtable in enumerate(lookup.SubTable):
- if lookup.LookupType == 2:
- format = subtable.Format
- lookupType = subtable.LookupType
- if (lookupType, format) == (2, 1):
- kerning = _handleLookupType2Format1(subtable)
- allKerning.update(kerning)
- elif (lookupType, format) == (2, 2):
- kerning, leftClasses, rightClasses = _handleLookupType2Format2(subtable, lookupIndex, subtableIndex)
- allKerning.update(kerning)
- allLeftClasses.update(leftClasses)
- allRightClasses.update(rightClasses)
- elif lookup.LookupType == 9:
- extSubtable = subtable.ExtSubTable
- format = extSubtable.Format
- lookupType = extSubtable.LookupType
- if (lookupType, format) == (2, 1):
- kerning = _handleLookupType2Format1(extSubtable)
- allKerning.update(kerning)
- elif (lookupType, format) == (2, 2):
- kerning, leftClasses, rightClasses = _handleLookupType2Format2(extSubtable, lookupIndex, subtableIndex)
- allKerning.update(kerning)
- allLeftClasses.update(leftClasses)
- allRightClasses.update(rightClasses)
- # done
- return allKerning, allLeftClasses, allRightClasses
-
-def _handleLookupType2Format1(subtable):
- """
- Extract a kerning dictionary from a Lookup Type 2 Format 1.
- """
- kerning = {}
- coverage = subtable.Coverage.glyphs
- valueFormat1 = subtable.ValueFormat1
- pairSets = subtable.PairSet
- for index, leftGlyphName in enumerate(coverage):
- pairSet = pairSets[index]
- for pairValueRecord in pairSet.PairValueRecord:
- rightGlyphName = pairValueRecord.SecondGlyph
- if valueFormat1:
- value = pairValueRecord.Value1
- else:
- value = pairValueRecord.Value2
- if hasattr(value, "XAdvance"):
- value = value.XAdvance
- kerning[leftGlyphName, rightGlyphName] = value
- return kerning
-
-def _handleLookupType2Format2(subtable, lookupIndex, subtableIndex):
- """
- Extract kerning, left class and right class dictionaries from a Lookup Type 2 Format 2.
- """
- # extract the classes
- leftClasses = _extractFeatureClasses(lookupIndex=lookupIndex, subtableIndex=subtableIndex, classDefs=subtable.ClassDef1.classDefs, coverage=subtable.Coverage.glyphs)
- rightClasses = _extractFeatureClasses(lookupIndex=lookupIndex, subtableIndex=subtableIndex, classDefs=subtable.ClassDef2.classDefs)
- # extract the pairs
- kerning = {}
- for class1RecordIndex, class1Record in enumerate(subtable.Class1Record):
- for class2RecordIndex, class2Record in enumerate(class1Record.Class2Record):
- leftClass = (lookupIndex, subtableIndex, class1RecordIndex)
- rightClass = (lookupIndex, subtableIndex, class2RecordIndex)
- valueFormat1 = subtable.ValueFormat1
- if valueFormat1:
- value = class2Record.Value1
- else:
- value = class2Record.Value2
- if hasattr(value, "XAdvance") and value.XAdvance != 0:
- value = value.XAdvance
- kerning[leftClass, rightClass] = value
- return kerning, leftClasses, rightClasses
-
-def _mergeKerningDictionaries(kerningDictionaries):
- """
- Merge all of the kerning dictionaries found into
- one flat dictionary.
- """
- # work through the dictionaries backwards since
- # this uses an update to load the kerning. this
- # will ensure that the script order is honored.
- kerning = {}
- for dictionaryGroup in reversed(kerningDictionaries):
- for dictionary in dictionaryGroup:
- kerning.update(dictionary)
- # done.
- return kerning
-
-def _findSingleMemberGroups(classDictionaries):
- """
- Find all classes that have only one member.
- """
- toRemove = {}
- for classDictionaryGroup in classDictionaries:
- for classDictionary in classDictionaryGroup:
- for name, members in list(classDictionary.items()):
- if len(members) == 1:
- toRemove[name] = list(members)[0]
- del classDictionary[name]
- return toRemove
-
-def _removeSingleMemberGroupReferences(kerning, leftGroups, rightGroups):
- """
- Translate group names into glyph names in pairs
- if the group only contains one glyph.
- """
- new = {}
- for (left, right), value in kerning.items():
- left = leftGroups.get(left, left)
- right = rightGroups.get(right, right)
- new[left, right] = value
- return new
-
-def _mergeClasses(classDictionaries):
- """
- Look for classes that have the exact same list
- of members and flag them for removal.
- This returns left classes, left rename map,
- right classes and right rename map.
- The classes have the standard class structure.
- The rename maps have this structure:
- {
- (1, 1, 3) : (2, 3, 4),
- old name : new name
- }
- Where the key is the class that should be
- preserved and the value is a list of classes
- that should be removed.
- """
- # build a mapping of members to names
- memberTree = {}
- for classDictionaryGroup in classDictionaries:
- for classDictionary in classDictionaryGroup:
- for name, members in classDictionary.items():
- if members not in memberTree:
- memberTree[members] = set()
- memberTree[members].add(name)
- # find members that have more than one name
- classes = {}
- rename = {}
- for members, names in memberTree.items():
- name = names.pop()
- if len(names) > 0:
- for otherName in names:
- rename[otherName] = name
- classes[name] = members
- return classes, rename
-
-def _setGroupNames(classes, classRename):
- """
- Set the final names into the groups.
- """
- groups = {}
- for groupName, glyphList in classes.items():
- groupName = classRename.get(groupName, groupName)
- # if the glyph list has only one member,
- # the glyph name will be used in the pairs.
- # no group is needed.
- if len(glyphList) == 1:
- continue
- groups[groupName] = glyphList
- return groups
-
-def _validateClasses(classes):
- """
- Check to make sure that a glyph is not part of more than
- one class. If this is found, an ExtractorError is raised.
- """
- glyphToClass = {}
- for className, glyphList in classes.items():
- for glyphName in glyphList:
- if glyphName not in glyphToClass:
- glyphToClass[glyphName] = set()
- glyphToClass[glyphName].add(className)
- conflicts = 0
- for glyphName, groupList in glyphToClass.items():
- if len(groupList) > 1:
- print('Conflicting kerning classes for %s:' % glyphName)
- for groupId in groupList:
- group = classes[groupId]
- print(' %r => %s' % (groupId, ', '.join(group)))
- conflicts += 1
- if conflicts > 0:
- raise ExtractorError("Kerning classes are in an conflicting state")
-
-def _replaceRenamedPairMembers(kerning, leftRename, rightRename):
- """
- Populate the renamed pair members into the kerning.
- """
- renamedKerning = {}
- for (left, right), value in kerning.items():
- left = leftRename.get(left, left)
- right = rightRename.get(right, right)
- renamedKerning[left, right] = value
- return renamedKerning
-
-def _renameClasses(classes, prefix):
- """
- Replace class IDs with nice strings.
- """
- renameMap = {}
- for classID, glyphList in classes.items():
- if len(glyphList) == 0:
- groupName = "%s_empty_lu.%d_st.%d_cl.%d" % (prefix, classID[0], classID[1], classID[2])
- elif len(glyphList) == 1:
- groupName = list(glyphList)[0]
- else:
- glyphList = list(sorted(glyphList))
- groupName = prefix + glyphList[0]
- renameMap[classID] = groupName
- return renameMap
-
-def _extractFeatureClasses(lookupIndex, subtableIndex, classDefs, coverage=None):
- """
- Extract classes for a specific lookup in a specific subtable.
- This is relatively straightforward, except for class 0 interpretation.
- Some fonts don't have class 0. Some fonts have a list of class
- members that are clearly not all to be used in kerning pairs.
- In the case of a missing class 0, the coverage is used as a basis
- for the class and glyph names used in classed 1+ are filtered out.
- In the case of class 0 having glyph names that are not part of the
- kerning pairs, the coverage is used to filter out the unnecessary
- glyph names.
- """
- # gather the class members
- classDict = {}
- for glyphName, classIndex in classDefs.items():
- if classIndex not in classDict:
- classDict[classIndex] = set()
- classDict[classIndex].add(glyphName)
- # specially handle class index 0
- revisedClass0 = set()
- if coverage is not None and 0 in classDict:
- for glyphName in classDict[0]:
- if glyphName in coverage:
- revisedClass0.add(glyphName)
- elif coverage is not None and 0 not in classDict:
- revisedClass0 = set(coverage)
- for glyphList in classDict.values():
- revisedClass0 = revisedClass0 - glyphList
- classDict[0] = revisedClass0
- # flip the class map around
- classes = {}
- for classIndex, glyphList in classDict.items():
- classes[lookupIndex, subtableIndex, classIndex] = frozenset(glyphList)
- return classes
-
-def _extractOpenTypeKerningFromKern(source):
- kern = source["kern"]
- kerning = {}
- for subtable in kern.kernTables:
- if subtable.version != 0:
- raise ExtractorError("Unknown kern table formst: %d" % subtable.version)
- # XXX the spec defines coverage values for
- # kerning direction (horizontal or vertical)
- # minimum (some sort of kerning restriction)
- # cross-stream (direction of the kerns within the direction of the table. odd.)
- # override (if the values in this subtable should override the values of others)
- # however, it is vague about how these should be stored.
- # as such, we just assume that the direction is horizontal,
- # that the values of all subtables are additive and that
- # there are no minimum values.
- kerning.update(subtable.kernTable)
- return kerning
diff --git a/misc/pylib/extractor/formats/ttx.py b/misc/pylib/extractor/formats/ttx.py
deleted file mode 100755
index fac4a98a0..000000000
--- a/misc/pylib/extractor/formats/ttx.py
+++ /dev/null
@@ -1,28 +0,0 @@
-from extractor.formats.opentype import extractOpenTypeInfo, extractOpenTypeGlyphs, extractOpenTypeKerning
-
-def isTTX(pathOrFile):
- from fontTools.ttLib import TTFont, TTLibError
- try:
- font = TTFont()
- font.importXML(pathOrFile)
- del font
- except TTLibError:
- return False
- return True
-
-def extractFontFromTTX(pathOrFile, destination, doGlyphs=True, doInfo=True, doKerning=True, customFunctions=[]):
- from fontTools.ttLib import TTFont, TTLibError
- source = TTFont()
- source.importXML(pathOrFile)
- if doInfo:
- extractOpenTypeInfo(source, destination)
- if doGlyphs:
- extractOpenTypeGlyphs(source, destination)
- if doKerning:
- kerning, groups = extractOpenTypeKerning(source, destination)
- destination.groups.update(groups)
- destination.kerning.clear()
- destination.kerning.update(kerning)
- for function in customFunctions:
- function(source, destination)
- source.close()
diff --git a/misc/pylib/extractor/formats/type1.py b/misc/pylib/extractor/formats/type1.py
deleted file mode 100755
index ca3f76741..000000000
--- a/misc/pylib/extractor/formats/type1.py
+++ /dev/null
@@ -1,164 +0,0 @@
-from fontTools.t1Lib import T1Font, T1Error
-from fontTools.agl import AGL2UV
-from fontTools.misc.psLib import PSInterpreter
-from fontTools.misc.transform import Transform
-from extractor.tools import RelaxedInfo
-
-# specification: http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF
-
-# ----------------
-# Public Functions
-# ----------------
-
-def isType1(pathOrFile):
- try:
- font = T1Font(pathOrFile)
- del font
- except T1Error:
- return False
- return True
-
-def extractFontFromType1(pathOrFile, destination, doGlyphs=True, doInfo=True, doKerning=True, customFunctions=[]):
- source = T1Font(pathOrFile)
- destination.lib["public.glyphOrder"] = _extractType1GlyphOrder(source)
- if doInfo:
- extractType1Info(source, destination)
- if doGlyphs:
- extractType1Glyphs(source, destination)
- if doKerning:
- # kerning extraction is not supported yet.
- # in theory, it could be retried from an AFM.
- # we need to find the AFM naming rules so that we can sniff for the file.
- pass
- for function in customFunctions:
- function(source, destination)
-
-def extractType1Info(source, destination):
- info = RelaxedInfo(destination.info)
- _extractType1FontInfo(source, info)
- _extractType1Private(source, info)
- _extractType1FontMatrix(source, info)
-
-# ----
-# Info
-# ----
-
-def _extractType1FontInfo(source, info):
- sourceInfo = source["FontInfo"]
- # FontName
- info.postscriptFontName = source["FontName"]
- # version
- version = sourceInfo.get("version")
- if version is not None:
- # the spec says that version will be a string and no formatting info is given.
- # so, only move forward if the string can actually be parsed.
- try:
- # 1. convert to a float
- version = float(version)
- # 2. convert it back to a string
- version = "%.3f" % version
- # 3. split.
- versionMajor, versionMinor = version.split(".")
- # 4. convert.
- versionMajor = int(versionMajor)
- versionMinor = int(versionMinor)
- # 5. set.
- info.versionMajor = int(versionMajor)
- info.versionMinor = int(versionMinor)
- except ValueError:
- # couldn't parse. leve the object with the default values.
- pass
- # Notice
- notice = sourceInfo.get("Notice")
- if notice:
- info.copyright = notice
- # FullName
- fullName = sourceInfo.get("FullName")
- if fullName:
- info.postscriptFullName = fullName
- # FamilyName
- familyName = sourceInfo.get("FamilyName")
- if familyName:
- info.familyName = familyName
- # Weight
- postscriptWeightName = sourceInfo.get("Weight")
- if postscriptWeightName:
- info.postscriptWeightName = postscriptWeightName
- # ItalicAngle
- info.italicAngle = sourceInfo.get("ItalicAngle")
- # IsFixedPitch
- info.postscriptIsFixedPitch = sourceInfo.get("isFixedPitch")
- # UnderlinePosition/Thickness
- info.postscriptUnderlinePosition = sourceInfo.get("UnderlinePosition")
- info.postscriptUnderlineThickness = sourceInfo.get("UnderlineThickness")
-
-def _extractType1FontMatrix(source, info):
- # units per em
- matrix = source["FontMatrix"]
- matrix = Transform(*matrix).inverse()
- info.unitsPerEm = int(round(matrix[3]))
-
-def _extractType1Private(source, info):
- private = source["Private"]
- # UniqueID
- info.openTypeNameUniqueID = private.get("UniqueID", None)
- # BlueValues and OtherBlues
- info.postscriptBlueValues = private.get("BlueValues", [])
- info.postscriptOtherBlues = private.get("OtherBlues", [])
- # FamilyBlues and FamilyOtherBlues
- info.postscriptFamilyBlues = private.get("FamilyBlues", [])
- info.postscriptFamilyOtherBlues = private.get("FamilyOtherBlues", [])
- # BlueScale/Shift/Fuzz
- info.postscriptBlueScale = private.get("BlueScale", None)
- info.postscriptBlueShift = private.get("BlueShift", None)
- info.postscriptBlueFuzz = private.get("BlueFuzz", None)
- # StemSnapH/V
- info.postscriptStemSnapH = private.get("StemSnapH", [])
- info.postscriptStemSnapV = private.get("StemSnapV", [])
- # ForceBold
- info.postscriptForceBold = bool(private.get("ForceBold", None))
-
-# --------
-# Outlines
-# --------
-
-def extractType1Glyphs(source, destination):
- glyphSet = source.getGlyphSet()
- for glyphName in sorted(glyphSet.keys()):
- sourceGlyph = glyphSet[glyphName]
- # make the new glyph
- destination.newGlyph(glyphName)
- destinationGlyph = destination[glyphName]
- # outlines
- pen = destinationGlyph.getPen()
- sourceGlyph.draw(pen)
- # width
- destinationGlyph.width = sourceGlyph.width
- # synthesize the unicode value
- destinationGlyph.unicode = AGL2UV.get(glyphName)
-
-# -----------
-# Glyph order
-# -----------
-
-class GlyphOrderPSInterpreter(PSInterpreter):
-
- def __init__(self):
- PSInterpreter.__init__(self)
- self.glyphOrder = []
- self.collectTokenForGlyphOrder = False
-
- def do_literal(self, token):
- result = PSInterpreter.do_literal(self, token)
- if token == "/FontName":
- self.collectTokenForGlyphOrder = False
- if self.collectTokenForGlyphOrder:
- self.glyphOrder.append(result.value)
- if token == "/CharStrings":
- self.collectTokenForGlyphOrder = True
- return result
-
-def _extractType1GlyphOrder(t1Font):
- interpreter = GlyphOrderPSInterpreter()
- interpreter.interpret(t1Font.data)
- return interpreter.glyphOrder
diff --git a/misc/pylib/extractor/formats/woff.py b/misc/pylib/extractor/formats/woff.py
deleted file mode 100755
index b641232f5..000000000
--- a/misc/pylib/extractor/formats/woff.py
+++ /dev/null
@@ -1,222 +0,0 @@
-from xml.sax.saxutils import quoteattr
-from fontTools.ttLib import TTFont, TTLibError
-from extractor.tools import RelaxedInfo
-from extractor.formats.opentype import extractOpenTypeInfo, extractOpenTypeGlyphs, extractOpenTypeKerning
-
-try:
- from xml.etree import cElementTree as ElementTree
-except ImportError:
- from xml.etree import ElementTree
-
-# ----------------
-# Public Functions
-# ----------------
-
-def isWOFF(pathOrFile):
- flavor = None
- try:
- font = TTFont(pathOrFile)
- flavor = font.flavor
- del font
- except TTLibError:
- return False
- return flavor in ("woff", "woff2")
-
-def extractFontFromWOFF(pathOrFile, destination, doGlyphs=True, doInfo=True, doKerning=True, customFunctions=[]):
- source = TTFont(pathOrFile)
- if doInfo:
- extractWOFFInfo(source, destination)
- if doGlyphs:
- extractWOFFGlyphs(source, destination)
- if doKerning:
- kerning, groups = extractWOFFKerning(source, destination)
- destination.groups.update(groups)
- destination.kerning.clear()
- destination.kerning.update(kerning)
- for function in customFunctions:
- function(source, destination)
- source.close()
-
-# ----------------
-# Specific Imports
-# ----------------
-
-def extractWOFFInfo(source, destination):
- info = RelaxedInfo(destination.info)
- info.woffMajorVersion = source.flavorData.majorVersion
- info.woffMinorVersion = source.flavorData.minorVersion
- _extractWOFFMetadata(source.flavorData, info)
- return extractOpenTypeInfo(source, destination)
-
-def extractWOFFGlyphs(source, destination):
- return extractOpenTypeGlyphs(source, destination)
-
-def extractWOFFKerning(source, destination):
- return extractOpenTypeKerning(source, destination)
-
-# --------
-# Metadata
-# --------
-
-def _extractWOFFMetadata(source, destination):
- if source.metaData is None:
- return
- metadata = ElementTree.fromstring(source.metaData)
- for element in metadata:
- if element.tag == "uniqueid":
- _extractWOFFMetadataUniqueID(element, destination)
- elif element.tag == "vendor":
- _extractWOFFMetadataVendor(element, destination)
- elif element.tag == "credits":
- _extractWOFFMetadataCredits(element, destination)
- elif element.tag == "description":
- _extractWOFFMetadataDescription(element, destination)
- elif element.tag == "license":
- _extractWOFFMetadataLicense(element, destination)
- elif element.tag == "copyright":
- _extractWOFFMetadataCopyright(element, destination)
- elif element.tag == "trademark":
- _extractWOFFMetadataTrademark(element, destination)
- elif element.tag == "licensee":
- _extractWOFFMetadataLicensee(element, destination)
- elif element.tag == "extension":
- _extractWOFFMetadataExtension(element, destination)
-
-def _extractWOFFMetadataUniqueID(element, destination):
- destination.woffMetadataUniqueID = _extractWOFFMetadataDict(element, ("id",))
-
-def _extractWOFFMetadataVendor(element, destination):
- attributes = ("name", "url", "dir", "class")
- record = _extractWOFFMetadataDict(element, attributes)
- destination.woffMetadataVendor = record
-
-def _extractWOFFMetadataCredits(element, destination):
- attributes = ("name", "url", "role", "dir", "class")
- credits = []
- for subElement in element:
- if subElement.tag == "credit":
- record = _extractWOFFMetadataDict(subElement, attributes)
- credits.append(record)
- destination.woffMetadataCredits = dict(credits=credits)
-
-def _extractWOFFMetadataDescription(element, destination):
- description = _extractWOFFMetadataDict(element, ("url",))
- textRecords = _extractWOFFMetadataText(element)
- if textRecords:
- description["text"] = textRecords
- destination.woffMetadataDescription = description
-
-def _extractWOFFMetadataLicense(element, destination):
- license = _extractWOFFMetadataDict(element, ("url", "id"))
- textRecords = _extractWOFFMetadataText(element)
- if textRecords:
- license["text"] = textRecords
- destination.woffMetadataLicense = license
-
-def _extractWOFFMetadataCopyright(element, destination):
- copyright = {}
- textRecords = _extractWOFFMetadataText(element)
- if textRecords:
- copyright["text"] = textRecords
- destination.woffMetadataCopyright = copyright
-
-def _extractWOFFMetadataTrademark(element, destination):
- trademark = {}
- textRecords = _extractWOFFMetadataText(element)
- if textRecords:
- trademark["text"] = textRecords
- destination.woffMetadataTrademark = trademark
-
-def _extractWOFFMetadataLicensee(element, destination):
- destination.woffMetadataLicensee = _extractWOFFMetadataDict(element, ("name", "dir", "class"))
-
-def _extractWOFFMetadataExtension(element, destination):
- extension = _extractWOFFMetadataDict(element, ("id",))
- for subElement in element:
- if subElement.tag == "name":
- if "names" not in extension:
- extension["names"] = []
- name = _extractWOFFMetadataExtensionName(subElement)
- extension["names"].append(name)
- elif subElement.tag == "item":
- if "items" not in extension:
- extension["items"] = []
- item = _extractWOFFMetadataExtensionItem(subElement)
- extension["items"].append(item)
- extensions = []
- if destination.woffMetadataExtensions:
- extensions.extend(destination.woffMetadataExtensions)
- destination.woffMetadataExtensions = extensions + [extension]
-
-def _extractWOFFMetadataExtensionItem(element):
- item = _extractWOFFMetadataDict(element, ("id",))
- for subElement in element:
- if subElement.tag == "name":
- if "names" not in item:
- item["names"] = []
- name = _extractWOFFMetadataExtensionName(subElement)
- item["names"].append(name)
- elif subElement.tag == "value":
- if "values" not in item:
- item["values"] = []
- name = _extractWOFFMetadataExtensionValue(subElement)
- item["values"].append(name)
- return item
-
-def _extractWOFFMetadataExtensionName(element):
- name = _extractWOFFMetadataDict(element, ("dir", "class"))
- language = _extractWOFFMetadataLanguage(element)
- if language is not None:
- name["language"] = language
- name["text"] = _flattenWOFFMetadataString(element)
- return name
-
-def _extractWOFFMetadataExtensionValue(element):
- return _extractWOFFMetadataExtensionName(element)
-
-# support
-
-def _extractWOFFMetadataDict(element, attributes):
- record = {}
- for attribute in attributes:
- value = element.attrib.get(attribute)
- if value is not None:
- record[attribute] = value
- return record
-
-def _extractWOFFMetadataText(element):
- records = []
- attributes = ("dir", "class")
- for subElement in element:
- record = _extractWOFFMetadataDict(subElement, attributes)
- # text
- record["text"] = _flattenWOFFMetadataString(subElement)
- # language
- language = _extractWOFFMetadataLanguage(subElement)
- if language is not None:
- record["language"] = language
- records.append(record)
- return records
-
-def _extractWOFFMetadataLanguage(element):
- language = element.attrib.get("{http://www.w3.org/XML/1998/namespace}lang")
- if language is None:
- language = element.attrib.get("lang")
- return language
-
-def _flattenWOFFMetadataString(element, sub=False):
- text = element.text.strip()
- for subElement in element:
- text += _flattenWOFFMetadataString(subElement, sub=True)
- if element.tail:
- text += element.tail.strip()
- if sub:
- attrib = ["%s=%s" % (key, quoteattr(value)) for key, value in element.attrib.items()]
- attrib = " ".join(attrib)
- if attrib:
- start = "<%s %s>" % (element.tag, attrib)
- else:
- start = "<%s>" % (element.tag)
- end = "</%s>" % (element.tag)
- text = start + text + end
- return text
diff --git a/misc/pylib/extractor/requirements.txt b/misc/pylib/extractor/requirements.txt
deleted file mode 100755
index f87221064..000000000
--- a/misc/pylib/extractor/requirements.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-fonttools==3.3.1
-ufoLib==2.0.0
diff --git a/misc/pylib/extractor/tools.py b/misc/pylib/extractor/tools.py
deleted file mode 100755
index f0750d7c3..000000000
--- a/misc/pylib/extractor/tools.py
+++ /dev/null
@@ -1,32 +0,0 @@
-from ufoLib import fontInfoAttributesVersion3, validateFontInfoVersion3ValueForAttribute
-
-
-class RelaxedInfo(object):
-
- """
- This object that sets only valid info values
- into the given info object.
- """
-
- def __init__(self, info):
- self._object = info
-
- def __getattr__(self, attr):
- if attr in fontInfoAttributesVersion3:
- return getattr(self._object, attr)
- else:
- return super(RelaxedInfo, self).__getattr__(attr)
-
- def __setattr__(self, attr, value):
- if attr in fontInfoAttributesVersion3:
- if validateFontInfoVersion3ValueForAttribute(attr, value):
- setattr(self._object, attr, value)
- else:
- super(RelaxedInfo, self).__setattr__(attr, value)
-
-
-def copyAttr(src, srcAttr, dest, destAttr):
- if not hasattr(src, srcAttr):
- return
- value = getattr(src, srcAttr)
- setattr(dest, destAttr, value)
diff --git a/misc/pylib/fontbuild/.gitignore b/misc/pylib/fontbuild/.gitignore
deleted file mode 100644
index 064a8d8ef..000000000
--- a/misc/pylib/fontbuild/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.c
diff --git a/misc/pylib/fontbuild/Build.pyx b/misc/pylib/fontbuild/Build.pyx
deleted file mode 100644
index d4fbd91d7..000000000
--- a/misc/pylib/fontbuild/Build.pyx
+++ /dev/null
@@ -1,365 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-import ConfigParser
-import os
-import sys
-import math
-import warnings
-
-from booleanOperations import BooleanOperationManager
-
-from cu2qu.ufo import fonts_to_quadratic
-from fontTools.misc.transform import Transform
-from robofab.world import OpenFont
-from ufo2ft import compileOTF, compileTTF
-
-from fontbuild.decomposeGlyph import decomposeGlyph
-from fontbuild.features import readFeatureFile, writeFeatureFile
-from fontbuild.generateGlyph import generateGlyph
-from fontbuild.instanceNames import setInfoRF
-from fontbuild.italics import italicizeGlyph
-from fontbuild.markFeature import RobotoFeatureCompiler, RobotoKernWriter
-from fontbuild.mitreGlyph import mitreGlyph
-from fontbuild.mix import Mix,Master,narrowFLGlyph
-
-
-class FontProject:
-
- def __init__(self, basefont, basedir, configfile, buildTag=''):
- self.basefont = basefont
- self.basedir = basedir
- self.config = ConfigParser.RawConfigParser()
- self.configfile = os.path.join(self.basedir, configfile)
- self.config.read(self.configfile)
- self.buildTag = buildTag
-
- self.diacriticList = [
- line.strip() for line in self.openResource("diacriticfile")
- if not line.startswith("#")]
- self.adobeGlyphList = dict(
- line.split(";") for line in self.openResource("agl_glyphlistfile")
- if not line.startswith("#"))
- self.glyphOrder = self.openResource("glyphorder")
-
- # map exceptional glyph names in Roboto to names in the AGL
- roboNames = (
- ('Obar', 'Ocenteredtilde'), ('obar', 'obarred'),
- ('eturn', 'eturned'), ('Iota1', 'Iotaafrican'))
- for roboName, aglName in roboNames:
- self.adobeGlyphList[roboName] = self.adobeGlyphList[aglName]
-
- self.builddir = "out"
- self.decompose = self.config.get("glyphs","decompose").split()
- self.predecompose = set(self.config.get("glyphs","predecompose").split())
- self.predecompose_auto = 1 # unless 0, automatically populate predecompose
- self.lessItalic = set(self.config.get("glyphs","lessitalic").split())
- self.deleteList = set(self.config.get("glyphs","delete").split())
- self.noItalic = set(self.config.get("glyphs","noitalic").split())
-
- self.buildOTF = False
- self.compatible = False
- self.generatedFonts = []
- self.justCompileUFO = False
-
- def openResource(self, name):
- with open(os.path.join(
- self.basedir, self.config.get("res", name))) as resourceFile:
- resource = resourceFile.read()
- return resource.splitlines()
-
- def generateOutputPath(self, font, ext):
- family = font.info.familyName.replace(" ", "")
- style = font.info.styleName.replace(" ", "")
- path = os.path.join(self.basedir, self.builddir, family + ext.upper())
- if not os.path.exists(path):
- os.makedirs(path)
- return os.path.join(path, "%s-%s.%s" % (family, style, ext))
-
- def generateFont(self, mix, names, italic=False, swapSuffixes=None, stemWidth=185,
- italicMeanYCenter=-825, scaleX=1, panose=[]):
-
- n = names.split("/")
- log("---------------------\n%s, %s\n----------------------" %(n[0],n[1]))
-
- if isinstance( mix, Mix):
- log(">> Mixing masters")
- f = mix.generateFont(self.basefont, self.deleteList)
- else:
- f = mix.copy()
- if not self.justCompileUFO:
- deleteGlyphs(f, self.deleteList)
-
- if italic == True:
- log(">> Italicizing")
- i = 0
- for g in f:
- decomposeGlyph(f, g)
- removeGlyphOverlap(g)
-
- for g in f:
- i += 1
- if i % 10 == 0: print g.name
-
- if g.name not in self.noItalic:
- if g.name in self.lessItalic:
- italicizeGlyph(f, g, 10, stemWidth=stemWidth,
- meanYCenter=italicMeanYCenter,
- scaleX=scaleX)
- else:
- italicizeGlyph(f, g, 12, stemWidth=stemWidth,
- meanYCenter=italicMeanYCenter,
- scaleX=scaleX)
-
- # set the oblique flag in fsSelection
- f.info.openTypeOS2Selection.append(9)
-
- if swapSuffixes != None:
- for swap in swapSuffixes:
- swapList = [g.name for g in f if g.name.endswith(swap)]
- for gname in swapList:
- print gname
- swapContours(f, gname.replace(swap,""), gname)
-
- if self.predecompose_auto == 1:
- self.predecompose_auto = 2
- for g in self.basefont:
- if len(g.components) > 0:
- self.predecompose.add(g.name)
-
- if not self.justCompileUFO:
- for gname in self.predecompose:
- if f.has_key(gname):
- decomposeGlyph(f, f[gname])
-
- log(">> Generating glyphs")
- self.generateGlyphs(f, self.diacriticList, self.adobeGlyphList)
- # log(">> Reading features")
- # readFeatureFile(f, f.features.text)
-
- # adjust width of italic glyphs
- if italic == True:
- widthAdjustment = -8
- if widthAdjustment != 0:
- leftAdjustment = math.floor(widthAdjustment / 2)
- rightAdjustment = math.ceil(widthAdjustment / 2)
- for g in f:
- if g.name not in self.noItalic:
- if g.width != 0:
- if g.box is None:
- g.width += widthAdjustment
- else:
- newLeftMargin = int(g.leftMargin + leftAdjustment)
- newRightMargin = int(g.rightMargin + rightAdjustment)
- g.leftMargin = newLeftMargin
- g.rightMargin = newRightMargin
-
- if not self.justCompileUFO:
- log(">> Decomposing")
- # for g in f:
- # if len(g.components) > 0:
- # decomposeGlyph(f, g)
- for gname in self.decompose:
- if f.has_key(gname):
- decomposeGlyph(f, f[gname])
-
- copyrightHolderName = ''
- if self.config.has_option('main', 'copyrightHolderName'):
- copyrightHolderName = self.config.get('main', 'copyrightHolderName')
-
- def getcfg(name, fallback=''):
- if self.config.has_option('main', name):
- return self.config.get('main', name)
- else:
- return fallback
-
- setInfoRF(f, n, {
- 'foundry': getcfg('foundry'),
- 'foundryURL': getcfg('foundryURL'),
- 'designer': getcfg('designer'),
- 'copyrightHolderName': getcfg('copyrightHolderName'),
- 'build': self.buildTag,
- 'version': getcfg('version'),
- 'license': getcfg('license'),
- 'licenseURL': getcfg('licenseURL'),
- 'italicAngle': float(getcfg('italicAngle', '-12')),
- }, panose)
-
- if not self.compatible and not self.justCompileUFO:
- # Remove overlaps etc
- cleanCurves(f)
- # deleteGlyphs(f, self.deleteList)
-
- log(">> Generating font files")
- ufoName = self.generateOutputPath(f, "ufo")
- f.save(ufoName)
- self.generatedFonts.append(ufoName)
-
- if self.justCompileUFO:
- print("wrote %s" % ufoName)
- return
-
- # filter glyphorder -- only include glyphs that exists in font
- glyphOrder = []
- seenGlyphNames = set()
- missingGlyphs = []
- for glyphName in self.glyphOrder:
- if glyphName in f:
- if glyphName in seenGlyphNames:
- raise Exception('Duplicate glyphname %r in glyphorder' % glyphName)
- seenGlyphNames.add(glyphName)
- glyphOrder.append(glyphName)
-
- if self.buildOTF:
- newFont = OpenFont(ufoName)
- otfName = self.generateOutputPath(f, "otf")
- log(">> Generating OTF file %s" % otfName)
- saveOTF(newFont, otfName, glyphOrder)
-
- def generateTTFs(self):
- """Build TTF for each font generated since last call to generateTTFs."""
-
- fonts = [OpenFont(ufo) for ufo in self.generatedFonts]
- self.generatedFonts = []
-
- log(">> Converting curves to quadratic")
- # using a slightly higher max error (e.g. 0.0025 em), dots will have
- # fewer control points and look noticeably different
- max_err = 0.001
- if self.compatible:
- fonts_to_quadratic(fonts, max_err_em=max_err, dump_stats=True, reverse_direction=True)
- else:
- for font in fonts:
- fonts_to_quadratic([font], max_err_em=max_err, dump_stats=True, reverse_direction=True)
-
- for font in fonts:
- ttfName = self.generateOutputPath(font, "ttf")
- log(">> Generating TTF file %s" % ttfName)
- log(os.path.basename(ttfName))
- glyphOrder = [n for n in self.glyphOrder if n in font]
- saveOTF(font, ttfName, glyphOrder, truetype=True)
-
- def generateGlyphs(self, f, glyphNames, glyphList={}):
- log(">> Generating diacritics")
- glyphnames = [gname for gname in glyphNames if not gname.startswith("#") and gname != ""]
- for glyphName in glyphNames:
- generateGlyph(f, glyphName, glyphList)
-
-
-# def transformGlyphMembers(g, m):
-# g.width = int(g.width * m.a)
-# g.Transform(m)
-# for a in g.anchors:
-# p = Point(a.p)
-# p.Transform(m)
-# a.p = p
-# for c in g.components:
-# # Assumes that components have also been individually transformed
-# p = Point(0,0)
-# d = Point(c.deltas[0])
-# d.Transform(m)
-# p.Transform(m)
-# d1 = d - p
-# c.deltas[0].x = d1.x
-# c.deltas[0].y = d1.y
-# s = Point(c.scale)
-# s.Transform(m)
-# #c.scale = s
-
-
-def swapContours(f,gName1,gName2):
- try:
- g1 = f[gName1]
- g2 = f[gName2]
- except KeyError:
- log("swapGlyphs failed for %s %s" % (gName1, gName2))
- return
- g3 = g1.copy()
-
- while g1.contours:
- g1.removeContour(0)
- for contour in g2.contours:
- g1.appendContour(contour)
- g1.width = g2.width
-
- while g2.contours:
- g2.removeContour(0)
- for contour in g3.contours:
- g2.appendContour(contour)
- g2.width = g3.width
-
-
-def log(msg):
- print msg
-
-
-def deleteGlyphs(f, deleteList):
- for name in deleteList:
- if f.has_key(name):
- f.removeGlyph(name)
-
-
-def cleanCurves(f):
- log(">> Removing overlaps")
- for g in f:
- if len(g.components) > 0:
- decomposeGlyph(f, g)
- removeGlyphOverlap(g)
-
- # log(">> Mitring sharp corners")
- # for g in f:
- # mitreGlyph(g, 3., .7)
-
- # log(">> Converting curves to quadratic")
- # for g in f:
- # glyphCurvesToQuadratic(g)
-
-
-def removeGlyphOverlap(g):
- """Remove overlaps in contours from a glyph."""
- # Note: Although it theoretically would be more efficient to first check
- # if contours has overlap before applying clipping, boolean ops and
- # re-drawing the shapes, the booleanOperations library's getIntersections
- # function adds more overhead in the real world, compared to bluntly
- # computing the union for every single glyph.
- #
- # If we can find a really cheap/efficient way to check if there's any
- # overlap, then we should do that before going ahead and computing the
- # union. Keep in mind that some glyphs have just a single contour that
- # intersects itself, for instance "e".
-
- contours = g.contours
- g.clearContours()
- BooleanOperationManager.union(contours, g.getPointPen())
-
-
-def saveOTF(font, destFile, glyphOrder, truetype=False):
- """Save a RoboFab font as an OTF binary using ufo2fdk."""
- with warnings.catch_warnings():
- # Note: ignore warnings produced by compreffor, used by ufo2ft:
- # 'Compreffor' class is deprecated; use 'compress' function instead
- # which is triggered by ufo2ft which we can't update because newer
- # versions completely break the API of ufo2ft.
- warnings.simplefilter("ignore")
- if truetype:
- otf = compileTTF(font, featureCompilerClass=RobotoFeatureCompiler,
- kernWriter=RobotoKernWriter, glyphOrder=glyphOrder,
- convertCubics=False,
- useProductionNames=False)
- else:
- otf = compileOTF(font, featureCompilerClass=RobotoFeatureCompiler,
- kernWriter=RobotoKernWriter, glyphOrder=glyphOrder,
- useProductionNames=False)
- otf.save(destFile)
diff --git a/misc/pylib/fontbuild/LICENSE b/misc/pylib/fontbuild/LICENSE
deleted file mode 100644
index 261eeb9e9..000000000
--- a/misc/pylib/fontbuild/LICENSE
+++ /dev/null
@@ -1,201 +0,0 @@
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/misc/pylib/fontbuild/ORIGIN.txt b/misc/pylib/fontbuild/ORIGIN.txt
deleted file mode 100644
index 1b0a3cf79..000000000
--- a/misc/pylib/fontbuild/ORIGIN.txt
+++ /dev/null
@@ -1 +0,0 @@
-https://github.com/google/roboto/tree/master/scripts/lib/fontbuild
diff --git a/misc/pylib/fontbuild/__init__.py b/misc/pylib/fontbuild/__init__.py
deleted file mode 100644
index 4ed720308..000000000
--- a/misc/pylib/fontbuild/__init__.py
+++ /dev/null
@@ -1,6 +0,0 @@
-"""
-fontbuild
-
-A collection of font production tools written for FontLab
-"""
-version = "0.1" \ No newline at end of file
diff --git a/misc/pylib/fontbuild/alignpoints.pyx b/misc/pylib/fontbuild/alignpoints.pyx
deleted file mode 100644
index 363aeef85..000000000
--- a/misc/pylib/fontbuild/alignpoints.pyx
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-import math
-
-import numpy as np
-from numpy.linalg import lstsq
-
-
-def alignCorners(glyph, va, subsegments):
- out = va.copy()
- # for i,c in enumerate(subsegments):
- # segmentCount = len(glyph.contours[i].segments) - 1
- # n = len(c)
- # for j,s in enumerate(c):
- # if j < segmentCount:
- # seg = glyph.contours[i].segments[j]
- # if seg.type == "line":
- # subIndex = subsegmentIndex(i,j,subsegments)
- # out[subIndex] = alignPoints(va[subIndex])
-
- for i,c in enumerate(subsegments):
- segmentCount = len(glyph.contours[i].segments)
- n = len(c)
- for j,s in enumerate(c):
- if j < segmentCount - 1:
- segType = glyph.contours[i].segments[j].type
- segnextType = glyph.contours[i].segments[j+1].type
- next = j+1
- elif j == segmentCount -1 and s[1] > 3:
- segType = glyph.contours[i].segments[j].type
- segNextType = "line"
- next = j+1
- elif j == segmentCount:
- segType = "line"
- segnextType = glyph.contours[i].segments[1].type
- if glyph.name == "J":
- print s[1]
- print segnextType
- next = 1
- else:
- break
- if segType == "line" and segnextType == "line":
- subIndex = subsegmentIndex(i,j,subsegments)
- pts = va[subIndex]
- ptsnext = va[subsegmentIndex(i,next,subsegments)]
- # out[subIndex[-1]] = (out[subIndex[-1]] - 500) * 3 + 500 #findCorner(pts, ptsnext)
- # print subIndex[-1], subIndex, subsegmentIndex(i,next,subsegments)
- try:
- out[subIndex[-1]] = findCorner(pts, ptsnext)
- except:
- pass
- # print glyph.name, "Can't find corner: parallel lines"
- return out
-
-
-def subsegmentIndex(contourIndex, segmentIndex, subsegments):
- # This whole thing is so dumb. Need a better data model for subsegments
-
- contourOffset = 0
- for i,c in enumerate(subsegments):
- if i == contourIndex:
- break
- contourOffset += c[-1][0]
- n = subsegments[contourIndex][-1][0]
- # print contourIndex, contourOffset, n
- startIndex = subsegments[contourIndex][segmentIndex-1][0]
- segmentCount = subsegments[contourIndex][segmentIndex][1]
- endIndex = (startIndex + segmentCount + 1) % (n)
-
- indices = np.array([(startIndex + i) % (n) + contourOffset for i in range(segmentCount + 1)])
- return indices
-
-
-def alignPoints(pts, start=None, end=None):
- if start == None or end == None:
- start, end = fitLine(pts)
- out = pts.copy()
- for i,p in enumerate(pts):
- out[i] = nearestPoint(start, end, p)
- return out
-
-
-def findCorner(pp, nn):
- if len(pp) < 4 or len(nn) < 4:
- assert 0, "line too short to fit"
- pStart,pEnd = fitLine(pp)
- nStart,nEnd = fitLine(nn)
- prev = pEnd - pStart
- next = nEnd - nStart
- # print int(np.arctan2(prev[1],prev[0]) / math.pi * 180),
- # print int(np.arctan2(next[1],next[0]) / math.pi * 180)
- # if lines are parallel, return simple average of end and start points
- if np.dot(prev / np.linalg.norm(prev),
- next / np.linalg.norm(next)) > .999999:
- # print "parallel lines", np.arctan2(prev[1],prev[0]), np.arctan2(next[1],next[0])
- # print prev, next
- assert 0, "parallel lines"
- # if glyph.name is None:
- # # Never happens, but here to fix a bug in Python 2.7 with -OO
- # print ''
- return lineIntersect(pStart, pEnd, nStart, nEnd)
-
-
-def lineIntersect(p1, p2, p3, p4):
- x1, y1 = p1
- x2, y2 = p2
- x3, y3 = p3
- x4, y4 = p4
-
- x12 = x1 - x2
- x34 = x3 - x4
- y12 = y1 - y2
- y34 = y3 - y4
-
- det = x12 * y34 - y12 * x34
- if det == 0:
- print "parallel!"
-
- a = x1 * y2 - y1 * x2
- b = x3 * y4 - y3 * x4
-
- x = (a * x34 - b * x12) / det
- y = (a * y34 - b * y12) / det
-
- return (x,y)
-
-
-def fitLineLSQ(pts):
- "returns a line fit with least squares. Fails for vertical lines"
- n = len(pts)
- a = np.ones((n,2))
- for i in range(n):
- a[i,0] = pts[i,0]
- line = lstsq(a,pts[:,1])[0]
- return line
-
-
-def fitLine(pts):
- """returns a start vector and direction vector
- Assumes points segments that already form a somewhat smooth line
- """
- n = len(pts)
- if n < 1:
- return (0,0),(0,0)
- a = np.zeros((n-1,2))
- for i in range(n-1):
- v = pts[i] - pts[i+1]
- a[i] = v / np.linalg.norm(v)
- direction = np.mean(a[1:-1], axis=0)
- start = np.mean(pts[1:-1], axis=0)
- return start, start+direction
-
-
-def nearestPoint(a,b,c):
- "nearest point to point c on line a_b"
- magnitude = np.linalg.norm(b-a)
- if magnitude == 0:
- raise Exception, "Line segment cannot be 0 length"
- return (b-a) * np.dot((c-a) / magnitude, (b-a) / magnitude) + a
-
-
-# pts = np.array([[1,1],[2,2],[3,3],[4,4]])
-# pts2 = np.array([[1,0],[2,0],[3,0],[4,0]])
-# print alignPoints(pts2, start = pts[0], end = pts[0]+pts[0])
-# # print findCorner(pts,pts2)
diff --git a/misc/pylib/fontbuild/anchors.py b/misc/pylib/fontbuild/anchors.py
deleted file mode 100644
index a617b2f51..000000000
--- a/misc/pylib/fontbuild/anchors.py
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-def getGlyph(gname, font):
- return font[gname] if font.has_key(gname) else None
-
-
-def getComponentByName(f, g, componentName):
- for c in g.components:
- if c.baseGlyph == componentName:
- return c
-
-def getAnchorByName(g,anchorName):
- for a in g.anchors:
- if a.name == anchorName:
- return a
-
-def moveMarkAnchors(f, g, anchorName, accentName, dx, dy):
- if "top"==anchorName:
- anchors = f[accentName].anchors
- for anchor in anchors:
- if "mkmktop_acc" == anchor.name:
- for anc in g.anchors:
- if anc.name == "top":
- g.removeAnchor(anc)
- break
- g.appendAnchor("top", (anchor.x + int(dx), anchor.y + int(dy)))
-
- elif anchorName in ["bottom", "bottomu"]:
- anchors = f[accentName].anchors
- for anchor in anchors:
- if "mkmkbottom_acc" == anchor.name:
- for anc in g.anchors:
- if anc.name == "bottom":
- g.removeAnchor(anc)
- break
- x = anchor.x + int(dx)
- for anc in anchors:
- if "top" == anc.name:
- x = anc.x + int(dx)
- g.appendAnchor("bottom", (x, anchor.y + int(dy)))
-
-
-def alignComponentToAnchor(f,glyphName,baseName,accentName,anchorName):
- g = getGlyph(glyphName,f)
- base = getGlyph(baseName,f)
- accent = getGlyph(accentName,f)
- if g == None or base == None or accent == None:
- return
- a1 = getAnchorByName(base,anchorName)
- a2 = getAnchorByName(accent,"_" + anchorName)
- if a1 == None or a2 == None:
- return
- offset = (a1.x - a2.x, a1.y - a2.y)
- c = getComponentByName(f, g, accentName)
- c.offset = offset
- moveMarkAnchors(f, g, anchorName, accentName, offset[0], offset[1])
-
-
-def alignComponentsToAnchors(f,glyphName,baseName,accentNames):
- for a in accentNames:
- if len(a) == 1:
- continue
- alignComponentToAnchor(f,glyphName,baseName,a[0],a[1])
-
diff --git a/misc/pylib/fontbuild/convertCurves.pyx b/misc/pylib/fontbuild/convertCurves.pyx
deleted file mode 100644
index b6efd5ca2..000000000
--- a/misc/pylib/fontbuild/convertCurves.pyx
+++ /dev/null
@@ -1,102 +0,0 @@
-#! /usr/bin/env python
-#
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-"""
-Converts a cubic bezier curve to a quadratic spline with
-exactly two off curve points.
-
-"""
-
-import numpy
-from numpy import array,cross,dot
-from fontTools.misc import bezierTools
-from robofab.objects.objectsRF import RSegment
-
-def replaceSegments(contour, segments):
- while len(contour):
- contour.removeSegment(0)
- for s in segments:
- contour.appendSegment(s.type, [(p.x, p.y) for p in s.points], s.smooth)
-
-def calcIntersect(a,b,c,d):
- numpy.seterr(all='raise')
- e = b-a
- f = d-c
- p = array([-e[1], e[0]])
- try:
- h = dot((a-c),p) / dot(f,p)
- except:
- print a,b,c,d
- raise
- return c + dot(f,h)
-
-def simpleConvertToQuadratic(p0,p1,p2,p3):
- p = [array(i.x,i.y) for i in [p0,p1,p2,p3]]
- off = calcIntersect(p[0],p[1],p[2],p[3])
-
-# OFFCURVE_VECTOR_CORRECTION = -.015
-OFFCURVE_VECTOR_CORRECTION = 0
-
-def convertToQuadratic(p0,p1,p2,p3):
- # TODO: test for accuracy and subdivide further if needed
- p = [(i.x,i.y) for i in [p0,p1,p2,p3]]
- # if p[0][0] == p[1][0] and p[0][0] == p[2][0] and p[0][0] == p[2][0] and p[0][0] == p[3][0]:
- # return (p[0],p[1],p[2],p[3])
- # if p[0][1] == p[1][1] and p[0][1] == p[2][1] and p[0][1] == p[2][1] and p[0][1] == p[3][1]:
- # return (p[0],p[1],p[2],p[3])
- seg1,seg2 = bezierTools.splitCubicAtT(p[0], p[1], p[2], p[3], .5)
- pts1 = [array([i[0], i[1]]) for i in seg1]
- pts2 = [array([i[0], i[1]]) for i in seg2]
- on1 = seg1[0]
- on2 = seg2[3]
- try:
- off1 = calcIntersect(pts1[0], pts1[1], pts1[2], pts1[3])
- off2 = calcIntersect(pts2[0], pts2[1], pts2[2], pts2[3])
- except:
- return (p[0],p[1],p[2],p[3])
- off1 = (on1 - off1) * OFFCURVE_VECTOR_CORRECTION + off1
- off2 = (on2 - off2) * OFFCURVE_VECTOR_CORRECTION + off2
- return (on1,off1,off2,on2)
-
-def cubicSegmentToQuadratic(c,sid):
-
- segment = c[sid]
- if (segment.type != "curve"):
- print "Segment type not curve"
- return
-
- #pSegment,junk = getPrevAnchor(c,sid)
- pSegment = c[sid-1] #assumes that a curve type will always be proceeded by another point on the same contour
- points = convertToQuadratic(pSegment.points[-1],segment.points[0],
- segment.points[1],segment.points[2])
- return RSegment(
- 'qcurve', [[int(i) for i in p] for p in points[1:]], segment.smooth)
-
-def glyphCurvesToQuadratic(g):
-
- for c in g:
- segments = []
- for i in range(len(c)):
- s = c[i]
- if s.type == "curve":
- try:
- segments.append(cubicSegmentToQuadratic(c, i))
- except Exception:
- print g.name, i
- raise
- else:
- segments.append(s)
- replaceSegments(c, segments)
diff --git a/misc/pylib/fontbuild/curveFitPen.pyx b/misc/pylib/fontbuild/curveFitPen.pyx
deleted file mode 100644
index 4b2ee4b34..000000000
--- a/misc/pylib/fontbuild/curveFitPen.pyx
+++ /dev/null
@@ -1,422 +0,0 @@
-#! /opt/local/bin/pythonw2.7
-#
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-__all__ = ["SubsegmentPen","SubsegmentsToCurvesPen", "segmentGlyph", "fitGlyph"]
-
-
-from fontTools.pens.basePen import BasePen
-import numpy as np
-from numpy import array as v
-from numpy.linalg import norm
-from robofab.pens.adapterPens import GuessSmoothPointPen
-from robofab.pens.pointPen import BasePointToSegmentPen
-
-
-class SubsegmentsToCurvesPointPen(BasePointToSegmentPen):
- def __init__(self, glyph, subsegmentGlyph, subsegments):
- BasePointToSegmentPen.__init__(self)
- self.glyph = glyph
- self.subPen = SubsegmentsToCurvesPen(None, glyph.getPen(), subsegmentGlyph, subsegments)
-
- def setMatchTangents(self, b):
- self.subPen.matchTangents = b
-
- def _flushContour(self, segments):
- #
- # adapted from robofab.pens.adapterPens.rfUFOPointPen
- #
- assert len(segments) >= 1
- # if we only have one point and it has a name, we must have an anchor
- first = segments[0]
- segmentType, points = first
- pt, smooth, name, kwargs = points[0]
- if len(segments) == 1 and name != None:
- self.glyph.appendAnchor(name, pt)
- return
- else:
- segmentType, points = segments[-1]
- movePt, smooth, name, kwargs = points[-1]
- if smooth:
- # last point is smooth, set pen to start smooth
- self.subPen.setLastSmooth(True)
- if segmentType == 'line':
- del segments[-1]
-
- self.subPen.moveTo(movePt)
-
- # do the rest of the segments
- for segmentType, points in segments:
- isSmooth = True in [smooth for pt, smooth, name, kwargs in points]
- pp = [pt for pt, smooth, name, kwargs in points]
- if segmentType == "line":
- assert len(pp) == 1
- if isSmooth:
- self.subPen.smoothLineTo(pp[0])
- else:
- self.subPen.lineTo(pp[0])
- elif segmentType == "curve":
- assert len(pp) == 3
- if isSmooth:
- self.subPen.smoothCurveTo(*pp)
- else:
- self.subPen.curveTo(*pp)
- elif segmentType == "qcurve":
- assert 0, "qcurve not supported"
- else:
- assert 0, "illegal segmentType: %s" % segmentType
- self.subPen.closePath()
-
- def addComponent(self, glyphName, transform):
- self.subPen.addComponent(glyphName, transform)
-
-
-class SubsegmentsToCurvesPen(BasePen):
- def __init__(self, glyphSet, otherPen, subsegmentGlyph, subsegments):
- BasePen.__init__(self, None)
- self.otherPen = otherPen
- self.ssglyph = subsegmentGlyph
- self.subsegments = subsegments
- self.contourIndex = -1
- self.segmentIndex = -1
- self.lastPoint = (0,0)
- self.lastSmooth = False
- self.nextSmooth = False
-
- def setLastSmooth(self, b):
- self.lastSmooth = b
-
- def _moveTo(self, a):
- self.contourIndex += 1
- self.segmentIndex = 0
- self.startPoint = a
- p = self.ssglyph.contours[self.contourIndex][0].points[0]
- self.otherPen.moveTo((p.x, p.y))
- self.lastPoint = a
-
- def _lineTo(self, a):
- self.segmentIndex += 1
- index = self.subsegments[self.contourIndex][self.segmentIndex][0]
- p = self.ssglyph.contours[self.contourIndex][index].points[0]
- self.otherPen.lineTo((p.x, p.y))
- self.lastPoint = a
- self.lastSmooth = False
-
- def smoothLineTo(self, a):
- self.lineTo(a)
- self.lastSmooth = True
-
- def smoothCurveTo(self, a, b, c):
- self.nextSmooth = True
- self.curveTo(a, b, c)
- self.nextSmooth = False
- self.lastSmooth = True
-
- def _curveToOne(self, a, b, c):
- self.segmentIndex += 1
- c = self.ssglyph.contours[self.contourIndex]
- n = len(c)
- startIndex = (self.subsegments[self.contourIndex][self.segmentIndex-1][0])
- segmentCount = (self.subsegments[self.contourIndex][self.segmentIndex][1])
- endIndex = (startIndex + segmentCount + 1) % (n)
-
- indices = [(startIndex + i) % (n) for i in range(segmentCount + 1)]
- points = np.array([(c[i].points[0].x, c[i].points[0].y) for i in indices])
- prevPoint = (c[(startIndex - 1)].points[0].x, c[(startIndex - 1)].points[0].y)
- nextPoint = (c[(endIndex) % n].points[0].x, c[(endIndex) % n].points[0].y)
- prevTangent = prevPoint - points[0]
- nextTangent = nextPoint - points[-1]
-
- tangent1 = points[1] - points[0]
- tangent3 = points[-2] - points[-1]
- prevTangent /= np.linalg.norm(prevTangent)
- nextTangent /= np.linalg.norm(nextTangent)
- tangent1 /= np.linalg.norm(tangent1)
- tangent3 /= np.linalg.norm(tangent3)
-
- tangent1, junk = self.smoothTangents(tangent1, prevTangent, self.lastSmooth)
- tangent3, junk = self.smoothTangents(tangent3, nextTangent, self.nextSmooth)
- if self.matchTangents == True:
- cp = fitBezier(points, tangent1, tangent3)
- cp[1] = norm(cp[1] - cp[0]) * tangent1 / norm(tangent1) + cp[0]
- cp[2] = norm(cp[2] - cp[3]) * tangent3 / norm(tangent3) + cp[3]
- else:
- cp = fitBezier(points)
- # if self.ssglyph.name == 'r':
- # print "-----------"
- # print self.lastSmooth, self.nextSmooth
- # print "%i %i : %i %i \n %i %i : %i %i \n %i %i : %i %i"%(x1,y1, cp[1,0], cp[1,1], x2,y2, cp[2,0], cp[2,1], x3,y3, cp[3,0], cp[3,1])
- self.otherPen.curveTo((cp[1,0], cp[1,1]), (cp[2,0], cp[2,1]), (cp[3,0], cp[3,1]))
- self.lastPoint = c
- self.lastSmooth = False
-
- def smoothTangents(self,t1,t2,forceSmooth = False):
- if forceSmooth or (abs(t1.dot(t2)) > .95 and norm(t1-t2) > 1):
- # print t1,t2,
- t1 = (t1 - t2) / 2
- t2 = -t1
- # print t1,t2
- return t1 / norm(t1), t2 / norm(t2)
-
- def _closePath(self):
- self.otherPen.closePath()
-
- def _endPath(self):
- self.otherPen.endPath()
-
- def addComponent(self, glyphName, transformation):
- self.otherPen.addComponent(glyphName, transformation)
-
-
-class SubsegmentPointPen(BasePointToSegmentPen):
- def __init__(self, glyph, resolution):
- BasePointToSegmentPen.__init__(self)
- self.glyph = glyph
- self.resolution = resolution
- self.subPen = SubsegmentPen(None, glyph.getPen())
-
- def getSubsegments(self):
- return self.subPen.subsegments[:]
-
- def _flushContour(self, segments):
- #
- # adapted from robofab.pens.adapterPens.rfUFOPointPen
- #
- assert len(segments) >= 1
- # if we only have one point and it has a name, we must have an anchor
- first = segments[0]
- segmentType, points = first
- pt, smooth, name, kwargs = points[0]
- if len(segments) == 1 and name != None:
- self.glyph.appendAnchor(name, pt)
- return
- else:
- segmentType, points = segments[-1]
- movePt, smooth, name, kwargs = points[-1]
- if segmentType == 'line':
- del segments[-1]
-
- self.subPen.moveTo(movePt)
-
- # do the rest of the segments
- for segmentType, points in segments:
- points = [pt for pt, smooth, name, kwargs in points]
- if segmentType == "line":
- assert len(points) == 1
- self.subPen.lineTo(points[0])
- elif segmentType == "curve":
- assert len(points) == 3
- self.subPen.curveTo(*points)
- elif segmentType == "qcurve":
- assert 0, "qcurve not supported"
- else:
- assert 0, "illegal segmentType: %s" % segmentType
- self.subPen.closePath()
-
- def addComponent(self, glyphName, transform):
- self.subPen.addComponent(glyphName, transform)
-
-
-class SubsegmentPen(BasePen):
-
- def __init__(self, glyphSet, otherPen, resolution=25):
- BasePen.__init__(self,glyphSet)
- self.resolution = resolution
- self.otherPen = otherPen
- self.subsegments = []
- self.startContour = (0,0)
- self.contourIndex = -1
-
- def _moveTo(self, a):
- self.contourIndex += 1
- self.segmentIndex = 0
- self.subsegments.append([])
- self.subsegmentCount = 0
- self.subsegments[self.contourIndex].append([self.subsegmentCount, 0])
- self.startContour = a
- self.lastPoint = a
- self.otherPen.moveTo(a)
-
- def _lineTo(self, a):
- count = self.stepsForSegment(a,self.lastPoint)
- if count < 1:
- count = 1
- self.subsegmentCount += count
- self.subsegments[self.contourIndex].append([self.subsegmentCount, count])
- for i in range(1,count+1):
- x1 = self.lastPoint[0] + (a[0] - self.lastPoint[0]) * i/float(count)
- y1 = self.lastPoint[1] + (a[1] - self.lastPoint[1]) * i/float(count)
- self.otherPen.lineTo((x1,y1))
- self.lastPoint = a
-
- def _curveToOne(self, a, b, c):
- count = self.stepsForSegment(c, self.lastPoint)
- if count < 2:
- count = 2
- self.subsegmentCount += count
- self.subsegments[self.contourIndex].append([self.subsegmentCount,count])
- x = self.renderCurve((self.lastPoint[0],a[0],b[0],c[0]),count)
- y = self.renderCurve((self.lastPoint[1],a[1],b[1],c[1]),count)
- assert len(x) == count
- if (c[0] == self.startContour[0] and c[1] == self.startContour[1]):
- count -= 1
- for i in range(count):
- self.otherPen.lineTo((x[i], y[i]))
- self.lastPoint = c
-
- def _closePath(self):
- if not (self.lastPoint[0] == self.startContour[0] and self.lastPoint[1] == self.startContour[1]):
- self._lineTo(self.startContour)
-
- # round values used by otherPen (a RoboFab SegmentToPointPen) to decide
- # whether to delete duplicate points at start and end of contour
- #TODO(jamesgk) figure out why we have to do this hack, then remove it
- c = self.otherPen.contour
- for i in [0, -1]:
- c[i] = [[round(n, 5) for n in c[i][0]]] + list(c[i][1:])
-
- self.otherPen.closePath()
-
- def _endPath(self):
- self.otherPen.endPath()
-
- def addComponent(self, glyphName, transformation):
- self.otherPen.addComponent(glyphName, transformation)
-
- def stepsForSegment(self, p1, p2):
- dist = np.linalg.norm(v(p1) - v(p2))
- out = int(dist / self.resolution)
- return out
-
- def renderCurve(self,p,count):
- curvePoints = []
- t = 1.0 / float(count)
- temp = t * t
-
- f = p[0]
- fd = 3 * (p[1] - p[0]) * t
- fdd_per_2 = 3 * (p[0] - 2 * p[1] + p[2]) * temp
- fddd_per_2 = 3 * (3 * (p[1] - p[2]) + p[3] - p[0]) * temp * t
-
- fddd = fddd_per_2 + fddd_per_2
- fdd = fdd_per_2 + fdd_per_2
- fddd_per_6 = fddd_per_2 * (1.0 / 3)
-
- for i in range(count):
- f = f + fd + fdd_per_2 + fddd_per_6
- fd = fd + fdd + fddd_per_2
- fdd = fdd + fddd
- fdd_per_2 = fdd_per_2 + fddd_per_2
- curvePoints.append(f)
-
- return curvePoints
-
-
-def fitBezierSimple(pts):
- T = [np.linalg.norm(pts[i]-pts[i-1]) for i in range(1,len(pts))]
- tsum = np.sum(T)
- T = [0] + T
- T = [np.sum(T[0:i+1])/tsum for i in range(len(pts))]
- T = [[t**3, t**2, t, 1] for t in T]
- T = np.array(T)
- M = np.array([[-1, 3, -3, 1],
- [ 3, -6, 3, 0],
- [-3, 3, 0, 0],
- [ 1, 0, 0, 0]])
- T = T.dot(M)
- T = np.concatenate((T, np.array([[100,0,0,0], [0,0,0,100]])))
- # pts = np.vstack((pts, pts[0] * 100, pts[-1] * 100))
- C = np.linalg.lstsq(T, pts, rcond=-1)
- return C[0]
-
-
-def subdivideLineSegment(pts):
- out = [pts[0]]
- for i in range(1, len(pts)):
- out.append(pts[i-1] + (pts[i] - pts[i-1]) * .5)
- out.append(pts[i])
- return np.array(out)
-
-
-def fitBezier(pts, tangent0=None, tangent3=None):
- if len(pts < 4):
- pts = subdivideLineSegment(pts)
- T = [np.linalg.norm(pts[i]-pts[i-1]) for i in range(1,len(pts))]
- tsum = np.sum(T)
- T = [0] + T
- T = [np.sum(T[0:i+1])/tsum for i in range(len(pts))]
- T = [[t**3, t**2, t, 1] for t in T]
- T = np.array(T)
- M = np.array([[-1, 3, -3, 1],
- [ 3, -6, 3, 0],
- [-3, 3, 0, 0],
- [ 1, 0, 0, 0]])
- T = T.dot(M)
- n = len(pts)
- pout = pts.copy()
- pout[:,0] -= (T[:,0] * pts[0,0]) + (T[:,3] * pts[-1,0])
- pout[:,1] -= (T[:,0] * pts[0,1]) + (T[:,3] * pts[-1,1])
-
- TT = np.zeros((n*2,4))
- for i in range(n):
- for j in range(2):
- TT[i*2,j*2] = T[i,j+1]
- TT[i*2+1,j*2+1] = T[i,j+1]
- pout = pout.reshape((n*2,1),order="C")
-
- if tangent0 is not None and tangent3 is not None:
- tangentConstraintsT = np.array([
- [tangent0[1], -tangent0[0], 0, 0],
- [0, 0, tangent3[1], -tangent3[0]]
- ])
- tangentConstraintsP = np.array([
- [pts[0][1] * -tangent0[0] + pts[0][0] * tangent0[1]],
- [pts[-1][1] * -tangent3[0] + pts[-1][0] * tangent3[1]]
- ])
- TT = np.concatenate((TT, tangentConstraintsT * 1000))
- pout = np.concatenate((pout, tangentConstraintsP * 1000))
- C = np.linalg.lstsq(TT, pout, rcond=-1)[0].reshape((2,2))
- return np.array([pts[0], C[0], C[1], pts[-1]])
-
-
-def segmentGlyph(glyph, resolution=50):
- g1 = glyph.copy()
- g1.clear()
- dp = SubsegmentPointPen(g1, resolution)
- glyph.drawPoints(dp)
- return g1, dp.getSubsegments()
-
-
-def fitGlyph(glyph, subsegmentGlyph, subsegmentIndices, matchTangents=True):
- outGlyph = glyph.copy()
- outGlyph.clear()
- fitPen = SubsegmentsToCurvesPointPen(outGlyph, subsegmentGlyph, subsegmentIndices)
- fitPen.setMatchTangents(matchTangents)
- # smoothPen = GuessSmoothPointPen(fitPen)
- glyph.drawPoints(fitPen)
- outGlyph.width = subsegmentGlyph.width
- return outGlyph
-
-
-if __name__ == '__main__':
- p = SubsegmentPen(None, None)
- pts = np.array([
- [0,0],
- [.5,.5],
- [.5,.5],
- [1,1]
- ])
- print np.array(p.renderCurve(pts,10)) * 10
diff --git a/misc/pylib/fontbuild/decomposeGlyph.pyx b/misc/pylib/fontbuild/decomposeGlyph.pyx
deleted file mode 100644
index 0470fa60b..000000000
--- a/misc/pylib/fontbuild/decomposeGlyph.pyx
+++ /dev/null
@@ -1,23 +0,0 @@
-def decomposeGlyph(font, glyph):
- """Moves the components of a glyph to its outline."""
- if len(glyph.components):
- deepCopyContours(font, glyph, glyph, (0, 0), (1, 1))
- glyph.clearComponents()
-
-
-def deepCopyContours(font, parent, component, offset, scale):
- """Copy contours to parent from component, including nested components."""
-
- for nested in component.components:
- deepCopyContours(
- font, parent, font[nested.baseGlyph],
- (offset[0] + nested.offset[0], offset[1] + nested.offset[1]),
- (scale[0] * nested.scale[0], scale[1] * nested.scale[1]))
-
- if component == parent:
- return
- for contour in component:
- contour = contour.copy()
- contour.scale(scale)
- contour.move(offset)
- parent.appendContour(contour)
diff --git a/misc/pylib/fontbuild/features.py b/misc/pylib/fontbuild/features.py
deleted file mode 100755
index fe6eca012..000000000
--- a/misc/pylib/fontbuild/features.py
+++ /dev/null
@@ -1,189 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-import re
-
-from feaTools import parser
-from feaTools.writers.fdkSyntaxWriter import FDKSyntaxFeatureWriter
-
-
-class FilterFeatureWriter(FDKSyntaxFeatureWriter):
- """Feature writer to detect invalid references and duplicate definitions."""
-
- def __init__(self, refs=set(), name=None, isFeature=False):
- """Initializes the set of known references, empty by default."""
- self.refs = refs
- self.featureNames = set()
- self.lookupNames = set()
- self.tableNames = set()
- self.languageSystems = set()
- super(FilterFeatureWriter, self).__init__(
- name=name, isFeature=isFeature)
-
- # error to print when undefined reference is found in glyph class
- self.classErr = ('Undefined reference "%s" removed from glyph class '
- 'definition %s.')
-
- # error to print when undefined reference is found in sub or pos rule
- subErr = ['Substitution rule with undefined reference "%s" removed']
- if self._name:
- subErr.append(" from ")
- subErr.append("feature" if self._isFeature else "lookup")
- subErr.append(' "%s"' % self._name)
- subErr.append(".")
- self.subErr = "".join(subErr)
- self.posErr = self.subErr.replace("Substitution", "Positioning")
-
- def _subwriter(self, name, isFeature):
- """Use this class for nested expressions e.g. in feature definitions."""
- return FilterFeatureWriter(self.refs, name, isFeature)
-
- def _flattenRefs(self, refs, flatRefs):
- """Flatten a list of references."""
- for ref in refs:
- if type(ref) == list:
- self._flattenRefs(ref, flatRefs)
- elif ref != "'": # ignore contextual class markings
- flatRefs.append(ref)
-
- def _checkRefs(self, refs, errorMsg):
- """Check a list of references found in a sub or pos rule."""
- flatRefs = []
- self._flattenRefs(refs, flatRefs)
- for ref in flatRefs:
- # trailing apostrophes should be ignored
- if ref[-1] == "'":
- ref = ref[:-1]
- if ref not in self.refs:
- print errorMsg % ref
- # insert an empty instruction so that we can't end up with an
- # empty block, which is illegal syntax
- super(FilterFeatureWriter, self).rawText(";")
- return False
- return True
-
- def classDefinition(self, name, contents):
- """Check that contents are valid, then add name to known references."""
- if name in self.refs:
- return
- newContents = []
- for ref in contents:
- if ref not in self.refs and ref != "-":
- print self.classErr % (ref, name)
- else:
- newContents.append(ref)
- self.refs.add(name)
- super(FilterFeatureWriter, self).classDefinition(name, newContents)
-
- def gsubType1(self, target, replacement):
- """Check a sub rule with one-to-one replacement."""
- if self._checkRefs([target, replacement], self.subErr):
- super(FilterFeatureWriter, self).gsubType1(target, replacement)
-
- def gsubType4(self, target, replacement):
- """Check a sub rule with many-to-one replacement."""
- if self._checkRefs([target, replacement], self.subErr):
- super(FilterFeatureWriter, self).gsubType4(target, replacement)
-
- def gsubType6(self, precedingContext, target, trailingContext, replacement):
- """Check a sub rule with contextual replacement."""
- refs = [precedingContext, target, trailingContext, replacement]
- if self._checkRefs(refs, self.subErr):
- super(FilterFeatureWriter, self).gsubType6(
- precedingContext, target, trailingContext, replacement)
-
- def gposType1(self, target, value):
- """Check a single positioning rule."""
- if self._checkRefs([target], self.posErr):
- super(FilterFeatureWriter, self).gposType1(target, value)
-
- def gposType2(self, target, value, needEnum=False):
- """Check a pair positioning rule."""
- if self._checkRefs(target, self.posErr):
- super(FilterFeatureWriter, self).gposType2(target, value, needEnum)
-
- # these rules may contain references, but they aren't present in Roboto
- def gsubType3(self, target, replacement):
- raise NotImplementedError
-
- def feature(self, name):
- """Adds a feature definition only once."""
- if name not in self.featureNames:
- self.featureNames.add(name)
- return super(FilterFeatureWriter, self).feature(name)
- # we must return a new writer even if we don't add it to this one
- return FDKSyntaxFeatureWriter(name, True)
-
- def lookup(self, name):
- """Adds a lookup block only once."""
- if name not in self.lookupNames:
- self.lookupNames.add(name)
- return super(FilterFeatureWriter, self).lookup(name)
- # we must return a new writer even if we don't add it to this one
- return FDKSyntaxFeatureWriter(name, False)
-
- def languageSystem(self, langTag, scriptTag):
- """Adds a language system instruction only once."""
- system = (langTag, scriptTag)
- if system not in self.languageSystems:
- self.languageSystems.add(system)
- super(FilterFeatureWriter, self).languageSystem(langTag, scriptTag)
-
- def table(self, name, data):
- """Adds a table only once."""
- if name in self.tableNames:
- return
- self.tableNames.add(name)
- self._instructions.append("table %s {" % name)
- self._instructions.extend([" %s %s;" % line for line in data])
- self._instructions.append("} %s;" % name)
-
-
-def compileFeatureRE(name):
- """Compiles a feature-matching regex."""
-
- # this is the pattern used internally by feaTools:
- # https://github.com/typesupply/feaTools/blob/master/Lib/feaTools/parser.py
- featureRE = list(parser.featureContentRE)
- featureRE.insert(2, name)
- featureRE.insert(6, name)
- return re.compile("".join(featureRE))
-
-
-def updateFeature(font, name, value):
- """Add a feature definition, or replace existing one."""
- featureRE = compileFeatureRE(name)
- if featureRE.search(font.features.text):
- font.features.text = featureRE.sub(value, font.features.text)
- else:
- font.features.text += "\n" + value
-
-
-def readFeatureFile(font, text, prepend=True):
- """Incorporate valid definitions from feature text into font."""
- writer = FilterFeatureWriter(set(font.keys()))
- if prepend:
- text += font.features.text
- else:
- text = font.features.text + text
- parser.parseFeatures(writer, text)
- font.features.text = writer.write()
-
-
-def writeFeatureFile(font, path):
- """Write the font's features to an external file."""
- fout = open(path, "w")
- fout.write(font.features.text)
- fout.close()
diff --git a/misc/pylib/fontbuild/generateGlyph.py b/misc/pylib/fontbuild/generateGlyph.py
deleted file mode 100644
index 465f940a9..000000000
--- a/misc/pylib/fontbuild/generateGlyph.py
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-import re
-from string import find
-
-from anchors import alignComponentsToAnchors, getAnchorByName
-
-
-def parseComposite(composite):
- c = composite.split("=")
- d = c[1].split("/")
- glyphName = d[0]
- if len(d) == 1:
- offset = [0, 0]
- else:
- offset = [int(i) for i in d[1].split(",")]
- accentString = c[0]
- accents = accentString.split("+")
- baseName = accents.pop(0)
- accentNames = [i.split(":") for i in accents]
- return (glyphName, baseName, accentNames, offset)
-
-
-def copyMarkAnchors(f, g, srcname, width):
- for anchor in f[srcname].anchors:
- if anchor.name in ("top_dd", "bottom_dd", "top0315"):
- g.appendAnchor(anchor.name, (anchor.x + width, anchor.y))
-
- if ("top" == anchor.name and
- not any(a.name == "parent_top" for a in g.anchors)):
- g.appendAnchor("parent_top", anchor.position)
-
- if ("bottom" == anchor.name and
- not any(a.name == "bottom" for a in g.anchors)):
- g.appendAnchor("bottom", anchor.position)
-
- if any(a.name == "top" for a in g.anchors):
- return
-
- anchor_parent_top = getAnchorByName(g, "parent_top")
- if anchor_parent_top is not None:
- g.appendAnchor("top", anchor_parent_top.position)
-
-
-def generateGlyph(f,gname,glyphList={}):
- glyphName, baseName, accentNames, offset = parseComposite(gname)
- if f.has_key(glyphName):
- print('Existing glyph "%s" found in font, ignoring composition rule '
- '"%s"' % (glyphName, gname))
- return
-
- if baseName.find("_") != -1:
- g = f.newGlyph(glyphName)
- for componentName in baseName.split("_"):
- g.appendComponent(componentName, (g.width, 0))
- g.width += f[componentName].width
- setUnicodeValue(g, glyphList)
-
- else:
- try:
- f.compileGlyph(glyphName, baseName, accentNames)
- except KeyError as e:
- print('KeyError raised for composition rule "%s", likely "%s" '
- 'anchor not found in glyph "%s"' % (gname, e, baseName))
- return
- g = f[glyphName]
- setUnicodeValue(g, glyphList)
- copyMarkAnchors(f, g, baseName, offset[1] + offset[0])
- if len(accentNames) > 0:
- alignComponentsToAnchors(f, glyphName, baseName, accentNames)
- if offset[0] != 0 or offset[1] != 0:
- g.width += offset[1] + offset[0]
- g.move((offset[0], 0), anchors=False)
-
-
-def setUnicodeValue(glyph, glyphList):
- """Try to ensure glyph has a unicode value -- used by FDK to make OTFs."""
-
- if glyph.name in glyphList:
- glyph.unicode = int(glyphList[glyph.name], 16)
- else:
- uvNameMatch = re.match("uni([\dA-F]{4})$", glyph.name)
- if uvNameMatch:
- glyph.unicode = int(uvNameMatch.group(1), 16)
diff --git a/misc/pylib/fontbuild/instanceNames.py b/misc/pylib/fontbuild/instanceNames.py
deleted file mode 100644
index 0ee59f55a..000000000
--- a/misc/pylib/fontbuild/instanceNames.py
+++ /dev/null
@@ -1,248 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-from datetime import date
-import re
-from random import randint
-import string
-
-class InstanceNames:
- "Class that allows easy setting of FontLab name fields. TODO: Add proper italic flags"
-
- foundry = ""
- foundryURL = ""
- copyrightHolderName = ""
- build = ""
- version = "1.0"
- year = date.today().year
- designer = ""
- designerURL = ""
- license = ""
- licenseURL = ""
- italicAngle = -12
-
- def __init__(self,names):
- if type(names) == type(" "):
- names = names.split("/")
- #print names
- self.longfamily = names[0]
- self.longstyle = names[1]
- self.shortstyle = names[2]
- self.subfamilyAbbrev = names[3]
-
- self.width = self._getWidth()
- self.italic = self._getItalic()
- self.weight = self._getWeight()
- self.fullname = "%s %s" %(self.longfamily, self.longstyle)
- self.postscript = re.sub(' ','', self.longfamily) + "-" + re.sub(' ','',self.longstyle)
-
- if self.subfamilyAbbrev != "" and self.subfamilyAbbrev != None and self.subfamilyAbbrev != "Rg":
- self.shortfamily = "%s %s" %(self.longfamily, self.longstyle.split()[0])
- else:
- self.shortfamily = self.longfamily
-
- def setRFNames(self,f, version=1, versionMinor=0, panose={}):
- f.info.familyName = self.longfamily
- f.info.styleName = self.longstyle
- f.info.styleMapFamilyName = self.shortfamily
- f.info.styleMapStyleName = self.shortstyle.lower()
- f.info.versionMajor = version
- f.info.versionMinor = versionMinor
- f.info.year = self.year
- if len(self.copyrightHolderName) > 0:
- f.info.copyright = "Copyright %s %s" % (self.year, self.copyrightHolderName)
- f.info.trademark = "%s is a trademark of %s." %(self.longfamily, self.foundry.rstrip('.'))
-
- if len(self.designer) > 0:
- f.info.openTypeNameDesigner = self.designer
- if len(self.designerURL) > 0:
- f.info.openTypeNameDesignerURL = self.designerURL
- f.info.openTypeNameManufacturer = self.foundry
- f.info.openTypeNameManufacturerURL = self.foundryURL
- f.info.openTypeNameLicense = self.license
- f.info.openTypeNameLicenseURL = self.licenseURL
-
- if self.build is not None and len(self.build):
- f.info.openTypeNameVersion = "%i.%i;%s" %(version, versionMinor, self.build)
- f.info.openTypeNameUniqueID = "%s:%s:%s" %(self.fullname, self.year, self.build)
- else:
- f.info.openTypeNameVersion = "%i.%i" %(version, versionMinor)
- f.info.openTypeNameUniqueID = "%s:%s" %(self.fullname, self.year)
-
- # f.info.openTypeNameDescription = ""
- # f.info.openTypeNameCompatibleFullName = ""
- # f.info.openTypeNameSampleText = ""
- if (self.subfamilyAbbrev != "Rg"):
- f.info.openTypeNamePreferredFamilyName = self.longfamily
- f.info.openTypeNamePreferredSubfamilyName = self.longstyle
-
- f.info.openTypeOS2WeightClass = self._getWeightCode(self.weight)
- f.info.macintoshFONDName = re.sub(' ','',self.longfamily) + " " + re.sub(' ','',self.longstyle)
- f.info.postscriptFontName = f.info.macintoshFONDName.replace(" ", "-")
- if self.italic:
- f.info.italicAngle = self.italicAngle
-
- if len(panose) > 0:
- f.info.openTypeOS2Panose = [
- panose.get('bFamilyType', panose.get('familyType', 0)),
- panose.get('bSerifStyle', panose.get('serifStyle', 0)),
- panose.get('bWeight', panose.get('weight', 0)),
- panose.get('bProportion', panose.get('proportion', 0)),
- panose.get('bContrast', panose.get('contrast', 0)),
- panose.get('bStrokeVariation', panose.get('strokeVariation', 0)),
- panose.get('bArmStyle', panose.get('armStyle', 0)),
- panose.get('bLetterform', panose.get('letterform', 0)),
- panose.get('bMidline', panose.get('midline', 0)),
- panose.get('bXHeight', panose.get('xHeight', 0)),
- ]
-
-
- def setFLNames(self,flFont):
-
- from FL import NameRecord
-
- flFont.family_name = self.shortfamily
- flFont.mac_compatible = self.fullname
- flFont.style_name = self.longstyle
- flFont.full_name = self.fullname
- flFont.font_name = self.postscript
- flFont.font_style = self._getStyleCode()
- flFont.menu_name = self.shortfamily
- flFont.apple_name = re.sub(' ','',self.longfamily) + " " + re.sub(' ','',self.longstyle)
- flFont.fond_id = randint(1000,9999)
- flFont.pref_family_name = self.longfamily
- flFont.pref_style_name = self.longstyle
- flFont.weight = self.weight
- flFont.weight_code = self._getWeightCode(self.weight)
- flFont.width = self.width
- if len(self.italic):
- flFont.italic_angle = -12
-
- fn = flFont.fontnames
- fn.clean()
- #fn.append(NameRecord(0,1,0,0, "Font data copyright %s %s" %(self.foundry, self.year) ))
- #fn.append(NameRecord(0,3,1,1033, "Font data copyright %s %s" %(self.foundry, self.year) ))
- copyrightHolderName = self.copyrightHolderName if len(self.copyrightHolderName) > 0 else self.foundry
- fn.append(NameRecord(0,1,0,0, "Copyright %s %s" %(self.year, copyrightHolderName) ))
- fn.append(NameRecord(0,3,1,1033, "Copyright %s %s" %(self.year, copyrightHolderName) ))
- fn.append(NameRecord(1,1,0,0, self.longfamily ))
- fn.append(NameRecord(1,3,1,1033, self.shortfamily ))
- fn.append(NameRecord(2,1,0,0, self.longstyle ))
- fn.append(NameRecord(2,3,1,1033, self.longstyle ))
- #fn.append(NameRecord(3,1,0,0, "%s:%s:%s" %(self.foundry, self.longfamily, self.year) ))
- #fn.append(NameRecord(3,3,1,1033, "%s:%s:%s" %(self.foundry, self.longfamily, self.year) ))
- fn.append(NameRecord(3,1,0,0, "%s:%s:%s" %(self.foundry, self.fullname, self.year) ))
- fn.append(NameRecord(3,3,1,1033, "%s:%s:%s" %(self.foundry, self.fullname, self.year) ))
- fn.append(NameRecord(4,1,0,0, self.fullname ))
- fn.append(NameRecord(4,3,1,1033, self.fullname ))
- if len(self.build) > 0:
- fn.append(NameRecord(5,1,0,0, "Version %s%s; %s" %(self.version, self.build, self.year) ))
- fn.append(NameRecord(5,3,1,1033, "Version %s%s; %s" %(self.version, self.build, self.year) ))
- else:
- fn.append(NameRecord(5,1,0,0, "Version %s; %s" %(self.version, self.year) ))
- fn.append(NameRecord(5,3,1,1033, "Version %s; %s" %(self.version, self.year) ))
- fn.append(NameRecord(6,1,0,0, self.postscript ))
- fn.append(NameRecord(6,3,1,1033, self.postscript ))
- fn.append(NameRecord(7,1,0,0, "%s is a trademark of %s." %(self.longfamily, self.foundry) ))
- fn.append(NameRecord(7,3,1,1033, "%s is a trademark of %s." %(self.longfamily, self.foundry) ))
- fn.append(NameRecord(9,1,0,0, self.foundry ))
- fn.append(NameRecord(9,3,1,1033, self.foundry ))
- fn.append(NameRecord(11,1,0,0, self.foundryURL ))
- fn.append(NameRecord(11,3,1,1033, self.foundryURL ))
- fn.append(NameRecord(12,1,0,0, self.designer ))
- fn.append(NameRecord(12,3,1,1033, self.designer ))
- fn.append(NameRecord(13,1,0,0, self.license ))
- fn.append(NameRecord(13,3,1,1033, self.license ))
- fn.append(NameRecord(14,1,0,0, self.licenseURL ))
- fn.append(NameRecord(14,3,1,1033, self.licenseURL ))
- if (self.subfamilyAbbrev != "Rg"):
- fn.append(NameRecord(16,3,1,1033, self.longfamily ))
- fn.append(NameRecord(17,3,1,1033, self.longstyle))
- #else:
- #fn.append(NameRecord(17,3,1,1033,""))
- #fn.append(NameRecord(18,1,0,0, re.sub("Italic","It", self.fullname)))
-
- def _getSubstyle(self, regex):
- substyle = re.findall(regex, self.longstyle)
- if len(substyle) > 0:
- return substyle[0]
- else:
- return ""
-
- def _getItalic(self):
- return self._getSubstyle(r"Italic|Oblique|Obliq")
-
- def _getWeight(self):
- w = self._getSubstyle(r"Extrabold|Superbold|Super|Fat|Black|Bold|Semibold|Demibold|Medium|Light|Thin")
- if w == "":
- w = "Regular"
- return w
-
- def _getWidth(self):
- w = self._getSubstyle(r"Condensed|Extended|Narrow|Wide")
- if w == "":
- w = "Normal"
- return w
-
- def _getStyleCode(self):
- #print "shortstyle:", self.shortstyle
- styleCode = 0
- if self.shortstyle == "Bold":
- styleCode = 32
- if self.shortstyle == "Italic":
- styleCode = 1
- if self.shortstyle == "Bold Italic":
- styleCode = 33
- if self.longstyle == "Regular":
- styleCode = 64
- return styleCode
-
- def _getWeightCode(self,weight):
- if weight == "Thin":
- return 250
- elif weight == "Light":
- return 300
- elif weight == "Bold":
- return 700
- elif weight == "Medium":
- return 500
- elif weight == "Semibold":
- return 600
- elif weight == "Black":
- return 900
- elif weight == "Fat":
- return 900
-
- return 400
-
-def setNames(f,names,foundry="",version="1.0",build=""):
- InstanceNames.foundry = foundry
- InstanceNames.version = version
- InstanceNames.build = build
- i = InstanceNames(names)
- i.setFLNames(f)
-
-
-def setInfoRF(f, names, attrs={}, panose={}):
- i = InstanceNames(names)
- version, versionMinor = (1, 0)
- for k,v in attrs.iteritems():
- if k == 'version':
- if v.find('.') != -1:
- version, versionMinor = [int(num) for num in v.split(".")]
- else:
- version = int(v)
- setattr(i, k, v)
- i.setRFNames(f, version=version, versionMinor=versionMinor, panose=panose)
diff --git a/misc/pylib/fontbuild/italics.pyx b/misc/pylib/fontbuild/italics.pyx
deleted file mode 100644
index 769586f40..000000000
--- a/misc/pylib/fontbuild/italics.pyx
+++ /dev/null
@@ -1,308 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-import math
-
-from fontTools.misc.transform import Transform
-import numpy as np
-from numpy.linalg import norm
-from scipy.sparse.linalg import cg
-from scipy.ndimage.filters import gaussian_filter1d as gaussian
-from scipy.cluster.vq import vq, whiten
-
-from fontbuild.alignpoints import alignCorners
-from fontbuild.curveFitPen import fitGlyph, segmentGlyph
-
-
-def italicizeGlyph(f, g, angle=10, stemWidth=185, meanYCenter=-825, scaleX=1):
- unic = g.unicode #save unicode
-
- glyph = f[g.name]
- slope = np.tanh(math.pi * angle / 180)
-
- # determine how far on the x axis the glyph should slide
- # to compensate for the slant.
- # meanYCenter:
- # -600 is a magic number that assumes a 2048 unit em square,
- # and -825 for a 2816 unit em square. (UPM*0.29296875)
- m = Transform(1, 0, slope, 1, 0, 0)
- xoffset, junk = m.transformPoint((0, meanYCenter))
- m = Transform(scaleX, 0, slope, 1, xoffset, 0)
-
- if len(glyph) > 0:
- g2 = italicize(f[g.name], angle, xoffset=xoffset, stemWidth=stemWidth)
- f.insertGlyph(g2, g.name)
-
- transformFLGlyphMembers(f[g.name], m)
-
- if unic > 0xFFFF: #restore unicode
- g.unicode = unic
-
-
-def italicize(glyph, angle=12, stemWidth=180, xoffset=-50):
- CURVE_CORRECTION_WEIGHT = .03
- CORNER_WEIGHT = 10
-
- # decompose the glyph into smaller segments
- ga, subsegments = segmentGlyph(glyph,25)
- va, e = glyphToMesh(ga)
- n = len(va)
- grad = mapEdges(lambda a, pn: normalize(pn[0]-a), va, e)
- cornerWeights = mapEdges(lambda a, pn: normalize(pn[0]-a).dot(normalize(a-pn[1])), grad, e)[:,0].reshape((-1,1))
- smooth = np.ones((n,1)) * CURVE_CORRECTION_WEIGHT
-
- controlPoints = findControlPointsInMesh(glyph, va, subsegments)
- smooth[controlPoints > 0] = 1
- smooth[cornerWeights < .6] = CORNER_WEIGHT
- # smooth[cornerWeights >= .9999] = 1
-
- out = va.copy()
- hascurves = False
- for c in glyph.contours:
- for s in c.segments:
- if s.type == "curve":
- hascurves = True
- break
- if hascurves:
- break
- if stemWidth > 100:
- outCorrected = skewMesh(recompose(skewMesh(out, angle * 1.6), grad, e, smooth=smooth), -angle * 1.6)
- # out = copyMeshDetails(va, out, e, 6)
- else:
- outCorrected = out
-
- # create a transform for italicizing
- normals = edgeNormals(out, e)
- center = va + normals * stemWidth * .4
- if stemWidth > 130:
- center[:, 0] = va[:, 0] * .7 + center[:,0] * .3
- centerSkew = skewMesh(center.dot(np.array([[.97,0],[0,1]])), angle * .9)
-
- # apply the transform
- out = outCorrected + (centerSkew - center)
- out[:,1] = outCorrected[:,1]
-
- # make some corrections
- smooth = np.ones((n,1)) * .1
- out = alignCorners(glyph, out, subsegments)
- out = copyMeshDetails(skewMesh(va, angle), out, e, 7, smooth=smooth)
- # grad = mapEdges(lambda a,(p,n): normalize(p-a), skewMesh(outCorrected, angle*.9), e)
- # out = recompose(out, grad, e, smooth=smooth)
-
- out = skewMesh(out, angle * .1)
- out[:,0] += xoffset
- # out[:,1] = outCorrected[:,1]
- out[va[:,1] == 0, 1] = 0
- gOut = meshToGlyph(out, ga)
- # gOut.width *= .97
- # gOut.width += 10
- # return gOut
-
- # recompose the glyph into original segments
- return fitGlyph(glyph, gOut, subsegments)
-
-
-def transformFLGlyphMembers(g, m, transformAnchors = True):
- # g.transform(m)
- g.width = g.width * m[0]
- p = m.transformPoint((0,0))
- for c in g.components:
- d = m.transformPoint(c.offset)
- c.offset = (d[0] - p[0], d[1] - p[1])
- if transformAnchors:
- for a in g.anchors:
- aa = m.transformPoint((a.x,a.y))
- a.x = aa[0]
- # a.x,a.y = (aa[0] - p[0], aa[1] - p[1])
- # a.x = a.x - m[4]
-
-
-def glyphToMesh(g):
- points = []
- edges = {}
- offset = 0
- for c in g.contours:
- if len(c) < 2:
- continue
- for i,prev,next in rangePrevNext(len(c)):
- points.append((c[i].points[0].x, c[i].points[0].y))
- edges[i + offset] = np.array([prev + offset, next + offset], dtype=int)
- offset += len(c)
- return np.array(points), edges
-
-
-def meshToGlyph(points, g):
- g1 = g.copy()
- j = 0
- for c in g1.contours:
- if len(c) < 2:
- continue
- for i in range(len(c)):
- c[i].points[0].x = points[j][0]
- c[i].points[0].y = points[j][1]
- j += 1
- return g1
-
-
-def quantizeGradient(grad, book=None):
- if book == None:
- book = np.array([(1,0),(0,1),(0,-1),(-1,0)])
- indexArray = vq(whiten(grad), book)[0]
- out = book[indexArray]
- for i,v in enumerate(out):
- out[i] = normalize(v)
- return out
-
-
-def findControlPointsInMesh(glyph, va, subsegments):
- controlPointIndices = np.zeros((len(va),1))
- index = 0
- for i,c in enumerate(subsegments):
- segmentCount = len(glyph.contours[i].segments) - 1
- for j,s in enumerate(c):
- if j < segmentCount:
- if glyph.contours[i].segments[j].type == "line":
- controlPointIndices[index] = 1
- index += s[1]
- return controlPointIndices
-
-
-def recompose(v, grad, e, smooth=1, P=None, distance=None):
- n = len(v)
- if distance == None:
- distance = mapEdges(lambda a, pn: norm(pn[0] - a), v, e)
- if (P == None):
- P = mP(v,e)
- P += np.identity(n) * smooth
- f = v.copy()
- for i,(prev,next) in e.iteritems():
- f[i] = (grad[next] * distance[next] - grad[i] * distance[i])
- out = v.copy()
- f += v * smooth
- for i in range(len(out[0,:])):
- out[:,i] = cg(P, f[:,i])[0]
- return out
-
-
-def mP(v,e):
- n = len(v)
- M = np.zeros((n,n))
- for i, edges in e.iteritems():
- w = -2 / float(len(edges))
- for index in edges:
- M[i,index] = w
- M[i,i] = 2
- return M
-
-
-def normalize(v):
- n = np.linalg.norm(v)
- if n == 0:
- return v
- return v/n
-
-
-def mapEdges(func,v,e,*args):
- b = v.copy()
- for i, edges in e.iteritems():
- b[i] = func(v[i], [v[j] for j in edges], *args)
- return b
-
-
-def getNormal(a,b,c):
- "Assumes TT winding direction"
- p = np.roll(normalize(b - a), 1)
- n = -np.roll(normalize(c - a), 1)
- p[1] *= -1
- n[1] *= -1
- # print p, n, normalize((p + n) * .5)
- return normalize((p + n) * .5)
-
-
-def edgeNormals(v,e):
- "Assumes a mesh where each vertex has exactly least two edges"
- return mapEdges(lambda a, pn : getNormal(a,pn[0],pn[1]),v,e)
-
-
-def rangePrevNext(count):
- c = np.arange(count,dtype=int)
- r = np.vstack((c, np.roll(c, 1), np.roll(c, -1)))
- return r.T
-
-
-def skewMesh(v,angle):
- slope = np.tanh([math.pi * angle / 180])
- return v.dot(np.array([[1,0],[slope,1]]))
-
-
-def labelConnected(e):
- label = 0
- labels = np.zeros((len(e),1))
- for i,(prev,next) in e.iteritems():
- labels[i] = label
- if next <= i:
- label += 1
- return labels
-
-
-def copyGradDetails(a,b,e,scale=15):
- n = len(a)
- labels = labelConnected(e)
- out = a.astype(float).copy()
- for i in range(labels[-1]+1):
- mask = (labels==i).flatten()
- out[mask,:] = gaussian(b[mask,:], scale, mode="wrap", axis=0) + a[mask,:] - gaussian(a[mask,:], scale, mode="wrap", axis=0)
- return out
-
-
-def copyMeshDetails(va,vb,e,scale=5,smooth=.01):
- gradA = mapEdges(lambda a, pn: normalize(pn[0]-a), va, e)
- gradB = mapEdges(lambda a, pn: normalize(pn[0]-a), vb, e)
- grad = copyGradDetails(gradA, gradB, e, scale)
- grad = mapEdges(lambda a, pn: normalize(a), grad, e)
- return recompose(vb, grad, e, smooth=smooth)
-
-
-def condenseGlyph(glyph, scale=.8, stemWidth=185):
- ga, subsegments = segmentGlyph(glyph, 25)
- va, e = glyphToMesh(ga)
- n = len(va)
-
- normals = edgeNormals(va,e)
- cn = va.dot(np.array([[scale, 0],[0,1]]))
- grad = mapEdges(lambda a, pn: normalize(pn[0]-a), cn, e)
- # ograd = mapEdges(lambda a,(p,n): normalize(p-a), va, e)
-
- cn[:,0] -= normals[:,0] * stemWidth * .5 * (1 - scale)
- out = recompose(cn, grad, e, smooth=.5)
- # out = recompose(out, grad, e, smooth=.1)
- out = recompose(out, grad, e, smooth=.01)
-
- # cornerWeights = mapEdges(lambda a,(p,n): normalize(p-a).dot(normalize(a-n)), grad, e)[:,0].reshape((-1,1))
- # smooth = np.ones((n,1)) * .1
- # smooth[cornerWeights < .6] = 10
- #
- # grad2 = quantizeGradient(grad).astype(float)
- # grad2 = copyGradDetails(grad, grad2, e, scale=10)
- # grad2 = mapEdges(lambda a,e: normalize(a), grad2, e)
- # out = recompose(out, grad2, e, smooth=smooth)
- out[:,0] += 15
- out[:,1] = va[:,1]
- # out = recompose(out, grad, e, smooth=.5)
- gOut = meshToGlyph(out, ga)
- gOut = fitGlyph(glyph, gOut, subsegments)
- for i,seg in enumerate(gOut):
- gOut[i].points[0].y = glyph[i].points[0].y
- return gOut
diff --git a/misc/pylib/fontbuild/markFeature.py b/misc/pylib/fontbuild/markFeature.py
deleted file mode 100755
index 914a75a67..000000000
--- a/misc/pylib/fontbuild/markFeature.py
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-from ufo2ft.kernFeatureWriter import KernFeatureWriter
-from ufo2ft.makeotfParts import FeatureOTFCompiler
-
-
-class RobotoFeatureCompiler(FeatureOTFCompiler):
- def precompile(self):
- self.overwriteFeatures = True
-
- def setupAnchorPairs(self):
- self.anchorPairs = [
- ["top", "_marktop"],
- ["bottom", "_markbottom"],
- ["top_dd", "_marktop_dd"],
- ["bottom_dd", "_markbottom_dd"],
- ["rhotichook", "_markrhotichook"],
- ["top0315", "_marktop0315"],
- ]
-
- self.mkmkAnchorPairs = [
- ["mkmktop", "_marktop"],
- ["mkmkbottom_acc", "_markbottom"],
-
- # By providing a pair with accent anchor _bottom and no base anchor,
- # we designate all glyphs with _bottom as accents (so that they will
- # be used as base glyphs for mkmk features) without generating any
- # positioning rules actually using this anchor (which is instead
- # used to generate composite glyphs). This is all for consistency
- # with older roboto versions.
- ["", "_bottom"],
- ]
-
- self.ligaAnchorPairs = []
-
-
-class RobotoKernWriter(KernFeatureWriter):
- leftFeaClassRe = r"@_(.+)_L$"
- rightFeaClassRe = r"@_(.+)_R$"
diff --git a/misc/pylib/fontbuild/mitreGlyph.pyx b/misc/pylib/fontbuild/mitreGlyph.pyx
deleted file mode 100644
index d0834ed84..000000000
--- a/misc/pylib/fontbuild/mitreGlyph.pyx
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-"""Mitre Glyph:
-
-mitreSize : Length of the segment created by the mitre. The default is 4.
-maxAngle : Maximum angle in radians at which segments will be mitred. The default is .9 (about 50 degrees).
- Works for both inside and outside angles
-
-"""
-
-import math
-from robofab.objects.objectsRF import RPoint, RSegment
-from fontbuild.convertCurves import replaceSegments
-
-def getTangents(contours):
- tmap = []
- for c in contours:
- clen = len(c)
- for i in range(clen):
- s = c[i]
- p = s.points[-1]
- ns = c[(i + 1) % clen]
- ps = c[(clen + i - 1) % clen]
- np = ns.points[1] if ns.type == 'curve' else ns.points[-1]
- pp = s.points[2] if s.type == 'curve' else ps.points[-1]
- tmap.append((pp - p, np - p))
- return tmap
-
-def normalizeVector(p):
- m = getMagnitude(p);
- if m != 0:
- return p*(1/m)
- else:
- return RPoint(0,0)
-
-def getMagnitude(p):
- return math.sqrt(p.x*p.x + p.y*p.y)
-
-def getDistance(v1,v2):
- return getMagnitude(RPoint(v1.x - v2.x, v1.y - v2.y))
-
-def getAngle(v1,v2):
- angle = math.atan2(v1.y,v1.x) - math.atan2(v2.y,v2.x)
- return (angle + (2*math.pi)) % (2*math.pi)
-
-def angleDiff(a,b):
- return math.pi - abs((abs(a - b) % (math.pi*2)) - math.pi)
-
-def getAngle2(v1,v2):
- return abs(angleDiff(math.atan2(v1.y, v1.x), math.atan2(v2.y, v2.x)))
-
-def getMitreOffset(n,v1,v2,mitreSize=4,maxAngle=.9):
-
- # dont mitre if segment is too short
- if abs(getMagnitude(v1)) < mitreSize * 2 or abs(getMagnitude(v2)) < mitreSize * 2:
- return
- angle = getAngle2(v2,v1)
- v1 = normalizeVector(v1)
- v2 = normalizeVector(v2)
- if v1.x == v2.x and v1.y == v2.y:
- return
-
-
- # only mitre corners sharper than maxAngle
- if angle > maxAngle:
- return
-
- radius = mitreSize / abs(getDistance(v1,v2))
- offset1 = RPoint(round(v1.x * radius), round(v1.y * radius))
- offset2 = RPoint(round(v2.x * radius), round(v2.y * radius))
- return offset1, offset2
-
-def mitreGlyph(g,mitreSize,maxAngle):
- if g == None:
- return
-
- tangents = getTangents(g.contours)
- sid = -1
- for c in g.contours:
- segments = []
- needsMitring = False
- for s in c:
- sid += 1
- v1, v2 = tangents[sid]
- off = getMitreOffset(s,v1,v2,mitreSize,maxAngle)
- s1 = s.copy()
- if off != None:
- offset1, offset2 = off
- p2 = s.points[-1] + offset2
- s2 = RSegment('line', [(p2.x, p2.y)])
- s1.points[0] += offset1
- segments.append(s1)
- segments.append(s2)
- needsMitring = True
- else:
- segments.append(s1)
- if needsMitring:
- replaceSegments(c, segments)
diff --git a/misc/pylib/fontbuild/mix.pyx b/misc/pylib/fontbuild/mix.pyx
deleted file mode 100644
index 9be434b6a..000000000
--- a/misc/pylib/fontbuild/mix.pyx
+++ /dev/null
@@ -1,358 +0,0 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-from numpy import array, append
-import copy
-import json
-from robofab.objects.objectsRF import RGlyph
-from robofab.world import OpenFont
-from decomposeGlyph import decomposeGlyph
-
-
-class Vec2:
- def __init__(self, x, y):
- self.x = x
- self.y = y
-
-
-class FFont:
- "Font wrapper for floating point operations"
-
- def __init__(self,f=None):
- self.glyphs = {}
- self.hstems = []
- self.vstems = []
- self.kerning = {}
- if isinstance(f,FFont):
- #self.glyphs = [g.copy() for g in f.glyphs]
- for key,g in f.glyphs.iteritems():
- self.glyphs[key] = g.copy()
- self.hstems = list(f.hstems)
- self.vstems = list(f.vstems)
- self.kerning = dict(f.kerning)
- elif f != None:
- self.copyFromFont(f)
-
- def copyFromFont(self, f):
- for g in f:
- self.glyphs[g.name] = FGlyph(g)
- self.hstems = [s for s in f.info.postscriptStemSnapH]
- self.vstems = [s for s in f.info.postscriptStemSnapV]
- self.kerning = f.kerning.asDict()
-
-
- def copyToFont(self, f):
- for g in f:
- try:
- gF = self.glyphs[g.name]
- gF.copyToGlyph(g)
- except:
- print "Copy to glyph failed for" + g.name
- f.info.postscriptStemSnapH = self.hstems
- f.info.postscriptStemSnapV = self.vstems
- for pair in self.kerning:
- f.kerning[pair] = self.kerning[pair]
-
- def getGlyph(self, gname):
- try:
- return self.glyphs[gname]
- except:
- return None
-
- def setGlyph(self, gname, glyph):
- self.glyphs[gname] = glyph
-
- def addDiff(self,b,c):
- newFont = FFont(self)
- for key,g in newFont.glyphs.iteritems():
- gB = b.getGlyph(key)
- gC = c.getGlyph(key)
- try:
- newFont.glyphs[key] = g.addDiff(gB,gC)
- except:
- print "Add diff failed for '%s'" %key
- return newFont
-
-class FGlyph:
- "provides a temporary floating point compatible glyph data structure"
-
- def __init__(self, g=None):
- self.contours = []
- self.width = 0.
- self.components = []
- self.anchors = []
- if g != None:
- self.copyFromGlyph(g)
-
- def copyFromGlyph(self,g):
- self.name = g.name
- valuesX = []
- valuesY = []
- self.width = len(valuesX)
- valuesX.append(g.width)
- for c in g.components:
- self.components.append((len(valuesX), len(valuesY)))
- valuesX.append(c.scale[0])
- valuesY.append(c.scale[1])
- valuesX.append(c.offset[0])
- valuesY.append(c.offset[1])
-
- for a in g.anchors:
- self.anchors.append((len(valuesX), len(valuesY)))
- valuesX.append(a.x)
- valuesY.append(a.y)
-
- for i in range(len(g)):
- self.contours.append([])
- for j in range (len(g[i].points)):
- self.contours[i].append((len(valuesX), len(valuesY)))
- valuesX.append(g[i].points[j].x)
- valuesY.append(g[i].points[j].y)
-
- self.dataX = array(valuesX, dtype=float)
- self.dataY = array(valuesY, dtype=float)
-
- def copyToGlyph(self,g):
- g.width = self._derefX(self.width)
- if len(g.components) == len(self.components):
- for i in range(len(self.components)):
- g.components[i].scale = (self._derefX(self.components[i][0] + 0, asInt=False),
- self._derefY(self.components[i][1] + 0, asInt=False))
- g.components[i].offset = (self._derefX(self.components[i][0] + 1),
- self._derefY(self.components[i][1] + 1))
- if len(g.anchors) == len(self.anchors):
- for i in range(len(self.anchors)):
- g.anchors[i].x = self._derefX( self.anchors[i][0])
- g.anchors[i].y = self._derefY( self.anchors[i][1])
- for i in range(len(g)) :
- for j in range (len(g[i].points)):
- g[i].points[j].x = self._derefX(self.contours[i][j][0])
- g[i].points[j].y = self._derefY(self.contours[i][j][1])
-
- def isCompatible(self, g):
- return (len(self.dataX) == len(g.dataX) and
- len(self.dataY) == len(g.dataY) and
- len(g.contours) == len(self.contours))
-
- def __add__(self,g):
- if self.isCompatible(g):
- newGlyph = self.copy()
- newGlyph.dataX = self.dataX + g.dataX
- newGlyph.dataY = self.dataY + g.dataY
- return newGlyph
- else:
- print "Add failed for '%s'" %(self.name)
- raise Exception
-
- def __sub__(self,g):
- if self.isCompatible(g):
- newGlyph = self.copy()
- newGlyph.dataX = self.dataX - g.dataX
- newGlyph.dataY = self.dataY - g.dataY
- return newGlyph
- else:
- print "Subtract failed for '%s'" %(self.name)
- raise Exception
-
- def __mul__(self,scalar):
- newGlyph = self.copy()
- newGlyph.dataX = self.dataX * scalar
- newGlyph.dataY = self.dataY * scalar
- return newGlyph
-
- def scaleX(self,scalar):
- newGlyph = self.copy()
- if len(self.dataX) > 0:
- newGlyph.dataX = self.dataX * scalar
- for i in range(len(newGlyph.components)):
- newGlyph.dataX[newGlyph.components[i][0]] = self.dataX[newGlyph.components[i][0]]
- return newGlyph
-
- def shift(self,ammount):
- newGlyph = self.copy()
- newGlyph.dataX = self.dataX + ammount
- for i in range(len(newGlyph.components)):
- newGlyph.dataX[newGlyph.components[i][0]] = self.dataX[newGlyph.components[i][0]]
- return newGlyph
-
- def interp(self, g, v):
- gF = self.copy()
- if not self.isCompatible(g):
- print "Interpolate failed for '%s'; outlines incompatible" %(self.name)
- raise Exception
-
- gF.dataX += (g.dataX - gF.dataX) * v.x
- gF.dataY += (g.dataY - gF.dataY) * v.y
- return gF
-
- def copy(self):
- ng = FGlyph()
- ng.contours = list(self.contours)
- ng.width = self.width
- ng.components = list(self.components)
- ng.anchors = list(self.anchors)
- ng.dataX = self.dataX.copy()
- ng.dataY = self.dataY.copy()
- ng.name = self.name
- return ng
-
- def _derefX(self,id, asInt=True):
- val = self.dataX[id]
- return int(round(val)) if asInt else val
-
- def _derefY(self,id, asInt=True):
- val = self.dataY[id]
- return int(round(val)) if asInt else val
-
- def addDiff(self,gB,gC):
- newGlyph = self + (gB - gC)
- return newGlyph
-
-
-
-class Master:
-
- def __init__(self, font=None, v=0, kernlist=None, overlay=None):
- if isinstance(font, FFont):
- self.font = None
- self.ffont = font
- elif isinstance(font,str):
- self.openFont(font,overlay)
- elif isinstance(font,Mix):
- self.font = font
- else:
- self.font = font
- self.ffont = FFont(font)
- if isinstance(v,float) or isinstance(v,int):
- self.v = Vec2(v, v)
- else:
- self.v = v
- if kernlist != None:
- kerns = [i.strip().split() for i in open(kernlist).readlines()]
-
- self.kernlist = [{'left':k[0], 'right':k[1], 'value': k[2]}
- for k in kerns
- if not k[0].startswith("#")
- and not k[0] == ""]
- #TODO implement class based kerning / external kerning file
-
- def openFont(self, path, overlayPath=None):
- self.font = OpenFont(path)
- for g in self.font:
- size = len(g)
- csize = len(g.components)
- if (size > 0 and csize > 0):
- decomposeGlyph(self.font, self.font[g.name])
-
- if overlayPath != None:
- overlayFont = OpenFont(overlayPath)
- font = self.font
- for overlayGlyph in overlayFont:
- font.insertGlyph(overlayGlyph)
-
- self.ffont = FFont(self.font)
-
-
-class Mix:
- def __init__(self,masters,v):
- self.masters = masters
- if isinstance(v,float) or isinstance(v,int):
- self.v = Vec2(v,v)
- else:
- self.v = v
-
- def getFGlyph(self, master, gname):
- if isinstance(master.font, Mix):
- return master.font.mixGlyphs(gname)
- return master.ffont.getGlyph(gname)
-
- def getGlyphMasters(self,gname):
- masters = self.masters
- if len(masters) <= 2:
- return self.getFGlyph(masters[0], gname), self.getFGlyph(masters[-1], gname)
-
- def generateFFont(self):
- ffont = FFont(self.masters[0].ffont)
- for key,g in ffont.glyphs.iteritems():
- ffont.glyphs[key] = self.mixGlyphs(key)
- ffont.kerning = self.mixKerns()
- return ffont
-
- def generateFont(self, baseFont, ignoreGlyphs=None):
- newFont = baseFont.copy()
- #self.mixStems(newFont) todo _ fix stems code
- for g in newFont:
- if not ignoreGlyphs or g.name not in ignoreGlyphs:
- gF = self.mixGlyphs(g.name)
- if gF == None:
- g.mark = True
- elif isinstance(gF, RGlyph):
- newFont[g.name] = gF.copy()
- else:
- gF.copyToGlyph(g)
-
- newFont.kerning.clear()
- newFont.kerning.update(self.mixKerns() or {})
- return newFont
-
- def mixGlyphs(self,gname):
- gA,gB = self.getGlyphMasters(gname)
- try:
- return gA.interp(gB,self.v)
- except:
- print "mixglyph failed for %s" %(gname)
- if gA != None:
- return gA.copy()
-
- def getKerning(self, master):
- if isinstance(master.font, Mix):
- return master.font.mixKerns()
- return master.ffont.kerning
-
- def mixKerns(self):
- masters = self.masters
- kA, kB = self.getKerning(masters[0]), self.getKerning(masters[-1])
- return interpolateKerns(kA, kB, self.v)
-
-
-def narrowFLGlyph(g, gThin, factor=.75):
- gF = FGlyph(g)
- if not isinstance(gThin,FGlyph):
- gThin = FGlyph(gThin)
- gCondensed = gThin.scaleX(factor)
- try:
- gNarrow = gF + (gCondensed - gThin)
- gNarrow.copyToGlyph(g)
- except:
- print "No dice for: " + g.name
-
-def interpolate(a,b,v,e=0):
- if e == 0:
- return a+(b-a)*v
- qe = (b-a)*v*v*v + a #cubic easing
- le = a+(b-a)*v # linear easing
- return le + (qe-le) * e
-
-def interpolateKerns(kA, kB, v):
- kerns = {}
- for pair, val in kA.items():
- kerns[pair] = interpolate(val, kB.get(pair, 0), v.x)
- for pair, val in kB.items():
- lerped_val = interpolate(val, kA.get(pair, 0), 1 - v.x)
- if pair in kerns:
- assert abs(kerns[pair] - lerped_val) < 1e-6
- else:
- kerns[pair] = lerped_val
- return kerns
diff --git a/misc/pylib/fontbuild/setup.py b/misc/pylib/fontbuild/setup.py
deleted file mode 100644
index b39f8e8a1..000000000
--- a/misc/pylib/fontbuild/setup.py
+++ /dev/null
@@ -1,20 +0,0 @@
-from distutils.core import setup
-from distutils.extension import Extension
-from Cython.Distutils import build_ext
-
-ext_modules = [
- Extension("decomposeGlyph", ["decomposeGlyph.pyx"]),
- Extension("alignpoints", ["alignpoints.pyx"]),
- Extension("Build", ["Build.pyx"]),
- Extension("convertCurves", ["convertCurves.pyx"]),
- Extension("mitreGlyph", ["mitreGlyph.pyx"]),
- Extension("mix", ["mix.pyx"]),
- Extension("italics", ["italics.pyx"]),
- Extension("curveFitPen", ["curveFitPen.pyx"]),
-]
-
-setup(
- name = 'copy',
- cmdclass = {'build_ext': build_ext},
- ext_modules = ext_modules
-)
diff --git a/misc/pylib/robofab/.gitignore b/misc/pylib/robofab/.gitignore
deleted file mode 100644
index e35ddbd94..000000000
--- a/misc/pylib/robofab/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.c
-build
diff --git a/misc/pylib/robofab/LICENSE.txt b/misc/pylib/robofab/LICENSE.txt
deleted file mode 100644
index df0945ab8..000000000
--- a/misc/pylib/robofab/LICENSE.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-RoboFab License Agreement
-
-Copyright (c) 2003-2013, The RoboFab Developers:
- Erik van Blokland
- Tal Leming
- Just van Rossum
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-Neither the name of the The RoboFab Developers nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Up to date info on RoboFab:
- http://robofab.com/
-
-This is the BSD license:
- http://www.opensource.org/licenses/BSD-3-Clause
-
diff --git a/misc/pylib/robofab/__init__.py b/misc/pylib/robofab/__init__.py
deleted file mode 100755
index d16579ff6..000000000
--- a/misc/pylib/robofab/__init__.py
+++ /dev/null
@@ -1,82 +0,0 @@
-"""
-ROBOFAB
-RoboFab is a Python library with objects
-that deal with data usually associated
-with fonts and type design.
-
-DEVELOPERS
-RoboFab is developed and maintained by
- Tal Leming
- Erik van Blokland
- Just van Rossum
- (in no particular order)
-
-MORE INFO
-The RoboFab homepage, documentation etc.
-http://robofab.com
-
-SVN REPOSITORY
-http://svn.robofab.com
-TRAC
-http://code.robofab.com
-
-RoboFab License Agreement
-
-Copyright (c) 2003-2013, The RoboFab Developers:
- Erik van Blokland
- Tal Leming
- Just van Rossum
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-Neither the name of the The RoboFab Developers nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Up to date info on RoboFab:
- http://robofab.com/
-
-This is the BSD license:
- http://www.opensource.org/licenses/BSD-3-Clause
-
-
-HISTORY
-RoboFab starts somewhere during the
-TypoTechnica in Heidelberg, 2003.
-
-DEPENDENCIES
-RoboFab expects fontTools to be installed.
-http://sourceforge.net/projects/fonttools/
-Some of the RoboFab modules require data files
-that are included in the source directory.
-RoboFab likes to be able to calculate paths
-to these data files all by itself, so keep them
-together with the source files.
-
-QUOTES
-Yuri Yarmola:
-"If data is somehow available to other programs
-via some standard data-exchange interface which
-can be accessed by some library in Python, you
-can make a Python script that uses that library
-to apply data to a font opened in FontLab."
-
-W.A. Dwiggins:
-"You will understand that I am not trying to
-short-circuit any of your shop operations in
-sending drawings of this kind. The closer I can
-get to the machine the better the result.
-Subtleties of curves are important, as you know,
-and if I can make drawings that can be used in
-the large size I have got one step closer to the
-machine that cuts the punches." [1932]
-
-"""
-
-from .exceptions import RoboFabError, RoboFabWarning
-
-numberVersion = (1, 2, "release", 1)
-version = "1.2.1"
diff --git a/misc/pylib/robofab/contrib/__init__.py b/misc/pylib/robofab/contrib/__init__.py
deleted file mode 100755
index 15f284762..000000000
--- a/misc/pylib/robofab/contrib/__init__.py
+++ /dev/null
@@ -1,11 +0,0 @@
-"""
-
-Directory for contributed packages.
-Packages stored here can be imported from
- robofab.contrib.<packagename>
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/exceptions.py b/misc/pylib/robofab/exceptions.py
deleted file mode 100644
index 21ca07507..000000000
--- a/misc/pylib/robofab/exceptions.py
+++ /dev/null
@@ -1,3 +0,0 @@
-class RoboFabError(Exception): pass
-
-class RoboFabWarning(Warning): pass
diff --git a/misc/pylib/robofab/gString.py b/misc/pylib/robofab/gString.py
deleted file mode 100755
index 01f319da3..000000000
--- a/misc/pylib/robofab/gString.py
+++ /dev/null
@@ -1,625 +0,0 @@
-"""A bunch of stuff useful for glyph name comparisons and such.
-
-1. A group of sorted glyph name lists that can be called directly:
-2. Some tools to work with glyph names to do things like build control strings."""
-
-import string
-
-######################################################
-# THE LISTS
-######################################################
-
-uppercase_plain = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'AE', 'OE', 'Oslash', 'Thorn', 'Eth',]
-
-uppercase_accents = ['Aacute', 'Abreve', 'Acaron', 'Acircumflex', 'Adblgrave', 'Adieresis', 'Agrave', 'Amacron', 'Aogonek', 'Aring', 'Aringacute', 'Atilde', 'Bdotaccent', 'Cacute', 'Ccaron', 'Ccircumflex', 'Cdotaccent', 'Dcaron', 'Dcedilla', 'Ddotaccent', 'Eacute', 'Ebreve', 'Ecaron', 'Ecircumflex', 'Edblgrave', 'Edieresis', 'Edotaccent', 'Egrave', 'Emacron', 'Eogonek', 'Etilde', 'Fdotaccent', 'Gacute', 'Gbreve', 'Gcaron', 'Gcedilla', 'Gcircumflex', 'Gcommaaccent', 'Gdotaccent', 'Gmacron', 'Hcedilla', 'Hcircumflex', 'Hdieresis', 'Hdotaccent', 'Iacute', 'Ibreve', 'Icaron', 'Icircumflex', 'Idblgrave', 'Idieresis', 'Idieresisacute', 'Idieresisacute', 'Idotaccent', 'Igrave', 'Imacron', 'Iogonek', 'Itilde', 'Jcircumflex', 'Kacute', 'Kcaron', 'Kcedilla', 'Kcommaaccent', 'Lacute', 'Lcaron', 'Lcedilla', 'Lcommaaccent', 'Ldotaccent', 'Macute', 'Mdotaccent', 'Nacute', 'Ncaron', 'Ncedilla', 'Ncommaaccent', 'Ndotaccent', 'Ntilde', 'Oacute', 'Obreve', 'Ocaron', 'Ocircumflex', 'Odblgrave', 'Odieresis', 'Ograve', 'Ohorn', 'Ohungarumlaut', 'Omacron', 'Oogonek', 'Otilde', 'Pacute', 'Pdotaccent', 'Racute', 'Rcaron', 'Rcedilla', 'Rcommaaccent', 'Rdblgrave', 'Rdotaccent', 'Sacute', 'Scaron', 'Scedilla', 'Scircumflex', 'Scommaaccent', 'Sdotaccent', 'Tcaron', 'Tcedilla', 'Tcommaaccent', 'Tdotaccent', 'Uacute', 'Ubreve', 'Ucaron', 'Ucircumflex', 'Udblgrave', 'Udieresis', 'Udieresisacute', 'Udieresisacute', 'Udieresisgrave', 'Udieresisgrave', 'Ugrave', 'Uhorn', 'Uhungarumlaut', 'Umacron', 'Uogonek', 'Uring', 'Utilde', 'Vtilde', 'Wacute', 'Wcircumflex', 'Wdieresis', 'Wdotaccent', 'Wgrave', 'Xdieresis', 'Xdotaccent', 'Yacute', 'Ycircumflex', 'Ydieresis', 'Ydotaccent', 'Ygrave', 'Ytilde', 'Zacute', 'Zcaron', 'Zcircumflex', 'Zdotaccent', 'AEacute', 'Ccedilla', 'Oslashacute', 'Ldot']
-
-uppercase_special_accents = ['Dcroat', 'Lslash', 'Hbar', 'Tbar', 'LL', 'Eng']
-
-uppercase_ligatures = ['IJ']
-
-uppercase = uppercase_plain+uppercase_accents+uppercase_special_accents+uppercase_ligatures
-
-lowercase_plain = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'dotlessi', 'dotlessj', 'ae', 'oe', 'oslash', 'thorn', 'eth', 'germandbls', 'longs',]
-
-lowercase_accents = ['aacute', 'abreve', 'acaron', 'acircumflex', 'adblgrave', 'adieresis', 'agrave', 'amacron', 'aogonek', 'aring', 'aringacute', 'atilde', 'bdotaccent', 'cacute', 'ccaron', 'ccircumflex', 'cdotaccent', 'dcaron', 'dcedilla', 'ddotaccent', 'dmacron', 'eacute', 'ebreve', 'ecaron', 'ecircumflex', 'edblgrave', 'edieresis', 'edotaccent', 'egrave', 'emacron', 'eogonek', 'etilde', 'fdotaccent', 'gacute', 'gbreve', 'gcaron', 'gcedilla', 'gcircumflex', 'gcommaaccent', 'gdotaccent', 'gmacron', 'hcedilla', 'hcircumflex', 'hdieresis', 'hdotaccent', 'iacute', 'ibreve', 'icaron', 'icircumflex', 'idblgrave', 'idieresis', 'idieresisacute', 'idieresisacute', 'igrave', 'imacron', 'iogonek', 'itilde', 'jcaron', 'jcircumflex', 'kacute', 'kcaron', 'kcedilla', 'kcommaaccent', 'lacute', 'lcaron', 'lcedilla', 'lcommaaccent', 'ldotaccent', 'macute', 'mdotaccent', 'nacute', 'ncaron', 'ncedilla', 'ncommaaccent', 'ndotaccent', 'ntilde', 'oacute', 'obreve', 'ocaron', 'ocircumflex', 'odblgrave', 'odieresis', 'ograve', 'ohorn', 'ohungarumlaut', 'omacron', 'oogonek', 'otilde', 'pacute', 'pdotaccent', 'racute', 'rcaron', 'rcedilla', 'rcommaaccent', 'rdblgrave', 'rdotaccent', 'sacute', 'scaron', 'scedilla', 'scircumflex', 'scommaaccent', 'sdotaccent', 'tcaron', 'tcedilla', 'tcommaaccent', 'tdieresis', 'tdotaccent', 'uacute', 'ubreve', 'ucaron', 'ucircumflex', 'udblgrave', 'udieresis', 'udieresisacute', 'udieresisacute', 'udieresisgrave', 'udieresisgrave', 'ugrave', 'uhorn', 'uhungarumlaut', 'umacron', 'uogonek', 'uring', 'utilde', 'vtilde', 'wacute', 'wcircumflex', 'wdieresis', 'wdotaccent', 'wgrave', 'wring', 'xdieresis', 'xdotaccent', 'yacute', 'ycircumflex', 'ydieresis', 'ydotaccent', 'ygrave', 'yring', 'ytilde', 'zacute', 'zcaron', 'zcircumflex', 'zdotaccent', 'aeacute', 'ccedilla', 'oslashacute', 'ldot', ]
-
-lowercase_special_accents = ['dcroat', 'lslash', 'hbar', 'tbar', 'kgreenlandic', 'longs', 'll', 'eng']
-
-lowercase_ligatures = ['fi', 'fl', 'ff', 'ffi', 'ffl', 'ij']
-
-lowercase = lowercase_plain+lowercase_accents+lowercase_special_accents+lowercase_ligatures
-
-smallcaps_plain = ['A.sc', 'B.sc', 'C.sc', 'D.sc', 'E.sc', 'F.sc', 'G.sc', 'H.sc', 'I.sc', 'J.sc', 'K.sc', 'L.sc', 'M.sc', 'N.sc', 'O.sc', 'P.sc', 'Q.sc', 'R.sc', 'S.sc', 'T.sc', 'U.sc', 'V.sc', 'W.sc', 'X.sc', 'Y.sc', 'Z.sc', 'AE.sc', 'OE.sc', 'Oslash.sc', 'Thorn.sc', 'Eth.sc', ]
-
-smallcaps_accents = ['Aacute.sc', 'Acircumflex.sc', 'Adieresis.sc', 'Agrave.sc', 'Aring.sc', 'Atilde.sc', 'Ccedilla.sc', 'Eacute.sc', 'Ecircumflex.sc', 'Edieresis.sc', 'Egrave.sc', 'Iacute.sc', 'Icircumflex.sc', 'Idieresis.sc', 'Igrave.sc', 'Ntilde.sc', 'Oacute.sc', 'Ocircumflex.sc', 'Odieresis.sc', 'Ograve.sc', 'Otilde.sc', 'Scaron.sc', 'Uacute.sc', 'Ucircumflex.sc', 'Udieresis.sc', 'Ugrave.sc', 'Yacute.sc', 'Ydieresis.sc', 'Zcaron.sc', 'Ccedilla.sc', 'Lslash.sc', ]
-
-smallcaps_special_accents = ['Dcroat.sc', 'Lslash.sc', 'Hbar.sc', 'Tbar.sc', 'LL.sc', 'Eng.sc']
-
-smallcaps_ligatures = ['IJ.sc']
-
-smallcaps = smallcaps_plain + smallcaps_accents + smallcaps_special_accents + smallcaps_ligatures
-
-all_accents = uppercase_accents + uppercase_special_accents + lowercase_accents +lowercase_special_accents + smallcaps_accents + smallcaps_special_accents
-
-digits = ['one', 'onefitted', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'zero']
-
-digits_oldstyle = ['eight.oldstyle', 'five.oldstyle', 'four.oldstyle', 'nine.oldstyle', 'one.oldstyle', 'seven.oldstyle', 'six.oldstyle', 'three.oldstyle', 'two.oldstyle', 'zero.oldstyle']
-
-digits_superior = ['eight.superior', 'five.superior', 'four.superior', 'nine.superior', 'one.superior', 'seven.superior', 'six.superior', 'three.superior', 'two.superior', 'zero.superior']
-
-digits_inferior = ['eight.inferior', 'five.inferior', 'four.inferior', 'nine.inferior', 'one.inferior', 'seven.inferior', 'three.inferior', 'two.inferior', 'zero.inferior']
-
-fractions = ['oneeighth', 'threeeighths', 'fiveeighths', 'seveneighths', 'onequarter', 'threequarters', 'onethird', 'twothirds', 'onehalf']
-
-currency = ['dollar', 'cent', 'currency', 'Euro', 'sterling', 'yen', 'florin', 'franc', 'lira']
-
-currency_oldstyle = ['cent.oldstyle', 'dollar.oldstyle']
-
-currency_superior = ['cent.superior', 'dollar.superior']
-
-currency_inferior = ['cent.inferior', 'dollar.inferior']
-
-inferior = ['eight.inferior', 'five.inferior', 'four.inferior', 'nine.inferior', 'one.inferior', 'seven.inferior', 'three.inferior', 'two.inferior', 'zero.inferior', 'cent.inferior', 'dollar.inferior', 'comma.inferior', 'hyphen.inferior', 'parenleft.inferior', 'parenright.inferior', 'period.inferior']
-
-superior = ['eight.superior', 'five.superior', 'four.superior', 'nine.superior', 'one.superior', 'seven.superior', 'six.superior', 'three.superior', 'two.superior', 'zero.superior', 'cent.superior', 'dollar.superior', 'Rsmallinverted.superior', 'a.superior', 'b.superior', 'comma.superior', 'd.superior', 'equal.superior', 'e.superior', 'glottalstopreversed.superior', 'hhook.superior', 'h.superior', 'hyphen.superior', 'i.superior', 'j.superior', 'l.superior', 'm.superior', 'n.superior', 'o.superior', 'parenleft.superior', 'parenright.superior', 'period.superior', 'plus.superior', 'r.superior', 'rturned.superior', 's.superior', 't.superior', 'w.superior', 'x.superior', 'y.superior']
-
-accents = ['acute', 'acutecomb', 'breve', 'caron', 'cedilla', 'circumflex', 'commaaccent', 'dblgrave', 'dieresis', 'dieresisacute', 'dieresisacute', 'dieresisgrave', 'dieresisgrave', 'dotaccent', 'grave', 'dblgrave', 'gravecomb', 'hungarumlaut', 'macron', 'ogonek', 'ring', 'ringacute', 'tilde', 'tildecomb', 'horn', 'Acute.sc', 'Breve.sc', 'Caron.sc', 'Cedilla.sc', 'Circumflex.sc', 'Dieresis.sc', 'Dotaccent.sc', 'Grave.sc', 'Hungarumlaut.sc', 'Macron.sc', 'Ogonek.sc', 'Ring.sc', 'Tilde.sc']
-
-dashes = ['hyphen', 'endash', 'emdash', 'threequartersemdash', 'underscore', 'underscoredbl', 'figuredash']
-
-legal = ['trademark', 'trademarksans', 'trademarkserif', 'copyright', 'copyrightsans', 'copyrightserif', 'registered', 'registersans', 'registerserif']
-
-ligatures = ['fi', 'fl', 'ff', 'ffi', 'ffl', 'ij', 'IJ']
-
-punctuation = ['period', 'periodcentered', 'comma', 'colon', 'semicolon', 'ellipsis', 'exclam', 'exclamdown', 'exclamdbl', 'question', 'questiondown']
-
-numerical = ['percent', 'perthousand', 'infinity', 'numbersign', 'degree', 'colonmonetary', 'dotmath']
-
-slashes = ['slash', 'backslash', 'bar', 'brokenbar', 'fraction']
-
-special = ['ampersand', 'paragraph', 'section', 'bullet', 'dagger', 'daggerdbl', 'asterisk', 'at', 'asciicircum', 'asciitilde']
-
-
-dependencies = {
- 'A': ['Aacute', 'Abreve', 'Acaron', 'Acircumflex', 'Adblgrave', 'Adieresis', 'Agrave', 'Amacron', 'Aogonek', 'Aring', 'Aringacute', 'Atilde'],
- 'B': ['Bdotaccent'],
- 'C': ['Cacute', 'Ccaron', 'Ccircumflex', 'Cdotaccent', 'Ccedilla'],
- 'D': ['Dcaron', 'Dcedilla', 'Ddotaccent'],
- 'E': ['Eacute', 'Ebreve', 'Ecaron', 'Ecircumflex', 'Edblgrave', 'Edieresis', 'Edotaccent', 'Egrave', 'Emacron', 'Eogonek', 'Etilde'],
- 'F': ['Fdotaccent'],
- 'G': ['Gacute', 'Gbreve', 'Gcaron', 'Gcedilla', 'Gcircumflex', 'Gcommaaccent', 'Gdotaccent', 'Gmacron'],
- 'H': ['Hcedilla', 'Hcircumflex', 'Hdieresis', 'Hdotaccent'],
- 'I': ['Iacute', 'Ibreve', 'Icaron', 'Icircumflex', 'Idblgrave', 'Idieresis', 'Idieresisacute', 'Idieresisacute', 'Idotaccent', 'Igrave', 'Imacron', 'Iogonek', 'Itilde'],
- 'J': ['Jcircumflex'],
- 'K': ['Kacute', 'Kcaron', 'Kcedilla', 'Kcommaaccent'],
- 'L': ['Lacute', 'Lcaron', 'Lcedilla', 'Lcommaaccent', 'Ldotaccent', 'Ldot'],
- 'M': ['Macute', 'Mdotaccent'],
- 'N': ['Nacute', 'Ncaron', 'Ncedilla', 'Ncommaaccent', 'Ndotaccent', 'Ntilde'],
- 'O': ['Oacute', 'Obreve', 'Ocaron', 'Ocircumflex', 'Odblgrave', 'Odieresis', 'Ograve', 'Ohorn', 'Ohungarumlaut', 'Omacron', 'Oogonek', 'Otilde'],
- 'P': ['Pacute', 'Pdotaccent'],
- 'R': ['Racute', 'Rcaron', 'Rcedilla', 'Rcommaaccent', 'Rdblgrave', 'Rdotaccent'],
- 'S': ['Sacute', 'Scaron', 'Scedilla', 'Scircumflex', 'Scommaaccent', 'Sdotaccent'],
- 'T': ['Tcaron', 'Tcedilla', 'Tcommaaccent', 'Tdotaccent'],
- 'U': ['Uacute', 'Ubreve', 'Ucaron', 'Ucircumflex', 'Udblgrave', 'Udieresis', 'Udieresisacute', 'Udieresisacute', 'Udieresisgrave', 'Udieresisgrave', 'Ugrave', 'Uhorn', 'Uhungarumlaut', 'Umacron', 'Uogonek', 'Uring', 'Utilde'],
- 'V': ['Vtilde'],
- 'W': ['Wacute', 'Wcircumflex', 'Wdieresis', 'Wdotaccent', 'Wgrave'],
- 'X': ['Xdieresis', 'Xdotaccent'],
- 'Y': ['Yacute', 'Ycircumflex', 'Ydieresis', 'Ydotaccent', 'Ygrave', 'Ytilde'],
- 'Z': ['Zacute', 'Zcaron', 'Zcircumflex', 'Zdotaccent'],
- 'AE': ['AEacute'],
- 'Oslash': ['Oslashacute'],
-
- 'a': ['aacute', 'abreve', 'acaron', 'acircumflex', 'adblgrave', 'adieresis', 'agrave', 'amacron', 'aogonek', 'aring', 'aringacute', 'atilde'],
- 'b': ['bdotaccent'],
- 'c': ['cacute', 'ccaron', 'ccircumflex', 'cdotaccent', 'ccedilla'],
- 'd': ['dcaron', 'dcedilla', 'ddotaccent', 'dmacron'],
- 'e': ['eacute', 'ebreve', 'ecaron', 'ecircumflex', 'edblgrave', 'edieresis', 'edotaccent', 'egrave', 'emacron', 'eogonek', 'etilde'],
- 'f': ['fdotaccent'],
- 'g': ['gacute', 'gbreve', 'gcaron', 'gcedilla', 'gcircumflex', 'gcommaaccent', 'gdotaccent', 'gmacron'],
- 'h': ['hcedilla', 'hcircumflex', 'hdieresis', 'hdotaccent'],
- 'i': ['iacute', 'ibreve', 'icaron', 'icircumflex', 'idblgrave', 'idieresis', 'idieresisacute', 'idieresisacute', 'igrave', 'imacron', 'iogonek', 'itilde'],
- 'j': ['jcaron', 'jcircumflex'],
- 'k': ['kacute', 'kcaron', 'kcedilla', 'kcommaaccent'],
- 'l': ['lacute', 'lcaron', 'lcedilla', 'lcommaaccent', 'ldotaccent', 'ldot'],
- 'm': ['macute', 'mdotaccent'],
- 'n': ['nacute', 'ncaron', 'ncedilla', 'ncommaaccent', 'ndotaccent', 'ntilde'],
- 'o': ['oacute', 'obreve', 'ocaron', 'ocircumflex', 'odblgrave', 'odieresis', 'ograve', 'ohorn', 'ohungarumlaut', 'omacron', 'oogonek', 'otilde'],
- 'p': ['pacute', 'pdotaccent'],
- 'r': ['racute', 'rcaron', 'rcedilla', 'rcommaaccent', 'rdblgrave', 'rdotaccent'],
- 's': ['sacute', 'scaron', 'scedilla', 'scircumflex', 'scommaaccent', 'sdotaccent'],
- 't': ['tcaron', 'tcedilla', 'tcommaaccent', 'tdieresis', 'tdotaccent'],
- 'u': ['uacute', 'ubreve', 'ucaron', 'ucircumflex', 'udblgrave', 'udieresis', 'udieresisacute', 'udieresisacute', 'udieresisgrave', 'udieresisgrave', 'ugrave', 'uhorn', 'uhungarumlaut', 'umacron', 'uogonek', 'uring', 'utilde'],
- 'v': ['vtilde'],
- 'w': ['wacute', 'wcircumflex', 'wdieresis', 'wdotaccent', 'wgrave', 'wring'],
- 'x': ['xdieresis', 'xdotaccent'],
- 'y': ['yacute', 'ycircumflex', 'ydieresis', 'ydotaccent', 'ygrave', 'yring', 'ytilde'],
- 'z': ['zacute', 'zcaron', 'zcircumflex', 'zdotaccent'],
- 'ae': ['aeacute'],
- 'oslash': ['oslashacute'],
- }
-######################################################
-# MISC TOOLS
-######################################################
-
-def breakSuffix(glyphname):
- """
- Breaks the glyphname into a two item list
- 0: glyphname
- 1: suffix
-
- if a suffix is not found it returns None
- """
- if glyphname.find('.') != -1:
- split = glyphname.split('.')
- return split
- else:
- return None
-
-def findAccentBase(accentglyph):
- """Return the base glyph of an accented glyph
- for example: Ugrave.sc returns U.sc"""
- base = splitAccent(accentglyph)[0]
- return base
-
-def splitAccent(accentglyph):
- """
- Split an accented glyph into a two items
- 0: base glyph
- 1: accent list
-
- for example: Yacute.scalt45 returns: (Y.scalt45, [acute])
- and: aacutetilde.alt45 returns (a.alt45, [acute, tilde])
- """
- base = None
- suffix = ''
- accentList=[]
- broken = breakSuffix(accentglyph)
- if broken is not None:
- suffix = broken[1]
- base = broken[0]
- else:
- base=accentglyph
- ogbase=base
- temp_special = lowercase_special_accents + uppercase_special_accents
- if base in lowercase_plain + uppercase_plain + smallcaps_plain:
- pass
- elif base not in temp_special:
- for accent in accents:
- if base.find(accent) != -1:
- base = base.replace(accent, '')
- accentList.append(accent)
- counter={}
- for accent in accentList:
- counter[ogbase.find(accent)] = accent
- counterList = counter.keys()
- counterList.sort()
- finalAccents = []
- for i in counterList:
- finalAccents.append(counter[i])
- accentList = finalAccents
- if len(suffix) != 0:
- base = '.'.join([base, suffix])
- return base, accentList
-
-
-######################################################
-# UPPER, LOWER, SMALL
-######################################################
-
-casedict = {
- 'germandbls' : 'S/S',
- 'dotlessi' : 'I',
- 'dotlessj' : 'J',
- 'ae' : 'AE',
- 'aeacute' : 'AEacute',
- 'oe' : 'OE',
- 'll' : 'LL'
- }
-
-casedictflip = {}
-
-smallcapscasedict = {
- 'germandbls' : 'S.sc/S.sc',
- 'question' : 'question.sc',
- 'questiondown' : 'questiondown.sc',
- 'exclam' : 'exclam.sc',
- 'exclamdown' : 'exclamdown.sc',
- 'ampersand' : 'ampersand.sc'
- }
-
-class _InternalCaseFunctions:
- """internal functions for doing gymnastics with the casedicts"""
-
- def expandsmallcapscasedict(self):
- for i in casedict.values():
- if i not in smallcapscasedict.keys():
- if len(i) > 1:
- if i[:1].upper() == i[:1]:
- smallcapscasedict[i] = i[:1] + i[1:] + '.sc'
-
- for i in uppercase:
- if i + '.sc' in smallcaps:
- if i not in smallcapscasedict.keys():
- smallcapscasedict[i] = i + '.sc'
-
- def flipcasedict(self):
- for i in casedict.keys():
- if i.find('dotless') != -1:
- i = i.replace('dotless', '')
- casedictflip[casedict[i]] = i
-
- def expandcasedict(self):
- for i in lowercase_ligatures:
- casedict[i] = i.upper()
- for i in lowercase:
- if i not in casedict.keys():
- if string.capitalize(i) in uppercase:
- casedict[i] = string.capitalize(i)
-
-
-def upper(glyphstring):
- """Convert all possible characters to uppercase in a glyph string."""
-
- _InternalCaseFunctions().expandcasedict()
- uc = []
- for i in glyphstring.split('/'):
- if i.find('.sc') != -1:
- if i[-3] != '.sc':
- x = i.replace('.sc', '.')
- else:
- x = i.replace('.sc', '')
- i = x
- suffix = ''
- bS = breakSuffix(i)
- if bS is not None:
- suffix = bS[1]
- i = bS[0]
- if i in casedict.keys():
- i = casedict[i]
- if len(suffix) != 0:
- i = '.'.join([i, suffix])
- uc.append(i)
- return '/'.join(uc)
-
-def lower(glyphstring):
- """Convert all possible characters to lowercase in a glyph string."""
-
- _InternalCaseFunctions().expandcasedict()
- _InternalCaseFunctions().flipcasedict()
- lc = []
- for i in glyphstring.split('/'):
- if i.find('.sc') != -1:
- if i[-3] != '.sc':
- x = i.replace('.sc', '.')
- else:
- x = i.replace('.sc', '')
- i = x
- suffix = ''
- bS = breakSuffix(i)
- if breakSuffix(i) is not None:
- suffix = bS[1]
- i = bS[0]
- if i in casedictflip.keys():
- i = casedictflip[i]
- if len(suffix) != 0:
- i = '.'.join([i, suffix])
- lc.append(i)
- return '/'.join(lc)
-
-def small(glyphstring):
- """Convert all possible characters to smallcaps in a glyph string."""
-
- _InternalCaseFunctions().expandcasedict()
- _InternalCaseFunctions().expandsmallcapscasedict()
- sc = []
- for i in glyphstring.split('/'):
- suffix = ''
- bS = breakSuffix(i)
- if bS is not None:
- suffix = bS[1]
- if suffix == 'sc':
- suffix = ''
- i = bS[0]
- if i in lowercase:
- if i not in smallcapscasedict.keys():
- i = casedict[i]
- if i in smallcapscasedict.keys():
- i = smallcapscasedict[i]
- if i != 'S.sc/S.sc':
- if len(suffix) != 0:
- if i[-3:] == '.sc':
- i = ''.join([i, suffix])
- else:
- i = '.'.join([i, suffix])
- sc.append(i)
- return '/'.join(sc)
-
-
-######################################################
-# CONTROL STRING TOOLS
-######################################################
-
-
-controldict = {
- 'UC' : ['/H/H', '/H/O/H/O', '/O/O'],
- 'LC' : ['/n/n', '/n/o/n/o', '/o/o'],
- 'SC' : ['/H.sc/H.sc', '/H.sc/O.sc/H.sc/O.sc', '/O.sc/O.sc'],
- 'DIGITS' : ['/one/one', '/one/zero/one/zero', '/zero/zero'],
- }
-
-
-def controls(glyphname):
- """Send this a glyph name and get a control string
- with all glyphs separated by slashes."""
- controlslist = []
- for value in controldict.values():
- for v in value:
- for i in v.split('/'):
- if len(i) > 0:
- if i not in controlslist:
- controlslist.append(i)
- cs = ''
- if glyphname in controlslist:
- for key in controldict.keys():
- for v in controldict[key]:
- if glyphname in v.split('/'):
- con = controldict[key]
- striptriple = []
- hold1 = ''
- hold2 = ''
- for i in ''.join(con).split('/'):
- if len(i) != 0:
- if i == hold1 and i == hold2:
- pass
- else:
- striptriple.append(i)
- hold1 = hold2
- hold2 = i
- constr = '/' + '/'.join(striptriple)
- # this is a bit of a hack since FL seems to have trouble
- # when it encounters the same string more than once.
- # so, let's stick the glyph at the end to differentiate it.
- # for example: HHOHOOH and HHOHOOO
- cs = constr + '/' + glyphname
- else:
- suffix = ''
- bS = breakSuffix(glyphname)
- if bS is not None:
- suffix = bS[1]
- glyphname = bS[0]
- if suffix[:2] == 'sc':
- controls = controldict['SC']
- elif glyphname in uppercase:
- controls = controldict['UC']
- elif glyphname in lowercase:
- controls = controldict['LC']
- elif glyphname in digits:
- controls = controldict['DIGITS']
- else:
- controls = controldict['UC']
- if len(suffix) != 0:
- glyphname = '.'.join([glyphname, suffix])
- cs = controls[0] + '/' + glyphname + controls[1] + '/' + glyphname + controls[2]
- return cs
-
-
-def sortControlList(list):
- """Roughly sort a list of control strings."""
-
- controls = []
- for v in controldict.values():
- for w in v:
- for x in w.split('/'):
- if len(x) is not None:
- if x not in controls:
- controls.append(x)
- temp_digits = digits + digits_oldstyle + fractions
- temp_currency = currency + currency_oldstyle
- ss_uppercase = []
- ss_lowercase = []
- ss_smallcaps = []
- ss_digits = []
- ss_currency = []
- ss_other = []
- for i in list:
- glyphs = i.split('/')
- c = glyphs[2]
- for glyph in glyphs:
- if len(glyph) is not None:
- if glyph not in controls:
- c = glyph
- if c in uppercase:
- ss_uppercase.append(i)
- elif c in lowercase:
- ss_lowercase.append(i)
- elif c in smallcaps:
- ss_smallcaps.append(i)
- elif c in temp_digits:
- ss_digits.append(i)
- elif c in temp_currency:
- ss_currency.append(i)
- else:
- ss_other.append(i)
- ss_uppercase.sort()
- ss_lowercase.sort()
- ss_smallcaps.sort()
- ss_digits.sort()
- ss_currency.sort()
- ss_other.sort()
- return ss_uppercase + ss_lowercase + ss_smallcaps + ss_digits + ss_currency + ss_other
-
-
-# under contruction!
-kerncontroldict = {
- 'UC/UC' : ['/H/H', '/H/O/H/O/O'],
- 'UC/LC' : ['', '/n/n/o/n/e/r/s'],
- 'UC/SORTS' : ['/H/H', '/H/O/H/O/O'],
- 'UC/DIGITS' : ['/H/H', '/H/O/H/O/O'],
- 'LC/LC' : ['/n/n', '/n/o/n/o/o'],
- 'LC/SORTS' : ['/n/n', '/n/o/n/o/o'],
- 'LC/DIGITS' : ['', '/n/n/o/n/e/r/s'],
- 'SC/SC' : ['/H.sc/H.sc', '/H.sc/O.sc/H.sc/O.sc/O.sc'],
- 'UC/SC' : ['', '/H.sc/H.sc/O.sc/H.sc/O.sc/O.sc'],
- 'SC/SORTS' : ['/H.sc/H.sc', '/H.sc/O.sc/H.sc/O.sc/O.sc'],
- 'SC/DIGITS' : ['', '/H.sc/H.sc/O.sc/H.sc/O.sc/O.sc'],
- 'DIGITS/DIGITS' : ['/H/H', '/H/O/H/O/O'],
- 'DIGITS/SORTS' : ['/H/H', '/H/O/H/O/O'],
- 'SORTS/SORTS' : ['/H/H', '/H/O/H/O/O'],
- }
-
-def kernControls(leftglyphname, rightglyphname):
- """build a control string based on the left glyph and right glyph"""
-
- sorts = currency + accents + dashes + legal + numerical + slashes + special
-
- l = leftglyphname
- r = rightglyphname
- lSuffix = ''
- rSuffix = ''
- bSL = breakSuffix(l)
- if bSL is not None:
- lSuffix = bSL[1]
- l = bSL[0]
- bSR = breakSuffix(r)
- if bSR is not None:
- rSuffix = bSR[1]
- r = bSR[0]
- if lSuffix[:2] == 'sc' or rSuffix[:2] == 'sc':
- if l in uppercase or r in uppercase:
- controls = kerncontroldict['UC/SC']
- elif l in digits or r in digits:
- controls = kerncontroldict['SC/DIGITS']
- elif l in sorts or r in sorts:
- controls = kerncontroldict['SC/SORTS']
- else:
- controls = kerncontroldict['SC/SC']
- elif l in uppercase or r in uppercase:
- if l in lowercase or r in lowercase:
- controls = kerncontroldict['UC/LC']
- elif l in digits or r in digits:
- controls = kerncontroldict['UC/DIGITS']
- elif l in sorts or r in sorts:
- controls = kerncontroldict['UC/SORTS']
- else:
- controls = kerncontroldict['UC/UC']
- elif l in lowercase or r in lowercase:
- if l in uppercase or r in uppercase:
- controls = kerncontroldict['UC/LC']
- elif l in digits or r in digits:
- controls = kerncontroldict['LC/DIGITS']
- elif l in sorts or r in sorts:
- controls = kerncontroldict['LC/SORTS']
- else:
- controls = kerncontroldict['LC/LC']
- elif l in digits or r in digits:
- if l in uppercase or r in uppercase:
- controls = kerncontroldict['UC/DIGITS']
- elif l in lowercase or r in lowercase:
- controls = kerncontroldict['LC/DIGITS']
- elif l in sorts or r in sorts:
- controls = kerncontroldict['DIGITS/SORTS']
- else:
- controls = kerncontroldict['DIGITS/DIGITS']
- elif l in sorts and r in sorts:
- controls = kerncontroldict['SORTS/SORTS']
- else:
- controls = kerncontroldict['UC/UC']
-
- if len(lSuffix) != 0:
- l = '.'.join([l, lSuffix])
- if len(rSuffix) != 0:
- r = '.'.join([r, rSuffix])
-
- cs = controls[0] + '/' + l + '/' + r + controls[1]
-
- return cs
-
-
-######################################################
-
-class _testing:
- def __init__(self):
- print
- print '##### testing!'
- # self.listtest()
- # self.accentbasetest()
- # self.controlstest()
- self.upperlowersmalltest()
- # self.stringsorttest()
-
- def listtest(self):
- testlist = [
- uppercase,
- uppercase_accents,
- lowercase,
- lowercase_accents,
- smallcaps,
- smallcaps_accents,
- digits,
- digits_oldstyle,
- digits_superior,
- digits_inferior,
- fractions,
- currency,
- currency_oldstyle,
- currency_superior,
- currency_inferior,
- inferior,
- superior,
- accents,
- dashes,
- legal,
- ligatures,
- punctuation,
- numerical,
- slashes,
- special
- ]
- for i in testlist:
- print i
-
-
- def accentbasetest(self):
- print findAccentBase('Adieresis')
- print findAccentBase('Adieresis.sc')
- print findAccentBase('Thorn.sc')
- print findAccentBase('notaralglyphname')
-
-
- def controlstest(self):
- print kernControls('A', 'a.swash')
- print kernControls('A.sc', '1')
- print kernControls('bracket.sc', 'germandbls')
- print kernControls('2', 'X')
- print kernControls('Y', 'X')
- print kernControls('Y.alt', 'X')
- print kernControls('Y.scalt', 'X')
- #print controls('x')
- #print controls('germandbls')
- #print controls('L')
- #print controls('L.sc')
- #print controls('Z.sc')
- #print controls('seven')
- #print controls('question')
- #print controls('unknown')
-
- def upperlowersmalltest(self):
- u = upper('/H/i/Z.sc/ampersand.sc/dotlessi/germandbls/four.superior/LL')
- l = lower('/H/I/Z.sc/ampersand.sc/dotlessi/germandbls/four.superior/LL')
- s = small('/H/i/Z.sc/ampersand.alt/dotlessi/germandbls/four.superior/LL')
- print u
- print l
- print s
- print lower(u)
- print upper(l)
- print upper(s)
- print lower(s)
-
- def stringsorttest(self):
- sample = "/H/H/Euro/H/O/H/O/Euro/O/O /H/H/R/H/O/H/O/R/O/O /H/H/question/H/O/H/O/question/O/O /H/H/sterling/H/O/H/O/sterling/O/O /n/n/r/n/o/n/o/r/o/o"
- list = string.split(sample, ' ')
- x = sortControlList(list)
- print x
-
-if __name__ == '__main__':
- _testing() \ No newline at end of file
diff --git a/misc/pylib/robofab/glifLib.pyx b/misc/pylib/robofab/glifLib.pyx
deleted file mode 100755
index 8a447fff4..000000000
--- a/misc/pylib/robofab/glifLib.pyx
+++ /dev/null
@@ -1,718 +0,0 @@
-# -*- coding: utf-8 -*-
-"""glifLib.py -- Generic module for reading and writing the .glif format.
-
-More info about the .glif format (GLyphInterchangeFormat) can be found here:
-
- http://robofab.com/ufo/glif.html
-
-The main class in this module is GlyphSet. It manages a set of .glif files
-in a folder. It offers two ways to read glyph data, and one way to write
-glyph data. See the class doc string for details.
-"""
-
-__all__ = ["GlyphSet", "GlifLibError",
- "readGlyphFromString", "writeGlyphToString",
- "glyphNameToFileName"]
-
-import os
-from robofab.xmlTreeBuilder import buildTree, stripCharacterData
-from robofab.pens.pointPen import AbstractPointPen
-from cStringIO import StringIO
-
-
-class GlifLibError(Exception): pass
-
-
-if os.name == "mac":
- WRITE_MODE = "wb" # use unix line endings, even with Classic MacPython
- READ_MODE = "rb"
-else:
- WRITE_MODE = "w"
- READ_MODE = "r"
-
-
-class Glyph:
-
- """Minimal glyph object. It has no glyph attributes until either
- the draw() or the drawPoint() method has been called.
- """
-
- def __init__(self, glyphName, glyphSet):
- self.glyphName = glyphName
- self.glyphSet = glyphSet
-
- def draw(self, pen):
- """Draw this glyph onto a *FontTools* Pen."""
- from robofab.pens.adapterPens import PointToSegmentPen
- pointPen = PointToSegmentPen(pen)
- self.drawPoints(pointPen)
-
- def drawPoints(self, pointPen):
- """Draw this glyph onto a PointPen."""
- self.glyphSet.readGlyph(self.glyphName, self, pointPen)
-
-
-def glyphNameToFileName(glyphName, glyphSet):
- """Default algorithm for making a file name out of a glyph name.
- This one has limited support for case insensitive file systems:
- it assumes glyph names are not case sensitive apart from the first
- character:
- 'a' -> 'a.glif'
- 'A' -> 'A_.glif'
- 'A.alt' -> 'A_.alt.glif'
- 'A.Alt' -> 'A_.Alt.glif'
- 'T_H' -> 'T__H_.glif'
- 'T_h' -> 'T__h.glif'
- 't_h' -> 't_h.glif'
- 'F_F_I' -> 'F__F__I_.glif'
- 'f_f_i' -> 'f_f_i.glif'
-
- """
- if glyphName.startswith("."):
- # some OSes consider filenames such as .notdef "hidden"
- glyphName = "_" + glyphName[1:]
- parts = glyphName.split(".")
- if parts[0].find("_")!=-1:
- # it is a compound name, check the separate parts
- bits = []
- for p in parts[0].split("_"):
- if p != p.lower():
- bits.append(p+"_")
- continue
- bits.append(p)
- parts[0] = "_".join(bits)
- else:
- # it is a single name
- if parts[0] != parts[0].lower():
- parts[0] += "_"
- for i in range(1, len(parts)):
- # resolve additional, period separated parts, like alt / Alt
- if parts[i] != parts[i].lower():
- parts[i] += "_"
- return ".".join(parts) + ".glif"
-
-
-
-class GlyphSet:
-
- """GlyphSet manages a set of .glif files inside one directory.
-
- GlyphSet's constructor takes a path to an existing directory as it's
- first argument. Reading glyph data can either be done through the
- readGlyph() method, or by using GlyphSet's dictionary interface, where
- the keys are glyph names and the values are (very) simple glyph objects.
-
- To write a glyph to the glyph set, you use the writeGlyph() method.
- The simple glyph objects returned through the dict interface do not
- support writing, they are just means as a convenient way to get at
- the glyph data.
- """
-
- glyphClass = Glyph
-
- def __init__(self, dirName, glyphNameToFileNameFunc=None):
- """'dirName' should be a path to an existing directory.
-
- The optional 'glyphNameToFileNameFunc' argument must be a callback
- function that takes two arguments: a glyph name and the GlyphSet
- instance. It should return a file name (including the .glif
- extension). The glyphNameToFileName function is called whenever
- a file name is created for a given glyph name.
- """
- self.dirName = dirName
- if glyphNameToFileNameFunc is None:
- glyphNameToFileNameFunc = glyphNameToFileName
- self.glyphNameToFileName = glyphNameToFileNameFunc
- self.contents = self._findContents()
- self._reverseContents = None
-
- def rebuildContents(self):
- """Rebuild the contents dict by checking what glyphs are available
- on disk.
- """
- self.contents = self._findContents(forceRebuild=True)
- self._reverseContents = None
-
- def getReverseContents(self):
- """Return a reversed dict of self.contents, mapping file names to
- glyph names. This is primarily an aid for custom glyph name to file
- name schemes that want to make sure they don't generate duplicate
- file names. The file names are converted to lowercase so we can
- reliably check for duplicates that only differ in case, which is
- important for case-insensitive file systems.
- """
- if self._reverseContents is None:
- d = {}
- for k, v in self.contents.iteritems():
- d[v.lower()] = k
- self._reverseContents = d
- return self._reverseContents
-
- def writeContents(self):
- """Write the contents.plist file out to disk. Call this method when
- you're done writing glyphs.
- """
- from plistlib import writePlistToString
- contentsPath = os.path.join(self.dirName, "contents.plist")
- # We need to force Unix line endings, even in OS9 MacPython in FL,
- # so we do the writing to file ourselves.
- plist = writePlistToString(self.contents)
- f = open(contentsPath, WRITE_MODE)
- f.write(plist)
- f.close()
-
- # reading/writing API
-
- def readGlyph(self, glyphName, glyphObject=None, pointPen=None):
- """Read a .glif file for 'glyphName' from the glyph set. The
- 'glyphObject' argument can be any kind of object (even None);
- the readGlyph() method will attempt to set the following
- attributes on it:
- "width" the advance with of the glyph
- "unicodes" a list of unicode values for this glyph
- "note" a string
- "lib" a dictionary containing custom data
-
- All attributes are optional, in two ways:
- 1) An attribute *won't* be set if the .glif file doesn't
- contain data for it. 'glyphObject' will have to deal
- with default values itself.
- 2) If setting the attribute fails with an AttributeError
- (for example if the 'glyphObject' attribute is read-
- only), readGlyph() will not propagate that exception,
- but ignore that attribute.
-
- To retrieve outline information, you need to pass an object
- conforming to the PointPen protocol as the 'pointPen' argument.
- This argument may be None if you don't need the outline data.
-
- readGlyph() will raise KeyError if the glyph is not present in
- the glyph set.
- """
- tree = self._getXMLTree(glyphName)
- _readGlyphFromTree(tree, glyphObject, pointPen)
-
- def writeGlyph(self, glyphName, glyphObject=None, drawPointsFunc=None):
- """Write a .glif file for 'glyphName' to the glyph set. The
- 'glyphObject' argument can be any kind of object (even None);
- the writeGlyph() method will attempt to get the following
- attributes from it:
- "width" the advance with of the glyph
- "unicodes" a list of unicode values for this glyph
- "note" a string
- "lib" a dictionary containing custom data
-
- All attributes are optional: if 'glyphObject' doesn't
- have the attribute, it will simply be skipped.
-
- To write outline data to the .glif file, writeGlyph() needs
- a function (any callable object actually) that will take one
- argument: an object that conforms to the PointPen protocol.
- The function will be called by writeGlyph(); it has to call the
- proper PointPen methods to transfer the outline to the .glif file.
- """
- data = writeGlyphToString(glyphName, glyphObject, drawPointsFunc)
-
- fileName = self.contents.get(glyphName)
- if fileName is None:
- fileName = self.glyphNameToFileName(glyphName, self)
- self.contents[glyphName] = fileName
- if self._reverseContents is not None:
- self._reverseContents[fileName.lower()] = glyphName
- path = os.path.join(self.dirName, fileName)
- if os.path.exists(path):
- f = open(path, READ_MODE)
- oldData = f.read()
- f.close()
- if data == oldData:
- return
- f = open(path, WRITE_MODE)
- f.write(data)
- f.close()
-
- def deleteGlyph(self, glyphName):
- """Permanently delete the glyph from the glyph set on disk. Will
- raise KeyError if the glyph is not present in the glyph set.
- """
- fileName = self.contents[glyphName]
- os.remove(os.path.join(self.dirName, fileName))
- if self._reverseContents is not None:
- del self._reverseContents[self.contents[glyphName].lower()]
- del self.contents[glyphName]
-
- # dict-like support
-
- def keys(self):
- return self.contents.keys()
-
- def has_key(self, glyphName):
- return glyphName in self.contents
-
- __contains__ = has_key
-
- def __len__(self):
- return len(self.contents)
-
- def __getitem__(self, glyphName):
- if glyphName not in self.contents:
- raise KeyError, glyphName
- return self.glyphClass(glyphName, self)
-
- # quickly fetching unicode values
-
- def getUnicodes(self):
- """Return a dictionary that maps all glyph names to lists containing
- the unicode value[s] for that glyph, if any. This parses the .glif
- files partially, so is a lot faster than parsing all files completely.
- """
- # XXX: This method is quite wasteful if we've already parsed many .glif
- # files completely. We could collect unicodes values in readGlyph,
- # and only do _fetchUnicodes() for those we haven't seen yet.
- unicodes = {}
- for glyphName, fileName in self.contents.iteritems():
- path = os.path.join(self.dirName, fileName)
- unicodes[glyphName] = _fetchUnicodes(path)
- return unicodes
-
- # internal methods
-
- def _findContents(self, forceRebuild=False):
- contentsPath = os.path.join(self.dirName, "contents.plist")
- if forceRebuild or not os.path.exists(contentsPath):
- fileNames = os.listdir(self.dirName)
- fileNames = [n for n in fileNames if n.endswith(".glif")]
- contents = {}
- for n in fileNames:
- glyphPath = os.path.join(self.dirName, n)
- contents[_fetchGlyphName(glyphPath)] = n
- else:
- from plistlib import readPlist
- contents = readPlist(contentsPath)
- return contents
-
- def _getXMLTree(self, glyphName):
- fileName = self.contents[glyphName]
- path = os.path.join(self.dirName, fileName)
- if not os.path.exists(path):
- raise KeyError, glyphName
- return _glifTreeFromFile(path)
-
-
-def readGlyphFromString(aString, glyphObject=None, pointPen=None):
- """Read .glif data from a string into a glyph object.
-
- The 'glyphObject' argument can be any kind of object (even None);
- the readGlyphFromString() method will attempt to set the following
- attributes on it:
- "width" the advance with of the glyph
- "unicodes" a list of unicode values for this glyph
- "note" a string
- "lib" a dictionary containing custom data
-
- All attributes are optional, in two ways:
- 1) An attribute *won't* be set if the .glif file doesn't
- contain data for it. 'glyphObject' will have to deal
- with default values itself.
- 2) If setting the attribute fails with an AttributeError
- (for example if the 'glyphObject' attribute is read-
- only), readGlyphFromString() will not propagate that
- exception, but ignore that attribute.
-
- To retrieve outline information, you need to pass an object
- conforming to the PointPen protocol as the 'pointPen' argument.
- This argument may be None if you don't need the outline data.
- """
- tree = _glifTreeFromFile(StringIO(aString))
- _readGlyphFromTree(tree, glyphObject, pointPen)
-
-
-def writeGlyphToString(glyphName, glyphObject=None, drawPointsFunc=None, writer=None):
- """Return .glif data for a glyph as a UTF-8 encoded string.
- The 'glyphObject' argument can be any kind of object (even None);
- the writeGlyphToString() method will attempt to get the following
- attributes from it:
- "width" the advance with of the glyph
- "unicodes" a list of unicode values for this glyph
- "note" a string
- "lib" a dictionary containing custom data
-
- All attributes are optional: if 'glyphObject' doesn't
- have the attribute, it will simply be skipped.
-
- To write outline data to the .glif file, writeGlyphToString() needs
- a function (any callable object actually) that will take one
- argument: an object that conforms to the PointPen protocol.
- The function will be called by writeGlyphToString(); it has to call the
- proper PointPen methods to transfer the outline to the .glif file.
- """
- if writer is None:
- try:
- from xmlWriter import XMLWriter
- except ImportError:
- # try the other location
- from fontTools.misc.xmlWriter import XMLWriter
- aFile = StringIO()
- writer = XMLWriter(aFile, encoding="UTF-8")
- else:
- aFile = None
- writer.begintag("glyph", [("name", glyphName), ("format", "1")])
- writer.newline()
-
- width = getattr(glyphObject, "width", None)
- if width is not None:
- if not isinstance(width, (int, float)):
- raise GlifLibError, "width attribute must be int or float"
- writer.simpletag("advance", width=repr(width))
- writer.newline()
-
- unicodes = getattr(glyphObject, "unicodes", None)
- if unicodes:
- if isinstance(unicodes, int):
- unicodes = [unicodes]
- for code in unicodes:
- if not isinstance(code, int):
- raise GlifLibError, "unicode values must be int"
- hexCode = hex(code)[2:].upper()
- if len(hexCode) < 4:
- hexCode = "0" * (4 - len(hexCode)) + hexCode
- writer.simpletag("unicode", hex=hexCode)
- writer.newline()
-
- note = getattr(glyphObject, "note", None)
- if note is not None:
- if not isinstance(note, (str, unicode)):
- raise GlifLibError, "note attribute must be str or unicode"
- note = note.encode('utf-8')
- writer.begintag("note")
- writer.newline()
- for line in note.splitlines():
- writer.write(line.strip())
- writer.newline()
- writer.endtag("note")
- writer.newline()
-
- if drawPointsFunc is not None:
- writer.begintag("outline")
- writer.newline()
- pen = GLIFPointPen(writer)
- drawPointsFunc(pen)
- writer.endtag("outline")
- writer.newline()
-
- lib = getattr(glyphObject, "lib", None)
- if lib:
- from robofab.plistlib import PlistWriter
- if not isinstance(lib, dict):
- lib = dict(lib)
- writer.begintag("lib")
- writer.newline()
- plistWriter = PlistWriter(writer.file, indentLevel=writer.indentlevel,
- indent=writer.indentwhite, writeHeader=False)
- plistWriter.writeValue(lib)
- writer.endtag("lib")
- writer.newline()
-
- writer.endtag("glyph")
- writer.newline()
- if aFile is not None:
- return aFile.getvalue()
- else:
- return None
-
-
-# misc helper functions
-
-def _stripGlyphXMLTree(nodes):
- for element, attrs, children in nodes:
- # "lib" is formatted as a plist, so we need unstripped
- # character data so we can support strings with leading or
- # trailing whitespace. Do strip everything else.
- recursive = (element != "lib")
- stripCharacterData(children, recursive=recursive)
-
-
-def _glifTreeFromFile(aFile):
- try:
- tree = buildTree(aFile, stripData=False)
- stripCharacterData(tree[2], recursive=False)
- assert tree[0] == "glyph"
- _stripGlyphXMLTree(tree[2])
- return tree
- except:
- print "Problem with glif file", aFile
- raise
- return None
-
-
-def _relaxedSetattr(object, attr, value):
- try:
- setattr(object, attr, value)
- except AttributeError:
- pass
-
-
-def _number(s):
- """Given a numeric string, return an integer or a float, whichever
- the string indicates. _number("1") will return the integer 1,
- _number("1.0") will return the float 1.0.
- """
- try:
- n = int(s)
- except ValueError:
- n = float(s)
- return n
-
-
-
-def _readGlyphFromTree(tree, glyphObject=None, pointPen=None):
- unicodes = []
- assert tree[0] == "glyph"
- formatVersion = int(tree[1].get("format", "0"))
- if formatVersion not in (0, 1):
- raise GlifLibError, "unsupported glif format version: %s" % formatVersion
- glyphName = tree[1].get("name")
- if glyphName and glyphObject is not None:
- _relaxedSetattr(glyphObject, "name", glyphName)
- for element, attrs, children in tree[2]:
- if element == "outline":
- if pointPen is not None:
- if formatVersion == 0:
- buildOutline_Format0(pointPen, children)
- else:
- buildOutline_Format1(pointPen, children)
- elif glyphObject is None:
- continue
- elif element == "advance":
- width = _number(attrs["width"])
- _relaxedSetattr(glyphObject, "width", width)
- elif element == "unicode":
- unicodes.append(int(attrs["hex"], 16))
- elif element == "note":
- rawNote = "\n".join(children)
- lines = rawNote.split("\n")
- lines = [line.strip() for line in lines]
- note = "\n".join(lines)
- _relaxedSetattr(glyphObject, "note", note)
- elif element == "lib":
- from plistFromTree import readPlistFromTree
- assert len(children) == 1
- lib = readPlistFromTree(children[0])
- _relaxedSetattr(glyphObject, "lib", lib)
- if unicodes:
- _relaxedSetattr(glyphObject, "unicodes", unicodes)
-
-
-class _DoneParsing(Exception): pass
-
-def _startElementHandler(tagName, attrs):
- if tagName != "glyph":
- # the top level element of any .glif file must be <glyph>
- raise _DoneParsing(None)
- glyphName = attrs["name"]
- raise _DoneParsing(glyphName)
-
-def _fetchGlyphName(glyphPath):
- # Given a path to an existing .glif file, get the glyph name
- # from the XML data.
- from xml.parsers.expat import ParserCreate
-
- p = ParserCreate()
- p.StartElementHandler = _startElementHandler
- p.returns_unicode = True
- f = open(glyphPath)
- try:
- p.ParseFile(f)
- except _DoneParsing, why:
- glyphName = why.args[0]
- if glyphName is None:
- raise ValueError, (".glif file doen't have a <glyph> top-level "
- "element: %r" % glyphPath)
- else:
- assert 0, "it's not expected that parsing the file ends normally"
- return glyphName
-
-
-def _fetchUnicodes(glyphPath):
- # Given a path to an existing .glif file, get a list of all
- # unicode values from the XML data.
- # NOTE: this assumes .glif files written by glifLib, since
- # we simply stop parsing as soon as we see anything else than
- # <glyph>, <advance> or <unicode>. glifLib always writes those
- # elements in that order, before anything else.
- from xml.parsers.expat import ParserCreate
-
- unicodes = []
- def _startElementHandler(tagName, attrs, _unicodes=unicodes):
- if tagName == "unicode":
- _unicodes.append(int(attrs["hex"], 16))
- elif tagName not in ("glyph", "advance"):
- raise _DoneParsing()
-
- p = ParserCreate()
- p.StartElementHandler = _startElementHandler
- p.returns_unicode = True
- f = open(glyphPath)
- try:
- p.ParseFile(f)
- except _DoneParsing:
- pass
- return unicodes
-
-
-def buildOutline_Format0(pen, xmlNodes):
- # This reads the "old" .glif format, retroactively named "format 0",
- # later formats have a "format" attribute in the <glyph> element.
- for element, attrs, children in xmlNodes:
- if element == "contour":
- pen.beginPath()
- currentSegmentType = None
- for subElement, attrs, dummy in children:
- if subElement != "point":
- continue
- x = _number(attrs["x"])
- y = _number(attrs["y"])
- pointType = attrs.get("type", "onCurve")
- if pointType == "bcp":
- currentSegmentType = "curve"
- elif pointType == "offCurve":
- currentSegmentType = "qcurve"
- elif currentSegmentType is None and pointType == "onCurve":
- currentSegmentType = "line"
- if pointType == "onCurve":
- segmentType = currentSegmentType
- currentSegmentType = None
- else:
- segmentType = None
- smooth = attrs.get("smooth") == "yes"
- pen.addPoint((x, y), segmentType=segmentType, smooth=smooth)
- pen.endPath()
- elif element == "component":
- baseGlyphName = attrs["base"]
- transformation = []
- for attr, default in _transformationInfo:
- value = attrs.get(attr)
- if value is None:
- value = default
- else:
- value = _number(value)
- transformation.append(value)
- pen.addComponent(baseGlyphName, tuple(transformation))
- elif element == "anchor":
- name, x, y = attrs["name"], _number(attrs["x"]), _number(attrs["y"])
- pen.beginPath()
- pen.addPoint((x, y), segmentType="move", name=name)
- pen.endPath()
-
-
-def buildOutline_Format1(pen, xmlNodes):
- for element, attrs, children in xmlNodes:
- if element == "contour":
- pen.beginPath()
- for subElement, attrs, dummy in children:
- if subElement != "point":
- continue
- x = _number(attrs["x"])
- y = _number(attrs["y"])
- segmentType = attrs.get("type", "offcurve")
- if segmentType == "offcurve":
- segmentType = None
- smooth = attrs.get("smooth") == "yes"
- name = attrs.get("name")
- pen.addPoint((x, y), segmentType=segmentType, smooth=smooth, name=name)
- pen.endPath()
- elif element == "component":
- baseGlyphName = attrs["base"]
- transformation = []
- for attr, default in _transformationInfo:
- value = attrs.get(attr)
- if value is None:
- value = default
- else:
- value = _number(value)
- transformation.append(value)
- pen.addComponent(baseGlyphName, tuple(transformation))
-
-
-_transformationInfo = [
- # field name, default value
- ("xScale", 1),
- ("xyScale", 0),
- ("yxScale", 0),
- ("yScale", 1),
- ("xOffset", 0),
- ("yOffset", 0),
-]
-
-class GLIFPointPen(AbstractPointPen):
-
- """Helper class using the PointPen protocol to write the <outline>
- part of .glif files.
- """
-
- def __init__(self, xmlWriter):
- self.writer = xmlWriter
-
- def beginPath(self):
- self.writer.begintag("contour")
- self.writer.newline()
-
- def endPath(self):
- self.writer.endtag("contour")
- self.writer.newline()
-
- def addPoint(self, pt, segmentType=None, smooth=None, name=None, **kwargs):
- attrs = []
- if pt is not None:
- for coord in pt:
- if not isinstance(coord, (int, float)):
- raise GlifLibError, "coordinates must be int or float"
- attrs.append(("x", repr(pt[0])))
- attrs.append(("y", repr(pt[1])))
- if segmentType is not None:
- attrs.append(("type", segmentType))
- if smooth:
- attrs.append(("smooth", "yes"))
- if name is not None:
- attrs.append(("name", name))
- self.writer.simpletag("point", attrs)
- self.writer.newline()
-
- def addComponent(self, glyphName, transformation):
- attrs = [("base", glyphName)]
- for (attr, default), value in zip(_transformationInfo, transformation):
- if not isinstance(value, (int, float)):
- raise GlifLibError, "transformation values must be int or float"
- if value != default:
- attrs.append((attr, repr(value)))
- self.writer.simpletag("component", attrs)
- self.writer.newline()
-
-
-if __name__ == "__main__":
- from pprint import pprint
- from robofab.pens.pointPen import PrintingPointPen
- class TestGlyph: pass
- gs = GlyphSet(".")
- def drawPoints(pen):
- pen.beginPath()
- pen.addPoint((100, 200), name="foo")
- pen.addPoint((200, 250), segmentType="curve", smooth=True)
- pen.endPath()
- pen.addComponent("a", (1, 0, 0, 1, 20, 30))
- glyph = TestGlyph()
- glyph.width = 120
- glyph.unicodes = [1, 2, 3, 43215, 66666]
- glyph.lib = {"a": "b", "c": [1, 2, 3, True]}
- glyph.note = " hallo! "
- if 0:
- gs.writeGlyph("a", glyph, drawPoints)
- g2 = TestGlyph()
- gs.readGlyph("a", g2, PrintingPointPen())
- pprint(g2.__dict__)
- else:
- s = writeGlyphToString("a", glyph, drawPoints)
- print s
- g2 = TestGlyph()
- readGlyphFromString(s, g2, PrintingPointPen())
- pprint(g2.__dict__)
-
diff --git a/misc/pylib/robofab/glifLib2.py b/misc/pylib/robofab/glifLib2.py
deleted file mode 100755
index a3c3c92d3..000000000
--- a/misc/pylib/robofab/glifLib2.py
+++ /dev/null
@@ -1,747 +0,0 @@
-# -*- coding: utf-8 -*-
-"""glifLib.py -- Generic module for reading and writing the .glif format.
-
-More info about the .glif format (GLyphInterchangeFormat) can be found here:
-
- http://unifiedfontobject.org
-
-The main class in this module is GlyphSet. It manages a set of .glif files
-in a folder. It offers two ways to read glyph data, and one way to write
-glyph data. See the class doc string for details.
-"""
-
-__all__ = ["GlyphSet", "GlifLibError",
- "readGlyphFromString", "writeGlyphToString",
- "glyphNameToFileName"]
-
-import os
-from robofab.xmlTreeBuilder import buildTree, stripCharacterData
-from robofab.pens.pointPen import AbstractPointPen
-from cStringIO import StringIO
-
-
-class GlifLibError(Exception): pass
-
-
-if os.name == "mac":
- WRITE_MODE = "wb" # use unix line endings, even with Classic MacPython
- READ_MODE = "rb"
-else:
- WRITE_MODE = "w"
- READ_MODE = "r"
-
-
-class Glyph:
-
- """Minimal glyph object. It has no glyph attributes until either
- the draw() or the drawPoint() method has been called.
- """
-
- def __init__(self, glyphName, glyphSet):
- self.glyphName = glyphName
- self.glyphSet = glyphSet
-
- def draw(self, pen):
- """Draw this glyph onto a *FontTools* Pen."""
- from robofab.pens.adapterPens import PointToSegmentPen
- pointPen = PointToSegmentPen(pen)
- self.drawPoints(pointPen)
-
- def drawPoints(self, pointPen):
- """Draw this glyph onto a PointPen."""
- self.glyphSet.readGlyph(self.glyphName, self, pointPen)
-
-
-def glyphNameToFileName(glyphName, glyphSet):
- """Default algorithm for making a file name out of a glyph name.
- This one has limited support for case insensitive file systems:
- it assumes glyph names are not case sensitive apart from the first
- character:
- 'a' -> 'a.glif'
- 'A' -> 'A_.glif'
- 'A.alt' -> 'A_.alt.glif'
- 'A.Alt' -> 'A_.Alt.glif'
- 'T_H' -> 'T__H_.glif'
- 'T_h' -> 'T__h.glif'
- 't_h' -> 't_h.glif'
- 'F_F_I' -> 'F__F__I_.glif'
- 'f_f_i' -> 'f_f_i.glif'
-
- """
- if glyphName.startswith("."):
- # some OSes consider filenames such as .notdef "hidden"
- glyphName = "_" + glyphName[1:]
- parts = glyphName.split(".")
- if parts[0].find("_")!=-1:
- # it is a compound name, check the separate parts
- bits = []
- for p in parts[0].split("_"):
- if p != p.lower():
- bits.append(p+"_")
- continue
- bits.append(p)
- parts[0] = "_".join(bits)
- else:
- # it is a single name
- if parts[0] != parts[0].lower():
- parts[0] += "_"
- for i in range(1, len(parts)):
- # resolve additional, period separated parts, like alt / Alt
- if parts[i] != parts[i].lower():
- parts[i] += "_"
- return ".".join(parts) + ".glif"
-
-
-class GlyphSet:
-
- """GlyphSet manages a set of .glif files inside one directory.
-
- GlyphSet's constructor takes a path to an existing directory as it's
- first argument. Reading glyph data can either be done through the
- readGlyph() method, or by using GlyphSet's dictionary interface, where
- the keys are glyph names and the values are (very) simple glyph objects.
-
- To write a glyph to the glyph set, you use the writeGlyph() method.
- The simple glyph objects returned through the dict interface do not
- support writing, they are just a convenient way to get at the glyph data.
- """
-
- glyphClass = Glyph
-
- def __init__(self, dirName, glyphNameToFileNameFunc=None):
- """'dirName' should be a path to an existing directory.
-
- The optional 'glyphNameToFileNameFunc' argument must be a callback
- function that takes two arguments: a glyph name and the GlyphSet
- instance. It should return a file name (including the .glif
- extension). The glyphNameToFileName function is called whenever
- a file name is created for a given glyph name.
- """
- self.dirName = dirName
- if glyphNameToFileNameFunc is None:
- glyphNameToFileNameFunc = glyphNameToFileName
- self.glyphNameToFileName = glyphNameToFileNameFunc
- self.contents = self._findContents()
- self._reverseContents = None
- self._glifCache = {}
-
- def rebuildContents(self):
- """Rebuild the contents dict by checking what glyphs are available
- on disk.
- """
- self.contents = self._findContents(forceRebuild=True)
- self._reverseContents = None
-
- def getReverseContents(self):
- """Return a reversed dict of self.contents, mapping file names to
- glyph names. This is primarily an aid for custom glyph name to file
- name schemes that want to make sure they don't generate duplicate
- file names. The file names are converted to lowercase so we can
- reliably check for duplicates that only differ in case, which is
- important for case-insensitive file systems.
- """
- if self._reverseContents is None:
- d = {}
- for k, v in self.contents.iteritems():
- d[v.lower()] = k
- self._reverseContents = d
- return self._reverseContents
-
- def writeContents(self):
- """Write the contents.plist file out to disk. Call this method when
- you're done writing glyphs.
- """
- from plistlib import writePlistToString
- contentsPath = os.path.join(self.dirName, "contents.plist")
- # We need to force Unix line endings, even in OS9 MacPython in FL,
- # so we do the writing to file ourselves.
- plist = writePlistToString(self.contents)
- f = open(contentsPath, WRITE_MODE)
- f.write(plist)
- f.close()
-
- # read caching
-
- def getGLIF(self, glyphName):
- """Get the raw GLIF text for a given glyph name. This only works
- for GLIF files that are already on disk.
-
- This method is useful in situations when the raw XML needs to be
- read from a glyph set for a particular glyph before fully parsing
- it into an object structure via the readGlyph method.
-
- Internally, this method will load a GLIF the first time it is
- called and then cache it. The next time this method is called
- the GLIF will be pulled from the cache if the file's modification
- time has not changed since the GLIF was cached. For memory
- efficiency, the cached GLIF will be purged by various other methods
- such as readGlyph.
- """
- needRead = False
- fileName = self.contents.get(glyphName)
- path = None
- if fileName is not None:
- path = os.path.join(self.dirName, fileName)
- if glyphName not in self._glifCache:
- needRead = True
- elif fileName is not None and os.path.getmtime(path) != self._glifCache[glyphName][1]:
- needRead = True
- if needRead:
- fileName = self.contents[glyphName]
- if not os.path.exists(path):
- raise KeyError, glyphName
- f = open(path, "rb")
- text = f.read()
- f.close()
- self._glifCache[glyphName] = (text, os.path.getmtime(path))
- return self._glifCache[glyphName][0]
-
- def _purgeCachedGLIF(self, glyphName):
- if glyphName in self._glifCache:
- del self._glifCache[glyphName]
-
- # reading/writing API
-
- def readGlyph(self, glyphName, glyphObject=None, pointPen=None):
- """Read a .glif file for 'glyphName' from the glyph set. The
- 'glyphObject' argument can be any kind of object (even None);
- the readGlyph() method will attempt to set the following
- attributes on it:
- "width" the advance with of the glyph
- "unicodes" a list of unicode values for this glyph
- "note" a string
- "lib" a dictionary containing custom data
-
- All attributes are optional, in two ways:
- 1) An attribute *won't* be set if the .glif file doesn't
- contain data for it. 'glyphObject' will have to deal
- with default values itself.
- 2) If setting the attribute fails with an AttributeError
- (for example if the 'glyphObject' attribute is read-
- only), readGlyph() will not propagate that exception,
- but ignore that attribute.
-
- To retrieve outline information, you need to pass an object
- conforming to the PointPen protocol as the 'pointPen' argument.
- This argument may be None if you don't need the outline data.
-
- readGlyph() will raise KeyError if the glyph is not present in
- the glyph set.
- """
- text = self.getGLIF(glyphName)
- self._purgeCachedGLIF(glyphName)
- tree = _glifTreeFromFile(StringIO(text))
- _readGlyphFromTree(tree, glyphObject, pointPen)
-
- def writeGlyph(self, glyphName, glyphObject=None, drawPointsFunc=None):
- """Write a .glif file for 'glyphName' to the glyph set. The
- 'glyphObject' argument can be any kind of object (even None);
- the writeGlyph() method will attempt to get the following
- attributes from it:
- "width" the advance with of the glyph
- "unicodes" a list of unicode values for this glyph
- "note" a string
- "lib" a dictionary containing custom data
-
- All attributes are optional: if 'glyphObject' doesn't
- have the attribute, it will simply be skipped.
-
- To write outline data to the .glif file, writeGlyph() needs
- a function (any callable object actually) that will take one
- argument: an object that conforms to the PointPen protocol.
- The function will be called by writeGlyph(); it has to call the
- proper PointPen methods to transfer the outline to the .glif file.
- """
- self._purgeCachedGLIF(glyphName)
- data = writeGlyphToString(glyphName, glyphObject, drawPointsFunc)
- fileName = self.contents.get(glyphName)
- if fileName is None:
- fileName = self.glyphNameToFileName(glyphName, self)
- self.contents[glyphName] = fileName
- if self._reverseContents is not None:
- self._reverseContents[fileName.lower()] = glyphName
- path = os.path.join(self.dirName, fileName)
- if os.path.exists(path):
- f = open(path, READ_MODE)
- oldData = f.read()
- f.close()
- if data == oldData:
- return
- f = open(path, WRITE_MODE)
- f.write(data)
- f.close()
-
- def deleteGlyph(self, glyphName):
- """Permanently delete the glyph from the glyph set on disk. Will
- raise KeyError if the glyph is not present in the glyph set.
- """
- self._purgeCachedGLIF(glyphName)
- fileName = self.contents[glyphName]
- os.remove(os.path.join(self.dirName, fileName))
- if self._reverseContents is not None:
- del self._reverseContents[self.contents[glyphName].lower()]
- del self.contents[glyphName]
-
- # dict-like support
-
- def keys(self):
- return self.contents.keys()
-
- def has_key(self, glyphName):
- return glyphName in self.contents
-
- __contains__ = has_key
-
- def __len__(self):
- return len(self.contents)
-
- def __getitem__(self, glyphName):
- if glyphName not in self.contents:
- raise KeyError, glyphName
- return self.glyphClass(glyphName, self)
-
- # quickly fetching unicode values
-
- def getUnicodes(self):
- """Return a dictionary that maps all glyph names to lists containing
- the unicode value[s] for that glyph, if any. This parses the .glif
- files partially, so is a lot faster than parsing all files completely.
- """
- unicodes = {}
- for glyphName in self.contents.keys():
- text = self.getGLIF(glyphName)
- unicodes[glyphName] = _fetchUnicodes(text)
- return unicodes
-
- # internal methods
-
- def _findContents(self, forceRebuild=False):
- contentsPath = os.path.join(self.dirName, "contents.plist")
- if forceRebuild or not os.path.exists(contentsPath):
- fileNames = os.listdir(self.dirName)
- fileNames = [n for n in fileNames if n.endswith(".glif")]
- contents = {}
- for n in fileNames:
- glyphPath = os.path.join(self.dirName, n)
- contents[_fetchGlyphName(glyphPath)] = n
- else:
- from plistlib import readPlist
- contents = readPlist(contentsPath)
- return contents
-
-
-def readGlyphFromString(aString, glyphObject=None, pointPen=None):
- """Read .glif data from a string into a glyph object.
-
- The 'glyphObject' argument can be any kind of object (even None);
- the readGlyphFromString() method will attempt to set the following
- attributes on it:
- "width" the advance with of the glyph
- "unicodes" a list of unicode values for this glyph
- "note" a string
- "lib" a dictionary containing custom data
-
- All attributes are optional, in two ways:
- 1) An attribute *won't* be set if the .glif file doesn't
- contain data for it. 'glyphObject' will have to deal
- with default values itself.
- 2) If setting the attribute fails with an AttributeError
- (for example if the 'glyphObject' attribute is read-
- only), readGlyphFromString() will not propagate that
- exception, but ignore that attribute.
-
- To retrieve outline information, you need to pass an object
- conforming to the PointPen protocol as the 'pointPen' argument.
- This argument may be None if you don't need the outline data.
- """
- tree = _glifTreeFromFile(StringIO(aString))
- _readGlyphFromTree(tree, glyphObject, pointPen)
-
-
-def writeGlyphToString(glyphName, glyphObject=None, drawPointsFunc=None, writer=None):
- """Return .glif data for a glyph as a UTF-8 encoded string.
- The 'glyphObject' argument can be any kind of object (even None);
- the writeGlyphToString() method will attempt to get the following
- attributes from it:
- "width" the advance with of the glyph
- "unicodes" a list of unicode values for this glyph
- "note" a string
- "lib" a dictionary containing custom data
-
- All attributes are optional: if 'glyphObject' doesn't
- have the attribute, it will simply be skipped.
-
- To write outline data to the .glif file, writeGlyphToString() needs
- a function (any callable object actually) that will take one
- argument: an object that conforms to the PointPen protocol.
- The function will be called by writeGlyphToString(); it has to call the
- proper PointPen methods to transfer the outline to the .glif file.
- """
- if writer is None:
- try:
- from xmlWriter import XMLWriter
- except ImportError:
- # try the other location
- from fontTools.misc.xmlWriter import XMLWriter
- aFile = StringIO()
- writer = XMLWriter(aFile, encoding="UTF-8")
- else:
- aFile = None
- writer.begintag("glyph", [("name", glyphName), ("format", "1")])
- writer.newline()
-
- width = getattr(glyphObject, "width", None)
- if width is not None:
- if not isinstance(width, (int, float)):
- raise GlifLibError, "width attribute must be int or float"
- writer.simpletag("advance", width=repr(width))
- writer.newline()
-
- unicodes = getattr(glyphObject, "unicodes", None)
- if unicodes:
- if isinstance(unicodes, int):
- unicodes = [unicodes]
- for code in unicodes:
- if not isinstance(code, int):
- raise GlifLibError, "unicode values must be int"
- hexCode = hex(code)[2:].upper()
- if len(hexCode) < 4:
- hexCode = "0" * (4 - len(hexCode)) + hexCode
- writer.simpletag("unicode", hex=hexCode)
- writer.newline()
-
- note = getattr(glyphObject, "note", None)
- if note is not None:
- if not isinstance(note, (str, unicode)):
- raise GlifLibError, "note attribute must be str or unicode"
- note = note.encode('utf-8')
- writer.begintag("note")
- writer.newline()
- for line in note.splitlines():
- writer.write(line.strip())
- writer.newline()
- writer.endtag("note")
- writer.newline()
-
- if drawPointsFunc is not None:
- writer.begintag("outline")
- writer.newline()
- pen = GLIFPointPen(writer)
- drawPointsFunc(pen)
- writer.endtag("outline")
- writer.newline()
-
- lib = getattr(glyphObject, "lib", None)
- if lib:
- from robofab.plistlib import PlistWriter
- if not isinstance(lib, dict):
- lib = dict(lib)
- writer.begintag("lib")
- writer.newline()
- plistWriter = PlistWriter(writer.file, indentLevel=writer.indentlevel,
- indent=writer.indentwhite, writeHeader=False)
- plistWriter.writeValue(lib)
- writer.endtag("lib")
- writer.newline()
-
- writer.endtag("glyph")
- writer.newline()
- if aFile is not None:
- return aFile.getvalue()
- else:
- return None
-
-
-# misc helper functions
-
-def _stripGlyphXMLTree(nodes):
- for element, attrs, children in nodes:
- # "lib" is formatted as a plist, so we need unstripped
- # character data so we can support strings with leading or
- # trailing whitespace. Do strip everything else.
- recursive = (element != "lib")
- stripCharacterData(children, recursive=recursive)
-
-
-def _glifTreeFromFile(aFile):
- tree = buildTree(aFile, stripData=False)
- stripCharacterData(tree[2], recursive=False)
- assert tree[0] == "glyph"
- _stripGlyphXMLTree(tree[2])
- return tree
-
-
-def _relaxedSetattr(object, attr, value):
- try:
- setattr(object, attr, value)
- except AttributeError:
- pass
-
-
-def _number(s):
- """Given a numeric string, return an integer or a float, whichever
- the string indicates. _number("1") will return the integer 1,
- _number("1.0") will return the float 1.0.
- """
- try:
- n = int(s)
- except ValueError:
- n = float(s)
- return n
-
-
-
-def _readGlyphFromTree(tree, glyphObject=None, pointPen=None):
- unicodes = []
- assert tree[0] == "glyph"
- formatVersion = int(tree[1].get("format", "0"))
- if formatVersion not in (0, 1):
- raise GlifLibError, "unsupported glif format version: %s" % formatVersion
- glyphName = tree[1].get("name")
- if glyphName and glyphObject is not None:
- _relaxedSetattr(glyphObject, "name", glyphName)
- for element, attrs, children in tree[2]:
- if element == "outline":
- if pointPen is not None:
- if formatVersion == 0:
- buildOutline_Format0(pointPen, children)
- else:
- buildOutline_Format1(pointPen, children)
- elif glyphObject is None:
- continue
- elif element == "advance":
- width = _number(attrs["width"])
- _relaxedSetattr(glyphObject, "width", width)
- elif element == "unicode":
- unicodes.append(int(attrs["hex"], 16))
- elif element == "note":
- rawNote = "\n".join(children)
- lines = rawNote.split("\n")
- lines = [line.strip() for line in lines]
- note = "\n".join(lines)
- _relaxedSetattr(glyphObject, "note", note)
- elif element == "lib":
- from plistFromTree import readPlistFromTree
- assert len(children) == 1
- lib = readPlistFromTree(children[0])
- _relaxedSetattr(glyphObject, "lib", lib)
- if unicodes:
- _relaxedSetattr(glyphObject, "unicodes", unicodes)
-
-
-class _DoneParsing(Exception): pass
-
-def _startElementHandler(tagName, attrs):
- if tagName != "glyph":
- # the top level element of any .glif file must be <glyph>
- raise _DoneParsing(None)
- glyphName = attrs["name"]
- raise _DoneParsing(glyphName)
-
-def _fetchGlyphName(glyphPath):
- # Given a path to an existing .glif file, get the glyph name
- # from the XML data.
- from xml.parsers.expat import ParserCreate
-
- p = ParserCreate()
- p.StartElementHandler = _startElementHandler
- p.returns_unicode = True
- f = open(glyphPath)
- try:
- p.ParseFile(f)
- except _DoneParsing, why:
- glyphName = why.args[0]
- if glyphName is None:
- raise ValueError, (".glif file doen't have a <glyph> top-level "
- "element: %r" % glyphPath)
- else:
- assert 0, "it's not expected that parsing the file ends normally"
- return glyphName
-
-
-def _fetchUnicodes(text):
- # Given GLIF text, get a list of all unicode values from the XML data.
- parser = _FetchUnicodesParser(text)
- return parser.unicodes
-
-class _FetchUnicodesParser(object):
-
- def __init__(self, text):
- from xml.parsers.expat import ParserCreate
- self.unicodes = []
- self._elementStack = []
- parser = ParserCreate()
- parser.returns_unicode = 0 # XXX, Don't remember why. It sucks, though.
- parser.StartElementHandler = self.startElementHandler
- parser.EndElementHandler = self.endElementHandler
- parser.Parse(text)
-
- def startElementHandler(self, name, attrs):
- if name == "unicode" and len(self._elementStack) == 1 and self._elementStack[0] == "glyph":
- value = attrs.get("hex")
- value = int(value, 16)
- self.unicodes.append(value)
- self._elementStack.append(name)
-
- def endElementHandler(self, name):
- other = self._elementStack.pop(-1)
- assert other == name
-
-
-def buildOutline_Format0(pen, xmlNodes):
- # This reads the "old" .glif format, retroactively named "format 0",
- # later formats have a "format" attribute in the <glyph> element.
- for element, attrs, children in xmlNodes:
- if element == "contour":
- pen.beginPath()
- currentSegmentType = None
- for subElement, attrs, dummy in children:
- if subElement != "point":
- continue
- x = _number(attrs["x"])
- y = _number(attrs["y"])
- pointType = attrs.get("type", "onCurve")
- if pointType == "bcp":
- currentSegmentType = "curve"
- elif pointType == "offCurve":
- currentSegmentType = "qcurve"
- elif currentSegmentType is None and pointType == "onCurve":
- currentSegmentType = "line"
- if pointType == "onCurve":
- segmentType = currentSegmentType
- currentSegmentType = None
- else:
- segmentType = None
- smooth = attrs.get("smooth") == "yes"
- pen.addPoint((x, y), segmentType=segmentType, smooth=smooth)
- pen.endPath()
- elif element == "component":
- baseGlyphName = attrs["base"]
- transformation = []
- for attr, default in _transformationInfo:
- value = attrs.get(attr)
- if value is None:
- value = default
- else:
- value = _number(value)
- transformation.append(value)
- pen.addComponent(baseGlyphName, tuple(transformation))
- elif element == "anchor":
- name, x, y = attrs["name"], _number(attrs["x"]), _number(attrs["y"])
- pen.beginPath()
- pen.addPoint((x, y), segmentType="move", name=name)
- pen.endPath()
-
-
-def buildOutline_Format1(pen, xmlNodes):
- for element, attrs, children in xmlNodes:
- if element == "contour":
- pen.beginPath()
- for subElement, attrs, dummy in children:
- if subElement != "point":
- continue
- x = _number(attrs["x"])
- y = _number(attrs["y"])
- segmentType = attrs.get("type", "offcurve")
- if segmentType == "offcurve":
- segmentType = None
- smooth = attrs.get("smooth") == "yes"
- name = attrs.get("name")
- pen.addPoint((x, y), segmentType=segmentType, smooth=smooth, name=name)
- pen.endPath()
- elif element == "component":
- baseGlyphName = attrs["base"]
- transformation = []
- for attr, default in _transformationInfo:
- value = attrs.get(attr)
- if value is None:
- value = default
- else:
- value = _number(value)
- transformation.append(value)
- pen.addComponent(baseGlyphName, tuple(transformation))
-
-
-_transformationInfo = [
- # field name, default value
- ("xScale", 1),
- ("xyScale", 0),
- ("yxScale", 0),
- ("yScale", 1),
- ("xOffset", 0),
- ("yOffset", 0),
-]
-
-class GLIFPointPen(AbstractPointPen):
-
- """Helper class using the PointPen protocol to write the <outline>
- part of .glif files.
- """
-
- def __init__(self, xmlWriter):
- self.writer = xmlWriter
-
- def beginPath(self):
- self.writer.begintag("contour")
- self.writer.newline()
-
- def endPath(self):
- self.writer.endtag("contour")
- self.writer.newline()
-
- def addPoint(self, pt, segmentType=None, smooth=None, name=None, **kwargs):
- attrs = []
- if pt is not None:
- for coord in pt:
- if not isinstance(coord, (int, float)):
- raise GlifLibError, "coordinates must be int or float"
- attrs.append(("x", repr(pt[0])))
- attrs.append(("y", repr(pt[1])))
- if segmentType is not None:
- attrs.append(("type", segmentType))
- if smooth:
- attrs.append(("smooth", "yes"))
- if name is not None:
- attrs.append(("name", name))
- self.writer.simpletag("point", attrs)
- self.writer.newline()
-
- def addComponent(self, glyphName, transformation):
- attrs = [("base", glyphName)]
- for (attr, default), value in zip(_transformationInfo, transformation):
- if not isinstance(value, (int, float)):
- raise GlifLibError, "transformation values must be int or float"
- if value != default:
- attrs.append((attr, repr(value)))
- self.writer.simpletag("component", attrs)
- self.writer.newline()
-
-
-if __name__ == "__main__":
- from pprint import pprint
- from robofab.pens.pointPen import PrintingPointPen
- class TestGlyph: pass
- gs = GlyphSet(".")
- def drawPoints(pen):
- pen.beginPath()
- pen.addPoint((100, 200), name="foo")
- pen.addPoint((200, 250), segmentType="curve", smooth=True)
- pen.endPath()
- pen.addComponent("a", (1, 0, 0, 1, 20, 30))
- glyph = TestGlyph()
- glyph.width = 120
- glyph.unicodes = [1, 2, 3, 43215, 66666]
- glyph.lib = {"a": "b", "c": [1, 2, 3, True]}
- glyph.note = " hallo! "
- if 0:
- gs.writeGlyph("a", glyph, drawPoints)
- g2 = TestGlyph()
- gs.readGlyph("a", g2, PrintingPointPen())
- pprint(g2.__dict__)
- else:
- s = writeGlyphToString("a", glyph, drawPoints)
- print s
- g2 = TestGlyph()
- readGlyphFromString(s, g2, PrintingPointPen())
- pprint(g2.__dict__)
-
diff --git a/misc/pylib/robofab/interface/__init__.py b/misc/pylib/robofab/interface/__init__.py
deleted file mode 100755
index 154c42b70..000000000
--- a/misc/pylib/robofab/interface/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-"""
-
-Directory for interface related modules. Stuff like widgets,
-dialog modules. Please keep them sorted by platform.
-
-interfaces/all : modules that are platform independent
-interfaces/mac : modules that are mac specific
-interfaces/win : modules that are windows specific
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/interface/all/__init__.py b/misc/pylib/robofab/interface/all/__init__.py
deleted file mode 100755
index 154c42b70..000000000
--- a/misc/pylib/robofab/interface/all/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-"""
-
-Directory for interface related modules. Stuff like widgets,
-dialog modules. Please keep them sorted by platform.
-
-interfaces/all : modules that are platform independent
-interfaces/mac : modules that are mac specific
-interfaces/win : modules that are windows specific
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/interface/all/dialogs.py b/misc/pylib/robofab/interface/all/dialogs.py
deleted file mode 100755
index 8fdfe847b..000000000
--- a/misc/pylib/robofab/interface/all/dialogs.py
+++ /dev/null
@@ -1,278 +0,0 @@
-"""
-
-
- Restructured dialogs for Robofab
-
- dialog file dialogs
-
-* FontLab 5.04 10.6 dialogKit fl internal * theoretically that should work under windows as well, untested
-* FontLab 5.1 10.6 dialogKit fl internal
-* FontLab 5.1 10.7 raw cocao fl internal
- Glyphs any vanilla vanilla
- RoboFont any vanilla vanilla
-
- This module does a fair amount of sniffing in order to guess
- which dialogs to load. Linux and Windows environments are
- underrepresented at the moment. Following the prototypes in dialogs_default.py
- it is possible (with knowledge of the platform) to extend support.
-
- The platformApplicationSupport table contains very specific
- versions with which certain apps need to work. Moving forward,
- it is likely that these versions will change and need to be updated.
-
- # this calls the new dialogs infrastructure:
- from robofab.interface.all.dialogs import Message
-
- # this calls the old original legacy dialogs infrastructure:
- from robofab.interface.all.dialogs_legacy import Message
-
-"""
-
-
-
-# determine platform and application
-import sys, os
-import platform as _platform
-
-__verbose__ = False
-
-platform = None
-platformVersion = None
-application = None
-applicationVersion = None
-
-if sys.platform in (
- 'mac',
- 'darwin',
- ):
- platform = "mac"
- v = _platform.mac_ver()[0]
- platformVersion = float('.'.join(v.split('.')[:2]))
-elif sys.platform in (
- 'linux1',
- 'linux2', # Ubuntu = others?
- ):
- platform = "linux"
-elif os.name == 'nt':
- platform = "win"
-
-# determine application
-
-try:
- # FontLab
- # alternative syntax to cheat on the FL import filtering in RF
- __import__("FL")
- application = "fontlab"
- #applicationVersion = fl.version
-except ImportError:
- pass
-
-if application is None:
- try:
- # RoboFont
- import mojo
- application = 'robofont'
- try:
- from AppKit import NSBundle
- b = NSBundle.mainBundle()
- applicationVersion = b.infoDictionary()["CFBundleVersion"]
- except ImportError:
- pass
- except ImportError:
- pass
-
-if application is None:
- try:
- # Glyphs
- import GlyphsApp
- application = "glyphs"
- except ImportError:
- pass
-
-if application is None:
- try:
- # fontforge
- # note that in some configurations, fontforge can be imported in other pythons as well
- # so the availability of the fontforge module is no garuantee that we are in fontforge.
- import fontforge
- application = "fontforge"
- except ImportError:
- pass
-
-pyVersion = sys.version_info[:3]
-
-# with that out of the way, perhaps we can have a look at where we are
-# and which modules we have available. This maps any number of platform / application
-# combinations so an independent list of module names. That should make it
-# possible to map multiple things to one module.
-
-platformApplicationSupport = [
- #
- # switchboard for platform, application, python version -> dialog implementations
- # platform applicatiom python sub module
- # | | | |
- ('mac', 'fontlab', (2,3,5), "dialogs_fontlab_legacy1"),
- # because FontLab 5.01 and earlier on 2.3.5 can run EasyDialogs
- # | | | |
- # because FontLab 5.1 on mac 10.6 should theoretically be able to run cocoa dialogs,
- # but they are very unreliable. So until we know what's going on, FL5.1 on 10.6
- # is going to have to live with DialogKit dialogs.
- # | | | |
- ('mac', 'fontlab', None, "dialogs_fontlab_legacy2"),
- # because FontLab 5.1 on mac, 10.7+ should run cocoa / vanilla
- # | | | |
- ('mac', None, None, "dialogs_mac_vanilla"),
- # perhaps nonelab scripts can run vanilla as well?
- # | | | |
- ('win', None, None, "dialogs_legacy"),
- # older windows stuff might be able to use the legacy dialogs
-]
-
-platformModule = None
-foundPlatformModule = False
-dialogs = {}
-
-if __verbose__:
- print "robofab.interface.all __init__ - finding out where we were."
-
-# do we have a support module?
-for pl, app, py, platformApplicationModuleName in platformApplicationSupport:
- if __verbose__:
- print "looking at", pl, app, py, platformApplicationModuleName
- if pl is None or pl == platform:
- if app is None or app == application:
- if py is None or py == pyVersion:
- break
- if __verbose__:
- print "nope"
-
-if __verbose__:
- print "searched for", pl, app, py, platformApplicationModuleName
-
-# preload the namespace with default functions that do nothing but raise NotImplementedError
-from robofab.interface.all.dialogs_default import *
-
-# now import the module we selected.
-if platformApplicationModuleName == "dialogs_fontlab_legacy1":
- try:
- from robofab.interface.all.dialogs_fontlab_legacy1 import *
- foundPlatformModule = True
- if __verbose__:
- print "loaded robofab.interface.all.dialogs_fontlab_legacy1"
- if platform == "mac":
- from robofab.interface.mac.getFileOrFolder import GetFile, GetFileOrFolder
- except ImportError:
- print "can't import", platformApplicationModuleName
-
-elif platformApplicationModuleName == "dialogs_fontlab_legacy2":
- try:
- from robofab.interface.all.dialogs_fontlab_legacy2 import *
- foundPlatformModule = True
- if __verbose__:
- print "loaded robofab.interface.all.dialogs_fontlab_legacy2"
- if platform == "mac":
- #
- #
- #
- #
- #
- from robofab.interface.all.dialogs_legacy import AskString, TwoChecks, TwoFields, SelectGlyph, FindGlyph, OneList, SearchList, SelectFont, SelectGlyph
- except ImportError:
- print "can't import", platformApplicationModuleName
-
-elif platformApplicationModuleName == "dialogs_mac_vanilla":
- try:
- from robofab.interface.all.dialogs_mac_vanilla import *
- foundPlatformModule = True
- if __verbose__:
- print "loaded robofab.interface.all.dialogs_mac_vanilla"
- except ImportError:
- print "can't import", platformApplicationModuleName
-
-elif platformApplicationModuleName == "dialogs_legacy":
- try:
- from robofab.interface.all.dialogs_legacy import *
- foundPlatformModule = True
- if __verbose__:
- print "loaded robofab.interface.all.dialogs_legacy"
- except ImportError:
- print "can't import", platformApplicationModuleName
-
-
-__all__ = [
- "AskString",
- "AskYesNoCancel",
- "FindGlyph",
- "GetFile",
- "GetFolder",
- "GetFileOrFolder",
- "Message",
- "OneList",
- "PutFile",
- "SearchList",
- "SelectFont",
- "SelectGlyph",
- "TwoChecks",
- "TwoFields",
- "ProgressBar",
-]
-
-
-def test():
- """ This is a test that prints the available functions and where they're imported from.
- The report can be useful for debugging.
-
- For instance:
-
- from robofab.interface.all.dialogs import test
- test()
-
- testing RoboFab Dialogs:
- python version: (2, 7, 1)
- platform: mac
- application: None
- applicationVersion: None
- platformVersion: 10.7
- looking for module: dialogs_mac_vanilla
- did we find it? True
-
- Available dialogs and source:
- AskString robofab.interface.all.dialogs_mac_vanilla
- AskYesNoCancel robofab.interface.all.dialogs_mac_vanilla
- FindGlyph robofab.interface.all.dialogs_mac_vanilla
- GetFile robofab.interface.all.dialogs_mac_vanilla
- GetFolder robofab.interface.all.dialogs_mac_vanilla
- GetFileOrFolder robofab.interface.all.dialogs_mac_vanilla
- Message robofab.interface.all.dialogs_mac_vanilla
- OneList robofab.interface.all.dialogs_mac_vanilla
- PutFile robofab.interface.all.dialogs_mac_vanilla
- SearchList robofab.interface.all.dialogs_mac_vanilla
- SelectFont robofab.interface.all.dialogs_mac_vanilla
- SelectGlyph robofab.interface.all.dialogs_mac_vanilla
- TwoChecks robofab.interface.all.dialogs_default
- TwoFields robofab.interface.all.dialogs_default
- ProgressBar robofab.interface.all.dialogs_mac_vanilla
-
- """
-
- print
- print "testing RoboFab Dialogs:"
- print "\tpython version:", pyVersion
- print "\tplatform:", platform
- print "\tapplication:", application
- print "\tapplicationVersion:", applicationVersion
- print "\tplatformVersion:", platformVersion
- print "\tlooking for module:", platformApplicationModuleName
- print "\t\tdid we find it?", foundPlatformModule
-
- print
- print "Available dialogs and source:"
- for name in __all__:
- if name in globals().keys():
- print "\t", name, "\t", globals()[name].__module__
- else:
- print "\t", name, "\t not loaded."
-
-if __name__ == "__main__":
- test()
-
diff --git a/misc/pylib/robofab/interface/all/dialogs_default.py b/misc/pylib/robofab/interface/all/dialogs_default.py
deleted file mode 100644
index c513aa9b7..000000000
--- a/misc/pylib/robofab/interface/all/dialogs_default.py
+++ /dev/null
@@ -1,76 +0,0 @@
-"""
-
- Dialog prototypes.
-
- These are loaded before any others. So if a specific platform implementation doesn't
- have all functions, these will make sure a NotImplemtedError is raised.
-
- http://www.robofab.org/tools/dialogs.html
-
-"""
-
-__all__ = [
- "AskString",
- "AskYesNoCancel",
- "FindGlyph",
- "GetFile",
- "GetFolder",
- "GetFileOrFolder",
- "Message",
- "OneList",
- "PutFile",
- "SearchList",
- "SelectFont",
- "SelectGlyph",
- "TwoChecks",
- "TwoFields",
- "ProgressBar",
-]
-
-# start with all the defaults.
-
-def AskString(message, value='', title='RoboFab'):
- raise NotImplementedError
-
-def AskYesNoCancel(message, title='RoboFab', default=0):
- raise NotImplementedError
-
-def FindGlyph(font, message="Search for a glyph:", title='RoboFab'):
- raise NotImplementedError
-
-def GetFile(message=None):
- raise NotImplementedError
-
-def GetFolder(message=None):
- raise NotImplementedError
-
-def GetFileOrFolder(message=None):
- raise NotImplementedError
-
-def Message(message, title='RoboFab'):
- raise NotImplementedError
-
-def OneList(list, message="Select an item:", title='RoboFab'):
- raise PendingDeprecationWarning
-
-def PutFile(message=None, fileName=None):
- raise NotImplementedError
-
-def SearchList(list, message="Select an item:", title='RoboFab'):
- raise NotImplementedError
-
-def SelectFont(message="Select a font:", title='RoboFab'):
- raise NotImplementedError
-
-def SelectGlyph(font, message="Select a glyph:", title='RoboFab'):
- raise NotImplementedError
-
-def TwoChecks(title_1="One", title_2="Two", value1=1, value2=1, title='RoboFab'):
- raise PendingDeprecationWarning
-
-def TwoFields(title_1="One:", value_1="0", title_2="Two:", value_2="0", title='RoboFab'):
- raise PendingDeprecationWarning
-
-class ProgressBar(object):
- pass
-
diff --git a/misc/pylib/robofab/interface/all/dialogs_fontlab_legacy1.py b/misc/pylib/robofab/interface/all/dialogs_fontlab_legacy1.py
deleted file mode 100644
index 73c3d7a15..000000000
--- a/misc/pylib/robofab/interface/all/dialogs_fontlab_legacy1.py
+++ /dev/null
@@ -1,73 +0,0 @@
-"""
-
- Dialogs for FontLab < 5.1.
-
- This one should be loaded for various platforms, using dialogKit
- http://www.robofab.org/tools/dialogs.html
-
-"""
-
-from FL import *
-from dialogKit import ModalDialog, Button, TextBox, EditText
-
-__all__ = [
- #"AskString",
- #"AskYesNoCancel",
- #"FindGlyph",
- "GetFile",
- "GetFolder",
- #"Message",
- #"OneList",
- #"PutFile",
- #"SearchList",
- #"SelectFont",
- #"SelectGlyph",
- #"TwoChecks",
- #"TwoFields",
- "ProgressBar",
-]
-
-
-def GetFile(message=None, title=None, directory=None, fileName=None, allowsMultipleSelection=False, fileTypes=None):
- strFilter = "All Files (*.*)|*.*|"
- defaultExt = ""
- # using fontlab's internal file dialogs
- return fl.GetFileName(1, defaultExt, message, strFilter)
-
-def GetFolder(message=None, title=None, directory=None, allowsMultipleSelection=False):
- # using fontlab's internal file dialogs
- if message is None:
- message = ""
- return fl.GetPathName(message)
-
-def PutFile(message=None, fileName=None):
- # using fontlab's internal file dialogs
- # message is not used
- if message is None:
- message = ""
- if fileName is None:
- fileName = ""
- defaultExt = ""
- return fl.GetFileName(0, defaultExt, fileName, '')
-
-class ProgressBar(object):
-
- def __init__(self, title="RoboFab...", ticks=0, label=""):
- self._tickValue = 1
- fl.BeginProgress(title, ticks)
-
- def getCurrentTick(self):
- return self._tickValue
-
- def tick(self, tickValue=None):
- if not tickValue:
- tickValue = self._tickValue
- fl.TickProgress(tickValue)
- self._tickValue = tickValue + 1
-
- def label(self, label):
- pass
-
- def close(self):
- fl.EndProgress()
-
diff --git a/misc/pylib/robofab/interface/all/dialogs_fontlab_legacy2.py b/misc/pylib/robofab/interface/all/dialogs_fontlab_legacy2.py
deleted file mode 100644
index 460b73f1e..000000000
--- a/misc/pylib/robofab/interface/all/dialogs_fontlab_legacy2.py
+++ /dev/null
@@ -1,373 +0,0 @@
-"""
-
- Dialogs for FontLab 5.1.
- This might work in future versions of FontLab as well.
- This is basically a butchered version of vanilla.dialogs.
- No direct import of, or dependency on Vanilla
-
- March 7 2012
- It seems only the dialogs that deal with the file system
- need to be replaced, the other dialogs still work.
- As we're not entirely sure whether it is worth to maintain
- these dialogs, let's fix the imports in dialogs.py.
-
- This is the phenolic aldehyde version of dialogs.
-
-"""
-
-#__import__("FL")
-from FL import *
-
-from Foundation import NSObject
-from AppKit import NSApplication, NSInformationalAlertStyle, objc, NSAlert, NSAlertFirstButtonReturn, NSAlertSecondButtonReturn, NSAlertThirdButtonReturn, NSSavePanel, NSOKButton, NSOpenPanel
-
-NSApplication.sharedApplication()
-
-__all__ = [
-# "AskString",
- "AskYesNoCancel",
-# "FindGlyph",
- "GetFile",
- "GetFolder",
- "GetFileOrFolder",
- "Message",
-# "OneList",
- "PutFile",
-# "SearchList",
-# "SelectFont",
-# "SelectGlyph",
-# "TwoChecks",
-# "TwoFields",
- "ProgressBar",
-]
-
-
-class BaseMessageDialog(NSObject):
-
- def initWithMessageText_informativeText_alertStyle_buttonTitlesValues_window_resultCallback_(self,
- messageText="",
- informativeText="",
- alertStyle=NSInformationalAlertStyle,
- buttonTitlesValues=None,
- parentWindow=None,
- resultCallback=None):
- if buttonTitlesValues is None:
- buttonTitlesValues = []
- self = super(BaseMessageDialog, self).init()
- self.retain()
- self._resultCallback = resultCallback
- self._buttonTitlesValues = buttonTitlesValues
- #
- alert = NSAlert.alloc().init()
- alert.setMessageText_(messageText)
- alert.setInformativeText_(informativeText)
- alert.setAlertStyle_(alertStyle)
- for buttonTitle, value in buttonTitlesValues:
- alert.addButtonWithTitle_(buttonTitle)
- self._value = None
- code = alert.runModal()
- self._translateValue(code)
- return self
-
- def _translateValue(self, code):
- if code == NSAlertFirstButtonReturn:
- value = 1
- elif code == NSAlertSecondButtonReturn:
- value = 2
- elif code == NSAlertThirdButtonReturn:
- value = 3
- else:
- value = code - NSAlertThirdButtonReturn + 3
- self._value = self._buttonTitlesValues[value-1][1]
-
- def windowWillClose_(self, notification):
- self.autorelease()
-
-
-class BasePutGetPanel(NSObject):
-
- def initWithWindow_resultCallback_(self, parentWindow=None, resultCallback=None):
- self = super(BasePutGetPanel, self).init()
- self.retain()
- self._parentWindow = parentWindow
- self._resultCallback = resultCallback
- return self
-
- def windowWillClose_(self, notification):
- self.autorelease()
-
-
-class PutFilePanel(BasePutGetPanel):
-
- def initWithWindow_resultCallback_(self, parentWindow=None, resultCallback=None):
- self = super(PutFilePanel, self).initWithWindow_resultCallback_(parentWindow, resultCallback)
- self.messageText = None
- self.title = None
- self.fileTypes = None
- self.directory = None
- self.fileName = None
- self.canCreateDirectories = True
- self.accessoryView = None
- self._result = None
- return self
-
- def run(self):
- panel = NSSavePanel.alloc().init()
- if self.messageText:
- panel.setMessage_(self.messageText)
- if self.title:
- panel.setTitle_(self.title)
- if self.directory:
- panel.setDirectory_(self.directory)
- if self.fileTypes:
- panel.setAllowedFileTypes_(self.fileTypes)
- panel.setCanCreateDirectories_(self.canCreateDirectories)
- panel.setCanSelectHiddenExtension_(True)
- panel.setAccessoryView_(self.accessoryView)
- if self._parentWindow is not None:
- panel.beginSheetForDirectory_file_modalForWindow_modalDelegate_didEndSelector_contextInfo_(
- self.directory, self.fileName, self._parentWindow, self, "savePanelDidEnd:returnCode:contextInfo:", 0)
- else:
- isOK = panel.runModalForDirectory_file_(self.directory, self.fileName)
- if isOK == NSOKButton:
- self._result = panel.filename()
-
- def savePanelDidEnd_returnCode_contextInfo_(self, panel, returnCode, context):
- panel.close()
- if returnCode:
- self._result = panel.filename()
- if self._resultCallback is not None:
- self._resultCallback(self._result)
-
- savePanelDidEnd_returnCode_contextInfo_ = objc.selector(savePanelDidEnd_returnCode_contextInfo_, signature="v@:@ii")
-
-
-class GetFileOrFolderPanel(BasePutGetPanel):
-
- def initWithWindow_resultCallback_(self, parentWindow=None, resultCallback=None):
- self = super(GetFileOrFolderPanel, self).initWithWindow_resultCallback_(parentWindow, resultCallback)
- self.messageText = None
- self.title = None
- self.directory = None
- self.fileName = None
- self.fileTypes = None
- self.allowsMultipleSelection = False
- self.canChooseDirectories = True
- self.canChooseFiles = True
- self.resolvesAliases = True
- self._result = None
- return self
-
- def run(self):
- panel = NSOpenPanel.alloc().init()
- if self.messageText:
- panel.setMessage_(self.messageText)
- if self.title:
- panel.setTitle_(self.title)
- if self.directory:
- panel.setDirectory_(self.directory)
- if self.fileTypes:
- panel.setAllowedFileTypes_(self.fileTypes)
- panel.setCanChooseDirectories_(self.canChooseDirectories)
- panel.setCanChooseFiles_(self.canChooseFiles)
- panel.setAllowsMultipleSelection_(self.allowsMultipleSelection)
- panel.setResolvesAliases_(self.resolvesAliases)
- if self._parentWindow is not None:
- panel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo_(
- self.directory, self.fileName, self.fileTypes, self._parentWindow, self, "openPanelDidEnd:returnCode:contextInfo:", 0)
- else:
- isOK = panel.runModalForDirectory_file_types_(self.directory, self.fileName, self.fileTypes)
- if isOK == NSOKButton:
- self._result = panel.filenames()
-
- def openPanelDidEnd_returnCode_contextInfo_(self, panel, returnCode, context):
- panel.close()
- if returnCode:
- self._result = panel.filenames()
- if self._resultCallback is not None:
- self._resultCallback(self._result)
-
- openPanelDidEnd_returnCode_contextInfo_ = objc.selector(openPanelDidEnd_returnCode_contextInfo_, signature="v@:@ii")
-
-
-def Message(message="", title='noLongerUsed', informativeText=""):
- """Legacy robofab dialog compatible wrapper."""
- #def _message(messageText="", informativeText="", alertStyle=NSInformationalAlertStyle, parentWindow=None, resultCallback=None):
- resultCallback = None
- alert = BaseMessageDialog.alloc().initWithMessageText_informativeText_alertStyle_buttonTitlesValues_window_resultCallback_(
- messageText=message,
- informativeText=informativeText,
- alertStyle=NSInformationalAlertStyle,
- buttonTitlesValues=[("OK", 1)],
- parentWindow=None,
- resultCallback=None)
- if resultCallback is None:
- return 1
-
-
-def AskYesNoCancel(message, title='noLongerUsed', default=None, informativeText=""):
- """
- AskYesNoCancel Dialog
-
- message the string
- title* a title of the window
- (may not be supported everywhere)
- default* index number of which button should be default
- (i.e. respond to return)
- informativeText* A string with secundary information
-
- * may not be supported everywhere
- """
- parentWindow = None
- alert = BaseMessageDialog.alloc().initWithMessageText_informativeText_alertStyle_buttonTitlesValues_window_resultCallback_(
- messageText=message,
- informativeText=informativeText,
- alertStyle=NSInformationalAlertStyle,
- buttonTitlesValues=[("Cancel", -1), ("Yes", 1), ("No", 0)],
- parentWindow=None,
- resultCallback=None)
- return alert._value
-
-def _askYesNo(messageText="", informativeText="", alertStyle=NSInformationalAlertStyle, parentWindow=None, resultCallback=None):
- parentWindow = None
- alert = BaseMessageDialog.alloc().initWithMessageText_informativeText_alertStyle_buttonTitlesValues_window_resultCallback_(
- messageText=messageText, informativeText=informativeText, alertStyle=alertStyle, buttonTitlesValues=[("Yes", 1), ("No", 0)], parentWindow=parentWindow, resultCallback=resultCallback)
- if resultCallback is None:
- return alert._value
-
-def GetFile(message=None, title=None, directory=None, fileName=None, allowsMultipleSelection=False, fileTypes=None):
- """ Legacy robofab dialog compatible wrapper.
- This will select UFO on OSX 10.7, FL5.1
- """
- parentWindow = None
- resultCallback=None
- basePanel = GetFileOrFolderPanel.alloc().initWithWindow_resultCallback_(parentWindow, resultCallback)
- basePanel.messageText = message
- basePanel.title = title
- basePanel.directory = directory
- basePanel.fileName = fileName
- basePanel.fileTypes = fileTypes
- basePanel.allowsMultipleSelection = allowsMultipleSelection
- basePanel.canChooseDirectories = False
- basePanel.canChooseFiles = True
- basePanel.run()
- if basePanel._result is None:
- return None
- if not allowsMultipleSelection:
- # compatibly return only one as we expect
- return str(list(basePanel._result)[0])
- else:
- # return more if we explicitly expect
- return [str(n) for n in list(basePanel._result)]
-
-def GetFolder(message=None, title=None, directory=None, allowsMultipleSelection=False):
- parentWindow = None
- resultCallback = None
- basePanel = GetFileOrFolderPanel.alloc().initWithWindow_resultCallback_(parentWindow, resultCallback)
- basePanel.messageText = message
- basePanel.title = title
- basePanel.directory = directory
- basePanel.allowsMultipleSelection = allowsMultipleSelection
- basePanel.canChooseDirectories = True
- basePanel.canChooseFiles = False
- basePanel.run()
- if basePanel._result is None:
- return None
- if not allowsMultipleSelection:
- # compatibly return only one as we expect
- return str(list(basePanel._result)[0])
- else:
- # return more if we explicitly expect
- return [str(n) for n in list(basePanel._result)]
-
-def GetFileOrFolder(message=None, title=None, directory=None, fileName=None, allowsMultipleSelection=False, fileTypes=None, parentWindow=None, resultCallback=None):
- parentWindow = None
- basePanel = GetFileOrFolderPanel.alloc().initWithWindow_resultCallback_(parentWindow, resultCallback)
- basePanel.messageText = message
- basePanel.title = title
- basePanel.directory = directory
- basePanel.fileName = fileName
- basePanel.fileTypes = fileTypes
- basePanel.allowsMultipleSelection = allowsMultipleSelection
- basePanel.canChooseDirectories = True
- basePanel.canChooseFiles = True
- basePanel.run()
- if basePanel._result is None:
- return None
- if not allowsMultipleSelection:
- # compatibly return only one as we expect
- return str(list(basePanel._result)[0])
- else:
- # return more if we explicitly expect
- return [str(n) for n in list(basePanel._result)]
-
-def PutFile(message=None, title=None, directory=None, fileName=None, canCreateDirectories=True, fileTypes=None):
- parentWindow = None
- resultCallback=None
- accessoryView=None
- basePanel = PutFilePanel.alloc().initWithWindow_resultCallback_(parentWindow, resultCallback)
- basePanel.messageText = message
- basePanel.title = title
- basePanel.directory = directory
- basePanel.fileName = fileName
- basePanel.fileTypes = fileTypes
- basePanel.canCreateDirectories = canCreateDirectories
- basePanel.accessoryView = accessoryView
- basePanel.run()
- return str(basePanel._result)
-
-
-class ProgressBar(object):
-
- def __init__(self, title="RoboFab...", ticks=0, label=""):
- self._tickValue = 1
- fl.BeginProgress(title, ticks)
-
- def getCurrentTick(self):
- return self._tickValue
-
- def tick(self, tickValue=None):
- if not tickValue:
- tickValue = self._tickValue
- fl.TickProgress(tickValue)
- self._tickValue = tickValue + 1
-
- def label(self, label):
- pass
-
- def close(self):
- fl.EndProgress()
-
-
-# we seem to have problems importing from here.
-# so let's see what happens if we make the robofab compatible wrappers here as well.
-
-# start with all the defaults.
-
-#def AskString(message, value='', title='RoboFab'):
-# raise NotImplementedError
-
-#def FindGlyph(aFont, message="Search for a glyph:", title='RoboFab'):
-# raise NotImplementedError
-
-#def OneList(list, message="Select an item:", title='RoboFab'):
-# raise NotImplementedError
-
-#def PutFile(message=None, fileName=None):
-# raise NotImplementedError
-
-#def SearchList(list, message="Select an item:", title='RoboFab'):
-# raise NotImplementedError
-
-#def SelectFont(message="Select a font:", title='RoboFab'):
-# raise NotImplementedError
-
-#def SelectGlyph(font, message="Select a glyph:", title='RoboFab'):
-# raise NotImplementedError
-
-#def TwoChecks(title_1="One", title_2="Two", value1=1, value2=1, title='RoboFab'):
-# raise NotImplementedError
-
-#def TwoFields(title_1="One:", value_1="0", title_2="Two:", value_2="0", title='RoboFab'):
-# raise NotImplementedError
-
diff --git a/misc/pylib/robofab/interface/all/dialogs_legacy.py b/misc/pylib/robofab/interface/all/dialogs_legacy.py
deleted file mode 100755
index 8223a7d64..000000000
--- a/misc/pylib/robofab/interface/all/dialogs_legacy.py
+++ /dev/null
@@ -1,737 +0,0 @@
-
-"""
-
-Dialogs.
-Cross-platform and cross-application compatible. Some of them anyway.
-(Not all dialogs work on PCs outside of FontLab. Some dialogs are for FontLab only. Sorry.)
-
-Mac and FontLab implementation written by the RoboFab development team.
-PC implementation by Eigi Eigendorf and is (C)2002 Eigi Eigendorf.
-
-"""
-
-import os
-import sys
-from robofab import RoboFabError
-from warnings import warn
-
-MAC = False
-PC = False
-haveMacfs = False
-
-if sys.platform in ('mac', 'darwin'):
- MAC = True
-elif os.name == 'nt':
- PC = True
-else:
- warn("dialogs.py only supports Mac and PC platforms.")
-pyVersion = sys.version_info[:3]
-
-inFontLab = False
-try:
- from FL import *
- inFontLab = True
-except ImportError: pass
-
-
-try:
- import W
- hasW = True
-except ImportError:
- hasW = False
-
-try:
- import dialogKit
- hasDialogKit = True
-except ImportError:
- hasDialogKit = False
-
-try:
- import EasyDialogs
- hasEasyDialogs = True
-except:
- hasEasyDialogs = False
-
-if MAC:
- if pyVersion < (2, 3, 0):
- import macfs
- haveMacfs = True
-elif PC and not inFontLab:
- from win32com.shell import shell
- import win32ui
- import win32con
-
-
-def _raisePlatformError(dialog):
- """error raiser"""
- if MAC:
- p = 'Macintosh'
- elif PC:
- p = 'PC'
- else:
- p = sys.platform
- raise RoboFabError("%s is not currently available on the %s platform"%(dialog, p))
-
-
-class _FontLabDialogOneList:
- """A one list dialog for FontLab. This class should not be called directly. Use the OneList function."""
-
- def __init__(self, list, message, title='RoboFab'):
- self.message = message
- self.selected = None
- self.list = list
- self.d = Dialog(self)
- self.d.size = Point(250, 250)
- self.d.title = title
- self.d.Center()
- self.d.AddControl(LISTCONTROL, Rect(12, 30, 238, 190), "list", STYLE_LIST, self.message)
- self.list_index = 0
-
- def Run(self):
- return self.d.Run()
-
- def on_cancel(self, code):
- self.selected = None
-
- def on_ok(self, code):
- self.d.GetValue('list')
- # Since FLS v5.2, the GetValue() method of the Dialog() class returns
- # a 'wrong' index value from the specified LISTCONTROL.
- # If the selected index is n, it will return n-1. For example, when
- # the index is 1, it returns 0; when it's 2, it returns 1, and so on.
- # If the selection is empty, FLS v5.2 returns -2, while the old v5.0
- # returned None.
- # See also:
- # - http://forum.fontlab.com/index.php?topic=8807.0
- # - http://forum.fontlab.com/index.php?topic=9003.0
- #
- # Edited based on feedback from Adam Twardoch
- if fl.buildnumber > 4600 and sys.platform == 'win32':
- if self.list_index == -2:
- self.selected = None
- else:
- self.selected = self.list_index + 1
- else:
- self.selected = self.list_index
-
-
-class _FontLabDialogSearchList:
- """A dialog for searching through a list. It contains a text field and a results list FontLab. This class should not be called directly. Use the SearchList function."""
-
- def __init__(self, aList, message, title="RoboFab"):
- self.d = Dialog(self)
- self.d.size = Point(250, 290)
- self.d.title = title
- self.d.Center()
-
- self.message = message
- self._fullContent = aList
- self.possibleHits = list(aList)
- self.possibleHits.sort()
- self.possibleHits_index = 0
- self.entryField = ""
- self.selected = None
-
- self.d.AddControl(STATICCONTROL, Rect(10, 10, 240, 30), "message", STYLE_LABEL, message)
- self.d.AddControl(EDITCONTROL, Rect(10, 30, 240, aAUTO), "entryField", STYLE_EDIT, "")
- self.d.AddControl(LISTCONTROL, Rect(12, 60, 238, 230), "possibleHits", STYLE_LIST, "")
-
-
- def run(self):
- self.d.Run()
-
- def on_entryField(self, code):
- self.d.GetValue("entryField")
- entry = self.entryField
- count = len(entry)
- possibleHits = [
- i for i in self._fullContent
- if len(i) >= count
- and i[:count] == entry
- ]
- possibleHits.sort()
- self.possibleHits = possibleHits
- self.possibleHits_index = 0
- self.d.PutValue("possibleHits")
-
- def on_ok(self, code):
- self.d.GetValue("possibleHits")
- sel = self.possibleHits_index
- if sel == -1:
- self.selected = None
- else:
- self.selected = self.possibleHits[sel]
-
- def on_cancel(self, code):
- self.selected = None
-
-
-class _FontLabDialogTwoFields:
- """A two field dialog for FontLab. This class should not be called directly. Use the TwoFields function."""
-
- def __init__(self, title_1, value_1, title_2, value_2, title='RoboFab'):
- self.d = Dialog(self)
- self.d.size = Point(200, 125)
- self.d.title = title
- self.d.Center()
- self.d.AddControl(EDITCONTROL, Rect(120, 10, aIDENT2, aAUTO), "v1edit", STYLE_EDIT, title_1)
- self.d.AddControl(EDITCONTROL, Rect(120, 40, aIDENT2, aAUTO), "v2edit", STYLE_EDIT, title_2)
- self.v1edit = value_1
- self.v2edit = value_2
-
- def Run(self):
- return self.d.Run()
-
- def on_cancel(self, code):
- self.v1edit = None
- self.v2edit = None
-
- def on_ok(self, code):
- self.d.GetValue("v1edit")
- self.d.GetValue("v2edit")
- self.v1 = self.v1edit
- self.v2 = self.v2edit
-
-class _FontLabDialogTwoChecks:
- """A two check box dialog for FontLab. This class should not be called directly. Use the TwoChecks function."""
-
- def __init__(self, title_1, title_2, value1=1, value2=1, title='RoboFab'):
- self.d = Dialog(self)
- self.d.size = Point(200, 105)
- self.d.title = title
- self.d.Center()
- self.d.AddControl(CHECKBOXCONTROL, Rect(10, 10, aIDENT2, aAUTO), "check1", STYLE_CHECKBOX, title_1)
- self.d.AddControl(CHECKBOXCONTROL, Rect(10, 30, aIDENT2, aAUTO), "check2", STYLE_CHECKBOX, title_2)
- self.check1 = value1
- self.check2 = value2
-
- def Run(self):
- return self.d.Run()
-
- def on_cancel(self, code):
- self.check1 = None
- self.check2 = None
-
- def on_ok(self, code):
- self.d.GetValue("check1")
- self.d.GetValue("check2")
-
-
-class _FontLabDialogAskString:
- """A one simple string prompt dialog for FontLab. This class should not be called directly. Use the GetString function."""
-
- def __init__(self, message, value, title='RoboFab'):
- self.d = Dialog(self)
- self.d.size = Point(350, 130)
- self.d.title = title
- self.d.Center()
- self.d.AddControl(STATICCONTROL, Rect(aIDENT, aIDENT, aIDENT, aAUTO), "label", STYLE_LABEL, message)
- self.d.AddControl(EDITCONTROL, Rect(aIDENT, 40, aIDENT, aAUTO), "value", STYLE_EDIT, '')
- self.value=value
-
- def Run(self):
- return self.d.Run()
-
- def on_cancel(self, code):
- self.value = None
-
- def on_ok(self, code):
- self.d.GetValue("value")
-
-class _FontLabDialogMessage:
- """A simple message dialog for FontLab. This class should not be called directly. Use the SimpleMessage function."""
-
- def __init__(self, message, title='RoboFab'):
- self.d = Dialog(self)
- self.d.size = Point(350, 130)
- self.d.title = title
- self.d.Center()
- self.d.AddControl(STATICCONTROL, Rect(aIDENT, aIDENT, aIDENT, 80), "label", STYLE_LABEL, message)
-
- def Run(self):
- return self.d.Run()
-
-class _FontLabDialogGetYesNoCancel:
- """A yes no cancel message dialog for FontLab. This class should not be called directly. Use the YesNoCancel function."""
-
- def __init__(self, message, title='RoboFab'):
- self.d = Dialog(self)
- self.d.size = Point(350, 130)
- self.d.title = title
- self.d.Center()
- self.d.ok = 'Yes'
- self.d.AddControl(STATICCONTROL, Rect(aIDENT, aIDENT, aIDENT, 80), "label", STYLE_LABEL, message)
- self.d.AddControl(BUTTONCONTROL, Rect(100, 95, 172, 115), "button", STYLE_BUTTON, "No")
- self.value = 0
-
- def Run(self):
- return self.d.Run()
-
- def on_ok(self, code):
- self.value = 1
-
- def on_cancel(self, code):
- self.value = -1
-
- def on_button(self, code):
- self.value = 0
- self.d.End()
-
-
-class _MacOneListW:
- """A one list dialog for Macintosh. This class should not be called directly. Use the OneList function."""
-
- def __init__(self, list, message='Make a selection'):
- import W
- self.list = list
- self.selected = None
- self.w = W.ModalDialog((200, 240))
- self.w.message = W.TextBox((10, 10, -10, 30), message)
- self.w.list = W.List((10, 35, -10, -50), list)
- self.w.l = W.HorizontalLine((10, -40, -10, 1), 1)
- self.w.cancel = W.Button((10, -30, 87, -10), 'Cancel', self.cancel)
- self.w.ok = W.Button((102, -30, 88, -10), 'OK', self.ok)
- self.w.setdefaultbutton(self.w.ok)
- self.w.bind('cmd.', self.w.cancel.push)
- self.w.open()
-
- def ok(self):
- if len(self.w.list.getselection()) == 1:
- self.selected = self.w.list.getselection()[0]
- self.w.close()
-
- def cancel(self):
- self.selected = None
- self.w.close()
-
-class _MacTwoChecksW:
- """ Version using W """
-
- def __init__(self, title_1, title_2, value1=1, value2=1, title='RoboFab'):
- import W
- self.check1 = value1
- self.check2 = value2
- self.w = W.ModalDialog((200, 100))
- self.w.check1 = W.CheckBox((10, 10, -10, 16), title_1, value=value1)
- self.w.check2 = W.CheckBox((10, 35, -10, 16), title_2, value=value2)
- self.w.l = W.HorizontalLine((10, 60, -10, 1), 1)
- self.w.cancel = W.Button((10, 70, 85, 20), 'Cancel', self.cancel)
- self.w.ok = W.Button((105, 70, 85, 20), 'OK', self.ok)
- self.w.setdefaultbutton(self.w.ok)
- self.w.bind('cmd.', self.w.cancel.push)
- self.w.open()
-
- def ok(self):
- self.check1 = self.w.check1.get()
- self.check2 = self.w.check2.get()
- self.w.close()
-
- def cancel(self):
- self.check1 = None
- self.check2 = None
- self.w.close()
-
-
-class ProgressBar:
- def __init__(self, title='RoboFab...', ticks=0, label=''):
- """
- A progress bar.
- Availability: FontLab, Mac
- """
- self._tickValue = 1
-
- if inFontLab:
- fl.BeginProgress(title, ticks)
- elif MAC and hasEasyDialogs:
- import EasyDialogs
- self._bar = EasyDialogs.ProgressBar(title, maxval=ticks, label=label)
- else:
- _raisePlatformError('Progress')
-
- def getCurrentTick(self):
- return self._tickValue
-
-
- def tick(self, tickValue=None):
- """
- Tick the progress bar.
- Availability: FontLab, Mac
- """
- if not tickValue:
- tickValue = self._tickValue
-
- if inFontLab:
- fl.TickProgress(tickValue)
- elif MAC:
- self._bar.set(tickValue)
- else:
- pass
-
- self._tickValue = tickValue + 1
-
- def label(self, label):
- """
- Set the label on the progress bar.
- Availability: Mac
- """
- if inFontLab:
- pass
- elif MAC:
- self._bar.label(label)
- else:
- pass
-
-
- def close(self):
- """
- Close the progressbar.
- Availability: FontLab, Mac
- """
- if inFontLab:
- fl.EndProgress()
- elif MAC:
- del self._bar
- else:
- pass
-
-
-def SelectFont(message="Select a font:", title='RoboFab'):
- """
- Returns font instance if there is one, otherwise it returns None.
- Availability: FontLab
- """
- from robofab.world import RFont
- if inFontLab:
- list = []
- for i in range(fl.count):
- list.append(fl[i].full_name)
- name = OneList(list, message, title)
- if name is None:
- return None
- else:
- return RFont(fl[list.index(name)])
- else:
- _raisePlatformError('SelectFont')
-
-def SelectGlyph(font, message="Select a glyph:", title='RoboFab'):
- """
- Returns glyph instance if there is one, otherwise it returns None.
- Availability: FontLab
- """
- from fontTools.misc.textTools import caselessSort
-
- if inFontLab:
- tl = font.keys()
- list = caselessSort(tl)
- glyphname = OneList(list, message, title)
- if glyphname is None:
- return None
- else:
- return font[glyphname]
- else:
- _raisePlatformError('SelectGlyph')
-
-def FindGlyph(font, message="Search for a glyph:", title='RoboFab'):
- """
- Returns glyph instance if there is one, otherwise it returns None.
- Availability: FontLab
- """
-
- if inFontLab:
- glyphname = SearchList(font.keys(), message, title)
- if glyphname is None:
- return None
- else:
- return font[glyphname]
- else:
- _raisePlatformError('SelectGlyph')
-
-def OneList(list, message="Select an item:", title='RoboFab'):
- """
- Returns selected item, otherwise it returns None.
- Availability: FontLab, Macintosh
- """
- if inFontLab:
- ol = _FontLabDialogOneList(list, message)
- ol.Run()
- selected = ol.selected
- if selected is None:
- return None
- else:
- try:
- return list[selected]
- except:
- return None
- elif MAC:
- if hasW:
- d = _MacOneListW(list, message)
- sel = d.selected
- if sel is None:
- return None
- else:
- return list[sel]
- else:
- _raisePlatformError('OneList')
- elif PC:
- _raisePlatformError('OneList')
-
-def SearchList(list, message="Select an item:", title='RoboFab'):
- """
- Returns selected item, otherwise it returns None.
- Availability: FontLab
- """
- if inFontLab:
- sl = _FontLabDialogSearchList(list, message, title)
- sl.run()
- selected = sl.selected
- if selected is None:
- return None
- else:
- return selected
- else:
- _raisePlatformError('SearchList')
-
-def TwoFields(title_1="One:", value_1="0", title_2="Two:", value_2="0", title='RoboFab'):
- """
- Returns (value 1, value 2).
- Availability: FontLab
- """
- if inFontLab:
- tf = _FontLabDialogTwoFields(title_1, value_1, title_2, value_2, title)
- tf.Run()
- try:
- v1 = tf.v1
- v2 = tf.v2
- return (v1, v2)
- except:
- return None
- else:
- _raisePlatformError('TwoFields')
-
-def TwoChecks(title_1="One", title_2="Two", value1=1, value2=1, title='RoboFab'):
- """
- Returns check value:
- 1 if check box 1 is checked
- 2 if check box 2 is checked
- 3 if both are checked
- 0 if neither are checked
- None if cancel is clicked.
-
- Availability: FontLab, Macintosh
- """
- tc = None
- if inFontLab:
- tc = _FontLabDialogTwoChecks(title_1, title_2, value1, value2, title)
- tc.Run()
- elif MAC:
- if hasW:
- tc = _MacTwoChecksW(title_1, title_2, value1, value2, title)
- else:
- _raisePlatformError('TwoChecks')
- else:
- _raisePlatformError('TwoChecks')
- c1 = tc.check1
- c2 = tc.check2
- if c1 == 1 and c2 == 0:
- return 1
- elif c1 == 0 and c2 == 1:
- return 2
- elif c1 == 1 and c2 == 1:
- return 3
- elif c1 == 0 and c2 == 0:
- return 0
- else:
- return None
-
-def Message(message, title='RoboFab'):
- """
- A simple message dialog.
- Availability: FontLab, Macintosh
- """
- if inFontLab:
- _FontLabDialogMessage(message, title).Run()
- elif MAC:
- import EasyDialogs
- EasyDialogs.Message(message)
- else:
- _raisePlatformError('Message')
-
-def AskString(message, value='', title='RoboFab'):
- """
- Returns entered string.
- Availability: FontLab, Macintosh
- """
- if inFontLab:
- askString = _FontLabDialogAskString(message, value, title)
- askString.Run()
- v = askString.value
- if v is None:
- return None
- else:
- return v
- elif MAC:
- import EasyDialogs
- askString = EasyDialogs.AskString(message)
- if askString is None:
- return None
- if len(askString) == 0:
- return None
- else:
- return askString
- else:
- _raisePlatformError('GetString')
-
-def AskYesNoCancel(message, title='RoboFab', default=0):
- """
- Returns 1 for 'Yes', 0 for 'No' and -1 for 'Cancel'.
- Availability: FontLab, Macintosh
- ("default" argument only available on Macintosh)
- """
- if inFontLab:
- gync = _FontLabDialogGetYesNoCancel(message, title)
- gync.Run()
- v = gync.value
- return v
- elif MAC:
- import EasyDialogs
- gync = EasyDialogs.AskYesNoCancel(message, default=default)
- return gync
- else:
- _raisePlatformError('GetYesNoCancel')
-
-def GetFile(message=None):
- """
- Select file dialog. Returns path if one is selected. Otherwise it returns None.
- Availability: FontLab, Macintosh, PC
- """
- path = None
- if MAC:
- if haveMacfs:
- fss, ok = macfs.PromptGetFile(message)
- if ok:
- path = fss.as_pathname()
- else:
- from robofab.interface.mac.getFileOrFolder import GetFile
- path = GetFile(message)
- elif PC:
- if inFontLab:
- if not message:
- message = ''
- path = fl.GetFileName(1, message, '', '')
- else:
- openFlags = win32con.OFN_FILEMUSTEXIST|win32con.OFN_EXPLORER
- mode_open = 1
- myDialog = win32ui.CreateFileDialog(mode_open,None,None,openFlags)
- myDialog.SetOFNTitle(message)
- is_OK = myDialog.DoModal()
- if is_OK == 1:
- path = myDialog.GetPathName()
- else:
- _raisePlatformError('GetFile')
- return path
-
-def GetFolder(message=None):
- """
- Select folder dialog. Returns path if one is selected. Otherwise it returns None.
- Availability: FontLab, Macintosh, PC
- """
- path = None
- if MAC:
- if haveMacfs:
- fss, ok = macfs.GetDirectory(message)
- if ok:
- path = fss.as_pathname()
- else:
- from robofab.interface.mac.getFileOrFolder import GetFileOrFolder
- # This _also_ allows the user to select _files_, but given the
- # package/folder dichotomy, I think we have no other choice.
- path = GetFileOrFolder(message)
- elif PC:
- if inFontLab:
- if not message:
- message = ''
- path = fl.GetPathName('', message)
- else:
- myTuple = shell.SHBrowseForFolder(0, None, message, 64)
- try:
- path = shell.SHGetPathFromIDList(myTuple[0])
- except:
- pass
- else:
- _raisePlatformError('GetFile')
- return path
-
-GetDirectory = GetFolder
-
-def PutFile(message=None, fileName=None):
- """
- Save file dialog. Returns path if one is entered. Otherwise it returns None.
- Availability: FontLab, Macintosh, PC
- """
- path = None
- if MAC:
- if haveMacfs:
- fss, ok = macfs.StandardPutFile(message, fileName)
- if ok:
- path = fss.as_pathname()
- else:
- import EasyDialogs
- path = EasyDialogs.AskFileForSave(message, savedFileName=fileName)
- elif PC:
- if inFontLab:
- if not message:
- message = ''
- if not fileName:
- fileName = ''
- path = fl.GetFileName(0, message, fileName, '')
- else:
- openFlags = win32con.OFN_OVERWRITEPROMPT|win32con.OFN_EXPLORER
- mode_save = 0
- myDialog = win32ui.CreateFileDialog(mode_save, None, fileName, openFlags)
- myDialog.SetOFNTitle(message)
- is_OK = myDialog.DoModal()
- if is_OK == 1:
- path = myDialog.GetPathName()
- else:
- _raisePlatformError('GetFile')
- return path
-
-
-if __name__=='__main__':
- import traceback
-
- print "dialogs hasW", hasW
- print "dialogs hasDialogKit", hasDialogKit
- print "dialogs MAC", MAC
- print "dialogs PC", PC
- print "dialogs inFontLab", inFontLab
- print "dialogs hasEasyDialogs", hasEasyDialogs
-
- def tryDialog(dialogClass, args=None):
- print
- print "tryDialog:", dialogClass, "with args:", args
- try:
- if args is not None:
- apply(dialogClass, args)
- else:
- apply(dialogClass)
- except:
- traceback.print_exc(limit=0)
-
- tryDialog(TwoChecks, ('hello', 'world', 1, 0, 'ugh'))
- tryDialog(TwoFields)
- tryDialog(TwoChecks, ('hello', 'world', 1, 0, 'ugh'))
- tryDialog(OneList, (['a', 'b', 'c'], 'hello world'))
- tryDialog(Message, ('hello world',))
- tryDialog(AskString, ('hello world',))
- tryDialog(AskYesNoCancel, ('hello world',))
-
- try:
- b = ProgressBar('hello', 50, 'world')
- for i in range(50):
- if i == 25:
- b.label('ugh.')
- b.tick(i)
- b.close()
- except:
- traceback.print_exc(limit=0)
diff --git a/misc/pylib/robofab/interface/all/dialogs_mac_vanilla.py b/misc/pylib/robofab/interface/all/dialogs_mac_vanilla.py
deleted file mode 100644
index d4b76f9c7..000000000
--- a/misc/pylib/robofab/interface/all/dialogs_mac_vanilla.py
+++ /dev/null
@@ -1,267 +0,0 @@
-"""
-
- Dialogs for environments that support cocao / vanilla.
-
-"""
-
-import vanilla.dialogs
-from AppKit import NSApp, NSModalPanelWindowLevel, NSWindowCloseButton, NSWindowZoomButton, NSWindowMiniaturizeButton
-
-__all__ = [
- "AskString",
- "AskYesNoCancel",
- "FindGlyph",
- "GetFile",
- "GetFileOrFolder",
- "GetFolder",
- "Message",
- "OneList",
- "PutFile",
- "SearchList",
- "SelectFont",
- "SelectGlyph",
-# "TwoChecks",
-# "TwoFields",
- "ProgressBar",
-]
-
-class _ModalWindow(vanilla.Window):
-
- nsWindowLevel = NSModalPanelWindowLevel
-
- def __init__(self, *args, **kwargs):
- super(_ModalWindow, self).__init__(*args, **kwargs)
- self._window.standardWindowButton_(NSWindowCloseButton).setHidden_(True)
- self._window.standardWindowButton_(NSWindowZoomButton).setHidden_(True)
- self._window.standardWindowButton_(NSWindowMiniaturizeButton).setHidden_(True)
-
- def open(self):
- super(_ModalWindow, self).open()
- self.center()
- NSApp().runModalForWindow_(self._window)
-
- def windowWillClose_(self, notification):
- super(_ModalWindow, self).windowWillClose_(notification)
- NSApp().stopModal()
-
-
-class _baseWindowController(object):
-
- def setUpBaseWindowBehavior(self):
- self._getValue = None
-
- self.w.okButton = vanilla.Button((-70, -30, -15, 20), "OK", callback=self.okCallback, sizeStyle="small")
- self.w.setDefaultButton(self.w.okButton)
-
- self.w.closeButton = vanilla.Button((-150, -30, -80, 20), "Cancel", callback=self.closeCallback, sizeStyle="small")
- self.w.closeButton.bind(".", ["command"])
- self.w.closeButton.bind(unichr(27), [])
-
- self.cancelled = False
-
- def okCallback(self, sender):
- self.w.close()
-
- def closeCallback(self, sender):
- self.cancelled = True
- self.w.close()
-
- def get(self):
- raise NotImplementedError
-
-
-class _AskStringController(_baseWindowController):
-
- def __init__(self, message, value, title):
- self.w = _ModalWindow((370, 110), title)
-
- self.w.infoText = vanilla.TextBox((15, 10, -15, 22), message)
- self.w.input = vanilla.EditText((15, 40, -15, 22))
- self.w.input.set(value)
-
- self.setUpBaseWindowBehavior()
- self.w.open()
-
- def get(self):
- if self.cancelled:
- return None
- return self.w.input.get()
-
-
-class _listController(_baseWindowController):
-
- def __init__(self, items, message, title, showSearch=False):
-
- self.items = items
-
- self.w = _ModalWindow((350, 300), title)
- y = 10
- self.w.infoText = vanilla.TextBox((15, y, -15, 22), message)
- y += 25
- if showSearch:
- self.w.search = vanilla.SearchBox((15, y, -15, 22), callback=self.searchCallback)
- y += 25
- self.w.itemList = vanilla.List((15, y, -15, -40), self.items, allowsMultipleSelection=False)
-
- self.setUpBaseWindowBehavior()
- self.w.open()
-
- def searchCallback(self, sender):
- search = sender.get()
-
- newItems = [item for item in self.items if repr(item).startswith(search)]
- self.w.itemList.set(newItems)
- if newItems:
- self.w.itemList.setSelection([0])
-
- def get(self):
- index = self.w.itemList.getSelection()
- if index:
- index = index[0]
- return self.w.itemList[index]
- return None
-
-
-def AskString(message, value='', title='RoboFab'):
- """
- AskString Dialog
-
- message the string
- value a default value
- title a title of the window (may not be supported everywhere)
- """
- w = _AskStringController(message, value, title)
- return w.get()
-
-def AskYesNoCancel(message, title='RoboFab', default=0, informativeText=""):
- """
- AskYesNoCancel Dialog
-
- message the string
- title* a title of the window
- (may not be supported everywhere)
- default* index number of which button should be default
- (i.e. respond to return)
- informativeText* A string with secundary information
-
- * may not be supported everywhere
- """
- return vanilla.dialogs.askYesNoCancel(messageText=message, informativeText=informativeText)
-
-def FindGlyph(aFont, message="Search for a glyph:", title='RoboFab'):
- items = aFont.keys()
- items.sort()
- w = _listController(items, message, title, showSearch=True)
- glyphName = w.get()
- if glyphName is not None:
- return aFont[glyphName]
- return None
-
-def GetFile(message=None, title=None, directory=None, fileName=None, allowsMultipleSelection=False, fileTypes=None):
- result = vanilla.dialogs.getFile(messageText=message, title=title, directory=directory, fileName=fileName, allowsMultipleSelection=allowsMultipleSelection, fileTypes=fileTypes)
- if result is None:
- return None
- if not allowsMultipleSelection:
- return str(list(result)[0])
- else:
- return [str(n) for n in list(result)]
-
-def GetFolder(message=None, title=None, directory=None, allowsMultipleSelection=False):
- result = vanilla.dialogs.getFolder(messageText=message, title=title, directory=directory, allowsMultipleSelection=allowsMultipleSelection)
- if result is None:
- return None
- if not allowsMultipleSelection:
- return str(list(result)[0])
- else:
- return [str(n) for n in list(result)]
-
-def GetFileOrFolder(message=None, title=None, directory=None, fileName=None, allowsMultipleSelection=False, fileTypes=None):
- result = vanilla.dialogs.getFileOrFolder(messageText=message, title=title, directory=directory, fileName=fileName, allowsMultipleSelection=allowsMultipleSelection, fileTypes=fileTypes)
- if result is None:
- return None
- if not allowsMultipleSelection:
- return str(list(result)[0])
- else:
- return [str(n) for n in list(result)]
-
-def Message(message, title='RoboFab', informativeText=""):
- vanilla.dialogs.message(messageText=message, informativeText=informativeText)
-
-def OneList(items, message="Select an item:", title='RoboFab'):
- w = _listController(items, message, title, showSearch=False)
- return w.get()
-
-def PutFile(message=None, fileName=None):
- return vanilla.dialogs.putFile(messageText=message, fileName=fileName)
-
-def SearchList(list, message="Select an item:", title='RoboFab'):
- w = _listController(list, message, title, showSearch=True)
- return w.get()
-
-def SelectFont(message="Select a font:", title='RoboFab', allFonts=None):
- if allFonts is None:
- from robofab.world import AllFonts
- fonts = AllFonts()
- else:
- fonts = allFonts
-
- data = dict()
- for font in fonts:
- data["%s" %font] = font
-
- items = data.keys()
- items.sort()
- w = _listController(items, message, title, showSearch=False)
- value = w.get()
- return data.get(value, None)
-
-def SelectGlyph(aFont, message="Select a glyph:", title='RoboFab'):
- items = aFont.keys()
- items.sort()
- w = _listController(items, message, title, showSearch=False)
- glyphName = w.get()
- if glyphName is not None:
- return aFont[glyphName]
- return None
-
-def TwoChecks(title_1="One", title_2="Two", value1=1, value2=1, title='RoboFab'):
- raise NotImplementedError
-
-def TwoFields(title_1="One:", value_1="0", title_2="Two:", value_2="0", title='RoboFab'):
- raise NotImplementedError
-
-
-class ProgressBar(object):
- def __init__(self, title="RoboFab...", ticks=None, label=""):
- self.w = vanilla.Window((250, 60), title)
- if ticks is None:
- isIndeterminate = True
- ticks = 0
- else:
- isIndeterminate = False
- self.w.progress = vanilla.ProgressBar((15, 15, -15, 12), maxValue=ticks, isIndeterminate=isIndeterminate, sizeStyle="small")
- self.w.text = vanilla.TextBox((15, 32, -15, 14), label, sizeStyle="small")
- self.w.progress.start()
- self.w.center()
- self.w.open()
-
- def close(self):
- self.w.progress.stop()
- self.w.close()
-
- def getCurrentTick(self):
- return self.w.progress.get()
-
- def label(self, label):
- self.w.text.set(label)
- self.w.text._nsObject.display()
-
- def tick(self, tickValue=None):
- if tickValue is None:
- self.w.progress.increment()
- else:
- self.w.progress.set(tickValue)
-
-
-if __name__ == "__main__":
- pass \ No newline at end of file
diff --git a/misc/pylib/robofab/interface/mac/__init__.py b/misc/pylib/robofab/interface/mac/__init__.py
deleted file mode 100755
index 15f7d59c5..000000000
--- a/misc/pylib/robofab/interface/mac/__init__.py
+++ /dev/null
@@ -1,10 +0,0 @@
-"""
-
-Directory for interface related modules.
-Stuff for MacOSX, widgets, quartz
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/interface/mac/getFileOrFolder.py b/misc/pylib/robofab/interface/mac/getFileOrFolder.py
deleted file mode 100755
index da7edff61..000000000
--- a/misc/pylib/robofab/interface/mac/getFileOrFolder.py
+++ /dev/null
@@ -1,80 +0,0 @@
-"""This module provides two functions, very similar to
-EasyDialogs.AskFileForOpen() and EasyDialogs.AskFolder(): GetFile() and
-GetFileOrFolder(). The main difference is that the functions here fully
-support "packages" or "bundles", ie. folders that appear to be files in
-the finder and open/save dialogs. The second difference is that
-GetFileOrFolder() allows the user to select a file _or_ a folder.
-"""
-
-
-__all__ = ["GetFile", "GetFileOrFolder"]
-
-
-from EasyDialogs import _process_Nav_args, _interact
-import Nav
-import Carbon.File
-
-
-# Lots of copy/paste from EasyDialogs.py, for one because althought the
-# EasyDialogs counterparts take a million options, they don't take the
-# one option I need: the flag to support packages...
-
-kNavSupportPackages = 0x00001000
-
-
-def GetFile(message=None, title=None, directory=None, fileName=None, allowsMultipleSelection=False, fileTypes=None):
- """Ask the user to select a file.
-
- Some of these arguments are not supported:
- title, directory, fileName, allowsMultipleSelection and fileTypes are here for compatibility reasons.
- """
- default_flags = 0x56 | kNavSupportPackages
- args, tpwanted = _process_Nav_args(default_flags, message=message)
- _interact()
- try:
- rr = Nav.NavChooseFile(args)
- good = 1
- except Nav.error, arg:
- if arg[0] != -128: # userCancelledErr
- raise Nav.error, arg
- return None
- if not rr.validRecord or not rr.selection:
- return None
- if issubclass(tpwanted, Carbon.File.FSRef):
- return tpwanted(rr.selection_fsr[0])
- if issubclass(tpwanted, Carbon.File.FSSpec):
- return tpwanted(rr.selection[0])
- if issubclass(tpwanted, str):
- return tpwanted(rr.selection_fsr[0].as_pathname())
- if issubclass(tpwanted, unicode):
- return tpwanted(rr.selection_fsr[0].as_pathname(), 'utf8')
- raise TypeError, "Unknown value for argument 'wanted': %s" % repr(tpwanted)
-
-
-def GetFileOrFolder(message=None, title=None, directory=None, fileName=None, allowsMultipleSelection=False, fileTypes=None):
- """Ask the user to select a file or a folder.
-
- Some of these arguments are not supported:
- title, directory, fileName, allowsMultipleSelection and fileTypes are here for compatibility reasons.
- """
- default_flags = 0x17 | kNavSupportPackages
- args, tpwanted = _process_Nav_args(default_flags, message=message)
- _interact()
- try:
- rr = Nav.NavChooseObject(args)
- good = 1
- except Nav.error, arg:
- if arg[0] != -128: # userCancelledErr
- raise Nav.error, arg
- return None
- if not rr.validRecord or not rr.selection:
- return None
- if issubclass(tpwanted, Carbon.File.FSRef):
- return tpwanted(rr.selection_fsr[0])
- if issubclass(tpwanted, Carbon.File.FSSpec):
- return tpwanted(rr.selection[0])
- if issubclass(tpwanted, str):
- return tpwanted(rr.selection_fsr[0].as_pathname())
- if issubclass(tpwanted, unicode):
- return tpwanted(rr.selection_fsr[0].as_pathname(), 'utf8')
- raise TypeError, "Unknown value for argument 'wanted': %s" % repr(tpwanted)
diff --git a/misc/pylib/robofab/interface/win/__init__.py b/misc/pylib/robofab/interface/win/__init__.py
deleted file mode 100755
index fe360c4ea..000000000
--- a/misc/pylib/robofab/interface/win/__init__.py
+++ /dev/null
@@ -1,10 +0,0 @@
-"""
-
-Directory for interface related modules.
-Stuff for Windows
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/misc/__init__.py b/misc/pylib/robofab/misc/__init__.py
deleted file mode 100755
index 5ed66a4e4..000000000
--- a/misc/pylib/robofab/misc/__init__.py
+++ /dev/null
@@ -1,13 +0,0 @@
-"""
-
- arrayTools and bezierTools, originally from fontTools and using Numpy,
- now in a pure python implementation. This should ease the Numpy dependency
- for normal UFO input/output and basic scripting tasks.
-
- comparison test and speedtest provided.
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/misc/arrayTools.pyx b/misc/pylib/robofab/misc/arrayTools.pyx
deleted file mode 100644
index 95884aa20..000000000
--- a/misc/pylib/robofab/misc/arrayTools.pyx
+++ /dev/null
@@ -1,160 +0,0 @@
-#
-# Various array and rectangle tools, but mostly rectangles, hence the
-# name of this module (not).
-#
-
-"""
-Rewritten to elimate the numpy dependency
-"""
-
-import math
-
-def calcBounds(array):
- """Return the bounding rectangle of a 2D points array as a tuple:
- (xMin, yMin, xMax, yMax)
- """
- if len(array) == 0:
- return 0, 0, 0, 0
- xs = [x for x, y in array]
- ys = [y for x, y in array]
- return min(xs), min(ys), max(xs), max(ys)
-
-def updateBounds(bounds, pt, min=min, max=max):
- """Return the bounding recangle of rectangle bounds and point (x, y)."""
- xMin, yMin, xMax, yMax = bounds
- x, y = pt
- return min(xMin, x), min(yMin, y), max(xMax, x), max(yMax, y)
-
-def pointInRect(pt, rect):
- """Return True when point (x, y) is inside rect."""
- xMin, yMin, xMax, yMax = rect
- return (xMin <= pt[0] <= xMax) and (yMin <= pt[1] <= yMax)
-
-def pointsInRect(array, rect):
- """Find out which points or array are inside rect.
- Returns an array with a boolean for each point.
- """
- if len(array) < 1:
- return []
- xMin, yMin, xMax, yMax = rect
- return [(xMin <= x <= xMax) and (yMin <= y <= yMax) for x, y in array]
-
-def vectorLength(vector):
- """Return the length of the given vector."""
- x, y = vector
- return math.sqrt(x**2 + y**2)
-
-def asInt16(array):
- """Round and cast to 16 bit integer."""
- return [int(math.floor(i+0.5)) for i in array]
-
-
-def normRect(box):
- """Normalize the rectangle so that the following holds:
- xMin <= xMax and yMin <= yMax
- """
- return min(box[0], box[2]), min(box[1], box[3]), max(box[0], box[2]), max(box[1], box[3])
-
-def scaleRect(box, x, y):
- """Scale the rectangle by x, y."""
- return box[0] * x, box[1] * y, box[2] * x, box[3] * y
-
-def offsetRect(box, dx, dy):
- """Offset the rectangle by dx, dy."""
- return box[0]+dx, box[1]+dy, box[2]+dx, box[3]+dy
-
-def insetRect(box, dx, dy):
- """Inset the rectangle by dx, dy on all sides."""
- return box[0]+dx, box[1]+dy, box[2]-dx, box[3]-dy
-
-def sectRect(box1, box2):
- """Return a boolean and a rectangle. If the input rectangles intersect, return
- True and the intersecting rectangle. Return False and (0, 0, 0, 0) if the input
- rectangles don't intersect.
- """
- xMin, yMin, xMax, yMax = (max(box1[0], box2[0]), max(box1[1], box2[1]),
- min(box1[2], box2[2]), min(box1[3], box2[3]))
- if xMin >= xMax or yMin >= yMax:
- return 0, (0, 0, 0, 0)
- return 1, (xMin, yMin, xMax, yMax)
-
-def unionRect(box1, box2):
- """Return the smallest rectangle in which both input rectangles are fully
- enclosed. In other words, return the total bounding rectangle of both input
- rectangles.
- """
- return (max(box1[0], box2[0]), max(box1[1], box2[1]),
- min(box1[2], box2[2]), min(box1[3], box2[3]))
-
-def rectCenter(box):
- """Return the center of the rectangle as an (x, y) coordinate."""
- return (box[0]+box[2])/2, (box[1]+box[3])/2
-
-def intRect(box):
- """Return the rectangle, rounded off to integer values, but guaranteeing that
- the resulting rectangle is NOT smaller than the original.
- """
- xMin, yMin, xMax, yMax = box
- xMin = int(math.floor(xMin))
- yMin = int(math.floor(yMin))
- xMax = int(math.ceil(xMax))
- yMax = int(math.ceil(yMax))
- return (xMin, yMin, xMax, yMax)
-
-
-def _test():
- """
- >>> import math
- >>> calcBounds([(0, 40), (0, 100), (50, 50), (80, 10)])
- (0, 10, 80, 100)
- >>> updateBounds((0, 0, 0, 0), (100, 100))
- (0, 0, 100, 100)
- >>> pointInRect((50, 50), (0, 0, 100, 100))
- True
- >>> pointInRect((0, 0), (0, 0, 100, 100))
- True
- >>> pointInRect((100, 100), (0, 0, 100, 100))
- True
- >>> not pointInRect((101, 100), (0, 0, 100, 100))
- True
- >>> list(pointsInRect([(50, 50), (0, 0), (100, 100), (101, 100)], (0, 0, 100, 100)))
- [True, True, True, False]
- >>> vectorLength((3, 4))
- 5.0
- >>> vectorLength((1, 1)) == math.sqrt(2)
- True
- >>> list(asInt16([0, 0.1, 0.5, 0.9]))
- [0, 0, 1, 1]
- >>> normRect((0, 10, 100, 200))
- (0, 10, 100, 200)
- >>> normRect((100, 200, 0, 10))
- (0, 10, 100, 200)
- >>> scaleRect((10, 20, 50, 150), 1.5, 2)
- (15.0, 40, 75.0, 300)
- >>> offsetRect((10, 20, 30, 40), 5, 6)
- (15, 26, 35, 46)
- >>> insetRect((10, 20, 50, 60), 5, 10)
- (15, 30, 45, 50)
- >>> insetRect((10, 20, 50, 60), -5, -10)
- (5, 10, 55, 70)
- >>> intersects, rect = sectRect((0, 10, 20, 30), (0, 40, 20, 50))
- >>> not intersects
- True
- >>> intersects, rect = sectRect((0, 10, 20, 30), (5, 20, 35, 50))
- >>> intersects
- 1
- >>> rect
- (5, 20, 20, 30)
- >>> unionRect((0, 10, 20, 30), (0, 40, 20, 50))
- (0, 10, 20, 50)
- >>> rectCenter((0, 0, 100, 200))
- (50, 100)
- >>> rectCenter((0, 0, 100, 199.0))
- (50, 99.5)
- >>> intRect((0.9, 2.9, 3.1, 4.1))
- (0, 2, 4, 5)
- """
-
-if __name__ == "__main__":
- import doctest
- doctest.testmod()
diff --git a/misc/pylib/robofab/misc/bezierTools.py b/misc/pylib/robofab/misc/bezierTools.py
deleted file mode 100644
index 9872060b1..000000000
--- a/misc/pylib/robofab/misc/bezierTools.py
+++ /dev/null
@@ -1,416 +0,0 @@
-"""fontTools.misc.bezierTools.py -- tools for working with bezier path segments.
-Rewritten to elimate the numpy dependency
-"""
-
-
-__all__ = [
- "calcQuadraticBounds",
- "calcCubicBounds",
- "splitLine",
- "splitQuadratic",
- "splitCubic",
- "splitQuadraticAtT",
- "splitCubicAtT",
- "solveQuadratic",
- "solveCubic",
-]
-
-from robofab.misc.arrayTools import calcBounds
-
-epsilon = 1e-12
-
-
-def calcQuadraticBounds(pt1, pt2, pt3):
- """Return the bounding rectangle for a qudratic bezier segment.
- pt1 and pt3 are the "anchor" points, pt2 is the "handle".
-
- >>> calcQuadraticBounds((0, 0), (50, 100), (100, 0))
- (0, 0, 100, 50.0)
- >>> calcQuadraticBounds((0, 0), (100, 0), (100, 100))
- (0.0, 0.0, 100, 100)
- """
- (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
- ax2 = ax*2.0
- ay2 = ay*2.0
- roots = []
- if ax2 != 0:
- roots.append(-bx/ax2)
- if ay2 != 0:
- roots.append(-by/ay2)
- points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
- return calcBounds(points)
-
-
-def calcCubicBounds(pt1, pt2, pt3, pt4):
- """Return the bounding rectangle for a cubic bezier segment.
- pt1 and pt4 are the "anchor" points, pt2 and pt3 are the "handles".
-
- >>> calcCubicBounds((0, 0), (25, 100), (75, 100), (100, 0))
- (0, 0, 100, 75.0)
- >>> calcCubicBounds((0, 0), (50, 0), (100, 50), (100, 100))
- (0.0, 0.0, 100, 100)
- >>> calcCubicBounds((50, 0), (0, 100), (100, 100), (50, 0))
- (35.566243270259356, 0, 64.43375672974068, 75.0)
- """
- (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
- # calc first derivative
- ax3 = ax * 3.0
- ay3 = ay * 3.0
- bx2 = bx * 2.0
- by2 = by * 2.0
- xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
- yRoots = [t for t in solveQuadratic(ay3, by2, cy) if 0 <= t < 1]
- roots = xRoots + yRoots
-
- points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
- return calcBounds(points)
-
-
-def splitLine(pt1, pt2, where, isHorizontal):
- """Split the line between pt1 and pt2 at position 'where', which
- is an x coordinate if isHorizontal is False, a y coordinate if
- isHorizontal is True. Return a list of two line segments if the
- line was successfully split, or a list containing the original
- line.
-
- >>> printSegments(splitLine((0, 0), (100, 200), 50, False))
- ((0, 0), (50.0, 100.0))
- ((50.0, 100.0), (100, 200))
- >>> printSegments(splitLine((0, 0), (100, 200), 50, True))
- ((0, 0), (25.0, 50.0))
- ((25.0, 50.0), (100, 200))
- >>> printSegments(splitLine((0, 0), (100, 100), 50, True))
- ((0, 0), (50.0, 50.0))
- ((50.0, 50.0), (100, 100))
- >>> printSegments(splitLine((0, 0), (100, 100), 100, True))
- ((0, 0), (100, 100))
- >>> printSegments(splitLine((0, 0), (100, 100), 0, True))
- ((0, 0), (0.0, 0.0))
- ((0.0, 0.0), (100, 100))
- >>> printSegments(splitLine((0, 0), (100, 100), 0, False))
- ((0, 0), (0.0, 0.0))
- ((0.0, 0.0), (100, 100))
- """
- pt1x, pt1y = pt1
- pt2x, pt2y = pt2
-
- ax = (pt2x - pt1x)
- ay = (pt2y - pt1y)
-
- bx = pt1x
- by = pt1y
-
- ax1 = (ax, ay)[isHorizontal]
-
- if ax1 == 0:
- return [(pt1, pt2)]
-
- t = float(where - (bx, by)[isHorizontal]) / ax1
- if 0 <= t < 1:
- midPt = ax * t + bx, ay * t + by
- return [(pt1, midPt), (midPt, pt2)]
- else:
- return [(pt1, pt2)]
-
-
-def splitQuadratic(pt1, pt2, pt3, where, isHorizontal):
- """Split the quadratic curve between pt1, pt2 and pt3 at position 'where',
- which is an x coordinate if isHorizontal is False, a y coordinate if
- isHorizontal is True. Return a list of curve segments.
-
- >>> printSegments(splitQuadratic((0, 0), (50, 100), (100, 0), 150, False))
- ((0, 0), (50, 100), (100, 0))
- >>> printSegments(splitQuadratic((0, 0), (50, 100), (100, 0), 50, False))
- ((0.0, 0.0), (25.0, 50.0), (50.0, 50.0))
- ((50.0, 50.0), (75.0, 50.0), (100.0, 0.0))
- >>> printSegments(splitQuadratic((0, 0), (50, 100), (100, 0), 25, False))
- ((0.0, 0.0), (12.5, 25.0), (25.0, 37.5))
- ((25.0, 37.5), (62.5, 75.0), (100.0, 0.0))
- >>> printSegments(splitQuadratic((0, 0), (50, 100), (100, 0), 25, True))
- ((0.0, 0.0), (7.32233047034, 14.6446609407), (14.6446609407, 25.0))
- ((14.6446609407, 25.0), (50.0, 75.0), (85.3553390593, 25.0))
- ((85.3553390593, 25.0), (92.6776695297, 14.6446609407), (100.0, -7.1054273576e-15))
- >>> # XXX I'm not at all sure if the following behavior is desirable:
- >>> printSegments(splitQuadratic((0, 0), (50, 100), (100, 0), 50, True))
- ((0.0, 0.0), (25.0, 50.0), (50.0, 50.0))
- ((50.0, 50.0), (50.0, 50.0), (50.0, 50.0))
- ((50.0, 50.0), (75.0, 50.0), (100.0, 0.0))
- """
- a, b, c = calcQuadraticParameters(pt1, pt2, pt3)
- solutions = solveQuadratic(a[isHorizontal], b[isHorizontal],
- c[isHorizontal] - where)
- solutions = [t for t in solutions if 0 <= t < 1]
- solutions.sort()
- if not solutions:
- return [(pt1, pt2, pt3)]
- return _splitQuadraticAtT(a, b, c, *solutions)
-
-
-def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal):
- """Split the cubic curve between pt1, pt2, pt3 and pt4 at position 'where',
- which is an x coordinate if isHorizontal is False, a y coordinate if
- isHorizontal is True. Return a list of curve segments.
-
- >>> printSegments(splitCubic((0, 0), (25, 100), (75, 100), (100, 0), 150, False))
- ((0, 0), (25, 100), (75, 100), (100, 0))
- >>> printSegments(splitCubic((0, 0), (25, 100), (75, 100), (100, 0), 50, False))
- ((0.0, 0.0), (12.5, 50.0), (31.25, 75.0), (50.0, 75.0))
- ((50.0, 75.0), (68.75, 75.0), (87.5, 50.0), (100.0, 0.0))
- >>> printSegments(splitCubic((0, 0), (25, 100), (75, 100), (100, 0), 25, True))
- ((0.0, 0.0), (2.2937927384, 9.17517095361), (4.79804488188, 17.5085042869), (7.47413641001, 25.0))
- ((7.47413641001, 25.0), (31.2886200204, 91.6666666667), (68.7113799796, 91.6666666667), (92.52586359, 25.0))
- ((92.52586359, 25.0), (95.2019551181, 17.5085042869), (97.7062072616, 9.17517095361), (100.0, 1.7763568394e-15))
- """
- a, b, c, d = calcCubicParameters(pt1, pt2, pt3, pt4)
- solutions = solveCubic(a[isHorizontal], b[isHorizontal], c[isHorizontal],
- d[isHorizontal] - where)
- solutions = [t for t in solutions if 0 <= t < 1]
- solutions.sort()
- if not solutions:
- return [(pt1, pt2, pt3, pt4)]
- return _splitCubicAtT(a, b, c, d, *solutions)
-
-
-def splitQuadraticAtT(pt1, pt2, pt3, *ts):
- """Split the quadratic curve between pt1, pt2 and pt3 at one or more
- values of t. Return a list of curve segments.
-
- >>> printSegments(splitQuadraticAtT((0, 0), (50, 100), (100, 0), 0.5))
- ((0.0, 0.0), (25.0, 50.0), (50.0, 50.0))
- ((50.0, 50.0), (75.0, 50.0), (100.0, 0.0))
- >>> printSegments(splitQuadraticAtT((0, 0), (50, 100), (100, 0), 0.5, 0.75))
- ((0.0, 0.0), (25.0, 50.0), (50.0, 50.0))
- ((50.0, 50.0), (62.5, 50.0), (75.0, 37.5))
- ((75.0, 37.5), (87.5, 25.0), (100.0, 0.0))
- """
- a, b, c = calcQuadraticParameters(pt1, pt2, pt3)
- return _splitQuadraticAtT(a, b, c, *ts)
-
-
-def splitCubicAtT(pt1, pt2, pt3, pt4, *ts):
- """Split the cubic curve between pt1, pt2, pt3 and pt4 at one or more
- values of t. Return a list of curve segments.
-
- >>> printSegments(splitCubicAtT((0, 0), (25, 100), (75, 100), (100, 0), 0.5))
- ((0.0, 0.0), (12.5, 50.0), (31.25, 75.0), (50.0, 75.0))
- ((50.0, 75.0), (68.75, 75.0), (87.5, 50.0), (100.0, 0.0))
- >>> printSegments(splitCubicAtT((0, 0), (25, 100), (75, 100), (100, 0), 0.5, 0.75))
- ((0.0, 0.0), (12.5, 50.0), (31.25, 75.0), (50.0, 75.0))
- ((50.0, 75.0), (59.375, 75.0), (68.75, 68.75), (77.34375, 56.25))
- ((77.34375, 56.25), (85.9375, 43.75), (93.75, 25.0), (100.0, 0.0))
- """
- a, b, c, d = calcCubicParameters(pt1, pt2, pt3, pt4)
- return _splitCubicAtT(a, b, c, d, *ts)
-
-
-def _splitQuadraticAtT(a, b, c, *ts):
- ts = list(ts)
- segments = []
- ts.insert(0, 0.0)
- ts.append(1.0)
- ax, ay = a
- bx, by = b
- cx, cy = c
- for i in range(len(ts) - 1):
- t1 = ts[i]
- t2 = ts[i+1]
- delta = (t2 - t1)
- # calc new a, b and c
- a1x = ax * delta**2
- a1y = ay * delta**2
- b1x = (2*ax*t1 + bx) * delta
- b1y = (2*ay*t1 + by) * delta
- c1x = ax*t1**2 + bx*t1 + cx
- c1y = ay*t1**2 + by*t1 + cy
-
- pt1, pt2, pt3 = calcQuadraticPoints((a1x, a1y), (b1x, b1y), (c1x, c1y))
- segments.append((pt1, pt2, pt3))
- return segments
-
-
-def _splitCubicAtT(a, b, c, d, *ts):
- ts = list(ts)
- ts.insert(0, 0.0)
- ts.append(1.0)
- segments = []
- ax, ay = a
- bx, by = b
- cx, cy = c
- dx, dy = d
- for i in range(len(ts) - 1):
- t1 = ts[i]
- t2 = ts[i+1]
- delta = (t2 - t1)
- # calc new a, b, c and d
- a1x = ax * delta**3
- a1y = ay * delta**3
- b1x = (3*ax*t1 + bx) * delta**2
- b1y = (3*ay*t1 + by) * delta**2
- c1x = (2*bx*t1 + cx + 3*ax*t1**2) * delta
- c1y = (2*by*t1 + cy + 3*ay*t1**2) * delta
- d1x = ax*t1**3 + bx*t1**2 + cx*t1 + dx
- d1y = ay*t1**3 + by*t1**2 + cy*t1 + dy
- pt1, pt2, pt3, pt4 = calcCubicPoints((a1x, a1y), (b1x, b1y), (c1x, c1y), (d1x, d1y))
- segments.append((pt1, pt2, pt3, pt4))
- return segments
-
-
-#
-# Equation solvers.
-#
-
-from math import sqrt, acos, cos, pi
-
-
-def solveQuadratic(a, b, c,
- sqrt=sqrt):
- """Solve a quadratic equation where a, b and c are real.
- a*x*x + b*x + c = 0
- This function returns a list of roots. Note that the returned list
- is neither guaranteed to be sorted nor to contain unique values!
- """
- if abs(a) < epsilon:
- if abs(b) < epsilon:
- # We have a non-equation; therefore, we have no valid solution
- roots = []
- else:
- # We have a linear equation with 1 root.
- roots = [-c/b]
- else:
- # We have a true quadratic equation. Apply the quadratic formula to find two roots.
- DD = b*b - 4.0*a*c
- if DD >= 0.0:
- rDD = sqrt(DD)
- roots = [(-b+rDD)/2.0/a, (-b-rDD)/2.0/a]
- else:
- # complex roots, ignore
- roots = []
- return roots
-
-
-def solveCubic(a, b, c, d,
- abs=abs, pow=pow, sqrt=sqrt, cos=cos, acos=acos, pi=pi):
- """Solve a cubic equation where a, b, c and d are real.
- a*x*x*x + b*x*x + c*x + d = 0
- This function returns a list of roots. Note that the returned list
- is neither guaranteed to be sorted nor to contain unique values!
- """
- #
- # adapted from:
- # CUBIC.C - Solve a cubic polynomial
- # public domain by Ross Cottrell
- # found at: http://www.strangecreations.com/library/snippets/Cubic.C
- #
- if abs(a) < epsilon:
- # don't just test for zero; for very small values of 'a' solveCubic()
- # returns unreliable results, so we fall back to quad.
- return solveQuadratic(b, c, d)
- a = float(a)
- a1 = b/a
- a2 = c/a
- a3 = d/a
-
- Q = (a1*a1 - 3.0*a2)/9.0
- R = (2.0*a1*a1*a1 - 9.0*a1*a2 + 27.0*a3)/54.0
- R2_Q3 = R*R - Q*Q*Q
-
- if R2_Q3 < 0:
- theta = acos(R/sqrt(Q*Q*Q))
- rQ2 = -2.0*sqrt(Q)
- x0 = rQ2*cos(theta/3.0) - a1/3.0
- x1 = rQ2*cos((theta+2.0*pi)/3.0) - a1/3.0
- x2 = rQ2*cos((theta+4.0*pi)/3.0) - a1/3.0
- return [x0, x1, x2]
- else:
- if Q == 0 and R == 0:
- x = 0
- else:
- x = pow(sqrt(R2_Q3)+abs(R), 1/3.0)
- x = x + Q/x
- if R >= 0.0:
- x = -x
- x = x - a1/3.0
- return [x]
-
-
-#
-# Conversion routines for points to parameters and vice versa
-#
-
-def calcQuadraticParameters(pt1, pt2, pt3):
- x2, y2 = pt2
- x3, y3 = pt3
- cx, cy = pt1
- bx = (x2 - cx) * 2.0
- by = (y2 - cy) * 2.0
- ax = x3 - cx - bx
- ay = y3 - cy - by
- return (ax, ay), (bx, by), (cx, cy)
-
-
-def calcCubicParameters(pt1, pt2, pt3, pt4):
- x2, y2 = pt2
- x3, y3 = pt3
- x4, y4 = pt4
- dx, dy = pt1
- cx = (x2 -dx) * 3.0
- cy = (y2 -dy) * 3.0
- bx = (x3 - x2) * 3.0 - cx
- by = (y3 - y2) * 3.0 - cy
- ax = x4 - dx - cx - bx
- ay = y4 - dy - cy - by
- return (ax, ay), (bx, by), (cx, cy), (dx, dy)
-
-
-def calcQuadraticPoints(a, b, c):
- ax, ay = a
- bx, by = b
- cx, cy = c
- x1 = cx
- y1 = cy
- x2 = (bx * 0.5) + cx
- y2 = (by * 0.5) + cy
- x3 = ax + bx + cx
- y3 = ay + by + cy
- return (x1, y1), (x2, y2), (x3, y3)
-
-
-def calcCubicPoints(a, b, c, d):
- ax, ay = a
- bx, by = b
- cx, cy = c
- dx, dy = d
- x1 = dx
- y1 = dy
- x2 = (cx / 3.0) + dx
- y2 = (cy / 3.0) + dy
- x3 = (bx + cx) / 3.0 + x2
- y3 = (by + cy) / 3.0 + y2
- x4 = ax + dx + cx + bx
- y4 = ay + dy + cy + by
- return (x1, y1), (x2, y2), (x3, y3), (x4, y4)
-
-
-def _segmentrepr(obj):
- """
- >>> _segmentrepr([1, [2, 3], [], [[2, [3, 4], [0.1, 2.2]]]])
- '(1, (2, 3), (), ((2, (3, 4), (0.1, 2.2))))'
- """
- try:
- it = iter(obj)
- except TypeError:
- return str(obj)
- else:
- return "(%s)" % ", ".join([_segmentrepr(x) for x in it])
-
-
-def printSegments(segments):
- """Helper for the doctests, displaying each segment in a list of
- segments on a single line as a tuple.
- """
- for segment in segments:
- print _segmentrepr(segment)
-
-if __name__ == "__main__":
- import doctest
- doctest.testmod()
diff --git a/misc/pylib/robofab/misc/speedTestCase.py b/misc/pylib/robofab/misc/speedTestCase.py
deleted file mode 100644
index e5003ac41..000000000
--- a/misc/pylib/robofab/misc/speedTestCase.py
+++ /dev/null
@@ -1,99 +0,0 @@
-"""
-
- Speed comparison between the fontTools numpy based arrayTools and bezierTools,
- and the pure python implementation in robofab.path.arrayTools and robofab.path.bezierTools
-
-"""
-
-import time
-
-from fontTools.misc import arrayTools
-from fontTools.misc import bezierTools
-
-import numpy
-
-import robofab.misc.arrayTools as noNumpyArrayTools
-import robofab.misc.bezierTools as noNumpyBezierTools
-
-################
-
-pt1 = (100, 100)
-pt2 = (200, 20)
-pt3 = (30, 580)
-pt4 = (153, 654)
-rect = [20, 20, 100, 100]
-
-## loops
-c = 10000
-
-print "(loop %s)"%c
-
-
-print "with numpy:"
-print "calcQuadraticParameters\t\t",
-n = time.time()
-for i in range(c):
- bezierTools.calcQuadraticParameters(pt1, pt2, pt3)
-print time.time() - n
-
-print "calcBounds\t\t\t",
-n = time.time()
-for i in range(c):
- arrayTools.calcBounds([pt1, pt2, pt3, pt1, pt2, pt3, pt1, pt2, pt3, pt1, pt2, pt3])
-print time.time() - n
-
-print "pointsInRect\t\t\t",
-n = time.time()
-for i in range(c):
- arrayTools.pointsInRect([pt1, pt2, pt3, pt1, pt2, pt3, pt1, pt2, pt3, pt1, pt2, pt3, pt4], rect)
-print time.time() - n
-
-print "calcQuadraticBounds\t\t",
-n = time.time()
-for i in range(c):
- bezierTools.calcQuadraticBounds(pt1, pt2, pt3)
-print time.time() - n
-
-print "calcCubicBounds\t\t\t",
-n = time.time()
-for i in range(c):
- bezierTools.calcCubicBounds(pt1, pt2, pt3, pt4)
-print time.time() - n
-
-print
-##############
-
-print "no-numpy"
-print "calcQuadraticParameters\t\t",
-n = time.time()
-for i in range(c):
- noNumpyBezierTools.calcQuadraticParameters(pt1, pt2, pt3)
-print time.time() - n
-
-print "calcBounds\t\t\t",
-n = time.time()
-for i in range(c):
- noNumpyArrayTools.calcBounds([pt1, pt2, pt3, pt1, pt2, pt3, pt1, pt2, pt3, pt1, pt2, pt3])
-print time.time() - n
-
-print "pointsInRect\t\t\t",
-n = time.time()
-for i in range(c):
- noNumpyArrayTools.pointsInRect([pt1, pt2, pt3, pt1, pt2, pt3, pt1, pt2, pt3, pt1, pt2, pt3, pt4], rect)
-print time.time() - n
-
-print "calcQuadraticBounds\t\t",
-n = time.time()
-for i in range(c):
- noNumpyBezierTools.calcQuadraticBounds(pt1, pt2, pt3)
-print time.time() - n
-
-print "calcCubicBounds\t\t\t",
-n = time.time()
-for i in range(c):
- noNumpyBezierTools.calcCubicBounds(pt1, pt2, pt3, pt4)
-print time.time() - n
-
-
-
-
diff --git a/misc/pylib/robofab/misc/test.py b/misc/pylib/robofab/misc/test.py
deleted file mode 100644
index 99a795c48..000000000
--- a/misc/pylib/robofab/misc/test.py
+++ /dev/null
@@ -1,119 +0,0 @@
-"""
-doc test requires fontTools to compare and defon to make the test font.
-"""
-
-import random
-from fontTools.pens.basePen import BasePen
-
-from fontTools.misc import arrayTools
-from fontTools.misc import bezierTools
-
-import robofab.misc.arrayTools as noNumpyArrayTools
-import robofab.misc.bezierTools as noNumpyBezierTools
-
-
-def drawMoveTo(pen, maxBox):
- pen.moveTo((maxBox*random.random(), maxBox*random.random()))
-
-def drawLineTo(pen, maxBox):
- pen.lineTo((maxBox*random.random(), maxBox*random.random()))
-
-def drawCurveTo(pen, maxBox):
- pen.curveTo((maxBox*random.random(), maxBox*random.random()),
- (maxBox*random.random(), maxBox*random.random()),
- (maxBox*random.random(), maxBox*random.random()))
-
-def drawClosePath(pen):
- pen.closePath()
-
-def createRandomFont():
- from defcon import Font
-
- maxGlyphs = 1000
- maxContours = 10
- maxSegments = 10
- maxBox = 700
- drawCallbacks = [drawLineTo, drawCurveTo]
- f = Font()
- for i in range(maxGlyphs):
- name = "%s" %i
- f.newGlyph(name)
- g = f[name]
- g.width = maxBox
- pen = g.getPen()
- for c in range(maxContours):
- drawMoveTo(pen, maxBox)
- for s in range(maxSegments):
- random.choice(drawCallbacks)(pen, maxBox)
- drawClosePath(pen)
- return f
-
-class BoundsPen(BasePen):
-
- def __init__(self, glyphSet, at, bt):
- BasePen.__init__(self, glyphSet)
- self.bounds = None
- self._start = None
- self._arrayTools = at
- self._bezierTools = bt
-
- def _moveTo(self, pt):
- self._start = pt
-
- def _addMoveTo(self):
- if self._start is None:
- return
- bounds = self.bounds
- if bounds:
- self.bounds = self._arrayTools.updateBounds(bounds, self._start)
- else:
- x, y = self._start
- self.bounds = (x, y, x, y)
- self._start = None
-
- def _lineTo(self, pt):
- self._addMoveTo()
- self.bounds = self._arrayTools.updateBounds(self.bounds, pt)
-
- def _curveToOne(self, bcp1, bcp2, pt):
- self._addMoveTo()
- bounds = self.bounds
- bounds = self._arrayTools.updateBounds(bounds, pt)
- if not self._arrayTools.pointInRect(bcp1, bounds) or not self._arrayTools.pointInRect(bcp2, bounds):
- bounds = self._arrayTools.unionRect(bounds, self._bezierTools.calcCubicBounds(
- self._getCurrentPoint(), bcp1, bcp2, pt))
- self.bounds = bounds
-
- def _qCurveToOne(self, bcp, pt):
- self._addMoveTo()
- bounds = self.bounds
- bounds = self._arrayTools.updateBounds(bounds, pt)
- if not self._arrayTools.pointInRect(bcp, bounds):
- bounds = self._arrayToolsunionRect(bounds, self._bezierTools.calcQuadraticBounds(
- self._getCurrentPoint(), bcp, pt))
- self.bounds = bounds
-
-
-
-def _testFont(font):
- succes = True
- for glyph in font:
- fontToolsBoundsPen = BoundsPen(font, arrayTools, bezierTools)
- glyph.draw(fontToolsBoundsPen)
- noNumpyBoundsPen = BoundsPen(font, noNumpyArrayTools, noNumpyBezierTools)
- glyph.draw(noNumpyBoundsPen)
- if fontToolsBoundsPen.bounds != noNumpyBoundsPen.bounds:
- succes = False
- return succes
-
-
-def testCompareAgainstFontTools():
- """
- >>> font = createRandomFont()
- >>> _testFont(font)
- True
- """
-
-if __name__ == "__main__":
- import doctest
- doctest.testmod() \ No newline at end of file
diff --git a/misc/pylib/robofab/objects/__init__.py b/misc/pylib/robofab/objects/__init__.py
deleted file mode 100755
index ad85fd002..000000000
--- a/misc/pylib/robofab/objects/__init__.py
+++ /dev/null
@@ -1,15 +0,0 @@
-"""
-
-Directory for modules supporting
-
- Unified
-
- Font
-
- Objects
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/objects/objectsBase.pyx b/misc/pylib/robofab/objects/objectsBase.pyx
deleted file mode 100755
index 3154fb3f4..000000000
--- a/misc/pylib/robofab/objects/objectsBase.pyx
+++ /dev/null
@@ -1,3426 +0,0 @@
-"""
-Base classes for the Unified Font Objects (UFO),
-a series of classes that deal with fonts, glyphs,
-contours and related things.
-
-Unified Font Objects are:
-- platform independent
-- application independent
-
-About Object Inheritance:
-objectsFL and objectsRF objects inherit
-methods and attributes from these objects.
-In other words, if it is in here, you can
-do it with the objectsFL and objectsRF.
-"""
-
-
-from __future__ import generators
-from __future__ import division
-
-from warnings import warn
-import math
-import copy
-
-from robofab import ufoLib
-from robofab import RoboFabError
-from robofab.misc.arrayTools import updateBounds, pointInRect, unionRect, sectRect
-from fontTools.pens.basePen import AbstractPen
-from fontTools.pens.areaPen import AreaPen
-from ..exceptions import RoboFabError, RoboFabWarning
-
-try:
- set
-except NameError:
- from sets import Set as set
-
-#constants for dealing with segments, points and bPoints
-MOVE = 'move'
-LINE = 'line'
-CORNER = 'corner'
-CURVE = 'curve'
-QCURVE = 'qcurve'
-OFFCURVE = 'offcurve'
-
-DEGREE = 180 / math.pi
-
-
-
-# the key for the postscript hint data stored in the UFO
-postScriptHintDataLibKey = "org.robofab.postScriptHintData"
-
-# from http://svn.typesupply.com/packages/fontMath/mathFunctions.py
-
-def add(v1, v2):
- return v1 + v2
-
-def sub(v1, v2):
- return v1 - v2
-
-def mul(v, f):
- return v * f
-
-def div(v, f):
- return v / f
-
-def issequence(x):
- "Is x a sequence? We say it is if it has a __getitem__ method."
- return hasattr(x, '__getitem__')
-
-
-
-class BasePostScriptHintValues(object):
- """ Base class for postscript hinting information.
- """
-
- def __init__(self, data=None):
- if data is not None:
- self.fromDict(data)
- else:
- for name in self._attributeNames.keys():
- setattr(self, name, self._attributeNames[name]['default'])
-
- def getParent(self):
- """this method will be overwritten with a weakref if there is a parent."""
- return None
-
- def setParent(self, parent):
- import weakref
- self.getParent = weakref.ref(parent)
-
- def isEmpty(self):
- """Check all attrs and decide if they're all empty."""
- empty = True
- for name in self._attributeNames:
- if getattr(self, name):
- empty = False
- break
- return empty
-
- def clear(self):
- """Set all attributes to default / empty"""
- for name in self._attributeNames:
- setattr(self, name, self._attributeNames[name]['default'])
-
- def _loadFromLib(self, lib):
- data = lib.get(postScriptHintDataLibKey)
- if data is not None:
- self.fromDict(data)
-
- def _saveToLib(self, lib):
- parent = self.getParent()
- if parent is not None:
- parent.setChanged(True)
- hintsDict = self.asDict()
- if hintsDict:
- lib[postScriptHintDataLibKey] = hintsDict
-
- def fromDict(self, data):
- for name in self._attributeNames:
- if name in data:
- setattr(self, name, data[name])
-
- def asDict(self):
- d = {}
- for name in self._attributeNames:
- try:
- value = getattr(self, name)
- except AttributeError:
- print "%s attribute not supported"%name
- continue
- if value:
- d[name] = getattr(self, name)
- return d
-
- def update(self, other):
- assert isinstance(other, BasePostScriptHintValues)
- for name in self._attributeNames.keys():
- v = getattr(other, name)
- if v is not None:
- setattr(self, name, v)
-
- def __repr__(self):
- return "<Base PS Hint Data>"
-
- def copy(self, aParent=None):
- """Duplicate this object. Pass an object for parenting if you want."""
- n = self.__class__(data=self.asDict())
- if aParent is not None:
- n.setParent(aParent)
- elif self.getParent() is not None:
- n.setParent(self.getParent())
- dont = ['getParent']
- for k in self.__dict__.keys():
- if k in dont:
- continue
- dup = copy.deepcopy(self.__dict__[k])
- setattr(n, k, dup)
- return n
-
-class BasePostScriptGlyphHintValues(BasePostScriptHintValues):
- """ Base class for glyph-level postscript hinting information.
- vStems, hStems
- """
- _attributeNames = {
- # some of these values can have only a certain number of elements
- 'vHints': {'default': None, 'max':100, 'isVertical':True},
- 'hHints': {'default': None, 'max':100, 'isVertical':False},
- }
-
- def __init__(self, data=None):
- if data is not None:
- self.fromDict(data)
- else:
- for name in self._attributeNames.keys():
- setattr(self, name, self._attributeNames[name]['default'])
-
- def __repr__(self):
- return "<PostScript Glyph Hints Values>"
-
- def round(self):
- """Round the values to reasonable values.
- - stems are rounded to int
- """
- for name, values in self._attributeNames.items():
- v = getattr(self, name)
- if v is None:
- continue
- new = []
- for n in v:
- new.append((int(round(n[0])), int(round(n[1]))))
- setattr(self, name, new)
-
- # math operations for psHint object
- # Note: math operations can change integers to floats.
- def __add__(self, other):
- assert isinstance(other, BasePostScriptHintValues)
- copied = self.copy()
- self._processMathOne(copied, other, add)
- return copied
-
- def __sub__(self, other):
- assert isinstance(other, BasePostScriptHintValues)
- copied = self.copy()
- self._processMathOne(copied, other, sub)
- return copied
-
- def __mul__(self, factor):
- #if isinstance(factor, tuple):
- # factor = factor[0]
- copiedInfo = self.copy()
- self._processMathTwo(copiedInfo, factor, mul)
- return copiedInfo
-
- __rmul__ = __mul__
-
- def __div__(self, factor):
- #if isinstance(factor, tuple):
- # factor = factor[0]
- copiedInfo = self.copy()
- self._processMathTwo(copiedInfo, factor, div)
- return copiedInfo
-
- __rdiv__ = __div__
-
- def _processMathOne(self, copied, other, funct):
- for name, values in self._attributeNames.items():
- a = None
- b = None
- v = None
- if hasattr(copied, name):
- a = getattr(copied, name)
- if hasattr(other, name):
- b = getattr(other, name)
- if a is not None and b is not None:
- if len(a) != len(b):
- # can't do math with non matching zones
- continue
- l = len(a)
- for i in range(l):
- if v is None:
- v = []
- ai = a[i]
- bi = b[i]
- l2 = min(len(ai), len(bi))
- v2 = [funct(ai[j], bi[j]) for j in range(l2)]
- v.append(v2)
- if v is not None:
- setattr(copied, name, v)
-
- def _processMathTwo(self, copied, factor, funct):
- for name, values in self._attributeNames.items():
- a = None
- b = None
- v = None
- isVertical = self._attributeNames[name]['isVertical']
- splitFactor = factor
- if isinstance(factor, tuple):
- #print "mathtwo", name, funct, factor, isVertical
- if isVertical:
- splitFactor = factor[1]
- else:
- splitFactor = factor[0]
- if hasattr(copied, name):
- a = getattr(copied, name)
- if a is not None:
- for i in range(len(a)):
- if v is None:
- v = []
- v2 = [funct(a[i][j], splitFactor) for j in range(len(a[i]))]
- v.append(v2)
- if v is not None:
- setattr(copied, name, v)
-
-
-class BasePostScriptFontHintValues(BasePostScriptHintValues):
- """ Base class for font-level postscript hinting information.
- Blues values, stem values.
- """
-
- _attributeNames = {
- # some of these values can have only a certain number of elements
- # default: what the value should be when initialised
- # max: the maximum number of items this attribute is allowed to have
- # isVertical: the vertical relevance
- 'blueFuzz': {'default': None, 'max':1, 'isVertical':True},
- 'blueScale': {'default': None, 'max':1, 'isVertical':True},
- 'blueShift': {'default': None, 'max':1, 'isVertical':True},
- 'forceBold': {'default': None, 'max':1, 'isVertical':False},
- 'blueValues': {'default': None, 'max':7, 'isVertical':True},
- 'otherBlues': {'default': None, 'max':5, 'isVertical':True},
- 'familyBlues': {'default': None, 'max':7, 'isVertical':True},
- 'familyOtherBlues': {'default': None, 'max':5, 'isVertical':True},
- 'vStems': {'default': None, 'max':6, 'isVertical':True},
- 'hStems': {'default': None, 'max':11, 'isVertical':False},
- }
-
- def __init__(self, data=None):
- if data is not None:
- self.fromDict(data)
-
- def __repr__(self):
- return "<PostScript Font Hints Values>"
-
- # route attribute calls to info object
-
- def _bluesToPairs(self, values):
- values.sort()
- finalValues = []
- for value in values:
- if not finalValues or len(finalValues[-1]) == 2:
- finalValues.append([])
- finalValues[-1].append(value)
- return finalValues
-
- def _bluesFromPairs(self, values):
- finalValues = []
- for value1, value2 in values:
- finalValues.append(value1)
- finalValues.append(value2)
- finalValues.sort()
- return finalValues
-
- def _get_blueValues(self):
- values = self.getParent().info.postscriptBlueValues
- if values is None:
- values = []
- values = self._bluesToPairs(values)
- return values
-
- def _set_blueValues(self, values):
- if values is None:
- values = []
- values = self._bluesFromPairs(values)
- self.getParent().info.postscriptBlueValues = values
-
- blueValues = property(_get_blueValues, _set_blueValues)
-
- def _get_otherBlues(self):
- values = self.getParent().info.postscriptOtherBlues
- if values is None:
- values = []
- values = self._bluesToPairs(values)
- return values
-
- def _set_otherBlues(self, values):
- if values is None:
- values = []
- values = self._bluesFromPairs(values)
- self.getParent().info.postscriptOtherBlues = values
-
- otherBlues = property(_get_otherBlues, _set_otherBlues)
-
- def _get_familyBlues(self):
- values = self.getParent().info.postscriptFamilyBlues
- if values is None:
- values = []
- values = self._bluesToPairs(values)
- return values
-
- def _set_familyBlues(self, values):
- if values is None:
- values = []
- values = self._bluesFromPairs(values)
- self.getParent().info.postscriptFamilyBlues = values
-
- familyBlues = property(_get_familyBlues, _set_familyBlues)
-
- def _get_familyOtherBlues(self):
- values = self.getParent().info.postscriptFamilyOtherBlues
- if values is None:
- values = []
- values = self._bluesToPairs(values)
- return values
-
- def _set_familyOtherBlues(self, values):
- if values is None:
- values = []
- values = self._bluesFromPairs(values)
- self.getParent().info.postscriptFamilyOtherBlues = values
-
- familyOtherBlues = property(_get_familyOtherBlues, _set_familyOtherBlues)
-
- def _get_vStems(self):
- return self.getParent().info.postscriptStemSnapV
-
- def _set_vStems(self, value):
- if value is None:
- value = []
- self.getParent().info.postscriptStemSnapV = list(value)
-
- vStems = property(_get_vStems, _set_vStems)
-
- def _get_hStems(self):
- return self.getParent().info.postscriptStemSnapH
-
- def _set_hStems(self, value):
- if value is None:
- value = []
- self.getParent().info.postscriptStemSnapH = list(value)
-
- hStems = property(_get_hStems, _set_hStems)
-
- def _get_blueScale(self):
- return self.getParent().info.postscriptBlueScale
-
- def _set_blueScale(self, value):
- self.getParent().info.postscriptBlueScale = value
-
- blueScale = property(_get_blueScale, _set_blueScale)
-
- def _get_blueShift(self):
- return self.getParent().info.postscriptBlueShift
-
- def _set_blueShift(self, value):
- self.getParent().info.postscriptBlueShift = value
-
- blueShift = property(_get_blueShift, _set_blueShift)
-
- def _get_blueFuzz(self):
- return self.getParent().info.postscriptBlueFuzz
-
- def _set_blueFuzz(self, value):
- self.getParent().info.postscriptBlueFuzz = value
-
- blueFuzz = property(_get_blueFuzz, _set_blueFuzz)
-
- def _get_forceBold(self):
- return self.getParent().info.postscriptForceBold
-
- def _set_forceBold(self, value):
- self.getParent().info.postscriptForceBold = value
-
- forceBold = property(_get_forceBold, _set_forceBold)
-
- def round(self):
- """Round the values to reasonable values.
- - blueScale is not rounded, it is a float
- - forceBold is set to False if -0.5 < value < 0.5. Otherwise it will be True.
- - blueShift, blueFuzz are rounded to int
- - stems are rounded to int
- - blues are rounded to int
- """
- for name, values in self._attributeNames.items():
- if name == "blueScale":
- continue
- elif name == "forceBold":
- v = getattr(self, name)
- if v is None:
- continue
- if -0.5 <= v <= 0.5:
- setattr(self, name, False)
- else:
- setattr(self, name, True)
- elif name in ['blueFuzz', 'blueShift']:
- v = getattr(self, name)
- if v is None:
- continue
- setattr(self, name, int(round(v)))
- elif name in ['hStems', 'vStems']:
- v = getattr(self, name)
- if v is None:
- continue
- new = []
- for n in v:
- new.append(int(round(n)))
- setattr(self, name, new)
- else:
- v = getattr(self, name)
- if v is None:
- continue
- new = []
- for n in v:
- new.append([int(round(m)) for m in n])
- setattr(self, name, new)
-
-
-
-class RoboFabInterpolationError(Exception): pass
-
-
-def _interpolate(a,b,v):
- """interpolate values by factor v"""
- return a + (b-a) * v
-
-def _interpolatePt(a, b, v):
- """interpolate point by factor v"""
- xa, ya = a
- xb, yb = b
- if not isinstance(v, tuple):
- xv = v
- yv = v
- else:
- xv, yv = v
- return xa + (xb-xa) * xv, ya + (yb-ya) * yv
-
-def _scalePointFromCenter(pt, scale, center):
- """scale a point from a center point"""
- pointX, pointY = pt
- scaleX, scaleY = scale
- centerX, centerY = center
- ogCenter = center
- scaledCenter = (centerX * scaleX, centerY * scaleY)
- shiftVal = (scaledCenter[0] - ogCenter[0], scaledCenter[1] - ogCenter[1])
- scaledPointX = (pointX * scaleX) - shiftVal[0]
- scaledPointY = (pointY * scaleY) - shiftVal[1]
- return (scaledPointX, scaledPointY)
-
-def _box(objectToMeasure, fontObject=None):
- """calculate the bounds of the object and return it as a (xMin, yMin, xMax, yMax)"""
- #from fontTools.pens.boundsPen import BoundsPen
- from robofab.pens.boundsPen import BoundsPen
- boundsPen = BoundsPen(glyphSet=fontObject)
- objectToMeasure.draw(boundsPen)
- bounds = boundsPen.bounds
- if bounds is None:
- bounds = (0, 0, 0, 0)
- return bounds
-
-def roundPt(pt):
- """Round a vector"""
- return int(round(pt[0])), int(round(pt[1]))
-
-def addPt(ptA, ptB):
- """Add two vectors"""
- return ptA[0] + ptB[0], ptA[1] + ptB[1]
-
-def subPt(ptA, ptB):
- """Substract two vectors"""
- return ptA[0] - ptB[0], ptA[1] - ptB[1]
-
-def mulPt(ptA, scalar):
- """Multiply a vector with scalar"""
- if not isinstance(scalar, tuple):
- f1 = scalar
- f2 = scalar
- else:
- f1, f2 = scalar
- return ptA[0]*f1, ptA[1]*f2
-
-def relativeBCPIn(anchor, BCPIn):
- """convert absolute incoming bcp value to a relative value"""
- return (BCPIn[0] - anchor[0], BCPIn[1] - anchor[1])
-
-def absoluteBCPIn(anchor, BCPIn):
- """convert relative incoming bcp value to an absolute value"""
- return (BCPIn[0] + anchor[0], BCPIn[1] + anchor[1])
-
-def relativeBCPOut(anchor, BCPOut):
- """convert absolute outgoing bcp value to a relative value"""
- return (BCPOut[0] - anchor[0], BCPOut[1] - anchor[1])
-
-def absoluteBCPOut(anchor, BCPOut):
- """convert relative outgoing bcp value to an absolute value"""
- return (BCPOut[0] + anchor[0], BCPOut[1] + anchor[1])
-
-class FuzzyNumber(object):
-
- def __init__(self, value, threshold):
- self.value = value
- self.threshold = threshold
-
- def __cmp__(self, other):
- if abs(self.value - other.value) < self.threshold:
- return 0
- else:
- return cmp(self.value, other.value)
-
-
-class RBaseObject(object):
-
- """Base class for wrapper objects"""
-
- attrMap= {}
- _title = "RoboFab Wrapper"
-
- def __init__(self):
- self._object = {}
- self.changed = False # if the object needs to be saved
- self.selected = False
-
- def __len__(self):
- return len(self._object)
-
- def __repr__(self):
- try:
- name = `self._object`
- except:
- name = "None"
- return "<%s for %s>" %(self._title, name)
-
- def copy(self, aParent=None):
- """Duplicate this object. Pass an object for parenting if you want."""
- n = self.__class__()
- if aParent is not None:
- n.setParent(aParent)
- elif self.getParent() is not None:
- n.setParent(self.getParent())
- dont = ['getParent']
- for k in self.__dict__.keys():
- if k in dont:
- continue
- elif isinstance(self.__dict__[k], (RBaseObject, BaseLib)):
- dup = self.__dict__[k].copy(n)
- else:
- dup = copy.deepcopy(self.__dict__[k])
- setattr(n, k, dup)
- return n
-
- def round(self):
- pass
-
- def isRobofab(self):
- """Presence of this method indicates a Robofab object"""
- return 1
-
- def naked(self):
- """Return the wrapped object itself, in case it is needed for direct access."""
- return self._object
-
- def setChanged(self, state=True):
- self.changed = state
-
- def getParent(self):
- """this method will be overwritten with a weakref if there is a parent."""
- return None
-
- def setParent(self, parent):
- import weakref
- self.getParent = weakref.ref(parent)
-
- def _writeXML(self, writer):
- pass
-
- def dump(self, private=False):
- """Print a dump of this object to the std out."""
- from robofab.tools.objectDumper import dumpObject
- dumpObject(self, private)
-
-
-
-class BaseFont(RBaseObject):
-
- """Base class for all font objects."""
-
- _allFonts = []
-
- def __init__(self):
- import weakref
- RBaseObject.__init__(self)
- self.changed = False # if the object needs to be saved
- self._allFonts.append(weakref.ref(self))
- self._supportHints = False
-
- def __repr__(self):
- try:
- name = self.info.postscriptFullName
- except AttributeError:
- name = "unnamed_font"
- return "<RFont font for %s>" %(name)
-
- def __eq__(self, other):
- #Compare this font with another, compare if they refer to the same file.
- return self._compare(other)
-
- def _compare(self, other):
- """Compare this font to other. RF and FL UFO implementations need
- slightly different ways of comparing fonts. This method does the
- basic stuff. Start with simple and quick comparisons, then move into
- detailed comparisons of glyphs."""
- if not hasattr(other, "fileName"):
- return False
- if self.fileName is not None and self.fileName == other.fileName:
- return True
- if self.fileName <> other.fileName:
- return False
- # this will falsely identify two distinct "Untitled" as equal
- # so test some more. A lot of work to please some dolt who
- # does not save his fonts while running scripts.
- try:
- if len(self) <> len(other):
- return False
- except TypeError:
- return False
- # same name and length. start comparing glyphs
- namesSelf = self.keys()
- namesOther = other.keys()
- namesSelf.sort()
- namesOther.sort()
- for i in range(len(namesSelf)):
- if namesSelf[i] <> namesOther[i]:
- return False
- for c in self:
- if not c == other[c.name]:
- return False
- return True
-
- def keys(self):
- # must be implemented by subclass
- raise NotImplementedError
-
- def __iter__(self):
- for glyphName in self.keys():
- yield self.getGlyph(glyphName)
-
- def __getitem__(self, glyphName):
- return self.getGlyph(glyphName)
-
- def __contains__(self, glyphName):
- return self.has_key(glyphName)
-
- def _hasChanged(self):
- #mark the object as changed
- self.setChanged(True)
-
- def update(self):
- """update the font"""
- pass
-
- def close(self, save=1):
- """Close the font, saving is optional."""
- pass
-
- def round(self):
- """round all of the points in all of the glyphs"""
- for glyph in self:
- glyph.round()
-
- def autoUnicodes(self):
- """Using fontTools.agl, assign Unicode lists to all glyphs in the font"""
- for glyph in self:
- glyph.autoUnicodes()
-
- def getCharacterMapping(self):
- """Create a dictionary of unicode -> [glyphname, ...] mappings.
- Note that this dict is created each time this method is called,
- which can make it expensive for larger fonts. All glyphs are loaded.
- Note that one glyph can have multiple unicode values,
- and a unicode value can have multiple glyphs pointing to it."""
- map = {}
- for glyph in self:
- for u in glyph.unicodes:
- if not map.has_key(u):
- map[u] = []
- map[u].append(glyph.name)
- return map
-
- def getReverseComponentMapping(self):
- """
- Get a reversed map of component references in the font.
- {
- 'A' : ['Aacute', 'Aring']
- 'acute' : ['Aacute']
- 'ring' : ['Aring']
- etc.
- }
- """
- map = {}
- for glyph in self:
- glyphName = glyph.name
- for component in glyph.components:
- baseGlyphName = component.baseGlyph
- if not map.has_key(baseGlyphName):
- map[baseGlyphName] = []
- map[baseGlyphName].append(glyphName)
- return map
-
- def compileGlyph(self, glyphName, baseName, accentNames, \
- adjustWidth=False, preflight=False, printErrors=True):
- """Compile components into a new glyph using components and anchorpoints.
- glyphName: the name of the glyph where it all needs to go
- baseName: the name of the base glyph
- accentNames: a list of accentName, anchorName tuples, [('acute', 'top'), etc]
- """
- anchors = {}
- errors = {}
- baseGlyph = self[baseName]
- for anchor in baseGlyph.getAnchors():
- anchors[anchor.name] = anchor.position
- destGlyph = self.newGlyph(glyphName, clear=True)
- destGlyph.appendComponent(baseName)
- destGlyph.width = baseGlyph.width
- for accentName, anchorName in accentNames:
- try:
- accent = self[accentName]
- except IndexError:
- errors["glyph '%s' is missing in font %s"%(accentName, self.info.fullName)] = 1
- continue
- shift = None
- for accentAnchor in accent.getAnchors():
- if '_'+anchorName == accentAnchor.name:
- shift = anchors[anchorName][0] - accentAnchor.position[0], anchors[anchorName][1] - accentAnchor.position[1]
- destGlyph.appendComponent(accentName, offset=shift)
- break
- if shift is not None:
- for accentAnchor in accent.getAnchors():
- if accentAnchor.name in anchors:
- anchors[accentAnchor.name] = shift[0]+accentAnchor.position[0], shift[1]+accentAnchor.position[1]
- if printErrors:
- for px in errors.keys():
- print px
- return destGlyph
-
- def generateGlyph(self, glyphName, replace=1, preflight=False, printErrors=True):
- """Generate a glyph and return it. Assembled from GlyphConstruction.txt"""
- from robofab.tools.toolsAll import readGlyphConstructions
- con = readGlyphConstructions()
- entry = con.get(glyphName, None)
- if not entry:
- print "glyph '%s' is not listed in the robofab/Data/GlyphConstruction.txt"%(glyphName)
- return
- baseName = con[glyphName][0]
- parts = con[glyphName][1:]
- return self.compileGlyph(glyphName, baseName, parts, adjustWidth=1, preflight=preflight, printErrors=printErrors)
-
- def interpolate(self, factor, minFont, maxFont, suppressError=True, analyzeOnly=False, doProgress=False):
- """Traditional interpolation method. Interpolates by factor between minFont and maxFont.
- suppressError will supress all tracebacks and analyze only will not perform the interpolation
- but it will analyze all glyphs and return a dict of problems."""
- errors = {}
- if not isinstance(factor, tuple):
- factor = factor, factor
- minGlyphNames = minFont.keys()
- maxGlyphNames = maxFont.keys()
- allGlyphNames = list(set(minGlyphNames) | set(maxGlyphNames))
- if doProgress:
- from robofab.interface.all.dialogs import ProgressBar
- progress = ProgressBar('Interpolating...', len(allGlyphNames))
- tickCount = 0
- # some dimensions and values
- self.info.ascender = _interpolate(minFont.info.ascender, maxFont.info.ascender, factor[1])
- self.info.descender = _interpolate(minFont.info.descender, maxFont.info.descender, factor[1])
- # check for the presence of the glyph in each of the fonts
- for glyphName in allGlyphNames:
- if doProgress:
- progress.label(glyphName)
- fatalError = False
- if glyphName not in minGlyphNames:
- fatalError = True
- if not errors.has_key('Missing Glyphs'):
- errors['Missing Glyphs'] = []
- errors['Missing Glyphs'].append('Interpolation Error: %s not in %s'%(glyphName, minFont.info.postscriptFullName))
- if glyphName not in maxGlyphNames:
- fatalError = True
- if not errors.has_key('Missing Glyphs'):
- errors['Missing Glyphs'] = []
- errors['Missing Glyphs'].append('Interpolation Error: %s not in %s'%(glyphName, maxFont.info.postscriptFullName))
- # if no major problems, proceed.
- if not fatalError:
- # remove the glyph since FontLab has a problem with
- # interpolating an existing glyph that contains
- # some contour data.
- oldLib = {}
- oldMark = None
- oldNote = None
- if self.has_key(glyphName):
- glyph = self[glyphName]
- oldLib = dict(glyph.lib)
- oldMark = glyph.mark
- oldNote = glyph.note
- self.removeGlyph(glyphName)
- selfGlyph = self.newGlyph(glyphName)
- selfGlyph.lib.update(oldLib)
- if oldMark != None:
- selfGlyph.mark = oldMark
- selfGlyph.note = oldNote
- min = minFont[glyphName]
- max = maxFont[glyphName]
- ok, glyphErrors = selfGlyph.interpolate(factor, min, max, suppressError=suppressError, analyzeOnly=analyzeOnly)
- if not errors.has_key('Glyph Errors'):
- errors['Glyph Errors'] = {}
- errors['Glyph Errors'][glyphName] = glyphErrors
- if doProgress:
- progress.tick(tickCount)
- tickCount = tickCount + 1
- if doProgress:
- progress.close()
- return errors
-
- def getGlyphNameToFileNameFunc(self):
- funcName = self.lib.get("org.robofab.glyphNameToFileNameFuncName")
- if funcName is None:
- return None
- parts = funcName.split(".")
- module = ".".join(parts[:-1])
- try:
- item = __import__(module)
- for sub in parts[1:]:
- item = getattr(item, sub)
- except (ImportError, AttributeError):
- warn("Can't find glyph name to file name converter function, "
- "falling back to default scheme (%s)" % funcName, RoboFabWarning)
- return None
- else:
- return item
-
-
-class BaseGlyph(RBaseObject):
-
- """Base class for all glyph objects."""
-
- def __init__(self):
- RBaseObject.__init__(self)
- #self.contours = []
- #self.components = []
- #self.anchors = []
- #self.width = 0
- #self.note = None
- ##self.unicodes = []
- #self.selected = None
- self.changed = False # if the object needs to be saved
-
- def __repr__(self):
- font = "unnamed_font"
- glyph = "unnamed_glyph"
- fontParent = self.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError:
- pass
- try:
- glyph = self.name
- except AttributeError:
- pass
- return "<RGlyph for %s.%s>" %(font, glyph)
-
- #
- # Glyph Math
- #
-
- def _getMathData(self):
- from robofab.pens.mathPens import GetMathDataPointPen
- pen = GetMathDataPointPen()
- self.drawPoints(pen)
- data = pen.getData()
- return data
-
- def _setMathData(self, data, destination=None):
- from robofab.pens.mathPens import CurveSegmentFilterPointPen
- if destination is None:
- newGlyph = self._mathCopy()
- else:
- newGlyph = destination
- newGlyph.clear()
- #
- # draw the data onto the glyph
- pointPen = newGlyph.getPointPen()
- filterPen = CurveSegmentFilterPointPen(pointPen)
- for contour in data['contours']:
- filterPen.beginPath()
- for segmentType, pt, smooth, name in contour:
- filterPen.addPoint(pt=pt, segmentType=segmentType, smooth=smooth, name=name)
- filterPen.endPath()
- for baseName, transformation in data['components']:
- filterPen.addComponent(baseName, transformation)
- for pt, name in data['anchors']:
- filterPen.beginPath()
- filterPen.addPoint(pt=pt, segmentType="move", smooth=False, name=name)
- filterPen.endPath()
- newGlyph.width = data['width']
- psHints = data.get('psHints')
- if psHints is not None:
- newGlyph.psHints.update(psHints)
- #
- return newGlyph
-
- def _getMathDestination(self):
- # make a new, empty glyph
- return self.__class__()
-
- def _mathCopy(self):
- # copy self without contour, component and anchor data
- glyph = self._getMathDestination()
- glyph.name = self.name
- glyph.unicodes = list(self.unicodes)
- glyph.width = self.width
- glyph.note = self.note
- glyph.lib = dict(self.lib)
- return glyph
-
- def _processMathOne(self, otherGlyph, funct):
- # used by: __add__, __sub__
- #
- newData = {
- 'contours':[],
- 'components':[],
- 'anchors':[],
- 'width':None
- }
- selfData = self._getMathData()
- otherData = otherGlyph._getMathData()
- #
- # contours
- selfContours = selfData['contours']
- otherContours = otherData['contours']
- newContours = newData['contours']
- if len(selfContours) > 0:
- for contourIndex in xrange(len(selfContours)):
- newContours.append([])
- selfContour = selfContours[contourIndex]
- otherContour = otherContours[contourIndex]
- for pointIndex in xrange(len(selfContour)):
- segType, pt, smooth, name = selfContour[pointIndex]
- newX, newY = funct(selfContour[pointIndex][1], otherContour[pointIndex][1])
- newContours[-1].append((segType, (newX, newY), smooth, name))
- # anchors
- selfAnchors = selfData['anchors']
- otherAnchors = otherData['anchors']
- newAnchors = newData['anchors']
- if len(selfAnchors) > 0:
- selfAnchors, otherAnchors = self._mathAnchorCompare(selfAnchors, otherAnchors)
- anchorNames = selfAnchors.keys()
- for anchorName in anchorNames:
- selfAnchorList = selfAnchors[anchorName]
- otherAnchorList = otherAnchors[anchorName]
- for i in range(len(selfAnchorList)):
- selfAnchor = selfAnchorList[i]
- otherAnchor = otherAnchorList[i]
- newAnchor = funct(selfAnchor, otherAnchor)
- newAnchors.append((newAnchor, anchorName))
- # components
- selfComponents = selfData['components']
- otherComponents = otherData['components']
- newComponents = newData['components']
- if len(selfComponents) > 0:
- selfComponents, otherComponents = self._mathComponentCompare(selfComponents, otherComponents)
- componentNames = selfComponents.keys()
- for componentName in componentNames:
- selfComponentList = selfComponents[componentName]
- otherComponentList = otherComponents[componentName]
- for i in range(len(selfComponentList)):
- # transformation breakdown: xScale, xyScale, yxScale, yScale, xOffset, yOffset
- selfXScale, selfXYScale, selfYXScale, selfYScale, selfXOffset, selfYOffset = selfComponentList[i]
- otherXScale, otherXYScale, otherYXScale, otherYScale, otherXOffset, otherYOffset = otherComponentList[i]
- newXScale, newXYScale = funct((selfXScale, selfXYScale), (otherXScale, otherXYScale))
- newYXScale, newYScale = funct((selfYXScale, selfYScale), (otherYXScale, otherYScale))
- newXOffset, newYOffset = funct((selfXOffset, selfYOffset), (otherXOffset, otherYOffset))
- newComponents.append((componentName, (newXScale, newXYScale, newYXScale, newYScale, newXOffset, newYOffset)))
- return newData
-
- def _processMathTwo(self, factor, funct):
- # used by: __mul__, __div__
- #
- newData = {
- 'contours':[],
- 'components':[],
- 'anchors':[],
- 'width':None
- }
- selfData = self._getMathData()
- # contours
- selfContours = selfData['contours']
- newContours = newData['contours']
- for selfContour in selfContours:
- newContours.append([])
- for segType, pt, smooth, name in selfContour:
- newX, newY = funct(pt, factor)
- newContours[-1].append((segType, (newX, newY), smooth, name))
- # anchors
- selfAnchors = selfData['anchors']
- newAnchors = newData['anchors']
- for pt, anchorName in selfAnchors:
- newPt = funct(pt, factor)
- newAnchors.append((newPt, anchorName))
- # components
- selfComponents = selfData['components']
- newComponents = newData['components']
- for baseName, transformation in selfComponents:
- xScale, xyScale, yxScale, yScale, xOffset, yOffset = transformation
- newXOffset, newYOffset = funct((xOffset, yOffset), factor)
- newXScale, newYScale = funct((xScale, yScale), factor)
- newXYScale, newYXScale = funct((xyScale, yxScale), factor)
- newComponents.append((baseName, (newXScale, newXYScale, newYXScale, newYScale, newXOffset, newYOffset)))
- # return the data
- return newData
-
- def _mathAnchorCompare(self, selfMathAnchors, otherMathAnchors):
- # collect compatible anchors
- selfAnchors = {}
- for pt, name in selfMathAnchors:
- if not selfAnchors.has_key(name):
- selfAnchors[name] = []
- selfAnchors[name].append(pt)
- otherAnchors = {}
- for pt, name in otherMathAnchors:
- if not otherAnchors.has_key(name):
- otherAnchors[name] = []
- otherAnchors[name].append(pt)
- compatAnchors = set(selfAnchors.keys()) & set(otherAnchors.keys())
- finalSelfAnchors = {}
- finalOtherAnchors = {}
- for name in compatAnchors:
- if not finalSelfAnchors.has_key(name):
- finalSelfAnchors[name] = []
- if not finalOtherAnchors.has_key(name):
- finalOtherAnchors[name] = []
- selfList = selfAnchors[name]
- otherList = otherAnchors[name]
- selfCount = len(selfList)
- otherCount = len(otherList)
- if selfCount != otherCount:
- r = range(min(selfCount, otherCount))
- else:
- r = range(selfCount)
- for i in r:
- finalSelfAnchors[name].append(selfList[i])
- finalOtherAnchors[name].append(otherList[i])
- return finalSelfAnchors, finalOtherAnchors
-
- def _mathComponentCompare(self, selfMathComponents, otherMathComponents):
- # collect compatible components
- selfComponents = {}
- for baseName, transformation in selfMathComponents:
- if not selfComponents.has_key(baseName):
- selfComponents[baseName] = []
- selfComponents[baseName].append(transformation)
- otherComponents = {}
- for baseName, transformation in otherMathComponents:
- if not otherComponents.has_key(baseName):
- otherComponents[baseName] = []
- otherComponents[baseName].append(transformation)
- compatComponents = set(selfComponents.keys()) & set(otherComponents.keys())
- finalSelfComponents = {}
- finalOtherComponents = {}
- for baseName in compatComponents:
- if not finalSelfComponents.has_key(baseName):
- finalSelfComponents[baseName] = []
- if not finalOtherComponents.has_key(baseName):
- finalOtherComponents[baseName] = []
- selfList = selfComponents[baseName]
- otherList = otherComponents[baseName]
- selfCount = len(selfList)
- otherCount = len(otherList)
- if selfCount != otherCount:
- r = range(min(selfCount, otherCount))
- else:
- r = range(selfCount)
- for i in r:
- finalSelfComponents[baseName].append(selfList[i])
- finalOtherComponents[baseName].append(otherList[i])
- return finalSelfComponents, finalOtherComponents
-
- def __mul__(self, factor):
- assert isinstance(factor, (int, float, tuple)), "Glyphs can only be multiplied by int, float or a 2-tuple."
- if not isinstance(factor, tuple):
- factor = (factor, factor)
- data = self._processMathTwo(factor, mulPt)
- data['width'] = self.width * factor[0]
- # psHints
- if not self.psHints.isEmpty():
- newPsHints = self.psHints * factor
- data['psHints'] = newPsHints
- return self._setMathData(data)
-
- __rmul__ = __mul__
-
- def __div__(self, factor):
- assert isinstance(factor, (int, float, tuple)), "Glyphs can only be divided by int, float or a 2-tuple."
- # calculate reverse factor, and cause nice ZeroDivisionError if it can't
- if isinstance(factor, tuple):
- reverse = 1.0/factor[0], 1.0/factor[1]
- else:
- reverse = 1.0/factor
- return self.__mul__(reverse)
-
- def __add__(self, other):
- assert isinstance(other, BaseGlyph), "Glyphs can only be added to other glyphs."
- data = self._processMathOne(other, addPt)
- data['width'] = self.width + other.width
- return self._setMathData(data)
-
- def __sub__(self, other):
- assert isinstance(other, BaseGlyph), "Glyphs can only be substracted from other glyphs."
- data = self._processMathOne(other, subPt)
- data['width'] = self.width + other.width
- return self._setMathData(data)
-
- #
- # Interpolation
- #
-
- def interpolate(self, factor, minGlyph, maxGlyph, suppressError=True, analyzeOnly=False):
- """Traditional interpolation method. Interpolates by factor between minGlyph and maxGlyph.
- suppressError will supress all tracebacks and analyze only will not perform the interpolation
- but it will analyze all glyphs and return a dict of problems."""
- if not isinstance(factor, tuple):
- factor = factor, factor
- fatalError = False
- if analyzeOnly:
- ok, errors = minGlyph.isCompatible(maxGlyph)
- return ok, errors
- minData = None
- maxData = None
- minName = minGlyph.name
- maxName = maxGlyph.name
- try:
- minData = minGlyph._getMathData()
- maxData = maxGlyph._getMathData()
- newContours = self._interpolateContours(factor, minData['contours'], maxData['contours'])
- newComponents = self._interpolateComponents(factor, minData['components'], maxData['components'])
- newAnchors = self._interpolateAnchors(factor, minData['anchors'], maxData['anchors'])
- newWidth = _interpolate(minGlyph.width, maxGlyph.width, factor[0])
- newData = {
- 'contours':newContours,
- 'components':newComponents,
- 'anchors':newAnchors,
- 'width':newWidth
- }
- self._setMathData(newData, self)
- except IndexError:
- if not suppressError:
- ok, errors = minGlyph.isCompatible(maxGlyph)
- ok = not ok
- return ok, errors
- self.update()
- return False, []
-
- def isCompatible(self, otherGlyph, report=True):
- """Return a bool value if the glyph is compatible with otherGlyph.
- With report = True, isCompatible will return a report of what's wrong.
- The interpolate method requires absolute equality between contour data.
- Absolute equality is preferred among component and anchor data, but
- it is NOT required. Interpolation between components and anchors
- will only deal with compatible data and incompatible data will be
- ignored. This method reflects this system."""
- selfName = self.name
- selfData = self._getMathData()
- otherName = otherGlyph.name
- otherData = otherGlyph._getMathData()
- compatible, errors = self._isCompatibleInternal(selfName, otherName, selfData, otherData)
- if report:
- return compatible, errors
- return compatible
-
- def _isCompatibleInternal(self, selfName, otherName, selfData, otherData):
- fatalError = False
- errors = []
- ## contours
- # any contour incompatibilities
- # result in fatal errors
- selfContours = selfData['contours']
- otherContours = otherData['contours']
- if len(selfContours) != len(otherContours):
- fatalError = True
- errors.append("Fatal error: glyph %s and glyph %s don't have the same number of contours." %(selfName, otherName))
- else:
- for contourIndex in xrange(len(selfContours)):
- selfContour = selfContours[contourIndex]
- otherContour = otherContours[contourIndex]
- if len(selfContour) != len(otherContour):
- fatalError = True
- errors.append("Fatal error: contour %d in glyph %s and glyph %s don't have the same number of segments." %(contourIndex, selfName, otherName))
- ## components
- # component incompatibilities
- # do not result in fatal errors
- selfComponents = selfData['components']
- otherComponents = otherData['components']
- if len(selfComponents) != len(otherComponents):
- errors.append("Error: glyph %s and glyph %s don't have the same number of components." %(selfName, otherName))
- for componentIndex in xrange(min(len(selfComponents), len(otherComponents))):
- selfBaseName, selfTransformation = selfComponents[componentIndex]
- otherBaseName, otherTransformation = otherComponents[componentIndex]
- if selfBaseName != otherBaseName:
- errors.append("Error: component %d in glyph %s and glyph %s don't have the same base glyph." %(componentIndex, selfName, otherName))
- ## anchors
- # anchor incompatibilities
- # do not result in fatal errors
- selfAnchors = selfData['anchors']
- otherAnchors = otherData['anchors']
- if len(selfAnchors) != len(otherAnchors):
- errors.append("Error: glyph %s and glyph %s don't have the same number of anchors." %(selfName, otherName))
- for anchorIndex in xrange(min(len(selfAnchors), len(otherAnchors))):
- selfPt, selfAnchorName = selfAnchors[anchorIndex]
- otherPt, otherAnchorName = otherAnchors[anchorIndex]
- if selfAnchorName != otherAnchorName:
- errors.append("Error: anchor %d in glyph %s and glyph %s don't have the same name." %(anchorIndex, selfName, otherName))
- return not fatalError, errors
-
- def _interpolateContours(self, factor, minContours, maxContours):
- newContours = []
- for contourIndex in xrange(len(minContours)):
- minContour = minContours[contourIndex]
- maxContour = maxContours[contourIndex]
- newContours.append([])
- for pointIndex in xrange(len(minContour)):
- segType, pt, smooth, name = minContour[pointIndex]
- minPoint = minContour[pointIndex][1]
- maxPoint = maxContour[pointIndex][1]
- newX, newY = _interpolatePt(minPoint, maxPoint, factor)
- newContours[-1].append((segType, (newX, newY), smooth, name))
- return newContours
-
- def _interpolateComponents(self, factor, minComponents, maxComponents):
- newComponents = []
- minComponents, maxComponents = self._mathComponentCompare(minComponents, maxComponents)
- componentNames = minComponents.keys()
- for componentName in componentNames:
- minComponentList = minComponents[componentName]
- maxComponentList = maxComponents[componentName]
- for i in xrange(len(minComponentList)):
- # transformation breakdown: xScale, xyScale, yxScale, yScale, xOffset, yOffset
- minXScale, minXYScale, minYXScale, minYScale, minXOffset, minYOffset = minComponentList[i]
- maxXScale, maxXYScale, maxYXScale, maxYScale, maxXOffset, maxYOffset = maxComponentList[i]
- newXScale, newXYScale = _interpolatePt((minXScale, minXYScale), (maxXScale, maxXYScale), factor)
- newYXScale, newYScale = _interpolatePt((minYXScale, minYScale), (maxYXScale, maxYScale), factor)
- newXOffset, newYOffset = _interpolatePt((minXOffset, minYOffset), (maxXOffset, maxYOffset), factor)
- newComponents.append((componentName, (newXScale, newXYScale, newYXScale, newYScale, newXOffset, newYOffset)))
- return newComponents
-
- def _interpolateAnchors(self, factor, minAnchors, maxAnchors):
- newAnchors = []
- minAnchors, maxAnchors = self._mathAnchorCompare(minAnchors, maxAnchors)
- anchorNames = minAnchors.keys()
- for anchorName in anchorNames:
- minAnchorList = minAnchors[anchorName]
- maxAnchorList = maxAnchors[anchorName]
- for i in range(len(minAnchorList)):
- minAnchor = minAnchorList[i]
- maxAnchor = maxAnchorList[i]
- newAnchor = _interpolatePt(minAnchor, maxAnchor, factor)
- newAnchors.append((newAnchor, anchorName))
- return newAnchors
-
- #
- # comparisons
- #
-
- def __eq__(self, other):
- if isinstance(other, BaseGlyph):
- return self._getDigest() == other._getDigest()
- return False
-
- def __ne__(self, other):
- return not self.__eq__(other)
-
- def _getDigest(self, pointsOnly=False):
- """Calculate a digest of coordinates, points, things in this glyph.
- With pointsOnly == True the digest consists of a flat tuple of all
- coordinate pairs in the glyph, without the order of contours.
- """
- from robofab.pens.digestPen import DigestPointPen
- mp = DigestPointPen()
- self.drawPoints(mp)
- if pointsOnly:
- return "%s|%d|%s"%(mp.getDigestPointsOnly(), self.width, self.unicode)
- else:
- return "%s|%d|%s"%(mp.getDigest(), self.width, self.unicode)
-
- def _getStructure(self):
- """Calculate a digest of points, things in this glyph, but NOT coordinates."""
- from robofab.pens.digestPen import DigestPointStructurePen
- mp = DigestPointStructurePen()
- self.drawPoints(mp)
- return mp.getDigest()
-
- def _hasChanged(self):
- """mark the object and it's parent as changed"""
- self.setChanged(True)
- if self.getParent() is not None:
- self.getParent()._hasChanged()
-
- def _get_box(self):
- bounds = _box(self, fontObject=self.getParent())
- return bounds
-
- box = property(_get_box, doc="the bounding box of the glyph: (xMin, yMin, xMax, yMax)")
-
- def _get_leftMargin(self):
- if self.isEmpty():
- return 0
- xMin, yMin, xMax, yMax = self.box
- return xMin
-
- def _set_leftMargin(self, value):
- if self.isEmpty():
- self.width = self.width + value
- else:
- diff = value - self.leftMargin
- self.move((diff, 0))
- self.width = self.width + diff
-
- leftMargin = property(_get_leftMargin, _set_leftMargin, doc="the left margin")
-
- def _get_rightMargin(self):
- if self.isEmpty():
- return self.width
- xMin, yMin, xMax, yMax = self.box
- return self.width - xMax
-
- def _set_rightMargin(self, value):
- if self.isEmpty():
- self.width = value
- else:
- xMin, yMin, xMax, yMax = self.box
- self.width = xMax + value
-
- rightMargin = property(_get_rightMargin, _set_rightMargin, doc="the right margin")
-
- def copy(self, aParent=None):
- """Duplicate this glyph"""
- n = self.__class__()
- if aParent is not None:
- n.setParent(aParent)
- dont = ['_object', 'getParent']
- for k in self.__dict__.keys():
- ok = True
- if k in dont:
- continue
- elif k == "contours":
- dup = []
- for i in self.contours:
- dup.append(i.copy(n))
- elif k == "components":
- dup = []
- for i in self.components:
- dup.append(i.copy(n))
- elif k == "anchors":
- dup = []
- for i in self.anchors:
- dup.append(i.copy(n))
- elif k == "psHints":
- dup = self.psHints.copy()
- elif isinstance(self.__dict__[k], (RBaseObject, BaseLib)):
- dup = self.__dict__[k].copy(n)
- else:
- dup = copy.deepcopy(self.__dict__[k])
- if ok:
- setattr(n, k, dup)
- return n
-
- def _setParentTree(self):
- """Set the parents of all contained and dependent objects (and their dependents) right."""
- for item in self.contours:
- item.setParent(self)
- item._setParentTree()
- for item in self.components:
- item.setParent(self)
- for items in self.anchors:
- item.setParent(self)
-
- def getGlyph(self, glyphName):
- """Provided there is a font parent for this glyph, return a sibling glyph."""
- if glyphName == self.name:
- return self
- if self.getParent() is not None:
- return self.getParent()[glyphName]
- return None
-
- def getPen(self):
- """Return a Pen object for creating an outline in this glyph."""
- from robofab.pens.adapterPens import SegmentToPointPen
- return SegmentToPointPen(self.getPointPen())
-
- def getPointPen(self):
- """Return a PointPen object for creating an outline in this glyph."""
- raise NotImplementedError, "getPointPen() must be implemented by subclass"
-
- def deSelect(self):
- """Set all selected attrs in glyph to False: for the glyph, components, anchors, points."""
- for a in self.anchors:
- a.selected = False
- for a in self.components:
- a.selected = False
- for c in self.contours:
- for p in c.points:
- p.selected = False
- self.selected = False
-
- def isEmpty(self):
- """return true if the glyph has no contours or components"""
- if len(self.contours) + len(self.components) == 0:
- return True
- else:
- return False
-
- def _saveToGlyphSet(self, glyphSet, glyphName=None, force=False):
- """Save the glyph to GlyphSet, a private method that's part of the saving process."""
- # save stuff in the lib first
- if force or self.changed:
- if glyphName is None:
- glyphName = self.name
- glyphSet.writeGlyph(glyphName, self, self.drawPoints)
-
- def update(self):
- """update the glyph"""
- pass
-
- def draw(self, pen):
- """draw the object with a RoboFab segment pen"""
- try:
- pen.setWidth(self.width)
- if self.note is not None:
- pen.setNote(self.note)
- except AttributeError:
- # FontTools pens don't have these methods
- pass
- for a in self.anchors:
- a.draw(pen)
- for c in self.contours:
- c.draw(pen)
- for c in self.components:
- c.draw(pen)
- try:
- pen.doneDrawing()
- except AttributeError:
- # FontTools pens don't have a doneDrawing() method
- pass
-
- def drawPoints(self, pen):
- """draw the object with a point pen"""
- for a in self.anchors:
- a.drawPoints(pen)
- for c in self.contours:
- c.drawPoints(pen)
- for c in self.components:
- c.drawPoints(pen)
-
- def appendContour(self, aContour, offset=(0, 0)):
- """append a contour to the glyph"""
- x, y = offset
- pen = self.getPointPen()
- aContour.drawPoints(pen)
- self.contours[-1].move((x, y))
-
- def appendGlyph(self, aGlyph, offset=(0, 0)):
- """append another glyph to the glyph"""
- x, y = offset
- pen = self.getPointPen()
- #to handle the offsets, move the source glyph and then move it back!
- aGlyph.move((x, y))
- aGlyph.drawPoints(pen)
- aGlyph.move((-x, -y))
-
- def round(self):
- """round all coordinates in all contours, components and anchors"""
- for n in self.contours:
- n.round()
- for n in self.components:
- n.round()
- for n in self.anchors:
- n.round()
- self.width = int(round(self.width))
-
- def autoUnicodes(self):
- """Using fontTools.agl, assign Unicode list to the glyph"""
- from fontTools.agl import AGL2UV
- if AGL2UV.has_key(self.name):
- self.unicode = AGL2UV[self.name]
- self._hasChanged()
-
- def pointInside(self, pt, evenOdd=0):
- """determine if the point is in the black or white of the glyph"""
- x, y = pt
- from fontTools.pens.pointInsidePen import PointInsidePen
- font = self.getParent()
- piPen = PointInsidePen(glyphSet=font, testPoint=(x, y), evenOdd=evenOdd)
- self.draw(piPen)
- return piPen.getResult()
-
- def correctDirection(self, trueType=False):
- """corect the direction of the contours in the glyph."""
- #this is a bit slow, but i'm not sure how much more it can be optimized.
- #it also has a bug somewhere that is causeing some contours to be set incorrectly.
- #try to run it on the copyright symbol to see the problem. hm.
- #
- #establish the default direction that an outer contour should follow
- #i believe for TT this is clockwise and for PS it is counter
- #i could be wrong about this, i need to double check.
- from fontTools.pens.pointInsidePen import PointInsidePen
- baseDirection = 0
- if trueType:
- baseDirection = 1
- #we don't need to do all the work if the contour count is < 2
- count = len(self.contours)
- if count == 0:
- return
- elif count == 1:
- self.contours[0].clockwise = baseDirection
- return
- #store up needed before we start
- #i think the .box calls are eating a big chunk of the time
- contourDict = {}
- for contourIndex in range(len(self.contours)):
- contour = self.contours[contourIndex]
- contourDict[contourIndex] = {'box':contour.box, 'dir':contour.clockwise, 'hit':[], 'notHit':[]}
- #now, for every contour, determine which contours it intersects
- #as we go, we will also store contours that it doesn't intersct
- #and we store this value for both contours
- allIndexes = contourDict.keys()
- for contourIndex in allIndexes:
- for otherContourIndex in allIndexes:
- if otherContourIndex != contourIndex:
- if contourIndex not in contourDict[otherContourIndex]['hit'] and contourIndex not in contourDict[otherContourIndex]['notHit']:
- xMin1, yMin1, xMax1, yMax1 = contourDict[contourIndex]['box']
- xMin2, yMin2, xMax2, yMax2= contourDict[otherContourIndex]['box']
- hit, pos = sectRect((xMin1, yMin1, xMax1, yMax1), (xMin2, yMin2, xMax2, yMax2))
- if hit == 1:
- contourDict[contourIndex]['hit'].append(otherContourIndex)
- contourDict[otherContourIndex]['hit'].append(contourIndex)
- else:
- contourDict[contourIndex]['notHit'].append(otherContourIndex)
- contourDict[otherContourIndex]['notHit'].append(contourIndex)
- #set up the pen here to shave a bit of time
- font = self.getParent()
- piPen = PointInsidePen(glyphSet=font, testPoint=(0, 0), evenOdd=0)
- #now do the pointInside work
- for contourIndex in allIndexes:
- direction = baseDirection
- contour = self.contours[contourIndex]
- startPoint = contour.segments[0].onCurve
- if startPoint is not None: #skip TT paths with no onCurve
- if len(contourDict[contourIndex]['hit']) != 0:
- for otherContourIndex in contourDict[contourIndex]['hit']:
- piPen.setTestPoint(testPoint=(startPoint.x, startPoint.y))
- otherContour = self.contours[otherContourIndex]
- otherContour.draw(piPen)
- direction = direction + piPen.getResult()
- newDirection = direction % 2
- #now set the direction if we need to
- if newDirection != contourDict[contourIndex]['dir']:
- contour.reverseContour()
-
- def autoContourOrder(self):
- """attempt to sort the contours based on their centers"""
- # sort is based on (in this order):
- # - the (negative) point count
- # - the (negative) segment count
- # - fuzzy x value of the center of the contour
- # - fuzzy y value of the center of the contour
- # - the (negative) surface of the bounding box of the contour: width * height
- # the latter is a safety net for for instances like a very thin 'O' where the
- # x centers could be close enough to rely on the y for the sort which could
- # very well be the same for both contours. We use the _negative_ of the surface
- # to ensure that larger contours appear first, which seems more natural.
- tempContourList = []
- contourList = []
- xThreshold = None
- yThreshold = None
- for contour in self.contours:
- xMin, yMin, xMax, yMax = contour.box
- width = xMax - xMin
- height = yMax - yMin
- xC = 0.5 * (xMin + xMax)
- yC = 0.5 * (yMin + yMax)
- xTh = abs(width * .5)
- yTh = abs(height * .5)
- if xThreshold is None or xThreshold > xTh:
- xThreshold = xTh
- if yThreshold is None or yThreshold > yTh:
- yThreshold = yTh
- tempContourList.append((-len(contour.points), -len(contour.segments), xC, yC, -(width * height), contour))
- for points, segments, x, y, surface, contour in tempContourList:
- contourList.append((points, segments, FuzzyNumber(x, xThreshold), FuzzyNumber(y, yThreshold), surface, contour))
- contourList.sort()
- for i in range(len(contourList)):
- points, segments, xO, yO, surface, contour = contourList[i]
- contour.index = i
-
- def rasterize(self, cellSize=50, xMin=None, yMin=None, xMax=None, yMax=None):
- """
- Slice the glyph into a grid based on the cell size.
- It returns a list of lists containing bool values
- that indicate the black (True) or white (False)
- value of that particular cell. These lists are
- arranged from top to bottom of the glyph and
- proceed from left to right.
- This is an expensive operation!
- """
- from fontTools.pens.pointInsidePen import PointInsidePen
- piPen = PointInsidePen(glyphSet=self.getParent(), testPoint=(0, 0), evenOdd=0)
- if xMin is None or yMin is None or xMax is None or yMax is None:
- _xMin, _yMin, _xMax, _yMax = self.box
- if xMin is None:
- xMin = _xMin
- if yMin is None:
- yMin = _yMin
- if xMax is None:
- xMax = _xMax
- if yMax is None:
- yMax = _yMax
- #
- hitXMax = False
- hitYMin = False
- xSlice = 0
- ySlice = 0
- halfCellSize = cellSize / 2.0
- #
- map = []
- #
- while not hitYMin:
- map.append([])
- yScan = -(ySlice * cellSize) + yMax - halfCellSize
- if yScan < yMin:
- hitYMin = True
- while not hitXMax:
- xScan = (xSlice * cellSize) + xMin - halfCellSize
- if xScan > xMax:
- hitXMax = True
- piPen.setTestPoint((xScan, yScan))
- self.draw(piPen)
- test = piPen.getResult()
- if test:
- map[-1].append(True)
- else:
- map[-1].append(False)
- xSlice = xSlice + 1
- hitXMax = False
- xSlice = 0
- ySlice = ySlice + 1
- return map
-
- def move(self, pt, contours=True, components=True, anchors=True):
- """Move a glyph's items that are flagged as True"""
- x, y = roundPt(pt)
- if contours:
- for contour in self.contours:
- contour.move((x, y))
- if components:
- for component in self.components:
- component.move((x, y))
- if anchors:
- for anchor in self.anchors:
- anchor.move((x, y))
-
- def scale(self, pt, center=(0, 0)):
- """scale the glyph"""
- x, y = pt
- for contour in self.contours:
- contour.scale((x, y), center=center)
- for component in self.components:
- offset = component.offset
- component.offset = _scalePointFromCenter(offset, pt, center)
- sX, sY = component.scale
- component.scale = (sX*x, sY*y)
- for anchor in self.anchors:
- anchor.scale((x, y), center=center)
-
- def transform(self, matrix):
- """Transform this glyph.
- Use a Transform matrix object from
- robofab.transform"""
- n = []
- for c in self.contours:
- c.transform(matrix)
- for a in self.anchors:
- a.transform(matrix)
-
- def rotate(self, angle, offset=None):
- """rotate the glyph"""
- from fontTools.misc.transform import Identity
- radAngle = angle / DEGREE # convert from degrees to radians
- if offset is None:
- offset = (0,0)
- rT = Identity.translate(offset[0], offset[1])
- rT = rT.rotate(radAngle)
- rT = rT.translate(-offset[0], -offset[1])
- self.transform(rT)
-
- def skew(self, angle, offset=None):
- """skew the glyph"""
- from fontTools.misc.transform import Identity
- radAngle = angle / DEGREE # convert from degrees to radians
- if offset is None:
- offset = (0,0)
- rT = Identity.translate(offset[0], offset[1])
- rT = rT.skew(radAngle)
- self.transform(rT)
-
-
-class BaseContour(RBaseObject):
-
- """Base class for all contour objects."""
-
- def __init__(self):
- RBaseObject.__init__(self)
- #self.index = None
- self.changed = False # if the object needs to be saved
-
- def __repr__(self):
- font = "unnamed_font"
- glyph = "unnamed_glyph"
- glyphParent = self.getParent()
- if glyphParent is not None:
- try:
- glyph = glyphParent.name
- except AttributeError: pass
- fontParent = glyphParent.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError: pass
- try:
- idx = `self.index`
- except ValueError:
- # XXXX
- idx = "XXX"
- return "<RContour for %s.%s[%s]>"%(font, glyph, idx)
-
- def __len__(self):
- return len(self.segments)
-
- def __mul__(self, factor):
- warn("Contour math has been deprecated and is slated for removal.", DeprecationWarning)
- n = self.copy()
- n.segments = []
- for i in range(len(self.segments)):
- n.segments.append(self.segments[i] * factor)
- n._setParentTree()
- return n
-
- __rmul__ = __mul__
-
- def __add__(self, other):
- warn("Contour math has been deprecated and is slated for removal.", DeprecationWarning)
- n = self.copy()
- n.segments = []
- for i in range(len(self.segments)):
- n.segments.append(self.segments[i] + other.segments[i])
- n._setParentTree()
- return n
-
- def __sub__(self, other):
- warn("Contour math has been deprecated and is slated for removal.", DeprecationWarning)
- n = self.copy()
- n.segments = []
- for i in range(len(self.segments)):
- n.segments.append(self.segments[i] - other.segments[i])
- n._setParentTree()
- return n
-
- def __getitem__(self, index):
- return self.segments[index]
-
- def _hasChanged(self):
- """mark the object and it's parent as changed"""
- self.setChanged(True)
- if self.getParent() is not None:
- self.getParent()._hasChanged()
-
- def _nextSegment(self, segmentIndex):
- return self.segments[(segmentIndex + 1) % len(self.segments)]
-
- def _prevSegment(self, segmentIndex):
- segments = self.segments
- return self.segments[(segmentIndex - 1) % len(self.segments)]
-
- def _get_box(self):
- bounds = _box(self)
- return bounds
-
- box = property(_get_box, doc="the bounding box for the contour")
-
- def _set_clockwise(self, value):
- if self.clockwise != value:
- self.reverseContour()
-
- def _get_clockwise(self):
- pen = AreaPen(self)
- self.draw(pen)
- return pen.value < 0
-
- clockwise = property(_get_clockwise, _set_clockwise, doc="direction of contour: positive=counterclockwise negative=clockwise")
-
- def copy(self, aParent=None):
- """Duplicate this contour"""
- n = self.__class__()
- if aParent is not None:
- n.setParent(aParent)
- elif self.getParent() is not None:
- n.setParent(self.getParent())
- dont = ['_object', 'points', 'bPoints', 'getParent']
- for k in self.__dict__.keys():
- ok = True
- if k in dont:
- continue
- elif k == "segments":
- dup = []
- for i in self.segments:
- dup.append(i.copy(n))
- elif isinstance(self.__dict__[k], (RBaseObject, BaseLib)):
- dup = self.__dict__[k].copy(n)
- else:
- dup = copy.deepcopy(self.__dict__[k])
- if ok:
- setattr(n, k, dup)
- return n
-
- def _setParentTree(self):
- """Set the parents of all contained and dependent objects (and their dependents) right."""
- for item in self.segments:
- item.setParent(self)
-
- def round(self):
- """round the value of all points in the contour"""
- for n in self.points:
- n.round()
-
- def draw(self, pen):
- """draw the object with a fontTools pen"""
- firstOn = self.segments[0].onCurve
- firstType = self.segments[0].type
- lastOn = self.segments[-1].onCurve
- # this is a special exception for FontLab
- # FL can have a contour that does not contain a move.
- # this will only happen if the contour begins with a qcurve.
- # in this case, we move to the segment's on curve,
- # then we iterate through the rest of the points,
- # then we add the first qcurve and finally we
- # close the path. after this, i say "ugh."
- if firstType == QCURVE:
- pen.moveTo((firstOn.x, firstOn.y))
- for segment in self.segments[1:]:
- segmentType = segment.type
- pt = segment.onCurve.x, segment.onCurve.y
- if segmentType == LINE:
- pen.lineTo(pt)
- elif segmentType == CURVE:
- pts = [(point.x, point.y) for point in segment.points]
- pen.curveTo(*pts)
- elif segmentType == QCURVE:
- pts = [(point.x, point.y) for point in segment.points]
- pen.qCurveTo(*pts)
- else:
- assert 0, "unsupported segment type"
- pts = [(point.x, point.y) for point in self.segments[0].points]
- pen.qCurveTo(*pts)
- pen.closePath()
- else:
- if firstType == MOVE and (firstOn.x, firstOn.y) == (lastOn.x, lastOn.y):
- closed = True
- else:
- closed = True
- for segment in self.segments:
- segmentType = segment.type
- pt = segment.onCurve.x, segment.onCurve.y
- if segmentType == MOVE:
- pen.moveTo(pt)
- elif segmentType == LINE:
- pen.lineTo(pt)
- elif segmentType == CURVE:
- pts = [(point.x, point.y) for point in segment.points]
- pen.curveTo(*pts)
- elif segmentType == QCURVE:
- pts = [(point.x, point.y) for point in segment.points]
- pen.qCurveTo(*pts)
- else:
- assert 0, "unsupported segment type"
- if closed:
- pen.closePath()
- else:
- pen.endPath()
-
- def drawPoints(self, pen):
- """draw the object with a point pen"""
- pen.beginPath()
- lastOn = self.segments[-1].onCurve
- didLastOn = False
- flQCurveException = False
- lastIndex = len(self.segments) - 1
- for i in range(len(self.segments)):
- segment = self.segments[i]
- segmentType = segment.type
- # the new protocol states that we start with an onCurve
- # so, if we have a move and a nd a last point overlapping,
- # add the last point to the beginning and skip the move
- if segmentType == MOVE and (segment.onCurve.x, segment.onCurve.y) == (lastOn.x, lastOn.y):
- point = self.segments[-1].onCurve
- name = getattr(segment.onCurve, 'name', None)
- pen.addPoint((point.x, point.y), point.type, smooth=self.segments[-1].smooth, name=name)
- didLastOn = True
- continue
- # this is an exception for objectsFL
- # the problem is that quad contours are
- # represented differently that they are in
- # objectsRF:
- # FL: [qcurve, qcurve, qcurve, qcurve]
- # RF: [move, qcurve, qcurve, qcurve, qcurve]
- # so, we need to catch this, and shift the offCurves to
- # to the end of the contour
- if i == 0 and segmentType == QCURVE:
- flQCurveException = True
- if segmentType == MOVE:
- segmentType = LINE
- ## the offCurves
- if i == 0 and flQCurveException:
- pass
- else:
- for point in segment.offCurve:
- name = getattr(point, 'name', None)
- pen.addPoint((point.x, point.y), segmentType=None, smooth=None, name=name, selected=point.selected)
- ## the onCurve
- # skip the last onCurve if it was used as the move
- if i == lastIndex and didLastOn:
- continue
- point = segment.onCurve
- name = getattr(point, 'name', None)
- pen.addPoint((point.x, point.y), segmentType, smooth=segment.smooth, name=name, selected=point.selected)
- # if we have the special qCurve case with objectsFL
- # take care of the offCurves associated with the first contour
- if flQCurveException:
- for point in self.segments[0].offCurve:
- name = getattr(point, 'name', None)
- pen.addPoint((point.x, point.y), segmentType=None, smooth=None, name=name, selected=point.selected)
- pen.endPath()
-
- def move(self, pt):
- """move the contour"""
- #this will be faster if we go straight to the points
- for point in self.points:
- point.move(pt)
-
- def scale(self, pt, center=(0, 0)):
- """scale the contour"""
- #this will be faster if we go straight to the points
- for point in self.points:
- point.scale(pt, center=center)
-
- def transform(self, matrix):
- """Transform this contour.
- Use a Transform matrix object from
- robofab.transform"""
- n = []
- for s in self.segments:
- s.transform(matrix)
-
- def rotate(self, angle, offset=None):
- """rotate the contour"""
- from fontTools.misc.transform import Identity
- radAngle = angle / DEGREE # convert from degrees to radians
- if offset is None:
- offset = (0,0)
- rT = Identity.translate(offset[0], offset[1])
- rT = rT.rotate(radAngle)
- self.transform(rT)
-
- def skew(self, angle, offset=None):
- """skew the contour"""
- from fontTools.misc.transform import Identity
- radAngle = angle / DEGREE # convert from degrees to radians
- if offset is None:
- offset = (0,0)
- rT = Identity.translate(offset[0], offset[1])
- rT = rT.skew(radAngle)
- self.transform(rT)
-
- def pointInside(self, pt, evenOdd=0):
- """determine if the point is inside or ouside of the contour"""
- from fontTools.pens.pointInsidePen import PointInsidePen
- glyph = self.getParent()
- font = glyph.getParent()
- piPen = PointInsidePen(glyphSet=font, testPoint=pt, evenOdd=evenOdd)
- self.draw(piPen)
- return piPen.getResult()
-
- def autoStartSegment(self):
- """automatically set the lower left point of the contour as the first point."""
- #adapted from robofog
- startIndex = 0
- startSegment = self.segments[0]
- for i in range(len(self.segments)):
- segment = self.segments[i]
- startOn = startSegment.onCurve
- on = segment.onCurve
- if on.y <= startOn.y:
- if on.y == startOn.y:
- if on.x < startOn.x:
- startSegment = segment
- startIndex = i
- else:
- startSegment = segment
- startIndex = i
- if startIndex != 0:
- self.setStartSegment(startIndex)
-
- def appendBPoint(self, pointType, anchor, bcpIn=(0, 0), bcpOut=(0, 0)):
- """append a bPoint to the contour"""
- self.insertBPoint(len(self.segments), pointType=pointType, anchor=anchor, bcpIn=bcpIn, bcpOut=bcpOut)
-
- def insertBPoint(self, index, pointType, anchor, bcpIn=(0, 0), bcpOut=(0, 0)):
- """insert a bPoint at index on the contour"""
- #insert a CURVE point that we can work with
- nextSegment = self._nextSegment(index-1)
- if nextSegment.type == QCURVE:
- return
- if nextSegment.type == MOVE:
- prevSegment = self.segments[index-1]
- prevOn = prevSegment.onCurve
- if bcpIn != (0, 0):
- new = self.appendSegment(CURVE, [(prevOn.x, prevOn.y), absoluteBCPIn(anchor, bcpIn), anchor], smooth=False)
- if pointType == CURVE:
- new.smooth = True
- else:
- new = self.appendSegment(LINE, [anchor], smooth=False)
- #if the user wants an outgoing bcp, we must add a CURVE ontop of the move
- if bcpOut != (0, 0):
- nextOn = nextSegment.onCurve
- self.appendSegment(CURVE, [absoluteBCPOut(anchor, bcpOut), (nextOn.x, nextOn.y), (nextOn.x, nextOn.y)], smooth=False)
- else:
- #handle the bcps
- if nextSegment.type != CURVE:
- prevSegment = self.segments[index-1]
- prevOn = prevSegment.onCurve
- prevOutX, prevOutY = (prevOn.x, prevOn.y)
- else:
- prevOut = nextSegment.offCurve[0]
- prevOutX, prevOutY = (prevOut.x, prevOut.y)
- self.insertSegment(index, segmentType=CURVE, points=[(prevOutX, prevOutY), anchor, anchor], smooth=False)
- newSegment = self.segments[index]
- prevSegment = self._prevSegment(index)
- nextSegment = self._nextSegment(index)
- if nextSegment.type == MOVE:
- raise RoboFabError, 'still working out curving at the end of a contour'
- elif nextSegment.type == QCURVE:
- return
- #set the new incoming bcp
- newIn = newSegment.offCurve[1]
- nIX, nIY = absoluteBCPIn(anchor, bcpIn)
- newIn.x = nIX
- newIn.y = nIY
- #set the new outgoing bcp
- hasCurve = True
- if nextSegment.type != CURVE:
- if bcpOut != (0, 0):
- nextSegment.type = CURVE
- hasCurve = True
- else:
- hasCurve = False
- if hasCurve:
- newOut = nextSegment.offCurve[0]
- nOX, nOY = absoluteBCPOut(anchor, bcpOut)
- newOut.x = nOX
- newOut.y = nOY
- #now check to see if we can convert the CURVE segment to a LINE segment
- newAnchor = newSegment.onCurve
- newA = newSegment.offCurve[0]
- newB = newSegment.offCurve[1]
- nextAnchor = nextSegment.onCurve
- prevAnchor = prevSegment.onCurve
- if (prevAnchor.x, prevAnchor.y) == (newA.x, newA.y) and (newAnchor.x, newAnchor.y) == (newB.x, newB.y):
- newSegment.type = LINE
- #the user wants a smooth segment
- if pointType == CURVE:
- newSegment.smooth = True
-
-
-class BaseSegment(RBaseObject):
-
- """Base class for all segment objects"""
-
- def __init__(self):
- self.changed = False
-
- def __repr__(self):
- font = "unnamed_font"
- glyph = "unnamed_glyph"
- contourIndex = "unknown_contour"
- contourParent = self.getParent()
- if contourParent is not None:
- try:
- contourIndex = `contourParent.index`
- except AttributeError: pass
- glyphParent = contourParent.getParent()
- if glyphParent is not None:
- try:
- glyph = glyphParent.name
- except AttributeError: pass
- fontParent = glyphParent.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError: pass
- try:
- idx = `self.index`
- except ValueError:
- idx = "XXX"
- return "<RSegment for %s.%s[%s][%s]>"%(font, glyph, contourIndex, idx)
-
- def __mul__(self, factor):
- warn("Segment math has been deprecated and is slated for removal.", DeprecationWarning)
- n = self.copy()
- n.points = []
- for i in range(len(self.points)):
- n.points.append(self.points[i] * factor)
- n._setParentTree()
- return n
-
- __rmul__ = __mul__
-
- def __add__(self, other):
- warn("Segment math has been deprecated and is slated for removal.", DeprecationWarning)
- n = self.copy()
- n.points = []
- for i in range(len(self.points)):
- n.points.append(self.points[i] + other.points[i])
- return n
-
- def __sub__(self, other):
- warn("Segment math has been deprecated and is slated for removal.", DeprecationWarning)
- n = self.copy()
- n.points = []
- for i in range(len(self.points)):
- n.points.append(self.points[i] - other.points[i])
- return n
-
- def _hasChanged(self):
- """mark the object and it's parent as changed"""
- self.setChanged(True)
- if self.getParent() is not None:
- self.getParent()._hasChanged()
-
- def copy(self, aParent=None):
- """Duplicate this segment"""
- n = self.__class__()
- if aParent is not None:
- n.setParent(aParent)
- elif self.getParent() is not None:
- n.setParent(self.getParent())
- dont = ['_object', 'getParent', 'offCurve', 'onCurve']
- for k in self.__dict__.keys():
- ok = True
- if k in dont:
- continue
- if k == "points":
- dup = []
- for i in self.points:
- dup.append(i.copy(n))
- elif isinstance(self.__dict__[k], (RBaseObject, BaseLib)):
- dup = self.__dict__[k].copy(n)
- else:
- dup = copy.deepcopy(self.__dict__[k])
- if ok:
- setattr(n, k, dup)
- return n
-
- def _setParentTree(self):
- """Set the parents of all contained and dependent objects (and their dependents) right."""
- for item in self.points:
- item.setParent(self)
-
- def round(self):
- """round all points in the segment"""
- for point in self.points:
- point.round()
-
- def move(self, pt):
- """move the segment"""
- for point in self.points:
- point.move(pt)
-
- def scale(self, pt, center=(0, 0)):
- """scale the segment"""
- for point in self.points:
- point.scale(pt, center=center)
-
- def transform(self, matrix):
- """Transform this segment.
- Use a Transform matrix object from
- robofab.transform"""
- n = []
- for p in self.points:
- p.transform(matrix)
-
- def _get_onCurve(self):
- return self.points[-1]
-
- def _get_offCurve(self):
- return self.points[:-1]
-
- offCurve = property(_get_offCurve, doc="on curve point for the segment")
- onCurve = property(_get_onCurve, doc="list of off curve points for the segment")
-
-
-
-class BasePoint(RBaseObject):
-
- """Base class for point objects."""
-
- def __init__(self):
- #RBaseObject.__init__(self)
- self.changed = False # if the object needs to be saved
- self.selected = False
-
- def __repr__(self):
- font = "unnamed_font"
- glyph = "unnamed_glyph"
- contourIndex = "unknown_contour"
- segmentIndex = "unknown_segment"
- segmentParent = self.getParent()
- if segmentParent is not None:
- try:
- segmentIndex = `segmentParent.index`
- except AttributeError: pass
- contourParent = self.getParent().getParent()
- if contourParent is not None:
- try:
- contourIndex = `contourParent.index`
- except AttributeError: pass
- glyphParent = contourParent.getParent()
- if glyphParent is not None:
- try:
- glyph = glyphParent.name
- except AttributeError: pass
- fontParent = glyphParent.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError: pass
- return "<RPoint for %s.%s[%s][%s]>"%(font, glyph, contourIndex, segmentIndex)
-
- def __add__(self, other):
- warn("Point math has been deprecated and is slated for removal.", DeprecationWarning)
- #Add one point to another
- n = self.copy()
- n.x, n.y = addPt((self.x, self.y), (other.x, other.y))
- return n
-
- def __sub__(self, other):
- warn("Point math has been deprecated and is slated for removal.", DeprecationWarning)
- #Subtract one point from another
- n = self.copy()
- n.x, n.y = subPt((self.x, self.y), (other.x, other.y))
- return n
-
- def __mul__(self, factor):
- warn("Point math has been deprecated and is slated for removal.", DeprecationWarning)
- #Multiply the point with factor. Factor can be a tuple of 2 *(f1, f2)
- n = self.copy()
- n.x, n.y = mulPt((self.x, self.y), factor)
- return n
-
- __rmul__ = __mul__
-
- def _hasChanged(self):
- #mark the object and it's parent as changed
- self.setChanged(True)
- if self.getParent() is not None:
- self.getParent()._hasChanged()
-
- def copy(self, aParent=None):
- """Duplicate this point"""
- n = self.__class__()
- if aParent is not None:
- n.setParent(aParent)
- elif self.getParent() is not None:
- n.setParent(self.getParent())
- dont = ['getParent', 'offCurve', 'onCurve']
- for k in self.__dict__.keys():
- ok = True
- if k in dont:
- continue
- elif isinstance(self.__dict__[k], (RBaseObject, BaseLib)):
- dup = self.__dict__[k].copy(n)
- else:
- dup = copy.deepcopy(self.__dict__[k])
- if ok:
- setattr(n, k, dup)
- return n
-
- def select(self, state=True):
- """Set the selection of this point.
- XXXX This method should be a lot more versatile, dealing with
- different kinds of selection, select the bcp's seperately etc.
- But that's for later when we need it more. For now it's just
- one flag for the entire thing."""
- self.selected = state
-
- def round(self):
- """round the values in the point"""
- self.x, self.y = roundPt((self.x, self.y))
-
- def move(self, pt):
- """Move the point"""
- self.x, self.y = addPt((self.x, self.y), pt)
-
- def scale(self, pt, center=(0, 0)):
- """scale the point"""
- nX, nY = _scalePointFromCenter((self.x, self.y), pt, center)
- self.x = nX
- self.y = nY
-
- def transform(self, matrix):
- """Transform this point. Use a Transform matrix
- object from fontTools.misc.transform"""
- self.x, self.y = matrix.transformPoint((self.x, self.y))
-
-
-class BaseBPoint(RBaseObject):
-
- """Base class for bPoints objects."""
-
- def __init__(self):
- RBaseObject.__init__(self)
- self.changed = False # if the object needs to be saved
- self.selected = False
-
- def __repr__(self):
- font = "unnamed_font"
- glyph = "unnamed_glyph"
- contourIndex = "unknown_contour"
- segmentIndex = "unknown_segment"
- segmentParent = self.getParent()
- if segmentParent is not None:
- try:
- segmentIndex = `segmentParent.index`
- except AttributeError: pass
- contourParent = segmentParent.getParent()
- if contourParent is not None:
- try:
- contourIndex = `contourParent.index`
- except AttributeError: pass
- glyphParent = contourParent.getParent()
- if glyphParent is not None:
- try:
- glyph = glyphParent.name
- except AttributeError: pass
- fontParent = glyphParent.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError: pass
- return "<RBPoint for %s.%s[%s][%s][%s]>"%(font, glyph, contourIndex, segmentIndex, `self.index`)
-
-
- def __add__(self, other):
- warn("BPoint math has been deprecated and is slated for removal.", DeprecationWarning)
- #Add one bPoint to another
- n = self.copy()
- n.anchor = addPt(self.anchor, other.anchor)
- n.bcpIn = addPt(self.bcpIn, other.bcpIn)
- n.bcpOut = addPt(self.bcpOut, other.bcpOut)
- return n
-
- def __sub__(self, other):
- warn("BPoint math has been deprecated and is slated for removal.", DeprecationWarning)
- #Subtract one bPoint from another
- n = self.copy()
- n.anchor = subPt(self.anchor, other.anchor)
- n.bcpIn = subPt(self.bcpIn, other.bcpIn)
- n.bcpOut = subPt(self.bcpOut, other.bcpOut)
- return n
-
- def __mul__(self, factor):
- warn("BPoint math has been deprecated and is slated for removal.", DeprecationWarning)
- #Multiply the bPoint with factor. Factor can be a tuple of 2 *(f1, f2)
- n = self.copy()
- n.anchor = mulPt(self.anchor, factor)
- n.bcpIn = mulPt(self.bcpIn, factor)
- n.bcpOut = mulPt(self.bcpOut, factor)
- return n
-
- __rmul__ = __mul__
-
- def _hasChanged(self):
- #mark the object and it's parent as changed
- self.setChanged(True)
- if self.getParent() is not None:
- self.getParent()._hasChanged()
-
- def select(self, state=True):
- """Set the selection of this point.
- XXXX This method should be a lot more versatile, dealing with
- different kinds of selection, select the bcp's seperately etc.
- But that's for later when we need it more. For now it's just
- one flag for the entire thing."""
- self.selected = state
-
- def round(self):
- """Round the coordinates to integers"""
- self.anchor = roundPt(self.anchor)
- pSeg = self._parentSegment
- if pSeg.type != MOVE:
- self.bcpIn = roundPt(self.bcpIn)
- if pSeg.getParent()._nextSegment(pSeg.index).type != MOVE:
- self.bcpOut = roundPt(self.bcpOut)
-
- def move(self, pt):
- """move the bPoint"""
- x, y = pt
- bcpIn = self.bcpIn
- bcpOut = self.bcpOut
- self.anchor = (self.anchor[0] + x, self.anchor[1] + y)
- pSeg = self._parentSegment
- if pSeg.type != MOVE:
- self.bcpIn = bcpIn
- if pSeg.getParent()._nextSegment(pSeg.index).type != MOVE:
- self.bcpOut = bcpOut
-
- def scale(self, pt, center=(0, 0)):
- """scale the bPoint"""
- x, y = pt
- centerX, centerY = center
- ogCenter = (centerX, centerY)
- scaledCenter = (centerX * x, centerY * y)
- shiftVal = (scaledCenter[0] - ogCenter[0], scaledCenter[1] - ogCenter[1])
- anchor = self.anchor
- bcpIn = self.bcpIn
- bcpOut = self.bcpOut
- self.anchor = ((anchor[0] * x) - shiftVal[0], (anchor[1] * y) - shiftVal[1])
- pSeg = self._parentSegment
- if pSeg.type != MOVE:
- self.bcpIn = ((bcpIn[0] * x), (bcpIn[1] * y))
- if pSeg.getParent()._nextSegment(pSeg.index).type != MOVE:
- self.bcpOut = ((bcpOut[0] * x), (bcpOut[1] * y))
-
- def transform(self, matrix):
- """Transform this point. Use a Transform matrix
- object from fontTools.misc.transform"""
- self.anchor = matrix.transformPoint(self.anchor)
- pSeg = self._parentSegment
- if pSeg.type != MOVE:
- self.bcpIn = matrix.transformPoint(self.bcpIn)
- if pSeg.getParent()._nextSegment(pSeg.index).type != MOVE:
- self.bcpOut = matrix.transformPoint(self.bcpOut)
-
- def _get__anchorPoint(self):
- return self._parentSegment.onCurve
-
- _anchorPoint = property(_get__anchorPoint, doc="the oncurve point in the parent segment")
-
- def _get_anchor(self):
- point = self._anchorPoint
- return (point.x, point.y)
-
- def _set_anchor(self, value):
- x, y = value
- point = self._anchorPoint
- point.x = x
- point.y = y
-
- anchor = property(_get_anchor, _set_anchor, doc="the position of the anchor")
-
- def _get_bcpIn(self):
- pSeg = self._parentSegment
- pCount = len(pSeg.offCurve)
- if pCount == 2:
- p = pSeg.offCurve[1]
- pOn = pSeg.onCurve
- return relativeBCPIn((pOn.x, pOn.y), (p.x, p.y))
- else:
- return (0, 0)
-
- def _set_bcpIn(self, value):
- x, y = (absoluteBCPIn(self.anchor, value))
- pSeg = self._parentSegment
- if pSeg.type == MOVE:
- #the user wants to have a bcp leading into the MOVE
- if value == (0, 0) and self.bcpOut == (0, 0):
- #we have a straight line between the two anchors
- pass
- else:
- #we need to insert a new CURVE segment ontop of the move
- contour = self._parentSegment.getParent()
- #set the prev segment outgoing bcp to the onCurve
- prevSeg = contour._prevSegment(self._parentSegment.index)
- prevOn = prevSeg.onCurve
- contour.appendSegment(CURVE, [(prevOn.x, prevOn.y), (x, y), self.anchor], smooth=False)
- else:
- pCount = len(pSeg.offCurve)
- if pCount == 2:
- #if the two points in the offCurvePoints list are located at the
- #anchor coordinates we can switch to a LINE segment type
- if value == (0, 0) and self.bcpOut == (0, 0):
- pSeg.type = LINE
- pSeg.smooth = False
- else:
- pSeg.offCurve[1].x = x
- pSeg.offCurve[1].y = y
- elif value != (0, 0):
- pSeg.type = CURVE
- pSeg.offCurve[1].x = x
- pSeg.offCurve[1].y = y
-
- bcpIn = property(_get_bcpIn, _set_bcpIn, doc="the (x,y) for the incoming bcp")
-
- def _get_bcpOut(self):
- pSeg = self._parentSegment
- nextSeg = pSeg.getParent()._nextSegment(pSeg.index)
- nsCount = len(nextSeg.offCurve)
- if nsCount == 2:
- p = nextSeg.offCurve[0]
- return relativeBCPOut(self.anchor, (p.x, p.y))
- else:
- return (0, 0)
-
- def _set_bcpOut(self, value):
- x, y = (absoluteBCPOut(self.anchor, value))
- pSeg = self._parentSegment
- nextSeg = pSeg.getParent()._nextSegment(pSeg.index)
- if nextSeg.type == MOVE:
- if value == (0, 0) and self.bcpIn == (0, 0):
- pass
- else:
- #we need to insert a new CURVE segment ontop of the move
- contour = self._parentSegment.getParent()
- nextOn = nextSeg.onCurve
- contour.appendSegment(CURVE, [(x, y), (nextOn.x, nextOn.y), (nextOn.x, nextOn.y)], smooth=False)
- else:
- nsCount = len(nextSeg.offCurve)
- if nsCount == 2:
- #if the two points in the offCurvePoints list are located at the
- #anchor coordinates we can switch to a LINE segment type
- if value == (0, 0) and self.bcpIn == (0, 0):
- nextSeg.type = LINE
- nextSeg.smooth = False
- else:
- nextSeg.offCurve[0].x = x
- nextSeg.offCurve[0].y = y
- elif value != (0, 0):
- nextSeg.type = CURVE
- nextSeg.offCurve[0].x = x
- nextSeg.offCurve[0].y = y
-
- bcpOut = property(_get_bcpOut, _set_bcpOut, doc="the (x,y) for the outgoing bcp")
-
- def _get_type(self):
- pType = self._parentSegment.type
- bpType = CORNER
- if pType == CURVE:
- if self._parentSegment.smooth:
- bpType = CURVE
- return bpType
-
- def _set_type(self, pointType):
- pSeg = self._parentSegment
- segType = pSeg.type
- #user wants a curve where there is a line
- if pointType == CURVE and segType == LINE:
- pSeg.type = CURVE
- pSeg.smooth = True
- #the anchor is a curve segment. so, all we need to do is turn the smooth off
- elif pointType == CORNER and segType == CURVE:
- pSeg.smooth = False
-
- type = property(_get_type, _set_type, doc="the type of bPoint, either 'corner' or 'curve'")
-
-
-class BaseComponent(RBaseObject):
-
- """Base class for all component objects."""
-
- def __init__(self):
- RBaseObject.__init__(self)
- self.changed = False # if the object needs to be saved
- self.selected = False
-
- def __repr__(self):
- font = "unnamed_font"
- glyph = "unnamed_glyph"
- glyphParent = self.getParent()
- if glyphParent is not None:
- try:
- glyph = glyphParent.name
- except AttributeError: pass
- fontParent = glyphParent.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError: pass
- return "<RComponent for %s.%s.components[%s]>"%(font, glyph, `self.index`)
-
- def _hasChanged(self):
- """mark the object and it's parent as changed"""
- self.setChanged(True)
- if self.getParent() is not None:
- self.getParent()._hasChanged()
-
- def copy(self, aParent=None):
- """Duplicate this component."""
- n = self.__class__()
- if aParent is not None:
- n.setParent(aParent)
- elif self.getParent() is not None:
- n.setParent(self.getParent())
- dont = ['getParent', '_object']
- for k in self.__dict__.keys():
- if k in dont:
- continue
- elif isinstance(self.__dict__[k], (RBaseObject, BaseLib)):
- dup = self.__dict__[k].copy(n)
- else:
- dup = copy.deepcopy(self.__dict__[k])
- setattr(n, k, dup)
- return n
-
- def __add__(self, other):
- warn("Component math has been deprecated and is slated for removal.", DeprecationWarning)
- #Add one Component to another
- n = self.copy()
- n.offset = addPt(self.offset, other.offset)
- n.scale = addPt(self.scale, other.scale)
- return n
-
- def __sub__(self, other):
- warn("Component math has been deprecated and is slated for removal.", DeprecationWarning)
- #Subtract one Component from another
- n = self.copy()
- n.offset = subPt(self.offset, other.offset)
- n.scale = subPt(self.scale, other.scale)
- return n
-
- def __mul__(self, factor):
- warn("Component math has been deprecated and is slated for removal.", DeprecationWarning)
- #Multiply the Component with factor. Factor can be a tuple of 2 *(f1, f2)
- n = self.copy()
- n.offset = mulPt(self.offset, factor)
- n.scale = mulPt(self.scale, factor)
- return n
-
- __rmul__ = __mul__
-
- def _get_box(self):
- parentGlyph = self.getParent()
- # the component is an orphan
- if parentGlyph is None:
- return None
- parentFont = parentGlyph.getParent()
- # the glyph that contains the component
- # does not hae a parent
- if parentFont is None:
- return None
- # the font does not have a glyph
- # that matches the glyph that
- # this component references
- if not parentFont.has_key(self.baseGlyph):
- return None
- return _box(self, parentFont)
-
- box = property(_get_box, doc="the bounding box of the component: (xMin, yMin, xMax, yMax)")
-
- def round(self):
- """round the offset values"""
- self.offset = roundPt(self.offset)
- self._hasChanged()
-
- def draw(self, pen):
- """Segment pen drawing method."""
- if isinstance(pen, AbstractPen):
- # It's a FontTools pen, which for addComponent is identical
- # to PointPen.
- self.drawPoints(pen)
- else:
- # It's an "old" 'Fab pen
- pen.addComponent(self.baseGlyph, self.offset, self.scale)
-
- def drawPoints(self, pen):
- """draw the object with a point pen"""
- oX, oY = self.offset
- sX, sY = self.scale
- #xScale, xyScale, yxScale, yScale, xOffset, yOffset
- pen.addComponent(self.baseGlyph, (sX, 0, 0, sY, oX, oY))
-
-
-class BaseAnchor(RBaseObject):
-
- """Base class for all anchor point objects."""
-
- def __init__(self):
- RBaseObject.__init__(self)
- self.changed = False # if the object needs to be saved
- self.selected = False
-
- def __repr__(self):
- font = "unnamed_font"
- glyph = "unnamed_glyph"
- glyphParent = self.getParent()
- if glyphParent is not None:
- try:
- glyph = glyphParent.name
- except AttributeError: pass
- fontParent = glyphParent.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError: pass
- return "<RAnchor for %s.%s.anchors[%s]>"%(font, glyph, `self.index`)
-
- def __add__(self, other):
- warn("Anchor math has been deprecated and is slated for removal.", DeprecationWarning)
- #Add one anchor to another
- n = self.copy()
- n.x, n.y = addPt((self.x, self.y), (other.x, other.y))
- return n
-
- def __sub__(self, other):
- warn("Anchor math has been deprecated and is slated for removal.", DeprecationWarning)
- #Substract one anchor from another
- n = self.copy()
- n.x, n.y = subPt((self.x, self.y), (other.x, other.y))
- return n
-
- def __mul__(self, factor):
- warn("Anchor math has been deprecated and is slated for removal.", DeprecationWarning)
- #Multiply the anchor with factor. Factor can be a tuple of 2 *(f1, f2)
- n = self.copy()
- n.x, n.y = mulPt((self.x, self.y), factor)
- return n
-
- __rmul__ = __mul__
-
- def _hasChanged(self):
- #mark the object and it's parent as changed
- self.setChanged(True)
- if self.getParent() is not None:
- self.getParent()._hasChanged()
-
- def copy(self, aParent=None):
- """Duplicate this anchor."""
- n = self.__class__()
- if aParent is not None:
- n.setParent(aParent)
- elif self.getParent() is not None:
- n.setParent(self.getParent())
- dont = ['getParent', '_object']
- for k in self.__dict__.keys():
- if k in dont:
- continue
- elif isinstance(self.__dict__[k], (RBaseObject, BaseLib)):
- dup = self.__dict__[k].copy(n)
- else:
- dup = copy.deepcopy(self.__dict__[k])
- setattr(n, k, dup)
- return n
-
- def round(self):
- """round the values in the anchor"""
- self.x, self.y = roundPt((self.x, self.y))
- self._hasChanged()
-
- def draw(self, pen):
- """Draw the object onto a segment pen"""
- if isinstance(pen, AbstractPen):
- # It's a FontTools pen
- pen.moveTo((self.x, self.y))
- pen.endPath()
- else:
- # It's an "old" 'Fab pen
- pen.addAnchor(self.name, (self.x, self.y))
-
- def drawPoints(self, pen):
- """draw the object with a point pen"""
- pen.beginPath()
- pen.addPoint((self.x, self.y), segmentType="move", smooth=False, name=self.name)
- pen.endPath()
-
- def move(self, pt):
- """Move the anchor"""
- x, y = pt
- pX, pY = self.position
- self.position = (pX+x, pY+y)
-
- def scale(self, pt, center=(0, 0)):
- """scale the anchor"""
- pos = self.position
- self.position = _scalePointFromCenter(pos, pt, center)
-
- def transform(self, matrix):
- """Transform this anchor. Use a Transform matrix
- object from fontTools.misc.transform"""
- self.x, self.y = matrix.transformPoint((self.x, self.y))
-
-
-class BaseGuide(RBaseObject):
-
- """Base class for all guide objects."""
-
- def __init__(self):
- RBaseObject.__init__(self)
- self.changed = False # if the object needs to be saved
- self.selected = False
-
-
-class BaseInfo(RBaseObject):
-
- _baseAttributes = ["_object", "changed", "selected", "getParent"]
- _deprecatedAttributes = ufoLib.deprecatedFontInfoAttributesVersion2
- _infoAttributes = ufoLib.fontInfoAttributesVersion2
- # subclasses may define a list of environment
- # specific attributes that can be retrieved or set.
- _environmentAttributes = []
- # subclasses may define a list of attributes
- # that should not follow the standard get/set
- # order provided by __setattr__ and __getattr__.
- # for these attributes, the environment specific
- # set and get methods must handle this value
- # without any pre-call validation.
- # (yeah. this is because of some FontLab dumbness.)
- _environmentOverrides = []
-
- def __setattr__(self, attr, value):
- # check to see if the attribute has been
- # deprecated. if so, warn the caller and
- # update the attribute and value.
- if attr in self._deprecatedAttributes:
- newAttr, newValue = ufoLib.convertFontInfoValueForAttributeFromVersion1ToVersion2(attr, value)
- note = "The %s attribute has been deprecated. Use the new %s attribute." % (attr, newAttr)
- warn(note, DeprecationWarning)
- attr = newAttr
- value = newValue
- # setting a known attribute
- if attr in self._infoAttributes or attr in self._environmentAttributes:
- # lightly test the validity of the value
- if value is not None:
- isValidValue = ufoLib.validateFontInfoVersion2ValueForAttribute(attr, value)
- if not isValidValue:
- raise RoboFabError("Invalid value (%s) for attribute (%s)." % (repr(value), attr))
- # use the environment specific info attr set
- # method if it is defined.
- if hasattr(self, "_environmentSetAttr"):
- self._environmentSetAttr(attr, value)
- # fallback to super
- else:
- super(BaseInfo, self).__setattr__(attr, value)
- # unknown attribute, test to see if it is a python attr
- elif attr in self.__dict__ or attr in self._baseAttributes:
- super(BaseInfo, self).__setattr__(attr, value)
- # raise an attribute error
- else:
- raise AttributeError("Unknown attribute %s." % attr)
-
- # subclasses with environment specific attr setting can
- # implement this method. __setattr__ will call it if present.
- # def _environmentSetAttr(self, attr, value):
- # pass
-
- def __getattr__(self, attr):
- if attr in self._environmentOverrides:
- return self._environmentGetAttr(attr)
- # check to see if the attribute has been
- # deprecated. if so, warn the caller and
- # flag the value as needing conversion.
- needValueConversionTo1 = False
- if attr in self._deprecatedAttributes:
- oldAttr = attr
- oldValue = attr
- newAttr, x = ufoLib.convertFontInfoValueForAttributeFromVersion1ToVersion2(attr, None)
- note = "The %s attribute has been deprecated. Use the new %s attribute." % (attr, newAttr)
- warn(note, DeprecationWarning)
- attr = newAttr
- needValueConversionTo1 = True
- # getting a known attribute
- if attr in self._infoAttributes or attr in self._environmentAttributes:
- # use the environment specific info attr get
- # method if it is defined.
- if hasattr(self, "_environmentGetAttr"):
- value = self._environmentGetAttr(attr)
- # fallback to super
- else:
- try:
- value = super(BaseInfo, self).__getattribute__(attr)
- except AttributeError:
- return None
- if needValueConversionTo1:
- oldAttr, value = ufoLib.convertFontInfoValueForAttributeFromVersion2ToVersion1(attr, value)
- return value
- # raise an attribute error
- else:
- raise AttributeError("Unknown attribute %s." % attr)
-
- # subclasses with environment specific attr retrieval can
- # implement this method. __getattr__ will call it if present.
- # it should return the requested value.
- # def _environmentGetAttr(self, attr):
- # pass
-
-class BaseFeatures(RBaseObject):
-
- def __init__(self):
- RBaseObject.__init__(self)
- self._text = ""
-
- def _get_text(self):
- return self._text
-
- def _set_text(self, value):
- assert isinstance(value, basestring)
- self._text = value
-
- text = property(_get_text, _set_text, doc="raw feature text.")
-
-
-class BaseGroups(dict):
-
- """Base class for all RFont.groups objects"""
-
- def __init__(self):
- pass
-
- def __repr__(self):
- font = "unnamed_font"
- fontParent = self.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError: pass
- return "<RGroups for %s>"%font
-
- def getParent(self):
- """this method will be overwritten with a weakref if there is a parent."""
- pass
-
- def setParent(self, parent):
- import weakref
- self.__dict__['getParent'] = weakref.ref(parent)
-
- def __setitem__(self, key, value):
- #override base class to insure proper data is being stored
- if not isinstance(key, str):
- raise RoboFabError, 'key must be a string'
- if not isinstance(value, list):
- raise RoboFabError, 'group must be a list'
- super(BaseGroups, self).__setitem__(key, value)
-
- def findGlyph(self, glyphName):
- """return a list of all groups contianing glyphName"""
- found = []
- for i in self.keys():
- l = self[i]
- if glyphName in l:
- found.append(i)
- return found
-
-
-class BaseLib(dict):
-
- """Base class for all lib objects"""
-
- def __init__(self):
- pass
-
- def __repr__(self):
- #this is a doozy!
- parent = "unknown_parent"
- parentObject = self.getParent()
- if parentObject is not None:
- #do we have a font?
- try:
- parent = parentObject.info.postscriptFullName
- except AttributeError:
- #or do we have a glyph?
- try:
- parent = parentObject.name
- #we must be an orphan
- except AttributeError: pass
- return "<RLib for %s>"%parent
-
- def getParent(self):
- """this method will be overwritten with a weakref if there is a parent."""
- pass
-
- def setParent(self, parent):
- import weakref
- self.__dict__['getParent'] = weakref.ref(parent)
-
- def copy(self, aParent=None):
- """Duplicate this lib."""
- n = self.__class__()
- if aParent is not None:
- n.setParent(aParent)
- elif self.getParent() is not None:
- n.setParent(self.getParent())
- for k in self.keys():
- n[k] = copy.deepcopy(self[k])
- return n
-
-
-class BaseKerning(RBaseObject):
-
- """Base class for all kerning objects. Object behaves like a dict but has
- some special kerning specific tricks."""
-
- def __init__(self, kerningDict=None):
- if not kerningDict:
- kerningDict = {}
- self._kerning = kerningDict
- self.changed = False # if the object needs to be saved
-
- def __repr__(self):
- font = "unnamed_font"
- fontParent = self.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.postscriptFullName
- except AttributeError: pass
- return "<RKerning for %s>"%font
-
- def __getitem__(self, key):
- if isinstance(key, tuple):
- pair = key
- return self.get(pair)
- elif isinstance(key, str):
- raise RoboFabError, 'kerning pair must be a tuple: (left, right)'
- else:
- keys = self.keys()
- if key > len(keys):
- raise IndexError
- keys.sort()
- pair = keys[key]
- if not self._kerning.has_key(pair):
- raise IndexError
- else:
- return pair
-
- def __setitem__(self, pair, value):
- if not isinstance(pair, tuple):
- raise RoboFabError, 'kerning pair must be a tuple: (left, right)'
- else:
- if len(pair) != 2:
- raise RoboFabError, 'kerning pair must be a tuple: (left, right)'
- else:
- if value == 0:
- if self._kerning.get(pair) is not None:
- del self._kerning[pair]
- else:
- self._kerning[pair] = value
- self._hasChanged()
-
- def __len__(self):
- return len(self._kerning.keys())
-
- def _hasChanged(self):
- """mark the object and it's parent as changed"""
- self.setChanged(True)
- if self.getParent() is not None:
- self.getParent()._hasChanged()
-
- def keys(self):
- """return list of kerning pairs"""
- return self._kerning.keys()
-
- def values(self):
- """return a list of kerning values"""
- return self._kerning.values()
-
- def items(self):
- """return a list of kerning items"""
- return self._kerning.items()
-
- def has_key(self, pair):
- return self._kerning.has_key(pair)
-
- def get(self, pair, default=None):
- """get a value. return None if the pair does not exist"""
- value = self._kerning.get(pair, default)
- return value
-
- def remove(self, pair):
- """remove a kerning pair"""
- self[pair] = 0
-
- def getAverage(self):
- """return average of all kerning pairs"""
- if len(self) == 0:
- return 0
- value = 0
- for i in self.values():
- value = value + i
- return value / float(len(self))
-
- def getExtremes(self):
- """return the lowest and highest kerning values"""
- if len(self) == 0:
- return 0
- values = self.values()
- values.append(0)
- values.sort()
- return (values[0], values[-1])
-
- def update(self, kerningDict):
- """replace kerning data with the data in the given kerningDict"""
- for pair in kerningDict.keys():
- self[pair] = kerningDict[pair]
-
- def clear(self):
- """clear all kerning"""
- self._kerning = {}
-
- def add(self, value):
- """add value to all kerning pairs"""
- for pair in self.keys():
- self[pair] = self[pair] + value
-
- def scale(self, value):
- """scale all kernng pairs by value"""
- for pair in self.keys():
- self[pair] = self[pair] * value
-
- def minimize(self, minimum=10):
- """eliminate pairs with value less than minimum"""
- for pair in self.keys():
- if abs(self[pair]) < minimum:
- self[pair] = 0
-
- def eliminate(self, leftGlyphsToEliminate=None, rightGlyphsToEliminate=None, analyzeOnly=False):
- """eliminate pairs containing a left glyph that is in the leftGlyphsToEliminate list
- or a right glyph that is in the rightGlyphsToELiminate list.
- sideGlyphsToEliminate can be a string: 'a' or list: ['a', 'b'].
- analyzeOnly will not remove pairs. it will return a count
- of all pairs that would be removed."""
- if analyzeOnly:
- count = 0
- lgte = leftGlyphsToEliminate
- rgte = rightGlyphsToEliminate
- if isinstance(lgte, str):
- lgte = [lgte]
- if isinstance(rgte, str):
- rgte = [rgte]
- for pair in self.keys():
- left, right = pair
- if left in lgte or right in rgte:
- if analyzeOnly:
- count = count + 1
- else:
- self[pair] = 0
- if analyzeOnly:
- return count
- else:
- return None
-
- def interpolate(self, sourceDictOne, sourceDictTwo, value, clearExisting=True):
- """interpolate the kerning between sourceDictOne
- and sourceDictTwo. clearExisting will clear existing
- kerning first."""
- if isinstance(value, tuple):
- # in case the value is a x, y tuple: use the x only.
- value = value[0]
- if clearExisting:
- self.clear()
- pairs = set(sourceDictOne.keys()) | set(sourceDictTwo.keys())
- for pair in pairs:
- s1 = sourceDictOne.get(pair, 0)
- s2 = sourceDictTwo.get(pair, 0)
- self[pair] = _interpolate(s1, s2, value)
-
- def round(self, multiple=10):
- """round the kerning pair values to increments of multiple"""
- for pair in self.keys():
- value = self[pair]
- self[pair] = int(round(value / float(multiple))) * multiple
-
- def occurrenceCount(self, glyphsToCount):
- """return a dict with glyphs as keys and the number of
- occurances of that glyph in the kerning pairs as the value
- glyphsToCount can be a string: 'a' or list: ['a', 'b']"""
- gtc = glyphsToCount
- if isinstance(gtc, str):
- gtc = [gtc]
- gtcDict = {}
- for glyph in gtc:
- gtcDict[glyph] = 0
- for pair in self.keys():
- left, right = pair
- if not gtcDict.get(left):
- gtcDict[left] = 0
- if not gtcDict.get(right):
- gtcDict[right] = 0
- gtcDict[left] = gtcDict[left] + 1
- gtcDict[right] = gtcDict[right] + 1
- found = {}
- for glyphName in gtc:
- found[glyphName] = gtcDict[glyphName]
- return found
-
- def getLeft(self, glyphName):
- """Return a list of kerns with glyphName as left character."""
- hits = []
- for k, v in self.items():
- if k[0] == glyphName:
- hits.append((k, v))
- return hits
-
- def getRight(self, glyphName):
- """Return a list of kerns with glyphName as left character."""
- hits = []
- for k, v in self.items():
- if k[1] == glyphName:
- hits.append((k, v))
- return hits
-
- def combine(self, kerningDicts, overwriteExisting=True):
- """combine two or more kerning dictionaries.
- overwrite exsisting duplicate pairs if overwriteExisting=True"""
- if isinstance(kerningDicts, dict):
- kerningDicts = [kerningDicts]
- for kd in kerningDicts:
- for pair in kd.keys():
- exists = self.has_key(pair)
- if exists and overwriteExisting:
- self[pair] = kd[pair]
- elif not exists:
- self[pair] = kd[pair]
-
- def swapNames(self, swapTable):
- """change glyph names in all kerning pairs based on swapTable.
- swapTable = {'BeforeName':'AfterName', ...}"""
- for pair in self.keys():
- foundInstance = False
- left, right = pair
- if swapTable.has_key(left):
- left = swapTable[left]
- foundInstance = True
- if swapTable.has_key(right):
- right = swapTable[right]
- foundInstance = True
- if foundInstance:
- self[(left, right)] = self[pair]
- self[pair] = 0
-
- def explodeClasses(self, leftClassDict=None, rightClassDict=None, analyzeOnly=False):
- """turn class kerns into real kerning pairs. classes should
- be defined in dicts: {'O':['C', 'G', 'Q'], 'H':['B', 'D', 'E', 'F', 'I']}.
- analyzeOnly will not remove pairs. it will return a count
- of all pairs that would be added"""
- if not leftClassDict:
- leftClassDict = {}
- if not rightClassDict:
- rightClassDict = {}
- if analyzeOnly:
- count = 0
- for pair in self.keys():
- left, right = pair
- value = self[pair]
- if leftClassDict.get(left) and rightClassDict.get(right):
- allLeft = leftClassDict[left] + [left]
- allRight = rightClassDict[right] + [right]
- for leftSub in allLeft:
- for rightSub in allRight:
- if analyzeOnly:
- count = count + 1
- else:
- self[(leftSub, rightSub)] = value
- elif leftClassDict.get(left) and not rightClassDict.get(right):
- allLeft = leftClassDict[left] + [left]
- for leftSub in allLeft:
- if analyzeOnly:
- count = count + 1
- else:
- self[(leftSub, right)] = value
- elif rightClassDict.get(right) and not leftClassDict.get(left):
- allRight = rightClassDict[right] + [right]
- for rightSub in allRight:
- if analyzeOnly:
- count = count + 1
- else:
- self[(left, rightSub)] = value
- if analyzeOnly:
- return count
- else:
- return None
-
- def implodeClasses(self, leftClassDict=None, rightClassDict=None, analyzeOnly=False):
- """condense the number of kerning pairs by applying classes.
- this will eliminate all pairs containg the classed glyphs leaving
- pairs that contain the key glyphs behind. analyzeOnly will not
- remove pairs. it will return a count of all pairs that would be removed."""
- if not leftClassDict:
- leftClassDict = {}
- if not rightClassDict:
- rightClassDict = {}
- leftImplode = []
- rightImplode = []
- for value in leftClassDict.values():
- leftImplode = leftImplode + value
- for value in rightClassDict.values():
- rightImplode = rightImplode + value
- analyzed = self.eliminate(leftGlyphsToEliminate=leftImplode, rightGlyphsToEliminate=rightImplode, analyzeOnly=analyzeOnly)
- if analyzeOnly:
- return analyzed
- else:
- return None
-
- def importAFM(self, path, clearExisting=True):
- """Import kerning pairs from an AFM file. clearExisting=True will
- clear all exising kerning"""
- from fontTools.afmLib import AFM
- #a nasty hack to fix line ending problems
- f = open(path, 'rb')
- text = f.read().replace('\r', '\n')
- f.close()
- f = open(path, 'wb')
- f.write(text)
- f.close()
- #/nasty hack
- kerning = AFM(path)._kerning
- if clearExisting:
- self.clear()
- for pair in kerning.keys():
- self[pair] = kerning[pair]
-
- def asDict(self, returnIntegers=True):
- """return the object as a dictionary"""
- if not returnIntegers:
- return self._kerning
- else:
- #duplicate the kerning dict so that we aren't destroying it
- kerning = {}
- for pair in self.keys():
- kerning[pair] = int(round(self[pair]))
- return kerning
-
- def __add__(self, other):
- new = self.__class__()
- k = set(self.keys()) | set(other.keys())
- for key in k:
- new[key] = self.get(key, 0) + other.get(key, 0)
- return new
-
- def __sub__(self, other):
- new = self.__class__()
- k = set(self.keys()) | set(other.keys())
- for key in k:
- new[key] = self.get(key, 0) - other.get(key, 0)
- return new
-
- def __mul__(self, factor):
- new = self.__class__()
- for name, value in self.items():
- new[name] = value * factor
- return new
-
- __rmul__ = __mul__
-
- def __div__(self, factor):
- if factor == 0:
- raise ZeroDivisionError
- return self.__mul__(1.0/factor)
-
diff --git a/misc/pylib/robofab/objects/objectsFF.py b/misc/pylib/robofab/objects/objectsFF.py
deleted file mode 100644
index 4ed6aae1e..000000000
--- a/misc/pylib/robofab/objects/objectsFF.py
+++ /dev/null
@@ -1,1253 +0,0 @@
-
-
-__DEBUG__ = True
-__version__ = "0.2"
-
-"""
- RoboFab API Objects for FontForge
- http://fontforge.sourceforge.net
-
- FontForge python docs:
- http://fontforge.sourceforge.net/python.html
-
- Note: This is dead. EvB: "objectsFF.py is very dead and should only serve as an example of "dead"
-
- History
- Version zero. May 2007. EvB
- Experiment to see how far the API can be made to work.
-
- 0.1 extended testing and comparisons for attributes.
- 0.2 checked into svn. Still quite raw. Lots of print statements and tests at the end.
-
- Notes
- This code is best used with fontforge compiled as a python extension.
-
- FontForge Python API:
- __doc__
- str(object) -> string
-
- Return a nice string representation of the object.
- If the argument is a string, the return value is the same object.
-
- __file__
- str(object) -> string
-
- Return a nice string representation of the object.
- If the argument is a string, the return value is the same object.
-
- __name__
- str(object) -> string
-
- Return a nice string representation of the object.
- If the argument is a string, the return value is the same object.
-
- activeFont
- If invoked from the UI, this returns the currently active font. When not in UI this returns None
-
- activeFontInUI
- If invoked from the UI, this returns the currently active font. When not in UI this returns None
-
- activeGlyph
- If invoked from the UI, this returns the currently active glyph (or None)
-
- ask
- Pops up a dialog asking the user a question and providing a set of buttons for the user to reply with
-
- askChoices
- Pops up a dialog asking the user a question and providing a scrolling list for the user to reply with
-
- askString
- Pops up a dialog asking the user a question and providing a textfield for the user to reply with
-
- contour
- fontforge Contour objects
-
- contouriter
- None
-
- cvt
- fontforge cvt objects
-
- defaultOtherSubrs
- Use FontForge's default "othersubrs" functions for Type1 fonts
-
- font
- FontForge Font object
-
- fontiter
- None
-
- fonts
- Returns a tuple of all loaded fonts
-
- fontsInFile
- Returns a tuple containing the names of any fonts in an external file
-
- getPrefs
- Get FontForge preference items
-
- glyph
- FontForge GlyphPen object
-
- glyphPen
- FontForge Glyph object
-
- hasSpiro
- Returns whether this fontforge has access to Raph Levien's spiro package
-
- hasUserInterface
- Returns whether this fontforge session has a user interface (True if it has opened windows) or is just running a script (False)
-
- hooks
- dict() -> new empty dictionary.
- dict(mapping) -> new dictionary initialized from a mapping object's
- (key, value) pairs.
- dict(seq) -> new dictionary initialized as if via:
- d = {}
- for k, v in seq:
- d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
- in the keyword argument list. For example: dict(one=1, two=2)
-
- layer
- fontforge Layer objects
-
- layeriter
- None
-
- loadEncodingFile
- Load an encoding file into the list of encodings
-
- loadNamelist
- Load a namelist into the list of namelists
-
- loadNamelistDir
- Load a directory of namelist files into the list of namelists
-
- loadPlugin
- Load a FontForge plugin
-
- loadPluginDir
- Load a directory of FontForge plugin files
-
- loadPrefs
- Load FontForge preference items
-
- logWarning
- Adds a non-fatal message to the Warnings window
-
- open
- Opens a font and returns it
-
- openFilename
- Pops up a file picker dialog asking the user for a filename to open
-
- parseTTInstrs
- Takes a string and parses it into a tuple of truetype instruction bytes
-
- point
- fontforge Point objects
-
- postError
- Pops up an error dialog box with the given title and message
-
- postNotice
- Pops up an notice window with the given title and message
-
- preloadCidmap
- Load a cidmap file
-
- printSetup
- Prepare to print a font sample (select default printer or file, page size, etc.)
-
- private
- FontForge private dictionary
-
- privateiter
- None
-
- readOtherSubrsFile
- Read from a file, "othersubrs" functions for Type1 fonts
-
- registerImportExport
- Adds an import/export spline conversion module
-
- registerMenuItem
- Adds a menu item (which runs a python script) to the font or glyph (or both) windows -- in the Tools menu
-
- saveFilename
- Pops up a file picker dialog asking the user for a filename to use for saving
-
- savePrefs
- Save FontForge preference items
-
- selection
- fontforge selection objects
-
- setPrefs
- Set FontForge preference items
-
- spiroCorner
- int(x[, base]) -> integer
-
- Convert a string or number to an integer, if possible. A floating point
- argument will be truncated towards zero (this does not include a string
- representation of a floating point number!) When converting a string, use
- the optional base. It is an error to supply a base when converting a
- non-string. If the argument is outside the integer range a long object
- will be returned instead.
-
- spiroG2
- int(x[, base]) -> integer
-
- Convert a string or number to an integer, if possible. A floating point
- argument will be truncated towards zero (this does not include a string
- representation of a floating point number!) When converting a string, use
- the optional base. It is an error to supply a base when converting a
- non-string. If the argument is outside the integer range a long object
- will be returned instead.
-
- spiroG4
- int(x[, base]) -> integer
-
- Convert a string or number to an integer, if possible. A floating point
- argument will be truncated towards zero (this does not include a string
- representation of a floating point number!) When converting a string, use
- the optional base. It is an error to supply a base when converting a
- non-string. If the argument is outside the integer range a long object
- will be returned instead.
-
- spiroLeft
- int(x[, base]) -> integer
-
- Convert a string or number to an integer, if possible. A floating point
- argument will be truncated towards zero (this does not include a string
- representation of a floating point number!) When converting a string, use
- the optional base. It is an error to supply a base when converting a
- non-string. If the argument is outside the integer range a long object
- will be returned instead.
-
- spiroOpen
- int(x[, base]) -> integer
-
- Convert a string or number to an integer, if possible. A floating point
- argument will be truncated towards zero (this does not include a string
- representation of a floating point number!) When converting a string, use
- the optional base. It is an error to supply a base when converting a
- non-string. If the argument is outside the integer range a long object
- will be returned instead.
-
- spiroRight
- int(x[, base]) -> integer
-
- Convert a string or number to an integer, if possible. A floating point
- argument will be truncated towards zero (this does not include a string
- representation of a floating point number!) When converting a string, use
- the optional base. It is an error to supply a base when converting a
- non-string. If the argument is outside the integer range a long object
- will be returned instead.
-
- unParseTTInstrs
- Takes a tuple of truetype instruction bytes and converts to a human readable string
-
- unicodeFromName
- Given a name, look it up in the namelists and find what unicode code point it maps to (returns -1 if not found)
-
- version
- Returns a string containing the current version of FontForge, as 20061116
-
-
-
-
-Problems:
- XXX: reading glif from UFO: is the contour order changed in some way?
-
-
-ToDo:
- - segments ?
-
-
-"""
-
-import os
-from robofab.objects.objectsBase import BaseFont, BaseGlyph, BaseContour, BaseSegment,\
- BasePoint, BaseBPoint, BaseAnchor, BaseGuide, BaseComponent, BaseKerning, BaseInfo, BaseGroups, BaseLib,\
- roundPt, addPt, _box,\
- MOVE, LINE, CORNER, CURVE, QCURVE, OFFCURVE,\
- relativeBCPIn, relativeBCPOut, absoluteBCPIn, absoluteBCPOut
-
-from robofab.objects.objectsRF import RGlyph as _RGlyph
-
-import fontforge
-import psMat
-
-
-# a list of attributes that are to be copied when copying a glyph.
-# this is used by glyph.copy and font.insertGlyph
-GLYPH_COPY_ATTRS = [
- "name",
- "width",
- "unicodes",
- "note",
- "lib",
- ]
-
-
-
-def CurrentFont():
- if fontforge.hasUserInterface():
- _font = fontforge.activeFontInUI()
- return RFont(_font)
- if __DEBUG__:
- print "CurrentFont(): fontforge not running with user interface,"
- return None
-
-def OpenFont(fontPath):
- obj = fontforge.open(fontPath)
- if __DEBUG__:
- print "OpenFont", fontPath
- print "result:", obj
- return RFont(obj)
-
-def NewFont(fontPath=None):
- _font = fontforge.font()
- if __DEBUG__:
- print "NewFont", fontPath
- print "result:", _font
- return RFont(_font)
-
-
-
-
-class RFont(BaseFont):
- def __init__(self, font=None):
- if font is None:
- # make a new font
- pass
- else:
- self._object = font
-
- # -----------------------------------------------------------------
- #
- # access
-
- def keys(self):
- """FF implements __iter__ for the font object - better?"""
- return [n.glyphname for n in self._object.glyphs()]
-
- def has_key(self, glyphName):
- return glyphName in self
-
- def _get_info(self):
- return RInfo(self._object)
-
- info = property(_get_info, doc="font info object")
-
- def __iter__(self):
- for glyphName in self.keys():
- yield self.getGlyph(glyphName)
-
-
- # -----------------------------------------------------------------
- #
- # file
-
- def _get_path(self):
- return self._object.path
-
- path = property(_get_path, doc="path of this file")
-
- def __contains__(self, glyphName):
- return glyphName in self.keys()
-
- def save(self, path=None):
- """Save this font as sfd file.
- XXX: how to set a sfd path if is none
- """
- if path is not None:
- # trying to save it somewhere else
- _path = path
- else:
- _path = self.path
- if os.path.splitext(_path)[-1] != ".sfd":
- _path = os.path.splitext(_path)[0]+".sfd"
- if __DEBUG__:
- print "RFont.save() to", _path
- self._object.save(_path)
-
- def naked(self):
- return self._object
-
- def close(self):
- if __DEBUG__:
- print "RFont.close()"
- self._object.close()
-
-
- # -----------------------------------------------------------------
- #
- # generate
-
- def dummyGeneratePreHook(self, *args):
- print "dummyGeneratePreHook", args
-
- def dummyGeneratePostHook(self, *args):
- print "dummyGeneratePostHook", args
-
- def generate(self, outputType, path=None):
- """
- generate the font. outputType is the type of font to ouput.
- --Ouput Types:
- 'pctype1' : PC Type 1 font (binary/PFB)
- 'pcmm' : PC MultipleMaster font (PFB)
- 'pctype1ascii' : PC Type 1 font (ASCII/PFA)
- 'pcmmascii' : PC MultipleMaster font (ASCII/PFA)
- 'unixascii' : UNIX ASCII font (ASCII/PFA)
- 'mactype1' : Mac Type 1 font (generates suitcase and LWFN file)
- 'otfcff' : PS OpenType (CFF-based) font (OTF)
- 'otfttf' : PC TrueType/TT OpenType font (TTF)
- 'macttf' : Mac TrueType font (generates suitcase)
- 'macttdfont' : Mac TrueType font (generates suitcase with resources in data fork)
- (doc adapted from http://dev.fontlab.net/flpydoc/)
-
- path can be a directory or a directory file name combo:
- path="DirectoryA/DirectoryB"
- path="DirectoryA/DirectoryB/MyFontName"
- if no path is given, the file will be output in the same directory
- as the vfb file. if no file name is given, the filename will be the
- vfb file name with the appropriate suffix.
- """
-
- extensions = {
- 'pctype1': 'pfm',
- 'otfcff': 'otf',
- }
-
- if __DEBUG__:
- print "font.generate", outputType, path
-
- # set pre and post hooks (necessary?)
- temp = getattr(self._object, "temporary")
- if temp is None:
- self._object.temporary = {}
- else:
- if type(self._object.temporary)!=dict:
- self._object.temporary = {}
- self._object.temporary['generateFontPreHook'] = self.dummyGeneratePreHook
- self._object.temporary['generateFontPostHook'] = self.dummyGeneratePostHook
-
- # make a path for the destination
- if path is None:
- fileName = os.path.splitext(os.path.basename(self.path))[0]
- dirName = os.path.dirname(self.path)
- extension = extensions.get(outputType)
- if extension is not None:
- fileName = "%s.%s"%(fileName, extension)
- else:
- if __DEBUG__:
- print "can't generate font in %s format"%outputType
- return
- path = os.path.join(dirName, fileName)
-
- # prepare OTF fields
- generateFlags = []
- generateFlags.append('opentype')
- # generate
- self._object.generate(filename=path, flags=generateFlags)
- if __DEBUG__:
- print "font.generate():", path
- return path
-
-
- # -----------------------------------------------------------------
- #
- # kerning stuff
-
- def _get_kerning(self):
- kerning = {}
- f = self._object
- for g in f.glyphs:
- for p in g.kerning:
- try:
- key = (g.name, f[p.key].name)
- kerning[key] = p.value
- except AttributeError: pass #catch for TT exception
- rk = RKerning(kerning)
- rk.setParent(self)
- return rk
-
- kerning = property(_get_kerning, doc="a kerning object")
-
- # -----------------------------------------------------------------
- #
- # glyph stuff
-
- def getGlyph(self, glyphName):
- try:
- ffGlyph = self._object[glyphName]
- except TypeError:
- print "font.getGlyph, can't find glyphName, returning new glyph"
- return self.newGlyph(glyphName)
- glyph = RGlyph(ffGlyph)
- glyph.setParent(self)
- return glyph
-
- def newGlyph(self, glyphName, clear=True):
- """Make a new glyph
-
- Notes: not sure how to make a new glyph without an encoded name.
- createChar() seems to be intended for that, but when I pass it -1
- for the unicode, it complains that it wants -1. Perhaps a bug?
- """
- # is the glyph already there?
- glyph = None
- if glyphName in self:
- if clear:
- self._object[glyphName].clear()
- return self[glyphName]
- else:
- # is the glyph in an encodable place:
- slot = self._object.findEncodingSlot(glyphName)
- if slot == -1:
- # not encoded
- print "font.newGlyph: unencoded slot", slot, glyphName
- glyph = self._object.createChar(-1, glyphName)
- else:
- glyph = self._object.createMappedChar(glyphName)
- glyph = RGlyph(self._object[glyphName])
- glyph.setParent(self)
- return glyph
-
- def removeGlyph(self, glyphName):
- self._object.removeGlyph(glyphName)
-
-
-
-
-class RGlyph(BaseGlyph):
- """Fab wrapper for FF Glyph object"""
- def __init__(self, ffGlyph=None):
- if ffGlyph is None:
- raise RoboFabError
- self._object = ffGlyph
- # XX anchors seem to be supported, but in a different way
- # XX so, I will ignore them for now to get something working.
- self.anchors = []
- self.lib = {}
-
- def naked(self):
- return self._object
-
- def setChanged(self):
- self._object.changed()
-
-
- # -----------------------------------------------------------------
- #
- # attributes
-
- def _get_name(self):
- return self._object.glyphname
- def _set_name(self, value):
- self._object.glyphname = value
- name = property(_get_name, _set_name, doc="name")
-
- def _get_note(self):
- return self._object.comment
- def _set_note(self, note):
- self._object.comment = note
- note = property(_get_note, _set_note, doc="note")
-
- def _get_width(self):
- return self._object.width
- def _set_width(self, width):
- self._object.width = width
- width = property(_get_width, _set_width, doc="width")
-
- def _get_leftMargin(self):
- return self._object.left_side_bearing
- def _set_leftMargin(self, leftMargin):
- self._object.left_side_bearing = leftMargin
- leftMargin = property(_get_leftMargin, _set_leftMargin, doc="leftMargin")
-
- def _get_rightMargin(self):
- return self._object.right_side_bearing
- def _set_rightMargin(self, rightMargin):
- self._object.right_side_bearing = rightMargin
- rightMargin = property(_get_rightMargin, _set_rightMargin, doc="rightMargin")
-
- def _get_unicodes(self):
- return [self._object.unicode]
- def _set_unicodes(self, unicodes):
- assert len(unicodes)==1
- self._object.unicode = unicodes[0]
- unicodes = property(_get_unicodes, _set_unicodes, doc="unicodes")
-
- def _get_unicode(self):
- return self._object.unicode
- def _set_unicode(self, unicode):
- self._object.unicode = unicode
- unicode = property(_get_unicode, _set_unicode, doc="unicode")
-
- def _get_box(self):
- bounds = self._object.boundingBox()
- return bounds
- box = property(_get_box, doc="the bounding box of the glyph: (xMin, yMin, xMax, yMax)")
-
- def _get_mark(self):
- """color of the glyph box in the font view. This accepts a 6 hex digit number.
-
- XXX the FL implementation accepts a
- """
- import colorsys
- r = (self._object.color&0xff0000)>>16
- g = (self._object.color&0xff00)>>8
- g = (self._object.color&0xff)>>4
- return colorsys.rgb_to_hsv( r, g, b)[0]
-
- def _set_mark(self, markColor=-1):
- import colorsys
- self._object.color = colorSys.hsv_to_rgb(markColor, 1, 1)
-
- mark = property(_get_mark, _set_mark, doc="the color of the glyph box in the font view")
-
-
- # -----------------------------------------------------------------
- #
- # pen, drawing
-
- def getPen(self):
- return self._object.glyphPen()
-
- def __getPointPen(self):
- """Return a point pen.
-
- Note: FontForge doesn't support segment pen, so return an adapter.
- """
- from robofab.pens.adapterPens import PointToSegmentPen
- segmentPen = self._object.glyphPen()
- return PointToSegmentPen(segmentPen)
-
- def getPointPen(self):
- from robofab.pens.rfUFOPen import RFUFOPointPen
- pen = RFUFOPointPen(self)
- #print "getPointPen", pen, pen.__class__, dir(pen)
- return pen
-
- def draw(self, pen):
- """draw
-
- """
- self._object.draw(pen)
- pen = None
-
- def drawPoints(self, pen):
- """drawPoints
-
- Note: FontForge implements glyph.draw, but not glyph.drawPoints.
- """
- from robofab.pens.adapterPens import PointToSegmentPen, SegmentToPointPen
- adapter = SegmentToPointPen(pen)
- self._object.draw(adapter)
- pen = None
-
- def appendGlyph(self, other):
- pen = self.getPen()
- other.draw(pen)
-
- # -----------------------------------------------------------------
- #
- # glyphmath
-
- def round(self):
- self._object.round()
-
- def _getMathDestination(self):
- from robofab.objects.objectsRF import RGlyph as _RGlyph
- return _RGlyph()
-
- def _mathCopy(self):
- # copy self without contour, component and anchor data
- glyph = self._getMathDestination()
- glyph.name = self.name
- glyph.unicodes = list(self.unicodes)
- glyph.width = self.width
- glyph.note = self.note
- glyph.lib = dict(self.lib)
- return glyph
-
- def __mul__(self, factor):
- if __DEBUG__:
- print "glyphmath mul", factor
- return self.copy() *factor
-
- __rmul__ = __mul__
-
- def __sub__(self, other):
- if __DEBUG__:
- print "glyphmath sub", other, other.__class__
- return self.copy() - other.copy()
-
- def __add__(self, other):
- if __DEBUG__:
- print "glyphmath add", other, other.__class__
- return self.copy() + other.copy()
-
- def getParent(self):
- return self
-
- def copy(self, aParent=None):
- """Make a copy of this glyph.
- Note: the copy is not a duplicate fontlab glyph, but
- a RF RGlyph with the same outlines. The new glyph is
- not part of the fontlab font in any way. Use font.appendGlyph(glyph)
- to get it in a FontLab glyph again."""
- from robofab.objects.objectsRF import RGlyph as _RGlyph
- newGlyph = _RGlyph()
- newGlyph.appendGlyph(self)
- for attr in GLYPH_COPY_ATTRS:
- value = getattr(self, attr)
- setattr(newGlyph, attr, value)
- parent = self.getParent()
- if aParent is not None:
- newGlyph.setParent(aParent)
- elif self.getParent() is not None:
- newGlyph.setParent(self.getParent())
- return newGlyph
-
- def _get_contours(self):
- # find the contour data and wrap it
-
- """get the contours in this glyph"""
- contours = []
- for n in range(len(self._object.foreground)):
- item = self._object.foreground[n]
- rc = RContour(item, n)
- rc.setParent(self)
- contours.append(rc)
- #print contours
- return contours
-
- contours = property(_get_contours, doc="allow for iteration through glyph.contours")
-
- # -----------------------------------------------------------------
- #
- # transformations
-
- def move(self, (x, y)):
- matrix = psMat.translate((x,y))
- self._object.transform(matrix)
-
- def scale(self, (x, y), center=(0,0)):
- matrix = psMat.scale(x,y)
- self._object.transform(matrix)
-
- def transform(self, matrix):
- self._object.transform(matrix)
-
- def rotate(self, angle, offset=None):
- matrix = psMat.rotate(angle)
- self._object.transform(matrix)
-
- def skew(self, angle, offset=None):
- matrix = psMat.skew(angle)
- self._object.transform(matrix)
-
- # -----------------------------------------------------------------
- #
- # components stuff
-
- def decompose(self):
- self._object.unlinkRef()
-
- # -----------------------------------------------------------------
- #
- # unicode stuff
-
- def autoUnicodes(self):
- if __DEBUG__:
- print "objectsFF.RGlyph.autoUnicodes() not implemented yet."
-
- # -----------------------------------------------------------------
- #
- # contour stuff
-
- def removeOverlap(self):
- self._object.removeOverlap()
-
- def correctDirection(self, trueType=False):
- # no option for trueType, really.
- self._object.correctDirection()
-
- def clear(self):
- self._object.clear()
-
- def __getitem__(self, index):
- return self.contours[index]
-
-
-class RContour(BaseContour):
- def __init__(self, contour, index=None):
- self._object = contour
- self.index = index
-
- def _get_points(self):
- pts = []
- for pt in self._object:
- wpt = RPoint(pt)
- wpt.setParent(self)
- pts.append(wpt)
- return pts
-
- points = property(_get_points, doc="get contour points")
-
- def _get_box(self):
- return self._object.boundingBox()
-
- box = property(_get_box, doc="get contour bounding box")
-
- def __len__(self):
- return len(self._object)
-
- def __getitem__(self, index):
- return self.points[index]
-
-
-
-class RPoint(BasePoint):
-
- def __init__(self, pointObject):
- self._object = pointObject
-
- def _get_x(self):
- return self._object.x
-
- def _set_x(self, value):
- self._object.x = value
-
- x = property(_get_x, _set_x, doc="")
-
- def _get_y(self):
- return self._object.y
-
- def _set_y(self, value):
- self._object.y = value
-
- y = property(_get_y, _set_y, doc="")
-
- def _get_type(self):
- if self._object.on_curve == 0:
- return OFFCURVE
-
- # XXX not always curve
- return CURVE
-
- def _set_type(self, value):
- self._type = value
- self._hasChanged()
-
- type = property(_get_type, _set_type, doc="")
-
- def __repr__(self):
- font = "unnamed_font"
- glyph = "unnamed_glyph"
- contourIndex = "unknown_contour"
- contourParent = self.getParent()
- if contourParent is not None:
- try:
- contourIndex = `contourParent.index`
- except AttributeError: pass
- glyphParent = contourParent.getParent()
- if glyphParent is not None:
- try:
- glyph = glyphParent.name
- except AttributeError: pass
- fontParent = glyphParent.getParent()
- if fontParent is not None:
- try:
- font = fontParent.info.fullName
- except AttributeError: pass
- return "<RPoint for %s.%s[%s]>"%(font, glyph, contourIndex)
-
-
-class RInfo(BaseInfo):
- def __init__(self, font):
- BaseInfo.__init__(self)
- self._object = font
-
- def _get_familyName(self):
- return self._object.familyname
- def _set_familyName(self, value):
- self._object.familyname = value
- familyName = property(_get_familyName, _set_familyName, doc="familyname")
-
- def _get_fondName(self):
- return self._object.fondname
- def _set_fondName(self, value):
- self._object.fondname = value
- fondName = property(_get_fondName, _set_fondName, doc="fondname")
-
- def _get_fontName(self):
- return self._object.fontname
- def _set_fontName(self, value):
- self._object.fontname = value
- fontName = property(_get_fontName, _set_fontName, doc="fontname")
-
- # styleName doesn't have a specific field, FF has a whole sfnt dict.
- # implement fullName because a repr depends on it
- def _get_fullName(self):
- return self._object.fullname
- def _set_fullName(self, value):
- self._object.fullname = value
- fullName = property(_get_fullName, _set_fullName, doc="fullname")
-
- def _get_unitsPerEm(self):
- return self._object.em
- def _set_unitsPerEm(self, value):
- self._object.em = value
- unitsPerEm = property(_get_unitsPerEm, _set_unitsPerEm, doc="unitsPerEm value")
-
- def _get_ascender(self):
- return self._object.ascent
- def _set_ascender(self, value):
- self._object.ascent = value
- ascender = property(_get_ascender, _set_ascender, doc="ascender value")
-
- def _get_descender(self):
- return -self._object.descent
- def _set_descender(self, value):
- self._object.descent = -value
- descender = property(_get_descender, _set_descender, doc="descender value")
-
- def _get_copyright(self):
- return self._object.copyright
- def _set_copyright(self, value):
- self._object.copyright = value
- copyright = property(_get_copyright, _set_copyright, doc="copyright")
-
-
-
-class RKerning(BaseKerning):
-
- """ Object representing the kerning.
- This is going to need some thinking about.
- """
-
-
-__all__ = [ 'RFont', 'RGlyph', 'RContour', 'RPoint', 'RInfo',
- 'OpenFont', 'CurrentFont', 'NewFont', 'CurrentFont'
- ]
-
-
-
-if __name__ == "__main__":
- import os
- from robofab.objects.objectsRF import RFont as _RFont
- from sets import Set
-
- def dumpFontForgeAPI(testFontPath, printModule=False,
- printFont=False, printGlyph=False,
- printLayer=False, printContour=False, printPoint=False):
- def printAPI(item, name):
- print
- print "-"*80
- print "API of", item
- names = dir(item)
- names.sort()
- print
-
- if printAPI:
- for n in names:
- print
- print "%s.%s"%(name, n)
- try:
- print getattr(item, n).__doc__
- except:
- print "# error showing", n
- # module
- if printModule:
- print "module file:", fontforge.__file__
- print "version:", fontforge.version()
- print "module doc:", fontforge.__doc__
- print "has User Interface:", fontforge.hasUserInterface()
- print "has Spiro:", fontforge.hasSpiro()
- printAPI(fontforge, "fontforge")
-
- # font
- fontObj = fontforge.open(testFontPath)
- if printFont:
- printAPI(fontObj, "font")
-
- # glyph
- glyphObj = fontObj["A"]
- if printGlyph:
- printAPI(glyphObj, "glyph")
-
- # layer
- layerObj = glyphObj.foreground
- if printLayer:
- printAPI(layerObj, "layer")
-
- # contour
- contourObj = layerObj[0]
- if printContour:
- printAPI(contourObj, "contour")
-
- # point
- if printPoint:
- pointObj = contourObj[0]
- printAPI(pointObj, "point")
-
-
- # other objects
- penObj = glyphObj.glyphPen()
- printAPI(penObj, "glyphPen")
-
- # use your own paths here.
- demoRoot = "/Users/erik/Develop/Mess/FontForge/objectsFF_work/"
- UFOPath = os.path.join(demoRoot, "Test.ufo")
- SFDPath = os.path.join(demoRoot, "Test_realSFD2.sfd")
-
- #dumpFontForgeAPI(UFOPath, printPoint=True)
-
- # should return None
- CurrentFont()
-
- def compareAttr(obj1, obj2, attrName, isMethod=False):
- if isMethod:
- a = getattr(obj1, attrName)()
- b = getattr(obj2, attrName)()
- else:
- a = getattr(obj1, attrName)
- b = getattr(obj2, attrName)
- if a == b and a is not None and b is not None:
- print "\tattr %s ok"%attrName, a
- return True
- else:
- print "\t?\t%s error:"%attrName, "%s:"%obj1.__class__, a, "%s:"%obj2.__class__, b
- return False
-
- f = OpenFont(UFOPath)
- #f = OpenFont(SFDPath)
- ref = _RFont(UFOPath)
-
- if False:
- print
- print "test font attributes"
- compareAttr(f, ref, "path")
-
- a = Set(f.keys())
- b = Set(ref.keys())
- print "glyphs in ref, not in f", b.difference(a)
- print "glyphs in f, not in ref", a.difference(b)
-
- print "A" in f, "A" in ref
- print f.has_key("A"), ref.has_key("A")
-
- print
- print "test font info attributes"
- compareAttr(f.info, ref.info, "ascender")
- compareAttr(f.info, ref.info, "descender")
- compareAttr(f.info, ref.info, "unitsPerEm")
- compareAttr(f.info, ref.info, "copyright")
- compareAttr(f.info, ref.info, "fullName")
- compareAttr(f.info, ref.info, "familyName")
- compareAttr(f.info, ref.info, "fondName")
- compareAttr(f.info, ref.info, "fontName")
-
- # crash
- f.save()
-
- otfOutputPath = os.path.join(demoRoot, "test_ouput.otf")
- ufoOutputPath = os.path.join(demoRoot, "test_ouput.ufo")
- # generate without path, should end up in the source folder
-
- f['A'].removeOverlap()
- f.generate('otfcff') #, otfPath)
- f.generate('pctype1') #, otfPath)
-
- # generate with path. Type is taken from the extension.
- f.generate('otfcff', otfOutputPath) #, otfPath)
- f.generate(None, ufoOutputPath) #, otfPath)
-
- featurePath = os.path.join(demoRoot, "testFeatureOutput.fea")
- f.naked().generateFeatureFile(featurePath)
-
- if False:
- # new glyphs
- # unencoded
- print "new glyph: unencoded", f.newGlyph("test_unencoded_glyph")
- # encoded
- print "new glyph: encoded", f.newGlyph("Adieresis")
- # existing
- print "new glyph: existing", f.newGlyph("K")
-
- print
- print "test glyph attributes"
- compareAttr(f['A'], ref['A'], "width")
- compareAttr(f['A'], ref['A'], "unicode")
- compareAttr(f['A'], ref['A'], "name")
- compareAttr(f['A'], ref['A'], "box")
- compareAttr(f['A'], ref['A'], "leftMargin")
- compareAttr(f['A'], ref['A'], "rightMargin")
-
- if False:
- print
- print "comparing glyph digests"
- failed = []
- for n in f.keys():
- g1 = f[n]
- #g1.round()
- g2 = ref[n]
- #g2.round()
- d1 = g1._getDigest()
- d2 = g2._getDigest()
- if d1 != d2:
- failed.append(n)
- #print "f: ", d1
- #print "ref: ", d2
- print "digest failed for %s"%". ".join(failed)
-
- g3 = f['A'] *.333
- print g3
- print g3._getDigest()
- f.save()
-
- if False:
- print
- print "test contour attributes"
- compareAttr(f['A'].contours[0], ref['A'].contours[0], "index")
-
- #for c in f['A'].contours:
- # for p in c.points:
- # print p, p.type
-
- # test with a glyph with just 1 contour so we can be sure we're comparing the same thing
- compareAttr(f['C'].contours[0], ref['C'].contours[0], "box")
- compareAttr(f['C'].contours[0], ref['C'].contours[0], "__len__", isMethod=True)
-
- ptf = f['C'].contours[0].points[0]
- ptref = ref['C'].contours[0].points[0]
- print "x, y", (ptf.x, ptf.y) == (ptref.x, ptref.y), (ptref.x, ptref.y)
- print 'type', ptf.type, ptref.type
-
- print "point inside", f['A'].pointInside((50,10)), ref['A'].pointInside((50,10))
-
-
- print ref.kerning.keys()
-
- class GlyphLookupWrapper(dict):
- """A wrapper for the lookups / subtable data in a FF glyph.
- A lot of data is stored there, so it helps to have something to sort things out.
- """
- def __init__(self, ffGlyph):
- self._object = ffGlyph
- self.refresh()
-
- def __repr__(self):
- return "<GlyphLookupWrapper for %s, %d keys>"%(self._object.glyphname, len(self))
-
- def refresh(self):
- """Pick some of the values apart."""
- lookups = self._object.getPosSub('*')
- for t in lookups:
- print 'lookup', t
- lookupName = t[0]
- lookupType = t[1]
- if not lookupName in self:
- self[lookupName] = []
- self[lookupName].append(t[1:])
-
- def getKerning(self):
- """Get a regular kerning dict for this glyph"""
- d = {}
- left = self._object.glyphname
- for name in self.keys():
- for item in self[name]:
- print 'item', item
- if item[0]!="Pair":
- continue
- #print 'next glyph:', item[1]
- #print 'first glyph x Pos:', item[2]
- #print 'first glyph y Pos:', item[3]
- #print 'first glyph h Adv:', item[4]
- #print 'first glyph v Adv:', item[5]
-
- #print 'second glyph x Pos:', item[6]
- #print 'second glyph y Pos:', item[7]
- #print 'second glyph h Adv:', item[8]
- #print 'second glyph v Adv:', item[9]
- right = item[1]
- d[(left, right)] = item[4]
- return d
-
- def setKerning(self, kernDict):
- """Set the values of a regular kerning dict to the lookups in a FF glyph."""
- for left, right in kernDict.keys():
- if left != self._object.glyphname:
- # should we filter the dict before it gets here?
- # easier just to filter it here.
- continue
-
-
-
- # lets try to find the kerning
- A = f['A'].naked()
- positionTypes = [ "Position", "Pair", "Substitution", "AltSubs", "MultSubs","Ligature"]
- print A.getPosSub('*')
- #for t in A.getPosSub('*'):
- # print 'lookup subtable name:', t[0]
- # print 'positioning type:', t[1]
- # if t[1]in positionTypes:
- # print 'next glyph:', t[2]
- # print 'first glyph x Pos:', t[3]
- # print 'first glyph y Pos:', t[4]
- # print 'first glyph h Adv:', t[5]
- # print 'first glyph v Adv:', t[6]
-
- # print 'second glyph x Pos:', t[7]
- # print 'second glyph y Pos:', t[8]
- # print 'second glyph h Adv:', t[9]
- # print 'second glyph v Adv:', t[10]
-
- gw = GlyphLookupWrapper(A)
- print gw
- print gw.keys()
- print gw.getKerning()
-
- name = "'kern' Horizontal Kerning in Latin lookup 0 subtable"
- item = (name, 'quoteright', 0, 0, -200, 0, 0, 0, 0, 0)
-
- A.removePosSub(name)
- apply(A.addPosSub, item)
-
-
- print "after", A.getPosSub('*')
-
- fn = f.naked()
-
- name = "'kern' Horizontal Kerning in Latin lookup 0"
-
-
- print "before removing stuff", fn.gpos_lookups
- print "removing stuff", fn.removeLookup(name)
- print "after removing stuff", fn.gpos_lookups
-
- flags = ()
- feature_script_lang = (("kern",(("latn",("dflt")),)),)
- print fn.addLookup('kern', 'gpos_pair', flags, feature_script_lang)
- print fn.addLookupSubtable('kern', 'myKerning')
-
-
- print fn.gpos_lookups
- A.addPosSub('myKerning', 'A', 0, 0, -400, 0, 0, 0, 0, 0)
- A.addPosSub('myKerning', 'B', 0, 0, 200, 0, 0, 0, 0, 0)
- A.addPosSub('myKerning', 'C', 0, 0, 10, 0, 0, 0, 0, 0)
- A.addPosSub('myKerning', 'A', 0, 0, 77, 0, 0, 0, 0, 0)
-
-
- gw = GlyphLookupWrapper(A)
- print gw
- print gw.keys()
- print gw.getKerning()
-
diff --git a/misc/pylib/robofab/objects/objectsFL.py b/misc/pylib/robofab/objects/objectsFL.py
deleted file mode 100755
index 3b78ddc14..000000000
--- a/misc/pylib/robofab/objects/objectsFL.py
+++ /dev/null
@@ -1,3112 +0,0 @@
-"""UFO implementation for the objects as used by FontLab 4.5 and higher"""
-
-from FL import *
-
-from robofab.tools.toolsFL import GlyphIndexTable, NewGlyph
-from robofab.objects.objectsBase import BaseFont, BaseGlyph, BaseContour, BaseSegment,\
- BasePoint, BaseBPoint, BaseAnchor, BaseGuide, BaseComponent, BaseKerning, BaseInfo, BaseFeatures, BaseGroups, BaseLib,\
- roundPt, addPt, _box,\
- MOVE, LINE, CORNER, CURVE, QCURVE, OFFCURVE,\
- relativeBCPIn, relativeBCPOut, absoluteBCPIn, absoluteBCPOut,\
- BasePostScriptFontHintValues, postScriptHintDataLibKey, BasePostScriptGlyphHintValues
-from robofab.misc import arrayTools
-from robofab.pens.flPen import FLPointPen, FLPointContourPen
-from robofab import RoboFabError
-import os
-from robofab.plistlib import Data, Dict, readPlist, writePlist
-from StringIO import StringIO
-from robofab import ufoLib
-from warnings import warn
-import datetime
-from robofab.tools.fontlabFeatureSplitter import splitFeaturesForFontLab
-
-
-try:
- set
-except NameError:
- from sets import Set as set
-
-# local encoding
-if os.name in ["mac", "posix"]:
- LOCAL_ENCODING = "macroman"
-else:
- LOCAL_ENCODING = "latin-1"
-
-_IN_UFO_EXPORT = False
-
-# a list of attributes that are to be copied when copying a glyph.
-# this is used by glyph.copy and font.insertGlyph
-GLYPH_COPY_ATTRS = [
- "name",
- "width",
- "unicodes",
- "note",
- "lib",
- ]
-
-# Generate Types
-PC_TYPE1 = 'pctype1'
-PC_MM = 'pcmm'
-PC_TYPE1_ASCII = 'pctype1ascii'
-PC_MM_ASCII = 'pcmmascii'
-UNIX_ASCII = 'unixascii'
-MAC_TYPE1 = 'mactype1'
-OTF_CFF = 'otfcff'
-OTF_TT = 'otfttf'
-MAC_TT = 'macttf'
-MAC_TT_DFONT = 'macttdfont'
-
-# doc for these functions taken from: http://dev.fontlab.net/flpydoc/
-# internal name (FontLab name, extension)
-_flGenerateTypes ={ PC_TYPE1 : (ftTYPE1, 'pfb'), # PC Type 1 font (binary/PFB)
- PC_MM : (ftTYPE1_MM, 'mm'), # PC MultipleMaster font (PFB)
- PC_TYPE1_ASCII : (ftTYPE1ASCII, 'pfa'), # PC Type 1 font (ASCII/PFA)
- PC_MM_ASCII : (ftTYPE1ASCII_MM, 'mm'), # PC MultipleMaster font (ASCII/PFA)
- UNIX_ASCII : (ftTYPE1ASCII, 'pfa'), # UNIX ASCII font (ASCII/PFA)
- OTF_TT : (ftTRUETYPE, 'ttf'), # PC TrueType/TT OpenType font (TTF)
- OTF_CFF : (ftOPENTYPE, 'otf'), # PS OpenType (CFF-based) font (OTF)
- MAC_TYPE1 : (ftMACTYPE1, 'suit'), # Mac Type 1 font (generates suitcase and LWFN file, optionally AFM)
- MAC_TT : (ftMACTRUETYPE, 'ttf'), # Mac TrueType font (generates suitcase)
- MAC_TT_DFONT : (ftMACTRUETYPE_DFONT, 'dfont'), # Mac TrueType font (generates suitcase with resources in data fork)
- }
-
-## FL Hint stuff
-# this should not be referenced outside of this module
-# since we may be changing the way this works in the future.
-
-
-"""
-
- FontLab implementation of psHints objects
-
- Most of the FL methods relating to ps hints return a list of 16 items.
- These values are for the 16 corners of a 4 axis multiple master.
- The odd thing is that even single masters get these 16 values.
- RoboFab doesn't access the MM masters, so by default, the psHints
- object only works with the first element. If you want to access the other
- values in the list, give a value between 0 and 15 for impliedMasterIndex
- when creating the object.
-
- From the FontLab docs:
- http://dev.fontlab.net/flpydoc/
-
- blue_fuzz
- blue_scale
- blue_shift
-
- blue_values_num(integer) - number of defined blue values
- blue_values[integer[integer]] - two-dimentional array of BlueValues
- master index is top-level index
-
- other_blues_num(integer) - number of defined OtherBlues values
- other_blues[integer[integer]] - two-dimentional array of OtherBlues
- master index is top-level index
-
- family_blues_num(integer) - number of FamilyBlues records
- family_blues[integer[integer]] - two-dimentional array of FamilyBlues
- master index is top-level index
-
- family_other_blues_num(integer) - number of FamilyOtherBlues records
- family_other_blues[integer[integer]] - two-dimentional array of FamilyOtherBlues
- master index is top-level index
-
- force_bold[integer] - list of Force Bold values, one for
- each master
- stem_snap_h_num(integer)
- stem_snap_h
- stem_snap_v_num(integer)
- stem_snap_v
- """
-
-class PostScriptFontHintValues(BasePostScriptFontHintValues):
- """ Wrapper for font-level PostScript hinting information for FontLab.
- Blues values, stem values.
- """
- def __init__(self, font=None, impliedMasterIndex=0):
- self._object = font.naked()
- self._masterIndex = impliedMasterIndex
-
- def copy(self):
- from robofab.objects.objectsRF import PostScriptFontHintValues as _PostScriptFontHintValues
- return _PostScriptFontHintValues(data=self.asDict())
-
-
-class PostScriptGlyphHintValues(BasePostScriptGlyphHintValues):
- """ Wrapper for glyph-level PostScript hinting information for FontLab.
- vStems, hStems.
- """
- def __init__(self, glyph=None):
- self._object = glyph.naked()
-
- def copy(self):
- from robofab.objects.objectsRF import PostScriptGlyphHintValues as _PostScriptGlyphHintValues
- return _PostScriptGlyphHintValues(data=self.asDict())
-
- def _hintObjectsToList(self, item):
- data = []
- done = []
- for hint in item:
- p = (hint.position, hint.width)
- if p in done:
- continue
- data.append(p)
- done.append(p)
- data.sort()
- return data
-
- def _listToHintObjects(self, item):
- hints = []
- done = []
- for pos, width in item:
- if (pos, width) in done:
- # we don't want to set duplicates
- continue
- hints.append(Hint(pos, width))
- done.append((pos,width))
- return hints
-
- def _getVHints(self):
- return self._hintObjectsToList(self._object.vhints)
-
- def _setVHints(self, values):
- # 1 = horizontal hints and links,
- # 2 = vertical hints and links
- # 3 = all hints and links
- self._object.RemoveHints(2)
- if values is None:
- # just clearing it then
- return
- values.sort()
- for hint in self._listToHintObjects(values):
- self._object.vhints.append(hint)
-
- def _getHHints(self):
- return self._hintObjectsToList(self._object.hhints)
-
- def _setHHints(self, values):
- # 1 = horizontal hints and links,
- # 2 = vertical hints and links
- # 3 = all hints and links
- self._object.RemoveHints(1)
- if values is None:
- # just clearing it then
- return
- values.sort()
- for hint in self._listToHintObjects(values):
- self._object.hhints.append(hint)
-
- vHints = property(_getVHints, _setVHints, doc="postscript hints: vertical hint zones")
- hHints = property(_getHHints, _setHHints, doc="postscript hints: horizontal hint zones")
-
-
-
-def _glyphHintsToDict(glyph):
- data = {}
- ##
- ## horizontal and vertical hints
- ##
- # glyph.hhints and glyph.vhints returns a list of Hint objects.
- # Hint objects have position and width attributes.
- data['hHints'] = []
- for index in xrange(len(glyph.hhints)):
- hint = glyph.hhints[index]
- data['hHints'].append((hint.position, hint.width))
- if not data['hHints']:
- del data['hHints']
- data['vHints'] = []
- for index in xrange(len(glyph.vhints)):
- hint = glyph.vhints[index]
- data['vHints'].append((hint.position, hint.width))
- if not data['vHints']:
- del data['vHints']
- ##
- ## horizontal and vertical links
- ##
- # glyph.hlinks and glyph.vlinks returns a list of Link objects.
- # Link objects have node1 and node2 attributes.
- data['hLinks'] = []
- for index in xrange(len(glyph.hlinks)):
- link = glyph.hlinks[index]
- d = { 'node1' : link.node1,
- 'node2' : link.node2,
- }
- data['hLinks'].append(d)
- if not data['hLinks']:
- del data['hLinks']
- data['vLinks'] = []
- for index in xrange(len(glyph.vlinks)):
- link = glyph.vlinks[index]
- d = { 'node1' : link.node1,
- 'node2' : link.node2,
- }
- data['vLinks'].append(d)
- if not data['vLinks']:
- del data['vLinks']
- ##
- ## replacement table
- ##
- # glyph.replace_table returns a list of Replace objects.
- # Replace objects have type and index attributes.
- data['replaceTable'] = []
- for index in xrange(len(glyph.replace_table)):
- replace = glyph.replace_table[index]
- d = { 'type' : replace.type,
- 'index' : replace.index,
- }
- data['replaceTable'].append(d)
- if not data['replaceTable']:
- del data['replaceTable']
- # XXX
- # need to support glyph.instructions and glyph.hdmx?
- # they are not documented very well.
- return data
-
-def _dictHintsToGlyph(glyph, aDict):
- # clear existing hints first
- # RemoveHints requires an "integer mode" argument
- # but it is not documented. from some simple experiments
- # i deduced that
- # 1 = horizontal hints and links,
- # 2 = vertical hints and links
- # 3 = all hints and links
- glyph.RemoveHints(3)
- ##
- ## horizontal and vertical hints
- ##
- if aDict.has_key('hHints'):
- for d in aDict['hHints']:
- glyph.hhints.append(Hint(d[0], d[1]))
- if aDict.has_key('vHints'):
- for d in aDict['vHints']:
- glyph.vhints.append(Hint(d[0], d[1]))
- ##
- ## horizontal and vertical links
- ##
- if aDict.has_key('hLinks'):
- for d in aDict['hLinks']:
- glyph.hlinks.append(Link(d['node1'], d['node2']))
- if aDict.has_key('vLinks'):
- for d in aDict['vLinks']:
- glyph.vlinks.append(Link(d['node1'], d['node2']))
- ##
- ## replacement table
- ##
- if aDict.has_key('replaceTable'):
- for d in aDict['replaceTable']:
- glyph.replace_table.append(Replace(d['type'], d['index']))
-
-# FL Node Types
-flMOVE = 17
-flLINE = 1
-flCURVE = 35
-flOFFCURVE = 65
-flSHARP = 0
-# I have no idea what the difference between
-# "smooth" and "fixed" is, but booth values
-# are returned by FL
-flSMOOTH = 4096
-flFIXED = 12288
-
-
-_flToRFSegmentDict = { flMOVE : MOVE,
- flLINE : LINE,
- flCURVE : CURVE,
- flOFFCURVE : OFFCURVE
- }
-
-_rfToFLSegmentDict = {}
-for k, v in _flToRFSegmentDict.items():
- _rfToFLSegmentDict[v] = k
-
-def _flToRFSegmentType(segmentType):
- return _flToRFSegmentDict[segmentType]
-
-def _rfToFLSegmentType(segmentType):
- return _rfToFLSegmentDict[segmentType]
-
-def _scalePointFromCenter((pointX, pointY), (scaleX, scaleY), (centerX, centerY)):
- ogCenter = (centerX, centerY)
- scaledCenter = (centerX * scaleX, centerY * scaleY)
- shiftVal = (scaledCenter[0] - ogCenter[0], scaledCenter[1] - ogCenter[1])
- scaledPointX = (pointX * scaleX) - shiftVal[0]
- scaledPointY = (pointY * scaleY) - shiftVal[1]
- return (scaledPointX, scaledPointY)
-
-# Nostalgia code:
-def CurrentFont():
- """Return a RoboFab font object for the currently selected font."""
- f = fl.font
- if f is not None:
- return RFont(fl.font)
- return None
-
-def CurrentGlyph():
- """Return a RoboFab glyph object for the currently selected glyph."""
- currentPath = fl.font.file_name
- if fl.glyph is None:
- return None
- glyphName = fl.glyph.name
- currentFont = None
- # is this font already loaded as an RFont?
- for font in AllFonts():
- # ugh this won't work because AllFonts sees non RFonts as well....
- if font.path == currentPath:
- currentFont = font
- break
- xx = currentFont[glyphName]
- #print "objectsFL.CurrentGlyph parent for %d"% id(xx), xx.getParent()
- return xx
-
-def OpenFont(path=None, note=None):
- """Open a font from a path."""
- if path == None:
- from robofab.interface.all.dialogs import GetFile
- path = GetFile(note)
- if path:
- if path[-4:].lower() in ['.vfb', '.VFB', '.bak', '.BAK']:
- f = Font(path)
- fl.Add(f)
- return RFont(f)
- return None
-
-def NewFont(familyName=None, styleName=None):
- """Make a new font"""
- from FL import fl, Font
- f = Font()
- fl.Add(f)
- rf = RFont(f)
- if familyName is not None:
- rf.info.familyName = familyName
- if styleName is not None:
- rf.info.styleName = styleName
- return rf
-
-def AllFonts():
- """Return a list of all open fonts."""
- fontCount = len(fl)
- all = []
- for index in xrange(fontCount):
- naked = fl[index]
- all.append(RFont(naked))
- return all
-
- from robofab.world import CurrentGlyph
-
-def getGlyphFromMask(g):
- """Get a Fab glyph object for the data in the mask layer."""
- from robofab.objects.objectsFL import RGlyph as FL_RGlyph
- from robofab.objects.objectsRF import RGlyph as RF_RGlyph
- n = g.naked()
- mask = n.mask
- fg = FL_RGlyph(mask)
- rf = RF_RGlyph()
- pen = rf.getPointPen()
- fg.drawPoints(pen)
- rf.width = g.width # can we get to the mask glyph width without flipping the UI?
- return rf
-
-def setMaskToGlyph(maskGlyph, targetGlyph, clear=True):
- """Set the maskGlyph as a mask layer in targetGlyph.
- maskGlyph is a FontLab or RoboFab RGlyph, orphaned or not.
- targetGlyph is a FontLab RGLyph.
- clear is a bool. False: keep the existing mask data, True: clear the existing mask data.
- """
- from robofab.objects.objectsFL import RGlyph as FL_RGlyph
- from FL import Glyph as FL_NakedGlyph
- flGlyph = FL_NakedGlyph() # new, orphaned FL glyph
- wrapped = FL_RGlyph(flGlyph) # rf wrapper for FL glyph
- if not clear:
- # copy the existing mask data first
- existingMask = getGlyphFromMask(targetGlyph)
- if existingMask is not None:
- pen = FLPointContourPen(existingMask)
- existingMask.drawPoints(pen)
- pen = FLPointContourPen(wrapped)
- maskGlyph.drawPoints(pen) # draw the data
- targetGlyph.naked().mask = wrapped .naked()
- targetGlyph.update()
-
-# the lib getter and setter are shared by RFont and RGlyph
-def _get_lib(self):
- data = self._object.customdata
- if data:
- f = StringIO(data)
- try:
- pList = readPlist(f)
- except: # XXX ugh, plistlib can raise lots of things
- # Anyway, customdata does not contain valid plist data,
- # but we don't need to toss it!
- pList = {"org.robofab.fontlab.customdata": Data(data)}
- else:
- pList = {}
- # pass it along to the lib object
- l = RLib(pList)
- l.setParent(self)
- return l
-
-def _set_lib(self, aDict):
- l = RLib({})
- l.setParent(self)
- l.update(aDict)
-
-
-def _normalizeLineEndings(s):
- return s.replace("\r\n", "\n").replace("\r", "\n")
-
-
-class RFont(BaseFont):
- """RoboFab UFO wrapper for FL Font object"""
-
- _title = "FLFont"
-
- def __init__(self, font=None):
- BaseFont.__init__(self)
- if font is None:
- from FL import fl, Font
- # rather than raise an error we could just start a new font.
- font = Font()
- fl.Add(font)
- #raise RoboFabError, "RFont: there's nothing to wrap!?"
- self._object = font
- self._lib = {}
- self._supportHints = True
- self.psHints = PostScriptFontHintValues(self)
- self.psHints.setParent(self)
-
- def keys(self):
- keys = {}
- for glyph in self._object.glyphs:
- glyphName = glyph.name
- if glyphName in keys:
- n = 1
- while ("%s#%s" % (glyphName, n)) in keys:
- n += 1
- newGlyphName = "%s#%s" % (glyphName, n)
- print "RoboFab encountered a duplicate glyph name, renaming %r to %r" % (glyphName, newGlyphName)
- glyphName = newGlyphName
- glyph.name = glyphName
- keys[glyphName] = None
- return keys.keys()
-
- def has_key(self, glyphName):
- glyph = self._object[glyphName]
- if glyph is None:
- return False
- else:
- return True
-
- __contains__ = has_key
-
- def __setitem__(self, glyphName, glyph):
- self._object[glyphName] = glyph.naked()
-
- def __cmp__(self, other):
- if not hasattr(other, '_object'):
- return -1
- return self._compare(other)
- # if self._object.file_name == other._object.file_name:
- # # so, names match.
- # # this will falsely identify two distinct "Untitled"
- # # let's check some more
- # return 0
- # else:
- # return -1
-
-
-# def _get_psHints(self):
-# h = PostScriptFontHintValues(self)
-# h.setParent(self)
-# return h
-#
-# psHints = property(_get_psHints, doc="font level postscript hint data")
-
- def _get_info(self):
- return RInfo(self._object)
-
- info = property(_get_info, doc="font info object")
-
- def _get_features(self):
- return RFeatures(self._object)
-
- features = property(_get_features, doc="features object")
-
- def _get_kerning(self):
- kerning = {}
- f = self._object
- for g in f.glyphs:
- for p in g.kerning:
- try:
- key = (g.name, f[p.key].name)
- kerning[key] = p.value
- except AttributeError: pass #catch for TT exception
- rk = RKerning(kerning)
- rk.setParent(self)
- return rk
-
- kerning = property(_get_kerning, doc="a kerning object")
-
- def _set_groups(self, aDict):
- g = RGroups({})
- g.setParent(self)
- g.update(aDict)
-
- def _get_groups(self):
- groups = {}
- for i in self._object.classes:
- # test to make sure that the class is properly formatted
- if i.find(':') == -1:
- continue
- key = i.split(':')[0]
- value = i.split(':')[1].lstrip().split(' ')
- groups[key] = value
- rg = RGroups(groups)
- rg.setParent(self)
- return rg
-
- groups = property(_get_groups, _set_groups, doc="a group object")
-
- lib = property(_get_lib, _set_lib, doc="font lib object")
-
- #
- # attributes
- #
-
- def _get_fontIndex(self):
- # find the index of the font
- # by comparing the file_name
- # to all open fonts. if the
- # font has no file_name, meaning
- # it is a new, unsaved font,
- # return the index of the first
- # font with no file_name.
- selfFileName = self._object.file_name
- fontCount = len(fl)
- for index in xrange(fontCount):
- other = fl[index]
- if other.file_name == selfFileName:
- return index
-
- fontIndex = property(_get_fontIndex, doc="the fontindex for this font")
-
- def _get_path(self):
- return self._object.file_name
-
- path = property(_get_path, doc="path to the font")
-
- def _get_fileName(self):
- if self.path is None:
- return None
- return os.path.split(self.path)
-
- fileName = property(_get_fileName, doc="the font's file name")
-
- def _get_selection(self):
- # return a list of glyph names for glyphs selected in the font window
- l=[]
- for i in range(len(self._object.glyphs)):
- if fl.Selected(i) == 1:
- l.append(self._object[i].name)
- return l
-
- def _set_selection(self, list):
- fl.Unselect()
- for i in list:
- fl.Select(i)
-
- selection = property(_get_selection, _set_selection, doc="the glyph selection in the font window")
-
-
- def _makeGlyphlist(self):
- # To allow iterations through Font.glyphs. Should become really big in fonts with lotsa letters.
- gl = []
- for c in self:
- gl.append(c)
- return gl
-
- def _get_glyphs(self):
- return self._makeGlyphlist()
-
- glyphs = property(_get_glyphs, doc="A list of all glyphs in the font, to allow iterations through Font.glyphs")
-
- def update(self):
- """Don't forget to update the font when you are done."""
- fl.UpdateFont(self.fontIndex)
-
- def save(self, path=None):
- """Save the font, path is required."""
- if not path:
- if not self._object.file_name:
- raise RoboFabError, "No destination path specified."
- else:
- path = self._object.file_name
- fl.Save(self.fontIndex, path)
-
- def close(self, save=False):
- """Close the font, saving is optional."""
- if save:
- self.save()
- else:
- self._object.modified = 0
- fl.Close(self.fontIndex)
-
- def getGlyph(self, glyphName):
- # XXX may need to become private
- flGlyph = self._object[glyphName]
- if flGlyph is not None:
- glyph = RGlyph(flGlyph)
- glyph.setParent(self)
- return glyph
- return self.newGlyph(glyphName)
-
- def newGlyph(self, glyphName, clear=True):
- """Make a new glyph."""
- # the old implementation always updated the font.
- # that proved to be very slow. so, the updating is
- # now left up to the caller where it can be more
- # efficiently managed.
- g = NewGlyph(self._object, glyphName, clear, updateFont=False)
- return RGlyph(g)
-
- def insertGlyph(self, glyph, name=None):
- """Returns a new glyph that has been inserted into the font.
- name = another glyphname if you want to insert as with that."""
- from robofab.objects.objectsRF import RFont as _RFont
- from robofab.objects.objectsRF import RGlyph as _RGlyph
- oldGlyph = glyph
- if name is None:
- name = oldGlyph.name
- # clear the destination glyph if it exists.
- if self.has_key(name):
- self[name].clear()
- # get the parent for the glyph
- otherFont = oldGlyph.getParent()
- # in some cases we will use the native
- # FL method for appending a glyph.
- useNative = True
- testingNative = True
- while testingNative:
- # but, maybe it is an orphan glyph.
- # in that case we should not use the native method.
- if otherFont is None:
- useNative = False
- testingNative = False
- # or maybe the glyph is coming from a NoneLab font
- if otherFont is not None:
- if isinstance(otherFont, _RFont):
- useNative = False
- testingNative = False
- # but, it could be a copied FL glyph
- # which is a NoneLab glyph that
- # has a FontLab font as the parent
- elif isinstance(otherFont, RFont):
- useNative = False
- testingNative = False
- # or, maybe the glyph is being replaced, in which
- # case the native method should not be used
- # since FL will destroy any references to the glyph
- if self.has_key(name):
- useNative = False
- testingNative = False
- # if the glyph contains components the native
- # method should not be used since FL does
- # not reference glyphs in components by
- # name, but by index (!!!).
- if len(oldGlyph.components) != 0:
- useNative = False
- testingNative = False
- testingNative = False
- # finally, insert the glyph.
- if useNative:
- font = self.naked()
- otherFont = oldGlyph.getParent().naked()
- self.naked().glyphs.append(otherFont[name])
- newGlyph = self.getGlyph(name)
- else:
- newGlyph = self.newGlyph(name)
- newGlyph.appendGlyph(oldGlyph)
- for attr in GLYPH_COPY_ATTRS:
- if attr == "name":
- value = name
- else:
- value = getattr(oldGlyph, attr)
- setattr(newGlyph, attr, value)
- if self._supportHints:
- # now we need to transfer the hints from
- # the old glyph to the new glyph. we'll do this
- # via the dict to hint functions.
- hintDict = {}
- # if the glyph is a NoneLab glyph, then we need
- # to extract the ps hints from the lib
- if isinstance(oldGlyph, _RGlyph):
- hintDict = oldGlyph.lib.get(postScriptHintDataLibKey, {})
- # otherwise we need to extract the hint dict from the glyph
- else:
- hintDict = _glyphHintsToDict(oldGlyph.naked())
- # now apply the hint data
- if hintDict:
- _dictHintsToGlyph(newGlyph.naked(), hintDict)
- # delete any remaining hint data from the glyph lib
- if newGlyph.lib.has_key(postScriptHintDataLibKey):
- del newGlyph.lib[postScriptHintDataLibKey]
- return newGlyph
-
- def removeGlyph(self, glyphName):
- """remove a glyph from the font"""
- index = self._object.FindGlyph(glyphName)
- if index != -1:
- del self._object.glyphs[index]
-
- #
- # opentype
- #
-
- def getOTClasses(self):
- """Return all OpenType classes as a dict. Relies on properly formatted classes."""
- classes = {}
- c = self._object.ot_classes
- if c is None:
- return classes
- c = c.replace('\r', '').replace('\n', '').split(';')
- for i in c:
- if i.find('=') != -1:
- value = []
- i = i.replace(' = ', '=')
- name = i.split('=')[0]
- v = i.split('=')[1].replace('[', '').replace(']', '').split(' ')
- #catch double spaces?
- for j in v:
- if len(j) > 0:
- value.append(j)
- classes[name] = value
- return classes
-
- def setOTClasses(self, dict):
- """Set all OpenType classes."""
- l = []
- for i in dict.keys():
- l.append(''.join([i, ' = [', ' '.join(dict[i]), '];']))
- self._object.ot_classes = '\n'.join(l)
-
- def getOTClass(self, name):
- """Get a specific OpenType class."""
- classes = self.getOTClasses()
- return classes[name]
-
- def setOTClass(self, name, list):
- """Set a specific OpenType class."""
- classes = self.getOTClasses()
- classes[name] = list
- self.setOTClasses(classes)
-
- def getOTFeatures(self):
- """Return all OpenType features as a dict keyed by name.
- The value is a string of the text of the feature."""
- features = {}
- for i in self._object.features:
- v = []
- for j in i.value.replace('\r', '\n').split('\n'):
- if j.find(i.tag) == -1:
- v.append(j)
- features[i.tag] = '\n'.join(v)
- return features
-
- def setOTFeatures(self, dict):
- """Set all OpenType features in the font."""
- features= {}
- for i in dict.keys():
- f = []
- f.append('feature %s {'%i)
- f.append(dict[i])
- f.append('} %s;'%i)
- features[i] = '\n'.join(f)
- self._object.features.clean()
- for i in features.keys():
- self._object.features.append(Feature(i, features[i]))
-
- def getOTFeature(self, name):
- """return a specific OpenType feature."""
- features = self.getOTFeatures()
- return features[name]
-
- def setOTFeature(self, name, text):
- """Set a specific OpenType feature."""
- features = self.getOTFeatures()
- features[name] = text
- self.setOTFeatures(features)
-
- #
- # guides
- #
-
- def getVGuides(self):
- """Return a list of wrapped vertical guides in this RFont"""
- vguides=[]
- for i in range(len(self._object.vguides)):
- g = RGuide(self._object.vguides[i], i)
- g.setParent(self)
- vguides.append(g)
- return vguides
-
- def getHGuides(self):
- """Return a list of wrapped horizontal guides in this RFont"""
- hguides=[]
- for i in range(len(self._object.hguides)):
- g = RGuide(self._object.hguides[i], i)
- g.setParent(self)
- hguides.append(g)
- return hguides
-
- def appendHGuide(self, position, angle=0):
- """Append a horizontal guide"""
- position = int(round(position))
- angle = int(round(angle))
- g=Guide(position, angle)
- self._object.hguides.append(g)
-
- def appendVGuide(self, position, angle=0):
- """Append a horizontal guide"""
- position = int(round(position))
- angle = int(round(angle))
- g=Guide(position, angle)
- self._object.vguides.append(g)
-
- def removeHGuide(self, guide):
- """Remove a horizontal guide."""
- pos = (guide.position, guide.angle)
- for g in self.getHGuides():
- if (g.position, g.angle) == pos:
- del self._object.hguides[g.index]
- break
-
- def removeVGuide(self, guide):
- """Remove a vertical guide."""
- pos = (guide.position, guide.angle)
- for g in self.getVGuides():
- if (g.position, g.angle) == pos:
- del self._object.vguides[g.index]
- break
-
- def clearHGuides(self):
- """Clear all horizontal guides."""
- self._object.hguides.clean()
-
- def clearVGuides(self):
- """Clear all vertical guides."""
- self._object.vguides.clean()
-
-
- #
- # generators
- #
-
- def generate(self, outputType, path=None):
- """
- generate the font. outputType is the type of font to ouput.
- --Ouput Types:
- 'pctype1' : PC Type 1 font (binary/PFB)
- 'pcmm' : PC MultipleMaster font (PFB)
- 'pctype1ascii' : PC Type 1 font (ASCII/PFA)
- 'pcmmascii' : PC MultipleMaster font (ASCII/PFA)
- 'unixascii' : UNIX ASCII font (ASCII/PFA)
- 'mactype1' : Mac Type 1 font (generates suitcase and LWFN file)
- 'otfcff' : PS OpenType (CFF-based) font (OTF)
- 'otfttf' : PC TrueType/TT OpenType font (TTF)
- 'macttf' : Mac TrueType font (generates suitcase)
- 'macttdfont' : Mac TrueType font (generates suitcase with resources in data fork)
- (doc adapted from http://dev.fontlab.net/flpydoc/)
-
- path can be a directory or a directory file name combo:
- path="DirectoryA/DirectoryB"
- path="DirectoryA/DirectoryB/MyFontName"
- if no path is given, the file will be output in the same directory
- as the vfb file. if no file name is given, the filename will be the
- vfb file name with the appropriate suffix.
- """
- outputType = outputType.lower()
- if not _flGenerateTypes.has_key(outputType):
- raise RoboFabError, "%s output type is not supported"%outputType
- flOutputType, suffix = _flGenerateTypes[outputType]
- if path is None:
- filePath, fileName = os.path.split(self.path)
- fileName = fileName.replace('.vfb', '')
- else:
- if os.path.isdir(path):
- filePath = path
- fileName = os.path.split(self.path)[1].replace('.vfb', '')
- else:
- filePath, fileName = os.path.split(path)
- if '.' in fileName:
- raise RoboFabError, "filename cannot contain periods.", fileName
- fileName = '.'.join([fileName, suffix])
- finalPath = os.path.join(filePath, fileName)
- if isinstance(finalPath, unicode):
- finalPath = finalPath.encode("utf-8")
- # generate is (oddly) an application level method
- # rather than a font level method. because of this,
- # the font must be the current font. so, make it so.
- fl.ifont = self.fontIndex
- fl.GenerateFont(flOutputType, finalPath)
-
- def writeUFO(self, path=None, doProgress=False, glyphNameToFileNameFunc=None,
- doHints=False, doInfo=True, doKerning=True, doGroups=True, doLib=True, doFeatures=True, glyphs=None, formatVersion=2):
- from robofab.interface.all.dialogs import ProgressBar, Message
- # special glyph name to file name conversion
- if glyphNameToFileNameFunc is None:
- glyphNameToFileNameFunc = self.getGlyphNameToFileNameFunc()
- if glyphNameToFileNameFunc is None:
- from robofab.tools.glyphNameSchemes import glyphNameToShortFileName
- glyphNameToFileNameFunc = glyphNameToShortFileName
- # get a valid path
- if not path:
- if self.path is None:
- Message("Please save this font first before exporting to UFO...")
- return
- else:
- path = ufoLib.makeUFOPath(self.path)
- # get the glyphs to export
- if glyphs is None:
- glyphs = self.keys()
- # if the file exists, check the format version.
- # if the format version being written is different
- # from the format version of the existing UFO
- # and only some files are set to be written
- # raise an error.
- if os.path.exists(path):
- if os.path.exists(os.path.join(path, "metainfo.plist")):
- reader = ufoLib.UFOReader(path)
- existingFormatVersion = reader.formatVersion
- if formatVersion != existingFormatVersion:
- if False in [doInfo, doKerning, doGroups, doLib, doFeatures, set(glyphs) == set(self.keys())]:
- Message("When overwriting an existing UFO with a different format version all files must be written.")
- return
- # the lib must be written if format version is 1
- if not doLib and formatVersion == 1:
- Message("The lib must be written when exporting format version 1.")
- return
- # set up the progress bar
- nonGlyphCount = [doInfo, doKerning, doGroups, doLib, doFeatures].count(True)
- bar = None
- if doProgress:
- bar = ProgressBar("Exporting UFO", nonGlyphCount + len(glyphs))
- # try writing
- try:
- writer = ufoLib.UFOWriter(path, formatVersion=formatVersion)
- ## We make a shallow copy if lib, since we add some stuff for export
- ## that doesn't need to be retained in memory.
- fontLib = dict(self.lib)
- # write the font info
- if doInfo:
- global _IN_UFO_EXPORT
- _IN_UFO_EXPORT = True
- writer.writeInfo(self.info)
- _IN_UFO_EXPORT = False
- if bar:
- bar.tick()
- # write the kerning
- if doKerning:
- writer.writeKerning(self.kerning.asDict())
- if bar:
- bar.tick()
- # write the groups
- if doGroups:
- writer.writeGroups(self.groups)
- if bar:
- bar.tick()
- # write the features
- if doFeatures:
- if formatVersion == 2:
- writer.writeFeatures(self.features.text)
- else:
- self._writeOpenTypeFeaturesToLib(fontLib)
- if bar:
- bar.tick()
- # write the lib
- if doLib:
- ## Always export the postscript font hint values to the lib in format version 1
- if formatVersion == 1:
- d = self.psHints.asDict()
- fontLib[postScriptHintDataLibKey] = d
- ## Export the glyph order to the lib
- glyphOrder = [nakedGlyph.name for nakedGlyph in self.naked().glyphs]
- fontLib["public.glyphOrder"] = glyphOrder
- ## export the features
- if doFeatures and formatVersion == 1:
- self._writeOpenTypeFeaturesToLib(fontLib)
- if bar:
- bar.tick()
- writer.writeLib(fontLib)
- if bar:
- bar.tick()
- # write the glyphs
- if glyphs:
- glyphSet = writer.getGlyphSet(glyphNameToFileNameFunc)
- count = nonGlyphCount
- for nakedGlyph in self.naked().glyphs:
- if nakedGlyph.name not in glyphs:
- continue
- glyph = RGlyph(nakedGlyph)
- if doHints:
- hintStuff = _glyphHintsToDict(glyph.naked())
- if hintStuff:
- glyph.lib[postScriptHintDataLibKey] = hintStuff
- glyphSet.writeGlyph(glyph.name, glyph, glyph.drawPoints)
- # remove the hint dict from the lib
- if doHints and glyph.lib.has_key(postScriptHintDataLibKey):
- del glyph.lib[postScriptHintDataLibKey]
- if bar and not count % 10:
- bar.tick(count)
- count = count + 1
- glyphSet.writeContents()
- # only blindly stop if the user says to
- except KeyboardInterrupt:
- if bar:
- bar.close()
- bar = None
- # kill the bar
- if bar:
- bar.close()
-
- def _writeOpenTypeFeaturesToLib(self, fontLib):
- # this should only be used for UFO format version 1
- flFont = self.naked()
- cls = flFont.ot_classes
- if cls is not None:
- fontLib["org.robofab.opentype.classes"] = _normalizeLineEndings(cls).rstrip() + "\n"
- if flFont.features:
- features = {}
- order = []
- for feature in flFont.features:
- order.append(feature.tag)
- features[feature.tag] = _normalizeLineEndings(feature.value).rstrip() + "\n"
- fontLib["org.robofab.opentype.features"] = features
- fontLib["org.robofab.opentype.featureorder"] = order
-
- def readUFO(self, path, doProgress=False,
- doHints=False, doInfo=True, doKerning=True, doGroups=True, doLib=True, doFeatures=True, glyphs=None):
- """read a .ufo into the font"""
- from robofab.pens.flPen import FLPointPen
- from robofab.interface.all.dialogs import ProgressBar
- # start up the reader
- reader = ufoLib.UFOReader(path)
- glyphSet = reader.getGlyphSet()
- # get a list of glyphs that should be imported
- if glyphs is None:
- glyphs = glyphSet.keys()
- # set up the progress bar
- nonGlyphCount = [doInfo, doKerning, doGroups, doLib, doFeatures].count(True)
- bar = None
- if doProgress:
- bar = ProgressBar("Importing UFO", nonGlyphCount + len(glyphs))
- # start reading
- try:
- fontLib = reader.readLib()
- # info
- if doInfo:
- reader.readInfo(self.info)
- if bar:
- bar.tick()
- # glyphs
- count = 1
- glyphOrder = self._getGlyphOrderFromLib(fontLib, glyphSet)
- for glyphName in glyphOrder:
- if glyphName not in glyphs:
- continue
- glyph = self.newGlyph(glyphName, clear=True)
- pen = FLPointPen(glyph.naked())
- glyphSet.readGlyph(glyphName=glyphName, glyphObject=glyph, pointPen=pen)
- if doHints:
- hintData = glyph.lib.get(postScriptHintDataLibKey)
- if hintData:
- _dictHintsToGlyph(glyph.naked(), hintData)
- # now that the hints have been extracted from the glyph
- # there is no reason to keep the location in the lib.
- if glyph.lib.has_key(postScriptHintDataLibKey):
- del glyph.lib[postScriptHintDataLibKey]
- if bar and not count % 10:
- bar.tick(count)
- count = count + 1
- # features
- if doFeatures:
- if reader.formatVersion == 1:
- self._readOpenTypeFeaturesFromLib(fontLib)
- else:
- featureText = reader.readFeatures()
- self.features.text = featureText
- if bar:
- bar.tick()
- else:
- # remove features stored in the lib
- self._readOpenTypeFeaturesFromLib(fontLib, setFeatures=False)
- # kerning
- if doKerning:
- self.kerning.clear()
- self.kerning.update(reader.readKerning())
- if bar:
- bar.tick()
- # groups
- if doGroups:
- self.groups.clear()
- self.groups.update(reader.readGroups())
- if bar:
- bar.tick()
- # hints in format version 1
- if doHints and reader.formatVersion == 1:
- self.psHints._loadFromLib(fontLib)
- else:
- # remove hint data stored in the lib
- if fontLib.has_key(postScriptHintDataLibKey):
- del fontLib[postScriptHintDataLibKey]
- # lib
- if doLib:
- self.lib.clear()
- self.lib.update(fontLib)
- if bar:
- bar.tick()
- # update the font
- self.update()
- # only blindly stop if the user says to
- except KeyboardInterrupt:
- bar.close()
- bar = None
- # kill the bar
- if bar:
- bar.close()
-
- def _getGlyphOrderFromLib(self, fontLib, glyphSet):
- key = "public.glyphOrder"
- glyphOrder = fontLib.get(key)
- if glyphOrder is None:
- key = "org.robofab.glyphOrder"
- glyphOrder = fontLib.get(key)
- if glyphOrder is not None:
- # no need to keep track if the glyph order in lib once the font is loaded.
- del fontLib[key]
- glyphNames = []
- done = {}
- for glyphName in glyphOrder:
- if glyphName in glyphSet:
- glyphNames.append(glyphName)
- done[glyphName] = 1
- allGlyphNames = glyphSet.keys()
- allGlyphNames.sort()
- for glyphName in allGlyphNames:
- if glyphName not in done:
- glyphNames.append(glyphName)
- else:
- glyphNames = glyphSet.keys()
- glyphNames.sort()
- return glyphNames
-
- def _readOpenTypeFeaturesFromLib(self, fontLib, setFeatures=True):
- # setFeatures may be False. in this case, this method
- # should only clear the data from the lib.
- classes = fontLib.get("org.robofab.opentype.classes")
- if classes is not None:
- del fontLib["org.robofab.opentype.classes"]
- if setFeatures:
- self.naked().ot_classes = classes
- features = fontLib.get("org.robofab.opentype.features")
- if features is not None:
- order = fontLib.get("org.robofab.opentype.featureorder")
- if order is None:
- # for UFOs saved without the feature order, do the same as before.
- order = features.keys()
- order.sort()
- else:
- del fontLib["org.robofab.opentype.featureorder"]
- del fontLib["org.robofab.opentype.features"]
- #features = features.items()
- orderedFeatures = []
- for tag in order:
- oneFeature = features.get(tag)
- if oneFeature is not None:
- orderedFeatures.append((tag, oneFeature))
- if setFeatures:
- self.naked().features.clean()
- for tag, src in orderedFeatures:
- self.naked().features.append(Feature(tag, src))
-
-
-
-class RGlyph(BaseGlyph):
- """RoboFab wrapper for FL Glyph object"""
-
- _title = "FLGlyph"
-
- def __init__(self, flGlyph):
- #BaseGlyph.__init__(self)
- if flGlyph is None:
- raise RoboFabError, "RGlyph: there's nothing to wrap!?"
- self._object = flGlyph
- self._lib = {}
- self._contours = None
-
- def __getitem__(self, index):
- return self.contours[index]
-
- def __delitem__(self, index):
- self._object.DeleteContour(index)
- self._invalidateContours()
-
- def __len__(self):
- return len(self.contours)
-
- lib = property(_get_lib, _set_lib, doc="glyph lib object")
-
- def _invalidateContours(self):
- self._contours = None
-
- def _buildContours(self):
- self._contours = []
- for contourIndex in range(self._object.GetContoursNumber()):
- c = RContour(contourIndex)
- c.setParent(self)
- c._buildSegments()
- self._contours.append(c)
-
- #
- # attribute handlers
- #
-
- def _get_index(self):
- return self._object.parent.FindGlyph(self.name)
-
- index = property(_get_index, doc="return the index of the glyph in the font")
-
- def _get_name(self):
- return self._object.name
-
- def _set_name(self, value):
- self._object.name = value
-
- name = property(_get_name, _set_name, doc="name")
-
- def _get_psName(self):
- return self._object.name
-
- def _set_psName(self, value):
- self._object.name = value
-
- psName = property(_get_psName, _set_psName, doc="name")
-
- def _get_baseName(self):
- return self._object.name.split('.')[0]
-
- baseName = property(_get_baseName, doc="")
-
- def _get_unicode(self):
- return self._object.unicode
-
- def _set_unicode(self, value):
- self._object.unicode = value
-
- unicode = property(_get_unicode, _set_unicode, doc="unicode")
-
- def _get_unicodes(self):
- return self._object.unicodes
-
- def _set_unicodes(self, value):
- self._object.unicodes = value
-
- unicodes = property(_get_unicodes, _set_unicodes, doc="unicodes")
-
- def _get_width(self):
- return self._object.width
-
- def _set_width(self, value):
- value = int(round(value))
- self._object.width = value
-
- width = property(_get_width, _set_width, doc="the width")
-
- def _get_box(self):
- if not len(self.contours) and not len(self.components):
- return (0, 0, 0, 0)
- r = self._object.GetBoundingRect()
- return (int(round(r.ll.x)), int(round(r.ll.y)), int(round(r.ur.x)), int(round(r.ur.y)))
-
- box = property(_get_box, doc="box of glyph as a tuple (xMin, yMin, xMax, yMax)")
-
- def _get_selected(self):
- if fl.Selected(self._object.parent.FindGlyph(self._object.name)):
- return 1
- else:
- return 0
-
- def _set_selected(self, value):
- fl.Select(self._object.name, value)
-
- selected = property(_get_selected, _set_selected, doc="Select or deselect the glyph in the font window")
-
- def _get_mark(self):
- return self._object.mark
-
- def _set_mark(self, value):
- self._object.mark = value
-
- mark = property(_get_mark, _set_mark, doc="mark")
-
- def _get_note(self):
- s = self._object.note
- if s is None:
- return s
- return unicode(s, LOCAL_ENCODING)
-
- def _set_note(self, value):
- if value is None:
- value = ''
- if type(value) == type(u""):
- value = value.encode(LOCAL_ENCODING)
- self._object.note = value
-
- note = property(_get_note, _set_note, doc="note")
-
- def _get_psHints(self):
- # get an object representing the postscript zone information
- return PostScriptGlyphHintValues(self)
-
- psHints = property(_get_psHints, doc="postscript hint data")
-
- #
- # necessary evil
- #
-
- def update(self):
- """Don't forget to update the glyph when you are done."""
- fl.UpdateGlyph(self._object.parent.FindGlyph(self._object.name))
-
- #
- # methods to make RGlyph compatible with FL.Glyph
- # ##are these still needed?
- #
-
- def GetBoundingRect(self, masterIndex):
- """FL compatibility"""
- return self._object.GetBoundingRect(masterIndex)
-
- def GetMetrics(self, masterIndex):
- """FL compatibility"""
- return self._object.GetMetrics(masterIndex)
-
- def SetMetrics(self, value, masterIndex):
- """FL compatibility"""
- return self._object.SetMetrics(value, masterIndex)
-
- #
- # object builders
- #
-
- def _get_anchors(self):
- return self.getAnchors()
-
- anchors = property(_get_anchors, doc="allow for iteration through glyph.anchors")
-
- def _get_components(self):
- return self.getComponents()
-
- components = property(_get_components, doc="allow for iteration through glyph.components")
-
- def _get_contours(self):
- if self._contours is None:
- self._buildContours()
- return self._contours
-
- contours = property(_get_contours, doc="allow for iteration through glyph.contours")
-
- def getAnchors(self):
- """Return a list of wrapped anchors in this RGlyph."""
- anchors=[]
- for i in range(len(self._object.anchors)):
- a = RAnchor(self._object.anchors[i], i)
- a.setParent(self)
- anchors.append(a)
- return anchors
-
- def getComponents(self):
- """Return a list of wrapped components in this RGlyph."""
- components=[]
- for i in range(len(self._object.components)):
- c = RComponent(self._object.components[i], i)
- c.setParent(self)
- components.append(c)
- return components
-
- def getVGuides(self):
- """Return a list of wrapped vertical guides in this RGlyph"""
- vguides=[]
- for i in range(len(self._object.vguides)):
- g = RGuide(self._object.vguides[i], i)
- g.setParent(self)
- vguides.append(g)
- return vguides
-
- def getHGuides(self):
- """Return a list of wrapped horizontal guides in this RGlyph"""
- hguides=[]
- for i in range(len(self._object.hguides)):
- g = RGuide(self._object.hguides[i], i)
- g.setParent(self)
- hguides.append(g)
- return hguides
-
- #
- # tools
- #
-
- def getPointPen(self):
- self._invalidateContours()
- # Now just don't muck with glyph.contours before you're done drawing...
- return FLPointPen(self)
-
- def appendComponent(self, baseGlyph, offset=(0, 0), scale=(1, 1)):
- """Append a component to the glyph. x and y are optional offset values"""
- offset = roundPt((offset[0], offset[1]))
- p = FLPointPen(self.naked())
- xx, yy = scale
- dx, dy = offset
- p.addComponent(baseGlyph, (xx, 0, 0, yy, dx, dy))
-
- def appendAnchor(self, name, position):
- """Append an anchor to the glyph"""
- value = roundPt((position[0], position[1]))
- anchor = Anchor(name, value[0], value[1])
- self._object.anchors.append(anchor)
-
- def appendHGuide(self, position, angle=0):
- """Append a horizontal guide"""
- position = int(round(position))
- g = Guide(position, angle)
- self._object.hguides.append(g)
-
- def appendVGuide(self, position, angle=0):
- """Append a horizontal guide"""
- position = int(round(position))
- g = Guide(position, angle)
- self._object.vguides.append(g)
-
- def clearContours(self):
- self._object.Clear()
- self._invalidateContours()
-
- def clearComponents(self):
- """Clear all components."""
- self._object.components.clean()
-
- def clearAnchors(self):
- """Clear all anchors."""
- self._object.anchors.clean()
-
- def clearHGuides(self):
- """Clear all horizontal guides."""
- self._object.hguides.clean()
-
- def clearVGuides(self):
- """Clear all vertical guides."""
- self._object.vguides.clean()
-
- def removeComponent(self, component):
- """Remove a specific component from the glyph. This only works
- if the glyph does not have duplicate components in the same location."""
- pos = (component.baseGlyph, component.offset, component.scale)
- a = self.getComponents()
- found = []
- for i in a:
- if (i.baseGlyph, i.offset, i.scale) == pos:
- found.append(i)
- if len(found) > 1:
- raise RoboFabError, 'Found more than one possible component to remove'
- elif len(found) == 1:
- del self._object.components[found[0].index]
- else:
- raise RoboFabError, 'Component does not exist'
-
- def removeContour(self, index):
- """remove a specific contour from the glyph"""
- self._object.DeleteContour(index)
- self._invalidateContours()
-
- def removeAnchor(self, anchor):
- """Remove a specific anchor from the glyph. This only works
- if the glyph does not have anchors with duplicate names
- in exactly the same location with the same mark."""
- pos = (anchor.name, anchor.position, anchor.mark)
- a = self.getAnchors()
- found = []
- for i in a:
- if (i.name, i.position, i.mark) == pos:
- found.append(i)
- if len(found) > 1:
- raise RoboFabError, 'Found more than one possible anchor to remove'
- elif len(found) == 1:
- del self._object.anchors[found[0].index]
- else:
- raise RoboFabError, 'Anchor does not exist'
-
- def removeHGuide(self, guide):
- """Remove a horizontal guide."""
- pos = (guide.position, guide.angle)
- for g in self.getHGuides():
- if (g.position, g.angle) == pos:
- del self._object.hguides[g.index]
- break
-
- def removeVGuide(self, guide):
- """Remove a vertical guide."""
- pos = (guide.position, guide.angle)
- for g in self.getVGuides():
- if (g.position, g.angle) == pos:
- del self._object.vguides[g.index]
- break
-
- def center(self, padding=None):
- """Equalise sidebearings, set to padding if wanted."""
- left = self.leftMargin
- right = self.rightMargin
- if padding:
- e_left = e_right = padding
- else:
- e_left = (left + right)/2
- e_right = (left + right) - e_left
- self.leftMargin= e_left
- self.rightMargin= e_right
-
- def removeOverlap(self):
- """Remove overlap"""
- self._object.RemoveOverlap()
- self._invalidateContours()
-
- def decompose(self):
- """Decompose all components"""
- self._object.Decompose()
- self._invalidateContours()
-
- ##broken!
- #def removeHints(self):
- # """Remove the hints."""
- # self._object.RemoveHints()
-
- def autoHint(self):
- """Automatically generate type 1 hints."""
- self._object.Autohint()
-
- def move(self, (x, y), contours=True, components=True, anchors=True):
- """Move a glyph's items that are flagged as True"""
- x, y = roundPt((x, y))
- self._object.Shift(Point(x, y))
- for c in self.getComponents():
- c.move((x, y))
- for a in self.getAnchors():
- a.move((x, y))
-
- def clear(self, contours=True, components=True, anchors=True, guides=True, hints=True):
- """Clear all items marked as true from the glyph"""
- if contours:
- self._object.Clear()
- self._invalidateContours()
- if components:
- self._object.components.clean()
- if anchors:
- self._object.anchors.clean()
- if guides:
- self._object.hguides.clean()
- self._object.vguides.clean()
- if hints:
- # RemoveHints requires an "integer mode" argument
- # but it is not documented. from some simple experiments
- # i deduced that
- # 1 = horizontal hints and links,
- # 2 = vertical hints and links
- # 3 = all hints and links
- self._object.RemoveHints(3)
-
- #
- # special treatment for GlyphMath support in FontLab
- #
-
- def _getMathDestination(self):
- from robofab.objects.objectsRF import RGlyph as _RGlyph
- return _RGlyph()
-
- def copy(self, aParent=None):
- """Make a copy of this glyph.
- Note: the copy is not a duplicate fontlab glyph, but
- a RF RGlyph with the same outlines. The new glyph is
- not part of the fontlab font in any way. Use font.appendGlyph(glyph)
- to get it in a FontLab glyph again."""
- from robofab.objects.objectsRF import RGlyph as _RGlyph
- newGlyph = _RGlyph()
- newGlyph.appendGlyph(self)
- for attr in GLYPH_COPY_ATTRS:
- value = getattr(self, attr)
- setattr(newGlyph, attr, value)
- # hints
- doHints = False
- parent = self.getParent()
- if parent is not None and parent._supportHints:
- hintStuff = _glyphHintsToDict(self.naked())
- if hintStuff:
- newGlyph.lib[postScriptHintDataLibKey] = hintStuff
- if aParent is not None:
- newGlyph.setParent(aParent)
- elif self.getParent() is not None:
- newGlyph.setParent(self.getParent())
- return newGlyph
-
- def __mul__(self, factor):
- return self.copy() *factor
-
- __rmul__ = __mul__
-
- def __sub__(self, other):
- return self.copy() - other.copy()
-
- def __add__(self, other):
- return self.copy() + other.copy()
-
-
-
-class RContour(BaseContour):
-
- """RoboFab wrapper for non FL contour object"""
-
- _title = "FLContour"
-
- def __init__(self, index):
- self._index = index
- self._parentGlyph = None
- self.segments = []
-
- def __len__(self):
- return len(self.points)
-
- def _buildSegments(self):
- #######################
- # Notes about FL node contour structure
- #######################
- # for TT curves, FL lists them as seperate nodes:
- # [move, off, off, off, line, off, off]
- # and, this list is sequential. after the last on curve,
- # it is possible (and likely) that there will be more offCurves
- # in our segment object, these should be associated with the
- # first segment in the contour.
- #
- # for PS curves, it is a very different scenerio.
- # curve nodes contain points:
- # [on, off, off]
- # and the list is not in sequential order. the first point in
- # the list is the on curve and the subsequent points are the off
- # curve points leading up to that on curve.
- #
- # it is very important to remember these structures when trying
- # to understand the code below
-
- self.segments = []
- offList = []
- nodes = self._nakedParent.nodes
- for index in range(self._nodeLength):
- x = index + self._startNodeIndex
- node = nodes[x]
- # we do have a loose off curve. deal with it.
- if node.type == flOFFCURVE:
- offList.append(x)
- # we are not dealing with a loose off curve
- else:
- s = RSegment(x)
- s.setParent(self)
- # but do we have a collection of loose off curves above?
- # if so, apply them to the segment, and clear the list
- if len(offList) != 0:
- s._looseOffCurve = offList
- offList = []
- self.segments.append(s)
- # do we have some off curves now that the contour is complete?
- if len(offList) != 0:
- # ugh. apply them to the first segment
- self.segments[0]._looseOffCurve = offList
-
- def setParent(self, parentGlyph):
- self._parentGlyph = parentGlyph
-
- def getParent(self):
- return self._parentGlyph
-
- def _get__nakedParent(self):
- return self._parentGlyph.naked()
-
- _nakedParent = property(_get__nakedParent, doc="")
-
- def _get__startNodeIndex(self):
- return self._nakedParent.GetContourBegin(self._index)
-
- _startNodeIndex = property(_get__startNodeIndex, doc="")
-
- def _get__nodeLength(self):
- return self._nakedParent.GetContourLength(self._index)
-
- _nodeLength = property(_get__nodeLength, doc="")
-
- def _get__lastNodeIndex(self):
- return self._startNodeIndex + self._nodeLength - 1
-
- _lastNodeIndex = property(_get__lastNodeIndex, doc="")
-
- def _previousNodeIndex(self, index):
- return (index - 1) % self._nodeLength
-
- def _nextNodeIndex(self, index):
- return (index + 1) % self._nodeLength
-
- def _getNode(self, index):
- return self._nodes[index]
-
- def _get__nodes(self):
- nodes = []
- for node in self._nakedParent.nodes[self._startNodeIndex:self._startNodeIndex+self._nodeLength-1]:
- nodes.append(node)
- return nodes
-
- _nodes = property(_get__nodes, doc="")
-
- def _get_points(self):
- points = []
- for segment in self.segments:
- for point in segment.points:
- points.append(point)
- return points
-
- points = property(_get_points, doc="")
-
- def _get_bPoints(self):
- bPoints = []
- for segment in self.segments:
- bp = RBPoint(segment.index)
- bp.setParent(self)
- bPoints.append(bp)
- return bPoints
-
- bPoints = property(_get_bPoints, doc="")
-
- def _get_index(self):
- return self._index
-
- def _set_index(self, index):
- if index != self._index:
- self._nakedParent.ReorderContour(self._index, index)
- # reorder and set the _index of the existing RContour objects
- # this will be a better solution than reconstructing all the objects
- # segment objects will still, sadly, have to be reconstructed
- contourList = self.getParent().contours
- contourList.insert(index, contourList.pop(self._index))
- for i in range(len(contourList)):
- contourList[i]._index = i
- contourList[i]._buildSegments()
-
-
- index = property(_get_index, _set_index, doc="the index of the contour")
-
- def _get_selected(self):
- selected = 0
- nodes = self._nodes
- for node in nodes:
- if node.selected == 1:
- selected = 1
- break
- return selected
-
- def _set_selected(self, value):
- if value == 1:
- self._nakedParent.SelectContour(self._index)
- else:
- for node in self._nodes:
- node.selected = value
-
- selected = property(_get_selected, _set_selected, doc="selection of the contour: 1-selected or 0-unselected")
-
- def appendSegment(self, segmentType, points, smooth=False):
- segment = self.insertSegment(index=self._nodeLength, segmentType=segmentType, points=points, smooth=smooth)
- return segment
-
- def insertSegment(self, index, segmentType, points, smooth=False):
- """insert a seggment into the contour"""
- # do a qcurve insertion
- if segmentType == QCURVE:
- count = 0
- for point in points[:-1]:
- newNode = Node(flOFFCURVE, Point(point[0], point[1]))
- self._nakedParent.Insert(newNode, self._startNodeIndex + index + count)
- count = count + 1
- newNode = Node(flLINE, Point(points[-1][0], points[-1][1]))
- self._nakedParent.Insert(newNode, self._startNodeIndex + index +len(points) - 1)
- # do a regular insertion
- else:
- onX, onY = points[-1]
- newNode = Node(_rfToFLSegmentType(segmentType), Point(onX, onY))
- # fix the off curves in case the user is inserting a curve
- # but is not specifying off curve points
- if segmentType == CURVE and len(points) == 1:
- pSeg = self._prevSegment(index)
- pOn = pSeg.onCurve
- newNode.points[1].Assign(Point(pOn.x, pOn.y))
- newNode.points[2].Assign(Point(onX, onY))
- for pointIndex in range(len(points[:-1])):
- x, y = points[pointIndex]
- newNode.points[1 + pointIndex].Assign(Point(x, y))
- if smooth:
- newNode.alignment = flSMOOTH
- self._nakedParent.Insert(newNode, self._startNodeIndex + index)
- self._buildSegments()
- return self.segments[index]
-
- def removeSegment(self, index):
- """remove a segment from the contour"""
- segment = self.segments[index]
- # we have a qcurve. umph.
- if segment.type == QCURVE:
- indexList = [segment._nodeIndex] + segment._looseOffCurve
- indexList.sort()
- indexList.reverse()
- parent = self._nakedParent
- for nodeIndex in indexList:
- parent.DeleteNode(nodeIndex)
- # we have a more sane structure to follow
- else:
- # store some info for later
- next = self._nextSegment(index)
- nextOffA = None
- nextOffB = None
- nextType = next.type
- if nextType != LINE and nextType != MOVE:
- pA = next.offCurve[0]
- nextOffA = (pA.x, pA.y)
- pB = next.offCurve[-1]
- nextOffB = (pB.x, pB.y)
- nodeIndex = segment._nodeIndex
- self._nakedParent.DeleteNode(nodeIndex)
- self._buildSegments()
- # now we must override FL guessing about offCurves
- next = self._nextSegment(index - 1)
- nextType = next.type
- if nextType != LINE and nextType != MOVE:
- pA = next.offCurve[0]
- pB = next.offCurve[-1]
- pA.x, pA.y = nextOffA
- pB.x, pB.y = nextOffB
-
- def reverseContour(self):
- """reverse contour direction"""
- self._nakedParent.ReverseContour(self._index)
- self._buildSegments()
-
- def setStartSegment(self, segmentIndex):
- """set the first node on the contour"""
- self._nakedParent.SetStartNode(self._startNodeIndex + segmentIndex)
- self.getParent()._invalidateContours()
- self.getParent()._buildContours()
-
- def copy(self, aParent=None):
- """Copy this object -- result is an ObjectsRF flavored object.
- There is no way to make this work using FontLab objects.
- Copy is mainly used for glyphmath.
- """
- raise RoboFabError, "copy() for objectsFL.RContour is not implemented."
-
-
-
-class RSegment(BaseSegment):
-
- _title = "FLSegment"
-
- def __init__(self, flNodeIndex):
- BaseSegment.__init__(self)
- self._nodeIndex = flNodeIndex
- self._looseOffCurve = [] #a list of indexes to loose off curve nodes
-
- def _get__node(self):
- glyph = self.getParent()._nakedParent
- return glyph.nodes[self._nodeIndex]
-
- _node = property(_get__node, doc="")
-
- def _get_qOffCurve(self):
- nodes = self.getParent()._nakedParent.nodes
- off = []
- for x in self._looseOffCurve:
- off.append(nodes[x])
- return off
-
- _qOffCurve = property(_get_qOffCurve, doc="free floating off curve nodes in the segment")
-
- def _get_index(self):
- contour = self.getParent()
- return self._nodeIndex - contour._startNodeIndex
-
- index = property(_get_index, doc="")
-
- def _isQCurve(self):
- # loose off curves only appear in q curves
- if len(self._looseOffCurve) != 0:
- return True
- return False
-
- def _get_type(self):
- if self._isQCurve():
- return QCURVE
- return _flToRFSegmentType(self._node.type)
-
- def _set_type(self, segmentType):
- if self._isQCurve():
- raise RoboFabError, 'qcurve point types cannot be changed'
- oldNode = self._node
- oldType = oldNode.type
- oldPointType = _flToRFSegmentType(oldType)
- if oldPointType == MOVE:
- raise RoboFabError, '%s point types cannot be changed'%oldPointType
- if segmentType == MOVE or segmentType == OFFCURVE:
- raise RoboFabError, '%s point types cannot be assigned'%oldPointType
- if oldPointType == segmentType:
- return
- oldNode.type = _rfToFLSegmentType(segmentType)
-
- type = property(_get_type, _set_type, doc="")
-
- def _get_smooth(self):
- alignment = self._node.alignment
- if alignment == flSMOOTH or alignment == flFIXED:
- return True
- return False
-
- def _set_smooth(self, value):
- if value:
- self._node.alignment = flSMOOTH
- else:
- self._node.alignment = flSHARP
-
- smooth = property(_get_smooth, _set_smooth, doc="")
-
- def _get_points(self):
- points = []
- node = self._node
- # gather the off curves
- #
- # are we dealing with a qCurve? ugh.
- # gather the loose off curves
- if self._isQCurve():
- off = self._qOffCurve
- x = 0
- for n in off:
- p = RPoint(0)
- p.setParent(self)
- p._qOffIndex = x
- points.append(p)
- x = x + 1
- # otherwise get the points associated with the node
- else:
- index = 1
- for point in node.points[1:]:
- p = RPoint(index)
- p.setParent(self)
- points.append(p)
- index = index + 1
- # the last point should always be the on curve
- p = RPoint(0)
- p.setParent(self)
- points.append(p)
- return points
-
- points = property(_get_points, doc="")
-
- def _get_selected(self):
- return self._node.selected
-
- def _set_selected(self, value):
- self._node.selected = value
-
- selected = property(_get_selected, _set_selected, doc="")
-
- def move(self, (x, y)):
- x, y = roundPt((x, y))
- self._node.Shift(Point(x, y))
- if self._isQCurve():
- qOff = self._qOffCurve
- for node in qOff:
- node.Shift(Point(x, y))
-
- def copy(self, aParent=None):
- """Copy this object -- result is an ObjectsRF flavored object.
- There is no way to make this work using FontLab objects.
- Copy is mainly used for glyphmath.
- """
- raise RoboFabError, "copy() for objectsFL.RSegment is not implemented."
-
-
-
-class RPoint(BasePoint):
-
- _title = "FLPoint"
-
- def __init__(self, pointIndex):
- #BasePoint.__init__(self)
- self._pointIndex = pointIndex
- self._qOffIndex = None
-
- def _get__parentGlyph(self):
- return self._parentContour.getParent()
-
- _parentGlyph = property(_get__parentGlyph, doc="")
-
- def _get__parentContour(self):
- return self._parentSegment.getParent()
-
- _parentContour = property(_get__parentContour, doc="")
-
- def _get__parentSegment(self):
- return self.getParent()
-
- _parentSegment = property(_get__parentSegment, doc="")
-
- def _get__node(self):
- if self._qOffIndex is not None:
- return self.getParent()._qOffCurve[self._qOffIndex]
- return self.getParent()._node
-
- _node = property(_get__node, doc="")
-
- def _get__point(self):
- return self._node.points[self._pointIndex]
-
- _point = property(_get__point, doc="")
-
- def _get_x(self):
- return self._point.x
-
- def _set_x(self, value):
- value = int(round(value))
- self._point.x = value
-
- x = property(_get_x, _set_x, doc="")
-
- def _get_y(self):
- return self._point.y
-
- def _set_y(self, value):
- value = int(round(value))
- self._point.y = value
-
- y = property(_get_y, _set_y, doc="")
-
- def _get_type(self):
- if self._pointIndex == 0:
- # FL store quad contour data as a list of off curves and lines
- # (see note in RContour._buildSegments). So, we need to do
- # a bit of trickery to return a decent point type.
- # if the straight FL node type is off curve, it is a loose
- # quad off curve. return that.
- tp = _flToRFSegmentType(self._node.type)
- if tp == OFFCURVE:
- return OFFCURVE
- # otherwise we are dealing with an on curve. in this case,
- # we attempt to get the parent segment type and return it.
- segment = self.getParent()
- if segment is not None:
- return segment.type
- # we must not have a segment, fall back to straight conversion
- return tp
- return OFFCURVE
-
- type = property(_get_type, doc="")
-
- def _set_selected(self, value):
- if self._pointIndex == 0:
- self._node.selected = value
-
- def _get_selected(self):
- if self._pointIndex == 0:
- return self._node.selected
- return False
-
- selected = property(_get_selected, _set_selected, doc="")
-
- def move(self, (x, y)):
- x, y = roundPt((x, y))
- self._point.Shift(Point(x, y))
-
- def scale(self, (x, y), center=(0, 0)):
- centerX, centerY = roundPt(center)
- point = self._point
- point.x, point.y = _scalePointFromCenter((point.x, point.y), (x, y), (centerX, centerY))
-
- def copy(self, aParent=None):
- """Copy this object -- result is an ObjectsRF flavored object.
- There is no way to make this work using FontLab objects.
- Copy is mainly used for glyphmath.
- """
- raise RoboFabError, "copy() for objectsFL.RPoint is not implemented."
-
-
-class RBPoint(BaseBPoint):
-
- _title = "FLBPoint"
-
- def __init__(self, segmentIndex):
- #BaseBPoint.__init__(self)
- self._segmentIndex = segmentIndex
-
- def _get__parentSegment(self):
- return self.getParent().segments[self._segmentIndex]
-
- _parentSegment = property(_get__parentSegment, doc="")
-
- def _get_index(self):
- return self._segmentIndex
-
- index = property(_get_index, doc="")
-
- def _get_selected(self):
- return self._parentSegment.selected
-
- def _set_selected(self, value):
- self._parentSegment.selected = value
-
- selected = property(_get_selected, _set_selected, doc="")
-
- def copy(self, aParent=None):
- """Copy this object -- result is an ObjectsRF flavored object.
- There is no way to make this work using FontLab objects.
- Copy is mainly used for glyphmath.
- """
- raise RoboFabError, "copy() for objectsFL.RBPoint is not implemented."
-
-
-class RComponent(BaseComponent):
-
- """RoboFab wrapper for FL Component object"""
-
- _title = "FLComponent"
-
- def __init__(self, flComponent, index):
- BaseComponent.__init__(self)
- self._object = flComponent
- self._index=index
-
- def _get_index(self):
- return self._index
-
- index = property(_get_index, doc="index of component")
-
- def _get_baseGlyph(self):
- return self._object.parent.parent[self._object.index].name
-
- baseGlyph = property(_get_baseGlyph, doc="")
-
- def _get_offset(self):
- return (int(self._object.delta.x), int(self._object.delta.y))
-
- def _set_offset(self, value):
- value = roundPt((value[0], value[1]))
- self._object.delta=Point(value[0], value[1])
-
- offset = property(_get_offset, _set_offset, doc="the offset of the component")
-
- def _get_scale(self):
- return (self._object.scale.x, self._object.scale.y)
-
- def _set_scale(self, (x, y)):
- self._object.scale=Point(x, y)
-
- scale = property(_get_scale, _set_scale, doc="the scale of the component")
-
- def move(self, (x, y)):
- """Move the component"""
- x, y = roundPt((x, y))
- self._object.delta=Point(self._object.delta.x+x, self._object.delta.y+y)
-
- def decompose(self):
- """Decompose the component"""
- self._object.Paste()
-
- def copy(self, aParent=None):
- """Copy this object -- result is an ObjectsRF flavored object.
- There is no way to make this work using FontLab objects.
- Copy is mainly used for glyphmath.
- """
- raise RoboFabError, "copy() for objectsFL.RComponent is not implemented."
-
-
-
-class RAnchor(BaseAnchor):
- """RoboFab wrapper for FL Anchor object"""
-
- _title = "FLAnchor"
-
- def __init__(self, flAnchor, index):
- BaseAnchor.__init__(self)
- self._object = flAnchor
- self._index = index
-
- def _get_y(self):
- return self._object.y
-
- def _set_y(self, value):
- self._object.y = int(round(value))
-
- y = property(_get_y, _set_y, doc="y")
-
- def _get_x(self):
- return self._object.x
-
- def _set_x(self, value):
- self._object.x = int(round(value))
-
- x = property(_get_x, _set_x, doc="x")
-
- def _get_name(self):
- return self._object.name
-
- def _set_name(self, value):
- self._object.name = value
-
- name = property(_get_name, _set_name, doc="name")
-
- def _get_mark(self):
- return self._object.mark
-
- def _set_mark(self, value):
- self._object.mark = value
-
- mark = property(_get_mark, _set_mark, doc="mark")
-
- def _get_index(self):
- return self._index
-
- index = property(_get_index, doc="index of the anchor")
-
- def _get_position(self):
- return (self._object.x, self._object.y)
-
- def _set_position(self, value):
- value = roundPt((value[0], value[1]))
- self._object.x=value[0]
- self._object.y=value[1]
-
- position = property(_get_position, _set_position, doc="position of the anchor")
-
-
-
-class RGuide(BaseGuide):
-
- """RoboFab wrapper for FL Guide object"""
-
- _title = "FLGuide"
-
- def __init__(self, flGuide, index):
- BaseGuide.__init__(self)
- self._object = flGuide
- self._index = index
-
- def __repr__(self):
- # this is a doozy!
- parent = "unknown_parent"
- parentObject = self.getParent()
- if parentObject is not None:
- # do we have a font?
- try:
- parent = parentObject.info.postscriptFullName
- except AttributeError:
- # or do we have a glyph?
- try:
- parent = parentObject.name
- # we must be an orphan
- except AttributeError: pass
- return "<Robofab guide wrapper for %s>"%parent
-
- def _get_position(self):
- return self._object.position
-
- def _set_position(self, value):
- self._object.position = value
-
- position = property(_get_position, _set_position, doc="position")
-
- def _get_angle(self):
- return self._object.angle
-
- def _set_angle(self, value):
- self._object.angle = value
-
- angle = property(_get_angle, _set_angle, doc="angle")
-
- def _get_index(self):
- return self._index
-
- index = property(_get_index, doc="index of the guide")
-
-
-class RGroups(BaseGroups):
-
- """RoboFab wrapper for FL group data"""
-
- _title = "FLGroups"
-
- def __init__(self, aDict):
- self.update(aDict)
-
- def __setitem__(self, key, value):
- # override baseclass so that data is stored in FL classes
- if not isinstance(key, str):
- raise RoboFabError, 'key must be a string'
- if not isinstance(value, list):
- raise RoboFabError, 'group must be a list'
- super(RGroups, self).__setitem__(key, value)
- self._setFLGroups()
-
- def __delitem__(self, key):
- # override baseclass so that data is stored in FL classes
- super(RGroups, self).__delitem__(key)
- self._setFLGroups()
-
- def _setFLGroups(self):
- # set the group data into the font.
- if self.getParent() is not None:
- groups = []
- for i in self.keys():
- value = ' '.join(self[i])
- groups.append(': '.join([i, value]))
- groups.sort()
- self.getParent().naked().classes = groups
-
- def update(self, aDict):
- # override baseclass so that data is stored in FL classes
- super(RGroups, self).update(aDict)
- self._setFLGroups()
-
- def clear(self):
- # override baseclass so that data is stored in FL classes
- super(RGroups, self).clear()
- self._setFLGroups()
-
- def pop(self, key):
- # override baseclass so that data is stored in FL classes
- i = super(RGroups, self).pop(key)
- self._setFLGroups()
- return i
-
- def popitem(self):
- # override baseclass so that data is stored in FL classes
- i = super(RGroups, self).popitem()
- self._setFLGroups()
- return i
-
- def setdefault(self, key, value=None):
- # override baseclass so that data is stored in FL classes
- i = super(RGroups, self).setdefault(key, value)
- self._setFLGroups()
- return i
-
-
-class RKerning(BaseKerning):
-
- """RoboFab wrapper for FL Kerning data"""
-
- _title = "FLKerning"
-
- def __setitem__(self, pair, value):
- if not isinstance(pair, tuple):
- raise RoboFabError, 'kerning pair must be a tuple: (left, right)'
- else:
- if len(pair) != 2:
- raise RoboFabError, 'kerning pair must be a tuple: (left, right)'
- else:
- if value == 0:
- if self._kerning.get(pair) is not None:
- #see note about setting kerning values to 0 below
- self._setFLKerning(pair, 0)
- del self._kerning[pair]
- else:
- #self._kerning[pair] = value
- self._setFLKerning(pair, value)
-
- def _setFLKerning(self, pair, value):
- # write a pair back into the font
- #
- # this is fairly speedy, but setting a pair to 0 is roughly
- # 2-3 times slower than setting a real value. this is because
- # of all the hoops that must be jumped through to keep FL
- # from storing kerning pairs with a value of 0.
- parentFont = self.getParent().naked()
- left = parentFont[pair[0]]
- right = parentFont.FindGlyph(pair[1])
- # the left glyph doesn not exist
- if left is None:
- return
- # the right glyph doesn not exist
- if right == -1:
- return
- self._kerning[pair] = value
- leftName = pair[0]
- value = int(round(value))
- # pairs set to 0 need to be handled carefully. FL will allow
- # for pairs to have a value of 0 (!?), so we must catch them
- # when they pop up and make sure that the pair is actually
- # removed from the font.
- if value == 0:
- foundPair = False
- # if the value is 0, we don't need to construct a pair
- # we just need to make sure that the pair is not in the list
- pairs = []
- # so, go through all the pairs and add them to a new list
- for flPair in left.kerning:
- # we have found the pair. flag it.
- if flPair.key == right:
- foundPair = True
- # not the pair. add it to the list.
- else:
- pairs.append((flPair.key, flPair.value))
- # if we found it, write it back to the glyph.
- if foundPair:
- left.kerning = []
- for p in pairs:
- new = KerningPair(p[0], p[1])
- left.kerning.append(new)
- else:
- # non-zero pairs are a bit easier to handle
- # we just need to look to see if the pair exists
- # if so, change the value and stop the loop.
- # if not, add a new pair to the glyph
- self._kerning[pair] = value
- foundPair = False
- for flPair in left.kerning:
- if flPair.key == right:
- flPair.value = value
- foundPair = True
- break
- if not foundPair:
- p = KerningPair(right, value)
- left.kerning.append(p)
-
- def update(self, kerningDict):
- """replace kerning data with the data in the given kerningDict"""
- # override base class here for speed
- parentFont = self.getParent().naked()
- # add existing data to the new kerning dict is not being replaced
- for pair in self.keys():
- if not kerningDict.has_key(pair):
- kerningDict[pair] = self._kerning[pair]
- # now clear the existing kerning to make sure that
- # all the kerning in residing in the glyphs is gone
- self.clear()
- self._kerning = kerningDict
- kDict = {}
- # nest the pairs into a dict keyed by the left glyph
- # {'A':{'A':-10, 'B':20, ...}, 'B':{...}, ...}
- for left, right in kerningDict.keys():
- value = kerningDict[left, right]
- if not left in kDict:
- kDict[left] = {}
- kDict[left][right] = value
- for left in kDict.keys():
- leftGlyph = parentFont[left]
- if leftGlyph is not None:
- for right in kDict[left].keys():
- value = kDict[left][right]
- if value != 0:
- rightIndex = parentFont.FindGlyph(right)
- if rightIndex != -1:
- p = KerningPair(rightIndex, value)
- leftGlyph.kerning.append(p)
-
- def clear(self):
- """clear all kerning"""
- # override base class here for speed
- self._kerning = {}
- for glyph in self.getParent().naked().glyphs:
- glyph.kerning = []
-
- def __add__(self, other):
- """Math operations on FL Kerning objects return RF Kerning objects
- as they need to be orphaned objects and FL can't deal with that."""
- from sets import Set
- from robofab.objects.objectsRF import RKerning as _RKerning
- new = _RKerning()
- k = Set(self.keys()) | Set(other.keys())
- for key in k:
- new[key] = self.get(key, 0) + other.get(key, 0)
- return new
-
- def __sub__(self, other):
- """Math operations on FL Kerning objects return RF Kerning objects
- as they need to be orphaned objects and FL can't deal with that."""
- from sets import Set
- from robofab.objects.objectsRF import RKerning as _RKerning
- new = _RKerning()
- k = Set(self.keys()) | Set(other.keys())
- for key in k:
- new[key] = self.get(key, 0) - other.get(key, 0)
- return new
-
- def __mul__(self, factor):
- """Math operations on FL Kerning objects return RF Kerning objects
- as they need to be orphaned objects and FL can't deal with that."""
- from robofab.objects.objectsRF import RKerning as _RKerning
- new = _RKerning()
- for name, value in self.items():
- new[name] = value * factor
- return new
-
- __rmul__ = __mul__
-
- def __div__(self, factor):
- """Math operations on FL Kerning objects return RF Kerning objects
- as they need to be orphaned objects and FL can't deal with that."""
- if factor == 0:
- raise ZeroDivisionError
- return self.__mul__(1.0/factor)
-
-
-class RLib(BaseLib):
-
- """RoboFab wrapper for FL lib"""
-
- # XXX: As of FL 4.6 the customdata field in glyph objects is busted.
- # storing anything there causes the glyph to become uneditable.
- # however, the customdata field in font objects is stable.
-
- def __init__(self, aDict):
- self.update(aDict)
-
- def __setitem__(self, key, value):
- # override baseclass so that data is stored in customdata field
- super(RLib, self).__setitem__(key, value)
- self._stashLib()
-
- def __delitem__(self, key):
- # override baseclass so that data is stored in customdata field
- super(RLib, self).__delitem__(key)
- self._stashLib()
-
- def _stashLib(self):
- # write the plist into the customdata field of the FL object
- if self.getParent() is None:
- return
- if not self:
- data = None
- elif len(self) == 1 and "org.robofab.fontlab.customdata" in self:
- data = self["org.robofab.fontlab.customdata"].data
- else:
- f = StringIO()
- writePlist(self, f)
- data = f.getvalue()
- f.close()
- parent = self.getParent()
- parent.naked().customdata = data
-
- def update(self, aDict):
- # override baseclass so that data is stored in customdata field
- super(RLib, self).update(aDict)
- self._stashLib()
-
- def clear(self):
- # override baseclass so that data is stored in customdata field
- super(RLib, self).clear()
- self._stashLib()
-
- def pop(self, key):
- # override baseclass so that data is stored in customdata field
- i = super(RLib, self).pop(key)
- self._stashLib()
- return i
-
- def popitem(self):
- # override baseclass so that data is stored in customdata field
- i = super(RLib, self).popitem()
- self._stashLib()
- return i
-
- def setdefault(self, key, value=None):
- # override baseclass so that data is stored in customdata field
- i = super(RLib, self).setdefault(key, value)
- self._stashLib()
- return i
-
-
-def _infoMapDict(**kwargs):
- default = dict(
- nakedAttribute=None,
- type=None,
- requiresSetNum=False,
- masterSpecific=False,
- libLocation=None,
- specialGetSet=False
- )
- default.update(kwargs)
- return default
-
-def _flipDict(d):
- f = {}
- for k, v in d.items():
- f[v] = k
- return f
-
-_styleMapStyleName_fromFL = {
- 64 : "regular",
- 1 : "italic",
- 32 : "bold",
- 33 : "bold italic"
-}
-_styleMapStyleName_toFL = _flipDict(_styleMapStyleName_fromFL)
-
-_postscriptWindowsCharacterSet_fromFL = {
- 0 : 1,
- 1 : 2,
- 2 : 3,
- 77 : 4,
- 128 : 5,
- 129 : 6,
- 130 : 7,
- 134 : 8,
- 136 : 9,
- 161 : 10,
- 162 : 11,
- 163 : 12,
- 177 : 13,
- 178 : 14,
- 186 : 15,
- 200 : 16,
- 204 : 17,
- 222 : 18,
- 238 : 19,
- 255 : 20,
-}
-_postscriptWindowsCharacterSet_toFL = _flipDict(_postscriptWindowsCharacterSet_fromFL)
-
-_openTypeOS2Type_toFL = {
- 1 : 0x0002,
- 2 : 0x0004,
- 3 : 0x0008,
- 8 : 0x0100,
- 9 : 0x0200,
-}
-_openTypeOS2Type_fromFL = _flipDict(_openTypeOS2Type_toFL)
-
-_openTypeOS2WidthClass_fromFL = {
- "Ultra-condensed" : 1,
- "Extra-condensed" : 2,
- "Condensed" : 3,
- "Semi-condensed" : 4,
- "Medium (normal)" : 5,
- "Semi-expanded" : 6,
- "Expanded" : 7,
- "Extra-expanded" : 8,
- "Ultra-expanded" : 9,
-}
-_openTypeOS2WidthClass_toFL = _flipDict(_openTypeOS2WidthClass_fromFL)
-
-_postscriptHintAttributes = set((
- "postscriptBlueValues",
- "postscriptOtherBlues",
- "postscriptFamilyBlues",
- "postscriptFamilyOtherBlues",
- "postscriptStemSnapH",
- "postscriptStemSnapV",
-))
-
-
-class RInfo(BaseInfo):
-
- """RoboFab wrapper for FL Font Info"""
-
- _title = "FLInfo"
-
- _ufoToFLAttrMapping = {
- "familyName" : _infoMapDict(valueType=str, nakedAttribute="family_name"),
- "styleName" : _infoMapDict(valueType=str, nakedAttribute="style_name"),
- "styleMapFamilyName" : _infoMapDict(valueType=str, nakedAttribute="menu_name"),
- "styleMapStyleName" : _infoMapDict(valueType=str, nakedAttribute="font_style", specialGetSet=True),
- "versionMajor" : _infoMapDict(valueType=int, nakedAttribute="version_major"),
- "versionMinor" : _infoMapDict(valueType=int, nakedAttribute="version_minor"),
- "year" : _infoMapDict(valueType=int, nakedAttribute="year"),
- "copyright" : _infoMapDict(valueType=str, nakedAttribute="copyright"),
- "trademark" : _infoMapDict(valueType=str, nakedAttribute="trademark"),
- "unitsPerEm" : _infoMapDict(valueType=int, nakedAttribute="upm"),
- "descender" : _infoMapDict(valueType=int, nakedAttribute="descender", masterSpecific=True),
- "xHeight" : _infoMapDict(valueType=int, nakedAttribute="x_height", masterSpecific=True),
- "capHeight" : _infoMapDict(valueType=int, nakedAttribute="cap_height", masterSpecific=True),
- "ascender" : _infoMapDict(valueType=int, nakedAttribute="ascender", masterSpecific=True),
- "italicAngle" : _infoMapDict(valueType=float, nakedAttribute="italic_angle"),
- "note" : _infoMapDict(valueType=str, nakedAttribute="note"),
- "openTypeHeadCreated" : _infoMapDict(valueType=str, nakedAttribute=None, specialGetSet=True), # i can't figure out the ttinfo.head_creation values
- "openTypeHeadLowestRecPPEM" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.head_lowest_rec_ppem"),
- "openTypeHeadFlags" : _infoMapDict(valueType="intList", nakedAttribute=None), # There is an attribute (ttinfo.head_flags), but no user interface.
- "openTypeHheaAscender" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.hhea_ascender"),
- "openTypeHheaDescender" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.hhea_descender"),
- "openTypeHheaLineGap" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.hhea_line_gap"),
- "openTypeHheaCaretSlopeRise" : _infoMapDict(valueType=int, nakedAttribute=None),
- "openTypeHheaCaretSlopeRun" : _infoMapDict(valueType=int, nakedAttribute=None),
- "openTypeHheaCaretOffset" : _infoMapDict(valueType=int, nakedAttribute=None),
- "openTypeNameDesigner" : _infoMapDict(valueType=str, nakedAttribute="designer"),
- "openTypeNameDesignerURL" : _infoMapDict(valueType=str, nakedAttribute="designer_url"),
- "openTypeNameManufacturer" : _infoMapDict(valueType=str, nakedAttribute="source"),
- "openTypeNameManufacturerURL" : _infoMapDict(valueType=str, nakedAttribute="vendor_url"),
- "openTypeNameLicense" : _infoMapDict(valueType=str, nakedAttribute="license"),
- "openTypeNameLicenseURL" : _infoMapDict(valueType=str, nakedAttribute="license_url"),
- "openTypeNameVersion" : _infoMapDict(valueType=str, nakedAttribute="tt_version"),
- "openTypeNameUniqueID" : _infoMapDict(valueType=str, nakedAttribute="tt_u_id"),
- "openTypeNameDescription" : _infoMapDict(valueType=str, nakedAttribute="notice"),
- "openTypeNamePreferredFamilyName" : _infoMapDict(valueType=str, nakedAttribute="pref_family_name"),
- "openTypeNamePreferredSubfamilyName" : _infoMapDict(valueType=str, nakedAttribute="pref_style_name"),
- "openTypeNameCompatibleFullName" : _infoMapDict(valueType=str, nakedAttribute="mac_compatible"),
- "openTypeNameSampleText" : _infoMapDict(valueType=str, nakedAttribute=None),
- "openTypeNameWWSFamilyName" : _infoMapDict(valueType=str, nakedAttribute=None),
- "openTypeNameWWSSubfamilyName" : _infoMapDict(valueType=str, nakedAttribute=None),
- "openTypeOS2WidthClass" : _infoMapDict(valueType=int, nakedAttribute="width"),
- "openTypeOS2WeightClass" : _infoMapDict(valueType=int, nakedAttribute="weight_code", specialGetSet=True),
- "openTypeOS2Selection" : _infoMapDict(valueType="intList", nakedAttribute=None), # ttinfo.os2_fs_selection only returns 0
- "openTypeOS2VendorID" : _infoMapDict(valueType=str, nakedAttribute="vendor"),
- "openTypeOS2Panose" : _infoMapDict(valueType="intList", nakedAttribute="panose", specialGetSet=True),
- "openTypeOS2FamilyClass" : _infoMapDict(valueType="intList", nakedAttribute="ttinfo.os2_s_family_class", specialGetSet=True),
- "openTypeOS2UnicodeRanges" : _infoMapDict(valueType="intList", nakedAttribute="unicoderanges"),
- "openTypeOS2CodePageRanges" : _infoMapDict(valueType="intList", nakedAttribute="codepages"),
- "openTypeOS2TypoAscender" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_s_typo_ascender"),
- "openTypeOS2TypoDescender" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_s_typo_descender"),
- "openTypeOS2TypoLineGap" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_s_typo_line_gap"),
- "openTypeOS2WinAscent" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_us_win_ascent"),
- "openTypeOS2WinDescent" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_us_win_descent", specialGetSet=True),
- "openTypeOS2Type" : _infoMapDict(valueType="intList", nakedAttribute="ttinfo.os2_fs_type", specialGetSet=True),
- "openTypeOS2SubscriptXSize" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_subscript_x_size"),
- "openTypeOS2SubscriptYSize" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_subscript_y_size"),
- "openTypeOS2SubscriptXOffset" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_subscript_x_offset"),
- "openTypeOS2SubscriptYOffset" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_subscript_y_offset"),
- "openTypeOS2SuperscriptXSize" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_superscript_x_size"),
- "openTypeOS2SuperscriptYSize" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_superscript_y_size"),
- "openTypeOS2SuperscriptXOffset" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_superscript_x_offset"),
- "openTypeOS2SuperscriptYOffset" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_superscript_y_offset"),
- "openTypeOS2StrikeoutSize" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_strikeout_size"),
- "openTypeOS2StrikeoutPosition" : _infoMapDict(valueType=int, nakedAttribute="ttinfo.os2_y_strikeout_position"),
- "openTypeVheaVertTypoAscender" : _infoMapDict(valueType=int, nakedAttribute=None),
- "openTypeVheaVertTypoDescender" : _infoMapDict(valueType=int, nakedAttribute=None),
- "openTypeVheaVertTypoLineGap" : _infoMapDict(valueType=int, nakedAttribute=None),
- "openTypeVheaCaretSlopeRise" : _infoMapDict(valueType=int, nakedAttribute=None),
- "openTypeVheaCaretSlopeRun" : _infoMapDict(valueType=int, nakedAttribute=None),
- "openTypeVheaCaretOffset" : _infoMapDict(valueType=int, nakedAttribute=None),
- "postscriptFontName" : _infoMapDict(valueType=str, nakedAttribute="font_name"),
- "postscriptFullName" : _infoMapDict(valueType=str, nakedAttribute="full_name"),
- "postscriptSlantAngle" : _infoMapDict(valueType=float, nakedAttribute="slant_angle"),
- "postscriptUniqueID" : _infoMapDict(valueType=int, nakedAttribute="unique_id"),
- "postscriptUnderlineThickness" : _infoMapDict(valueType=int, nakedAttribute="underline_thickness"),
- "postscriptUnderlinePosition" : _infoMapDict(valueType=int, nakedAttribute="underline_position"),
- "postscriptIsFixedPitch" : _infoMapDict(valueType="boolint", nakedAttribute="is_fixed_pitch"),
- "postscriptBlueValues" : _infoMapDict(valueType="intList", nakedAttribute="blue_values", masterSpecific=True, requiresSetNum=True),
- "postscriptOtherBlues" : _infoMapDict(valueType="intList", nakedAttribute="other_blues", masterSpecific=True, requiresSetNum=True),
- "postscriptFamilyBlues" : _infoMapDict(valueType="intList", nakedAttribute="family_blues", masterSpecific=True, requiresSetNum=True),
- "postscriptFamilyOtherBlues" : _infoMapDict(valueType="intList", nakedAttribute="family_other_blues", masterSpecific=True, requiresSetNum=True),
- "postscriptStemSnapH" : _infoMapDict(valueType="intList", nakedAttribute="stem_snap_h", masterSpecific=True, requiresSetNum=True),
- "postscriptStemSnapV" : _infoMapDict(valueType="intList", nakedAttribute="stem_snap_v", masterSpecific=True, requiresSetNum=True),
- "postscriptBlueFuzz" : _infoMapDict(valueType=int, nakedAttribute="blue_fuzz", masterSpecific=True),
- "postscriptBlueShift" : _infoMapDict(valueType=int, nakedAttribute="blue_shift", masterSpecific=True),
- "postscriptBlueScale" : _infoMapDict(valueType=float, nakedAttribute="blue_scale", masterSpecific=True),
- "postscriptForceBold" : _infoMapDict(valueType="boolint", nakedAttribute="force_bold", masterSpecific=True),
- "postscriptDefaultWidthX" : _infoMapDict(valueType=int, nakedAttribute="default_width", masterSpecific=True),
- "postscriptNominalWidthX" : _infoMapDict(valueType=int, nakedAttribute=None),
- "postscriptWeightName" : _infoMapDict(valueType=str, nakedAttribute="weight"),
- "postscriptDefaultCharacter" : _infoMapDict(valueType=str, nakedAttribute="default_character"),
- "postscriptWindowsCharacterSet" : _infoMapDict(valueType=int, nakedAttribute="ms_charset", specialGetSet=True),
- "macintoshFONDFamilyID" : _infoMapDict(valueType=int, nakedAttribute="fond_id"),
- "macintoshFONDName" : _infoMapDict(valueType=str, nakedAttribute="apple_name"),
- }
- _environmentOverrides = ["width", "openTypeOS2WidthClass"] # ugh.
-
- def __init__(self, font):
- super(RInfo, self).__init__()
- self._object = font
-
- def _environmentSetAttr(self, attr, value):
- # special fontlab workarounds
- if attr == "width":
- warn("The width attribute has been deprecated. Use the new openTypeOS2WidthClass attribute.", DeprecationWarning)
- attr = "openTypeOS2WidthClass"
- if attr == "openTypeOS2WidthClass":
- if isinstance(value, basestring) and value not in _openTypeOS2WidthClass_toFL:
- print "The openTypeOS2WidthClass value \"%s\" cannot be found in the OpenType OS/2 usWidthClass specification. The value will be set into the FontLab file for now." % value
- self._object.width = value
- else:
- self._object.width = _openTypeOS2WidthClass_toFL[value]
- return
- # get the attribute data
- data = self._ufoToFLAttrMapping[attr]
- flAttr = data["nakedAttribute"]
- valueType = data["valueType"]
- masterSpecific = data["masterSpecific"]
- requiresSetNum = data["requiresSetNum"]
- specialGetSet = data["specialGetSet"]
- # warn about setting attributes not supported by FL
- if flAttr is None:
- print "The attribute %s is not supported by FontLab. This data will not be set." % attr
- return
- # make sure that the value is the proper type for FL
- if valueType == "intList":
- value = [int(i) for i in value]
- elif valueType == "boolint":
- value = int(bool(value))
- elif valueType == str:
- if value is None:
- value = ""
- value = value.encode(LOCAL_ENCODING)
- elif valueType == int and not isinstance(value, int):
- value = int(round(value))
- elif not isinstance(value, valueType):
- value = valueType(value)
- # handle postscript hint bug in FL
- if attr in _postscriptHintAttributes:
- value = self._handlePSHintBug(attr, value)
- # handle special cases
- if specialGetSet:
- attr = "_set_%s" % attr
- method = getattr(self, attr)
- return method(value)
- # set the value
- obj = self._object
- if len(flAttr.split(".")) > 1:
- flAttrList = flAttr.split(".")
- for i in flAttrList[:-1]:
- obj = getattr(obj, i)
- flAttr = flAttrList[-1]
- ## set the foo_num attribute if necessary
- if requiresSetNum:
- numAttr = flAttr + "_num"
- setattr(obj, numAttr, len(value))
- ## set master 0 if the data is master specific
- if masterSpecific:
- subObj = getattr(obj, flAttr)
- if valueType == "intList":
- for index, v in enumerate(value):
- subObj[0][index] = v
- else:
- subObj[0] = value
- ## otherwise use a regular set
- else:
- setattr(obj, flAttr, value)
-
- def _environmentGetAttr(self, attr):
- # special fontlab workarounds
- if attr == "width":
- warn("The width attribute has been deprecated. Use the new openTypeOS2WidthClass attribute.", DeprecationWarning)
- attr = "openTypeOS2WidthClass"
- if attr == "openTypeOS2WidthClass":
- value = self._object.width
- if value not in _openTypeOS2WidthClass_fromFL:
- print "The existing openTypeOS2WidthClass value \"%s\" cannot be found in the OpenType OS/2 usWidthClass specification." % value
- return
- else:
- return _openTypeOS2WidthClass_fromFL[value]
- # get the attribute data
- data = self._ufoToFLAttrMapping[attr]
- flAttr = data["nakedAttribute"]
- valueType = data["valueType"]
- masterSpecific = data["masterSpecific"]
- specialGetSet = data["specialGetSet"]
- # warn about setting attributes not supported by FL
- if flAttr is None:
- if not _IN_UFO_EXPORT:
- print "The attribute %s is not supported by FontLab." % attr
- return
- # handle special cases
- if specialGetSet:
- attr = "_get_%s" % attr
- method = getattr(self, attr)
- return method()
- # get the value
- if len(flAttr.split(".")) > 1:
- flAttrList = flAttr.split(".")
- obj = self._object
- for i in flAttrList:
- obj = getattr(obj, i)
- value = obj
- else:
- value = getattr(self._object, flAttr)
- # grab the first master value if necessary
- if masterSpecific:
- value = value[0]
- # convert if necessary
- if valueType == "intList":
- value = [int(i) for i in value]
- elif valueType == "boolint":
- value = bool(value)
- elif valueType == str:
- if value is None:
- pass
- else:
- value = unicode(value, LOCAL_ENCODING)
- elif not isinstance(value, valueType):
- value = valueType(value)
- return value
-
- # ------------------------------
- # individual attribute overrides
- # ------------------------------
-
- # styleMapStyleName
-
- def _get_styleMapStyleName(self):
- return _styleMapStyleName_fromFL[self._object.font_style]
-
- def _set_styleMapStyleName(self, value):
- value = _styleMapStyleName_toFL[value]
- self._object.font_style = value
-
-# # openTypeHeadCreated
-#
-# # fontlab epoch: 1969-12-31 19:00:00
-#
-# def _get_openTypeHeadCreated(self):
-# value = self._object.ttinfo.head_creation
-# epoch = datetime.datetime(1969, 12, 31, 19, 0, 0)
-# delta = datetime.timedelta(seconds=value[0])
-# t = epoch - delta
-# string = "%s-%s-%s %s:%s:%s" % (str(t.year).zfill(4), str(t.month).zfill(2), str(t.day).zfill(2), str(t.hour).zfill(2), str(t.minute).zfill(2), str(t.second).zfill(2))
-# return string
-#
-# def _set_openTypeHeadCreated(self, value):
-# date, time = value.split(" ")
-# year, month, day = [int(i) for i in date.split("-")]
-# hour, minute, second = [int(i) for i in time.split(":")]
-# value = datetime.datetime(year, month, day, hour, minute, second)
-# epoch = datetime.datetime(1969, 12, 31, 19, 0, 0)
-# delta = epoch - value
-# seconds = delta.seconds
-# self._object.ttinfo.head_creation[0] = seconds
-
- # openTypeOS2WeightClass
-
- def _get_openTypeOS2WeightClass(self):
- value = self._object.weight_code
- if value == -1:
- value = None
- return value
-
- def _set_openTypeOS2WeightClass(self, value):
- self._object.weight_code = value
-
- # openTypeOS2WinDescent
-
- def _get_openTypeOS2WinDescent(self):
- return self._object.ttinfo.os2_us_win_descent
-
- def _set_openTypeOS2WinDescent(self, value):
- if value < 0:
- warn("FontLab can only handle positive values for openTypeOS2WinDescent.")
- value = abs(value)
- self._object.ttinfo.os2_us_win_descent = value
-
- # openTypeOS2Type
-
- def _get_openTypeOS2Type(self):
- value = self._object.ttinfo.os2_fs_type
- intList = []
- for bit, bitNumber in _openTypeOS2Type_fromFL.items():
- if value & bit:
- intList.append(bitNumber)
- return intList
-
- def _set_openTypeOS2Type(self, values):
- value = 0
- for bitNumber in values:
- bit = _openTypeOS2Type_toFL[bitNumber]
- value = value | bit
- self._object.ttinfo.os2_fs_type = value
-
- # openTypeOS2Panose
-
- def _get_openTypeOS2Panose(self):
- return [i for i in self._object.panose]
-
- def _set_openTypeOS2Panose(self, values):
- for index, value in enumerate(values):
- self._object.panose[index] = value
-
- # openTypeOS2FamilyClass
-
- def _get_openTypeOS2FamilyClass(self):
- value = self._object.ttinfo.os2_s_family_class
- for classID in range(15):
- classValue = classID * 256
- if classValue > value:
- classID -= 1
- classValue = classID * 256
- break
- subclassID = value - classValue
- return [classID, subclassID]
-
- def _set_openTypeOS2FamilyClass(self, values):
- classID, subclassID = values
- classID = classID * 256
- value = classID + subclassID
- self._object.ttinfo.os2_s_family_class = value
-
- # postscriptWindowsCharacterSet
-
- def _get_postscriptWindowsCharacterSet(self):
- value = self._object.ms_charset
- value = _postscriptWindowsCharacterSet_fromFL[value]
- return value
-
- def _set_postscriptWindowsCharacterSet(self, value):
- value = _postscriptWindowsCharacterSet_toFL[value]
- self._object.ms_charset = value
-
- # -----------------
- # FL bug workaround
- # -----------------
-
- def _handlePSHintBug(self, attribute, values):
- """Function to handle problems with FontLab not allowing the max number of
- alignment zones to be set to the max number.
- Input: the name of the zones and the values to be set
- Output: a warning when there are too many values to be set
- and the max values which FontLab will allow.
- """
- originalValues = values
- truncatedLength = None
- if attribute in ("postscriptStemSnapH", "postscriptStemSnapV"):
- if len(values) > 10:
- values = values[:10]
- truncatedLength = 10
- elif attribute in ("postscriptBlueValues", "postscriptFamilyBlues"):
- if len(values) > 12:
- values = values[:12]
- truncatedLength = 12
- elif attribute in ("postscriptOtherBlues", "postscriptFamilyOtherBlues"):
- if len(values) > 8:
- values = values[:8]
- truncatedLength = 8
- if truncatedLength is not None:
- print "* * * WARNING: FontLab will only accept %d %s items maximum from Python. Dropping values: %s." % (truncatedLength, attribute, str(originalValues[truncatedLength:]))
- return values
-
-
-class RFeatures(BaseFeatures):
-
- _title = "FLFeatures"
-
- def __init__(self, font):
- super(RFeatures, self).__init__()
- self._object = font
-
- def _get_text(self):
- naked = self._object
- features = []
- if naked.ot_classes:
- features.append(_normalizeLineEndings(naked.ot_classes))
- for feature in naked.features:
- features.append(_normalizeLineEndings(feature.value))
- return "".join(features)
-
- def _set_text(self, value):
- classes, features = splitFeaturesForFontLab(value)
- naked = self._object
- naked.ot_classes = classes
- naked.features.clean()
- for featureName, featureText in features:
- f = Feature(featureName, featureText)
- naked.features.append(f)
-
- text = property(_get_text, _set_text, doc="raw feature text.")
-
diff --git a/misc/pylib/robofab/objects/objectsRF.pyx b/misc/pylib/robofab/objects/objectsRF.pyx
deleted file mode 100755
index 50e1f13a7..000000000
--- a/misc/pylib/robofab/objects/objectsRF.pyx
+++ /dev/null
@@ -1,1233 +0,0 @@
-"""UFO for GlifLib"""
-
-from robofab import RoboFabError, RoboFabWarning
-from robofab.objects.objectsBase import BaseFont, BaseKerning, BaseGroups, BaseInfo, BaseFeatures, BaseLib,\
- BaseGlyph, BaseContour, BaseSegment, BasePoint, BaseBPoint, BaseAnchor, BaseGuide, BaseComponent, \
- relativeBCPIn, relativeBCPOut, absoluteBCPIn, absoluteBCPOut, _box,\
- _interpolate, _interpolatePt, roundPt, addPt,\
- MOVE, LINE, CORNER, CURVE, QCURVE, OFFCURVE,\
- BasePostScriptFontHintValues, postScriptHintDataLibKey, BasePostScriptGlyphHintValues
-
-import os
-
-
-__all__ = [ "CurrentFont",
- "CurrentGlyph", 'OpenFont',
- 'RFont', 'RGlyph', 'RContour',
- 'RPoint', 'RBPoint', 'RAnchor',
- 'RComponent'
- ]
-
-
-
-def CurrentFont():
- return None
-
-def CurrentGlyph():
- return None
-
-def OpenFont(path=None, note=None):
- """Open a font from a path. If path is not given, present the user with a dialog."""
- if not note:
- note = 'select a .ufo directory'
- if not path:
- from robofab.interface.all.dialogs import GetFolder
- path = GetFolder(note)
- if path:
- try:
- return RFont(path)
- except OSError:
- from robofab.interface.all.dialogs import Message
- Message("%s is not a valid .UFO font. But considering it's all XML, why don't you have a look inside with a simple text editor."%(path))
- else:
- return None
-
-def NewFont(familyName=None, styleName=None):
- """Make a new font"""
- new = RFont()
- if familyName is not None:
- new.info.familyName = familyName
- if styleName is not None:
- new.info.styleName = styleName
- return new
-
-def AllFonts():
- """AllFonts can't work in plain python usage. It's really up to some sort of application
- to keep track of which fonts are open."""
- raise NotImplementedError
-
-
-class PostScriptFontHintValues(BasePostScriptFontHintValues):
- """ Font level PostScript hints object for objectsRF usage.
- If there are values in the lib, use those.
- If there are no values in the lib, use defaults.
-
- The psHints attribute for objectsRF.RFont is basically just the
- data read from the Lib. When the object saves to UFO, the
- hints are written back to the lib, which is then saved.
-
- """
-
- def __init__(self, aFont=None, data=None):
- self.setParent(aFont)
- BasePostScriptFontHintValues.__init__(self)
- if aFont is not None:
- # in version 1, this data was stored in the lib
- # if it is still there, guess that it is correct
- # move it to font info and remove it from the lib.
- libData = aFont.lib.get(postScriptHintDataLibKey)
- if libData is not None:
- self.fromDict(libData)
- del libData[postScriptHintDataLibKey]
- if data is not None:
- self.fromDict(data)
-
-def getPostScriptHintDataFromLib(aFont, fontLib):
- hintData = fontLib.get(postScriptHintDataLibKey)
- psh = PostScriptFontHintValues(aFont)
- psh.fromDict(hintData)
- return psh
-
-class PostScriptGlyphHintValues(BasePostScriptGlyphHintValues):
- """ Glyph level PostScript hints object for objectsRF usage.
- If there are values in the lib, use those.
- If there are no values in the lib, be empty.
-
- """
- def __init__(self, aGlyph=None, data=None):
- # read the data from the glyph.lib, it won't be anywhere else
- BasePostScriptGlyphHintValues.__init__(self)
- if aGlyph is not None:
- self.setParent(aGlyph)
- self._loadFromLib(aGlyph.lib)
- if data is not None:
- self.fromDict(data)
-
-
-class RFont(BaseFont):
- """UFO font object which reads and writes glif, and keeps the data in memory in between.
- Bahviour:
- - comparable to Font
- - comparable to GlyphSet so that it can be passed to Glif widgets
- """
-
- _title = "RoboFabFont"
-
- def __init__(self, path=None):
- BaseFont.__init__(self)
- if path is not None:
- self._path = os.path.normpath(os.path.abspath(path))
- else:
- self._path = None
- self._object = {}
-
- self._glyphSet = None
- self._scheduledForDeletion = [] # this is a place for storing glyphs that need to be removed when the font is saved
-
- self.kerning = RKerning()
- self.kerning.setParent(self)
- self.info = RInfo()
- self.info.setParent(self)
- self.features = RFeatures()
- self.features.setParent(self)
- self.groups = RGroups()
- self.groups.setParent(self)
- self.lib = RLib()
- self.lib.setParent(self)
- if path:
- self._loadData(path)
- else:
- self.psHints = PostScriptFontHintValues(self)
- self.psHints.setParent(self)
-
- def __setitem__(self, glyphName, glyph):
- """Set a glyph at key."""
- self._object[glyphName] = glyph
-
- def __cmp__(self, other):
- """Compare this font with another, compare if they refer to the same file."""
- if not hasattr(other, '_path'):
- return -1
- if self._object._path == other._object._path and self._object._path is not None:
- return 0
- else:
- return -1
-
- def __len__(self):
- if self._glyphSet is None:
- return 0
- return len(self._glyphSet)
-
- def _loadData(self, path):
- from robofab.ufoLib import UFOReader
- reader = UFOReader(path)
- fontLib = reader.readLib()
- # info
- reader.readInfo(self.info)
- # kerning
- self.kerning.update(reader.readKerning())
- self.kerning.setChanged(False)
- # groups
- self.groups.update(reader.readGroups())
- # features
- if reader.formatVersion == 1:
- # migrate features from the lib
- features = []
- classes = fontLib.get("org.robofab.opentype.classes")
- if classes is not None:
- del fontLib["org.robofab.opentype.classes"]
- features.append(classes)
- splitFeatures = fontLib.get("org.robofab.opentype.features")
- if splitFeatures is not None:
- order = fontLib.get("org.robofab.opentype.featureorder")
- if order is None:
- order = splitFeatures.keys()
- order.sort()
- else:
- del fontLib["org.robofab.opentype.featureorder"]
- del fontLib["org.robofab.opentype.features"]
- for tag in order:
- oneFeature = splitFeatures.get(tag)
- if oneFeature is not None:
- features.append(oneFeature)
- features = "\n".join(features)
- else:
- features = reader.readFeatures()
- self.features.text = features
- # hint data
- self.psHints = PostScriptFontHintValues(self)
- if postScriptHintDataLibKey in fontLib:
- del fontLib[postScriptHintDataLibKey]
- # lib
- self.lib.update(fontLib)
- # glyphs
- self._glyphSet = reader.getGlyphSet()
- self._hasNotChanged(doGlyphs=False)
-
- def _loadGlyph(self, glyphName):
- """Load a single glyph from the glyphSet, on request."""
- from robofab.pens.rfUFOPen import RFUFOPointPen
- g = RGlyph()
- g.name = glyphName
- pen = RFUFOPointPen(g)
- self._glyphSet.readGlyph(glyphName=glyphName, glyphObject=g, pointPen=pen)
- g.setParent(self)
- g.psHints._loadFromLib(g.lib)
- self._object[glyphName] = g
- self._object[glyphName]._hasNotChanged()
- return g
-
- #def _prepareSaveDir(self, dir):
- # path = os.path.join(dir, 'glyphs')
- # if not os.path.exists(path):
- # os.makedirs(path)
-
- def _hasNotChanged(self, doGlyphs=True):
- #set the changed state of the font
- if doGlyphs:
- for glyph in self:
- glyph._hasNotChanged()
- self.setChanged(False)
-
- #
- # attributes
- #
-
- def _get_path(self):
- return self._path
-
- path = property(_get_path, doc="path of the font")
-
- #
- # methods for imitating GlyphSet?
- #
-
- def keys(self):
- # the keys are the superset of self._objects.keys() and
- # self._glyphSet.keys(), minus self._scheduledForDeletion
- keys = self._object.keys()
- if self._glyphSet is not None:
- keys.extend(self._glyphSet.keys())
- d = dict()
- for glyphName in keys:
- d[glyphName] = None
- for glyphName in self._scheduledForDeletion:
- if glyphName in d:
- del d[glyphName]
- return d.keys()
-
- def has_key(self, glyphName):
- # XXX ditto, see above.
- if self._glyphSet is not None:
- hasGlyph = glyphName in self._object or glyphName in self._glyphSet
- else:
- hasGlyph = glyphName in self._object
- return hasGlyph and not glyphName in self._scheduledForDeletion
-
- __contains__ = has_key
-
- def getWidth(self, glyphName):
- if self._object.has_key(glyphName):
- return self._object[glyphName].width
- raise IndexError # or return None?
-
- def getReverseComponentMapping(self):
- """
- Get a reversed map of component references in the font.
- {
- 'A' : ['Aacute', 'Aring']
- 'acute' : ['Aacute']
- 'ring' : ['Aring']
- etc.
- }
- """
- # a NON-REVERESED map is stored in the lib.
- # this is done because a reveresed map could
- # contain faulty data. for example: "Aacute" contains
- # a component that references "A". Glyph "Aacute" is
- # then deleted. The reverse map would still say that
- # "A" is referenced by "Aacute" even though the
- # glyph has been deleted. So, the stored lib works like this:
- # {
- # 'Aacute' : [
- # # the last known mod time of the GLIF
- # 1098706856.75,
- # # component references in a glyph
- # ['A', 'acute']
- # ]
- # }
- import time
- import os
- import re
- componentSearch_RE = re.compile(
- "<component\s+" # <component
- "[^>]*?" # anything EXCEPT >
- "base\s*=\s*[\"\']" # base="
- "(.*?)" # foo
- "[\"\']" # "
- )
- rightNow = time.time()
- libKey = "org.robofab.componentMapping"
- previousMap = None
- if self.lib.has_key(libKey):
- previousMap = self.lib[libKey]
- basicMap = {}
- reverseMap = {}
- for glyphName in self.keys():
- componentsToMap = None
- modTime = None
- # get the previous bits of data
- previousModTime = None
- previousList = None
- if previousMap is not None and previousMap.has_key(glyphName):
- previousModTime, previousList = previousMap[glyphName]
- # the glyph has been loaded.
- # simply get the components from it.
- if self._object.has_key(glyphName):
- componentsToMap = [component.baseGlyph for component in self._object[glyphName].components]
- # the glyph has not been loaded.
- else:
- glyphPath = os.path.join(self._glyphSet.dirName, self._glyphSet.contents[glyphName])
- scanGlyph = True
- # test the modified time of the GLIF
- fileModTime = os.path.getmtime(glyphPath)
- if previousModTime is not None and fileModTime == previousModTime:
- # the GLIF almost* certianly has not changed.
- # *theoretically, a user could replace a GLIF
- # with another GLIF that has precisely the same
- # mod time.
- scanGlyph = False
- componentsToMap = previousList
- modTime = previousModTime
- else:
- # the GLIF is different
- modTime = fileModTime
- if scanGlyph:
- # use regex to extract component
- # base glyphs from the file
- f = open(glyphPath, 'rb')
- data = f.read()
- f.close()
- componentsToMap = componentSearch_RE.findall(data)
- if componentsToMap is not None:
- # store the non-reversed map
- basicMap[glyphName] = (modTime, componentsToMap)
- # reverse the map for the user
- if componentsToMap:
- for baseGlyphName in componentsToMap:
- if not reverseMap.has_key(baseGlyphName):
- reverseMap[baseGlyphName] = []
- reverseMap[baseGlyphName].append(glyphName)
- # if a glyph has been loaded, we do not store data about it in the lib.
- # this is done becuase there is not way to determine the proper mod time
- # for a loaded glyph.
- if modTime is None:
- del basicMap[glyphName]
- # store the map in the lib for re-use
- self.lib[libKey] = basicMap
- return reverseMap
-
-
- def save(self, destDir=None, doProgress=False, formatVersion=2):
- """Save the Font in UFO format."""
- # XXX note that when doing "save as" by specifying the destDir argument
- # _all_ glyphs get loaded into memory. This could be optimized by either
- # copying those .glif files that have not been edited or (not sure how
- # well that would work) by simply clearing out self._objects after the
- # save.
- from robofab.ufoLib import UFOWriter
- from robofab.tools.fontlabFeatureSplitter import splitFeaturesForFontLab
- # if no destination is given, or if
- # the given destination is the current
- # path, this is not a save as operation
- if destDir is None or destDir == self._path:
- saveAs = False
- destDir = self._path
- else:
- saveAs = True
- # start a progress bar
- nonGlyphCount = 5
- bar = None
- if doProgress:
- from robofab.interface.all.dialogs import ProgressBar
- bar = ProgressBar("Exporting UFO", nonGlyphCount + len(self._object.keys()))
- # write
- writer = UFOWriter(destDir, formatVersion=formatVersion)
- try:
- # make a shallow copy of the lib. stuff may be added to it.
- fontLib = dict(self.lib)
- # info
- if bar:
- bar.label("Saving info...")
- writer.writeInfo(self.info)
- if bar:
- bar.tick()
- # kerning
- if self.kerning.changed or saveAs:
- if bar:
- bar.label("Saving kerning...")
- writer.writeKerning(self.kerning.asDict())
- if bar:
- bar.tick()
- # groups
- if bar:
- bar.label("Saving groups...")
- writer.writeGroups(self.groups)
- if bar:
- bar.tick()
- # features
- if bar:
- bar.label("Saving features...")
- features = self.features.text
- if features is None:
- features = ""
- if formatVersion == 2:
- writer.writeFeatures(features)
- elif formatVersion == 1:
- classes, features = splitFeaturesForFontLab(features)
- if classes:
- fontLib["org.robofab.opentype.classes"] = classes.strip() + "\n"
- if features:
- featureDict = {}
- for featureName, featureText in features:
- featureDict[featureName] = featureText.strip() + "\n"
- fontLib["org.robofab.opentype.features"] = featureDict
- fontLib["org.robofab.opentype.featureorder"] = [featureName for featureName, featureText in features]
- if bar:
- bar.tick()
- # lib
- if formatVersion == 1:
- fontLib[postScriptHintDataLibKey] = self.psHints.asDict()
- if bar:
- bar.label("Saving lib...")
- writer.writeLib(fontLib)
- if bar:
- bar.tick()
- # glyphs
- glyphNameToFileNameFunc = self.getGlyphNameToFileNameFunc()
-
- glyphSet = writer.getGlyphSet(glyphNameToFileNameFunc)
- if len(self._scheduledForDeletion) != 0:
- if bar:
- bar.label("Removing deleted glyphs...")
- for glyphName in self._scheduledForDeletion:
- if glyphSet.has_key(glyphName):
- glyphSet.deleteGlyph(glyphName)
- if bar:
- bar.tick()
- if bar:
- bar.label("Saving glyphs...")
- count = nonGlyphCount
- if saveAs:
- glyphNames = self.keys()
- else:
- glyphNames = self._object.keys()
- for glyphName in glyphNames:
- glyph = self[glyphName]
- glyph.psHints._saveToLib(glyph.lib)
- glyph._saveToGlyphSet(glyphSet, glyphName=glyphName, force=saveAs)
- if bar and not count % 10:
- bar.tick(count)
- count = count + 1
- glyphSet.writeContents()
- self._glyphSet = glyphSet
- # only blindly stop if the user says to
- except KeyboardInterrupt:
- bar.close()
- bar = None
- # kill the progress bar
- if bar:
- bar.close()
- # reset internal stuff
- self._path = destDir
- self._scheduledForDeletion = []
- self.setChanged(False)
-
- def newGlyph(self, glyphName, clear=True):
- """Make a new glyph with glyphName
- if the glyph exists and clear=True clear the glyph"""
- if clear and glyphName in self:
- g = self[glyphName]
- g.clear()
- w = self.info.postscriptDefaultWidthX
- if w is None:
- w = 0
- g.width = w
- return g
- g = RGlyph()
- g.setParent(self)
- g.name = glyphName
- w = self.info.postscriptDefaultWidthX
- if w is None:
- w = 0
- g.width = w
- g._hasChanged()
- self._object[glyphName] = g
- # is the user adding a glyph that has the same
- # name as one that was deleted earlier?
- if glyphName in self._scheduledForDeletion:
- self._scheduledForDeletion.remove(glyphName)
- return self.getGlyph(glyphName)
-
- def insertGlyph(self, glyph, name=None):
- """returns a new glyph that has been inserted into the font"""
- if name is None:
- name = glyph.name
- glyph = glyph.copy()
- glyph.name = name
- glyph.setParent(self)
- glyph._hasChanged()
- self._object[name] = glyph
- # is the user adding a glyph that has the same
- # name as one that was deleted earlier?
- if name in self._scheduledForDeletion:
- self._scheduledForDeletion.remove(name)
- return self.getGlyph(name)
-
- def removeGlyph(self, glyphName):
- """remove a glyph from the font"""
- # XXX! Potential issue with removing glyphs.
- # if a glyph is removed from a font, but it is still referenced
- # by a component, it will give pens some trouble.
- # where does the resposibility for catching this fall?
- # the removeGlyph method? the addComponent method
- # of the various pens? somewhere else? hm... tricky.
- #
- #we won't actually remove it, we will just store it for removal
- # but only if the glyph does exist
- if self.has_key(glyphName) and glyphName not in self._scheduledForDeletion:
- self._scheduledForDeletion.append(glyphName)
- # now delete the object
- if self._object.has_key(glyphName):
- del self._object[glyphName]
- self._hasChanged()
-
- def getGlyph(self, glyphName):
- # XXX getGlyph may have to become private, to avoid duplication
- # with __getitem__
- n = None
- if self._object.has_key(glyphName):
- # have we served this glyph before? it should be in _object
- n = self._object[glyphName]
- else:
- # haven't served it before, is it in the glyphSet then?
- if self._glyphSet is not None and glyphName in self._glyphSet:
- # yes, read the .glif file from disk
- n = self._loadGlyph(glyphName)
- if n is None:
- raise KeyError, glyphName
- return n
-
-
-class RGlyph(BaseGlyph):
-
- _title = "RGlyph"
-
- def __init__(self):
- BaseGlyph.__init__(self)
- self.contours = []
- self.components = []
- self.anchors = []
- self._unicodes = []
- self.width = 0
- self.note = None
- self._name = "Unnamed Glyph"
- self.selected = False
- self._properties = None
- self._lib = RLib()
- self._lib.setParent(self)
- self.psHints = PostScriptGlyphHintValues()
- self.psHints.setParent(self)
-
- def __len__(self):
- return len(self.contours)
-
- def __getitem__(self, index):
- if index < len(self.contours):
- return self.contours[index]
- raise IndexError
-
- def _hasNotChanged(self):
- for contour in self.contours:
- contour.setChanged(False)
- for segment in contour.segments:
- segment.setChanged(False)
- for point in segment.points:
- point.setChanged(False)
- for component in self.components:
- component.setChanged(False)
- for anchor in self.anchors:
- anchor.setChanged(False)
- self.setChanged(False)
-
- #
- # attributes
- #
-
- def _get_lib(self):
- return self._lib
-
- def _set_lib(self, obj):
- self._lib.clear()
- self._lib.update(obj)
-
- lib = property(_get_lib, _set_lib)
-
- def _get_name(self):
- return self._name
-
- def _set_name(self, value):
- prevName = self._name
- newName = value
- if newName == prevName:
- return
- self._name = newName
- self.setChanged(True)
- font = self.getParent()
- if font is not None:
- # but, this glyph could be linked to a
- # FontLab font, because objectsFL.RGlyph.copy()
- # creates an objectsRF.RGlyph with the parent
- # set to an objectsFL.RFont object. so, check to see
- # if this is a legitimate RFont before trying to
- # do the objectsRF.RFont glyph name change
- if isinstance(font, RFont):
- font._object[newName] = self
- # is the user changing a glyph's name to the
- # name of a glyph that was deleted earlier?
- if newName in font._scheduledForDeletion:
- font._scheduledForDeletion.remove(newName)
- font.removeGlyph(prevName)
-
- name = property(_get_name, _set_name)
-
- def _get_unicodes(self):
- return self._unicodes
-
- def _set_unicodes(self, value):
- if not isinstance(value, list):
- raise RoboFabError, "unicodes must be a list"
- self._unicodes = value
- self._hasChanged()
-
- unicodes = property(_get_unicodes, _set_unicodes, doc="all unicode values for the glyph")
-
- def _get_unicode(self):
- if len(self._unicodes) == 0:
- return None
- return self._unicodes[0]
-
- def _set_unicode(self, value):
- uni = self._unicodes
- if value is not None:
- if value not in uni:
- self.unicodes.insert(0, value)
- elif uni.index(value) != 0:
- uni.insert(0, uni.pop(uni.index(value)))
- self.unicodes = uni
-
- unicode = property(_get_unicode, _set_unicode, doc="first unicode value for the glyph")
-
- def getPointPen(self):
- from robofab.pens.rfUFOPen import RFUFOPointPen
- return RFUFOPointPen(self)
-
- def appendComponent(self, baseGlyph, offset=(0, 0), scale=(1, 1)):
- """append a component to the glyph"""
- new = RComponent(baseGlyph, offset, scale)
- new.setParent(self)
- self.components.append(new)
- self._hasChanged()
-
- def appendAnchor(self, name, position, mark=None):
- """append an anchor to the glyph"""
- new = RAnchor(name, position, mark)
- new.setParent(self)
- self.anchors.append(new)
- self._hasChanged()
-
- def removeContour(self, index):
- """remove a specific contour from the glyph"""
- del self.contours[index]
- self._hasChanged()
-
- def removeAnchor(self, anchor):
- """remove a specific anchor from the glyph"""
- del self.anchors[anchor.index]
- self._hasChanged()
-
- def removeComponent(self, component):
- """remove a specific component from the glyph"""
- del self.components[component.index]
- self._hasChanged()
-
- def center(self, padding=None):
- """Equalise sidebearings, set to padding if wanted."""
- left = self.leftMargin
- right = self.rightMargin
- if padding:
- e_left = e_right = padding
- else:
- e_left = (left + right)/2
- e_right = (left + right) - e_left
- self.leftMargin = e_left
- self.rightMargin = e_right
-
- def decompose(self):
- """Decompose all components"""
- for i in range(len(self.components)):
- self.components[-1].decompose()
- self._hasChanged()
-
- def clear(self, contours=True, components=True, anchors=True, guides=True):
- """Clear all items marked as True from the glyph"""
- if contours:
- self.clearContours()
- if components:
- self.clearComponents()
- if anchors:
- self.clearAnchors()
- if guides:
- self.clearHGuides()
- self.clearVGuides()
-
- def clearContours(self):
- """clear all contours"""
- self.contours = []
- self._hasChanged()
-
- def clearComponents(self):
- """clear all components"""
- self.components = []
- self._hasChanged()
-
- def clearAnchors(self):
- """clear all anchors"""
- self.anchors = []
- self._hasChanged()
-
- def clearHGuides(self):
- """clear all horizontal guides"""
- self.hGuides = []
- self._hasChanged()
-
- def clearVGuides(self):
- """clear all vertical guides"""
- self.vGuides = []
- self._hasChanged()
-
- def getAnchors(self):
- return self.anchors
-
- def getComponents(self):
- return self.components
-
- #
- # stuff related to Glyph Properties
- #
-
-
-
-class RContour(BaseContour):
-
- _title = "RoboFabContour"
-
- def __init__(self, object=None):
- #BaseContour.__init__(self)
- self.segments = []
- self.selected = False
-
- def __len__(self):
- return len(self.segments)
-
- def __getitem__(self, index):
- if index < len(self.segments):
- return self.segments[index]
- raise IndexError
-
- def _get_index(self):
- return self.getParent().contours.index(self)
-
- def _set_index(self, index):
- ogIndex = self.index
- if index != ogIndex:
- contourList = self.getParent().contours
- contourList.insert(index, contourList.pop(ogIndex))
-
-
- index = property(_get_index, _set_index, doc="index of the contour")
-
- def _get_points(self):
- points = []
- for segment in self.segments:
- for point in segment.points:
- points.append(point)
- return points
-
- points = property(_get_points, doc="view the contour as a list of points")
-
- def _get_bPoints(self):
- bPoints = []
- for segment in self.segments:
- segType = segment.type
- if segType == MOVE:
- bType = CORNER
- elif segType == LINE:
- bType = CORNER
- elif segType == CURVE:
- if segment.smooth:
- bType = CURVE
- else:
- bType = CORNER
- else:
- raise RoboFabError, "encountered unknown segment type"
- b = RBPoint()
- b.setParent(segment)
- bPoints.append(b)
- return bPoints
-
- bPoints = property(_get_bPoints, doc="view the contour as a list of bPoints")
-
- def appendSegment(self, segmentType, points, smooth=False):
- """append a segment to the contour"""
- segment = self.insertSegment(index=len(self.segments), segmentType=segmentType, points=points, smooth=smooth)
- return segment
-
- def insertSegment(self, index, segmentType, points, smooth=False):
- """insert a segment into the contour"""
- segment = RSegment(segmentType, points, smooth)
- segment.setParent(self)
- self.segments.insert(index, segment)
- self._hasChanged()
- return segment
-
- def removeSegment(self, index):
- """remove a segment from the contour"""
- del self.segments[index]
- self._hasChanged()
-
- def reverseContour(self):
- """reverse the contour"""
- from robofab.pens.reverseContourPointPen import ReverseContourPointPen
- index = self.index
- glyph = self.getParent()
- pen = glyph.getPointPen()
- reversePen = ReverseContourPointPen(pen)
- self.drawPoints(reversePen)
- # we've drawn the reversed contour onto our parent glyph,
- # so it sits at the end of the contours list:
- newContour = glyph.contours.pop(-1)
- for segment in newContour.segments:
- segment.setParent(self)
- self.segments = newContour.segments
- self._hasChanged()
-
- def setStartSegment(self, segmentIndex):
- """set the first segment on the contour"""
- # this obviously does not support open contours
- if len(self.segments) < 2:
- return
- if segmentIndex == 0:
- return
- if segmentIndex > len(self.segments)-1:
- raise IndexError, 'segment index not in segments list'
- oldStart = self.segments[0]
- oldLast = self.segments[-1]
- #check to see if the contour ended with a curve on top of the move
- #if we find one delete it,
- if oldLast.type == CURVE or oldLast.type == QCURVE:
- startOn = oldStart.onCurve
- lastOn = oldLast.onCurve
- if startOn.x == lastOn.x and startOn.y == lastOn.y:
- del self.segments[0]
- # since we deleted the first contour, the segmentIndex needs to shift
- segmentIndex = segmentIndex - 1
- # if we DO have a move left over, we need to convert it to a line
- if self.segments[0].type == MOVE:
- self.segments[0].type = LINE
- # slice up the segments and reassign them to the contour
- segments = self.segments[segmentIndex:]
- self.segments = segments + self.segments[:segmentIndex]
- # now, draw the contour onto the parent glyph
- glyph = self.getParent()
- pen = glyph.getPointPen()
- self.drawPoints(pen)
- # we've drawn the new contour onto our parent glyph,
- # so it sits at the end of the contours list:
- newContour = glyph.contours.pop(-1)
- for segment in newContour.segments:
- segment.setParent(self)
- self.segments = newContour.segments
- self._hasChanged()
-
-
-class RSegment(BaseSegment):
-
- _title = "RoboFabSegment"
-
- def __init__(self, segmentType=None, points=[], smooth=False):
- BaseSegment.__init__(self)
- self.selected = False
- self.points = []
- self.smooth = smooth
- if points:
- #the points in the segment should be RPoints, so create those objects
- for point in points[:-1]:
- x, y = point
- p = RPoint(x, y, pointType=OFFCURVE)
- p.setParent(self)
- self.points.append(p)
- aX, aY = points[-1]
- p = RPoint(aX, aY, segmentType)
- p.setParent(self)
- self.points.append(p)
-
- def _get_type(self):
- return self.points[-1].type
-
- def _set_type(self, pointType):
- onCurve = self.points[-1]
- ocType = onCurve.type
- if ocType == pointType:
- return
- #we are converting a cubic line into a cubic curve
- if pointType == CURVE and ocType == LINE:
- onCurve.type = pointType
- parent = self.getParent()
- prev = parent._prevSegment(self.index)
- p1 = RPoint(prev.onCurve.x, prev.onCurve.y, pointType=OFFCURVE)
- p1.setParent(self)
- p2 = RPoint(onCurve.x, onCurve.y, pointType=OFFCURVE)
- p2.setParent(self)
- self.points.insert(0, p2)
- self.points.insert(0, p1)
- #we are converting a cubic move to a curve
- elif pointType == CURVE and ocType == MOVE:
- onCurve.type = pointType
- parent = self.getParent()
- prev = parent._prevSegment(self.index)
- p1 = RPoint(prev.onCurve.x, prev.onCurve.y, pointType=OFFCURVE)
- p1.setParent(self)
- p2 = RPoint(onCurve.x, onCurve.y, pointType=OFFCURVE)
- p2.setParent(self)
- self.points.insert(0, p2)
- self.points.insert(0, p1)
- #we are converting a quad curve to a cubic curve
- elif pointType == CURVE and ocType == QCURVE:
- onCurve.type == CURVE
- #we are converting a cubic curve into a cubic line
- elif pointType == LINE and ocType == CURVE:
- p = self.points.pop(-1)
- self.points = [p]
- onCurve.type = pointType
- self.smooth = False
- #we are converting a cubic move to a line
- elif pointType == LINE and ocType == MOVE:
- onCurve.type = pointType
- #we are converting a quad curve to a line:
- elif pointType == LINE and ocType == QCURVE:
- p = self.points.pop(-1)
- self.points = [p]
- onCurve.type = pointType
- self.smooth = False
- # we are converting to a quad curve where just about anything is legal
- elif pointType == QCURVE:
- onCurve.type = pointType
- else:
- raise RoboFabError, 'unknown segment type'
-
- type = property(_get_type, _set_type, doc="type of the segment")
-
- def _get_index(self):
- return self.getParent().segments.index(self)
-
- index = property(_get_index, doc="index of the segment")
-
- def insertPoint(self, index, pointType, point):
- x, y = point
- p = RPoint(x, y, pointType=pointType)
- p.setParent(self)
- self.points.insert(index, p)
- self._hasChanged()
-
- def removePoint(self, index):
- del self.points[index]
- self._hasChanged()
-
-
-class RBPoint(BaseBPoint):
-
- _title = "RoboFabBPoint"
-
- def _setAnchorChanged(self, value):
- self._anchorPoint.setChanged(value)
-
- def _setNextChanged(self, value):
- self._nextOnCurve.setChanged(value)
-
- def _get__parentSegment(self):
- return self.getParent()
-
- _parentSegment = property(_get__parentSegment, doc="")
-
- def _get__nextOnCurve(self):
- pSeg = self._parentSegment
- contour = pSeg.getParent()
- #could this potentially return an incorrect index? say, if two segments are exactly the same?
- return contour.segments[(contour.segments.index(pSeg) + 1) % len(contour.segments)]
-
- _nextOnCurve = property(_get__nextOnCurve, doc="")
-
- def _get_index(self):
- return self._parentSegment.index
-
- index = property(_get_index, doc="index of the bPoint on the contour")
-
-
-class RPoint(BasePoint):
-
- _title = "RoboFabPoint"
-
- def __init__(self, x=0, y=0, pointType=None, name=None):
- self.selected = False
- self._type = pointType
- self._x = x
- self._y = y
- self._name = name
-
- def _get_x(self):
- return self._x
-
- def _set_x(self, value):
- self._x = value
- self._hasChanged()
-
- x = property(_get_x, _set_x, doc="")
-
- def _get_y(self):
- return self._y
-
- def _set_y(self, value):
- self._y = value
- self._hasChanged()
-
- y = property(_get_y, _set_y, doc="")
-
- def _get_type(self):
- return self._type
-
- def _set_type(self, value):
- self._type = value
- self._hasChanged()
-
- type = property(_get_type, _set_type, doc="")
-
- def _get_name(self):
- return self._name
-
- def _set_name(self, value):
- self._name = value
- self._hasChanged()
-
- name = property(_get_name, _set_name, doc="")
-
-
-class RAnchor(BaseAnchor):
-
- _title = "RoboFabAnchor"
-
- def __init__(self, name=None, position=None, mark=None):
- BaseAnchor.__init__(self)
- self.selected = False
- self.name = name
- if position is None:
- self.x = self.y = None
- else:
- self.x, self.y = position
- self.mark = mark
-
- def _get_index(self):
- if self.getParent() is None: return None
- return self.getParent().anchors.index(self)
-
- index = property(_get_index, doc="index of the anchor")
-
- def _get_position(self):
- return (self.x, self.y)
-
- def _set_position(self, value):
- self.x = value[0]
- self.y = value[1]
- self._hasChanged()
-
- position = property(_get_position, _set_position, doc="position of the anchor")
-
- def move(self, pt):
- """Move the anchor"""
- self.x = self.x + pt[0]
- self.y = self.y + pt[0]
- self._hasChanged()
-
-
-class RComponent(BaseComponent):
-
- _title = "RoboFabComponent"
-
- def __init__(self, baseGlyphName=None, offset=(0,0), scale=(1,1), transform=None):
- BaseComponent.__init__(self)
- self.selected = False
- self._baseGlyph = baseGlyphName
- self._offset = offset
- self._scale = scale
- if transform is None:
- xx, yy = scale
- dx, dy = offset
- self.transformation = (xx, 0, 0, yy, dx, dy)
- else:
- self.transformation = transform
-
- def _get_index(self):
- if self.getParent() is None: return None
- return self.getParent().components.index(self)
-
- index = property(_get_index, doc="index of the component")
-
- def _get_baseGlyph(self):
- return self._baseGlyph
-
- def _set_baseGlyph(self, glyphName):
- # XXXX needs to be implemented in objectsFL for symmetricity's sake. Eventually.
- self._baseGlyph = glyphName
- self._hasChanged()
-
- baseGlyph = property(_get_baseGlyph, _set_baseGlyph, doc="")
-
- def _get_offset(self):
- """ Get the offset component of the transformation.="""
- (xx, xy, yx, yy, dx, dy) = self._transformation
- return dx, dy
-
- def _set_offset(self, value):
- """ Set the offset component of the transformation."""
- (xx, xy, yx, yy, dx, dy) = self._transformation
- self._transformation = (xx, xy, yx, yy, value[0], value[1])
- self._hasChanged()
-
- offset = property(_get_offset, _set_offset, doc="the offset of the component")
-
- def _get_scale(self):
- """ Return the scale components of the transformation."""
- (xx, xy, yx, yy, dx, dy) = self._transformation
- return xx, yy
-
- def _set_scale(self, scale):
- """ Set the scale component of the transformation.
- Note: setting this value effectively makes the xy and yx values meaningless.
- We're assuming that if you're setting the xy and yx values, you will use
- the transformation attribute rather than the scale and offset attributes.
- """
- xScale, yScale = scale
- (xx, xy, yx, yy, dx, dy) = self._transformation
- self._transformation = (xScale, xy, yx, yScale, dx, dy)
- self._hasChanged()
-
- scale = property(_get_scale, _set_scale, doc="the scale of the component")
-
- def _get_transformation(self):
- return self._transformation
-
- def _set_transformation(self, transformation):
- assert len(transformation)==6, "Transformation matrix must have 6 values"
- self._transformation = transformation
-
- transformation = property(_get_transformation, _set_transformation, doc="the transformation matrix of the component")
-
- def move(self, pt):
- """Move the component"""
- (xx, xy, yx, yy, dx, dy) = self._transformation
- self._transformation = (xx, xy, yx, yy, dx+pt[0], dy+pt[1])
- self._hasChanged()
-
- def decompose(self):
- """Decompose the component"""
- baseGlyphName = self.baseGlyph
- parentGlyph = self.getParent()
- # if there is no parent glyph, there is nothing to decompose to
- if baseGlyphName is not None and parentGlyph is not None:
- parentFont = parentGlyph.getParent()
- # we must have a parent glyph with the baseGlyph
- # if not, we will simply remove the component from
- # the parent glyph thereby decomposing the component
- # to nothing.
- if parentFont is not None and parentFont.has_key(baseGlyphName):
- from robofab.pens.adapterPens import TransformPointPen
- baseGlyph = parentFont[baseGlyphName]
- for contour in baseGlyph.contours:
- pointPen = parentGlyph.getPointPen()
- transPen = TransformPointPen(pointPen, self._transformation)
- contour.drawPoints(transPen)
- parentGlyph.components.remove(self)
-
-
-class RKerning(BaseKerning):
-
- _title = "RoboFabKerning"
-
-
-class RGroups(BaseGroups):
-
- _title = "RoboFabGroups"
-
-class RLib(BaseLib):
-
- _title = "RoboFabLib"
-
-
-class RInfo(BaseInfo):
-
- _title = "RoboFabFontInfo"
-
-class RFeatures(BaseFeatures):
-
- _title = "RoboFabFeatures"
-
diff --git a/misc/pylib/robofab/path/__init__.py b/misc/pylib/robofab/path/__init__.py
deleted file mode 100755
index f268df6c9..000000000
--- a/misc/pylib/robofab/path/__init__.py
+++ /dev/null
@@ -1,12 +0,0 @@
-"""
-
-Directory for modules
-which do path stuff.
-Maybe it should move somewhere else.
-
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/path/intersect.py b/misc/pylib/robofab/path/intersect.py
deleted file mode 100644
index ea0600c19..000000000
--- a/misc/pylib/robofab/path/intersect.py
+++ /dev/null
@@ -1,108 +0,0 @@
-from robofab.pens.filterPen import flattenGlyph
-from robofab.objects.objectsRF import RGlyph as _RGlyph
-import math
-
-_EPSILON = 1e-15
-
-
-def normalise(a1, a2):
- """Normalise this vector to length 1"""
- n = math.sqrt((a1*a1)+(a2*a2))
- return (a1/n, a2/n)
-
-def inbetween((a1, a2), (b1, b2), (c1, c2)):
- """Return True if point b is in between points a and c."""
- x = (a1-_EPSILON<=b1<=c1+_EPSILON) or (a1+_EPSILON>=b1>=c1-_EPSILON)
- y = (a2-_EPSILON<=b2<=c2+_EPSILON) or (a2+_EPSILON>=b2>=c2-_EPSILON)
- return x == y == True
-
-def sectlines((a1, a2), (p1, p2), (b1, b2), (q1, q2)):
- '''Calculate the intersection point of two straight lines. Result in floats.'''
- if (a1, a2) == (p1, p2):
- return None
- r1 = a1-p1
- r2 = a2-p2
- r1, r2 = normalise(r1, r2)
- s1 = b1-q1
- s2 = b2-q2
- s1, s2 = normalise(s1, s2)
- f = float(s1*r2 - s2*r1)
- if f == 0:
- return None
- mu = (r1*(q2 - p2) + r2*(p1 - q1)) / f
- m1 = mu*s1 + q1
- m2 = mu*s2 + q2
- if (m1, m2) == (a1, a2):
- return None
- if inbetween((a1, a2), (m1, m2), (p1,p2)) and inbetween((b1, b2), (m1, m2), (q1,q2)):
- return m1, m2
- else:
- return None
-
-def _makeFlat(aGlyph, segmentLength = 10):
- """Helper function to flatten the glyph with a given approximate segment length."""
- return flattenGlyph(aGlyph, segmentLength)
-
-def intersect(aGlyph, startPt, endPt, segmentLength=10):
- """Find the intersections between a glyph and a straight line."""
- flat = _makeFlat(aGlyph)
- return _intersect(flat, startPt, endPt, segmentLength)
-
-def _intersect(flat, startPt, endPt, segmentLength=10):
- """Find the intersections between a flattened glyph and a straight line."""
- if len(flat.contours) == 0:
- return None
- if startPt == endPt:
- return None
- sect = None
- intersections = {}
- # new contains the flattened outline
- for c in flat:
- l =len(c.points)
- for i in range(l):
- cur = c.points[i]
- next = c.points[(i+1)%l]
- sect = sectlines((cur.x, cur.y), (next.x, next.y), startPt, endPt)
- if sect is None:
- continue
- intersections[sect] = 1
- return intersections.keys()
-
-def intersectGlyphs(glyphA, glyphB, segmentLength=10):
- """Approximate the intersection points between two glyphs by
- flattening both glyphs and checking each tiny segment for
- intersections. Slow, but perhaps more realistic then
- solving the equasions.
-
- Seems to work for basic curves and straights, but untested
- for edges cases, alsmost hits, near hits, double points, crap like that.
- """
- flatA = _makeFlat(glyphA)
- flatB = _makeFlat(glyphB)
- intersections = []
- for c in flatA:
- l =len(c.points)
- for i in range(l):
- cur = c.points[i]
- next = c.points[(i+1)%l]
- sect = _intersect(flatB, (cur.x, cur.y), (next.x, next.y))
- if sect is None:
- continue
- intersections = intersections + sect
- return intersections
-
-def makeTestGlyph():
- g = _RGlyph()
- pen = g.getPen()
- pen.moveTo((100, 100))
- pen.lineTo((800, 100))
- pen.curveTo((1000, 300), (1000, 600), (800, 800))
- pen.lineTo((100, 800))
- pen.lineTo((100, 100))
- pen.closePath()
- return g
-
-if __name__ == "__main__":
- g = makeTestGlyph()
- print intersect(g, (-10, 200), (650, 150))
- print intersect(g, (100, 100), (600, 600))
diff --git a/misc/pylib/robofab/pens/__init__.py b/misc/pylib/robofab/pens/__init__.py
deleted file mode 100755
index a5afc0dc3..000000000
--- a/misc/pylib/robofab/pens/__init__.py
+++ /dev/null
@@ -1,11 +0,0 @@
-"""
-
-Directory for all pen modules.
-If you make a pen, put it here so that we can keep track of it.
-
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/pens/adapterPens.py b/misc/pylib/robofab/pens/adapterPens.py
deleted file mode 100644
index 0cd9ae3f7..000000000
--- a/misc/pylib/robofab/pens/adapterPens.py
+++ /dev/null
@@ -1,293 +0,0 @@
-import math
-from fontTools.pens.basePen import AbstractPen
-from robofab.pens.pointPen import AbstractPointPen, BasePointToSegmentPen
-
-
-class FabToFontToolsPenAdapter:
-
- """Class that covers up the subtle differences between RoboFab
- Pens and FontTools Pens. 'Fab should eventually move to FontTools
- Pens, this class may help to make the transition smoother.
- """
-
- # XXX The change to FontTools pens has almost been completed. Any
- # usage of this class should be highly suspect.
-
- def __init__(self, fontToolsPen):
- self.fontToolsPen = fontToolsPen
-
- def moveTo(self, pt, **kargs):
- self.fontToolsPen.moveTo(pt)
-
- def lineTo(self, pt, **kargs):
- self.fontToolsPen.lineTo(pt)
-
- def curveTo(self, *pts, **kargs):
- self.fontToolsPen.curveTo(*pts)
-
- def qCurveTo(self, *pts, **kargs):
- self.fontToolsPen.qCurveTo(*pts)
-
- def closePath(self):
- self.fontToolsPen.closePath()
-
- def endPath(self):
- self.fontToolsPen.endPath()
-
- def addComponent(self, glyphName, offset=(0, 0), scale=(1, 1)):
- self.fontToolsPen.addComponent(glyphName,
- (scale[0], 0, 0, scale[1], offset[0], offset[1]))
-
- def setWidth(self, width):
- self.width = width
-
- def setNote(self, note):
- pass
-
- def addAnchor(self, name, pt):
- self.fontToolsPen.moveTo(pt)
- self.fontToolsPen.endPath()
-
- def doneDrawing(self):
- pass
-
-
-class PointToSegmentPen(BasePointToSegmentPen):
-
- """Adapter class that converts the PointPen protocol to the
- (Segment)Pen protocol.
- """
-
- def __init__(self, segmentPen, outputImpliedClosingLine=False):
- BasePointToSegmentPen.__init__(self)
- self.pen = segmentPen
- self.outputImpliedClosingLine = outputImpliedClosingLine
-
- def _flushContour(self, segments):
- assert len(segments) >= 1
- pen = self.pen
- if segments[0][0] == "move":
- # It's an open path.
- closed = False
- points = segments[0][1]
- assert len(points) == 1
- movePt, smooth, name, kwargs = points[0]
- del segments[0]
- else:
- # It's a closed path, do a moveTo to the last
- # point of the last segment.
- closed = True
- segmentType, points = segments[-1]
- movePt, smooth, name, kwargs = points[-1]
- if movePt is None:
- # quad special case: a contour with no on-curve points contains
- # one "qcurve" segment that ends with a point that's None. We
- # must not output a moveTo() in that case.
- pass
- else:
- pen.moveTo(movePt)
- outputImpliedClosingLine = self.outputImpliedClosingLine
- nSegments = len(segments)
- for i in range(nSegments):
- segmentType, points = segments[i]
- points = [pt for pt, smooth, name, kwargs in points]
- if segmentType == "line":
- assert len(points) == 1
- pt = points[0]
- if i + 1 != nSegments or outputImpliedClosingLine or not closed:
- pen.lineTo(pt)
- elif segmentType == "curve":
- pen.curveTo(*points)
- elif segmentType == "qcurve":
- pen.qCurveTo(*points)
- else:
- assert 0, "illegal segmentType: %s" % segmentType
- if closed:
- pen.closePath()
- else:
- pen.endPath()
-
- def addComponent(self, glyphName, transform):
- self.pen.addComponent(glyphName, transform)
-
-
-class SegmentToPointPen(AbstractPen):
-
- """Adapter class that converts the (Segment)Pen protocol to the
- PointPen protocol.
- """
-
- def __init__(self, pointPen, guessSmooth=True):
- if guessSmooth:
- self.pen = GuessSmoothPointPen(pointPen)
- else:
- self.pen = pointPen
- self.contour = None
-
- def _flushContour(self):
- pen = self.pen
- pen.beginPath()
- for pt, segmentType in self.contour:
- pen.addPoint(pt, segmentType=segmentType)
- pen.endPath()
-
- def moveTo(self, pt):
- self.contour = []
- self.contour.append((pt, "move"))
-
- def lineTo(self, pt):
- self.contour.append((pt, "line"))
-
- def curveTo(self, *pts):
- for pt in pts[:-1]:
- self.contour.append((pt, None))
- self.contour.append((pts[-1], "curve"))
-
- def qCurveTo(self, *pts):
- if pts[-1] is None:
- self.contour = []
- for pt in pts[:-1]:
- self.contour.append((pt, None))
- if pts[-1] is not None:
- self.contour.append((pts[-1], "qcurve"))
-
- def closePath(self):
- if len(self.contour) > 1 and self.contour[0][0] == self.contour[-1][0]:
- self.contour[0] = self.contour[-1]
- del self.contour[-1]
- else:
- # There's an implied line at the end, replace "move" with "line"
- # for the first point
- pt, tp = self.contour[0]
- if tp == "move":
- self.contour[0] = pt, "line"
- self._flushContour()
- self.contour = None
-
- def endPath(self):
- self._flushContour()
- self.contour = None
-
- def addComponent(self, glyphName, transform):
- assert self.contour is None
- self.pen.addComponent(glyphName, transform)
-
-
-class TransformPointPen(AbstractPointPen):
-
- """PointPen that transforms all coordinates, and passes them to another
- PointPen. It also transforms the transformation given to addComponent().
- """
-
- def __init__(self, outPen, transformation):
- if not hasattr(transformation, "transformPoint"):
- from fontTools.misc.transform import Transform
- transformation = Transform(*transformation)
- self._transformation = transformation
- self._transformPoint = transformation.transformPoint
- self._outPen = outPen
- self._stack = []
-
- def beginPath(self):
- self._outPen.beginPath()
-
- def endPath(self):
- self._outPen.endPath()
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- pt = self._transformPoint(pt)
- self._outPen.addPoint(pt, segmentType, smooth, name, **kwargs)
-
- def addComponent(self, glyphName, transformation):
- transformation = self._transformation.transform(transformation)
- self._outPen.addComponent(glyphName, transformation)
-
-
-class GuessSmoothPointPen(AbstractPointPen):
-
- """Filtering PointPen that tries to determine whether an on-curve point
- should be "smooth", ie. that it's a "tangent" point or a "curve" point.
- """
-
- def __init__(self, outPen):
- self._outPen = outPen
- self._points = None
-
- def _flushContour(self):
- points = self._points
- nPoints = len(points)
- if not nPoints:
- return
- if points[0][1] == "move":
- # Open path.
- indices = range(1, nPoints - 1)
- elif nPoints > 1:
- # Closed path. To avoid having to mod the contour index, we
- # simply abuse Python's negative index feature, and start at -1
- indices = range(-1, nPoints - 1)
- else:
- # closed path containing 1 point (!), ignore.
- indices = []
- for i in indices:
- pt, segmentType, dummy, name, kwargs = points[i]
- if segmentType is None:
- continue
- prev = i - 1
- next = i + 1
- if points[prev][1] is not None and points[next][1] is not None:
- continue
- # At least one of our neighbors is an off-curve point
- pt = points[i][0]
- prevPt = points[prev][0]
- nextPt = points[next][0]
- if pt != prevPt and pt != nextPt:
- dx1, dy1 = pt[0] - prevPt[0], pt[1] - prevPt[1]
- dx2, dy2 = nextPt[0] - pt[0], nextPt[1] - pt[1]
- a1 = math.atan2(dx1, dy1)
- a2 = math.atan2(dx2, dy2)
- if abs(a1 - a2) < 0.05:
- points[i] = pt, segmentType, True, name, kwargs
-
- for pt, segmentType, smooth, name, kwargs in points:
- self._outPen.addPoint(pt, segmentType, smooth, name, **kwargs)
-
- def beginPath(self):
- assert self._points is None
- self._points = []
- self._outPen.beginPath()
-
- def endPath(self):
- self._flushContour()
- self._outPen.endPath()
- self._points = None
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- self._points.append((pt, segmentType, False, name, kwargs))
-
- def addComponent(self, glyphName, transformation):
- assert self._points is None
- self._outPen.addComponent(glyphName, transformation)
-
-
-if __name__ == "__main__":
- from fontTools.pens.basePen import _TestPen as PSPen
- from robofab.pens.pointPen import PrintingPointPen
- segmentPen = PSPen(None)
-# pen = PointToSegmentPen(SegmentToPointPen(PointToSegmentPen(PSPen(None))))
- pen = PointToSegmentPen(SegmentToPointPen(PrintingPointPen()))
-# pen = PrintingPointPen()
- pen = PointToSegmentPen(PSPen(None), outputImpliedClosingLine=False)
-# pen.beginPath()
-# pen.addPoint((50, 50), name="an anchor")
-# pen.endPath()
- pen.beginPath()
- pen.addPoint((-100, 0), segmentType="line")
- pen.addPoint((0, 0), segmentType="line")
- pen.addPoint((0, 100), segmentType="line")
- pen.addPoint((30, 200))
- pen.addPoint((50, 100), name="superbezcontrolpoint!")
- pen.addPoint((70, 200))
- pen.addPoint((100, 100), segmentType="curve")
- pen.addPoint((100, 0), segmentType="line")
- pen.endPath()
-# pen.addComponent("a", (1, 0, 0, 1, 100, 200))
diff --git a/misc/pylib/robofab/pens/angledMarginPen.py b/misc/pylib/robofab/pens/angledMarginPen.py
deleted file mode 100644
index 49ff8eed3..000000000
--- a/misc/pylib/robofab/pens/angledMarginPen.py
+++ /dev/null
@@ -1,132 +0,0 @@
-from robofab.world import RFont
-from fontTools.pens.basePen import BasePen
-from robofab.misc.arrayTools import updateBounds, pointInRect, unionRect
-from robofab.misc.bezierTools import calcCubicBounds, calcQuadraticBounds
-from robofab.pens.filterPen import _estimateCubicCurveLength, _getCubicPoint
-import math
-
-
-
-__all__ = ["AngledMarginPen", "getAngledMargins",
- "setAngledLeftMargin", "setAngledRightMargin",
- "centerAngledMargins"]
-
-
-
-class AngledMarginPen(BasePen):
- """
- Angled Margin Pen
-
- Pen to calculate the margins as if the margin lines were slanted
- according to the font.info.italicAngle.
-
- Notes:
- - this pen works on the on-curve points, and approximates the distance to curves.
- - results will be float.
- - when used in FontLab, the resulting margins may be slightly
- different from the values originally set, due to rounding errors.
- - similar to what RoboFog used to do.
- - RoboFog had a special attribute for "italicoffset", horizontal
- shift of all glyphs. This is missing in Robofab.
- """
- def __init__(self, glyphSet, width, italicAngle):
- BasePen.__init__(self, glyphSet)
- self.width = width
- self._angle = math.radians(90+italicAngle)
- self.maxSteps = 100
- self.margin = None
- self._left = None
- self._right = None
- self._start = None
- self.currentPt = None
-
- def _getAngled(self, pt):
- r = (g.width + (pt[1] / math.tan(self._angle)))-pt[0]
- l = pt[0]-((pt[1] / math.tan(self._angle)))
- if self._right is None:
- self._right = r
- else:
- self._right = min(self._right, r)
- if self._left is None:
- self._left = l
- else:
- self._left = min(self._left, l)
- #print pt, l, r
- self.margin = self._left, self._right
-
- def _moveTo(self, pt):
- self._start = self.currentPt = pt
-
- def _addMoveTo(self):
- if self._start is None:
- return
- self._start = self.currentPt = None
-
- def _lineTo(self, pt):
- self._addMoveTo()
- self._getAngled(pt)
-
- def _curveToOne(self, pt1, pt2, pt3):
- step = 1.0/self.maxSteps
- factors = range(0, self.maxSteps+1)
- for i in factors:
- pt = _getCubicPoint(i*step, self.currentPt, pt1, pt2, pt3)
- self._getAngled(pt)
- self.currentPt = pt3
-
- def _qCurveToOne(self, bcp, pt):
- self._addMoveTo()
- # add curve tracing magic here.
- self._getAngled(pt)
- self.currentPt = pt3
-
-def getAngledMargins(glyph, font):
- """Get the angled margins for this glyph."""
- pen = AngledMarginPen(font, glyph.width, font.info.italicAngle)
- glyph.draw(pen)
- return pen.margin
-
-def setAngledLeftMargin(glyph, font, value):
- """Set the left angled margin to value, adjusted for font.info.italicAngle."""
- pen = AngledMarginPen(font, glyph.width, font.info.italicAngle)
- g.draw(pen)
- isLeft, isRight = pen.margin
- glyph.leftMargin += value-isLeft
-
-def setAngledRightMargin(glyph, font, value):
- """Set the right angled margin to value, adjusted for font.info.italicAngle."""
- pen = AngledMarginPen(font, glyph.width, font.info.italicAngle)
- g.draw(pen)
- isLeft, isRight = pen.margin
- glyph.rightMargin += value-isRight
-
-def centerAngledMargins(glyph, font):
- """Center the glyph on angled margins."""
- pen = AngledMarginPen(font, glyph.width, font.info.italicAngle)
- g.draw(pen)
- isLeft, isRight = pen.margin
- setAngledLeftMargin(glyph, font, (isLeft+isRight)*.5)
- setAngledRightMargin(glyph, font, (isLeft+isRight)*.5)
-
-def guessItalicOffset(glyph, font):
- """Guess the italic offset based on the margins of a symetric glyph.
- For instance H or I.
- """
- l, r = getAngledMargins(glyph, font)
- return l - (l+r)*.5
-
-
-if __name__ == "__main__":
-
- # example for FontLab, with a glyph open.
- from robofab.world import CurrentFont, CurrentGlyph
- g = CurrentGlyph()
- f = CurrentFont()
-
- print "margins!", getAngledMargins(g, f)
- # set the angled margin to a value
- m = 50
- setAngledLeftMargin(g, f, m)
- setAngledRightMargin(g, f, m)
- g.update()
-
diff --git a/misc/pylib/robofab/pens/boundsPen.pyx b/misc/pylib/robofab/pens/boundsPen.pyx
deleted file mode 100644
index a1a72bd12..000000000
--- a/misc/pylib/robofab/pens/boundsPen.pyx
+++ /dev/null
@@ -1,95 +0,0 @@
-from fontTools.pens.basePen import BasePen
-from robofab.misc.arrayTools import updateBounds, pointInRect, unionRect
-from robofab.misc.bezierTools import calcCubicBounds, calcQuadraticBounds
-
-
-__all__ = ["BoundsPen", "ControlBoundsPen"]
-
-
-class ControlBoundsPen(BasePen):
-
- """Pen to calculate the "control bounds" of a shape. This is the
- bounding box of all control points __on closed paths__, so may be larger than the
- actual bounding box if there are curves that don't have points
- on their extremes.
-
- Single points, or anchors, are ignored.
-
- When the shape has been drawn, the bounds are available as the
- 'bounds' attribute of the pen object. It's a 4-tuple:
- (xMin, yMin, xMax, yMax)
-
- This replaces fontTools/pens/boundsPen (temporarily?)
- The fontTools bounds pen takes lose anchor points into account,
- this one doesn't.
- """
-
- def __init__(self, glyphSet):
- BasePen.__init__(self, glyphSet)
- self.bounds = None
- self._start = None
-
- def _moveTo(self, pt):
- self._start = pt
-
- def _addMoveTo(self):
- if self._start is None:
- return
- bounds = self.bounds
- if bounds:
- self.bounds = updateBounds(bounds, self._start)
- else:
- x, y = self._start
- self.bounds = (x, y, x, y)
- self._start = None
-
- def _lineTo(self, pt):
- self._addMoveTo()
- self.bounds = updateBounds(self.bounds, pt)
-
- def _curveToOne(self, bcp1, bcp2, pt):
- self._addMoveTo()
- bounds = self.bounds
- bounds = updateBounds(bounds, bcp1)
- bounds = updateBounds(bounds, bcp2)
- bounds = updateBounds(bounds, pt)
- self.bounds = bounds
-
- def _qCurveToOne(self, bcp, pt):
- self._addMoveTo()
- bounds = self.bounds
- bounds = updateBounds(bounds, bcp)
- bounds = updateBounds(bounds, pt)
- self.bounds = bounds
-
-
-class BoundsPen(ControlBoundsPen):
-
- """Pen to calculate the bounds of a shape. It calculates the
- correct bounds even when the shape contains curves that don't
- have points on their extremes. This is somewhat slower to compute
- than the "control bounds".
-
- When the shape has been drawn, the bounds are available as the
- 'bounds' attribute of the pen object. It's a 4-tuple:
- (xMin, yMin, xMax, yMax)
- """
-
- def _curveToOne(self, bcp1, bcp2, pt):
- self._addMoveTo()
- bounds = self.bounds
- bounds = updateBounds(bounds, pt)
- if not pointInRect(bcp1, bounds) or not pointInRect(bcp2, bounds):
- bounds = unionRect(bounds, calcCubicBounds(
- self._getCurrentPoint(), bcp1, bcp2, pt))
- self.bounds = bounds
-
- def _qCurveToOne(self, bcp, pt):
- self._addMoveTo()
- bounds = self.bounds
- bounds = updateBounds(bounds, pt)
- if not pointInRect(bcp, bounds):
- bounds = unionRect(bounds, calcQuadraticBounds(
- self._getCurrentPoint(), bcp, pt))
- self.bounds = bounds
-
diff --git a/misc/pylib/robofab/pens/digestPen.py b/misc/pylib/robofab/pens/digestPen.py
deleted file mode 100755
index 930daf468..000000000
--- a/misc/pylib/robofab/pens/digestPen.py
+++ /dev/null
@@ -1,106 +0,0 @@
-"""A couple of point pens which return the glyph as a list of basic values."""
-
-
-from robofab.pens.pointPen import AbstractPointPen
-
-
-class DigestPointPen(AbstractPointPen):
-
- """Calculate a digest of all points
- AND coordinates
- AND components
- in a glyph.
- """
-
- def __init__(self, ignoreSmoothAndName=False):
- self._data = []
- self.ignoreSmoothAndName = ignoreSmoothAndName
-
- def beginPath(self):
- self._data.append('beginPath')
-
- def endPath(self):
- self._data.append('endPath')
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- if self.ignoreSmoothAndName:
- self._data.append((pt, segmentType))
- else:
- self._data.append((pt, segmentType, smooth, name))
-
- def addComponent(self, baseGlyphName, transformation):
- t = []
- for v in transformation:
- if int(v) == v:
- t.append(int(v))
- else:
- t.append(v)
- self._data.append((baseGlyphName, tuple(t)))
-
- def getDigest(self):
- return tuple(self._data)
-
- def getDigestPointsOnly(self, needSort=True):
- """ Return a tuple with all coordinates of all points,
- but without smooth info or drawing instructions.
- For instance if you want to compare 2 glyphs in shape,
- but not interpolatability.
- """
- points = []
- from types import TupleType
- for item in self._data:
- if type(item) == TupleType:
- points.append(item[0])
- if needSort:
- points.sort()
- return tuple(points)
-
-
-class DigestPointStructurePen(DigestPointPen):
-
- """Calculate a digest of the structure of the glyph
- NOT coordinates
- NOT values.
- """
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- self._data.append(segmentType)
-
- def addComponent(self, baseGlyphName, transformation):
- self._data.append(baseGlyphName)
-
-if __name__ == "__main__":
- """
-
- beginPath
- ((112, 651), 'line', False, None)
- ((112, 55), 'line', False, None)
- ((218, 55), 'line', False, None)
- ((218, 651), 'line', False, None)
- endPath
-
- """
- # a test
-
- from robofab.objects.objectsRF import RGlyph
-
- g = RGlyph()
- p = g.getPen()
- p.moveTo((112, 651))
- p.lineTo((112, 55))
- p.lineTo((218, 55))
- p.lineTo((218, 651))
- p.closePath()
-
- print g, len(g)
-
- digestPen = DigestPointPen()
- g.drawPoints(digestPen)
-
- print
- print "getDigest", digestPen.getDigest()
-
- print
- print "getDigestPointsOnly", digestPen.getDigestPointsOnly()
-
- \ No newline at end of file
diff --git a/misc/pylib/robofab/pens/filterPen.py b/misc/pylib/robofab/pens/filterPen.py
deleted file mode 100755
index f7c84c082..000000000
--- a/misc/pylib/robofab/pens/filterPen.py
+++ /dev/null
@@ -1,407 +0,0 @@
-"""A couple of point pens to filter contours in various ways."""
-
-from fontTools.pens.basePen import AbstractPen, BasePen
-
-from robofab.pens.pointPen import AbstractPointPen
-from robofab.objects.objectsRF import RGlyph as _RGlyph
-from robofab.objects.objectsBase import _interpolatePt
-
-import math
-
-#
-# threshold filtering
-#
-
-def distance(pt1, pt2):
- return math.hypot(pt1[0]-pt2[0], pt1[1]-pt2[1])
-
-class ThresholdPointPen(AbstractPointPen):
-
- """
- Rewrite of the ThresholdPen as a PointPen
- so that we can preserve named points and other arguments.
- This pen will add components from the original glyph, but
- but it won't filter those components.
-
- "move", "line", "curve" or "qcurve"
-
- """
- def __init__(self, otherPointPen, threshold=10):
- self.threshold = threshold
- self._lastPt = None
- self._offCurveBuffer = []
- self.otherPointPen = otherPointPen
-
- def beginPath(self):
- """Start a new sub path."""
- self.otherPointPen.beginPath()
- self._lastPt = None
-
- def endPath(self):
- """End the current sub path."""
- self.otherPointPen.endPath()
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- """Add a point to the current sub path."""
- if segmentType in ['curve', 'qcurve']:
- # it's an offcurve, let's buffer them until we get another oncurve
- # and we know what to do with them
- self._offCurveBuffer.append((pt, segmentType, smooth, name, kwargs))
- return
-
- elif segmentType == "move":
- # start of an open contour
- self.otherPointPen.addPoint(pt, segmentType, smooth, name) # how to add kwargs?
- self._lastPt = pt
- self._offCurveBuffer = []
-
- elif segmentType == "line":
- if self._lastPt is None:
- self.otherPointPen.addPoint(pt, segmentType, smooth, name) # how to add kwargs?
- self._lastPt = pt
- elif distance(pt, self._lastPt) >= self.threshold:
- # we're oncurve and far enough from the last oncurve
- if self._offCurveBuffer:
- # empty any buffered offcurves
- for buf_pt, buf_segmentType, buf_smooth, buf_name, buf_kwargs in self._offCurveBuffer:
- self.otherPointPen.addPoint(buf_pt, buf_segmentType, buf_smooth, buf_name) # how to add kwargs?
- self._offCurveBuffer = []
- # finally add the oncurve.
- self.otherPointPen.addPoint(pt, segmentType, smooth, name) # how to add kwargs?
- self._lastPt = pt
- else:
- # we're too short, so we're not going to make it.
- # we need to clear out the offcurve buffer.
- self._offCurveBuffer = []
-
- def addComponent(self, baseGlyphName, transformation):
- """Add a sub glyph. Note: this way components are not filtered."""
- self.otherPointPen.addComponent(baseGlyphName, transformation)
-
-
-class ThresholdPen(AbstractPen):
-
- """Removes segments shorter in length than the threshold value."""
-
- def __init__(self, otherPen, threshold=10):
- self.threshold = threshold
- self._lastPt = None
- self.otherPen = otherPen
-
- def moveTo(self, pt):
- self._lastPt = pt
- self.otherPen.moveTo(pt)
-
- def lineTo(self, pt, smooth=False):
- if self.threshold <= distance(pt, self._lastPt):
- self.otherPen.lineTo(pt)
- self._lastPt = pt
-
- def curveTo(self, pt1, pt2, pt3):
- if self.threshold <= distance(pt3, self._lastPt):
- self.otherPen.curveTo(pt1, pt2, pt3)
- self._lastPt = pt3
-
- def qCurveTo(self, *points):
- if self.threshold <= distance(points[-1], self._lastPt):
- self.otherPen.qCurveTo(*points)
- self._lastPt = points[-1]
-
- def closePath(self):
- self.otherPen.closePath()
-
- def endPath(self):
- self.otherPen.endPath()
-
- def addComponent(self, glyphName, transformation):
- self.otherPen.addComponent(glyphName, transformation)
-
-
-def thresholdGlyph(aGlyph, threshold=10):
- """ Convenience function that handles the filtering. """
- from robofab.pens.adapterPens import PointToSegmentPen
- new = _RGlyph()
- filterpen = ThresholdPen(new.getPen(), threshold)
- wrappedPen = PointToSegmentPen(filterpen)
- aGlyph.drawPoints(wrappedPen)
- aGlyph.clear()
- aGlyph.appendGlyph(new)
- aGlyph.update()
- return aGlyph
-
-def thresholdGlyphPointPen(aGlyph, threshold=10):
- """ Same a thresholdGlyph, but using the ThresholdPointPen, which should respect anchors."""
- from robofab.pens.adapterPens import PointToSegmentPen
- new = _RGlyph()
- wrappedPen = new.getPointPen()
- filterpen = ThresholdPointPen(wrappedPen, threshold)
- aGlyph.drawPoints(filterpen)
- aGlyph.clear()
- new.drawPoints(aGlyph.getPointPen())
- aGlyph.update()
- return aGlyph
-
-
-#
-# Curve flattening
-#
-
-def _estimateCubicCurveLength(pt0, pt1, pt2, pt3, precision=10):
- """Estimate the length of this curve by iterating
- through it and averaging the length of the flat bits.
- """
- points = []
- length = 0
- step = 1.0/precision
- factors = range(0, precision+1)
- for i in factors:
- points.append(_getCubicPoint(i*step, pt0, pt1, pt2, pt3))
- for i in range(len(points)-1):
- pta = points[i]
- ptb = points[i+1]
- length += distance(pta, ptb)
- return length
-
-def _mid((x0, y0), (x1, y1)):
- """(Point, Point) -> Point\nReturn the point that lies in between the two input points."""
- return 0.5 * (x0 + x1), 0.5 * (y0 + y1)
-
-def _getCubicPoint(t, pt0, pt1, pt2, pt3):
- if t == 0:
- return pt0
- if t == 1:
- return pt3
- if t == 0.5:
- a = _mid(pt0, pt1)
- b = _mid(pt1, pt2)
- c = _mid(pt2, pt3)
- d = _mid(a, b)
- e = _mid(b, c)
- return _mid(d, e)
- else:
- cx = (pt1[0] - pt0[0]) * 3
- cy = (pt1[1] - pt0[1]) * 3
- bx = (pt2[0] - pt1[0]) * 3 - cx
- by = (pt2[1] - pt1[1]) * 3 - cy
- ax = pt3[0] - pt0[0] - cx - bx
- ay = pt3[1] - pt0[1] - cy - by
- t3 = t ** 3
- t2 = t * t
- x = ax * t3 + bx * t2 + cx * t + pt0[0]
- y = ay * t3 + by * t2 + cy * t + pt0[1]
- return x, y
-
-
-class FlattenPen(BasePen):
-
- """Process the contours into a series of straight lines by flattening the curves.
- """
-
- def __init__(self, otherPen, approximateSegmentLength=5, segmentLines=False, filterDoubles=True):
- self.approximateSegmentLength = approximateSegmentLength
- BasePen.__init__(self, {})
- self.otherPen = otherPen
- self.currentPt = None
- self.firstPt = None
- self.segmentLines = segmentLines
- self.filterDoubles = filterDoubles
-
- def _moveTo(self, pt):
- self.otherPen.moveTo(pt)
- self.currentPt = pt
- self.firstPt = pt
-
- def _lineTo(self, pt):
- if self.filterDoubles:
- if pt == self.currentPt:
- return
- if not self.segmentLines:
- self.otherPen.lineTo(pt)
- self.currentPt = pt
- return
- d = distance(self.currentPt, pt)
- maxSteps = int(round(d / self.approximateSegmentLength))
- if maxSteps < 1:
- self.otherPen.lineTo(pt)
- self.currentPt = pt
- return
- step = 1.0/maxSteps
- factors = range(0, maxSteps+1)
- for i in factors[1:]:
- self.otherPen.lineTo(_interpolatePt(self.currentPt, pt, i*step))
- self.currentPt = pt
-
- def _curveToOne(self, pt1, pt2, pt3):
- est = _estimateCubicCurveLength(self.currentPt, pt1, pt2, pt3)/self.approximateSegmentLength
- maxSteps = int(round(est))
- falseCurve = (pt1==self.currentPt) and (pt2==pt3)
- if maxSteps < 1 or falseCurve:
- self.otherPen.lineTo(pt3)
- self.currentPt = pt3
- return
- step = 1.0/maxSteps
- factors = range(0, maxSteps+1)
- for i in factors[1:]:
- pt = _getCubicPoint(i*step, self.currentPt, pt1, pt2, pt3)
- self.otherPen.lineTo(pt)
- self.currentPt = pt3
-
- def _closePath(self):
- self.lineTo(self.firstPt)
- self.otherPen.closePath()
- self.currentPt = None
-
- def _endPath(self):
- self.otherPen.endPath()
- self.currentPt = None
-
- def addComponent(self, glyphName, transformation):
- self.otherPen.addComponent(glyphName, transformation)
-
-
-def flattenGlyph(aGlyph, threshold=10, segmentLines=True):
-
- """Replace curves with series of straight l ines."""
-
- from robofab.pens.adapterPens import PointToSegmentPen
- if len(aGlyph.contours) == 0:
- return
- new = _RGlyph()
- writerPen = new.getPen()
- filterpen = FlattenPen(writerPen, threshold, segmentLines)
- wrappedPen = PointToSegmentPen(filterpen)
- aGlyph.drawPoints(wrappedPen)
- aGlyph.clear()
- aGlyph.appendGlyph(new)
- aGlyph.update()
- return aGlyph
-
-
-def spikeGlyph(aGlyph, segmentLength=20, spikeLength=40, patternFunc=None):
-
- """Add narly spikes or dents to the glyph.
- patternFunc is an optional function which recalculates the offset."""
-
- from math import atan2, sin, cos, pi
-
- new = _RGlyph()
- new.appendGlyph(aGlyph)
- new.width = aGlyph.width
-
- if len(new.contours) == 0:
- return
- flattenGlyph(new, segmentLength, segmentLines=True)
- for contour in new:
- l = len(contour.points)
- lastAngle = None
- for i in range(0, len(contour.points), 2):
- prev = contour.points[i-1]
- cur = contour.points[i]
- next = contour.points[(i+1)%l]
- angle = atan2(prev.x - next.x, prev.y - next.y)
- lastAngle = angle
- if patternFunc is not None:
- thisSpikeLength = patternFunc(spikeLength)
- else:
- thisSpikeLength = spikeLength
- cur.x -= sin(angle+.5*pi)*thisSpikeLength
- cur.y -= cos(angle+.5*pi)*thisSpikeLength
- new.update()
- aGlyph.clear()
- aGlyph.appendGlyph(new)
- aGlyph.update()
- return aGlyph
-
-
-def halftoneGlyph(aGlyph, invert=False):
-
- """Convert the glyph into some sort of halftoning pattern.
- Measure a bunch of inside/outside points to simulate grayscale levels.
- Slow.
- """
- print 'halftoneGlyph is running...'
- grid = {}
- drawing = {}
- dataDistance = 10
- scan = 2
- preload = 0
- cellDistance = dataDistance * 5
- overshoot = dataDistance * 2
- (xMin, yMin, xMax, yMax) = aGlyph.box
- for x in range(xMin-overshoot, xMax+overshoot, dataDistance):
- print 'scanning..', x
- for y in range(yMin-overshoot, yMax+overshoot, dataDistance):
- if aGlyph.pointInside((x, y)):
- grid[(x, y)] = True
- else:
- grid[(x, y)] = False
- #print 'gathering data', x, y, grid[(x, y)]
- print 'analyzing..'
- for x in range(xMin-overshoot, xMax+overshoot, cellDistance):
- for y in range(yMin-overshoot, yMax+overshoot, cellDistance):
- total = preload
- for scanx in range(-scan, scan):
- for scany in range(-scan, scan):
- if grid.get((x+scanx*dataDistance, y+scany*dataDistance)):
- total += 1
- if invert:
- drawing[(x, y)] = 2*scan**2 - float(total)
- else:
- drawing[(x, y)] = float(total)
- aGlyph.clear()
- print drawing
- for (x,y) in drawing.keys():
- size = drawing[(x,y)] / float(2*scan**2) * 5
- pen = aGlyph.getPen()
- pen.moveTo((x-size, y-size))
- pen.lineTo((x+size, y-size))
- pen.lineTo((x+size, y+size))
- pen.lineTo((x-size, y+size))
- pen.lineTo((x-size, y-size))
- pen.closePath()
- aGlyph.update()
-
-
-if __name__ == "__main__":
- from robofab.pens.pointPen import PrintingPointPen
- pp = PrintingPointPen()
- #pp.beginPath()
- #pp.addPoint((100, 100))
- #pp.endPath()
-
- tpp = ThresholdPointPen(pp, threshold=20)
- tpp.beginPath()
- #segmentType=None, smooth=False, name=None
- tpp.addPoint((100, 100), segmentType="line", smooth=True)
- # section that should be too small
- tpp.addPoint((100, 102), segmentType="line", smooth=True)
- tpp.addPoint((200, 200), segmentType="line", smooth=True)
- # curve section with final point that's far enough, but with offcurves that are under the threshold
- tpp.addPoint((200, 205), segmentType="curve", smooth=True)
- tpp.addPoint((300, 295), segmentType="curve", smooth=True)
- tpp.addPoint((300, 300), segmentType="line", smooth=True)
- # curve section with final point that is not far enough
- tpp.addPoint((550, 350), segmentType="curve", smooth=True)
- tpp.addPoint((360, 760), segmentType="curve", smooth=True)
- tpp.addPoint((310, 310), segmentType="line", smooth=True)
-
- tpp.addPoint((400, 400), segmentType="line", smooth=True)
- tpp.addPoint((100, 100), segmentType="line", smooth=True)
- tpp.endPath()
-
- # couple of single points with names
- tpp.beginPath()
- tpp.addPoint((500, 500), segmentType="move", smooth=True, name="named point")
- tpp.addPoint((600, 500), segmentType="move", smooth=True, name="named point")
- tpp.addPoint((601, 501), segmentType="move", smooth=True, name="named point")
- tpp.endPath()
-
- # open path
- tpp.beginPath()
- tpp.addPoint((500, 500), segmentType="move", smooth=True)
- tpp.addPoint((501, 500), segmentType="line", smooth=True)
- tpp.addPoint((101, 500), segmentType="line", smooth=True)
- tpp.addPoint((101, 100), segmentType="line", smooth=True)
- tpp.addPoint((498, 498), segmentType="line", smooth=True)
- tpp.endPath()
- \ No newline at end of file
diff --git a/misc/pylib/robofab/pens/flPen.py b/misc/pylib/robofab/pens/flPen.py
deleted file mode 100755
index d5a867cd9..000000000
--- a/misc/pylib/robofab/pens/flPen.py
+++ /dev/null
@@ -1,274 +0,0 @@
-"""Pens for creating glyphs in FontLab."""
-
-
-__all__ = ["FLPen", "FLPointPen", "drawFLGlyphOntoPointPen"]
-
-
-from FL import *
-
-try:
- from fl_cmd import *
-except ImportError:
- print "The fl_cmd module is not available here. flPen.py"
-
-from robofab.tools.toolsFL import NewGlyph
-from robofab.pens.pointPen import AbstractPointPen
-from robofab.pens.adapterPens import SegmentToPointPen
-
-
-def roundInt(x):
- return int(round(x))
-
-
-class FLPen(SegmentToPointPen):
-
- def __init__(self, glyph):
- SegmentToPointPen.__init__(self, FLPointPen(glyph))
-
-
-class FLPointPen(AbstractPointPen):
-
- def __init__(self, glyph):
- if hasattr(glyph, "isRobofab"):
- self.glyph = glyph.naked()
- else:
- self.glyph = glyph
- self.currentPath = None
-
- def beginPath(self):
- self.currentPath = []
-
- def endPath(self):
- # Love is... abstracting away FL's madness.
- path = self.currentPath
- self.currentPath = None
- glyph = self.glyph
- if len(path) == 1 and path[0][3] is not None:
- # Single point on the contour, it has a name. Make it an anchor.
- x, y = path[0][0]
- name = path[0][3]
- anchor = Anchor(name, roundInt(x), roundInt(y))
- glyph.anchors.append(anchor)
- return
- firstOnCurveIndex = None
- for i in range(len(path)):
- if path[i][1] is not None:
- firstOnCurveIndex = i
- break
- if firstOnCurveIndex is None:
- # TT special case: on-curve-less contour. FL doesn't support that,
- # so we insert an implied point at the end.
- x1, y1 = path[0][0]
- x2, y2 = path[-1][0]
- impliedPoint = 0.5 * (x1 + x2), 0.5 * (y1 + y2)
- path.append((impliedPoint, "qcurve", True, None))
- firstOnCurveIndex = 0
- path = path[firstOnCurveIndex + 1:] + path[:firstOnCurveIndex + 1]
- firstPoint, segmentType, smooth, name = path[-1]
- closed = True
- if segmentType == "move":
- path = path[:-1]
- closed = False
- # XXX The contour is not closed, but I can't figure out how to
- # create an open contour in FL. Creating one by hand shows type"0x8011"
- # for a move node in an open contour, but I'm not able to access
- # that flag.
- elif segmentType == "line":
- # The contour is closed and ends in a lineto, which is redundant
- # as it's implied by closepath.
- path = path[:-1]
- x, y = firstPoint
- node = Node(nMOVE, Point(roundInt(x), roundInt(y)))
- if smooth and closed:
- if segmentType == "line" or path[0][1] == "line":
- node.alignment = nFIXED
- else:
- node.alignment = nSMOOTH
- glyph.Insert(node, len(glyph))
- segment = []
- nPoints = len(path)
- for i in range(nPoints):
- pt, segmentType, smooth, name = path[i]
- segment.append(pt)
- if segmentType is None:
- continue
- if segmentType == "curve":
- if len(segment) < 2:
- segmentType = "line"
- elif len(segment) == 2:
- segmentType = "qcurve"
- if segmentType == "qcurve":
- for x, y in segment[:-1]:
- glyph.Insert(Node(nOFF, Point(roundInt(x), roundInt(y))), len(glyph))
- x, y = segment[-1]
- node = Node(nLINE, Point(roundInt(x), roundInt(y)))
- glyph.Insert(node, len(glyph))
- elif segmentType == "curve":
- if len(segment) == 3:
- cubicSegments = [segment]
- else:
- from fontTools.pens.basePen import decomposeSuperBezierSegment
- cubicSegments = decomposeSuperBezierSegment(segment)
- nSegments = len(cubicSegments)
- for i in range(nSegments):
- pt1, pt2, pt3 = cubicSegments[i]
- x, y = pt3
- node = Node(nCURVE, Point(roundInt(x), roundInt(y)))
- node.points[1].x, node.points[1].y = roundInt(pt1[0]), roundInt(pt1[1])
- node.points[2].x, node.points[2].y = roundInt(pt2[0]), roundInt(pt2[1])
- if i != nSegments - 1:
- node.alignment = nSMOOTH
- glyph.Insert(node, len(self.glyph))
- elif segmentType == "line":
- assert len(segment) == 1, segment
- x, y = segment[0]
- node = Node(nLINE, Point(roundInt(x), roundInt(y)))
- glyph.Insert(node, len(glyph))
- else:
- assert 0, "unsupported curve type (%s)" % segmentType
- if smooth:
- if i + 1 < nPoints or closed:
- # Can't use existing node, as you can't change node attributes
- # AFTER it's been appended to the glyph.
- node = glyph[-1]
- if segmentType == "line" or path[(i+1) % nPoints][1] == "line":
- # tangent
- node.alignment = nFIXED
- else:
- # curve
- node.alignment = nSMOOTH
- segment = []
- if closed:
- # we may have output a node too much
- node = glyph[-1]
- if node.type == nLINE and (node.x, node.y) == (roundInt(firstPoint[0]), roundInt(firstPoint[1])):
- glyph.DeleteNode(len(glyph) - 1)
-
- def addPoint(self, pt, segmentType=None, smooth=None, name=None, **kwargs):
- self.currentPath.append((pt, segmentType, smooth, name))
-
- def addComponent(self, baseName, transformation):
- assert self.currentPath is None
- # make base glyph if needed, Component() needs the index
- NewGlyph(self.glyph.parent, baseName, updateFont=False)
- baseIndex = self.glyph.parent.FindGlyph(baseName)
- if baseIndex == -1:
- raise KeyError, "couldn't find or make base glyph"
- xx, xy, yx, yy, dx, dy = transformation
- # XXX warn when xy or yx != 0
- new = Component(baseIndex, Point(dx, dy), Point(xx, yy))
- self.glyph.components.append(new)
-
-
-def drawFLGlyphOntoPointPen(flGlyph, pen):
- """Draw a FontLab glyph onto a PointPen."""
- for anchor in flGlyph.anchors:
- pen.beginPath()
- pen.addPoint((anchor.x, anchor.y), name=anchor.name)
- pen.endPath()
- for contour in _getContours(flGlyph):
- pen.beginPath()
- for pt, segmentType, smooth in contour:
- pen.addPoint(pt, segmentType=segmentType, smooth=smooth)
- pen.endPath()
- for baseGlyph, tranform in _getComponents(flGlyph):
- pen.addComponent(baseGlyph, tranform)
-
-
-
-class FLPointContourPen(FLPointPen):
- """Same as FLPointPen, except that it ignores components."""
- def addComponent(self, baseName, transformation):
- pass
-
-
-NODE_TYPES = {nMOVE: "move", nLINE: "line", nCURVE: "curve",
- nOFF: None}
-
-def _getContours(glyph):
- contours = []
- for i in range(len(glyph)):
- node = glyph[i]
- segmentType = NODE_TYPES[node.type]
- if segmentType == "move":
- contours.append([])
- for pt in node.points[1:]:
- contours[-1].append(((pt.x, pt.y), None, False))
- smooth = node.alignment != nSHARP
- contours[-1].append(((node.x, node.y), segmentType, smooth))
-
- for contour in contours:
- # filter out or change the move
- movePt, segmentType, smooth = contour[0]
- assert segmentType == "move"
- lastSegmentType = contour[-1][1]
- if movePt == contour[-1][0] and lastSegmentType == "curve":
- contour[0] = contour[-1]
- contour.pop()
- elif lastSegmentType is None:
- contour[0] = movePt, "qcurve", smooth
- else:
- assert lastSegmentType in ("line", "curve")
- contour[0] = movePt, "line", smooth
-
- # change "line" to "qcurve" if appropriate
- previousSegmentType = "ArbitraryValueOtherThanNone"
- for i in range(len(contour)):
- pt, segmentType, smooth = contour[i]
- if segmentType == "line" and previousSegmentType is None:
- contour[i] = pt, "qcurve", smooth
- previousSegmentType = segmentType
-
- return contours
-
-
-def _simplifyValues(*values):
- """Given a set of numbers, convert items to ints if they are
- integer float values, eg. 0.0, 1.0."""
- newValues = []
- for v in values:
- i = int(v)
- if v == i:
- v = i
- newValues.append(v)
- return newValues
-
-
-def _getComponents(glyph):
- components = []
- for comp in glyph.components:
- baseName = glyph.parent[comp.index].name
- dx, dy = comp.delta.x, comp.delta.y
- sx, sy = comp.scale.x, comp.scale.y
- dx, dy, sx, sy = _simplifyValues(dx, dy, sx, sy)
- components.append((baseName, (sx, 0, 0, sy, dx, dy)))
- return components
-
-
-def test():
- g = fl.glyph
- g.Clear()
-
- p = PLPen(g)
- p.moveTo((50, 50))
- p.lineTo((150,50))
- p.lineTo((170, 200), smooth=2)
- p.curveTo((173, 225), (150, 250), (120, 250), smooth=1)
- p.curveTo((85, 250), (50, 200), (50, 200))
- p.closePath()
-
- p.moveTo((300, 300))
- p.lineTo((400, 300))
- p.curveTo((450, 325), (450, 375), (400, 400))
- p.qCurveTo((400, 500), (350, 550), (300, 500), (300, 400))
- p.closePath()
- p.setWidth(600)
- p.setNote("Hello, this is a note")
- p.addAnchor("top", (250, 600))
-
- fl.UpdateGlyph(-1)
- fl.UpdateFont(-1)
-
-
-if __name__ == "__main__":
- test()
diff --git a/misc/pylib/robofab/pens/marginPen.py b/misc/pylib/robofab/pens/marginPen.py
deleted file mode 100644
index 03f13f917..000000000
--- a/misc/pylib/robofab/pens/marginPen.py
+++ /dev/null
@@ -1,155 +0,0 @@
-from fontTools.pens.basePen import AbstractPen, BasePen
-from robofab.misc.bezierTools import splitLine, splitCubic
-
-
-from sets import Set
-
-class MarginPen(BasePen):
-
- """
- Pen to calculate the margins at a given value.
- When isHorizontal is True, the margins at <value> are horizontal.
- When isHorizontal is False, the margins at <value> are vertical.
-
- When a glyphset or font is given, MarginPen will also calculate for glyphs with components.
-
- pen.getMargins() returns the minimum and maximum intersections of the glyph.
- pen.getContourMargins() returns the minimum and maximum intersections for each contour.
-
-
- Possible optimisation:
- Initialise the pen object with a list of points we want to measure,
- then draw the glyph once, but do the splitLine() math for all measure points.
-
- """
-
- def __init__(self, glyphSet, value, isHorizontal=True):
- BasePen.__init__(self, glyphSet)
- self.value = value
- self.hits = {}
- self.filterDoubles = True
- self.contourIndex = None
- self.startPt = None
- self.isHorizontal = isHorizontal
-
- def _moveTo(self, pt):
- self.currentPt = pt
- self.startPt = pt
- if self.contourIndex is None:
- self.contourIndex = 0
- else:
- self.contourIndex += 1
-
- def _lineTo(self, pt):
- if self.filterDoubles:
- if pt == self.currentPt:
- return
- hits = splitLine(self.currentPt, pt, self.value, self.isHorizontal)
- if len(hits)>1:
- # result will be 2 tuples of 2 coordinates
- # first two points: start to intersect
- # second two points: intersect to end
- # so, second point in first tuple is the intersect
- # then, the first coordinate of that point is the x.
- if not self.contourIndex in self.hits:
- self.hits[self.contourIndex] = []
- if self.isHorizontal:
- self.hits[self.contourIndex].append(round(hits[0][-1][0], 4))
- else:
- self.hits[self.contourIndex].append(round(hits[0][-1][1], 4))
- if self.isHorizontal and pt[1] == self.value:
- # it could happen
- if not self.contourIndex in self.hits:
- self.hits[self.contourIndex] = []
- self.hits[self.contourIndex].append(pt[0])
- elif (not self.isHorizontal) and (pt[0] == self.value):
- # it could happen
- if not self.contourIndex in self.hits:
- self.hits[self.contourIndex] = []
- self.hits[self.contourIndex].append(pt[1])
- self.currentPt = pt
-
- def _curveToOne(self, pt1, pt2, pt3):
- hits = splitCubic(self.currentPt, pt1, pt2, pt3, self.value, self.isHorizontal)
- for i in range(len(hits)-1):
- # a number of intersections is possible. Just take the
- # last point of each segment.
- if not self.contourIndex in self.hits:
- self.hits[self.contourIndex] = []
- if self.isHorizontal:
- self.hits[self.contourIndex].append(round(hits[i][-1][0], 4))
- else:
- self.hits[self.contourIndex].append(round(hits[i][-1][1], 4))
- if self.isHorizontal and pt3[1] == self.value:
- # it could happen
- if not self.contourIndex in self.hits:
- self.hits[self.contourIndex] = []
- self.hits[self.contourIndex].append(pt3[0])
- if (not self.isHorizontal) and (pt3[0] == self.value):
- # it could happen
- if not self.contourIndex in self.hits:
- self.hits[self.contourIndex] = []
- self.hits[self.contourIndex].append(pt3[1])
- self.currentPt = pt3
-
- def _closePath(self):
- if self.currentPt != self.startPt:
- self._lineTo(self.startPt)
- self.currentPt = self.startPt = None
-
- def _endPath(self):
- self.currentPt = None
-
- def addComponent(self, baseGlyph, transformation):
- from fontTools.pens.transformPen import TransformPen
- if self.glyphSet is None:
- return
- if baseGlyph in self.glyphSet:
- glyph = self.glyphSet[baseGlyph]
- if glyph is None:
- return
- tPen = TransformPen(self, transformation)
- glyph.draw(tPen)
-
- def getMargins(self):
- """Get the horizontal margins for all contours combined, i.e. the whole glyph."""
- allHits = []
- for index, pts in self.hits.items():
- allHits.extend(pts)
- if allHits:
- return min(allHits), max(allHits)
- return None
-
- def getContourMargins(self):
- """Get the horizontal margins for each contour."""
- allHits = {}
- for index, pts in self.hits.items():
- unique = list(Set(pts))
- unique.sort()
- allHits[index] = unique
- return allHits
-
- def getAll(self):
- """Get all the slices."""
- allHits = []
- for index, pts in self.hits.items():
- allHits.extend(pts)
- unique = list(Set(allHits))
- unique = list(unique)
- unique.sort()
- return unique
-
-
-if __name__ == "__main__":
-
- from robofab.world import CurrentGlyph, CurrentFont
- f = CurrentFont()
- g = CurrentGlyph()
-
- pt = (74, 216)
-
- pen = MarginPen(f, pt[1], isHorizontal=False)
- g.draw(pen)
- print 'glyph Y margins', pen.getMargins()
- print pen.getContourMargins()
-
diff --git a/misc/pylib/robofab/pens/mathPens.py b/misc/pylib/robofab/pens/mathPens.py
deleted file mode 100755
index 1fe1026e1..000000000
--- a/misc/pylib/robofab/pens/mathPens.py
+++ /dev/null
@@ -1,185 +0,0 @@
-"""Some pens that are needed during glyph math"""
-
-
-from robofab.pens.pointPen import BasePointToSegmentPen, AbstractPointPen
-
-
-class GetMathDataPointPen(AbstractPointPen):
-
- """
- Point pen that converts all "line" segments into
- curve segments containing two off curve points.
- """
-
- def __init__(self):
- self.contours = []
- self.components = []
- self.anchors = []
- self._points = []
-
- def _flushContour(self):
- points = self._points
- if len(points) == 1:
- segmentType, pt, smooth, name = points[0]
- self.anchors.append((pt, name))
- else:
- self.contours.append([])
- prevOnCurve = None
- offCurves = []
- # deal with the first point
- segmentType, pt, smooth, name = points[0]
- # if it is an offcurve, add it to the offcurve list
- if segmentType is None:
- offCurves.append((segmentType, pt, smooth, name))
- # if it is a line, change the type to curve and add it to the contour
- # create offcurves corresponding with the last oncurve and
- # this point and add them to the points list
- elif segmentType == "line":
- prevOnCurve = pt
- self.contours[-1].append(("curve", pt, False, name))
- lastPoint = points[-1][1]
- points.append((None, lastPoint, False, None))
- points.append((None, pt, False, None))
- # a move, curve or qcurve. simple append the data.
- else:
- self.contours[-1].append((segmentType, pt, smooth, name))
- prevOnCurve = pt
- # now go through the rest of the points
- for segmentType, pt, smooth, name in points[1:]:
- # store the off curves
- if segmentType is None:
- offCurves.append((segmentType, pt, smooth, name))
- continue
- # make off curve corresponding the the previous
- # on curve an dthis point
- if segmentType == "line":
- segmentType = "curve"
- offCurves.append((None, prevOnCurve, False, None))
- offCurves.append((None, pt, False, None))
- # add the offcurves to the contour
- for offCurve in offCurves:
- self.contours[-1].append(offCurve)
- # add the oncurve to the contour
- self.contours[-1].append((segmentType, pt, smooth, name))
- # reset the stored data
- prevOnCurve = pt
- offCurves = []
- # catch offcurves that belong to the first
- if len(offCurves) != 0:
- self.contours[-1].extend(offCurves)
-
- def beginPath(self):
- self._points = []
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- self._points.append((segmentType, pt, smooth, name))
-
- def endPath(self):
- self._flushContour()
-
- def addComponent(self, baseGlyphName, transformation):
- self.components.append((baseGlyphName, transformation))
-
- def getData(self):
- return {
- 'contours':list(self.contours),
- 'components':list(self.components),
- 'anchors':list(self.anchors)
- }
-
-
-class CurveSegmentFilterPointPen(AbstractPointPen):
-
- """
- Point pen that turns curve segments that contain
- unnecessary anchor points into line segments.
- """
- # XXX it would be great if this also checked to see if the
- # off curves are on the segment and therefre unneeded
-
- def __init__(self, anotherPointPen):
- self._pen = anotherPointPen
- self._points = []
-
- def _flushContour(self):
- points = self._points
- # an anchor
- if len(points) == 1:
- pt, segmentType, smooth, name = points[0]
- self._pen.addPoint(pt, segmentType, smooth, name)
- else:
- prevOnCurve = None
- offCurves = []
-
- pointsToDraw = []
-
- # deal with the first point
- pt, segmentType, smooth, name = points[0]
- # if it is an offcurve, add it to the offcurve list
- if segmentType is None:
- offCurves.append((pt, segmentType, smooth, name))
- else:
- # potential redundancy
- if segmentType == "curve":
- # gather preceding off curves
- testOffCurves = []
- lastPoint = None
- for i in xrange(len(points)):
- i = -i - 1
- testPoint = points[i]
- testSegmentType = testPoint[1]
- if testSegmentType is not None:
- lastPoint = testPoint[0]
- break
- testOffCurves.append(testPoint[0])
- # if two offcurves exist we can test for redundancy
- if len(testOffCurves) == 2:
- if testOffCurves[1] == lastPoint and testOffCurves[0] == pt:
- segmentType = "line"
- # remove the last two points
- points = points[:-2]
- # add the point to the contour
- pointsToDraw.append((pt, segmentType, smooth, name))
- prevOnCurve = pt
- for pt, segmentType, smooth, name in points[1:]:
- # store offcurves
- if segmentType is None:
- offCurves.append((pt, segmentType, smooth, name))
- continue
- # curves are a potential redundancy
- elif segmentType == "curve":
- if len(offCurves) == 2:
- # test for redundancy
- if offCurves[0][0] == prevOnCurve and offCurves[1][0] == pt:
- offCurves = []
- segmentType = "line"
- # add all offcurves
- for offCurve in offCurves:
- pointsToDraw.append(offCurve)
- # add the on curve
- pointsToDraw.append((pt, segmentType, smooth, name))
- # reset the stored data
- prevOnCurve = pt
- offCurves = []
- # catch any remaining offcurves
- if len(offCurves) != 0:
- for offCurve in offCurves:
- pointsToDraw.append(offCurve)
- # draw to the pen
- for pt, segmentType, smooth, name in pointsToDraw:
- self._pen.addPoint(pt, segmentType, smooth, name)
-
- def beginPath(self):
- self._points = []
- self._pen.beginPath()
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- self._points.append((pt, segmentType, smooth, name))
-
- def endPath(self):
- self._flushContour()
- self._pen.endPath()
-
- def addComponent(self, baseGlyphName, transformation):
- self._pen.addComponent(baseGlyphName, transformation)
-
diff --git a/misc/pylib/robofab/pens/pointPen.py b/misc/pylib/robofab/pens/pointPen.py
deleted file mode 100644
index dc81df38e..000000000
--- a/misc/pylib/robofab/pens/pointPen.py
+++ /dev/null
@@ -1,173 +0,0 @@
-__all__ = ["AbstractPointPen", "BasePointToSegmentPen", "PrintingPointPen",
- "PrintingSegmentPen", "SegmentPrintingPointPen"]
-
-
-class AbstractPointPen:
-
- def beginPath(self):
- """Start a new sub path."""
- raise NotImplementedError
-
- def endPath(self):
- """End the current sub path."""
- raise NotImplementedError
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- """Add a point to the current sub path."""
- raise NotImplementedError
-
- def addComponent(self, baseGlyphName, transformation):
- """Add a sub glyph."""
- raise NotImplementedError
-
-
-class BasePointToSegmentPen(AbstractPointPen):
-
- """Base class for retrieving the outline in a segment-oriented
- way. The PointPen protocol is simple yet also a little tricky,
- so when you need an outline presented as segments but you have
- as points, do use this base implementation as it properly takes
- care of all the edge cases.
- """
-
- def __init__(self):
- self.currentPath = None
-
- def beginPath(self):
- assert self.currentPath is None
- self.currentPath = []
-
- def _flushContour(self, segments):
- """Override this method.
-
- It will be called for each non-empty sub path with a list
- of segments: the 'segments' argument.
-
- The segments list contains tuples of length 2:
- (segmentType, points)
-
- segmentType is one of "move", "line", "curve" or "qcurve".
- "move" may only occur as the first segment, and it signifies
- an OPEN path. A CLOSED path does NOT start with a "move", in
- fact it will not contain a "move" at ALL.
-
- The 'points' field in the 2-tuple is a list of point info
- tuples. The list has 1 or more items, a point tuple has
- four items:
- (point, smooth, name, kwargs)
- 'point' is an (x, y) coordinate pair.
-
- For a closed path, the initial moveTo point is defined as
- the last point of the last segment.
-
- The 'points' list of "move" and "line" segments always contains
- exactly one point tuple.
- """
- raise NotImplementedError
-
- def endPath(self):
- assert self.currentPath is not None
- points = self.currentPath
- self.currentPath = None
- if not points:
- return
- if len(points) == 1:
- # Not much more we can do than output a single move segment.
- pt, segmentType, smooth, name, kwargs = points[0]
- segments = [("move", [(pt, smooth, name, kwargs)])]
- self._flushContour(segments)
- return
- segments = []
- if points[0][1] == "move":
- # It's an open contour, insert a "move" segment for the first
- # point and remove that first point from the point list.
- pt, segmentType, smooth, name, kwargs = points[0]
- segments.append(("move", [(pt, smooth, name, kwargs)]))
- points.pop(0)
- else:
- # It's a closed contour. Locate the first on-curve point, and
- # rotate the point list so that it _ends_ with an on-curve
- # point.
- firstOnCurve = None
- for i in range(len(points)):
- segmentType = points[i][1]
- if segmentType is not None:
- firstOnCurve = i
- break
- if firstOnCurve is None:
- # Special case for quadratics: a contour with no on-curve
- # points. Add a "None" point. (See also the Pen protocol's
- # qCurveTo() method and fontTools.pens.basePen.py.)
- points.append((None, "qcurve", None, None, None))
- else:
- points = points[firstOnCurve+1:] + points[:firstOnCurve+1]
-
- currentSegment = []
- for pt, segmentType, smooth, name, kwargs in points:
- currentSegment.append((pt, smooth, name, kwargs))
- if segmentType is None:
- continue
- segments.append((segmentType, currentSegment))
- currentSegment = []
-
- self._flushContour(segments)
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- self.currentPath.append((pt, segmentType, smooth, name, kwargs))
-
-
-class PrintingPointPen(AbstractPointPen):
- def __init__(self):
- self.havePath = False
- def beginPath(self):
- self.havePath = True
- print "pen.beginPath()"
- def endPath(self):
- self.havePath = False
- print "pen.endPath()"
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- assert self.havePath
- args = ["(%s, %s)" % (pt[0], pt[1])]
- if segmentType is not None:
- args.append("segmentType=%r" % segmentType)
- if smooth:
- args.append("smooth=True")
- if name is not None:
- args.append("name=%r" % name)
- if kwargs:
- args.append("**%s" % kwargs)
- print "pen.addPoint(%s)" % ", ".join(args)
- def addComponent(self, baseGlyphName, transformation):
- assert not self.havePath
- print "pen.addComponent(%r, %s)" % (baseGlyphName, tuple(transformation))
-
-
-from fontTools.pens.basePen import AbstractPen
-
-class PrintingSegmentPen(AbstractPen):
- def moveTo(self, pt):
- print "pen.moveTo(%s)" % (pt,)
- def lineTo(self, pt):
- print "pen.lineTo(%s)" % (pt,)
- def curveTo(self, *pts):
- print "pen.curveTo%s" % (pts,)
- def qCurveTo(self, *pts):
- print "pen.qCurveTo%s" % (pts,)
- def closePath(self):
- print "pen.closePath()"
- def endPath(self):
- print "pen.endPath()"
- def addComponent(self, baseGlyphName, transformation):
- print "pen.addComponent(%r, %s)" % (baseGlyphName, tuple(transformation))
-
-
-class SegmentPrintingPointPen(BasePointToSegmentPen):
- def _flushContour(self, segments):
- from pprint import pprint
- pprint(segments)
-
-
-if __name__ == "__main__":
- p = SegmentPrintingPointPen()
- from robofab.test.test_pens import TestShapes
- TestShapes.onCurveLessQuadShape(p)
diff --git a/misc/pylib/robofab/pens/quartzPen.py b/misc/pylib/robofab/pens/quartzPen.py
deleted file mode 100644
index dd1947ccf..000000000
--- a/misc/pylib/robofab/pens/quartzPen.py
+++ /dev/null
@@ -1,21 +0,0 @@
-from fontTools.pens.basePen import BasePen
-
-class QuartzPen(BasePen):
-
- """Pen to draw onto a Quartz drawing context (Carbon.CG)."""
-
- def __init__(self, glyphSet, quartzContext):
- BasePen.__init__(self, glyphSet)
- self._context = quartzContext
-
- def _moveTo(self, (x, y)):
- self._context.CGContextMoveToPoint(x, y)
-
- def _lineTo(self, (x, y)):
- self._context.CGContextAddLineToPoint(x, y)
-
- def _curveToOne(self, (x1, y1), (x2, y2), (x3, y3)):
- self._context.CGContextAddCurveToPoint(x1, y1, x2, y2, x3, y3)
-
- def _closePath(self):
- self._context.closePath()
diff --git a/misc/pylib/robofab/pens/reverseContourPointPen.py b/misc/pylib/robofab/pens/reverseContourPointPen.py
deleted file mode 100755
index 8ce001b4d..000000000
--- a/misc/pylib/robofab/pens/reverseContourPointPen.py
+++ /dev/null
@@ -1,125 +0,0 @@
-"""PointPen for reversing the winding direction of contours."""
-
-
-__all__ = ["ReverseContourPointPen"]
-
-
-from robofab.pens.pointPen import AbstractPointPen
-
-
-class ReverseContourPointPen(AbstractPointPen):
-
- """This is a PointPen that passes outline data to another PointPen, but
- reversing the winding direction of all contours. Components are simply
- passed through unchanged.
-
- Closed contours are reversed in such a way that the first point remains
- the first point.
- """
-
- def __init__(self, outputPointPen):
- self.pen = outputPointPen
- self.currentContour = None # a place to store the points for the current sub path
-
- def _flushContour(self):
- pen = self.pen
- contour = self.currentContour
- if not contour:
- pen.beginPath()
- pen.endPath()
- return
-
- closed = contour[0][1] != "move"
- if not closed:
- lastSegmentType = "move"
- else:
- # Remove the first point and insert it at the end. When
- # the list of points gets reversed, this point will then
- # again be at the start. In other words, the following
- # will hold:
- # for N in range(len(originalContour)):
- # originalContour[N] == reversedContour[-N]
- contour.append(contour.pop(0))
- # Find the first on-curve point.
- firstOnCurve = None
- for i in range(len(contour)):
- if contour[i][1] is not None:
- firstOnCurve = i
- break
- if firstOnCurve is None:
- # There are no on-curve points, be basically have to
- # do nothing but contour.reverse().
- lastSegmentType = None
- else:
- lastSegmentType = contour[firstOnCurve][1]
-
- contour.reverse()
- if not closed:
- # Open paths must start with a move, so we simply dump
- # all off-curve points leading up to the first on-curve.
- while contour[0][1] is None:
- contour.pop(0)
- pen.beginPath()
- for pt, nextSegmentType, smooth, name in contour:
- if nextSegmentType is not None:
- segmentType = lastSegmentType
- lastSegmentType = nextSegmentType
- else:
- segmentType = None
- pen.addPoint(pt, segmentType=segmentType, smooth=smooth, name=name)
- pen.endPath()
-
- def beginPath(self):
- assert self.currentContour is None
- self.currentContour = []
- self.onCurve = []
-
- def endPath(self):
- assert self.currentContour is not None
- self._flushContour()
- self.currentContour = None
-
- def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs):
- self.currentContour.append((pt, segmentType, smooth, name))
-
- def addComponent(self, glyphName, transform):
- assert self.currentContour is None
- self.pen.addComponent(glyphName, transform)
-
-
-if __name__ == "__main__":
- from robofab.pens.pointPen import PrintingPointPen
- pP = PrintingPointPen()
- rP = ReverseContourPointPen(pP)
-
- rP.beginPath()
- rP.addPoint((339, -8), "curve")
- rP.addPoint((502, -8))
- rP.addPoint((635, 65))
- rP.addPoint((635, 305), "curve")
- rP.addPoint((635, 545))
- rP.addPoint((504, 623))
- rP.addPoint((340, 623), "curve")
- rP.addPoint((177, 623))
- rP.addPoint((43, 545))
- rP.addPoint((43, 305), "curve")
- rP.addPoint((43, 65))
- rP.addPoint((176, -8))
- rP.endPath()
-
- rP.beginPath()
- rP.addPoint((100, 100), "move", smooth=False, name='a')
- rP.addPoint((150, 150))
- rP.addPoint((200, 200))
- rP.addPoint((250, 250), "curve", smooth=True, name='b')
- rP.addPoint((300, 300), "line", smooth=False, name='c')
- rP.addPoint((350, 350))
- rP.addPoint((400, 400))
- rP.addPoint((450, 450))
- rP.addPoint((500, 500), "curve", smooth=True, name='d')
- rP.addPoint((550, 550))
- rP.addPoint((600, 600))
- rP.addPoint((650, 650))
- rP.addPoint((700, 700))
- rP.addPoint((750, 750), "qcurve", smooth=False, name='e')
- rP.endPath()
diff --git a/misc/pylib/robofab/pens/rfUFOPen.pyx b/misc/pylib/robofab/pens/rfUFOPen.pyx
deleted file mode 100755
index 265d7aea0..000000000
--- a/misc/pylib/robofab/pens/rfUFOPen.pyx
+++ /dev/null
@@ -1,103 +0,0 @@
-"""Pens for creating UFO glyphs."""
-
-from robofab.objects.objectsBase import MOVE, LINE, CORNER, CURVE, QCURVE, OFFCURVE
-from robofab.objects.objectsRF import RContour, RSegment, RPoint
-from robofab.pens.pointPen import BasePointToSegmentPen
-from robofab.pens.adapterPens import SegmentToPointPen
-
-
-class RFUFOPen(SegmentToPointPen):
-
- def __init__(self, glyph):
- SegmentToPointPen.__init__(self, RFUFOPointPen(glyph))
-
-
-class RFUFOPointPen(BasePointToSegmentPen):
-
- """Point pen for building objectsRF glyphs"""
-
- def __init__(self, glyph):
- BasePointToSegmentPen.__init__(self)
- self.glyph = glyph
-
- def _flushContour(self, segments):
- #
- # adapted from robofab.pens.adapterPens.PointToSegmentPen
- #
- assert len(segments) >= 1
- # if we only have one point and it has a name, we must have an anchor
- first = segments[0]
- segmentType, points = first
- pt, smooth, name, kwargs = points[0]
- if len(segments) == 1 and name != None:
- self.glyph.appendAnchor(name, pt)
- return
- # we must have a contour
- contour = RContour()
- contour.setParent(self.glyph)
- if segments[0][0] == "move":
- # It's an open path.
- closed = False
- points = segments[0][1]
- assert len(points) == 1
- movePt, smooth, name, kwargs = points[0]
- del segments[0]
- else:
- # It's a closed path, do a moveTo to the last
- # point of the last segment. only if it isn't a qcurve
- closed = True
- segmentType, points = segments[-1]
- movePt, smooth, name, kwargs = points[-1]
- ## THIS IS STILL UNDECIDED!!!
- # since objectsRF currently follows the FL model of not
- # allowing open contours, remove the last segment
- # since it is being replaced by a move
- if segmentType == 'line':
- del segments[-1]
- # construct a move segment and apply it to the contour if we aren't dealing with a qcurve
- segment = RSegment()
- segment.setParent(contour)
- segment.smooth = smooth
- rPoint = RPoint(x=movePt[0], y=movePt[1], pointType=MOVE, name=name)
- rPoint.setParent(segment)
- segment.points = [rPoint]
- contour.segments.append(segment)
- # do the rest of the segments
- for segmentType, points in segments:
- points = [(pt, name) for pt, smooth, name, kwargs in points]
- if segmentType == "line":
- assert len(points) == 1
- sType = LINE
- elif segmentType == "curve":
- sType = CURVE
- elif segmentType == "qcurve":
- sType = QCURVE
- else:
- assert 0, "illegal segmentType: %s" % segmentType
- segment = RSegment()
- segment.setParent(contour)
- segment.smooth = smooth
- rPoints = []
- # handle the offCurves
- for point in points[:-1]:
- point, name = point
- rPoint = RPoint(x=point[0], y=point[1], pointType=OFFCURVE, name=name)
- rPoint.setParent(segment)
- rPoints.append(rPoint)
- # now the onCurve
- point, name = points[-1]
- rPoint = RPoint(x=point[0], y=point[1], pointType=sType, name=name)
- rPoint.setParent(segment)
- rPoints.append(rPoint)
- # apply them to the segment
- segment.points = rPoints
- contour.segments.append(segment)
- if contour.segments[-1].type == "curve":
- contour.segments[-1].points[-1].name = None
- self.glyph.contours.append(contour)
-
- def addComponent(self, glyphName, transform):
- xx, xy, yx, yy, dx, dy = transform
- self.glyph.appendComponent(baseGlyph=glyphName, offset=(dx, dy), scale=(xx, yy))
-
-
diff --git a/misc/pylib/robofab/plistFromTree.py b/misc/pylib/robofab/plistFromTree.py
deleted file mode 100755
index 5bf608467..000000000
--- a/misc/pylib/robofab/plistFromTree.py
+++ /dev/null
@@ -1,43 +0,0 @@
-"""Small helper module to parse Plist-formatted data from trees as created
-by xmlTreeBuilder.
-"""
-
-
-__all__ = "readPlistFromTree"
-
-
-from plistlib import PlistParser
-
-
-def readPlistFromTree(tree):
- """Given a (sub)tree created by xmlTreeBuilder, interpret it
- as Plist-formatted data, and return the root object.
- """
- parser = PlistTreeParser()
- return parser.parseTree(tree)
-
-
-class PlistTreeParser(PlistParser):
-
- def parseTree(self, tree):
- element, attributes, children = tree
- self.parseElement(element, attributes, children)
- return self.root
-
- def parseElement(self, element, attributes, children):
- self.handleBeginElement(element, attributes)
- for child in children:
- if isinstance(child, tuple):
- self.parseElement(child[0], child[1], child[2])
- else:
- if not isinstance(child, unicode):
- # ugh, xmlTreeBuilder returns utf-8 :-(
- child = unicode(child, "utf-8")
- self.handleData(child)
- self.handleEndElement(element)
-
-
-if __name__ == "__main__":
- from xmlTreeBuilder import buildTree
- tree = buildTree("xxx.plist", stripData=0)
- print readPlistFromTree(tree)
diff --git a/misc/pylib/robofab/plistlib.py b/misc/pylib/robofab/plistlib.py
deleted file mode 100755
index 282b7ea3e..000000000
--- a/misc/pylib/robofab/plistlib.py
+++ /dev/null
@@ -1,495 +0,0 @@
-"""plistlib.py -- a tool to generate and parse MacOSX .plist files.
-
-The PropertList (.plist) file format is a simple XML pickle supporting
-basic object types, like dictionaries, lists, numbers and strings.
-Usually the top level object is a dictionary.
-
-To write out a plist file, use the writePlist(rootObject, pathOrFile)
-function. 'rootObject' is the top level object, 'pathOrFile' is a
-filename or a (writable) file object.
-
-To parse a plist from a file, use the readPlist(pathOrFile) function,
-with a file name or a (readable) file object as the only argument. It
-returns the top level object (again, usually a dictionary).
-
-To work with plist data in strings, you can use readPlistFromString()
-and writePlistToString().
-
-Values can be strings, integers, floats, booleans, tuples, lists,
-dictionaries, Data or datetime.datetime objects. String values (including
-dictionary keys) may be unicode strings -- they will be written out as
-UTF-8.
-
-The <data> plist type is supported through the Data class. This is a
-thin wrapper around a Python string.
-
-Generate Plist example:
-
- pl = dict(
- aString="Doodah",
- aList=["A", "B", 12, 32.1, [1, 2, 3]],
- aFloat = 0.1,
- anInt = 728,
- aDict=dict(
- anotherString="<hello & hi there!>",
- aUnicodeValue=u'M\xe4ssig, Ma\xdf',
- aTrueValue=True,
- aFalseValue=False,
- ),
- someData = Data("<binary gunk>"),
- someMoreData = Data("<lots of binary gunk>" * 10),
- aDate = datetime.fromtimestamp(time.mktime(time.gmtime())),
- )
- # unicode keys are possible, but a little awkward to use:
- pl[u'\xc5benraa'] = "That was a unicode key."
- writePlist(pl, fileName)
-
-Parse Plist example:
-
- pl = readPlist(pathOrFile)
- print pl["aKey"]
-"""
-
-
-__all__ = [
- "readPlist", "writePlist", "readPlistFromString", "writePlistToString",
- "readPlistFromResource", "writePlistToResource",
- "Plist", "Data", "Dict"
-]
-# Note: the Plist and Dict classes have been deprecated.
-
-import binascii
-from cStringIO import StringIO
-import re
-try:
- from datetime import datetime
-except ImportError:
- # We're running on Python < 2.3, we don't support dates here,
- # yet we provide a stub class so type dispatching works.
- class datetime(object):
- def __init__(self, *args, **kwargs):
- raise ValueError("datetime is not supported")
-
-
-def readPlist(pathOrFile):
- """Read a .plist file. 'pathOrFile' may either be a file name or a
- (readable) file object. Return the unpacked root object (which
- usually is a dictionary).
- """
- didOpen = 0
- if isinstance(pathOrFile, (str, unicode)):
- pathOrFile = open(pathOrFile)
- didOpen = 1
- p = PlistParser()
- rootObject = p.parse(pathOrFile)
- if didOpen:
- pathOrFile.close()
- return rootObject
-
-
-def writePlist(rootObject, pathOrFile):
- """Write 'rootObject' to a .plist file. 'pathOrFile' may either be a
- file name or a (writable) file object.
- """
- didOpen = 0
- if isinstance(pathOrFile, (str, unicode)):
- pathOrFile = open(pathOrFile, "w")
- didOpen = 1
- writer = PlistWriter(pathOrFile)
- writer.writeln("<plist version=\"1.0\">")
- writer.writeValue(rootObject)
- writer.writeln("</plist>")
- if didOpen:
- pathOrFile.close()
-
-
-def readPlistFromString(data):
- """Read a plist data from a string. Return the root object.
- """
- return readPlist(StringIO(data))
-
-
-def writePlistToString(rootObject):
- """Return 'rootObject' as a plist-formatted string.
- """
- f = StringIO()
- writePlist(rootObject, f)
- return f.getvalue()
-
-
-def readPlistFromResource(path, restype='plst', resid=0):
- """Read plst resource from the resource fork of path.
- """
- from Carbon.File import FSRef, FSGetResourceForkName
- from Carbon.Files import fsRdPerm
- from Carbon import Res
- fsRef = FSRef(path)
- resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdPerm)
- Res.UseResFile(resNum)
- plistData = Res.Get1Resource(restype, resid).data
- Res.CloseResFile(resNum)
- return readPlistFromString(plistData)
-
-
-def writePlistToResource(rootObject, path, restype='plst', resid=0):
- """Write 'rootObject' as a plst resource to the resource fork of path.
- """
- from Carbon.File import FSRef, FSGetResourceForkName
- from Carbon.Files import fsRdWrPerm
- from Carbon import Res
- plistData = writePlistToString(rootObject)
- fsRef = FSRef(path)
- resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdWrPerm)
- Res.UseResFile(resNum)
- try:
- Res.Get1Resource(restype, resid).RemoveResource()
- except Res.Error:
- pass
- res = Res.Resource(plistData)
- res.AddResource(restype, resid, '')
- res.WriteResource()
- Res.CloseResFile(resNum)
-
-
-class DumbXMLWriter:
-
- def __init__(self, file, indentLevel=0, indent="\t"):
- self.file = file
- self.stack = []
- self.indentLevel = indentLevel
- self.indent = indent
-
- def beginElement(self, element):
- self.stack.append(element)
- self.writeln("<%s>" % element)
- self.indentLevel += 1
-
- def endElement(self, element):
- assert self.indentLevel > 0
- assert self.stack.pop() == element
- self.indentLevel -= 1
- self.writeln("</%s>" % element)
-
- def simpleElement(self, element, value=None):
- if value is not None:
- value = _escapeAndEncode(value)
- self.writeln("<%s>%s</%s>" % (element, value, element))
- else:
- self.writeln("<%s/>" % element)
-
- def writeln(self, line):
- if line:
- self.file.write(self.indentLevel * self.indent + line + "\n")
- else:
- self.file.write("\n")
-
-
-# Contents should conform to a subset of ISO 8601
-# (in particular, YYYY '-' MM '-' DD 'T' HH ':' MM ':' SS 'Z'. Smaller units may be omitted with
-# a loss of precision)
-_dateParser = re.compile(r"(?P<year>\d\d\d\d)(?:-(?P<month>\d\d)(?:-(?P<day>\d\d)(?:T(?P<hour>\d\d)(?::(?P<minute>\d\d)(?::(?P<second>\d\d))?)?)?)?)?Z")
-
-def _dateFromString(s):
- order = ('year', 'month', 'day', 'hour', 'minute', 'second')
- gd = _dateParser.match(s).groupdict()
- lst = []
- for key in order:
- val = gd[key]
- if val is None:
- break
- lst.append(int(val))
- return datetime(*lst)
-
-def _dateToString(d):
- return '%04d-%02d-%02dT%02d:%02d:%02dZ' % (
- d.year, d.month, d.day,
- d.hour, d.minute, d.second
- )
-
-
-# Regex to find any control chars, except for \t \n and \r
-_controlCharPat = re.compile(
- r"[\x00\x01\x02\x03\x04\x05\x06\x07\x08\x0b\x0c\x0e\x0f"
- r"\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f]")
-
-def _escapeAndEncode(text):
- m = _controlCharPat.search(text)
- if m is not None:
- raise ValueError("strings can't contains control characters; "
- "use plistlib.Data instead")
- text = text.replace("\r\n", "\n") # convert DOS line endings
- text = text.replace("\r", "\n") # convert Mac line endings
- text = text.replace("&", "&amp;") # escape '&'
- text = text.replace("<", "&lt;") # escape '<'
- text = text.replace(">", "&gt;") # escape '>'
- return text.encode("utf-8") # encode as UTF-8
-
-
-PLISTHEADER = """\
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-"""
-
-class PlistWriter(DumbXMLWriter):
-
- def __init__(self, file, indentLevel=0, indent="\t", writeHeader=1):
- if writeHeader:
- file.write(PLISTHEADER)
- DumbXMLWriter.__init__(self, file, indentLevel, indent)
-
- def writeValue(self, value):
- if isinstance(value, (str, unicode)):
- self.simpleElement("string", value)
- elif isinstance(value, bool):
- # must switch for bool before int, as bool is a
- # subclass of int...
- if value:
- self.simpleElement("true")
- else:
- self.simpleElement("false")
- elif isinstance(value, (int, long)):
- self.simpleElement("integer", "%d" % value)
- elif isinstance(value, float):
- self.simpleElement("real", repr(value))
- elif isinstance(value, dict):
- self.writeDict(value)
- elif isinstance(value, Data):
- self.writeData(value)
- elif isinstance(value, datetime):
- self.simpleElement("date", _dateToString(value))
- elif isinstance(value, (tuple, list)):
- self.writeArray(value)
- else:
- raise TypeError("unsuported type: %s" % type(value))
-
- def writeData(self, data):
- self.beginElement("data")
- self.indentLevel -= 1
- maxlinelength = 76 - len(self.indent.replace("\t", " " * 8) *
- self.indentLevel)
- for line in data.asBase64(maxlinelength).split("\n"):
- if line:
- self.writeln(line)
- self.indentLevel += 1
- self.endElement("data")
-
- def writeDict(self, d):
- self.beginElement("dict")
- items = d.items()
- items.sort()
- for key, value in items:
- if not isinstance(key, (str, unicode)):
- raise TypeError("keys must be strings")
- self.simpleElement("key", key)
- self.writeValue(value)
- self.endElement("dict")
-
- def writeArray(self, array):
- self.beginElement("array")
- for value in array:
- self.writeValue(value)
- self.endElement("array")
-
-
-class _InternalDict(dict):
-
- # This class is needed while Dict is scheduled for deprecation:
- # we only need to warn when a *user* instantiates Dict or when
- # the "attribute notation for dict keys" is used.
-
- def __getattr__(self, attr):
- try:
- value = self[attr]
- except KeyError:
- raise AttributeError, attr
- from warnings import warn
- warn("Attribute access from plist dicts is deprecated, use d[key] "
- "notation instead", PendingDeprecationWarning)
- return value
-
- def __setattr__(self, attr, value):
- from warnings import warn
- warn("Attribute access from plist dicts is deprecated, use d[key] "
- "notation instead", PendingDeprecationWarning)
- self[attr] = value
-
- def __delattr__(self, attr):
- try:
- del self[attr]
- except KeyError:
- raise AttributeError, attr
- from warnings import warn
- warn("Attribute access from plist dicts is deprecated, use d[key] "
- "notation instead", PendingDeprecationWarning)
-
-class Dict(_InternalDict):
-
- def __init__(self, **kwargs):
- from warnings import warn
- warn("The plistlib.Dict class is deprecated, use builtin dict instead",
- PendingDeprecationWarning)
- super(Dict, self).__init__(**kwargs)
-
-
-class Plist(_InternalDict):
-
- """This class has been deprecated. Use readPlist() and writePlist()
- functions instead, together with regular dict objects.
- """
-
- def __init__(self, **kwargs):
- from warnings import warn
- warn("The Plist class is deprecated, use the readPlist() and "
- "writePlist() functions instead", PendingDeprecationWarning)
- super(Plist, self).__init__(**kwargs)
-
- def fromFile(cls, pathOrFile):
- """Deprecated. Use the readPlist() function instead."""
- rootObject = readPlist(pathOrFile)
- plist = cls()
- plist.update(rootObject)
- return plist
- fromFile = classmethod(fromFile)
-
- def write(self, pathOrFile):
- """Deprecated. Use the writePlist() function instead."""
- writePlist(self, pathOrFile)
-
-
-def _encodeBase64(s, maxlinelength=76):
- # copied from base64.encodestring(), with added maxlinelength argument
- maxbinsize = (maxlinelength//4)*3
- pieces = []
- for i in range(0, len(s), maxbinsize):
- chunk = s[i : i + maxbinsize]
- pieces.append(binascii.b2a_base64(chunk))
- return "".join(pieces)
-
-class Data:
-
- """Wrapper for binary data."""
-
- def __init__(self, data):
- self.data = data
-
- def fromBase64(cls, data):
- # base64.decodestring just calls binascii.a2b_base64;
- # it seems overkill to use both base64 and binascii.
- return cls(binascii.a2b_base64(data))
- fromBase64 = classmethod(fromBase64)
-
- def asBase64(self, maxlinelength=76):
- return _encodeBase64(self.data, maxlinelength)
-
- def __cmp__(self, other):
- if isinstance(other, self.__class__):
- return cmp(self.data, other.data)
- elif isinstance(other, str):
- return cmp(self.data, other)
- else:
- return cmp(id(self), id(other))
-
- def __repr__(self):
- return "%s(%s)" % (self.__class__.__name__, repr(self.data))
-
-
-class PlistParser:
-
- def __init__(self):
- self.stack = []
- self.currentKey = None
- self.root = None
-
- def parse(self, fileobj):
- from xml.parsers.expat import ParserCreate
- parser = ParserCreate()
- parser.StartElementHandler = self.handleBeginElement
- parser.EndElementHandler = self.handleEndElement
- parser.CharacterDataHandler = self.handleData
- parser.ParseFile(fileobj)
- return self.root
-
- def handleBeginElement(self, element, attrs):
- self.data = []
- handler = getattr(self, "begin_" + element, None)
- if handler is not None:
- handler(attrs)
-
- def handleEndElement(self, element):
- handler = getattr(self, "end_" + element, None)
- if handler is not None:
- handler()
-
- def handleData(self, data):
- self.data.append(data)
-
- def addObject(self, value):
- if self.currentKey is not None:
- self.stack[-1][self.currentKey] = value
- self.currentKey = None
- elif not self.stack:
- # this is the root object
- self.root = value
- else:
- self.stack[-1].append(value)
-
- def getData(self):
- data = "".join(self.data)
- try:
- data = data.encode("ascii")
- except UnicodeError:
- pass
- self.data = []
- return data
-
- # element handlers
-
- def begin_dict(self, attrs):
- d = _InternalDict()
- self.addObject(d)
- self.stack.append(d)
- def end_dict(self):
- self.stack.pop()
-
- def end_key(self):
- self.currentKey = self.getData()
-
- def begin_array(self, attrs):
- a = []
- self.addObject(a)
- self.stack.append(a)
- def end_array(self):
- self.stack.pop()
-
- def end_true(self):
- self.addObject(True)
- def end_false(self):
- self.addObject(False)
- def end_integer(self):
- self.addObject(int(self.getData()))
- def end_real(self):
- self.addObject(float(self.getData()))
- def end_string(self):
- self.addObject(self.getData())
- def end_data(self):
- self.addObject(Data.fromBase64(self.getData()))
- def end_date(self):
- self.addObject(_dateFromString(self.getData()))
-
-
-# cruft to support booleans in Python <= 2.3
-import sys
-if sys.version_info[:2] < (2, 3):
- # Python 2.2 and earlier: no booleans
- # Python 2.2.x: booleans are ints
- class bool(int):
- """Imitation of the Python 2.3 bool object."""
- def __new__(cls, value):
- return int.__new__(cls, not not value)
- def __repr__(self):
- if self:
- return "True"
- else:
- return "False"
- True = bool(1)
- False = bool(0)
diff --git a/misc/pylib/robofab/setup.py b/misc/pylib/robofab/setup.py
deleted file mode 100755
index 813807a47..000000000
--- a/misc/pylib/robofab/setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
-from distutils.core import setup
-from distutils.extension import Extension
-from Cython.Distutils import build_ext
-
-ext_modules = [
- Extension("objects.objectsBase", ["objects/objectsBase.pyx"]),
- Extension("objects.objectsRF", ["objects/objectsRF.pyx"]),
- Extension("pens.rfUFOPen", ["pens/rfUFOPen.pyx"]),
- Extension("pens.boundsPen", ["pens/boundsPen.pyx"]),
- Extension("xmlTreeBuilder", ["xmlTreeBuilder.pyx"]),
- Extension("misc.arrayTools", ["misc/arrayTools.pyx"]),
- Extension("glifLib", ["glifLib.pyx"]),
-]
-
-setup(
- name = 'robofab',
- cmdclass = {'build_ext': build_ext},
- ext_modules = ext_modules
-)
diff --git a/misc/pylib/robofab/test/__init__.py b/misc/pylib/robofab/test/__init__.py
deleted file mode 100755
index f34415804..000000000
--- a/misc/pylib/robofab/test/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""Directory for unit tests.
-
-Modules here are typically named text_<something>.py, where <something> is
-usually a module name, for example "test_flPen.py", but it can also be the name
-of an area or concept to be tested, for example "test_drawing.py".
-
-Testmodules should use the unittest framework.
-"""
diff --git a/misc/pylib/robofab/test/runAll.py b/misc/pylib/robofab/test/runAll.py
deleted file mode 100644
index 28446a7b8..000000000
--- a/misc/pylib/robofab/test/runAll.py
+++ /dev/null
@@ -1,27 +0,0 @@
-import os
-import glob
-import unittest
-
-import robofab.test
-
-if __name__ == "__main__":
- testDir = os.path.dirname(robofab.test.__file__)
- testFiles = glob.glob1(testDir, "test_*.py")
-
- loader = unittest.TestLoader()
- suites = []
- for fileName in testFiles:
- modName = "robofab.test." + fileName[:-3]
- print "importing", fileName
- try:
- mod = __import__(modName, {}, {}, ["*"])
- except ImportError:
- print "*** skipped", fileName
- continue
-
- suites.append(loader.loadTestsFromModule(mod))
-
- print "running tests..."
- testRunner = unittest.TextTestRunner(verbosity=0)
- testSuite = unittest.TestSuite(suites)
- testRunner.run(testSuite)
diff --git a/misc/pylib/robofab/test/testSupport.py b/misc/pylib/robofab/test/testSupport.py
deleted file mode 100755
index f7f96c9ff..000000000
--- a/misc/pylib/robofab/test/testSupport.py
+++ /dev/null
@@ -1,278 +0,0 @@
-"""Miscellaneous helpers for our test suite."""
-
-
-import sys
-import os
-import types
-import unittest
-
-
-def getDemoFontPath():
- """Return the path to Data/DemoFont.ufo/."""
- import robofab
- root = os.path.dirname(os.path.dirname(os.path.dirname(robofab.__file__)))
- return os.path.join(root, "Data", "DemoFont.ufo")
-
-
-def getDemoFontGlyphSetPath():
- """Return the path to Data/DemoFont.ufo/glyphs/."""
- return os.path.join(getDemoFontPath(), "glyphs")
-
-
-def _gatherTestCasesFromCallerByMagic():
- # UGLY magic: fetch TestClass subclasses from the globals of our
- # caller's caller.
- frame = sys._getframe(2)
- return _gatherTestCasesFromDict(frame.f_globals)
-
-
-def _gatherTestCasesFromDict(d):
- testCases = []
- for ob in d.values():
- if isinstance(ob, type) and issubclass(ob, unittest.TestCase):
- testCases.append(ob)
- return testCases
-
-
-def runTests(testCases=None, verbosity=1):
- """Run a series of tests."""
- if testCases is None:
- testCases = _gatherTestCasesFromCallerByMagic()
- loader = unittest.TestLoader()
- suites = []
- for testCase in testCases:
- suites.append(loader.loadTestsFromTestCase(testCase))
-
- testRunner = unittest.TextTestRunner(verbosity=verbosity)
- testSuite = unittest.TestSuite(suites)
- testRunner.run(testSuite)
-
-# font info values used by several tests
-
-fontInfoVersion1 = {
- "familyName" : "Some Font (Family Name)",
- "styleName" : "Regular (Style Name)",
- "fullName" : "Some Font-Regular (Postscript Full Name)",
- "fontName" : "SomeFont-Regular (Postscript Font Name)",
- "menuName" : "Some Font Regular (Style Map Family Name)",
- "fontStyle" : 64,
- "note" : "A note.",
- "versionMajor" : 1,
- "versionMinor" : 0,
- "year" : 2008,
- "copyright" : "Copyright Some Foundry.",
- "notice" : "Some Font by Some Designer for Some Foundry.",
- "trademark" : "Trademark Some Foundry",
- "license" : "License info for Some Foundry.",
- "licenseURL" : "http://somefoundry.com/license",
- "createdBy" : "Some Foundry",
- "designer" : "Some Designer",
- "designerURL" : "http://somedesigner.com",
- "vendorURL" : "http://somefoundry.com",
- "unitsPerEm" : 1000,
- "ascender" : 750,
- "descender" : -250,
- "capHeight" : 750,
- "xHeight" : 500,
- "defaultWidth" : 400,
- "slantAngle" : -12.5,
- "italicAngle" : -12.5,
- "widthName" : "Medium (normal)",
- "weightName" : "Medium",
- "weightValue" : 500,
- "fondName" : "SomeFont Regular (FOND Name)",
- "otFamilyName" : "Some Font (Preferred Family Name)",
- "otStyleName" : "Regular (Preferred Subfamily Name)",
- "otMacName" : "Some Font Regular (Compatible Full Name)",
- "msCharSet" : 0,
- "fondID" : 15000,
- "uniqueID" : 4000000,
- "ttVendor" : "SOME",
- "ttUniqueID" : "OpenType name Table Unique ID",
- "ttVersion" : "OpenType name Table Version",
-}
-
-fontInfoVersion2 = {
- "familyName" : "Some Font (Family Name)",
- "styleName" : "Regular (Style Name)",
- "styleMapFamilyName" : "Some Font Regular (Style Map Family Name)",
- "styleMapStyleName" : "regular",
- "versionMajor" : 1,
- "versionMinor" : 0,
- "year" : 2008,
- "copyright" : "Copyright Some Foundry.",
- "trademark" : "Trademark Some Foundry",
- "unitsPerEm" : 1000,
- "descender" : -250,
- "xHeight" : 500,
- "capHeight" : 750,
- "ascender" : 750,
- "italicAngle" : -12.5,
- "note" : "A note.",
- "openTypeHeadCreated" : "2000/01/01 00:00:00",
- "openTypeHeadLowestRecPPEM" : 10,
- "openTypeHeadFlags" : [0, 1],
- "openTypeHheaAscender" : 750,
- "openTypeHheaDescender" : -250,
- "openTypeHheaLineGap" : 200,
- "openTypeHheaCaretSlopeRise" : 1,
- "openTypeHheaCaretSlopeRun" : 0,
- "openTypeHheaCaretOffset" : 0,
- "openTypeNameDesigner" : "Some Designer",
- "openTypeNameDesignerURL" : "http://somedesigner.com",
- "openTypeNameManufacturer" : "Some Foundry",
- "openTypeNameManufacturerURL" : "http://somefoundry.com",
- "openTypeNameLicense" : "License info for Some Foundry.",
- "openTypeNameLicenseURL" : "http://somefoundry.com/license",
- "openTypeNameVersion" : "OpenType name Table Version",
- "openTypeNameUniqueID" : "OpenType name Table Unique ID",
- "openTypeNameDescription" : "Some Font by Some Designer for Some Foundry.",
- "openTypeNamePreferredFamilyName" : "Some Font (Preferred Family Name)",
- "openTypeNamePreferredSubfamilyName" : "Regular (Preferred Subfamily Name)",
- "openTypeNameCompatibleFullName" : "Some Font Regular (Compatible Full Name)",
- "openTypeNameSampleText" : "Sample Text for Some Font.",
- "openTypeNameWWSFamilyName" : "Some Font (WWS Family Name)",
- "openTypeNameWWSSubfamilyName" : "Regular (WWS Subfamily Name)",
- "openTypeOS2WidthClass" : 5,
- "openTypeOS2WeightClass" : 500,
- "openTypeOS2Selection" : [3],
- "openTypeOS2VendorID" : "SOME",
- "openTypeOS2Panose" : [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
- "openTypeOS2FamilyClass" : [1, 1],
- "openTypeOS2UnicodeRanges" : [0, 1],
- "openTypeOS2CodePageRanges" : [0, 1],
- "openTypeOS2TypoAscender" : 750,
- "openTypeOS2TypoDescender" : -250,
- "openTypeOS2TypoLineGap" : 200,
- "openTypeOS2WinAscent" : 750,
- "openTypeOS2WinDescent" : -250,
- "openTypeOS2Type" : [],
- "openTypeOS2SubscriptXSize" : 200,
- "openTypeOS2SubscriptYSize" : 400,
- "openTypeOS2SubscriptXOffset" : 0,
- "openTypeOS2SubscriptYOffset" : -100,
- "openTypeOS2SuperscriptXSize" : 200,
- "openTypeOS2SuperscriptYSize" : 400,
- "openTypeOS2SuperscriptXOffset" : 0,
- "openTypeOS2SuperscriptYOffset" : 200,
- "openTypeOS2StrikeoutSize" : 20,
- "openTypeOS2StrikeoutPosition" : 300,
- "openTypeVheaVertTypoAscender" : 750,
- "openTypeVheaVertTypoDescender" : -250,
- "openTypeVheaVertTypoLineGap" : 200,
- "openTypeVheaCaretSlopeRise" : 0,
- "openTypeVheaCaretSlopeRun" : 1,
- "openTypeVheaCaretOffset" : 0,
- "postscriptFontName" : "SomeFont-Regular (Postscript Font Name)",
- "postscriptFullName" : "Some Font-Regular (Postscript Full Name)",
- "postscriptSlantAngle" : -12.5,
- "postscriptUniqueID" : 4000000,
- "postscriptUnderlineThickness" : 20,
- "postscriptUnderlinePosition" : -200,
- "postscriptIsFixedPitch" : False,
- "postscriptBlueValues" : [500, 510],
- "postscriptOtherBlues" : [-250, -260],
- "postscriptFamilyBlues" : [500, 510],
- "postscriptFamilyOtherBlues" : [-250, -260],
- "postscriptStemSnapH" : [100, 120],
- "postscriptStemSnapV" : [80, 90],
- "postscriptBlueFuzz" : 1,
- "postscriptBlueShift" : 7,
- "postscriptBlueScale" : 0.039625,
- "postscriptForceBold" : True,
- "postscriptDefaultWidthX" : 400,
- "postscriptNominalWidthX" : 400,
- "postscriptWeightName" : "Medium",
- "postscriptDefaultCharacter" : ".notdef",
- "postscriptWindowsCharacterSet" : 1,
- "macintoshFONDFamilyID" : 15000,
- "macintoshFONDName" : "SomeFont Regular (FOND Name)",
-}
-
-expectedFontInfo1To2Conversion = {
- "familyName" : "Some Font (Family Name)",
- "styleMapFamilyName" : "Some Font Regular (Style Map Family Name)",
- "styleMapStyleName" : "regular",
- "styleName" : "Regular (Style Name)",
- "unitsPerEm" : 1000,
- "ascender" : 750,
- "capHeight" : 750,
- "xHeight" : 500,
- "descender" : -250,
- "italicAngle" : -12.5,
- "versionMajor" : 1,
- "versionMinor" : 0,
- "year" : 2008,
- "copyright" : "Copyright Some Foundry.",
- "trademark" : "Trademark Some Foundry",
- "note" : "A note.",
- "macintoshFONDFamilyID" : 15000,
- "macintoshFONDName" : "SomeFont Regular (FOND Name)",
- "openTypeNameCompatibleFullName" : "Some Font Regular (Compatible Full Name)",
- "openTypeNameDescription" : "Some Font by Some Designer for Some Foundry.",
- "openTypeNameDesigner" : "Some Designer",
- "openTypeNameDesignerURL" : "http://somedesigner.com",
- "openTypeNameLicense" : "License info for Some Foundry.",
- "openTypeNameLicenseURL" : "http://somefoundry.com/license",
- "openTypeNameManufacturer" : "Some Foundry",
- "openTypeNameManufacturerURL" : "http://somefoundry.com",
- "openTypeNamePreferredFamilyName" : "Some Font (Preferred Family Name)",
- "openTypeNamePreferredSubfamilyName": "Regular (Preferred Subfamily Name)",
- "openTypeNameCompatibleFullName" : "Some Font Regular (Compatible Full Name)",
- "openTypeNameUniqueID" : "OpenType name Table Unique ID",
- "openTypeNameVersion" : "OpenType name Table Version",
- "openTypeOS2VendorID" : "SOME",
- "openTypeOS2WeightClass" : 500,
- "openTypeOS2WidthClass" : 5,
- "postscriptDefaultWidthX" : 400,
- "postscriptFontName" : "SomeFont-Regular (Postscript Font Name)",
- "postscriptFullName" : "Some Font-Regular (Postscript Full Name)",
- "postscriptSlantAngle" : -12.5,
- "postscriptUniqueID" : 4000000,
- "postscriptWeightName" : "Medium",
- "postscriptWindowsCharacterSet" : 1
-}
-
-expectedFontInfo2To1Conversion = {
- "familyName" : "Some Font (Family Name)",
- "menuName" : "Some Font Regular (Style Map Family Name)",
- "fontStyle" : 64,
- "styleName" : "Regular (Style Name)",
- "unitsPerEm" : 1000,
- "ascender" : 750,
- "capHeight" : 750,
- "xHeight" : 500,
- "descender" : -250,
- "italicAngle" : -12.5,
- "versionMajor" : 1,
- "versionMinor" : 0,
- "copyright" : "Copyright Some Foundry.",
- "trademark" : "Trademark Some Foundry",
- "note" : "A note.",
- "fondID" : 15000,
- "fondName" : "SomeFont Regular (FOND Name)",
- "fullName" : "Some Font Regular (Compatible Full Name)",
- "notice" : "Some Font by Some Designer for Some Foundry.",
- "designer" : "Some Designer",
- "designerURL" : "http://somedesigner.com",
- "license" : "License info for Some Foundry.",
- "licenseURL" : "http://somefoundry.com/license",
- "createdBy" : "Some Foundry",
- "vendorURL" : "http://somefoundry.com",
- "otFamilyName" : "Some Font (Preferred Family Name)",
- "otStyleName" : "Regular (Preferred Subfamily Name)",
- "otMacName" : "Some Font Regular (Compatible Full Name)",
- "ttUniqueID" : "OpenType name Table Unique ID",
- "ttVersion" : "OpenType name Table Version",
- "ttVendor" : "SOME",
- "weightValue" : 500,
- "widthName" : "Medium (normal)",
- "defaultWidth" : 400,
- "fontName" : "SomeFont-Regular (Postscript Font Name)",
- "fullName" : "Some Font-Regular (Postscript Full Name)",
- "slantAngle" : -12.5,
- "uniqueID" : 4000000,
- "weightName" : "Medium",
- "msCharSet" : 0,
- "year" : 2008
-}
diff --git a/misc/pylib/robofab/test/test_RInfoFL.py b/misc/pylib/robofab/test/test_RInfoFL.py
deleted file mode 100644
index bfbd13477..000000000
--- a/misc/pylib/robofab/test/test_RInfoFL.py
+++ /dev/null
@@ -1,111 +0,0 @@
-import unittest
-from cStringIO import StringIO
-import sys
-from robofab import ufoLib
-from robofab.objects.objectsFL import NewFont
-from robofab.test.testSupport import fontInfoVersion1, fontInfoVersion2
-
-
-class RInfoRFTestCase(unittest.TestCase):
-
- def testRoundTripVersion2(self):
- font = NewFont()
- infoObject = font.info
- for attr, value in fontInfoVersion2.items():
- if attr in infoObject._ufoToFLAttrMapping and infoObject._ufoToFLAttrMapping[attr]["nakedAttribute"] is None:
- continue
- setattr(infoObject, attr, value)
- newValue = getattr(infoObject, attr)
- self.assertEqual((attr, newValue), (attr, value))
- font.close()
-
- def testVersion2UnsupportedSet(self):
- saveStderr = sys.stderr
- saveStdout = sys.stdout
- tempStderr = StringIO()
- sys.stderr = tempStderr
- sys.stdout = tempStderr
- font = NewFont()
- infoObject = font.info
- requiredWarnings = []
- try:
- for attr, value in fontInfoVersion2.items():
- if attr in infoObject._ufoToFLAttrMapping and infoObject._ufoToFLAttrMapping[attr]["nakedAttribute"] is not None:
- continue
- setattr(infoObject, attr, value)
- s = "The attribute %s is not supported by FontLab." % attr
- requiredWarnings.append((attr, s))
- finally:
- sys.stderr = saveStderr
- sys.stdout = saveStdout
- tempStderr = tempStderr.getvalue()
- for attr, line in requiredWarnings:
- self.assertEquals((attr, line in tempStderr), (attr, True))
- font.close()
-
- def testVersion2UnsupportedGet(self):
- saveStderr = sys.stderr
- saveStdout = sys.stdout
- tempStderr = StringIO()
- sys.stderr = tempStderr
- sys.stdout = tempStderr
- font = NewFont()
- infoObject = font.info
- requiredWarnings = []
- try:
- for attr, value in fontInfoVersion2.items():
- if attr in infoObject._ufoToFLAttrMapping and infoObject._ufoToFLAttrMapping[attr]["nakedAttribute"] is not None:
- continue
- getattr(infoObject, attr, value)
- s = "The attribute %s is not supported by FontLab." % attr
- requiredWarnings.append((attr, s))
- finally:
- sys.stderr = saveStderr
- sys.stdout = saveStdout
- tempStderr = tempStderr.getvalue()
- for attr, line in requiredWarnings:
- self.assertEquals((attr, line in tempStderr), (attr, True))
- font.close()
-
- def testRoundTripVersion1(self):
- font = NewFont()
- infoObject = font.info
- for attr, value in fontInfoVersion1.items():
- if attr not in ufoLib.deprecatedFontInfoAttributesVersion2:
- setattr(infoObject, attr, value)
- for attr, expectedValue in fontInfoVersion1.items():
- if attr not in ufoLib.deprecatedFontInfoAttributesVersion2:
- value = getattr(infoObject, attr)
- self.assertEqual((attr, expectedValue), (attr, value))
- font.close()
-
- def testVersion1DeprecationRoundTrip(self):
- saveStderr = sys.stderr
- saveStdout = sys.stdout
- tempStderr = StringIO()
- sys.stderr = tempStderr
- sys.stdout = tempStderr
- font = NewFont()
- infoObject = font.info
- requiredWarnings = []
- try:
- for attr, value in fontInfoVersion1.items():
- if attr in ufoLib.deprecatedFontInfoAttributesVersion2:
- setattr(infoObject, attr, value)
- v = getattr(infoObject, attr)
- self.assertEquals((attr, value), (attr, v))
- s = "DeprecationWarning: The %s attribute has been deprecated." % attr
- requiredWarnings.append((attr, s))
- finally:
- sys.stderr = saveStderr
- sys.stdout = saveStdout
- tempStderr = tempStderr.getvalue()
- for attr, line in requiredWarnings:
- self.assertEquals((attr, line in tempStderr), (attr, True))
- font.close()
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
-
diff --git a/misc/pylib/robofab/test/test_RInfoRF.py b/misc/pylib/robofab/test/test_RInfoRF.py
deleted file mode 100644
index 3a8747033..000000000
--- a/misc/pylib/robofab/test/test_RInfoRF.py
+++ /dev/null
@@ -1,56 +0,0 @@
-import unittest
-from cStringIO import StringIO
-import sys
-from robofab import ufoLib
-from robofab.objects.objectsRF import RInfo
-from robofab.test.testSupport import fontInfoVersion1, fontInfoVersion2
-
-
-class RInfoRFTestCase(unittest.TestCase):
-
- def testRoundTripVersion2(self):
- infoObject = RInfo()
- for attr, value in fontInfoVersion2.items():
- setattr(infoObject, attr, value)
- newValue = getattr(infoObject, attr)
- self.assertEqual((attr, newValue), (attr, value))
-
- def testRoundTripVersion1(self):
- infoObject = RInfo()
- for attr, value in fontInfoVersion1.items():
- if attr not in ufoLib.deprecatedFontInfoAttributesVersion2:
- setattr(infoObject, attr, value)
- for attr, expectedValue in fontInfoVersion1.items():
- if attr not in ufoLib.deprecatedFontInfoAttributesVersion2:
- value = getattr(infoObject, attr)
- self.assertEqual((attr, expectedValue), (attr, value))
-
- def testVersion1DeprecationRoundTrip(self):
- """
- unittest doesn't catch warnings in self.assertRaises,
- so some hackery is required to catch the warnings
- that are raised when setting deprecated attributes.
- """
- saveStderr = sys.stderr
- tempStderr = StringIO()
- sys.stderr = tempStderr
- infoObject = RInfo()
- requiredWarnings = []
- try:
- for attr, value in fontInfoVersion1.items():
- if attr in ufoLib.deprecatedFontInfoAttributesVersion2:
- setattr(infoObject, attr, value)
- v = getattr(infoObject, attr)
- self.assertEquals((attr, value), (attr, v))
- s = "DeprecationWarning: The %s attribute has been deprecated." % attr
- requiredWarnings.append((attr, s))
- finally:
- sys.stderr = saveStderr
- tempStderr = tempStderr.getvalue()
- for attr, line in requiredWarnings:
- self.assertEquals((attr, line in tempStderr), (attr, True))
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
diff --git a/misc/pylib/robofab/test/test_dialogs.py b/misc/pylib/robofab/test/test_dialogs.py
deleted file mode 100644
index c296a6bd7..000000000
--- a/misc/pylib/robofab/test/test_dialogs.py
+++ /dev/null
@@ -1,218 +0,0 @@
-import robofab.interface.all.dialogs
-reload(robofab.interface.all.dialogs)
-from robofab.interface.all.dialogs import *
-
-import unittest
-
-
-__all__ = [
- "AskString", #x
- "AskYesNoCancel", #x
- "FindGlyph",
- "GetFile", #x
- "GetFolder", #x
- "GetFileOrFolder", #x
- "Message", #x
- "OneList",
- "PutFile", #x
- "SearchList",
- "SelectFont",
- "SelectGlyph",
- "TwoChecks",
- "TwoFields",
- "ProgressBar",
-]
-
-class DialogRunner(object):
- def __init__(self):
- prompt = "The prompt for %s."
- message = "The message for %s."
- title = "The title for %s."
- informativeText = "The informative text for %s."
- fileTypes = ['ufo']
- fileName = "The_filename.txt"
-
- self.fonts = fonts = [self.makeTestFont(n) for n in range(4)]
-
- t = "AskString"
- try:
- print "About to try", t
- print "\t>>>", AskString(
- message=prompt%t,
- value='',
- title=title%t
- )
- except NotImplementedError:
- print t, "is not implemented."
-
- t = "AskYesNoCancel"
- try:
- print "About to try", t
- print "\t>>>", AskYesNoCancel(
- message=prompt%t+" default set to 0",
- title=title%t,
- default=0,
- informativeText=informativeText%t
- )
- print "\t>>>", AskYesNoCancel(
- message=prompt%t+" default set to 1",
- title=title%t,
- default=1,
- informativeText=informativeText%t
- )
- except NotImplementedError:
- print t, "is not implemented."
-
- t = "GetFile"
- try:
- print "About to try", t
- print "\t>>>", GetFile(
- message=message%t+" Only fileTypes "+`fileTypes`,
- title=title%t,
- directory=None,
- fileName=fileName,
- allowsMultipleSelection=False,
- fileTypes=fileTypes
- )
- print "\t>>>", GetFile(
- message=message%t+" All filetypes, allow multiple selection.",
- title=title%t,
- directory=None,
- fileName=fileName,
- allowsMultipleSelection=True,
- fileTypes=None
- )
- except NotImplementedError:
- print t, "is not implemented."
-
- t = "GetFolder"
- try:
- print "About to try", t
- print "\t>>>", GetFolder(
- message=message%t,
- title=title%t,
- directory=None,
- allowsMultipleSelection=False
- )
- print "\t>>>", GetFolder(
- message=message%t + " Allow multiple selection.",
- title=title%t,
- directory=None,
- allowsMultipleSelection=True
- )
- except NotImplementedError:
- print t, "is not implemented."
-
- t = "GetFileOrFolder"
- try:
- print "About to try", t
- print "\t>>>", GetFileOrFolder(
- message=message%t+" Only fileTypes "+`fileTypes`,
- title=title%t,
- directory=None,
- fileName=fileName,
- allowsMultipleSelection=False,
- fileTypes=fileTypes
- )
- print "\t>>>", GetFileOrFolder(
- message=message%t + " Allow multiple selection.",
- title=title%t,
- directory=None,
- fileName=fileName,
- allowsMultipleSelection=True,
- fileTypes=None
- )
- except NotImplementedError:
- print t, "is not implemented."
-
- t = "Message"
- try:
- print "About to try", t
- print "\t>>>", Message(
- message=message%t,
- title=title%t,
- informativeText=informativeText%t
- )
- except NotImplementedError:
- print t, "is not implemented."
-
- t = "PutFile"
- try:
- print "About to try", t
- print "\t>>>", PutFile(
- message=message%t,
- fileName=fileName,
- )
- except NotImplementedError:
- print t, "is not implemented."
-
- # t = "SelectFont"
- # try:
- #print "About to try", t
- # print "\t>>>", SelectFont(
- # message=message%t,
- # title=title%t,
- # allFonts=fonts,
- # )
- # except NotImplementedError:
- # print t, "is not implemented."
-
- # t = 'SelectGlyph'
- # try:
- #print "About to try", t
- # print "\t>>>", SelectGlyph(
- # font=fonts[0],
- # message=message%t,
- # title=title%t,
- # )
- # except NotImplementedError:
- # print t, "is not implemented."
-
- print 'No more tests.'
-
- def makeTestFont(self, number):
- from robofab.objects.objectsRF import RFont as _RFont
- f = _RFont()
- f.info.familyName = "TestFamily"
- f.info.styleName = "weight%d"%number
- f.info.postscriptFullName = "%s %s"%(f.info.familyName, f.info.styleName)
- # make some glyphs
- for name in ['A', 'B', 'C']:
- g = f.newGlyph(name)
- pen = g.getPen()
- pen.moveTo((0,0))
- pen.lineTo((500, 0))
- pen.lineTo((500, 800))
- pen.lineTo((0, 800))
- pen.closePath()
- return f
-
-
-class DialogTests(unittest.TestCase):
- def setUp(self):
- from robofab.interface.all.dialogs import test
- test()
-
- def tearDown(self):
- pass
-
- def testDialogs(self):
- import robofab.interface.all.dialogs
- dialogModuleName = robofab.interface.all.dialogs.platformApplicationModuleName
- application = robofab.interface.all.dialogs.application
-
- if application is None and dialogModuleName == "dialogs_mac_vanilla":
- # in vanilla, but not in a host application, run with executeVanillaTest
- print
- print "I'm running these tests with executeVanillaTest"
- from vanilla.test.testTools import executeVanillaTest
- executeVanillaTest(DialogRunner)
- else:
- print
- print "I'm running these tests natively in"
- DialogRunner()
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
diff --git a/misc/pylib/robofab/test/test_fontLabUFOReadWrite.py b/misc/pylib/robofab/test/test_fontLabUFOReadWrite.py
deleted file mode 100644
index 91c072d26..000000000
--- a/misc/pylib/robofab/test/test_fontLabUFOReadWrite.py
+++ /dev/null
@@ -1,565 +0,0 @@
-import os
-import shutil
-import unittest
-import tempfile
-from robofab.plistlib import readPlist
-import robofab
-from robofab.ufoLib import UFOReader, UFOWriter
-from robofab.test.testSupport import fontInfoVersion2, expectedFontInfo1To2Conversion
-from robofab.objects.objectsFL import NewFont, OpenFont
-
-vfbPath = os.path.dirname(robofab.__file__)
-vfbPath = os.path.dirname(vfbPath)
-vfbPath = os.path.dirname(vfbPath)
-vfbPath = os.path.join(vfbPath, "TestData", "TestFont1.vfb")
-
-ufoPath1 = os.path.dirname(robofab.__file__)
-ufoPath1 = os.path.dirname(ufoPath1)
-ufoPath1 = os.path.dirname(ufoPath1)
-ufoPath1 = os.path.join(ufoPath1, "TestData", "TestFont1 (UFO1).ufo")
-ufoPath2 = ufoPath1.replace("TestFont1 (UFO1).ufo", "TestFont1 (UFO2).ufo")
-
-
-expectedFormatVersion1Features = """@myClass = [A B];
-
-feature liga {
- sub A A by b;
-} liga;
-"""
-
-# robofab should remove these from the lib after a load.
-removeFromFormatVersion1Lib = [
- "org.robofab.opentype.classes",
- "org.robofab.opentype.features",
- "org.robofab.opentype.featureorder",
- "org.robofab.postScriptHintData"
-]
-
-
-class ReadUFOFormatVersion1TestCase(unittest.TestCase):
-
- def setUpFont(self, doInfo=False, doKerning=False, doGroups=False, doLib=False, doFeatures=False):
- self.font = NewFont()
- self.ufoPath = ufoPath1
- self.font.readUFO(ufoPath1, doInfo=doInfo, doKerning=doKerning, doGroups=doGroups, doLib=doLib, doFeatures=doFeatures)
- self.font.update()
-
- def tearDownFont(self):
- self.font.close()
- self.font = None
-
- def compareToUFO(self, doInfo=True, doKerning=True, doGroups=True, doLib=True, doFeatures=True):
- reader = UFOReader(self.ufoPath)
- results = {}
- if doInfo:
- infoMatches = True
- info = self.font.info
- for attr, expectedValue in expectedFontInfo1To2Conversion.items():
- writtenValue = getattr(info, attr)
- if expectedValue != writtenValue:
- infoMatches = False
- break
- results["info"]= infoMatches
- if doKerning:
- kerning = self.font.kerning.asDict()
- expectedKerning = reader.readKerning()
- results["kerning"] = expectedKerning == kerning
- if doGroups:
- groups = dict(self.font.groups)
- expectedGroups = reader.readGroups()
- results["groups"] = expectedGroups == groups
- if doFeatures:
- features = self.font.features.text
- expectedFeatures = expectedFormatVersion1Features
- # FontLab likes to add lines to the features, so skip blank lines.
- features = [line for line in features.splitlines() if line]
- expectedFeatures = [line for line in expectedFeatures.splitlines() if line]
- results["features"] = expectedFeatures == features
- if doLib:
- lib = dict(self.font.lib)
- expectedLib = reader.readLib()
- for key in removeFromFormatVersion1Lib:
- if key in expectedLib:
- del expectedLib[key]
- results["lib"] = expectedLib == lib
- return results
-
- def testFull(self):
- self.setUpFont(doInfo=True, doKerning=True, doGroups=True, doFeatures=True, doLib=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], True)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
- def testInfo(self):
- self.setUpFont(doInfo=True)
- otherResults = self.compareToUFO(doInfo=False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- info = self.font.info
- for attr, expectedValue in expectedFontInfo1To2Conversion.items():
- writtenValue = getattr(info, attr)
- self.assertEqual((attr, expectedValue), (attr, writtenValue))
- self.tearDownFont()
-
- def testFeatures(self):
- self.setUpFont(doFeatures=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testKerning(self):
- self.setUpFont(doKerning=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testGroups(self):
- self.setUpFont(doGroups=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testLib(self):
- self.setUpFont(doLib=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
-
-class ReadUFOFormatVersion2TestCase(unittest.TestCase):
-
- def setUpFont(self, doInfo=False, doKerning=False, doGroups=False, doLib=False, doFeatures=False):
- self.font = NewFont()
- self.ufoPath = ufoPath2
- self.font.readUFO(ufoPath2, doInfo=doInfo, doKerning=doKerning, doGroups=doGroups, doLib=doLib, doFeatures=doFeatures)
- self.font.update()
-
- def tearDownFont(self):
- self.font.close()
- self.font = None
-
- def compareToUFO(self, doInfo=True, doKerning=True, doGroups=True, doLib=True, doFeatures=True):
- reader = UFOReader(self.ufoPath)
- results = {}
- if doInfo:
- infoMatches = True
- info = self.font.info
- for attr, expectedValue in fontInfoVersion2.items():
- # cheat by skipping attrs that aren't supported
- if info._ufoToFLAttrMapping[attr]["nakedAttribute"] is None:
- continue
- writtenValue = getattr(info, attr)
- if expectedValue != writtenValue:
- infoMatches = False
- break
- results["info"]= infoMatches
- if doKerning:
- kerning = self.font.kerning.asDict()
- expectedKerning = reader.readKerning()
- results["kerning"] = expectedKerning == kerning
- if doGroups:
- groups = dict(self.font.groups)
- expectedGroups = reader.readGroups()
- results["groups"] = expectedGroups == groups
- if doFeatures:
- features = self.font.features.text
- expectedFeatures = reader.readFeatures()
- results["features"] = expectedFeatures == features
- if doLib:
- lib = dict(self.font.lib)
- expectedLib = reader.readLib()
- results["lib"] = expectedLib == lib
- return results
-
- def testFull(self):
- self.setUpFont(doInfo=True, doKerning=True, doGroups=True, doFeatures=True, doLib=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], True)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
- def testInfo(self):
- self.setUpFont(doInfo=True)
- otherResults = self.compareToUFO(doInfo=False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- info = self.font.info
- for attr, expectedValue in fontInfoVersion2.items():
- # cheat by skipping attrs that aren't supported
- if info._ufoToFLAttrMapping[attr]["nakedAttribute"] is None:
- continue
- writtenValue = getattr(info, attr)
- self.assertEqual((attr, expectedValue), (attr, writtenValue))
- self.tearDownFont()
-
- def testFeatures(self):
- self.setUpFont(doFeatures=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testKerning(self):
- self.setUpFont(doKerning=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testGroups(self):
- self.setUpFont(doGroups=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testLib(self):
- self.setUpFont(doLib=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
-
-class WriteUFOFormatVersion1TestCase(unittest.TestCase):
-
- def setUpFont(self, doInfo=False, doKerning=False, doGroups=False):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
- self.font = OpenFont(vfbPath)
- self.font.writeUFO(self.dstDir, doInfo=doInfo, doKerning=doKerning, doGroups=doGroups, formatVersion=1)
- self.font.close()
-
- def tearDownFont(self):
- shutil.rmtree(self.dstDir)
-
- def compareToUFO(self, doInfo=True, doKerning=True, doGroups=True, doLib=True, doFeatures=True):
- readerExpected = UFOReader(ufoPath1)
- readerWritten = UFOReader(self.dstDir)
- results = {}
- if doInfo:
- matches = True
- expectedPath = os.path.join(ufoPath1, "fontinfo.plist")
- writtenPath = os.path.join(self.dstDir, "fontinfo.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- expected = readPlist(expectedPath)
- written = readPlist(writtenPath)
- for attr, expectedValue in expected.items():
- if expectedValue != written[attr]:
- matches = False
- break
- results["info"] = matches
- if doKerning:
- matches = True
- expectedPath = os.path.join(ufoPath1, "kerning.plist")
- writtenPath = os.path.join(self.dstDir, "kerning.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- matches = readPlist(expectedPath) == readPlist(writtenPath)
- results["kerning"] = matches
- if doGroups:
- matches = True
- expectedPath = os.path.join(ufoPath1, "groups.plist")
- writtenPath = os.path.join(self.dstDir, "groups.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- matches = readPlist(expectedPath) == readPlist(writtenPath)
- results["groups"] = matches
- if doFeatures:
- matches = True
- featuresPath = os.path.join(self.dstDir, "features.fea")
- libPath = os.path.join(self.dstDir, "lib.plist")
- if os.path.exists(featuresPath):
- matches = False
- else:
- fontLib = readPlist(libPath)
- writtenText = [fontLib.get("org.robofab.opentype.classes", "")]
- features = fontLib.get("org.robofab.opentype.features", {})
- featureOrder= fontLib.get("org.robofab.opentype.featureorder", [])
- for featureName in featureOrder:
- writtenText.append(features.get(featureName, ""))
- writtenText = "\n".join(writtenText)
- # FontLab likes to add lines to the features, so skip blank lines.
- expectedText = [line for line in expectedFormatVersion1Features.splitlines() if line]
- writtenText = [line for line in writtenText.splitlines() if line]
- matches = "\n".join(expectedText) == "\n".join(writtenText)
- results["features"] = matches
- if doLib:
- matches = True
- expectedPath = os.path.join(ufoPath1, "lib.plist")
- writtenPath = os.path.join(self.dstDir, "lib.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- # the test file doesn't have the glyph order
- # so purge it from the written
- writtenLib = readPlist(writtenPath)
- del writtenLib["org.robofab.glyphOrder"]
- matches = readPlist(expectedPath) == writtenLib
- results["lib"] = matches
- return results
-
- def testFull(self):
- self.setUpFont(doInfo=True, doKerning=True, doGroups=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], True)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
- def testInfo(self):
- self.setUpFont(doInfo=True)
- otherResults = self.compareToUFO(doInfo=False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- expectedPath = os.path.join(ufoPath1, "fontinfo.plist")
- writtenPath = os.path.join(self.dstDir, "fontinfo.plist")
- expected = readPlist(expectedPath)
- written = readPlist(writtenPath)
- for attr, expectedValue in expected.items():
- self.assertEqual((attr, expectedValue), (attr, written[attr]))
- self.tearDownFont()
-
- def testFeatures(self):
- self.setUpFont()
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], True)
- self.tearDownFont()
-
- def testKerning(self):
- self.setUpFont(doKerning=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], False)
- self.tearDownFont()
-
- def testGroups(self):
- self.setUpFont(doGroups=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], True)
- self.tearDownFont()
-
- def testLib(self):
- self.setUpFont()
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
-
-
-class WriteUFOFormatVersion2TestCase(unittest.TestCase):
-
- def setUpFont(self, doInfo=False, doKerning=False, doGroups=False, doLib=False, doFeatures=False):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
- self.font = OpenFont(vfbPath)
- self.font.writeUFO(self.dstDir, doInfo=doInfo, doKerning=doKerning, doGroups=doGroups, doLib=doLib, doFeatures=doFeatures)
- self.font.close()
-
- def tearDownFont(self):
- shutil.rmtree(self.dstDir)
-
- def compareToUFO(self, doInfo=True, doKerning=True, doGroups=True, doLib=True, doFeatures=True):
- readerExpected = UFOReader(ufoPath2)
- readerWritten = UFOReader(self.dstDir)
- results = {}
- if doInfo:
- matches = True
- expectedPath = os.path.join(ufoPath2, "fontinfo.plist")
- writtenPath = os.path.join(self.dstDir, "fontinfo.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- dummyFont = NewFont()
- _ufoToFLAttrMapping = dict(dummyFont.info._ufoToFLAttrMapping)
- dummyFont.close()
- expected = readPlist(expectedPath)
- written = readPlist(writtenPath)
- for attr, expectedValue in expected.items():
- # cheat by skipping attrs that aren't supported
- if _ufoToFLAttrMapping[attr]["nakedAttribute"] is None:
- continue
- if expectedValue != written[attr]:
- matches = False
- break
- results["info"] = matches
- if doKerning:
- matches = True
- expectedPath = os.path.join(ufoPath2, "kerning.plist")
- writtenPath = os.path.join(self.dstDir, "kerning.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- matches = readPlist(expectedPath) == readPlist(writtenPath)
- results["kerning"] = matches
- if doGroups:
- matches = True
- expectedPath = os.path.join(ufoPath2, "groups.plist")
- writtenPath = os.path.join(self.dstDir, "groups.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- matches = readPlist(expectedPath) == readPlist(writtenPath)
- results["groups"] = matches
- if doFeatures:
- matches = True
- expectedPath = os.path.join(ufoPath2, "features.fea")
- writtenPath = os.path.join(self.dstDir, "features.fea")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- f = open(expectedPath, "r")
- expectedText = f.read()
- f.close()
- f = open(writtenPath, "r")
- writtenText = f.read()
- f.close()
- # FontLab likes to add lines to the features, so skip blank lines.
- expectedText = [line for line in expectedText.splitlines() if line]
- writtenText = [line for line in writtenText.splitlines() if line]
- matches = "\n".join(expectedText) == "\n".join(writtenText)
- results["features"] = matches
- if doLib:
- matches = True
- expectedPath = os.path.join(ufoPath2, "lib.plist")
- writtenPath = os.path.join(self.dstDir, "lib.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- # the test file doesn't have the glyph order
- # so purge it from the written
- writtenLib = readPlist(writtenPath)
- del writtenLib["org.robofab.glyphOrder"]
- matches = readPlist(expectedPath) == writtenLib
- results["lib"] = matches
- return results
-
- def testFull(self):
- self.setUpFont(doInfo=True, doKerning=True, doGroups=True, doFeatures=True, doLib=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], True)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
- def testInfo(self):
- self.setUpFont(doInfo=True)
- otherResults = self.compareToUFO(doInfo=False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- expectedPath = os.path.join(ufoPath2, "fontinfo.plist")
- writtenPath = os.path.join(self.dstDir, "fontinfo.plist")
- expected = readPlist(expectedPath)
- written = readPlist(writtenPath)
- dummyFont = NewFont()
- _ufoToFLAttrMapping = dict(dummyFont.info._ufoToFLAttrMapping)
- dummyFont.close()
- for attr, expectedValue in expected.items():
- # cheat by skipping attrs that aren't supported
- if _ufoToFLAttrMapping[attr]["nakedAttribute"] is None:
- continue
- self.assertEqual((attr, expectedValue), (attr, written[attr]))
- self.tearDownFont()
-
- def testFeatures(self):
- self.setUpFont(doFeatures=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testKerning(self):
- self.setUpFont(doKerning=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testGroups(self):
- self.setUpFont(doGroups=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], False)
- self.tearDownFont()
-
- def testLib(self):
- self.setUpFont(doLib=True)
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], False)
- self.assertEqual(otherResults["kerning"], False)
- self.assertEqual(otherResults["groups"], False)
- self.assertEqual(otherResults["features"], False)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
diff --git a/misc/pylib/robofab/test/test_glifLib.py b/misc/pylib/robofab/test/test_glifLib.py
deleted file mode 100644
index 13eca3a6a..000000000
--- a/misc/pylib/robofab/test/test_glifLib.py
+++ /dev/null
@@ -1,150 +0,0 @@
-import os
-import tempfile
-import shutil
-import unittest
-
-from robofab.test.testSupport import getDemoFontGlyphSetPath
-from robofab.glifLib import GlyphSet, glyphNameToFileName, READ_MODE
-from robofab.tools.glyphNameSchemes import glyphNameToShortFileName
-
-
-GLYPHSETDIR = getDemoFontGlyphSetPath()
-
-
-class GlyphSetTests(unittest.TestCase):
-
- def setUp(self):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
-
- def tearDown(self):
- shutil.rmtree(self.dstDir)
-
- def testRoundTrip(self):
- srcDir = GLYPHSETDIR
- dstDir = self.dstDir
- src = GlyphSet(srcDir)
- dst = GlyphSet(dstDir)
- for glyphName in src.keys():
- g = src[glyphName]
- g.drawPoints(None) # load attrs
- dst.writeGlyph(glyphName, g, g.drawPoints)
- # compare raw file data:
- for glyphName in src.keys():
- fileName = src.contents[glyphName]
- org = file(os.path.join(srcDir, fileName), READ_MODE).read()
- new = file(os.path.join(dstDir, fileName), READ_MODE).read()
- self.assertEqual(org, new, "%r .glif file differs after round tripping" % glyphName)
-
- def testRebuildContents(self):
- gset = GlyphSet(GLYPHSETDIR)
- contents = gset.contents
- gset.rebuildContents()
- self.assertEqual(contents, gset.contents)
-
- def testReverseContents(self):
- gset = GlyphSet(GLYPHSETDIR)
- d = {}
- for k, v in gset.getReverseContents().items():
- d[v] = k
- org = {}
- for k, v in gset.contents.items():
- org[k] = v.lower()
- self.assertEqual(d, org)
-
- def testReverseContents2(self):
- src = GlyphSet(GLYPHSETDIR)
- dst = GlyphSet(self.dstDir)
- dstMap = dst.getReverseContents()
- self.assertEqual(dstMap, {})
- for glyphName in src.keys():
- g = src[glyphName]
- g.drawPoints(None) # load attrs
- dst.writeGlyph(glyphName, g, g.drawPoints)
- self.assertNotEqual(dstMap, {})
- srcMap = dict(src.getReverseContents()) # copy
- self.assertEqual(dstMap, srcMap)
- del srcMap["a.glif"]
- dst.deleteGlyph("a")
- self.assertEqual(dstMap, srcMap)
-
- def testCustomFileNamingScheme(self):
- def myGlyphNameToFileName(glyphName, glyphSet):
- return "prefix" + glyphNameToFileName(glyphName, glyphSet)
- src = GlyphSet(GLYPHSETDIR)
- dst = GlyphSet(self.dstDir, myGlyphNameToFileName)
- for glyphName in src.keys():
- g = src[glyphName]
- g.drawPoints(None) # load attrs
- dst.writeGlyph(glyphName, g, g.drawPoints)
- d = {}
- for k, v in src.contents.items():
- print k, v
- d[k] = "prefix" + v
- self.assertEqual(d, dst.contents)
-
- def testGetUnicodes(self):
- src = GlyphSet(GLYPHSETDIR)
- unicodes = src.getUnicodes()
- for glyphName in src.keys():
- g = src[glyphName]
- g.drawPoints(None) # load attrs
- if not hasattr(g, "unicodes"):
- self.assertEqual(unicodes[glyphName], [])
- else:
- self.assertEqual(g.unicodes, unicodes[glyphName])
-
-
-class FileNameTests(unittest.TestCase):
-
- def testDefaultFileNameScheme(self):
- self.assertEqual(glyphNameToFileName("a", None), "a.glif")
- self.assertEqual(glyphNameToFileName("A", None), "A_.glif")
- self.assertEqual(glyphNameToFileName("Aring", None), "Aring_.glif")
- self.assertEqual(glyphNameToFileName("F_A_B", None), "F__A__B_.glif")
- self.assertEqual(glyphNameToFileName("A.alt", None), "A_.alt.glif")
- self.assertEqual(glyphNameToFileName("A.Alt", None), "A_.Alt_.glif")
- self.assertEqual(glyphNameToFileName(".notdef", None), "_notdef.glif")
- self.assertEqual(glyphNameToFileName("T_H", None), "T__H_.glif")
- self.assertEqual(glyphNameToFileName("T_h", None), "T__h.glif")
- self.assertEqual(glyphNameToFileName("t_h", None), "t_h.glif")
- self.assertEqual(glyphNameToFileName('F_F_I', None), "F__F__I_.glif")
- self.assertEqual(glyphNameToFileName('f_f_i', None), "f_f_i.glif")
-
-
- def testShortFileNameScheme(self):
- print "testShortFileNameScheme"
- self.assertEqual(glyphNameToShortFileName("a", None), "a.glif")
- self.assertEqual(glyphNameToShortFileName("A", None), "A_.glif")
- self.assertEqual(glyphNameToShortFileName("aE", None), "aE_.glif")
- self.assertEqual(glyphNameToShortFileName("AE", None), "A_E_.glif")
- self.assertEqual(glyphNameToShortFileName("a.alt", None), "a_alt.glif")
- self.assertEqual(glyphNameToShortFileName("A.alt", None), "A__alt.glif")
- self.assertEqual(glyphNameToShortFileName("a.alt#swash", None), "a_alt_swash.glif")
- self.assertEqual(glyphNameToShortFileName("A.alt", None), "A__alt.glif")
- self.assertEqual(glyphNameToShortFileName(".notdef", None), "_notdef.glif")
- self.assertEqual(glyphNameToShortFileName("f_f_i", None), "f_f_i.glif")
- self.assertEqual(glyphNameToShortFileName("F_F_I", None), "F__F__I_.glif")
- self.assertEqual(glyphNameToShortFileName("acircumflexdieresis.swash.alt1", None), "acircumflexdieresi0cfc8352.glif")
- self.assertEqual(glyphNameToShortFileName("acircumflexdieresis.swash.alt2", None), "acircumflexdieresi95f5d2e8.glif")
- self.assertEqual(glyphNameToShortFileName("Acircumflexdieresis.swash.alt1", None), "A_circumflexdieresed24fb56.glif")
- self.assertEqual(glyphNameToShortFileName("F#weight0.800_width0.425", None), "F__weight0_800_width0_425.glif")
- self.assertEqual(glyphNameToShortFileName("F#weight0.83245511_width0.425693567", None), "F__weight0_8324551c9a4143c.glif")
- self.assertEqual(len(glyphNameToShortFileName("F#weight0.83245511_width0.425693567", None)), 31)
-
- def testShortFileNameScheme_clashes(self):
- # test for the condition in code.robofab.com ticket #5
- name1 = glyphNameToShortFileName('Adieresis', None)
- name2 = glyphNameToShortFileName('a_dieresis', None)
- self.assertNotEqual(name1, name2)
- name1 = glyphNameToShortFileName('AE', None)
- name2 = glyphNameToShortFileName('aE', None)
- self.assertNotEqual(name1, name2)
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- import sys
- if len(sys.argv) > 1 and os.path.isdir(sys.argv[-1]):
- GLYPHSETDIR = sys.argv.pop()
- runTests()
diff --git a/misc/pylib/robofab/test/test_noneLabUFOReadWrite.py b/misc/pylib/robofab/test/test_noneLabUFOReadWrite.py
deleted file mode 100644
index 36dcc0582..000000000
--- a/misc/pylib/robofab/test/test_noneLabUFOReadWrite.py
+++ /dev/null
@@ -1,321 +0,0 @@
-import os
-import shutil
-import unittest
-import tempfile
-from robofab.plistlib import readPlist
-import robofab
-from robofab.test.testSupport import fontInfoVersion2, expectedFontInfo1To2Conversion, expectedFontInfo2To1Conversion
-from robofab.objects.objectsRF import NewFont, OpenFont
-from robofab.ufoLib import UFOReader
-
-ufoPath1 = os.path.dirname(robofab.__file__)
-ufoPath1 = os.path.dirname(ufoPath1)
-ufoPath1 = os.path.dirname(ufoPath1)
-ufoPath1 = os.path.join(ufoPath1, "TestData", "TestFont1 (UFO1).ufo")
-ufoPath2 = ufoPath1.replace("TestFont1 (UFO1).ufo", "TestFont1 (UFO2).ufo")
-
-# robofab should remove these from the lib after a load.
-removeFromFormatVersion1Lib = [
- "org.robofab.opentype.classes",
- "org.robofab.opentype.features",
- "org.robofab.opentype.featureorder",
- "org.robofab.postScriptHintData"
-]
-
-
-class ReadUFOFormatVersion1TestCase(unittest.TestCase):
-
- def setUpFont(self):
- self.font = OpenFont(ufoPath1)
- self.font.update()
-
- def tearDownFont(self):
- self.font.close()
- self.font = None
-
- def compareToUFO(self, doInfo=True):
- reader = UFOReader(ufoPath1)
- results = {}
- # info
- infoMatches = True
- info = self.font.info
- for attr, expectedValue in expectedFontInfo1To2Conversion.items():
- writtenValue = getattr(info, attr)
- if expectedValue != writtenValue:
- infoMatches = False
- break
- results["info"]= infoMatches
- # kerning
- kerning = self.font.kerning.asDict()
- expectedKerning = reader.readKerning()
- results["kerning"] = expectedKerning == kerning
- # groups
- groups = dict(self.font.groups)
- expectedGroups = reader.readGroups()
- results["groups"] = expectedGroups == groups
- # features
- features = self.font.features.text
- f = open(os.path.join(ufoPath2, "features.fea"), "r")
- expectedFeatures = f.read()
- f.close()
- match = True
- features = [line for line in features.splitlines() if line]
- expectedFeatures = [line for line in expectedFeatures.splitlines() if line]
- if expectedFeatures != features or reader.readFeatures() != "":
- match = False
- results["features"] = match
- # lib
- lib = dict(self.font.lib)
- expectedLib = reader.readLib()
- for key in removeFromFormatVersion1Lib:
- if key in expectedLib:
- del expectedLib[key]
- results["lib"] = expectedLib == lib
- return results
-
- def testFull(self):
- self.setUpFont()
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], True)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
- def testInfo(self):
- self.setUpFont()
- info = self.font.info
- for attr, expectedValue in expectedFontInfo1To2Conversion.items():
- writtenValue = getattr(info, attr)
- self.assertEqual((attr, expectedValue), (attr, writtenValue))
- self.tearDownFont()
-
-
-class ReadUFOFormatVersion2TestCase(unittest.TestCase):
-
- def setUpFont(self):
- self.font = OpenFont(ufoPath2)
- self.font.update()
-
- def tearDownFont(self):
- self.font.close()
- self.font = None
-
- def compareToUFO(self, doInfo=True):
- reader = UFOReader(ufoPath2)
- results = {}
- # info
- infoMatches = True
- info = self.font.info
- for attr, expectedValue in fontInfoVersion2.items():
- writtenValue = getattr(info, attr)
- if expectedValue != writtenValue:
- infoMatches = False
- break
- results["info"]= infoMatches
- # kerning
- kerning = self.font.kerning.asDict()
- expectedKerning = reader.readKerning()
- results["kerning"] = expectedKerning == kerning
- # groups
- groups = dict(self.font.groups)
- expectedGroups = reader.readGroups()
- results["groups"] = expectedGroups == groups
- # features
- features = self.font.features.text
- expectedFeatures = reader.readFeatures()
- results["features"] = expectedFeatures == features
- # lib
- lib = dict(self.font.lib)
- expectedLib = reader.readLib()
- results["lib"] = expectedLib == lib
- return results
-
- def testFull(self):
- self.setUpFont()
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], True)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
- def testInfo(self):
- self.setUpFont()
- info = self.font.info
- for attr, expectedValue in fontInfoVersion2.items():
- writtenValue = getattr(info, attr)
- self.assertEqual((attr, expectedValue), (attr, writtenValue))
- self.tearDownFont()
-
-
-class WriteUFOFormatVersion1TestCase(unittest.TestCase):
-
- def setUpFont(self):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
- self.font = OpenFont(ufoPath2)
- self.font.save(self.dstDir, formatVersion=1)
-
- def tearDownFont(self):
- shutil.rmtree(self.dstDir)
-
- def compareToUFO(self):
- readerExpected = UFOReader(ufoPath1)
- readerWritten = UFOReader(self.dstDir)
- results = {}
- # info
- matches = True
- expectedPath = os.path.join(ufoPath1, "fontinfo.plist")
- writtenPath = os.path.join(self.dstDir, "fontinfo.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- expected = readPlist(expectedPath)
- written = readPlist(writtenPath)
- for attr, expectedValue in expected.items():
- if expectedValue != written.get(attr):
- matches = False
- break
- results["info"] = matches
- # kerning
- matches = True
- expectedPath = os.path.join(ufoPath1, "kerning.plist")
- writtenPath = os.path.join(self.dstDir, "kerning.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- matches = readPlist(expectedPath) == readPlist(writtenPath)
- results["kerning"] = matches
- # groups
- matches = True
- expectedPath = os.path.join(ufoPath1, "groups.plist")
- writtenPath = os.path.join(self.dstDir, "groups.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- matches = readPlist(expectedPath) == readPlist(writtenPath)
- results["groups"] = matches
- # features
- matches = True
- expectedPath = os.path.join(ufoPath1, "features.fea")
- writtenPath = os.path.join(self.dstDir, "features.fea")
- if os.path.exists(writtenPath):
- matches = False
- results["features"] = matches
- # lib
- matches = True
- expectedPath = os.path.join(ufoPath1, "lib.plist")
- writtenPath = os.path.join(self.dstDir, "lib.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- writtenLib = readPlist(writtenPath)
- matches = readPlist(expectedPath) == writtenLib
- results["lib"] = matches
- return results
-
- def testFull(self):
- self.setUpFont()
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], True)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
-
-class WriteUFOFormatVersion2TestCase(unittest.TestCase):
-
- def setUpFont(self):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
- self.font = OpenFont(ufoPath2)
- self.font.save(self.dstDir)
-
- def tearDownFont(self):
- shutil.rmtree(self.dstDir)
-
- def compareToUFO(self):
- readerExpected = UFOReader(ufoPath2)
- readerWritten = UFOReader(self.dstDir)
- results = {}
- # info
- matches = True
- expectedPath = os.path.join(ufoPath2, "fontinfo.plist")
- writtenPath = os.path.join(self.dstDir, "fontinfo.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- expected = readPlist(expectedPath)
- written = readPlist(writtenPath)
- for attr, expectedValue in expected.items():
- if expectedValue != written[attr]:
- matches = False
- break
- results["info"] = matches
- # kerning
- matches = True
- expectedPath = os.path.join(ufoPath2, "kerning.plist")
- writtenPath = os.path.join(self.dstDir, "kerning.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- matches = readPlist(expectedPath) == readPlist(writtenPath)
- results["kerning"] = matches
- # groups
- matches = True
- expectedPath = os.path.join(ufoPath2, "groups.plist")
- writtenPath = os.path.join(self.dstDir, "groups.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- matches = readPlist(expectedPath) == readPlist(writtenPath)
- results["groups"] = matches
- # features
- matches = True
- expectedPath = os.path.join(ufoPath2, "features.fea")
- writtenPath = os.path.join(self.dstDir, "features.fea")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- f = open(expectedPath, "r")
- expectedText = f.read()
- f.close()
- f = open(writtenPath, "r")
- writtenText = f.read()
- f.close()
- # FontLab likes to add lines to the features, so skip blank lines.
- expectedText = [line for line in expectedText.splitlines() if line]
- writtenText = [line for line in writtenText.splitlines() if line]
- matches = "\n".join(expectedText) == "\n".join(writtenText)
- results["features"] = matches
- # lib
- matches = True
- expectedPath = os.path.join(ufoPath2, "lib.plist")
- writtenPath = os.path.join(self.dstDir, "lib.plist")
- if not os.path.exists(writtenPath):
- matches = False
- else:
- writtenLib = readPlist(writtenPath)
- matches = readPlist(expectedPath) == writtenLib
- results["lib"] = matches
- return results
-
- def testFull(self):
- self.setUpFont()
- otherResults = self.compareToUFO()
- self.assertEqual(otherResults["info"], True)
- self.assertEqual(otherResults["kerning"], True)
- self.assertEqual(otherResults["groups"], True)
- self.assertEqual(otherResults["features"], True)
- self.assertEqual(otherResults["lib"], True)
- self.tearDownFont()
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
diff --git a/misc/pylib/robofab/test/test_objectsFL.py b/misc/pylib/robofab/test/test_objectsFL.py
deleted file mode 100755
index 948897097..000000000
--- a/misc/pylib/robofab/test/test_objectsFL.py
+++ /dev/null
@@ -1,54 +0,0 @@
-"""This test suite for various FontLab-specific tests."""
-
-
-import FL # needed to quickly raise ImportError if run outside of FL
-
-
-import os
-import tempfile
-import unittest
-
-from robofab.world import NewFont
-from robofab.test.testSupport import getDemoFontPath, getDemoFontGlyphSetPath
-from robofab.tools.glifImport import importAllGlifFiles
-from robofab.pens.digestPen import DigestPointPen
-from robofab.pens.adapterPens import SegmentToPointPen
-
-
-def getDigests(font):
- digests = {}
- for glyphName in font.keys():
- pen = DigestPointPen()
- font[glyphName].drawPoints(pen)
- digests[glyphName] = pen.getDigest()
- return digests
-
-
-class FLTestCase(unittest.TestCase):
-
- def testUFOVersusGlifImport(self):
- font = NewFont()
- font.readUFO(getDemoFontPath(), doProgress=False)
- d1 = getDigests(font)
- font.close(False)
- font = NewFont()
- importAllGlifFiles(font.naked(), getDemoFontGlyphSetPath(), doProgress=False)
- d2 = getDigests(font)
- self.assertEqual(d1, d2)
- font.close(False)
-
- def testTwoUntitledFonts(self):
- font1 = NewFont()
- font2 = NewFont()
- font1.unitsPerEm = 1024
- font2.unitsPerEm = 2048
- self.assertNotEqual(font1.unitsPerEm, font2.unitsPerEm)
- font1.update()
- font2.update()
- font1.close(False)
- font2.close(False)
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
diff --git a/misc/pylib/robofab/test/test_objectsUFO.py b/misc/pylib/robofab/test/test_objectsUFO.py
deleted file mode 100755
index c974a121c..000000000
--- a/misc/pylib/robofab/test/test_objectsUFO.py
+++ /dev/null
@@ -1,203 +0,0 @@
-"""This test suite for ufo glyph methods"""
-
-
-import unittest
-import os
-import tempfile
-import shutil
-
-from robofab.objects.objectsRF import RFont
-from robofab.test.testSupport import getDemoFontPath
-from robofab.pens.digestPen import DigestPointPen
-from robofab.pens.adapterPens import SegmentToPointPen, FabToFontToolsPenAdapter
-
-
-class ContourMethodsTestCase(unittest.TestCase):
-
- def setUp(self):
- self.font = RFont(getDemoFontPath())
-
- def testReverseContour(self):
- for glyph in self.font:
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest1 = pen.getDigest()
- for contour in glyph:
- contour.reverseContour()
- contour.reverseContour()
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest2 = pen.getDigest()
- self.assertEqual(digest1, digest2, "%r not the same after reversing twice" % glyph.name)
-
- def testStartSegment(self):
- for glyph in self.font:
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest1 = pen.getDigest()
- for contour in glyph:
- contour.setStartSegment(2)
- contour.setStartSegment(-2)
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest2 = pen.getDigest()
- self.assertEqual(digest1, digest2, "%r not the same after seting start segment twice" % glyph.name)
-
- def testAppendSegment(self):
- for glyph in self.font:
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest1 = pen.getDigest()
- for contour in glyph:
- contour.insertSegment(2, "curve", [(100, 100), (200, 200), (300, 300)])
- contour.removeSegment(2)
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest2 = pen.getDigest()
- self.assertEqual(digest1, digest2, "%r not the same after inserting and removing segment" % glyph.name)
-
-
-class GlyphsMethodsTestCase(ContourMethodsTestCase):
-
- def testCopyGlyph(self):
- for glyph in self.font:
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest1 = pen.getDigest()
- copy = glyph.copy()
- pen = DigestPointPen()
- copy.drawPoints(pen)
- digest2 = pen.getDigest()
- self.assertEqual(digest1, digest2, "%r not the same after copying" % glyph.name)
- self.assertEqual(glyph.lib, copy.lib, "%r's lib not the same after copying" % glyph.name)
- self.assertEqual(glyph.width, copy.width, "%r's width not the same after copying" % glyph.name)
- self.assertEqual(glyph.unicodes, copy.unicodes, "%r's unicodes not the same after copying" % glyph.name)
-
- def testMoveGlyph(self):
- for glyph in self.font:
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest1 = pen.getDigest()
- glyph.move((100, 200))
- glyph.move((-100, -200))
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest2 = pen.getDigest()
- self.assertEqual(digest1, digest2, "%r not the same after moving twice" % glyph.name)
-
- def testScaleGlyph(self):
- for glyph in self.font:
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest1 = pen.getDigest()
- glyph.scale((2, 2))
- glyph.scale((.5, .5))
- pen = DigestPointPen()
- glyph.drawPoints(pen)
- digest2 = pen.getDigest()
- self.assertEqual(digest1, digest2, "%r not the same after scaling twice" % glyph.name)
-
- def testSegmentPenInterface(self):
- for glyph in self.font:
- digestPen = DigestPointPen(ignoreSmoothAndName=True)
- pen = SegmentToPointPen(digestPen)
- glyph.draw(pen)
- digest1 = digestPen.getDigest()
- digestPen = DigestPointPen(ignoreSmoothAndName=True)
- glyph.drawPoints(digestPen)
- digest2 = digestPen.getDigest()
- self.assertEqual(digest1, digest2, "%r not the same for gl.draw() and gl.drawPoints()" % glyph.name)
-
- def testFabPenCompatibility(self):
- for glyph in self.font:
- digestPen = DigestPointPen(ignoreSmoothAndName=True)
- pen = FabToFontToolsPenAdapter(SegmentToPointPen(digestPen))
- glyph.draw(pen)
- digest1 = digestPen.getDigest()
- digestPen = DigestPointPen(ignoreSmoothAndName=True)
- glyph.drawPoints(digestPen)
- digest2 = digestPen.getDigest()
- self.assertEqual(digest1, digest2, "%r not the same for gl.draw() and gl.drawPoints()" % glyph.name)
-
- def testComponentTransformations(self):
- from robofab.objects.objectsRF import RComponent
- name = "baseGlyphName"
- c = RComponent(name, transform=(1,0,0,1,0,0))
- # get values
- assert c.baseGlyph == "baseGlyphName"
- assert c.transformation == c.transformation
- assert c.scale == (1,1)
- assert c.offset == (0,0)
- # set values
- c.offset = (12,34)
- assert c.transformation == (1, 0, 0, 1, 12, 34)
- c.offset = (0,0)
- assert c.transformation == (1,0,0,1,0,0)
- c.scale = (12,34)
- assert c.transformation == (12, 0, 0, 34, 0, 0)
-
-
-class SaveTestCase(ContourMethodsTestCase):
-
- def testSaveAs(self):
- path = tempfile.mktemp(".ufo")
- try:
- keys1 = self.font.keys()
- self.font.save(path)
- keys2 = self.font.keys()
- keys1.sort()
- keys2.sort()
- self.assertEqual(keys1, keys2)
- self.assertEqual(self.font.path, path)
- font2 = RFont(path)
- keys3 = font2.keys()
- keys3.sort()
- self.assertEqual(keys1, keys3)
- finally:
- if os.path.exists(path):
- shutil.rmtree(path)
-
- def testSaveAs2(self):
- path = tempfile.mktemp(".ufo")
- # copy a glyph
- self.font["X"] = self.font["a"].copy()
-# self.assertEqual(self.font["X"].name, "X")
- # remove a glyph
- self.font.removeGlyph("a")
- keys1 = self.font.keys()
- try:
- self.font.save(path)
- self.assertEqual(self.font.path, path)
- keys2 = self.font.keys()
- keys1.sort()
- keys2.sort()
- self.assertEqual(keys1, keys2)
- font2 = RFont(path)
- keys3 = font2.keys()
- keys3.sort()
- self.assertEqual(keys1, keys3)
- finally:
- if os.path.exists(path):
- shutil.rmtree(path)
-
- def testCustomFileNameScheme(self):
- path = tempfile.mktemp(".ufo")
- libKey = "org.robofab.glyphNameToFileNameFuncName"
- self.font.lib[libKey] = "robofab.test.test_objectsUFO.testGlyphNameToFileName"
- try:
- self.font.save(path)
- self.assertEqual(os.path.exists(os.path.join(path,
- "glyphs", "test_a.glif")), True)
- finally:
- if os.path.exists(path):
- shutil.rmtree(path)
-
-
-def testGlyphNameToFileName(glyphName, glyphSet):
- from robofab.glifLib import glyphNameToFileName
- return "test_" + glyphNameToFileName(glyphName, glyphSet)
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
diff --git a/misc/pylib/robofab/test/test_pens.py b/misc/pylib/robofab/test/test_pens.py
deleted file mode 100755
index a2a773cb2..000000000
--- a/misc/pylib/robofab/test/test_pens.py
+++ /dev/null
@@ -1,149 +0,0 @@
-"""This test suite test general Pen stuff, it should not contain
-FontLab-specific code.
-"""
-
-import unittest
-
-from robofab.pens.digestPen import DigestPointPen
-from robofab.pens.adapterPens import SegmentToPointPen, PointToSegmentPen
-from robofab.pens.adapterPens import GuessSmoothPointPen
-from robofab.pens.reverseContourPointPen import ReverseContourPointPen
-from robofab.test.testSupport import getDemoFontGlyphSetPath
-from robofab.glifLib import GlyphSet
-
-
-class TestShapes:
-
- # Collection of test shapes. It's probably better to add these as
- # glyphs to the demo font.
-
- def square(pen):
- # a simple square as a closed path (100, 100, 600, 600)
- pen.beginPath()
- pen.addPoint((100, 100), "line")
- pen.addPoint((100, 600), "line")
- pen.addPoint((600, 600), "line")
- pen.addPoint((600, 100), "line")
- pen.endPath()
- square = staticmethod(square)
-
- def onCurveLessQuadShape(pen):
- pen.beginPath()
- pen.addPoint((100, 100))
- pen.addPoint((100, 600))
- pen.addPoint((600, 600))
- pen.addPoint((600, 100))
- pen.endPath()
- onCurveLessQuadShape = staticmethod(onCurveLessQuadShape)
-
- def openPath(pen):
- # a simple square as a closed path (100, 100, 600, 600)
- pen.beginPath()
- pen.addPoint((100, 100), "move")
- pen.addPoint((100, 600), "line")
- pen.addPoint((600, 600), "line")
- pen.addPoint((600, 100), "line")
- pen.endPath()
- openPath = staticmethod(openPath)
-
- def circle(pen):
- pen.beginPath()
- pen.addPoint((0, 500), "curve")
- pen.addPoint((0, 800))
- pen.addPoint((200, 1000))
- pen.addPoint((500, 1000), "curve")
- pen.addPoint((800, 1000))
- pen.addPoint((1000, 800))
- pen.addPoint((1000, 500), "curve")
- pen.addPoint((1000, 200))
- pen.addPoint((800, 0))
- pen.addPoint((500, 0), "curve")
- pen.addPoint((200, 0))
- pen.addPoint((0, 200))
- pen.endPath()
- circle = staticmethod(circle)
-
-
-class RoundTripTestCase(unittest.TestCase):
-
- def _doTest(self, shapeFunc, shapeName):
- pen = DigestPointPen(ignoreSmoothAndName=True)
- shapeFunc(pen)
- digest1 = pen.getDigest()
-
- digestPen = DigestPointPen(ignoreSmoothAndName=True)
- pen = PointToSegmentPen(SegmentToPointPen(digestPen))
- shapeFunc(pen)
- digest2 = digestPen.getDigest()
- self.assertEqual(digest1, digest2, "%r failed round tripping" % shapeName)
-
- def testShapes(self):
- for name in dir(TestShapes):
- if name[0] != "_":
- self._doTest(getattr(TestShapes, name), name)
-
- def testShapesFromGlyphSet(self):
- glyphSet = GlyphSet(getDemoFontGlyphSetPath())
- for name in glyphSet.keys():
- self._doTest(glyphSet[name].drawPoints, name)
-
- def testGuessSmoothPen(self):
- glyphSet = GlyphSet(getDemoFontGlyphSetPath())
- for name in glyphSet.keys():
- digestPen = DigestPointPen()
- glyphSet[name].drawPoints(digestPen)
- digest1 = digestPen.getDigest()
- digestPen = DigestPointPen()
- pen = GuessSmoothPointPen(digestPen)
- glyphSet[name].drawPoints(pen)
- digest2 = digestPen.getDigest()
- self.assertEqual(digest1, digest2)
-
-
-class ReverseContourTestCase(unittest.TestCase):
-
- def testReverseContourClosedPath(self):
- digestPen = DigestPointPen()
- TestShapes.square(digestPen)
- d1 = digestPen.getDigest()
- digestPen = DigestPointPen()
- pen = ReverseContourPointPen(digestPen)
- pen.beginPath()
- pen.addPoint((100, 100), "line")
- pen.addPoint((600, 100), "line")
- pen.addPoint((600, 600), "line")
- pen.addPoint((100, 600), "line")
- pen.endPath()
- d2 = digestPen.getDigest()
- self.assertEqual(d1, d2)
-
- def testReverseContourOpenPath(self):
- digestPen = DigestPointPen()
- TestShapes.openPath(digestPen)
- d1 = digestPen.getDigest()
- digestPen = DigestPointPen()
- pen = ReverseContourPointPen(digestPen)
- pen.beginPath()
- pen.addPoint((600, 100), "move")
- pen.addPoint((600, 600), "line")
- pen.addPoint((100, 600), "line")
- pen.addPoint((100, 100), "line")
- pen.endPath()
- d2 = digestPen.getDigest()
- self.assertEqual(d1, d2)
-
- def testReversContourFromGlyphSet(self):
- glyphSet = GlyphSet(getDemoFontGlyphSetPath())
- digestPen = DigestPointPen()
- glyphSet["testglyph1"].drawPoints(digestPen)
- digest1 = digestPen.getDigest()
- digestPen = DigestPointPen()
- pen = ReverseContourPointPen(digestPen)
- glyphSet["testglyph1.reversed"].drawPoints(pen)
- digest2 = digestPen.getDigest()
- self.assertEqual(digest1, digest2)
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
diff --git a/misc/pylib/robofab/test/test_psHints.py b/misc/pylib/robofab/test/test_psHints.py
deleted file mode 100644
index 991e9d9cc..000000000
--- a/misc/pylib/robofab/test/test_psHints.py
+++ /dev/null
@@ -1,110 +0,0 @@
-def test():
- """
- # some tests for the ps Hints operations
- >>> from robofab.world import RFont, RGlyph
- >>> g = RGlyph()
- >>> g.psHints.isEmpty()
- True
-
- >>> h = RGlyph()
- >>> i = g + h
- >>> i.psHints.isEmpty()
- True
-
- >>> i = g - h
- >>> i.psHints.isEmpty()
- True
-
- >>> i = g * 2
- >>> i.psHints.isEmpty()
- True
-
- >>> i = g / 2
- >>> i.psHints.isEmpty()
- True
-
- >>> g.psHints.vHints = [(100, 50), (200, 50)]
- >>> g.psHints.hHints = [(100, 50), (200, 5)]
-
- >>> not g.psHints.isEmpty()
- True
-
- >>> gc = g.copy()
- >>> gc.psHints.asDict() == g.psHints.asDict()
- True
-
- # multiplication
- >>> v = g.psHints * 2
- >>> v.asDict() == {'vHints': [[200, 100], [400, 100]], 'hHints': [[200, 100], [400, 10]]}
- True
-
- # division
- >>> v = g.psHints / 2
- >>> v.asDict() == {'vHints': [[50.0, 25.0], [100.0, 25.0]], 'hHints': [[50.0, 25.0], [100.0, 2.5]]}
- True
-
- # multiplication with x, y, factor
- # vertically oriented values should respond different
- >>> v = g.psHints * (.5, 10)
- >>> v.asDict() == {'vHints': [[1000, 500], [2000, 500]], 'hHints': [[50.0, 25.0], [100.0, 2.5]]}
- True
-
- # division with x, y, factor
- # vertically oriented values should respond different
- >>> v = g.psHints / (.5, 10)
- >>> v.asDict() == {'vHints': [[10.0, 5.0], [20.0, 5.0]], 'hHints': [[200.0, 100.0], [400.0, 10.0]]}
- True
-
- # rounding to integer
- >>> v = g.psHints / 2
- >>> v.round()
- >>> v.asDict() == {'vHints': [(50, 25), (100, 25)], 'hHints': [(50, 25), (100, 3)]}
- True
-
- # "ps hint values calculating with a glyph"
- # ps hint values as part of glyphmath operations.
- # multiplication
- >>> h = g * 10
- >>> h.psHints.asDict() == {'vHints': [[1000, 500], [2000, 500]], 'hHints': [[1000, 500], [2000, 50]]}
- True
-
- # division
- >>> h = g / 2
- >>> h.psHints.asDict() == {'vHints': [[50.0, 25.0], [100.0, 25.0]], 'hHints': [[50.0, 25.0], [100.0, 2.5]]}
- True
-
- # x, y factor multiplication
- >>> h = g * (.5, 10)
- >>> h.psHints.asDict() == {'vHints': [[1000, 500], [2000, 500]], 'hHints': [[50.0, 25.0], [100.0, 2.5]]}
- True
-
- # x, y factor division
- >>> h = g / (.5, 10)
- >>> h.psHints.asDict() == {'vHints': [[10.0, 5.0], [20.0, 5.0]], 'hHints': [[200.0, 100.0], [400.0, 10.0]]}
- True
-
- # "font ps hint values"
- >>> f = RFont()
- >>> f.psHints.isEmpty()
- True
-
- >>> f.psHints.blueScale = .5
- >>> f.psHints.blueShift = 1
- >>> f.psHints.blueFuzz = 1
- >>> f.psHints.forceBold = True
- >>> f.psHints.hStems = (100, 90)
- >>> f.psHints.vStems = (500, 10)
-
- >>> not f.psHints.isEmpty()
- True
-
- >>> f.insertGlyph(g, name="new")
- <RGlyph for None.new>
- >>> f["new"].psHints.asDict() == g.psHints.asDict()
- True
- """
-
-if __name__ == "__main__":
- import doctest
- doctest.testmod()
-
diff --git a/misc/pylib/robofab/test/test_ufoLib.py b/misc/pylib/robofab/test/test_ufoLib.py
deleted file mode 100644
index e1da807bb..000000000
--- a/misc/pylib/robofab/test/test_ufoLib.py
+++ /dev/null
@@ -1,1659 +0,0 @@
-import os
-import shutil
-import unittest
-import tempfile
-from plistlib import writePlist, readPlist
-from robofab.ufoLib import UFOReader, UFOWriter, UFOLibError, \
- convertUFOFormatVersion1ToFormatVersion2, convertUFOFormatVersion2ToFormatVersion1
-from robofab.test.testSupport import fontInfoVersion1, fontInfoVersion2, expectedFontInfo1To2Conversion, expectedFontInfo2To1Conversion
-
-
-# the format version 1 lib.plist contains some data
-# that these tests shouldn't be concerned about.
-removeFromFormatVersion1Lib = [
- "org.robofab.opentype.classes",
- "org.robofab.opentype.features",
- "org.robofab.opentype.featureorder",
- "org.robofab.postScriptHintData"
-]
-
-
-class TestInfoObject(object): pass
-
-
-class ReadFontInfoVersion1TestCase(unittest.TestCase):
-
- def setUp(self):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
- metaInfo = {
- "creator": "test",
- "formatVersion": 1
- }
- path = os.path.join(self.dstDir, "metainfo.plist")
- writePlist(metaInfo, path)
-
- def tearDown(self):
- shutil.rmtree(self.dstDir)
-
- def _writeInfoToPlist(self, info):
- path = os.path.join(self.dstDir, "fontinfo.plist")
- writePlist(info, path)
-
- def testRead(self):
- originalData = dict(fontInfoVersion1)
- self._writeInfoToPlist(originalData)
- infoObject = TestInfoObject()
- reader = UFOReader(self.dstDir)
- reader.readInfo(infoObject)
- for attr in dir(infoObject):
- if attr not in fontInfoVersion2:
- continue
- originalValue = fontInfoVersion2[attr]
- readValue = getattr(infoObject, attr)
- self.assertEqual(originalValue, readValue)
-
- def testFontStyleConversion(self):
- fontStyle1To2 = {
- 64 : "regular",
- 1 : "italic",
- 32 : "bold",
- 33 : "bold italic"
- }
- for old, new in fontStyle1To2.items():
- info = dict(fontInfoVersion1)
- info["fontStyle"] = old
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- infoObject = TestInfoObject()
- reader.readInfo(infoObject)
- self.assertEqual(new, infoObject.styleMapStyleName)
-
- def testWidthNameConversion(self):
- widthName1To2 = {
- "Ultra-condensed" : 1,
- "Extra-condensed" : 2,
- "Condensed" : 3,
- "Semi-condensed" : 4,
- "Medium (normal)" : 5,
- "Semi-expanded" : 6,
- "Expanded" : 7,
- "Extra-expanded" : 8,
- "Ultra-expanded" : 9
- }
- for old, new in widthName1To2.items():
- info = dict(fontInfoVersion1)
- info["widthName"] = old
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- infoObject = TestInfoObject()
- reader.readInfo(infoObject)
- self.assertEqual(new, infoObject.openTypeOS2WidthClass)
-
-
-class ReadFontInfoVersion2TestCase(unittest.TestCase):
-
- def setUp(self):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
- metaInfo = {
- "creator": "test",
- "formatVersion": 2
- }
- path = os.path.join(self.dstDir, "metainfo.plist")
- writePlist(metaInfo, path)
-
- def tearDown(self):
- shutil.rmtree(self.dstDir)
-
- def _writeInfoToPlist(self, info):
- path = os.path.join(self.dstDir, "fontinfo.plist")
- writePlist(info, path)
-
- def testRead(self):
- originalData = dict(fontInfoVersion2)
- self._writeInfoToPlist(originalData)
- infoObject = TestInfoObject()
- reader = UFOReader(self.dstDir)
- reader.readInfo(infoObject)
- readData = {}
- for attr in fontInfoVersion2.keys():
- readData[attr] = getattr(infoObject, attr)
- self.assertEqual(originalData, readData)
-
- def testGenericRead(self):
- # familyName
- info = dict(fontInfoVersion2)
- info["familyName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # styleName
- info = dict(fontInfoVersion2)
- info["styleName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # styleMapFamilyName
- info = dict(fontInfoVersion2)
- info["styleMapFamilyName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # styleMapStyleName
- ## not a string
- info = dict(fontInfoVersion2)
- info["styleMapStyleName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## out of range
- info = dict(fontInfoVersion2)
- info["styleMapStyleName"] = "REGULAR"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # versionMajor
- info = dict(fontInfoVersion2)
- info["versionMajor"] = "1"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # versionMinor
- info = dict(fontInfoVersion2)
- info["versionMinor"] = "0"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # copyright
- info = dict(fontInfoVersion2)
- info["copyright"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # trademark
- info = dict(fontInfoVersion2)
- info["trademark"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # unitsPerEm
- info = dict(fontInfoVersion2)
- info["unitsPerEm"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # descender
- info = dict(fontInfoVersion2)
- info["descender"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # xHeight
- info = dict(fontInfoVersion2)
- info["xHeight"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # capHeight
- info = dict(fontInfoVersion2)
- info["capHeight"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # ascender
- info = dict(fontInfoVersion2)
- info["ascender"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # italicAngle
- info = dict(fontInfoVersion2)
- info["italicAngle"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
-
- def testHeadRead(self):
- # openTypeHeadCreated
- ## not a string
- info = dict(fontInfoVersion2)
- info["openTypeHeadCreated"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## invalid format
- info = dict(fontInfoVersion2)
- info["openTypeHeadCreated"] = "2000-Jan-01 00:00:00"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeHeadLowestRecPPEM
- info = dict(fontInfoVersion2)
- info["openTypeHeadLowestRecPPEM"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeHeadFlags
- info = dict(fontInfoVersion2)
- info["openTypeHeadFlags"] = [-1]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
-
- def testHheaRead(self):
- # openTypeHheaAscender
- info = dict(fontInfoVersion2)
- info["openTypeHheaAscender"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeHheaDescender
- info = dict(fontInfoVersion2)
- info["openTypeHheaDescender"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeHheaLineGap
- info = dict(fontInfoVersion2)
- info["openTypeHheaLineGap"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeHheaCaretSlopeRise
- info = dict(fontInfoVersion2)
- info["openTypeHheaCaretSlopeRise"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeHheaCaretSlopeRun
- info = dict(fontInfoVersion2)
- info["openTypeHheaCaretSlopeRun"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeHheaCaretOffset
- info = dict(fontInfoVersion2)
- info["openTypeHheaCaretOffset"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
-
- def testNameRead(self):
- # openTypeNameDesigner
- info = dict(fontInfoVersion2)
- info["openTypeNameDesigner"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameDesignerURL
- info = dict(fontInfoVersion2)
- info["openTypeNameDesignerURL"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameManufacturer
- info = dict(fontInfoVersion2)
- info["openTypeNameManufacturer"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameManufacturerURL
- info = dict(fontInfoVersion2)
- info["openTypeNameManufacturerURL"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameLicense
- info = dict(fontInfoVersion2)
- info["openTypeNameLicense"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameLicenseURL
- info = dict(fontInfoVersion2)
- info["openTypeNameLicenseURL"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameVersion
- info = dict(fontInfoVersion2)
- info["openTypeNameVersion"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameUniqueID
- info = dict(fontInfoVersion2)
- info["openTypeNameUniqueID"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameDescription
- info = dict(fontInfoVersion2)
- info["openTypeNameDescription"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNamePreferredFamilyName
- info = dict(fontInfoVersion2)
- info["openTypeNamePreferredFamilyName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNamePreferredSubfamilyName
- info = dict(fontInfoVersion2)
- info["openTypeNamePreferredSubfamilyName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameCompatibleFullName
- info = dict(fontInfoVersion2)
- info["openTypeNameCompatibleFullName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameSampleText
- info = dict(fontInfoVersion2)
- info["openTypeNameSampleText"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameWWSFamilyName
- info = dict(fontInfoVersion2)
- info["openTypeNameWWSFamilyName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeNameWWSSubfamilyName
- info = dict(fontInfoVersion2)
- info["openTypeNameWWSSubfamilyName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
-
- def testOS2Read(self):
- # openTypeOS2WidthClass
- ## not an int
- info = dict(fontInfoVersion2)
- info["openTypeOS2WidthClass"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## out or range
- info = dict(fontInfoVersion2)
- info["openTypeOS2WidthClass"] = 15
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2WeightClass
- info = dict(fontInfoVersion2)
- ## not an int
- info["openTypeOS2WeightClass"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## out of range
- info["openTypeOS2WeightClass"] = -50
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2Selection
- info = dict(fontInfoVersion2)
- info["openTypeOS2Selection"] = [-1]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2VendorID
- info = dict(fontInfoVersion2)
- info["openTypeOS2VendorID"] = 1234
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2Panose
- ## not an int
- info = dict(fontInfoVersion2)
- info["openTypeOS2Panose"] = [0, 1, 2, 3, 4, 5, 6, 7, 8, str(9)]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## too few values
- info = dict(fontInfoVersion2)
- info["openTypeOS2Panose"] = [0, 1, 2, 3]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## too many values
- info = dict(fontInfoVersion2)
- info["openTypeOS2Panose"] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2FamilyClass
- ## not an int
- info = dict(fontInfoVersion2)
- info["openTypeOS2FamilyClass"] = [1, str(1)]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## too few values
- info = dict(fontInfoVersion2)
- info["openTypeOS2FamilyClass"] = [1]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## too many values
- info = dict(fontInfoVersion2)
- info["openTypeOS2FamilyClass"] = [1, 1, 1]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## out of range
- info = dict(fontInfoVersion2)
- info["openTypeOS2FamilyClass"] = [1, 201]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2UnicodeRanges
- ## not an int
- info = dict(fontInfoVersion2)
- info["openTypeOS2UnicodeRanges"] = ["0"]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## out of range
- info = dict(fontInfoVersion2)
- info["openTypeOS2UnicodeRanges"] = [-1]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2CodePageRanges
- ## not an int
- info = dict(fontInfoVersion2)
- info["openTypeOS2CodePageRanges"] = ["0"]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## out of range
- info = dict(fontInfoVersion2)
- info["openTypeOS2CodePageRanges"] = [-1]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2TypoAscender
- info = dict(fontInfoVersion2)
- info["openTypeOS2TypoAscender"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2TypoDescender
- info = dict(fontInfoVersion2)
- info["openTypeOS2TypoDescender"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2TypoLineGap
- info = dict(fontInfoVersion2)
- info["openTypeOS2TypoLineGap"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2WinAscent
- info = dict(fontInfoVersion2)
- info["openTypeOS2WinAscent"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2WinDescent
- info = dict(fontInfoVersion2)
- info["openTypeOS2WinDescent"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2Type
- ## not an int
- info = dict(fontInfoVersion2)
- info["openTypeOS2Type"] = ["1"]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- ## out of range
- info = dict(fontInfoVersion2)
- info["openTypeOS2Type"] = [-1]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2SubscriptXSize
- info = dict(fontInfoVersion2)
- info["openTypeOS2SubscriptXSize"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2SubscriptYSize
- info = dict(fontInfoVersion2)
- info["openTypeOS2SubscriptYSize"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2SubscriptXOffset
- info = dict(fontInfoVersion2)
- info["openTypeOS2SubscriptXOffset"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2SubscriptYOffset
- info = dict(fontInfoVersion2)
- info["openTypeOS2SubscriptYOffset"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2SuperscriptXSize
- info = dict(fontInfoVersion2)
- info["openTypeOS2SuperscriptXSize"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2SuperscriptYSize
- info = dict(fontInfoVersion2)
- info["openTypeOS2SuperscriptYSize"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2SuperscriptXOffset
- info = dict(fontInfoVersion2)
- info["openTypeOS2SuperscriptXOffset"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2SuperscriptYOffset
- info = dict(fontInfoVersion2)
- info["openTypeOS2SuperscriptYOffset"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2StrikeoutSize
- info = dict(fontInfoVersion2)
- info["openTypeOS2StrikeoutSize"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeOS2StrikeoutPosition
- info = dict(fontInfoVersion2)
- info["openTypeOS2StrikeoutPosition"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
-
- def testVheaRead(self):
- # openTypeVheaVertTypoAscender
- info = dict(fontInfoVersion2)
- info["openTypeVheaVertTypoAscender"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeVheaVertTypoDescender
- info = dict(fontInfoVersion2)
- info["openTypeVheaVertTypoDescender"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeVheaVertTypoLineGap
- info = dict(fontInfoVersion2)
- info["openTypeVheaVertTypoLineGap"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeVheaCaretSlopeRise
- info = dict(fontInfoVersion2)
- info["openTypeVheaCaretSlopeRise"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeVheaCaretSlopeRun
- info = dict(fontInfoVersion2)
- info["openTypeVheaCaretSlopeRun"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # openTypeVheaCaretOffset
- info = dict(fontInfoVersion2)
- info["openTypeVheaCaretOffset"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
-
- def testFONDRead(self):
- # macintoshFONDFamilyID
- info = dict(fontInfoVersion2)
- info["macintoshFONDFamilyID"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # macintoshFONDName
- info = dict(fontInfoVersion2)
- info["macintoshFONDName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
-
- def testPostscriptRead(self):
- # postscriptFontName
- info = dict(fontInfoVersion2)
- info["postscriptFontName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # postscriptFullName
- info = dict(fontInfoVersion2)
- info["postscriptFullName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # postscriptSlantAngle
- info = dict(fontInfoVersion2)
- info["postscriptSlantAngle"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, info=TestInfoObject())
- # postscriptUniqueID
- info = dict(fontInfoVersion2)
- info["postscriptUniqueID"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptUnderlineThickness
- info = dict(fontInfoVersion2)
- info["postscriptUnderlineThickness"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptUnderlinePosition
- info = dict(fontInfoVersion2)
- info["postscriptUnderlinePosition"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptIsFixedPitch
- info = dict(fontInfoVersion2)
- info["postscriptIsFixedPitch"] = 2
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptBlueValues
- ## not a list
- info = dict(fontInfoVersion2)
- info["postscriptBlueValues"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## uneven value count
- info = dict(fontInfoVersion2)
- info["postscriptBlueValues"] = [500]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## too many values
- info = dict(fontInfoVersion2)
- info["postscriptBlueValues"] = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptOtherBlues
- ## not a list
- info = dict(fontInfoVersion2)
- info["postscriptOtherBlues"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## uneven value count
- info = dict(fontInfoVersion2)
- info["postscriptOtherBlues"] = [500]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## too many values
- info = dict(fontInfoVersion2)
- info["postscriptOtherBlues"] = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptFamilyBlues
- ## not a list
- info = dict(fontInfoVersion2)
- info["postscriptFamilyBlues"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## uneven value count
- info = dict(fontInfoVersion2)
- info["postscriptFamilyBlues"] = [500]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## too many values
- info = dict(fontInfoVersion2)
- info["postscriptFamilyBlues"] = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptFamilyOtherBlues
- ## not a list
- info = dict(fontInfoVersion2)
- info["postscriptFamilyOtherBlues"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## uneven value count
- info = dict(fontInfoVersion2)
- info["postscriptFamilyOtherBlues"] = [500]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## too many values
- info = dict(fontInfoVersion2)
- info["postscriptFamilyOtherBlues"] = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptStemSnapH
- ## not list
- info = dict(fontInfoVersion2)
- info["postscriptStemSnapH"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## too many values
- info = dict(fontInfoVersion2)
- info["postscriptStemSnapH"] = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptStemSnapV
- ## not list
- info = dict(fontInfoVersion2)
- info["postscriptStemSnapV"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- ## too many values
- info = dict(fontInfoVersion2)
- info["postscriptStemSnapV"] = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptBlueFuzz
- info = dict(fontInfoVersion2)
- info["postscriptBlueFuzz"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptBlueShift
- info = dict(fontInfoVersion2)
- info["postscriptBlueShift"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptBlueScale
- info = dict(fontInfoVersion2)
- info["postscriptBlueScale"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptForceBold
- info = dict(fontInfoVersion2)
- info["postscriptForceBold"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptDefaultWidthX
- info = dict(fontInfoVersion2)
- info["postscriptDefaultWidthX"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptNominalWidthX
- info = dict(fontInfoVersion2)
- info["postscriptNominalWidthX"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptWeightName
- info = dict(fontInfoVersion2)
- info["postscriptWeightName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptDefaultCharacter
- info = dict(fontInfoVersion2)
- info["postscriptDefaultCharacter"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # postscriptWindowsCharacterSet
- info = dict(fontInfoVersion2)
- info["postscriptWindowsCharacterSet"] = -1
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # macintoshFONDFamilyID
- info = dict(fontInfoVersion2)
- info["macintoshFONDFamilyID"] = "abc"
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
- # macintoshFONDName
- info = dict(fontInfoVersion2)
- info["macintoshFONDName"] = 123
- self._writeInfoToPlist(info)
- reader = UFOReader(self.dstDir)
- self.assertRaises(UFOLibError, reader.readInfo, TestInfoObject())
-
-
-class WriteFontInfoVersion1TestCase(unittest.TestCase):
-
- def setUp(self):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
-
- def tearDown(self):
- shutil.rmtree(self.dstDir)
-
- def makeInfoObject(self):
- infoObject = TestInfoObject()
- for attr, value in fontInfoVersion2.items():
- setattr(infoObject, attr, value)
- return infoObject
-
- def readPlist(self):
- path = os.path.join(self.dstDir, "fontinfo.plist")
- return readPlist(path)
-
- def testWrite(self):
- infoObject = self.makeInfoObject()
- writer = UFOWriter(self.dstDir, formatVersion=1)
- writer.writeInfo(infoObject)
- writtenData = self.readPlist()
- for attr, originalValue in fontInfoVersion1.items():
- newValue = writtenData[attr]
- self.assertEqual(newValue, originalValue)
-
- def testFontStyleConversion(self):
- fontStyle1To2 = {
- 64 : "regular",
- 1 : "italic",
- 32 : "bold",
- 33 : "bold italic"
- }
- for old, new in fontStyle1To2.items():
- infoObject = self.makeInfoObject()
- infoObject.styleMapStyleName = new
- writer = UFOWriter(self.dstDir, formatVersion=1)
- writer.writeInfo(infoObject)
- writtenData = self.readPlist()
- self.assertEqual(writtenData["fontStyle"], old)
-
- def testWidthNameConversion(self):
- widthName1To2 = {
- "Ultra-condensed" : 1,
- "Extra-condensed" : 2,
- "Condensed" : 3,
- "Semi-condensed" : 4,
- "Medium (normal)" : 5,
- "Semi-expanded" : 6,
- "Expanded" : 7,
- "Extra-expanded" : 8,
- "Ultra-expanded" : 9
- }
- for old, new in widthName1To2.items():
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2WidthClass = new
- writer = UFOWriter(self.dstDir, formatVersion=1)
- writer.writeInfo(infoObject)
- writtenData = self.readPlist()
- self.assertEqual(writtenData["widthName"], old)
-
-
-class WriteFontInfoVersion2TestCase(unittest.TestCase):
-
- def setUp(self):
- self.dstDir = tempfile.mktemp()
- os.mkdir(self.dstDir)
-
- def tearDown(self):
- shutil.rmtree(self.dstDir)
-
- def makeInfoObject(self):
- infoObject = TestInfoObject()
- for attr, value in fontInfoVersion2.items():
- setattr(infoObject, attr, value)
- return infoObject
-
- def readPlist(self):
- path = os.path.join(self.dstDir, "fontinfo.plist")
- return readPlist(path)
-
- def testWrite(self):
- infoObject = self.makeInfoObject()
- writer = UFOWriter(self.dstDir)
- writer.writeInfo(infoObject)
- writtenData = self.readPlist()
- for attr, originalValue in fontInfoVersion2.items():
- newValue = writtenData[attr]
- self.assertEqual(newValue, originalValue)
-
- def testGenericWrite(self):
- # familyName
- infoObject = self.makeInfoObject()
- infoObject.familyName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # styleName
- infoObject = self.makeInfoObject()
- infoObject.styleName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # styleMapFamilyName
- infoObject = self.makeInfoObject()
- infoObject.styleMapFamilyName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # styleMapStyleName
- ## not a string
- infoObject = self.makeInfoObject()
- infoObject.styleMapStyleName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## out of range
- infoObject = self.makeInfoObject()
- infoObject.styleMapStyleName = "REGULAR"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # versionMajor
- infoObject = self.makeInfoObject()
- infoObject.versionMajor = "1"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # versionMinor
- infoObject = self.makeInfoObject()
- infoObject.versionMinor = "0"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # copyright
- infoObject = self.makeInfoObject()
- infoObject.copyright = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # trademark
- infoObject = self.makeInfoObject()
- infoObject.trademark = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # unitsPerEm
- infoObject = self.makeInfoObject()
- infoObject.unitsPerEm = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # descender
- infoObject = self.makeInfoObject()
- infoObject.descender = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # xHeight
- infoObject = self.makeInfoObject()
- infoObject.xHeight = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # capHeight
- infoObject = self.makeInfoObject()
- infoObject.capHeight = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # ascender
- infoObject = self.makeInfoObject()
- infoObject.ascender = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # italicAngle
- infoObject = self.makeInfoObject()
- infoObject.italicAngle = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
-
- def testHeadWrite(self):
- # openTypeHeadCreated
- ## not a string
- infoObject = self.makeInfoObject()
- infoObject.openTypeHeadCreated = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## invalid format
- infoObject = self.makeInfoObject()
- infoObject.openTypeHeadCreated = "2000-Jan-01 00:00:00"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeHeadLowestRecPPEM
- infoObject = self.makeInfoObject()
- infoObject.openTypeHeadLowestRecPPEM = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeHeadFlags
- infoObject = self.makeInfoObject()
- infoObject.openTypeHeadFlags = [-1]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
-
- def testHheaWrite(self):
- # openTypeHheaAscender
- infoObject = self.makeInfoObject()
- infoObject.openTypeHheaAscender = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeHheaDescender
- infoObject = self.makeInfoObject()
- infoObject.openTypeHheaDescender = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeHheaLineGap
- infoObject = self.makeInfoObject()
- infoObject.openTypeHheaLineGap = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeHheaCaretSlopeRise
- infoObject = self.makeInfoObject()
- infoObject.openTypeHheaCaretSlopeRise = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeHheaCaretSlopeRun
- infoObject = self.makeInfoObject()
- infoObject.openTypeHheaCaretSlopeRun = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeHheaCaretOffset
- infoObject = self.makeInfoObject()
- infoObject.openTypeHheaCaretOffset = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
-
- def testNameWrite(self):
- # openTypeNameDesigner
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameDesigner = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameDesignerURL
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameDesignerURL = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameManufacturer
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameManufacturer = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameManufacturerURL
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameManufacturerURL = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameLicense
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameLicense = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameLicenseURL
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameLicenseURL = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameVersion
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameVersion = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameUniqueID
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameUniqueID = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameDescription
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameDescription = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNamePreferredFamilyName
- infoObject = self.makeInfoObject()
- infoObject.openTypeNamePreferredFamilyName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNamePreferredSubfamilyName
- infoObject = self.makeInfoObject()
- infoObject.openTypeNamePreferredSubfamilyName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameCompatibleFullName
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameCompatibleFullName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameSampleText
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameSampleText = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameWWSFamilyName
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameWWSFamilyName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeNameWWSSubfamilyName
- infoObject = self.makeInfoObject()
- infoObject.openTypeNameWWSSubfamilyName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
-
- def testOS2Write(self):
- # openTypeOS2WidthClass
- ## not an int
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2WidthClass = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## out or range
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2WidthClass = 15
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2WeightClass
- infoObject = self.makeInfoObject()
- ## not an int
- infoObject.openTypeOS2WeightClass = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## out of range
- infoObject.openTypeOS2WeightClass = -50
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2Selection
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2Selection = [-1]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2VendorID
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2VendorID = 1234
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2Panose
- ## not an int
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2Panose = [0, 1, 2, 3, 4, 5, 6, 7, 8, str(9)]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too few values
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2Panose = [0, 1, 2, 3]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too many values
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2Panose = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2FamilyClass
- ## not an int
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2FamilyClass = [0, str(1)]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too few values
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2FamilyClass = [1]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too many values
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2FamilyClass = [1, 1, 1]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## out of range
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2FamilyClass = [1, 20]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2UnicodeRanges
- ## not an int
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2UnicodeRanges = ["0"]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## out of range
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2UnicodeRanges = [-1]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2CodePageRanges
- ## not an int
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2CodePageRanges = ["0"]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## out of range
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2CodePageRanges = [-1]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2TypoAscender
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2TypoAscender = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2TypoDescender
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2TypoDescender = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2TypoLineGap
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2TypoLineGap = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2WinAscent
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2WinAscent = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2WinDescent
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2WinDescent = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2Type
- ## not an int
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2Type = ["1"]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## out of range
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2Type = [-1]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2SubscriptXSize
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2SubscriptXSize = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2SubscriptYSize
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2SubscriptYSize = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2SubscriptXOffset
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2SubscriptXOffset = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2SubscriptYOffset
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2SubscriptYOffset = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2SuperscriptXSize
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2SuperscriptXSize = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2SuperscriptYSize
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2SuperscriptYSize = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2SuperscriptXOffset
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2SuperscriptXOffset = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2SuperscriptYOffset
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2SuperscriptYOffset = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2StrikeoutSize
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2StrikeoutSize = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeOS2StrikeoutPosition
- infoObject = self.makeInfoObject()
- infoObject.openTypeOS2StrikeoutPosition = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
-
- def testVheaWrite(self):
- # openTypeVheaVertTypoAscender
- infoObject = self.makeInfoObject()
- infoObject.openTypeVheaVertTypoAscender = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeVheaVertTypoDescender
- infoObject = self.makeInfoObject()
- infoObject.openTypeVheaVertTypoDescender = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeVheaVertTypoLineGap
- infoObject = self.makeInfoObject()
- infoObject.openTypeVheaVertTypoLineGap = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeVheaCaretSlopeRise
- infoObject = self.makeInfoObject()
- infoObject.openTypeVheaCaretSlopeRise = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeVheaCaretSlopeRun
- infoObject = self.makeInfoObject()
- infoObject.openTypeVheaCaretSlopeRun = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # openTypeVheaCaretOffset
- infoObject = self.makeInfoObject()
- infoObject.openTypeVheaCaretOffset = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
-
- def testFONDWrite(self):
- # macintoshFONDFamilyID
- infoObject = self.makeInfoObject()
- infoObject.macintoshFONDFamilyID = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # macintoshFONDName
- infoObject = self.makeInfoObject()
- infoObject.macintoshFONDName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
-
- def testPostscriptWrite(self):
- # postscriptFontName
- infoObject = self.makeInfoObject()
- infoObject.postscriptFontName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptFullName
- infoObject = self.makeInfoObject()
- infoObject.postscriptFullName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptSlantAngle
- infoObject = self.makeInfoObject()
- infoObject.postscriptSlantAngle = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptUniqueID
- infoObject = self.makeInfoObject()
- infoObject.postscriptUniqueID = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptUnderlineThickness
- infoObject = self.makeInfoObject()
- infoObject.postscriptUnderlineThickness = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptUnderlinePosition
- infoObject = self.makeInfoObject()
- infoObject.postscriptUnderlinePosition = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptIsFixedPitch
- infoObject = self.makeInfoObject()
- infoObject.postscriptIsFixedPitch = 2
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptBlueValues
- ## not a list
- infoObject = self.makeInfoObject()
- infoObject.postscriptBlueValues = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## uneven value count
- infoObject = self.makeInfoObject()
- infoObject.postscriptBlueValues = [500]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too many values
- infoObject = self.makeInfoObject()
- infoObject.postscriptBlueValues = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptOtherBlues
- ## not a list
- infoObject = self.makeInfoObject()
- infoObject.postscriptOtherBlues = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## uneven value count
- infoObject = self.makeInfoObject()
- infoObject.postscriptOtherBlues = [500]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too many values
- infoObject = self.makeInfoObject()
- infoObject.postscriptOtherBlues = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptFamilyBlues
- ## not a list
- infoObject = self.makeInfoObject()
- infoObject.postscriptFamilyBlues = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## uneven value count
- infoObject = self.makeInfoObject()
- infoObject.postscriptFamilyBlues = [500]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too many values
- infoObject = self.makeInfoObject()
- infoObject.postscriptFamilyBlues = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptFamilyOtherBlues
- ## not a list
- infoObject = self.makeInfoObject()
- infoObject.postscriptFamilyOtherBlues = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## uneven value count
- infoObject = self.makeInfoObject()
- infoObject.postscriptFamilyOtherBlues = [500]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too many values
- infoObject = self.makeInfoObject()
- infoObject.postscriptFamilyOtherBlues = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptStemSnapH
- ## not list
- infoObject = self.makeInfoObject()
- infoObject.postscriptStemSnapH = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too many values
- infoObject = self.makeInfoObject()
- infoObject.postscriptStemSnapH = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptStemSnapV
- ## not list
- infoObject = self.makeInfoObject()
- infoObject.postscriptStemSnapV = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- ## too many values
- infoObject = self.makeInfoObject()
- infoObject.postscriptStemSnapV = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160]
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptBlueFuzz
- infoObject = self.makeInfoObject()
- infoObject.postscriptBlueFuzz = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptBlueShift
- infoObject = self.makeInfoObject()
- infoObject.postscriptBlueShift = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptBlueScale
- infoObject = self.makeInfoObject()
- infoObject.postscriptBlueScale = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptForceBold
- infoObject = self.makeInfoObject()
- infoObject.postscriptForceBold = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptDefaultWidthX
- infoObject = self.makeInfoObject()
- infoObject.postscriptDefaultWidthX = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptNominalWidthX
- infoObject = self.makeInfoObject()
- infoObject.postscriptNominalWidthX = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptWeightName
- infoObject = self.makeInfoObject()
- infoObject.postscriptWeightName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptDefaultCharacter
- infoObject = self.makeInfoObject()
- infoObject.postscriptDefaultCharacter = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # postscriptWindowsCharacterSet
- infoObject = self.makeInfoObject()
- infoObject.postscriptWindowsCharacterSet = -1
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # macintoshFONDFamilyID
- infoObject = self.makeInfoObject()
- infoObject.macintoshFONDFamilyID = "abc"
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
- # macintoshFONDName
- infoObject = self.makeInfoObject()
- infoObject.macintoshFONDName = 123
- writer = UFOWriter(self.dstDir)
- self.assertRaises(UFOLibError, writer.writeInfo, info=infoObject)
-
-
-
-
-class ConversionFunctionsTestCase(unittest.TestCase):
-
- def tearDown(self):
- path = self.getFontPath("TestFont1 (UFO1) converted.ufo")
- if os.path.exists(path):
- shutil.rmtree(path)
- path = self.getFontPath("TestFont1 (UFO2) converted.ufo")
- if os.path.exists(path):
- shutil.rmtree(path)
-
- def getFontPath(self, fileName):
- import robofab
- path = os.path.dirname(robofab.__file__)
- path = os.path.dirname(path)
- path = os.path.dirname(path)
- path = os.path.join(path, "TestData", fileName)
- return path
-
- def compareFileStructures(self, path1, path2, expectedInfoData, testFeatures):
- # result
- metainfoPath1 = os.path.join(path1, "metainfo.plist")
- fontinfoPath1 = os.path.join(path1, "fontinfo.plist")
- kerningPath1 = os.path.join(path1, "kerning.plist")
- groupsPath1 = os.path.join(path1, "groups.plist")
- libPath1 = os.path.join(path1, "lib.plist")
- featuresPath1 = os.path.join(path1, "features.plist")
- glyphsPath1 = os.path.join(path1, "glyphs")
- glyphsPath1_contents = os.path.join(glyphsPath1, "contents.plist")
- glyphsPath1_A = os.path.join(glyphsPath1, "A_.glif")
- glyphsPath1_B = os.path.join(glyphsPath1, "B_.glif")
- # expected result
- metainfoPath2 = os.path.join(path2, "metainfo.plist")
- fontinfoPath2 = os.path.join(path2, "fontinfo.plist")
- kerningPath2 = os.path.join(path2, "kerning.plist")
- groupsPath2 = os.path.join(path2, "groups.plist")
- libPath2 = os.path.join(path2, "lib.plist")
- featuresPath2 = os.path.join(path2, "features.plist")
- glyphsPath2 = os.path.join(path2, "glyphs")
- glyphsPath2_contents = os.path.join(glyphsPath2, "contents.plist")
- glyphsPath2_A = os.path.join(glyphsPath2, "A_.glif")
- glyphsPath2_B = os.path.join(glyphsPath2, "B_.glif")
- # look for existence
- self.assertEqual(os.path.exists(metainfoPath1), True)
- self.assertEqual(os.path.exists(fontinfoPath1), True)
- self.assertEqual(os.path.exists(kerningPath1), True)
- self.assertEqual(os.path.exists(groupsPath1), True)
- self.assertEqual(os.path.exists(libPath1), True)
- self.assertEqual(os.path.exists(glyphsPath1), True)
- self.assertEqual(os.path.exists(glyphsPath1_contents), True)
- self.assertEqual(os.path.exists(glyphsPath1_A), True)
- self.assertEqual(os.path.exists(glyphsPath1_B), True)
- if testFeatures:
- self.assertEqual(os.path.exists(featuresPath1), True)
- # look for aggrement
- data1 = readPlist(metainfoPath1)
- data2 = readPlist(metainfoPath2)
- self.assertEqual(data1, data2)
- data1 = readPlist(fontinfoPath1)
- self.assertEqual(sorted(data1.items()), sorted(expectedInfoData.items()))
- data1 = readPlist(kerningPath1)
- data2 = readPlist(kerningPath2)
- self.assertEqual(data1, data2)
- data1 = readPlist(groupsPath1)
- data2 = readPlist(groupsPath2)
- self.assertEqual(data1, data2)
- data1 = readPlist(libPath1)
- data2 = readPlist(libPath2)
- if "UFO1" in libPath1:
- for key in removeFromFormatVersion1Lib:
- if key in data1:
- del data1[key]
- if "UFO1" in libPath2:
- for key in removeFromFormatVersion1Lib:
- if key in data2:
- del data2[key]
- self.assertEqual(data1, data2)
- data1 = readPlist(glyphsPath1_contents)
- data2 = readPlist(glyphsPath2_contents)
- self.assertEqual(data1, data2)
- data1 = readPlist(glyphsPath1_A)
- data2 = readPlist(glyphsPath2_A)
- self.assertEqual(data1, data2)
- data1 = readPlist(glyphsPath1_B)
- data2 = readPlist(glyphsPath2_B)
- self.assertEqual(data1, data2)
-
- def test1To2(self):
- path1 = self.getFontPath("TestFont1 (UFO1).ufo")
- path2 = self.getFontPath("TestFont1 (UFO1) converted.ufo")
- path3 = self.getFontPath("TestFont1 (UFO2).ufo")
- convertUFOFormatVersion1ToFormatVersion2(path1, path2)
- self.compareFileStructures(path2, path3, expectedFontInfo1To2Conversion, False)
-
- def test2To1(self):
- path1 = self.getFontPath("TestFont1 (UFO2).ufo")
- path2 = self.getFontPath("TestFont1 (UFO2) converted.ufo")
- path3 = self.getFontPath("TestFont1 (UFO1).ufo")
- convertUFOFormatVersion2ToFormatVersion1(path1, path2)
- self.compareFileStructures(path2, path3, expectedFontInfo2To1Conversion, False)
-
-
-if __name__ == "__main__":
- from robofab.test.testSupport import runTests
- runTests()
diff --git a/misc/pylib/robofab/tools/__init__.py b/misc/pylib/robofab/tools/__init__.py
deleted file mode 100755
index e97bd43c2..000000000
--- a/misc/pylib/robofab/tools/__init__.py
+++ /dev/null
@@ -1,12 +0,0 @@
-"""
-
-Directory for all tool like code.
-Stuff that doesn't really belong to objects, pens, compilers etc.
-The code is split up into sections.
-
-
-"""
-
-
-
-
diff --git a/misc/pylib/robofab/tools/accentBuilder.py b/misc/pylib/robofab/tools/accentBuilder.py
deleted file mode 100755
index d122222fd..000000000
--- a/misc/pylib/robofab/tools/accentBuilder.py
+++ /dev/null
@@ -1,348 +0,0 @@
-"""A simple set of tools for building accented glyphs.
-# Hey look! A demonstration:
-from robofab.accentBuilder import AccentTools, buildRelatedAccentList
-font = CurrentFont
-# a list of accented glyphs that you want to build
-myList=['Aacute', 'aacute']
-# search for glyphs related to glyphs in myList and add them to myList
-myList=buildRelatedAccentList(font, myList)+myList
-# start the class
-at=AccentTools(font, myList)
-# clear away any anchors that exist (this is optional)
-at.clearAnchors()
-# add necessary anchors if you want to
-at.buildAnchors(ucXOffset=20, ucYOffset=40, lcXOffset=15, lcYOffset=30)
-# print a report of any errors that occured
-at.printAnchorErrors()
-# build the accented glyphs if you want to
-at.buildAccents()
-# print a report of any errors that occured
-at.printAccentErrors()
-"""
-#XXX! This is *very* experimental! I think it works, but you never know.
-
-from robofab.gString import lowercase_plain, accents, uppercase_plain, splitAccent, findAccentBase
-from robofab.tools.toolsAll import readGlyphConstructions
-import robofab
-from robofab.interface.all.dialogs import ProgressBar
-from robofab.world import RFWorld
-inFontLab = RFWorld().inFontLab
-
-anchorColor=125
-accentColor=75
-
-def stripSuffix(glyphName):
- """strip away unnecessary suffixes from a glyph name"""
- if glyphName.find('.') != -1:
- baseName = glyphName.split('.')[0]
- if glyphName.find('.sc') != -1:
- baseName = '.'.join([baseName, 'sc'])
- return baseName
- else:
- return glyphName
-
-def buildRelatedAccentList(font, list):
- """build a list of related glyphs suitable for use with AccentTools"""
- searchList = []
- baseGlyphs = {}
- foundList = []
- for glyphName in list:
- splitNames = splitAccent(glyphName)
- baseName = splitNames[0]
- accentNames = splitNames[1]
- if baseName not in searchList:
- searchList.append(baseName)
- if baseName not in baseGlyphs.keys():
- baseGlyphs[baseName] = [accentNames]
- else:
- baseGlyphs[baseName].append(accentNames)
- foundGlyphs = findRelatedGlyphs(font, searchList, doAccents=0)
- for baseGlyph in foundGlyphs.keys():
- for foundGlyph in foundGlyphs[baseGlyph]:
- for accentNames in baseGlyphs[baseGlyph]:
- foundList.append(makeAccentName(foundGlyph, accentNames))
- return foundList
-
-def findRelatedGlyphs(font, searchItem, doAccents=True):
- """Gather up a bunch of related glyph names. Send it either a
- single glyph name 'a', or a list of glyph names ['a', 'x'] and it
- returns a dict like: {'a': ['atilde', 'a.alt', 'a.swash']}. if doAccents
- is False it will skip accented glyph names.
- This is a relatively slow operation!"""
- relatedGlyphs = {}
- for name in font.keys():
- base = name.split('.')[0]
- if name not in relatedGlyphs.keys():
- relatedGlyphs[name] = []
- if base not in relatedGlyphs.keys():
- relatedGlyphs[base] = []
- if doAccents:
- accentBase = findAccentBase(name)
- if accentBase not in relatedGlyphs.keys():
- relatedGlyphs[accentBase] = []
- baseAccentBase = findAccentBase(base)
- if baseAccentBase not in relatedGlyphs.keys():
- relatedGlyphs[baseAccentBase] = []
- if base != name and name not in relatedGlyphs[base]:
- relatedGlyphs[base].append(name)
- if doAccents:
- if accentBase != name and name not in relatedGlyphs[accentBase]:
- relatedGlyphs[accentBase].append(name)
- if baseAccentBase != name and name not in relatedGlyphs[baseAccentBase]:
- relatedGlyphs[baseAccentBase].append(name)
- foundGlyphs = {}
- if isinstance(searchItem, str):
- searchList = [searchItem]
- else:
- searchList = searchItem
- for glyph in searchList:
- foundGlyphs[glyph] = relatedGlyphs[glyph]
- return foundGlyphs
-
-def makeAccentName(baseName, accentNames):
- """make an accented glyph name"""
- if isinstance(accentNames, str):
- accentNames = [accentNames]
- build = []
- if baseName.find('.') != -1:
- base = baseName.split('.')[0]
- suffix = baseName.split('.')[1]
- else:
- base = baseName
- suffix = ''
- build.append(base)
- for accent in accentNames:
- build.append(accent)
- buildJoin = ''.join(build)
- name = '.'.join([buildJoin, suffix])
- return name
-
-def nameBuster(glyphName, glyphConstruct):
- stripedSuffixName = stripSuffix(glyphName)
- suffix = None
- errors = []
- accentNames = []
- baseName = glyphName
- if glyphName.find('.') != -1:
- suffix = glyphName.split('.')[1]
- if glyphName.find('.sc') != -1:
- suffix = glyphName.split('.sc')[1]
- if stripedSuffixName not in glyphConstruct.keys():
- errors.append('%s: %s not in glyph construction database'%(glyphName, stripedSuffixName))
- else:
- if suffix is None:
- baseName = glyphConstruct[stripedSuffixName][0]
- else:
- if glyphName.find('.sc') != -1:
- baseName = ''.join([glyphConstruct[stripedSuffixName][0], suffix])
- else:
- baseName = '.'.join([glyphConstruct[stripedSuffixName][0], suffix])
- accentNames = glyphConstruct[stripedSuffixName][1:]
- return (baseName, stripedSuffixName, accentNames, errors)
-
-class AccentTools:
- def __init__(self, font, accentList):
- """several tools for working with anchors and building accents"""
- self.glyphConstructions = readGlyphConstructions()
- self.accentList = accentList
- self.anchorErrors = ['ANCHOR ERRORS:']
- self.accentErrors = ['ACCENT ERRORS:']
- self.font = font
-
- def clearAnchors(self, doProgress=True):
- """clear all anchors in the font"""
- tickCount = len(self.font)
- if doProgress:
- bar = ProgressBar("Cleaning all anchors...", tickCount)
- tick = 0
- for glyphName in self.accentList:
- if doProgress:
- bar.label(glyphName)
- baseName, stripedSuffixName, accentNames, errors = nameBuster(glyphName, self.glyphConstructions)
- existError = False
- if len(errors) > 0:
- existError = True
- if not existError:
- toClear = [baseName]
- for accent, position in accentNames:
- toClear.append(accent)
- for glyphName in toClear:
- try:
- self.font[glyphName].clearAnchors()
- except IndexError: pass
- if doProgress:
- bar.tick(tick)
- tick = tick+1
- if doProgress:
- bar.close()
-
- def buildAnchors(self, ucXOffset=0, ucYOffset=0, lcXOffset=0, lcYOffset=0, markGlyph=True, doProgress=True):
- """add the necessary anchors to the glyphs if they don't exist
- some flag definitions:
- uc/lc/X/YOffset=20 offset values for the anchors
- markGlyph=1 mark the glyph that is created
- doProgress=1 show a progress bar"""
- accentOffset = 10
- tickCount = len(self.accentList)
- if doProgress:
- bar = ProgressBar('Adding anchors...', tickCount)
- tick = 0
- for glyphName in self.accentList:
- if doProgress:
- bar.label(glyphName)
- previousPositions = {}
- baseName, stripedSuffixName, accentNames, errors = nameBuster(glyphName, self.glyphConstructions)
- existError = False
- if len(errors) > 0:
- existError = True
- for anchorError in errors:
- self.anchorErrors.append(anchorError)
- if not existError:
- existError = False
- try:
- self.font[baseName]
- except IndexError:
- self.anchorErrors.append(' '.join([glyphName, ':', baseName, 'does not exist.']))
- existError = True
- for accentName, accentPosition in accentNames:
- try:
- self.font[accentName]
- except IndexError:
- self.anchorErrors.append(' '.join([glyphName, ':', accentName, 'does not exist.']))
- existError = True
- if not existError:
- #glyph = self.font.newGlyph(glyphName, clear=True)
- for accentName, accentPosition in accentNames:
- if baseName.split('.')[0] in lowercase_plain:
- xOffset = lcXOffset-accentOffset
- yOffset = lcYOffset-accentOffset
- else:
- xOffset = ucXOffset-accentOffset
- yOffset = ucYOffset-accentOffset
- # should I add a cedilla and ogonek yoffset override here?
- if accentPosition not in previousPositions.keys():
- self._dropAnchor(self.font[baseName], accentPosition, xOffset, yOffset)
- if markGlyph:
- self.font[baseName].mark = anchorColor
- if inFontLab:
- self.font[baseName].update()
- else:
- self._dropAnchor(self.font[previousPositions[accentPosition]], accentPosition, xOffset, yOffset)
- self._dropAnchor(self.font[accentName], accentPosition, accentOffset, accentOffset, doAccentPosition=1)
- previousPositions[accentPosition] = accentName
- if markGlyph:
- self.font[accentName].mark = anchorColor
- if inFontLab:
- self.font[accentName].update()
- if inFontLab:
- self.font.update()
- if doProgress:
- bar.tick(tick)
- tick = tick+1
- if doProgress:
- bar.close()
-
- def printAnchorErrors(self):
- """print errors encounted during buildAnchors"""
- if len(self.anchorErrors) == 1:
- print 'No anchor errors encountered'
- else:
- for i in self.anchorErrors:
- print i
-
- def _dropAnchor(self, glyph, positionName, xOffset=0, yOffset=0, doAccentPosition=False):
- """anchor adding method. for internal use only."""
- existingAnchorNames = []
- for anchor in glyph.getAnchors():
- existingAnchorNames.append(anchor.name)
- if doAccentPosition:
- positionName = ''.join(['_', positionName])
- if positionName not in existingAnchorNames:
- glyphLeft, glyphBottom, glyphRight, glyphTop = glyph.box
- glyphXCenter = glyph.width/2
- if positionName == 'top':
- glyph.appendAnchor(positionName, (glyphXCenter, glyphTop+yOffset))
- elif positionName == 'bottom':
- glyph.appendAnchor(positionName, (glyphXCenter, glyphBottom-yOffset))
- elif positionName == 'left':
- glyph.appendAnchor(positionName, (glyphLeft-xOffset, glyphTop))
- elif positionName == 'right':
- glyph.appendAnchor(positionName, (glyphRight+xOffset, glyphTop))
- elif positionName == '_top':
- glyph.appendAnchor(positionName, (glyphXCenter, glyphBottom-yOffset))
- elif positionName == '_bottom':
- glyph.appendAnchor(positionName, (glyphXCenter, glyphTop+yOffset))
- elif positionName == '_left':
- glyph.appendAnchor(positionName, (glyphRight+xOffset, glyphTop))
- elif positionName == '_right':
- glyph.appendAnchor(positionName, (glyphLeft-xOffset, glyphTop))
- if inFontLab:
- glyph.update()
-
- def buildAccents(self, clear=True, adjustWidths=True, markGlyph=True, doProgress=True):
- """build accented glyphs. some flag definitions:
- clear=1 clear the glyphs if they already exist
- markGlyph=1 mark the glyph that is created
- doProgress=1 show a progress bar
- adjustWidths=1 will fix right and left margins when left or right accents are added"""
- tickCount = len(self.accentList)
- if doProgress:
- bar = ProgressBar('Building accented glyphs...', tickCount)
- tick = 0
- for glyphName in self.accentList:
- if doProgress:
- bar.label(glyphName)
- existError = False
- anchorError = False
-
- baseName, stripedSuffixName, accentNames, errors = nameBuster(glyphName, self.glyphConstructions)
- if len(errors) > 0:
- existError = True
- for accentError in errors:
- self.accentErrors.append(accentError)
-
- if not existError:
- baseAnchors = []
- try:
- self.font[baseName]
- except IndexError:
- self.accentErrors.append('%s: %s does not exist.'%(glyphName, baseName))
- existError = True
- else:
- for anchor in self.font[baseName].anchors:
- baseAnchors.append(anchor.name)
- for accentName, accentPosition in accentNames:
- accentAnchors = []
- try:
- self.font[accentName]
- except IndexError:
- self.accentErrors.append('%s: %s does not exist.'%(glyphName, accentName))
- existError = True
- else:
- for anchor in self.font[accentName].getAnchors():
- accentAnchors.append(anchor.name)
- if accentPosition not in baseAnchors:
- self.accentErrors.append('%s: %s not in %s anchors.'%(glyphName, accentPosition, baseName))
- anchorError = True
- if ''.join(['_', accentPosition]) not in accentAnchors:
- self.accentErrors.append('%s: %s not in %s anchors.'%(glyphName, ''.join(['_', accentPosition]), accentName))
- anchorError = True
- if not existError and not anchorError:
- destination = self.font.compileGlyph(glyphName, baseName, self.glyphConstructions[stripedSuffixName][1:], adjustWidths)
- if markGlyph:
- destination.mark = accentColor
- if doProgress:
- bar.tick(tick)
- tick = tick+1
- if doProgress:
- bar.close()
-
- def printAccentErrors(self):
- """print errors encounted during buildAccents"""
- if len(self.accentErrors) == 1:
- print 'No accent errors encountered'
- else:
- for i in self.accentErrors:
- print i
-
-
diff --git a/misc/pylib/robofab/tools/fontlabFeatureSplitter.py b/misc/pylib/robofab/tools/fontlabFeatureSplitter.py
deleted file mode 100644
index 3e0173dfc..000000000
--- a/misc/pylib/robofab/tools/fontlabFeatureSplitter.py
+++ /dev/null
@@ -1,85 +0,0 @@
-import re
-
-featureRE = re.compile(
- "^" # start of line
- "\s*" #
- "feature" # feature
- "\s+" #
- "(\w{4})" # four alphanumeric characters
- "\s*" #
- "\{" # {
- , re.MULTILINE # run in multiline to preserve line seps
-)
-
-def splitFeaturesForFontLab(text):
- """
- >>> result = splitFeaturesForFontLab(testText)
- >>> result == expectedTestResult
- True
- """
- classes = ""
- features = []
- while text:
- m = featureRE.search(text)
- if m is None:
- classes = text
- text = ""
- else:
- start, end = m.span()
- # if start is not zero, this is the first match
- # and all previous lines are part of the "classes"
- if start > 0:
- assert not classes
- classes = text[:start]
- # extract the current feature
- featureName = m.group(1)
- featureText = text[start:end]
- text = text[end:]
- # grab all text before the next feature definition
- # and add it to the current definition
- if text:
- m = featureRE.search(text)
- if m is not None:
- start, end = m.span()
- featureText += text[:start]
- text = text[start:]
- else:
- featureText += text
- text = ""
- # store the feature
- features.append((featureName, featureText))
- return classes, features
-
-testText = """
-@class1 = [a b c d];
-
-feature liga {
- sub f i by fi;
-} liga;
-
-@class2 = [x y z];
-
-feature salt {
- sub a by a.alt;
-} salt; feature ss01 {sub x by x.alt} ss01;
-
-feature ss02 {sub y by y.alt} ss02;
-
-# feature calt {
-# sub a b' by b.alt;
-# } calt;
-"""
-
-expectedTestResult = (
- "\n@class1 = [a b c d];\n",
- [
- ("liga", "\nfeature liga {\n sub f i by fi;\n} liga;\n\n@class2 = [x y z];\n"),
- ("salt", "\nfeature salt {\n sub a by a.alt;\n} salt; feature ss01 {sub x by x.alt} ss01;\n"),
- ("ss02", "\nfeature ss02 {sub y by y.alt} ss02;\n\n# feature calt {\n# sub a b' by b.alt;\n# } calt;\n")
- ]
-)
-
-
-if __name__ == "__main__":
- import doctest
- doctest.testmod()
diff --git a/misc/pylib/robofab/tools/glifExport.py b/misc/pylib/robofab/tools/glifExport.py
deleted file mode 100755
index bacb9190a..000000000
--- a/misc/pylib/robofab/tools/glifExport.py
+++ /dev/null
@@ -1,95 +0,0 @@
-"""Tool for exporting GLIFs from FontLab"""
-
-import FL
-import os
-from robofab.interface.all.dialogs import ProgressBar
-from robofab.glifLib import GlyphSet
-from robofab.tools.glifImport import GlyphPlaceholder
-from robofab.pens.flPen import drawFLGlyphOntoPointPen
-
-
-def exportGlyph(glyphName, flGlyph, glyphSet):
- """Export a FontLab glyph."""
-
- glyph = GlyphPlaceholder()
- glyph.width = flGlyph.width
- glyph.unicodes = flGlyph.unicodes
- if flGlyph.note:
- glyph.note = flGlyph.note
- customdata = flGlyph.customdata
- if customdata:
- from cStringIO import StringIO
- from robofab.plistlib import readPlist, Data
- f = StringIO(customdata)
- try:
- glyph.lib = readPlist(f)
- except: # XXX ugh, plistlib can raise lots of things
- # Anyway, customdata does not contain valid plist data,
- # but we don't need to toss it!
- glyph.lib = {"org.robofab.fontlab.customdata": Data(customdata)}
-
- def drawPoints(pen):
- # whoohoo, nested scopes are cool.
- drawFLGlyphOntoPointPen(flGlyph, pen)
-
- glyphSet.writeGlyph(glyphName, glyph, drawPoints)
-
-
-def exportGlyphs(font, glyphs=None, dest=None, doProgress=True, bar=None):
- """Export all glyphs in a FontLab font"""
- if dest is None:
- dir, base = os.path.split(font.file_name)
- base = base.split(".")[0] + ".glyphs"
- dest = os.path.join(dir, base)
-
- if not os.path.exists(dest):
- os.makedirs(dest)
-
- glyphSet = GlyphSet(dest)
-
- if glyphs is None:
- indices = range(len(font))
- else:
- indices = []
- for glyphName in glyphs:
- indices.append(font.FindGlyph(glyphName))
- barStart = 0
- closeBar = False
- if doProgress:
- if not bar:
- bar = ProgressBar("Exporting Glyphs", len(indices))
- closeBar = True
- else:
- barStart = bar.getCurrentTick()
- else:
- bar = None
- try:
- done = {}
- for i in range(len(indices)):
- #if not (i % 10) and not bar.tick(i + barStart):
- # raise KeyboardInterrupt
- index = indices[i]
- flGlyph = font[index]
- if flGlyph is None:
- continue
- glyphName = flGlyph.name
- if not glyphName:
- print "can't dump glyph #%s, it has no glyph name" % i
- else:
- if glyphName in done:
- n = 1
- while ("%s#%s" % (glyphName, n)) in done:
- n += 1
- glyphName = "%s#%s" % (glyphName, n)
- done[glyphName] = None
- exportGlyph(glyphName, flGlyph, glyphSet)
- if bar and not i % 10:
- bar.tick(barStart + i)
- # Write out contents.plist
- glyphSet.writeContents()
- except KeyboardInterrupt:
- if bar:
- bar.close()
- bar = None
- if bar and closeBar:
- bar.close()
diff --git a/misc/pylib/robofab/tools/glifImport.py b/misc/pylib/robofab/tools/glifImport.py
deleted file mode 100755
index 68d14460a..000000000
--- a/misc/pylib/robofab/tools/glifImport.py
+++ /dev/null
@@ -1,74 +0,0 @@
-"""Tools for importing GLIFs into FontLab"""
-
-import os
-from FL import fl
-from robofab.tools.toolsFL import NewGlyph, FontIndex
-from robofab.pens.flPen import FLPointPen
-from robofab.glifLib import GlyphSet
-from robofab.interface.all.dialogs import ProgressBar, GetFolder
-
-
-class GlyphPlaceholder:
- pass
-
-
-def importAllGlifFiles(font, dirName=None, doProgress=True, bar=None):
- """import all GLIFs into a FontLab font"""
- if dirName is None:
- if font.file_name:
- dir, base = os.path.split(font.file_name)
- base = base.split(".")[0] + ".glyphs"
- dirName = os.path.join(dir, base)
- else:
- dirName = GetFolder("Please select a folder with .glif files")
- glyphSet = GlyphSet(dirName)
- glyphNames = glyphSet.keys()
- glyphNames.sort()
- barStart = 0
- closeBar = False
- if doProgress:
- if not bar:
- bar = ProgressBar("Importing Glyphs", len(glyphNames))
- closeBar = True
- else:
- barStart = bar.getCurrentTick()
- else:
- bar = None
- try:
- for i in range(len(glyphNames)):
- #if not (i % 10) and not bar.tick(barStart + i):
- # raise KeyboardInterrupt
- glyphName = glyphNames[i]
- flGlyph = NewGlyph(font, glyphName, clear=True)
- pen = FLPointPen(flGlyph)
- glyph = GlyphPlaceholder()
- glyphSet.readGlyph(glyphName, glyph, pen)
- if hasattr(glyph, "width"):
- flGlyph.width = int(round(glyph.width))
- if hasattr(glyph, "unicodes"):
- flGlyph.unicodes = glyph.unicodes
- if hasattr(glyph, "note"):
- flGlyph.note = glyph.note # XXX must encode
- if hasattr(glyph, "lib"):
- from cStringIO import StringIO
- from robofab.plistlib import writePlist
- lib = glyph.lib
- if lib:
- if len(lib) == 1 and "org.robofab.fontlab.customdata" in lib:
- data = lib["org.robofab.fontlab.customdata"].data
- else:
- f = StringIO()
- writePlist(glyph.lib, f)
- data = f.getvalue()
- flGlyph.customdata = data
- # XXX the next bit is only correct when font is the current font :-(
- fl.UpdateGlyph(font.FindGlyph(glyphName))
- if bar and not i % 10:
- bar.tick(barStart + i)
- except KeyboardInterrupt:
- if bar:
- bar.close()
- bar = None
- fl.UpdateFont(FontIndex(font))
- if bar and closeBar:
- bar.close()
diff --git a/misc/pylib/robofab/tools/glyphConstruction.py b/misc/pylib/robofab/tools/glyphConstruction.py
deleted file mode 100644
index afe098423..000000000
--- a/misc/pylib/robofab/tools/glyphConstruction.py
+++ /dev/null
@@ -1,565 +0,0 @@
-
-_glyphConstruction = """\
-#
-# RoboFab Glyph Construction Database
-#
-# format:
-# Glyphname: BaseGlyph Accent.RelativePosition* Accent.RelativePosition*
-# *RelativePosition can be top, bottom, left, right
-#
-# NOTE: this is not a comprehensive, or even accurate, glyph list.
-# It was built by Python robots and, in many cases, by tired human hands.
-# Please report any omissions, errors or praise to the local RoboFab authorities.
-#
-##: Uppercase
-AEacute: AE acute.top
-AEmacron: AE macron.top
-Aacute: A acute.top
-Abreve: A breve.top
-Abreveacute: A breve.top acute.top
-Abrevedotaccent: A breve.top dotaccent.bottom
-Abrevegrave: A breve.top grave.top
-Abrevetilde: A breve.top tilde.top
-Acaron: A caron.top
-Acircumflex: A circumflex.top
-Acircumflexacute: A circumflex.top acute.top
-Acircumflexdotaccent: A circumflex.top dotaccent.bottom
-Acircumflexgrave: A circumflex.top grave.top
-Acircumflextilde: A circumflex.top tilde.top
-Adblgrave: A dblgrave.top
-Adieresis: A dieresis.top
-Adieresismacron: A dieresis.top macron.top
-Adotaccent: A dotaccent.top
-Adotaccentmacron: A dotaccent.top macron.top
-Agrave: A grave.top
-Amacron: A macron.top
-Aogonek: A ogonek.bottom
-Aring: A ring.top
-Aringacute: A ring.top acute.top
-Atilde: A tilde.top
-Bdotaccent: B dotaccent.top
-Cacute: C acute.top
-Ccaron: C caron.top
-Ccedilla: C cedilla.bottom
-Ccedillaacute: C cedilla.bottom acute.top
-Ccircumflex: C circumflex.top
-Cdotaccent: C dotaccent.top
-Dcaron: D caron.top
-Dcedilla: D cedilla.bottom
-Ddotaccent: D dotaccent.top
-Eacute: E acute.top
-Ebreve: E breve.top
-Ecaron: E caron.top
-Ecedilla: E cedilla.bottom
-Ecedillabreve: E cedilla.bottom breve.top
-Ecircumflex: E circumflex.top
-Ecircumflexacute: E circumflex.top acute.top
-Ecircumflexdotaccent: E circumflex.top dotaccent.bottom
-Ecircumflexgrave: E circumflex.top grave.top
-Ecircumflextilde: E circumflex.top tilde.top
-Edblgrave: E dblgrave.top
-Edieresis: E dieresis.top
-Edotaccent: E dotaccent.top
-Egrave: E grave.top
-Emacron: E macron.top
-Emacronacute: E macron.top acute.top
-Emacrongrave: E macron.top grave.top
-Eogonek: E ogonek.bottom
-Etilde: E tilde.top
-Fdotaccent: F dotaccent.top
-Gacute: G acute.top
-Gbreve: G breve.top
-Gcaron: G caron.top
-Gcedilla: G cedilla.bottom
-Gcircumflex: G circumflex.top
-Gcommaaccent: G commaaccent.bottom
-Gdotaccent: G dotaccent.top
-Gmacron: G macron.top
-Hcaron: H caron.top
-Hcedilla: H cedilla.top
-Hcircumflex: H circumflex.top
-Hdieresis: H dieresis.top
-Hdotaccent: H dotaccent.top
-Iacute: I acute.top
-Ibreve: I breve.top
-Icaron: I caron.top
-Icircumflex: I circumflex.top
-Idblgrave: I dblgrave.top
-Idieresis: I dieresis.top
-Idieresisacute: I dieresis.top acute.top
-Idotaccent: I dotaccent.top
-Igrave: I grave.top
-Imacron: I macron.top
-Iogonek: I ogonek.bottom
-Itilde: I tilde.top
-Jcircumflex: J circumflex.top
-Kacute: K acute.top
-Kcaron: K caron.top
-Kcedilla: K cedilla.bottom
-Kcommaaccent: K commaaccent.bottom
-Lacute: L acute.top
-Lcaron: L commaaccent.right
-Lcedilla: L cedilla.bottom
-Lcommaaccent: L commaaccent.bottom
-Ldot: L dot.right
-Ldotaccent: L dotaccent.bottom
-Ldotaccentmacron: L dotaccent.bottom macron.top
-Macute: M acute.top
-Mdotaccent: M dotaccent.top
-Nacute: N acute.top
-Ncaron: N caron.top
-Ncedilla: N cedilla.bottom
-Ncommaaccent: N commaaccent.bottom
-Ndotaccent: N dotaccent.top
-Ngrave: N grave.top
-Ntilde: N tilde.top
-Oacute: O acute.top
-Obreve: O breve.top
-Ocaron: O caron.top
-Ocircumflex: O circumflex.top
-Ocircumflexacute: O circumflex.top acute.top
-Ocircumflexdotaccent: O circumflex.top dotaccent.bottom
-Ocircumflexgrave: O circumflex.top grave.top
-Ocircumflextilde: O circumflex.top tilde.top
-Odblgrave: O dblgrave.top
-Odieresis: O dieresis.top
-Odieresismacron: O dieresis.top macron.top
-Ograve: O grave.top
-Ohungarumlaut: O hungarumlaut.top
-Omacron: O macron.top
-Omacronacute: O macron.top acute.top
-Omacrongrave: O macron.top grave.top
-Oogonek: O ogonek.bottom
-Oogonekmacron: O ogonek.bottom macron.top
-Oslashacute: Oslash acute.top
-Otilde: O tilde.top
-Otildeacute: O tilde.top acute.top
-Otildedieresis: O tilde.top dieresis.top
-Otildemacron: O tilde.top macron.top
-Pacute: P acute.top
-Pdotaccent: P dotaccent.top
-Racute: R acute.top
-Rcaron: R caron.top
-Rcedilla: R cedilla.bottom
-Rcommaaccent: R commaaccent.bottom
-Rdblgrave: R dblgrave.top
-Rdotaccent: R dotaccent.top
-Rdotaccentmacron: R dotaccent.top macron.top
-Sacute: S acute.top
-Sacutedotaccent: S acute.top dotaccent.top
-Scaron: S caron.top
-Scarondotaccent: S caron.top dotaccent.top
-Scedilla: S cedilla.bottom
-Scircumflex: S circumflex.top
-Scommaaccent: S commaaccent.bottom
-Sdotaccent: S dotaccent.top
-Tcaron: T caron.top
-Tcedilla: T cedilla.bottom
-Tcommaaccent: T commaaccent.bottom
-Tdotaccent: T dotaccent.top
-Uacute: U acute.top
-Ubreve: U breve.top
-Ucaron: U caron.top
-Ucircumflex: U circumflex.top
-Udblgrave: U dblgrave.top
-Udieresis: U dieresis.top
-Udieresisacute: U dieresis.top acute.top
-Udieresiscaron: U dieresis.top caron.top
-Udieresisgrave: U dieresis.top grave.top
-Udieresismacron: U dieresis.top macron.top
-Ugrave: U grave.top
-Uhungarumlaut: U hungarumlaut.top
-Umacron: U macron.top
-Umacrondieresis: U macron.top dieresis.top
-Uogonek: U ogonek.bottom
-Uring: U ring.top
-Utilde: U tilde.top
-Utildeacute: U tilde.top acute.top
-Vtilde: V tilde.top
-Wacute: W acute.top
-Wcircumflex: W circumflex.top
-Wdieresis: W dieresis.top
-Wdotaccent: W dotaccent.top
-Wgrave: W grave.top
-Xdieresis: X dieresis.top
-Xdotaccent: X dotaccent.top
-Yacute: Y acute.top
-Ycircumflex: Y circumflex.top
-Ydieresis: Y dieresis.top
-Ydotaccent: Y dotaccent.top
-Ygrave: Y grave.top
-Ytilde: Y tilde.top
-Zacute: Z acute.top
-Zcaron: Z caron.top
-Zcircumflex: Z circumflex.top
-Zdotaccent: Z dotaccent.top
-##: Lowercase
-aacute: a acute.top
-abreve: a breve.top
-abreveacute: a breve.top acute.top
-abrevedotaccent: a breve.top dotaccent.bottom
-abrevegrave: a breve.top grave.top
-abrevetilde: a breve.top tilde.top
-acaron: a caron.top
-acircumflex: a circumflex.top
-acircumflexacute: a circumflex.top acute.top
-acircumflexdotaccent: a circumflex.top dotaccent.bottom
-acircumflexgrave: a circumflex.top grave.top
-acircumflextilde: a circumflex.top tilde.top
-adblgrave: a dblgrave.top
-adieresis: a dieresis.top
-adieresismacron: a dieresis.top macron.top
-adotaccent: a dotaccent.top
-adotaccentmacron: a dotaccent.top macron.top
-aeacute: ae acute.top
-aemacron: ae macron.top
-agrave: a grave.top
-amacron: a macron.top
-aogonek: a ogonek.bottom
-aring: a ring.top
-aringacute: a ring.top acute.top
-atilde: a tilde.top
-bdotaccent: b dotaccent.top
-cacute: c acute.top
-ccaron: c caron.top
-ccedilla: c cedilla.bottom
-ccedillaacute: c cedilla.bottom acute.top
-ccircumflex: c circumflex.top
-cdotaccent: c dotaccent.top
-dcaron: d commaaccent.right
-dcedilla: d cedilla.bottom
-ddotaccent: d dotaccent.top
-dmacron: d macron.top
-eacute: e acute.top
-ebreve: e breve.top
-ecaron: e caron.top
-ecedilla: e cedilla.bottom
-ecedillabreve: e cedilla.bottom breve.top
-ecircumflex: e circumflex.top
-ecircumflexacute: e circumflex.top acute.top
-ecircumflexdotaccent: e circumflex.top dotaccent.bottom
-ecircumflexgrave: e circumflex.top grave.top
-ecircumflextilde: e circumflex.top tilde.top
-edblgrave: e dblgrave.top
-edieresis: e dieresis.top
-edotaccent: e dotaccent.top
-egrave: e grave.top
-emacron: e macron.top
-emacronacute: e macron.top acute.top
-emacrongrave: e macron.top grave.top
-eogonek: e ogonek.bottom
-etilde: e tilde.top
-fdotaccent: f dotaccent.top
-gacute: g acute.top
-gbreve: g breve.top
-gcaron: g caron.top
-gcedilla: g cedilla.top
-gcircumflex: g circumflex.top
-gcommaaccent: g commaaccent.top
-gdotaccent: g dotaccent.top
-gmacron: g macron.top
-hcaron: h caron.top
-hcedilla: h cedilla.bottom
-hcircumflex: h circumflex.top
-hdieresis: h dieresis.top
-hdotaccent: h dotaccent.top
-iacute: dotlessi acute.top
-ibreve: dotlessi breve.top
-icaron: dotlessi caron.top
-icircumflex: dotlessi circumflex.top
-idblgrave: dotlessi dblgrave.top
-idieresis: dotlessi dieresis.top
-idieresisacute: dotlessi dieresis.top acute.top
-igrave: dotlessi grave.top
-imacron: dotlessi macron.top
-iogonek: i ogonek.bottom
-itilde: dotlessi tilde.top
-jcaron: dotlessj caron.top
-jcircumflex: dotlessj circumflex.top
-jacute: dotlessj acute.top
-kacute: k acute.top
-kcaron: k caron.top
-kcedilla: k cedilla.bottom
-kcommaaccent: k commaaccent.bottom
-lacute: l acute.top
-lcaron: l commaaccent.right
-lcedilla: l cedilla.bottom
-lcommaaccent: l commaaccent.bottom
-ldot: l dot.right
-ldotaccent: l dotaccent.bottom
-ldotaccentmacron: l dotaccent.bottom macron.top
-macute: m acute.top
-mdotaccent: m dotaccent.top
-nacute: n acute.top
-ncaron: n caron.top
-ncedilla: n cedilla.bottom
-ncommaaccent: n commaaccent.bottom
-ndotaccent: n dotaccent.top
-ngrave: n grave.top
-ntilde: n tilde.top
-oacute: o acute.top
-obreve: o breve.top
-ocaron: o caron.top
-ocircumflex: o circumflex.top
-ocircumflexacute: o circumflex.top acute.top
-ocircumflexdotaccent: o circumflex.top dotaccent.bottom
-ocircumflexgrave: o circumflex.top grave.top
-ocircumflextilde: o circumflex.top tilde.top
-odblgrave: o dblgrave.top
-odieresis: o dieresis.top
-odieresismacron: o dieresis.top macron.top
-ograve: o grave.top
-ohungarumlaut: o hungarumlaut.top
-omacron: o macron.top
-omacronacute: o macron.top acute.top
-omacrongrave: o macron.top grave.top
-oogonek: o ogonek.bottom
-oogonekmacron: o ogonek.bottom macron.top
-oslashacute: oslash acute.top
-otilde: o tilde.top
-otildeacute: o tilde.top acute.top
-otildedieresis: o tilde.top dieresis.top
-otildemacron: o tilde.top macron.top
-pacute: p acute.top
-pdotaccent: p dotaccent.top
-racute: r acute.top
-rcaron: r caron.top
-rcedilla: r cedilla.bottom
-rcommaaccent: r commaaccent.bottom
-rdblgrave: r dblgrave.top
-rdotaccent: r dotaccent.top
-rdotaccentmacron: r dotaccent.top macron.top
-sacute: s acute.top
-sacutedotaccent: s acute.top dotaccent.top
-scaron: s caron.top
-scarondotaccent: s caron.top dotaccent.top
-scedilla: s cedilla.bottom
-scircumflex: s circumflex.top
-scommaaccent: s commaaccent.bottom
-sdotaccent: s dotaccent.top
-tcaron: t commaaccent.right
-tcedilla: t cedilla.bottom
-tcommaaccent: t commaaccent.bottom
-tdieresis: t dieresis.top
-tdotaccent: t dotaccent.top
-uacute: u acute.top
-ubreve: u breve.top
-ucaron: u caron.top
-ucircumflex: u circumflex.top
-udblgrave: u dblgrave.top
-udieresis: u dieresis.top
-udieresisacute: u dieresis.top acute.top
-udieresiscaron: u dieresis.top caron.top
-udieresisgrave: u dieresis.top grave.top
-udieresismacron: u dieresis.top macron.top
-ugrave: u grave.top
-uhungarumlaut: u hungarumlaut.top
-umacron: u macron.top
-umacrondieresis: u macron.top dieresis.top
-uogonek: u ogonek.bottom
-uring: u ring.top
-utilde: u tilde.top
-utildeacute: u tilde.top acute.top
-vtilde: v tilde.top
-wacute: w acute.top
-wcircumflex: w circumflex.top
-wdieresis: w dieresis.top
-wdotaccent: w dotaccent.top
-wgrave: w grave.top
-wring: w ring.top
-xdieresis: x dieresis.top
-xdotaccent: x dotaccent.top
-yacute: y acute.top
-ycircumflex: y circumflex.top
-ydieresis: y dieresis.top
-ydotaccent: y dotaccent.top
-ygrave: y grave.top
-yring: y ring.top
-ytilde: y tilde.top
-zacute: z acute.top
-zcaron: z caron.top
-zcircumflex: z circumflex.top
-zdotaccent: z dotaccent.top
-##: Small: Caps
-AEacute.sc: AE.sc acute.top
-AEmacron.sc: AE.sc macron.top
-Aacute.sc: A.sc acute.top
-Abreve.sc: A.sc breve.top
-Abreveacute.sc: A.sc breve.top acute.top
-Abrevedotaccent.sc: A.sc breve.top dotaccent.bottom
-Abrevegrave.sc: A.sc breve.top grave.top
-Abrevetilde.sc: A.sc breve.top tilde.top
-Acaron.sc: A.sc caron.top
-Acircumflex.sc: A.sc circumflex.top
-Acircumflexacute.sc: A.sc circumflex.top acute.top
-Acircumflexdotaccent.sc: A.sc circumflex.top dotaccent.bottom
-Acircumflexgrave.sc: A.sc circumflex.top grave.top
-Acircumflextilde.sc: A.sc circumflex.top tilde.top
-Adblgrave.sc: A.sc dblgrave.top
-Adieresis.sc: A.sc dieresis.top
-Adieresismacron.sc: A.sc dieresis.top macron.top
-Adotaccent.sc: A.sc dotaccent.top
-Adotaccentmacron.sc: A.sc dotaccent.top macron.top
-Agrave.sc: A.sc grave.top
-Amacron.sc: A.sc macron.top
-Aogonek.sc: A.sc ogonek.bottom
-Aring.sc: A.sc ring.top
-Aringacute.sc: A.sc ring.top acute.top
-Atilde.sc: A.sc tilde.top
-Bdotaccent.sc: B.sc dotaccent.top
-Cacute.sc: C.sc acute.top
-Ccaron.sc: C.sc caron.top
-Ccedilla.sc: C.sc cedilla.bottom
-Ccedillaacute.sc: C.sc cedilla.bottom acute.top
-Ccircumflex.sc: C.sc circumflex.top
-Cdotaccent.sc: C.sc dotaccent.top
-Dcaron.sc: D.sc caron.top
-Dcedilla.sc: D.sc cedilla.bottom
-Ddotaccent.sc: D.sc dotaccent.top
-Eacute.sc: E.sc acute.top
-Ebreve.sc: E.sc breve.top
-Ecaron.sc: E.sc caron.top
-Ecedilla.sc: E.sc cedilla.bottom
-Ecedillabreve.sc: E.sc cedilla.bottom breve.top
-Ecircumflex.sc: E.sc circumflex.top
-Ecircumflexacute.sc: E.sc circumflex.top acute.top
-Ecircumflexdotaccent.sc: E.sc circumflex.top dotaccent.bottom
-Ecircumflexgrave.sc: E.sc circumflex.top grave.top
-Ecircumflextilde.sc: E.sc circumflex.top tilde.top
-Edblgrave.sc: E.sc dblgrave.top
-Edieresis.sc: E.sc dieresis.top
-Edotaccent.sc: E.sc dotaccent.top
-Egrave.sc: E.sc grave.top
-Emacron.sc: E.sc macron.top
-Emacronacute.sc: E.sc macron.top acute.top
-Emacrongrave.sc: E.sc macron.top grave.top
-Eogonek.sc: E.sc ogonek.bottom
-Etilde.sc: E.sc tilde.top
-Fdotaccent.sc: F.sc dotaccent.top
-Gacute.sc: G.sc acute.top
-Gbreve.sc: G.sc breve.top
-Gcaron.sc: G.sc caron.top
-Gcedilla.sc: G.sc cedilla.bottom
-Gcircumflex.sc: G.sc circumflex.top
-Gcommaaccent.sc: G.sc commaaccent.bottom
-Gdotaccent.sc: G.sc dotaccent.top
-Gmacron.sc: G.sc macron.top
-Hcaron.sc: H.sc caron.top
-Hcedilla.sc: H.sc cedilla.top
-Hcircumflex.sc: H.sc circumflex.top
-Hdieresis.sc: H.sc dieresis.top
-Hdotaccent.sc: H.sc dotaccent.top
-Iacute.sc: I.sc acute.top
-Ibreve.sc: I.sc breve.top
-Icaron.sc: I.sc caron.top
-Icircumflex.sc: I.sc circumflex.top
-Idblgrave.sc: I.sc dblgrave.top
-Idieresis.sc: I.sc dieresis.top
-Idieresisacute.sc: I.sc dieresis.top acute.top
-Idotaccent.sc: I.sc dotaccent.top
-Igrave.sc: I.sc grave.top
-Imacron.sc: I.sc macron.top
-Iogonek.sc: I.sc ogonek.bottom
-Itilde.sc: I.sc tilde.top
-Jcircumflex.sc: J.sc circumflex.top
-Kacute.sc: K.sc acute.top
-Kcaron.sc: K.sc caron.top
-Kcedilla.sc: K.sc cedilla.bottom
-Kcommaaccent.sc: K.sc commaaccent.bottom
-Lacute.sc: L.sc acute.top
-Lcaron.sc: L.sc commaaccent.right
-Lcedilla.sc: L.sc cedilla.bottom
-Lcommaaccent.sc: L.sc commaaccent.bottom
-Ldot.sc: L.sc dot.right
-Ldotaccent.sc: L.sc dotaccent.bottom
-Ldotaccentmacron.sc: L.sc dotaccent.bottom macron.top
-Macute.sc: M.sc acute.top
-Mdotaccent.sc: M.sc dotaccent.top
-Nacute.sc: N.sc acute.top
-Ncaron.sc: N.sc caron.top
-Ncedilla.sc: N.sc cedilla.bottom
-Ncommaaccent.sc: N.sc commaaccent.bottom
-Ndotaccent.sc: N.sc dotaccent.top
-Ngrave.sc: N.sc grave.top
-Ntilde.sc: N.sc tilde.top
-Oacute.sc: O.sc acute.top
-Obreve.sc: O.sc breve.top
-Ocaron.sc: O.sc caron.top
-Ocircumflex.sc: O.sc circumflex.top
-Ocircumflexacute.sc: O.sc circumflex.top acute.top
-Ocircumflexdotaccent.sc: O.sc circumflex.top dotaccent.bottom
-Ocircumflexgrave.sc: O.sc circumflex.top grave.top
-Ocircumflextilde.sc: O.sc circumflex.top tilde.top
-Odblgrave.sc: O.sc dblgrave.top
-Odieresis.sc: O.sc dieresis.top
-Odieresismacron.sc: O.sc dieresis.top macron.top
-Ograve.sc: O.sc grave.top
-Ohungarumlaut.sc: O.sc hungarumlaut.top
-Omacron.sc: O.sc macron.top
-Omacronacute.sc: O.sc macron.top acute.top
-Omacrongrave.sc: O.sc macron.top grave.top
-Oogonek.sc: O.sc ogonek.bottom
-Oogonekmacron.sc: O.sc ogonek.bottom macron.top
-Oslashacute.sc: Oslash.sc acute.top
-Otilde.sc: O.sc tilde.top
-Otildeacute.sc: O.sc tilde.top acute.top
-Otildedieresis.sc: O.sc tilde.top dieresis.top
-Otildemacron.sc: O.sc tilde.top macron.top
-Pacute.sc: P.sc acute.top
-Pdotaccent.sc: P.sc dotaccent.top
-Racute.sc: R.sc acute.top
-Rcaron.sc: R.sc caron.top
-Rcedilla.sc: R.sc cedilla.bottom
-Rcommaaccent.sc: R.sc commaaccent.bottom
-Rdblgrave.sc: R.sc dblgrave.top
-Rdotaccent.sc: R.sc dotaccent.top
-Rdotaccentmacron.sc: R.sc dotaccent.top macron.top
-Sacute.sc: S.sc acute.top
-Sacutedotaccent.sc: S.sc acute.top dotaccent.top
-Scaron.sc: S.sc caron.top
-Scarondotaccent.sc: S.sc caron.top dotaccent.top
-Scedilla.sc: S.sc cedilla.bottom
-Scircumflex.sc: S.sc circumflex.top
-Scommaaccent.sc: S.sc commaaccent.bottom
-Sdotaccent.sc: S.sc dotaccent.top
-Tcaron.sc: T.sc caron.top
-Tcedilla.sc: T.sc cedilla.bottom
-Tcommaaccent.sc: T.sc commaaccent.bottom
-Tdotaccent.sc: T.sc dotaccent.top
-Uacute.sc: U.sc acute.top
-Ubreve.sc: U.sc breve.top
-Ucaron.sc: U.sc caron.top
-Ucircumflex.sc: U.sc circumflex.top
-Udblgrave.sc: U.sc dblgrave.top
-Udieresis.sc: U.sc dieresis.top
-Udieresisacute.sc: U.sc dieresis.top acute.top
-Udieresiscaron.sc: U.sc dieresis.top caron.top
-Udieresisgrave.sc: U.sc dieresis.top grave.top
-Udieresismacron.sc: U.sc dieresis.top macron.top
-Ugrave.sc: U.sc grave.top
-Uhungarumlaut.sc: U.sc hungarumlaut.top
-Umacron.sc: U.sc macron.top
-Umacrondieresis.sc: U.sc macron.top dieresis.top
-Uogonek.sc: U.sc ogonek.bottom
-Uring.sc: U.sc ring.top
-Utilde.sc: U.sc tilde.top
-Utildeacute.sc: U.sc tilde.top acute.top
-Vtilde.sc: V.sc tilde.top
-Wacute.sc: W.sc acute.top
-Wcircumflex.sc: W.sc circumflex.top
-Wdieresis.sc: W.sc dieresis.top
-Wdotaccent.sc: W.sc dotaccent.top
-Wgrave.sc: W.sc grave.top
-Xdieresis.sc: X.sc dieresis.top
-Xdotaccent.sc: X.sc dotaccent.top
-Yacute.sc: Y.sc acute.top
-Ycircumflex.sc: Y.sc circumflex.top
-Ydieresis.sc: Y.sc dieresis.top
-Ydotaccent.sc: Y.sc dotaccent.top
-Ygrave.sc: Y.sc grave.top
-Ytilde.sc: Y.sc tilde.top
-Zacute.sc: Z.sc acute.top
-Zcaron.sc: Z.sc caron.top
-Zcircumflex.sc: Z.sc circumflex.top
-Zdotaccent.sc: Z.sc dotaccent.top
-""" \ No newline at end of file
diff --git a/misc/pylib/robofab/tools/glyphNameSchemes.py b/misc/pylib/robofab/tools/glyphNameSchemes.py
deleted file mode 100755
index cb6172b9a..000000000
--- a/misc/pylib/robofab/tools/glyphNameSchemes.py
+++ /dev/null
@@ -1,41 +0,0 @@
-"""A separate module for glyphname to filename functions.
-
-glyphNameToShortFileName() generates a non-clashing filename for systems with
-filename-length limitations.
-"""
-
-MAXLEN = 31
-
-def glyphNameToShortFileName(glyphName, glyphSet):
- """Alternative glyphname to filename function.
-
- Features a garuanteed maximum filename for really long glyphnames, and clash testing.
- - all non-ascii characters are converted to "_" (underscore), including "."
- - all glyphnames which are too long are truncated and a hash is added at the end
- - the hash is generated from the whole glyphname
- - finally, the candidate glyphname is checked against the contents.plist
- and a incrementing number is added at the end if there is a clash.
- """
- import binascii, struct, string
- ext = ".glif"
- ok = string.ascii_letters + string.digits + " _"
- h = binascii.hexlify(struct.pack(">l", binascii.crc32(glyphName)))
- n = ''
- for c in glyphName:
- if c in ok:
- if c != c.lower():
- n += c + "_"
- else:
- n += c
- else:
- n += "_"
- if len(n + ext) < MAXLEN:
- return n + ext
- count = 0
- candidate = n[:MAXLEN - len(h + ext)] + h + ext
- if glyphSet is not None:
- names = glyphSet.getReverseContents()
- while candidate.lower() in names:
- candidate = n[:MAXLEN - len(h + ext + str(count))] + h + str(count) + ext
- count += 1
- return candidate
diff --git a/misc/pylib/robofab/tools/objectDumper.py b/misc/pylib/robofab/tools/objectDumper.py
deleted file mode 100755
index 29110ca53..000000000
--- a/misc/pylib/robofab/tools/objectDumper.py
+++ /dev/null
@@ -1,55 +0,0 @@
-"""Simple and ugly way to print some attributes and properties of an object to stdout.
-FontLab doesn't have an object browser and sometimes we do need to look inside"""
-
-from pprint import pprint
-
-def classname(object, modname):
- """Get a class name and qualify it with a module name if necessary."""
- name = object.__name__
- if object.__module__ != modname:
- name = object.__module__ + '.' + name
- return name
-
-def _objectDumper(object, indent=0, private=False):
- """Collect a dict with the contents of the __dict__ as a quick means of peeking inside
- an instance. Some RoboFab locations do not support PyBrowser and still need debugging."""
- data = {}
- data['__class__'] = "%s at %d"%(classname(object.__class__, object.__module__), id(object))
- for k in object.__class__.__dict__.keys():
- if private and k[0] == "_":
- continue
- x = object.__class__.__dict__[k]
- if hasattr(x, "fget"): #other means of recognising a property?
- try:
- try:
- value = _objectDumper(x.fget(self), 1)
- except:
- value = x.fget(self)
- data[k] = "[property, %s] %s"%(type(x.fget(self)).__name__, value)
- except:
- data[k] = "[property] (Error getting property value)"
- for k in object.__dict__.keys():
- if private and k[0] == "_":
- continue
- try:
- data[k] = "[attribute, %s] %s"%(type(object.__dict__[k]).__name__, `object.__dict__[k]`)
- except:
- data[k] = "[attribute] (Error getting attribute value)"
- return data
-
-def flattenDict(dict, indent=0):
- t = []
- k = dict.keys()
- k.sort()
- print
- print '---RoboFab Object Dump---'
- for key in k:
- value = dict[key]
- t.append(indent*"\t"+"%s: %s"%(key, value))
- t.append('')
- return "\r".join(t)
-
-def dumpObject(object, private=False):
- print pprint(_objectDumper(object, private=private))
-
-
diff --git a/misc/pylib/robofab/tools/otFeatures.py b/misc/pylib/robofab/tools/otFeatures.py
deleted file mode 100755
index 8138a2fe7..000000000
--- a/misc/pylib/robofab/tools/otFeatures.py
+++ /dev/null
@@ -1,190 +0,0 @@
-"""Simple module to write features to font"""
-
-
-import string
-
-
-from types import StringType, ListType, TupleType
-
-from robofab.world import world
-if world.inFontLab:
- from FL import *
- from fl_cmd import *
-from robofab.tools.toolsFL import FontIndex
-
- #feat = []
- #feat.append('feature smcp {')
- #feat.append('\tlookup SMALLCAPS {')
- #feat.append('\t\tsub @LETTERS_LC by @LETTERS_LC;')
- #feat.append('\t} SMALLCAPS;')
- #feat.append('} smcp;')
-
-
-class FeatureWriter:
- """Make properly formatted feature code"""
- def __init__(self, type):
- self.type = type
- self.data = []
-
- def add(self, src, dst):
- """Add a substitution: change src to dst."""
- self.data.append((src, dst))
-
- def write(self, group=0):
- """Write the whole thing to string"""
- t = []
- if len(self.data) == 0:
- return None
- t.append('feature %s {' % self.type)
- for src, dst in self.data:
- if isinstance(src, (list, tuple)):
- if group:
- src = "[%s]" % string.join(src, ' ')
- else:
- src = string.join(src, ' ')
- if isinstance(dst, (list, tuple)):
- if group:
- dst = "[%s]" % string.join(dst, ' ')
- else:
- dst = string.join(dst, ' ')
- src = string.strip(src)
- dst = string.strip(dst)
- t.append("\tsub %s by %s;" % (src, dst))
- t.append('}%s;' % self.type)
- return string.join(t, '\n')
-
-
-class GlyphName:
- """Simple class that splits a glyphname in handy parts,
- access the parts as attributes of the name."""
- def __init__(self, name):
- self.suffix = []
- self.ligs = []
- self.name = self.base = name
- if '.' in name:
- self.bits = name.split('.')
- self.base = self.bits[0]
- self.suffix = self.bits[1:]
- if '_' in name:
- self.ligs = self.base.split('_')
-
-
-def GetAlternates(font, flavor="alt", match=0):
- """Sort the glyphs of this font by the parts of the name.
- flavor is the bit to look for, i.e. 'alt' in a.alt
- match = 1 if you want a exact match: alt1 != alt
- match = 0 if the flavor is a partial match: alt == alt1
- """
- names = {}
- for c in font.glyphs:
- name = GlyphName(c.name)
- if not names.has_key(name.base):
- names[name.base] = []
- if match:
- # only include if there is an exact match
- if flavor in name.suffix:
- names[name.base].append(c.name)
- else:
- # include if there is a partial match
- for a in name.suffix:
- if a.find(flavor) != -1:
- names[name.base].append(c.name)
- return names
-
-
-# XXX there should be a more generic glyph finder.
-
-def MakeCapsFeature(font):
- """Build a feature for smallcaps based on .sc glyphnames"""
- names = GetAlternates(font, 'sc', match=1)
- fw = FeatureWriter('smcp')
- k = names.keys()
- k.sort()
- for p in k:
- if names[p]:
- fw.add(p, names[p])
- feat = fw.write()
- if feat:
- font.features.append(Feature('smcp', feat))
- return feat
-
-
-def MakeAlternatesFeature(font):
- """Build a aalt feature based on glyphnames"""
- names = GetAlternates(font, 'alt', match=0)
- fw = FeatureWriter('aalt')
- k = names.keys()
- k.sort()
- for p in k:
- if names[p]:
- fw.add(p, names[p])
- feat = fw.write(group=1)
- if feat:
- font.features.append(Feature('aalt', feat))
- return feat
-
-
-def MakeSwashFeature(font):
- """Build a swash feature based on glyphnames"""
- names = GetAlternates(font, 'swash', match=0)
- fw = FeatureWriter('swsh')
- k=names.keys()
- k.sort()
- for p in k:
- if names[p]:
- l=names[p]
- l.sort()
- fw.add(p, l[0])
- feat=fw.write()
- if feat:
- font.features.append(Feature('swsh', feat))
- return feat
-
-
-def MakeLigaturesFeature(font):
- """Build a liga feature based on glyphnames"""
- from robofab.gString import ligatures
- ligCountDict = {}
- for glyph in font.glyphs:
- if glyph.name in ligatures:
- if len(glyph.name) not in ligCountDict.keys():
- ligCountDict[len(glyph.name)] = [glyph.name]
- else:
- ligCountDict[len(glyph.name)].append(glyph.name)
- elif glyph.name.find('_') != -1:
- usCounter=1
- for i in glyph.name:
- if i =='_':
- usCounter=usCounter+1
- if usCounter not in ligCountDict.keys():
- ligCountDict[usCounter] = [glyph.name]
- else:
- ligCountDict[usCounter].append(glyph.name)
- ligCount=ligCountDict.keys()
- ligCount.sort()
- foundLigs=[]
- for i in ligCount:
- l = ligCountDict[i]
- l.sort()
- foundLigs=foundLigs+l
- fw=FeatureWriter('liga')
- for i in foundLigs:
- if i.find('_') != -1:
- sub=i.split('_')
- else:
- sub=[]
- for c in i:
- sub.append(c)
- fw.add(sub, i)
- feat=fw.write()
- if feat:
- font.features.append(Feature('liga', feat))
- return feat
-
-
-if __name__ == "__main__":
- fw = FeatureWriter('liga')
- fw.add(['f', 'f', 'i'], ['f_f_i'])
- fw.add('f f ', 'f_f')
- fw.add(['f', 'i'], 'f_i')
- print fw.write()
diff --git a/misc/pylib/robofab/tools/proof.py b/misc/pylib/robofab/tools/proof.py
deleted file mode 100755
index bb3b9d100..000000000
--- a/misc/pylib/robofab/tools/proof.py
+++ /dev/null
@@ -1,119 +0,0 @@
-"""This is the place for stuff that makes proofs and test text settings etc"""
-
-import string
-
-
-
-
-idHeader = """<ASCII-MAC>
-<Version:2.000000><FeatureSet:InDesign-Roman><ColorTable:=<Black:COLOR:CMYK:Process:0.000000,0.000000,0.000000,1.000000>>"""
-
-idColor = """<cColor:COLOR\:%(model)s\:Process\:%(c)f\,%(m)f\,%(y)f\,%(k)f>"""
-
-idParaStyle = """<ParaStyle:><cTypeface:%(weight)s><cSize:%(size)f><cLeading:%(leading)f><cFont:%(family)s>"""
-idGlyphStyle = """<cTypeface:%(weight)s><cSize:%(size)f><cLeading:%(leading)f><cFont:%(family)s>"""
-
-seperator = ''
-
-autoLinespaceFactor = 1.2
-
-
-class IDTaggedText:
-
- """Export a text as a XML tagged text file for InDesign (2.0?).
- The tags can contain information about
- - family: font family i.e. "Times"
- - weight: font weight "Bold"
- - size: typesize in points
- - leading: leading in points
- - color: a CMYK color, as a 4 tuple of floats between 0 and 1
- - insert special glyphs based on glyphindex
- (which is why it only makes sense if you use this in FontLab,
- otherwise there is no other way to get the indices)
- """
-
- def __init__(self, family, weight, size=36, leading=None):
- self.family = family
- self.weight = weight
- self.size = size
- if not leading:
- self.leading = autoLinespaceFactor*size
- self.text = []
- self.data = []
- self.addHeader()
-
- def add(self, text):
- """Method to add text to the file."""
- t = self.charToGlyph(text)
- self.data.append(t)
-
- def charToGlyph(self, text):
- return text
-
- def addHeader(self):
- """Add the standard header."""
- # set colors too?
- self.data.append(idHeader)
-
- def replace(self, old, new):
- """Replace occurances of 'old' with 'new' in all content."""
- d = []
- for i in self.data:
- d.append(i.replace(old, new))
- self.data = d
-
- def save(self, path):
- """Save the tagged text here."""
- f = open(path, 'w')
- f.write(string.join(self.data, seperator))
- f.close()
-
- def addGlyph(self, index):
- """Add a special glyph, index is the glyphIndex in an OpenType font."""
- self.addStyle()
- self.data.append("<cSpecialGlyph:%d><0xFFFD>"%index)
-
- def addStyle(self, family=None, weight=None, size=None, leading=None, color=None):
- """Set the paragraph style for the following text."""
- if not family:
- family = self.family
- if not weight:
- weight = self.weight
- if not size:
- size = self.size
- if not leading:
- leading = autoLinespaceFactor*self.size
- self.data.append(idGlyphStyle%({'weight': weight, 'size': size, 'family': family, 'leading':leading}))
- if color:
- self.data.append(idColor%({'model': 'CMYK', 'c': color[0], 'm': color[1], 'y': color[2], 'k': color[3]}))
-
-
-
-if __name__ == "__main__":
- from random import randint
- id = IDTaggedText("Minion", "Regular", size=40, leading=50)
-
- id.addStyle(color=(0,0,0,1))
- id.add("Hello")
-
- id.addStyle(weight="Bold", color=(0,0.5,1,0))
- id.add(" Everybody")
- id.addStyle(weight="Regular", size=100, color=(0,1,1,0))
- id.addGlyph(102)
- id.addGlyph(202)
-
- from robofab.interface.all.dialogs import PutFile
- path = PutFile("Save the tagged file:", "TaggedText.txt")
- if path:
- id.save(path)
-
- # then: open a document in Adobe InDesign
- # select "Place" (cmd-D on Mac)
- # select the text file you just generated
- # place the text
-
-
-
-
-
- # \ No newline at end of file
diff --git a/misc/pylib/robofab/tools/remote.py b/misc/pylib/robofab/tools/remote.py
deleted file mode 100755
index 288afcfe7..000000000
--- a/misc/pylib/robofab/tools/remote.py
+++ /dev/null
@@ -1,175 +0,0 @@
-"""Remote control for MacOS FontLab.
-initFontLabRemote() registers a callback for appleevents and
-runFontLabRemote() sends the code from a different application,
-such as a Mac Python IDE or Python interpreter.
-"""
-
-from robofab.world import world
-
-if world.inFontLab and world.mac is not None:
- from Carbon import AE as _AE
-
-else:
- import sys
- from aetools import TalkTo
-
- class FontLab(TalkTo):
- pass
-
-__all__ = ['initFontLabRemote', 'runFontLabRemote']
-
-def _executePython(theAppleEvent, theReply):
- import aetools
- import cStringIO
- import traceback
- import sys
- parms, attrs = aetools.unpackevent(theAppleEvent)
- source = parms.get("----")
- if source is None:
- return
- stdout = cStringIO.StringIO()
- #print "<executing remote command>"
- save = sys.stdout, sys.stderr
- sys.stdout = sys.stderr = stdout
- namespace = {}
- try:
- try:
- exec source in namespace
- except:
- traceback.print_exc()
- finally:
- sys.stdout, sys.stderr = save
- output = stdout.getvalue()
- aetools.packevent(theReply, {"----": output})
-
-_imported = False
-
-def initFontLabRemote():
- """Call this in FontLab at startup of the application to switch on the remote."""
- print "FontLabRemote is on."
- _AE.AEInstallEventHandler("Rfab", "exec", _executePython)
-
-if world.inFontLab and world.mac is not None:
- initFontLabRemote()
-
-def runFontLabRemote(code):
- """Call this in the MacOS Python IDE to make FontLab execute the code."""
- fl = FontLab("FLab", start=1)
- ae, parms, attrs = fl.send("Rfab", "exec", {"----": code})
- output = parms.get("----")
- return output
-
-
-
-# GlyphTransmit
-# Convert a glyph to a string using digestPen, transmit string, unpack string with pointpen.
-#
-
-
-def Glyph2String(glyph):
- from robofab.pens.digestPen import DigestPointPen
- import pickle
- p = DigestPointPen(glyph)
- glyph.drawPoints(p)
- info = {}
- info['name'] = glyph.name
- info['width'] = glyph.width
- info['points'] = p.getDigest()
- return str(pickle.dumps(info))
-
-def String2Glyph(gString, penClass, font):
- import pickle
- if gString is None:
- return None
- info = pickle.loads(gString)
- name = info['name']
- if not name in font.keys():
- glyph = font.newGlyph(name)
- else:
- glyph = font[name]
- pen = penClass(glyph)
- for p in info['points']:
- if p == "beginPath":
- pen.beginPath()
- elif p == "endPath":
- pen.endPath()
- else:
- pt, type = p
- pen.addPoint(pt, type)
- glyph.width = info['width']
- glyph.update()
- return glyph
-
-_makeFLGlyph = """
-from robofab.world import CurrentFont
-from robofab.tools.remote import receiveGlyph
-code = '''%s'''
-receiveGlyph(code, CurrentFont())
-"""
-
-def transmitGlyph(glyph):
- from robofab.world import world
- if world.inFontLab and world.mac is not None:
- # we're in fontlab, on a mac
- print Glyph2String(glyph)
- pass
- else:
- remoteProgram = _makeFLGlyph%Glyph2String(glyph)
- print "remoteProgram", remoteProgram
- return runFontLabRemote(remoteProgram)
-
-def receiveGlyph(glyphString, font=None):
- from robofab.world import world
- if world.inFontLab and world.mac is not None:
- # we're in fontlab, on a mac
- from robofab.pens.flPen import FLPointPen
- print String2Glyph(glyphString, FLPointPen, font)
- pass
- else:
- from robofab.pens.rfUFOPen import RFUFOPointPen
- print String2Glyph(glyphString, RFUFOPointPen, font)
-
-
-#
-# command to tell FontLab to open a UFO and save it as a vfb
-
-def os9PathConvert(path):
- """Attempt to convert a unix style path to a Mac OS9 style path.
- No support for relative paths!
- """
- if path.find("/Volumes") == 0:
- # it's on the volumes list, some sort of external volume
- path = path[len("/Volumes")+1:]
- elif path[0] == "/":
- # a dir on the root volume
- path = path[1:]
- new = path.replace("/", ":")
- return new
-
-
-_remoteUFOImportProgram = """
-from robofab.objects.objectsFL import NewFont
-import os.path
-destinationPathVFB = "%(destinationPathVFB)s"
-font = NewFont()
-font.readUFO("%(sourcePathUFO)s", doProgress=True)
-font.update()
-font.save(destinationPathVFB)
-print font, "done"
-font.close()
-"""
-
-def makeVFB(sourcePathUFO, destinationPathVFB=None):
- """FontLab convenience function to import a UFO and save it as a VFB"""
- import os
- fl = FontLab("FLab", start=1)
- if destinationPathVFB is None:
- destinationPathVFB = os.path.splitext(sourcePathUFO)[0]+".vfb"
- src9 = os9PathConvert(sourcePathUFO)
- dst9 = os9PathConvert(destinationPathVFB)
- code = _remoteUFOImportProgram%{'sourcePathUFO': src9, 'destinationPathVFB':dst9}
- ae, parms, attrs = fl.send("Rfab", "exec", {"----": code})
- output = parms.get("----")
- return output
-
- \ No newline at end of file
diff --git a/misc/pylib/robofab/tools/rfPrefs.py b/misc/pylib/robofab/tools/rfPrefs.py
deleted file mode 100755
index 440984d0d..000000000
--- a/misc/pylib/robofab/tools/rfPrefs.py
+++ /dev/null
@@ -1,122 +0,0 @@
-"""A simple module for dealing with preferences that are used by scripts. Based almost entirely on MacPrefs.
-
-To save some preferences:
-myPrefs = RFPrefs(drive/directory/directory/myPrefs.plist)
-myPrefs.myString = 'xyz'
-myPrefs.myInteger = 1234
-myPrefs.myList = ['a', 'b', 'c']
-myPrefs.myDict = {'a':1, 'b':2}
-myPrefs.save()
-
-To retrieve some preferences:
-myPrefs = RFPrefs(drive/directory/directory/myPrefs.plist)
-myString = myPrefs.myString
-myInteger = myPrefs.myInteger
-myList = myPrefs.myList
-myDict = myPrefs.myDict
-
-When using this module within FontLab, it is not necessary to
-provide the RFPrefs class with a path. If a path is not given,
-it will look for a file in FontLab/RoboFab Data/RFPrefs.plist.
-If that file does not exist, it will make it.
-"""
-
-from robofab import RoboFabError
-from robofab.plistlib import Plist
-from cStringIO import StringIO
-import os
-
-class _PrefObject:
-
- def __init__(self, dict=None):
- if not dict:
- self._prefs = {}
- else:
- self._prefs = dict
-
- def __len__(self):
- return len(self._prefs)
-
- def __delattr__(self, attr):
- if self._prefs.has_key(attr):
- del self._prefs[attr]
- else:
- raise AttributeError, 'delete non-existing instance attribute'
-
- def __getattr__(self, attr):
- if attr == '__members__':
- keys = self._prefs.keys()
- keys.sort()
- return keys
- try:
- return self._prefs[attr]
- except KeyError:
- raise AttributeError, attr
-
- def __setattr__(self, attr, value):
- if attr[0] != '_':
- self._prefs[attr] = value
- else:
- self.__dict__[attr] = value
-
- def asDict(self):
- return self._prefs
-
-class RFPrefs(_PrefObject):
-
- """The main preferences object to call"""
-
- def __init__(self, path=None):
- from robofab.world import world
- self.__path = path
- self._prefs = {}
- if world.inFontLab:
- #we don't have a path, but we know where we can put it
- if not path:
- from robofab.tools.toolsFL import makeDataFolder
- settingsPath = makeDataFolder()
- path = os.path.join(settingsPath, 'RFPrefs.plist')
- self.__path = path
- self._makePrefsFile()
- #we do have a path, make sure it exists and load it
- else:
- self._makePrefsFile()
- else:
- #no path, raise error
- if not path:
- raise RoboFabError, "no preferences path defined"
- #we do have a path, make sure it exists and load it
- else:
- self._makePrefsFile()
- self._prefs = Plist.fromFile(path)
-
- def _makePrefsFile(self):
- if not os.path.exists(self.__path):
- self.save()
-
- def __getattr__(self, attr):
- if attr[0] == '__members__':
- keys = self._prefs.keys()
- keys.sort()
- return keys
- try:
- return self._prefs[attr]
- except KeyError:
- raise AttributeError, attr
- #if attr[0] != '_':
- # self._prefs[attr] = _PrefObject()
- # return self._prefs[attr]
- #else:
- # raise AttributeError, attr
-
- def save(self):
- """save the plist file"""
- f = StringIO()
- pl = Plist()
- for i in self._prefs.keys():
- pl[i] = self._prefs[i]
- pl.write(f)
- data = f.getvalue()
- f = open(self.__path, 'wb')
- f.write(data)
- f.close()
diff --git a/misc/pylib/robofab/tools/toolsAll.py b/misc/pylib/robofab/tools/toolsAll.py
deleted file mode 100755
index d729fe770..000000000
--- a/misc/pylib/robofab/tools/toolsAll.py
+++ /dev/null
@@ -1,145 +0,0 @@
-"""A collection of non-environment specific tools"""
-
-
-import sys
-import os
-from robofab.objects.objectsRF import RInfo
-
-if sys.platform == "darwin" and sys.version_info[:3] == (2, 2, 0):
- # the Mac support of Jaguar's Python 2.2 is broken
- have_broken_macsupport = 1
-else:
- have_broken_macsupport = 0
-
-
-def readGlyphConstructions():
- """read GlyphConstruction and turn it into a dict"""
- from robofab.tools.glyphConstruction import _glyphConstruction
- data = _glyphConstruction.split("\n")
- glyphConstructions = {}
- for i in data:
- if len(i) == 0: continue
- if i[0] != '#':
- name = i.split(': ')[0]
- construction = i.split(': ')[1].split(' ')
- build = [construction[0]]
- for c in construction[1:]:
- accent = c.split('.')[0]
- position = c.split('.')[1]
- build.append((accent, position))
- glyphConstructions[name] = build
- return glyphConstructions
-
-#
-#
-# glyph.unicode: ttFont["cmap"].getcmap(3, 1)
-#
-#
-
-def guessFileType(fileName):
- if not os.path.exists(fileName):
- return None
- base, ext = os.path.splitext(fileName)
- ext = ext.lower()
- if not have_broken_macsupport:
- try:
- import MacOS
- except ImportError:
- pass
- else:
- cr, tp = MacOS.GetCreatorAndType(fileName)
- if tp in ("sfnt", "FFIL"):
- return "TTF"
- if tp == "LWFN":
- return "Type 1"
- if ext == ".dfont":
- return "TTF"
- if ext in (".otf", ".ttf"):
- return "TTF"
- if ext in (".pfb", ".pfa"):
- return "Type 1"
- return None
-
-def extractTTFFontInfo(font):
- # UFO.info attribute name / index.
- # name table entries index according to http://www.microsoft.com/typography/otspec/name.htm
- attrs = [
- ('copyright', 0),
- ('familyName', 1),
- ('styleMapStyleName', 2),
- ('postscriptFullName', 4),
- ('trademark', 7),
- ('openTypeNameDesigner', 9),
- ('openTypeNameLicenseURL', 14),
- ('openTypeNameDesignerURL', 12),
- ]
- info = RInfo()
- names = font['name']
- info.ascender = font['hhea'].ascent
- info.descender = font['hhea'].descent
- info.unitsPerEm = font['head'].unitsPerEm
- for name, index in attrs:
- entry = font["name"].getName(index, 3, 1, 0x409)
- if entry is not None:
- try:
- value = unicode(entry.string, "utf_16_be")
- if name == "styleMapStyleName":
- value = value.lower()
- setattr(info, name, value)
- except Exception, e:
- print "Error importing value %s: %s: %s"%(str(name), value, e.message)
- return info
-
-def extractT1FontInfo(font):
- info = RInfo()
- src = font.font['FontInfo']
- factor = font.font['FontMatrix'][0]
- assert factor > 0
- info.unitsPerEm = int(round(1/factor, 0))
- # assume something for ascender descender
- info.ascender = (info.unitsPerEm / 5) * 4
- info.descender = info.ascender - info.unitsPerEm
- info.versionMajor = font.font['FontInfo']['version']
- info.fullName = font.font['FontInfo']['FullName']
- info.familyName = font.font['FontInfo']['FullName'].split("-")[0]
- info.notice = unicode(font.font['FontInfo']['Notice'], "macroman")
- info.italicAngle = font.font['FontInfo']['ItalicAngle']
- info.uniqueID = font['UniqueID']
- return info
-
-def fontToUFO(src, dst, fileType=None):
- from robofab.ufoLib import UFOWriter
- from robofab.pens.adapterPens import SegmentToPointPen
- if fileType is None:
- fileType = guessFileType(src)
- if fileType is None:
- raise ValueError, "Can't determine input file type"
- ufoWriter = UFOWriter(dst)
- if fileType == "TTF":
- from fontTools.ttLib import TTFont
- font = TTFont(src, 0)
- elif fileType == "Type 1":
- from fontTools.t1Lib import T1Font
- font = T1Font(src)
- else:
- assert 0, "unknown file type: %r" % fileType
- inGlyphSet = font.getGlyphSet()
- outGlyphSet = ufoWriter.getGlyphSet()
- for glyphName in inGlyphSet.keys():
- print "-", glyphName
- glyph = inGlyphSet[glyphName]
- def drawPoints(pen):
- pen = SegmentToPointPen(pen)
- glyph.draw(pen)
- outGlyphSet.writeGlyph(glyphName, glyph, drawPoints)
- outGlyphSet.writeContents()
- if fileType == "TTF":
- info = extractTTFFontInfo(font)
- elif fileType == "Type 1":
- info = extractT1FontInfo(font)
- ufoWriter.writeInfo(info)
-
-if __name__ == "__main__":
- print readGlyphConstructions()
-
- \ No newline at end of file
diff --git a/misc/pylib/robofab/tools/toolsFL.py b/misc/pylib/robofab/tools/toolsFL.py
deleted file mode 100755
index c8aff19a1..000000000
--- a/misc/pylib/robofab/tools/toolsFL.py
+++ /dev/null
@@ -1,339 +0,0 @@
-"""
-T.O.O.L.S.: Things Other Objects Lack (Sometimes)
--assorted raw tools.
-
-This is an assorted colection of raw tools that do
-things inside of FontLab. Many of these functions
-form the bedrock of objectsFL. In short, use these
-tools only if you need the raw functions and they are
-not supported by the objects.
-
-Object model:
-Most of these tools were written before
-objectsFL. Some of these tools are used by
-objectsFL. That means that if you want to
-use functions from robofab.tools you can always
-feed them FontLab objects (like Font, Glyps,
-etc.). If the functions also accept Robjects from
-robofab.objects it is usually mentioned in the
-doc string.
-
-This is a simple way to convert a robofab Font
-object back to a FL Font object. Even if you don't
-know which particular faith an object belongs to
-you can use this:
-
-font = unwrapFont(font)
-"""
-
-
-from FL import *
-from warnings import warn
-
-try:
- from fl_cmd import *
-except ImportError:
- print "The fl_cmd module is not available here. toolsFL.py"
-
-import os
-
-from robofab import RoboFabError
-
-# local encoding
-if os.name == "mac":
- LOCAL_ENCODING = "macroman"
-else:
- LOCAL_ENCODING = "latin-1"
-
-
-#
-#
-#
-# stuff for fontlab app
-#
-#
-#
-
-def AppFolderRenamer():
- """This function will rename the folder that contains the
- FontLab application to a more specific name that includes
- the version of the application
- Warning: it messes with the paths of your app, if you have
- items that hardwired to this path you'd be in trouble.
- """
- if fl.count > 0:
- warn("Close all fonts before running AppFolderRenamer")
- return
- old = fl.path[:-1]
- root = os.path.dirname(old)
- new = "FontLab " + fl.version.replace('/', '_')
- path = os.path.join(root, new)
- if path != old:
- try:
- os.rename(old, path)
- except OSError:
- pass
- warn("Please quit and restart FontLab")
-
-#
-#
-#
-# stuff for fonts
-#
-#
-#
-
-def GetFont(full_name):
- """Return fontobjects which match full_name.
- Note: result is a list.
- Returns: a list of FL Font objects
- """
- found = []
- for f in AllFonts():
- if f.full_name == full_name:
- found.append(f)
- return found
-
-def AllFonts():
- """Collect a list of all open fonts.
- Returns: a list of FL Font objects.
- """
- fontcount = len(fl)
- af = []
- for i in range(fontcount):
- af.append(fl[i])
- return af
-
-def FontIndex(font):
- """return the index of a specified FL Font"""
- font = unwrapFont(font)
- a = AllFonts()
- p = []
- for f in a:
- p.append(f.file_name)
- if font.file_name in p:
- return p.index(font.file_name)
- else:
- return None
-
-def unwrapFont(font):
- """Unwrap the font if it happens to be a RoboFab Font"""
- if hasattr(font, 'isRobofab'):
- return font.naked()
- return font
-
-def MakeTempFont(font, dupemark=None, removeOverlap=True, decompose=True):
- """Save the current FL Font,
- - close the file,
- - duplicate the file in the finder (icon looks weird, but it works)
- - open the duplicate
- - decompose the glyphs
- - remove overlaps
- - return the fontobject
-
- font is either a FL Font or RF RFont object.
-
- Problems: doesn't check if the filename is getting too long.
- Note: it will overwrite older files with the same name.
- """
- import string
- f = unwrapFont(font)
- if not dupemark or dupemark == "":
- dupemark = "_tmp_"
- path = f.file_name
- a = f.file_name.split('.')
- a.insert(len(a)-1, dupemark)
- newpath = string.join(a, '.')
- f.Save(path)
- fl.Close(FontIndex(f))
- file = open(path, 'rb')
- data = file.read()
- file.close()
- file = open(newpath, 'wb')
- file.write(data)
- file.close()
- fl.Open(newpath, 1)
- nf = fl.font
- if nf is None:
- print 'uh oh, sup?'
- return None
- else:
- for g in nf.glyphs:
- if decompose:
- g.Decompose()
- if removeOverlap:
- g.RemoveOverlap()
- return nf
-
-def makePSFontName(name):
- """Create a postscript filename out of a regular postscript fontname,
- using the old fashioned macintosh 5:3:3 convention.
- """
- import string
- parts = []
- current = []
- final = []
- notAllowed = '-_+=,-'
- index = 0
- for c in name:
- if c in notAllowed:
- continue
- if c in string.uppercase or index == 0:
- c = string.upper(c)
- if current:
- parts.append("".join(current))
- current = [c]
- else:
- current.append(c)
- index = index + 1
- if current:
- parts.append("".join(current))
- final.append(parts[0][:5])
- for p in parts[1:]:
- final.append(p[:3])
- return "".join(final)
-
-#
-#
-#
-# stuff for glyphs
-#
-#
-#
-
-def NewGlyph(font, glyphName, clear=False, updateFont=True):
- """Make a new glyph if it doesn't already exist, return the glyph.
- font is either a FL Font or RF RFont object. If updateFont is True
- the (very slow) fl.UpdateFont function will be called.
- """
- font = unwrapFont(font)
- if isinstance(glyphName, unicode):
- glyphName = glyphName.encode(LOCAL_ENCODING)
- glyph = font[glyphName]
- if glyph is None:
- new = Glyph()
- new.name = glyphName
- font.glyphs.append(new)
- if updateFont:
- fl.UpdateFont(FontIndex(font))
- glyph = font[glyphName]
- elif clear:
- glyph.Clear()
- glyph.anchors.clean()
- glyph.components.clean()
- glyph.note = ""
- return glyph
-
-
-def AddToAlias(additions, sep='+'):
- """additions is a dict with glyphnames as keys
- and glyphConstruction as values. In order to make
- a bunch of additions in one go rather than open
- and close the file for each name. Add a glyph
- to the alias.dat file if it doesn't already exist.
- additions = {'Gcircumflex': ['G','circumflex'], }
- Returns a list of only the added glyphnames."""
- import string
- glyphs = {}
- data = []
- new = []
- path = os.path.join(fl.path, 'Mapping', 'alias.dat')
- if os.path.exists(path):
- file = open(path, 'r')
- data = file.read().split('\n')
- file.close()
- for i in data:
- if len(i) == 0: continue
- if i[0] != '%':
- glyphs[i.split(' ')[0]] = i.split(' ')[1]
- for glyphName, glyphConstruction in additions.items():
- if glyphName not in glyphs.keys():
- new.append(glyphName)
- glyphs[glyphName] = string.join(glyphConstruction, sep)
- newNames = ['%%FONTLAB ALIASES']
- l = glyphs.keys()
- l.sort()
- for i in l:
- newNames.append(string.join([i, glyphs[i]], ' '))
- file = open(path, 'w')
- file.write(string.join(newNames, '\n'))
- file.close()
- return new
-
-
-def GlyphIndexTable(font):
- """Make a glyph index table for font"""
- font = unwrapFont(font)
- idx = {}
- for i in range(len(font)):
- g = font.glyphs[i]
- idx[g.name] = i
- return idx
-
-def MakeReverseCompoMapping(font):
- """Return a dict that maps glyph names to lists containing tuples
- of the form:
- (clientGlyphName, componentIndex)
- """
- font = unwrapFont(font)
- reverseCompoMapping = {}
- for g in font.glyphs:
- for i, c in zip(range(len(g.components)), g.components):
- base = font[c.index].name
- if not base in reverseCompoMapping:
- reverseCompoMapping[base] = []
- reverseCompoMapping[base].append((g.name, i))
- return reverseCompoMapping
-
-
-#
-#
-#
-# stuff for text files
-#
-#
-#
-
-def textPrinter(text, name=None, path=None):
- """Write a string to a text file. If no name is given it becomes
- Untitled_hour_minute_second.txt . If no path is given it goes
- into the FontLab/RoboFab Data directory."""
- if not name:
- import time
- tm_year,tm_mon,tm_day,tm_hour,tm_min,tm_sec,tm_wday,tm_yday,tm_isdst = time.localtime()
- now = '_'.join((`tm_hour`, `tm_min`, `tm_sec`))
- name = 'Untitled_%s.txt'%now
- if not path:
- path = os.path.join(makeDataFolder(), name)
- f = open(path, 'wb')
- f.write(text)
- f.close()
-
-def makeDataFolder():
- """Make the RoboFab data folder"""
- folderPath = os.path.join(fl.path, "RoboFab Data")
- if not os.path.exists(folderPath):
- try:
- os.makedirs(folderPath)
- except:
- pass
- return folderPath
-
-
-def Log(text=None):
- """Make an entry in the default log file."""
- now = str(time.asctime(time.localtime(time.time())))
- if not text:
- text = "-"
- entry = "%s: %s\r"%(now, text)
- path = os.path.join(os.getcwd(), "Logs")
- new = 0
- if not os.path.exists(path):
- os.makedirs(path)
- new = 1
- log = os.path.join(path, "log.txt")
- f = open(log, 'a')
- if new:
- f.write("# log file for FL\r")
- f.write(entry)
- f.close()
diff --git a/misc/pylib/robofab/tools/toolsRF.py b/misc/pylib/robofab/tools/toolsRF.py
deleted file mode 100755
index 01624c5ad..000000000
--- a/misc/pylib/robofab/tools/toolsRF.py
+++ /dev/null
@@ -1,6 +0,0 @@
-"""
-
-Module for rf specific tool like code.
-
-"""
-
diff --git a/misc/pylib/robofab/ufoLib.py b/misc/pylib/robofab/ufoLib.py
deleted file mode 100755
index b329fd929..000000000
--- a/misc/pylib/robofab/ufoLib.py
+++ /dev/null
@@ -1,1084 +0,0 @@
-""""
-A library for importing .ufo files and their descendants.
-Refer to http://unifiedfontobject.com for the UFO specification.
-
-The UFOReader and UFOWriter classes support versions 1 and 2
-of the specification. Up and down conversion functions are also
-supplied in this library. These conversion functions are only
-necessary if conversion without loading the UFO data into
-a set of objects is desired. These functions are:
- convertUFOFormatVersion1ToFormatVersion2
- convertUFOFormatVersion2ToFormatVersion1
-
-Two sets that list the font info attribute names for the two
-fontinfo.plist formats are available for external use. These are:
- fontInfoAttributesVersion1
- fontInfoAttributesVersion2
-
-A set listing the fontinfo.plist attributes that were deprecated
-in version 2 is available for external use:
- deprecatedFontInfoAttributesVersion2
-
-A function, validateFontInfoVersion2ValueForAttribute, that does
-some basic validation on values for a fontinfo.plist value is
-available for external use.
-
-Two value conversion functions are availble for converting
-fontinfo.plist values between the possible format versions.
- convertFontInfoValueForAttributeFromVersion1ToVersion2
- convertFontInfoValueForAttributeFromVersion2ToVersion1
-"""
-
-
-import os
-import shutil
-from cStringIO import StringIO
-import calendar
-from robofab.plistlib import readPlist, writePlist
-from robofab.glifLib import GlyphSet, READ_MODE, WRITE_MODE
-
-try:
- set
-except NameError:
- from sets import Set as set
-
-__all__ = [
- "makeUFOPath"
- "UFOLibError",
- "UFOReader",
- "UFOWriter",
- "convertUFOFormatVersion1ToFormatVersion2",
- "convertUFOFormatVersion2ToFormatVersion1",
- "fontInfoAttributesVersion1",
- "fontInfoAttributesVersion2",
- "deprecatedFontInfoAttributesVersion2",
- "validateFontInfoVersion2ValueForAttribute",
- "convertFontInfoValueForAttributeFromVersion1ToVersion2",
- "convertFontInfoValueForAttributeFromVersion2ToVersion1"
-]
-
-
-class UFOLibError(Exception): pass
-
-
-# ----------
-# File Names
-# ----------
-
-GLYPHS_DIRNAME = "glyphs"
-METAINFO_FILENAME = "metainfo.plist"
-FONTINFO_FILENAME = "fontinfo.plist"
-LIB_FILENAME = "lib.plist"
-GROUPS_FILENAME = "groups.plist"
-KERNING_FILENAME = "kerning.plist"
-FEATURES_FILENAME = "features.fea"
-
-supportedUFOFormatVersions = [1, 2]
-
-
-# ---------------------------
-# Format Conversion Functions
-# ---------------------------
-
-
-def convertUFOFormatVersion1ToFormatVersion2(inPath, outPath=None):
- """
- Function for converting a version format 1 UFO
- to version format 2. inPath should be a path
- to a UFO. outPath is the path where the new UFO
- should be written. If outPath is not given, the
- inPath will be used and, therefore, the UFO will
- be converted in place. Otherwise, if outPath is
- specified, nothing must exist at that path.
- """
- if outPath is None:
- outPath = inPath
- if inPath != outPath and os.path.exists(outPath):
- raise UFOLibError("A file already exists at %s." % outPath)
- # use a reader for loading most of the data
- reader = UFOReader(inPath)
- if reader.formatVersion == 2:
- raise UFOLibError("The UFO at %s is already format version 2." % inPath)
- groups = reader.readGroups()
- kerning = reader.readKerning()
- libData = reader.readLib()
- # read the info data manually and convert
- infoPath = os.path.join(inPath, FONTINFO_FILENAME)
- if not os.path.exists(infoPath):
- infoData = {}
- else:
- infoData = readPlist(infoPath)
- infoData = _convertFontInfoDataVersion1ToVersion2(infoData)
- # if the paths are the same, only need to change the
- # fontinfo and meta info files.
- infoPath = os.path.join(outPath, FONTINFO_FILENAME)
- if inPath == outPath:
- metaInfoPath = os.path.join(inPath, METAINFO_FILENAME)
- metaInfo = dict(
- creator="org.robofab.ufoLib",
- formatVersion=2
- )
- writePlistAtomically(metaInfo, metaInfoPath)
- writePlistAtomically(infoData, infoPath)
- # otherwise write everything.
- else:
- writer = UFOWriter(outPath)
- writer.writeGroups(groups)
- writer.writeKerning(kerning)
- writer.writeLib(libData)
- # write the info manually
- writePlistAtomically(infoData, infoPath)
- # copy the glyph tree
- inGlyphs = os.path.join(inPath, GLYPHS_DIRNAME)
- outGlyphs = os.path.join(outPath, GLYPHS_DIRNAME)
- if os.path.exists(inGlyphs):
- shutil.copytree(inGlyphs, outGlyphs)
-
-def convertUFOFormatVersion2ToFormatVersion1(inPath, outPath=None):
- """
- Function for converting a version format 2 UFO
- to version format 1. inPath should be a path
- to a UFO. outPath is the path where the new UFO
- should be written. If outPath is not given, the
- inPath will be used and, therefore, the UFO will
- be converted in place. Otherwise, if outPath is
- specified, nothing must exist at that path.
- """
- if outPath is None:
- outPath = inPath
- if inPath != outPath and os.path.exists(outPath):
- raise UFOLibError("A file already exists at %s." % outPath)
- # use a reader for loading most of the data
- reader = UFOReader(inPath)
- if reader.formatVersion == 1:
- raise UFOLibError("The UFO at %s is already format version 1." % inPath)
- groups = reader.readGroups()
- kerning = reader.readKerning()
- libData = reader.readLib()
- # read the info data manually and convert
- infoPath = os.path.join(inPath, FONTINFO_FILENAME)
- if not os.path.exists(infoPath):
- infoData = {}
- else:
- infoData = readPlist(infoPath)
- infoData = _convertFontInfoDataVersion2ToVersion1(infoData)
- # if the paths are the same, only need to change the
- # fontinfo, metainfo and feature files.
- infoPath = os.path.join(outPath, FONTINFO_FILENAME)
- if inPath == outPath:
- metaInfoPath = os.path.join(inPath, METAINFO_FILENAME)
- metaInfo = dict(
- creator="org.robofab.ufoLib",
- formatVersion=1
- )
- writePlistAtomically(metaInfo, metaInfoPath)
- writePlistAtomically(infoData, infoPath)
- featuresPath = os.path.join(inPath, FEATURES_FILENAME)
- if os.path.exists(featuresPath):
- os.remove(featuresPath)
- # otherwise write everything.
- else:
- writer = UFOWriter(outPath, formatVersion=1)
- writer.writeGroups(groups)
- writer.writeKerning(kerning)
- writer.writeLib(libData)
- # write the info manually
- writePlistAtomically(infoData, infoPath)
- # copy the glyph tree
- inGlyphs = os.path.join(inPath, GLYPHS_DIRNAME)
- outGlyphs = os.path.join(outPath, GLYPHS_DIRNAME)
- if os.path.exists(inGlyphs):
- shutil.copytree(inGlyphs, outGlyphs)
-
-
-# ----------
-# UFO Reader
-# ----------
-
-
-class UFOReader(object):
-
- """Read the various components of the .ufo."""
-
- def __init__(self, path):
- self._path = path
- self.readMetaInfo()
-
- def _get_formatVersion(self):
- return self._formatVersion
-
- formatVersion = property(_get_formatVersion, doc="The format version of the UFO. This is determined by reading metainfo.plist during __init__.")
-
- def _checkForFile(self, path):
- if not os.path.exists(path):
- return False
- else:
- return True
-
- def readMetaInfo(self):
- """
- Read metainfo.plist. Only used for internal operations.
- """
- path = os.path.join(self._path, METAINFO_FILENAME)
- if not self._checkForFile(path):
- raise UFOLibError("metainfo.plist is missing in %s. This file is required." % self._path)
- # should there be a blind try/except with a UFOLibError
- # raised in except here (and elsewhere)? It would be nice to
- # provide external callers with a single exception to catch.
- data = readPlist(path)
- formatVersion = data["formatVersion"]
- if formatVersion not in supportedUFOFormatVersions:
- raise UFOLibError("Unsupported UFO format (%d) in %s." % (formatVersion, self._path))
- self._formatVersion = formatVersion
-
- def readGroups(self):
- """
- Read groups.plist. Returns a dict.
- """
- path = os.path.join(self._path, GROUPS_FILENAME)
- if not self._checkForFile(path):
- return {}
- return readPlist(path)
-
- def readInfo(self, info):
- """
- Read fontinfo.plist. It requires an object that allows
- setting attributes with names that follow the fontinfo.plist
- version 2 specification. This will write the attributes
- defined in the file into the object.
- """
- # load the file and return if there is no file
- path = os.path.join(self._path, FONTINFO_FILENAME)
- if not self._checkForFile(path):
- return
- infoDict = readPlist(path)
- infoDataToSet = {}
- # version 1
- if self._formatVersion == 1:
- for attr in fontInfoAttributesVersion1:
- value = infoDict.get(attr)
- if value is not None:
- infoDataToSet[attr] = value
- infoDataToSet = _convertFontInfoDataVersion1ToVersion2(infoDataToSet)
- # version 2
- elif self._formatVersion == 2:
- for attr, dataValidationDict in _fontInfoAttributesVersion2ValueData.items():
- value = infoDict.get(attr)
- if value is None:
- continue
- infoDataToSet[attr] = value
- # unsupported version
- else:
- raise NotImplementedError
- # validate data
- infoDataToSet = _validateInfoVersion2Data(infoDataToSet)
- # populate the object
- for attr, value in infoDataToSet.items():
- try:
- setattr(info, attr, value)
- except AttributeError:
- raise UFOLibError("The supplied info object does not support setting a necessary attribute (%s)." % attr)
-
- def readKerning(self):
- """
- Read kerning.plist. Returns a dict.
- """
- path = os.path.join(self._path, KERNING_FILENAME)
- if not self._checkForFile(path):
- return {}
- kerningNested = readPlist(path)
- kerning = {}
- for left in kerningNested:
- for right in kerningNested[left]:
- value = kerningNested[left][right]
- kerning[left, right] = value
- return kerning
-
- def readLib(self):
- """
- Read lib.plist. Returns a dict.
- """
- path = os.path.join(self._path, LIB_FILENAME)
- if not self._checkForFile(path):
- return {}
- return readPlist(path)
-
- def readFeatures(self):
- """
- Read features.fea. Returns a string.
- """
- path = os.path.join(self._path, FEATURES_FILENAME)
- if not self._checkForFile(path):
- return ""
- f = open(path, READ_MODE)
- text = f.read()
- f.close()
- return text
-
- def getGlyphSet(self):
- """
- Return the GlyphSet associated with the
- glyphs directory in the .ufo.
- """
- glyphsPath = os.path.join(self._path, GLYPHS_DIRNAME)
- return GlyphSet(glyphsPath)
-
- def getCharacterMapping(self):
- """
- Return a dictionary that maps unicode values (ints) to
- lists of glyph names.
- """
- glyphsPath = os.path.join(self._path, GLYPHS_DIRNAME)
- glyphSet = GlyphSet(glyphsPath)
- allUnicodes = glyphSet.getUnicodes()
- cmap = {}
- for glyphName, unicodes in allUnicodes.iteritems():
- for code in unicodes:
- if code in cmap:
- cmap[code].append(glyphName)
- else:
- cmap[code] = [glyphName]
- return cmap
-
-
-# ----------
-# UFO Writer
-# ----------
-
-
-class UFOWriter(object):
-
- """Write the various components of the .ufo."""
-
- def __init__(self, path, formatVersion=2, fileCreator="org.robofab.ufoLib"):
- if formatVersion not in supportedUFOFormatVersions:
- raise UFOLibError("Unsupported UFO format (%d)." % formatVersion)
- self._path = path
- self._formatVersion = formatVersion
- self._fileCreator = fileCreator
- self._writeMetaInfo()
- # handle down conversion
- if formatVersion == 1:
- ## remove existing features.fea
- featuresPath = os.path.join(path, FEATURES_FILENAME)
- if os.path.exists(featuresPath):
- os.remove(featuresPath)
-
- def _get_formatVersion(self):
- return self._formatVersion
-
- formatVersion = property(_get_formatVersion, doc="The format version of the UFO. This is set into metainfo.plist during __init__.")
-
- def _get_fileCreator(self):
- return self._fileCreator
-
- fileCreator = property(_get_fileCreator, doc="The file creator of the UFO. This is set into metainfo.plist during __init__.")
-
- def _makeDirectory(self, subDirectory=None):
- path = self._path
- if subDirectory:
- path = os.path.join(self._path, subDirectory)
- if not os.path.exists(path):
- os.makedirs(path)
- return path
-
- def _writeMetaInfo(self):
- self._makeDirectory()
- path = os.path.join(self._path, METAINFO_FILENAME)
- metaInfo = dict(
- creator=self._fileCreator,
- formatVersion=self._formatVersion
- )
- writePlistAtomically(metaInfo, path)
-
- def writeGroups(self, groups):
- """
- Write groups.plist. This method requires a
- dict of glyph groups as an argument.
- """
- self._makeDirectory()
- path = os.path.join(self._path, GROUPS_FILENAME)
- groupsNew = {}
- for key, value in groups.items():
- groupsNew[key] = list(value)
- if groupsNew:
- writePlistAtomically(groupsNew, path)
- elif os.path.exists(path):
- os.remove(path)
-
- def writeInfo(self, info):
- """
- Write info.plist. This method requires an object
- that supports getting attributes that follow the
- fontinfo.plist version 2 secification. Attributes
- will be taken from the given object and written
- into the file.
- """
- self._makeDirectory()
- path = os.path.join(self._path, FONTINFO_FILENAME)
- # gather version 2 data
- infoData = {}
- for attr in _fontInfoAttributesVersion2ValueData.keys():
- try:
- value = getattr(info, attr)
- except AttributeError:
- raise UFOLibError("The supplied info object does not support getting a necessary attribute (%s)." % attr)
- if value is None:
- continue
- infoData[attr] = value
- # validate data
- infoData = _validateInfoVersion2Data(infoData)
- # down convert data to version 1 if necessary
- if self._formatVersion == 1:
- infoData = _convertFontInfoDataVersion2ToVersion1(infoData)
- # write file
- writePlistAtomically(infoData, path)
-
- def writeKerning(self, kerning):
- """
- Write kerning.plist. This method requires a
- dict of kerning pairs as an argument.
- """
- self._makeDirectory()
- path = os.path.join(self._path, KERNING_FILENAME)
- kerningDict = {}
- for left, right in kerning.keys():
- value = kerning[left, right]
- if not left in kerningDict:
- kerningDict[left] = {}
- kerningDict[left][right] = value
- if kerningDict:
- writePlistAtomically(kerningDict, path)
- elif os.path.exists(path):
- os.remove(path)
-
- def writeLib(self, libDict):
- """
- Write lib.plist. This method requires a
- lib dict as an argument.
- """
- self._makeDirectory()
- path = os.path.join(self._path, LIB_FILENAME)
- if libDict:
- writePlistAtomically(libDict, path)
- elif os.path.exists(path):
- os.remove(path)
-
- def writeFeatures(self, features):
- """
- Write features.fea. This method requires a
- features string as an argument.
- """
- if self._formatVersion == 1:
- raise UFOLibError("features.fea is not allowed in UFO Format Version 1.")
- self._makeDirectory()
- path = os.path.join(self._path, FEATURES_FILENAME)
- writeFileAtomically(features, path)
-
- def makeGlyphPath(self):
- """
- Make the glyphs directory in the .ufo.
- Returns the path of the directory created.
- """
- glyphDir = self._makeDirectory(GLYPHS_DIRNAME)
- return glyphDir
-
- def getGlyphSet(self, glyphNameToFileNameFunc=None):
- """
- Return the GlyphSet associated with the
- glyphs directory in the .ufo.
- """
- return GlyphSet(self.makeGlyphPath(), glyphNameToFileNameFunc)
-
-# ----------------
-# Helper Functions
-# ----------------
-
-def makeUFOPath(path):
- """
- Return a .ufo pathname.
-
- >>> makeUFOPath("/directory/something.ext")
- '/directory/something.ufo'
- >>> makeUFOPath("/directory/something.another.thing.ext")
- '/directory/something.another.thing.ufo'
- """
- dir, name = os.path.split(path)
- name = ".".join([".".join(name.split(".")[:-1]), "ufo"])
- return os.path.join(dir, name)
-
-def writePlistAtomically(obj, path):
- """
- Write a plist for "obj" to "path". Do this sort of atomically,
- making it harder to cause corrupt files, for example when writePlist
- encounters an error halfway during write. This also checks to see
- if text matches the text that is already in the file at path.
- If so, the file is not rewritten so that the modification date
- is preserved.
- """
- f = StringIO()
- writePlist(obj, f)
- data = f.getvalue()
- writeFileAtomically(data, path)
-
-def writeFileAtomically(text, path):
- """Write text into a file at path. Do this sort of atomically
- making it harder to cause corrupt files. This also checks to see
- if text matches the text that is already in the file at path.
- If so, the file is not rewritten so that the modification date
- is preserved."""
- if os.path.exists(path):
- f = open(path, READ_MODE)
- oldText = f.read()
- f.close()
- if text == oldText:
- return
- # if the text is empty, remove the existing file
- if not text:
- os.remove(path)
- if text:
- f = open(path, WRITE_MODE)
- f.write(text)
- f.close()
-
-# ----------------------
-# fontinfo.plist Support
-# ----------------------
-
-# Version 1
-
-fontInfoAttributesVersion1 = set([
- "familyName",
- "styleName",
- "fullName",
- "fontName",
- "menuName",
- "fontStyle",
- "note",
- "versionMajor",
- "versionMinor",
- "year",
- "copyright",
- "notice",
- "trademark",
- "license",
- "licenseURL",
- "createdBy",
- "designer",
- "designerURL",
- "vendorURL",
- "unitsPerEm",
- "ascender",
- "descender",
- "capHeight",
- "xHeight",
- "defaultWidth",
- "slantAngle",
- "italicAngle",
- "widthName",
- "weightName",
- "weightValue",
- "fondName",
- "otFamilyName",
- "otStyleName",
- "otMacName",
- "msCharSet",
- "fondID",
- "uniqueID",
- "ttVendor",
- "ttUniqueID",
- "ttVersion",
-])
-
-# Version 2
-
-# Validators
-
-def validateFontInfoVersion2ValueForAttribute(attr, value):
- """
- This performs very basic validation of the value for attribute
- following the UFO fontinfo.plist specification. The results
- of this should not be interpretted as *correct* for the font
- that they are part of. This merely indicates that the value
- is of the proper type and, where the specification defines
- a set range of possible values for an attribute, that the
- value is in the accepted range.
- """
- dataValidationDict = _fontInfoAttributesVersion2ValueData[attr]
- valueType = dataValidationDict.get("type")
- validator = dataValidationDict.get("valueValidator")
- valueOptions = dataValidationDict.get("valueOptions")
- # have specific options for the validator
- if valueOptions is not None:
- isValidValue = validator(value, valueOptions)
- # no specific options
- else:
- if validator == _fontInfoTypeValidator:
- isValidValue = validator(value, valueType)
- else:
- isValidValue = validator(value)
- return isValidValue
-
-def _validateInfoVersion2Data(infoData):
- validInfoData = {}
- for attr, value in infoData.items():
- isValidValue = validateFontInfoVersion2ValueForAttribute(attr, value)
- if not isValidValue:
- raise UFOLibError("Invalid value for attribute %s (%s)." % (attr, repr(value)))
- else:
- validInfoData[attr] = value
- return infoData
-
-def _fontInfoTypeValidator(value, typ):
- return isinstance(value, typ)
-
-def _fontInfoVersion2IntListValidator(values, validValues):
- if not isinstance(values, (list, tuple)):
- return False
- valuesSet = set(values)
- validValuesSet = set(validValues)
- if len(valuesSet - validValuesSet) > 0:
- return False
- for value in values:
- if not isinstance(value, int):
- return False
- return True
-
-def _fontInfoVersion2StyleMapStyleNameValidator(value):
- options = ["regular", "italic", "bold", "bold italic"]
- return value in options
-
-def _fontInfoVersion2OpenTypeHeadCreatedValidator(value):
- # format: 0000/00/00 00:00:00
- if not isinstance(value, (str, unicode)):
- return False
- # basic formatting
- if not len(value) == 19:
- return False
- if value.count(" ") != 1:
- return False
- date, time = value.split(" ")
- if date.count("/") != 2:
- return False
- if time.count(":") != 2:
- return False
- # date
- year, month, day = date.split("/")
- if len(year) != 4:
- return False
- if len(month) != 2:
- return False
- if len(day) != 2:
- return False
- try:
- year = int(year)
- month = int(month)
- day = int(day)
- except ValueError:
- return False
- if month < 1 or month > 12:
- return False
- monthMaxDay = calendar.monthrange(year, month)
- if month > monthMaxDay:
- return False
- # time
- hour, minute, second = time.split(":")
- if len(hour) != 2:
- return False
- if len(minute) != 2:
- return False
- if len(second) != 2:
- return False
- try:
- hour = int(hour)
- minute = int(minute)
- second = int(second)
- except ValueError:
- return False
- if hour < 0 or hour > 23:
- return False
- if minute < 0 or minute > 59:
- return False
- if second < 0 or second > 59:
- return True
- # fallback
- return True
-
-def _fontInfoVersion2OpenTypeOS2WeightClassValidator(value):
- if not isinstance(value, int):
- return False
- if value < 0:
- return False
- return True
-
-def _fontInfoVersion2OpenTypeOS2WidthClassValidator(value):
- if not isinstance(value, int):
- return False
- if value < 1:
- return False
- if value > 9:
- return False
- return True
-
-def _fontInfoVersion2OpenTypeOS2PanoseValidator(values):
- if not isinstance(values, (list, tuple)):
- return False
- if len(values) != 10:
- return False
- for value in values:
- if not isinstance(value, int):
- return False
- # XXX further validation?
- return True
-
-def _fontInfoVersion2OpenTypeOS2FamilyClassValidator(values):
- if not isinstance(values, (list, tuple)):
- return False
- if len(values) != 2:
- return False
- for value in values:
- if not isinstance(value, int):
- return False
- classID, subclassID = values
- if classID < 0 or classID > 14:
- return False
- if subclassID < 0 or subclassID > 15:
- return False
- return True
-
-def _fontInfoVersion2PostscriptBluesValidator(values):
- if not isinstance(values, (list, tuple)):
- return False
- if len(values) > 14:
- return False
- if len(values) % 2:
- return False
- for value in values:
- if not isinstance(value, (int, float)):
- return False
- return True
-
-def _fontInfoVersion2PostscriptOtherBluesValidator(values):
- if not isinstance(values, (list, tuple)):
- return False
- if len(values) > 10:
- return False
- if len(values) % 2:
- return False
- for value in values:
- if not isinstance(value, (int, float)):
- return False
- return True
-
-def _fontInfoVersion2PostscriptStemsValidator(values):
- if not isinstance(values, (list, tuple)):
- return False
- if len(values) > 12:
- return False
- for value in values:
- if not isinstance(value, (int, float)):
- return False
- return True
-
-def _fontInfoVersion2PostscriptWindowsCharacterSetValidator(value):
- validValues = range(1, 21)
- if value not in validValues:
- return False
- return True
-
-# Attribute Definitions
-# This defines the attributes, types and, in some
-# cases the possible values, that can exist is
-# fontinfo.plist.
-
-_fontInfoVersion2OpenTypeHeadFlagsOptions = range(0, 14)
-_fontInfoVersion2OpenTypeOS2SelectionOptions = [1, 2, 3, 4, 7, 8, 9]
-_fontInfoVersion2OpenTypeOS2UnicodeRangesOptions = range(0, 128)
-_fontInfoVersion2OpenTypeOS2CodePageRangesOptions = range(0, 64)
-_fontInfoVersion2OpenTypeOS2TypeOptions = [0, 1, 2, 3, 8, 9]
-
-_fontInfoAttributesVersion2ValueData = {
- "familyName" : dict(type=(str, unicode)),
- "styleName" : dict(type=(str, unicode)),
- "styleMapFamilyName" : dict(type=(str, unicode)),
- "styleMapStyleName" : dict(type=(str, unicode), valueValidator=_fontInfoVersion2StyleMapStyleNameValidator),
- "versionMajor" : dict(type=int),
- "versionMinor" : dict(type=int),
- "year" : dict(type=int),
- "copyright" : dict(type=(str, unicode)),
- "trademark" : dict(type=(str, unicode)),
- "unitsPerEm" : dict(type=(int, float)),
- "descender" : dict(type=(int, float)),
- "xHeight" : dict(type=(int, float)),
- "capHeight" : dict(type=(int, float)),
- "ascender" : dict(type=(int, float)),
- "italicAngle" : dict(type=(float, int)),
- "note" : dict(type=(str, unicode)),
- "openTypeHeadCreated" : dict(type=(str, unicode), valueValidator=_fontInfoVersion2OpenTypeHeadCreatedValidator),
- "openTypeHeadLowestRecPPEM" : dict(type=(int, float)),
- "openTypeHeadFlags" : dict(type="integerList", valueValidator=_fontInfoVersion2IntListValidator, valueOptions=_fontInfoVersion2OpenTypeHeadFlagsOptions),
- "openTypeHheaAscender" : dict(type=(int, float)),
- "openTypeHheaDescender" : dict(type=(int, float)),
- "openTypeHheaLineGap" : dict(type=(int, float)),
- "openTypeHheaCaretSlopeRise" : dict(type=int),
- "openTypeHheaCaretSlopeRun" : dict(type=int),
- "openTypeHheaCaretOffset" : dict(type=(int, float)),
- "openTypeNameDesigner" : dict(type=(str, unicode)),
- "openTypeNameDesignerURL" : dict(type=(str, unicode)),
- "openTypeNameManufacturer" : dict(type=(str, unicode)),
- "openTypeNameManufacturerURL" : dict(type=(str, unicode)),
- "openTypeNameLicense" : dict(type=(str, unicode)),
- "openTypeNameLicenseURL" : dict(type=(str, unicode)),
- "openTypeNameVersion" : dict(type=(str, unicode)),
- "openTypeNameUniqueID" : dict(type=(str, unicode)),
- "openTypeNameDescription" : dict(type=(str, unicode)),
- "openTypeNamePreferredFamilyName" : dict(type=(str, unicode)),
- "openTypeNamePreferredSubfamilyName" : dict(type=(str, unicode)),
- "openTypeNameCompatibleFullName" : dict(type=(str, unicode)),
- "openTypeNameSampleText" : dict(type=(str, unicode)),
- "openTypeNameWWSFamilyName" : dict(type=(str, unicode)),
- "openTypeNameWWSSubfamilyName" : dict(type=(str, unicode)),
- "openTypeOS2WidthClass" : dict(type=int, valueValidator=_fontInfoVersion2OpenTypeOS2WidthClassValidator),
- "openTypeOS2WeightClass" : dict(type=int, valueValidator=_fontInfoVersion2OpenTypeOS2WeightClassValidator),
- "openTypeOS2Selection" : dict(type="integerList", valueValidator=_fontInfoVersion2IntListValidator, valueOptions=_fontInfoVersion2OpenTypeOS2SelectionOptions),
- "openTypeOS2VendorID" : dict(type=(str, unicode)),
- "openTypeOS2Panose" : dict(type="integerList", valueValidator=_fontInfoVersion2OpenTypeOS2PanoseValidator),
- "openTypeOS2FamilyClass" : dict(type="integerList", valueValidator=_fontInfoVersion2OpenTypeOS2FamilyClassValidator),
- "openTypeOS2UnicodeRanges" : dict(type="integerList", valueValidator=_fontInfoVersion2IntListValidator, valueOptions=_fontInfoVersion2OpenTypeOS2UnicodeRangesOptions),
- "openTypeOS2CodePageRanges" : dict(type="integerList", valueValidator=_fontInfoVersion2IntListValidator, valueOptions=_fontInfoVersion2OpenTypeOS2CodePageRangesOptions),
- "openTypeOS2TypoAscender" : dict(type=(int, float)),
- "openTypeOS2TypoDescender" : dict(type=(int, float)),
- "openTypeOS2TypoLineGap" : dict(type=(int, float)),
- "openTypeOS2WinAscent" : dict(type=(int, float)),
- "openTypeOS2WinDescent" : dict(type=(int, float)),
- "openTypeOS2Type" : dict(type="integerList", valueValidator=_fontInfoVersion2IntListValidator, valueOptions=_fontInfoVersion2OpenTypeOS2TypeOptions),
- "openTypeOS2SubscriptXSize" : dict(type=(int, float)),
- "openTypeOS2SubscriptYSize" : dict(type=(int, float)),
- "openTypeOS2SubscriptXOffset" : dict(type=(int, float)),
- "openTypeOS2SubscriptYOffset" : dict(type=(int, float)),
- "openTypeOS2SuperscriptXSize" : dict(type=(int, float)),
- "openTypeOS2SuperscriptYSize" : dict(type=(int, float)),
- "openTypeOS2SuperscriptXOffset" : dict(type=(int, float)),
- "openTypeOS2SuperscriptYOffset" : dict(type=(int, float)),
- "openTypeOS2StrikeoutSize" : dict(type=(int, float)),
- "openTypeOS2StrikeoutPosition" : dict(type=(int, float)),
- "openTypeVheaVertTypoAscender" : dict(type=(int, float)),
- "openTypeVheaVertTypoDescender" : dict(type=(int, float)),
- "openTypeVheaVertTypoLineGap" : dict(type=(int, float)),
- "openTypeVheaCaretSlopeRise" : dict(type=int),
- "openTypeVheaCaretSlopeRun" : dict(type=int),
- "openTypeVheaCaretOffset" : dict(type=(int, float)),
- "postscriptFontName" : dict(type=(str, unicode)),
- "postscriptFullName" : dict(type=(str, unicode)),
- "postscriptSlantAngle" : dict(type=(float, int)),
- "postscriptUniqueID" : dict(type=int),
- "postscriptUnderlineThickness" : dict(type=(int, float)),
- "postscriptUnderlinePosition" : dict(type=(int, float)),
- "postscriptIsFixedPitch" : dict(type=bool),
- "postscriptBlueValues" : dict(type="integerList", valueValidator=_fontInfoVersion2PostscriptBluesValidator),
- "postscriptOtherBlues" : dict(type="integerList", valueValidator=_fontInfoVersion2PostscriptOtherBluesValidator),
- "postscriptFamilyBlues" : dict(type="integerList", valueValidator=_fontInfoVersion2PostscriptBluesValidator),
- "postscriptFamilyOtherBlues" : dict(type="integerList", valueValidator=_fontInfoVersion2PostscriptOtherBluesValidator),
- "postscriptStemSnapH" : dict(type="integerList", valueValidator=_fontInfoVersion2PostscriptStemsValidator),
- "postscriptStemSnapV" : dict(type="integerList", valueValidator=_fontInfoVersion2PostscriptStemsValidator),
- "postscriptBlueFuzz" : dict(type=(int, float)),
- "postscriptBlueShift" : dict(type=(int, float)),
- "postscriptBlueScale" : dict(type=(float, int)),
- "postscriptForceBold" : dict(type=bool),
- "postscriptDefaultWidthX" : dict(type=(int, float)),
- "postscriptNominalWidthX" : dict(type=(int, float)),
- "postscriptWeightName" : dict(type=(str, unicode)),
- "postscriptDefaultCharacter" : dict(type=(str, unicode)),
- "postscriptWindowsCharacterSet" : dict(type=int, valueValidator=_fontInfoVersion2PostscriptWindowsCharacterSetValidator),
- "macintoshFONDFamilyID" : dict(type=int),
- "macintoshFONDName" : dict(type=(str, unicode)),
-}
-fontInfoAttributesVersion2 = set(_fontInfoAttributesVersion2ValueData.keys())
-
-# insert the type validator for all attrs that
-# have no defined validator.
-for attr, dataDict in _fontInfoAttributesVersion2ValueData.items():
- if "valueValidator" not in dataDict:
- dataDict["valueValidator"] = _fontInfoTypeValidator
-
-# Version Conversion Support
-# These are used from converting from version 1
-# to version 2 or vice-versa.
-
-def _flipDict(d):
- flipped = {}
- for key, value in d.items():
- flipped[value] = key
- return flipped
-
-_fontInfoAttributesVersion1To2 = {
- "menuName" : "styleMapFamilyName",
- "designer" : "openTypeNameDesigner",
- "designerURL" : "openTypeNameDesignerURL",
- "createdBy" : "openTypeNameManufacturer",
- "vendorURL" : "openTypeNameManufacturerURL",
- "license" : "openTypeNameLicense",
- "licenseURL" : "openTypeNameLicenseURL",
- "ttVersion" : "openTypeNameVersion",
- "ttUniqueID" : "openTypeNameUniqueID",
- "notice" : "openTypeNameDescription",
- "otFamilyName" : "openTypeNamePreferredFamilyName",
- "otStyleName" : "openTypeNamePreferredSubfamilyName",
- "otMacName" : "openTypeNameCompatibleFullName",
- "weightName" : "postscriptWeightName",
- "weightValue" : "openTypeOS2WeightClass",
- "ttVendor" : "openTypeOS2VendorID",
- "uniqueID" : "postscriptUniqueID",
- "fontName" : "postscriptFontName",
- "fondID" : "macintoshFONDFamilyID",
- "fondName" : "macintoshFONDName",
- "defaultWidth" : "postscriptDefaultWidthX",
- "slantAngle" : "postscriptSlantAngle",
- "fullName" : "postscriptFullName",
- # require special value conversion
- "fontStyle" : "styleMapStyleName",
- "widthName" : "openTypeOS2WidthClass",
- "msCharSet" : "postscriptWindowsCharacterSet"
-}
-_fontInfoAttributesVersion2To1 = _flipDict(_fontInfoAttributesVersion1To2)
-deprecatedFontInfoAttributesVersion2 = set(_fontInfoAttributesVersion1To2.keys())
-
-_fontStyle1To2 = {
- 64 : "regular",
- 1 : "italic",
- 32 : "bold",
- 33 : "bold italic"
-}
-_fontStyle2To1 = _flipDict(_fontStyle1To2)
-# Some UFO 1 files have 0
-_fontStyle1To2[0] = "regular"
-
-_widthName1To2 = {
- "Ultra-condensed" : 1,
- "Extra-condensed" : 2,
- "Condensed" : 3,
- "Semi-condensed" : 4,
- "Medium (normal)" : 5,
- "Semi-expanded" : 6,
- "Expanded" : 7,
- "Extra-expanded" : 8,
- "Ultra-expanded" : 9
-}
-_widthName2To1 = _flipDict(_widthName1To2)
-# FontLab's default width value is "Normal".
-# Many format version 1 UFOs will have this.
-_widthName1To2["Normal"] = 5
-# FontLab has an "All" width value. In UFO 1
-# move this up to "Normal".
-_widthName1To2["All"] = 5
-# "medium" appears in a lot of UFO 1 files.
-_widthName1To2["medium"] = 5
-# "Medium" appears in a lot of UFO 1 files.
-_widthName1To2["Medium"] = 5
-
-_msCharSet1To2 = {
- 0 : 1,
- 1 : 2,
- 2 : 3,
- 77 : 4,
- 128 : 5,
- 129 : 6,
- 130 : 7,
- 134 : 8,
- 136 : 9,
- 161 : 10,
- 162 : 11,
- 163 : 12,
- 177 : 13,
- 178 : 14,
- 186 : 15,
- 200 : 16,
- 204 : 17,
- 222 : 18,
- 238 : 19,
- 255 : 20
-}
-_msCharSet2To1 = _flipDict(_msCharSet1To2)
-
-def convertFontInfoValueForAttributeFromVersion1ToVersion2(attr, value):
- """
- Convert value from version 1 to version 2 format.
- Returns the new attribute name and the converted value.
- If the value is None, None will be returned for the new value.
- """
- # convert floats to ints if possible
- if isinstance(value, float):
- if int(value) == value:
- value = int(value)
- if value is not None:
- if attr == "fontStyle":
- v = _fontStyle1To2.get(value)
- if v is None:
- raise UFOLibError("Cannot convert value (%s) for attribute %s." % (repr(value), attr))
- value = v
- elif attr == "widthName":
- v = _widthName1To2.get(value)
- if v is None:
- raise UFOLibError("Cannot convert value (%s) for attribute %s." % (repr(value), attr))
- value = v
- elif attr == "msCharSet":
- v = _msCharSet1To2.get(value)
- if v is None:
- raise UFOLibError("Cannot convert value (%s) for attribute %s." % (repr(value), attr))
- value = v
- attr = _fontInfoAttributesVersion1To2.get(attr, attr)
- return attr, value
-
-def convertFontInfoValueForAttributeFromVersion2ToVersion1(attr, value):
- """
- Convert value from version 2 to version 1 format.
- Returns the new attribute name and the converted value.
- If the value is None, None will be returned for the new value.
- """
- if value is not None:
- if attr == "styleMapStyleName":
- value = _fontStyle2To1.get(value)
- elif attr == "openTypeOS2WidthClass":
- value = _widthName2To1.get(value)
- elif attr == "postscriptWindowsCharacterSet":
- value = _msCharSet2To1.get(value)
- attr = _fontInfoAttributesVersion2To1.get(attr, attr)
- return attr, value
-
-def _convertFontInfoDataVersion1ToVersion2(data):
- converted = {}
- for attr, value in data.items():
- # FontLab gives -1 for the weightValue
- # for fonts wil no defined value. Many
- # format version 1 UFOs will have this.
- if attr == "weightValue" and value == -1:
- continue
- newAttr, newValue = convertFontInfoValueForAttributeFromVersion1ToVersion2(attr, value)
- # skip if the attribute is not part of version 2
- if newAttr not in fontInfoAttributesVersion2:
- continue
- # catch values that can't be converted
- if value is None:
- raise UFOLibError("Cannot convert value (%s) for attribute %s." % (repr(value), newAttr))
- # store
- converted[newAttr] = newValue
- return converted
-
-def _convertFontInfoDataVersion2ToVersion1(data):
- converted = {}
- for attr, value in data.items():
- newAttr, newValue = convertFontInfoValueForAttributeFromVersion2ToVersion1(attr, value)
- # only take attributes that are registered for version 1
- if newAttr not in fontInfoAttributesVersion1:
- continue
- # catch values that can't be converted
- if value is None:
- raise UFOLibError("Cannot convert value (%s) for attribute %s." % (repr(value), newAttr))
- # store
- converted[newAttr] = newValue
- return converted
-
-
-if __name__ == "__main__":
- import doctest
- doctest.testmod()
diff --git a/misc/pylib/robofab/world.py b/misc/pylib/robofab/world.py
deleted file mode 100644
index 203753d6c..000000000
--- a/misc/pylib/robofab/world.py
+++ /dev/null
@@ -1,108 +0,0 @@
-import os, sys
-from robofab import RoboFabError, version, numberVersion
-
-
-class RFWorld:
-
- """All parameters about platforms, versions and environments included in one object."""
-
- def __init__(self):
- self.mac = None
- self.pc = None
- self.platform = sys.platform
- self.applicationName = None # name of the application we're running in
- self.name = os.name
- self.version = version # the robofab version
- self.numberVersion = numberVersion
- self.run = True
-
- # get some platform information
- if self.name == 'mac' or self.name == 'posix':
- if self.platform == "darwin":
- self.mac = "X"
- else:
- self.mac = "pre-X"
- elif self.name == 'nt':
- # if you know more about PC & win stuff, add it here!
- self.pc = True
- else:
- raise RoboFabError, "We're running on an unknown platform."
-
- # collect versions
- self.pyVersion = sys.version[:3]
- self.inPython = False
- self.inFontLab = False
- self.flVersion = None
- self.inGlyphs = False
- self.glyphsVersion = None
- self.inRoboFont = False
- self.roboFontVersion = None
-
- # are we in Glyphs?
- try:
- import objectsGS
- from AppKit import NSBundle
- bundle = NSBundle.mainBundle()
- self.applicationName = bundle.infoDictionary()["CFBundleName"]
- self.inGlyphs = True
- self.glyphsVersion = bundle.infoDictionary()["CFBundleVersion"]
- except ImportError:
- # are we in RoboFont
- try:
- import mojo
- from AppKit import NSBundle
- bundle = NSBundle.mainBundle()
- self.applicationName = bundle.infoDictionary()["CFBundleName"]
- self.inRoboFont = True
- self.roboFontVersion = bundle.infoDictionary()["CFBundleVersion"]
- except ImportError:
- # are we in FontLab?
- try:
- from FL import fl
- self.applicationName = fl.filename
- self.inFontLab = True
- self.flVersion = fl.version
- except ImportError: pass
- # we are in NoneLab
- if not self.inFontLab:
- self.inPython = True
-
- # see if we have DialogKit
- self.supportsDialogKit = False
-
- def __repr__(self):
- s = [
- "Robofab is running on %s" % self.platform,
- "Python version: %s" % self.pyVersion,
- "Mac stuff: %s" % self.mac,
- "PC stuff: %s" % self.pc,
- "FontLab stuff: %s" % self.inFontLab,
- "FLversion: %s" % self.flVersion,
- "Glyphs stuff: %s" % self.inGlyphs,
- "Glyphs version: %s" % self.glyphsVersion,
- "RoboFont stuff: %s" %self.inRoboFont,
- "RoboFont version: %s" %self.roboFontVersion,
- ]
- return ", ".join(s)
-
-
-world = RFWorld()
-
-lineBreak = os.linesep
-
-if world.inFontLab:
- from robofab.interface.all.dialogs import SelectFont, SelectGlyph
- from robofab.objects.objectsFL import CurrentFont, CurrentGlyph, RFont, RGlyph, OpenFont, NewFont, AllFonts
- lineBreak = "\n"
-elif world.inRoboFont:
- from mojo.roboFont import CurrentFont, CurrentGlyph, RFont, RGlyph, OpenFont, NewFont, AllFonts
-elif world.inGlyphs:
- from objectsGS import CurrentFont, CurrentGlyph, RFont, RGlyph, OpenFont, NewFont, AllFonts
-elif world.inPython:
- from robofab.objects.objectsRF import CurrentFont, CurrentGlyph, RFont, RGlyph, OpenFont, NewFont, AllFonts
-
-
-
-if __name__ == "__main__":
- f = RFWorld()
- print f
diff --git a/misc/pylib/robofab/xmlTreeBuilder.pyx b/misc/pylib/robofab/xmlTreeBuilder.pyx
deleted file mode 100644
index be621e14f..000000000
--- a/misc/pylib/robofab/xmlTreeBuilder.pyx
+++ /dev/null
@@ -1,116 +0,0 @@
-import os
-try:
- from xml.parsers.expat import ParserCreate
-except ImportError:
- _haveExpat = 0
- from xml.parsers.xmlproc.xmlproc import XMLProcessor
-else:
- _haveExpat = 1
-
-
-class XMLParser:
-
- def __init__(self):
- self.root = []
- self.current = (self.root, None)
-
- def getRoot(self):
- assert len(self.root) == 1
- return self.root[0]
-
- def startElementHandler(self, name, attrs):
- children = []
- self.current = (children, name, attrs, self.current)
-
- def endElementHandler(self, name):
- children, name, attrs, previous = self.current
- previous[0].append((name, attrs, children))
- self.current = previous
-
- def characterDataHandler(self, data):
- nodes = self.current[0]
- if nodes and type(nodes[-1]) == type(data):
- nodes[-1] = nodes[-1] + data
- else:
- nodes.append(data)
-
- def _expatParseFile(self, pathOrFile):
- parser = ParserCreate()
- parser.returns_unicode = 0 # XXX, Don't remember why. It sucks, though.
- parser.StartElementHandler = self.startElementHandler
- parser.EndElementHandler = self.endElementHandler
- parser.CharacterDataHandler = self.characterDataHandler
- if isinstance(pathOrFile, (str, unicode)):
- f = open(pathOrFile)
- didOpen = 1
- else:
- didOpen = 0
- f = pathOrFile
- parser.ParseFile(f)
- if didOpen:
- f.close()
- return self.getRoot()
-
- def _xmlprocDataHandler(self, data, begin, end):
- self.characterDataHandler(data[begin:end])
-
- def _xmlprocParseFile(self, pathOrFile):
- proc = XMLProcessor()
- proc.app.handle_start_tag = self.startElementHandler
- proc.app.handle_end_tag = self.endElementHandler
- proc.app.handle_data = self._xmlprocDataHandler
- if isinstance(pathOrFile, (str, unicode)):
- f = open(pathOrFile)
- didOpen = 1
- else:
- didOpen = 0
- f = pathOrFile
- proc.parseStart()
- proc.read_from(f)
- proc.flush()
- proc.parseEnd()
- proc.deref()
- if didOpen:
- f.close()
- return self.getRoot()
-
- if _haveExpat:
- parseFile = _expatParseFile
- else:
- parseFile = _xmlprocParseFile
-
-
-def stripCharacterData(nodes, recursive=True):
- i = 0
- while 1:
- try:
- node = nodes[i]
- except IndexError:
- break
- if isinstance(node, tuple):
- if recursive:
- stripCharacterData(node[2])
- i = i + 1
- else:
- node = node.strip()
- if node:
- nodes[i] = node
- i = i + 1
- else:
- del nodes[i]
-
-
-def buildTree(pathOrFile, stripData=1):
- parser = XMLParser()
- tree = parser.parseFile(pathOrFile)
- if stripData:
- stripCharacterData(tree[2])
- return tree
-
-
-if __name__ == "__main__":
- from pprint import pprint
- import sys
- strip = bool(sys.argv[2:])
- tree = buildTree(sys.argv[1], strip)
- pprint(tree)
diff --git a/misc/cleanup_kerning.py b/misc/tools/cleanup_kerning.py
index e9dce5771..e9dce5771 100755
--- a/misc/cleanup_kerning.py
+++ b/misc/tools/cleanup_kerning.py
diff --git a/misc/download-count.py b/misc/tools/download-count.py
index c70532490..c70532490 100755
--- a/misc/download-count.py
+++ b/misc/tools/download-count.py
diff --git a/misc/enrich-glypnames.py b/misc/tools/enrich-glypnames.py
index b4c401217..b4c401217 100755
--- a/misc/enrich-glypnames.py
+++ b/misc/tools/enrich-glypnames.py
diff --git a/misc/fixup-diacritics.py b/misc/tools/fixup-diacritics.py
index 2453e7f3c..2453e7f3c 100755
--- a/misc/fixup-diacritics.py
+++ b/misc/tools/fixup-diacritics.py
diff --git a/misc/fixup-features.py b/misc/tools/fixup-features.py
index dd4c2658f..dd4c2658f 100755
--- a/misc/fixup-features.py
+++ b/misc/tools/fixup-features.py
diff --git a/misc/fixup-kerning.py b/misc/tools/fixup-kerning.py
index fc4ce8071..fc4ce8071 100755
--- a/misc/fixup-kerning.py
+++ b/misc/tools/fixup-kerning.py
diff --git a/misc/fontinfo.py b/misc/tools/fontinfo.py
index 0f406a14d..0f406a14d 100755
--- a/misc/fontinfo.py
+++ b/misc/tools/fontinfo.py
diff --git a/misc/gen-glyphinfo.py b/misc/tools/gen-glyphinfo.py
index 4fdf73fae..4fdf73fae 100755
--- a/misc/gen-glyphinfo.py
+++ b/misc/tools/gen-glyphinfo.py
diff --git a/misc/gen-glyphorder.py b/misc/tools/gen-glyphorder.py
index 3d44fdd16..3d44fdd16 100755
--- a/misc/gen-glyphorder.py
+++ b/misc/tools/gen-glyphorder.py
diff --git a/misc/gen-kern.py b/misc/tools/gen-kern.py
index e5a4c4875..e5a4c4875 100644
--- a/misc/gen-kern.py
+++ b/misc/tools/gen-kern.py
diff --git a/misc/gen-metrics-and-svgs.py b/misc/tools/gen-metrics-and-svgs.py
index ac100eb1c..ac100eb1c 100755
--- a/misc/gen-metrics-and-svgs.py
+++ b/misc/tools/gen-metrics-and-svgs.py
diff --git a/misc/gen-num-pairs.js b/misc/tools/gen-num-pairs.js
index 9dbb92090..9dbb92090 100644
--- a/misc/gen-num-pairs.js
+++ b/misc/tools/gen-num-pairs.js
diff --git a/misc/gen-tnum.py b/misc/tools/gen-tnum.py
index 015201bcc..015201bcc 100755
--- a/misc/gen-tnum.py
+++ b/misc/tools/gen-tnum.py
diff --git a/misc/glyf-props.py b/misc/tools/glyf-props.py
index 8783a422d..8783a422d 100755
--- a/misc/glyf-props.py
+++ b/misc/tools/glyf-props.py
diff --git a/misc/glyphcheck.py b/misc/tools/glyphcheck.py
index 755de686f..755de686f 100755
--- a/misc/glyphcheck.py
+++ b/misc/tools/glyphcheck.py
diff --git a/misc/kernsample.py b/misc/tools/kernsample.py
index 7e1fbe0f8..7e1fbe0f8 100755
--- a/misc/kernsample.py
+++ b/misc/tools/kernsample.py
diff --git a/misc/restore-diacritics-kerning.py b/misc/tools/restore-diacritics-kerning.py
index 6fd8c1601..6fd8c1601 100644
--- a/misc/restore-diacritics-kerning.py
+++ b/misc/tools/restore-diacritics-kerning.py
diff --git a/misc/rewrite-glyphorder.py b/misc/tools/rewrite-glyphorder.py
index 3da0c1699..3da0c1699 100755
--- a/misc/rewrite-glyphorder.py
+++ b/misc/tools/rewrite-glyphorder.py
diff --git a/misc/rmglyph.py b/misc/tools/rmglyph.py
index 7e6d7f408..7e6d7f408 100755
--- a/misc/rmglyph.py
+++ b/misc/tools/rmglyph.py
diff --git a/misc/show-changes.py b/misc/tools/show-changes.py
index 59f79b3e5..59f79b3e5 100755
--- a/misc/show-changes.py
+++ b/misc/tools/show-changes.py
diff --git a/misc/svgsync.py b/misc/tools/svgsync.py
index d8781272b..d8781272b 100755
--- a/misc/svgsync.py
+++ b/misc/tools/svgsync.py
diff --git a/misc/svgsync2.py b/misc/tools/svgsync2.py
index 992d6d314..992d6d314 100755
--- a/misc/svgsync2.py
+++ b/misc/tools/svgsync2.py
diff --git a/misc/ufo-color-glyphs.py b/misc/tools/ufo-color-glyphs.py
index 9ec050853..9ec050853 100755
--- a/misc/ufo-color-glyphs.py
+++ b/misc/tools/ufo-color-glyphs.py
diff --git a/misc/unicode_util.py b/misc/tools/unicode_util.py
index 18196e87e..18196e87e 100644
--- a/misc/unicode_util.py
+++ b/misc/tools/unicode_util.py
diff --git a/misc/versionize-css.py b/misc/tools/versionize-css.py
index 0b317462f..0b317462f 100755
--- a/misc/versionize-css.py
+++ b/misc/tools/versionize-css.py
diff --git a/misc/ufocompile b/misc/ufocompile
deleted file mode 100755
index 41cfeb043..000000000
--- a/misc/ufocompile
+++ /dev/null
@@ -1,253 +0,0 @@
-#!/usr/bin/env python
-from __future__ import print_function
-import os
-import sys
-import argparse
-import logging
-import subprocess
-
-from shutil import copyfile
-from robofab.objects.objectsRF import RPoint
-from robofab.world import OpenFont
-from fontbuild.Build import FontProject
-from fontbuild.mix import Master
-from fontbuild.mix import Mix
-
-
-FAMILYNAME = "Inter UI"
-BASEDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
-
-def extractSpecializedGlyphs(masterFont):
- glyphSpecializations = {}
- specializationSuffix = '.specz.'
-
- specializedGlyphNames = []
- font = masterFont.font
- for g in font:
- p = g.name.find(specializationSuffix)
- if p == -1:
- continue
- name = g.name[:p]
- category = g.name[p + len(specializationSuffix):]
- g2 = g.copy()
- g2.name = name
- if name in font:
- # copy unicodes
- masterGlyph = font[name]
- g2.unicodes = masterGlyph.unicodes
- if not category in glyphSpecializations:
- glyphSpecializations[category] = { name: g2 }
- else:
- glyphSpecializations[category][name] = g2
- specializedGlyphNames.append(g.name)
-
- ffont = masterFont.ffont
- for name in specializedGlyphNames:
- del ffont.glyphs[name]
- font.removeGlyph(name)
-
- return glyphSpecializations
-
-
-def readVersionControlTag(dir):
- try:
- return subprocess.check_output(
- ['git', '-C', dir, 'rev-parse', '--short', 'HEAD'],
- shell=False).strip()
- except:
- return ''
-
-
-def main():
- # silence warnings from fontTools.misc.fixedTools that is harmless and caused
- # by the ufo2ft module.
- logging.getLogger('fontTools.misc.fixedTools').setLevel(logging.ERROR)
-
- default_out_dir = os.path.join(BASEDIR,'build','tmp')
- srcDir = os.path.join(BASEDIR, 'src')
-
- argparser = argparse.ArgumentParser(
- description='Build TTF and OTF font files from UFO sources.')
-
- argparser.add_argument(
- 'styles', metavar='<style>', type=str, nargs='*',
- help='Build specific styles. Omit to build all.')
-
- argparser.add_argument(
- '--otf', dest='otf', action='store_const',
- const=True, default=False, help='Build OTF files')
-
- argparser.add_argument(
- '--no-ttf', dest='no_ttf', action='store_const',
- const=True, default=False, help='Do not build TTF files')
-
- argparser.add_argument(
- '--cufo', dest='cufo', action='store_const',
- const=True, default=False, help='Only compile composite UFO')
-
- argparser.add_argument(
- '--out', dest='out', metavar='<dir>', type=str, default=default_out_dir,
- help='Write output to <dir> instead of the default (%r)' % default_out_dir)
-
- args = argparser.parse_args()
- styles = [s.lower() for s in args.styles]
- handledStyles = []
- ALL = len(styles) == 0
-
- # version control tag, if any
- buildTag = readVersionControlTag(BASEDIR)
-
- # Since we reference a shared feature file, copy it to build dir so includes
- # works
- ufoTmpDir = os.path.join(args.out, 'InterUIUFO')
- try:
- os.makedirs(ufoTmpDir)
- except:
- pass
- copyfile(
- os.path.join(srcDir, 'features.fea'),
- os.path.join(ufoTmpDir, 'features.fea'))
-
- # Load masters
- print('loading master: Regular')
- rg = Master("%s/src/Inter-UI-Regular.ufo" % BASEDIR)
-
- bl = None
- if ALL \
- or 'black' in styles or 'blackitalic' in styles \
- or 'bold' in styles or 'bolditalic' in styles \
- or 'medium' in styles or 'mediumitalic' in styles:
- print('loading master: Black')
- bl = Master("%s/src/Inter-UI-Black.ufo" % BASEDIR)
-
-
- glyphSpecializations = extractSpecializedGlyphs(rg)
-
-
- class Mix2(Mix):
- def __init__(self, masters, v, glyphSpecializations=None):
- Mix.__init__(self, masters, v)
- self.glyphSpecializations = glyphSpecializations
-
- def mixGlyphs(self, gname):
- if self.glyphSpecializations is not None:
- specializedGlyph = self.glyphSpecializations.get(gname)
- if specializedGlyph is not None:
- print('mixglyph using specialized', gname)
- return specializedGlyph
- return Mix.mixGlyphs(self, gname)
-
- proj = FontProject(
- rg.font, BASEDIR, os.path.join(srcDir,'fontbuild.cfg'), buildTag=buildTag)
- proj.builddir = args.out
-
- if args.cufo:
- proj.justCompileUFO = True
-
- # panose for entire family
- panose = {
- 'bFamilyType': 2, # Latin Text
- 'bSerifStyle': 11, # Normal Sans
- 'bProportion': 2, # Old Style
- 'bContrast': 3, # Very Low (thickest vs thinnest stem of "O")
- 'bXHeight': 4, # Constant/Large
- # bWeight: see http://monotype.de/services/pan2#_Toc380547249
- }
-
- def mkpanose(weight):
- return dict(panose.items() + {
- 'bWeight': weight
- }.items())
-
-
- if args.otf:
- proj.buildOTF = True
-
- # name syntax: family/styleName/styleCode/subfamilyAbbrev
- #
- # styleCode should be one of:
- # Regular, Italic, Bold, Bold Italic
- #
- # scaleX controls scale on the x axis, used for italics. 1.0 means no scaling.
- # italicMeanYCenter controls how far on the x axis the glyph should slide
- # to compensate for the slant. -600 is sort of a magic number arrived to by
- # trial and error.
- #
-
- if ALL or 'regular' in styles:
- handledStyles.append('regular')
- proj.generateFont(rg.font, "%s/Regular/Regular/Rg" % FAMILYNAME,
- panose=mkpanose(5))
-
- if ALL or 'italic' in styles:
- handledStyles.append('italic')
- proj.generateFont(
- rg.font, "%s/Italic/Italic/Rg" % FAMILYNAME,
- italic=True, stemWidth=232, italicMeanYCenter=-600,
- panose=mkpanose(5))
-
-
- if ALL or 'medium' in styles:
- handledStyles.append('medium')
- proj.generateFont(
- Mix2([rg, bl], 0.32, glyphSpecializations.get('medium', {})),
- "%s/Medium/Regular/Me" % FAMILYNAME,
- panose=mkpanose(6))
-
- if ALL or 'mediumitalic' in styles:
- handledStyles.append('mediumitalic')
- proj.generateFont(
- Mix2([rg, bl], 0.32, glyphSpecializations.get('medium', {})),
- "%s/Medium Italic/Italic/Me" % FAMILYNAME,
- italic=True, stemWidth=300, italicMeanYCenter=-600,
- panose=mkpanose(6))
-
-
- if ALL or 'bold' in styles:
- handledStyles.append('bold')
- proj.generateFont(
- Mix2([rg, bl], 0.68, glyphSpecializations.get('bold', {})),
- "%s/Bold/Bold/Rg" % FAMILYNAME,
- panose=mkpanose(8))
-
- if ALL or 'bolditalic' in styles:
- handledStyles.append('bolditalic')
- proj.generateFont(
- Mix2([rg, bl], 0.68, glyphSpecializations.get('bold', {})),
- "%s/Bold Italic/Bold Italic/Rg" % FAMILYNAME,
- italic=True, stemWidth=350, italicMeanYCenter=-600,
- panose=mkpanose(8))
-
-
- if ALL or 'black' in styles:
- handledStyles.append('black')
- proj.generateFont(bl.font, "%s/Black/Regular/Bl" % FAMILYNAME,
- panose=mkpanose(9))
-
- if ALL or 'blackitalic' in styles:
- handledStyles.append('blackitalic')
- proj.generateFont(
- bl.font, "%s/Black Italic/Italic/Bl" % FAMILYNAME,
- italic=True, stemWidth=400, italicMeanYCenter=-600,
- panose=mkpanose(9))
-
- # generate TTFs
- if args.no_ttf == False and args.cufo == False:
- proj.generateTTFs()
-
- if not ALL:
- diff = set(styles).difference(set(handledStyles))
- if len(diff) != 0:
- print('Unknown styles %r' % diff, file=sys.stderr)
- sys.exit(1)
-
-main()
-
-# import hotshot, hotshot.stats, test.pystone
-# prof = hotshot.Profile("ufocompile.prof")
-# benchtime = prof.runcall(main)
-# prof.close()
-# stats = hotshot.stats.load("ufocompile.prof")
-# # stats.strip_dirs()
-# stats.sort_stats('time', 'calls')
-# stats.print_stats(40)
diff --git a/misc/version.py b/misc/version.py
deleted file mode 100755
index d6136ea9f..000000000
--- a/misc/version.py
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env python
-# encoding: utf8
-from __future__ import print_function
-import os, sys
-from collections import OrderedDict
-from ConfigParser import RawConfigParser
-
-
-def main():
- srcDir = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'src')
- config = RawConfigParser(dict_type=OrderedDict)
- config.read(os.path.join(srcDir, 'fontbuild.cfg'))
- sys.stdout.write(config.get('main', 'version'))
-
-if __name__ == '__main__':
- main()
diff --git a/requirements.txt b/requirements.txt
index 4566ad2f5..c3a005662 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,24 @@
-compreffor==0.4.6.post1
-cu2qu==1.5.0
-Cython==0.27.3
-defcon==0.5.2
-fonttools==3.29.0
-freetype-py==2.0.0.post6
-git+https://github.com/googlei18n/nototools@40aa4936022295cf851bb62f09a070f63fc8f5ae
-git+https://github.com/googlei18n/ufo2ft.git@5507abd8a765d44587502cbdc16d441e3cd28bef
-git+https://github.com/typesupply/feaTools.git@8fc73f8ad5523cb6d9e0c8ac966eeb5dab5f7f49
+# git+https://github.com/fonttools/fonttools.git@c895f4f4a23235688ef95ca83ae60f7d175e673a
+
+# for fontTools/varLib/interpolatable.py
numpy==1.15.1
-pyclipper==1.0.6 # note: 1.1.0 is problematic
scipy==1.1.0
-ufoLib==2.3.1
+munkres==1.0.12
+
+# git+https://github.com/LettError/MutatorMath.git@f21f184d787bfab469a064d84c84298a3f199509
+
+git+https://github.com/googlei18n/fontmake.git@db2f52a728493751a3d0446a3e281260ec9d96ff
+
+# compreffor==0.4.6.post1
+# cu2qu==1.5.0
+# Cython==0.27.3
+# defcon==0.5.2
+# fonttools==3.29.0
+# freetype-py==2.0.0.post6
+# git+https://github.com/googlei18n/nototools@40aa4936022295cf851bb62f09a070f63fc8f5ae
+# git+https://github.com/googlei18n/ufo2ft.git@5507abd8a765d44587502cbdc16d441e3cd28bef
+# git+https://github.com/typesupply/feaTools.git@8fc73f8ad5523cb6d9e0c8ac966eeb5dab5f7f49
+# numpy==1.15.1
+# pyclipper==1.0.6 # note: 1.1.0 is problematic
+# scipy==1.1.0
+# ufoLib==2.3.1
diff --git a/src/Inter-UI-Black.ufo/features.fea b/src/Inter-UI-Black.ufo/features.fea
index 020cf69a1..0b7026d0a 100644
--- a/src/Inter-UI-Black.ufo/features.fea
+++ b/src/Inter-UI-Black.ufo/features.fea
@@ -1 +1,1039 @@
-include(../features.fea);
+# Prefix: Languagesystems
+languagesystem DFLT dflt;
+languagesystem latn dflt;
+languagesystem latn MOL;
+languagesystem latn ROM;
+languagesystem latn FRA;
+languagesystem latn TRK;
+languagesystem latn AZE;
+languagesystem latn CRT;
+languagesystem latn NAV;
+languagesystem cyrl dflt;
+languagesystem grek dflt;
+
+
+# Prefix: Prefix
+# Common features shared by all weights
+
+# classes
+
+# gdef classes
+#table GDEF {
+# GlyphClassDef @GDEF_BASE, @GDEF_LIGATURE, @GDEF_MARK, @GDEF_COMPONENT;
+#} GDEF;
+# Glyph Composition/Decomposition
+# Access All Alternates
+# Localized Forms
+# Fractions
+# Case alternates
+# Contextual Alternates
+# Stylistic set 1: open digits
+# Tabular numbers
+# Slashed zero
+
+@UC_ROMAN = [
+ A - Z
+ AE AEacute Aacute Abreve Acircumflex Adieresis Agrave Alpha Alphatonos
+ Amacron Aogonek Aogonek.NAV Aring Aringacute Atilde Beta Cacute Ccaron
+ Ccedilla Ccircumflex Dcaron Dcroat Delta Eacute Ebreve Ecaron Ecircumflex
+ Edieresis Edotaccent Egrave Emacron Eng Eogonek Eogonek.NAV Epsilon
+ Epsilontonos Eta Etatonos Eth Gamma Gbreve Gcircumflex Gcommaaccent Germandbls
+ Hbar Hcircumflex IJ Iacute Ibreve Icircumflex Idieresis Igrave Imacron Iogonek
+ Iota Iotadieresis Iotatonos Itilde Jcircumflex Kappa Kcommaaccent Lacute
+ Lambda Lcaron Lcommaaccent Ldot L_slash Nacute Ncaron Ncommaaccent Ntilde Nu
+ OE Oacute Obreve Ocircumflex Odieresis Ograve Ohungarumlaut Omacron Omega
+ Omegatonos Omicron Omicrontonos Oogonek Oogonek.NAV Oslash Oslashacute Otilde
+ Phi Pi Psi Racute Rcaron Rcommaaccent Rho Sacute Scaron Scedilla Scircumflex
+ Sigma Tau Tbar Tcaron Theta Thorn Uacute Ubreve Ucircumflex Udieresis Ugrave
+ Uhungarumlaut Umacron Uogonek Upsilon Upsilondieresis Upsilontonos Uring
+ Utilde Wacute Wcircumflex Wdieresis Wgrave Xi Yacute Ycircumflex Ydieresis
+ Ygrave Zacute Zcaron Zdotaccent Zeta ampersand Cdotaccent Gdotaccent
+ Tcommaaccent Scommaaccent uni021A uni037F
+ ];
+
+@LC_ROMAN = [
+ a - z
+ ae aeacute aacute abreve acircumflex adieresis agrave alpha alphatonos
+ amacron aogonek aogonek.NAV aring aringacute atilde beta cacute ccaron
+ ccedilla ccircumflex dcaron dcroat delta eacute ebreve ecaron ecircumflex
+ edieresis edotaccent egrave emacron eng eogonek eogonek.NAV epsilon
+ epsilontonos eta etatonos eth gamma gbreve gcircumflex gcommaaccent
+ germandbls hbar hcircumflex ij iacute ibreve icircumflex idieresis igrave
+ imacron iogonek iota iotadieresis iotatonos itilde jcircumflex kappa
+ kcommaaccent lacute lambda lcaron lcommaaccent ldot lslash nacute ncaron
+ ncommaaccent ntilde nu oe oacute obreve ocircumflex odieresis ograve
+ ohungarumlaut omacron omega omegatonos omicron omicrontonos oogonek
+ oogonek.NAV oslash oslashacute otilde phi pi psi racute rcaron rcommaaccent
+ rho sacute scaron scedilla scircumflex sigma tau tbar tcaron theta thorn
+ uacute ubreve ucircumflex udieresis ugrave uhungarumlaut umacron uogonek
+ upsilon upsilondieresis upsilontonos uring utilde wacute wcircumflex
+ wdieresis wgrave xi yacute ycircumflex ydieresis ygrave zacute zcaron
+ zdotaccent zeta ampersand cdotaccent gdotaccent tcommaaccent scommaaccent
+ uni021B yotgreek
+ ];
+
+@UC_SET1 = [
+ zero one two three four five six seven eight nine
+ Euro Idotaccent Mu dollar
+ lira sterling afii10023 afii10051 afii10052 afii10053 afii10054 afii10055
+ afii10056 afii10057 afii10058 afii10059 afii10060 afii10061 afii10062
+ afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022
+ afii10024 afii10025 afii10026 afii10027 afii10029 afii10030 afii10031
+ afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038
+ afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045
+ afii10046 afii10047 afii10048 afii10049 afii10050 Ghestrokecyrillic
+ Zhedescendercyrillic Zedescendercyrillic Kadescendercyrillic
+ Kaverticalstrokecyrillic Kabashkircyrillic Endescendercyrillic
+ Haabkhasiancyrillic Esdescendercyrillic Ustraightcyrillic
+ Ustraightstrokecyrillic Hadescendercyrillic Tetsecyrillic
+ Cheverticalstrokecyrillic Shhacyrillic Cheabkhasiancyrillic
+ Chedescenderabkhasiancyrillic Schwacyrillic Dzeabkhasiancyrillic
+ Imacroncyrillic Obarredcyrillic Umacroncyrillic hryvnia tenge uni20BD numero
+ yen placeofinterestsign L_bar
+ ];
+
+@LC_SET1 = [
+ dotlessi sigma1 mugreek afii10065 becyrillic vecyrillic gecyrillic
+ decyrillic iecyrillic zhecyrillic zecyrillic iicyrillic iishortcyrillic
+ kacyrillic elcyrillic emcyrillic encyrillic ocyrillic pecyrillic ercyrillic
+ escyrillic tecyrillic ucyrillic efcyrillic khacyrillic tsecyrillic
+ checyrillic shacyrillic shchacyrillic hardsigncyrillic yericyrillic
+ softsigncyrillic ereversedcyrillic iucyrillic iacyrillic iocyrillic
+ djecyrillic gjecyrillic ecyrillic dzecyrillic icyrillic yicyrillic
+ jecyrillic ljecyrillic njecyrillic tshecyrillic kjecyrillic ushortcyrillic
+ dzhecyrillic gheupturncyrillic ghestrokecyrillic zhedescendercyrillic
+ zedescendercyrillic kadescendercyrillic kaverticalstrokecyrillic
+ kabashkircyrillic endescendercyrillic haabkhasiancyrillic
+ esdescendercyrillic ustraightcyrillic ustraightstrokecyrillic
+ hadescendercyrillic tetsecyrillic cheverticalstrokecyrillic shhacyrillic
+ cheabkhasiancyrillic chedescenderabkhasiancyrillic schwacyrillic
+ dzeabkhasiancyrillic imacroncyrillic obarredcyrillic umacroncyrillic zhook
+ ];
+
+@TNUM = [
+ zero.tnum one.tnum two.tnum three.tnum four.tnum five.tnum
+ six.tnum seven.tnum eight.tnum nine.tnum
+ ];
+
+@TNUM_L = [
+ zero one two three four five
+ six seven eight nine
+ one.1 four.1 six.1 nine.1
+ period comma
+ ];
+
+@TNUM_R = [
+ zero.tnum one.tnum two.tnum three.tnum four.tnum five.tnum
+ six.tnum seven.tnum eight.tnum nine.tnum
+ one.tnum.1 four.tnum.1 six.tnum.1 nine.tnum.1
+ period.tnum comma.tnum
+ ];
+
+@SS01_L = [ one four six nine ];
+
+@SS01_R = [ one.1 four.1 six.1 nine.1 ];
+
+@NUM = [ zero one two three four five six seven eight nine @TNUM @SS01_R ];
+
+@SPACE = [
+ space enspace emspace thirdemspace quarteremspace sixthemspace figurespace
+ punctuationspace thinspace hairspace zerowidthspace
+ ];
+
+@frac1 = [ zero one two three four five six seven eight nine ];
+
+@frac2 = [ zero.frac onesuperior twosuperior threesuperior 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 ];
+
+@frac4 = [ zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ];
+
+@GDEF_BASE = [
+ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
+ a b c d e f g h i j k l m n o p q r s t u v w x y z
+ AE AEacute AEmacron Aacute Abreve
+ Acaron Acircumflex Adieresis Agrave Alpha Alphatonos Amacron Aogonek
+ Aogonek.NAV Aring Aringacute Atilde Beta Cacute Ccaron Ccedilla Ccircumflex
+ Dcaron Dcroat Eacute Ebreve Ecaron Ecircumflex Edieresis Edotaccent Egrave
+ Emacron Eng Eogonek Eogonek.NAV Epsilon Epsilon1 Epsilontonos Esh Eta Etatonos
+ Eth Gacute Gamma Gbar Gbreve Gcaron Gcircumflex Gcommaaccent Gsmallcap
+ Gsmallcaphook Hbar Hcircumflex Iacute Istroke Ibreve Icaron Icircumflex
+ Idieresis Idotaccent Igrave Imacron Iogonek Iota Iota1 Iotadieresis Iotatonos
+ Ismallcap Itilde Jcircumflex Kappa Kcaron Kcommaaccent Lacute Lcaron
+ Lcommaaccent Ldot L_slash L_bar Lsmallcap Mu Nacute Ncaron Ncommaaccent
+ Nsmallcap Ntilde Nu OE OEsmallcap Oacute Obar Obreve Ocaron Ocircumflex
+ Odieresis Ograve Ohorn Ohungarumlaut Omacron Omega Omicron Omicrontonos
+ Oogonek Oogonek.NAV Oslash Oslashacute Otilde Racute Rcaron Rcommaaccent Rho
+ Rsmallcap Rsmallcapinv Sacute Scaron Scedilla Schwa Scircumflex Tau Tbar
+ Tcaron Uacute Ubreve Ucaron Ucircumflex Udieresis Ugrave Uhorn Uhungarumlaut
+ Umacron Uogonek Upsilon Upsilondieresis Upsilontonos Uring Utilde Wacute
+ Wcircumflex Wdieresis Wgrave Yacute Ycircumflex Ydieresis Ygrave Ysmallcap
+ Zacute Zbar Zcaron Zdotaccent Zeta a_uni02DE aacute abreve acaron acircumflex
+ adieresis ae aeacute aemacron agrave alpha alphatonos amacron aogonek
+ aogonek.NAV aring aringacute ascript ascriptturn atilde aturn babygamma bbar
+ bhook bullseye cacute ccaron ccedilla ccircumflex ccurl cedilla cstretch
+ dcaron dcroat dhook dotlessi drthook dyogh dz dzcurl eacute ebreve ecaron
+ ecircumflex edieresis edotaccent egrave emacron eng eogonek eogonek.NAV
+ epsilon epsilon1 epsilon1rev epsilon1revclosed epsilon1revhook epsilonclosed
+ epsilontonos erev esh eshcurl eshshortrev eta etatonos eturn finalkaf finalmem
+ hturnhook2 franc gacute gamma1 gbar gbreve gcaron gcircumflex gcommaaccent
+ gcursive ghook glottalstop glottalstopbar glottalstopbarrev glottalstopinv
+ glottalstoprevinv hbar hcircumflex henghook hhook hturn iacute ibar ibreve
+ icaron icircumflex idieresis igrave imacron iogonek iota iota1 iotadieresis
+ iotadieresistonos iotatonos itilde jcircumflex jcrosstail jdotlessbar
+ jhookdblbar kappa kcaron kcommaaccent kgreenlandic kturn lacute lbar lbelt
+ lcaron lcommaaccent ldot lmidtilde longs lrthook lslash lyogh mhook mturn
+ mturndescend nacute napostrophe ncaron ncommaaccent nlfthook nrthook ntilde nu
+ o_uni02DE oacute obar obreve ocaron ocircumflex odieresis oe ogonek ograve
+ ohorn ohungarumlaut omacron omega omegaclosed omegatonos omicron omicrontonos
+ oogonek oogonek.NAV oopen oslash oslashacute otilde philatin psi qhook racute
+ rcaron rcommaaccent rdescend rfishhook rfishhookrev rho rrthook rturn
+ rturnascend rturnrthook sacute scaron scedilla schwa schwahook scircumflex
+ srthook tbar tcaron tccurl tesh trthook ts tturn uacute ubar ubreve ucaron
+ ucircumflex udieresis ugrave uhorn uhungarumlaut umacron uni0069.ccmp
+ uni006A.ccmp Cdotaccent cdotaccent Gdotaccent gdotaccent uni012F.ccmp
+ Tcommaaccent tcommaaccent nlegrightlong Udieresismacron udieresismacron
+ Udieresisacute udieresisacute Udieresiscaron udieresiscaron Udieresisgrave
+ udieresisgrave Adieresismacron adieresismacron Adotmacron adotmacron
+ Oogonekmacron oogonekmacron jcaron uni01F8 uni01F9 Adblgrave adblgrave
+ Ainvertedbreve ainvertedbreve Edblgrave edblgrave Einvertedbreve
+ einvertedbreve Idblgrave idblgrave Iinvertedbreve iinvertedbreve Odblgrave
+ odblgrave Oinvertedbreve oinvertedbreve Rdblgrave rdblgrave Rinvertedbreve
+ rinvertedbreve Udblgrave udblgrave Uinvertedbreve uinvertedbreve Scommaaccent
+ scommaaccent uni021A uni021B uni021E uni021F uni0226 uni0227 uni0228 uni0229
+ uni022A uni022B uni022C uni022D uni022E uni022F uni0230 uni0231 uni0232
+ uni0233 dotlessj uni0243 uni0244 uni0248 uni0249 uni0249.ccmp uni024C uni024D
+ uni024E uni024F uni0268.ccmp ezh ezhcurl uni0299 uni029C uni029D.ccmp feng
+ uni02AB uni02AC hturnlthook rhotichookmod uni037F Upsilonhooksymbol
+ Upsilonacutehooksymbolgreek Upsilondieresishooksymbolgreek pisymbolgreek
+ sigmalunatesymbolgreek yotgreek uni03F3.ccmp uni03F4 uni03F9 uni03FA uni0400
+ afii10023 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057
+ afii10061 uni040D afii10062 afii10017 afii10019 afii10020 afii10022 afii10024
+ afii10025 afii10026 afii10027 afii10029 afii10030 afii10031 afii10032
+ afii10034 afii10035 afii10036 afii10037 afii10039 afii10041 afii10045
+ afii10047 afii10048 afii10049 afii10065 vecyrillic gecyrillic decyrillic
+ iecyrillic zhecyrillic zecyrillic iicyrillic iishortcyrillic kacyrillic
+ elcyrillic emcyrillic encyrillic ocyrillic pecyrillic ercyrillic escyrillic
+ tecyrillic ucyrillic efcyrillic khacyrillic tsecyrillic checyrillic
+ shacyrillic shchacyrillic yericyrillic ereversedcyrillic iucyrillic iacyrillic
+ uni0450 iocyrillic gjecyrillic ecyrillic dzecyrillic icyrillic uni0456.ccmp
+ yicyrillic jecyrillic uni0458.ccmp kjecyrillic uni045D ushortcyrillic
+ Omegacyrillic omegacyrillic ksicyrillic psicyrillic afii10147 fitacyrillic
+ afii10148 izhitsacyrillic Izhitsadblgravecyrillic izhitsadblgravecyrillic
+ omegaroundcyrillic otcyrillic Koppacyrillic koppacyrillic uni048A uni048B
+ Ghestrokecyrillic ghestrokecyrillic Zhedescendercyrillic zhedescendercyrillic
+ Zedescendercyrillic zedescendercyrillic kadescendercyrillic
+ Endescendercyrillic endescendercyrillic Haabkhasiancyrillic
+ haabkhasiancyrillic Esdescendercyrillic esdescendercyrillic
+ Tedescendercyrillic tedescendercyrillic Ustraightcyrillic
+ Ustraightstrokecyrillic Hadescendercyrillic hadescendercyrillic
+ Chedescendercyrillic chedescendercyrillic Shhacyrillic shhacyrillic
+ Cheabkhasiancyrillic cheabkhasiancyrillic palochkacyrillic Zhebrevecyrillic
+ zhebrevecyrillic uni04C6 uni04C9 uni04CA Chekhakassiancyrillic
+ chekhakassiancyrillic uni04CD uni04CE uni04CF Abrevecyrillic abrevecyrillic
+ Adieresiscyrillic adieresiscyrillic Aiecyrillic aiecyrillic Iebrevecyrillic
+ iebrevecyrillic Schwacyrillic schwacyrillic Schwadieresiscyrillic
+ schwadieresiscyrillic Zhedieresiscyrillic zhedieresiscyrillic
+ Zedieresiscyrillic zedieresiscyrillic Imacroncyrillic imacroncyrillic
+ Idieresiscyrillic idieresiscyrillic Odieresiscyrillic odieresiscyrillic
+ Obarredcyrillic obarredcyrillic Obarreddieresiscyrillic
+ obarreddieresiscyrillic uni04EC uni04ED Umacroncyrillic umacroncyrillic
+ Udieresiscyrillic udieresiscyrillic Uhungarumlautcyrillic
+ uhungarumlautcyrillic Chedieresiscyrillic chedieresiscyrillic uni04F6 uni04F7
+ Yerudieresiscyrillic yerudieresiscyrillic uni04FC uni04FD uni04FE uni04FF
+ uni052F Aringbelow aringbelow Bdotaccent bdotaccent Bdotbelow bdotbelow
+ Blinebelow blinebelow Ccedillaacute ccedillaacute Ddotaccent ddotaccent
+ Ddotbelow ddotbelow Dlinebelow dlinebelow Dcedilla dcedilla Dcircumflexbelow
+ dcircumflexbelow Emacrongrave emacrongrave Emacronacute emacronacute
+ Ecircumflexbelow ecircumflexbelow Etildebelow etildebelow Ecedillabreve
+ ecedillabreve Fdotaccent fdotaccent Gmacron gmacron Hdotaccent hdotaccent
+ Hdotbelow hdotbelow Hdieresis hdieresis Hbrevebelow hbrevebelow Itildebelow
+ itildebelow uni1E2D.ccmp Idieresisacute idieresisacute Kacute kacute Kdotbelow
+ kdotbelow Klinebelow klinebelow Ldotbelow ldotbelow Ldotbelowmacron
+ ldotbelowmacron Llinebelow llinebelow Lcircumflexbelow lcircumflexbelow Macute
+ macute Mdotaccent mdotaccent Mdotbelow mdotbelow Ndotaccent ndotaccent
+ Ndotbelow ndotbelow Nlinebelow nlinebelow Ncircumflexbelow ncircumflexbelow
+ Otildeacute otildeacute Otildedieresis otildedieresis Omacrongrave
+ omacrongrave Omacronacute omacronacute Pacute pacute Pdotaccent pdotaccent
+ Rdotaccent rdotaccent Rdotbelow rdotbelow Rdotbelowmacron rdotbelowmacron
+ Rlinebelow rlinebelow Sdotaccent sdotaccent Sdotbelow sdotbelow
+ Sacutedotaccent sacutedotaccent Scarondotaccent scarondotaccent
+ Sdotbelowdotaccent sdotbelowdotaccent Tdotaccent tdotaccent Tdotbelow
+ tdotbelow Tlinebelow tlinebelow Tcircumflexbelow tcircumflexbelow
+ Udieresisbelow udieresisbelow Utildebelow utildebelow Ucircumflexbelow
+ ucircumflexbelow Utildeacute utildeacute Umacrondieresis umacrondieresis
+ Vtilde vtilde Vdotbelow vdotbelow Wdotaccent wdotaccent Wdotbelow wdotbelow
+ Xdotaccent xdotaccent Xdieresis xdieresis Ydotaccent ydotaccent Zcircumflex
+ zcircumflex Zdotbelow zdotbelow Zlinebelow zlinebelow hlinebelow tdieresis
+ wring yring arighthalfring Adotbelow adotbelow Ahookabove ahookabove
+ Acircumflexacute acircumflexacute Acircumflexgrave acircumflexgrave
+ Acircumflexhookabove acircumflexhookabove Acircumflextilde acircumflextilde
+ Acircumflexdotbelow acircumflexdotbelow Abreveacute abreveacute Abrevegrave
+ abrevegrave Abrevehookabove abrevehookabove Abrevetilde abrevetilde
+ Abrevedotbelow abrevedotbelow Edotbelow edotbelow Ehookabove ehookabove Etilde
+ etilde Ecircumflexacute ecircumflexacute Ecircumflexgrave ecircumflexgrave
+ Ecircumflexhookabove ecircumflexhookabove Ecircumflextilde ecircumflextilde
+ Ecircumflexdotbelow ecircumflexdotbelow Ihookabove ihookabove Idotbelow
+ idotbelow uni1ECB.ccmp Odotbelow odotbelow Ohookabove ohookabove
+ Ocircumflexacute ocircumflexacute Ocircumflexgrave ocircumflexgrave
+ Ocircumflexhookabove ocircumflexhookabove Ocircumflextilde ocircumflextilde
+ Ocircumflexdotbelow ocircumflexdotbelow Ohornacute ohornacute Ohorngrave
+ ohorngrave Ohornhookabove ohornhookabove Ohorntilde ohorntilde Ohorndotbelow
+ ohorndotbelow Udotbelow udotbelow Uhookabove uhookabove Uhornacute uhornacute
+ Uhorngrave uhorngrave Uhornhookabove uhornhookabove Uhorntilde uhorntilde
+ Uhorndotbelow uhorndotbelow Ydotbelow ydotbelow Yhookabove yhookabove Ytilde
+ ytilde uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F08
+ uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F10 uni1F11
+ uni1F12 uni1F13 uni1F14 uni1F15 uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C
+ uni1F1D uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27
+ uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F30
+ uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F38 uni1F39
+ uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F40 uni1F41 uni1F42
+ uni1F43 uni1F44 uni1F45 uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D
+ uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F59
+ uni1F5B uni1F5D uni1F5F uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65
+ uni1F66 uni1F67 uni1F70 uni1F71 uni1F72 uni1F73 uni1F74 uni1F75 uni1F76
+ uni1F77 uni1F78 uni1F79 uni1F7A uni1F7B uni1F7C uni1F7D uni1F80 uni1F81
+ uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1F88 uni1F89 uni1F8A
+ uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F90 uni1F91 uni1F92 uni1F93
+ uni1F94 uni1F95 uni1F96 uni1F97 uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C
+ uni1F9D uni1F9E uni1F9F uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5
+ uni1FA6 uni1FA7 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7
+ uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC2 uni1FC3 uni1FC4 uni1FC6
+ uni1FC7 uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD0 uni1FD1 uni1FD2
+ uni1FD3 uni1FD6 uni1FD7 uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE0 uni1FE1
+ uni1FE2 uni1FE3 uni1FE4 uni1FE5 uni1FE6 uni1FE7 uni1FE8 uni1FE9 uni1FEA
+ uni1FEB uni1FEC uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni1FF8 uni1FF9 dong
+ uogonek upsilon upsilondieresis upsilondieresistonos upsilonlatin upsilontonos
+ uring utilde vscript vturn wacute wcircumflex wdieresis wgrave wturn yacute
+ ycircumflex ydieresis ygrave yturn zacute zbar zcaron zcurl zdotaccent zrthook
+ ];
+
+@GDEF_LIGATURE = [ slongdotaccent ];
+
+@GDEF_MARK = [ acutecomb acutedblnosp acuterightnosp acutesubnosp anglesupnosp archdblsubnosp breveinvnosp breveinvsubnosp brevenosp brevesubnosp bridgeinvsubnosp bridgesubnosp candrabindunosp cedillanosp circumflexnosp circumflexsubnosp commaaccent commasuprevnosp commaturnsupnosp diaeresistonosnosp dieresisnosp dotbelow dotdblsubnosp dotnosp gravecomb graveleftnosp gravesubnosp hook iotasubnosp linevertdblnosp linevertnosp linevertsubnosp macroncomb macronsubnosp minussubnosp ogoneknosp overscoredblnosp overscorenosp plussubnosp ringlefthalfsubnosp ringnosp ringrighthalfsubnosp ringsubnosp seagullsubnosp squaresubnosp tackdownsubnosp tackleftsubnosp tackrightsubnosp tackupsubnosp tildecomb tildesubnosp tildevertsupnosp underscoredblnosp underscorenosp caroncmb dblgravecmb commaabovecmb commaaboverightcmb commabelowcmb caronbelowcmb perispomenigreekcmb koroniscmb uni0346 uni0347 uni0348 uni0349 uni034A uni034B uni034C uni034D uni034E uni0350 uni0351 uni0352 uni0353 uni0354 uni0355 uni0356 uni0357 uni0359 uni035A uni035B uni035C uni035D uni035E uni035F tildedoublecmb breveinverteddoublecmb uni0362 uni0363 uni0364 uni0365 uni0366 uni0367 uni0368 uni0369 uni036A uni036B uni036C uni036D uni036E uni036F titlocyrilliccmb palatalizationcyrilliccmb uni1DC0 uni1DC1 uni1DC2 uni1DC3 uni1DC4 uni1DC5 uni1DC6 uni1DC7 uni1DC8 uni1DC9 uni1DCA uni1DCB uni1DCC uni1DCD uni1DCE uni1DCF uni1DD0 uni1DD1 uni1DD2 uni1DD3 uni1DD4 uni1DD5 uni1DD6 uni1DD7 uni1DD8 uni1DD9 uni1DDA uni1DDB uni1DDC uni1DDD uni1DDE uni1DDF uni1DE0 uni1DE1 uni1DE2 uni1DE3 uni1DE4 uni1DE5 uni1DE6 uni1DE7 uni1DE8 uni1DE9 uni1DEA uni1DEB uni1DEC uni1DED uni1DEE uni1DEF uni1DF0 uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFD uni1DFE uni1DFF xsupnosp ];
+
+@GDEF_COMPONENT = [ acutedotcomb.cn breveacutecomb.cn brevegravecomb.cn brevehookcomb.cn brevetildecomb.cn carondotcomb.cn circumflexacutecomb.cn circumflexgravecomb.cn circumflexhookcomb.cn circumflextildecomb.cn commaaccentrotate.cn dieresisacutecomb.cn dieresiscaroncomb.cn dieresisgravecomb.cn dieresismacroncomb.cn dotmacroncomb.cn macronacutecomb.cn macrondieresiscomb.cn macrongravecomb.cn ringacute.cn tildeacutecomb.cn tildedieresiscomb.cn tildemacroncomb.cn tonebarextrahighmod.cn tonebarhighmod.cn tonebarmidmod.cn tonebarlowmod.cn tonebarextralowmod.cn ];
+
+@ccmp_acc = [ gravecomb acutecomb tildecomb brevetildecomb.cn brevehookcomb.cn breveacutecomb.cn
+circumflextildecomb.cn circumflexhookcomb.cn circumflexgravecomb.cn circumflexacutecomb.cn
+brevegravecomb.cn macroncomb dieresismacroncomb.cn
+dieresisacutecomb.cn dieresiscaroncomb.cn dieresisgravecomb.cn dotmacroncomb.cn
+tildeacutecomb.cn macrongravecomb.cn macronacutecomb.cn macrondieresiscomb.cn acutedotcomb.cn
+carondotcomb.cn tildemacroncomb.cn tildedieresiscomb.cn circumflexnosp overscorenosp
+brevenosp dotnosp dieresisnosp hook ringnosp acutedblnosp caroncmb
+linevertnosp linevertdblnosp dblgravecmb candrabindunosp breveinvnosp
+commaturnsupnosp commaabovecmb commasuprevnosp commaaboverightcmb anglesupnosp
+hornnosp xsupnosp tildevertsupnosp overscoredblnosp graveleftnosp
+acuterightnosp perispomenigreekcmb koroniscmb diaeresistonosnosp uni0346
+uni034A uni034B uni034C uni0350 uni0351 uni0352 uni0357 uni0358 uni035B
+uni1DC0 uni1DC1 uni1DC3 uni1DC4 uni1DC5 uni1DC6 uni1DC7 uni1DC8 uni1DC9
+uni1DCB uni1DCC uni1DCD uni1DCE uni1DD1 uni1DD2 uni1DD3 uni1DD4 uni1DD5
+uni1DD6 uni1DD7 uni1DD8 uni1DD9 uni1DDA uni1DDB uni1DDC uni1DDD uni1DDE
+uni1DDF uni1DE0 uni1DE1 uni1DE2 uni1DE3 uni1DE4 uni1DE5 uni1DE6 uni1DE7
+uni1DE8 uni1DE9 uni1DEA uni1DEB uni1DEC uni1DED uni1DEE uni1DEF uni1DF0
+uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFE uni0363 uni0364 uni0365
+uni0366 uni0367 uni0368 uni0369 uni036A uni036B uni036C uni036D uni036E
+uni036F titlocyrilliccmb palatalizationcyrilliccmb dasiapneumatacyrilliccmb
+psilipneumatacyrilliccmb uni0487 uni20F0 uniA69F uni2DFF uni20DC uniFE20
+uniFE21 uniFE22 uniFE23 uniFE24 uniFE25 uniFE26 ];
+
+@CASE_DELIM_L = [
+ braceleft braceright
+ bracketleft bracketright
+ parenleft parenright
+ ];
+
+@CASE_NONDELIM_L = [
+ asterisk
+ at
+ multiply
+ minus
+ plus
+ plusminus
+ divide
+ equal
+ notequal
+ endash
+ figuredash
+ emdash
+ hyphen
+ bullet
+ arrowleft
+ arrowleftlong
+ arrowright
+ arrowrightlong
+ notequal
+ colon
+ ];
+
+@CASE_L = [ @CASE_DELIM_L @CASE_NONDELIM_L ];
+
+@CASE_DELIM_R = [
+ braceleft.case braceright.case
+ bracketleft.case bracketright.case
+ parenleft.case parenright.case
+ ];
+
+@CASE_NONDELIM_R = [
+ asterisk.case
+ at.case
+ multiply.case
+ minus.case
+ plus.case
+ plusminus.case
+ divide.case
+ equal.case
+ notequal.case
+ endash.case
+ figuredash.case
+ emdash.case
+ hyphen.case
+ bullet.case
+ arrowleft.case
+ arrowleftlong.case
+ arrowright.case
+ arrowrightlong.case
+ notequal.case
+ colon.case
+ ];
+
+@CASE_R = [ @CASE_DELIM_R @CASE_NONDELIM_R ];
+
+feature mark {
+ ;#insert from script mark
+} mark;
+
+feature mkmk {
+ ;#insert from script mkmk
+} mkmk;
+
+feature ccmp {
+ # Transpose sequences like /i /gravecomb -> /dotlessi /gravecomb
+ lookup ccmp02 {
+ sub i' @ccmp_acc by dotlessi;
+ sub j' @ccmp_acc by dotlessj;
+ sub ibar' @ccmp_acc by uni0268.ccmp;
+ sub iogonek' @ccmp_acc by uni012F.ccmp; # iogonek is generated
+ sub uni0249' @ccmp_acc by uni0249.ccmp;
+ sub jcrosstail' @ccmp_acc by uni029D.ccmp;
+ sub jsuper' @ccmp_acc by uni02B2.ccmp;
+ sub yotgreek' @ccmp_acc by dotlessj;
+ sub icyrillic' @ccmp_acc by dotlessi;
+ sub jecyrillic' @ccmp_acc by dotlessj;
+ sub itildebelow' @ccmp_acc by uni1E2D.ccmp; # uni1E2D.ccmp is generated
+ sub idotbelow' @ccmp_acc by uni1ECB.ccmp; # both are generated
+ sub isuperior' @ccmp_acc by uni2071.ccmp;
+ } ccmp02;
+
+ lookup ccmp03 {
+
+ sub d caroncmb by dcaron;
+ sub l caroncmb by lcaron;
+ sub t caroncmb by tcaron;
+
+ sub A gravecomb by Agrave;
+ sub A acutecomb by Aacute;
+ sub A circumflexnosp by Acircumflex;
+ sub A tildecomb by Atilde;
+ sub A dieresisnosp by Adieresis;
+ sub A ringnosp by Aring;
+ sub A ringacute.cn by Aringacute;
+ sub C cedillanosp by Ccedilla;
+ sub E gravecomb by Egrave;
+ sub E acutecomb by Eacute;
+ sub E circumflexnosp by Ecircumflex;
+ sub E dieresisnosp by Edieresis;
+ sub I gravecomb by Igrave;
+ sub I acutecomb by Iacute;
+ sub I circumflexnosp by Icircumflex;
+ sub I dieresisnosp by Idieresis;
+ sub N tildecomb by Ntilde;
+ sub O gravecomb by Ograve;
+ sub O acutecomb by Oacute;
+ sub O circumflexnosp by Ocircumflex;
+ sub O tildecomb by Otilde;
+ sub O dieresisnosp by Odieresis;
+ sub U gravecomb by Ugrave;
+ sub U acutecomb by Uacute;
+ sub U circumflexnosp by Ucircumflex;
+ sub U dieresisnosp by Udieresis;
+ sub Y acutecomb by Yacute;
+ sub a gravecomb by agrave;
+ sub a acutecomb by aacute;
+ sub a circumflexnosp by acircumflex;
+ sub a tildecomb by atilde;
+ sub a dieresisnosp by adieresis;
+ sub a ringnosp by aring;
+ sub a ringacute.cn by aringacute;
+ sub c cedillanosp by ccedilla;
+ sub e gravecomb by egrave;
+ sub e acutecomb by eacute;
+ sub e circumflexnosp by ecircumflex;
+ sub e dieresisnosp by edieresis;
+ sub dotlessi gravecomb by igrave;
+ sub dotlessi acutecomb by iacute;
+ sub dotlessi circumflexnosp by icircumflex;
+ sub dotlessi dieresisnosp by idieresis;
+ sub n tildecomb by ntilde;
+ sub o gravecomb by ograve;
+ sub o acutecomb by oacute;
+ sub o circumflexnosp by ocircumflex;
+ sub o tildecomb by otilde;
+ sub o dieresisnosp by odieresis;
+ sub u gravecomb by ugrave;
+ sub u acutecomb by uacute;
+ sub u circumflexnosp by ucircumflex;
+ sub u dieresisnosp by udieresis;
+ sub y acutecomb by yacute;
+ sub y dieresisnosp by ydieresis;
+ sub A macroncomb by Amacron;
+ sub a macroncomb by amacron;
+ sub A brevenosp by Abreve;
+ sub a brevenosp by abreve;
+ sub A ogoneknosp by Aogonek;
+ sub a ogoneknosp by aogonek;
+ sub C acutecomb by Cacute;
+ sub c acutecomb by cacute;
+ sub C circumflexnosp by Ccircumflex;
+ sub c circumflexnosp by ccircumflex;
+ sub C dotnosp by Cdotaccent;
+ sub c dotnosp by cdotaccent;
+ sub C caroncmb by Ccaron;
+ sub c caroncmb by ccaron;
+ sub D caroncmb by Dcaron;
+ sub E macroncomb by Emacron;
+ sub e macroncomb by emacron;
+ sub E brevenosp by Ebreve;
+ sub e brevenosp by ebreve;
+ sub E dotnosp by Edotaccent;
+ sub e dotnosp by edotaccent;
+ sub E ogoneknosp by Eogonek;
+ sub e ogoneknosp by eogonek;
+ sub E caroncmb by Ecaron;
+ sub e caroncmb by ecaron;
+ sub G circumflexnosp by Gcircumflex;
+ sub g circumflexnosp by gcircumflex;
+ sub G brevenosp by Gbreve;
+ sub g brevenosp by gbreve;
+ sub G dotnosp by Gdotaccent;
+ sub g dotnosp by gdotaccent;
+ sub G commaaccent by Gcommaaccent;
+ sub g commaaccentrotate.cn by gcommaaccent;
+ sub H circumflexnosp by Hcircumflex;
+ sub h circumflexnosp by hcircumflex;
+ sub I tildecomb by Itilde;
+ sub dotlessi tildecomb by itilde;
+ sub I macroncomb by Imacron;
+ sub dotlessi macroncomb by imacron;
+ sub I brevenosp by Ibreve;
+ sub dotlessi brevenosp by ibreve;
+ sub I ogoneknosp by Iogonek;
+ sub i ogoneknosp by iogonek;
+ sub I dotnosp by Idotaccent;
+ sub J circumflexnosp by Jcircumflex;
+ sub dotlessj circumflexnosp by jcircumflex;
+ sub K commaaccent by Kcommaaccent;
+ sub k commaaccent by kcommaaccent;
+ sub L acutecomb by Lacute;
+ sub l acutecomb by lacute;
+ sub L commaaccent by Lcommaaccent;
+ sub l commaaccent by lcommaaccent;
+ sub L dotnosp by Ldot;
+ sub l dotnosp by ldot;
+ sub N acutecomb by Nacute;
+ sub n acutecomb by nacute;
+ sub N commaaccent by Ncommaaccent;
+ sub n commaaccent by ncommaaccent;
+ sub N caroncmb by Ncaron;
+ sub n caroncmb by ncaron;
+ sub O macroncomb by Omacron;
+ sub o macroncomb by omacron;
+ sub O brevenosp by Obreve;
+ sub o brevenosp by obreve;
+ sub O acutedblnosp by Ohungarumlaut;
+ sub o acutedblnosp by ohungarumlaut;
+ sub R acutecomb by Racute;
+ sub r acutecomb by racute;
+ sub R commaaccent by Rcommaaccent;
+ sub r commaaccent by rcommaaccent;
+ sub R caroncmb by Rcaron;
+ sub r caroncmb by rcaron;
+ sub S acutecomb by Sacute;
+ sub s acutecomb by sacute;
+ sub S circumflexnosp by Scircumflex;
+ sub s circumflexnosp by scircumflex;
+ sub S cedillanosp by Scedilla;
+ sub s cedillanosp by scedilla;
+ sub S commaaccent by Scommaaccent;
+ sub s commaaccent by scommaaccent;
+ sub S caroncmb by Scaron;
+ sub s caroncmb by scaron;
+ sub T commaaccent by uni021A;
+ sub t commaaccent by uni021B;
+ sub T cedillanosp by Tcommaaccent;
+ sub t cedillanosp by tcommaaccent;
+ sub T caroncmb by Tcaron;
+ sub U tildecomb by Utilde;
+ sub u tildecomb by utilde;
+ sub U macroncomb by Umacron;
+ sub u macroncomb by umacron;
+ sub U brevenosp by Ubreve;
+ sub u brevenosp by ubreve;
+ sub U ringnosp by Uring;
+ sub u ringnosp by uring;
+ sub U acutedblnosp by Uhungarumlaut;
+ sub u acutedblnosp by uhungarumlaut;
+ sub U ogoneknosp by Uogonek;
+ sub u ogoneknosp by uogonek;
+ sub W circumflexnosp by Wcircumflex;
+ sub w circumflexnosp by wcircumflex;
+ sub Y circumflexnosp by Ycircumflex;
+ sub y circumflexnosp by ycircumflex;
+ sub Y dieresisnosp by Ydieresis;
+ sub Z acutecomb by Zacute;
+ sub z acutecomb by zacute;
+ sub Z dotnosp by Zdotaccent;
+ sub z dotnosp by zdotaccent;
+ sub Z caroncmb by Zcaron;
+ sub z caroncmb by zcaron;
+ sub AE acutecomb by AEacute;
+ sub ae acutecomb by aeacute;
+ sub Oslash acutecomb by Oslashacute;
+ sub oslash acutecomb by oslashacute;
+ #sub z caroncmb by zcaron;
+ sub W gravecomb by Wgrave;
+ sub w gravecomb by wgrave;
+ sub W acutecomb by Wacute;
+ sub w acutecomb by wacute;
+ sub W dieresisnosp by Wdieresis;
+ sub w dieresisnosp by wdieresis;
+ sub Y gravecomb by Ygrave;
+ sub y gravecomb by ygrave;
+ sub dotlessj caroncmb by jcaron;
+ sub A dotbelow by Adotbelow;
+ sub a dotbelow by adotbelow;
+ sub A hook by Ahookabove;
+ sub a hook by ahookabove;
+ #sub A circumflexacutecomb.cn by uni1EA4;
+ sub A circumflexnosp acutecomb by Acircumflexacute;
+ sub a circumflexacutecomb.cn by acircumflexacute;
+ #sub A circumflexgravecomb.cn by uni1EA6;
+ sub A circumflexnosp gravecomb by Acircumflexgrave;
+ sub a circumflexgravecomb.cn by acircumflexgrave;
+ #sub A circumflexhookcomb.cn by uni1EA8;
+ sub A circumflexnosp hook by Acircumflexhookabove;
+ sub a circumflexhookcomb.cn by acircumflexhookabove;
+ #sub A circumflextildecomb.cn by uni1EAA;
+ sub A circumflexnosp tildecomb by Acircumflextilde;
+ sub a circumflextildecomb.cn by acircumflextilde;
+ #sub A breveacutecomb.cn by uni1EAE;
+ sub A brevenosp acutecomb by Abreveacute;
+ sub a breveacutecomb.cn by abreveacute;
+ #sub A brevegravecomb.cn by uni1EB0;
+ sub A brevenosp gravecomb by Abrevegrave;
+ sub a brevegravecomb.cn by abrevegrave;
+ #sub A brevehookcomb.cn by uni1EB2;
+ sub A brevenosp hook by Abrevehookabove;
+ sub a brevehookcomb.cn by abrevehookabove;
+ sub A brevetildecomb.cn by Abrevetilde;
+ sub a brevetildecomb.cn by abrevetilde;
+ sub E dotbelow by Edotbelow;
+ sub e dotbelow by edotbelow;
+ sub E hook by Ehookabove;
+ sub e hook by ehookabove;
+ sub E tildecomb by Etilde;
+ sub e tildecomb by etilde;
+ #sub E circumflexacutecomb.cn by uni1EBE;
+ sub E circumflexnosp acutecomb by Ecircumflexacute;
+ sub e circumflexacutecomb.cn by ecircumflexacute;
+ #sub E circumflexgravecomb.cn by uni1EC0;
+ sub E circumflexnosp gravecomb by Ecircumflexgrave;
+ sub e circumflexgravecomb.cn by ecircumflexgrave;
+ #sub E circumflexhookcomb.cn by uni1EC2;
+ sub E circumflexnosp hook by Ecircumflexhookabove;
+ sub e circumflexhookcomb.cn by ecircumflexhookabove;
+ #sub E circumflextildecomb.cn by uni1EC4;
+ sub E circumflexnosp tildecomb by Ecircumflextilde;
+ sub e circumflextildecomb.cn by ecircumflextilde;
+ sub I hook by Ihookabove;
+ sub dotlessi hook by ihookabove;
+ sub I dotbelow by Idotbelow;
+ sub i dotbelow by idotbelow;
+ sub O dotbelow by Odotbelow;
+ sub o dotbelow by odotbelow;
+ sub O hook by Ohookabove;
+ sub o hook by ohookabove;
+ #sub O circumflexacutecomb.cn by uni1ED0;
+ sub O circumflexnosp acutecomb by Ocircumflexacute;
+ sub o circumflexacutecomb.cn by ocircumflexacute;
+ #sub O circumflexgravecomb.cn by uni1ED2;
+ sub O circumflexnosp gravecomb by Ocircumflexgrave;
+ sub o circumflexgravecomb.cn by ocircumflexgrave;
+ #sub O circumflexhookcomb.cn by uni1ED4;
+ sub O circumflexnosp hook by Ocircumflexhookabove;
+ sub o circumflexhookcomb.cn by ocircumflexhookabove;
+ #sub O circumflextildecomb.cn by uni1ED6;
+ sub O circumflexnosp tildecomb by Ocircumflextilde;
+ sub o circumflextildecomb.cn by ocircumflextilde;
+ sub Ohorn acutecomb by Ohornacute;
+ sub ohorn acutecomb by ohornacute;
+ sub Ohorn gravecomb by Ohorngrave;
+ sub ohorn gravecomb by ohorngrave;
+ sub Ohorn hook by Ohornhookabove;
+ sub ohorn hook by ohornhookabove;
+ sub Ohorn tildecomb by Ohorntilde;
+ sub ohorn tildecomb by ohorntilde;
+ sub Ohorn dotbelow by Ohorndotbelow;
+ sub ohorn dotbelow by ohorndotbelow;
+ sub U dotbelow by Udotbelow;
+ sub u dotbelow by udotbelow;
+ sub U hook by Uhookabove;
+ sub u hook by uhookabove;
+ sub Uhorn acutecomb by Uhornacute;
+ sub uhorn acutecomb by uhornacute;
+ sub Uhorn gravecomb by Uhorngrave;
+ sub uhorn gravecomb by uhorngrave;
+ sub Uhorn hook by Uhornhookabove;
+ sub uhorn hook by uhornhookabove;
+ sub Uhorn tildecomb by Uhorntilde;
+ sub uhorn tildecomb by uhorntilde;
+ sub Uhorn dotbelow by Uhorndotbelow;
+ sub uhorn dotbelow by uhorndotbelow;
+ sub Y dotbelow by Ydotbelow;
+ sub y dotbelow by ydotbelow;
+ sub Y hook by Yhookabove;
+ sub y hook by yhookabove;
+ sub Y tildecomb by Ytilde;
+ sub y tildecomb by ytilde;
+ sub A caroncmb by Acaron;
+ sub a caroncmb by acaron;
+ sub I caroncmb by Icaron;
+ sub dotlessi caroncmb by icaron;
+ sub O caroncmb by Ocaron;
+ sub o caroncmb by ocaron;
+ sub U caroncmb by Ucaron;
+ sub u caroncmb by ucaron;
+ #sub U dieresismacroncomb.cn by uni01D5;
+ sub U dieresisnosp macroncomb by Udieresismacron;
+ sub u dieresismacroncomb.cn by udieresismacron;
+ #sub U dieresisacutecomb.cn by uni01D7;
+ sub U dieresisnosp acutecomb by Udieresisacute;
+ sub u dieresisacutecomb.cn by udieresisacute;
+ #sub U dieresiscaroncomb.cn by uni01D9;
+ sub U dieresisnosp caroncmb by Udieresiscaron;
+ sub u dieresiscaroncomb.cn by udieresiscaron;
+ #sub U dieresisgravecomb.cn by uni01DB;
+ sub U dieresisnosp gravecomb by Udieresisgrave;
+ sub u dieresisgravecomb.cn by udieresisgrave;
+ #sub A dieresismacroncomb.cn by uni01DE;
+ sub A dieresisnosp macroncomb by Adieresismacron;
+ sub a dieresismacroncomb.cn by adieresismacron;
+ #sub A dotmacroncomb.cn by uni01E0;
+ sub A dotnosp macroncomb by Adotmacron;
+ sub a dotmacroncomb.cn by adotmacron;
+ sub AE macroncomb by AEmacron;
+ sub ae macroncomb by aemacron;
+ sub G caroncmb by Gcaron;
+ sub g caroncmb by gcaron;
+ sub K caroncmb by Kcaron;
+ sub k caroncmb by kcaron;
+ sub O ogoneknosp by Oogonek;
+ sub o ogoneknosp by oogonek;
+ sub G acutecomb by Gacute;
+ sub g acutecomb by gacute;
+ sub N gravecomb by uni01F8;
+ sub n gravecomb by uni01F9;
+ sub A dblgravecmb by Adblgrave;
+ sub a dblgravecmb by adblgrave;
+ sub A breveinvnosp by Ainvertedbreve;
+ sub a breveinvnosp by ainvertedbreve;
+ sub E dblgravecmb by Edblgrave;
+ sub e dblgravecmb by edblgrave;
+ sub E breveinvnosp by Einvertedbreve;
+ sub e breveinvnosp by einvertedbreve;
+ sub I dblgravecmb by Idblgrave;
+ sub dotlessi dblgravecmb by idblgrave;
+ sub I breveinvnosp by Iinvertedbreve;
+ sub dotlessi breveinvnosp by iinvertedbreve;
+ sub O dblgravecmb by Odblgrave;
+ sub o dblgravecmb by odblgrave;
+ sub O breveinvnosp by Oinvertedbreve;
+ sub o breveinvnosp by oinvertedbreve;
+ sub R dblgravecmb by Rdblgrave;
+ sub r dblgravecmb by rdblgrave;
+ sub R breveinvnosp by Rinvertedbreve;
+ sub r breveinvnosp by rinvertedbreve;
+ sub U dblgravecmb by Udblgrave;
+ sub u dblgravecmb by udblgrave;
+ sub U breveinvnosp by Uinvertedbreve;
+ sub u breveinvnosp by uinvertedbreve;
+ sub H caroncmb by uni021E;
+ sub h caroncmb by uni021F;
+ sub A dotnosp by uni0226;
+ sub a dotnosp by uni0227;
+ sub E cedillanosp by uni0228;
+ sub e cedillanosp by uni0229;
+ #sub O dieresismacroncomb.cn by uni022A;
+ sub O dieresisnosp macroncomb by uni022A;
+ sub o dieresismacroncomb.cn by uni022B;
+ #sub O tildemacroncomb.cn by uni022C;
+ sub O tildecomb macroncomb by uni022C;
+ sub o tildemacroncomb.cn by uni022D;
+ sub O dotnosp by uni022E;
+ sub o dotnosp by uni022F;
+ #sub O dotmacroncomb.cn by uni0230;
+ sub O dotnosp macroncomb by uni0230;
+ sub o dotmacroncomb.cn by uni0231;
+ sub Y macroncomb by uni0232;
+ sub y macroncomb by uni0233;
+ sub Upsilonhooksymbol acutecomb by Upsilonacutehooksymbolgreek;
+ sub Upsilonhooksymbol dieresisnosp by Upsilondieresishooksymbolgreek;
+ sub B dotnosp by Bdotaccent;
+ sub b dotnosp by bdotaccent;
+ sub B dotbelow by Bdotbelow;
+ sub b dotbelow by bdotbelow;
+ sub B macronsubnosp by Blinebelow;
+ sub b macronsubnosp by blinebelow;
+ sub D dotnosp by Ddotaccent;
+ sub d dotnosp by ddotaccent;
+ sub D dotbelow by Ddotbelow;
+ sub d dotbelow by ddotbelow;
+ sub D macronsubnosp by Dlinebelow;
+ sub d macronsubnosp by dlinebelow;
+ sub D commaaccent by Dcedilla;
+ sub d commaaccent by dcedilla;
+ sub D circumflexsubnosp by Dcircumflexbelow;
+ sub d circumflexsubnosp by dcircumflexbelow;
+ #sub E macrongravecomb.cn by uni1E14;
+ sub E macroncomb gravecomb by Emacrongrave;
+ sub e macrongravecomb.cn by emacrongrave;
+ #sub E macronacutecomb.cn by uni1E16;
+ sub E macroncomb acutecomb by Emacronacute;
+ sub e macronacutecomb.cn by emacronacute;
+ sub E circumflexsubnosp by Ecircumflexbelow;
+ sub e circumflexsubnosp by ecircumflexbelow;
+ sub E tildesubnosp by Etildebelow;
+ sub e tildesubnosp by etildebelow;
+ sub F dotnosp by Fdotaccent;
+ sub f dotnosp by fdotaccent;
+ sub G macroncomb by Gmacron;
+ sub g macroncomb by gmacron;
+ sub H dotnosp by Hdotaccent;
+ sub h dotnosp by hdotaccent;
+ sub H dotbelow by Hdotbelow;
+ sub h dotbelow by hdotbelow;
+ sub H dieresisnosp by Hdieresis;
+ sub h dieresisnosp by hdieresis;
+ sub H brevesubnosp by Hbrevebelow;
+ sub h brevesubnosp by hbrevebelow;
+ sub I tildesubnosp by Itildebelow;
+ sub i tildesubnosp by itildebelow;
+ #sub I dieresisacutecomb.cn by Idieresisacute;
+ sub I dieresisnosp acutecomb by Idieresisacute;
+ sub dotlessi dieresisacutecomb.cn by idieresisacute;
+ sub K acutecomb by Kacute;
+ sub k acutecomb by kacute;
+ sub K dotbelow by Kdotbelow;
+ sub k dotbelow by kdotbelow;
+ sub K macronsubnosp by Klinebelow;
+ sub k macronsubnosp by klinebelow;
+ sub L dotbelow by Ldotbelow;
+ sub l dotbelow by ldotbelow;
+ sub L macronsubnosp by Llinebelow;
+ sub l macronsubnosp by llinebelow;
+ sub L circumflexsubnosp by Lcircumflexbelow;
+ sub l circumflexsubnosp by lcircumflexbelow;
+ sub M acutecomb by Macute;
+ sub m acutecomb by macute;
+ sub M dotnosp by Mdotaccent;
+ sub m dotnosp by mdotaccent;
+ sub M dotbelow by Mdotbelow;
+ sub m dotbelow by mdotbelow;
+ sub N dotnosp by Ndotaccent;
+ sub n dotnosp by ndotaccent;
+ sub N dotbelow by Ndotbelow;
+ sub n dotbelow by ndotbelow;
+ sub N macronsubnosp by Nlinebelow;
+ sub n macronsubnosp by nlinebelow;
+ sub N circumflexsubnosp by Ncircumflexbelow;
+ sub n circumflexsubnosp by ncircumflexbelow;
+ #sub O tildeacutecomb.cn by uni1E4C;
+ sub O tildecomb acutecomb by Otildeacute;
+ sub o tildeacutecomb.cn by otildeacute;
+ #sub O tildedieresiscomb.cn by uni1E4E;
+ sub O tildecomb dieresisnosp by Otildedieresis;
+ sub o tildedieresiscomb.cn by otildedieresis;
+ #sub O macrongravecomb.cn by uni1E50;
+ sub O macroncomb gravecomb by Omacrongrave;
+ sub o macrongravecomb.cn by omacrongrave;
+ #sub O macronacutecomb.cn by uni1E52;
+ sub O macroncomb acutecomb by Omacronacute;
+ sub o macronacutecomb.cn by omacronacute;
+ sub P acutecomb by Pacute;
+ sub p acutecomb by pacute;
+ sub P dotnosp by Pdotaccent;
+ sub p dotnosp by pdotaccent;
+ sub R dotnosp by Rdotaccent;
+ sub r dotnosp by rdotaccent;
+ sub R dotbelow by Rdotbelow;
+ sub r dotbelow by rdotbelow;
+ sub R macronsubnosp by Rlinebelow;
+ sub r macronsubnosp by rlinebelow;
+ sub S dotnosp by Sdotaccent;
+ sub s dotnosp by sdotaccent;
+ sub S dotbelow by Sdotbelow;
+ sub s dotbelow by sdotbelow;
+ #sub S acutedotcomb.cn by uni1E64;
+ sub S acutecomb dotnosp by Sacutedotaccent;
+ sub s acutedotcomb.cn by sacutedotaccent;
+ #sub S carondotcomb.cn by uni1E66;
+ sub S caroncmb dotnosp by Scarondotaccent;
+ sub s carondotcomb.cn by scarondotaccent;
+ sub T dotnosp by Tdotaccent;
+ sub t dotnosp by tdotaccent;
+ sub T dotbelow by Tdotbelow;
+ sub t dotbelow by tdotbelow;
+ sub T macronsubnosp by Tlinebelow;
+ sub t macronsubnosp by tlinebelow;
+ sub T circumflexsubnosp by Tcircumflexbelow;
+ sub t circumflexsubnosp by tcircumflexbelow;
+ sub U dotdblsubnosp by Udieresisbelow;
+ sub u dotdblsubnosp by udieresisbelow;
+ sub U tildesubnosp by Utildebelow;
+ sub u tildesubnosp by utildebelow;
+ sub U circumflexsubnosp by Ucircumflexbelow;
+ sub u circumflexsubnosp by ucircumflexbelow;
+ #sub U tildeacutecomb.cn by uni1E78;
+ sub U tildecomb acutecomb by Utildeacute;
+ sub u tildeacutecomb.cn by utildeacute;
+ #sub U macrondieresiscomb.cn by uni1E7A;
+ sub U macroncomb dieresisnosp by Umacrondieresis;
+ sub u macrondieresiscomb.cn by umacrondieresis;
+ sub V tildecomb by Vtilde;
+ sub v tildecomb by vtilde;
+ sub V dotbelow by Vdotbelow;
+ sub v dotbelow by vdotbelow;
+ sub W dotnosp by Wdotaccent;
+ sub w dotnosp by wdotaccent;
+ sub W dotbelow by Wdotbelow;
+ sub w dotbelow by wdotbelow;
+ sub X dotnosp by Xdotaccent;
+ sub x dotnosp by xdotaccent;
+ sub X dieresisnosp by Xdieresis;
+ sub x dieresisnosp by xdieresis;
+ sub Y dotnosp by Ydotaccent;
+ sub y dotnosp by ydotaccent;
+ sub Z circumflexnosp by Zcircumflex;
+ sub z circumflexnosp by zcircumflex;
+ sub Z dotbelow by Zdotbelow;
+ sub z dotbelow by zdotbelow;
+ sub Z macronsubnosp by Zlinebelow;
+ sub z macronsubnosp by zlinebelow;
+ sub h macronsubnosp by hlinebelow;
+ sub t dieresisnosp by tdieresis;
+ sub w ringnosp by wring;
+ sub y ringnosp by yring;
+ sub longs dotnosp by slongdotaccent;
+ sub A ringsubnosp by Aringbelow;
+ sub a ringsubnosp by aringbelow;
+ } ccmp03;
+} ccmp;
+
+feature aalt {
+ feature locl;
+ feature frac;
+ feature numr;
+ feature dnom;
+ feature tnum;
+ feature ss01;
+ feature zero;
+ feature calt;
+} aalt;
+
+feature locl {
+ script latn; language dflt; #set comment (#) for FDK 2.5
+ language MOL exclude_dflt; # Moldavian
+ sub [Scedilla scedilla] by [Scommaaccent scommaaccent];
+ language ROM exclude_dflt; # Romanian
+ sub [Scedilla scedilla] by [Scommaaccent scommaaccent];
+ language FRA exclude_dflt; # French
+ sub [thinspace] by [uni2009.fra];
+} locl;
+
+feature frac {
+ # Latin
+ lookup frac_1 {
+ sub slash by fraction;
+ } frac_1;
+ lookup frac_2 {
+ sub @frac3 @frac1' by @frac4;
+ } frac_2;
+ lookup frac_3 {
+ sub @frac1 by @frac2;
+ } frac_3;
+} frac;
+
+feature dnom {
+ sub @frac1 by @frac4;
+} dnom;
+
+feature numr {
+ sub @frac1 by @frac2;
+} numr;
+
+feature case {
+ sub @CASE_L by @CASE_R;
+} case;
+
+feature calt {
+ @UC = [ @UC_ROMAN @UC_SET1 exclam question ];
+ @LC = [ @LC_ROMAN @LC_SET1 ];
+
+ sub [ @UC @CASE_R ] @CASE_L' by @CASE_R; # Z y' -> Z x -> Z x 'y -> Z x x ...
+ ignore sub @LC @CASE_NONDELIM_L @UC; # e.g. m multiply M
+ sub @CASE_L' [ @UC @CASE_R ] by @CASE_R; # y' Z -> x Z
+
+ # rule to support left-hand repetition of CASE{L}->{R} [issue #57]
+ # e.g. /at /at /UC -> /at.case /at /UC -> /at.case /at.case /UC
+ # Note that we can't look further than 2 glyphs back, since it would break
+ # cases like /a /braceleft /braceright /asterisk /asterisk /A
+ sub @CASE_L' @CASE_L [ @CASE_R @UC ] by @CASE_R;
+
+ # arrows: -> and <-
+ @ARROW_DASH_LONG = [ endash emdash ];
+ @ARROW_DASH_LONG_CASE = [ endash.case emdash.case ];
+
+ sub hyphen greater by arrowright;
+ sub hyphen.case greater by arrowright.case;
+ sub @ARROW_DASH_LONG greater by arrowrightlong;
+ sub @ARROW_DASH_LONG_CASE greater by arrowrightlong.case;
+ # ignore <-NUM e.g. "<-3"
+ ignore sub less [ hyphen hyphen.case @ARROW_DASH_LONG @ARROW_DASH_LONG_CASE ] @NUM;
+ sub less hyphen by arrowleft;
+ sub less hyphen.case by arrowleft.case;
+ sub less @ARROW_DASH_LONG by arrowleftlong;
+ sub less @ARROW_DASH_LONG_CASE by arrowleftlong.case;
+} calt;
+
+feature ss01 {
+ sub @SS01_L by @SS01_R;
+} ss01;
+
+feature tnum {
+ sub @TNUM_L by @TNUM_R;
+} tnum;
+
+feature zero {
+ sub zero by zero.slash;
+ sub zero.tnum by zero.tnum.slash;
+} zero;
+
+table GDEF {
+ # automatic
+ GlyphClassDef
+ [A AE B uni0243 C D E F G Gbar H Hbar Endescendercyrillic uni04C9 I Idieresisacute Istroke Itildebelow J uni0248 K L M uni04CD N Eng afii10026 uni048A O Oslash Ohorn P Q R uni024C S T U Uhorn uni0244 V W X Hadescendercyrillic uni04FC Y uni024E Z Zbar OE a ae aturn b bbar bhook c ccurl d dcroat drthook dhook dz dzcurl dyogh e f feng g ghook gbar h hhook henghook hturn hturnlthook hturnhook2 dotlessi uni0069.ccmp i idieresis idieresisacute itildebelow ibar uni012F.ccmp dotlessj uni006A.ccmp jdotlessbar uni0249 uni0249.ccmp j uni029D.ccmp jcrosstail k kturn l lslash lbar lmidtilde lrthook lbelt m mhook mturn mturndescend n nrthook eng nlfthook o oslash ohorn fitacyrillic oe p q qhook r rrthook uni024D rturn rturnrthook rfishhookrev rfishhook rdescend s srthook t trthook tccurl tturn u uhorn ubar v vturn w wturn x y uni024F yturn z zbar zrthook zcurl Gamma Pi Omega afii10024 Zhedescendercyrillic afii10025 afii10029 afii10147 afii10037 afii10041 Chedescendercyrillic Shhacyrillic afii10045 afii10046 afii10047 afii10049 afii10053 Haabkhasiancyrillic Cheabkhasiancyrillic Schwacyrillic afii10148 alpha gamma epsilon eta iota lambda rho upsilon psi omega gamma1 vecyrillic gecyrillic decyrillic zhecyrillic zhedescendercyrillic zecyrillic iicyrillic uni048B kacyrillic kadescendercyrillic elcyrillic uni04C6 uni052F emcyrillic uni04CE encyrillic endescendercyrillic uni04CA pecyrillic tecyrillic efcyrillic uni04FD hadescendercyrillic tsecyrillic checyrillic chedescendercyrillic shacyrillic shchacyrillic softsigncyrillic yericyrillic uni048D yatcyrillic ereversedcyrillic iucyrillic iacyrillic ecyrillic haabkhasiancyrillic cheabkhasiancyrillic izhitsacyrillic acute hungarumlaut grave dieresis circumflex tilde macron breve dotaccent ring caron cedilla ogonek commaaccent acutedblnosp dblgravecmb dieresisnosp brevenosp breveinvnosp hook circumflexnosp caroncmb dotnosp ringnosp circumflexsubnosp brevesubnosp dotbelow commabelowcmb dotdblsubnosp ringsubnosp underscorenosp tildesubnosp overscoredblnosp acutedotcomb.lc tildedieresiscomb.lc dieresisacutecomb.lc carondotcomb.lc oopen Gsmallcaphook anglesupnosp breveinvsubnosp commaturnsupnosp ringrighthalfsubnosp uni02AB uni02AC OEsmallcap tackupsubnosp seagullsubnosp longs Ysmallcap gravesubnosp glottalstoprevinv erev cstretch Rsmallcap epsilon1 candrabindunosp glottalstopinv uni0268.ccmp schwahook uni0458.ccmp tesh philatin Upsilonhooksymbol glottalstop epsilon1revclosed linevertnosp linevertsubnosp perispomenigreekcmb koroniscmb tackdownsubnosp uni2071.ccmp babygamma overscorenosp diaeresistonosnosp rturnascend bridgesubnosp dotmacroncomb.lc macronsubnosp ringlefthalfsubnosp Lsmallcap squaresubnosp Schwa finalmem Gsmallcap Esh dieresismacroncomb.lc Rsmallcapinv ts pisymbolgreek dieresisgravecomb.lc commasuprevnosp archdblsubnosp plussubnosp tildemacroncomb.lc iota1 macrondieresiscomb.lc epsilonclosed omegacyrillic Omegacyrillic ksicyrillic tildeacutecomb.lc uni0456.ccmp bullseye dieresiscaroncomb.lc ascriptturn glottalstopbarrev ezh ezhcurl omegaroundcyrillic otcyrillic gcursive upsilonlatin omegaclosed xsupnosp eshshortrev vscript acuterightnosp tildevertsupnosp linevertdblnosp uni03F3.ccmp jhookdblbar ascript epsilon1rev Epsilon1 iotasubnosp kgreenlandic graveleftnosp tackleftsubnosp glottalstopbar minussubnosp lambdabar underscoredblnosp tackrightsubnosp schwa koppacyrillic Koppacyrillic eshcurl caronbelowcmb acutesubnosp finalkaf Ismallcap epsilon1revhook lyogh Nsmallcap uni02B2.ccmp bridgeinvsubnosp esh commaabovecmb Eth Dcroat Ldot Tbar Obar Agrave Aacute Acircumflex Aring Amacron Abreve Aogonek Acaron Adieresismacron Adotmacron Aringacute Adblgrave Ainvertedbreve uni0226 Aringbelow Adotbelow Ahookabove Acircumflexacute Acircumflexgrave Acircumflexhookabove Acircumflextilde Acircumflexdotbelow Abreveacute Abrevegrave Abrevehookabove Abrevetilde Abrevedotbelow AEmacron AEacute Bdotaccent Bdotbelow Blinebelow Ccedilla Cacute Ccircumflex Cdotaccent Ccaron Ccedillaacute Dcaron Ddotaccent Ddotbelow Dlinebelow Dcedilla Dcircumflexbelow Egrave Eacute Ecircumflex Edieresis Emacron Ebreve Edotaccent Eogonek Ecaron Edblgrave Einvertedbreve uni0228 Emacrongrave Emacronacute Ecircumflexbelow Etildebelow Ecedillabreve Edotbelow Ehookabove Etilde Ecircumflexacute Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Ecircumflexdotbelow Fdotaccent Gcircumflex Gbreve Gdotaccent Gcommaaccent Gcaron Gacute Gmacron Hcircumflex uni021E Hdotaccent Hdotbelow Hdieresis Hbrevebelow Igrave Iacute Icircumflex Itilde Imacron Ibreve Iogonek Idotaccent Icaron Idblgrave Iinvertedbreve Ihookabove Idotbelow Jcircumflex Kcommaaccent Kcaron Kacute Kdotbelow Klinebelow Lacute Lcommaaccent Lcaron Ldotbelow Ldotbelowmacron Llinebelow Lcircumflexbelow Macute Mdotaccent Mdotbelow Ntilde Nacute Ncommaaccent Ncaron uni01F8 Ndotaccent Ndotbelow Nlinebelow Ncircumflexbelow Ograve Oacute Ocircumflex Omacron Obreve Ohungarumlaut Ocaron Oogonek Oogonekmacron Odblgrave Oinvertedbreve uni022A uni022C uni022E uni0230 Otildeacute Otildedieresis Omacrongrave Omacronacute Odotbelow Ohookabove Ocircumflexacute Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Ocircumflexdotbelow Ohornacute Ohorngrave Ohornhookabove Ohorntilde Ohorndotbelow Oslashacute Pacute Pdotaccent Racute Rcommaaccent Rcaron Rdblgrave Rinvertedbreve Rdotaccent Rdotbelow Rdotbelowmacron Rlinebelow Sacute Scircumflex Scedilla Scaron Scommaaccent Sdotaccent Sdotbelow Sacutedotaccent Scarondotaccent Sdotbelowdotaccent Tcommaaccent Tcaron uni021A Tdotaccent Tdotbelow Tlinebelow Tcircumflexbelow Ugrave Uacute Ucircumflex Udieresis Utilde Umacron Ubreve Uring Uhungarumlaut Uogonek Ucaron Udieresismacron Udieresisacute Udieresiscaron Udieresisgrave Udblgrave Uinvertedbreve Udieresisbelow Utildebelow Ucircumflexbelow Utildeacute Umacrondieresis Udotbelow Uhookabove Uhornacute Uhorngrave Uhornhookabove Uhorntilde Uhorndotbelow Vtilde Vdotbelow Wcircumflex Wgrave Wacute Wdieresis Wdotaccent Wdotbelow Xdotaccent Xdieresis Yacute Ycircumflex Ydieresis uni0232 Ydotaccent Ygrave Ydotbelow Yhookabove Ytilde Zacute Zdotaccent Zcaron Zcircumflex Zdotbelow Zlinebelow Aogonek.NAV Eogonek.NAV Oogonek.NAV uni037F Alpha Alphatonos uni1F08 uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1FB8 uni1FB9 uni1FBA Beta Epsilon Epsilontonos uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C uni1F1D uni1FC8 Zeta Eta Etatonos uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1FCA Iota Iotatonos Iotadieresis uni1F38 uni1F39 uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1FD8 uni1FD9 uni1FDA Kappa Mu Nu Omicron Omicrontonos uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D uni1FF8 Rho uni1FEC Tau Upsilon Upsilontonos Upsilondieresis uni1F59 uni1F5B uni1F5D uni1F5F uni1FE8 uni1FE9 uni1FEA Chi uni03F4 uni03F9 uni03FA uni1FBB uni1FC9 uni1FCB uni1FDB uni1FEB uni1FF9 uni1FFB Omegatonos uni1F68 uni1F69 uni1F6A uni1F6B uni1F6C uni1F6D uni1F6E uni1F6F uni1FFA Upsilonacutehooksymbolgreek Upsilondieresishooksymbolgreek afii10054 afii10055 afii10056 afii10057 afii10017 Abrevecyrillic Adieresiscyrillic afii10019 afii10020 afii10052 afii10022 uni0400 afii10023 Iebrevecyrillic afii10030 afii10031 afii10032 Odieresiscyrillic afii10034 afii10035 afii10036 afii10039 Ghestrokecyrillic Zedescendercyrillic Esdescendercyrillic Tedescendercyrillic Ustraightcyrillic Ustraightstrokecyrillic Chedescenderabkhasiancyrillic palochkacyrillic Chekhakassiancyrillic Aiecyrillic Obarredcyrillic Obarreddieresiscyrillic uni04F6 uni04FE afii10061 Schwadieresiscyrillic Zhebrevecyrillic Zhedieresiscyrillic Zedieresiscyrillic uni040D afii10027 Imacroncyrillic Idieresiscyrillic afii10062 Umacroncyrillic Udieresiscyrillic Uhungarumlautcyrillic Chedieresiscyrillic Yerudieresiscyrillic uni04EC Izhitsadblgravecyrillic hbar ldot napostrophe tbar nlegrightlong eturn obar uni0299 uni029C arighthalfring agrave aacute acircumflex aring amacron abreve aogonek acaron adieresismacron adotmacron aringacute adblgrave ainvertedbreve uni0227 aringbelow adotbelow ahookabove acircumflexacute acircumflexgrave acircumflexhookabove acircumflextilde acircumflexdotbelow abreveacute abrevegrave abrevehookabove abrevetilde abrevedotbelow aemacron aeacute bdotaccent bdotbelow blinebelow ccedilla cacute ccircumflex cdotaccent ccaron ccedillaacute dcaron ddotaccent ddotbelow dlinebelow dcedilla dcircumflexbelow egrave eacute ecircumflex emacron ebreve edotaccent eogonek ecaron edblgrave einvertedbreve uni0229 emacrongrave emacronacute ecircumflexbelow etildebelow ecedillabreve edotbelow ehookabove etilde ecircumflexacute ecircumflexgrave ecircumflexhookabove ecircumflextilde ecircumflexdotbelow fdotaccent gcircumflex gbreve gdotaccent gcommaaccent gcaron gacute gmacron hcircumflex uni021F hdotaccent hdotbelow hdieresis hbrevebelow hlinebelow igrave iacute icircumflex imacron ibreve iogonek icaron idblgrave iinvertedbreve ihookabove idotbelow jcircumflex jcaron kcommaaccent kcaron kacute kdotbelow klinebelow lacute lcommaaccent lcaron ldotbelow ldotbelowmacron llinebelow lcircumflexbelow macute mdotaccent mdotbelow nacute ncommaaccent ncaron uni01F9 ndotaccent ndotbelow nlinebelow ncircumflexbelow ograve oacute ocircumflex omacron obreve ohungarumlaut ocaron oogonek oogonekmacron odblgrave oinvertedbreve uni022B uni022D uni022F uni0231 otildeacute otildedieresis omacrongrave omacronacute odotbelow ohookabove ocircumflexacute ocircumflexgrave ocircumflexhookabove ocircumflextilde ocircumflexdotbelow ohornacute ohorngrave ohornhookabove ohorntilde ohorndotbelow oslashacute pacute pdotaccent racute rcommaaccent rcaron rdblgrave rinvertedbreve rdotaccent rdotbelow rdotbelowmacron rlinebelow sacute scircumflex scedilla scaron scommaaccent sdotaccent sdotbelow sacutedotaccent scarondotaccent sdotbelowdotaccent tcommaaccent tcaron uni021B tdotaccent tdotbelow tlinebelow tcircumflexbelow tdieresis ugrave uacute ucircumflex umacron ubreve uring uhungarumlaut uogonek ucaron udieresismacron udieresisacute udieresiscaron udieresisgrave udblgrave uinvertedbreve udieresisbelow utildebelow ucircumflexbelow utildeacute umacrondieresis udotbelow uhookabove uhornacute uhorngrave uhornhookabove uhorntilde uhorndotbelow vtilde vdotbelow wcircumflex wgrave wacute wdotaccent wdotbelow wring xdotaccent xdieresis yacute ycircumflex uni0233 ydotaccent yring ygrave ydotbelow yhookabove ytilde zacute zdotaccent zcaron zcircumflex zdotbelow zlinebelow aogonek.NAV eogonek.NAV oogonek.NAV kappa nu omicron omicrontonos uni1F40 uni1F41 uni1F42 uni1F43 uni1F44 uni1F45 uni1F78 sigmalunatesymbolgreek yotgreek uni1F71 uni1F73 uni1F75 uni1F77 uni1F79 uni1F7B uni1F7D uni1FD3 uni1FE3 alphatonos uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F70 uni1F80 uni1F81 uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7 epsilontonos uni1F10 uni1F11 uni1F12 uni1F13 uni1F14 uni1F15 uni1F72 etatonos uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27 uni1F74 uni1F90 uni1F91 uni1F92 uni1F93 uni1F94 uni1F95 uni1F96 uni1F97 uni1FC2 uni1FC3 uni1FC4 uni1FC6 uni1FC7 iotadieresistonos iotatonos iotadieresis uni1F30 uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F76 uni1FD0 uni1FD1 uni1FD2 uni1FD6 uni1FD7 omegatonos uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65 uni1F66 uni1F67 uni1F7C uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5 uni1FA6 uni1FA7 uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni1FE4 uni1FE5 upsilondieresistonos upsilondieresis upsilontonos uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F7A uni1FE0 uni1FE1 uni1FE2 uni1FE6 uni1FE7 afii10065 abrevecyrillic adieresiscyrillic iecyrillic uni0450 iocyrillic iebrevecyrillic ocyrillic odieresiscyrillic ercyrillic escyrillic ucyrillic ushortcyrillic umacroncyrillic udieresiscyrillic uhungarumlautcyrillic khacyrillic dzecyrillic icyrillic yicyrillic jecyrillic psicyrillic ghestrokecyrillic zedescendercyrillic esdescendercyrillic tedescendercyrillic shhacyrillic chedescenderabkhasiancyrillic chekhakassiancyrillic uni04CF aiecyrillic schwacyrillic schwadieresiscyrillic obarredcyrillic obarreddieresiscyrillic uni04F7 uni04FF chedieresiscyrillic uni04ED gjecyrillic iishortcyrillic uni045D imacroncyrillic idieresiscyrillic izhitsadblgravecyrillic kjecyrillic yerudieresiscyrillic zedieresiscyrillic zhebrevecyrillic zhedieresiscyrillic uni1F88 uni1F89 uni1F8A uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1FBC uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C uni1F9D uni1F9E uni1F9F uni1FCC uni1FA8 uni1FA9 uni1FAA uni1FAB uni1FAC uni1FAD uni1FAE uni1FAF uni1FFC franc dong uni1E2D.ccmp uni1ECB.ccmp], # Base
+ [L_slash L_bar a_uni02DE o_uni02DE], # Liga
+ [acutecomb gravecomb macroncomb tildecomb uni0346 uni1DD8 uni1DD9 uni1DD2 uni1DD3 uni1DD0 uni1DD1 uni1DD4 uni1DD5 uni1DDB uni1DDC uni1DDF uni1DDD uni1DDE uni036A uni036B uni036C uni036D uni036E uni036F uni0362 uni0363 uni0364 uni0365 uni0366 uni0367 uni0368 uni0369 uni0359 uni0358 uni0355 uni0354 uni0357 uni0356 uni0351 uni0350 uni0353 uni0352 uni035E uni035F uni035C uni035B uniA69F uni1DD6 uni1DD7 uni034B uni034C uni034A uni034F uni034D uni034E uni0348 uni0349 uni0347 uni1DC6 uni1DC4 macrongravecomb.lc macronacutecomb.lc uni1DCF uni1DCE uni1DCD uni1DCC uni1DCB uni1DCA uni1DC9 uni1DC8 uni1DC7 uni1DC5 uni1DC3 uni1DC2 uni1DC1 uni1DC0 uni1DE9 uni035D uni035A uni1DE2 uni20DC uni20DB uni20E8 uni1DDA uni0487 uni20F0 uni1DF0 uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFC uni1DFD uni1DFE uni1DFF uniFE29 uniFE22 uniFE23 uniFE24 uniFE25 uniFE26 uniFE2A uniFE2B uniFE2C uniFE2D uni1DEE uni1DED uni1DEF uni1DEA uni1DEC uni1DEB uni1DE8 uni1DE5 uni1DE4 uni1DE7 uni1DE6 uni1DE1 uni1DE0 uni1DE3 macronacutecomb.cn macrongravecomb.cn], # Mark
+ ;
+} GDEF;
diff --git a/src/Inter-UI-Black.ufo/fontinfo.plist b/src/Inter-UI-Black.ufo/fontinfo.plist
index aa4742ca9..12c392f39 100644
--- a/src/Inter-UI-Black.ufo/fontinfo.plist
+++ b/src/Inter-UI-Black.ufo/fontinfo.plist
@@ -1,206 +1,274 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>ascender</key>
- <integer>2708</integer>
- <key>capHeight</key>
- <integer>2048</integer>
- <key>copyright</key>
- <string>Copyright (c) 2016-2018 The Inter UI Project Authors.
-Placeholder glyphs from Roboto: Copyright 2011 Google Inc. All Rights Reserved.</string>
- <key>descender</key>
- <integer>-660</integer>
- <key>familyName</key>
- <string>Inter UI</string>
- <key>italicAngle</key>
- <integer>0</integer>
- <key>openTypeHeadCreated</key>
- <string>2016/12/04 10:21:54</string>
- <key>openTypeHeadFlags</key>
- <array>
- <integer>0</integer>
- <integer>1</integer>
- <integer>3</integer>
- <integer>4</integer>
- </array>
- <key>openTypeHeadLowestRecPPEM</key>
- <integer>64</integer>
- <key>openTypeHheaAscender</key>
- <integer>2708</integer>
- <key>openTypeHheaLineGap</key>
- <integer>0</integer>
- <key>openTypeNameDescription</key>
- <string></string>
- <key>openTypeNameDesigner</key>
- <string>Rasmus Andersson</string>
- <key>openTypeNameDesignerURL</key>
- <string>https://rsms.me/</string>
- <key>openTypeNameLicense</key>
- <string></string>
- <key>openTypeNameLicenseURL</key>
- <string></string>
- <key>openTypeNameManufacturer</key>
- <string></string>
- <key>openTypeNameManufacturerURL</key>
- <string></string>
- <key>openTypeNameSampleText</key>
- <string></string>
- <key>openTypeOS2CodePageRanges</key>
- <array>
- <integer>0</integer>
- <integer>1</integer>
- <integer>2</integer>
- <integer>3</integer>
- <integer>4</integer>
- <integer>7</integer>
- <integer>8</integer>
- <integer>29</integer>
- </array>
- <key>openTypeOS2FamilyClass</key>
- <array>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- <key>openTypeOS2Panose</key>
- <array>
- <integer>2</integer>
- <integer>11</integer>
- <integer>0</integer>
- <integer>2</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- <key>openTypeOS2Selection</key>
- <array>
- </array>
- <key>openTypeOS2StrikeoutPosition</key>
- <integer>512</integer>
- <key>openTypeOS2StrikeoutSize</key>
- <integer>128</integer>
- <key>openTypeOS2SubscriptXOffset</key>
- <integer>0</integer>
- <key>openTypeOS2SubscriptXSize</key>
- <integer>1536</integer>
- <key>openTypeOS2SubscriptYOffset</key>
- <integer>256</integer>
- <key>openTypeOS2SubscriptYSize</key>
- <integer>1280</integer>
- <key>openTypeOS2SuperscriptXOffset</key>
- <integer>0</integer>
- <key>openTypeOS2SuperscriptXSize</key>
- <integer>1536</integer>
- <key>openTypeOS2SuperscriptYOffset</key>
- <integer>1024</integer>
- <key>openTypeOS2SuperscriptYSize</key>
- <integer>1280</integer>
- <key>openTypeOS2Type</key>
- <array>
- </array>
- <key>openTypeOS2TypoAscender</key>
- <integer>2708</integer>
- <key>openTypeOS2TypoLineGap</key>
- <integer>0</integer>
- <key>openTypeOS2UnicodeRanges</key>
- <array>
- <integer>0</integer>
- <integer>1</integer>
- <integer>2</integer>
- <integer>3</integer>
- <integer>4</integer>
- <integer>5</integer>
- <integer>6</integer>
- <integer>7</integer>
- <integer>9</integer>
- <integer>11</integer>
- <integer>29</integer>
- <integer>30</integer>
- <integer>31</integer>
- <integer>32</integer>
- <integer>33</integer>
- <integer>34</integer>
- <integer>35</integer>
- <integer>36</integer>
- <integer>37</integer>
- <integer>38</integer>
- <integer>40</integer>
- <integer>45</integer>
- <integer>60</integer>
- <integer>62</integer>
- <integer>64</integer>
- <integer>69</integer>
- </array>
- <key>openTypeOS2VendorID</key>
- <string>RSMS</string>
- <key>openTypeOS2WeightClass</key>
- <integer>900</integer>
- <key>openTypeOS2WidthClass</key>
- <integer>5</integer>
- <key>openTypeVheaVertTypoLineGap</key>
- <integer>0</integer>
- <key>postscriptBlueFuzz</key>
- <integer>0</integer>
- <key>postscriptBlueShift</key>
- <integer>16</integer>
- <key>postscriptBlueValues</key>
- <array>
- <integer>-32</integer>
- <integer>0</integer>
- <integer>1536</integer>
- <integer>1556</integer>
- <integer>2048</integer>
- <integer>2076</integer>
- </array>
- <key>postscriptDefaultCharacter</key>
- <string>space</string>
- <key>postscriptDefaultWidthX</key>
- <integer>256</integer>
- <key>postscriptFamilyBlues</key>
- <array>
- </array>
- <key>postscriptFamilyOtherBlues</key>
- <array>
- </array>
- <key>postscriptForceBold</key>
- <false/>
- <key>postscriptIsFixedPitch</key>
- <false/>
- <key>postscriptOtherBlues</key>
- <array>
- <integer>-576</integer>
- <integer>-512</integer>
- </array>
- <key>postscriptStemSnapH</key>
- <array>
- <integer>256</integer>
- </array>
- <key>postscriptStemSnapV</key>
- <array>
- <integer>256</integer>
- </array>
- <key>postscriptUnderlinePosition</key>
- <integer>-422</integer>
- <key>postscriptUnderlineThickness</key>
- <integer>256</integer>
- <key>postscriptUniqueID</key>
- <integer>-1</integer>
- <key>styleName</key>
- <string>Black</string>
- <key>trademark</key>
- <string></string>
- <key>unitsPerEm</key>
- <integer>2816</integer>
- <key>versionMajor</key>
- <integer>1</integer>
- <key>versionMinor</key>
- <integer>0</integer>
- <key>xHeight</key>
- <integer>1536</integer>
- <key>year</key>
- <integer>2016</integer>
-</dict>
+ <dict>
+ <key>ascender</key>
+ <real>2708.0</real>
+ <key>capHeight</key>
+ <real>2048.0</real>
+ <key>copyright</key>
+ <string>Copyright 2018 The Inter UI project authors</string>
+ <key>descender</key>
+ <real>-660.0</real>
+ <key>familyName</key>
+ <string>Inter UI</string>
+ <key>guidelines</key>
+ <array>
+ <dict>
+ <key>y</key>
+ <real>-221.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>name</key>
+ <string>anchors_Cap</string>
+ <key>x</key>
+ <real>52.0</real>
+ <key>y</key>
+ <real>1620.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>128.0</real>
+ <key>y</key>
+ <real>2152.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>592.0</real>
+ <key>y</key>
+ <real>2168.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1512.0</real>
+ <key>y</key>
+ <real>1216.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1016.0</real>
+ <key>y</key>
+ <real>832.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1496.0</real>
+ <key>y</key>
+ <real>384.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1624.0</real>
+ <key>y</key>
+ <real>-576.0</real>
+ </dict>
+ </array>
+ <key>italicAngle</key>
+ <real>-0.0</real>
+ <key>macintoshFONDName</key>
+ <string>InterUI Black</string>
+ <key>openTypeHeadCreated</key>
+ <string>2018/09/03 16:13:53</string>
+ <key>openTypeHeadFlags</key>
+ <array>
+ <integer>0</integer>
+ <integer>1</integer>
+ <integer>3</integer>
+ <integer>4</integer>
+ </array>
+ <key>openTypeHeadLowestRecPPEM</key>
+ <integer>6</integer>
+ <key>openTypeHheaAscender</key>
+ <integer>2708</integer>
+ <key>openTypeHheaLineGap</key>
+ <integer>0</integer>
+ <key>openTypeNameDescription</key>
+ <string></string>
+ <key>openTypeNameDesigner</key>
+ <string>Rasmus Andersson</string>
+ <key>openTypeNameDesignerURL</key>
+ <string>https://rsms.me/</string>
+ <key>openTypeNameLicense</key>
+ <string>OFL 1.1 (SIL Open Font License, Version 1.1)</string>
+ <key>openTypeNameLicenseURL</key>
+ <string>http://scripts.sil.org/OFL</string>
+ <key>openTypeNameManufacturer</key>
+ <string>rsms</string>
+ <key>openTypeNameManufacturerURL</key>
+ <string>https://rsms.me/</string>
+ <key>openTypeNamePreferredFamilyName</key>
+ <string>Inter UI</string>
+ <key>openTypeNamePreferredSubfamilyName</key>
+ <string>Black</string>
+ <key>openTypeNameSampleText</key>
+ <string></string>
+ <key>openTypeNameUniqueID</key>
+ <string>Inter UI Black:2018:8c1a4c18</string>
+ <key>openTypeNameVersion</key>
+ <string>2.6;8c1a4c18</string>
+ <key>openTypeOS2CodePageRanges</key>
+ <array>
+ <integer>0</integer>
+ <integer>1</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>4</integer>
+ <integer>7</integer>
+ <integer>8</integer>
+ </array>
+ <key>openTypeOS2FamilyClass</key>
+ <array>
+ <integer>0</integer>
+ <integer>0</integer>
+ </array>
+ <key>openTypeOS2Panose</key>
+ <array>
+ <integer>2</integer>
+ <integer>11</integer>
+ <integer>10</integer>
+ <integer>2</integer>
+ <integer>5</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>4</integer>
+ </array>
+ <key>openTypeOS2StrikeoutPosition</key>
+ <integer>1024</integer>
+ <key>openTypeOS2StrikeoutSize</key>
+ <integer>256</integer>
+ <key>openTypeOS2SubscriptXOffset</key>
+ <integer>0</integer>
+ <key>openTypeOS2SubscriptXSize</key>
+ <integer>1536</integer>
+ <key>openTypeOS2SubscriptYOffset</key>
+ <integer>256</integer>
+ <key>openTypeOS2SubscriptYSize</key>
+ <integer>1280</integer>
+ <key>openTypeOS2SuperscriptXOffset</key>
+ <integer>0</integer>
+ <key>openTypeOS2SuperscriptXSize</key>
+ <integer>1536</integer>
+ <key>openTypeOS2SuperscriptYOffset</key>
+ <integer>1024</integer>
+ <key>openTypeOS2SuperscriptYSize</key>
+ <integer>1280</integer>
+ <key>openTypeOS2Type</key>
+ <array/>
+ <key>openTypeOS2TypoAscender</key>
+ <integer>2708</integer>
+ <key>openTypeOS2TypoLineGap</key>
+ <integer>0</integer>
+ <key>openTypeOS2UnicodeRanges</key>
+ <array>
+ <integer>0</integer>
+ <integer>1</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>4</integer>
+ <integer>5</integer>
+ <integer>6</integer>
+ <integer>7</integer>
+ <integer>9</integer>
+ <integer>11</integer>
+ <integer>29</integer>
+ <integer>30</integer>
+ <integer>31</integer>
+ <integer>32</integer>
+ <integer>33</integer>
+ <integer>34</integer>
+ <integer>35</integer>
+ <integer>36</integer>
+ <integer>37</integer>
+ <integer>38</integer>
+ <integer>39</integer>
+ <integer>40</integer>
+ <integer>45</integer>
+ <integer>47</integer>
+ <integer>57</integer>
+ <integer>60</integer>
+ <integer>62</integer>
+ <integer>64</integer>
+ <integer>69</integer>
+ </array>
+ <key>openTypeOS2VendorID</key>
+ <string>RSMS</string>
+ <key>openTypeOS2WeightClass</key>
+ <integer>900</integer>
+ <key>postscriptBlueShift</key>
+ <integer>16</integer>
+ <key>postscriptBlueValues</key>
+ <array>
+ <real>-32.0</real>
+ <real>0.0</real>
+ <real>1536.0</real>
+ <real>1556.0</real>
+ <real>2048.0</real>
+ <real>2076.0</real>
+ </array>
+ <key>postscriptDefaultCharacter</key>
+ <string>space</string>
+ <key>postscriptDefaultWidthX</key>
+ <integer>256</integer>
+ <key>postscriptFamilyBlues</key>
+ <array/>
+ <key>postscriptFamilyOtherBlues</key>
+ <array/>
+ <key>postscriptFontName</key>
+ <string>InterUI-Black</string>
+ <key>postscriptForceBold</key>
+ <false/>
+ <key>postscriptIsFixedPitch</key>
+ <false/>
+ <key>postscriptOtherBlues</key>
+ <array>
+ <real>-576.0</real>
+ <real>-512.0</real>
+ </array>
+ <key>postscriptStemSnapH</key>
+ <array>
+ <integer>256</integer>
+ </array>
+ <key>postscriptStemSnapV</key>
+ <array>
+ <integer>256</integer>
+ </array>
+ <key>postscriptUnderlinePosition</key>
+ <integer>-422</integer>
+ <key>postscriptUnderlineThickness</key>
+ <integer>256</integer>
+ <key>styleMapFamilyName</key>
+ <string>Inter UI Black</string>
+ <key>styleMapStyleName</key>
+ <string>regular</string>
+ <key>styleName</key>
+ <string>Black</string>
+ <key>trademark</key>
+ <string>Inter UI is a trademark of rsms.</string>
+ <key>unitsPerEm</key>
+ <integer>2816</integer>
+ <key>versionMajor</key>
+ <integer>2</integer>
+ <key>versionMinor</key>
+ <integer>6</integer>
+ <key>xHeight</key>
+ <real>1536.0</real>
+ <key>year</key>
+ <integer>2018</integer>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Black.ufo/glyphs/AE__.glif b/src/Inter-UI-Black.ufo/glyphs/AE__.glif
deleted file mode 100644
index aa2b931b9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/AE__.glif
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="AE" format="1">
- <advance width="2744"/>
- <unicode hex="00C6"/>
- <outline>
- <contour>
- <point x="1444" y="1828" type="line"/>
- <point x="1392" y="2048" type="line"/>
- <point x="1112" y="2048" type="line"/>
- <point x="80" y="0" type="line"/>
- <point x="596" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1564" y="756" type="line"/>
- <point x="532" y="756" type="line"/>
- <point x="532" y="384" type="line"/>
- <point x="1564" y="384" type="line"/>
- </contour>
- <contour>
- <point x="2616" y="364" type="line"/>
- <point x="1612" y="364" type="line"/>
- <point x="1612" y="0" type="line"/>
- <point x="2616" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1744" y="2048" type="line"/>
- <point x="1300" y="2048" type="line"/>
- <point x="1384" y="0" type="line"/>
- <point x="1824" y="0" type="line"/>
- </contour>
- <contour>
- <point x="2420" y="1204" type="line"/>
- <point x="1552" y="1204" type="line"/>
- <point x="1552" y="844" type="line"/>
- <point x="2420" y="844" type="line"/>
- </contour>
- <contour>
- <point x="2532" y="2048" type="line"/>
- <point x="1528" y="2048" type="line"/>
- <point x="1528" y="1684" type="line"/>
- <point x="2532" y="1684" type="line"/>
- </contour>
- <contour>
- <point x="1348" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2712" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2712" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2648, 'leftMargin': 17, 'rightMargin': 96}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_.glif b/src/Inter-UI-Black.ufo/glyphs/A_.glif
index 523a0013a..48616a9a5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/A_.glif
@@ -1,78 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="A" format="1">
- <advance width="2168"/>
+<glyph name="A" format="2">
+ <advance width="2168.0"/>
<unicode hex="0041"/>
+ <guideline y="1894.75"/>
+ <guideline x="1084.0" y="964.0" angle="90.0"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1952.0" y="0.0" name="ogonek"/>
+ <anchor x="2088.0" y="0.0" name="right"/>
+ <anchor x="568.0" y="2000.0" name="tonos"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1676" y="756" type="line"/>
- <point x="492" y="756" type="line"/>
- <point x="492" y="384" type="line"/>
- <point x="1676" y="384" type="line"/>
+ <point x="1676.0" y="756.0" type="line"/>
+ <point x="492.0" y="756.0" type="line"/>
+ <point x="492.0" y="384.0" type="line"/>
+ <point x="1676.0" y="384.0" type="line"/>
</contour>
- <component base="Lambda"/>
<contour>
- <point x="1084" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1084" y="12" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2088" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="568" y="2000" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1952" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="2096" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1968" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2096" y="2200" type="move" name="top0315"/>
+ <point x="580.0" y="0.0" type="line"/>
+ <point x="1072.0" y="1468.0" type="line"/>
+ <point x="1096.0" y="1468.0" type="line"/>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="2088.0" y="0.0" type="line"/>
+ <point x="1332.0" y="2048.0" type="line"/>
+ <point x="836.0" y="2048.0" type="line"/>
+ <point x="80.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1894.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <integer>1084</integer>
- <key>y</key>
- <integer>964</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1911, 'leftMargin': 0, 'rightMargin': -2}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 07:38:52</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_E_.glif b/src/Inter-UI-Black.ufo/glyphs/A_E_.glif
new file mode 100644
index 000000000..c19837ece
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_E_.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="AE" format="2">
+ <advance width="2744.0"/>
+ <unicode hex="00C6"/>
+ <anchor x="1348.0" y="2216.0" name="top"/>
+ <anchor x="2712.0" y="2216.0" name="top0315"/>
+ <anchor x="2712.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <contour>
+ <point x="1444.0" y="1828.0" type="line"/>
+ <point x="1392.0" y="2048.0" type="line"/>
+ <point x="1112.0" y="2048.0" type="line"/>
+ <point x="80.0" y="0.0" type="line"/>
+ <point x="596.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1564.0" y="756.0" type="line"/>
+ <point x="532.0" y="756.0" type="line"/>
+ <point x="532.0" y="384.0" type="line"/>
+ <point x="1564.0" y="384.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2616.0" y="364.0" type="line"/>
+ <point x="1612.0" y="364.0" type="line"/>
+ <point x="1612.0" y="0.0" type="line"/>
+ <point x="2616.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1744.0" y="2048.0" type="line"/>
+ <point x="1300.0" y="2048.0" type="line"/>
+ <point x="1384.0" y="0.0" type="line"/>
+ <point x="1824.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2420.0" y="1204.0" type="line"/>
+ <point x="1552.0" y="1204.0" type="line"/>
+ <point x="1552.0" y="844.0" type="line"/>
+ <point x="2420.0" y="844.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2532.0" y="2048.0" type="line"/>
+ <point x="1528.0" y="2048.0" type="line"/>
+ <point x="1528.0" y="1684.0" type="line"/>
+ <point x="2532.0" y="1684.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_E_acute.glif b/src/Inter-UI-Black.ufo/glyphs/A_E_acute.glif
new file mode 100644
index 000000000..a4fdff344
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_E_acute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="AEacute" format="2">
+ <advance width="2744.0"/>
+ <unicode hex="01FC"/>
+ <anchor x="1348.0" y="2216.0" name="parent_top"/>
+ <anchor x="1348.0" y="2736.0" name="top"/>
+ <anchor x="2712.0" y="2216.0" name="top0315"/>
+ <anchor x="2712.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="AE"/>
+ <component base="acute" xOffset="984.0" yOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_E_macron.glif b/src/Inter-UI-Black.ufo/glyphs/A_E_macron.glif
new file mode 100644
index 000000000..8830c01e6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_E_macron.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="AEmacron" format="2">
+ <advance width="2744.0"/>
+ <unicode hex="01E2"/>
+ <anchor x="1348.0" y="2216.0" name="parent_top"/>
+ <anchor x="1348.0" y="2648.0" name="top"/>
+ <anchor x="2712.0" y="2216.0" name="top0315"/>
+ <anchor x="2712.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="AE"/>
+ <component base="macron" xOffset="564.0" yOffset="432.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_acute.glif b/src/Inter-UI-Black.ufo/glyphs/A_acute.glif
new file mode 100644
index 000000000..d677e25d6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aacute" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="00C1"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2720.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="acute" xOffset="720.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_breve.glif b/src/Inter-UI-Black.ufo/glyphs/A_breve.glif
new file mode 100644
index 000000000..e496fbbc1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abreve" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0102"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2672.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breve" xOffset="428.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_breveacute.glif b/src/Inter-UI-Black.ufo/glyphs/A_breveacute.glif
new file mode 100644
index 000000000..1ae30d8d7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_breveacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abreveacute" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EAE"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breveacutecomb.cn" xOffset="424.0" yOffset="432.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_brevecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/A_brevecyrillic.glif
new file mode 100644
index 000000000..f986f6484
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_brevecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevecyrillic" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="04D0"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2672.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breve" xOffset="428.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_brevedotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/A_brevedotbelow.glif
new file mode 100644
index 000000000..6c5349b0a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_brevedotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevedotbelow" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EB6"/>
+ <anchor x="1083.0" y="-511.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2672.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breve" xOffset="428.0" yOffset="424.0"/>
+ <component base="dotbelow" xOffset="1908.0" yOffset="12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_brevegrave.glif b/src/Inter-UI-Black.ufo/glyphs/A_brevegrave.glif
new file mode 100644
index 000000000..407d72bbc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_brevegrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevegrave" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EB0"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="brevegravecomb.cn" xOffset="424.0" yOffset="432.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_brevehookabove.glif b/src/Inter-UI-Black.ufo/glyphs/A_brevehookabove.glif
new file mode 100644
index 000000000..3ce6a1aed
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_brevehookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevehookabove" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EB2"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="brevehookcomb.cn" xOffset="420.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_brevetilde.glif b/src/Inter-UI-Black.ufo/glyphs/A_brevetilde.glif
new file mode 100644
index 000000000..2cb82c31c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_brevetilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevetilde" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EB4"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="brevetildecomb.cn" xOffset="420.0" yOffset="412.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_caron.glif b/src/Inter-UI-Black.ufo/glyphs/A_caron.glif
new file mode 100644
index 000000000..26515768b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acaron" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="01CD"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2692.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="caron" xOffset="296.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:36:00</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/A_circumflex.glif
new file mode 100644
index 000000000..dc2311168
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflex" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="00C2"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2664.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflex" xOffset="300.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_circumflexacute.glif b/src/Inter-UI-Black.ufo/glyphs/A_circumflexacute.glif
new file mode 100644
index 000000000..380117cda
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_circumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflexacute" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EA4"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflexacutecomb.cn" xOffset="528.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_circumflexdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/A_circumflexdotbelow.glif
new file mode 100644
index 000000000..bf7b554e3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_circumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflexdotbelow" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EAC"/>
+ <anchor x="1083.0" y="-511.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2664.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflex" xOffset="300.0" yOffset="408.0"/>
+ <component base="dotbelow" xOffset="1908.0" yOffset="12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_circumflexgrave.glif b/src/Inter-UI-Black.ufo/glyphs/A_circumflexgrave.glif
new file mode 100644
index 000000000..3504e1630
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_circumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflexgrave" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EA6"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflexgravecomb.cn" xOffset="68.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_circumflexhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/A_circumflexhookabove.glif
new file mode 100644
index 000000000..740d03235
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_circumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflexhookabove" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EA8"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflexhookcomb.cn" xOffset="432.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_circumflextilde.glif b/src/Inter-UI-Black.ufo/glyphs/A_circumflextilde.glif
new file mode 100644
index 000000000..dcfaeeadb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_circumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflextilde" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EAA"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflextildecomb.cn" xOffset="300.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_dblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/A_dblgrave.glif
new file mode 100644
index 000000000..c3a403eec
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adblgrave" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0200"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2681.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dblgravecmb" xOffset="1732.0" yOffset="426.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/A_dieresis.glif
new file mode 100644
index 000000000..463fdd0e5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adieresis" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="00C4"/>
+ <guideline x="1084.0" y="1232.0" angle="90.0"/>
+ <outline>
+ <component base="A"/>
+ <component base="casedieresis.cn" xOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_dieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/A_dieresiscyrillic.glif
new file mode 100644
index 000000000..0c4c6dd70
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_dieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adieresiscyrillic" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="04D2"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1088.0" y="2644.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dieresis" xOffset="428.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_dieresismacron.glif b/src/Inter-UI-Black.ufo/glyphs/A_dieresismacron.glif
new file mode 100644
index 000000000..8a6022c3c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_dieresismacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adieresismacron" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="01DE"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dieresismacroncomb.cn" xOffset="1876.0" yOffset="463.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/A_dotbelow.glif
new file mode 100644
index 000000000..d9fcc40ca
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adotbelow" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EA0"/>
+ <anchor x="1083.0" y="-511.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dotbelow" xOffset="1908.0" yOffset="12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_dotmacron.glif b/src/Inter-UI-Black.ufo/glyphs/A_dotmacron.glif
new file mode 100644
index 000000000..1747cc6a0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_dotmacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adotmacron" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="01E0"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dotmacroncomb.cn" xOffset="1876.0" yOffset="474.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_grave.glif b/src/Inter-UI-Black.ufo/glyphs/A_grave.glif
new file mode 100644
index 000000000..dbbc5a9c1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Agrave" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="00C0"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2720.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="grave" xOffset="396.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:36:00</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_hookabove.glif b/src/Inter-UI-Black.ufo/glyphs/A_hookabove.glif
new file mode 100644
index 000000000..d9cc110a1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ahookabove" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1EA2"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2819.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="hook" xOffset="1931.0" yOffset="414.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_iecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/A_iecyrillic.glif
new file mode 100644
index 000000000..650361aa0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_iecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aiecyrillic" format="2">
+ <advance width="2744.0"/>
+ <unicode hex="04D4"/>
+ <anchor x="1348.0" y="2216.0" name="parent_top"/>
+ <anchor x="1348.0" y="2216.0" name="top"/>
+ <anchor x="2712.0" y="2216.0" name="top0315"/>
+ <anchor x="2712.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="AE"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_invertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/A_invertedbreve.glif
new file mode 100644
index 000000000..b5cff9e3c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ainvertedbreve" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0202"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2750.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breveinvnosp" xOffset="1876.0" yOffset="605.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_lpha.glif b/src/Inter-UI-Black.ufo/glyphs/A_lpha.glif
new file mode 100644
index 000000000..d2276871f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_lpha.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Alpha" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0391"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_lphatonos.glif b/src/Inter-UI-Black.ufo/glyphs/A_lphatonos.glif
new file mode 100644
index 000000000..edc7f9c9c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_lphatonos.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Alphatonos" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0386"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="tonos" xOffset="-112.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_macron.glif b/src/Inter-UI-Black.ufo/glyphs/A_macron.glif
new file mode 100644
index 000000000..9c15a9d9b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Amacron" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0100"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2632.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="macron" xOffset="300.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:36:00</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_ogonek.N_A_V_.glif b/src/Inter-UI-Black.ufo/glyphs/A_ogonek.N_A_V_.glif
new file mode 100644
index 000000000..49220366c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_ogonek.N_A_V_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aogonek.NAV" format="2">
+ <advance width="2168.0"/>
+ <anchor x="1084.0" y="-560.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="ogonek" xOffset="572.0" yOffset="12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_ogonek.glif b/src/Inter-UI-Black.ufo/glyphs/A_ogonek.glif
new file mode 100644
index 000000000..d2db9f332
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_ogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aogonek" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0104"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="ogonek" xOffset="1304.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_ring.glif b/src/Inter-UI-Black.ufo/glyphs/A_ring.glif
new file mode 100644
index 000000000..770a7560d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_ring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aring" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="00C5"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2756.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="ring" xOffset="560.0" yOffset="596.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_ringacute.glif b/src/Inter-UI-Black.ufo/glyphs/A_ringacute.glif
new file mode 100644
index 000000000..5c29dcac5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_ringacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aringacute" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="01FA"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="ringacute.cn" xOffset="684.0" yOffset="356.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:19:24</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_ringbelow.glif b/src/Inter-UI-Black.ufo/glyphs/A_ringbelow.glif
new file mode 100644
index 000000000..c9960121c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_ringbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aringbelow" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1E00"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni02F3" xOffset="548.0" yOffset="12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/A_tilde.glif b/src/Inter-UI-Black.ufo/glyphs/A_tilde.glif
new file mode 100644
index 000000000..c975b37d6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/A_tilde.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Atilde" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="00C3"/>
+ <outline>
+ <component base="casetilde.cn" xOffset="428.0"/>
+ <component base="A"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Adieresis_.glif b/src/Inter-UI-Black.ufo/glyphs/Adieresis_.glif
deleted file mode 100644
index 306b030a3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Adieresis_.glif
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Adieresis" format="1">
- <advance width="2168"/>
- <unicode hex="00C4"/>
- <outline>
- <component base="A"/>
- <component base="casedieresis.cn" xOffset="428"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1084</integer>
- <key>y</key>
- <integer>1232</integer>
- </dict>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Atilde_.glif b/src/Inter-UI-Black.ufo/glyphs/Atilde_.glif
deleted file mode 100644
index e321b4de0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Atilde_.glif
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Atilde" format="1">
- <advance width="2168"/>
- <unicode hex="00C3"/>
- <outline>
- <component base="casetilde.cn" xOffset="428"/>
- <component base="A"/>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/B_.glif b/src/Inter-UI-Black.ufo/glyphs/B_.glif
index 750658f52..2ad0d709a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/B_.glif
@@ -1,175 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="B" format="1">
- <advance width="1784"/>
+<glyph name="B" format="2">
+ <advance width="1784.0"/>
<unicode hex="0042"/>
+ <anchor x="928.0" y="24.0" name="bottom"/>
+ <anchor x="1920.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2260.0" name="top"/>
+ <anchor x="1920.0" y="2260.0" name="top0315"/>
+ <anchor x="1920.0" y="2244.0" name="top_dd"/>
<outline>
<contour>
- <point x="964" y="876" type="line"/>
- <point x="1096" y="1040" type="line"/>
- <point x="1488" y="1044"/>
- <point x="1648" y="1220"/>
- <point x="1648" y="1488" type="curve"/>
- <point x="1648" y="1816"/>
- <point x="1408" y="2048"/>
- <point x="912" y="2048" type="curve"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1664" type="line"/>
- <point x="900" y="1664" type="line"/>
- <point x="1128" y="1664"/>
- <point x="1188" y="1548"/>
- <point x="1188" y="1424" type="curve"/>
- <point x="1188" y="1268"/>
- <point x="1096" y="1196"/>
- <point x="872" y="1196" type="curve"/>
- <point x="436" y="1196" type="line"/>
- <point x="436" y="876" type="line"/>
+ <point x="964.0" y="876.0" type="line"/>
+ <point x="1096.0" y="1040.0" type="line"/>
+ <point x="1488.0" y="1044.0"/>
+ <point x="1648.0" y="1220.0"/>
+ <point x="1648.0" y="1488.0" type="curve"/>
+ <point x="1648.0" y="1816.0"/>
+ <point x="1408.0" y="2048.0"/>
+ <point x="912.0" y="2048.0" type="curve"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1664.0" type="line"/>
+ <point x="900.0" y="1664.0" type="line"/>
+ <point x="1128.0" y="1664.0"/>
+ <point x="1188.0" y="1548.0"/>
+ <point x="1188.0" y="1424.0" type="curve"/>
+ <point x="1188.0" y="1268.0"/>
+ <point x="1096.0" y="1196.0"/>
+ <point x="872.0" y="1196.0" type="curve"/>
+ <point x="436.0" y="1196.0" type="line"/>
+ <point x="436.0" y="876.0" type="line"/>
</contour>
<contour>
- <point x="984" y="0" type="line"/>
- <point x="1440" y="0"/>
- <point x="1688" y="224"/>
- <point x="1688" y="556" type="curve" smooth="yes"/>
- <point x="1688" y="820"/>
- <point x="1532" y="1012"/>
- <point x="1288" y="1044" type="curve"/>
- <point x="1288" y="1196" type="line"/>
- <point x="548" y="1196" type="line"/>
- <point x="548" y="876" type="line"/>
- <point x="964" y="876" type="line" smooth="yes"/>
- <point x="1156" y="876"/>
- <point x="1232" y="760"/>
- <point x="1232" y="620" type="curve" smooth="yes"/>
- <point x="1232" y="472"/>
- <point x="1148" y="384"/>
- <point x="948" y="384" type="curve" smooth="yes"/>
- <point x="380" y="384" type="line"/>
- <point x="380" y="0" type="line"/>
- </contour>
- <contour>
- <point x="876" y="2260" type="move" name="top"/>
- </contour>
- <contour>
- <point x="928" y="24" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1920" y="2244" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1920" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1920" y="2260" type="move" name="top0315"/>
+ <point x="984.0" y="0.0" type="line"/>
+ <point x="1440.0" y="0.0"/>
+ <point x="1688.0" y="224.0"/>
+ <point x="1688.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="820.0"/>
+ <point x="1532.0" y="1012.0"/>
+ <point x="1288.0" y="1044.0" type="curve"/>
+ <point x="1288.0" y="1196.0" type="line"/>
+ <point x="548.0" y="1196.0" type="line"/>
+ <point x="548.0" y="876.0" type="line"/>
+ <point x="964.0" y="876.0" type="line" smooth="yes"/>
+ <point x="1156.0" y="876.0"/>
+ <point x="1232.0" y="760.0"/>
+ <point x="1232.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="472.0"/>
+ <point x="1148.0" y="384.0"/>
+ <point x="948.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="384.0" type="line"/>
+ <point x="380.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>P</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- <dict>
- <key>baseGlyph</key>
- <string>P</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>-1</integer>
- <integer>48</integer>
- <integer>2048</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1268</integer>
- <key>y</key>
- <integer>2247</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1353</integer>
- <key>y</key>
- <integer>2247</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1353</integer>
- <key>y</key>
- <integer>2328</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1268</integer>
- <key>y</key>
- <integer>2328</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>B</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1784</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1811, 'leftMargin': 161, 'rightMargin': 120}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/B_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/B_dotaccent.glif
new file mode 100644
index 000000000..cbb1ac283
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/B_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Bdotaccent" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E02"/>
+ <anchor x="928.0" y="24.0" name="bottom"/>
+ <anchor x="1920.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2260.0" name="parent_top"/>
+ <anchor x="876.0" y="2780.0" name="top"/>
+ <anchor x="1920.0" y="2260.0" name="top0315"/>
+ <anchor x="1920.0" y="2244.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ <component base="dotaccent" xOffset="476.0" yOffset="516.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/B_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/B_dotbelow.glif
new file mode 100644
index 000000000..9f2196e1b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/B_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Bdotbelow" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E04"/>
+ <anchor x="927.0" y="-499.0" name="bottom"/>
+ <anchor x="1920.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2260.0" name="parent_top"/>
+ <anchor x="876.0" y="2260.0" name="top"/>
+ <anchor x="1920.0" y="2260.0" name="top0315"/>
+ <anchor x="1920.0" y="2244.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ <component base="dotbelow" xOffset="1752.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/B_eta.glif b/src/Inter-UI-Black.ufo/glyphs/B_eta.glif
new file mode 100644
index 000000000..47c3a3c96
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/B_eta.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Beta" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0392"/>
+ <anchor x="928.0" y="24.0" name="bottom"/>
+ <anchor x="1920.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2260.0" name="parent_top"/>
+ <anchor x="876.0" y="2260.0" name="top"/>
+ <anchor x="1920.0" y="2260.0" name="top0315"/>
+ <anchor x="1920.0" y="2244.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/B_hook.glif b/src/Inter-UI-Black.ufo/glyphs/B_hook.glif
new file mode 100644
index 000000000..110f2df7f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/B_hook.glif
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Bhook" format="2">
+ <advance width="2312.0"/>
+ <unicode hex="0181"/>
+ <outline>
+ <contour>
+ <point x="940.0" y="1668.0" type="line"/>
+ <point x="940.0" y="2048.0" type="line"/>
+ <point x="628.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="252.0" y="2048.0"/>
+ <point x="16.0" y="1840.0"/>
+ <point x="16.0" y="1496.0" type="curve" smooth="yes"/>
+ <point x="16.0" y="1284.0" type="line"/>
+ <point x="428.0" y="1284.0" type="line"/>
+ <point x="428.0" y="1412.0" type="line" smooth="yes"/>
+ <point x="428.0" y="1536.0"/>
+ <point x="468.0" y="1668.0"/>
+ <point x="628.0" y="1668.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1492.0" y="876.0" type="line"/>
+ <point x="1624.0" y="1040.0" type="line"/>
+ <point x="2016.0" y="1044.0"/>
+ <point x="2176.0" y="1220.0"/>
+ <point x="2176.0" y="1488.0" type="curve"/>
+ <point x="2176.0" y="1816.0"/>
+ <point x="1936.0" y="2048.0"/>
+ <point x="1440.0" y="2048.0" type="curve"/>
+ <point x="672.0" y="2048.0" type="line"/>
+ <point x="672.0" y="0.0" type="line"/>
+ <point x="1136.0" y="0.0" type="line"/>
+ <point x="1136.0" y="1664.0" type="line"/>
+ <point x="1428.0" y="1664.0" type="line"/>
+ <point x="1656.0" y="1664.0"/>
+ <point x="1716.0" y="1548.0"/>
+ <point x="1716.0" y="1424.0" type="curve"/>
+ <point x="1716.0" y="1268.0"/>
+ <point x="1624.0" y="1196.0"/>
+ <point x="1400.0" y="1196.0" type="curve"/>
+ <point x="964.0" y="1196.0" type="line"/>
+ <point x="964.0" y="876.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1512.0" y="0.0" type="line"/>
+ <point x="1968.0" y="0.0"/>
+ <point x="2216.0" y="224.0"/>
+ <point x="2216.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="2216.0" y="820.0"/>
+ <point x="2060.0" y="1012.0"/>
+ <point x="1816.0" y="1044.0" type="curve"/>
+ <point x="1816.0" y="1196.0" type="line"/>
+ <point x="1076.0" y="1196.0" type="line"/>
+ <point x="1076.0" y="876.0" type="line"/>
+ <point x="1492.0" y="876.0" type="line" smooth="yes"/>
+ <point x="1684.0" y="876.0"/>
+ <point x="1760.0" y="760.0"/>
+ <point x="1760.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="1760.0" y="472.0"/>
+ <point x="1676.0" y="384.0"/>
+ <point x="1476.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="384.0" type="line"/>
+ <point x="908.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.11</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/B_linebelow.glif b/src/Inter-UI-Black.ufo/glyphs/B_linebelow.glif
new file mode 100644
index 000000000..2196209ce
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/B_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Blinebelow" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E06"/>
+ <anchor x="929.0" y="-450.0" name="bottom"/>
+ <anchor x="1920.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2260.0" name="parent_top"/>
+ <anchor x="876.0" y="2260.0" name="top"/>
+ <anchor x="1920.0" y="2260.0" name="top0315"/>
+ <anchor x="1920.0" y="2244.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ <component base="macronsubnosp" xOffset="1720.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/B_topbar.glif b/src/Inter-UI-Black.ufo/glyphs/B_topbar.glif
new file mode 100644
index 000000000..0617e5681
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/B_topbar.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Btopbar" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="0182"/>
+ <outline>
+ <component base="Gamma" xOffset="-92.0"/>
+ <component base="afii10046"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Bhook_.glif b/src/Inter-UI-Black.ufo/glyphs/Bhook_.glif
deleted file mode 100644
index 725cc19af..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Bhook_.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Bhook" format="1">
- <advance width="2312"/>
- <unicode hex="0181"/>
- <outline>
- <contour>
- <point x="940" y="1668" type="line" name="hr00"/>
- <point x="940" y="2048" type="line"/>
- <point x="628" y="2048" type="line" smooth="yes"/>
- <point x="252" y="2048"/>
- <point x="16" y="1840"/>
- <point x="16" y="1496" type="curve" smooth="yes"/>
- <point x="16" y="1284" type="line"/>
- <point x="428" y="1284" type="line"/>
- <point x="428" y="1412" type="line" smooth="yes"/>
- <point x="428" y="1536"/>
- <point x="468" y="1668"/>
- <point x="628" y="1668" type="curve" smooth="yes"/>
- </contour>
- <component base="B" xOffset="528"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2274, 'leftMargin': 55, 'rightMargin': 18}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Btopbar_.glif b/src/Inter-UI-Black.ufo/glyphs/Btopbar_.glif
deleted file mode 100644
index 7dffb034b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Btopbar_.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Btopbar" format="1">
- <advance width="1788"/>
- <unicode hex="0182"/>
- <outline>
- <component base="Gamma" xOffset="-92"/>
- <component base="afii10046"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1760.0, 'leftMargin': 160, 'rightMargin': 77.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/CR__.glif b/src/Inter-UI-Black.ufo/glyphs/CR__.glif
deleted file mode 100644
index 881ef3cc5..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/CR__.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="CR" format="1">
- <advance width="800"/>
- <outline>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>1.0</real>
- <real>0.3</real>
- <real>0.3</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 701, 'leftMargin': 0, 'rightMargin': 0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_.glif b/src/Inter-UI-Black.ufo/glyphs/C_.glif
index bd0fb59e7..ecf75f996 100644
--- a/src/Inter-UI-Black.ufo/glyphs/C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/C_.glif
@@ -1,146 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="C" format="1">
- <advance width="1984"/>
+<glyph name="C" format="2">
+ <advance width="1984.0"/>
<unicode hex="0043"/>
+ <guideline x="1364.0" y="1340.0" angle="8.0272"/>
+ <guideline x="1360.0" y="696.0" angle="351.9643"/>
+ <guideline x="1024.0" y="2104.0" angle="90.0"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1876" y="1404" type="line"/>
- <point x="1764" y="1836"/>
- <point x="1432" y="2076"/>
- <point x="1024" y="2076" type="curve" smooth="yes"/>
- <point x="504" y="2076"/>
- <point x="120" y="1688"/>
- <point x="120" y="1020" type="curve"/>
- <point x="120" y="356"/>
- <point x="504" y="-28"/>
- <point x="1024" y="-28" type="curve" smooth="yes"/>
- <point x="1432" y="-28"/>
- <point x="1760" y="208"/>
- <point x="1872" y="632" type="curve"/>
- <point x="1420" y="696" type="line"/>
- <point x="1360" y="488"/>
- <point x="1216" y="388"/>
- <point x="1024" y="388" type="curve" smooth="yes"/>
- <point x="764" y="388"/>
- <point x="588" y="568"/>
- <point x="588" y="1020" type="curve"/>
- <point x="588" y="1472"/>
- <point x="764" y="1660"/>
- <point x="1024" y="1660" type="curve" smooth="yes"/>
- <point x="1216" y="1660"/>
- <point x="1368" y="1556"/>
- <point x="1428" y="1340" type="curve"/>
- </contour>
- <contour>
- <point x="1024" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1024" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1932" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1932" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1932" y="2200" type="move" name="top0315"/>
+ <point x="1876.0" y="1404.0" type="line"/>
+ <point x="1764.0" y="1836.0"/>
+ <point x="1432.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1688.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="356.0"/>
+ <point x="504.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="-28.0"/>
+ <point x="1760.0" y="208.0"/>
+ <point x="1872.0" y="632.0" type="curve"/>
+ <point x="1420.0" y="696.0" type="line"/>
+ <point x="1360.0" y="488.0"/>
+ <point x="1216.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="388.0"/>
+ <point x="588.0" y="568.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1472.0"/>
+ <point x="764.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="1660.0"/>
+ <point x="1368.0" y="1556.0"/>
+ <point x="1428.0" y="1340.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>8.027237510431954</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1364</integer>
- <key>y</key>
- <integer>1340</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-8.035710710534794</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1360</integer>
- <key>y</key>
- <integer>696</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>2104</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>O</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>C</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1984</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 103, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_R_.glif b/src/Inter-UI-Black.ufo/glyphs/C_R_.glif
new file mode 100644
index 000000000..4b9dcff2c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_R_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="CR" format="2">
+ <advance width="800.0"/>
+ <outline>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>1,0.302,0.302,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_acute.glif b/src/Inter-UI-Black.ufo/glyphs/C_acute.glif
new file mode 100644
index 000000000..16169d783
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Cacute" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="0106"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2720.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="acute" xOffset="660.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_caron.glif b/src/Inter-UI-Black.ufo/glyphs/C_caron.glif
new file mode 100644
index 000000000..6de23ba92
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ccaron" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="010C"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2692.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="caron" xOffset="236.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_cedilla.glif b/src/Inter-UI-Black.ufo/glyphs/C_cedilla.glif
new file mode 100644
index 000000000..0eee0f73f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_cedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ccedilla" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="00C7"/>
+ <anchor x="1024.0" y="-648.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="cedilla" xOffset="572.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_cedillaacute.glif b/src/Inter-UI-Black.ufo/glyphs/C_cedillaacute.glif
new file mode 100644
index 000000000..77a29172f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_cedillaacute.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ccedillaacute" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="1E08"/>
+ <anchor x="1024.0" y="-648.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2720.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="cedilla" xOffset="572.0"/>
+ <component base="acute" xOffset="660.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/C_circumflex.glif
new file mode 100644
index 000000000..de83c35c2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ccircumflex" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="0108"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2664.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="circumflex" xOffset="240.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/C_dotaccent.glif
new file mode 100644
index 000000000..25288a52f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Cdotaccent" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="010A"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2720.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="dotaccent" xOffset="624.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_heabkhasiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/C_heabkhasiancyrillic.glif
new file mode 100644
index 000000000..5812b814c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_heabkhasiancyrillic.glif
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Cheabkhasiancyrillic" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="04BC"/>
+ <anchor x="1496.0" y="0.0" name="bottom"/>
+ <outline>
+ <contour>
+ <point x="128.0" y="1488.0" type="line"/>
+ <point x="128.0" y="1100.0"/>
+ <point x="336.0" y="864.0"/>
+ <point x="692.0" y="864.0" type="curve"/>
+ <point x="692.0" y="1184.0" type="line"/>
+ <point x="516.0" y="1184.0"/>
+ <point x="424.0" y="1296.0"/>
+ <point x="424.0" y="1488.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1508.0" y="-32.0" type="curve"/>
+ <point x="1824.0" y="-32.0"/>
+ <point x="2036.0" y="40.0"/>
+ <point x="2096.0" y="68.0" type="curve"/>
+ <point x="2028.0" y="456.0" type="line"/>
+ <point x="1924.0" y="424.0"/>
+ <point x="1744.0" y="376.0"/>
+ <point x="1508.0" y="376.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="376.0"/>
+ <point x="1032.0" y="584.0"/>
+ <point x="1032.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1200.0" type="line" smooth="yes"/>
+ <point x="1032.0" y="1428.0"/>
+ <point x="1160.0" y="1620.0"/>
+ <point x="1416.0" y="1620.0" type="curve"/>
+ <point x="1656.0" y="1620.0"/>
+ <point x="1748.0" y="1460.0"/>
+ <point x="1748.0" y="1256.0" type="curve"/>
+ <point x="1748.0" y="1212.0" type="line"/>
+ <point x="916.0" y="1212.0" type="line"/>
+ <point x="916.0" y="832.0" type="line"/>
+ <point x="2208.0" y="832.0" type="line"/>
+ <point x="2208.0" y="1076.0" type="line" smooth="yes"/>
+ <point x="2208.0" y="1656.0"/>
+ <point x="1932.0" y="2028.0"/>
+ <point x="1416.0" y="2028.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="2032.0"/>
+ <point x="572.0" y="1684.0"/>
+ <point x="572.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="836.0" type="line" smooth="yes"/>
+ <point x="572.0" y="328.0"/>
+ <point x="884.0" y="-32.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_hedescenderabkhasiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/C_hedescenderabkhasiancyrillic.glif
new file mode 100644
index 000000000..95d663325
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_hedescenderabkhasiancyrillic.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chedescenderabkhasiancyrillic" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="04BE"/>
+ <anchor x="1496.0" y="0.0" name="bottom"/>
+ <outline>
+ <component base="Cheabkhasiancyrillic"/>
+ <component base="cyrillictic" xOffset="1096.0" yOffset="-184.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_hedescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/C_hedescendercyrillic.glif
new file mode 100644
index 000000000..88a2dc81b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_hedescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chedescendercyrillic" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="04B6"/>
+ <anchor x="1964.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10041" xOffset="-20.0"/>
+ <component base="cyrillictic" xOffset="1540.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_hedieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/C_hedieresiscyrillic.glif
new file mode 100644
index 000000000..d0b0704bc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_hedieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chedieresiscyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04F4"/>
+ <anchor x="1112.0" y="2200.0" name="parent_top"/>
+ <anchor x="1116.0" y="2644.0" name="top"/>
+ <anchor x="2008.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10041"/>
+ <component base="dieresis" xOffset="456.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_hekhakassiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/C_hekhakassiancyrillic.glif
new file mode 100644
index 000000000..11a5c83a9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_hekhakassiancyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chekhakassiancyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04CB"/>
+ <anchor x="1112.0" y="2200.0" name="parent_top"/>
+ <anchor x="1112.0" y="2200.0" name="top"/>
+ <anchor x="2008.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10041"/>
+ <component base="cyrillictic" xOffset="880.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_heverticalstrokecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/C_heverticalstrokecyrillic.glif
new file mode 100644
index 000000000..d63d383ee
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_heverticalstrokecyrillic.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Cheverticalstrokecyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04B8"/>
+ <outline>
+ <contour>
+ <point x="996.0" y="1480.0" type="line"/>
+ <point x="764.0" y="1480.0" type="line"/>
+ <point x="764.0" y="400.0" type="line"/>
+ <point x="996.0" y="400.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="100.0" y="2004.0" type="line"/>
+ <point x="100.0" y="1392.0" type="line"/>
+ <point x="100.0" y="924.0"/>
+ <point x="420.0" y="712.0"/>
+ <point x="916.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="712.0"/>
+ <point x="1260.0" y="732.0"/>
+ <point x="1352.0" y="764.0" type="curve"/>
+ <point x="1352.0" y="1132.0" type="line"/>
+ <point x="1264.0" y="1100.0"/>
+ <point x="1012.0" y="1084.0"/>
+ <point x="916.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="1084.0"/>
+ <point x="560.0" y="1152.0"/>
+ <point x="560.0" y="1392.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1260.0" y="2004.0" type="line"/>
+ <point x="1260.0" y="0.0" type="line"/>
+ <point x="1720.0" y="0.0" type="line"/>
+ <point x="1720.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_hi.glif b/src/Inter-UI-Black.ufo/glyphs/C_hi.glif
new file mode 100644
index 000000000..ce7108f92
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_hi.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chi" format="2">
+ <advance width="1976.0"/>
+ <unicode hex="03A7"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1888.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="988.0" y="2216.0" name="parent_top"/>
+ <anchor x="988.0" y="2216.0" name="top"/>
+ <anchor x="1888.0" y="2216.0" name="top0315"/>
+ <anchor x="1888.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/C_hook.glif b/src/Inter-UI-Black.ufo/glyphs/C_hook.glif
new file mode 100644
index 000000000..9357e2f64
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/C_hook.glif
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chook" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="0187"/>
+ <guideline x="-1571.625"/>
+ <outline>
+ <contour>
+ <point x="1876.0" y="1340.0" type="line"/>
+ <point x="1876.0" y="1496.0" type="line" smooth="yes"/>
+ <point x="1876.0" y="1696.0"/>
+ <point x="2032.0" y="1760.0"/>
+ <point x="2156.0" y="1760.0" type="curve"/>
+ <point x="2188.0" y="1760.0"/>
+ <point x="2252.0" y="1756.0"/>
+ <point x="2284.0" y="1756.0" type="curve"/>
+ <point x="2284.0" y="2128.0" type="line"/>
+ <point x="2208.0" y="2140.0"/>
+ <point x="2144.0" y="2140.0"/>
+ <point x="2072.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="1728.0" y="2140.0"/>
+ <point x="1428.0" y="1936.0"/>
+ <point x="1428.0" y="1560.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="1340.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1876.0" y="1404.0" type="line"/>
+ <point x="1764.0" y="1836.0"/>
+ <point x="1432.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1688.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="356.0"/>
+ <point x="504.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="-28.0"/>
+ <point x="1760.0" y="208.0"/>
+ <point x="1872.0" y="632.0" type="curve"/>
+ <point x="1420.0" y="696.0" type="line"/>
+ <point x="1360.0" y="488.0"/>
+ <point x="1216.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="388.0"/>
+ <point x="588.0" y="568.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1472.0"/>
+ <point x="764.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="1660.0"/>
+ <point x="1368.0" y="1556.0"/>
+ <point x="1428.0" y="1340.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Cheabkhasiancyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Cheabkhasiancyrillic_.glif
deleted file mode 100644
index 51034a16a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Cheabkhasiancyrillic_.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Cheabkhasiancyrillic" format="1">
- <advance width="2336"/>
- <unicode hex="04BC"/>
- <outline>
- <contour>
- <point x="128" y="1488" type="line"/>
- <point x="128" y="1100"/>
- <point x="336" y="864"/>
- <point x="692" y="864" type="curve"/>
- <point x="692" y="1184" type="line"/>
- <point x="516" y="1184"/>
- <point x="424" y="1296"/>
- <point x="424" y="1488" type="curve"/>
- </contour>
- <contour>
- <point x="1508" y="-32" type="curve"/>
- <point x="1824" y="-32"/>
- <point x="2036" y="40"/>
- <point x="2096" y="68" type="curve"/>
- <point x="2028" y="456" type="line"/>
- <point x="1924" y="424"/>
- <point x="1744" y="376"/>
- <point x="1508" y="376" type="curve" smooth="yes"/>
- <point x="1148" y="376"/>
- <point x="1032" y="584"/>
- <point x="1032" y="836" type="curve" smooth="yes"/>
- <point x="1032" y="1200" type="line" smooth="yes"/>
- <point x="1032" y="1428"/>
- <point x="1160" y="1620"/>
- <point x="1416" y="1620" type="curve"/>
- <point x="1656" y="1620"/>
- <point x="1748" y="1460"/>
- <point x="1748" y="1256" type="curve"/>
- <point x="1748" y="1212" type="line"/>
- <point x="916" y="1212" type="line"/>
- <point x="916" y="832" type="line"/>
- <point x="2208" y="832" type="line"/>
- <point x="2208" y="1076" type="line" smooth="yes"/>
- <point x="2208" y="1656"/>
- <point x="1932" y="2028"/>
- <point x="1416" y="2028" type="curve" smooth="yes"/>
- <point x="940" y="2032"/>
- <point x="572" y="1684"/>
- <point x="572" y="1200" type="curve" smooth="yes"/>
- <point x="572" y="836" type="line" smooth="yes"/>
- <point x="572" y="328"/>
- <point x="884" y="-32"/>
- </contour>
- <contour>
- <point x="1496" y="0" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2111, 'leftMargin': -87, 'rightMargin': 120}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Chedescendercyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Chedescendercyrillic_.glif
deleted file mode 100644
index f1651f71b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Chedescendercyrillic_.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Chedescendercyrillic" format="1">
- <advance width="2336"/>
- <unicode hex="04B6"/>
- <outline>
- <component base="afii10041" xOffset="-20"/>
- <component base="cyrillictic" xOffset="1540"/>
- <contour>
- <point x="1964" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2203, 'leftMargin': 216, 'rightMargin': 79}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Cheverticalstrokecyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Cheverticalstrokecyrillic_.glif
deleted file mode 100644
index ab90acccf..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Cheverticalstrokecyrillic_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Cheverticalstrokecyrillic" format="1">
- <advance width="1824"/>
- <unicode hex="04B8"/>
- <outline>
- <contour>
- <point x="996" y="1480" type="line"/>
- <point x="764" y="1480" type="line"/>
- <point x="764" y="400" type="line"/>
- <point x="996" y="400" type="line"/>
- </contour>
- <component base="afii10041" xOffset="-132"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1914.0, 'leftMargin': 164, 'rightMargin': 130.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Chook_.glif b/src/Inter-UI-Black.ufo/glyphs/Chook_.glif
deleted file mode 100644
index 736f8d066..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Chook_.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Chook" format="1">
- <advance width="2232"/>
- <unicode hex="0187"/>
- <outline>
- <contour>
- <point x="1876" y="1340" type="line" name="hr00"/>
- <point x="1876" y="1496" type="line" smooth="yes"/>
- <point x="1876" y="1696"/>
- <point x="2032" y="1760"/>
- <point x="2156" y="1760" type="curve"/>
- <point x="2188" y="1760"/>
- <point x="2252" y="1756"/>
- <point x="2284" y="1756" type="curve"/>
- <point x="2284" y="2128" type="line"/>
- <point x="2208" y="2140"/>
- <point x="2144" y="2140"/>
- <point x="2072" y="2140" type="curve" smooth="yes"/>
- <point x="1728" y="2140"/>
- <point x="1428" y="1936"/>
- <point x="1428" y="1560" type="curve" smooth="yes"/>
- <point x="1428" y="1340" type="line"/>
- </contour>
- <component base="C"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>-1571.625</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2046.0, 'leftMargin': 192, 'rightMargin': -128.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/DZcaron_.glif b/src/Inter-UI-Black.ufo/glyphs/DZcaron_.glif
deleted file mode 100644
index 379bf611f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/DZcaron_.glif
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dzcaron_" format="1">
- <advance width="3280"/>
- <unicode hex="01C5"/>
- <outline>
- <component base="D"/>
- <component base="z" xOffset="1736"/>
- <component base="caron" xOffset="1736"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3168.0, 'leftMargin': 244, 'rightMargin': 96.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_.glif b/src/Inter-UI-Black.ufo/glyphs/D_.glif
index 35cc5b4fe..9643243a5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/D_.glif
@@ -1,197 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="D" format="1">
- <advance width="1960"/>
+<glyph name="D" format="2">
+ <advance width="1960.0"/>
<unicode hex="0044"/>
+ <guideline x="1908.0" y="1024.0" angle="0.0"/>
+ <guideline y="763.125"/>
+ <guideline y="1549.625"/>
+ <guideline x="1872.0" y="1696.0" angle="0.0"/>
+ <guideline x="1872.0" y="348.0" angle="0.0"/>
+ <guideline x="1408.0" y="1480.0" angle="0.0"/>
+ <guideline x="1472.0" y="560.0" angle="0.0"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1000.0" name="cross"/>
+ <anchor x="784.0" y="2200.0" name="top"/>
+ <anchor x="1924.0" y="2200.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="868" y="0" type="line"/>
- <point x="1468" y="0"/>
- <point x="1840" y="384"/>
- <point x="1840" y="1024" type="curve"/>
- <point x="1840" y="1664"/>
- <point x="1468" y="2048"/>
- <point x="868" y="2048" type="curve"/>
- <point x="336" y="2048" type="line"/>
- <point x="336" y="1648" type="line"/>
- <point x="844" y="1648" type="line"/>
- <point x="1188" y="1648"/>
- <point x="1372" y="1472"/>
- <point x="1372" y="1024" type="curve"/>
- <point x="1372" y="576"/>
- <point x="1188" y="400"/>
- <point x="848" y="400" type="curve"/>
- <point x="344" y="400" type="line"/>
- <point x="344" y="0" type="line"/>
- </contour>
- <contour>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- </contour>
- <contour>
- <point x="784" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="552" y="1000" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="784" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1924" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1924" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1924" y="2200" type="move" name="top0315"/>
+ <point x="868.0" y="0.0" type="line"/>
+ <point x="1468.0" y="0.0"/>
+ <point x="1840.0" y="384.0"/>
+ <point x="1840.0" y="1024.0" type="curve"/>
+ <point x="1840.0" y="1664.0"/>
+ <point x="1468.0" y="2048.0"/>
+ <point x="868.0" y="2048.0" type="curve"/>
+ <point x="336.0" y="2048.0" type="line"/>
+ <point x="336.0" y="1648.0" type="line"/>
+ <point x="844.0" y="1648.0" type="line"/>
+ <point x="1188.0" y="1648.0"/>
+ <point x="1372.0" y="1472.0"/>
+ <point x="1372.0" y="1024.0" type="curve"/>
+ <point x="1372.0" y="576.0"/>
+ <point x="1188.0" y="400.0"/>
+ <point x="848.0" y="400.0" type="curve"/>
+ <point x="344.0" y="400.0" type="line"/>
+ <point x="344.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <integer>1908</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1549.625</real>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1872</integer>
- <key>y</key>
- <integer>1696</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1872</integer>
- <key>y</key>
- <integer>348</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1408</integer>
- <key>y</key>
- <integer>1480</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1472</integer>
- <key>y</key>
- <integer>560</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>O</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>-48</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>D</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1960</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1825, 'leftMargin': 161, 'rightMargin': 105}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_Z_.glif b/src/Inter-UI-Black.ufo/glyphs/D_Z_.glif
new file mode 100644
index 000000000..6a63d0239
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_Z_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="DZ" format="2">
+ <advance width="4040.0"/>
+ <unicode hex="01F1"/>
+ <outline>
+ <component base="D" xOffset="256.0"/>
+ <component base="Z" xOffset="2216.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_bar1.glif b/src/Inter-UI-Black.ufo/glyphs/D_bar1.glif
new file mode 100644
index 000000000..3327a6f8e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_bar1.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dbar1" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="0189"/>
+ <outline>
+ <component base="D" xOffset="184.0"/>
+ <component base="crossbar" xOffset="-84.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_caron.glif b/src/Inter-UI-Black.ufo/glyphs/D_caron.glif
new file mode 100644
index 000000000..399c4a84a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dcaron" format="2">
+ <advance width="1960.0"/>
+ <unicode hex="010E"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="2200.0" name="parent_top"/>
+ <anchor x="784.0" y="2692.0" name="top"/>
+ <anchor x="1924.0" y="2200.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="caron" xOffset="-4.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_cedilla.glif b/src/Inter-UI-Black.ufo/glyphs/D_cedilla.glif
new file mode 100644
index 000000000..cde4032d5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_cedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dcedilla" format="2">
+ <advance width="1960.0"/>
+ <unicode hex="1E10"/>
+ <anchor x="784.0" y="-692.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="2200.0" name="parent_top"/>
+ <anchor x="784.0" y="2200.0" name="top"/>
+ <anchor x="1924.0" y="2200.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="commaaccent" xOffset="464.0" yOffset="-492.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_circumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/D_circumflexbelow.glif
new file mode 100644
index 000000000..e382ec6c3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dcircumflexbelow" format="2">
+ <advance width="1960.0"/>
+ <unicode hex="1E12"/>
+ <anchor x="784.0" y="-504.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="2200.0" name="parent_top"/>
+ <anchor x="784.0" y="2200.0" name="top"/>
+ <anchor x="1924.0" y="2200.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="circumflexsubnosp" xOffset="1576.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_croat.glif b/src/Inter-UI-Black.ufo/glyphs/D_croat.glif
new file mode 100644
index 000000000..8d520019b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_croat.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dcroat" format="2">
+ <advance width="1992.0"/>
+ <unicode hex="0110"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1954.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="2200.0" name="parent_top"/>
+ <anchor x="784.0" y="2200.0" name="top"/>
+ <anchor x="1954.0" y="2200.0" name="top0315"/>
+ <anchor x="1954.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D" xOffset="30.0"/>
+ <component base="crossbar" xOffset="-66.0" yOffset="-20.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/D_dotaccent.glif
new file mode 100644
index 000000000..a80d7863f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ddotaccent" format="2">
+ <advance width="1960.0"/>
+ <unicode hex="1E0A"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="2200.0" name="parent_top"/>
+ <anchor x="784.0" y="2720.0" name="top"/>
+ <anchor x="1924.0" y="2200.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="dotaccent" xOffset="384.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/D_dotbelow.glif
new file mode 100644
index 000000000..39242c46f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ddotbelow" format="2">
+ <advance width="1960.0"/>
+ <unicode hex="1E0C"/>
+ <anchor x="783.0" y="-507.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="2200.0" name="parent_top"/>
+ <anchor x="784.0" y="2200.0" name="top"/>
+ <anchor x="1924.0" y="2200.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="dotbelow" xOffset="1608.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_elta.glif b/src/Inter-UI-Black.ufo/glyphs/D_elta.glif
new file mode 100644
index 000000000..83a0663a4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_elta.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Delta" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="0394"/>
+ <unicode hex="2206"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <outline>
+ <contour>
+ <point x="1300.0" y="1884.0" type="line"/>
+ <point x="1168.0" y="2048.0" type="line"/>
+ <point x="920.0" y="2048.0" type="line"/>
+ <point x="140.0" y="0.0" type="line"/>
+ <point x="624.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1716.0" y="0.0" type="line"/>
+ <point x="2200.0" y="0.0" type="line"/>
+ <point x="1412.0" y="2048.0" type="line"/>
+ <point x="1164.0" y="2048.0" type="line"/>
+ <point x="1028.0" y="1896.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1752.0" y="372.0" type="line"/>
+ <point x="516.0" y="372.0" type="line"/>
+ <point x="516.0" y="0.0" type="line"/>
+ <point x="1752.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_hook.glif b/src/Inter-UI-Black.ufo/glyphs/D_hook.glif
new file mode 100644
index 000000000..7509b4391
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_hook.glif
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dhook" format="2">
+ <advance width="2492.0"/>
+ <unicode hex="018A"/>
+ <outline>
+ <contour>
+ <point x="940.0" y="1648.0" type="line"/>
+ <point x="940.0" y="2048.0" type="line"/>
+ <point x="628.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="252.0" y="2048.0"/>
+ <point x="16.0" y="1840.0"/>
+ <point x="16.0" y="1496.0" type="curve" smooth="yes"/>
+ <point x="16.0" y="1284.0" type="line"/>
+ <point x="428.0" y="1284.0" type="line"/>
+ <point x="428.0" y="1412.0" type="line" smooth="yes"/>
+ <point x="428.0" y="1536.0"/>
+ <point x="468.0" y="1648.0"/>
+ <point x="628.0" y="1648.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1400.0" y="0.0" type="line"/>
+ <point x="2000.0" y="0.0"/>
+ <point x="2372.0" y="384.0"/>
+ <point x="2372.0" y="1024.0" type="curve"/>
+ <point x="2372.0" y="1664.0"/>
+ <point x="2000.0" y="2048.0"/>
+ <point x="1400.0" y="2048.0" type="curve"/>
+ <point x="868.0" y="2048.0" type="line"/>
+ <point x="868.0" y="1648.0" type="line"/>
+ <point x="1376.0" y="1648.0" type="line"/>
+ <point x="1720.0" y="1648.0"/>
+ <point x="1904.0" y="1472.0"/>
+ <point x="1904.0" y="1024.0" type="curve"/>
+ <point x="1904.0" y="576.0"/>
+ <point x="1720.0" y="400.0"/>
+ <point x="1380.0" y="400.0" type="curve"/>
+ <point x="876.0" y="400.0" type="line"/>
+ <point x="876.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1140.0" y="2048.0" type="line"/>
+ <point x="676.0" y="2048.0" type="line"/>
+ <point x="676.0" y="0.0" type="line"/>
+ <point x="1140.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.11</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_igamma.glif b/src/Inter-UI-Black.ufo/glyphs/D_igamma.glif
new file mode 100644
index 000000000..7c2215497
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_igamma.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Digamma" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03DC"/>
+ <outline>
+ <contour>
+ <point x="1492.0" y="1168.0" type="line"/>
+ <point x="1120.0" y="1168.0" type="line"/>
+ <point x="1120.0" y="500.0" type="line"/>
+ <point x="1492.0" y="500.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="680.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="680.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1444.0" y="1216.0" type="line"/>
+ <point x="532.0" y="1216.0" type="line"/>
+ <point x="532.0" y="832.0" type="line"/>
+ <point x="1444.0" y="832.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1584.0" y="2048.0" type="line"/>
+ <point x="548.0" y="2048.0" type="line"/>
+ <point x="548.0" y="1664.0" type="line"/>
+ <point x="1584.0" y="1664.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_linebelow.glif b/src/Inter-UI-Black.ufo/glyphs/D_linebelow.glif
new file mode 100644
index 000000000..97e9db2fe
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dlinebelow" format="2">
+ <advance width="1960.0"/>
+ <unicode hex="1E0E"/>
+ <anchor x="785.0" y="-458.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="2200.0" name="parent_top"/>
+ <anchor x="784.0" y="2200.0" name="top"/>
+ <anchor x="1924.0" y="2200.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="macronsubnosp" xOffset="1576.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_topbar.glif b/src/Inter-UI-Black.ufo/glyphs/D_topbar.glif
new file mode 100644
index 000000000..9fe1ba09b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_topbar.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dtopbar" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="018B"/>
+ <outline>
+ <contour>
+ <point x="1676.0" y="0.0" type="line"/>
+ <point x="1676.0" y="2048.0" type="line"/>
+ <point x="336.0" y="2048.0" type="line"/>
+ <point x="336.0" y="1668.0" type="line"/>
+ <point x="1216.0" y="1668.0" type="line"/>
+ <point x="1216.0" y="1312.0" type="line"/>
+ <point x="940.0" y="1312.0" type="line" smooth="yes"/>
+ <point x="460.0" y="1312.0"/>
+ <point x="152.0" y="1056.0"/>
+ <point x="152.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="272.0"/>
+ <point x="460.0" y="0.0"/>
+ <point x="940.0" y="0.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1216.0" y="372.0" type="line"/>
+ <point x="940.0" y="372.0" type="line" smooth="yes"/>
+ <point x="724.0" y="372.0"/>
+ <point x="612.0" y="504.0"/>
+ <point x="612.0" y="668.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="824.0"/>
+ <point x="724.0" y="944.0"/>
+ <point x="940.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="944.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_z.glif b/src/Inter-UI-Black.ufo/glyphs/D_z.glif
new file mode 100644
index 000000000..408f39ad0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_z.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dz" format="2">
+ <advance width="3760.0"/>
+ <unicode hex="01F2"/>
+ <outline>
+ <component base="D" xOffset="256.0"/>
+ <component base="z" xOffset="2216.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_zcaron_.glif b/src/Inter-UI-Black.ufo/glyphs/D_zcaron_.glif
new file mode 100644
index 000000000..952f7ff60
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_zcaron_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dzcaron_" format="2">
+ <advance width="3280.0"/>
+ <unicode hex="01C5"/>
+ <outline>
+ <component base="D"/>
+ <component base="z" xOffset="1736.0"/>
+ <component base="caron" xOffset="1736.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/D_zeabkhasiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/D_zeabkhasiancyrillic.glif
new file mode 100644
index 000000000..3efe0246e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/D_zeabkhasiancyrillic.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dzeabkhasiancyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04E0"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
+ <outline>
+ <contour>
+ <point x="272.0" y="2004.0" type="line"/>
+ <point x="272.0" y="1628.0" type="line"/>
+ <point x="1100.0" y="1628.0" type="line"/>
+ <point x="652.0" y="1204.0" type="line"/>
+ <point x="652.0" y="1032.0" type="line"/>
+ <point x="988.0" y="1032.0" type="line"/>
+ <point x="1624.0" y="1692.0" type="line"/>
+ <point x="1620.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="652.0" y="1196.0" type="line"/>
+ <point x="652.0" y="932.0" type="line"/>
+ <point x="832.0" y="932.0" type="line" smooth="yes"/>
+ <point x="1064.0" y="932.0"/>
+ <point x="1192.0" y="832.0"/>
+ <point x="1192.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="444.0"/>
+ <point x="1080.0" y="344.0"/>
+ <point x="896.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="344.0"/>
+ <point x="636.0" y="436.0"/>
+ <point x="636.0" y="556.0" type="curve"/>
+ <point x="176.0" y="556.0" type="line"/>
+ <point x="176.0" y="148.0"/>
+ <point x="540.0" y="-28.0"/>
+ <point x="896.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1332.0" y="-28.0"/>
+ <point x="1648.0" y="188.0"/>
+ <point x="1648.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1648.0" y="992.0"/>
+ <point x="1380.0" y="1228.0"/>
+ <point x="908.0" y="1228.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Dbar1_.glif b/src/Inter-UI-Black.ufo/glyphs/Dbar1_.glif
deleted file mode 100644
index df9002bf8..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Dbar1_.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dbar1" format="1">
- <advance width="2144"/>
- <unicode hex="0189"/>
- <outline>
- <component base="D" xOffset="184"/>
- <component base="crossbar" xOffset="-84"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1931, 'leftMargin': -20, 'rightMargin': 21}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Delta_.glif b/src/Inter-UI-Black.ufo/glyphs/Delta_.glif
deleted file mode 100644
index 31d4ddf4a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Delta_.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Delta" format="1">
- <advance width="2336"/>
- <unicode hex="0394"/>
- <unicode hex="2206"/>
- <outline>
- <contour>
- <point x="1300" y="1884" type="line"/>
- <point x="1168" y="2048" type="line"/>
- <point x="920" y="2048" type="line"/>
- <point x="140" y="0" type="line"/>
- <point x="624" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1716" y="0" type="line"/>
- <point x="2200" y="0" type="line"/>
- <point x="1412" y="2048" type="line"/>
- <point x="1164" y="2048" type="line"/>
- <point x="1028" y="1896" type="line"/>
- </contour>
- <contour>
- <point x="1752" y="372" type="line"/>
- <point x="516" y="372" type="line"/>
- <point x="516" y="0" type="line"/>
- <point x="1752" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2085, 'leftMargin': 25, 'rightMargin': -1}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Dhook_.glif b/src/Inter-UI-Black.ufo/glyphs/Dhook_.glif
deleted file mode 100644
index f6199dbb4..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Dhook_.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dhook" format="1">
- <advance width="2492"/>
- <unicode hex="018A"/>
- <outline>
- <contour>
- <point x="940" y="1648" type="line" name="hr00"/>
- <point x="940" y="2048" type="line"/>
- <point x="628" y="2048" type="line" smooth="yes"/>
- <point x="252" y="2048"/>
- <point x="16" y="1840"/>
- <point x="16" y="1496" type="curve" smooth="yes"/>
- <point x="16" y="1284" type="line"/>
- <point x="428" y="1284" type="line"/>
- <point x="428" y="1412" type="line" smooth="yes"/>
- <point x="428" y="1536"/>
- <point x="468" y="1648"/>
- <point x="628" y="1648" type="curve" smooth="yes"/>
- </contour>
- <component base="D" xOffset="532"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2295, 'leftMargin': 55, 'rightMargin': 21}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Digamma_.glif b/src/Inter-UI-Black.ufo/glyphs/Digamma_.glif
deleted file mode 100644
index 3cc779ea3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Digamma_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Digamma" format="1">
- <advance width="1824"/>
- <unicode hex="03DC"/>
- <outline>
- <contour>
- <point x="1492" y="1168" type="line"/>
- <point x="1120" y="1168" type="line"/>
- <point x="1120" y="500" type="line"/>
- <point x="1492" y="500" type="line"/>
- </contour>
- <component base="F" xOffset="72"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1541, 'leftMargin': 161, 'rightMargin': 52}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Dtopbar_.glif b/src/Inter-UI-Black.ufo/glyphs/Dtopbar_.glif
deleted file mode 100644
index 249ef46ed..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Dtopbar_.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dtopbar" format="1">
- <advance width="1824"/>
- <unicode hex="018B"/>
- <outline>
- <contour>
- <point x="1676" y="0" type="line"/>
- <point x="1676" y="2048" type="line"/>
- <point x="336" y="2048" type="line"/>
- <point x="336" y="1668" type="line"/>
- <point x="1216" y="1668" type="line"/>
- <point x="1216" y="1312" type="line"/>
- <point x="940" y="1312" type="line" smooth="yes"/>
- <point x="460" y="1312"/>
- <point x="152" y="1056"/>
- <point x="152" y="664" type="curve" smooth="yes"/>
- <point x="152" y="272"/>
- <point x="460" y="0"/>
- <point x="940" y="0" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1216" y="372" type="line"/>
- <point x="940" y="372" type="line" smooth="yes"/>
- <point x="724" y="372"/>
- <point x="612" y="504"/>
- <point x="612" y="668" type="curve" smooth="yes"/>
- <point x="612" y="824"/>
- <point x="724" y="944"/>
- <point x="940" y="944" type="curve" smooth="yes"/>
- <point x="1216" y="944" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1760.0, 'leftMargin': 106, 'rightMargin': 131.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Dzeabkhasiancyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Dzeabkhasiancyrillic_.glif
deleted file mode 100644
index 38f071bcf..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Dzeabkhasiancyrillic_.glif
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dzeabkhasiancyrillic" format="1">
- <advance width="1824"/>
- <unicode hex="04E0"/>
- <outline>
- <contour>
- <point x="272" y="2004" type="line"/>
- <point x="272" y="1628" type="line"/>
- <point x="1100" y="1628" type="line"/>
- <point x="652" y="1204" type="line"/>
- <point x="652" y="1032" type="line"/>
- <point x="988" y="1032" type="line"/>
- <point x="1624" y="1692" type="line"/>
- <point x="1620" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="652" y="1196" type="line"/>
- <point x="652" y="932" type="line"/>
- <point x="832" y="932" type="line" smooth="yes"/>
- <point x="1064" y="932"/>
- <point x="1192" y="832"/>
- <point x="1192" y="572" type="curve" smooth="yes"/>
- <point x="1192" y="444"/>
- <point x="1080" y="344"/>
- <point x="896" y="344" type="curve" smooth="yes"/>
- <point x="736" y="344"/>
- <point x="636" y="436"/>
- <point x="636" y="556" type="curve"/>
- <point x="176" y="556" type="line"/>
- <point x="176" y="148"/>
- <point x="540" y="-28"/>
- <point x="896" y="-28" type="curve" smooth="yes"/>
- <point x="1332" y="-28"/>
- <point x="1648" y="188"/>
- <point x="1648" y="560" type="curve" smooth="yes"/>
- <point x="1648" y="992"/>
- <point x="1380" y="1228"/>
- <point x="908" y="1228" type="curve" smooth="yes"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1624, 'leftMargin': 99, 'rightMargin': 51}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_.glif b/src/Inter-UI-Black.ufo/glyphs/E_.glif
index ba1f2e416..669c27c0c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/E_.glif
@@ -1,80 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="E" format="1">
- <advance width="1656"/>
+<glyph name="E" format="2">
+ <advance width="1656.0"/>
<unicode hex="0045"/>
+ <guideline y="1358.5"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1292.0" y="0.0" name="ogonek"/>
+ <anchor x="-72.0" y="2004.0" name="tonos"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1512" y="384" type="line"/>
- <point x="448" y="384" type="line"/>
- <point x="448" y="0" type="line"/>
- <point x="1512" y="0" type="line"/>
+ <point x="1512.0" y="384.0" type="line"/>
+ <point x="448.0" y="384.0" type="line"/>
+ <point x="448.0" y="0.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1372" y="1216" type="line"/>
- <point x="448" y="1216" type="line"/>
- <point x="448" y="832" type="line"/>
- <point x="1372" y="832" type="line"/>
+ <point x="1372.0" y="1216.0" type="line"/>
+ <point x="448.0" y="1216.0" type="line"/>
+ <point x="448.0" y="832.0" type="line"/>
+ <point x="1372.0" y="832.0" type="line"/>
</contour>
<contour>
- <point x="1512" y="2048" type="line"/>
- <point x="448" y="2048" type="line"/>
- <point x="448" y="1664" type="line"/>
- <point x="1512" y="1664" type="line"/>
- </contour>
- <contour>
- <point x="848" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="900" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="-72" y="2004" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1292" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1584" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1648" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1584" y="2200" type="move" name="top0315"/>
+ <point x="1512.0" y="2048.0" type="line"/>
+ <point x="448.0" y="2048.0" type="line"/>
+ <point x="448.0" y="1664.0" type="line"/>
+ <point x="1512.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1358.5</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1579, 'leftMargin': 161, 'rightMargin': 50}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_acute.glif b/src/Inter-UI-Black.ufo/glyphs/E_acute.glif
new file mode 100644
index 000000000..deadd5a1b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eacute" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="00C9"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2720.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="acute" xOffset="484.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_breve.glif b/src/Inter-UI-Black.ufo/glyphs/E_breve.glif
new file mode 100644
index 000000000..1e694f0ac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ebreve" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0114"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2672.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="breve" xOffset="192.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_caron.glif b/src/Inter-UI-Black.ufo/glyphs/E_caron.glif
new file mode 100644
index 000000000..cf154c1e4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecaron" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="011A"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2692.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="caron" xOffset="60.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_cedillabreve.glif b/src/Inter-UI-Black.ufo/glyphs/E_cedillabreve.glif
new file mode 100644
index 000000000..a5e3351e6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_cedillabreve.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecedillabreve" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E1C"/>
+ <anchor x="900.0" y="-632.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2672.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="cedilla" xOffset="448.0" yOffset="16.0"/>
+ <component base="breve" xOffset="192.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/E_circumflex.glif
new file mode 100644
index 000000000..896054f28
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflex" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="00CA"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2664.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflex" xOffset="64.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_circumflexacute.glif b/src/Inter-UI-Black.ufo/glyphs/E_circumflexacute.glif
new file mode 100644
index 000000000..98d22f138
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_circumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexacute" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EBE"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflexacutecomb.cn" xOffset="292.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_circumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/E_circumflexbelow.glif
new file mode 100644
index 000000000..5340491fc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexbelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E18"/>
+ <anchor x="900.0" y="-504.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflexsubnosp" xOffset="1692.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_circumflexdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/E_circumflexdotbelow.glif
new file mode 100644
index 000000000..ad9cacb8e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_circumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexdotbelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EC6"/>
+ <anchor x="899.0" y="-507.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2664.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflex" xOffset="64.0" yOffset="408.0"/>
+ <component base="dotbelow" xOffset="1724.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_circumflexgrave.glif b/src/Inter-UI-Black.ufo/glyphs/E_circumflexgrave.glif
new file mode 100644
index 000000000..c1d8f00b5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_circumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexgrave" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EC0"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflexgravecomb.cn" xOffset="-168.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_circumflexhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/E_circumflexhookabove.glif
new file mode 100644
index 000000000..4946ca84b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_circumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexhookabove" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EC2"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflexhookcomb.cn" xOffset="196.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_circumflextilde.glif b/src/Inter-UI-Black.ufo/glyphs/E_circumflextilde.glif
new file mode 100644
index 000000000..de6162c07
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_circumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflextilde" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EC4"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflextildecomb.cn" xOffset="64.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_dblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/E_dblgrave.glif
new file mode 100644
index 000000000..09ccae233
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Edblgrave" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0204"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2681.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dblgravecmb" xOffset="1496.0" yOffset="426.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/E_dieresis.glif
new file mode 100644
index 000000000..ea02f7ac9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Edieresis" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="00CB"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="852.0" y="2644.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dieresis" xOffset="192.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/E_dotaccent.glif
new file mode 100644
index 000000000..d62fe059c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Edotaccent" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0116"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2720.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dotaccent" xOffset="448.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/E_dotbelow.glif
new file mode 100644
index 000000000..3f49b46a5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Edotbelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EB8"/>
+ <anchor x="899.0" y="-507.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dotbelow" xOffset="1724.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_grave.glif b/src/Inter-UI-Black.ufo/glyphs/E_grave.glif
new file mode 100644
index 000000000..aa9115be7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Egrave" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="00C8"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2720.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="grave" xOffset="160.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_hookabove.glif b/src/Inter-UI-Black.ufo/glyphs/E_hookabove.glif
new file mode 100644
index 000000000..8abb3b5e8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ehookabove" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EBA"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2819.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="hook" xOffset="1695.0" yOffset="414.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_invertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/E_invertedbreve.glif
new file mode 100644
index 000000000..41af5b6d9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Einvertedbreve" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0206"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2750.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="breveinvnosp" xOffset="1640.0" yOffset="605.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_iotifiedcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/E_iotifiedcyrillic.glif
new file mode 100644
index 000000000..1b1df5eeb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_iotifiedcyrillic.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eiotifiedcyrillic" format="2">
+ <advance width="2764.0"/>
+ <unicode hex="0464"/>
+ <guideline x="144.0" y="2160.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1900.0" y="1196.0" type="line"/>
+ <point x="520.0" y="1196.0" type="line"/>
+ <point x="520.0" y="836.0" type="line"/>
+ <point x="1900.0" y="836.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2656.0" y="1404.0" type="line"/>
+ <point x="2544.0" y="1836.0"/>
+ <point x="2212.0" y="2076.0"/>
+ <point x="1804.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="2076.0"/>
+ <point x="900.0" y="1688.0"/>
+ <point x="900.0" y="1020.0" type="curve"/>
+ <point x="900.0" y="356.0"/>
+ <point x="1284.0" y="-28.0"/>
+ <point x="1804.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2212.0" y="-28.0"/>
+ <point x="2540.0" y="208.0"/>
+ <point x="2652.0" y="632.0" type="curve"/>
+ <point x="2200.0" y="696.0" type="line"/>
+ <point x="2140.0" y="488.0"/>
+ <point x="1996.0" y="388.0"/>
+ <point x="1804.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="388.0"/>
+ <point x="1368.0" y="568.0"/>
+ <point x="1368.0" y="1020.0" type="curve"/>
+ <point x="1368.0" y="1472.0"/>
+ <point x="1544.0" y="1660.0"/>
+ <point x="1804.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1996.0" y="1660.0"/>
+ <point x="2148.0" y="1556.0"/>
+ <point x="2208.0" y="1340.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_macron.glif b/src/Inter-UI-Black.ufo/glyphs/E_macron.glif
new file mode 100644
index 000000000..d18d35c5e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Emacron" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0112"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2632.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="macron" xOffset="64.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_macronacute.glif b/src/Inter-UI-Black.ufo/glyphs/E_macronacute.glif
new file mode 100644
index 000000000..94e9a93f1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_macronacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Emacronacute" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E16"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="macronacutecomb.cn" xOffset="1640.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_macrongrave.glif b/src/Inter-UI-Black.ufo/glyphs/E_macrongrave.glif
new file mode 100644
index 000000000..df2995944
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_macrongrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Emacrongrave" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E14"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="macrongravecomb.cn" xOffset="1640.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:54:29</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_ndescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/E_ndescendercyrillic.glif
new file mode 100644
index 000000000..5e85d347b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_ndescendercyrillic.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Endescendercyrillic" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="04A2"/>
+ <anchor x="1980.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1980.0" y="2200.0" name="top0315"/>
+ <anchor x="1980.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="-20.0"/>
+ <component base="cyrillictic" xOffset="1564.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_ng.glif b/src/Inter-UI-Black.ufo/glyphs/E_ng.glif
new file mode 100644
index 000000000..a6340fc81
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_ng.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eng" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="014A"/>
+ <anchor x="1044.0" y="0.0" name="bottom"/>
+ <anchor x="1044.0" y="2200.0" name="top"/>
+ <anchor x="2036.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1352.0" y="124.0" type="line"/>
+ <point x="1352.0" y="-4.0" type="line" smooth="yes"/>
+ <point x="1352.0" y="-180.0"/>
+ <point x="1216.0" y="-232.0"/>
+ <point x="1092.0" y="-232.0" type="curve"/>
+ <point x="1060.0" y="-232.0"/>
+ <point x="996.0" y="-228.0"/>
+ <point x="964.0" y="-228.0" type="curve"/>
+ <point x="964.0" y="-600.0" type="line"/>
+ <point x="1036.0" y="-612.0"/>
+ <point x="1112.0" y="-612.0"/>
+ <point x="1176.0" y="-612.0" type="curve" smooth="yes"/>
+ <point x="1520.0" y="-612.0"/>
+ <point x="1808.0" y="-432.0"/>
+ <point x="1808.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1808.0" y="124.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1808.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="788.0" type="line"/>
+ <point x="1328.0" y="788.0" type="line"/>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1260.0" type="line"/>
+ <point x="624.0" y="1260.0" type="line"/>
+ <point x="1352.0" y="0.0" type="line"/>
+ <point x="1808.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_nghecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/E_nghecyrillic.glif
new file mode 100644
index 000000000..f6eccfed7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_nghecyrillic.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Enghecyrillic" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="04A4"/>
+ <outline>
+ <contour>
+ <point x="2612.0" y="2048.0" type="line"/>
+ <point x="1364.0" y="2048.0" type="line"/>
+ <point x="1752.0" y="1688.0" type="line"/>
+ <point x="2612.0" y="1688.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1456.0" y="1216.0" type="line"/>
+ <point x="428.0" y="1216.0" type="line"/>
+ <point x="428.0" y="832.0" type="line"/>
+ <point x="1456.0" y="832.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="580.0" y="2048.0" type="line"/>
+ <point x="116.0" y="2048.0" type="line"/>
+ <point x="116.0" y="0.0" type="line"/>
+ <point x="580.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1780.0" y="2048.0" type="line"/>
+ <point x="1316.0" y="2048.0" type="line"/>
+ <point x="1316.0" y="0.0" type="line"/>
+ <point x="1780.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_nhookcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/E_nhookcyrillic.glif
new file mode 100644
index 000000000..50b38e2a2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_nhookcyrillic.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Enhookcyrillic" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="04C7"/>
+ <outline>
+ <contour>
+ <point x="1344.0" y="124.0" type="line"/>
+ <point x="1344.0" y="-4.0" type="line" smooth="yes"/>
+ <point x="1344.0" y="-180.0"/>
+ <point x="1216.0" y="-232.0"/>
+ <point x="1092.0" y="-232.0" type="curve"/>
+ <point x="1060.0" y="-232.0"/>
+ <point x="996.0" y="-228.0"/>
+ <point x="964.0" y="-228.0" type="curve"/>
+ <point x="964.0" y="-600.0" type="line"/>
+ <point x="1036.0" y="-612.0"/>
+ <point x="1112.0" y="-612.0"/>
+ <point x="1176.0" y="-612.0" type="curve" smooth="yes"/>
+ <point x="1520.0" y="-612.0"/>
+ <point x="1808.0" y="-432.0"/>
+ <point x="1808.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1808.0" y="124.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1484.0" y="1216.0" type="line"/>
+ <point x="456.0" y="1216.0" type="line"/>
+ <point x="456.0" y="832.0" type="line"/>
+ <point x="1484.0" y="832.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1808.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="0.0" type="line"/>
+ <point x="1808.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_ogonek.N_A_V_.glif b/src/Inter-UI-Black.ufo/glyphs/E_ogonek.N_A_V_.glif
new file mode 100644
index 000000000..834ad9891
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_ogonek.N_A_V_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eogonek.NAV" format="2">
+ <advance width="1656.0"/>
+ <anchor x="900.0" y="-556.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="ogonek" xOffset="388.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_ogonek.glif b/src/Inter-UI-Black.ufo/glyphs/E_ogonek.glif
new file mode 100644
index 000000000..5c6b0f2a5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_ogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eogonek" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0118"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="ogonek" xOffset="644.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_psilon.glif b/src/Inter-UI-Black.ufo/glyphs/E_psilon.glif
new file mode 100644
index 000000000..f3203898b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_psilon.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Epsilon" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0395"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_psilon1.glif b/src/Inter-UI-Black.ufo/glyphs/E_psilon1.glif
new file mode 100644
index 000000000..a62694423
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_psilon1.glif
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Epsilon1" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0190"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1156.0" y="960.0" type="line"/>
+ <point x="1156.0" y="1200.0" type="line"/>
+ <point x="908.0" y="1200.0" type="line" smooth="yes"/>
+ <point x="708.0" y="1200.0"/>
+ <point x="632.0" y="1292.0"/>
+ <point x="632.0" y="1448.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="1568.0"/>
+ <point x="720.0" y="1656.0"/>
+ <point x="928.0" y="1656.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="1656.0"/>
+ <point x="1196.0" y="1596.0"/>
+ <point x="1196.0" y="1460.0" type="curve"/>
+ <point x="1656.0" y="1460.0" type="line"/>
+ <point x="1656.0" y="1816.0"/>
+ <point x="1320.0" y="2032.0"/>
+ <point x="928.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="2032.0"/>
+ <point x="172.0" y="1832.0"/>
+ <point x="172.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="1156.0"/>
+ <point x="460.0" y="960.0"/>
+ <point x="832.0" y="960.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="832.0" y="1080.0" type="line"/>
+ <point x="404.0" y="1080.0"/>
+ <point x="140.0" y="896.0"/>
+ <point x="140.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="140.0" y="156.0"/>
+ <point x="464.0" y="-28.0"/>
+ <point x="928.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="-28.0"/>
+ <point x="1684.0" y="148.0"/>
+ <point x="1684.0" y="556.0" type="curve"/>
+ <point x="1224.0" y="556.0" type="line"/>
+ <point x="1224.0" y="428.0"/>
+ <point x="1112.0" y="344.0"/>
+ <point x="928.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="344.0"/>
+ <point x="604.0" y="408.0"/>
+ <point x="604.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="772.0"/>
+ <point x="704.0" y="844.0"/>
+ <point x="908.0" y="844.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="844.0" type="line"/>
+ <point x="1156.0" y="1080.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_psilontonos.glif b/src/Inter-UI-Black.ufo/glyphs/E_psilontonos.glif
new file mode 100644
index 000000000..6cf19b6cc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_psilontonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Epsilontonos" format="2">
+ <advance width="1756.0"/>
+ <unicode hex="0388"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1748.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1684.0" y="2200.0" name="top0315"/>
+ <anchor x="1684.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="tonos" xOffset="-652.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_sdescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/E_sdescendercyrillic.glif
new file mode 100644
index 000000000..288182711
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_sdescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Esdescendercyrillic" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="04AA"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="cyrillictic" xOffset="624.0" yOffset="-184.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_sh.glif b/src/Inter-UI-Black.ufo/glyphs/E_sh.glif
new file mode 100644
index 000000000..01e23fe5c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_sh.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Esh" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="01A9"/>
+ <anchor x="828.0" y="16.0" name="bottom"/>
+ <anchor x="828.0" y="2200.0" name="top"/>
+ <anchor x="1608.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="Sigma"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_ta.glif b/src/Inter-UI-Black.ufo/glyphs/E_ta.glif
new file mode 100644
index 000000000..14ccf77ab
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_ta.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eta" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0397"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_tatonos.glif b/src/Inter-UI-Black.ufo/glyphs/E_tatonos.glif
new file mode 100644
index 000000000..a2975c2a1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_tatonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Etatonos" format="2">
+ <advance width="2052.0"/>
+ <unicode hex="0389"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2132.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2132.0" y="2200.0" name="top0315"/>
+ <anchor x="2132.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="tonos" xOffset="-668.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_th.glif b/src/Inter-UI-Black.ufo/glyphs/E_th.glif
new file mode 100644
index 000000000..97335c85a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_th.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eth" format="2">
+ <advance width="1992.0"/>
+ <unicode hex="00D0"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1954.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="2200.0" name="parent_top"/>
+ <anchor x="784.0" y="2200.0" name="top"/>
+ <anchor x="1954.0" y="2200.0" name="top0315"/>
+ <anchor x="1954.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D" xOffset="30.0"/>
+ <component base="crossbar" xOffset="-66.0" yOffset="-20.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_tilde.glif b/src/Inter-UI-Black.ufo/glyphs/E_tilde.glif
new file mode 100644
index 000000000..9189af3a3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Etilde" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EBC"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2724.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="tilde" xOffset="192.0" yOffset="420.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_tildebelow.glif b/src/Inter-UI-Black.ufo/glyphs/E_tildebelow.glif
new file mode 100644
index 000000000..2c150e2f4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_tildebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Etildebelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E1A"/>
+ <anchor x="900.0" y="-544.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="tildesubnosp" xOffset="1736.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_turn.glif b/src/Inter-UI-Black.ufo/glyphs/E_turn.glif
new file mode 100644
index 000000000..605f1e7dd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_turn.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eturn" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="018E"/>
+ <outline>
+ <component base="E" xScale="-1.0" yScale="-1.0" xOffset="1624.0" yOffset="2048.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_uro.glif b/src/Inter-UI-Black.ufo/glyphs/E_uro.glif
new file mode 100644
index 000000000..bf825deff
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_uro.glif
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Euro" format="2">
+ <advance width="1864.0"/>
+ <unicode hex="20AC"/>
+ <guideline x="1092.0" y="616.0" angle="90.0"/>
+ <guideline x="1092.0" y="1024.0" angle="39.8056"/>
+ <guideline x="1092.0" y="1024.0" angle="319.999"/>
+ <guideline x="1540.0" y="1528.0" angle="64.9727"/>
+ <guideline x="1600.0" y="1616.0" angle="90.0"/>
+ <guideline x="1600.0" y="368.0" angle="295.0037"/>
+ <guideline x="1092.0" y="1024.0" angle="0.0"/>
+ <outline>
+ <contour>
+ <point x="1472.0" y="1348.0" type="line"/>
+ <point x="156.0" y="1348.0" type="line"/>
+ <point x="76.0" y="1124.0" type="line"/>
+ <point x="1372.0" y="1124.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1280.0" y="924.0" type="line"/>
+ <point x="156.0" y="924.0" type="line"/>
+ <point x="76.0" y="696.0" type="line"/>
+ <point x="1172.0" y="696.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1728.0" y="1896.0" type="line"/>
+ <point x="1584.0" y="2012.0"/>
+ <point x="1404.0" y="2076.0"/>
+ <point x="1200.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="2076.0"/>
+ <point x="328.0" y="1688.0"/>
+ <point x="328.0" y="1020.0" type="curve"/>
+ <point x="328.0" y="356.0"/>
+ <point x="688.0" y="-28.0"/>
+ <point x="1200.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="-28.0"/>
+ <point x="1580.0" y="32.0"/>
+ <point x="1720.0" y="148.0" type="curve"/>
+ <point x="1548.0" y="516.0" type="line"/>
+ <point x="1488.0" y="472.0"/>
+ <point x="1372.0" y="388.0"/>
+ <point x="1200.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="388.0"/>
+ <point x="796.0" y="568.0"/>
+ <point x="796.0" y="1020.0" type="curve"/>
+ <point x="796.0" y="1472.0"/>
+ <point x="948.0" y="1660.0"/>
+ <point x="1200.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="1660.0"/>
+ <point x="1492.0" y="1572.0"/>
+ <point x="1556.0" y="1528.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_zh.glif b/src/Inter-UI-Black.ufo/glyphs/E_zh.glif
new file mode 100644
index 000000000..482555b3c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_zh.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ezh" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="01B7"/>
+ <outline>
+ <contour>
+ <point x="208.0" y="104.0" type="line"/>
+ <point x="232.0" y="-312.0"/>
+ <point x="540.0" y="-600.0"/>
+ <point x="1032.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1552.0" y="-600.0"/>
+ <point x="1876.0" y="-272.0"/>
+ <point x="1876.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="1876.0" y="848.0"/>
+ <point x="1540.0" y="1176.0"/>
+ <point x="1032.0" y="1176.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="1176.0" type="line"/>
+ <point x="752.0" y="820.0" type="line"/>
+ <point x="1032.0" y="820.0" type="line" smooth="yes"/>
+ <point x="1292.0" y="820.0"/>
+ <point x="1416.0" y="676.0"/>
+ <point x="1416.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="1416.0" y="-64.0"/>
+ <point x="1304.0" y="-228.0"/>
+ <point x="1032.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="-228.0"/>
+ <point x="684.0" y="-132.0"/>
+ <point x="668.0" y="104.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1732.0" y="1760.0" type="line"/>
+ <point x="1732.0" y="2004.0" type="line"/>
+ <point x="1460.0" y="2004.0" type="line"/>
+ <point x="648.0" y="1068.0" type="line"/>
+ <point x="648.0" y="820.0" type="line"/>
+ <point x="932.0" y="820.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1584.0" y="2004.0" type="line"/>
+ <point x="204.0" y="2004.0" type="line"/>
+ <point x="204.0" y="1628.0" type="line"/>
+ <point x="1584.0" y="1628.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_zhcaron.glif b/src/Inter-UI-Black.ufo/glyphs/E_zhcaron.glif
new file mode 100644
index 000000000..764f6a5f7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_zhcaron.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ezhcaron" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="01EE"/>
+ <outline>
+ <component base="Ezh"/>
+ <component base="caron" xOffset="168.0" yOffset="412.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/E_zhreversed.glif b/src/Inter-UI-Black.ufo/glyphs/E_zhreversed.glif
new file mode 100644
index 000000000..67e0dc3c0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/E_zhreversed.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ezhreversed" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="01B8"/>
+ <outline>
+ <contour>
+ <point x="1412.0" y="104.0" type="line"/>
+ <point x="1396.0" y="-132.0"/>
+ <point x="1276.0" y="-228.0"/>
+ <point x="1048.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="-228.0"/>
+ <point x="664.0" y="-64.0"/>
+ <point x="664.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="676.0"/>
+ <point x="788.0" y="820.0"/>
+ <point x="1048.0" y="820.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="820.0" type="line"/>
+ <point x="1328.0" y="1176.0" type="line"/>
+ <point x="1048.0" y="1176.0" type="line" smooth="yes"/>
+ <point x="544.0" y="1176.0"/>
+ <point x="204.0" y="848.0"/>
+ <point x="204.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="-272.0"/>
+ <point x="528.0" y="-600.0"/>
+ <point x="1048.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1540.0" y="-600.0"/>
+ <point x="1848.0" y="-312.0"/>
+ <point x="1872.0" y="104.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1160.0" y="820.0" type="line"/>
+ <point x="1440.0" y="820.0" type="line"/>
+ <point x="1440.0" y="1068.0" type="line"/>
+ <point x="632.0" y="2004.0" type="line"/>
+ <point x="360.0" y="2004.0" type="line"/>
+ <point x="360.0" y="1760.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="500.0" y="1628.0" type="line"/>
+ <point x="1876.0" y="1628.0" type="line"/>
+ <point x="1876.0" y="2004.0" type="line"/>
+ <point x="500.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Eiotifiedcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Eiotifiedcyrillic_.glif
deleted file mode 100644
index 624823c09..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Eiotifiedcyrillic_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Eiotifiedcyrillic" format="1">
- <advance width="2764"/>
- <unicode hex="0464"/>
- <outline>
- <contour>
- <point x="1900" y="1196" type="line"/>
- <point x="520" y="1196" type="line"/>
- <point x="520" y="836" type="line"/>
- <point x="1900" y="836" type="line"/>
- </contour>
- <component base="C" xOffset="780"/>
- <component base="I"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>144</integer>
- <key>y</key>
- <integer>2160</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2509, 'leftMargin': 111, 'rightMargin': -79}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Endescendercyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Endescendercyrillic_.glif
deleted file mode 100644
index 659487ad6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Endescendercyrillic_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Endescendercyrillic" format="1">
- <advance width="2336"/>
- <unicode hex="04A2"/>
- <outline>
- <component base="H" xOffset="-20"/>
- <component base="cyrillictic" xOffset="1564"/>
- <contour>
- <point x="1980" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1980" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1980" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2223, 'leftMargin': 196, 'rightMargin': 78}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Eng_.glif b/src/Inter-UI-Black.ufo/glyphs/Eng_.glif
deleted file mode 100644
index 519bd7576..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Eng_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Eng" format="1">
- <advance width="1952"/>
- <unicode hex="014A"/>
- <outline>
- <contour>
- <point x="1352" y="124" type="line" name="hr00"/>
- <point x="1352" y="-4" type="line" smooth="yes"/>
- <point x="1352" y="-180"/>
- <point x="1216" y="-232"/>
- <point x="1092" y="-232" type="curve"/>
- <point x="1060" y="-232"/>
- <point x="996" y="-228"/>
- <point x="964" y="-228" type="curve"/>
- <point x="964" y="-600" type="line"/>
- <point x="1036" y="-612"/>
- <point x="1112" y="-612"/>
- <point x="1176" y="-612" type="curve" smooth="yes"/>
- <point x="1520" y="-612"/>
- <point x="1808" y="-432"/>
- <point x="1808" y="-32" type="curve" smooth="yes"/>
- <point x="1808" y="124" type="line"/>
- </contour>
- <component base="N"/>
- <contour>
- <point x="1044" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1044" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2036" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1992, 'leftMargin': 162, 'rightMargin': 163}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Enghecyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Enghecyrillic_.glif
deleted file mode 100644
index 22852550e..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Enghecyrillic_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Enghecyrillic" format="1">
- <advance width="2848"/>
- <unicode hex="04A4"/>
- <outline>
- <contour>
- <point x="2612" y="2048" type="line"/>
- <point x="1364" y="2048" type="line"/>
- <point x="1752" y="1688" type="line"/>
- <point x="2612" y="1688" type="line"/>
- </contour>
- <component base="H" xOffset="-28"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2791, 'leftMargin': 196, 'rightMargin': 112}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Enhookcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Enhookcyrillic_.glif
deleted file mode 100644
index 0a2b0803d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Enhookcyrillic_.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Enhookcyrillic" format="1">
- <advance width="1952"/>
- <unicode hex="04C7"/>
- <outline>
- <contour>
- <point x="1344" y="124" type="line" name="hr00"/>
- <point x="1344" y="-4" type="line" smooth="yes"/>
- <point x="1344" y="-180"/>
- <point x="1216" y="-232"/>
- <point x="1092" y="-232" type="curve"/>
- <point x="1060" y="-232"/>
- <point x="996" y="-228"/>
- <point x="964" y="-228" type="curve"/>
- <point x="964" y="-600" type="line"/>
- <point x="1036" y="-612"/>
- <point x="1112" y="-612"/>
- <point x="1176" y="-612" type="curve" smooth="yes"/>
- <point x="1520" y="-612"/>
- <point x="1808" y="-432"/>
- <point x="1808" y="-32" type="curve" smooth="yes"/>
- <point x="1808" y="124" type="line"/>
- </contour>
- <component base="H"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1986, 'leftMargin': 160, 'rightMargin': 160}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Epsilon1_.glif b/src/Inter-UI-Black.ufo/glyphs/Epsilon1_.glif
deleted file mode 100644
index 3a9482b11..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Epsilon1_.glif
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Epsilon1" format="1">
- <advance width="1824"/>
- <unicode hex="0190"/>
- <outline>
- <contour>
- <point x="1156" y="960" type="line" name="hr00"/>
- <point x="1156" y="1200" type="line"/>
- <point x="908" y="1200" type="line" smooth="yes"/>
- <point x="708" y="1200"/>
- <point x="632" y="1292"/>
- <point x="632" y="1448" type="curve" smooth="yes"/>
- <point x="632" y="1568"/>
- <point x="720" y="1656"/>
- <point x="928" y="1656" type="curve" smooth="yes"/>
- <point x="1088" y="1656"/>
- <point x="1196" y="1596"/>
- <point x="1196" y="1460" type="curve"/>
- <point x="1656" y="1460" type="line"/>
- <point x="1656" y="1816"/>
- <point x="1320" y="2032"/>
- <point x="928" y="2032" type="curve" smooth="yes"/>
- <point x="476" y="2032"/>
- <point x="172" y="1832"/>
- <point x="172" y="1460" type="curve" smooth="yes"/>
- <point x="172" y="1156"/>
- <point x="460" y="960"/>
- <point x="832" y="960" type="curve"/>
- </contour>
- <contour>
- <point x="832" y="1080" type="line"/>
- <point x="404" y="1080"/>
- <point x="140" y="896"/>
- <point x="140" y="560" type="curve" smooth="yes"/>
- <point x="140" y="156"/>
- <point x="464" y="-28"/>
- <point x="928" y="-28" type="curve" smooth="yes"/>
- <point x="1296" y="-28"/>
- <point x="1684" y="148"/>
- <point x="1684" y="556" type="curve"/>
- <point x="1224" y="556" type="line"/>
- <point x="1224" y="428"/>
- <point x="1112" y="344"/>
- <point x="928" y="344" type="curve" smooth="yes"/>
- <point x="736" y="344"/>
- <point x="604" y="408"/>
- <point x="604" y="572" type="curve" smooth="yes"/>
- <point x="604" y="772"/>
- <point x="704" y="844"/>
- <point x="908" y="844" type="curve" smooth="yes"/>
- <point x="1156" y="844" type="line"/>
- <point x="1156" y="1080" type="line"/>
- </contour>
- <contour>
- <point x="912" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="912" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1772" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1761, 'leftMargin': 129, 'rightMargin': 88}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Esh_.glif b/src/Inter-UI-Black.ufo/glyphs/Esh_.glif
deleted file mode 100644
index 699d3a438..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Esh_.glif
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Esh" format="1">
- <advance width="1824"/>
- <unicode hex="01A9"/>
- <outline>
- <component base="Sigma"/>
- <contour>
- <point x="828" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1608" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="828" y="16" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1591, 'leftMargin': 184, 'rightMargin': -17}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Eturn_.glif b/src/Inter-UI-Black.ufo/glyphs/Eturn_.glif
deleted file mode 100644
index a2d1bcc24..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Eturn_.glif
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Eturn" format="1">
- <advance width="1656"/>
- <unicode hex="018E"/>
- <outline>
- <component base="E" xScale="-1.0" yScale="-1.0" xOffset="1624" yOffset="2048"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1579, 'leftMargin': 50, 'rightMargin': 161}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Euro_.glif b/src/Inter-UI-Black.ufo/glyphs/Euro_.glif
deleted file mode 100644
index 8d9d6ebe0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Euro_.glif
+++ /dev/null
@@ -1,509 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Euro" format="1">
- <advance width="1864"/>
- <unicode hex="20AC"/>
- <outline>
- <contour>
- <point x="1472" y="1348" type="line"/>
- <point x="156" y="1348" type="line"/>
- <point x="76" y="1124" type="line"/>
- <point x="1372" y="1124" type="line"/>
- </contour>
- <contour>
- <point x="1280" y="924" type="line"/>
- <point x="156" y="924" type="line"/>
- <point x="76" y="696" type="line"/>
- <point x="1172" y="696" type="line"/>
- </contour>
- <contour>
- <point x="1728" y="1896" type="line"/>
- <point x="1584" y="2012"/>
- <point x="1404" y="2076"/>
- <point x="1200" y="2076" type="curve" smooth="yes"/>
- <point x="688" y="2076"/>
- <point x="328" y="1688"/>
- <point x="328" y="1020" type="curve"/>
- <point x="328" y="356"/>
- <point x="688" y="-28"/>
- <point x="1200" y="-28" type="curve" smooth="yes"/>
- <point x="1400" y="-28"/>
- <point x="1580" y="32"/>
- <point x="1720" y="148" type="curve"/>
- <point x="1548" y="516" type="line"/>
- <point x="1488" y="472"/>
- <point x="1372" y="388"/>
- <point x="1200" y="388" type="curve" smooth="yes"/>
- <point x="948" y="388"/>
- <point x="796" y="568"/>
- <point x="796" y="1020" type="curve"/>
- <point x="796" y="1472"/>
- <point x="948" y="1660"/>
- <point x="1200" y="1660" type="curve" smooth="yes"/>
- <point x="1372" y="1660"/>
- <point x="1492" y="1572"/>
- <point x="1556" y="1528" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>616</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>39.80557109226519</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-40.0010356798543</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>64.97272120761946</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1540</integer>
- <key>y</key>
- <integer>1528</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1600</integer>
- <key>y</key>
- <integer>1616</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-64.99628705525686</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1600</integer>
- <key>y</key>
- <integer>368</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1476</integer>
- <key>y</key>
- <integer>1324</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>152</integer>
- <key>y</key>
- <integer>1324</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>80</integer>
- <key>y</key>
- <integer>1124</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1384</integer>
- <key>y</key>
- <integer>1124</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1304</integer>
- <key>y</key>
- <integer>924</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>152</integer>
- <key>y</key>
- <integer>924</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>80</integer>
- <key>y</key>
- <integer>724</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1212</integer>
- <key>y</key>
- <integer>724</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1712</integer>
- <key>y</key>
- <integer>1864</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1568</integer>
- <key>y</key>
- <integer>2000</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1380</integer>
- <key>y</key>
- <integer>2076</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1168</integer>
- <key>y</key>
- <integer>2076</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>676</integer>
- <key>y</key>
- <integer>2076</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>328</integer>
- <key>y</key>
- <integer>1672</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>328</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>328</integer>
- <key>y</key>
- <integer>376</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>676</integer>
- <key>y</key>
- <integer>-28</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1168</integer>
- <key>y</key>
- <integer>-28</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1372</integer>
- <key>y</key>
- <integer>-28</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1568</integer>
- <key>y</key>
- <integer>40</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1708</integer>
- <key>y</key>
- <integer>172</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1608</integer>
- <key>y</key>
- <integer>380</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1492</integer>
- <key>y</key>
- <integer>280</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1344</integer>
- <key>y</key>
- <integer>204</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1168</integer>
- <key>y</key>
- <integer>204</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>828</integer>
- <key>y</key>
- <integer>204</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>568</integer>
- <key>y</key>
- <integer>492</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>568</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>568</integer>
- <key>y</key>
- <integer>1556</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>828</integer>
- <key>y</key>
- <integer>1844</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1168</integer>
- <key>y</key>
- <integer>1844</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1340</integer>
- <key>y</key>
- <integer>1844</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1488</integer>
- <key>y</key>
- <integer>1772</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1616</integer>
- <key>y</key>
- <integer>1656</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Euro</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1864</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 120, 'rightMargin': 106}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ezh_.glif b/src/Inter-UI-Black.ufo/glyphs/Ezh_.glif
deleted file mode 100644
index ba796645f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ezh_.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ezh" format="1">
- <advance width="2080"/>
- <unicode hex="01B7"/>
- <outline>
- <contour>
- <point x="208" y="104" type="line"/>
- <point x="232" y="-312"/>
- <point x="540" y="-600"/>
- <point x="1032" y="-600" type="curve" smooth="yes"/>
- <point x="1552" y="-600"/>
- <point x="1876" y="-272"/>
- <point x="1876" y="288" type="curve" smooth="yes"/>
- <point x="1876" y="848"/>
- <point x="1540" y="1176"/>
- <point x="1032" y="1176" type="curve" smooth="yes"/>
- <point x="752" y="1176" type="line"/>
- <point x="752" y="820" type="line"/>
- <point x="1032" y="820" type="line" smooth="yes"/>
- <point x="1292" y="820"/>
- <point x="1416" y="676"/>
- <point x="1416" y="288" type="curve" smooth="yes"/>
- <point x="1416" y="-64"/>
- <point x="1304" y="-228"/>
- <point x="1032" y="-228" type="curve" smooth="yes"/>
- <point x="804" y="-228"/>
- <point x="684" y="-132"/>
- <point x="668" y="104" type="curve"/>
- </contour>
- <contour>
- <point x="1732" y="1760" type="line"/>
- <point x="1732" y="2004" type="line"/>
- <point x="1460" y="2004" type="line"/>
- <point x="648" y="1068" type="line"/>
- <point x="648" y="820" type="line"/>
- <point x="932" y="820" type="line"/>
- </contour>
- <contour>
- <point x="1584" y="2004" type="line"/>
- <point x="204" y="2004" type="line"/>
- <point x="204" y="1628" type="line"/>
- <point x="1584" y="1628" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1848.0, 'leftMargin': 83, 'rightMargin': 95.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ezhcaron_.glif b/src/Inter-UI-Black.ufo/glyphs/Ezhcaron_.glif
deleted file mode 100644
index 1e9be5034..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ezhcaron_.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ezhcaron" format="1">
- <advance width="2080"/>
- <unicode hex="01EE"/>
- <outline>
- <component base="Ezh"/>
- <component base="caron" xOffset="168" yOffset="412"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1848.0, 'leftMargin': 188, 'rightMargin': -12.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ezhreversed_.glif b/src/Inter-UI-Black.ufo/glyphs/Ezhreversed_.glif
deleted file mode 100644
index a9a5409df..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ezhreversed_.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ezhreversed" format="1">
- <advance width="2080"/>
- <unicode hex="01B8"/>
- <outline>
- <contour>
- <point x="1412" y="104" type="line"/>
- <point x="1396" y="-132"/>
- <point x="1276" y="-228"/>
- <point x="1048" y="-228" type="curve" smooth="yes"/>
- <point x="776" y="-228"/>
- <point x="664" y="-64"/>
- <point x="664" y="288" type="curve" smooth="yes"/>
- <point x="664" y="676"/>
- <point x="788" y="820"/>
- <point x="1048" y="820" type="curve" smooth="yes"/>
- <point x="1328" y="820" type="line"/>
- <point x="1328" y="1176" type="line"/>
- <point x="1048" y="1176" type="line" smooth="yes"/>
- <point x="544" y="1176"/>
- <point x="204" y="848"/>
- <point x="204" y="288" type="curve" smooth="yes"/>
- <point x="204" y="-272"/>
- <point x="528" y="-600"/>
- <point x="1048" y="-600" type="curve" smooth="yes"/>
- <point x="1540" y="-600"/>
- <point x="1848" y="-312"/>
- <point x="1872" y="104" type="curve"/>
- </contour>
- <contour>
- <point x="1160" y="820" type="line"/>
- <point x="1440" y="820" type="line"/>
- <point x="1440" y="1068" type="line"/>
- <point x="632" y="2004" type="line"/>
- <point x="360" y="2004" type="line"/>
- <point x="360" y="1760" type="line"/>
- </contour>
- <contour>
- <point x="500" y="1628" type="line"/>
- <point x="1876" y="1628" type="line"/>
- <point x="1876" y="2004" type="line"/>
- <point x="500" y="2004" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1848.0, 'leftMargin': 95, 'rightMargin': 82.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/F_.glif b/src/Inter-UI-Black.ufo/glyphs/F_.glif
index 17fbe1874..8b8d1650c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/F_.glif
@@ -1,109 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="F" format="1">
- <advance width="1656"/>
+<glyph name="F" format="2">
+ <advance width="1656.0"/>
<unicode hex="0046"/>
+ <guideline y="1320.0"/>
+ <anchor x="816.0" y="16.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="540.0" y="400.0" name="cross"/>
+ <anchor x="968.0" y="2216.0" name="top"/>
+ <anchor x="1628.0" y="2216.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1372" y="1216" type="line"/>
- <point x="460" y="1216" type="line"/>
- <point x="460" y="832" type="line"/>
- <point x="1372" y="832" type="line"/>
+ <point x="1372.0" y="1216.0" type="line"/>
+ <point x="460.0" y="1216.0" type="line"/>
+ <point x="460.0" y="832.0" type="line"/>
+ <point x="1372.0" y="832.0" type="line"/>
</contour>
<contour>
- <point x="1512" y="2048" type="line"/>
- <point x="476" y="2048" type="line"/>
- <point x="476" y="1664" type="line"/>
- <point x="1512" y="1664" type="line"/>
- </contour>
- <contour>
- <point x="540" y="400" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="968" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="816" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1628" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1628" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1628" y="2216" type="move" name="top0315"/>
+ <point x="1512.0" y="2048.0" type="line"/>
+ <point x="476.0" y="2048.0" type="line"/>
+ <point x="476.0" y="1664.0" type="line"/>
+ <point x="1512.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1320.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>E</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>16</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>F</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1656</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1541, 'leftMargin': 161, 'rightMargin': 52}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/F_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/F_dotaccent.glif
new file mode 100644
index 000000000..8e5e7e6b4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/F_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Fdotaccent" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E1E"/>
+ <anchor x="816.0" y="16.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="968.0" y="2216.0" name="parent_top"/>
+ <anchor x="968.0" y="2736.0" name="top"/>
+ <anchor x="1628.0" y="2216.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="F"/>
+ <component base="dotaccent" xOffset="568.0" yOffset="472.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/F_hook.glif b/src/Inter-UI-Black.ufo/glyphs/F_hook.glif
new file mode 100644
index 000000000..47be43da7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/F_hook.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Fhook" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0191"/>
+ <outline>
+ <contour>
+ <point x="144.0" y="184.0" type="line"/>
+ <point x="144.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="144.0" y="-192.0"/>
+ <point x="44.0" y="-220.0"/>
+ <point x="-60.0" y="-220.0" type="curve"/>
+ <point x="-80.0" y="-220.0"/>
+ <point x="-120.0" y="-220.0"/>
+ <point x="-144.0" y="-216.0" type="curve"/>
+ <point x="-144.0" y="-568.0" type="line"/>
+ <point x="-96.0" y="-576.0"/>
+ <point x="12.0" y="-576.0"/>
+ <point x="64.0" y="-576.0" type="curve"/>
+ <point x="304.0" y="-576.0"/>
+ <point x="608.0" y="-516.0"/>
+ <point x="608.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="184.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1372.0" y="1216.0" type="line"/>
+ <point x="460.0" y="1216.0" type="line"/>
+ <point x="460.0" y="832.0" type="line"/>
+ <point x="1372.0" y="832.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1512.0" y="2048.0" type="line"/>
+ <point x="476.0" y="2048.0" type="line"/>
+ <point x="476.0" y="1664.0" type="line"/>
+ <point x="1512.0" y="1664.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/F_turn.glif b/src/Inter-UI-Black.ufo/glyphs/F_turn.glif
new file mode 100644
index 000000000..8f6351e93
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/F_turn.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Fturn" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="2132"/>
+ <outline>
+ <component base="F" xScale="-1.0" yScale="-1.0" xOffset="1624.0" yOffset="2048.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Fhook_.glif b/src/Inter-UI-Black.ufo/glyphs/Fhook_.glif
deleted file mode 100644
index 10bdda6fd..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Fhook_.glif
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Fhook" format="1">
- <advance width="1656"/>
- <unicode hex="0191"/>
- <outline>
- <contour>
- <point x="144" y="184" type="line"/>
- <point x="144" y="-80" type="line" smooth="yes"/>
- <point x="144" y="-192"/>
- <point x="44" y="-220"/>
- <point x="-60" y="-220" type="curve"/>
- <point x="-80" y="-220"/>
- <point x="-120" y="-220"/>
- <point x="-144" y="-216" type="curve"/>
- <point x="-144" y="-568" type="line"/>
- <point x="-96" y="-576"/>
- <point x="12" y="-576"/>
- <point x="64" y="-576" type="curve"/>
- <point x="304" y="-576"/>
- <point x="608" y="-516"/>
- <point x="608" y="-80" type="curve" smooth="yes"/>
- <point x="608" y="184" type="line"/>
- </contour>
- <component base="F"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1694.0, 'leftMargin': 0, 'rightMargin': -19.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Fturn_.glif b/src/Inter-UI-Black.ufo/glyphs/Fturn_.glif
deleted file mode 100644
index 4c6a0a2f9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Fturn_.glif
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Fturn" format="1">
- <advance width="1656"/>
- <unicode hex="2132"/>
- <outline>
- <component base="F" xScale="-1.0" yScale="-1.0" xOffset="1624" yOffset="2048"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1543, 'leftMargin': 54, 'rightMargin': 161}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_.glif b/src/Inter-UI-Black.ufo/glyphs/G_.glif
index 4f4f4209d..29ef357df 100644
--- a/src/Inter-UI-Black.ufo/glyphs/G_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/G_.glif
@@ -1,152 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="G" format="1">
- <advance width="2000"/>
+<glyph name="G" format="2">
+ <advance width="2000.0"/>
<unicode hex="0047"/>
+ <guideline x="1024.0" y="1320.0" angle="7.9575"/>
+ <guideline x="1024.0" y="528.0" angle="90.0"/>
+ <guideline x="1360.0" y="756.0" angle="0.0"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1872" y="1096" type="line"/>
- <point x="1024" y="1096" type="line"/>
- <point x="1024" y="756" type="line"/>
- <point x="1872" y="756" type="line"/>
+ <point x="1872.0" y="1096.0" type="line"/>
+ <point x="1024.0" y="1096.0" type="line"/>
+ <point x="1024.0" y="756.0" type="line"/>
+ <point x="1872.0" y="756.0" type="line"/>
</contour>
<contour>
- <point x="1864" y="1436" type="line"/>
- <point x="1736" y="1852"/>
- <point x="1408" y="2076"/>
- <point x="1016" y="2076" type="curve" smooth="yes"/>
- <point x="504" y="2076"/>
+ <point x="1864.0" y="1436.0" type="line"/>
+ <point x="1736.0" y="1852.0"/>
+ <point x="1408.0" y="2076.0"/>
+ <point x="1016.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
<point x="120.0" y="1696.0"/>
<point x="120.0" y="1020.0" type="curve"/>
<point x="120.0" y="348.0"/>
- <point x="508" y="-28"/>
- <point x="1024" y="-28" type="curve" smooth="yes"/>
- <point x="1492" y="-28"/>
- <point x="1872" y="284"/>
- <point x="1872" y="756" type="curve"/>
- <point x="1420" y="756" type="line"/>
- <point x="1420" y="524"/>
- <point x="1244" y="388"/>
- <point x="1024" y="388" type="curve" smooth="yes"/>
- <point x="776" y="388"/>
+ <point x="508.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="-28.0"/>
+ <point x="1872.0" y="284.0"/>
+ <point x="1872.0" y="756.0" type="curve"/>
+ <point x="1420.0" y="756.0" type="line"/>
+ <point x="1420.0" y="524.0"/>
+ <point x="1244.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="388.0"/>
<point x="588.0" y="560.0"/>
<point x="588.0" y="1020.0" type="curve"/>
<point x="588.0" y="1480.0"/>
- <point x="772" y="1660"/>
- <point x="1016" y="1660" type="curve" smooth="yes"/>
- <point x="1184" y="1660"/>
- <point x="1336" y="1576"/>
- <point x="1396" y="1372" type="curve"/>
- </contour>
- <contour>
- <point x="1024.0" y="2200.0" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1024.0" y="0.0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2012.0" y="2200.0" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2012.0" y="-560.0" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2012.0" y="2200.0" type="move" name="top0315"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1016.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1660.0"/>
+ <point x="1336.0" y="1576.0"/>
+ <point x="1396.0" y="1372.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>7.957525226917142</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1320</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>528</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1360</integer>
- <key>y</key>
- <integer>756</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>O</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>G</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2000</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1920, 'leftMargin': 118, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_acute.glif b/src/Inter-UI-Black.ufo/glyphs/G_acute.glif
new file mode 100644
index 000000000..939620e56
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gacute" format="2">
+ <advance width="2000.0"/>
+ <unicode hex="01F4"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2720.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="acute" xOffset="660.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_amma.glif b/src/Inter-UI-Black.ufo/glyphs/G_amma.glif
new file mode 100644
index 000000000..f4dd1cdc3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_amma.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gamma" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0393"/>
+ <anchor x="524.0" y="1028.0" name="cross"/>
+ <anchor x="696.0" y="0.0" name="right"/>
+ <anchor x="924.0" y="2200.0" name="top"/>
+ <anchor x="1652.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1576.0" y="2048.0" type="line"/>
+ <point x="236.0" y="2048.0" type="line"/>
+ <point x="236.0" y="0.0" type="line"/>
+ <point x="700.0" y="0.0" type="line"/>
+ <point x="700.0" y="1664.0" type="line"/>
+ <point x="1576.0" y="1664.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_amma1.glif b/src/Inter-UI-Black.ufo/glyphs/G_amma1.glif
new file mode 100644
index 000000000..dc9d6b5a6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_amma1.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gamma1" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="0194"/>
+ <outline>
+ <contour>
+ <point x="124.0" y="2004.0" type="line"/>
+ <point x="992.0" y="168.0" type="line" smooth="yes"/>
+ <point x="1076.0" y="-12.0"/>
+ <point x="1108.0" y="-104.0"/>
+ <point x="1108.0" y="-184.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="-236.0"/>
+ <point x="1100.0" y="-284.0"/>
+ <point x="1040.0" y="-284.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="-284.0"/>
+ <point x="972.0" y="-240.0"/>
+ <point x="972.0" y="-184.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="-104.0"/>
+ <point x="1008.0" y="-12.0"/>
+ <point x="1092.0" y="168.0" type="curve" smooth="yes"/>
+ <point x="1956.0" y="2004.0" type="line"/>
+ <point x="1424.0" y="2004.0" type="line"/>
+ <point x="908.0" y="744.0" type="line" smooth="yes"/>
+ <point x="736.0" y="320.0"/>
+ <point x="512.0" y="-68.0"/>
+ <point x="512.0" y="-200.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="-488.0"/>
+ <point x="764.0" y="-600.0"/>
+ <point x="1040.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="-600.0"/>
+ <point x="1556.0" y="-488.0"/>
+ <point x="1556.0" y="-200.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="-68.0"/>
+ <point x="1348.0" y="324.0"/>
+ <point x="1176.0" y="744.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_bar.glif b/src/Inter-UI-Black.ufo/glyphs/G_bar.glif
new file mode 100644
index 000000000..a2e47cf17
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_bar.glif
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gbar" format="2">
+ <advance width="2112.0"/>
+ <unicode hex="01E4"/>
+ <anchor x="1012.0" y="0.0" name="bottom"/>
+ <anchor x="984.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2048.0" y="716.0" type="line"/>
+ <point x="1024.0" y="716.0" type="line"/>
+ <point x="1024.0" y="516.0" type="line"/>
+ <point x="2048.0" y="516.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1872.0" y="1096.0" type="line"/>
+ <point x="1024.0" y="1096.0" type="line"/>
+ <point x="1024.0" y="832.0" type="line"/>
+ <point x="1420.0" y="832.0" type="line"/>
+ <point x="1420.0" y="756.0" type="line"/>
+ <point x="1872.0" y="756.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1864.0" y="1436.0" type="line"/>
+ <point x="1736.0" y="1852.0"/>
+ <point x="1408.0" y="2076.0"/>
+ <point x="1016.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="508.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="-28.0"/>
+ <point x="1872.0" y="284.0"/>
+ <point x="1872.0" y="756.0" type="curve"/>
+ <point x="1420.0" y="756.0" type="line"/>
+ <point x="1420.0" y="524.0"/>
+ <point x="1244.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1016.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1660.0"/>
+ <point x="1336.0" y="1576.0"/>
+ <point x="1396.0" y="1372.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_breve.glif b/src/Inter-UI-Black.ufo/glyphs/G_breve.glif
new file mode 100644
index 000000000..94c9db341
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gbreve" format="2">
+ <advance width="2000.0"/>
+ <unicode hex="011E"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2672.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="breve" xOffset="368.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_caron.glif b/src/Inter-UI-Black.ufo/glyphs/G_caron.glif
new file mode 100644
index 000000000..1ef7314e7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gcaron" format="2">
+ <advance width="2000.0"/>
+ <unicode hex="01E6"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2692.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="caron" xOffset="236.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/G_circumflex.glif
new file mode 100644
index 000000000..66d72a0a6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gcircumflex" format="2">
+ <advance width="2000.0"/>
+ <unicode hex="011C"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2664.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="circumflex" xOffset="240.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_commaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/G_commaaccent.glif
new file mode 100644
index 000000000..8b28bfcd7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gcommaaccent" format="2">
+ <advance width="2000.0"/>
+ <unicode hex="0122"/>
+ <anchor x="1024.0" y="-708.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="commaaccent" xOffset="704.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/G_dotaccent.glif
new file mode 100644
index 000000000..0b2c60717
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gdotaccent" format="2">
+ <advance width="2000.0"/>
+ <unicode hex="0120"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2720.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="dotaccent" xOffset="624.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_ermandbls.glif b/src/Inter-UI-Black.ufo/glyphs/G_ermandbls.glif
new file mode 100644
index 000000000..0e95e4b12
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_ermandbls.glif
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Germandbls" format="2">
+ <advance width="1960.0"/>
+ <unicode hex="1E9E"/>
+ <guideline y="2092.75"/>
+ <outline>
+ <contour>
+ <point x="608.0" y="1344.0" type="line"/>
+ <point x="144.0" y="1344.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="1344.0" type="line"/>
+ <point x="608.0" y="1624.0"/>
+ <point x="700.0" y="1708.0"/>
+ <point x="868.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1708.0"/>
+ <point x="1132.0" y="1660.0"/>
+ <point x="1228.0" y="1584.0" type="curve"/>
+ <point x="876.0" y="1184.0" type="line"/>
+ <point x="876.0" y="1008.0" type="line"/>
+ <point x="1180.0" y="1008.0" type="line"/>
+ <point x="1780.0" y="1712.0" type="line"/>
+ <point x="1488.0" y="1940.0"/>
+ <point x="1216.0" y="2076.0"/>
+ <point x="868.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="2076.0"/>
+ <point x="144.0" y="1828.0"/>
+ <point x="144.0" y="1344.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="700.0" y="56.0" type="line"/>
+ <point x="808.0" y="12.0"/>
+ <point x="960.0" y="-28.0"/>
+ <point x="1176.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1552.0" y="-28.0"/>
+ <point x="1864.0" y="176.0"/>
+ <point x="1864.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="1864.0" y="996.0"/>
+ <point x="1592.0" y="1208.0"/>
+ <point x="1128.0" y="1208.0" type="curve"/>
+ <point x="876.0" y="1180.0" type="line"/>
+ <point x="876.0" y="916.0" type="line"/>
+ <point x="1056.0" y="916.0" type="line" smooth="yes"/>
+ <point x="1292.0" y="916.0"/>
+ <point x="1420.0" y="796.0"/>
+ <point x="1420.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="420.0"/>
+ <point x="1320.0" y="336.0"/>
+ <point x="1116.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="336.0"/>
+ <point x="876.0" y="376.0"/>
+ <point x="824.0" y="400.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_hemiddlehookcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/G_hemiddlehookcyrillic.glif
new file mode 100644
index 000000000..7c6ae38d5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_hemiddlehookcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ghemiddlehookcyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0494"/>
+ <outline>
+ <component base="Gamma" xOffset="-136.0"/>
+ <component base="largerighthook" xOffset="432.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_hestrokecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/G_hestrokecyrillic.glif
new file mode 100644
index 000000000..bd40ee35b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_hestrokecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ghestrokecyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0492"/>
+ <anchor x="924.0" y="2200.0" name="parent_top"/>
+ <anchor x="924.0" y="2200.0" name="top"/>
+ <anchor x="1652.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="Gamma"/>
+ <component base="crossbar" xOffset="-124.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_hook.glif b/src/Inter-UI-Black.ufo/glyphs/G_hook.glif
new file mode 100644
index 000000000..f9b355ca8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_hook.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ghook" format="2">
+ <advance width="2320.0"/>
+ <unicode hex="0193"/>
+ <guideline x="1872.0" y="996.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1872.0" y="1372.0" type="line"/>
+ <point x="1872.0" y="1712.0" type="line" smooth="yes"/>
+ <point x="1872.0" y="1888.0"/>
+ <point x="2012.0" y="1912.0"/>
+ <point x="2136.0" y="1912.0" type="curve" smooth="yes"/>
+ <point x="2180.0" y="1912.0"/>
+ <point x="2220.0" y="1904.0"/>
+ <point x="2264.0" y="1900.0" type="curve"/>
+ <point x="2264.0" y="2268.0" type="line"/>
+ <point x="2188.0" y="2284.0"/>
+ <point x="2128.0" y="2292.0"/>
+ <point x="2052.0" y="2292.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="2292.0"/>
+ <point x="1396.0" y="2088.0"/>
+ <point x="1396.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="1372.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1872.0" y="1096.0" type="line"/>
+ <point x="1024.0" y="1096.0" type="line"/>
+ <point x="1024.0" y="756.0" type="line"/>
+ <point x="1872.0" y="756.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1864.0" y="1436.0" type="line"/>
+ <point x="1736.0" y="1852.0"/>
+ <point x="1408.0" y="2076.0"/>
+ <point x="1016.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="508.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="-28.0"/>
+ <point x="1872.0" y="284.0"/>
+ <point x="1872.0" y="756.0" type="curve"/>
+ <point x="1420.0" y="756.0" type="line"/>
+ <point x="1420.0" y="524.0"/>
+ <point x="1244.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1016.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1660.0"/>
+ <point x="1336.0" y="1576.0"/>
+ <point x="1396.0" y="1372.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_macron.glif b/src/Inter-UI-Black.ufo/glyphs/G_macron.glif
new file mode 100644
index 000000000..b9e4087f5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gmacron" format="2">
+ <advance width="2000.0"/>
+ <unicode hex="1E20"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2632.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="macron" xOffset="240.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_smallcap.glif b/src/Inter-UI-Black.ufo/glyphs/G_smallcap.glif
new file mode 100644
index 000000000..21fcd7e8e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_smallcap.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gsmallcap" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0262"/>
+ <anchor x="924.0" y="0.0" name="bottom"/>
+ <anchor x="924.0" y="1776.0" name="top"/>
+ <anchor x="1800.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1632.0" y="816.0" type="line"/>
+ <point x="932.0" y="816.0" type="line"/>
+ <point x="932.0" y="524.0" type="line"/>
+ <point x="1216.0" y="524.0" type="line"/>
+ <point x="1216.0" y="376.0" type="line"/>
+ <point x="1168.0" y="348.0"/>
+ <point x="1108.0" y="332.0"/>
+ <point x="944.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="332.0"/>
+ <point x="640.0" y="460.0"/>
+ <point x="640.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="864.0" type="line" smooth="yes"/>
+ <point x="640.0" y="1040.0"/>
+ <point x="740.0" y="1164.0"/>
+ <point x="920.0" y="1164.0" type="curve" smooth="yes"/>
+ <point x="1080.0" y="1164.0"/>
+ <point x="1152.0" y="1116.0"/>
+ <point x="1180.0" y="984.0" type="curve"/>
+ <point x="1620.0" y="984.0" type="line"/>
+ <point x="1580.0" y="1352.0"/>
+ <point x="1332.0" y="1516.0"/>
+ <point x="920.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1516.0"/>
+ <point x="196.0" y="1252.0"/>
+ <point x="196.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="636.0" type="line" smooth="yes"/>
+ <point x="196.0" y="244.0"/>
+ <point x="504.0" y="-24.0"/>
+ <point x="944.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="-24.0"/>
+ <point x="1524.0" y="108.0"/>
+ <point x="1632.0" y="224.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/G_smallcaphook.glif b/src/Inter-UI-Black.ufo/glyphs/G_smallcaphook.glif
new file mode 100644
index 000000000..db98f5d5e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/G_smallcaphook.glif
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gsmallcaphook" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="029B"/>
+ <anchor x="892.0" y="0.0" name="bottom"/>
+ <anchor x="892.0" y="1776.0" name="top"/>
+ <anchor x="1924.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1636.0" y="984.0" type="line"/>
+ <point x="1636.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="1636.0" y="1336.0"/>
+ <point x="1712.0" y="1372.0"/>
+ <point x="1816.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="1856.0" y="1372.0"/>
+ <point x="1888.0" y="1364.0"/>
+ <point x="1924.0" y="1360.0" type="curve"/>
+ <point x="1924.0" y="1656.0" type="line"/>
+ <point x="1860.0" y="1672.0"/>
+ <point x="1808.0" y="1680.0"/>
+ <point x="1744.0" y="1680.0" type="curve" smooth="yes"/>
+ <point x="1452.0" y="1680.0"/>
+ <point x="1276.0" y="1504.0"/>
+ <point x="1276.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="984.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1648.0" y="816.0" type="line"/>
+ <point x="948.0" y="816.0" type="line"/>
+ <point x="948.0" y="524.0" type="line"/>
+ <point x="1232.0" y="524.0" type="line"/>
+ <point x="1232.0" y="376.0" type="line"/>
+ <point x="1184.0" y="348.0"/>
+ <point x="1124.0" y="332.0"/>
+ <point x="960.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="332.0"/>
+ <point x="656.0" y="460.0"/>
+ <point x="656.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="864.0" type="line" smooth="yes"/>
+ <point x="656.0" y="1040.0"/>
+ <point x="756.0" y="1164.0"/>
+ <point x="936.0" y="1164.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="1164.0"/>
+ <point x="1168.0" y="1116.0"/>
+ <point x="1196.0" y="984.0" type="curve"/>
+ <point x="1636.0" y="984.0" type="line"/>
+ <point x="1596.0" y="1352.0"/>
+ <point x="1348.0" y="1516.0"/>
+ <point x="936.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="1516.0"/>
+ <point x="212.0" y="1252.0"/>
+ <point x="212.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="636.0" type="line" smooth="yes"/>
+ <point x="212.0" y="244.0"/>
+ <point x="520.0" y="-24.0"/>
+ <point x="960.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1368.0" y="-24.0"/>
+ <point x="1540.0" y="108.0"/>
+ <point x="1648.0" y="224.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Gamma1_.glif b/src/Inter-UI-Black.ufo/glyphs/Gamma1_.glif
deleted file mode 100644
index 32601b1d4..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Gamma1_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gamma1" format="1">
- <advance width="2080"/>
- <unicode hex="0194"/>
- <outline>
- <contour>
- <point x="124" y="2004" type="line"/>
- <point x="992" y="168" type="line" smooth="yes"/>
- <point x="1076" y="-12"/>
- <point x="1108" y="-104"/>
- <point x="1108" y="-184" type="curve" smooth="yes"/>
- <point x="1108" y="-236"/>
- <point x="1100" y="-284"/>
- <point x="1040" y="-284" type="curve" smooth="yes"/>
- <point x="984" y="-284"/>
- <point x="972" y="-240"/>
- <point x="972" y="-184" type="curve" smooth="yes"/>
- <point x="972" y="-104"/>
- <point x="1008" y="-12"/>
- <point x="1092" y="168" type="curve" smooth="yes"/>
- <point x="1956" y="2004" type="line"/>
- <point x="1424" y="2004" type="line"/>
- <point x="908" y="744" type="line" smooth="yes"/>
- <point x="736" y="320"/>
- <point x="512" y="-68"/>
- <point x="512" y="-200" type="curve" smooth="yes"/>
- <point x="512" y="-488"/>
- <point x="764" y="-600"/>
- <point x="1040" y="-600" type="curve" smooth="yes"/>
- <point x="1316" y="-600"/>
- <point x="1556" y="-488"/>
- <point x="1556" y="-200" type="curve" smooth="yes"/>
- <point x="1556" y="-68"/>
- <point x="1348" y="324"/>
- <point x="1176" y="744" type="curve" smooth="yes"/>
- <point x="656" y="2004" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1915, 'leftMargin': 41, 'rightMargin': 41}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Gamma_.glif b/src/Inter-UI-Black.ufo/glyphs/Gamma_.glif
deleted file mode 100644
index 37ae0e123..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Gamma_.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gamma" format="1">
- <advance width="1824"/>
- <unicode hex="0393"/>
- <outline>
- <contour>
- <point x="1576" y="2048" type="line"/>
- <point x="236" y="2048" type="line"/>
- <point x="236" y="0" type="line"/>
- <point x="700" y="0" type="line"/>
- <point x="700" y="1664" type="line"/>
- <point x="1576" y="1664" type="line"/>
- </contour>
- <contour>
- <point x="924" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="696" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="524" y="1028" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="1652" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1570, 'leftMargin': 160, 'rightMargin': 71}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Gbar_.glif b/src/Inter-UI-Black.ufo/glyphs/Gbar_.glif
deleted file mode 100644
index ba0b8f363..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Gbar_.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gbar" format="1">
- <advance width="2112"/>
- <unicode hex="01E4"/>
- <outline>
- <contour>
- <point x="2048" y="716" type="line"/>
- <point x="1024" y="716" type="line"/>
- <point x="1024" y="516" type="line"/>
- <point x="2048" y="516" type="line"/>
- </contour>
- <contour>
- <point x="1872.0" y="1096.0" type="line"/>
- <point x="1024.0" y="1096.0" type="line"/>
- <point x="1024" y="832" type="line"/>
- <point x="1420" y="832" type="line"/>
- <point x="1420" y="756" type="line"/>
- <point x="1872.0" y="756.0" type="line"/>
- </contour>
- <contour>
- <point x="1864" y="1436" type="line"/>
- <point x="1736" y="1852"/>
- <point x="1408" y="2076"/>
- <point x="1016" y="2076" type="curve" smooth="yes"/>
- <point x="504" y="2076"/>
- <point x="120" y="1696"/>
- <point x="120" y="1020" type="curve"/>
- <point x="120" y="348"/>
- <point x="508" y="-28"/>
- <point x="1024" y="-28" type="curve" smooth="yes"/>
- <point x="1492" y="-28"/>
- <point x="1872" y="284"/>
- <point x="1872" y="756" type="curve"/>
- <point x="1420" y="756" type="line"/>
- <point x="1420" y="524"/>
- <point x="1244" y="388"/>
- <point x="1024" y="388" type="curve" smooth="yes"/>
- <point x="776" y="388"/>
- <point x="588" y="560"/>
- <point x="588" y="1020" type="curve"/>
- <point x="588" y="1480"/>
- <point x="772" y="1660"/>
- <point x="1016" y="1660" type="curve" smooth="yes"/>
- <point x="1184" y="1660"/>
- <point x="1336" y="1576"/>
- <point x="1396" y="1372" type="curve"/>
- </contour>
- <contour>
- <point x="984" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1012" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2032" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2016, 'leftMargin': 118, 'rightMargin': -5}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Germandbls_.glif b/src/Inter-UI-Black.ufo/glyphs/Germandbls_.glif
deleted file mode 100644
index e8e35de0d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Germandbls_.glif
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Germandbls" format="1">
- <advance width="1960"/>
- <unicode hex="1E9E"/>
- <outline>
- <contour>
- <point x="608" y="1344" type="line"/>
- <point x="144" y="1344" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- </contour>
- <contour>
- <point x="608" y="1344" type="line"/>
- <point x="608" y="1624"/>
- <point x="700" y="1708"/>
- <point x="868" y="1708" type="curve" smooth="yes"/>
- <point x="1000" y="1708"/>
- <point x="1132" y="1660"/>
- <point x="1228" y="1584" type="curve"/>
- <point x="876" y="1184" type="line"/>
- <point x="876" y="1008" type="line"/>
- <point x="1180" y="1008" type="line"/>
- <point x="1780" y="1712" type="line"/>
- <point x="1488" y="1940"/>
- <point x="1216" y="2076"/>
- <point x="868" y="2076" type="curve" smooth="yes"/>
- <point x="384" y="2076"/>
- <point x="144" y="1828"/>
- <point x="144" y="1344" type="curve"/>
- </contour>
- <contour>
- <point x="700" y="56" type="line"/>
- <point x="808" y="12"/>
- <point x="960" y="-28"/>
- <point x="1176" y="-28" type="curve" smooth="yes"/>
- <point x="1552" y="-28"/>
- <point x="1864" y="176"/>
- <point x="1864" y="596" type="curve" smooth="yes"/>
- <point x="1864" y="996"/>
- <point x="1592" y="1208"/>
- <point x="1128" y="1208" type="curve"/>
- <point x="876" y="1180" type="line"/>
- <point x="876" y="916" type="line"/>
- <point x="1056" y="916" type="line" smooth="yes"/>
- <point x="1292" y="916"/>
- <point x="1420" y="796"/>
- <point x="1420" y="596" type="curve" smooth="yes"/>
- <point x="1420" y="420"/>
- <point x="1320" y="336"/>
- <point x="1116" y="336" type="curve" smooth="yes"/>
- <point x="980" y="336"/>
- <point x="876" y="376"/>
- <point x="824" y="400" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2092.75</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 106, 'rightMargin': 118}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ghemiddlehookcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Ghemiddlehookcyrillic_.glif
deleted file mode 100644
index 3bf725c9d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ghemiddlehookcyrillic_.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ghemiddlehookcyrillic" format="1">
- <advance width="1824"/>
- <unicode hex="0494"/>
- <outline>
- <component base="Gamma" xOffset="-136"/>
- <component base="largerighthook" xOffset="432"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1763, 'leftMargin': 228, 'rightMargin': -70}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ghook_.glif b/src/Inter-UI-Black.ufo/glyphs/Ghook_.glif
deleted file mode 100644
index 3784e1b2b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ghook_.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ghook" format="1">
- <advance width="2320"/>
- <unicode hex="0193"/>
- <outline>
- <contour>
- <point x="1872" y="1372" type="line"/>
- <point x="1872" y="1712" type="line" smooth="yes"/>
- <point x="1872" y="1888"/>
- <point x="2012" y="1912"/>
- <point x="2136" y="1912" type="curve" smooth="yes"/>
- <point x="2180" y="1912"/>
- <point x="2220" y="1904"/>
- <point x="2264" y="1900" type="curve"/>
- <point x="2264" y="2268" type="line"/>
- <point x="2188" y="2284"/>
- <point x="2128" y="2292"/>
- <point x="2052" y="2292" type="curve" smooth="yes"/>
- <point x="1708" y="2292"/>
- <point x="1396" y="2088"/>
- <point x="1396" y="1712" type="curve" smooth="yes"/>
- <point x="1396" y="1372" type="line"/>
- </contour>
- <component base="G"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1872</integer>
- <key>y</key>
- <integer>996</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2057.0, 'leftMargin': 192, 'rightMargin': -132.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Gsmallcap_.glif b/src/Inter-UI-Black.ufo/glyphs/Gsmallcap_.glif
deleted file mode 100644
index ab3a771a3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Gsmallcap_.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gsmallcap" format="1">
- <advance width="1824"/>
- <unicode hex="0262"/>
- <outline>
- <contour>
- <point x="1632" y="816" type="line"/>
- <point x="932" y="816" type="line"/>
- <point x="932" y="524" type="line"/>
- <point x="1216" y="524" type="line"/>
- <point x="1216" y="376" type="line"/>
- <point x="1168" y="348"/>
- <point x="1108" y="332"/>
- <point x="944" y="332" type="curve" smooth="yes"/>
- <point x="744" y="332"/>
- <point x="640" y="460"/>
- <point x="640" y="636" type="curve" smooth="yes"/>
- <point x="640" y="864" type="line" smooth="yes"/>
- <point x="640" y="1040"/>
- <point x="740" y="1164"/>
- <point x="920" y="1164" type="curve" smooth="yes"/>
- <point x="1080" y="1164"/>
- <point x="1152" y="1116"/>
- <point x="1180" y="984" type="curve"/>
- <point x="1620" y="984" type="line"/>
- <point x="1580" y="1352"/>
- <point x="1332" y="1516"/>
- <point x="920" y="1516" type="curve" smooth="yes"/>
- <point x="496" y="1516"/>
- <point x="196" y="1252"/>
- <point x="196" y="860" type="curve" smooth="yes"/>
- <point x="196" y="636" type="line" smooth="yes"/>
- <point x="196" y="244"/>
- <point x="504" y="-24"/>
- <point x="944" y="-24" type="curve" smooth="yes"/>
- <point x="1352" y="-24"/>
- <point x="1524" y="108"/>
- <point x="1632" y="224" type="curve"/>
- </contour>
- <contour>
- <point x="924" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="924" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1800" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1728, 'leftMargin': 124, 'rightMargin': 169}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Gsmallcaphook_.glif b/src/Inter-UI-Black.ufo/glyphs/Gsmallcaphook_.glif
deleted file mode 100644
index 832eed567..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Gsmallcaphook_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gsmallcaphook" format="1">
- <advance width="2080"/>
- <unicode hex="029B"/>
- <outline>
- <contour>
- <point x="1636" y="984" type="line"/>
- <point x="1636" y="1184" type="line" smooth="yes"/>
- <point x="1636" y="1336"/>
- <point x="1712" y="1372"/>
- <point x="1816" y="1372" type="curve" smooth="yes"/>
- <point x="1856" y="1372"/>
- <point x="1888" y="1364"/>
- <point x="1924" y="1360" type="curve"/>
- <point x="1924" y="1656" type="line"/>
- <point x="1860" y="1672"/>
- <point x="1808" y="1680"/>
- <point x="1744" y="1680" type="curve" smooth="yes"/>
- <point x="1452" y="1680"/>
- <point x="1276" y="1504"/>
- <point x="1276" y="1184" type="curve" smooth="yes"/>
- <point x="1276" y="984" type="line"/>
- </contour>
- <component base="Gsmallcap" xOffset="16"/>
- <contour>
- <point x="892" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="892" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1924" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1849, 'leftMargin': 79, 'rightMargin': 0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_.glif b/src/Inter-UI-Black.ufo/glyphs/H_.glif
index d523d6354..94ab5bbdb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/H_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/H_.glif
@@ -1,74 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="H" format="1">
- <advance width="1952"/>
+<glyph name="H" format="2">
+ <advance width="1952.0"/>
<unicode hex="0048"/>
+ <guideline y="1651.375"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1868.0" y="0.0" name="right"/>
+ <anchor x="-88.0" y="1996.0" name="tonos"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1484" y="1216" type="line"/>
- <point x="456" y="1216" type="line"/>
- <point x="456" y="832" type="line"/>
- <point x="1484" y="832" type="line"/>
+ <point x="1484.0" y="1216.0" type="line"/>
+ <point x="456.0" y="1216.0" type="line"/>
+ <point x="456.0" y="832.0" type="line"/>
+ <point x="1484.0" y="832.0" type="line"/>
</contour>
<contour>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1808" y="2048" type="line"/>
- <point x="1344" y="2048" type="line"/>
- <point x="1344" y="0" type="line"/>
- <point x="1808" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1048" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1868" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="-88" y="1996" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1052" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2032" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2032" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2032" y="2200" type="move" name="top0315"/>
+ <point x="1808.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="0.0" type="line"/>
+ <point x="1808.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1651.375</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1983, 'leftMargin': 161, 'rightMargin': 162}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_aabkhasiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/H_aabkhasiancyrillic.glif
new file mode 100644
index 000000000..28e18aec3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_aabkhasiancyrillic.glif
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Haabkhasiancyrillic" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="04A8"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="1084.0" y="-16.0" name="bottom"/>
+ <anchor x="1084.0" y="2244.0" name="top"/>
+ <anchor x="2340.0" y="2244.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2200.0" y="340.0" type="line"/>
+ <point x="1660.0" y="340.0"/>
+ <point x="1360.0" y="644.0"/>
+ <point x="1360.0" y="1024.0" type="curve"/>
+ <point x="1360.0" y="1280.0" type="line" smooth="yes"/>
+ <point x="1360.0" y="1572.0"/>
+ <point x="1420.0" y="1644.0"/>
+ <point x="1528.0" y="1644.0" type="curve"/>
+ <point x="1656.0" y="1644.0"/>
+ <point x="1724.0" y="1580.0"/>
+ <point x="1724.0" y="1248.0" type="curve"/>
+ <point x="1724.0" y="992.0" type="line" smooth="yes"/>
+ <point x="1724.0" y="632.0"/>
+ <point x="1500.0" y="360.0"/>
+ <point x="1136.0" y="360.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="360.0"/>
+ <point x="628.0" y="584.0"/>
+ <point x="628.0" y="900.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="1216.0" type="line" smooth="yes"/>
+ <point x="628.0" y="1460.0"/>
+ <point x="724.0" y="1644.0"/>
+ <point x="888.0" y="1644.0" type="curve"/>
+ <point x="888.0" y="2032.0" type="line"/>
+ <point x="440.0" y="2032.0"/>
+ <point x="136.0" y="1676.0"/>
+ <point x="136.0" y="1216.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="900.0" type="line" smooth="yes"/>
+ <point x="136.0" y="376.0"/>
+ <point x="536.0" y="-28.0"/>
+ <point x="1136.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1764.0" y="-28.0"/>
+ <point x="2188.0" y="416.0"/>
+ <point x="2188.0" y="992.0" type="curve" smooth="yes"/>
+ <point x="2188.0" y="1184.0" type="line"/>
+ <point x="2188.0" y="1680.0"/>
+ <point x="1920.0" y="2032.0"/>
+ <point x="1528.0" y="2032.0" type="curve"/>
+ <point x="1168.0" y="2032.0"/>
+ <point x="932.0" y="1704.0"/>
+ <point x="932.0" y="1276.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="1024.0" type="line"/>
+ <point x="932.0" y="412.0"/>
+ <point x="1440.0" y="-12.0"/>
+ <point x="2200.0" y="-12.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_adescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/H_adescendercyrillic.glif
new file mode 100644
index 000000000..78587b38c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_adescendercyrillic.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hadescendercyrillic" format="2">
+ <advance width="2208.0"/>
+ <unicode hex="04B2"/>
+ <anchor x="1812.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1812.0" y="2216.0" name="top0315"/>
+ <anchor x="1812.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="cyrillictic" xOffset="1452.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_bar.glif b/src/Inter-UI-Black.ufo/glyphs/H_bar.glif
new file mode 100644
index 000000000..dc35e5962
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_bar.glif
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hbar" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0126"/>
+ <anchor x="976.0" y="16.0" name="bottom"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1960.0" y="1708.0" type="line"/>
+ <point x="-8.0" y="1708.0" type="line"/>
+ <point x="-8.0" y="1460.0" type="line"/>
+ <point x="1960.0" y="1460.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1484.0" y="1216.0" type="line"/>
+ <point x="456.0" y="1216.0" type="line"/>
+ <point x="456.0" y="832.0" type="line"/>
+ <point x="1484.0" y="832.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1808.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="0.0" type="line"/>
+ <point x="1808.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_brevebelow.glif b/src/Inter-UI-Black.ufo/glyphs/H_brevebelow.glif
new file mode 100644
index 000000000..ded517528
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_brevebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hbrevebelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E2A"/>
+ <anchor x="1052.0" y="-523.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="brevesubnosp" xOffset="1844.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_cedilla.glif b/src/Inter-UI-Black.ufo/glyphs/H_cedilla.glif
new file mode 100644
index 000000000..bf9265b17
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_cedilla.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hcedilla" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E28"/>
+ <outline>
+ <component base="H"/>
+ <component base="cedilla" xOffset="-16.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/H_circumflex.glif
new file mode 100644
index 000000000..b7191d7a7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hcircumflex" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0124"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2664.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="circumflex" xOffset="264.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/H_dieresis.glif
new file mode 100644
index 000000000..1256adf39
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hdieresis" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E26"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1052.0" y="2644.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="dieresis" xOffset="392.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/H_dotaccent.glif
new file mode 100644
index 000000000..fdd1ad7e2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hdotaccent" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E22"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2720.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="dotaccent" xOffset="648.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/H_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/H_dotbelow.glif
new file mode 100644
index 000000000..258cd8b27
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/H_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hdotbelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E24"/>
+ <anchor x="1051.0" y="-507.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="dotbelow" xOffset="1876.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Haabkhasiancyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Haabkhasiancyrillic_.glif
deleted file mode 100644
index 7ba0ee024..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Haabkhasiancyrillic_.glif
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Haabkhasiancyrillic" format="1">
- <advance width="2336"/>
- <unicode hex="04A8"/>
- <outline>
- <contour>
- <point x="2200" y="340" type="line"/>
- <point x="1660" y="340"/>
- <point x="1360" y="644"/>
- <point x="1360" y="1024" type="curve"/>
- <point x="1360" y="1280" type="line" smooth="yes"/>
- <point x="1360" y="1572"/>
- <point x="1420" y="1644"/>
- <point x="1528" y="1644" type="curve"/>
- <point x="1656" y="1644"/>
- <point x="1724" y="1580"/>
- <point x="1724" y="1248" type="curve"/>
- <point x="1724" y="992" type="line" smooth="yes"/>
- <point x="1724" y="632"/>
- <point x="1500" y="360"/>
- <point x="1136" y="360" type="curve" smooth="yes"/>
- <point x="816" y="360"/>
- <point x="628" y="584"/>
- <point x="628" y="900" type="curve" smooth="yes"/>
- <point x="628" y="1216" type="line" smooth="yes"/>
- <point x="628" y="1460"/>
- <point x="724" y="1644"/>
- <point x="888" y="1644" type="curve"/>
- <point x="888" y="2032" type="line"/>
- <point x="440" y="2032"/>
- <point x="136" y="1676"/>
- <point x="136" y="1216" type="curve" smooth="yes"/>
- <point x="136" y="900" type="line" smooth="yes"/>
- <point x="136" y="376"/>
- <point x="536" y="-28"/>
- <point x="1136" y="-28" type="curve" smooth="yes"/>
- <point x="1764" y="-28"/>
- <point x="2188" y="416"/>
- <point x="2188" y="992" type="curve" smooth="yes"/>
- <point x="2188" y="1184" type="line"/>
- <point x="2188" y="1680"/>
- <point x="1920" y="2032"/>
- <point x="1528" y="2032" type="curve"/>
- <point x="1168" y="2032"/>
- <point x="932" y="1704"/>
- <point x="932" y="1276" type="curve" smooth="yes"/>
- <point x="932" y="1024" type="line"/>
- <point x="932" y="412"/>
- <point x="1440" y="-12"/>
- <point x="2200" y="-12" type="curve"/>
- </contour>
- <contour>
- <point x="1084" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1084" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2340" y="2244" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2327, 'leftMargin': 122, 'rightMargin': 141}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Hadescendercyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Hadescendercyrillic_.glif
deleted file mode 100644
index 34752e39f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Hadescendercyrillic_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Hadescendercyrillic" format="1">
- <advance width="2208"/>
- <unicode hex="04B2"/>
- <outline>
- <component base="X"/>
- <component base="cyrillictic" xOffset="1452"/>
- <contour>
- <point x="1812" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1812" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1812" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1904, 'leftMargin': 140, 'rightMargin': -4}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Hbar_.glif b/src/Inter-UI-Black.ufo/glyphs/Hbar_.glif
deleted file mode 100644
index 3bb18bdba..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Hbar_.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Hbar" format="1">
- <advance width="1952"/>
- <unicode hex="0126"/>
- <outline>
- <contour>
- <point x="1960" y="1708" type="line"/>
- <point x="-8" y="1708" type="line"/>
- <point x="-8" y="1460" type="line"/>
- <point x="1960" y="1460" type="line"/>
- </contour>
- <component base="H"/>
- <contour>
- <point x="976" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="976" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1992" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2045, 'leftMargin': 45, 'rightMargin': 32}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Hcedilla_.glif b/src/Inter-UI-Black.ufo/glyphs/Hcedilla_.glif
deleted file mode 100644
index 58e7b9c75..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Hcedilla_.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Hcedilla" format="1">
- <advance width="1952"/>
- <unicode hex="1E28"/>
- <outline>
- <component base="H"/>
- <component base="cedilla" xOffset="-16" yOffset="-16"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1983, 'leftMargin': 196, 'rightMargin': 127}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_.glif b/src/Inter-UI-Black.ufo/glyphs/I_.glif
index 3f986e974..57d0b8357 100644
--- a/src/Inter-UI-Black.ufo/glyphs/I_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/I_.glif
@@ -1,89 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="I" format="1">
- <advance width="752"/>
+<glyph name="I" format="2">
+ <advance width="752.0"/>
<unicode hex="0049"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <guideline y="292.875"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="516.0" y="0.0" name="ogonek"/>
+ <anchor x="596.0" y="0.0" name="right"/>
+ <anchor x="-184.0" y="2004.0" name="tonos"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- </contour>
- <contour>
- <point x="376" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="376" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="-184" y="2004" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="596" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="516" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="800" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="800" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="800" y="2200" type="move" name="top0315"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>292.875</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 842, 'leftMargin': 191, 'rightMargin': 192}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_J_.glif b/src/Inter-UI-Black.ufo/glyphs/I_J_.glif
new file mode 100644
index 000000000..f408bb718
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_J_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="IJ" format="2">
+ <advance width="2620.0"/>
+ <unicode hex="0132"/>
+ <outline>
+ <component base="I" xOffset="256.0"/>
+ <component base="J" xOffset="1008.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_acute.glif b/src/Inter-UI-Black.ufo/glyphs/I_acute.glif
new file mode 100644
index 000000000..b0041fec6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iacute" format="2">
+ <advance width="752.0"/>
+ <unicode hex="00CD"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2720.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="acute" xOffset="12.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_breve.glif b/src/Inter-UI-Black.ufo/glyphs/I_breve.glif
new file mode 100644
index 000000000..83ac3e58b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ibreve" format="2">
+ <advance width="752.0"/>
+ <unicode hex="012C"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2672.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="breve" xOffset="-280.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_caron.glif b/src/Inter-UI-Black.ufo/glyphs/I_caron.glif
new file mode 100644
index 000000000..4f07c7018
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Icaron" format="2">
+ <advance width="752.0"/>
+ <unicode hex="01CF"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2692.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="caron" xOffset="-412.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/I_circumflex.glif
new file mode 100644
index 000000000..b66d93b96
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Icircumflex" format="2">
+ <advance width="752.0"/>
+ <unicode hex="00CE"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2664.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="circumflex" xOffset="-408.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_dblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/I_dblgrave.glif
new file mode 100644
index 000000000..94f4c8411
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idblgrave" format="2">
+ <advance width="752.0"/>
+ <unicode hex="0208"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2681.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dblgravecmb" xOffset="1024.0" yOffset="426.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/I_dieresis.glif
new file mode 100644
index 000000000..a7905b0e7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_dieresis.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idieresis" format="2">
+ <advance width="1120.0"/>
+ <unicode hex="00CF"/>
+ <outline>
+ <component base="casedieresis.cn" xOffset="-96.0"/>
+ <component base="I" xOffset="184.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_dieresisacute.glif b/src/Inter-UI-Black.ufo/glyphs/I_dieresisacute.glif
new file mode 100644
index 000000000..271150743
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_dieresisacute.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idieresisacute" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1E2E"/>
+ <anchor x="532.0" y="0.0" name="bottom"/>
+ <anchor x="952.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="668.0" y="0.0" name="ogonek"/>
+ <anchor x="748.0" y="0.0" name="right"/>
+ <anchor x="112.0" y="2004.0" name="tonos"/>
+ <anchor x="528.0" y="2200.0" name="top"/>
+ <anchor x="952.0" y="2200.0" name="top0315"/>
+ <anchor x="952.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="96.0"/>
+ <component base="dieresisacutecomb.cn" xOffset="1320.0" yOffset="464.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_dieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/I_dieresiscyrillic.glif
new file mode 100644
index 000000000..fe8f6c32b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_dieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idieresiscyrillic" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="04E4"/>
+ <anchor x="1044.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2644.0" name="top"/>
+ <anchor x="2028.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10026"/>
+ <component base="dieresis" xOffset="388.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/I_dotaccent.glif
new file mode 100644
index 000000000..adcf80824
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idotaccent" format="2">
+ <advance width="752.0"/>
+ <unicode hex="0130"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2720.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dotaccent" xOffset="-24.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/I_dotbelow.glif
new file mode 100644
index 000000000..49d6e8894
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idotbelow" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1ECA"/>
+ <anchor x="375.0" y="-523.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dotbelow" xOffset="1200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_ebrevecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/I_ebrevecyrillic.glif
new file mode 100644
index 000000000..a614ca5c1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_ebrevecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iebrevecyrillic" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="04D6"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2672.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="breve" xOffset="192.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_grave.glif b/src/Inter-UI-Black.ufo/glyphs/I_grave.glif
new file mode 100644
index 000000000..63723c57e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Igrave" format="2">
+ <advance width="752.0"/>
+ <unicode hex="00CC"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2720.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="grave" xOffset="-312.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_hookabove.glif b/src/Inter-UI-Black.ufo/glyphs/I_hookabove.glif
new file mode 100644
index 000000000..965479943
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ihookabove" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1EC8"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2819.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="hook" xOffset="1223.0" yOffset="414.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_invertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/I_invertedbreve.glif
new file mode 100644
index 000000000..1f872fc2f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iinvertedbreve" format="2">
+ <advance width="752.0"/>
+ <unicode hex="020A"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2750.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="breveinvnosp" xOffset="1168.0" yOffset="605.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_macron.glif b/src/Inter-UI-Black.ufo/glyphs/I_macron.glif
new file mode 100644
index 000000000..6c92a2926
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Imacron" format="2">
+ <advance width="752.0"/>
+ <unicode hex="012A"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2632.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="macron" xOffset="-408.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_macroncyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/I_macroncyrillic.glif
new file mode 100644
index 000000000..36cd7be5e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_macroncyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Imacroncyrillic" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="04E2"/>
+ <anchor x="1044.0" y="2200.0" name="parent_top"/>
+ <anchor x="1044.0" y="2632.0" name="top"/>
+ <anchor x="2028.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10026"/>
+ <component base="macron" xOffset="260.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_ogonek.glif b/src/Inter-UI-Black.ufo/glyphs/I_ogonek.glif
new file mode 100644
index 000000000..fe6f1f35c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_ogonek.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iogonek" format="2">
+ <advance width="752.0"/>
+ <unicode hex="012E"/>
+ <anchor x="376.0" y="-572.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="ogonek" xOffset="-136.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_ota.glif b/src/Inter-UI-Black.ufo/glyphs/I_ota.glif
new file mode 100644
index 000000000..42662496f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_ota.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iota" format="2">
+ <advance width="752.0"/>
+ <unicode hex="0399"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_ota1.glif b/src/Inter-UI-Black.ufo/glyphs/I_ota1.glif
new file mode 100644
index 000000000..72430b801
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_ota1.glif
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iota1" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="0196"/>
+ <outline>
+ <contour>
+ <point x="572.0" y="2112.0" type="line"/>
+ <point x="128.0" y="2112.0" type="line"/>
+ <point x="128.0" y="504.0" type="line" smooth="yes"/>
+ <point x="128.0" y="160.0"/>
+ <point x="340.0" y="-28.0"/>
+ <point x="704.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="-28.0"/>
+ <point x="852.0" y="-16.0"/>
+ <point x="928.0" y="0.0" type="curve"/>
+ <point x="896.0" y="344.0" type="line"/>
+ <point x="852.0" y="336.0"/>
+ <point x="820.0" y="332.0"/>
+ <point x="760.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="332.0"/>
+ <point x="572.0" y="392.0"/>
+ <point x="572.0" y="504.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_otadieresis.glif b/src/Inter-UI-Black.ufo/glyphs/I_otadieresis.glif
new file mode 100644
index 000000000..fdc34538d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_otadieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iotadieresis" format="2">
+ <advance width="752.0"/>
+ <unicode hex="03AA"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="380.0" y="2644.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dieresis" xOffset="-280.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_otatonos.glif b/src/Inter-UI-Black.ufo/glyphs/I_otatonos.glif
new file mode 100644
index 000000000..c2fe70646
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_otatonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iotatonos" format="2">
+ <advance width="852.0"/>
+ <unicode hex="038A"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="900.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="900.0" y="2200.0" name="top0315"/>
+ <anchor x="900.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="100.0"/>
+ <component base="tonos" xOffset="-764.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_smallcap.glif b/src/Inter-UI-Black.ufo/glyphs/I_smallcap.glif
new file mode 100644
index 000000000..86cf5243d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_smallcap.glif
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ismallcap" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="026A"/>
+ <guideline x="537.625"/>
+ <anchor x="656.0" y="0.0" name="bottom"/>
+ <anchor x="656.0" y="1776.0" name="top"/>
+ <anchor x="1196.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1084.0" y="1488.0" type="line"/>
+ <point x="228.0" y="1488.0" type="line"/>
+ <point x="228.0" y="1132.0" type="line"/>
+ <point x="1084.0" y="1132.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="876.0" y="1488.0" type="line"/>
+ <point x="432.0" y="1488.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
+ <point x="876.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1084.0" y="360.0" type="line"/>
+ <point x="228.0" y="360.0" type="line"/>
+ <point x="228.0" y="0.0" type="line"/>
+ <point x="1084.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_stroke.glif b/src/Inter-UI-Black.ufo/glyphs/I_stroke.glif
new file mode 100644
index 000000000..da1b1be08
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_stroke.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Istroke" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="0197"/>
+ <anchor x="704.0" y="0.0" name="bottom"/>
+ <anchor x="704.0" y="2200.0" name="top"/>
+ <anchor x="1228.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="I" xOffset="268.0"/>
+ <component base="crossbar"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_tilde.glif b/src/Inter-UI-Black.ufo/glyphs/I_tilde.glif
new file mode 100644
index 000000000..aba06262c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Itilde" format="2">
+ <advance width="752.0"/>
+ <unicode hex="0128"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2724.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="tilde" xOffset="-280.0" yOffset="420.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_tildebelow.glif b/src/Inter-UI-Black.ufo/glyphs/I_tildebelow.glif
new file mode 100644
index 000000000..785e1e224
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_tildebelow.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Itildebelow" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="1E2C"/>
+ <anchor x="588.0" y="0.0" name="bottom"/>
+ <anchor x="1012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="588.0" y="-560.0" name="mkmkbottom_acc"/>
+ <anchor x="728.0" y="0.0" name="ogonek"/>
+ <anchor x="808.0" y="0.0" name="right"/>
+ <anchor x="168.0" y="2004.0" name="tonos"/>
+ <anchor x="588.0" y="2200.0" name="top"/>
+ <anchor x="1012.0" y="2200.0" name="top0315"/>
+ <anchor x="1012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="152.0"/>
+ <component base="tilde" xOffset="-112.0" yOffset="-2284.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/I_zhitsadblgravecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/I_zhitsadblgravecyrillic.glif
new file mode 100644
index 000000000..4102706fa
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/I_zhitsadblgravecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Izhitsadblgravecyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="0476"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2681.0" name="top"/>
+ <anchor x="1960.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10148"/>
+ <component base="dblgravecmb" xOffset="1696.0" yOffset="426.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Idieresis_.glif b/src/Inter-UI-Black.ufo/glyphs/Idieresis_.glif
deleted file mode 100644
index dad1fcc55..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Idieresis_.glif
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Idieresis" format="1">
- <advance width="1120"/>
- <unicode hex="00CF"/>
- <outline>
- <component base="casedieresis.cn" xOffset="-96"/>
- <component base="I" xOffset="184"/>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Idieresisacute_.glif b/src/Inter-UI-Black.ufo/glyphs/Idieresisacute_.glif
deleted file mode 100644
index 255312a18..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Idieresisacute_.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Idieresisacute" format="1">
- <advance width="1056"/>
- <unicode hex="1E2E"/>
- <outline>
- <component base="I" xOffset="96"/>
- <component base="dieresisacutecomb" xOffset="1320" yOffset="464"/>
- <contour>
- <point x="748" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="532" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="112" y="2004" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="528" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="952" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="952" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="668" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="952" y="-560" type="move" name="bottom_dd"/>
- </contour>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Iota1_.glif b/src/Inter-UI-Black.ufo/glyphs/Iota1_.glif
deleted file mode 100644
index 3076a4db9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Iota1_.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Iota1" format="1">
- <advance width="1056"/>
- <unicode hex="0196"/>
- <outline>
- <contour>
- <point x="572" y="2112" type="line"/>
- <point x="128" y="2112" type="line"/>
- <point x="128" y="504" type="line" smooth="yes"/>
- <point x="128" y="160"/>
- <point x="340" y="-28"/>
- <point x="704" y="-28" type="curve" smooth="yes"/>
- <point x="780" y="-28"/>
- <point x="852" y="-16"/>
- <point x="928" y="0" type="curve"/>
- <point x="896" y="344" type="line"/>
- <point x="852" y="336"/>
- <point x="820" y="332"/>
- <point x="760" y="332" type="curve" smooth="yes"/>
- <point x="636" y="332"/>
- <point x="572" y="392"/>
- <point x="572" y="504" type="curve" smooth="yes"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1018, 'leftMargin': 161, 'rightMargin': 55}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ismallcap_.glif b/src/Inter-UI-Black.ufo/glyphs/Ismallcap_.glif
deleted file mode 100644
index e8e39b881..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ismallcap_.glif
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ismallcap" format="1">
- <advance width="1312"/>
- <unicode hex="026A"/>
- <outline>
- <contour>
- <point x="1084" y="1488" type="line" name="hr00"/>
- <point x="228" y="1488" type="line"/>
- <point x="228" y="1132" type="line"/>
- <point x="1084" y="1132" type="line"/>
- </contour>
- <contour>
- <point x="876" y="1488" type="line"/>
- <point x="432" y="1488" type="line"/>
- <point x="432" y="0" type="line"/>
- <point x="876" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1084" y="360" type="line"/>
- <point x="228" y="360" type="line"/>
- <point x="228" y="0" type="line"/>
- <point x="1084" y="0" type="line"/>
- </contour>
- <contour>
- <point x="656" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="656" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1196" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>537.625</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1075, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Istroke_.glif b/src/Inter-UI-Black.ufo/glyphs/Istroke_.glif
deleted file mode 100644
index 3453f7f7b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Istroke_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Istroke" format="1">
- <advance width="1312"/>
- <unicode hex="0197"/>
- <outline>
- <component base="I" xOffset="268"/>
- <component base="crossbar"/>
- <contour>
- <point x="704" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1228" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="704" y="0" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1046, 'leftMargin': -20, 'rightMargin': 74}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Itildebelow_.glif b/src/Inter-UI-Black.ufo/glyphs/Itildebelow_.glif
deleted file mode 100644
index dd61f0a6b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Itildebelow_.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Itildebelow" format="1">
- <advance width="1088"/>
- <unicode hex="1E2C"/>
- <outline>
- <component base="I" xOffset="152"/>
- <component base="tilde" xOffset="-112" yOffset="-2284"/>
- <contour>
- <point x="808" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="588" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="168" y="2004" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="588" y="-560" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="588" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1012" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="1012" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="728" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1012" y="-560" type="move" name="bottom_dd"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1082, 'leftMargin': -31, 'rightMargin': 57}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/J_.glif b/src/Inter-UI-Black.ufo/glyphs/J_.glif
index 73315ceb7..277744643 100644
--- a/src/Inter-UI-Black.ufo/glyphs/J_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/J_.glif
@@ -1,92 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="J" format="1">
- <advance width="1612"/>
+<glyph name="J" format="2">
+ <advance width="1612.0"/>
<unicode hex="004A"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <guideline y="1358.5"/>
+ <anchor x="752.0" y="-16.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1228.0" y="2200.0" name="top"/>
+ <anchor x="1628.0" y="2200.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1008" y="628" type="line"/>
- <point x="1008" y="452"/>
- <point x="924" y="344"/>
- <point x="784" y="344" type="curve" smooth="yes"/>
- <point x="652" y="344"/>
- <point x="568" y="436"/>
- <point x="564" y="604" type="curve"/>
- <point x="100" y="604" type="line"/>
- <point x="100" y="172"/>
- <point x="388" y="-28"/>
- <point x="784" y="-28" type="curve" smooth="yes"/>
- <point x="1172" y="-28"/>
- <point x="1468" y="228"/>
- <point x="1468" y="628" type="curve"/>
- <point x="1468" y="2048" type="line"/>
- <point x="1008" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="1228" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="752" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1628" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1628" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1628" y="2200" type="move" name="top0315"/>
+ <point x="1008.0" y="628.0" type="line"/>
+ <point x="1008.0" y="452.0"/>
+ <point x="924.0" y="344.0"/>
+ <point x="784.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="344.0"/>
+ <point x="568.0" y="436.0"/>
+ <point x="564.0" y="604.0" type="curve"/>
+ <point x="100.0" y="604.0" type="line"/>
+ <point x="100.0" y="172.0"/>
+ <point x="388.0" y="-28.0"/>
+ <point x="784.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="-28.0"/>
+ <point x="1468.0" y="228.0"/>
+ <point x="1468.0" y="628.0" type="curve"/>
+ <point x="1468.0" y="2048.0" type="line"/>
+ <point x="1008.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1358.5</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1580, 'leftMargin': 52, 'rightMargin': 160}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/J_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/J_circumflex.glif
new file mode 100644
index 000000000..9d10fb303
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/J_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Jcircumflex" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="0134"/>
+ <anchor x="752.0" y="-16.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1228.0" y="2200.0" name="parent_top"/>
+ <anchor x="1228.0" y="2664.0" name="top"/>
+ <anchor x="1628.0" y="2200.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="J"/>
+ <component base="circumflex" xOffset="444.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_.glif b/src/Inter-UI-Black.ufo/glyphs/K_.glif
index 3dfd35768..6ddd91a88 100644
--- a/src/Inter-UI-Black.ufo/glyphs/K_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/K_.glif
@@ -1,271 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="K" format="1">
+<glyph name="K" format="2">
<advance width="2048.0"/>
<unicode hex="004B"/>
+ <guideline y="1651.375"/>
+ <guideline x="2016.0" y="2048.0" angle="227.7134"/>
+ <anchor x="940.0" y="2.0" name="bottom"/>
+ <anchor x="1972.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="388.0" y="1684.0" name="cross"/>
+ <anchor x="1824.0" y="0.0" name="right"/>
+ <anchor x="864.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
</contour>
<contour>
<point x="2016.0" y="2048.0" type="line"/>
- <point x="1408" y="2048" type="line"/>
- <point x="636" y="1192" type="line"/>
- <point x="564" y="1192" type="line"/>
- <point x="564" y="452" type="line"/>
- <point x="892" y="812" type="line"/>
- <point x="996" y="940" type="line"/>
+ <point x="1408.0" y="2048.0" type="line"/>
+ <point x="636.0" y="1192.0" type="line"/>
+ <point x="564.0" y="1192.0" type="line"/>
+ <point x="564.0" y="452.0" type="line"/>
+ <point x="892.0" y="812.0" type="line"/>
+ <point x="996.0" y="940.0" type="line"/>
</contour>
<contour>
- <point x="1400" y="0" type="line"/>
- <point x="1956" y="0" type="line"/>
- <point x="1084" y="1180" type="line"/>
- <point x="744" y="904" type="line"/>
- </contour>
- <contour>
- <point x="940" y="2" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1824" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="388" y="1684" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="864" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1972" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1972" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1972" y="2200" type="move" name="top0315"/>
+ <point x="1400.0" y="0.0" type="line"/>
+ <point x="1956.0" y="0.0" type="line"/>
+ <point x="1084.0" y="1180.0" type="line"/>
+ <point x="744.0" y="904.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1651.375</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>-132.2865905549667</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>2016</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>488</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>240</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>240</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>488</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1748</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1448</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>512</integer>
- <key>y</key>
- <integer>1020</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>440</integer>
- <key>y</key>
- <integer>1020</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>440</integer>
- <key>y</key>
- <integer>616</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>764</integer>
- <key>y</key>
- <integer>980</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1444</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1760</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>868</integer>
- <key>y</key>
- <integer>1168</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>716</integer>
- <key>y</key>
- <integer>976</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>K</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <real>2048.0</real>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1797, 'leftMargin': 161, 'rightMargin': -28}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_abashkircyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/K_abashkircyrillic.glif
new file mode 100644
index 000000000..bb5995153
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_abashkircyrillic.glif
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kabashkircyrillic" format="2">
+ <advance width="2576.0"/>
+ <unicode hex="04A0"/>
+ <outline>
+ <contour>
+ <point x="860.0" y="2048.0" type="line"/>
+ <point x="48.0" y="2048.0" type="line"/>
+ <point x="48.0" y="1688.0" type="line"/>
+ <point x="860.0" y="1688.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1136.0" y="2048.0" type="line"/>
+ <point x="672.0" y="2048.0" type="line"/>
+ <point x="672.0" y="0.0" type="line"/>
+ <point x="1136.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2544.0" y="2048.0" type="line"/>
+ <point x="1936.0" y="2048.0" type="line"/>
+ <point x="1164.0" y="1192.0" type="line"/>
+ <point x="1092.0" y="1192.0" type="line"/>
+ <point x="1092.0" y="452.0" type="line"/>
+ <point x="1420.0" y="812.0" type="line"/>
+ <point x="1524.0" y="940.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1928.0" y="0.0" type="line"/>
+ <point x="2484.0" y="0.0" type="line"/>
+ <point x="1612.0" y="1180.0" type="line"/>
+ <point x="1272.0" y="904.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_acute.glif b/src/Inter-UI-Black.ufo/glyphs/K_acute.glif
new file mode 100644
index 000000000..525e1dc74
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kacute" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="1E30"/>
+ <anchor x="940.0" y="2.0" name="bottom"/>
+ <anchor x="1972.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="864.0" y="2200.0" name="parent_top"/>
+ <anchor x="864.0" y="2720.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="acute" xOffset="500.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_acyr.glif b/src/Inter-UI-Black.ufo/glyphs/K_acyr.glif
new file mode 100644
index 000000000..d296b68c2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_acyr.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kacyr" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="041A"/>
+ <outline>
+ <contour>
+ <point x="1336.0" y="0.0" type="line"/>
+ <point x="1920.0" y="0.0" type="line"/>
+ <point x="1136.0" y="1056.0" type="line"/>
+ <point x="2016.0" y="2048.0" type="line"/>
+ <point x="1408.0" y="2048.0" type="line"/>
+ <point x="704.0" y="1244.0" type="line"/>
+ <point x="608.0" y="1244.0" type="line"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="860.0" type="line"/>
+ <point x="704.0" y="860.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_adescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/K_adescendercyrillic.glif
new file mode 100644
index 000000000..14ee164d9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_adescendercyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kadescendercyrillic" format="2">
+ <advance width="2308.0"/>
+ <unicode hex="049A"/>
+ <outline>
+ <component base="K" xOffset="100.0"/>
+ <component base="cyrillictic" xOffset="1588.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_ahookcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/K_ahookcyrillic.glif
new file mode 100644
index 000000000..8dbdfdb4c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_ahookcyrillic.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kahookcyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04C3"/>
+ <outline>
+ <contour>
+ <point x="676.0" y="2004.0" type="line"/>
+ <point x="216.0" y="2004.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="676.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1796.0" y="2004.0" type="line"/>
+ <point x="1216.0" y="2004.0" type="line"/>
+ <point x="804.0" y="1216.0" type="line"/>
+ <point x="532.0" y="1216.0" type="line"/>
+ <point x="588.0" y="784.0" type="line"/>
+ <point x="1008.0" y="784.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="592.0" y="780.0" type="line"/>
+ <point x="1032.0" y="780.0" type="line" smooth="yes"/>
+ <point x="1264.0" y="780.0"/>
+ <point x="1408.0" y="632.0"/>
+ <point x="1404.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="180.0"/>
+ <point x="1392.0" y="-156.0"/>
+ <point x="1072.0" y="-156.0" type="curve"/>
+ <point x="1072.0" y="-508.0" type="line"/>
+ <point x="1688.0" y="-508.0"/>
+ <point x="1864.0" y="-16.0"/>
+ <point x="1864.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1864.0" y="900.0"/>
+ <point x="1520.0" y="1148.0"/>
+ <point x="1032.0" y="1148.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="1148.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_appa.glif b/src/Inter-UI-Black.ufo/glyphs/K_appa.glif
new file mode 100644
index 000000000..8ace3124e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_appa.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kappa" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="039A"/>
+ <anchor x="940.0" y="2.0" name="bottom"/>
+ <anchor x="1972.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="864.0" y="2200.0" name="parent_top"/>
+ <anchor x="864.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_averticalstrokecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/K_averticalstrokecyrillic.glif
new file mode 100644
index 000000000..8d862daf5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_averticalstrokecyrillic.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kaverticalstrokecyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="049C"/>
+ <outline>
+ <contour>
+ <point x="148.0" y="2004.0" type="line"/>
+ <point x="148.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="712.0" y="1576.0" type="line"/>
+ <point x="712.0" y="476.0" type="line"/>
+ <point x="948.0" y="476.0" type="line"/>
+ <point x="948.0" y="1576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1304.0" y="2004.0" type="line"/>
+ <point x="980.0" y="1220.0" type="line"/>
+ <point x="464.0" y="1220.0" type="line"/>
+ <point x="520.0" y="784.0" type="line"/>
+ <point x="1188.0" y="784.0" type="line"/>
+ <point x="1880.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="976.0" y="868.0" type="line"/>
+ <point x="1344.0" y="0.0" type="line"/>
+ <point x="1936.0" y="0.0" type="line"/>
+ <point x="1360.0" y="1112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_caron.glif b/src/Inter-UI-Black.ufo/glyphs/K_caron.glif
new file mode 100644
index 000000000..7b537d534
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kcaron" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="01E8"/>
+ <anchor x="940.0" y="2.0" name="bottom"/>
+ <anchor x="1972.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="864.0" y="2200.0" name="parent_top"/>
+ <anchor x="864.0" y="2692.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="caron" xOffset="76.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_commaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/K_commaaccent.glif
new file mode 100644
index 000000000..09bc3f8d0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_commaaccent.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kcommaaccent" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="0136"/>
+ <anchor x="940.0" y="-706.0" name="bottom"/>
+ <anchor x="1972.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="864.0" y="2200.0" name="parent_top"/>
+ <anchor x="864.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="commaaccent" xOffset="620.0" yOffset="-506.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/K_dotbelow.glif
new file mode 100644
index 000000000..f78dc8ee8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kdotbelow" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="1E32"/>
+ <anchor x="939.0" y="-521.0" name="bottom"/>
+ <anchor x="1972.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="864.0" y="2200.0" name="parent_top"/>
+ <anchor x="864.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="dotbelow" xOffset="1764.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_hook.glif b/src/Inter-UI-Black.ufo/glyphs/K_hook.glif
new file mode 100644
index 000000000..9c9a1c919
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_hook.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Khook" format="2">
+ <advance width="2008.0"/>
+ <unicode hex="0198"/>
+ <guideline x="1132.0" y="1740.0" angle="227.7472"/>
+ <guideline x="1520.0" y="1508.0" angle="227.9329"/>
+ <outline>
+ <contour>
+ <point x="1520.0" y="1508.0" type="line"/>
+ <point x="1584.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="1672.0" y="1676.0"/>
+ <point x="1736.0" y="1708.0"/>
+ <point x="1848.0" y="1648.0" type="curve"/>
+ <point x="1992.0" y="1980.0" type="line"/>
+ <point x="1724.0" y="2136.0"/>
+ <point x="1460.0" y="2104.0"/>
+ <point x="1248.0" y="1868.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="1740.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1400.0" y="0.0" type="line"/>
+ <point x="1956.0" y="0.0" type="line"/>
+ <point x="1084.0" y="1180.0" type="line"/>
+ <point x="744.0" y="904.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1132.0" y="1740.0" type="line"/>
+ <point x="636.0" y="1192.0" type="line"/>
+ <point x="564.0" y="1192.0" type="line"/>
+ <point x="564.0" y="452.0" type="line"/>
+ <point x="892.0" y="812.0" type="line"/>
+ <point x="996.0" y="940.0" type="line"/>
+ <point x="1520.0" y="1508.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_linebelow.glif b/src/Inter-UI-Black.ufo/glyphs/K_linebelow.glif
new file mode 100644
index 000000000..57e236116
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Klinebelow" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="1E34"/>
+ <anchor x="941.0" y="-472.0" name="bottom"/>
+ <anchor x="1972.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="864.0" y="2200.0" name="parent_top"/>
+ <anchor x="864.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="macronsubnosp" xOffset="1732.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_oppa.glif b/src/Inter-UI-Black.ufo/glyphs/K_oppa.glif
new file mode 100644
index 000000000..6ac7f8161
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_oppa.glif
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Koppa" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="03DE"/>
+ <outline>
+ <contour>
+ <point x="1512.0" y="1080.0" type="line"/>
+ <point x="340.0" y="240.0" type="line"/>
+ <point x="288.0" y="300.0" type="line"/>
+ <point x="500.0" y="856.0" type="line"/>
+ <point x="1756.0" y="1776.0" type="line"/>
+ <point x="1792.0" y="1712.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="288.0" y="300.0" type="line"/>
+ <point x="376.0" y="1464.0" type="line" smooth="yes"/>
+ <point x="380.0" y="1508.0"/>
+ <point x="380.0" y="1520.0"/>
+ <point x="380.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1680.0"/>
+ <point x="268.0" y="1704.0"/>
+ <point x="148.0" y="1704.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="1704.0"/>
+ <point x="112.0" y="1704.0"/>
+ <point x="96.0" y="1700.0" type="curve"/>
+ <point x="116.0" y="2024.0" type="line"/>
+ <point x="156.0" y="2032.0"/>
+ <point x="200.0" y="2032.0"/>
+ <point x="260.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="2032.0"/>
+ <point x="736.0" y="1928.0"/>
+ <point x="736.0" y="1592.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="1564.0"/>
+ <point x="732.0" y="1532.0"/>
+ <point x="732.0" y="1504.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="596.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1792.0" y="1712.0" type="line"/>
+ <point x="1704.0" y="580.0" type="line" smooth="yes"/>
+ <point x="1700.0" y="528.0"/>
+ <point x="1700.0" y="488.0"/>
+ <point x="1700.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1700.0" y="340.0"/>
+ <point x="1812.0" y="300.0"/>
+ <point x="1932.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="1948.0" y="300.0"/>
+ <point x="1968.0" y="304.0"/>
+ <point x="1988.0" y="304.0" type="curve"/>
+ <point x="1964.0" y="-20.0" type="line"/>
+ <point x="1924.0" y="-28.0"/>
+ <point x="1900.0" y="-28.0"/>
+ <point x="1828.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="-28.0"/>
+ <point x="1344.0" y="72.0"/>
+ <point x="1344.0" y="408.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="436.0"/>
+ <point x="1348.0" y="468.0"/>
+ <point x="1348.0" y="504.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="1420.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.5</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_oppacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/K_oppacyrillic.glif
new file mode 100644
index 000000000..76aa3ff85
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_oppacyrillic.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Koppacyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0480"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <guideline x="1373.625"/>
+ <anchor x="952.0" y="-16.0" name="bottom"/>
+ <anchor x="1584.0" y="168.0" name="right"/>
+ <anchor x="952.0" y="2244.0" name="top"/>
+ <anchor x="1756.0" y="2244.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="924.0" y="344.0" type="line"/>
+ <point x="708.0" y="344.0"/>
+ <point x="608.0" y="524.0"/>
+ <point x="608.0" y="788.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="1216.0" type="line" smooth="yes"/>
+ <point x="608.0" y="1480.0"/>
+ <point x="708.0" y="1660.0"/>
+ <point x="924.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="1660.0"/>
+ <point x="1216.0" y="1572.0"/>
+ <point x="1216.0" y="1328.0" type="curve"/>
+ <point x="1676.0" y="1328.0" type="line"/>
+ <point x="1676.0" y="1800.0"/>
+ <point x="1404.0" y="2032.0"/>
+ <point x="924.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="2032.0"/>
+ <point x="152.0" y="1700.0"/>
+ <point x="152.0" y="1212.0" type="curve"/>
+ <point x="152.0" y="788.0" type="line"/>
+ <point x="152.0" y="304.0"/>
+ <point x="448.0" y="-28.0"/>
+ <point x="924.0" y="-28.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1228.0" y="344.0" type="line"/>
+ <point x="772.0" y="344.0" type="line"/>
+ <point x="772.0" y="-484.0" type="line"/>
+ <point x="1228.0" y="-484.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/K_sicyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/K_sicyrillic.glif
new file mode 100644
index 000000000..f657034b2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/K_sicyrillic.glif
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ksicyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="046E"/>
+ <outline>
+ <contour>
+ <point x="304.0" y="2004.0" type="line"/>
+ <point x="304.0" y="1632.0" type="line"/>
+ <point x="644.0" y="1632.0" type="line" smooth="yes"/>
+ <point x="844.0" y="1632.0"/>
+ <point x="936.0" y="1560.0"/>
+ <point x="936.0" y="1436.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="1308.0"/>
+ <point x="860.0" y="1212.0"/>
+ <point x="664.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1212.0" type="line"/>
+ <point x="456.0" y="960.0" type="line"/>
+ <point x="672.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1096.0" y="960.0"/>
+ <point x="1380.0" y="1120.0"/>
+ <point x="1380.0" y="1488.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="1856.0"/>
+ <point x="1092.0" y="2004.0"/>
+ <point x="644.0" y="2004.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="456.0" y="1080.0" type="line"/>
+ <point x="456.0" y="836.0" type="line"/>
+ <point x="652.0" y="836.0" type="line" smooth="yes"/>
+ <point x="884.0" y="836.0"/>
+ <point x="1008.0" y="740.0"/>
+ <point x="1008.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="432.0"/>
+ <point x="900.0" y="344.0"/>
+ <point x="712.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="344.0" type="line" smooth="yes"/>
+ <point x="312.0" y="344.0"/>
+ <point x="120.0" y="204.0"/>
+ <point x="120.0" y="-80.0" type="curve"/>
+ <point x="120.0" y="-352.0"/>
+ <point x="264.0" y="-556.0"/>
+ <point x="596.0" y="-616.0" type="curve"/>
+ <point x="708.0" y="-352.0" type="line"/>
+ <point x="640.0" y="-324.0"/>
+ <point x="520.0" y="-264.0"/>
+ <point x="520.0" y="-152.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="-80.0"/>
+ <point x="560.0" y="-28.0"/>
+ <point x="660.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="1172.0" y="-28.0"/>
+ <point x="1452.0" y="188.0"/>
+ <point x="1452.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1452.0" y="896.0"/>
+ <point x="1160.0" y="1080.0"/>
+ <point x="656.0" y="1080.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="692.0" y="2588.0" type="line"/>
+ <point x="312.0" y="2588.0" type="line"/>
+ <point x="312.0" y="2576.0" type="line"/>
+ <point x="752.0" y="2184.0" type="line"/>
+ <point x="1036.0" y="2184.0" type="line"/>
+ <point x="1472.0" y="2576.0" type="line"/>
+ <point x="1472.0" y="2588.0" type="line"/>
+ <point x="1096.0" y="2588.0" type="line"/>
+ <point x="896.0" y="2404.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Kabashkircyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Kabashkircyrillic_.glif
deleted file mode 100644
index aa08d1c6f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Kabashkircyrillic_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kabashkircyrillic" format="1">
- <advance width="2576.0"/>
- <unicode hex="04A0"/>
- <outline>
- <contour>
- <point x="860" y="2048" type="line"/>
- <point x="48" y="2048" type="line"/>
- <point x="48" y="1688" type="line"/>
- <point x="860" y="1688" type="line"/>
- </contour>
- <component base="K" xOffset="528"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2331, 'leftMargin': 37, 'rightMargin': -51}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Kacyr_.glif b/src/Inter-UI-Black.ufo/glyphs/Kacyr_.glif
deleted file mode 100644
index 1eb3103ac..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Kacyr_.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kacyr" format="1">
- <advance width="2048"/>
- <unicode hex="041A"/>
- <outline>
- <contour>
- <point x="1336" y="0" type="line"/>
- <point x="1920" y="0" type="line"/>
- <point x="1136" y="1056" type="line"/>
- <point x="2016" y="2048" type="line"/>
- <point x="1408" y="2048" type="line"/>
- <point x="704" y="1244" type="line"/>
- <point x="608" y="1244" type="line"/>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="860" type="line"/>
- <point x="704" y="860" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>K</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>16</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Kacyr</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2048</integer>
- </dict>
- </dict>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Kadescendercyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Kadescendercyrillic_.glif
deleted file mode 100644
index 3198752dd..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Kadescendercyrillic_.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kadescendercyrillic" format="1">
- <advance width="2308"/>
- <unicode hex="049A"/>
- <outline>
- <component base="K" xOffset="100"/>
- <component base="cyrillictic" xOffset="1588"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2131, 'leftMargin': 180, 'rightMargin': 78}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Kahookcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Kahookcyrillic_.glif
deleted file mode 100644
index b18dfb73b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Kahookcyrillic_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kahookcyrillic" format="1">
- <advance width="2080"/>
- <unicode hex="04C3"/>
- <outline>
- <contour>
- <point x="676" y="2004" type="line"/>
- <point x="216" y="2004" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="676" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1796" y="2004" type="line"/>
- <point x="1216" y="2004" type="line"/>
- <point x="804" y="1216" type="line"/>
- <point x="532" y="1216" type="line"/>
- <point x="588" y="784" type="line"/>
- <point x="1008" y="784" type="line"/>
- </contour>
- <contour>
- <point x="592" y="780" type="line"/>
- <point x="1032" y="780" type="line" smooth="yes"/>
- <point x="1264" y="780"/>
- <point x="1408" y="632"/>
- <point x="1404" y="304" type="curve" smooth="yes"/>
- <point x="1404" y="180"/>
- <point x="1392" y="-156"/>
- <point x="1072" y="-156" type="curve"/>
- <point x="1072" y="-508" type="line"/>
- <point x="1688" y="-508"/>
- <point x="1864" y="-16"/>
- <point x="1864" y="332" type="curve" smooth="yes"/>
- <point x="1864" y="900"/>
- <point x="1520" y="1148"/>
- <point x="1032" y="1148" type="curve" smooth="yes"/>
- <point x="592" y="1148" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 161, 'rightMargin': 36}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Kaverticalstrokecyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Kaverticalstrokecyrillic_.glif
deleted file mode 100644
index e185f8ba6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Kaverticalstrokecyrillic_.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kaverticalstrokecyrillic" format="1">
- <advance width="2080"/>
- <unicode hex="049C"/>
- <outline>
- <contour>
- <point x="148" y="2004" type="line"/>
- <point x="148" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="712" y="1576" type="line"/>
- <point x="712" y="476" type="line"/>
- <point x="948" y="476" type="line"/>
- <point x="948" y="1576" type="line"/>
- </contour>
- <contour>
- <point x="1304" y="2004" type="line"/>
- <point x="980" y="1220" type="line"/>
- <point x="464" y="1220" type="line"/>
- <point x="520" y="784" type="line"/>
- <point x="1188" y="784" type="line"/>
- <point x="1880" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="976" y="868" type="line"/>
- <point x="1344" y="0" type="line"/>
- <point x="1936" y="0" type="line"/>
- <point x="1360" y="1112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1893, 'leftMargin': 161, 'rightMargin': -57}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Khook_.glif b/src/Inter-UI-Black.ufo/glyphs/Khook_.glif
deleted file mode 100644
index adc75221c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Khook_.glif
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Khook" format="1">
- <advance width="2008"/>
- <unicode hex="0198"/>
- <outline>
- <contour>
- <point x="1520" y="1508" type="line"/>
- <point x="1584" y="1580" type="line" smooth="yes"/>
- <point x="1672" y="1676"/>
- <point x="1736" y="1708"/>
- <point x="1848" y="1648" type="curve"/>
- <point x="1992" y="1980" type="line"/>
- <point x="1724" y="2136"/>
- <point x="1460" y="2104"/>
- <point x="1248" y="1868" type="curve" smooth="yes"/>
- <point x="1132" y="1740" type="line"/>
- </contour>
- <contour>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1400" y="0" type="line"/>
- <point x="1956" y="0" type="line"/>
- <point x="1084" y="1180" type="line"/>
- <point x="744" y="904" type="line"/>
- </contour>
- <contour>
- <point x="1132" y="1740" type="line"/>
- <point x="636.0" y="1192.0" type="line"/>
- <point x="564.0" y="1192.0" type="line"/>
- <point x="564.0" y="452.0" type="line"/>
- <point x="892.0" y="812.0" type="line"/>
- <point x="996.0" y="940.0" type="line"/>
- <point x="1520" y="1508" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>-132.25278957987743</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1132</integer>
- <key>y</key>
- <integer>1740</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-132.0671069572993</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1520</integer>
- <key>y</key>
- <integer>1508</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1797, 'leftMargin': 161, 'rightMargin': -28}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Koppa_.glif b/src/Inter-UI-Black.ufo/glyphs/Koppa_.glif
deleted file mode 100644
index a778b6dbc..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Koppa_.glif
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Koppa" format="1">
- <advance width="2080"/>
- <unicode hex="03DE"/>
- <outline>
- <contour>
- <point x="1512" y="1080" type="line" name="hr00"/>
- <point x="340" y="240" type="line"/>
- <point x="288" y="300" type="line"/>
- <point x="500" y="856" type="line"/>
- <point x="1756" y="1776" type="line"/>
- <point x="1792" y="1712" type="line"/>
- </contour>
- <contour>
- <point x="288" y="300" type="line"/>
- <point x="376" y="1464" type="line" smooth="yes"/>
- <point x="380" y="1508"/>
- <point x="380" y="1520"/>
- <point x="380" y="1528" type="curve" smooth="yes"/>
- <point x="380" y="1680"/>
- <point x="268" y="1704"/>
- <point x="148" y="1704" type="curve" smooth="yes"/>
- <point x="132" y="1704"/>
- <point x="112" y="1704"/>
- <point x="96" y="1700" type="curve"/>
- <point x="116" y="2024" type="line"/>
- <point x="156" y="2032"/>
- <point x="200" y="2032"/>
- <point x="260" y="2032" type="curve" smooth="yes"/>
- <point x="540" y="2032"/>
- <point x="736" y="1928"/>
- <point x="736" y="1592" type="curve" smooth="yes"/>
- <point x="736" y="1564"/>
- <point x="732" y="1532"/>
- <point x="732" y="1504" type="curve" smooth="yes"/>
- <point x="668" y="596" type="line"/>
- </contour>
- <contour>
- <point x="1792" y="1712" type="line"/>
- <point x="1704" y="580" type="line" smooth="yes"/>
- <point x="1700" y="528"/>
- <point x="1700" y="488"/>
- <point x="1700" y="480" type="curve" smooth="yes"/>
- <point x="1700" y="340"/>
- <point x="1812" y="300"/>
- <point x="1932" y="300" type="curve" smooth="yes"/>
- <point x="1948" y="300"/>
- <point x="1968" y="304"/>
- <point x="1988" y="304" type="curve"/>
- <point x="1964" y="-20" type="line"/>
- <point x="1924" y="-28"/>
- <point x="1900" y="-28"/>
- <point x="1828" y="-28" type="curve" smooth="yes"/>
- <point x="1528" y="-28"/>
- <point x="1344" y="72"/>
- <point x="1344" y="408" type="curve" smooth="yes"/>
- <point x="1344" y="436"/>
- <point x="1348" y="468"/>
- <point x="1348" y="504" type="curve" smooth="yes"/>
- <point x="1408" y="1420" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2016, 'leftMargin': 62, 'rightMargin': 62}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Koppacyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Koppacyrillic_.glif
deleted file mode 100644
index 8711189bc..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Koppacyrillic_.glif
+++ /dev/null
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Koppacyrillic" format="1">
- <advance width="1824"/>
- <unicode hex="0480"/>
- <outline>
- <contour>
- <point x="924" y="344" type="line"/>
- <point x="708" y="344"/>
- <point x="608" y="524"/>
- <point x="608" y="788" type="curve" smooth="yes"/>
- <point x="608" y="1216" type="line" smooth="yes"/>
- <point x="608" y="1480"/>
- <point x="708" y="1660"/>
- <point x="924" y="1660" type="curve" smooth="yes"/>
- <point x="1140" y="1660"/>
- <point x="1216" y="1572"/>
- <point x="1216" y="1328" type="curve"/>
- <point x="1676" y="1328" type="line"/>
- <point x="1676" y="1800"/>
- <point x="1404" y="2032"/>
- <point x="924" y="2032" type="curve" smooth="yes"/>
- <point x="448" y="2032"/>
- <point x="152" y="1700"/>
- <point x="152" y="1212" type="curve"/>
- <point x="152" y="788" type="line"/>
- <point x="152" y="304"/>
- <point x="448" y="-28"/>
- <point x="924" y="-28" type="curve"/>
- </contour>
- <contour>
- <point x="1228" y="344" type="line"/>
- <point x="772" y="344" type="line"/>
- <point x="772" y="-484" type="line"/>
- <point x="1228" y="-484" type="line"/>
- </contour>
- <contour>
- <point x="952" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="952" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1584" y="168" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1756" y="2244" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1373.625</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1716.0, 'leftMargin': 110, 'rightMargin': 82.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ksicyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Ksicyrillic_.glif
deleted file mode 100644
index 222292854..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ksicyrillic_.glif
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ksicyrillic" format="1">
- <advance width="1568"/>
- <unicode hex="046E"/>
- <outline>
- <contour>
- <point x="304" y="2004" type="line"/>
- <point x="304" y="1632" type="line"/>
- <point x="644" y="1632" type="line" smooth="yes"/>
- <point x="844" y="1632"/>
- <point x="936" y="1560"/>
- <point x="936" y="1436" type="curve" smooth="yes"/>
- <point x="936" y="1308"/>
- <point x="860" y="1212"/>
- <point x="664" y="1212" type="curve" smooth="yes"/>
- <point x="456" y="1212" type="line"/>
- <point x="456" y="960" type="line"/>
- <point x="672" y="960" type="line" smooth="yes"/>
- <point x="1096" y="960"/>
- <point x="1380" y="1120"/>
- <point x="1380" y="1488" type="curve" smooth="yes"/>
- <point x="1380" y="1856"/>
- <point x="1092" y="2004"/>
- <point x="644" y="2004" type="curve"/>
- </contour>
- <contour>
- <point x="456" y="1080" type="line"/>
- <point x="456" y="836" type="line"/>
- <point x="652" y="836" type="line" smooth="yes"/>
- <point x="884" y="836"/>
- <point x="1008" y="740"/>
- <point x="1008" y="556" type="curve" smooth="yes"/>
- <point x="1008" y="432"/>
- <point x="900" y="344"/>
- <point x="712" y="344" type="curve" smooth="yes"/>
- <point x="616" y="344" type="line" smooth="yes"/>
- <point x="312" y="344"/>
- <point x="120" y="204"/>
- <point x="120" y="-80" type="curve"/>
- <point x="120" y="-352"/>
- <point x="264" y="-556"/>
- <point x="596" y="-616" type="curve"/>
- <point x="708" y="-352" type="line"/>
- <point x="640" y="-324"/>
- <point x="520" y="-264"/>
- <point x="520" y="-152" type="curve" smooth="yes"/>
- <point x="520" y="-80"/>
- <point x="560" y="-28"/>
- <point x="660" y="-28" type="curve" smooth="yes"/>
- <point x="744" y="-28" type="line" smooth="yes"/>
- <point x="1172" y="-28"/>
- <point x="1452" y="188"/>
- <point x="1452" y="560" type="curve" smooth="yes"/>
- <point x="1452" y="896"/>
- <point x="1160" y="1080"/>
- <point x="656" y="1080" type="curve" smooth="yes"/>
- </contour>
- <component base="caron" xOffset="108" yOffset="540"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1442, 'leftMargin': -23, 'rightMargin': 132}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_.glif b/src/Inter-UI-Black.ufo/glyphs/L_.glif
index 724a1106c..26346b6c5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/L_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/L_.glif
@@ -1,68 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="L" format="1">
- <advance width="1568"/>
+<glyph name="L" format="2">
+ <advance width="1568.0"/>
<unicode hex="004C"/>
+ <guideline y="1304.875"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="896.0" y="2004.0" name="caron"/>
+ <anchor x="792.0" y="1168.0" name="dot"/>
+ <anchor x="372.0" y="2200.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1436" y="384" type="line"/>
- <point x="448" y="384" type="line"/>
- <point x="448" y="0" type="line"/>
- <point x="1436" y="0" type="line"/>
+ <point x="1436.0" y="384.0" type="line"/>
+ <point x="448.0" y="384.0" type="line"/>
+ <point x="448.0" y="0.0" type="line"/>
+ <point x="1436.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- </contour>
- <contour>
- <point x="372" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="784" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="896" y="2004" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="792" y="1168" type="move" name="dot"/>
- </contour>
- <contour>
- <point x="1492" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1492" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1492" y="2200" type="move" name="top0315"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1304.875</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1526, 'leftMargin': 161, 'rightMargin': 53}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_J_.glif b/src/Inter-UI-Black.ufo/glyphs/L_J_.glif
new file mode 100644
index 000000000..af26c0883
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_J_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="LJ" format="2">
+ <advance width="3436.0"/>
+ <unicode hex="01C7"/>
+ <outline>
+ <component base="L" xOffset="256.0"/>
+ <component base="J" xOffset="1824.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L__bar.glif b/src/Inter-UI-Black.ufo/glyphs/L__bar.glif
index 19da59c7c..ee36c0200 100644
--- a/src/Inter-UI-Black.ufo/glyphs/L__bar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/L__bar.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="L_bar" format="1">
- <advance width="1824"/>
+<glyph name="L_bar" format="2">
+ <advance width="1824.0"/>
<unicode hex="023D"/>
+ <anchor x="940.0" y="16.0" name="bottom"/>
+ <anchor x="624.0" y="2200.0" name="top"/>
+ <anchor x="1776.0" y="2200.0" name="top0315"/>
<outline>
- <component base="crossbar" xOffset="-60"/>
- <component base="L" xOffset="232"/>
- <contour>
- <point x="624" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1776" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="940" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="crossbar" xOffset="-60.0"/>
+ <component base="L" xOffset="232.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1653, 'leftMargin': -20, 'rightMargin': 53}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L__slash.glif b/src/Inter-UI-Black.ufo/glyphs/L__slash.glif
index 6a7f09083..a9dcb41dc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/L__slash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/L__slash.glif
@@ -1,29 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="L_slash" format="1">
- <advance width="1824"/>
+<glyph name="L_slash" format="2">
+ <advance width="1824.0"/>
<unicode hex="0141"/>
+ <anchor x="944.0" y="16.0" name="bottom"/>
+ <anchor x="572.0" y="2200.0" name="top"/>
+ <anchor x="1716.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1024" y="1332" type="line"/>
- <point x="100" y="1072" type="line"/>
- <point x="100" y="828" type="line"/>
- <point x="1024" y="1084" type="line"/>
+ <point x="1024.0" y="1332.0" type="line"/>
+ <point x="100.0" y="1072.0" type="line"/>
+ <point x="100.0" y="828.0" type="line"/>
+ <point x="1024.0" y="1084.0" type="line"/>
</contour>
- <component base="L" xOffset="172"/>
<contour>
- <point x="572" y="2200" type="move" name="top"/>
+ <point x="1608.0" y="384.0" type="line"/>
+ <point x="620.0" y="384.0" type="line"/>
+ <point x="620.0" y="0.0" type="line"/>
+ <point x="1608.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="944" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1716" y="2200" type="move" name="top0315"/>
+ <point x="780.0" y="2048.0" type="line"/>
+ <point x="316.0" y="2048.0" type="line"/>
+ <point x="316.0" y="0.0" type="line"/>
+ <point x="780.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1588, 'leftMargin': 37, 'rightMargin': 53}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_acute.glif b/src/Inter-UI-Black.ufo/glyphs/L_acute.glif
new file mode 100644
index 000000000..2fca7d658
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lacute" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0139"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="372.0" y="2200.0" name="parent_top"/>
+ <anchor x="372.0" y="2720.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="acute" xOffset="8.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_ambda.glif b/src/Inter-UI-Black.ufo/glyphs/L_ambda.glif
new file mode 100644
index 000000000..8ef5eac02
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_ambda.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lambda" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="039B"/>
+ <outline>
+ <contour>
+ <point x="580.0" y="0.0" type="line"/>
+ <point x="1072.0" y="1468.0" type="line"/>
+ <point x="1096.0" y="1468.0" type="line"/>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="2088.0" y="0.0" type="line"/>
+ <point x="1332.0" y="2048.0" type="line"/>
+ <point x="836.0" y="2048.0" type="line"/>
+ <point x="80.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_caron.glif b/src/Inter-UI-Black.ufo/glyphs/L_caron.glif
new file mode 100644
index 000000000..7807177c6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_caron.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lcaron" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="013D"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="372.0" y="2200.0" name="parent_top"/>
+ <anchor x="372.0" y="2200.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="commaaccent" xOffset="780.0" yOffset="1612.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_circumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/L_circumflexbelow.glif
new file mode 100644
index 000000000..f32f9fbff
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lcircumflexbelow" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E3C"/>
+ <anchor x="784.0" y="-504.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="372.0" y="2200.0" name="parent_top"/>
+ <anchor x="372.0" y="2200.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="circumflexsubnosp" xOffset="1576.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_commaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/L_commaaccent.glif
new file mode 100644
index 000000000..0db2b10fb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lcommaaccent" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="013B"/>
+ <anchor x="784.0" y="-692.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="372.0" y="2200.0" name="parent_top"/>
+ <anchor x="372.0" y="2200.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="commaaccent" xOffset="464.0" yOffset="-492.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_dot.glif b/src/Inter-UI-Black.ufo/glyphs/L_dot.glif
new file mode 100644
index 000000000..d361348f2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_dot.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ldot" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="013F"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="372.0" y="2200.0" name="parent_top"/>
+ <anchor x="372.0" y="2200.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="dotaccent" xOffset="608.0" yOffset="-740.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/L_dotbelow.glif
new file mode 100644
index 000000000..03eee95cd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ldotbelow" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E36"/>
+ <anchor x="783.0" y="-507.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="372.0" y="2200.0" name="parent_top"/>
+ <anchor x="372.0" y="2200.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="dotbelow" xOffset="1608.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_dotbelowmacron.glif b/src/Inter-UI-Black.ufo/glyphs/L_dotbelowmacron.glif
new file mode 100644
index 000000000..a7928dd4c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_dotbelowmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ldotbelowmacron" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E38"/>
+ <anchor x="783.0" y="-507.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="372.0" y="2200.0" name="parent_top"/>
+ <anchor x="372.0" y="2632.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="dotbelow" xOffset="1608.0" yOffset="16.0"/>
+ <component base="macron" xOffset="-412.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_j.glif b/src/Inter-UI-Black.ufo/glyphs/L_j.glif
new file mode 100644
index 000000000..55c6e530d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_j.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lj" format="2">
+ <advance width="2772.0"/>
+ <unicode hex="01C8"/>
+ <outline>
+ <component base="L" xOffset="256.0"/>
+ <component base="j" xOffset="1824.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_linebelow.glif b/src/Inter-UI-Black.ufo/glyphs/L_linebelow.glif
new file mode 100644
index 000000000..b4807e530
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Llinebelow" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E3A"/>
+ <anchor x="785.0" y="-458.0" name="bottom"/>
+ <anchor x="1492.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="372.0" y="2200.0" name="parent_top"/>
+ <anchor x="372.0" y="2200.0" name="top"/>
+ <anchor x="1492.0" y="2200.0" name="top0315"/>
+ <anchor x="1492.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="macronsubnosp" xOffset="1576.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/L_smallcap.glif b/src/Inter-UI-Black.ufo/glyphs/L_smallcap.glif
new file mode 100644
index 000000000..61d188aee
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/L_smallcap.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lsmallcap" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="029F"/>
+ <anchor x="708.0" y="0.0" name="bottom"/>
+ <anchor x="336.0" y="1776.0" name="top"/>
+ <anchor x="1244.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1200.0" y="356.0" type="line"/>
+ <point x="388.0" y="356.0" type="line"/>
+ <point x="388.0" y="0.0" type="line"/>
+ <point x="1200.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="556.0" y="1488.0" type="line"/>
+ <point x="112.0" y="1488.0" type="line"/>
+ <point x="112.0" y="0.0" type="line"/>
+ <point x="556.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Lambda_.glif b/src/Inter-UI-Black.ufo/glyphs/Lambda_.glif
deleted file mode 100644
index 1b2a11147..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Lambda_.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Lambda" format="1">
- <advance width="2168"/>
- <unicode hex="039B"/>
- <outline>
- <contour>
- <point x="580" y="0" type="line"/>
- <point x="1072" y="1468" type="line"/>
- <point x="1096" y="1468" type="line"/>
- <point x="1588" y="0" type="line"/>
- <point x="2088" y="0" type="line"/>
- <point x="1332" y="2048" type="line"/>
- <point x="836" y="2048" type="line"/>
- <point x="80" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>V</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>-1</integer>
- <integer>-20</integer>
- <integer>2048</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Lambda</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2168</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1814, 'leftMargin': 8, 'rightMargin': 7}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Lsmallcap_.glif b/src/Inter-UI-Black.ufo/glyphs/Lsmallcap_.glif
deleted file mode 100644
index 4366e60c9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Lsmallcap_.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Lsmallcap" format="1">
- <advance width="1312"/>
- <unicode hex="029F"/>
- <outline>
- <contour>
- <point x="1200" y="356" type="line"/>
- <point x="388" y="356" type="line"/>
- <point x="388" y="0" type="line"/>
- <point x="1200" y="0" type="line"/>
- </contour>
- <contour>
- <point x="556" y="1488" type="line"/>
- <point x="112" y="1488" type="line"/>
- <point x="112" y="0" type="line"/>
- <point x="556" y="0" type="line"/>
- </contour>
- <contour>
- <point x="336" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="708" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1244" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1261, 'leftMargin': 129, 'rightMargin': 43}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/M_.glif b/src/Inter-UI-Black.ufo/glyphs/M_.glif
index 646600e9a..74572b5dc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/M_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/M_.glif
@@ -1,113 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="M" format="1">
- <advance width="2560"/>
+<glyph name="M" format="2">
+ <advance width="2560.0"/>
<unicode hex="004D"/>
+ <guideline y="1219.625"/>
+ <guideline x="1280.0" y="1848.0" angle="90.0"/>
+ <guideline x="744.0" y="2164.0" angle="90.0"/>
+ <guideline x="1816.0" y="2040.0" angle="90.0"/>
+ <anchor x="1280.0" y="4.0" name="bottom"/>
+ <anchor x="2532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="2364.0" y="0.0" name="right"/>
+ <anchor x="1280.0" y="2200.0" name="top"/>
+ <anchor x="2532.0" y="2200.0" name="top0315"/>
+ <anchor x="2532.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1340" type="line"/>
- <point x="624" y="1340" type="line"/>
- <point x="1124" y="32" type="line"/>
- <point x="1436" y="32" type="line"/>
- <point x="1936" y="1332" type="line"/>
- <point x="1952" y="1332" type="line"/>
- <point x="1952" y="0" type="line"/>
- <point x="2416" y="0" type="line"/>
- <point x="2416" y="2048" type="line"/>
- <point x="1816" y="2048" type="line"/>
- <point x="1292" y="736" type="line"/>
- <point x="1268" y="736" type="line"/>
- <point x="744" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="1280.0" y="2200.0" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2364.0" y="0.0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1280" y="4" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2532.0" y="2200.0" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2532.0" y="-560.0" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2532.0" y="2200.0" type="move" name="top0315"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1340.0" type="line"/>
+ <point x="624.0" y="1340.0" type="line"/>
+ <point x="1124.0" y="32.0" type="line"/>
+ <point x="1436.0" y="32.0" type="line"/>
+ <point x="1936.0" y="1332.0" type="line"/>
+ <point x="1952.0" y="1332.0" type="line"/>
+ <point x="1952.0" y="0.0" type="line"/>
+ <point x="2416.0" y="0.0" type="line"/>
+ <point x="2416.0" y="2048.0" type="line"/>
+ <point x="1816.0" y="2048.0" type="line"/>
+ <point x="1292.0" y="736.0" type="line"/>
+ <point x="1268.0" y="736.0" type="line"/>
+ <point x="744.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1219.625</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1280</integer>
- <key>y</key>
- <integer>1848</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>744</integer>
- <key>y</key>
- <integer>2164</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1816</integer>
- <key>y</key>
- <integer>2040</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2468, 'leftMargin': 161, 'rightMargin': 163}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/M_acute.glif b/src/Inter-UI-Black.ufo/glyphs/M_acute.glif
new file mode 100644
index 000000000..2ed4232d5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/M_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Macute" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="1E3E"/>
+ <anchor x="1280.0" y="4.0" name="bottom"/>
+ <anchor x="2532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1280.0" y="2200.0" name="parent_top"/>
+ <anchor x="1280.0" y="2720.0" name="top"/>
+ <anchor x="2532.0" y="2200.0" name="top0315"/>
+ <anchor x="2532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ <component base="acute" xOffset="916.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/M_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/M_dotaccent.glif
new file mode 100644
index 000000000..6d75375ac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/M_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Mdotaccent" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="1E40"/>
+ <anchor x="1280.0" y="4.0" name="bottom"/>
+ <anchor x="2532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1280.0" y="2200.0" name="parent_top"/>
+ <anchor x="1280.0" y="2720.0" name="top"/>
+ <anchor x="2532.0" y="2200.0" name="top0315"/>
+ <anchor x="2532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ <component base="dotaccent" xOffset="880.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/M_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/M_dotbelow.glif
new file mode 100644
index 000000000..bf43b54b4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/M_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Mdotbelow" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="1E42"/>
+ <anchor x="1279.0" y="-519.0" name="bottom"/>
+ <anchor x="2532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1280.0" y="2200.0" name="parent_top"/>
+ <anchor x="1280.0" y="2200.0" name="top"/>
+ <anchor x="2532.0" y="2200.0" name="top0315"/>
+ <anchor x="2532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ <component base="dotbelow" xOffset="2104.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/M_u.glif b/src/Inter-UI-Black.ufo/glyphs/M_u.glif
new file mode 100644
index 000000000..28e59f864
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/M_u.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Mu" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="039C"/>
+ <anchor x="1280.0" y="4.0" name="bottom"/>
+ <anchor x="2532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1280.0" y="2200.0" name="parent_top"/>
+ <anchor x="1280.0" y="2200.0" name="top"/>
+ <anchor x="2532.0" y="2200.0" name="top0315"/>
+ <anchor x="2532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_.glif b/src/Inter-UI-Black.ufo/glyphs/N_.glif
index 2b96e65a1..095e59703 100644
--- a/src/Inter-UI-Black.ufo/glyphs/N_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/N_.glif
@@ -1,67 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="N" format="1">
- <advance width="1952"/>
+<glyph name="N" format="2">
+ <advance width="1952.0"/>
<unicode hex="004E"/>
+ <guideline y="1650.0"/>
+ <anchor x="1048.0" y="0.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1868.0" y="0.0" name="right"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1808" y="2048" type="line"/>
- <point x="1344" y="2048" type="line"/>
- <point x="1344" y="788" type="line"/>
- <point x="1328" y="788" type="line"/>
- <point x="604" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1260" type="line"/>
- <point x="624" y="1260" type="line"/>
- <point x="1352" y="0" type="line"/>
- <point x="1808" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1048" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1048" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1868" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="2032" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2032" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2032" y="2200" type="move" name="top0315"/>
+ <point x="1808.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="788.0" type="line"/>
+ <point x="1328.0" y="788.0" type="line"/>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1260.0" type="line"/>
+ <point x="624.0" y="1260.0" type="line"/>
+ <point x="1352.0" y="0.0" type="line"/>
+ <point x="1808.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1650.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1981, 'leftMargin': 161, 'rightMargin': 162}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_J_.glif b/src/Inter-UI-Black.ufo/glyphs/N_J_.glif
new file mode 100644
index 000000000..148ca1b49
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_J_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="NJ" format="2">
+ <advance width="3820.0"/>
+ <unicode hex="01CA"/>
+ <outline>
+ <component base="N" xOffset="256.0"/>
+ <component base="J" xOffset="2208.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_acute.glif b/src/Inter-UI-Black.ufo/glyphs/N_acute.glif
new file mode 100644
index 000000000..3bfc6e8b3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nacute" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0143"/>
+ <anchor x="1048.0" y="0.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2720.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="acute" xOffset="684.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_caron.glif b/src/Inter-UI-Black.ufo/glyphs/N_caron.glif
new file mode 100644
index 000000000..e18785dbc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ncaron" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0147"/>
+ <anchor x="1048.0" y="0.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2692.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="caron" xOffset="260.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_circumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/N_circumflexbelow.glif
new file mode 100644
index 000000000..c274f3a51
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ncircumflexbelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E4A"/>
+ <anchor x="1048.0" y="-520.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="circumflexsubnosp" xOffset="1840.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_commaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/N_commaaccent.glif
new file mode 100644
index 000000000..26e83c2d4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_commaaccent.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ncommaaccent" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0145"/>
+ <anchor x="1048.0" y="-708.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="commaaccent" xOffset="728.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/N_dotaccent.glif
new file mode 100644
index 000000000..170f03ee2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ndotaccent" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E44"/>
+ <anchor x="1048.0" y="0.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2720.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="dotaccent" xOffset="648.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/N_dotbelow.glif
new file mode 100644
index 000000000..fa6a61485
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ndotbelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E46"/>
+ <anchor x="1047.0" y="-523.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="dotbelow" xOffset="1872.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_hook.glif b/src/Inter-UI-Black.ufo/glyphs/N_hook.glif
new file mode 100644
index 000000000..59ede6c75
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_hook.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nhook" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="019D"/>
+ <outline>
+ <contour>
+ <point x="144.0" y="184.0" type="line"/>
+ <point x="144.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="144.0" y="-192.0"/>
+ <point x="44.0" y="-220.0"/>
+ <point x="-60.0" y="-220.0" type="curve"/>
+ <point x="-80.0" y="-220.0"/>
+ <point x="-120.0" y="-220.0"/>
+ <point x="-144.0" y="-216.0" type="curve"/>
+ <point x="-144.0" y="-568.0" type="line"/>
+ <point x="-96.0" y="-576.0"/>
+ <point x="12.0" y="-576.0"/>
+ <point x="64.0" y="-576.0" type="curve"/>
+ <point x="304.0" y="-576.0"/>
+ <point x="608.0" y="-516.0"/>
+ <point x="608.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="184.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1808.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="788.0" type="line"/>
+ <point x="1328.0" y="788.0" type="line"/>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1260.0" type="line"/>
+ <point x="624.0" y="1260.0" type="line"/>
+ <point x="1352.0" y="0.0" type="line"/>
+ <point x="1808.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_j.glif b/src/Inter-UI-Black.ufo/glyphs/N_j.glif
new file mode 100644
index 000000000..0b1cf44fb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_j.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nj" format="2">
+ <advance width="3156.0"/>
+ <unicode hex="01CB"/>
+ <outline>
+ <component base="N" xOffset="256.0"/>
+ <component base="j" xOffset="2208.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_linebelow.glif b/src/Inter-UI-Black.ufo/glyphs/N_linebelow.glif
new file mode 100644
index 000000000..2aec71679
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nlinebelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E48"/>
+ <anchor x="1049.0" y="-474.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="macronsubnosp" xOffset="1840.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_smallcap.glif b/src/Inter-UI-Black.ufo/glyphs/N_smallcap.glif
new file mode 100644
index 000000000..83027c5cb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_smallcap.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nsmallcap" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0274"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1588.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="564.0" y="1488.0" type="line"/>
+ <point x="1252.0" y="132.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
+ <point x="320.0" y="1356.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="564.0" y="0.0" type="line"/>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="564.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1448.0" y="0.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
+ <point x="1004.0" y="1488.0" type="line"/>
+ <point x="1448.0" y="1488.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_tilde.glif b/src/Inter-UI-Black.ufo/glyphs/N_tilde.glif
new file mode 100644
index 000000000..04bc412cf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ntilde" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="00D1"/>
+ <anchor x="1048.0" y="0.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2724.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="tilde" xOffset="392.0" yOffset="420.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/N_u.glif b/src/Inter-UI-Black.ufo/glyphs/N_u.glif
new file mode 100644
index 000000000..08c9eee7c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/N_u.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nu" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="039D"/>
+ <anchor x="1048.0" y="0.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Nhook_.glif b/src/Inter-UI-Black.ufo/glyphs/Nhook_.glif
deleted file mode 100644
index 8bf61ea0f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Nhook_.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Nhook" format="1">
- <advance width="1952"/>
- <unicode hex="019D"/>
- <outline>
- <contour>
- <point x="144" y="184" type="line"/>
- <point x="144" y="-80" type="line" smooth="yes"/>
- <point x="144" y="-192"/>
- <point x="44" y="-220"/>
- <point x="-60" y="-220" type="curve"/>
- <point x="-80" y="-220"/>
- <point x="-120" y="-220"/>
- <point x="-144" y="-216" type="curve"/>
- <point x="-144" y="-568" type="line"/>
- <point x="-96" y="-576"/>
- <point x="12" y="-576"/>
- <point x="64" y="-576" type="curve"/>
- <point x="304" y="-576"/>
- <point x="608" y="-516"/>
- <point x="608" y="-80" type="curve" smooth="yes"/>
- <point x="608" y="184" type="line"/>
- </contour>
- <component base="N"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2137, 'leftMargin': 0, 'rightMargin': 165}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Nsmallcap_.glif b/src/Inter-UI-Black.ufo/glyphs/Nsmallcap_.glif
deleted file mode 100644
index 44c6e16be..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Nsmallcap_.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Nsmallcap" format="1">
- <advance width="1568"/>
- <unicode hex="0274"/>
- <outline>
- <contour>
- <point x="564" y="1488" type="line"/>
- <point x="1252" y="132" type="line"/>
- <point x="1004" y="0" type="line"/>
- <point x="320" y="1356" type="line"/>
- </contour>
- <contour>
- <point x="564" y="0" type="line"/>
- <point x="124" y="0" type="line"/>
- <point x="124" y="1488" type="line"/>
- <point x="564" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1448" y="0" type="line"/>
- <point x="1004" y="0" type="line"/>
- <point x="1004" y="1488" type="line"/>
- <point x="1448" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="788" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1588" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1605, 'leftMargin': 140, 'rightMargin': 141}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/OE__.glif b/src/Inter-UI-Black.ufo/glyphs/OE__.glif
deleted file mode 100644
index ec30a22a7..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/OE__.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="OE" format="1">
- <advance width="2848"/>
- <unicode hex="0152"/>
- <outline>
- <contour>
- <point x="1008" y="2048" type="line" smooth="yes"/>
- <point x="500" y="2048"/>
- <point x="152" y="1720"/>
- <point x="152" y="1236" type="curve"/>
- <point x="152" y="816" type="line"/>
- <point x="152" y="332"/>
- <point x="500" y="0"/>
- <point x="1008" y="0" type="curve" smooth="yes"/>
- <point x="1404" y="0" type="line"/>
- <point x="1404" y="360" type="line"/>
- <point x="1008" y="360" type="line" smooth="yes"/>
- <point x="756" y="360"/>
- <point x="596" y="508"/>
- <point x="596" y="816" type="curve"/>
- <point x="596" y="1236" type="line"/>
- <point x="596" y="1544"/>
- <point x="752" y="1688"/>
- <point x="1008" y="1688" type="curve" smooth="yes"/>
- <point x="1404" y="1688" type="line"/>
- <point x="1404" y="2048" type="line"/>
- </contour>
- <component base="E" xOffset="1100"/>
- <contour>
- <point x="1400" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1400" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2764" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2764" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2764" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2738, 'leftMargin': 129, 'rightMargin': 66}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/OEsmallcap__.glif b/src/Inter-UI-Black.ufo/glyphs/OEsmallcap__.glif
deleted file mode 100644
index ec46d80d5..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/OEsmallcap__.glif
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="OEsmallcap" format="1">
- <advance width="2336"/>
- <unicode hex="0276"/>
- <outline>
- <contour>
- <point x="2200" y="356" type="line" name="hr00"/>
- <point x="1356" y="356" type="line"/>
- <point x="1356" y="0" type="line"/>
- <point x="2200" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1524" y="1488" type="line"/>
- <point x="1080" y="1488" type="line"/>
- <point x="1080" y="0" type="line"/>
- <point x="1524" y="0" type="line"/>
- </contour>
- <contour>
- <point x="2080" y="924" type="line"/>
- <point x="1356" y="924" type="line"/>
- <point x="1356" y="568" type="line"/>
- <point x="2080" y="568" type="line"/>
- </contour>
- <contour>
- <point x="2200" y="1488" type="line"/>
- <point x="1356" y="1488" type="line"/>
- <point x="1356" y="1132" type="line"/>
- <point x="2200" y="1132" type="line"/>
- </contour>
- <contour>
- <point x="852" y="-28" type="curve" smooth="yes"/>
- <point x="1020" y="-28"/>
- <point x="1096" y="0"/>
- <point x="1376" y="0" type="curve"/>
- <point x="1376" y="356" type="line"/>
- <point x="1096" y="356"/>
- <point x="984" y="332"/>
- <point x="852" y="332" type="curve" smooth="yes"/>
- <point x="644" y="332"/>
- <point x="580" y="504"/>
- <point x="580" y="728" type="curve"/>
- <point x="580" y="760" type="line"/>
- <point x="580" y="976"/>
- <point x="648" y="1160"/>
- <point x="848" y="1160" type="curve" smooth="yes"/>
- <point x="988" y="1160"/>
- <point x="1096" y="1132"/>
- <point x="1376" y="1132" type="curve"/>
- <point x="1376" y="1488" type="line"/>
- <point x="1100" y="1488"/>
- <point x="1020" y="1516"/>
- <point x="848" y="1516" type="curve" smooth="yes"/>
- <point x="392" y="1516"/>
- <point x="136" y="1192"/>
- <point x="136" y="760" type="curve"/>
- <point x="136" y="728" type="line"/>
- <point x="136" y="296"/>
- <point x="392" y="-28"/>
- </contour>
- <contour>
- <point x="1216" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1216" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2340" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2283, 'leftMargin': 80, 'rightMargin': 141}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/OI__.glif b/src/Inter-UI-Black.ufo/glyphs/OI__.glif
deleted file mode 100644
index 280818631..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/OI__.glif
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="OI" format="1">
- <advance width="2592"/>
- <unicode hex="01A2"/>
- <outline>
- <contour>
- <point x="1800" y="1204" type="line"/>
- <point x="1356" y="1204" type="line"/>
- <point x="1356" y="432" type="line"/>
- <point x="1312" y="396"/>
- <point x="1224" y="344"/>
- <point x="1048" y="344" type="curve" smooth="yes"/>
- <point x="752" y="344"/>
- <point x="612" y="556"/>
- <point x="612" y="944" type="curve" smooth="yes"/>
- <point x="612" y="1036" type="line"/>
- <point x="144" y="1032" type="line"/>
- <point x="144" y="944" type="line" smooth="yes"/>
- <point x="144" y="324"/>
- <point x="496" y="-28"/>
- <point x="1020" y="-28" type="curve" smooth="yes"/>
- <point x="1456" y="-28"/>
- <point x="1700" y="140"/>
- <point x="1800" y="252" type="curve"/>
- </contour>
- <contour>
- <point x="1800" y="1752" type="line"/>
- <point x="1700" y="1868"/>
- <point x="1456" y="2032"/>
- <point x="1020" y="2032" type="curve" smooth="yes"/>
- <point x="496" y="2032"/>
- <point x="144" y="1680"/>
- <point x="144" y="1060" type="curve" smooth="yes"/>
- <point x="144" y="960" type="line"/>
- <point x="612" y="956" type="line"/>
- <point x="612" y="1060" type="line" smooth="yes"/>
- <point x="612" y="1468"/>
- <point x="744" y="1660"/>
- <point x="1048" y="1660" type="curve" smooth="yes"/>
- <point x="1204" y="1660"/>
- <point x="1296" y="1624"/>
- <point x="1356" y="1572" type="curve"/>
- <point x="1356" y="800" type="line"/>
- <point x="1800" y="804" type="line"/>
- </contour>
- <contour>
- <point x="2448" y="2004" type="line"/>
- <point x="2116" y="2004" type="line"/>
- <point x="1552" y="1740" type="line"/>
- <point x="1552" y="1248" type="line"/>
- <point x="2008" y="1460" type="line"/>
- <point x="2008" y="-572" type="line"/>
- <point x="2448" y="-572" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2569, 'leftMargin': 103, 'rightMargin': 163}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_.glif b/src/Inter-UI-Black.ufo/glyphs/O_.glif
index 4dea5fbf8..71179226e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/O_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/O_.glif
@@ -1,83 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="O" format="1">
- <advance width="2040"/>
+<glyph name="O" format="2">
+ <advance width="2040.0"/>
<unicode hex="004F"/>
+ <guideline x="1024.0" y="2104.0" angle="90.0"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="188.0" y="2000.0" name="tonos"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1920" y="1020" type="curve"/>
- <point x="1920" y="1696"/>
- <point x="1532" y="2076"/>
- <point x="1024" y="2076" type="curve" smooth="yes"/>
- <point x="512" y="2076"/>
- <point x="120" y="1696"/>
- <point x="120" y="1020" type="curve"/>
- <point x="120" y="348"/>
- <point x="512" y="-28"/>
- <point x="1024" y="-28" type="curve" smooth="yes"/>
- <point x="1532" y="-28"/>
- <point x="1920" y="348"/>
- </contour>
- <contour>
- <point x="1452" y="1020" type="curve"/>
- <point x="1452" y="560"/>
- <point x="1276" y="388"/>
- <point x="1024" y="388" type="curve" smooth="yes"/>
- <point x="772" y="388"/>
- <point x="588" y="560"/>
- <point x="588" y="1020" type="curve"/>
- <point x="588" y="1480"/>
- <point x="772" y="1660"/>
- <point x="1024" y="1660" type="curve" smooth="yes"/>
- <point x="1276" y="1660"/>
- <point x="1452" y="1480"/>
- </contour>
- <contour>
- <point x="1024" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1024" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="188" y="2000" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1992" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1992" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1992" y="2200" type="move" name="top0315"/>
+ <point x="1920.0" y="1020.0" type="curve"/>
+ <point x="1920.0" y="1696.0"/>
+ <point x="1532.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1920.0" y="348.0"/>
+ </contour>
+ <contour>
+ <point x="1452.0" y="1020.0" type="curve"/>
+ <point x="1452.0" y="560.0"/>
+ <point x="1276.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="1660.0"/>
+ <point x="1452.0" y="1480.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>2104</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 103, 'rightMargin': 104}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_E_.glif b/src/Inter-UI-Black.ufo/glyphs/O_E_.glif
new file mode 100644
index 000000000..f3d59ccf0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_E_.glif
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="OE" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="0152"/>
+ <anchor x="1400.0" y="0.0" name="bottom"/>
+ <anchor x="2764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1400.0" y="2200.0" name="top"/>
+ <anchor x="2764.0" y="2200.0" name="top0315"/>
+ <anchor x="2764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <contour>
+ <point x="1008.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="500.0" y="2048.0"/>
+ <point x="152.0" y="1720.0"/>
+ <point x="152.0" y="1236.0" type="curve"/>
+ <point x="152.0" y="816.0" type="line"/>
+ <point x="152.0" y="332.0"/>
+ <point x="500.0" y="0.0"/>
+ <point x="1008.0" y="0.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="0.0" type="line"/>
+ <point x="1404.0" y="360.0" type="line"/>
+ <point x="1008.0" y="360.0" type="line" smooth="yes"/>
+ <point x="756.0" y="360.0"/>
+ <point x="596.0" y="508.0"/>
+ <point x="596.0" y="816.0" type="curve"/>
+ <point x="596.0" y="1236.0" type="line"/>
+ <point x="596.0" y="1544.0"/>
+ <point x="752.0" y="1688.0"/>
+ <point x="1008.0" y="1688.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="1688.0" type="line"/>
+ <point x="1404.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2612.0" y="384.0" type="line"/>
+ <point x="1548.0" y="384.0" type="line"/>
+ <point x="1548.0" y="0.0" type="line"/>
+ <point x="2612.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1708.0" y="2048.0" type="line"/>
+ <point x="1244.0" y="2048.0" type="line"/>
+ <point x="1244.0" y="0.0" type="line"/>
+ <point x="1708.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2472.0" y="1216.0" type="line"/>
+ <point x="1548.0" y="1216.0" type="line"/>
+ <point x="1548.0" y="832.0" type="line"/>
+ <point x="2472.0" y="832.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2612.0" y="2048.0" type="line"/>
+ <point x="1548.0" y="2048.0" type="line"/>
+ <point x="1548.0" y="1664.0" type="line"/>
+ <point x="2612.0" y="1664.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_E_smallcap.glif b/src/Inter-UI-Black.ufo/glyphs/O_E_smallcap.glif
new file mode 100644
index 000000000..06f4fe14c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_E_smallcap.glif
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="OEsmallcap" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="0276"/>
+ <anchor x="1216.0" y="0.0" name="bottom"/>
+ <anchor x="1216.0" y="1776.0" name="top"/>
+ <anchor x="2340.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2200.0" y="356.0" type="line"/>
+ <point x="1356.0" y="356.0" type="line"/>
+ <point x="1356.0" y="0.0" type="line"/>
+ <point x="2200.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1524.0" y="1488.0" type="line"/>
+ <point x="1080.0" y="1488.0" type="line"/>
+ <point x="1080.0" y="0.0" type="line"/>
+ <point x="1524.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2080.0" y="924.0" type="line"/>
+ <point x="1356.0" y="924.0" type="line"/>
+ <point x="1356.0" y="568.0" type="line"/>
+ <point x="2080.0" y="568.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2200.0" y="1488.0" type="line"/>
+ <point x="1356.0" y="1488.0" type="line"/>
+ <point x="1356.0" y="1132.0" type="line"/>
+ <point x="2200.0" y="1132.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="852.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="-28.0"/>
+ <point x="1096.0" y="0.0"/>
+ <point x="1376.0" y="0.0" type="curve"/>
+ <point x="1376.0" y="356.0" type="line"/>
+ <point x="1096.0" y="356.0"/>
+ <point x="984.0" y="332.0"/>
+ <point x="852.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="332.0"/>
+ <point x="580.0" y="504.0"/>
+ <point x="580.0" y="728.0" type="curve"/>
+ <point x="580.0" y="760.0" type="line"/>
+ <point x="580.0" y="976.0"/>
+ <point x="648.0" y="1160.0"/>
+ <point x="848.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="988.0" y="1160.0"/>
+ <point x="1096.0" y="1132.0"/>
+ <point x="1376.0" y="1132.0" type="curve"/>
+ <point x="1376.0" y="1488.0" type="line"/>
+ <point x="1100.0" y="1488.0"/>
+ <point x="1020.0" y="1516.0"/>
+ <point x="848.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="1516.0"/>
+ <point x="136.0" y="1192.0"/>
+ <point x="136.0" y="760.0" type="curve"/>
+ <point x="136.0" y="728.0" type="line"/>
+ <point x="136.0" y="296.0"/>
+ <point x="392.0" y="-28.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_I_.glif b/src/Inter-UI-Black.ufo/glyphs/O_I_.glif
new file mode 100644
index 000000000..c072c83f5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_I_.glif
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="OI" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="01A2"/>
+ <outline>
+ <contour>
+ <point x="1800.0" y="1204.0" type="line"/>
+ <point x="1356.0" y="1204.0" type="line"/>
+ <point x="1356.0" y="432.0" type="line"/>
+ <point x="1312.0" y="396.0"/>
+ <point x="1224.0" y="344.0"/>
+ <point x="1048.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="344.0"/>
+ <point x="612.0" y="556.0"/>
+ <point x="612.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="1036.0" type="line"/>
+ <point x="144.0" y="1032.0" type="line"/>
+ <point x="144.0" y="944.0" type="line" smooth="yes"/>
+ <point x="144.0" y="324.0"/>
+ <point x="496.0" y="-28.0"/>
+ <point x="1020.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1456.0" y="-28.0"/>
+ <point x="1700.0" y="140.0"/>
+ <point x="1800.0" y="252.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1800.0" y="1752.0" type="line"/>
+ <point x="1700.0" y="1868.0"/>
+ <point x="1456.0" y="2032.0"/>
+ <point x="1020.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="2032.0"/>
+ <point x="144.0" y="1680.0"/>
+ <point x="144.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="960.0" type="line"/>
+ <point x="612.0" y="956.0" type="line"/>
+ <point x="612.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="612.0" y="1468.0"/>
+ <point x="744.0" y="1660.0"/>
+ <point x="1048.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="1660.0"/>
+ <point x="1296.0" y="1624.0"/>
+ <point x="1356.0" y="1572.0" type="curve"/>
+ <point x="1356.0" y="800.0" type="line"/>
+ <point x="1800.0" y="804.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2448.0" y="2004.0" type="line"/>
+ <point x="2116.0" y="2004.0" type="line"/>
+ <point x="1552.0" y="1740.0" type="line"/>
+ <point x="1552.0" y="1248.0" type="line"/>
+ <point x="2008.0" y="1460.0" type="line"/>
+ <point x="2008.0" y="-572.0" type="line"/>
+ <point x="2448.0" y="-572.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_acute.glif b/src/Inter-UI-Black.ufo/glyphs/O_acute.glif
new file mode 100644
index 000000000..bd1fcdfbc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oacute" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="00D3"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2720.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="acute" xOffset="660.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_bar.glif b/src/Inter-UI-Black.ufo/glyphs/O_bar.glif
new file mode 100644
index 000000000..17abdf6ed
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_bar.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Obar" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="019F"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1944.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10147"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_barredcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/O_barredcyrillic.glif
new file mode 100644
index 000000000..94d25f816
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_barredcyrillic.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Obarredcyrillic" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="04E8"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1944.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10147"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_barreddieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/O_barreddieresiscyrillic.glif
new file mode 100644
index 000000000..2d49c1254
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_barreddieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Obarreddieresiscyrillic" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="04EA"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1028.0" y="2644.0" name="top"/>
+ <anchor x="1944.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10147"/>
+ <component base="dieresis" xOffset="368.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_breve.glif b/src/Inter-UI-Black.ufo/glyphs/O_breve.glif
new file mode 100644
index 000000000..d6441668f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Obreve" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="014E"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2672.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="breve" xOffset="368.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_caron.glif b/src/Inter-UI-Black.ufo/glyphs/O_caron.glif
new file mode 100644
index 000000000..a3aca4f5e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocaron" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="01D1"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2692.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="caron" xOffset="236.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/O_circumflex.glif
new file mode 100644
index 000000000..d3a65d126
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflex" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="00D4"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2664.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflex" xOffset="240.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_circumflexacute.glif b/src/Inter-UI-Black.ufo/glyphs/O_circumflexacute.glif
new file mode 100644
index 000000000..e8fbcc1e3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_circumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflexacute" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1ED0"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflexacutecomb.cn" xOffset="468.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_circumflexdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/O_circumflexdotbelow.glif
new file mode 100644
index 000000000..bacc10677
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_circumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflexdotbelow" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1ED8"/>
+ <anchor x="1023.0" y="-523.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2664.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflex" xOffset="240.0" yOffset="408.0"/>
+ <component base="dotbelow" xOffset="1848.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_circumflexgrave.glif b/src/Inter-UI-Black.ufo/glyphs/O_circumflexgrave.glif
new file mode 100644
index 000000000..831db8ce6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_circumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflexgrave" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1ED2"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflexgravecomb.cn" xOffset="8.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_circumflexhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/O_circumflexhookabove.glif
new file mode 100644
index 000000000..2d4689f68
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_circumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflexhookabove" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1ED4"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflexhookcomb.cn" xOffset="372.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_circumflextilde.glif b/src/Inter-UI-Black.ufo/glyphs/O_circumflextilde.glif
new file mode 100644
index 000000000..7476a585e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_circumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflextilde" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1ED6"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflextildecomb.cn" xOffset="240.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_dblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/O_dblgrave.glif
new file mode 100644
index 000000000..f420536ea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Odblgrave" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="020C"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2681.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dblgravecmb" xOffset="1672.0" yOffset="426.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/O_dieresis.glif
new file mode 100644
index 000000000..7dda46085
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_dieresis.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Odieresis" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="00D6"/>
+ <outline>
+ <component base="casedieresis.cn" xOffset="364.0"/>
+ <component base="O"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_dieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/O_dieresiscyrillic.glif
new file mode 100644
index 000000000..e766e3e05
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_dieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Odieresiscyrillic" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="04E6"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1028.0" y="2644.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dieresis" xOffset="368.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/O_dotbelow.glif
new file mode 100644
index 000000000..691f5946f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Odotbelow" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1ECC"/>
+ <anchor x="1023.0" y="-523.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dotbelow" xOffset="1848.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_grave.glif b/src/Inter-UI-Black.ufo/glyphs/O_grave.glif
new file mode 100644
index 000000000..c5b571026
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ograve" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="00D2"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2720.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="grave" xOffset="336.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_hookabove.glif b/src/Inter-UI-Black.ufo/glyphs/O_hookabove.glif
new file mode 100644
index 000000000..50d08e6f2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohookabove" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1ECE"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2819.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="hook" xOffset="1871.0" yOffset="414.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_horn.glif b/src/Inter-UI-Black.ufo/glyphs/O_horn.glif
new file mode 100644
index 000000000..9e45758d3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_horn.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohorn" format="2">
+ <advance width="2100.0"/>
+ <unicode hex="01A0"/>
+ <guideline x="1024.0" y="1568.0" angle="90.0"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1024.0" y="2212.0" name="top"/>
+ <anchor x="2008.0" y="2212.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1808.0" y="2140.0" type="line"/>
+ <point x="1808.0" y="1888.0"/>
+ <point x="1760.0" y="1740.0"/>
+ <point x="1576.0" y="1740.0" type="curve"/>
+ <point x="1576.0" y="1516.0" type="line"/>
+ <point x="1932.0" y="1516.0"/>
+ <point x="2084.0" y="1744.0"/>
+ <point x="2084.0" y="2140.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1920.0" y="1020.0" type="curve"/>
+ <point x="1920.0" y="1696.0"/>
+ <point x="1532.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1920.0" y="348.0"/>
+ </contour>
+ <contour>
+ <point x="1452.0" y="1020.0" type="curve"/>
+ <point x="1452.0" y="560.0"/>
+ <point x="1276.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="1660.0"/>
+ <point x="1452.0" y="1480.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_hornacute.glif b/src/Inter-UI-Black.ufo/glyphs/O_hornacute.glif
new file mode 100644
index 000000000..1f06c6a8a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_hornacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohornacute" format="2">
+ <advance width="2100.0"/>
+ <unicode hex="1EDA"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1024.0" y="2212.0" name="parent_top"/>
+ <anchor x="1024.0" y="2732.0" name="top"/>
+ <anchor x="2008.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="acute" xOffset="660.0" yOffset="436.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_horndotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/O_horndotbelow.glif
new file mode 100644
index 000000000..e5d2fa4cc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_horndotbelow.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohorndotbelow" format="2">
+ <advance width="2100.0"/>
+ <unicode hex="1EE2"/>
+ <anchor x="1023.0" y="-523.0" name="bottom"/>
+ <anchor x="1024.0" y="2212.0" name="parent_top"/>
+ <anchor x="1024.0" y="2212.0" name="top"/>
+ <anchor x="2008.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="dotbelow" xOffset="1848.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_horngrave.glif b/src/Inter-UI-Black.ufo/glyphs/O_horngrave.glif
new file mode 100644
index 000000000..88d760983
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_horngrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohorngrave" format="2">
+ <advance width="2100.0"/>
+ <unicode hex="1EDC"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1024.0" y="2212.0" name="parent_top"/>
+ <anchor x="1024.0" y="2732.0" name="top"/>
+ <anchor x="2008.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="grave" xOffset="336.0" yOffset="436.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_hornhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/O_hornhookabove.glif
new file mode 100644
index 000000000..b102e62ba
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_hornhookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohornhookabove" format="2">
+ <advance width="2100.0"/>
+ <unicode hex="1EDE"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1024.0" y="2212.0" name="parent_top"/>
+ <anchor x="1024.0" y="2831.0" name="top"/>
+ <anchor x="2008.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="hook" xOffset="1871.0" yOffset="426.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_horntilde.glif b/src/Inter-UI-Black.ufo/glyphs/O_horntilde.glif
new file mode 100644
index 000000000..4071c0134
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_horntilde.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohorntilde" format="2">
+ <advance width="2100.0"/>
+ <unicode hex="1EE0"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1024.0" y="2212.0" name="parent_top"/>
+ <anchor x="1024.0" y="2736.0" name="top"/>
+ <anchor x="2008.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="tilde" xOffset="368.0" yOffset="432.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_hungarumlaut.glif b/src/Inter-UI-Black.ufo/glyphs/O_hungarumlaut.glif
new file mode 100644
index 000000000..185e43b77
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_hungarumlaut.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohungarumlaut" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="0150"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2680.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="hungarumlaut" xOffset="524.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_invertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/O_invertedbreve.glif
new file mode 100644
index 000000000..e01dd1155
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oinvertedbreve" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="020E"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2750.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="breveinvnosp" xOffset="1816.0" yOffset="605.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_macron.glif b/src/Inter-UI-Black.ufo/glyphs/O_macron.glif
new file mode 100644
index 000000000..143f5d03a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omacron" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="014C"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2632.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="macron" xOffset="240.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_macronacute.glif b/src/Inter-UI-Black.ufo/glyphs/O_macronacute.glif
new file mode 100644
index 000000000..7c054084d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_macronacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omacronacute" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1E52"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="macronacutecomb.cn" xOffset="1816.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_macrongrave.glif b/src/Inter-UI-Black.ufo/glyphs/O_macrongrave.glif
new file mode 100644
index 000000000..e2b5eae95
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_macrongrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omacrongrave" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1E50"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="macrongravecomb.cn" xOffset="1816.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:54:29</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_mega.glif b/src/Inter-UI-Black.ufo/glyphs/O_mega.glif
new file mode 100644
index 000000000..cd6cdb0c4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_mega.glif
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omega" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03A9"/>
+ <unicode hex="2126"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <guideline x="1728.375"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <anchor x="152.0" y="2000.0" name="tonos"/>
+ <outline>
+ <contour>
+ <point x="1192.0" y="1092.0" type="line"/>
+ <point x="1192.0" y="648.0"/>
+ <point x="1104.0" y="456.0"/>
+ <point x="984.0" y="384.0" type="curve"/>
+ <point x="984.0" y="184.0" type="line"/>
+ <point x="1324.0" y="228.0"/>
+ <point x="1716.0" y="588.0"/>
+ <point x="1716.0" y="1092.0" type="curve"/>
+ <point x="1716.0" y="1196.0" type="line"/>
+ <point x="1716.0" y="1684.0"/>
+ <point x="1388.0" y="2028.0"/>
+ <point x="912.0" y="2028.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="2028.0"/>
+ <point x="112.0" y="1684.0"/>
+ <point x="112.0" y="1196.0" type="curve"/>
+ <point x="112.0" y="1092.0" type="line"/>
+ <point x="112.0" y="588.0"/>
+ <point x="504.0" y="224.0"/>
+ <point x="848.0" y="184.0" type="curve"/>
+ <point x="848.0" y="384.0" type="line"/>
+ <point x="724.0" y="452.0"/>
+ <point x="632.0" y="644.0"/>
+ <point x="632.0" y="1092.0" type="curve"/>
+ <point x="632.0" y="1200.0" type="line"/>
+ <point x="632.0" y="1496.0"/>
+ <point x="740.0" y="1652.0"/>
+ <point x="912.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="1652.0"/>
+ <point x="1192.0" y="1496.0"/>
+ <point x="1192.0" y="1200.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="984.0" y="0.0" type="line"/>
+ <point x="1684.0" y="0.0" type="line"/>
+ <point x="1684.0" y="376.0" type="line"/>
+ <point x="984.0" y="376.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="140.0" y="0.0" type="line"/>
+ <point x="848.0" y="0.0" type="line"/>
+ <point x="848.0" y="376.0" type="line"/>
+ <point x="140.0" y="376.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_megacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/O_megacyrillic.glif
new file mode 100644
index 000000000..e9c9a433c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_megacyrillic.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omegacyrillic" format="2">
+ <advance width="2712.0"/>
+ <unicode hex="0460"/>
+ <anchor x="1356.0" y="2304.0" name="top"/>
+ <anchor x="2736.0" y="2304.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1128.0" y="2004.0" type="line"/>
+ <point x="1128.0" y="676.0" type="line" smooth="yes"/>
+ <point x="1128.0" y="440.0"/>
+ <point x="1032.0" y="344.0"/>
+ <point x="872.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="344.0"/>
+ <point x="608.0" y="440.0"/>
+ <point x="608.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="2004.0" type="line"/>
+ <point x="144.0" y="2004.0" type="line"/>
+ <point x="144.0" y="676.0" type="line" smooth="yes"/>
+ <point x="144.0" y="220.0"/>
+ <point x="452.0" y="-28.0"/>
+ <point x="872.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="-28.0"/>
+ <point x="1504.0" y="220.0"/>
+ <point x="1504.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2108.0" y="2004.0" type="line"/>
+ <point x="2108.0" y="676.0" type="line" smooth="yes"/>
+ <point x="2108.0" y="440.0"/>
+ <point x="2012.0" y="344.0"/>
+ <point x="1848.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="344.0"/>
+ <point x="1588.0" y="440.0"/>
+ <point x="1588.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="1588.0" y="2004.0" type="line"/>
+ <point x="1212.0" y="2004.0" type="line"/>
+ <point x="1212.0" y="676.0" type="line" smooth="yes"/>
+ <point x="1212.0" y="220.0"/>
+ <point x="1484.0" y="-28.0"/>
+ <point x="1848.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2264.0" y="-28.0"/>
+ <point x="2568.0" y="220.0"/>
+ <point x="2568.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="2568.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_megaroundcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/O_megaroundcyrillic.glif
new file mode 100644
index 000000000..583ff08d1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_megaroundcyrillic.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omegaroundcyrillic" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="047A"/>
+ <guideline x="1024.0" y="1348.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1156.0" y="600.0" type="line"/>
+ <point x="892.0" y="600.0" type="line"/>
+ <point x="892.0" y="-220.0" type="line"/>
+ <point x="1156.0" y="-220.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1156.0" y="2264.0" type="line"/>
+ <point x="892.0" y="2264.0" type="line"/>
+ <point x="892.0" y="1444.0" type="line"/>
+ <point x="1156.0" y="1444.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1920.0" y="1020.0" type="curve"/>
+ <point x="1920.0" y="1696.0"/>
+ <point x="1532.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1920.0" y="348.0"/>
+ </contour>
+ <contour>
+ <point x="1452.0" y="1020.0" type="curve"/>
+ <point x="1452.0" y="560.0"/>
+ <point x="1276.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="1660.0"/>
+ <point x="1452.0" y="1480.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_megatitlocyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/O_megatitlocyrillic.glif
new file mode 100644
index 000000000..e6a87edd5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_megatitlocyrillic.glif
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omegatitlocyrillic" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="047C"/>
+ <outline>
+ <contour>
+ <point x="2036.0" y="2324.0" type="line"/>
+ <point x="1756.0" y="2324.0"/>
+ <point x="1568.0" y="2492.0"/>
+ <point x="1356.0" y="2492.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="2492.0"/>
+ <point x="1040.0" y="2396.0"/>
+ <point x="1040.0" y="2192.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="2140.0" type="line"/>
+ <point x="1220.0" y="2140.0" type="line"/>
+ <point x="1220.0" y="2168.0" type="line" smooth="yes"/>
+ <point x="1220.0" y="2264.0"/>
+ <point x="1280.0" y="2308.0"/>
+ <point x="1364.0" y="2308.0" type="curve" smooth="yes"/>
+ <point x="1516.0" y="2308.0"/>
+ <point x="1728.0" y="2140.0"/>
+ <point x="2036.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="2052.0" y="2140.0" type="line"/>
+ <point x="2052.0" y="2324.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1356.0" y="1740.0" type="line"/>
+ <point x="1452.0" y="1788.0"/>
+ <point x="1572.0" y="1908.0"/>
+ <point x="1572.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="2156.0" type="line"/>
+ <point x="1340.0" y="2156.0" type="line"/>
+ <point x="1340.0" y="2024.0" type="line" smooth="yes"/>
+ <point x="1340.0" y="1956.0"/>
+ <point x="1304.0" y="1892.0"/>
+ <point x="1244.0" y="1816.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="952.0" y="2004.0" type="line"/>
+ <point x="536.0" y="2004.0"/>
+ <point x="228.0" y="1756.0"/>
+ <point x="228.0" y="1304.0" type="curve"/>
+ <point x="228.0" y="672.0" type="line" smooth="yes"/>
+ <point x="228.0" y="216.0"/>
+ <point x="536.0" y="-28.0"/>
+ <point x="952.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="-28.0"/>
+ <point x="1584.0" y="220.0"/>
+ <point x="1584.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="1584.0" y="1120.0" type="line"/>
+ <point x="1208.0" y="1120.0" type="line"/>
+ <point x="1208.0" y="676.0" type="line" smooth="yes"/>
+ <point x="1208.0" y="440.0"/>
+ <point x="1116.0" y="344.0"/>
+ <point x="952.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="344.0"/>
+ <point x="688.0" y="440.0"/>
+ <point x="688.0" y="672.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="1304.0" type="line"/>
+ <point x="688.0" y="1532.0"/>
+ <point x="792.0" y="1628.0"/>
+ <point x="952.0" y="1628.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1896.0" y="1628.0" type="line"/>
+ <point x="2056.0" y="1628.0"/>
+ <point x="2160.0" y="1532.0"/>
+ <point x="2160.0" y="1304.0" type="curve" smooth="yes"/>
+ <point x="2160.0" y="672.0" type="line" smooth="yes"/>
+ <point x="2160.0" y="440.0"/>
+ <point x="2056.0" y="344.0"/>
+ <point x="1896.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="1732.0" y="344.0"/>
+ <point x="1640.0" y="440.0"/>
+ <point x="1640.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="1640.0" y="1120.0" type="line"/>
+ <point x="1264.0" y="1120.0" type="line"/>
+ <point x="1264.0" y="676.0" type="line" smooth="yes"/>
+ <point x="1264.0" y="220.0"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1896.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2312.0" y="-28.0"/>
+ <point x="2620.0" y="216.0"/>
+ <point x="2620.0" y="672.0" type="curve" smooth="yes"/>
+ <point x="2620.0" y="1304.0" type="line" smooth="yes"/>
+ <point x="2620.0" y="1756.0"/>
+ <point x="2312.0" y="2004.0"/>
+ <point x="1896.0" y="2004.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_megatonos.glif b/src/Inter-UI-Black.ufo/glyphs/O_megatonos.glif
new file mode 100644
index 000000000..9f03b3b4b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_megatonos.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omegatonos" format="2">
+ <advance width="1844.0"/>
+ <unicode hex="038F"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="tonos" xOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_micron.glif b/src/Inter-UI-Black.ufo/glyphs/O_micron.glif
new file mode 100644
index 000000000..028048feb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_micron.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omicron" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="039F"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_microntonos.glif b/src/Inter-UI-Black.ufo/glyphs/O_microntonos.glif
new file mode 100644
index 000000000..48d85194c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_microntonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omicrontonos" format="2">
+ <advance width="2060.0"/>
+ <unicode hex="038C"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="tonos" xOffset="-472.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_ogonek.N_A_V_.glif b/src/Inter-UI-Black.ufo/glyphs/O_ogonek.N_A_V_.glif
new file mode 100644
index 000000000..319eeb0d6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_ogonek.N_A_V_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oogonek.NAV" format="2">
+ <advance width="2040.0"/>
+ <anchor x="1024.0" y="-572.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="ogonek" xOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_ogonek.glif b/src/Inter-UI-Black.ufo/glyphs/O_ogonek.glif
new file mode 100644
index 000000000..865b123e7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_ogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oogonek" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="01EA"/>
+ <anchor x="1024.0" y="-572.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="ogonek" xOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_ogonekmacron.glif b/src/Inter-UI-Black.ufo/glyphs/O_ogonekmacron.glif
new file mode 100644
index 000000000..2cb373583
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_ogonekmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oogonekmacron" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="01EC"/>
+ <anchor x="1024.0" y="-572.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2632.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="ogonek" xOffset="512.0"/>
+ <component base="macron" xOffset="240.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_open.glif b/src/Inter-UI-Black.ufo/glyphs/O_open.glif
new file mode 100644
index 000000000..ff450bbb6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_open.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oopen" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="0186"/>
+ <outline>
+ <component base="C" xScale="-1.0" xOffset="1984.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_slash.glif b/src/Inter-UI-Black.ufo/glyphs/O_slash.glif
new file mode 100644
index 000000000..b6f51226a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_slash.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oslash" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="00D8"/>
+ <guideline x="1024.0" y="1588.0" angle="90.0"/>
+ <guideline x="1292.0" y="1024.0" angle="0.0"/>
+ <guideline x="1024.0" y="1024.0" angle="55.9722"/>
+ <anchor x="1024.0" y="2304.0" name="top"/>
+ <anchor x="1972.0" y="2304.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <contour>
+ <point x="424.0" y="-100.0" type="line"/>
+ <point x="1848.0" y="2008.0" type="line"/>
+ <point x="1648.0" y="2144.0" type="line"/>
+ <point x="224.0" y="36.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1920.0" y="1020.0" type="curve"/>
+ <point x="1920.0" y="1696.0"/>
+ <point x="1532.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1920.0" y="348.0"/>
+ </contour>
+ <contour>
+ <point x="1452.0" y="1020.0" type="curve"/>
+ <point x="1452.0" y="560.0"/>
+ <point x="1276.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="1660.0"/>
+ <point x="1452.0" y="1480.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_slashacute.glif b/src/Inter-UI-Black.ufo/glyphs/O_slashacute.glif
new file mode 100644
index 000000000..947ff238b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_slashacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oslashacute" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="01FE"/>
+ <anchor x="1024.0" y="2304.0" name="parent_top"/>
+ <anchor x="1024.0" y="2824.0" name="top"/>
+ <anchor x="1972.0" y="2304.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Oslash"/>
+ <component base="acute" xOffset="660.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_tcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/O_tcyrillic.glif
new file mode 100644
index 000000000..d9b1d728c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_tcyrillic.glif
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Otcyrillic" format="2">
+ <advance width="2712.0"/>
+ <unicode hex="047E"/>
+ <outline>
+ <contour>
+ <point x="1220.0" y="2352.0" type="line"/>
+ <point x="1220.0" y="2176.0" type="line"/>
+ <point x="1468.0" y="2176.0" type="line"/>
+ <point x="1468.0" y="2352.0" type="line"/>
+ <point x="1984.0" y="2352.0" type="line"/>
+ <point x="1980.0" y="2548.0" type="line"/>
+ <point x="732.0" y="2548.0" type="line"/>
+ <point x="732.0" y="2352.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1128.0" y="2004.0" type="line"/>
+ <point x="1128.0" y="676.0" type="line" smooth="yes"/>
+ <point x="1128.0" y="440.0"/>
+ <point x="1032.0" y="344.0"/>
+ <point x="872.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="344.0"/>
+ <point x="608.0" y="440.0"/>
+ <point x="608.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="2004.0" type="line"/>
+ <point x="144.0" y="2004.0" type="line"/>
+ <point x="144.0" y="676.0" type="line" smooth="yes"/>
+ <point x="144.0" y="220.0"/>
+ <point x="452.0" y="-28.0"/>
+ <point x="872.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="-28.0"/>
+ <point x="1504.0" y="220.0"/>
+ <point x="1504.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2108.0" y="2004.0" type="line"/>
+ <point x="2108.0" y="676.0" type="line" smooth="yes"/>
+ <point x="2108.0" y="440.0"/>
+ <point x="2012.0" y="344.0"/>
+ <point x="1848.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="344.0"/>
+ <point x="1588.0" y="440.0"/>
+ <point x="1588.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="1588.0" y="2004.0" type="line"/>
+ <point x="1212.0" y="2004.0" type="line"/>
+ <point x="1212.0" y="676.0" type="line" smooth="yes"/>
+ <point x="1212.0" y="220.0"/>
+ <point x="1484.0" y="-28.0"/>
+ <point x="1848.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2264.0" y="-28.0"/>
+ <point x="2568.0" y="220.0"/>
+ <point x="2568.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="2568.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_tilde.glif b/src/Inter-UI-Black.ufo/glyphs/O_tilde.glif
new file mode 100644
index 000000000..c8e84820a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_tilde.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Otilde" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="00D5"/>
+ <outline>
+ <component base="casetilde.cn" xOffset="364.0"/>
+ <component base="O"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_tildeacute.glif b/src/Inter-UI-Black.ufo/glyphs/O_tildeacute.glif
new file mode 100644
index 000000000..ce54b8ce7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_tildeacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Otildeacute" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1E4C"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="tildeacutecomb.cn" xOffset="1791.0" yOffset="470.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/O_tildedieresis.glif b/src/Inter-UI-Black.ufo/glyphs/O_tildedieresis.glif
new file mode 100644
index 000000000..9bf2680bf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/O_tildedieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Otildedieresis" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="1E4E"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="tildedieresiscomb.cn" xOffset="1816.0" yOffset="450.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Odieresis_.glif b/src/Inter-UI-Black.ufo/glyphs/Odieresis_.glif
deleted file mode 100644
index 6dd43805f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Odieresis_.glif
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Odieresis" format="1">
- <advance width="2040"/>
- <unicode hex="00D6"/>
- <outline>
- <component base="casedieresis.cn" xOffset="364"/>
- <component base="O"/>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ohorn_.glif b/src/Inter-UI-Black.ufo/glyphs/Ohorn_.glif
deleted file mode 100644
index 843c3be6d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ohorn_.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ohorn" format="1">
- <advance width="2100"/>
- <unicode hex="01A0"/>
- <outline>
- <contour>
- <point x="1808" y="2140" type="line"/>
- <point x="1808" y="1888"/>
- <point x="1760" y="1740"/>
- <point x="1576" y="1740" type="curve"/>
- <point x="1576" y="1516" type="line"/>
- <point x="1932" y="1516"/>
- <point x="2084" y="1744"/>
- <point x="2084" y="2140" type="curve"/>
- </contour>
- <component base="O"/>
- <contour>
- <point x="1024" y="2212" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1024" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2008" y="2212" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1568</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1992, 'leftMargin': 156, 'rightMargin': -42}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Omega_.glif b/src/Inter-UI-Black.ufo/glyphs/Omega_.glif
deleted file mode 100644
index b639b671a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Omega_.glif
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Omega" format="1">
- <advance width="1824"/>
- <unicode hex="03A9"/>
- <unicode hex="2126"/>
- <outline>
- <contour>
- <point x="1192" y="1092" type="line"/>
- <point x="1192" y="648"/>
- <point x="1104" y="456"/>
- <point x="984" y="384" type="curve"/>
- <point x="984" y="184" type="line"/>
- <point x="1324" y="228"/>
- <point x="1716" y="588"/>
- <point x="1716" y="1092" type="curve"/>
- <point x="1716" y="1196" type="line"/>
- <point x="1716" y="1684"/>
- <point x="1388" y="2028"/>
- <point x="912" y="2028" type="curve" smooth="yes"/>
- <point x="436" y="2028"/>
- <point x="112" y="1684"/>
- <point x="112" y="1196" type="curve"/>
- <point x="112" y="1092" type="line"/>
- <point x="112" y="588"/>
- <point x="504" y="224"/>
- <point x="848" y="184" type="curve"/>
- <point x="848" y="384" type="line"/>
- <point x="724" y="452"/>
- <point x="632" y="644"/>
- <point x="632" y="1092" type="curve"/>
- <point x="632" y="1200" type="line"/>
- <point x="632" y="1496"/>
- <point x="740" y="1652"/>
- <point x="912" y="1652" type="curve" smooth="yes"/>
- <point x="1088" y="1652"/>
- <point x="1192" y="1496"/>
- <point x="1192" y="1200" type="curve"/>
- </contour>
- <contour>
- <point x="984" y="0" type="line"/>
- <point x="1684" y="0" type="line"/>
- <point x="1684" y="376" type="line"/>
- <point x="984" y="376" type="line"/>
- </contour>
- <contour>
- <point x="140" y="0" type="line"/>
- <point x="848" y="0" type="line"/>
- <point x="848" y="376" type="line"/>
- <point x="140" y="376" type="line"/>
- </contour>
- <contour>
- <point x="152" y="2000" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="916" y="16" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1728.375</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1898, 'leftMargin': 138, 'rightMargin': 157}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Omegacyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Omegacyrillic_.glif
deleted file mode 100644
index 64774a07c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Omegacyrillic_.glif
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Omegacyrillic" format="1">
- <advance width="2712"/>
- <unicode hex="0460"/>
- <outline>
- <contour>
- <point x="1128" y="2004" type="line"/>
- <point x="1128" y="676" type="line" smooth="yes"/>
- <point x="1128" y="440"/>
- <point x="1032" y="344"/>
- <point x="872" y="344" type="curve" smooth="yes"/>
- <point x="708" y="344"/>
- <point x="608" y="440"/>
- <point x="608" y="676" type="curve" smooth="yes"/>
- <point x="608" y="2004" type="line"/>
- <point x="144" y="2004" type="line"/>
- <point x="144" y="676" type="line" smooth="yes"/>
- <point x="144" y="220"/>
- <point x="452" y="-28"/>
- <point x="872" y="-28" type="curve" smooth="yes"/>
- <point x="1236" y="-28"/>
- <point x="1504" y="220"/>
- <point x="1504" y="676" type="curve" smooth="yes"/>
- <point x="1504" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="2108" y="2004" type="line"/>
- <point x="2108" y="676" type="line" smooth="yes"/>
- <point x="2108" y="440"/>
- <point x="2012" y="344"/>
- <point x="1848" y="344" type="curve" smooth="yes"/>
- <point x="1688" y="344"/>
- <point x="1588" y="440"/>
- <point x="1588" y="676" type="curve" smooth="yes"/>
- <point x="1588" y="2004" type="line"/>
- <point x="1212" y="2004" type="line"/>
- <point x="1212" y="676" type="line" smooth="yes"/>
- <point x="1212" y="220"/>
- <point x="1484" y="-28"/>
- <point x="1848" y="-28" type="curve" smooth="yes"/>
- <point x="2264" y="-28"/>
- <point x="2568" y="220"/>
- <point x="2568" y="676" type="curve" smooth="yes"/>
- <point x="2568" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1356" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2736" y="2304" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2739.0, 'leftMargin': 147, 'rightMargin': 169.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Omegaroundcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Omegaroundcyrillic_.glif
deleted file mode 100644
index 8f8f85e1b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Omegaroundcyrillic_.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Omegaroundcyrillic" format="1">
- <advance width="2040"/>
- <unicode hex="047A"/>
- <outline>
- <contour>
- <point x="1156" y="600" type="line"/>
- <point x="892" y="600" type="line"/>
- <point x="892" y="-220" type="line"/>
- <point x="1156" y="-220" type="line"/>
- </contour>
- <contour>
- <point x="1156" y="2264" type="line"/>
- <point x="892" y="2264" type="line"/>
- <point x="892" y="1444" type="line"/>
- <point x="1156" y="1444" type="line"/>
- </contour>
- <component base="O"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1348</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 173, 'rightMargin': 35}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Omegatitlocyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Omegatitlocyrillic_.glif
deleted file mode 100644
index 5d9bf90b4..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Omegatitlocyrillic_.glif
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Omegatitlocyrillic" format="1">
- <advance width="2848"/>
- <unicode hex="047C"/>
- <outline>
- <contour>
- <point x="2036" y="2324" type="line"/>
- <point x="1756" y="2324"/>
- <point x="1568" y="2492"/>
- <point x="1356" y="2492" type="curve" smooth="yes"/>
- <point x="1160" y="2492"/>
- <point x="1040" y="2396"/>
- <point x="1040" y="2192" type="curve" smooth="yes"/>
- <point x="1040" y="2140" type="line"/>
- <point x="1220" y="2140" type="line"/>
- <point x="1220" y="2168" type="line" smooth="yes"/>
- <point x="1220" y="2264"/>
- <point x="1280" y="2308"/>
- <point x="1364" y="2308" type="curve" smooth="yes"/>
- <point x="1516" y="2308"/>
- <point x="1728" y="2140"/>
- <point x="2036" y="2140" type="curve" smooth="yes"/>
- <point x="2052" y="2140" type="line"/>
- <point x="2052" y="2324" type="line"/>
- </contour>
- <contour>
- <point x="1356" y="1740" type="line"/>
- <point x="1452" y="1788"/>
- <point x="1572" y="1908"/>
- <point x="1572" y="2016" type="curve" smooth="yes"/>
- <point x="1572" y="2156" type="line"/>
- <point x="1340" y="2156" type="line"/>
- <point x="1340" y="2024" type="line" smooth="yes"/>
- <point x="1340" y="1956"/>
- <point x="1304" y="1892"/>
- <point x="1244" y="1816" type="curve"/>
- </contour>
- <contour>
- <point x="952" y="2004" type="line"/>
- <point x="536" y="2004"/>
- <point x="228" y="1756"/>
- <point x="228" y="1304" type="curve"/>
- <point x="228" y="672" type="line" smooth="yes"/>
- <point x="228" y="216"/>
- <point x="536" y="-28"/>
- <point x="952" y="-28" type="curve" smooth="yes"/>
- <point x="1316" y="-28"/>
- <point x="1584" y="220"/>
- <point x="1584" y="676" type="curve" smooth="yes"/>
- <point x="1584" y="1120" type="line"/>
- <point x="1208" y="1120" type="line"/>
- <point x="1208" y="676" type="line" smooth="yes"/>
- <point x="1208" y="440"/>
- <point x="1116" y="344"/>
- <point x="952" y="344" type="curve" smooth="yes"/>
- <point x="792" y="344"/>
- <point x="688" y="440"/>
- <point x="688" y="672" type="curve" smooth="yes"/>
- <point x="688" y="1304" type="line"/>
- <point x="688" y="1532"/>
- <point x="792" y="1628"/>
- <point x="952" y="1628" type="curve"/>
- </contour>
- <contour>
- <point x="1896" y="1628" type="line"/>
- <point x="2056" y="1628"/>
- <point x="2160" y="1532"/>
- <point x="2160" y="1304" type="curve" smooth="yes"/>
- <point x="2160" y="672" type="line" smooth="yes"/>
- <point x="2160" y="440"/>
- <point x="2056" y="344"/>
- <point x="1896" y="344" type="curve" smooth="yes"/>
- <point x="1732" y="344"/>
- <point x="1640" y="440"/>
- <point x="1640" y="676" type="curve" smooth="yes"/>
- <point x="1640" y="1120" type="line"/>
- <point x="1264" y="1120" type="line"/>
- <point x="1264" y="676" type="line" smooth="yes"/>
- <point x="1264" y="220"/>
- <point x="1532" y="-28"/>
- <point x="1896" y="-28" type="curve" smooth="yes"/>
- <point x="2312" y="-28"/>
- <point x="2620" y="216"/>
- <point x="2620" y="672" type="curve" smooth="yes"/>
- <point x="2620" y="1304" type="line" smooth="yes"/>
- <point x="2620" y="1756"/>
- <point x="2312" y="2004"/>
- <point x="1896" y="2004" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2740, 'leftMargin': 147, 'rightMargin': 199}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Oopen_.glif b/src/Inter-UI-Black.ufo/glyphs/Oopen_.glif
deleted file mode 100644
index 59896d0b6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Oopen_.glif
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Oopen" format="1">
- <advance width="1984"/>
- <unicode hex="0186"/>
- <outline>
- <component base="C" xScale="-1" xOffset="1984"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 78, 'rightMargin': 103}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Oslash_.glif b/src/Inter-UI-Black.ufo/glyphs/Oslash_.glif
deleted file mode 100644
index ffb4589e1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Oslash_.glif
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Oslash" format="1">
- <advance width="2040"/>
- <unicode hex="00D8"/>
- <outline>
- <contour>
- <point x="424" y="-100" type="line"/>
- <point x="1848" y="2008" type="line"/>
- <point x="1648" y="2144" type="line"/>
- <point x="224" y="36" type="line"/>
- </contour>
- <component base="O"/>
- <contour>
- <point x="1024" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1972" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1972" y="2304" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1588</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1292</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>55.97224023781165</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1939, 'leftMargin': 170, 'rightMargin': 33}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Otcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Otcyrillic_.glif
deleted file mode 100644
index 304a5b6ad..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Otcyrillic_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Otcyrillic" format="1">
- <advance width="2712"/>
- <unicode hex="047E"/>
- <outline>
- <contour>
- <point x="1220" y="2352" type="line"/>
- <point x="1220" y="2176" type="line"/>
- <point x="1468" y="2176" type="line"/>
- <point x="1468" y="2352" type="line"/>
- <point x="1984" y="2352" type="line"/>
- <point x="1980" y="2548" type="line"/>
- <point x="732" y="2548" type="line"/>
- <point x="732" y="2352" type="line"/>
- </contour>
- <component base="Omegacyrillic"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2739.0, 'leftMargin': 196, 'rightMargin': 119.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Otilde_.glif b/src/Inter-UI-Black.ufo/glyphs/Otilde_.glif
deleted file mode 100644
index 4ae7329fd..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Otilde_.glif
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Otilde" format="1">
- <advance width="2040"/>
- <unicode hex="00D5"/>
- <outline>
- <component base="casetilde.cn" xOffset="364"/>
- <component base="O"/>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_.glif b/src/Inter-UI-Black.ufo/glyphs/P_.glif
index 15b677ad0..6544a7971 100644
--- a/src/Inter-UI-Black.ufo/glyphs/P_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/P_.glif
@@ -1,113 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="P" format="1">
- <advance width="1796"/>
+<glyph name="P" format="2">
+ <advance width="1796.0"/>
<unicode hex="0050"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <guideline y="1552.375"/>
+ <guideline x="808.0" y="1372.0" angle="0.0"/>
+ <anchor x="828.0" y="16.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="28.0" y="2000.0" name="tonos"/>
+ <anchor x="920.0" y="2216.0" name="top"/>
+ <anchor x="1928.0" y="2216.0" name="top0315"/>
+ <anchor x="1928.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="936" y="704" type="line"/>
- <point x="1448" y="704"/>
- <point x="1668" y="960"/>
- <point x="1668" y="1372" type="curve"/>
- <point x="1668" y="1776"/>
- <point x="1460" y="2048"/>
- <point x="936" y="2048" type="curve"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1664" type="line"/>
- <point x="936" y="1664" type="line"/>
- <point x="1136" y="1664"/>
- <point x="1208" y="1532"/>
- <point x="1208" y="1372" type="curve"/>
- <point x="1208" y="1212"/>
- <point x="1136" y="1084"/>
- <point x="936" y="1084" type="curve"/>
- <point x="436" y="1084" type="line"/>
- <point x="436" y="704" type="line"/>
- </contour>
- <contour>
- <point x="28.0" y="2000.0" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="920.0" y="2216.0" type="move" name="top"/>
- </contour>
- <contour>
- <point x="828.0" y="16.0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1928.0" y="2200.0" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1928.0" y="-560.0" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1928.0" y="2216.0" type="move" name="top0315"/>
+ <point x="936.0" y="704.0" type="line"/>
+ <point x="1448.0" y="704.0"/>
+ <point x="1668.0" y="960.0"/>
+ <point x="1668.0" y="1372.0" type="curve"/>
+ <point x="1668.0" y="1776.0"/>
+ <point x="1460.0" y="2048.0"/>
+ <point x="936.0" y="2048.0" type="curve"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1664.0" type="line"/>
+ <point x="936.0" y="1664.0" type="line"/>
+ <point x="1136.0" y="1664.0"/>
+ <point x="1208.0" y="1532.0"/>
+ <point x="1208.0" y="1372.0" type="curve"/>
+ <point x="1208.0" y="1212.0"/>
+ <point x="1136.0" y="1084.0"/>
+ <point x="936.0" y="1084.0" type="curve"/>
+ <point x="436.0" y="1084.0" type="line"/>
+ <point x="436.0" y="704.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1552.375</real>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>808</integer>
- <key>y</key>
- <integer>1372</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1829, 'leftMargin': 161, 'rightMargin': 106}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_acute.glif b/src/Inter-UI-Black.ufo/glyphs/P_acute.glif
new file mode 100644
index 000000000..84895e0d4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/P_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Pacute" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1E54"/>
+ <anchor x="828.0" y="16.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="920.0" y="2216.0" name="parent_top"/>
+ <anchor x="920.0" y="2736.0" name="top"/>
+ <anchor x="1928.0" y="2216.0" name="top0315"/>
+ <anchor x="1928.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P"/>
+ <component base="acute" xOffset="556.0" yOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/P_dotaccent.glif
new file mode 100644
index 000000000..ee913f975
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/P_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Pdotaccent" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1E56"/>
+ <anchor x="828.0" y="16.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="920.0" y="2216.0" name="parent_top"/>
+ <anchor x="920.0" y="2736.0" name="top"/>
+ <anchor x="1928.0" y="2216.0" name="top0315"/>
+ <anchor x="1928.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P"/>
+ <component base="dotaccent" xOffset="520.0" yOffset="472.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_emiddlehookcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/P_emiddlehookcyrillic.glif
new file mode 100644
index 000000000..0e94c42cd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/P_emiddlehookcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Pemiddlehookcyrillic" format="2">
+ <advance width="3104.0"/>
+ <unicode hex="04A6"/>
+ <outline>
+ <component base="Pi" xOffset="-60.0"/>
+ <component base="largerighthook" xOffset="1704.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_hi.glif b/src/Inter-UI-Black.ufo/glyphs/P_hi.glif
new file mode 100644
index 000000000..8190953c7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/P_hi.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Phi" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="03A6"/>
+ <outline>
+ <contour>
+ <point x="1348.0" y="224.0" type="line"/>
+ <point x="1848.0" y="224.0"/>
+ <point x="2188.0" y="520.0"/>
+ <point x="2188.0" y="988.0" type="curve" smooth="yes"/>
+ <point x="2188.0" y="1476.0"/>
+ <point x="1848.0" y="1780.0"/>
+ <point x="1348.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="1780.0" type="line" smooth="yes"/>
+ <point x="488.0" y="1780.0"/>
+ <point x="148.0" y="1472.0"/>
+ <point x="148.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="148.0" y="516.0"/>
+ <point x="488.0" y="224.0"/>
+ <point x="992.0" y="224.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="992.0" y="628.0" type="line"/>
+ <point x="764.0" y="628.0"/>
+ <point x="600.0" y="740.0"/>
+ <point x="600.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="1252.0"/>
+ <point x="764.0" y="1376.0"/>
+ <point x="992.0" y="1376.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="1376.0" type="line" smooth="yes"/>
+ <point x="1580.0" y="1376.0"/>
+ <point x="1740.0" y="1256.0"/>
+ <point x="1740.0" y="988.0" type="curve" smooth="yes"/>
+ <point x="1740.0" y="744.0"/>
+ <point x="1580.0" y="628.0"/>
+ <point x="1352.0" y="628.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1400.0" y="2004.0" type="line"/>
+ <point x="944.0" y="2004.0" type="line"/>
+ <point x="944.0" y="0.0" type="line"/>
+ <point x="1400.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_hook.glif b/src/Inter-UI-Black.ufo/glyphs/P_hook.glif
new file mode 100644
index 000000000..c198546c3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/P_hook.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Phook" format="2">
+ <advance width="2324.0"/>
+ <unicode hex="01A4"/>
+ <outline>
+ <contour>
+ <point x="940.0" y="1668.0" type="line"/>
+ <point x="940.0" y="2048.0" type="line"/>
+ <point x="628.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="252.0" y="2048.0"/>
+ <point x="16.0" y="1840.0"/>
+ <point x="16.0" y="1496.0" type="curve" smooth="yes"/>
+ <point x="16.0" y="1284.0" type="line"/>
+ <point x="428.0" y="1284.0" type="line"/>
+ <point x="428.0" y="1412.0" type="line" smooth="yes"/>
+ <point x="428.0" y="1536.0"/>
+ <point x="468.0" y="1668.0"/>
+ <point x="628.0" y="1668.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1464.0" y="704.0" type="line"/>
+ <point x="1976.0" y="704.0"/>
+ <point x="2196.0" y="960.0"/>
+ <point x="2196.0" y="1372.0" type="curve"/>
+ <point x="2196.0" y="1776.0"/>
+ <point x="1988.0" y="2048.0"/>
+ <point x="1464.0" y="2048.0" type="curve"/>
+ <point x="672.0" y="2048.0" type="line"/>
+ <point x="672.0" y="0.0" type="line"/>
+ <point x="1136.0" y="0.0" type="line"/>
+ <point x="1136.0" y="1664.0" type="line"/>
+ <point x="1464.0" y="1664.0" type="line"/>
+ <point x="1664.0" y="1664.0"/>
+ <point x="1736.0" y="1532.0"/>
+ <point x="1736.0" y="1372.0" type="curve"/>
+ <point x="1736.0" y="1212.0"/>
+ <point x="1664.0" y="1084.0"/>
+ <point x="1464.0" y="1084.0" type="curve"/>
+ <point x="964.0" y="1084.0" type="line"/>
+ <point x="964.0" y="704.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.11</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_i.glif b/src/Inter-UI-Black.ufo/glyphs/P_i.glif
new file mode 100644
index 000000000..4f46d498c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/P_i.glif
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Pi" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="03A0"/>
+ <anchor x="1868.0" y="0.0" name="right"/>
+ <outline>
+ <contour>
+ <point x="1872.0" y="2048.0" type="line"/>
+ <point x="208.0" y="2048.0" type="line"/>
+ <point x="208.0" y="0.0" type="line"/>
+ <point x="668.0" y="0.0" type="line"/>
+ <point x="668.0" y="1672.0" type="line"/>
+ <point x="1412.0" y="1672.0" type="line"/>
+ <point x="1412.0" y="0.0" type="line"/>
+ <point x="1872.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_si.glif b/src/Inter-UI-Black.ufo/glyphs/P_si.glif
new file mode 100644
index 000000000..85cbe6b50
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/P_si.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Psi" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="03A8"/>
+ <outline>
+ <contour>
+ <point x="1692.0" y="2004.0" type="line"/>
+ <point x="1692.0" y="1400.0" type="line" smooth="yes"/>
+ <point x="1692.0" y="1068.0"/>
+ <point x="1580.0" y="920.0"/>
+ <point x="1304.0" y="920.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="920.0" type="line"/>
+ <point x="796.0" y="920.0"/>
+ <point x="644.0" y="1068.0"/>
+ <point x="644.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="2004.0" type="line"/>
+ <point x="184.0" y="2004.0" type="line"/>
+ <point x="184.0" y="1400.0" type="line"/>
+ <point x="184.0" y="852.0"/>
+ <point x="524.0" y="548.0"/>
+ <point x="1052.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="548.0" type="line"/>
+ <point x="1812.0" y="548.0"/>
+ <point x="2156.0" y="852.0"/>
+ <point x="2156.0" y="1400.0" type="curve"/>
+ <point x="2156.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1412.0" y="2004.0" type="line"/>
+ <point x="952.0" y="2004.0" type="line"/>
+ <point x="952.0" y="0.0" type="line"/>
+ <point x="1412.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/P_sicyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/P_sicyrillic.glif
new file mode 100644
index 000000000..fb2b83c25
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/P_sicyrillic.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Psicyrillic" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="0470"/>
+ <outline>
+ <component base="Psi"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Pemiddlehookcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Pemiddlehookcyrillic_.glif
deleted file mode 100644
index 8568940eb..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Pemiddlehookcyrillic_.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Pemiddlehookcyrillic" format="1">
- <advance width="3104"/>
- <unicode hex="04A6"/>
- <outline>
- <component base="Pi" xOffset="-60"/>
- <component base="largerighthook" xOffset="1704" yOffset="-4"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2963, 'leftMargin': 160, 'rightMargin': -71}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Phi_.glif b/src/Inter-UI-Black.ufo/glyphs/Phi_.glif
deleted file mode 100644
index 6ec2ae497..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Phi_.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Phi" format="1">
- <advance width="2336"/>
- <unicode hex="03A6"/>
- <outline>
- <contour>
- <point x="1348" y="224" type="line"/>
- <point x="1848" y="224"/>
- <point x="2188" y="520"/>
- <point x="2188" y="988" type="curve" smooth="yes"/>
- <point x="2188" y="1476"/>
- <point x="1848" y="1780"/>
- <point x="1348" y="1780" type="curve" smooth="yes"/>
- <point x="992" y="1780" type="line" smooth="yes"/>
- <point x="488" y="1780"/>
- <point x="148" y="1472"/>
- <point x="148" y="984" type="curve" smooth="yes"/>
- <point x="148" y="516"/>
- <point x="488" y="224"/>
- <point x="992" y="224" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="992" y="628" type="line"/>
- <point x="764" y="628"/>
- <point x="600" y="740"/>
- <point x="600" y="984" type="curve" smooth="yes"/>
- <point x="600" y="1252"/>
- <point x="764" y="1376"/>
- <point x="992" y="1376" type="curve" smooth="yes"/>
- <point x="1352" y="1376" type="line" smooth="yes"/>
- <point x="1580" y="1376"/>
- <point x="1740" y="1256"/>
- <point x="1740" y="988" type="curve" smooth="yes"/>
- <point x="1740" y="744"/>
- <point x="1580" y="628"/>
- <point x="1352" y="628" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1400" y="2004" type="line"/>
- <point x="944" y="2004" type="line"/>
- <point x="944" y="0" type="line"/>
- <point x="1400" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2222.0, 'leftMargin': 100, 'rightMargin': 81.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Phook_.glif b/src/Inter-UI-Black.ufo/glyphs/Phook_.glif
deleted file mode 100644
index a66f92a6c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Phook_.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Phook" format="1">
- <advance width="2324"/>
- <unicode hex="01A4"/>
- <outline>
- <contour>
- <point x="940" y="1668" type="line" name="hr00"/>
- <point x="940" y="2048" type="line"/>
- <point x="628" y="2048" type="line" smooth="yes"/>
- <point x="252" y="2048"/>
- <point x="16" y="1840"/>
- <point x="16" y="1496" type="curve" smooth="yes"/>
- <point x="16" y="1284" type="line"/>
- <point x="428" y="1284" type="line"/>
- <point x="428" y="1412" type="line" smooth="yes"/>
- <point x="428" y="1536"/>
- <point x="468" y="1668"/>
- <point x="628" y="1668" type="curve" smooth="yes"/>
- </contour>
- <component base="P" xOffset="528"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2296, 'leftMargin': 55, 'rightMargin': 24}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Pi_.glif b/src/Inter-UI-Black.ufo/glyphs/Pi_.glif
deleted file mode 100644
index e4e00e73b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Pi_.glif
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Pi" format="1">
- <advance width="2080"/>
- <unicode hex="03A0"/>
- <outline>
- <contour>
- <point x="1872" y="2048" type="line"/>
- <point x="208" y="2048" type="line"/>
- <point x="208" y="0" type="line"/>
- <point x="668" y="0" type="line"/>
- <point x="668" y="1672" type="line"/>
- <point x="1412" y="1672" type="line"/>
- <point x="1412" y="0" type="line"/>
- <point x="1872" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1868" y="0" type="move" name="right"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1986, 'leftMargin': 160, 'rightMargin': 160}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Psi_.glif b/src/Inter-UI-Black.ufo/glyphs/Psi_.glif
deleted file mode 100644
index 0f3fbb201..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Psi_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Psi" format="1">
- <advance width="2336"/>
- <unicode hex="03A8"/>
- <outline>
- <contour>
- <point x="1692" y="2004" type="line"/>
- <point x="1692" y="1400" type="line" smooth="yes"/>
- <point x="1692" y="1068"/>
- <point x="1580" y="920"/>
- <point x="1304" y="920" type="curve" smooth="yes"/>
- <point x="1076" y="920" type="line"/>
- <point x="796" y="920"/>
- <point x="644" y="1068"/>
- <point x="644" y="1400" type="curve" smooth="yes"/>
- <point x="644" y="2004" type="line"/>
- <point x="184" y="2004" type="line"/>
- <point x="184" y="1400" type="line"/>
- <point x="184" y="852"/>
- <point x="524" y="548"/>
- <point x="1052" y="548" type="curve" smooth="yes"/>
- <point x="1284" y="548" type="line"/>
- <point x="1812" y="548"/>
- <point x="2156" y="852"/>
- <point x="2156" y="1400" type="curve"/>
- <point x="2156" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1412" y="2004" type="line"/>
- <point x="952" y="2004" type="line"/>
- <point x="952" y="0" type="line"/>
- <point x="1412" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2083, 'leftMargin': 56, 'rightMargin': 55}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Q_.glif b/src/Inter-UI-Black.ufo/glyphs/Q_.glif
index 1c12b0dc9..224c985e4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/Q_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/Q_.glif
@@ -1,63 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Q" format="1">
- <advance width="2040"/>
+<glyph name="Q" format="2">
+ <advance width="2040.0"/>
<unicode hex="0051"/>
+ <guideline x="1024.0" y="1432.0" angle="90.0"/>
+ <anchor x="1024.0" y="-16.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="840" y="704" type="line"/>
- <point x="1112" y="316" type="line"/>
- <point x="1228" y="124" type="line"/>
- <point x="1448" y="-192" type="line"/>
- <point x="1876" y="-192" type="line"/>
- <point x="1556" y="264" type="line"/>
- <point x="1364" y="500" type="line"/>
- <point x="1220" y="704" type="line"/>
+ <point x="840.0" y="704.0" type="line"/>
+ <point x="1112.0" y="316.0" type="line"/>
+ <point x="1228.0" y="124.0" type="line"/>
+ <point x="1448.0" y="-192.0" type="line"/>
+ <point x="1876.0" y="-192.0" type="line"/>
+ <point x="1556.0" y="264.0" type="line"/>
+ <point x="1364.0" y="500.0" type="line"/>
+ <point x="1220.0" y="704.0" type="line"/>
</contour>
- <component base="O"/>
<contour>
- <point x="1024" y="2200" type="move" name="top"/>
+ <point x="1920.0" y="1020.0" type="curve"/>
+ <point x="1920.0" y="1696.0"/>
+ <point x="1532.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1920.0" y="348.0"/>
</contour>
<contour>
- <point x="1024" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2012" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2012" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2012" y="2200" type="move" name="top0315"/>
+ <point x="1452.0" y="1020.0" type="curve"/>
+ <point x="1452.0" y="560.0"/>
+ <point x="1276.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="1660.0"/>
+ <point x="1452.0" y="1480.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1432</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 105, 'rightMargin': 103}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Q__rthook.glif b/src/Inter-UI-Black.ufo/glyphs/Q__rthook.glif
index 861be7927..3a5887811 100644
--- a/src/Inter-UI-Black.ufo/glyphs/Q__rthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/Q__rthook.glif
@@ -1,92 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Q_rthook" format="1">
- <advance width="2256"/>
+<glyph name="Q_rthook" format="2">
+ <advance width="2256.0"/>
<unicode hex="024A"/>
+ <guideline x="100.0" y="1024.0" angle="0.0"/>
<outline>
<contour>
- <point x="1992" y="2052" type="line"/>
- <point x="1532" y="2052" type="line"/>
- <point x="1532" y="1916" type="line"/>
- <point x="1512" y="1916" type="line"/>
- <point x="1412" y="2024"/>
- <point x="1228" y="2076"/>
- <point x="1032" y="2076" type="curve" smooth="yes"/>
- <point x="460" y="2076"/>
- <point x="116" y="1632"/>
- <point x="116" y="1024" type="curve"/>
- <point x="116" y="404"/>
- <point x="444" y="-28"/>
- <point x="1040" y="-28" type="curve"/>
- <point x="1240" y="-28"/>
- <point x="1408" y="20"/>
- <point x="1516" y="128" type="curve"/>
- <point x="1532" y="128" type="line"/>
- <point x="1532" y="8" type="line"/>
- <point x="1992" y="8" type="line"/>
+ <point x="1992.0" y="2052.0" type="line"/>
+ <point x="1532.0" y="2052.0" type="line"/>
+ <point x="1532.0" y="1916.0" type="line"/>
+ <point x="1512.0" y="1916.0" type="line"/>
+ <point x="1412.0" y="2024.0"/>
+ <point x="1228.0" y="2076.0"/>
+ <point x="1032.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="2076.0"/>
+ <point x="116.0" y="1632.0"/>
+ <point x="116.0" y="1024.0" type="curve"/>
+ <point x="116.0" y="404.0"/>
+ <point x="444.0" y="-28.0"/>
+ <point x="1040.0" y="-28.0" type="curve"/>
+ <point x="1240.0" y="-28.0"/>
+ <point x="1408.0" y="20.0"/>
+ <point x="1516.0" y="128.0" type="curve"/>
+ <point x="1532.0" y="128.0" type="line"/>
+ <point x="1532.0" y="8.0" type="line"/>
+ <point x="1992.0" y="8.0" type="line"/>
</contour>
<contour>
- <point x="564" y="1024" type="curve"/>
- <point x="564" y="1376"/>
- <point x="692" y="1668"/>
- <point x="1040" y="1668" type="curve"/>
- <point x="1400" y="1668"/>
- <point x="1472" y="1388"/>
- <point x="1496" y="1304" type="curve"/>
- <point x="1520" y="1220"/>
- <point x="1528" y="1120"/>
- <point x="1528" y="1032" type="curve"/>
- <point x="1528" y="936"/>
- <point x="1504" y="792"/>
- <point x="1488" y="700" type="curve"/>
- <point x="1452" y="576"/>
- <point x="1356" y="388"/>
- <point x="1056" y="388" type="curve" smooth="yes"/>
- <point x="692" y="388"/>
- <point x="564" y="660"/>
+ <point x="564.0" y="1024.0" type="curve"/>
+ <point x="564.0" y="1376.0"/>
+ <point x="692.0" y="1668.0"/>
+ <point x="1040.0" y="1668.0" type="curve"/>
+ <point x="1400.0" y="1668.0"/>
+ <point x="1472.0" y="1388.0"/>
+ <point x="1496.0" y="1304.0" type="curve"/>
+ <point x="1520.0" y="1220.0"/>
+ <point x="1528.0" y="1120.0"/>
+ <point x="1528.0" y="1032.0" type="curve"/>
+ <point x="1528.0" y="936.0"/>
+ <point x="1504.0" y="792.0"/>
+ <point x="1488.0" y="700.0" type="curve"/>
+ <point x="1452.0" y="576.0"/>
+ <point x="1356.0" y="388.0"/>
+ <point x="1056.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="388.0"/>
+ <point x="564.0" y="660.0"/>
</contour>
<contour>
- <point x="1992" y="184" type="line"/>
- <point x="1532" y="184" type="line"/>
- <point x="1532" y="-80" type="line" smooth="yes"/>
- <point x="1532" y="-516"/>
- <point x="1832" y="-576"/>
- <point x="2072" y="-576" type="curve" smooth="yes"/>
- <point x="2172" y="-576"/>
- <point x="2248" y="-568"/>
- <point x="2304" y="-560" type="curve"/>
- <point x="2304" y="-212" type="line"/>
- <point x="2272" y="-216"/>
- <point x="2236" y="-220"/>
- <point x="2196" y="-220" type="curve" smooth="yes"/>
- <point x="2092" y="-220"/>
- <point x="1992" y="-192"/>
- <point x="1992" y="-80" type="curve" smooth="yes"/>
+ <point x="1992.0" y="184.0" type="line"/>
+ <point x="1532.0" y="184.0" type="line"/>
+ <point x="1532.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="1532.0" y="-516.0"/>
+ <point x="1832.0" y="-576.0"/>
+ <point x="2072.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="2172.0" y="-576.0"/>
+ <point x="2248.0" y="-568.0"/>
+ <point x="2304.0" y="-560.0" type="curve"/>
+ <point x="2304.0" y="-212.0" type="line"/>
+ <point x="2272.0" y="-216.0"/>
+ <point x="2236.0" y="-220.0"/>
+ <point x="2196.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="2092.0" y="-220.0"/>
+ <point x="1992.0" y="-192.0"/>
+ <point x="1992.0" y="-80.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>100</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2181, 'leftMargin': 103, 'rightMargin': 14}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_.glif b/src/Inter-UI-Black.ufo/glyphs/R_.glif
index 510919eba..0af915ced 100644
--- a/src/Inter-UI-Black.ufo/glyphs/R_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/R_.glif
@@ -1,132 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="R" format="1">
- <advance width="1796"/>
+<glyph name="R" format="2">
+ <advance width="1796.0"/>
<unicode hex="0052"/>
+ <guideline y="1552.375"/>
+ <guideline x="1432.75"/>
+ <anchor x="924.0" y="16.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="144" y="2048" type="line" name="hr00"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1664" type="line"/>
- <point x="932" y="1664" type="line" smooth="yes"/>
- <point x="1100" y="1664"/>
- <point x="1208" y="1572"/>
- <point x="1208" y="1396" type="curve" smooth="yes"/>
- <point x="1208" y="1216"/>
- <point x="1096" y="1132"/>
- <point x="932" y="1132" type="curve" smooth="yes"/>
- <point x="432" y="1132" type="line"/>
- <point x="436" y="752" type="line"/>
- <point x="1088" y="752" type="line"/>
- <point x="1240" y="792" type="line"/>
- <point x="1480" y="888"/>
- <point x="1668" y="1076"/>
- <point x="1668" y="1408" type="curve" smooth="yes"/>
- <point x="1668" y="1808"/>
- <point x="1416" y="2048"/>
- <point x="932" y="2048" type="curve" smooth="yes"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1664.0" type="line"/>
+ <point x="932.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="1100.0" y="1664.0"/>
+ <point x="1208.0" y="1572.0"/>
+ <point x="1208.0" y="1396.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="1216.0"/>
+ <point x="1096.0" y="1132.0"/>
+ <point x="932.0" y="1132.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="1132.0" type="line"/>
+ <point x="436.0" y="752.0" type="line"/>
+ <point x="1088.0" y="752.0" type="line"/>
+ <point x="1240.0" y="792.0" type="line"/>
+ <point x="1480.0" y="888.0"/>
+ <point x="1668.0" y="1076.0"/>
+ <point x="1668.0" y="1408.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="1808.0"/>
+ <point x="1416.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1244" y="0" type="line"/>
- <point x="1752" y="0" type="line"/>
- <point x="1288" y="932" type="line"/>
- <point x="788" y="932" type="line"/>
- </contour>
- <contour>
- <point x="900" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="924" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1908" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1908" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1908" y="2200" type="move" name="top0315"/>
+ <point x="1244.0" y="0.0" type="line"/>
+ <point x="1752.0" y="0.0" type="line"/>
+ <point x="1288.0" y="932.0" type="line"/>
+ <point x="788.0" y="932.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1552.375</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1432.75</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.20</key>
<dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>P</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>R</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1796</integer>
- </dict>
+ <key>name</key>
+ <string>hr00</string>
</dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1825, 'leftMargin': 161, 'rightMargin': 68}</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_acute.glif b/src/Inter-UI-Black.ufo/glyphs/R_acute.glif
new file mode 100644
index 000000000..0b0e6d709
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Racute" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="0154"/>
+ <anchor x="924.0" y="16.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2720.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="acute" xOffset="536.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_caron.glif b/src/Inter-UI-Black.ufo/glyphs/R_caron.glif
new file mode 100644
index 000000000..602a9b6b0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rcaron" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="0158"/>
+ <anchor x="924.0" y="16.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2692.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="caron" xOffset="112.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_commaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/R_commaaccent.glif
new file mode 100644
index 000000000..d90504bf6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rcommaaccent" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="0156"/>
+ <anchor x="924.0" y="-692.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="commaaccent" xOffset="604.0" yOffset="-492.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_dblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/R_dblgrave.glif
new file mode 100644
index 000000000..13a3c24d3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rdblgrave" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="0210"/>
+ <anchor x="924.0" y="16.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2681.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="dblgravecmb" xOffset="1548.0" yOffset="426.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/R_dotaccent.glif
new file mode 100644
index 000000000..56cebadbf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rdotaccent" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1E58"/>
+ <anchor x="924.0" y="16.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2720.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="dotaccent" xOffset="500.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/R_dotbelow.glif
new file mode 100644
index 000000000..9ec7fade5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rdotbelow" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1E5A"/>
+ <anchor x="923.0" y="-507.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="dotbelow" xOffset="1748.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_dotbelowmacron.glif b/src/Inter-UI-Black.ufo/glyphs/R_dotbelowmacron.glif
new file mode 100644
index 000000000..063546f80
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_dotbelowmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rdotbelowmacron" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1E5C"/>
+ <anchor x="923.0" y="-507.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2632.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="dotbelow" xOffset="1748.0" yOffset="16.0"/>
+ <component base="macron" xOffset="116.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_ho.glif b/src/Inter-UI-Black.ufo/glyphs/R_ho.glif
new file mode 100644
index 000000000..37cab6aec
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_ho.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rho" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="03A1"/>
+ <anchor x="828.0" y="16.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="920.0" y="2216.0" name="parent_top"/>
+ <anchor x="920.0" y="2216.0" name="top"/>
+ <anchor x="1928.0" y="2216.0" name="top0315"/>
+ <anchor x="1928.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_invertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/R_invertedbreve.glif
new file mode 100644
index 000000000..0e3a7c0a0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rinvertedbreve" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="0212"/>
+ <anchor x="924.0" y="16.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2750.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="breveinvnosp" xOffset="1692.0" yOffset="605.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_linebelow.glif b/src/Inter-UI-Black.ufo/glyphs/R_linebelow.glif
new file mode 100644
index 000000000..3d863c01a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rlinebelow" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1E5E"/>
+ <anchor x="925.0" y="-458.0" name="bottom"/>
+ <anchor x="1908.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1908.0" y="2200.0" name="top0315"/>
+ <anchor x="1908.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="macronsubnosp" xOffset="1716.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_smallcap.glif b/src/Inter-UI-Black.ufo/glyphs/R_smallcap.glif
new file mode 100644
index 000000000..a9a55f487
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_smallcap.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rsmallcap" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0280"/>
+ <anchor x="848.0" y="0.0" name="bottom"/>
+ <anchor x="848.0" y="1776.0" name="top"/>
+ <anchor x="1648.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="740.0" y="760.0" type="line"/>
+ <point x="1148.0" y="0.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
+ <point x="1184.0" y="760.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="236.0" y="1488.0" type="line"/>
+ <point x="236.0" y="0.0" type="line"/>
+ <point x="676.0" y="0.0" type="line"/>
+ <point x="676.0" y="1132.0" type="line"/>
+ <point x="900.0" y="1132.0" type="line" smooth="yes"/>
+ <point x="1044.0" y="1132.0"/>
+ <point x="1116.0" y="1052.0"/>
+ <point x="1116.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="872.0"/>
+ <point x="1044.0" y="792.0"/>
+ <point x="900.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="792.0" type="line"/>
+ <point x="504.0" y="492.0" type="line"/>
+ <point x="900.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1304.0" y="492.0"/>
+ <point x="1556.0" y="696.0"/>
+ <point x="1556.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1272.0"/>
+ <point x="1304.0" y="1488.0"/>
+ <point x="900.0" y="1488.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_smallcapinv.glif b/src/Inter-UI-Black.ufo/glyphs/R_smallcapinv.glif
new file mode 100644
index 000000000..0cc12c390
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_smallcapinv.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rsmallcapinv" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0281"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="908.0" y="1776.0" name="top"/>
+ <anchor x="1648.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1184.0" y="732.0" type="line"/>
+ <point x="1592.0" y="1488.0" type="line"/>
+ <point x="1148.0" y="1488.0" type="line"/>
+ <point x="740.0" y="732.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="900.0" y="0.0" type="line"/>
+ <point x="1304.0" y="0.0"/>
+ <point x="1556.0" y="216.0"/>
+ <point x="1556.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="792.0"/>
+ <point x="1304.0" y="996.0"/>
+ <point x="900.0" y="996.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="996.0" type="line"/>
+ <point x="504.0" y="696.0" type="line"/>
+ <point x="900.0" y="696.0" type="line" smooth="yes"/>
+ <point x="1044.0" y="696.0"/>
+ <point x="1116.0" y="608.0"/>
+ <point x="1116.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="448.0"/>
+ <point x="1044.0" y="356.0"/>
+ <point x="900.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="356.0" type="line"/>
+ <point x="676.0" y="1488.0" type="line"/>
+ <point x="236.0" y="1488.0" type="line"/>
+ <point x="236.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_turnsuper.glif b/src/Inter-UI-Black.ufo/glyphs/R_turnsuper.glif
new file mode 100644
index 000000000..7b0236bbc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_turnsuper.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rturnsuper" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="02B6"/>
+ <outline>
+ <contour>
+ <point x="864.0" y="1484.0" type="line"/>
+ <point x="1168.0" y="2004.0" type="line"/>
+ <point x="820.0" y="2004.0" type="line"/>
+ <point x="520.0" y="1484.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="636.0" y="900.0" type="line"/>
+ <point x="936.0" y="900.0"/>
+ <point x="1124.0" y="1064.0"/>
+ <point x="1124.0" y="1280.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="1488.0"/>
+ <point x="936.0" y="1680.0"/>
+ <point x="636.0" y="1680.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="1680.0" type="line"/>
+ <point x="344.0" y="1416.0" type="line"/>
+ <point x="660.0" y="1416.0" type="line" smooth="yes"/>
+ <point x="764.0" y="1416.0"/>
+ <point x="820.0" y="1364.0"/>
+ <point x="820.0" y="1292.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="1216.0"/>
+ <point x="764.0" y="1168.0"/>
+ <point x="660.0" y="1168.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="1168.0" type="line"/>
+ <point x="452.0" y="2004.0" type="line"/>
+ <point x="144.0" y="2004.0" type="line"/>
+ <point x="144.0" y="900.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/R_x.glif b/src/Inter-UI-Black.ufo/glyphs/R_x.glif
new file mode 100644
index 000000000..8113f231c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/R_x.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rx" format="2">
+ <advance width="2120.0"/>
+ <unicode hex="211E"/>
+ <outline>
+ <contour>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1664.0" type="line"/>
+ <point x="932.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="1100.0" y="1664.0"/>
+ <point x="1208.0" y="1572.0"/>
+ <point x="1208.0" y="1396.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="1216.0"/>
+ <point x="1096.0" y="1132.0"/>
+ <point x="932.0" y="1132.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="1132.0" type="line"/>
+ <point x="436.0" y="752.0" type="line"/>
+ <point x="1088.0" y="752.0" type="line"/>
+ <point x="1240.0" y="792.0" type="line"/>
+ <point x="1480.0" y="888.0"/>
+ <point x="1668.0" y="1076.0"/>
+ <point x="1668.0" y="1408.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="1808.0"/>
+ <point x="1416.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1580.0" y="0.0" type="line"/>
+ <point x="2024.0" y="0.0" type="line"/>
+ <point x="1368.0" y="932.0" type="line"/>
+ <point x="932.0" y="932.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1376.0" y="0.0" type="line"/>
+ <point x="2024.0" y="932.0" type="line"/>
+ <point x="1588.0" y="932.0" type="line"/>
+ <point x="932.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.20</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Rsmallcap_.glif b/src/Inter-UI-Black.ufo/glyphs/Rsmallcap_.glif
deleted file mode 100644
index 1c3decca1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Rsmallcap_.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Rsmallcap" format="1">
- <advance width="1824"/>
- <unicode hex="0280"/>
- <outline>
- <contour>
- <point x="740" y="760" type="line"/>
- <point x="1148" y="0" type="line"/>
- <point x="1592" y="0" type="line"/>
- <point x="1184" y="760" type="line"/>
- </contour>
- <contour>
- <point x="236" y="1488" type="line"/>
- <point x="236" y="0" type="line"/>
- <point x="676" y="0" type="line"/>
- <point x="676" y="1132" type="line"/>
- <point x="900" y="1132" type="line" smooth="yes"/>
- <point x="1044" y="1132"/>
- <point x="1116" y="1052"/>
- <point x="1116" y="960" type="curve" smooth="yes"/>
- <point x="1116" y="872"/>
- <point x="1044" y="792"/>
- <point x="900" y="792" type="curve" smooth="yes"/>
- <point x="504" y="792" type="line"/>
- <point x="504" y="492" type="line"/>
- <point x="900" y="492" type="line" smooth="yes"/>
- <point x="1304" y="492"/>
- <point x="1556" y="696"/>
- <point x="1556" y="976" type="curve" smooth="yes"/>
- <point x="1556" y="1272"/>
- <point x="1304" y="1488"/>
- <point x="900" y="1488" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="848" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="848" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1648" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 171, 'rightMargin': 59}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Rsmallcapinv_.glif b/src/Inter-UI-Black.ufo/glyphs/Rsmallcapinv_.glif
deleted file mode 100644
index 76a2596cc..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Rsmallcapinv_.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Rsmallcapinv" format="1">
- <advance width="1824"/>
- <unicode hex="0281"/>
- <outline>
- <contour>
- <point x="1184" y="732" type="line"/>
- <point x="1592" y="1488" type="line"/>
- <point x="1148" y="1488" type="line"/>
- <point x="740" y="732" type="line"/>
- </contour>
- <contour>
- <point x="900" y="0" type="line"/>
- <point x="1304" y="0"/>
- <point x="1556" y="216"/>
- <point x="1556" y="512" type="curve" smooth="yes"/>
- <point x="1556" y="792"/>
- <point x="1304" y="996"/>
- <point x="900" y="996" type="curve" smooth="yes"/>
- <point x="504" y="996" type="line"/>
- <point x="504" y="696" type="line"/>
- <point x="900" y="696" type="line" smooth="yes"/>
- <point x="1044" y="696"/>
- <point x="1116" y="608"/>
- <point x="1116" y="528" type="curve" smooth="yes"/>
- <point x="1116" y="448"/>
- <point x="1044" y="356"/>
- <point x="900" y="356" type="curve" smooth="yes"/>
- <point x="676" y="356" type="line"/>
- <point x="676" y="1488" type="line"/>
- <point x="236" y="1488" type="line"/>
- <point x="236" y="0" type="line"/>
- </contour>
- <contour>
- <point x="908" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="908" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1648" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 171, 'rightMargin': 59}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Rturnsuper_.glif b/src/Inter-UI-Black.ufo/glyphs/Rturnsuper_.glif
deleted file mode 100644
index 4b48e537c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Rturnsuper_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Rturnsuper" format="1">
- <advance width="1312"/>
- <unicode hex="02B6"/>
- <outline>
- <contour>
- <point x="864" y="1484" type="line"/>
- <point x="1168" y="2004" type="line"/>
- <point x="820" y="2004" type="line"/>
- <point x="520" y="1484" type="line"/>
- </contour>
- <contour>
- <point x="636" y="900" type="line"/>
- <point x="936" y="900"/>
- <point x="1124" y="1064"/>
- <point x="1124" y="1280" type="curve" smooth="yes"/>
- <point x="1124" y="1488"/>
- <point x="936" y="1680"/>
- <point x="636" y="1680" type="curve" smooth="yes"/>
- <point x="344" y="1680" type="line"/>
- <point x="344" y="1416" type="line"/>
- <point x="660" y="1416" type="line" smooth="yes"/>
- <point x="764" y="1416"/>
- <point x="820" y="1364"/>
- <point x="820" y="1292" type="curve" smooth="yes"/>
- <point x="820" y="1216"/>
- <point x="764" y="1168"/>
- <point x="660" y="1168" type="curve" smooth="yes"/>
- <point x="452" y="1168" type="line"/>
- <point x="452" y="2004" type="line"/>
- <point x="144" y="2004" type="line"/>
- <point x="144" y="900" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1216, 'leftMargin': 138, 'rightMargin': 55}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Rx_.glif b/src/Inter-UI-Black.ufo/glyphs/Rx_.glif
deleted file mode 100644
index 11eebb7c2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Rx_.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Rx" format="1">
- <advance width="2120"/>
- <unicode hex="211E"/>
- <outline>
- <contour>
- <point x="144" y="2048" type="line" name="hr00"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1664" type="line"/>
- <point x="932" y="1664" type="line" smooth="yes"/>
- <point x="1100" y="1664"/>
- <point x="1208" y="1572"/>
- <point x="1208" y="1396" type="curve" smooth="yes"/>
- <point x="1208" y="1216"/>
- <point x="1096" y="1132"/>
- <point x="932" y="1132" type="curve" smooth="yes"/>
- <point x="432" y="1132" type="line"/>
- <point x="436" y="752" type="line"/>
- <point x="1088" y="752" type="line"/>
- <point x="1240" y="792" type="line"/>
- <point x="1480" y="888"/>
- <point x="1668" y="1076"/>
- <point x="1668" y="1408" type="curve" smooth="yes"/>
- <point x="1668" y="1808"/>
- <point x="1416" y="2048"/>
- <point x="932" y="2048" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1580" y="0" type="line"/>
- <point x="2024" y="0" type="line"/>
- <point x="1368" y="932" type="line"/>
- <point x="932" y="932" type="line"/>
- </contour>
- <contour>
- <point x="1376" y="0" type="line"/>
- <point x="2024" y="932" type="line"/>
- <point x="1588" y="932" type="line"/>
- <point x="932" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2096, 'leftMargin': 161, 'rightMargin': 69}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_.glif b/src/Inter-UI-Black.ufo/glyphs/S_.glif
index ff2556008..ae266ea19 100644
--- a/src/Inter-UI-Black.ufo/glyphs/S_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/S_.glif
@@ -1,119 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="S" format="1">
- <advance width="1776"/>
+<glyph name="S" format="2">
+ <advance width="1776.0"/>
<unicode hex="0053"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
+ <guideline y="1552.375"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1208" y="1440" type="curve"/>
- <point x="1648" y="1440" type="line"/>
- <point x="1648" y="1828"/>
- <point x="1344" y="2076"/>
- <point x="904" y="2076" type="curve" smooth="yes"/>
- <point x="464" y="2076"/>
- <point x="144" y="1844"/>
- <point x="144" y="1500" type="curve"/>
- <point x="144" y="1196"/>
- <point x="396" y="1000"/>
- <point x="736" y="896" type="curve" smooth="yes"/>
- <point x="776" y="884" type="line" smooth="yes"/>
- <point x="1092" y="784"/>
- <point x="1200" y="696"/>
- <point x="1200" y="572" type="curve" smooth="yes" name="hr00"/>
- <point x="1200" y="464"/>
- <point x="1108" y="356"/>
- <point x="892" y="356" type="curve" smooth="yes"/>
- <point x="676" y="356"/>
- <point x="540" y="464"/>
- <point x="532" y="664" type="curve"/>
- <point x="84" y="664" type="line"/>
- <point x="84" y="180"/>
- <point x="484" y="-28"/>
- <point x="892" y="-28" type="curve" smooth="yes"/>
- <point x="1336" y="-28"/>
- <point x="1648" y="188"/>
- <point x="1648" y="576" type="curve"/>
- <point x="1648" y="908"/>
- <point x="1420" y="1076"/>
- <point x="1036" y="1212" type="curve" smooth="yes"/>
- <point x="980" y="1236" type="line" smooth="yes"/>
- <point x="760" y="1316"/>
- <point x="596" y="1368"/>
- <point x="596" y="1496" type="curve"/>
- <point x="596" y="1612"/>
- <point x="724" y="1688"/>
- <point x="904" y="1688" type="curve" smooth="yes"/>
- <point x="1104" y="1688"/>
- <point x="1200" y="1592"/>
- </contour>
- <contour>
- <point x="912" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="912" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1760" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1760" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1760" y="2200" type="move" name="top0315"/>
+ <point x="1208.0" y="1440.0" type="curve"/>
+ <point x="1648.0" y="1440.0" type="line"/>
+ <point x="1648.0" y="1828.0"/>
+ <point x="1344.0" y="2076.0"/>
+ <point x="904.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="2076.0"/>
+ <point x="144.0" y="1844.0"/>
+ <point x="144.0" y="1500.0" type="curve"/>
+ <point x="144.0" y="1196.0"/>
+ <point x="396.0" y="1000.0"/>
+ <point x="736.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="884.0" type="line" smooth="yes"/>
+ <point x="1092.0" y="784.0"/>
+ <point x="1200.0" y="696.0"/>
+ <point x="1200.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="464.0"/>
+ <point x="1108.0" y="356.0"/>
+ <point x="892.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="356.0"/>
+ <point x="540.0" y="464.0"/>
+ <point x="532.0" y="664.0" type="curve"/>
+ <point x="84.0" y="664.0" type="line"/>
+ <point x="84.0" y="180.0"/>
+ <point x="484.0" y="-28.0"/>
+ <point x="892.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="-28.0"/>
+ <point x="1648.0" y="188.0"/>
+ <point x="1648.0" y="576.0" type="curve"/>
+ <point x="1648.0" y="908.0"/>
+ <point x="1420.0" y="1076.0"/>
+ <point x="1036.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="1236.0" type="line" smooth="yes"/>
+ <point x="760.0" y="1316.0"/>
+ <point x="596.0" y="1368.0"/>
+ <point x="596.0" y="1496.0" type="curve"/>
+ <point x="596.0" y="1612.0"/>
+ <point x="724.0" y="1688.0"/>
+ <point x="904.0" y="1688.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="1688.0"/>
+ <point x="1200.0" y="1592.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1552.375</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1753, 'leftMargin': 91, 'rightMargin': 97}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.13</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_acute.glif b/src/Inter-UI-Black.ufo/glyphs/S_acute.glif
new file mode 100644
index 000000000..012beab6f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sacute" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="015A"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2720.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="acute" xOffset="548.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_acutedotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/S_acutedotaccent.glif
new file mode 100644
index 000000000..bc630c1c9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_acutedotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sacutedotaccent" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1E64"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="acutedotcomb.cn" xOffset="1661.0" yOffset="353.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_ampi.glif b/src/Inter-UI-Black.ufo/glyphs/S_ampi.glif
new file mode 100644
index 000000000..d7fd36790
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_ampi.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sampi" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="03E0"/>
+ <outline>
+ <contour>
+ <point x="660.0" y="1116.0" type="line"/>
+ <point x="668.0" y="1416.0"/>
+ <point x="804.0" y="1652.0"/>
+ <point x="1108.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1652.0"/>
+ <point x="1636.0" y="1336.0"/>
+ <point x="1636.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="1636.0" y="640.0" type="line" smooth="yes"/>
+ <point x="1636.0" y="100.0"/>
+ <point x="1472.0" y="-160.0"/>
+ <point x="1132.0" y="-160.0" type="curve"/>
+ <point x="1132.0" y="-600.0" type="line"/>
+ <point x="1764.0" y="-600.0"/>
+ <point x="2104.0" y="-128.0"/>
+ <point x="2104.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="2104.0" y="788.0" type="line" smooth="yes"/>
+ <point x="2104.0" y="1556.0"/>
+ <point x="1748.0" y="2032.0"/>
+ <point x="1132.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="2032.0"/>
+ <point x="268.0" y="1584.0"/>
+ <point x="236.0" y="1116.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="488.0" y="856.0" type="line"/>
+ <point x="664.0" y="544.0" type="line"/>
+ <point x="1720.0" y="1160.0" type="line"/>
+ <point x="1540.0" y="1468.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="780.0" y="284.0" type="line"/>
+ <point x="960.0" y="-28.0" type="line"/>
+ <point x="2016.0" y="588.0" type="line"/>
+ <point x="1836.0" y="896.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_caron.glif b/src/Inter-UI-Black.ufo/glyphs/S_caron.glif
new file mode 100644
index 000000000..dff8eb6df
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scaron" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0160"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2692.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="caron" xOffset="124.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_carondotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/S_carondotaccent.glif
new file mode 100644
index 000000000..64b7270fc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_carondotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scarondotaccent" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1E66"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="carondotcomb.cn" xOffset="1704.0" yOffset="518.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_cedilla.glif b/src/Inter-UI-Black.ufo/glyphs/S_cedilla.glif
new file mode 100644
index 000000000..b2abae777
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_cedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scedilla" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="015E"/>
+ <anchor x="912.0" y="-648.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="cedilla" xOffset="460.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_chwa.glif b/src/Inter-UI-Black.ufo/glyphs/S_chwa.glif
new file mode 100644
index 000000000..d44c45bca
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_chwa.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Schwa" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="018F"/>
+ <anchor x="1040.0" y="0.0" name="bottom"/>
+ <anchor x="1040.0" y="2200.0" name="top"/>
+ <anchor x="2036.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1044.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="-28.0"/>
+ <point x="1912.0" y="344.0"/>
+ <point x="1912.0" y="880.0" type="curve" smooth="yes"/>
+ <point x="1912.0" y="1116.0" type="line" smooth="yes"/>
+ <point x="1912.0" y="1652.0"/>
+ <point x="1580.0" y="2032.0"/>
+ <point x="948.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="2032.0"/>
+ <point x="364.0" y="1960.0"/>
+ <point x="304.0" y="1932.0" type="curve"/>
+ <point x="372.0" y="1544.0" type="line"/>
+ <point x="480.0" y="1576.0"/>
+ <point x="668.0" y="1620.0"/>
+ <point x="920.0" y="1620.0" type="curve" smooth="yes"/>
+ <point x="1324.0" y="1620.0"/>
+ <point x="1452.0" y="1392.0"/>
+ <point x="1452.0" y="1116.0" type="curve" smooth="yes"/>
+ <point x="1452.0" y="880.0" type="line" smooth="yes"/>
+ <point x="1452.0" y="604.0"/>
+ <point x="1316.0" y="380.0"/>
+ <point x="1044.0" y="380.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="380.0"/>
+ <point x="628.0" y="540.0"/>
+ <point x="628.0" y="744.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="784.0" type="line"/>
+ <point x="1564.0" y="784.0" type="line"/>
+ <point x="1564.0" y="1164.0" type="line"/>
+ <point x="168.0" y="1164.0" type="line"/>
+ <point x="168.0" y="920.0" type="line" smooth="yes"/>
+ <point x="168.0" y="340.0"/>
+ <point x="472.0" y="-28.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_chwacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/S_chwacyrillic.glif
new file mode 100644
index 000000000..85234c0d1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_chwacyrillic.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Schwacyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04D8"/>
+ <anchor x="1016.0" y="0.0" name="bottom"/>
+ <anchor x="988.0" y="2136.0" name="top"/>
+ <anchor x="2036.0" y="2136.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="920.0" y="2032.0" type="curve"/>
+ <point x="588.0" y="2032.0"/>
+ <point x="364.0" y="1960.0"/>
+ <point x="304.0" y="1932.0" type="curve"/>
+ <point x="372.0" y="1544.0" type="line"/>
+ <point x="480.0" y="1576.0"/>
+ <point x="668.0" y="1620.0"/>
+ <point x="920.0" y="1620.0" type="curve" smooth="yes"/>
+ <point x="1324.0" y="1620.0"/>
+ <point x="1452.0" y="1392.0"/>
+ <point x="1452.0" y="1116.0" type="curve" smooth="yes"/>
+ <point x="1452.0" y="880.0" type="line" smooth="yes"/>
+ <point x="1452.0" y="604.0"/>
+ <point x="1316.0" y="380.0"/>
+ <point x="1044.0" y="380.0" type="curve"/>
+ <point x="740.0" y="380.0"/>
+ <point x="628.0" y="540.0"/>
+ <point x="628.0" y="744.0" type="curve"/>
+ <point x="628.0" y="784.0" type="line"/>
+ <point x="1564.0" y="784.0" type="line"/>
+ <point x="1564.0" y="1164.0" type="line"/>
+ <point x="168.0" y="1164.0" type="line"/>
+ <point x="168.0" y="920.0" type="line" smooth="yes"/>
+ <point x="168.0" y="340.0"/>
+ <point x="472.0" y="-28.0"/>
+ <point x="1044.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="-32.0"/>
+ <point x="1912.0" y="344.0"/>
+ <point x="1912.0" y="880.0" type="curve" smooth="yes"/>
+ <point x="1912.0" y="1116.0" type="line" smooth="yes"/>
+ <point x="1912.0" y="1652.0"/>
+ <point x="1580.0" y="2032.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_chwadieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/S_chwadieresiscyrillic.glif
new file mode 100644
index 000000000..2c1c0f9cf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_chwadieresiscyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Schwadieresiscyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04DA"/>
+ <anchor x="1016.0" y="0.0" name="bottom"/>
+ <anchor x="988.0" y="2136.0" name="parent_top"/>
+ <anchor x="992.0" y="2580.0" name="top"/>
+ <anchor x="2036.0" y="2136.0" name="top0315"/>
+ <outline>
+ <component base="Schwacyrillic"/>
+ <component base="dieresis" xOffset="332.0" yOffset="364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/S_circumflex.glif
new file mode 100644
index 000000000..bcc28643d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scircumflex" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="015C"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2664.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="circumflex" xOffset="128.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_commaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/S_commaaccent.glif
new file mode 100644
index 000000000..aeba0a889
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scommaaccent" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0218"/>
+ <anchor x="912.0" y="-708.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="commaaccent" xOffset="592.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/S_dotaccent.glif
new file mode 100644
index 000000000..c52914f76
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sdotaccent" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1E60"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2720.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="dotaccent" xOffset="512.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/S_dotbelow.glif
new file mode 100644
index 000000000..f2cb1b6b3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sdotbelow" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1E62"/>
+ <anchor x="911.0" y="-523.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="dotbelow" xOffset="1736.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_dotbelowdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/S_dotbelowdotaccent.glif
new file mode 100644
index 000000000..f38682979
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_dotbelowdotaccent.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sdotbelowdotaccent" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1E68"/>
+ <anchor x="911.0" y="-523.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2720.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="dotbelow" xOffset="1736.0"/>
+ <component base="dotaccent" xOffset="512.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_hhacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/S_hhacyrillic.glif
new file mode 100644
index 000000000..c3aa99506
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_hhacyrillic.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Shhacyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04BA"/>
+ <anchor x="1404.0" y="0.0" name="left"/>
+ <anchor x="1848.0" y="0.0" name="right"/>
+ <anchor x="840.0" y="2216.0" name="top"/>
+ <anchor x="2028.0" y="2216.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1852.0" y="0.0" type="line"/>
+ <point x="1852.0" y="608.0" type="line"/>
+ <point x="1852.0" y="1076.0"/>
+ <point x="1528.0" y="1292.0"/>
+ <point x="1032.0" y="1292.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="1292.0"/>
+ <point x="688.0" y="1272.0"/>
+ <point x="600.0" y="1240.0" type="curve"/>
+ <point x="600.0" y="868.0" type="line"/>
+ <point x="684.0" y="900.0"/>
+ <point x="940.0" y="920.0"/>
+ <point x="1032.0" y="920.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="920.0"/>
+ <point x="1392.0" y="852.0"/>
+ <point x="1392.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="692.0" y="0.0" type="line"/>
+ <point x="692.0" y="2004.0" type="line"/>
+ <point x="232.0" y="2004.0" type="line"/>
+ <point x="232.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_igma.glif b/src/Inter-UI-Black.ufo/glyphs/S_igma.glif
new file mode 100644
index 000000000..5ea124fe9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_igma.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sigma" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03A3"/>
+ <outline>
+ <contour>
+ <point x="1624.0" y="380.0" type="line"/>
+ <point x="372.0" y="380.0" type="line"/>
+ <point x="372.0" y="0.0" type="line"/>
+ <point x="1624.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1604.0" y="2048.0" type="line"/>
+ <point x="440.0" y="2048.0" type="line"/>
+ <point x="440.0" y="1664.0" type="line"/>
+ <point x="1604.0" y="1664.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1272.0" y="1036.0" type="line"/>
+ <point x="576.0" y="2048.0" type="line"/>
+ <point x="200.0" y="2048.0" type="line"/>
+ <point x="200.0" y="1836.0" type="line"/>
+ <point x="788.0" y="1024.0" type="line"/>
+ <point x="200.0" y="212.0" type="line"/>
+ <point x="200.0" y="0.0" type="line"/>
+ <point x="576.0" y="0.0" type="line"/>
+ <point x="1272.0" y="1016.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/S_tigma.glif b/src/Inter-UI-Black.ufo/glyphs/S_tigma.glif
new file mode 100644
index 000000000..43a554362
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/S_tigma.glif
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Stigma" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="03DA"/>
+ <guideline y="-539.0"/>
+ <outline>
+ <contour>
+ <point x="1096.0" y="-540.0" type="line"/>
+ <point x="1492.0" y="-540.0"/>
+ <point x="1796.0" y="-364.0"/>
+ <point x="1796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1796.0" y="160.0"/>
+ <point x="1704.0" y="308.0"/>
+ <point x="1504.0" y="376.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="528.0" type="line" smooth="yes"/>
+ <point x="820.0" y="596.0"/>
+ <point x="676.0" y="744.0"/>
+ <point x="676.0" y="1112.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="1160.0" type="line" smooth="yes"/>
+ <point x="676.0" y="1436.0"/>
+ <point x="772.0" y="1652.0"/>
+ <point x="1052.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="1652.0"/>
+ <point x="1404.0" y="1528.0"/>
+ <point x="1416.0" y="1312.0" type="curve"/>
+ <point x="1872.0" y="1312.0" type="line"/>
+ <point x="1836.0" y="1712.0"/>
+ <point x="1576.0" y="2032.0"/>
+ <point x="1052.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="2032.0"/>
+ <point x="208.0" y="1664.0"/>
+ <point x="208.0" y="1156.0" type="curve" smooth="yes"/>
+ <point x="208.0" y="1112.0" type="line" smooth="yes"/>
+ <point x="208.0" y="480.0"/>
+ <point x="500.0" y="240.0"/>
+ <point x="820.0" y="152.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="48.0" type="line" smooth="yes"/>
+ <point x="1288.0" y="24.0"/>
+ <point x="1328.0" y="-8.0"/>
+ <point x="1328.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="-164.0"/>
+ <point x="1216.0" y="-192.0"/>
+ <point x="1092.0" y="-192.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.35</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Sampi_.glif b/src/Inter-UI-Black.ufo/glyphs/Sampi_.glif
deleted file mode 100644
index 35509f29d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Sampi_.glif
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Sampi" format="1">
- <advance width="2336"/>
- <unicode hex="03E0"/>
- <outline>
- <contour>
- <point x="660" y="1116" type="line" name="hr00"/>
- <point x="668" y="1416"/>
- <point x="804" y="1652"/>
- <point x="1108" y="1652" type="curve" smooth="yes"/>
- <point x="1444" y="1652"/>
- <point x="1636" y="1336"/>
- <point x="1636" y="792" type="curve" smooth="yes"/>
- <point x="1636" y="640" type="line" smooth="yes"/>
- <point x="1636" y="100"/>
- <point x="1472" y="-160"/>
- <point x="1132" y="-160" type="curve"/>
- <point x="1132" y="-600" type="line"/>
- <point x="1764" y="-600"/>
- <point x="2104" y="-128"/>
- <point x="2104" y="640" type="curve" smooth="yes"/>
- <point x="2104" y="788" type="line" smooth="yes"/>
- <point x="2104" y="1556"/>
- <point x="1748" y="2032"/>
- <point x="1132" y="2032" type="curve" smooth="yes"/>
- <point x="520" y="2032"/>
- <point x="268" y="1584"/>
- <point x="236" y="1116" type="curve"/>
- </contour>
- <contour>
- <point x="488" y="856" type="line"/>
- <point x="664" y="544" type="line"/>
- <point x="1720" y="1160" type="line"/>
- <point x="1540" y="1468" type="line"/>
- </contour>
- <contour>
- <point x="780" y="284" type="line"/>
- <point x="960" y="-28" type="line"/>
- <point x="2016" y="588" type="line"/>
- <point x="1836" y="896" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2050, 'leftMargin': 78, 'rightMargin': 104}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Schwa_.glif b/src/Inter-UI-Black.ufo/glyphs/Schwa_.glif
deleted file mode 100644
index 7a778afee..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Schwa_.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Schwa" format="1">
- <advance width="2080"/>
- <unicode hex="018F"/>
- <outline>
- <contour>
- <point x="1044" y="-28" type="curve" smooth="yes"/>
- <point x="1536" y="-28"/>
- <point x="1912" y="344"/>
- <point x="1912" y="880" type="curve" smooth="yes"/>
- <point x="1912" y="1116" type="line" smooth="yes"/>
- <point x="1912" y="1652"/>
- <point x="1580" y="2032"/>
- <point x="948" y="2032" type="curve" smooth="yes"/>
- <point x="660" y="2032"/>
- <point x="364" y="1960"/>
- <point x="304" y="1932" type="curve"/>
- <point x="372" y="1544" type="line"/>
- <point x="480" y="1576"/>
- <point x="668" y="1620"/>
- <point x="920" y="1620" type="curve" smooth="yes"/>
- <point x="1324" y="1620"/>
- <point x="1452" y="1392"/>
- <point x="1452" y="1116" type="curve" smooth="yes"/>
- <point x="1452" y="880" type="line" smooth="yes"/>
- <point x="1452" y="604"/>
- <point x="1316" y="380"/>
- <point x="1044" y="380" type="curve" smooth="yes"/>
- <point x="740" y="380"/>
- <point x="628" y="540"/>
- <point x="628" y="744" type="curve" smooth="yes"/>
- <point x="628" y="784" type="line"/>
- <point x="1564" y="784" type="line"/>
- <point x="1564" y="1164" type="line"/>
- <point x="168" y="1164" type="line"/>
- <point x="168" y="920" type="line" smooth="yes"/>
- <point x="168" y="340"/>
- <point x="472" y="-28"/>
- </contour>
- <contour>
- <point x="1040" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1040" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2036" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1964, 'leftMargin': 98, 'rightMargin': 124}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Schwacyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Schwacyrillic_.glif
deleted file mode 100644
index 238d7ae9c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Schwacyrillic_.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Schwacyrillic" format="1">
- <advance width="2080"/>
- <unicode hex="04D8"/>
- <outline>
- <contour>
- <point x="920" y="2032" type="curve"/>
- <point x="588" y="2032"/>
- <point x="364" y="1960"/>
- <point x="304" y="1932" type="curve"/>
- <point x="372" y="1544" type="line"/>
- <point x="480" y="1576"/>
- <point x="668" y="1620"/>
- <point x="920" y="1620" type="curve" smooth="yes"/>
- <point x="1324" y="1620"/>
- <point x="1452" y="1392"/>
- <point x="1452" y="1116" type="curve" smooth="yes"/>
- <point x="1452" y="880" type="line" smooth="yes"/>
- <point x="1452" y="604"/>
- <point x="1316" y="380"/>
- <point x="1044" y="380" type="curve"/>
- <point x="740" y="380"/>
- <point x="628" y="540"/>
- <point x="628" y="744" type="curve"/>
- <point x="628" y="784" type="line"/>
- <point x="1564" y="784" type="line"/>
- <point x="1564" y="1164" type="line"/>
- <point x="168" y="1164" type="line"/>
- <point x="168" y="920" type="line" smooth="yes"/>
- <point x="168" y="340"/>
- <point x="472" y="-28"/>
- <point x="1044" y="-28" type="curve" smooth="yes"/>
- <point x="1536" y="-32"/>
- <point x="1912" y="344"/>
- <point x="1912" y="880" type="curve" smooth="yes"/>
- <point x="1912" y="1116" type="line" smooth="yes"/>
- <point x="1912" y="1652"/>
- <point x="1580" y="2032"/>
- </contour>
- <contour>
- <point x="988" y="2136" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1016" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2036" y="2136" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1964, 'leftMargin': 98, 'rightMargin': 124}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Shhacyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Shhacyrillic_.glif
deleted file mode 100644
index 5bd5bd1b8..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Shhacyrillic_.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Shhacyrillic" format="1">
- <advance width="2080"/>
- <unicode hex="04BA"/>
- <outline>
- <contour>
- <point x="1852" y="0" type="line"/>
- <point x="1852" y="608" type="line"/>
- <point x="1852" y="1076"/>
- <point x="1528" y="1292"/>
- <point x="1032" y="1292" type="curve" smooth="yes"/>
- <point x="948" y="1292"/>
- <point x="688" y="1272"/>
- <point x="600" y="1240" type="curve"/>
- <point x="600" y="868" type="line"/>
- <point x="684" y="900"/>
- <point x="940" y="920"/>
- <point x="1032" y="920" type="curve" smooth="yes"/>
- <point x="1272" y="920"/>
- <point x="1392" y="852"/>
- <point x="1392" y="608" type="curve" smooth="yes"/>
- <point x="1392" y="0" type="line"/>
- </contour>
- <contour>
- <point x="692" y="0" type="line"/>
- <point x="692" y="2004" type="line"/>
- <point x="232" y="2004" type="line"/>
- <point x="232" y="0" type="line"/>
- </contour>
- <contour>
- <point x="840" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1848" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1404" y="0" type="move" name="left"/>
- </contour>
- <contour>
- <point x="2028" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1986, 'leftMargin': 187, 'rightMargin': 178}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Sigma_.glif b/src/Inter-UI-Black.ufo/glyphs/Sigma_.glif
deleted file mode 100644
index 17bb1b659..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Sigma_.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Sigma" format="1">
- <advance width="1824"/>
- <unicode hex="03A3"/>
- <outline>
- <contour>
- <point x="1624" y="380" type="line"/>
- <point x="372" y="380" type="line"/>
- <point x="372" y="0" type="line"/>
- <point x="1624" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1604" y="2048" type="line"/>
- <point x="440" y="2048" type="line"/>
- <point x="440" y="1664" type="line"/>
- <point x="1604" y="1664" type="line"/>
- </contour>
- <contour>
- <point x="1272" y="1036" type="line"/>
- <point x="576" y="2048" type="line"/>
- <point x="200" y="2048" type="line"/>
- <point x="200" y="1836" type="line"/>
- <point x="788" y="1024" type="line"/>
- <point x="200" y="212" type="line"/>
- <point x="200" y="0" type="line"/>
- <point x="576" y="0" type="line"/>
- <point x="1272" y="1016" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1591, 'leftMargin': 100, 'rightMargin': 66}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Stigma_.glif b/src/Inter-UI-Black.ufo/glyphs/Stigma_.glif
deleted file mode 100644
index ae9f264b6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Stigma_.glif
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Stigma" format="1">
- <advance width="2080"/>
- <unicode hex="03DA"/>
- <outline>
- <contour>
- <point x="1096" y="-540" type="line" name="hr00"/>
- <point x="1492" y="-540"/>
- <point x="1796" y="-364"/>
- <point x="1796" y="-32" type="curve" smooth="yes"/>
- <point x="1796" y="160"/>
- <point x="1704" y="308"/>
- <point x="1504" y="376" type="curve" smooth="yes"/>
- <point x="1036" y="528" type="line" smooth="yes"/>
- <point x="820" y="596"/>
- <point x="676" y="744"/>
- <point x="676" y="1112" type="curve" smooth="yes"/>
- <point x="676" y="1160" type="line" smooth="yes"/>
- <point x="676" y="1436"/>
- <point x="772" y="1652"/>
- <point x="1052" y="1652" type="curve" smooth="yes"/>
- <point x="1320" y="1652"/>
- <point x="1404" y="1528"/>
- <point x="1416" y="1312" type="curve"/>
- <point x="1872" y="1312" type="line"/>
- <point x="1836" y="1712"/>
- <point x="1576" y="2032"/>
- <point x="1052" y="2032" type="curve" smooth="yes"/>
- <point x="564" y="2032"/>
- <point x="208" y="1664"/>
- <point x="208" y="1156" type="curve" smooth="yes"/>
- <point x="208" y="1112" type="line" smooth="yes"/>
- <point x="208" y="480"/>
- <point x="500" y="240"/>
- <point x="820" y="152" type="curve" smooth="yes"/>
- <point x="1200" y="48" type="line" smooth="yes"/>
- <point x="1288" y="24"/>
- <point x="1328" y="-8"/>
- <point x="1328" y="-68" type="curve" smooth="yes"/>
- <point x="1328" y="-164"/>
- <point x="1216" y="-192"/>
- <point x="1092" y="-192" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-539.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 103, 'rightMargin': 79}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_.glif b/src/Inter-UI-Black.ufo/glyphs/T_.glif
index d1e8963be..8e0238d1a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/T_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/T_.glif
@@ -1,53 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="T" format="1">
- <advance width="1820"/>
+<glyph name="T" format="2">
+ <advance width="1820.0"/>
<unicode hex="0054"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="860.0" y="1120.0" name="cross"/>
+ <anchor x="1076.0" y="0.0" name="right"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1140" y="2048" type="line"/>
- <point x="680" y="2048" type="line"/>
- <point x="680" y="0" type="line"/>
- <point x="1140" y="0" type="line"/>
+ <point x="1140.0" y="2048.0" type="line"/>
+ <point x="680.0" y="2048.0" type="line"/>
+ <point x="680.0" y="0.0" type="line"/>
+ <point x="1140.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1740" y="2048" type="line"/>
- <point x="80" y="2048" type="line"/>
- <point x="80" y="1664" type="line"/>
- <point x="1740" y="1664" type="line"/>
- </contour>
- <contour>
- <point x="900" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="900" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1076" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="860" y="1120" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="1792" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1792" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1792" y="2200" type="move" name="top0315"/>
+ <point x="1740.0" y="2048.0" type="line"/>
+ <point x="80.0" y="2048.0" type="line"/>
+ <point x="80.0" y="1664.0" type="line"/>
+ <point x="1740.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1766, 'leftMargin': 52, 'rightMargin': 54}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_au.glif b/src/Inter-UI-Black.ufo/glyphs/T_au.glif
new file mode 100644
index 000000000..219870b8b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_au.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tau" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="03A4"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_bar.glif b/src/Inter-UI-Black.ufo/glyphs/T_bar.glif
new file mode 100644
index 000000000..ddb542b0e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_bar.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tbar" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="0166"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="crossbar" xOffset="216.0" yOffset="104.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_caron.glif b/src/Inter-UI-Black.ufo/glyphs/T_caron.glif
new file mode 100644
index 000000000..a56223e85
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tcaron" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="0164"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2692.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="caron" xOffset="112.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_circumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/T_circumflexbelow.glif
new file mode 100644
index 000000000..82ff22722
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tcircumflexbelow" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="1E70"/>
+ <anchor x="900.0" y="-504.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="circumflexsubnosp" xOffset="1692.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_commaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/T_commaaccent.glif
new file mode 100644
index 000000000..2e6377fc0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tcommaaccent" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="0162"/>
+ <anchor x="900.0" y="-632.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="cedilla" xOffset="448.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/T_dotaccent.glif
new file mode 100644
index 000000000..8c6946f82
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tdotaccent" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="1E6A"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2720.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="dotaccent" xOffset="500.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/T_dotbelow.glif
new file mode 100644
index 000000000..d408ad62e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tdotbelow" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="1E6C"/>
+ <anchor x="899.0" y="-507.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="dotbelow" xOffset="1724.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_edescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/T_edescendercyrillic.glif
new file mode 100644
index 000000000..4101662ef
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_edescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tedescendercyrillic" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="04AC"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="cyrillictic" xOffset="780.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_etsecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/T_etsecyrillic.glif
new file mode 100644
index 000000000..4dbaf0273
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_etsecyrillic.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tetsecyrillic" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="04B4"/>
+ <outline>
+ <contour>
+ <point x="1404.0" y="2004.0" type="line"/>
+ <point x="80.0" y="2004.0" type="line"/>
+ <point x="80.0" y="1644.0" type="line"/>
+ <point x="1404.0" y="1644.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2516.0" y="368.0" type="line"/>
+ <point x="1904.0" y="368.0" type="line"/>
+ <point x="1904.0" y="0.0" type="line"/>
+ <point x="2056.0" y="0.0" type="line"/>
+ <point x="2056.0" y="-484.0" type="line"/>
+ <point x="2492.0" y="-484.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="556.0" y="0.0" type="line"/>
+ <point x="2224.0" y="0.0" type="line"/>
+ <point x="2224.0" y="2004.0" type="line"/>
+ <point x="1760.0" y="2004.0" type="line"/>
+ <point x="1760.0" y="372.0" type="line"/>
+ <point x="1016.0" y="372.0" type="line"/>
+ <point x="1016.0" y="2004.0" type="line"/>
+ <point x="556.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_heta.glif b/src/Inter-UI-Black.ufo/glyphs/T_heta.glif
new file mode 100644
index 000000000..c4b9bf7c7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_heta.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Theta" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="0398"/>
+ <outline>
+ <contour>
+ <point x="1252.0" y="1204.0" type="line"/>
+ <point x="792.0" y="1204.0" type="line"/>
+ <point x="792.0" y="848.0" type="line"/>
+ <point x="1252.0" y="848.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1920.0" y="1020.0" type="curve"/>
+ <point x="1920.0" y="1696.0"/>
+ <point x="1532.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1920.0" y="348.0"/>
+ </contour>
+ <contour>
+ <point x="1452.0" y="1020.0" type="curve"/>
+ <point x="1452.0" y="560.0"/>
+ <point x="1276.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="1660.0"/>
+ <point x="1452.0" y="1480.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_hook.glif b/src/Inter-UI-Black.ufo/glyphs/T_hook.glif
new file mode 100644
index 000000000..053a3d692
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_hook.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Thook" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="01AC"/>
+ <outline>
+ <contour>
+ <point x="1236.0" y="2048.0" type="line"/>
+ <point x="604.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="228.0" y="2048.0"/>
+ <point x="24.0" y="1840.0"/>
+ <point x="24.0" y="1496.0" type="curve" smooth="yes"/>
+ <point x="24.0" y="1284.0" type="line"/>
+ <point x="404.0" y="1284.0" type="line"/>
+ <point x="404.0" y="1412.0" type="line" smooth="yes"/>
+ <point x="404.0" y="1536.0"/>
+ <point x="440.0" y="1664.0"/>
+ <point x="604.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="1664.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2088.0" y="2048.0" type="line"/>
+ <point x="748.0" y="2048.0" type="line"/>
+ <point x="748.0" y="1664.0" type="line"/>
+ <point x="1024.0" y="1664.0" type="line"/>
+ <point x="1024.0" y="0.0" type="line"/>
+ <point x="1488.0" y="0.0" type="line"/>
+ <point x="1488.0" y="1664.0" type="line"/>
+ <point x="2088.0" y="1664.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_horn.glif b/src/Inter-UI-Black.ufo/glyphs/T_horn.glif
new file mode 100644
index 000000000..354b2098f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_horn.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Thorn" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="00DE"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <outline>
+ <contour>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="360.0" y="1680.0" type="line"/>
+ <point x="360.0" y="1324.0" type="line"/>
+ <point x="872.0" y="1324.0" type="line" smooth="yes"/>
+ <point x="1100.0" y="1324.0"/>
+ <point x="1188.0" y="1192.0"/>
+ <point x="1188.0" y="1044.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="900.0"/>
+ <point x="1100.0" y="772.0"/>
+ <point x="872.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="772.0" type="line"/>
+ <point x="360.0" y="416.0" type="line"/>
+ <point x="872.0" y="416.0" type="line" smooth="yes"/>
+ <point x="1364.0" y="416.0"/>
+ <point x="1632.0" y="680.0"/>
+ <point x="1632.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="1416.0"/>
+ <point x="1364.0" y="1680.0"/>
+ <point x="872.0" y="1680.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_linebelow.glif b/src/Inter-UI-Black.ufo/glyphs/T_linebelow.glif
new file mode 100644
index 000000000..083faf8aa
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tlinebelow" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="1E6E"/>
+ <anchor x="901.0" y="-458.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="macronsubnosp" xOffset="1692.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_onefive.glif b/src/Inter-UI-Black.ufo/glyphs/T_onefive.glif
new file mode 100644
index 000000000..789a32286
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_onefive.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tonefive" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="01BC"/>
+ <outline>
+ <contour>
+ <point x="556.0" y="2004.0" type="line"/>
+ <point x="128.0" y="2004.0" type="line"/>
+ <point x="128.0" y="1644.0" type="line"/>
+ <point x="556.0" y="1644.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="724.0" y="916.0" type="line"/>
+ <point x="764.0" y="964.0"/>
+ <point x="836.0" y="1020.0"/>
+ <point x="972.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="1020.0"/>
+ <point x="1272.0" y="888.0"/>
+ <point x="1272.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="504.0"/>
+ <point x="1212.0" y="332.0"/>
+ <point x="1020.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="332.0"/>
+ <point x="784.0" y="488.0"/>
+ <point x="772.0" y="632.0" type="curve"/>
+ <point x="328.0" y="632.0" type="line"/>
+ <point x="328.0" y="264.0"/>
+ <point x="588.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1496.0" y="-28.0"/>
+ <point x="1712.0" y="312.0"/>
+ <point x="1712.0" y="672.0" type="curve" smooth="yes"/>
+ <point x="1712.0" y="1068.0"/>
+ <point x="1456.0" y="1340.0"/>
+ <point x="1116.0" y="1340.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="1340.0"/>
+ <point x="848.0" y="1276.0"/>
+ <point x="812.0" y="1224.0" type="curve"/>
+ <point x="804.0" y="1224.0" type="line"/>
+ <point x="852.0" y="1664.0" type="line"/>
+ <point x="1648.0" y="1664.0" type="line"/>
+ <point x="1648.0" y="2048.0" type="line"/>
+ <point x="492.0" y="2048.0" type="line"/>
+ <point x="372.0" y="1004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_onesix.glif b/src/Inter-UI-Black.ufo/glyphs/T_onesix.glif
new file mode 100644
index 000000000..a13a7463b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_onesix.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tonesix" format="2">
+ <advance width="2164.0"/>
+ <unicode hex="0184"/>
+ <outline>
+ <contour>
+ <point x="888.0" y="2048.0" type="line"/>
+ <point x="32.0" y="2048.0" type="line"/>
+ <point x="32.0" y="1664.0" type="line"/>
+ <point x="888.0" y="1664.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="804.0" y="1312.0" type="line"/>
+ <point x="804.0" y="944.0" type="line"/>
+ <point x="1248.0" y="944.0" type="line"/>
+ <point x="1460.0" y="944.0"/>
+ <point x="1576.0" y="824.0"/>
+ <point x="1576.0" y="668.0" type="curve"/>
+ <point x="1576.0" y="504.0"/>
+ <point x="1460.0" y="372.0"/>
+ <point x="1248.0" y="372.0" type="curve"/>
+ <point x="976.0" y="372.0" type="line"/>
+ <point x="976.0" y="2048.0" type="line"/>
+ <point x="512.0" y="2048.0" type="line"/>
+ <point x="512.0" y="0.0" type="line"/>
+ <point x="1248.0" y="0.0" type="line"/>
+ <point x="1728.0" y="0.0"/>
+ <point x="2036.0" y="272.0"/>
+ <point x="2036.0" y="664.0" type="curve"/>
+ <point x="2036.0" y="1056.0"/>
+ <point x="1728.0" y="1312.0"/>
+ <point x="1248.0" y="1312.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_onetwo.glif b/src/Inter-UI-Black.ufo/glyphs/T_onetwo.glif
new file mode 100644
index 000000000..8513dfe53
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_onetwo.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tonetwo" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="01A7"/>
+ <outline>
+ <contour>
+ <point x="592.0" y="532.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="656.0"/>
+ <point x="648.0" y="724.0"/>
+ <point x="956.0" y="824.0" type="curve" smooth="yes"/>
+ <point x="1312.0" y="944.0"/>
+ <point x="1636.0" y="1108.0"/>
+ <point x="1636.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="1636.0" y="1812.0"/>
+ <point x="1316.0" y="2032.0"/>
+ <point x="876.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="2032.0"/>
+ <point x="132.0" y="1788.0"/>
+ <point x="132.0" y="1408.0" type="curve"/>
+ <point x="588.0" y="1408.0" type="line"/>
+ <point x="588.0" y="1560.0"/>
+ <point x="684.0" y="1664.0"/>
+ <point x="884.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="1664.0"/>
+ <point x="1176.0" y="1572.0"/>
+ <point x="1176.0" y="1464.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="1344.0"/>
+ <point x="1036.0" y="1272.0"/>
+ <point x="800.0" y="1196.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1064.0"/>
+ <point x="132.0" y="872.0"/>
+ <point x="132.0" y="536.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="176.0"/>
+ <point x="420.0" y="-28.0"/>
+ <point x="864.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1696.0" y="176.0"/>
+ <point x="1696.0" y="648.0" type="curve"/>
+ <point x="1232.0" y="648.0" type="line"/>
+ <point x="1232.0" y="416.0"/>
+ <point x="1096.0" y="336.0"/>
+ <point x="864.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="336.0"/>
+ <point x="592.0" y="424.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/T_rthook.glif b/src/Inter-UI-Black.ufo/glyphs/T_rthook.glif
new file mode 100644
index 000000000..129fa8a59
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/T_rthook.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Trthook" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="01AE"/>
+ <outline>
+ <contour>
+ <point x="1136.0" y="184.0" type="line"/>
+ <point x="676.0" y="184.0" type="line"/>
+ <point x="676.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="676.0" y="-516.0"/>
+ <point x="976.0" y="-576.0"/>
+ <point x="1216.0" y="-576.0" type="curve"/>
+ <point x="1424.0" y="-576.0" type="line"/>
+ <point x="1424.0" y="-220.0" type="line"/>
+ <point x="1340.0" y="-220.0" type="line"/>
+ <point x="1236.0" y="-220.0"/>
+ <point x="1136.0" y="-192.0"/>
+ <point x="1136.0" y="-80.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1136.0" y="2048.0" type="line"/>
+ <point x="676.0" y="2048.0" type="line"/>
+ <point x="676.0" y="0.0" type="line"/>
+ <point x="1136.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="2048.0" type="line"/>
+ <point x="76.0" y="2048.0" type="line"/>
+ <point x="76.0" y="1664.0" type="line"/>
+ <point x="1736.0" y="1664.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Tetsecyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Tetsecyrillic_.glif
deleted file mode 100644
index 4c638d46e..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Tetsecyrillic_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Tetsecyrillic" format="1">
- <advance width="2592"/>
- <unicode hex="04B4"/>
- <outline>
- <contour>
- <point x="1404" y="2004" type="line"/>
- <point x="80" y="2004" type="line"/>
- <point x="80" y="1644" type="line"/>
- <point x="1404" y="1644" type="line"/>
- </contour>
- <component base="afii10040" xOffset="368"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2512, 'leftMargin': 37, 'rightMargin': 38}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Theta_.glif b/src/Inter-UI-Black.ufo/glyphs/Theta_.glif
deleted file mode 100644
index 1b97861b7..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Theta_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Theta" format="1">
- <advance width="2040"/>
- <unicode hex="0398"/>
- <outline>
- <contour>
- <point x="1252" y="1204" type="line"/>
- <point x="792" y="1204" type="line"/>
- <point x="792" y="848" type="line"/>
- <point x="1252" y="848" type="line"/>
- </contour>
- <component base="O"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 157, 'rightMargin': 51}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Thook_.glif b/src/Inter-UI-Black.ufo/glyphs/Thook_.glif
deleted file mode 100644
index 7712e4d47..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Thook_.glif
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Thook" format="1">
- <advance width="2168"/>
- <unicode hex="01AC"/>
- <outline>
- <contour>
- <point x="1236" y="2048" type="line"/>
- <point x="604" y="2048" type="line" smooth="yes"/>
- <point x="228" y="2048"/>
- <point x="24" y="1840"/>
- <point x="24" y="1496" type="curve" smooth="yes"/>
- <point x="24" y="1284" type="line"/>
- <point x="404" y="1284" type="line"/>
- <point x="404" y="1412" type="line" smooth="yes"/>
- <point x="404" y="1536"/>
- <point x="440" y="1664"/>
- <point x="604" y="1664" type="curve" smooth="yes"/>
- <point x="1236" y="1664" type="line"/>
- </contour>
- <contour>
- <point x="2088" y="2048" type="line"/>
- <point x="748" y="2048" type="line"/>
- <point x="748" y="1664" type="line"/>
- <point x="1024" y="1664" type="line"/>
- <point x="1024" y="0" type="line"/>
- <point x="1488" y="0" type="line"/>
- <point x="1488" y="1664" type="line"/>
- <point x="2088" y="1664" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2052, 'leftMargin': 41, 'rightMargin': 54}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Thorn_.glif b/src/Inter-UI-Black.ufo/glyphs/Thorn_.glif
deleted file mode 100644
index eeba0dbe6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Thorn_.glif
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Thorn" format="1">
- <advance width="1824"/>
- <unicode hex="00DE"/>
- <outline>
- <contour>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="360" y="1680" type="line"/>
- <point x="360" y="1324" type="line"/>
- <point x="872" y="1324" type="line" smooth="yes"/>
- <point x="1100" y="1324"/>
- <point x="1188" y="1192"/>
- <point x="1188" y="1044" type="curve" smooth="yes"/>
- <point x="1188" y="900"/>
- <point x="1100" y="772"/>
- <point x="872" y="772" type="curve" smooth="yes"/>
- <point x="360" y="772" type="line"/>
- <point x="360" y="416" type="line"/>
- <point x="872" y="416" type="line" smooth="yes"/>
- <point x="1364" y="416"/>
- <point x="1632" y="680"/>
- <point x="1632" y="1048" type="curve" smooth="yes"/>
- <point x="1632" y="1416"/>
- <point x="1364" y="1680"/>
- <point x="872" y="1680" type="curve" smooth="yes"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1733, 'leftMargin': 168, 'rightMargin': 77}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Tonefive_.glif b/src/Inter-UI-Black.ufo/glyphs/Tonefive_.glif
deleted file mode 100644
index b6568b013..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Tonefive_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Tonefive" format="1">
- <advance width="1824"/>
- <unicode hex="01BC"/>
- <outline>
- <contour>
- <point x="556" y="2004" type="line"/>
- <point x="128" y="2004" type="line"/>
- <point x="128" y="1644" type="line"/>
- <point x="556" y="1644" type="line"/>
- </contour>
- <component base="five" xOffset="176"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1764, 'leftMargin': 83, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Tonesix_.glif b/src/Inter-UI-Black.ufo/glyphs/Tonesix_.glif
deleted file mode 100644
index 8641b63ed..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Tonesix_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Tonesix" format="1">
- <advance width="2164"/>
- <unicode hex="0184"/>
- <outline>
- <contour>
- <point x="888" y="2048" type="line"/>
- <point x="32" y="2048" type="line"/>
- <point x="32" y="1664" type="line"/>
- <point x="888" y="1664" type="line"/>
- </contour>
- <component base="afii10046" xOffset="368"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1940, 'leftMargin': 80, 'rightMargin': 73}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Tonetwo_.glif b/src/Inter-UI-Black.ufo/glyphs/Tonetwo_.glif
deleted file mode 100644
index 69a5b2754..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Tonetwo_.glif
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Tonetwo" format="1">
- <advance width="1824"/>
- <unicode hex="01A7"/>
- <outline>
- <contour>
- <point x="592" y="532" type="curve" smooth="yes"/>
- <point x="592" y="656"/>
- <point x="648" y="724"/>
- <point x="956" y="824" type="curve" smooth="yes"/>
- <point x="1312" y="944"/>
- <point x="1636" y="1108"/>
- <point x="1636" y="1468" type="curve" smooth="yes"/>
- <point x="1636" y="1812"/>
- <point x="1316" y="2032"/>
- <point x="876" y="2032" type="curve" smooth="yes"/>
- <point x="436" y="2032"/>
- <point x="132" y="1788"/>
- <point x="132" y="1408" type="curve"/>
- <point x="588" y="1408" type="line"/>
- <point x="588" y="1560"/>
- <point x="684" y="1664"/>
- <point x="884" y="1664" type="curve" smooth="yes"/>
- <point x="1076" y="1664"/>
- <point x="1176" y="1572"/>
- <point x="1176" y="1464" type="curve" smooth="yes"/>
- <point x="1176" y="1344"/>
- <point x="1036" y="1272"/>
- <point x="800" y="1196" type="curve" smooth="yes"/>
- <point x="368" y="1064"/>
- <point x="132" y="872"/>
- <point x="132" y="536" type="curve" smooth="yes"/>
- <point x="132" y="176"/>
- <point x="420" y="-28"/>
- <point x="864" y="-28" type="curve" smooth="yes"/>
- <point x="1272" y="-28"/>
- <point x="1696" y="176"/>
- <point x="1696" y="648" type="curve"/>
- <point x="1232" y="648" type="line"/>
- <point x="1232" y="416"/>
- <point x="1096" y="336"/>
- <point x="864" y="336" type="curve" smooth="yes"/>
- <point x="672" y="336"/>
- <point x="592" y="424"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1753, 'leftMargin': 98, 'rightMargin': 91}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Trthook_.glif b/src/Inter-UI-Black.ufo/glyphs/Trthook_.glif
deleted file mode 100644
index ee81bab21..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Trthook_.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Trthook" format="1">
- <advance width="1820"/>
- <unicode hex="01AE"/>
- <outline>
- <contour>
- <point x="1136" y="184" type="line"/>
- <point x="676" y="184" type="line"/>
- <point x="676" y="-80" type="line" smooth="yes"/>
- <point x="676" y="-516"/>
- <point x="976" y="-576"/>
- <point x="1216" y="-576" type="curve"/>
- <point x="1424" y="-576" type="line"/>
- <point x="1424" y="-220" type="line"/>
- <point x="1340" y="-220" type="line"/>
- <point x="1236" y="-220"/>
- <point x="1136" y="-192"/>
- <point x="1136" y="-80" type="curve" smooth="yes"/>
- </contour>
- <component base="T" xOffset="-4"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1766, 'leftMargin': 52, 'rightMargin': 54}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_.glif b/src/Inter-UI-Black.ufo/glyphs/U_.glif
index 046ab4cd7..c12df8420 100644
--- a/src/Inter-UI-Black.ufo/glyphs/U_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/U_.glif
@@ -1,100 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="U" format="1">
- <advance width="1952"/>
+<glyph name="U" format="2">
+ <advance width="1952.0"/>
<unicode hex="0055"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <guideline y="1552.375"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1412.0" y="104.0" name="ogonek"/>
+ <anchor x="1132.0" y="0.0" name="right"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1344" y="2048" type="line"/>
- <point x="1344" y="712" type="line" smooth="yes"/>
- <point x="1344" y="512"/>
- <point x="1200" y="388"/>
- <point x="980" y="388" type="curve" smooth="yes"/>
- <point x="760" y="388"/>
- <point x="608" y="512"/>
- <point x="608" y="712" type="curve" smooth="yes"/>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="696" type="line"/>
- <point x="144" y="228"/>
- <point x="484" y="-28"/>
- <point x="980" y="-28" type="curve" smooth="yes"/>
- <point x="1472" y="-28"/>
- <point x="1808" y="228"/>
- <point x="1808" y="696" type="curve"/>
- <point x="1808" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="976" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="908" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1132" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1412" y="104" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1864" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1848" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1864" y="2200" type="move" name="top0315"/>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="712.0" type="line" smooth="yes"/>
+ <point x="1344.0" y="512.0"/>
+ <point x="1200.0" y="388.0"/>
+ <point x="980.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="388.0"/>
+ <point x="608.0" y="512.0"/>
+ <point x="608.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="696.0" type="line"/>
+ <point x="144.0" y="228.0"/>
+ <point x="484.0" y="-28.0"/>
+ <point x="980.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="-28.0"/>
+ <point x="1808.0" y="228.0"/>
+ <point x="1808.0" y="696.0" type="curve"/>
+ <point x="1808.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1552.375</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1866, 'leftMargin': 150, 'rightMargin': 153}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_acute.glif b/src/Inter-UI-Black.ufo/glyphs/U_acute.glif
new file mode 100644
index 000000000..4e7af7c01
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uacute" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="00DA"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2720.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="acute" xOffset="612.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_breve.glif b/src/Inter-UI-Black.ufo/glyphs/U_breve.glif
new file mode 100644
index 000000000..883fcc079
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ubreve" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="016C"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2672.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="breve" xOffset="320.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_caron.glif b/src/Inter-UI-Black.ufo/glyphs/U_caron.glif
new file mode 100644
index 000000000..dc2d8de6d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ucaron" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="01D3"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2692.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="caron" xOffset="188.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/U_circumflex.glif
new file mode 100644
index 000000000..ceb03ad0d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ucircumflex" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="00DB"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2664.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="circumflex" xOffset="192.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_circumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/U_circumflexbelow.glif
new file mode 100644
index 000000000..3d4e42222
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ucircumflexbelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E76"/>
+ <anchor x="908.0" y="-520.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="circumflexsubnosp" xOffset="1700.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/U_dblgrave.glif
new file mode 100644
index 000000000..7a466a581
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udblgrave" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0214"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2681.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dblgravecmb" xOffset="1624.0" yOffset="426.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/U_dieresis.glif
new file mode 100644
index 000000000..9d47f3287
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresis" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="00DC"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="980.0" y="2644.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresis" xOffset="320.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dieresisacute.glif b/src/Inter-UI-Black.ufo/glyphs/U_dieresisacute.glif
new file mode 100644
index 000000000..d8273a22b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dieresisacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresisacute" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="01D7"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresisacutecomb.cn" xOffset="1768.0" yOffset="463.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dieresisbelow.glif b/src/Inter-UI-Black.ufo/glyphs/U_dieresisbelow.glif
new file mode 100644
index 000000000..c76bb67ed
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dieresisbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresisbelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E72"/>
+ <anchor x="908.0" y="-499.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dotdblsubnosp" xOffset="1774.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dieresiscaron.glif b/src/Inter-UI-Black.ufo/glyphs/U_dieresiscaron.glif
new file mode 100644
index 000000000..18cbd5cb6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dieresiscaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresiscaron" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="01D9"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresiscaroncomb.cn" xOffset="1768.0" yOffset="463.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/U_dieresiscyrillic.glif
new file mode 100644
index 000000000..1a581c2b8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresiscyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04F0"/>
+ <anchor x="956.0" y="2200.0" name="parent_top"/>
+ <anchor x="960.0" y="2644.0" name="top"/>
+ <anchor x="1804.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10037"/>
+ <component base="dieresis" xOffset="300.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dieresisgrave.glif b/src/Inter-UI-Black.ufo/glyphs/U_dieresisgrave.glif
new file mode 100644
index 000000000..9e43d1e1a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dieresisgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresisgrave" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="01DB"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresisgravecomb.cn" xOffset="1768.0" yOffset="463.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dieresismacron.glif b/src/Inter-UI-Black.ufo/glyphs/U_dieresismacron.glif
new file mode 100644
index 000000000..7b47f75d7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dieresismacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresismacron" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="01D5"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresismacroncomb.cn" xOffset="1768.0" yOffset="463.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/U_dotbelow.glif
new file mode 100644
index 000000000..cbc0ef416
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udotbelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1EE4"/>
+ <anchor x="907.0" y="-523.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dotbelow" xOffset="1732.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_grave.glif b/src/Inter-UI-Black.ufo/glyphs/U_grave.glif
new file mode 100644
index 000000000..e047e786a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ugrave" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="00D9"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2720.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="grave" xOffset="288.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_hookabove.glif b/src/Inter-UI-Black.ufo/glyphs/U_hookabove.glif
new file mode 100644
index 000000000..618317f90
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhookabove" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1EE6"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2819.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="hook" xOffset="1823.0" yOffset="414.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_horn.glif b/src/Inter-UI-Black.ufo/glyphs/U_horn.glif
new file mode 100644
index 000000000..b223e6ab3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_horn.glif
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhorn" format="2">
+ <advance width="2284.0"/>
+ <unicode hex="01AF"/>
+ <anchor x="1008.0" y="-16.0" name="bottom"/>
+ <anchor x="1008.0" y="2216.0" name="top"/>
+ <anchor x="2036.0" y="2216.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1992.0" y="2112.0" type="line"/>
+ <point x="1992.0" y="1848.0"/>
+ <point x="1976.0" y="1684.0"/>
+ <point x="1676.0" y="1684.0" type="curve"/>
+ <point x="1676.0" y="1456.0" type="line"/>
+ <point x="2140.0" y="1456.0"/>
+ <point x="2268.0" y="1700.0"/>
+ <point x="2268.0" y="2112.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="712.0" type="line" smooth="yes"/>
+ <point x="1344.0" y="512.0"/>
+ <point x="1200.0" y="388.0"/>
+ <point x="980.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="388.0"/>
+ <point x="608.0" y="512.0"/>
+ <point x="608.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="696.0" type="line"/>
+ <point x="144.0" y="228.0"/>
+ <point x="484.0" y="-28.0"/>
+ <point x="980.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="-28.0"/>
+ <point x="1808.0" y="228.0"/>
+ <point x="1808.0" y="696.0" type="curve"/>
+ <point x="1808.0" y="2048.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_hornacute.glif b/src/Inter-UI-Black.ufo/glyphs/U_hornacute.glif
new file mode 100644
index 000000000..5db46d4da
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_hornacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhornacute" format="2">
+ <advance width="2284.0"/>
+ <unicode hex="1EE8"/>
+ <anchor x="1008.0" y="-16.0" name="bottom"/>
+ <anchor x="1008.0" y="2216.0" name="parent_top"/>
+ <anchor x="1008.0" y="2736.0" name="top"/>
+ <anchor x="2036.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="acute" xOffset="644.0" yOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_horndotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/U_horndotbelow.glif
new file mode 100644
index 000000000..135d51ff5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_horndotbelow.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhorndotbelow" format="2">
+ <advance width="2284.0"/>
+ <unicode hex="1EF0"/>
+ <anchor x="1007.0" y="-539.0" name="bottom"/>
+ <anchor x="1008.0" y="2216.0" name="parent_top"/>
+ <anchor x="1008.0" y="2216.0" name="top"/>
+ <anchor x="2036.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="dotbelow" xOffset="1832.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_horngrave.glif b/src/Inter-UI-Black.ufo/glyphs/U_horngrave.glif
new file mode 100644
index 000000000..d2906c579
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_horngrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhorngrave" format="2">
+ <advance width="2284.0"/>
+ <unicode hex="1EEA"/>
+ <anchor x="1008.0" y="-16.0" name="bottom"/>
+ <anchor x="1008.0" y="2216.0" name="parent_top"/>
+ <anchor x="1008.0" y="2736.0" name="top"/>
+ <anchor x="2036.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="grave" xOffset="320.0" yOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_hornhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/U_hornhookabove.glif
new file mode 100644
index 000000000..05d65e66a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_hornhookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhornhookabove" format="2">
+ <advance width="2284.0"/>
+ <unicode hex="1EEC"/>
+ <anchor x="1008.0" y="-16.0" name="bottom"/>
+ <anchor x="1008.0" y="2216.0" name="parent_top"/>
+ <anchor x="1008.0" y="2835.0" name="top"/>
+ <anchor x="2036.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="hook" xOffset="1855.0" yOffset="430.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_horntilde.glif b/src/Inter-UI-Black.ufo/glyphs/U_horntilde.glif
new file mode 100644
index 000000000..4e5a1074b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_horntilde.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhorntilde" format="2">
+ <advance width="2284.0"/>
+ <unicode hex="1EEE"/>
+ <anchor x="1008.0" y="-16.0" name="bottom"/>
+ <anchor x="1008.0" y="2216.0" name="parent_top"/>
+ <anchor x="1008.0" y="2740.0" name="top"/>
+ <anchor x="2036.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="tilde" xOffset="352.0" yOffset="436.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_hungarumlaut.glif b/src/Inter-UI-Black.ufo/glyphs/U_hungarumlaut.glif
new file mode 100644
index 000000000..034a12861
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_hungarumlaut.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhungarumlaut" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0170"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2680.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="hungarumlaut" xOffset="476.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_hungarumlautcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/U_hungarumlautcyrillic.glif
new file mode 100644
index 000000000..8c791d450
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_hungarumlautcyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhungarumlautcyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04F2"/>
+ <anchor x="956.0" y="2200.0" name="parent_top"/>
+ <anchor x="956.0" y="2680.0" name="top"/>
+ <anchor x="1804.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10037"/>
+ <component base="hungarumlaut" xOffset="456.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_invertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/U_invertedbreve.glif
new file mode 100644
index 000000000..3f7f7302b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uinvertedbreve" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0216"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2750.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="breveinvnosp" xOffset="1768.0" yOffset="605.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_kcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/U_kcyrillic.glif
new file mode 100644
index 000000000..96c345df3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_kcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ukcyrillic" format="2">
+ <advance width="3964.0"/>
+ <unicode hex="0478"/>
+ <outline>
+ <component base="O" xOffset="256.0"/>
+ <component base="y" xOffset="2296.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_macron.glif b/src/Inter-UI-Black.ufo/glyphs/U_macron.glif
new file mode 100644
index 000000000..0567a5e91
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Umacron" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="016A"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2632.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="macron" xOffset="192.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_macroncyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/U_macroncyrillic.glif
new file mode 100644
index 000000000..344541989
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_macroncyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Umacroncyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04EE"/>
+ <anchor x="956.0" y="2200.0" name="parent_top"/>
+ <anchor x="956.0" y="2632.0" name="top"/>
+ <anchor x="1804.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10037"/>
+ <component base="macron" xOffset="172.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_macrondieresis.glif b/src/Inter-UI-Black.ufo/glyphs/U_macrondieresis.glif
new file mode 100644
index 000000000..cf287d7dd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_macrondieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Umacrondieresis" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E7A"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="macrondieresiscomb.cn" xOffset="1768.0" yOffset="422.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_ogonek.glif b/src/Inter-UI-Black.ufo/glyphs/U_ogonek.glif
new file mode 100644
index 000000000..04afd39cc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_ogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uogonek" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0172"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="ogonek" xOffset="764.0" yOffset="104.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_psilon.glif b/src/Inter-UI-Black.ufo/glyphs/U_psilon.glif
new file mode 100644
index 000000000..1f4cd0f96
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_psilon.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilon" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="03A5"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_psilon2.glif b/src/Inter-UI-Black.ufo/glyphs/U_psilon2.glif
new file mode 100644
index 000000000..47d10401e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_psilon2.glif
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilon2" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="01B1"/>
+ <outline>
+ <contour>
+ <point x="632.0" y="908.0" type="line"/>
+ <point x="632.0" y="1352.0"/>
+ <point x="724.0" y="1548.0"/>
+ <point x="840.0" y="1620.0" type="curve"/>
+ <point x="840.0" y="1820.0" type="line"/>
+ <point x="504.0" y="1776.0"/>
+ <point x="112.0" y="1416.0"/>
+ <point x="112.0" y="908.0" type="curve" smooth="yes"/>
+ <point x="112.0" y="808.0" type="line" smooth="yes"/>
+ <point x="112.0" y="320.0"/>
+ <point x="440.0" y="-28.0"/>
+ <point x="916.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="-28.0"/>
+ <point x="1716.0" y="320.0"/>
+ <point x="1716.0" y="808.0" type="curve" smooth="yes"/>
+ <point x="1716.0" y="908.0" type="line" smooth="yes"/>
+ <point x="1716.0" y="1416.0"/>
+ <point x="1320.0" y="1780.0"/>
+ <point x="976.0" y="1820.0" type="curve"/>
+ <point x="976.0" y="1620.0" type="line"/>
+ <point x="1104.0" y="1548.0"/>
+ <point x="1192.0" y="1356.0"/>
+ <point x="1192.0" y="908.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="804.0" type="line" smooth="yes"/>
+ <point x="1192.0" y="504.0"/>
+ <point x="1088.0" y="348.0"/>
+ <point x="916.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="348.0"/>
+ <point x="632.0" y="504.0"/>
+ <point x="632.0" y="804.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="840.0" y="2004.0" type="line"/>
+ <point x="140.0" y="2004.0" type="line"/>
+ <point x="140.0" y="1628.0" type="line"/>
+ <point x="840.0" y="1628.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1688.0" y="2004.0" type="line"/>
+ <point x="976.0" y="2004.0" type="line"/>
+ <point x="976.0" y="1628.0" type="line"/>
+ <point x="1688.0" y="1628.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_psilonacutehooksymbolgreek.glif b/src/Inter-UI-Black.ufo/glyphs/U_psilonacutehooksymbolgreek.glif
new file mode 100644
index 000000000..3e20802ea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_psilonacutehooksymbolgreek.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilonacutehooksymbolgreek" format="2">
+ <advance width="1924.0"/>
+ <unicode hex="03D3"/>
+ <anchor x="904.0" y="2216.0" name="parent_top"/>
+ <anchor x="904.0" y="2216.0" name="top"/>
+ <anchor x="1876.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Upsilonhooksymbol" xOffset="100.0"/>
+ <component base="tonos" xOffset="-688.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_psilondieresis.glif b/src/Inter-UI-Black.ufo/glyphs/U_psilondieresis.glif
new file mode 100644
index 000000000..5d31e9221
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_psilondieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilondieresis" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="03AB"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1080.0" y="2644.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="dieresis" xOffset="420.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_psilondieresishooksymbolgreek.glif b/src/Inter-UI-Black.ufo/glyphs/U_psilondieresishooksymbolgreek.glif
new file mode 100644
index 000000000..0f9f7d7a5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_psilondieresishooksymbolgreek.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilondieresishooksymbolgreek" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03D4"/>
+ <anchor x="904.0" y="2216.0" name="parent_top"/>
+ <anchor x="908.0" y="2660.0" name="top"/>
+ <anchor x="1776.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Upsilonhooksymbol"/>
+ <component base="dieresis" xOffset="248.0" yOffset="444.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_psilonhooksymbol.glif b/src/Inter-UI-Black.ufo/glyphs/U_psilonhooksymbol.glif
new file mode 100644
index 000000000..91f561078
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_psilonhooksymbol.glif
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilonhooksymbol" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03D2"/>
+ <anchor x="-108.0" y="2000.0" name="tonos"/>
+ <anchor x="904.0" y="2216.0" name="top"/>
+ <anchor x="1776.0" y="2216.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1140.0" y="976.0" type="line"/>
+ <point x="680.0" y="976.0" type="line"/>
+ <point x="680.0" y="0.0" type="line"/>
+ <point x="1140.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="880.0" y="956.0" type="line"/>
+ <point x="840.0" y="596.0" type="line"/>
+ <point x="1124.0" y="596.0" type="line"/>
+ <point x="1532.0" y="1568.0" type="line" smooth="yes"/>
+ <point x="1556.0" y="1624.0"/>
+ <point x="1600.0" y="1664.0"/>
+ <point x="1672.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="1692.0" y="1664.0"/>
+ <point x="1748.0" y="1660.0"/>
+ <point x="1756.0" y="1660.0" type="curve"/>
+ <point x="1808.0" y="2012.0" type="line"/>
+ <point x="1748.0" y="2028.0"/>
+ <point x="1676.0" y="2048.0"/>
+ <point x="1596.0" y="2048.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="2048.0"/>
+ <point x="1236.0" y="1932.0"/>
+ <point x="1144.0" y="1680.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="684.0" y="1696.0" type="line"/>
+ <point x="584.0" y="1964.0"/>
+ <point x="432.0" y="2048.0"/>
+ <point x="228.0" y="2048.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="2048.0"/>
+ <point x="72.0" y="2028.0"/>
+ <point x="20.0" y="2012.0" type="curve"/>
+ <point x="68.0" y="1660.0" type="line"/>
+ <point x="72.0" y="1660.0"/>
+ <point x="132.0" y="1664.0"/>
+ <point x="152.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1664.0"/>
+ <point x="264.0" y="1628.0"/>
+ <point x="292.0" y="1568.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="596.0" type="line"/>
+ <point x="984.0" y="596.0" type="line"/>
+ <point x="952.0" y="948.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_psilontonos.glif b/src/Inter-UI-Black.ufo/glyphs/U_psilontonos.glif
new file mode 100644
index 000000000..679e9c968
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_psilontonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilontonos" format="2">
+ <advance width="2252.0"/>
+ <unicode hex="038E"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="2072.0" y="2200.0" name="top0315"/>
+ <anchor x="2072.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="100.0"/>
+ <component base="tonos" xOffset="-612.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_ring.glif b/src/Inter-UI-Black.ufo/glyphs/U_ring.glif
new file mode 100644
index 000000000..411d723e0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_ring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uring" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="016E"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2756.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="ring" xOffset="452.0" yOffset="596.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_straightcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/U_straightcyrillic.glif
new file mode 100644
index 000000000..ce67ec678
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_straightcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ustraightcyrillic" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="04AE"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_straightstrokecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/U_straightstrokecyrillic.glif
new file mode 100644
index 000000000..f5fa52de0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_straightstrokecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ustraightstrokecyrillic" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="04B0"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="crossbar" xOffset="308.0" yOffset="-188.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_tilde.glif b/src/Inter-UI-Black.ufo/glyphs/U_tilde.glif
new file mode 100644
index 000000000..f4c2bc118
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Utilde" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0168"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2724.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="tilde" xOffset="320.0" yOffset="420.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_tildeacute.glif b/src/Inter-UI-Black.ufo/glyphs/U_tildeacute.glif
new file mode 100644
index 000000000..ccb743652
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_tildeacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Utildeacute" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E78"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="tildeacutecomb.cn" xOffset="1743.0" yOffset="470.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/U_tildebelow.glif b/src/Inter-UI-Black.ufo/glyphs/U_tildebelow.glif
new file mode 100644
index 000000000..79cf5adf0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/U_tildebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Utildebelow" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1E74"/>
+ <anchor x="908.0" y="-560.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="976.0" y="2200.0" name="parent_top"/>
+ <anchor x="976.0" y="2200.0" name="top"/>
+ <anchor x="1864.0" y="2200.0" name="top0315"/>
+ <anchor x="1864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="tildesubnosp" xOffset="1744.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Uhorn_.glif b/src/Inter-UI-Black.ufo/glyphs/Uhorn_.glif
deleted file mode 100644
index 012bc29a4..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Uhorn_.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Uhorn" format="1">
- <advance width="2284"/>
- <unicode hex="01AF"/>
- <outline>
- <contour>
- <point x="1992" y="2112" type="line"/>
- <point x="1992" y="1848"/>
- <point x="1976" y="1684"/>
- <point x="1676" y="1684" type="curve"/>
- <point x="1676" y="1456" type="line"/>
- <point x="2140" y="1456"/>
- <point x="2268" y="1700"/>
- <point x="2268" y="2112" type="curve"/>
- </contour>
- <component base="U"/>
- <contour>
- <point x="1008" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1008" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2036" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2021, 'leftMargin': 150, 'rightMargin': -230}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Upsilon2_.glif b/src/Inter-UI-Black.ufo/glyphs/Upsilon2_.glif
deleted file mode 100644
index ed7fd5101..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Upsilon2_.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Upsilon2" format="1">
- <advance width="1824"/>
- <unicode hex="01B1"/>
- <outline>
- <contour>
- <point x="632" y="908" type="line"/>
- <point x="632" y="1352"/>
- <point x="724" y="1548"/>
- <point x="840" y="1620" type="curve"/>
- <point x="840" y="1820" type="line"/>
- <point x="504" y="1776"/>
- <point x="112" y="1416"/>
- <point x="112" y="908" type="curve" smooth="yes"/>
- <point x="112" y="808" type="line" smooth="yes"/>
- <point x="112" y="320"/>
- <point x="440" y="-28"/>
- <point x="916" y="-28" type="curve" smooth="yes"/>
- <point x="1388" y="-28"/>
- <point x="1716" y="320"/>
- <point x="1716" y="808" type="curve" smooth="yes"/>
- <point x="1716" y="908" type="line" smooth="yes"/>
- <point x="1716" y="1416"/>
- <point x="1320" y="1780"/>
- <point x="976" y="1820" type="curve"/>
- <point x="976" y="1620" type="line"/>
- <point x="1104" y="1548"/>
- <point x="1192" y="1356"/>
- <point x="1192" y="908" type="curve" smooth="yes"/>
- <point x="1192" y="804" type="line" smooth="yes"/>
- <point x="1192" y="504"/>
- <point x="1088" y="348"/>
- <point x="916" y="348" type="curve" smooth="yes"/>
- <point x="740" y="348"/>
- <point x="632" y="504"/>
- <point x="632" y="804" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="840" y="2004" type="line"/>
- <point x="140" y="2004" type="line"/>
- <point x="140" y="1628" type="line"/>
- <point x="840" y="1628" type="line"/>
- </contour>
- <contour>
- <point x="1688" y="2004" type="line"/>
- <point x="976" y="2004" type="line"/>
- <point x="976" y="1628" type="line"/>
- <point x="1688" y="1628" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1878, 'leftMargin': 138, 'rightMargin': 137}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Upsilonhooksymbol_.glif b/src/Inter-UI-Black.ufo/glyphs/Upsilonhooksymbol_.glif
deleted file mode 100644
index 66f739898..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Upsilonhooksymbol_.glif
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Upsilonhooksymbol" format="1">
- <advance width="1824"/>
- <unicode hex="03D2"/>
- <outline>
- <contour>
- <point x="1140" y="976" type="line"/>
- <point x="680" y="976" type="line"/>
- <point x="680" y="0" type="line"/>
- <point x="1140" y="0" type="line"/>
- </contour>
- <contour>
- <point x="880" y="956" type="line"/>
- <point x="840" y="596" type="line"/>
- <point x="1124" y="596" type="line"/>
- <point x="1532" y="1568" type="line" smooth="yes"/>
- <point x="1556" y="1624"/>
- <point x="1600" y="1664"/>
- <point x="1672" y="1664" type="curve" smooth="yes"/>
- <point x="1692" y="1664"/>
- <point x="1748" y="1660"/>
- <point x="1756" y="1660" type="curve"/>
- <point x="1808" y="2012" type="line"/>
- <point x="1748" y="2028"/>
- <point x="1676" y="2048"/>
- <point x="1596" y="2048" type="curve" smooth="yes"/>
- <point x="1384" y="2048"/>
- <point x="1236" y="1932"/>
- <point x="1144" y="1680" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="684" y="1696" type="line"/>
- <point x="584" y="1964"/>
- <point x="432" y="2048"/>
- <point x="228" y="2048" type="curve" smooth="yes"/>
- <point x="144" y="2048"/>
- <point x="72" y="2028"/>
- <point x="20" y="2012" type="curve"/>
- <point x="68" y="1660" type="line"/>
- <point x="72" y="1660"/>
- <point x="132" y="1664"/>
- <point x="152" y="1664" type="curve" smooth="yes"/>
- <point x="216" y="1664"/>
- <point x="264" y="1628"/>
- <point x="292" y="1568" type="curve" smooth="yes"/>
- <point x="692" y="596" type="line"/>
- <point x="984" y="596" type="line"/>
- <point x="952" y="948" type="line"/>
- </contour>
- <contour>
- <point x="-108" y="2000" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="904" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1776" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1726, 'leftMargin': -30, 'rightMargin': -33}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/V_.glif b/src/Inter-UI-Black.ufo/glyphs/V_.glif
index 60f2a63d0..5630a6b28 100644
--- a/src/Inter-UI-Black.ufo/glyphs/V_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/V_.glif
@@ -1,172 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="V" format="1">
- <advance width="2168"/>
+<glyph name="V" format="2">
+ <advance width="2168.0"/>
<unicode hex="0056"/>
+ <guideline x="1104.0" y="1048.0" angle="90.0"/>
+ <anchor x="1080.0" y="16.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1080.0" y="2216.0" name="top"/>
+ <anchor x="2012.0" y="2216.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="568" y="2048" type="line"/>
- <point x="80" y="2048" type="line"/>
- <point x="836" y="0" type="line"/>
- <point x="1332" y="0" type="line"/>
- <point x="2088" y="2048" type="line"/>
- <point x="1600" y="2048" type="line"/>
- <point x="1096" y="580" type="line"/>
- <point x="1072" y="580" type="line"/>
- </contour>
- <contour>
- <point x="1080" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1080" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2012" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2012" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2012" y="2216" type="move" name="top0315"/>
+ <point x="568.0" y="2048.0" type="line"/>
+ <point x="80.0" y="2048.0" type="line"/>
+ <point x="836.0" y="0.0" type="line"/>
+ <point x="1332.0" y="0.0" type="line"/>
+ <point x="2088.0" y="2048.0" type="line"/>
+ <point x="1600.0" y="2048.0" type="line"/>
+ <point x="1096.0" y="580.0" type="line"/>
+ <point x="1072.0" y="580.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1104</integer>
- <key>y</key>
- <integer>1048</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>464</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>204</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>956</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1212</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1964</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1704</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1096</integer>
- <key>y</key>
- <integer>324</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1072</integer>
- <key>y</key>
- <integer>324</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>V</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2168</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1855, 'leftMargin': 0, 'rightMargin': -1}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/V_cursive.glif b/src/Inter-UI-Black.ufo/glyphs/V_cursive.glif
new file mode 100644
index 000000000..262db3f4d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/V_cursive.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Vcursive" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="01B2"/>
+ <outline>
+ <contour>
+ <point x="916.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="-28.0"/>
+ <point x="1696.0" y="228.0"/>
+ <point x="1696.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="1696.0" y="1448.0" type="line" smooth="yes"/>
+ <point x="1696.0" y="1824.0"/>
+ <point x="1488.0" y="2028.0"/>
+ <point x="1144.0" y="2028.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="2028.0"/>
+ <point x="1008.0" y="2024.0"/>
+ <point x="932.0" y="2004.0" type="curve"/>
+ <point x="932.0" y="1636.0" type="line"/>
+ <point x="976.0" y="1644.0"/>
+ <point x="1016.0" y="1648.0"/>
+ <point x="1060.0" y="1648.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1648.0"/>
+ <point x="1232.0" y="1612.0"/>
+ <point x="1232.0" y="1448.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="696.0" type="line" smooth="yes"/>
+ <point x="1232.0" y="448.0"/>
+ <point x="1120.0" y="344.0"/>
+ <point x="916.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="344.0"/>
+ <point x="592.0" y="448.0"/>
+ <point x="592.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="2004.0" type="line"/>
+ <point x="132.0" y="2004.0" type="line"/>
+ <point x="132.0" y="696.0" type="line" smooth="yes"/>
+ <point x="132.0" y="228.0"/>
+ <point x="452.0" y="-28.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/V_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/V_dotbelow.glif
new file mode 100644
index 000000000..613dbed3b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/V_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Vdotbelow" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1E7E"/>
+ <anchor x="1079.0" y="-507.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1080.0" y="2216.0" name="parent_top"/>
+ <anchor x="1080.0" y="2216.0" name="top"/>
+ <anchor x="2012.0" y="2216.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="V"/>
+ <component base="dotbelow" xOffset="1904.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/V_tilde.glif b/src/Inter-UI-Black.ufo/glyphs/V_tilde.glif
new file mode 100644
index 000000000..be7609767
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/V_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Vtilde" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1E7C"/>
+ <anchor x="1080.0" y="16.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1080.0" y="2216.0" name="parent_top"/>
+ <anchor x="1080.0" y="2740.0" name="top"/>
+ <anchor x="2012.0" y="2216.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="V"/>
+ <component base="tilde" xOffset="424.0" yOffset="436.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Vcursive_.glif b/src/Inter-UI-Black.ufo/glyphs/Vcursive_.glif
deleted file mode 100644
index 68129fad3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Vcursive_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Vcursive" format="1">
- <advance width="1824"/>
- <unicode hex="01B2"/>
- <outline>
- <contour>
- <point x="916" y="-28" type="curve" smooth="yes"/>
- <point x="1380" y="-28"/>
- <point x="1696" y="228"/>
- <point x="1696" y="696" type="curve" smooth="yes"/>
- <point x="1696" y="1448" type="line" smooth="yes"/>
- <point x="1696" y="1824"/>
- <point x="1488" y="2028"/>
- <point x="1144" y="2028" type="curve" smooth="yes"/>
- <point x="1068" y="2028"/>
- <point x="1008" y="2024"/>
- <point x="932" y="2004" type="curve"/>
- <point x="932" y="1636" type="line"/>
- <point x="976" y="1644"/>
- <point x="1016" y="1648"/>
- <point x="1060" y="1648" type="curve" smooth="yes"/>
- <point x="1184" y="1648"/>
- <point x="1232" y="1612"/>
- <point x="1232" y="1448" type="curve" smooth="yes"/>
- <point x="1232" y="696" type="line" smooth="yes"/>
- <point x="1232" y="448"/>
- <point x="1120" y="344"/>
- <point x="916" y="344" type="curve" smooth="yes"/>
- <point x="708" y="344"/>
- <point x="592" y="448"/>
- <point x="592" y="696" type="curve" smooth="yes"/>
- <point x="592" y="2004" type="line"/>
- <point x="132" y="2004" type="line"/>
- <point x="132" y="696" type="line" smooth="yes"/>
- <point x="132" y="228"/>
- <point x="452" y="-28"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1866, 'leftMargin': 151, 'rightMargin': 151}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/W_.glif b/src/Inter-UI-Black.ufo/glyphs/W_.glif
index 316ef4f84..8156755c5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/W_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/W_.glif
@@ -1,328 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="W" format="1">
- <advance width="2896"/>
+<glyph name="W" format="2">
+ <advance width="2896.0"/>
<unicode hex="0057"/>
+ <guideline y="2512.125"/>
+ <guideline x="1448.0" y="2076.0" angle="90.0"/>
+ <guideline x="880.0" y="988.0" angle="90.0"/>
+ <guideline x="2016.0" y="852.0" angle="90.0"/>
+ <guideline x="2368.0" y="2120.0" angle="90.0"/>
+ <guideline x="528.0" y="2084.0" angle="90.0"/>
+ <anchor x="1448.0" y="16.0" name="bottom"/>
+ <anchor x="2612.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1448.0" y="2200.0" name="top"/>
+ <anchor x="2612.0" y="2200.0" name="top0315"/>
+ <anchor x="2612.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="528" y="2048" type="line"/>
- <point x="108" y="2048" type="line"/>
- <point x="628" y="0" type="line"/>
- <point x="1100" y="0" type="line"/>
- <point x="1440" y="1284" type="line"/>
- <point x="1456" y="1284" type="line"/>
- <point x="1796" y="0" type="line"/>
- <point x="2268" y="0" type="line"/>
- <point x="2788" y="2048" type="line"/>
- <point x="2368" y="2048" type="line"/>
- <point x="2024" y="668" type="line"/>
- <point x="2008" y="668" type="line"/>
- <point x="1652" y="2048" type="line"/>
- <point x="1244" y="2048" type="line"/>
- <point x="888" y="672" type="line"/>
- <point x="872" y="672" type="line"/>
- </contour>
- <contour>
- <point x="1448" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1448" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2612" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2612" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2612" y="2200" type="move" name="top0315"/>
+ <point x="528.0" y="2048.0" type="line"/>
+ <point x="108.0" y="2048.0" type="line"/>
+ <point x="628.0" y="0.0" type="line"/>
+ <point x="1100.0" y="0.0" type="line"/>
+ <point x="1440.0" y="1284.0" type="line"/>
+ <point x="1456.0" y="1284.0" type="line"/>
+ <point x="1796.0" y="0.0" type="line"/>
+ <point x="2268.0" y="0.0" type="line"/>
+ <point x="2788.0" y="2048.0" type="line"/>
+ <point x="2368.0" y="2048.0" type="line"/>
+ <point x="2024.0" y="668.0" type="line"/>
+ <point x="2008.0" y="668.0" type="line"/>
+ <point x="1652.0" y="2048.0" type="line"/>
+ <point x="1244.0" y="2048.0" type="line"/>
+ <point x="888.0" y="672.0" type="line"/>
+ <point x="872.0" y="672.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2512.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1448</integer>
- <key>y</key>
- <integer>2076</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>880</integer>
- <key>y</key>
- <integer>988</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>2016</integer>
- <key>y</key>
- <integer>852</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>2368</integer>
- <key>y</key>
- <integer>2120</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>528</integer>
- <key>y</key>
- <integer>2084</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>420</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>168</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>728</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>984</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1436</integer>
- <key>y</key>
- <integer>1632</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1452</integer>
- <key>y</key>
- <integer>1632</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1904</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>2160</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>2720</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>2468</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>2040</integer>
- <key>y</key>
- <integer>380</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>2020</integer>
- <key>y</key>
- <integer>380</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1584</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1304</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>868</integer>
- <key>y</key>
- <integer>380</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>848</integer>
- <key>y</key>
- <integer>380</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>W</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2896</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2453.0, 'leftMargin': 76, 'rightMargin': 81.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/W_acute.glif b/src/Inter-UI-Black.ufo/glyphs/W_acute.glif
new file mode 100644
index 000000000..3375f184f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/W_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wacute" format="2">
+ <advance width="2896.0"/>
+ <unicode hex="1E82"/>
+ <anchor x="1448.0" y="16.0" name="bottom"/>
+ <anchor x="2612.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1448.0" y="2200.0" name="parent_top"/>
+ <anchor x="1448.0" y="2720.0" name="top"/>
+ <anchor x="2612.0" y="2200.0" name="top0315"/>
+ <anchor x="2612.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="acute" xOffset="1084.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/W_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/W_circumflex.glif
new file mode 100644
index 000000000..a5239d3b7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/W_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wcircumflex" format="2">
+ <advance width="2896.0"/>
+ <unicode hex="0174"/>
+ <anchor x="1448.0" y="16.0" name="bottom"/>
+ <anchor x="2612.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1448.0" y="2200.0" name="parent_top"/>
+ <anchor x="1448.0" y="2664.0" name="top"/>
+ <anchor x="2612.0" y="2200.0" name="top0315"/>
+ <anchor x="2612.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="circumflex" xOffset="664.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/W_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/W_dieresis.glif
new file mode 100644
index 000000000..b185fe06f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/W_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wdieresis" format="2">
+ <advance width="2896.0"/>
+ <unicode hex="1E84"/>
+ <anchor x="1448.0" y="16.0" name="bottom"/>
+ <anchor x="2612.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1448.0" y="2200.0" name="parent_top"/>
+ <anchor x="1452.0" y="2644.0" name="top"/>
+ <anchor x="2612.0" y="2200.0" name="top0315"/>
+ <anchor x="2612.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="dieresis" xOffset="792.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/W_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/W_dotaccent.glif
new file mode 100644
index 000000000..e2bf2a218
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/W_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wdotaccent" format="2">
+ <advance width="2896.0"/>
+ <unicode hex="1E86"/>
+ <anchor x="1448.0" y="16.0" name="bottom"/>
+ <anchor x="2612.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1448.0" y="2200.0" name="parent_top"/>
+ <anchor x="1448.0" y="2720.0" name="top"/>
+ <anchor x="2612.0" y="2200.0" name="top0315"/>
+ <anchor x="2612.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="dotaccent" xOffset="1048.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/W_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/W_dotbelow.glif
new file mode 100644
index 000000000..c900b15f1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/W_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wdotbelow" format="2">
+ <advance width="2896.0"/>
+ <unicode hex="1E88"/>
+ <anchor x="1447.0" y="-507.0" name="bottom"/>
+ <anchor x="2612.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1448.0" y="2200.0" name="parent_top"/>
+ <anchor x="1448.0" y="2200.0" name="top"/>
+ <anchor x="2612.0" y="2200.0" name="top0315"/>
+ <anchor x="2612.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="dotbelow" xOffset="2272.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/W_grave.glif b/src/Inter-UI-Black.ufo/glyphs/W_grave.glif
new file mode 100644
index 000000000..d4d34d038
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/W_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wgrave" format="2">
+ <advance width="2896.0"/>
+ <unicode hex="1E80"/>
+ <anchor x="1448.0" y="16.0" name="bottom"/>
+ <anchor x="2612.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1448.0" y="2200.0" name="parent_top"/>
+ <anchor x="1448.0" y="2720.0" name="top"/>
+ <anchor x="2612.0" y="2200.0" name="top0315"/>
+ <anchor x="2612.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="grave" xOffset="760.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:36:00</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/X_.glif b/src/Inter-UI-Black.ufo/glyphs/X_.glif
index 4ddaeea82..6325d1fd3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/X_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/X_.glif
@@ -1,152 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="X" format="1">
- <advance width="1976"/>
+<glyph name="X" format="2">
+ <advance width="1976.0"/>
<unicode hex="0058"/>
+ <guideline x="988.0" y="2152.0" angle="90.0"/>
+ <guideline x="88.0" y="2084.0" angle="90.0"/>
+ <guideline x="1888.0" y="2080.0" angle="90.0"/>
+ <guideline x="1148.0" y="1024.0" angle="0.0"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1888.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="988.0" y="1024.0" name="cross"/>
+ <anchor x="1652.0" y="0.0" name="right"/>
+ <anchor x="988.0" y="2216.0" name="top"/>
+ <anchor x="1888.0" y="2216.0" name="top0315"/>
+ <anchor x="1888.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="612" y="2048" type="line"/>
- <point x="88" y="2048" type="line"/>
- <point x="684" y="1024" type="line"/>
- <point x="72" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- <point x="980" y="672" type="line"/>
- <point x="996" y="672" type="line"/>
- <point x="1372" y="0" type="line"/>
- <point x="1904" y="0" type="line"/>
- <point x="1292" y="1024" type="line"/>
- <point x="1888" y="2048" type="line"/>
- <point x="1364" y="2048" type="line"/>
- <point x="996" y="1380" type="line"/>
- <point x="980" y="1380" type="line"/>
- </contour>
- <contour>
- <point x="988.0" y="0.0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1652.0" y="0.0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="988.0" y="1024.0" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="988.0" y="2216.0" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1888.0" y="2200.0" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1888.0" y="-560.0" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1888.0" y="2216.0" type="move" name="top0315"/>
+ <point x="612.0" y="2048.0" type="line"/>
+ <point x="88.0" y="2048.0" type="line"/>
+ <point x="684.0" y="1024.0" type="line"/>
+ <point x="72.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ <point x="980.0" y="672.0" type="line"/>
+ <point x="996.0" y="672.0" type="line"/>
+ <point x="1372.0" y="0.0" type="line"/>
+ <point x="1904.0" y="0.0" type="line"/>
+ <point x="1292.0" y="1024.0" type="line"/>
+ <point x="1888.0" y="2048.0" type="line"/>
+ <point x="1364.0" y="2048.0" type="line"/>
+ <point x="996.0" y="1380.0" type="line"/>
+ <point x="980.0" y="1380.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <integer>988</integer>
- <key>y</key>
- <integer>2152</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>88</integer>
- <key>y</key>
- <integer>2084</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1888</integer>
- <key>y</key>
- <integer>2080</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1148</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>Y</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>24</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>X</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1976</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1796, 'leftMargin': 14, 'rightMargin': 14}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/X_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/X_dieresis.glif
new file mode 100644
index 000000000..b3af2becf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/X_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Xdieresis" format="2">
+ <advance width="1976.0"/>
+ <unicode hex="1E8C"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1888.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="988.0" y="2216.0" name="parent_top"/>
+ <anchor x="992.0" y="2660.0" name="top"/>
+ <anchor x="1888.0" y="2216.0" name="top0315"/>
+ <anchor x="1888.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="dieresis" xOffset="332.0" yOffset="444.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/X_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/X_dotaccent.glif
new file mode 100644
index 000000000..ec69f407c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/X_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Xdotaccent" format="2">
+ <advance width="1976.0"/>
+ <unicode hex="1E8A"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1888.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="988.0" y="2216.0" name="parent_top"/>
+ <anchor x="988.0" y="2736.0" name="top"/>
+ <anchor x="1888.0" y="2216.0" name="top0315"/>
+ <anchor x="1888.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="dotaccent" xOffset="588.0" yOffset="472.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/X_i.glif b/src/Inter-UI-Black.ufo/glyphs/X_i.glif
new file mode 100644
index 000000000..c8adabdbf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/X_i.glif
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Xi" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="039E"/>
+ <outline>
+ <contour>
+ <point x="224.0" y="0.0" type="line"/>
+ <point x="1600.0" y="0.0" type="line"/>
+ <point x="1600.0" y="372.0" type="line"/>
+ <point x="224.0" y="372.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="400.0" y="824.0" type="line"/>
+ <point x="1432.0" y="824.0" type="line"/>
+ <point x="1432.0" y="1180.0" type="line"/>
+ <point x="400.0" y="1180.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="268.0" y="1628.0" type="line"/>
+ <point x="1528.0" y="1628.0" type="line"/>
+ <point x="1528.0" y="2004.0" type="line"/>
+ <point x="268.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Xi_.glif b/src/Inter-UI-Black.ufo/glyphs/Xi_.glif
deleted file mode 100644
index 43a72d370..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Xi_.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Xi" format="1">
- <advance width="1824"/>
- <unicode hex="039E"/>
- <outline>
- <contour>
- <point x="224" y="0" type="line"/>
- <point x="1600" y="0" type="line"/>
- <point x="1600" y="372" type="line"/>
- <point x="224" y="372" type="line"/>
- </contour>
- <contour>
- <point x="400" y="824" type="line"/>
- <point x="1432" y="824" type="line"/>
- <point x="1432" y="1180" type="line"/>
- <point x="400" y="1180" type="line"/>
- </contour>
- <contour>
- <point x="268" y="1628" type="line"/>
- <point x="1528" y="1628" type="line"/>
- <point x="1528" y="2004" type="line"/>
- <point x="268" y="2004" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1591, 'leftMargin': 118, 'rightMargin': 96}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/YR__.glif b/src/Inter-UI-Black.ufo/glyphs/YR__.glif
deleted file mode 100644
index 9b2d1d664..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/YR__.glif
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="YR" format="1">
- <advance width="2080"/>
- <unicode hex="01A6"/>
- <outline>
- <contour>
- <point x="124" y="1864" type="line"/>
- <point x="584" y="1864" type="line"/>
- <point x="584" y="2144" type="line"/>
- <point x="124" y="2144" type="line"/>
- </contour>
- <contour>
- <point x="120" y="2004" type="line" name="hr01"/>
- <point x="120" y="0" type="line"/>
- <point x="584" y="0" type="line"/>
- <point x="584" y="1628" type="line"/>
- <point x="896" y="1628" type="line" smooth="yes"/>
- <point x="1088" y="1628"/>
- <point x="1188" y="1524"/>
- <point x="1188" y="1352" type="curve" smooth="yes"/>
- <point x="1188" y="1184"/>
- <point x="1088" y="1080"/>
- <point x="896" y="1080" type="curve" smooth="yes"/>
- <point x="412" y="1080" type="line"/>
- <point x="416" y="708" type="line"/>
- <point x="1068" y="708" type="line"/>
- <point x="1220" y="796" type="line"/>
- <point x="1476" y="892"/>
- <point x="1648" y="1052"/>
- <point x="1648" y="1396" type="curve" smooth="yes"/>
- <point x="1648" y="1792"/>
- <point x="1356" y="2004"/>
- <point x="896" y="2004" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1468" y="-480" type="line"/>
- <point x="1960" y="-480" type="line"/>
- <point x="1960" y="-460" type="line"/>
- <point x="1264" y="888" type="line"/>
- <point x="776" y="888" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1948, 'leftMargin': 161, 'rightMargin': -51}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_.glif b/src/Inter-UI-Black.ufo/glyphs/Y_.glif
index 15936441a..2e09b2755 100644
--- a/src/Inter-UI-Black.ufo/glyphs/Y_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_.glif
@@ -1,240 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Y" format="1">
- <advance width="2152"/>
+<glyph name="Y" format="2">
+ <advance width="2152.0"/>
<unicode hex="0059"/>
+ <guideline x="1076.0" y="1724.0" angle="90.0"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="956.0" y="832.0" name="cross"/>
+ <anchor x="-32.0" y="2000.0" name="tonos"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="568" y="2048" type="line"/>
- <point x="64" y="2048" type="line"/>
- <point x="844" y="780" type="line"/>
- <point x="844" y="0" type="line"/>
- <point x="1308" y="0" type="line"/>
- <point x="1308" y="780" type="line"/>
- <point x="2088" y="2048" type="line"/>
- <point x="1584" y="2048" type="line"/>
- <point x="1076" y="1160" type="line"/>
+ <point x="568.0" y="2048.0" type="line"/>
+ <point x="64.0" y="2048.0" type="line"/>
+ <point x="844.0" y="780.0" type="line"/>
+ <point x="844.0" y="0.0" type="line"/>
+ <point x="1308.0" y="0.0" type="line"/>
+ <point x="1308.0" y="780.0" type="line"/>
+ <point x="2088.0" y="2048.0" type="line"/>
+ <point x="1584.0" y="2048.0" type="line"/>
+ <point x="1076.0" y="1160.0" type="line"/>
</contour>
<contour>
- <point x="1052" y="1132" type="line"/>
- <point x="1100" y="1132" type="line"/>
- <point x="1100" y="1180" type="line"/>
- <point x="1052" y="1180" type="line"/>
- </contour>
- <contour>
- <point x="1076" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="944" y="64" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="956" y="832" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="-32" y="2000" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1972" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1828" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1972" y="2200" type="move" name="top0315"/>
+ <point x="1052.0" y="1132.0" type="line"/>
+ <point x="1100.0" y="1132.0" type="line"/>
+ <point x="1100.0" y="1180.0" type="line"/>
+ <point x="1052.0" y="1180.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1076</integer>
- <key>y</key>
- <integer>1724</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>496</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>212</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>952</integer>
- <key>y</key>
- <integer>844</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>952</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1200</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1200</integer>
- <key>y</key>
- <integer>844</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1940</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1656</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1076</integer>
- <key>y</key>
- <integer>1072</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1052</integer>
- <key>y</key>
- <integer>1044</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1100</integer>
- <key>y</key>
- <integer>1044</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1100</integer>
- <key>y</key>
- <integer>1092</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1052</integer>
- <key>y</key>
- <integer>1092</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Y</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2152</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1760.0, 'leftMargin': -3, 'rightMargin': -3.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_R_.glif b/src/Inter-UI-Black.ufo/glyphs/Y_R_.glif
new file mode 100644
index 000000000..0b76beba0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_R_.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="YR" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="01A6"/>
+ <outline>
+ <contour>
+ <point x="124.0" y="1864.0" type="line"/>
+ <point x="584.0" y="1864.0" type="line"/>
+ <point x="584.0" y="2144.0" type="line"/>
+ <point x="124.0" y="2144.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="120.0" y="2004.0" type="line"/>
+ <point x="120.0" y="0.0" type="line"/>
+ <point x="584.0" y="0.0" type="line"/>
+ <point x="584.0" y="1628.0" type="line"/>
+ <point x="896.0" y="1628.0" type="line" smooth="yes"/>
+ <point x="1088.0" y="1628.0"/>
+ <point x="1188.0" y="1524.0"/>
+ <point x="1188.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1184.0"/>
+ <point x="1088.0" y="1080.0"/>
+ <point x="896.0" y="1080.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1080.0" type="line"/>
+ <point x="416.0" y="708.0" type="line"/>
+ <point x="1068.0" y="708.0" type="line"/>
+ <point x="1220.0" y="796.0" type="line"/>
+ <point x="1476.0" y="892.0"/>
+ <point x="1648.0" y="1052.0"/>
+ <point x="1648.0" y="1396.0" type="curve" smooth="yes"/>
+ <point x="1648.0" y="1792.0"/>
+ <point x="1356.0" y="2004.0"/>
+ <point x="896.0" y="2004.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1468.0" y="-480.0" type="line"/>
+ <point x="1960.0" y="-480.0" type="line"/>
+ <point x="1960.0" y="-460.0" type="line"/>
+ <point x="1264.0" y="888.0" type="line"/>
+ <point x="776.0" y="888.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.20</key>
+ <dict>
+ <key>name</key>
+ <string>hr01</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_acute.glif b/src/Inter-UI-Black.ufo/glyphs/Y_acute.glif
new file mode 100644
index 000000000..b9f71cd5b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yacute" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="00DD"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2720.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="acute" xOffset="712.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/Y_circumflex.glif
new file mode 100644
index 000000000..d2fea26a3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ycircumflex" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="0176"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2664.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="circumflex" xOffset="292.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/Y_dieresis.glif
new file mode 100644
index 000000000..b0e002ddc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ydieresis" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="0178"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1080.0" y="2644.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="dieresis" xOffset="420.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/Y_dotaccent.glif
new file mode 100644
index 000000000..e0b02a081
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ydotaccent" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="1E8E"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2720.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="dotaccent" xOffset="676.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/Y_dotbelow.glif
new file mode 100644
index 000000000..45bc3e9ea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ydotbelow" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="1EF4"/>
+ <anchor x="943.0" y="-459.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="dotbelow" xOffset="1768.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_erudieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Y_erudieresiscyrillic.glif
new file mode 100644
index 000000000..17e9e6ccc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_erudieresiscyrillic.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yerudieresiscyrillic" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="04F8"/>
+ <anchor x="1340.0" y="2200.0" name="parent_top"/>
+ <anchor x="1344.0" y="2644.0" name="top"/>
+ <anchor x="2552.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10045"/>
+ <component base="dieresis" xOffset="684.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_grave.glif b/src/Inter-UI-Black.ufo/glyphs/Y_grave.glif
new file mode 100644
index 000000000..1093f0bff
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ygrave" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="1EF2"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2720.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="grave" xOffset="388.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_hook.glif b/src/Inter-UI-Black.ufo/glyphs/Y_hook.glif
new file mode 100644
index 000000000..20828d3f8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_hook.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yhook" format="2">
+ <advance width="2192.0"/>
+ <unicode hex="01B3"/>
+ <guideline x="1176.0" y="1336.0" angle="240.4178"/>
+ <guideline x="1436.0" y="988.0" angle="238.4456"/>
+ <outline>
+ <contour>
+ <point x="1740.0" y="1484.0" type="line"/>
+ <point x="1776.0" y="1544.0" type="line" smooth="yes"/>
+ <point x="1856.0" y="1680.0"/>
+ <point x="1924.0" y="1720.0"/>
+ <point x="2064.0" y="1676.0" type="curve"/>
+ <point x="2160.0" y="2024.0" type="line"/>
+ <point x="1904.0" y="2120.0"/>
+ <point x="1604.0" y="2092.0"/>
+ <point x="1424.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="1652.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1052.0" y="1132.0" type="line"/>
+ <point x="1100.0" y="1132.0" type="line"/>
+ <point x="1100.0" y="1180.0" type="line"/>
+ <point x="1052.0" y="1180.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="568.0" y="2048.0" type="line"/>
+ <point x="64.0" y="2048.0" type="line"/>
+ <point x="844.0" y="780.0" type="line"/>
+ <point x="844.0" y="0.0" type="line"/>
+ <point x="1308.0" y="0.0" type="line"/>
+ <point x="1308.0" y="780.0" type="line"/>
+ <point x="1740.0" y="1484.0" type="line"/>
+ <point x="1356.0" y="1652.0" type="line"/>
+ <point x="1076.0" y="1160.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_hookabove.glif b/src/Inter-UI-Black.ufo/glyphs/Y_hookabove.glif
new file mode 100644
index 000000000..da48914c1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yhookabove" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="1EF6"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2819.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="hook" xOffset="1923.0" yOffset="414.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_smallcap.glif b/src/Inter-UI-Black.ufo/glyphs/Y_smallcap.glif
new file mode 100644
index 000000000..deea05d31
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_smallcap.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ysmallcap" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="028F"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="784.0" y="1776.0" name="top"/>
+ <anchor x="1540.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="700.0" y="660.0" type="line"/>
+ <point x="744.0" y="424.0" type="line"/>
+ <point x="976.0" y="424.0" type="line"/>
+ <point x="1540.0" y="1488.0" type="line"/>
+ <point x="1064.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="508.0" y="1488.0" type="line"/>
+ <point x="28.0" y="1488.0" type="line"/>
+ <point x="592.0" y="424.0" type="line"/>
+ <point x="824.0" y="424.0" type="line"/>
+ <point x="876.0" y="652.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1000.0" y="652.0" type="line"/>
+ <point x="560.0" y="652.0" type="line"/>
+ <point x="560.0" y="0.0" type="line"/>
+ <point x="1000.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_tilde.glif b/src/Inter-UI-Black.ufo/glyphs/Y_tilde.glif
new file mode 100644
index 000000000..24ec5de38
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ytilde" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="1EF8"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2724.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="tilde" xOffset="420.0" yOffset="420.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_usbigcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Y_usbigcyrillic.glif
new file mode 100644
index 000000000..69c6ffd09
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_usbigcyrillic.glif
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yusbigcyrillic" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="046A"/>
+ <outline>
+ <contour>
+ <point x="656.0" y="0.0" type="line"/>
+ <point x="656.0" y="448.0" type="line" smooth="yes"/>
+ <point x="656.0" y="656.0"/>
+ <point x="756.0" y="716.0"/>
+ <point x="964.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1836.0" y="716.0"/>
+ <point x="1936.0" y="656.0"/>
+ <point x="1936.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="1936.0" y="0.0" type="line"/>
+ <point x="2396.0" y="0.0" type="line"/>
+ <point x="2396.0" y="448.0" type="line" smooth="yes"/>
+ <point x="2396.0" y="920.0"/>
+ <point x="2112.0" y="1092.0"/>
+ <point x="1632.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1092.0" type="line" smooth="yes"/>
+ <point x="480.0" y="1092.0"/>
+ <point x="196.0" y="920.0"/>
+ <point x="196.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1856.0" y="2004.0" type="line"/>
+ <point x="808.0" y="2004.0" type="line"/>
+ <point x="808.0" y="1624.0" type="line"/>
+ <point x="1856.0" y="1624.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1224.0" y="984.0" type="line"/>
+ <point x="1276.0" y="736.0" type="line"/>
+ <point x="1528.0" y="736.0" type="line"/>
+ <point x="2232.0" y="2004.0" type="line"/>
+ <point x="1732.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="920.0" y="2004.0" type="line"/>
+ <point x="420.0" y="2004.0" type="line"/>
+ <point x="1124.0" y="736.0" type="line"/>
+ <point x="1372.0" y="736.0" type="line"/>
+ <point x="1432.0" y="976.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1548.0" y="1028.0" type="line"/>
+ <point x="1092.0" y="1028.0" type="line"/>
+ <point x="1092.0" y="0.0" type="line"/>
+ <point x="1548.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_usbigiotifiedcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Y_usbigiotifiedcyrillic.glif
new file mode 100644
index 000000000..efc12fcf4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_usbigiotifiedcyrillic.glif
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yusbigiotifiedcyrillic" format="2">
+ <advance width="3360.0"/>
+ <unicode hex="046C"/>
+ <outline>
+ <contour>
+ <point x="1820.0" y="1100.0" type="line"/>
+ <point x="460.0" y="1100.0" type="line"/>
+ <point x="460.0" y="736.0" type="line"/>
+ <point x="1820.0" y="736.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="612.0" y="2048.0" type="line"/>
+ <point x="148.0" y="2048.0" type="line"/>
+ <point x="148.0" y="0.0" type="line"/>
+ <point x="612.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1496.0" y="0.0" type="line"/>
+ <point x="1496.0" y="448.0" type="line" smooth="yes"/>
+ <point x="1496.0" y="656.0"/>
+ <point x="1596.0" y="716.0"/>
+ <point x="1804.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="2472.0" y="716.0" type="line" smooth="yes"/>
+ <point x="2676.0" y="716.0"/>
+ <point x="2776.0" y="656.0"/>
+ <point x="2776.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="2776.0" y="0.0" type="line"/>
+ <point x="3236.0" y="0.0" type="line"/>
+ <point x="3236.0" y="448.0" type="line" smooth="yes"/>
+ <point x="3236.0" y="920.0"/>
+ <point x="2952.0" y="1092.0"/>
+ <point x="2472.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="1804.0" y="1092.0" type="line" smooth="yes"/>
+ <point x="1320.0" y="1092.0"/>
+ <point x="1036.0" y="920.0"/>
+ <point x="1036.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2696.0" y="2004.0" type="line"/>
+ <point x="1648.0" y="2004.0" type="line"/>
+ <point x="1648.0" y="1624.0" type="line"/>
+ <point x="2696.0" y="1624.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2064.0" y="984.0" type="line"/>
+ <point x="2116.0" y="736.0" type="line"/>
+ <point x="2368.0" y="736.0" type="line"/>
+ <point x="3072.0" y="2004.0" type="line"/>
+ <point x="2572.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1760.0" y="2004.0" type="line"/>
+ <point x="1260.0" y="2004.0" type="line"/>
+ <point x="1964.0" y="736.0" type="line"/>
+ <point x="2212.0" y="736.0" type="line"/>
+ <point x="2272.0" y="976.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2388.0" y="1028.0" type="line"/>
+ <point x="1932.0" y="1028.0" type="line"/>
+ <point x="1932.0" y="0.0" type="line"/>
+ <point x="2388.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_uslittlecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Y_uslittlecyrillic.glif
new file mode 100644
index 000000000..a37efe99c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_uslittlecyrillic.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yuslittlecyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="0466"/>
+ <outline>
+ <contour>
+ <point x="1172.0" y="1844.0" type="line"/>
+ <point x="1040.0" y="2004.0" type="line"/>
+ <point x="792.0" y="2004.0" type="line"/>
+ <point x="92.0" y="0.0" type="line"/>
+ <point x="580.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1504.0" y="0.0" type="line"/>
+ <point x="1988.0" y="0.0" type="line"/>
+ <point x="1288.0" y="2004.0" type="line"/>
+ <point x="1040.0" y="2004.0" type="line"/>
+ <point x="900.0" y="1856.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1556.0" y="876.0" type="line"/>
+ <point x="452.0" y="876.0" type="line"/>
+ <point x="452.0" y="568.0" type="line"/>
+ <point x="1556.0" y="568.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1216.0" y="716.0" type="line"/>
+ <point x="848.0" y="716.0" type="line"/>
+ <point x="848.0" y="0.0" type="line"/>
+ <point x="1216.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Y_uslittleiotifiedcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Y_uslittleiotifiedcyrillic.glif
new file mode 100644
index 000000000..2ecc7cb53
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Y_uslittleiotifiedcyrillic.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yuslittleiotifiedcyrillic" format="2">
+ <advance width="2872.0"/>
+ <unicode hex="0468"/>
+ <outline>
+ <contour>
+ <point x="1360.0" y="876.0" type="line"/>
+ <point x="508.0" y="876.0" type="line"/>
+ <point x="508.0" y="568.0" type="line"/>
+ <point x="1360.0" y="568.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1948.0" y="1844.0" type="line"/>
+ <point x="1816.0" y="2004.0" type="line"/>
+ <point x="1568.0" y="2004.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
+ <point x="1356.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2280.0" y="0.0" type="line"/>
+ <point x="2764.0" y="0.0" type="line"/>
+ <point x="2064.0" y="2004.0" type="line"/>
+ <point x="1816.0" y="2004.0" type="line"/>
+ <point x="1676.0" y="1856.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2332.0" y="876.0" type="line"/>
+ <point x="1228.0" y="876.0" type="line"/>
+ <point x="1228.0" y="568.0" type="line"/>
+ <point x="2332.0" y="568.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1992.0" y="716.0" type="line"/>
+ <point x="1624.0" y="716.0" type="line"/>
+ <point x="1624.0" y="0.0" type="line"/>
+ <point x="1992.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Yhook_.glif b/src/Inter-UI-Black.ufo/glyphs/Yhook_.glif
deleted file mode 100644
index d3dfd0d5d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Yhook_.glif
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yhook" format="1">
- <advance width="2192"/>
- <unicode hex="01B3"/>
- <outline>
- <contour>
- <point x="1740" y="1484" type="line"/>
- <point x="1776" y="1544" type="line" smooth="yes"/>
- <point x="1856" y="1680"/>
- <point x="1924" y="1720"/>
- <point x="2064" y="1676" type="curve"/>
- <point x="2160" y="2024" type="line"/>
- <point x="1904" y="2120"/>
- <point x="1604" y="2092"/>
- <point x="1424" y="1772" type="curve" smooth="yes"/>
- <point x="1356" y="1652" type="line"/>
- </contour>
- <contour>
- <point x="1052" y="1132" type="line"/>
- <point x="1100" y="1132" type="line"/>
- <point x="1100" y="1180" type="line"/>
- <point x="1052" y="1180" type="line"/>
- </contour>
- <contour>
- <point x="568" y="2048" type="line"/>
- <point x="64" y="2048" type="line"/>
- <point x="844" y="780" type="line"/>
- <point x="844" y="0" type="line"/>
- <point x="1308" y="0" type="line"/>
- <point x="1308" y="780" type="line"/>
- <point x="1740" y="1484" type="line"/>
- <point x="1356" y="1652" type="line"/>
- <point x="1076" y="1160" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>-119.58224164594282</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1176</integer>
- <key>y</key>
- <integer>1336</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-121.55441374672019</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1436</integer>
- <key>y</key>
- <integer>988</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1958.0, 'leftMargin': -3, 'rightMargin': 0.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Ysmallcap_.glif b/src/Inter-UI-Black.ufo/glyphs/Ysmallcap_.glif
deleted file mode 100644
index 60c97830d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Ysmallcap_.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ysmallcap" format="1">
- <advance width="1568"/>
- <unicode hex="028F"/>
- <outline>
- <contour>
- <point x="700" y="660" type="line"/>
- <point x="744" y="424" type="line"/>
- <point x="976" y="424" type="line"/>
- <point x="1540" y="1488" type="line"/>
- <point x="1064" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="508" y="1488" type="line"/>
- <point x="28" y="1488" type="line"/>
- <point x="592" y="424" type="line"/>
- <point x="824" y="424" type="line"/>
- <point x="876" y="652" type="line"/>
- </contour>
- <contour>
- <point x="1000" y="652" type="line"/>
- <point x="560" y="652" type="line"/>
- <point x="560" y="0" type="line"/>
- <point x="1000" y="0" type="line"/>
- </contour>
- <contour>
- <point x="784" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="784" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1540" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1510, 'leftMargin': 0, 'rightMargin': 0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Yusbigcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Yusbigcyrillic_.glif
deleted file mode 100644
index acb611fbc..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Yusbigcyrillic_.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yusbigcyrillic" format="1">
- <advance width="2592"/>
- <unicode hex="046A"/>
- <outline>
- <contour>
- <point x="656" y="0" type="line"/>
- <point x="656" y="448" type="line" smooth="yes"/>
- <point x="656" y="656"/>
- <point x="756" y="716"/>
- <point x="964" y="716" type="curve" smooth="yes"/>
- <point x="1632" y="716" type="line" smooth="yes"/>
- <point x="1836" y="716"/>
- <point x="1936" y="656"/>
- <point x="1936" y="448" type="curve" smooth="yes"/>
- <point x="1936" y="0" type="line"/>
- <point x="2396" y="0" type="line"/>
- <point x="2396" y="448" type="line" smooth="yes"/>
- <point x="2396" y="920"/>
- <point x="2112" y="1092"/>
- <point x="1632" y="1092" type="curve" smooth="yes"/>
- <point x="964" y="1092" type="line" smooth="yes"/>
- <point x="480" y="1092"/>
- <point x="196" y="920"/>
- <point x="196" y="448" type="curve" smooth="yes"/>
- <point x="196" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1856" y="2004" type="line"/>
- <point x="808" y="2004" type="line"/>
- <point x="808" y="1624" type="line"/>
- <point x="1856" y="1624" type="line"/>
- </contour>
- <contour>
- <point x="1224" y="984" type="line"/>
- <point x="1276" y="736" type="line"/>
- <point x="1528" y="736" type="line"/>
- <point x="2232" y="2004" type="line"/>
- <point x="1732" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="920" y="2004" type="line"/>
- <point x="420" y="2004" type="line"/>
- <point x="1124" y="736" type="line"/>
- <point x="1372" y="736" type="line"/>
- <point x="1432" y="976" type="line"/>
- </contour>
- <contour>
- <point x="1548" y="1028" type="line"/>
- <point x="1092" y="1028" type="line"/>
- <point x="1092" y="0" type="line"/>
- <point x="1548" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2467, 'leftMargin': 133, 'rightMargin': 134}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Yusbigiotifiedcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Yusbigiotifiedcyrillic_.glif
deleted file mode 100644
index 9ba221eb2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Yusbigiotifiedcyrillic_.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yusbigiotifiedcyrillic" format="1">
- <advance width="3360"/>
- <unicode hex="046C"/>
- <outline>
- <contour>
- <point x="1820" y="1100" type="line"/>
- <point x="460" y="1100" type="line"/>
- <point x="460" y="736" type="line"/>
- <point x="1820" y="736" type="line"/>
- </contour>
- <component base="I" xOffset="4"/>
- <component base="Yusbigcyrillic" xOffset="840"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3300.0, 'leftMargin': 156, 'rightMargin': 131.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Yuslittlecyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Yuslittlecyrillic_.glif
deleted file mode 100644
index 27d585edc..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Yuslittlecyrillic_.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yuslittlecyrillic" format="1">
- <advance width="2080"/>
- <unicode hex="0466"/>
- <outline>
- <contour>
- <point x="1172" y="1844" type="line"/>
- <point x="1040" y="2004" type="line"/>
- <point x="792" y="2004" type="line"/>
- <point x="92" y="0" type="line"/>
- <point x="580" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1504" y="0" type="line"/>
- <point x="1988" y="0" type="line"/>
- <point x="1288" y="2004" type="line"/>
- <point x="1040" y="2004" type="line"/>
- <point x="900" y="1856" type="line"/>
- </contour>
- <contour>
- <point x="1556" y="876" type="line"/>
- <point x="452" y="876" type="line"/>
- <point x="452" y="568" type="line"/>
- <point x="1556" y="568" type="line"/>
- </contour>
- <contour>
- <point x="1216" y="716" type="line"/>
- <point x="848" y="716" type="line"/>
- <point x="848" y="0" type="line"/>
- <point x="1216" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1921, 'leftMargin': 8, 'rightMargin': 17}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Yuslittleiotifiedcyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Yuslittleiotifiedcyrillic_.glif
deleted file mode 100644
index c858fd87b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Yuslittleiotifiedcyrillic_.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yuslittleiotifiedcyrillic" format="1">
- <advance width="2872"/>
- <unicode hex="0468"/>
- <outline>
- <contour>
- <point x="1360" y="876" type="line"/>
- <point x="508" y="876" type="line"/>
- <point x="508" y="568" type="line"/>
- <point x="1360" y="568" type="line"/>
- </contour>
- <component base="Yuslittlecyrillic" xOffset="776"/>
- <component base="I"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2691, 'leftMargin': 142, 'rightMargin': -39}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_.glif b/src/Inter-UI-Black.ufo/glyphs/Z_.glif
index f83848978..fc6854951 100644
--- a/src/Inter-UI-Black.ufo/glyphs/Z_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_.glif
@@ -1,164 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Z" format="1">
- <advance width="1824"/>
+<glyph name="Z" format="2">
+ <advance width="1824.0"/>
<unicode hex="005A"/>
+ <guideline y="1553.75"/>
+ <guideline x="1680.0" y="1788.0" angle="55.0453"/>
+ <guideline x="124.0" y="276.0" angle="55.0343"/>
+ <guideline x="120.0" y="1664.0" angle="90.0"/>
+ <guideline x="1672.0" y="384.0" angle="90.0"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="916.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1688" y="384" type="line"/>
- <point x="316" y="384" type="line"/>
- <point x="316" y="0" type="line"/>
- <point x="1688" y="0" type="line"/>
+ <point x="1688.0" y="384.0" type="line"/>
+ <point x="316.0" y="384.0" type="line"/>
+ <point x="316.0" y="0.0" type="line"/>
+ <point x="1688.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1688" y="1776" type="line"/>
- <point x="1688" y="2048" type="line"/>
- <point x="1380" y="2048" type="line"/>
- <point x="136" y="272" type="line"/>
- <point x="136" y="0" type="line"/>
- <point x="444" y="0" type="line"/>
+ <point x="1688.0" y="1776.0" type="line"/>
+ <point x="1688.0" y="2048.0" type="line"/>
+ <point x="1380.0" y="2048.0" type="line"/>
+ <point x="136.0" y="272.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1500" y="2048" type="line"/>
- <point x="136" y="2048" type="line"/>
- <point x="136" y="1664" type="line"/>
- <point x="1500" y="1664" type="line"/>
- </contour>
- <contour>
- <point x="916" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="916" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1760" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1760" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1760" y="2200" type="move" name="top0315"/>
+ <point x="1500.0" y="2048.0" type="line"/>
+ <point x="136.0" y="2048.0" type="line"/>
+ <point x="136.0" y="1664.0" type="line"/>
+ <point x="1500.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1553.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>55.0453303694967</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1680</integer>
- <key>y</key>
- <integer>1788</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>55.034266286604115</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>124</integer>
- <key>y</key>
- <integer>276</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>120</integer>
- <key>y</key>
- <integer>1664</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1672</integer>
- <key>y</key>
- <integer>384</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>N</string>
- <key>transformation</key>
- <array>
- <integer>-1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>1952</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Z</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1824</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1715, 'leftMargin': 91, 'rightMargin': 72}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_acute.glif b/src/Inter-UI-Black.ufo/glyphs/Z_acute.glif
new file mode 100644
index 000000000..9ec67af26
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zacute" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0179"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="916.0" y="2200.0" name="parent_top"/>
+ <anchor x="916.0" y="2720.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="acute" xOffset="552.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_bar.glif b/src/Inter-UI-Black.ufo/glyphs/Z_bar.glif
new file mode 100644
index 000000000..b73360670
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_bar.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zbar" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="01B5"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="888.0" y="2200.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="Z"/>
+ <component base="crossbar" xOffset="244.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_caron.glif b/src/Inter-UI-Black.ufo/glyphs/Z_caron.glif
new file mode 100644
index 000000000..2b107e391
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zcaron" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="017D"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="916.0" y="2200.0" name="parent_top"/>
+ <anchor x="916.0" y="2692.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="caron" xOffset="128.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/Z_circumflex.glif
new file mode 100644
index 000000000..472f10b32
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zcircumflex" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1E90"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="916.0" y="2200.0" name="parent_top"/>
+ <anchor x="916.0" y="2664.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="circumflex" xOffset="132.0" yOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/Z_dotaccent.glif
new file mode 100644
index 000000000..242db8aca
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zdotaccent" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="017B"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="916.0" y="2200.0" name="parent_top"/>
+ <anchor x="916.0" y="2720.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="dotaccent" xOffset="516.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/Z_dotbelow.glif
new file mode 100644
index 000000000..051e50916
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zdotbelow" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1E92"/>
+ <anchor x="915.0" y="-507.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="916.0" y="2200.0" name="parent_top"/>
+ <anchor x="916.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="dotbelow" xOffset="1740.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_edescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Z_edescendercyrillic.glif
new file mode 100644
index 000000000..66e792029
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_edescendercyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zedescendercyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0498"/>
+ <anchor x="924.0" y="-16.0" name="bottom"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1812.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10025"/>
+ <component base="cyrillictic" xOffset="524.0" yOffset="-200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_edieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Z_edieresiscyrillic.glif
new file mode 100644
index 000000000..1871836ac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_edieresiscyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zedieresiscyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04DE"/>
+ <anchor x="924.0" y="-16.0" name="bottom"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="916.0" y="2644.0" name="top"/>
+ <anchor x="1812.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10025"/>
+ <component base="dieresis" xOffset="256.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_eta.glif b/src/Inter-UI-Black.ufo/glyphs/Z_eta.glif
new file mode 100644
index 000000000..a7710eac0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_eta.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zeta" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0396"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="916.0" y="2200.0" name="parent_top"/>
+ <anchor x="916.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_hebrevecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Z_hebrevecyrillic.glif
new file mode 100644
index 000000000..836747b03
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_hebrevecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zhebrevecyrillic" format="2">
+ <advance width="3104.0"/>
+ <unicode hex="04C1"/>
+ <anchor x="1544.0" y="2200.0" name="parent_top"/>
+ <anchor x="1544.0" y="2672.0" name="top"/>
+ <anchor x="2992.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10024"/>
+ <component base="breve" xOffset="888.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_hedescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Z_hedescendercyrillic.glif
new file mode 100644
index 000000000..a42dd3f76
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_hedescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zhedescendercyrillic" format="2">
+ <advance width="3360.0"/>
+ <unicode hex="0496"/>
+ <anchor x="2976.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10024" xOffset="64.0"/>
+ <component base="cyrillictic" xOffset="2604.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_hedieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/Z_hedieresiscyrillic.glif
new file mode 100644
index 000000000..043219525
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_hedieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zhedieresiscyrillic" format="2">
+ <advance width="3104.0"/>
+ <unicode hex="04DC"/>
+ <anchor x="1544.0" y="2200.0" name="parent_top"/>
+ <anchor x="1548.0" y="2644.0" name="top"/>
+ <anchor x="2992.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10024"/>
+ <component base="dieresis" xOffset="888.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Z_linebelow.glif b/src/Inter-UI-Black.ufo/glyphs/Z_linebelow.glif
new file mode 100644
index 000000000..561c71347
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/Z_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zlinebelow" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1E94"/>
+ <anchor x="917.0" y="-458.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="916.0" y="2200.0" name="parent_top"/>
+ <anchor x="916.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="macronsubnosp" xOffset="1708.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Zbar_.glif b/src/Inter-UI-Black.ufo/glyphs/Zbar_.glif
deleted file mode 100644
index 87c4a2f22..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Zbar_.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Zbar" format="1">
- <advance width="1824"/>
- <unicode hex="01B5"/>
- <outline>
- <component base="Z"/>
- <component base="crossbar" xOffset="244"/>
- <contour>
- <point x="888" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1732" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1715, 'leftMargin': 120, 'rightMargin': 43}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/Zhedescendercyrillic_.glif b/src/Inter-UI-Black.ufo/glyphs/Zhedescendercyrillic_.glif
deleted file mode 100644
index 078bb1b94..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/Zhedescendercyrillic_.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Zhedescendercyrillic" format="1">
- <advance width="3360"/>
- <unicode hex="0496"/>
- <outline>
- <component base="afii10024" xOffset="64"/>
- <component base="cyrillictic" xOffset="2604"/>
- <contour>
- <point x="2976" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3120, 'leftMargin': 96, 'rightMargin': 15}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/__notdef.glif b/src/Inter-UI-Black.ufo/glyphs/__notdef.glif
deleted file mode 100644
index 17daa1752..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/__notdef.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name=".notdef" format="1">
- <advance width="2848"/>
- <outline>
- <contour>
- <point x="272" y="-640" type="line"/>
- <point x="2576" y="-640" type="line"/>
- <point x="2576" y="-128" type="line"/>
- <point x="272" y="-128" type="line"/>
- </contour>
- <contour>
- <point x="272" y="1472" type="line"/>
- <point x="2576" y="1472" type="line"/>
- <point x="2576" y="1984" type="line"/>
- <point x="272" y="1984" type="line"/>
- </contour>
- <contour>
- <point x="272" y="2176" type="line"/>
- <point x="2576" y="2176" type="line"/>
- <point x="2576" y="2688" type="line"/>
- <point x="272" y="2688" type="line"/>
- </contour>
- <contour>
- <point x="272" y="64" type="line"/>
- <point x="2576" y="64" type="line"/>
- <point x="2576" y="576" type="line"/>
- <point x="272" y="576" type="line"/>
- </contour>
- <contour>
- <point x="272" y="768" type="line"/>
- <point x="2576" y="768" type="line"/>
- <point x="2576" y="1280" type="line"/>
- <point x="272" y="1280" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1249, 'leftMargin': 138, 'rightMargin': 138}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/__null.glif b/src/Inter-UI-Black.ufo/glyphs/__null.glif
deleted file mode 100644
index 18fa4ac31..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/__null.glif
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name=".null" format="1">
- <advance width="0"/>
- <outline>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>1.0</real>
- <real>0.3</real>
- <real>0.3</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/_notdef.glif b/src/Inter-UI-Black.ufo/glyphs/_notdef.glif
new file mode 100644
index 000000000..094516eb6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/_notdef.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name=".notdef" format="2">
+ <advance width="2848.0"/>
+ <outline>
+ <contour>
+ <point x="272.0" y="-640.0" type="line"/>
+ <point x="2576.0" y="-640.0" type="line"/>
+ <point x="2576.0" y="-128.0" type="line"/>
+ <point x="272.0" y="-128.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="272.0" y="1472.0" type="line"/>
+ <point x="2576.0" y="1472.0" type="line"/>
+ <point x="2576.0" y="1984.0" type="line"/>
+ <point x="272.0" y="1984.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="272.0" y="2176.0" type="line"/>
+ <point x="2576.0" y="2176.0" type="line"/>
+ <point x="2576.0" y="2688.0" type="line"/>
+ <point x="272.0" y="2688.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="272.0" y="64.0" type="line"/>
+ <point x="2576.0" y="64.0" type="line"/>
+ <point x="2576.0" y="576.0" type="line"/>
+ <point x="272.0" y="576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="272.0" y="768.0" type="line"/>
+ <point x="2576.0" y="768.0" type="line"/>
+ <point x="2576.0" y="1280.0" type="line"/>
+ <point x="272.0" y="1280.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/_null.glif b/src/Inter-UI-Black.ufo/glyphs/_null.glif
new file mode 100644
index 000000000..a712492aa
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/_null.glif
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name=".null" format="2">
+ <outline>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>1,0.302,0.302,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/a.glif b/src/Inter-UI-Black.ufo/glyphs/a.glif
index e70973a8d..dd484fb81 100644
--- a/src/Inter-UI-Black.ufo/glyphs/a.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/a.glif
@@ -1,147 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="a" format="1">
- <advance width="1552"/>
+<glyph name="a" format="2">
+ <advance width="1552.0"/>
<unicode hex="0061"/>
+ <guideline y="2279.75"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1396.0" y="0.0" name="ogonek"/>
+ <anchor x="780.0" y="1776.0" name="rhalfring"/>
+ <anchor x="1220.0" y="900.0" name="rhotichook"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="944" y="492" type="line" smooth="yes"/>
- <point x="944" y="384"/>
- <point x="824" y="304"/>
- <point x="704" y="304" type="curve" smooth="yes"/>
- <point x="604" y="304"/>
- <point x="540" y="360"/>
- <point x="540" y="444" type="curve" smooth="yes"/>
- <point x="540" y="556"/>
- <point x="600" y="620"/>
- <point x="784" y="640" type="curve" smooth="yes"/>
- <point x="840" y="648"/>
- <point x="920" y="664"/>
- <point x="944" y="688" type="curve"/>
+ <point x="944.0" y="492.0" type="line" smooth="yes"/>
+ <point x="944.0" y="384.0"/>
+ <point x="824.0" y="304.0"/>
+ <point x="704.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="304.0"/>
+ <point x="540.0" y="360.0"/>
+ <point x="540.0" y="444.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="556.0"/>
+ <point x="600.0" y="620.0"/>
+ <point x="784.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="648.0"/>
+ <point x="920.0" y="664.0"/>
+ <point x="944.0" y="688.0" type="curve"/>
</contour>
<contour>
- <point x="968" y="0" type="line"/>
- <point x="1408" y="0" type="line"/>
- <point x="1408" y="1040" type="line" smooth="yes"/>
- <point x="1408" y="1384"/>
- <point x="1144" y="1556"/>
- <point x="788" y="1556" type="curve" smooth="yes"/>
- <point x="416" y="1556"/>
- <point x="168" y="1368"/>
- <point x="120" y="1084" type="curve"/>
- <point x="552" y="1044" type="line"/>
- <point x="568" y="1144"/>
- <point x="664" y="1208"/>
- <point x="768" y="1208" type="curve" smooth="yes"/>
- <point x="880" y="1208"/>
- <point x="944" y="1132"/>
- <point x="944" y="1052" type="curve" smooth="yes"/>
- <point x="944" y="1020" type="line"/>
- <point x="944" y="948"/>
- <point x="824" y="936"/>
- <point x="724" y="928" type="curve" smooth="yes"/>
- <point x="288" y="892"/>
- <point x="96" y="704"/>
- <point x="96" y="432" type="curve" smooth="yes"/>
- <point x="96" y="136"/>
- <point x="320" y="-28"/>
- <point x="584" y="-28" type="curve" smooth="yes"/>
- <point x="776" y="-28"/>
- <point x="892" y="60"/>
- <point x="948" y="156" type="curve"/>
- <point x="968" y="156" type="line"/>
- </contour>
- <contour>
- <point x="780.0" y="1776.0" type="move" name="top"/>
- </contour>
- <contour>
- <point x="776.0" y="0.0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1396.0" y="0.0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="780.0" y="1776.0" type="move" name="rhalfring"/>
- </contour>
- <contour>
- <point x="1544.0" y="2200.0" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1544.0" y="-560.0" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1220.0" y="900.0" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1552.0" y="1776.0" type="move" name="top0315"/>
+ <point x="968.0" y="0.0" type="line"/>
+ <point x="1408.0" y="0.0" type="line"/>
+ <point x="1408.0" y="1040.0" type="line" smooth="yes"/>
+ <point x="1408.0" y="1384.0"/>
+ <point x="1144.0" y="1556.0"/>
+ <point x="788.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1556.0"/>
+ <point x="168.0" y="1368.0"/>
+ <point x="120.0" y="1084.0" type="curve"/>
+ <point x="552.0" y="1044.0" type="line"/>
+ <point x="568.0" y="1144.0"/>
+ <point x="664.0" y="1208.0"/>
+ <point x="768.0" y="1208.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="1208.0"/>
+ <point x="944.0" y="1132.0"/>
+ <point x="944.0" y="1052.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="1020.0" type="line"/>
+ <point x="944.0" y="948.0"/>
+ <point x="824.0" y="936.0"/>
+ <point x="724.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="288.0" y="892.0"/>
+ <point x="96.0" y="704.0"/>
+ <point x="96.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="136.0"/>
+ <point x="320.0" y="-28.0"/>
+ <point x="584.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="-28.0"/>
+ <point x="892.0" y="60.0"/>
+ <point x="948.0" y="156.0" type="curve"/>
+ <point x="968.0" y="156.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>s</string>
- <key>transformation</key>
- <array>
- <integer>-1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>1540</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>a</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1552</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1500, 'leftMargin': 73, 'rightMargin': 73}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/a_uni02DE__.glif b/src/Inter-UI-Black.ufo/glyphs/a_uni02DE__.glif
deleted file mode 100644
index 616534aa9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/a_uni02DE__.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="a_uni02DE" format="1">
- <advance width="2308"/>
- <outline>
- <component base="a"/>
- <component base="rhotichookmod" xOffset="1424"/>
- <contour>
- <point x="660" y="32" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="788" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2128" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="660" y="32" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1516" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1372" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1516" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="792" y="1776" type="move" name="rhalfring"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2109, 'leftMargin': 92, 'rightMargin': -150}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/a_uni02D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/a_uni02D_E_.glif
new file mode 100644
index 000000000..4d3fa140e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/a_uni02D_E_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="a_uni02DE" format="2">
+ <advance width="2308.0"/>
+ <anchor x="660.0" y="32.0" name="bottom"/>
+ <anchor x="1516.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="660.0" y="32.0" name="markbottom"/>
+ <anchor x="1372.0" y="0.0" name="ogonek"/>
+ <anchor x="792.0" y="1776.0" name="rhalfring"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="2128.0" y="1776.0" name="top0315"/>
+ <anchor x="1516.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="rhotichookmod" xOffset="1424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aacute.glif b/src/Inter-UI-Black.ufo/glyphs/aacute.glif
new file mode 100644
index 000000000..d90d6fa10
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aacute" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="00E1"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2296.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="acute" xOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/abreve.glif b/src/Inter-UI-Black.ufo/glyphs/abreve.glif
new file mode 100644
index 000000000..dda812d18
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/abreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abreve" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0103"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2248.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breve" xOffset="124.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/abreveacute.glif b/src/Inter-UI-Black.ufo/glyphs/abreveacute.glif
new file mode 100644
index 000000000..071f8d7b4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/abreveacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abreveacute" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EAF"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breveacutecomb.cn" xOffset="120.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/abrevecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/abrevecyrillic.glif
new file mode 100644
index 000000000..3a28431cf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/abrevecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevecyrillic" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="04D1"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2248.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breve" xOffset="124.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/abrevedotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/abrevedotbelow.glif
new file mode 100644
index 000000000..4b96cd36a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/abrevedotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevedotbelow" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EB7"/>
+ <anchor x="775.0" y="-523.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2248.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breve" xOffset="124.0"/>
+ <component base="dotbelow" xOffset="1600.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/abrevegrave.glif b/src/Inter-UI-Black.ufo/glyphs/abrevegrave.glif
new file mode 100644
index 000000000..63c341453
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/abrevegrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevegrave" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EB1"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="brevegravecomb.cn" xOffset="120.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/abrevehookabove.glif b/src/Inter-UI-Black.ufo/glyphs/abrevehookabove.glif
new file mode 100644
index 000000000..9db99c18b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/abrevehookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevehookabove" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EB3"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="brevehookcomb.cn" xOffset="116.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/abrevetilde.glif b/src/Inter-UI-Black.ufo/glyphs/abrevetilde.glif
new file mode 100644
index 000000000..e66411999
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/abrevetilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevetilde" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EB5"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="brevetildecomb.cn" xOffset="116.0" yOffset="-12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acaron.glif b/src/Inter-UI-Black.ufo/glyphs/acaron.glif
new file mode 100644
index 000000000..03aebb3cc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/acaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acaron" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="01CE"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2268.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="caron" xOffset="-8.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/accountof.glif b/src/Inter-UI-Black.ufo/glyphs/accountof.glif
index d1457f92e..e7e2b972b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/accountof.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/accountof.glif
@@ -1,108 +1,105 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="accountof" format="1">
- <advance width="2336"/>
+<glyph name="accountof" format="2">
+ <advance width="2336.0"/>
<unicode hex="2100"/>
<outline>
<contour>
- <point x="684" y="1328" type="line" name="hr00"/>
- <point x="684" y="1244"/>
- <point x="696" y="1156"/>
- <point x="724" y="1100" type="curve"/>
- <point x="992" y="1100" type="line"/>
- <point x="992" y="1116" type="line"/>
- <point x="968" y="1160"/>
- <point x="956" y="1212"/>
- <point x="956" y="1332" type="curve" smooth="yes"/>
- <point x="956" y="1700" type="line" smooth="yes"/>
- <point x="956" y="1916"/>
- <point x="796" y="2024"/>
- <point x="584" y="2024" type="curve" smooth="yes"/>
- <point x="344" y="2024"/>
- <point x="188" y="1896"/>
- <point x="188" y="1728" type="curve"/>
- <point x="460" y="1728" type="line"/>
- <point x="460" y="1796"/>
- <point x="496" y="1824"/>
- <point x="564" y="1824" type="curve" smooth="yes"/>
- <point x="648" y="1824"/>
- <point x="684" y="1780"/>
- <point x="684" y="1704" type="curve" smooth="yes"/>
+ <point x="684.0" y="1328.0" type="line"/>
+ <point x="684.0" y="1244.0"/>
+ <point x="696.0" y="1156.0"/>
+ <point x="724.0" y="1100.0" type="curve"/>
+ <point x="992.0" y="1100.0" type="line"/>
+ <point x="992.0" y="1116.0" type="line"/>
+ <point x="968.0" y="1160.0"/>
+ <point x="956.0" y="1212.0"/>
+ <point x="956.0" y="1332.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1700.0" type="line" smooth="yes"/>
+ <point x="956.0" y="1916.0"/>
+ <point x="796.0" y="2024.0"/>
+ <point x="584.0" y="2024.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="2024.0"/>
+ <point x="188.0" y="1896.0"/>
+ <point x="188.0" y="1728.0" type="curve"/>
+ <point x="460.0" y="1728.0" type="line"/>
+ <point x="460.0" y="1796.0"/>
+ <point x="496.0" y="1824.0"/>
+ <point x="564.0" y="1824.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="1824.0"/>
+ <point x="684.0" y="1780.0"/>
+ <point x="684.0" y="1704.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="460" y="1084" type="curve" smooth="yes"/>
- <point x="632" y="1084"/>
- <point x="716" y="1192"/>
- <point x="760" y="1280" type="curve"/>
- <point x="696" y="1396" type="line"/>
- <point x="696" y="1348"/>
- <point x="636" y="1284"/>
- <point x="540" y="1284" type="curve" smooth="yes"/>
- <point x="476" y="1284"/>
- <point x="436" y="1320"/>
- <point x="436" y="1372" type="curve" smooth="yes"/>
- <point x="436" y="1440"/>
- <point x="480" y="1504"/>
- <point x="592" y="1504" type="curve" smooth="yes"/>
- <point x="720" y="1504" type="line"/>
- <point x="720" y="1656" type="line"/>
- <point x="592" y="1656" type="line" smooth="yes"/>
- <point x="304" y="1656"/>
- <point x="168" y="1544"/>
- <point x="168" y="1356" type="curve" smooth="yes"/>
- <point x="168" y="1188"/>
- <point x="288" y="1084"/>
+ <point x="460.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="1084.0"/>
+ <point x="716.0" y="1192.0"/>
+ <point x="760.0" y="1280.0" type="curve"/>
+ <point x="696.0" y="1396.0" type="line"/>
+ <point x="696.0" y="1348.0"/>
+ <point x="636.0" y="1284.0"/>
+ <point x="540.0" y="1284.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="1284.0"/>
+ <point x="436.0" y="1320.0"/>
+ <point x="436.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="1440.0"/>
+ <point x="480.0" y="1504.0"/>
+ <point x="592.0" y="1504.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="1504.0" type="line"/>
+ <point x="720.0" y="1656.0" type="line"/>
+ <point x="592.0" y="1656.0" type="line" smooth="yes"/>
+ <point x="304.0" y="1656.0"/>
+ <point x="168.0" y="1544.0"/>
+ <point x="168.0" y="1356.0" type="curve" smooth="yes"/>
+ <point x="168.0" y="1188.0"/>
+ <point x="288.0" y="1084.0"/>
</contour>
<contour>
- <point x="1760" y="-28" type="curve" smooth="yes"/>
- <point x="2036" y="-28"/>
- <point x="2172" y="148"/>
- <point x="2172" y="340" type="curve"/>
- <point x="1884" y="340" type="line"/>
- <point x="1884" y="288"/>
- <point x="1844" y="224"/>
- <point x="1760" y="224" type="curve" smooth="yes"/>
- <point x="1672" y="224"/>
- <point x="1628" y="300"/>
- <point x="1628" y="384" type="curve" smooth="yes"/>
- <point x="1628" y="492" type="line" smooth="yes"/>
- <point x="1628" y="576"/>
- <point x="1668" y="652"/>
- <point x="1756" y="652" type="curve" smooth="yes"/>
- <point x="1844" y="652"/>
- <point x="1884" y="588"/>
- <point x="1884" y="532" type="curve"/>
- <point x="2172" y="532" type="line"/>
- <point x="2172" y="728"/>
- <point x="2036" y="904"/>
- <point x="1756" y="904" type="curve" smooth="yes"/>
- <point x="1484" y="904"/>
- <point x="1344" y="716"/>
- <point x="1344" y="492" type="curve" smooth="yes"/>
- <point x="1344" y="384" type="line" smooth="yes"/>
- <point x="1344" y="160"/>
- <point x="1484" y="-28"/>
+ <point x="1760.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2036.0" y="-28.0"/>
+ <point x="2172.0" y="148.0"/>
+ <point x="2172.0" y="340.0" type="curve"/>
+ <point x="1884.0" y="340.0" type="line"/>
+ <point x="1884.0" y="288.0"/>
+ <point x="1844.0" y="224.0"/>
+ <point x="1760.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="1672.0" y="224.0"/>
+ <point x="1628.0" y="300.0"/>
+ <point x="1628.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1628.0" y="576.0"/>
+ <point x="1668.0" y="652.0"/>
+ <point x="1756.0" y="652.0" type="curve" smooth="yes"/>
+ <point x="1844.0" y="652.0"/>
+ <point x="1884.0" y="588.0"/>
+ <point x="1884.0" y="532.0" type="curve"/>
+ <point x="2172.0" y="532.0" type="line"/>
+ <point x="2172.0" y="728.0"/>
+ <point x="2036.0" y="904.0"/>
+ <point x="1756.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="904.0"/>
+ <point x="1344.0" y="716.0"/>
+ <point x="1344.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1344.0" y="160.0"/>
+ <point x="1484.0" y="-28.0"/>
</contour>
<contour>
- <point x="1836" y="1716" type="line"/>
- <point x="1628" y="1824" type="line"/>
- <point x="648" y="260" type="line"/>
- <point x="860" y="152" type="line"/>
+ <point x="1836.0" y="1716.0" type="line"/>
+ <point x="1628.0" y="1824.0" type="line"/>
+ <point x="648.0" y="260.0" type="line"/>
+ <point x="860.0" y="152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2285, 'leftMargin': 140, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.22</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/acircumflex.glif
new file mode 100644
index 000000000..d166decec
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/acircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflex" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="00E2"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2240.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflex" xOffset="-4.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acircumflexacute.glif b/src/Inter-UI-Black.ufo/glyphs/acircumflexacute.glif
new file mode 100644
index 000000000..269d8c365
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/acircumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflexacute" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EA5"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflexacutecomb.cn" xOffset="224.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acircumflexdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/acircumflexdotbelow.glif
new file mode 100644
index 000000000..81915a6f9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/acircumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflexdotbelow" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EAD"/>
+ <anchor x="775.0" y="-523.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2240.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflex" xOffset="-4.0" yOffset="-16.0"/>
+ <component base="dotbelow" xOffset="1600.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acircumflexgrave.glif b/src/Inter-UI-Black.ufo/glyphs/acircumflexgrave.glif
new file mode 100644
index 000000000..7e0d43229
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/acircumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflexgrave" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EA7"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflexgravecomb.cn" xOffset="-236.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acircumflexhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/acircumflexhookabove.glif
new file mode 100644
index 000000000..7ac7b5f03
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/acircumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflexhookabove" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EA9"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflexhookcomb.cn" xOffset="128.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acircumflextilde.glif b/src/Inter-UI-Black.ufo/glyphs/acircumflextilde.glif
new file mode 100644
index 000000000..af3a60782
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/acircumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflextilde" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EAB"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflextildecomb.cn" xOffset="-4.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acute.glif b/src/Inter-UI-Black.ufo/glyphs/acute.glif
index fdc72f4b3..fdf329549 100644
--- a/src/Inter-UI-Black.ufo/glyphs/acute.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/acute.glif
@@ -1,32 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acute" format="1">
- <advance width="1056"/>
+<glyph name="acute" format="2">
+ <advance width="1056.0"/>
<unicode hex="00B4"/>
+ <anchor x="364.0" y="1776.0" name="_top"/>
+ <anchor x="364.0" y="2296.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="156" y="1680" type="line"/>
- <point x="520" y="1680" type="line"/>
- <point x="900" y="2112" type="line"/>
- <point x="428" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="364" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="364" y="2296" type="move" name="mkmktop_acc"/>
+ <point x="156.0" y="1680.0" type="line"/>
+ <point x="520.0" y="1680.0" type="line"/>
+ <point x="900.0" y="2112.0" type="line"/>
+ <point x="428.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 946.0, 'leftMargin': 129, 'rightMargin': 74.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acutecomb.glif b/src/Inter-UI-Black.ufo/glyphs/acutecomb.glif
index 8897d07b5..5761fc687 100644
--- a/src/Inter-UI-Black.ufo/glyphs/acutecomb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/acutecomb.glif
@@ -1,36 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutecomb" format="1">
- <advance width="0"/>
+<glyph name="acutecomb" format="2">
<unicode hex="0301"/>
+ <anchor x="-726.0" y="1774.0" name="_marktop"/>
+ <anchor x="-726.0" y="1774.0" name="_top"/>
+ <anchor x="-726.0" y="2296.0" name="mkmktop"/>
+ <anchor x="-575.0" y="1896.0" name="parent_top"/>
<outline>
<contour>
- <point x="-726" y="1774" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-726" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-726" y="2296" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-575" y="1896" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-946" y="1680" type="line"/>
- <point x="-586" y="1680" type="line"/>
- <point x="-204" y="2112" type="line"/>
- <point x="-675" y="2112" type="line"/>
+ <point x="-946.0" y="1680.0" type="line"/>
+ <point x="-586.0" y="1680.0" type="line"/>
+ <point x="-204.0" y="2112.0" type="line"/>
+ <point x="-675.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acutedblnosp.glif b/src/Inter-UI-Black.ufo/glyphs/acutedblnosp.glif
index 984ff2b02..b07a774d0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/acutedblnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/acutedblnosp.glif
@@ -1,29 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutedblnosp" format="1">
- <advance width="0"/>
+<glyph name="acutedblnosp" format="2">
<unicode hex="030B"/>
+ <anchor x="-909.0" y="1774.0" name="_marktop"/>
+ <anchor x="-909.0" y="2255.0" name="mkmktop"/>
+ <anchor x="-806.0" y="1896.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-909" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-806" y="1896" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-909" y="2255" type="move" name="mkmktop"/>
- </contour>
- <component base="acute" xOffset="-1650"/>
- <component base="acute" xOffset="-963"/>
+ <component base="acute" xOffset="-1650.0"/>
+ <component base="acute" xOffset="-963.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.cn.glif
new file mode 100644
index 000000000..904904991
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.cn.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acutedotcomb.cn" format="2">
+ <anchor x="-749.0" y="1847.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-846.0" y="1789.0" type="line"/>
+ <point x="-616.0" y="1789.0" type="line"/>
+ <point x="-348.0" y="2138.0" type="line"/>
+ <point x="-648.0" y="2138.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1217.0" y="2113.0" type="curve" smooth="yes"/>
+ <point x="-1217.0" y="2020.0"/>
+ <point x="-1139.0" y="1948.0"/>
+ <point x="-1022.0" y="1948.0" type="curve" smooth="yes"/>
+ <point x="-906.0" y="1948.0"/>
+ <point x="-828.0" y="2020.0"/>
+ <point x="-828.0" y="2113.0" type="curve" smooth="yes"/>
+ <point x="-828.0" y="2206.0"/>
+ <point x="-906.0" y="2278.0"/>
+ <point x="-1022.0" y="2278.0" type="curve" smooth="yes"/>
+ <point x="-1139.0" y="2278.0"/>
+ <point x="-1217.0" y="2206.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.glif b/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.glif
deleted file mode 100644
index 90a188b27..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutedotcomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-749" y="1847" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-846" y="1789" type="line"/>
- <point x="-616" y="1789" type="line"/>
- <point x="-348" y="2138" type="line"/>
- <point x="-648" y="2138" type="line"/>
- </contour>
- <contour>
- <point x="-1217" y="2113" type="curve" smooth="yes"/>
- <point x="-1217" y="2020"/>
- <point x="-1139" y="1948"/>
- <point x="-1022" y="1948" type="curve" smooth="yes"/>
- <point x="-906" y="1948"/>
- <point x="-828" y="2020"/>
- <point x="-828" y="2113" type="curve" smooth="yes"/>
- <point x="-828" y="2206"/>
- <point x="-906" y="2278"/>
- <point x="-1022" y="2278" type="curve" smooth="yes"/>
- <point x="-1139" y="2278"/>
- <point x="-1217" y="2206"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.lc.glif
index 6cc301442..796752e42 100644
--- a/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/acutedotcomb.lc.glif
@@ -1,43 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutedotcomb.lc" format="1">
- <advance width="0"/>
+<glyph name="acutedotcomb.lc" format="2">
+ <anchor x="-749.0" y="1774.0" name="_top"/>
+ <anchor x="-749.0" y="2816.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-749" y="1774" type="move" name="_top"/>
+ <point x="-954.0" y="1680.0" type="line"/>
+ <point x="-594.0" y="1680.0" type="line"/>
+ <point x="-212.0" y="2112.0" type="line"/>
+ <point x="-683.0" y="2112.0" type="line"/>
</contour>
<contour>
- <point x="-749" y="2816" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-954" y="1680" type="line"/>
- <point x="-594" y="1680" type="line"/>
- <point x="-212" y="2112" type="line"/>
- <point x="-683" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="-971" y="2449" type="curve" smooth="yes"/>
- <point x="-971" y="2332"/>
- <point x="-883" y="2248"/>
- <point x="-751" y="2248" type="curve" smooth="yes"/>
- <point x="-619" y="2248"/>
- <point x="-531" y="2332"/>
- <point x="-531" y="2449" type="curve" smooth="yes"/>
- <point x="-531" y="2567"/>
- <point x="-619" y="2651"/>
- <point x="-751" y="2651" type="curve" smooth="yes"/>
- <point x="-883" y="2651"/>
- <point x="-971" y="2567"/>
+ <point x="-971.0" y="2449.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="2332.0"/>
+ <point x="-883.0" y="2248.0"/>
+ <point x="-751.0" y="2248.0" type="curve" smooth="yes"/>
+ <point x="-619.0" y="2248.0"/>
+ <point x="-531.0" y="2332.0"/>
+ <point x="-531.0" y="2449.0" type="curve" smooth="yes"/>
+ <point x="-531.0" y="2567.0"/>
+ <point x="-619.0" y="2651.0"/>
+ <point x="-751.0" y="2651.0" type="curve" smooth="yes"/>
+ <point x="-883.0" y="2651.0"/>
+ <point x="-971.0" y="2567.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acutelowmod.glif b/src/Inter-UI-Black.ufo/glyphs/acutelowmod.glif
index 3597c2d85..09f3b6497 100644
--- a/src/Inter-UI-Black.ufo/glyphs/acutelowmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/acutelowmod.glif
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutelowmod" format="1">
- <advance width="1056"/>
+<glyph name="acutelowmod" format="2">
+ <advance width="1056.0"/>
<unicode hex="02CF"/>
<outline>
- <component base="acute" xOffset="12" yOffset="-2200"/>
+ <component base="acute" xOffset="12.0" yOffset="-2200.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 972, 'leftMargin': 101, 'rightMargin': 128}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acuterightnosp.glif b/src/Inter-UI-Black.ufo/glyphs/acuterightnosp.glif
index b2efb338f..6a7ec5630 100644
--- a/src/Inter-UI-Black.ufo/glyphs/acuterightnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/acuterightnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acuterightnosp" format="1">
- <advance width="0"/>
+<glyph name="acuterightnosp" format="2">
<unicode hex="0341"/>
+ <anchor x="-144.0" y="1774.0" name="_marktop"/>
+ <anchor x="-144.0" y="2296.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-144" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-144" y="2296" type="move" name="mkmktop"/>
- </contour>
- <component base="acute" xOffset="-512"/>
+ <component base="acute" xOffset="-512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/acutesubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/acutesubnosp.glif
index 6bcc40fd2..96b5427e3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/acutesubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/acutesubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutesubnosp" format="1">
- <advance width="0"/>
+<glyph name="acutesubnosp" format="2">
<unicode hex="0317"/>
+ <anchor x="-843.0" y="0.0" name="_markbottom"/>
+ <anchor x="-843.0" y="-536.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-843" y="-536" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-843" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="acute" xOffset="-1306" yOffset="-2217"/>
+ <component base="acute" xOffset="-1306.0" yOffset="-2217.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/adblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/adblgrave.glif
new file mode 100644
index 000000000..ac41d5c5d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/adblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adblgrave" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0201"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2257.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dblgravecmb" xOffset="1428.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/addresssubject.glif b/src/Inter-UI-Black.ufo/glyphs/addresssubject.glif
index bc9e0228d..824b5cf9b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/addresssubject.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/addresssubject.glif
@@ -1,115 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="addresssubject" format="1">
- <advance width="2336"/>
+<glyph name="addresssubject" format="2">
+ <advance width="2336.0"/>
<unicode hex="2101"/>
<outline>
<contour>
- <point x="704" y="1328" type="line"/>
- <point x="704" y="1244"/>
- <point x="716" y="1156"/>
- <point x="744" y="1100" type="curve"/>
- <point x="1012" y="1100" type="line"/>
- <point x="1012" y="1116" type="line"/>
- <point x="988" y="1160"/>
- <point x="976" y="1212"/>
- <point x="976" y="1332" type="curve" smooth="yes"/>
- <point x="976" y="1700" type="line" smooth="yes"/>
- <point x="976" y="1916"/>
- <point x="816" y="2024"/>
- <point x="604" y="2024" type="curve" smooth="yes"/>
- <point x="364" y="2024"/>
- <point x="208" y="1896"/>
- <point x="208" y="1728" type="curve"/>
- <point x="480" y="1728" type="line"/>
- <point x="480" y="1796"/>
- <point x="516" y="1824"/>
- <point x="584" y="1824" type="curve" smooth="yes"/>
- <point x="668" y="1824"/>
- <point x="704" y="1780"/>
- <point x="704" y="1704" type="curve" smooth="yes"/>
+ <point x="704.0" y="1328.0" type="line"/>
+ <point x="704.0" y="1244.0"/>
+ <point x="716.0" y="1156.0"/>
+ <point x="744.0" y="1100.0" type="curve"/>
+ <point x="1012.0" y="1100.0" type="line"/>
+ <point x="1012.0" y="1116.0" type="line"/>
+ <point x="988.0" y="1160.0"/>
+ <point x="976.0" y="1212.0"/>
+ <point x="976.0" y="1332.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1700.0" type="line" smooth="yes"/>
+ <point x="976.0" y="1916.0"/>
+ <point x="816.0" y="2024.0"/>
+ <point x="604.0" y="2024.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="2024.0"/>
+ <point x="208.0" y="1896.0"/>
+ <point x="208.0" y="1728.0" type="curve"/>
+ <point x="480.0" y="1728.0" type="line"/>
+ <point x="480.0" y="1796.0"/>
+ <point x="516.0" y="1824.0"/>
+ <point x="584.0" y="1824.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="1824.0"/>
+ <point x="704.0" y="1780.0"/>
+ <point x="704.0" y="1704.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="480" y="1084" type="curve" smooth="yes"/>
- <point x="652" y="1084"/>
- <point x="736" y="1192"/>
- <point x="780" y="1280" type="curve"/>
- <point x="716" y="1396" type="line"/>
- <point x="716" y="1348"/>
- <point x="656" y="1284"/>
- <point x="560" y="1284" type="curve" smooth="yes"/>
- <point x="496" y="1284"/>
- <point x="456" y="1320"/>
- <point x="456" y="1372" type="curve" smooth="yes"/>
- <point x="456" y="1440"/>
- <point x="500" y="1504"/>
- <point x="612" y="1504" type="curve" smooth="yes"/>
- <point x="740" y="1504" type="line"/>
- <point x="740" y="1656" type="line"/>
- <point x="612" y="1656" type="line" smooth="yes"/>
- <point x="324" y="1656"/>
- <point x="188" y="1544"/>
- <point x="188" y="1356" type="curve" smooth="yes"/>
- <point x="188" y="1188"/>
- <point x="308" y="1084"/>
+ <point x="480.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="1084.0"/>
+ <point x="736.0" y="1192.0"/>
+ <point x="780.0" y="1280.0" type="curve"/>
+ <point x="716.0" y="1396.0" type="line"/>
+ <point x="716.0" y="1348.0"/>
+ <point x="656.0" y="1284.0"/>
+ <point x="560.0" y="1284.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1284.0"/>
+ <point x="456.0" y="1320.0"/>
+ <point x="456.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1440.0"/>
+ <point x="500.0" y="1504.0"/>
+ <point x="612.0" y="1504.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="1504.0" type="line"/>
+ <point x="740.0" y="1656.0" type="line"/>
+ <point x="612.0" y="1656.0" type="line" smooth="yes"/>
+ <point x="324.0" y="1656.0"/>
+ <point x="188.0" y="1544.0"/>
+ <point x="188.0" y="1356.0" type="curve" smooth="yes"/>
+ <point x="188.0" y="1188.0"/>
+ <point x="308.0" y="1084.0"/>
</contour>
<contour>
- <point x="1760" y="-28" type="curve" smooth="yes"/>
- <point x="2000" y="-28"/>
- <point x="2152" y="92"/>
- <point x="2152" y="252" type="curve" smooth="yes"/>
- <point x="2152" y="416"/>
- <point x="2036" y="496"/>
- <point x="1824" y="536" type="curve" smooth="yes"/>
- <point x="1668" y="564"/>
- <point x="1644" y="600"/>
- <point x="1644" y="640" type="curve" smooth="yes"/>
- <point x="1644" y="692"/>
- <point x="1692" y="728"/>
- <point x="1760" y="728" type="curve" smooth="yes"/>
- <point x="1844" y="728"/>
- <point x="1880" y="688"/>
- <point x="1880" y="616" type="curve"/>
- <point x="2152" y="616" type="line"/>
- <point x="2152" y="792"/>
- <point x="2000" y="912"/>
- <point x="1760" y="912" type="curve" smooth="yes"/>
- <point x="1524" y="912"/>
- <point x="1388" y="780"/>
- <point x="1388" y="628" type="curve" smooth="yes"/>
- <point x="1388" y="472"/>
- <point x="1508" y="392"/>
- <point x="1712" y="352" type="curve" smooth="yes"/>
- <point x="1856" y="324"/>
- <point x="1892" y="284"/>
- <point x="1892" y="244" type="curve" smooth="yes"/>
- <point x="1892" y="192"/>
- <point x="1848" y="160"/>
- <point x="1764" y="160" type="curve" smooth="yes"/>
- <point x="1680" y="160"/>
- <point x="1616" y="192"/>
- <point x="1616" y="280" type="curve"/>
- <point x="1360" y="280" type="line"/>
- <point x="1360" y="136"/>
- <point x="1500" y="-28"/>
+ <point x="1760.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2000.0" y="-28.0"/>
+ <point x="2152.0" y="92.0"/>
+ <point x="2152.0" y="252.0" type="curve" smooth="yes"/>
+ <point x="2152.0" y="416.0"/>
+ <point x="2036.0" y="496.0"/>
+ <point x="1824.0" y="536.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="564.0"/>
+ <point x="1644.0" y="600.0"/>
+ <point x="1644.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="692.0"/>
+ <point x="1692.0" y="728.0"/>
+ <point x="1760.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1844.0" y="728.0"/>
+ <point x="1880.0" y="688.0"/>
+ <point x="1880.0" y="616.0" type="curve"/>
+ <point x="2152.0" y="616.0" type="line"/>
+ <point x="2152.0" y="792.0"/>
+ <point x="2000.0" y="912.0"/>
+ <point x="1760.0" y="912.0" type="curve" smooth="yes"/>
+ <point x="1524.0" y="912.0"/>
+ <point x="1388.0" y="780.0"/>
+ <point x="1388.0" y="628.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="472.0"/>
+ <point x="1508.0" y="392.0"/>
+ <point x="1712.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="1856.0" y="324.0"/>
+ <point x="1892.0" y="284.0"/>
+ <point x="1892.0" y="244.0" type="curve" smooth="yes"/>
+ <point x="1892.0" y="192.0"/>
+ <point x="1848.0" y="160.0"/>
+ <point x="1764.0" y="160.0" type="curve" smooth="yes"/>
+ <point x="1680.0" y="160.0"/>
+ <point x="1616.0" y="192.0"/>
+ <point x="1616.0" y="280.0" type="curve"/>
+ <point x="1360.0" y="280.0" type="line"/>
+ <point x="1360.0" y="136.0"/>
+ <point x="1500.0" y="-28.0"/>
</contour>
<contour>
- <point x="1840" y="1716" type="line"/>
- <point x="1628" y="1824" type="line"/>
- <point x="652" y="260" type="line"/>
- <point x="860" y="152" type="line"/>
+ <point x="1840.0" y="1716.0" type="line"/>
+ <point x="1628.0" y="1824.0" type="line"/>
+ <point x="652.0" y="260.0" type="line"/>
+ <point x="860.0" y="152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2244.0, 'leftMargin': 140, 'rightMargin': 140.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/adieresis.glif b/src/Inter-UI-Black.ufo/glyphs/adieresis.glif
index af92860ae..e1b9558c5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/adieresis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/adieresis.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="adieresis" format="1">
- <advance width="1560"/>
+<glyph name="adieresis" format="2">
+ <advance width="1560.0"/>
<unicode hex="00E4"/>
<outline>
- <component base="dieresis" xOffset="128"/>
+ <component base="dieresis" xOffset="128.0"/>
<component base="a"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/adieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/adieresiscyrillic.glif
new file mode 100644
index 000000000..d655eda6b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/adieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adieresiscyrillic" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="04D3"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="784.0" y="2220.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dieresis" xOffset="124.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/adieresismacron.glif b/src/Inter-UI-Black.ufo/glyphs/adieresismacron.glif
new file mode 100644
index 000000000..6c98c3ebd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/adieresismacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adieresismacron" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="01DF"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2648.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dieresismacroncomb.lc" xOffset="1572.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/adotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/adotbelow.glif
new file mode 100644
index 000000000..32aaf7821
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/adotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adotbelow" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EA1"/>
+ <anchor x="775.0" y="-523.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dotbelow" xOffset="1600.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/adotmacron.glif b/src/Inter-UI-Black.ufo/glyphs/adotmacron.glif
new file mode 100644
index 000000000..36f548e9d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/adotmacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adotmacron" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="01E1"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2728.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dotmacroncomb.lc" xOffset="1572.0" yOffset="34.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ae.glif b/src/Inter-UI-Black.ufo/glyphs/ae.glif
index dcb5a2347..84d19668b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ae.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ae.glif
@@ -1,155 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ae" format="1">
- <advance width="2444"/>
+<glyph name="ae" format="2">
+ <advance width="2444.0"/>
<unicode hex="00E6"/>
+ <guideline y="1146.75"/>
+ <anchor x="1244.0" y="1776.0" name="top"/>
+ <anchor x="2476.0" y="1776.0" name="top0315"/>
+ <anchor x="2476.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="952" y="492" type="line" smooth="yes"/>
- <point x="952" y="384"/>
- <point x="832" y="304"/>
- <point x="712" y="304" type="curve" smooth="yes"/>
- <point x="612" y="304"/>
- <point x="548" y="360"/>
- <point x="548" y="444" type="curve" smooth="yes"/>
- <point x="548" y="556"/>
- <point x="608" y="620"/>
- <point x="792" y="640" type="curve" smooth="yes"/>
- <point x="848" y="648"/>
- <point x="928" y="664"/>
- <point x="952" y="688" type="curve"/>
+ <point x="952.0" y="492.0" type="line" smooth="yes"/>
+ <point x="952.0" y="384.0"/>
+ <point x="832.0" y="304.0"/>
+ <point x="712.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="304.0"/>
+ <point x="548.0" y="360.0"/>
+ <point x="548.0" y="444.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="556.0"/>
+ <point x="608.0" y="620.0"/>
+ <point x="792.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="648.0"/>
+ <point x="928.0" y="664.0"/>
+ <point x="952.0" y="688.0" type="curve"/>
</contour>
<contour>
- <point x="128" y="1084" type="curve"/>
- <point x="552" y="1020" type="line"/>
- <point x="580" y="1128"/>
- <point x="656" y="1192"/>
- <point x="764" y="1192" type="curve" smooth="yes"/>
- <point x="868" y="1192"/>
- <point x="952" y="1132"/>
- <point x="952" y="1052" type="curve" smooth="yes"/>
- <point x="952" y="1020" type="line"/>
- <point x="952" y="948"/>
- <point x="832" y="936"/>
- <point x="732" y="928" type="curve" smooth="yes"/>
- <point x="296" y="892"/>
- <point x="104" y="704"/>
- <point x="104" y="432" type="curve" smooth="yes"/>
- <point x="104" y="100"/>
- <point x="392" y="-28"/>
- <point x="672" y="-28" type="curve" smooth="yes"/>
- <point x="972" y="-28"/>
- <point x="1112" y="120"/>
- <point x="1140" y="192" type="curve"/>
- <point x="1220" y="192" type="line"/>
- <point x="1300" y="1372" type="line"/>
- <point x="1188" y="1496"/>
- <point x="1008" y="1556"/>
- <point x="796" y="1556" type="curve" smooth="yes"/>
- <point x="424" y="1556"/>
- <point x="176" y="1368"/>
+ <point x="128.0" y="1084.0" type="curve"/>
+ <point x="552.0" y="1020.0" type="line"/>
+ <point x="580.0" y="1128.0"/>
+ <point x="656.0" y="1192.0"/>
+ <point x="764.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="868.0" y="1192.0"/>
+ <point x="952.0" y="1132.0"/>
+ <point x="952.0" y="1052.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="1020.0" type="line"/>
+ <point x="952.0" y="948.0"/>
+ <point x="832.0" y="936.0"/>
+ <point x="732.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="296.0" y="892.0"/>
+ <point x="104.0" y="704.0"/>
+ <point x="104.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="100.0"/>
+ <point x="392.0" y="-28.0"/>
+ <point x="672.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="-28.0"/>
+ <point x="1112.0" y="120.0"/>
+ <point x="1140.0" y="192.0" type="curve"/>
+ <point x="1220.0" y="192.0" type="line"/>
+ <point x="1300.0" y="1372.0" type="line"/>
+ <point x="1188.0" y="1496.0"/>
+ <point x="1008.0" y="1556.0"/>
+ <point x="796.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="1556.0"/>
+ <point x="176.0" y="1368.0"/>
</contour>
<contour>
- <point x="2336" y="432" type="curve"/>
- <point x="1932" y="540" type="line"/>
- <point x="1900" y="448"/>
- <point x="1840" y="340"/>
- <point x="1656" y="340" type="curve" smooth="yes"/>
- <point x="1428" y="340"/>
- <point x="1336" y="504"/>
- <point x="1336" y="744" type="curve"/>
- <point x="1336" y="1020"/>
- <point x="1440" y="1192"/>
- <point x="1644" y="1192" type="curve" smooth="yes"/>
- <point x="1824" y="1192"/>
- <point x="1920" y="1080"/>
- <point x="1920" y="936" type="curve"/>
- <point x="1204" y="868" type="line"/>
- <point x="1204" y="576" type="line"/>
- <point x="2348" y="692" type="line"/>
- <point x="2348" y="832" type="line" smooth="yes"/>
- <point x="2348" y="1288"/>
- <point x="2072" y="1556"/>
- <point x="1648" y="1556" type="curve" smooth="yes"/>
- <point x="1392" y="1556"/>
- <point x="1188" y="1448"/>
- <point x="1060" y="1272" type="curve"/>
- <point x="1060" y="340" type="line"/>
- <point x="1180" y="112"/>
- <point x="1344" y="-28"/>
- <point x="1660" y="-28" type="curve"/>
- <point x="2088" y="-28"/>
- <point x="2288" y="232"/>
- </contour>
- <contour>
- <point x="1244" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2476" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2476" y="1776" type="move" name="top0315"/>
+ <point x="2336.0" y="432.0" type="curve"/>
+ <point x="1932.0" y="540.0" type="line"/>
+ <point x="1900.0" y="448.0"/>
+ <point x="1840.0" y="340.0"/>
+ <point x="1656.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="340.0"/>
+ <point x="1336.0" y="504.0"/>
+ <point x="1336.0" y="744.0" type="curve"/>
+ <point x="1336.0" y="1020.0"/>
+ <point x="1440.0" y="1192.0"/>
+ <point x="1644.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1824.0" y="1192.0"/>
+ <point x="1920.0" y="1080.0"/>
+ <point x="1920.0" y="936.0" type="curve"/>
+ <point x="1204.0" y="868.0" type="line"/>
+ <point x="1204.0" y="576.0" type="line"/>
+ <point x="2348.0" y="692.0" type="line"/>
+ <point x="2348.0" y="832.0" type="line" smooth="yes"/>
+ <point x="2348.0" y="1288.0"/>
+ <point x="2072.0" y="1556.0"/>
+ <point x="1648.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="1556.0"/>
+ <point x="1188.0" y="1448.0"/>
+ <point x="1060.0" y="1272.0" type="curve"/>
+ <point x="1060.0" y="340.0" type="line"/>
+ <point x="1180.0" y="112.0"/>
+ <point x="1344.0" y="-28.0"/>
+ <point x="1660.0" y="-28.0" type="curve"/>
+ <point x="2088.0" y="-28.0"/>
+ <point x="2288.0" y="232.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1146.75</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>a</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>16</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>ae</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2444</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2379, 'leftMargin': 87, 'rightMargin': 65}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aeacute.glif b/src/Inter-UI-Black.ufo/glyphs/aeacute.glif
new file mode 100644
index 000000000..96620d66d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aeacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aeacute" format="2">
+ <advance width="2444.0"/>
+ <unicode hex="01FD"/>
+ <anchor x="1244.0" y="1776.0" name="parent_top"/>
+ <anchor x="1244.0" y="2296.0" name="top"/>
+ <anchor x="2476.0" y="1776.0" name="top0315"/>
+ <anchor x="2476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="ae"/>
+ <component base="acute" xOffset="880.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aemacron.glif b/src/Inter-UI-Black.ufo/glyphs/aemacron.glif
new file mode 100644
index 000000000..6b66fa191
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aemacron.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aemacron" format="2">
+ <advance width="2444.0"/>
+ <unicode hex="01E3"/>
+ <anchor x="1244.0" y="1776.0" name="parent_top"/>
+ <anchor x="1244.0" y="2208.0" name="top"/>
+ <anchor x="2476.0" y="1776.0" name="top0315"/>
+ <anchor x="2476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="ae"/>
+ <component base="macron" xOffset="460.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10017.glif b/src/Inter-UI-Black.ufo/glyphs/afii10017.glif
new file mode 100644
index 000000000..c97cd43b2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10017.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10017" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0410"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10018.glif b/src/Inter-UI-Black.ufo/glyphs/afii10018.glif
index c8baf209b..9a4589eaf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10018.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10018.glif
@@ -1,18 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10018" format="1">
- <advance width="1824"/>
+<glyph name="afii10018" format="2">
+ <advance width="1824.0"/>
<unicode hex="0411"/>
<note>
- Originally composed of afii10046 and Gamma
- </note>
+Originally composed of afii10046 and Gamma
+</note>
<outline>
- <component base="Gamma" xOffset="-120"/>
- <component base="afii10046" xOffset="-28"/>
+ <component base="Gamma" xOffset="-120.0"/>
+ <component base="afii10046" xOffset="-28.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1760.0, 'leftMargin': 161, 'rightMargin': 76.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10019.glif b/src/Inter-UI-Black.ufo/glyphs/afii10019.glif
new file mode 100644
index 000000000..b8d2b3e9b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10019.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10019" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0412"/>
+ <anchor x="928.0" y="24.0" name="bottom"/>
+ <anchor x="1920.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2260.0" name="parent_top"/>
+ <anchor x="876.0" y="2260.0" name="top"/>
+ <anchor x="1920.0" y="2260.0" name="top0315"/>
+ <anchor x="1920.0" y="2244.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10020.glif b/src/Inter-UI-Black.ufo/glyphs/afii10020.glif
new file mode 100644
index 000000000..317704874
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10020.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10020" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0413"/>
+ <anchor x="924.0" y="2200.0" name="parent_top"/>
+ <anchor x="924.0" y="2200.0" name="top"/>
+ <anchor x="1652.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="Gamma"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10021.glif b/src/Inter-UI-Black.ufo/glyphs/afii10021.glif
index 4e83a6bd7..4e5d7e5b1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10021.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10021.glif
@@ -1,57 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10021" format="1">
- <advance width="2336"/>
+<glyph name="afii10021" format="2">
+ <advance width="2336.0"/>
<unicode hex="0414"/>
<outline>
<contour>
- <point x="1876" y="372" type="line"/>
- <point x="456" y="372" type="line"/>
- <point x="456" y="0" type="line"/>
- <point x="1876" y="0" type="line"/>
+ <point x="1876.0" y="372.0" type="line"/>
+ <point x="456.0" y="372.0" type="line"/>
+ <point x="456.0" y="0.0" type="line"/>
+ <point x="1876.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="604" y="372" type="line"/>
- <point x="144" y="372" type="line"/>
- <point x="176" y="-492" type="line"/>
- <point x="604" y="-492" type="line"/>
+ <point x="604.0" y="372.0" type="line"/>
+ <point x="144.0" y="372.0" type="line"/>
+ <point x="176.0" y="-492.0" type="line"/>
+ <point x="604.0" y="-492.0" type="line"/>
</contour>
<contour>
- <point x="2192" y="372" type="line"/>
- <point x="1732" y="372" type="line"/>
- <point x="1732" y="-492" type="line"/>
- <point x="2148" y="-492" type="line"/>
+ <point x="2192.0" y="372.0" type="line"/>
+ <point x="1732.0" y="372.0" type="line"/>
+ <point x="1732.0" y="-492.0" type="line"/>
+ <point x="2148.0" y="-492.0" type="line"/>
</contour>
<contour>
- <point x="1656" y="2004" type="line"/>
- <point x="668" y="2004" type="line"/>
- <point x="668" y="1628" type="line"/>
- <point x="1656" y="1628" type="line"/>
+ <point x="1656.0" y="2004.0" type="line"/>
+ <point x="668.0" y="2004.0" type="line"/>
+ <point x="668.0" y="1628.0" type="line"/>
+ <point x="1656.0" y="1628.0" type="line"/>
</contour>
<contour>
- <point x="1972" y="2004" type="line"/>
- <point x="1512" y="2004" type="line"/>
- <point x="1512" y="0" type="line"/>
- <point x="1972" y="0" type="line"/>
+ <point x="1972.0" y="2004.0" type="line"/>
+ <point x="1512.0" y="2004.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
+ <point x="1972.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="628" y="2004" type="line"/>
- <point x="568" y="1180" type="line" smooth="yes"/>
- <point x="528" y="616"/>
- <point x="400" y="452"/>
- <point x="288" y="372" type="curve"/>
- <point x="192" y="372" type="line"/>
- <point x="192" y="0" type="line"/>
- <point x="468" y="0" type="line"/>
- <point x="688" y="208"/>
- <point x="972" y="340"/>
- <point x="1028" y="1180" type="curve" smooth="yes"/>
- <point x="1088" y="2004" type="line"/>
+ <point x="628.0" y="2004.0" type="line"/>
+ <point x="568.0" y="1180.0" type="line" smooth="yes"/>
+ <point x="528.0" y="616.0"/>
+ <point x="400.0" y="452.0"/>
+ <point x="288.0" y="372.0" type="curve"/>
+ <point x="192.0" y="372.0" type="line"/>
+ <point x="192.0" y="0.0" type="line"/>
+ <point x="468.0" y="0.0" type="line"/>
+ <point x="688.0" y="208.0"/>
+ <point x="972.0" y="340.0"/>
+ <point x="1028.0" y="1180.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2096, 'leftMargin': 25, 'rightMargin': 22}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10022.glif b/src/Inter-UI-Black.ufo/glyphs/afii10022.glif
new file mode 100644
index 000000000..4dd9ab883
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10022.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10022" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0415"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10023.glif b/src/Inter-UI-Black.ufo/glyphs/afii10023.glif
new file mode 100644
index 000000000..cf2182bfe
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10023.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10023" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0401"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="852.0" y="2644.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dieresis" xOffset="192.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10024.glif b/src/Inter-UI-Black.ufo/glyphs/afii10024.glif
index 442e80e06..169584084 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10024.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10024.glif
@@ -1,56 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10024" format="1">
- <advance width="3104"/>
+<glyph name="afii10024" format="2">
+ <advance width="3104.0"/>
<unicode hex="0416"/>
+ <anchor x="2872.0" y="0.0" name="right"/>
+ <anchor x="1544.0" y="2200.0" name="top"/>
+ <anchor x="2992.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="912" y="784" type="line"/>
- <point x="1416" y="784" type="line"/>
- <point x="1472" y="1216" type="line"/>
- <point x="1132" y="1216" type="line"/>
- <point x="712" y="2004" type="line"/>
- <point x="132" y="2004" type="line"/>
+ <point x="912.0" y="784.0" type="line"/>
+ <point x="1416.0" y="784.0" type="line"/>
+ <point x="1472.0" y="1216.0" type="line"/>
+ <point x="1132.0" y="1216.0" type="line"/>
+ <point x="712.0" y="2004.0" type="line"/>
+ <point x="132.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1124" y="868" type="line"/>
- <point x="740" y="1112" type="line"/>
- <point x="112" y="0" type="line"/>
- <point x="684" y="0" type="line"/>
+ <point x="1124.0" y="868.0" type="line"/>
+ <point x="740.0" y="1112.0" type="line"/>
+ <point x="112.0" y="0.0" type="line"/>
+ <point x="684.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1792" y="2004" type="line"/>
- <point x="1332" y="2004" type="line"/>
- <point x="1332" y="0" type="line"/>
- <point x="1792" y="0" type="line"/>
+ <point x="1792.0" y="2004.0" type="line"/>
+ <point x="1332.0" y="2004.0" type="line"/>
+ <point x="1332.0" y="0.0" type="line"/>
+ <point x="1792.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="2972" y="2004" type="line"/>
- <point x="2392" y="2004" type="line"/>
- <point x="1988" y="1216" type="line"/>
- <point x="1648" y="1216" type="line"/>
- <point x="1704" y="784" type="line"/>
- <point x="2208" y="784" type="line"/>
+ <point x="2972.0" y="2004.0" type="line"/>
+ <point x="2392.0" y="2004.0" type="line"/>
+ <point x="1988.0" y="1216.0" type="line"/>
+ <point x="1648.0" y="1216.0" type="line"/>
+ <point x="1704.0" y="784.0" type="line"/>
+ <point x="2208.0" y="784.0" type="line"/>
</contour>
<contour>
- <point x="2420" y="0" type="line"/>
- <point x="2996" y="0" type="line"/>
- <point x="2384" y="1112" type="line"/>
- <point x="1996" y="868" type="line"/>
- </contour>
- <contour>
- <point x="1544" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2872" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="2992" y="2200" type="move" name="top0315"/>
+ <point x="2420.0" y="0.0" type="line"/>
+ <point x="2996.0" y="0.0" type="line"/>
+ <point x="2384.0" y="1112.0" type="line"/>
+ <point x="1996.0" y="868.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2897, 'leftMargin': 18, 'rightMargin': -4}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10025.glif b/src/Inter-UI-Black.ufo/glyphs/afii10025.glif
index 1f966e1ce..6573a3bca 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10025.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10025.glif
@@ -1,97 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10025" format="1">
- <advance width="1824"/>
+<glyph name="afii10025" format="2">
+ <advance width="1824.0"/>
<unicode hex="0417"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
+ <anchor x="924.0" y="-16.0" name="bottom"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1812.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1004" y="960" type="line"/>
- <point x="1392" y="960"/>
- <point x="1652" y="1184"/>
- <point x="1652" y="1460" type="curve"/>
- <point x="1652" y="1832"/>
- <point x="1356" y="2028"/>
- <point x="904" y="2028" type="curve" smooth="yes"/>
- <point x="508" y="2028"/>
- <point x="168" y="1816"/>
- <point x="168" y="1456" type="curve"/>
- <point x="628" y="1456" type="line"/>
- <point x="628" y="1584"/>
- <point x="748" y="1656"/>
- <point x="904" y="1656" type="curve" smooth="yes"/>
- <point x="1100" y="1656"/>
- <point x="1192" y="1560"/>
- <point x="1192" y="1448" type="curve"/>
- <point x="1192" y="1296"/>
- <point x="1116" y="1200"/>
- <point x="924" y="1200" type="curve" smooth="yes"/>
- <point x="672" y="1200" type="line"/>
- <point x="672" y="960" type="line"/>
+ <point x="1004.0" y="960.0" type="line"/>
+ <point x="1392.0" y="960.0"/>
+ <point x="1652.0" y="1184.0"/>
+ <point x="1652.0" y="1460.0" type="curve"/>
+ <point x="1652.0" y="1832.0"/>
+ <point x="1356.0" y="2028.0"/>
+ <point x="904.0" y="2028.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="2028.0"/>
+ <point x="168.0" y="1816.0"/>
+ <point x="168.0" y="1456.0" type="curve"/>
+ <point x="628.0" y="1456.0" type="line"/>
+ <point x="628.0" y="1584.0"/>
+ <point x="748.0" y="1656.0"/>
+ <point x="904.0" y="1656.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="1656.0"/>
+ <point x="1192.0" y="1560.0"/>
+ <point x="1192.0" y="1448.0" type="curve"/>
+ <point x="1192.0" y="1296.0"/>
+ <point x="1116.0" y="1200.0"/>
+ <point x="924.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="1200.0" type="line"/>
+ <point x="672.0" y="960.0" type="line"/>
</contour>
<contour>
- <point x="672" y="1080" type="line"/>
- <point x="672" y="844" type="line"/>
- <point x="924" y="844" type="line" smooth="yes"/>
- <point x="1120" y="844"/>
- <point x="1224" y="772"/>
- <point x="1224" y="572" type="curve" smooth="yes"/>
- <point x="1224" y="444"/>
- <point x="1104" y="344"/>
- <point x="904" y="344" type="curve" smooth="yes"/>
- <point x="728" y="344"/>
- <point x="604" y="436"/>
- <point x="604" y="556" type="curve"/>
- <point x="140" y="556" type="line"/>
- <point x="140" y="148"/>
- <point x="532" y="-28"/>
- <point x="904" y="-28" type="curve" smooth="yes"/>
- <point x="1356" y="-28"/>
- <point x="1684" y="188"/>
- <point x="1684" y="560" type="curve" smooth="yes"/>
- <point x="1684" y="896"/>
- <point x="1436" y="1080"/>
- <point x="1004" y="1080" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="912" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="924" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1812" y="2200" type="move" name="top0315"/>
+ <point x="672.0" y="1080.0" type="line"/>
+ <point x="672.0" y="844.0" type="line"/>
+ <point x="924.0" y="844.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="844.0"/>
+ <point x="1224.0" y="772.0"/>
+ <point x="1224.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="444.0"/>
+ <point x="1104.0" y="344.0"/>
+ <point x="904.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="344.0"/>
+ <point x="604.0" y="436.0"/>
+ <point x="604.0" y="556.0" type="curve"/>
+ <point x="140.0" y="556.0" type="line"/>
+ <point x="140.0" y="148.0"/>
+ <point x="532.0" y="-28.0"/>
+ <point x="904.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="-28.0"/>
+ <point x="1684.0" y="188.0"/>
+ <point x="1684.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1684.0" y="896.0"/>
+ <point x="1436.0" y="1080.0"/>
+ <point x="1004.0" y="1080.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1761, 'leftMargin': 88, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10026.glif b/src/Inter-UI-Black.ufo/glyphs/afii10026.glif
index 92daf8abc..b142f5d8b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10026.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10026.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10026" format="1">
- <advance width="1952"/>
+<glyph name="afii10026" format="2">
+ <advance width="1952.0"/>
<unicode hex="0418"/>
+ <anchor x="1872.0" y="0.0" name="right"/>
+ <anchor x="1044.0" y="2200.0" name="top"/>
+ <anchor x="2028.0" y="2200.0" name="top0315"/>
<outline>
- <component base="N" yScale="-1" yOffset="2004"/>
- <contour>
- <point x="1044" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1872" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="2028" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="N" yScale="-1.0" yOffset="2004.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1958.0, 'leftMargin': 138, 'rightMargin': 154.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10027.glif b/src/Inter-UI-Black.ufo/glyphs/afii10027.glif
new file mode 100644
index 000000000..99b624f40
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10027.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10027" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="0419"/>
+ <anchor x="1044.0" y="2200.0" name="parent_top"/>
+ <anchor x="1044.0" y="2672.0" name="top"/>
+ <anchor x="2028.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10026"/>
+ <component base="breve" xOffset="388.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10029.glif b/src/Inter-UI-Black.ufo/glyphs/afii10029.glif
index 8e107b916..04f800424 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10029.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10029.glif
@@ -1,45 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10029" format="1">
- <advance width="2080"/>
+<glyph name="afii10029" format="2">
+ <advance width="2080.0"/>
<unicode hex="041B"/>
+ <anchor x="1036.0" y="16.0" name="bottom"/>
+ <anchor x="1924.0" y="0.0" name="right"/>
<outline>
<contour>
- <point x="1612" y="2004" type="line"/>
- <point x="592" y="2004" type="line"/>
- <point x="592" y="1628" type="line"/>
- <point x="1612" y="1628" type="line"/>
+ <point x="1612.0" y="2004.0" type="line"/>
+ <point x="592.0" y="2004.0" type="line"/>
+ <point x="592.0" y="1628.0" type="line"/>
+ <point x="1612.0" y="1628.0" type="line"/>
</contour>
<contour>
- <point x="1928" y="2004" type="line"/>
- <point x="1468" y="2004" type="line"/>
- <point x="1468" y="0" type="line"/>
- <point x="1928" y="0" type="line"/>
+ <point x="1928.0" y="2004.0" type="line"/>
+ <point x="1468.0" y="2004.0" type="line"/>
+ <point x="1468.0" y="0.0" type="line"/>
+ <point x="1928.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="552" y="2004" type="line"/>
- <point x="520" y="1152" type="line" smooth="yes"/>
- <point x="500" y="588"/>
- <point x="420" y="400"/>
- <point x="208" y="376" type="curve" smooth="yes"/>
- <point x="152" y="372" type="line"/>
- <point x="152" y="0" type="line"/>
- <point x="268" y="0" type="line" smooth="yes"/>
- <point x="708" y="0"/>
- <point x="920" y="216"/>
- <point x="960" y="984" type="curve" smooth="yes"/>
- <point x="1012" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1036" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1924" y="0" type="move" name="right"/>
+ <point x="552.0" y="2004.0" type="line"/>
+ <point x="520.0" y="1152.0" type="line" smooth="yes"/>
+ <point x="500.0" y="588.0"/>
+ <point x="420.0" y="400.0"/>
+ <point x="208.0" y="376.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="372.0" type="line"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="268.0" y="0.0" type="line" smooth="yes"/>
+ <point x="708.0" y="0.0"/>
+ <point x="920.0" y="216.0"/>
+ <point x="960.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="1012.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1987, 'leftMargin': 52, 'rightMargin': 160}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10030.glif b/src/Inter-UI-Black.ufo/glyphs/afii10030.glif
new file mode 100644
index 000000000..c4a006d23
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10030.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10030" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="041C"/>
+ <anchor x="1280.0" y="4.0" name="bottom"/>
+ <anchor x="2532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1280.0" y="2200.0" name="parent_top"/>
+ <anchor x="1280.0" y="2200.0" name="top"/>
+ <anchor x="2532.0" y="2200.0" name="top0315"/>
+ <anchor x="2532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10031.glif b/src/Inter-UI-Black.ufo/glyphs/afii10031.glif
new file mode 100644
index 000000000..1ea1e794b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10031.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10031" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="041D"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10032.glif b/src/Inter-UI-Black.ufo/glyphs/afii10032.glif
new file mode 100644
index 000000000..c43e5553a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10032.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10032" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="041E"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10033.glif b/src/Inter-UI-Black.ufo/glyphs/afii10033.glif
new file mode 100644
index 000000000..6ee0f7bd8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10033.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10033" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="041F"/>
+ <outline>
+ <component base="Pi"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10034.glif b/src/Inter-UI-Black.ufo/glyphs/afii10034.glif
new file mode 100644
index 000000000..3a9cf6a5f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10034.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10034" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="0420"/>
+ <anchor x="828.0" y="16.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="920.0" y="2216.0" name="parent_top"/>
+ <anchor x="920.0" y="2216.0" name="top"/>
+ <anchor x="1928.0" y="2216.0" name="top0315"/>
+ <anchor x="1928.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10035.glif b/src/Inter-UI-Black.ufo/glyphs/afii10035.glif
new file mode 100644
index 000000000..3e15f057b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10035.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10035" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="0421"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10036.glif b/src/Inter-UI-Black.ufo/glyphs/afii10036.glif
new file mode 100644
index 000000000..e8fca8973
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10036.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10036" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="0422"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10037.glif b/src/Inter-UI-Black.ufo/glyphs/afii10037.glif
index 9d35b6ead..f657ee3c3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10037.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10037.glif
@@ -1,75 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10037" format="1">
- <advance width="1824"/>
+<glyph name="afii10037" format="2">
+ <advance width="1824.0"/>
<unicode hex="0423"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="956.0" y="2200.0" name="top"/>
+ <anchor x="1804.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="816" y="756" type="line" name="hr00"/>
- <point x="732" y="528" type="line"/>
- <point x="692" y="400"/>
- <point x="644" y="344"/>
- <point x="480" y="344" type="curve" smooth="yes"/>
- <point x="460" y="344"/>
- <point x="404" y="344"/>
- <point x="380" y="348" type="curve"/>
- <point x="388" y="-28" type="line"/>
- <point x="428" y="-28"/>
- <point x="492" y="-28"/>
- <point x="532" y="-28" type="curve" smooth="yes"/>
- <point x="864" y="-28"/>
- <point x="1004" y="180"/>
- <point x="1108" y="416" type="curve"/>
- <point x="1784" y="2004" type="line"/>
- <point x="1296" y="2004" type="line"/>
+ <point x="816.0" y="756.0" type="line"/>
+ <point x="732.0" y="528.0" type="line"/>
+ <point x="692.0" y="400.0"/>
+ <point x="644.0" y="344.0"/>
+ <point x="480.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="344.0"/>
+ <point x="404.0" y="344.0"/>
+ <point x="380.0" y="348.0" type="curve"/>
+ <point x="388.0" y="-28.0" type="line"/>
+ <point x="428.0" y="-28.0"/>
+ <point x="492.0" y="-28.0"/>
+ <point x="532.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="-28.0"/>
+ <point x="1004.0" y="180.0"/>
+ <point x="1108.0" y="416.0" type="curve"/>
+ <point x="1784.0" y="2004.0" type="line"/>
+ <point x="1296.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="532" y="2004" type="line"/>
- <point x="40" y="2004" type="line"/>
- <point x="768" y="580" type="line"/>
- <point x="1104" y="580" type="line"/>
- <point x="956" y="1132" type="line"/>
- </contour>
- <contour>
- <point x="956" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1804" y="2200" type="move" name="top0315"/>
+ <point x="532.0" y="2004.0" type="line"/>
+ <point x="40.0" y="2004.0" type="line"/>
+ <point x="768.0" y="580.0" type="line"/>
+ <point x="1104.0" y="580.0" type="line"/>
+ <point x="956.0" y="1132.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1781, 'leftMargin': 18, 'rightMargin': 21}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.16</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10038.glif b/src/Inter-UI-Black.ufo/glyphs/afii10038.glif
index 3396a7761..7b3da6c8f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10038.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10038.glif
@@ -1,52 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10038" format="1">
- <advance width="2412"/>
+<glyph name="afii10038" format="2">
+ <advance width="2412.0"/>
<unicode hex="0424"/>
<outline>
<contour>
- <point x="964" y="1832" type="line"/>
- <point x="484" y="1832"/>
- <point x="128" y="1504"/>
- <point x="128" y="988" type="curve" smooth="yes"/>
- <point x="128" y="488"/>
- <point x="480" y="172"/>
- <point x="964" y="172" type="curve"/>
- <point x="1448" y="172" type="line"/>
- <point x="1932" y="172"/>
- <point x="2284" y="492"/>
- <point x="2284" y="988" type="curve" smooth="yes"/>
- <point x="2284" y="1504"/>
- <point x="1932" y="1832"/>
- <point x="1448" y="1832" type="curve"/>
+ <point x="964.0" y="1832.0" type="line"/>
+ <point x="484.0" y="1832.0"/>
+ <point x="128.0" y="1504.0"/>
+ <point x="128.0" y="988.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="488.0"/>
+ <point x="480.0" y="172.0"/>
+ <point x="964.0" y="172.0" type="curve"/>
+ <point x="1448.0" y="172.0" type="line"/>
+ <point x="1932.0" y="172.0"/>
+ <point x="2284.0" y="492.0"/>
+ <point x="2284.0" y="988.0" type="curve" smooth="yes"/>
+ <point x="2284.0" y="1504.0"/>
+ <point x="1932.0" y="1832.0"/>
+ <point x="1448.0" y="1832.0" type="curve"/>
</contour>
<contour>
- <point x="964" y="1444" type="curve" smooth="yes"/>
- <point x="1452" y="1444" type="line" smooth="yes"/>
- <point x="1680" y="1444"/>
- <point x="1848" y="1300"/>
- <point x="1848" y="988" type="curve" smooth="yes"/>
- <point x="1848" y="700"/>
- <point x="1680" y="560"/>
- <point x="1452" y="560" type="curve"/>
- <point x="964" y="560" type="line"/>
- <point x="736" y="560"/>
- <point x="560" y="696"/>
- <point x="560" y="988" type="curve" smooth="yes"/>
- <point x="560" y="1300"/>
- <point x="732" y="1444"/>
+ <point x="964.0" y="1444.0" type="curve" smooth="yes"/>
+ <point x="1452.0" y="1444.0" type="line" smooth="yes"/>
+ <point x="1680.0" y="1444.0"/>
+ <point x="1848.0" y="1300.0"/>
+ <point x="1848.0" y="988.0" type="curve" smooth="yes"/>
+ <point x="1848.0" y="700.0"/>
+ <point x="1680.0" y="560.0"/>
+ <point x="1452.0" y="560.0" type="curve"/>
+ <point x="964.0" y="560.0" type="line"/>
+ <point x="736.0" y="560.0"/>
+ <point x="560.0" y="696.0"/>
+ <point x="560.0" y="988.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="1300.0"/>
+ <point x="732.0" y="1444.0"/>
</contour>
<contour>
- <point x="1428" y="2084" type="line"/>
- <point x="984" y="2084" type="line"/>
- <point x="984" y="-84" type="line"/>
- <point x="1428" y="-84" type="line"/>
+ <point x="1428.0" y="2084.0" type="line"/>
+ <point x="984.0" y="2084.0" type="line"/>
+ <point x="984.0" y="-84.0" type="line"/>
+ <point x="1428.0" y="-84.0" type="line"/>
</contour>
- <component base="space" xOffset="44"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2340, 'leftMargin': 95, 'rightMargin': 89}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10039.glif b/src/Inter-UI-Black.ufo/glyphs/afii10039.glif
new file mode 100644
index 000000000..18d11706d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10039.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10039" format="2">
+ <advance width="1976.0"/>
+ <unicode hex="0425"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1888.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="988.0" y="2216.0" name="parent_top"/>
+ <anchor x="988.0" y="2216.0" name="top"/>
+ <anchor x="1888.0" y="2216.0" name="top0315"/>
+ <anchor x="1888.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10040.glif b/src/Inter-UI-Black.ufo/glyphs/afii10040.glif
index cf7ac0d38..826309e7b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10040.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10040.glif
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10040" format="1">
- <advance width="2336"/>
+<glyph name="afii10040" format="2">
+ <advance width="2336.0"/>
<unicode hex="0426"/>
<outline>
<contour>
- <point x="2148" y="368" type="line"/>
- <point x="1536" y="368" type="line"/>
- <point x="1536" y="0" type="line"/>
- <point x="1688" y="0" type="line"/>
- <point x="1688" y="-484" type="line"/>
- <point x="2124" y="-484" type="line"/>
+ <point x="2148.0" y="368.0" type="line"/>
+ <point x="1536.0" y="368.0" type="line"/>
+ <point x="1536.0" y="0.0" type="line"/>
+ <point x="1688.0" y="0.0" type="line"/>
+ <point x="1688.0" y="-484.0" type="line"/>
+ <point x="2124.0" y="-484.0" type="line"/>
</contour>
<contour>
- <point x="188" y="0" type="line"/>
- <point x="1856" y="0" type="line"/>
- <point x="1856" y="2004" type="line"/>
- <point x="1392" y="2004" type="line"/>
- <point x="1392" y="372" type="line"/>
- <point x="648" y="372" type="line"/>
- <point x="648" y="2004" type="line"/>
- <point x="188" y="2004" type="line"/>
+ <point x="188.0" y="0.0" type="line"/>
+ <point x="1856.0" y="0.0" type="line"/>
+ <point x="1856.0" y="2004.0" type="line"/>
+ <point x="1392.0" y="2004.0" type="line"/>
+ <point x="1392.0" y="372.0" type="line"/>
+ <point x="648.0" y="372.0" type="line"/>
+ <point x="648.0" y="2004.0" type="line"/>
+ <point x="188.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2162, 'leftMargin': 132, 'rightMargin': 68}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10041.glif b/src/Inter-UI-Black.ufo/glyphs/afii10041.glif
index 8dc911bab..85292b8d6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10041.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10041.glif
@@ -1,49 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10041" format="1">
- <advance width="2080"/>
+<glyph name="afii10041" format="2">
+ <advance width="2080.0"/>
<unicode hex="0427"/>
+ <anchor x="1400.0" y="0.0" name="left"/>
+ <anchor x="1840.0" y="0.0" name="right"/>
+ <anchor x="1112.0" y="2200.0" name="top"/>
+ <anchor x="2008.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="232" y="2004" type="line"/>
- <point x="232" y="1392" type="line"/>
- <point x="232" y="924"/>
- <point x="552" y="712"/>
- <point x="1048" y="712" type="curve" smooth="yes"/>
- <point x="1132" y="712"/>
- <point x="1392" y="732"/>
- <point x="1484" y="764" type="curve"/>
- <point x="1484" y="1132" type="line"/>
- <point x="1396" y="1100"/>
- <point x="1144" y="1084"/>
- <point x="1048" y="1084" type="curve" smooth="yes"/>
- <point x="808" y="1084"/>
- <point x="692" y="1152"/>
- <point x="692" y="1392" type="curve" smooth="yes"/>
- <point x="692" y="2004" type="line"/>
+ <point x="232.0" y="2004.0" type="line"/>
+ <point x="232.0" y="1392.0" type="line"/>
+ <point x="232.0" y="924.0"/>
+ <point x="552.0" y="712.0"/>
+ <point x="1048.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="712.0"/>
+ <point x="1392.0" y="732.0"/>
+ <point x="1484.0" y="764.0" type="curve"/>
+ <point x="1484.0" y="1132.0" type="line"/>
+ <point x="1396.0" y="1100.0"/>
+ <point x="1144.0" y="1084.0"/>
+ <point x="1048.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="1084.0"/>
+ <point x="692.0" y="1152.0"/>
+ <point x="692.0" y="1392.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1392" y="2004" type="line"/>
- <point x="1392" y="0" type="line"/>
- <point x="1852" y="0" type="line"/>
- <point x="1852" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1112" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1840" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1400" y="0" type="move" name="left"/>
- </contour>
- <contour>
- <point x="2008" y="2200" type="move" name="top0315"/>
+ <point x="1392.0" y="2004.0" type="line"/>
+ <point x="1392.0" y="0.0" type="line"/>
+ <point x="1852.0" y="0.0" type="line"/>
+ <point x="1852.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1965, 'leftMargin': 186, 'rightMargin': 158}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10042.glif b/src/Inter-UI-Black.ufo/glyphs/afii10042.glif
index 947fcbdc0..8ddcf72e5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10042.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10042.glif
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10042" format="1">
- <advance width="2848"/>
+<glyph name="afii10042" format="2">
+ <advance width="2848.0"/>
<unicode hex="0428"/>
<outline>
<contour>
- <point x="220" y="2004" type="line"/>
- <point x="220" y="0" type="line"/>
- <point x="2628" y="0" type="line"/>
- <point x="2628" y="2004" type="line"/>
- <point x="2168" y="2004" type="line"/>
- <point x="2168" y="372" type="line"/>
- <point x="1660" y="372" type="line"/>
- <point x="1660" y="2004" type="line"/>
- <point x="1200" y="2004" type="line"/>
- <point x="1200" y="372" type="line"/>
- <point x="684" y="372" type="line"/>
- <point x="684" y="2004" type="line"/>
+ <point x="220.0" y="2004.0" type="line"/>
+ <point x="220.0" y="0.0" type="line"/>
+ <point x="2628.0" y="0.0" type="line"/>
+ <point x="2628.0" y="2004.0" type="line"/>
+ <point x="2168.0" y="2004.0" type="line"/>
+ <point x="2168.0" y="372.0" type="line"/>
+ <point x="1660.0" y="372.0" type="line"/>
+ <point x="1660.0" y="2004.0" type="line"/>
+ <point x="1200.0" y="2004.0" type="line"/>
+ <point x="1200.0" y="372.0" type="line"/>
+ <point x="684.0" y="372.0" type="line"/>
+ <point x="684.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2714, 'leftMargin': 153, 'rightMargin': 154}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10043.glif b/src/Inter-UI-Black.ufo/glyphs/afii10043.glif
index 5468ee229..7c39aeae6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10043.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10043.glif
@@ -1,22 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10043" format="1">
- <advance width="3104"/>
+<glyph name="afii10043" format="2">
+ <advance width="3104.0"/>
<unicode hex="0429"/>
<outline>
<contour>
- <point x="2900" y="356" type="line"/>
- <point x="2300" y="356" type="line"/>
- <point x="2300" y="0" type="line"/>
- <point x="2456" y="0" type="line"/>
- <point x="2456" y="-480" type="line"/>
- <point x="2872" y="-480" type="line"/>
+ <point x="2900.0" y="356.0" type="line"/>
+ <point x="2300.0" y="356.0" type="line"/>
+ <point x="2300.0" y="0.0" type="line"/>
+ <point x="2456.0" y="0.0" type="line"/>
+ <point x="2456.0" y="-480.0" type="line"/>
+ <point x="2872.0" y="-480.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="256.0" y="2004.0" type="line"/>
+ <point x="256.0" y="0.0" type="line"/>
+ <point x="2664.0" y="0.0" type="line"/>
+ <point x="2664.0" y="2004.0" type="line"/>
+ <point x="2204.0" y="2004.0" type="line"/>
+ <point x="2204.0" y="372.0" type="line"/>
+ <point x="1696.0" y="372.0" type="line"/>
+ <point x="1696.0" y="2004.0" type="line"/>
+ <point x="1236.0" y="2004.0" type="line"/>
+ <point x="1236.0" y="372.0" type="line"/>
+ <point x="720.0" y="372.0" type="line"/>
+ <point x="720.0" y="2004.0" type="line"/>
</contour>
- <component base="afii10042" xOffset="36"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2925, 'leftMargin': 153, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10044.glif b/src/Inter-UI-Black.ufo/glyphs/afii10044.glif
index b6a20f583..9d10d2039 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10044.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10044.glif
@@ -1,20 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10044" format="1">
- <advance width="2336"/>
+<glyph name="afii10044" format="2">
+ <advance width="2336.0"/>
<unicode hex="042A"/>
<outline>
<contour>
- <point x="144" y="1688" type="line"/>
- <point x="888" y="1688" type="line"/>
- <point x="888" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
+ <point x="144.0" y="1688.0" type="line"/>
+ <point x="888.0" y="1688.0" type="line"/>
+ <point x="888.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="952.0" y="1312.0" type="line"/>
+ <point x="952.0" y="944.0" type="line"/>
+ <point x="1396.0" y="944.0" type="line"/>
+ <point x="1608.0" y="944.0"/>
+ <point x="1724.0" y="824.0"/>
+ <point x="1724.0" y="668.0" type="curve"/>
+ <point x="1724.0" y="504.0"/>
+ <point x="1608.0" y="372.0"/>
+ <point x="1396.0" y="372.0" type="curve"/>
+ <point x="1124.0" y="372.0" type="line"/>
+ <point x="1124.0" y="2048.0" type="line"/>
+ <point x="660.0" y="2048.0" type="line"/>
+ <point x="660.0" y="0.0" type="line"/>
+ <point x="1396.0" y="0.0" type="line"/>
+ <point x="1876.0" y="0.0"/>
+ <point x="2184.0" y="272.0"/>
+ <point x="2184.0" y="664.0" type="curve"/>
+ <point x="2184.0" y="1056.0"/>
+ <point x="1876.0" y="1312.0"/>
+ <point x="1396.0" y="1312.0" type="curve"/>
</contour>
- <component base="afii10046" xOffset="516"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2186, 'leftMargin': 37, 'rightMargin': 100}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10045.glif b/src/Inter-UI-Black.ufo/glyphs/afii10045.glif
index 6198f658d..18e4026cb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10045.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10045.glif
@@ -1,21 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10045" format="1">
- <advance width="2592"/>
+<glyph name="afii10045" format="2">
+ <advance width="2592.0"/>
<unicode hex="042B"/>
+ <anchor x="1340.0" y="2200.0" name="top"/>
+ <anchor x="2552.0" y="2200.0" name="top0315"/>
<outline>
- <component base="afii10046" xOffset="80"/>
- <component base="I" xOffset="1728"/>
- <contour>
- <point x="1340" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2552" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="afii10046" xOffset="80.0"/>
+ <component base="I" xOffset="1728.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2454, 'leftMargin': 136, 'rightMargin': 191}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10046.glif b/src/Inter-UI-Black.ufo/glyphs/afii10046.glif
index 433281b10..364818f5a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10046.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10046.glif
@@ -1,38 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10046" format="1">
- <advance width="1824"/>
+<glyph name="afii10046" format="2">
+ <advance width="1824.0"/>
<unicode hex="042C"/>
+ <anchor x="424.0" y="1616.0" name="cross"/>
<outline>
<contour>
- <point x="436" y="1312" type="line"/>
- <point x="436" y="944" type="line"/>
- <point x="880" y="944" type="line"/>
- <point x="1092" y="944"/>
- <point x="1208" y="824"/>
- <point x="1208" y="668" type="curve"/>
- <point x="1208" y="504"/>
- <point x="1092" y="372"/>
- <point x="880" y="372" type="curve"/>
- <point x="608" y="372" type="line"/>
- <point x="608" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="880" y="0" type="line"/>
- <point x="1360" y="0"/>
- <point x="1668" y="272"/>
- <point x="1668" y="664" type="curve"/>
- <point x="1668" y="1056"/>
- <point x="1360" y="1312"/>
- <point x="880" y="1312" type="curve"/>
- </contour>
- <contour>
- <point x="424" y="1616" type="move" name="cross"/>
+ <point x="436.0" y="1312.0" type="line"/>
+ <point x="436.0" y="944.0" type="line"/>
+ <point x="880.0" y="944.0" type="line"/>
+ <point x="1092.0" y="944.0"/>
+ <point x="1208.0" y="824.0"/>
+ <point x="1208.0" y="668.0" type="curve"/>
+ <point x="1208.0" y="504.0"/>
+ <point x="1092.0" y="372.0"/>
+ <point x="880.0" y="372.0" type="curve"/>
+ <point x="608.0" y="372.0" type="line"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="880.0" y="0.0" type="line"/>
+ <point x="1360.0" y="0.0"/>
+ <point x="1668.0" y="272.0"/>
+ <point x="1668.0" y="664.0" type="curve"/>
+ <point x="1668.0" y="1056.0"/>
+ <point x="1360.0" y="1312.0"/>
+ <point x="880.0" y="1312.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1757, 'leftMargin': 161, 'rightMargin': 73}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10047.glif b/src/Inter-UI-Black.ufo/glyphs/afii10047.glif
index 97ff7c27d..58ed5fbb9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10047.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10047.glif
@@ -1,55 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10047" format="1">
- <advance width="2080"/>
+<glyph name="afii10047" format="2">
+ <advance width="2080.0"/>
<unicode hex="042D"/>
+ <anchor x="1052.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1692" y="1188" type="line"/>
- <point x="832" y="1188" type="line"/>
- <point x="832" y="816" type="line"/>
- <point x="1692" y="816" type="line"/>
+ <point x="1692.0" y="1188.0" type="line"/>
+ <point x="832.0" y="1188.0" type="line"/>
+ <point x="832.0" y="816.0" type="line"/>
+ <point x="1692.0" y="816.0" type="line"/>
</contour>
<contour>
- <point x="212" y="676" type="line"/>
- <point x="236" y="256"/>
- <point x="540" y="-28"/>
- <point x="1032" y="-28" type="curve" smooth="yes"/>
- <point x="1560" y="-28"/>
- <point x="1872" y="344"/>
- <point x="1872" y="944" type="curve" smooth="yes"/>
- <point x="1872" y="1052" type="line" smooth="yes"/>
- <point x="1872" y="1656"/>
- <point x="1544" y="2032"/>
- <point x="1036" y="2032" type="curve" smooth="yes"/>
- <point x="520" y="2032"/>
- <point x="248" y="1724"/>
- <point x="208" y="1308" type="curve"/>
- <point x="668" y="1308" type="line"/>
- <point x="680" y="1536"/>
- <point x="772" y="1656"/>
- <point x="1036" y="1656" type="curve" smooth="yes"/>
- <point x="1284" y="1656"/>
- <point x="1416" y="1484"/>
- <point x="1416" y="1056" type="curve" smooth="yes"/>
- <point x="1416" y="944" type="line" smooth="yes"/>
- <point x="1416" y="520"/>
- <point x="1308" y="340"/>
- <point x="1032" y="340" type="curve" smooth="yes"/>
- <point x="800" y="340"/>
- <point x="680" y="452"/>
- <point x="672" y="676" type="curve"/>
- </contour>
- <contour>
- <point x="1052" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1972" y="2200" type="move" name="top0315"/>
+ <point x="212.0" y="676.0" type="line"/>
+ <point x="236.0" y="256.0"/>
+ <point x="540.0" y="-28.0"/>
+ <point x="1032.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1560.0" y="-28.0"/>
+ <point x="1872.0" y="344.0"/>
+ <point x="1872.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1872.0" y="1052.0" type="line" smooth="yes"/>
+ <point x="1872.0" y="1656.0"/>
+ <point x="1544.0" y="2032.0"/>
+ <point x="1036.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="2032.0"/>
+ <point x="248.0" y="1724.0"/>
+ <point x="208.0" y="1308.0" type="curve"/>
+ <point x="668.0" y="1308.0" type="line"/>
+ <point x="680.0" y="1536.0"/>
+ <point x="772.0" y="1656.0"/>
+ <point x="1036.0" y="1656.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="1656.0"/>
+ <point x="1416.0" y="1484.0"/>
+ <point x="1416.0" y="1056.0" type="curve" smooth="yes"/>
+ <point x="1416.0" y="944.0" type="line" smooth="yes"/>
+ <point x="1416.0" y="520.0"/>
+ <point x="1308.0" y="340.0"/>
+ <point x="1032.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="340.0"/>
+ <point x="680.0" y="452.0"/>
+ <point x="672.0" y="676.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1804.0, 'leftMargin': 41, 'rightMargin': 98.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10048.glif b/src/Inter-UI-Black.ufo/glyphs/afii10048.glif
index 0a0e0feee..c5d98bd97 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10048.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10048.glif
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10048" format="1">
- <advance width="2792"/>
+<glyph name="afii10048" format="2">
+ <advance width="2792.0"/>
<unicode hex="042E"/>
<outline>
<component base="I"/>
- <component base="hyphen" xScale="0.7" xOffset="308" yOffset="160"/>
- <component base="O" xOffset="752"/>
+ <component base="hyphen" xScale="0.7" xOffset="308.0" yOffset="160.0"/>
+ <component base="O" xOffset="752.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2712, 'leftMargin': 177, 'rightMargin': 82}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10049.glif b/src/Inter-UI-Black.ufo/glyphs/afii10049.glif
index 033a0ac7f..e256cbd35 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10049.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10049.glif
@@ -1,48 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10049" format="1">
- <advance width="1568"/>
+<glyph name="afii10049" format="2">
+ <advance width="1568.0"/>
<unicode hex="042F"/>
+ <anchor x="976.0" y="2216.0" name="top"/>
+ <anchor x="1716.0" y="2216.0" name="top0315"/>
<outline>
<contour>
- <point x="1292" y="704" type="line"/>
- <point x="1292" y="1048" type="line"/>
- <point x="868" y="1048" type="line"/>
- <point x="676" y="1048"/>
- <point x="576" y="1116"/>
- <point x="576" y="1336" type="curve"/>
- <point x="576" y="1528"/>
- <point x="664" y="1628"/>
- <point x="868" y="1628" type="curve"/>
- <point x="1124" y="1628" type="line"/>
- <point x="1124" y="0" type="line"/>
- <point x="1584" y="0" type="line"/>
- <point x="1584" y="2004" type="line"/>
- <point x="868" y="2004" type="line"/>
- <point x="408" y="2004"/>
- <point x="120" y="1792"/>
- <point x="120" y="1380" type="curve"/>
- <point x="120" y="1064"/>
- <point x="292" y="864"/>
- <point x="612" y="764" type="curve"/>
- <point x="756" y="704" type="line"/>
+ <point x="1292.0" y="704.0" type="line"/>
+ <point x="1292.0" y="1048.0" type="line"/>
+ <point x="868.0" y="1048.0" type="line"/>
+ <point x="676.0" y="1048.0"/>
+ <point x="576.0" y="1116.0"/>
+ <point x="576.0" y="1336.0" type="curve"/>
+ <point x="576.0" y="1528.0"/>
+ <point x="664.0" y="1628.0"/>
+ <point x="868.0" y="1628.0" type="curve"/>
+ <point x="1124.0" y="1628.0" type="line"/>
+ <point x="1124.0" y="0.0" type="line"/>
+ <point x="1584.0" y="0.0" type="line"/>
+ <point x="1584.0" y="2004.0" type="line"/>
+ <point x="868.0" y="2004.0" type="line"/>
+ <point x="408.0" y="2004.0"/>
+ <point x="120.0" y="1792.0"/>
+ <point x="120.0" y="1380.0" type="curve"/>
+ <point x="120.0" y="1064.0"/>
+ <point x="292.0" y="864.0"/>
+ <point x="612.0" y="764.0" type="curve"/>
+ <point x="756.0" y="704.0" type="line"/>
</contour>
<contour>
- <point x="916" y="884" type="line"/>
- <point x="412" y="884" type="line"/>
- <point x="-20" y="0" type="line"/>
- <point x="484" y="0" type="line"/>
- </contour>
- <contour>
- <point x="976" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1716" y="2216" type="move" name="top0315"/>
+ <point x="916.0" y="884.0" type="line"/>
+ <point x="412.0" y="884.0" type="line"/>
+ <point x="-20.0" y="0.0" type="line"/>
+ <point x="484.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1634, 'leftMargin': -99, 'rightMargin': 130}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10050.glif b/src/Inter-UI-Black.ufo/glyphs/afii10050.glif
index 366273c8b..612fa15ce 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10050.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10050.glif
@@ -1,20 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10050" format="1">
- <advance width="1824"/>
+<glyph name="afii10050" format="2">
+ <advance width="1824.0"/>
<unicode hex="0490"/>
<outline>
<contour>
- <point x="1580" y="2552" type="line"/>
- <point x="1136" y="2552" type="line"/>
- <point x="1136" y="1664" type="line"/>
- <point x="1580" y="1664" type="line"/>
+ <point x="1580.0" y="2552.0" type="line"/>
+ <point x="1136.0" y="2552.0" type="line"/>
+ <point x="1136.0" y="1664.0" type="line"/>
+ <point x="1580.0" y="1664.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1572.0" y="2048.0" type="line"/>
+ <point x="232.0" y="2048.0" type="line"/>
+ <point x="232.0" y="0.0" type="line"/>
+ <point x="696.0" y="0.0" type="line"/>
+ <point x="696.0" y="1664.0" type="line"/>
+ <point x="1572.0" y="1664.0" type="line"/>
</contour>
- <component base="Gamma" xOffset="-4"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1570, 'leftMargin': 228, 'rightMargin': 2}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10051.glif b/src/Inter-UI-Black.ufo/glyphs/afii10051.glif
index 5d2609f56..c9bab764f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10051.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10051.glif
@@ -1,47 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10051" format="1">
- <advance width="2336"/>
+<glyph name="afii10051" format="2">
+ <advance width="2336.0"/>
<unicode hex="0402"/>
<outline>
<contour>
- <point x="908" y="792" type="line"/>
- <point x="1080" y="840"/>
- <point x="1192" y="864"/>
- <point x="1392" y="864" type="curve"/>
- <point x="1592" y="864"/>
- <point x="1712" y="748"/>
- <point x="1712" y="584" type="curve" smooth="yes"/>
- <point x="1708" y="504"/>
- <point x="1696" y="320"/>
- <point x="1380" y="320" type="curve"/>
- <point x="1380" y="-28" type="line"/>
- <point x="1996" y="-28"/>
- <point x="2168" y="336"/>
- <point x="2168" y="612" type="curve"/>
- <point x="2168" y="1044"/>
- <point x="1856" y="1232"/>
- <point x="1420" y="1232" type="curve" smooth="yes"/>
- <point x="1240" y="1232"/>
- <point x="1056" y="1188"/>
- <point x="908" y="1152" type="curve"/>
+ <point x="908.0" y="792.0" type="line"/>
+ <point x="1080.0" y="840.0"/>
+ <point x="1192.0" y="864.0"/>
+ <point x="1392.0" y="864.0" type="curve"/>
+ <point x="1592.0" y="864.0"/>
+ <point x="1712.0" y="748.0"/>
+ <point x="1712.0" y="584.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="504.0"/>
+ <point x="1696.0" y="320.0"/>
+ <point x="1380.0" y="320.0" type="curve"/>
+ <point x="1380.0" y="-28.0" type="line"/>
+ <point x="1996.0" y="-28.0"/>
+ <point x="2168.0" y="336.0"/>
+ <point x="2168.0" y="612.0" type="curve"/>
+ <point x="2168.0" y="1044.0"/>
+ <point x="1856.0" y="1232.0"/>
+ <point x="1420.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="1232.0"/>
+ <point x="1056.0" y="1188.0"/>
+ <point x="908.0" y="1152.0" type="curve"/>
</contour>
<contour>
- <point x="1104" y="2004" type="line"/>
- <point x="644" y="2004" type="line"/>
- <point x="644" y="0" type="line"/>
- <point x="1104" y="0" type="line"/>
+ <point x="1104.0" y="2004.0" type="line"/>
+ <point x="644.0" y="2004.0" type="line"/>
+ <point x="644.0" y="0.0" type="line"/>
+ <point x="1104.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1732" y="2004" type="line"/>
- <point x="168" y="2004" type="line"/>
- <point x="168" y="1628" type="line"/>
- <point x="1732" y="1628" type="line"/>
+ <point x="1732.0" y="2004.0" type="line"/>
+ <point x="168.0" y="2004.0" type="line"/>
+ <point x="168.0" y="1628.0" type="line"/>
+ <point x="1732.0" y="1628.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2102, 'leftMargin': 34, 'rightMargin': 67}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10052.glif b/src/Inter-UI-Black.ufo/glyphs/afii10052.glif
new file mode 100644
index 000000000..f34f56736
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10052.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10052" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0403"/>
+ <anchor x="924.0" y="2200.0" name="parent_top"/>
+ <anchor x="924.0" y="2720.0" name="top"/>
+ <anchor x="1652.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="Gamma"/>
+ <component base="acute" xOffset="560.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10053.glif b/src/Inter-UI-Black.ufo/glyphs/afii10053.glif
index a9dffd80f..4a96a8b43 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10053.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10053.glif
@@ -1,55 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10053" format="1">
- <advance width="1928"/>
+<glyph name="afii10053" format="2">
+ <advance width="1928.0"/>
<unicode hex="0404"/>
+ <anchor x="996.0" y="2200.0" name="top"/>
+ <anchor x="1872.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1156" y="1188" type="line"/>
- <point x="348" y="1188" type="line"/>
- <point x="348" y="816" type="line"/>
- <point x="1156" y="816" type="line"/>
+ <point x="1156.0" y="1188.0" type="line"/>
+ <point x="348.0" y="1188.0" type="line"/>
+ <point x="348.0" y="816.0" type="line"/>
+ <point x="1156.0" y="816.0" type="line"/>
</contour>
<contour>
- <point x="1340" y="676" type="line"/>
- <point x="1328" y="452"/>
- <point x="1212" y="340"/>
- <point x="980" y="340" type="curve" smooth="yes"/>
- <point x="704" y="340"/>
- <point x="596" y="520"/>
- <point x="596" y="944" type="curve" smooth="yes"/>
- <point x="596" y="1056" type="line" smooth="yes"/>
- <point x="596" y="1484"/>
- <point x="724" y="1656"/>
- <point x="976" y="1656" type="curve" smooth="yes"/>
- <point x="1236" y="1656"/>
- <point x="1332" y="1536"/>
- <point x="1344" y="1308" type="curve"/>
- <point x="1800" y="1308" type="line"/>
- <point x="1764" y="1724"/>
- <point x="1492" y="2032"/>
- <point x="976" y="2032" type="curve" smooth="yes"/>
- <point x="468" y="2032"/>
- <point x="136" y="1656"/>
- <point x="136" y="1052" type="curve"/>
- <point x="136" y="944" type="line"/>
- <point x="136" y="344"/>
- <point x="452" y="-28"/>
- <point x="980" y="-28" type="curve" smooth="yes"/>
- <point x="1472" y="-28"/>
- <point x="1776" y="256"/>
- <point x="1800" y="676" type="curve"/>
- </contour>
- <contour>
- <point x="996" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1872" y="2200" type="move" name="top0315"/>
+ <point x="1340.0" y="676.0" type="line"/>
+ <point x="1328.0" y="452.0"/>
+ <point x="1212.0" y="340.0"/>
+ <point x="980.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="340.0"/>
+ <point x="596.0" y="520.0"/>
+ <point x="596.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="596.0" y="1484.0"/>
+ <point x="724.0" y="1656.0"/>
+ <point x="976.0" y="1656.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="1656.0"/>
+ <point x="1332.0" y="1536.0"/>
+ <point x="1344.0" y="1308.0" type="curve"/>
+ <point x="1800.0" y="1308.0" type="line"/>
+ <point x="1764.0" y="1724.0"/>
+ <point x="1492.0" y="2032.0"/>
+ <point x="976.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="2032.0"/>
+ <point x="136.0" y="1656.0"/>
+ <point x="136.0" y="1052.0" type="curve"/>
+ <point x="136.0" y="944.0" type="line"/>
+ <point x="136.0" y="344.0"/>
+ <point x="452.0" y="-28.0"/>
+ <point x="980.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="-28.0"/>
+ <point x="1776.0" y="256.0"/>
+ <point x="1800.0" y="676.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1840, 'leftMargin': 103, 'rightMargin': 72}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10054.glif b/src/Inter-UI-Black.ufo/glyphs/afii10054.glif
new file mode 100644
index 000000000..64b8b30d1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10054.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10054" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0405"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="1760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2200.0" name="parent_top"/>
+ <anchor x="912.0" y="2200.0" name="top"/>
+ <anchor x="1760.0" y="2200.0" name="top0315"/>
+ <anchor x="1760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10055.glif b/src/Inter-UI-Black.ufo/glyphs/afii10055.glif
new file mode 100644
index 000000000..dde146fac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10055.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10055" format="2">
+ <advance width="752.0"/>
+ <unicode hex="0406"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10056.glif b/src/Inter-UI-Black.ufo/glyphs/afii10056.glif
new file mode 100644
index 000000000..ad21fb487
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10056.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10056" format="2">
+ <advance width="752.0"/>
+ <unicode hex="0407"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="380.0" y="2644.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dieresis" xOffset="-280.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10057.glif b/src/Inter-UI-Black.ufo/glyphs/afii10057.glif
new file mode 100644
index 000000000..ffdbc5f5a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10057.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10057" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="0408"/>
+ <anchor x="752.0" y="-16.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1228.0" y="2200.0" name="parent_top"/>
+ <anchor x="1228.0" y="2200.0" name="top"/>
+ <anchor x="1628.0" y="2200.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="J"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10058.glif b/src/Inter-UI-Black.ufo/glyphs/afii10058.glif
index 491221d21..1fd9955dc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10058.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10058.glif
@@ -1,55 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10058" format="1">
- <advance width="3104"/>
+<glyph name="afii10058" format="2">
+ <advance width="3104.0"/>
<unicode hex="0409"/>
<outline>
<contour>
- <point x="532" y="2004" type="line"/>
- <point x="500" y="1152" type="line" smooth="yes"/>
- <point x="480" y="588"/>
- <point x="404" y="400"/>
- <point x="188" y="376" type="curve" smooth="yes"/>
- <point x="136" y="372" type="line"/>
- <point x="136" y="0" type="line"/>
- <point x="248" y="0" type="line" smooth="yes"/>
- <point x="688" y="0"/>
- <point x="904" y="216"/>
- <point x="940" y="984" type="curve" smooth="yes"/>
- <point x="992" y="2004" type="line"/>
+ <point x="532.0" y="2004.0" type="line"/>
+ <point x="500.0" y="1152.0" type="line" smooth="yes"/>
+ <point x="480.0" y="588.0"/>
+ <point x="404.0" y="400.0"/>
+ <point x="188.0" y="376.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="372.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="248.0" y="0.0" type="line" smooth="yes"/>
+ <point x="688.0" y="0.0"/>
+ <point x="904.0" y="216.0"/>
+ <point x="940.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1592" y="2004" type="line"/>
- <point x="572" y="2004" type="line"/>
- <point x="572" y="1628" type="line"/>
- <point x="1592" y="1628" type="line"/>
+ <point x="1592.0" y="2004.0" type="line"/>
+ <point x="572.0" y="2004.0" type="line"/>
+ <point x="572.0" y="1628.0" type="line"/>
+ <point x="1592.0" y="1628.0" type="line"/>
</contour>
<contour>
- <point x="1744" y="1356" type="line"/>
- <point x="1744" y="984" type="line"/>
- <point x="2184" y="984" type="line" smooth="yes"/>
- <point x="2400" y="984"/>
- <point x="2512" y="840"/>
- <point x="2512" y="680" type="curve" smooth="yes"/>
- <point x="2512" y="516"/>
- <point x="2400" y="372"/>
- <point x="2184" y="372" type="curve" smooth="yes"/>
- <point x="1908" y="372" type="line"/>
- <point x="1908" y="2004" type="line"/>
- <point x="1448" y="2004" type="line"/>
- <point x="1448" y="0" type="line"/>
- <point x="2184" y="0" type="line" smooth="yes"/>
- <point x="2664" y="0"/>
- <point x="2972" y="284"/>
- <point x="2972" y="680" type="curve" smooth="yes"/>
- <point x="2972" y="1068"/>
- <point x="2664" y="1356"/>
- <point x="2184" y="1356" type="curve" smooth="yes"/>
+ <point x="1744.0" y="1356.0" type="line"/>
+ <point x="1744.0" y="984.0" type="line"/>
+ <point x="2184.0" y="984.0" type="line" smooth="yes"/>
+ <point x="2400.0" y="984.0"/>
+ <point x="2512.0" y="840.0"/>
+ <point x="2512.0" y="680.0" type="curve" smooth="yes"/>
+ <point x="2512.0" y="516.0"/>
+ <point x="2400.0" y="372.0"/>
+ <point x="2184.0" y="372.0" type="curve" smooth="yes"/>
+ <point x="1908.0" y="372.0" type="line"/>
+ <point x="1908.0" y="2004.0" type="line"/>
+ <point x="1448.0" y="2004.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
+ <point x="2184.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2664.0" y="0.0"/>
+ <point x="2972.0" y="284.0"/>
+ <point x="2972.0" y="680.0" type="curve" smooth="yes"/>
+ <point x="2972.0" y="1068.0"/>
+ <point x="2664.0" y="1356.0"/>
+ <point x="2184.0" y="1356.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2962, 'leftMargin': 52, 'rightMargin': 73}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10059.glif b/src/Inter-UI-Black.ufo/glyphs/afii10059.glif
index b0422401c..c00e5d200 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10059.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10059.glif
@@ -1,47 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10059" format="1">
- <advance width="3104"/>
+<glyph name="afii10059" format="2">
+ <advance width="3104.0"/>
<unicode hex="040A"/>
<outline>
<contour>
- <point x="1540" y="1164" type="line"/>
- <point x="504" y="1164" type="line"/>
- <point x="504" y="792" type="line"/>
- <point x="1540" y="792" type="line"/>
+ <point x="1540.0" y="1164.0" type="line"/>
+ <point x="504.0" y="1164.0" type="line"/>
+ <point x="504.0" y="792.0" type="line"/>
+ <point x="1540.0" y="792.0" type="line"/>
</contour>
<contour>
- <point x="652" y="2004" type="line"/>
- <point x="192" y="2004" type="line"/>
- <point x="192" y="0" type="line"/>
- <point x="652" y="0" type="line"/>
+ <point x="652.0" y="2004.0" type="line"/>
+ <point x="192.0" y="2004.0" type="line"/>
+ <point x="192.0" y="0.0" type="line"/>
+ <point x="652.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1688" y="1360" type="line"/>
- <point x="1688" y="992" type="line"/>
- <point x="2128" y="992" type="line"/>
- <point x="2344" y="992"/>
- <point x="2456" y="844"/>
- <point x="2456" y="684" type="curve"/>
- <point x="2456" y="516"/>
- <point x="2344" y="368"/>
- <point x="2128" y="368" type="curve"/>
- <point x="1852" y="368" type="line"/>
- <point x="1852" y="2004" type="line"/>
- <point x="1396" y="2004" type="line"/>
- <point x="1396" y="0" type="line"/>
- <point x="2128" y="0" type="line"/>
- <point x="2612" y="0"/>
- <point x="2916" y="288"/>
- <point x="2916" y="680" type="curve"/>
- <point x="2916" y="1072"/>
- <point x="2612" y="1360"/>
- <point x="2128" y="1360" type="curve"/>
+ <point x="1688.0" y="1360.0" type="line"/>
+ <point x="1688.0" y="992.0" type="line"/>
+ <point x="2128.0" y="992.0" type="line"/>
+ <point x="2344.0" y="992.0"/>
+ <point x="2456.0" y="844.0"/>
+ <point x="2456.0" y="684.0" type="curve"/>
+ <point x="2456.0" y="516.0"/>
+ <point x="2344.0" y="368.0"/>
+ <point x="2128.0" y="368.0" type="curve"/>
+ <point x="1852.0" y="368.0" type="line"/>
+ <point x="1852.0" y="2004.0" type="line"/>
+ <point x="1396.0" y="2004.0" type="line"/>
+ <point x="1396.0" y="0.0" type="line"/>
+ <point x="2128.0" y="0.0" type="line"/>
+ <point x="2612.0" y="0.0"/>
+ <point x="2916.0" y="288.0"/>
+ <point x="2916.0" y="680.0" type="curve"/>
+ <point x="2916.0" y="1072.0"/>
+ <point x="2612.0" y="1360.0"/>
+ <point x="2128.0" y="1360.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2959.0, 'leftMargin': 160, 'rightMargin': 74.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10060.glif b/src/Inter-UI-Black.ufo/glyphs/afii10060.glif
index dcd7e985d..50d57f923 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10060.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10060.glif
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10060" format="1">
- <advance width="2080"/>
+<glyph name="afii10060" format="2">
+ <advance width="2080.0"/>
<unicode hex="040B"/>
<outline>
<contour>
- <point x="2024" y="0" type="line"/>
- <point x="2024" y="612" type="line" smooth="yes"/>
- <point x="2024" y="1076"/>
- <point x="1700" y="1292"/>
- <point x="1208" y="1292" type="curve" smooth="yes"/>
- <point x="1120" y="1292"/>
- <point x="860" y="1272"/>
- <point x="772" y="1240" type="curve"/>
- <point x="772" y="868" type="line"/>
- <point x="856" y="900"/>
- <point x="1112" y="920"/>
- <point x="1208" y="920" type="curve" smooth="yes"/>
- <point x="1448" y="920"/>
- <point x="1564" y="852"/>
- <point x="1564" y="612" type="curve" smooth="yes"/>
- <point x="1564" y="0" type="line"/>
+ <point x="2024.0" y="0.0" type="line"/>
+ <point x="2024.0" y="612.0" type="line" smooth="yes"/>
+ <point x="2024.0" y="1076.0"/>
+ <point x="1700.0" y="1292.0"/>
+ <point x="1208.0" y="1292.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1292.0"/>
+ <point x="860.0" y="1272.0"/>
+ <point x="772.0" y="1240.0" type="curve"/>
+ <point x="772.0" y="868.0" type="line"/>
+ <point x="856.0" y="900.0"/>
+ <point x="1112.0" y="920.0"/>
+ <point x="1208.0" y="920.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="920.0"/>
+ <point x="1564.0" y="852.0"/>
+ <point x="1564.0" y="612.0" type="curve" smooth="yes"/>
+ <point x="1564.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="964" y="2004" type="line"/>
- <point x="504" y="2004" type="line"/>
- <point x="504" y="0" type="line"/>
- <point x="964" y="0" type="line"/>
+ <point x="964.0" y="2004.0" type="line"/>
+ <point x="504.0" y="2004.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="964.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1580" y="2004" type="line"/>
- <point x="60" y="2004" type="line"/>
- <point x="60" y="1628" type="line"/>
- <point x="1580" y="1628" type="line"/>
+ <point x="1580.0" y="2004.0" type="line"/>
+ <point x="60.0" y="2004.0" type="line"/>
+ <point x="60.0" y="1628.0" type="line"/>
+ <point x="1580.0" y="1628.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2127, 'leftMargin': 30, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10061.glif b/src/Inter-UI-Black.ufo/glyphs/afii10061.glif
new file mode 100644
index 000000000..c7a22d08c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10061.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10061" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="040C"/>
+ <anchor x="940.0" y="2.0" name="bottom"/>
+ <anchor x="1972.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="864.0" y="2200.0" name="parent_top"/>
+ <anchor x="864.0" y="2720.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="acute" xOffset="500.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10062.glif b/src/Inter-UI-Black.ufo/glyphs/afii10062.glif
new file mode 100644
index 000000000..8994b499e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10062.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10062" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="040E"/>
+ <anchor x="956.0" y="2200.0" name="parent_top"/>
+ <anchor x="956.0" y="2672.0" name="top"/>
+ <anchor x="1804.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10037"/>
+ <component base="breve" xOffset="300.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10065.glif b/src/Inter-UI-Black.ufo/glyphs/afii10065.glif
new file mode 100644
index 000000000..8bc0b5aa3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10065.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10065" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0430"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10145.glif b/src/Inter-UI-Black.ufo/glyphs/afii10145.glif
index 0ed904ff1..a03f05e31 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10145.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10145.glif
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10145" format="1">
- <advance width="2080"/>
+<glyph name="afii10145" format="2">
+ <advance width="2080.0"/>
<unicode hex="040F"/>
<outline>
<contour>
- <point x="208" y="0" type="line"/>
- <point x="1876" y="0" type="line"/>
- <point x="1876" y="2004" type="line"/>
- <point x="1412" y="2004" type="line"/>
- <point x="1412" y="372" type="line"/>
- <point x="668" y="372" type="line"/>
- <point x="668" y="2004" type="line"/>
- <point x="208" y="2004" type="line"/>
+ <point x="208.0" y="0.0" type="line"/>
+ <point x="1876.0" y="0.0" type="line"/>
+ <point x="1876.0" y="2004.0" type="line"/>
+ <point x="1412.0" y="2004.0" type="line"/>
+ <point x="1412.0" y="372.0" type="line"/>
+ <point x="668.0" y="372.0" type="line"/>
+ <point x="668.0" y="2004.0" type="line"/>
+ <point x="208.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1292" y="372" type="line"/>
- <point x="832" y="372" type="line"/>
- <point x="832" y="-496" type="line"/>
- <point x="1292" y="-496" type="line"/>
+ <point x="1292.0" y="372.0" type="line"/>
+ <point x="832.0" y="372.0" type="line"/>
+ <point x="832.0" y="-496.0" type="line"/>
+ <point x="1292.0" y="-496.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1958.0, 'leftMargin': 132, 'rightMargin': 159.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10146.glif b/src/Inter-UI-Black.ufo/glyphs/afii10146.glif
new file mode 100644
index 000000000..ef5e43d7d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10146.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10146" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0462"/>
+ <outline>
+ <component base="afii10046"/>
+ <component base="crossbar" xOffset="-224.0" yOffset="596.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10147.glif b/src/Inter-UI-Black.ufo/glyphs/afii10147.glif
index fa767d4f3..8eb4f15d9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10147.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10147.glif
@@ -1,47 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10147" format="1">
- <advance width="2040"/>
+<glyph name="afii10147" format="2">
+ <advance width="2040.0"/>
<unicode hex="0472"/>
+ <guideline x="1024.0" y="1436.0" angle="90.0"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1944.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1532" y="1176" type="line"/>
- <point x="1020" y="1064"/>
- <point x="1020" y="1320"/>
- <point x="508" y="1176" type="curve"/>
- <point x="508" y="876" type="line"/>
- <point x="1020" y="984"/>
- <point x="1020" y="728"/>
- <point x="1532" y="876" type="curve"/>
+ <point x="1532.0" y="1176.0" type="line"/>
+ <point x="1020.0" y="1064.0"/>
+ <point x="1020.0" y="1320.0"/>
+ <point x="508.0" y="1176.0" type="curve"/>
+ <point x="508.0" y="876.0" type="line"/>
+ <point x="1020.0" y="984.0"/>
+ <point x="1020.0" y="728.0"/>
+ <point x="1532.0" y="876.0" type="curve"/>
</contour>
- <component base="O"/>
<contour>
- <point x="1024" y="2200" type="move" name="top"/>
+ <point x="1920.0" y="1020.0" type="curve"/>
+ <point x="1920.0" y="1696.0"/>
+ <point x="1532.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1920.0" y="348.0"/>
</contour>
<contour>
- <point x="1944" y="2200" type="move" name="top0315"/>
+ <point x="1452.0" y="1020.0" type="curve"/>
+ <point x="1452.0" y="560.0"/>
+ <point x="1276.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="1660.0"/>
+ <point x="1452.0" y="1480.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1436</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 173, 'rightMargin': 35}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii10148.glif b/src/Inter-UI-Black.ufo/glyphs/afii10148.glif
index d6c0b6f85..179061b63 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii10148.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii10148.glif
@@ -1,68 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10148" format="1">
- <advance width="2080"/>
+<glyph name="afii10148" format="2">
+ <advance width="2080.0"/>
<unicode hex="0474"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="1960.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1068" y="536" type="line"/>
- <point x="964" y="0" type="line"/>
- <point x="1300" y="0" type="line"/>
- <point x="1724" y="1496" type="line"/>
- <point x="1744" y="1572"/>
- <point x="1804" y="1644"/>
- <point x="1880" y="1644" type="curve"/>
- <point x="1928" y="1644" type="line"/>
- <point x="1932" y="2024" type="line"/>
- <point x="1884" y="2028" type="line"/>
- <point x="1588" y="2028"/>
- <point x="1432" y="1832"/>
- <point x="1332" y="1516" type="curve" smooth="yes"/>
+ <point x="1068.0" y="536.0" type="line"/>
+ <point x="964.0" y="0.0" type="line"/>
+ <point x="1300.0" y="0.0" type="line"/>
+ <point x="1724.0" y="1496.0" type="line"/>
+ <point x="1744.0" y="1572.0"/>
+ <point x="1804.0" y="1644.0"/>
+ <point x="1880.0" y="1644.0" type="curve"/>
+ <point x="1928.0" y="1644.0" type="line"/>
+ <point x="1932.0" y="2024.0" type="line"/>
+ <point x="1884.0" y="2028.0" type="line"/>
+ <point x="1588.0" y="2028.0"/>
+ <point x="1432.0" y="1832.0"/>
+ <point x="1332.0" y="1516.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="632" y="2004" type="line"/>
- <point x="148" y="2004" type="line"/>
- <point x="804" y="0" type="line"/>
- <point x="1140" y="0" type="line"/>
- <point x="1032" y="544" type="line"/>
- </contour>
- <contour>
- <point x="1048" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1960" y="2200" type="move" name="top0315"/>
+ <point x="632.0" y="2004.0" type="line"/>
+ <point x="148.0" y="2004.0" type="line"/>
+ <point x="804.0" y="0.0" type="line"/>
+ <point x="1140.0" y="0.0" type="line"/>
+ <point x="1032.0" y="544.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1821, 'leftMargin': 11, 'rightMargin': 28}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii300.glif b/src/Inter-UI-Black.ufo/glyphs/afii300.glif
index 32f79b1fb..053c1c6d9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii300.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii300.glif
@@ -1,42 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii300" format="1">
- <advance width="0"/>
+<glyph name="afii300" format="2">
<unicode hex="200F"/>
<outline>
<contour>
- <point x="-392" y="1623" type="line"/>
- <point x="-1247" y="1623" type="line"/>
- <point x="-1247" y="1911" type="line"/>
- <point x="-392" y="1911" type="line"/>
+ <point x="-392.0" y="1623.0" type="line"/>
+ <point x="-1247.0" y="1623.0" type="line"/>
+ <point x="-1247.0" y="1911.0" type="line"/>
+ <point x="-392.0" y="1911.0" type="line"/>
</contour>
<contour>
- <point x="-1158" y="1401" type="line"/>
- <point x="-1427" y="1767" type="line"/>
- <point x="-1191" y="1851" type="line"/>
- <point x="-822" y="1401" type="line"/>
+ <point x="-1158.0" y="1401.0" type="line"/>
+ <point x="-1427.0" y="1767.0" type="line"/>
+ <point x="-1191.0" y="1851.0" type="line"/>
+ <point x="-822.0" y="1401.0" type="line"/>
</contour>
<contour>
- <point x="-822" y="2133" type="line"/>
- <point x="-1191" y="1683" type="line"/>
- <point x="-1427" y="1767" type="line"/>
- <point x="-1158" y="2133" type="line"/>
+ <point x="-822.0" y="2133.0" type="line"/>
+ <point x="-1191.0" y="1683.0" type="line"/>
+ <point x="-1427.0" y="1767.0" type="line"/>
+ <point x="-1158.0" y="2133.0" type="line"/>
</contour>
<contour>
- <point x="-392" y="-275" type="line"/>
- <point x="-708" y="-275" type="line"/>
- <point x="-708" y="1794" type="line"/>
- <point x="-392" y="1794" type="line"/>
+ <point x="-392.0" y="-275.0" type="line"/>
+ <point x="-708.0" y="-275.0" type="line"/>
+ <point x="-708.0" y="1794.0" type="line"/>
+ <point x="-392.0" y="1794.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii57596.glif b/src/Inter-UI-Black.ufo/glyphs/afii57596.glif
index 5105b63e8..3f90112a0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii57596.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii57596.glif
@@ -1,42 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii57596" format="1">
- <advance width="0"/>
+<glyph name="afii57596" format="2">
<unicode hex="200E"/>
<outline>
<contour>
- <point x="-1236" y="1623" type="line"/>
- <point x="-381" y="1623" type="line"/>
- <point x="-381" y="1911" type="line"/>
- <point x="-1236" y="1911" type="line"/>
+ <point x="-1236.0" y="1623.0" type="line"/>
+ <point x="-381.0" y="1623.0" type="line"/>
+ <point x="-381.0" y="1911.0" type="line"/>
+ <point x="-1236.0" y="1911.0" type="line"/>
</contour>
<contour>
- <point x="-470" y="1401" type="line"/>
- <point x="-201" y="1767" type="line"/>
- <point x="-437" y="1851" type="line"/>
- <point x="-806" y="1401" type="line"/>
+ <point x="-470.0" y="1401.0" type="line"/>
+ <point x="-201.0" y="1767.0" type="line"/>
+ <point x="-437.0" y="1851.0" type="line"/>
+ <point x="-806.0" y="1401.0" type="line"/>
</contour>
<contour>
- <point x="-806" y="2133" type="line"/>
- <point x="-437" y="1683" type="line"/>
- <point x="-201" y="1767" type="line"/>
- <point x="-470" y="2133" type="line"/>
+ <point x="-806.0" y="2133.0" type="line"/>
+ <point x="-437.0" y="1683.0" type="line"/>
+ <point x="-201.0" y="1767.0" type="line"/>
+ <point x="-470.0" y="2133.0" type="line"/>
</contour>
<contour>
- <point x="-1236" y="-275" type="line"/>
- <point x="-920" y="-275" type="line"/>
- <point x="-920" y="1794" type="line"/>
- <point x="-1236" y="1794" type="line"/>
+ <point x="-1236.0" y="-275.0" type="line"/>
+ <point x="-920.0" y="-275.0" type="line"/>
+ <point x="-920.0" y="1794.0" type="line"/>
+ <point x="-1236.0" y="1794.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii57598.glif b/src/Inter-UI-Black.ufo/glyphs/afii57598.glif
index bbe0eb421..2605855c3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii57598.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii57598.glif
@@ -1,36 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii57598" format="1">
- <advance width="0"/>
+<glyph name="afii57598" format="2">
<unicode hex="200D"/>
<outline>
<contour>
- <point x="-952" y="-275" type="line"/>
- <point x="-635" y="-275" type="line"/>
- <point x="-635" y="1616" type="line"/>
- <point x="-952" y="1616" type="line"/>
+ <point x="-952.0" y="-275.0" type="line"/>
+ <point x="-635.0" y="-275.0" type="line"/>
+ <point x="-635.0" y="1616.0" type="line"/>
+ <point x="-952.0" y="1616.0" type="line"/>
</contour>
<contour>
- <point x="-334" y="1434" type="line"/>
- <point x="-1022" y="2138" type="line"/>
- <point x="-1254" y="1917" type="line"/>
- <point x="-567" y="1213" type="line"/>
+ <point x="-334.0" y="1434.0" type="line"/>
+ <point x="-1022.0" y="2138.0" type="line"/>
+ <point x="-1254.0" y="1917.0" type="line"/>
+ <point x="-567.0" y="1213.0" type="line"/>
</contour>
<contour>
- <point x="-1022" y="1213" type="line"/>
- <point x="-334" y="1917" type="line"/>
- <point x="-567" y="2138" type="line"/>
- <point x="-1254" y="1434" type="line"/>
+ <point x="-1022.0" y="1213.0" type="line"/>
+ <point x="-334.0" y="1917.0" type="line"/>
+ <point x="-567.0" y="2138.0" type="line"/>
+ <point x="-1254.0" y="1434.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii57636.glif b/src/Inter-UI-Black.ufo/glyphs/afii57636.glif
index 08059a63d..65e2e41fc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii57636.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii57636.glif
@@ -1,69 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii57636" format="1">
- <advance width="2584"/>
+<glyph name="afii57636" format="2">
+ <advance width="2584.0"/>
<unicode hex="20AA"/>
+ <guideline x="1944.0" y="1516.0" angle="0.0"/>
<outline>
<contour>
- <point x="164" y="1536" type="line"/>
- <point x="164" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1180" type="line"/>
- <point x="1212" y="1180" type="line" smooth="yes"/>
- <point x="1332" y="1180"/>
- <point x="1372" y="1136"/>
- <point x="1372" y="1020" type="curve" smooth="yes"/>
- <point x="1372" y="516" type="line"/>
- <point x="1816" y="516" type="line"/>
- <point x="1816" y="1020" type="line" smooth="yes"/>
- <point x="1816" y="1340"/>
- <point x="1652" y="1536"/>
- <point x="1276" y="1536" type="curve" smooth="yes"/>
+ <point x="164.0" y="1536.0" type="line"/>
+ <point x="164.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1180.0" type="line"/>
+ <point x="1212.0" y="1180.0" type="line" smooth="yes"/>
+ <point x="1332.0" y="1180.0"/>
+ <point x="1372.0" y="1136.0"/>
+ <point x="1372.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="516.0" type="line"/>
+ <point x="1816.0" y="516.0" type="line"/>
+ <point x="1816.0" y="1020.0" type="line" smooth="yes"/>
+ <point x="1816.0" y="1340.0"/>
+ <point x="1652.0" y="1536.0"/>
+ <point x="1276.0" y="1536.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="768" y="0" type="line"/>
- <point x="1880" y="0" type="line" smooth="yes"/>
- <point x="2256" y="0"/>
- <point x="2420" y="196"/>
- <point x="2420" y="516" type="curve" smooth="yes"/>
- <point x="2420" y="1516" type="line"/>
- <point x="1976" y="1516" type="line"/>
- <point x="1976" y="516" type="line" smooth="yes"/>
- <point x="1976" y="400"/>
- <point x="1936" y="356"/>
- <point x="1816" y="356" type="curve" smooth="yes"/>
- <point x="1212" y="356" type="line"/>
- <point x="1212" y="1020" type="line"/>
- <point x="768" y="1020" type="line"/>
+ <point x="768.0" y="0.0" type="line"/>
+ <point x="1880.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2256.0" y="0.0"/>
+ <point x="2420.0" y="196.0"/>
+ <point x="2420.0" y="516.0" type="curve" smooth="yes"/>
+ <point x="2420.0" y="1516.0" type="line"/>
+ <point x="1976.0" y="1516.0" type="line"/>
+ <point x="1976.0" y="516.0" type="line" smooth="yes"/>
+ <point x="1976.0" y="400.0"/>
+ <point x="1936.0" y="356.0"/>
+ <point x="1816.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="356.0" type="line"/>
+ <point x="1212.0" y="1020.0" type="line"/>
+ <point x="768.0" y="1020.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1944</integer>
- <key>y</key>
- <integer>1516</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2545, 'leftMargin': 140, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/afii61664.glif b/src/Inter-UI-Black.ufo/glyphs/afii61664.glif
index 4282e7c95..4c6505eb6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/afii61664.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/afii61664.glif
@@ -1,24 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii61664" format="1">
- <advance width="0"/>
+<glyph name="afii61664" format="2">
<unicode hex="200C"/>
<outline>
<contour>
- <point x="-950" y="-275" type="line"/>
- <point x="-634" y="-275" type="line"/>
- <point x="-634" y="1616" type="line"/>
- <point x="-950" y="1616" type="line"/>
+ <point x="-950.0" y="-275.0" type="line"/>
+ <point x="-634.0" y="-275.0" type="line"/>
+ <point x="-634.0" y="1616.0" type="line"/>
+ <point x="-950.0" y="1616.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/agrave.glif b/src/Inter-UI-Black.ufo/glyphs/agrave.glif
new file mode 100644
index 000000000..3af44efce
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/agrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="agrave" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="00E0"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2296.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="grave" xOffset="92.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ahookabove.glif b/src/Inter-UI-Black.ufo/glyphs/ahookabove.glif
new file mode 100644
index 000000000..fcf92f683
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ahookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ahookabove" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1EA3"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2395.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="hook" xOffset="1627.0" yOffset="-10.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aiecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/aiecyrillic.glif
new file mode 100644
index 000000000..07e0f90f5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aiecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aiecyrillic" format="2">
+ <advance width="2444.0"/>
+ <unicode hex="04D5"/>
+ <anchor x="1244.0" y="1776.0" name="parent_top"/>
+ <anchor x="1244.0" y="1776.0" name="top"/>
+ <anchor x="2476.0" y="1776.0" name="top0315"/>
+ <anchor x="2476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="ae"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ainvertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/ainvertedbreve.glif
new file mode 100644
index 000000000..91546b88c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ainvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ainvertedbreve" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0203"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2326.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breveinvnosp" xOffset="1572.0" yOffset="181.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/alpha.glif b/src/Inter-UI-Black.ufo/glyphs/alpha.glif
index d8172702c..0426a8233 100644
--- a/src/Inter-UI-Black.ufo/glyphs/alpha.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/alpha.glif
@@ -1,73 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="alpha" format="1">
- <advance width="1652"/>
+<glyph name="alpha" format="2">
+ <advance width="1652.0"/>
<unicode hex="03B1"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="96" y="732" type="line"/>
- <point x="96" y="288"/>
- <point x="300" y="-28"/>
- <point x="676" y="-28" type="curve" smooth="yes"/>
- <point x="1000" y="-28"/>
- <point x="1132" y="308"/>
- <point x="1188" y="720" type="curve"/>
- <point x="1188" y="756" type="line"/>
- <point x="1132" y="1200"/>
- <point x="1000" y="1556"/>
- <point x="680" y="1556" type="curve" smooth="yes"/>
- <point x="300" y="1556"/>
- <point x="96" y="1228"/>
- <point x="96" y="760" type="curve" smooth="yes"/>
+ <point x="96.0" y="732.0" type="line"/>
+ <point x="96.0" y="288.0"/>
+ <point x="300.0" y="-28.0"/>
+ <point x="676.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="-28.0"/>
+ <point x="1132.0" y="308.0"/>
+ <point x="1188.0" y="720.0" type="curve"/>
+ <point x="1188.0" y="756.0" type="line"/>
+ <point x="1132.0" y="1200.0"/>
+ <point x="1000.0" y="1556.0"/>
+ <point x="680.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="300.0" y="1556.0"/>
+ <point x="96.0" y="1228.0"/>
+ <point x="96.0" y="760.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="544" y="760" type="line"/>
- <point x="544" y="996"/>
- <point x="608" y="1192"/>
- <point x="792" y="1192" type="curve" smooth="yes"/>
- <point x="972" y="1192"/>
- <point x="1044" y="1044"/>
- <point x="1060" y="792" type="curve"/>
- <point x="1060" y="680" type="line"/>
- <point x="1044" y="464"/>
- <point x="972" y="340"/>
- <point x="788" y="340" type="curve" smooth="yes"/>
- <point x="600" y="340"/>
- <point x="544" y="504"/>
- <point x="544" y="732" type="curve" smooth="yes"/>
+ <point x="544.0" y="760.0" type="line"/>
+ <point x="544.0" y="996.0"/>
+ <point x="608.0" y="1192.0"/>
+ <point x="792.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1192.0"/>
+ <point x="1044.0" y="1044.0"/>
+ <point x="1060.0" y="792.0" type="curve"/>
+ <point x="1060.0" y="680.0" type="line"/>
+ <point x="1044.0" y="464.0"/>
+ <point x="972.0" y="340.0"/>
+ <point x="788.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="340.0"/>
+ <point x="544.0" y="504.0"/>
+ <point x="544.0" y="732.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1048" y="1536" type="line"/>
- <point x="992" y="1204" type="line"/>
- <point x="992" y="396" type="line"/>
- <point x="1040" y="108"/>
- <point x="1188" y="-28"/>
- <point x="1420" y="-28" type="curve" smooth="yes"/>
- <point x="1484" y="-28"/>
- <point x="1532" y="-24"/>
- <point x="1592" y="0" type="curve"/>
- <point x="1556" y="344" type="line"/>
- <point x="1552" y="340"/>
- <point x="1544" y="340"/>
- <point x="1532" y="340" type="curve" smooth="yes"/>
- <point x="1468" y="340"/>
- <point x="1436" y="388"/>
- <point x="1436" y="520" type="curve" smooth="yes"/>
- <point x="1436" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="860" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="880" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1592" y="1776" type="move" name="top0315"/>
+ <point x="1048.0" y="1536.0" type="line"/>
+ <point x="992.0" y="1204.0" type="line"/>
+ <point x="992.0" y="396.0" type="line"/>
+ <point x="1040.0" y="108.0"/>
+ <point x="1188.0" y="-28.0"/>
+ <point x="1420.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="-28.0"/>
+ <point x="1532.0" y="-24.0"/>
+ <point x="1592.0" y="0.0" type="curve"/>
+ <point x="1556.0" y="344.0" type="line"/>
+ <point x="1552.0" y="340.0"/>
+ <point x="1544.0" y="340.0"/>
+ <point x="1532.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="1468.0" y="340.0"/>
+ <point x="1436.0" y="388.0"/>
+ <point x="1436.0" y="520.0" type="curve" smooth="yes"/>
+ <point x="1436.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 89, 'rightMargin': 2}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/alphatonos.glif b/src/Inter-UI-Black.ufo/glyphs/alphatonos.glif
new file mode 100644
index 000000000..9ffc7e27c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/alphatonos.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="alphatonos" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="03AC"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="tonos" xOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/amacron.glif b/src/Inter-UI-Black.ufo/glyphs/amacron.glif
new file mode 100644
index 000000000..29720d02f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/amacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="amacron" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0101"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2208.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="macron" xOffset="-4.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ampersand.glif b/src/Inter-UI-Black.ufo/glyphs/ampersand.glif
index 694454e57..3f7d1060e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ampersand.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ampersand.glif
@@ -1,76 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ampersand" format="1">
- <advance width="2080"/>
+<glyph name="ampersand" format="2">
+ <advance width="2080.0"/>
<unicode hex="0026"/>
<outline>
<contour>
- <point x="520" y="1076" type="line"/>
- <point x="308" y="924"/>
- <point x="164" y="788"/>
- <point x="164" y="552" type="curve"/>
- <point x="164" y="212"/>
- <point x="412" y="-28"/>
- <point x="816" y="-28" type="curve"/>
- <point x="1060" y="-28"/>
- <point x="1236" y="36"/>
- <point x="1420" y="176" type="curve" smooth="yes"/>
- <point x="1432" y="184"/>
- <point x="1460" y="204"/>
- <point x="1472" y="208" type="curve" smooth="yes"/>
- <point x="1712" y="400"/>
- <point x="1800" y="692"/>
- <point x="1800" y="1020" type="curve"/>
- <point x="1428" y="1020" type="line"/>
- <point x="1428" y="616"/>
- <point x="1140" y="336"/>
- <point x="844" y="336" type="curve" smooth="yes"/>
- <point x="712" y="336"/>
- <point x="608" y="436"/>
- <point x="608" y="580" type="curve"/>
- <point x="608" y="668"/>
- <point x="628" y="732"/>
- <point x="700" y="804" type="curve"/>
- <point x="1152" y="1132" type="line" smooth="yes"/>
- <point x="1304" y="1244"/>
- <point x="1416" y="1396"/>
- <point x="1416" y="1584" type="curve"/>
- <point x="1416" y="1852"/>
- <point x="1216" y="2076"/>
- <point x="900" y="2076" type="curve" smooth="yes"/>
- <point x="560" y="2076"/>
- <point x="340" y="1848"/>
- <point x="340" y="1524" type="curve" smooth="yes"/>
- <point x="340" y="1316"/>
- <point x="464" y="1136"/>
- <point x="656" y="892" type="curve" smooth="yes"/>
- <point x="1420" y="0" type="line"/>
- <point x="1920" y="0" type="line"/>
- <point x="976" y="1108" type="line"/>
- <point x="836" y="1280"/>
- <point x="724" y="1400"/>
- <point x="724" y="1528" type="curve" smooth="yes"/>
- <point x="724" y="1632"/>
- <point x="784" y="1708"/>
- <point x="896" y="1708" type="curve" smooth="yes"/>
- <point x="1000" y="1708"/>
- <point x="1060" y="1624"/>
- <point x="1060" y="1548" type="curve"/>
- <point x="1060" y="1488"/>
- <point x="1044" y="1420"/>
- <point x="928" y="1344" type="curve" smooth="yes"/>
+ <point x="520.0" y="1076.0" type="line"/>
+ <point x="308.0" y="924.0"/>
+ <point x="164.0" y="788.0"/>
+ <point x="164.0" y="552.0" type="curve"/>
+ <point x="164.0" y="212.0"/>
+ <point x="412.0" y="-28.0"/>
+ <point x="816.0" y="-28.0" type="curve"/>
+ <point x="1060.0" y="-28.0"/>
+ <point x="1236.0" y="36.0"/>
+ <point x="1420.0" y="176.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="184.0"/>
+ <point x="1460.0" y="204.0"/>
+ <point x="1472.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="1712.0" y="400.0"/>
+ <point x="1800.0" y="692.0"/>
+ <point x="1800.0" y="1020.0" type="curve"/>
+ <point x="1428.0" y="1020.0" type="line"/>
+ <point x="1428.0" y="616.0"/>
+ <point x="1140.0" y="336.0"/>
+ <point x="844.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="712.0" y="336.0"/>
+ <point x="608.0" y="436.0"/>
+ <point x="608.0" y="580.0" type="curve"/>
+ <point x="608.0" y="668.0"/>
+ <point x="628.0" y="732.0"/>
+ <point x="700.0" y="804.0" type="curve"/>
+ <point x="1152.0" y="1132.0" type="line" smooth="yes"/>
+ <point x="1304.0" y="1244.0"/>
+ <point x="1416.0" y="1396.0"/>
+ <point x="1416.0" y="1584.0" type="curve"/>
+ <point x="1416.0" y="1852.0"/>
+ <point x="1216.0" y="2076.0"/>
+ <point x="900.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="2076.0"/>
+ <point x="340.0" y="1848.0"/>
+ <point x="340.0" y="1524.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="1316.0"/>
+ <point x="464.0" y="1136.0"/>
+ <point x="656.0" y="892.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1920.0" y="0.0" type="line"/>
+ <point x="976.0" y="1108.0" type="line"/>
+ <point x="836.0" y="1280.0"/>
+ <point x="724.0" y="1400.0"/>
+ <point x="724.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="1632.0"/>
+ <point x="784.0" y="1708.0"/>
+ <point x="896.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1708.0"/>
+ <point x="1060.0" y="1624.0"/>
+ <point x="1060.0" y="1548.0" type="curve"/>
+ <point x="1060.0" y="1488.0"/>
+ <point x="1044.0" y="1420.0"/>
+ <point x="928.0" y="1344.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1882, 'leftMargin': 84, 'rightMargin': 42}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/anglesupnosp.glif b/src/Inter-UI-Black.ufo/glyphs/anglesupnosp.glif
index 4c07777c4..21f97b1c5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/anglesupnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/anglesupnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="anglesupnosp" format="1">
- <advance width="0"/>
+<glyph name="anglesupnosp" format="2">
<unicode hex="031A"/>
+ <anchor x="-708.0" y="1737.0" name="_marktop"/>
+ <anchor x="-708.0" y="2338.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-708" y="1737" type="move" name="_marktop"/>
+ <point x="-1176.0" y="2020.0" type="line"/>
+ <point x="-421.0" y="2020.0" type="line"/>
+ <point x="-421.0" y="2281.0" type="line"/>
+ <point x="-1176.0" y="2281.0" type="line"/>
</contour>
<contour>
- <point x="-708" y="2338" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-1176" y="2020" type="line"/>
- <point x="-421" y="2020" type="line"/>
- <point x="-421" y="2281" type="line"/>
- <point x="-1176" y="2281" type="line"/>
- </contour>
- <contour>
- <point x="-514" y="1764" type="line"/>
- <point x="-239" y="1764" type="line"/>
- <point x="-239" y="2281" type="line"/>
- <point x="-514" y="2281" type="line"/>
+ <point x="-514.0" y="1764.0" type="line"/>
+ <point x="-239.0" y="1764.0" type="line"/>
+ <point x="-239.0" y="2281.0" type="line"/>
+ <point x="-514.0" y="2281.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/angstrom.glif b/src/Inter-UI-Black.ufo/glyphs/angstrom.glif
index d36df0b35..11f9e1a43 100644
--- a/src/Inter-UI-Black.ufo/glyphs/angstrom.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/angstrom.glif
@@ -1,61 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="angstrom" format="1">
- <advance width="2080"/>
+<glyph name="angstrom" format="2">
+ <advance width="2080.0"/>
<unicode hex="212B"/>
<outline>
<contour>
- <point x="1084" y="1580" type="line"/>
- <point x="1136" y="2004" type="line"/>
- <point x="824" y="2004" type="line"/>
- <point x="84" y="0" type="line"/>
- <point x="576" y="0" type="line"/>
+ <point x="1084.0" y="1580.0" type="line"/>
+ <point x="1136.0" y="2004.0" type="line"/>
+ <point x="824.0" y="2004.0" type="line"/>
+ <point x="84.0" y="0.0" type="line"/>
+ <point x="576.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1504" y="0" type="line"/>
- <point x="1996" y="0" type="line"/>
- <point x="1256" y="2004" type="line"/>
- <point x="940" y="2004" type="line"/>
- <point x="996" y="1580" type="line"/>
+ <point x="1504.0" y="0.0" type="line"/>
+ <point x="1996.0" y="0.0" type="line"/>
+ <point x="1256.0" y="2004.0" type="line"/>
+ <point x="940.0" y="2004.0" type="line"/>
+ <point x="996.0" y="1580.0" type="line"/>
</contour>
<contour>
- <point x="1484" y="748" type="line"/>
- <point x="444" y="748" type="line"/>
- <point x="444" y="376" type="line"/>
- <point x="1484" y="376" type="line"/>
+ <point x="1484.0" y="748.0" type="line"/>
+ <point x="444.0" y="748.0" type="line"/>
+ <point x="444.0" y="376.0" type="line"/>
+ <point x="1484.0" y="376.0" type="line"/>
</contour>
<contour>
- <point x="732" y="2144" type="curve"/>
- <point x="732" y="1996"/>
- <point x="860" y="1872"/>
- <point x="1040" y="1872" type="curve" smooth="yes"/>
- <point x="1216" y="1872"/>
- <point x="1348" y="1996"/>
- <point x="1348" y="2144" type="curve" smooth="yes"/>
- <point x="1348" y="2296"/>
- <point x="1216" y="2424"/>
- <point x="1040" y="2424" type="curve" smooth="yes"/>
- <point x="860" y="2424"/>
- <point x="732" y="2296"/>
+ <point x="732.0" y="2144.0" type="curve"/>
+ <point x="732.0" y="1996.0"/>
+ <point x="860.0" y="1872.0"/>
+ <point x="1040.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="1872.0"/>
+ <point x="1348.0" y="1996.0"/>
+ <point x="1348.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="2296.0"/>
+ <point x="1216.0" y="2424.0"/>
+ <point x="1040.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="2424.0"/>
+ <point x="732.0" y="2296.0"/>
</contour>
<contour>
- <point x="896" y="2144" type="curve"/>
- <point x="896" y="2224"/>
- <point x="948" y="2292"/>
- <point x="1040" y="2292" type="curve" smooth="yes"/>
- <point x="1128" y="2292"/>
- <point x="1184" y="2224"/>
- <point x="1184" y="2144" type="curve" smooth="yes"/>
- <point x="1184" y="2064"/>
- <point x="1128" y="2004"/>
- <point x="1040" y="2004" type="curve" smooth="yes"/>
- <point x="948" y="2004"/>
- <point x="896" y="2064"/>
+ <point x="896.0" y="2144.0" type="curve"/>
+ <point x="896.0" y="2224.0"/>
+ <point x="948.0" y="2292.0"/>
+ <point x="1040.0" y="2292.0" type="curve" smooth="yes"/>
+ <point x="1128.0" y="2292.0"/>
+ <point x="1184.0" y="2224.0"/>
+ <point x="1184.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="2064.0"/>
+ <point x="1128.0" y="2004.0"/>
+ <point x="1040.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="2004.0"/>
+ <point x="896.0" y="2064.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1907, 'leftMargin': 0, 'rightMargin': -6}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/anoteleia.glif b/src/Inter-UI-Black.ufo/glyphs/anoteleia.glif
index 2ac70d135..543a06df5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/anoteleia.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/anoteleia.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="anoteleia" format="1">
- <advance width="800"/>
+<glyph name="anoteleia" format="2">
+ <advance width="800.0"/>
<unicode hex="0387"/>
<outline>
- <component base="periodcentered" xOffset="-52"/>
+ <component base="periodcentered" xOffset="-52.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 887, 'leftMargin': 191, 'rightMargin': 204}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aogonek.N_A_V_.glif b/src/Inter-UI-Black.ufo/glyphs/aogonek.N_A_V_.glif
new file mode 100644
index 000000000..09dd801e5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aogonek.N_A_V_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aogonek.NAV" format="2">
+ <advance width="1552.0"/>
+ <anchor x="776.0" y="-572.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ogonek" xOffset="264.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aogonek.glif b/src/Inter-UI-Black.ufo/glyphs/aogonek.glif
new file mode 100644
index 000000000..40cbbe9a2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aogonek" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0105"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ogonek" xOffset="748.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/apostrophemod.glif b/src/Inter-UI-Black.ufo/glyphs/apostrophemod.glif
new file mode 100644
index 000000000..126c2fa1c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/apostrophemod.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="apostrophemod" format="2">
+ <advance width="632.0"/>
+ <unicode hex="02BC"/>
+ <outline>
+ <component base="quoteright"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/approxequal.glif b/src/Inter-UI-Black.ufo/glyphs/approxequal.glif
index 619825533..08ac1514c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/approxequal.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/approxequal.glif
@@ -1,76 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="approxequal" format="1">
- <advance width="1568"/>
+<glyph name="approxequal" format="2">
+ <advance width="1568.0"/>
<unicode hex="2248"/>
<outline>
<contour>
- <point x="124" y="916" type="line"/>
- <point x="208" y="1028"/>
- <point x="356" y="1092"/>
- <point x="476" y="1092" type="curve"/>
- <point x="620" y="1096"/>
- <point x="708" y="1048"/>
- <point x="824" y="992" type="curve" smooth="yes"/>
- <point x="932" y="936"/>
- <point x="1016" y="896"/>
- <point x="1152" y="896" type="curve" smooth="yes"/>
- <point x="1272" y="896"/>
- <point x="1360" y="952"/>
- <point x="1448" y="1040" type="curve"/>
- <point x="1448" y="1384" type="line"/>
- <point x="1360" y="1276"/>
- <point x="1256" y="1212"/>
- <point x="1136" y="1212" type="curve" smooth="yes"/>
- <point x="1000" y="1212"/>
- <point x="920" y="1252"/>
- <point x="808" y="1308" type="curve" smooth="yes"/>
- <point x="696" y="1364"/>
- <point x="608" y="1412"/>
- <point x="460" y="1408" type="curve"/>
- <point x="340" y="1408"/>
- <point x="208" y="1352"/>
- <point x="124" y="1260" type="curve"/>
+ <point x="124.0" y="916.0" type="line"/>
+ <point x="208.0" y="1028.0"/>
+ <point x="356.0" y="1092.0"/>
+ <point x="476.0" y="1092.0" type="curve"/>
+ <point x="620.0" y="1096.0"/>
+ <point x="708.0" y="1048.0"/>
+ <point x="824.0" y="992.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="936.0"/>
+ <point x="1016.0" y="896.0"/>
+ <point x="1152.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="896.0"/>
+ <point x="1360.0" y="952.0"/>
+ <point x="1448.0" y="1040.0" type="curve"/>
+ <point x="1448.0" y="1384.0" type="line"/>
+ <point x="1360.0" y="1276.0"/>
+ <point x="1256.0" y="1212.0"/>
+ <point x="1136.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1212.0"/>
+ <point x="920.0" y="1252.0"/>
+ <point x="808.0" y="1308.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="1364.0"/>
+ <point x="608.0" y="1412.0"/>
+ <point x="460.0" y="1408.0" type="curve"/>
+ <point x="340.0" y="1408.0"/>
+ <point x="208.0" y="1352.0"/>
+ <point x="124.0" y="1260.0" type="curve"/>
</contour>
<contour>
- <point x="124" y="340" type="line"/>
- <point x="208" y="448"/>
- <point x="340" y="512"/>
- <point x="460" y="512" type="curve"/>
- <point x="608" y="516"/>
- <point x="696" y="472"/>
- <point x="808" y="412" type="curve" smooth="yes"/>
- <point x="920" y="360"/>
- <point x="1000" y="320"/>
- <point x="1136" y="320" type="curve" smooth="yes"/>
- <point x="1256" y="320"/>
- <point x="1360" y="372"/>
- <point x="1448" y="464" type="curve"/>
- <point x="1448" y="808" type="line"/>
- <point x="1360" y="700"/>
- <point x="1244" y="636"/>
- <point x="1124" y="636" type="curve" smooth="yes"/>
- <point x="988" y="636"/>
- <point x="904" y="676"/>
- <point x="796" y="728" type="curve" smooth="yes"/>
- <point x="680" y="788"/>
- <point x="592" y="832"/>
- <point x="448" y="828" type="curve"/>
- <point x="328" y="828"/>
- <point x="208" y="776"/>
- <point x="124" y="684" type="curve"/>
+ <point x="124.0" y="340.0" type="line"/>
+ <point x="208.0" y="448.0"/>
+ <point x="340.0" y="512.0"/>
+ <point x="460.0" y="512.0" type="curve"/>
+ <point x="608.0" y="516.0"/>
+ <point x="696.0" y="472.0"/>
+ <point x="808.0" y="412.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="360.0"/>
+ <point x="1000.0" y="320.0"/>
+ <point x="1136.0" y="320.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="320.0"/>
+ <point x="1360.0" y="372.0"/>
+ <point x="1448.0" y="464.0" type="curve"/>
+ <point x="1448.0" y="808.0" type="line"/>
+ <point x="1360.0" y="700.0"/>
+ <point x="1244.0" y="636.0"/>
+ <point x="1124.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="988.0" y="636.0"/>
+ <point x="904.0" y="676.0"/>
+ <point x="796.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="680.0" y="788.0"/>
+ <point x="592.0" y="832.0"/>
+ <point x="448.0" y="828.0" type="curve"/>
+ <point x="328.0" y="828.0"/>
+ <point x="208.0" y="776.0"/>
+ <point x="124.0" y="684.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1638, 'leftMargin': 139, 'rightMargin': 174}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/archdblsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/archdblsubnosp.glif
index ae0b7ab7c..d859c92c1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/archdblsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/archdblsubnosp.glif
@@ -1,56 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="archdblsubnosp" format="1">
- <advance width="0"/>
+<glyph name="archdblsubnosp" format="2">
<unicode hex="032B"/>
+ <anchor x="-789.0" y="0.0" name="_markbottom"/>
+ <anchor x="-789.0" y="-472.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-789" y="0" type="move" name="_markbottom"/>
+ <point x="-1339.0" y="-153.0" type="line"/>
+ <point x="-1339.0" y="-349.0"/>
+ <point x="-1209.0" y="-501.0"/>
+ <point x="-1027.0" y="-501.0" type="curve" smooth="yes"/>
+ <point x="-847.0" y="-501.0"/>
+ <point x="-708.0" y="-349.0"/>
+ <point x="-708.0" y="-153.0" type="curve"/>
+ <point x="-869.0" y="-153.0" type="line"/>
+ <point x="-869.0" y="-243.0"/>
+ <point x="-931.0" y="-303.0"/>
+ <point x="-1027.0" y="-303.0" type="curve" smooth="yes"/>
+ <point x="-1119.0" y="-303.0"/>
+ <point x="-1183.0" y="-243.0"/>
+ <point x="-1183.0" y="-153.0" type="curve"/>
</contour>
<contour>
- <point x="-789" y="-472" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1339" y="-153" type="line"/>
- <point x="-1339" y="-349"/>
- <point x="-1209" y="-501"/>
- <point x="-1027" y="-501" type="curve" smooth="yes"/>
- <point x="-847" y="-501"/>
- <point x="-708" y="-349"/>
- <point x="-708" y="-153" type="curve"/>
- <point x="-869" y="-153" type="line"/>
- <point x="-869" y="-243"/>
- <point x="-931" y="-303"/>
- <point x="-1027" y="-303" type="curve" smooth="yes"/>
- <point x="-1119" y="-303"/>
- <point x="-1183" y="-243"/>
- <point x="-1183" y="-153" type="curve"/>
- </contour>
- <contour>
- <point x="-869" y="-153" type="line"/>
- <point x="-869" y="-349"/>
- <point x="-738" y="-501"/>
- <point x="-557" y="-501" type="curve" smooth="yes"/>
- <point x="-377" y="-501"/>
- <point x="-238" y="-349"/>
- <point x="-238" y="-153" type="curve"/>
- <point x="-399" y="-153" type="line"/>
- <point x="-399" y="-243"/>
- <point x="-461" y="-303"/>
- <point x="-557" y="-303" type="curve" smooth="yes"/>
- <point x="-649" y="-303"/>
- <point x="-708" y="-243"/>
- <point x="-708" y="-153" type="curve"/>
+ <point x="-869.0" y="-153.0" type="line"/>
+ <point x="-869.0" y="-349.0"/>
+ <point x="-738.0" y="-501.0"/>
+ <point x="-557.0" y="-501.0" type="curve" smooth="yes"/>
+ <point x="-377.0" y="-501.0"/>
+ <point x="-238.0" y="-349.0"/>
+ <point x="-238.0" y="-153.0" type="curve"/>
+ <point x="-399.0" y="-153.0" type="line"/>
+ <point x="-399.0" y="-243.0"/>
+ <point x="-461.0" y="-303.0"/>
+ <point x="-557.0" y="-303.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="-303.0"/>
+ <point x="-708.0" y="-243.0"/>
+ <point x="-708.0" y="-153.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arighthalfring.glif b/src/Inter-UI-Black.ufo/glyphs/arighthalfring.glif
new file mode 100644
index 000000000..1a23ab64a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/arighthalfring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arighthalfring" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1E9A"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ringhalfright" xOffset="520.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aring.glif b/src/Inter-UI-Black.ufo/glyphs/aring.glif
new file mode 100644
index 000000000..35a13c5cd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aring" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="00E5"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2332.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ring" xOffset="256.0" yOffset="172.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aringacute.glif b/src/Inter-UI-Black.ufo/glyphs/aringacute.glif
new file mode 100644
index 000000000..845b170a8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aringacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aringacute" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="01FB"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ringacute.cn" xOffset="380.0" yOffset="-68.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aringbelow.glif b/src/Inter-UI-Black.ufo/glyphs/aringbelow.glif
new file mode 100644
index 000000000..8336b02fb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aringbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aringbelow" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1E01"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="uni02F3" xOffset="240.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowNE_.glif b/src/Inter-UI-Black.ufo/glyphs/arrowNE_.glif
deleted file mode 100644
index 5efd6b619..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/arrowNE_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowNE" format="1">
- <advance width="2592"/>
- <unicode hex="2197"/>
- <outline>
- <component base="arrowNW" xScale="-1" xOffset="2560"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1280</integer>
- <key>y</key>
- <integer>452</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 950, 'leftMargin': 121, 'rightMargin': 97}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowNW_.glif b/src/Inter-UI-Black.ufo/glyphs/arrowNW_.glif
deleted file mode 100644
index 4bcdd7836..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/arrowNW_.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowNW" format="1">
- <advance width="2592"/>
- <unicode hex="2196"/>
- <outline>
- <contour>
- <point x="1864" y="464" type="line"/>
- <point x="2112" y="712" type="line"/>
- <point x="1124" y="1700" type="line"/>
- <point x="1136" y="1712" type="line"/>
- <point x="1780" y="1712" type="line"/>
- <point x="1780" y="2048" type="line"/>
- <point x="528" y="2048" type="line"/>
- <point x="528" y="796" type="line"/>
- <point x="864" y="796" type="line"/>
- <point x="864" y="1440" type="line"/>
- <point x="876" y="1452" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1280</integer>
- <key>y</key>
- <integer>452</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 950, 'leftMargin': 121, 'rightMargin': 97}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowN_E_.glif b/src/Inter-UI-Black.ufo/glyphs/arrowN_E_.glif
new file mode 100644
index 000000000..49796ca96
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowN_E_.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arrowNE" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="2197"/>
+ <guideline x="1280.0" y="452.0" angle="90.0"/>
+ <outline>
+ <component base="arrowNW" xScale="-1.0" xOffset="2560.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowN_W_.glif b/src/Inter-UI-Black.ufo/glyphs/arrowN_W_.glif
new file mode 100644
index 000000000..e6b372d31
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowN_W_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arrowNW" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="2196"/>
+ <guideline x="1280.0" y="452.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1864.0" y="464.0" type="line"/>
+ <point x="2112.0" y="712.0" type="line"/>
+ <point x="1124.0" y="1700.0" type="line"/>
+ <point x="1136.0" y="1712.0" type="line"/>
+ <point x="1780.0" y="1712.0" type="line"/>
+ <point x="1780.0" y="2048.0" type="line"/>
+ <point x="528.0" y="2048.0" type="line"/>
+ <point x="528.0" y="796.0" type="line"/>
+ <point x="864.0" y="796.0" type="line"/>
+ <point x="864.0" y="1440.0" type="line"/>
+ <point x="876.0" y="1452.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowSE_.glif b/src/Inter-UI-Black.ufo/glyphs/arrowSE_.glif
deleted file mode 100644
index 5ad9fe572..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/arrowSE_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowSE" format="1">
- <advance width="2592"/>
- <unicode hex="2198"/>
- <outline>
- <component base="arrowNW" xScale="-1" yScale="-1" xOffset="2560" yOffset="2048"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1280</integer>
- <key>y</key>
- <integer>452</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 950, 'leftMargin': 121, 'rightMargin': 97}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowSW_.glif b/src/Inter-UI-Black.ufo/glyphs/arrowSW_.glif
deleted file mode 100644
index 9d2b1f540..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/arrowSW_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowSW" format="1">
- <advance width="2592"/>
- <unicode hex="2199"/>
- <outline>
- <component base="arrowNW" yScale="-1" yOffset="2048"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1280</integer>
- <key>y</key>
- <integer>452</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 950, 'leftMargin': 121, 'rightMargin': 97}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowS_E_.glif b/src/Inter-UI-Black.ufo/glyphs/arrowS_E_.glif
new file mode 100644
index 000000000..ee5640b5b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowS_E_.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arrowSE" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="2198"/>
+ <guideline x="1280.0" y="452.0" angle="90.0"/>
+ <outline>
+ <component base="arrowNW" xScale="-1.0" yScale="-1.0" xOffset="2560.0" yOffset="2048.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowS_W_.glif b/src/Inter-UI-Black.ufo/glyphs/arrowS_W_.glif
new file mode 100644
index 000000000..01b6eaed3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowS_W_.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arrowSW" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="2199"/>
+ <guideline x="1280.0" y="452.0" angle="90.0"/>
+ <outline>
+ <component base="arrowNW" yScale="-1.0" yOffset="2048.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowdown.glif b/src/Inter-UI-Black.ufo/glyphs/arrowdown.glif
index 87a809a33..7f29706e5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowdown.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowdown.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowdown" format="1">
- <advance width="2592"/>
+<glyph name="arrowdown" format="2">
+ <advance width="2592.0"/>
<unicode hex="2193"/>
<outline>
- <component base="arrowup" yScale="-1" yOffset="2048"/>
+ <component base="arrowup" yScale="-1.0" yOffset="2048.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 950, 'leftMargin': 121, 'rightMargin': 97}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowheaddownmod.glif b/src/Inter-UI-Black.ufo/glyphs/arrowheaddownmod.glif
index cb1003e06..7cc91857b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowheaddownmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowheaddownmod.glif
@@ -1,34 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowheaddownmod" format="1">
- <advance width="1312"/>
+<glyph name="arrowheaddownmod" format="2">
+ <advance width="1312.0"/>
<unicode hex="02C5"/>
<outline>
<contour>
- <point x="644" y="1248" type="line"/>
- <point x="732" y="788" type="line"/>
- <point x="508" y="788" type="line"/>
- <point x="136" y="1852" type="line"/>
- <point x="444" y="1852" type="line"/>
+ <point x="644.0" y="1248.0" type="line"/>
+ <point x="732.0" y="788.0" type="line"/>
+ <point x="508.0" y="788.0" type="line"/>
+ <point x="136.0" y="1852.0" type="line"/>
+ <point x="444.0" y="1852.0" type="line"/>
</contour>
<contour>
- <point x="872" y="1852" type="line"/>
- <point x="1176" y="1852" type="line"/>
- <point x="804" y="788" type="line"/>
- <point x="580" y="788" type="line"/>
- <point x="664" y="1248" type="line"/>
+ <point x="872.0" y="1852.0" type="line"/>
+ <point x="1176.0" y="1852.0" type="line"/>
+ <point x="804.0" y="788.0" type="line"/>
+ <point x="580.0" y="788.0" type="line"/>
+ <point x="664.0" y="1248.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1261, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowheadleftmod.glif b/src/Inter-UI-Black.ufo/glyphs/arrowheadleftmod.glif
index 4cb6bbf42..4a6abf55d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowheadleftmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowheadleftmod.glif
@@ -1,34 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowheadleftmod" format="1">
- <advance width="1568"/>
+<glyph name="arrowheadleftmod" format="2">
+ <advance width="1568.0"/>
<unicode hex="02C2"/>
<outline>
<contour>
- <point x="712" y="1308" type="line"/>
- <point x="252" y="1396" type="line"/>
- <point x="252" y="1172" type="line"/>
- <point x="1316" y="800" type="line"/>
- <point x="1316" y="1108" type="line"/>
+ <point x="712.0" y="1308.0" type="line"/>
+ <point x="252.0" y="1396.0" type="line"/>
+ <point x="252.0" y="1172.0" type="line"/>
+ <point x="1316.0" y="800.0" type="line"/>
+ <point x="1316.0" y="1108.0" type="line"/>
</contour>
<contour>
- <point x="1316" y="1536" type="line"/>
- <point x="1316" y="1840" type="line"/>
- <point x="252" y="1468" type="line"/>
- <point x="252" y="1244" type="line"/>
- <point x="712" y="1328" type="line"/>
+ <point x="1316.0" y="1536.0" type="line"/>
+ <point x="1316.0" y="1840.0" type="line"/>
+ <point x="252.0" y="1468.0" type="line"/>
+ <point x="252.0" y="1244.0" type="line"/>
+ <point x="712.0" y="1328.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1282, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowheadrightmod.glif b/src/Inter-UI-Black.ufo/glyphs/arrowheadrightmod.glif
index 06baa2ca8..156da4561 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowheadrightmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowheadrightmod.glif
@@ -1,34 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowheadrightmod" format="1">
- <advance width="1568"/>
+<glyph name="arrowheadrightmod" format="2">
+ <advance width="1568.0"/>
<unicode hex="02C3"/>
<outline>
<contour>
- <point x="856" y="1308" type="line"/>
- <point x="1316" y="1396" type="line"/>
- <point x="1316" y="1172" type="line"/>
- <point x="252" y="800" type="line"/>
- <point x="252" y="1108" type="line"/>
+ <point x="856.0" y="1308.0" type="line"/>
+ <point x="1316.0" y="1396.0" type="line"/>
+ <point x="1316.0" y="1172.0" type="line"/>
+ <point x="252.0" y="800.0" type="line"/>
+ <point x="252.0" y="1108.0" type="line"/>
</contour>
<contour>
- <point x="252" y="1536" type="line"/>
- <point x="252" y="1840" type="line"/>
- <point x="1316" y="1468" type="line"/>
- <point x="1316" y="1244" type="line"/>
- <point x="856" y="1328" type="line"/>
+ <point x="252.0" y="1536.0" type="line"/>
+ <point x="252.0" y="1840.0" type="line"/>
+ <point x="1316.0" y="1468.0" type="line"/>
+ <point x="1316.0" y="1244.0" type="line"/>
+ <point x="856.0" y="1328.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1282, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowheadupmod.glif b/src/Inter-UI-Black.ufo/glyphs/arrowheadupmod.glif
index a46201b62..3777acfac 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowheadupmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowheadupmod.glif
@@ -1,34 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowheadupmod" format="1">
- <advance width="1312"/>
+<glyph name="arrowheadupmod" format="2">
+ <advance width="1312.0"/>
<unicode hex="02C4"/>
<outline>
<contour>
- <point x="644" y="1392" type="line"/>
- <point x="732" y="1852" type="line"/>
- <point x="508" y="1852" type="line"/>
- <point x="136" y="788" type="line"/>
- <point x="444" y="788" type="line"/>
+ <point x="644.0" y="1392.0" type="line"/>
+ <point x="732.0" y="1852.0" type="line"/>
+ <point x="508.0" y="1852.0" type="line"/>
+ <point x="136.0" y="788.0" type="line"/>
+ <point x="444.0" y="788.0" type="line"/>
</contour>
<contour>
- <point x="872" y="788" type="line"/>
- <point x="1176" y="788" type="line"/>
- <point x="804" y="1852" type="line"/>
- <point x="580" y="1852" type="line"/>
- <point x="664" y="1392" type="line"/>
+ <point x="872.0" y="788.0" type="line"/>
+ <point x="1176.0" y="788.0" type="line"/>
+ <point x="804.0" y="1852.0" type="line"/>
+ <point x="580.0" y="1852.0" type="line"/>
+ <point x="664.0" y="1392.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1261, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowleft.case.glif b/src/Inter-UI-Black.ufo/glyphs/arrowleft.case.glif
index d4599e580..de997d652 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowleft.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowleft.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowleft.case" format="1">
- <advance width="2592"/>
+<glyph name="arrowleft.case" format="2">
+ <advance width="2592.0"/>
<outline>
- <component base="arrowleft" yOffset="192"/>
+ <component base="arrowleft" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowleft.glif b/src/Inter-UI-Black.ufo/glyphs/arrowleft.glif
index 8196a7b5d..ad4f28125 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowleft.glif
@@ -1,48 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowleft" format="1">
- <advance width="2592"/>
+<glyph name="arrowleft" format="2">
+ <advance width="2592.0"/>
<unicode hex="2190"/>
+ <guideline x="904.0" y="832.0" angle="90.0"/>
<outline>
<contour>
- <point x="2320" y="656" type="line"/>
- <point x="2320" y="1008" type="line"/>
- <point x="920" y="1008" type="line"/>
- <point x="920" y="1024" type="line"/>
- <point x="1376" y="1480" type="line"/>
- <point x="1140" y="1716" type="line"/>
- <point x="256" y="832" type="line"/>
- <point x="1140" y="-52" type="line"/>
- <point x="1376" y="184" type="line"/>
- <point x="920" y="640" type="line"/>
- <point x="920" y="656" type="line"/>
+ <point x="2320.0" y="656.0" type="line"/>
+ <point x="2320.0" y="1008.0" type="line"/>
+ <point x="920.0" y="1008.0" type="line"/>
+ <point x="920.0" y="1024.0" type="line"/>
+ <point x="1376.0" y="1480.0" type="line"/>
+ <point x="1140.0" y="1716.0" type="line"/>
+ <point x="256.0" y="832.0" type="line"/>
+ <point x="1140.0" y="-52.0" type="line"/>
+ <point x="1376.0" y="184.0" type="line"/>
+ <point x="920.0" y="640.0" type="line"/>
+ <point x="920.0" y="656.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>904</integer>
- <key>y</key>
- <integer>832</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowleftlong.case.glif b/src/Inter-UI-Black.ufo/glyphs/arrowleftlong.case.glif
index 7bb8467ed..f64df2b49 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowleftlong.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowleftlong.case.glif
@@ -1,35 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowleftlong.case" format="1">
- <advance width="3872"/>
+<glyph name="arrowleftlong.case" format="2">
+ <advance width="3872.0"/>
+ <guideline x="904.0" y="832.0" angle="90.0"/>
<outline>
- <component base="arrowleftlong" yOffset="192"/>
+ <component base="arrowleftlong" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>904</integer>
- <key>y</key>
- <integer>832</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowleftlong.glif b/src/Inter-UI-Black.ufo/glyphs/arrowleftlong.glif
index 71fb0f2e1..77766fcb9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowleftlong.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowleftlong.glif
@@ -1,48 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowleftlong" format="1">
- <advance width="3872"/>
+<glyph name="arrowleftlong" format="2">
+ <advance width="3872.0"/>
<unicode hex="27F5"/>
+ <guideline x="904.0" y="832.0" angle="90.0"/>
<outline>
<contour>
- <point x="3600" y="656" type="line"/>
- <point x="3600" y="1008" type="line"/>
- <point x="920" y="1008" type="line"/>
- <point x="920" y="1024" type="line"/>
- <point x="1376" y="1480" type="line"/>
- <point x="1140" y="1716" type="line"/>
- <point x="256" y="832" type="line"/>
- <point x="1140" y="-52" type="line"/>
- <point x="1376" y="184" type="line"/>
- <point x="920" y="640" type="line"/>
- <point x="920" y="656" type="line"/>
+ <point x="3600.0" y="656.0" type="line"/>
+ <point x="3600.0" y="1008.0" type="line"/>
+ <point x="920.0" y="1008.0" type="line"/>
+ <point x="920.0" y="1024.0" type="line"/>
+ <point x="1376.0" y="1480.0" type="line"/>
+ <point x="1140.0" y="1716.0" type="line"/>
+ <point x="256.0" y="832.0" type="line"/>
+ <point x="1140.0" y="-52.0" type="line"/>
+ <point x="1376.0" y="184.0" type="line"/>
+ <point x="920.0" y="640.0" type="line"/>
+ <point x="920.0" y="656.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>904</integer>
- <key>y</key>
- <integer>832</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowright.case.glif b/src/Inter-UI-Black.ufo/glyphs/arrowright.case.glif
index 1e90f3a77..5bbd1fa8d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowright.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowright.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowright.case" format="1">
- <advance width="2592"/>
+<glyph name="arrowright.case" format="2">
+ <advance width="2592.0"/>
<outline>
- <component base="arrowright" yOffset="192"/>
+ <component base="arrowright" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowright.glif b/src/Inter-UI-Black.ufo/glyphs/arrowright.glif
index 9c66492cc..83cf772fc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowright.glif
@@ -1,19 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowright" format="1">
- <advance width="2592"/>
+<glyph name="arrowright" format="2">
+ <advance width="2592.0"/>
<unicode hex="2192"/>
<outline>
- <component base="arrowleft" xScale="-1.0" yScale="-1.0" xOffset="2560" yOffset="1664"/>
+ <component base="arrowleft" xScale="-1.0" yScale="-1.0" xOffset="2560.0" yOffset="1664.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowrightlong.case.glif b/src/Inter-UI-Black.ufo/glyphs/arrowrightlong.case.glif
index 23f470d81..217624212 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowrightlong.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowrightlong.case.glif
@@ -1,35 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowrightlong.case" format="1">
- <advance width="3872"/>
+<glyph name="arrowrightlong.case" format="2">
+ <advance width="3872.0"/>
+ <guideline x="904.0" y="832.0" angle="90.0"/>
<outline>
- <component base="arrowleftlong" xScale="-1" xOffset="3840" yOffset="192"/>
+ <component base="arrowleftlong" xScale="-1.0" xOffset="3840.0" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>904</integer>
- <key>y</key>
- <integer>832</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowrightlong.glif b/src/Inter-UI-Black.ufo/glyphs/arrowrightlong.glif
index 4128384b5..df28163e8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowrightlong.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowrightlong.glif
@@ -1,36 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowrightlong" format="1">
- <advance width="3872"/>
+<glyph name="arrowrightlong" format="2">
+ <advance width="3872.0"/>
<unicode hex="27F6"/>
+ <guideline x="904.0" y="832.0" angle="90.0"/>
<outline>
- <component base="arrowleftlong" xScale="-1" xOffset="3840"/>
+ <component base="arrowleftlong" xScale="-1.0" xOffset="3840.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>904</integer>
- <key>y</key>
- <integer>832</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/arrowup.glif b/src/Inter-UI-Black.ufo/glyphs/arrowup.glif
index ab7a4bff8..60dfb7a1b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/arrowup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/arrowup.glif
@@ -1,50 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowup" format="1">
- <advance width="2592"/>
+<glyph name="arrowup" format="2">
+ <advance width="2592.0"/>
<unicode hex="2191"/>
+ <guideline x="1280.0" y="452.0" angle="90.0"/>
<outline>
<contour>
- <point x="1120" y="0" type="line"/>
- <point x="1472" y="0" type="line"/>
- <point x="1472" y="1400" type="line"/>
- <point x="1488" y="1400" type="line"/>
- <point x="1944" y="944" type="line"/>
- <point x="2180" y="1180" type="line"/>
- <point x="1296" y="2064" type="line"/>
- <point x="412" y="1180" type="line"/>
- <point x="648" y="944" type="line"/>
- <point x="1104" y="1400" type="line"/>
- <point x="1120" y="1400" type="line"/>
+ <point x="1120.0" y="0.0" type="line"/>
+ <point x="1472.0" y="0.0" type="line"/>
+ <point x="1472.0" y="1400.0" type="line"/>
+ <point x="1488.0" y="1400.0" type="line"/>
+ <point x="1944.0" y="944.0" type="line"/>
+ <point x="2180.0" y="1180.0" type="line"/>
+ <point x="1296.0" y="2064.0" type="line"/>
+ <point x="412.0" y="1180.0" type="line"/>
+ <point x="648.0" y="944.0" type="line"/>
+ <point x="1104.0" y="1400.0" type="line"/>
+ <point x="1120.0" y="1400.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1280</integer>
- <key>y</key>
- <integer>452</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 950, 'leftMargin': 121, 'rightMargin': 97}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/asciicircum.glif b/src/Inter-UI-Black.ufo/glyphs/asciicircum.glif
index 4540816a5..caf656924 100644
--- a/src/Inter-UI-Black.ufo/glyphs/asciicircum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/asciicircum.glif
@@ -1,61 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asciicircum" format="1">
- <advance width="1312"/>
+<glyph name="asciicircum" format="2">
+ <advance width="1312.0"/>
<unicode hex="005E"/>
+ <guideline y="248.875"/>
+ <guideline y="723.25"/>
<outline>
<contour>
- <point x="668" y="1652" type="line"/>
- <point x="740" y="2004" type="line"/>
- <point x="492" y="2004" type="line"/>
- <point x="84" y="1004" type="line"/>
- <point x="420" y="1004" type="line"/>
+ <point x="668.0" y="1652.0" type="line"/>
+ <point x="740.0" y="2004.0" type="line"/>
+ <point x="492.0" y="2004.0" type="line"/>
+ <point x="84.0" y="1004.0" type="line"/>
+ <point x="420.0" y="1004.0" type="line"/>
</contour>
<contour>
- <point x="892" y="1004" type="line"/>
- <point x="1232" y="1004" type="line"/>
- <point x="820" y="2004" type="line"/>
- <point x="572" y="2004" type="line"/>
- <point x="644" y="1652" type="line"/>
+ <point x="892.0" y="1004.0" type="line"/>
+ <point x="1232.0" y="1004.0" type="line"/>
+ <point x="820.0" y="2004.0" type="line"/>
+ <point x="572.0" y="2004.0" type="line"/>
+ <point x="644.0" y="1652.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>248.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>723.25</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1251, 'leftMargin': 54, 'rightMargin': 49}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/asciitilde.glif b/src/Inter-UI-Black.ufo/glyphs/asciitilde.glif
index 008ea0fc8..ca36405ec 100644
--- a/src/Inter-UI-Black.ufo/glyphs/asciitilde.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/asciitilde.glif
@@ -1,48 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asciitilde" format="1">
- <advance width="1824"/>
+<glyph name="asciitilde" format="2">
+ <advance width="1824.0"/>
<unicode hex="007E"/>
<outline>
<contour>
- <point x="1352" y="1100" type="line"/>
- <point x="1352" y="936"/>
- <point x="1284" y="864"/>
- <point x="1180" y="864" type="curve" smooth="yes"/>
- <point x="1104" y="864"/>
- <point x="1056" y="904"/>
- <point x="984" y="976" type="curve"/>
- <point x="868" y="1096"/>
- <point x="748" y="1152"/>
- <point x="612" y="1152" type="curve" smooth="yes"/>
- <point x="356" y="1152"/>
- <point x="152" y="952"/>
- <point x="152" y="564" type="curve"/>
- <point x="472" y="564" type="line"/>
- <point x="472" y="696"/>
- <point x="528" y="784"/>
- <point x="648" y="784" type="curve" smooth="yes"/>
- <point x="720" y="784"/>
- <point x="768" y="752"/>
- <point x="840" y="680" type="curve"/>
- <point x="968" y="556"/>
- <point x="1088" y="504"/>
- <point x="1220" y="504" type="curve" smooth="yes"/>
- <point x="1492" y="504"/>
- <point x="1672" y="728"/>
- <point x="1672" y="1100" type="curve"/>
+ <point x="1352.0" y="1100.0" type="line"/>
+ <point x="1352.0" y="936.0"/>
+ <point x="1284.0" y="864.0"/>
+ <point x="1180.0" y="864.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="864.0"/>
+ <point x="1056.0" y="904.0"/>
+ <point x="984.0" y="976.0" type="curve"/>
+ <point x="868.0" y="1096.0"/>
+ <point x="748.0" y="1152.0"/>
+ <point x="612.0" y="1152.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1152.0"/>
+ <point x="152.0" y="952.0"/>
+ <point x="152.0" y="564.0" type="curve"/>
+ <point x="472.0" y="564.0" type="line"/>
+ <point x="472.0" y="696.0"/>
+ <point x="528.0" y="784.0"/>
+ <point x="648.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="784.0"/>
+ <point x="768.0" y="752.0"/>
+ <point x="840.0" y="680.0" type="curve"/>
+ <point x="968.0" y="556.0"/>
+ <point x="1088.0" y="504.0"/>
+ <point x="1220.0" y="504.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="504.0"/>
+ <point x="1672.0" y="728.0"/>
+ <point x="1672.0" y="1100.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1796, 'leftMargin': 135, 'rightMargin': 139}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ascript.glif b/src/Inter-UI-Black.ufo/glyphs/ascript.glif
index ba1e60f4c..0fb547a78 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ascript.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ascript.glif
@@ -1,26 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ascript" format="1">
- <advance width="1652"/>
+<glyph name="ascript" format="2">
+ <advance width="1652.0"/>
<unicode hex="0251"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1280.0" y="900.0" name="rhotichook"/>
+ <anchor x="764.0" y="1776.0" name="top"/>
+ <anchor x="1728.0" y="1776.0" name="top0315"/>
<outline>
<component base="alpha"/>
- <contour>
- <point x="1280" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="764" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1728" y="1776" type="move" name="top0315"/>
- </contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1651, 'leftMargin': 89, 'rightMargin': 68}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ascript_uni02DE__.glif b/src/Inter-UI-Black.ufo/glyphs/ascript_uni02DE__.glif
deleted file mode 100644
index 0acdc5608..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/ascript_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ascript_uni02DE" format="1">
- <advance width="2336"/>
- <outline>
- <component base="ascript" xOffset="52"/>
- <component base="rhotichookmod" xOffset="1516"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2151, 'leftMargin': 89, 'rightMargin': 42}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ascript_uni02D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/ascript_uni02D_E_.glif
new file mode 100644
index 000000000..cdf4b0960
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ascript_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ascript_uni02DE" format="2">
+ <advance width="2336.0"/>
+ <outline>
+ <component base="ascript" xOffset="52.0"/>
+ <component base="rhotichookmod" xOffset="1516.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ascriptturn.glif b/src/Inter-UI-Black.ufo/glyphs/ascriptturn.glif
index 8cf605888..83b8ee0a1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ascriptturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ascriptturn.glif
@@ -1,76 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ascriptturn" format="1">
- <advance width="1824"/>
+<glyph name="ascriptturn" format="2">
+ <advance width="1824.0"/>
<unicode hex="0252"/>
+ <anchor x="984.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="900.0" name="rhotichook"/>
+ <anchor x="984.0" y="1776.0" name="top"/>
+ <anchor x="1748.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1660" y="772" type="line"/>
- <point x="1660" y="1208"/>
- <point x="1456" y="1512"/>
- <point x="1080" y="1512" type="curve" smooth="yes"/>
- <point x="756" y="1512"/>
- <point x="624" y="1188"/>
- <point x="572" y="784" type="curve"/>
- <point x="572" y="748" type="line"/>
- <point x="624" y="320"/>
- <point x="756" y="-32"/>
- <point x="1076" y="-32" type="curve" smooth="yes"/>
- <point x="1456" y="-32"/>
- <point x="1660" y="292"/>
- <point x="1660" y="744" type="curve" smooth="yes"/>
+ <point x="1660.0" y="772.0" type="line"/>
+ <point x="1660.0" y="1208.0"/>
+ <point x="1456.0" y="1512.0"/>
+ <point x="1080.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="1512.0"/>
+ <point x="624.0" y="1188.0"/>
+ <point x="572.0" y="784.0" type="curve"/>
+ <point x="572.0" y="748.0" type="line"/>
+ <point x="624.0" y="320.0"/>
+ <point x="756.0" y="-32.0"/>
+ <point x="1076.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1456.0" y="-32.0"/>
+ <point x="1660.0" y="292.0"/>
+ <point x="1660.0" y="744.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1216" y="744" type="line"/>
- <point x="1216" y="512"/>
- <point x="1148" y="328"/>
- <point x="968" y="328" type="curve" smooth="yes"/>
- <point x="784" y="328"/>
- <point x="708" y="472"/>
- <point x="708" y="712" type="curve" smooth="yes"/>
- <point x="708" y="820" type="line" smooth="yes"/>
- <point x="708" y="1032"/>
- <point x="784" y="1156"/>
- <point x="968" y="1156" type="curve" smooth="yes"/>
- <point x="1156" y="1156"/>
- <point x="1216" y="996"/>
- <point x="1216" y="772" type="curve" smooth="yes"/>
+ <point x="1216.0" y="744.0" type="line"/>
+ <point x="1216.0" y="512.0"/>
+ <point x="1148.0" y="328.0"/>
+ <point x="968.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="328.0"/>
+ <point x="708.0" y="472.0"/>
+ <point x="708.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="820.0" type="line" smooth="yes"/>
+ <point x="708.0" y="1032.0"/>
+ <point x="784.0" y="1156.0"/>
+ <point x="968.0" y="1156.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="1156.0"/>
+ <point x="1216.0" y="996.0"/>
+ <point x="1216.0" y="772.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="708" y="-4" type="line"/>
- <point x="764" y="316" type="line"/>
- <point x="764" y="976" type="line" smooth="yes"/>
- <point x="764" y="1336"/>
- <point x="604" y="1516"/>
- <point x="340" y="1516" type="curve" smooth="yes"/>
- <point x="276" y="1516"/>
- <point x="228" y="1512"/>
- <point x="168" y="1484" type="curve"/>
- <point x="200" y="1152" type="line"/>
- <point x="208" y="1152"/>
- <point x="212" y="1156"/>
- <point x="224" y="1156" type="curve" smooth="yes"/>
- <point x="288" y="1156"/>
- <point x="320" y="1108"/>
- <point x="320" y="976" type="curve" smooth="yes"/>
- <point x="320" y="-4" type="line"/>
- </contour>
- <contour>
- <point x="1436" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="984" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="984" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1748" y="1776" type="move" name="top0315"/>
+ <point x="708.0" y="-4.0" type="line"/>
+ <point x="764.0" y="316.0" type="line"/>
+ <point x="764.0" y="976.0" type="line" smooth="yes"/>
+ <point x="764.0" y="1336.0"/>
+ <point x="604.0" y="1516.0"/>
+ <point x="340.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="276.0" y="1516.0"/>
+ <point x="228.0" y="1512.0"/>
+ <point x="168.0" y="1484.0" type="curve"/>
+ <point x="200.0" y="1152.0" type="line"/>
+ <point x="208.0" y="1152.0"/>
+ <point x="212.0" y="1156.0"/>
+ <point x="224.0" y="1156.0" type="curve" smooth="yes"/>
+ <point x="288.0" y="1156.0"/>
+ <point x="320.0" y="1108.0"/>
+ <point x="320.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="320.0" y="-4.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1651, 'leftMargin': 69, 'rightMargin': 89}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ascriptturn_uni02DE__.glif b/src/Inter-UI-Black.ufo/glyphs/ascriptturn_uni02DE__.glif
deleted file mode 100644
index 41ef64143..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/ascriptturn_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ascriptturn_uni02DE" format="1">
- <advance width="2336"/>
- <outline>
- <component base="ascriptturn" xOffset="-136"/>
- <component base="rhotichookmod" xOffset="1452"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2274, 'leftMargin': 152, 'rightMargin': -150}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ascriptturn_uni02D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/ascriptturn_uni02D_E_.glif
new file mode 100644
index 000000000..e8998a49b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ascriptturn_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ascriptturn_uni02DE" format="2">
+ <advance width="2336.0"/>
+ <outline>
+ <component base="ascriptturn" xOffset="-136.0"/>
+ <component base="rhotichookmod" xOffset="1452.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/asterisk.case.glif b/src/Inter-UI-Black.ufo/glyphs/asterisk.case.glif
index 248ce18ed..22a6f9499 100644
--- a/src/Inter-UI-Black.ufo/glyphs/asterisk.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/asterisk.case.glif
@@ -1,84 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asterisk.case" format="1">
- <advance width="1568"/>
+<glyph name="asterisk.case" format="2">
+ <advance width="1568.0"/>
<note>
- Recipe:
- 1. make horizontal rect
- 2. copy rect and paste
- 3. rotate by 60 deg
- 4. enter transform mode and center it
- 5. copy the rotated piece and paste
- 6. flip on vertical axis
- 7. enter transform mode and center it
- </note>
+Recipe:
+1. make horizontal rect
+2. copy rect and paste
+3. rotate by 60 deg
+4. enter transform mode and center it
+5. copy the rotated piece and paste
+6. flip on vertical axis
+7. enter transform mode and center it
+</note>
+ <guideline x="768.0" y="636.0" angle="90.0"/>
+ <guideline x="1516.0" y="1024.0" angle="0.0"/>
<outline>
<contour>
- <point x="568" y="408" type="line"/>
- <point x="776" y="788" type="line"/>
- <point x="792" y="788" type="line"/>
- <point x="1000" y="408" type="line"/>
- <point x="1208" y="528" type="line"/>
- <point x="984" y="900" type="line"/>
- <point x="992" y="916" type="line"/>
- <point x="1424" y="904" type="line"/>
- <point x="1424" y="1144" type="line"/>
- <point x="992" y="1132" type="line"/>
- <point x="984" y="1148" type="line"/>
- <point x="1208" y="1520" type="line"/>
- <point x="1000" y="1640" type="line"/>
- <point x="792" y="1256" type="line"/>
- <point x="776" y="1256" type="line"/>
- <point x="568" y="1640" type="line"/>
- <point x="360" y="1520" type="line"/>
- <point x="588" y="1148" type="line"/>
- <point x="580" y="1132" type="line"/>
- <point x="144" y="1144" type="line"/>
- <point x="144" y="904" type="line"/>
- <point x="580" y="916" type="line"/>
- <point x="588" y="900" type="line"/>
- <point x="360" y="528" type="line"/>
+ <point x="568.0" y="408.0" type="line"/>
+ <point x="776.0" y="788.0" type="line"/>
+ <point x="792.0" y="788.0" type="line"/>
+ <point x="1000.0" y="408.0" type="line"/>
+ <point x="1208.0" y="528.0" type="line"/>
+ <point x="984.0" y="900.0" type="line"/>
+ <point x="992.0" y="916.0" type="line"/>
+ <point x="1424.0" y="904.0" type="line"/>
+ <point x="1424.0" y="1144.0" type="line"/>
+ <point x="992.0" y="1132.0" type="line"/>
+ <point x="984.0" y="1148.0" type="line"/>
+ <point x="1208.0" y="1520.0" type="line"/>
+ <point x="1000.0" y="1640.0" type="line"/>
+ <point x="792.0" y="1256.0" type="line"/>
+ <point x="776.0" y="1256.0" type="line"/>
+ <point x="568.0" y="1640.0" type="line"/>
+ <point x="360.0" y="1520.0" type="line"/>
+ <point x="588.0" y="1148.0" type="line"/>
+ <point x="580.0" y="1132.0" type="line"/>
+ <point x="144.0" y="1144.0" type="line"/>
+ <point x="144.0" y="904.0" type="line"/>
+ <point x="580.0" y="916.0" type="line"/>
+ <point x="588.0" y="900.0" type="line"/>
+ <point x="360.0" y="528.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>768</integer>
- <key>y</key>
- <integer>636</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1516</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/asterisk.glif b/src/Inter-UI-Black.ufo/glyphs/asterisk.glif
index 2f62dbc8b..a20206a62 100644
--- a/src/Inter-UI-Black.ufo/glyphs/asterisk.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/asterisk.glif
@@ -1,64 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asterisk" format="1">
- <advance width="1568"/>
+<glyph name="asterisk" format="2">
+ <advance width="1568.0"/>
<unicode hex="002A"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="292" y="940" type="line"/>
- <point x="524" y="784" type="line"/>
- <point x="776" y="1176" type="line"/>
- <point x="1028" y="772" type="line"/>
- <point x="1260" y="936" type="line"/>
- <point x="960" y="1300" type="line"/>
- <point x="1412" y="1424" type="line"/>
- <point x="1324" y="1684" type="line"/>
- <point x="900" y="1508" type="line"/>
- <point x="936" y="2004" type="line"/>
- <point x="648" y="2004" type="line"/>
- <point x="680" y="1520" type="line"/>
- <point x="244" y="1700" type="line"/>
- <point x="160" y="1440" type="line"/>
- <point x="600" y="1316" type="line"/>
+ <point x="292.0" y="940.0" type="line"/>
+ <point x="524.0" y="784.0" type="line"/>
+ <point x="776.0" y="1176.0" type="line"/>
+ <point x="1028.0" y="772.0" type="line"/>
+ <point x="1260.0" y="936.0" type="line"/>
+ <point x="960.0" y="1300.0" type="line"/>
+ <point x="1412.0" y="1424.0" type="line"/>
+ <point x="1324.0" y="1684.0" type="line"/>
+ <point x="900.0" y="1508.0" type="line"/>
+ <point x="936.0" y="2004.0" type="line"/>
+ <point x="648.0" y="2004.0" type="line"/>
+ <point x="680.0" y="1520.0" type="line"/>
+ <point x="244.0" y="1700.0" type="line"/>
+ <point x="160.0" y="1440.0" type="line"/>
+ <point x="600.0" y="1316.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1299, 'leftMargin': 37, 'rightMargin': 9}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/asterism.glif b/src/Inter-UI-Black.ufo/glyphs/asterism.glif
index 7fdfdc82d..64de38ab7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/asterism.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/asterism.glif
@@ -1,92 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asterism" format="1">
- <advance width="2080"/>
+<glyph name="asterism" format="2">
+ <advance width="2080.0"/>
<unicode hex="2042"/>
<outline>
<contour>
- <point x="992" y="464" type="line"/>
- <point x="992" y="676" type="line"/>
- <point x="212" y="676" type="line"/>
- <point x="212" y="464" type="line"/>
+ <point x="992.0" y="464.0" type="line"/>
+ <point x="992.0" y="676.0" type="line"/>
+ <point x="212.0" y="676.0" type="line"/>
+ <point x="212.0" y="464.0" type="line"/>
</contour>
<contour>
- <point x="800" y="220" type="line"/>
- <point x="952" y="368" type="line"/>
- <point x="400" y="920" type="line"/>
- <point x="252" y="772" type="line"/>
+ <point x="800.0" y="220.0" type="line"/>
+ <point x="952.0" y="368.0" type="line"/>
+ <point x="400.0" y="920.0" type="line"/>
+ <point x="252.0" y="772.0" type="line"/>
</contour>
<contour>
- <point x="496" y="180" type="line"/>
- <point x="708" y="180" type="line"/>
- <point x="708" y="960" type="line"/>
- <point x="496" y="960" type="line"/>
+ <point x="496.0" y="180.0" type="line"/>
+ <point x="708.0" y="180.0" type="line"/>
+ <point x="708.0" y="960.0" type="line"/>
+ <point x="496.0" y="960.0" type="line"/>
</contour>
<contour>
- <point x="252" y="372" type="line"/>
- <point x="400" y="220" type="line"/>
- <point x="952" y="772" type="line"/>
- <point x="800" y="920" type="line"/>
+ <point x="252.0" y="372.0" type="line"/>
+ <point x="400.0" y="220.0" type="line"/>
+ <point x="952.0" y="772.0" type="line"/>
+ <point x="800.0" y="920.0" type="line"/>
</contour>
<contour>
- <point x="1432" y="1316" type="line"/>
- <point x="1432" y="1528" type="line"/>
- <point x="652" y="1528" type="line"/>
- <point x="652" y="1316" type="line"/>
+ <point x="1432.0" y="1316.0" type="line"/>
+ <point x="1432.0" y="1528.0" type="line"/>
+ <point x="652.0" y="1528.0" type="line"/>
+ <point x="652.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="1240" y="1072" type="line"/>
- <point x="1392" y="1220" type="line"/>
- <point x="840" y="1776" type="line"/>
- <point x="692" y="1624" type="line"/>
+ <point x="1240.0" y="1072.0" type="line"/>
+ <point x="1392.0" y="1220.0" type="line"/>
+ <point x="840.0" y="1776.0" type="line"/>
+ <point x="692.0" y="1624.0" type="line"/>
</contour>
<contour>
- <point x="936" y="1032" type="line"/>
- <point x="1148" y="1032" type="line"/>
- <point x="1148" y="1816" type="line"/>
- <point x="936" y="1816" type="line"/>
+ <point x="936.0" y="1032.0" type="line"/>
+ <point x="1148.0" y="1032.0" type="line"/>
+ <point x="1148.0" y="1816.0" type="line"/>
+ <point x="936.0" y="1816.0" type="line"/>
</contour>
<contour>
- <point x="692" y="1224" type="line"/>
- <point x="840" y="1072" type="line"/>
- <point x="1392" y="1624" type="line"/>
- <point x="1240" y="1776" type="line"/>
+ <point x="692.0" y="1224.0" type="line"/>
+ <point x="840.0" y="1072.0" type="line"/>
+ <point x="1392.0" y="1624.0" type="line"/>
+ <point x="1240.0" y="1776.0" type="line"/>
</contour>
<contour>
- <point x="1872" y="464" type="line"/>
- <point x="1872" y="676" type="line"/>
- <point x="1092" y="676" type="line"/>
- <point x="1092" y="464" type="line"/>
+ <point x="1872.0" y="464.0" type="line"/>
+ <point x="1872.0" y="676.0" type="line"/>
+ <point x="1092.0" y="676.0" type="line"/>
+ <point x="1092.0" y="464.0" type="line"/>
</contour>
<contour>
- <point x="1680" y="220" type="line"/>
- <point x="1832" y="368" type="line"/>
- <point x="1280" y="920" type="line"/>
- <point x="1132" y="772" type="line"/>
+ <point x="1680.0" y="220.0" type="line"/>
+ <point x="1832.0" y="368.0" type="line"/>
+ <point x="1280.0" y="920.0" type="line"/>
+ <point x="1132.0" y="772.0" type="line"/>
</contour>
<contour>
- <point x="1376" y="180" type="line"/>
- <point x="1588" y="180" type="line"/>
- <point x="1588" y="960" type="line"/>
- <point x="1376" y="960" type="line"/>
+ <point x="1376.0" y="180.0" type="line"/>
+ <point x="1588.0" y="180.0" type="line"/>
+ <point x="1588.0" y="960.0" type="line"/>
+ <point x="1376.0" y="960.0" type="line"/>
</contour>
<contour>
- <point x="1132" y="372" type="line"/>
- <point x="1280" y="220" type="line"/>
- <point x="1832" y="772" type="line"/>
- <point x="1680" y="920" type="line"/>
+ <point x="1132.0" y="372.0" type="line"/>
+ <point x="1280.0" y="220.0" type="line"/>
+ <point x="1832.0" y="772.0" type="line"/>
+ <point x="1680.0" y="920.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1881.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/at.case.glif b/src/Inter-UI-Black.ufo/glyphs/at.case.glif
index 477deea7c..7c1d0df15 100644
--- a/src/Inter-UI-Black.ufo/glyphs/at.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/at.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="at.case" format="1">
- <advance width="2848"/>
+<glyph name="at.case" format="2">
+ <advance width="2848.0"/>
<outline>
- <component base="at" yOffset="284"/>
+ <component base="at" yOffset="284.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2522, 'leftMargin': 183, 'rightMargin': 97}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/at.glif b/src/Inter-UI-Black.ufo/glyphs/at.glif
index fbe2471b6..c1cc88ff3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/at.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/at.glif
@@ -1,90 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="at" format="1">
- <advance width="2848"/>
+<glyph name="at" format="2">
+ <advance width="2848.0"/>
<unicode hex="0040"/>
<outline>
<contour>
- <point x="1400" y="1100" type="curve" smooth="yes"/>
- <point x="1596" y="1104"/>
- <point x="1752" y="1024"/>
- <point x="1752" y="748" type="curve" smooth="yes"/>
- <point x="1752" y="476"/>
- <point x="1616" y="336"/>
- <point x="1392" y="336" type="curve" smooth="yes"/>
- <point x="1168" y="336"/>
- <point x="1108" y="500"/>
- <point x="1112" y="748" type="curve" smooth="yes"/>
- <point x="1112" y="952"/>
- <point x="1224" y="1100"/>
+ <point x="1400.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="1104.0"/>
+ <point x="1752.0" y="1024.0"/>
+ <point x="1752.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="1752.0" y="476.0"/>
+ <point x="1616.0" y="336.0"/>
+ <point x="1392.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="336.0"/>
+ <point x="1108.0" y="500.0"/>
+ <point x="1112.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="952.0"/>
+ <point x="1224.0" y="1100.0"/>
</contour>
<contour>
- <point x="1472" y="2052" type="curve" smooth="yes"/>
- <point x="652" y="2052"/>
- <point x="160" y="1492"/>
- <point x="160" y="724" type="curve" smooth="yes"/>
- <point x="160" y="-136"/>
- <point x="632" y="-600"/>
- <point x="1500" y="-600" type="curve" smooth="yes"/>
- <point x="1764" y="-600"/>
- <point x="2060" y="-524"/>
- <point x="2164" y="-456" type="curve"/>
- <point x="2056" y="-148" type="line"/>
- <point x="1936" y="-196"/>
- <point x="1716" y="-248"/>
- <point x="1508" y="-248" type="curve" smooth="yes"/>
- <point x="876" y="-248"/>
- <point x="540" y="88"/>
- <point x="540" y="716" type="curve" smooth="yes"/>
- <point x="540" y="1268"/>
- <point x="880" y="1704"/>
- <point x="1460" y="1704" type="curve" smooth="yes"/>
- <point x="2040" y="1704"/>
- <point x="2384" y="1516"/>
- <point x="2384" y="888" type="curve" smooth="yes"/>
- <point x="2384" y="460"/>
- <point x="2280" y="320"/>
- <point x="2164" y="320" type="curve" smooth="yes"/>
- <point x="2140" y="320"/>
- <point x="2104" y="308"/>
- <point x="2104" y="376" type="curve" smooth="yes"/>
- <point x="2104" y="1424" type="line"/>
- <point x="1776" y="1424" type="line"/>
- <point x="1776" y="1312" type="line"/>
- <point x="1764" y="1312" type="line"/>
- <point x="1728" y="1400"/>
- <point x="1508" y="1484"/>
- <point x="1288" y="1448" type="curve" smooth="yes"/>
- <point x="1048" y="1408"/>
- <point x="744" y="1192"/>
- <point x="744" y="736" type="curve" smooth="yes"/>
- <point x="744" y="228"/>
- <point x="988" y="4"/>
- <point x="1324" y="-28" type="curve" smooth="yes"/>
- <point x="1492" y="-44"/>
- <point x="1752" y="40"/>
- <point x="1804" y="172" type="curve"/>
- <point x="1816" y="172" type="line"/>
- <point x="1844" y="-40"/>
- <point x="1960" y="-40"/>
- <point x="2140" y="-40" type="curve" smooth="yes"/>
- <point x="2552" y="-40"/>
- <point x="2748" y="320"/>
- <point x="2748" y="884" type="curve" smooth="yes"/>
- <point x="2748" y="1552"/>
- <point x="2276" y="2052"/>
+ <point x="1472.0" y="2052.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="2052.0"/>
+ <point x="160.0" y="1492.0"/>
+ <point x="160.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="160.0" y="-136.0"/>
+ <point x="632.0" y="-600.0"/>
+ <point x="1500.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1764.0" y="-600.0"/>
+ <point x="2060.0" y="-524.0"/>
+ <point x="2164.0" y="-456.0" type="curve"/>
+ <point x="2056.0" y="-148.0" type="line"/>
+ <point x="1936.0" y="-196.0"/>
+ <point x="1716.0" y="-248.0"/>
+ <point x="1508.0" y="-248.0" type="curve" smooth="yes"/>
+ <point x="876.0" y="-248.0"/>
+ <point x="540.0" y="88.0"/>
+ <point x="540.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="1268.0"/>
+ <point x="880.0" y="1704.0"/>
+ <point x="1460.0" y="1704.0" type="curve" smooth="yes"/>
+ <point x="2040.0" y="1704.0"/>
+ <point x="2384.0" y="1516.0"/>
+ <point x="2384.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="2384.0" y="460.0"/>
+ <point x="2280.0" y="320.0"/>
+ <point x="2164.0" y="320.0" type="curve" smooth="yes"/>
+ <point x="2140.0" y="320.0"/>
+ <point x="2104.0" y="308.0"/>
+ <point x="2104.0" y="376.0" type="curve" smooth="yes"/>
+ <point x="2104.0" y="1424.0" type="line"/>
+ <point x="1776.0" y="1424.0" type="line"/>
+ <point x="1776.0" y="1312.0" type="line"/>
+ <point x="1764.0" y="1312.0" type="line"/>
+ <point x="1728.0" y="1400.0"/>
+ <point x="1508.0" y="1484.0"/>
+ <point x="1288.0" y="1448.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1408.0"/>
+ <point x="744.0" y="1192.0"/>
+ <point x="744.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="228.0"/>
+ <point x="988.0" y="4.0"/>
+ <point x="1324.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="-44.0"/>
+ <point x="1752.0" y="40.0"/>
+ <point x="1804.0" y="172.0" type="curve"/>
+ <point x="1816.0" y="172.0" type="line"/>
+ <point x="1844.0" y="-40.0"/>
+ <point x="1960.0" y="-40.0"/>
+ <point x="2140.0" y="-40.0" type="curve" smooth="yes"/>
+ <point x="2552.0" y="-40.0"/>
+ <point x="2748.0" y="320.0"/>
+ <point x="2748.0" y="884.0" type="curve" smooth="yes"/>
+ <point x="2748.0" y="1552.0"/>
+ <point x="2276.0" y="2052.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2522, 'leftMargin': 183, 'rightMargin': 97}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/atilde.glif b/src/Inter-UI-Black.ufo/glyphs/atilde.glif
index f5002aaca..00bba7c45 100644
--- a/src/Inter-UI-Black.ufo/glyphs/atilde.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/atilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="atilde" format="1">
- <advance width="1560"/>
+<glyph name="atilde" format="2">
+ <advance width="1560.0"/>
<unicode hex="00E3"/>
<outline>
- <component base="tilde" xOffset="104"/>
+ <component base="tilde" xOffset="104.0"/>
<component base="a"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aturn.glif b/src/Inter-UI-Black.ufo/glyphs/aturn.glif
index 1650adb37..3a1ea571f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/aturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/aturn.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="aturn" format="1">
- <advance width="1568"/>
+<glyph name="aturn" format="2">
+ <advance width="1568.0"/>
<unicode hex="0250"/>
+ <anchor x="816.0" y="0.0" name="bottom"/>
+ <anchor x="1180.0" y="848.0" name="rhotichook"/>
+ <anchor x="816.0" y="1776.0" name="top"/>
+ <anchor x="1568.0" y="1776.0" name="top0315"/>
<outline>
- <component base="a" xScale="-1.0" yScale="-1.0" xOffset="1536" yOffset="1536"/>
- <contour>
- <point x="816" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="816" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1180" y="848" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1568" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="a" xScale="-1.0" yScale="-1.0" xOffset="1536.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1500, 'leftMargin': 73, 'rightMargin': 73}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aturn_uni02DE__.glif b/src/Inter-UI-Black.ufo/glyphs/aturn_uni02DE__.glif
deleted file mode 100644
index cfee84f67..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/aturn_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="aturn_uni02DE" format="1">
- <advance width="2336"/>
- <outline>
- <component base="aturn" xOffset="84"/>
- <component base="rhotichookmod" xOffset="1440" yOffset="64"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2109, 'leftMargin': 73, 'rightMargin': 41}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/aturn_uni02D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/aturn_uni02D_E_.glif
new file mode 100644
index 000000000..39a0b8ca7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/aturn_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aturn_uni02DE" format="2">
+ <advance width="2336.0"/>
+ <outline>
+ <component base="aturn" xOffset="84.0"/>
+ <component base="rhotichookmod" xOffset="1440.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/austral.glif b/src/Inter-UI-Black.ufo/glyphs/austral.glif
index 46f9ac6be..d1b11c6b8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/austral.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/austral.glif
@@ -1,33 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="austral" format="1">
- <advance width="2168"/>
+<glyph name="austral" format="2">
+ <advance width="2168.0"/>
<unicode hex="20B3"/>
<outline>
<contour>
- <point x="2036" y="1268" type="line"/>
- <point x="132" y="1268" type="line"/>
- <point x="132" y="912" type="line"/>
- <point x="2036" y="912" type="line"/>
+ <point x="2036.0" y="1268.0" type="line"/>
+ <point x="132.0" y="1268.0" type="line"/>
+ <point x="132.0" y="912.0" type="line"/>
+ <point x="2036.0" y="912.0" type="line"/>
</contour>
<contour>
- <point x="2036" y="748" type="line"/>
- <point x="132" y="748" type="line"/>
- <point x="132" y="388" type="line"/>
- <point x="2036" y="388" type="line"/>
+ <point x="2036.0" y="748.0" type="line"/>
+ <point x="132.0" y="748.0" type="line"/>
+ <point x="132.0" y="388.0" type="line"/>
+ <point x="2036.0" y="388.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1676.0" y="756.0" type="line"/>
+ <point x="492.0" y="756.0" type="line"/>
+ <point x="492.0" y="384.0" type="line"/>
+ <point x="1676.0" y="384.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="580.0" y="0.0" type="line"/>
+ <point x="1072.0" y="1468.0" type="line"/>
+ <point x="1096.0" y="1468.0" type="line"/>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="2088.0" y="0.0" type="line"/>
+ <point x="1332.0" y="2048.0" type="line"/>
+ <point x="836.0" y="2048.0" type="line"/>
+ <point x="80.0" y="0.0" type="line"/>
</contour>
- <component base="A"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2017, 'leftMargin': 55, 'rightMargin': -18}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/b.glif b/src/Inter-UI-Black.ufo/glyphs/b.glif
index c2fe2836f..f1dc9fdbb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/b.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/b.glif
@@ -1,45 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="b" format="1">
- <advance width="1652"/>
+<glyph name="b" format="2">
+ <advance width="1652.0"/>
<unicode hex="0062"/>
+ <anchor x="932.0" y="0.0" name="bottom"/>
+ <anchor x="1720.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2200.0" name="top"/>
+ <anchor x="1720.0" y="2200.0" name="top0315"/>
+ <anchor x="1720.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="600" y="0" type="line"/>
- <point x="600" y="304" type="line"/>
- <point x="436" y="744" type="line"/>
- <point x="604" y="1272" type="line"/>
- <point x="604" y="2048" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="600.0" y="0.0" type="line"/>
+ <point x="600.0" y="304.0" type="line"/>
+ <point x="436.0" y="744.0" type="line"/>
+ <point x="604.0" y="1272.0" type="line"/>
+ <point x="604.0" y="2048.0" type="line"/>
</contour>
- <component base="rightloop.cn" xOffset="-36"/>
<contour>
- <point x="1064" y="2200" type="move" name="top"/>
+ <point x="420.0" y="1372.0" type="line"/>
+ <point x="420.0" y="156.0" type="line"/>
+ <point x="620.0" y="156.0" type="line"/>
+ <point x="672.0" y="40.0"/>
+ <point x="804.0" y="-24.0"/>
+ <point x="964.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-24.0"/>
+ <point x="1556.0" y="244.0"/>
+ <point x="1556.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1304.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="964.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1556.0"/>
+ <point x="672.0" y="1488.0"/>
+ <point x="620.0" y="1372.0" type="curve"/>
</contour>
<contour>
- <point x="932" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1720" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1720" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1720" y="2200" type="move" name="top0315"/>
+ <point x="1124.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="500.0"/>
+ <point x="1024.0" y="340.0"/>
+ <point x="828.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="552.0" y="536.0"/>
+ <point x="552.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1004.0"/>
+ <point x="616.0" y="1192.0"/>
+ <point x="828.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1192.0"/>
+ <point x="1124.0" y="1036.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 140, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/babygamma.glif b/src/Inter-UI-Black.ufo/glyphs/babygamma.glif
index 121cbf3bc..675a2aeb2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/babygamma.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/babygamma.glif
@@ -1,78 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="babygamma" format="1">
- <advance width="1824"/>
+<glyph name="babygamma" format="2">
+ <advance width="1824.0"/>
<unicode hex="0264"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="912.0" y="1776.0" name="top"/>
+ <anchor x="1800.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="256" y="1044" type="line"/>
- <point x="300" y="1088"/>
- <point x="348" y="1128"/>
- <point x="400" y="1128" type="curve" smooth="yes"/>
- <point x="484" y="1128"/>
- <point x="564" y="1044"/>
- <point x="748" y="728" type="curve" smooth="yes"/>
- <point x="868" y="524"/>
- <point x="968" y="416"/>
- <point x="968" y="344" type="curve" smooth="yes"/>
- <point x="968" y="316"/>
- <point x="956" y="284"/>
- <point x="912" y="284" type="curve"/>
- <point x="912" y="-28" type="line"/>
- <point x="1176" y="-28"/>
- <point x="1356" y="88"/>
- <point x="1356" y="316" type="curve" smooth="yes"/>
- <point x="1356" y="488"/>
- <point x="1264" y="624"/>
- <point x="1080" y="940" type="curve" smooth="yes"/>
- <point x="864" y="1316"/>
- <point x="692" y="1516"/>
- <point x="456" y="1516" type="curve" smooth="yes"/>
- <point x="252" y="1516"/>
- <point x="144" y="1416"/>
- <point x="52" y="1304" type="curve"/>
+ <point x="256.0" y="1044.0" type="line"/>
+ <point x="300.0" y="1088.0"/>
+ <point x="348.0" y="1128.0"/>
+ <point x="400.0" y="1128.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="1128.0"/>
+ <point x="564.0" y="1044.0"/>
+ <point x="748.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="868.0" y="524.0"/>
+ <point x="968.0" y="416.0"/>
+ <point x="968.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="316.0"/>
+ <point x="956.0" y="284.0"/>
+ <point x="912.0" y="284.0" type="curve"/>
+ <point x="912.0" y="-28.0" type="line"/>
+ <point x="1176.0" y="-28.0"/>
+ <point x="1356.0" y="88.0"/>
+ <point x="1356.0" y="316.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="488.0"/>
+ <point x="1264.0" y="624.0"/>
+ <point x="1080.0" y="940.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="1316.0"/>
+ <point x="692.0" y="1516.0"/>
+ <point x="456.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="252.0" y="1516.0"/>
+ <point x="144.0" y="1416.0"/>
+ <point x="52.0" y="1304.0" type="curve"/>
</contour>
<contour>
- <point x="1776" y="1304" type="line"/>
- <point x="1684" y="1416"/>
- <point x="1572" y="1516"/>
- <point x="1372" y="1516" type="curve" smooth="yes"/>
- <point x="1132" y="1516"/>
- <point x="960" y="1316"/>
- <point x="744" y="940" type="curve" smooth="yes"/>
- <point x="560" y="624"/>
- <point x="468" y="488"/>
- <point x="468" y="316" type="curve" smooth="yes"/>
- <point x="468" y="88"/>
- <point x="648" y="-28"/>
- <point x="912" y="-28" type="curve"/>
- <point x="912" y="284" type="line"/>
- <point x="868" y="284"/>
- <point x="856" y="316"/>
- <point x="856" y="344" type="curve" smooth="yes"/>
- <point x="856" y="416"/>
- <point x="956" y="524"/>
- <point x="1076" y="728" type="curve" smooth="yes"/>
- <point x="1260" y="1044"/>
- <point x="1340" y="1128"/>
- <point x="1424" y="1128" type="curve" smooth="yes"/>
- <point x="1476" y="1128"/>
- <point x="1524" y="1088"/>
- <point x="1568" y="1044" type="curve"/>
- </contour>
- <contour>
- <point x="912" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="912" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1800" y="1776" type="move" name="top0315"/>
+ <point x="1776.0" y="1304.0" type="line"/>
+ <point x="1684.0" y="1416.0"/>
+ <point x="1572.0" y="1516.0"/>
+ <point x="1372.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="1516.0"/>
+ <point x="960.0" y="1316.0"/>
+ <point x="744.0" y="940.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="624.0"/>
+ <point x="468.0" y="488.0"/>
+ <point x="468.0" y="316.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="88.0"/>
+ <point x="648.0" y="-28.0"/>
+ <point x="912.0" y="-28.0" type="curve"/>
+ <point x="912.0" y="284.0" type="line"/>
+ <point x="868.0" y="284.0"/>
+ <point x="856.0" y="316.0"/>
+ <point x="856.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="416.0"/>
+ <point x="956.0" y="524.0"/>
+ <point x="1076.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="1044.0"/>
+ <point x="1340.0" y="1128.0"/>
+ <point x="1424.0" y="1128.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="1128.0"/>
+ <point x="1524.0" y="1088.0"/>
+ <point x="1568.0" y="1044.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1779, 'leftMargin': 28, 'rightMargin': 27}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/backslash.glif b/src/Inter-UI-Black.ufo/glyphs/backslash.glif
index 4e359909f..141ee7102 100644
--- a/src/Inter-UI-Black.ufo/glyphs/backslash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/backslash.glif
@@ -1,53 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="backslash" format="1">
- <advance width="1184"/>
+<glyph name="backslash" format="2">
+ <advance width="1184.0"/>
<unicode hex="005C"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="96" y="2048" type="line"/>
- <point x="692" y="-308" type="line"/>
- <point x="1088" y="-308" type="line"/>
- <point x="492" y="2048" type="line"/>
+ <point x="96.0" y="2048.0" type="line"/>
+ <point x="692.0" y="-308.0" type="line"/>
+ <point x="1088.0" y="-308.0" type="line"/>
+ <point x="492.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1198, 'leftMargin': -19, 'rightMargin': -78}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bar.glif b/src/Inter-UI-Black.ufo/glyphs/bar.glif
index f7cbb7c3b..c09e511ce 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bar.glif
@@ -1,53 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bar" format="1">
- <advance width="952"/>
+<glyph name="bar" format="2">
+ <advance width="952.0"/>
<unicode hex="007C"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="680" y="2048" type="line"/>
- <point x="272" y="2048" type="line"/>
- <point x="272" y="-384" type="line"/>
- <point x="680" y="-384" type="line"/>
+ <point x="680.0" y="2048.0" type="line"/>
+ <point x="272.0" y="2048.0" type="line"/>
+ <point x="272.0" y="-384.0" type="line"/>
+ <point x="680.0" y="-384.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 718, 'leftMargin': 238, 'rightMargin': 231}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/barmidlongnosp.glif b/src/Inter-UI-Black.ufo/glyphs/barmidlongnosp.glif
index b11f7f871..79d50f1eb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/barmidlongnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/barmidlongnosp.glif
@@ -1,24 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="barmidlongnosp" format="1">
- <advance width="0"/>
+<glyph name="barmidlongnosp" format="2">
<unicode hex="0336"/>
<outline>
<contour>
- <point x="87" y="862" type="line"/>
- <point x="-1675" y="862" type="line"/>
- <point x="-1675" y="600" type="line"/>
- <point x="87" y="600" type="line"/>
+ <point x="87.0" y="862.0" type="line"/>
+ <point x="-1675.0" y="862.0" type="line"/>
+ <point x="-1675.0" y="600.0" type="line"/>
+ <point x="87.0" y="600.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/barmidshortnosp.glif b/src/Inter-UI-Black.ufo/glyphs/barmidshortnosp.glif
index 5a4b8ea24..1127bd26b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/barmidshortnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/barmidshortnosp.glif
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="barmidshortnosp" format="1">
- <advance width="0"/>
+<glyph name="barmidshortnosp" format="2">
<unicode hex="0335"/>
<outline>
- <component base="crossbar" xOffset="-1481" yOffset="-296"/>
+ <component base="crossbar" xOffset="-1481.0" yOffset="-296.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bbar.glif b/src/Inter-UI-Black.ufo/glyphs/bbar.glif
index fcc0fe53a..600782c1d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bbar.glif
@@ -1,30 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bbar" format="1">
- <advance width="1824"/>
+<glyph name="bbar" format="2">
+ <advance width="1824.0"/>
<unicode hex="0180"/>
+ <anchor x="1012.0" y="-16.0" name="bottom"/>
+ <anchor x="1012.0" y="-16.0" name="markbottom"/>
+ <anchor x="604.0" y="1792.0" name="parenthesses.w2"/>
+ <anchor x="1004.0" y="2200.0" name="top"/>
+ <anchor x="1776.0" y="2200.0" name="top0315"/>
<outline>
- <component base="b" xOffset="176"/>
- <component base="crossbar" xOffset="-108" yOffset="764"/>
- <contour>
- <point x="1012" y="-16" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1004" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="604" y="1792" type="move" name="parenthesses.w2"/>
- </contour>
- <contour>
- <point x="1776" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="1012" y="-16" type="move" name="bottom"/>
- </contour>
+ <component base="b" xOffset="176.0"/>
+ <component base="crossbar" xOffset="-108.0" yOffset="764.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1701, 'leftMargin': -20, 'rightMargin': 5}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/bdotaccent.glif
new file mode 100644
index 000000000..62aefd47d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/bdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="bdotaccent" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E03"/>
+ <anchor x="932.0" y="0.0" name="bottom"/>
+ <anchor x="1720.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2200.0" name="parent_top"/>
+ <anchor x="1064.0" y="2720.0" name="top"/>
+ <anchor x="1720.0" y="2200.0" name="top0315"/>
+ <anchor x="1720.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="b"/>
+ <component base="dotaccent" xOffset="664.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/bdotbelow.glif
new file mode 100644
index 000000000..d72d0b93e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/bdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="bdotbelow" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E05"/>
+ <anchor x="931.0" y="-523.0" name="bottom"/>
+ <anchor x="1720.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2200.0" name="parent_top"/>
+ <anchor x="1064.0" y="2200.0" name="top"/>
+ <anchor x="1720.0" y="2200.0" name="top0315"/>
+ <anchor x="1720.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="b"/>
+ <component base="dotbelow" xOffset="1756.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/becyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/becyrillic.glif
index afeaf2ea7..e480052fa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/becyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/becyrillic.glif
@@ -1,66 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="becyrillic" format="1">
- <advance width="1824"/>
+<glyph name="becyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="0431"/>
<outline>
<contour>
- <point x="1128" y="2144" type="line"/>
- <point x="1128" y="2052"/>
- <point x="1068" y="2020"/>
- <point x="868" y="1976" type="curve" smooth="yes"/>
- <point x="460" y="1884"/>
- <point x="200" y="1548"/>
- <point x="200" y="812" type="curve" smooth="yes"/>
- <point x="200" y="772" type="line"/>
- <point x="540" y="836" type="line"/>
- <point x="540" y="872" type="line"/>
- <point x="524" y="1364"/>
- <point x="644" y="1580"/>
- <point x="944" y="1640" type="curve" smooth="yes"/>
- <point x="1388" y="1724"/>
- <point x="1484" y="1884"/>
- <point x="1484" y="2144" type="curve"/>
+ <point x="1128.0" y="2144.0" type="line"/>
+ <point x="1128.0" y="2052.0"/>
+ <point x="1068.0" y="2020.0"/>
+ <point x="868.0" y="1976.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="1884.0"/>
+ <point x="200.0" y="1548.0"/>
+ <point x="200.0" y="812.0" type="curve" smooth="yes"/>
+ <point x="200.0" y="772.0" type="line"/>
+ <point x="540.0" y="836.0" type="line"/>
+ <point x="540.0" y="872.0" type="line"/>
+ <point x="524.0" y="1364.0"/>
+ <point x="644.0" y="1580.0"/>
+ <point x="944.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="1724.0"/>
+ <point x="1484.0" y="1884.0"/>
+ <point x="1484.0" y="2144.0" type="curve"/>
</contour>
<contour>
- <point x="996" y="1404" type="curve" smooth="yes"/>
- <point x="724" y="1404"/>
- <point x="524" y="1272"/>
- <point x="340" y="940" type="curve" smooth="yes"/>
- <point x="288" y="848"/>
- <point x="196" y="824"/>
- <point x="200" y="784" type="curve"/>
- <point x="200" y="756" type="line" smooth="yes"/>
- <point x="200" y="304"/>
- <point x="452" y="-28"/>
- <point x="912" y="-28" type="curve" smooth="yes"/>
- <point x="1376" y="-28"/>
- <point x="1624" y="272"/>
- <point x="1624" y="676" type="curve"/>
- <point x="1624" y="704" type="line"/>
- <point x="1624" y="1108"/>
- <point x="1404" y="1404"/>
+ <point x="996.0" y="1404.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="1404.0"/>
+ <point x="524.0" y="1272.0"/>
+ <point x="340.0" y="940.0" type="curve" smooth="yes"/>
+ <point x="288.0" y="848.0"/>
+ <point x="196.0" y="824.0"/>
+ <point x="200.0" y="784.0" type="curve"/>
+ <point x="200.0" y="756.0" type="line" smooth="yes"/>
+ <point x="200.0" y="304.0"/>
+ <point x="452.0" y="-28.0"/>
+ <point x="912.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1376.0" y="-28.0"/>
+ <point x="1624.0" y="272.0"/>
+ <point x="1624.0" y="676.0" type="curve"/>
+ <point x="1624.0" y="704.0" type="line"/>
+ <point x="1624.0" y="1108.0"/>
+ <point x="1404.0" y="1404.0"/>
</contour>
<contour>
- <point x="912" y="1048" type="curve" smooth="yes"/>
- <point x="1120" y="1048"/>
- <point x="1184" y="892"/>
- <point x="1184" y="704" type="curve"/>
- <point x="1184" y="676" type="line"/>
- <point x="1184" y="480"/>
- <point x="1116" y="328"/>
- <point x="912" y="328" type="curve" smooth="yes"/>
- <point x="704" y="328"/>
- <point x="640" y="480"/>
- <point x="640" y="676" type="curve"/>
- <point x="640" y="704" type="line" smooth="yes"/>
- <point x="640" y="892"/>
- <point x="708" y="1048"/>
+ <point x="912.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1048.0"/>
+ <point x="1184.0" y="892.0"/>
+ <point x="1184.0" y="704.0" type="curve"/>
+ <point x="1184.0" y="676.0" type="line"/>
+ <point x="1184.0" y="480.0"/>
+ <point x="1116.0" y="328.0"/>
+ <point x="912.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="328.0"/>
+ <point x="640.0" y="480.0"/>
+ <point x="640.0" y="676.0" type="curve"/>
+ <point x="640.0" y="704.0" type="line" smooth="yes"/>
+ <point x="640.0" y="892.0"/>
+ <point x="708.0" y="1048.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1620, 'leftMargin': 109.92764169267849, 'rightMargin': 83}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/beta.glif b/src/Inter-UI-Black.ufo/glyphs/beta.glif
index b1363fd67..fc9c2bc88 100644
--- a/src/Inter-UI-Black.ufo/glyphs/beta.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/beta.glif
@@ -1,67 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="beta" format="1">
- <advance width="1672"/>
+<glyph name="beta" format="2">
+ <advance width="1672.0"/>
<unicode hex="03B2"/>
<outline>
<contour>
- <point x="740" y="1184" type="line" name="hr00"/>
- <point x="740" y="884" type="line"/>
- <point x="852" y="884" type="line" smooth="yes"/>
- <point x="1004" y="884"/>
- <point x="1136" y="796"/>
- <point x="1136" y="628" type="curve" smooth="yes"/>
- <point x="1136" y="480"/>
- <point x="1032" y="364"/>
- <point x="868" y="364" type="curve" smooth="yes"/>
- <point x="692" y="364"/>
- <point x="588" y="496"/>
- <point x="588" y="660" type="curve"/>
- <point x="588" y="96" type="line"/>
- <point x="600" y="100" type="line"/>
- <point x="712" y="12"/>
- <point x="844" y="-20"/>
- <point x="968" y="-20" type="curve" smooth="yes"/>
- <point x="1304" y="-20"/>
- <point x="1576" y="224"/>
- <point x="1576" y="584" type="curve" smooth="yes"/>
- <point x="1576" y="920"/>
- <point x="1336" y="1184"/>
- <point x="924" y="1184" type="curve" smooth="yes"/>
+ <point x="740.0" y="1184.0" type="line"/>
+ <point x="740.0" y="884.0" type="line"/>
+ <point x="852.0" y="884.0" type="line" smooth="yes"/>
+ <point x="1004.0" y="884.0"/>
+ <point x="1136.0" y="796.0"/>
+ <point x="1136.0" y="628.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="480.0"/>
+ <point x="1032.0" y="364.0"/>
+ <point x="868.0" y="364.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="364.0"/>
+ <point x="588.0" y="496.0"/>
+ <point x="588.0" y="660.0" type="curve"/>
+ <point x="588.0" y="96.0" type="line"/>
+ <point x="600.0" y="100.0" type="line"/>
+ <point x="712.0" y="12.0"/>
+ <point x="844.0" y="-20.0"/>
+ <point x="968.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-20.0"/>
+ <point x="1576.0" y="224.0"/>
+ <point x="1576.0" y="584.0" type="curve" smooth="yes"/>
+ <point x="1576.0" y="920.0"/>
+ <point x="1336.0" y="1184.0"/>
+ <point x="924.0" y="1184.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="828" y="2076" type="curve" smooth="yes"/>
- <point x="452" y="2076"/>
- <point x="144" y="1832"/>
- <point x="144" y="1432" type="curve"/>
- <point x="144" y="-576" type="line"/>
- <point x="588" y="-576" type="line"/>
- <point x="588" y="1400" type="line" smooth="yes"/>
- <point x="588" y="1580"/>
- <point x="688" y="1676"/>
- <point x="828" y="1676" type="curve" smooth="yes"/>
- <point x="968" y="1676"/>
- <point x="1048" y="1580"/>
- <point x="1048" y="1444" type="curve" smooth="yes"/>
- <point x="1048" y="1340"/>
- <point x="1004" y="1208"/>
- <point x="824" y="1208" type="curve" smooth="yes"/>
- <point x="740" y="1208" type="line"/>
- <point x="740" y="928" type="line"/>
- <point x="896" y="928" type="line" smooth="yes"/>
- <point x="1268" y="928"/>
- <point x="1492" y="1232"/>
- <point x="1492" y="1524" type="curve" smooth="yes"/>
- <point x="1492" y="1876"/>
- <point x="1168" y="2076"/>
+ <point x="828.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="2076.0"/>
+ <point x="144.0" y="1832.0"/>
+ <point x="144.0" y="1432.0" type="curve"/>
+ <point x="144.0" y="-576.0" type="line"/>
+ <point x="588.0" y="-576.0" type="line"/>
+ <point x="588.0" y="1400.0" type="line" smooth="yes"/>
+ <point x="588.0" y="1580.0"/>
+ <point x="688.0" y="1676.0"/>
+ <point x="828.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="1676.0"/>
+ <point x="1048.0" y="1580.0"/>
+ <point x="1048.0" y="1444.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1340.0"/>
+ <point x="1004.0" y="1208.0"/>
+ <point x="824.0" y="1208.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="1208.0" type="line"/>
+ <point x="740.0" y="928.0" type="line"/>
+ <point x="896.0" y="928.0" type="line" smooth="yes"/>
+ <point x="1268.0" y="928.0"/>
+ <point x="1492.0" y="1232.0"/>
+ <point x="1492.0" y="1524.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="1876.0"/>
+ <point x="1168.0" y="2076.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1705.0, 'leftMargin': 188, 'rightMargin': 84.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.22</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/beta1.glif b/src/Inter-UI-Black.ufo/glyphs/beta1.glif
index f2abd0101..2fb57f429 100644
--- a/src/Inter-UI-Black.ufo/glyphs/beta1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/beta1.glif
@@ -1,106 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="beta1" format="1">
- <advance width="1824"/>
+<glyph name="beta1" format="2">
+ <advance width="1824.0"/>
<unicode hex="03D0"/>
+ <guideline y="1392.875"/>
+ <guideline y="1293.875"/>
+ <guideline y="2140.875"/>
<outline>
<contour>
- <point x="1024" y="1264" type="curve" smooth="yes"/>
- <point x="840" y="1264"/>
- <point x="688" y="1212"/>
- <point x="560" y="1092" type="curve"/>
- <point x="560" y="1456"/>
- <point x="688" y="1816"/>
- <point x="968" y="1816" type="curve" smooth="yes"/>
- <point x="1068" y="1816"/>
- <point x="1124" y="1776"/>
- <point x="1124" y="1712" type="curve" smooth="yes"/>
- <point x="1124" y="1656"/>
- <point x="1048" y="1628"/>
- <point x="952" y="1628" type="curve" smooth="yes"/>
- <point x="864" y="1628"/>
- <point x="756" y="1652"/>
- <point x="672" y="1688" type="curve"/>
- <point x="588" y="1412" type="line"/>
- <point x="740" y="1368"/>
- <point x="872" y="1348"/>
- <point x="988" y="1348" type="curve" smooth="yes"/>
- <point x="1352" y="1348"/>
- <point x="1536" y="1544"/>
- <point x="1536" y="1752" type="curve" smooth="yes"/>
- <point x="1536" y="1968"/>
- <point x="1372" y="2140"/>
- <point x="1032" y="2140" type="curve" smooth="yes"/>
- <point x="556" y="2140"/>
- <point x="200" y="1732"/>
- <point x="200" y="996" type="curve" smooth="yes"/>
- <point x="200" y="916" type="line" smooth="yes"/>
- <point x="200" y="292"/>
- <point x="452" y="-28"/>
- <point x="940" y="-28" type="curve" smooth="yes"/>
- <point x="1372" y="-28"/>
- <point x="1624" y="260"/>
- <point x="1624" y="628" type="curve" smooth="yes"/>
- <point x="1624" y="1012"/>
- <point x="1404" y="1264"/>
+ <point x="1024.0" y="1264.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="1264.0"/>
+ <point x="688.0" y="1212.0"/>
+ <point x="560.0" y="1092.0" type="curve"/>
+ <point x="560.0" y="1456.0"/>
+ <point x="688.0" y="1816.0"/>
+ <point x="968.0" y="1816.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="1816.0"/>
+ <point x="1124.0" y="1776.0"/>
+ <point x="1124.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="1656.0"/>
+ <point x="1048.0" y="1628.0"/>
+ <point x="952.0" y="1628.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="1628.0"/>
+ <point x="756.0" y="1652.0"/>
+ <point x="672.0" y="1688.0" type="curve"/>
+ <point x="588.0" y="1412.0" type="line"/>
+ <point x="740.0" y="1368.0"/>
+ <point x="872.0" y="1348.0"/>
+ <point x="988.0" y="1348.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="1348.0"/>
+ <point x="1536.0" y="1544.0"/>
+ <point x="1536.0" y="1752.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="1968.0"/>
+ <point x="1372.0" y="2140.0"/>
+ <point x="1032.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="2140.0"/>
+ <point x="200.0" y="1732.0"/>
+ <point x="200.0" y="996.0" type="curve" smooth="yes"/>
+ <point x="200.0" y="916.0" type="line" smooth="yes"/>
+ <point x="200.0" y="292.0"/>
+ <point x="452.0" y="-28.0"/>
+ <point x="940.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="-28.0"/>
+ <point x="1624.0" y="260.0"/>
+ <point x="1624.0" y="628.0" type="curve" smooth="yes"/>
+ <point x="1624.0" y="1012.0"/>
+ <point x="1404.0" y="1264.0"/>
</contour>
<contour>
- <point x="912" y="904" type="curve" smooth="yes"/>
- <point x="1092" y="904"/>
- <point x="1184" y="816"/>
- <point x="1184" y="628" type="curve" smooth="yes"/>
- <point x="1184" y="440"/>
- <point x="1092" y="328"/>
- <point x="912" y="328" type="curve" smooth="yes"/>
- <point x="736" y="328"/>
- <point x="640" y="440"/>
- <point x="640" y="628" type="curve" smooth="yes"/>
- <point x="640" y="820"/>
- <point x="748" y="904"/>
+ <point x="912.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="904.0"/>
+ <point x="1184.0" y="816.0"/>
+ <point x="1184.0" y="628.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="440.0"/>
+ <point x="1092.0" y="328.0"/>
+ <point x="912.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="328.0"/>
+ <point x="640.0" y="440.0"/>
+ <point x="640.0" y="628.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="820.0"/>
+ <point x="748.0" y="904.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1392.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1293.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2140.875</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 80, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bhook.glif b/src/Inter-UI-Black.ufo/glyphs/bhook.glif
index b917a24e9..028c56d90 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bhook.glif
@@ -1,75 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bhook" format="1">
- <advance width="1652"/>
+<glyph name="bhook" format="2">
+ <advance width="1652.0"/>
<unicode hex="0253"/>
+ <anchor x="1024.0" y="-16.0" name="bottom"/>
+ <anchor x="1012.0" y="2340.0" name="top"/>
+ <anchor x="1676.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="604" y="1444" type="line"/>
- <point x="604" y="1580" type="line" smooth="yes"/>
- <point x="604" y="1692"/>
- <point x="720" y="1720"/>
- <point x="824" y="1720" type="curve" smooth="yes"/>
- <point x="864" y="1720"/>
- <point x="900" y="1716"/>
- <point x="932" y="1712" type="curve"/>
- <point x="932" y="2060" type="line"/>
- <point x="876" y="2068"/>
- <point x="800" y="2076"/>
- <point x="700" y="2076" type="curve" smooth="yes"/>
- <point x="460" y="2076"/>
- <point x="144" y="2024"/>
- <point x="144" y="1580" type="curve" smooth="yes"/>
- <point x="144" y="1444" type="line"/>
+ <point x="604.0" y="1444.0" type="line"/>
+ <point x="604.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1692.0"/>
+ <point x="720.0" y="1720.0"/>
+ <point x="824.0" y="1720.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="1720.0"/>
+ <point x="900.0" y="1716.0"/>
+ <point x="932.0" y="1712.0" type="curve"/>
+ <point x="932.0" y="2060.0" type="line"/>
+ <point x="876.0" y="2068.0"/>
+ <point x="800.0" y="2076.0"/>
+ <point x="700.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="2076.0"/>
+ <point x="144.0" y="2024.0"/>
+ <point x="144.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="1444.0" type="line"/>
</contour>
<contour>
- <point x="144" y="1536" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="600" y="0" type="line"/>
- <point x="600" y="156" type="line"/>
- <point x="620" y="156" type="line"/>
- <point x="672" y="40"/>
- <point x="804" y="-24"/>
- <point x="964" y="-24" type="curve" smooth="yes"/>
- <point x="1288" y="-24"/>
- <point x="1556" y="244"/>
- <point x="1556" y="768" type="curve" smooth="yes"/>
- <point x="1556" y="1304"/>
- <point x="1272" y="1556"/>
- <point x="964" y="1556" type="curve" smooth="yes"/>
- <point x="804" y="1556"/>
- <point x="672" y="1488"/>
- <point x="620" y="1372" type="curve"/>
- <point x="604" y="1372" type="line"/>
- <point x="604" y="1536" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="600.0" y="0.0" type="line"/>
+ <point x="600.0" y="156.0" type="line"/>
+ <point x="620.0" y="156.0" type="line"/>
+ <point x="672.0" y="40.0"/>
+ <point x="804.0" y="-24.0"/>
+ <point x="964.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-24.0"/>
+ <point x="1556.0" y="244.0"/>
+ <point x="1556.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1304.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="964.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1556.0"/>
+ <point x="672.0" y="1488.0"/>
+ <point x="620.0" y="1372.0" type="curve"/>
+ <point x="604.0" y="1372.0" type="line"/>
+ <point x="604.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="1124" y="768" type="curve" smooth="yes"/>
- <point x="1124" y="500"/>
- <point x="1024" y="340"/>
- <point x="828" y="340" type="curve" smooth="yes"/>
- <point x="612" y="340"/>
- <point x="552" y="536"/>
- <point x="552" y="768" type="curve" smooth="yes"/>
- <point x="552" y="1004"/>
- <point x="616" y="1192"/>
- <point x="828" y="1192" type="curve" smooth="yes"/>
- <point x="1024" y="1192"/>
- <point x="1124" y="1036"/>
- </contour>
- <contour>
- <point x="1012" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1024" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1676" y="2340" type="move" name="top0315"/>
+ <point x="1124.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="500.0"/>
+ <point x="1024.0" y="340.0"/>
+ <point x="828.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="552.0" y="536.0"/>
+ <point x="552.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1004.0"/>
+ <point x="616.0" y="1192.0"/>
+ <point x="828.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1192.0"/>
+ <point x="1124.0" y="1036.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 140, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/blackleftpointingtriangle.glif b/src/Inter-UI-Black.ufo/glyphs/blackleftpointingtriangle.glif
index 09c16a169..8d70bb5cd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/blackleftpointingtriangle.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/blackleftpointingtriangle.glif
@@ -1,23 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="blackleftpointingtriangle" format="1">
- <advance width="2592"/>
+<glyph name="blackleftpointingtriangle" format="2">
+ <advance width="2592.0"/>
<unicode hex="25C0"/>
<outline>
<contour>
- <point x="2320" y="-256" type="line"/>
- <point x="2320" y="2304" type="line"/>
- <point x="144" y="1024" type="line"/>
+ <point x="2320.0" y="-256.0" type="line"/>
+ <point x="2320.0" y="2304.0" type="line"/>
+ <point x="144.0" y="1024.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/blinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/blinebelow.glif
new file mode 100644
index 000000000..cf0d113eb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/blinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="blinebelow" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E07"/>
+ <anchor x="933.0" y="-474.0" name="bottom"/>
+ <anchor x="1720.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2200.0" name="parent_top"/>
+ <anchor x="1064.0" y="2200.0" name="top"/>
+ <anchor x="1720.0" y="2200.0" name="top0315"/>
+ <anchor x="1720.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="b"/>
+ <component base="macronsubnosp" xOffset="1724.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/braceleft.case.glif b/src/Inter-UI-Black.ufo/glyphs/braceleft.case.glif
index ca58a8852..2241ffd2a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/braceleft.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/braceleft.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="braceleft.case" format="1">
- <advance width="1072"/>
+<glyph name="braceleft.case" format="2">
+ <advance width="1072.0"/>
<outline>
- <component base="braceleft" yOffset="172"/>
+ <component base="braceleft" yOffset="172.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 920, 'leftMargin': 59, 'rightMargin': 52}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/braceleft.glif b/src/Inter-UI-Black.ufo/glyphs/braceleft.glif
index 85bb56d53..3873023bd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/braceleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/braceleft.glif
@@ -1,56 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="braceleft" format="1">
- <advance width="1072"/>
+<glyph name="braceleft" format="2">
+ <advance width="1072.0"/>
<unicode hex="007B"/>
<outline>
<contour>
- <point x="856" y="2196" type="line"/>
- <point x="480" y="2092"/>
- <point x="364" y="1844"/>
- <point x="364" y="1556" type="curve"/>
- <point x="364" y="1276" type="line"/>
- <point x="364" y="1112"/>
- <point x="296" y="1008"/>
- <point x="132" y="1008" type="curve"/>
- <point x="132" y="780" type="line"/>
- <point x="568" y="780"/>
- <point x="752" y="1000"/>
- <point x="752" y="1276" type="curve"/>
- <point x="752" y="1556" type="line"/>
- <point x="752" y="1744"/>
- <point x="792" y="1900"/>
- <point x="940" y="1956" type="curve"/>
+ <point x="856.0" y="2196.0" type="line"/>
+ <point x="480.0" y="2092.0"/>
+ <point x="364.0" y="1844.0"/>
+ <point x="364.0" y="1556.0" type="curve"/>
+ <point x="364.0" y="1276.0" type="line"/>
+ <point x="364.0" y="1112.0"/>
+ <point x="296.0" y="1008.0"/>
+ <point x="132.0" y="1008.0" type="curve"/>
+ <point x="132.0" y="780.0" type="line"/>
+ <point x="568.0" y="780.0"/>
+ <point x="752.0" y="1000.0"/>
+ <point x="752.0" y="1276.0" type="curve"/>
+ <point x="752.0" y="1556.0" type="line"/>
+ <point x="752.0" y="1744.0"/>
+ <point x="792.0" y="1900.0"/>
+ <point x="940.0" y="1956.0" type="curve"/>
</contour>
<contour>
- <point x="940" y="-252" type="line"/>
- <point x="792" y="-196"/>
- <point x="752" y="-40"/>
- <point x="752" y="148" type="curve" smooth="yes"/>
- <point x="752" y="424" type="line" smooth="yes"/>
- <point x="752" y="704"/>
- <point x="568" y="924"/>
- <point x="132" y="924" type="curve"/>
- <point x="132" y="696" type="line"/>
- <point x="296" y="696"/>
- <point x="364" y="588"/>
- <point x="364" y="424" type="curve" smooth="yes"/>
- <point x="364" y="148" type="line" smooth="yes"/>
- <point x="364" y="-144"/>
- <point x="480" y="-388"/>
- <point x="856" y="-496" type="curve"/>
+ <point x="940.0" y="-252.0" type="line"/>
+ <point x="792.0" y="-196.0"/>
+ <point x="752.0" y="-40.0"/>
+ <point x="752.0" y="148.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="424.0" type="line" smooth="yes"/>
+ <point x="752.0" y="704.0"/>
+ <point x="568.0" y="924.0"/>
+ <point x="132.0" y="924.0" type="curve"/>
+ <point x="132.0" y="696.0" type="line"/>
+ <point x="296.0" y="696.0"/>
+ <point x="364.0" y="588.0"/>
+ <point x="364.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="148.0" type="line" smooth="yes"/>
+ <point x="364.0" y="-144.0"/>
+ <point x="480.0" y="-388.0"/>
+ <point x="856.0" y="-496.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 920, 'leftMargin': 59, 'rightMargin': 52}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/braceright.case.glif b/src/Inter-UI-Black.ufo/glyphs/braceright.case.glif
index 6fc214f22..951cef80e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/braceright.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/braceright.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="braceright.case" format="1">
- <advance width="1072"/>
+<glyph name="braceright.case" format="2">
+ <advance width="1072.0"/>
<outline>
- <component base="braceright" yOffset="172"/>
+ <component base="braceright" yOffset="172.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 920, 'leftMargin': 54, 'rightMargin': 58}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/braceright.glif b/src/Inter-UI-Black.ufo/glyphs/braceright.glif
index 2c5ddf422..a52f8710c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/braceright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/braceright.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="braceright" format="1">
- <advance width="1072"/>
+<glyph name="braceright" format="2">
+ <advance width="1072.0"/>
<unicode hex="007D"/>
<outline>
- <component base="braceleft" xScale="-1" xOffset="1040"/>
+ <component base="braceleft" xScale="-1.0" xOffset="1040.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 920, 'leftMargin': 54, 'rightMargin': 58}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bracketleft.case.glif b/src/Inter-UI-Black.ufo/glyphs/bracketleft.case.glif
index f842e1cc4..856f8ca10 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bracketleft.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bracketleft.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketleft.case" format="1">
- <advance width="1072"/>
+<glyph name="bracketleft.case" format="2">
+ <advance width="1072.0"/>
<outline>
- <component base="bracketleft" yOffset="88"/>
+ <component base="bracketleft" yOffset="88.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 791, 'leftMargin': 154, 'rightMargin': 20}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bracketleft.glif b/src/Inter-UI-Black.ufo/glyphs/bracketleft.glif
index 748c8abf0..d7cc2ada5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bracketleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bracketleft.glif
@@ -1,30 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketleft" format="1">
- <advance width="1072"/>
+<glyph name="bracketleft" format="2">
+ <advance width="1072.0"/>
<unicode hex="005B"/>
<outline>
<contour>
- <point x="976" y="2348" type="line"/>
- <point x="272" y="2348" type="line"/>
- <point x="272" y="-480" type="line"/>
- <point x="976" y="-480" type="line"/>
- <point x="976" y="-144" type="line"/>
- <point x="680" y="-144" type="line"/>
- <point x="680" y="2008" type="line"/>
- <point x="976" y="2008" type="line"/>
+ <point x="976.0" y="2348.0" type="line"/>
+ <point x="272.0" y="2348.0" type="line"/>
+ <point x="272.0" y="-480.0" type="line"/>
+ <point x="976.0" y="-480.0" type="line"/>
+ <point x="976.0" y="-144.0" type="line"/>
+ <point x="680.0" y="-144.0" type="line"/>
+ <point x="680.0" y="2008.0" type="line"/>
+ <point x="976.0" y="2008.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 791, 'leftMargin': 154, 'rightMargin': 20}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bracketleft_quill.glif b/src/Inter-UI-Black.ufo/glyphs/bracketleft_quill.glif
index 207206fa5..1d2de30d0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bracketleft_quill.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bracketleft_quill.glif
@@ -1,27 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketleft_quill" format="1">
- <advance width="1072"/>
+<glyph name="bracketleft_quill" format="2">
+ <advance width="1072.0"/>
<unicode hex="2045"/>
<outline>
<contour>
- <point x="976" y="1100" type="line"/>
- <point x="484" y="1100" type="line"/>
- <point x="484" y="764" type="line"/>
- <point x="976" y="764" type="line"/>
+ <point x="976.0" y="1100.0" type="line"/>
+ <point x="484.0" y="1100.0" type="line"/>
+ <point x="484.0" y="764.0" type="line"/>
+ <point x="976.0" y="764.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="976.0" y="2348.0" type="line"/>
+ <point x="272.0" y="2348.0" type="line"/>
+ <point x="272.0" y="-480.0" type="line"/>
+ <point x="976.0" y="-480.0" type="line"/>
+ <point x="976.0" y="-144.0" type="line"/>
+ <point x="680.0" y="-144.0" type="line"/>
+ <point x="680.0" y="2008.0" type="line"/>
+ <point x="976.0" y="2008.0" type="line"/>
</contour>
- <component base="bracketleft"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 923, 'leftMargin': 168, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bracketright.case.glif b/src/Inter-UI-Black.ufo/glyphs/bracketright.case.glif
index fe0a76189..97e78999d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bracketright.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bracketright.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketright.case" format="1">
- <advance width="1072"/>
+<glyph name="bracketright.case" format="2">
+ <advance width="1072.0"/>
<outline>
- <component base="bracketright" yOffset="88"/>
+ <component base="bracketright" yOffset="88.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 791, 'leftMargin': 19, 'rightMargin': 154}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bracketright.glif b/src/Inter-UI-Black.ufo/glyphs/bracketright.glif
index df2aa69d1..22bf911dd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bracketright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bracketright.glif
@@ -1,30 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketright" format="1">
- <advance width="1072"/>
+<glyph name="bracketright" format="2">
+ <advance width="1072.0"/>
<unicode hex="005D"/>
<outline>
<contour>
- <point x="96" y="2348" type="line"/>
- <point x="96" y="2008" type="line"/>
- <point x="392" y="2008" type="line"/>
- <point x="392" y="-144" type="line"/>
- <point x="96" y="-144" type="line"/>
- <point x="96" y="-480" type="line"/>
- <point x="800" y="-480" type="line"/>
- <point x="800" y="2348" type="line"/>
+ <point x="96.0" y="2348.0" type="line"/>
+ <point x="96.0" y="2008.0" type="line"/>
+ <point x="392.0" y="2008.0" type="line"/>
+ <point x="392.0" y="-144.0" type="line"/>
+ <point x="96.0" y="-144.0" type="line"/>
+ <point x="96.0" y="-480.0" type="line"/>
+ <point x="800.0" y="-480.0" type="line"/>
+ <point x="800.0" y="2348.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 791, 'leftMargin': 19, 'rightMargin': 154}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bracketright_quill.glif b/src/Inter-UI-Black.ufo/glyphs/bracketright_quill.glif
index 809b96c95..08dc7ca15 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bracketright_quill.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bracketright_quill.glif
@@ -1,27 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketright_quill" format="1">
- <advance width="1072"/>
+<glyph name="bracketright_quill" format="2">
+ <advance width="1072.0"/>
<unicode hex="2046"/>
<outline>
<contour>
- <point x="468" y="1100" type="line"/>
- <point x="96" y="1100" type="line"/>
- <point x="96" y="764" type="line"/>
- <point x="468" y="764" type="line"/>
+ <point x="468.0" y="1100.0" type="line"/>
+ <point x="96.0" y="1100.0" type="line"/>
+ <point x="96.0" y="764.0" type="line"/>
+ <point x="468.0" y="764.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="96.0" y="2348.0" type="line"/>
+ <point x="96.0" y="2008.0" type="line"/>
+ <point x="392.0" y="2008.0" type="line"/>
+ <point x="392.0" y="-144.0" type="line"/>
+ <point x="96.0" y="-144.0" type="line"/>
+ <point x="96.0" y="-480.0" type="line"/>
+ <point x="800.0" y="-480.0" type="line"/>
+ <point x="800.0" y="2348.0" type="line"/>
</contour>
- <component base="bracketright"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 923, 'leftMargin': 137, 'rightMargin': 168}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/breve.glif b/src/Inter-UI-Black.ufo/glyphs/breve.glif
index 613156e66..d616bd886 100644
--- a/src/Inter-UI-Black.ufo/glyphs/breve.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/breve.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breve" format="1">
- <advance width="1312"/>
+<glyph name="breve" format="2">
+ <advance width="1312.0"/>
<unicode hex="02D8"/>
+ <anchor x="656.0" y="1776.0" name="_top"/>
+ <anchor x="656.0" y="2248.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="848" y="2116" type="line"/>
- <point x="848" y="2024"/>
- <point x="796" y="1940"/>
- <point x="656" y="1940" type="curve" smooth="yes"/>
- <point x="516" y="1940"/>
- <point x="464" y="2024"/>
- <point x="464" y="2116" type="curve"/>
- <point x="160" y="2116" type="line"/>
- <point x="160" y="1868"/>
- <point x="352" y="1692"/>
- <point x="656" y="1692" type="curve" smooth="yes"/>
- <point x="964" y="1692"/>
- <point x="1156" y="1868"/>
- <point x="1156" y="2116" type="curve"/>
- </contour>
- <contour>
- <point x="656" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="656" y="2248" type="move" name="mkmktop_acc"/>
+ <point x="848.0" y="2116.0" type="line"/>
+ <point x="848.0" y="2024.0"/>
+ <point x="796.0" y="1940.0"/>
+ <point x="656.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="1940.0"/>
+ <point x="464.0" y="2024.0"/>
+ <point x="464.0" y="2116.0" type="curve"/>
+ <point x="160.0" y="2116.0" type="line"/>
+ <point x="160.0" y="1868.0"/>
+ <point x="352.0" y="1692.0"/>
+ <point x="656.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1692.0"/>
+ <point x="1156.0" y="1868.0"/>
+ <point x="1156.0" y="2116.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1268, 'leftMargin': 135, 'rightMargin': 136}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/breveacutecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/breveacutecomb.cn.glif
new file mode 100644
index 000000000..4138bc403
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/breveacutecomb.cn.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="breveacutecomb.cn" format="2">
+ <advance width="1312.0"/>
+ <anchor x="660.0" y="1768.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="876.0" y="2004.0" type="line"/>
+ <point x="876.0" y="1924.0"/>
+ <point x="816.0" y="1848.0"/>
+ <point x="656.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1848.0"/>
+ <point x="436.0" y="1924.0"/>
+ <point x="436.0" y="2004.0" type="curve"/>
+ <point x="160.0" y="2004.0" type="line"/>
+ <point x="160.0" y="1804.0"/>
+ <point x="352.0" y="1668.0"/>
+ <point x="656.0" y="1668.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1668.0"/>
+ <point x="1156.0" y="1804.0"/>
+ <point x="1156.0" y="2004.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="536.0" y="1996.0" type="line"/>
+ <point x="768.0" y="1996.0" type="line"/>
+ <point x="1012.0" y="2248.0" type="line"/>
+ <point x="712.0" y="2248.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/breveacutecomb.glif b/src/Inter-UI-Black.ufo/glyphs/breveacutecomb.glif
deleted file mode 100644
index cce7b843c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/breveacutecomb.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breveacutecomb" format="1">
- <advance width="1312"/>
- <outline>
- <contour>
- <point x="876" y="2004" type="line"/>
- <point x="876" y="1924"/>
- <point x="816" y="1848"/>
- <point x="656" y="1848" type="curve" smooth="yes"/>
- <point x="496" y="1848"/>
- <point x="436" y="1924"/>
- <point x="436" y="2004" type="curve"/>
- <point x="160" y="2004" type="line"/>
- <point x="160" y="1804"/>
- <point x="352" y="1668"/>
- <point x="656" y="1668" type="curve" smooth="yes"/>
- <point x="964" y="1668"/>
- <point x="1156" y="1804"/>
- <point x="1156" y="2004" type="curve"/>
- </contour>
- <contour>
- <point x="536" y="1996" type="line"/>
- <point x="768" y="1996" type="line"/>
- <point x="1012" y="2248" type="line"/>
- <point x="712" y="2248" type="line"/>
- </contour>
- <contour>
- <point x="660" y="1768" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1268, 'leftMargin': 135, 'rightMargin': 138}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brevegravecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/brevegravecomb.cn.glif
new file mode 100644
index 000000000..ad8ea8e57
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/brevegravecomb.cn.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="brevegravecomb.cn" format="2">
+ <advance width="1312.0"/>
+ <anchor x="660.0" y="1768.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="876.0" y="2008.0" type="line"/>
+ <point x="876.0" y="1928.0"/>
+ <point x="816.0" y="1852.0"/>
+ <point x="656.0" y="1852.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1852.0"/>
+ <point x="436.0" y="1928.0"/>
+ <point x="436.0" y="2008.0" type="curve"/>
+ <point x="160.0" y="2008.0" type="line"/>
+ <point x="160.0" y="1812.0"/>
+ <point x="352.0" y="1672.0"/>
+ <point x="656.0" y="1672.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1672.0"/>
+ <point x="1156.0" y="1812.0"/>
+ <point x="1156.0" y="2008.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="560.0" y="1996.0" type="line"/>
+ <point x="788.0" y="1996.0" type="line"/>
+ <point x="612.0" y="2248.0" type="line"/>
+ <point x="312.0" y="2248.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brevegravecomb.glif b/src/Inter-UI-Black.ufo/glyphs/brevegravecomb.glif
deleted file mode 100644
index 3f99c32cd..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/brevegravecomb.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevegravecomb" format="1">
- <advance width="1312"/>
- <outline>
- <contour>
- <point x="876" y="2008" type="line"/>
- <point x="876" y="1928"/>
- <point x="816" y="1852"/>
- <point x="656" y="1852" type="curve" smooth="yes"/>
- <point x="496" y="1852"/>
- <point x="436" y="1928"/>
- <point x="436" y="2008" type="curve"/>
- <point x="160" y="2008" type="line"/>
- <point x="160" y="1812"/>
- <point x="352" y="1672"/>
- <point x="656" y="1672" type="curve" smooth="yes"/>
- <point x="964" y="1672"/>
- <point x="1156" y="1812"/>
- <point x="1156" y="2008" type="curve"/>
- </contour>
- <contour>
- <point x="560" y="1996" type="line"/>
- <point x="788" y="1996" type="line"/>
- <point x="612" y="2248" type="line"/>
- <point x="312" y="2248" type="line"/>
- </contour>
- <contour>
- <point x="660" y="1768" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1268, 'leftMargin': 135, 'rightMargin': 138}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brevehookcomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/brevehookcomb.cn.glif
new file mode 100644
index 000000000..1548becdc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/brevehookcomb.cn.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="brevehookcomb.cn" format="2">
+ <advance width="1312.0"/>
+ <anchor x="664.0" y="1792.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="880.0" y="2004.0" type="line"/>
+ <point x="880.0" y="1924.0"/>
+ <point x="816.0" y="1860.0"/>
+ <point x="656.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1860.0"/>
+ <point x="432.0" y="1924.0"/>
+ <point x="432.0" y="2004.0" type="curve"/>
+ <point x="152.0" y="2004.0" type="line"/>
+ <point x="152.0" y="1804.0"/>
+ <point x="344.0" y="1672.0"/>
+ <point x="656.0" y="1672.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="1672.0"/>
+ <point x="1164.0" y="1804.0"/>
+ <point x="1164.0" y="2004.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="780.0" y="2052.0" type="line"/>
+ <point x="780.0" y="2116.0" type="line"/>
+ <point x="884.0" y="2128.0"/>
+ <point x="984.0" y="2172.0"/>
+ <point x="984.0" y="2268.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="2404.0"/>
+ <point x="816.0" y="2480.0"/>
+ <point x="492.0" y="2480.0" type="curve"/>
+ <point x="480.0" y="2324.0" type="line"/>
+ <point x="592.0" y="2324.0"/>
+ <point x="668.0" y="2312.0"/>
+ <point x="668.0" y="2252.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="2212.0"/>
+ <point x="612.0" y="2192.0"/>
+ <point x="480.0" y="2188.0" type="curve"/>
+ <point x="512.0" y="2052.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brevehookcomb.glif b/src/Inter-UI-Black.ufo/glyphs/brevehookcomb.glif
deleted file mode 100644
index 9fb56da3f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/brevehookcomb.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevehookcomb" format="1">
- <advance width="1312"/>
- <outline>
- <contour>
- <point x="880" y="2004" type="line"/>
- <point x="880" y="1924"/>
- <point x="816" y="1860"/>
- <point x="656" y="1860" type="curve" smooth="yes"/>
- <point x="492" y="1860"/>
- <point x="432" y="1924"/>
- <point x="432" y="2004" type="curve"/>
- <point x="152" y="2004" type="line"/>
- <point x="152" y="1804"/>
- <point x="344" y="1672"/>
- <point x="656" y="1672" type="curve" smooth="yes"/>
- <point x="968" y="1672"/>
- <point x="1164" y="1804"/>
- <point x="1164" y="2004" type="curve"/>
- </contour>
- <contour>
- <point x="780" y="2052" type="line"/>
- <point x="780" y="2116" type="line"/>
- <point x="884" y="2128"/>
- <point x="984" y="2172"/>
- <point x="984" y="2268" type="curve" smooth="yes"/>
- <point x="984" y="2404"/>
- <point x="816" y="2480"/>
- <point x="492" y="2480" type="curve"/>
- <point x="480" y="2324" type="line"/>
- <point x="592" y="2324"/>
- <point x="668" y="2312"/>
- <point x="668" y="2252" type="curve" smooth="yes"/>
- <point x="668" y="2212"/>
- <point x="612" y="2192"/>
- <point x="480" y="2188" type="curve"/>
- <point x="512" y="2052" type="line"/>
- </contour>
- <contour>
- <point x="664" y="1792" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1268, 'leftMargin': 135, 'rightMargin': 120}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/breveinverteddoublecmb.glif b/src/Inter-UI-Black.ufo/glyphs/breveinverteddoublecmb.glif
index 15313f5e5..5e134c96b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/breveinverteddoublecmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/breveinverteddoublecmb.glif
@@ -1,37 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breveinverteddoublecmb" format="1">
- <advance width="0"/>
+<glyph name="breveinverteddoublecmb" format="2">
<unicode hex="0361"/>
+ <anchor x="0.0" y="1595.0" name="_marktop_dd"/>
<outline>
<contour>
- <point x="0" y="1595" type="move" name="_marktop_dd"/>
- </contour>
- <contour>
- <point x="1020" y="1525" type="line"/>
- <point x="910" y="1774"/>
- <point x="677" y="2043"/>
- <point x="0" y="2043" type="curve" smooth="yes"/>
- <point x="-678" y="2043"/>
- <point x="-912" y="1774"/>
- <point x="-1022" y="1525" type="curve"/>
- <point x="-716" y="1525" type="line"/>
- <point x="-620" y="1616"/>
- <point x="-485" y="1796"/>
- <point x="0" y="1796" type="curve" smooth="yes"/>
- <point x="484" y="1796"/>
- <point x="631" y="1616"/>
- <point x="714" y="1525" type="curve"/>
+ <point x="1020.0" y="1525.0" type="line"/>
+ <point x="910.0" y="1774.0"/>
+ <point x="677.0" y="2043.0"/>
+ <point x="0.0" y="2043.0" type="curve" smooth="yes"/>
+ <point x="-678.0" y="2043.0"/>
+ <point x="-912.0" y="1774.0"/>
+ <point x="-1022.0" y="1525.0" type="curve"/>
+ <point x="-716.0" y="1525.0" type="line"/>
+ <point x="-620.0" y="1616.0"/>
+ <point x="-485.0" y="1796.0"/>
+ <point x="0.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="1796.0"/>
+ <point x="631.0" y="1616.0"/>
+ <point x="714.0" y="1525.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/breveinvnosp.glif b/src/Inter-UI-Black.ufo/glyphs/breveinvnosp.glif
index d9fc2d71c..5ad0d957f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/breveinvnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/breveinvnosp.glif
@@ -1,49 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breveinvnosp" format="1">
- <advance width="0"/>
+<glyph name="breveinvnosp" format="2">
<unicode hex="0311"/>
+ <anchor x="-792.0" y="1595.0" name="_marktop"/>
+ <anchor x="-792.0" y="1595.0" name="_top"/>
+ <anchor x="-792.0" y="2145.0" name="mkmktop"/>
+ <anchor x="-792.0" y="2145.0" name="mkmktop_acc"/>
+ <anchor x="-792.0" y="1790.0" name="parent_top"/>
<outline>
<contour>
- <point x="-792" y="1595" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-792" y="1595" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="2145" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-792" y="2145" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-792" y="1790" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-294" y="1580" type="line"/>
- <point x="-294" y="1829"/>
- <point x="-487" y="2002"/>
- <point x="-792" y="2002" type="curve" smooth="yes"/>
- <point x="-1099" y="2002"/>
- <point x="-1291" y="1829"/>
- <point x="-1291" y="1580" type="curve"/>
- <point x="-986" y="1580" type="line"/>
- <point x="-986" y="1671"/>
- <point x="-934" y="1755"/>
- <point x="-792" y="1755" type="curve" smooth="yes"/>
- <point x="-652" y="1755"/>
- <point x="-601" y="1671"/>
- <point x="-601" y="1580" type="curve"/>
+ <point x="-294.0" y="1580.0" type="line"/>
+ <point x="-294.0" y="1829.0"/>
+ <point x="-487.0" y="2002.0"/>
+ <point x="-792.0" y="2002.0" type="curve" smooth="yes"/>
+ <point x="-1099.0" y="2002.0"/>
+ <point x="-1291.0" y="1829.0"/>
+ <point x="-1291.0" y="1580.0" type="curve"/>
+ <point x="-986.0" y="1580.0" type="line"/>
+ <point x="-986.0" y="1671.0"/>
+ <point x="-934.0" y="1755.0"/>
+ <point x="-792.0" y="1755.0" type="curve" smooth="yes"/>
+ <point x="-652.0" y="1755.0"/>
+ <point x="-601.0" y="1671.0"/>
+ <point x="-601.0" y="1580.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/breveinvsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/breveinvsubnosp.glif
index 3ea54dc76..9d6250362 100644
--- a/src/Inter-UI-Black.ufo/glyphs/breveinvsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/breveinvsubnosp.glif
@@ -1,40 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breveinvsubnosp" format="1">
- <advance width="0"/>
+<glyph name="breveinvsubnosp" format="2">
<unicode hex="032F"/>
+ <anchor x="-804.0" y="0.0" name="_markbottom"/>
+ <anchor x="-804.0" y="-549.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-804" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-804" y="-549" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-296" y="-549" type="line"/>
- <point x="-296" y="-300"/>
- <point x="-488" y="-127"/>
- <point x="-793" y="-127" type="curve" smooth="yes"/>
- <point x="-1100" y="-127"/>
- <point x="-1293" y="-300"/>
- <point x="-1293" y="-549" type="curve"/>
- <point x="-987" y="-549" type="line"/>
- <point x="-987" y="-458"/>
- <point x="-935" y="-374"/>
- <point x="-793" y="-374" type="curve" smooth="yes"/>
- <point x="-653" y="-374"/>
- <point x="-602" y="-458"/>
- <point x="-602" y="-549" type="curve"/>
+ <point x="-296.0" y="-549.0" type="line"/>
+ <point x="-296.0" y="-300.0"/>
+ <point x="-488.0" y="-127.0"/>
+ <point x="-793.0" y="-127.0" type="curve" smooth="yes"/>
+ <point x="-1100.0" y="-127.0"/>
+ <point x="-1293.0" y="-300.0"/>
+ <point x="-1293.0" y="-549.0" type="curve"/>
+ <point x="-987.0" y="-549.0" type="line"/>
+ <point x="-987.0" y="-458.0"/>
+ <point x="-935.0" y="-374.0"/>
+ <point x="-793.0" y="-374.0" type="curve" smooth="yes"/>
+ <point x="-653.0" y="-374.0"/>
+ <point x="-602.0" y="-458.0"/>
+ <point x="-602.0" y="-549.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brevenosp.glif b/src/Inter-UI-Black.ufo/glyphs/brevenosp.glif
index 3d41e11e1..23002ce87 100644
--- a/src/Inter-UI-Black.ufo/glyphs/brevenosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/brevenosp.glif
@@ -1,43 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevenosp" format="1">
- <advance width="0"/>
+<glyph name="brevenosp" format="2">
<unicode hex="0306"/>
+ <anchor x="-781.0" y="1642.0" name="_marktop"/>
+ <anchor x="-781.0" y="2247.0" name="mkmktop"/>
+ <anchor x="-792.0" y="1903.0" name="parent_top"/>
<outline>
<contour>
- <point x="-781" y="1642" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-781" y="2247" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-792" y="1903" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-601" y="2115" type="line"/>
- <point x="-601" y="2024"/>
- <point x="-652" y="1940"/>
- <point x="-792" y="1940" type="curve" smooth="yes"/>
- <point x="-934" y="1940"/>
- <point x="-986" y="2024"/>
- <point x="-986" y="2115" type="curve"/>
- <point x="-1291" y="2115" type="line"/>
- <point x="-1291" y="1866"/>
- <point x="-1099" y="1693"/>
- <point x="-792" y="1693" type="curve" smooth="yes"/>
- <point x="-487" y="1693"/>
- <point x="-294" y="1866"/>
- <point x="-294" y="2115" type="curve"/>
+ <point x="-601.0" y="2115.0" type="line"/>
+ <point x="-601.0" y="2024.0"/>
+ <point x="-652.0" y="1940.0"/>
+ <point x="-792.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="-934.0" y="1940.0"/>
+ <point x="-986.0" y="2024.0"/>
+ <point x="-986.0" y="2115.0" type="curve"/>
+ <point x="-1291.0" y="2115.0" type="line"/>
+ <point x="-1291.0" y="1866.0"/>
+ <point x="-1099.0" y="1693.0"/>
+ <point x="-792.0" y="1693.0" type="curve" smooth="yes"/>
+ <point x="-487.0" y="1693.0"/>
+ <point x="-294.0" y="1866.0"/>
+ <point x="-294.0" y="2115.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brevesubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/brevesubnosp.glif
index 61c05150d..6cdcdfb5f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/brevesubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/brevesubnosp.glif
@@ -1,43 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevesubnosp" format="1">
- <advance width="0"/>
+<glyph name="brevesubnosp" format="2">
<unicode hex="032E"/>
+ <anchor x="-792.0" y="0.0" name="_bottom"/>
+ <anchor x="-792.0" y="0.0" name="_markbottom"/>
+ <anchor x="-792.0" y="-539.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-792" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-792" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-792" y="-539" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-602" y="-113" type="line"/>
- <point x="-602" y="-204"/>
- <point x="-653" y="-287"/>
- <point x="-793" y="-287" type="curve" smooth="yes"/>
- <point x="-935" y="-287"/>
- <point x="-987" y="-204"/>
- <point x="-987" y="-113" type="curve"/>
- <point x="-1293" y="-113" type="line"/>
- <point x="-1293" y="-362"/>
- <point x="-1100" y="-535"/>
- <point x="-793" y="-535" type="curve" smooth="yes"/>
- <point x="-488" y="-535"/>
- <point x="-296" y="-362"/>
- <point x="-296" y="-113" type="curve"/>
+ <point x="-602.0" y="-113.0" type="line"/>
+ <point x="-602.0" y="-204.0"/>
+ <point x="-653.0" y="-287.0"/>
+ <point x="-793.0" y="-287.0" type="curve" smooth="yes"/>
+ <point x="-935.0" y="-287.0"/>
+ <point x="-987.0" y="-204.0"/>
+ <point x="-987.0" y="-113.0" type="curve"/>
+ <point x="-1293.0" y="-113.0" type="line"/>
+ <point x="-1293.0" y="-362.0"/>
+ <point x="-1100.0" y="-535.0"/>
+ <point x="-793.0" y="-535.0" type="curve" smooth="yes"/>
+ <point x="-488.0" y="-535.0"/>
+ <point x="-296.0" y="-362.0"/>
+ <point x="-296.0" y="-113.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brevetildecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/brevetildecomb.cn.glif
new file mode 100644
index 000000000..dc31edce2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/brevetildecomb.cn.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="brevetildecomb.cn" format="2">
+ <advance width="1312.0"/>
+ <anchor x="664.0" y="1788.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="876.0" y="2004.0" type="line"/>
+ <point x="876.0" y="1924.0"/>
+ <point x="816.0" y="1860.0"/>
+ <point x="656.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1860.0"/>
+ <point x="436.0" y="1924.0"/>
+ <point x="436.0" y="2004.0" type="curve"/>
+ <point x="160.0" y="2004.0" type="line"/>
+ <point x="160.0" y="1804.0"/>
+ <point x="352.0" y="1668.0"/>
+ <point x="656.0" y="1668.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1668.0"/>
+ <point x="1156.0" y="1804.0"/>
+ <point x="1156.0" y="2004.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="876.0" y="2436.0" type="line"/>
+ <point x="876.0" y="2368.0"/>
+ <point x="836.0" y="2316.0"/>
+ <point x="792.0" y="2316.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="2316.0"/>
+ <point x="580.0" y="2404.0"/>
+ <point x="464.0" y="2404.0" type="curve" smooth="yes"/>
+ <point x="332.0" y="2404.0"/>
+ <point x="240.0" y="2288.0"/>
+ <point x="240.0" y="2156.0" type="curve"/>
+ <point x="420.0" y="2104.0" type="line"/>
+ <point x="420.0" y="2172.0"/>
+ <point x="460.0" y="2220.0"/>
+ <point x="508.0" y="2220.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="2220.0"/>
+ <point x="692.0" y="2132.0"/>
+ <point x="836.0" y="2132.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="2132.0"/>
+ <point x="1060.0" y="2248.0"/>
+ <point x="1060.0" y="2380.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brevetildecomb.glif b/src/Inter-UI-Black.ufo/glyphs/brevetildecomb.glif
deleted file mode 100644
index 659e5b17f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/brevetildecomb.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevetildecomb" format="1">
- <advance width="1312"/>
- <outline>
- <contour>
- <point x="876" y="2004" type="line"/>
- <point x="876" y="1924"/>
- <point x="816" y="1860"/>
- <point x="656" y="1860" type="curve" smooth="yes"/>
- <point x="496" y="1860"/>
- <point x="436" y="1924"/>
- <point x="436" y="2004" type="curve"/>
- <point x="160" y="2004" type="line"/>
- <point x="160" y="1804"/>
- <point x="352" y="1668"/>
- <point x="656" y="1668" type="curve" smooth="yes"/>
- <point x="964" y="1668"/>
- <point x="1156" y="1804"/>
- <point x="1156" y="2004" type="curve"/>
- </contour>
- <contour>
- <point x="876" y="2436" type="line"/>
- <point x="876" y="2368"/>
- <point x="836" y="2316"/>
- <point x="792" y="2316" type="curve" smooth="yes"/>
- <point x="676" y="2316"/>
- <point x="580" y="2404"/>
- <point x="464" y="2404" type="curve" smooth="yes"/>
- <point x="332" y="2404"/>
- <point x="240" y="2288"/>
- <point x="240" y="2156" type="curve"/>
- <point x="420" y="2104" type="line"/>
- <point x="420" y="2172"/>
- <point x="460" y="2220"/>
- <point x="508" y="2220" type="curve" smooth="yes"/>
- <point x="624" y="2220"/>
- <point x="692" y="2132"/>
- <point x="836" y="2132" type="curve" smooth="yes"/>
- <point x="964" y="2132"/>
- <point x="1060" y="2248"/>
- <point x="1060" y="2380" type="curve"/>
- </contour>
- <contour>
- <point x="664" y="1788" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1268, 'leftMargin': 135, 'rightMargin': 138}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bridgeinvsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/bridgeinvsubnosp.glif
index 9e905942c..8297d6081 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bridgeinvsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bridgeinvsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bridgeinvsubnosp" format="1">
- <advance width="0"/>
+<glyph name="bridgeinvsubnosp" format="2">
<unicode hex="033A"/>
+ <anchor x="-793.0" y="0.0" name="_markbottom"/>
+ <anchor x="-793.0" y="-668.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-793" y="-668" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-793" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uni02FD" xOffset="-1400" yOffset="-41"/>
+ <component base="uni02FD" xOffset="-1400.0" yOffset="-41.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bridgesubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/bridgesubnosp.glif
index 02d77a653..bbaf35947 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bridgesubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bridgesubnosp.glif
@@ -1,42 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bridgesubnosp" format="1">
- <advance width="0"/>
+<glyph name="bridgesubnosp" format="2">
<unicode hex="032A"/>
+ <anchor x="-793.0" y="0.0" name="_markbottom"/>
+ <anchor x="-793.0" y="-682.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-793" y="0" type="move" name="_markbottom"/>
+ <point x="-556.0" y="-385.0" type="line"/>
+ <point x="-1110.0" y="-385.0" type="line"/>
+ <point x="-1110.0" y="-124.0" type="line"/>
+ <point x="-556.0" y="-124.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="-682" type="move" name="mkmkbottom_acc"/>
+ <point x="-1015.0" y="-655.0" type="line"/>
+ <point x="-1291.0" y="-655.0" type="line"/>
+ <point x="-1291.0" y="-124.0" type="line"/>
+ <point x="-1015.0" y="-124.0" type="line"/>
</contour>
<contour>
- <point x="-556" y="-385" type="line"/>
- <point x="-1110" y="-385" type="line"/>
- <point x="-1110" y="-124" type="line"/>
- <point x="-556" y="-124" type="line"/>
- </contour>
- <contour>
- <point x="-1015" y="-655" type="line"/>
- <point x="-1291" y="-655" type="line"/>
- <point x="-1291" y="-124" type="line"/>
- <point x="-1015" y="-124" type="line"/>
- </contour>
- <contour>
- <point x="-300" y="-655" type="line"/>
- <point x="-576" y="-655" type="line"/>
- <point x="-576" y="-124" type="line"/>
- <point x="-300" y="-124" type="line"/>
+ <point x="-300.0" y="-655.0" type="line"/>
+ <point x="-576.0" y="-655.0" type="line"/>
+ <point x="-576.0" y="-124.0" type="line"/>
+ <point x="-300.0" y="-124.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/brokenbar.glif b/src/Inter-UI-Black.ufo/glyphs/brokenbar.glif
index 8491d0526..f4bc285d5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/brokenbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/brokenbar.glif
@@ -1,63 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brokenbar" format="1">
- <advance width="952"/>
+<glyph name="brokenbar" format="2">
+ <advance width="952.0"/>
<unicode hex="00A6"/>
+ <guideline x="800.0" y="1092.0" angle="0.0"/>
+ <guideline x="836.0" y="576.0" angle="0.0"/>
<outline>
<contour>
- <point x="272" y="576" type="line"/>
- <point x="272" y="-384" type="line"/>
- <point x="680" y="-384" type="line"/>
- <point x="680" y="576" type="line"/>
+ <point x="272.0" y="576.0" type="line"/>
+ <point x="272.0" y="-384.0" type="line"/>
+ <point x="680.0" y="-384.0" type="line"/>
+ <point x="680.0" y="576.0" type="line"/>
</contour>
<contour>
- <point x="680" y="2048" type="line"/>
- <point x="272" y="2048" type="line"/>
- <point x="272" y="1092" type="line"/>
- <point x="680" y="1092" type="line"/>
+ <point x="680.0" y="2048.0" type="line"/>
+ <point x="272.0" y="2048.0" type="line"/>
+ <point x="272.0" y="1092.0" type="line"/>
+ <point x="680.0" y="1092.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>800</integer>
- <key>y</key>
- <integer>1092</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>836</integer>
- <key>y</key>
- <integer>576</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 718, 'leftMargin': 168, 'rightMargin': 162}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/btopbar.glif b/src/Inter-UI-Black.ufo/glyphs/btopbar.glif
index b19b247ff..33ed44fd8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/btopbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/btopbar.glif
@@ -1,23 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="btopbar" format="1">
- <advance width="1824"/>
+<glyph name="btopbar" format="2">
+ <advance width="1824.0"/>
<unicode hex="0183"/>
<outline>
<contour>
- <point x="1324" y="2048" type="line" name="hr00"/>
- <point x="388" y="2048" type="line"/>
- <point x="388" y="1668" type="line"/>
- <point x="1324" y="1668" type="line"/>
+ <point x="1324.0" y="2048.0" type="line"/>
+ <point x="388.0" y="2048.0" type="line"/>
+ <point x="388.0" y="1668.0" type="line"/>
+ <point x="1324.0" y="1668.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="420.0" y="1372.0" type="line"/>
+ <point x="420.0" y="156.0" type="line"/>
+ <point x="620.0" y="156.0" type="line"/>
+ <point x="672.0" y="40.0"/>
+ <point x="804.0" y="-24.0"/>
+ <point x="964.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-24.0"/>
+ <point x="1556.0" y="244.0"/>
+ <point x="1556.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1304.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="964.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1556.0"/>
+ <point x="672.0" y="1488.0"/>
+ <point x="620.0" y="1372.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1124.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="500.0"/>
+ <point x="1024.0" y="340.0"/>
+ <point x="828.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="552.0" y="536.0"/>
+ <point x="552.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1004.0"/>
+ <point x="616.0" y="1192.0"/>
+ <point x="828.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1192.0"/>
+ <point x="1124.0" y="1036.0"/>
+ </contour>
+ <contour>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="600.0" y="0.0" type="line"/>
+ <point x="600.0" y="304.0" type="line"/>
+ <point x="436.0" y="744.0" type="line"/>
+ <point x="604.0" y="1272.0" type="line"/>
+ <point x="604.0" y="2048.0" type="line"/>
</contour>
- <component base="b"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 212, 'rightMargin': 5}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bullet.case.glif b/src/Inter-UI-Black.ufo/glyphs/bullet.case.glif
index 9e01b2aa2..fe232a51c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bullet.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bullet.case.glif
@@ -1,33 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bullet.case" format="1">
- <advance width="1184"/>
+<glyph name="bullet.case" format="2">
+ <advance width="1184.0"/>
+ <guideline y="2715.625"/>
<outline>
- <component base="bullet" yOffset="156"/>
+ <component base="bullet" yOffset="156.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2715.625</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bullet.glif b/src/Inter-UI-Black.ufo/glyphs/bullet.glif
index 03bc8dac6..00eb17cda 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bullet.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bullet.glif
@@ -1,47 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bullet" format="1">
- <advance width="1184"/>
+<glyph name="bullet" format="2">
+ <advance width="1184.0"/>
<unicode hex="2022"/>
+ <guideline y="2715.625"/>
<outline>
<contour>
- <point x="956" y="852" type="curve" smooth="yes"/>
- <point x="956" y="1060"/>
- <point x="800" y="1216"/>
- <point x="592" y="1216" type="curve" smooth="yes"/>
- <point x="384" y="1216"/>
- <point x="228" y="1060"/>
- <point x="228" y="852" type="curve" smooth="yes"/>
- <point x="228" y="644"/>
- <point x="384" y="488"/>
- <point x="592" y="488" type="curve" smooth="yes"/>
- <point x="800" y="488"/>
- <point x="956" y="644"/>
+ <point x="956.0" y="852.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1060.0"/>
+ <point x="800.0" y="1216.0"/>
+ <point x="592.0" y="1216.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1216.0"/>
+ <point x="228.0" y="1060.0"/>
+ <point x="228.0" y="852.0" type="curve" smooth="yes"/>
+ <point x="228.0" y="644.0"/>
+ <point x="384.0" y="488.0"/>
+ <point x="592.0" y="488.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="488.0"/>
+ <point x="956.0" y="644.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2715.625</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/bullseye.glif b/src/Inter-UI-Black.ufo/glyphs/bullseye.glif
index 43f6214db..e641ea7bd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/bullseye.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/bullseye.glif
@@ -1,39 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bullseye" format="1">
- <advance width="2040"/>
+<glyph name="bullseye" format="2">
+ <advance width="2040.0"/>
<unicode hex="0298"/>
+ <guideline x="1024.0" y="1372.0" angle="90.0"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1024.0" y="2244.0" name="top"/>
+ <anchor x="1960.0" y="2244.0" name="top0315"/>
<outline>
<component base="O"/>
- <component base="period" xOffset="620" yOffset="804"/>
- <contour>
- <point x="1024" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1024" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1960" y="2244" type="move" name="top0315"/>
- </contour>
+ <component base="period" xOffset="620.0" yOffset="804.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1372</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 156, 'rightMargin': 52}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/c.glif b/src/Inter-UI-Black.ufo/glyphs/c.glif
index b68930563..98567c69b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/c.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/c.glif
@@ -1,104 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="c" format="1">
- <advance width="1588"/>
+<glyph name="c" format="2">
+ <advance width="1588.0"/>
<unicode hex="0063"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="marktop"/>
+ <anchor x="816.0" y="1776.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1500" y="1032" type="line"/>
- <point x="1436" y="1352"/>
- <point x="1180" y="1556"/>
- <point x="820" y="1556" type="curve" smooth="yes"/>
- <point x="368" y="1556"/>
- <point x="96" y="1232"/>
- <point x="96" y="768" type="curve" smooth="yes"/>
- <point x="96" y="304"/>
- <point x="368" y="-28"/>
- <point x="820" y="-28" type="curve" smooth="yes"/>
- <point x="1168" y="-28"/>
- <point x="1424" y="168"/>
- <point x="1496" y="472" type="curve"/>
- <point x="1072" y="548" type="line"/>
- <point x="1036" y="424"/>
- <point x="960" y="340"/>
- <point x="820" y="340" type="curve" smooth="yes"/>
- <point x="612" y="340"/>
- <point x="532" y="512"/>
- <point x="532" y="768" type="curve" smooth="yes"/>
- <point x="532" y="1024"/>
- <point x="612" y="1192"/>
- <point x="820" y="1192" type="curve" smooth="yes"/>
- <point x="972" y="1192"/>
- <point x="1044" y="1100"/>
- <point x="1080" y="952" type="curve"/>
- </contour>
- <contour>
- <point x="816" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="820" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="816" y="1776" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1512" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1512" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1512" y="1776" type="move" name="top0315"/>
+ <point x="1500.0" y="1032.0" type="line"/>
+ <point x="1436.0" y="1352.0"/>
+ <point x="1180.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="-28.0"/>
+ <point x="1424.0" y="168.0"/>
+ <point x="1496.0" y="472.0" type="curve"/>
+ <point x="1072.0" y="548.0" type="line"/>
+ <point x="1036.0" y="424.0"/>
+ <point x="960.0" y="340.0"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1192.0"/>
+ <point x="1044.0" y="1100.0"/>
+ <point x="1080.0" y="952.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>o</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>16</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>c</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1588</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 78, 'rightMargin': 69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cacute.glif b/src/Inter-UI-Black.ufo/glyphs/cacute.glif
new file mode 100644
index 000000000..a7610633c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/cacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="cacute" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0107"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="2296.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="acute" xOffset="452.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cadauna.glif b/src/Inter-UI-Black.ufo/glyphs/cadauna.glif
index 373812744..2c041a2a2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cadauna.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cadauna.glif
@@ -1,76 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cadauna" format="1">
- <advance width="2336"/>
+<glyph name="cadauna" format="2">
+ <advance width="2336.0"/>
<unicode hex="2106"/>
<outline>
<contour>
- <point x="628" y="1100" type="curve" smooth="yes"/>
- <point x="904" y="1100"/>
- <point x="1040" y="1276"/>
- <point x="1040" y="1468" type="curve"/>
- <point x="752" y="1468" type="line"/>
- <point x="752" y="1416"/>
- <point x="712" y="1352"/>
- <point x="628" y="1352" type="curve" smooth="yes"/>
- <point x="540" y="1352"/>
- <point x="500" y="1428"/>
- <point x="500" y="1512" type="curve" smooth="yes"/>
- <point x="500" y="1616" type="line" smooth="yes"/>
- <point x="500" y="1704"/>
- <point x="540" y="1780"/>
- <point x="624" y="1780" type="curve" smooth="yes"/>
- <point x="712" y="1780"/>
- <point x="752" y="1716"/>
- <point x="752" y="1660" type="curve"/>
- <point x="1040" y="1660" type="line"/>
- <point x="1040" y="1856"/>
- <point x="904" y="2032"/>
- <point x="624" y="2032" type="curve" smooth="yes"/>
- <point x="352" y="2032"/>
- <point x="212" y="1844"/>
- <point x="212" y="1616" type="curve" smooth="yes"/>
- <point x="212" y="1512" type="line" smooth="yes"/>
- <point x="212" y="1288"/>
- <point x="352" y="1100"/>
+ <point x="628.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="1100.0"/>
+ <point x="1040.0" y="1276.0"/>
+ <point x="1040.0" y="1468.0" type="curve"/>
+ <point x="752.0" y="1468.0" type="line"/>
+ <point x="752.0" y="1416.0"/>
+ <point x="712.0" y="1352.0"/>
+ <point x="628.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="1352.0"/>
+ <point x="500.0" y="1428.0"/>
+ <point x="500.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="500.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="500.0" y="1704.0"/>
+ <point x="540.0" y="1780.0"/>
+ <point x="624.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="712.0" y="1780.0"/>
+ <point x="752.0" y="1716.0"/>
+ <point x="752.0" y="1660.0" type="curve"/>
+ <point x="1040.0" y="1660.0" type="line"/>
+ <point x="1040.0" y="1856.0"/>
+ <point x="904.0" y="2032.0"/>
+ <point x="624.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="352.0" y="2032.0"/>
+ <point x="212.0" y="1844.0"/>
+ <point x="212.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="1512.0" type="line" smooth="yes"/>
+ <point x="212.0" y="1288.0"/>
+ <point x="352.0" y="1100.0"/>
</contour>
<contour>
- <point x="1624" y="-16" type="curve" smooth="yes"/>
- <point x="1852" y="-16"/>
- <point x="1976" y="168"/>
- <point x="1976" y="424" type="curve"/>
- <point x="1884" y="424" type="line"/>
- <point x="1884" y="296"/>
- <point x="1844" y="200"/>
- <point x="1708" y="200" type="curve" smooth="yes"/>
- <point x="1636" y="200"/>
- <point x="1588" y="248"/>
- <point x="1588" y="352" type="curve" smooth="yes"/>
- <point x="1588" y="908" type="line"/>
- <point x="1320" y="908" type="line"/>
- <point x="1320" y="356" type="line" smooth="yes"/>
- <point x="1320" y="92"/>
- <point x="1444" y="-16"/>
+ <point x="1624.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="1852.0" y="-16.0"/>
+ <point x="1976.0" y="168.0"/>
+ <point x="1976.0" y="424.0" type="curve"/>
+ <point x="1884.0" y="424.0" type="line"/>
+ <point x="1884.0" y="296.0"/>
+ <point x="1844.0" y="200.0"/>
+ <point x="1708.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1636.0" y="200.0"/>
+ <point x="1588.0" y="248.0"/>
+ <point x="1588.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="1588.0" y="908.0" type="line"/>
+ <point x="1320.0" y="908.0" type="line"/>
+ <point x="1320.0" y="356.0" type="line" smooth="yes"/>
+ <point x="1320.0" y="92.0"/>
+ <point x="1444.0" y="-16.0"/>
</contour>
<contour>
- <point x="1856" y="220" type="line"/>
- <point x="1892" y="0" type="line"/>
- <point x="2128" y="0" type="line"/>
- <point x="2128" y="908" type="line"/>
- <point x="1856" y="908" type="line"/>
+ <point x="1856.0" y="220.0" type="line"/>
+ <point x="1892.0" y="0.0" type="line"/>
+ <point x="2128.0" y="0.0" type="line"/>
+ <point x="2128.0" y="908.0" type="line"/>
+ <point x="1856.0" y="908.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1732.0" y="1716.0" type="line"/>
+ <point x="1524.0" y="1824.0" type="line"/>
+ <point x="548.0" y="260.0" type="line"/>
+ <point x="756.0" y="152.0" type="line"/>
</contour>
- <component base="fraction" xOffset="484"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2197, 'leftMargin': 140, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/candrabindunosp.glif b/src/Inter-UI-Black.ufo/glyphs/candrabindunosp.glif
index 89006783a..14cda833b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/candrabindunosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/candrabindunosp.glif
@@ -1,60 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="candrabindunosp" format="1">
- <advance width="0"/>
+<glyph name="candrabindunosp" format="2">
<unicode hex="0310"/>
+ <anchor x="-792.0" y="1595.0" name="_marktop"/>
+ <anchor x="-792.0" y="1595.0" name="_top"/>
+ <anchor x="-792.0" y="2626.0" name="mkmktop"/>
+ <anchor x="-792.0" y="2097.0" name="parent_top"/>
<outline>
<contour>
- <point x="-792" y="1595" type="move" name="_top"/>
+ <point x="-601.0" y="2115.0" type="line"/>
+ <point x="-601.0" y="2024.0"/>
+ <point x="-652.0" y="1940.0"/>
+ <point x="-792.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="-934.0" y="1940.0"/>
+ <point x="-986.0" y="2024.0"/>
+ <point x="-986.0" y="2115.0" type="curve"/>
+ <point x="-1291.0" y="2115.0" type="line"/>
+ <point x="-1291.0" y="1866.0"/>
+ <point x="-1099.0" y="1693.0"/>
+ <point x="-792.0" y="1693.0" type="curve" smooth="yes"/>
+ <point x="-487.0" y="1693.0"/>
+ <point x="-294.0" y="1866.0"/>
+ <point x="-294.0" y="2115.0" type="curve"/>
</contour>
<contour>
- <point x="-792" y="1595" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="2626" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-792" y="2097" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-601" y="2115" type="line"/>
- <point x="-601" y="2024"/>
- <point x="-652" y="1940"/>
- <point x="-792" y="1940" type="curve" smooth="yes"/>
- <point x="-934" y="1940"/>
- <point x="-986" y="2024"/>
- <point x="-986" y="2115" type="curve"/>
- <point x="-1291" y="2115" type="line"/>
- <point x="-1291" y="1866"/>
- <point x="-1099" y="1693"/>
- <point x="-792" y="1693" type="curve" smooth="yes"/>
- <point x="-487" y="1693"/>
- <point x="-294" y="1866"/>
- <point x="-294" y="2115" type="curve"/>
- </contour>
- <contour>
- <point x="-1038" y="2296" type="curve" smooth="yes"/>
- <point x="-1038" y="2179"/>
- <point x="-939" y="2091"/>
- <point x="-792" y="2091" type="curve" smooth="yes"/>
- <point x="-645" y="2091"/>
- <point x="-546" y="2179"/>
- <point x="-546" y="2296" type="curve" smooth="yes"/>
- <point x="-546" y="2413"/>
- <point x="-645" y="2501"/>
- <point x="-792" y="2501" type="curve" smooth="yes"/>
- <point x="-939" y="2501"/>
- <point x="-1038" y="2413"/>
+ <point x="-1038.0" y="2296.0" type="curve" smooth="yes"/>
+ <point x="-1038.0" y="2179.0"/>
+ <point x="-939.0" y="2091.0"/>
+ <point x="-792.0" y="2091.0" type="curve" smooth="yes"/>
+ <point x="-645.0" y="2091.0"/>
+ <point x="-546.0" y="2179.0"/>
+ <point x="-546.0" y="2296.0" type="curve" smooth="yes"/>
+ <point x="-546.0" y="2413.0"/>
+ <point x="-645.0" y="2501.0"/>
+ <point x="-792.0" y="2501.0" type="curve" smooth="yes"/>
+ <point x="-939.0" y="2501.0"/>
+ <point x="-1038.0" y="2413.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/careof.glif b/src/Inter-UI-Black.ufo/glyphs/careof.glif
index 44b3ed4a2..c14f49a5d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/careof.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/careof.glif
@@ -1,83 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="careof" format="1">
- <advance width="2336"/>
+<glyph name="careof" format="2">
+ <advance width="2336.0"/>
<unicode hex="2105"/>
<outline>
<contour>
- <point x="792" y="1468" type="line"/>
- <point x="792" y="1416"/>
- <point x="752" y="1352"/>
- <point x="664" y="1352" type="curve" smooth="yes"/>
- <point x="576" y="1352"/>
- <point x="536" y="1428"/>
- <point x="536" y="1512" type="curve" smooth="yes"/>
- <point x="536" y="1616" type="line" smooth="yes"/>
- <point x="536" y="1704"/>
- <point x="576" y="1780"/>
- <point x="664" y="1780" type="curve" smooth="yes"/>
- <point x="748" y="1780"/>
- <point x="792" y="1716"/>
- <point x="792" y="1660" type="curve"/>
- <point x="1080" y="1660" type="line"/>
- <point x="1080" y="1856"/>
- <point x="944" y="2032"/>
- <point x="664" y="2032" type="curve" smooth="yes"/>
- <point x="392" y="2032"/>
- <point x="248" y="1844"/>
- <point x="248" y="1616" type="curve" smooth="yes"/>
- <point x="248" y="1512" type="line" smooth="yes"/>
- <point x="248" y="1288"/>
- <point x="392" y="1100"/>
- <point x="664" y="1100" type="curve" smooth="yes"/>
- <point x="944" y="1100"/>
- <point x="1080" y="1276"/>
- <point x="1080" y="1468" type="curve"/>
+ <point x="792.0" y="1468.0" type="line"/>
+ <point x="792.0" y="1416.0"/>
+ <point x="752.0" y="1352.0"/>
+ <point x="664.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="1352.0"/>
+ <point x="536.0" y="1428.0"/>
+ <point x="536.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="536.0" y="1704.0"/>
+ <point x="576.0" y="1780.0"/>
+ <point x="664.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1780.0"/>
+ <point x="792.0" y="1716.0"/>
+ <point x="792.0" y="1660.0" type="curve"/>
+ <point x="1080.0" y="1660.0" type="line"/>
+ <point x="1080.0" y="1856.0"/>
+ <point x="944.0" y="2032.0"/>
+ <point x="664.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2032.0"/>
+ <point x="248.0" y="1844.0"/>
+ <point x="248.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="248.0" y="1512.0" type="line" smooth="yes"/>
+ <point x="248.0" y="1288.0"/>
+ <point x="392.0" y="1100.0"/>
+ <point x="664.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="1100.0"/>
+ <point x="1080.0" y="1276.0"/>
+ <point x="1080.0" y="1468.0" type="curve"/>
</contour>
<contour>
- <point x="1200" y="384" type="line"/>
- <point x="1200" y="160"/>
- <point x="1356" y="-28"/>
- <point x="1648" y="-28" type="curve" smooth="yes"/>
- <point x="1940" y="-28"/>
- <point x="2088" y="160"/>
- <point x="2088" y="384" type="curve" smooth="yes"/>
- <point x="2088" y="492" type="line" smooth="yes"/>
- <point x="2088" y="716"/>
- <point x="1940" y="904"/>
- <point x="1644" y="904" type="curve" smooth="yes"/>
- <point x="1356" y="904"/>
- <point x="1200" y="716"/>
- <point x="1200" y="492" type="curve" smooth="yes"/>
+ <point x="1200.0" y="384.0" type="line"/>
+ <point x="1200.0" y="160.0"/>
+ <point x="1356.0" y="-28.0"/>
+ <point x="1648.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1940.0" y="-28.0"/>
+ <point x="2088.0" y="160.0"/>
+ <point x="2088.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="2088.0" y="492.0" type="line" smooth="yes"/>
+ <point x="2088.0" y="716.0"/>
+ <point x="1940.0" y="904.0"/>
+ <point x="1644.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="904.0"/>
+ <point x="1200.0" y="716.0"/>
+ <point x="1200.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1488" y="492" type="line"/>
- <point x="1488" y="576"/>
- <point x="1540" y="652"/>
- <point x="1644" y="652" type="curve" smooth="yes"/>
- <point x="1748" y="652"/>
- <point x="1800" y="576"/>
- <point x="1800" y="492" type="curve" smooth="yes"/>
- <point x="1800" y="384" type="line" smooth="yes"/>
- <point x="1800" y="300"/>
- <point x="1776" y="224"/>
- <point x="1648" y="224" type="curve" smooth="yes"/>
- <point x="1556" y="224"/>
- <point x="1488" y="300"/>
- <point x="1488" y="384" type="curve" smooth="yes"/>
+ <point x="1488.0" y="492.0" type="line"/>
+ <point x="1488.0" y="576.0"/>
+ <point x="1540.0" y="652.0"/>
+ <point x="1644.0" y="652.0" type="curve" smooth="yes"/>
+ <point x="1748.0" y="652.0"/>
+ <point x="1800.0" y="576.0"/>
+ <point x="1800.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1800.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1800.0" y="300.0"/>
+ <point x="1776.0" y="224.0"/>
+ <point x="1648.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="224.0"/>
+ <point x="1488.0" y="300.0"/>
+ <point x="1488.0" y="384.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1748.0" y="1716.0" type="line"/>
+ <point x="1540.0" y="1824.0" type="line"/>
+ <point x="564.0" y="260.0" type="line"/>
+ <point x="772.0" y="152.0" type="line"/>
</contour>
- <component base="fraction" xOffset="500"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2064, 'leftMargin': 127, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/caret.glif b/src/Inter-UI-Black.ufo/glyphs/caret.glif
index 00f87364f..cdcc5a008 100644
--- a/src/Inter-UI-Black.ufo/glyphs/caret.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/caret.glif
@@ -1,34 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caret" format="1">
- <advance width="1568"/>
+<glyph name="caret" format="2">
+ <advance width="1568.0"/>
<unicode hex="2038"/>
<outline>
<contour>
- <point x="768" y="-376" type="line"/>
- <point x="856" y="-144" type="line"/>
- <point x="632" y="-144" type="line"/>
- <point x="160" y="-764" type="line"/>
- <point x="496" y="-764" type="line"/>
+ <point x="768.0" y="-376.0" type="line"/>
+ <point x="856.0" y="-144.0" type="line"/>
+ <point x="632.0" y="-144.0" type="line"/>
+ <point x="160.0" y="-764.0" type="line"/>
+ <point x="496.0" y="-764.0" type="line"/>
</contour>
<contour>
- <point x="1076" y="-764" type="line"/>
- <point x="1408" y="-764" type="line"/>
- <point x="928" y="-144" type="line"/>
- <point x="700" y="-144" type="line"/>
- <point x="784" y="-376" type="line"/>
+ <point x="1076.0" y="-764.0" type="line"/>
+ <point x="1408.0" y="-764.0" type="line"/>
+ <point x="928.0" y="-144.0" type="line"/>
+ <point x="700.0" y="-144.0" type="line"/>
+ <point x="784.0" y="-376.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1467, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/caretinsertionpoint.glif b/src/Inter-UI-Black.ufo/glyphs/caretinsertionpoint.glif
index 860fd0964..4cd7bf373 100644
--- a/src/Inter-UI-Black.ufo/glyphs/caretinsertionpoint.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/caretinsertionpoint.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caretinsertionpoint" format="1">
- <advance width="1312"/>
+<glyph name="caretinsertionpoint" format="2">
+ <advance width="1312.0"/>
<unicode hex="2041"/>
<outline>
<contour>
- <point x="1216" y="716" type="line"/>
- <point x="892" y="884" type="line"/>
- <point x="96" y="-496" type="line"/>
- <point x="412" y="-664" type="line"/>
+ <point x="1216.0" y="716.0" type="line"/>
+ <point x="892.0" y="884.0" type="line"/>
+ <point x="96.0" y="-496.0" type="line"/>
+ <point x="412.0" y="-664.0" type="line"/>
</contour>
<contour>
- <point x="824" y="-664" type="line"/>
- <point x="1136" y="-516" type="line"/>
- <point x="712" y="180" type="line"/>
- <point x="492" y="-116" type="line"/>
+ <point x="824.0" y="-664.0" type="line"/>
+ <point x="1136.0" y="-516.0" type="line"/>
+ <point x="712.0" y="180.0" type="line"/>
+ <point x="492.0" y="-116.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1147, 'leftMargin': -15, 'rightMargin': 41}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/caron.glif b/src/Inter-UI-Black.ufo/glyphs/caron.glif
index cf472e336..a54c8a4b1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/caron.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/caron.glif
@@ -1,30 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caron" format="1">
- <advance width="1568"/>
+<glyph name="caron" format="2">
+ <advance width="1568.0"/>
<unicode hex="02C7"/>
+ <anchor x="788.0" y="1712.0" name="_top"/>
+ <anchor x="788.0" y="2204.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="584" y="2048" type="line"/>
- <point x="204" y="2048" type="line"/>
- <point x="204" y="2036" type="line"/>
- <point x="644" y="1644" type="line"/>
- <point x="928" y="1644" type="line"/>
- <point x="1364" y="2036" type="line"/>
- <point x="1364" y="2048" type="line"/>
- <point x="988" y="2048" type="line"/>
- <point x="788" y="1864" type="line"/>
- </contour>
- <contour>
- <point x="788" y="1712" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="788" y="2204" type="move" name="mkmktop_acc"/>
+ <point x="584.0" y="2048.0" type="line"/>
+ <point x="204.0" y="2048.0" type="line"/>
+ <point x="204.0" y="2036.0" type="line"/>
+ <point x="644.0" y="1644.0" type="line"/>
+ <point x="928.0" y="1644.0" type="line"/>
+ <point x="1364.0" y="2036.0" type="line"/>
+ <point x="1364.0" y="2048.0" type="line"/>
+ <point x="988.0" y="2048.0" type="line"/>
+ <point x="788.0" y="1864.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1346, 'leftMargin': 89, 'rightMargin': 96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/caronbelowcmb.glif b/src/Inter-UI-Black.ufo/glyphs/caronbelowcmb.glif
index dbd0dc674..3420cbec0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/caronbelowcmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/caronbelowcmb.glif
@@ -1,38 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caronbelowcmb" format="1">
- <advance width="0"/>
+<glyph name="caronbelowcmb" format="2">
<unicode hex="032C"/>
+ <anchor x="-803.0" y="0.0" name="_bottom"/>
+ <anchor x="-803.0" y="0.0" name="_markbottom"/>
+ <anchor x="-803.0" y="-540.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-803" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-803" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-803" y="-540" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-668" y="-540" type="line"/>
- <point x="-923" y="-540" type="line"/>
- <point x="-1354" y="-160" type="line"/>
- <point x="-1354" y="-136" type="line"/>
- <point x="-1012" y="-136" type="line"/>
- <point x="-796" y="-323" type="line"/>
- <point x="-579" y="-136" type="line"/>
- <point x="-230" y="-136" type="line"/>
- <point x="-230" y="-154" type="line"/>
+ <point x="-668.0" y="-540.0" type="line"/>
+ <point x="-923.0" y="-540.0" type="line"/>
+ <point x="-1354.0" y="-160.0" type="line"/>
+ <point x="-1354.0" y="-136.0" type="line"/>
+ <point x="-1012.0" y="-136.0" type="line"/>
+ <point x="-796.0" y="-323.0" type="line"/>
+ <point x="-579.0" y="-136.0" type="line"/>
+ <point x="-230.0" y="-136.0" type="line"/>
+ <point x="-230.0" y="-154.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/caroncmb.glif b/src/Inter-UI-Black.ufo/glyphs/caroncmb.glif
index 315b08d03..a6e7195fe 100644
--- a/src/Inter-UI-Black.ufo/glyphs/caroncmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/caroncmb.glif
@@ -1,41 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caroncmb" format="1">
- <advance width="0"/>
+<glyph name="caroncmb" format="2">
<unicode hex="030C"/>
+ <anchor x="-803.0" y="1774.0" name="_marktop"/>
+ <anchor x="-803.0" y="1774.0" name="_top"/>
+ <anchor x="-803.0" y="2269.0" name="mkmktop"/>
+ <anchor x="-792.0" y="1910.0" name="parent_top"/>
<outline>
<contour>
- <point x="-803" y="1774" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-803" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-803" y="2269" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-792" y="1910" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-668" y="1708" type="line"/>
- <point x="-923" y="1708" type="line"/>
- <point x="-1354" y="2089" type="line"/>
- <point x="-1354" y="2112" type="line"/>
- <point x="-1012" y="2112" type="line"/>
- <point x="-796" y="1925" type="line"/>
- <point x="-579" y="2112" type="line"/>
- <point x="-230" y="2112" type="line"/>
- <point x="-230" y="2094" type="line"/>
+ <point x="-668.0" y="1708.0" type="line"/>
+ <point x="-923.0" y="1708.0" type="line"/>
+ <point x="-1354.0" y="2089.0" type="line"/>
+ <point x="-1354.0" y="2112.0" type="line"/>
+ <point x="-1012.0" y="2112.0" type="line"/>
+ <point x="-796.0" y="1925.0" type="line"/>
+ <point x="-579.0" y="2112.0" type="line"/>
+ <point x="-230.0" y="2112.0" type="line"/>
+ <point x="-230.0" y="2094.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/carondotcomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/carondotcomb.cn.glif
new file mode 100644
index 000000000..80a9f1584
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/carondotcomb.cn.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="carondotcomb.cn" format="2">
+ <anchor x="-792.0" y="1682.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-987.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-987.0" y="2149.0"/>
+ <point x="-909.0" y="2078.0"/>
+ <point x="-792.0" y="2078.0" type="curve" smooth="yes"/>
+ <point x="-677.0" y="2078.0"/>
+ <point x="-598.0" y="2149.0"/>
+ <point x="-598.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-598.0" y="2335.0"/>
+ <point x="-677.0" y="2408.0"/>
+ <point x="-792.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-909.0" y="2408.0"/>
+ <point x="-987.0" y="2335.0"/>
+ </contour>
+ <contour>
+ <point x="-965.0" y="2009.0" type="line"/>
+ <point x="-1345.0" y="2009.0" type="line"/>
+ <point x="-1345.0" y="1990.0" type="line"/>
+ <point x="-946.0" y="1667.0" type="line"/>
+ <point x="-635.0" y="1667.0" type="line"/>
+ <point x="-239.0" y="1987.0" type="line"/>
+ <point x="-239.0" y="2009.0" type="line"/>
+ <point x="-616.0" y="2009.0" type="line"/>
+ <point x="-791.0" y="1859.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/carondotcomb.glif b/src/Inter-UI-Black.ufo/glyphs/carondotcomb.glif
deleted file mode 100644
index fc706b249..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/carondotcomb.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="carondotcomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1682" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-987" y="2243" type="curve" smooth="yes"/>
- <point x="-987" y="2149"/>
- <point x="-909" y="2078"/>
- <point x="-792" y="2078" type="curve" smooth="yes"/>
- <point x="-677" y="2078"/>
- <point x="-598" y="2149"/>
- <point x="-598" y="2243" type="curve" smooth="yes"/>
- <point x="-598" y="2335"/>
- <point x="-677" y="2408"/>
- <point x="-792" y="2408" type="curve" smooth="yes"/>
- <point x="-909" y="2408"/>
- <point x="-987" y="2335"/>
- </contour>
- <contour>
- <point x="-965" y="2009" type="line"/>
- <point x="-1345" y="2009" type="line"/>
- <point x="-1345" y="1990" type="line"/>
- <point x="-946" y="1667" type="line"/>
- <point x="-635" y="1667" type="line"/>
- <point x="-239" y="1987" type="line"/>
- <point x="-239" y="2009" type="line"/>
- <point x="-616" y="2009" type="line"/>
- <point x="-791" y="1859" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/carondotcomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/carondotcomb.lc.glif
index 382f51c58..d457d2ead 100644
--- a/src/Inter-UI-Black.ufo/glyphs/carondotcomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/carondotcomb.lc.glif
@@ -1,48 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="carondotcomb.lc" format="1">
- <advance width="0"/>
+<glyph name="carondotcomb.lc" format="2">
+ <anchor x="-792.0" y="1774.0" name="_top"/>
+ <anchor x="-792.0" y="2789.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1774" type="move" name="_top"/>
+ <point x="-994.0" y="2113.0" type="line"/>
+ <point x="-1374.0" y="2113.0" type="line"/>
+ <point x="-1374.0" y="2101.0" type="line"/>
+ <point x="-934.0" y="1709.0" type="line"/>
+ <point x="-650.0" y="1709.0" type="line"/>
+ <point x="-213.0" y="2098.0" type="line"/>
+ <point x="-213.0" y="2113.0" type="line"/>
+ <point x="-590.0" y="2113.0" type="line"/>
+ <point x="-792.0" y="1929.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="2789" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-994" y="2113" type="line"/>
- <point x="-1374" y="2113" type="line"/>
- <point x="-1374" y="2101" type="line"/>
- <point x="-934" y="1709" type="line"/>
- <point x="-650" y="1709" type="line"/>
- <point x="-213" y="2098" type="line"/>
- <point x="-213" y="2113" type="line"/>
- <point x="-590" y="2113" type="line"/>
- <point x="-792" y="1929" type="line"/>
- </contour>
- <contour>
- <point x="-1013" y="2421" type="curve" smooth="yes"/>
- <point x="-1013" y="2305"/>
- <point x="-925" y="2221"/>
- <point x="-793" y="2221" type="curve" smooth="yes"/>
- <point x="-661" y="2221"/>
- <point x="-573" y="2305"/>
- <point x="-573" y="2421" type="curve" smooth="yes"/>
- <point x="-573" y="2540"/>
- <point x="-661" y="2624"/>
- <point x="-793" y="2624" type="curve" smooth="yes"/>
- <point x="-925" y="2624"/>
- <point x="-1013" y="2540"/>
+ <point x="-1013.0" y="2421.0" type="curve" smooth="yes"/>
+ <point x="-1013.0" y="2305.0"/>
+ <point x="-925.0" y="2221.0"/>
+ <point x="-793.0" y="2221.0" type="curve" smooth="yes"/>
+ <point x="-661.0" y="2221.0"/>
+ <point x="-573.0" y="2305.0"/>
+ <point x="-573.0" y="2421.0" type="curve" smooth="yes"/>
+ <point x="-573.0" y="2540.0"/>
+ <point x="-661.0" y="2624.0"/>
+ <point x="-793.0" y="2624.0" type="curve" smooth="yes"/>
+ <point x="-925.0" y="2624.0"/>
+ <point x="-1013.0" y="2540.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/caronnosp.glif b/src/Inter-UI-Black.ufo/glyphs/caronnosp.glif
index 2e9b854cf..2b554d94b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/caronnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/caronnosp.glif
@@ -1,28 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caronnosp" format="1">
- <advance width="0"/>
+<glyph name="caronnosp" format="2">
<outline>
<contour>
- <point x="-967" y="2101" type="line"/>
- <point x="-1346" y="2101" type="line"/>
- <point x="-1346" y="2082" type="line"/>
- <point x="-947" y="1722" type="line"/>
- <point x="-637" y="1722" type="line"/>
- <point x="-241" y="2079" type="line"/>
- <point x="-241" y="2101" type="line"/>
- <point x="-617" y="2101" type="line"/>
- <point x="-792" y="1914" type="line"/>
+ <point x="-967.0" y="2101.0" type="line"/>
+ <point x="-1346.0" y="2101.0" type="line"/>
+ <point x="-1346.0" y="2082.0" type="line"/>
+ <point x="-947.0" y="1722.0" type="line"/>
+ <point x="-637.0" y="1722.0" type="line"/>
+ <point x="-241.0" y="2079.0" type="line"/>
+ <point x="-241.0" y="2101.0" type="line"/>
+ <point x="-617.0" y="2101.0" type="line"/>
+ <point x="-792.0" y="1914.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/caronsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/caronsubnosp.glif
index f0ed8b687..326527cd8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/caronsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/caronsubnosp.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caronsubnosp" format="1">
- <advance width="0"/>
+<glyph name="caronsubnosp" format="2">
<outline>
- <component base="caron" xOffset="-1462" yOffset="-2234"/>
+ <component base="caron" xOffset="-1462.0" yOffset="-2234.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/casedieresis.cn.glif b/src/Inter-UI-Black.ufo/glyphs/casedieresis.cn.glif
index 3369121ba..4649e5dce 100644
--- a/src/Inter-UI-Black.ufo/glyphs/casedieresis.cn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/casedieresis.cn.glif
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="casedieresis.cn" format="1">
- <advance width="1312"/>
+<glyph name="casedieresis.cn" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="dieresis" yOffset="424"/>
+ <component base="dieresis" yOffset="424.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.Export</key>
+ <false/>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:13</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/casetilde.cn.glif b/src/Inter-UI-Black.ufo/glyphs/casetilde.cn.glif
index f5cd68b37..fbc08afa9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/casetilde.cn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/casetilde.cn.glif
@@ -1,52 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="casetilde.cn" format="1">
- <advance width="1312"/>
+<glyph name="casetilde.cn" format="2">
+ <advance width="1312.0"/>
+ <guideline x="1028.0" y="2200.0" angle="0.0"/>
+ <guideline x="640.0" y="2032.0" angle="90.0"/>
+ <anchor x="656.0" y="2200.0" name="_top"/>
<outline>
- <component base="tilde" yOffset="420"/>
- <contour>
- <point x="656" y="2200" type="move" name="_top"/>
- </contour>
+ <component base="tilde" yOffset="420.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1028</integer>
- <key>y</key>
- <integer>2200</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>640</integer>
- <key>y</key>
- <integer>2032</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.Export</key>
+ <false/>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:15</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ccaron.glif b/src/Inter-UI-Black.ufo/glyphs/ccaron.glif
new file mode 100644
index 000000000..9ac426334
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ccaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ccaron" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="010D"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="2268.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="caron" xOffset="28.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ccedilla.glif b/src/Inter-UI-Black.ufo/glyphs/ccedilla.glif
new file mode 100644
index 000000000..f286faf77
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ccedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ccedilla" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="00E7"/>
+ <anchor x="820.0" y="-648.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="1776.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="cedilla" xOffset="368.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ccedillaacute.glif b/src/Inter-UI-Black.ufo/glyphs/ccedillaacute.glif
new file mode 100644
index 000000000..d1635a076
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ccedillaacute.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ccedillaacute" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1E09"/>
+ <anchor x="820.0" y="-648.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="2296.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="cedilla" xOffset="368.0"/>
+ <component base="acute" xOffset="452.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ccircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/ccircumflex.glif
new file mode 100644
index 000000000..5b3bddd0c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ccircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ccircumflex" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0109"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="2240.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="circumflex" xOffset="32.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ccurl.glif b/src/Inter-UI-Black.ufo/glyphs/ccurl.glif
index e4818b8a9..9dfda083c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ccurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ccurl.glif
@@ -1,104 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ccurl" format="1">
- <advance width="1588"/>
+<glyph name="ccurl" format="2">
+ <advance width="1588.0"/>
<unicode hex="0255"/>
+ <anchor x="800.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="1776.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="820" y="340" type="curve"/>
- <point x="820" y="-28" type="line"/>
- <point x="1244" y="-28"/>
- <point x="1428" y="220"/>
- <point x="1428" y="464" type="curve" smooth="yes"/>
- <point x="1428" y="652"/>
- <point x="1316" y="840"/>
- <point x="1000" y="840" type="curve" smooth="yes"/>
- <point x="844" y="840"/>
- <point x="532" y="808"/>
- <point x="36" y="48" type="curve"/>
- <point x="328" y="-184" type="line"/>
- <point x="672" y="288"/>
- <point x="828" y="480"/>
- <point x="944" y="480" type="curve" smooth="yes"/>
- <point x="984" y="480"/>
- <point x="1008" y="456"/>
- <point x="1008" y="420" type="curve" smooth="yes"/>
- <point x="1008" y="348"/>
- <point x="900" y="340"/>
+ <point x="820.0" y="340.0" type="curve"/>
+ <point x="820.0" y="-28.0" type="line"/>
+ <point x="1244.0" y="-28.0"/>
+ <point x="1428.0" y="220.0"/>
+ <point x="1428.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="652.0"/>
+ <point x="1316.0" y="840.0"/>
+ <point x="1000.0" y="840.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="840.0"/>
+ <point x="532.0" y="808.0"/>
+ <point x="36.0" y="48.0" type="curve"/>
+ <point x="328.0" y="-184.0" type="line"/>
+ <point x="672.0" y="288.0"/>
+ <point x="828.0" y="480.0"/>
+ <point x="944.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="480.0"/>
+ <point x="1008.0" y="456.0"/>
+ <point x="1008.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="348.0"/>
+ <point x="900.0" y="340.0"/>
</contour>
<contour>
- <point x="1500" y="1032" type="line"/>
- <point x="1436" y="1352"/>
- <point x="1180" y="1556"/>
- <point x="820" y="1556" type="curve" smooth="yes"/>
- <point x="368" y="1556"/>
- <point x="96" y="1232"/>
- <point x="96" y="768" type="curve" smooth="yes"/>
- <point x="96" y="304"/>
- <point x="368" y="-28"/>
- <point x="820" y="-28" type="curve"/>
- <point x="820" y="340" type="line"/>
- <point x="612" y="340"/>
- <point x="532" y="512"/>
- <point x="532" y="768" type="curve" smooth="yes"/>
- <point x="532" y="1024"/>
- <point x="612" y="1192"/>
- <point x="820" y="1192" type="curve" smooth="yes"/>
- <point x="972" y="1192"/>
- <point x="1044" y="1100"/>
- <point x="1080" y="952" type="curve"/>
- </contour>
- <contour>
- <point x="800" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="800" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1504" y="1776" type="move" name="top0315"/>
+ <point x="1500.0" y="1032.0" type="line"/>
+ <point x="1436.0" y="1352.0"/>
+ <point x="1180.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="820.0" y="-28.0" type="curve"/>
+ <point x="820.0" y="340.0" type="line"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1192.0"/>
+ <point x="1044.0" y="1100.0"/>
+ <point x="1080.0" y="952.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>c</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>16</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>ccurl</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1588</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1522, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/cdotaccent.glif
new file mode 100644
index 000000000..3cb6793d5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/cdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="cdotaccent" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="010B"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="2296.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="dotaccent" xOffset="416.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cedi.glif b/src/Inter-UI-Black.ufo/glyphs/cedi.glif
index dc78545ed..a8ed5fcee 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cedi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cedi.glif
@@ -1,27 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cedi" format="1">
- <advance width="1984"/>
+<glyph name="cedi" format="2">
+ <advance width="1984.0"/>
<unicode hex="20B5"/>
<outline>
<contour>
- <point x="1176" y="2304" type="line"/>
- <point x="820" y="2304" type="line"/>
- <point x="820" y="-256" type="line"/>
- <point x="1176" y="-256" type="line"/>
+ <point x="1176.0" y="2304.0" type="line"/>
+ <point x="820.0" y="2304.0" type="line"/>
+ <point x="820.0" y="-256.0" type="line"/>
+ <point x="1176.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1876.0" y="1404.0" type="line"/>
+ <point x="1764.0" y="1836.0"/>
+ <point x="1432.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1688.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="356.0"/>
+ <point x="504.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="-28.0"/>
+ <point x="1760.0" y="208.0"/>
+ <point x="1872.0" y="632.0" type="curve"/>
+ <point x="1420.0" y="696.0" type="line"/>
+ <point x="1360.0" y="488.0"/>
+ <point x="1216.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="388.0"/>
+ <point x="588.0" y="568.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1472.0"/>
+ <point x="764.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="1660.0"/>
+ <point x="1368.0" y="1556.0"/>
+ <point x="1428.0" y="1340.0" type="curve"/>
</contour>
- <component base="C"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 192, 'rightMargin': -9}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cedilla.glif b/src/Inter-UI-Black.ufo/glyphs/cedilla.glif
index 311c12e42..db32caa0f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cedilla.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cedilla.glif
@@ -1,44 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cedilla" format="1">
- <advance width="1056"/>
+<glyph name="cedilla" format="2">
+ <advance width="1056.0"/>
<unicode hex="00B8"/>
+ <anchor x="452.0" y="0.0" name="_bottom"/>
+ <anchor x="452.0" y="-648.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="288" y="16" type="line"/>
- <point x="244" y="-188" type="line"/>
- <point x="376" y="-196"/>
- <point x="432" y="-216"/>
- <point x="432" y="-288" type="curve" smooth="yes"/>
- <point x="432" y="-364"/>
- <point x="376" y="-392"/>
- <point x="300" y="-392" type="curve"/>
- <point x="312" y="-648" type="line"/>
- <point x="640" y="-648"/>
- <point x="812" y="-512"/>
- <point x="812" y="-308" type="curve" smooth="yes"/>
- <point x="812" y="-152"/>
- <point x="708" y="-88"/>
- <point x="608" y="-72" type="curve"/>
- <point x="624" y="16" type="line"/>
- </contour>
- <contour>
- <point x="452" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="452" y="-648" type="move" name="mkmkbottom_acc"/>
+ <point x="288.0" y="16.0" type="line"/>
+ <point x="244.0" y="-188.0" type="line"/>
+ <point x="376.0" y="-196.0"/>
+ <point x="432.0" y="-216.0"/>
+ <point x="432.0" y="-288.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="-364.0"/>
+ <point x="376.0" y="-392.0"/>
+ <point x="300.0" y="-392.0" type="curve"/>
+ <point x="312.0" y="-648.0" type="line"/>
+ <point x="640.0" y="-648.0"/>
+ <point x="812.0" y="-512.0"/>
+ <point x="812.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="-152.0"/>
+ <point x="708.0" y="-88.0"/>
+ <point x="608.0" y="-72.0" type="curve"/>
+ <point x="624.0" y="16.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 774, 'leftMargin': 124, 'rightMargin': 81}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cedillanosp.glif b/src/Inter-UI-Black.ufo/glyphs/cedillanosp.glif
index b95ccfc45..58534eafd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cedillanosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cedillanosp.glif
@@ -1,39 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cedillanosp" format="1">
- <advance width="0"/>
+<glyph name="cedillanosp" format="2">
<unicode hex="0327"/>
+ <anchor x="-837.0" y="12.0" name="_markbottom"/>
<outline>
<contour>
- <point x="-837" y="12" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-1005" y="14" type="line"/>
- <point x="-1048" y="-187" type="line"/>
- <point x="-914" y="-195"/>
- <point x="-859" y="-217"/>
- <point x="-859" y="-287" type="curve" smooth="yes"/>
- <point x="-859" y="-363"/>
- <point x="-914" y="-393"/>
- <point x="-991" y="-393" type="curve"/>
- <point x="-982" y="-649" type="line"/>
- <point x="-652" y="-649"/>
- <point x="-479" y="-513"/>
- <point x="-479" y="-308" type="curve" smooth="yes"/>
- <point x="-479" y="-150"/>
- <point x="-583" y="-88"/>
- <point x="-685" y="-70" type="curve"/>
- <point x="-670" y="14" type="line"/>
+ <point x="-1005.0" y="14.0" type="line"/>
+ <point x="-1048.0" y="-187.0" type="line"/>
+ <point x="-914.0" y="-195.0"/>
+ <point x="-859.0" y="-217.0"/>
+ <point x="-859.0" y="-287.0" type="curve" smooth="yes"/>
+ <point x="-859.0" y="-363.0"/>
+ <point x="-914.0" y="-393.0"/>
+ <point x="-991.0" y="-393.0" type="curve"/>
+ <point x="-982.0" y="-649.0" type="line"/>
+ <point x="-652.0" y="-649.0"/>
+ <point x="-479.0" y="-513.0"/>
+ <point x="-479.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="-479.0" y="-150.0"/>
+ <point x="-583.0" y="-88.0"/>
+ <point x="-685.0" y="-70.0" type="curve"/>
+ <point x="-670.0" y="14.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cent.glif b/src/Inter-UI-Black.ufo/glyphs/cent.glif
index 12d613d2d..34e0581f1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cent.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cent.glif
@@ -1,33 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cent" format="1">
- <advance width="1588"/>
+<glyph name="cent" format="2">
+ <advance width="1588.0"/>
<unicode hex="00A2"/>
<outline>
<contour>
- <point x="964" y="1812" type="line"/>
- <point x="688" y="1812" type="line"/>
- <point x="688" y="1412" type="line"/>
- <point x="964" y="1412" type="line"/>
+ <point x="964.0" y="1812.0" type="line"/>
+ <point x="688.0" y="1812.0" type="line"/>
+ <point x="688.0" y="1412.0" type="line"/>
+ <point x="964.0" y="1412.0" type="line"/>
</contour>
<contour>
- <point x="964" y="64" type="line"/>
- <point x="688" y="64" type="line"/>
- <point x="688" y="-336" type="line"/>
- <point x="964" y="-336" type="line"/>
+ <point x="964.0" y="64.0" type="line"/>
+ <point x="688.0" y="64.0" type="line"/>
+ <point x="688.0" y="-336.0" type="line"/>
+ <point x="964.0" y="-336.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1500.0" y="1032.0" type="line"/>
+ <point x="1436.0" y="1352.0"/>
+ <point x="1180.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="-28.0"/>
+ <point x="1424.0" y="168.0"/>
+ <point x="1496.0" y="472.0" type="curve"/>
+ <point x="1072.0" y="548.0" type="line"/>
+ <point x="1036.0" y="424.0"/>
+ <point x="960.0" y="340.0"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1192.0"/>
+ <point x="1044.0" y="1100.0"/>
+ <point x="1080.0" y="952.0" type="curve"/>
</contour>
- <component base="c"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1650.0, 'leftMargin': 166, 'rightMargin': 164.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/charactertie.glif b/src/Inter-UI-Black.ufo/glyphs/charactertie.glif
index c1ded5927..15faf1ea2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/charactertie.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/charactertie.glif
@@ -1,36 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="charactertie" format="1">
- <advance width="2336"/>
+<glyph name="charactertie" format="2">
+ <advance width="2336.0"/>
<unicode hex="2040"/>
<outline>
<contour>
- <point x="1168" y="1816" type="curve" smooth="yes"/>
- <point x="1608" y="1816"/>
- <point x="1952" y="1712"/>
- <point x="2136" y="1620" type="curve"/>
- <point x="2280" y="1772" type="line"/>
- <point x="2116" y="1968"/>
- <point x="1716" y="2140"/>
- <point x="1168" y="2140" type="curve" smooth="yes"/>
- <point x="624" y="2140"/>
- <point x="268" y="1984"/>
- <point x="60" y="1772" type="curve"/>
- <point x="224" y="1624" type="line"/>
- <point x="408" y="1724"/>
- <point x="728" y="1816"/>
+ <point x="1168.0" y="1816.0" type="curve" smooth="yes"/>
+ <point x="1608.0" y="1816.0"/>
+ <point x="1952.0" y="1712.0"/>
+ <point x="2136.0" y="1620.0" type="curve"/>
+ <point x="2280.0" y="1772.0" type="line"/>
+ <point x="2116.0" y="1968.0"/>
+ <point x="1716.0" y="2140.0"/>
+ <point x="1168.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="2140.0"/>
+ <point x="268.0" y="1984.0"/>
+ <point x="60.0" y="1772.0" type="curve"/>
+ <point x="224.0" y="1624.0" type="line"/>
+ <point x="408.0" y="1724.0"/>
+ <point x="728.0" y="1816.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2201, 'leftMargin': -10, 'rightMargin': -10}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cheabkhasiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/cheabkhasiancyrillic.glif
index 6d5af066f..3ebc4e230 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cheabkhasiancyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cheabkhasiancyrillic.glif
@@ -1,27 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cheabkhasiancyrillic" format="1">
- <advance width="1824"/>
+<glyph name="cheabkhasiancyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="04BD"/>
+ <anchor x="1112.0" y="20.0" name="bottom"/>
<outline>
<contour>
- <point x="12" y="1188" type="line"/>
- <point x="12" y="828"/>
- <point x="220" y="604"/>
- <point x="580" y="604" type="curve"/>
- <point x="580" y="884" type="line"/>
- <point x="376" y="884"/>
- <point x="272" y="1000"/>
- <point x="272" y="1188" type="curve"/>
+ <point x="12.0" y="1188.0" type="line"/>
+ <point x="12.0" y="828.0"/>
+ <point x="220.0" y="604.0"/>
+ <point x="580.0" y="604.0" type="curve"/>
+ <point x="580.0" y="884.0" type="line"/>
+ <point x="376.0" y="884.0"/>
+ <point x="272.0" y="1000.0"/>
+ <point x="272.0" y="1188.0" type="curve"/>
</contour>
- <component base="e" xOffset="328"/>
<contour>
- <point x="1112" y="20" type="move" name="bottom"/>
+ <point x="1180.0" y="-28.0" type="curve"/>
+ <point x="1620.0" y="-28.0"/>
+ <point x="1808.0" y="232.0"/>
+ <point x="1856.0" y="432.0" type="curve"/>
+ <point x="1452.0" y="540.0" type="line"/>
+ <point x="1420.0" y="448.0"/>
+ <point x="1360.0" y="340.0"/>
+ <point x="1176.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="340.0"/>
+ <point x="856.0" y="504.0"/>
+ <point x="856.0" y="744.0" type="curve"/>
+ <point x="856.0" y="1020.0"/>
+ <point x="960.0" y="1192.0"/>
+ <point x="1164.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1192.0"/>
+ <point x="1440.0" y="1080.0"/>
+ <point x="1440.0" y="936.0" type="curve"/>
+ <point x="596.0" y="936.0" type="line"/>
+ <point x="596.0" y="640.0" type="line"/>
+ <point x="1868.0" y="640.0" type="line"/>
+ <point x="1868.0" y="832.0" type="line" smooth="yes"/>
+ <point x="1868.0" y="1288.0"/>
+ <point x="1592.0" y="1556.0"/>
+ <point x="1168.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="1556.0"/>
+ <point x="424.0" y="1212.0"/>
+ <point x="424.0" y="744.0" type="curve"/>
+ <point x="424.0" y="260.0"/>
+ <point x="712.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1689, 'leftMargin': -109, 'rightMargin': -4}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/checyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/checyrillic.glif
index 56d377cc6..dc3eccee0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/checyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/checyrillic.glif
@@ -1,49 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="checyrillic" format="1">
- <advance width="1568"/>
+<glyph name="checyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0447"/>
+ <anchor x="1004.0" y="0.0" name="left"/>
+ <anchor x="1448.0" y="0.0" name="right"/>
+ <anchor x="824.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1448" y="1488" type="line"/>
- <point x="1004" y="1488" type="line"/>
- <point x="1004" y="0" type="line"/>
- <point x="1448" y="0" type="line"/>
+ <point x="1448.0" y="1488.0" type="line"/>
+ <point x="1004.0" y="1488.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1228" y="872" type="line"/>
- <point x="1084" y="820"/>
- <point x="968" y="792"/>
- <point x="844" y="792" type="curve" smooth="yes"/>
- <point x="640" y="792"/>
- <point x="564" y="828"/>
- <point x="564" y="1008" type="curve" smooth="yes"/>
- <point x="564" y="1488" type="line"/>
- <point x="124" y="1488" type="line"/>
- <point x="124" y="1008" type="line" smooth="yes"/>
- <point x="124" y="604"/>
- <point x="392" y="432"/>
- <point x="844" y="432" type="curve" smooth="yes"/>
- <point x="956" y="432"/>
- <point x="1152" y="472"/>
- <point x="1228" y="516" type="curve"/>
- </contour>
- <contour>
- <point x="824" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1448" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1004" y="0" type="move" name="left"/>
- </contour>
- <contour>
- <point x="1576" y="1776" type="move" name="top0315"/>
+ <point x="1228.0" y="872.0" type="line"/>
+ <point x="1084.0" y="820.0"/>
+ <point x="968.0" y="792.0"/>
+ <point x="844.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="792.0"/>
+ <point x="564.0" y="828.0"/>
+ <point x="564.0" y="1008.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1008.0" type="line" smooth="yes"/>
+ <point x="124.0" y="604.0"/>
+ <point x="392.0" y="432.0"/>
+ <point x="844.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="432.0"/>
+ <point x="1152.0" y="472.0"/>
+ <point x="1228.0" y="516.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1568, 'leftMargin': 114, 'rightMargin': 130}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/chedescenderabkhasiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/chedescenderabkhasiancyrillic.glif
new file mode 100644
index 000000000..46f5b619c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/chedescenderabkhasiancyrillic.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="chedescenderabkhasiancyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04BF"/>
+ <anchor x="1112.0" y="20.0" name="bottom"/>
+ <outline>
+ <component base="cheabkhasiancyrillic"/>
+ <component base="cyrillictic" xOffset="712.0" yOffset="-164.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/chedescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/chedescendercyrillic.glif
index 7a1682cef..1eca6fcab 100644
--- a/src/Inter-UI-Black.ufo/glyphs/chedescendercyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/chedescendercyrillic.glif
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="chedescendercyrillic" format="1">
- <advance width="2080"/>
+<glyph name="chedescendercyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="04B7"/>
+ <anchor x="1668.0" y="1776.0" name="top0315"/>
<outline>
- <component base="checyrillic" xOffset="84"/>
- <component base="cyrillictic" xOffset="1284"/>
- <contour>
- <point x="1668" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="checyrillic" xOffset="84.0"/>
+ <component base="cyrillictic" xOffset="1284.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1849, 'leftMargin': 114, 'rightMargin': 84}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/chedieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/chedieresiscyrillic.glif
new file mode 100644
index 000000000..6b16e6787
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/chedieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="chedieresiscyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04F5"/>
+ <anchor x="824.0" y="1776.0" name="parent_top"/>
+ <anchor x="828.0" y="2220.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="checyrillic"/>
+ <component base="dieresis" xOffset="168.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/chekhakassiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/chekhakassiancyrillic.glif
new file mode 100644
index 000000000..9b7bfd0c4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/chekhakassiancyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="chekhakassiancyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04CC"/>
+ <anchor x="824.0" y="1776.0" name="parent_top"/>
+ <anchor x="824.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="checyrillic"/>
+ <component base="cyrillictic" xOffset="484.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cheverticalstrokecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/cheverticalstrokecyrillic.glif
index 1f34ae983..899f86025 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cheverticalstrokecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cheverticalstrokecyrillic.glif
@@ -1,20 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cheverticalstrokecyrillic" format="1">
- <advance width="1568"/>
+<glyph name="cheverticalstrokecyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="04B9"/>
<outline>
<contour>
- <point x="904" y="1156" type="line"/>
- <point x="668" y="1156" type="line"/>
- <point x="668" y="220" type="line"/>
- <point x="904" y="220" type="line"/>
+ <point x="904.0" y="1156.0" type="line"/>
+ <point x="668.0" y="1156.0" type="line"/>
+ <point x="668.0" y="220.0" type="line"/>
+ <point x="904.0" y="220.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1440.0" y="1488.0" type="line"/>
+ <point x="996.0" y="1488.0" type="line"/>
+ <point x="996.0" y="0.0" type="line"/>
+ <point x="1440.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1220.0" y="872.0" type="line"/>
+ <point x="1076.0" y="820.0"/>
+ <point x="960.0" y="792.0"/>
+ <point x="836.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="792.0"/>
+ <point x="556.0" y="828.0"/>
+ <point x="556.0" y="1008.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="1488.0" type="line"/>
+ <point x="116.0" y="1488.0" type="line"/>
+ <point x="116.0" y="1008.0" type="line" smooth="yes"/>
+ <point x="116.0" y="604.0"/>
+ <point x="384.0" y="432.0"/>
+ <point x="836.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="432.0"/>
+ <point x="1144.0" y="472.0"/>
+ <point x="1220.0" y="516.0" type="curve"/>
</contour>
- <component base="checyrillic" xOffset="-8"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 132, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/chook.glif b/src/Inter-UI-Black.ufo/glyphs/chook.glif
index c7aa11e65..c061ebd9d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/chook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/chook.glif
@@ -1,32 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="chook" format="1">
- <advance width="1756"/>
+<glyph name="chook" format="2">
+ <advance width="1756.0"/>
<unicode hex="0188"/>
<outline>
<contour>
- <point x="1500" y="1032" type="line"/>
- <point x="1500" y="1184" type="line" smooth="yes"/>
- <point x="1500" y="1336"/>
- <point x="1560" y="1376"/>
- <point x="1664" y="1376" type="curve" smooth="yes"/>
- <point x="1704" y="1376"/>
- <point x="1736" y="1368"/>
- <point x="1772" y="1364" type="curve"/>
- <point x="1772" y="1660" type="line"/>
- <point x="1708" y="1676"/>
- <point x="1656" y="1684"/>
- <point x="1592" y="1684" type="curve" smooth="yes"/>
- <point x="1300" y="1684"/>
- <point x="1080" y="1508"/>
- <point x="1080" y="1188" type="curve" smooth="yes"/>
- <point x="1080" y="952" type="line"/>
+ <point x="1500.0" y="1032.0" type="line"/>
+ <point x="1500.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="1500.0" y="1336.0"/>
+ <point x="1560.0" y="1376.0"/>
+ <point x="1664.0" y="1376.0" type="curve" smooth="yes"/>
+ <point x="1704.0" y="1376.0"/>
+ <point x="1736.0" y="1368.0"/>
+ <point x="1772.0" y="1364.0" type="curve"/>
+ <point x="1772.0" y="1660.0" type="line"/>
+ <point x="1708.0" y="1676.0"/>
+ <point x="1656.0" y="1684.0"/>
+ <point x="1592.0" y="1684.0" type="curve" smooth="yes"/>
+ <point x="1300.0" y="1684.0"/>
+ <point x="1080.0" y="1508.0"/>
+ <point x="1080.0" y="1188.0" type="curve" smooth="yes"/>
+ <point x="1080.0" y="952.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1500.0" y="1032.0" type="line"/>
+ <point x="1436.0" y="1352.0"/>
+ <point x="1180.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="-28.0"/>
+ <point x="1424.0" y="168.0"/>
+ <point x="1496.0" y="472.0" type="curve"/>
+ <point x="1072.0" y="548.0" type="line"/>
+ <point x="1036.0" y="424.0"/>
+ <point x="960.0" y="340.0"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1192.0"/>
+ <point x="1044.0" y="1100.0"/>
+ <point x="1080.0" y="952.0" type="curve"/>
</contour>
- <component base="c"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1646, 'leftMargin': 108, 'rightMargin': -96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circleblack.glif b/src/Inter-UI-Black.ufo/glyphs/circleblack.glif
index 4965b6644..f272286b9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/circleblack.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/circleblack.glif
@@ -1,21 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circleblack" format="1">
- <advance width="2592"/>
+<glyph name="circleblack" format="2">
+ <advance width="2592.0"/>
<unicode hex="25CF"/>
<outline>
<contour>
- <point x="1296" y="-32" type="curve" smooth="yes"/>
- <point x="1868" y="-32"/>
- <point x="2348" y="440"/>
- <point x="2348" y="1016" type="curve" smooth="yes"/>
- <point x="2348" y="1596"/>
- <point x="1868" y="2072"/>
- <point x="1296" y="2072" type="curve" smooth="yes"/>
- <point x="716" y="2072"/>
- <point x="244" y="1596"/>
- <point x="244" y="1016" type="curve" smooth="yes"/>
- <point x="244" y="440"/>
- <point x="716" y="-32"/>
+ <point x="1296.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1868.0" y="-32.0"/>
+ <point x="2348.0" y="440.0"/>
+ <point x="2348.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="2348.0" y="1596.0"/>
+ <point x="1868.0" y="2072.0"/>
+ <point x="1296.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="716.0" y="2072.0"/>
+ <point x="244.0" y="1596.0"/>
+ <point x="244.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="244.0" y="440.0"/>
+ <point x="716.0" y="-32.0"/>
</contour>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circlewhite.glif b/src/Inter-UI-Black.ufo/glyphs/circlewhite.glif
index b08e444a8..ed3dcc8ca 100644
--- a/src/Inter-UI-Black.ufo/glyphs/circlewhite.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/circlewhite.glif
@@ -1,85 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circlewhite" format="1">
- <advance width="2592"/>
+<glyph name="circlewhite" format="2">
+ <advance width="2592.0"/>
<unicode hex="25CB"/>
+ <guideline x="1032.0" y="1652.0" angle="0.0"/>
+ <guideline x="648.0" y="1008.0" angle="90.0"/>
+ <guideline x="1280.0" y="388.0" angle="0.0"/>
+ <guideline x="1912.0" y="952.0" angle="90.0"/>
<outline>
<contour>
- <point x="1296" y="388" type="curve" smooth="yes"/>
- <point x="948" y="388"/>
- <point x="664" y="672"/>
- <point x="664" y="1020" type="curve" smooth="yes"/>
- <point x="664" y="1368"/>
- <point x="948" y="1652"/>
- <point x="1296" y="1652" type="curve" smooth="yes"/>
- <point x="1644" y="1652"/>
- <point x="1928" y="1368"/>
- <point x="1928" y="1020" type="curve" smooth="yes"/>
- <point x="1928" y="672"/>
- <point x="1644" y="388"/>
+ <point x="1296.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="388.0"/>
+ <point x="664.0" y="672.0"/>
+ <point x="664.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="1368.0"/>
+ <point x="948.0" y="1652.0"/>
+ <point x="1296.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="1652.0"/>
+ <point x="1928.0" y="1368.0"/>
+ <point x="1928.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="1928.0" y="672.0"/>
+ <point x="1644.0" y="388.0"/>
+ </contour>
+ <contour>
+ <point x="1296.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1868.0" y="-32.0"/>
+ <point x="2348.0" y="440.0"/>
+ <point x="2348.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="2348.0" y="1596.0"/>
+ <point x="1868.0" y="2072.0"/>
+ <point x="1296.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="716.0" y="2072.0"/>
+ <point x="244.0" y="1596.0"/>
+ <point x="244.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="244.0" y="440.0"/>
+ <point x="716.0" y="-32.0"/>
</contour>
- <component base="circleblack"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1032</integer>
- <key>y</key>
- <integer>1652</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>648</integer>
- <key>y</key>
- <integer>1008</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1280</integer>
- <key>y</key>
- <integer>388</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1912</integer>
- <key>y</key>
- <integer>952</integer>
- </dict>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflex.glif b/src/Inter-UI-Black.ufo/glyphs/circumflex.glif
index a58255cdd..491521367 100644
--- a/src/Inter-UI-Black.ufo/glyphs/circumflex.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/circumflex.glif
@@ -1,20 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflex" format="1">
- <advance width="1568"/>
+<glyph name="circumflex" format="2">
+ <advance width="1568.0"/>
<unicode hex="02C6"/>
+ <anchor x="784.0" y="1792.0" name="_top"/>
+ <anchor x="784.0" y="2256.0" name="mkmktop_acc"/>
<outline>
- <component base="caron" yScale="-1" xOffset="-4" yOffset="3840"/>
- <contour>
- <point x="784" y="1792" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="784" y="2256" type="move" name="mkmktop_acc"/>
- </contour>
+ <component base="caron" yScale="-1.0" xOffset="-4.0" yOffset="3840.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1414, 'leftMargin': 146, 'rightMargin': 143}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflexacutecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/circumflexacutecomb.cn.glif
new file mode 100644
index 000000000..e15cf7745
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/circumflexacutecomb.cn.glif
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="circumflexacutecomb.cn" format="2">
+ <advance width="1568.0"/>
+ <anchor x="556.0" y="1836.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="52.0" y="1736.0" type="line"/>
+ <point x="352.0" y="1736.0" type="line"/>
+ <point x="552.0" y="1896.0" type="line"/>
+ <point x="752.0" y="1736.0" type="line"/>
+ <point x="1052.0" y="1736.0" type="line"/>
+ <point x="664.0" y="2036.0" type="line"/>
+ <point x="440.0" y="2036.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="952.0" y="1900.0" type="line"/>
+ <point x="1192.0" y="1900.0" type="line"/>
+ <point x="1516.0" y="2276.0" type="line"/>
+ <point x="1188.0" y="2276.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflexacutecomb.glif b/src/Inter-UI-Black.ufo/glyphs/circumflexacutecomb.glif
deleted file mode 100644
index e980df1d7..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/circumflexacutecomb.glif
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexacutecomb" format="1">
- <advance width="1568"/>
- <outline>
- <contour>
- <point x="52" y="1736" type="line"/>
- <point x="352" y="1736" type="line"/>
- <point x="552" y="1896" type="line"/>
- <point x="752" y="1736" type="line"/>
- <point x="1052" y="1736" type="line"/>
- <point x="664" y="2036" type="line"/>
- <point x="440" y="2036" type="line"/>
- </contour>
- <contour>
- <point x="952" y="1900" type="line"/>
- <point x="1192" y="1900" type="line"/>
- <point x="1516" y="2276" type="line"/>
- <point x="1188" y="2276" type="line"/>
- </contour>
- <contour>
- <point x="556" y="1836" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1414, 'leftMargin': 188, 'rightMargin': -236}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflexgravecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/circumflexgravecomb.cn.glif
new file mode 100644
index 000000000..7e03c8f9e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/circumflexgravecomb.cn.glif
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="circumflexgravecomb.cn" format="2">
+ <advance width="1568.0"/>
+ <anchor x="1016.0" y="1836.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="1128.0" y="2036.0" type="line"/>
+ <point x="904.0" y="2036.0" type="line"/>
+ <point x="516.0" y="1736.0" type="line"/>
+ <point x="816.0" y="1736.0" type="line"/>
+ <point x="1016.0" y="1896.0" type="line"/>
+ <point x="1216.0" y="1736.0" type="line"/>
+ <point x="1516.0" y="1736.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="380.0" y="2276.0" type="line"/>
+ <point x="56.0" y="2276.0" type="line"/>
+ <point x="380.0" y="1900.0" type="line"/>
+ <point x="616.0" y="1900.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflexgravecomb.glif b/src/Inter-UI-Black.ufo/glyphs/circumflexgravecomb.glif
deleted file mode 100644
index 9ac9aafd3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/circumflexgravecomb.glif
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexgravecomb" format="1">
- <advance width="1568"/>
- <outline>
- <contour>
- <point x="1128" y="2036" type="line"/>
- <point x="904" y="2036" type="line"/>
- <point x="516" y="1736" type="line"/>
- <point x="816" y="1736" type="line"/>
- <point x="1016" y="1896" type="line"/>
- <point x="1216" y="1736" type="line"/>
- <point x="1516" y="1736" type="line"/>
- </contour>
- <contour>
- <point x="380" y="2276" type="line"/>
- <point x="56" y="2276" type="line"/>
- <point x="380" y="1900" type="line"/>
- <point x="616" y="1900" type="line"/>
- </contour>
- <contour>
- <point x="1016" y="1836" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1414, 'leftMargin': -265, 'rightMargin': 218}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflexhookcomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/circumflexhookcomb.cn.glif
new file mode 100644
index 000000000..4b1ccb9a7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/circumflexhookcomb.cn.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="circumflexhookcomb.cn" format="2">
+ <advance width="1568.0"/>
+ <anchor x="652.0" y="1836.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="764.0" y="2036.0" type="line"/>
+ <point x="536.0" y="2036.0" type="line"/>
+ <point x="152.0" y="1736.0" type="line"/>
+ <point x="448.0" y="1736.0" type="line"/>
+ <point x="652.0" y="1896.0" type="line"/>
+ <point x="852.0" y="1736.0" type="line"/>
+ <point x="1148.0" y="1736.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1248.0" y="1908.0" type="line"/>
+ <point x="1248.0" y="1976.0" type="line"/>
+ <point x="1332.0" y="1992.0"/>
+ <point x="1420.0" y="2040.0"/>
+ <point x="1420.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="2284.0"/>
+ <point x="1276.0" y="2368.0"/>
+ <point x="1004.0" y="2368.0" type="curve"/>
+ <point x="996.0" y="2200.0" type="line"/>
+ <point x="1088.0" y="2200.0"/>
+ <point x="1156.0" y="2184.0"/>
+ <point x="1156.0" y="2124.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="2080.0"/>
+ <point x="1108.0" y="2056.0"/>
+ <point x="996.0" y="2052.0" type="curve"/>
+ <point x="1020.0" y="1908.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflexhookcomb.glif b/src/Inter-UI-Black.ufo/glyphs/circumflexhookcomb.glif
deleted file mode 100644
index 58170b6d1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/circumflexhookcomb.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexhookcomb" format="1">
- <advance width="1568"/>
- <outline>
- <contour>
- <point x="764" y="2036" type="line"/>
- <point x="536" y="2036" type="line"/>
- <point x="152" y="1736" type="line"/>
- <point x="448" y="1736" type="line"/>
- <point x="652" y="1896" type="line"/>
- <point x="852" y="1736" type="line"/>
- <point x="1148" y="1736" type="line"/>
- </contour>
- <contour>
- <point x="1248" y="1908" type="line"/>
- <point x="1248" y="1976" type="line"/>
- <point x="1332" y="1992"/>
- <point x="1420" y="2040"/>
- <point x="1420" y="2140" type="curve" smooth="yes"/>
- <point x="1420" y="2284"/>
- <point x="1276" y="2368"/>
- <point x="1004" y="2368" type="curve"/>
- <point x="996" y="2200" type="line"/>
- <point x="1088" y="2200"/>
- <point x="1156" y="2184"/>
- <point x="1156" y="2124" type="curve" smooth="yes"/>
- <point x="1156" y="2080"/>
- <point x="1108" y="2056"/>
- <point x="996" y="2052" type="curve"/>
- <point x="1020" y="1908" type="line"/>
- </contour>
- <contour>
- <point x="652" y="1836" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1414, 'leftMargin': 197, 'rightMargin': -52}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflexnosp.glif b/src/Inter-UI-Black.ufo/glyphs/circumflexnosp.glif
index 684f48ae5..814f7c92c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/circumflexnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/circumflexnosp.glif
@@ -1,45 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexnosp" format="1">
- <advance width="0"/>
+<glyph name="circumflexnosp" format="2">
<unicode hex="0302"/>
+ <guideline x="-792.0" y="1912.0" angle="90.0"/>
+ <anchor x="-792.0" y="1776.0" name="_marktop"/>
+ <anchor x="-792.0" y="2256.0" name="mkmktop"/>
+ <anchor x="-792.0" y="1910.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-792" y="1776" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="1910" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-792" y="2256" type="move" name="mkmktop"/>
- </contour>
- <component base="circumflex" xOffset="-1560"/>
+ <component base="circumflex" xOffset="-1560.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>-792</integer>
- <key>y</key>
- <integer>1912</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflexsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/circumflexsubnosp.glif
index 14f258db9..918c842b4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/circumflexsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/circumflexsubnosp.glif
@@ -1,48 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexsubnosp" format="1">
- <advance width="0"/>
+<glyph name="circumflexsubnosp" format="2">
<unicode hex="032D"/>
+ <guideline x="-792.0" y="-404.0" angle="90.0"/>
+ <anchor x="-792.0" y="0.0" name="_bottom"/>
+ <anchor x="-792.0" y="0.0" name="_bottomu"/>
+ <anchor x="-792.0" y="0.0" name="_markbottom"/>
+ <anchor x="-792.0" y="-520.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-792" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-792" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-792" y="-520" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-792" y="0" type="move" name="_bottomu"/>
- </contour>
- <component base="circumflex" xOffset="-1560" yOffset="-2304"/>
+ <component base="circumflex" xOffset="-1560.0" yOffset="-2304.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>-792</integer>
- <key>y</key>
- <integer>-404</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflextildecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/circumflextildecomb.cn.glif
new file mode 100644
index 000000000..149cc4fd0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/circumflextildecomb.cn.glif
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="circumflextildecomb.cn" format="2">
+ <advance width="1568.0"/>
+ <anchor x="784.0" y="1836.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="900.0" y="2036.0" type="line"/>
+ <point x="672.0" y="2036.0" type="line"/>
+ <point x="284.0" y="1736.0" type="line"/>
+ <point x="584.0" y="1736.0" type="line"/>
+ <point x="784.0" y="1896.0" type="line"/>
+ <point x="988.0" y="1736.0" type="line"/>
+ <point x="1284.0" y="1736.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="988.0" y="2376.0" type="line"/>
+ <point x="988.0" y="2324.0"/>
+ <point x="968.0" y="2268.0"/>
+ <point x="932.0" y="2268.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="2268.0"/>
+ <point x="732.0" y="2352.0"/>
+ <point x="636.0" y="2352.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="2352.0"/>
+ <point x="464.0" y="2244.0"/>
+ <point x="464.0" y="2140.0" type="curve"/>
+ <point x="612.0" y="2096.0" type="line"/>
+ <point x="612.0" y="2148.0"/>
+ <point x="632.0" y="2192.0"/>
+ <point x="672.0" y="2192.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="2192.0"/>
+ <point x="848.0" y="2104.0"/>
+ <point x="968.0" y="2104.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="2104.0"/>
+ <point x="1140.0" y="2212.0"/>
+ <point x="1140.0" y="2320.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/circumflextildecomb.glif b/src/Inter-UI-Black.ufo/glyphs/circumflextildecomb.glif
deleted file mode 100644
index e5da92c0e..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/circumflextildecomb.glif
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflextildecomb" format="1">
- <advance width="1568"/>
- <outline>
- <contour>
- <point x="900" y="2036" type="line"/>
- <point x="672" y="2036" type="line"/>
- <point x="284" y="1736" type="line"/>
- <point x="584" y="1736" type="line"/>
- <point x="784" y="1896" type="line"/>
- <point x="988" y="1736" type="line"/>
- <point x="1284" y="1736" type="line"/>
- </contour>
- <contour>
- <point x="988" y="2376" type="line"/>
- <point x="988" y="2324"/>
- <point x="968" y="2268"/>
- <point x="932" y="2268" type="curve" smooth="yes"/>
- <point x="840" y="2268"/>
- <point x="732" y="2352"/>
- <point x="636" y="2352" type="curve" smooth="yes"/>
- <point x="528" y="2352"/>
- <point x="464" y="2244"/>
- <point x="464" y="2140" type="curve"/>
- <point x="612" y="2096" type="line"/>
- <point x="612" y="2148"/>
- <point x="632" y="2192"/>
- <point x="672" y="2192" type="curve" smooth="yes"/>
- <point x="768" y="2192"/>
- <point x="848" y="2104"/>
- <point x="968" y="2104" type="curve" smooth="yes"/>
- <point x="1076" y="2104"/>
- <point x="1140" y="2212"/>
- <point x="1140" y="2320" type="curve"/>
- </contour>
- <contour>
- <point x="784" y="1836" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1414, 'leftMargin': 197, 'rightMargin': 218}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/colon.case.glif b/src/Inter-UI-Black.ufo/glyphs/colon.case.glif
index 1657455f1..09dc7fe88 100644
--- a/src/Inter-UI-Black.ufo/glyphs/colon.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/colon.case.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="colon.case" format="1">
- <advance width="800"/>
+<glyph name="colon.case" format="2">
+ <advance width="800.0"/>
<outline>
- <component base="period" yOffset="288"/>
- <component base="period" yOffset="1296"/>
+ <component base="period" yOffset="288.0"/>
+ <component base="period" yOffset="1296.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 828, 'leftMargin': 141, 'rightMargin': 195}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/colon.glif b/src/Inter-UI-Black.ufo/glyphs/colon.glif
index 829758e1f..831cced1b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/colon.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/colon.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="colon" format="1">
- <advance width="800"/>
+<glyph name="colon" format="2">
+ <advance width="800.0"/>
<unicode hex="003A"/>
<outline>
<component base="period"/>
- <component base="period" yOffset="1032"/>
+ <component base="period" yOffset="1032.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 829, 'leftMargin': 140, 'rightMargin': 197}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/coloncurrency.glif b/src/Inter-UI-Black.ufo/glyphs/coloncurrency.glif
index 2b0e43caf..26dd260c7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/coloncurrency.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/coloncurrency.glif
@@ -1,33 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="coloncurrency" format="1">
- <advance width="1984"/>
+<glyph name="coloncurrency" format="2">
+ <advance width="1984.0"/>
<unicode hex="20A1"/>
<outline>
<contour>
- <point x="1784" y="2304" type="line"/>
- <point x="1464" y="2304" type="line"/>
- <point x="712" y="-256" type="line"/>
- <point x="1028" y="-256" type="line"/>
+ <point x="1784.0" y="2304.0" type="line"/>
+ <point x="1464.0" y="2304.0" type="line"/>
+ <point x="712.0" y="-256.0" type="line"/>
+ <point x="1028.0" y="-256.0" type="line"/>
</contour>
<contour>
- <point x="1340" y="2304" type="line"/>
- <point x="1020" y="2304" type="line"/>
- <point x="268" y="-256" type="line"/>
- <point x="584" y="-256" type="line"/>
+ <point x="1340.0" y="2304.0" type="line"/>
+ <point x="1020.0" y="2304.0" type="line"/>
+ <point x="268.0" y="-256.0" type="line"/>
+ <point x="584.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1876.0" y="1404.0" type="line"/>
+ <point x="1764.0" y="1836.0"/>
+ <point x="1432.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1688.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="356.0"/>
+ <point x="504.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="-28.0"/>
+ <point x="1760.0" y="208.0"/>
+ <point x="1872.0" y="632.0" type="curve"/>
+ <point x="1420.0" y="696.0" type="line"/>
+ <point x="1360.0" y="488.0"/>
+ <point x="1216.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="388.0"/>
+ <point x="588.0" y="568.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1472.0"/>
+ <point x="764.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="1660.0"/>
+ <point x="1368.0" y="1556.0"/>
+ <point x="1428.0" y="1340.0" type="curve"/>
</contour>
- <component base="C"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 192, 'rightMargin': -9}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/colontriangularhalfmod.glif b/src/Inter-UI-Black.ufo/glyphs/colontriangularhalfmod.glif
index 550668c0f..f6ab33017 100644
--- a/src/Inter-UI-Black.ufo/glyphs/colontriangularhalfmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/colontriangularhalfmod.glif
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="colontriangularhalfmod" format="1">
- <advance width="800"/>
+<glyph name="colontriangularhalfmod" format="2">
+ <advance width="800.0"/>
<unicode hex="02D1"/>
<outline>
<contour>
- <point x="152" y="1488" type="line"/>
- <point x="384" y="1100" type="line"/>
- <point x="416" y="1100" type="line"/>
- <point x="648" y="1488" type="line"/>
+ <point x="152.0" y="1488.0" type="line"/>
+ <point x="384.0" y="1100.0" type="line"/>
+ <point x="416.0" y="1100.0" type="line"/>
+ <point x="648.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 835, 'leftMargin': 169, 'rightMargin': 169}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/colontriangularmod.glif b/src/Inter-UI-Black.ufo/glyphs/colontriangularmod.glif
index 75b7c1b13..c66cb4b35 100644
--- a/src/Inter-UI-Black.ufo/glyphs/colontriangularmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/colontriangularmod.glif
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="colontriangularmod" format="1">
- <advance width="800"/>
+<glyph name="colontriangularmod" format="2">
+ <advance width="800.0"/>
<unicode hex="02D0"/>
<outline>
<contour>
- <point x="152" y="1488" type="line"/>
- <point x="384" y="1100" type="line"/>
- <point x="416" y="1100" type="line"/>
- <point x="648" y="1488" type="line"/>
+ <point x="152.0" y="1488.0" type="line"/>
+ <point x="384.0" y="1100.0" type="line"/>
+ <point x="416.0" y="1100.0" type="line"/>
+ <point x="648.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="152" y="0" type="line"/>
- <point x="648" y="0" type="line"/>
- <point x="416" y="388" type="line"/>
- <point x="384" y="388" type="line"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="648.0" y="0.0" type="line"/>
+ <point x="416.0" y="388.0" type="line"/>
+ <point x="384.0" y="388.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 835, 'leftMargin': 169, 'rightMargin': 169}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/comma.glif b/src/Inter-UI-Black.ufo/glyphs/comma.glif
index 1b2fd8fce..1e08545f7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/comma.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/comma.glif
@@ -1,65 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="comma" format="1">
- <advance width="800"/>
+<glyph name="comma" format="2">
+ <advance width="800.0"/>
<unicode hex="002C"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="636.0" y="364.0" name="_bottom"/>
+ <anchor x="328.0" y="48.0" name="_right"/>
<outline>
<contour>
- <point x="608" y="348" type="line"/>
- <point x="248" y="348" type="line"/>
- <point x="248" y="28" type="line"/>
- <point x="248" y="-188"/>
- <point x="164" y="-304"/>
- <point x="104" y="-428" type="curve"/>
- <point x="328" y="-540" type="line"/>
- <point x="488" y="-404"/>
- <point x="608" y="-168"/>
- <point x="608" y="56" type="curve"/>
- </contour>
- <contour>
- <point x="636" y="364" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="328" y="48" type="move" name="_right"/>
+ <point x="608.0" y="348.0" type="line"/>
+ <point x="248.0" y="348.0" type="line"/>
+ <point x="248.0" y="28.0" type="line"/>
+ <point x="248.0" y="-188.0"/>
+ <point x="164.0" y="-304.0"/>
+ <point x="104.0" y="-428.0" type="curve"/>
+ <point x="328.0" y="-540.0" type="line"/>
+ <point x="488.0" y="-404.0"/>
+ <point x="608.0" y="-168.0"/>
+ <point x="608.0" y="56.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 737.0, 'leftMargin': 56, 'rightMargin': 175.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/comma.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/comma.tnum.glif
index 45715e37c..8b9e15857 100644
--- a/src/Inter-UI-Black.ufo/glyphs/comma.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/comma.tnum.glif
@@ -1,64 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="comma.tnum" format="1">
- <advance width="800"/>
+<glyph name="comma.tnum" format="2">
+ <advance width="800.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="636.0" y="364.0" name="_bottom"/>
+ <anchor x="328.0" y="48.0" name="_right"/>
<outline>
<contour>
- <point x="608" y="348" type="line"/>
- <point x="248" y="348" type="line"/>
- <point x="248" y="28" type="line"/>
- <point x="248" y="-188"/>
- <point x="164" y="-304"/>
- <point x="104" y="-428" type="curve"/>
- <point x="328" y="-540" type="line"/>
- <point x="488" y="-404"/>
- <point x="608" y="-168"/>
- <point x="608" y="56" type="curve"/>
- </contour>
- <contour>
- <point x="636" y="364" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="328" y="48" type="move" name="_right"/>
+ <point x="608.0" y="348.0" type="line"/>
+ <point x="248.0" y="348.0" type="line"/>
+ <point x="248.0" y="28.0" type="line"/>
+ <point x="248.0" y="-188.0"/>
+ <point x="164.0" y="-304.0"/>
+ <point x="104.0" y="-428.0" type="curve"/>
+ <point x="328.0" y="-540.0" type="line"/>
+ <point x="488.0" y="-404.0"/>
+ <point x="608.0" y="-168.0"/>
+ <point x="608.0" y="56.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 737.0, 'leftMargin': 56, 'rightMargin': 175.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commaabovecmb.glif b/src/Inter-UI-Black.ufo/glyphs/commaabovecmb.glif
index 74aa9e443..0104cbc38 100644
--- a/src/Inter-UI-Black.ufo/glyphs/commaabovecmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/commaabovecmb.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaabovecmb" format="1">
- <advance width="0"/>
+<glyph name="commaabovecmb" format="2">
<unicode hex="0313"/>
+ <anchor x="-824.0" y="1470.0" name="_marktop"/>
+ <anchor x="-824.0" y="2316.0" name="mkmktop"/>
+ <anchor x="-792.0" y="1792.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-824" y="1470" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="1792" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-824" y="2316" type="move" name="mkmktop"/>
- </contour>
- <component base="commaturnsupnosp" xScale="-1" yScale="-1" xOffset="-1536" yOffset="3583"/>
+ <component base="commaturnsupnosp" xScale="-1.0" yScale="-1.0" xOffset="-1536.0" yOffset="3583.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commaaboverightcmb.glif b/src/Inter-UI-Black.ufo/glyphs/commaaboverightcmb.glif
index bdccd1d3c..bcddeb20a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/commaaboverightcmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/commaaboverightcmb.glif
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaaboverightcmb" format="1">
- <advance width="0"/>
+<glyph name="commaaboverightcmb" format="2">
<unicode hex="0315"/>
+ <anchor x="-77.0" y="1467.0" name="_marktop0315"/>
<outline>
- <contour>
- <point x="-77" y="1467" type="move" name="_marktop0315"/>
- </contour>
- <component base="commaturnsupnosp" xScale="-1" yScale="-1" xOffset="-793" yOffset="3583"/>
+ <component base="commaturnsupnosp" xScale="-1.0" yScale="-1.0" xOffset="-793.0" yOffset="3583.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commaaboverightcomb.glif b/src/Inter-UI-Black.ufo/glyphs/commaaboverightcomb.glif
deleted file mode 100644
index f26354fd9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/commaaboverightcomb.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaaboverightcomb" format="1">
- <advance width="0"/>
- <outline>
- <component base="commaturnsupnosp" xScale="-1" yScale="-1" xOffset="-848" yOffset="3583"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/commaaccent.glif
index 52cda6591..77475d142 100644
--- a/src/Inter-UI-Black.ufo/glyphs/commaaccent.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/commaaccent.glif
@@ -1,37 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaaccent" format="1">
- <advance width="544"/>
+<glyph name="commaaccent" format="2">
+ <advance width="544.0"/>
<unicode hex="F6C3"/>
+ <anchor x="320.0" y="508.0" name="_bottom"/>
+ <anchor x="116.0" y="392.0" name="_caron"/>
+ <anchor x="284.0" y="76.0" name="_right"/>
+ <anchor x="320.0" y="-200.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="484" y="392" type="line"/>
- <point x="164" y="392" type="line"/>
- <point x="164" y="136" type="line"/>
- <point x="164" y="-80"/>
- <point x="120" y="-160"/>
- <point x="64" y="-284" type="curve"/>
- <point x="288" y="-396" type="line"/>
- <point x="428" y="-256"/>
- <point x="484" y="-60"/>
- <point x="484" y="164" type="curve"/>
- </contour>
- <contour>
- <point x="320" y="508" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="116" y="392" type="move" name="_caron"/>
- </contour>
- <contour>
- <point x="284" y="76" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="320" y="-200" type="move" name="mkmkbottom_acc"/>
+ <point x="484.0" y="392.0" type="line"/>
+ <point x="164.0" y="392.0" type="line"/>
+ <point x="164.0" y="136.0" type="line"/>
+ <point x="164.0" y="-80.0"/>
+ <point x="120.0" y="-160.0"/>
+ <point x="64.0" y="-284.0" type="curve"/>
+ <point x="288.0" y="-396.0" type="line"/>
+ <point x="428.0" y="-256.0"/>
+ <point x="484.0" y="-60.0"/>
+ <point x="484.0" y="164.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 620, 'leftMargin': 55, 'rightMargin': 157}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commaaccentrotate.cn.glif b/src/Inter-UI-Black.ufo/glyphs/commaaccentrotate.cn.glif
new file mode 100644
index 000000000..edb1d6ad8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/commaaccentrotate.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="commaaccentrotate.cn" format="2">
+ <advance width="800.0"/>
+ <anchor x="356.0" y="1516.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="192.0" y="1476.0" type="line"/>
+ <point x="512.0" y="1476.0" type="line"/>
+ <point x="516.0" y="1652.0" type="line"/>
+ <point x="516.0" y="1812.0"/>
+ <point x="568.0" y="1948.0"/>
+ <point x="608.0" y="2020.0" type="curve"/>
+ <point x="388.0" y="2124.0" type="line"/>
+ <point x="264.0" y="2044.0"/>
+ <point x="192.0" y="1872.0"/>
+ <point x="192.0" y="1668.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commaaccentrotate.glif b/src/Inter-UI-Black.ufo/glyphs/commaaccentrotate.glif
deleted file mode 100644
index 983a0fe35..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/commaaccentrotate.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaaccentrotate" format="1">
- <advance width="800"/>
- <outline>
- <contour>
- <point x="192" y="1476" type="line"/>
- <point x="512" y="1476" type="line"/>
- <point x="516" y="1652" type="line"/>
- <point x="516" y="1812"/>
- <point x="568" y="1948"/>
- <point x="608" y="2020" type="curve"/>
- <point x="388" y="2124" type="line"/>
- <point x="264" y="2044"/>
- <point x="192" y="1872"/>
- <point x="192" y="1668" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="356" y="1516" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 701, 'leftMargin': 171, 'rightMargin': 112}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commabelowcmb.glif b/src/Inter-UI-Black.ufo/glyphs/commabelowcmb.glif
index 703a3985b..dde25c832 100644
--- a/src/Inter-UI-Black.ufo/glyphs/commabelowcmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/commabelowcmb.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commabelowcmb" format="1">
- <advance width="0"/>
+<glyph name="commabelowcmb" format="2">
<unicode hex="0326"/>
+ <anchor x="-770.0" y="0.0" name="_markbottom"/>
+ <anchor x="-770.0" y="-758.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-770" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-770" y="-758" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-586" y="-194" type="line"/>
- <point x="-890" y="-194" type="line"/>
- <point x="-890" y="-309" type="line" smooth="yes"/>
- <point x="-890" y="-468"/>
- <point x="-934" y="-560"/>
- <point x="-994" y="-653" type="curve"/>
- <point x="-782" y="-758" type="line"/>
- <point x="-678" y="-648"/>
- <point x="-586" y="-459"/>
- <point x="-586" y="-285" type="curve" smooth="yes"/>
+ <point x="-586.0" y="-194.0" type="line"/>
+ <point x="-890.0" y="-194.0" type="line"/>
+ <point x="-890.0" y="-309.0" type="line" smooth="yes"/>
+ <point x="-890.0" y="-468.0"/>
+ <point x="-934.0" y="-560.0"/>
+ <point x="-994.0" y="-653.0" type="curve"/>
+ <point x="-782.0" y="-758.0" type="line"/>
+ <point x="-678.0" y="-648.0"/>
+ <point x="-586.0" y="-459.0"/>
+ <point x="-586.0" y="-285.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commareversedmod.glif b/src/Inter-UI-Black.ufo/glyphs/commareversedmod.glif
index 20b515882..e9d5a5b76 100644
--- a/src/Inter-UI-Black.ufo/glyphs/commareversedmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/commareversedmod.glif
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commareversedmod" format="1">
- <advance width="800"/>
+<glyph name="commareversedmod" format="2">
+ <advance width="800.0"/>
<unicode hex="02BD"/>
<outline>
<contour>
- <point x="168" y="2200" type="line"/>
- <point x="528" y="2200" type="line"/>
- <point x="528" y="1924" type="line" smooth="yes"/>
- <point x="528" y="1732"/>
- <point x="572" y="1604"/>
- <point x="632" y="1492" type="curve"/>
- <point x="420" y="1384" type="line"/>
- <point x="292" y="1504"/>
- <point x="168" y="1728"/>
- <point x="168" y="1924" type="curve" smooth="yes"/>
+ <point x="168.0" y="2200.0" type="line"/>
+ <point x="528.0" y="2200.0" type="line"/>
+ <point x="528.0" y="1924.0" type="line" smooth="yes"/>
+ <point x="528.0" y="1732.0"/>
+ <point x="572.0" y="1604.0"/>
+ <point x="632.0" y="1492.0" type="curve"/>
+ <point x="420.0" y="1384.0" type="line"/>
+ <point x="292.0" y="1504.0"/>
+ <point x="168.0" y="1728.0"/>
+ <point x="168.0" y="1924.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 683, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commasuprevnosp.glif b/src/Inter-UI-Black.ufo/glyphs/commasuprevnosp.glif
index cebfee648..e19d3b625 100644
--- a/src/Inter-UI-Black.ufo/glyphs/commasuprevnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/commasuprevnosp.glif
@@ -1,39 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commasuprevnosp" format="1">
- <advance width="0"/>
+<glyph name="commasuprevnosp" format="2">
<unicode hex="0314"/>
+ <anchor x="-765.0" y="1470.0" name="_marktop"/>
+ <anchor x="-765.0" y="2316.0" name="mkmktop"/>
+ <anchor x="-792.0" y="1792.0" name="parent_top"/>
<outline>
<contour>
- <point x="-765" y="1470" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-765" y="2316" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-792" y="1792" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-1024" y="2200" type="line"/>
- <point x="-666" y="2200" type="line"/>
- <point x="-666" y="1924" type="line" smooth="yes"/>
- <point x="-666" y="1733"/>
- <point x="-622" y="1605"/>
- <point x="-561" y="1493" type="curve"/>
- <point x="-773" y="1383" type="line"/>
- <point x="-903" y="1504"/>
- <point x="-1024" y="1728"/>
- <point x="-1024" y="1922" type="curve" smooth="yes"/>
+ <point x="-1024.0" y="2200.0" type="line"/>
+ <point x="-666.0" y="2200.0" type="line"/>
+ <point x="-666.0" y="1924.0" type="line" smooth="yes"/>
+ <point x="-666.0" y="1733.0"/>
+ <point x="-622.0" y="1605.0"/>
+ <point x="-561.0" y="1493.0" type="curve"/>
+ <point x="-773.0" y="1383.0" type="line"/>
+ <point x="-903.0" y="1504.0"/>
+ <point x="-1024.0" y="1728.0"/>
+ <point x="-1024.0" y="1922.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commaturnedmod.glif b/src/Inter-UI-Black.ufo/glyphs/commaturnedmod.glif
index eb5d3f38f..31ec2d202 100644
--- a/src/Inter-UI-Black.ufo/glyphs/commaturnedmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/commaturnedmod.glif
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaturnedmod" format="1">
- <advance width="800"/>
+<glyph name="commaturnedmod" format="2">
+ <advance width="800.0"/>
<unicode hex="02BB"/>
<outline>
<contour>
- <point x="168" y="1384" type="line"/>
- <point x="528" y="1384" type="line"/>
- <point x="528" y="1660" type="line" smooth="yes"/>
- <point x="528" y="1852"/>
- <point x="572" y="1980"/>
- <point x="632" y="2092" type="curve"/>
- <point x="420" y="2200" type="line"/>
- <point x="292" y="2080"/>
- <point x="168" y="1856"/>
- <point x="168" y="1660" type="curve" smooth="yes"/>
+ <point x="168.0" y="1384.0" type="line"/>
+ <point x="528.0" y="1384.0" type="line"/>
+ <point x="528.0" y="1660.0" type="line" smooth="yes"/>
+ <point x="528.0" y="1852.0"/>
+ <point x="572.0" y="1980.0"/>
+ <point x="632.0" y="2092.0" type="curve"/>
+ <point x="420.0" y="2200.0" type="line"/>
+ <point x="292.0" y="2080.0"/>
+ <point x="168.0" y="1856.0"/>
+ <point x="168.0" y="1660.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 683, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/commaturnsupnosp.glif b/src/Inter-UI-Black.ufo/glyphs/commaturnsupnosp.glif
index d1eae6cec..2d5914b6c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/commaturnsupnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/commaturnsupnosp.glif
@@ -1,39 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaturnsupnosp" format="1">
- <advance width="0"/>
+<glyph name="commaturnsupnosp" format="2">
<unicode hex="0312"/>
+ <anchor x="-791.0" y="1470.0" name="_marktop"/>
+ <anchor x="-791.0" y="2316.0" name="mkmktop"/>
+ <anchor x="-743.0" y="1792.0" name="parent_top"/>
<outline>
<contour>
- <point x="-791" y="1470" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-791" y="2316" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-743" y="1792" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-975" y="1383" type="line"/>
- <point x="-616" y="1383" type="line"/>
- <point x="-616" y="1660" type="line" smooth="yes"/>
- <point x="-616" y="1851"/>
- <point x="-572" y="1979"/>
- <point x="-512" y="2090" type="curve"/>
- <point x="-723" y="2200" type="line"/>
- <point x="-854" y="2079"/>
- <point x="-975" y="1855"/>
- <point x="-975" y="1661" type="curve" smooth="yes"/>
+ <point x="-975.0" y="1383.0" type="line"/>
+ <point x="-616.0" y="1383.0" type="line"/>
+ <point x="-616.0" y="1660.0" type="line" smooth="yes"/>
+ <point x="-616.0" y="1851.0"/>
+ <point x="-572.0" y="1979.0"/>
+ <point x="-512.0" y="2090.0" type="curve"/>
+ <point x="-723.0" y="2200.0" type="line"/>
+ <point x="-854.0" y="2079.0"/>
+ <point x="-975.0" y="1855.0"/>
+ <point x="-975.0" y="1661.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/contents.plist b/src/Inter-UI-Black.ufo/glyphs/contents.plist
index e93bdcc53..cfda5ef41 100644
--- a/src/Inter-UI-Black.ufo/glyphs/contents.plist
+++ b/src/Inter-UI-Black.ufo/glyphs/contents.plist
@@ -1,2622 +1,4402 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>.notdef</key>
- <string>__notdef.glif</string>
- <key>.null</key>
- <string>__null.glif</string>
- <key>A</key>
- <string>A_.glif</string>
- <key>AE</key>
- <string>AE__.glif</string>
- <key>Adieresis</key>
- <string>Adieresis_.glif</string>
- <key>Atilde</key>
- <string>Atilde_.glif</string>
- <key>B</key>
- <string>B_.glif</string>
- <key>Bhook</key>
- <string>Bhook_.glif</string>
- <key>Btopbar</key>
- <string>Btopbar_.glif</string>
- <key>C</key>
- <string>C_.glif</string>
- <key>CR</key>
- <string>CR__.glif</string>
- <key>Cheabkhasiancyrillic</key>
- <string>Cheabkhasiancyrillic_.glif</string>
- <key>Chedescendercyrillic</key>
- <string>Chedescendercyrillic_.glif</string>
- <key>Cheverticalstrokecyrillic</key>
- <string>Cheverticalstrokecyrillic_.glif</string>
- <key>Chook</key>
- <string>Chook_.glif</string>
- <key>D</key>
- <string>D_.glif</string>
- <key>Dbar1</key>
- <string>Dbar1_.glif</string>
- <key>Delta</key>
- <string>Delta_.glif</string>
- <key>Dhook</key>
- <string>Dhook_.glif</string>
- <key>Digamma</key>
- <string>Digamma_.glif</string>
- <key>Dtopbar</key>
- <string>Dtopbar_.glif</string>
- <key>Dzcaron_</key>
- <string>Dzcaron_.glif</string>
- <key>Dzeabkhasiancyrillic</key>
- <string>Dzeabkhasiancyrillic_.glif</string>
- <key>E</key>
- <string>E_.glif</string>
- <key>Eiotifiedcyrillic</key>
- <string>Eiotifiedcyrillic_.glif</string>
- <key>Endescendercyrillic</key>
- <string>Endescendercyrillic_.glif</string>
- <key>Eng</key>
- <string>Eng_.glif</string>
- <key>Enghecyrillic</key>
- <string>Enghecyrillic_.glif</string>
- <key>Enhookcyrillic</key>
- <string>Enhookcyrillic_.glif</string>
- <key>Epsilon1</key>
- <string>Epsilon1_.glif</string>
- <key>Esh</key>
- <string>Esh_.glif</string>
- <key>Eturn</key>
- <string>Eturn_.glif</string>
- <key>Euro</key>
- <string>Euro_.glif</string>
- <key>Ezh</key>
- <string>Ezh_.glif</string>
- <key>Ezhcaron</key>
- <string>Ezhcaron_.glif</string>
- <key>Ezhreversed</key>
- <string>Ezhreversed_.glif</string>
- <key>F</key>
- <string>F_.glif</string>
- <key>Fhook</key>
- <string>Fhook_.glif</string>
- <key>Fturn</key>
- <string>Fturn_.glif</string>
- <key>G</key>
- <string>G_.glif</string>
- <key>Gamma</key>
- <string>Gamma_.glif</string>
- <key>Gamma1</key>
- <string>Gamma1_.glif</string>
- <key>Gbar</key>
- <string>Gbar_.glif</string>
- <key>Germandbls</key>
- <string>Germandbls_.glif</string>
- <key>Ghemiddlehookcyrillic</key>
- <string>Ghemiddlehookcyrillic_.glif</string>
- <key>Ghook</key>
- <string>Ghook_.glif</string>
- <key>Gsmallcap</key>
- <string>Gsmallcap_.glif</string>
- <key>Gsmallcaphook</key>
- <string>Gsmallcaphook_.glif</string>
- <key>H</key>
- <string>H_.glif</string>
- <key>Haabkhasiancyrillic</key>
- <string>Haabkhasiancyrillic_.glif</string>
- <key>Hadescendercyrillic</key>
- <string>Hadescendercyrillic_.glif</string>
- <key>Hbar</key>
- <string>Hbar_.glif</string>
- <key>Hcedilla</key>
- <string>Hcedilla_.glif</string>
- <key>I</key>
- <string>I_.glif</string>
- <key>Idieresis</key>
- <string>Idieresis_.glif</string>
- <key>Idieresisacute</key>
- <string>Idieresisacute_.glif</string>
- <key>Iota1</key>
- <string>Iota1_.glif</string>
- <key>Ismallcap</key>
- <string>Ismallcap_.glif</string>
- <key>Istroke</key>
- <string>Istroke_.glif</string>
- <key>Itildebelow</key>
- <string>Itildebelow_.glif</string>
- <key>J</key>
- <string>J_.glif</string>
- <key>K</key>
- <string>K_.glif</string>
- <key>Kabashkircyrillic</key>
- <string>Kabashkircyrillic_.glif</string>
- <key>Kacyr</key>
- <string>Kacyr_.glif</string>
- <key>Kadescendercyrillic</key>
- <string>Kadescendercyrillic_.glif</string>
- <key>Kahookcyrillic</key>
- <string>Kahookcyrillic_.glif</string>
- <key>Kaverticalstrokecyrillic</key>
- <string>Kaverticalstrokecyrillic_.glif</string>
- <key>Khook</key>
- <string>Khook_.glif</string>
- <key>Koppa</key>
- <string>Koppa_.glif</string>
- <key>Koppacyrillic</key>
- <string>Koppacyrillic_.glif</string>
- <key>Ksicyrillic</key>
- <string>Ksicyrillic_.glif</string>
- <key>L</key>
- <string>L_.glif</string>
- <key>L_bar</key>
- <string>L__bar.glif</string>
- <key>L_slash</key>
- <string>L__slash.glif</string>
- <key>Lambda</key>
- <string>Lambda_.glif</string>
- <key>Lsmallcap</key>
- <string>Lsmallcap_.glif</string>
- <key>M</key>
- <string>M_.glif</string>
- <key>N</key>
- <string>N_.glif</string>
- <key>Nhook</key>
- <string>Nhook_.glif</string>
- <key>Nsmallcap</key>
- <string>Nsmallcap_.glif</string>
- <key>O</key>
- <string>O_.glif</string>
- <key>OE</key>
- <string>OE__.glif</string>
- <key>OEsmallcap</key>
- <string>OEsmallcap__.glif</string>
- <key>OI</key>
- <string>OI__.glif</string>
- <key>Odieresis</key>
- <string>Odieresis_.glif</string>
- <key>Ohorn</key>
- <string>Ohorn_.glif</string>
- <key>Omega</key>
- <string>Omega_.glif</string>
- <key>Omegacyrillic</key>
- <string>Omegacyrillic_.glif</string>
- <key>Omegaroundcyrillic</key>
- <string>Omegaroundcyrillic_.glif</string>
- <key>Omegatitlocyrillic</key>
- <string>Omegatitlocyrillic_.glif</string>
- <key>Oopen</key>
- <string>Oopen_.glif</string>
- <key>Oslash</key>
- <string>Oslash_.glif</string>
- <key>Otcyrillic</key>
- <string>Otcyrillic_.glif</string>
- <key>Otilde</key>
- <string>Otilde_.glif</string>
- <key>P</key>
- <string>P_.glif</string>
- <key>Pemiddlehookcyrillic</key>
- <string>Pemiddlehookcyrillic_.glif</string>
- <key>Phi</key>
- <string>Phi_.glif</string>
- <key>Phook</key>
- <string>Phook_.glif</string>
- <key>Pi</key>
- <string>Pi_.glif</string>
- <key>Psi</key>
- <string>Psi_.glif</string>
- <key>Q</key>
- <string>Q_.glif</string>
- <key>Q_rthook</key>
- <string>Q__rthook.glif</string>
- <key>R</key>
- <string>R_.glif</string>
- <key>Rsmallcap</key>
- <string>Rsmallcap_.glif</string>
- <key>Rsmallcapinv</key>
- <string>Rsmallcapinv_.glif</string>
- <key>Rturnsuper</key>
- <string>Rturnsuper_.glif</string>
- <key>Rx</key>
- <string>Rx_.glif</string>
- <key>S</key>
- <string>S_.glif</string>
- <key>Sampi</key>
- <string>Sampi_.glif</string>
- <key>Schwa</key>
- <string>Schwa_.glif</string>
- <key>Schwacyrillic</key>
- <string>Schwacyrillic_.glif</string>
- <key>Shhacyrillic</key>
- <string>Shhacyrillic_.glif</string>
- <key>Sigma</key>
- <string>Sigma_.glif</string>
- <key>Stigma</key>
- <string>Stigma_.glif</string>
- <key>T</key>
- <string>T_.glif</string>
- <key>Tetsecyrillic</key>
- <string>Tetsecyrillic_.glif</string>
- <key>Theta</key>
- <string>Theta_.glif</string>
- <key>Thook</key>
- <string>Thook_.glif</string>
- <key>Thorn</key>
- <string>Thorn_.glif</string>
- <key>Tonefive</key>
- <string>Tonefive_.glif</string>
- <key>Tonesix</key>
- <string>Tonesix_.glif</string>
- <key>Tonetwo</key>
- <string>Tonetwo_.glif</string>
- <key>Trthook</key>
- <string>Trthook_.glif</string>
- <key>U</key>
- <string>U_.glif</string>
- <key>Uhorn</key>
- <string>Uhorn_.glif</string>
- <key>Upsilon2</key>
- <string>Upsilon2_.glif</string>
- <key>Upsilonhooksymbol</key>
- <string>Upsilonhooksymbol_.glif</string>
- <key>V</key>
- <string>V_.glif</string>
- <key>Vcursive</key>
- <string>Vcursive_.glif</string>
- <key>W</key>
- <string>W_.glif</string>
- <key>X</key>
- <string>X_.glif</string>
- <key>Xi</key>
- <string>Xi_.glif</string>
- <key>Y</key>
- <string>Y_.glif</string>
- <key>YR</key>
- <string>YR__.glif</string>
- <key>Yhook</key>
- <string>Yhook_.glif</string>
- <key>Ysmallcap</key>
- <string>Ysmallcap_.glif</string>
- <key>Yusbigcyrillic</key>
- <string>Yusbigcyrillic_.glif</string>
- <key>Yusbigiotifiedcyrillic</key>
- <string>Yusbigiotifiedcyrillic_.glif</string>
- <key>Yuslittlecyrillic</key>
- <string>Yuslittlecyrillic_.glif</string>
- <key>Yuslittleiotifiedcyrillic</key>
- <string>Yuslittleiotifiedcyrillic_.glif</string>
- <key>Z</key>
- <string>Z_.glif</string>
- <key>Zbar</key>
- <string>Zbar_.glif</string>
- <key>Zhedescendercyrillic</key>
- <string>Zhedescendercyrillic_.glif</string>
- <key>a</key>
- <string>a.glif</string>
- <key>a_uni02DE</key>
- <string>a_uni02DE__.glif</string>
- <key>accountof</key>
- <string>accountof.glif</string>
- <key>acute</key>
- <string>acute.glif</string>
- <key>acutecomb</key>
- <string>acutecomb.glif</string>
- <key>acutedblnosp</key>
- <string>acutedblnosp.glif</string>
- <key>acutedotcomb</key>
- <string>acutedotcomb.glif</string>
- <key>acutedotcomb.lc</key>
- <string>acutedotcomb.lc.glif</string>
- <key>acutelowmod</key>
- <string>acutelowmod.glif</string>
- <key>acuterightnosp</key>
- <string>acuterightnosp.glif</string>
- <key>acutesubnosp</key>
- <string>acutesubnosp.glif</string>
- <key>addresssubject</key>
- <string>addresssubject.glif</string>
- <key>adieresis</key>
- <string>adieresis.glif</string>
- <key>ae</key>
- <string>ae.glif</string>
- <key>afii10018</key>
- <string>afii10018.glif</string>
- <key>afii10021</key>
- <string>afii10021.glif</string>
- <key>afii10024</key>
- <string>afii10024.glif</string>
- <key>afii10025</key>
- <string>afii10025.glif</string>
- <key>afii10026</key>
- <string>afii10026.glif</string>
- <key>afii10029</key>
- <string>afii10029.glif</string>
- <key>afii10037</key>
- <string>afii10037.glif</string>
- <key>afii10038</key>
- <string>afii10038.glif</string>
- <key>afii10040</key>
- <string>afii10040.glif</string>
- <key>afii10041</key>
- <string>afii10041.glif</string>
- <key>afii10042</key>
- <string>afii10042.glif</string>
- <key>afii10043</key>
- <string>afii10043.glif</string>
- <key>afii10044</key>
- <string>afii10044.glif</string>
- <key>afii10045</key>
- <string>afii10045.glif</string>
- <key>afii10046</key>
- <string>afii10046.glif</string>
- <key>afii10047</key>
- <string>afii10047.glif</string>
- <key>afii10048</key>
- <string>afii10048.glif</string>
- <key>afii10049</key>
- <string>afii10049.glif</string>
- <key>afii10050</key>
- <string>afii10050.glif</string>
- <key>afii10051</key>
- <string>afii10051.glif</string>
- <key>afii10053</key>
- <string>afii10053.glif</string>
- <key>afii10058</key>
- <string>afii10058.glif</string>
- <key>afii10059</key>
- <string>afii10059.glif</string>
- <key>afii10060</key>
- <string>afii10060.glif</string>
- <key>afii10145</key>
- <string>afii10145.glif</string>
- <key>afii10147</key>
- <string>afii10147.glif</string>
- <key>afii10148</key>
- <string>afii10148.glif</string>
- <key>afii300</key>
- <string>afii300.glif</string>
- <key>afii57596</key>
- <string>afii57596.glif</string>
- <key>afii57598</key>
- <string>afii57598.glif</string>
- <key>afii57636</key>
- <string>afii57636.glif</string>
- <key>afii61664</key>
- <string>afii61664.glif</string>
- <key>alpha</key>
- <string>alpha.glif</string>
- <key>ampersand</key>
- <string>ampersand.glif</string>
- <key>anglesupnosp</key>
- <string>anglesupnosp.glif</string>
- <key>angstrom</key>
- <string>angstrom.glif</string>
- <key>anoteleia</key>
- <string>anoteleia.glif</string>
- <key>approxequal</key>
- <string>approxequal.glif</string>
- <key>archdblsubnosp</key>
- <string>archdblsubnosp.glif</string>
- <key>arrowNE</key>
- <string>arrowNE_.glif</string>
- <key>arrowNW</key>
- <string>arrowNW_.glif</string>
- <key>arrowSE</key>
- <string>arrowSE_.glif</string>
- <key>arrowSW</key>
- <string>arrowSW_.glif</string>
- <key>arrowdown</key>
- <string>arrowdown.glif</string>
- <key>arrowheaddownmod</key>
- <string>arrowheaddownmod.glif</string>
- <key>arrowheadleftmod</key>
- <string>arrowheadleftmod.glif</string>
- <key>arrowheadrightmod</key>
- <string>arrowheadrightmod.glif</string>
- <key>arrowheadupmod</key>
- <string>arrowheadupmod.glif</string>
- <key>arrowleft</key>
- <string>arrowleft.glif</string>
- <key>arrowleft.case</key>
- <string>arrowleft.case.glif</string>
- <key>arrowleftlong</key>
- <string>arrowleftlong.glif</string>
- <key>arrowleftlong.case</key>
- <string>arrowleftlong.case.glif</string>
- <key>arrowright</key>
- <string>arrowright.glif</string>
- <key>arrowright.case</key>
- <string>arrowright.case.glif</string>
- <key>arrowrightlong</key>
- <string>arrowrightlong.glif</string>
- <key>arrowrightlong.case</key>
- <string>arrowrightlong.case.glif</string>
- <key>arrowup</key>
- <string>arrowup.glif</string>
- <key>asciicircum</key>
- <string>asciicircum.glif</string>
- <key>asciitilde</key>
- <string>asciitilde.glif</string>
- <key>ascript</key>
- <string>ascript.glif</string>
- <key>ascript_uni02DE</key>
- <string>ascript_uni02DE__.glif</string>
- <key>ascriptturn</key>
- <string>ascriptturn.glif</string>
- <key>ascriptturn_uni02DE</key>
- <string>ascriptturn_uni02DE__.glif</string>
- <key>asterisk</key>
- <string>asterisk.glif</string>
- <key>asterisk.case</key>
- <string>asterisk.case.glif</string>
- <key>asterism</key>
- <string>asterism.glif</string>
- <key>at</key>
- <string>at.glif</string>
- <key>at.case</key>
- <string>at.case.glif</string>
- <key>atilde</key>
- <string>atilde.glif</string>
- <key>aturn</key>
- <string>aturn.glif</string>
- <key>aturn_uni02DE</key>
- <string>aturn_uni02DE__.glif</string>
- <key>austral</key>
- <string>austral.glif</string>
- <key>b</key>
- <string>b.glif</string>
- <key>babygamma</key>
- <string>babygamma.glif</string>
- <key>backslash</key>
- <string>backslash.glif</string>
- <key>bar</key>
- <string>bar.glif</string>
- <key>barmidlongnosp</key>
- <string>barmidlongnosp.glif</string>
- <key>barmidshortnosp</key>
- <string>barmidshortnosp.glif</string>
- <key>bbar</key>
- <string>bbar.glif</string>
- <key>becyrillic</key>
- <string>becyrillic.glif</string>
- <key>beta</key>
- <string>beta.glif</string>
- <key>beta1</key>
- <string>beta1.glif</string>
- <key>bhook</key>
- <string>bhook.glif</string>
- <key>blackleftpointingtriangle</key>
- <string>blackleftpointingtriangle.glif</string>
- <key>braceleft</key>
- <string>braceleft.glif</string>
- <key>braceleft.case</key>
- <string>braceleft.case.glif</string>
- <key>braceright</key>
- <string>braceright.glif</string>
- <key>braceright.case</key>
- <string>braceright.case.glif</string>
- <key>bracketleft</key>
- <string>bracketleft.glif</string>
- <key>bracketleft.case</key>
- <string>bracketleft.case.glif</string>
- <key>bracketleft_quill</key>
- <string>bracketleft_quill.glif</string>
- <key>bracketright</key>
- <string>bracketright.glif</string>
- <key>bracketright.case</key>
- <string>bracketright.case.glif</string>
- <key>bracketright_quill</key>
- <string>bracketright_quill.glif</string>
- <key>breve</key>
- <string>breve.glif</string>
- <key>breveacutecomb</key>
- <string>breveacutecomb.glif</string>
- <key>brevegravecomb</key>
- <string>brevegravecomb.glif</string>
- <key>brevehookcomb</key>
- <string>brevehookcomb.glif</string>
- <key>breveinverteddoublecmb</key>
- <string>breveinverteddoublecmb.glif</string>
- <key>breveinvnosp</key>
- <string>breveinvnosp.glif</string>
- <key>breveinvsubnosp</key>
- <string>breveinvsubnosp.glif</string>
- <key>brevenosp</key>
- <string>brevenosp.glif</string>
- <key>brevesubnosp</key>
- <string>brevesubnosp.glif</string>
- <key>brevetildecomb</key>
- <string>brevetildecomb.glif</string>
- <key>bridgeinvsubnosp</key>
- <string>bridgeinvsubnosp.glif</string>
- <key>bridgesubnosp</key>
- <string>bridgesubnosp.glif</string>
- <key>brokenbar</key>
- <string>brokenbar.glif</string>
- <key>btopbar</key>
- <string>btopbar.glif</string>
- <key>bullet</key>
- <string>bullet.glif</string>
- <key>bullet.case</key>
- <string>bullet.case.glif</string>
- <key>bullseye</key>
- <string>bullseye.glif</string>
- <key>c</key>
- <string>c.glif</string>
- <key>cadauna</key>
- <string>cadauna.glif</string>
- <key>candrabindunosp</key>
- <string>candrabindunosp.glif</string>
- <key>careof</key>
- <string>careof.glif</string>
- <key>caret</key>
- <string>caret.glif</string>
- <key>caretinsertionpoint</key>
- <string>caretinsertionpoint.glif</string>
- <key>caron</key>
- <string>caron.glif</string>
- <key>caronbelowcmb</key>
- <string>caronbelowcmb.glif</string>
- <key>caroncmb</key>
- <string>caroncmb.glif</string>
- <key>carondotcomb</key>
- <string>carondotcomb.glif</string>
- <key>carondotcomb.lc</key>
- <string>carondotcomb.lc.glif</string>
- <key>caronnosp</key>
- <string>caronnosp.glif</string>
- <key>caronsubnosp</key>
- <string>caronsubnosp.glif</string>
- <key>casedieresis.cn</key>
- <string>casedieresis.cn.glif</string>
- <key>casetilde.cn</key>
- <string>casetilde.cn.glif</string>
- <key>ccurl</key>
- <string>ccurl.glif</string>
- <key>cedi</key>
- <string>cedi.glif</string>
- <key>cedilla</key>
- <string>cedilla.glif</string>
- <key>cedillanosp</key>
- <string>cedillanosp.glif</string>
- <key>cent</key>
- <string>cent.glif</string>
- <key>charactertie</key>
- <string>charactertie.glif</string>
- <key>cheabkhasiancyrillic</key>
- <string>cheabkhasiancyrillic.glif</string>
- <key>checyrillic</key>
- <string>checyrillic.glif</string>
- <key>chedescendercyrillic</key>
- <string>chedescendercyrillic.glif</string>
- <key>cheverticalstrokecyrillic</key>
- <string>cheverticalstrokecyrillic.glif</string>
- <key>chook</key>
- <string>chook.glif</string>
- <key>circleblack</key>
- <string>circleblack.glif</string>
- <key>circlewhite</key>
- <string>circlewhite.glif</string>
- <key>circumflex</key>
- <string>circumflex.glif</string>
- <key>circumflexacutecomb</key>
- <string>circumflexacutecomb.glif</string>
- <key>circumflexgravecomb</key>
- <string>circumflexgravecomb.glif</string>
- <key>circumflexhookcomb</key>
- <string>circumflexhookcomb.glif</string>
- <key>circumflexnosp</key>
- <string>circumflexnosp.glif</string>
- <key>circumflexsubnosp</key>
- <string>circumflexsubnosp.glif</string>
- <key>circumflextildecomb</key>
- <string>circumflextildecomb.glif</string>
- <key>colon</key>
- <string>colon.glif</string>
- <key>colon.case</key>
- <string>colon.case.glif</string>
- <key>coloncurrency</key>
- <string>coloncurrency.glif</string>
- <key>colontriangularhalfmod</key>
- <string>colontriangularhalfmod.glif</string>
- <key>colontriangularmod</key>
- <string>colontriangularmod.glif</string>
- <key>comma</key>
- <string>comma.glif</string>
- <key>comma.tnum</key>
- <string>comma.tnum.glif</string>
- <key>commaabovecmb</key>
- <string>commaabovecmb.glif</string>
- <key>commaaboverightcmb</key>
- <string>commaaboverightcmb.glif</string>
- <key>commaaboverightcomb</key>
- <string>commaaboverightcomb.glif</string>
- <key>commaaccent</key>
- <string>commaaccent.glif</string>
- <key>commaaccentrotate</key>
- <string>commaaccentrotate.glif</string>
- <key>commabelowcmb</key>
- <string>commabelowcmb.glif</string>
- <key>commareversedmod</key>
- <string>commareversedmod.glif</string>
- <key>commasuprevnosp</key>
- <string>commasuprevnosp.glif</string>
- <key>commaturnedmod</key>
- <string>commaturnedmod.glif</string>
- <key>commaturnsupnosp</key>
- <string>commaturnsupnosp.glif</string>
- <key>controlHT</key>
- <string>controlHT_.glif</string>
- <key>controlSOT</key>
- <string>controlSOT_.glif</string>
- <key>copyright</key>
- <string>copyright.glif</string>
- <key>crossbar</key>
- <string>crossbar.glif</string>
- <key>cruzeiro</key>
- <string>cruzeiro.glif</string>
- <key>cstretch</key>
- <string>cstretch.glif</string>
- <key>currency</key>
- <string>currency.glif</string>
- <key>cyrillichook</key>
- <string>cyrillichook.glif</string>
- <key>cyrillichookleft</key>
- <string>cyrillichookleft.glif</string>
- <key>cyrillictic</key>
- <string>cyrillictic.glif</string>
- <key>d</key>
- <string>d.glif</string>
- <key>dagger</key>
- <string>dagger.glif</string>
- <key>daggerdbl</key>
- <string>daggerdbl.glif</string>
- <key>dasiaoxia</key>
- <string>dasiaoxia.glif</string>
- <key>dasiapneumatacyrilliccmb</key>
- <string>dasiapneumatacyrilliccmb.glif</string>
- <key>dblapostrophe</key>
- <string>dblapostrophe.glif</string>
- <key>dblgravecmb</key>
- <string>dblgravecmb.glif</string>
- <key>dblprimemod</key>
- <string>dblprimemod.glif</string>
- <key>dcroat</key>
- <string>dcroat.glif</string>
- <key>decyrillic</key>
- <string>decyrillic.glif</string>
- <key>degree</key>
- <string>degree.glif</string>
- <key>degreecentigrade</key>
- <string>degreecentigrade.glif</string>
- <key>degreefarenheit</key>
- <string>degreefarenheit.glif</string>
- <key>degreekelvin</key>
- <string>degreekelvin.glif</string>
- <key>delta</key>
- <string>delta.glif</string>
- <key>deltaturn</key>
- <string>deltaturn.glif</string>
- <key>dhook</key>
- <string>dhook.glif</string>
- <key>diaeresistonosnosp</key>
- <string>diaeresistonosnosp.glif</string>
- <key>diamondblack</key>
- <string>diamondblack.glif</string>
- <key>diamondblack_x</key>
- <string>diamondblack_x.glif</string>
- <key>diamondwhite</key>
- <string>diamondwhite.glif</string>
- <key>diamondwhite_x</key>
- <string>diamondwhite_x.glif</string>
- <key>dieresis</key>
- <string>dieresis.glif</string>
- <key>dieresisacutecomb</key>
- <string>dieresisacutecomb.glif</string>
- <key>dieresisacutecomb.lc</key>
- <string>dieresisacutecomb.lc.glif</string>
- <key>dieresiscaroncomb</key>
- <string>dieresiscaroncomb.glif</string>
- <key>dieresiscaroncomb.lc</key>
- <string>dieresiscaroncomb.lc.glif</string>
- <key>dieresisgravecomb</key>
- <string>dieresisgravecomb.glif</string>
- <key>dieresisgravecomb.lc</key>
- <string>dieresisgravecomb.lc.glif</string>
- <key>dieresismacroncomb</key>
- <string>dieresismacroncomb.glif</string>
- <key>dieresismacroncomb.lc</key>
- <string>dieresismacroncomb.lc.glif</string>
- <key>dieresisnosp</key>
- <string>dieresisnosp.glif</string>
- <key>dieresistonos</key>
- <string>dieresistonos.glif</string>
- <key>digamma</key>
- <string>digamma.glif</string>
- <key>divide</key>
- <string>divide.glif</string>
- <key>divide.case</key>
- <string>divide.case.glif</string>
- <key>djecyrillic</key>
- <string>djecyrillic.glif</string>
- <key>dngb_ballotx</key>
- <string>dngb_ballotx.glif</string>
- <key>dngb_check</key>
- <string>dngb_check.glif</string>
- <key>dollar</key>
- <string>dollar.glif</string>
- <key>dotaccent</key>
- <string>dotaccent.glif</string>
- <key>dotbelow</key>
- <string>dotbelow.glif</string>
- <key>dotdblsubnosp</key>
- <string>dotdblsubnosp.glif</string>
- <key>dotlessi</key>
- <string>dotlessi.glif</string>
- <key>dotlessj</key>
- <string>dotlessj.glif</string>
- <key>dotmacroncomb</key>
- <string>dotmacroncomb.glif</string>
- <key>dotmacroncomb.lc</key>
- <string>dotmacroncomb.lc.glif</string>
- <key>dotnosp</key>
- <string>dotnosp.glif</string>
- <key>downtackmod</key>
- <string>downtackmod.glif</string>
- <key>drthook</key>
- <string>drthook.glif</string>
- <key>dtopbar</key>
- <string>dtopbar.glif</string>
- <key>dyogh</key>
- <string>dyogh.glif</string>
- <key>dz</key>
- <string>dz.glif</string>
- <key>dzcaron</key>
- <string>dzcaron.glif</string>
- <key>dzcurl</key>
- <string>dzcurl.glif</string>
- <key>dzeabkhasiancyrillic</key>
- <string>dzeabkhasiancyrillic.glif</string>
- <key>dzhecyrillic</key>
- <string>dzhecyrillic.glif</string>
- <key>e</key>
- <string>e.glif</string>
- <key>ecyrillic</key>
- <string>ecyrillic.glif</string>
- <key>edieresis</key>
- <string>edieresis.glif</string>
- <key>efcyrillic</key>
- <string>efcyrillic.glif</string>
- <key>eight</key>
- <string>eight.glif</string>
- <key>eight.frac</key>
- <string>eight.frac.glif</string>
- <key>eight.sup</key>
- <string>eight.sup.glif</string>
- <key>eight.tnum</key>
- <string>eight.tnum.glif</string>
- <key>eightroman</key>
- <string>eightroman.glif</string>
- <key>eightsub</key>
- <string>eightsub.glif</string>
- <key>eightsuperior</key>
- <string>eightsuperior.glif</string>
- <key>eiotifiedcyrillic</key>
- <string>eiotifiedcyrillic.glif</string>
- <key>elcyrillic</key>
- <string>elcyrillic.glif</string>
- <key>elevenroman</key>
- <string>elevenroman.glif</string>
- <key>ellipsis</key>
- <string>ellipsis.glif</string>
- <key>emcyrillic</key>
- <string>emcyrillic.glif</string>
- <key>emdash</key>
- <string>emdash.glif</string>
- <key>emdash.case</key>
- <string>emdash.case.glif</string>
- <key>emquad</key>
- <string>emquad.glif</string>
- <key>emspace</key>
- <string>emspace.glif</string>
- <key>encyrillic</key>
- <string>encyrillic.glif</string>
- <key>endash</key>
- <string>endash.glif</string>
- <key>endash.case</key>
- <string>endash.case.glif</string>
- <key>endescendercyrillic</key>
- <string>endescendercyrillic.glif</string>
- <key>eng</key>
- <string>eng.glif</string>
- <key>enghecyrillic</key>
- <string>enghecyrillic.glif</string>
- <key>enhookcyrillic</key>
- <string>enhookcyrillic.glif</string>
- <key>enquad</key>
- <string>enquad.glif</string>
- <key>enspace</key>
- <string>enspace.glif</string>
- <key>epsilon</key>
- <string>epsilon.glif</string>
- <key>epsilon1</key>
- <string>epsilon1.glif</string>
- <key>epsilon1rev</key>
- <string>epsilon1rev.glif</string>
- <key>epsilon1revclosed</key>
- <string>epsilon1revclosed.glif</string>
- <key>epsilon1revclosed_uni02DE</key>
- <string>epsilon1revclosed_uni02DE__.glif</string>
- <key>epsilon1revhook</key>
- <string>epsilon1revhook.glif</string>
- <key>epsilonclosed</key>
- <string>epsilonclosed.glif</string>
- <key>equal</key>
- <string>equal.glif</string>
- <key>equal.case</key>
- <string>equal.case.glif</string>
- <key>equalsub</key>
- <string>equalsub.glif</string>
- <key>equalsuperior</key>
- <string>equalsuperior.glif</string>
- <key>erev</key>
- <string>erev.glif</string>
- <key>ereversedcyrillic</key>
- <string>ereversedcyrillic.glif</string>
- <key>esh</key>
- <string>esh.glif</string>
- <key>eshcurl</key>
- <string>eshcurl.glif</string>
- <key>eshlooprev</key>
- <string>eshlooprev.glif</string>
- <key>eshshortrev</key>
- <string>eshshortrev.glif</string>
- <key>estimated</key>
- <string>estimated.glif</string>
- <key>eta</key>
- <string>eta.glif</string>
- <key>eth</key>
- <string>eth.glif</string>
- <key>eurocurrency</key>
- <string>eurocurrency.glif</string>
- <key>exclam</key>
- <string>exclam.glif</string>
- <key>exclam1</key>
- <string>exclam1.glif</string>
- <key>exclamdown</key>
- <string>exclamdown.glif</string>
- <key>ezh</key>
- <string>ezh.glif</string>
- <key>ezhcaron</key>
- <string>ezhcaron.glif</string>
- <key>ezhcurl</key>
- <string>ezhcurl.glif</string>
- <key>ezhreversed</key>
- <string>ezhreversed.glif</string>
- <key>ezhtail</key>
- <string>ezhtail.glif</string>
- <key>f</key>
- <string>f.glif</string>
- <key>feng</key>
- <string>feng.glif</string>
- <key>figuredash</key>
- <string>figuredash.glif</string>
- <key>figuredash.case</key>
- <string>figuredash.case.glif</string>
- <key>figurespace</key>
- <string>figurespace.glif</string>
- <key>finalkaf</key>
- <string>finalkaf.glif</string>
- <key>finalmem</key>
- <string>finalmem.glif</string>
- <key>finaltsadi</key>
- <string>finaltsadi.glif</string>
- <key>firsttonechinese</key>
- <string>firsttonechinese.glif</string>
- <key>fitacyrillic</key>
- <string>fitacyrillic.glif</string>
- <key>five</key>
- <string>five.glif</string>
- <key>five.frac</key>
- <string>five.frac.glif</string>
- <key>five.sup</key>
- <string>five.sup.glif</string>
- <key>five.tnum</key>
- <string>five.tnum.glif</string>
- <key>fiveeighths</key>
- <string>fiveeighths.glif</string>
- <key>fiveroman</key>
- <string>fiveroman.glif</string>
- <key>fivesub</key>
- <string>fivesub.glif</string>
- <key>fivesuperior</key>
- <string>fivesuperior.glif</string>
- <key>florin</key>
- <string>florin.glif</string>
- <key>four</key>
- <string>four.glif</string>
- <key>four.1</key>
- <string>four.1.glif</string>
- <key>four.frac</key>
- <string>four.frac.glif</string>
- <key>four.sup</key>
- <string>four.sup.glif</string>
- <key>four.tnum</key>
- <string>four.tnum.glif</string>
- <key>four.tnum.1</key>
- <string>four.tnum.1.glif</string>
- <key>fourroman</key>
- <string>fourroman.glif</string>
- <key>foursub</key>
- <string>foursub.glif</string>
- <key>foursuperior</key>
- <string>foursuperior.glif</string>
- <key>fourthtonechinese</key>
- <string>fourthtonechinese.glif</string>
- <key>fraction</key>
- <string>fraction.glif</string>
- <key>g</key>
- <string>g.glif</string>
- <key>gamma</key>
- <string>gamma.glif</string>
- <key>gamma1</key>
- <string>gamma1.glif</string>
- <key>gammasuper</key>
- <string>gammasuper.glif</string>
- <key>gbar</key>
- <string>gbar.glif</string>
- <key>gcursive</key>
- <string>gcursive.glif</string>
- <key>gecyrillic</key>
- <string>gecyrillic.glif</string>
- <key>germandbls</key>
- <string>germandbls.glif</string>
- <key>ghemiddlehookcyrillic</key>
- <string>ghemiddlehookcyrillic.glif</string>
- <key>gheupturncyrillic</key>
- <string>gheupturncyrillic.glif</string>
- <key>ghook</key>
- <string>ghook.glif</string>
- <key>glottalstop</key>
- <string>glottalstop.glif</string>
- <key>glottalstopbar</key>
- <string>glottalstopbar.glif</string>
- <key>glottalstopbarinv</key>
- <string>glottalstopbarinv.glif</string>
- <key>glottalstopbarrev</key>
- <string>glottalstopbarrev.glif</string>
- <key>glottalstopinv</key>
- <string>glottalstopinv.glif</string>
- <key>glottalstopmod</key>
- <string>glottalstopmod.glif</string>
- <key>glottalstopreversedmod</key>
- <string>glottalstopreversedmod.glif</string>
- <key>glottalstopreversedsuperior</key>
- <string>glottalstopreversedsuperior.glif</string>
- <key>glottalstoprevinv</key>
- <string>glottalstoprevinv.glif</string>
- <key>grave</key>
- <string>grave.glif</string>
- <key>gravecomb</key>
- <string>gravecomb.glif</string>
- <key>graveleftnosp</key>
- <string>graveleftnosp.glif</string>
- <key>gravelowmod</key>
- <string>gravelowmod.glif</string>
- <key>gravesubnosp</key>
- <string>gravesubnosp.glif</string>
- <key>greater</key>
- <string>greater.glif</string>
- <key>greaterequal</key>
- <string>greaterequal.glif</string>
- <key>guarani</key>
- <string>guarani.glif</string>
- <key>guillemotleft</key>
- <string>guillemotleft.glif</string>
- <key>guillemotright</key>
- <string>guillemotright.glif</string>
- <key>guilsinglleft</key>
- <string>guilsinglleft.glif</string>
- <key>guilsinglright</key>
- <string>guilsinglright.glif</string>
- <key>h</key>
- <string>h.glif</string>
- <key>haabkhasiancyrillic</key>
- <string>haabkhasiancyrillic.glif</string>
- <key>hadescendercyrillic</key>
- <string>hadescendercyrillic.glif</string>
- <key>hairspace</key>
- <string>hairspace.glif</string>
- <key>hardsigncyrillic</key>
- <string>hardsigncyrillic.glif</string>
- <key>hcedilla</key>
- <string>hcedilla.glif</string>
- <key>henghook</key>
- <string>henghook.glif</string>
- <key>hhook</key>
- <string>hhook.glif</string>
- <key>hhooksuper</key>
- <string>hhooksuper.glif</string>
- <key>hook</key>
- <string>hook.glif</string>
- <key>hooksubpalatnosp</key>
- <string>hooksubpalatnosp.glif</string>
- <key>hooksubretronosp</key>
- <string>hooksubretronosp.glif</string>
- <key>hornnosp</key>
- <string>hornnosp.glif</string>
- <key>hryvnia</key>
- <string>hryvnia.glif</string>
- <key>hsuper</key>
- <string>hsuper.glif</string>
- <key>hturn</key>
- <string>hturn.glif</string>
- <key>hturnhook2</key>
- <string>hturnhook2.glif</string>
- <key>hturnlthook</key>
- <string>hturnlthook.glif</string>
- <key>hungarumlaut</key>
- <string>hungarumlaut.glif</string>
- <key>hv</key>
- <string>hv.glif</string>
- <key>hyphen</key>
- <string>hyphen.glif</string>
- <key>hyphen.case</key>
- <string>hyphen.case.glif</string>
- <key>hyphen__</key>
- <string>hyphen__.glif</string>
- <key>hyphenbullet</key>
- <string>hyphenbullet.glif</string>
- <key>hyphendot</key>
- <string>hyphendot.glif</string>
- <key>hyphennobreak</key>
- <string>hyphennobreak.glif</string>
- <key>i</key>
- <string>i.glif</string>
- <key>iacyrillic</key>
- <string>iacyrillic.glif</string>
- <key>ibar</key>
- <string>ibar.glif</string>
- <key>idieresis</key>
- <string>idieresis.glif</string>
- <key>idieresisacute</key>
- <string>idieresisacute.glif</string>
- <key>iicyrillic</key>
- <string>iicyrillic.glif</string>
- <key>infinity</key>
- <string>infinity.glif</string>
- <key>integral</key>
- <string>integral.glif</string>
- <key>interrobang</key>
- <string>interrobang.glif</string>
- <key>iota</key>
- <string>iota.glif</string>
- <key>iota1</key>
- <string>iota1.glif</string>
- <key>iota1_uni02DE</key>
- <string>iota1_uni02DE__.glif</string>
- <key>iotasubnosp</key>
- <string>iotasubnosp.glif</string>
- <key>isuperior</key>
- <string>isuperior.glif</string>
- <key>itilde</key>
- <string>itilde.glif</string>
- <key>itildebelow</key>
- <string>itildebelow.glif</string>
- <key>iucyrillic</key>
- <string>iucyrillic.glif</string>
- <key>izhitsacyrillic</key>
- <string>izhitsacyrillic.glif</string>
- <key>j</key>
- <string>j.glif</string>
- <key>jcrosstail</key>
- <string>jcrosstail.glif</string>
- <key>jdotlessbar</key>
- <string>jdotlessbar.glif</string>
- <key>jhookdblbar</key>
- <string>jhookdblbar.glif</string>
- <key>jsuper</key>
- <string>jsuper.glif</string>
- <key>k</key>
- <string>k.glif</string>
- <key>kabashkircyrillic</key>
- <string>kabashkircyrillic.glif</string>
- <key>kacyrillic</key>
- <string>kacyrillic.glif</string>
- <key>kadescendercyrillic</key>
- <string>kadescendercyrillic.glif</string>
- <key>kahookcyrillic</key>
- <string>kahookcyrillic.glif</string>
- <key>kappa1</key>
- <string>kappa1.glif</string>
- <key>kaverticalstrokecyrillic</key>
- <string>kaverticalstrokecyrillic.glif</string>
- <key>kgreenlandic</key>
- <string>kgreenlandic.glif</string>
- <key>khook</key>
- <string>khook.glif</string>
- <key>kip</key>
- <string>kip.glif</string>
- <key>koppa</key>
- <string>koppa.glif</string>
- <key>koppacyrillic</key>
- <string>koppacyrillic.glif</string>
- <key>koroniscmb</key>
- <string>koroniscmb.glif</string>
- <key>ksicyrillic</key>
- <string>ksicyrillic.glif</string>
- <key>kturn</key>
- <string>kturn.glif</string>
- <key>l</key>
- <string>l.glif</string>
- <key>lambda</key>
- <string>lambda.glif</string>
- <key>lambdabar</key>
- <string>lambdabar.glif</string>
- <key>largerighthook</key>
- <string>largerighthook.glif</string>
- <key>lari</key>
- <string>lari.glif</string>
- <key>lbar</key>
- <string>lbar.glif</string>
- <key>lbelt</key>
- <string>lbelt.glif</string>
- <key>lcurl</key>
- <string>lcurl.glif</string>
- <key>leftloop.cn</key>
- <string>leftloop.cn.glif</string>
- <key>less</key>
- <string>less.glif</string>
- <key>lessequal</key>
- <string>lessequal.glif</string>
- <key>linevert</key>
- <string>linevert.glif</string>
- <key>linevertdblnosp</key>
- <string>linevertdblnosp.glif</string>
- <key>linevertnosp</key>
- <string>linevertnosp.glif</string>
- <key>linevertsubnosp</key>
- <string>linevertsubnosp.glif</string>
- <key>lira</key>
- <string>lira.glif</string>
- <key>ljecyrillic</key>
- <string>ljecyrillic.glif</string>
- <key>lmidtilde</key>
- <string>lmidtilde.glif</string>
- <key>logicalnot</key>
- <string>logicalnot.glif</string>
- <key>longs</key>
- <string>longs.glif</string>
- <key>lozenge</key>
- <string>lozenge.glif</string>
- <key>lrthook</key>
- <string>lrthook.glif</string>
- <key>lslash</key>
- <string>lslash.glif</string>
- <key>lsquare</key>
- <string>lsquare.glif</string>
- <key>lyogh</key>
- <string>lyogh.glif</string>
- <key>m</key>
- <string>m.glif</string>
- <key>macron</key>
- <string>macron.glif</string>
- <key>macronacutecomb</key>
- <string>macronacutecomb.glif</string>
- <key>macronacutecomb.lc</key>
- <string>macronacutecomb.lc.glif</string>
- <key>macroncomb</key>
- <string>macroncomb.glif</string>
- <key>macrondieresiscomb</key>
- <string>macrondieresiscomb.glif</string>
- <key>macrondieresiscomb.lc</key>
- <string>macrondieresiscomb.lc.glif</string>
- <key>macrongravecomb</key>
- <string>macrongravecomb.glif</string>
- <key>macrongravecomb.lc</key>
- <string>macrongravecomb.lc.glif</string>
- <key>macronsub</key>
- <string>macronsub.glif</string>
- <key>macronsubnosp</key>
- <string>macronsubnosp.glif</string>
- <key>manat</key>
- <string>manat.glif</string>
- <key>mcapturn</key>
- <string>mcapturn.glif</string>
- <key>mhook</key>
- <string>mhook.glif</string>
- <key>mill</key>
- <string>mill.glif</string>
- <key>minus</key>
- <string>minus.glif</string>
- <key>minus.case</key>
- <string>minus.case.glif</string>
- <key>minusmod</key>
- <string>minusmod.glif</string>
- <key>minussub</key>
- <string>minussub.glif</string>
- <key>minussubnosp</key>
- <string>minussubnosp.glif</string>
- <key>minussuperior</key>
- <string>minussuperior.glif</string>
- <key>mturn</key>
- <string>mturn.glif</string>
- <key>mturndescend</key>
- <string>mturndescend.glif</string>
- <key>mu</key>
- <string>mu.glif</string>
- <key>multiply</key>
- <string>multiply.glif</string>
- <key>multiply.case</key>
- <string>multiply.case.glif</string>
- <key>n</key>
- <string>n.glif</string>
- <key>naira</key>
- <string>naira.glif</string>
- <key>ncurl</key>
- <string>ncurl.glif</string>
- <key>nine</key>
- <string>nine.glif</string>
- <key>nine.1</key>
- <string>nine.1.glif</string>
- <key>nine.frac</key>
- <string>nine.frac.glif</string>
- <key>nine.sup</key>
- <string>nine.sup.glif</string>
- <key>nine.tnum</key>
- <string>nine.tnum.glif</string>
- <key>nine.tnum.1</key>
- <string>nine.tnum.1.glif</string>
- <key>nineinferior</key>
- <string>nineinferior.glif</string>
- <key>nineroman</key>
- <string>nineroman.glif</string>
- <key>ninesuperior</key>
- <string>ninesuperior.glif</string>
- <key>njecyrillic</key>
- <string>njecyrillic.glif</string>
- <key>nlfthook</key>
- <string>nlfthook.glif</string>
- <key>notequal</key>
- <string>notequal.glif</string>
- <key>notequal.case</key>
- <string>notequal.case.glif</string>
- <key>nrthook</key>
- <string>nrthook.glif</string>
- <key>nsuperior</key>
- <string>nsuperior.glif</string>
- <key>ntilde</key>
- <string>ntilde.glif</string>
- <key>numbersign</key>
- <string>numbersign.glif</string>
- <key>numeralgreek</key>
- <string>numeralgreek.glif</string>
- <key>numeralgreeksub</key>
- <string>numeralgreeksub.glif</string>
- <key>numero</key>
- <string>numero.glif</string>
- <key>o</key>
- <string>o.glif</string>
- <key>o_uni02DE</key>
- <string>o_uni02DE__.glif</string>
- <key>odieresis</key>
- <string>odieresis.glif</string>
- <key>oe</key>
- <string>oe.glif</string>
- <key>ogonek</key>
- <string>ogonek.glif</string>
- <key>ogoneknosp</key>
- <string>ogoneknosp.glif</string>
- <key>ohorn</key>
- <string>ohorn.glif</string>
- <key>oi</key>
- <string>oi.glif</string>
- <key>omega</key>
- <string>omega.glif</string>
- <key>omegaclosed</key>
- <string>omegaclosed.glif</string>
- <key>omegacyrillic</key>
- <string>omegacyrillic.glif</string>
- <key>omegaroundcyrillic</key>
- <string>omegaroundcyrillic.glif</string>
- <key>omegatitlocyrillic</key>
- <string>omegatitlocyrillic.glif</string>
- <key>one</key>
- <string>one.glif</string>
- <key>one.1</key>
- <string>one.1.glif</string>
- <key>one.sup</key>
- <string>one.sup.glif</string>
- <key>one.tnum</key>
- <string>one.tnum.glif</string>
- <key>one.tnum.1</key>
- <string>one.tnum.1.glif</string>
- <key>onedotleader</key>
- <string>onedotleader.glif</string>
- <key>oneeighth</key>
- <string>oneeighth.glif</string>
- <key>onehalf</key>
- <string>onehalf.glif</string>
- <key>oneinferior</key>
- <string>oneinferior.glif</string>
- <key>onequarter</key>
- <string>onequarter.glif</string>
- <key>oneroman</key>
- <string>oneroman.glif</string>
- <key>onesuperior</key>
- <string>onesuperior.glif</string>
- <key>onethird</key>
- <string>onethird.glif</string>
- <key>oopen</key>
- <string>oopen.glif</string>
- <key>oopen_uni02DE</key>
- <string>oopen_uni02DE__.glif</string>
- <key>ordfeminine</key>
- <string>ordfeminine.glif</string>
- <key>ordmasculine</key>
- <string>ordmasculine.glif</string>
- <key>oslash</key>
- <string>oslash.glif</string>
- <key>otcyrillic</key>
- <string>otcyrillic.glif</string>
- <key>otilde</key>
- <string>otilde.glif</string>
- <key>ounce</key>
- <string>ounce.glif</string>
- <key>overline</key>
- <string>overline.glif</string>
- <key>overscoredblnosp</key>
- <string>overscoredblnosp.glif</string>
- <key>overscorenosp</key>
- <string>overscorenosp.glif</string>
- <key>p</key>
- <string>p.glif</string>
- <key>palatalizationcyrilliccmb</key>
- <string>palatalizationcyrilliccmb.glif</string>
- <key>paragraph</key>
- <string>paragraph.glif</string>
- <key>parenleft</key>
- <string>parenleft.glif</string>
- <key>parenleft.case</key>
- <string>parenleft.case.glif</string>
- <key>parenleftinferior</key>
- <string>parenleftinferior.glif</string>
- <key>parenleftsuperior</key>
- <string>parenleftsuperior.glif</string>
- <key>parenright</key>
- <string>parenright.glif</string>
- <key>parenright.case</key>
- <string>parenright.case.glif</string>
- <key>parenrightsub</key>
- <string>parenrightsub.glif</string>
- <key>parenrightsuperior</key>
- <string>parenrightsuperior.glif</string>
- <key>partialdiff</key>
- <string>partialdiff.glif</string>
- <key>pecyrillic</key>
- <string>pecyrillic.glif</string>
- <key>pemiddlehookcyrillic</key>
- <string>pemiddlehookcyrillic.glif</string>
- <key>percent</key>
- <string>percent.glif</string>
- <key>period</key>
- <string>period.glif</string>
- <key>period.tnum</key>
- <string>period.tnum.glif</string>
- <key>periodcentered</key>
- <string>periodcentered.glif</string>
- <key>perispomenigreekcmb</key>
- <string>perispomenigreekcmb.glif</string>
- <key>pertenthousand</key>
- <string>pertenthousand.glif</string>
- <key>perthousand</key>
- <string>perthousand.glif</string>
- <key>peseta</key>
- <string>peseta.glif</string>
- <key>peso</key>
- <string>peso.glif</string>
- <key>phi</key>
- <string>phi.glif</string>
- <key>phi1</key>
- <string>phi1.glif</string>
- <key>philatin</key>
- <string>philatin.glif</string>
- <key>phook</key>
- <string>phook.glif</string>
- <key>pi</key>
- <string>pi.glif</string>
- <key>pipe</key>
- <string>pipe.glif</string>
- <key>pipedbl</key>
- <string>pipedbl.glif</string>
- <key>pipedblbar</key>
- <string>pipedblbar.glif</string>
- <key>pisymbolgreek</key>
- <string>pisymbolgreek.glif</string>
- <key>placeofinterestsign</key>
- <string>placeofinterestsign.glif</string>
- <key>plus</key>
- <string>plus.glif</string>
- <key>plus.case</key>
- <string>plus.case.glif</string>
- <key>plusminus</key>
- <string>plusminus.glif</string>
- <key>plusminus.case</key>
- <string>plusminus.case.glif</string>
- <key>plusmod</key>
- <string>plusmod.glif</string>
- <key>plussub</key>
- <string>plussub.glif</string>
- <key>plussubnosp</key>
- <string>plussubnosp.glif</string>
- <key>plussuperior</key>
- <string>plussuperior.glif</string>
- <key>primemod</key>
- <string>primemod.glif</string>
- <key>primerev1</key>
- <string>primerev1.glif</string>
- <key>primetripl1</key>
- <string>primetripl1.glif</string>
- <key>primetriplerev1</key>
- <string>primetriplerev1.glif</string>
- <key>product</key>
- <string>product.glif</string>
- <key>psi</key>
- <string>psi.glif</string>
- <key>psilipneumatacyrilliccmb</key>
- <string>psilipneumatacyrilliccmb.glif</string>
- <key>published</key>
- <string>published.glif</string>
- <key>punctuationspace</key>
- <string>punctuationspace.glif</string>
- <key>q</key>
- <string>q.glif</string>
- <key>qhook</key>
- <string>qhook.glif</string>
- <key>qofdagesh</key>
- <string>qofdagesh.glif</string>
- <key>qrthook</key>
- <string>qrthook.glif</string>
- <key>quarteremspace</key>
- <string>quarteremspace.glif</string>
- <key>question</key>
- <string>question.glif</string>
- <key>questiondown</key>
- <string>questiondown.glif</string>
- <key>questiongreek</key>
- <string>questiongreek.glif</string>
- <key>quotedbl</key>
- <string>quotedbl.glif</string>
- <key>quotedblbase</key>
- <string>quotedblbase.glif</string>
- <key>quotedblleft</key>
- <string>quotedblleft.glif</string>
- <key>quotedblreversed</key>
- <string>quotedblreversed.glif</string>
- <key>quotedblright</key>
- <string>quotedblright.glif</string>
- <key>quoteleft</key>
- <string>quoteleft.glif</string>
- <key>quotereversed</key>
- <string>quotereversed.glif</string>
- <key>quoteright</key>
- <string>quoteright.glif</string>
- <key>quotesinglbase</key>
- <string>quotesinglbase.glif</string>
- <key>quotesingle</key>
- <string>quotesingle.glif</string>
- <key>r</key>
- <string>r.glif</string>
- <key>radical</key>
- <string>radical.glif</string>
- <key>rdescend</key>
- <string>rdescend.glif</string>
- <key>referencemark</key>
- <string>referencemark.glif</string>
- <key>registered</key>
- <string>registered.glif</string>
- <key>response</key>
- <string>response.glif</string>
- <key>reverseddblprime</key>
- <string>reverseddblprime.glif</string>
- <key>rfishhook</key>
- <string>rfishhook.glif</string>
- <key>rfishhookrev</key>
- <string>rfishhookrev.glif</string>
- <key>rho</key>
- <string>rho.glif</string>
- <key>rho1</key>
- <string>rho1.glif</string>
- <key>rhotichookmod</key>
- <string>rhotichookmod.glif</string>
- <key>rightloop.cn</key>
- <string>rightloop.cn.glif</string>
- <key>ring</key>
- <string>ring.glif</string>
- <key>ringacute</key>
- <string>ringacute.glif</string>
- <key>ringhalfleft</key>
- <string>ringhalfleft.glif</string>
- <key>ringhalfleftcentered</key>
- <string>ringhalfleftcentered.glif</string>
- <key>ringhalfright</key>
- <string>ringhalfright.glif</string>
- <key>ringhalfrightcentered</key>
- <string>ringhalfrightcentered.glif</string>
- <key>ringlefthalfsubnosp</key>
- <string>ringlefthalfsubnosp.glif</string>
- <key>ringnosp</key>
- <string>ringnosp.glif</string>
- <key>ringrighthalfsubnosp</key>
- <string>ringrighthalfsubnosp.glif</string>
- <key>ringsubnosp</key>
- <string>ringsubnosp.glif</string>
- <key>romaneight</key>
- <string>romaneight.glif</string>
- <key>romaneleven</key>
- <string>romaneleven.glif</string>
- <key>romanfifty</key>
- <string>romanfifty.glif</string>
- <key>romanfive</key>
- <string>romanfive.glif</string>
- <key>romanfivehundred</key>
- <string>romanfivehundred.glif</string>
- <key>romanfour</key>
- <string>romanfour.glif</string>
- <key>romanhundred</key>
- <string>romanhundred.glif</string>
- <key>romannine</key>
- <string>romannine.glif</string>
- <key>romanone</key>
- <string>romanone.glif</string>
- <key>romanseven</key>
- <string>romanseven.glif</string>
- <key>romansix</key>
- <string>romansix.glif</string>
- <key>romanten</key>
- <string>romanten.glif</string>
- <key>romanthousand</key>
- <string>romanthousand.glif</string>
- <key>romanthree</key>
- <string>romanthree.glif</string>
- <key>romantwelve</key>
- <string>romantwelve.glif</string>
- <key>romantwo</key>
- <string>romantwo.glif</string>
- <key>rrthook</key>
- <string>rrthook.glif</string>
- <key>rsuper</key>
- <string>rsuper.glif</string>
- <key>rturn</key>
- <string>rturn.glif</string>
- <key>rturnascend</key>
- <string>rturnascend.glif</string>
- <key>rturnrthook</key>
- <string>rturnrthook.glif</string>
- <key>rturnsuper</key>
- <string>rturnsuper.glif</string>
- <key>rupee</key>
- <string>rupee.glif</string>
- <key>s</key>
- <string>s.glif</string>
- <key>sampi</key>
- <string>sampi.glif</string>
- <key>schwa</key>
- <string>schwa.glif</string>
- <key>schwahook</key>
- <string>schwahook.glif</string>
- <key>seagullsubnosp</key>
- <string>seagullsubnosp.glif</string>
- <key>secondtonechinese</key>
- <string>secondtonechinese.glif</string>
- <key>section</key>
- <string>section.glif</string>
- <key>semicolon</key>
- <string>semicolon.glif</string>
- <key>servicemark</key>
- <string>servicemark.glif</string>
- <key>seven</key>
- <string>seven.glif</string>
- <key>seven.frac</key>
- <string>seven.frac.glif</string>
- <key>seven.sup</key>
- <string>seven.sup.glif</string>
- <key>seven.tnum</key>
- <string>seven.tnum.glif</string>
- <key>seveneighths</key>
- <string>seveneighths.glif</string>
- <key>sevenroman</key>
- <string>sevenroman.glif</string>
- <key>sevensub</key>
- <string>sevensub.glif</string>
- <key>sevensuperior</key>
- <string>sevensuperior.glif</string>
- <key>shacyrillic</key>
- <string>shacyrillic.glif</string>
- <key>shchacyrillic</key>
- <string>shchacyrillic.glif</string>
- <key>shindagesh</key>
- <string>shindagesh.glif</string>
- <key>sigma</key>
- <string>sigma.glif</string>
- <key>sigma1</key>
- <string>sigma1.glif</string>
- <key>six</key>
- <string>six.glif</string>
- <key>six.1</key>
- <string>six.1.glif</string>
- <key>six.frac</key>
- <string>six.frac.glif</string>
- <key>six.sup</key>
- <string>six.sup.glif</string>
- <key>six.tnum</key>
- <string>six.tnum.glif</string>
- <key>six.tnum.1</key>
- <string>six.tnum.1.glif</string>
- <key>sixinferior</key>
- <string>sixinferior.glif</string>
- <key>sixroman</key>
- <string>sixroman.glif</string>
- <key>sixsuperior</key>
- <string>sixsuperior.glif</string>
- <key>sixthemspace</key>
- <string>sixthemspace.glif</string>
- <key>slash</key>
- <string>slash.glif</string>
- <key>slashlongnosp</key>
- <string>slashlongnosp.glif</string>
- <key>slashshortnosp</key>
- <string>slashshortnosp.glif</string>
- <key>slongdotaccent</key>
- <string>slongdotaccent.glif</string>
- <key>slongstroke</key>
- <string>slongstroke.glif</string>
- <key>softsigncyrillic</key>
- <string>softsigncyrillic.glif</string>
- <key>space</key>
- <string>space.glif</string>
- <key>spaceopenbox</key>
- <string>spaceopenbox.glif</string>
- <key>squaresubnosp</key>
- <string>squaresubnosp.glif</string>
- <key>srthook</key>
- <string>srthook.glif</string>
- <key>sterling</key>
- <string>sterling.glif</string>
- <key>stigma</key>
- <string>stigma.glif</string>
- <key>summation</key>
- <string>summation.glif</string>
- <key>t</key>
- <string>t.glif</string>
- <key>tackdownsubnosp</key>
- <string>tackdownsubnosp.glif</string>
- <key>tackleftsubnosp</key>
- <string>tackleftsubnosp.glif</string>
- <key>tackrightsubnosp</key>
- <string>tackrightsubnosp.glif</string>
- <key>tackupsubnosp</key>
- <string>tackupsubnosp.glif</string>
- <key>tau</key>
- <string>tau.glif</string>
- <key>tavdages</key>
- <string>tavdages.glif</string>
- <key>tccurl</key>
- <string>tccurl.glif</string>
- <key>tcurl</key>
- <string>tcurl.glif</string>
- <key>tecyrillic</key>
- <string>tecyrillic.glif</string>
- <key>tel</key>
- <string>tel.glif</string>
- <key>tenge</key>
- <string>tenge.glif</string>
- <key>tenroman</key>
- <string>tenroman.glif</string>
- <key>tesh</key>
- <string>tesh.glif</string>
- <key>tetsecyrillic</key>
- <string>tetsecyrillic.glif</string>
- <key>theta</key>
- <string>theta.glif</string>
- <key>thetasymbolgreek</key>
- <string>thetasymbolgreek.glif</string>
- <key>thinspace</key>
- <string>thinspace.glif</string>
- <key>thirdemspace</key>
- <string>thirdemspace.glif</string>
- <key>thook</key>
- <string>thook.glif</string>
- <key>thorn</key>
- <string>thorn.glif</string>
- <key>thousandcyrillic</key>
- <string>thousandcyrillic.glif</string>
- <key>three</key>
- <string>three.glif</string>
- <key>three.sup</key>
- <string>three.sup.glif</string>
- <key>three.tnum</key>
- <string>three.tnum.glif</string>
- <key>threeeighths</key>
- <string>threeeighths.glif</string>
- <key>threequarters</key>
- <string>threequarters.glif</string>
- <key>threeroman</key>
- <string>threeroman.glif</string>
- <key>threesub</key>
- <string>threesub.glif</string>
- <key>threesuperior</key>
- <string>threesuperior.glif</string>
- <key>tilde</key>
- <string>tilde.glif</string>
- <key>tildeacutecomb</key>
- <string>tildeacutecomb.glif</string>
- <key>tildeacutecomb.lc</key>
- <string>tildeacutecomb.lc.glif</string>
- <key>tildecomb</key>
- <string>tildecomb.glif</string>
- <key>tildedieresiscomb</key>
- <string>tildedieresiscomb.glif</string>
- <key>tildedieresiscomb.lc</key>
- <string>tildedieresiscomb.lc.glif</string>
- <key>tildedoublecmb</key>
- <string>tildedoublecmb.glif</string>
- <key>tildemacroncomb</key>
- <string>tildemacroncomb.glif</string>
- <key>tildemacroncomb.lc</key>
- <string>tildemacroncomb.lc.glif</string>
- <key>tildemidnosp</key>
- <string>tildemidnosp.glif</string>
- <key>tildesubnosp</key>
- <string>tildesubnosp.glif</string>
- <key>tildevertsupnosp</key>
- <string>tildevertsupnosp.glif</string>
- <key>titlocyrilliccmb</key>
- <string>titlocyrilliccmb.glif</string>
- <key>tonebarextrahighmod</key>
- <string>tonebarextrahighmod.glif</string>
- <key>tonebarextralowmod</key>
- <string>tonebarextralowmod.glif</string>
- <key>tonebarhighmod</key>
- <string>tonebarhighmod.glif</string>
- <key>tonebarlowmod</key>
- <string>tonebarlowmod.glif</string>
- <key>tonebarmidmod</key>
- <string>tonebarmidmod.glif</string>
- <key>tonefive</key>
- <string>tonefive.glif</string>
- <key>tonesix</key>
- <string>tonesix.glif</string>
- <key>tonetwo</key>
- <string>tonetwo.glif</string>
- <key>tonos</key>
- <string>tonos.glif</string>
- <key>tpalatalhook</key>
- <string>tpalatalhook.glif</string>
- <key>trademark</key>
- <string>trademark.glif</string>
- <key>triagdn</key>
- <string>triagdn.glif</string>
- <key>triagrt</key>
- <string>triagrt.glif</string>
- <key>triagup</key>
- <string>triagup.glif</string>
- <key>trianglebullet</key>
- <string>trianglebullet.glif</string>
- <key>trthook</key>
- <string>trthook.glif</string>
- <key>ts</key>
- <string>ts.glif</string>
- <key>tsecyrillic</key>
- <string>tsecyrillic.glif</string>
- <key>tshecyrillic</key>
- <string>tshecyrillic.glif</string>
- <key>tturn</key>
- <string>tturn.glif</string>
- <key>tugrik</key>
- <string>tugrik.glif</string>
- <key>twelveroman</key>
- <string>twelveroman.glif</string>
- <key>two</key>
- <string>two.glif</string>
- <key>two.sup</key>
- <string>two.sup.glif</string>
- <key>two.tnum</key>
- <string>two.tnum.glif</string>
- <key>twodotleader</key>
- <string>twodotleader.glif</string>
- <key>tworoman</key>
- <string>tworoman.glif</string>
- <key>twostroke</key>
- <string>twostroke.glif</string>
- <key>twosub</key>
- <string>twosub.glif</string>
- <key>twosuperior</key>
- <string>twosuperior.glif</string>
- <key>twothirds</key>
- <string>twothirds.glif</string>
- <key>u</key>
- <string>u.glif</string>
- <key>ubar</key>
- <string>ubar.glif</string>
- <key>udieresis</key>
- <string>udieresis.glif</string>
- <key>uhorn</key>
- <string>uhorn.glif</string>
- <key>underscore</key>
- <string>underscore.glif</string>
- <key>underscoredbl</key>
- <string>underscoredbl.glif</string>
- <key>underscoredblnosp</key>
- <string>underscoredblnosp.glif</string>
- <key>underscorenosp</key>
- <string>underscorenosp.glif</string>
- <key>undertie</key>
- <string>undertie.glif</string>
- <key>uni0069.ccmp</key>
- <string>uni0069.ccmp.glif</string>
- <key>uni006A.ccmp</key>
- <string>uni006A_.ccmp.glif</string>
- <key>uni012F.ccmp</key>
- <string>uni012F_.ccmp.glif</string>
- <key>uni01F6</key>
- <string>uni01F6_.glif</string>
- <key>uni01F7</key>
- <string>uni01F7_.glif</string>
- <key>uni021C</key>
- <string>uni021C_.glif</string>
- <key>uni021D</key>
- <string>uni021D_.glif</string>
- <key>uni0220</key>
- <string>uni0220.glif</string>
- <key>uni0221</key>
- <string>uni0221.glif</string>
- <key>uni0222</key>
- <string>uni0222.glif</string>
- <key>uni0223</key>
- <string>uni0223.glif</string>
- <key>uni0224</key>
- <string>uni0224.glif</string>
- <key>uni0238</key>
- <string>uni0238.glif</string>
- <key>uni0239</key>
- <string>uni0239.glif</string>
- <key>uni023A</key>
- <string>uni023A_.glif</string>
- <key>uni023B</key>
- <string>uni023B_.glif</string>
- <key>uni023C</key>
- <string>uni023C_.glif</string>
- <key>uni023E</key>
- <string>uni023E_.glif</string>
- <key>uni023F</key>
- <string>uni023F_.glif</string>
- <key>uni0240</key>
- <string>uni0240.glif</string>
- <key>uni0241</key>
- <string>uni0241.glif</string>
- <key>uni0242</key>
- <string>uni0242.glif</string>
- <key>uni0243</key>
- <string>uni0243.glif</string>
- <key>uni0244</key>
- <string>uni0244.glif</string>
- <key>uni0245</key>
- <string>uni0245.glif</string>
- <key>uni0246</key>
- <string>uni0246.glif</string>
- <key>uni0247</key>
- <string>uni0247.glif</string>
- <key>uni0248</key>
- <string>uni0248.glif</string>
- <key>uni0249</key>
- <string>uni0249.glif</string>
- <key>uni0249.ccmp</key>
- <string>uni0249.ccmp.glif</string>
- <key>uni024C</key>
- <string>uni024C_.glif</string>
- <key>uni024D</key>
- <string>uni024D_.glif</string>
- <key>uni024E</key>
- <string>uni024E_.glif</string>
- <key>uni024F</key>
- <string>uni024F_.glif</string>
- <key>uni0268.ccmp</key>
- <string>uni0268.ccmp.glif</string>
- <key>uni029D.ccmp</key>
- <string>uni029D_.ccmp.glif</string>
- <key>uni02AB</key>
- <string>uni02AB__.glif</string>
- <key>uni02AC</key>
- <string>uni02AC__.glif</string>
- <key>uni02B2.ccmp</key>
- <string>uni02B2_.ccmp.glif</string>
- <key>uni02EA</key>
- <string>uni02EA__.glif</string>
- <key>uni02EB</key>
- <string>uni02EB__.glif</string>
- <key>uni02EC</key>
- <string>uni02EC__.glif</string>
- <key>uni02ED</key>
- <string>uni02ED__.glif</string>
- <key>uni02EF</key>
- <string>uni02EF__.glif</string>
- <key>uni02F0</key>
- <string>uni02F0_.glif</string>
- <key>uni02F1</key>
- <string>uni02F1_.glif</string>
- <key>uni02F2</key>
- <string>uni02F2_.glif</string>
- <key>uni02F3</key>
- <string>uni02F3_.glif</string>
- <key>uni02F4</key>
- <string>uni02F4_.glif</string>
- <key>uni02F5</key>
- <string>uni02F5_.glif</string>
- <key>uni02F6</key>
- <string>uni02F6_.glif</string>
- <key>uni02F7</key>
- <string>uni02F7_.glif</string>
- <key>uni02F8</key>
- <string>uni02F8_.glif</string>
- <key>uni02F9</key>
- <string>uni02F9_.glif</string>
- <key>uni02FA</key>
- <string>uni02FA__.glif</string>
- <key>uni02FB</key>
- <string>uni02FB__.glif</string>
- <key>uni02FC</key>
- <string>uni02FC__.glif</string>
- <key>uni02FD</key>
- <string>uni02FD__.glif</string>
- <key>uni02FE</key>
- <string>uni02FE__.glif</string>
- <key>uni02FF</key>
- <string>uni02FF__.glif</string>
- <key>uni0346</key>
- <string>uni0346.glif</string>
- <key>uni0347</key>
- <string>uni0347.glif</string>
- <key>uni0348</key>
- <string>uni0348.glif</string>
- <key>uni0349</key>
- <string>uni0349.glif</string>
- <key>uni034A</key>
- <string>uni034A_.glif</string>
- <key>uni034B</key>
- <string>uni034B_.glif</string>
- <key>uni034C</key>
- <string>uni034C_.glif</string>
- <key>uni034D</key>
- <string>uni034D_.glif</string>
- <key>uni034E</key>
- <string>uni034E_.glif</string>
- <key>uni034F</key>
- <string>uni034F_.glif</string>
- <key>uni0350</key>
- <string>uni0350.glif</string>
- <key>uni0351</key>
- <string>uni0351.glif</string>
- <key>uni0352</key>
- <string>uni0352.glif</string>
- <key>uni0353</key>
- <string>uni0353.glif</string>
- <key>uni0354</key>
- <string>uni0354.glif</string>
- <key>uni0355</key>
- <string>uni0355.glif</string>
- <key>uni0356</key>
- <string>uni0356.glif</string>
- <key>uni0357</key>
- <string>uni0357.glif</string>
- <key>uni0358</key>
- <string>uni0358.glif</string>
- <key>uni0359</key>
- <string>uni0359.glif</string>
- <key>uni035A</key>
- <string>uni035A_.glif</string>
- <key>uni035B</key>
- <string>uni035B_.glif</string>
- <key>uni035C</key>
- <string>uni035C_.glif</string>
- <key>uni035D</key>
- <string>uni035D_.glif</string>
- <key>uni035E</key>
- <string>uni035E_.glif</string>
- <key>uni035F</key>
- <string>uni035F_.glif</string>
- <key>uni0362</key>
- <string>uni0362.glif</string>
- <key>uni0363</key>
- <string>uni0363.glif</string>
- <key>uni0364</key>
- <string>uni0364.glif</string>
- <key>uni0365</key>
- <string>uni0365.glif</string>
- <key>uni0366</key>
- <string>uni0366.glif</string>
- <key>uni0367</key>
- <string>uni0367.glif</string>
- <key>uni0368</key>
- <string>uni0368.glif</string>
- <key>uni0369</key>
- <string>uni0369.glif</string>
- <key>uni036A</key>
- <string>uni036A_.glif</string>
- <key>uni036B</key>
- <string>uni036B_.glif</string>
- <key>uni036C</key>
- <string>uni036C_.glif</string>
- <key>uni036D</key>
- <string>uni036D_.glif</string>
- <key>uni036E</key>
- <string>uni036E_.glif</string>
- <key>uni036F</key>
- <string>uni036F_.glif</string>
- <key>uni0370</key>
- <string>uni0370.glif</string>
- <key>uni0371</key>
- <string>uni0371.glif</string>
- <key>uni0372</key>
- <string>uni0372.glif</string>
- <key>uni0373</key>
- <string>uni0373.glif</string>
- <key>uni0376</key>
- <string>uni0376.glif</string>
- <key>uni0377</key>
- <string>uni0377.glif</string>
- <key>uni037B</key>
- <string>uni037B_.glif</string>
- <key>uni037C</key>
- <string>uni037C_.glif</string>
- <key>uni037D</key>
- <string>uni037D_.glif</string>
- <key>uni03CF</key>
- <string>uni03CF__.glif</string>
- <key>uni03D7</key>
- <string>uni03D7_.glif</string>
- <key>uni03D8</key>
- <string>uni03D8_.glif</string>
- <key>uni03D9</key>
- <string>uni03D9_.glif</string>
- <key>uni03F3.ccmp</key>
- <string>uni03F3_.ccmp.glif</string>
- <key>uni03F5</key>
- <string>uni03F5_.glif</string>
- <key>uni03F6</key>
- <string>uni03F6_.glif</string>
- <key>uni03FB</key>
- <string>uni03FB__.glif</string>
- <key>uni03FC</key>
- <string>uni03FC__.glif</string>
- <key>uni03FD</key>
- <string>uni03FD__.glif</string>
- <key>uni03FE</key>
- <string>uni03FE__.glif</string>
- <key>uni03FF</key>
- <string>uni03FF__.glif</string>
- <key>uni0456.ccmp</key>
- <string>uni0456.ccmp.glif</string>
- <key>uni0458.ccmp</key>
- <string>uni0458.ccmp.glif</string>
- <key>uni0487</key>
- <string>uni0487.glif</string>
- <key>uni0488</key>
- <string>uni0488.glif</string>
- <key>uni0489</key>
- <string>uni0489.glif</string>
- <key>uni048A</key>
- <string>uni048A_.glif</string>
- <key>uni048B</key>
- <string>uni048B_.glif</string>
- <key>uni048D</key>
- <string>uni048D_.glif</string>
- <key>uni048E</key>
- <string>uni048E_.glif</string>
- <key>uni048F</key>
- <string>uni048F_.glif</string>
- <key>uni04C5</key>
- <string>uni04C5_.glif</string>
- <key>uni04C6</key>
- <string>uni04C6_.glif</string>
- <key>uni04C9</key>
- <string>uni04C9_.glif</string>
- <key>uni04CA</key>
- <string>uni04CA__.glif</string>
- <key>uni04CD</key>
- <string>uni04CD__.glif</string>
- <key>uni04CE</key>
- <string>uni04CE__.glif</string>
- <key>uni04FA</key>
- <string>uni04FA__.glif</string>
- <key>uni04FB</key>
- <string>uni04FB__.glif</string>
- <key>uni04FC</key>
- <string>uni04FC__.glif</string>
- <key>uni04FD</key>
- <string>uni04FD__.glif</string>
- <key>uni052F</key>
- <string>uni052F_.glif</string>
- <key>uni1DBF</key>
- <string>uni1DBF___.glif</string>
- <key>uni1DC0</key>
- <string>uni1DC0__.glif</string>
- <key>uni1DC1</key>
- <string>uni1DC1__.glif</string>
- <key>uni1DC2</key>
- <string>uni1DC2__.glif</string>
- <key>uni1DC3</key>
- <string>uni1DC3__.glif</string>
- <key>uni1DC4</key>
- <string>uni1DC4__.glif</string>
- <key>uni1DC5</key>
- <string>uni1DC5__.glif</string>
- <key>uni1DC6</key>
- <string>uni1DC6__.glif</string>
- <key>uni1DC7</key>
- <string>uni1DC7__.glif</string>
- <key>uni1DC8</key>
- <string>uni1DC8__.glif</string>
- <key>uni1DC9</key>
- <string>uni1DC9__.glif</string>
- <key>uni1DCA</key>
- <string>uni1DCA___.glif</string>
- <key>uni1DCB</key>
- <string>uni1DCB___.glif</string>
- <key>uni1DCC</key>
- <string>uni1DCC___.glif</string>
- <key>uni1DCD</key>
- <string>uni1DCD___.glif</string>
- <key>uni1DCE</key>
- <string>uni1DCE___.glif</string>
- <key>uni1DCF</key>
- <string>uni1DCF___.glif</string>
- <key>uni1DD0</key>
- <string>uni1DD0__.glif</string>
- <key>uni1DD1</key>
- <string>uni1DD1__.glif</string>
- <key>uni1DD2</key>
- <string>uni1DD2__.glif</string>
- <key>uni1DD3</key>
- <string>uni1DD3__.glif</string>
- <key>uni1DD4</key>
- <string>uni1DD4__.glif</string>
- <key>uni1DD5</key>
- <string>uni1DD5__.glif</string>
- <key>uni1DD6</key>
- <string>uni1DD6__.glif</string>
- <key>uni1DD7</key>
- <string>uni1DD7__.glif</string>
- <key>uni1DD8</key>
- <string>uni1DD8__.glif</string>
- <key>uni1DD9</key>
- <string>uni1DD9__.glif</string>
- <key>uni1DDA</key>
- <string>uni1DDA___.glif</string>
- <key>uni1DDB</key>
- <string>uni1DDB___.glif</string>
- <key>uni1DDC</key>
- <string>uni1DDC___.glif</string>
- <key>uni1DDD</key>
- <string>uni1DDD___.glif</string>
- <key>uni1DDE</key>
- <string>uni1DDE___.glif</string>
- <key>uni1DDF</key>
- <string>uni1DDF___.glif</string>
- <key>uni1DE0</key>
- <string>uni1DE0__.glif</string>
- <key>uni1DE1</key>
- <string>uni1DE1__.glif</string>
- <key>uni1DE2</key>
- <string>uni1DE2__.glif</string>
- <key>uni1DE3</key>
- <string>uni1DE3__.glif</string>
- <key>uni1DE4</key>
- <string>uni1DE4__.glif</string>
- <key>uni1DE5</key>
- <string>uni1DE5__.glif</string>
- <key>uni1DE6</key>
- <string>uni1DE6__.glif</string>
- <key>uni1DE7</key>
- <string>uni1DE7__.glif</string>
- <key>uni1DE8</key>
- <string>uni1DE8__.glif</string>
- <key>uni1DE9</key>
- <string>uni1DE9__.glif</string>
- <key>uni1DEA</key>
- <string>uni1DEA___.glif</string>
- <key>uni1DEB</key>
- <string>uni1DEB___.glif</string>
- <key>uni1DEC</key>
- <string>uni1DEC___.glif</string>
- <key>uni1DED</key>
- <string>uni1DED___.glif</string>
- <key>uni1DEE</key>
- <string>uni1DEE___.glif</string>
- <key>uni1DEF</key>
- <string>uni1DEF___.glif</string>
- <key>uni1DF0</key>
- <string>uni1DF0__.glif</string>
- <key>uni1DF1</key>
- <string>uni1DF1__.glif</string>
- <key>uni1DF2</key>
- <string>uni1DF2__.glif</string>
- <key>uni1DF3</key>
- <string>uni1DF3__.glif</string>
- <key>uni1DF4</key>
- <string>uni1DF4__.glif</string>
- <key>uni1DF5</key>
- <string>uni1DF5__.glif</string>
- <key>uni1DFC</key>
- <string>uni1DFC___.glif</string>
- <key>uni1DFD</key>
- <string>uni1DFD___.glif</string>
- <key>uni1DFE</key>
- <string>uni1DFE___.glif</string>
- <key>uni1DFF</key>
- <string>uni1DFF___.glif</string>
- <key>uni1E9D</key>
- <string>uni1E9D__.glif</string>
- <key>uni1E9F</key>
- <string>uni1E9F__.glif</string>
- <key>uni1EFA</key>
- <string>uni1EFA___.glif</string>
- <key>uni1EFB</key>
- <string>uni1EFB___.glif</string>
- <key>uni1EFC</key>
- <string>uni1EFC___.glif</string>
- <key>uni1EFD</key>
- <string>uni1EFD___.glif</string>
- <key>uni1EFE</key>
- <string>uni1EFE___.glif</string>
- <key>uni1EFF</key>
- <string>uni1EFF___.glif</string>
- <key>uni1F16A</key>
- <string>uni1F16A__.glif</string>
- <key>uni1F16B</key>
- <string>uni1F16B__.glif</string>
- <key>uni1FBD</key>
- <string>uni1FBD___.glif</string>
- <key>uni1FBE</key>
- <string>uni1FBE___.glif</string>
- <key>uni1FBF</key>
- <string>uni1FBF___.glif</string>
- <key>uni1FC0</key>
- <string>uni1FC0__.glif</string>
- <key>uni1FC1</key>
- <string>uni1FC1__.glif</string>
- <key>uni1FCD</key>
- <string>uni1FCD___.glif</string>
- <key>uni1FCE</key>
- <string>uni1FCE___.glif</string>
- <key>uni1FCF</key>
- <string>uni1FCF___.glif</string>
- <key>uni1FDD</key>
- <string>uni1FDD___.glif</string>
- <key>uni1FDE</key>
- <string>uni1FDE___.glif</string>
- <key>uni1FDF</key>
- <string>uni1FDF___.glif</string>
- <key>uni1FED</key>
- <string>uni1FED___.glif</string>
- <key>uni1FEE</key>
- <string>uni1FEE___.glif</string>
- <key>uni1FEF</key>
- <string>uni1FEF___.glif</string>
- <key>uni1FFD</key>
- <string>uni1FFD___.glif</string>
- <key>uni1FFE</key>
- <string>uni1FFE___.glif</string>
- <key>uni2009.fra</key>
- <string>uni2009.fra.glif</string>
- <key>uni204A</key>
- <string>uni204A_.glif</string>
- <key>uni204B</key>
- <string>uni204B_.glif</string>
- <key>uni204C</key>
- <string>uni204C_.glif</string>
- <key>uni204D</key>
- <string>uni204D_.glif</string>
- <key>uni204E</key>
- <string>uni204E_.glif</string>
- <key>uni204F</key>
- <string>uni204F_.glif</string>
- <key>uni2050</key>
- <string>uni2050.glif</string>
- <key>uni2051</key>
- <string>uni2051.glif</string>
- <key>uni2052</key>
- <string>uni2052.glif</string>
- <key>uni2053</key>
- <string>uni2053.glif</string>
- <key>uni2054</key>
- <string>uni2054.glif</string>
- <key>uni2055</key>
- <string>uni2055.glif</string>
- <key>uni2056</key>
- <string>uni2056.glif</string>
- <key>uni2057</key>
- <string>uni2057.glif</string>
- <key>uni2058</key>
- <string>uni2058.glif</string>
- <key>uni2059</key>
- <string>uni2059.glif</string>
- <key>uni205A</key>
- <string>uni205A_.glif</string>
- <key>uni205B</key>
- <string>uni205B_.glif</string>
- <key>uni205C</key>
- <string>uni205C_.glif</string>
- <key>uni205D</key>
- <string>uni205D_.glif</string>
- <key>uni205E</key>
- <string>uni205E_.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>uni2093</key>
- <string>uni2093.glif</string>
- <key>uni2094</key>
- <string>uni2094.glif</string>
- <key>uni2095</key>
- <string>uni2095.glif</string>
- <key>uni2096</key>
- <string>uni2096.glif</string>
- <key>uni2097</key>
- <string>uni2097.glif</string>
- <key>uni2098</key>
- <string>uni2098.glif</string>
- <key>uni2099</key>
- <string>uni2099.glif</string>
- <key>uni209A</key>
- <string>uni209A_.glif</string>
- <key>uni209B</key>
- <string>uni209B_.glif</string>
- <key>uni209C</key>
- <string>uni209C_.glif</string>
- <key>uni20AF</key>
- <string>uni20AF__.glif</string>
- <key>uni20B0</key>
- <string>uni20B0_.glif</string>
- <key>uni20B6</key>
- <string>uni20B6_.glif</string>
- <key>uni20B7</key>
- <string>uni20B7_.glif</string>
- <key>uni20B9</key>
- <string>uni20B9_.glif</string>
- <key>uni20BA</key>
- <string>uni20BA__.glif</string>
- <key>uni20BB</key>
- <string>uni20BB__.glif</string>
- <key>uni20BD</key>
- <string>uni20BD__.glif</string>
- <key>uni20DB</key>
- <string>uni20DB__.glif</string>
- <key>uni20DC</key>
- <string>uni20DC__.glif</string>
- <key>uni20E3</key>
- <string>uni20E3_.glif</string>
- <key>uni20E8</key>
- <string>uni20E8_.glif</string>
- <key>uni20F0</key>
- <string>uni20F0_.glif</string>
- <key>uni213B</key>
- <string>uni213B_.glif</string>
- <key>uni214D</key>
- <string>uni214D_.glif</string>
- <key>uni214F</key>
- <string>uni214F_.glif</string>
- <key>uni2150</key>
- <string>uni2150.glif</string>
- <key>uni2151</key>
- <string>uni2151.glif</string>
- <key>uni2152</key>
- <string>uni2152.glif</string>
- <key>uni2155</key>
- <string>uni2155.glif</string>
- <key>uni2156</key>
- <string>uni2156.glif</string>
- <key>uni2157</key>
- <string>uni2157.glif</string>
- <key>uni2158</key>
- <string>uni2158.glif</string>
- <key>uni2159</key>
- <string>uni2159.glif</string>
- <key>uni215A</key>
- <string>uni215A_.glif</string>
- <key>uni215F</key>
- <string>uni215F_.glif</string>
- <key>uni217C</key>
- <string>uni217C_.glif</string>
- <key>uni217D</key>
- <string>uni217D_.glif</string>
- <key>uni217E</key>
- <string>uni217E_.glif</string>
- <key>uni217F</key>
- <string>uni217F_.glif</string>
- <key>uni2180</key>
- <string>uni2180.glif</string>
- <key>uni2181</key>
- <string>uni2181.glif</string>
- <key>uni2182</key>
- <string>uni2182.glif</string>
- <key>uni2183</key>
- <string>uni2183.glif</string>
- <key>uni2184</key>
- <string>uni2184.glif</string>
- <key>uni2185</key>
- <string>uni2185.glif</string>
- <key>uni2186</key>
- <string>uni2186.glif</string>
- <key>uni2187</key>
- <string>uni2187.glif</string>
- <key>uni2188</key>
- <string>uni2188.glif</string>
- <key>uni2189</key>
- <string>uni2189.glif</string>
- <key>uni27EF</key>
- <string>uni27EF__.glif</string>
- <key>uni2B4E</key>
- <string>uni2B4E__.glif</string>
- <key>uni2B4F</key>
- <string>uni2B4F__.glif</string>
- <key>uni2B5A</key>
- <string>uni2B5A__.glif</string>
- <key>uni2B5B</key>
- <string>uni2B5B__.glif</string>
- <key>uni2B5C</key>
- <string>uni2B5C__.glif</string>
- <key>uni2B5D</key>
- <string>uni2B5D__.glif</string>
- <key>uni2B5E</key>
- <string>uni2B5E__.glif</string>
- <key>uni2B5F</key>
- <string>uni2B5F__.glif</string>
- <key>uni2C7F</key>
- <string>uni2C7F__.glif</string>
- <key>uni2DFF</key>
- <string>uni2DFF___.glif</string>
- <key>uniA69F</key>
- <string>uniA69F__.glif</string>
- <key>uniA7FF</key>
- <string>uniA7FF___.glif</string>
- <key>uniA92E</key>
- <string>uniA92E__.glif</string>
- <key>uniE001</key>
- <string>uniE001_.glif</string>
- <key>uniFE20</key>
- <string>uniFE20__.glif</string>
- <key>uniFE21</key>
- <string>uniFE21__.glif</string>
- <key>uniFE22</key>
- <string>uniFE22__.glif</string>
- <key>uniFE23</key>
- <string>uniFE23__.glif</string>
- <key>uniFE24</key>
- <string>uniFE24__.glif</string>
- <key>uniFE25</key>
- <string>uniFE25__.glif</string>
- <key>uniFE26</key>
- <string>uniFE26__.glif</string>
- <key>uniFE27</key>
- <string>uniFE27__.glif</string>
- <key>uniFE28</key>
- <string>uniFE28__.glif</string>
- <key>uniFE29</key>
- <string>uniFE29__.glif</string>
- <key>uniFE2A</key>
- <string>uniFE2A___.glif</string>
- <key>uniFE2B</key>
- <string>uniFE2B___.glif</string>
- <key>uniFE2C</key>
- <string>uniFE2C___.glif</string>
- <key>uniFE2D</key>
- <string>uniFE2D___.glif</string>
- <key>upsilon</key>
- <string>upsilon.glif</string>
- <key>upsilonlatin</key>
- <string>upsilonlatin.glif</string>
- <key>uptackmod</key>
- <string>uptackmod.glif</string>
- <key>utilde</key>
- <string>utilde.glif</string>
- <key>v</key>
- <string>v.glif</string>
- <key>vecyrillic</key>
- <string>vecyrillic.glif</string>
- <key>versicle</key>
- <string>versicle.glif</string>
- <key>verticalbardbl</key>
- <string>verticalbardbl.glif</string>
- <key>verticallinelowmod</key>
- <string>verticallinelowmod.glif</string>
- <key>vscript</key>
- <string>vscript.glif</string>
- <key>vturn</key>
- <string>vturn.glif</string>
- <key>w</key>
- <string>w.glif</string>
- <key>wdieresis</key>
- <string>wdieresis.glif</string>
- <key>won</key>
- <string>won.glif</string>
- <key>wsuper</key>
- <string>wsuper.glif</string>
- <key>wturn</key>
- <string>wturn.glif</string>
- <key>wynn</key>
- <string>wynn.glif</string>
- <key>x</key>
- <string>x.glif</string>
- <key>xi</key>
- <string>xi.glif</string>
- <key>xsuper</key>
- <string>xsuper.glif</string>
- <key>xsupnosp</key>
- <string>xsupnosp.glif</string>
- <key>y</key>
- <string>y.glif</string>
- <key>yatcyrillic</key>
- <string>yatcyrillic.glif</string>
- <key>ydieresis</key>
- <string>ydieresis.glif</string>
- <key>yen</key>
- <string>yen.glif</string>
- <key>yericyrillic</key>
- <string>yericyrillic.glif</string>
- <key>yhook</key>
- <string>yhook.glif</string>
- <key>ysuper</key>
- <string>ysuper.glif</string>
- <key>yturn</key>
- <string>yturn.glif</string>
- <key>yusbigcyrillic</key>
- <string>yusbigcyrillic.glif</string>
- <key>yusbigiotifiedcyrillic</key>
- <string>yusbigiotifiedcyrillic.glif</string>
- <key>yuslittlecyrillic</key>
- <string>yuslittlecyrillic.glif</string>
- <key>yuslittleiotifiedcyrillic</key>
- <string>yuslittleiotifiedcyrillic.glif</string>
- <key>z</key>
- <string>z.glif</string>
- <key>zbar</key>
- <string>zbar.glif</string>
- <key>zcurl</key>
- <string>zcurl.glif</string>
- <key>zecyrillic</key>
- <string>zecyrillic.glif</string>
- <key>zero</key>
- <string>zero.glif</string>
- <key>zero.frac</key>
- <string>zero.frac.glif</string>
- <key>zero.slash</key>
- <string>zero.slash.glif</string>
- <key>zero.sup</key>
- <string>zero.sup.glif</string>
- <key>zero.tnum</key>
- <string>zero.tnum.glif</string>
- <key>zero.tnum.slash</key>
- <string>zero.tnum.slash.glif</string>
- <key>zerosub</key>
- <string>zerosub.glif</string>
- <key>zerosuperior</key>
- <string>zerosuperior.glif</string>
- <key>zerowidthjoiner</key>
- <string>zerowidthjoiner.glif</string>
- <key>zerowidthspace</key>
- <string>zerowidthspace.glif</string>
- <key>zeta</key>
- <string>zeta.glif</string>
- <key>zhecyrillic</key>
- <string>zhecyrillic.glif</string>
- <key>zhedescendercyrillic</key>
- <string>zhedescendercyrillic.glif</string>
- <key>zhook</key>
- <string>zhook.glif</string>
- <key>zrthook</key>
- <string>zrthook.glif</string>
-</dict>
+ <dict>
+ <key>.notdef</key>
+ <string>_notdef.glif</string>
+ <key>.null</key>
+ <string>_null.glif</string>
+ <key>A</key>
+ <string>A_.glif</string>
+ <key>AE</key>
+ <string>A_E_.glif</string>
+ <key>AEacute</key>
+ <string>A_E_acute.glif</string>
+ <key>AEmacron</key>
+ <string>A_E_macron.glif</string>
+ <key>Aacute</key>
+ <string>A_acute.glif</string>
+ <key>Abreve</key>
+ <string>A_breve.glif</string>
+ <key>Abreveacute</key>
+ <string>A_breveacute.glif</string>
+ <key>Abrevecyrillic</key>
+ <string>A_brevecyrillic.glif</string>
+ <key>Abrevedotbelow</key>
+ <string>A_brevedotbelow.glif</string>
+ <key>Abrevegrave</key>
+ <string>A_brevegrave.glif</string>
+ <key>Abrevehookabove</key>
+ <string>A_brevehookabove.glif</string>
+ <key>Abrevetilde</key>
+ <string>A_brevetilde.glif</string>
+ <key>Acaron</key>
+ <string>A_caron.glif</string>
+ <key>Acircumflex</key>
+ <string>A_circumflex.glif</string>
+ <key>Acircumflexacute</key>
+ <string>A_circumflexacute.glif</string>
+ <key>Acircumflexdotbelow</key>
+ <string>A_circumflexdotbelow.glif</string>
+ <key>Acircumflexgrave</key>
+ <string>A_circumflexgrave.glif</string>
+ <key>Acircumflexhookabove</key>
+ <string>A_circumflexhookabove.glif</string>
+ <key>Acircumflextilde</key>
+ <string>A_circumflextilde.glif</string>
+ <key>Adblgrave</key>
+ <string>A_dblgrave.glif</string>
+ <key>Adieresis</key>
+ <string>A_dieresis.glif</string>
+ <key>Adieresiscyrillic</key>
+ <string>A_dieresiscyrillic.glif</string>
+ <key>Adieresismacron</key>
+ <string>A_dieresismacron.glif</string>
+ <key>Adotbelow</key>
+ <string>A_dotbelow.glif</string>
+ <key>Adotmacron</key>
+ <string>A_dotmacron.glif</string>
+ <key>Agrave</key>
+ <string>A_grave.glif</string>
+ <key>Ahookabove</key>
+ <string>A_hookabove.glif</string>
+ <key>Aiecyrillic</key>
+ <string>A_iecyrillic.glif</string>
+ <key>Ainvertedbreve</key>
+ <string>A_invertedbreve.glif</string>
+ <key>Alpha</key>
+ <string>A_lpha.glif</string>
+ <key>Alphatonos</key>
+ <string>A_lphatonos.glif</string>
+ <key>Amacron</key>
+ <string>A_macron.glif</string>
+ <key>Aogonek</key>
+ <string>A_ogonek.glif</string>
+ <key>Aogonek.NAV</key>
+ <string>A_ogonek.N_A_V_.glif</string>
+ <key>Aring</key>
+ <string>A_ring.glif</string>
+ <key>Aringacute</key>
+ <string>A_ringacute.glif</string>
+ <key>Aringbelow</key>
+ <string>A_ringbelow.glif</string>
+ <key>Atilde</key>
+ <string>A_tilde.glif</string>
+ <key>B</key>
+ <string>B_.glif</string>
+ <key>Bdotaccent</key>
+ <string>B_dotaccent.glif</string>
+ <key>Bdotbelow</key>
+ <string>B_dotbelow.glif</string>
+ <key>Beta</key>
+ <string>B_eta.glif</string>
+ <key>Bhook</key>
+ <string>B_hook.glif</string>
+ <key>Blinebelow</key>
+ <string>B_linebelow.glif</string>
+ <key>Btopbar</key>
+ <string>B_topbar.glif</string>
+ <key>C</key>
+ <string>C_.glif</string>
+ <key>CR</key>
+ <string>C_R_.glif</string>
+ <key>Cacute</key>
+ <string>C_acute.glif</string>
+ <key>Ccaron</key>
+ <string>C_caron.glif</string>
+ <key>Ccedilla</key>
+ <string>C_cedilla.glif</string>
+ <key>Ccedillaacute</key>
+ <string>C_cedillaacute.glif</string>
+ <key>Ccircumflex</key>
+ <string>C_circumflex.glif</string>
+ <key>Cdotaccent</key>
+ <string>C_dotaccent.glif</string>
+ <key>Cheabkhasiancyrillic</key>
+ <string>C_heabkhasiancyrillic.glif</string>
+ <key>Chedescenderabkhasiancyrillic</key>
+ <string>C_hedescenderabkhasiancyrillic.glif</string>
+ <key>Chedescendercyrillic</key>
+ <string>C_hedescendercyrillic.glif</string>
+ <key>Chedieresiscyrillic</key>
+ <string>C_hedieresiscyrillic.glif</string>
+ <key>Chekhakassiancyrillic</key>
+ <string>C_hekhakassiancyrillic.glif</string>
+ <key>Cheverticalstrokecyrillic</key>
+ <string>C_heverticalstrokecyrillic.glif</string>
+ <key>Chi</key>
+ <string>C_hi.glif</string>
+ <key>Chook</key>
+ <string>C_hook.glif</string>
+ <key>D</key>
+ <string>D_.glif</string>
+ <key>DZ</key>
+ <string>D_Z_.glif</string>
+ <key>Dbar1</key>
+ <string>D_bar1.glif</string>
+ <key>Dcaron</key>
+ <string>D_caron.glif</string>
+ <key>Dcedilla</key>
+ <string>D_cedilla.glif</string>
+ <key>Dcircumflexbelow</key>
+ <string>D_circumflexbelow.glif</string>
+ <key>Dcroat</key>
+ <string>D_croat.glif</string>
+ <key>Ddotaccent</key>
+ <string>D_dotaccent.glif</string>
+ <key>Ddotbelow</key>
+ <string>D_dotbelow.glif</string>
+ <key>Delta</key>
+ <string>D_elta.glif</string>
+ <key>Dhook</key>
+ <string>D_hook.glif</string>
+ <key>Digamma</key>
+ <string>D_igamma.glif</string>
+ <key>Dlinebelow</key>
+ <string>D_linebelow.glif</string>
+ <key>Dtopbar</key>
+ <string>D_topbar.glif</string>
+ <key>Dz</key>
+ <string>D_z.glif</string>
+ <key>Dzcaron_</key>
+ <string>D_zcaron_.glif</string>
+ <key>Dzeabkhasiancyrillic</key>
+ <string>D_zeabkhasiancyrillic.glif</string>
+ <key>E</key>
+ <string>E_.glif</string>
+ <key>Eacute</key>
+ <string>E_acute.glif</string>
+ <key>Ebreve</key>
+ <string>E_breve.glif</string>
+ <key>Ecaron</key>
+ <string>E_caron.glif</string>
+ <key>Ecedillabreve</key>
+ <string>E_cedillabreve.glif</string>
+ <key>Ecircumflex</key>
+ <string>E_circumflex.glif</string>
+ <key>Ecircumflexacute</key>
+ <string>E_circumflexacute.glif</string>
+ <key>Ecircumflexbelow</key>
+ <string>E_circumflexbelow.glif</string>
+ <key>Ecircumflexdotbelow</key>
+ <string>E_circumflexdotbelow.glif</string>
+ <key>Ecircumflexgrave</key>
+ <string>E_circumflexgrave.glif</string>
+ <key>Ecircumflexhookabove</key>
+ <string>E_circumflexhookabove.glif</string>
+ <key>Ecircumflextilde</key>
+ <string>E_circumflextilde.glif</string>
+ <key>Edblgrave</key>
+ <string>E_dblgrave.glif</string>
+ <key>Edieresis</key>
+ <string>E_dieresis.glif</string>
+ <key>Edotaccent</key>
+ <string>E_dotaccent.glif</string>
+ <key>Edotbelow</key>
+ <string>E_dotbelow.glif</string>
+ <key>Egrave</key>
+ <string>E_grave.glif</string>
+ <key>Ehookabove</key>
+ <string>E_hookabove.glif</string>
+ <key>Einvertedbreve</key>
+ <string>E_invertedbreve.glif</string>
+ <key>Eiotifiedcyrillic</key>
+ <string>E_iotifiedcyrillic.glif</string>
+ <key>Emacron</key>
+ <string>E_macron.glif</string>
+ <key>Emacronacute</key>
+ <string>E_macronacute.glif</string>
+ <key>Emacrongrave</key>
+ <string>E_macrongrave.glif</string>
+ <key>Endescendercyrillic</key>
+ <string>E_ndescendercyrillic.glif</string>
+ <key>Eng</key>
+ <string>E_ng.glif</string>
+ <key>Enghecyrillic</key>
+ <string>E_nghecyrillic.glif</string>
+ <key>Enhookcyrillic</key>
+ <string>E_nhookcyrillic.glif</string>
+ <key>Eogonek</key>
+ <string>E_ogonek.glif</string>
+ <key>Eogonek.NAV</key>
+ <string>E_ogonek.N_A_V_.glif</string>
+ <key>Epsilon</key>
+ <string>E_psilon.glif</string>
+ <key>Epsilon1</key>
+ <string>E_psilon1.glif</string>
+ <key>Epsilontonos</key>
+ <string>E_psilontonos.glif</string>
+ <key>Esdescendercyrillic</key>
+ <string>E_sdescendercyrillic.glif</string>
+ <key>Esh</key>
+ <string>E_sh.glif</string>
+ <key>Eta</key>
+ <string>E_ta.glif</string>
+ <key>Etatonos</key>
+ <string>E_tatonos.glif</string>
+ <key>Eth</key>
+ <string>E_th.glif</string>
+ <key>Etilde</key>
+ <string>E_tilde.glif</string>
+ <key>Etildebelow</key>
+ <string>E_tildebelow.glif</string>
+ <key>Eturn</key>
+ <string>E_turn.glif</string>
+ <key>Euro</key>
+ <string>E_uro.glif</string>
+ <key>Ezh</key>
+ <string>E_zh.glif</string>
+ <key>Ezhcaron</key>
+ <string>E_zhcaron.glif</string>
+ <key>Ezhreversed</key>
+ <string>E_zhreversed.glif</string>
+ <key>F</key>
+ <string>F_.glif</string>
+ <key>Fdotaccent</key>
+ <string>F_dotaccent.glif</string>
+ <key>Fhook</key>
+ <string>F_hook.glif</string>
+ <key>Fturn</key>
+ <string>F_turn.glif</string>
+ <key>G</key>
+ <string>G_.glif</string>
+ <key>Gacute</key>
+ <string>G_acute.glif</string>
+ <key>Gamma</key>
+ <string>G_amma.glif</string>
+ <key>Gamma1</key>
+ <string>G_amma1.glif</string>
+ <key>Gbar</key>
+ <string>G_bar.glif</string>
+ <key>Gbreve</key>
+ <string>G_breve.glif</string>
+ <key>Gcaron</key>
+ <string>G_caron.glif</string>
+ <key>Gcircumflex</key>
+ <string>G_circumflex.glif</string>
+ <key>Gcommaaccent</key>
+ <string>G_commaaccent.glif</string>
+ <key>Gdotaccent</key>
+ <string>G_dotaccent.glif</string>
+ <key>Germandbls</key>
+ <string>G_ermandbls.glif</string>
+ <key>Ghemiddlehookcyrillic</key>
+ <string>G_hemiddlehookcyrillic.glif</string>
+ <key>Ghestrokecyrillic</key>
+ <string>G_hestrokecyrillic.glif</string>
+ <key>Ghook</key>
+ <string>G_hook.glif</string>
+ <key>Gmacron</key>
+ <string>G_macron.glif</string>
+ <key>Gsmallcap</key>
+ <string>G_smallcap.glif</string>
+ <key>Gsmallcaphook</key>
+ <string>G_smallcaphook.glif</string>
+ <key>H</key>
+ <string>H_.glif</string>
+ <key>Haabkhasiancyrillic</key>
+ <string>H_aabkhasiancyrillic.glif</string>
+ <key>Hadescendercyrillic</key>
+ <string>H_adescendercyrillic.glif</string>
+ <key>Hbar</key>
+ <string>H_bar.glif</string>
+ <key>Hbrevebelow</key>
+ <string>H_brevebelow.glif</string>
+ <key>Hcedilla</key>
+ <string>H_cedilla.glif</string>
+ <key>Hcircumflex</key>
+ <string>H_circumflex.glif</string>
+ <key>Hdieresis</key>
+ <string>H_dieresis.glif</string>
+ <key>Hdotaccent</key>
+ <string>H_dotaccent.glif</string>
+ <key>Hdotbelow</key>
+ <string>H_dotbelow.glif</string>
+ <key>I</key>
+ <string>I_.glif</string>
+ <key>IJ</key>
+ <string>I_J_.glif</string>
+ <key>Iacute</key>
+ <string>I_acute.glif</string>
+ <key>Ibreve</key>
+ <string>I_breve.glif</string>
+ <key>Icaron</key>
+ <string>I_caron.glif</string>
+ <key>Icircumflex</key>
+ <string>I_circumflex.glif</string>
+ <key>Idblgrave</key>
+ <string>I_dblgrave.glif</string>
+ <key>Idieresis</key>
+ <string>I_dieresis.glif</string>
+ <key>Idieresisacute</key>
+ <string>I_dieresisacute.glif</string>
+ <key>Idieresiscyrillic</key>
+ <string>I_dieresiscyrillic.glif</string>
+ <key>Idotaccent</key>
+ <string>I_dotaccent.glif</string>
+ <key>Idotbelow</key>
+ <string>I_dotbelow.glif</string>
+ <key>Iebrevecyrillic</key>
+ <string>I_ebrevecyrillic.glif</string>
+ <key>Igrave</key>
+ <string>I_grave.glif</string>
+ <key>Ihookabove</key>
+ <string>I_hookabove.glif</string>
+ <key>Iinvertedbreve</key>
+ <string>I_invertedbreve.glif</string>
+ <key>Imacron</key>
+ <string>I_macron.glif</string>
+ <key>Imacroncyrillic</key>
+ <string>I_macroncyrillic.glif</string>
+ <key>Iogonek</key>
+ <string>I_ogonek.glif</string>
+ <key>Iota</key>
+ <string>I_ota.glif</string>
+ <key>Iota1</key>
+ <string>I_ota1.glif</string>
+ <key>Iotadieresis</key>
+ <string>I_otadieresis.glif</string>
+ <key>Iotatonos</key>
+ <string>I_otatonos.glif</string>
+ <key>Ismallcap</key>
+ <string>I_smallcap.glif</string>
+ <key>Istroke</key>
+ <string>I_stroke.glif</string>
+ <key>Itilde</key>
+ <string>I_tilde.glif</string>
+ <key>Itildebelow</key>
+ <string>I_tildebelow.glif</string>
+ <key>Izhitsadblgravecyrillic</key>
+ <string>I_zhitsadblgravecyrillic.glif</string>
+ <key>J</key>
+ <string>J_.glif</string>
+ <key>Jcircumflex</key>
+ <string>J_circumflex.glif</string>
+ <key>K</key>
+ <string>K_.glif</string>
+ <key>Kabashkircyrillic</key>
+ <string>K_abashkircyrillic.glif</string>
+ <key>Kacute</key>
+ <string>K_acute.glif</string>
+ <key>Kacyr</key>
+ <string>K_acyr.glif</string>
+ <key>Kadescendercyrillic</key>
+ <string>K_adescendercyrillic.glif</string>
+ <key>Kahookcyrillic</key>
+ <string>K_ahookcyrillic.glif</string>
+ <key>Kappa</key>
+ <string>K_appa.glif</string>
+ <key>Kaverticalstrokecyrillic</key>
+ <string>K_averticalstrokecyrillic.glif</string>
+ <key>Kcaron</key>
+ <string>K_caron.glif</string>
+ <key>Kcommaaccent</key>
+ <string>K_commaaccent.glif</string>
+ <key>Kdotbelow</key>
+ <string>K_dotbelow.glif</string>
+ <key>Khook</key>
+ <string>K_hook.glif</string>
+ <key>Klinebelow</key>
+ <string>K_linebelow.glif</string>
+ <key>Koppa</key>
+ <string>K_oppa.glif</string>
+ <key>Koppacyrillic</key>
+ <string>K_oppacyrillic.glif</string>
+ <key>Ksicyrillic</key>
+ <string>K_sicyrillic.glif</string>
+ <key>L</key>
+ <string>L_.glif</string>
+ <key>LJ</key>
+ <string>L_J_.glif</string>
+ <key>L_bar</key>
+ <string>L__bar.glif</string>
+ <key>L_slash</key>
+ <string>L__slash.glif</string>
+ <key>Lacute</key>
+ <string>L_acute.glif</string>
+ <key>Lambda</key>
+ <string>L_ambda.glif</string>
+ <key>Lcaron</key>
+ <string>L_caron.glif</string>
+ <key>Lcircumflexbelow</key>
+ <string>L_circumflexbelow.glif</string>
+ <key>Lcommaaccent</key>
+ <string>L_commaaccent.glif</string>
+ <key>Ldot</key>
+ <string>L_dot.glif</string>
+ <key>Ldotbelow</key>
+ <string>L_dotbelow.glif</string>
+ <key>Ldotbelowmacron</key>
+ <string>L_dotbelowmacron.glif</string>
+ <key>Lj</key>
+ <string>L_j.glif</string>
+ <key>Llinebelow</key>
+ <string>L_linebelow.glif</string>
+ <key>Lsmallcap</key>
+ <string>L_smallcap.glif</string>
+ <key>M</key>
+ <string>M_.glif</string>
+ <key>Macute</key>
+ <string>M_acute.glif</string>
+ <key>Mdotaccent</key>
+ <string>M_dotaccent.glif</string>
+ <key>Mdotbelow</key>
+ <string>M_dotbelow.glif</string>
+ <key>Mu</key>
+ <string>M_u.glif</string>
+ <key>N</key>
+ <string>N_.glif</string>
+ <key>NJ</key>
+ <string>N_J_.glif</string>
+ <key>Nacute</key>
+ <string>N_acute.glif</string>
+ <key>Ncaron</key>
+ <string>N_caron.glif</string>
+ <key>Ncircumflexbelow</key>
+ <string>N_circumflexbelow.glif</string>
+ <key>Ncommaaccent</key>
+ <string>N_commaaccent.glif</string>
+ <key>Ndotaccent</key>
+ <string>N_dotaccent.glif</string>
+ <key>Ndotbelow</key>
+ <string>N_dotbelow.glif</string>
+ <key>Nhook</key>
+ <string>N_hook.glif</string>
+ <key>Nj</key>
+ <string>N_j.glif</string>
+ <key>Nlinebelow</key>
+ <string>N_linebelow.glif</string>
+ <key>Nsmallcap</key>
+ <string>N_smallcap.glif</string>
+ <key>Ntilde</key>
+ <string>N_tilde.glif</string>
+ <key>Nu</key>
+ <string>N_u.glif</string>
+ <key>O</key>
+ <string>O_.glif</string>
+ <key>OE</key>
+ <string>O_E_.glif</string>
+ <key>OEsmallcap</key>
+ <string>O_E_smallcap.glif</string>
+ <key>OI</key>
+ <string>O_I_.glif</string>
+ <key>Oacute</key>
+ <string>O_acute.glif</string>
+ <key>Obar</key>
+ <string>O_bar.glif</string>
+ <key>Obarredcyrillic</key>
+ <string>O_barredcyrillic.glif</string>
+ <key>Obarreddieresiscyrillic</key>
+ <string>O_barreddieresiscyrillic.glif</string>
+ <key>Obreve</key>
+ <string>O_breve.glif</string>
+ <key>Ocaron</key>
+ <string>O_caron.glif</string>
+ <key>Ocircumflex</key>
+ <string>O_circumflex.glif</string>
+ <key>Ocircumflexacute</key>
+ <string>O_circumflexacute.glif</string>
+ <key>Ocircumflexdotbelow</key>
+ <string>O_circumflexdotbelow.glif</string>
+ <key>Ocircumflexgrave</key>
+ <string>O_circumflexgrave.glif</string>
+ <key>Ocircumflexhookabove</key>
+ <string>O_circumflexhookabove.glif</string>
+ <key>Ocircumflextilde</key>
+ <string>O_circumflextilde.glif</string>
+ <key>Odblgrave</key>
+ <string>O_dblgrave.glif</string>
+ <key>Odieresis</key>
+ <string>O_dieresis.glif</string>
+ <key>Odieresiscyrillic</key>
+ <string>O_dieresiscyrillic.glif</string>
+ <key>Odotbelow</key>
+ <string>O_dotbelow.glif</string>
+ <key>Ograve</key>
+ <string>O_grave.glif</string>
+ <key>Ohookabove</key>
+ <string>O_hookabove.glif</string>
+ <key>Ohorn</key>
+ <string>O_horn.glif</string>
+ <key>Ohornacute</key>
+ <string>O_hornacute.glif</string>
+ <key>Ohorndotbelow</key>
+ <string>O_horndotbelow.glif</string>
+ <key>Ohorngrave</key>
+ <string>O_horngrave.glif</string>
+ <key>Ohornhookabove</key>
+ <string>O_hornhookabove.glif</string>
+ <key>Ohorntilde</key>
+ <string>O_horntilde.glif</string>
+ <key>Ohungarumlaut</key>
+ <string>O_hungarumlaut.glif</string>
+ <key>Oinvertedbreve</key>
+ <string>O_invertedbreve.glif</string>
+ <key>Omacron</key>
+ <string>O_macron.glif</string>
+ <key>Omacronacute</key>
+ <string>O_macronacute.glif</string>
+ <key>Omacrongrave</key>
+ <string>O_macrongrave.glif</string>
+ <key>Omega</key>
+ <string>O_mega.glif</string>
+ <key>Omegacyrillic</key>
+ <string>O_megacyrillic.glif</string>
+ <key>Omegaroundcyrillic</key>
+ <string>O_megaroundcyrillic.glif</string>
+ <key>Omegatitlocyrillic</key>
+ <string>O_megatitlocyrillic.glif</string>
+ <key>Omegatonos</key>
+ <string>O_megatonos.glif</string>
+ <key>Omicron</key>
+ <string>O_micron.glif</string>
+ <key>Omicrontonos</key>
+ <string>O_microntonos.glif</string>
+ <key>Oogonek</key>
+ <string>O_ogonek.glif</string>
+ <key>Oogonek.NAV</key>
+ <string>O_ogonek.N_A_V_.glif</string>
+ <key>Oogonekmacron</key>
+ <string>O_ogonekmacron.glif</string>
+ <key>Oopen</key>
+ <string>O_open.glif</string>
+ <key>Oslash</key>
+ <string>O_slash.glif</string>
+ <key>Oslashacute</key>
+ <string>O_slashacute.glif</string>
+ <key>Otcyrillic</key>
+ <string>O_tcyrillic.glif</string>
+ <key>Otilde</key>
+ <string>O_tilde.glif</string>
+ <key>Otildeacute</key>
+ <string>O_tildeacute.glif</string>
+ <key>Otildedieresis</key>
+ <string>O_tildedieresis.glif</string>
+ <key>P</key>
+ <string>P_.glif</string>
+ <key>Pacute</key>
+ <string>P_acute.glif</string>
+ <key>Pdotaccent</key>
+ <string>P_dotaccent.glif</string>
+ <key>Pemiddlehookcyrillic</key>
+ <string>P_emiddlehookcyrillic.glif</string>
+ <key>Phi</key>
+ <string>P_hi.glif</string>
+ <key>Phook</key>
+ <string>P_hook.glif</string>
+ <key>Pi</key>
+ <string>P_i.glif</string>
+ <key>Psi</key>
+ <string>P_si.glif</string>
+ <key>Psicyrillic</key>
+ <string>P_sicyrillic.glif</string>
+ <key>Q</key>
+ <string>Q_.glif</string>
+ <key>Q_rthook</key>
+ <string>Q__rthook.glif</string>
+ <key>R</key>
+ <string>R_.glif</string>
+ <key>Racute</key>
+ <string>R_acute.glif</string>
+ <key>Rcaron</key>
+ <string>R_caron.glif</string>
+ <key>Rcommaaccent</key>
+ <string>R_commaaccent.glif</string>
+ <key>Rdblgrave</key>
+ <string>R_dblgrave.glif</string>
+ <key>Rdotaccent</key>
+ <string>R_dotaccent.glif</string>
+ <key>Rdotbelow</key>
+ <string>R_dotbelow.glif</string>
+ <key>Rdotbelowmacron</key>
+ <string>R_dotbelowmacron.glif</string>
+ <key>Rho</key>
+ <string>R_ho.glif</string>
+ <key>Rinvertedbreve</key>
+ <string>R_invertedbreve.glif</string>
+ <key>Rlinebelow</key>
+ <string>R_linebelow.glif</string>
+ <key>Rsmallcap</key>
+ <string>R_smallcap.glif</string>
+ <key>Rsmallcapinv</key>
+ <string>R_smallcapinv.glif</string>
+ <key>Rturnsuper</key>
+ <string>R_turnsuper.glif</string>
+ <key>Rx</key>
+ <string>R_x.glif</string>
+ <key>S</key>
+ <string>S_.glif</string>
+ <key>Sacute</key>
+ <string>S_acute.glif</string>
+ <key>Sacutedotaccent</key>
+ <string>S_acutedotaccent.glif</string>
+ <key>Sampi</key>
+ <string>S_ampi.glif</string>
+ <key>Scaron</key>
+ <string>S_caron.glif</string>
+ <key>Scarondotaccent</key>
+ <string>S_carondotaccent.glif</string>
+ <key>Scedilla</key>
+ <string>S_cedilla.glif</string>
+ <key>Schwa</key>
+ <string>S_chwa.glif</string>
+ <key>Schwacyrillic</key>
+ <string>S_chwacyrillic.glif</string>
+ <key>Schwadieresiscyrillic</key>
+ <string>S_chwadieresiscyrillic.glif</string>
+ <key>Scircumflex</key>
+ <string>S_circumflex.glif</string>
+ <key>Scommaaccent</key>
+ <string>S_commaaccent.glif</string>
+ <key>Sdotaccent</key>
+ <string>S_dotaccent.glif</string>
+ <key>Sdotbelow</key>
+ <string>S_dotbelow.glif</string>
+ <key>Sdotbelowdotaccent</key>
+ <string>S_dotbelowdotaccent.glif</string>
+ <key>Shhacyrillic</key>
+ <string>S_hhacyrillic.glif</string>
+ <key>Sigma</key>
+ <string>S_igma.glif</string>
+ <key>Stigma</key>
+ <string>S_tigma.glif</string>
+ <key>T</key>
+ <string>T_.glif</string>
+ <key>Tau</key>
+ <string>T_au.glif</string>
+ <key>Tbar</key>
+ <string>T_bar.glif</string>
+ <key>Tcaron</key>
+ <string>T_caron.glif</string>
+ <key>Tcircumflexbelow</key>
+ <string>T_circumflexbelow.glif</string>
+ <key>Tcommaaccent</key>
+ <string>T_commaaccent.glif</string>
+ <key>Tdotaccent</key>
+ <string>T_dotaccent.glif</string>
+ <key>Tdotbelow</key>
+ <string>T_dotbelow.glif</string>
+ <key>Tedescendercyrillic</key>
+ <string>T_edescendercyrillic.glif</string>
+ <key>Tetsecyrillic</key>
+ <string>T_etsecyrillic.glif</string>
+ <key>Theta</key>
+ <string>T_heta.glif</string>
+ <key>Thook</key>
+ <string>T_hook.glif</string>
+ <key>Thorn</key>
+ <string>T_horn.glif</string>
+ <key>Tlinebelow</key>
+ <string>T_linebelow.glif</string>
+ <key>Tonefive</key>
+ <string>T_onefive.glif</string>
+ <key>Tonesix</key>
+ <string>T_onesix.glif</string>
+ <key>Tonetwo</key>
+ <string>T_onetwo.glif</string>
+ <key>Trthook</key>
+ <string>T_rthook.glif</string>
+ <key>U</key>
+ <string>U_.glif</string>
+ <key>Uacute</key>
+ <string>U_acute.glif</string>
+ <key>Ubreve</key>
+ <string>U_breve.glif</string>
+ <key>Ucaron</key>
+ <string>U_caron.glif</string>
+ <key>Ucircumflex</key>
+ <string>U_circumflex.glif</string>
+ <key>Ucircumflexbelow</key>
+ <string>U_circumflexbelow.glif</string>
+ <key>Udblgrave</key>
+ <string>U_dblgrave.glif</string>
+ <key>Udieresis</key>
+ <string>U_dieresis.glif</string>
+ <key>Udieresisacute</key>
+ <string>U_dieresisacute.glif</string>
+ <key>Udieresisbelow</key>
+ <string>U_dieresisbelow.glif</string>
+ <key>Udieresiscaron</key>
+ <string>U_dieresiscaron.glif</string>
+ <key>Udieresiscyrillic</key>
+ <string>U_dieresiscyrillic.glif</string>
+ <key>Udieresisgrave</key>
+ <string>U_dieresisgrave.glif</string>
+ <key>Udieresismacron</key>
+ <string>U_dieresismacron.glif</string>
+ <key>Udotbelow</key>
+ <string>U_dotbelow.glif</string>
+ <key>Ugrave</key>
+ <string>U_grave.glif</string>
+ <key>Uhookabove</key>
+ <string>U_hookabove.glif</string>
+ <key>Uhorn</key>
+ <string>U_horn.glif</string>
+ <key>Uhornacute</key>
+ <string>U_hornacute.glif</string>
+ <key>Uhorndotbelow</key>
+ <string>U_horndotbelow.glif</string>
+ <key>Uhorngrave</key>
+ <string>U_horngrave.glif</string>
+ <key>Uhornhookabove</key>
+ <string>U_hornhookabove.glif</string>
+ <key>Uhorntilde</key>
+ <string>U_horntilde.glif</string>
+ <key>Uhungarumlaut</key>
+ <string>U_hungarumlaut.glif</string>
+ <key>Uhungarumlautcyrillic</key>
+ <string>U_hungarumlautcyrillic.glif</string>
+ <key>Uinvertedbreve</key>
+ <string>U_invertedbreve.glif</string>
+ <key>Ukcyrillic</key>
+ <string>U_kcyrillic.glif</string>
+ <key>Umacron</key>
+ <string>U_macron.glif</string>
+ <key>Umacroncyrillic</key>
+ <string>U_macroncyrillic.glif</string>
+ <key>Umacrondieresis</key>
+ <string>U_macrondieresis.glif</string>
+ <key>Uogonek</key>
+ <string>U_ogonek.glif</string>
+ <key>Upsilon</key>
+ <string>U_psilon.glif</string>
+ <key>Upsilon2</key>
+ <string>U_psilon2.glif</string>
+ <key>Upsilonacutehooksymbolgreek</key>
+ <string>U_psilonacutehooksymbolgreek.glif</string>
+ <key>Upsilondieresis</key>
+ <string>U_psilondieresis.glif</string>
+ <key>Upsilondieresishooksymbolgreek</key>
+ <string>U_psilondieresishooksymbolgreek.glif</string>
+ <key>Upsilonhooksymbol</key>
+ <string>U_psilonhooksymbol.glif</string>
+ <key>Upsilontonos</key>
+ <string>U_psilontonos.glif</string>
+ <key>Uring</key>
+ <string>U_ring.glif</string>
+ <key>Ustraightcyrillic</key>
+ <string>U_straightcyrillic.glif</string>
+ <key>Ustraightstrokecyrillic</key>
+ <string>U_straightstrokecyrillic.glif</string>
+ <key>Utilde</key>
+ <string>U_tilde.glif</string>
+ <key>Utildeacute</key>
+ <string>U_tildeacute.glif</string>
+ <key>Utildebelow</key>
+ <string>U_tildebelow.glif</string>
+ <key>V</key>
+ <string>V_.glif</string>
+ <key>Vcursive</key>
+ <string>V_cursive.glif</string>
+ <key>Vdotbelow</key>
+ <string>V_dotbelow.glif</string>
+ <key>Vtilde</key>
+ <string>V_tilde.glif</string>
+ <key>W</key>
+ <string>W_.glif</string>
+ <key>Wacute</key>
+ <string>W_acute.glif</string>
+ <key>Wcircumflex</key>
+ <string>W_circumflex.glif</string>
+ <key>Wdieresis</key>
+ <string>W_dieresis.glif</string>
+ <key>Wdotaccent</key>
+ <string>W_dotaccent.glif</string>
+ <key>Wdotbelow</key>
+ <string>W_dotbelow.glif</string>
+ <key>Wgrave</key>
+ <string>W_grave.glif</string>
+ <key>X</key>
+ <string>X_.glif</string>
+ <key>Xdieresis</key>
+ <string>X_dieresis.glif</string>
+ <key>Xdotaccent</key>
+ <string>X_dotaccent.glif</string>
+ <key>Xi</key>
+ <string>X_i.glif</string>
+ <key>Y</key>
+ <string>Y_.glif</string>
+ <key>YR</key>
+ <string>Y_R_.glif</string>
+ <key>Yacute</key>
+ <string>Y_acute.glif</string>
+ <key>Ycircumflex</key>
+ <string>Y_circumflex.glif</string>
+ <key>Ydieresis</key>
+ <string>Y_dieresis.glif</string>
+ <key>Ydotaccent</key>
+ <string>Y_dotaccent.glif</string>
+ <key>Ydotbelow</key>
+ <string>Y_dotbelow.glif</string>
+ <key>Yerudieresiscyrillic</key>
+ <string>Y_erudieresiscyrillic.glif</string>
+ <key>Ygrave</key>
+ <string>Y_grave.glif</string>
+ <key>Yhook</key>
+ <string>Y_hook.glif</string>
+ <key>Yhookabove</key>
+ <string>Y_hookabove.glif</string>
+ <key>Ysmallcap</key>
+ <string>Y_smallcap.glif</string>
+ <key>Ytilde</key>
+ <string>Y_tilde.glif</string>
+ <key>Yusbigcyrillic</key>
+ <string>Y_usbigcyrillic.glif</string>
+ <key>Yusbigiotifiedcyrillic</key>
+ <string>Y_usbigiotifiedcyrillic.glif</string>
+ <key>Yuslittlecyrillic</key>
+ <string>Y_uslittlecyrillic.glif</string>
+ <key>Yuslittleiotifiedcyrillic</key>
+ <string>Y_uslittleiotifiedcyrillic.glif</string>
+ <key>Z</key>
+ <string>Z_.glif</string>
+ <key>Zacute</key>
+ <string>Z_acute.glif</string>
+ <key>Zbar</key>
+ <string>Z_bar.glif</string>
+ <key>Zcaron</key>
+ <string>Z_caron.glif</string>
+ <key>Zcircumflex</key>
+ <string>Z_circumflex.glif</string>
+ <key>Zdotaccent</key>
+ <string>Z_dotaccent.glif</string>
+ <key>Zdotbelow</key>
+ <string>Z_dotbelow.glif</string>
+ <key>Zedescendercyrillic</key>
+ <string>Z_edescendercyrillic.glif</string>
+ <key>Zedieresiscyrillic</key>
+ <string>Z_edieresiscyrillic.glif</string>
+ <key>Zeta</key>
+ <string>Z_eta.glif</string>
+ <key>Zhebrevecyrillic</key>
+ <string>Z_hebrevecyrillic.glif</string>
+ <key>Zhedescendercyrillic</key>
+ <string>Z_hedescendercyrillic.glif</string>
+ <key>Zhedieresiscyrillic</key>
+ <string>Z_hedieresiscyrillic.glif</string>
+ <key>Zlinebelow</key>
+ <string>Z_linebelow.glif</string>
+ <key>a</key>
+ <string>a.glif</string>
+ <key>a_uni02DE</key>
+ <string>a_uni02D_E_.glif</string>
+ <key>aacute</key>
+ <string>aacute.glif</string>
+ <key>abreve</key>
+ <string>abreve.glif</string>
+ <key>abreveacute</key>
+ <string>abreveacute.glif</string>
+ <key>abrevecyrillic</key>
+ <string>abrevecyrillic.glif</string>
+ <key>abrevedotbelow</key>
+ <string>abrevedotbelow.glif</string>
+ <key>abrevegrave</key>
+ <string>abrevegrave.glif</string>
+ <key>abrevehookabove</key>
+ <string>abrevehookabove.glif</string>
+ <key>abrevetilde</key>
+ <string>abrevetilde.glif</string>
+ <key>acaron</key>
+ <string>acaron.glif</string>
+ <key>accountof</key>
+ <string>accountof.glif</string>
+ <key>acircumflex</key>
+ <string>acircumflex.glif</string>
+ <key>acircumflexacute</key>
+ <string>acircumflexacute.glif</string>
+ <key>acircumflexdotbelow</key>
+ <string>acircumflexdotbelow.glif</string>
+ <key>acircumflexgrave</key>
+ <string>acircumflexgrave.glif</string>
+ <key>acircumflexhookabove</key>
+ <string>acircumflexhookabove.glif</string>
+ <key>acircumflextilde</key>
+ <string>acircumflextilde.glif</string>
+ <key>acute</key>
+ <string>acute.glif</string>
+ <key>acutecomb</key>
+ <string>acutecomb.glif</string>
+ <key>acutedblnosp</key>
+ <string>acutedblnosp.glif</string>
+ <key>acutedotcomb.cn</key>
+ <string>acutedotcomb.cn.glif</string>
+ <key>acutedotcomb.lc</key>
+ <string>acutedotcomb.lc.glif</string>
+ <key>acutelowmod</key>
+ <string>acutelowmod.glif</string>
+ <key>acuterightnosp</key>
+ <string>acuterightnosp.glif</string>
+ <key>acutesubnosp</key>
+ <string>acutesubnosp.glif</string>
+ <key>adblgrave</key>
+ <string>adblgrave.glif</string>
+ <key>addresssubject</key>
+ <string>addresssubject.glif</string>
+ <key>adieresis</key>
+ <string>adieresis.glif</string>
+ <key>adieresiscyrillic</key>
+ <string>adieresiscyrillic.glif</string>
+ <key>adieresismacron</key>
+ <string>adieresismacron.glif</string>
+ <key>adotbelow</key>
+ <string>adotbelow.glif</string>
+ <key>adotmacron</key>
+ <string>adotmacron.glif</string>
+ <key>ae</key>
+ <string>ae.glif</string>
+ <key>aeacute</key>
+ <string>aeacute.glif</string>
+ <key>aemacron</key>
+ <string>aemacron.glif</string>
+ <key>afii10017</key>
+ <string>afii10017.glif</string>
+ <key>afii10018</key>
+ <string>afii10018.glif</string>
+ <key>afii10019</key>
+ <string>afii10019.glif</string>
+ <key>afii10020</key>
+ <string>afii10020.glif</string>
+ <key>afii10021</key>
+ <string>afii10021.glif</string>
+ <key>afii10022</key>
+ <string>afii10022.glif</string>
+ <key>afii10023</key>
+ <string>afii10023.glif</string>
+ <key>afii10024</key>
+ <string>afii10024.glif</string>
+ <key>afii10025</key>
+ <string>afii10025.glif</string>
+ <key>afii10026</key>
+ <string>afii10026.glif</string>
+ <key>afii10027</key>
+ <string>afii10027.glif</string>
+ <key>afii10029</key>
+ <string>afii10029.glif</string>
+ <key>afii10030</key>
+ <string>afii10030.glif</string>
+ <key>afii10031</key>
+ <string>afii10031.glif</string>
+ <key>afii10032</key>
+ <string>afii10032.glif</string>
+ <key>afii10033</key>
+ <string>afii10033.glif</string>
+ <key>afii10034</key>
+ <string>afii10034.glif</string>
+ <key>afii10035</key>
+ <string>afii10035.glif</string>
+ <key>afii10036</key>
+ <string>afii10036.glif</string>
+ <key>afii10037</key>
+ <string>afii10037.glif</string>
+ <key>afii10038</key>
+ <string>afii10038.glif</string>
+ <key>afii10039</key>
+ <string>afii10039.glif</string>
+ <key>afii10040</key>
+ <string>afii10040.glif</string>
+ <key>afii10041</key>
+ <string>afii10041.glif</string>
+ <key>afii10042</key>
+ <string>afii10042.glif</string>
+ <key>afii10043</key>
+ <string>afii10043.glif</string>
+ <key>afii10044</key>
+ <string>afii10044.glif</string>
+ <key>afii10045</key>
+ <string>afii10045.glif</string>
+ <key>afii10046</key>
+ <string>afii10046.glif</string>
+ <key>afii10047</key>
+ <string>afii10047.glif</string>
+ <key>afii10048</key>
+ <string>afii10048.glif</string>
+ <key>afii10049</key>
+ <string>afii10049.glif</string>
+ <key>afii10050</key>
+ <string>afii10050.glif</string>
+ <key>afii10051</key>
+ <string>afii10051.glif</string>
+ <key>afii10052</key>
+ <string>afii10052.glif</string>
+ <key>afii10053</key>
+ <string>afii10053.glif</string>
+ <key>afii10054</key>
+ <string>afii10054.glif</string>
+ <key>afii10055</key>
+ <string>afii10055.glif</string>
+ <key>afii10056</key>
+ <string>afii10056.glif</string>
+ <key>afii10057</key>
+ <string>afii10057.glif</string>
+ <key>afii10058</key>
+ <string>afii10058.glif</string>
+ <key>afii10059</key>
+ <string>afii10059.glif</string>
+ <key>afii10060</key>
+ <string>afii10060.glif</string>
+ <key>afii10061</key>
+ <string>afii10061.glif</string>
+ <key>afii10062</key>
+ <string>afii10062.glif</string>
+ <key>afii10065</key>
+ <string>afii10065.glif</string>
+ <key>afii10145</key>
+ <string>afii10145.glif</string>
+ <key>afii10146</key>
+ <string>afii10146.glif</string>
+ <key>afii10147</key>
+ <string>afii10147.glif</string>
+ <key>afii10148</key>
+ <string>afii10148.glif</string>
+ <key>afii300</key>
+ <string>afii300.glif</string>
+ <key>afii57596</key>
+ <string>afii57596.glif</string>
+ <key>afii57598</key>
+ <string>afii57598.glif</string>
+ <key>afii57636</key>
+ <string>afii57636.glif</string>
+ <key>afii61664</key>
+ <string>afii61664.glif</string>
+ <key>agrave</key>
+ <string>agrave.glif</string>
+ <key>ahookabove</key>
+ <string>ahookabove.glif</string>
+ <key>aiecyrillic</key>
+ <string>aiecyrillic.glif</string>
+ <key>ainvertedbreve</key>
+ <string>ainvertedbreve.glif</string>
+ <key>alpha</key>
+ <string>alpha.glif</string>
+ <key>alphatonos</key>
+ <string>alphatonos.glif</string>
+ <key>amacron</key>
+ <string>amacron.glif</string>
+ <key>ampersand</key>
+ <string>ampersand.glif</string>
+ <key>anglesupnosp</key>
+ <string>anglesupnosp.glif</string>
+ <key>angstrom</key>
+ <string>angstrom.glif</string>
+ <key>anoteleia</key>
+ <string>anoteleia.glif</string>
+ <key>aogonek</key>
+ <string>aogonek.glif</string>
+ <key>aogonek.NAV</key>
+ <string>aogonek.N_A_V_.glif</string>
+ <key>apostrophemod</key>
+ <string>apostrophemod.glif</string>
+ <key>approxequal</key>
+ <string>approxequal.glif</string>
+ <key>archdblsubnosp</key>
+ <string>archdblsubnosp.glif</string>
+ <key>arighthalfring</key>
+ <string>arighthalfring.glif</string>
+ <key>aring</key>
+ <string>aring.glif</string>
+ <key>aringacute</key>
+ <string>aringacute.glif</string>
+ <key>aringbelow</key>
+ <string>aringbelow.glif</string>
+ <key>arrowNE</key>
+ <string>arrowN_E_.glif</string>
+ <key>arrowNW</key>
+ <string>arrowN_W_.glif</string>
+ <key>arrowSE</key>
+ <string>arrowS_E_.glif</string>
+ <key>arrowSW</key>
+ <string>arrowS_W_.glif</string>
+ <key>arrowdown</key>
+ <string>arrowdown.glif</string>
+ <key>arrowheaddownmod</key>
+ <string>arrowheaddownmod.glif</string>
+ <key>arrowheadleftmod</key>
+ <string>arrowheadleftmod.glif</string>
+ <key>arrowheadrightmod</key>
+ <string>arrowheadrightmod.glif</string>
+ <key>arrowheadupmod</key>
+ <string>arrowheadupmod.glif</string>
+ <key>arrowleft</key>
+ <string>arrowleft.glif</string>
+ <key>arrowleft.case</key>
+ <string>arrowleft.case.glif</string>
+ <key>arrowleftlong</key>
+ <string>arrowleftlong.glif</string>
+ <key>arrowleftlong.case</key>
+ <string>arrowleftlong.case.glif</string>
+ <key>arrowright</key>
+ <string>arrowright.glif</string>
+ <key>arrowright.case</key>
+ <string>arrowright.case.glif</string>
+ <key>arrowrightlong</key>
+ <string>arrowrightlong.glif</string>
+ <key>arrowrightlong.case</key>
+ <string>arrowrightlong.case.glif</string>
+ <key>arrowup</key>
+ <string>arrowup.glif</string>
+ <key>asciicircum</key>
+ <string>asciicircum.glif</string>
+ <key>asciitilde</key>
+ <string>asciitilde.glif</string>
+ <key>ascript</key>
+ <string>ascript.glif</string>
+ <key>ascript_uni02DE</key>
+ <string>ascript_uni02D_E_.glif</string>
+ <key>ascriptturn</key>
+ <string>ascriptturn.glif</string>
+ <key>ascriptturn_uni02DE</key>
+ <string>ascriptturn_uni02D_E_.glif</string>
+ <key>asterisk</key>
+ <string>asterisk.glif</string>
+ <key>asterisk.case</key>
+ <string>asterisk.case.glif</string>
+ <key>asterism</key>
+ <string>asterism.glif</string>
+ <key>at</key>
+ <string>at.glif</string>
+ <key>at.case</key>
+ <string>at.case.glif</string>
+ <key>atilde</key>
+ <string>atilde.glif</string>
+ <key>aturn</key>
+ <string>aturn.glif</string>
+ <key>aturn_uni02DE</key>
+ <string>aturn_uni02D_E_.glif</string>
+ <key>austral</key>
+ <string>austral.glif</string>
+ <key>b</key>
+ <string>b.glif</string>
+ <key>babygamma</key>
+ <string>babygamma.glif</string>
+ <key>backslash</key>
+ <string>backslash.glif</string>
+ <key>bar</key>
+ <string>bar.glif</string>
+ <key>barmidlongnosp</key>
+ <string>barmidlongnosp.glif</string>
+ <key>barmidshortnosp</key>
+ <string>barmidshortnosp.glif</string>
+ <key>bbar</key>
+ <string>bbar.glif</string>
+ <key>bdotaccent</key>
+ <string>bdotaccent.glif</string>
+ <key>bdotbelow</key>
+ <string>bdotbelow.glif</string>
+ <key>becyrillic</key>
+ <string>becyrillic.glif</string>
+ <key>beta</key>
+ <string>beta.glif</string>
+ <key>beta1</key>
+ <string>beta1.glif</string>
+ <key>bhook</key>
+ <string>bhook.glif</string>
+ <key>blackleftpointingtriangle</key>
+ <string>blackleftpointingtriangle.glif</string>
+ <key>blinebelow</key>
+ <string>blinebelow.glif</string>
+ <key>braceleft</key>
+ <string>braceleft.glif</string>
+ <key>braceleft.case</key>
+ <string>braceleft.case.glif</string>
+ <key>braceright</key>
+ <string>braceright.glif</string>
+ <key>braceright.case</key>
+ <string>braceright.case.glif</string>
+ <key>bracketleft</key>
+ <string>bracketleft.glif</string>
+ <key>bracketleft.case</key>
+ <string>bracketleft.case.glif</string>
+ <key>bracketleft_quill</key>
+ <string>bracketleft_quill.glif</string>
+ <key>bracketright</key>
+ <string>bracketright.glif</string>
+ <key>bracketright.case</key>
+ <string>bracketright.case.glif</string>
+ <key>bracketright_quill</key>
+ <string>bracketright_quill.glif</string>
+ <key>breve</key>
+ <string>breve.glif</string>
+ <key>breveacutecomb.cn</key>
+ <string>breveacutecomb.cn.glif</string>
+ <key>brevegravecomb.cn</key>
+ <string>brevegravecomb.cn.glif</string>
+ <key>brevehookcomb.cn</key>
+ <string>brevehookcomb.cn.glif</string>
+ <key>breveinverteddoublecmb</key>
+ <string>breveinverteddoublecmb.glif</string>
+ <key>breveinvnosp</key>
+ <string>breveinvnosp.glif</string>
+ <key>breveinvsubnosp</key>
+ <string>breveinvsubnosp.glif</string>
+ <key>brevenosp</key>
+ <string>brevenosp.glif</string>
+ <key>brevesubnosp</key>
+ <string>brevesubnosp.glif</string>
+ <key>brevetildecomb.cn</key>
+ <string>brevetildecomb.cn.glif</string>
+ <key>bridgeinvsubnosp</key>
+ <string>bridgeinvsubnosp.glif</string>
+ <key>bridgesubnosp</key>
+ <string>bridgesubnosp.glif</string>
+ <key>brokenbar</key>
+ <string>brokenbar.glif</string>
+ <key>btopbar</key>
+ <string>btopbar.glif</string>
+ <key>bullet</key>
+ <string>bullet.glif</string>
+ <key>bullet.case</key>
+ <string>bullet.case.glif</string>
+ <key>bullseye</key>
+ <string>bullseye.glif</string>
+ <key>c</key>
+ <string>c.glif</string>
+ <key>cacute</key>
+ <string>cacute.glif</string>
+ <key>cadauna</key>
+ <string>cadauna.glif</string>
+ <key>candrabindunosp</key>
+ <string>candrabindunosp.glif</string>
+ <key>careof</key>
+ <string>careof.glif</string>
+ <key>caret</key>
+ <string>caret.glif</string>
+ <key>caretinsertionpoint</key>
+ <string>caretinsertionpoint.glif</string>
+ <key>caron</key>
+ <string>caron.glif</string>
+ <key>caronbelowcmb</key>
+ <string>caronbelowcmb.glif</string>
+ <key>caroncmb</key>
+ <string>caroncmb.glif</string>
+ <key>carondotcomb.cn</key>
+ <string>carondotcomb.cn.glif</string>
+ <key>carondotcomb.lc</key>
+ <string>carondotcomb.lc.glif</string>
+ <key>caronnosp</key>
+ <string>caronnosp.glif</string>
+ <key>caronsubnosp</key>
+ <string>caronsubnosp.glif</string>
+ <key>casedieresis.cn</key>
+ <string>casedieresis.cn.glif</string>
+ <key>casetilde.cn</key>
+ <string>casetilde.cn.glif</string>
+ <key>ccaron</key>
+ <string>ccaron.glif</string>
+ <key>ccedilla</key>
+ <string>ccedilla.glif</string>
+ <key>ccedillaacute</key>
+ <string>ccedillaacute.glif</string>
+ <key>ccircumflex</key>
+ <string>ccircumflex.glif</string>
+ <key>ccurl</key>
+ <string>ccurl.glif</string>
+ <key>cdotaccent</key>
+ <string>cdotaccent.glif</string>
+ <key>cedi</key>
+ <string>cedi.glif</string>
+ <key>cedilla</key>
+ <string>cedilla.glif</string>
+ <key>cedillanosp</key>
+ <string>cedillanosp.glif</string>
+ <key>cent</key>
+ <string>cent.glif</string>
+ <key>charactertie</key>
+ <string>charactertie.glif</string>
+ <key>cheabkhasiancyrillic</key>
+ <string>cheabkhasiancyrillic.glif</string>
+ <key>checyrillic</key>
+ <string>checyrillic.glif</string>
+ <key>chedescenderabkhasiancyrillic</key>
+ <string>chedescenderabkhasiancyrillic.glif</string>
+ <key>chedescendercyrillic</key>
+ <string>chedescendercyrillic.glif</string>
+ <key>chedieresiscyrillic</key>
+ <string>chedieresiscyrillic.glif</string>
+ <key>chekhakassiancyrillic</key>
+ <string>chekhakassiancyrillic.glif</string>
+ <key>cheverticalstrokecyrillic</key>
+ <string>cheverticalstrokecyrillic.glif</string>
+ <key>chook</key>
+ <string>chook.glif</string>
+ <key>circleblack</key>
+ <string>circleblack.glif</string>
+ <key>circlewhite</key>
+ <string>circlewhite.glif</string>
+ <key>circumflex</key>
+ <string>circumflex.glif</string>
+ <key>circumflexacutecomb.cn</key>
+ <string>circumflexacutecomb.cn.glif</string>
+ <key>circumflexgravecomb.cn</key>
+ <string>circumflexgravecomb.cn.glif</string>
+ <key>circumflexhookcomb.cn</key>
+ <string>circumflexhookcomb.cn.glif</string>
+ <key>circumflexnosp</key>
+ <string>circumflexnosp.glif</string>
+ <key>circumflexsubnosp</key>
+ <string>circumflexsubnosp.glif</string>
+ <key>circumflextildecomb.cn</key>
+ <string>circumflextildecomb.cn.glif</string>
+ <key>colon</key>
+ <string>colon.glif</string>
+ <key>colon.case</key>
+ <string>colon.case.glif</string>
+ <key>coloncurrency</key>
+ <string>coloncurrency.glif</string>
+ <key>colontriangularhalfmod</key>
+ <string>colontriangularhalfmod.glif</string>
+ <key>colontriangularmod</key>
+ <string>colontriangularmod.glif</string>
+ <key>comma</key>
+ <string>comma.glif</string>
+ <key>comma.tnum</key>
+ <string>comma.tnum.glif</string>
+ <key>commaabovecmb</key>
+ <string>commaabovecmb.glif</string>
+ <key>commaaboverightcmb</key>
+ <string>commaaboverightcmb.glif</string>
+ <key>commaaccent</key>
+ <string>commaaccent.glif</string>
+ <key>commaaccentrotate.cn</key>
+ <string>commaaccentrotate.cn.glif</string>
+ <key>commabelowcmb</key>
+ <string>commabelowcmb.glif</string>
+ <key>commareversedmod</key>
+ <string>commareversedmod.glif</string>
+ <key>commasuprevnosp</key>
+ <string>commasuprevnosp.glif</string>
+ <key>commaturnedmod</key>
+ <string>commaturnedmod.glif</string>
+ <key>commaturnsupnosp</key>
+ <string>commaturnsupnosp.glif</string>
+ <key>controlHT</key>
+ <string>controlH_T_.glif</string>
+ <key>controlSOT</key>
+ <string>controlS_O_T_.glif</string>
+ <key>copyright</key>
+ <string>copyright.glif</string>
+ <key>crossbar</key>
+ <string>crossbar.glif</string>
+ <key>cruzeiro</key>
+ <string>cruzeiro.glif</string>
+ <key>cstretch</key>
+ <string>cstretch.glif</string>
+ <key>currency</key>
+ <string>currency.glif</string>
+ <key>cyrillicbreve</key>
+ <string>cyrillicbreve.glif</string>
+ <key>cyrillichook</key>
+ <string>cyrillichook.glif</string>
+ <key>cyrillichookleft</key>
+ <string>cyrillichookleft.glif</string>
+ <key>cyrillictic</key>
+ <string>cyrillictic.glif</string>
+ <key>d</key>
+ <string>d.glif</string>
+ <key>dagger</key>
+ <string>dagger.glif</string>
+ <key>daggerdbl</key>
+ <string>daggerdbl.glif</string>
+ <key>dasiapneumatacyrilliccmb</key>
+ <string>dasiapneumatacyrilliccmb.glif</string>
+ <key>dblapostrophe</key>
+ <string>dblapostrophe.glif</string>
+ <key>dblgravecmb</key>
+ <string>dblgravecmb.glif</string>
+ <key>dblprimemod</key>
+ <string>dblprimemod.glif</string>
+ <key>dcaron</key>
+ <string>dcaron.glif</string>
+ <key>dcedilla</key>
+ <string>dcedilla.glif</string>
+ <key>dcircumflexbelow</key>
+ <string>dcircumflexbelow.glif</string>
+ <key>dcroat</key>
+ <string>dcroat.glif</string>
+ <key>ddotaccent</key>
+ <string>ddotaccent.glif</string>
+ <key>ddotbelow</key>
+ <string>ddotbelow.glif</string>
+ <key>decyrillic</key>
+ <string>decyrillic.glif</string>
+ <key>degree</key>
+ <string>degree.glif</string>
+ <key>degreecentigrade</key>
+ <string>degreecentigrade.glif</string>
+ <key>degreefarenheit</key>
+ <string>degreefarenheit.glif</string>
+ <key>degreekelvin</key>
+ <string>degreekelvin.glif</string>
+ <key>delta</key>
+ <string>delta.glif</string>
+ <key>deltaturn</key>
+ <string>deltaturn.glif</string>
+ <key>dhook</key>
+ <string>dhook.glif</string>
+ <key>diaeresistonosnosp</key>
+ <string>diaeresistonosnosp.glif</string>
+ <key>diamondblack</key>
+ <string>diamondblack.glif</string>
+ <key>diamondblack_x</key>
+ <string>diamondblack_x.glif</string>
+ <key>diamondwhite</key>
+ <string>diamondwhite.glif</string>
+ <key>diamondwhite_x</key>
+ <string>diamondwhite_x.glif</string>
+ <key>dieresis</key>
+ <string>dieresis.glif</string>
+ <key>dieresisacutecomb.cn</key>
+ <string>dieresisacutecomb.cn.glif</string>
+ <key>dieresisacutecomb.lc</key>
+ <string>dieresisacutecomb.lc.glif</string>
+ <key>dieresiscaroncomb.cn</key>
+ <string>dieresiscaroncomb.cn.glif</string>
+ <key>dieresiscaroncomb.lc</key>
+ <string>dieresiscaroncomb.lc.glif</string>
+ <key>dieresisgravecomb.cn</key>
+ <string>dieresisgravecomb.cn.glif</string>
+ <key>dieresisgravecomb.lc</key>
+ <string>dieresisgravecomb.lc.glif</string>
+ <key>dieresismacroncomb.cn</key>
+ <string>dieresismacroncomb.cn.glif</string>
+ <key>dieresismacroncomb.lc</key>
+ <string>dieresismacroncomb.lc.glif</string>
+ <key>dieresisnosp</key>
+ <string>dieresisnosp.glif</string>
+ <key>dieresistonos</key>
+ <string>dieresistonos.glif</string>
+ <key>digamma</key>
+ <string>digamma.glif</string>
+ <key>divide</key>
+ <string>divide.glif</string>
+ <key>divide.case</key>
+ <string>divide.case.glif</string>
+ <key>djecyrillic</key>
+ <string>djecyrillic.glif</string>
+ <key>dlinebelow</key>
+ <string>dlinebelow.glif</string>
+ <key>dngb_ballotx</key>
+ <string>dngb_ballotx.glif</string>
+ <key>dngb_check</key>
+ <string>dngb_check.glif</string>
+ <key>dollar</key>
+ <string>dollar.glif</string>
+ <key>dong</key>
+ <string>dong.glif</string>
+ <key>dotaccent</key>
+ <string>dotaccent.glif</string>
+ <key>dotbelow</key>
+ <string>dotbelow.glif</string>
+ <key>dotdblsubnosp</key>
+ <string>dotdblsubnosp.glif</string>
+ <key>dotlessi</key>
+ <string>dotlessi.glif</string>
+ <key>dotlessj</key>
+ <string>dotlessj.glif</string>
+ <key>dotmacroncomb.cn</key>
+ <string>dotmacroncomb.cn.glif</string>
+ <key>dotmacroncomb.lc</key>
+ <string>dotmacroncomb.lc.glif</string>
+ <key>dotnosp</key>
+ <string>dotnosp.glif</string>
+ <key>downtackmod</key>
+ <string>downtackmod.glif</string>
+ <key>drthook</key>
+ <string>drthook.glif</string>
+ <key>dtopbar</key>
+ <string>dtopbar.glif</string>
+ <key>dyogh</key>
+ <string>dyogh.glif</string>
+ <key>dz</key>
+ <string>dz.glif</string>
+ <key>dzcaron</key>
+ <string>dzcaron.glif</string>
+ <key>dzcurl</key>
+ <string>dzcurl.glif</string>
+ <key>dzeabkhasiancyrillic</key>
+ <string>dzeabkhasiancyrillic.glif</string>
+ <key>dzecyrillic</key>
+ <string>dzecyrillic.glif</string>
+ <key>dzhecyrillic</key>
+ <string>dzhecyrillic.glif</string>
+ <key>e</key>
+ <string>e.glif</string>
+ <key>eacute</key>
+ <string>eacute.glif</string>
+ <key>ebreve</key>
+ <string>ebreve.glif</string>
+ <key>ecaron</key>
+ <string>ecaron.glif</string>
+ <key>ecedillabreve</key>
+ <string>ecedillabreve.glif</string>
+ <key>ecircumflex</key>
+ <string>ecircumflex.glif</string>
+ <key>ecircumflexacute</key>
+ <string>ecircumflexacute.glif</string>
+ <key>ecircumflexbelow</key>
+ <string>ecircumflexbelow.glif</string>
+ <key>ecircumflexdotbelow</key>
+ <string>ecircumflexdotbelow.glif</string>
+ <key>ecircumflexgrave</key>
+ <string>ecircumflexgrave.glif</string>
+ <key>ecircumflexhookabove</key>
+ <string>ecircumflexhookabove.glif</string>
+ <key>ecircumflextilde</key>
+ <string>ecircumflextilde.glif</string>
+ <key>ecyrillic</key>
+ <string>ecyrillic.glif</string>
+ <key>edblgrave</key>
+ <string>edblgrave.glif</string>
+ <key>edieresis</key>
+ <string>edieresis.glif</string>
+ <key>edotaccent</key>
+ <string>edotaccent.glif</string>
+ <key>edotbelow</key>
+ <string>edotbelow.glif</string>
+ <key>efcyrillic</key>
+ <string>efcyrillic.glif</string>
+ <key>egrave</key>
+ <string>egrave.glif</string>
+ <key>ehookabove</key>
+ <string>ehookabove.glif</string>
+ <key>eight</key>
+ <string>eight.glif</string>
+ <key>eight.frac</key>
+ <string>eight.frac.glif</string>
+ <key>eight.sup</key>
+ <string>eight.sup.glif</string>
+ <key>eight.tnum</key>
+ <string>eight.tnum.glif</string>
+ <key>eightroman</key>
+ <string>eightroman.glif</string>
+ <key>eightsub</key>
+ <string>eightsub.glif</string>
+ <key>eightsuperior</key>
+ <string>eightsuperior.glif</string>
+ <key>einvertedbreve</key>
+ <string>einvertedbreve.glif</string>
+ <key>eiotifiedcyrillic</key>
+ <string>eiotifiedcyrillic.glif</string>
+ <key>elcyrillic</key>
+ <string>elcyrillic.glif</string>
+ <key>elevenroman</key>
+ <string>elevenroman.glif</string>
+ <key>ellipsis</key>
+ <string>ellipsis.glif</string>
+ <key>emacron</key>
+ <string>emacron.glif</string>
+ <key>emacronacute</key>
+ <string>emacronacute.glif</string>
+ <key>emacrongrave</key>
+ <string>emacrongrave.glif</string>
+ <key>emcyrillic</key>
+ <string>emcyrillic.glif</string>
+ <key>emdash</key>
+ <string>emdash.glif</string>
+ <key>emdash.case</key>
+ <string>emdash.case.glif</string>
+ <key>emquad</key>
+ <string>emquad.glif</string>
+ <key>emspace</key>
+ <string>emspace.glif</string>
+ <key>encyrillic</key>
+ <string>encyrillic.glif</string>
+ <key>endash</key>
+ <string>endash.glif</string>
+ <key>endash.case</key>
+ <string>endash.case.glif</string>
+ <key>endescendercyrillic</key>
+ <string>endescendercyrillic.glif</string>
+ <key>eng</key>
+ <string>eng.glif</string>
+ <key>enghecyrillic</key>
+ <string>enghecyrillic.glif</string>
+ <key>enhookcyrillic</key>
+ <string>enhookcyrillic.glif</string>
+ <key>enquad</key>
+ <string>enquad.glif</string>
+ <key>enspace</key>
+ <string>enspace.glif</string>
+ <key>eogonek</key>
+ <string>eogonek.glif</string>
+ <key>eogonek.NAV</key>
+ <string>eogonek.N_A_V_.glif</string>
+ <key>epsilon</key>
+ <string>epsilon.glif</string>
+ <key>epsilon1</key>
+ <string>epsilon1.glif</string>
+ <key>epsilon1rev</key>
+ <string>epsilon1rev.glif</string>
+ <key>epsilon1revclosed</key>
+ <string>epsilon1revclosed.glif</string>
+ <key>epsilon1revclosed_uni02DE</key>
+ <string>epsilon1revclosed_uni02D_E_.glif</string>
+ <key>epsilon1revhook</key>
+ <string>epsilon1revhook.glif</string>
+ <key>epsilonclosed</key>
+ <string>epsilonclosed.glif</string>
+ <key>epsilontonos</key>
+ <string>epsilontonos.glif</string>
+ <key>equal</key>
+ <string>equal.glif</string>
+ <key>equal.case</key>
+ <string>equal.case.glif</string>
+ <key>equalsub</key>
+ <string>equalsub.glif</string>
+ <key>equalsuperior</key>
+ <string>equalsuperior.glif</string>
+ <key>ercyrillic</key>
+ <string>ercyrillic.glif</string>
+ <key>erev</key>
+ <string>erev.glif</string>
+ <key>ereversedcyrillic</key>
+ <string>ereversedcyrillic.glif</string>
+ <key>escyrillic</key>
+ <string>escyrillic.glif</string>
+ <key>esdescendercyrillic</key>
+ <string>esdescendercyrillic.glif</string>
+ <key>esh</key>
+ <string>esh.glif</string>
+ <key>eshcurl</key>
+ <string>eshcurl.glif</string>
+ <key>eshlooprev</key>
+ <string>eshlooprev.glif</string>
+ <key>eshshortrev</key>
+ <string>eshshortrev.glif</string>
+ <key>estimated</key>
+ <string>estimated.glif</string>
+ <key>eta</key>
+ <string>eta.glif</string>
+ <key>etatonos</key>
+ <string>etatonos.glif</string>
+ <key>eth</key>
+ <string>eth.glif</string>
+ <key>etilde</key>
+ <string>etilde.glif</string>
+ <key>etildebelow</key>
+ <string>etildebelow.glif</string>
+ <key>eturn</key>
+ <string>eturn.glif</string>
+ <key>eurocurrency</key>
+ <string>eurocurrency.glif</string>
+ <key>exclam</key>
+ <string>exclam.glif</string>
+ <key>exclam1</key>
+ <string>exclam1.glif</string>
+ <key>exclamdbl</key>
+ <string>exclamdbl.glif</string>
+ <key>exclamdown</key>
+ <string>exclamdown.glif</string>
+ <key>ezh</key>
+ <string>ezh.glif</string>
+ <key>ezhcaron</key>
+ <string>ezhcaron.glif</string>
+ <key>ezhcurl</key>
+ <string>ezhcurl.glif</string>
+ <key>ezhreversed</key>
+ <string>ezhreversed.glif</string>
+ <key>ezhtail</key>
+ <string>ezhtail.glif</string>
+ <key>f</key>
+ <string>f.glif</string>
+ <key>fdotaccent</key>
+ <string>fdotaccent.glif</string>
+ <key>feng</key>
+ <string>feng.glif</string>
+ <key>figuredash</key>
+ <string>figuredash.glif</string>
+ <key>figuredash.case</key>
+ <string>figuredash.case.glif</string>
+ <key>figurespace</key>
+ <string>figurespace.glif</string>
+ <key>finalkaf</key>
+ <string>finalkaf.glif</string>
+ <key>finalmem</key>
+ <string>finalmem.glif</string>
+ <key>finaltsadi</key>
+ <string>finaltsadi.glif</string>
+ <key>firsttonechinese</key>
+ <string>firsttonechinese.glif</string>
+ <key>fitacyrillic</key>
+ <string>fitacyrillic.glif</string>
+ <key>five</key>
+ <string>five.glif</string>
+ <key>five.frac</key>
+ <string>five.frac.glif</string>
+ <key>five.sup</key>
+ <string>five.sup.glif</string>
+ <key>five.tnum</key>
+ <string>five.tnum.glif</string>
+ <key>fiveeighths</key>
+ <string>fiveeighths.glif</string>
+ <key>fiveroman</key>
+ <string>fiveroman.glif</string>
+ <key>fivesub</key>
+ <string>fivesub.glif</string>
+ <key>fivesuperior</key>
+ <string>fivesuperior.glif</string>
+ <key>florin</key>
+ <string>florin.glif</string>
+ <key>four</key>
+ <string>four.glif</string>
+ <key>four.1</key>
+ <string>four.1.glif</string>
+ <key>four.frac</key>
+ <string>four.frac.glif</string>
+ <key>four.sup</key>
+ <string>four.sup.glif</string>
+ <key>four.tnum</key>
+ <string>four.tnum.glif</string>
+ <key>four.tnum.1</key>
+ <string>four.tnum.1.glif</string>
+ <key>fourroman</key>
+ <string>fourroman.glif</string>
+ <key>foursub</key>
+ <string>foursub.glif</string>
+ <key>foursuperior</key>
+ <string>foursuperior.glif</string>
+ <key>fourthtonechinese</key>
+ <string>fourthtonechinese.glif</string>
+ <key>fraction</key>
+ <string>fraction.glif</string>
+ <key>franc</key>
+ <string>franc.glif</string>
+ <key>g</key>
+ <string>g.glif</string>
+ <key>gacute</key>
+ <string>gacute.glif</string>
+ <key>gamma</key>
+ <string>gamma.glif</string>
+ <key>gamma1</key>
+ <string>gamma1.glif</string>
+ <key>gammasuper</key>
+ <string>gammasuper.glif</string>
+ <key>gbar</key>
+ <string>gbar.glif</string>
+ <key>gbreve</key>
+ <string>gbreve.glif</string>
+ <key>gcaron</key>
+ <string>gcaron.glif</string>
+ <key>gcircumflex</key>
+ <string>gcircumflex.glif</string>
+ <key>gcommaaccent</key>
+ <string>gcommaaccent.glif</string>
+ <key>gcursive</key>
+ <string>gcursive.glif</string>
+ <key>gdotaccent</key>
+ <string>gdotaccent.glif</string>
+ <key>gecyrillic</key>
+ <string>gecyrillic.glif</string>
+ <key>germandbls</key>
+ <string>germandbls.glif</string>
+ <key>ghemiddlehookcyrillic</key>
+ <string>ghemiddlehookcyrillic.glif</string>
+ <key>ghestrokecyrillic</key>
+ <string>ghestrokecyrillic.glif</string>
+ <key>gheupturncyrillic</key>
+ <string>gheupturncyrillic.glif</string>
+ <key>ghook</key>
+ <string>ghook.glif</string>
+ <key>gjecyrillic</key>
+ <string>gjecyrillic.glif</string>
+ <key>glottalstop</key>
+ <string>glottalstop.glif</string>
+ <key>glottalstopbar</key>
+ <string>glottalstopbar.glif</string>
+ <key>glottalstopbarinv</key>
+ <string>glottalstopbarinv.glif</string>
+ <key>glottalstopbarrev</key>
+ <string>glottalstopbarrev.glif</string>
+ <key>glottalstopinv</key>
+ <string>glottalstopinv.glif</string>
+ <key>glottalstopmod</key>
+ <string>glottalstopmod.glif</string>
+ <key>glottalstopreversedmod</key>
+ <string>glottalstopreversedmod.glif</string>
+ <key>glottalstopreversedsuperior</key>
+ <string>glottalstopreversedsuperior.glif</string>
+ <key>glottalstoprevinv</key>
+ <string>glottalstoprevinv.glif</string>
+ <key>gmacron</key>
+ <string>gmacron.glif</string>
+ <key>grave</key>
+ <string>grave.glif</string>
+ <key>gravecomb</key>
+ <string>gravecomb.glif</string>
+ <key>graveleftnosp</key>
+ <string>graveleftnosp.glif</string>
+ <key>gravelowmod</key>
+ <string>gravelowmod.glif</string>
+ <key>gravesubnosp</key>
+ <string>gravesubnosp.glif</string>
+ <key>greater</key>
+ <string>greater.glif</string>
+ <key>greaterequal</key>
+ <string>greaterequal.glif</string>
+ <key>guarani</key>
+ <string>guarani.glif</string>
+ <key>guillemotleft</key>
+ <string>guillemotleft.glif</string>
+ <key>guillemotright</key>
+ <string>guillemotright.glif</string>
+ <key>guilsinglleft</key>
+ <string>guilsinglleft.glif</string>
+ <key>guilsinglright</key>
+ <string>guilsinglright.glif</string>
+ <key>h</key>
+ <string>h.glif</string>
+ <key>haabkhasiancyrillic</key>
+ <string>haabkhasiancyrillic.glif</string>
+ <key>hadescendercyrillic</key>
+ <string>hadescendercyrillic.glif</string>
+ <key>hairspace</key>
+ <string>hairspace.glif</string>
+ <key>hardsigncyrillic</key>
+ <string>hardsigncyrillic.glif</string>
+ <key>hbar</key>
+ <string>hbar.glif</string>
+ <key>hbrevebelow</key>
+ <string>hbrevebelow.glif</string>
+ <key>hcedilla</key>
+ <string>hcedilla.glif</string>
+ <key>hcircumflex</key>
+ <string>hcircumflex.glif</string>
+ <key>hdieresis</key>
+ <string>hdieresis.glif</string>
+ <key>hdotaccent</key>
+ <string>hdotaccent.glif</string>
+ <key>hdotbelow</key>
+ <string>hdotbelow.glif</string>
+ <key>henghook</key>
+ <string>henghook.glif</string>
+ <key>hhook</key>
+ <string>hhook.glif</string>
+ <key>hhooksuper</key>
+ <string>hhooksuper.glif</string>
+ <key>hlinebelow</key>
+ <string>hlinebelow.glif</string>
+ <key>hook</key>
+ <string>hook.glif</string>
+ <key>hooksubpalatnosp</key>
+ <string>hooksubpalatnosp.glif</string>
+ <key>hooksubretronosp</key>
+ <string>hooksubretronosp.glif</string>
+ <key>horizontalbar</key>
+ <string>horizontalbar.glif</string>
+ <key>hornnosp</key>
+ <string>hornnosp.glif</string>
+ <key>hryvnia</key>
+ <string>hryvnia.glif</string>
+ <key>hsuper</key>
+ <string>hsuper.glif</string>
+ <key>hturn</key>
+ <string>hturn.glif</string>
+ <key>hturnhook2</key>
+ <string>hturnhook2.glif</string>
+ <key>hturnlthook</key>
+ <string>hturnlthook.glif</string>
+ <key>hungarumlaut</key>
+ <string>hungarumlaut.glif</string>
+ <key>hv</key>
+ <string>hv.glif</string>
+ <key>hyphen</key>
+ <string>hyphen.glif</string>
+ <key>hyphen.case</key>
+ <string>hyphen.case.glif</string>
+ <key>hyphen__</key>
+ <string>hyphen__.glif</string>
+ <key>hyphenbullet</key>
+ <string>hyphenbullet.glif</string>
+ <key>hyphendot</key>
+ <string>hyphendot.glif</string>
+ <key>hyphennobreak</key>
+ <string>hyphennobreak.glif</string>
+ <key>i</key>
+ <string>i.glif</string>
+ <key>iacute</key>
+ <string>iacute.glif</string>
+ <key>iacyrillic</key>
+ <string>iacyrillic.glif</string>
+ <key>ibar</key>
+ <string>ibar.glif</string>
+ <key>ibreve</key>
+ <string>ibreve.glif</string>
+ <key>icaron</key>
+ <string>icaron.glif</string>
+ <key>icircumflex</key>
+ <string>icircumflex.glif</string>
+ <key>icyrillic</key>
+ <string>icyrillic.glif</string>
+ <key>idblgrave</key>
+ <string>idblgrave.glif</string>
+ <key>idieresis</key>
+ <string>idieresis.glif</string>
+ <key>idieresisacute</key>
+ <string>idieresisacute.glif</string>
+ <key>idieresiscyrillic</key>
+ <string>idieresiscyrillic.glif</string>
+ <key>idotbelow</key>
+ <string>idotbelow.glif</string>
+ <key>iebrevecyrillic</key>
+ <string>iebrevecyrillic.glif</string>
+ <key>iecyrillic</key>
+ <string>iecyrillic.glif</string>
+ <key>igrave</key>
+ <string>igrave.glif</string>
+ <key>ihookabove</key>
+ <string>ihookabove.glif</string>
+ <key>iicyrillic</key>
+ <string>iicyrillic.glif</string>
+ <key>iinvertedbreve</key>
+ <string>iinvertedbreve.glif</string>
+ <key>iishortcyrillic</key>
+ <string>iishortcyrillic.glif</string>
+ <key>ij</key>
+ <string>ij.glif</string>
+ <key>imacron</key>
+ <string>imacron.glif</string>
+ <key>imacroncyrillic</key>
+ <string>imacroncyrillic.glif</string>
+ <key>infinity</key>
+ <string>infinity.glif</string>
+ <key>integral</key>
+ <string>integral.glif</string>
+ <key>interrobang</key>
+ <string>interrobang.glif</string>
+ <key>iocyrillic</key>
+ <string>iocyrillic.glif</string>
+ <key>iogonek</key>
+ <string>iogonek.glif</string>
+ <key>iota</key>
+ <string>iota.glif</string>
+ <key>iota1</key>
+ <string>iota1.glif</string>
+ <key>iota1_uni02DE</key>
+ <string>iota1_uni02D_E_.glif</string>
+ <key>iotadieresis</key>
+ <string>iotadieresis.glif</string>
+ <key>iotadieresistonos</key>
+ <string>iotadieresistonos.glif</string>
+ <key>iotasubnosp</key>
+ <string>iotasubnosp.glif</string>
+ <key>iotatonos</key>
+ <string>iotatonos.glif</string>
+ <key>isuperior</key>
+ <string>isuperior.glif</string>
+ <key>itilde</key>
+ <string>itilde.glif</string>
+ <key>itildebelow</key>
+ <string>itildebelow.glif</string>
+ <key>iucyrillic</key>
+ <string>iucyrillic.glif</string>
+ <key>izhitsacyrillic</key>
+ <string>izhitsacyrillic.glif</string>
+ <key>izhitsadblgravecyrillic</key>
+ <string>izhitsadblgravecyrillic.glif</string>
+ <key>j</key>
+ <string>j.glif</string>
+ <key>jcaron</key>
+ <string>jcaron.glif</string>
+ <key>jcircumflex</key>
+ <string>jcircumflex.glif</string>
+ <key>jcrosstail</key>
+ <string>jcrosstail.glif</string>
+ <key>jdotlessbar</key>
+ <string>jdotlessbar.glif</string>
+ <key>jecyrillic</key>
+ <string>jecyrillic.glif</string>
+ <key>jhookdblbar</key>
+ <string>jhookdblbar.glif</string>
+ <key>jsuper</key>
+ <string>jsuper.glif</string>
+ <key>k</key>
+ <string>k.glif</string>
+ <key>kabashkircyrillic</key>
+ <string>kabashkircyrillic.glif</string>
+ <key>kacute</key>
+ <string>kacute.glif</string>
+ <key>kacyrillic</key>
+ <string>kacyrillic.glif</string>
+ <key>kadescendercyrillic</key>
+ <string>kadescendercyrillic.glif</string>
+ <key>kahookcyrillic</key>
+ <string>kahookcyrillic.glif</string>
+ <key>kappa</key>
+ <string>kappa.glif</string>
+ <key>kappa1</key>
+ <string>kappa1.glif</string>
+ <key>kaverticalstrokecyrillic</key>
+ <string>kaverticalstrokecyrillic.glif</string>
+ <key>kcaron</key>
+ <string>kcaron.glif</string>
+ <key>kcommaaccent</key>
+ <string>kcommaaccent.glif</string>
+ <key>kdotbelow</key>
+ <string>kdotbelow.glif</string>
+ <key>kgreenlandic</key>
+ <string>kgreenlandic.glif</string>
+ <key>khacyrillic</key>
+ <string>khacyrillic.glif</string>
+ <key>khook</key>
+ <string>khook.glif</string>
+ <key>kip</key>
+ <string>kip.glif</string>
+ <key>kjecyrillic</key>
+ <string>kjecyrillic.glif</string>
+ <key>klinebelow</key>
+ <string>klinebelow.glif</string>
+ <key>koppa</key>
+ <string>koppa.glif</string>
+ <key>koppacyrillic</key>
+ <string>koppacyrillic.glif</string>
+ <key>koroniscmb</key>
+ <string>koroniscmb.glif</string>
+ <key>ksicyrillic</key>
+ <string>ksicyrillic.glif</string>
+ <key>kturn</key>
+ <string>kturn.glif</string>
+ <key>l</key>
+ <string>l.glif</string>
+ <key>lacute</key>
+ <string>lacute.glif</string>
+ <key>lambda</key>
+ <string>lambda.glif</string>
+ <key>lambdabar</key>
+ <string>lambdabar.glif</string>
+ <key>largerighthook</key>
+ <string>largerighthook.glif</string>
+ <key>lari</key>
+ <string>lari.glif</string>
+ <key>lbar</key>
+ <string>lbar.glif</string>
+ <key>lbelt</key>
+ <string>lbelt.glif</string>
+ <key>lcaron</key>
+ <string>lcaron.glif</string>
+ <key>lcircumflexbelow</key>
+ <string>lcircumflexbelow.glif</string>
+ <key>lcommaaccent</key>
+ <string>lcommaaccent.glif</string>
+ <key>lcurl</key>
+ <string>lcurl.glif</string>
+ <key>ldot</key>
+ <string>ldot.glif</string>
+ <key>ldotbelow</key>
+ <string>ldotbelow.glif</string>
+ <key>ldotbelowmacron</key>
+ <string>ldotbelowmacron.glif</string>
+ <key>leftloop.cn</key>
+ <string>leftloop.cn.glif</string>
+ <key>less</key>
+ <string>less.glif</string>
+ <key>lessequal</key>
+ <string>lessequal.glif</string>
+ <key>linevert</key>
+ <string>linevert.glif</string>
+ <key>linevertdblnosp</key>
+ <string>linevertdblnosp.glif</string>
+ <key>linevertnosp</key>
+ <string>linevertnosp.glif</string>
+ <key>linevertsubnosp</key>
+ <string>linevertsubnosp.glif</string>
+ <key>lira</key>
+ <string>lira.glif</string>
+ <key>lj</key>
+ <string>lj.glif</string>
+ <key>ljecyrillic</key>
+ <string>ljecyrillic.glif</string>
+ <key>llinebelow</key>
+ <string>llinebelow.glif</string>
+ <key>lmidtilde</key>
+ <string>lmidtilde.glif</string>
+ <key>logicalnot</key>
+ <string>logicalnot.glif</string>
+ <key>longs</key>
+ <string>longs.glif</string>
+ <key>lozenge</key>
+ <string>lozenge.glif</string>
+ <key>lrthook</key>
+ <string>lrthook.glif</string>
+ <key>lslash</key>
+ <string>lslash.glif</string>
+ <key>lsquare</key>
+ <string>lsquare.glif</string>
+ <key>lyogh</key>
+ <string>lyogh.glif</string>
+ <key>m</key>
+ <string>m.glif</string>
+ <key>macron</key>
+ <string>macron.glif</string>
+ <key>macronacutecomb.cn</key>
+ <string>macronacutecomb.cn.glif</string>
+ <key>macronacutecomb.lc</key>
+ <string>macronacutecomb.lc.glif</string>
+ <key>macroncomb</key>
+ <string>macroncomb.glif</string>
+ <key>macrondieresiscomb.cn</key>
+ <string>macrondieresiscomb.cn.glif</string>
+ <key>macrondieresiscomb.lc</key>
+ <string>macrondieresiscomb.lc.glif</string>
+ <key>macrongravecomb.cn</key>
+ <string>macrongravecomb.cn.glif</string>
+ <key>macrongravecomb.lc</key>
+ <string>macrongravecomb.lc.glif</string>
+ <key>macronsub</key>
+ <string>macronsub.glif</string>
+ <key>macronsubnosp</key>
+ <string>macronsubnosp.glif</string>
+ <key>macute</key>
+ <string>macute.glif</string>
+ <key>manat</key>
+ <string>manat.glif</string>
+ <key>mcapturn</key>
+ <string>mcapturn.glif</string>
+ <key>mdotaccent</key>
+ <string>mdotaccent.glif</string>
+ <key>mdotbelow</key>
+ <string>mdotbelow.glif</string>
+ <key>mhook</key>
+ <string>mhook.glif</string>
+ <key>mill</key>
+ <string>mill.glif</string>
+ <key>minus</key>
+ <string>minus.glif</string>
+ <key>minus.case</key>
+ <string>minus.case.glif</string>
+ <key>minusmod</key>
+ <string>minusmod.glif</string>
+ <key>minussub</key>
+ <string>minussub.glif</string>
+ <key>minussubnosp</key>
+ <string>minussubnosp.glif</string>
+ <key>minussuperior</key>
+ <string>minussuperior.glif</string>
+ <key>minute</key>
+ <string>minute.glif</string>
+ <key>mturn</key>
+ <string>mturn.glif</string>
+ <key>mturndescend</key>
+ <string>mturndescend.glif</string>
+ <key>mu</key>
+ <string>mu.glif</string>
+ <key>mugreek</key>
+ <string>mugreek.glif</string>
+ <key>multiply</key>
+ <string>multiply.glif</string>
+ <key>multiply.case</key>
+ <string>multiply.case.glif</string>
+ <key>n</key>
+ <string>n.glif</string>
+ <key>nacute</key>
+ <string>nacute.glif</string>
+ <key>naira</key>
+ <string>naira.glif</string>
+ <key>napostrophe</key>
+ <string>napostrophe.glif</string>
+ <key>nbspace</key>
+ <string>nbspace.glif</string>
+ <key>ncaron</key>
+ <string>ncaron.glif</string>
+ <key>ncircumflexbelow</key>
+ <string>ncircumflexbelow.glif</string>
+ <key>ncommaaccent</key>
+ <string>ncommaaccent.glif</string>
+ <key>ncurl</key>
+ <string>ncurl.glif</string>
+ <key>ndotaccent</key>
+ <string>ndotaccent.glif</string>
+ <key>ndotbelow</key>
+ <string>ndotbelow.glif</string>
+ <key>nine</key>
+ <string>nine.glif</string>
+ <key>nine.1</key>
+ <string>nine.1.glif</string>
+ <key>nine.frac</key>
+ <string>nine.frac.glif</string>
+ <key>nine.sup</key>
+ <string>nine.sup.glif</string>
+ <key>nine.tnum</key>
+ <string>nine.tnum.glif</string>
+ <key>nine.tnum.1</key>
+ <string>nine.tnum.1.glif</string>
+ <key>nineinferior</key>
+ <string>nineinferior.glif</string>
+ <key>nineroman</key>
+ <string>nineroman.glif</string>
+ <key>ninesuperior</key>
+ <string>ninesuperior.glif</string>
+ <key>nj</key>
+ <string>nj.glif</string>
+ <key>njecyrillic</key>
+ <string>njecyrillic.glif</string>
+ <key>nlegrightlong</key>
+ <string>nlegrightlong.glif</string>
+ <key>nlfthook</key>
+ <string>nlfthook.glif</string>
+ <key>nlinebelow</key>
+ <string>nlinebelow.glif</string>
+ <key>notequal</key>
+ <string>notequal.glif</string>
+ <key>notequal.case</key>
+ <string>notequal.case.glif</string>
+ <key>nrthook</key>
+ <string>nrthook.glif</string>
+ <key>nsuperior</key>
+ <string>nsuperior.glif</string>
+ <key>ntilde</key>
+ <string>ntilde.glif</string>
+ <key>nu</key>
+ <string>nu.glif</string>
+ <key>numbersign</key>
+ <string>numbersign.glif</string>
+ <key>numeralgreek</key>
+ <string>numeralgreek.glif</string>
+ <key>numeralgreeksub</key>
+ <string>numeralgreeksub.glif</string>
+ <key>numero</key>
+ <string>numero.glif</string>
+ <key>o</key>
+ <string>o.glif</string>
+ <key>o_uni02DE</key>
+ <string>o_uni02D_E_.glif</string>
+ <key>oacute</key>
+ <string>oacute.glif</string>
+ <key>obar</key>
+ <string>obar.glif</string>
+ <key>obarredcyrillic</key>
+ <string>obarredcyrillic.glif</string>
+ <key>obarreddieresiscyrillic</key>
+ <string>obarreddieresiscyrillic.glif</string>
+ <key>obreve</key>
+ <string>obreve.glif</string>
+ <key>ocaron</key>
+ <string>ocaron.glif</string>
+ <key>ocircumflex</key>
+ <string>ocircumflex.glif</string>
+ <key>ocircumflexacute</key>
+ <string>ocircumflexacute.glif</string>
+ <key>ocircumflexdotbelow</key>
+ <string>ocircumflexdotbelow.glif</string>
+ <key>ocircumflexgrave</key>
+ <string>ocircumflexgrave.glif</string>
+ <key>ocircumflexhookabove</key>
+ <string>ocircumflexhookabove.glif</string>
+ <key>ocircumflextilde</key>
+ <string>ocircumflextilde.glif</string>
+ <key>ocyrillic</key>
+ <string>ocyrillic.glif</string>
+ <key>odblgrave</key>
+ <string>odblgrave.glif</string>
+ <key>odieresis</key>
+ <string>odieresis.glif</string>
+ <key>odieresiscyrillic</key>
+ <string>odieresiscyrillic.glif</string>
+ <key>odotbelow</key>
+ <string>odotbelow.glif</string>
+ <key>oe</key>
+ <string>oe.glif</string>
+ <key>ogonek</key>
+ <string>ogonek.glif</string>
+ <key>ogoneknosp</key>
+ <string>ogoneknosp.glif</string>
+ <key>ograve</key>
+ <string>ograve.glif</string>
+ <key>ohookabove</key>
+ <string>ohookabove.glif</string>
+ <key>ohorn</key>
+ <string>ohorn.glif</string>
+ <key>ohornacute</key>
+ <string>ohornacute.glif</string>
+ <key>ohorndotbelow</key>
+ <string>ohorndotbelow.glif</string>
+ <key>ohorngrave</key>
+ <string>ohorngrave.glif</string>
+ <key>ohornhookabove</key>
+ <string>ohornhookabove.glif</string>
+ <key>ohorntilde</key>
+ <string>ohorntilde.glif</string>
+ <key>ohungarumlaut</key>
+ <string>ohungarumlaut.glif</string>
+ <key>oi</key>
+ <string>oi.glif</string>
+ <key>oinvertedbreve</key>
+ <string>oinvertedbreve.glif</string>
+ <key>omacron</key>
+ <string>omacron.glif</string>
+ <key>omacronacute</key>
+ <string>omacronacute.glif</string>
+ <key>omacrongrave</key>
+ <string>omacrongrave.glif</string>
+ <key>omega</key>
+ <string>omega.glif</string>
+ <key>omegaclosed</key>
+ <string>omegaclosed.glif</string>
+ <key>omegacyrillic</key>
+ <string>omegacyrillic.glif</string>
+ <key>omegaroundcyrillic</key>
+ <string>omegaroundcyrillic.glif</string>
+ <key>omegatitlocyrillic</key>
+ <string>omegatitlocyrillic.glif</string>
+ <key>omegatonos</key>
+ <string>omegatonos.glif</string>
+ <key>omicron</key>
+ <string>omicron.glif</string>
+ <key>omicrontonos</key>
+ <string>omicrontonos.glif</string>
+ <key>one</key>
+ <string>one.glif</string>
+ <key>one.1</key>
+ <string>one.1.glif</string>
+ <key>one.sup</key>
+ <string>one.sup.glif</string>
+ <key>one.tnum</key>
+ <string>one.tnum.glif</string>
+ <key>one.tnum.1</key>
+ <string>one.tnum.1.glif</string>
+ <key>onedotleader</key>
+ <string>onedotleader.glif</string>
+ <key>oneeighth</key>
+ <string>oneeighth.glif</string>
+ <key>onehalf</key>
+ <string>onehalf.glif</string>
+ <key>oneinferior</key>
+ <string>oneinferior.glif</string>
+ <key>onequarter</key>
+ <string>onequarter.glif</string>
+ <key>oneroman</key>
+ <string>oneroman.glif</string>
+ <key>onesuperior</key>
+ <string>onesuperior.glif</string>
+ <key>onethird</key>
+ <string>onethird.glif</string>
+ <key>oogonek</key>
+ <string>oogonek.glif</string>
+ <key>oogonek.NAV</key>
+ <string>oogonek.N_A_V_.glif</string>
+ <key>oogonekmacron</key>
+ <string>oogonekmacron.glif</string>
+ <key>oopen</key>
+ <string>oopen.glif</string>
+ <key>oopen_uni02DE</key>
+ <string>oopen_uni02D_E_.glif</string>
+ <key>ordfeminine</key>
+ <string>ordfeminine.glif</string>
+ <key>ordmasculine</key>
+ <string>ordmasculine.glif</string>
+ <key>oslash</key>
+ <string>oslash.glif</string>
+ <key>oslashacute</key>
+ <string>oslashacute.glif</string>
+ <key>otcyrillic</key>
+ <string>otcyrillic.glif</string>
+ <key>otilde</key>
+ <string>otilde.glif</string>
+ <key>otildeacute</key>
+ <string>otildeacute.glif</string>
+ <key>otildedieresis</key>
+ <string>otildedieresis.glif</string>
+ <key>ounce</key>
+ <string>ounce.glif</string>
+ <key>overline</key>
+ <string>overline.glif</string>
+ <key>overscoredblnosp</key>
+ <string>overscoredblnosp.glif</string>
+ <key>overscorenosp</key>
+ <string>overscorenosp.glif</string>
+ <key>p</key>
+ <string>p.glif</string>
+ <key>pacute</key>
+ <string>pacute.glif</string>
+ <key>palatalizationcyrilliccmb</key>
+ <string>palatalizationcyrilliccmb.glif</string>
+ <key>palochkacyrillic</key>
+ <string>palochkacyrillic.glif</string>
+ <key>paragraph</key>
+ <string>paragraph.glif</string>
+ <key>parenleft</key>
+ <string>parenleft.glif</string>
+ <key>parenleft.case</key>
+ <string>parenleft.case.glif</string>
+ <key>parenleftinferior</key>
+ <string>parenleftinferior.glif</string>
+ <key>parenleftsuperior</key>
+ <string>parenleftsuperior.glif</string>
+ <key>parenright</key>
+ <string>parenright.glif</string>
+ <key>parenright.case</key>
+ <string>parenright.case.glif</string>
+ <key>parenrightsub</key>
+ <string>parenrightsub.glif</string>
+ <key>parenrightsuperior</key>
+ <string>parenrightsuperior.glif</string>
+ <key>partialdiff</key>
+ <string>partialdiff.glif</string>
+ <key>pdotaccent</key>
+ <string>pdotaccent.glif</string>
+ <key>pecyrillic</key>
+ <string>pecyrillic.glif</string>
+ <key>pemiddlehookcyrillic</key>
+ <string>pemiddlehookcyrillic.glif</string>
+ <key>percent</key>
+ <string>percent.glif</string>
+ <key>period</key>
+ <string>period.glif</string>
+ <key>period.tnum</key>
+ <string>period.tnum.glif</string>
+ <key>periodcentered</key>
+ <string>periodcentered.glif</string>
+ <key>perispomenigreekcmb</key>
+ <string>perispomenigreekcmb.glif</string>
+ <key>pertenthousand</key>
+ <string>pertenthousand.glif</string>
+ <key>perthousand</key>
+ <string>perthousand.glif</string>
+ <key>peseta</key>
+ <string>peseta.glif</string>
+ <key>peso</key>
+ <string>peso.glif</string>
+ <key>phi</key>
+ <string>phi.glif</string>
+ <key>phi1</key>
+ <string>phi1.glif</string>
+ <key>philatin</key>
+ <string>philatin.glif</string>
+ <key>phook</key>
+ <string>phook.glif</string>
+ <key>pi</key>
+ <string>pi.glif</string>
+ <key>pipe</key>
+ <string>pipe.glif</string>
+ <key>pipedbl</key>
+ <string>pipedbl.glif</string>
+ <key>pipedblbar</key>
+ <string>pipedblbar.glif</string>
+ <key>pisymbolgreek</key>
+ <string>pisymbolgreek.glif</string>
+ <key>placeofinterestsign</key>
+ <string>placeofinterestsign.glif</string>
+ <key>plus</key>
+ <string>plus.glif</string>
+ <key>plus.case</key>
+ <string>plus.case.glif</string>
+ <key>plusminus</key>
+ <string>plusminus.glif</string>
+ <key>plusminus.case</key>
+ <string>plusminus.case.glif</string>
+ <key>plusmod</key>
+ <string>plusmod.glif</string>
+ <key>plussub</key>
+ <string>plussub.glif</string>
+ <key>plussubnosp</key>
+ <string>plussubnosp.glif</string>
+ <key>plussuperior</key>
+ <string>plussuperior.glif</string>
+ <key>primemod</key>
+ <string>primemod.glif</string>
+ <key>primerev1</key>
+ <string>primerev1.glif</string>
+ <key>primetripl1</key>
+ <string>primetripl1.glif</string>
+ <key>primetriplerev1</key>
+ <string>primetriplerev1.glif</string>
+ <key>product</key>
+ <string>product.glif</string>
+ <key>psi</key>
+ <string>psi.glif</string>
+ <key>psicyrillic</key>
+ <string>psicyrillic.glif</string>
+ <key>psilipneumatacyrilliccmb</key>
+ <string>psilipneumatacyrilliccmb.glif</string>
+ <key>published</key>
+ <string>published.glif</string>
+ <key>punctuationspace</key>
+ <string>punctuationspace.glif</string>
+ <key>q</key>
+ <string>q.glif</string>
+ <key>qhook</key>
+ <string>qhook.glif</string>
+ <key>qofdagesh</key>
+ <string>qofdagesh.glif</string>
+ <key>qrthook</key>
+ <string>qrthook.glif</string>
+ <key>quarteremspace</key>
+ <string>quarteremspace.glif</string>
+ <key>question</key>
+ <string>question.glif</string>
+ <key>questiondown</key>
+ <string>questiondown.glif</string>
+ <key>questiongreek</key>
+ <string>questiongreek.glif</string>
+ <key>quotedbl</key>
+ <string>quotedbl.glif</string>
+ <key>quotedblbase</key>
+ <string>quotedblbase.glif</string>
+ <key>quotedblleft</key>
+ <string>quotedblleft.glif</string>
+ <key>quotedblreversed</key>
+ <string>quotedblreversed.glif</string>
+ <key>quotedblright</key>
+ <string>quotedblright.glif</string>
+ <key>quoteleft</key>
+ <string>quoteleft.glif</string>
+ <key>quotereversed</key>
+ <string>quotereversed.glif</string>
+ <key>quoteright</key>
+ <string>quoteright.glif</string>
+ <key>quotesinglbase</key>
+ <string>quotesinglbase.glif</string>
+ <key>quotesingle</key>
+ <string>quotesingle.glif</string>
+ <key>r</key>
+ <string>r.glif</string>
+ <key>racute</key>
+ <string>racute.glif</string>
+ <key>radical</key>
+ <string>radical.glif</string>
+ <key>rcaron</key>
+ <string>rcaron.glif</string>
+ <key>rcommaaccent</key>
+ <string>rcommaaccent.glif</string>
+ <key>rdblgrave</key>
+ <string>rdblgrave.glif</string>
+ <key>rdescend</key>
+ <string>rdescend.glif</string>
+ <key>rdotaccent</key>
+ <string>rdotaccent.glif</string>
+ <key>rdotbelow</key>
+ <string>rdotbelow.glif</string>
+ <key>rdotbelowmacron</key>
+ <string>rdotbelowmacron.glif</string>
+ <key>referencemark</key>
+ <string>referencemark.glif</string>
+ <key>registered</key>
+ <string>registered.glif</string>
+ <key>response</key>
+ <string>response.glif</string>
+ <key>reverseddblprime</key>
+ <string>reverseddblprime.glif</string>
+ <key>rfishhook</key>
+ <string>rfishhook.glif</string>
+ <key>rfishhookrev</key>
+ <string>rfishhookrev.glif</string>
+ <key>rho</key>
+ <string>rho.glif</string>
+ <key>rho1</key>
+ <string>rho1.glif</string>
+ <key>rhotichookmod</key>
+ <string>rhotichookmod.glif</string>
+ <key>rightloop.cn</key>
+ <string>rightloop.cn.glif</string>
+ <key>ring</key>
+ <string>ring.glif</string>
+ <key>ringacute.cn</key>
+ <string>ringacute.cn.glif</string>
+ <key>ringhalfleft</key>
+ <string>ringhalfleft.glif</string>
+ <key>ringhalfleftcentered</key>
+ <string>ringhalfleftcentered.glif</string>
+ <key>ringhalfright</key>
+ <string>ringhalfright.glif</string>
+ <key>ringhalfrightcentered</key>
+ <string>ringhalfrightcentered.glif</string>
+ <key>ringlefthalfsubnosp</key>
+ <string>ringlefthalfsubnosp.glif</string>
+ <key>ringnosp</key>
+ <string>ringnosp.glif</string>
+ <key>ringrighthalfsubnosp</key>
+ <string>ringrighthalfsubnosp.glif</string>
+ <key>ringsubnosp</key>
+ <string>ringsubnosp.glif</string>
+ <key>rinvertedbreve</key>
+ <string>rinvertedbreve.glif</string>
+ <key>rlinebelow</key>
+ <string>rlinebelow.glif</string>
+ <key>romaneight</key>
+ <string>romaneight.glif</string>
+ <key>romaneleven</key>
+ <string>romaneleven.glif</string>
+ <key>romanfifty</key>
+ <string>romanfifty.glif</string>
+ <key>romanfive</key>
+ <string>romanfive.glif</string>
+ <key>romanfivehundred</key>
+ <string>romanfivehundred.glif</string>
+ <key>romanfour</key>
+ <string>romanfour.glif</string>
+ <key>romanhundred</key>
+ <string>romanhundred.glif</string>
+ <key>romannine</key>
+ <string>romannine.glif</string>
+ <key>romanone</key>
+ <string>romanone.glif</string>
+ <key>romanseven</key>
+ <string>romanseven.glif</string>
+ <key>romansix</key>
+ <string>romansix.glif</string>
+ <key>romanten</key>
+ <string>romanten.glif</string>
+ <key>romanthousand</key>
+ <string>romanthousand.glif</string>
+ <key>romanthree</key>
+ <string>romanthree.glif</string>
+ <key>romantwelve</key>
+ <string>romantwelve.glif</string>
+ <key>romantwo</key>
+ <string>romantwo.glif</string>
+ <key>rrthook</key>
+ <string>rrthook.glif</string>
+ <key>rsuper</key>
+ <string>rsuper.glif</string>
+ <key>rturn</key>
+ <string>rturn.glif</string>
+ <key>rturnascend</key>
+ <string>rturnascend.glif</string>
+ <key>rturnrthook</key>
+ <string>rturnrthook.glif</string>
+ <key>rturnsuper</key>
+ <string>rturnsuper.glif</string>
+ <key>rupee</key>
+ <string>rupee.glif</string>
+ <key>s</key>
+ <string>s.glif</string>
+ <key>sacute</key>
+ <string>sacute.glif</string>
+ <key>sacutedotaccent</key>
+ <string>sacutedotaccent.glif</string>
+ <key>sampi</key>
+ <string>sampi.glif</string>
+ <key>scaron</key>
+ <string>scaron.glif</string>
+ <key>scarondotaccent</key>
+ <string>scarondotaccent.glif</string>
+ <key>scedilla</key>
+ <string>scedilla.glif</string>
+ <key>schwa</key>
+ <string>schwa.glif</string>
+ <key>schwacyrillic</key>
+ <string>schwacyrillic.glif</string>
+ <key>schwadieresiscyrillic</key>
+ <string>schwadieresiscyrillic.glif</string>
+ <key>schwahook</key>
+ <string>schwahook.glif</string>
+ <key>scircumflex</key>
+ <string>scircumflex.glif</string>
+ <key>scommaaccent</key>
+ <string>scommaaccent.glif</string>
+ <key>sdotaccent</key>
+ <string>sdotaccent.glif</string>
+ <key>sdotbelow</key>
+ <string>sdotbelow.glif</string>
+ <key>sdotbelowdotaccent</key>
+ <string>sdotbelowdotaccent.glif</string>
+ <key>seagullsubnosp</key>
+ <string>seagullsubnosp.glif</string>
+ <key>second</key>
+ <string>second.glif</string>
+ <key>secondtonechinese</key>
+ <string>secondtonechinese.glif</string>
+ <key>section</key>
+ <string>section.glif</string>
+ <key>semicolon</key>
+ <string>semicolon.glif</string>
+ <key>servicemark</key>
+ <string>servicemark.glif</string>
+ <key>seven</key>
+ <string>seven.glif</string>
+ <key>seven.frac</key>
+ <string>seven.frac.glif</string>
+ <key>seven.sup</key>
+ <string>seven.sup.glif</string>
+ <key>seven.tnum</key>
+ <string>seven.tnum.glif</string>
+ <key>seveneighths</key>
+ <string>seveneighths.glif</string>
+ <key>sevenroman</key>
+ <string>sevenroman.glif</string>
+ <key>sevensub</key>
+ <string>sevensub.glif</string>
+ <key>sevensuperior</key>
+ <string>sevensuperior.glif</string>
+ <key>shacyrillic</key>
+ <string>shacyrillic.glif</string>
+ <key>shchacyrillic</key>
+ <string>shchacyrillic.glif</string>
+ <key>shhacyrillic</key>
+ <string>shhacyrillic.glif</string>
+ <key>shindagesh</key>
+ <string>shindagesh.glif</string>
+ <key>sigma</key>
+ <string>sigma.glif</string>
+ <key>sigma1</key>
+ <string>sigma1.glif</string>
+ <key>sigmalunatesymbolgreek</key>
+ <string>sigmalunatesymbolgreek.glif</string>
+ <key>six</key>
+ <string>six.glif</string>
+ <key>six.1</key>
+ <string>six.1.glif</string>
+ <key>six.frac</key>
+ <string>six.frac.glif</string>
+ <key>six.sup</key>
+ <string>six.sup.glif</string>
+ <key>six.tnum</key>
+ <string>six.tnum.glif</string>
+ <key>six.tnum.1</key>
+ <string>six.tnum.1.glif</string>
+ <key>sixinferior</key>
+ <string>sixinferior.glif</string>
+ <key>sixroman</key>
+ <string>sixroman.glif</string>
+ <key>sixsuperior</key>
+ <string>sixsuperior.glif</string>
+ <key>sixthemspace</key>
+ <string>sixthemspace.glif</string>
+ <key>slash</key>
+ <string>slash.glif</string>
+ <key>slashlongnosp</key>
+ <string>slashlongnosp.glif</string>
+ <key>slashshortnosp</key>
+ <string>slashshortnosp.glif</string>
+ <key>slongdotaccent</key>
+ <string>slongdotaccent.glif</string>
+ <key>slongstroke</key>
+ <string>slongstroke.glif</string>
+ <key>softhyphen</key>
+ <string>softhyphen.glif</string>
+ <key>softsigncyrillic</key>
+ <string>softsigncyrillic.glif</string>
+ <key>space</key>
+ <string>space.glif</string>
+ <key>spaceopenbox</key>
+ <string>spaceopenbox.glif</string>
+ <key>squaresubnosp</key>
+ <string>squaresubnosp.glif</string>
+ <key>srthook</key>
+ <string>srthook.glif</string>
+ <key>sterling</key>
+ <string>sterling.glif</string>
+ <key>stigma</key>
+ <string>stigma.glif</string>
+ <key>summation</key>
+ <string>summation.glif</string>
+ <key>t</key>
+ <string>t.glif</string>
+ <key>tackdownsubnosp</key>
+ <string>tackdownsubnosp.glif</string>
+ <key>tackleftsubnosp</key>
+ <string>tackleftsubnosp.glif</string>
+ <key>tackrightsubnosp</key>
+ <string>tackrightsubnosp.glif</string>
+ <key>tackupsubnosp</key>
+ <string>tackupsubnosp.glif</string>
+ <key>tau</key>
+ <string>tau.glif</string>
+ <key>tavdages</key>
+ <string>tavdages.glif</string>
+ <key>tbar</key>
+ <string>tbar.glif</string>
+ <key>tcaron</key>
+ <string>tcaron.glif</string>
+ <key>tccurl</key>
+ <string>tccurl.glif</string>
+ <key>tcircumflexbelow</key>
+ <string>tcircumflexbelow.glif</string>
+ <key>tcommaaccent</key>
+ <string>tcommaaccent.glif</string>
+ <key>tcurl</key>
+ <string>tcurl.glif</string>
+ <key>tdieresis</key>
+ <string>tdieresis.glif</string>
+ <key>tdotaccent</key>
+ <string>tdotaccent.glif</string>
+ <key>tdotbelow</key>
+ <string>tdotbelow.glif</string>
+ <key>tecyrillic</key>
+ <string>tecyrillic.glif</string>
+ <key>tedescendercyrillic</key>
+ <string>tedescendercyrillic.glif</string>
+ <key>tel</key>
+ <string>tel.glif</string>
+ <key>tenge</key>
+ <string>tenge.glif</string>
+ <key>tenroman</key>
+ <string>tenroman.glif</string>
+ <key>tesh</key>
+ <string>tesh.glif</string>
+ <key>tetsecyrillic</key>
+ <string>tetsecyrillic.glif</string>
+ <key>theta</key>
+ <string>theta.glif</string>
+ <key>thetasymbolgreek</key>
+ <string>thetasymbolgreek.glif</string>
+ <key>thinspace</key>
+ <string>thinspace.glif</string>
+ <key>thirdemspace</key>
+ <string>thirdemspace.glif</string>
+ <key>thook</key>
+ <string>thook.glif</string>
+ <key>thorn</key>
+ <string>thorn.glif</string>
+ <key>thousandcyrillic</key>
+ <string>thousandcyrillic.glif</string>
+ <key>three</key>
+ <string>three.glif</string>
+ <key>three.sup</key>
+ <string>three.sup.glif</string>
+ <key>three.tnum</key>
+ <string>three.tnum.glif</string>
+ <key>threeeighths</key>
+ <string>threeeighths.glif</string>
+ <key>threequarters</key>
+ <string>threequarters.glif</string>
+ <key>threeroman</key>
+ <string>threeroman.glif</string>
+ <key>threesub</key>
+ <string>threesub.glif</string>
+ <key>threesuperior</key>
+ <string>threesuperior.glif</string>
+ <key>tilde</key>
+ <string>tilde.glif</string>
+ <key>tildeacutecomb.cn</key>
+ <string>tildeacutecomb.cn.glif</string>
+ <key>tildeacutecomb.lc</key>
+ <string>tildeacutecomb.lc.glif</string>
+ <key>tildecomb</key>
+ <string>tildecomb.glif</string>
+ <key>tildedieresiscomb.cn</key>
+ <string>tildedieresiscomb.cn.glif</string>
+ <key>tildedieresiscomb.lc</key>
+ <string>tildedieresiscomb.lc.glif</string>
+ <key>tildedoublecmb</key>
+ <string>tildedoublecmb.glif</string>
+ <key>tildemacroncomb.cn</key>
+ <string>tildemacroncomb.cn.glif</string>
+ <key>tildemacroncomb.lc</key>
+ <string>tildemacroncomb.lc.glif</string>
+ <key>tildemidnosp</key>
+ <string>tildemidnosp.glif</string>
+ <key>tildesubnosp</key>
+ <string>tildesubnosp.glif</string>
+ <key>tildevertsupnosp</key>
+ <string>tildevertsupnosp.glif</string>
+ <key>titlocyrilliccmb</key>
+ <string>titlocyrilliccmb.glif</string>
+ <key>tlinebelow</key>
+ <string>tlinebelow.glif</string>
+ <key>tonebarextrahighmod.cn</key>
+ <string>tonebarextrahighmod.cn.glif</string>
+ <key>tonebarextralowmod.cn</key>
+ <string>tonebarextralowmod.cn.glif</string>
+ <key>tonebarhighmod.cn</key>
+ <string>tonebarhighmod.cn.glif</string>
+ <key>tonebarlowmod.cn</key>
+ <string>tonebarlowmod.cn.glif</string>
+ <key>tonebarmidmod.cn</key>
+ <string>tonebarmidmod.cn.glif</string>
+ <key>tonefive</key>
+ <string>tonefive.glif</string>
+ <key>tonesix</key>
+ <string>tonesix.glif</string>
+ <key>tonetwo</key>
+ <string>tonetwo.glif</string>
+ <key>tonos</key>
+ <string>tonos.glif</string>
+ <key>tpalatalhook</key>
+ <string>tpalatalhook.glif</string>
+ <key>trademark</key>
+ <string>trademark.glif</string>
+ <key>triagdn</key>
+ <string>triagdn.glif</string>
+ <key>triagrt</key>
+ <string>triagrt.glif</string>
+ <key>triagup</key>
+ <string>triagup.glif</string>
+ <key>trianglebullet</key>
+ <string>trianglebullet.glif</string>
+ <key>trthook</key>
+ <string>trthook.glif</string>
+ <key>ts</key>
+ <string>ts.glif</string>
+ <key>tsecyrillic</key>
+ <string>tsecyrillic.glif</string>
+ <key>tshecyrillic</key>
+ <string>tshecyrillic.glif</string>
+ <key>tturn</key>
+ <string>tturn.glif</string>
+ <key>tugrik</key>
+ <string>tugrik.glif</string>
+ <key>twelveroman</key>
+ <string>twelveroman.glif</string>
+ <key>two</key>
+ <string>two.glif</string>
+ <key>two.sup</key>
+ <string>two.sup.glif</string>
+ <key>two.tnum</key>
+ <string>two.tnum.glif</string>
+ <key>twodotleader</key>
+ <string>twodotleader.glif</string>
+ <key>tworoman</key>
+ <string>tworoman.glif</string>
+ <key>twostroke</key>
+ <string>twostroke.glif</string>
+ <key>twosub</key>
+ <string>twosub.glif</string>
+ <key>twosuperior</key>
+ <string>twosuperior.glif</string>
+ <key>twothirds</key>
+ <string>twothirds.glif</string>
+ <key>u</key>
+ <string>u.glif</string>
+ <key>uacute</key>
+ <string>uacute.glif</string>
+ <key>ubar</key>
+ <string>ubar.glif</string>
+ <key>ubreve</key>
+ <string>ubreve.glif</string>
+ <key>ucaron</key>
+ <string>ucaron.glif</string>
+ <key>ucircumflex</key>
+ <string>ucircumflex.glif</string>
+ <key>ucircumflexbelow</key>
+ <string>ucircumflexbelow.glif</string>
+ <key>ucyrillic</key>
+ <string>ucyrillic.glif</string>
+ <key>udblgrave</key>
+ <string>udblgrave.glif</string>
+ <key>udieresis</key>
+ <string>udieresis.glif</string>
+ <key>udieresisacute</key>
+ <string>udieresisacute.glif</string>
+ <key>udieresisbelow</key>
+ <string>udieresisbelow.glif</string>
+ <key>udieresiscaron</key>
+ <string>udieresiscaron.glif</string>
+ <key>udieresiscyrillic</key>
+ <string>udieresiscyrillic.glif</string>
+ <key>udieresisgrave</key>
+ <string>udieresisgrave.glif</string>
+ <key>udieresismacron</key>
+ <string>udieresismacron.glif</string>
+ <key>udotbelow</key>
+ <string>udotbelow.glif</string>
+ <key>ugrave</key>
+ <string>ugrave.glif</string>
+ <key>uhookabove</key>
+ <string>uhookabove.glif</string>
+ <key>uhorn</key>
+ <string>uhorn.glif</string>
+ <key>uhornacute</key>
+ <string>uhornacute.glif</string>
+ <key>uhorndotbelow</key>
+ <string>uhorndotbelow.glif</string>
+ <key>uhorngrave</key>
+ <string>uhorngrave.glif</string>
+ <key>uhornhookabove</key>
+ <string>uhornhookabove.glif</string>
+ <key>uhorntilde</key>
+ <string>uhorntilde.glif</string>
+ <key>uhungarumlaut</key>
+ <string>uhungarumlaut.glif</string>
+ <key>uhungarumlautcyrillic</key>
+ <string>uhungarumlautcyrillic.glif</string>
+ <key>uinvertedbreve</key>
+ <string>uinvertedbreve.glif</string>
+ <key>ukcyrillic</key>
+ <string>ukcyrillic.glif</string>
+ <key>umacron</key>
+ <string>umacron.glif</string>
+ <key>umacroncyrillic</key>
+ <string>umacroncyrillic.glif</string>
+ <key>umacrondieresis</key>
+ <string>umacrondieresis.glif</string>
+ <key>underscore</key>
+ <string>underscore.glif</string>
+ <key>underscoredbl</key>
+ <string>underscoredbl.glif</string>
+ <key>underscoredblnosp</key>
+ <string>underscoredblnosp.glif</string>
+ <key>underscorenosp</key>
+ <string>underscorenosp.glif</string>
+ <key>undertie</key>
+ <string>undertie.glif</string>
+ <key>uni0069.ccmp</key>
+ <string>uni0069.ccmp.glif</string>
+ <key>uni006A.ccmp</key>
+ <string>uni006A_.ccmp.glif</string>
+ <key>uni012F.ccmp</key>
+ <string>uni012F_.ccmp.glif</string>
+ <key>uni01F6</key>
+ <string>uni01F_6.glif</string>
+ <key>uni01F7</key>
+ <string>uni01F_7.glif</string>
+ <key>uni01F8</key>
+ <string>uni01F_8.glif</string>
+ <key>uni01F9</key>
+ <string>uni01F_9.glif</string>
+ <key>uni021A</key>
+ <string>uni021A_.glif</string>
+ <key>uni021B</key>
+ <string>uni021B_.glif</string>
+ <key>uni021C</key>
+ <string>uni021C_.glif</string>
+ <key>uni021D</key>
+ <string>uni021D_.glif</string>
+ <key>uni021E</key>
+ <string>uni021E_.glif</string>
+ <key>uni021F</key>
+ <string>uni021F_.glif</string>
+ <key>uni0220</key>
+ <string>uni0220.glif</string>
+ <key>uni0221</key>
+ <string>uni0221.glif</string>
+ <key>uni0222</key>
+ <string>uni0222.glif</string>
+ <key>uni0223</key>
+ <string>uni0223.glif</string>
+ <key>uni0224</key>
+ <string>uni0224.glif</string>
+ <key>uni0226</key>
+ <string>uni0226.glif</string>
+ <key>uni0227</key>
+ <string>uni0227.glif</string>
+ <key>uni0228</key>
+ <string>uni0228.glif</string>
+ <key>uni0229</key>
+ <string>uni0229.glif</string>
+ <key>uni022A</key>
+ <string>uni022A_.glif</string>
+ <key>uni022B</key>
+ <string>uni022B_.glif</string>
+ <key>uni022C</key>
+ <string>uni022C_.glif</string>
+ <key>uni022D</key>
+ <string>uni022D_.glif</string>
+ <key>uni022E</key>
+ <string>uni022E_.glif</string>
+ <key>uni022F</key>
+ <string>uni022F_.glif</string>
+ <key>uni0230</key>
+ <string>uni0230.glif</string>
+ <key>uni0231</key>
+ <string>uni0231.glif</string>
+ <key>uni0232</key>
+ <string>uni0232.glif</string>
+ <key>uni0233</key>
+ <string>uni0233.glif</string>
+ <key>uni0238</key>
+ <string>uni0238.glif</string>
+ <key>uni0239</key>
+ <string>uni0239.glif</string>
+ <key>uni023A</key>
+ <string>uni023A_.glif</string>
+ <key>uni023B</key>
+ <string>uni023B_.glif</string>
+ <key>uni023C</key>
+ <string>uni023C_.glif</string>
+ <key>uni023E</key>
+ <string>uni023E_.glif</string>
+ <key>uni023F</key>
+ <string>uni023F_.glif</string>
+ <key>uni0240</key>
+ <string>uni0240.glif</string>
+ <key>uni0241</key>
+ <string>uni0241.glif</string>
+ <key>uni0242</key>
+ <string>uni0242.glif</string>
+ <key>uni0243</key>
+ <string>uni0243.glif</string>
+ <key>uni0244</key>
+ <string>uni0244.glif</string>
+ <key>uni0245</key>
+ <string>uni0245.glif</string>
+ <key>uni0246</key>
+ <string>uni0246.glif</string>
+ <key>uni0247</key>
+ <string>uni0247.glif</string>
+ <key>uni0248</key>
+ <string>uni0248.glif</string>
+ <key>uni0249</key>
+ <string>uni0249.glif</string>
+ <key>uni0249.ccmp</key>
+ <string>uni0249.ccmp.glif</string>
+ <key>uni024C</key>
+ <string>uni024C_.glif</string>
+ <key>uni024D</key>
+ <string>uni024D_.glif</string>
+ <key>uni024E</key>
+ <string>uni024E_.glif</string>
+ <key>uni024F</key>
+ <string>uni024F_.glif</string>
+ <key>uni0268.ccmp</key>
+ <string>uni0268.ccmp.glif</string>
+ <key>uni0299</key>
+ <string>uni0299.glif</string>
+ <key>uni029C</key>
+ <string>uni029C_.glif</string>
+ <key>uni029D.ccmp</key>
+ <string>uni029D_.ccmp.glif</string>
+ <key>uni02AB</key>
+ <string>uni02A_B_.glif</string>
+ <key>uni02AC</key>
+ <string>uni02A_C_.glif</string>
+ <key>uni02B2.ccmp</key>
+ <string>uni02B_2.ccmp.glif</string>
+ <key>uni02EA</key>
+ <string>uni02E_A_.glif</string>
+ <key>uni02EB</key>
+ <string>uni02E_B_.glif</string>
+ <key>uni02EC</key>
+ <string>uni02E_C_.glif</string>
+ <key>uni02ED</key>
+ <string>uni02E_D_.glif</string>
+ <key>uni02EF</key>
+ <string>uni02E_F_.glif</string>
+ <key>uni02F0</key>
+ <string>uni02F_0.glif</string>
+ <key>uni02F1</key>
+ <string>uni02F_1.glif</string>
+ <key>uni02F2</key>
+ <string>uni02F_2.glif</string>
+ <key>uni02F3</key>
+ <string>uni02F_3.glif</string>
+ <key>uni02F4</key>
+ <string>uni02F_4.glif</string>
+ <key>uni02F5</key>
+ <string>uni02F_5.glif</string>
+ <key>uni02F6</key>
+ <string>uni02F_6.glif</string>
+ <key>uni02F7</key>
+ <string>uni02F_7.glif</string>
+ <key>uni02F8</key>
+ <string>uni02F_8.glif</string>
+ <key>uni02F9</key>
+ <string>uni02F_9.glif</string>
+ <key>uni02FA</key>
+ <string>uni02F_A_.glif</string>
+ <key>uni02FB</key>
+ <string>uni02F_B_.glif</string>
+ <key>uni02FC</key>
+ <string>uni02F_C_.glif</string>
+ <key>uni02FD</key>
+ <string>uni02F_D_.glif</string>
+ <key>uni02FE</key>
+ <string>uni02F_E_.glif</string>
+ <key>uni02FF</key>
+ <string>uni02F_F_.glif</string>
+ <key>uni0346</key>
+ <string>uni0346.glif</string>
+ <key>uni0347</key>
+ <string>uni0347.glif</string>
+ <key>uni0348</key>
+ <string>uni0348.glif</string>
+ <key>uni0349</key>
+ <string>uni0349.glif</string>
+ <key>uni034A</key>
+ <string>uni034A_.glif</string>
+ <key>uni034B</key>
+ <string>uni034B_.glif</string>
+ <key>uni034C</key>
+ <string>uni034C_.glif</string>
+ <key>uni034D</key>
+ <string>uni034D_.glif</string>
+ <key>uni034E</key>
+ <string>uni034E_.glif</string>
+ <key>uni034F</key>
+ <string>uni034F_.glif</string>
+ <key>uni0350</key>
+ <string>uni0350.glif</string>
+ <key>uni0351</key>
+ <string>uni0351.glif</string>
+ <key>uni0352</key>
+ <string>uni0352.glif</string>
+ <key>uni0353</key>
+ <string>uni0353.glif</string>
+ <key>uni0354</key>
+ <string>uni0354.glif</string>
+ <key>uni0355</key>
+ <string>uni0355.glif</string>
+ <key>uni0356</key>
+ <string>uni0356.glif</string>
+ <key>uni0357</key>
+ <string>uni0357.glif</string>
+ <key>uni0358</key>
+ <string>uni0358.glif</string>
+ <key>uni0359</key>
+ <string>uni0359.glif</string>
+ <key>uni035A</key>
+ <string>uni035A_.glif</string>
+ <key>uni035B</key>
+ <string>uni035B_.glif</string>
+ <key>uni035C</key>
+ <string>uni035C_.glif</string>
+ <key>uni035D</key>
+ <string>uni035D_.glif</string>
+ <key>uni035E</key>
+ <string>uni035E_.glif</string>
+ <key>uni035F</key>
+ <string>uni035F_.glif</string>
+ <key>uni0362</key>
+ <string>uni0362.glif</string>
+ <key>uni0363</key>
+ <string>uni0363.glif</string>
+ <key>uni0364</key>
+ <string>uni0364.glif</string>
+ <key>uni0365</key>
+ <string>uni0365.glif</string>
+ <key>uni0366</key>
+ <string>uni0366.glif</string>
+ <key>uni0367</key>
+ <string>uni0367.glif</string>
+ <key>uni0368</key>
+ <string>uni0368.glif</string>
+ <key>uni0369</key>
+ <string>uni0369.glif</string>
+ <key>uni036A</key>
+ <string>uni036A_.glif</string>
+ <key>uni036B</key>
+ <string>uni036B_.glif</string>
+ <key>uni036C</key>
+ <string>uni036C_.glif</string>
+ <key>uni036D</key>
+ <string>uni036D_.glif</string>
+ <key>uni036E</key>
+ <string>uni036E_.glif</string>
+ <key>uni036F</key>
+ <string>uni036F_.glif</string>
+ <key>uni0370</key>
+ <string>uni0370.glif</string>
+ <key>uni0371</key>
+ <string>uni0371.glif</string>
+ <key>uni0372</key>
+ <string>uni0372.glif</string>
+ <key>uni0373</key>
+ <string>uni0373.glif</string>
+ <key>uni0376</key>
+ <string>uni0376.glif</string>
+ <key>uni0377</key>
+ <string>uni0377.glif</string>
+ <key>uni037B</key>
+ <string>uni037B_.glif</string>
+ <key>uni037C</key>
+ <string>uni037C_.glif</string>
+ <key>uni037D</key>
+ <string>uni037D_.glif</string>
+ <key>uni037F</key>
+ <string>uni037F_.glif</string>
+ <key>uni03CF</key>
+ <string>uni03C_F_.glif</string>
+ <key>uni03D7</key>
+ <string>uni03D_7.glif</string>
+ <key>uni03D8</key>
+ <string>uni03D_8.glif</string>
+ <key>uni03D9</key>
+ <string>uni03D_9.glif</string>
+ <key>uni03F3.ccmp</key>
+ <string>uni03F_3.ccmp.glif</string>
+ <key>uni03F4</key>
+ <string>uni03F_4.glif</string>
+ <key>uni03F5</key>
+ <string>uni03F_5.glif</string>
+ <key>uni03F6</key>
+ <string>uni03F_6.glif</string>
+ <key>uni03F7</key>
+ <string>uni03F_7.glif</string>
+ <key>uni03F8</key>
+ <string>uni03F_8.glif</string>
+ <key>uni03F9</key>
+ <string>uni03F_9.glif</string>
+ <key>uni03FA</key>
+ <string>uni03F_A_.glif</string>
+ <key>uni03FB</key>
+ <string>uni03F_B_.glif</string>
+ <key>uni03FC</key>
+ <string>uni03F_C_.glif</string>
+ <key>uni03FD</key>
+ <string>uni03F_D_.glif</string>
+ <key>uni03FE</key>
+ <string>uni03F_E_.glif</string>
+ <key>uni03FF</key>
+ <string>uni03F_F_.glif</string>
+ <key>uni0400</key>
+ <string>uni0400.glif</string>
+ <key>uni040D</key>
+ <string>uni040D_.glif</string>
+ <key>uni0450</key>
+ <string>uni0450.glif</string>
+ <key>uni0456.ccmp</key>
+ <string>uni0456.ccmp.glif</string>
+ <key>uni0458.ccmp</key>
+ <string>uni0458.ccmp.glif</string>
+ <key>uni045D</key>
+ <string>uni045D_.glif</string>
+ <key>uni0487</key>
+ <string>uni0487.glif</string>
+ <key>uni0488</key>
+ <string>uni0488.glif</string>
+ <key>uni0489</key>
+ <string>uni0489.glif</string>
+ <key>uni048A</key>
+ <string>uni048A_.glif</string>
+ <key>uni048B</key>
+ <string>uni048B_.glif</string>
+ <key>uni048C</key>
+ <string>uni048C_.glif</string>
+ <key>uni048D</key>
+ <string>uni048D_.glif</string>
+ <key>uni048E</key>
+ <string>uni048E_.glif</string>
+ <key>uni048F</key>
+ <string>uni048F_.glif</string>
+ <key>uni04C5</key>
+ <string>uni04C_5.glif</string>
+ <key>uni04C6</key>
+ <string>uni04C_6.glif</string>
+ <key>uni04C9</key>
+ <string>uni04C_9.glif</string>
+ <key>uni04CA</key>
+ <string>uni04C_A_.glif</string>
+ <key>uni04CD</key>
+ <string>uni04C_D_.glif</string>
+ <key>uni04CE</key>
+ <string>uni04C_E_.glif</string>
+ <key>uni04CF</key>
+ <string>uni04C_F_.glif</string>
+ <key>uni04EC</key>
+ <string>uni04E_C_.glif</string>
+ <key>uni04ED</key>
+ <string>uni04E_D_.glif</string>
+ <key>uni04F6</key>
+ <string>uni04F_6.glif</string>
+ <key>uni04F7</key>
+ <string>uni04F_7.glif</string>
+ <key>uni04FA</key>
+ <string>uni04F_A_.glif</string>
+ <key>uni04FB</key>
+ <string>uni04F_B_.glif</string>
+ <key>uni04FC</key>
+ <string>uni04F_C_.glif</string>
+ <key>uni04FD</key>
+ <string>uni04F_D_.glif</string>
+ <key>uni04FE</key>
+ <string>uni04F_E_.glif</string>
+ <key>uni04FF</key>
+ <string>uni04F_F_.glif</string>
+ <key>uni052F</key>
+ <string>uni052F_.glif</string>
+ <key>uni1DBF</key>
+ <string>uni1D_B_F_.glif</string>
+ <key>uni1DC0</key>
+ <string>uni1D_C_0.glif</string>
+ <key>uni1DC1</key>
+ <string>uni1D_C_1.glif</string>
+ <key>uni1DC2</key>
+ <string>uni1D_C_2.glif</string>
+ <key>uni1DC3</key>
+ <string>uni1D_C_3.glif</string>
+ <key>uni1DC4</key>
+ <string>uni1D_C_4.glif</string>
+ <key>uni1DC5</key>
+ <string>uni1D_C_5.glif</string>
+ <key>uni1DC6</key>
+ <string>uni1D_C_6.glif</string>
+ <key>uni1DC7</key>
+ <string>uni1D_C_7.glif</string>
+ <key>uni1DC8</key>
+ <string>uni1D_C_8.glif</string>
+ <key>uni1DC9</key>
+ <string>uni1D_C_9.glif</string>
+ <key>uni1DCA</key>
+ <string>uni1D_C_A_.glif</string>
+ <key>uni1DCB</key>
+ <string>uni1D_C_B_.glif</string>
+ <key>uni1DCC</key>
+ <string>uni1D_C_C_.glif</string>
+ <key>uni1DCD</key>
+ <string>uni1D_C_D_.glif</string>
+ <key>uni1DCE</key>
+ <string>uni1D_C_E_.glif</string>
+ <key>uni1DCF</key>
+ <string>uni1D_C_F_.glif</string>
+ <key>uni1DD0</key>
+ <string>uni1D_D_0.glif</string>
+ <key>uni1DD1</key>
+ <string>uni1D_D_1.glif</string>
+ <key>uni1DD2</key>
+ <string>uni1D_D_2.glif</string>
+ <key>uni1DD3</key>
+ <string>uni1D_D_3.glif</string>
+ <key>uni1DD4</key>
+ <string>uni1D_D_4.glif</string>
+ <key>uni1DD5</key>
+ <string>uni1D_D_5.glif</string>
+ <key>uni1DD6</key>
+ <string>uni1D_D_6.glif</string>
+ <key>uni1DD7</key>
+ <string>uni1D_D_7.glif</string>
+ <key>uni1DD8</key>
+ <string>uni1D_D_8.glif</string>
+ <key>uni1DD9</key>
+ <string>uni1D_D_9.glif</string>
+ <key>uni1DDA</key>
+ <string>uni1D_D_A_.glif</string>
+ <key>uni1DDB</key>
+ <string>uni1D_D_B_.glif</string>
+ <key>uni1DDC</key>
+ <string>uni1D_D_C_.glif</string>
+ <key>uni1DDD</key>
+ <string>uni1D_D_D_.glif</string>
+ <key>uni1DDE</key>
+ <string>uni1D_D_E_.glif</string>
+ <key>uni1DDF</key>
+ <string>uni1D_D_F_.glif</string>
+ <key>uni1DE0</key>
+ <string>uni1D_E_0.glif</string>
+ <key>uni1DE1</key>
+ <string>uni1D_E_1.glif</string>
+ <key>uni1DE2</key>
+ <string>uni1D_E_2.glif</string>
+ <key>uni1DE3</key>
+ <string>uni1D_E_3.glif</string>
+ <key>uni1DE4</key>
+ <string>uni1D_E_4.glif</string>
+ <key>uni1DE5</key>
+ <string>uni1D_E_5.glif</string>
+ <key>uni1DE6</key>
+ <string>uni1D_E_6.glif</string>
+ <key>uni1DE7</key>
+ <string>uni1D_E_7.glif</string>
+ <key>uni1DE8</key>
+ <string>uni1D_E_8.glif</string>
+ <key>uni1DE9</key>
+ <string>uni1D_E_9.glif</string>
+ <key>uni1DEA</key>
+ <string>uni1D_E_A_.glif</string>
+ <key>uni1DEB</key>
+ <string>uni1D_E_B_.glif</string>
+ <key>uni1DEC</key>
+ <string>uni1D_E_C_.glif</string>
+ <key>uni1DED</key>
+ <string>uni1D_E_D_.glif</string>
+ <key>uni1DEE</key>
+ <string>uni1D_E_E_.glif</string>
+ <key>uni1DEF</key>
+ <string>uni1D_E_F_.glif</string>
+ <key>uni1DF0</key>
+ <string>uni1D_F_0.glif</string>
+ <key>uni1DF1</key>
+ <string>uni1D_F_1.glif</string>
+ <key>uni1DF2</key>
+ <string>uni1D_F_2.glif</string>
+ <key>uni1DF3</key>
+ <string>uni1D_F_3.glif</string>
+ <key>uni1DF4</key>
+ <string>uni1D_F_4.glif</string>
+ <key>uni1DF5</key>
+ <string>uni1D_F_5.glif</string>
+ <key>uni1DFC</key>
+ <string>uni1D_F_C_.glif</string>
+ <key>uni1DFD</key>
+ <string>uni1D_F_D_.glif</string>
+ <key>uni1DFE</key>
+ <string>uni1D_F_E_.glif</string>
+ <key>uni1DFF</key>
+ <string>uni1D_F_F_.glif</string>
+ <key>uni1E2D.ccmp</key>
+ <string>uni1E_2D_.ccmp.glif</string>
+ <key>uni1E9D</key>
+ <string>uni1E_9D_.glif</string>
+ <key>uni1E9F</key>
+ <string>uni1E_9F_.glif</string>
+ <key>uni1ECB.ccmp</key>
+ <string>uni1E_C_B_.ccmp.glif</string>
+ <key>uni1EFA</key>
+ <string>uni1E_F_A_.glif</string>
+ <key>uni1EFB</key>
+ <string>uni1E_F_B_.glif</string>
+ <key>uni1EFC</key>
+ <string>uni1E_F_C_.glif</string>
+ <key>uni1EFD</key>
+ <string>uni1E_F_D_.glif</string>
+ <key>uni1EFE</key>
+ <string>uni1E_F_E_.glif</string>
+ <key>uni1EFF</key>
+ <string>uni1E_F_F_.glif</string>
+ <key>uni1F00</key>
+ <string>uni1F_00.glif</string>
+ <key>uni1F01</key>
+ <string>uni1F_01.glif</string>
+ <key>uni1F02</key>
+ <string>uni1F_02.glif</string>
+ <key>uni1F03</key>
+ <string>uni1F_03.glif</string>
+ <key>uni1F04</key>
+ <string>uni1F_04.glif</string>
+ <key>uni1F05</key>
+ <string>uni1F_05.glif</string>
+ <key>uni1F06</key>
+ <string>uni1F_06.glif</string>
+ <key>uni1F07</key>
+ <string>uni1F_07.glif</string>
+ <key>uni1F08</key>
+ <string>uni1F_08.glif</string>
+ <key>uni1F09</key>
+ <string>uni1F_09.glif</string>
+ <key>uni1F0A</key>
+ <string>uni1F_0A_.glif</string>
+ <key>uni1F0B</key>
+ <string>uni1F_0B_.glif</string>
+ <key>uni1F0C</key>
+ <string>uni1F_0C_.glif</string>
+ <key>uni1F0D</key>
+ <string>uni1F_0D_.glif</string>
+ <key>uni1F0E</key>
+ <string>uni1F_0E_.glif</string>
+ <key>uni1F0F</key>
+ <string>uni1F_0F_.glif</string>
+ <key>uni1F10</key>
+ <string>uni1F_10.glif</string>
+ <key>uni1F11</key>
+ <string>uni1F_11.glif</string>
+ <key>uni1F12</key>
+ <string>uni1F_12.glif</string>
+ <key>uni1F13</key>
+ <string>uni1F_13.glif</string>
+ <key>uni1F14</key>
+ <string>uni1F_14.glif</string>
+ <key>uni1F15</key>
+ <string>uni1F_15.glif</string>
+ <key>uni1F16A</key>
+ <string>uni1F_16A_.glif</string>
+ <key>uni1F16B</key>
+ <string>uni1F_16B_.glif</string>
+ <key>uni1F18</key>
+ <string>uni1F_18.glif</string>
+ <key>uni1F19</key>
+ <string>uni1F_19.glif</string>
+ <key>uni1F1A</key>
+ <string>uni1F_1A_.glif</string>
+ <key>uni1F1B</key>
+ <string>uni1F_1B_.glif</string>
+ <key>uni1F1C</key>
+ <string>uni1F_1C_.glif</string>
+ <key>uni1F1D</key>
+ <string>uni1F_1D_.glif</string>
+ <key>uni1F20</key>
+ <string>uni1F_20.glif</string>
+ <key>uni1F21</key>
+ <string>uni1F_21.glif</string>
+ <key>uni1F22</key>
+ <string>uni1F_22.glif</string>
+ <key>uni1F23</key>
+ <string>uni1F_23.glif</string>
+ <key>uni1F24</key>
+ <string>uni1F_24.glif</string>
+ <key>uni1F25</key>
+ <string>uni1F_25.glif</string>
+ <key>uni1F26</key>
+ <string>uni1F_26.glif</string>
+ <key>uni1F27</key>
+ <string>uni1F_27.glif</string>
+ <key>uni1F28</key>
+ <string>uni1F_28.glif</string>
+ <key>uni1F29</key>
+ <string>uni1F_29.glif</string>
+ <key>uni1F2A</key>
+ <string>uni1F_2A_.glif</string>
+ <key>uni1F2B</key>
+ <string>uni1F_2B_.glif</string>
+ <key>uni1F2C</key>
+ <string>uni1F_2C_.glif</string>
+ <key>uni1F2D</key>
+ <string>uni1F_2D_.glif</string>
+ <key>uni1F2E</key>
+ <string>uni1F_2E_.glif</string>
+ <key>uni1F2F</key>
+ <string>uni1F_2F_.glif</string>
+ <key>uni1F30</key>
+ <string>uni1F_30.glif</string>
+ <key>uni1F31</key>
+ <string>uni1F_31.glif</string>
+ <key>uni1F32</key>
+ <string>uni1F_32.glif</string>
+ <key>uni1F33</key>
+ <string>uni1F_33.glif</string>
+ <key>uni1F34</key>
+ <string>uni1F_34.glif</string>
+ <key>uni1F35</key>
+ <string>uni1F_35.glif</string>
+ <key>uni1F36</key>
+ <string>uni1F_36.glif</string>
+ <key>uni1F37</key>
+ <string>uni1F_37.glif</string>
+ <key>uni1F38</key>
+ <string>uni1F_38.glif</string>
+ <key>uni1F39</key>
+ <string>uni1F_39.glif</string>
+ <key>uni1F3A</key>
+ <string>uni1F_3A_.glif</string>
+ <key>uni1F3B</key>
+ <string>uni1F_3B_.glif</string>
+ <key>uni1F3C</key>
+ <string>uni1F_3C_.glif</string>
+ <key>uni1F3D</key>
+ <string>uni1F_3D_.glif</string>
+ <key>uni1F3E</key>
+ <string>uni1F_3E_.glif</string>
+ <key>uni1F3F</key>
+ <string>uni1F_3F_.glif</string>
+ <key>uni1F40</key>
+ <string>uni1F_40.glif</string>
+ <key>uni1F41</key>
+ <string>uni1F_41.glif</string>
+ <key>uni1F42</key>
+ <string>uni1F_42.glif</string>
+ <key>uni1F43</key>
+ <string>uni1F_43.glif</string>
+ <key>uni1F44</key>
+ <string>uni1F_44.glif</string>
+ <key>uni1F45</key>
+ <string>uni1F_45.glif</string>
+ <key>uni1F48</key>
+ <string>uni1F_48.glif</string>
+ <key>uni1F49</key>
+ <string>uni1F_49.glif</string>
+ <key>uni1F4A</key>
+ <string>uni1F_4A_.glif</string>
+ <key>uni1F4B</key>
+ <string>uni1F_4B_.glif</string>
+ <key>uni1F4C</key>
+ <string>uni1F_4C_.glif</string>
+ <key>uni1F4D</key>
+ <string>uni1F_4D_.glif</string>
+ <key>uni1F50</key>
+ <string>uni1F_50.glif</string>
+ <key>uni1F51</key>
+ <string>uni1F_51.glif</string>
+ <key>uni1F52</key>
+ <string>uni1F_52.glif</string>
+ <key>uni1F53</key>
+ <string>uni1F_53.glif</string>
+ <key>uni1F54</key>
+ <string>uni1F_54.glif</string>
+ <key>uni1F55</key>
+ <string>uni1F_55.glif</string>
+ <key>uni1F56</key>
+ <string>uni1F_56.glif</string>
+ <key>uni1F57</key>
+ <string>uni1F_57.glif</string>
+ <key>uni1F59</key>
+ <string>uni1F_59.glif</string>
+ <key>uni1F5B</key>
+ <string>uni1F_5B_.glif</string>
+ <key>uni1F5D</key>
+ <string>uni1F_5D_.glif</string>
+ <key>uni1F5F</key>
+ <string>uni1F_5F_.glif</string>
+ <key>uni1F60</key>
+ <string>uni1F_60.glif</string>
+ <key>uni1F61</key>
+ <string>uni1F_61.glif</string>
+ <key>uni1F62</key>
+ <string>uni1F_62.glif</string>
+ <key>uni1F63</key>
+ <string>uni1F_63.glif</string>
+ <key>uni1F64</key>
+ <string>uni1F_64.glif</string>
+ <key>uni1F65</key>
+ <string>uni1F_65.glif</string>
+ <key>uni1F66</key>
+ <string>uni1F_66.glif</string>
+ <key>uni1F67</key>
+ <string>uni1F_67.glif</string>
+ <key>uni1F68</key>
+ <string>uni1F_68.glif</string>
+ <key>uni1F69</key>
+ <string>uni1F_69.glif</string>
+ <key>uni1F6A</key>
+ <string>uni1F_6A_.glif</string>
+ <key>uni1F6B</key>
+ <string>uni1F_6B_.glif</string>
+ <key>uni1F6C</key>
+ <string>uni1F_6C_.glif</string>
+ <key>uni1F6D</key>
+ <string>uni1F_6D_.glif</string>
+ <key>uni1F6E</key>
+ <string>uni1F_6E_.glif</string>
+ <key>uni1F6F</key>
+ <string>uni1F_6F_.glif</string>
+ <key>uni1F70</key>
+ <string>uni1F_70.glif</string>
+ <key>uni1F71</key>
+ <string>uni1F_71.glif</string>
+ <key>uni1F72</key>
+ <string>uni1F_72.glif</string>
+ <key>uni1F73</key>
+ <string>uni1F_73.glif</string>
+ <key>uni1F74</key>
+ <string>uni1F_74.glif</string>
+ <key>uni1F75</key>
+ <string>uni1F_75.glif</string>
+ <key>uni1F76</key>
+ <string>uni1F_76.glif</string>
+ <key>uni1F77</key>
+ <string>uni1F_77.glif</string>
+ <key>uni1F78</key>
+ <string>uni1F_78.glif</string>
+ <key>uni1F79</key>
+ <string>uni1F_79.glif</string>
+ <key>uni1F7A</key>
+ <string>uni1F_7A_.glif</string>
+ <key>uni1F7B</key>
+ <string>uni1F_7B_.glif</string>
+ <key>uni1F7C</key>
+ <string>uni1F_7C_.glif</string>
+ <key>uni1F7D</key>
+ <string>uni1F_7D_.glif</string>
+ <key>uni1F80</key>
+ <string>uni1F_80.glif</string>
+ <key>uni1F81</key>
+ <string>uni1F_81.glif</string>
+ <key>uni1F82</key>
+ <string>uni1F_82.glif</string>
+ <key>uni1F83</key>
+ <string>uni1F_83.glif</string>
+ <key>uni1F84</key>
+ <string>uni1F_84.glif</string>
+ <key>uni1F85</key>
+ <string>uni1F_85.glif</string>
+ <key>uni1F86</key>
+ <string>uni1F_86.glif</string>
+ <key>uni1F87</key>
+ <string>uni1F_87.glif</string>
+ <key>uni1F88</key>
+ <string>uni1F_88.glif</string>
+ <key>uni1F89</key>
+ <string>uni1F_89.glif</string>
+ <key>uni1F8A</key>
+ <string>uni1F_8A_.glif</string>
+ <key>uni1F8B</key>
+ <string>uni1F_8B_.glif</string>
+ <key>uni1F8C</key>
+ <string>uni1F_8C_.glif</string>
+ <key>uni1F8D</key>
+ <string>uni1F_8D_.glif</string>
+ <key>uni1F8E</key>
+ <string>uni1F_8E_.glif</string>
+ <key>uni1F8F</key>
+ <string>uni1F_8F_.glif</string>
+ <key>uni1F90</key>
+ <string>uni1F_90.glif</string>
+ <key>uni1F91</key>
+ <string>uni1F_91.glif</string>
+ <key>uni1F92</key>
+ <string>uni1F_92.glif</string>
+ <key>uni1F93</key>
+ <string>uni1F_93.glif</string>
+ <key>uni1F94</key>
+ <string>uni1F_94.glif</string>
+ <key>uni1F95</key>
+ <string>uni1F_95.glif</string>
+ <key>uni1F96</key>
+ <string>uni1F_96.glif</string>
+ <key>uni1F97</key>
+ <string>uni1F_97.glif</string>
+ <key>uni1F98</key>
+ <string>uni1F_98.glif</string>
+ <key>uni1F99</key>
+ <string>uni1F_99.glif</string>
+ <key>uni1F9A</key>
+ <string>uni1F_9A_.glif</string>
+ <key>uni1F9B</key>
+ <string>uni1F_9B_.glif</string>
+ <key>uni1F9C</key>
+ <string>uni1F_9C_.glif</string>
+ <key>uni1F9D</key>
+ <string>uni1F_9D_.glif</string>
+ <key>uni1F9E</key>
+ <string>uni1F_9E_.glif</string>
+ <key>uni1F9F</key>
+ <string>uni1F_9F_.glif</string>
+ <key>uni1FA0</key>
+ <string>uni1F_A_0.glif</string>
+ <key>uni1FA1</key>
+ <string>uni1F_A_1.glif</string>
+ <key>uni1FA2</key>
+ <string>uni1F_A_2.glif</string>
+ <key>uni1FA3</key>
+ <string>uni1F_A_3.glif</string>
+ <key>uni1FA4</key>
+ <string>uni1F_A_4.glif</string>
+ <key>uni1FA5</key>
+ <string>uni1F_A_5.glif</string>
+ <key>uni1FA6</key>
+ <string>uni1F_A_6.glif</string>
+ <key>uni1FA7</key>
+ <string>uni1F_A_7.glif</string>
+ <key>uni1FA8</key>
+ <string>uni1F_A_8.glif</string>
+ <key>uni1FA9</key>
+ <string>uni1F_A_9.glif</string>
+ <key>uni1FAA</key>
+ <string>uni1F_A_A_.glif</string>
+ <key>uni1FAB</key>
+ <string>uni1F_A_B_.glif</string>
+ <key>uni1FAC</key>
+ <string>uni1F_A_C_.glif</string>
+ <key>uni1FAD</key>
+ <string>uni1F_A_D_.glif</string>
+ <key>uni1FAE</key>
+ <string>uni1F_A_E_.glif</string>
+ <key>uni1FAF</key>
+ <string>uni1F_A_F_.glif</string>
+ <key>uni1FB0</key>
+ <string>uni1F_B_0.glif</string>
+ <key>uni1FB1</key>
+ <string>uni1F_B_1.glif</string>
+ <key>uni1FB2</key>
+ <string>uni1F_B_2.glif</string>
+ <key>uni1FB3</key>
+ <string>uni1F_B_3.glif</string>
+ <key>uni1FB4</key>
+ <string>uni1F_B_4.glif</string>
+ <key>uni1FB6</key>
+ <string>uni1F_B_6.glif</string>
+ <key>uni1FB7</key>
+ <string>uni1F_B_7.glif</string>
+ <key>uni1FB8</key>
+ <string>uni1F_B_8.glif</string>
+ <key>uni1FB9</key>
+ <string>uni1F_B_9.glif</string>
+ <key>uni1FBA</key>
+ <string>uni1F_B_A_.glif</string>
+ <key>uni1FBB</key>
+ <string>uni1F_B_B_.glif</string>
+ <key>uni1FBC</key>
+ <string>uni1F_B_C_.glif</string>
+ <key>uni1FBD</key>
+ <string>uni1F_B_D_.glif</string>
+ <key>uni1FBE</key>
+ <string>uni1F_B_E_.glif</string>
+ <key>uni1FBF</key>
+ <string>uni1F_B_F_.glif</string>
+ <key>uni1FC0</key>
+ <string>uni1F_C_0.glif</string>
+ <key>uni1FC1</key>
+ <string>uni1F_C_1.glif</string>
+ <key>uni1FC2</key>
+ <string>uni1F_C_2.glif</string>
+ <key>uni1FC3</key>
+ <string>uni1F_C_3.glif</string>
+ <key>uni1FC4</key>
+ <string>uni1F_C_4.glif</string>
+ <key>uni1FC6</key>
+ <string>uni1F_C_6.glif</string>
+ <key>uni1FC7</key>
+ <string>uni1F_C_7.glif</string>
+ <key>uni1FC8</key>
+ <string>uni1F_C_8.glif</string>
+ <key>uni1FC9</key>
+ <string>uni1F_C_9.glif</string>
+ <key>uni1FCA</key>
+ <string>uni1F_C_A_.glif</string>
+ <key>uni1FCB</key>
+ <string>uni1F_C_B_.glif</string>
+ <key>uni1FCC</key>
+ <string>uni1F_C_C_.glif</string>
+ <key>uni1FCD</key>
+ <string>uni1F_C_D_.glif</string>
+ <key>uni1FCE</key>
+ <string>uni1F_C_E_.glif</string>
+ <key>uni1FCF</key>
+ <string>uni1F_C_F_.glif</string>
+ <key>uni1FD0</key>
+ <string>uni1F_D_0.glif</string>
+ <key>uni1FD1</key>
+ <string>uni1F_D_1.glif</string>
+ <key>uni1FD2</key>
+ <string>uni1F_D_2.glif</string>
+ <key>uni1FD3</key>
+ <string>uni1F_D_3.glif</string>
+ <key>uni1FD6</key>
+ <string>uni1F_D_6.glif</string>
+ <key>uni1FD7</key>
+ <string>uni1F_D_7.glif</string>
+ <key>uni1FD8</key>
+ <string>uni1F_D_8.glif</string>
+ <key>uni1FD9</key>
+ <string>uni1F_D_9.glif</string>
+ <key>uni1FDA</key>
+ <string>uni1F_D_A_.glif</string>
+ <key>uni1FDB</key>
+ <string>uni1F_D_B_.glif</string>
+ <key>uni1FDD</key>
+ <string>uni1F_D_D_.glif</string>
+ <key>uni1FDE</key>
+ <string>uni1F_D_E_.glif</string>
+ <key>uni1FDF</key>
+ <string>uni1F_D_F_.glif</string>
+ <key>uni1FE0</key>
+ <string>uni1F_E_0.glif</string>
+ <key>uni1FE1</key>
+ <string>uni1F_E_1.glif</string>
+ <key>uni1FE2</key>
+ <string>uni1F_E_2.glif</string>
+ <key>uni1FE3</key>
+ <string>uni1F_E_3.glif</string>
+ <key>uni1FE4</key>
+ <string>uni1F_E_4.glif</string>
+ <key>uni1FE5</key>
+ <string>uni1F_E_5.glif</string>
+ <key>uni1FE6</key>
+ <string>uni1F_E_6.glif</string>
+ <key>uni1FE7</key>
+ <string>uni1F_E_7.glif</string>
+ <key>uni1FE8</key>
+ <string>uni1F_E_8.glif</string>
+ <key>uni1FE9</key>
+ <string>uni1F_E_9.glif</string>
+ <key>uni1FEA</key>
+ <string>uni1F_E_A_.glif</string>
+ <key>uni1FEB</key>
+ <string>uni1F_E_B_.glif</string>
+ <key>uni1FEC</key>
+ <string>uni1F_E_C_.glif</string>
+ <key>uni1FED</key>
+ <string>uni1F_E_D_.glif</string>
+ <key>uni1FEE</key>
+ <string>uni1F_E_E_.glif</string>
+ <key>uni1FEF</key>
+ <string>uni1F_E_F_.glif</string>
+ <key>uni1FF2</key>
+ <string>uni1F_F_2.glif</string>
+ <key>uni1FF3</key>
+ <string>uni1F_F_3.glif</string>
+ <key>uni1FF4</key>
+ <string>uni1F_F_4.glif</string>
+ <key>uni1FF6</key>
+ <string>uni1F_F_6.glif</string>
+ <key>uni1FF7</key>
+ <string>uni1F_F_7.glif</string>
+ <key>uni1FF8</key>
+ <string>uni1F_F_8.glif</string>
+ <key>uni1FF9</key>
+ <string>uni1F_F_9.glif</string>
+ <key>uni1FFA</key>
+ <string>uni1F_F_A_.glif</string>
+ <key>uni1FFB</key>
+ <string>uni1F_F_B_.glif</string>
+ <key>uni1FFC</key>
+ <string>uni1F_F_C_.glif</string>
+ <key>uni1FFD</key>
+ <string>uni1F_F_D_.glif</string>
+ <key>uni1FFE</key>
+ <string>uni1F_F_E_.glif</string>
+ <key>uni2009.fra</key>
+ <string>uni2009.fra.glif</string>
+ <key>uni202F</key>
+ <string>uni202F_.glif</string>
+ <key>uni2047</key>
+ <string>uni2047.glif</string>
+ <key>uni2048</key>
+ <string>uni2048.glif</string>
+ <key>uni2049</key>
+ <string>uni2049.glif</string>
+ <key>uni204A</key>
+ <string>uni204A_.glif</string>
+ <key>uni204B</key>
+ <string>uni204B_.glif</string>
+ <key>uni204C</key>
+ <string>uni204C_.glif</string>
+ <key>uni204D</key>
+ <string>uni204D_.glif</string>
+ <key>uni204E</key>
+ <string>uni204E_.glif</string>
+ <key>uni204F</key>
+ <string>uni204F_.glif</string>
+ <key>uni2050</key>
+ <string>uni2050.glif</string>
+ <key>uni2051</key>
+ <string>uni2051.glif</string>
+ <key>uni2052</key>
+ <string>uni2052.glif</string>
+ <key>uni2053</key>
+ <string>uni2053.glif</string>
+ <key>uni2054</key>
+ <string>uni2054.glif</string>
+ <key>uni2055</key>
+ <string>uni2055.glif</string>
+ <key>uni2056</key>
+ <string>uni2056.glif</string>
+ <key>uni2057</key>
+ <string>uni2057.glif</string>
+ <key>uni2058</key>
+ <string>uni2058.glif</string>
+ <key>uni2059</key>
+ <string>uni2059.glif</string>
+ <key>uni205A</key>
+ <string>uni205A_.glif</string>
+ <key>uni205B</key>
+ <string>uni205B_.glif</string>
+ <key>uni205C</key>
+ <string>uni205C_.glif</string>
+ <key>uni205D</key>
+ <string>uni205D_.glif</string>
+ <key>uni205E</key>
+ <string>uni205E_.glif</string>
+ <key>uni205F</key>
+ <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>uni2093</key>
+ <string>uni2093.glif</string>
+ <key>uni2094</key>
+ <string>uni2094.glif</string>
+ <key>uni2095</key>
+ <string>uni2095.glif</string>
+ <key>uni2096</key>
+ <string>uni2096.glif</string>
+ <key>uni2097</key>
+ <string>uni2097.glif</string>
+ <key>uni2098</key>
+ <string>uni2098.glif</string>
+ <key>uni2099</key>
+ <string>uni2099.glif</string>
+ <key>uni209A</key>
+ <string>uni209A_.glif</string>
+ <key>uni209B</key>
+ <string>uni209B_.glif</string>
+ <key>uni209C</key>
+ <string>uni209C_.glif</string>
+ <key>uni20AF</key>
+ <string>uni20A_F_.glif</string>
+ <key>uni20B0</key>
+ <string>uni20B_0.glif</string>
+ <key>uni20B6</key>
+ <string>uni20B_6.glif</string>
+ <key>uni20B7</key>
+ <string>uni20B_7.glif</string>
+ <key>uni20B9</key>
+ <string>uni20B_9.glif</string>
+ <key>uni20BA</key>
+ <string>uni20B_A_.glif</string>
+ <key>uni20BB</key>
+ <string>uni20B_B_.glif</string>
+ <key>uni20BD</key>
+ <string>uni20B_D_.glif</string>
+ <key>uni20DB</key>
+ <string>uni20D_B_.glif</string>
+ <key>uni20DC</key>
+ <string>uni20D_C_.glif</string>
+ <key>uni20E3</key>
+ <string>uni20E_3.glif</string>
+ <key>uni20E8</key>
+ <string>uni20E_8.glif</string>
+ <key>uni20F0</key>
+ <string>uni20F_0.glif</string>
+ <key>uni213B</key>
+ <string>uni213B_.glif</string>
+ <key>uni214D</key>
+ <string>uni214D_.glif</string>
+ <key>uni214F</key>
+ <string>uni214F_.glif</string>
+ <key>uni2150</key>
+ <string>uni2150.glif</string>
+ <key>uni2151</key>
+ <string>uni2151.glif</string>
+ <key>uni2152</key>
+ <string>uni2152.glif</string>
+ <key>uni2155</key>
+ <string>uni2155.glif</string>
+ <key>uni2156</key>
+ <string>uni2156.glif</string>
+ <key>uni2157</key>
+ <string>uni2157.glif</string>
+ <key>uni2158</key>
+ <string>uni2158.glif</string>
+ <key>uni2159</key>
+ <string>uni2159.glif</string>
+ <key>uni215A</key>
+ <string>uni215A_.glif</string>
+ <key>uni215F</key>
+ <string>uni215F_.glif</string>
+ <key>uni217C</key>
+ <string>uni217C_.glif</string>
+ <key>uni217D</key>
+ <string>uni217D_.glif</string>
+ <key>uni217E</key>
+ <string>uni217E_.glif</string>
+ <key>uni217F</key>
+ <string>uni217F_.glif</string>
+ <key>uni2180</key>
+ <string>uni2180.glif</string>
+ <key>uni2181</key>
+ <string>uni2181.glif</string>
+ <key>uni2182</key>
+ <string>uni2182.glif</string>
+ <key>uni2183</key>
+ <string>uni2183.glif</string>
+ <key>uni2184</key>
+ <string>uni2184.glif</string>
+ <key>uni2185</key>
+ <string>uni2185.glif</string>
+ <key>uni2186</key>
+ <string>uni2186.glif</string>
+ <key>uni2187</key>
+ <string>uni2187.glif</string>
+ <key>uni2188</key>
+ <string>uni2188.glif</string>
+ <key>uni2189</key>
+ <string>uni2189.glif</string>
+ <key>uni27EF</key>
+ <string>uni27E_F_.glif</string>
+ <key>uni2B4E</key>
+ <string>uni2B_4E_.glif</string>
+ <key>uni2B4F</key>
+ <string>uni2B_4F_.glif</string>
+ <key>uni2B5A</key>
+ <string>uni2B_5A_.glif</string>
+ <key>uni2B5B</key>
+ <string>uni2B_5B_.glif</string>
+ <key>uni2B5C</key>
+ <string>uni2B_5C_.glif</string>
+ <key>uni2B5D</key>
+ <string>uni2B_5D_.glif</string>
+ <key>uni2B5E</key>
+ <string>uni2B_5E_.glif</string>
+ <key>uni2B5F</key>
+ <string>uni2B_5F_.glif</string>
+ <key>uni2C7F</key>
+ <string>uni2C_7F_.glif</string>
+ <key>uni2DFF</key>
+ <string>uni2D_F_F_.glif</string>
+ <key>uniA69F</key>
+ <string>uniA_69F_.glif</string>
+ <key>uniA7FF</key>
+ <string>uniA_7F_F_.glif</string>
+ <key>uniA92E</key>
+ <string>uniA_92E_.glif</string>
+ <key>uniE001</key>
+ <string>uniE_001.glif</string>
+ <key>uniFE20</key>
+ <string>uniF_E_20.glif</string>
+ <key>uniFE21</key>
+ <string>uniF_E_21.glif</string>
+ <key>uniFE22</key>
+ <string>uniF_E_22.glif</string>
+ <key>uniFE23</key>
+ <string>uniF_E_23.glif</string>
+ <key>uniFE24</key>
+ <string>uniF_E_24.glif</string>
+ <key>uniFE25</key>
+ <string>uniF_E_25.glif</string>
+ <key>uniFE26</key>
+ <string>uniF_E_26.glif</string>
+ <key>uniFE27</key>
+ <string>uniF_E_27.glif</string>
+ <key>uniFE28</key>
+ <string>uniF_E_28.glif</string>
+ <key>uniFE29</key>
+ <string>uniF_E_29.glif</string>
+ <key>uniFE2A</key>
+ <string>uniF_E_2A_.glif</string>
+ <key>uniFE2B</key>
+ <string>uniF_E_2B_.glif</string>
+ <key>uniFE2C</key>
+ <string>uniF_E_2C_.glif</string>
+ <key>uniFE2D</key>
+ <string>uniF_E_2D_.glif</string>
+ <key>uogonek</key>
+ <string>uogonek.glif</string>
+ <key>upsilon</key>
+ <string>upsilon.glif</string>
+ <key>upsilondieresis</key>
+ <string>upsilondieresis.glif</string>
+ <key>upsilondieresistonos</key>
+ <string>upsilondieresistonos.glif</string>
+ <key>upsilonlatin</key>
+ <string>upsilonlatin.glif</string>
+ <key>upsilontonos</key>
+ <string>upsilontonos.glif</string>
+ <key>uptackmod</key>
+ <string>uptackmod.glif</string>
+ <key>uring</key>
+ <string>uring.glif</string>
+ <key>ushortcyrillic</key>
+ <string>ushortcyrillic.glif</string>
+ <key>ustraightcyrillic</key>
+ <string>ustraightcyrillic.glif</string>
+ <key>ustraightstrokecyrillic</key>
+ <string>ustraightstrokecyrillic.glif</string>
+ <key>utilde</key>
+ <string>utilde.glif</string>
+ <key>utildeacute</key>
+ <string>utildeacute.glif</string>
+ <key>utildebelow</key>
+ <string>utildebelow.glif</string>
+ <key>v</key>
+ <string>v.glif</string>
+ <key>vdotbelow</key>
+ <string>vdotbelow.glif</string>
+ <key>vecyrillic</key>
+ <string>vecyrillic.glif</string>
+ <key>versicle</key>
+ <string>versicle.glif</string>
+ <key>verticalbardbl</key>
+ <string>verticalbardbl.glif</string>
+ <key>verticallinelowmod</key>
+ <string>verticallinelowmod.glif</string>
+ <key>vscript</key>
+ <string>vscript.glif</string>
+ <key>vtilde</key>
+ <string>vtilde.glif</string>
+ <key>vturn</key>
+ <string>vturn.glif</string>
+ <key>w</key>
+ <string>w.glif</string>
+ <key>wacute</key>
+ <string>wacute.glif</string>
+ <key>wcircumflex</key>
+ <string>wcircumflex.glif</string>
+ <key>wdieresis</key>
+ <string>wdieresis.glif</string>
+ <key>wdotaccent</key>
+ <string>wdotaccent.glif</string>
+ <key>wdotbelow</key>
+ <string>wdotbelow.glif</string>
+ <key>wgrave</key>
+ <string>wgrave.glif</string>
+ <key>won</key>
+ <string>won.glif</string>
+ <key>wring</key>
+ <string>wring.glif</string>
+ <key>wsuper</key>
+ <string>wsuper.glif</string>
+ <key>wturn</key>
+ <string>wturn.glif</string>
+ <key>wynn</key>
+ <string>wynn.glif</string>
+ <key>x</key>
+ <string>x.glif</string>
+ <key>xdieresis</key>
+ <string>xdieresis.glif</string>
+ <key>xdotaccent</key>
+ <string>xdotaccent.glif</string>
+ <key>xi</key>
+ <string>xi.glif</string>
+ <key>xsuper</key>
+ <string>xsuper.glif</string>
+ <key>xsupnosp</key>
+ <string>xsupnosp.glif</string>
+ <key>y</key>
+ <string>y.glif</string>
+ <key>yacute</key>
+ <string>yacute.glif</string>
+ <key>yatcyrillic</key>
+ <string>yatcyrillic.glif</string>
+ <key>ycircumflex</key>
+ <string>ycircumflex.glif</string>
+ <key>ydieresis</key>
+ <string>ydieresis.glif</string>
+ <key>ydotaccent</key>
+ <string>ydotaccent.glif</string>
+ <key>ydotbelow</key>
+ <string>ydotbelow.glif</string>
+ <key>yen</key>
+ <string>yen.glif</string>
+ <key>yericyrillic</key>
+ <string>yericyrillic.glif</string>
+ <key>yerudieresiscyrillic</key>
+ <string>yerudieresiscyrillic.glif</string>
+ <key>ygrave</key>
+ <string>ygrave.glif</string>
+ <key>yhook</key>
+ <string>yhook.glif</string>
+ <key>yhookabove</key>
+ <string>yhookabove.glif</string>
+ <key>yicyrillic</key>
+ <string>yicyrillic.glif</string>
+ <key>yotgreek</key>
+ <string>yotgreek.glif</string>
+ <key>ypogegrammeni</key>
+ <string>ypogegrammeni.glif</string>
+ <key>yring</key>
+ <string>yring.glif</string>
+ <key>ysuper</key>
+ <string>ysuper.glif</string>
+ <key>ytilde</key>
+ <string>ytilde.glif</string>
+ <key>yturn</key>
+ <string>yturn.glif</string>
+ <key>yusbigcyrillic</key>
+ <string>yusbigcyrillic.glif</string>
+ <key>yusbigiotifiedcyrillic</key>
+ <string>yusbigiotifiedcyrillic.glif</string>
+ <key>yuslittlecyrillic</key>
+ <string>yuslittlecyrillic.glif</string>
+ <key>yuslittleiotifiedcyrillic</key>
+ <string>yuslittleiotifiedcyrillic.glif</string>
+ <key>z</key>
+ <string>z.glif</string>
+ <key>zacute</key>
+ <string>zacute.glif</string>
+ <key>zbar</key>
+ <string>zbar.glif</string>
+ <key>zcaron</key>
+ <string>zcaron.glif</string>
+ <key>zcircumflex</key>
+ <string>zcircumflex.glif</string>
+ <key>zcurl</key>
+ <string>zcurl.glif</string>
+ <key>zdotaccent</key>
+ <string>zdotaccent.glif</string>
+ <key>zdotbelow</key>
+ <string>zdotbelow.glif</string>
+ <key>zecyrillic</key>
+ <string>zecyrillic.glif</string>
+ <key>zedescendercyrillic</key>
+ <string>zedescendercyrillic.glif</string>
+ <key>zedieresiscyrillic</key>
+ <string>zedieresiscyrillic.glif</string>
+ <key>zero</key>
+ <string>zero.glif</string>
+ <key>zero.frac</key>
+ <string>zero.frac.glif</string>
+ <key>zero.slash</key>
+ <string>zero.slash.glif</string>
+ <key>zero.sup</key>
+ <string>zero.sup.glif</string>
+ <key>zero.tnum</key>
+ <string>zero.tnum.glif</string>
+ <key>zero.tnum.slash</key>
+ <string>zero.tnum.slash.glif</string>
+ <key>zerosub</key>
+ <string>zerosub.glif</string>
+ <key>zerosuperior</key>
+ <string>zerosuperior.glif</string>
+ <key>zerowidthjoiner</key>
+ <string>zerowidthjoiner.glif</string>
+ <key>zerowidthspace</key>
+ <string>zerowidthspace.glif</string>
+ <key>zeta</key>
+ <string>zeta.glif</string>
+ <key>zhebrevecyrillic</key>
+ <string>zhebrevecyrillic.glif</string>
+ <key>zhecyrillic</key>
+ <string>zhecyrillic.glif</string>
+ <key>zhedescendercyrillic</key>
+ <string>zhedescendercyrillic.glif</string>
+ <key>zhedieresiscyrillic</key>
+ <string>zhedieresiscyrillic.glif</string>
+ <key>zhook</key>
+ <string>zhook.glif</string>
+ <key>zlinebelow</key>
+ <string>zlinebelow.glif</string>
+ <key>zrthook</key>
+ <string>zrthook.glif</string>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Black.ufo/glyphs/controlHT_.glif b/src/Inter-UI-Black.ufo/glyphs/controlHT_.glif
deleted file mode 100644
index 87cd014df..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/controlHT_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="controlHT" format="1">
- <advance width="800"/>
- <outline>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>1.0</real>
- <real>0.3</real>
- <real>0.3</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 701, 'leftMargin': 0, 'rightMargin': 0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/controlH_T_.glif b/src/Inter-UI-Black.ufo/glyphs/controlH_T_.glif
new file mode 100644
index 000000000..ec80ea78f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/controlH_T_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="controlHT" format="2">
+ <advance width="800.0"/>
+ <outline>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>1,0.302,0.302,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/controlSOT_.glif b/src/Inter-UI-Black.ufo/glyphs/controlSOT_.glif
deleted file mode 100644
index dcaf41799..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/controlSOT_.glif
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="controlSOT" format="1">
- <advance width="0"/>
- <outline>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>1.0</real>
- <real>0.3</real>
- <real>0.3</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/controlS_O_T_.glif b/src/Inter-UI-Black.ufo/glyphs/controlS_O_T_.glif
new file mode 100644
index 000000000..b77cc8c3b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/controlS_O_T_.glif
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="controlSOT" format="2">
+ <outline>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>1,0.302,0.302,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/copyright.glif b/src/Inter-UI-Black.ufo/glyphs/copyright.glif
index 99306cb52..d74b01c48 100644
--- a/src/Inter-UI-Black.ufo/glyphs/copyright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/copyright.glif
@@ -1,105 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="copyright" format="1">
- <advance width="2336"/>
+<glyph name="copyright" format="2">
+ <advance width="2336.0"/>
<unicode hex="00A9"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1396" y="820" type="line"/>
- <point x="1396" y="640"/>
- <point x="1312" y="572"/>
- <point x="1148" y="572" type="curve" smooth="yes"/>
- <point x="972" y="572"/>
- <point x="884" y="716"/>
- <point x="884" y="920" type="curve" smooth="yes"/>
- <point x="884" y="1084" type="line" smooth="yes"/>
- <point x="884" y="1288"/>
- <point x="972" y="1432"/>
- <point x="1148" y="1432" type="curve" smooth="yes"/>
- <point x="1312" y="1432"/>
- <point x="1396" y="1360"/>
- <point x="1396" y="1184" type="curve"/>
- <point x="1612" y="1184" type="line"/>
- <point x="1612" y="1472"/>
- <point x="1432" y="1616"/>
- <point x="1148" y="1616" type="curve" smooth="yes"/>
- <point x="856" y="1616"/>
- <point x="668" y="1400"/>
- <point x="668" y="1084" type="curve"/>
- <point x="668" y="920" type="line"/>
- <point x="668" y="604"/>
- <point x="856" y="388"/>
- <point x="1148" y="388" type="curve" smooth="yes"/>
- <point x="1432" y="388"/>
- <point x="1612" y="532"/>
- <point x="1612" y="820" type="curve"/>
+ <point x="1396.0" y="820.0" type="line"/>
+ <point x="1396.0" y="640.0"/>
+ <point x="1312.0" y="572.0"/>
+ <point x="1148.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="572.0"/>
+ <point x="884.0" y="716.0"/>
+ <point x="884.0" y="920.0" type="curve" smooth="yes"/>
+ <point x="884.0" y="1084.0" type="line" smooth="yes"/>
+ <point x="884.0" y="1288.0"/>
+ <point x="972.0" y="1432.0"/>
+ <point x="1148.0" y="1432.0" type="curve" smooth="yes"/>
+ <point x="1312.0" y="1432.0"/>
+ <point x="1396.0" y="1360.0"/>
+ <point x="1396.0" y="1184.0" type="curve"/>
+ <point x="1612.0" y="1184.0" type="line"/>
+ <point x="1612.0" y="1472.0"/>
+ <point x="1432.0" y="1616.0"/>
+ <point x="1148.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="1616.0"/>
+ <point x="668.0" y="1400.0"/>
+ <point x="668.0" y="1084.0" type="curve"/>
+ <point x="668.0" y="920.0" type="line"/>
+ <point x="668.0" y="604.0"/>
+ <point x="856.0" y="388.0"/>
+ <point x="1148.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="388.0"/>
+ <point x="1612.0" y="532.0"/>
+ <point x="1612.0" y="820.0" type="curve"/>
</contour>
<contour>
- <point x="360" y="1004" type="curve"/>
- <point x="360" y="1488"/>
- <point x="724" y="1860"/>
- <point x="1168" y="1860" type="curve" smooth="yes"/>
- <point x="1616" y="1860"/>
- <point x="1976" y="1488"/>
- <point x="1976" y="1004" type="curve" smooth="yes"/>
- <point x="1976" y="516"/>
- <point x="1616" y="144"/>
- <point x="1168" y="144" type="curve" smooth="yes"/>
- <point x="724" y="144"/>
- <point x="360" y="516"/>
+ <point x="360.0" y="1004.0" type="curve"/>
+ <point x="360.0" y="1488.0"/>
+ <point x="724.0" y="1860.0"/>
+ <point x="1168.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="1616.0" y="1860.0"/>
+ <point x="1976.0" y="1488.0"/>
+ <point x="1976.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1976.0" y="516.0"/>
+ <point x="1616.0" y="144.0"/>
+ <point x="1168.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="144.0"/>
+ <point x="360.0" y="516.0"/>
</contour>
<contour>
- <point x="192" y="1004" type="curve"/>
- <point x="192" y="420"/>
- <point x="632" y="-28"/>
- <point x="1168" y="-28" type="curve" smooth="yes"/>
- <point x="1708" y="-28"/>
- <point x="2144" y="420"/>
- <point x="2144" y="1004" type="curve" smooth="yes"/>
- <point x="2144" y="1584"/>
- <point x="1708" y="2032"/>
- <point x="1168" y="2032" type="curve" smooth="yes"/>
- <point x="632" y="2032"/>
- <point x="192" y="1584"/>
+ <point x="192.0" y="1004.0" type="curve"/>
+ <point x="192.0" y="420.0"/>
+ <point x="632.0" y="-28.0"/>
+ <point x="1168.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="-28.0"/>
+ <point x="2144.0" y="420.0"/>
+ <point x="2144.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="2144.0" y="1584.0"/>
+ <point x="1708.0" y="2032.0"/>
+ <point x="1168.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="2032.0"/>
+ <point x="192.0" y="1584.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2211.0, 'leftMargin': 118, 'rightMargin': 140.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/crossbar.glif b/src/Inter-UI-Black.ufo/glyphs/crossbar.glif
index 336010796..3b94e9a3f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/crossbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/crossbar.glif
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="crossbar" format="1">
- <advance width="1312"/>
+<glyph name="crossbar" format="2">
+ <advance width="1312.0"/>
+ <anchor x="648.0" y="1020.0" name="_cross"/>
<outline>
<contour>
- <point x="1152" y="1160" type="line"/>
- <point x="160" y="1160" type="line"/>
- <point x="160" y="896" type="line"/>
- <point x="1152" y="896" type="line"/>
- </contour>
- <contour>
- <point x="648" y="1020" type="move" name="_cross"/>
+ <point x="1152.0" y="1160.0" type="line"/>
+ <point x="160.0" y="1160.0" type="line"/>
+ <point x="160.0" y="896.0" type="line"/>
+ <point x="1152.0" y="896.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1370, 'leftMargin': 191, 'rightMargin': 187}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cruzeiro.glif b/src/Inter-UI-Black.ufo/glyphs/cruzeiro.glif
index e3fdaaa4a..3400d5816 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cruzeiro.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cruzeiro.glif
@@ -1,59 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cruzeiro" format="1">
- <advance width="1996"/>
+<glyph name="cruzeiro" format="2">
+ <advance width="1996.0"/>
<unicode hex="20A2"/>
+ <guideline x="1008.0" y="1632.0" angle="90.0"/>
<outline>
<contour>
- <point x="1728" y="1184" type="line"/>
- <point x="1684" y="1208"/>
- <point x="1604" y="1228"/>
- <point x="1524" y="1228" type="curve"/>
- <point x="1388" y="1228"/>
- <point x="1260" y="1172"/>
- <point x="1216" y="1012" type="curve"/>
- <point x="1204" y="1012" type="line"/>
- <point x="1204" y="1208" type="line"/>
- <point x="808" y="1208" type="line"/>
- <point x="808" y="184" type="line"/>
- <point x="1204" y="184" type="line"/>
- <point x="1204" y="576" type="line"/>
- <point x="1204" y="728"/>
- <point x="1300" y="852"/>
- <point x="1452" y="852" type="curve"/>
- <point x="1508" y="852"/>
- <point x="1568" y="836"/>
- <point x="1588" y="824" type="curve"/>
+ <point x="1728.0" y="1184.0" type="line"/>
+ <point x="1684.0" y="1208.0"/>
+ <point x="1604.0" y="1228.0"/>
+ <point x="1524.0" y="1228.0" type="curve"/>
+ <point x="1388.0" y="1228.0"/>
+ <point x="1260.0" y="1172.0"/>
+ <point x="1216.0" y="1012.0" type="curve"/>
+ <point x="1204.0" y="1012.0" type="line"/>
+ <point x="1204.0" y="1208.0" type="line"/>
+ <point x="808.0" y="1208.0" type="line"/>
+ <point x="808.0" y="184.0" type="line"/>
+ <point x="1204.0" y="184.0" type="line"/>
+ <point x="1204.0" y="576.0" type="line"/>
+ <point x="1204.0" y="728.0"/>
+ <point x="1300.0" y="852.0"/>
+ <point x="1452.0" y="852.0" type="curve"/>
+ <point x="1508.0" y="852.0"/>
+ <point x="1568.0" y="836.0"/>
+ <point x="1588.0" y="824.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1876.0" y="1404.0" type="line"/>
+ <point x="1764.0" y="1836.0"/>
+ <point x="1432.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1688.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="356.0"/>
+ <point x="504.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="-28.0"/>
+ <point x="1760.0" y="208.0"/>
+ <point x="1872.0" y="632.0" type="curve"/>
+ <point x="1420.0" y="696.0" type="line"/>
+ <point x="1360.0" y="488.0"/>
+ <point x="1216.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="388.0"/>
+ <point x="588.0" y="568.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1472.0"/>
+ <point x="764.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="1660.0"/>
+ <point x="1368.0" y="1556.0"/>
+ <point x="1428.0" y="1340.0" type="curve"/>
</contour>
- <component base="C"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1008</integer>
- <key>y</key>
- <integer>1632</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 103, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cstretch.glif b/src/Inter-UI-Black.ufo/glyphs/cstretch.glif
index d15e7ec1d..a95eb0313 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cstretch.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cstretch.glif
@@ -1,52 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cstretch" format="1">
- <advance width="1568"/>
+<glyph name="cstretch" format="2">
+ <advance width="1568.0"/>
<unicode hex="0297"/>
+ <anchor x="812.0" y="-616.0" name="bottom"/>
+ <anchor x="812.0" y="2244.0" name="top"/>
+ <anchor x="1512.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="812" y="-244" type="curve" smooth="yes"/>
- <point x="604" y="-244"/>
- <point x="568" y="-64"/>
- <point x="568" y="156" type="curve" smooth="yes"/>
- <point x="568" y="760" type="line" smooth="yes"/>
- <point x="568" y="976"/>
- <point x="604" y="1160"/>
- <point x="808" y="1160" type="curve"/>
- <point x="956" y="1160"/>
- <point x="1028" y="1052"/>
- <point x="1028" y="920" type="curve"/>
- <point x="1444" y="920" type="line"/>
- <point x="1444" y="1296"/>
- <point x="1188" y="1516"/>
- <point x="816" y="1516" type="curve" smooth="yes"/>
- <point x="356" y="1516"/>
- <point x="124" y="1188"/>
- <point x="124" y="760" type="curve" smooth="yes"/>
- <point x="124" y="156" type="line" smooth="yes"/>
- <point x="124" y="-276"/>
- <point x="356" y="-600"/>
- <point x="820" y="-600" type="curve"/>
- <point x="1172" y="-600"/>
- <point x="1444" y="-376"/>
- <point x="1444" y="-40" type="curve"/>
- <point x="1028" y="-40" type="line"/>
- <point x="1028" y="-168"/>
- <point x="944" y="-244"/>
- </contour>
- <contour>
- <point x="812" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="812" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1512" y="2244" type="move" name="top0315"/>
+ <point x="812.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="-244.0"/>
+ <point x="568.0" y="-64.0"/>
+ <point x="568.0" y="156.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="760.0" type="line" smooth="yes"/>
+ <point x="568.0" y="976.0"/>
+ <point x="604.0" y="1160.0"/>
+ <point x="808.0" y="1160.0" type="curve"/>
+ <point x="956.0" y="1160.0"/>
+ <point x="1028.0" y="1052.0"/>
+ <point x="1028.0" y="920.0" type="curve"/>
+ <point x="1444.0" y="920.0" type="line"/>
+ <point x="1444.0" y="1296.0"/>
+ <point x="1188.0" y="1516.0"/>
+ <point x="816.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1516.0"/>
+ <point x="124.0" y="1188.0"/>
+ <point x="124.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="156.0" type="line" smooth="yes"/>
+ <point x="124.0" y="-276.0"/>
+ <point x="356.0" y="-600.0"/>
+ <point x="820.0" y="-600.0" type="curve"/>
+ <point x="1172.0" y="-600.0"/>
+ <point x="1444.0" y="-376.0"/>
+ <point x="1444.0" y="-40.0" type="curve"/>
+ <point x="1028.0" y="-40.0" type="line"/>
+ <point x="1028.0" y="-168.0"/>
+ <point x="944.0" y="-244.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 78, 'rightMargin': 69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/currency.glif b/src/Inter-UI-Black.ufo/glyphs/currency.glif
index 196595f61..c26966346 100644
--- a/src/Inter-UI-Black.ufo/glyphs/currency.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/currency.glif
@@ -1,99 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="currency" format="1">
- <advance width="2080"/>
+<glyph name="currency" format="2">
+ <advance width="2080.0"/>
<unicode hex="00A4"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="476" y="836" type="curve"/>
- <point x="476" y="1176"/>
- <point x="724" y="1432"/>
- <point x="1040" y="1432" type="curve" smooth="yes"/>
- <point x="1348" y="1432"/>
- <point x="1600" y="1176"/>
- <point x="1600" y="836" type="curve" smooth="yes"/>
- <point x="1600" y="500"/>
- <point x="1348" y="240"/>
- <point x="1040" y="240" type="curve" smooth="yes"/>
- <point x="724" y="240"/>
- <point x="476" y="500"/>
+ <point x="476.0" y="836.0" type="curve"/>
+ <point x="476.0" y="1176.0"/>
+ <point x="724.0" y="1432.0"/>
+ <point x="1040.0" y="1432.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="1432.0"/>
+ <point x="1600.0" y="1176.0"/>
+ <point x="1600.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="1600.0" y="500.0"/>
+ <point x="1348.0" y="240.0"/>
+ <point x="1040.0" y="240.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="240.0"/>
+ <point x="476.0" y="500.0"/>
</contour>
<contour>
- <point x="220" y="836" type="curve"/>
- <point x="220" y="348"/>
- <point x="588" y="-28"/>
- <point x="1040" y="-28" type="curve" smooth="yes"/>
- <point x="1488" y="-28"/>
- <point x="1856" y="348"/>
- <point x="1856" y="836" type="curve" smooth="yes"/>
- <point x="1856" y="1324"/>
- <point x="1488" y="1696"/>
- <point x="1040" y="1696" type="curve" smooth="yes"/>
- <point x="588" y="1696"/>
- <point x="220" y="1324"/>
+ <point x="220.0" y="836.0" type="curve"/>
+ <point x="220.0" y="348.0"/>
+ <point x="588.0" y="-28.0"/>
+ <point x="1040.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="-28.0"/>
+ <point x="1856.0" y="348.0"/>
+ <point x="1856.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="1856.0" y="1324.0"/>
+ <point x="1488.0" y="1696.0"/>
+ <point x="1040.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="1696.0"/>
+ <point x="220.0" y="1324.0"/>
</contour>
<contour>
- <point x="1912" y="1540" type="line"/>
- <point x="1716" y="1740" type="line"/>
- <point x="1440" y="1456" type="line"/>
- <point x="1632" y="1256" type="line"/>
+ <point x="1912.0" y="1540.0" type="line"/>
+ <point x="1716.0" y="1740.0" type="line"/>
+ <point x="1440.0" y="1456.0" type="line"/>
+ <point x="1632.0" y="1256.0" type="line"/>
</contour>
<contour>
- <point x="644" y="248" type="line"/>
- <point x="448" y="444" type="line"/>
- <point x="172" y="164" type="line"/>
- <point x="364" y="-36" type="line"/>
+ <point x="644.0" y="248.0" type="line"/>
+ <point x="448.0" y="444.0" type="line"/>
+ <point x="172.0" y="164.0" type="line"/>
+ <point x="364.0" y="-36.0" type="line"/>
</contour>
<contour>
- <point x="1716" y="-36" type="line"/>
- <point x="1912" y="164" type="line"/>
- <point x="1632" y="444" type="line"/>
- <point x="1440" y="248" type="line"/>
+ <point x="1716.0" y="-36.0" type="line"/>
+ <point x="1912.0" y="164.0" type="line"/>
+ <point x="1632.0" y="444.0" type="line"/>
+ <point x="1440.0" y="248.0" type="line"/>
</contour>
<contour>
- <point x="448" y="1256" type="line"/>
- <point x="644" y="1456" type="line"/>
- <point x="364" y="1740" type="line"/>
- <point x="172" y="1540" type="line"/>
+ <point x="448.0" y="1256.0" type="line"/>
+ <point x="644.0" y="1456.0" type="line"/>
+ <point x="364.0" y="1740.0" type="line"/>
+ <point x="172.0" y="1540.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1931, 'leftMargin': 100, 'rightMargin': 90}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cyrillicbreve.glif b/src/Inter-UI-Black.ufo/glyphs/cyrillicbreve.glif
new file mode 100644
index 000000000..516e8d257
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/cyrillicbreve.glif
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="cyrillicbreve" format="2">
+ <advance width="1312.0"/>
+ <outline>
+ <component base="breve"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cyrillichook.glif b/src/Inter-UI-Black.ufo/glyphs/cyrillichook.glif
index a5bb9c70e..ee9054bb6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cyrillichook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cyrillichook.glif
@@ -1,43 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cyrillichook" format="1">
- <advance width="800"/>
+<glyph name="cyrillichook" format="2">
+ <advance width="800.0"/>
+ <anchor x="560.0" y="216.0" name="_bottom"/>
+ <anchor x="340.0" y="0.0" name="_right"/>
<outline>
<contour>
- <point x="340" y="408" type="line"/>
- <point x="340" y="-20" type="line"/>
- <point x="340" y="-168"/>
- <point x="280" y="-244"/>
- <point x="176" y="-244" type="curve" smooth="yes"/>
- <point x="116" y="-244"/>
- <point x="84" y="-240"/>
- <point x="40" y="-228" type="curve"/>
- <point x="20" y="-580" type="line"/>
- <point x="96" y="-596"/>
- <point x="156" y="-600"/>
- <point x="232" y="-600" type="curve" smooth="yes"/>
- <point x="576" y="-600"/>
- <point x="784" y="-396"/>
- <point x="784" y="-20" type="curve"/>
- <point x="784" y="408" type="line"/>
- </contour>
- <contour>
- <point x="340" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="560" y="216" type="move" name="_bottom"/>
+ <point x="340.0" y="408.0" type="line"/>
+ <point x="340.0" y="-20.0" type="line"/>
+ <point x="340.0" y="-168.0"/>
+ <point x="280.0" y="-244.0"/>
+ <point x="176.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="-244.0"/>
+ <point x="84.0" y="-240.0"/>
+ <point x="40.0" y="-228.0" type="curve"/>
+ <point x="20.0" y="-580.0" type="line"/>
+ <point x="96.0" y="-596.0"/>
+ <point x="156.0" y="-600.0"/>
+ <point x="232.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="-600.0"/>
+ <point x="784.0" y="-396.0"/>
+ <point x="784.0" y="-20.0" type="curve"/>
+ <point x="784.0" y="408.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 752, 'leftMargin': -151, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cyrillichookleft.glif b/src/Inter-UI-Black.ufo/glyphs/cyrillichookleft.glif
index 334539a2f..891e1f836 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cyrillichookleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cyrillichookleft.glif
@@ -1,65 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cyrillichookleft" format="1">
- <advance width="800"/>
+<glyph name="cyrillichookleft" format="2">
+ <advance width="800.0"/>
+ <guideline y="2817.375"/>
+ <anchor x="436.0" y="0.0" name="_bottom"/>
+ <anchor x="644.0" y="0.0" name="_left"/>
+ <anchor x="200.0" y="0.0" name="_right"/>
<outline>
<contour>
- <point x="264" y="0" type="line"/>
- <point x="324" y="-72"/>
- <point x="384" y="-128"/>
- <point x="384" y="-228" type="curve" smooth="yes"/>
- <point x="384" y="-236"/>
- <point x="384" y="-308"/>
- <point x="272" y="-308" type="curve" smooth="yes"/>
- <point x="212" y="-308"/>
- <point x="172" y="-292"/>
- <point x="144" y="-284" type="curve"/>
- <point x="96" y="-512" type="line"/>
- <point x="148" y="-540"/>
- <point x="228" y="-572"/>
- <point x="352" y="-572" type="curve" smooth="yes"/>
- <point x="548" y="-572"/>
- <point x="708" y="-472"/>
- <point x="708" y="-280" type="curve" smooth="yes"/>
- <point x="708" y="-152"/>
- <point x="640" y="-20"/>
- <point x="472" y="84" type="curve"/>
- </contour>
- <contour>
- <point x="644" y="0" type="move" name="_left"/>
- </contour>
- <contour>
- <point x="200" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="436" y="0" type="move" name="_bottom"/>
+ <point x="264.0" y="0.0" type="line"/>
+ <point x="324.0" y="-72.0"/>
+ <point x="384.0" y="-128.0"/>
+ <point x="384.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="-236.0"/>
+ <point x="384.0" y="-308.0"/>
+ <point x="272.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="-308.0"/>
+ <point x="172.0" y="-292.0"/>
+ <point x="144.0" y="-284.0" type="curve"/>
+ <point x="96.0" y="-512.0" type="line"/>
+ <point x="148.0" y="-540.0"/>
+ <point x="228.0" y="-572.0"/>
+ <point x="352.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="-572.0"/>
+ <point x="708.0" y="-472.0"/>
+ <point x="708.0" y="-280.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="-152.0"/>
+ <point x="640.0" y="-20.0"/>
+ <point x="472.0" y="84.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2817.375</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 875, 'leftMargin': 52, 'rightMargin': 212}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/cyrillictic.glif b/src/Inter-UI-Black.ufo/glyphs/cyrillictic.glif
index a3e7af720..aa4cb26c0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/cyrillictic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/cyrillictic.glif
@@ -1,34 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cyrillictic" format="1">
- <advance width="800"/>
+<glyph name="cyrillictic" format="2">
+ <advance width="800.0"/>
+ <anchor x="400.0" y="184.0" name="_bottom"/>
+ <anchor x="520.0" y="0.0" name="_left"/>
+ <anchor x="296.0" y="0.0" name="_right"/>
<outline>
<contour>
- <point x="624" y="308" type="line"/>
- <point x="180" y="308" type="line"/>
- <point x="180" y="-492" type="line"/>
- <point x="624" y="-492" type="line"/>
- </contour>
- <contour>
- <point x="296" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="520" y="0" type="move" name="_left"/>
- </contour>
- <contour>
- <point x="400" y="184" type="move" name="_bottom"/>
+ <point x="624.0" y="308.0" type="line"/>
+ <point x="180.0" y="308.0" type="line"/>
+ <point x="180.0" y="-492.0" type="line"/>
+ <point x="624.0" y="-492.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 688, 'leftMargin': 122, 'rightMargin': 123}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/d.glif b/src/Inter-UI-Black.ufo/glyphs/d.glif
index 1cb3a966f..4dfce5107 100644
--- a/src/Inter-UI-Black.ufo/glyphs/d.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/d.glif
@@ -1,51 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="d" format="1">
- <advance width="1652"/>
+<glyph name="d" format="2">
+ <advance width="1652.0"/>
<unicode hex="0064"/>
+ <anchor x="756.0" y="0.0" name="bottom"/>
+ <anchor x="1672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1696.0" y="2112.0" name="caron"/>
+ <anchor x="1228.0" y="1796.0" name="cross"/>
+ <anchor x="748.0" y="2200.0" name="top"/>
+ <anchor x="1672.0" y="2200.0" name="top0315"/>
+ <anchor x="1672.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1508" y="0" type="line"/>
- <point x="1508" y="2048" type="line"/>
- <point x="1048" y="2048" type="line"/>
- <point x="1048" y="1256" type="line"/>
- <point x="1204" y="732" type="line"/>
- <point x="1052" y="308" type="line"/>
- <point x="1052" y="0" type="line"/>
- </contour>
- <component base="leftloop.cn"/>
- <contour>
- <point x="1696" y="2112" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="1228" y="1796" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="756" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="748" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1672" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1672" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1672" y="2200" type="move" name="top0315"/>
+ <point x="1508.0" y="0.0" type="line"/>
+ <point x="1508.0" y="2048.0" type="line"/>
+ <point x="1048.0" y="2048.0" type="line"/>
+ <point x="1048.0" y="1256.0" type="line"/>
+ <point x="1204.0" y="732.0" type="line"/>
+ <point x="1052.0" y="308.0" type="line"/>
+ <point x="1052.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1232.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="244.0"/>
+ <point x="364.0" y="-24.0"/>
+ <point x="688.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="-24.0"/>
+ <point x="980.0" y="40.0"/>
+ <point x="1032.0" y="156.0" type="curve"/>
+ <point x="1232.0" y="156.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="528.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1036.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="536.0"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="824.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="340.0"/>
+ <point x="528.0" y="500.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 78, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dagger.glif b/src/Inter-UI-Black.ufo/glyphs/dagger.glif
index 2db9d363f..991c46aec 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dagger.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dagger.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dagger" format="1">
- <advance width="1568"/>
+<glyph name="dagger" format="2">
+ <advance width="1568.0"/>
<unicode hex="2020"/>
<outline>
<contour>
- <point x="1004" y="2004" type="line"/>
- <point x="560" y="2004" type="line"/>
- <point x="560" y="0" type="line"/>
- <point x="1004" y="0" type="line"/>
+ <point x="1004.0" y="2004.0" type="line"/>
+ <point x="560.0" y="2004.0" type="line"/>
+ <point x="560.0" y="0.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1464" y="1488" type="line"/>
- <point x="104" y="1488" type="line"/>
- <point x="104" y="1116" type="line"/>
- <point x="1464" y="1116" type="line"/>
+ <point x="1464.0" y="1488.0" type="line"/>
+ <point x="104.0" y="1488.0" type="line"/>
+ <point x="104.0" y="1116.0" type="line"/>
+ <point x="1464.0" y="1116.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1503, 'leftMargin': 73, 'rightMargin': 70}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/daggerdbl.glif b/src/Inter-UI-Black.ufo/glyphs/daggerdbl.glif
index b6854cf77..66dedfe5c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/daggerdbl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/daggerdbl.glif
@@ -1,38 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="daggerdbl" format="1">
- <advance width="1568"/>
+<glyph name="daggerdbl" format="2">
+ <advance width="1568.0"/>
<unicode hex="2021"/>
<outline>
<contour>
- <point x="1004" y="2004" type="line"/>
- <point x="560" y="2004" type="line"/>
- <point x="560" y="-572" type="line"/>
- <point x="1004" y="-572" type="line"/>
+ <point x="1004.0" y="2004.0" type="line"/>
+ <point x="560.0" y="2004.0" type="line"/>
+ <point x="560.0" y="-572.0" type="line"/>
+ <point x="1004.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="1464" y="1488" type="line"/>
- <point x="104" y="1488" type="line"/>
- <point x="104" y="1132" type="line"/>
- <point x="1464" y="1132" type="line"/>
+ <point x="1464.0" y="1488.0" type="line"/>
+ <point x="104.0" y="1488.0" type="line"/>
+ <point x="104.0" y="1132.0" type="line"/>
+ <point x="1464.0" y="1132.0" type="line"/>
</contour>
<contour>
- <point x="1464" y="360" type="line"/>
- <point x="104" y="360" type="line"/>
- <point x="104" y="0" type="line"/>
- <point x="1464" y="0" type="line"/>
+ <point x="1464.0" y="360.0" type="line"/>
+ <point x="104.0" y="360.0" type="line"/>
+ <point x="104.0" y="0.0" type="line"/>
+ <point x="1464.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1638, 'leftMargin': 140, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dasiaoxia.glif b/src/Inter-UI-Black.ufo/glyphs/dasiaoxia.glif
deleted file mode 100644
index 3331848e3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/dasiaoxia.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dasiaoxia" format="1">
- <advance width="1056"/>
- <outline>
- <contour>
- <point x="496" y="1564" type="line"/>
- <point x="620" y="1564" type="line"/>
- <point x="936" y="2004" type="line"/>
- <point x="936" y="2032" type="line"/>
- <point x="648" y="2032" type="line"/>
- <point x="496" y="1600" type="line"/>
- </contour>
- <contour>
- <point x="120" y="1560" type="line"/>
- <point x="352" y="1560" type="line"/>
- <point x="352" y="1688" type="line" smooth="yes"/>
- <point x="352" y="1792"/>
- <point x="380" y="1876"/>
- <point x="460" y="1924" type="curve"/>
- <point x="340" y="2056" type="line"/>
- <point x="216" y="2000"/>
- <point x="120" y="1872"/>
- <point x="120" y="1696" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="660" y="1696" type="move" name="_tonos"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1114, 'leftMargin': 162, 'rightMargin': 134}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dasiapneumatacyrilliccmb.glif b/src/Inter-UI-Black.ufo/glyphs/dasiapneumatacyrilliccmb.glif
index 8dd411b1b..18787d0ae 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dasiapneumatacyrilliccmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dasiapneumatacyrilliccmb.glif
@@ -1,29 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dasiapneumatacyrilliccmb" format="1">
- <advance width="0"/>
+<glyph name="dasiapneumatacyrilliccmb" format="2">
<unicode hex="0485"/>
+ <anchor x="-656.0" y="1760.0" name="_marktop"/>
<outline>
<contour>
- <point x="-656" y="1760" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-597" y="1800" type="line"/>
- <point x="-485" y="1893" type="line"/>
- <point x="-565" y="2038" type="line"/>
- <point x="-564" y="2272" type="line"/>
- <point x="-825" y="2272" type="line"/>
- <point x="-825" y="2063" type="line"/>
+ <point x="-597.0" y="1800.0" type="line"/>
+ <point x="-485.0" y="1893.0" type="line"/>
+ <point x="-565.0" y="2038.0" type="line"/>
+ <point x="-564.0" y="2272.0" type="line"/>
+ <point x="-825.0" y="2272.0" type="line"/>
+ <point x="-825.0" y="2063.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dblapostrophe.glif b/src/Inter-UI-Black.ufo/glyphs/dblapostrophe.glif
index 6cf773863..c4ec9c88a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dblapostrophe.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dblapostrophe.glif
@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dblapostrophe" format="1">
- <advance width="1312"/>
+<glyph name="dblapostrophe" format="2">
+ <advance width="1312.0"/>
<unicode hex="02EE"/>
<outline>
<contour>
- <point x="644" y="2144" type="line"/>
- <point x="284" y="2144" type="line"/>
- <point x="284" y="1880" type="line" smooth="yes"/>
- <point x="284" y="1688"/>
- <point x="240" y="1560"/>
- <point x="180" y="1448" type="curve"/>
- <point x="392" y="1340" type="line"/>
- <point x="520" y="1460"/>
- <point x="644" y="1684"/>
- <point x="644" y="1880" type="curve" smooth="yes"/>
+ <point x="644.0" y="2144.0" type="line"/>
+ <point x="284.0" y="2144.0" type="line"/>
+ <point x="284.0" y="1880.0" type="line" smooth="yes"/>
+ <point x="284.0" y="1688.0"/>
+ <point x="240.0" y="1560.0"/>
+ <point x="180.0" y="1448.0" type="curve"/>
+ <point x="392.0" y="1340.0" type="line"/>
+ <point x="520.0" y="1460.0"/>
+ <point x="644.0" y="1684.0"/>
+ <point x="644.0" y="1880.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1132" y="2144" type="line"/>
- <point x="776" y="2144" type="line"/>
- <point x="776" y="1880" type="line" smooth="yes"/>
- <point x="776" y="1688"/>
- <point x="732" y="1560"/>
- <point x="672" y="1448" type="curve"/>
- <point x="884" y="1340" type="line"/>
- <point x="1012" y="1460"/>
- <point x="1132" y="1684"/>
- <point x="1132" y="1880" type="curve" smooth="yes"/>
+ <point x="1132.0" y="2144.0" type="line"/>
+ <point x="776.0" y="2144.0" type="line"/>
+ <point x="776.0" y="1880.0" type="line" smooth="yes"/>
+ <point x="776.0" y="1688.0"/>
+ <point x="732.0" y="1560.0"/>
+ <point x="672.0" y="1448.0" type="curve"/>
+ <point x="884.0" y="1340.0" type="line"/>
+ <point x="1012.0" y="1460.0"/>
+ <point x="1132.0" y="1684.0"/>
+ <point x="1132.0" y="1880.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1174, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dblgravecmb.glif b/src/Inter-UI-Black.ufo/glyphs/dblgravecmb.glif
index d0d3f7acf..0f33cd755 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dblgravecmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dblgravecmb.glif
@@ -1,45 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dblgravecmb" format="1">
- <advance width="0"/>
+<glyph name="dblgravecmb" format="2">
<unicode hex="030F"/>
+ <anchor x="-648.0" y="1774.0" name="_marktop"/>
+ <anchor x="-648.0" y="1774.0" name="_top"/>
+ <anchor x="-648.0" y="2255.0" name="mkmktop"/>
+ <anchor x="-648.0" y="2255.0" name="mkmktop_acc"/>
+ <anchor x="-829.0" y="1904.0" name="parent_top"/>
<outline>
<contour>
- <point x="-648" y="1774" type="move" name="_top"/>
+ <point x="-705.0" y="1722.0" type="line"/>
+ <point x="-1064.0" y="1722.0" type="line"/>
+ <point x="-1458.0" y="2087.0" type="line"/>
+ <point x="-1042.0" y="2087.0" type="line"/>
</contour>
<contour>
- <point x="-648" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-648" y="2255" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-648" y="2255" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-829" y="1904" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-705" y="1722" type="line"/>
- <point x="-1064" y="1722" type="line"/>
- <point x="-1458" y="2087" type="line"/>
- <point x="-1042" y="2087" type="line"/>
- </contour>
- <contour>
- <point x="-201" y="1722" type="line"/>
- <point x="-560" y="1722" type="line"/>
- <point x="-897" y="2087" type="line"/>
- <point x="-481" y="2087" type="line"/>
+ <point x="-201.0" y="1722.0" type="line"/>
+ <point x="-560.0" y="1722.0" type="line"/>
+ <point x="-897.0" y="2087.0" type="line"/>
+ <point x="-481.0" y="2087.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dblprimemod.glif b/src/Inter-UI-Black.ufo/glyphs/dblprimemod.glif
index 3a8bd2b3b..4ca2fc888 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dblprimemod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dblprimemod.glif
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dblprimemod" format="1">
- <advance width="1568"/>
+<glyph name="dblprimemod" format="2">
+ <advance width="1568.0"/>
<unicode hex="02BA"/>
<outline>
- <component base="primemod" xOffset="108"/>
- <component base="primemod" xOffset="656"/>
+ <component base="primemod" xOffset="108.0"/>
+ <component base="primemod" xOffset="656.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1295, 'leftMargin': 124, 'rightMargin': 97}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dcaron.glif b/src/Inter-UI-Black.ufo/glyphs/dcaron.glif
new file mode 100644
index 000000000..2e01ad4dc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dcaron.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dcaron" format="2">
+ <advance width="1800.0"/>
+ <unicode hex="010F"/>
+ <anchor x="756.0" y="0.0" name="bottom"/>
+ <anchor x="1822.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="748.0" y="2200.0" name="parent_top"/>
+ <anchor x="748.0" y="2200.0" name="top"/>
+ <anchor x="1822.0" y="2200.0" name="top0315"/>
+ <anchor x="1822.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="commaaccent" xOffset="1580.0" yOffset="1720.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dcedilla.glif b/src/Inter-UI-Black.ufo/glyphs/dcedilla.glif
new file mode 100644
index 000000000..1443f0227
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dcedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dcedilla" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E11"/>
+ <anchor x="756.0" y="-708.0" name="bottom"/>
+ <anchor x="1672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="748.0" y="2200.0" name="parent_top"/>
+ <anchor x="748.0" y="2200.0" name="top"/>
+ <anchor x="1672.0" y="2200.0" name="top0315"/>
+ <anchor x="1672.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="commaaccent" xOffset="436.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dcircumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/dcircumflexbelow.glif
new file mode 100644
index 000000000..a2da921ae
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dcircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dcircumflexbelow" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E13"/>
+ <anchor x="756.0" y="-520.0" name="bottom"/>
+ <anchor x="1672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="748.0" y="2200.0" name="parent_top"/>
+ <anchor x="748.0" y="2200.0" name="top"/>
+ <anchor x="1672.0" y="2200.0" name="top0315"/>
+ <anchor x="1672.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="circumflexsubnosp" xOffset="1548.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dcroat.glif b/src/Inter-UI-Black.ufo/glyphs/dcroat.glif
index 18398f865..899e7d88f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dcroat.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dcroat.glif
@@ -1,39 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dcroat" format="1">
- <advance width="1712"/>
+<glyph name="dcroat" format="2">
+ <advance width="1712.0"/>
<unicode hex="0111"/>
+ <anchor x="680.0" y="0.0" name="bottom"/>
+ <anchor x="1632.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1656.0" y="2112.0" name="caron"/>
+ <anchor x="844.0" y="0.0" name="markbottom"/>
+ <anchor x="1200.0" y="1804.0" name="parenthesses.w2"/>
+ <anchor x="704.0" y="2200.0" name="top"/>
+ <anchor x="1852.0" y="2200.0" name="top0315"/>
+ <anchor x="1632.0" y="2200.0" name="top_dd"/>
<outline>
<component base="d"/>
- <component base="crossbar" xOffset="544" yOffset="724"/>
- <contour>
- <point x="1656" y="2112" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="680" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="704" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1632" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1632" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="844" y="0" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1852" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="1200" y="1804" type="move" name="parenthesses.w2"/>
- </contour>
+ <component base="crossbar" xOffset="544.0" yOffset="724.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1804.0, 'leftMargin': 78, 'rightMargin': 158.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ddotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/ddotaccent.glif
new file mode 100644
index 000000000..656827866
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ddotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ddotaccent" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E0B"/>
+ <anchor x="756.0" y="0.0" name="bottom"/>
+ <anchor x="1672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="748.0" y="2200.0" name="parent_top"/>
+ <anchor x="748.0" y="2720.0" name="top"/>
+ <anchor x="1672.0" y="2200.0" name="top0315"/>
+ <anchor x="1672.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="dotaccent" xOffset="348.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ddotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ddotbelow.glif
new file mode 100644
index 000000000..84b0fc26f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ddotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ddotbelow" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E0D"/>
+ <anchor x="755.0" y="-523.0" name="bottom"/>
+ <anchor x="1672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="748.0" y="2200.0" name="parent_top"/>
+ <anchor x="748.0" y="2200.0" name="top"/>
+ <anchor x="1672.0" y="2200.0" name="top0315"/>
+ <anchor x="1672.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="dotbelow" xOffset="1580.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/decyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/decyrillic.glif
index 1e9063634..6837b7ecf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/decyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/decyrillic.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="decyrillic" format="1">
- <advance width="2080"/>
+<glyph name="decyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="0434"/>
+ <anchor x="1120.0" y="1744.0" name="top"/>
+ <anchor x="1940.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="544" y="1488" type="line"/>
- <point x="536" y="1020" type="line" smooth="yes"/>
- <point x="532" y="736"/>
- <point x="520" y="580"/>
- <point x="308" y="360" type="curve"/>
- <point x="268" y="352" type="line"/>
- <point x="276" y="0" type="line"/>
- <point x="336" y="0" type="line"/>
- <point x="676" y="72"/>
- <point x="968" y="344"/>
- <point x="980" y="1020" type="curve" smooth="yes"/>
- <point x="988" y="1488" type="line"/>
+ <point x="544.0" y="1488.0" type="line"/>
+ <point x="536.0" y="1020.0" type="line" smooth="yes"/>
+ <point x="532.0" y="736.0"/>
+ <point x="520.0" y="580.0"/>
+ <point x="308.0" y="360.0" type="curve"/>
+ <point x="268.0" y="352.0" type="line"/>
+ <point x="276.0" y="0.0" type="line"/>
+ <point x="336.0" y="0.0" type="line"/>
+ <point x="676.0" y="72.0"/>
+ <point x="968.0" y="344.0"/>
+ <point x="980.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="988.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="668" y="1488" type="line"/>
- <point x="668" y="1132" type="line"/>
- <point x="1244" y="1132" type="line"/>
- <point x="1244" y="0" type="line"/>
- <point x="1684" y="0" type="line"/>
- <point x="1684" y="1488" type="line"/>
+ <point x="668.0" y="1488.0" type="line"/>
+ <point x="668.0" y="1132.0" type="line"/>
+ <point x="1244.0" y="1132.0" type="line"/>
+ <point x="1244.0" y="0.0" type="line"/>
+ <point x="1684.0" y="0.0" type="line"/>
+ <point x="1684.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="176" y="360" type="line"/>
- <point x="176" y="-452" type="line"/>
- <point x="632" y="-452" type="line"/>
- <point x="632" y="0" type="line"/>
- <point x="1460" y="0" type="line"/>
- <point x="1460" y="-452" type="line"/>
- <point x="1904" y="-452" type="line"/>
- <point x="1904" y="360" type="line"/>
- </contour>
- <contour>
- <point x="1120" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1940" y="1744" type="move" name="top0315"/>
+ <point x="176.0" y="360.0" type="line"/>
+ <point x="176.0" y="-452.0" type="line"/>
+ <point x="632.0" y="-452.0" type="line"/>
+ <point x="632.0" y="0.0" type="line"/>
+ <point x="1460.0" y="0.0" type="line"/>
+ <point x="1460.0" y="-452.0" type="line"/>
+ <point x="1904.0" y="-452.0" type="line"/>
+ <point x="1904.0" y="360.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1801, 'leftMargin': 40, 'rightMargin': 34}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/degree.glif b/src/Inter-UI-Black.ufo/glyphs/degree.glif
index 0feafd892..bdb1b6350 100644
--- a/src/Inter-UI-Black.ufo/glyphs/degree.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/degree.glif
@@ -1,48 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="degree" format="1">
- <advance width="1056"/>
+<glyph name="degree" format="2">
+ <advance width="1056.0"/>
<unicode hex="00B0"/>
<outline>
<contour>
- <point x="532" y="1228" type="curve" smooth="yes"/>
- <point x="760" y="1228"/>
- <point x="944" y="1412"/>
- <point x="944" y="1644" type="curve" smooth="yes"/>
- <point x="944" y="1876"/>
- <point x="760" y="2072"/>
- <point x="532" y="2072" type="curve" smooth="yes"/>
- <point x="304" y="2072"/>
- <point x="108" y="1876"/>
- <point x="108" y="1644" type="curve"/>
- <point x="108" y="1412"/>
- <point x="304" y="1228"/>
+ <point x="532.0" y="1228.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="1228.0"/>
+ <point x="944.0" y="1412.0"/>
+ <point x="944.0" y="1644.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="1876.0"/>
+ <point x="760.0" y="2072.0"/>
+ <point x="532.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="304.0" y="2072.0"/>
+ <point x="108.0" y="1876.0"/>
+ <point x="108.0" y="1644.0" type="curve"/>
+ <point x="108.0" y="1412.0"/>
+ <point x="304.0" y="1228.0"/>
</contour>
<contour>
- <point x="532" y="1472" type="curve" smooth="yes"/>
- <point x="440" y="1472"/>
- <point x="360" y="1548"/>
- <point x="360" y="1644" type="curve"/>
- <point x="360" y="1744"/>
- <point x="440" y="1820"/>
- <point x="532" y="1820" type="curve" smooth="yes"/>
- <point x="624" y="1820"/>
- <point x="700" y="1744"/>
- <point x="700" y="1644" type="curve" smooth="yes"/>
- <point x="700" y="1544"/>
- <point x="624" y="1472"/>
+ <point x="532.0" y="1472.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="1472.0"/>
+ <point x="360.0" y="1548.0"/>
+ <point x="360.0" y="1644.0" type="curve"/>
+ <point x="360.0" y="1744.0"/>
+ <point x="440.0" y="1820.0"/>
+ <point x="532.0" y="1820.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="1820.0"/>
+ <point x="700.0" y="1744.0"/>
+ <point x="700.0" y="1644.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="1544.0"/>
+ <point x="624.0" y="1472.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1111.0, 'leftMargin': 173, 'rightMargin': 180.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/degreecentigrade.glif b/src/Inter-UI-Black.ufo/glyphs/degreecentigrade.glif
index 8e6ce4af6..a6814cb63 100644
--- a/src/Inter-UI-Black.ufo/glyphs/degreecentigrade.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/degreecentigrade.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="degreecentigrade" format="1">
- <advance width="2844"/>
+<glyph name="degreecentigrade" format="2">
+ <advance width="2844.0"/>
<unicode hex="2103"/>
<outline>
- <component base="degree" xOffset="-12"/>
- <component base="C" xOffset="848"/>
+ <component base="degree" xOffset="-12.0"/>
+ <component base="C" xOffset="848.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2553, 'leftMargin': 55, 'rightMargin': 78}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/degreefarenheit.glif b/src/Inter-UI-Black.ufo/glyphs/degreefarenheit.glif
index a830e11ab..6b069689e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/degreefarenheit.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/degreefarenheit.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="degreefarenheit" format="1">
- <advance width="2592"/>
+<glyph name="degreefarenheit" format="2">
+ <advance width="2592.0"/>
<unicode hex="2109"/>
<outline>
- <component base="degree" xOffset="-4"/>
- <component base="F" xOffset="832"/>
+ <component base="degree" xOffset="-4.0"/>
+ <component base="F" xOffset="832.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2336, 'leftMargin': 55, 'rightMargin': 71}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/degreekelvin.glif b/src/Inter-UI-Black.ufo/glyphs/degreekelvin.glif
index b3d254c3f..7ea1e5071 100644
--- a/src/Inter-UI-Black.ufo/glyphs/degreekelvin.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/degreekelvin.glif
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="degreekelvin" format="1">
+<glyph name="degreekelvin" format="2">
<advance width="2048.0"/>
<unicode hex="212A"/>
<outline>
@@ -7,8 +7,8 @@
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1821, 'leftMargin': 161, 'rightMargin': -4}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/delta.glif b/src/Inter-UI-Black.ufo/glyphs/delta.glif
index 271ace06b..9d6b356eb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/delta.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/delta.glif
@@ -1,65 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="delta" format="1">
- <advance width="1824"/>
+<glyph name="delta" format="2">
+ <advance width="1824.0"/>
<unicode hex="03B4"/>
<outline>
<contour>
- <point x="360" y="1712" type="curve" smooth="yes"/>
- <point x="360" y="1544"/>
- <point x="464" y="1428"/>
- <point x="612" y="1344" type="curve"/>
- <point x="616" y="1336" type="line"/>
- <point x="388" y="1276"/>
- <point x="192" y="1036"/>
- <point x="192" y="728" type="curve" smooth="yes"/>
- <point x="192" y="700" type="line" smooth="yes"/>
- <point x="192" y="288"/>
- <point x="456" y="-28"/>
- <point x="916" y="-28" type="curve" smooth="yes"/>
- <point x="1368" y="-28"/>
- <point x="1632" y="300"/>
- <point x="1632" y="728" type="curve" smooth="yes"/>
- <point x="1632" y="756" type="line" smooth="yes"/>
- <point x="1632" y="1148"/>
- <point x="1404" y="1404"/>
- <point x="964" y="1556" type="curve" smooth="yes"/>
- <point x="800" y="1612"/>
- <point x="776" y="1672"/>
- <point x="776" y="1720" type="curve" smooth="yes"/>
- <point x="776" y="1792"/>
- <point x="860" y="1836"/>
- <point x="992" y="1836" type="curve" smooth="yes"/>
- <point x="1112" y="1836"/>
- <point x="1228" y="1796"/>
- <point x="1296" y="1776" type="curve"/>
- <point x="1296" y="2108" type="line"/>
- <point x="1160" y="2144"/>
- <point x="1084" y="2168"/>
- <point x="940" y="2168" type="curve" smooth="yes"/>
- <point x="580" y="2168"/>
- <point x="360" y="2000"/>
+ <point x="360.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1544.0"/>
+ <point x="464.0" y="1428.0"/>
+ <point x="612.0" y="1344.0" type="curve"/>
+ <point x="616.0" y="1336.0" type="line"/>
+ <point x="388.0" y="1276.0"/>
+ <point x="192.0" y="1036.0"/>
+ <point x="192.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="192.0" y="700.0" type="line" smooth="yes"/>
+ <point x="192.0" y="288.0"/>
+ <point x="456.0" y="-28.0"/>
+ <point x="916.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1368.0" y="-28.0"/>
+ <point x="1632.0" y="300.0"/>
+ <point x="1632.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="756.0" type="line" smooth="yes"/>
+ <point x="1632.0" y="1148.0"/>
+ <point x="1404.0" y="1404.0"/>
+ <point x="964.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="1612.0"/>
+ <point x="776.0" y="1672.0"/>
+ <point x="776.0" y="1720.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="1792.0"/>
+ <point x="860.0" y="1836.0"/>
+ <point x="992.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="1836.0"/>
+ <point x="1228.0" y="1796.0"/>
+ <point x="1296.0" y="1776.0" type="curve"/>
+ <point x="1296.0" y="2108.0" type="line"/>
+ <point x="1160.0" y="2144.0"/>
+ <point x="1084.0" y="2168.0"/>
+ <point x="940.0" y="2168.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="2168.0"/>
+ <point x="360.0" y="2000.0"/>
</contour>
<contour>
- <point x="632" y="780" type="line"/>
- <point x="632" y="996"/>
- <point x="724" y="1188"/>
- <point x="916" y="1188" type="curve"/>
- <point x="1088" y="1152"/>
- <point x="1192" y="956"/>
- <point x="1192" y="780" type="curve" smooth="yes"/>
- <point x="1192" y="756" type="line" smooth="yes"/>
- <point x="1192" y="524"/>
- <point x="1108" y="328"/>
- <point x="916" y="328" type="curve" smooth="yes"/>
- <point x="720" y="328"/>
- <point x="632" y="524"/>
- <point x="632" y="756" type="curve" smooth="yes"/>
+ <point x="632.0" y="780.0" type="line"/>
+ <point x="632.0" y="996.0"/>
+ <point x="724.0" y="1188.0"/>
+ <point x="916.0" y="1188.0" type="curve"/>
+ <point x="1088.0" y="1152.0"/>
+ <point x="1192.0" y="956.0"/>
+ <point x="1192.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="756.0" type="line" smooth="yes"/>
+ <point x="1192.0" y="524.0"/>
+ <point x="1108.0" y="328.0"/>
+ <point x="916.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="328.0"/>
+ <point x="632.0" y="524.0"/>
+ <point x="632.0" y="756.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 80, 'rightMargin': 63}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/deltaturn.glif b/src/Inter-UI-Black.ufo/glyphs/deltaturn.glif
index 6c433d3a8..1d67b9739 100644
--- a/src/Inter-UI-Black.ufo/glyphs/deltaturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/deltaturn.glif
@@ -1,61 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="deltaturn" format="1">
- <advance width="1824"/>
+<glyph name="deltaturn" format="2">
+ <advance width="1824.0"/>
<unicode hex="018D"/>
<outline>
<contour>
- <point x="1460" y="-516" type="line"/>
- <point x="1460" y="-288" type="line"/>
- <point x="1380" y="-200"/>
- <point x="1164" y="16"/>
- <point x="1052" y="112" type="curve"/>
- <point x="1072" y="112"/>
- <point x="1080" y="112"/>
- <point x="1100" y="112" type="curve" smooth="yes"/>
- <point x="1392" y="168"/>
- <point x="1628" y="428"/>
- <point x="1628" y="812" type="curve" smooth="yes"/>
- <point x="1628" y="840" type="line" smooth="yes"/>
- <point x="1628" y="1228"/>
- <point x="1372" y="1516"/>
- <point x="912" y="1516" type="curve" smooth="yes"/>
- <point x="452" y="1516"/>
- <point x="200" y="1204"/>
- <point x="200" y="784" type="curve" smooth="yes"/>
- <point x="200" y="756" type="line" smooth="yes"/>
- <point x="200" y="452"/>
- <point x="396" y="216"/>
- <point x="652" y="8" type="curve" smooth="yes"/>
- <point x="760" y="-80"/>
- <point x="832" y="-120"/>
- <point x="888" y="-160" type="curve"/>
- <point x="340" y="-160" type="line"/>
- <point x="340" y="-516" type="line"/>
+ <point x="1460.0" y="-516.0" type="line"/>
+ <point x="1460.0" y="-288.0" type="line"/>
+ <point x="1380.0" y="-200.0"/>
+ <point x="1164.0" y="16.0"/>
+ <point x="1052.0" y="112.0" type="curve"/>
+ <point x="1072.0" y="112.0"/>
+ <point x="1080.0" y="112.0"/>
+ <point x="1100.0" y="112.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="168.0"/>
+ <point x="1628.0" y="428.0"/>
+ <point x="1628.0" y="812.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="840.0" type="line" smooth="yes"/>
+ <point x="1628.0" y="1228.0"/>
+ <point x="1372.0" y="1516.0"/>
+ <point x="912.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="1516.0"/>
+ <point x="200.0" y="1204.0"/>
+ <point x="200.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="200.0" y="756.0" type="line" smooth="yes"/>
+ <point x="200.0" y="452.0"/>
+ <point x="396.0" y="216.0"/>
+ <point x="652.0" y="8.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="-80.0"/>
+ <point x="832.0" y="-120.0"/>
+ <point x="888.0" y="-160.0" type="curve"/>
+ <point x="340.0" y="-160.0" type="line"/>
+ <point x="340.0" y="-516.0" type="line"/>
</contour>
<contour>
- <point x="1184" y="756" type="line"/>
- <point x="1184" y="524"/>
- <point x="1116" y="336"/>
- <point x="912" y="336" type="curve" smooth="yes"/>
- <point x="888" y="336"/>
- <point x="868" y="336"/>
- <point x="848" y="344" type="curve"/>
- <point x="736" y="408"/>
- <point x="640" y="552"/>
- <point x="640" y="756" type="curve" smooth="yes"/>
- <point x="640" y="784" type="line" smooth="yes"/>
- <point x="640" y="996"/>
- <point x="708" y="1160"/>
- <point x="912" y="1160" type="curve" smooth="yes"/>
- <point x="1120" y="1160"/>
- <point x="1184" y="996"/>
- <point x="1184" y="784" type="curve" smooth="yes"/>
+ <point x="1184.0" y="756.0" type="line"/>
+ <point x="1184.0" y="524.0"/>
+ <point x="1116.0" y="336.0"/>
+ <point x="912.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="336.0"/>
+ <point x="868.0" y="336.0"/>
+ <point x="848.0" y="344.0" type="curve"/>
+ <point x="736.0" y="408.0"/>
+ <point x="640.0" y="552.0"/>
+ <point x="640.0" y="756.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="784.0" type="line" smooth="yes"/>
+ <point x="640.0" y="996.0"/>
+ <point x="708.0" y="1160.0"/>
+ <point x="912.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1160.0"/>
+ <point x="1184.0" y="996.0"/>
+ <point x="1184.0" y="784.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 78, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dhook.glif b/src/Inter-UI-Black.ufo/glyphs/dhook.glif
index a99e1d4ac..820237bc4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dhook.glif
@@ -1,75 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dhook" format="1">
- <advance width="1824"/>
+<glyph name="dhook" format="2">
+ <advance width="1824.0"/>
<unicode hex="0257"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="640.0" y="2200.0" name="top"/>
+ <anchor x="1768.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1048" y="1432" type="line"/>
- <point x="1508" y="1432" type="line"/>
- <point x="1508" y="1568" type="line" smooth="yes"/>
- <point x="1508" y="1724"/>
- <point x="1664" y="1720"/>
- <point x="1744" y="1720" type="curve" smooth="yes"/>
- <point x="1780" y="1720"/>
- <point x="1812" y="1716"/>
- <point x="1852" y="1708" type="curve"/>
- <point x="1852" y="2056" type="line"/>
- <point x="1804" y="2064"/>
- <point x="1720" y="2076"/>
- <point x="1620" y="2076" type="curve" smooth="yes"/>
- <point x="1400" y="2076"/>
- <point x="1048" y="2016"/>
- <point x="1048" y="1568" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1432.0" type="line"/>
+ <point x="1508.0" y="1432.0" type="line"/>
+ <point x="1508.0" y="1568.0" type="line" smooth="yes"/>
+ <point x="1508.0" y="1724.0"/>
+ <point x="1664.0" y="1720.0"/>
+ <point x="1744.0" y="1720.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="1720.0"/>
+ <point x="1812.0" y="1716.0"/>
+ <point x="1852.0" y="1708.0" type="curve"/>
+ <point x="1852.0" y="2056.0" type="line"/>
+ <point x="1804.0" y="2064.0"/>
+ <point x="1720.0" y="2076.0"/>
+ <point x="1620.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="2076.0"/>
+ <point x="1048.0" y="2016.0"/>
+ <point x="1048.0" y="1568.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1508" y="0" type="line"/>
- <point x="1508" y="1536" type="line"/>
- <point x="1048" y="1536" type="line"/>
- <point x="1048" y="1372" type="line"/>
- <point x="1032" y="1372" type="line"/>
- <point x="980" y="1488"/>
- <point x="848" y="1556"/>
- <point x="688" y="1556" type="curve" smooth="yes"/>
- <point x="380" y="1556"/>
- <point x="96" y="1304"/>
- <point x="96" y="768" type="curve" smooth="yes"/>
- <point x="96" y="244"/>
- <point x="364" y="-24"/>
- <point x="688" y="-24" type="curve" smooth="yes"/>
- <point x="848" y="-24"/>
- <point x="980" y="40"/>
- <point x="1032" y="156" type="curve"/>
- <point x="1052" y="156" type="line"/>
- <point x="1052" y="0" type="line"/>
+ <point x="1508.0" y="0.0" type="line"/>
+ <point x="1508.0" y="1536.0" type="line"/>
+ <point x="1048.0" y="1536.0" type="line"/>
+ <point x="1048.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="244.0"/>
+ <point x="364.0" y="-24.0"/>
+ <point x="688.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="-24.0"/>
+ <point x="980.0" y="40.0"/>
+ <point x="1032.0" y="156.0" type="curve"/>
+ <point x="1052.0" y="156.0" type="line"/>
+ <point x="1052.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="528" y="768" type="curve" smooth="yes"/>
- <point x="528" y="1036"/>
- <point x="628" y="1192"/>
- <point x="824" y="1192" type="curve" smooth="yes"/>
- <point x="1036" y="1192"/>
- <point x="1100" y="1004"/>
- <point x="1100" y="768" type="curve" smooth="yes"/>
- <point x="1100" y="536"/>
- <point x="1040" y="340"/>
- <point x="824" y="340" type="curve" smooth="yes"/>
- <point x="628" y="340"/>
- <point x="528" y="500"/>
- </contour>
- <contour>
- <point x="640" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="776" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1768" y="2200" type="move" name="top0315"/>
+ <point x="528.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1036.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="536.0"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="824.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="340.0"/>
+ <point x="528.0" y="500.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1789, 'leftMargin': 78, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/diaeresistonosnosp.glif b/src/Inter-UI-Black.ufo/glyphs/diaeresistonosnosp.glif
index 7db79b352..33b4be902 100644
--- a/src/Inter-UI-Black.ufo/glyphs/diaeresistonosnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/diaeresistonosnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diaeresistonosnosp" format="1">
- <advance width="0"/>
+<glyph name="diaeresistonosnosp" format="2">
<unicode hex="0344"/>
+ <anchor x="-813.0" y="1774.0" name="_marktop"/>
+ <anchor x="-813.0" y="2571.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-813" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-813" y="2571" type="move" name="mkmktop"/>
- </contour>
- <component base="dieresistonos" xOffset="-1572"/>
+ <component base="dieresistonos" xOffset="-1572.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/diamondblack.glif b/src/Inter-UI-Black.ufo/glyphs/diamondblack.glif
index cede338f8..7479bce56 100644
--- a/src/Inter-UI-Black.ufo/glyphs/diamondblack.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/diamondblack.glif
@@ -1,13 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diamondblack" format="1">
- <advance width="2976"/>
+<glyph name="diamondblack" format="2">
+ <advance width="2976.0"/>
<unicode hex="25C6"/>
<outline>
<contour>
- <point x="2832" y="768" type="line"/>
- <point x="1496" y="2112" type="line"/>
- <point x="144" y="768" type="line"/>
- <point x="1496" y="-576" type="line"/>
+ <point x="2832.0" y="768.0" type="line"/>
+ <point x="1496.0" y="2112.0" type="line"/>
+ <point x="144.0" y="768.0" type="line"/>
+ <point x="1496.0" y="-576.0" type="line"/>
</contour>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/diamondblack_x.glif b/src/Inter-UI-Black.ufo/glyphs/diamondblack_x.glif
index 1252b349d..c214a66b1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/diamondblack_x.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/diamondblack_x.glif
@@ -1,31 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diamondblack_x" format="1">
- <advance width="2976"/>
+<glyph name="diamondblack_x" format="2">
+ <advance width="2976.0"/>
<unicode hex="2756"/>
<outline>
<contour>
- <point x="2080" y="1520" type="line"/>
- <point x="1496" y="2112" type="line"/>
- <point x="904" y="1520" type="line"/>
- <point x="1496" y="936" type="line"/>
+ <point x="2080.0" y="1520.0" type="line"/>
+ <point x="1496.0" y="2112.0" type="line"/>
+ <point x="904.0" y="1520.0" type="line"/>
+ <point x="1496.0" y="936.0" type="line"/>
</contour>
<contour>
- <point x="2832" y="768" type="line"/>
- <point x="2248" y="1352" type="line"/>
- <point x="1664" y="768" type="line"/>
- <point x="2248" y="176" type="line"/>
+ <point x="2832.0" y="768.0" type="line"/>
+ <point x="2248.0" y="1352.0" type="line"/>
+ <point x="1664.0" y="768.0" type="line"/>
+ <point x="2248.0" y="176.0" type="line"/>
</contour>
<contour>
- <point x="1328" y="768" type="line"/>
- <point x="736" y="1352" type="line"/>
- <point x="144" y="768" type="line"/>
- <point x="736" y="176" type="line"/>
+ <point x="1328.0" y="768.0" type="line"/>
+ <point x="736.0" y="1352.0" type="line"/>
+ <point x="144.0" y="768.0" type="line"/>
+ <point x="736.0" y="176.0" type="line"/>
</contour>
<contour>
- <point x="2080" y="8" type="line"/>
- <point x="1496" y="600" type="line"/>
- <point x="904" y="8" type="line"/>
- <point x="1496" y="-576" type="line"/>
+ <point x="2080.0" y="8.0" type="line"/>
+ <point x="1496.0" y="600.0" type="line"/>
+ <point x="904.0" y="8.0" type="line"/>
+ <point x="1496.0" y="-576.0" type="line"/>
</contour>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/diamondwhite.glif b/src/Inter-UI-Black.ufo/glyphs/diamondwhite.glif
index 92ce11c62..3ee69a4c5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/diamondwhite.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/diamondwhite.glif
@@ -1,54 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diamondwhite" format="1">
- <advance width="2976"/>
+<glyph name="diamondwhite" format="2">
+ <advance width="2976.0"/>
<unicode hex="25C7"/>
+ <guideline x="520.0" y="768.0" angle="0.0"/>
+ <guideline x="1480.0" y="2072.0" angle="90.0"/>
<outline>
<contour>
- <point x="2832" y="768" type="line"/>
- <point x="1496" y="2112" type="line"/>
- <point x="144" y="768" type="line"/>
- <point x="1496" y="-576" type="line"/>
+ <point x="2832.0" y="768.0" type="line"/>
+ <point x="1496.0" y="2112.0" type="line"/>
+ <point x="144.0" y="768.0" type="line"/>
+ <point x="1496.0" y="-576.0" type="line"/>
</contour>
<contour>
- <point x="2232" y="768" type="line"/>
- <point x="1496" y="28" type="line"/>
- <point x="752" y="768" type="line"/>
- <point x="1496" y="1508" type="line"/>
+ <point x="2232.0" y="768.0" type="line"/>
+ <point x="1496.0" y="28.0" type="line"/>
+ <point x="752.0" y="768.0" type="line"/>
+ <point x="1496.0" y="1508.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>520</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1480</integer>
- <key>y</key>
- <integer>2072</integer>
- </dict>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/diamondwhite_x.glif b/src/Inter-UI-Black.ufo/glyphs/diamondwhite_x.glif
index 8149bda0a..43a3c23ea 100644
--- a/src/Inter-UI-Black.ufo/glyphs/diamondwhite_x.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/diamondwhite_x.glif
@@ -1,153 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diamondwhite_x" format="1">
- <advance width="2976"/>
+<glyph name="diamondwhite_x" format="2">
+ <advance width="2976.0"/>
<unicode hex="E000"/>
+ <guideline x="3056.0" y="768.0" angle="0.0"/>
+ <guideline x="2032.0" y="1520.0" angle="0.0"/>
+ <guideline x="1956.0" y="8.0" angle="0.0"/>
+ <guideline x="1480.0" y="452.0" angle="90.0"/>
+ <guideline x="720.0" y="148.0" angle="90.0"/>
+ <guideline x="2232.0" y="76.0" angle="90.0"/>
<outline>
<contour>
- <point x="2080" y="1520" type="line"/>
- <point x="1496" y="2112" type="line"/>
- <point x="904" y="1520" type="line"/>
- <point x="1496" y="936" type="line"/>
+ <point x="2080.0" y="1520.0" type="line"/>
+ <point x="1496.0" y="2112.0" type="line"/>
+ <point x="904.0" y="1520.0" type="line"/>
+ <point x="1496.0" y="936.0" type="line"/>
</contour>
<contour>
- <point x="1308" y="1520" type="line"/>
- <point x="1496" y="1716" type="line"/>
- <point x="1684" y="1520" type="line"/>
- <point x="1496" y="1332" type="line"/>
+ <point x="1308.0" y="1520.0" type="line"/>
+ <point x="1496.0" y="1716.0" type="line"/>
+ <point x="1684.0" y="1520.0" type="line"/>
+ <point x="1496.0" y="1332.0" type="line"/>
</contour>
<contour>
- <point x="2832" y="768" type="line"/>
- <point x="2248" y="1352" type="line"/>
- <point x="1664" y="768" type="line"/>
- <point x="2248" y="176" type="line"/>
+ <point x="2832.0" y="768.0" type="line"/>
+ <point x="2248.0" y="1352.0" type="line"/>
+ <point x="1664.0" y="768.0" type="line"/>
+ <point x="2248.0" y="176.0" type="line"/>
</contour>
<contour>
- <point x="1328" y="768" type="line"/>
- <point x="736" y="1352" type="line"/>
- <point x="144" y="768" type="line"/>
- <point x="736" y="176" type="line"/>
+ <point x="1328.0" y="768.0" type="line"/>
+ <point x="736.0" y="1352.0" type="line"/>
+ <point x="144.0" y="768.0" type="line"/>
+ <point x="736.0" y="176.0" type="line"/>
</contour>
<contour>
- <point x="2056" y="768" type="line"/>
- <point x="2248" y="956" type="line"/>
- <point x="2436" y="768" type="line"/>
- <point x="2248" y="572" type="line"/>
+ <point x="2056.0" y="768.0" type="line"/>
+ <point x="2248.0" y="956.0" type="line"/>
+ <point x="2436.0" y="768.0" type="line"/>
+ <point x="2248.0" y="572.0" type="line"/>
</contour>
<contour>
- <point x="548" y="768" type="line"/>
- <point x="736" y="956" type="line"/>
- <point x="928" y="768" type="line"/>
- <point x="736" y="572" type="line"/>
+ <point x="548.0" y="768.0" type="line"/>
+ <point x="736.0" y="956.0" type="line"/>
+ <point x="928.0" y="768.0" type="line"/>
+ <point x="736.0" y="572.0" type="line"/>
</contour>
<contour>
- <point x="2080" y="8" type="line"/>
- <point x="1496" y="600" type="line"/>
- <point x="904" y="8" type="line"/>
- <point x="1496" y="-576" type="line"/>
+ <point x="2080.0" y="8.0" type="line"/>
+ <point x="1496.0" y="600.0" type="line"/>
+ <point x="904.0" y="8.0" type="line"/>
+ <point x="1496.0" y="-576.0" type="line"/>
</contour>
<contour>
- <point x="1308" y="8" type="line"/>
- <point x="1496" y="196" type="line"/>
- <point x="1684" y="8" type="line"/>
- <point x="1496" y="-180" type="line"/>
+ <point x="1308.0" y="8.0" type="line"/>
+ <point x="1496.0" y="196.0" type="line"/>
+ <point x="1684.0" y="8.0" type="line"/>
+ <point x="1496.0" y="-180.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>3056</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>2032</integer>
- <key>y</key>
- <integer>1520</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1956</integer>
- <key>y</key>
- <integer>8</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1480</integer>
- <key>y</key>
- <integer>452</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>720</integer>
- <key>y</key>
- <integer>148</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>2232</integer>
- <key>y</key>
- <integer>76</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.97</real>
- <real>0.95</real>
- <real>0.83</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.969,0.949,0.831,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresis.glif b/src/Inter-UI-Black.ufo/glyphs/dieresis.glif
index 4cbf7c228..6e43eb286 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dieresis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresis.glif
@@ -1,54 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresis" format="1">
- <advance width="1312"/>
+<glyph name="dieresis" format="2">
+ <advance width="1312.0"/>
<unicode hex="00A8"/>
+ <anchor x="656.0" y="1772.0" name="_top"/>
+ <anchor x="660.0" y="2216.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="372" y="1712" type="curve" smooth="yes"/>
- <point x="484" y="1712"/>
- <point x="564" y="1792"/>
- <point x="564" y="1892" type="curve" smooth="yes"/>
- <point x="564" y="1996"/>
- <point x="484" y="2076"/>
- <point x="372" y="2076" type="curve" smooth="yes"/>
- <point x="256" y="2076"/>
- <point x="176" y="1996"/>
- <point x="176" y="1892" type="curve" smooth="yes"/>
- <point x="176" y="1792"/>
- <point x="256" y="1712"/>
+ <point x="372.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="1712.0"/>
+ <point x="564.0" y="1792.0"/>
+ <point x="564.0" y="1892.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="1996.0"/>
+ <point x="484.0" y="2076.0"/>
+ <point x="372.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="256.0" y="2076.0"/>
+ <point x="176.0" y="1996.0"/>
+ <point x="176.0" y="1892.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="1792.0"/>
+ <point x="256.0" y="1712.0"/>
</contour>
<contour>
- <point x="944" y="1712" type="curve" smooth="yes"/>
- <point x="1056" y="1712"/>
- <point x="1136" y="1792"/>
- <point x="1136" y="1892" type="curve" smooth="yes"/>
- <point x="1136" y="1996"/>
- <point x="1056" y="2076"/>
- <point x="944" y="2076" type="curve" smooth="yes"/>
- <point x="828" y="2076"/>
- <point x="748" y="1996"/>
- <point x="748" y="1892" type="curve" smooth="yes"/>
- <point x="748" y="1792"/>
- <point x="828" y="1712"/>
- </contour>
- <contour>
- <point x="656" y="1772" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="660" y="2216" type="move" name="mkmktop_acc"/>
+ <point x="944.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="1712.0"/>
+ <point x="1136.0" y="1792.0"/>
+ <point x="1136.0" y="1892.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1996.0"/>
+ <point x="1056.0" y="2076.0"/>
+ <point x="944.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="2076.0"/>
+ <point x="748.0" y="1996.0"/>
+ <point x="748.0" y="1892.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1792.0"/>
+ <point x="828.0" y="1712.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1368, 'leftMargin': 131, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.cn.glif
new file mode 100644
index 000000000..2cf117f9f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.cn.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dieresisacutecomb.cn" format="2">
+ <anchor x="-792.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-917.0" y="2023.0" type="line"/>
+ <point x="-688.0" y="2023.0" type="line"/>
+ <point x="-441.0" y="2276.0" type="line"/>
+ <point x="-741.0" y="2276.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1277.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-1277.0" y="1742.0"/>
+ <point x="-1199.0" y="1671.0"/>
+ <point x="-1084.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="1671.0"/>
+ <point x="-888.0" y="1742.0"/>
+ <point x="-888.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="1928.0"/>
+ <point x="-967.0" y="2001.0"/>
+ <point x="-1084.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-1199.0" y="2001.0"/>
+ <point x="-1277.0" y="1928.0"/>
+ </contour>
+ <contour>
+ <point x="-697.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="1742.0"/>
+ <point x="-619.0" y="1671.0"/>
+ <point x="-502.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-386.0" y="1671.0"/>
+ <point x="-308.0" y="1742.0"/>
+ <point x="-308.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-308.0" y="1928.0"/>
+ <point x="-386.0" y="2001.0"/>
+ <point x="-502.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-619.0" y="2001.0"/>
+ <point x="-697.0" y="1928.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.glif b/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.glif
deleted file mode 100644
index 0902307af..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisacutecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-917" y="2023" type="line"/>
- <point x="-688" y="2023" type="line"/>
- <point x="-441" y="2276" type="line"/>
- <point x="-741" y="2276" type="line"/>
- </contour>
- <contour>
- <point x="-1277" y="1836" type="curve" smooth="yes"/>
- <point x="-1277" y="1742"/>
- <point x="-1199" y="1671"/>
- <point x="-1084" y="1671" type="curve" smooth="yes"/>
- <point x="-967" y="1671"/>
- <point x="-888" y="1742"/>
- <point x="-888" y="1836" type="curve" smooth="yes"/>
- <point x="-888" y="1928"/>
- <point x="-967" y="2001"/>
- <point x="-1084" y="2001" type="curve" smooth="yes"/>
- <point x="-1199" y="2001"/>
- <point x="-1277" y="1928"/>
- </contour>
- <contour>
- <point x="-697" y="1836" type="curve" smooth="yes"/>
- <point x="-697" y="1742"/>
- <point x="-619" y="1671"/>
- <point x="-502" y="1671" type="curve" smooth="yes"/>
- <point x="-386" y="1671"/>
- <point x="-308" y="1742"/>
- <point x="-308" y="1836" type="curve" smooth="yes"/>
- <point x="-308" y="1928"/>
- <point x="-386" y="2001"/>
- <point x="-502" y="2001" type="curve" smooth="yes"/>
- <point x="-619" y="2001"/>
- <point x="-697" y="1928"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.lc.glif
index 6de0021cf..243a9ae30 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresisacutecomb.lc.glif
@@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisacutecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dieresisacutecomb.lc" format="2">
+ <anchor x="-792.0" y="1774.0" name="_top"/>
+ <anchor x="-792.0" y="2736.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1774" type="move" name="_top"/>
+ <point x="-1346.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-1346.0" y="1774.0"/>
+ <point x="-1257.0" y="1694.0"/>
+ <point x="-1144.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-1031.0" y="1694.0"/>
+ <point x="-942.0" y="1774.0"/>
+ <point x="-942.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-942.0" y="1980.0"/>
+ <point x="-1031.0" y="2060.0"/>
+ <point x="-1144.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-1257.0" y="2060.0"/>
+ <point x="-1346.0" y="1980.0"/>
</contour>
<contour>
- <point x="-792" y="2736" type="move" name="mkmktop_acc"/>
+ <point x="-646.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-646.0" y="1774.0"/>
+ <point x="-557.0" y="1694.0"/>
+ <point x="-444.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-331.0" y="1694.0"/>
+ <point x="-242.0" y="1774.0"/>
+ <point x="-242.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-242.0" y="1980.0"/>
+ <point x="-331.0" y="2060.0"/>
+ <point x="-444.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-557.0" y="2060.0"/>
+ <point x="-646.0" y="1980.0"/>
</contour>
<contour>
- <point x="-1346" y="1877" type="curve" smooth="yes"/>
- <point x="-1346" y="1774"/>
- <point x="-1257" y="1694"/>
- <point x="-1144" y="1694" type="curve" smooth="yes"/>
- <point x="-1031" y="1694"/>
- <point x="-942" y="1774"/>
- <point x="-942" y="1877" type="curve" smooth="yes"/>
- <point x="-942" y="1980"/>
- <point x="-1031" y="2060"/>
- <point x="-1144" y="2060" type="curve" smooth="yes"/>
- <point x="-1257" y="2060"/>
- <point x="-1346" y="1980"/>
- </contour>
- <contour>
- <point x="-646" y="1877" type="curve" smooth="yes"/>
- <point x="-646" y="1774"/>
- <point x="-557" y="1694"/>
- <point x="-444" y="1694" type="curve" smooth="yes"/>
- <point x="-331" y="1694"/>
- <point x="-242" y="1774"/>
- <point x="-242" y="1877" type="curve" smooth="yes"/>
- <point x="-242" y="1980"/>
- <point x="-331" y="2060"/>
- <point x="-444" y="2060" type="curve" smooth="yes"/>
- <point x="-557" y="2060"/>
- <point x="-646" y="1980"/>
- </contour>
- <contour>
- <point x="-997" y="2120" type="line"/>
- <point x="-637" y="2120" type="line"/>
- <point x="-254" y="2552" type="line"/>
- <point x="-726" y="2552" type="line"/>
+ <point x="-997.0" y="2120.0" type="line"/>
+ <point x="-637.0" y="2120.0" type="line"/>
+ <point x="-254.0" y="2552.0" type="line"/>
+ <point x="-726.0" y="2552.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.cn.glif
new file mode 100644
index 000000000..1b193a3a0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.cn.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dieresiscaroncomb.cn" format="2">
+ <anchor x="-792.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-1277.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-1277.0" y="1742.0"/>
+ <point x="-1199.0" y="1671.0"/>
+ <point x="-1084.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="1671.0"/>
+ <point x="-888.0" y="1742.0"/>
+ <point x="-888.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="1928.0"/>
+ <point x="-967.0" y="2001.0"/>
+ <point x="-1084.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-1199.0" y="2001.0"/>
+ <point x="-1277.0" y="1928.0"/>
+ </contour>
+ <contour>
+ <point x="-697.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="1742.0"/>
+ <point x="-619.0" y="1671.0"/>
+ <point x="-502.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-386.0" y="1671.0"/>
+ <point x="-308.0" y="1742.0"/>
+ <point x="-308.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-308.0" y="1928.0"/>
+ <point x="-386.0" y="2001.0"/>
+ <point x="-502.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-619.0" y="2001.0"/>
+ <point x="-697.0" y="1928.0"/>
+ </contour>
+ <contour>
+ <point x="-965.0" y="2380.0" type="line"/>
+ <point x="-1345.0" y="2380.0" type="line"/>
+ <point x="-1345.0" y="2361.0" type="line"/>
+ <point x="-946.0" y="2038.0" type="line"/>
+ <point x="-635.0" y="2038.0" type="line"/>
+ <point x="-239.0" y="2358.0" type="line"/>
+ <point x="-239.0" y="2380.0" type="line"/>
+ <point x="-616.0" y="2380.0" type="line"/>
+ <point x="-791.0" y="2230.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.glif b/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.glif
deleted file mode 100644
index 872d0dd61..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.glif
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresiscaroncomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-1277" y="1836" type="curve" smooth="yes"/>
- <point x="-1277" y="1742"/>
- <point x="-1199" y="1671"/>
- <point x="-1084" y="1671" type="curve" smooth="yes"/>
- <point x="-967" y="1671"/>
- <point x="-888" y="1742"/>
- <point x="-888" y="1836" type="curve" smooth="yes"/>
- <point x="-888" y="1928"/>
- <point x="-967" y="2001"/>
- <point x="-1084" y="2001" type="curve" smooth="yes"/>
- <point x="-1199" y="2001"/>
- <point x="-1277" y="1928"/>
- </contour>
- <contour>
- <point x="-697" y="1836" type="curve" smooth="yes"/>
- <point x="-697" y="1742"/>
- <point x="-619" y="1671"/>
- <point x="-502" y="1671" type="curve" smooth="yes"/>
- <point x="-386" y="1671"/>
- <point x="-308" y="1742"/>
- <point x="-308" y="1836" type="curve" smooth="yes"/>
- <point x="-308" y="1928"/>
- <point x="-386" y="2001"/>
- <point x="-502" y="2001" type="curve" smooth="yes"/>
- <point x="-619" y="2001"/>
- <point x="-697" y="1928"/>
- </contour>
- <contour>
- <point x="-965" y="2380" type="line"/>
- <point x="-1345" y="2380" type="line"/>
- <point x="-1345" y="2361" type="line"/>
- <point x="-946" y="2038" type="line"/>
- <point x="-635" y="2038" type="line"/>
- <point x="-239" y="2358" type="line"/>
- <point x="-239" y="2380" type="line"/>
- <point x="-616" y="2380" type="line"/>
- <point x="-791" y="2230" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.lc.glif
index fea597ec0..fc2f4dad1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresiscaroncomb.lc.glif
@@ -1,62 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresiscaroncomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dieresiscaroncomb.lc" format="2">
+ <anchor x="-792.0" y="1774.0" name="_top"/>
+ <anchor x="-795.0" y="2709.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1774" type="move" name="_top"/>
+ <point x="-1346.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-1346.0" y="1774.0"/>
+ <point x="-1257.0" y="1694.0"/>
+ <point x="-1144.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-1031.0" y="1694.0"/>
+ <point x="-942.0" y="1774.0"/>
+ <point x="-942.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-942.0" y="1980.0"/>
+ <point x="-1031.0" y="2060.0"/>
+ <point x="-1144.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-1257.0" y="2060.0"/>
+ <point x="-1346.0" y="1980.0"/>
</contour>
<contour>
- <point x="-795" y="2709" type="move" name="mkmktop_acc"/>
+ <point x="-646.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-646.0" y="1774.0"/>
+ <point x="-557.0" y="1694.0"/>
+ <point x="-444.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-331.0" y="1694.0"/>
+ <point x="-242.0" y="1774.0"/>
+ <point x="-242.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-242.0" y="1980.0"/>
+ <point x="-331.0" y="2060.0"/>
+ <point x="-444.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-557.0" y="2060.0"/>
+ <point x="-646.0" y="1980.0"/>
</contour>
<contour>
- <point x="-1346" y="1877" type="curve" smooth="yes"/>
- <point x="-1346" y="1774"/>
- <point x="-1257" y="1694"/>
- <point x="-1144" y="1694" type="curve" smooth="yes"/>
- <point x="-1031" y="1694"/>
- <point x="-942" y="1774"/>
- <point x="-942" y="1877" type="curve" smooth="yes"/>
- <point x="-942" y="1980"/>
- <point x="-1031" y="2060"/>
- <point x="-1144" y="2060" type="curve" smooth="yes"/>
- <point x="-1257" y="2060"/>
- <point x="-1346" y="1980"/>
- </contour>
- <contour>
- <point x="-646" y="1877" type="curve" smooth="yes"/>
- <point x="-646" y="1774"/>
- <point x="-557" y="1694"/>
- <point x="-444" y="1694" type="curve" smooth="yes"/>
- <point x="-331" y="1694"/>
- <point x="-242" y="1774"/>
- <point x="-242" y="1877" type="curve" smooth="yes"/>
- <point x="-242" y="1980"/>
- <point x="-331" y="2060"/>
- <point x="-444" y="2060" type="curve" smooth="yes"/>
- <point x="-557" y="2060"/>
- <point x="-646" y="1980"/>
- </contour>
- <contour>
- <point x="-994" y="2553" type="line"/>
- <point x="-1374" y="2553" type="line"/>
- <point x="-1374" y="2541" type="line"/>
- <point x="-934" y="2149" type="line"/>
- <point x="-650" y="2149" type="line"/>
- <point x="-213" y="2538" type="line"/>
- <point x="-213" y="2553" type="line"/>
- <point x="-590" y="2553" type="line"/>
- <point x="-792" y="2369" type="line"/>
+ <point x="-994.0" y="2553.0" type="line"/>
+ <point x="-1374.0" y="2553.0" type="line"/>
+ <point x="-1374.0" y="2541.0" type="line"/>
+ <point x="-934.0" y="2149.0" type="line"/>
+ <point x="-650.0" y="2149.0" type="line"/>
+ <point x="-213.0" y="2538.0" type="line"/>
+ <point x="-213.0" y="2553.0" type="line"/>
+ <point x="-590.0" y="2553.0" type="line"/>
+ <point x="-792.0" y="2369.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.cn.glif
new file mode 100644
index 000000000..762336d89
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.cn.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dieresisgravecomb.cn" format="2">
+ <anchor x="-792.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-837.0" y="2276.0" type="line"/>
+ <point x="-1137.0" y="2276.0" type="line"/>
+ <point x="-891.0" y="2023.0" type="line"/>
+ <point x="-661.0" y="2023.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1277.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-1277.0" y="1742.0"/>
+ <point x="-1199.0" y="1671.0"/>
+ <point x="-1084.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="1671.0"/>
+ <point x="-888.0" y="1742.0"/>
+ <point x="-888.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="1928.0"/>
+ <point x="-967.0" y="2001.0"/>
+ <point x="-1084.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-1199.0" y="2001.0"/>
+ <point x="-1277.0" y="1928.0"/>
+ </contour>
+ <contour>
+ <point x="-697.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="1742.0"/>
+ <point x="-619.0" y="1671.0"/>
+ <point x="-502.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-386.0" y="1671.0"/>
+ <point x="-308.0" y="1742.0"/>
+ <point x="-308.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-308.0" y="1928.0"/>
+ <point x="-386.0" y="2001.0"/>
+ <point x="-502.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-619.0" y="2001.0"/>
+ <point x="-697.0" y="1928.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.glif b/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.glif
deleted file mode 100644
index 277005fc9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisgravecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-837" y="2276" type="line"/>
- <point x="-1137" y="2276" type="line"/>
- <point x="-891" y="2023" type="line"/>
- <point x="-661" y="2023" type="line"/>
- </contour>
- <contour>
- <point x="-1277" y="1836" type="curve" smooth="yes"/>
- <point x="-1277" y="1742"/>
- <point x="-1199" y="1671"/>
- <point x="-1084" y="1671" type="curve" smooth="yes"/>
- <point x="-967" y="1671"/>
- <point x="-888" y="1742"/>
- <point x="-888" y="1836" type="curve" smooth="yes"/>
- <point x="-888" y="1928"/>
- <point x="-967" y="2001"/>
- <point x="-1084" y="2001" type="curve" smooth="yes"/>
- <point x="-1199" y="2001"/>
- <point x="-1277" y="1928"/>
- </contour>
- <contour>
- <point x="-697" y="1836" type="curve" smooth="yes"/>
- <point x="-697" y="1742"/>
- <point x="-619" y="1671"/>
- <point x="-502" y="1671" type="curve" smooth="yes"/>
- <point x="-386" y="1671"/>
- <point x="-308" y="1742"/>
- <point x="-308" y="1836" type="curve" smooth="yes"/>
- <point x="-308" y="1928"/>
- <point x="-386" y="2001"/>
- <point x="-502" y="2001" type="curve" smooth="yes"/>
- <point x="-619" y="2001"/>
- <point x="-697" y="1928"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.lc.glif
index 92250299d..fe71298fe 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresisgravecomb.lc.glif
@@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisgravecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dieresisgravecomb.lc" format="2">
+ <anchor x="-792.0" y="1774.0" name="_top"/>
+ <anchor x="-792.0" y="2736.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1774" type="move" name="_top"/>
+ <point x="-1346.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-1346.0" y="1774.0"/>
+ <point x="-1257.0" y="1694.0"/>
+ <point x="-1144.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-1031.0" y="1694.0"/>
+ <point x="-942.0" y="1774.0"/>
+ <point x="-942.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-942.0" y="1980.0"/>
+ <point x="-1031.0" y="2060.0"/>
+ <point x="-1144.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-1257.0" y="2060.0"/>
+ <point x="-1346.0" y="1980.0"/>
</contour>
<contour>
- <point x="-792" y="2736" type="move" name="mkmktop_acc"/>
+ <point x="-646.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-646.0" y="1774.0"/>
+ <point x="-557.0" y="1694.0"/>
+ <point x="-444.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-331.0" y="1694.0"/>
+ <point x="-242.0" y="1774.0"/>
+ <point x="-242.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-242.0" y="1980.0"/>
+ <point x="-331.0" y="2060.0"/>
+ <point x="-444.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-557.0" y="2060.0"/>
+ <point x="-646.0" y="1980.0"/>
</contour>
<contour>
- <point x="-1346" y="1877" type="curve" smooth="yes"/>
- <point x="-1346" y="1774"/>
- <point x="-1257" y="1694"/>
- <point x="-1144" y="1694" type="curve" smooth="yes"/>
- <point x="-1031" y="1694"/>
- <point x="-942" y="1774"/>
- <point x="-942" y="1877" type="curve" smooth="yes"/>
- <point x="-942" y="1980"/>
- <point x="-1031" y="2060"/>
- <point x="-1144" y="2060" type="curve" smooth="yes"/>
- <point x="-1257" y="2060"/>
- <point x="-1346" y="1980"/>
- </contour>
- <contour>
- <point x="-646" y="1877" type="curve" smooth="yes"/>
- <point x="-646" y="1774"/>
- <point x="-557" y="1694"/>
- <point x="-444" y="1694" type="curve" smooth="yes"/>
- <point x="-331" y="1694"/>
- <point x="-242" y="1774"/>
- <point x="-242" y="1877" type="curve" smooth="yes"/>
- <point x="-242" y="1980"/>
- <point x="-331" y="2060"/>
- <point x="-444" y="2060" type="curve" smooth="yes"/>
- <point x="-557" y="2060"/>
- <point x="-646" y="1980"/>
- </contour>
- <contour>
- <point x="-853" y="2552" type="line"/>
- <point x="-1324" y="2552" type="line"/>
- <point x="-939" y="2120" type="line"/>
- <point x="-579" y="2120" type="line"/>
+ <point x="-853.0" y="2552.0" type="line"/>
+ <point x="-1324.0" y="2552.0" type="line"/>
+ <point x="-939.0" y="2120.0" type="line"/>
+ <point x="-579.0" y="2120.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.cn.glif
new file mode 100644
index 000000000..c025a8d98
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.cn.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dieresismacroncomb.cn" format="2">
+ <anchor x="-792.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-316.0" y="2365.0" type="line"/>
+ <point x="-1269.0" y="2365.0" type="line"/>
+ <point x="-1269.0" y="2127.0" type="line"/>
+ <point x="-316.0" y="2127.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1277.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-1277.0" y="1742.0"/>
+ <point x="-1199.0" y="1671.0"/>
+ <point x="-1084.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="1671.0"/>
+ <point x="-888.0" y="1742.0"/>
+ <point x="-888.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="1928.0"/>
+ <point x="-967.0" y="2001.0"/>
+ <point x="-1084.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-1199.0" y="2001.0"/>
+ <point x="-1277.0" y="1928.0"/>
+ </contour>
+ <contour>
+ <point x="-697.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="1742.0"/>
+ <point x="-619.0" y="1671.0"/>
+ <point x="-502.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-386.0" y="1671.0"/>
+ <point x="-308.0" y="1742.0"/>
+ <point x="-308.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-308.0" y="1928.0"/>
+ <point x="-386.0" y="2001.0"/>
+ <point x="-502.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-619.0" y="2001.0"/>
+ <point x="-697.0" y="1928.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.glif b/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.glif
deleted file mode 100644
index 543c7b378..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresismacroncomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-316" y="2365" type="line"/>
- <point x="-1269" y="2365" type="line"/>
- <point x="-1269" y="2127" type="line"/>
- <point x="-316" y="2127" type="line"/>
- </contour>
- <contour>
- <point x="-1277" y="1836" type="curve" smooth="yes"/>
- <point x="-1277" y="1742"/>
- <point x="-1199" y="1671"/>
- <point x="-1084" y="1671" type="curve" smooth="yes"/>
- <point x="-967" y="1671"/>
- <point x="-888" y="1742"/>
- <point x="-888" y="1836" type="curve" smooth="yes"/>
- <point x="-888" y="1928"/>
- <point x="-967" y="2001"/>
- <point x="-1084" y="2001" type="curve" smooth="yes"/>
- <point x="-1199" y="2001"/>
- <point x="-1277" y="1928"/>
- </contour>
- <contour>
- <point x="-697" y="1836" type="curve" smooth="yes"/>
- <point x="-697" y="1742"/>
- <point x="-619" y="1671"/>
- <point x="-502" y="1671" type="curve" smooth="yes"/>
- <point x="-386" y="1671"/>
- <point x="-308" y="1742"/>
- <point x="-308" y="1836" type="curve" smooth="yes"/>
- <point x="-308" y="1928"/>
- <point x="-386" y="2001"/>
- <point x="-502" y="2001" type="curve" smooth="yes"/>
- <point x="-619" y="2001"/>
- <point x="-697" y="1928"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.lc.glif
index 106125d31..22fb55ccc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresismacroncomb.lc.glif
@@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresismacroncomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dieresismacroncomb.lc" format="2">
+ <anchor x="-792.0" y="1774.0" name="_top"/>
+ <anchor x="-792.0" y="2646.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1774" type="move" name="_top"/>
+ <point x="-1346.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-1346.0" y="1774.0"/>
+ <point x="-1257.0" y="1694.0"/>
+ <point x="-1144.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-1031.0" y="1694.0"/>
+ <point x="-942.0" y="1774.0"/>
+ <point x="-942.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-942.0" y="1980.0"/>
+ <point x="-1031.0" y="2060.0"/>
+ <point x="-1144.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-1257.0" y="2060.0"/>
+ <point x="-1346.0" y="1980.0"/>
</contour>
<contour>
- <point x="-792" y="2646" type="move" name="mkmktop_acc"/>
+ <point x="-646.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-646.0" y="1774.0"/>
+ <point x="-557.0" y="1694.0"/>
+ <point x="-444.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-331.0" y="1694.0"/>
+ <point x="-242.0" y="1774.0"/>
+ <point x="-242.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-242.0" y="1980.0"/>
+ <point x="-331.0" y="2060.0"/>
+ <point x="-444.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-557.0" y="2060.0"/>
+ <point x="-646.0" y="1980.0"/>
</contour>
<contour>
- <point x="-1346" y="1877" type="curve" smooth="yes"/>
- <point x="-1346" y="1774"/>
- <point x="-1257" y="1694"/>
- <point x="-1144" y="1694" type="curve" smooth="yes"/>
- <point x="-1031" y="1694"/>
- <point x="-942" y="1774"/>
- <point x="-942" y="1877" type="curve" smooth="yes"/>
- <point x="-942" y="1980"/>
- <point x="-1031" y="2060"/>
- <point x="-1144" y="2060" type="curve" smooth="yes"/>
- <point x="-1257" y="2060"/>
- <point x="-1346" y="1980"/>
- </contour>
- <contour>
- <point x="-646" y="1877" type="curve" smooth="yes"/>
- <point x="-646" y="1774"/>
- <point x="-557" y="1694"/>
- <point x="-444" y="1694" type="curve" smooth="yes"/>
- <point x="-331" y="1694"/>
- <point x="-242" y="1774"/>
- <point x="-242" y="1877" type="curve" smooth="yes"/>
- <point x="-242" y="1980"/>
- <point x="-331" y="2060"/>
- <point x="-444" y="2060" type="curve" smooth="yes"/>
- <point x="-557" y="2060"/>
- <point x="-646" y="1980"/>
- </contour>
- <contour>
- <point x="-315" y="2437" type="line"/>
- <point x="-1268" y="2437" type="line"/>
- <point x="-1268" y="2199" type="line"/>
- <point x="-315" y="2199" type="line"/>
+ <point x="-315.0" y="2437.0" type="line"/>
+ <point x="-1268.0" y="2437.0" type="line"/>
+ <point x="-1268.0" y="2199.0" type="line"/>
+ <point x="-315.0" y="2199.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresisnosp.glif b/src/Inter-UI-Black.ufo/glyphs/dieresisnosp.glif
index 346b72023..d01562ffa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dieresisnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresisnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisnosp" format="1">
- <advance width="0"/>
+<glyph name="dieresisnosp" format="2">
<unicode hex="0308"/>
+ <anchor x="-868.0" y="1774.0" name="_marktop"/>
+ <anchor x="-868.0" y="2214.0" name="mkmktop"/>
+ <anchor x="-868.0" y="1877.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-868" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-868" y="2214" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-868" y="1877" type="move" name="parent_top"/>
- </contour>
- <component base="dieresis" xOffset="-1512"/>
+ <component base="dieresis" xOffset="-1512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dieresistonos.glif b/src/Inter-UI-Black.ufo/glyphs/dieresistonos.glif
index b03d21045..ded680262 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dieresistonos.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dieresistonos.glif
@@ -1,57 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresistonos" format="1">
- <advance width="1568"/>
+<glyph name="dieresistonos" format="2">
+ <advance width="1568.0"/>
<unicode hex="0385"/>
+ <anchor x="784.0" y="1776.0" name="_top"/>
<outline>
<contour>
- <point x="668" y="1960" type="line"/>
- <point x="876" y="1960" type="line"/>
- <point x="1112" y="2448" type="line"/>
- <point x="724" y="2448" type="line"/>
+ <point x="668.0" y="1960.0" type="line"/>
+ <point x="876.0" y="1960.0" type="line"/>
+ <point x="1112.0" y="2448.0" type="line"/>
+ <point x="724.0" y="2448.0" type="line"/>
</contour>
<contour>
- <point x="148" y="1876" type="curve" smooth="yes"/>
- <point x="148" y="1776"/>
- <point x="240" y="1696"/>
- <point x="352" y="1696" type="curve" smooth="yes"/>
- <point x="464" y="1696"/>
- <point x="556" y="1776"/>
- <point x="556" y="1876" type="curve" smooth="yes"/>
- <point x="556" y="1980"/>
- <point x="464" y="2060"/>
- <point x="352" y="2060" type="curve" smooth="yes"/>
- <point x="240" y="2060"/>
- <point x="148" y="1980"/>
+ <point x="148.0" y="1876.0" type="curve" smooth="yes"/>
+ <point x="148.0" y="1776.0"/>
+ <point x="240.0" y="1696.0"/>
+ <point x="352.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1696.0"/>
+ <point x="556.0" y="1776.0"/>
+ <point x="556.0" y="1876.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="1980.0"/>
+ <point x="464.0" y="2060.0"/>
+ <point x="352.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="2060.0"/>
+ <point x="148.0" y="1980.0"/>
</contour>
<contour>
- <point x="1016" y="1876" type="curve" smooth="yes"/>
- <point x="1016" y="1776"/>
- <point x="1104" y="1696"/>
- <point x="1220" y="1696" type="curve" smooth="yes"/>
- <point x="1332" y="1696"/>
- <point x="1420" y="1776"/>
- <point x="1420" y="1876" type="curve" smooth="yes"/>
- <point x="1420" y="1980"/>
- <point x="1332" y="2060"/>
- <point x="1220" y="2060" type="curve" smooth="yes"/>
- <point x="1104" y="2060"/>
- <point x="1016" y="1980"/>
- </contour>
- <contour>
- <point x="784" y="1776" type="move" name="_top"/>
+ <point x="1016.0" y="1876.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1776.0"/>
+ <point x="1104.0" y="1696.0"/>
+ <point x="1220.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="1332.0" y="1696.0"/>
+ <point x="1420.0" y="1776.0"/>
+ <point x="1420.0" y="1876.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="1980.0"/>
+ <point x="1332.0" y="2060.0"/>
+ <point x="1220.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="2060.0"/>
+ <point x="1016.0" y="1980.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1583, 'leftMargin': 140, 'rightMargin': 172}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/digamma.glif b/src/Inter-UI-Black.ufo/glyphs/digamma.glif
index 7cf8edff0..778196e2e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/digamma.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/digamma.glif
@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="digamma" format="1">
- <advance width="1568"/>
+<glyph name="digamma" format="2">
+ <advance width="1568.0"/>
<unicode hex="03DD"/>
<outline>
<contour>
- <point x="616" y="1488" type="line"/>
- <point x="172" y="1488" type="line"/>
- <point x="172" y="-572" type="line"/>
- <point x="616" y="-572" type="line"/>
+ <point x="616.0" y="1488.0" type="line"/>
+ <point x="172.0" y="1488.0" type="line"/>
+ <point x="172.0" y="-572.0" type="line"/>
+ <point x="616.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="1280" y="788" type="line"/>
- <point x="484" y="788" type="line"/>
- <point x="484" y="432" type="line"/>
- <point x="1280" y="432" type="line"/>
+ <point x="1280.0" y="788.0" type="line"/>
+ <point x="484.0" y="788.0" type="line"/>
+ <point x="484.0" y="432.0" type="line"/>
+ <point x="1280.0" y="432.0" type="line"/>
</contour>
<contour>
- <point x="1400" y="1488" type="line"/>
- <point x="484" y="1488" type="line"/>
- <point x="484" y="1132" type="line"/>
- <point x="1400" y="1132" type="line"/>
+ <point x="1400.0" y="1488.0" type="line"/>
+ <point x="484.0" y="1488.0" type="line"/>
+ <point x="484.0" y="1132.0" type="line"/>
+ <point x="1400.0" y="1132.0" type="line"/>
</contour>
<contour>
- <point x="1280" y="160" type="line"/>
- <point x="1280" y="788" type="line"/>
- <point x="924" y="788" type="line"/>
- <point x="924" y="160" type="line"/>
+ <point x="1280.0" y="160.0" type="line"/>
+ <point x="1280.0" y="788.0" type="line"/>
+ <point x="924.0" y="788.0" type="line"/>
+ <point x="924.0" y="160.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 140, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/divide.case.glif b/src/Inter-UI-Black.ufo/glyphs/divide.case.glif
index 22bd0497f..a62b7a797 100644
--- a/src/Inter-UI-Black.ufo/glyphs/divide.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/divide.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="divide.case" format="1">
- <advance width="1568"/>
+<glyph name="divide.case" format="2">
+ <advance width="1568.0"/>
<outline>
- <component base="divide" yOffset="128"/>
+ <component base="divide" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1605, 'leftMargin': 84, 'rightMargin': 92}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/divide.glif b/src/Inter-UI-Black.ufo/glyphs/divide.glif
index b5b77d4ac..60efe2966 100644
--- a/src/Inter-UI-Black.ufo/glyphs/divide.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/divide.glif
@@ -1,71 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="divide" format="1">
- <advance width="1568"/>
+<glyph name="divide" format="2">
+ <advance width="1568.0"/>
<unicode hex="00F7"/>
+ <guideline x="584.0" y="896.0" angle="0.0"/>
<outline>
<contour>
- <point x="1424" y="1072" type="line"/>
- <point x="144" y="1072" type="line"/>
- <point x="144" y="720" type="line"/>
- <point x="1424" y="720" type="line"/>
+ <point x="1424.0" y="1072.0" type="line"/>
+ <point x="144.0" y="1072.0" type="line"/>
+ <point x="144.0" y="720.0" type="line"/>
+ <point x="1424.0" y="720.0" type="line"/>
</contour>
<contour>
- <point x="536" y="1448" type="curve" smooth="yes"/>
- <point x="536" y="1316"/>
- <point x="636" y="1224"/>
- <point x="784" y="1224" type="curve" smooth="yes"/>
- <point x="932" y="1224"/>
- <point x="1032" y="1316"/>
- <point x="1032" y="1448" type="curve" smooth="yes"/>
- <point x="1032" y="1580"/>
- <point x="932" y="1676"/>
- <point x="784" y="1676" type="curve" smooth="yes"/>
- <point x="636" y="1676"/>
- <point x="536" y="1580"/>
+ <point x="536.0" y="1448.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="1316.0"/>
+ <point x="636.0" y="1224.0"/>
+ <point x="784.0" y="1224.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="1224.0"/>
+ <point x="1032.0" y="1316.0"/>
+ <point x="1032.0" y="1448.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1580.0"/>
+ <point x="932.0" y="1676.0"/>
+ <point x="784.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="1676.0"/>
+ <point x="536.0" y="1580.0"/>
</contour>
<contour>
- <point x="536" y="336" type="curve" smooth="yes"/>
- <point x="536" y="204"/>
- <point x="636" y="112"/>
- <point x="784" y="112" type="curve" smooth="yes"/>
- <point x="932" y="112"/>
- <point x="1032" y="204"/>
- <point x="1032" y="336" type="curve" smooth="yes"/>
- <point x="1032" y="468"/>
- <point x="932" y="564"/>
- <point x="784" y="564" type="curve" smooth="yes"/>
- <point x="636" y="564"/>
- <point x="536" y="468"/>
+ <point x="536.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="204.0"/>
+ <point x="636.0" y="112.0"/>
+ <point x="784.0" y="112.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="112.0"/>
+ <point x="1032.0" y="204.0"/>
+ <point x="1032.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="468.0"/>
+ <point x="932.0" y="564.0"/>
+ <point x="784.0" y="564.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="564.0"/>
+ <point x="536.0" y="468.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>584</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1492, 'leftMargin': 78, 'rightMargin': 87}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/djecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/djecyrillic.glif
index fcc91064f..e90643835 100644
--- a/src/Inter-UI-Black.ufo/glyphs/djecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/djecyrillic.glif
@@ -1,33 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="djecyrillic" format="1">
- <advance width="1568"/>
+<glyph name="djecyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0452"/>
<outline>
<contour>
- <point x="1132" y="656" type="line"/>
- <point x="1132" y="-20" type="line" smooth="yes"/>
- <point x="1132" y="-168"/>
- <point x="1076" y="-244"/>
- <point x="972" y="-244" type="curve" smooth="yes"/>
- <point x="912" y="-244"/>
- <point x="880" y="-240"/>
- <point x="832" y="-228" type="curve"/>
- <point x="816" y="-580" type="line"/>
- <point x="892" y="-596"/>
- <point x="952" y="-600"/>
- <point x="1028" y="-600" type="curve" smooth="yes"/>
- <point x="1368" y="-600"/>
- <point x="1576" y="-396"/>
- <point x="1576" y="-20" type="curve" smooth="yes"/>
- <point x="1576" y="656" type="line"/>
+ <point x="1132.0" y="656.0" type="line"/>
+ <point x="1132.0" y="-20.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="-168.0"/>
+ <point x="1076.0" y="-244.0"/>
+ <point x="972.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="-244.0"/>
+ <point x="880.0" y="-240.0"/>
+ <point x="832.0" y="-228.0" type="curve"/>
+ <point x="816.0" y="-580.0" type="line"/>
+ <point x="892.0" y="-596.0"/>
+ <point x="952.0" y="-600.0"/>
+ <point x="1028.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1368.0" y="-600.0"/>
+ <point x="1576.0" y="-396.0"/>
+ <point x="1576.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1576.0" y="656.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="712.0" y="816.0" type="line" smooth="yes"/>
+ <point x="712.0" y="1028.0"/>
+ <point x="772.0" y="1192.0"/>
+ <point x="944.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="1192.0"/>
+ <point x="1116.0" y="1100.0"/>
+ <point x="1116.0" y="964.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="0.0" type="line"/>
+ <point x="1576.0" y="0.0" type="line"/>
+ <point x="1576.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1576.0" y="1368.0"/>
+ <point x="1384.0" y="1556.0"/>
+ <point x="1108.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="1556.0"/>
+ <point x="800.0" y="1488.0"/>
+ <point x="712.0" y="1372.0" type="curve"/>
+ <point x="696.0" y="1372.0" type="line"/>
+ <point x="696.0" y="2048.0" type="line"/>
+ <point x="252.0" y="2048.0" type="line"/>
+ <point x="252.0" y="0.0" type="line"/>
+ <point x="712.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="984.0" y="1892.0" type="line"/>
+ <point x="-8.0" y="1892.0" type="line"/>
+ <point x="-8.0" y="1628.0" type="line"/>
+ <point x="984.0" y="1628.0" type="line"/>
</contour>
- <component base="h" xOffset="108"/>
- <component base="crossbar" xOffset="-168" yOffset="732"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': -134, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dlinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/dlinebelow.glif
new file mode 100644
index 000000000..fa0e313e4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dlinebelow" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E0F"/>
+ <anchor x="757.0" y="-474.0" name="bottom"/>
+ <anchor x="1672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="748.0" y="2200.0" name="parent_top"/>
+ <anchor x="748.0" y="2200.0" name="top"/>
+ <anchor x="1672.0" y="2200.0" name="top0315"/>
+ <anchor x="1672.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="macronsubnosp" xOffset="1548.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif b/src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif
index 5c6d3085a..60eeb66b6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dngb_ballotx.glif
@@ -1,19 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dngb_ballotx" format="1">
- <advance width="1864"/>
+<glyph name="dngb_ballotx" format="2">
+ <advance width="1864.0"/>
<unicode hex="2717"/>
<outline>
<contour>
- <point x="476" y="120" type="line"/>
- <point x="1644" y="1308" type="line"/>
- <point x="1388" y="1560" type="line"/>
- <point x="220" y="372" type="line"/>
+ <point x="476.0" y="120.0" type="line"/>
+ <point x="1644.0" y="1308.0" type="line"/>
+ <point x="1388.0" y="1560.0" type="line"/>
+ <point x="220.0" y="372.0" type="line"/>
</contour>
<contour>
- <point x="1388" y="120" type="line"/>
- <point x="1644" y="372" type="line"/>
- <point x="476" y="1560" type="line"/>
- <point x="220" y="1308" type="line"/>
+ <point x="1388.0" y="120.0" type="line"/>
+ <point x="1644.0" y="372.0" type="line"/>
+ <point x="476.0" y="1560.0" type="line"/>
+ <point x="220.0" y="1308.0" type="line"/>
</contour>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dngb_check.glif b/src/Inter-UI-Black.ufo/glyphs/dngb_check.glif
index 60fa05a58..3f9211443 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dngb_check.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dngb_check.glif
@@ -1,15 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dngb_check" format="1">
- <advance width="2620"/>
+<glyph name="dngb_check" format="2">
+ <advance width="2620.0"/>
<unicode hex="2713"/>
<outline>
<contour>
- <point x="2400" y="1500" type="line"/>
- <point x="2132" y="1764" type="line"/>
- <point x="1008" y="648" type="line"/>
- <point x="484" y="1168" type="line"/>
- <point x="220" y="900" type="line"/>
- <point x="1008" y="116" type="line"/>
+ <point x="2400.0" y="1500.0" type="line"/>
+ <point x="2132.0" y="1764.0" type="line"/>
+ <point x="1008.0" y="648.0" type="line"/>
+ <point x="484.0" y="1168.0" type="line"/>
+ <point x="220.0" y="900.0" type="line"/>
+ <point x="1008.0" y="116.0" type="line"/>
</contour>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dollar.glif b/src/Inter-UI-Black.ufo/glyphs/dollar.glif
index 3a3ef1f5d..4436f17bc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dollar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dollar.glif
@@ -1,57 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dollar" format="1">
- <advance width="1824"/>
+<glyph name="dollar" format="2">
+ <advance width="1824.0"/>
<unicode hex="0024"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="816" y="-256" type="line"/>
- <point x="1000" y="-256" type="line"/>
- <point x="1032" y="2304" type="line"/>
- <point x="848" y="2304" type="line"/>
+ <point x="816.0" y="-256.0" type="line"/>
+ <point x="1000.0" y="-256.0" type="line"/>
+ <point x="1032.0" y="2304.0" type="line"/>
+ <point x="848.0" y="2304.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1208.0" y="1440.0" type="curve"/>
+ <point x="1648.0" y="1440.0" type="line"/>
+ <point x="1648.0" y="1828.0"/>
+ <point x="1344.0" y="2076.0"/>
+ <point x="904.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="2076.0"/>
+ <point x="144.0" y="1844.0"/>
+ <point x="144.0" y="1500.0" type="curve"/>
+ <point x="144.0" y="1196.0"/>
+ <point x="396.0" y="1000.0"/>
+ <point x="736.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="884.0" type="line" smooth="yes"/>
+ <point x="1092.0" y="784.0"/>
+ <point x="1200.0" y="696.0"/>
+ <point x="1200.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="464.0"/>
+ <point x="1108.0" y="356.0"/>
+ <point x="892.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="356.0"/>
+ <point x="540.0" y="464.0"/>
+ <point x="532.0" y="664.0" type="curve"/>
+ <point x="84.0" y="664.0" type="line"/>
+ <point x="84.0" y="180.0"/>
+ <point x="484.0" y="-28.0"/>
+ <point x="892.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="-28.0"/>
+ <point x="1648.0" y="188.0"/>
+ <point x="1648.0" y="576.0" type="curve"/>
+ <point x="1648.0" y="908.0"/>
+ <point x="1420.0" y="1076.0"/>
+ <point x="1036.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="1236.0" type="line" smooth="yes"/>
+ <point x="760.0" y="1316.0"/>
+ <point x="596.0" y="1368.0"/>
+ <point x="596.0" y="1496.0" type="curve"/>
+ <point x="596.0" y="1612.0"/>
+ <point x="724.0" y="1688.0"/>
+ <point x="904.0" y="1688.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="1688.0"/>
+ <point x="1200.0" y="1592.0"/>
</contour>
- <component base="S"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 118, 'rightMargin': 119}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.13</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dong.glif b/src/Inter-UI-Black.ufo/glyphs/dong.glif
new file mode 100644
index 000000000..f72b36361
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dong.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dong" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="20AB"/>
+ <anchor x="756.0" y="0.0" name="bottom"/>
+ <anchor x="1702.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="748.0" y="2200.0" name="parent_top"/>
+ <anchor x="748.0" y="2200.0" name="top"/>
+ <anchor x="1702.0" y="2200.0" name="top0315"/>
+ <anchor x="1702.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="crossbar" xOffset="580.0" yOffset="776.0"/>
+ <component base="underscore" xOffset="124.0" yOffset="-184.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/dotaccent.glif
index 4465c181f..6bea61f7b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dotaccent.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dotaccent.glif
@@ -1,43 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotaccent" format="1">
- <advance width="800"/>
+<glyph name="dotaccent" format="2">
+ <advance width="800.0"/>
<unicode hex="02D9"/>
+ <anchor x="184.0" y="1908.0" name="_dot"/>
+ <anchor x="400.0" y="1744.0" name="_top"/>
+ <anchor x="400.0" y="2264.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="400" y="1664" type="curve" smooth="yes"/>
- <point x="536" y="1664"/>
- <point x="644" y="1764"/>
- <point x="644" y="1880" type="curve" smooth="yes"/>
- <point x="644" y="1996"/>
- <point x="536" y="2096"/>
- <point x="400" y="2096" type="curve" smooth="yes"/>
- <point x="264" y="2096"/>
- <point x="152" y="1996"/>
- <point x="152" y="1880" type="curve" smooth="yes"/>
- <point x="152" y="1764"/>
- <point x="264" y="1664"/>
- </contour>
- <contour>
- <point x="400" y="1744" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="184" y="1908" type="move" name="_dot"/>
- </contour>
- <contour>
- <point x="400" y="2264" type="move" name="mkmktop_acc"/>
+ <point x="400.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="1664.0"/>
+ <point x="644.0" y="1764.0"/>
+ <point x="644.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="1996.0"/>
+ <point x="536.0" y="2096.0"/>
+ <point x="400.0" y="2096.0" type="curve" smooth="yes"/>
+ <point x="264.0" y="2096.0"/>
+ <point x="152.0" y="1996.0"/>
+ <point x="152.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="1764.0"/>
+ <point x="264.0" y="1664.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 766, 'leftMargin': 153, 'rightMargin': 173}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/dotbelow.glif
index 461501b8c..b6400ef88 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dotbelow.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dotbelow.glif
@@ -1,71 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotbelow" format="1">
- <advance width="0"/>
+<glyph name="dotbelow" format="2">
<unicode hex="0323"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="-824.0" y="0.0" name="_bottom"/>
+ <anchor x="-824.0" y="0.0" name="_bottomu"/>
+ <anchor x="-824.0" y="0.0" name="_markbottom"/>
+ <anchor x="-825.0" y="-523.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-824" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-824" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-825" y="-523" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-824" y="0" type="move" name="_bottomu"/>
- </contour>
- <contour>
- <point x="-1068" y="-316" type="curve" smooth="yes"/>
- <point x="-1068" y="-432"/>
- <point x="-968" y="-520"/>
- <point x="-824" y="-520" type="curve" smooth="yes"/>
- <point x="-676" y="-520"/>
- <point x="-576" y="-432"/>
- <point x="-576" y="-316" type="curve" smooth="yes"/>
- <point x="-576" y="-200"/>
- <point x="-676" y="-112"/>
- <point x="-824" y="-112" type="curve" smooth="yes"/>
- <point x="-968" y="-112"/>
- <point x="-1068" y="-200"/>
+ <point x="-1068.0" y="-316.0" type="curve" smooth="yes"/>
+ <point x="-1068.0" y="-432.0"/>
+ <point x="-968.0" y="-520.0"/>
+ <point x="-824.0" y="-520.0" type="curve" smooth="yes"/>
+ <point x="-676.0" y="-520.0"/>
+ <point x="-576.0" y="-432.0"/>
+ <point x="-576.0" y="-316.0" type="curve" smooth="yes"/>
+ <point x="-576.0" y="-200.0"/>
+ <point x="-676.0" y="-112.0"/>
+ <point x="-824.0" y="-112.0" type="curve" smooth="yes"/>
+ <point x="-968.0" y="-112.0"/>
+ <point x="-1068.0" y="-200.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotdblsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/dotdblsubnosp.glif
index 495c0e91d..0ffaf0f89 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dotdblsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dotdblsubnosp.glif
@@ -1,55 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotdblsubnosp" format="1">
- <advance width="0"/>
+<glyph name="dotdblsubnosp" format="2">
<unicode hex="0324"/>
+ <anchor x="-866.0" y="0.0" name="_bottom"/>
+ <anchor x="-866.0" y="0.0" name="_markbottom"/>
+ <anchor x="-866.0" y="-499.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-866" y="0" type="move" name="_bottom"/>
+ <point x="-1423.0" y="-316.0" type="curve" smooth="yes"/>
+ <point x="-1423.0" y="-419.0"/>
+ <point x="-1334.0" y="-499.0"/>
+ <point x="-1221.0" y="-499.0" type="curve" smooth="yes"/>
+ <point x="-1108.0" y="-499.0"/>
+ <point x="-1019.0" y="-419.0"/>
+ <point x="-1019.0" y="-316.0" type="curve" smooth="yes"/>
+ <point x="-1019.0" y="-213.0"/>
+ <point x="-1108.0" y="-133.0"/>
+ <point x="-1221.0" y="-133.0" type="curve" smooth="yes"/>
+ <point x="-1334.0" y="-133.0"/>
+ <point x="-1423.0" y="-213.0"/>
</contour>
<contour>
- <point x="-866" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-866" y="-499" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1423" y="-316" type="curve" smooth="yes"/>
- <point x="-1423" y="-419"/>
- <point x="-1334" y="-499"/>
- <point x="-1221" y="-499" type="curve" smooth="yes"/>
- <point x="-1108" y="-499"/>
- <point x="-1019" y="-419"/>
- <point x="-1019" y="-316" type="curve" smooth="yes"/>
- <point x="-1019" y="-213"/>
- <point x="-1108" y="-133"/>
- <point x="-1221" y="-133" type="curve" smooth="yes"/>
- <point x="-1334" y="-133"/>
- <point x="-1423" y="-213"/>
- </contour>
- <contour>
- <point x="-723" y="-316" type="curve" smooth="yes"/>
- <point x="-723" y="-419"/>
- <point x="-634" y="-499"/>
- <point x="-521" y="-499" type="curve" smooth="yes"/>
- <point x="-408" y="-499"/>
- <point x="-319" y="-419"/>
- <point x="-319" y="-316" type="curve" smooth="yes"/>
- <point x="-319" y="-213"/>
- <point x="-408" y="-133"/>
- <point x="-521" y="-133" type="curve" smooth="yes"/>
- <point x="-634" y="-133"/>
- <point x="-723" y="-213"/>
+ <point x="-723.0" y="-316.0" type="curve" smooth="yes"/>
+ <point x="-723.0" y="-419.0"/>
+ <point x="-634.0" y="-499.0"/>
+ <point x="-521.0" y="-499.0" type="curve" smooth="yes"/>
+ <point x="-408.0" y="-499.0"/>
+ <point x="-319.0" y="-419.0"/>
+ <point x="-319.0" y="-316.0" type="curve" smooth="yes"/>
+ <point x="-319.0" y="-213.0"/>
+ <point x="-408.0" y="-133.0"/>
+ <point x="-521.0" y="-133.0" type="curve" smooth="yes"/>
+ <point x="-634.0" y="-133.0"/>
+ <point x="-723.0" y="-213.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotlessi.glif b/src/Inter-UI-Black.ufo/glyphs/dotlessi.glif
index 485c064d1..d07c1d002 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dotlessi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dotlessi.glif
@@ -1,48 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotlessi" format="1">
- <advance width="780"/>
+<glyph name="dotlessi" format="2">
+ <advance width="780.0"/>
<unicode hex="0131"/>
+ <guideline x="376.0" y="1504.0" angle="90.0"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="468.0" y="900.0" name="rhotichook"/>
+ <anchor x="392.0" y="1744.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="620" y="1536" type="line"/>
- <point x="160" y="1536" type="line"/>
- <point x="160" y="0" type="line"/>
- <point x="620" y="0" type="line"/>
- </contour>
- <contour>
- <point x="392" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="392" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="468" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="776" y="1744" type="move" name="top0315"/>
+ <point x="620.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1536.0" type="line"/>
+ <point x="160.0" y="0.0" type="line"/>
+ <point x="620.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>376</integer>
- <key>y</key>
- <integer>1504</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 793, 'leftMargin': 175, 'rightMargin': 174}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotlessj.glif b/src/Inter-UI-Black.ufo/glyphs/dotlessj.glif
index 00399b930..077bbe175 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dotlessj.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dotlessj.glif
@@ -1,60 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotlessj" format="1">
- <advance width="948"/>
+<glyph name="dotlessj" format="2">
+ <advance width="948.0"/>
<unicode hex="0237"/>
+ <guideline x="544.0" y="1416.0" angle="90.0"/>
+ <anchor x="784.0" y="0.0" name="_right"/>
+ <anchor x="560.0" y="1744.0" name="top"/>
+ <anchor x="964.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="332" y="1536" type="line"/>
- <point x="332" y="-40" type="line"/>
- <point x="332" y="-140"/>
- <point x="296" y="-220"/>
- <point x="116" y="-220" type="curve"/>
- <point x="20" y="-220" type="line"/>
- <point x="20" y="-580" type="line"/>
- <point x="188" y="-580" type="line"/>
- <point x="532" y="-580"/>
- <point x="792" y="-420"/>
- <point x="792" y="-48" type="curve"/>
- <point x="792" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="560" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="784" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="964" y="1744" type="move" name="top0315"/>
+ <point x="332.0" y="1536.0" type="line"/>
+ <point x="332.0" y="-40.0" type="line"/>
+ <point x="332.0" y="-140.0"/>
+ <point x="296.0" y="-220.0"/>
+ <point x="116.0" y="-220.0" type="curve"/>
+ <point x="20.0" y="-220.0" type="line"/>
+ <point x="20.0" y="-580.0" type="line"/>
+ <point x="188.0" y="-580.0" type="line"/>
+ <point x="532.0" y="-580.0"/>
+ <point x="792.0" y="-420.0"/>
+ <point x="792.0" y="-48.0" type="curve"/>
+ <point x="792.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>544</integer>
- <key>y</key>
- <integer>1416</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 752, 'leftMargin': -151, 'rightMargin': 125}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.cn.glif
new file mode 100644
index 000000000..aa4022146
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.cn.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dotmacroncomb.cn" format="2">
+ <anchor x="-792.0" y="1726.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-987.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-987.0" y="1742.0"/>
+ <point x="-909.0" y="1671.0"/>
+ <point x="-792.0" y="1671.0" type="curve" smooth="yes"/>
+ <point x="-677.0" y="1671.0"/>
+ <point x="-598.0" y="1742.0"/>
+ <point x="-598.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-598.0" y="1928.0"/>
+ <point x="-677.0" y="2001.0"/>
+ <point x="-792.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-909.0" y="2001.0"/>
+ <point x="-987.0" y="1928.0"/>
+ </contour>
+ <contour>
+ <point x="-316.0" y="2351.0" type="line"/>
+ <point x="-1269.0" y="2351.0" type="line"/>
+ <point x="-1269.0" y="2113.0" type="line"/>
+ <point x="-316.0" y="2113.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.glif b/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.glif
deleted file mode 100644
index 80096c846..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotmacroncomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1726" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-987" y="1836" type="curve" smooth="yes"/>
- <point x="-987" y="1742"/>
- <point x="-909" y="1671"/>
- <point x="-792" y="1671" type="curve" smooth="yes"/>
- <point x="-677" y="1671"/>
- <point x="-598" y="1742"/>
- <point x="-598" y="1836" type="curve" smooth="yes"/>
- <point x="-598" y="1928"/>
- <point x="-677" y="2001"/>
- <point x="-792" y="2001" type="curve" smooth="yes"/>
- <point x="-909" y="2001"/>
- <point x="-987" y="1928"/>
- </contour>
- <contour>
- <point x="-316" y="2351" type="line"/>
- <point x="-1269" y="2351" type="line"/>
- <point x="-1269" y="2113" type="line"/>
- <point x="-316" y="2113" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.lc.glif
index 4165c2c42..964015899 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dotmacroncomb.lc.glif
@@ -1,43 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotmacroncomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dotmacroncomb.lc" format="2">
+ <anchor x="-792.0" y="1742.0" name="_top"/>
+ <anchor x="-792.0" y="2694.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1742" type="move" name="_top"/>
+ <point x="-1013.0" y="1895.0" type="curve" smooth="yes"/>
+ <point x="-1013.0" y="1778.0"/>
+ <point x="-925.0" y="1694.0"/>
+ <point x="-793.0" y="1694.0" type="curve" smooth="yes"/>
+ <point x="-661.0" y="1694.0"/>
+ <point x="-573.0" y="1778.0"/>
+ <point x="-573.0" y="1895.0" type="curve" smooth="yes"/>
+ <point x="-573.0" y="2013.0"/>
+ <point x="-661.0" y="2097.0"/>
+ <point x="-793.0" y="2097.0" type="curve" smooth="yes"/>
+ <point x="-925.0" y="2097.0"/>
+ <point x="-1013.0" y="2013.0"/>
</contour>
<contour>
- <point x="-792" y="2694" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-1013" y="1895" type="curve" smooth="yes"/>
- <point x="-1013" y="1778"/>
- <point x="-925" y="1694"/>
- <point x="-793" y="1694" type="curve" smooth="yes"/>
- <point x="-661" y="1694"/>
- <point x="-573" y="1778"/>
- <point x="-573" y="1895" type="curve" smooth="yes"/>
- <point x="-573" y="2013"/>
- <point x="-661" y="2097"/>
- <point x="-793" y="2097" type="curve" smooth="yes"/>
- <point x="-925" y="2097"/>
- <point x="-1013" y="2013"/>
- </contour>
- <contour>
- <point x="-315" y="2485" type="line"/>
- <point x="-1268" y="2485" type="line"/>
- <point x="-1268" y="2247" type="line"/>
- <point x="-315" y="2247" type="line"/>
+ <point x="-315.0" y="2485.0" type="line"/>
+ <point x="-1268.0" y="2485.0" type="line"/>
+ <point x="-1268.0" y="2247.0" type="line"/>
+ <point x="-315.0" y="2247.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dotnosp.glif b/src/Inter-UI-Black.ufo/glyphs/dotnosp.glif
index dadcb20e7..0a3d0f027 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dotnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dotnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotnosp" format="1">
- <advance width="0"/>
+<glyph name="dotnosp" format="2">
<unicode hex="0307"/>
+ <anchor x="-792.0" y="1774.0" name="_marktop"/>
+ <anchor x="-792.0" y="2255.0" name="mkmktop"/>
+ <anchor x="-792.0" y="1871.0" name="parent_top"/>
<outline>
- <component base="dotaccent" xOffset="-1192"/>
- <contour>
- <point x="-792" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="2255" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-792" y="1871" type="move" name="parent_top"/>
- </contour>
+ <component base="dotaccent" xOffset="-1192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/downtackmod.glif b/src/Inter-UI-Black.ufo/glyphs/downtackmod.glif
index 5fdb6143d..91dd19603 100644
--- a/src/Inter-UI-Black.ufo/glyphs/downtackmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/downtackmod.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="downtackmod" format="1">
- <advance width="1056"/>
+<glyph name="downtackmod" format="2">
+ <advance width="1056.0"/>
<unicode hex="02D5"/>
<outline>
<contour>
- <point x="668" y="204" type="line"/>
- <point x="388" y="204" type="line"/>
- <point x="388" y="808" type="line"/>
- <point x="668" y="808" type="line"/>
+ <point x="668.0" y="204.0" type="line"/>
+ <point x="388.0" y="204.0" type="line"/>
+ <point x="388.0" y="808.0" type="line"/>
+ <point x="668.0" y="808.0" type="line"/>
</contour>
<contour>
- <point x="184" y="544" type="line"/>
- <point x="184" y="808" type="line"/>
- <point x="872" y="808" type="line"/>
- <point x="872" y="544" type="line"/>
+ <point x="184.0" y="544.0" type="line"/>
+ <point x="184.0" y="808.0" type="line"/>
+ <point x="872.0" y="808.0" type="line"/>
+ <point x="872.0" y="544.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 906, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/drthook.glif b/src/Inter-UI-Black.ufo/glyphs/drthook.glif
index 9be03f04d..a37fcf406 100644
--- a/src/Inter-UI-Black.ufo/glyphs/drthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/drthook.glif
@@ -1,41 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="drthook" format="1">
- <advance width="1860"/>
+<glyph name="drthook" format="2">
+ <advance width="1860.0"/>
<unicode hex="0256"/>
+ <anchor x="812.0" y="-616.0" name="bottom"/>
+ <anchor x="676.0" y="2340.0" name="top"/>
+ <anchor x="1804.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="1508" y="184" type="line"/>
- <point x="1048" y="184" type="line"/>
- <point x="1048" y="-80" type="line" smooth="yes"/>
- <point x="1048" y="-516"/>
- <point x="1348" y="-576"/>
- <point x="1588" y="-576" type="curve" smooth="yes"/>
- <point x="1688" y="-576"/>
- <point x="1764" y="-568"/>
- <point x="1820" y="-560" type="curve"/>
- <point x="1820" y="-212" type="line"/>
- <point x="1788" y="-216"/>
- <point x="1752" y="-220"/>
- <point x="1712" y="-220" type="curve" smooth="yes"/>
- <point x="1608" y="-220"/>
- <point x="1508" y="-192"/>
- <point x="1508" y="-80" type="curve" smooth="yes"/>
+ <point x="1508.0" y="184.0" type="line"/>
+ <point x="1048.0" y="184.0" type="line"/>
+ <point x="1048.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="1048.0" y="-516.0"/>
+ <point x="1348.0" y="-576.0"/>
+ <point x="1588.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="-576.0"/>
+ <point x="1764.0" y="-568.0"/>
+ <point x="1820.0" y="-560.0" type="curve"/>
+ <point x="1820.0" y="-212.0" type="line"/>
+ <point x="1788.0" y="-216.0"/>
+ <point x="1752.0" y="-220.0"/>
+ <point x="1712.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1608.0" y="-220.0"/>
+ <point x="1508.0" y="-192.0"/>
+ <point x="1508.0" y="-80.0" type="curve" smooth="yes"/>
</contour>
- <component base="d"/>
<contour>
- <point x="676" y="2340" type="move" name="top"/>
+ <point x="1232.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="244.0"/>
+ <point x="364.0" y="-24.0"/>
+ <point x="688.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="-24.0"/>
+ <point x="980.0" y="40.0"/>
+ <point x="1032.0" y="156.0" type="curve"/>
+ <point x="1232.0" y="156.0" type="line"/>
</contour>
<contour>
- <point x="812" y="-616" type="move" name="bottom"/>
+ <point x="528.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1036.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="536.0"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="824.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="340.0"/>
+ <point x="528.0" y="500.0"/>
</contour>
<contour>
- <point x="1804" y="2340" type="move" name="top0315"/>
+ <point x="1508.0" y="0.0" type="line"/>
+ <point x="1508.0" y="2048.0" type="line"/>
+ <point x="1048.0" y="2048.0" type="line"/>
+ <point x="1048.0" y="1256.0" type="line"/>
+ <point x="1204.0" y="732.0" type="line"/>
+ <point x="1052.0" y="308.0" type="line"/>
+ <point x="1052.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1789, 'leftMargin': 78, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dtopbar.glif b/src/Inter-UI-Black.ufo/glyphs/dtopbar.glif
index 2dfc2a9d4..f13ee8178 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dtopbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dtopbar.glif
@@ -1,23 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dtopbar" format="1">
- <advance width="1568"/>
+<glyph name="dtopbar" format="2">
+ <advance width="1568.0"/>
<unicode hex="018C"/>
<outline>
<contour>
- <point x="1236" y="2048" type="line" name="hr00"/>
- <point x="300" y="2048" type="line"/>
- <point x="300" y="1668" type="line"/>
- <point x="1236" y="1668" type="line"/>
+ <point x="1236.0" y="2048.0" type="line"/>
+ <point x="300.0" y="2048.0" type="line"/>
+ <point x="300.0" y="1668.0" type="line"/>
+ <point x="1236.0" y="1668.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1516.0" y="0.0" type="line"/>
+ <point x="1516.0" y="2048.0" type="line"/>
+ <point x="1056.0" y="2048.0" type="line"/>
+ <point x="1056.0" y="1256.0" type="line"/>
+ <point x="1212.0" y="732.0" type="line"/>
+ <point x="1060.0" y="308.0" type="line"/>
+ <point x="1060.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1240.0" y="1372.0" type="line"/>
+ <point x="1040.0" y="1372.0" type="line"/>
+ <point x="988.0" y="1488.0"/>
+ <point x="856.0" y="1556.0"/>
+ <point x="696.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="1556.0"/>
+ <point x="104.0" y="1304.0"/>
+ <point x="104.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="244.0"/>
+ <point x="372.0" y="-24.0"/>
+ <point x="696.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="-24.0"/>
+ <point x="988.0" y="40.0"/>
+ <point x="1040.0" y="156.0" type="curve"/>
+ <point x="1240.0" y="156.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="536.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="1036.0"/>
+ <point x="636.0" y="1192.0"/>
+ <point x="832.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1192.0"/>
+ <point x="1108.0" y="1004.0"/>
+ <point x="1108.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="536.0"/>
+ <point x="1048.0" y="340.0"/>
+ <point x="832.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="340.0"/>
+ <point x="536.0" y="500.0"/>
</contour>
- <component base="d" xOffset="8"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 78, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dyogh.glif b/src/Inter-UI-Black.ufo/glyphs/dyogh.glif
index dab517f68..3e152af1c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dyogh.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dyogh.glif
@@ -1,84 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dyogh" format="1">
- <advance width="2720"/>
+<glyph name="dyogh" format="2">
+ <advance width="2720.0"/>
<unicode hex="02A4"/>
+ <anchor x="1812.0" y="-616.0" name="bottom"/>
+ <anchor x="1812.0" y="2200.0" name="top"/>
+ <anchor x="2636.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1508" y="0" type="line"/>
- <point x="1508" y="1180" type="line"/>
- <point x="2088" y="1180" type="line"/>
- <point x="1636" y="632" type="line"/>
- <point x="1636" y="364" type="line"/>
- <point x="1816" y="364" type="line" smooth="yes"/>
- <point x="2052" y="364"/>
- <point x="2180" y="260"/>
- <point x="2180" y="40" type="curve" smooth="yes"/>
- <point x="2180" y="-136"/>
- <point x="2068" y="-244"/>
- <point x="1864" y="-244" type="curve" smooth="yes"/>
- <point x="1660" y="-244"/>
- <point x="1568" y="-176"/>
- <point x="1516" y="-84" type="curve"/>
- <point x="1072" y="-84" type="line"/>
- <point x="1172" y="-504"/>
- <point x="1524" y="-600"/>
- <point x="1876" y="-600" type="curve" smooth="yes"/>
- <point x="2312" y="-600"/>
- <point x="2624" y="-384"/>
- <point x="2624" y="8" type="curve" smooth="yes"/>
- <point x="2624" y="352"/>
- <point x="2432" y="572"/>
- <point x="2096" y="632" type="curve"/>
- <point x="2592" y="1240" type="line"/>
- <point x="2592" y="1536" type="line"/>
- <point x="1508" y="1536" type="line"/>
- <point x="1508" y="2048" type="line"/>
- <point x="1048" y="2048" type="line"/>
- <point x="1048" y="1372" type="line"/>
- <point x="1032" y="1372" type="line"/>
- <point x="980" y="1488"/>
- <point x="848" y="1556"/>
- <point x="688" y="1556" type="curve" smooth="yes"/>
- <point x="380" y="1556"/>
- <point x="96" y="1304"/>
- <point x="96" y="768" type="curve" smooth="yes"/>
- <point x="96" y="244"/>
- <point x="364" y="-24"/>
- <point x="688" y="-24" type="curve" smooth="yes"/>
- <point x="848" y="-24"/>
- <point x="980" y="40"/>
- <point x="1032" y="156" type="curve"/>
- <point x="1052" y="156" type="line"/>
- <point x="1052" y="0" type="line"/>
+ <point x="1508.0" y="0.0" type="line"/>
+ <point x="1508.0" y="1180.0" type="line"/>
+ <point x="2088.0" y="1180.0" type="line"/>
+ <point x="1636.0" y="632.0" type="line"/>
+ <point x="1636.0" y="364.0" type="line"/>
+ <point x="1816.0" y="364.0" type="line" smooth="yes"/>
+ <point x="2052.0" y="364.0"/>
+ <point x="2180.0" y="260.0"/>
+ <point x="2180.0" y="40.0" type="curve" smooth="yes"/>
+ <point x="2180.0" y="-136.0"/>
+ <point x="2068.0" y="-244.0"/>
+ <point x="1864.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="-244.0"/>
+ <point x="1568.0" y="-176.0"/>
+ <point x="1516.0" y="-84.0" type="curve"/>
+ <point x="1072.0" y="-84.0" type="line"/>
+ <point x="1172.0" y="-504.0"/>
+ <point x="1524.0" y="-600.0"/>
+ <point x="1876.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="2312.0" y="-600.0"/>
+ <point x="2624.0" y="-384.0"/>
+ <point x="2624.0" y="8.0" type="curve" smooth="yes"/>
+ <point x="2624.0" y="352.0"/>
+ <point x="2432.0" y="572.0"/>
+ <point x="2096.0" y="632.0" type="curve"/>
+ <point x="2592.0" y="1240.0" type="line"/>
+ <point x="2592.0" y="1536.0" type="line"/>
+ <point x="1508.0" y="1536.0" type="line"/>
+ <point x="1508.0" y="2048.0" type="line"/>
+ <point x="1048.0" y="2048.0" type="line"/>
+ <point x="1048.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="244.0"/>
+ <point x="364.0" y="-24.0"/>
+ <point x="688.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="-24.0"/>
+ <point x="980.0" y="40.0"/>
+ <point x="1032.0" y="156.0" type="curve"/>
+ <point x="1052.0" y="156.0" type="line"/>
+ <point x="1052.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="528" y="768" type="curve" smooth="yes"/>
- <point x="528" y="1036"/>
- <point x="628" y="1192"/>
- <point x="824" y="1192" type="curve" smooth="yes"/>
- <point x="1036" y="1192"/>
- <point x="1100" y="1004"/>
- <point x="1100" y="768" type="curve" smooth="yes"/>
- <point x="1100" y="536"/>
- <point x="1040" y="340"/>
- <point x="824" y="340" type="curve" smooth="yes"/>
- <point x="628" y="340"/>
- <point x="528" y="500"/>
- </contour>
- <contour>
- <point x="1812.0" y="2200.0" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1812.0" y="-616.0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2636.0" y="2200.0" type="move" name="top0315"/>
+ <point x="528.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1036.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="536.0"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="824.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="340.0"/>
+ <point x="528.0" y="500.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2617, 'leftMargin': 84, 'rightMargin': 62}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dz.glif b/src/Inter-UI-Black.ufo/glyphs/dz.glif
index cc26b85be..9920ea247 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dz.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dz.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dz" format="1">
- <advance width="2972"/>
+<glyph name="dz" format="2">
+ <advance width="2972.0"/>
<unicode hex="02A3"/>
+ <anchor x="2100.0" y="0.0" name="bottom"/>
+ <anchor x="2100.0" y="2200.0" name="top"/>
+ <anchor x="2812.0" y="2200.0" name="top0315"/>
<outline>
<component base="d"/>
- <component base="z" xOffset="1428"/>
- <contour>
- <point x="2100" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2100" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2812" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="z" xOffset="1428.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2795, 'leftMargin': 78, 'rightMargin': 96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dzcaron.glif b/src/Inter-UI-Black.ufo/glyphs/dzcaron.glif
index 7e63dba7b..577f9cd11 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dzcaron.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dzcaron.glif
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dzcaron" format="1">
- <advance width="2972"/>
+<glyph name="dzcaron" format="2">
+ <advance width="2972.0"/>
<unicode hex="01C6"/>
<outline>
<component base="dz"/>
- <component base="caron" xOffset="1456"/>
+ <component base="caron" xOffset="1456.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2907, 'leftMargin': 78, 'rightMargin': 96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dzcurl.glif b/src/Inter-UI-Black.ufo/glyphs/dzcurl.glif
index 3a03919d2..d815d7115 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dzcurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dzcurl.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dzcurl" format="1">
- <advance width="3408"/>
+<glyph name="dzcurl" format="2">
+ <advance width="3408.0"/>
<unicode hex="02A5"/>
+ <anchor x="2040.0" y="-616.0" name="bottom"/>
+ <anchor x="2040.0" y="2200.0" name="top"/>
+ <anchor x="3216.0" y="2200.0" name="top0315"/>
<outline>
<component base="d"/>
- <component base="zcurl" xOffset="1428"/>
- <contour>
- <point x="2040" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2040" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="3216" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="zcurl" xOffset="1428.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3200, 'leftMargin': 84, 'rightMargin': 42}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dzeabkhasiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/dzeabkhasiancyrillic.glif
index 6652c78cd..cb8aa120c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dzeabkhasiancyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dzeabkhasiancyrillic.glif
@@ -1,74 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dzeabkhasiancyrillic" format="1">
- <advance width="1824"/>
+<glyph name="dzeabkhasiancyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="04E1"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="260" y="1488" type="line"/>
- <point x="260" y="1132" type="line"/>
- <point x="1104" y="1132" type="line"/>
- <point x="652" y="688" type="line"/>
- <point x="652" y="516" type="line"/>
- <point x="972" y="516" type="line"/>
- <point x="1612" y="1192" type="line"/>
- <point x="1612" y="1488" type="line"/>
+ <point x="260.0" y="1488.0" type="line"/>
+ <point x="260.0" y="1132.0" type="line"/>
+ <point x="1104.0" y="1132.0" type="line"/>
+ <point x="652.0" y="688.0" type="line"/>
+ <point x="652.0" y="516.0" type="line"/>
+ <point x="972.0" y="516.0" type="line"/>
+ <point x="1612.0" y="1192.0" type="line"/>
+ <point x="1612.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="652" y="680" type="line"/>
- <point x="652" y="420" type="line"/>
- <point x="832" y="420" type="line" smooth="yes"/>
- <point x="1072" y="420"/>
- <point x="1200" y="320"/>
- <point x="1200" y="56" type="curve" smooth="yes"/>
- <point x="1200" y="-80"/>
- <point x="1088" y="-188"/>
- <point x="896" y="-188" type="curve" smooth="yes"/>
- <point x="728" y="-188"/>
- <point x="624" y="-88"/>
- <point x="624" y="40" type="curve"/>
- <point x="180" y="40" type="line"/>
- <point x="180" y="-368"/>
- <point x="544" y="-544"/>
- <point x="896" y="-544" type="curve" smooth="yes"/>
- <point x="1328" y="-544"/>
- <point x="1644" y="-328"/>
- <point x="1644" y="44" type="curve" smooth="yes"/>
- <point x="1644" y="472"/>
- <point x="1372" y="712"/>
- <point x="908" y="712" type="curve"/>
+ <point x="652.0" y="680.0" type="line"/>
+ <point x="652.0" y="420.0" type="line"/>
+ <point x="832.0" y="420.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="420.0"/>
+ <point x="1200.0" y="320.0"/>
+ <point x="1200.0" y="56.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="-80.0"/>
+ <point x="1088.0" y="-188.0"/>
+ <point x="896.0" y="-188.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="-188.0"/>
+ <point x="624.0" y="-88.0"/>
+ <point x="624.0" y="40.0" type="curve"/>
+ <point x="180.0" y="40.0" type="line"/>
+ <point x="180.0" y="-368.0"/>
+ <point x="544.0" y="-544.0"/>
+ <point x="896.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="-544.0"/>
+ <point x="1644.0" y="-328.0"/>
+ <point x="1644.0" y="44.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="472.0"/>
+ <point x="1372.0" y="712.0"/>
+ <point x="908.0" y="712.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 103, 'rightMargin': 62}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dzecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/dzecyrillic.glif
new file mode 100644
index 000000000..a485183d8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/dzecyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dzecyrillic" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0455"/>
+ <anchor x="788.0" y="-12.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/dzhecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/dzhecyrillic.glif
index 059c3ecb5..aa37e99b2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/dzhecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/dzhecyrillic.glif
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dzhecyrillic" format="1">
- <advance width="1568"/>
+<glyph name="dzhecyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="045F"/>
<outline>
<contour>
- <point x="564" y="360" type="line"/>
- <point x="564" y="-496" type="line"/>
- <point x="1004" y="-496" type="line"/>
- <point x="1004" y="360" type="line"/>
+ <point x="564.0" y="360.0" type="line"/>
+ <point x="564.0" y="-496.0" type="line"/>
+ <point x="1004.0" y="-496.0" type="line"/>
+ <point x="1004.0" y="360.0" type="line"/>
</contour>
<contour>
- <point x="124" y="1488" type="line"/>
- <point x="124" y="0" type="line"/>
- <point x="1448" y="0" type="line"/>
- <point x="1448" y="1488" type="line"/>
- <point x="1004" y="1488" type="line"/>
- <point x="1004" y="360" type="line"/>
- <point x="564" y="360" type="line"/>
- <point x="564" y="1488" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
+ <point x="1448.0" y="1488.0" type="line"/>
+ <point x="1004.0" y="1488.0" type="line"/>
+ <point x="1004.0" y="360.0" type="line"/>
+ <point x="564.0" y="360.0" type="line"/>
+ <point x="564.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 132, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/e.glif b/src/Inter-UI-Black.ufo/glyphs/e.glif
index 2221fc292..30cdc7b86 100644
--- a/src/Inter-UI-Black.ufo/glyphs/e.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/e.glif
@@ -1,156 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="e" format="1">
- <advance width="1636"/>
+<glyph name="e" format="2">
+ <advance width="1636.0"/>
<unicode hex="0065"/>
+ <guideline x="1054.625"/>
+ <guideline x="196.0" y="724.0" angle="0.0"/>
+ <guideline x="788.0" y="1004.0" angle="90.0"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1204.0" y="48.0" name="ogonek"/>
+ <anchor x="1272.0" y="900.0" name="rhotichook"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="852" y="-28" type="curve"/>
- <point x="1292" y="-28"/>
- <point x="1480" y="232"/>
- <point x="1528" y="432" type="curve"/>
- <point x="1124" y="540" type="line"/>
- <point x="1092" y="448"/>
- <point x="1032" y="340"/>
- <point x="848" y="340" type="curve" smooth="yes"/>
- <point x="620" y="340"/>
- <point x="528" y="504"/>
- <point x="528" y="744" type="curve"/>
- <point x="528" y="1020"/>
- <point x="632" y="1192"/>
- <point x="836" y="1192" type="curve" smooth="yes"/>
- <point x="1016" y="1192"/>
- <point x="1112" y="1080"/>
- <point x="1112" y="936" type="curve"/>
- <point x="268" y="936" type="line"/>
- <point x="268" y="640" type="line"/>
- <point x="1540" y="640" type="line"/>
- <point x="1540" y="832" type="line" smooth="yes"/>
- <point x="1540" y="1288"/>
- <point x="1264" y="1556"/>
- <point x="840" y="1556" type="curve" smooth="yes"/>
- <point x="360" y="1556"/>
- <point x="96" y="1212"/>
- <point x="96" y="744" type="curve"/>
- <point x="96" y="260"/>
- <point x="384" y="-28"/>
- </contour>
- <contour>
- <point x="804" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="812" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1204" y="48" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1536" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1536" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1272" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1536" y="1776" type="move" name="top0315"/>
+ <point x="852.0" y="-28.0" type="curve"/>
+ <point x="1292.0" y="-28.0"/>
+ <point x="1480.0" y="232.0"/>
+ <point x="1528.0" y="432.0" type="curve"/>
+ <point x="1124.0" y="540.0" type="line"/>
+ <point x="1092.0" y="448.0"/>
+ <point x="1032.0" y="340.0"/>
+ <point x="848.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="340.0"/>
+ <point x="528.0" y="504.0"/>
+ <point x="528.0" y="744.0" type="curve"/>
+ <point x="528.0" y="1020.0"/>
+ <point x="632.0" y="1192.0"/>
+ <point x="836.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1192.0"/>
+ <point x="1112.0" y="1080.0"/>
+ <point x="1112.0" y="936.0" type="curve"/>
+ <point x="268.0" y="936.0" type="line"/>
+ <point x="268.0" y="640.0" type="line"/>
+ <point x="1540.0" y="640.0" type="line"/>
+ <point x="1540.0" y="832.0" type="line" smooth="yes"/>
+ <point x="1540.0" y="1288.0"/>
+ <point x="1264.0" y="1556.0"/>
+ <point x="840.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1556.0"/>
+ <point x="96.0" y="1212.0"/>
+ <point x="96.0" y="744.0" type="curve"/>
+ <point x="96.0" y="260.0"/>
+ <point x="384.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1054.625</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>196</integer>
- <key>y</key>
- <integer>724</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>788</integer>
- <key>y</key>
- <integer>1004</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>c</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>16</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>e</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1636</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1530, 'leftMargin': 89, 'rightMargin': 61}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eacute.glif b/src/Inter-UI-Black.ufo/glyphs/eacute.glif
new file mode 100644
index 000000000..aee9afa94
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/eacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="eacute" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="00E9"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2296.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="acute" xOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ebreve.glif b/src/Inter-UI-Black.ufo/glyphs/ebreve.glif
new file mode 100644
index 000000000..0b1468553
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ebreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ebreve" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0115"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2248.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="breve" xOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecaron.glif b/src/Inter-UI-Black.ufo/glyphs/ecaron.glif
new file mode 100644
index 000000000..db0fd784d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecaron" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="011B"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2268.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="caron" xOffset="16.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecedillabreve.glif b/src/Inter-UI-Black.ufo/glyphs/ecedillabreve.glif
new file mode 100644
index 000000000..532790818
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecedillabreve.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecedillabreve" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E1D"/>
+ <anchor x="812.0" y="-648.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2248.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="cedilla" xOffset="360.0"/>
+ <component base="breve" xOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/ecircumflex.glif
new file mode 100644
index 000000000..5d171f9b7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflex" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="00EA"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2240.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflex" xOffset="20.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecircumflexacute.glif b/src/Inter-UI-Black.ufo/glyphs/ecircumflexacute.glif
new file mode 100644
index 000000000..dc57c192e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecircumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexacute" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EBF"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflexacutecomb.cn" xOffset="248.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecircumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ecircumflexbelow.glif
new file mode 100644
index 000000000..199338b19
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E19"/>
+ <anchor x="812.0" y="-520.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflexsubnosp" xOffset="1604.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecircumflexdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ecircumflexdotbelow.glif
new file mode 100644
index 000000000..683593077
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecircumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexdotbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EC7"/>
+ <anchor x="811.0" y="-523.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2240.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflex" xOffset="20.0" yOffset="-16.0"/>
+ <component base="dotbelow" xOffset="1636.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecircumflexgrave.glif b/src/Inter-UI-Black.ufo/glyphs/ecircumflexgrave.glif
new file mode 100644
index 000000000..c97eaa3e7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecircumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexgrave" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EC1"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflexgravecomb.cn" xOffset="-212.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecircumflexhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/ecircumflexhookabove.glif
new file mode 100644
index 000000000..b7c956c15
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecircumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexhookabove" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EC3"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflexhookcomb.cn" xOffset="152.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecircumflextilde.glif b/src/Inter-UI-Black.ufo/glyphs/ecircumflextilde.glif
new file mode 100644
index 000000000..eeaf849e5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ecircumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflextilde" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EC5"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflextildecomb.cn" xOffset="20.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ecyrillic.glif
index 9d0a648b6..4e7918bd2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ecyrillic.glif
@@ -1,26 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ecyrillic" format="1">
- <advance width="1588"/>
+<glyph name="ecyrillic" format="2">
+ <advance width="1588.0"/>
<unicode hex="0454"/>
+ <anchor x="792.0" y="1776.0" name="top"/>
+ <anchor x="1468.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="920" y="896" type="line"/>
- <point x="432" y="896" type="line"/>
- <point x="432" y="640" type="line"/>
- <point x="920" y="640" type="line"/>
+ <point x="920.0" y="896.0" type="line"/>
+ <point x="432.0" y="896.0" type="line"/>
+ <point x="432.0" y="640.0" type="line"/>
+ <point x="920.0" y="640.0" type="line"/>
</contour>
- <component base="c"/>
<contour>
- <point x="792" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1468" y="1776" type="move" name="top0315"/>
+ <point x="1500.0" y="1032.0" type="line"/>
+ <point x="1436.0" y="1352.0"/>
+ <point x="1180.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="-28.0"/>
+ <point x="1424.0" y="168.0"/>
+ <point x="1496.0" y="472.0" type="curve"/>
+ <point x="1072.0" y="548.0" type="line"/>
+ <point x="1036.0" y="424.0"/>
+ <point x="960.0" y="340.0"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1192.0"/>
+ <point x="1044.0" y="1100.0"/>
+ <point x="1080.0" y="952.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 100, 'rightMargin': 25}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/edblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/edblgrave.glif
new file mode 100644
index 000000000..31de9dd76
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/edblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="edblgrave" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0205"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2257.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="dblgravecmb" xOffset="1452.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/edieresis.glif b/src/Inter-UI-Black.ufo/glyphs/edieresis.glif
index bafdefb8b..13b249158 100644
--- a/src/Inter-UI-Black.ufo/glyphs/edieresis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/edieresis.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="edieresis" format="1">
- <advance width="1636"/>
+<glyph name="edieresis" format="2">
+ <advance width="1636.0"/>
<unicode hex="00EB"/>
<outline>
- <component base="dieresis" xOffset="164"/>
+ <component base="dieresis" xOffset="164.0"/>
<component base="e"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/edotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/edotaccent.glif
new file mode 100644
index 000000000..88c1a41ce
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/edotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="edotaccent" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0117"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2296.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="dotaccent" xOffset="404.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/edotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/edotbelow.glif
new file mode 100644
index 000000000..e85820d23
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/edotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="edotbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EB9"/>
+ <anchor x="811.0" y="-523.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="dotbelow" xOffset="1636.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/efcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/efcyrillic.glif
index 3b0397cea..5897f13a8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/efcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/efcyrillic.glif
@@ -1,89 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="efcyrillic" format="1">
- <advance width="2336"/>
+<glyph name="efcyrillic" format="2">
+ <advance width="2336.0"/>
<unicode hex="0444"/>
+ <anchor x="1168.0" y="2392.0" name="top"/>
+ <anchor x="2200.0" y="2392.0" name="top0315"/>
<outline>
<contour>
- <point x="2120" y="740" type="line"/>
- <point x="2120" y="1196"/>
- <point x="1928" y="1516"/>
- <point x="1568" y="1516" type="curve" smooth="yes"/>
- <point x="1224" y="1516"/>
- <point x="1088" y="1168"/>
- <point x="1032" y="736" type="curve"/>
- <point x="1032" y="700" type="line"/>
- <point x="1088" y="296"/>
- <point x="1224" y="-28"/>
- <point x="1568" y="-28" type="curve" smooth="yes"/>
- <point x="1928" y="-28"/>
- <point x="2120" y="280"/>
- <point x="2120" y="712" type="curve" smooth="yes"/>
+ <point x="2120.0" y="740.0" type="line"/>
+ <point x="2120.0" y="1196.0"/>
+ <point x="1928.0" y="1516.0"/>
+ <point x="1568.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="1516.0"/>
+ <point x="1088.0" y="1168.0"/>
+ <point x="1032.0" y="736.0" type="curve"/>
+ <point x="1032.0" y="700.0" type="line"/>
+ <point x="1088.0" y="296.0"/>
+ <point x="1224.0" y="-28.0"/>
+ <point x="1568.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1928.0" y="-28.0"/>
+ <point x="2120.0" y="280.0"/>
+ <point x="2120.0" y="712.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1676" y="712" type="line"/>
- <point x="1676" y="492"/>
- <point x="1624" y="332"/>
- <point x="1456" y="332" type="curve" smooth="yes"/>
- <point x="1252" y="332"/>
- <point x="1168" y="452"/>
- <point x="1168" y="660" type="curve" smooth="yes"/>
- <point x="1168" y="772" type="line" smooth="yes"/>
- <point x="1168" y="1016"/>
- <point x="1252" y="1160"/>
- <point x="1456" y="1160" type="curve" smooth="yes"/>
- <point x="1616" y="1160"/>
- <point x="1676" y="972"/>
- <point x="1676" y="740" type="curve" smooth="yes"/>
+ <point x="1676.0" y="712.0" type="line"/>
+ <point x="1676.0" y="492.0"/>
+ <point x="1624.0" y="332.0"/>
+ <point x="1456.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="332.0"/>
+ <point x="1168.0" y="452.0"/>
+ <point x="1168.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="772.0" type="line" smooth="yes"/>
+ <point x="1168.0" y="1016.0"/>
+ <point x="1252.0" y="1160.0"/>
+ <point x="1456.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1616.0" y="1160.0"/>
+ <point x="1676.0" y="972.0"/>
+ <point x="1676.0" y="740.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="216" y="712" type="line"/>
- <point x="216" y="280"/>
- <point x="412" y="-28"/>
- <point x="768" y="-28" type="curve" smooth="yes"/>
- <point x="1112" y="-28"/>
- <point x="1248" y="300"/>
- <point x="1304" y="700" type="curve"/>
- <point x="1304" y="736" type="line"/>
- <point x="1248" y="1168"/>
- <point x="1112" y="1516"/>
- <point x="768" y="1516" type="curve" smooth="yes"/>
- <point x="412" y="1516"/>
- <point x="216" y="1196"/>
- <point x="216" y="740" type="curve" smooth="yes"/>
+ <point x="216.0" y="712.0" type="line"/>
+ <point x="216.0" y="280.0"/>
+ <point x="412.0" y="-28.0"/>
+ <point x="768.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="-28.0"/>
+ <point x="1248.0" y="300.0"/>
+ <point x="1304.0" y="700.0" type="curve"/>
+ <point x="1304.0" y="736.0" type="line"/>
+ <point x="1248.0" y="1168.0"/>
+ <point x="1112.0" y="1516.0"/>
+ <point x="768.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1516.0"/>
+ <point x="216.0" y="1196.0"/>
+ <point x="216.0" y="740.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="660" y="740" type="line"/>
- <point x="660" y="972"/>
- <point x="720" y="1160"/>
- <point x="880" y="1160" type="curve" smooth="yes"/>
- <point x="1084" y="1160"/>
- <point x="1168" y="1016"/>
- <point x="1168" y="772" type="curve" smooth="yes"/>
- <point x="1168" y="664" type="line" smooth="yes"/>
- <point x="1168" y="452"/>
- <point x="1084" y="332"/>
- <point x="880" y="332" type="curve" smooth="yes"/>
- <point x="712" y="332"/>
- <point x="660" y="492"/>
- <point x="660" y="712" type="curve" smooth="yes"/>
+ <point x="660.0" y="740.0" type="line"/>
+ <point x="660.0" y="972.0"/>
+ <point x="720.0" y="1160.0"/>
+ <point x="880.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="1160.0"/>
+ <point x="1168.0" y="1016.0"/>
+ <point x="1168.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1168.0" y="452.0"/>
+ <point x="1084.0" y="332.0"/>
+ <point x="880.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="712.0" y="332.0"/>
+ <point x="660.0" y="492.0"/>
+ <point x="660.0" y="712.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="948" y="-572" type="line"/>
- <point x="1388" y="-572" type="line"/>
- <point x="1388" y="2112" type="line"/>
- <point x="948" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="1168" y="2392" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2200" y="2392" type="move" name="top0315"/>
+ <point x="948.0" y="-572.0" type="line"/>
+ <point x="1388.0" y="-572.0" type="line"/>
+ <point x="1388.0" y="2112.0" type="line"/>
+ <point x="948.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2064, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/egrave.glif b/src/Inter-UI-Black.ufo/glyphs/egrave.glif
new file mode 100644
index 000000000..bdaa42ab6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/egrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="egrave" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="00E8"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2296.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="grave" xOffset="116.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ehookabove.glif b/src/Inter-UI-Black.ufo/glyphs/ehookabove.glif
new file mode 100644
index 000000000..04cd071e9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ehookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ehookabove" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EBB"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2395.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="hook" xOffset="1651.0" yOffset="-10.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.frac.glif b/src/Inter-UI-Black.ufo/glyphs/eight.frac.glif
index 6ffef6800..2b68337ef 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eight.frac.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eight.frac.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eight.frac" format="1">
- <advance width="1312"/>
+<glyph name="eight.frac" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="eight.sup" xOffset="116" yOffset="912"/>
+ <component base="eight.sup" xOffset="116.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 95, 'rightMargin': 95}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.glif b/src/Inter-UI-Black.ufo/glyphs/eight.glif
index d44bb1e3f..a8844ac85 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eight.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eight.glif
@@ -1,103 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eight" format="1">
- <advance width="1672"/>
+<glyph name="eight" format="2">
+ <advance width="1672.0"/>
<unicode hex="0038"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1528" y="564" type="curve" smooth="yes"/>
- <point x="1528" y="920"/>
- <point x="1236" y="1136"/>
- <point x="836" y="1136" type="curve" smooth="yes"/>
- <point x="444" y="1136"/>
- <point x="144" y="920"/>
- <point x="144" y="564" type="curve" smooth="yes"/>
- <point x="144" y="172"/>
- <point x="444" y="-28"/>
- <point x="840" y="-28" type="curve" smooth="yes"/>
- <point x="1236" y="-28"/>
- <point x="1528" y="172"/>
+ <point x="1528.0" y="564.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="920.0"/>
+ <point x="1236.0" y="1136.0"/>
+ <point x="836.0" y="1136.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="1136.0"/>
+ <point x="144.0" y="920.0"/>
+ <point x="144.0" y="564.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="172.0"/>
+ <point x="444.0" y="-28.0"/>
+ <point x="840.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="-28.0"/>
+ <point x="1528.0" y="172.0"/>
</contour>
<contour>
- <point x="1084" y="600" type="curve" smooth="yes"/>
- <point x="1084" y="436"/>
- <point x="988" y="340"/>
- <point x="840" y="340" type="curve" smooth="yes"/>
- <point x="692" y="340"/>
- <point x="588" y="436"/>
- <point x="588" y="600" type="curve" smooth="yes"/>
- <point x="588" y="768"/>
- <point x="692" y="868"/>
- <point x="836" y="868" type="curve" smooth="yes"/>
- <point x="984" y="868"/>
- <point x="1084" y="768"/>
+ <point x="1084.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="436.0"/>
+ <point x="988.0" y="340.0"/>
+ <point x="840.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="340.0"/>
+ <point x="588.0" y="436.0"/>
+ <point x="588.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="768.0"/>
+ <point x="692.0" y="868.0"/>
+ <point x="836.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="868.0"/>
+ <point x="1084.0" y="768.0"/>
</contour>
<contour>
- <point x="1488" y="1500" type="curve" smooth="yes"/>
- <point x="1488" y="1876"/>
- <point x="1220" y="2076"/>
- <point x="836" y="2076" type="curve" smooth="yes"/>
- <point x="460" y="2076"/>
- <point x="188" y="1876"/>
- <point x="188" y="1500" type="curve" smooth="yes"/>
- <point x="188" y="1180"/>
- <point x="460" y="964"/>
- <point x="840" y="964" type="curve" smooth="yes"/>
- <point x="1220" y="964"/>
- <point x="1488" y="1180"/>
+ <point x="1488.0" y="1500.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="1876.0"/>
+ <point x="1220.0" y="2076.0"/>
+ <point x="836.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="2076.0"/>
+ <point x="188.0" y="1876.0"/>
+ <point x="188.0" y="1500.0" type="curve" smooth="yes"/>
+ <point x="188.0" y="1180.0"/>
+ <point x="460.0" y="964.0"/>
+ <point x="840.0" y="964.0" type="curve" smooth="yes"/>
+ <point x="1220.0" y="964.0"/>
+ <point x="1488.0" y="1180.0"/>
</contour>
<contour>
- <point x="1044" y="1476" type="curve" smooth="yes"/>
- <point x="1044" y="1328"/>
- <point x="976" y="1232"/>
- <point x="840" y="1232" type="curve" smooth="yes"/>
- <point x="704" y="1232"/>
- <point x="632" y="1328"/>
- <point x="632" y="1476" type="curve" smooth="yes"/>
- <point x="632" y="1624"/>
- <point x="704" y="1708"/>
- <point x="836" y="1708" type="curve" smooth="yes"/>
- <point x="972" y="1708"/>
- <point x="1044" y="1620"/>
+ <point x="1044.0" y="1476.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1328.0"/>
+ <point x="976.0" y="1232.0"/>
+ <point x="840.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="1232.0"/>
+ <point x="632.0" y="1328.0"/>
+ <point x="632.0" y="1476.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="1624.0"/>
+ <point x="704.0" y="1708.0"/>
+ <point x="836.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1708.0"/>
+ <point x="1044.0" y="1620.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 121, 'rightMargin': 123}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.sup.glif b/src/Inter-UI-Black.ufo/glyphs/eight.sup.glif
index e90143458..c64f6bb70 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eight.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eight.sup.glif
@@ -1,75 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eight.sup" format="1">
- <advance width="1312"/>
+<glyph name="eight.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="1088" y="300" type="curve" smooth="yes"/>
- <point x="1088" y="500"/>
- <point x="904" y="608"/>
- <point x="656" y="608" type="curve" smooth="yes"/>
- <point x="412" y="608"/>
- <point x="224" y="500"/>
- <point x="224" y="300" type="curve" smooth="yes"/>
- <point x="224" y="88"/>
- <point x="412" y="-16"/>
- <point x="660" y="-16" type="curve" smooth="yes"/>
- <point x="908" y="-16"/>
- <point x="1088" y="88"/>
+ <point x="1088.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="500.0"/>
+ <point x="904.0" y="608.0"/>
+ <point x="656.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="608.0"/>
+ <point x="224.0" y="500.0"/>
+ <point x="224.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="88.0"/>
+ <point x="412.0" y="-16.0"/>
+ <point x="660.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="-16.0"/>
+ <point x="1088.0" y="88.0"/>
</contour>
<contour>
- <point x="788" y="332" type="curve" smooth="yes"/>
- <point x="788" y="268"/>
- <point x="736" y="228"/>
- <point x="660" y="228" type="curve" smooth="yes"/>
- <point x="580" y="228"/>
- <point x="528" y="268"/>
- <point x="528" y="332" type="curve" smooth="yes"/>
- <point x="528" y="404"/>
- <point x="580" y="432"/>
- <point x="656" y="432" type="curve" smooth="yes"/>
- <point x="736" y="432"/>
- <point x="788" y="404"/>
+ <point x="788.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="268.0"/>
+ <point x="736.0" y="228.0"/>
+ <point x="660.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="228.0"/>
+ <point x="528.0" y="268.0"/>
+ <point x="528.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="404.0"/>
+ <point x="580.0" y="432.0"/>
+ <point x="656.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="432.0"/>
+ <point x="788.0" y="404.0"/>
</contour>
<contour>
- <point x="1064" y="792" type="curve" smooth="yes"/>
- <point x="1064" y="996"/>
- <point x="896" y="1100"/>
- <point x="656" y="1100" type="curve" smooth="yes"/>
- <point x="424" y="1100"/>
- <point x="252" y="996"/>
- <point x="252" y="792" type="curve" smooth="yes"/>
- <point x="252" y="612"/>
- <point x="424" y="504"/>
- <point x="660" y="504" type="curve" smooth="yes"/>
- <point x="896" y="504"/>
- <point x="1064" y="612"/>
+ <point x="1064.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="1064.0" y="996.0"/>
+ <point x="896.0" y="1100.0"/>
+ <point x="656.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="1100.0"/>
+ <point x="252.0" y="996.0"/>
+ <point x="252.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="252.0" y="612.0"/>
+ <point x="424.0" y="504.0"/>
+ <point x="660.0" y="504.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="504.0"/>
+ <point x="1064.0" y="612.0"/>
</contour>
<contour>
- <point x="764" y="772" type="curve" smooth="yes"/>
- <point x="764" y="716"/>
- <point x="732" y="676"/>
- <point x="660" y="676" type="curve" smooth="yes"/>
- <point x="588" y="676"/>
- <point x="552" y="716"/>
- <point x="552" y="772" type="curve" smooth="yes"/>
- <point x="552" y="828"/>
- <point x="588" y="860"/>
- <point x="656" y="860" type="curve" smooth="yes"/>
- <point x="732" y="860"/>
- <point x="764" y="828"/>
+ <point x="764.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="716.0"/>
+ <point x="732.0" y="676.0"/>
+ <point x="660.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="676.0"/>
+ <point x="552.0" y="716.0"/>
+ <point x="552.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="828.0"/>
+ <point x="588.0" y="860.0"/>
+ <point x="656.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="860.0"/>
+ <point x="764.0" y="828.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 95, 'rightMargin': 95}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/eight.tnum.glif
index 5fa04b42c..d46c6316e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eight.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eight.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eight.tnum" format="1">
- <advance width="1824"/>
+<glyph name="eight.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="eight" xOffset="76"/>
+ <component base="eight" xOffset="76.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eightroman.glif b/src/Inter-UI-Black.ufo/glyphs/eightroman.glif
index 675f00ff2..05be8e87b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eightroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eightroman.glif
@@ -1,24 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eightroman" format="1">
- <advance width="3872"/>
+<glyph name="eightroman" format="2">
+ <advance width="3872.0"/>
<unicode hex="2177"/>
<outline>
- <component base="v" xOffset="92"/>
- <component base="i" xOffset="1536"/>
- <component base="i" xOffset="2300"/>
- <component base="i" xOffset="3068"/>
+ <component base="v" xOffset="92.0"/>
+ <component base="i" xOffset="1536.0"/>
+ <component base="i" xOffset="2300.0"/>
+ <component base="i" xOffset="3068.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3744, 'leftMargin': 59, 'rightMargin': 137}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eightsub.glif b/src/Inter-UI-Black.ufo/glyphs/eightsub.glif
index 4c6b2d6bb..cb69ea683 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eightsub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eightsub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eightsub" format="1">
- <advance width="1312"/>
+<glyph name="eightsub" format="2">
+ <advance width="1312.0"/>
<unicode hex="2088"/>
<outline>
- <component base="eight.sup" yOffset="-496"/>
+ <component base="eight.sup" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 208, 'rightMargin': -19}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eightsuperior.glif b/src/Inter-UI-Black.ufo/glyphs/eightsuperior.glif
index 0cbf3c64a..0b3813969 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eightsuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eightsuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eightsuperior" format="1">
- <advance width="1312"/>
+<glyph name="eightsuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2078"/>
<outline>
- <component base="eight.sup" xOffset="116" yOffset="916"/>
+ <component base="eight.sup" xOffset="116.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 95, 'rightMargin': 95}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/einvertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/einvertedbreve.glif
new file mode 100644
index 000000000..9164bfd45
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/einvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="einvertedbreve" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0207"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2326.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="breveinvnosp" xOffset="1596.0" yOffset="181.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eiotifiedcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/eiotifiedcyrillic.glif
index 40b3faaeb..a9023b28b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eiotifiedcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eiotifiedcyrillic.glif
@@ -1,21 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eiotifiedcyrillic" format="1">
- <advance width="2268"/>
+<glyph name="eiotifiedcyrillic" format="2">
+ <advance width="2268.0"/>
<unicode hex="0465"/>
<outline>
<contour>
- <point x="1616" y="880" type="line"/>
- <point x="428" y="880" type="line"/>
- <point x="428" y="616" type="line"/>
- <point x="1616" y="616" type="line"/>
+ <point x="1616.0" y="880.0" type="line"/>
+ <point x="428.0" y="880.0" type="line"/>
+ <point x="428.0" y="616.0" type="line"/>
+ <point x="1616.0" y="616.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2184.0" y="1032.0" type="line"/>
+ <point x="2120.0" y="1352.0"/>
+ <point x="1864.0" y="1556.0"/>
+ <point x="1504.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1556.0"/>
+ <point x="780.0" y="1232.0"/>
+ <point x="780.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="304.0"/>
+ <point x="1052.0" y="-28.0"/>
+ <point x="1504.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1852.0" y="-28.0"/>
+ <point x="2108.0" y="168.0"/>
+ <point x="2180.0" y="472.0" type="curve"/>
+ <point x="1756.0" y="548.0" type="line"/>
+ <point x="1720.0" y="424.0"/>
+ <point x="1644.0" y="340.0"/>
+ <point x="1504.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="340.0"/>
+ <point x="1216.0" y="512.0"/>
+ <point x="1216.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="1024.0"/>
+ <point x="1296.0" y="1192.0"/>
+ <point x="1504.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1656.0" y="1192.0"/>
+ <point x="1728.0" y="1100.0"/>
+ <point x="1764.0" y="952.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
- <component base="c" xOffset="684"/>
- <component base="dotlessi" xOffset="-16"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2133, 'leftMargin': 134, 'rightMargin': 69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/elcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/elcyrillic.glif
index 6567398f6..f1c025ea8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/elcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/elcyrillic.glif
@@ -1,51 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="elcyrillic" format="1">
- <advance width="1568"/>
+<glyph name="elcyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="043B"/>
+ <anchor x="796.0" y="16.0" name="bottom"/>
+ <anchor x="1504.0" y="0.0" name="right"/>
+ <anchor x="924.0" y="1744.0" name="top"/>
+ <anchor x="1636.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1192" y="1488" type="line"/>
- <point x="456" y="1488" type="line"/>
- <point x="456" y="1132" type="line"/>
- <point x="1192" y="1132" type="line"/>
+ <point x="1192.0" y="1488.0" type="line"/>
+ <point x="456.0" y="1488.0" type="line"/>
+ <point x="456.0" y="1132.0" type="line"/>
+ <point x="1192.0" y="1132.0" type="line"/>
</contour>
<contour>
- <point x="1504" y="1488" type="line"/>
- <point x="1060" y="1488" type="line"/>
- <point x="1060" y="0" type="line"/>
- <point x="1504" y="0" type="line"/>
+ <point x="1504.0" y="1488.0" type="line"/>
+ <point x="1060.0" y="1488.0" type="line"/>
+ <point x="1060.0" y="0.0" type="line"/>
+ <point x="1504.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="344" y="1488" type="line"/>
- <point x="320" y="856" type="line" smooth="yes"/>
- <point x="304" y="516"/>
- <point x="248" y="376"/>
- <point x="116" y="360" type="curve" smooth="yes"/>
- <point x="68" y="356" type="line"/>
- <point x="72" y="0" type="line"/>
- <point x="208" y="0" type="line" smooth="yes"/>
- <point x="520" y="0"/>
- <point x="708" y="192"/>
- <point x="736" y="724" type="curve" smooth="yes"/>
- <point x="780" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="796" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1504" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="924" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1636" y="1744" type="move" name="top0315"/>
+ <point x="344.0" y="1488.0" type="line"/>
+ <point x="320.0" y="856.0" type="line" smooth="yes"/>
+ <point x="304.0" y="516.0"/>
+ <point x="248.0" y="376.0"/>
+ <point x="116.0" y="360.0" type="curve" smooth="yes"/>
+ <point x="68.0" y="356.0" type="line"/>
+ <point x="72.0" y="0.0" type="line"/>
+ <point x="208.0" y="0.0" type="line" smooth="yes"/>
+ <point x="520.0" y="0.0"/>
+ <point x="708.0" y="192.0"/>
+ <point x="736.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1588, 'leftMargin': 19, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/elevenroman.glif b/src/Inter-UI-Black.ufo/glyphs/elevenroman.glif
index c4b134c43..ce31fd373 100644
--- a/src/Inter-UI-Black.ufo/glyphs/elevenroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/elevenroman.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="elevenroman" format="1">
- <advance width="2336"/>
+<glyph name="elevenroman" format="2">
+ <advance width="2336.0"/>
<unicode hex="217A"/>
<outline>
- <component base="x" xOffset="88"/>
- <component base="i" xOffset="1532"/>
+ <component base="x" xOffset="88.0"/>
+ <component base="i" xOffset="1532.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2210, 'leftMargin': 60, 'rightMargin': 138}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ellipsis.glif b/src/Inter-UI-Black.ufo/glyphs/ellipsis.glif
index ba8dccf9b..5c6b67a19 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ellipsis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ellipsis.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ellipsis" format="1">
- <advance width="2124"/>
+<glyph name="ellipsis" format="2">
+ <advance width="2124.0"/>
<unicode hex="2026"/>
<outline>
<component base="period"/>
- <component base="period" xOffset="664"/>
- <component base="period" xOffset="1324"/>
+ <component base="period" xOffset="664.0"/>
+ <component base="period" xOffset="1324.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2151, 'leftMargin': 154, 'rightMargin': 180}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/emacron.glif b/src/Inter-UI-Black.ufo/glyphs/emacron.glif
new file mode 100644
index 000000000..36a670b54
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/emacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="emacron" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0113"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2208.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="macron" xOffset="20.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/emacronacute.glif b/src/Inter-UI-Black.ufo/glyphs/emacronacute.glif
new file mode 100644
index 000000000..8accd9c23
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/emacronacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="emacronacute" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E17"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2730.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="macronacutecomb.lc" xOffset="1596.0" yOffset="-6.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/emacrongrave.glif b/src/Inter-UI-Black.ufo/glyphs/emacrongrave.glif
new file mode 100644
index 000000000..310cf8258
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/emacrongrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="emacrongrave" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E15"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2730.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="macrongravecomb.lc" xOffset="1596.0" yOffset="-6.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/emcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/emcyrillic.glif
index d5a393e6a..647d036df 100644
--- a/src/Inter-UI-Black.ufo/glyphs/emcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/emcyrillic.glif
@@ -1,43 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emcyrillic" format="1">
- <advance width="2080"/>
+<glyph name="emcyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="043C"/>
+ <anchor x="1940.0" y="0.0" name="right"/>
+ <anchor x="1028.0" y="1744.0" name="top"/>
+ <anchor x="2128.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1032" y="512" type="line"/>
- <point x="684" y="1488" type="line"/>
- <point x="336" y="1488" type="line"/>
- <point x="884" y="0" type="line"/>
- <point x="1180" y="0" type="line"/>
- <point x="1736" y="1488" type="line"/>
- <point x="1388" y="1488" type="line"/>
+ <point x="1032.0" y="512.0" type="line"/>
+ <point x="684.0" y="1488.0" type="line"/>
+ <point x="336.0" y="1488.0" type="line"/>
+ <point x="884.0" y="0.0" type="line"/>
+ <point x="1180.0" y="0.0" type="line"/>
+ <point x="1736.0" y="1488.0" type="line"/>
+ <point x="1388.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="584" y="1488" type="line"/>
- <point x="140" y="1488" type="line"/>
- <point x="140" y="0" type="line"/>
- <point x="584" y="0" type="line"/>
+ <point x="584.0" y="1488.0" type="line"/>
+ <point x="140.0" y="1488.0" type="line"/>
+ <point x="140.0" y="0.0" type="line"/>
+ <point x="584.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1500" y="0" type="line"/>
- <point x="1940" y="0" type="line"/>
- <point x="1940" y="1488" type="line"/>
- <point x="1500" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1940" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1028" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2128" y="1744" type="move" name="top0315"/>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="1940.0" y="0.0" type="line"/>
+ <point x="1940.0" y="1488.0" type="line"/>
+ <point x="1500.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2155, 'leftMargin': 168, 'rightMargin': 185}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/emdash.case.glif b/src/Inter-UI-Black.ufo/glyphs/emdash.case.glif
index 094703105..c09f9ab1f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/emdash.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/emdash.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emdash.case" format="1">
- <advance width="2848"/>
+<glyph name="emdash.case" format="2">
+ <advance width="2848.0"/>
<outline>
- <component base="emdash" yOffset="160"/>
+ <component base="emdash" yOffset="160.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2176, 'leftMargin': 128, 'rightMargin': 128}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/emdash.glif b/src/Inter-UI-Black.ufo/glyphs/emdash.glif
index c2a61ef6e..19ad93a31 100644
--- a/src/Inter-UI-Black.ufo/glyphs/emdash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/emdash.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emdash" format="1">
- <advance width="2848"/>
+<glyph name="emdash" format="2">
+ <advance width="2848.0"/>
<unicode hex="2014"/>
<outline>
<contour>
- <point x="2704" y="1024" type="line"/>
- <point x="144" y="1024" type="line"/>
- <point x="144" y="704" type="line"/>
- <point x="2704" y="704" type="line"/>
+ <point x="2704.0" y="1024.0" type="line"/>
+ <point x="144.0" y="1024.0" type="line"/>
+ <point x="144.0" y="704.0" type="line"/>
+ <point x="2704.0" y="704.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2176, 'leftMargin': 128, 'rightMargin': 128}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/emquad.glif b/src/Inter-UI-Black.ufo/glyphs/emquad.glif
index b815fcea4..af4297863 100644
--- a/src/Inter-UI-Black.ufo/glyphs/emquad.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/emquad.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emquad" format="1">
- <advance width="3104"/>
+<glyph name="emquad" format="2">
+ <advance width="3104.0"/>
<unicode hex="2001"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2872, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/emspace.glif b/src/Inter-UI-Black.ufo/glyphs/emspace.glif
index cd5114950..8a8a991af 100644
--- a/src/Inter-UI-Black.ufo/glyphs/emspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/emspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emspace" format="1">
- <advance width="3072"/>
+<glyph name="emspace" format="2">
+ <advance width="3072.0"/>
<unicode hex="2003"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2872, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/encyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/encyrillic.glif
index db2128a8a..05eead507 100644
--- a/src/Inter-UI-Black.ufo/glyphs/encyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/encyrillic.glif
@@ -1,40 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="encyrillic" format="1">
- <advance width="1568"/>
+<glyph name="encyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="043D"/>
+ <anchor x="1444.0" y="0.0" name="right"/>
+ <anchor x="784.0" y="1744.0" name="top"/>
+ <anchor x="1576.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1156" y="908" type="line"/>
- <point x="412" y="908" type="line"/>
- <point x="412" y="552" type="line"/>
- <point x="1156" y="552" type="line"/>
+ <point x="1156.0" y="908.0" type="line"/>
+ <point x="412.0" y="908.0" type="line"/>
+ <point x="412.0" y="552.0" type="line"/>
+ <point x="1156.0" y="552.0" type="line"/>
</contour>
<contour>
- <point x="568" y="1488" type="line"/>
- <point x="124" y="1488" type="line"/>
- <point x="124" y="0" type="line"/>
- <point x="568" y="0" type="line"/>
+ <point x="568.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="568.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1444" y="1488" type="line"/>
- <point x="1000" y="1488" type="line"/>
- <point x="1000" y="0" type="line"/>
- <point x="1444" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1444" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="784" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1576" y="1744" type="move" name="top0315"/>
+ <point x="1444.0" y="1488.0" type="line"/>
+ <point x="1000.0" y="1488.0" type="line"/>
+ <point x="1000.0" y="0.0" type="line"/>
+ <point x="1444.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 132, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/endash.case.glif b/src/Inter-UI-Black.ufo/glyphs/endash.case.glif
index 9938e5677..99a128ef7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/endash.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/endash.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="endash.case" format="1">
- <advance width="1824"/>
+<glyph name="endash.case" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="endash" yOffset="160"/>
+ <component base="endash" yOffset="160.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/endash.glif b/src/Inter-UI-Black.ufo/glyphs/endash.glif
index ef6b941a1..36003899b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/endash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/endash.glif
@@ -1,24 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="endash" format="1">
- <advance width="1824"/>
+<glyph name="endash" format="2">
+ <advance width="1824.0"/>
<unicode hex="2013"/>
<outline>
<contour>
- <point x="1680" y="1024" type="line"/>
- <point x="144" y="1024" type="line"/>
- <point x="144" y="704" type="line"/>
- <point x="1680" y="704" type="line"/>
+ <point x="1680.0" y="1024.0" type="line"/>
+ <point x="144.0" y="1024.0" type="line"/>
+ <point x="144.0" y="704.0" type="line"/>
+ <point x="1680.0" y="704.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/endescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/endescendercyrillic.glif
index c7f936d7b..1263a903b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/endescendercyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/endescendercyrillic.glif
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="endescendercyrillic" format="1">
- <advance width="2080"/>
+<glyph name="endescendercyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="04A3"/>
+ <anchor x="1684.0" y="1744.0" name="top0315"/>
<outline>
- <component base="encyrillic" xOffset="80"/>
- <component base="cyrillictic" xOffset="1296"/>
- <contour>
- <point x="1684" y="1744" type="move" name="top0315"/>
- </contour>
+ <component base="encyrillic" xOffset="80.0"/>
+ <component base="cyrillictic" xOffset="1296.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1863, 'leftMargin': 108, 'rightMargin': 84}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eng.glif b/src/Inter-UI-Black.ufo/glyphs/eng.glif
index 945d875bc..1115e57b0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eng.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eng.glif
@@ -1,47 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eng" format="1">
- <advance width="1656"/>
+<glyph name="eng" format="2">
+ <advance width="1656.0"/>
<unicode hex="014B"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="784.0" y="16.0" name="markbottom"/>
+ <anchor x="1064.0" y="-424.0" name="parenthesses.w1"/>
+ <anchor x="784.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1052" y="128" type="line"/>
- <point x="1052" y="-20" type="line" smooth="yes"/>
- <point x="1052" y="-160"/>
- <point x="992" y="-224"/>
- <point x="888" y="-224" type="curve" smooth="yes"/>
- <point x="828" y="-224"/>
- <point x="792" y="-216"/>
- <point x="752" y="-208" type="curve"/>
- <point x="716" y="-580" type="line"/>
- <point x="792" y="-596"/>
- <point x="868" y="-600"/>
- <point x="944" y="-600" type="curve" smooth="yes"/>
- <point x="1288" y="-600"/>
- <point x="1512" y="-396"/>
- <point x="1512" y="-20" type="curve" smooth="yes"/>
- <point x="1512" y="128" type="line"/>
+ <point x="1052.0" y="128.0" type="line"/>
+ <point x="1052.0" y="-20.0" type="line" smooth="yes"/>
+ <point x="1052.0" y="-160.0"/>
+ <point x="992.0" y="-224.0"/>
+ <point x="888.0" y="-224.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="-224.0"/>
+ <point x="792.0" y="-216.0"/>
+ <point x="752.0" y="-208.0" type="curve"/>
+ <point x="716.0" y="-580.0" type="line"/>
+ <point x="792.0" y="-596.0"/>
+ <point x="868.0" y="-600.0"/>
+ <point x="944.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-600.0"/>
+ <point x="1512.0" y="-396.0"/>
+ <point x="1512.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="128.0" type="line"/>
</contour>
- <component base="n"/>
<contour>
- <point x="784" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="784" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1064" y="-424" type="move" name="parenthesses.w1"/>
- </contour>
- <contour>
- <point x="784" y="16" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1576" y="1776" type="move" name="top0315"/>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1032.0"/>
+ <point x="660.0" y="1192.0"/>
+ <point x="832.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1192.0"/>
+ <point x="1052.0" y="1108.0"/>
+ <point x="1052.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="0.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
+ <point x="1512.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1512.0" y="1404.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="996.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="1556.0"/>
+ <point x="672.0" y="1484.0"/>
+ <point x="584.0" y="1372.0" type="curve"/>
+ <point x="568.0" y="1372.0" type="line"/>
+ <point x="568.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 132, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/enghecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/enghecyrillic.glif
index db3ccb25c..57924d98d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/enghecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/enghecyrillic.glif
@@ -1,20 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="enghecyrillic" format="1">
- <advance width="2080"/>
+<glyph name="enghecyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="04A5"/>
<outline>
<contour>
- <point x="1940" y="1488" type="line"/>
- <point x="1376" y="1488" type="line"/>
- <point x="1372" y="1132" type="line"/>
- <point x="1940" y="1132" type="line"/>
+ <point x="1940.0" y="1488.0" type="line"/>
+ <point x="1376.0" y="1488.0" type="line"/>
+ <point x="1372.0" y="1132.0" type="line"/>
+ <point x="1940.0" y="1132.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1172.0" y="908.0" type="line"/>
+ <point x="428.0" y="908.0" type="line"/>
+ <point x="428.0" y="552.0" type="line"/>
+ <point x="1172.0" y="552.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="584.0" y="1488.0" type="line"/>
+ <point x="140.0" y="1488.0" type="line"/>
+ <point x="140.0" y="0.0" type="line"/>
+ <point x="584.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1460.0" y="1488.0" type="line"/>
+ <point x="1016.0" y="1488.0" type="line"/>
+ <point x="1016.0" y="0.0" type="line"/>
+ <point x="1460.0" y="0.0" type="line"/>
</contour>
- <component base="encyrillic" xOffset="16"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1984, 'leftMargin': 108, 'rightMargin': 75}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/enhookcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/enhookcyrillic.glif
index 7d4338149..006ede88e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/enhookcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/enhookcyrillic.glif
@@ -1,39 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="enhookcyrillic" format="1">
- <advance width="1568"/>
+<glyph name="enhookcyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="04C8"/>
<outline>
<contour>
- <point x="124" y="1488" type="line"/>
- <point x="124" y="0" type="line"/>
- <point x="568" y="0" type="line"/>
- <point x="568" y="552" type="line"/>
- <point x="1000" y="552" type="line"/>
- <point x="1000" y="-20" type="line" smooth="yes"/>
- <point x="1000" y="-168"/>
- <point x="944" y="-244"/>
- <point x="840" y="-244" type="curve" smooth="yes"/>
- <point x="780" y="-244"/>
- <point x="748" y="-240"/>
- <point x="700" y="-228" type="curve"/>
- <point x="680" y="-580" type="line"/>
- <point x="756" y="-596"/>
- <point x="820" y="-600"/>
- <point x="896" y="-600" type="curve" smooth="yes"/>
- <point x="1236" y="-600"/>
- <point x="1444" y="-396"/>
- <point x="1444" y="-20" type="curve" smooth="yes"/>
- <point x="1444" y="1488" type="line"/>
- <point x="1000" y="1488" type="line"/>
- <point x="1000" y="908" type="line"/>
- <point x="568" y="908" type="line"/>
- <point x="568" y="1488" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="568.0" y="0.0" type="line"/>
+ <point x="568.0" y="552.0" type="line"/>
+ <point x="1000.0" y="552.0" type="line"/>
+ <point x="1000.0" y="-20.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="-168.0"/>
+ <point x="944.0" y="-244.0"/>
+ <point x="840.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="-244.0"/>
+ <point x="748.0" y="-240.0"/>
+ <point x="700.0" y="-228.0" type="curve"/>
+ <point x="680.0" y="-580.0" type="line"/>
+ <point x="756.0" y="-596.0"/>
+ <point x="820.0" y="-600.0"/>
+ <point x="896.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="-600.0"/>
+ <point x="1444.0" y="-396.0"/>
+ <point x="1444.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1488.0" type="line"/>
+ <point x="1000.0" y="1488.0" type="line"/>
+ <point x="1000.0" y="908.0" type="line"/>
+ <point x="568.0" y="908.0" type="line"/>
+ <point x="568.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 132, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/enquad.glif b/src/Inter-UI-Black.ufo/glyphs/enquad.glif
index 2ddcd08c1..e3cdecd48 100644
--- a/src/Inter-UI-Black.ufo/glyphs/enquad.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/enquad.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="enquad" format="1">
- <advance width="1568"/>
+<glyph name="enquad" format="2">
+ <advance width="1568.0"/>
<unicode hex="2000"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1436, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/enspace.glif b/src/Inter-UI-Black.ufo/glyphs/enspace.glif
index 98c151ef1..8c65dc6cc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/enspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/enspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="enspace" format="1">
- <advance width="1536"/>
+<glyph name="enspace" format="2">
+ <advance width="1536.0"/>
<unicode hex="2002"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1436, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eogonek.N_A_V_.glif b/src/Inter-UI-Black.ufo/glyphs/eogonek.N_A_V_.glif
new file mode 100644
index 000000000..36c9dbd5f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/eogonek.N_A_V_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="eogonek.NAV" format="2">
+ <advance width="1636.0"/>
+ <anchor x="812.0" y="-572.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="ogonek" xOffset="300.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eogonek.glif b/src/Inter-UI-Black.ufo/glyphs/eogonek.glif
new file mode 100644
index 000000000..896928588
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/eogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="eogonek" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0119"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="ogonek" xOffset="556.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilon.glif b/src/Inter-UI-Black.ufo/glyphs/epsilon.glif
index e70367861..da1426f6f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/epsilon.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/epsilon.glif
@@ -1,94 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon" format="1">
- <advance width="1824"/>
+<glyph name="epsilon" format="2">
+ <advance width="1824.0"/>
<unicode hex="03B5"/>
+ <guideline y="1823.25"/>
+ <guideline y="610.5"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
<outline>
<contour>
- <point x="816" y="808" type="line"/>
- <point x="448" y="808"/>
- <point x="224" y="672"/>
- <point x="224" y="420" type="curve" smooth="yes"/>
- <point x="224" y="140"/>
- <point x="536" y="-28"/>
- <point x="940" y="-28" type="curve" smooth="yes"/>
- <point x="1264" y="-28"/>
- <point x="1600" y="116"/>
- <point x="1600" y="440" type="curve"/>
- <point x="1160" y="440" type="line"/>
- <point x="1160" y="364"/>
- <point x="1080" y="304"/>
- <point x="908" y="304" type="curve" smooth="yes"/>
- <point x="744" y="304"/>
- <point x="664" y="384"/>
- <point x="664" y="464" type="curve" smooth="yes"/>
- <point x="664" y="580"/>
- <point x="768" y="620"/>
- <point x="920" y="620" type="curve" smooth="yes"/>
- <point x="1164" y="620" type="line"/>
- <point x="1164" y="808" type="line"/>
+ <point x="816.0" y="808.0" type="line"/>
+ <point x="448.0" y="808.0"/>
+ <point x="224.0" y="672.0"/>
+ <point x="224.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="140.0"/>
+ <point x="536.0" y="-28.0"/>
+ <point x="940.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="-28.0"/>
+ <point x="1600.0" y="116.0"/>
+ <point x="1600.0" y="440.0" type="curve"/>
+ <point x="1160.0" y="440.0" type="line"/>
+ <point x="1160.0" y="364.0"/>
+ <point x="1080.0" y="304.0"/>
+ <point x="908.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="304.0"/>
+ <point x="664.0" y="384.0"/>
+ <point x="664.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="580.0"/>
+ <point x="768.0" y="620.0"/>
+ <point x="920.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="1164.0" y="620.0" type="line"/>
+ <point x="1164.0" y="808.0" type="line"/>
</contour>
<contour>
- <point x="1164" y="712" type="line"/>
- <point x="1164" y="904" type="line"/>
- <point x="920" y="904" type="line" smooth="yes"/>
- <point x="776" y="904"/>
- <point x="692" y="956"/>
- <point x="692" y="1040" type="curve"/>
- <point x="692" y="1108"/>
- <point x="756" y="1184"/>
- <point x="912" y="1184" type="curve" smooth="yes"/>
- <point x="1040" y="1184"/>
- <point x="1136" y="1144"/>
- <point x="1136" y="1056" type="curve"/>
- <point x="1580" y="1056" type="line"/>
- <point x="1580" y="1344"/>
- <point x="1288" y="1516"/>
- <point x="940" y="1516" type="curve" smooth="yes"/>
- <point x="536" y="1516"/>
- <point x="248" y="1364"/>
- <point x="248" y="1080" type="curve"/>
- <point x="248" y="876"/>
- <point x="484" y="712"/>
- <point x="816" y="712" type="curve"/>
- </contour>
- <contour>
- <point x="916" y="1772" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1680" y="1772" type="move" name="top0315"/>
+ <point x="1164.0" y="712.0" type="line"/>
+ <point x="1164.0" y="904.0" type="line"/>
+ <point x="920.0" y="904.0" type="line" smooth="yes"/>
+ <point x="776.0" y="904.0"/>
+ <point x="692.0" y="956.0"/>
+ <point x="692.0" y="1040.0" type="curve"/>
+ <point x="692.0" y="1108.0"/>
+ <point x="756.0" y="1184.0"/>
+ <point x="912.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="1184.0"/>
+ <point x="1136.0" y="1144.0"/>
+ <point x="1136.0" y="1056.0" type="curve"/>
+ <point x="1580.0" y="1056.0" type="line"/>
+ <point x="1580.0" y="1344.0"/>
+ <point x="1288.0" y="1516.0"/>
+ <point x="940.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="1516.0"/>
+ <point x="248.0" y="1364.0"/>
+ <point x="248.0" y="1080.0" type="curve"/>
+ <point x="248.0" y="876.0"/>
+ <point x="484.0" y="712.0"/>
+ <point x="816.0" y="712.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1823.25</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>610.5</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 129, 'rightMargin': 78}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilon1.glif b/src/Inter-UI-Black.ufo/glyphs/epsilon1.glif
index 99fc98dff..3c83af076 100644
--- a/src/Inter-UI-Black.ufo/glyphs/epsilon1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/epsilon1.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1" format="1">
- <advance width="1824"/>
+<glyph name="epsilon1" format="2">
+ <advance width="1824.0"/>
<unicode hex="025B"/>
+ <anchor x="916.0" y="0.0" name="bottom"/>
+ <anchor x="916.0" y="1776.0" name="top"/>
+ <anchor x="1680.0" y="1776.0" name="top0315"/>
<outline>
- <component base="epsilon" xOffset="80"/>
- <contour>
- <point x="916" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1680" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="916" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="epsilon" xOffset="80.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 129, 'rightMargin': 78}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilon1rev.glif b/src/Inter-UI-Black.ufo/glyphs/epsilon1rev.glif
index 8daba5109..ef8103c78 100644
--- a/src/Inter-UI-Black.ufo/glyphs/epsilon1rev.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/epsilon1rev.glif
@@ -1,73 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1rev" format="1">
- <advance width="1568"/>
+<glyph name="epsilon1rev" format="2">
+ <advance width="1568.0"/>
<unicode hex="025C"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1312.0" y="1072.0" name="rhotichook"/>
+ <anchor x="764.0" y="1776.0" name="top"/>
+ <anchor x="1604.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="532" y="808" type="line"/>
- <point x="532" y="620" type="line"/>
- <point x="776" y="620" type="line" smooth="yes"/>
- <point x="928" y="620"/>
- <point x="1032" y="580"/>
- <point x="1032" y="464" type="curve" smooth="yes"/>
- <point x="1032" y="384"/>
- <point x="952" y="304"/>
- <point x="788" y="304" type="curve" smooth="yes"/>
- <point x="620" y="304"/>
- <point x="540" y="364"/>
- <point x="540" y="440" type="curve"/>
- <point x="96" y="440" type="line"/>
- <point x="96" y="116"/>
- <point x="436" y="-28"/>
- <point x="760" y="-28" type="curve" smooth="yes"/>
- <point x="1160" y="-28"/>
- <point x="1472" y="140"/>
- <point x="1472" y="420" type="curve" smooth="yes"/>
- <point x="1472" y="672"/>
- <point x="1248" y="808"/>
- <point x="880" y="808" type="curve"/>
+ <point x="532.0" y="808.0" type="line"/>
+ <point x="532.0" y="620.0" type="line"/>
+ <point x="776.0" y="620.0" type="line" smooth="yes"/>
+ <point x="928.0" y="620.0"/>
+ <point x="1032.0" y="580.0"/>
+ <point x="1032.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="384.0"/>
+ <point x="952.0" y="304.0"/>
+ <point x="788.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="304.0"/>
+ <point x="540.0" y="364.0"/>
+ <point x="540.0" y="440.0" type="curve"/>
+ <point x="96.0" y="440.0" type="line"/>
+ <point x="96.0" y="116.0"/>
+ <point x="436.0" y="-28.0"/>
+ <point x="760.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="-28.0"/>
+ <point x="1472.0" y="140.0"/>
+ <point x="1472.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="672.0"/>
+ <point x="1248.0" y="808.0"/>
+ <point x="880.0" y="808.0" type="curve"/>
</contour>
<contour>
- <point x="880" y="712" type="line"/>
- <point x="1212" y="712"/>
- <point x="1448" y="876"/>
- <point x="1448" y="1080" type="curve"/>
- <point x="1448" y="1364"/>
- <point x="1160" y="1516"/>
- <point x="760" y="1516" type="curve" smooth="yes"/>
- <point x="408" y="1516"/>
- <point x="120" y="1344"/>
- <point x="120" y="1056" type="curve"/>
- <point x="564" y="1056" type="line"/>
- <point x="564" y="1144"/>
- <point x="656" y="1184"/>
- <point x="788" y="1184" type="curve" smooth="yes"/>
- <point x="944" y="1184"/>
- <point x="1004" y="1108"/>
- <point x="1004" y="1040" type="curve"/>
- <point x="1004" y="956"/>
- <point x="920" y="904"/>
- <point x="776" y="904" type="curve" smooth="yes"/>
- <point x="532" y="904" type="line"/>
- <point x="532" y="712" type="line"/>
- </contour>
- <contour>
- <point x="1312" y="1072" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="764" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1604" y="1776" type="move" name="top0315"/>
+ <point x="880.0" y="712.0" type="line"/>
+ <point x="1212.0" y="712.0"/>
+ <point x="1448.0" y="876.0"/>
+ <point x="1448.0" y="1080.0" type="curve"/>
+ <point x="1448.0" y="1364.0"/>
+ <point x="1160.0" y="1516.0"/>
+ <point x="760.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="1516.0"/>
+ <point x="120.0" y="1344.0"/>
+ <point x="120.0" y="1056.0" type="curve"/>
+ <point x="564.0" y="1056.0" type="line"/>
+ <point x="564.0" y="1144.0"/>
+ <point x="656.0" y="1184.0"/>
+ <point x="788.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="1184.0"/>
+ <point x="1004.0" y="1108.0"/>
+ <point x="1004.0" y="1040.0" type="curve"/>
+ <point x="1004.0" y="956.0"/>
+ <point x="920.0" y="904.0"/>
+ <point x="776.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="904.0" type="line"/>
+ <point x="532.0" y="712.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 78, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed.glif b/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed.glif
index de337cea8..af963bcf5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed.glif
@@ -1,73 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1revclosed" format="1">
- <advance width="1568"/>
+<glyph name="epsilon1revclosed" format="2">
+ <advance width="1568.0"/>
<unicode hex="025E"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1192.0" y="888.0" name="rhotichook"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="912" y="712" type="line"/>
- <point x="1228" y="712"/>
- <point x="1428" y="876"/>
- <point x="1428" y="1080" type="curve"/>
- <point x="1428" y="1364"/>
- <point x="1176" y="1516"/>
- <point x="788" y="1516" type="curve" smooth="yes"/>
- <point x="456" y="1516"/>
- <point x="116" y="1308"/>
- <point x="116" y="744" type="curve"/>
- <point x="560" y="744" type="line"/>
- <point x="560" y="1108"/>
- <point x="700" y="1184"/>
- <point x="816" y="1184" type="curve" smooth="yes"/>
- <point x="952" y="1184"/>
- <point x="984" y="1108"/>
- <point x="984" y="1040" type="curve"/>
- <point x="984" y="956"/>
- <point x="932" y="896"/>
- <point x="808" y="896" type="curve" smooth="yes"/>
- <point x="760" y="896" type="line"/>
- <point x="760" y="712" type="line"/>
+ <point x="912.0" y="712.0" type="line"/>
+ <point x="1228.0" y="712.0"/>
+ <point x="1428.0" y="876.0"/>
+ <point x="1428.0" y="1080.0" type="curve"/>
+ <point x="1428.0" y="1364.0"/>
+ <point x="1176.0" y="1516.0"/>
+ <point x="788.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1516.0"/>
+ <point x="116.0" y="1308.0"/>
+ <point x="116.0" y="744.0" type="curve"/>
+ <point x="560.0" y="744.0" type="line"/>
+ <point x="560.0" y="1108.0"/>
+ <point x="700.0" y="1184.0"/>
+ <point x="816.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="1184.0"/>
+ <point x="984.0" y="1108.0"/>
+ <point x="984.0" y="1040.0" type="curve"/>
+ <point x="984.0" y="956.0"/>
+ <point x="932.0" y="896.0"/>
+ <point x="808.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="896.0" type="line"/>
+ <point x="760.0" y="712.0" type="line"/>
</contour>
<contour>
- <point x="760" y="808" type="line"/>
- <point x="760" y="628" type="line"/>
- <point x="808" y="628" type="line" smooth="yes"/>
- <point x="940" y="628"/>
- <point x="1012" y="580"/>
- <point x="1012" y="464" type="curve" smooth="yes"/>
- <point x="1012" y="384"/>
- <point x="964" y="304"/>
- <point x="816" y="304" type="curve" smooth="yes"/>
- <point x="668" y="304"/>
- <point x="560" y="396"/>
- <point x="560" y="748" type="curve"/>
- <point x="116" y="748" type="line"/>
- <point x="116" y="148"/>
- <point x="476" y="-28"/>
- <point x="788" y="-28" type="curve" smooth="yes"/>
- <point x="1176" y="-28"/>
- <point x="1452" y="140"/>
- <point x="1452" y="420" type="curve" smooth="yes"/>
- <point x="1452" y="672"/>
- <point x="1260" y="808"/>
- <point x="912" y="808" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="788" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1580" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="1192" y="888" type="move" name="rhotichook"/>
+ <point x="760.0" y="808.0" type="line"/>
+ <point x="760.0" y="628.0" type="line"/>
+ <point x="808.0" y="628.0" type="line" smooth="yes"/>
+ <point x="940.0" y="628.0"/>
+ <point x="1012.0" y="580.0"/>
+ <point x="1012.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="1012.0" y="384.0"/>
+ <point x="964.0" y="304.0"/>
+ <point x="816.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="304.0"/>
+ <point x="560.0" y="396.0"/>
+ <point x="560.0" y="748.0" type="curve"/>
+ <point x="116.0" y="748.0" type="line"/>
+ <point x="116.0" y="148.0"/>
+ <point x="476.0" y="-28.0"/>
+ <point x="788.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="-28.0"/>
+ <point x="1452.0" y="140.0"/>
+ <point x="1452.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1452.0" y="672.0"/>
+ <point x="1260.0" y="808.0"/>
+ <point x="912.0" y="808.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1540.0, 'leftMargin': 76, 'rightMargin': 129.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed_uni02DE__.glif b/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed_uni02DE__.glif
deleted file mode 100644
index 1e276d438..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1revclosed_uni02DE" format="1">
- <advance width="2336"/>
- <outline>
- <component base="epsilon1revclosed" xOffset="-20"/>
- <component base="rhotichookmod" xOffset="1388"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2094, 'leftMargin': 100, 'rightMargin': -150}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed_uni02D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed_uni02D_E_.glif
new file mode 100644
index 000000000..3023a3d4c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/epsilon1revclosed_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="epsilon1revclosed_uni02DE" format="2">
+ <advance width="2336.0"/>
+ <outline>
+ <component base="epsilon1revclosed" xOffset="-20.0"/>
+ <component base="rhotichookmod" xOffset="1388.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilon1revhook.glif b/src/Inter-UI-Black.ufo/glyphs/epsilon1revhook.glif
index be0c221f3..4aa404fc9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/epsilon1revhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/epsilon1revhook.glif
@@ -1,88 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1revhook" format="1">
- <advance width="2336"/>
+<glyph name="epsilon1revhook" format="2">
+ <advance width="2336.0"/>
<unicode hex="025D"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="828.0" y="1776.0" name="top"/>
+ <anchor x="2204.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1364" y="920" type="line"/>
- <point x="1568" y="972" type="line"/>
- <point x="1624" y="732"/>
- <point x="1680" y="540"/>
- <point x="1952" y="540" type="curve" smooth="yes"/>
- <point x="2032" y="540"/>
- <point x="2112" y="560"/>
- <point x="2176" y="596" type="curve"/>
- <point x="2120" y="876" type="line"/>
- <point x="2096" y="872"/>
- <point x="2068" y="872"/>
- <point x="2040" y="872" type="curve" smooth="yes"/>
- <point x="1888" y="872"/>
- <point x="1884" y="1040"/>
- <point x="1840" y="1324" type="curve"/>
- <point x="1364" y="1220" type="line"/>
+ <point x="1364.0" y="920.0" type="line"/>
+ <point x="1568.0" y="972.0" type="line"/>
+ <point x="1624.0" y="732.0"/>
+ <point x="1680.0" y="540.0"/>
+ <point x="1952.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="2032.0" y="540.0"/>
+ <point x="2112.0" y="560.0"/>
+ <point x="2176.0" y="596.0" type="curve"/>
+ <point x="2120.0" y="876.0" type="line"/>
+ <point x="2096.0" y="872.0"/>
+ <point x="2068.0" y="872.0"/>
+ <point x="2040.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="1888.0" y="872.0"/>
+ <point x="1884.0" y="1040.0"/>
+ <point x="1840.0" y="1324.0" type="curve"/>
+ <point x="1364.0" y="1220.0" type="line"/>
</contour>
<contour>
- <point x="596" y="808" type="line"/>
- <point x="596" y="620" type="line"/>
- <point x="840" y="620" type="line" smooth="yes"/>
- <point x="992" y="620"/>
- <point x="1096" y="580"/>
- <point x="1096" y="464" type="curve" smooth="yes"/>
- <point x="1096" y="384"/>
- <point x="1016" y="304"/>
- <point x="852" y="304" type="curve" smooth="yes"/>
- <point x="684" y="304"/>
- <point x="604" y="364"/>
- <point x="604" y="440" type="curve"/>
- <point x="160" y="440" type="line"/>
- <point x="160" y="116"/>
- <point x="500" y="-28"/>
- <point x="824" y="-28" type="curve" smooth="yes"/>
- <point x="1224" y="-28"/>
- <point x="1536" y="140"/>
- <point x="1536" y="420" type="curve" smooth="yes"/>
- <point x="1536" y="672"/>
- <point x="1312" y="808"/>
- <point x="944" y="808" type="curve"/>
+ <point x="596.0" y="808.0" type="line"/>
+ <point x="596.0" y="620.0" type="line"/>
+ <point x="840.0" y="620.0" type="line" smooth="yes"/>
+ <point x="992.0" y="620.0"/>
+ <point x="1096.0" y="580.0"/>
+ <point x="1096.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="384.0"/>
+ <point x="1016.0" y="304.0"/>
+ <point x="852.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="304.0"/>
+ <point x="604.0" y="364.0"/>
+ <point x="604.0" y="440.0" type="curve"/>
+ <point x="160.0" y="440.0" type="line"/>
+ <point x="160.0" y="116.0"/>
+ <point x="500.0" y="-28.0"/>
+ <point x="824.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="-28.0"/>
+ <point x="1536.0" y="140.0"/>
+ <point x="1536.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="672.0"/>
+ <point x="1312.0" y="808.0"/>
+ <point x="944.0" y="808.0" type="curve"/>
</contour>
<contour>
- <point x="944" y="712" type="line"/>
- <point x="1276" y="712"/>
- <point x="1512" y="876"/>
- <point x="1512" y="1080" type="curve"/>
- <point x="1512" y="1364"/>
- <point x="1224" y="1516"/>
- <point x="824" y="1516" type="curve" smooth="yes"/>
- <point x="472" y="1516"/>
- <point x="184" y="1344"/>
- <point x="184" y="1056" type="curve"/>
- <point x="628" y="1056" type="line"/>
- <point x="628" y="1144"/>
- <point x="720" y="1184"/>
- <point x="852" y="1184" type="curve" smooth="yes"/>
- <point x="1008" y="1184"/>
- <point x="1068" y="1108"/>
- <point x="1068" y="1040" type="curve"/>
- <point x="1068" y="956"/>
- <point x="984" y="904"/>
- <point x="840" y="904" type="curve" smooth="yes"/>
- <point x="596" y="904" type="line"/>
- <point x="596" y="712" type="line"/>
- </contour>
- <contour>
- <point x="828" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="828" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2204" y="1776" type="move" name="top0315"/>
+ <point x="944.0" y="712.0" type="line"/>
+ <point x="1276.0" y="712.0"/>
+ <point x="1512.0" y="876.0"/>
+ <point x="1512.0" y="1080.0" type="curve"/>
+ <point x="1512.0" y="1364.0"/>
+ <point x="1224.0" y="1516.0"/>
+ <point x="824.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="1516.0"/>
+ <point x="184.0" y="1344.0"/>
+ <point x="184.0" y="1056.0" type="curve"/>
+ <point x="628.0" y="1056.0" type="line"/>
+ <point x="628.0" y="1144.0"/>
+ <point x="720.0" y="1184.0"/>
+ <point x="852.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="1184.0"/>
+ <point x="1068.0" y="1108.0"/>
+ <point x="1068.0" y="1040.0" type="curve"/>
+ <point x="1068.0" y="956.0"/>
+ <point x="984.0" y="904.0"/>
+ <point x="840.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="904.0" type="line"/>
+ <point x="596.0" y="712.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2123.0, 'leftMargin': 78, 'rightMargin': 27.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilonclosed.glif b/src/Inter-UI-Black.ufo/glyphs/epsilonclosed.glif
index cd2d52aad..9685d5bf0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/epsilonclosed.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/epsilonclosed.glif
@@ -1,70 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilonclosed" format="1">
- <advance width="1824"/>
+<glyph name="epsilonclosed" format="2">
+ <advance width="1824.0"/>
<unicode hex="029A"/>
+ <anchor x="884.0" y="0.0" name="bottom"/>
+ <anchor x="884.0" y="1776.0" name="top"/>
+ <anchor x="1656.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="940" y="712" type="line"/>
- <point x="940" y="896" type="line"/>
- <point x="892" y="896" type="line" smooth="yes"/>
- <point x="764" y="896"/>
- <point x="716" y="956"/>
- <point x="716" y="1040" type="curve" smooth="yes"/>
- <point x="716" y="1108"/>
- <point x="748" y="1184"/>
- <point x="884" y="1184" type="curve" smooth="yes"/>
- <point x="996" y="1184"/>
- <point x="1140" y="1108"/>
- <point x="1140" y="744" type="curve"/>
- <point x="1580" y="744" type="line"/>
- <point x="1580" y="1308"/>
- <point x="1244" y="1516"/>
- <point x="908" y="1516" type="curve" smooth="yes"/>
- <point x="524" y="1516"/>
- <point x="272" y="1364"/>
- <point x="272" y="1080" type="curve" smooth="yes"/>
- <point x="272" y="876"/>
- <point x="472" y="712"/>
- <point x="788" y="712" type="curve" smooth="yes"/>
+ <point x="940.0" y="712.0" type="line"/>
+ <point x="940.0" y="896.0" type="line"/>
+ <point x="892.0" y="896.0" type="line" smooth="yes"/>
+ <point x="764.0" y="896.0"/>
+ <point x="716.0" y="956.0"/>
+ <point x="716.0" y="1040.0" type="curve" smooth="yes"/>
+ <point x="716.0" y="1108.0"/>
+ <point x="748.0" y="1184.0"/>
+ <point x="884.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="1184.0"/>
+ <point x="1140.0" y="1108.0"/>
+ <point x="1140.0" y="744.0" type="curve"/>
+ <point x="1580.0" y="744.0" type="line"/>
+ <point x="1580.0" y="1308.0"/>
+ <point x="1244.0" y="1516.0"/>
+ <point x="908.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="1516.0"/>
+ <point x="272.0" y="1364.0"/>
+ <point x="272.0" y="1080.0" type="curve" smooth="yes"/>
+ <point x="272.0" y="876.0"/>
+ <point x="472.0" y="712.0"/>
+ <point x="788.0" y="712.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="788" y="808" type="line"/>
- <point x="436" y="808"/>
- <point x="244" y="672"/>
- <point x="244" y="420" type="curve" smooth="yes"/>
- <point x="244" y="140"/>
- <point x="524" y="-28"/>
- <point x="908" y="-28" type="curve" smooth="yes"/>
- <point x="1220" y="-28"/>
- <point x="1580" y="148"/>
- <point x="1580" y="748" type="curve"/>
- <point x="1140" y="748" type="line"/>
- <point x="1140" y="396"/>
- <point x="1032" y="304"/>
- <point x="880" y="304" type="curve" smooth="yes"/>
- <point x="736" y="304"/>
- <point x="688" y="384"/>
- <point x="688" y="464" type="curve" smooth="yes"/>
- <point x="688" y="580"/>
- <point x="756" y="628"/>
- <point x="892" y="628" type="curve" smooth="yes"/>
- <point x="940" y="628" type="line"/>
- <point x="940" y="808" type="line"/>
- </contour>
- <contour>
- <point x="884" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="884" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1656" y="1776" type="move" name="top0315"/>
+ <point x="788.0" y="808.0" type="line"/>
+ <point x="436.0" y="808.0"/>
+ <point x="244.0" y="672.0"/>
+ <point x="244.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="244.0" y="140.0"/>
+ <point x="524.0" y="-28.0"/>
+ <point x="908.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1220.0" y="-28.0"/>
+ <point x="1580.0" y="148.0"/>
+ <point x="1580.0" y="748.0" type="curve"/>
+ <point x="1140.0" y="748.0" type="line"/>
+ <point x="1140.0" y="396.0"/>
+ <point x="1032.0" y="304.0"/>
+ <point x="880.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="304.0"/>
+ <point x="688.0" y="384.0"/>
+ <point x="688.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="580.0"/>
+ <point x="756.0" y="628.0"/>
+ <point x="892.0" y="628.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="628.0" type="line"/>
+ <point x="940.0" y="808.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1540.0, 'leftMargin': 129, 'rightMargin': 76.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/epsilontonos.glif b/src/Inter-UI-Black.ufo/glyphs/epsilontonos.glif
new file mode 100644
index 000000000..b4308d408
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/epsilontonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="epsilontonos" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03AD"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="tonos" xOffset="480.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/equal.case.glif b/src/Inter-UI-Black.ufo/glyphs/equal.case.glif
index fec07a641..20a78afc4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/equal.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/equal.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="equal.case" format="1">
- <advance width="1568"/>
+<glyph name="equal.case" format="2">
+ <advance width="1568.0"/>
<outline>
- <component base="equal" yOffset="128"/>
+ <component base="equal" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1638, 'leftMargin': 180, 'rightMargin': 198}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/equal.glif b/src/Inter-UI-Black.ufo/glyphs/equal.glif
index 20d741eeb..411384d4c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/equal.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/equal.glif
@@ -1,49 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="equal" format="1">
- <advance width="1568"/>
+<glyph name="equal" format="2">
+ <advance width="1568.0"/>
<unicode hex="003D"/>
+ <guideline x="532.0" y="896.0" angle="0.0"/>
<outline>
<contour>
- <point x="208" y="748" type="line"/>
- <point x="208" y="396" type="line"/>
- <point x="1360" y="396" type="line"/>
- <point x="1360" y="748" type="line"/>
+ <point x="208.0" y="748.0" type="line"/>
+ <point x="208.0" y="396.0" type="line"/>
+ <point x="1360.0" y="396.0" type="line"/>
+ <point x="1360.0" y="748.0" type="line"/>
</contour>
<contour>
- <point x="208" y="1396" type="line"/>
- <point x="208" y="1044" type="line"/>
- <point x="1360" y="1044" type="line"/>
- <point x="1360" y="1396" type="line"/>
+ <point x="208.0" y="1396.0" type="line"/>
+ <point x="208.0" y="1044.0" type="line"/>
+ <point x="1360.0" y="1044.0" type="line"/>
+ <point x="1360.0" y="1396.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>532</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1492, 'leftMargin': 78, 'rightMargin': 87}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/equalsub.glif b/src/Inter-UI-Black.ufo/glyphs/equalsub.glif
index 7d625feeb..713c1f398 100644
--- a/src/Inter-UI-Black.ufo/glyphs/equalsub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/equalsub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="equalsub" format="1">
- <advance width="1312"/>
+<glyph name="equalsub" format="2">
+ <advance width="1312.0"/>
<unicode hex="208C"/>
<outline>
- <component base="equalsuperior" yOffset="-1376"/>
+ <component base="equalsuperior" yOffset="-1376.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1029, 'leftMargin': 236, 'rightMargin': -15}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/equalsuperior.glif b/src/Inter-UI-Black.ufo/glyphs/equalsuperior.glif
index f6e015d39..6cfc3d822 100644
--- a/src/Inter-UI-Black.ufo/glyphs/equalsuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/equalsuperior.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="equalsuperior" format="1">
- <advance width="1312"/>
+<glyph name="equalsuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="207C"/>
<outline>
<contour>
- <point x="1060" y="1296" type="line"/>
- <point x="252" y="1296" type="line"/>
- <point x="252" y="1036" type="line"/>
- <point x="1060" y="1036" type="line"/>
+ <point x="1060.0" y="1296.0" type="line"/>
+ <point x="252.0" y="1296.0" type="line"/>
+ <point x="252.0" y="1036.0" type="line"/>
+ <point x="1060.0" y="1036.0" type="line"/>
</contour>
<contour>
- <point x="1060" y="1736" type="line"/>
- <point x="252" y="1736" type="line"/>
- <point x="252" y="1476" type="line"/>
- <point x="1060" y="1476" type="line"/>
+ <point x="1060.0" y="1736.0" type="line"/>
+ <point x="252.0" y="1736.0" type="line"/>
+ <point x="252.0" y="1476.0" type="line"/>
+ <point x="1060.0" y="1476.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1029, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ercyrillic.glif
new file mode 100644
index 000000000..2ca0932c3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ercyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ercyrillic" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="0440"/>
+ <anchor x="376.0" y="-560.0" name="bottom"/>
+ <anchor x="1716.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1060.0" y="1760.0" name="parent_top"/>
+ <anchor x="1060.0" y="1760.0" name="top"/>
+ <anchor x="1716.0" y="1760.0" name="top0315"/>
+ <anchor x="1716.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="p"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/erev.glif b/src/Inter-UI-Black.ufo/glyphs/erev.glif
index f96c703b7..a0f047cf4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/erev.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/erev.glif
@@ -1,59 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="erev" format="1">
- <advance width="1568"/>
+<glyph name="erev" format="2">
+ <advance width="1568.0"/>
<unicode hex="0258"/>
+ <anchor x="716.0" y="0.0" name="bottom"/>
+ <anchor x="1256.0" y="900.0" name="rhotichook"/>
+ <anchor x="764.0" y="1776.0" name="top"/>
+ <anchor x="1564.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="716" y="-28" type="curve" smooth="yes"/>
- <point x="1196" y="-28"/>
- <point x="1476" y="304"/>
- <point x="1476" y="696" type="curve" smooth="yes"/>
- <point x="1476" y="748" type="line" smooth="yes"/>
- <point x="1476" y="1180"/>
- <point x="1224" y="1516"/>
- <point x="764" y="1516" type="curve" smooth="yes"/>
- <point x="340" y="1516"/>
- <point x="96" y="1232"/>
- <point x="96" y="788" type="curve" smooth="yes"/>
- <point x="96" y="600" type="line"/>
- <point x="1300" y="600" type="line"/>
- <point x="1300" y="888" type="line"/>
- <point x="528" y="888" type="line"/>
- <point x="528" y="924" type="line" smooth="yes"/>
- <point x="528" y="1072"/>
- <point x="608" y="1160"/>
- <point x="768" y="1160" type="curve" smooth="yes"/>
- <point x="972" y="1160"/>
- <point x="1032" y="968"/>
- <point x="1032" y="748" type="curve" smooth="yes"/>
- <point x="1032" y="696" type="line" smooth="yes"/>
- <point x="1032" y="476"/>
- <point x="904" y="332"/>
- <point x="688" y="332" type="curve" smooth="yes"/>
- <point x="556" y="332"/>
- <point x="428" y="376"/>
- <point x="340" y="484" type="curve"/>
- <point x="132" y="236" type="line"/>
- <point x="228" y="104"/>
- <point x="428" y="-28"/>
- </contour>
- <contour>
- <point x="1256" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="764" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="716" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1564" y="1776" type="move" name="top0315"/>
+ <point x="716.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="-28.0"/>
+ <point x="1476.0" y="304.0"/>
+ <point x="1476.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="748.0" type="line" smooth="yes"/>
+ <point x="1476.0" y="1180.0"/>
+ <point x="1224.0" y="1516.0"/>
+ <point x="764.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="1516.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="788.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="600.0" type="line"/>
+ <point x="1300.0" y="600.0" type="line"/>
+ <point x="1300.0" y="888.0" type="line"/>
+ <point x="528.0" y="888.0" type="line"/>
+ <point x="528.0" y="924.0" type="line" smooth="yes"/>
+ <point x="528.0" y="1072.0"/>
+ <point x="608.0" y="1160.0"/>
+ <point x="768.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1160.0"/>
+ <point x="1032.0" y="968.0"/>
+ <point x="1032.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="696.0" type="line" smooth="yes"/>
+ <point x="1032.0" y="476.0"/>
+ <point x="904.0" y="332.0"/>
+ <point x="688.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="332.0"/>
+ <point x="428.0" y="376.0"/>
+ <point x="340.0" y="484.0" type="curve"/>
+ <point x="132.0" y="236.0" type="line"/>
+ <point x="228.0" y="104.0"/>
+ <point x="428.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1530, 'leftMargin': 62, 'rightMargin': 89}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ereversedcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ereversedcyrillic.glif
index 3921c6c3d..d818a47a7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ereversedcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ereversedcyrillic.glif
@@ -1,55 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ereversedcyrillic" format="1">
- <advance width="1568"/>
+<glyph name="ereversedcyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="044D"/>
+ <anchor x="764.0" y="1776.0" name="top"/>
+ <anchor x="1500.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="744" y="1160" type="curve" smooth="yes"/>
- <point x="952" y="1160"/>
- <point x="1000" y="980"/>
- <point x="1000" y="760" type="curve" smooth="yes"/>
- <point x="1000" y="728" type="line" smooth="yes"/>
- <point x="1000" y="512"/>
- <point x="948" y="332"/>
- <point x="744" y="332" type="curve"/>
- <point x="604" y="332"/>
- <point x="540" y="436"/>
- <point x="540" y="568" type="curve"/>
- <point x="124" y="568" type="line"/>
- <point x="124" y="192"/>
- <point x="376" y="-28"/>
- <point x="744" y="-28" type="curve" smooth="yes"/>
- <point x="1204" y="-28"/>
- <point x="1444" y="296"/>
- <point x="1444" y="728" type="curve" smooth="yes"/>
- <point x="1444" y="760" type="line" smooth="yes"/>
- <point x="1444" y="1188"/>
- <point x="1204" y="1516"/>
- <point x="744" y="1516" type="curve"/>
- <point x="388" y="1516"/>
- <point x="124" y="1292"/>
- <point x="124" y="960" type="curve"/>
- <point x="540" y="960" type="line"/>
- <point x="540" y="1084"/>
- <point x="608" y="1160"/>
+ <point x="744.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="1160.0"/>
+ <point x="1000.0" y="980.0"/>
+ <point x="1000.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="512.0"/>
+ <point x="948.0" y="332.0"/>
+ <point x="744.0" y="332.0" type="curve"/>
+ <point x="604.0" y="332.0"/>
+ <point x="540.0" y="436.0"/>
+ <point x="540.0" y="568.0" type="curve"/>
+ <point x="124.0" y="568.0" type="line"/>
+ <point x="124.0" y="192.0"/>
+ <point x="376.0" y="-28.0"/>
+ <point x="744.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="-28.0"/>
+ <point x="1444.0" y="296.0"/>
+ <point x="1444.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1188.0"/>
+ <point x="1204.0" y="1516.0"/>
+ <point x="744.0" y="1516.0" type="curve"/>
+ <point x="388.0" y="1516.0"/>
+ <point x="124.0" y="1292.0"/>
+ <point x="124.0" y="960.0" type="curve"/>
+ <point x="540.0" y="960.0" type="line"/>
+ <point x="540.0" y="1084.0"/>
+ <point x="608.0" y="1160.0"/>
</contour>
<contour>
- <point x="1132" y="872" type="line"/>
- <point x="644" y="872" type="line"/>
- <point x="644" y="620" type="line"/>
- <point x="1132" y="620" type="line"/>
- </contour>
- <contour>
- <point x="764" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1500" y="1776" type="move" name="top0315"/>
+ <point x="1132.0" y="872.0" type="line"/>
+ <point x="644.0" y="872.0" type="line"/>
+ <point x="644.0" y="620.0" type="line"/>
+ <point x="1132.0" y="620.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 70, 'rightMargin': 56}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/escyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/escyrillic.glif
new file mode 100644
index 000000000..75a4d56f9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/escyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="escyrillic" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0441"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="1776.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/esdescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/esdescendercyrillic.glif
new file mode 100644
index 000000000..b03f2755f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/esdescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="esdescendercyrillic" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="04AB"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="1776.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="cyrillictic" xOffset="420.0" yOffset="-184.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/esh.glif b/src/Inter-UI-Black.ufo/glyphs/esh.glif
index e6a076adb..480e7a001 100644
--- a/src/Inter-UI-Black.ufo/glyphs/esh.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/esh.glif
@@ -1,88 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="esh" format="1">
- <advance width="1312"/>
+<glyph name="esh" format="2">
+ <advance width="1312.0"/>
<unicode hex="0283"/>
+ <guideline y="2140.875"/>
+ <guideline y="-599.5"/>
+ <anchor x="356.0" y="-616.0" name="bottom"/>
+ <anchor x="944.0" y="2340.0" name="top"/>
+ <anchor x="1240.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="880" y="0" type="line" name="hr00"/>
- <point x="880" y="1608" type="line" smooth="yes"/>
- <point x="880" y="1724"/>
- <point x="956" y="1784"/>
- <point x="1092" y="1784" type="curve" smooth="yes"/>
- <point x="1144" y="1784"/>
- <point x="1176" y="1780"/>
- <point x="1208" y="1772" type="curve"/>
- <point x="1208" y="2112" type="line"/>
- <point x="1144" y="2128"/>
- <point x="1076" y="2140"/>
- <point x="996" y="2140" type="curve" smooth="yes"/>
- <point x="652" y="2140"/>
- <point x="432" y="1956"/>
- <point x="432" y="1608" type="curve" smooth="yes"/>
- <point x="432" y="0" type="line"/>
+ <point x="880.0" y="0.0" type="line"/>
+ <point x="880.0" y="1608.0" type="line" smooth="yes"/>
+ <point x="880.0" y="1724.0"/>
+ <point x="956.0" y="1784.0"/>
+ <point x="1092.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="1784.0"/>
+ <point x="1176.0" y="1780.0"/>
+ <point x="1208.0" y="1772.0" type="curve"/>
+ <point x="1208.0" y="2112.0" type="line"/>
+ <point x="1144.0" y="2128.0"/>
+ <point x="1076.0" y="2140.0"/>
+ <point x="996.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="2140.0"/>
+ <point x="432.0" y="1956.0"/>
+ <point x="432.0" y="1608.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="432" y="1540" type="line"/>
- <point x="432" y="-68" type="line" smooth="yes"/>
- <point x="432" y="-180"/>
- <point x="356" y="-244"/>
- <point x="220" y="-244" type="curve" smooth="yes"/>
- <point x="168" y="-244"/>
- <point x="136" y="-240"/>
- <point x="104" y="-232" type="curve"/>
- <point x="104" y="-572" type="line"/>
- <point x="168" y="-588"/>
- <point x="240" y="-600"/>
- <point x="316" y="-600" type="curve" smooth="yes"/>
- <point x="660" y="-600"/>
- <point x="880" y="-412"/>
- <point x="880" y="-68" type="curve" smooth="yes"/>
- <point x="880" y="1540" type="line"/>
- </contour>
- <contour>
- <point x="944" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="356" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1240" y="2340" type="move" name="top0315"/>
+ <point x="432.0" y="1540.0" type="line"/>
+ <point x="432.0" y="-68.0" type="line" smooth="yes"/>
+ <point x="432.0" y="-180.0"/>
+ <point x="356.0" y="-244.0"/>
+ <point x="220.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="168.0" y="-244.0"/>
+ <point x="136.0" y="-240.0"/>
+ <point x="104.0" y="-232.0" type="curve"/>
+ <point x="104.0" y="-572.0" type="line"/>
+ <point x="168.0" y="-588.0"/>
+ <point x="240.0" y="-600.0"/>
+ <point x="316.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="-600.0"/>
+ <point x="880.0" y="-412.0"/>
+ <point x="880.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="1540.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2140.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-599.5</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1166.0, 'leftMargin': 30, 'rightMargin': 30.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eshcurl.glif b/src/Inter-UI-Black.ufo/glyphs/eshcurl.glif
index 6708cd64a..b94e419a9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eshcurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eshcurl.glif
@@ -1,74 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eshcurl" format="1">
- <advance width="1568"/>
+<glyph name="eshcurl" format="2">
+ <advance width="1568.0"/>
<unicode hex="0286"/>
+ <anchor x="572.0" y="-616.0" name="bottom"/>
+ <anchor x="1172.0" y="2340.0" name="top"/>
+ <anchor x="1536.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="1132" y="344" type="line"/>
- <point x="688" y="344" type="line"/>
- <point x="688" y="344"/>
- <point x="688" y="-128"/>
- <point x="688" y="-168" type="curve" smooth="yes"/>
- <point x="688" y="-264"/>
- <point x="660" y="-324"/>
- <point x="568" y="-324" type="curve" smooth="yes"/>
- <point x="504" y="-324"/>
- <point x="444" y="-296"/>
- <point x="444" y="-220" type="curve" smooth="yes"/>
- <point x="444" y="-156"/>
- <point x="500" y="-124"/>
- <point x="584" y="-124" type="curve" smooth="yes"/>
- <point x="724" y="-124"/>
- <point x="848" y="-196"/>
- <point x="1024" y="-332" type="curve"/>
- <point x="1316" y="-572" type="line"/>
- <point x="1508" y="-300" type="line"/>
- <point x="1100" y="24" type="line"/>
- <point x="936" y="128"/>
- <point x="772" y="172"/>
- <point x="536" y="172" type="curve" smooth="yes"/>
- <point x="228" y="172"/>
- <point x="64" y="24"/>
- <point x="64" y="-208" type="curve" smooth="yes"/>
- <point x="64" y="-440"/>
- <point x="228" y="-600"/>
- <point x="576" y="-600" type="curve" smooth="yes"/>
- <point x="1008" y="-600"/>
- <point x="1132" y="-352"/>
- <point x="1132" y="-52" type="curve"/>
+ <point x="1132.0" y="344.0" type="line"/>
+ <point x="688.0" y="344.0" type="line"/>
+ <point x="688.0" y="344.0"/>
+ <point x="688.0" y="-128.0"/>
+ <point x="688.0" y="-168.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="-264.0"/>
+ <point x="660.0" y="-324.0"/>
+ <point x="568.0" y="-324.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="-324.0"/>
+ <point x="444.0" y="-296.0"/>
+ <point x="444.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="-156.0"/>
+ <point x="500.0" y="-124.0"/>
+ <point x="584.0" y="-124.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="-124.0"/>
+ <point x="848.0" y="-196.0"/>
+ <point x="1024.0" y="-332.0" type="curve"/>
+ <point x="1316.0" y="-572.0" type="line"/>
+ <point x="1508.0" y="-300.0" type="line"/>
+ <point x="1100.0" y="24.0" type="line"/>
+ <point x="936.0" y="128.0"/>
+ <point x="772.0" y="172.0"/>
+ <point x="536.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="228.0" y="172.0"/>
+ <point x="64.0" y="24.0"/>
+ <point x="64.0" y="-208.0" type="curve" smooth="yes"/>
+ <point x="64.0" y="-440.0"/>
+ <point x="228.0" y="-600.0"/>
+ <point x="576.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="-600.0"/>
+ <point x="1132.0" y="-352.0"/>
+ <point x="1132.0" y="-52.0" type="curve"/>
</contour>
<contour>
- <point x="1132" y="0" type="line"/>
- <point x="1132" y="1608" type="line" smooth="yes"/>
- <point x="1132" y="1724"/>
- <point x="1212" y="1784"/>
- <point x="1348" y="1784" type="curve" smooth="yes"/>
- <point x="1396" y="1784"/>
- <point x="1432" y="1780"/>
- <point x="1464" y="1772" type="curve"/>
- <point x="1464" y="2112" type="line"/>
- <point x="1400" y="2128"/>
- <point x="1328" y="2140"/>
- <point x="1252" y="2140" type="curve" smooth="yes"/>
- <point x="908" y="2140"/>
- <point x="688" y="1956"/>
- <point x="688" y="1608" type="curve" smooth="yes"/>
- <point x="688" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1172" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="572" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1536" y="2340" type="move" name="top0315"/>
+ <point x="1132.0" y="0.0" type="line"/>
+ <point x="1132.0" y="1608.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="1724.0"/>
+ <point x="1212.0" y="1784.0"/>
+ <point x="1348.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="1784.0"/>
+ <point x="1432.0" y="1780.0"/>
+ <point x="1464.0" y="1772.0" type="curve"/>
+ <point x="1464.0" y="2112.0" type="line"/>
+ <point x="1400.0" y="2128.0"/>
+ <point x="1328.0" y="2140.0"/>
+ <point x="1252.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="2140.0"/>
+ <point x="688.0" y="1956.0"/>
+ <point x="688.0" y="1608.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1515, 'leftMargin': 41, 'rightMargin': 30}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eshlooprev.glif b/src/Inter-UI-Black.ufo/glyphs/eshlooprev.glif
index f7cfdfd24..bc103972d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eshlooprev.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eshlooprev.glif
@@ -1,59 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eshlooprev" format="1">
- <advance width="1824"/>
+<glyph name="eshlooprev" format="2">
+ <advance width="1824.0"/>
<unicode hex="01AA"/>
<outline>
<contour>
- <point x="892" y="1360" type="line"/>
- <point x="892" y="-20" type="line" smooth="yes"/>
- <point x="892" y="-396"/>
- <point x="1100" y="-600"/>
- <point x="1440" y="-600" type="curve" smooth="yes"/>
- <point x="1516" y="-600"/>
- <point x="1580" y="-596"/>
- <point x="1652" y="-580" type="curve"/>
- <point x="1652" y="-228" type="line"/>
- <point x="1608" y="-236"/>
- <point x="1568" y="-240"/>
- <point x="1524" y="-240" type="curve" smooth="yes"/>
- <point x="1404" y="-240"/>
- <point x="1336" y="-168"/>
- <point x="1336" y="-20" type="curve" smooth="yes"/>
- <point x="1336" y="1592" type="line"/>
+ <point x="892.0" y="1360.0" type="line"/>
+ <point x="892.0" y="-20.0" type="line" smooth="yes"/>
+ <point x="892.0" y="-396.0"/>
+ <point x="1100.0" y="-600.0"/>
+ <point x="1440.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1516.0" y="-600.0"/>
+ <point x="1580.0" y="-596.0"/>
+ <point x="1652.0" y="-580.0" type="curve"/>
+ <point x="1652.0" y="-228.0" type="line"/>
+ <point x="1608.0" y="-236.0"/>
+ <point x="1568.0" y="-240.0"/>
+ <point x="1524.0" y="-240.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="-240.0"/>
+ <point x="1336.0" y="-168.0"/>
+ <point x="1336.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="1592.0" type="line"/>
</contour>
<contour>
- <point x="172" y="1592" type="curve" smooth="yes"/>
- <point x="172" y="1272"/>
- <point x="432" y="1012"/>
- <point x="752" y="1012" type="curve" smooth="yes"/>
- <point x="1072" y="1012"/>
- <point x="1336" y="1272"/>
- <point x="1336" y="1592" type="curve" smooth="yes"/>
- <point x="1336" y="1912"/>
- <point x="1072" y="2176"/>
- <point x="752" y="2176" type="curve" smooth="yes"/>
- <point x="432" y="2176"/>
- <point x="172" y="1912"/>
+ <point x="172.0" y="1592.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="1272.0"/>
+ <point x="432.0" y="1012.0"/>
+ <point x="752.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="1012.0"/>
+ <point x="1336.0" y="1272.0"/>
+ <point x="1336.0" y="1592.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="1912.0"/>
+ <point x="1072.0" y="2176.0"/>
+ <point x="752.0" y="2176.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="2176.0"/>
+ <point x="172.0" y="1912.0"/>
</contour>
<contour>
- <point x="756" y="1388" type="curve" smooth="yes"/>
- <point x="640" y="1388"/>
- <point x="556" y="1456"/>
- <point x="556" y="1596" type="curve" smooth="yes"/>
- <point x="556" y="1732"/>
- <point x="640" y="1800"/>
- <point x="756" y="1800" type="curve" smooth="yes"/>
- <point x="860" y="1800"/>
- <point x="948" y="1732"/>
- <point x="948" y="1596" type="curve" smooth="yes"/>
- <point x="948" y="1456"/>
- <point x="860" y="1388"/>
+ <point x="756.0" y="1388.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="1388.0"/>
+ <point x="556.0" y="1456.0"/>
+ <point x="556.0" y="1596.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="1732.0"/>
+ <point x="640.0" y="1800.0"/>
+ <point x="756.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="1800.0"/>
+ <point x="948.0" y="1732.0"/>
+ <point x="948.0" y="1596.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="1456.0"/>
+ <point x="860.0" y="1388.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1537, 'leftMargin': 55, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eshshortrev.glif b/src/Inter-UI-Black.ufo/glyphs/eshshortrev.glif
index 7013f5ada..5fc9edc63 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eshshortrev.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eshshortrev.glif
@@ -1,88 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eshshortrev" format="1">
- <advance width="1312"/>
+<glyph name="eshshortrev" format="2">
+ <advance width="1312.0"/>
<unicode hex="0285"/>
+ <guideline y="1515.25"/>
+ <guideline y="-600.875"/>
+ <anchor x="940.0" y="-616.0" name="bottom"/>
+ <anchor x="364.0" y="1776.0" name="top"/>
+ <anchor x="1240.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="880" y="0" type="line" name="hr00"/>
- <point x="880" y="984" type="line" smooth="yes"/>
- <point x="880" y="1328"/>
- <point x="664" y="1516"/>
- <point x="316" y="1516" type="curve" smooth="yes"/>
- <point x="240" y="1516"/>
- <point x="168" y="1504"/>
- <point x="104" y="1488" type="curve"/>
- <point x="104" y="1144" type="line"/>
- <point x="136" y="1156"/>
- <point x="172" y="1160"/>
- <point x="220" y="1160" type="curve" smooth="yes"/>
- <point x="360" y="1160"/>
- <point x="436" y="1096"/>
- <point x="436" y="984" type="curve" smooth="yes"/>
- <point x="436" y="0" type="line"/>
+ <point x="880.0" y="0.0" type="line"/>
+ <point x="880.0" y="984.0" type="line" smooth="yes"/>
+ <point x="880.0" y="1328.0"/>
+ <point x="664.0" y="1516.0"/>
+ <point x="316.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="1516.0"/>
+ <point x="168.0" y="1504.0"/>
+ <point x="104.0" y="1488.0" type="curve"/>
+ <point x="104.0" y="1144.0" type="line"/>
+ <point x="136.0" y="1156.0"/>
+ <point x="172.0" y="1160.0"/>
+ <point x="220.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1160.0"/>
+ <point x="436.0" y="1096.0"/>
+ <point x="436.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="436" y="916" type="line"/>
- <point x="436" y="-68" type="line" smooth="yes"/>
- <point x="436" y="-416"/>
- <point x="652" y="-600"/>
- <point x="996" y="-600" type="curve" smooth="yes"/>
- <point x="1076" y="-600"/>
- <point x="1144" y="-588"/>
- <point x="1212" y="-572" type="curve"/>
- <point x="1212" y="-232" type="line"/>
- <point x="1176" y="-240"/>
- <point x="1144" y="-244"/>
- <point x="1092" y="-244" type="curve" smooth="yes"/>
- <point x="956" y="-244"/>
- <point x="880" y="-184"/>
- <point x="880" y="-68" type="curve" smooth="yes"/>
- <point x="880" y="916" type="line"/>
- </contour>
- <contour>
- <point x="364" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="940" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1240" y="1776" type="move" name="top0315"/>
+ <point x="436.0" y="916.0" type="line"/>
+ <point x="436.0" y="-68.0" type="line" smooth="yes"/>
+ <point x="436.0" y="-416.0"/>
+ <point x="652.0" y="-600.0"/>
+ <point x="996.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="-600.0"/>
+ <point x="1144.0" y="-588.0"/>
+ <point x="1212.0" y="-572.0" type="curve"/>
+ <point x="1212.0" y="-232.0" type="line"/>
+ <point x="1176.0" y="-240.0"/>
+ <point x="1144.0" y="-244.0"/>
+ <point x="1092.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="-244.0"/>
+ <point x="880.0" y="-184.0"/>
+ <point x="880.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="916.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1515.25</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-600.875</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1167, 'leftMargin': 30, 'rightMargin': 30}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/estimated.glif b/src/Inter-UI-Black.ufo/glyphs/estimated.glif
index 1415989a9..cce039fab 100644
--- a/src/Inter-UI-Black.ufo/glyphs/estimated.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/estimated.glif
@@ -1,57 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="estimated" format="1">
- <advance width="1824"/>
+<glyph name="estimated" format="2">
+ <advance width="1824.0"/>
<unicode hex="212E"/>
<outline>
<contour>
- <point x="1440" y="272" type="line"/>
- <point x="1276" y="156"/>
- <point x="1104" y="104"/>
- <point x="932" y="104" type="curve" smooth="yes"/>
- <point x="792" y="104"/>
- <point x="660" y="164"/>
- <point x="556" y="256" type="curve"/>
- <point x="556" y="708" type="line"/>
- <point x="1612" y="708" type="line"/>
- <point x="1612" y="756"/>
- <point x="1612" y="768"/>
- <point x="1612" y="772" type="curve" smooth="yes"/>
- <point x="1612" y="1200"/>
- <point x="1308" y="1516"/>
- <point x="932" y="1516" type="curve" smooth="yes"/>
- <point x="572" y="1516"/>
- <point x="212" y="1168"/>
- <point x="212" y="744" type="curve" smooth="yes"/>
- <point x="212" y="320"/>
- <point x="536" y="-28"/>
- <point x="932" y="-28" type="curve" smooth="yes"/>
- <point x="1112" y="-28"/>
- <point x="1288" y="32"/>
- <point x="1440" y="128" type="curve"/>
+ <point x="1440.0" y="272.0" type="line"/>
+ <point x="1276.0" y="156.0"/>
+ <point x="1104.0" y="104.0"/>
+ <point x="932.0" y="104.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="104.0"/>
+ <point x="660.0" y="164.0"/>
+ <point x="556.0" y="256.0" type="curve"/>
+ <point x="556.0" y="708.0" type="line"/>
+ <point x="1612.0" y="708.0" type="line"/>
+ <point x="1612.0" y="756.0"/>
+ <point x="1612.0" y="768.0"/>
+ <point x="1612.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1612.0" y="1200.0"/>
+ <point x="1308.0" y="1516.0"/>
+ <point x="932.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="1516.0"/>
+ <point x="212.0" y="1168.0"/>
+ <point x="212.0" y="744.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="320.0"/>
+ <point x="536.0" y="-28.0"/>
+ <point x="932.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="-28.0"/>
+ <point x="1288.0" y="32.0"/>
+ <point x="1440.0" y="128.0" type="curve"/>
</contour>
<contour>
- <point x="932" y="1388" type="curve"/>
- <point x="1072" y="1388"/>
- <point x="1204" y="1328"/>
- <point x="1300" y="1232" type="curve"/>
- <point x="1300" y="836" type="line"/>
- <point x="556" y="836" type="line"/>
- <point x="556" y="1220" type="line"/>
- <point x="664" y="1320"/>
- <point x="796" y="1388"/>
+ <point x="932.0" y="1388.0" type="curve"/>
+ <point x="1072.0" y="1388.0"/>
+ <point x="1204.0" y="1328.0"/>
+ <point x="1300.0" y="1232.0" type="curve"/>
+ <point x="1300.0" y="836.0" type="line"/>
+ <point x="556.0" y="836.0" type="line"/>
+ <point x="556.0" y="1220.0" type="line"/>
+ <point x="664.0" y="1320.0"/>
+ <point x="796.0" y="1388.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1778, 'leftMargin': 202, 'rightMargin': 175}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eta.glif b/src/Inter-UI-Black.ufo/glyphs/eta.glif
index 7bd0a3da1..c6d52dc9f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eta.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eta.glif
@@ -1,52 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eta" format="1">
- <advance width="1656"/>
+<glyph name="eta" format="2">
+ <advance width="1656.0"/>
<unicode hex="03B7"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="604" y="816" type="line" smooth="yes"/>
- <point x="604" y="1032"/>
- <point x="660" y="1192"/>
- <point x="832" y="1192" type="curve" smooth="yes"/>
- <point x="956" y="1192"/>
- <point x="1052" y="1108"/>
- <point x="1052" y="944" type="curve" smooth="yes"/>
- <point x="1052" y="-576" type="line"/>
- <point x="1512" y="-576" type="line"/>
- <point x="1512" y="960" type="line" smooth="yes"/>
- <point x="1512" y="1404"/>
- <point x="1256" y="1556"/>
- <point x="996" y="1556" type="curve" smooth="yes"/>
- <point x="820" y="1556"/>
- <point x="672" y="1484"/>
- <point x="584" y="1372" type="curve"/>
- <point x="568" y="1372" type="line"/>
- <point x="568" y="1536" type="line"/>
- <point x="144" y="1536" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- </contour>
- <contour>
- <point x="876" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="344" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1576" y="1776" type="move" name="top0315"/>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1032.0"/>
+ <point x="660.0" y="1192.0"/>
+ <point x="832.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1192.0"/>
+ <point x="1052.0" y="1108.0"/>
+ <point x="1052.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="-576.0" type="line"/>
+ <point x="1512.0" y="-576.0" type="line"/>
+ <point x="1512.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1512.0" y="1404.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="996.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="1556.0"/>
+ <point x="672.0" y="1484.0"/>
+ <point x="584.0" y="1372.0" type="curve"/>
+ <point x="568.0" y="1372.0" type="line"/>
+ <point x="568.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 129, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/etatonos.glif b/src/Inter-UI-Black.ufo/glyphs/etatonos.glif
new file mode 100644
index 000000000..512e926d3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/etatonos.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="etatonos" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="03AE"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="tonos" xOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eth.glif b/src/Inter-UI-Black.ufo/glyphs/eth.glif
index 27a164944..84baef170 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eth.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eth.glif
@@ -1,415 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eth" format="1">
- <advance width="1536"/>
+<glyph name="eth" format="2">
+ <advance width="1536.0"/>
<unicode hex="00F0"/>
<outline>
<contour>
- <point x="1212" y="1864" type="line"/>
- <point x="1088" y="2092" type="line"/>
- <point x="252" y="1648" type="line"/>
- <point x="376" y="1420" type="line"/>
+ <point x="1212.0" y="1864.0" type="line"/>
+ <point x="1088.0" y="2092.0" type="line"/>
+ <point x="252.0" y="1648.0" type="line"/>
+ <point x="376.0" y="1420.0" type="line"/>
</contour>
<contour>
- <point x="768" y="-32" type="curve" smooth="yes"/>
- <point x="1172" y="-32"/>
- <point x="1440" y="256"/>
- <point x="1440" y="752" type="curve" smooth="yes"/>
- <point x="1440" y="1452"/>
- <point x="960" y="1944"/>
- <point x="512" y="2176" type="curve"/>
- <point x="308" y="1892" type="line"/>
- <point x="636" y="1696"/>
- <point x="776" y="1572"/>
- <point x="920" y="1336" type="curve"/>
- <point x="900" y="1336" type="line"/>
- <point x="820" y="1428"/>
- <point x="672" y="1444"/>
- <point x="560" y="1420" type="curve" smooth="yes"/>
- <point x="332" y="1368"/>
- <point x="96" y="1116"/>
- <point x="96" y="704" type="curve" smooth="yes"/>
- <point x="96" y="276"/>
- <point x="356" y="-32"/>
+ <point x="768.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="-32.0"/>
+ <point x="1440.0" y="256.0"/>
+ <point x="1440.0" y="752.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="1452.0"/>
+ <point x="960.0" y="1944.0"/>
+ <point x="512.0" y="2176.0" type="curve"/>
+ <point x="308.0" y="1892.0" type="line"/>
+ <point x="636.0" y="1696.0"/>
+ <point x="776.0" y="1572.0"/>
+ <point x="920.0" y="1336.0" type="curve"/>
+ <point x="900.0" y="1336.0" type="line"/>
+ <point x="820.0" y="1428.0"/>
+ <point x="672.0" y="1444.0"/>
+ <point x="560.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="332.0" y="1368.0"/>
+ <point x="96.0" y="1116.0"/>
+ <point x="96.0" y="704.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="276.0"/>
+ <point x="356.0" y="-32.0"/>
</contour>
<contour>
- <point x="788" y="324" type="curve" smooth="yes"/>
- <point x="632" y="324"/>
- <point x="532" y="440"/>
- <point x="532" y="708" type="curve" smooth="yes"/>
- <point x="532" y="980"/>
- <point x="636" y="1084"/>
- <point x="788" y="1084" type="curve" smooth="yes"/>
- <point x="940" y="1084"/>
- <point x="1044" y="980"/>
- <point x="1044" y="708" type="curve" smooth="yes"/>
- <point x="1044" y="440"/>
- <point x="944" y="324"/>
+ <point x="788.0" y="324.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="324.0"/>
+ <point x="532.0" y="440.0"/>
+ <point x="532.0" y="708.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="980.0"/>
+ <point x="636.0" y="1084.0"/>
+ <point x="788.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="1084.0"/>
+ <point x="1044.0" y="980.0"/>
+ <point x="1044.0" y="708.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="440.0"/>
+ <point x="944.0" y="324.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1280</integer>
- <key>y</key>
- <integer>1948</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1212</integer>
- <key>y</key>
- <integer>2096</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>392</integer>
- <key>y</key>
- <integer>1700</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>460</integer>
- <key>y</key>
- <integer>1552</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>768</integer>
- <key>y</key>
- <integer>-32</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1172</integer>
- <key>y</key>
- <integer>-32</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1440</integer>
- <key>y</key>
- <integer>256</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1440</integer>
- <key>y</key>
- <integer>752</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1440</integer>
- <key>y</key>
- <integer>1452</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>960</integer>
- <key>y</key>
- <integer>1944</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>512</integer>
- <key>y</key>
- <integer>2176</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>408</integer>
- <key>y</key>
- <integer>2008</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>884</integer>
- <key>y</key>
- <integer>1764</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1080</integer>
- <key>y</key>
- <integer>1428</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1168</integer>
- <key>y</key>
- <integer>1180</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1148</integer>
- <key>y</key>
- <integer>1180</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1080</integer>
- <key>y</key>
- <integer>1300</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>940</integer>
- <key>y</key>
- <integer>1440</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>708</integer>
- <key>y</key>
- <integer>1440</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>368</integer>
- <key>y</key>
- <integer>1440</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>96</integer>
- <key>y</key>
- <integer>1140</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>96</integer>
- <key>y</key>
- <integer>704</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>96</integer>
- <key>y</key>
- <integer>276</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>356</integer>
- <key>y</key>
- <integer>-32</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>768</integer>
- <key>y</key>
- <integer>180</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>460</integer>
- <key>y</key>
- <integer>180</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>432</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>704</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>992</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>476</integer>
- <key>y</key>
- <integer>1244</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>768</integer>
- <key>y</key>
- <integer>1244</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1084</integer>
- <key>y</key>
- <integer>1244</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1208</integer>
- <key>y</key>
- <integer>948</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1208</integer>
- <key>y</key>
- <integer>688</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1208</integer>
- <key>y</key>
- <integer>404</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1060</integer>
- <key>y</key>
- <integer>180</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>eth</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1536</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1609, 'leftMargin': 98, 'rightMargin': 72}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/etilde.glif b/src/Inter-UI-Black.ufo/glyphs/etilde.glif
new file mode 100644
index 000000000..c5233109b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/etilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="etilde" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EBD"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2300.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="tilde" xOffset="148.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/etildebelow.glif b/src/Inter-UI-Black.ufo/glyphs/etildebelow.glif
new file mode 100644
index 000000000..892b84e16
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/etildebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="etildebelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E1B"/>
+ <anchor x="812.0" y="-560.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="tildesubnosp" xOffset="1648.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eturn.glif b/src/Inter-UI-Black.ufo/glyphs/eturn.glif
new file mode 100644
index 000000000..e96199908
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/eturn.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="eturn" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="01DD"/>
+ <anchor x="816.0" y="0.0" name="bottom"/>
+ <anchor x="772.0" y="1776.0" name="parent_top"/>
+ <anchor x="772.0" y="1776.0" name="top"/>
+ <anchor x="1516.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="schwa"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/eurocurrency.glif b/src/Inter-UI-Black.ufo/glyphs/eurocurrency.glif
index aa4e70be5..9a674ac24 100644
--- a/src/Inter-UI-Black.ufo/glyphs/eurocurrency.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/eurocurrency.glif
@@ -1,68 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eurocurrency" format="1">
- <advance width="2080"/>
+<glyph name="eurocurrency" format="2">
+ <advance width="2080.0"/>
<unicode hex="20A0"/>
<outline>
<contour>
- <point x="800" y="908" type="line"/>
- <point x="620" y="908"/>
- <point x="540" y="1036"/>
- <point x="540" y="1212" type="curve" smooth="yes"/>
- <point x="540" y="1460" type="line" smooth="yes"/>
- <point x="540" y="1636"/>
- <point x="620" y="1760"/>
- <point x="796" y="1760" type="curve" smooth="yes"/>
- <point x="948" y="1760"/>
- <point x="1004" y="1684"/>
- <point x="1032" y="1536" type="curve"/>
- <point x="1472" y="1536" type="line"/>
- <point x="1444" y="1924"/>
- <point x="1200" y="2112"/>
- <point x="796" y="2112" type="curve" smooth="yes"/>
- <point x="372" y="2112"/>
- <point x="96" y="1848"/>
- <point x="96" y="1460" type="curve" smooth="yes"/>
- <point x="96" y="1212" type="line" smooth="yes"/>
- <point x="96" y="824"/>
- <point x="372" y="556"/>
- <point x="800" y="556" type="curve"/>
+ <point x="800.0" y="908.0" type="line"/>
+ <point x="620.0" y="908.0"/>
+ <point x="540.0" y="1036.0"/>
+ <point x="540.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="1460.0" type="line" smooth="yes"/>
+ <point x="540.0" y="1636.0"/>
+ <point x="620.0" y="1760.0"/>
+ <point x="796.0" y="1760.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="1760.0"/>
+ <point x="1004.0" y="1684.0"/>
+ <point x="1032.0" y="1536.0" type="curve"/>
+ <point x="1472.0" y="1536.0" type="line"/>
+ <point x="1444.0" y="1924.0"/>
+ <point x="1200.0" y="2112.0"/>
+ <point x="796.0" y="2112.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="2112.0"/>
+ <point x="96.0" y="1848.0"/>
+ <point x="96.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="1212.0" type="line" smooth="yes"/>
+ <point x="96.0" y="824.0"/>
+ <point x="372.0" y="556.0"/>
+ <point x="800.0" y="556.0" type="curve"/>
</contour>
<contour>
- <point x="1984" y="356" type="line"/>
- <point x="1072" y="356" type="line"/>
- <point x="1072" y="0" type="line"/>
- <point x="1984" y="0" type="line"/>
+ <point x="1984.0" y="356.0" type="line"/>
+ <point x="1072.0" y="356.0" type="line"/>
+ <point x="1072.0" y="0.0" type="line"/>
+ <point x="1984.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1240" y="1424" type="line"/>
- <point x="796" y="1424" type="line"/>
- <point x="796" y="0" type="line"/>
- <point x="1240" y="0" type="line"/>
+ <point x="1240.0" y="1424.0" type="line"/>
+ <point x="796.0" y="1424.0" type="line"/>
+ <point x="796.0" y="0.0" type="line"/>
+ <point x="1240.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1868" y="912" type="line"/>
- <point x="1072" y="912" type="line"/>
- <point x="1072" y="556" type="line"/>
- <point x="1868" y="556" type="line"/>
+ <point x="1868.0" y="912.0" type="line"/>
+ <point x="1072.0" y="912.0" type="line"/>
+ <point x="1072.0" y="556.0" type="line"/>
+ <point x="1868.0" y="556.0" type="line"/>
</contour>
<contour>
- <point x="1984" y="1424" type="line"/>
- <point x="1072" y="1424" type="line"/>
- <point x="1072" y="1068" type="line"/>
- <point x="1984" y="1068" type="line"/>
+ <point x="1984.0" y="1424.0" type="line"/>
+ <point x="1072.0" y="1424.0" type="line"/>
+ <point x="1072.0" y="1068.0" type="line"/>
+ <point x="1984.0" y="1068.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2152, 'leftMargin': 89, 'rightMargin': 175}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/exclam.glif b/src/Inter-UI-Black.ufo/glyphs/exclam.glif
index 17c737bde..f6da0aeb7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/exclam.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/exclam.glif
@@ -1,79 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="exclam" format="1">
- <advance width="800"/>
+<glyph name="exclam" format="2">
+ <advance width="800.0"/>
<unicode hex="0021"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <guideline x="154.0"/>
<outline>
<contour>
- <point x="640" y="2048" type="line"/>
- <point x="168" y="2048" type="line"/>
- <point x="224" y="636" type="line"/>
- <point x="584" y="636" type="line"/>
+ <point x="640.0" y="2048.0" type="line"/>
+ <point x="168.0" y="2048.0" type="line"/>
+ <point x="224.0" y="636.0" type="line"/>
+ <point x="584.0" y="636.0" type="line"/>
</contour>
<contour>
- <point x="400" y="-24" type="curve" smooth="yes"/>
- <point x="548" y="-24"/>
- <point x="648" y="76"/>
- <point x="648" y="208" type="curve" smooth="yes"/>
- <point x="648" y="340"/>
- <point x="548" y="440"/>
- <point x="400" y="440" type="curve" smooth="yes"/>
- <point x="252" y="440"/>
- <point x="156" y="340"/>
- <point x="156" y="208" type="curve" smooth="yes"/>
- <point x="156" y="76"/>
- <point x="252" y="-24"/>
+ <point x="400.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="-24.0"/>
+ <point x="648.0" y="76.0"/>
+ <point x="648.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="340.0"/>
+ <point x="548.0" y="440.0"/>
+ <point x="400.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="252.0" y="440.0"/>
+ <point x="156.0" y="340.0"/>
+ <point x="156.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="156.0" y="76.0"/>
+ <point x="252.0" y="-24.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>154.0</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 774, 'leftMargin': 151, 'rightMargin': 130}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/exclam1.glif b/src/Inter-UI-Black.ufo/glyphs/exclam1.glif
index 84c8de7e9..508f5b7bb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/exclam1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/exclam1.glif
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="exclam1" format="1">
- <advance width="800"/>
+<glyph name="exclam1" format="2">
+ <advance width="800.0"/>
<unicode hex="01C3"/>
<outline>
- <component base="exclam" xOffset="-12"/>
+ <component base="exclam" xOffset="-12.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 774, 'leftMargin': 151, 'rightMargin': 130}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/exclamdbl.glif b/src/Inter-UI-Black.ufo/glyphs/exclamdbl.glif
new file mode 100644
index 000000000..580048032
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/exclamdbl.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="exclamdbl" format="2">
+ <advance width="1856.0"/>
+ <unicode hex="203C"/>
+ <outline>
+ <component base="exclam" xOffset="256.0"/>
+ <component base="exclam" xOffset="1056.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/exclamdown.glif b/src/Inter-UI-Black.ufo/glyphs/exclamdown.glif
index a7a7f55ed..4d72c0138 100644
--- a/src/Inter-UI-Black.ufo/glyphs/exclamdown.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/exclamdown.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="exclamdown" format="1">
- <advance width="800"/>
+<glyph name="exclamdown" format="2">
+ <advance width="800.0"/>
<unicode hex="00A1"/>
<outline>
- <component base="exclam" yScale="-1" yOffset="1532"/>
+ <component base="exclam" yScale="-1.0" yOffset="1532.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 831, 'leftMargin': 172, 'rightMargin': 167}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ezh.glif b/src/Inter-UI-Black.ufo/glyphs/ezh.glif
index de14d5782..4067169e4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ezh.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ezh.glif
@@ -1,52 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezh" format="1">
- <advance width="1824"/>
+<glyph name="ezh" format="2">
+ <advance width="1824.0"/>
<unicode hex="0292"/>
+ <anchor x="900.0" y="-616.0" name="bottom"/>
+ <anchor x="900.0" y="1776.0" name="top"/>
+ <anchor x="1704.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="896" y="-600" type="curve" smooth="yes"/>
- <point x="1328" y="-600"/>
- <point x="1644" y="-384"/>
- <point x="1644" y="0" type="curve" smooth="yes"/>
- <point x="1644" y="336"/>
- <point x="1468" y="560"/>
- <point x="1156" y="628" type="curve" smooth="yes"/>
- <point x="1124" y="632" type="line"/>
- <point x="1612" y="1192" type="line"/>
- <point x="1612" y="1488" type="line"/>
- <point x="276" y="1488" type="line"/>
- <point x="276" y="1132" type="line"/>
- <point x="1104" y="1132" type="line"/>
- <point x="652" y="632" type="line"/>
- <point x="652" y="364" type="line"/>
- <point x="832" y="364" type="line" smooth="yes"/>
- <point x="1072" y="364"/>
- <point x="1200" y="260"/>
- <point x="1200" y="40" type="curve" smooth="yes"/>
- <point x="1200" y="-136"/>
- <point x="1088" y="-244"/>
- <point x="896" y="-244" type="curve" smooth="yes"/>
- <point x="728" y="-244"/>
- <point x="656" y="-180"/>
- <point x="624" y="-64" type="curve"/>
- <point x="180" y="-64" type="line"/>
- <point x="232" y="-452"/>
- <point x="544" y="-600"/>
- </contour>
- <contour>
- <point x="900" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="900" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1704" y="1776" type="move" name="top0315"/>
+ <point x="896.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="-600.0"/>
+ <point x="1644.0" y="-384.0"/>
+ <point x="1644.0" y="0.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="336.0"/>
+ <point x="1468.0" y="560.0"/>
+ <point x="1156.0" y="628.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="632.0" type="line"/>
+ <point x="1612.0" y="1192.0" type="line"/>
+ <point x="1612.0" y="1488.0" type="line"/>
+ <point x="276.0" y="1488.0" type="line"/>
+ <point x="276.0" y="1132.0" type="line"/>
+ <point x="1104.0" y="1132.0" type="line"/>
+ <point x="652.0" y="632.0" type="line"/>
+ <point x="652.0" y="364.0" type="line"/>
+ <point x="832.0" y="364.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="364.0"/>
+ <point x="1200.0" y="260.0"/>
+ <point x="1200.0" y="40.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="-136.0"/>
+ <point x="1088.0" y="-244.0"/>
+ <point x="896.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="-244.0"/>
+ <point x="656.0" y="-180.0"/>
+ <point x="624.0" y="-64.0" type="curve"/>
+ <point x="180.0" y="-64.0" type="line"/>
+ <point x="232.0" y="-452.0"/>
+ <point x="544.0" y="-600.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 103, 'rightMargin': 62}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ezhcaron.glif b/src/Inter-UI-Black.ufo/glyphs/ezhcaron.glif
index 04ba4dbc4..36ad113bb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ezhcaron.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ezhcaron.glif
@@ -1,58 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezhcaron" format="1">
- <advance width="1824"/>
+<glyph name="ezhcaron" format="2">
+ <advance width="1824.0"/>
<unicode hex="01EF"/>
<outline>
<contour>
- <point x="736" y="2100" type="line"/>
- <point x="356" y="2100" type="line"/>
- <point x="356" y="2084" type="line"/>
- <point x="752" y="1724" type="line"/>
- <point x="1064" y="1724" type="line"/>
- <point x="1460" y="2080" type="line"/>
- <point x="1460" y="2100" type="line"/>
- <point x="1084" y="2100" type="line"/>
- <point x="908" y="1916" type="line"/>
+ <point x="736.0" y="2100.0" type="line"/>
+ <point x="356.0" y="2100.0" type="line"/>
+ <point x="356.0" y="2084.0" type="line"/>
+ <point x="752.0" y="1724.0" type="line"/>
+ <point x="1064.0" y="1724.0" type="line"/>
+ <point x="1460.0" y="2080.0" type="line"/>
+ <point x="1460.0" y="2100.0" type="line"/>
+ <point x="1084.0" y="2100.0" type="line"/>
+ <point x="908.0" y="1916.0" type="line"/>
</contour>
<contour>
- <point x="260" y="1488" type="line"/>
- <point x="260" y="1132" type="line"/>
- <point x="1104" y="1132" type="line"/>
- <point x="652" y="688" type="line"/>
- <point x="652" y="516" type="line"/>
- <point x="972" y="516" type="line"/>
- <point x="1612" y="1192" type="line"/>
- <point x="1612" y="1488" type="line"/>
+ <point x="260.0" y="1488.0" type="line"/>
+ <point x="260.0" y="1132.0" type="line"/>
+ <point x="1104.0" y="1132.0" type="line"/>
+ <point x="652.0" y="688.0" type="line"/>
+ <point x="652.0" y="516.0" type="line"/>
+ <point x="972.0" y="516.0" type="line"/>
+ <point x="1612.0" y="1192.0" type="line"/>
+ <point x="1612.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="652" y="680" type="line"/>
- <point x="652" y="420" type="line"/>
- <point x="832" y="420" type="line" smooth="yes"/>
- <point x="1072" y="420"/>
- <point x="1200" y="320"/>
- <point x="1200" y="56" type="curve" smooth="yes"/>
- <point x="1200" y="-80"/>
- <point x="1088" y="-188"/>
- <point x="896" y="-188" type="curve" smooth="yes"/>
- <point x="728" y="-188"/>
- <point x="624" y="-88"/>
- <point x="624" y="40" type="curve"/>
- <point x="180" y="40" type="line"/>
- <point x="180" y="-368"/>
- <point x="544" y="-544"/>
- <point x="896" y="-544" type="curve" smooth="yes"/>
- <point x="1328" y="-544"/>
- <point x="1644" y="-328"/>
- <point x="1644" y="44" type="curve" smooth="yes"/>
- <point x="1644" y="472"/>
- <point x="1372" y="712"/>
- <point x="908" y="712" type="curve"/>
+ <point x="652.0" y="680.0" type="line"/>
+ <point x="652.0" y="420.0" type="line"/>
+ <point x="832.0" y="420.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="420.0"/>
+ <point x="1200.0" y="320.0"/>
+ <point x="1200.0" y="56.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="-80.0"/>
+ <point x="1088.0" y="-188.0"/>
+ <point x="896.0" y="-188.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="-188.0"/>
+ <point x="624.0" y="-88.0"/>
+ <point x="624.0" y="40.0" type="curve"/>
+ <point x="180.0" y="40.0" type="line"/>
+ <point x="180.0" y="-368.0"/>
+ <point x="544.0" y="-544.0"/>
+ <point x="896.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="-544.0"/>
+ <point x="1644.0" y="-328.0"/>
+ <point x="1644.0" y="44.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="472.0"/>
+ <point x="1372.0" y="712.0"/>
+ <point x="908.0" y="712.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 103, 'rightMargin': 62}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ezhcurl.glif b/src/Inter-UI-Black.ufo/glyphs/ezhcurl.glif
index 78ab1d23a..0db40be14 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ezhcurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ezhcurl.glif
@@ -1,74 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezhcurl" format="1">
- <advance width="1824"/>
+<glyph name="ezhcurl" format="2">
+ <advance width="1824.0"/>
<unicode hex="0293"/>
+ <anchor x="808.0" y="-616.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1764.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="760" y="-600" type="curve" smooth="yes"/>
- <point x="1000" y="-600"/>
- <point x="1200" y="-548"/>
- <point x="1336" y="-444" type="curve"/>
- <point x="1532" y="-600" type="line"/>
- <point x="1736" y="-344" type="line"/>
- <point x="1528" y="-176" type="line"/>
- <point x="1544" y="-124"/>
- <point x="1552" y="-68"/>
- <point x="1552" y="-12" type="curve" smooth="yes"/>
- <point x="1552" y="332"/>
- <point x="1384" y="560"/>
- <point x="1076" y="624" type="curve" smooth="yes"/>
- <point x="1036" y="632" type="line"/>
- <point x="1520" y="1192" type="line"/>
- <point x="1520" y="1488" type="line"/>
- <point x="184" y="1488" type="line"/>
- <point x="184" y="1132" type="line"/>
- <point x="1016" y="1132" type="line"/>
- <point x="564" y="632" type="line"/>
- <point x="564" y="364" type="line"/>
- <point x="744" y="364" type="line" smooth="yes"/>
- <point x="928" y="364"/>
- <point x="1052" y="300"/>
- <point x="1096" y="152" type="curve" smooth="yes"/>
- <point x="1096" y="144"/>
- <point x="1096" y="136"/>
- <point x="1096" y="132" type="curve"/>
- <point x="944" y="216"/>
- <point x="784" y="264"/>
- <point x="616" y="264" type="curve" smooth="yes"/>
- <point x="304" y="264"/>
- <point x="92" y="100"/>
- <point x="92" y="-144" type="curve" smooth="yes"/>
- <point x="92" y="-464"/>
- <point x="456" y="-600"/>
+ <point x="760.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="-600.0"/>
+ <point x="1200.0" y="-548.0"/>
+ <point x="1336.0" y="-444.0" type="curve"/>
+ <point x="1532.0" y="-600.0" type="line"/>
+ <point x="1736.0" y="-344.0" type="line"/>
+ <point x="1528.0" y="-176.0" type="line"/>
+ <point x="1544.0" y="-124.0"/>
+ <point x="1552.0" y="-68.0"/>
+ <point x="1552.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="1552.0" y="332.0"/>
+ <point x="1384.0" y="560.0"/>
+ <point x="1076.0" y="624.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="632.0" type="line"/>
+ <point x="1520.0" y="1192.0" type="line"/>
+ <point x="1520.0" y="1488.0" type="line"/>
+ <point x="184.0" y="1488.0" type="line"/>
+ <point x="184.0" y="1132.0" type="line"/>
+ <point x="1016.0" y="1132.0" type="line"/>
+ <point x="564.0" y="632.0" type="line"/>
+ <point x="564.0" y="364.0" type="line"/>
+ <point x="744.0" y="364.0" type="line" smooth="yes"/>
+ <point x="928.0" y="364.0"/>
+ <point x="1052.0" y="300.0"/>
+ <point x="1096.0" y="152.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="144.0"/>
+ <point x="1096.0" y="136.0"/>
+ <point x="1096.0" y="132.0" type="curve"/>
+ <point x="944.0" y="216.0"/>
+ <point x="784.0" y="264.0"/>
+ <point x="616.0" y="264.0" type="curve" smooth="yes"/>
+ <point x="304.0" y="264.0"/>
+ <point x="92.0" y="100.0"/>
+ <point x="92.0" y="-144.0" type="curve" smooth="yes"/>
+ <point x="92.0" y="-464.0"/>
+ <point x="456.0" y="-600.0"/>
</contour>
<contour>
- <point x="804" y="-244" type="curve" smooth="yes"/>
- <point x="640" y="-244"/>
- <point x="508" y="-208"/>
- <point x="508" y="-116" type="curve" smooth="yes"/>
- <point x="508" y="-60"/>
- <point x="552" y="-40"/>
- <point x="632" y="-40" type="curve" smooth="yes"/>
- <point x="732" y="-40"/>
- <point x="848" y="-92"/>
- <point x="1000" y="-192" type="curve"/>
- <point x="948" y="-224"/>
- <point x="884" y="-244"/>
- </contour>
- <contour>
- <point x="808" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="808" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1764" y="1776" type="move" name="top0315"/>
+ <point x="804.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="-244.0"/>
+ <point x="508.0" y="-208.0"/>
+ <point x="508.0" y="-116.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="-60.0"/>
+ <point x="552.0" y="-40.0"/>
+ <point x="632.0" y="-40.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="-40.0"/>
+ <point x="848.0" y="-92.0"/>
+ <point x="1000.0" y="-192.0" type="curve"/>
+ <point x="948.0" y="-224.0"/>
+ <point x="884.0" y="-244.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1774, 'leftMargin': 103, 'rightMargin': 28}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ezhreversed.glif b/src/Inter-UI-Black.ufo/glyphs/ezhreversed.glif
index 2f9d8ebfc..15dc1ae3d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ezhreversed.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ezhreversed.glif
@@ -1,47 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezhreversed" format="1">
- <advance width="1824"/>
+<glyph name="ezhreversed" format="2">
+ <advance width="1824.0"/>
<unicode hex="01B9"/>
<outline>
<contour>
- <point x="216" y="1488" type="line"/>
- <point x="212" y="1192" type="line"/>
- <point x="852" y="516" type="line"/>
- <point x="1172" y="516" type="line"/>
- <point x="1172" y="688" type="line"/>
- <point x="720" y="1132" type="line"/>
- <point x="1564" y="1132" type="line"/>
- <point x="1564" y="1488" type="line"/>
+ <point x="216.0" y="1488.0" type="line"/>
+ <point x="212.0" y="1192.0" type="line"/>
+ <point x="852.0" y="516.0" type="line"/>
+ <point x="1172.0" y="516.0" type="line"/>
+ <point x="1172.0" y="688.0" type="line"/>
+ <point x="720.0" y="1132.0" type="line"/>
+ <point x="1564.0" y="1132.0" type="line"/>
+ <point x="1564.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="920" y="712" type="line"/>
- <point x="452" y="712"/>
- <point x="180" y="472"/>
- <point x="180" y="44" type="curve" smooth="yes"/>
- <point x="180" y="-328"/>
- <point x="496" y="-544"/>
- <point x="928" y="-544" type="curve" smooth="yes"/>
- <point x="1280" y="-544"/>
- <point x="1644" y="-368"/>
- <point x="1644" y="40" type="curve"/>
- <point x="1200" y="40" type="line"/>
- <point x="1200" y="-88"/>
- <point x="1096" y="-188"/>
- <point x="928" y="-188" type="curve" smooth="yes"/>
- <point x="736" y="-188"/>
- <point x="624" y="-80"/>
- <point x="624" y="56" type="curve" smooth="yes"/>
- <point x="624" y="320"/>
- <point x="752" y="420"/>
- <point x="992" y="420" type="curve" smooth="yes"/>
- <point x="1172" y="420" type="line"/>
- <point x="1172" y="680" type="line"/>
+ <point x="920.0" y="712.0" type="line"/>
+ <point x="452.0" y="712.0"/>
+ <point x="180.0" y="472.0"/>
+ <point x="180.0" y="44.0" type="curve" smooth="yes"/>
+ <point x="180.0" y="-328.0"/>
+ <point x="496.0" y="-544.0"/>
+ <point x="928.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="-544.0"/>
+ <point x="1644.0" y="-368.0"/>
+ <point x="1644.0" y="40.0" type="curve"/>
+ <point x="1200.0" y="40.0" type="line"/>
+ <point x="1200.0" y="-88.0"/>
+ <point x="1096.0" y="-188.0"/>
+ <point x="928.0" y="-188.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="-188.0"/>
+ <point x="624.0" y="-80.0"/>
+ <point x="624.0" y="56.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="320.0"/>
+ <point x="752.0" y="420.0"/>
+ <point x="992.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="420.0" type="line"/>
+ <point x="1172.0" y="680.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 62, 'rightMargin': 103}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ezhtail.glif b/src/Inter-UI-Black.ufo/glyphs/ezhtail.glif
index e95056e30..6e6b587c1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ezhtail.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ezhtail.glif
@@ -1,62 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezhtail" format="1">
- <advance width="1568"/>
+<glyph name="ezhtail" format="2">
+ <advance width="1568.0"/>
<unicode hex="01BA"/>
<outline>
<contour>
- <point x="208" y="1488" type="line" name="hr00"/>
- <point x="208" y="1132" type="line"/>
- <point x="704" y="1132" type="line"/>
- <point x="436" y="896" type="line"/>
- <point x="436" y="640" type="line"/>
- <point x="736" y="640" type="line"/>
- <point x="1416" y="1240" type="line"/>
- <point x="1416" y="1488" type="line"/>
+ <point x="208.0" y="1488.0" type="line"/>
+ <point x="208.0" y="1132.0" type="line"/>
+ <point x="704.0" y="1132.0" type="line"/>
+ <point x="436.0" y="896.0" type="line"/>
+ <point x="436.0" y="640.0" type="line"/>
+ <point x="736.0" y="640.0" type="line"/>
+ <point x="1416.0" y="1240.0" type="line"/>
+ <point x="1416.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="564" y="-156" type="curve" smooth="yes"/>
- <point x="564" y="-88"/>
- <point x="620" y="-36"/>
- <point x="860" y="16" type="curve" smooth="yes"/>
- <point x="1120" y="68"/>
- <point x="1384" y="196"/>
- <point x="1384" y="472" type="curve" smooth="yes"/>
- <point x="1384" y="724"/>
- <point x="1164" y="944"/>
- <point x="780" y="944" type="curve" smooth="yes"/>
- <point x="580" y="944" type="line"/>
- <point x="580" y="640" type="line"/>
- <point x="780" y="640" type="line" smooth="yes"/>
- <point x="888" y="640"/>
- <point x="964" y="584"/>
- <point x="964" y="496" type="curve" smooth="yes"/>
- <point x="964" y="404"/>
- <point x="884" y="368"/>
- <point x="676" y="328" type="curve" smooth="yes"/>
- <point x="324" y="260"/>
- <point x="136" y="128"/>
- <point x="136" y="-140" type="curve" smooth="yes"/>
- <point x="136" y="-404"/>
- <point x="388" y="-600"/>
- <point x="780" y="-600" type="curve" smooth="yes"/>
- <point x="1204" y="-600"/>
- <point x="1432" y="-336"/>
- <point x="1432" y="-96" type="curve"/>
- <point x="1016" y="-96" type="line"/>
- <point x="1012" y="-244"/>
- <point x="892" y="-292"/>
- <point x="768" y="-292" type="curve" smooth="yes"/>
- <point x="652" y="-292"/>
- <point x="564" y="-248"/>
+ <point x="564.0" y="-156.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="-88.0"/>
+ <point x="620.0" y="-36.0"/>
+ <point x="860.0" y="16.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="68.0"/>
+ <point x="1384.0" y="196.0"/>
+ <point x="1384.0" y="472.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="724.0"/>
+ <point x="1164.0" y="944.0"/>
+ <point x="780.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="944.0" type="line"/>
+ <point x="580.0" y="640.0" type="line"/>
+ <point x="780.0" y="640.0" type="line" smooth="yes"/>
+ <point x="888.0" y="640.0"/>
+ <point x="964.0" y="584.0"/>
+ <point x="964.0" y="496.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="404.0"/>
+ <point x="884.0" y="368.0"/>
+ <point x="676.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="324.0" y="260.0"/>
+ <point x="136.0" y="128.0"/>
+ <point x="136.0" y="-140.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="-404.0"/>
+ <point x="388.0" y="-600.0"/>
+ <point x="780.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="-600.0"/>
+ <point x="1432.0" y="-336.0"/>
+ <point x="1432.0" y="-96.0" type="curve"/>
+ <point x="1016.0" y="-96.0" type="line"/>
+ <point x="1012.0" y="-244.0"/>
+ <point x="892.0" y="-292.0"/>
+ <point x="768.0" y="-292.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="-292.0"/>
+ <point x="564.0" y="-248.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1455, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.7</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/f.glif b/src/Inter-UI-Black.ufo/glyphs/f.glif
index 827276722..09e82a48e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/f.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/f.glif
@@ -1,89 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="f" format="1">
- <advance width="1104"/>
+<glyph name="f" format="2">
+ <advance width="1104.0"/>
<unicode hex="0066"/>
+ <guideline y="1229.25"/>
+ <guideline y="257.125"/>
+ <anchor x="492.0" y="0.0" name="bottom"/>
+ <anchor x="1048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="644.0" y="2284.0" name="top"/>
+ <anchor x="1048.0" y="2284.0" name="top0315"/>
+ <anchor x="1048.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1008" y="1536" type="line"/>
- <point x="76" y="1536" type="line"/>
- <point x="76" y="1216" type="line"/>
- <point x="1008" y="1216" type="line"/>
+ <point x="1008.0" y="1536.0" type="line"/>
+ <point x="76.0" y="1536.0" type="line"/>
+ <point x="76.0" y="1216.0" type="line"/>
+ <point x="1008.0" y="1216.0" type="line"/>
</contour>
<contour>
- <point x="264" y="0" type="line"/>
- <point x="724" y="0" type="line" name="hr00"/>
- <point x="724" y="1560" type="line" smooth="yes"/>
- <point x="724" y="1664"/>
- <point x="768" y="1712"/>
- <point x="872" y="1712" type="curve" smooth="yes"/>
- <point x="916" y="1712"/>
- <point x="964" y="1704"/>
- <point x="1004" y="1692" type="curve"/>
- <point x="1080" y="2032" type="line"/>
- <point x="1024" y="2048"/>
- <point x="908" y="2076"/>
- <point x="768" y="2076" type="curve" smooth="yes"/>
- <point x="472" y="2076"/>
- <point x="264" y="1908"/>
- <point x="264" y="1560" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="644" y="2284" type="move" name="top"/>
- </contour>
- <contour>
- <point x="492" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1048" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1048" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1048" y="2284" type="move" name="top0315"/>
+ <point x="264.0" y="0.0" type="line"/>
+ <point x="724.0" y="0.0" type="line"/>
+ <point x="724.0" y="1560.0" type="line" smooth="yes"/>
+ <point x="724.0" y="1664.0"/>
+ <point x="768.0" y="1712.0"/>
+ <point x="872.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="1712.0"/>
+ <point x="964.0" y="1704.0"/>
+ <point x="1004.0" y="1692.0" type="curve"/>
+ <point x="1080.0" y="2032.0" type="line"/>
+ <point x="1024.0" y="2048.0"/>
+ <point x="908.0" y="2076.0"/>
+ <point x="768.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="2076.0"/>
+ <point x="264.0" y="1908.0"/>
+ <point x="264.0" y="1560.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1229.25</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>257.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1018, 'leftMargin': 25, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.0</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/fdotaccent.glif
new file mode 100644
index 000000000..8c92d9c51
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/fdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="fdotaccent" format="2">
+ <advance width="1104.0"/>
+ <unicode hex="1E1F"/>
+ <anchor x="492.0" y="0.0" name="bottom"/>
+ <anchor x="1048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="644.0" y="2284.0" name="parent_top"/>
+ <anchor x="644.0" y="2804.0" name="top"/>
+ <anchor x="1048.0" y="2284.0" name="top0315"/>
+ <anchor x="1048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="f"/>
+ <component base="dotaccent" xOffset="244.0" yOffset="540.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/feng.glif b/src/Inter-UI-Black.ufo/glyphs/feng.glif
index 8d0e383b2..b7cd1f2d9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/feng.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/feng.glif
@@ -1,27 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="feng" format="1">
- <advance width="2496"/>
+<glyph name="feng" format="2">
+ <advance width="2496.0"/>
<unicode hex="02A9"/>
+ <anchor x="1812.0" y="-616.0" name="bottom"/>
+ <anchor x="1812.0" y="2340.0" name="top"/>
+ <anchor x="2596.0" y="2340.0" name="top0315"/>
<outline>
<component base="f"/>
- <component base="eng" xOffset="840"/>
- <contour>
- <point x="1812" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1812" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2596" y="2340" type="move" name="top0315"/>
- </contour>
+ <component base="eng" xOffset="840.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2493, 'leftMargin': 25, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/figuredash.case.glif b/src/Inter-UI-Black.ufo/glyphs/figuredash.case.glif
index 68a248128..61f462beb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/figuredash.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/figuredash.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="figuredash.case" format="1">
- <advance width="1824"/>
+<glyph name="figuredash.case" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="figuredash" yOffset="160"/>
+ <component base="figuredash" yOffset="160.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1548, 'leftMargin': 168, 'rightMargin': 180}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/figuredash.glif b/src/Inter-UI-Black.ufo/glyphs/figuredash.glif
index 34793e33a..ef9a9af78 100644
--- a/src/Inter-UI-Black.ufo/glyphs/figuredash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/figuredash.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="figuredash" format="1">
- <advance width="1824"/>
+<glyph name="figuredash" format="2">
+ <advance width="1824.0"/>
<unicode hex="2012"/>
<outline>
<contour>
- <point x="1808" y="1024" type="line"/>
- <point x="16" y="1024" type="line"/>
- <point x="16" y="704" type="line"/>
- <point x="1808" y="704" type="line"/>
+ <point x="1808.0" y="1024.0" type="line"/>
+ <point x="16.0" y="1024.0" type="line"/>
+ <point x="16.0" y="704.0" type="line"/>
+ <point x="1808.0" y="704.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1548, 'leftMargin': 168, 'rightMargin': 180}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/figurespace.glif b/src/Inter-UI-Black.ufo/glyphs/figurespace.glif
index 4b6a01358..a40b8e51d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/figurespace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/figurespace.glif
@@ -1,20 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="figurespace" format="1">
- <advance width="1792"/>
+<glyph name="figurespace" format="2">
+ <advance width="1792.0"/>
<unicode hex="2007"/>
+ <note>
+space equal to tabular width of a font this is equivalent to the digit width of fonts with fixed-width digits
+</note>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1583, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/finalkaf.glif b/src/Inter-UI-Black.ufo/glyphs/finalkaf.glif
index 4d3d4c7ea..ba240b92b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/finalkaf.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/finalkaf.glif
@@ -1,63 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="finalkaf" format="1">
- <advance width="2080"/>
+<glyph name="finalkaf" format="2">
+ <advance width="2080.0"/>
<unicode hex="02AA"/>
+ <anchor x="1276.0" y="0.0" name="bottom"/>
+ <anchor x="1276.0" y="2200.0" name="top"/>
+ <anchor x="2008.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1488" y="420" type="curve" smooth="yes"/>
- <point x="1488" y="332"/>
- <point x="1428" y="288"/>
- <point x="1228" y="288" type="curve" smooth="yes"/>
- <point x="1028" y="288"/>
- <point x="712" y="364"/>
- <point x="428" y="580" type="curve"/>
- <point x="300" y="248" type="line"/>
- <point x="640" y="40"/>
- <point x="916" y="-28"/>
- <point x="1228" y="-28" type="curve" smooth="yes"/>
- <point x="1668" y="-28"/>
- <point x="1916" y="168"/>
- <point x="1916" y="432" type="curve"/>
- <point x="1916" y="700"/>
- <point x="1732" y="832"/>
- <point x="1380" y="900" type="curve" smooth="yes"/>
- <point x="1192" y="936"/>
- <point x="1088" y="968"/>
- <point x="1088" y="1068" type="curve"/>
- <point x="1088" y="1156"/>
- <point x="1168" y="1212"/>
- <point x="1272" y="1212" type="curve" smooth="yes"/>
- <point x="1416" y="1212"/>
- <point x="1476" y="1144"/>
- <point x="1476" y="1032" type="curve"/>
- <point x="1916" y="1032" type="line"/>
- <point x="1916" y="1316"/>
- <point x="1672" y="1516"/>
- <point x="1276" y="1516" type="curve" smooth="yes"/>
- <point x="892" y="1516"/>
- <point x="668" y="1296"/>
- <point x="668" y="1044" type="curve"/>
- <point x="668" y="780"/>
- <point x="904" y="652"/>
- <point x="1196" y="588" type="curve" smooth="yes"/>
- <point x="1416" y="536"/>
- <point x="1488" y="500"/>
+ <point x="1488.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="332.0"/>
+ <point x="1428.0" y="288.0"/>
+ <point x="1228.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="288.0"/>
+ <point x="712.0" y="364.0"/>
+ <point x="428.0" y="580.0" type="curve"/>
+ <point x="300.0" y="248.0" type="line"/>
+ <point x="640.0" y="40.0"/>
+ <point x="916.0" y="-28.0"/>
+ <point x="1228.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="-28.0"/>
+ <point x="1916.0" y="168.0"/>
+ <point x="1916.0" y="432.0" type="curve"/>
+ <point x="1916.0" y="700.0"/>
+ <point x="1732.0" y="832.0"/>
+ <point x="1380.0" y="900.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="936.0"/>
+ <point x="1088.0" y="968.0"/>
+ <point x="1088.0" y="1068.0" type="curve"/>
+ <point x="1088.0" y="1156.0"/>
+ <point x="1168.0" y="1212.0"/>
+ <point x="1272.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="1416.0" y="1212.0"/>
+ <point x="1476.0" y="1144.0"/>
+ <point x="1476.0" y="1032.0" type="curve"/>
+ <point x="1916.0" y="1032.0" type="line"/>
+ <point x="1916.0" y="1316.0"/>
+ <point x="1672.0" y="1516.0"/>
+ <point x="1276.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="1516.0"/>
+ <point x="668.0" y="1296.0"/>
+ <point x="668.0" y="1044.0" type="curve"/>
+ <point x="668.0" y="780.0"/>
+ <point x="904.0" y="652.0"/>
+ <point x="1196.0" y="588.0" type="curve" smooth="yes"/>
+ <point x="1416.0" y="536.0"/>
+ <point x="1488.0" y="500.0"/>
</contour>
- <component base="l" xOffset="-16"/>
<contour>
- <point x="1276" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1276" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2008" y="2200" type="move" name="top0315"/>
+ <point x="588.0" y="2048.0" type="line"/>
+ <point x="128.0" y="2048.0" type="line"/>
+ <point x="128.0" y="0.0" type="line"/>
+ <point x="588.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2009, 'leftMargin': 164, 'rightMargin': 92}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/finalmem.glif b/src/Inter-UI-Black.ufo/glyphs/finalmem.glif
index 353b5e086..c3ec139be 100644
--- a/src/Inter-UI-Black.ufo/glyphs/finalmem.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/finalmem.glif
@@ -1,58 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="finalmem" format="1">
- <advance width="1312"/>
+<glyph name="finalmem" format="2">
+ <advance width="1312.0"/>
<unicode hex="02AD"/>
+ <anchor x="664.0" y="0.0" name="bottom"/>
+ <anchor x="664.0" y="2200.0" name="top"/>
+ <anchor x="1360.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="920" y="804" type="line"/>
- <point x="388" y="804" type="line"/>
- <point x="388" y="552" type="line"/>
- <point x="920" y="552" type="line"/>
+ <point x="920.0" y="804.0" type="line"/>
+ <point x="388.0" y="804.0" type="line"/>
+ <point x="388.0" y="552.0" type="line"/>
+ <point x="920.0" y="552.0" type="line"/>
</contour>
<contour>
- <point x="412" y="804" type="line"/>
- <point x="92" y="804" type="line"/>
- <point x="92" y="0" type="line"/>
- <point x="412" y="0" type="line"/>
+ <point x="412.0" y="804.0" type="line"/>
+ <point x="92.0" y="804.0" type="line"/>
+ <point x="92.0" y="0.0" type="line"/>
+ <point x="412.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1220" y="804" type="line"/>
- <point x="900" y="804" type="line"/>
- <point x="900" y="0" type="line"/>
- <point x="1220" y="0" type="line"/>
+ <point x="1220.0" y="804.0" type="line"/>
+ <point x="900.0" y="804.0" type="line"/>
+ <point x="900.0" y="0.0" type="line"/>
+ <point x="1220.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="920" y="2004" type="line"/>
- <point x="388" y="2004" type="line"/>
- <point x="388" y="1748" type="line"/>
- <point x="920" y="1748" type="line"/>
+ <point x="920.0" y="2004.0" type="line"/>
+ <point x="388.0" y="2004.0" type="line"/>
+ <point x="388.0" y="1748.0" type="line"/>
+ <point x="920.0" y="1748.0" type="line"/>
</contour>
<contour>
- <point x="412" y="2004" type="line"/>
- <point x="92" y="2004" type="line"/>
- <point x="92" y="1200" type="line"/>
- <point x="412" y="1200" type="line"/>
+ <point x="412.0" y="2004.0" type="line"/>
+ <point x="92.0" y="2004.0" type="line"/>
+ <point x="92.0" y="1200.0" type="line"/>
+ <point x="412.0" y="1200.0" type="line"/>
</contour>
<contour>
- <point x="1220" y="2004" type="line"/>
- <point x="900" y="2004" type="line"/>
- <point x="900" y="1200" type="line"/>
- <point x="1220" y="1200" type="line"/>
- </contour>
- <contour>
- <point x="664" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="664" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1360" y="2200" type="move" name="top0315"/>
+ <point x="1220.0" y="2004.0" type="line"/>
+ <point x="900.0" y="2004.0" type="line"/>
+ <point x="900.0" y="1200.0" type="line"/>
+ <point x="1220.0" y="1200.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1404, 'leftMargin': 138, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/finaltsadi.glif b/src/Inter-UI-Black.ufo/glyphs/finaltsadi.glif
index 2074ae018..d07c9ef18 100644
--- a/src/Inter-UI-Black.ufo/glyphs/finaltsadi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/finaltsadi.glif
@@ -1,47 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="finaltsadi" format="1">
- <advance width="1056"/>
+<glyph name="finaltsadi" format="2">
+ <advance width="1056.0"/>
<unicode hex="02B5"/>
<outline>
<contour>
- <point x="96" y="896" type="line"/>
- <point x="108" y="892"/>
- <point x="132" y="888"/>
- <point x="168" y="888" type="curve" smooth="yes"/>
- <point x="380" y="888"/>
- <point x="516" y="1112"/>
- <point x="516" y="1424" type="curve"/>
- <point x="452" y="1420" type="line"/>
- <point x="452" y="1272"/>
- <point x="364" y="1200"/>
- <point x="228" y="1200" type="curve" smooth="yes"/>
- <point x="172" y="1200"/>
- <point x="132" y="1208"/>
- <point x="96" y="1220" type="curve"/>
+ <point x="96.0" y="896.0" type="line"/>
+ <point x="108.0" y="892.0"/>
+ <point x="132.0" y="888.0"/>
+ <point x="168.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="888.0"/>
+ <point x="516.0" y="1112.0"/>
+ <point x="516.0" y="1424.0" type="curve"/>
+ <point x="452.0" y="1420.0" type="line"/>
+ <point x="452.0" y="1272.0"/>
+ <point x="364.0" y="1200.0"/>
+ <point x="228.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="1200.0"/>
+ <point x="132.0" y="1208.0"/>
+ <point x="96.0" y="1220.0" type="curve"/>
</contour>
<contour>
- <point x="960" y="484" type="curve"/>
- <point x="960" y="760" type="line"/>
- <point x="928" y="752"/>
- <point x="904" y="748"/>
- <point x="880" y="748" type="curve" smooth="yes"/>
- <point x="772" y="748"/>
- <point x="728" y="812"/>
- <point x="728" y="892" type="curve" smooth="yes"/>
- <point x="728" y="2004" type="line"/>
- <point x="420" y="2004" type="line"/>
- <point x="420" y="856" type="line" smooth="yes"/>
- <point x="420" y="540"/>
- <point x="556" y="468"/>
- <point x="764" y="468" type="curve" smooth="yes"/>
- <point x="824" y="468"/>
- <point x="888" y="476"/>
+ <point x="960.0" y="484.0" type="curve"/>
+ <point x="960.0" y="760.0" type="line"/>
+ <point x="928.0" y="752.0"/>
+ <point x="904.0" y="748.0"/>
+ <point x="880.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="748.0"/>
+ <point x="728.0" y="812.0"/>
+ <point x="728.0" y="892.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="2004.0" type="line"/>
+ <point x="420.0" y="2004.0" type="line"/>
+ <point x="420.0" y="856.0" type="line" smooth="yes"/>
+ <point x="420.0" y="540.0"/>
+ <point x="556.0" y="468.0"/>
+ <point x="764.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="824.0" y="468.0"/>
+ <point x="888.0" y="476.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 975, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/firsttonechinese.glif b/src/Inter-UI-Black.ufo/glyphs/firsttonechinese.glif
index 255fa8a8b..1b090169e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/firsttonechinese.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/firsttonechinese.glif
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="firsttonechinese" format="1">
- <advance width="1568"/>
+<glyph name="firsttonechinese" format="2">
+ <advance width="1568.0"/>
<unicode hex="02C9"/>
<outline>
- <component base="macron" xOffset="48"/>
+ <component base="macron" xOffset="48.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1448, 'leftMargin': 243, 'rightMargin': 252}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fitacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/fitacyrillic.glif
index 1bc4a3be4..02bbc9b6a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/fitacyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/fitacyrillic.glif
@@ -1,26 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fitacyrillic" format="1">
- <advance width="1640"/>
+<glyph name="fitacyrillic" format="2">
+ <advance width="1640.0"/>
<unicode hex="0473"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1608.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1288" y="896" type="line"/>
- <point x="352" y="896" type="line"/>
- <point x="352" y="632" type="line"/>
- <point x="1288" y="632" type="line"/>
+ <point x="1288.0" y="896.0" type="line"/>
+ <point x="352.0" y="896.0" type="line"/>
+ <point x="352.0" y="632.0" type="line"/>
+ <point x="1288.0" y="632.0" type="line"/>
</contour>
- <component base="o"/>
<contour>
- <point x="804" y="1776" type="move" name="top"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1544.0" y="304.0"/>
+ <point x="1544.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="1232.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
</contour>
<contour>
- <point x="1608" y="1776" type="move" name="top0315"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1192.0"/>
+ <point x="1108.0" y="1024.0"/>
+ <point x="1108.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="512.0"/>
+ <point x="1028.0" y="340.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 181, 'rightMargin': -24}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/five.frac.glif b/src/Inter-UI-Black.ufo/glyphs/five.frac.glif
index e9fe01d64..b59bf62d9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/five.frac.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/five.frac.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="five.frac" format="1">
- <advance width="1312"/>
+<glyph name="five.frac" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="five.sup" xOffset="120" yOffset="912"/>
+ <component base="five.sup" xOffset="120.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 87, 'rightMargin': 101}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/five.glif b/src/Inter-UI-Black.ufo/glyphs/five.glif
index 1eec89a72..0fc4b3e23 100644
--- a/src/Inter-UI-Black.ufo/glyphs/five.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/five.glif
@@ -1,93 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="five" format="1">
- <advance width="1696"/>
+<glyph name="five" format="2">
+ <advance width="1696.0"/>
<unicode hex="0035"/>
+ <guideline y="2279.75"/>
+ <guideline y="2396.625"/>
+ <guideline x="317.625"/>
<outline>
<contour>
- <point x="548" y="916" type="line"/>
- <point x="588" y="964"/>
- <point x="660" y="1020"/>
- <point x="796" y="1020" type="curve" smooth="yes"/>
- <point x="1004" y="1020"/>
- <point x="1096" y="888"/>
- <point x="1096" y="676" type="curve" smooth="yes"/>
- <point x="1096" y="504"/>
- <point x="1036" y="332"/>
- <point x="844" y="332" type="curve" smooth="yes"/>
- <point x="660" y="332"/>
- <point x="608" y="488"/>
- <point x="596" y="632" type="curve"/>
- <point x="152" y="632" type="line"/>
- <point x="152" y="264"/>
- <point x="412" y="-28"/>
- <point x="848" y="-28" type="curve" smooth="yes"/>
- <point x="1320" y="-28"/>
- <point x="1536" y="312"/>
- <point x="1536" y="672" type="curve" smooth="yes"/>
- <point x="1536" y="1068"/>
- <point x="1280" y="1340"/>
- <point x="940" y="1340" type="curve" smooth="yes"/>
- <point x="776" y="1340"/>
- <point x="672" y="1276"/>
- <point x="636" y="1224" type="curve"/>
- <point x="628" y="1224" type="line"/>
- <point x="676" y="1664" type="line"/>
- <point x="1472" y="1664" type="line"/>
- <point x="1472" y="2048" type="line"/>
- <point x="316" y="2048" type="line"/>
- <point x="196" y="1004" type="line"/>
+ <point x="548.0" y="916.0" type="line"/>
+ <point x="588.0" y="964.0"/>
+ <point x="660.0" y="1020.0"/>
+ <point x="796.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="1004.0" y="1020.0"/>
+ <point x="1096.0" y="888.0"/>
+ <point x="1096.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="504.0"/>
+ <point x="1036.0" y="332.0"/>
+ <point x="844.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="332.0"/>
+ <point x="608.0" y="488.0"/>
+ <point x="596.0" y="632.0" type="curve"/>
+ <point x="152.0" y="632.0" type="line"/>
+ <point x="152.0" y="264.0"/>
+ <point x="412.0" y="-28.0"/>
+ <point x="848.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="-28.0"/>
+ <point x="1536.0" y="312.0"/>
+ <point x="1536.0" y="672.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="1068.0"/>
+ <point x="1280.0" y="1340.0"/>
+ <point x="940.0" y="1340.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="1340.0"/>
+ <point x="672.0" y="1276.0"/>
+ <point x="636.0" y="1224.0" type="curve"/>
+ <point x="628.0" y="1224.0" type="line"/>
+ <point x="676.0" y="1664.0" type="line"/>
+ <point x="1472.0" y="1664.0" type="line"/>
+ <point x="1472.0" y="2048.0" type="line"/>
+ <point x="316.0" y="2048.0" type="line"/>
+ <point x="196.0" y="1004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2396.625</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>317.625</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 122, 'rightMargin': 120}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/five.sup.glif b/src/Inter-UI-Black.ufo/glyphs/five.sup.glif
index 6cf0dfc86..1c74cf080 100644
--- a/src/Inter-UI-Black.ufo/glyphs/five.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/five.sup.glif
@@ -1,52 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="five.sup" format="1">
- <advance width="1312"/>
+<glyph name="five.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="484" y="464" type="line"/>
- <point x="504" y="480"/>
- <point x="544" y="512"/>
- <point x="636" y="512" type="curve"/>
- <point x="740" y="512"/>
- <point x="788" y="460"/>
- <point x="788" y="368" type="curve" smooth="yes"/>
- <point x="788" y="296"/>
- <point x="768" y="228"/>
- <point x="660" y="228" type="curve" smooth="yes"/>
- <point x="580" y="228"/>
- <point x="528" y="248"/>
- <point x="528" y="312" type="curve"/>
- <point x="224" y="312" type="line"/>
- <point x="224" y="112"/>
- <point x="440" y="-16"/>
- <point x="660" y="-16" type="curve" smooth="yes"/>
- <point x="952" y="-16"/>
- <point x="1088" y="176"/>
- <point x="1088" y="368" type="curve" smooth="yes"/>
- <point x="1088" y="592"/>
- <point x="960" y="716"/>
- <point x="716" y="716" type="curve" smooth="yes"/>
- <point x="640" y="716"/>
- <point x="564" y="688"/>
- <point x="540" y="680" type="curve"/>
- <point x="568" y="852" type="line"/>
- <point x="1024" y="852" type="line"/>
- <point x="1024" y="1084" type="line"/>
- <point x="324" y="1084" type="line"/>
- <point x="248" y="524" type="line"/>
+ <point x="484.0" y="464.0" type="line"/>
+ <point x="504.0" y="480.0"/>
+ <point x="544.0" y="512.0"/>
+ <point x="636.0" y="512.0" type="curve"/>
+ <point x="740.0" y="512.0"/>
+ <point x="788.0" y="460.0"/>
+ <point x="788.0" y="368.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="296.0"/>
+ <point x="768.0" y="228.0"/>
+ <point x="660.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="228.0"/>
+ <point x="528.0" y="248.0"/>
+ <point x="528.0" y="312.0" type="curve"/>
+ <point x="224.0" y="312.0" type="line"/>
+ <point x="224.0" y="112.0"/>
+ <point x="440.0" y="-16.0"/>
+ <point x="660.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="-16.0"/>
+ <point x="1088.0" y="176.0"/>
+ <point x="1088.0" y="368.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="592.0"/>
+ <point x="960.0" y="716.0"/>
+ <point x="716.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="716.0"/>
+ <point x="564.0" y="688.0"/>
+ <point x="540.0" y="680.0" type="curve"/>
+ <point x="568.0" y="852.0" type="line"/>
+ <point x="1024.0" y="852.0" type="line"/>
+ <point x="1024.0" y="1084.0" type="line"/>
+ <point x="324.0" y="1084.0" type="line"/>
+ <point x="248.0" y="524.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 87, 'rightMargin': 101}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/five.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/five.tnum.glif
index 51c20a397..c135d5823 100644
--- a/src/Inter-UI-Black.ufo/glyphs/five.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/five.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="five.tnum" format="1">
- <advance width="1824"/>
+<glyph name="five.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="five" xOffset="64"/>
+ <component base="five" xOffset="64.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif b/src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif
index a8bcec20c..97b7b54ba 100644
--- a/src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fiveeighths" format="1">
- <advance width="2336"/>
+<glyph name="fiveeighths" format="2">
+ <advance width="2336.0"/>
<unicode hex="215D"/>
<outline>
- <component base="five.sup" xOffset="-72" yOffset="916"/>
- <component base="fraction" xOffset="468"/>
- <component base="eight.sup" xOffset="1212"/>
+ <component base="five.sup" xOffset="-72.0" yOffset="916.0"/>
+ <component base="fraction" xOffset="468.0"/>
+ <component base="eight.sup" xOffset="1212.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2399, 'leftMargin': 238, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fiveroman.glif b/src/Inter-UI-Black.ufo/glyphs/fiveroman.glif
index 9a7a3c1a8..6ad1bc17b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/fiveroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/fiveroman.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fiveroman" format="1">
- <advance width="1568"/>
+<glyph name="fiveroman" format="2">
+ <advance width="1568.0"/>
<unicode hex="2174"/>
<outline>
<component base="v"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1447, 'leftMargin': 59, 'rightMargin': -36}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fivesub.glif b/src/Inter-UI-Black.ufo/glyphs/fivesub.glif
index 6a1e9896d..943eb08c2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/fivesub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/fivesub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fivesub" format="1">
- <advance width="1312"/>
+<glyph name="fivesub" format="2">
+ <advance width="1312.0"/>
<unicode hex="2085"/>
<outline>
- <component base="five.sup" yOffset="-496"/>
+ <component base="five.sup" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 208, 'rightMargin': -19}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fivesuperior.glif b/src/Inter-UI-Black.ufo/glyphs/fivesuperior.glif
index a468d3ec4..819f13ae6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/fivesuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/fivesuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fivesuperior" format="1">
- <advance width="1312"/>
+<glyph name="fivesuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2075"/>
<outline>
- <component base="five.sup" xOffset="120" yOffset="916"/>
+ <component base="five.sup" xOffset="120.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 87, 'rightMargin': 101}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/florin.glif b/src/Inter-UI-Black.ufo/glyphs/florin.glif
index b567595c1..63d642a91 100644
--- a/src/Inter-UI-Black.ufo/glyphs/florin.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/florin.glif
@@ -1,51 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="florin" format="1">
- <advance width="1312"/>
+<glyph name="florin" format="2">
+ <advance width="1312.0"/>
<unicode hex="0192"/>
<outline>
<contour>
- <point x="1136" y="1488" type="line"/>
- <point x="844" y="1488" type="line"/>
- <point x="844" y="1608" type="line" smooth="yes"/>
- <point x="844" y="1724"/>
- <point x="912" y="1784"/>
- <point x="1032" y="1784" type="curve" smooth="yes"/>
- <point x="1092" y="1784"/>
- <point x="1128" y="1780"/>
- <point x="1172" y="1772" type="curve"/>
- <point x="1204" y="2112" type="line"/>
- <point x="1128" y="2128"/>
- <point x="1056" y="2140"/>
- <point x="976" y="2140" type="curve" smooth="yes"/>
- <point x="616" y="2140"/>
- <point x="400" y="1956"/>
- <point x="400" y="1608" type="curve" smooth="yes"/>
- <point x="400" y="1488" type="line"/>
- <point x="184" y="1488" type="line"/>
- <point x="184" y="1168" type="line"/>
- <point x="400" y="1168" type="line"/>
- <point x="400" y="-48" type="line" smooth="yes"/>
- <point x="400" y="-176"/>
- <point x="372" y="-244"/>
- <point x="252" y="-244" type="curve" smooth="yes"/>
- <point x="216" y="-244"/>
- <point x="156" y="-236"/>
- <point x="128" y="-228" type="curve"/>
- <point x="108" y="-580" type="line"/>
- <point x="184" y="-596"/>
- <point x="248" y="-600"/>
- <point x="320" y="-600" type="curve" smooth="yes"/>
- <point x="648" y="-600"/>
- <point x="844" y="-408"/>
- <point x="844" y="-48" type="curve" smooth="yes"/>
- <point x="844" y="1168" type="line"/>
- <point x="1136" y="1168" type="line"/>
+ <point x="1136.0" y="1488.0" type="line"/>
+ <point x="844.0" y="1488.0" type="line"/>
+ <point x="844.0" y="1608.0" type="line" smooth="yes"/>
+ <point x="844.0" y="1724.0"/>
+ <point x="912.0" y="1784.0"/>
+ <point x="1032.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="1784.0"/>
+ <point x="1128.0" y="1780.0"/>
+ <point x="1172.0" y="1772.0" type="curve"/>
+ <point x="1204.0" y="2112.0" type="line"/>
+ <point x="1128.0" y="2128.0"/>
+ <point x="1056.0" y="2140.0"/>
+ <point x="976.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="2140.0"/>
+ <point x="400.0" y="1956.0"/>
+ <point x="400.0" y="1608.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="1488.0" type="line"/>
+ <point x="184.0" y="1488.0" type="line"/>
+ <point x="184.0" y="1168.0" type="line"/>
+ <point x="400.0" y="1168.0" type="line"/>
+ <point x="400.0" y="-48.0" type="line" smooth="yes"/>
+ <point x="400.0" y="-176.0"/>
+ <point x="372.0" y="-244.0"/>
+ <point x="252.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="-244.0"/>
+ <point x="156.0" y="-236.0"/>
+ <point x="128.0" y="-228.0" type="curve"/>
+ <point x="108.0" y="-580.0" type="line"/>
+ <point x="184.0" y="-596.0"/>
+ <point x="248.0" y="-600.0"/>
+ <point x="320.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="-600.0"/>
+ <point x="844.0" y="-408.0"/>
+ <point x="844.0" y="-48.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="1168.0" type="line"/>
+ <point x="1136.0" y="1168.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1034.0, 'leftMargin': -55, 'rightMargin': -7.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/four.1.glif b/src/Inter-UI-Black.ufo/glyphs/four.1.glif
index 0d9c7dc17..7653dd01c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/four.1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/four.1.glif
@@ -1,61 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.1" format="1">
- <advance width="1824"/>
+<glyph name="four.1" format="2">
+ <advance width="1824.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="895.125"/>
<outline>
<contour>
- <point x="1680" y="784" type="line"/>
- <point x="560" y="784" type="line"/>
- <point x="1208" y="2048" type="line"/>
- <point x="788" y="2048" type="line"/>
- <point x="100" y="708" type="line"/>
- <point x="100" y="400" type="line"/>
- <point x="1680" y="400" type="line"/>
+ <point x="1680.0" y="784.0" type="line"/>
+ <point x="560.0" y="784.0" type="line"/>
+ <point x="1208.0" y="2048.0" type="line"/>
+ <point x="788.0" y="2048.0" type="line"/>
+ <point x="100.0" y="708.0" type="line"/>
+ <point x="100.0" y="400.0" type="line"/>
+ <point x="1680.0" y="400.0" type="line"/>
</contour>
<contour>
- <point x="1376" y="1280" type="line"/>
- <point x="964" y="1280" type="line"/>
- <point x="964" y="0" type="line"/>
- <point x="1376" y="0" type="line"/>
+ <point x="1376.0" y="1280.0" type="line"/>
+ <point x="964.0" y="1280.0" type="line"/>
+ <point x="964.0" y="0.0" type="line"/>
+ <point x="1376.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>895.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/four.frac.glif b/src/Inter-UI-Black.ufo/glyphs/four.frac.glif
index e45f531e6..7cfc57562 100644
--- a/src/Inter-UI-Black.ufo/glyphs/four.frac.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/four.frac.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.frac" format="1">
- <advance width="1312"/>
+<glyph name="four.frac" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="four.sup" xOffset="120" yOffset="912"/>
+ <component base="four.sup" xOffset="120.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 74, 'rightMargin': 82}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/four.glif b/src/Inter-UI-Black.ufo/glyphs/four.glif
index 3e5239c9e..832fc959e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/four.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/four.glif
@@ -1,64 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four" format="1">
- <advance width="1756"/>
+<glyph name="four" format="2">
+ <advance width="1756.0"/>
<unicode hex="0034"/>
+ <guideline y="1238.875"/>
+ <guideline y="895.125"/>
<outline>
<contour>
- <point x="1680" y="784" type="line"/>
- <point x="560" y="784" type="line"/>
- <point x="948" y="1456" type="line"/>
- <point x="1136" y="1456" type="line"/>
- <point x="1136" y="2048" type="line"/>
+ <point x="1680.0" y="784.0" type="line"/>
+ <point x="560.0" y="784.0" type="line"/>
+ <point x="948.0" y="1456.0" type="line"/>
+ <point x="1136.0" y="1456.0" type="line"/>
+ <point x="1136.0" y="2048.0" type="line"/>
<point x="916.0" y="2048.0" type="line"/>
- <point x="100" y="708" type="line"/>
- <point x="100" y="400" type="line"/>
- <point x="1680" y="400" type="line"/>
+ <point x="100.0" y="708.0" type="line"/>
+ <point x="100.0" y="400.0" type="line"/>
+ <point x="1680.0" y="400.0" type="line"/>
</contour>
<contour>
- <point x="1376" y="2048" type="line"/>
- <point x="964" y="2048" type="line"/>
- <point x="964" y="0" type="line"/>
- <point x="1376" y="0" type="line"/>
+ <point x="1376.0" y="2048.0" type="line"/>
+ <point x="964.0" y="2048.0" type="line"/>
+ <point x="964.0" y="0.0" type="line"/>
+ <point x="1376.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>895.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/four.sup.glif b/src/Inter-UI-Black.ufo/glyphs/four.sup.glif
index 9536c7aab..b2e3ec62e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/four.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/four.sup.glif
@@ -1,35 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.sup" format="1">
- <advance width="1312"/>
+<glyph name="four.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="1104" y="460" type="line"/>
- <point x="492" y="460" type="line"/>
- <point x="672" y="692" type="line"/>
- <point x="928" y="1084" type="line"/>
- <point x="692" y="1084" type="line"/>
- <point x="208" y="416" type="line"/>
- <point x="228" y="216" type="line"/>
- <point x="1104" y="216" type="line"/>
+ <point x="1104.0" y="460.0" type="line"/>
+ <point x="492.0" y="460.0" type="line"/>
+ <point x="672.0" y="692.0" type="line"/>
+ <point x="928.0" y="1084.0" type="line"/>
+ <point x="692.0" y="1084.0" type="line"/>
+ <point x="208.0" y="416.0" type="line"/>
+ <point x="228.0" y="216.0" type="line"/>
+ <point x="1104.0" y="216.0" type="line"/>
</contour>
<contour>
- <point x="992" y="1084" type="line"/>
- <point x="692" y="1084" type="line"/>
- <point x="692" y="0" type="line"/>
- <point x="992" y="0" type="line"/>
+ <point x="992.0" y="1084.0" type="line"/>
+ <point x="692.0" y="1084.0" type="line"/>
+ <point x="692.0" y="0.0" type="line"/>
+ <point x="992.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 74, 'rightMargin': 82}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/four.tnum.1.glif b/src/Inter-UI-Black.ufo/glyphs/four.tnum.1.glif
index b9c8f5e2b..e26b191d9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/four.tnum.1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/four.tnum.1.glif
@@ -1,47 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.tnum.1" format="1">
- <advance width="1824"/>
+<glyph name="four.tnum.1" format="2">
+ <advance width="1824.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="895.125"/>
<outline>
<component base="four.1"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>895.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/four.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/four.tnum.glif
index de8b7f417..4c9399b55 100644
--- a/src/Inter-UI-Black.ufo/glyphs/four.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/four.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.tnum" format="1">
- <advance width="1824"/>
+<glyph name="four.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="four" xOffset="32"/>
+ <component base="four" xOffset="32.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fourroman.glif b/src/Inter-UI-Black.ufo/glyphs/fourroman.glif
index f5eb0d9a2..677bc5725 100644
--- a/src/Inter-UI-Black.ufo/glyphs/fourroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/fourroman.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fourroman" format="1">
- <advance width="2336"/>
+<glyph name="fourroman" format="2">
+ <advance width="2336.0"/>
<unicode hex="2173"/>
<outline>
- <component base="i" xOffset="-40"/>
- <component base="v" xOffset="728"/>
+ <component base="i" xOffset="-40.0"/>
+ <component base="v" xOffset="728.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2212, 'leftMargin': 138, 'rightMargin': -37}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/foursub.glif b/src/Inter-UI-Black.ufo/glyphs/foursub.glif
index d0f23c4d2..858ffaab2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/foursub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/foursub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="foursub" format="1">
- <advance width="1312"/>
+<glyph name="foursub" format="2">
+ <advance width="1312.0"/>
<unicode hex="2084"/>
<outline>
- <component base="four.sup" yOffset="-496"/>
+ <component base="four.sup" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 192, 'rightMargin': -35}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/foursuperior.glif b/src/Inter-UI-Black.ufo/glyphs/foursuperior.glif
index b92d60111..9ba3979ad 100644
--- a/src/Inter-UI-Black.ufo/glyphs/foursuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/foursuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="foursuperior" format="1">
- <advance width="1312"/>
+<glyph name="foursuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2074"/>
<outline>
- <component base="four.sup" xOffset="120" yOffset="916"/>
+ <component base="four.sup" xOffset="120.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 74, 'rightMargin': 82}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fourthtonechinese.glif b/src/Inter-UI-Black.ufo/glyphs/fourthtonechinese.glif
index bccdb3387..5e1caff19 100644
--- a/src/Inter-UI-Black.ufo/glyphs/fourthtonechinese.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/fourthtonechinese.glif
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fourthtonechinese" format="1">
- <advance width="1056"/>
+<glyph name="fourthtonechinese" format="2">
+ <advance width="1056.0"/>
<unicode hex="02CB"/>
<outline>
<component base="grave"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 972, 'leftMargin': 155, 'rightMargin': 73}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/fraction.glif b/src/Inter-UI-Black.ufo/glyphs/fraction.glif
index 3dc0f2873..035733b23 100644
--- a/src/Inter-UI-Black.ufo/glyphs/fraction.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/fraction.glif
@@ -1,53 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fraction" format="1">
- <advance width="1312"/>
+<glyph name="fraction" format="2">
+ <advance width="1312.0"/>
<unicode hex="2044"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1248" y="1716" type="line"/>
- <point x="1040" y="1824" type="line"/>
- <point x="64" y="260" type="line"/>
- <point x="272" y="152" type="line"/>
+ <point x="1248.0" y="1716.0" type="line"/>
+ <point x="1040.0" y="1824.0" type="line"/>
+ <point x="64.0" y="260.0" type="line"/>
+ <point x="272.0" y="152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1246, 'leftMargin': 28, 'rightMargin': 32}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/franc.glif b/src/Inter-UI-Black.ufo/glyphs/franc.glif
new file mode 100644
index 000000000..6ec8d0b5c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/franc.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="franc" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="20A3"/>
+ <anchor x="816.0" y="16.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="968.0" y="2216.0" name="parent_top"/>
+ <anchor x="968.0" y="2216.0" name="top"/>
+ <anchor x="1628.0" y="2216.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="F"/>
+ <component base="crossbar" xOffset="-108.0" yOffset="-620.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/g.glif b/src/Inter-UI-Black.ufo/glyphs/g.glif
index 3cb2dfeb0..64f496bde 100644
--- a/src/Inter-UI-Black.ufo/glyphs/g.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/g.glif
@@ -1,126 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="g" format="1">
- <advance width="1652"/>
+<glyph name="g" format="2">
+ <advance width="1652.0"/>
<unicode hex="0067"/>
+ <anchor x="764.0" y="-576.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="776.0" y="1776.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1052" y="1528" type="line"/>
- <point x="1052" y="1240" type="line"/>
- <point x="1232" y="740" type="line"/>
- <point x="1060" y="264" type="line"/>
- <point x="1060" y="148" type="line"/>
- <point x="1060" y="92" type="line"/>
- <point x="1060" y="-132"/>
- <point x="940" y="-216"/>
- <point x="748" y="-216" type="curve" smooth="yes"/>
- <point x="588" y="-216"/>
- <point x="460" y="-156"/>
- <point x="364" y="-84" type="curve"/>
- <point x="172" y="-396" type="line"/>
- <point x="256" y="-480"/>
- <point x="488" y="-588"/>
- <point x="764" y="-588" type="curve" smooth="yes"/>
- <point x="1208" y="-588"/>
- <point x="1508" y="-356"/>
- <point x="1508" y="68" type="curve" smooth="yes"/>
- <point x="1508" y="1528" type="line"/>
+ <point x="1052.0" y="1528.0" type="line"/>
+ <point x="1052.0" y="1240.0" type="line"/>
+ <point x="1232.0" y="740.0" type="line"/>
+ <point x="1060.0" y="264.0" type="line"/>
+ <point x="1060.0" y="148.0" type="line"/>
+ <point x="1060.0" y="92.0" type="line"/>
+ <point x="1060.0" y="-132.0"/>
+ <point x="940.0" y="-216.0"/>
+ <point x="748.0" y="-216.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="-216.0"/>
+ <point x="460.0" y="-156.0"/>
+ <point x="364.0" y="-84.0" type="curve"/>
+ <point x="172.0" y="-396.0" type="line"/>
+ <point x="256.0" y="-480.0"/>
+ <point x="488.0" y="-588.0"/>
+ <point x="764.0" y="-588.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="-588.0"/>
+ <point x="1508.0" y="-356.0"/>
+ <point x="1508.0" y="68.0" type="curve" smooth="yes"/>
+ <point x="1508.0" y="1528.0" type="line"/>
</contour>
<contour>
- <point x="1232" y="1372" type="line"/>
- <point x="1032" y="1372" type="line"/>
- <point x="980" y="1488"/>
- <point x="848" y="1556"/>
- <point x="688" y="1556" type="curve" smooth="yes"/>
- <point x="380" y="1556"/>
- <point x="96" y="1304"/>
- <point x="96" y="780" type="curve" smooth="yes"/>
- <point x="96" y="256"/>
- <point x="380" y="32"/>
- <point x="688" y="32" type="curve" smooth="yes"/>
- <point x="872" y="32"/>
- <point x="996" y="112"/>
- <point x="1036" y="192" type="curve"/>
- <point x="1232" y="192" type="line"/>
+ <point x="1232.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="256.0"/>
+ <point x="380.0" y="32.0"/>
+ <point x="688.0" y="32.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="32.0"/>
+ <point x="996.0" y="112.0"/>
+ <point x="1036.0" y="192.0" type="curve"/>
+ <point x="1232.0" y="192.0" type="line"/>
</contour>
<contour>
- <point x="528" y="780" type="curve" smooth="yes"/>
- <point x="528" y="1032"/>
- <point x="628" y="1192"/>
- <point x="824" y="1192" type="curve" smooth="yes"/>
- <point x="1028" y="1192"/>
- <point x="1100" y="1004"/>
- <point x="1100" y="780" type="curve" smooth="yes"/>
- <point x="1100" y="548"/>
- <point x="1024" y="388"/>
- <point x="824" y="388" type="curve" smooth="yes"/>
- <point x="644" y="388"/>
- <point x="528" y="512"/>
- </contour>
- <contour>
- <point x="776" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="-576" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1628" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1628" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1628" y="1776" type="move" name="top0315"/>
+ <point x="528.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1032.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="548.0"/>
+ <point x="1024.0" y="388.0"/>
+ <point x="824.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="388.0"/>
+ <point x="528.0" y="512.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>q</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>g</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1652</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1617.0, 'leftMargin': 83, 'rightMargin': 140.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gacute.glif b/src/Inter-UI-Black.ufo/glyphs/gacute.glif
new file mode 100644
index 000000000..547afe008
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/gacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gacute" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="01F5"/>
+ <anchor x="764.0" y="-576.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="2296.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="acute" xOffset="412.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gamma.glif b/src/Inter-UI-Black.ufo/glyphs/gamma.glif
index 5c8279701..38910332e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gamma.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gamma.glif
@@ -1,36 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gamma" format="1">
- <advance width="1568"/>
+<glyph name="gamma" format="2">
+ <advance width="1568.0"/>
<unicode hex="03B3"/>
+ <anchor x="788.0" y="152.0" name="cross"/>
<outline>
<contour>
- <point x="1004" y="96" type="line"/>
- <point x="564" y="96" type="line"/>
- <point x="564" y="-572" type="line"/>
- <point x="1004" y="-572" type="line"/>
+ <point x="1004.0" y="96.0" type="line"/>
+ <point x="564.0" y="96.0" type="line"/>
+ <point x="564.0" y="-572.0" type="line"/>
+ <point x="1004.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="760" y="372" type="line"/>
- <point x="708" y="0" type="line"/>
- <point x="1008" y="0" type="line"/>
- <point x="1496" y="1536" type="line"/>
- <point x="1032" y="1536" type="line"/>
+ <point x="760.0" y="372.0" type="line"/>
+ <point x="708.0" y="0.0" type="line"/>
+ <point x="1008.0" y="0.0" type="line"/>
+ <point x="1496.0" y="1536.0" type="line"/>
+ <point x="1032.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="540" y="1536" type="line"/>
- <point x="72" y="1536" type="line"/>
- <point x="564" y="0" type="line"/>
- <point x="864" y="0" type="line"/>
- <point x="828" y="360" type="line"/>
- </contour>
- <contour>
- <point x="788" y="152" type="move" name="cross"/>
+ <point x="540.0" y="1536.0" type="line"/>
+ <point x="72.0" y="1536.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
+ <point x="864.0" y="0.0" type="line"/>
+ <point x="828.0" y="360.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 8, 'rightMargin': 12}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gamma1.glif b/src/Inter-UI-Black.ufo/glyphs/gamma1.glif
index 35f72097b..4de96e665 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gamma1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gamma1.glif
@@ -1,54 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gamma1" format="1">
- <advance width="1824"/>
+<glyph name="gamma1" format="2">
+ <advance width="1824.0"/>
<unicode hex="0263"/>
+ <anchor x="916.0" y="-616.0" name="bottom"/>
+ <anchor x="916.0" y="1776.0" name="top"/>
+ <anchor x="1704.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="912" y="-600" type="curve" smooth="yes"/>
- <point x="1188" y="-600"/>
- <point x="1424" y="-488"/>
- <point x="1424" y="-228" type="curve" smooth="yes"/>
- <point x="1424" y="-156"/>
- <point x="1384" y="-36"/>
- <point x="1312" y="104" type="curve" smooth="yes"/>
- <point x="588" y="1488" type="line"/>
- <point x="124" y="1488" type="line"/>
- <point x="844" y="160" type="line" smooth="yes"/>
- <point x="936" y="-16"/>
- <point x="980" y="-108"/>
- <point x="980" y="-188" type="curve" smooth="yes"/>
- <point x="980" y="-244"/>
- <point x="972" y="-292"/>
- <point x="912" y="-292" type="curve" smooth="yes"/>
- <point x="856" y="-292"/>
- <point x="844" y="-244"/>
- <point x="844" y="-188" type="curve" smooth="yes"/>
- <point x="844" y="-108"/>
- <point x="904" y="-16"/>
- <point x="996" y="160" type="curve" smooth="yes"/>
- <point x="1704" y="1488" type="line"/>
- <point x="1240" y="1488" type="line"/>
- <point x="492" y="92" type="line" smooth="yes"/>
- <point x="420" y="-44"/>
- <point x="388" y="-156"/>
- <point x="388" y="-228" type="curve" smooth="yes"/>
- <point x="388" y="-488"/>
- <point x="636" y="-600"/>
- </contour>
- <contour>
- <point x="916" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="916" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1704" y="1776" type="move" name="top0315"/>
+ <point x="912.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="-600.0"/>
+ <point x="1424.0" y="-488.0"/>
+ <point x="1424.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="-156.0"/>
+ <point x="1384.0" y="-36.0"/>
+ <point x="1312.0" y="104.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="844.0" y="160.0" type="line" smooth="yes"/>
+ <point x="936.0" y="-16.0"/>
+ <point x="980.0" y="-108.0"/>
+ <point x="980.0" y="-188.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="-244.0"/>
+ <point x="972.0" y="-292.0"/>
+ <point x="912.0" y="-292.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="-292.0"/>
+ <point x="844.0" y="-244.0"/>
+ <point x="844.0" y="-188.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="-108.0"/>
+ <point x="904.0" y="-16.0"/>
+ <point x="996.0" y="160.0" type="curve" smooth="yes"/>
+ <point x="1704.0" y="1488.0" type="line"/>
+ <point x="1240.0" y="1488.0" type="line"/>
+ <point x="492.0" y="92.0" type="line" smooth="yes"/>
+ <point x="420.0" y="-44.0"/>
+ <point x="388.0" y="-156.0"/>
+ <point x="388.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="-488.0"/>
+ <point x="636.0" y="-600.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1579, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gammasuper.glif b/src/Inter-UI-Black.ufo/glyphs/gammasuper.glif
index bfd974fa6..69a390c8c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gammasuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gammasuper.glif
@@ -1,59 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gammasuper" format="1">
- <advance width="1312"/>
+<glyph name="gammasuper" format="2">
+ <advance width="1312.0"/>
<unicode hex="02E0"/>
<outline>
<contour>
- <point x="680" y="1396" type="line"/>
- <point x="572" y="900" type="line"/>
- <point x="804" y="900" type="line"/>
- <point x="1212" y="2004" type="line"/>
- <point x="840" y="2004" type="line"/>
+ <point x="680.0" y="1396.0" type="line"/>
+ <point x="572.0" y="900.0" type="line"/>
+ <point x="804.0" y="900.0" type="line"/>
+ <point x="1212.0" y="2004.0" type="line"/>
+ <point x="840.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="476" y="2004" type="line"/>
- <point x="100" y="2004" type="line"/>
- <point x="504" y="900" type="line"/>
- <point x="740" y="900" type="line"/>
- <point x="632" y="1396" type="line"/>
+ <point x="476.0" y="2004.0" type="line"/>
+ <point x="100.0" y="2004.0" type="line"/>
+ <point x="504.0" y="900.0" type="line"/>
+ <point x="740.0" y="900.0" type="line"/>
+ <point x="632.0" y="1396.0" type="line"/>
</contour>
<contour>
- <point x="652" y="304" type="curve" smooth="yes"/>
- <point x="828" y="304"/>
- <point x="980" y="384"/>
- <point x="980" y="576" type="curve" smooth="yes"/>
- <point x="980" y="624"/>
- <point x="952" y="696"/>
- <point x="908" y="792" type="curve" smooth="yes"/>
- <point x="800" y="1028" type="line"/>
- <point x="516" y="1028" type="line"/>
- <point x="608" y="832" type="line" smooth="yes"/>
- <point x="664" y="716"/>
- <point x="696" y="656"/>
- <point x="696" y="608" type="curve" smooth="yes"/>
- <point x="696" y="564"/>
- <point x="692" y="532"/>
- <point x="652" y="532" type="curve" smooth="yes"/>
- <point x="616" y="532"/>
- <point x="608" y="564"/>
- <point x="608" y="608" type="curve" smooth="yes"/>
- <point x="608" y="656"/>
- <point x="652" y="716"/>
- <point x="708" y="832" type="curve" smooth="yes"/>
- <point x="796" y="1028" type="line"/>
- <point x="496" y="1028" type="line"/>
- <point x="380" y="780" type="line" smooth="yes"/>
- <point x="340" y="692"/>
- <point x="312" y="624"/>
- <point x="312" y="576" type="curve" smooth="yes"/>
- <point x="312" y="384"/>
- <point x="476" y="304"/>
+ <point x="652.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="304.0"/>
+ <point x="980.0" y="384.0"/>
+ <point x="980.0" y="576.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="624.0"/>
+ <point x="952.0" y="696.0"/>
+ <point x="908.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="1028.0" type="line"/>
+ <point x="516.0" y="1028.0" type="line"/>
+ <point x="608.0" y="832.0" type="line" smooth="yes"/>
+ <point x="664.0" y="716.0"/>
+ <point x="696.0" y="656.0"/>
+ <point x="696.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="564.0"/>
+ <point x="692.0" y="532.0"/>
+ <point x="652.0" y="532.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="532.0"/>
+ <point x="608.0" y="564.0"/>
+ <point x="608.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="656.0"/>
+ <point x="652.0" y="716.0"/>
+ <point x="708.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="1028.0" type="line"/>
+ <point x="496.0" y="1028.0" type="line"/>
+ <point x="380.0" y="780.0" type="line" smooth="yes"/>
+ <point x="340.0" y="692.0"/>
+ <point x="312.0" y="624.0"/>
+ <point x="312.0" y="576.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="384.0"/>
+ <point x="476.0" y="304.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1220, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gbar.glif b/src/Inter-UI-Black.ufo/glyphs/gbar.glif
index d1dd351a8..3fb99e717 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gbar.glif
@@ -1,33 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gbar" format="1">
- <advance width="1732"/>
+<glyph name="gbar" format="2">
+ <advance width="1732.0"/>
<unicode hex="01E5"/>
+ <anchor x="836.0" y="-672.0" name="bottom"/>
+ <anchor x="836.0" y="-672.0" name="markbottom"/>
+ <anchor x="896.0" y="-176.0" name="parenthesses.w3"/>
+ <anchor x="836.0" y="1776.0" name="top"/>
+ <anchor x="1692.0" y="1776.0" name="top0315"/>
<outline>
<component base="g"/>
- <component base="crossbar" xOffset="564" yOffset="-244"/>
- <contour>
- <point x="836" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="836" y="-672" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="896" y="-176" type="move" name="parenthesses.w3"/>
- </contour>
- <contour>
- <point x="836" y="-672" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1692" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="crossbar" xOffset="564.0" yOffset="-244.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1617.0, 'leftMargin': 67, 'rightMargin': 8.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gbreve.glif b/src/Inter-UI-Black.ufo/glyphs/gbreve.glif
new file mode 100644
index 000000000..78b9e0d83
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/gbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gbreve" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="011F"/>
+ <anchor x="764.0" y="-576.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="2248.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="breve" xOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gcaron.glif b/src/Inter-UI-Black.ufo/glyphs/gcaron.glif
new file mode 100644
index 000000000..22236e41a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/gcaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gcaron" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="01E7"/>
+ <anchor x="764.0" y="-576.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="2268.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="caron" xOffset="-12.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gcircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/gcircumflex.glif
new file mode 100644
index 000000000..7c8054686
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/gcircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gcircumflex" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="011D"/>
+ <anchor x="764.0" y="-576.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="2240.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="circumflex" xOffset="-8.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gcommaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/gcommaaccent.glif
new file mode 100644
index 000000000..17797fbf1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/gcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gcommaaccent" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="0123"/>
+ <anchor x="764.0" y="-576.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="1776.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="commaaccentrotate.cn" xOffset="420.0" yOffset="260.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gcursive.glif b/src/Inter-UI-Black.ufo/glyphs/gcursive.glif
index f2f6388ad..4fd2ef57d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gcursive.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gcursive.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gcursive" format="1">
- <advance width="1568"/>
+<glyph name="gcursive" format="2">
+ <advance width="1568.0"/>
<unicode hex="0261"/>
+ <anchor x="768.0" y="-616.0" name="bottom"/>
+ <anchor x="768.0" y="1776.0" name="top"/>
+ <anchor x="1620.0" y="1776.0" name="top0315"/>
<outline>
- <component base="g" xOffset="-12"/>
- <contour>
- <point x="768" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1620" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="768" y="-616" type="move" name="bottom"/>
- </contour>
+ <component base="g" xOffset="-12.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1617.0, 'leftMargin': 83, 'rightMargin': 140.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/gdotaccent.glif
new file mode 100644
index 000000000..9cd525819
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/gdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gdotaccent" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="0121"/>
+ <anchor x="764.0" y="-576.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="2296.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="dotaccent" xOffset="376.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/gecyrillic.glif
index 7f16185d4..b1dc9d890 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gecyrillic.glif
@@ -1,33 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gecyrillic" format="1">
- <advance width="1312"/>
+<glyph name="gecyrillic" format="2">
+ <advance width="1312.0"/>
<unicode hex="0433"/>
+ <anchor x="388.0" y="740.0" name="cross"/>
+ <anchor x="580.0" y="0.0" name="right"/>
+ <anchor x="588.0" y="1776.0" name="top"/>
+ <anchor x="1184.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1176" y="1488" type="line"/>
- <point x="136" y="1488" type="line"/>
- <point x="136" y="0" type="line"/>
- <point x="580" y="0" type="line"/>
- <point x="580" y="1132" type="line"/>
- <point x="1176" y="1132" type="line"/>
- </contour>
- <contour>
- <point x="588" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="388" y="740" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="580" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1184" y="1776" type="move" name="top0315"/>
+ <point x="1176.0" y="1488.0" type="line"/>
+ <point x="136.0" y="1488.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="580.0" y="0.0" type="line"/>
+ <point x="580.0" y="1132.0" type="line"/>
+ <point x="1176.0" y="1132.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1180, 'leftMargin': 132, 'rightMargin': 10}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/germandbls.glif b/src/Inter-UI-Black.ufo/glyphs/germandbls.glif
index d66c4f769..c027d2580 100644
--- a/src/Inter-UI-Black.ufo/glyphs/germandbls.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/germandbls.glif
@@ -1,442 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="germandbls" format="1">
- <advance width="1768"/>
+<glyph name="germandbls" format="2">
+ <advance width="1768.0"/>
<unicode hex="00DF"/>
<outline>
<contour>
- <point x="588" y="1440" type="line"/>
- <point x="588" y="1636"/>
- <point x="676" y="1700"/>
- <point x="792" y="1700" type="curve" smooth="yes"/>
- <point x="908" y="1700"/>
- <point x="992" y="1636"/>
- <point x="992" y="1532" type="curve" smooth="yes"/>
- <point x="992" y="1372"/>
- <point x="856" y="1292"/>
- <point x="856" y="1088" type="curve" smooth="yes" name="hr01"/>
- <point x="856" y="740"/>
- <point x="1248" y="764"/>
- <point x="1248" y="504" type="curve" smooth="yes" name="hr02"/>
- <point x="1248" y="392"/>
- <point x="1164" y="332"/>
- <point x="1044" y="332" type="curve" smooth="yes"/>
- <point x="912" y="332"/>
- <point x="828" y="364"/>
- <point x="776" y="384" type="curve"/>
- <point x="672" y="44" type="line"/>
- <point x="748" y="0"/>
- <point x="900" y="-28"/>
- <point x="1044" y="-28" type="curve" smooth="yes"/>
- <point x="1500" y="-28"/>
- <point x="1688" y="244"/>
- <point x="1688" y="508" type="curve" smooth="yes"/>
- <point x="1688" y="876"/>
- <point x="1320" y="928"/>
- <point x="1320" y="1112" type="curve" smooth="yes" name="hr03"/>
- <point x="1320" y="1268"/>
- <point x="1432" y="1336"/>
- <point x="1432" y="1552" type="curve" smooth="yes" name="hr04"/>
- <point x="1432" y="1884"/>
- <point x="1168" y="2076"/>
- <point x="792" y="2076" type="curve" smooth="yes"/>
- <point x="392" y="2076"/>
- <point x="144" y="1860"/>
- <point x="144" y="1440" type="curve" smooth="yes"/>
- <point x="144" y="0" type="line"/>
- <point x="588" y="0" type="line"/>
+ <point x="588.0" y="1440.0" type="line"/>
+ <point x="588.0" y="1636.0"/>
+ <point x="676.0" y="1700.0"/>
+ <point x="792.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="1700.0"/>
+ <point x="992.0" y="1636.0"/>
+ <point x="992.0" y="1532.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="1372.0"/>
+ <point x="856.0" y="1292.0"/>
+ <point x="856.0" y="1088.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="740.0"/>
+ <point x="1248.0" y="764.0"/>
+ <point x="1248.0" y="504.0" type="curve" smooth="yes"/>
+ <point x="1248.0" y="392.0"/>
+ <point x="1164.0" y="332.0"/>
+ <point x="1044.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="332.0"/>
+ <point x="828.0" y="364.0"/>
+ <point x="776.0" y="384.0" type="curve"/>
+ <point x="672.0" y="44.0" type="line"/>
+ <point x="748.0" y="0.0"/>
+ <point x="900.0" y="-28.0"/>
+ <point x="1044.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="-28.0"/>
+ <point x="1688.0" y="244.0"/>
+ <point x="1688.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="876.0"/>
+ <point x="1320.0" y="928.0"/>
+ <point x="1320.0" y="1112.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="1268.0"/>
+ <point x="1432.0" y="1336.0"/>
+ <point x="1432.0" y="1552.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="1884.0"/>
+ <point x="1168.0" y="2076.0"/>
+ <point x="792.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2076.0"/>
+ <point x="144.0" y="1860.0"/>
+ <point x="144.0" y="1440.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="588.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.layerData</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.11</key>
<dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>name</key>
- <string>hr00</string>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>520</integer>
- <key>y</key>
- <integer>1524</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>520</integer>
- <key>y</key>
- <integer>1796</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>608</integer>
- <key>y</key>
- <integer>1924</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>800</integer>
- <key>y</key>
- <integer>1924</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>948</integer>
- <key>y</key>
- <integer>1924</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>1848</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>1668</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>1456</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>892</integer>
- <key>y</key>
- <integer>1356</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>892</integer>
- <key>y</key>
- <integer>1128</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>892</integer>
- <key>y</key>
- <integer>772</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1380</integer>
- <key>y</key>
- <integer>728</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1380</integer>
- <key>y</key>
- <integer>432</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1380</integer>
- <key>y</key>
- <integer>308</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1288</integer>
- <key>y</key>
- <integer>180</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1052</integer>
- <key>y</key>
- <integer>180</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>928</integer>
- <key>y</key>
- <integer>180</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>808</integer>
- <key>y</key>
- <integer>244</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>748</integer>
- <key>y</key>
- <integer>280</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>652</integer>
- <key>y</key>
- <integer>84</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>732</integer>
- <key>y</key>
- <integer>28</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>892</integer>
- <key>y</key>
- <integer>-28</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1080</integer>
- <key>y</key>
- <integer>-28</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1396</integer>
- <key>y</key>
- <integer>-28</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1612</integer>
- <key>y</key>
- <integer>120</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1612</integer>
- <key>y</key>
- <integer>440</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1612</integer>
- <key>y</key>
- <integer>856</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1132</integer>
- <key>y</key>
- <integer>852</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1132</integer>
- <key>y</key>
- <integer>1128</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1132</integer>
- <key>y</key>
- <integer>1300</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1316</integer>
- <key>y</key>
- <integer>1388</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1316</integer>
- <key>y</key>
- <integer>1668</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1316</integer>
- <key>y</key>
- <integer>2016</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1040</integer>
- <key>y</key>
- <integer>2140</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>800</integer>
- <key>y</key>
- <integer>2140</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>492</integer>
- <key>y</key>
- <integer>2140</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>284</integer>
- <key>y</key>
- <integer>1932</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>284</integer>
- <key>y</key>
- <integer>1524</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>284</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>520</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>germandbls</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1768</integer>
- </dict>
+ <key>name</key>
+ <string>hr02</string>
+ </dict>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.27</key>
+ <dict>
+ <key>name</key>
+ <string>hr03</string>
+ </dict>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.30</key>
+ <dict>
+ <key>name</key>
+ <string>hr04</string>
+ </dict>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.8</key>
+ <dict>
+ <key>name</key>
+ <string>hr01</string>
</dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1812, 'leftMargin': 186, 'rightMargin': 84}</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ghemiddlehookcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ghemiddlehookcyrillic.glif
index bbe7bc47e..a1ad2e4d2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ghemiddlehookcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ghemiddlehookcyrillic.glif
@@ -1,32 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ghemiddlehookcyrillic" format="1">
- <advance width="1568"/>
+<glyph name="ghemiddlehookcyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0495"/>
<outline>
<contour>
- <point x="340" y="568" type="line"/>
- <point x="632" y="568" type="line" smooth="yes"/>
- <point x="856" y="568"/>
- <point x="992" y="468"/>
- <point x="992" y="248" type="curve" smooth="yes"/>
- <point x="988" y="72"/>
- <point x="884" y="-24"/>
- <point x="728" y="-108" type="curve"/>
- <point x="932" y="-392" type="line"/>
- <point x="1280" y="-252"/>
- <point x="1440" y="24"/>
- <point x="1432" y="248" type="curve"/>
- <point x="1432" y="716"/>
- <point x="1104" y="924"/>
- <point x="632" y="924" type="curve" smooth="yes"/>
- <point x="340" y="924" type="line"/>
+ <point x="340.0" y="568.0" type="line"/>
+ <point x="632.0" y="568.0" type="line" smooth="yes"/>
+ <point x="856.0" y="568.0"/>
+ <point x="992.0" y="468.0"/>
+ <point x="992.0" y="248.0" type="curve" smooth="yes"/>
+ <point x="988.0" y="72.0"/>
+ <point x="884.0" y="-24.0"/>
+ <point x="728.0" y="-108.0" type="curve"/>
+ <point x="932.0" y="-392.0" type="line"/>
+ <point x="1280.0" y="-252.0"/>
+ <point x="1440.0" y="24.0"/>
+ <point x="1432.0" y="248.0" type="curve"/>
+ <point x="1432.0" y="716.0"/>
+ <point x="1104.0" y="924.0"/>
+ <point x="632.0" y="924.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="924.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1172.0" y="1488.0" type="line"/>
+ <point x="132.0" y="1488.0" type="line"/>
+ <point x="132.0" y="0.0" type="line"/>
+ <point x="576.0" y="0.0" type="line"/>
+ <point x="576.0" y="1132.0" type="line"/>
+ <point x="1172.0" y="1132.0" type="line"/>
</contour>
- <component base="gecyrillic" xOffset="-4"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1515, 'leftMargin': 120, 'rightMargin': 95.78143050934614}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ghestrokecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ghestrokecyrillic.glif
new file mode 100644
index 000000000..82fcf14ef
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ghestrokecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ghestrokecyrillic" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="0493"/>
+ <anchor x="588.0" y="1776.0" name="parent_top"/>
+ <anchor x="588.0" y="1776.0" name="top"/>
+ <anchor x="1184.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="gecyrillic"/>
+ <component base="crossbar" xOffset="-260.0" yOffset="-280.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gheupturncyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/gheupturncyrillic.glif
index c79211021..3a5e08138 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gheupturncyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gheupturncyrillic.glif
@@ -1,20 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gheupturncyrillic" format="1">
- <advance width="1568"/>
+<glyph name="gheupturncyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0491"/>
<outline>
<contour>
- <point x="1348" y="1924" type="line"/>
- <point x="904" y="1924" type="line"/>
- <point x="904" y="1132" type="line"/>
- <point x="1348" y="1132" type="line"/>
+ <point x="1348.0" y="1924.0" type="line"/>
+ <point x="904.0" y="1924.0" type="line"/>
+ <point x="904.0" y="1132.0" type="line"/>
+ <point x="1348.0" y="1132.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1264.0" y="1488.0" type="line"/>
+ <point x="224.0" y="1488.0" type="line"/>
+ <point x="224.0" y="0.0" type="line"/>
+ <point x="668.0" y="0.0" type="line"/>
+ <point x="668.0" y="1132.0" type="line"/>
+ <point x="1264.0" y="1132.0" type="line"/>
</contour>
- <component base="gecyrillic" xOffset="88"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1315, 'leftMargin': 120, 'rightMargin': 72}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ghook.glif b/src/Inter-UI-Black.ufo/glyphs/ghook.glif
index 7f2ce2a5c..7c2b2237e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ghook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ghook.glif
@@ -1,41 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ghook" format="1">
- <advance width="1788"/>
+<glyph name="ghook" format="2">
+ <advance width="1788.0"/>
<unicode hex="0260"/>
+ <anchor x="852.0" y="-616.0" name="bottom"/>
+ <anchor x="852.0" y="1776.0" name="top"/>
+ <anchor x="1912.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1508" y="1444" type="line"/>
- <point x="1508" y="1580" type="line" smooth="yes"/>
- <point x="1508" y="1692"/>
- <point x="1624" y="1720"/>
- <point x="1728" y="1720" type="curve" smooth="yes"/>
- <point x="1768" y="1720"/>
- <point x="1804" y="1716"/>
- <point x="1836" y="1712" type="curve"/>
- <point x="1836" y="2060" type="line"/>
- <point x="1780" y="2068"/>
- <point x="1704" y="2076"/>
- <point x="1604" y="2076" type="curve" smooth="yes"/>
- <point x="1364" y="2076"/>
- <point x="1052" y="2016"/>
- <point x="1052" y="1580" type="curve" smooth="yes"/>
- <point x="1052" y="1444" type="line"/>
+ <point x="1508.0" y="1444.0" type="line"/>
+ <point x="1508.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="1508.0" y="1692.0"/>
+ <point x="1624.0" y="1720.0"/>
+ <point x="1728.0" y="1720.0" type="curve" smooth="yes"/>
+ <point x="1768.0" y="1720.0"/>
+ <point x="1804.0" y="1716.0"/>
+ <point x="1836.0" y="1712.0" type="curve"/>
+ <point x="1836.0" y="2060.0" type="line"/>
+ <point x="1780.0" y="2068.0"/>
+ <point x="1704.0" y="2076.0"/>
+ <point x="1604.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="1364.0" y="2076.0"/>
+ <point x="1052.0" y="2016.0"/>
+ <point x="1052.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1444.0" type="line"/>
</contour>
- <component base="g"/>
<contour>
- <point x="852" y="1776" type="move" name="top"/>
+ <point x="1052.0" y="1528.0" type="line"/>
+ <point x="1052.0" y="1240.0" type="line"/>
+ <point x="1232.0" y="740.0" type="line"/>
+ <point x="1060.0" y="264.0" type="line"/>
+ <point x="1060.0" y="148.0" type="line"/>
+ <point x="1060.0" y="92.0" type="line"/>
+ <point x="1060.0" y="-132.0"/>
+ <point x="940.0" y="-216.0"/>
+ <point x="748.0" y="-216.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="-216.0"/>
+ <point x="460.0" y="-156.0"/>
+ <point x="364.0" y="-84.0" type="curve"/>
+ <point x="172.0" y="-396.0" type="line"/>
+ <point x="256.0" y="-480.0"/>
+ <point x="488.0" y="-588.0"/>
+ <point x="764.0" y="-588.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="-588.0"/>
+ <point x="1508.0" y="-356.0"/>
+ <point x="1508.0" y="68.0" type="curve" smooth="yes"/>
+ <point x="1508.0" y="1528.0" type="line"/>
</contour>
<contour>
- <point x="852" y="-616" type="move" name="bottom"/>
+ <point x="1232.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="256.0"/>
+ <point x="380.0" y="32.0"/>
+ <point x="688.0" y="32.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="32.0"/>
+ <point x="996.0" y="112.0"/>
+ <point x="1036.0" y="192.0" type="curve"/>
+ <point x="1232.0" y="192.0" type="line"/>
</contour>
<contour>
- <point x="1912" y="1776" type="move" name="top0315"/>
+ <point x="528.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1032.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="548.0"/>
+ <point x="1024.0" y="388.0"/>
+ <point x="824.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="388.0"/>
+ <point x="528.0" y="512.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1822, 'leftMargin': 83, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gjecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/gjecyrillic.glif
new file mode 100644
index 000000000..2d3723155
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/gjecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gjecyrillic" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="0453"/>
+ <anchor x="588.0" y="1776.0" name="parent_top"/>
+ <anchor x="588.0" y="2296.0" name="top"/>
+ <anchor x="1184.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="gecyrillic"/>
+ <component base="acute" xOffset="224.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstop.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstop.glif
index 64325f318..8374d6bf4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstop.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstop.glif
@@ -1,72 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstop" format="1">
- <advance width="1568"/>
+<glyph name="glottalstop" format="2">
+ <advance width="1568.0"/>
<unicode hex="0294"/>
+ <guideline y="2140.875"/>
+ <anchor x="800.0" y="0.0" name="bottom"/>
+ <anchor x="752.0" y="2244.0" name="top"/>
+ <anchor x="1524.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="596" y="780" type="line" name="hr00"/>
- <point x="596" y="424" type="line"/>
- <point x="760" y="424" type="line" smooth="yes"/>
- <point x="1212" y="424"/>
- <point x="1444" y="748"/>
- <point x="1444" y="1180" type="curve" smooth="yes"/>
- <point x="1444" y="1388" type="line" smooth="yes"/>
- <point x="1444" y="1816"/>
- <point x="1212" y="2140"/>
- <point x="748" y="2140" type="curve" smooth="yes"/>
- <point x="396" y="2140"/>
- <point x="124" y="1920"/>
- <point x="124" y="1584" type="curve"/>
- <point x="540" y="1584" type="line"/>
- <point x="540" y="1708"/>
- <point x="624" y="1784"/>
- <point x="760" y="1784" type="curve" smooth="yes"/>
- <point x="968" y="1784"/>
- <point x="1000" y="1608"/>
- <point x="1000" y="1388" type="curve" smooth="yes"/>
- <point x="1000" y="1180" type="line" smooth="yes"/>
- <point x="1000" y="964"/>
- <point x="964" y="780"/>
- <point x="760" y="780" type="curve" smooth="yes"/>
+ <point x="596.0" y="780.0" type="line"/>
+ <point x="596.0" y="424.0" type="line"/>
+ <point x="760.0" y="424.0" type="line" smooth="yes"/>
+ <point x="1212.0" y="424.0"/>
+ <point x="1444.0" y="748.0"/>
+ <point x="1444.0" y="1180.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1388.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1816.0"/>
+ <point x="1212.0" y="2140.0"/>
+ <point x="748.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="2140.0"/>
+ <point x="124.0" y="1920.0"/>
+ <point x="124.0" y="1584.0" type="curve"/>
+ <point x="540.0" y="1584.0" type="line"/>
+ <point x="540.0" y="1708.0"/>
+ <point x="624.0" y="1784.0"/>
+ <point x="760.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="1784.0"/>
+ <point x="1000.0" y="1608.0"/>
+ <point x="1000.0" y="1388.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1180.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="964.0"/>
+ <point x="964.0" y="780.0"/>
+ <point x="760.0" y="780.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1016" y="780" type="line"/>
- <point x="572" y="780" type="line"/>
- <point x="572" y="0" type="line"/>
- <point x="1016" y="0" type="line"/>
- </contour>
- <contour>
- <point x="752" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="800" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1524" y="2244" type="move" name="top0315"/>
+ <point x="1016.0" y="780.0" type="line"/>
+ <point x="572.0" y="780.0" type="line"/>
+ <point x="572.0" y="0.0" type="line"/>
+ <point x="1016.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2140.875</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 69, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.23</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstopbar.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstopbar.glif
index 81bf49903..54e801955 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstopbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstopbar.glif
@@ -1,78 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopbar" format="1">
- <advance width="1568"/>
+<glyph name="glottalstopbar" format="2">
+ <advance width="1568.0"/>
<unicode hex="02A1"/>
+ <guideline x="737.0"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="748.0" y="2244.0" name="top"/>
+ <anchor x="1524.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="1288" y="444" type="line"/>
- <point x="300" y="444" type="line"/>
- <point x="300" y="180" type="line"/>
- <point x="1288" y="180" type="line"/>
+ <point x="1288.0" y="444.0" type="line"/>
+ <point x="300.0" y="444.0" type="line"/>
+ <point x="300.0" y="180.0" type="line"/>
+ <point x="1288.0" y="180.0" type="line"/>
</contour>
<contour>
- <point x="596" y="780" type="line" name="hr01"/>
- <point x="596" y="424" type="line"/>
- <point x="760" y="424" type="line" smooth="yes"/>
- <point x="1212" y="424"/>
- <point x="1444" y="748"/>
- <point x="1444" y="1180" type="curve" smooth="yes"/>
- <point x="1444" y="1388" type="line" smooth="yes"/>
- <point x="1444" y="1816"/>
- <point x="1212" y="2140"/>
- <point x="748" y="2140" type="curve" smooth="yes"/>
- <point x="396" y="2140"/>
- <point x="124" y="1920"/>
- <point x="124" y="1584" type="curve"/>
- <point x="540" y="1584" type="line"/>
- <point x="540" y="1708"/>
- <point x="624" y="1784"/>
- <point x="760" y="1784" type="curve" smooth="yes"/>
- <point x="968" y="1784"/>
- <point x="1000" y="1608"/>
- <point x="1000" y="1388" type="curve" smooth="yes"/>
- <point x="1000" y="1180" type="line" smooth="yes"/>
- <point x="1000" y="964"/>
- <point x="964" y="780"/>
- <point x="760" y="780" type="curve" smooth="yes"/>
+ <point x="596.0" y="780.0" type="line"/>
+ <point x="596.0" y="424.0" type="line"/>
+ <point x="760.0" y="424.0" type="line" smooth="yes"/>
+ <point x="1212.0" y="424.0"/>
+ <point x="1444.0" y="748.0"/>
+ <point x="1444.0" y="1180.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1388.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1816.0"/>
+ <point x="1212.0" y="2140.0"/>
+ <point x="748.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="2140.0"/>
+ <point x="124.0" y="1920.0"/>
+ <point x="124.0" y="1584.0" type="curve"/>
+ <point x="540.0" y="1584.0" type="line"/>
+ <point x="540.0" y="1708.0"/>
+ <point x="624.0" y="1784.0"/>
+ <point x="760.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="1784.0"/>
+ <point x="1000.0" y="1608.0"/>
+ <point x="1000.0" y="1388.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1180.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="964.0"/>
+ <point x="964.0" y="780.0"/>
+ <point x="760.0" y="780.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1016" y="780" type="line"/>
- <point x="572" y="780" type="line"/>
- <point x="572" y="0" type="line"/>
- <point x="1016" y="0" type="line"/>
- </contour>
- <contour>
- <point x="748" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1524" y="2244" type="move" name="top0315"/>
+ <point x="1016.0" y="780.0" type="line"/>
+ <point x="572.0" y="780.0" type="line"/>
+ <point x="572.0" y="0.0" type="line"/>
+ <point x="1016.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>737.0</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 69, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.23</key>
+ <dict>
+ <key>name</key>
+ <string>hr01</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstopbarinv.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstopbarinv.glif
index cf42e5897..12d2f5d89 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstopbarinv.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstopbarinv.glif
@@ -1,46 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopbarinv" format="1">
- <advance width="1568"/>
+<glyph name="glottalstopbarinv" format="2">
+ <advance width="1568.0"/>
<unicode hex="01BE"/>
<outline>
<contour>
- <point x="1004" y="420" type="curve" smooth="yes" name="hr00"/>
- <point x="1004" y="328"/>
- <point x="924" y="280"/>
- <point x="800" y="280" type="curve" smooth="yes"/>
- <point x="680" y="280"/>
- <point x="560" y="328"/>
- <point x="552" y="476" type="curve"/>
- <point x="136" y="476" type="line"/>
- <point x="136" y="240"/>
- <point x="364" y="-28"/>
- <point x="792" y="-28" type="curve" smooth="yes"/>
- <point x="1184" y="-28"/>
- <point x="1432" y="168"/>
- <point x="1432" y="432" type="curve" smooth="yes"/>
- <point x="1432" y="888"/>
- <point x="944" y="736"/>
- <point x="944" y="1132" type="curve" smooth="yes"/>
- <point x="944" y="1860" type="line"/>
- <point x="500" y="1860" type="line"/>
- <point x="500" y="1140" type="line" smooth="yes"/>
- <point x="500" y="588"/>
- <point x="1004" y="636"/>
+ <point x="1004.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1004.0" y="328.0"/>
+ <point x="924.0" y="280.0"/>
+ <point x="800.0" y="280.0" type="curve" smooth="yes"/>
+ <point x="680.0" y="280.0"/>
+ <point x="560.0" y="328.0"/>
+ <point x="552.0" y="476.0" type="curve"/>
+ <point x="136.0" y="476.0" type="line"/>
+ <point x="136.0" y="240.0"/>
+ <point x="364.0" y="-28.0"/>
+ <point x="792.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="-28.0"/>
+ <point x="1432.0" y="168.0"/>
+ <point x="1432.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="888.0"/>
+ <point x="944.0" y="736.0"/>
+ <point x="944.0" y="1132.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="1860.0" type="line"/>
+ <point x="500.0" y="1860.0" type="line"/>
+ <point x="500.0" y="1140.0" type="line" smooth="yes"/>
+ <point x="500.0" y="588.0"/>
+ <point x="1004.0" y="636.0"/>
</contour>
<contour>
- <point x="1192" y="1488" type="line"/>
- <point x="304" y="1488" type="line"/>
- <point x="304" y="1168" type="line"/>
- <point x="1192" y="1168" type="line"/>
+ <point x="1192.0" y="1488.0" type="line"/>
+ <point x="304.0" y="1488.0" type="line"/>
+ <point x="304.0" y="1168.0" type="line"/>
+ <point x="1192.0" y="1168.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 58, 'rightMargin': 92}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstopbarrev.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstopbarrev.glif
index f964ebd9f..11a58c4c7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstopbarrev.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstopbarrev.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopbarrev" format="1">
- <advance width="1568"/>
+<glyph name="glottalstopbarrev" format="2">
+ <advance width="1568.0"/>
<unicode hex="02A2"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="784.0" y="2244.0" name="top"/>
+ <anchor x="1484.0" y="2244.0" name="top0315"/>
<outline>
<component base="glottalstoprevinv"/>
- <component base="crossbar" xOffset="72" yOffset="-716"/>
- <contour>
- <point x="784" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1484" y="2244" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="784" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="crossbar" xOffset="72.0" yOffset="-716.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 108, 'rightMargin': 38}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstopinv.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstopinv.glif
index 72d29c1d1..c1258382c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstopinv.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstopinv.glif
@@ -1,69 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopinv" format="1">
- <advance width="1568"/>
+<glyph name="glottalstopinv" format="2">
+ <advance width="1568.0"/>
<unicode hex="0296"/>
+ <guideline y="-27.5"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="764.0" y="2244.0" name="top"/>
+ <anchor x="1524.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="760" y="1336" type="line"/>
- <point x="968" y="1336"/>
- <point x="1000" y="1156"/>
- <point x="1000" y="936" type="curve" smooth="yes"/>
- <point x="1000" y="728" type="line" smooth="yes"/>
- <point x="1000" y="516"/>
- <point x="964" y="332"/>
- <point x="760" y="332" type="curve" smooth="yes"/>
- <point x="612" y="332"/>
- <point x="540" y="436"/>
- <point x="540" y="568" type="curve"/>
- <point x="124" y="568" type="line"/>
- <point x="124" y="192"/>
- <point x="384" y="-28"/>
- <point x="752" y="-28" type="curve" smooth="yes"/>
- <point x="1212" y="-28"/>
- <point x="1444" y="300"/>
- <point x="1444" y="728" type="curve" smooth="yes"/>
- <point x="1444" y="936" type="line" smooth="yes"/>
- <point x="1444" y="1368"/>
- <point x="1212" y="1692"/>
- <point x="748" y="1692" type="curve" smooth="yes"/>
- <point x="596" y="1692" type="line"/>
- <point x="596" y="1336" type="line"/>
+ <point x="760.0" y="1336.0" type="line"/>
+ <point x="968.0" y="1336.0"/>
+ <point x="1000.0" y="1156.0"/>
+ <point x="1000.0" y="936.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="516.0"/>
+ <point x="964.0" y="332.0"/>
+ <point x="760.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="332.0"/>
+ <point x="540.0" y="436.0"/>
+ <point x="540.0" y="568.0" type="curve"/>
+ <point x="124.0" y="568.0" type="line"/>
+ <point x="124.0" y="192.0"/>
+ <point x="384.0" y="-28.0"/>
+ <point x="752.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="-28.0"/>
+ <point x="1444.0" y="300.0"/>
+ <point x="1444.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="936.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1368.0"/>
+ <point x="1212.0" y="1692.0"/>
+ <point x="748.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="1692.0" type="line"/>
+ <point x="596.0" y="1336.0" type="line"/>
</contour>
<contour>
- <point x="988" y="2112" type="line"/>
- <point x="544" y="2112" type="line"/>
- <point x="544" y="1336" type="line"/>
- <point x="988" y="1336" type="line"/>
- </contour>
- <contour>
- <point x="764" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1524" y="2244" type="move" name="top0315"/>
+ <point x="988.0" y="2112.0" type="line"/>
+ <point x="544.0" y="2112.0" type="line"/>
+ <point x="544.0" y="1336.0" type="line"/>
+ <point x="988.0" y="1336.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-27.5</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 69, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstopmod.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstopmod.glif
index 916474cec..72892ed6d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstopmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstopmod.glif
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopmod" format="1">
- <advance width="1312"/>
+<glyph name="glottalstopmod" format="2">
+ <advance width="1312.0"/>
<unicode hex="02C0"/>
<outline>
<contour>
- <point x="204" y="2096" type="curve"/>
- <point x="508" y="2096" type="line"/>
- <point x="508" y="2168"/>
- <point x="548" y="2228"/>
- <point x="644" y="2228" type="curve" smooth="yes"/>
- <point x="764" y="2228"/>
- <point x="788" y="2140"/>
- <point x="788" y="1944" type="curve" smooth="yes"/>
- <point x="788" y="1652" type="line" smooth="yes"/>
- <point x="788" y="1508"/>
- <point x="724" y="1424"/>
- <point x="592" y="1424" type="curve" smooth="yes"/>
- <point x="512" y="1424" type="line"/>
- <point x="512" y="1164" type="line"/>
- <point x="636" y="1164" type="line" smooth="yes"/>
- <point x="952" y="1164"/>
- <point x="1112" y="1356"/>
- <point x="1112" y="1668" type="curve" smooth="yes"/>
- <point x="1112" y="1956" type="line" smooth="yes"/>
- <point x="1112" y="2296"/>
- <point x="952" y="2488"/>
- <point x="640" y="2488" type="curve" smooth="yes"/>
- <point x="376" y="2488"/>
- <point x="204" y="2344"/>
+ <point x="204.0" y="2096.0" type="curve"/>
+ <point x="508.0" y="2096.0" type="line"/>
+ <point x="508.0" y="2168.0"/>
+ <point x="548.0" y="2228.0"/>
+ <point x="644.0" y="2228.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="2228.0"/>
+ <point x="788.0" y="2140.0"/>
+ <point x="788.0" y="1944.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="1652.0" type="line" smooth="yes"/>
+ <point x="788.0" y="1508.0"/>
+ <point x="724.0" y="1424.0"/>
+ <point x="592.0" y="1424.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="1424.0" type="line"/>
+ <point x="512.0" y="1164.0" type="line"/>
+ <point x="636.0" y="1164.0" type="line" smooth="yes"/>
+ <point x="952.0" y="1164.0"/>
+ <point x="1112.0" y="1356.0"/>
+ <point x="1112.0" y="1668.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="1956.0" type="line" smooth="yes"/>
+ <point x="1112.0" y="2296.0"/>
+ <point x="952.0" y="2488.0"/>
+ <point x="640.0" y="2488.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="2488.0"/>
+ <point x="204.0" y="2344.0"/>
</contour>
<contour>
- <point x="484" y="1424" type="line"/>
- <point x="484" y="900" type="line"/>
- <point x="808" y="900" type="line"/>
- <point x="808" y="1424" type="line"/>
+ <point x="484.0" y="1424.0" type="line"/>
+ <point x="484.0" y="900.0" type="line"/>
+ <point x="808.0" y="900.0" type="line"/>
+ <point x="808.0" y="1424.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1045.0, 'leftMargin': 55, 'rightMargin': 82.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstopreversedmod.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstopreversedmod.glif
index b00471b68..52ac69716 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstopreversedmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstopreversedmod.glif
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopreversedmod" format="1">
- <advance width="1312"/>
+<glyph name="glottalstopreversedmod" format="2">
+ <advance width="1312.0"/>
<unicode hex="02C1"/>
<outline>
<contour>
- <point x="1112" y="2096" type="line"/>
- <point x="1112" y="2344"/>
- <point x="936" y="2488"/>
- <point x="676" y="2488" type="curve" smooth="yes"/>
- <point x="360" y="2488"/>
- <point x="204" y="2296"/>
- <point x="204" y="1956" type="curve" smooth="yes"/>
- <point x="204" y="1668" type="line" smooth="yes"/>
- <point x="204" y="1356"/>
- <point x="360" y="1164"/>
- <point x="676" y="1164" type="curve" smooth="yes"/>
- <point x="800" y="1164" type="line"/>
- <point x="800" y="1424" type="line"/>
- <point x="724" y="1424" type="line" smooth="yes"/>
- <point x="592" y="1424"/>
- <point x="524" y="1508"/>
- <point x="524" y="1652" type="curve" smooth="yes"/>
- <point x="524" y="1944" type="line" smooth="yes"/>
- <point x="524" y="2140"/>
- <point x="548" y="2228"/>
- <point x="668" y="2228" type="curve" smooth="yes"/>
- <point x="764" y="2228"/>
- <point x="804" y="2168"/>
- <point x="804" y="2096" type="curve"/>
+ <point x="1112.0" y="2096.0" type="line"/>
+ <point x="1112.0" y="2344.0"/>
+ <point x="936.0" y="2488.0"/>
+ <point x="676.0" y="2488.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="2488.0"/>
+ <point x="204.0" y="2296.0"/>
+ <point x="204.0" y="1956.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="1668.0" type="line" smooth="yes"/>
+ <point x="204.0" y="1356.0"/>
+ <point x="360.0" y="1164.0"/>
+ <point x="676.0" y="1164.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="1164.0" type="line"/>
+ <point x="800.0" y="1424.0" type="line"/>
+ <point x="724.0" y="1424.0" type="line" smooth="yes"/>
+ <point x="592.0" y="1424.0"/>
+ <point x="524.0" y="1508.0"/>
+ <point x="524.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="1944.0" type="line" smooth="yes"/>
+ <point x="524.0" y="2140.0"/>
+ <point x="548.0" y="2228.0"/>
+ <point x="668.0" y="2228.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="2228.0"/>
+ <point x="804.0" y="2168.0"/>
+ <point x="804.0" y="2096.0" type="curve"/>
</contour>
<contour>
- <point x="504" y="1424" type="line"/>
- <point x="504" y="900" type="line"/>
- <point x="828" y="900" type="line"/>
- <point x="828" y="1424" type="line"/>
+ <point x="504.0" y="1424.0" type="line"/>
+ <point x="504.0" y="900.0" type="line"/>
+ <point x="828.0" y="900.0" type="line"/>
+ <point x="828.0" y="1424.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1045.0, 'leftMargin': 83, 'rightMargin': 55.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstopreversedsuperior.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstopreversedsuperior.glif
index 8332966cb..4eaa196cd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstopreversedsuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstopreversedsuperior.glif
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopreversedsuperior" format="1">
- <advance width="1312"/>
+<glyph name="glottalstopreversedsuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="02E4"/>
<outline>
<contour>
- <point x="836" y="1592" type="curve"/>
- <point x="1120" y="1592" type="line"/>
- <point x="1120" y="1840"/>
- <point x="936" y="2016"/>
- <point x="660" y="2016" type="curve" smooth="yes"/>
- <point x="380" y="2016"/>
- <point x="192" y="1840"/>
- <point x="192" y="1512" type="curve" smooth="yes"/>
- <point x="192" y="1248"/>
- <point x="352" y="1032"/>
- <point x="608" y="1032" type="curve" smooth="yes"/>
- <point x="788" y="1032" type="line"/>
- <point x="788" y="1260" type="line"/>
- <point x="664" y="1260" type="line" smooth="yes"/>
- <point x="552" y="1260"/>
- <point x="496" y="1356"/>
- <point x="496" y="1496" type="curve" smooth="yes"/>
- <point x="496" y="1652"/>
- <point x="564" y="1752"/>
- <point x="680" y="1752" type="curve" smooth="yes"/>
- <point x="768" y="1752"/>
- <point x="836" y="1692"/>
+ <point x="836.0" y="1592.0" type="curve"/>
+ <point x="1120.0" y="1592.0" type="line"/>
+ <point x="1120.0" y="1840.0"/>
+ <point x="936.0" y="2016.0"/>
+ <point x="660.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="2016.0"/>
+ <point x="192.0" y="1840.0"/>
+ <point x="192.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="192.0" y="1248.0"/>
+ <point x="352.0" y="1032.0"/>
+ <point x="608.0" y="1032.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="1032.0" type="line"/>
+ <point x="788.0" y="1260.0" type="line"/>
+ <point x="664.0" y="1260.0" type="line" smooth="yes"/>
+ <point x="552.0" y="1260.0"/>
+ <point x="496.0" y="1356.0"/>
+ <point x="496.0" y="1496.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1652.0"/>
+ <point x="564.0" y="1752.0"/>
+ <point x="680.0" y="1752.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="1752.0"/>
+ <point x="836.0" y="1692.0"/>
</contour>
<contour>
- <point x="812" y="900" type="line"/>
- <point x="812" y="1260" type="line"/>
- <point x="508" y="1260" type="line"/>
- <point x="508" y="900" type="line"/>
+ <point x="812.0" y="900.0" type="line"/>
+ <point x="812.0" y="1260.0" type="line"/>
+ <point x="508.0" y="1260.0" type="line"/>
+ <point x="508.0" y="900.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1178, 'leftMargin': 138, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/glottalstoprevinv.glif b/src/Inter-UI-Black.ufo/glyphs/glottalstoprevinv.glif
index c9453e0a3..307121017 100644
--- a/src/Inter-UI-Black.ufo/glyphs/glottalstoprevinv.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/glottalstoprevinv.glif
@@ -1,72 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstoprevinv" format="1">
- <advance width="1568"/>
+<glyph name="glottalstoprevinv" format="2">
+ <advance width="1568.0"/>
<unicode hex="0295"/>
+ <guideline y="2140.875"/>
+ <anchor x="808.0" y="0.0" name="bottom"/>
+ <anchor x="808.0" y="2244.0" name="top"/>
+ <anchor x="1512.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="812" y="780" type="line" name="hr00"/>
- <point x="604" y="780"/>
- <point x="568" y="956"/>
- <point x="568" y="1176" type="curve" smooth="yes"/>
- <point x="568" y="1384" type="line" smooth="yes"/>
- <point x="568" y="1600"/>
- <point x="604" y="1784"/>
- <point x="808" y="1784" type="curve" smooth="yes"/>
- <point x="956" y="1784"/>
- <point x="1028" y="1680"/>
- <point x="1028" y="1544" type="curve"/>
- <point x="1444" y="1544" type="line"/>
- <point x="1444" y="1924"/>
- <point x="1188" y="2140"/>
- <point x="816" y="2140" type="curve" smooth="yes"/>
- <point x="356" y="2140"/>
- <point x="124" y="1816"/>
- <point x="124" y="1384" type="curve" smooth="yes"/>
- <point x="124" y="1176" type="line" smooth="yes"/>
- <point x="124" y="748"/>
- <point x="356" y="424"/>
- <point x="820" y="424" type="curve" smooth="yes"/>
- <point x="976" y="424" type="line"/>
- <point x="976" y="780" type="line"/>
+ <point x="812.0" y="780.0" type="line"/>
+ <point x="604.0" y="780.0"/>
+ <point x="568.0" y="956.0"/>
+ <point x="568.0" y="1176.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="1384.0" type="line" smooth="yes"/>
+ <point x="568.0" y="1600.0"/>
+ <point x="604.0" y="1784.0"/>
+ <point x="808.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1784.0"/>
+ <point x="1028.0" y="1680.0"/>
+ <point x="1028.0" y="1544.0" type="curve"/>
+ <point x="1444.0" y="1544.0" type="line"/>
+ <point x="1444.0" y="1924.0"/>
+ <point x="1188.0" y="2140.0"/>
+ <point x="816.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="2140.0"/>
+ <point x="124.0" y="1816.0"/>
+ <point x="124.0" y="1384.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="1176.0" type="line" smooth="yes"/>
+ <point x="124.0" y="748.0"/>
+ <point x="356.0" y="424.0"/>
+ <point x="820.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="424.0" type="line"/>
+ <point x="976.0" y="780.0" type="line"/>
</contour>
<contour>
- <point x="580" y="0" type="line"/>
- <point x="1024" y="0" type="line"/>
- <point x="1024" y="780" type="line"/>
- <point x="580" y="780" type="line"/>
- </contour>
- <contour>
- <point x="808" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="808" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1512" y="2244" type="move" name="top0315"/>
+ <point x="580.0" y="0.0" type="line"/>
+ <point x="1024.0" y="0.0" type="line"/>
+ <point x="1024.0" y="780.0" type="line"/>
+ <point x="580.0" y="780.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2140.875</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 78, 'rightMargin': 69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.23</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gmacron.glif b/src/Inter-UI-Black.ufo/glyphs/gmacron.glif
new file mode 100644
index 000000000..3a260af75
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/gmacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gmacron" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E21"/>
+ <anchor x="764.0" y="-576.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="2208.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="macron" xOffset="-8.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/grave.glif b/src/Inter-UI-Black.ufo/glyphs/grave.glif
index 03d40e814..a47456fed 100644
--- a/src/Inter-UI-Black.ufo/glyphs/grave.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/grave.glif
@@ -1,32 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="grave" format="1">
- <advance width="1056"/>
+<glyph name="grave" format="2">
+ <advance width="1056.0"/>
<unicode hex="0060"/>
+ <anchor x="688.0" y="1776.0" name="_top"/>
+ <anchor x="688.0" y="2296.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="628" y="2112" type="line"/>
- <point x="156" y="2112" type="line"/>
- <point x="540" y="1680" type="line"/>
- <point x="900" y="1680" type="line"/>
- </contour>
- <contour>
- <point x="688" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="688" y="2296" type="move" name="mkmktop_acc"/>
+ <point x="628.0" y="2112.0" type="line"/>
+ <point x="156.0" y="2112.0" type="line"/>
+ <point x="540.0" y="1680.0" type="line"/>
+ <point x="900.0" y="1680.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 949, 'leftMargin': 74, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gravecomb.glif b/src/Inter-UI-Black.ufo/glyphs/gravecomb.glif
index 256f8cb9b..23dafea2b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gravecomb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gravecomb.glif
@@ -1,36 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gravecomb" format="1">
- <advance width="0"/>
+<glyph name="gravecomb" format="2">
<unicode hex="0300"/>
+ <anchor x="-751.0" y="1774.0" name="_marktop"/>
+ <anchor x="-751.0" y="1774.0" name="_top"/>
+ <anchor x="-751.0" y="2296.0" name="mkmktop"/>
+ <anchor x="-873.0" y="1896.0" name="parent_top"/>
<outline>
<contour>
- <point x="-751" y="1774" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-751" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-751" y="2296" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-873" y="1896" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-774" y="2112" type="line"/>
- <point x="-1246" y="2112" type="line"/>
- <point x="-861" y="1680" type="line"/>
- <point x="-501" y="1680" type="line"/>
+ <point x="-774.0" y="2112.0" type="line"/>
+ <point x="-1246.0" y="2112.0" type="line"/>
+ <point x="-861.0" y="1680.0" type="line"/>
+ <point x="-501.0" y="1680.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/graveleftnosp.glif b/src/Inter-UI-Black.ufo/glyphs/graveleftnosp.glif
index fcdafb869..076acaef0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/graveleftnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/graveleftnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="graveleftnosp" format="1">
- <advance width="0"/>
+<glyph name="graveleftnosp" format="2">
<unicode hex="0340"/>
+ <anchor x="44.0" y="1774.0" name="_marktop"/>
+ <anchor x="44.0" y="2296.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="44" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="44" y="2296" type="move" name="mkmktop"/>
- </contour>
- <component base="grave" xOffset="-473"/>
+ <component base="grave" xOffset="-473.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gravelowmod.glif b/src/Inter-UI-Black.ufo/glyphs/gravelowmod.glif
index 872022e74..5027a60ed 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gravelowmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gravelowmod.glif
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gravelowmod" format="1">
- <advance width="1056"/>
+<glyph name="gravelowmod" format="2">
+ <advance width="1056.0"/>
<unicode hex="02CE"/>
<outline>
- <component base="grave" yOffset="-2200"/>
+ <component base="grave" yOffset="-2200.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 972, 'leftMargin': 155, 'rightMargin': 73}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/gravesubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/gravesubnosp.glif
index 84370ea08..3212278a3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/gravesubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/gravesubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gravesubnosp" format="1">
- <advance width="0"/>
+<glyph name="gravesubnosp" format="2">
<unicode hex="0316"/>
+ <anchor x="-802.0" y="0.0" name="_markbottom"/>
+ <anchor x="-802.0" y="-536.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-802" y="-536" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-802" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="grave" xOffset="-1264" yOffset="-2217"/>
+ <component base="grave" xOffset="-1264.0" yOffset="-2217.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/greater.glif b/src/Inter-UI-Black.ufo/glyphs/greater.glif
index 844c1bbd1..82248e4ba 100644
--- a/src/Inter-UI-Black.ufo/glyphs/greater.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/greater.glif
@@ -1,48 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="greater" format="1">
- <advance width="1312"/>
+<glyph name="greater" format="2">
+ <advance width="1312.0"/>
<unicode hex="003E"/>
+ <guideline y="248.875"/>
+ <guideline x="1456.0" y="896.0" angle="0.0"/>
<outline>
- <component base="less" xScale="-1" xOffset="1280"/>
+ <component base="less" xScale="-1.0" xOffset="1280.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>248.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <integer>1456</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1448, 'leftMargin': 157, 'rightMargin': 85}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/greaterequal.glif b/src/Inter-UI-Black.ufo/glyphs/greaterequal.glif
index 87fa4ccb7..0d8f64d21 100644
--- a/src/Inter-UI-Black.ufo/glyphs/greaterequal.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/greaterequal.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="greaterequal" format="1">
- <advance width="1568"/>
+<glyph name="greaterequal" format="2">
+ <advance width="1568.0"/>
<unicode hex="2265"/>
<outline>
- <component base="lessequal" xScale="-1" xOffset="1536"/>
+ <component base="lessequal" xScale="-1.0" xOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1448, 'leftMargin': 135, 'rightMargin': 85}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/guarani.glif b/src/Inter-UI-Black.ufo/glyphs/guarani.glif
index c465546e2..3ce01c85b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/guarani.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/guarani.glif
@@ -1,27 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guarani" format="1">
- <advance width="2000"/>
+<glyph name="guarani" format="2">
+ <advance width="2000.0"/>
<unicode hex="20B2"/>
<outline>
<contour>
- <point x="1172" y="2304" type="line"/>
- <point x="876" y="2304" type="line"/>
- <point x="876" y="-256" type="line"/>
- <point x="1172" y="-256" type="line"/>
+ <point x="1172.0" y="2304.0" type="line"/>
+ <point x="876.0" y="2304.0" type="line"/>
+ <point x="876.0" y="-256.0" type="line"/>
+ <point x="1172.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1872.0" y="1096.0" type="line"/>
+ <point x="1024.0" y="1096.0" type="line"/>
+ <point x="1024.0" y="756.0" type="line"/>
+ <point x="1872.0" y="756.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1864.0" y="1436.0" type="line"/>
+ <point x="1736.0" y="1852.0"/>
+ <point x="1408.0" y="2076.0"/>
+ <point x="1016.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="508.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="-28.0"/>
+ <point x="1872.0" y="284.0"/>
+ <point x="1872.0" y="756.0" type="curve"/>
+ <point x="1420.0" y="756.0" type="line"/>
+ <point x="1420.0" y="524.0"/>
+ <point x="1244.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1016.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1660.0"/>
+ <point x="1336.0" y="1576.0"/>
+ <point x="1396.0" y="1372.0" type="curve"/>
</contour>
- <component base="G"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1920, 'leftMargin': 118, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/guillemotleft.glif b/src/Inter-UI-Black.ufo/glyphs/guillemotleft.glif
index be5ff8596..e068d65c5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/guillemotleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/guillemotleft.glif
@@ -1,49 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guillemotleft" format="1">
- <advance width="1568"/>
+<glyph name="guillemotleft" format="2">
+ <advance width="1568.0"/>
<unicode hex="00AB"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
- <component base="guilsinglleft" xOffset="16"/>
- <component base="guilsinglleft" xOffset="572"/>
+ <component base="guilsinglleft" xOffset="16.0"/>
+ <component base="guilsinglleft" xOffset="572.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1436, 'leftMargin': 94, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/guillemotright.glif b/src/Inter-UI-Black.ufo/glyphs/guillemotright.glif
index a9d6b263b..9df775c17 100644
--- a/src/Inter-UI-Black.ufo/glyphs/guillemotright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/guillemotright.glif
@@ -1,49 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guillemotright" format="1">
- <advance width="1568"/>
+<glyph name="guillemotright" format="2">
+ <advance width="1568.0"/>
<unicode hex="00BB"/>
+ <guideline y="134.75"/>
+ <guideline y="609.125"/>
<outline>
- <component base="guilsinglright" xOffset="56"/>
- <component base="guilsinglright" xOffset="616"/>
+ <component base="guilsinglright" xOffset="56.0"/>
+ <component base="guilsinglright" xOffset="616.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>134.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>609.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1436, 'leftMargin': 110, 'rightMargin': 114}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/guilsinglleft.glif b/src/Inter-UI-Black.ufo/glyphs/guilsinglleft.glif
index beb68ce53..2de0ea225 100644
--- a/src/Inter-UI-Black.ufo/glyphs/guilsinglleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/guilsinglleft.glif
@@ -1,61 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guilsinglleft" format="1">
- <advance width="1056"/>
+<glyph name="guilsinglleft" format="2">
+ <advance width="1056.0"/>
<unicode hex="2039"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="856" y="160" type="line"/>
- <point x="528" y="716" type="line"/>
- <point x="204" y="716" type="line"/>
- <point x="204" y="696" type="line"/>
- <point x="580" y="160" type="line"/>
+ <point x="856.0" y="160.0" type="line"/>
+ <point x="528.0" y="716.0" type="line"/>
+ <point x="204.0" y="716.0" type="line"/>
+ <point x="204.0" y="696.0" type="line"/>
+ <point x="580.0" y="160.0" type="line"/>
</contour>
<contour>
- <point x="856" y="1260" type="line"/>
- <point x="580" y="1260" type="line"/>
- <point x="204" y="724" type="line"/>
- <point x="204" y="704" type="line"/>
- <point x="528" y="704" type="line"/>
+ <point x="856.0" y="1260.0" type="line"/>
+ <point x="580.0" y="1260.0" type="line"/>
+ <point x="204.0" y="724.0" type="line"/>
+ <point x="204.0" y="704.0" type="line"/>
+ <point x="528.0" y="704.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 890, 'leftMargin': 149, 'rightMargin': 88}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/guilsinglright.glif b/src/Inter-UI-Black.ufo/glyphs/guilsinglright.glif
index ee575c348..c6eb7e36f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/guilsinglright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/guilsinglright.glif
@@ -1,61 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guilsinglright" format="1">
- <advance width="1056"/>
+<glyph name="guilsinglright" format="2">
+ <advance width="1056.0"/>
<unicode hex="203A"/>
+ <guideline y="134.75"/>
+ <guideline y="609.125"/>
<outline>
<contour>
- <point x="204" y="160" type="line"/>
- <point x="476" y="160" type="line"/>
- <point x="856" y="696" type="line"/>
- <point x="856" y="712" type="line"/>
- <point x="528" y="716" type="line"/>
+ <point x="204.0" y="160.0" type="line"/>
+ <point x="476.0" y="160.0" type="line"/>
+ <point x="856.0" y="696.0" type="line"/>
+ <point x="856.0" y="712.0" type="line"/>
+ <point x="528.0" y="716.0" type="line"/>
</contour>
<contour>
- <point x="204" y="1256" type="line"/>
- <point x="528" y="700" type="line"/>
- <point x="856" y="704" type="line"/>
- <point x="856" y="720" type="line"/>
- <point x="476" y="1256" type="line"/>
+ <point x="204.0" y="1256.0" type="line"/>
+ <point x="528.0" y="700.0" type="line"/>
+ <point x="856.0" y="704.0" type="line"/>
+ <point x="856.0" y="720.0" type="line"/>
+ <point x="476.0" y="1256.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>134.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>609.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 853, 'leftMargin': 107, 'rightMargin': 93}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/h.glif b/src/Inter-UI-Black.ufo/glyphs/h.glif
index 2db23df60..d802a664b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/h.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/h.glif
@@ -1,91 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="h" format="1">
- <advance width="1612"/>
+<glyph name="h" format="2">
+ <advance width="1612.0"/>
<unicode hex="0068"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="420.0" y="1792.0" name="cross"/>
+ <anchor x="1468.0" y="0.0" name="right"/>
+ <anchor x="912.0" y="2328.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="604" y="816" type="line" smooth="yes"/>
- <point x="604" y="1028"/>
- <point x="664" y="1192"/>
- <point x="836" y="1192" type="curve" smooth="yes"/>
- <point x="964" y="1192"/>
- <point x="1008" y="1100"/>
- <point x="1008" y="964" type="curve" smooth="yes"/>
- <point x="1008" y="0" type="line"/>
- <point x="1468" y="0" type="line"/>
- <point x="1468" y="960" type="line" smooth="yes"/>
- <point x="1468" y="1368"/>
- <point x="1276" y="1556"/>
- <point x="1000" y="1556" type="curve" smooth="yes"/>
- <point x="832" y="1556"/>
- <point x="692" y="1488"/>
- <point x="604" y="1372" type="curve"/>
- <point x="588" y="1372" type="line"/>
- <point x="588" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- </contour>
- <contour>
- <point x="912" y="2328" type="move" name="top"/>
- </contour>
- <contour>
- <point x="420" y="1792" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="812" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1468" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1600" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1600" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1600" y="2328" type="move" name="top0315"/>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1028.0"/>
+ <point x="664.0" y="1192.0"/>
+ <point x="836.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1192.0"/>
+ <point x="1008.0" y="1100.0"/>
+ <point x="1008.0" y="964.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="0.0" type="line"/>
+ <point x="1468.0" y="0.0" type="line"/>
+ <point x="1468.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1468.0" y="1368.0"/>
+ <point x="1276.0" y="1556.0"/>
+ <point x="1000.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="1556.0"/>
+ <point x="692.0" y="1488.0"/>
+ <point x="604.0" y="1372.0" type="curve"/>
+ <point x="588.0" y="1372.0" type="line"/>
+ <point x="588.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 128, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/haabkhasiancyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/haabkhasiancyrillic.glif
index 863a69bef..f8b8a4004 100644
--- a/src/Inter-UI-Black.ufo/glyphs/haabkhasiancyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/haabkhasiancyrillic.glif
@@ -1,83 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="haabkhasiancyrillic" format="1">
- <advance width="2080"/>
+<glyph name="haabkhasiancyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="04A9"/>
+ <guideline y="2858.625"/>
+ <anchor x="932.0" y="-16.0" name="bottom"/>
+ <anchor x="932.0" y="1776.0" name="top"/>
+ <anchor x="1956.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1880" y="184" type="line"/>
- <point x="1428" y="184"/>
- <point x="1176" y="408"/>
- <point x="1176" y="684" type="curve"/>
- <point x="1176" y="928" type="line" smooth="yes"/>
- <point x="1176" y="1048"/>
- <point x="1224" y="1144"/>
- <point x="1300" y="1144" type="curve"/>
- <point x="1372" y="1144"/>
- <point x="1424" y="1040"/>
- <point x="1424" y="904" type="curve"/>
- <point x="1424" y="676" type="line" smooth="yes"/>
- <point x="1424" y="484"/>
- <point x="1268" y="344"/>
- <point x="1020" y="344" type="curve" smooth="yes"/>
- <point x="808" y="344"/>
- <point x="676" y="496"/>
- <point x="676" y="708" type="curve" smooth="yes"/>
- <point x="676" y="864" type="line" smooth="yes"/>
- <point x="676" y="1028"/>
- <point x="732" y="1128"/>
- <point x="828" y="1148" type="curve"/>
- <point x="828" y="1516" type="line"/>
- <point x="456" y="1516"/>
- <point x="204" y="1236"/>
- <point x="204" y="864" type="curve" smooth="yes"/>
- <point x="204" y="708" type="line" smooth="yes"/>
- <point x="204" y="288"/>
- <point x="532" y="-28"/>
- <point x="1020" y="-28" type="curve" smooth="yes"/>
- <point x="1528" y="-28"/>
- <point x="1864" y="264"/>
- <point x="1864" y="648" type="curve" smooth="yes"/>
- <point x="1864" y="872" type="line"/>
- <point x="1864" y="1236"/>
- <point x="1660" y="1516"/>
- <point x="1356" y="1516" type="curve"/>
- <point x="1068" y="1516"/>
- <point x="876" y="1264"/>
- <point x="876" y="948" type="curve" smooth="yes"/>
- <point x="876" y="708" type="line"/>
- <point x="876" y="284"/>
- <point x="1180" y="-44"/>
- <point x="1880" y="-44" type="curve"/>
- </contour>
- <contour>
- <point x="932" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="932" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1956" y="1776" type="move" name="top0315"/>
+ <point x="1880.0" y="184.0" type="line"/>
+ <point x="1428.0" y="184.0"/>
+ <point x="1176.0" y="408.0"/>
+ <point x="1176.0" y="684.0" type="curve"/>
+ <point x="1176.0" y="928.0" type="line" smooth="yes"/>
+ <point x="1176.0" y="1048.0"/>
+ <point x="1224.0" y="1144.0"/>
+ <point x="1300.0" y="1144.0" type="curve"/>
+ <point x="1372.0" y="1144.0"/>
+ <point x="1424.0" y="1040.0"/>
+ <point x="1424.0" y="904.0" type="curve"/>
+ <point x="1424.0" y="676.0" type="line" smooth="yes"/>
+ <point x="1424.0" y="484.0"/>
+ <point x="1268.0" y="344.0"/>
+ <point x="1020.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="344.0"/>
+ <point x="676.0" y="496.0"/>
+ <point x="676.0" y="708.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="864.0" type="line" smooth="yes"/>
+ <point x="676.0" y="1028.0"/>
+ <point x="732.0" y="1128.0"/>
+ <point x="828.0" y="1148.0" type="curve"/>
+ <point x="828.0" y="1516.0" type="line"/>
+ <point x="456.0" y="1516.0"/>
+ <point x="204.0" y="1236.0"/>
+ <point x="204.0" y="864.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="708.0" type="line" smooth="yes"/>
+ <point x="204.0" y="288.0"/>
+ <point x="532.0" y="-28.0"/>
+ <point x="1020.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="-28.0"/>
+ <point x="1864.0" y="264.0"/>
+ <point x="1864.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1864.0" y="872.0" type="line"/>
+ <point x="1864.0" y="1236.0"/>
+ <point x="1660.0" y="1516.0"/>
+ <point x="1356.0" y="1516.0" type="curve"/>
+ <point x="1068.0" y="1516.0"/>
+ <point x="876.0" y="1264.0"/>
+ <point x="876.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="876.0" y="708.0" type="line"/>
+ <point x="876.0" y="284.0"/>
+ <point x="1180.0" y="-44.0"/>
+ <point x="1880.0" y="-44.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2858.625</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1860, 'leftMargin': 106, 'rightMargin': 78}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hadescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/hadescendercyrillic.glif
index 472c277ea..45752f868 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hadescendercyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hadescendercyrillic.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hadescendercyrillic" format="1">
- <advance width="1824"/>
+<glyph name="hadescendercyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="04B3"/>
+ <anchor x="1588.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1588.0" y="1760.0" name="top0315"/>
+ <anchor x="1588.0" y="2200.0" name="top_dd"/>
<outline>
- <component base="x" xOffset="124"/>
- <component base="cyrillictic" xOffset="1084"/>
- <contour>
- <point x="1588" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1588" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1588" y="1760" type="move" name="top0315"/>
- </contour>
+ <component base="x" xOffset="124.0"/>
+ <component base="cyrillictic" xOffset="1084.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1544, 'leftMargin': 21, 'rightMargin': 22}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hairspace.glif b/src/Inter-UI-Black.ufo/glyphs/hairspace.glif
index 9583f7972..3b464bc87 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hairspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hairspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hairspace" format="1">
- <advance width="512"/>
+<glyph name="hairspace" format="2">
+ <advance width="512.0"/>
<unicode hex="200A"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 287, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hardsigncyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/hardsigncyrillic.glif
index 629f91a46..1a322bffb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hardsigncyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hardsigncyrillic.glif
@@ -1,20 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hardsigncyrillic" format="1">
- <advance width="2080"/>
+<glyph name="hardsigncyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="044A"/>
<outline>
<contour>
- <point x="956" y="1488" type="line"/>
- <point x="148" y="1488" type="line"/>
- <point x="148" y="1128" type="line"/>
- <point x="956" y="1128" type="line"/>
+ <point x="956.0" y="1488.0" type="line"/>
+ <point x="148.0" y="1488.0" type="line"/>
+ <point x="148.0" y="1128.0" type="line"/>
+ <point x="956.0" y="1128.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="884.0" y="1080.0" type="line"/>
+ <point x="884.0" y="724.0" type="line"/>
+ <point x="1308.0" y="724.0" type="line"/>
+ <point x="1472.0" y="724.0"/>
+ <point x="1540.0" y="648.0"/>
+ <point x="1540.0" y="536.0" type="curve"/>
+ <point x="1540.0" y="436.0"/>
+ <point x="1472.0" y="356.0"/>
+ <point x="1308.0" y="356.0" type="curve"/>
+ <point x="1056.0" y="356.0" type="line"/>
+ <point x="1056.0" y="1488.0" type="line"/>
+ <point x="612.0" y="1488.0" type="line"/>
+ <point x="612.0" y="0.0" type="line"/>
+ <point x="1308.0" y="0.0" type="line"/>
+ <point x="1728.0" y="0.0"/>
+ <point x="1980.0" y="220.0"/>
+ <point x="1980.0" y="536.0" type="curve"/>
+ <point x="1980.0" y="860.0"/>
+ <point x="1728.0" y="1080.0"/>
+ <point x="1308.0" y="1080.0" type="curve"/>
</contour>
- <component base="softsigncyrillic" xOffset="384"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1887, 'leftMargin': 48, 'rightMargin': 51}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hbar.glif b/src/Inter-UI-Black.ufo/glyphs/hbar.glif
new file mode 100644
index 000000000..07e164b49
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/hbar.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hbar" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="0127"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1630.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="912.0" y="2328.0" name="top"/>
+ <anchor x="1630.0" y="2328.0" name="top0315"/>
+ <anchor x="1630.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h" xOffset="30.0"/>
+ <component base="crossbar" xOffset="-198.0" yOffset="772.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hbrevebelow.glif b/src/Inter-UI-Black.ufo/glyphs/hbrevebelow.glif
new file mode 100644
index 000000000..0e2c86aaa
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/hbrevebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hbrevebelow" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="1E2B"/>
+ <anchor x="812.0" y="-539.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="912.0" y="2328.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="brevesubnosp" xOffset="1604.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hcedilla.glif b/src/Inter-UI-Black.ufo/glyphs/hcedilla.glif
index fb7dfc3d5..bb92bf2bd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hcedilla.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hcedilla.glif
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hcedilla" format="1">
- <advance width="1612"/>
+<glyph name="hcedilla" format="2">
+ <advance width="1612.0"/>
<unicode hex="1E29"/>
<outline>
<component base="h"/>
- <component base="cedilla" xOffset="-20" yOffset="-16"/>
+ <component base="cedilla" xOffset="-20.0" yOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 108, 'rightMargin': 153}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hcircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/hcircumflex.glif
new file mode 100644
index 000000000..3b4724680
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/hcircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hcircumflex" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="0125"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="912.0" y="2792.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="circumflex" xOffset="128.0" yOffset="536.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hdieresis.glif b/src/Inter-UI-Black.ufo/glyphs/hdieresis.glif
new file mode 100644
index 000000000..193ebfdbf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/hdieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hdieresis" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="1E27"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="916.0" y="2772.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="dieresis" xOffset="256.0" yOffset="556.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/hdotaccent.glif
new file mode 100644
index 000000000..9b60146b3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/hdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hdotaccent" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="1E23"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="912.0" y="2848.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="dotaccent" xOffset="512.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/hdotbelow.glif
new file mode 100644
index 000000000..26f2d5cd7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/hdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hdotbelow" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="1E25"/>
+ <anchor x="811.0" y="-523.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="912.0" y="2328.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="dotbelow" xOffset="1636.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/henghook.glif b/src/Inter-UI-Black.ufo/glyphs/henghook.glif
index 74edb9ceb..0c19f6537 100644
--- a/src/Inter-UI-Black.ufo/glyphs/henghook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/henghook.glif
@@ -1,81 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="henghook" format="1">
- <advance width="1612"/>
+<glyph name="henghook" format="2">
+ <advance width="1612.0"/>
<unicode hex="0267"/>
+ <anchor x="796.0" y="-616.0" name="bottom"/>
+ <anchor x="852.0" y="2340.0" name="top"/>
+ <anchor x="1580.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="596" y="1316" type="line"/>
- <point x="596" y="1580" type="line" smooth="yes"/>
- <point x="596" y="1692"/>
- <point x="696" y="1720"/>
- <point x="800" y="1720" type="curve" smooth="yes"/>
- <point x="840" y="1720"/>
- <point x="876" y="1716"/>
- <point x="908" y="1712" type="curve"/>
- <point x="908" y="2060" type="line"/>
- <point x="852" y="2068"/>
- <point x="776" y="2076"/>
- <point x="676" y="2076" type="curve" smooth="yes"/>
- <point x="436" y="2076"/>
- <point x="144" y="2016"/>
- <point x="144" y="1580" type="curve" smooth="yes"/>
- <point x="144" y="1316" type="line"/>
+ <point x="596.0" y="1316.0" type="line"/>
+ <point x="596.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="596.0" y="1692.0"/>
+ <point x="696.0" y="1720.0"/>
+ <point x="800.0" y="1720.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="1720.0"/>
+ <point x="876.0" y="1716.0"/>
+ <point x="908.0" y="1712.0" type="curve"/>
+ <point x="908.0" y="2060.0" type="line"/>
+ <point x="852.0" y="2068.0"/>
+ <point x="776.0" y="2076.0"/>
+ <point x="676.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="2076.0"/>
+ <point x="144.0" y="2016.0"/>
+ <point x="144.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="604" y="816" type="line" smooth="yes"/>
- <point x="604" y="1028"/>
- <point x="664" y="1192"/>
- <point x="836" y="1192" type="curve" smooth="yes"/>
- <point x="964" y="1192"/>
- <point x="1008" y="1100"/>
- <point x="1008" y="964" type="curve" smooth="yes"/>
- <point x="1008" y="0" type="line"/>
- <point x="1468" y="0" type="line"/>
- <point x="1468" y="960" type="line" smooth="yes"/>
- <point x="1468" y="1368"/>
- <point x="1276" y="1556"/>
- <point x="1000" y="1556" type="curve" smooth="yes"/>
- <point x="832" y="1556"/>
- <point x="692" y="1488"/>
- <point x="604" y="1372" type="curve"/>
- <point x="588" y="1372" type="line"/>
- <point x="588" y="1476" type="line"/>
- <point x="144" y="1476" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1028.0"/>
+ <point x="664.0" y="1192.0"/>
+ <point x="836.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1192.0"/>
+ <point x="1008.0" y="1100.0"/>
+ <point x="1008.0" y="964.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="0.0" type="line"/>
+ <point x="1468.0" y="0.0" type="line"/>
+ <point x="1468.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1468.0" y="1368.0"/>
+ <point x="1276.0" y="1556.0"/>
+ <point x="1000.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="1556.0"/>
+ <point x="692.0" y="1488.0"/>
+ <point x="604.0" y="1372.0" type="curve"/>
+ <point x="588.0" y="1372.0" type="line"/>
+ <point x="588.0" y="1476.0" type="line"/>
+ <point x="144.0" y="1476.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1008" y="184" type="line"/>
- <point x="1008" y="-80" type="line" smooth="yes"/>
- <point x="1008" y="-192"/>
- <point x="908" y="-220"/>
- <point x="804" y="-220" type="curve" smooth="yes"/>
- <point x="764" y="-220"/>
- <point x="728" y="-216"/>
- <point x="696" y="-212" type="curve"/>
- <point x="696" y="-560" type="line"/>
- <point x="752" y="-568"/>
- <point x="828" y="-576"/>
- <point x="928" y="-576" type="curve" smooth="yes"/>
- <point x="1168" y="-576"/>
- <point x="1468" y="-516"/>
- <point x="1468" y="-80" type="curve" smooth="yes"/>
- <point x="1468" y="184" type="line"/>
- </contour>
- <contour>
- <point x="852" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="796" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1580" y="2340" type="move" name="top0315"/>
+ <point x="1008.0" y="184.0" type="line"/>
+ <point x="1008.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="1008.0" y="-192.0"/>
+ <point x="908.0" y="-220.0"/>
+ <point x="804.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="-220.0"/>
+ <point x="728.0" y="-216.0"/>
+ <point x="696.0" y="-212.0" type="curve"/>
+ <point x="696.0" y="-560.0" type="line"/>
+ <point x="752.0" y="-568.0"/>
+ <point x="828.0" y="-576.0"/>
+ <point x="928.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="-576.0"/>
+ <point x="1468.0" y="-516.0"/>
+ <point x="1468.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="1468.0" y="184.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 128, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hhook.glif b/src/Inter-UI-Black.ufo/glyphs/hhook.glif
index 172069dad..5c46d79a1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hhook.glif
@@ -1,63 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hhook" format="1">
- <advance width="1612"/>
+<glyph name="hhook" format="2">
+ <advance width="1612.0"/>
<unicode hex="0266"/>
+ <anchor x="796.0" y="0.0" name="bottom"/>
+ <anchor x="852.0" y="2340.0" name="top"/>
+ <anchor x="1580.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="596" y="1316" type="line"/>
- <point x="596" y="1580" type="line" smooth="yes"/>
- <point x="596" y="1692"/>
- <point x="696" y="1720"/>
- <point x="800" y="1720" type="curve" smooth="yes"/>
- <point x="840" y="1720"/>
- <point x="876" y="1716"/>
- <point x="908" y="1712" type="curve"/>
- <point x="908" y="2060" type="line"/>
- <point x="852" y="2068"/>
- <point x="776" y="2076"/>
- <point x="676" y="2076" type="curve" smooth="yes"/>
- <point x="436" y="2076"/>
- <point x="144" y="2016"/>
- <point x="144" y="1580" type="curve" smooth="yes"/>
- <point x="144" y="1316" type="line"/>
+ <point x="596.0" y="1316.0" type="line"/>
+ <point x="596.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="596.0" y="1692.0"/>
+ <point x="696.0" y="1720.0"/>
+ <point x="800.0" y="1720.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="1720.0"/>
+ <point x="876.0" y="1716.0"/>
+ <point x="908.0" y="1712.0" type="curve"/>
+ <point x="908.0" y="2060.0" type="line"/>
+ <point x="852.0" y="2068.0"/>
+ <point x="776.0" y="2076.0"/>
+ <point x="676.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="2076.0"/>
+ <point x="144.0" y="2016.0"/>
+ <point x="144.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="604" y="816" type="line" smooth="yes"/>
- <point x="604" y="1028"/>
- <point x="664" y="1192"/>
- <point x="836" y="1192" type="curve" smooth="yes"/>
- <point x="964" y="1192"/>
- <point x="1008" y="1100"/>
- <point x="1008" y="964" type="curve" smooth="yes"/>
- <point x="1008" y="0" type="line"/>
- <point x="1468" y="0" type="line"/>
- <point x="1468" y="960" type="line" smooth="yes"/>
- <point x="1468" y="1368"/>
- <point x="1276" y="1556"/>
- <point x="1000" y="1556" type="curve" smooth="yes"/>
- <point x="832" y="1556"/>
- <point x="692" y="1488"/>
- <point x="604" y="1372" type="curve"/>
- <point x="588" y="1372" type="line"/>
- <point x="588" y="1476" type="line"/>
- <point x="144" y="1476" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- </contour>
- <contour>
- <point x="852" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="796" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1580" y="2340" type="move" name="top0315"/>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1028.0"/>
+ <point x="664.0" y="1192.0"/>
+ <point x="836.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1192.0"/>
+ <point x="1008.0" y="1100.0"/>
+ <point x="1008.0" y="964.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="0.0" type="line"/>
+ <point x="1468.0" y="0.0" type="line"/>
+ <point x="1468.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1468.0" y="1368.0"/>
+ <point x="1276.0" y="1556.0"/>
+ <point x="1000.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="1556.0"/>
+ <point x="692.0" y="1488.0"/>
+ <point x="604.0" y="1372.0" type="curve"/>
+ <point x="588.0" y="1372.0" type="line"/>
+ <point x="588.0" y="1476.0" type="line"/>
+ <point x="144.0" y="1476.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 128, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hhooksuper.glif b/src/Inter-UI-Black.ufo/glyphs/hhooksuper.glif
index 3e81b5991..913f99418 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hhooksuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hhooksuper.glif
@@ -1,49 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hhooksuper" format="1">
- <advance width="1312"/>
+<glyph name="hhooksuper" format="2">
+ <advance width="1312.0"/>
<unicode hex="02B1"/>
<outline>
<contour>
- <point x="484" y="2064" type="line"/>
- <point x="484" y="2148"/>
- <point x="524" y="2208"/>
- <point x="632" y="2208" type="curve" smooth="yes"/>
- <point x="660" y="2208"/>
- <point x="684" y="2204"/>
- <point x="716" y="2196" type="curve"/>
- <point x="716" y="2472" type="line"/>
- <point x="644" y="2480"/>
- <point x="576" y="2488"/>
- <point x="516" y="2488" type="curve" smooth="yes"/>
- <point x="312" y="2488"/>
- <point x="176" y="2416"/>
- <point x="176" y="2100" type="curve" smooth="yes"/>
- <point x="176" y="900" type="line"/>
- <point x="484" y="900" type="line"/>
+ <point x="484.0" y="2064.0" type="line"/>
+ <point x="484.0" y="2148.0"/>
+ <point x="524.0" y="2208.0"/>
+ <point x="632.0" y="2208.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="2208.0"/>
+ <point x="684.0" y="2204.0"/>
+ <point x="716.0" y="2196.0" type="curve"/>
+ <point x="716.0" y="2472.0" type="line"/>
+ <point x="644.0" y="2480.0"/>
+ <point x="576.0" y="2488.0"/>
+ <point x="516.0" y="2488.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="2488.0"/>
+ <point x="176.0" y="2416.0"/>
+ <point x="176.0" y="2100.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="900.0" type="line"/>
+ <point x="484.0" y="900.0" type="line"/>
</contour>
<contour>
- <point x="448" y="1484" type="line"/>
- <point x="448" y="1632"/>
- <point x="504" y="1748"/>
- <point x="660" y="1748" type="curve" smooth="yes"/>
- <point x="772" y="1748"/>
- <point x="832" y="1684"/>
- <point x="832" y="1488" type="curve" smooth="yes"/>
- <point x="832" y="900" type="line"/>
- <point x="1140" y="900" type="line"/>
- <point x="1140" y="1596" type="line" smooth="yes"/>
- <point x="1140" y="1892"/>
- <point x="1004" y="2016"/>
- <point x="772" y="2016" type="curve" smooth="yes"/>
- <point x="524" y="2016"/>
- <point x="384" y="1792"/>
- <point x="384" y="1480" type="curve"/>
+ <point x="448.0" y="1484.0" type="line"/>
+ <point x="448.0" y="1632.0"/>
+ <point x="504.0" y="1748.0"/>
+ <point x="660.0" y="1748.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="1748.0"/>
+ <point x="832.0" y="1684.0"/>
+ <point x="832.0" y="1488.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="900.0" type="line"/>
+ <point x="1140.0" y="900.0" type="line"/>
+ <point x="1140.0" y="1596.0" type="line" smooth="yes"/>
+ <point x="1140.0" y="1892.0"/>
+ <point x="1004.0" y="2016.0"/>
+ <point x="772.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="2016.0"/>
+ <point x="384.0" y="1792.0"/>
+ <point x="384.0" y="1480.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1240, 'leftMargin': 138, 'rightMargin': 137}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hlinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/hlinebelow.glif
new file mode 100644
index 000000000..b5b6b6b7f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/hlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hlinebelow" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="1E96"/>
+ <anchor x="813.0" y="-474.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="912.0" y="2328.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="macronsubnosp" xOffset="1604.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hook.glif b/src/Inter-UI-Black.ufo/glyphs/hook.glif
index 2ac1e038c..d419b692b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hook.glif
@@ -1,51 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hook" format="1">
- <advance width="0"/>
+<glyph name="hook" format="2">
<unicode hex="0309"/>
+ <anchor x="-847.0" y="1786.0" name="_marktop"/>
+ <anchor x="-847.0" y="1786.0" name="_top"/>
+ <anchor x="-847.0" y="2405.0" name="mkmktop"/>
+ <anchor x="-847.0" y="2405.0" name="mkmktop_acc"/>
+ <anchor x="-760.0" y="2030.0" name="parent_top"/>
<outline>
<contour>
- <point x="-847" y="1786" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-847" y="1786" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-847" y="2405" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-847" y="2405" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-760" y="2030" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-682" y="1755" type="line"/>
- <point x="-682" y="1840" type="line"/>
- <point x="-580" y="1854"/>
- <point x="-476" y="1913"/>
- <point x="-476" y="2034" type="curve" smooth="yes"/>
- <point x="-476" y="2203"/>
- <point x="-668" y="2305"/>
- <point x="-1035" y="2305" type="curve"/>
- <point x="-1045" y="2105" type="line"/>
- <point x="-935" y="2105"/>
- <point x="-857" y="2087"/>
- <point x="-857" y="2014" type="curve" smooth="yes"/>
- <point x="-857" y="1961"/>
- <point x="-912" y="1933"/>
- <point x="-1045" y="1928" type="curve"/>
- <point x="-1018" y="1755" type="line"/>
+ <point x="-682.0" y="1755.0" type="line"/>
+ <point x="-682.0" y="1840.0" type="line"/>
+ <point x="-580.0" y="1854.0"/>
+ <point x="-476.0" y="1913.0"/>
+ <point x="-476.0" y="2034.0" type="curve" smooth="yes"/>
+ <point x="-476.0" y="2203.0"/>
+ <point x="-668.0" y="2305.0"/>
+ <point x="-1035.0" y="2305.0" type="curve"/>
+ <point x="-1045.0" y="2105.0" type="line"/>
+ <point x="-935.0" y="2105.0"/>
+ <point x="-857.0" y="2087.0"/>
+ <point x="-857.0" y="2014.0" type="curve" smooth="yes"/>
+ <point x="-857.0" y="1961.0"/>
+ <point x="-912.0" y="1933.0"/>
+ <point x="-1045.0" y="1928.0" type="curve"/>
+ <point x="-1018.0" y="1755.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hooksubpalatnosp.glif b/src/Inter-UI-Black.ufo/glyphs/hooksubpalatnosp.glif
index 7ce0679a2..8de508733 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hooksubpalatnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hooksubpalatnosp.glif
@@ -1,36 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hooksubpalatnosp" format="1">
- <advance width="0"/>
+<glyph name="hooksubpalatnosp" format="2">
<unicode hex="0321"/>
<outline>
<contour>
- <point x="-399" y="358" type="line"/>
- <point x="-399" y="-78" type="line" smooth="yes"/>
- <point x="-399" y="-230"/>
- <point x="-529" y="-264"/>
- <point x="-634" y="-264" type="curve" smooth="yes"/>
- <point x="-672" y="-264"/>
- <point x="-705" y="-260"/>
- <point x="-744" y="-254" type="curve"/>
- <point x="-744" y="-551" type="line"/>
- <point x="-679" y="-568"/>
- <point x="-627" y="-572"/>
- <point x="-562" y="-572" type="curve" smooth="yes"/>
- <point x="-271" y="-572"/>
- <point x="-95" y="-397"/>
- <point x="-95" y="-78" type="curve" smooth="yes"/>
- <point x="-95" y="358" type="line"/>
+ <point x="-399.0" y="358.0" type="line"/>
+ <point x="-399.0" y="-78.0" type="line" smooth="yes"/>
+ <point x="-399.0" y="-230.0"/>
+ <point x="-529.0" y="-264.0"/>
+ <point x="-634.0" y="-264.0" type="curve" smooth="yes"/>
+ <point x="-672.0" y="-264.0"/>
+ <point x="-705.0" y="-260.0"/>
+ <point x="-744.0" y="-254.0" type="curve"/>
+ <point x="-744.0" y="-551.0" type="line"/>
+ <point x="-679.0" y="-568.0"/>
+ <point x="-627.0" y="-572.0"/>
+ <point x="-562.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="-271.0" y="-572.0"/>
+ <point x="-95.0" y="-397.0"/>
+ <point x="-95.0" y="-78.0" type="curve" smooth="yes"/>
+ <point x="-95.0" y="358.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hooksubretronosp.glif b/src/Inter-UI-Black.ufo/glyphs/hooksubretronosp.glif
index 734edc615..d87430b63 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hooksubretronosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hooksubretronosp.glif
@@ -1,36 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hooksubretronosp" format="1">
- <advance width="0"/>
+<glyph name="hooksubretronosp" format="2">
<unicode hex="0322"/>
<outline>
<contour>
- <point x="-110" y="358" type="line"/>
- <point x="-110" y="-78" type="line" smooth="yes"/>
- <point x="-110" y="-230"/>
- <point x="21" y="-264"/>
- <point x="125" y="-264" type="curve" smooth="yes"/>
- <point x="164" y="-264"/>
- <point x="197" y="-260"/>
- <point x="235" y="-254" type="curve"/>
- <point x="235" y="-551" type="line"/>
- <point x="171" y="-568"/>
- <point x="118" y="-572"/>
- <point x="54" y="-572" type="curve" smooth="yes"/>
- <point x="-238" y="-572"/>
- <point x="-414" y="-397"/>
- <point x="-414" y="-78" type="curve" smooth="yes"/>
- <point x="-414" y="358" type="line"/>
+ <point x="-110.0" y="358.0" type="line"/>
+ <point x="-110.0" y="-78.0" type="line" smooth="yes"/>
+ <point x="-110.0" y="-230.0"/>
+ <point x="21.0" y="-264.0"/>
+ <point x="125.0" y="-264.0" type="curve" smooth="yes"/>
+ <point x="164.0" y="-264.0"/>
+ <point x="197.0" y="-260.0"/>
+ <point x="235.0" y="-254.0" type="curve"/>
+ <point x="235.0" y="-551.0" type="line"/>
+ <point x="171.0" y="-568.0"/>
+ <point x="118.0" y="-572.0"/>
+ <point x="54.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="-238.0" y="-572.0"/>
+ <point x="-414.0" y="-397.0"/>
+ <point x="-414.0" y="-78.0" type="curve" smooth="yes"/>
+ <point x="-414.0" y="358.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/horizontalbar.glif b/src/Inter-UI-Black.ufo/glyphs/horizontalbar.glif
new file mode 100644
index 000000000..e39ec4bc3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/horizontalbar.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="horizontalbar" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="2015"/>
+ <outline>
+ <component base="emdash"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hornnosp.glif b/src/Inter-UI-Black.ufo/glyphs/hornnosp.glif
index 4cab0961c..974e5c09f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hornnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hornnosp.glif
@@ -1,29 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hornnosp" format="1">
- <advance width="0"/>
+<glyph name="hornnosp" format="2">
<unicode hex="031B"/>
<outline>
<contour>
- <point x="-162" y="2200" type="line"/>
- <point x="-521" y="2200" type="line"/>
- <point x="-521" y="1786"/>
- <point x="-549" y="1683"/>
- <point x="-626" y="1493" type="curve"/>
- <point x="-414" y="1383" type="line"/>
- <point x="-283" y="1504"/>
- <point x="-162" y="1728"/>
- <point x="-162" y="1922" type="curve" smooth="yes"/>
+ <point x="-162.0" y="2200.0" type="curve"/>
+ <point x="-521.0" y="2200.0" type="line"/>
+ <point x="-521.0" y="1786.0"/>
+ <point x="-549.0" y="1683.0"/>
+ <point x="-626.0" y="1493.0" type="curve"/>
+ <point x="-414.0" y="1383.0" type="line"/>
+ <point x="-195.0" y="1586.0"/>
+ <point x="-162.0" y="1749.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:46:42</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hryvnia.glif b/src/Inter-UI-Black.ufo/glyphs/hryvnia.glif
index f53da2013..335b738d5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hryvnia.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hryvnia.glif
@@ -1,76 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hryvnia" format="1">
- <advance width="2080"/>
+<glyph name="hryvnia" format="2">
+ <advance width="2080.0"/>
<unicode hex="20B4"/>
<outline>
<contour>
- <point x="1056" y="1700" type="curve" smooth="yes"/>
- <point x="1180" y="1700"/>
- <point x="1248" y="1648"/>
- <point x="1248" y="1568" type="curve" smooth="yes"/>
- <point x="1248" y="1488"/>
- <point x="1220" y="1428"/>
- <point x="1152" y="1380" type="curve"/>
- <point x="1516" y="1284" type="line"/>
- <point x="1608" y="1356"/>
- <point x="1708" y="1468"/>
- <point x="1708" y="1608" type="curve" smooth="yes"/>
- <point x="1708" y="1884"/>
- <point x="1472" y="2076"/>
- <point x="1048" y="2076" type="curve" smooth="yes"/>
- <point x="636" y="2076"/>
- <point x="416" y="1896"/>
- <point x="388" y="1540" type="curve"/>
- <point x="852" y="1540" type="line"/>
- <point x="860" y="1644"/>
- <point x="924" y="1700"/>
+ <point x="1056.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="1700.0"/>
+ <point x="1248.0" y="1648.0"/>
+ <point x="1248.0" y="1568.0" type="curve" smooth="yes"/>
+ <point x="1248.0" y="1488.0"/>
+ <point x="1220.0" y="1428.0"/>
+ <point x="1152.0" y="1380.0" type="curve"/>
+ <point x="1516.0" y="1284.0" type="line"/>
+ <point x="1608.0" y="1356.0"/>
+ <point x="1708.0" y="1468.0"/>
+ <point x="1708.0" y="1608.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="1884.0"/>
+ <point x="1472.0" y="2076.0"/>
+ <point x="1048.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="2076.0"/>
+ <point x="416.0" y="1896.0"/>
+ <point x="388.0" y="1540.0" type="curve"/>
+ <point x="852.0" y="1540.0" type="line"/>
+ <point x="860.0" y="1644.0"/>
+ <point x="924.0" y="1700.0"/>
</contour>
<contour>
- <point x="1832" y="1104" type="line"/>
- <point x="1832" y="1404" type="line"/>
- <point x="252" y="1404" type="line"/>
- <point x="252" y="1104" type="line"/>
+ <point x="1832.0" y="1104.0" type="line"/>
+ <point x="1832.0" y="1404.0" type="line"/>
+ <point x="252.0" y="1404.0" type="line"/>
+ <point x="252.0" y="1104.0" type="line"/>
</contour>
<contour>
- <point x="1832" y="672" type="line"/>
- <point x="1832" y="964" type="line"/>
- <point x="252" y="964" type="line"/>
- <point x="252" y="672" type="line"/>
+ <point x="1832.0" y="672.0" type="line"/>
+ <point x="1832.0" y="964.0" type="line"/>
+ <point x="252.0" y="964.0" type="line"/>
+ <point x="252.0" y="672.0" type="line"/>
</contour>
<contour>
- <point x="1048" y="-28" type="curve" smooth="yes"/>
- <point x="1528" y="-28"/>
- <point x="1736" y="140"/>
- <point x="1764" y="536" type="curve"/>
- <point x="1296" y="536" type="line"/>
- <point x="1284" y="392"/>
- <point x="1192" y="344"/>
- <point x="1048" y="344" type="curve" smooth="yes"/>
- <point x="908" y="344"/>
- <point x="816" y="400"/>
- <point x="816" y="508" type="curve" smooth="yes"/>
- <point x="816" y="580"/>
- <point x="856" y="664"/>
- <point x="924" y="708" type="curve"/>
- <point x="572" y="804" type="line"/>
- <point x="460" y="748"/>
- <point x="356" y="612"/>
- <point x="356" y="468" type="curve" smooth="yes"/>
- <point x="356" y="164"/>
- <point x="580" y="-28"/>
+ <point x="1048.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="-28.0"/>
+ <point x="1736.0" y="140.0"/>
+ <point x="1764.0" y="536.0" type="curve"/>
+ <point x="1296.0" y="536.0" type="line"/>
+ <point x="1284.0" y="392.0"/>
+ <point x="1192.0" y="344.0"/>
+ <point x="1048.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="344.0"/>
+ <point x="816.0" y="400.0"/>
+ <point x="816.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="580.0"/>
+ <point x="856.0" y="664.0"/>
+ <point x="924.0" y="708.0" type="curve"/>
+ <point x="572.0" y="804.0" type="line"/>
+ <point x="460.0" y="748.0"/>
+ <point x="356.0" y="612.0"/>
+ <point x="356.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="164.0"/>
+ <point x="580.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1800, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hsuper.glif b/src/Inter-UI-Black.ufo/glyphs/hsuper.glif
index 4e0944d47..9964d13b8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hsuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hsuper.glif
@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hsuper" format="1">
- <advance width="1312"/>
+<glyph name="hsuper" format="2">
+ <advance width="1312.0"/>
<unicode hex="02B0"/>
<outline>
<contour>
- <point x="484" y="2612" type="line"/>
- <point x="176" y="2612" type="line"/>
- <point x="176" y="900" type="line"/>
- <point x="484" y="900" type="line"/>
+ <point x="484.0" y="2612.0" type="line"/>
+ <point x="176.0" y="2612.0" type="line"/>
+ <point x="176.0" y="900.0" type="line"/>
+ <point x="484.0" y="900.0" type="line"/>
</contour>
<contour>
- <point x="448" y="1484" type="line"/>
- <point x="448" y="1632"/>
- <point x="504" y="1748"/>
- <point x="660" y="1748" type="curve" smooth="yes"/>
- <point x="772" y="1748"/>
- <point x="832" y="1684"/>
- <point x="832" y="1488" type="curve" smooth="yes"/>
- <point x="832" y="900" type="line"/>
- <point x="1140" y="900" type="line"/>
- <point x="1140" y="1596" type="line" smooth="yes"/>
- <point x="1140" y="1892"/>
- <point x="1004" y="2016"/>
- <point x="772" y="2016" type="curve" smooth="yes"/>
- <point x="524" y="2016"/>
- <point x="384" y="1792"/>
- <point x="384" y="1480" type="curve"/>
+ <point x="448.0" y="1484.0" type="line"/>
+ <point x="448.0" y="1632.0"/>
+ <point x="504.0" y="1748.0"/>
+ <point x="660.0" y="1748.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="1748.0"/>
+ <point x="832.0" y="1684.0"/>
+ <point x="832.0" y="1488.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="900.0" type="line"/>
+ <point x="1140.0" y="900.0" type="line"/>
+ <point x="1140.0" y="1596.0" type="line" smooth="yes"/>
+ <point x="1140.0" y="1892.0"/>
+ <point x="1004.0" y="2016.0"/>
+ <point x="772.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="2016.0"/>
+ <point x="384.0" y="1792.0"/>
+ <point x="384.0" y="1480.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1240, 'leftMargin': 138, 'rightMargin': 137}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hturn.glif b/src/Inter-UI-Black.ufo/glyphs/hturn.glif
index e0b71557c..73c8e5ef7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hturn.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hturn" format="1">
- <advance width="1612"/>
+<glyph name="hturn" format="2">
+ <advance width="1612.0"/>
<unicode hex="0265"/>
+ <anchor x="796.0" y="-616.0" name="bottom"/>
+ <anchor x="820.0" y="1776.0" name="top"/>
+ <anchor x="1572.0" y="1776.0" name="top0315"/>
<outline>
- <component base="h" xScale="-1.0" yScale="-1.0" xOffset="1580" yOffset="1536"/>
- <contour>
- <point x="820" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="796" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1572" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="h" xScale="-1.0" yScale="-1.0" xOffset="1580.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 133, 'rightMargin': 127}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hturnhook2.glif b/src/Inter-UI-Black.ufo/glyphs/hturnhook2.glif
index df6654d66..ce0fdfb97 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hturnhook2.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hturnhook2.glif
@@ -1,81 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hturnhook2" format="1">
- <advance width="1764"/>
+<glyph name="hturnhook2" format="2">
+ <advance width="1764.0"/>
<unicode hex="02AF"/>
+ <anchor x="1276.0" y="-616.0" name="bottom"/>
+ <anchor x="1276.0" y="1776.0" name="top"/>
+ <anchor x="2356.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1160" y="720" type="line" smooth="yes"/>
- <point x="1160" y="508"/>
- <point x="1100" y="344"/>
- <point x="928" y="344" type="curve" smooth="yes"/>
- <point x="800" y="344"/>
- <point x="756" y="436"/>
- <point x="756" y="572" type="curve" smooth="yes"/>
- <point x="756" y="1016" type="line"/>
- <point x="296" y="1016" type="line"/>
- <point x="296" y="576" type="line" smooth="yes"/>
- <point x="296" y="168"/>
- <point x="488" y="-20"/>
- <point x="764" y="-20" type="curve" smooth="yes"/>
- <point x="932" y="-20"/>
- <point x="1072" y="48"/>
- <point x="1160" y="164" type="curve"/>
- <point x="1176" y="164" type="line"/>
- <point x="1176" y="60" type="line"/>
- <point x="1620" y="60" type="line"/>
- <point x="1620" y="1536" type="line"/>
- <point x="1160" y="1536" type="line"/>
+ <point x="1160.0" y="720.0" type="line" smooth="yes"/>
+ <point x="1160.0" y="508.0"/>
+ <point x="1100.0" y="344.0"/>
+ <point x="928.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="344.0"/>
+ <point x="756.0" y="436.0"/>
+ <point x="756.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="1016.0" type="line"/>
+ <point x="296.0" y="1016.0" type="line"/>
+ <point x="296.0" y="576.0" type="line" smooth="yes"/>
+ <point x="296.0" y="168.0"/>
+ <point x="488.0" y="-20.0"/>
+ <point x="764.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="-20.0"/>
+ <point x="1072.0" y="48.0"/>
+ <point x="1160.0" y="164.0" type="curve"/>
+ <point x="1176.0" y="164.0" type="line"/>
+ <point x="1176.0" y="60.0" type="line"/>
+ <point x="1620.0" y="60.0" type="line"/>
+ <point x="1620.0" y="1536.0" type="line"/>
+ <point x="1160.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="296" y="796" type="line"/>
- <point x="756" y="796" type="line"/>
- <point x="756" y="1060" type="line" smooth="yes"/>
- <point x="756" y="1496"/>
- <point x="456" y="1556"/>
- <point x="216" y="1556" type="curve" smooth="yes"/>
- <point x="116" y="1556"/>
- <point x="40" y="1548"/>
- <point x="-16" y="1540" type="curve"/>
- <point x="-16" y="1192" type="line"/>
- <point x="16" y="1196"/>
- <point x="52" y="1200"/>
- <point x="92" y="1200" type="curve" smooth="yes"/>
- <point x="196" y="1200"/>
- <point x="296" y="1172"/>
- <point x="296" y="1060" type="curve" smooth="yes"/>
+ <point x="296.0" y="796.0" type="line"/>
+ <point x="756.0" y="796.0" type="line"/>
+ <point x="756.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="756.0" y="1496.0"/>
+ <point x="456.0" y="1556.0"/>
+ <point x="216.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="1556.0"/>
+ <point x="40.0" y="1548.0"/>
+ <point x="-16.0" y="1540.0" type="curve"/>
+ <point x="-16.0" y="1192.0" type="line"/>
+ <point x="16.0" y="1196.0"/>
+ <point x="52.0" y="1200.0"/>
+ <point x="92.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="1200.0"/>
+ <point x="296.0" y="1172.0"/>
+ <point x="296.0" y="1060.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1620" y="184" type="line"/>
- <point x="1168" y="184" type="line"/>
- <point x="1168" y="-80" type="line" smooth="yes"/>
- <point x="1168" y="-516"/>
- <point x="1460" y="-576"/>
- <point x="1700" y="-576" type="curve" smooth="yes"/>
- <point x="1800" y="-576"/>
- <point x="1876" y="-568"/>
- <point x="1932" y="-560" type="curve"/>
- <point x="1932" y="-212" type="line"/>
- <point x="1900" y="-216"/>
- <point x="1864" y="-220"/>
- <point x="1824" y="-220" type="curve" smooth="yes"/>
- <point x="1720" y="-220"/>
- <point x="1620" y="-192"/>
- <point x="1620" y="-80" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1276" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1276" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2356" y="1776" type="move" name="top0315"/>
+ <point x="1620.0" y="184.0" type="line"/>
+ <point x="1168.0" y="184.0" type="line"/>
+ <point x="1168.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="1168.0" y="-516.0"/>
+ <point x="1460.0" y="-576.0"/>
+ <point x="1700.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1800.0" y="-576.0"/>
+ <point x="1876.0" y="-568.0"/>
+ <point x="1932.0" y="-560.0" type="curve"/>
+ <point x="1932.0" y="-212.0" type="line"/>
+ <point x="1900.0" y="-216.0"/>
+ <point x="1864.0" y="-220.0"/>
+ <point x="1824.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1720.0" y="-220.0"/>
+ <point x="1620.0" y="-192.0"/>
+ <point x="1620.0" y="-80.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2074, 'leftMargin': 30, 'rightMargin': 31}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hturnlthook.glif b/src/Inter-UI-Black.ufo/glyphs/hturnlthook.glif
index 811b559bc..cdf6a294c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hturnlthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hturnlthook.glif
@@ -1,63 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hturnlthook" format="1">
- <advance width="1764"/>
+<glyph name="hturnlthook" format="2">
+ <advance width="1764.0"/>
<unicode hex="02AE"/>
+ <anchor x="1044.0" y="-616.0" name="bottom"/>
+ <anchor x="1044.0" y="1776.0" name="top"/>
+ <anchor x="1888.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1160" y="720" type="line" smooth="yes"/>
- <point x="1160" y="508"/>
- <point x="1100" y="344"/>
- <point x="928" y="344" type="curve" smooth="yes"/>
- <point x="800" y="344"/>
- <point x="756" y="436"/>
- <point x="756" y="572" type="curve" smooth="yes"/>
- <point x="756" y="1016" type="line"/>
- <point x="296" y="1016" type="line"/>
- <point x="296" y="576" type="line" smooth="yes"/>
- <point x="296" y="168"/>
- <point x="488" y="-20"/>
- <point x="764" y="-20" type="curve" smooth="yes"/>
- <point x="932" y="-20"/>
- <point x="1072" y="48"/>
- <point x="1160" y="164" type="curve"/>
- <point x="1176" y="164" type="line"/>
- <point x="1176" y="-576" type="line"/>
- <point x="1620" y="-576" type="line"/>
- <point x="1620" y="1536" type="line"/>
- <point x="1160" y="1536" type="line"/>
+ <point x="1160.0" y="720.0" type="line" smooth="yes"/>
+ <point x="1160.0" y="508.0"/>
+ <point x="1100.0" y="344.0"/>
+ <point x="928.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="344.0"/>
+ <point x="756.0" y="436.0"/>
+ <point x="756.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="1016.0" type="line"/>
+ <point x="296.0" y="1016.0" type="line"/>
+ <point x="296.0" y="576.0" type="line" smooth="yes"/>
+ <point x="296.0" y="168.0"/>
+ <point x="488.0" y="-20.0"/>
+ <point x="764.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="-20.0"/>
+ <point x="1072.0" y="48.0"/>
+ <point x="1160.0" y="164.0" type="curve"/>
+ <point x="1176.0" y="164.0" type="line"/>
+ <point x="1176.0" y="-576.0" type="line"/>
+ <point x="1620.0" y="-576.0" type="line"/>
+ <point x="1620.0" y="1536.0" type="line"/>
+ <point x="1160.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="296" y="796" type="line"/>
- <point x="756" y="796" type="line"/>
- <point x="756" y="1060" type="line" smooth="yes"/>
- <point x="756" y="1496"/>
- <point x="456" y="1556"/>
- <point x="216" y="1556" type="curve" smooth="yes"/>
- <point x="116" y="1556"/>
- <point x="40" y="1548"/>
- <point x="-16" y="1540" type="curve"/>
- <point x="-16" y="1192" type="line"/>
- <point x="16" y="1196"/>
- <point x="52" y="1200"/>
- <point x="92" y="1200" type="curve" smooth="yes"/>
- <point x="196" y="1200"/>
- <point x="296" y="1172"/>
- <point x="296" y="1060" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1044" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1044" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1888" y="1776" type="move" name="top0315"/>
+ <point x="296.0" y="796.0" type="line"/>
+ <point x="756.0" y="796.0" type="line"/>
+ <point x="756.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="756.0" y="1496.0"/>
+ <point x="456.0" y="1556.0"/>
+ <point x="216.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="1556.0"/>
+ <point x="40.0" y="1548.0"/>
+ <point x="-16.0" y="1540.0" type="curve"/>
+ <point x="-16.0" y="1192.0" type="line"/>
+ <point x="16.0" y="1196.0"/>
+ <point x="52.0" y="1200.0"/>
+ <point x="92.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="1200.0"/>
+ <point x="296.0" y="1172.0"/>
+ <point x="296.0" y="1060.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1838, 'leftMargin': 30, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hungarumlaut.glif b/src/Inter-UI-Black.ufo/glyphs/hungarumlaut.glif
index 7005afd2d..5ffccd229 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hungarumlaut.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hungarumlaut.glif
@@ -1,65 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hungarumlaut" format="1">
- <advance width="1312"/>
+<glyph name="hungarumlaut" format="2">
+ <advance width="1312.0"/>
<unicode hex="02DD"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="500.0" y="1776.0" name="_top"/>
+ <anchor x="500.0" y="2256.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="576" y="1700" type="line"/>
- <point x="892" y="1700" type="line"/>
- <point x="1256" y="2112" type="line"/>
- <point x="884" y="2112" type="line"/>
+ <point x="576.0" y="1700.0" type="line"/>
+ <point x="892.0" y="1700.0" type="line"/>
+ <point x="1256.0" y="2112.0" type="line"/>
+ <point x="884.0" y="2112.0" type="line"/>
</contour>
<contour>
- <point x="56" y="1700" type="line"/>
- <point x="372" y="1700" type="line"/>
- <point x="696" y="2112" type="line"/>
- <point x="324" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="500" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="500" y="2256" type="move" name="mkmktop_acc"/>
+ <point x="56.0" y="1700.0" type="line"/>
+ <point x="372.0" y="1700.0" type="line"/>
+ <point x="696.0" y="2112.0" type="line"/>
+ <point x="324.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1196, 'leftMargin': 63, 'rightMargin': -69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hv.glif b/src/Inter-UI-Black.ufo/glyphs/hv.glif
index 3708f774d..83388afd9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hv.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hv.glif
@@ -1,56 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hv" format="1">
- <advance width="2460"/>
+<glyph name="hv" format="2">
+ <advance width="2460.0"/>
<unicode hex="0195"/>
<outline>
<contour>
- <point x="1660" y="-28" type="curve" smooth="yes"/>
- <point x="2088" y="-28"/>
- <point x="2316" y="256"/>
- <point x="2316" y="596" type="curve" smooth="yes"/>
- <point x="2316" y="1536" type="line"/>
- <point x="1856" y="1536" type="line"/>
- <point x="1856" y="596" type="line" smooth="yes"/>
- <point x="1856" y="436"/>
- <point x="1784" y="352"/>
- <point x="1660" y="352" type="curve" smooth="yes"/>
- <point x="1536" y="352"/>
- <point x="1468" y="436"/>
- <point x="1468" y="596" type="curve" smooth="yes"/>
- <point x="1468" y="740" type="line"/>
- <point x="1008" y="740" type="line"/>
- <point x="1008" y="596" type="line" smooth="yes"/>
- <point x="1008" y="256"/>
- <point x="1232" y="-28"/>
+ <point x="1660.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2088.0" y="-28.0"/>
+ <point x="2316.0" y="256.0"/>
+ <point x="2316.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="2316.0" y="1536.0" type="line"/>
+ <point x="1856.0" y="1536.0" type="line"/>
+ <point x="1856.0" y="596.0" type="line" smooth="yes"/>
+ <point x="1856.0" y="436.0"/>
+ <point x="1784.0" y="352.0"/>
+ <point x="1660.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="352.0"/>
+ <point x="1468.0" y="436.0"/>
+ <point x="1468.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="1468.0" y="740.0" type="line"/>
+ <point x="1008.0" y="740.0" type="line"/>
+ <point x="1008.0" y="596.0" type="line" smooth="yes"/>
+ <point x="1008.0" y="256.0"/>
+ <point x="1232.0" y="-28.0"/>
</contour>
<contour>
- <point x="604" y="816" type="line" smooth="yes"/>
- <point x="604" y="1028"/>
- <point x="664" y="1192"/>
- <point x="836" y="1192" type="curve" smooth="yes"/>
- <point x="964" y="1192"/>
- <point x="1008" y="1100"/>
- <point x="1008" y="964" type="curve" smooth="yes"/>
- <point x="1008" y="672" type="line"/>
- <point x="1468" y="672" type="line"/>
- <point x="1468" y="960" type="line" smooth="yes"/>
- <point x="1468" y="1368"/>
- <point x="1276" y="1556"/>
- <point x="1000" y="1556" type="curve" smooth="yes"/>
- <point x="832" y="1556"/>
- <point x="692" y="1488"/>
- <point x="604" y="1372" type="curve"/>
- <point x="588" y="1372" type="line"/>
- <point x="588" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1028.0"/>
+ <point x="664.0" y="1192.0"/>
+ <point x="836.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1192.0"/>
+ <point x="1008.0" y="1100.0"/>
+ <point x="1008.0" y="964.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="672.0" type="line"/>
+ <point x="1468.0" y="672.0" type="line"/>
+ <point x="1468.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1468.0" y="1368.0"/>
+ <point x="1276.0" y="1556.0"/>
+ <point x="1000.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="1556.0"/>
+ <point x="692.0" y="1488.0"/>
+ <point x="604.0" y="1372.0" type="curve"/>
+ <point x="588.0" y="1372.0" type="line"/>
+ <point x="588.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2416, 'leftMargin': 128, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hyphen.case.glif b/src/Inter-UI-Black.ufo/glyphs/hyphen.case.glif
index 13f25adb9..730b4cb96 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hyphen.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hyphen.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphen.case" format="1">
- <advance width="1312"/>
+<glyph name="hyphen.case" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="hyphen" yOffset="164"/>
+ <component base="hyphen" yOffset="164.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1211, 'leftMargin': 191, 'rightMargin': 210}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hyphen.glif b/src/Inter-UI-Black.ufo/glyphs/hyphen.glif
index 279b724a1..4091a28e0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hyphen.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hyphen.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphen" format="1">
- <advance width="1312"/>
+<glyph name="hyphen" format="2">
+ <advance width="1312.0"/>
<unicode hex="002D"/>
<outline>
<contour>
- <point x="1168" y="1028" type="line"/>
- <point x="144" y="1028" type="line"/>
- <point x="144" y="700" type="line"/>
- <point x="1168" y="700" type="line"/>
+ <point x="1168.0" y="1028.0" type="line"/>
+ <point x="144.0" y="1028.0" type="line"/>
+ <point x="144.0" y="700.0" type="line"/>
+ <point x="1168.0" y="700.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1211, 'leftMargin': 191, 'rightMargin': 210}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hyphen__.glif b/src/Inter-UI-Black.ufo/glyphs/hyphen__.glif
index f4fe6a489..4bf4feef0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hyphen__.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hyphen__.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphen__" format="1">
- <advance width="1312"/>
+<glyph name="hyphen__" format="2">
+ <advance width="1312.0"/>
<unicode hex="2010"/>
<outline>
- <component base="hyphen" xOffset="44"/>
+ <component base="hyphen" xOffset="44.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1211, 'leftMargin': 191, 'rightMargin': 210}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hyphenbullet.glif b/src/Inter-UI-Black.ufo/glyphs/hyphenbullet.glif
index 1878db29d..06259b002 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hyphenbullet.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hyphenbullet.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphenbullet" format="1">
- <advance width="1312"/>
+<glyph name="hyphenbullet" format="2">
+ <advance width="1312.0"/>
<unicode hex="2043"/>
<outline>
<contour>
- <point x="1144" y="1312" type="line"/>
- <point x="168" y="1312" type="line"/>
- <point x="168" y="736" type="line"/>
- <point x="1144" y="736" type="line"/>
+ <point x="1144.0" y="1312.0" type="line"/>
+ <point x="168.0" y="1312.0" type="line"/>
+ <point x="168.0" y="736.0" type="line"/>
+ <point x="1144.0" y="736.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1224, 'leftMargin': 124, 'rightMargin': 124}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hyphendot.glif b/src/Inter-UI-Black.ufo/glyphs/hyphendot.glif
index 288d3a847..2458ab7d6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hyphendot.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hyphendot.glif
@@ -1,34 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphendot" format="1">
- <advance width="800"/>
+<glyph name="hyphendot" format="2">
+ <advance width="800.0"/>
<unicode hex="2027"/>
<outline>
<contour>
- <point x="156" y="864" type="curve" smooth="yes"/>
- <point x="156" y="732"/>
- <point x="252" y="640"/>
- <point x="400" y="640" type="curve" smooth="yes"/>
- <point x="548" y="640"/>
- <point x="648" y="732"/>
- <point x="648" y="864" type="curve" smooth="yes"/>
- <point x="648" y="996"/>
- <point x="548" y="1092"/>
- <point x="400" y="1092" type="curve" smooth="yes"/>
- <point x="252" y="1092"/>
- <point x="156" y="996"/>
+ <point x="156.0" y="864.0" type="curve" smooth="yes"/>
+ <point x="156.0" y="732.0"/>
+ <point x="252.0" y="640.0"/>
+ <point x="400.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="640.0"/>
+ <point x="648.0" y="732.0"/>
+ <point x="648.0" y="864.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="996.0"/>
+ <point x="548.0" y="1092.0"/>
+ <point x="400.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="252.0" y="1092.0"/>
+ <point x="156.0" y="996.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 795, 'leftMargin': 151, 'rightMargin': 151}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/hyphennobreak.glif b/src/Inter-UI-Black.ufo/glyphs/hyphennobreak.glif
index a9b0c2ed0..c61c8c274 100644
--- a/src/Inter-UI-Black.ufo/glyphs/hyphennobreak.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/hyphennobreak.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphennobreak" format="1">
- <advance width="1312"/>
+<glyph name="hyphennobreak" format="2">
+ <advance width="1312.0"/>
<unicode hex="2011"/>
<outline>
- <component base="hyphen" xOffset="44"/>
+ <component base="hyphen" xOffset="44.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1211, 'leftMargin': 191, 'rightMargin': 210}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/i.glif b/src/Inter-UI-Black.ufo/glyphs/i.glif
index 9dbf224a7..84918eeba 100644
--- a/src/Inter-UI-Black.ufo/glyphs/i.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/i.glif
@@ -1,70 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="i" format="1">
- <advance width="780"/>
+<glyph name="i" format="2">
+ <advance width="780.0"/>
<unicode hex="0069"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="388.0" y="0.0" name="bottom"/>
+ <anchor x="772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="540.0" y="0.0" name="ogonek"/>
+ <anchor x="492.0" y="900.0" name="rhotichook"/>
+ <anchor x="392.0" y="2200.0" name="top"/>
+ <anchor x="772.0" y="2200.0" name="top0315"/>
+ <anchor x="772.0" y="2200.0" name="top_dd"/>
<outline>
<component base="dotlessi"/>
- <component base="dotaccent" xOffset="-8"/>
- <contour>
- <point x="388" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="540" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="392" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="772" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="772" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="492" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="772" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="dotaccent" xOffset="-8.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 766, 'leftMargin': 135, 'rightMargin': 139}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 06:20:22</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iacute.glif b/src/Inter-UI-Black.ufo/glyphs/iacute.glif
new file mode 100644
index 000000000..6b1e59a09
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iacute" format="2">
+ <advance width="780.0"/>
+ <unicode hex="00ED"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2264.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="acute" xOffset="28.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/iacyrillic.glif
index d579053c9..d2f8b47ba 100644
--- a/src/Inter-UI-Black.ufo/glyphs/iacyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/iacyrillic.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iacyrillic" format="1">
- <advance width="1568"/>
+<glyph name="iacyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="044F"/>
+ <anchor x="768.0" y="1744.0" name="top"/>
+ <anchor x="1632.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="516" y="760" type="line"/>
- <point x="108" y="0" type="line"/>
- <point x="548" y="0" type="line"/>
- <point x="956" y="760" type="line"/>
+ <point x="516.0" y="760.0" type="line"/>
+ <point x="108.0" y="0.0" type="line"/>
+ <point x="548.0" y="0.0" type="line"/>
+ <point x="956.0" y="760.0" type="line"/>
</contour>
<contour>
- <point x="800" y="1488" type="line"/>
- <point x="392" y="1488"/>
- <point x="140" y="1272"/>
- <point x="140" y="976" type="curve"/>
- <point x="140" y="696"/>
- <point x="392" y="492"/>
- <point x="800" y="492" type="curve"/>
- <point x="1192" y="492" type="line"/>
- <point x="1192" y="792" type="line"/>
- <point x="800" y="792" type="line"/>
- <point x="652" y="792"/>
- <point x="584" y="880"/>
- <point x="584" y="960" type="curve"/>
- <point x="584" y="1040"/>
- <point x="652" y="1132"/>
- <point x="800" y="1132" type="curve"/>
- <point x="1020" y="1132" type="line"/>
- <point x="1020" y="0" type="line"/>
- <point x="1464" y="0" type="line"/>
- <point x="1464" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="768" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1632" y="1744" type="move" name="top0315"/>
+ <point x="800.0" y="1488.0" type="line"/>
+ <point x="392.0" y="1488.0"/>
+ <point x="140.0" y="1272.0"/>
+ <point x="140.0" y="976.0" type="curve"/>
+ <point x="140.0" y="696.0"/>
+ <point x="392.0" y="492.0"/>
+ <point x="800.0" y="492.0" type="curve"/>
+ <point x="1192.0" y="492.0" type="line"/>
+ <point x="1192.0" y="792.0" type="line"/>
+ <point x="800.0" y="792.0" type="line"/>
+ <point x="652.0" y="792.0"/>
+ <point x="584.0" y="880.0"/>
+ <point x="584.0" y="960.0" type="curve"/>
+ <point x="584.0" y="1040.0"/>
+ <point x="652.0" y="1132.0"/>
+ <point x="800.0" y="1132.0" type="curve"/>
+ <point x="1020.0" y="1132.0" type="line"/>
+ <point x="1020.0" y="0.0" type="line"/>
+ <point x="1464.0" y="0.0" type="line"/>
+ <point x="1464.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 59, 'rightMargin': 170}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ibar.glif b/src/Inter-UI-Black.ufo/glyphs/ibar.glif
index c4f5d3b6c..5fe87f593 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ibar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ibar.glif
@@ -1,39 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ibar" format="1">
- <advance width="1312"/>
+<glyph name="ibar" format="2">
+ <advance width="1312.0"/>
<unicode hex="0268"/>
+ <guideline x="523.875"/>
+ <anchor x="704.0" y="0.0" name="bottom"/>
+ <anchor x="704.0" y="2200.0" name="top"/>
+ <anchor x="1228.0" y="2200.0" name="top0315"/>
<outline>
- <component base="i" xOffset="308"/>
- <component base="crossbar" yOffset="-244"/>
- <contour>
- <point x="704" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1228" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="704" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="i" xOffset="308.0"/>
+ <component base="crossbar" yOffset="-244.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>523.875</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1046, 'leftMargin': -20, 'rightMargin': 74}</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ibreve.glif b/src/Inter-UI-Black.ufo/glyphs/ibreve.glif
new file mode 100644
index 000000000..98b91c9ff
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ibreve.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ibreve" format="2">
+ <advance width="780.0"/>
+ <unicode hex="012D"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2216.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="breve" xOffset="-264.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/icaron.glif b/src/Inter-UI-Black.ufo/glyphs/icaron.glif
new file mode 100644
index 000000000..ad7dfb5c4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/icaron.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="icaron" format="2">
+ <advance width="780.0"/>
+ <unicode hex="01D0"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2236.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="caron" xOffset="-396.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/icircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/icircumflex.glif
new file mode 100644
index 000000000..4815eab00
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/icircumflex.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="icircumflex" format="2">
+ <advance width="780.0"/>
+ <unicode hex="00EE"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2208.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="circumflex" xOffset="-392.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/icyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/icyrillic.glif
new file mode 100644
index 000000000..93074891b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/icyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="icyrillic" format="2">
+ <advance width="780.0"/>
+ <unicode hex="0456"/>
+ <anchor x="388.0" y="0.0" name="bottom"/>
+ <anchor x="772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="392.0" y="2200.0" name="parent_top"/>
+ <anchor x="392.0" y="2200.0" name="top"/>
+ <anchor x="772.0" y="2200.0" name="top0315"/>
+ <anchor x="772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="i"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/idblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/idblgrave.glif
new file mode 100644
index 000000000..8b92d3615
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/idblgrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="idblgrave" format="2">
+ <advance width="780.0"/>
+ <unicode hex="0209"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2225.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="dblgravecmb" xOffset="1040.0" yOffset="-30.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/idieresis.glif b/src/Inter-UI-Black.ufo/glyphs/idieresis.glif
index 89f19bed4..52e3aa12b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/idieresis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/idieresis.glif
@@ -1,30 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="idieresis" format="1">
- <advance width="896"/>
+<glyph name="idieresis" format="2">
+ <advance width="896.0"/>
<unicode hex="00EF"/>
+ <anchor x="464.0" y="0.0" name="bottom"/>
+ <anchor x="480.0" y="2708.0" name="mkmktop_acc"/>
+ <anchor x="564.0" y="900.0" name="rhotichook"/>
+ <anchor x="480.0" y="1744.0" name="top"/>
+ <anchor x="876.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="64"/>
- <component base="dieresis" xOffset="-208"/>
- <contour>
- <point x="564" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="480" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="876" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="480" y="2708" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="464" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="64.0"/>
+ <component base="dieresis" xOffset="-208.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1159, 'leftMargin': 28, 'rightMargin': 27}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/idieresisacute.glif b/src/Inter-UI-Black.ufo/glyphs/idieresisacute.glif
index e4d2db81d..ee110c00c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/idieresisacute.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/idieresisacute.glif
@@ -1,30 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="idieresisacute" format="1">
- <advance width="1042"/>
+<glyph name="idieresisacute" format="2">
+ <advance width="1040.0"/>
<unicode hex="1E2F"/>
+ <anchor x="532.0" y="0.0" name="bottom"/>
+ <anchor x="548.0" y="2708.0" name="mkmktop_acc"/>
+ <anchor x="632.0" y="900.0" name="rhotichook"/>
+ <anchor x="548.0" y="1744.0" name="top"/>
+ <anchor x="944.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="132"/>
- <component base="dieresisacutecomb.lc" xOffset="1316" yOffset="-28"/>
- <contour>
- <point x="632" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="548" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="944" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="548" y="2708" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="532" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="132.0"/>
+ <component base="dieresisacutecomb.lc" xOffset="1316.0" yOffset="-28.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1159, 'leftMargin': 28, 'rightMargin': 27}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/idieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/idieresiscyrillic.glif
new file mode 100644
index 000000000..941f86635
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/idieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="idieresiscyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04E5"/>
+ <anchor x="792.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2220.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="iicyrillic"/>
+ <component base="dieresis" xOffset="136.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/idotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/idotbelow.glif
new file mode 100644
index 000000000..dc17f2644
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/idotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="idotbelow" format="2">
+ <advance width="780.0"/>
+ <unicode hex="1ECB"/>
+ <anchor x="387.0" y="-523.0" name="bottom"/>
+ <anchor x="772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="392.0" y="2200.0" name="parent_top"/>
+ <anchor x="392.0" y="2200.0" name="top"/>
+ <anchor x="772.0" y="2200.0" name="top0315"/>
+ <anchor x="772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="i"/>
+ <component base="dotbelow" xOffset="1212.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iebrevecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/iebrevecyrillic.glif
new file mode 100644
index 000000000..d393856e8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iebrevecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iebrevecyrillic" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="04D7"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2248.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="breve" xOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/iecyrillic.glif
new file mode 100644
index 000000000..b9151d3b9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iecyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iecyrillic" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0435"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/igrave.glif b/src/Inter-UI-Black.ufo/glyphs/igrave.glif
new file mode 100644
index 000000000..e9ba6667d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/igrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="igrave" format="2">
+ <advance width="780.0"/>
+ <unicode hex="00EC"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2264.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="grave" xOffset="-296.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ihookabove.glif b/src/Inter-UI-Black.ufo/glyphs/ihookabove.glif
new file mode 100644
index 000000000..3a2d32040
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ihookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ihookabove" format="2">
+ <advance width="780.0"/>
+ <unicode hex="1EC9"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2363.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="hook" xOffset="1239.0" yOffset="-42.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iicyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/iicyrillic.glif
index f423c3ab7..e247ad478 100644
--- a/src/Inter-UI-Black.ufo/glyphs/iicyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/iicyrillic.glif
@@ -1,34 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iicyrillic" format="1">
- <advance width="1568"/>
+<glyph name="iicyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0438"/>
+ <anchor x="1448.0" y="0.0" name="right"/>
+ <anchor x="792.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="568" y="624" type="line"/>
- <point x="568" y="1488" type="line"/>
- <point x="124" y="1488" type="line"/>
- <point x="124" y="0" type="line"/>
- <point x="568" y="0" type="line"/>
- <point x="1004" y="868" type="line"/>
- <point x="1004" y="0" type="line"/>
- <point x="1448" y="0" type="line"/>
- <point x="1448" y="1488" type="line"/>
- <point x="1004" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="792" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1448" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1576" y="1776" type="move" name="top0315"/>
+ <point x="568.0" y="624.0" type="line"/>
+ <point x="568.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="568.0" y="0.0" type="line"/>
+ <point x="1004.0" y="868.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
+ <point x="1448.0" y="1488.0" type="line"/>
+ <point x="1004.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 132, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iinvertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/iinvertedbreve.glif
new file mode 100644
index 000000000..53bcebd6c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iinvertedbreve.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iinvertedbreve" format="2">
+ <advance width="780.0"/>
+ <unicode hex="020B"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2294.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="breveinvnosp" xOffset="1184.0" yOffset="149.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iishortcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/iishortcyrillic.glif
new file mode 100644
index 000000000..a43e1fe3b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iishortcyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iishortcyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0439"/>
+ <anchor x="792.0" y="1776.0" name="parent_top"/>
+ <anchor x="792.0" y="2248.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="iicyrillic"/>
+ <component base="breve" xOffset="136.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ij.glif b/src/Inter-UI-Black.ufo/glyphs/ij.glif
new file mode 100644
index 000000000..c3d48f72f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ij.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ij" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="0133"/>
+ <outline>
+ <component base="i" xOffset="256.0"/>
+ <component base="j" xOffset="1036.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/imacron.glif b/src/Inter-UI-Black.ufo/glyphs/imacron.glif
new file mode 100644
index 000000000..0bcb92d65
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/imacron.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="imacron" format="2">
+ <advance width="780.0"/>
+ <unicode hex="012B"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="2176.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="macron" xOffset="-392.0" yOffset="-40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/imacroncyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/imacroncyrillic.glif
new file mode 100644
index 000000000..6bb548a13
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/imacroncyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="imacroncyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04E3"/>
+ <anchor x="792.0" y="1776.0" name="parent_top"/>
+ <anchor x="792.0" y="2208.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="iicyrillic"/>
+ <component base="macron" xOffset="8.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/infinity.glif b/src/Inter-UI-Black.ufo/glyphs/infinity.glif
index c7ab16364..032e5d05b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/infinity.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/infinity.glif
@@ -1,113 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="infinity" format="1">
- <advance width="2696"/>
+<glyph name="infinity" format="2">
+ <advance width="2696.0"/>
<unicode hex="221E"/>
+ <guideline y="2858.625"/>
<outline>
<contour>
- <point x="732" y="1508" type="curve"/>
- <point x="380" y="1508"/>
- <point x="96" y="1220"/>
- <point x="96" y="872" type="curve" smooth="yes"/>
- <point x="96" y="520"/>
- <point x="380" y="236"/>
- <point x="732" y="236" type="curve" smooth="yes"/>
- <point x="980" y="236"/>
- <point x="1164" y="360"/>
- <point x="1284" y="476" type="curve" smooth="yes"/>
- <point x="1308" y="496"/>
- <point x="1328" y="520"/>
- <point x="1348" y="544" type="curve"/>
- <point x="1368" y="520"/>
- <point x="1388" y="496"/>
- <point x="1412" y="476" type="curve" smooth="yes"/>
- <point x="1532" y="360"/>
- <point x="1716" y="236"/>
- <point x="1964" y="236" type="curve" smooth="yes"/>
- <point x="2316" y="236"/>
- <point x="2600" y="520"/>
- <point x="2600" y="872" type="curve" smooth="yes"/>
- <point x="2600" y="1220"/>
- <point x="2316" y="1508"/>
- <point x="1964" y="1508" type="curve" smooth="yes"/>
- <point x="1716" y="1508"/>
- <point x="1532" y="1380"/>
- <point x="1408" y="1264" type="curve" smooth="yes"/>
- <point x="1388" y="1240"/>
- <point x="1368" y="1220"/>
- <point x="1348" y="1196" type="curve"/>
- <point x="1328" y="1220"/>
- <point x="1308" y="1240"/>
- <point x="1288" y="1264" type="curve" smooth="yes"/>
- <point x="1164" y="1380"/>
- <point x="980" y="1508"/>
+ <point x="732.0" y="1508.0" type="curve"/>
+ <point x="380.0" y="1508.0"/>
+ <point x="96.0" y="1220.0"/>
+ <point x="96.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="520.0"/>
+ <point x="380.0" y="236.0"/>
+ <point x="732.0" y="236.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="236.0"/>
+ <point x="1164.0" y="360.0"/>
+ <point x="1284.0" y="476.0" type="curve" smooth="yes"/>
+ <point x="1308.0" y="496.0"/>
+ <point x="1328.0" y="520.0"/>
+ <point x="1348.0" y="544.0" type="curve"/>
+ <point x="1368.0" y="520.0"/>
+ <point x="1388.0" y="496.0"/>
+ <point x="1412.0" y="476.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="360.0"/>
+ <point x="1716.0" y="236.0"/>
+ <point x="1964.0" y="236.0" type="curve" smooth="yes"/>
+ <point x="2316.0" y="236.0"/>
+ <point x="2600.0" y="520.0"/>
+ <point x="2600.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="2600.0" y="1220.0"/>
+ <point x="2316.0" y="1508.0"/>
+ <point x="1964.0" y="1508.0" type="curve" smooth="yes"/>
+ <point x="1716.0" y="1508.0"/>
+ <point x="1532.0" y="1380.0"/>
+ <point x="1408.0" y="1264.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="1240.0"/>
+ <point x="1368.0" y="1220.0"/>
+ <point x="1348.0" y="1196.0" type="curve"/>
+ <point x="1328.0" y="1220.0"/>
+ <point x="1308.0" y="1240.0"/>
+ <point x="1288.0" y="1264.0" type="curve" smooth="yes"/>
+ <point x="1164.0" y="1380.0"/>
+ <point x="980.0" y="1508.0"/>
</contour>
<contour>
- <point x="496" y="872" type="curve"/>
- <point x="496" y="1000"/>
- <point x="600" y="1108"/>
- <point x="732" y="1108" type="curve" smooth="yes"/>
- <point x="836" y="1108"/>
- <point x="924" y="1056"/>
- <point x="1008" y="976" type="curve" smooth="yes"/>
- <point x="1048" y="936"/>
- <point x="1076" y="904"/>
- <point x="1100" y="872" type="curve"/>
- <point x="1076" y="836"/>
- <point x="1048" y="800"/>
- <point x="1008" y="764" type="curve" smooth="yes"/>
- <point x="924" y="684"/>
- <point x="836" y="636"/>
- <point x="732" y="636" type="curve" smooth="yes"/>
- <point x="600" y="636"/>
- <point x="496" y="740"/>
+ <point x="496.0" y="872.0" type="curve"/>
+ <point x="496.0" y="1000.0"/>
+ <point x="600.0" y="1108.0"/>
+ <point x="732.0" y="1108.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="1108.0"/>
+ <point x="924.0" y="1056.0"/>
+ <point x="1008.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="936.0"/>
+ <point x="1076.0" y="904.0"/>
+ <point x="1100.0" y="872.0" type="curve"/>
+ <point x="1076.0" y="836.0"/>
+ <point x="1048.0" y="800.0"/>
+ <point x="1008.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="924.0" y="684.0"/>
+ <point x="836.0" y="636.0"/>
+ <point x="732.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="636.0"/>
+ <point x="496.0" y="740.0"/>
</contour>
<contour>
- <point x="2200" y="872" type="curve"/>
- <point x="2200" y="740"/>
- <point x="2096" y="636"/>
- <point x="1964" y="636" type="curve" smooth="yes"/>
- <point x="1860" y="636"/>
- <point x="1772" y="684"/>
- <point x="1688" y="764" type="curve" smooth="yes"/>
- <point x="1652" y="800"/>
- <point x="1620" y="836"/>
- <point x="1596" y="872" type="curve"/>
- <point x="1620" y="904"/>
- <point x="1652" y="936"/>
- <point x="1688" y="976" type="curve" smooth="yes"/>
- <point x="1772" y="1056"/>
- <point x="1860" y="1108"/>
- <point x="1964" y="1108" type="curve" smooth="yes"/>
- <point x="2096" y="1108"/>
- <point x="2200" y="1000"/>
+ <point x="2200.0" y="872.0" type="curve"/>
+ <point x="2200.0" y="740.0"/>
+ <point x="2096.0" y="636.0"/>
+ <point x="1964.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="1860.0" y="636.0"/>
+ <point x="1772.0" y="684.0"/>
+ <point x="1688.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1652.0" y="800.0"/>
+ <point x="1620.0" y="836.0"/>
+ <point x="1596.0" y="872.0" type="curve"/>
+ <point x="1620.0" y="904.0"/>
+ <point x="1652.0" y="936.0"/>
+ <point x="1688.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="1772.0" y="1056.0"/>
+ <point x="1860.0" y="1108.0"/>
+ <point x="1964.0" y="1108.0" type="curve" smooth="yes"/>
+ <point x="2096.0" y="1108.0"/>
+ <point x="2200.0" y="1000.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2858.625</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2973, 'leftMargin': 129, 'rightMargin': 131}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/integral.glif b/src/Inter-UI-Black.ufo/glyphs/integral.glif
index f2e8fddc2..40eed906a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/integral.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/integral.glif
@@ -1,50 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="integral" format="1">
- <advance width="1056"/>
+<glyph name="integral" format="2">
+ <advance width="1056.0"/>
<unicode hex="222B"/>
<outline>
<contour>
- <point x="732" y="-36" type="curve"/>
- <point x="732" y="1612" type="line" smooth="yes"/>
- <point x="732" y="1724"/>
- <point x="796" y="1784"/>
- <point x="920" y="1784" type="curve" smooth="yes"/>
- <point x="980" y="1784"/>
- <point x="1012" y="1780"/>
- <point x="1056" y="1772" type="curve"/>
- <point x="1088" y="2112" type="line"/>
- <point x="1012" y="2132"/>
- <point x="940" y="2144"/>
- <point x="864" y="2144" type="curve" smooth="yes"/>
- <point x="500" y="2144"/>
- <point x="288" y="1956"/>
- <point x="288" y="1612" type="curve" smooth="yes"/>
- <point x="288" y="-36" type="line" smooth="yes"/>
- <point x="288" y="-184"/>
- <point x="228" y="-244"/>
- <point x="112" y="-244" type="curve" smooth="yes"/>
- <point x="52" y="-244"/>
- <point x="28" y="-236"/>
- <point x="-12" y="-228" type="curve"/>
- <point x="-32" y="-580" type="line"/>
- <point x="44" y="-596"/>
- <point x="104" y="-600"/>
- <point x="180" y="-600" type="curve" smooth="yes"/>
- <point x="524" y="-600"/>
- <point x="732" y="-412"/>
+ <point x="732.0" y="-36.0" type="curve"/>
+ <point x="732.0" y="1612.0" type="line" smooth="yes"/>
+ <point x="732.0" y="1724.0"/>
+ <point x="796.0" y="1784.0"/>
+ <point x="920.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="1784.0"/>
+ <point x="1012.0" y="1780.0"/>
+ <point x="1056.0" y="1772.0" type="curve"/>
+ <point x="1088.0" y="2112.0" type="line"/>
+ <point x="1012.0" y="2132.0"/>
+ <point x="940.0" y="2144.0"/>
+ <point x="864.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="500.0" y="2144.0"/>
+ <point x="288.0" y="1956.0"/>
+ <point x="288.0" y="1612.0" type="curve" smooth="yes"/>
+ <point x="288.0" y="-36.0" type="line" smooth="yes"/>
+ <point x="288.0" y="-184.0"/>
+ <point x="228.0" y="-244.0"/>
+ <point x="112.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="52.0" y="-244.0"/>
+ <point x="28.0" y="-236.0"/>
+ <point x="-12.0" y="-228.0" type="curve"/>
+ <point x="-32.0" y="-580.0" type="line"/>
+ <point x="44.0" y="-596.0"/>
+ <point x="104.0" y="-600.0"/>
+ <point x="180.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="-600.0"/>
+ <point x="732.0" y="-412.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 847.0, 'leftMargin': -136, 'rightMargin': -139.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/interrobang.glif b/src/Inter-UI-Black.ufo/glyphs/interrobang.glif
index ea12d8638..ffb28a8df 100644
--- a/src/Inter-UI-Black.ufo/glyphs/interrobang.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/interrobang.glif
@@ -1,27 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="interrobang" format="1">
- <advance width="1568"/>
+<glyph name="interrobang" format="2">
+ <advance width="1568.0"/>
<unicode hex="203D"/>
<outline>
<contour>
- <point x="1028" y="1512" type="line"/>
- <point x="668" y="1512" type="line"/>
- <point x="668" y="636" type="line"/>
- <point x="1028" y="636" type="line"/>
+ <point x="1028.0" y="1512.0" type="line"/>
+ <point x="668.0" y="1512.0" type="line"/>
+ <point x="668.0" y="636.0" type="line"/>
+ <point x="1028.0" y="636.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1032.0" y="636.0" type="line"/>
+ <point x="1044.0" y="1032.0"/>
+ <point x="1504.0" y="1092.0"/>
+ <point x="1504.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="1884.0"/>
+ <point x="1264.0" y="2076.0"/>
+ <point x="868.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="232.0" y="1904.0"/>
+ <point x="228.0" y="1492.0" type="curve"/>
+ <point x="672.0" y="1492.0" type="line"/>
+ <point x="676.0" y="1652.0"/>
+ <point x="768.0" y="1716.0"/>
+ <point x="868.0" y="1716.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="1716.0"/>
+ <point x="1060.0" y="1652.0"/>
+ <point x="1060.0" y="1508.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="1224.0"/>
+ <point x="652.0" y="1228.0"/>
+ <point x="652.0" y="636.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="848.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="-16.0"/>
+ <point x="1092.0" y="84.0"/>
+ <point x="1092.0" y="216.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="348.0"/>
+ <point x="992.0" y="448.0"/>
+ <point x="848.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="448.0"/>
+ <point x="600.0" y="348.0"/>
+ <point x="600.0" y="216.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="84.0"/>
+ <point x="700.0" y="-16.0"/>
</contour>
- <component base="question" xOffset="80"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1425, 'leftMargin': 50, 'rightMargin': 98}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iocyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/iocyrillic.glif
new file mode 100644
index 000000000..55d31c278
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iocyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iocyrillic" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0451"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="2220.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="dieresis" xOffset="148.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iogonek.glif b/src/Inter-UI-Black.ufo/glyphs/iogonek.glif
new file mode 100644
index 000000000..a2eee01fd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iogonek" format="2">
+ <advance width="780.0"/>
+ <unicode hex="012F"/>
+ <anchor x="388.0" y="0.0" name="bottom"/>
+ <anchor x="772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="392.0" y="2200.0" name="parent_top"/>
+ <anchor x="392.0" y="2200.0" name="top"/>
+ <anchor x="772.0" y="2200.0" name="top0315"/>
+ <anchor x="772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="i"/>
+ <component base="ogonek" xOffset="-108.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iota.glif b/src/Inter-UI-Black.ufo/glyphs/iota.glif
index 8c070218c..237b2fb8b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/iota.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/iota.glif
@@ -1,64 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iota" format="1">
- <advance width="1056"/>
+<glyph name="iota" format="2">
+ <advance width="1056.0"/>
<unicode hex="03B9"/>
+ <guideline y="906.125"/>
+ <guideline y="1381.875"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="176" y="1488" type="line"/>
- <point x="176" y="440" type="line"/>
- <point x="176" y="116"/>
- <point x="344" y="-16"/>
- <point x="628" y="-16" type="curve" smooth="yes"/>
- <point x="728" y="-16"/>
- <point x="808" y="0"/>
- <point x="884" y="24" type="curve"/>
- <point x="884" y="356" type="line"/>
- <point x="852" y="352"/>
- <point x="820" y="348"/>
- <point x="768" y="348" type="curve" smooth="yes"/>
- <point x="660" y="348"/>
- <point x="616" y="380"/>
- <point x="616" y="500" type="curve"/>
- <point x="620" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="420" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="972" y="1744" type="move" name="top0315"/>
+ <point x="176.0" y="1488.0" type="line"/>
+ <point x="176.0" y="440.0" type="line"/>
+ <point x="176.0" y="116.0"/>
+ <point x="344.0" y="-16.0"/>
+ <point x="628.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="-16.0"/>
+ <point x="808.0" y="0.0"/>
+ <point x="884.0" y="24.0" type="curve"/>
+ <point x="884.0" y="356.0" type="line"/>
+ <point x="852.0" y="352.0"/>
+ <point x="820.0" y="348.0"/>
+ <point x="768.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="348.0"/>
+ <point x="616.0" y="380.0"/>
+ <point x="616.0" y="500.0" type="curve"/>
+ <point x="620.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>906.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1381.875</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 957.0, 'leftMargin': 161, 'rightMargin': 87.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iota1.glif b/src/Inter-UI-Black.ufo/glyphs/iota1.glif
index 7f688b4a9..a2d6e88f0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/iota1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/iota1.glif
@@ -1,43 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iota1" format="1">
- <advance width="1056"/>
+<glyph name="iota1" format="2">
+ <advance width="1056.0"/>
<unicode hex="0269"/>
+ <anchor x="356.0" y="0.0" name="bottom"/>
+ <anchor x="380.0" y="896.0" name="rhotichook"/>
+ <anchor x="356.0" y="1776.0" name="top"/>
+ <anchor x="992.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="136" y="1488" type="line"/>
- <point x="136" y="468" type="line" smooth="yes"/>
- <point x="136" y="24"/>
- <point x="448" y="-28"/>
- <point x="688" y="-28" type="curve" smooth="yes"/>
- <point x="788" y="-28"/>
- <point x="860" y="-20"/>
- <point x="924" y="-8" type="curve"/>
- <point x="924" y="292" type="line"/>
- <point x="884" y="284"/>
- <point x="852" y="280"/>
- <point x="812" y="280" type="curve" smooth="yes"/>
- <point x="708" y="280"/>
- <point x="580" y="316"/>
- <point x="580" y="468" type="curve" smooth="yes"/>
- <point x="580" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="356" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="356" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="992" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="380" y="896" type="move" name="rhotichook"/>
+ <point x="136.0" y="1488.0" type="line"/>
+ <point x="136.0" y="468.0" type="line" smooth="yes"/>
+ <point x="136.0" y="24.0"/>
+ <point x="448.0" y="-28.0"/>
+ <point x="688.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="-28.0"/>
+ <point x="860.0" y="-20.0"/>
+ <point x="924.0" y="-8.0" type="curve"/>
+ <point x="924.0" y="292.0" type="line"/>
+ <point x="884.0" y="284.0"/>
+ <point x="852.0" y="280.0"/>
+ <point x="812.0" y="280.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="280.0"/>
+ <point x="580.0" y="316.0"/>
+ <point x="580.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 985, 'leftMargin': 129, 'rightMargin': 68}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iota1_uni02DE__.glif b/src/Inter-UI-Black.ufo/glyphs/iota1_uni02DE__.glif
deleted file mode 100644
index 4f54b936f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/iota1_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iota1_uni02DE" format="1">
- <advance width="1568"/>
- <outline>
- <component base="iota1" xOffset="64"/>
- <component base="rhotichookmod" xOffset="700"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1319, 'leftMargin': 129, 'rightMargin': 41}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iota1_uni02D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/iota1_uni02D_E_.glif
new file mode 100644
index 000000000..7daa66069
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iota1_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iota1_uni02DE" format="2">
+ <advance width="1568.0"/>
+ <outline>
+ <component base="iota1" xOffset="64.0"/>
+ <component base="rhotichookmod" xOffset="700.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iotadieresis.glif b/src/Inter-UI-Black.ufo/glyphs/iotadieresis.glif
new file mode 100644
index 000000000..a56f7f6cb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iotadieresis.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iotadieresis" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="03CA"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="424.0" y="2188.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="dieresis" xOffset="-236.0" yOffset="-28.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iotadieresistonos.glif b/src/Inter-UI-Black.ufo/glyphs/iotadieresistonos.glif
new file mode 100644
index 000000000..732ee3b1b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iotadieresistonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iotadieresistonos" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="0390"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="dieresistonos" xOffset="-364.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iotasubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/iotasubnosp.glif
index 9b21f4ba2..3547b624a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/iotasubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/iotasubnosp.glif
@@ -1,42 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iotasubnosp" format="1">
- <advance width="0"/>
+<glyph name="iotasubnosp" format="2">
<unicode hex="0345"/>
+ <anchor x="-811.0" y="0.0" name="_markbottom"/>
+ <anchor x="-811.0" y="-725.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-811" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-811" y="-725" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-935" y="-96" type="line"/>
- <point x="-935" y="-463" type="line" smooth="yes"/>
- <point x="-935" y="-648"/>
- <point x="-821" y="-723"/>
- <point x="-675" y="-723" type="curve" smooth="yes"/>
- <point x="-626" y="-723"/>
- <point x="-583" y="-716"/>
- <point x="-545" y="-703" type="curve"/>
- <point x="-545" y="-534" type="line"/>
- <point x="-561" y="-536"/>
- <point x="-578" y="-538"/>
- <point x="-604" y="-538" type="curve" smooth="yes"/>
- <point x="-660" y="-538"/>
- <point x="-681" y="-520"/>
- <point x="-681" y="-462" type="curve" smooth="yes"/>
- <point x="-681" y="-96" type="line"/>
+ <point x="-935.0" y="-96.0" type="line"/>
+ <point x="-935.0" y="-463.0" type="line" smooth="yes"/>
+ <point x="-935.0" y="-648.0"/>
+ <point x="-821.0" y="-723.0"/>
+ <point x="-675.0" y="-723.0" type="curve" smooth="yes"/>
+ <point x="-626.0" y="-723.0"/>
+ <point x="-583.0" y="-716.0"/>
+ <point x="-545.0" y="-703.0" type="curve"/>
+ <point x="-545.0" y="-534.0" type="line"/>
+ <point x="-561.0" y="-536.0"/>
+ <point x="-578.0" y="-538.0"/>
+ <point x="-604.0" y="-538.0" type="curve" smooth="yes"/>
+ <point x="-660.0" y="-538.0"/>
+ <point x="-681.0" y="-520.0"/>
+ <point x="-681.0" y="-462.0" type="curve" smooth="yes"/>
+ <point x="-681.0" y="-96.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iotatonos.glif b/src/Inter-UI-Black.ufo/glyphs/iotatonos.glif
new file mode 100644
index 000000000..937ff4f41
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/iotatonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iotatonos" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="03AF"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="tonos" xOffset="-16.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/isuperior.glif b/src/Inter-UI-Black.ufo/glyphs/isuperior.glif
index 076324925..3a5245c30 100644
--- a/src/Inter-UI-Black.ufo/glyphs/isuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/isuperior.glif
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="isuperior" format="1">
- <advance width="800"/>
+<glyph name="isuperior" format="2">
+ <advance width="800.0"/>
<unicode hex="2071"/>
<outline>
<contour>
- <point x="556" y="1884" type="line"/>
- <point x="248" y="1884" type="line"/>
- <point x="248" y="772" type="line"/>
- <point x="556" y="772" type="line"/>
+ <point x="556.0" y="1884.0" type="line"/>
+ <point x="248.0" y="1884.0" type="line"/>
+ <point x="248.0" y="772.0" type="line"/>
+ <point x="556.0" y="772.0" type="line"/>
</contour>
<contour>
- <point x="220" y="2172" type="curve" smooth="yes"/>
- <point x="220" y="2072"/>
- <point x="292" y="2004"/>
- <point x="400" y="2004" type="curve" smooth="yes"/>
- <point x="508" y="2004"/>
- <point x="584" y="2072"/>
- <point x="584" y="2172" type="curve" smooth="yes"/>
- <point x="584" y="2268"/>
- <point x="508" y="2336"/>
- <point x="400" y="2336" type="curve" smooth="yes"/>
- <point x="292" y="2336"/>
- <point x="220" y="2268"/>
+ <point x="220.0" y="2172.0" type="curve" smooth="yes"/>
+ <point x="220.0" y="2072.0"/>
+ <point x="292.0" y="2004.0"/>
+ <point x="400.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="2004.0"/>
+ <point x="584.0" y="2072.0"/>
+ <point x="584.0" y="2172.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="2268.0"/>
+ <point x="508.0" y="2336.0"/>
+ <point x="400.0" y="2336.0" type="curve" smooth="yes"/>
+ <point x="292.0" y="2336.0"/>
+ <point x="220.0" y="2268.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 700, 'leftMargin': 168, 'rightMargin': 168}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/itilde.glif b/src/Inter-UI-Black.ufo/glyphs/itilde.glif
index 2250e021a..86e652985 100644
--- a/src/Inter-UI-Black.ufo/glyphs/itilde.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/itilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="itilde" format="1">
- <advance width="992"/>
+<glyph name="itilde" format="2">
+ <advance width="992.0"/>
<unicode hex="0129"/>
<outline>
- <component base="tilde" xOffset="-160"/>
- <component base="dotlessi" xOffset="108"/>
+ <component base="tilde" xOffset="-160.0"/>
+ <component base="dotlessi" xOffset="108.0"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/itildebelow.glif b/src/Inter-UI-Black.ufo/glyphs/itildebelow.glif
index 87db7369c..87638a9dc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/itildebelow.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/itildebelow.glif
@@ -1,39 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="itildebelow" format="1">
- <advance width="832"/>
+<glyph name="itildebelow" format="2">
+ <advance width="832.0"/>
<unicode hex="1E2D"/>
+ <anchor x="400.0" y="0.0" name="bottom"/>
+ <anchor x="848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="464.0" y="-548.0" name="mkmkbottom_acc"/>
+ <anchor x="616.0" y="0.0" name="ogonek"/>
+ <anchor x="568.0" y="900.0" name="rhotichook"/>
+ <anchor x="464.0" y="2200.0" name="top"/>
+ <anchor x="848.0" y="2200.0" name="top0315"/>
+ <anchor x="848.0" y="2200.0" name="top_dd"/>
<outline>
- <component base="i" xOffset="20"/>
- <component base="tilde" xOffset="-240" yOffset="-2268"/>
- <contour>
- <point x="400" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="568" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="464" y="-548" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="464" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="848" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="848" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="616" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="848" y="-560" type="move" name="bottom_dd"/>
- </contour>
+ <component base="i" xOffset="20.0"/>
+ <component base="tilde" xOffset="-240.0" yOffset="-2268.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1082, 'leftMargin': -31, 'rightMargin': 57}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/iucyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/iucyrillic.glif
index d2004e996..b1ca66253 100644
--- a/src/Inter-UI-Black.ufo/glyphs/iucyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/iucyrillic.glif
@@ -1,27 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iucyrillic" format="1">
- <advance width="2252"/>
+<glyph name="iucyrillic" format="2">
+ <advance width="2252.0"/>
<unicode hex="044E"/>
+ <anchor x="1072.0" y="1744.0" name="top"/>
+ <anchor x="2216.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="992" y="940" type="line"/>
- <point x="184" y="940" type="line"/>
- <point x="184" y="580" type="line"/>
- <point x="992" y="580" type="line"/>
+ <point x="992.0" y="940.0" type="line"/>
+ <point x="184.0" y="940.0" type="line"/>
+ <point x="184.0" y="580.0" type="line"/>
+ <point x="992.0" y="580.0" type="line"/>
</contour>
- <component base="dotlessi" xOffset="-84"/>
- <component base="o" xOffset="612"/>
<contour>
- <point x="1072" y="1744" type="move" name="top"/>
+ <point x="536.0" y="1536.0" type="line"/>
+ <point x="76.0" y="1536.0" type="line"/>
+ <point x="76.0" y="0.0" type="line"/>
+ <point x="536.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="2216" y="1744" type="move" name="top0315"/>
+ <point x="1432.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1884.0" y="-28.0"/>
+ <point x="2156.0" y="304.0"/>
+ <point x="2156.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="2156.0" y="1232.0"/>
+ <point x="1884.0" y="1556.0"/>
+ <point x="1432.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="1556.0"/>
+ <point x="708.0" y="1232.0"/>
+ <point x="708.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="304.0"/>
+ <point x="980.0" y="-28.0"/>
+ </contour>
+ <contour>
+ <point x="1432.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="340.0"/>
+ <point x="1144.0" y="512.0"/>
+ <point x="1144.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="1024.0"/>
+ <point x="1224.0" y="1192.0"/>
+ <point x="1432.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1640.0" y="1192.0"/>
+ <point x="1720.0" y="1024.0"/>
+ <point x="1720.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1720.0" y="512.0"/>
+ <point x="1640.0" y="340.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2281, 'leftMargin': 164, 'rightMargin': -24}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/izhitsacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/izhitsacyrillic.glif
index 526997d4c..bb40a3920 100644
--- a/src/Inter-UI-Black.ufo/glyphs/izhitsacyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/izhitsacyrillic.glif
@@ -1,72 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="izhitsacyrillic" format="1">
- <advance width="1568"/>
+<glyph name="izhitsacyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0475"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="820.0" y="1776.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="760" y="612" type="line"/>
- <point x="660" y="0" type="line"/>
- <point x="960" y="0" type="line"/>
- <point x="1252" y="996" type="line"/>
- <point x="1272" y="1076"/>
- <point x="1332" y="1148"/>
- <point x="1408" y="1148" type="curve" smooth="yes"/>
- <point x="1428" y="1148"/>
- <point x="1476" y="1144"/>
- <point x="1480" y="1144" type="curve"/>
- <point x="1516" y="1496" type="line"/>
- <point x="1476" y="1512"/>
- <point x="1428" y="1516"/>
- <point x="1376" y="1516" type="curve" smooth="yes"/>
- <point x="1104" y="1516"/>
- <point x="952" y="1328"/>
- <point x="860" y="1012" type="curve"/>
+ <point x="760.0" y="612.0" type="line"/>
+ <point x="660.0" y="0.0" type="line"/>
+ <point x="960.0" y="0.0" type="line"/>
+ <point x="1252.0" y="996.0" type="line"/>
+ <point x="1272.0" y="1076.0"/>
+ <point x="1332.0" y="1148.0"/>
+ <point x="1408.0" y="1148.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="1148.0"/>
+ <point x="1476.0" y="1144.0"/>
+ <point x="1480.0" y="1144.0" type="curve"/>
+ <point x="1516.0" y="1496.0" type="line"/>
+ <point x="1476.0" y="1512.0"/>
+ <point x="1428.0" y="1516.0"/>
+ <point x="1376.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="1516.0"/>
+ <point x="952.0" y="1328.0"/>
+ <point x="860.0" y="1012.0" type="curve"/>
</contour>
<contour>
- <point x="520" y="1488" type="line"/>
- <point x="52" y="1488" type="line"/>
- <point x="516" y="0" type="line"/>
- <point x="816" y="0" type="line"/>
- <point x="708" y="612" type="line"/>
- </contour>
- <contour>
- <point x="820" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1492" y="1776" type="move" name="top0315"/>
+ <point x="520.0" y="1488.0" type="line"/>
+ <point x="52.0" y="1488.0" type="line"/>
+ <point x="516.0" y="0.0" type="line"/>
+ <point x="816.0" y="0.0" type="line"/>
+ <point x="708.0" y="612.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 8, 'rightMargin': -25}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/izhitsadblgravecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/izhitsadblgravecyrillic.glif
new file mode 100644
index 000000000..ad28a4809
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/izhitsadblgravecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="izhitsadblgravecyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0477"/>
+ <anchor x="820.0" y="1776.0" name="parent_top"/>
+ <anchor x="820.0" y="2257.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="izhitsacyrillic"/>
+ <component base="dblgravecmb" xOffset="1468.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/j.glif b/src/Inter-UI-Black.ufo/glyphs/j.glif
index 9511319da..9b9f00386 100644
--- a/src/Inter-UI-Black.ufo/glyphs/j.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/j.glif
@@ -1,78 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="j" format="1">
- <advance width="948"/>
+<glyph name="j" format="2">
+ <advance width="948.0"/>
<unicode hex="006A"/>
+ <guideline y="906.125"/>
+ <guideline y="1381.875"/>
+ <guideline x="548.0" y="1564.0" angle="90.0"/>
+ <anchor x="488.0" y="-572.0" name="bottom"/>
+ <anchor x="916.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="564.0" y="2200.0" name="top"/>
+ <anchor x="916.0" y="2200.0" name="top0315"/>
+ <anchor x="916.0" y="2200.0" name="top_dd"/>
<outline>
<component base="dotlessj"/>
- <component base="dotaccent" xOffset="164"/>
- <contour>
- <point x="564" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="488" y="-572" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="916" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="916" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="916" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="dotaccent" xOffset="164.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>906.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1381.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>548</integer>
- <key>y</key>
- <integer>1564</integer>
- </dict>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 752, 'leftMargin': -151, 'rightMargin': 125}</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/jcaron.glif b/src/Inter-UI-Black.ufo/glyphs/jcaron.glif
new file mode 100644
index 000000000..40cbed467
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/jcaron.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="jcaron" format="2">
+ <advance width="948.0"/>
+ <unicode hex="01F0"/>
+ <anchor x="560.0" y="1744.0" name="parent_top"/>
+ <anchor x="560.0" y="2236.0" name="top"/>
+ <anchor x="964.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessj"/>
+ <component base="caron" xOffset="-228.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/jcircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/jcircumflex.glif
new file mode 100644
index 000000000..38226ffba
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/jcircumflex.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="jcircumflex" format="2">
+ <advance width="948.0"/>
+ <unicode hex="0135"/>
+ <anchor x="560.0" y="1744.0" name="parent_top"/>
+ <anchor x="560.0" y="2208.0" name="top"/>
+ <anchor x="964.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessj"/>
+ <component base="circumflex" xOffset="-224.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/jcrosstail.glif b/src/Inter-UI-Black.ufo/glyphs/jcrosstail.glif
index abd1b4f34..2cfda03e7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/jcrosstail.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/jcrosstail.glif
@@ -1,49 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="jcrosstail" format="1">
- <advance width="1568"/>
+<glyph name="jcrosstail" format="2">
+ <advance width="1568.0"/>
<unicode hex="029D"/>
+ <anchor x="908.0" y="-616.0" name="bottom"/>
+ <anchor x="908.0" y="2200.0" name="top"/>
+ <anchor x="1536.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1508" y="172" type="line"/>
- <point x="536" y="172" type="line" smooth="yes"/>
- <point x="228" y="172"/>
- <point x="64" y="24"/>
- <point x="64" y="-208" type="curve" smooth="yes"/>
- <point x="64" y="-440"/>
- <point x="228" y="-600"/>
- <point x="576" y="-600" type="curve" smooth="yes"/>
- <point x="1008" y="-600"/>
- <point x="1132" y="-352"/>
- <point x="1132" y="-52" type="curve" smooth="yes"/>
- <point x="1132" y="344" type="line"/>
- <point x="688" y="344" type="line"/>
- <point x="688" y="-168" type="line" smooth="yes"/>
- <point x="688" y="-264"/>
- <point x="660" y="-324"/>
- <point x="568" y="-324" type="curve" smooth="yes"/>
- <point x="504" y="-324"/>
- <point x="444" y="-296"/>
- <point x="444" y="-220" type="curve" smooth="yes"/>
- <point x="444" y="-156"/>
- <point x="500" y="-124"/>
- <point x="584" y="-124" type="curve" smooth="yes"/>
- <point x="1508" y="-124" type="line"/>
+ <point x="1508.0" y="172.0" type="line"/>
+ <point x="536.0" y="172.0" type="line" smooth="yes"/>
+ <point x="228.0" y="172.0"/>
+ <point x="64.0" y="24.0"/>
+ <point x="64.0" y="-208.0" type="curve" smooth="yes"/>
+ <point x="64.0" y="-440.0"/>
+ <point x="228.0" y="-600.0"/>
+ <point x="576.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="-600.0"/>
+ <point x="1132.0" y="-352.0"/>
+ <point x="1132.0" y="-52.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="344.0" type="line"/>
+ <point x="688.0" y="344.0" type="line"/>
+ <point x="688.0" y="-168.0" type="line" smooth="yes"/>
+ <point x="688.0" y="-264.0"/>
+ <point x="660.0" y="-324.0"/>
+ <point x="568.0" y="-324.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="-324.0"/>
+ <point x="444.0" y="-296.0"/>
+ <point x="444.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="-156.0"/>
+ <point x="500.0" y="-124.0"/>
+ <point x="584.0" y="-124.0" type="curve" smooth="yes"/>
+ <point x="1508.0" y="-124.0" type="line"/>
</contour>
- <component base="i" xOffset="512"/>
<contour>
- <point x="908" y="2200" type="move" name="top"/>
+ <point x="1132.0" y="1536.0" type="line"/>
+ <point x="672.0" y="1536.0" type="line"/>
+ <point x="672.0" y="0.0" type="line"/>
+ <point x="1132.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="908" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1536" y="2200" type="move" name="top0315"/>
+ <point x="904.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="1664.0"/>
+ <point x="1148.0" y="1764.0"/>
+ <point x="1148.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="1996.0"/>
+ <point x="1040.0" y="2096.0"/>
+ <point x="904.0" y="2096.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="2096.0"/>
+ <point x="656.0" y="1996.0"/>
+ <point x="656.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="1764.0"/>
+ <point x="768.0" y="1664.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1513, 'leftMargin': 41, 'rightMargin': 28}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/jdotlessbar.glif b/src/Inter-UI-Black.ufo/glyphs/jdotlessbar.glif
index 83eac05af..4e40ba3a4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/jdotlessbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/jdotlessbar.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="jdotlessbar" format="1">
- <advance width="1076"/>
+<glyph name="jdotlessbar" format="2">
+ <advance width="1076.0"/>
<unicode hex="025F"/>
+ <anchor x="712.0" y="-616.0" name="bottom"/>
+ <anchor x="712.0" y="1776.0" name="top"/>
+ <anchor x="1164.0" y="1776.0" name="top0315"/>
<outline>
<component base="dotlessj"/>
- <component base="crossbar" xOffset="-92" yOffset="-896"/>
- <contour>
- <point x="712" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="712" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1164" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="crossbar" xOffset="-92.0" yOffset="-896.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1034.0, 'leftMargin': 39, 'rightMargin': 16.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/jecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/jecyrillic.glif
new file mode 100644
index 000000000..8924d620c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/jecyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="jecyrillic" format="2">
+ <advance width="948.0"/>
+ <unicode hex="0458"/>
+ <anchor x="488.0" y="-572.0" name="bottom"/>
+ <anchor x="916.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="564.0" y="2200.0" name="parent_top"/>
+ <anchor x="564.0" y="2200.0" name="top"/>
+ <anchor x="916.0" y="2200.0" name="top0315"/>
+ <anchor x="916.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="j"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/jhookdblbar.glif b/src/Inter-UI-Black.ufo/glyphs/jhookdblbar.glif
index db5f2f848..951f34259 100644
--- a/src/Inter-UI-Black.ufo/glyphs/jhookdblbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/jhookdblbar.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="jhookdblbar" format="1">
- <advance width="1312"/>
+<glyph name="jhookdblbar" format="2">
+ <advance width="1312.0"/>
<unicode hex="0284"/>
+ <anchor x="356.0" y="-616.0" name="bottom"/>
+ <anchor x="944.0" y="2340.0" name="top"/>
+ <anchor x="1240.0" y="2340.0" name="top0315"/>
<outline>
- <component base="esh" xOffset="56"/>
- <component base="crossbar" xOffset="-48" yOffset="-896"/>
- <contour>
- <point x="944" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1240" y="2340" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="356" y="-616" type="move" name="bottom"/>
- </contour>
+ <component base="esh" xOffset="56.0"/>
+ <component base="crossbar" xOffset="-48.0" yOffset="-896.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1166.0, 'leftMargin': 30, 'rightMargin': 30.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/jsuper.glif b/src/Inter-UI-Black.ufo/glyphs/jsuper.glif
index b8654fb9b..07ccb7db1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/jsuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/jsuper.glif
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="jsuper" format="1">
- <advance width="800"/>
+<glyph name="jsuper" format="2">
+ <advance width="800.0"/>
<unicode hex="02B2"/>
<outline>
<contour>
- <point x="364" y="2016" type="line"/>
- <point x="364" y="896" type="line" smooth="yes"/>
- <point x="364" y="788"/>
- <point x="292" y="736"/>
- <point x="200" y="736" type="curve" smooth="yes"/>
- <point x="168" y="736"/>
- <point x="140" y="740"/>
- <point x="104" y="744" type="curve"/>
- <point x="104" y="488" type="line"/>
- <point x="160" y="476"/>
- <point x="208" y="472"/>
- <point x="264" y="472" type="curve" smooth="yes"/>
- <point x="516" y="472"/>
- <point x="672" y="616"/>
- <point x="672" y="896" type="curve" smooth="yes"/>
- <point x="672" y="2016" type="line"/>
+ <point x="364.0" y="2016.0" type="line"/>
+ <point x="364.0" y="896.0" type="line" smooth="yes"/>
+ <point x="364.0" y="788.0"/>
+ <point x="292.0" y="736.0"/>
+ <point x="200.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="168.0" y="736.0"/>
+ <point x="140.0" y="740.0"/>
+ <point x="104.0" y="744.0" type="curve"/>
+ <point x="104.0" y="488.0" type="line"/>
+ <point x="160.0" y="476.0"/>
+ <point x="208.0" y="472.0"/>
+ <point x="264.0" y="472.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="472.0"/>
+ <point x="672.0" y="616.0"/>
+ <point x="672.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="2016.0" type="line"/>
</contour>
<contour>
- <point x="332" y="2300" type="curve" smooth="yes"/>
- <point x="332" y="2200"/>
- <point x="404" y="2132"/>
- <point x="512" y="2132" type="curve" smooth="yes"/>
- <point x="624" y="2132"/>
- <point x="696" y="2200"/>
- <point x="696" y="2300" type="curve" smooth="yes"/>
- <point x="696" y="2400"/>
- <point x="624" y="2468"/>
- <point x="512" y="2468" type="curve" smooth="yes"/>
- <point x="404" y="2468"/>
- <point x="332" y="2400"/>
+ <point x="332.0" y="2300.0" type="curve" smooth="yes"/>
+ <point x="332.0" y="2200.0"/>
+ <point x="404.0" y="2132.0"/>
+ <point x="512.0" y="2132.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="2132.0"/>
+ <point x="696.0" y="2200.0"/>
+ <point x="696.0" y="2300.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="2400.0"/>
+ <point x="624.0" y="2468.0"/>
+ <point x="512.0" y="2468.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="2468.0"/>
+ <point x="332.0" y="2400.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 784, 'leftMargin': 55, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/k.glif b/src/Inter-UI-Black.ufo/glyphs/k.glif
index a851dfd05..48d5aff0a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/k.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/k.glif
@@ -1,62 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="k" format="1">
- <advance width="1588"/>
+<glyph name="k" format="2">
+ <advance width="1588.0"/>
<unicode hex="006B"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="1460.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="292.0" y="1784.0" name="cross"/>
+ <anchor x="876.0" y="2200.0" name="marktop"/>
+ <anchor x="876.0" y="2200.0" name="top"/>
+ <anchor x="1280.0" y="2200.0" name="top0315"/>
+ <anchor x="1460.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="604" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1564" y="1536" type="line"/>
- <point x="1032" y="1536" type="line"/>
- <point x="624" y="1028" type="line"/>
- <point x="560" y="1028" type="line"/>
- <point x="560" y="408" type="line"/>
- <point x="864" y="756" type="line"/>
- <point x="908" y="756" type="line"/>
+ <point x="1564.0" y="1536.0" type="line"/>
+ <point x="1032.0" y="1536.0" type="line"/>
+ <point x="624.0" y="1028.0" type="line"/>
+ <point x="560.0" y="1028.0" type="line"/>
+ <point x="560.0" y="408.0" type="line"/>
+ <point x="864.0" y="756.0" type="line"/>
+ <point x="908.0" y="756.0" type="line"/>
</contour>
<contour>
- <point x="1092" y="0" type="line"/>
- <point x="1588" y="0" type="line"/>
- <point x="988" y="920" type="line"/>
- <point x="676" y="648" type="line"/>
- </contour>
- <contour>
- <point x="784" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="292" y="1784" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="876" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="876" y="2200" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1460" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1460" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1280" y="2200" type="move" name="top0315"/>
+ <point x="1092.0" y="0.0" type="line"/>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="988.0" y="920.0" type="line"/>
+ <point x="676.0" y="648.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1529.0, 'leftMargin': 140, 'rightMargin': -39.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kabashkircyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/kabashkircyrillic.glif
index 8725ae891..b1272614b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kabashkircyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kabashkircyrillic.glif
@@ -1,20 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kabashkircyrillic" format="1">
- <advance width="2080"/>
+<glyph name="kabashkircyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="04A1"/>
<outline>
<contour>
- <point x="828" y="1488" type="line"/>
- <point x="44" y="1488" type="line"/>
- <point x="44" y="1128" type="line"/>
- <point x="828" y="1128" type="line"/>
+ <point x="828.0" y="1488.0" type="line"/>
+ <point x="44.0" y="1488.0" type="line"/>
+ <point x="44.0" y="1128.0" type="line"/>
+ <point x="828.0" y="1128.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1024.0" y="1488.0" type="line"/>
+ <point x="584.0" y="1488.0" type="line"/>
+ <point x="584.0" y="0.0" type="line"/>
+ <point x="1024.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1992.0" y="1488.0" type="line"/>
+ <point x="1424.0" y="1488.0" type="line"/>
+ <point x="1160.0" y="952.0" type="line"/>
+ <point x="908.0" y="952.0" type="line"/>
+ <point x="960.0" y="520.0" type="line"/>
+ <point x="1368.0" y="520.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1436.0" y="0.0" type="line"/>
+ <point x="2036.0" y="0.0" type="line"/>
+ <point x="1532.0" y="800.0" type="line"/>
+ <point x="1128.0" y="608.0" type="line"/>
</contour>
- <component base="kacyrillic" xOffset="396"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2035.0, 'leftMargin': 77, 'rightMargin': -33.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kacute.glif b/src/Inter-UI-Black.ufo/glyphs/kacute.glif
new file mode 100644
index 000000000..44f6aee6e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/kacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kacute" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1E31"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="1460.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2200.0" name="parent_top"/>
+ <anchor x="876.0" y="2720.0" name="top"/>
+ <anchor x="1280.0" y="2200.0" name="top0315"/>
+ <anchor x="1460.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="acute" xOffset="512.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/kacyrillic.glif
index 8cf82ab9c..e209622c3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kacyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kacyrillic.glif
@@ -1,42 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kacyrillic" format="1">
- <advance width="1824"/>
+<glyph name="kacyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="043A"/>
+ <anchor x="1492.0" y="0.0" name="right"/>
+ <anchor x="836.0" y="1776.0" name="top"/>
+ <anchor x="1624.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="628" y="1488" type="line"/>
- <point x="188" y="1488" type="line"/>
- <point x="188" y="0" type="line"/>
- <point x="628" y="0" type="line"/>
+ <point x="628.0" y="1488.0" type="line"/>
+ <point x="188.0" y="1488.0" type="line"/>
+ <point x="188.0" y="0.0" type="line"/>
+ <point x="628.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1596" y="1488" type="line"/>
- <point x="1028" y="1488" type="line"/>
- <point x="764" y="952" type="line"/>
- <point x="512" y="952" type="line"/>
- <point x="564" y="520" type="line"/>
- <point x="972" y="520" type="line"/>
+ <point x="1596.0" y="1488.0" type="line"/>
+ <point x="1028.0" y="1488.0" type="line"/>
+ <point x="764.0" y="952.0" type="line"/>
+ <point x="512.0" y="952.0" type="line"/>
+ <point x="564.0" y="520.0" type="line"/>
+ <point x="972.0" y="520.0" type="line"/>
</contour>
<contour>
- <point x="1040" y="0" type="line"/>
- <point x="1640" y="0" type="line"/>
- <point x="1136" y="800" type="line"/>
- <point x="732" y="608" type="line"/>
- </contour>
- <contour>
- <point x="836" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1492" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1624" y="1776" type="move" name="top0315"/>
+ <point x="1040.0" y="0.0" type="line"/>
+ <point x="1640.0" y="0.0" type="line"/>
+ <point x="1136.0" y="800.0" type="line"/>
+ <point x="732.0" y="608.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1606.0, 'leftMargin': 168, 'rightMargin': -14.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kadescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/kadescendercyrillic.glif
index a294b3ebb..c10c2273e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kadescendercyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kadescendercyrillic.glif
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kadescendercyrillic" format="1">
- <advance width="2080"/>
+<glyph name="kadescendercyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="049B"/>
+ <anchor x="1660.0" y="1776.0" name="top0315"/>
<outline>
- <component base="kacyrillic" xOffset="40"/>
- <component base="cyrillictic" xOffset="1276"/>
- <contour>
- <point x="1660" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="kacyrillic" xOffset="40.0"/>
+ <component base="cyrillictic" xOffset="1276.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1885, 'leftMargin': 172, 'rightMargin': 84}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kahookcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/kahookcyrillic.glif
index c944a1473..d3b7b5e1f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kahookcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kahookcyrillic.glif
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kahookcyrillic" format="1">
- <advance width="1824"/>
+<glyph name="kahookcyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="04C4"/>
<outline>
<contour>
- <point x="652" y="1488" type="line"/>
- <point x="208" y="1488" type="line"/>
- <point x="208" y="0" type="line"/>
- <point x="652" y="0" type="line"/>
+ <point x="652.0" y="1488.0" type="line"/>
+ <point x="208.0" y="1488.0" type="line"/>
+ <point x="208.0" y="0.0" type="line"/>
+ <point x="652.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1616" y="1488" type="line"/>
- <point x="1052" y="1488" type="line"/>
- <point x="772" y="952" type="line"/>
- <point x="536" y="952" type="line"/>
- <point x="584" y="520" type="line"/>
- <point x="980" y="520" type="line"/>
+ <point x="1616.0" y="1488.0" type="line"/>
+ <point x="1052.0" y="1488.0" type="line"/>
+ <point x="772.0" y="952.0" type="line"/>
+ <point x="536.0" y="952.0" type="line"/>
+ <point x="584.0" y="520.0" type="line"/>
+ <point x="980.0" y="520.0" type="line"/>
</contour>
<contour>
- <point x="348" y="520" type="line"/>
- <point x="776" y="520" type="line" smooth="yes"/>
- <point x="1020" y="520"/>
- <point x="1164" y="420"/>
- <point x="1164" y="204" type="curve" smooth="yes"/>
- <point x="1160" y="28"/>
- <point x="1056" y="-68"/>
- <point x="900" y="-156" type="curve"/>
- <point x="1104" y="-440" type="line"/>
- <point x="1452" y="-300"/>
- <point x="1612" y="-24"/>
- <point x="1604" y="204" type="curve"/>
- <point x="1604" y="668"/>
- <point x="1264" y="880"/>
- <point x="776" y="880" type="curve" smooth="yes"/>
- <point x="348" y="880" type="line"/>
+ <point x="348.0" y="520.0" type="line"/>
+ <point x="776.0" y="520.0" type="line" smooth="yes"/>
+ <point x="1020.0" y="520.0"/>
+ <point x="1164.0" y="420.0"/>
+ <point x="1164.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="28.0"/>
+ <point x="1056.0" y="-68.0"/>
+ <point x="900.0" y="-156.0" type="curve"/>
+ <point x="1104.0" y="-440.0" type="line"/>
+ <point x="1452.0" y="-300.0"/>
+ <point x="1612.0" y="-24.0"/>
+ <point x="1604.0" y="204.0" type="curve"/>
+ <point x="1604.0" y="668.0"/>
+ <point x="1264.0" y="880.0"/>
+ <point x="776.0" y="880.0" type="curve" smooth="yes"/>
+ <point x="348.0" y="880.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1632, 'leftMargin': 168, 'rightMargin': 56}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kappa.glif b/src/Inter-UI-Black.ufo/glyphs/kappa.glif
new file mode 100644
index 000000000..763db824f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/kappa.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kappa" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03BA"/>
+ <anchor x="832.0" y="16.0" name="bottom"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1700.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="kgreenlandic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kappa1.glif b/src/Inter-UI-Black.ufo/glyphs/kappa1.glif
index b4de1b513..9ed7ec685 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kappa1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kappa1.glif
@@ -1,55 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kappa1" format="1">
- <advance width="2080"/>
+<glyph name="kappa1" format="2">
+ <advance width="2080.0"/>
<unicode hex="03F0"/>
<outline>
<contour>
- <point x="336" y="0" type="line"/>
- <point x="1436" y="1488" type="line"/>
- <point x="1788" y="1488" type="line"/>
- <point x="656" y="0" type="line"/>
+ <point x="336.0" y="0.0" type="line"/>
+ <point x="1436.0" y="1488.0" type="line"/>
+ <point x="1788.0" y="1488.0" type="line"/>
+ <point x="656.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="448" y="16" type="line"/>
- <point x="444" y="1028" type="line" smooth="yes"/>
- <point x="444" y="1156"/>
- <point x="352" y="1188"/>
- <point x="256" y="1188" type="curve" smooth="yes"/>
- <point x="220" y="1188"/>
- <point x="184" y="1184"/>
- <point x="152" y="1180" type="curve"/>
- <point x="148" y="1496" type="line"/>
- <point x="204" y="1508"/>
- <point x="308" y="1516"/>
- <point x="376" y="1516" type="curve" smooth="yes"/>
- <point x="728" y="1516"/>
- <point x="800" y="1304"/>
- <point x="800" y="1028" type="curve" smooth="yes"/>
- <point x="800" y="348" type="line"/>
+ <point x="448.0" y="16.0" type="line"/>
+ <point x="444.0" y="1028.0" type="line" smooth="yes"/>
+ <point x="444.0" y="1156.0"/>
+ <point x="352.0" y="1188.0"/>
+ <point x="256.0" y="1188.0" type="curve" smooth="yes"/>
+ <point x="220.0" y="1188.0"/>
+ <point x="184.0" y="1184.0"/>
+ <point x="152.0" y="1180.0" type="curve"/>
+ <point x="148.0" y="1496.0" type="line"/>
+ <point x="204.0" y="1508.0"/>
+ <point x="308.0" y="1516.0"/>
+ <point x="376.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="1516.0"/>
+ <point x="800.0" y="1304.0"/>
+ <point x="800.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="348.0" type="line"/>
</contour>
<contour>
- <point x="1636" y="1472" type="line"/>
- <point x="1636" y="460" type="line" smooth="yes"/>
- <point x="1636" y="332"/>
- <point x="1728" y="304"/>
- <point x="1828" y="304" type="curve" smooth="yes"/>
- <point x="1860" y="304"/>
- <point x="1896" y="304"/>
- <point x="1932" y="308" type="curve"/>
- <point x="1932" y="-8" type="line"/>
- <point x="1880" y="-20"/>
- <point x="1776" y="-28"/>
- <point x="1708" y="-28" type="curve" smooth="yes"/>
- <point x="1356" y="-28"/>
- <point x="1284" y="184"/>
- <point x="1284" y="464" type="curve" smooth="yes"/>
- <point x="1284" y="1140" type="line"/>
+ <point x="1636.0" y="1472.0" type="line"/>
+ <point x="1636.0" y="460.0" type="line" smooth="yes"/>
+ <point x="1636.0" y="332.0"/>
+ <point x="1728.0" y="304.0"/>
+ <point x="1828.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="1860.0" y="304.0"/>
+ <point x="1896.0" y="304.0"/>
+ <point x="1932.0" y="308.0" type="curve"/>
+ <point x="1932.0" y="-8.0" type="line"/>
+ <point x="1880.0" y="-20.0"/>
+ <point x="1776.0" y="-28.0"/>
+ <point x="1708.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="-28.0"/>
+ <point x="1284.0" y="184.0"/>
+ <point x="1284.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="1140.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1907, 'leftMargin': 62, 'rightMargin': 62}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kaverticalstrokecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/kaverticalstrokecyrillic.glif
index cb1026f45..bf8ed9ed5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kaverticalstrokecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kaverticalstrokecyrillic.glif
@@ -1,39 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kaverticalstrokecyrillic" format="1">
- <advance width="1824"/>
+<glyph name="kaverticalstrokecyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="049D"/>
<outline>
<contour>
- <point x="132" y="1488" type="line"/>
- <point x="132" y="0" type="line"/>
- <point x="576" y="0" type="line"/>
- <point x="576" y="1488" type="line"/>
+ <point x="132.0" y="1488.0" type="line"/>
+ <point x="132.0" y="0.0" type="line"/>
+ <point x="576.0" y="0.0" type="line"/>
+ <point x="576.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="676" y="1204" type="line"/>
- <point x="676" y="296" type="line"/>
- <point x="880" y="296" type="line"/>
- <point x="880" y="1204" type="line"/>
+ <point x="676.0" y="1204.0" type="line"/>
+ <point x="676.0" y="296.0" type="line"/>
+ <point x="880.0" y="296.0" type="line"/>
+ <point x="880.0" y="1204.0" type="line"/>
</contour>
<contour>
- <point x="1116" y="1488" type="line"/>
- <point x="948" y="952" type="line"/>
- <point x="456" y="952" type="line"/>
- <point x="508" y="520" type="line"/>
- <point x="1156" y="520" type="line"/>
- <point x="1680" y="1488" type="line"/>
+ <point x="1116.0" y="1488.0" type="line"/>
+ <point x="948.0" y="952.0" type="line"/>
+ <point x="456.0" y="952.0" type="line"/>
+ <point x="508.0" y="520.0" type="line"/>
+ <point x="1156.0" y="520.0" type="line"/>
+ <point x="1680.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="916" y="608" type="line"/>
- <point x="1124" y="0" type="line"/>
- <point x="1696" y="0" type="line"/>
- <point x="1292" y="800" type="line"/>
+ <point x="916.0" y="608.0" type="line"/>
+ <point x="1124.0" y="0.0" type="line"/>
+ <point x="1696.0" y="0.0" type="line"/>
+ <point x="1292.0" y="800.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1734, 'leftMargin': 168, 'rightMargin': 3}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kcaron.glif b/src/Inter-UI-Black.ufo/glyphs/kcaron.glif
new file mode 100644
index 000000000..0945e3a1e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/kcaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kcaron" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="01E9"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="1460.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2200.0" name="parent_top"/>
+ <anchor x="876.0" y="2692.0" name="top"/>
+ <anchor x="1280.0" y="2200.0" name="top0315"/>
+ <anchor x="1460.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="caron" xOffset="88.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kcommaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/kcommaaccent.glif
new file mode 100644
index 000000000..f14332fde
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/kcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kcommaaccent" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0137"/>
+ <anchor x="784.0" y="-708.0" name="bottom"/>
+ <anchor x="1460.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2200.0" name="parent_top"/>
+ <anchor x="876.0" y="2200.0" name="top"/>
+ <anchor x="1280.0" y="2200.0" name="top0315"/>
+ <anchor x="1460.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="commaaccent" xOffset="464.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/kdotbelow.glif
new file mode 100644
index 000000000..7c746e2b9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/kdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kdotbelow" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1E33"/>
+ <anchor x="783.0" y="-523.0" name="bottom"/>
+ <anchor x="1460.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2200.0" name="parent_top"/>
+ <anchor x="876.0" y="2200.0" name="top"/>
+ <anchor x="1280.0" y="2200.0" name="top0315"/>
+ <anchor x="1460.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="dotbelow" xOffset="1608.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kgreenlandic.glif b/src/Inter-UI-Black.ufo/glyphs/kgreenlandic.glif
index 0792c7a0d..769c63b07 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kgreenlandic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kgreenlandic.glif
@@ -1,42 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kgreenlandic" format="1">
- <advance width="1824"/>
+<glyph name="kgreenlandic" format="2">
+ <advance width="1824.0"/>
<unicode hex="0138"/>
+ <anchor x="832.0" y="16.0" name="bottom"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1700.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="616" y="1488" type="line"/>
- <point x="172" y="1488" type="line"/>
- <point x="172" y="0" type="line"/>
- <point x="616" y="0" type="line"/>
+ <point x="616.0" y="1488.0" type="line"/>
+ <point x="172.0" y="1488.0" type="line"/>
+ <point x="172.0" y="0.0" type="line"/>
+ <point x="616.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1636" y="1488" type="line"/>
- <point x="1072" y="1488" type="line"/>
- <point x="740" y="952" type="line"/>
- <point x="500" y="952" type="line"/>
- <point x="552" y="520" type="line"/>
- <point x="972" y="520" type="line"/>
+ <point x="1636.0" y="1488.0" type="line"/>
+ <point x="1072.0" y="1488.0" type="line"/>
+ <point x="740.0" y="952.0" type="line"/>
+ <point x="500.0" y="952.0" type="line"/>
+ <point x="552.0" y="520.0" type="line"/>
+ <point x="972.0" y="520.0" type="line"/>
</contour>
<contour>
- <point x="1084" y="0" type="line"/>
- <point x="1652" y="0" type="line"/>
- <point x="1136" y="800" type="line"/>
- <point x="736" y="608" type="line"/>
- </contour>
- <contour>
- <point x="832" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="832" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1700" y="1776" type="move" name="top0315"/>
+ <point x="1084.0" y="0.0" type="line"/>
+ <point x="1652.0" y="0.0" type="line"/>
+ <point x="1136.0" y="800.0" type="line"/>
+ <point x="736.0" y="608.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1694.0, 'leftMargin': 168, 'rightMargin': 47.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/khacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/khacyrillic.glif
new file mode 100644
index 000000000..b68cfce7d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/khacyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="khacyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0445"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="1500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="1760.0" name="parent_top"/>
+ <anchor x="784.0" y="1760.0" name="top"/>
+ <anchor x="1500.0" y="1760.0" name="top0315"/>
+ <anchor x="1500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/khook.glif b/src/Inter-UI-Black.ufo/glyphs/khook.glif
index 117702607..f10e8ba8f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/khook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/khook.glif
@@ -1,64 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="khook" format="1">
- <advance width="1588"/>
+<glyph name="khook" format="2">
+ <advance width="1588.0"/>
<unicode hex="0199"/>
+ <guideline y="2140.875"/>
<outline>
<contour>
- <point x="1092" y="0" type="line"/>
- <point x="1588" y="0" type="line"/>
- <point x="1012" y="880" type="line"/>
- <point x="1564" y="1536" type="line"/>
- <point x="1032" y="1536" type="line"/>
- <point x="624" y="1028" type="line"/>
- <point x="604" y="1028" type="line"/>
- <point x="604" y="1472" type="line"/>
- <point x="144" y="1472" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- <point x="604" y="396" type="line"/>
- <point x="736" y="552" type="line"/>
+ <point x="1092.0" y="0.0" type="line"/>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="1012.0" y="880.0" type="line"/>
+ <point x="1564.0" y="1536.0" type="line"/>
+ <point x="1032.0" y="1536.0" type="line"/>
+ <point x="624.0" y="1028.0" type="line"/>
+ <point x="604.0" y="1028.0" type="line"/>
+ <point x="604.0" y="1472.0" type="line"/>
+ <point x="144.0" y="1472.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ <point x="604.0" y="396.0" type="line"/>
+ <point x="736.0" y="552.0" type="line"/>
</contour>
<contour>
- <point x="604" y="1316" type="line"/>
- <point x="604" y="1580" type="line" smooth="yes"/>
- <point x="604" y="1692"/>
- <point x="704" y="1720"/>
- <point x="808" y="1720" type="curve" smooth="yes"/>
- <point x="848" y="1720"/>
- <point x="884" y="1716"/>
- <point x="916" y="1712" type="curve"/>
- <point x="916" y="2060" type="line"/>
- <point x="860" y="2068"/>
- <point x="772" y="2076"/>
- <point x="684" y="2076" type="curve" smooth="yes"/>
- <point x="448" y="2076"/>
- <point x="144" y="2016"/>
- <point x="144" y="1580" type="curve" smooth="yes"/>
- <point x="144" y="1316" type="line"/>
+ <point x="604.0" y="1316.0" type="line"/>
+ <point x="604.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1692.0"/>
+ <point x="704.0" y="1720.0"/>
+ <point x="808.0" y="1720.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="1720.0"/>
+ <point x="884.0" y="1716.0"/>
+ <point x="916.0" y="1712.0" type="curve"/>
+ <point x="916.0" y="2060.0" type="line"/>
+ <point x="860.0" y="2068.0"/>
+ <point x="772.0" y="2076.0"/>
+ <point x="684.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="2076.0"/>
+ <point x="144.0" y="2016.0"/>
+ <point x="144.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="1316.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2140.875</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1529.0, 'leftMargin': 140, 'rightMargin': -39.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kip.glif b/src/Inter-UI-Black.ufo/glyphs/kip.glif
index 8c36f86d1..b5efc9e0f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kip.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kip.glif
@@ -1,27 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kip" format="1">
+<glyph name="kip" format="2">
<advance width="2264.0"/>
<unicode hex="20AD"/>
<outline>
<contour>
- <point x="2004" y="1304" type="line"/>
- <point x="80" y="1304" type="line"/>
- <point x="80" y="916" type="line"/>
- <point x="2004" y="916" type="line"/>
+ <point x="2004.0" y="1304.0" type="line"/>
+ <point x="80.0" y="1304.0" type="line"/>
+ <point x="80.0" y="916.0" type="line"/>
+ <point x="2004.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="824.0" y="2048.0" type="line"/>
+ <point x="360.0" y="2048.0" type="line"/>
+ <point x="360.0" y="0.0" type="line"/>
+ <point x="824.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2232.0" y="2048.0" type="line"/>
+ <point x="1624.0" y="2048.0" type="line"/>
+ <point x="852.0" y="1192.0" type="line"/>
+ <point x="780.0" y="1192.0" type="line"/>
+ <point x="780.0" y="452.0" type="line"/>
+ <point x="1108.0" y="812.0" type="line"/>
+ <point x="1212.0" y="940.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1616.0" y="0.0" type="line"/>
+ <point x="2172.0" y="0.0" type="line"/>
+ <point x="1300.0" y="1180.0" type="line"/>
+ <point x="960.0" y="904.0" type="line"/>
</contour>
- <component base="K" xOffset="216"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2065, 'leftMargin': 55, 'rightMargin': 52}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kjecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/kjecyrillic.glif
new file mode 100644
index 000000000..94bf3e263
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/kjecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kjecyrillic" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="045C"/>
+ <anchor x="836.0" y="1776.0" name="parent_top"/>
+ <anchor x="836.0" y="2296.0" name="top"/>
+ <anchor x="1624.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="kacyrillic"/>
+ <component base="acute" xOffset="472.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/klinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/klinebelow.glif
new file mode 100644
index 000000000..435c5e271
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/klinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="klinebelow" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1E35"/>
+ <anchor x="785.0" y="-474.0" name="bottom"/>
+ <anchor x="1460.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2200.0" name="parent_top"/>
+ <anchor x="876.0" y="2200.0" name="top"/>
+ <anchor x="1280.0" y="2200.0" name="top0315"/>
+ <anchor x="1460.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="macronsubnosp" xOffset="1576.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/koppa.glif b/src/Inter-UI-Black.ufo/glyphs/koppa.glif
index 13823754d..e7583c0dc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/koppa.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/koppa.glif
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="koppa" format="1">
- <advance width="1824"/>
+<glyph name="koppa" format="2">
+ <advance width="1824.0"/>
<unicode hex="03DF"/>
<outline>
<contour>
- <point x="1436" y="1164" type="line"/>
- <point x="404" y="1164" type="line"/>
- <point x="404" y="808" type="line"/>
- <point x="1436" y="808" type="line"/>
+ <point x="1436.0" y="1164.0" type="line"/>
+ <point x="404.0" y="1164.0" type="line"/>
+ <point x="404.0" y="808.0" type="line"/>
+ <point x="1436.0" y="808.0" type="line"/>
</contour>
<contour>
- <point x="1092" y="2004" type="line"/>
- <point x="608" y="2004" type="line"/>
- <point x="188" y="1084" type="line"/>
- <point x="188" y="808" type="line"/>
- <point x="572" y="808" type="line"/>
+ <point x="1092.0" y="2004.0" type="line"/>
+ <point x="608.0" y="2004.0" type="line"/>
+ <point x="188.0" y="1084.0" type="line"/>
+ <point x="188.0" y="808.0" type="line"/>
+ <point x="572.0" y="808.0" type="line"/>
</contour>
<contour>
- <point x="1640" y="908" type="line"/>
- <point x="1640" y="1164" type="line"/>
- <point x="1280" y="1164" type="line"/>
- <point x="756" y="0" type="line"/>
- <point x="1240" y="0" type="line"/>
+ <point x="1640.0" y="908.0" type="line"/>
+ <point x="1640.0" y="1164.0" type="line"/>
+ <point x="1280.0" y="1164.0" type="line"/>
+ <point x="756.0" y="0.0" type="line"/>
+ <point x="1240.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1709, 'leftMargin': 129, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/koppacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/koppacyrillic.glif
index 6e09d7b45..64d9a34dc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/koppacyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/koppacyrillic.glif
@@ -1,82 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="koppacyrillic" format="1">
- <advance width="1568"/>
+<glyph name="koppacyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0481"/>
+ <guideline x="1109.625"/>
+ <guideline x="1392.875"/>
+ <anchor x="836.0" y="-16.0" name="bottom"/>
+ <anchor x="1308.0" y="100.0" name="right"/>
+ <anchor x="836.0" y="1776.0" name="top"/>
+ <anchor x="1516.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="828" y="328" type="line"/>
- <point x="620" y="328"/>
- <point x="568" y="508"/>
- <point x="568" y="728" type="curve" smooth="yes"/>
- <point x="568" y="760" type="line" smooth="yes"/>
- <point x="568" y="976"/>
- <point x="620" y="1160"/>
- <point x="824" y="1160" type="curve"/>
- <point x="964" y="1160"/>
- <point x="1028" y="1052"/>
- <point x="1028" y="920" type="curve"/>
- <point x="1444" y="920" type="line"/>
- <point x="1444" y="1296"/>
- <point x="1196" y="1516"/>
- <point x="824" y="1516" type="curve" smooth="yes"/>
- <point x="364" y="1516"/>
- <point x="128" y="1188"/>
- <point x="128" y="760" type="curve" smooth="yes"/>
- <point x="128" y="728" type="line" smooth="yes"/>
- <point x="128" y="296"/>
- <point x="364" y="-28"/>
- <point x="828" y="-28" type="curve"/>
+ <point x="828.0" y="328.0" type="line"/>
+ <point x="620.0" y="328.0"/>
+ <point x="568.0" y="508.0"/>
+ <point x="568.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="760.0" type="line" smooth="yes"/>
+ <point x="568.0" y="976.0"/>
+ <point x="620.0" y="1160.0"/>
+ <point x="824.0" y="1160.0" type="curve"/>
+ <point x="964.0" y="1160.0"/>
+ <point x="1028.0" y="1052.0"/>
+ <point x="1028.0" y="920.0" type="curve"/>
+ <point x="1444.0" y="920.0" type="line"/>
+ <point x="1444.0" y="1296.0"/>
+ <point x="1196.0" y="1516.0"/>
+ <point x="824.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="1516.0"/>
+ <point x="128.0" y="1188.0"/>
+ <point x="128.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="728.0" type="line" smooth="yes"/>
+ <point x="128.0" y="296.0"/>
+ <point x="364.0" y="-28.0"/>
+ <point x="828.0" y="-28.0" type="curve"/>
</contour>
<contour>
- <point x="1124" y="328" type="line"/>
- <point x="680" y="328" type="line"/>
- <point x="680" y="-492" type="line"/>
- <point x="1124" y="-492" type="line"/>
- </contour>
- <contour>
- <point x="836" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="836" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1308" y="100" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1516" y="1776" type="move" name="top0315"/>
+ <point x="1124.0" y="328.0" type="line"/>
+ <point x="680.0" y="328.0" type="line"/>
+ <point x="680.0" y="-492.0" type="line"/>
+ <point x="1124.0" y="-492.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1109.625</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1392.875</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1503, 'leftMargin': 113, 'rightMargin': 73}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/koroniscmb.glif b/src/Inter-UI-Black.ufo/glyphs/koroniscmb.glif
index 37237b56c..46456f7c4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/koroniscmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/koroniscmb.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="koroniscmb" format="1">
- <advance width="0"/>
+<glyph name="koroniscmb" format="2">
<unicode hex="0343"/>
+ <anchor x="-840.0" y="1774.0" name="_marktop"/>
+ <anchor x="-840.0" y="2379.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-840" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-840" y="2379" type="move" name="mkmktop"/>
- </contour>
- <component base="commaaccent" xOffset="-1052" yOffset="1838"/>
+ <component base="commaaccent" xOffset="-1052.0" yOffset="1838.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ksicyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ksicyrillic.glif
index d090ef4df..3b1cdfed7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ksicyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ksicyrillic.glif
@@ -1,72 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ksicyrillic" format="1">
- <advance width="1568"/>
+<glyph name="ksicyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="046F"/>
+ <anchor x="780.0" y="2392.0" name="top"/>
+ <anchor x="1576.0" y="2392.0" name="top0315"/>
<outline>
<contour>
- <point x="300" y="1488" type="line"/>
- <point x="300" y="1172" type="line"/>
- <point x="636" y="1172" type="line" smooth="yes"/>
- <point x="820" y="1172"/>
- <point x="900" y="1124"/>
- <point x="900" y="1036" type="curve" smooth="yes"/>
- <point x="900" y="940"/>
- <point x="840" y="868"/>
- <point x="688" y="868" type="curve" smooth="yes"/>
- <point x="448" y="868" type="line"/>
- <point x="448" y="672" type="line"/>
- <point x="692" y="672" type="line" smooth="yes"/>
- <point x="1084" y="672"/>
- <point x="1344" y="800"/>
- <point x="1344" y="1088" type="curve" smooth="yes"/>
- <point x="1344" y="1376"/>
- <point x="1064" y="1488"/>
- <point x="636" y="1488" type="curve"/>
+ <point x="300.0" y="1488.0" type="line"/>
+ <point x="300.0" y="1172.0" type="line"/>
+ <point x="636.0" y="1172.0" type="line" smooth="yes"/>
+ <point x="820.0" y="1172.0"/>
+ <point x="900.0" y="1124.0"/>
+ <point x="900.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="900.0" y="940.0"/>
+ <point x="840.0" y="868.0"/>
+ <point x="688.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="868.0" type="line"/>
+ <point x="448.0" y="672.0" type="line"/>
+ <point x="692.0" y="672.0" type="line" smooth="yes"/>
+ <point x="1084.0" y="672.0"/>
+ <point x="1344.0" y="800.0"/>
+ <point x="1344.0" y="1088.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1376.0"/>
+ <point x="1064.0" y="1488.0"/>
+ <point x="636.0" y="1488.0" type="curve"/>
</contour>
<contour>
- <point x="448" y="796" type="line"/>
- <point x="448" y="608" type="line"/>
- <point x="672" y="608" type="line" smooth="yes"/>
- <point x="868" y="608"/>
- <point x="972" y="548"/>
- <point x="972" y="440" type="curve" smooth="yes"/>
- <point x="972" y="352"/>
- <point x="864" y="288"/>
- <point x="680" y="288" type="curve" smooth="yes"/>
- <point x="596" y="288" type="line" smooth="yes"/>
- <point x="324" y="288"/>
- <point x="152" y="168"/>
- <point x="152" y="-80" type="curve"/>
- <point x="156" y="-324"/>
- <point x="328" y="-516"/>
- <point x="576" y="-588" type="curve"/>
- <point x="688" y="-352" type="line"/>
- <point x="628" y="-324"/>
- <point x="528" y="-264"/>
- <point x="528" y="-152" type="curve" smooth="yes"/>
- <point x="528" y="-80"/>
- <point x="572" y="-28"/>
- <point x="696" y="-28" type="curve" smooth="yes"/>
- <point x="764" y="-28" type="line" smooth="yes"/>
- <point x="1160" y="-28"/>
- <point x="1416" y="136"/>
- <point x="1416" y="420" type="curve" smooth="yes"/>
- <point x="1416" y="660"/>
- <point x="1144" y="796"/>
- <point x="680" y="796" type="curve" smooth="yes"/>
+ <point x="448.0" y="796.0" type="line"/>
+ <point x="448.0" y="608.0" type="line"/>
+ <point x="672.0" y="608.0" type="line" smooth="yes"/>
+ <point x="868.0" y="608.0"/>
+ <point x="972.0" y="548.0"/>
+ <point x="972.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="352.0"/>
+ <point x="864.0" y="288.0"/>
+ <point x="680.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="288.0" type="line" smooth="yes"/>
+ <point x="324.0" y="288.0"/>
+ <point x="152.0" y="168.0"/>
+ <point x="152.0" y="-80.0" type="curve"/>
+ <point x="156.0" y="-324.0"/>
+ <point x="328.0" y="-516.0"/>
+ <point x="576.0" y="-588.0" type="curve"/>
+ <point x="688.0" y="-352.0" type="line"/>
+ <point x="628.0" y="-324.0"/>
+ <point x="528.0" y="-264.0"/>
+ <point x="528.0" y="-152.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="-80.0"/>
+ <point x="572.0" y="-28.0"/>
+ <point x="696.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="1160.0" y="-28.0"/>
+ <point x="1416.0" y="136.0"/>
+ <point x="1416.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1416.0" y="660.0"/>
+ <point x="1144.0" y="796.0"/>
+ <point x="680.0" y="796.0" type="curve" smooth="yes"/>
</contour>
- <component base="caron" xOffset="100" yOffset="-16"/>
<contour>
- <point x="780" y="2392" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1576" y="2392" type="move" name="top0315"/>
+ <point x="684.0" y="2032.0" type="line"/>
+ <point x="304.0" y="2032.0" type="line"/>
+ <point x="304.0" y="2020.0" type="line"/>
+ <point x="744.0" y="1628.0" type="line"/>
+ <point x="1028.0" y="1628.0" type="line"/>
+ <point x="1464.0" y="2020.0" type="line"/>
+ <point x="1464.0" y="2032.0" type="line"/>
+ <point x="1088.0" y="2032.0" type="line"/>
+ <point x="888.0" y="1848.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1442, 'leftMargin': 18, 'rightMargin': 160}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/kturn.glif b/src/Inter-UI-Black.ufo/glyphs/kturn.glif
index 24648820d..f7176d39a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/kturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/kturn.glif
@@ -1,38 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kturn" format="1">
- <advance width="1588"/>
+<glyph name="kturn" format="2">
+ <advance width="1588.0"/>
<unicode hex="029E"/>
+ <guideline y="-570.625"/>
+ <anchor x="688.0" y="-616.0" name="bottom"/>
+ <anchor x="688.0" y="1776.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
<outline>
- <component base="k" xScale="-1.0" yScale="-1.0" xOffset="1556" yOffset="1536"/>
- <contour>
- <point x="688" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="688" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1492" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="k" xScale="-1.0" yScale="-1.0" xOffset="1556.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-570.625</real>
- </dict>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1529.0, 'leftMargin': -39, 'rightMargin': 140.0}</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/l.glif b/src/Inter-UI-Black.ufo/glyphs/l.glif
index 5a0b7edde..cf7c912e8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/l.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/l.glif
@@ -1,50 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="l" format="1">
- <advance width="748"/>
+<glyph name="l" format="2">
+ <advance width="748.0"/>
<unicode hex="006C"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="748.0" y="2112.0" name="caron"/>
+ <anchor x="732.0" y="1072.0" name="dot"/>
+ <anchor x="940.0" y="2044.0" name="marktop"/>
+ <anchor x="376.0" y="2308.0" name="top"/>
+ <anchor x="760.0" y="2308.0" name="top0315"/>
+ <anchor x="760.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="604" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- </contour>
- <contour>
- <point x="376" y="2308" type="move" name="top"/>
- </contour>
- <contour>
- <point x="376" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="748" y="2112" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="732" y="1072" type="move" name="dot"/>
- </contour>
- <contour>
- <point x="940" y="2044" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="760" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="760" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="760" y="2308" type="move" name="top0315"/>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 766, 'leftMargin': 161, 'rightMargin': 161}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lacute.glif b/src/Inter-UI-Black.ufo/glyphs/lacute.glif
new file mode 100644
index 000000000..e0ef83365
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/lacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lacute" format="2">
+ <advance width="748.0"/>
+ <unicode hex="013A"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2308.0" name="parent_top"/>
+ <anchor x="376.0" y="2828.0" name="top"/>
+ <anchor x="760.0" y="2308.0" name="top0315"/>
+ <anchor x="760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="acute" xOffset="12.0" yOffset="532.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lambda.glif b/src/Inter-UI-Black.ufo/glyphs/lambda.glif
index edbeda244..60184330f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lambda.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lambda.glif
@@ -1,84 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lambda" format="1">
- <advance width="1824"/>
+<glyph name="lambda" format="2">
+ <advance width="1824.0"/>
<unicode hex="03BB"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="1600.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="900" y="904" type="line" name="hr00"/>
- <point x="984" y="1532" type="line"/>
- <point x="680" y="1532" type="line"/>
- <point x="136" y="0" type="line"/>
- <point x="612" y="0" type="line"/>
+ <point x="900.0" y="904.0" type="line"/>
+ <point x="984.0" y="1532.0" type="line"/>
+ <point x="680.0" y="1532.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="612.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="544" y="2140" type="curve"/>
- <point x="468" y="2140"/>
- <point x="360" y="2128"/>
- <point x="292" y="2108" type="curve"/>
- <point x="304" y="1776" type="line"/>
- <point x="340" y="1780"/>
- <point x="364" y="1780"/>
- <point x="388" y="1780" type="curve" smooth="yes"/>
- <point x="480" y="1780"/>
- <point x="540" y="1748"/>
- <point x="576" y="1660" type="curve" smooth="yes"/>
- <point x="728" y="1312" type="line"/>
- <point x="1088" y="292" type="line" smooth="yes"/>
- <point x="1152" y="112"/>
- <point x="1276" y="-28"/>
- <point x="1524" y="-28" type="curve" smooth="yes"/>
- <point x="1592" y="-28"/>
- <point x="1644" y="-28"/>
- <point x="1688" y="-20" type="curve"/>
- <point x="1688" y="332" type="line"/>
- <point x="1676" y="332"/>
- <point x="1660" y="332"/>
- <point x="1644" y="332" type="curve" smooth="yes"/>
- <point x="1564" y="332"/>
- <point x="1524" y="420"/>
- <point x="1492" y="492" type="curve" smooth="yes"/>
- <point x="928" y="1900" type="line" smooth="yes"/>
- <point x="868" y="2052"/>
- <point x="744" y="2140"/>
- </contour>
- <contour>
- <point x="1600" y="2200" type="move" name="top0315"/>
+ <point x="544.0" y="2140.0" type="curve"/>
+ <point x="468.0" y="2140.0"/>
+ <point x="360.0" y="2128.0"/>
+ <point x="292.0" y="2108.0" type="curve"/>
+ <point x="304.0" y="1776.0" type="line"/>
+ <point x="340.0" y="1780.0"/>
+ <point x="364.0" y="1780.0"/>
+ <point x="388.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="1780.0"/>
+ <point x="540.0" y="1748.0"/>
+ <point x="576.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="1312.0" type="line"/>
+ <point x="1088.0" y="292.0" type="line" smooth="yes"/>
+ <point x="1152.0" y="112.0"/>
+ <point x="1276.0" y="-28.0"/>
+ <point x="1524.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="-28.0"/>
+ <point x="1644.0" y="-28.0"/>
+ <point x="1688.0" y="-20.0" type="curve"/>
+ <point x="1688.0" y="332.0" type="line"/>
+ <point x="1676.0" y="332.0"/>
+ <point x="1660.0" y="332.0"/>
+ <point x="1644.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1564.0" y="332.0"/>
+ <point x="1524.0" y="420.0"/>
+ <point x="1492.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="1900.0" type="line" smooth="yes"/>
+ <point x="868.0" y="2052.0"/>
+ <point x="744.0" y="2140.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1539, 'leftMargin': -3, 'rightMargin': -11}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.4</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lambdabar.glif b/src/Inter-UI-Black.ufo/glyphs/lambdabar.glif
index a440cccde..6c67f8380 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lambdabar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lambdabar.glif
@@ -1,23 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lambdabar" format="1">
- <advance width="1824"/>
+<glyph name="lambdabar" format="2">
+ <advance width="1824.0"/>
<unicode hex="019B"/>
+ <anchor x="1476.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1088" y="1876" type="line"/>
- <point x="276" y="1620" type="line"/>
- <point x="276" y="1340" type="line"/>
- <point x="1088" y="1600" type="line"/>
+ <point x="1088.0" y="1876.0" type="line"/>
+ <point x="276.0" y="1620.0" type="line"/>
+ <point x="276.0" y="1340.0" type="line"/>
+ <point x="1088.0" y="1600.0" type="line"/>
</contour>
- <component base="lambda"/>
<contour>
- <point x="1476" y="2200" type="move" name="top0315"/>
+ <point x="900.0" y="904.0" type="line"/>
+ <point x="984.0" y="1532.0" type="line"/>
+ <point x="680.0" y="1532.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="612.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="544.0" y="2140.0" type="curve"/>
+ <point x="468.0" y="2140.0"/>
+ <point x="360.0" y="2128.0"/>
+ <point x="292.0" y="2108.0" type="curve"/>
+ <point x="304.0" y="1776.0" type="line"/>
+ <point x="340.0" y="1780.0"/>
+ <point x="364.0" y="1780.0"/>
+ <point x="388.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="1780.0"/>
+ <point x="540.0" y="1748.0"/>
+ <point x="576.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="1312.0" type="line"/>
+ <point x="1088.0" y="292.0" type="line" smooth="yes"/>
+ <point x="1152.0" y="112.0"/>
+ <point x="1276.0" y="-28.0"/>
+ <point x="1524.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="-28.0"/>
+ <point x="1644.0" y="-28.0"/>
+ <point x="1688.0" y="-20.0" type="curve"/>
+ <point x="1688.0" y="332.0" type="line"/>
+ <point x="1676.0" y="332.0"/>
+ <point x="1660.0" y="332.0"/>
+ <point x="1644.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1564.0" y="332.0"/>
+ <point x="1524.0" y="420.0"/>
+ <point x="1492.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="1900.0" type="line" smooth="yes"/>
+ <point x="868.0" y="2052.0"/>
+ <point x="744.0" y="2140.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1539, 'leftMargin': 120, 'rightMargin': -133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.4</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/largerighthook.glif b/src/Inter-UI-Black.ufo/glyphs/largerighthook.glif
index 07931253b..9ef2aba19 100644
--- a/src/Inter-UI-Black.ufo/glyphs/largerighthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/largerighthook.glif
@@ -1,40 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="largerighthook" format="1">
- <advance width="1312"/>
+<glyph name="largerighthook" format="2">
+ <advance width="1312.0"/>
+ <anchor x="164.0" y="0.0" name="_right"/>
<outline>
<contour>
- <point x="28" y="792" type="line"/>
- <point x="456" y="792" type="line" smooth="yes"/>
- <point x="700" y="792"/>
- <point x="844" y="644"/>
- <point x="844" y="312" type="curve" smooth="yes"/>
- <point x="840" y="168"/>
- <point x="820" y="-160"/>
- <point x="504" y="-160" type="curve"/>
- <point x="504" y="-496" type="line"/>
- <point x="1104" y="-496"/>
- <point x="1284" y="-24"/>
- <point x="1284" y="340" type="curve" smooth="yes"/>
- <point x="1284" y="900"/>
- <point x="944" y="1152"/>
- <point x="456" y="1152" type="curve" smooth="yes"/>
- <point x="28" y="1152" type="line"/>
- </contour>
- <contour>
- <point x="164" y="0" type="move" name="_right"/>
+ <point x="28.0" y="792.0" type="line"/>
+ <point x="456.0" y="792.0" type="line" smooth="yes"/>
+ <point x="700.0" y="792.0"/>
+ <point x="844.0" y="644.0"/>
+ <point x="844.0" y="312.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="168.0"/>
+ <point x="820.0" y="-160.0"/>
+ <point x="504.0" y="-160.0" type="curve"/>
+ <point x="504.0" y="-496.0" type="line"/>
+ <point x="1104.0" y="-496.0"/>
+ <point x="1284.0" y="-24.0"/>
+ <point x="1284.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="900.0"/>
+ <point x="944.0" y="1152.0"/>
+ <point x="456.0" y="1152.0" type="curve" smooth="yes"/>
+ <point x="28.0" y="1152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1176, 'leftMargin': -144, 'rightMargin': 62}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lari.glif b/src/Inter-UI-Black.ufo/glyphs/lari.glif
index 26fa934c9..5e275963e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lari.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lari.glif
@@ -1,66 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lari" format="1">
- <advance width="2080"/>
+<glyph name="lari" format="2">
+ <advance width="2080.0"/>
<unicode hex="20BE"/>
<outline>
<contour>
- <point x="1340" y="952" type="line"/>
- <point x="1340" y="2048" type="line"/>
- <point x="1108" y="2048" type="line"/>
- <point x="1108" y="952" type="line"/>
+ <point x="1340.0" y="952.0" type="line"/>
+ <point x="1340.0" y="2048.0" type="line"/>
+ <point x="1108.0" y="2048.0" type="line"/>
+ <point x="1108.0" y="952.0" type="line"/>
</contour>
<contour>
- <point x="976" y="952" type="line"/>
- <point x="976" y="2048" type="line"/>
- <point x="748" y="2048" type="line"/>
- <point x="748" y="952" type="line"/>
+ <point x="976.0" y="952.0" type="line"/>
+ <point x="976.0" y="2048.0" type="line"/>
+ <point x="748.0" y="2048.0" type="line"/>
+ <point x="748.0" y="952.0" type="line"/>
</contour>
<contour>
- <point x="180" y="0" type="line"/>
- <point x="1904" y="0" type="line"/>
- <point x="1904" y="360" type="line"/>
- <point x="180" y="360" type="line"/>
+ <point x="180.0" y="0.0" type="line"/>
+ <point x="1904.0" y="0.0" type="line"/>
+ <point x="1904.0" y="360.0" type="line"/>
+ <point x="180.0" y="360.0" type="line"/>
</contour>
<contour>
- <point x="1052" y="116" type="curve"/>
- <point x="1108" y="360" type="line"/>
- <point x="740" y="360"/>
- <point x="612" y="588"/>
- <point x="612" y="968" type="curve" smooth="yes"/>
- <point x="612" y="1376"/>
- <point x="760" y="1512"/>
- <point x="1040" y="1512" type="curve" smooth="yes"/>
- <point x="1320" y="1512"/>
- <point x="1476" y="1360"/>
- <point x="1476" y="952" type="curve"/>
- <point x="1908" y="952" type="line"/>
- <point x="1908" y="1524"/>
- <point x="1548" y="1872"/>
- <point x="1040" y="1872" type="curve" smooth="yes"/>
- <point x="528" y="1872"/>
- <point x="172" y="1528"/>
- <point x="172" y="972" type="curve" smooth="yes"/>
- <point x="172" y="472"/>
- <point x="460" y="116"/>
+ <point x="1052.0" y="116.0" type="curve"/>
+ <point x="1108.0" y="360.0" type="line"/>
+ <point x="740.0" y="360.0"/>
+ <point x="612.0" y="588.0"/>
+ <point x="612.0" y="968.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="1376.0"/>
+ <point x="760.0" y="1512.0"/>
+ <point x="1040.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="1512.0"/>
+ <point x="1476.0" y="1360.0"/>
+ <point x="1476.0" y="952.0" type="curve"/>
+ <point x="1908.0" y="952.0" type="line"/>
+ <point x="1908.0" y="1524.0"/>
+ <point x="1548.0" y="1872.0"/>
+ <point x="1040.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1872.0"/>
+ <point x="172.0" y="1528.0"/>
+ <point x="172.0" y="972.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="472.0"/>
+ <point x="460.0" y="116.0"/>
</contour>
<contour>
- <point x="368" y="360" type="line"/>
- <point x="408" y="360" type="line"/>
- <point x="408" y="384" type="line"/>
- <point x="376" y="384" type="line"/>
+ <point x="368.0" y="360.0" type="line"/>
+ <point x="408.0" y="360.0" type="line"/>
+ <point x="408.0" y="384.0" type="line"/>
+ <point x="376.0" y="384.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 103, 'rightMargin': 104}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/layerinfo.plist b/src/Inter-UI-Black.ufo/glyphs/layerinfo.plist
new file mode 100644
index 000000000..564c7a6bb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/layerinfo.plist
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict/>
+</plist>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lbar.glif b/src/Inter-UI-Black.ufo/glyphs/lbar.glif
index b1d067579..1a2ae411d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lbar.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lbar" format="1">
- <advance width="1312"/>
+<glyph name="lbar" format="2">
+ <advance width="1312.0"/>
<unicode hex="019A"/>
+ <anchor x="704.0" y="16.0" name="bottom"/>
+ <anchor x="704.0" y="2308.0" name="top"/>
+ <anchor x="1228.0" y="2308.0" name="top0315"/>
<outline>
- <component base="l" xOffset="304"/>
- <component base="crossbar" yOffset="112"/>
- <contour>
- <point x="704" y="2308" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1228" y="2308" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="704" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="l" xOffset="304.0"/>
+ <component base="crossbar" yOffset="112.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1046, 'leftMargin': -20, 'rightMargin': 74}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lbelt.glif b/src/Inter-UI-Black.ufo/glyphs/lbelt.glif
index 07c488022..20a18b9f4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lbelt.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lbelt.glif
@@ -1,49 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lbelt" format="1">
- <advance width="1824"/>
+<glyph name="lbelt" format="2">
+ <advance width="1824.0"/>
<unicode hex="026C"/>
+ <anchor x="1044.0" y="0.0" name="bottom"/>
+ <anchor x="1044.0" y="2200.0" name="top"/>
+ <anchor x="1688.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1620" y="744" type="line"/>
- <point x="1620" y="1044" type="line"/>
- <point x="680" y="1044" type="line" smooth="yes"/>
- <point x="596" y="1044"/>
- <point x="560" y="1092"/>
- <point x="560" y="1140" type="curve" smooth="yes"/>
- <point x="560" y="1192"/>
- <point x="612" y="1236"/>
- <point x="680" y="1236" type="curve" smooth="yes"/>
- <point x="748" y="1236"/>
- <point x="784" y="1192"/>
- <point x="784" y="1084" type="curve" smooth="yes"/>
- <point x="784" y="576" type="line"/>
- <point x="1244" y="576" type="line"/>
- <point x="1244" y="968" type="line" smooth="yes"/>
- <point x="1244" y="1272"/>
- <point x="1120" y="1556"/>
- <point x="688" y="1556" type="curve" smooth="yes"/>
- <point x="340" y="1556"/>
- <point x="176" y="1360"/>
- <point x="176" y="1128" type="curve" smooth="yes"/>
- <point x="176" y="904"/>
- <point x="324" y="744"/>
- <point x="632" y="744" type="curve" smooth="yes"/>
+ <point x="1620.0" y="744.0" type="line"/>
+ <point x="1620.0" y="1044.0" type="line"/>
+ <point x="680.0" y="1044.0" type="line" smooth="yes"/>
+ <point x="596.0" y="1044.0"/>
+ <point x="560.0" y="1092.0"/>
+ <point x="560.0" y="1140.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="1192.0"/>
+ <point x="612.0" y="1236.0"/>
+ <point x="680.0" y="1236.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1236.0"/>
+ <point x="784.0" y="1192.0"/>
+ <point x="784.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="576.0" type="line"/>
+ <point x="1244.0" y="576.0" type="line"/>
+ <point x="1244.0" y="968.0" type="line" smooth="yes"/>
+ <point x="1244.0" y="1272.0"/>
+ <point x="1120.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="1556.0"/>
+ <point x="176.0" y="1360.0"/>
+ <point x="176.0" y="1128.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="904.0"/>
+ <point x="324.0" y="744.0"/>
+ <point x="632.0" y="744.0" type="curve" smooth="yes"/>
</contour>
- <component base="l" xOffset="640"/>
<contour>
- <point x="1044" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1044" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1688" y="2200" type="move" name="top0315"/>
+ <point x="1244.0" y="2048.0" type="line"/>
+ <point x="784.0" y="2048.0" type="line"/>
+ <point x="784.0" y="0.0" type="line"/>
+ <point x="1244.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1554, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lcaron.glif b/src/Inter-UI-Black.ufo/glyphs/lcaron.glif
new file mode 100644
index 000000000..f18fdd4a1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/lcaron.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lcaron" format="2">
+ <advance width="896.0"/>
+ <unicode hex="013E"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="910.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2308.0" name="parent_top"/>
+ <anchor x="376.0" y="2308.0" name="top"/>
+ <anchor x="910.0" y="2308.0" name="top0315"/>
+ <anchor x="910.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="commaaccent" xOffset="632.0" yOffset="1720.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lcircumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/lcircumflexbelow.glif
new file mode 100644
index 000000000..46831dce3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/lcircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lcircumflexbelow" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1E3D"/>
+ <anchor x="376.0" y="-520.0" name="bottom"/>
+ <anchor x="760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2308.0" name="parent_top"/>
+ <anchor x="376.0" y="2308.0" name="top"/>
+ <anchor x="760.0" y="2308.0" name="top0315"/>
+ <anchor x="760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="circumflexsubnosp" xOffset="1168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lcommaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/lcommaaccent.glif
new file mode 100644
index 000000000..3f5f2f0bb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/lcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lcommaaccent" format="2">
+ <advance width="748.0"/>
+ <unicode hex="013C"/>
+ <anchor x="376.0" y="-708.0" name="bottom"/>
+ <anchor x="760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2308.0" name="parent_top"/>
+ <anchor x="376.0" y="2308.0" name="top"/>
+ <anchor x="760.0" y="2308.0" name="top0315"/>
+ <anchor x="760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="commaaccent" xOffset="56.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lcurl.glif b/src/Inter-UI-Black.ufo/glyphs/lcurl.glif
index 6447d00f7..310c0233c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lcurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lcurl.glif
@@ -1,51 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lcurl" format="1">
- <advance width="1216"/>
+<glyph name="lcurl" format="2">
+ <advance width="1216.0"/>
<unicode hex="0234"/>
<outline>
<contour>
- <point x="144" y="400" type="line"/>
- <point x="144" y="4" type="line"/>
- <point x="144" y="-396"/>
- <point x="468" y="-576"/>
- <point x="720" y="-576" type="curve" smooth="yes"/>
- <point x="996" y="-576"/>
- <point x="1168" y="-364"/>
- <point x="1168" y="-152" type="curve" smooth="yes"/>
- <point x="1168" y="56"/>
- <point x="1004" y="240"/>
- <point x="756" y="240" type="curve" smooth="yes"/>
- <point x="520" y="240"/>
- <point x="192" y="84"/>
- <point x="-44" y="-104" type="curve" smooth="yes"/>
- <point x="-240" y="-260" type="line"/>
- <point x="-24" y="-516" type="line"/>
- <point x="248" y="-292" type="line" smooth="yes"/>
- <point x="432" y="-140"/>
- <point x="564" y="-68"/>
- <point x="712" y="-68" type="curve" smooth="yes"/>
- <point x="776" y="-68"/>
- <point x="812" y="-124"/>
- <point x="812" y="-164" type="curve" smooth="yes"/>
- <point x="812" y="-220"/>
- <point x="772" y="-268"/>
- <point x="724" y="-268" type="curve" smooth="yes"/>
- <point x="636" y="-268"/>
- <point x="604" y="-208"/>
- <point x="604" y="-112" type="curve" smooth="yes"/>
- <point x="604" y="-72"/>
- <point x="604" y="400"/>
- <point x="604" y="400" type="curve"/>
+ <point x="144.0" y="400.0" type="line"/>
+ <point x="144.0" y="4.0" type="line"/>
+ <point x="144.0" y="-396.0"/>
+ <point x="468.0" y="-576.0"/>
+ <point x="720.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="-576.0"/>
+ <point x="1168.0" y="-364.0"/>
+ <point x="1168.0" y="-152.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="56.0"/>
+ <point x="1004.0" y="240.0"/>
+ <point x="756.0" y="240.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="240.0"/>
+ <point x="192.0" y="84.0"/>
+ <point x="-44.0" y="-104.0" type="curve" smooth="yes"/>
+ <point x="-240.0" y="-260.0" type="line"/>
+ <point x="-24.0" y="-516.0" type="line"/>
+ <point x="248.0" y="-292.0" type="line" smooth="yes"/>
+ <point x="432.0" y="-140.0"/>
+ <point x="564.0" y="-68.0"/>
+ <point x="712.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="-68.0"/>
+ <point x="812.0" y="-124.0"/>
+ <point x="812.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="-220.0"/>
+ <point x="772.0" y="-268.0"/>
+ <point x="724.0" y="-268.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="-268.0"/>
+ <point x="604.0" y="-208.0"/>
+ <point x="604.0" y="-112.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="-72.0"/>
+ <point x="604.0" y="400.0"/>
+ <point x="604.0" y="400.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
- <component base="l"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1513, 'leftMargin': 28, 'rightMargin': 42}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ldot.glif b/src/Inter-UI-Black.ufo/glyphs/ldot.glif
new file mode 100644
index 000000000..bf7c9259d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ldot.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ldot" format="2">
+ <advance width="968.0"/>
+ <unicode hex="0140"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="980.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2308.0" name="parent_top"/>
+ <anchor x="376.0" y="2308.0" name="top"/>
+ <anchor x="980.0" y="2308.0" name="top0315"/>
+ <anchor x="980.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="dotaccent" xOffset="548.0" yOffset="-836.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ldotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ldotbelow.glif
new file mode 100644
index 000000000..5c05622a4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ldotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ldotbelow" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1E37"/>
+ <anchor x="375.0" y="-523.0" name="bottom"/>
+ <anchor x="760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2308.0" name="parent_top"/>
+ <anchor x="376.0" y="2308.0" name="top"/>
+ <anchor x="760.0" y="2308.0" name="top0315"/>
+ <anchor x="760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="dotbelow" xOffset="1200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ldotbelowmacron.glif b/src/Inter-UI-Black.ufo/glyphs/ldotbelowmacron.glif
new file mode 100644
index 000000000..61db18aba
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ldotbelowmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ldotbelowmacron" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1E39"/>
+ <anchor x="375.0" y="-523.0" name="bottom"/>
+ <anchor x="760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2308.0" name="parent_top"/>
+ <anchor x="376.0" y="2740.0" name="top"/>
+ <anchor x="760.0" y="2308.0" name="top0315"/>
+ <anchor x="760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="dotbelow" xOffset="1200.0"/>
+ <component base="macron" xOffset="-408.0" yOffset="524.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/leftloop.cn.glif b/src/Inter-UI-Black.ufo/glyphs/leftloop.cn.glif
index 6200b15c5..8de9ecb5b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/leftloop.cn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/leftloop.cn.glif
@@ -1,65 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="leftloop.cn" format="1">
- <advance width="1576"/>
+<glyph name="leftloop.cn" format="2">
+ <advance width="1576.0"/>
+ <guideline x="80.0" y="768.0" angle="90.0"/>
<outline>
<contour>
- <point x="1232" y="1372" type="line"/>
- <point x="1032" y="1372" type="line"/>
- <point x="980" y="1488"/>
- <point x="848" y="1556"/>
- <point x="688" y="1556" type="curve" smooth="yes"/>
- <point x="380" y="1556"/>
- <point x="96" y="1304"/>
- <point x="96" y="768" type="curve" smooth="yes"/>
- <point x="96" y="244"/>
- <point x="364" y="-24"/>
- <point x="688" y="-24" type="curve" smooth="yes"/>
- <point x="848" y="-24"/>
- <point x="980" y="40"/>
- <point x="1032" y="156" type="curve"/>
- <point x="1232" y="156" type="line"/>
+ <point x="1232.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="244.0"/>
+ <point x="364.0" y="-24.0"/>
+ <point x="688.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="-24.0"/>
+ <point x="980.0" y="40.0"/>
+ <point x="1032.0" y="156.0" type="curve"/>
+ <point x="1232.0" y="156.0" type="line"/>
</contour>
<contour>
- <point x="528" y="768" type="curve" smooth="yes"/>
- <point x="528" y="1036"/>
- <point x="628" y="1192"/>
- <point x="824" y="1192" type="curve" smooth="yes"/>
- <point x="1036" y="1192"/>
- <point x="1100" y="1004"/>
- <point x="1100" y="768" type="curve" smooth="yes"/>
- <point x="1100" y="536"/>
- <point x="1040" y="340"/>
- <point x="824" y="340" type="curve" smooth="yes"/>
- <point x="628" y="340"/>
- <point x="528" y="500"/>
+ <point x="528.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1036.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="536.0"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="824.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="340.0"/>
+ <point x="528.0" y="500.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>80</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.77</real>
- <real>0.95</real>
- <real>0.76</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.Export</key>
+ <false/>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:08</string>
+ <key>public.markColor</key>
+ <string>0.769,0.949,0.761,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/less.glif b/src/Inter-UI-Black.ufo/glyphs/less.glif
index 0ba7a19a6..efc188c49 100644
--- a/src/Inter-UI-Black.ufo/glyphs/less.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/less.glif
@@ -1,170 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="less" format="1">
- <advance width="1312"/>
+<glyph name="less" format="2">
+ <advance width="1312.0"/>
<unicode hex="003C"/>
+ <guideline y="1238.875"/>
+ <guideline x="256.0" y="896.0" angle="0.0"/>
+ <guideline x="1036.0" y="1620.0" angle="90.0"/>
<outline>
<contour>
- <point x="1172" y="416" type="line"/>
- <point x="640" y="892" type="line"/>
- <point x="640" y="900" type="line"/>
- <point x="1172" y="1376" type="line"/>
- <point x="908" y="1620" type="line"/>
- <point x="104" y="896" type="line"/>
- <point x="908" y="172" type="line"/>
+ <point x="1172.0" y="416.0" type="line"/>
+ <point x="640.0" y="892.0" type="line"/>
+ <point x="640.0" y="900.0" type="line"/>
+ <point x="1172.0" y="1376.0" type="line"/>
+ <point x="908.0" y="1620.0" type="line"/>
+ <point x="104.0" y="896.0" type="line"/>
+ <point x="908.0" y="172.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <integer>256</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1036</integer>
- <key>y</key>
- <integer>1620</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1068</integer>
- <key>y</key>
- <integer>328</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>436</integer>
- <key>y</key>
- <integer>892</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>436</integer>
- <key>y</key>
- <integer>900</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1068</integer>
- <key>y</key>
- <integer>1464</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>912</integer>
- <key>y</key>
- <integer>1616</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>112</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>912</integer>
- <key>y</key>
- <integer>176</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>less</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1312</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1436, 'leftMargin': 67, 'rightMargin': 163}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lessequal.glif b/src/Inter-UI-Black.ufo/glyphs/lessequal.glif
index 2a085ad39..fc3a6045a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lessequal.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lessequal.glif
@@ -1,48 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lessequal" format="1">
- <advance width="1568"/>
+<glyph name="lessequal" format="2">
+ <advance width="1568.0"/>
<unicode hex="2264"/>
+ <guideline x="212.0" y="1024.0" angle="0.0"/>
<outline>
<contour>
- <point x="1360" y="716" type="line"/>
- <point x="824" y="1016" type="line"/>
- <point x="824" y="1032" type="line"/>
- <point x="1360" y="1332" type="line"/>
- <point x="1360" y="1684" type="line"/>
- <point x="208" y="1052" type="line"/>
- <point x="208" y="1000" type="line"/>
- <point x="1360" y="364" type="line"/>
+ <point x="1360.0" y="716.0" type="line"/>
+ <point x="824.0" y="1016.0" type="line"/>
+ <point x="824.0" y="1032.0" type="line"/>
+ <point x="1360.0" y="1332.0" type="line"/>
+ <point x="1360.0" y="1684.0" type="line"/>
+ <point x="208.0" y="1052.0" type="line"/>
+ <point x="208.0" y="1000.0" type="line"/>
+ <point x="1360.0" y="364.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1360.0" y="319.52" type="line"/>
+ <point x="208.0" y="319.52" type="line"/>
+ <point x="208.0" y="-0.8" type="line"/>
+ <point x="1360.0" y="-0.8" type="line"/>
</contour>
- <component base="minus" yScale="0.91" yOffset="-656"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>212</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1436, 'leftMargin': 59, 'rightMargin': 163}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/linevert.glif b/src/Inter-UI-Black.ufo/glyphs/linevert.glif
index 7bfab1b89..4ca8fcbe9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/linevert.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/linevert.glif
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="linevert" format="1">
- <advance width="544"/>
+<glyph name="linevert" format="2">
+ <advance width="544.0"/>
<unicode hex="02C8"/>
<outline>
<contour>
- <point x="408" y="2176" type="line"/>
- <point x="136" y="2176" type="line"/>
- <point x="136" y="1564" type="line"/>
- <point x="408" y="1564" type="line"/>
+ <point x="408.0" y="2176.0" type="line"/>
+ <point x="136.0" y="2176.0" type="line"/>
+ <point x="136.0" y="1564.0" type="line"/>
+ <point x="408.0" y="1564.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 494, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/linevertdblnosp.glif b/src/Inter-UI-Black.ufo/glyphs/linevertdblnosp.glif
index d51b7546b..aa74590bd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/linevertdblnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/linevertdblnosp.glif
@@ -1,29 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="linevertdblnosp" format="1">
- <advance width="0"/>
+<glyph name="linevertdblnosp" format="2">
<unicode hex="030E"/>
+ <anchor x="-798.0" y="1623.0" name="_marktop"/>
+ <anchor x="-798.0" y="2310.0" name="mkmktop"/>
+ <anchor x="-795.0" y="1867.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-798" y="1623" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-795" y="1867" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-798" y="2310" type="move" name="mkmktop"/>
- </contour>
- <component base="linevert" xOffset="-1249"/>
- <component base="linevert" xOffset="-836"/>
+ <component base="linevert" xOffset="-1249.0"/>
+ <component base="linevert" xOffset="-836.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/linevertnosp.glif b/src/Inter-UI-Black.ufo/glyphs/linevertnosp.glif
index b203abef5..c9d610b0d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/linevertnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/linevertnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="linevertnosp" format="1">
- <advance width="0"/>
+<glyph name="linevertnosp" format="2">
<unicode hex="030D"/>
+ <anchor x="-792.0" y="1623.0" name="_marktop"/>
+ <anchor x="-792.0" y="2310.0" name="mkmktop"/>
+ <anchor x="-792.0" y="1867.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-792" y="1623" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="1867" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-792" y="2310" type="move" name="mkmktop"/>
- </contour>
- <component base="linevert" xOffset="-1040"/>
+ <component base="linevert" xOffset="-1040.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/linevertsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/linevertsubnosp.glif
index 6fea56dab..6cebc97fe 100644
--- a/src/Inter-UI-Black.ufo/glyphs/linevertsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/linevertsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="linevertsubnosp" format="1">
- <advance width="0"/>
+<glyph name="linevertsubnosp" format="2">
<unicode hex="0329"/>
+ <anchor x="-796.0" y="0.0" name="_markbottom"/>
+ <anchor x="-796.0" y="-707.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-796" y="-707" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-796" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="linevert" xOffset="-1044" yOffset="-2269"/>
+ <component base="linevert" xOffset="-1044.0" yOffset="-2269.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lira.glif b/src/Inter-UI-Black.ufo/glyphs/lira.glif
index d77db639b..bf01326b5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lira.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lira.glif
@@ -1,62 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lira" format="1">
- <advance width="1824"/>
+<glyph name="lira" format="2">
+ <advance width="1824.0"/>
<unicode hex="20A4"/>
<outline>
<contour>
- <point x="1644" y="0" type="line"/>
- <point x="1644" y="372" type="line"/>
- <point x="180" y="372" type="line"/>
- <point x="180" y="0" type="line"/>
+ <point x="1644.0" y="0.0" type="line"/>
+ <point x="1644.0" y="372.0" type="line"/>
+ <point x="180.0" y="372.0" type="line"/>
+ <point x="180.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="836" y="1476" type="line"/>
- <point x="836" y="1632"/>
- <point x="908" y="1704"/>
- <point x="1008" y="1704" type="curve" smooth="yes"/>
- <point x="1120" y="1704"/>
- <point x="1212" y="1652"/>
- <point x="1212" y="1488" type="curve"/>
- <point x="1648" y="1488" type="line"/>
- <point x="1648" y="1840"/>
- <point x="1416" y="2076"/>
- <point x="1004" y="2076" type="curve" smooth="yes"/>
- <point x="624" y="2076"/>
- <point x="368" y="1856"/>
- <point x="380" y="1476" type="curve" smooth="yes"/>
- <point x="404" y="588" type="line" smooth="yes"/>
- <point x="408" y="484"/>
- <point x="400" y="392"/>
- <point x="316" y="372" type="curve"/>
- <point x="584" y="236" type="line"/>
- <point x="800" y="324"/>
- <point x="880" y="432"/>
- <point x="872" y="616" type="curve" smooth="yes"/>
+ <point x="836.0" y="1476.0" type="line"/>
+ <point x="836.0" y="1632.0"/>
+ <point x="908.0" y="1704.0"/>
+ <point x="1008.0" y="1704.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1704.0"/>
+ <point x="1212.0" y="1652.0"/>
+ <point x="1212.0" y="1488.0" type="curve"/>
+ <point x="1648.0" y="1488.0" type="line"/>
+ <point x="1648.0" y="1840.0"/>
+ <point x="1416.0" y="2076.0"/>
+ <point x="1004.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="2076.0"/>
+ <point x="368.0" y="1856.0"/>
+ <point x="380.0" y="1476.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="588.0" type="line" smooth="yes"/>
+ <point x="408.0" y="484.0"/>
+ <point x="400.0" y="392.0"/>
+ <point x="316.0" y="372.0" type="curve"/>
+ <point x="584.0" y="236.0" type="line"/>
+ <point x="800.0" y="324.0"/>
+ <point x="880.0" y="432.0"/>
+ <point x="872.0" y="616.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1216" y="1252" type="line"/>
- <point x="180" y="1252" type="line"/>
- <point x="180" y="1020" type="line"/>
- <point x="1216" y="1020" type="line"/>
+ <point x="1216.0" y="1252.0" type="line"/>
+ <point x="180.0" y="1252.0" type="line"/>
+ <point x="180.0" y="1020.0" type="line"/>
+ <point x="1216.0" y="1020.0" type="line"/>
</contour>
<contour>
- <point x="1216" y="876" type="line"/>
- <point x="180" y="876" type="line"/>
- <point x="180" y="644" type="line"/>
- <point x="1216" y="644" type="line"/>
+ <point x="1216.0" y="876.0" type="line"/>
+ <point x="180.0" y="876.0" type="line"/>
+ <point x="180.0" y="644.0" type="line"/>
+ <point x="1216.0" y="644.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1686, 'leftMargin': 144, 'rightMargin': 74}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lj.glif b/src/Inter-UI-Black.ufo/glyphs/lj.glif
new file mode 100644
index 000000000..a9eab611f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/lj.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lj" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="01C9"/>
+ <outline>
+ <component base="l" xOffset="256.0"/>
+ <component base="j" xOffset="1004.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ljecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ljecyrillic.glif
index 9b217ffac..175d927f1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ljecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ljecyrillic.glif
@@ -1,55 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ljecyrillic" format="1">
- <advance width="2592"/>
+<glyph name="ljecyrillic" format="2">
+ <advance width="2592.0"/>
<unicode hex="0459"/>
<outline>
<contour>
- <point x="396" y="1488" type="line"/>
- <point x="368" y="856" type="line" smooth="yes"/>
- <point x="352" y="516"/>
- <point x="296" y="376"/>
- <point x="168" y="360" type="curve" smooth="yes"/>
- <point x="116" y="356" type="line"/>
- <point x="124" y="0" type="line"/>
- <point x="256" y="0" type="line" smooth="yes"/>
- <point x="572" y="0"/>
- <point x="760" y="192"/>
- <point x="788" y="724" type="curve" smooth="yes"/>
- <point x="828" y="1488" type="line"/>
+ <point x="396.0" y="1488.0" type="line"/>
+ <point x="368.0" y="856.0" type="line" smooth="yes"/>
+ <point x="352.0" y="516.0"/>
+ <point x="296.0" y="376.0"/>
+ <point x="168.0" y="360.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="356.0" type="line"/>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="256.0" y="0.0" type="line" smooth="yes"/>
+ <point x="572.0" y="0.0"/>
+ <point x="760.0" y="192.0"/>
+ <point x="788.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="1240" y="1488" type="line"/>
- <point x="508" y="1488" type="line"/>
- <point x="508" y="1132" type="line"/>
- <point x="1240" y="1132" type="line"/>
+ <point x="1240.0" y="1488.0" type="line"/>
+ <point x="508.0" y="1488.0" type="line"/>
+ <point x="508.0" y="1132.0" type="line"/>
+ <point x="1240.0" y="1132.0" type="line"/>
</contour>
<contour>
- <point x="1380" y="1052" type="line"/>
- <point x="1380" y="696" type="line"/>
- <point x="1804" y="696" type="line" smooth="yes"/>
- <point x="1968" y="696"/>
- <point x="2036" y="624"/>
- <point x="2036" y="528" type="curve" smooth="yes"/>
- <point x="2036" y="432"/>
- <point x="1968" y="356"/>
- <point x="1804" y="356" type="curve" smooth="yes"/>
- <point x="1556" y="356" type="line"/>
- <point x="1556" y="1488" type="line"/>
- <point x="1112" y="1488" type="line"/>
- <point x="1112" y="0" type="line"/>
- <point x="1804" y="0" type="line" smooth="yes"/>
- <point x="2228" y="0"/>
- <point x="2476" y="212"/>
- <point x="2476" y="528" type="curve" smooth="yes"/>
- <point x="2476" y="836"/>
- <point x="2228" y="1052"/>
- <point x="1804" y="1052" type="curve" smooth="yes"/>
+ <point x="1380.0" y="1052.0" type="line"/>
+ <point x="1380.0" y="696.0" type="line"/>
+ <point x="1804.0" y="696.0" type="line" smooth="yes"/>
+ <point x="1968.0" y="696.0"/>
+ <point x="2036.0" y="624.0"/>
+ <point x="2036.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="2036.0" y="432.0"/>
+ <point x="1968.0" y="356.0"/>
+ <point x="1804.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="356.0" type="line"/>
+ <point x="1556.0" y="1488.0" type="line"/>
+ <point x="1112.0" y="1488.0" type="line"/>
+ <point x="1112.0" y="0.0" type="line"/>
+ <point x="1804.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2228.0" y="0.0"/>
+ <point x="2476.0" y="212.0"/>
+ <point x="2476.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="2476.0" y="836.0"/>
+ <point x="2228.0" y="1052.0"/>
+ <point x="1804.0" y="1052.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2431.0, 'leftMargin': 19, 'rightMargin': 51.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/llinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/llinebelow.glif
new file mode 100644
index 000000000..d7816443f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/llinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="llinebelow" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1E3B"/>
+ <anchor x="377.0" y="-474.0" name="bottom"/>
+ <anchor x="760.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2308.0" name="parent_top"/>
+ <anchor x="376.0" y="2308.0" name="top"/>
+ <anchor x="760.0" y="2308.0" name="top0315"/>
+ <anchor x="760.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="macronsubnosp" xOffset="1168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lmidtilde.glif b/src/Inter-UI-Black.ufo/glyphs/lmidtilde.glif
index c5726dcf6..6c2892904 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lmidtilde.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lmidtilde.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lmidtilde" format="1">
- <advance width="1312"/>
+<glyph name="lmidtilde" format="2">
+ <advance width="1312.0"/>
<unicode hex="026B"/>
+ <anchor x="652.0" y="0.0" name="bottom"/>
+ <anchor x="660.0" y="1160.0" name="parenthesses.w2"/>
+ <anchor x="652.0" y="2200.0" name="top"/>
+ <anchor x="1240.0" y="2200.0" name="top0315"/>
<outline>
- <component base="l" xOffset="256"/>
- <component base="tilde" xOffset="-44" yOffset="-756"/>
- <contour>
- <point x="652" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="660" y="1160" type="move" name="parenthesses.w2"/>
- </contour>
- <contour>
- <point x="1240" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="652" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="l" xOffset="256.0"/>
+ <component base="tilde" xOffset="-44.0" yOffset="-756.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1165, 'leftMargin': 55, 'rightMargin': 56}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/logicalnot.glif b/src/Inter-UI-Black.ufo/glyphs/logicalnot.glif
index eb35e9af5..e6f62851d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/logicalnot.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/logicalnot.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="logicalnot" format="1">
- <advance width="1568"/>
+<glyph name="logicalnot" format="2">
+ <advance width="1568.0"/>
<unicode hex="00AC"/>
<outline>
<contour>
- <point x="1360" y="1108" type="line"/>
- <point x="212" y="1108" type="line"/>
- <point x="212" y="872" type="line"/>
- <point x="1360" y="872" type="line"/>
+ <point x="1360.0" y="1108.0" type="line"/>
+ <point x="212.0" y="1108.0" type="line"/>
+ <point x="212.0" y="872.0" type="line"/>
+ <point x="1360.0" y="872.0" type="line"/>
</contour>
<contour>
- <point x="1360" y="1000" type="line"/>
- <point x="1084" y="1000" type="line"/>
- <point x="1084" y="516" type="line"/>
- <point x="1360" y="516" type="line"/>
+ <point x="1360.0" y="1000.0" type="line"/>
+ <point x="1084.0" y="1000.0" type="line"/>
+ <point x="1084.0" y="516.0" type="line"/>
+ <point x="1360.0" y="516.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1548, 'leftMargin': 173, 'rightMargin': 227}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/longs.glif b/src/Inter-UI-Black.ufo/glyphs/longs.glif
index 0a7cea411..f023f484a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/longs.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/longs.glif
@@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="longs" format="1">
- <advance width="800"/>
+<glyph name="longs" format="2">
+ <advance width="800.0"/>
<unicode hex="017F"/>
+ <anchor x="240.0" y="16.0" name="bottom"/>
+ <anchor x="368.0" y="2284.0" name="top"/>
+ <anchor x="596.0" y="2284.0" name="top0315"/>
<outline>
<contour>
- <point x="444" y="0" type="line" name="hr00"/>
- <point x="444" y="1608" type="line"/>
- <point x="444" y="1724"/>
- <point x="508" y="1784"/>
- <point x="632" y="1784" type="curve" smooth="yes"/>
- <point x="692" y="1784"/>
- <point x="724" y="1780"/>
- <point x="768" y="1772" type="curve"/>
- <point x="800" y="2112" type="line"/>
- <point x="724" y="2128"/>
- <point x="652" y="2140"/>
- <point x="576" y="2140" type="curve" smooth="yes"/>
- <point x="212" y="2140"/>
- <point x="0" y="1956"/>
- <point x="0" y="1608" type="curve"/>
- <point x="0" y="0" type="line"/>
- </contour>
- <contour>
- <point x="368" y="2284" type="move" name="top"/>
- </contour>
- <contour>
- <point x="240" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="596" y="2284" type="move" name="top0315"/>
+ <point x="444.0" y="0.0" type="line"/>
+ <point x="444.0" y="1608.0" type="line"/>
+ <point x="444.0" y="1724.0"/>
+ <point x="508.0" y="1784.0"/>
+ <point x="632.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1784.0"/>
+ <point x="724.0" y="1780.0"/>
+ <point x="768.0" y="1772.0" type="curve"/>
+ <point x="800.0" y="2112.0" type="line"/>
+ <point x="724.0" y="2128.0"/>
+ <point x="652.0" y="2140.0"/>
+ <point x="576.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="2140.0"/>
+ <point x="0.0" y="1956.0"/>
+ <point x="0.0" y="1608.0" type="curve"/>
+ <point x="0.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 738, 'leftMargin': 140, 'rightMargin': -204}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lozenge.glif b/src/Inter-UI-Black.ufo/glyphs/lozenge.glif
index a1c2696e6..c54c1e76f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lozenge.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lozenge.glif
@@ -1,40 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lozenge" format="1">
- <advance width="1568"/>
+<glyph name="lozenge" format="2">
+ <advance width="1568.0"/>
<unicode hex="25CA"/>
<outline>
<contour>
- <point x="100" y="1000" type="line"/>
- <point x="592" y="0" type="line"/>
- <point x="904" y="0" type="line"/>
- <point x="836" y="356" type="line"/>
- <point x="536" y="1000" type="line"/>
- <point x="832" y="1640" type="line"/>
- <point x="932" y="2004" type="line"/>
- <point x="592" y="2004" type="line"/>
+ <point x="100.0" y="1000.0" type="line"/>
+ <point x="592.0" y="0.0" type="line"/>
+ <point x="904.0" y="0.0" type="line"/>
+ <point x="836.0" y="356.0" type="line"/>
+ <point x="536.0" y="1000.0" type="line"/>
+ <point x="832.0" y="1640.0" type="line"/>
+ <point x="932.0" y="2004.0" type="line"/>
+ <point x="592.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="732" y="348" type="line"/>
- <point x="664" y="0" type="line"/>
- <point x="980" y="0" type="line"/>
- <point x="1468" y="1000" type="line"/>
- <point x="980" y="2004" type="line"/>
- <point x="664" y="2004" type="line"/>
- <point x="740" y="1640" type="line"/>
- <point x="1032" y="1000" type="line"/>
+ <point x="732.0" y="348.0" type="line"/>
+ <point x="664.0" y="0.0" type="line"/>
+ <point x="980.0" y="0.0" type="line"/>
+ <point x="1468.0" y="1000.0" type="line"/>
+ <point x="980.0" y="2004.0" type="line"/>
+ <point x="664.0" y="2004.0" type="line"/>
+ <point x="740.0" y="1640.0" type="line"/>
+ <point x="1032.0" y="1000.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1438, 'leftMargin': 39, 'rightMargin': 30}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lrthook.glif b/src/Inter-UI-Black.ufo/glyphs/lrthook.glif
index 06f9e584b..9a45e6c13 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lrthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lrthook.glif
@@ -1,41 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lrthook" format="1">
- <advance width="748"/>
+<glyph name="lrthook" format="2">
+ <advance width="748.0"/>
<unicode hex="026D"/>
+ <anchor x="352.0" y="-616.0" name="bottom"/>
+ <anchor x="352.0" y="2200.0" name="top"/>
+ <anchor x="924.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="604" y="184" type="line"/>
- <point x="144" y="184" type="line"/>
- <point x="144" y="-80" type="line" smooth="yes"/>
- <point x="144" y="-516"/>
- <point x="444" y="-576"/>
- <point x="684" y="-576" type="curve" smooth="yes"/>
- <point x="784" y="-576"/>
- <point x="860" y="-568"/>
- <point x="916" y="-560" type="curve"/>
- <point x="916" y="-212" type="line"/>
- <point x="884" y="-216"/>
- <point x="848" y="-220"/>
- <point x="808" y="-220" type="curve" smooth="yes"/>
- <point x="704" y="-220"/>
- <point x="604" y="-192"/>
- <point x="604" y="-80" type="curve" smooth="yes"/>
+ <point x="604.0" y="184.0" type="line"/>
+ <point x="144.0" y="184.0" type="line"/>
+ <point x="144.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="144.0" y="-516.0"/>
+ <point x="444.0" y="-576.0"/>
+ <point x="684.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="-576.0"/>
+ <point x="860.0" y="-568.0"/>
+ <point x="916.0" y="-560.0" type="curve"/>
+ <point x="916.0" y="-212.0" type="line"/>
+ <point x="884.0" y="-216.0"/>
+ <point x="848.0" y="-220.0"/>
+ <point x="808.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="-220.0"/>
+ <point x="604.0" y="-192.0"/>
+ <point x="604.0" y="-80.0" type="curve" smooth="yes"/>
</contour>
- <component base="l"/>
<contour>
- <point x="352" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="352" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="924" y="2200" type="move" name="top0315"/>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 949, 'leftMargin': 161, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lslash.glif b/src/Inter-UI-Black.ufo/glyphs/lslash.glif
index 35a32d975..5e3ae589d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lslash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lslash.glif
@@ -1,29 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lslash" format="1">
- <advance width="748"/>
+<glyph name="lslash" format="2">
+ <advance width="748.0"/>
<unicode hex="0142"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="400.0" y="2308.0" name="top"/>
+ <anchor x="852.0" y="2308.0" name="top0315"/>
<outline>
<contour>
- <point x="776" y="1344" type="line"/>
- <point x="-36" y="1084" type="line"/>
- <point x="-36" y="836" type="line"/>
- <point x="776" y="1096" type="line"/>
+ <point x="776.0" y="1344.0" type="line"/>
+ <point x="-36.0" y="1084.0" type="line"/>
+ <point x="-36.0" y="836.0" type="line"/>
+ <point x="776.0" y="1096.0" type="line"/>
</contour>
- <component base="l"/>
<contour>
- <point x="400" y="2308" type="move" name="top"/>
- </contour>
- <contour>
- <point x="376" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="852" y="2308" type="move" name="top0315"/>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 895, 'leftMargin': 39, 'rightMargin': 45}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lsquare.glif b/src/Inter-UI-Black.ufo/glyphs/lsquare.glif
index d22d2a6bc..d233a2b92 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lsquare.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lsquare.glif
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lsquare" format="1">
- <advance width="1568"/>
+<glyph name="lsquare" format="2">
+ <advance width="1568.0"/>
<unicode hex="2113"/>
<outline>
<contour>
- <point x="1148" y="400" type="line"/>
- <point x="924" y="400"/>
- <point x="856" y="512"/>
- <point x="856" y="708" type="curve" smooth="yes"/>
- <point x="856" y="1452" type="line"/>
- <point x="856" y="1596"/>
- <point x="896" y="1660"/>
- <point x="952" y="1660" type="curve"/>
- <point x="1000" y="1660"/>
- <point x="1044" y="1604"/>
- <point x="1044" y="1540" type="curve" smooth="yes"/>
- <point x="1044" y="1480" type="line"/>
- <point x="1044" y="1192"/>
- <point x="776" y="860"/>
- <point x="136" y="860" type="curve"/>
- <point x="136" y="604" type="line"/>
- <point x="964" y="604"/>
- <point x="1432" y="1124"/>
- <point x="1432" y="1480" type="curve"/>
- <point x="1432" y="1540" type="line" smooth="yes"/>
- <point x="1432" y="1844"/>
- <point x="1224" y="2032"/>
- <point x="936" y="2032" type="curve"/>
- <point x="596" y="2032"/>
- <point x="384" y="1788"/>
- <point x="384" y="1368" type="curve"/>
- <point x="384" y="592" type="line" smooth="yes"/>
- <point x="384" y="216"/>
- <point x="628" y="-28"/>
- <point x="1148" y="-28" type="curve"/>
+ <point x="1148.0" y="400.0" type="line"/>
+ <point x="924.0" y="400.0"/>
+ <point x="856.0" y="512.0"/>
+ <point x="856.0" y="708.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="1452.0" type="line"/>
+ <point x="856.0" y="1596.0"/>
+ <point x="896.0" y="1660.0"/>
+ <point x="952.0" y="1660.0" type="curve"/>
+ <point x="1000.0" y="1660.0"/>
+ <point x="1044.0" y="1604.0"/>
+ <point x="1044.0" y="1540.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1480.0" type="line"/>
+ <point x="1044.0" y="1192.0"/>
+ <point x="776.0" y="860.0"/>
+ <point x="136.0" y="860.0" type="curve"/>
+ <point x="136.0" y="604.0" type="line"/>
+ <point x="964.0" y="604.0"/>
+ <point x="1432.0" y="1124.0"/>
+ <point x="1432.0" y="1480.0" type="curve"/>
+ <point x="1432.0" y="1540.0" type="line" smooth="yes"/>
+ <point x="1432.0" y="1844.0"/>
+ <point x="1224.0" y="2032.0"/>
+ <point x="936.0" y="2032.0" type="curve"/>
+ <point x="596.0" y="2032.0"/>
+ <point x="384.0" y="1788.0"/>
+ <point x="384.0" y="1368.0" type="curve"/>
+ <point x="384.0" y="592.0" type="line" smooth="yes"/>
+ <point x="384.0" y="216.0"/>
+ <point x="628.0" y="-28.0"/>
+ <point x="1148.0" y="-28.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1408.0, 'leftMargin': 26, 'rightMargin': 85.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/lyogh.glif b/src/Inter-UI-Black.ufo/glyphs/lyogh.glif
index 55df64c1e..8613a2247 100644
--- a/src/Inter-UI-Black.ufo/glyphs/lyogh.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/lyogh.glif
@@ -1,57 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lyogh" format="1">
- <advance width="1824"/>
+<glyph name="lyogh" format="2">
+ <advance width="1824.0"/>
<unicode hex="026E"/>
+ <anchor x="900.0" y="-616.0" name="bottom"/>
+ <anchor x="900.0" y="1776.0" name="top"/>
+ <anchor x="1704.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="276" y="1488" type="line"/>
- <point x="276" y="1132" type="line"/>
- <point x="1104" y="1132" type="line"/>
- <point x="764" y="632" type="line"/>
- <point x="764" y="460" type="line"/>
- <point x="1084" y="460" type="line"/>
- <point x="1612" y="1192" type="line"/>
- <point x="1612" y="1488" type="line"/>
+ <point x="276.0" y="1488.0" type="line"/>
+ <point x="276.0" y="1132.0" type="line"/>
+ <point x="1104.0" y="1132.0" type="line"/>
+ <point x="764.0" y="632.0" type="line"/>
+ <point x="764.0" y="460.0" type="line"/>
+ <point x="1084.0" y="460.0" type="line"/>
+ <point x="1612.0" y="1192.0" type="line"/>
+ <point x="1612.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="764" y="624" type="line"/>
- <point x="764" y="364" type="line"/>
- <point x="832" y="364" type="line" smooth="yes"/>
- <point x="1072" y="364"/>
- <point x="1200" y="260"/>
- <point x="1200" y="56" type="curve" smooth="yes"/>
- <point x="1200" y="-136"/>
- <point x="1088" y="-244"/>
- <point x="896" y="-244" type="curve" smooth="yes"/>
- <point x="728" y="-244"/>
- <point x="660" y="-208"/>
- <point x="624" y="-100" type="curve"/>
- <point x="180" y="-100" type="line"/>
- <point x="260" y="-480"/>
- <point x="544" y="-600"/>
- <point x="896" y="-600" type="curve" smooth="yes"/>
- <point x="1328" y="-600"/>
- <point x="1644" y="-384"/>
- <point x="1644" y="-12" type="curve" smooth="yes"/>
- <point x="1644" y="420"/>
- <point x="1372" y="652"/>
- <point x="908" y="652" type="curve"/>
+ <point x="764.0" y="624.0" type="line"/>
+ <point x="764.0" y="364.0" type="line"/>
+ <point x="832.0" y="364.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="364.0"/>
+ <point x="1200.0" y="260.0"/>
+ <point x="1200.0" y="56.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="-136.0"/>
+ <point x="1088.0" y="-244.0"/>
+ <point x="896.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="-244.0"/>
+ <point x="660.0" y="-208.0"/>
+ <point x="624.0" y="-100.0" type="curve"/>
+ <point x="180.0" y="-100.0" type="line"/>
+ <point x="260.0" y="-480.0"/>
+ <point x="544.0" y="-600.0"/>
+ <point x="896.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="-600.0"/>
+ <point x="1644.0" y="-384.0"/>
+ <point x="1644.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="420.0"/>
+ <point x="1372.0" y="652.0"/>
+ <point x="908.0" y="652.0" type="curve"/>
</contour>
- <component base="l" xOffset="4"/>
<contour>
- <point x="900" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="900" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1704" y="1776" type="move" name="top0315"/>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="148.0" y="2048.0" type="line"/>
+ <point x="148.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1684, 'leftMargin': 161, 'rightMargin': 61}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/m.glif b/src/Inter-UI-Black.ufo/glyphs/m.glif
index 13db0edff..c2bc96192 100644
--- a/src/Inter-UI-Black.ufo/glyphs/m.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/m.glif
@@ -1,94 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="m" format="1">
- <advance width="2440"/>
+<glyph name="m" format="2">
+ <advance width="2440.0"/>
<unicode hex="006D"/>
+ <guideline x="1204.0" y="-220.0" angle="90.0"/>
+ <anchor x="1220.0" y="0.0" name="bottom"/>
+ <anchor x="2380.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1220.0" y="1776.0" name="marktop"/>
+ <anchor x="1220.0" y="1776.0" name="top"/>
+ <anchor x="2380.0" y="1776.0" name="top0315"/>
+ <anchor x="2380.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1444" y="952" type="line" smooth="yes"/>
- <point x="1444" y="1120"/>
- <point x="1520" y="1192"/>
- <point x="1644" y="1192" type="curve" smooth="yes"/>
- <point x="1752" y="1192"/>
- <point x="1836" y="1136"/>
- <point x="1836" y="960" type="curve" smooth="yes"/>
- <point x="1836" y="0" type="line"/>
- <point x="2296" y="0" type="line"/>
- <point x="2296" y="960" type="line" smooth="yes"/>
- <point x="2296" y="1404"/>
- <point x="2088" y="1556"/>
- <point x="1828" y="1556" type="curve" smooth="yes"/>
- <point x="1632" y="1556"/>
- <point x="1480" y="1468"/>
- <point x="1396" y="1344" type="curve"/>
- <point x="1380" y="1344" type="line"/>
- <point x="1316" y="1480"/>
- <point x="1188" y="1556"/>
- <point x="1004" y="1556" type="curve" smooth="yes"/>
- <point x="816" y="1556"/>
- <point x="692" y="1480"/>
- <point x="604" y="1372" type="curve"/>
- <point x="592" y="1372" type="line"/>
- <point x="592" y="1536" type="line"/>
- <point x="144" y="1536" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- <point x="604" y="968" type="line"/>
- <point x="604" y="1132"/>
- <point x="688" y="1192"/>
- <point x="792" y="1192" type="curve" smooth="yes"/>
- <point x="908" y="1192"/>
- <point x="1000" y="1124"/>
- <point x="1000" y="960" type="curve" smooth="yes"/>
- <point x="1000" y="0" type="line"/>
- <point x="1444" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1220" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1220" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1220" y="1776" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="2380" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2380" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2380" y="1776" type="move" name="top0315"/>
+ <point x="1444.0" y="952.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1120.0"/>
+ <point x="1520.0" y="1192.0"/>
+ <point x="1644.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1752.0" y="1192.0"/>
+ <point x="1836.0" y="1136.0"/>
+ <point x="1836.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1836.0" y="0.0" type="line"/>
+ <point x="2296.0" y="0.0" type="line"/>
+ <point x="2296.0" y="960.0" type="line" smooth="yes"/>
+ <point x="2296.0" y="1404.0"/>
+ <point x="2088.0" y="1556.0"/>
+ <point x="1828.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="1556.0"/>
+ <point x="1480.0" y="1468.0"/>
+ <point x="1396.0" y="1344.0" type="curve"/>
+ <point x="1380.0" y="1344.0" type="line"/>
+ <point x="1316.0" y="1480.0"/>
+ <point x="1188.0" y="1556.0"/>
+ <point x="1004.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="1556.0"/>
+ <point x="692.0" y="1480.0"/>
+ <point x="604.0" y="1372.0" type="curve"/>
+ <point x="592.0" y="1372.0" type="line"/>
+ <point x="592.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ <point x="604.0" y="968.0" type="line"/>
+ <point x="604.0" y="1132.0"/>
+ <point x="688.0" y="1192.0"/>
+ <point x="792.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="1192.0"/>
+ <point x="1000.0" y="1124.0"/>
+ <point x="1000.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="0.0" type="line"/>
+ <point x="1444.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1204</integer>
- <key>y</key>
- <integer>-220</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2430, 'leftMargin': 140, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macron.glif b/src/Inter-UI-Black.ufo/glyphs/macron.glif
index 7f75e7917..21ddf61ee 100644
--- a/src/Inter-UI-Black.ufo/glyphs/macron.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/macron.glif
@@ -1,32 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macron" format="1">
- <advance width="1568"/>
+<glyph name="macron" format="2">
+ <advance width="1568.0"/>
<unicode hex="00AF"/>
+ <anchor x="784.0" y="1784.0" name="_top"/>
+ <anchor x="784.0" y="2216.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="1260" y="2004" type="line"/>
- <point x="308" y="2004" type="line"/>
- <point x="308" y="1768" type="line"/>
- <point x="1260" y="1768" type="line"/>
- </contour>
- <contour>
- <point x="784" y="1784" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="784" y="2216" type="move" name="mkmktop_acc"/>
+ <point x="1260.0" y="2004.0" type="line"/>
+ <point x="308.0" y="2004.0" type="line"/>
+ <point x="308.0" y="1768.0" type="line"/>
+ <point x="1260.0" y="1768.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1448, 'leftMargin': 243, 'rightMargin': 252}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.cn.glif
new file mode 100644
index 000000000..13b8910cf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.cn.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="macronacutecomb.cn" format="2">
+ <anchor x="-792.0" y="1792.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-316.0" y="1953.0" type="line"/>
+ <point x="-1269.0" y="1953.0" type="line"/>
+ <point x="-1269.0" y="1715.0" type="line"/>
+ <point x="-316.0" y="1715.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-917.0" y="2023.0" type="line"/>
+ <point x="-688.0" y="2023.0" type="line"/>
+ <point x="-441.0" y="2276.0" type="line"/>
+ <point x="-741.0" y="2276.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.glif b/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.glif
deleted file mode 100644
index d36397031..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macronacutecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1792" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-316" y="1953" type="line"/>
- <point x="-1269" y="1953" type="line"/>
- <point x="-1269" y="1715" type="line"/>
- <point x="-316" y="1715" type="line"/>
- </contour>
- <contour>
- <point x="-917" y="2023" type="line"/>
- <point x="-688" y="2023" type="line"/>
- <point x="-441" y="2276" type="line"/>
- <point x="-741" y="2276" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.lc.glif
index c168799d4..026732d79 100644
--- a/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/macronacutecomb.lc.glif
@@ -1,35 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macronacutecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="macronacutecomb.lc" format="2">
+ <anchor x="-792.0" y="1782.0" name="_top"/>
+ <anchor x="-792.0" y="2736.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1782" type="move" name="_top"/>
+ <point x="-315.0" y="2005.0" type="line"/>
+ <point x="-1268.0" y="2005.0" type="line"/>
+ <point x="-1268.0" y="1767.0" type="line"/>
+ <point x="-315.0" y="1767.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="2736" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-315" y="2005" type="line"/>
- <point x="-1268" y="2005" type="line"/>
- <point x="-1268" y="1767" type="line"/>
- <point x="-315" y="1767" type="line"/>
- </contour>
- <contour>
- <point x="-997" y="2120" type="line"/>
- <point x="-637" y="2120" type="line"/>
- <point x="-254" y="2552" type="line"/>
- <point x="-726" y="2552" type="line"/>
+ <point x="-997.0" y="2120.0" type="line"/>
+ <point x="-637.0" y="2120.0" type="line"/>
+ <point x="-254.0" y="2552.0" type="line"/>
+ <point x="-726.0" y="2552.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macroncomb.glif b/src/Inter-UI-Black.ufo/glyphs/macroncomb.glif
index 4207174dd..f383de09d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/macroncomb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/macroncomb.glif
@@ -1,33 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macroncomb" format="1">
- <advance width="0"/>
+<glyph name="macroncomb" format="2">
<unicode hex="0304"/>
+ <anchor x="-799.0" y="1774.0" name="_marktop"/>
+ <anchor x="-799.0" y="2214.0" name="mkmktop"/>
+ <anchor x="-792.0" y="1885.0" name="parent_top"/>
<outline>
<contour>
- <point x="-799" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-799" y="2214" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-792" y="1885" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-316" y="2005" type="line"/>
- <point x="-1269" y="2005" type="line"/>
- <point x="-1269" y="1767" type="line"/>
- <point x="-316" y="1767" type="line"/>
+ <point x="-316.0" y="2005.0" type="line"/>
+ <point x="-1269.0" y="2005.0" type="line"/>
+ <point x="-1269.0" y="1767.0" type="line"/>
+ <point x="-316.0" y="1767.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.cn.glif
new file mode 100644
index 000000000..397473fa3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.cn.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="macrondieresiscomb.cn" format="2">
+ <anchor x="-792.0" y="1778.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-316.0" y="1953.0" type="line"/>
+ <point x="-1269.0" y="1953.0" type="line"/>
+ <point x="-1269.0" y="1715.0" type="line"/>
+ <point x="-316.0" y="1715.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1277.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-1277.0" y="2149.0"/>
+ <point x="-1199.0" y="2078.0"/>
+ <point x="-1084.0" y="2078.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="2078.0"/>
+ <point x="-888.0" y="2149.0"/>
+ <point x="-888.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="2335.0"/>
+ <point x="-967.0" y="2408.0"/>
+ <point x="-1084.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-1199.0" y="2408.0"/>
+ <point x="-1277.0" y="2335.0"/>
+ </contour>
+ <contour>
+ <point x="-697.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="2149.0"/>
+ <point x="-619.0" y="2078.0"/>
+ <point x="-502.0" y="2078.0" type="curve" smooth="yes"/>
+ <point x="-386.0" y="2078.0"/>
+ <point x="-308.0" y="2149.0"/>
+ <point x="-308.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-308.0" y="2335.0"/>
+ <point x="-386.0" y="2408.0"/>
+ <point x="-502.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-619.0" y="2408.0"/>
+ <point x="-697.0" y="2335.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.glif b/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.glif
deleted file mode 100644
index cd7c21228..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macrondieresiscomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1778" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-316" y="1953" type="line"/>
- <point x="-1269" y="1953" type="line"/>
- <point x="-1269" y="1715" type="line"/>
- <point x="-316" y="1715" type="line"/>
- </contour>
- <contour>
- <point x="-1277" y="2243" type="curve" smooth="yes"/>
- <point x="-1277" y="2149"/>
- <point x="-1199" y="2078"/>
- <point x="-1084" y="2078" type="curve" smooth="yes"/>
- <point x="-967" y="2078"/>
- <point x="-888" y="2149"/>
- <point x="-888" y="2243" type="curve" smooth="yes"/>
- <point x="-888" y="2335"/>
- <point x="-967" y="2408"/>
- <point x="-1084" y="2408" type="curve" smooth="yes"/>
- <point x="-1199" y="2408"/>
- <point x="-1277" y="2335"/>
- </contour>
- <contour>
- <point x="-697" y="2243" type="curve" smooth="yes"/>
- <point x="-697" y="2149"/>
- <point x="-619" y="2078"/>
- <point x="-502" y="2078" type="curve" smooth="yes"/>
- <point x="-386" y="2078"/>
- <point x="-308" y="2149"/>
- <point x="-308" y="2243" type="curve" smooth="yes"/>
- <point x="-308" y="2335"/>
- <point x="-386" y="2408"/>
- <point x="-502" y="2408" type="curve" smooth="yes"/>
- <point x="-619" y="2408"/>
- <point x="-697" y="2335"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.lc.glif
index 85766ae67..00db8cc84 100644
--- a/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/macrondieresiscomb.lc.glif
@@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macrondieresiscomb.lc" format="1">
- <advance width="0"/>
+<glyph name="macrondieresiscomb.lc" format="2">
+ <anchor x="-792.0" y="1782.0" name="_top"/>
+ <anchor x="-792.0" y="2654.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1782" type="move" name="_top"/>
+ <point x="-315.0" y="2005.0" type="line"/>
+ <point x="-1268.0" y="2005.0" type="line"/>
+ <point x="-1268.0" y="1767.0" type="line"/>
+ <point x="-315.0" y="1767.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="2654" type="move" name="mkmktop_acc"/>
+ <point x="-1346.0" y="2317.0" type="curve" smooth="yes"/>
+ <point x="-1346.0" y="2214.0"/>
+ <point x="-1257.0" y="2134.0"/>
+ <point x="-1144.0" y="2134.0" type="curve" smooth="yes"/>
+ <point x="-1031.0" y="2134.0"/>
+ <point x="-942.0" y="2214.0"/>
+ <point x="-942.0" y="2317.0" type="curve" smooth="yes"/>
+ <point x="-942.0" y="2420.0"/>
+ <point x="-1031.0" y="2500.0"/>
+ <point x="-1144.0" y="2500.0" type="curve" smooth="yes"/>
+ <point x="-1257.0" y="2500.0"/>
+ <point x="-1346.0" y="2420.0"/>
</contour>
<contour>
- <point x="-315" y="2005" type="line"/>
- <point x="-1268" y="2005" type="line"/>
- <point x="-1268" y="1767" type="line"/>
- <point x="-315" y="1767" type="line"/>
- </contour>
- <contour>
- <point x="-1346" y="2317" type="curve" smooth="yes"/>
- <point x="-1346" y="2214"/>
- <point x="-1257" y="2134"/>
- <point x="-1144" y="2134" type="curve" smooth="yes"/>
- <point x="-1031" y="2134"/>
- <point x="-942" y="2214"/>
- <point x="-942" y="2317" type="curve" smooth="yes"/>
- <point x="-942" y="2420"/>
- <point x="-1031" y="2500"/>
- <point x="-1144" y="2500" type="curve" smooth="yes"/>
- <point x="-1257" y="2500"/>
- <point x="-1346" y="2420"/>
- </contour>
- <contour>
- <point x="-646" y="2317" type="curve" smooth="yes"/>
- <point x="-646" y="2214"/>
- <point x="-557" y="2134"/>
- <point x="-444" y="2134" type="curve" smooth="yes"/>
- <point x="-331" y="2134"/>
- <point x="-242" y="2214"/>
- <point x="-242" y="2317" type="curve" smooth="yes"/>
- <point x="-242" y="2420"/>
- <point x="-331" y="2500"/>
- <point x="-444" y="2500" type="curve" smooth="yes"/>
- <point x="-557" y="2500"/>
- <point x="-646" y="2420"/>
+ <point x="-646.0" y="2317.0" type="curve" smooth="yes"/>
+ <point x="-646.0" y="2214.0"/>
+ <point x="-557.0" y="2134.0"/>
+ <point x="-444.0" y="2134.0" type="curve" smooth="yes"/>
+ <point x="-331.0" y="2134.0"/>
+ <point x="-242.0" y="2214.0"/>
+ <point x="-242.0" y="2317.0" type="curve" smooth="yes"/>
+ <point x="-242.0" y="2420.0"/>
+ <point x="-331.0" y="2500.0"/>
+ <point x="-444.0" y="2500.0" type="curve" smooth="yes"/>
+ <point x="-557.0" y="2500.0"/>
+ <point x="-646.0" y="2420.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.cn.glif
new file mode 100644
index 000000000..2bd355803
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.cn.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="macrongravecomb.cn" format="2">
+ <anchor x="-792.0" y="1792.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-837.0" y="2276.0" type="line"/>
+ <point x="-1137.0" y="2276.0" type="line"/>
+ <point x="-891.0" y="2023.0" type="line"/>
+ <point x="-661.0" y="2023.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-316.0" y="1953.0" type="line"/>
+ <point x="-1269.0" y="1953.0" type="line"/>
+ <point x="-1269.0" y="1715.0" type="line"/>
+ <point x="-316.0" y="1715.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:38:04</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.glif b/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.glif
deleted file mode 100644
index 2e8775c38..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macrongravecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1792" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-837" y="2276" type="line"/>
- <point x="-1137" y="2276" type="line"/>
- <point x="-891" y="2023" type="line"/>
- <point x="-661" y="2023" type="line"/>
- </contour>
- <contour>
- <point x="-316" y="1953" type="line"/>
- <point x="-1269" y="1953" type="line"/>
- <point x="-1269" y="1715" type="line"/>
- <point x="-316" y="1715" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.lc.glif
index 159a25297..7f13bb2b6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/macrongravecomb.lc.glif
@@ -1,35 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macrongravecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="macrongravecomb.lc" format="2">
+ <anchor x="-792.0" y="1782.0" name="_top"/>
+ <anchor x="-792.0" y="2736.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1782" type="move" name="_top"/>
+ <point x="-315.0" y="2005.0" type="line"/>
+ <point x="-1268.0" y="2005.0" type="line"/>
+ <point x="-1268.0" y="1767.0" type="line"/>
+ <point x="-315.0" y="1767.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="2736" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-315" y="2005" type="line"/>
- <point x="-1268" y="2005" type="line"/>
- <point x="-1268" y="1767" type="line"/>
- <point x="-315" y="1767" type="line"/>
- </contour>
- <contour>
- <point x="-853" y="2552" type="line"/>
- <point x="-1324" y="2552" type="line"/>
- <point x="-939" y="2120" type="line"/>
- <point x="-579" y="2120" type="line"/>
+ <point x="-853.0" y="2552.0" type="line"/>
+ <point x="-1324.0" y="2552.0" type="line"/>
+ <point x="-939.0" y="2120.0" type="line"/>
+ <point x="-579.0" y="2120.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macronsub.glif b/src/Inter-UI-Black.ufo/glyphs/macronsub.glif
index 980619902..ffd335e65 100644
--- a/src/Inter-UI-Black.ufo/glyphs/macronsub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/macronsub.glif
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macronsub" format="1">
- <advance width="1312"/>
+<glyph name="macronsub" format="2">
+ <advance width="1312.0"/>
<unicode hex="02CD"/>
<outline>
- <component base="macron" xOffset="-80" yOffset="-2240"/>
+ <component base="macron" xOffset="-80.0" yOffset="-2240.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1228, 'leftMargin': 137, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macronsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/macronsubnosp.glif
index 11517e34d..e197c3b32 100644
--- a/src/Inter-UI-Black.ufo/glyphs/macronsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/macronsubnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macronsubnosp" format="1">
- <advance width="0"/>
+<glyph name="macronsubnosp" format="2">
<unicode hex="0331"/>
+ <anchor x="-792.0" y="0.0" name="_bottom"/>
+ <anchor x="-792.0" y="0.0" name="_markbottom"/>
+ <anchor x="-791.0" y="-474.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-792" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-792" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-791" y="-474" type="move" name="mkmkbottom_acc"/>
- </contour>
- <component base="macron" xOffset="-1513" yOffset="-2241"/>
+ <component base="macron" xOffset="-1513.0" yOffset="-2241.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/macute.glif b/src/Inter-UI-Black.ufo/glyphs/macute.glif
new file mode 100644
index 000000000..488b8f80a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/macute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="macute" format="2">
+ <advance width="2440.0"/>
+ <unicode hex="1E3F"/>
+ <anchor x="1220.0" y="0.0" name="bottom"/>
+ <anchor x="2380.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1220.0" y="1776.0" name="parent_top"/>
+ <anchor x="1220.0" y="2296.0" name="top"/>
+ <anchor x="2380.0" y="1776.0" name="top0315"/>
+ <anchor x="2380.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="m"/>
+ <component base="acute" xOffset="856.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/manat.glif b/src/Inter-UI-Black.ufo/glyphs/manat.glif
index 7fdbf7afb..f72565d4f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/manat.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/manat.glif
@@ -1,61 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="manat" format="1">
- <advance width="2080"/>
+<glyph name="manat" format="2">
+ <advance width="2080.0"/>
<unicode hex="20BC"/>
+ <guideline x="972.125"/>
<outline>
<contour>
- <point x="1932" y="0" type="line"/>
- <point x="1932" y="224" type="line" smooth="yes"/>
- <point x="1932" y="832"/>
- <point x="1548" y="1208"/>
- <point x="1040" y="1208" type="curve" smooth="yes"/>
- <point x="532" y="1208"/>
- <point x="152" y="832"/>
- <point x="152" y="224" type="curve" smooth="yes"/>
- <point x="152" y="0" type="line"/>
- <point x="592" y="0" type="line"/>
- <point x="592" y="228" type="line" smooth="yes"/>
- <point x="592" y="628"/>
- <point x="772" y="852"/>
- <point x="1040" y="852" type="curve" smooth="yes"/>
- <point x="1304" y="852"/>
- <point x="1488" y="628"/>
- <point x="1488" y="228" type="curve" smooth="yes"/>
- <point x="1488" y="0" type="line"/>
+ <point x="1932.0" y="0.0" type="line"/>
+ <point x="1932.0" y="224.0" type="line" smooth="yes"/>
+ <point x="1932.0" y="832.0"/>
+ <point x="1548.0" y="1208.0"/>
+ <point x="1040.0" y="1208.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1208.0"/>
+ <point x="152.0" y="832.0"/>
+ <point x="152.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="592.0" y="0.0" type="line"/>
+ <point x="592.0" y="228.0" type="line" smooth="yes"/>
+ <point x="592.0" y="628.0"/>
+ <point x="772.0" y="852.0"/>
+ <point x="1040.0" y="852.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="852.0"/>
+ <point x="1488.0" y="628.0"/>
+ <point x="1488.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1264" y="1536" type="line"/>
- <point x="820" y="1536" type="line"/>
- <point x="820" y="0" type="line"/>
- <point x="1264" y="0" type="line"/>
+ <point x="1264.0" y="1536.0" type="line"/>
+ <point x="820.0" y="1536.0" type="line"/>
+ <point x="820.0" y="0.0" type="line"/>
+ <point x="1264.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>972.125</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 83, 'rightMargin': 82}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mcapturn.glif b/src/Inter-UI-Black.ufo/glyphs/mcapturn.glif
index d7885f7f8..b24056729 100644
--- a/src/Inter-UI-Black.ufo/glyphs/mcapturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/mcapturn.glif
@@ -1,56 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mcapturn" format="1">
- <advance width="2592"/>
+<glyph name="mcapturn" format="2">
+ <advance width="2592.0"/>
<unicode hex="019C"/>
<outline>
<contour>
- <point x="1956" y="364" type="line"/>
- <point x="2004" y="0" type="line"/>
- <point x="2400" y="0" type="line"/>
- <point x="2400" y="2004" type="line"/>
- <point x="1956" y="2004" type="line"/>
+ <point x="1956.0" y="364.0" type="line"/>
+ <point x="2004.0" y="0.0" type="line"/>
+ <point x="2400.0" y="0.0" type="line"/>
+ <point x="2400.0" y="2004.0" type="line"/>
+ <point x="1956.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="2012" y="692" type="line"/>
- <point x="2012" y="484"/>
- <point x="1932" y="332"/>
- <point x="1712" y="332" type="curve" smooth="yes"/>
- <point x="1588" y="332"/>
- <point x="1516" y="408"/>
- <point x="1516" y="580" type="curve"/>
- <point x="1516" y="2004" type="line"/>
- <point x="1076" y="2004" type="line"/>
- <point x="1076" y="580" type="line"/>
- <point x="1076" y="132"/>
- <point x="1272" y="-28"/>
- <point x="1572" y="-28" type="curve" smooth="yes"/>
- <point x="1940" y="-28"/>
- <point x="2140" y="280"/>
- <point x="2140" y="696" type="curve"/>
+ <point x="2012.0" y="692.0" type="line"/>
+ <point x="2012.0" y="484.0"/>
+ <point x="1932.0" y="332.0"/>
+ <point x="1712.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1588.0" y="332.0"/>
+ <point x="1516.0" y="408.0"/>
+ <point x="1516.0" y="580.0" type="curve"/>
+ <point x="1516.0" y="2004.0" type="line"/>
+ <point x="1076.0" y="2004.0" type="line"/>
+ <point x="1076.0" y="580.0" type="line"/>
+ <point x="1076.0" y="132.0"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1572.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1940.0" y="-28.0"/>
+ <point x="2140.0" y="280.0"/>
+ <point x="2140.0" y="696.0" type="curve"/>
</contour>
<contour>
- <point x="1132" y="692" type="line"/>
- <point x="1132" y="484"/>
- <point x="1052" y="332"/>
- <point x="832" y="332" type="curve" smooth="yes"/>
- <point x="708" y="332"/>
- <point x="636" y="408"/>
- <point x="636" y="580" type="curve" smooth="yes"/>
- <point x="636" y="2004" type="line"/>
- <point x="196" y="2004" type="line"/>
- <point x="196" y="580" type="line" smooth="yes"/>
- <point x="196" y="104"/>
- <point x="388" y="-28"/>
- <point x="692" y="-28" type="curve" smooth="yes"/>
- <point x="1072" y="-28"/>
- <point x="1268" y="272"/>
- <point x="1268" y="696" type="curve"/>
+ <point x="1132.0" y="692.0" type="line"/>
+ <point x="1132.0" y="484.0"/>
+ <point x="1052.0" y="332.0"/>
+ <point x="832.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="332.0"/>
+ <point x="636.0" y="408.0"/>
+ <point x="636.0" y="580.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="2004.0" type="line"/>
+ <point x="196.0" y="2004.0" type="line"/>
+ <point x="196.0" y="580.0" type="line" smooth="yes"/>
+ <point x="196.0" y="104.0"/>
+ <point x="388.0" y="-28.0"/>
+ <point x="692.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="-28.0"/>
+ <point x="1268.0" y="272.0"/>
+ <point x="1268.0" y="696.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2540, 'leftMargin': 168, 'rightMargin': 168}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/mdotaccent.glif
new file mode 100644
index 000000000..01fce9656
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/mdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="mdotaccent" format="2">
+ <advance width="2440.0"/>
+ <unicode hex="1E41"/>
+ <anchor x="1220.0" y="0.0" name="bottom"/>
+ <anchor x="2380.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1220.0" y="1776.0" name="parent_top"/>
+ <anchor x="1220.0" y="2296.0" name="top"/>
+ <anchor x="2380.0" y="1776.0" name="top0315"/>
+ <anchor x="2380.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="m"/>
+ <component base="dotaccent" xOffset="820.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/mdotbelow.glif
new file mode 100644
index 000000000..0c6cb94c6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/mdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="mdotbelow" format="2">
+ <advance width="2440.0"/>
+ <unicode hex="1E43"/>
+ <anchor x="1219.0" y="-523.0" name="bottom"/>
+ <anchor x="2380.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1220.0" y="1776.0" name="parent_top"/>
+ <anchor x="1220.0" y="1776.0" name="top"/>
+ <anchor x="2380.0" y="1776.0" name="top0315"/>
+ <anchor x="2380.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="m"/>
+ <component base="dotbelow" xOffset="2044.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mhook.glif b/src/Inter-UI-Black.ufo/glyphs/mhook.glif
index e8f2e8abf..35f4197f4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/mhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/mhook.glif
@@ -1,41 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mhook" format="1">
- <advance width="2440"/>
+<glyph name="mhook" format="2">
+ <advance width="2440.0"/>
<unicode hex="0271"/>
+ <anchor x="1204.0" y="-616.0" name="bottom"/>
+ <anchor x="1204.0" y="1776.0" name="top"/>
+ <anchor x="2416.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1836" y="184" type="line"/>
- <point x="1836" y="-80" type="line" smooth="yes"/>
- <point x="1836" y="-192"/>
- <point x="1736" y="-220"/>
- <point x="1632" y="-220" type="curve" smooth="yes"/>
- <point x="1592" y="-220"/>
- <point x="1556" y="-216"/>
- <point x="1524" y="-212" type="curve"/>
- <point x="1524" y="-560" type="line"/>
- <point x="1580" y="-568"/>
- <point x="1656" y="-576"/>
- <point x="1756" y="-576" type="curve" smooth="yes"/>
- <point x="1996" y="-576"/>
- <point x="2296" y="-516"/>
- <point x="2296" y="-80" type="curve" smooth="yes"/>
- <point x="2296" y="184" type="line"/>
+ <point x="1836.0" y="184.0" type="line"/>
+ <point x="1836.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="1836.0" y="-192.0"/>
+ <point x="1736.0" y="-220.0"/>
+ <point x="1632.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="-220.0"/>
+ <point x="1556.0" y="-216.0"/>
+ <point x="1524.0" y="-212.0" type="curve"/>
+ <point x="1524.0" y="-560.0" type="line"/>
+ <point x="1580.0" y="-568.0"/>
+ <point x="1656.0" y="-576.0"/>
+ <point x="1756.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1996.0" y="-576.0"/>
+ <point x="2296.0" y="-516.0"/>
+ <point x="2296.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="2296.0" y="184.0" type="line"/>
</contour>
- <component base="m"/>
<contour>
- <point x="1204" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1204" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2416" y="1776" type="move" name="top0315"/>
+ <point x="1444.0" y="952.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1120.0"/>
+ <point x="1520.0" y="1192.0"/>
+ <point x="1644.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1752.0" y="1192.0"/>
+ <point x="1836.0" y="1136.0"/>
+ <point x="1836.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1836.0" y="0.0" type="line"/>
+ <point x="2296.0" y="0.0" type="line"/>
+ <point x="2296.0" y="960.0" type="line" smooth="yes"/>
+ <point x="2296.0" y="1404.0"/>
+ <point x="2088.0" y="1556.0"/>
+ <point x="1828.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="1556.0"/>
+ <point x="1480.0" y="1468.0"/>
+ <point x="1396.0" y="1344.0" type="curve"/>
+ <point x="1380.0" y="1344.0" type="line"/>
+ <point x="1316.0" y="1480.0"/>
+ <point x="1188.0" y="1556.0"/>
+ <point x="1004.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="1556.0"/>
+ <point x="692.0" y="1480.0"/>
+ <point x="604.0" y="1372.0" type="curve"/>
+ <point x="592.0" y="1372.0" type="line"/>
+ <point x="592.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ <point x="604.0" y="968.0" type="line"/>
+ <point x="604.0" y="1132.0"/>
+ <point x="688.0" y="1192.0"/>
+ <point x="792.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="1192.0"/>
+ <point x="1000.0" y="1124.0"/>
+ <point x="1000.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="0.0" type="line"/>
+ <point x="1444.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2430, 'leftMargin': 80, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mill.glif b/src/Inter-UI-Black.ufo/glyphs/mill.glif
index faeaad06b..4ef83ffb6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/mill.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/mill.glif
@@ -1,27 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mill" format="1">
- <advance width="2336"/>
+<glyph name="mill" format="2">
+ <advance width="2336.0"/>
<unicode hex="20A5"/>
<outline>
<contour>
- <point x="1652" y="1760" type="line"/>
- <point x="1344" y="1760" type="line"/>
- <point x="568" y="-172" type="line"/>
- <point x="880" y="-172" type="line"/>
+ <point x="1652.0" y="1760.0" type="line"/>
+ <point x="1344.0" y="1760.0" type="line"/>
+ <point x="568.0" y="-172.0" type="line"/>
+ <point x="880.0" y="-172.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1440.0" y="952.0" type="line" smooth="yes"/>
+ <point x="1440.0" y="1120.0"/>
+ <point x="1516.0" y="1192.0"/>
+ <point x="1640.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1748.0" y="1192.0"/>
+ <point x="1832.0" y="1136.0"/>
+ <point x="1832.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1832.0" y="0.0" type="line"/>
+ <point x="2292.0" y="0.0" type="line"/>
+ <point x="2292.0" y="960.0" type="line" smooth="yes"/>
+ <point x="2292.0" y="1404.0"/>
+ <point x="2084.0" y="1556.0"/>
+ <point x="1824.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="1556.0"/>
+ <point x="1476.0" y="1468.0"/>
+ <point x="1392.0" y="1344.0" type="curve"/>
+ <point x="1376.0" y="1344.0" type="line"/>
+ <point x="1312.0" y="1480.0"/>
+ <point x="1184.0" y="1556.0"/>
+ <point x="1000.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="1556.0"/>
+ <point x="688.0" y="1480.0"/>
+ <point x="600.0" y="1372.0" type="curve"/>
+ <point x="588.0" y="1372.0" type="line"/>
+ <point x="588.0" y="1536.0" type="line"/>
+ <point x="140.0" y="1536.0" type="line"/>
+ <point x="140.0" y="0.0" type="line"/>
+ <point x="600.0" y="0.0" type="line"/>
+ <point x="600.0" y="968.0" type="line"/>
+ <point x="600.0" y="1132.0"/>
+ <point x="684.0" y="1192.0"/>
+ <point x="788.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="1192.0"/>
+ <point x="996.0" y="1124.0"/>
+ <point x="996.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="0.0" type="line"/>
+ <point x="1440.0" y="0.0" type="line"/>
</contour>
- <component base="m" xOffset="-4"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2430, 'leftMargin': 80, 'rightMargin': 202}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/minus.case.glif b/src/Inter-UI-Black.ufo/glyphs/minus.case.glif
index 579445aa0..9452e1b1a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/minus.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/minus.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minus.case" format="1">
- <advance width="1568"/>
+<glyph name="minus.case" format="2">
+ <advance width="1568.0"/>
<outline>
- <component base="minus" yOffset="128"/>
+ <component base="minus" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1548, 'leftMargin': 191, 'rightMargin': 155}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/minus.glif b/src/Inter-UI-Black.ufo/glyphs/minus.glif
index 12dc1d687..6e457b276 100644
--- a/src/Inter-UI-Black.ufo/glyphs/minus.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/minus.glif
@@ -1,43 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minus" format="1">
- <advance width="1568"/>
+<glyph name="minus" format="2">
+ <advance width="1568.0"/>
<unicode hex="2212"/>
+ <guideline x="220.0" y="896.0" angle="0.0"/>
<outline>
<contour>
- <point x="1360" y="1072" type="line"/>
- <point x="208" y="1072" type="line"/>
- <point x="208" y="720" type="line"/>
- <point x="1360" y="720" type="line"/>
+ <point x="1360.0" y="1072.0" type="line"/>
+ <point x="208.0" y="1072.0" type="line"/>
+ <point x="208.0" y="720.0" type="line"/>
+ <point x="1360.0" y="720.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>220</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1548, 'leftMargin': 191, 'rightMargin': 155}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/minusmod.glif b/src/Inter-UI-Black.ufo/glyphs/minusmod.glif
index 15574f015..ef90f0004 100644
--- a/src/Inter-UI-Black.ufo/glyphs/minusmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/minusmod.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minusmod" format="1">
- <advance width="1056"/>
+<glyph name="minusmod" format="2">
+ <advance width="1056.0"/>
<unicode hex="02D7"/>
<outline>
<contour>
- <point x="160" y="636" type="line"/>
- <point x="160" y="368" type="line"/>
- <point x="900" y="368" type="line"/>
- <point x="900" y="636" type="line"/>
+ <point x="160.0" y="636.0" type="line"/>
+ <point x="160.0" y="368.0" type="line"/>
+ <point x="900.0" y="368.0" type="line"/>
+ <point x="900.0" y="636.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 961, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/minussub.glif b/src/Inter-UI-Black.ufo/glyphs/minussub.glif
index 2d953264d..10443d792 100644
--- a/src/Inter-UI-Black.ufo/glyphs/minussub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/minussub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minussub" format="1">
- <advance width="1312"/>
+<glyph name="minussub" format="2">
+ <advance width="1312.0"/>
<unicode hex="208B"/>
<outline>
- <component base="minussuperior" xOffset="128" yOffset="-1376"/>
+ <component base="minussuperior" xOffset="128.0" yOffset="-1376.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1029, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/minussubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/minussubnosp.glif
index a9bb1a755..b40cd0af5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/minussubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/minussubnosp.glif
@@ -1,30 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minussubnosp" format="1">
- <advance width="0"/>
+<glyph name="minussubnosp" format="2">
<unicode hex="0320"/>
+ <anchor x="-793.0" y="0.0" name="_markbottom"/>
+ <anchor x="-788.0" y="-524.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-793" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-788" y="-524" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1192" y="-260" type="line"/>
- <point x="-1192" y="-525" type="line"/>
- <point x="-396" y="-525" type="line"/>
- <point x="-396" y="-260" type="line"/>
+ <point x="-1192.0" y="-260.0" type="line"/>
+ <point x="-1192.0" y="-525.0" type="line"/>
+ <point x="-396.0" y="-525.0" type="line"/>
+ <point x="-396.0" y="-260.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/minussuperior.glif b/src/Inter-UI-Black.ufo/glyphs/minussuperior.glif
index b29dda794..0f0703c8a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/minussuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/minussuperior.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minussuperior" format="1">
- <advance width="1312"/>
+<glyph name="minussuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="207B"/>
<outline>
<contour>
- <point x="1060" y="1516" type="line"/>
- <point x="252" y="1516" type="line"/>
- <point x="252" y="1256" type="line"/>
- <point x="1060" y="1256" type="line"/>
+ <point x="1060.0" y="1516.0" type="line"/>
+ <point x="252.0" y="1516.0" type="line"/>
+ <point x="252.0" y="1256.0" type="line"/>
+ <point x="1060.0" y="1256.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1029, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/minute.glif b/src/Inter-UI-Black.ufo/glyphs/minute.glif
new file mode 100644
index 000000000..0c1255eba
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/minute.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="minute" format="2">
+ <advance width="544.0"/>
+ <unicode hex="2032"/>
+ <outline>
+ <component base="quotesingle"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mturn.glif b/src/Inter-UI-Black.ufo/glyphs/mturn.glif
index aa397266e..5bc4bbcb0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/mturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/mturn.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mturn" format="1">
- <advance width="2440"/>
+<glyph name="mturn" format="2">
+ <advance width="2440.0"/>
<unicode hex="026F"/>
+ <anchor x="1176.0" y="0.0" name="bottom"/>
+ <anchor x="1176.0" y="1776.0" name="top"/>
+ <anchor x="2384.0" y="1776.0" name="top0315"/>
<outline>
- <component base="m" xScale="-1.0" yScale="-1.0" xOffset="2408" yOffset="1536"/>
- <contour>
- <point x="1176" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1176" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2384" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="m" xScale="-1.0" yScale="-1.0" xOffset="2408.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2430, 'leftMargin': 140, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mturndescend.glif b/src/Inter-UI-Black.ufo/glyphs/mturndescend.glif
index 5826f0e8d..64bacf699 100644
--- a/src/Inter-UI-Black.ufo/glyphs/mturndescend.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/mturndescend.glif
@@ -1,29 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mturndescend" format="1">
- <advance width="2440"/>
+<glyph name="mturndescend" format="2">
+ <advance width="2440.0"/>
<unicode hex="0270"/>
+ <anchor x="1176.0" y="-616.0" name="bottom"/>
+ <anchor x="1176.0" y="1776.0" name="top"/>
+ <anchor x="2384.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1848" y="-576" type="line"/>
- <point x="2296" y="-576" type="line"/>
- <point x="2296" y="24" type="line"/>
- <point x="1848" y="24" type="line"/>
+ <point x="1848.0" y="-576.0" type="line"/>
+ <point x="2296.0" y="-576.0" type="line"/>
+ <point x="2296.0" y="24.0" type="line"/>
+ <point x="1848.0" y="24.0" type="line"/>
</contour>
- <component base="m" xScale="-1.0" yScale="-1.0" xOffset="2408" yOffset="1536"/>
<contour>
- <point x="1176" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1176" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2384" y="1776" type="move" name="top0315"/>
+ <point x="964.0" y="584.0" type="line" smooth="yes"/>
+ <point x="964.0" y="416.0"/>
+ <point x="888.0" y="344.0"/>
+ <point x="764.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="344.0"/>
+ <point x="572.0" y="400.0"/>
+ <point x="572.0" y="576.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="1536.0" type="line"/>
+ <point x="112.0" y="1536.0" type="line"/>
+ <point x="112.0" y="576.0" type="line" smooth="yes"/>
+ <point x="112.0" y="132.0"/>
+ <point x="320.0" y="-20.0"/>
+ <point x="580.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="-20.0"/>
+ <point x="928.0" y="68.0"/>
+ <point x="1012.0" y="192.0" type="curve"/>
+ <point x="1028.0" y="192.0" type="line"/>
+ <point x="1092.0" y="56.0"/>
+ <point x="1220.0" y="-20.0"/>
+ <point x="1404.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="-20.0"/>
+ <point x="1716.0" y="56.0"/>
+ <point x="1804.0" y="164.0" type="curve"/>
+ <point x="1816.0" y="164.0" type="line"/>
+ <point x="1816.0" y="0.0" type="line"/>
+ <point x="2264.0" y="0.0" type="line"/>
+ <point x="2264.0" y="1536.0" type="line"/>
+ <point x="1804.0" y="1536.0" type="line"/>
+ <point x="1804.0" y="568.0" type="line"/>
+ <point x="1804.0" y="404.0"/>
+ <point x="1720.0" y="344.0"/>
+ <point x="1616.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="344.0"/>
+ <point x="1408.0" y="412.0"/>
+ <point x="1408.0" y="576.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="1536.0" type="line"/>
+ <point x="964.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2430, 'leftMargin': 140, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mu.glif b/src/Inter-UI-Black.ufo/glyphs/mu.glif
index 3bd4035bb..ad7967848 100644
--- a/src/Inter-UI-Black.ufo/glyphs/mu.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/mu.glif
@@ -1,69 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mu" format="1">
- <advance width="1664"/>
+<glyph name="mu" format="2">
+ <advance width="1664.0"/>
<unicode hex="00B5"/>
+ <guideline y="277.75"/>
+ <guideline y="752.125"/>
<outline>
<contour>
- <point x="1076" y="1536" type="line"/>
- <point x="1076" y="344" type="line"/>
- <point x="1104" y="0" type="line"/>
- <point x="1520" y="0" type="line"/>
- <point x="1520" y="1536" type="line"/>
+ <point x="1076.0" y="1536.0" type="line"/>
+ <point x="1076.0" y="344.0" type="line"/>
+ <point x="1104.0" y="0.0" type="line"/>
+ <point x="1520.0" y="0.0" type="line"/>
+ <point x="1520.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="1076" y="692" type="line"/>
- <point x="1076" y="492"/>
- <point x="1016" y="336"/>
- <point x="820" y="336" type="curve" smooth="yes"/>
- <point x="668" y="336"/>
- <point x="588" y="432"/>
- <point x="588" y="684" type="curve"/>
- <point x="356" y="684" type="line"/>
- <point x="412" y="108"/>
- <point x="608" y="-28"/>
- <point x="804" y="-28" type="curve" smooth="yes"/>
- <point x="1140" y="-28"/>
- <point x="1312" y="280"/>
- <point x="1312" y="696" type="curve"/>
+ <point x="1076.0" y="692.0" type="line"/>
+ <point x="1076.0" y="492.0"/>
+ <point x="1016.0" y="336.0"/>
+ <point x="820.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="336.0"/>
+ <point x="588.0" y="432.0"/>
+ <point x="588.0" y="684.0" type="curve"/>
+ <point x="356.0" y="684.0" type="line"/>
+ <point x="412.0" y="108.0"/>
+ <point x="608.0" y="-28.0"/>
+ <point x="804.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="-28.0"/>
+ <point x="1312.0" y="280.0"/>
+ <point x="1312.0" y="696.0" type="curve"/>
</contour>
<contour>
- <point x="144" y="1536" type="line"/>
- <point x="144" y="-572" type="line"/>
- <point x="588" y="-572" type="line"/>
- <point x="588" y="1536" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="-572.0" type="line"/>
+ <point x="588.0" y="-572.0" type="line"/>
+ <point x="588.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>277.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>752.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1783, 'leftMargin': 186, 'rightMargin': 221}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/mugreek.glif b/src/Inter-UI-Black.ufo/glyphs/mugreek.glif
new file mode 100644
index 000000000..565983906
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/mugreek.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="mugreek" format="2">
+ <advance width="1664.0"/>
+ <unicode hex="03BC"/>
+ <outline>
+ <component base="mu"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/multiply.case.glif b/src/Inter-UI-Black.ufo/glyphs/multiply.case.glif
index 0518a2cdd..f67939164 100644
--- a/src/Inter-UI-Black.ufo/glyphs/multiply.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/multiply.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="multiply.case" format="1">
- <advance width="1568"/>
+<glyph name="multiply.case" format="2">
+ <advance width="1568.0"/>
<outline>
- <component base="multiply" yOffset="128"/>
+ <component base="multiply" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1492, 'leftMargin': 78, 'rightMargin': 87}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/multiply.glif b/src/Inter-UI-Black.ufo/glyphs/multiply.glif
index 3cd2f808f..6dfcb7634 100644
--- a/src/Inter-UI-Black.ufo/glyphs/multiply.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/multiply.glif
@@ -1,49 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="multiply" format="1">
- <advance width="1568"/>
+<glyph name="multiply" format="2">
+ <advance width="1568.0"/>
<unicode hex="00D7"/>
+ <guideline x="232.0" y="896.0" angle="0.0"/>
<outline>
<contour>
- <point x="392" y="240" type="line"/>
- <point x="1432" y="1300" type="line"/>
- <point x="1176" y="1552" type="line"/>
- <point x="136" y="492" type="line"/>
+ <point x="392.0" y="240.0" type="line"/>
+ <point x="1432.0" y="1300.0" type="line"/>
+ <point x="1176.0" y="1552.0" type="line"/>
+ <point x="136.0" y="492.0" type="line"/>
</contour>
<contour>
- <point x="1176" y="240" type="line"/>
- <point x="1432" y="492" type="line"/>
- <point x="392" y="1552" type="line"/>
- <point x="136" y="1300" type="line"/>
+ <point x="1176.0" y="240.0" type="line"/>
+ <point x="1432.0" y="492.0" type="line"/>
+ <point x="392.0" y="1552.0" type="line"/>
+ <point x="136.0" y="1300.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>232</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1492, 'leftMargin': 78, 'rightMargin': 87}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/n.glif b/src/Inter-UI-Black.ufo/glyphs/n.glif
index c8a250a2d..9352deb76 100644
--- a/src/Inter-UI-Black.ufo/glyphs/n.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/n.glif
@@ -1,84 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="n" format="1">
- <advance width="1656"/>
+<glyph name="n" format="2">
+ <advance width="1656.0"/>
<unicode hex="006E"/>
+ <guideline x="816.0" y="-164.0" angle="90.0"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="-136.0" y="2108.0" name="caron"/>
+ <anchor x="832.0" y="1776.0" name="marktop"/>
+ <anchor x="1448.0" y="0.0" name="right"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="604" y="816" type="line" smooth="yes"/>
- <point x="604" y="1032"/>
- <point x="660" y="1192"/>
- <point x="832" y="1192" type="curve" smooth="yes"/>
- <point x="956" y="1192"/>
- <point x="1052" y="1108"/>
- <point x="1052" y="944" type="curve" smooth="yes"/>
- <point x="1052" y="0" type="line"/>
- <point x="1512" y="0" type="line"/>
- <point x="1512" y="960" type="line" smooth="yes"/>
- <point x="1512" y="1404"/>
- <point x="1256" y="1556"/>
- <point x="996" y="1556" type="curve" smooth="yes"/>
- <point x="820" y="1556"/>
- <point x="672" y="1484"/>
- <point x="584" y="1372" type="curve"/>
- <point x="568" y="1372" type="line"/>
- <point x="568" y="1536" type="line"/>
- <point x="144" y="1536" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- </contour>
- <contour>
- <point x="832" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="832" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="-136" y="2108" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="1448" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="832" y="1776" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1576" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1576" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1576" y="1776" type="move" name="top0315"/>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1032.0"/>
+ <point x="660.0" y="1192.0"/>
+ <point x="832.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1192.0"/>
+ <point x="1052.0" y="1108.0"/>
+ <point x="1052.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="0.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
+ <point x="1512.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1512.0" y="1404.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="996.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="1556.0"/>
+ <point x="672.0" y="1484.0"/>
+ <point x="584.0" y="1372.0" type="curve"/>
+ <point x="568.0" y="1372.0" type="line"/>
+ <point x="568.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>816</integer>
- <key>y</key>
- <integer>-164</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 129, 'rightMargin': 133}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nacute.glif b/src/Inter-UI-Black.ufo/glyphs/nacute.glif
new file mode 100644
index 000000000..e7e627006
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/nacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nacute" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0144"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="2296.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="acute" xOffset="468.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/naira.glif b/src/Inter-UI-Black.ufo/glyphs/naira.glif
index fd012bffa..9ade326e4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/naira.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/naira.glif
@@ -1,33 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="naira" format="1">
- <advance width="2360"/>
+<glyph name="naira" format="2">
+ <advance width="2360.0"/>
<unicode hex="20A6"/>
<outline>
<contour>
- <point x="2280" y="1380" type="line"/>
- <point x="80" y="1380" type="line"/>
- <point x="80" y="1160" type="line"/>
- <point x="2280" y="1160" type="line"/>
+ <point x="2280.0" y="1380.0" type="line"/>
+ <point x="80.0" y="1380.0" type="line"/>
+ <point x="80.0" y="1160.0" type="line"/>
+ <point x="2280.0" y="1160.0" type="line"/>
</contour>
<contour>
- <point x="2280" y="924" type="line"/>
- <point x="80" y="924" type="line"/>
- <point x="80" y="704" type="line"/>
- <point x="2280" y="704" type="line"/>
+ <point x="2280.0" y="924.0" type="line"/>
+ <point x="80.0" y="924.0" type="line"/>
+ <point x="80.0" y="704.0" type="line"/>
+ <point x="2280.0" y="704.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2012.0" y="2048.0" type="line"/>
+ <point x="1548.0" y="2048.0" type="line"/>
+ <point x="1548.0" y="788.0" type="line"/>
+ <point x="1532.0" y="788.0" type="line"/>
+ <point x="808.0" y="2048.0" type="line"/>
+ <point x="348.0" y="2048.0" type="line"/>
+ <point x="348.0" y="0.0" type="line"/>
+ <point x="812.0" y="0.0" type="line"/>
+ <point x="812.0" y="1260.0" type="line"/>
+ <point x="828.0" y="1260.0" type="line"/>
+ <point x="1556.0" y="0.0" type="line"/>
+ <point x="2012.0" y="0.0" type="line"/>
</contour>
- <component base="N" xOffset="204"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2310.0, 'leftMargin': 55, 'rightMargin': 55.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/napostrophe.glif b/src/Inter-UI-Black.ufo/glyphs/napostrophe.glif
new file mode 100644
index 000000000..77fc64fe3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/napostrophe.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="napostrophe" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0149"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="commaaccent" xOffset="-252.0" yOffset="1716.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nbspace.glif b/src/Inter-UI-Black.ufo/glyphs/nbspace.glif
new file mode 100644
index 000000000..dd4a3a263
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/nbspace.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nbspace" format="2">
+ <advance width="768.0"/>
+ <unicode hex="00A0"/>
+ <outline>
+ <component base="space"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ncaron.glif b/src/Inter-UI-Black.ufo/glyphs/ncaron.glif
new file mode 100644
index 000000000..b8f225816
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ncaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ncaron" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0148"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="2268.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="caron" xOffset="44.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ncircumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ncircumflexbelow.glif
new file mode 100644
index 000000000..6883c62d5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ncircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ncircumflexbelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E4B"/>
+ <anchor x="832.0" y="-520.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="circumflexsubnosp" xOffset="1624.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ncommaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/ncommaaccent.glif
new file mode 100644
index 000000000..4d5be8566
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ncommaaccent.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ncommaaccent" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0146"/>
+ <anchor x="832.0" y="-708.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="commaaccent" xOffset="512.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ncurl.glif b/src/Inter-UI-Black.ufo/glyphs/ncurl.glif
index b67e75080..f1756aa6a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ncurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ncurl.glif
@@ -1,48 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ncurl" format="1">
- <advance width="2124"/>
+<glyph name="ncurl" format="2">
+ <advance width="2124.0"/>
<unicode hex="0235"/>
<outline>
<contour>
- <point x="1052" y="400" type="line"/>
- <point x="1052" y="4" type="line"/>
- <point x="1052" y="-396"/>
- <point x="1376" y="-576"/>
- <point x="1628" y="-576" type="curve" smooth="yes"/>
- <point x="1904" y="-576"/>
- <point x="2076" y="-364"/>
- <point x="2076" y="-152" type="curve" smooth="yes"/>
- <point x="2076" y="56"/>
- <point x="1912" y="240"/>
- <point x="1664" y="240" type="curve" smooth="yes"/>
- <point x="1428" y="240"/>
- <point x="1100" y="84"/>
- <point x="864" y="-104" type="curve" smooth="yes"/>
- <point x="668" y="-260" type="line"/>
- <point x="884" y="-516" type="line"/>
- <point x="1156" y="-292" type="line" smooth="yes"/>
- <point x="1340" y="-140"/>
- <point x="1472" y="-68"/>
- <point x="1620" y="-68" type="curve" smooth="yes"/>
- <point x="1684" y="-68"/>
- <point x="1720" y="-124"/>
- <point x="1720" y="-164" type="curve" smooth="yes"/>
- <point x="1720" y="-220"/>
- <point x="1680" y="-268"/>
- <point x="1632" y="-268" type="curve" smooth="yes"/>
- <point x="1544" y="-268"/>
- <point x="1512" y="-208"/>
- <point x="1512" y="-112" type="curve" smooth="yes"/>
- <point x="1512" y="-72"/>
- <point x="1512" y="400"/>
- <point x="1512" y="400" type="curve"/>
+ <point x="1052.0" y="400.0" type="line"/>
+ <point x="1052.0" y="4.0" type="line"/>
+ <point x="1052.0" y="-396.0"/>
+ <point x="1376.0" y="-576.0"/>
+ <point x="1628.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1904.0" y="-576.0"/>
+ <point x="2076.0" y="-364.0"/>
+ <point x="2076.0" y="-152.0" type="curve" smooth="yes"/>
+ <point x="2076.0" y="56.0"/>
+ <point x="1912.0" y="240.0"/>
+ <point x="1664.0" y="240.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="240.0"/>
+ <point x="1100.0" y="84.0"/>
+ <point x="864.0" y="-104.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="-260.0" type="line"/>
+ <point x="884.0" y="-516.0" type="line"/>
+ <point x="1156.0" y="-292.0" type="line" smooth="yes"/>
+ <point x="1340.0" y="-140.0"/>
+ <point x="1472.0" y="-68.0"/>
+ <point x="1620.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="1684.0" y="-68.0"/>
+ <point x="1720.0" y="-124.0"/>
+ <point x="1720.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="1720.0" y="-220.0"/>
+ <point x="1680.0" y="-268.0"/>
+ <point x="1632.0" y="-268.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="-268.0"/>
+ <point x="1512.0" y="-208.0"/>
+ <point x="1512.0" y="-112.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="-72.0"/>
+ <point x="1512.0" y="400.0"/>
+ <point x="1512.0" y="400.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1032.0"/>
+ <point x="660.0" y="1192.0"/>
+ <point x="832.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1192.0"/>
+ <point x="1052.0" y="1108.0"/>
+ <point x="1052.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="0.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
+ <point x="1512.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1512.0" y="1404.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="996.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="1556.0"/>
+ <point x="672.0" y="1484.0"/>
+ <point x="584.0" y="1372.0" type="curve"/>
+ <point x="568.0" y="1372.0" type="line"/>
+ <point x="568.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
- <component base="n"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2120, 'leftMargin': 129, 'rightMargin': 41}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ndotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/ndotaccent.glif
new file mode 100644
index 000000000..6cf639553
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ndotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ndotaccent" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E45"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="2296.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="dotaccent" xOffset="432.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ndotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ndotbelow.glif
new file mode 100644
index 000000000..3c5a7436d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ndotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ndotbelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E47"/>
+ <anchor x="831.0" y="-523.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="dotbelow" xOffset="1656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.1.glif b/src/Inter-UI-Black.ufo/glyphs/nine.1.glif
index 4408be6e0..02f41fdd1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nine.1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nine.1.glif
@@ -1,88 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.1" format="1">
- <advance width="1824"/>
+<glyph name="nine.1" format="2">
+ <advance width="1824.0"/>
+ <guideline y="763.125"/>
+ <guideline y="1238.875"/>
<outline>
- <component base="six.1" xScale="-1" yScale="-1" xOffset="1716" yOffset="2048"/>
+ <component base="six.1" xScale="-1.0" yScale="-1.0" xOffset="1716.0" yOffset="2048.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>nine</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <real>16.0</real>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>nine.1</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1824</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 113, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.frac.glif b/src/Inter-UI-Black.ufo/glyphs/nine.frac.glif
index a2e021902..c4a399481 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nine.frac.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nine.frac.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.frac" format="1">
- <advance width="1312"/>
+<glyph name="nine.frac" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="nine.sup" xOffset="120" yOffset="912"/>
+ <component base="nine.sup" xOffset="120.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 91, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.glif b/src/Inter-UI-Black.ufo/glyphs/nine.glif
index e8ae677f0..c9d74bcac 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nine.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nine.glif
@@ -1,92 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine" format="1">
- <advance width="1684"/>
+<glyph name="nine" format="2">
+ <advance width="1684.0"/>
<unicode hex="0039"/>
+ <guideline y="763.125"/>
+ <guideline y="1238.875"/>
<outline>
<contour>
- <point x="580" y="544" type="curve"/>
- <point x="148" y="544" type="line"/>
- <point x="216" y="192"/>
- <point x="440" y="-36"/>
- <point x="840" y="-36" type="curve" smooth="yes"/>
- <point x="1408" y="-36"/>
- <point x="1552" y="412"/>
- <point x="1552" y="1100" type="curve" smooth="yes"/>
- <point x="1552" y="1180" type="line" smooth="yes"/>
- <point x="1552" y="1756"/>
- <point x="1248" y="2076"/>
- <point x="824" y="2076" type="curve" smooth="yes"/>
- <point x="416" y="2076"/>
- <point x="132" y="1780"/>
- <point x="132" y="1384" type="curve" smooth="yes"/>
- <point x="132" y="1016"/>
- <point x="376" y="696"/>
- <point x="756" y="696" type="curve" smooth="yes"/>
- <point x="1116" y="696"/>
- <point x="1252" y="980"/>
- <point x="1252" y="1200" type="curve"/>
- <point x="1136" y="1312" type="line"/>
- <point x="1136" y="1176"/>
- <point x="1032" y="1052"/>
- <point x="860" y="1052" type="curve" smooth="yes"/>
- <point x="684" y="1052"/>
- <point x="576" y="1184"/>
- <point x="576" y="1384" type="curve" smooth="yes"/>
- <point x="576" y="1584"/>
- <point x="684" y="1716"/>
- <point x="848" y="1716" type="curve" smooth="yes"/>
- <point x="1004" y="1716"/>
- <point x="1136" y="1596"/>
- <point x="1136" y="1336" type="curve" smooth="yes"/>
- <point x="1136" y="988" type="line" smooth="yes"/>
- <point x="1136" y="516"/>
- <point x="1040" y="332"/>
- <point x="832" y="332" type="curve" smooth="yes"/>
- <point x="696" y="332"/>
- <point x="612" y="412"/>
+ <point x="580.0" y="544.0" type="curve"/>
+ <point x="148.0" y="544.0" type="line"/>
+ <point x="216.0" y="192.0"/>
+ <point x="440.0" y="-36.0"/>
+ <point x="840.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="-36.0"/>
+ <point x="1552.0" y="412.0"/>
+ <point x="1552.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="1552.0" y="1180.0" type="line" smooth="yes"/>
+ <point x="1552.0" y="1756.0"/>
+ <point x="1248.0" y="2076.0"/>
+ <point x="824.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="2076.0"/>
+ <point x="132.0" y="1780.0"/>
+ <point x="132.0" y="1384.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="1016.0"/>
+ <point x="376.0" y="696.0"/>
+ <point x="756.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="696.0"/>
+ <point x="1252.0" y="980.0"/>
+ <point x="1252.0" y="1200.0" type="curve"/>
+ <point x="1136.0" y="1312.0" type="line"/>
+ <point x="1136.0" y="1176.0"/>
+ <point x="1032.0" y="1052.0"/>
+ <point x="860.0" y="1052.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="1052.0"/>
+ <point x="576.0" y="1184.0"/>
+ <point x="576.0" y="1384.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="1584.0"/>
+ <point x="684.0" y="1716.0"/>
+ <point x="848.0" y="1716.0" type="curve" smooth="yes"/>
+ <point x="1004.0" y="1716.0"/>
+ <point x="1136.0" y="1596.0"/>
+ <point x="1136.0" y="1336.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="988.0" type="line" smooth="yes"/>
+ <point x="1136.0" y="516.0"/>
+ <point x="1040.0" y="332.0"/>
+ <point x="832.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="332.0"/>
+ <point x="612.0" y="412.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 113, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.sup.glif b/src/Inter-UI-Black.ufo/glyphs/nine.sup.glif
index 8d3574d5c..1694c08eb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nine.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nine.sup.glif
@@ -1,57 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.sup" format="1">
- <advance width="1312"/>
+<glyph name="nine.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="436" y="220" type="line"/>
- <point x="436" y="-20" type="line"/>
- <point x="456" y="-20" type="line"/>
- <point x="792" y="-20"/>
- <point x="1088" y="92"/>
- <point x="1088" y="576" type="curve"/>
- <point x="1088" y="656" type="line"/>
- <point x="1088" y="984"/>
- <point x="884" y="1100"/>
- <point x="656" y="1100" type="curve" smooth="yes"/>
- <point x="408" y="1100"/>
- <point x="224" y="920"/>
- <point x="224" y="704" type="curve"/>
- <point x="224" y="456"/>
- <point x="368" y="344"/>
- <point x="588" y="344" type="curve"/>
- <point x="748" y="344"/>
- <point x="904" y="480"/>
- <point x="900" y="632" type="curve"/>
- <point x="808" y="644" type="line"/>
- <point x="808" y="624"/>
- <point x="768" y="564"/>
- <point x="672" y="564" type="curve"/>
- <point x="576" y="564"/>
- <point x="528" y="608"/>
- <point x="528" y="700" type="curve"/>
- <point x="528" y="788"/>
- <point x="576" y="860"/>
- <point x="656" y="860" type="curve" smooth="yes"/>
- <point x="744" y="860"/>
- <point x="788" y="824"/>
- <point x="788" y="720" type="curve" smooth="yes"/>
- <point x="788" y="496" type="line" smooth="yes"/>
- <point x="788" y="236"/>
- <point x="652" y="220"/>
- <point x="452" y="220" type="curve"/>
+ <point x="436.0" y="220.0" type="line"/>
+ <point x="436.0" y="-20.0" type="line"/>
+ <point x="456.0" y="-20.0" type="line"/>
+ <point x="792.0" y="-20.0"/>
+ <point x="1088.0" y="92.0"/>
+ <point x="1088.0" y="576.0" type="curve"/>
+ <point x="1088.0" y="656.0" type="line"/>
+ <point x="1088.0" y="984.0"/>
+ <point x="884.0" y="1100.0"/>
+ <point x="656.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="1100.0"/>
+ <point x="224.0" y="920.0"/>
+ <point x="224.0" y="704.0" type="curve"/>
+ <point x="224.0" y="456.0"/>
+ <point x="368.0" y="344.0"/>
+ <point x="588.0" y="344.0" type="curve"/>
+ <point x="748.0" y="344.0"/>
+ <point x="904.0" y="480.0"/>
+ <point x="900.0" y="632.0" type="curve"/>
+ <point x="808.0" y="644.0" type="line"/>
+ <point x="808.0" y="624.0"/>
+ <point x="768.0" y="564.0"/>
+ <point x="672.0" y="564.0" type="curve"/>
+ <point x="576.0" y="564.0"/>
+ <point x="528.0" y="608.0"/>
+ <point x="528.0" y="700.0" type="curve"/>
+ <point x="528.0" y="788.0"/>
+ <point x="576.0" y="860.0"/>
+ <point x="656.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="860.0"/>
+ <point x="788.0" y="824.0"/>
+ <point x="788.0" y="720.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="496.0" type="line" smooth="yes"/>
+ <point x="788.0" y="236.0"/>
+ <point x="652.0" y="220.0"/>
+ <point x="452.0" y="220.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 91, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.tnum.1.glif b/src/Inter-UI-Black.ufo/glyphs/nine.tnum.1.glif
index d70fec8ab..d5d9ab3b8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nine.tnum.1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nine.tnum.1.glif
@@ -1,88 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.tnum.1" format="1">
- <advance width="1824"/>
+<glyph name="nine.tnum.1" format="2">
+ <advance width="1824.0"/>
+ <guideline y="763.125"/>
+ <guideline y="1238.875"/>
<outline>
<component base="nine.1"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>nine</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <real>16.0</real>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>nine.tnum.1</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1824</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 113, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/nine.tnum.glif
index fae3c7b8f..2db7fe24a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nine.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nine.tnum.glif
@@ -1,50 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.tnum" format="1">
- <advance width="1824"/>
+<glyph name="nine.tnum" format="2">
+ <advance width="1824.0"/>
+ <guideline y="763.125"/>
+ <guideline y="1238.875"/>
<outline>
- <component base="nine" xOffset="68"/>
+ <component base="nine" xOffset="68.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 113, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nineinferior.glif b/src/Inter-UI-Black.ufo/glyphs/nineinferior.glif
index 5ad907619..19ada1ab2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nineinferior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nineinferior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nineinferior" format="1">
- <advance width="1312"/>
+<glyph name="nineinferior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2089"/>
<outline>
- <component base="nine.sup" xOffset="120" yOffset="-496"/>
+ <component base="nine.sup" xOffset="120.0" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 91, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nineroman.glif b/src/Inter-UI-Black.ufo/glyphs/nineroman.glif
index cc70029a6..ae401c6cf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nineroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nineroman.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nineroman" format="1">
- <advance width="2336"/>
+<glyph name="nineroman" format="2">
+ <advance width="2336.0"/>
<unicode hex="2178"/>
<outline>
- <component base="i" xOffset="-36"/>
- <component base="x" xOffset="732"/>
+ <component base="i" xOffset="-36.0"/>
+ <component base="x" xOffset="732.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2228, 'leftMargin': 138, 'rightMargin': -17}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ninesuperior.glif b/src/Inter-UI-Black.ufo/glyphs/ninesuperior.glif
index 54d0844ad..5d892bae0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ninesuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ninesuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ninesuperior" format="1">
- <advance width="1312"/>
+<glyph name="ninesuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2079"/>
<outline>
- <component base="nine.sup" yOffset="916"/>
+ <component base="nine.sup" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 208, 'rightMargin': -19}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nj.glif b/src/Inter-UI-Black.ufo/glyphs/nj.glif
new file mode 100644
index 000000000..349d41151
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/nj.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nj" format="2">
+ <advance width="2860.0"/>
+ <unicode hex="01CC"/>
+ <outline>
+ <component base="n" xOffset="256.0"/>
+ <component base="j" xOffset="1912.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/njecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/njecyrillic.glif
index 02d1ea2d8..7f31b4275 100644
--- a/src/Inter-UI-Black.ufo/glyphs/njecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/njecyrillic.glif
@@ -1,47 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="njecyrillic" format="1">
- <advance width="2592"/>
+<glyph name="njecyrillic" format="2">
+ <advance width="2592.0"/>
<unicode hex="045A"/>
<outline>
<contour>
- <point x="1208" y="908" type="line"/>
- <point x="460" y="908" type="line"/>
- <point x="460" y="552" type="line"/>
- <point x="1208" y="552" type="line"/>
+ <point x="1208.0" y="908.0" type="line"/>
+ <point x="460.0" y="908.0" type="line"/>
+ <point x="460.0" y="552.0" type="line"/>
+ <point x="1208.0" y="552.0" type="line"/>
</contour>
<contour>
- <point x="620" y="1488" type="line"/>
- <point x="176" y="1488" type="line"/>
- <point x="176" y="0" type="line"/>
- <point x="620" y="0" type="line"/>
+ <point x="620.0" y="1488.0" type="line"/>
+ <point x="176.0" y="1488.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="620.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1320" y="1052" type="line"/>
- <point x="1320" y="696" type="line"/>
- <point x="1744" y="696" type="line"/>
- <point x="1908" y="696"/>
- <point x="1976" y="624"/>
- <point x="1976" y="528" type="curve"/>
- <point x="1976" y="432"/>
- <point x="1908" y="356"/>
- <point x="1744" y="356" type="curve"/>
- <point x="1496" y="356" type="line"/>
- <point x="1496" y="1488" type="line"/>
- <point x="1052" y="1488" type="line"/>
- <point x="1052" y="0" type="line"/>
- <point x="1744" y="0" type="line"/>
- <point x="2168" y="0"/>
- <point x="2420" y="212"/>
- <point x="2420" y="528" type="curve"/>
- <point x="2420" y="836"/>
- <point x="2168" y="1052"/>
- <point x="1744" y="1052" type="curve"/>
+ <point x="1320.0" y="1052.0" type="line"/>
+ <point x="1320.0" y="696.0" type="line"/>
+ <point x="1744.0" y="696.0" type="line"/>
+ <point x="1908.0" y="696.0"/>
+ <point x="1976.0" y="624.0"/>
+ <point x="1976.0" y="528.0" type="curve"/>
+ <point x="1976.0" y="432.0"/>
+ <point x="1908.0" y="356.0"/>
+ <point x="1744.0" y="356.0" type="curve"/>
+ <point x="1496.0" y="356.0" type="line"/>
+ <point x="1496.0" y="1488.0" type="line"/>
+ <point x="1052.0" y="1488.0" type="line"/>
+ <point x="1052.0" y="0.0" type="line"/>
+ <point x="1744.0" y="0.0" type="line"/>
+ <point x="2168.0" y="0.0"/>
+ <point x="2420.0" y="212.0"/>
+ <point x="2420.0" y="528.0" type="curve"/>
+ <point x="2420.0" y="836.0"/>
+ <point x="2168.0" y="1052.0"/>
+ <point x="1744.0" y="1052.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2426, 'leftMargin': 132, 'rightMargin': 51}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nlegrightlong.glif b/src/Inter-UI-Black.ufo/glyphs/nlegrightlong.glif
new file mode 100644
index 000000000..1ae3d5cee
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/nlegrightlong.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nlegrightlong" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="019E"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nlfthook.glif b/src/Inter-UI-Black.ufo/glyphs/nlfthook.glif
index 348adff73..cdd5d9fd0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nlfthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nlfthook.glif
@@ -1,41 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nlfthook" format="1">
- <advance width="1776"/>
+<glyph name="nlfthook" format="2">
+ <advance width="1776.0"/>
<unicode hex="0272"/>
+ <anchor x="1232.0" y="-616.0" name="bottom"/>
+ <anchor x="1232.0" y="1776.0" name="top"/>
+ <anchor x="2008.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="264" y="184" type="line"/>
- <point x="264" y="-80" type="line" smooth="yes"/>
- <point x="264" y="-192"/>
- <point x="164" y="-220"/>
- <point x="60" y="-220" type="curve" smooth="yes"/>
- <point x="20" y="-220"/>
- <point x="-16" y="-216"/>
- <point x="-48" y="-212" type="curve"/>
- <point x="-48" y="-560" type="line"/>
- <point x="8" y="-568"/>
- <point x="84" y="-576"/>
- <point x="184" y="-576" type="curve" smooth="yes"/>
- <point x="424" y="-576"/>
- <point x="724" y="-516"/>
- <point x="724" y="-80" type="curve" smooth="yes"/>
- <point x="724" y="184" type="line"/>
+ <point x="264.0" y="184.0" type="line"/>
+ <point x="264.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="264.0" y="-192.0"/>
+ <point x="164.0" y="-220.0"/>
+ <point x="60.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="20.0" y="-220.0"/>
+ <point x="-16.0" y="-216.0"/>
+ <point x="-48.0" y="-212.0" type="curve"/>
+ <point x="-48.0" y="-560.0" type="line"/>
+ <point x="8.0" y="-568.0"/>
+ <point x="84.0" y="-576.0"/>
+ <point x="184.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="-576.0"/>
+ <point x="724.0" y="-516.0"/>
+ <point x="724.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="184.0" type="line"/>
</contour>
- <component base="n" xOffset="120"/>
<contour>
- <point x="1232" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1232" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2008" y="1776" type="move" name="top0315"/>
+ <point x="724.0" y="816.0" type="line" smooth="yes"/>
+ <point x="724.0" y="1032.0"/>
+ <point x="780.0" y="1192.0"/>
+ <point x="952.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="1192.0"/>
+ <point x="1172.0" y="1108.0"/>
+ <point x="1172.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="0.0" type="line"/>
+ <point x="1632.0" y="0.0" type="line"/>
+ <point x="1632.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1632.0" y="1404.0"/>
+ <point x="1376.0" y="1556.0"/>
+ <point x="1116.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="1556.0"/>
+ <point x="792.0" y="1484.0"/>
+ <point x="704.0" y="1372.0" type="curve"/>
+ <point x="688.0" y="1372.0" type="line"/>
+ <point x="688.0" y="1536.0" type="line"/>
+ <point x="264.0" y="1536.0" type="line"/>
+ <point x="264.0" y="0.0" type="line"/>
+ <point x="724.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1801, 'leftMargin': 0, 'rightMargin': 153}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nlinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/nlinebelow.glif
new file mode 100644
index 000000000..2e65a1f2d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/nlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nlinebelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E49"/>
+ <anchor x="833.0" y="-474.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="macronsubnosp" xOffset="1624.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/notequal.case.glif b/src/Inter-UI-Black.ufo/glyphs/notequal.case.glif
index d9ee806ad..e9ffe7ee1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/notequal.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/notequal.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="notequal.case" format="1">
- <advance width="1568"/>
+<glyph name="notequal.case" format="2">
+ <advance width="1568.0"/>
<outline>
- <component base="notequal" yOffset="128"/>
+ <component base="notequal" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1638, 'leftMargin': 180, 'rightMargin': 198}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/notequal.glif b/src/Inter-UI-Black.ufo/glyphs/notequal.glif
index 6b5df74af..3b5b34c6f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/notequal.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/notequal.glif
@@ -1,27 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="notequal" format="1">
- <advance width="1568"/>
+<glyph name="notequal" format="2">
+ <advance width="1568.0"/>
<unicode hex="2260"/>
<outline>
<contour>
- <point x="1244" y="1568" type="line"/>
- <point x="1068" y="1656" type="line"/>
- <point x="324" y="228" type="line"/>
- <point x="496" y="140" type="line"/>
+ <point x="1244.0" y="1568.0" type="line"/>
+ <point x="1068.0" y="1656.0" type="line"/>
+ <point x="324.0" y="228.0" type="line"/>
+ <point x="496.0" y="140.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="208.0" y="748.0" type="line"/>
+ <point x="208.0" y="396.0" type="line"/>
+ <point x="1360.0" y="396.0" type="line"/>
+ <point x="1360.0" y="748.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="208.0" y="1396.0" type="line"/>
+ <point x="208.0" y="1044.0" type="line"/>
+ <point x="1360.0" y="1044.0" type="line"/>
+ <point x="1360.0" y="1396.0" type="line"/>
</contour>
- <component base="equal"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1638, 'leftMargin': 180, 'rightMargin': 198}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nrthook.glif b/src/Inter-UI-Black.ufo/glyphs/nrthook.glif
index cf27babb0..c072f5e2a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nrthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nrthook.glif
@@ -1,41 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nrthook" format="1">
- <advance width="1776"/>
+<glyph name="nrthook" format="2">
+ <advance width="1776.0"/>
<unicode hex="0273"/>
+ <anchor x="872.0" y="-616.0" name="bottom"/>
+ <anchor x="872.0" y="1776.0" name="top"/>
+ <anchor x="1876.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1512" y="184" type="line"/>
- <point x="1052" y="184" type="line"/>
- <point x="1052" y="-80" type="line" smooth="yes"/>
- <point x="1052" y="-516"/>
- <point x="1352" y="-576"/>
- <point x="1592" y="-576" type="curve" smooth="yes"/>
- <point x="1692" y="-576"/>
- <point x="1768" y="-568"/>
- <point x="1824" y="-560" type="curve"/>
- <point x="1824" y="-212" type="line"/>
- <point x="1792" y="-216"/>
- <point x="1756" y="-220"/>
- <point x="1716" y="-220" type="curve" smooth="yes"/>
- <point x="1612" y="-220"/>
- <point x="1512" y="-192"/>
- <point x="1512" y="-80" type="curve" smooth="yes"/>
+ <point x="1512.0" y="184.0" type="line"/>
+ <point x="1052.0" y="184.0" type="line"/>
+ <point x="1052.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="1052.0" y="-516.0"/>
+ <point x="1352.0" y="-576.0"/>
+ <point x="1592.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1692.0" y="-576.0"/>
+ <point x="1768.0" y="-568.0"/>
+ <point x="1824.0" y="-560.0" type="curve"/>
+ <point x="1824.0" y="-212.0" type="line"/>
+ <point x="1792.0" y="-216.0"/>
+ <point x="1756.0" y="-220.0"/>
+ <point x="1716.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1612.0" y="-220.0"/>
+ <point x="1512.0" y="-192.0"/>
+ <point x="1512.0" y="-80.0" type="curve" smooth="yes"/>
</contour>
- <component base="n"/>
<contour>
- <point x="872" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="872" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1876" y="1776" type="move" name="top0315"/>
+ <point x="604.0" y="816.0" type="line" smooth="yes"/>
+ <point x="604.0" y="1032.0"/>
+ <point x="660.0" y="1192.0"/>
+ <point x="832.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1192.0"/>
+ <point x="1052.0" y="1108.0"/>
+ <point x="1052.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="0.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
+ <point x="1512.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1512.0" y="1404.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="996.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="1556.0"/>
+ <point x="672.0" y="1484.0"/>
+ <point x="584.0" y="1372.0" type="curve"/>
+ <point x="568.0" y="1372.0" type="line"/>
+ <point x="568.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1796, 'leftMargin': 129, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nsuperior.glif b/src/Inter-UI-Black.ufo/glyphs/nsuperior.glif
index c5c5ff902..04ddb65a9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/nsuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/nsuperior.glif
@@ -1,38 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nsuperior" format="1">
- <advance width="1312"/>
+<glyph name="nsuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="207F"/>
<outline>
<contour>
- <point x="484" y="1768" type="line"/>
- <point x="420" y="2004" type="line"/>
- <point x="176" y="2004" type="line"/>
- <point x="176" y="900" type="line"/>
- <point x="484" y="900" type="line"/>
+ <point x="484.0" y="1768.0" type="line"/>
+ <point x="420.0" y="2004.0" type="line"/>
+ <point x="176.0" y="2004.0" type="line"/>
+ <point x="176.0" y="900.0" type="line"/>
+ <point x="484.0" y="900.0" type="line"/>
</contour>
<contour>
- <point x="448" y="1484" type="line"/>
- <point x="448" y="1632"/>
- <point x="504" y="1748"/>
- <point x="660" y="1748" type="curve" smooth="yes"/>
- <point x="776" y="1748"/>
- <point x="832" y="1684"/>
- <point x="832" y="1488" type="curve"/>
- <point x="832" y="900" type="line"/>
- <point x="1140" y="900" type="line"/>
- <point x="1140" y="1596" type="line"/>
- <point x="1140" y="1892"/>
- <point x="1004" y="2016"/>
- <point x="776" y="2016" type="curve" smooth="yes"/>
- <point x="524" y="2016"/>
- <point x="384" y="1792"/>
- <point x="384" y="1480" type="curve"/>
+ <point x="448.0" y="1484.0" type="line"/>
+ <point x="448.0" y="1632.0"/>
+ <point x="504.0" y="1748.0"/>
+ <point x="660.0" y="1748.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="1748.0"/>
+ <point x="832.0" y="1684.0"/>
+ <point x="832.0" y="1488.0" type="curve"/>
+ <point x="832.0" y="900.0" type="line"/>
+ <point x="1140.0" y="900.0" type="line"/>
+ <point x="1140.0" y="1596.0" type="line"/>
+ <point x="1140.0" y="1892.0"/>
+ <point x="1004.0" y="2016.0"/>
+ <point x="776.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="2016.0"/>
+ <point x="384.0" y="1792.0"/>
+ <point x="384.0" y="1480.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1173, 'leftMargin': 103, 'rightMargin': 105}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ntilde.glif b/src/Inter-UI-Black.ufo/glyphs/ntilde.glif
index f94ebf908..5ae927150 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ntilde.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ntilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ntilde" format="1">
- <advance width="1656"/>
+<glyph name="ntilde" format="2">
+ <advance width="1656.0"/>
<unicode hex="00F1"/>
<outline>
- <component base="tilde" xOffset="152"/>
+ <component base="tilde" xOffset="152.0"/>
<component base="n"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/nu.glif b/src/Inter-UI-Black.ufo/glyphs/nu.glif
new file mode 100644
index 000000000..66380b2cc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/nu.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nu" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="03BD"/>
+ <anchor x="856.0" y="0.0" name="bottom"/>
+ <anchor x="1580.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="856.0" y="1760.0" name="parent_top"/>
+ <anchor x="856.0" y="1760.0" name="top"/>
+ <anchor x="1580.0" y="1760.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="v"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/numbersign.glif b/src/Inter-UI-Black.ufo/glyphs/numbersign.glif
index f2b9168e3..84f8d5441 100644
--- a/src/Inter-UI-Black.ufo/glyphs/numbersign.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/numbersign.glif
@@ -1,44 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="numbersign" format="1">
- <advance width="1824"/>
+<glyph name="numbersign" format="2">
+ <advance width="1824.0"/>
<unicode hex="0023"/>
<outline>
<contour>
- <point x="360" y="0" type="line"/>
- <point x="624" y="0" type="line"/>
- <point x="960" y="2004" type="line"/>
- <point x="696" y="2004" type="line"/>
+ <point x="360.0" y="0.0" type="line"/>
+ <point x="624.0" y="0.0" type="line"/>
+ <point x="960.0" y="2004.0" type="line"/>
+ <point x="696.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="860" y="0" type="line"/>
- <point x="1128" y="0" type="line"/>
- <point x="1464" y="2004" type="line"/>
- <point x="1196" y="2004" type="line"/>
+ <point x="860.0" y="0.0" type="line"/>
+ <point x="1128.0" y="0.0" type="line"/>
+ <point x="1464.0" y="2004.0" type="line"/>
+ <point x="1196.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1680" y="1180" type="line"/>
- <point x="1680" y="1432" type="line"/>
- <point x="248" y="1432" type="line"/>
- <point x="248" y="1180" type="line"/>
+ <point x="1680.0" y="1180.0" type="line"/>
+ <point x="1680.0" y="1432.0" type="line"/>
+ <point x="248.0" y="1432.0" type="line"/>
+ <point x="248.0" y="1180.0" type="line"/>
</contour>
<contour>
- <point x="1576" y="564" type="line"/>
- <point x="1576" y="816" type="line"/>
- <point x="144" y="816" type="line"/>
- <point x="144" y="564" type="line"/>
+ <point x="1576.0" y="564.0" type="line"/>
+ <point x="1576.0" y="816.0" type="line"/>
+ <point x="144.0" y="816.0" type="line"/>
+ <point x="144.0" y="564.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1650.0, 'leftMargin': 56, 'rightMargin': 59.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/numeralgreek.glif b/src/Inter-UI-Black.ufo/glyphs/numeralgreek.glif
index f27afee31..94e49b890 100644
--- a/src/Inter-UI-Black.ufo/glyphs/numeralgreek.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/numeralgreek.glif
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="numeralgreek" format="1">
- <advance width="800"/>
+<glyph name="numeralgreek" format="2">
+ <advance width="800.0"/>
<unicode hex="0374"/>
<outline>
- <component base="primemod" xOffset="-4"/>
+ <component base="primemod" xOffset="-4.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 745, 'leftMargin': 124, 'rightMargin': 97}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/numeralgreeksub.glif b/src/Inter-UI-Black.ufo/glyphs/numeralgreeksub.glif
index 5ae6ad0dd..4c9f5f2e1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/numeralgreeksub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/numeralgreeksub.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="numeralgreeksub" format="1">
- <advance width="800"/>
+<glyph name="numeralgreeksub" format="2">
+ <advance width="800.0"/>
<unicode hex="0375"/>
<outline>
<contour>
- <point x="664" y="-136" type="line"/>
- <point x="444" y="-136" type="line"/>
- <point x="140" y="-612" type="line"/>
- <point x="552" y="-612" type="line"/>
+ <point x="664.0" y="-136.0" type="line"/>
+ <point x="444.0" y="-136.0" type="line"/>
+ <point x="140.0" y="-612.0" type="line"/>
+ <point x="552.0" y="-612.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 745, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/numero.glif b/src/Inter-UI-Black.ufo/glyphs/numero.glif
index b6930b41e..a86dac84b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/numero.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/numero.glif
@@ -1,70 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="numero" format="1">
- <advance width="2848"/>
+<glyph name="numero" format="2">
+ <advance width="2848.0"/>
<unicode hex="2116"/>
<outline>
<contour>
- <point x="2620" y="780" type="line"/>
- <point x="1808" y="780" type="line"/>
- <point x="1808" y="580" type="line"/>
- <point x="2620" y="580" type="line"/>
+ <point x="2620.0" y="780.0" type="line"/>
+ <point x="1808.0" y="780.0" type="line"/>
+ <point x="1808.0" y="580.0" type="line"/>
+ <point x="2620.0" y="580.0" type="line"/>
</contour>
<contour>
- <point x="1744" y="1444" type="line"/>
- <point x="1744" y="1160"/>
- <point x="1928" y="944"/>
- <point x="2220" y="944" type="curve" smooth="yes"/>
- <point x="2516" y="944"/>
- <point x="2696" y="1160"/>
- <point x="2696" y="1444" type="curve"/>
- <point x="2696" y="1524" type="line"/>
- <point x="2696" y="1804"/>
- <point x="2516" y="2024"/>
- <point x="2220" y="2024" type="curve" smooth="yes"/>
- <point x="1928" y="2024"/>
- <point x="1744" y="1804"/>
- <point x="1744" y="1524" type="curve"/>
+ <point x="1744.0" y="1444.0" type="line"/>
+ <point x="1744.0" y="1160.0"/>
+ <point x="1928.0" y="944.0"/>
+ <point x="2220.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="2516.0" y="944.0"/>
+ <point x="2696.0" y="1160.0"/>
+ <point x="2696.0" y="1444.0" type="curve"/>
+ <point x="2696.0" y="1524.0" type="line"/>
+ <point x="2696.0" y="1804.0"/>
+ <point x="2516.0" y="2024.0"/>
+ <point x="2220.0" y="2024.0" type="curve" smooth="yes"/>
+ <point x="1928.0" y="2024.0"/>
+ <point x="1744.0" y="1804.0"/>
+ <point x="1744.0" y="1524.0" type="curve"/>
</contour>
<contour>
- <point x="1984" y="1524" type="line"/>
- <point x="1984" y="1684"/>
- <point x="2060" y="1820"/>
- <point x="2220" y="1820" type="curve" smooth="yes"/>
- <point x="2380" y="1820"/>
- <point x="2456" y="1684"/>
- <point x="2456" y="1524" type="curve"/>
- <point x="2456" y="1444" type="line"/>
- <point x="2456" y="1284"/>
- <point x="2380" y="1144"/>
- <point x="2220" y="1144" type="curve" smooth="yes"/>
- <point x="2060" y="1144"/>
- <point x="1984" y="1284"/>
- <point x="1984" y="1444" type="curve"/>
+ <point x="1984.0" y="1524.0" type="line"/>
+ <point x="1984.0" y="1684.0"/>
+ <point x="2060.0" y="1820.0"/>
+ <point x="2220.0" y="1820.0" type="curve" smooth="yes"/>
+ <point x="2380.0" y="1820.0"/>
+ <point x="2456.0" y="1684.0"/>
+ <point x="2456.0" y="1524.0" type="curve"/>
+ <point x="2456.0" y="1444.0" type="line"/>
+ <point x="2456.0" y="1284.0"/>
+ <point x="2380.0" y="1144.0"/>
+ <point x="2220.0" y="1144.0" type="curve" smooth="yes"/>
+ <point x="2060.0" y="1144.0"/>
+ <point x="1984.0" y="1284.0"/>
+ <point x="1984.0" y="1444.0" type="curve"/>
</contour>
<contour>
- <point x="1592" y="2004" type="line"/>
- <point x="1148" y="2004" type="line"/>
- <point x="1148" y="784" type="line"/>
- <point x="640" y="2004" type="line"/>
- <point x="152" y="2004" type="line"/>
- <point x="152" y="0" type="line"/>
- <point x="600" y="0" type="line"/>
- <point x="600" y="1220" type="line"/>
- <point x="1104" y="0" type="line"/>
- <point x="1592" y="0" type="line"/>
+ <point x="1592.0" y="2004.0" type="line"/>
+ <point x="1148.0" y="2004.0" type="line"/>
+ <point x="1148.0" y="784.0" type="line"/>
+ <point x="640.0" y="2004.0" type="line"/>
+ <point x="152.0" y="2004.0" type="line"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="600.0" y="0.0" type="line"/>
+ <point x="600.0" y="1220.0" type="line"/>
+ <point x="1104.0" y="0.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2841, 'leftMargin': 161, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/o.glif b/src/Inter-UI-Black.ufo/glyphs/o.glif
index 737061628..0ecf2c906 100644
--- a/src/Inter-UI-Black.ufo/glyphs/o.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/o.glif
@@ -1,165 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="o" format="1">
- <advance width="1640"/>
+<glyph name="o" format="2">
+ <advance width="1640.0"/>
<unicode hex="006F"/>
+ <guideline y="2858.625"/>
+ <guideline x="772.0" y="768.0" angle="0.0"/>
+ <guideline x="804.0" y="540.0" angle="90.0"/>
+ <guideline x="1256.0" y="1684.0" angle="90.0"/>
+ <guideline x="352.0" y="1504.0" angle="90.0"/>
+ <guideline x="1540.0" y="1232.0" angle="0.0"/>
+ <guideline x="1672.0" y="304.0" angle="0.0"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1448.0" y="900.0" name="rhotichook"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="820" y="-28" type="curve" smooth="yes"/>
- <point x="1272" y="-28"/>
- <point x="1544" y="304"/>
- <point x="1544" y="768" type="curve" smooth="yes"/>
- <point x="1544" y="1232"/>
- <point x="1272" y="1556"/>
- <point x="820" y="1556" type="curve" smooth="yes"/>
- <point x="368" y="1556"/>
- <point x="96" y="1232"/>
- <point x="96" y="768" type="curve" smooth="yes"/>
- <point x="96" y="304"/>
- <point x="368" y="-28"/>
- </contour>
- <contour>
- <point x="820" y="340" type="curve" smooth="yes"/>
- <point x="612" y="340"/>
- <point x="532" y="512"/>
- <point x="532" y="768" type="curve" smooth="yes"/>
- <point x="532" y="1024"/>
- <point x="612" y="1192"/>
- <point x="820" y="1192" type="curve" smooth="yes"/>
- <point x="1028" y="1192"/>
- <point x="1108" y="1024"/>
- <point x="1108" y="768" type="curve" smooth="yes"/>
- <point x="1108" y="512"/>
- <point x="1028" y="340"/>
- </contour>
- <contour>
- <point x="788" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="792" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1580" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1708" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1448" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1580" y="1776" type="move" name="top0315"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1544.0" y="304.0"/>
+ <point x="1544.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="1232.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
+ </contour>
+ <contour>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1192.0"/>
+ <point x="1108.0" y="1024.0"/>
+ <point x="1108.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="512.0"/>
+ <point x="1028.0" y="340.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2858.625</real>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>772</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>804</integer>
- <key>y</key>
- <integer>540</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1256</integer>
- <key>y</key>
- <integer>1684</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>352</integer>
- <key>y</key>
- <integer>1504</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1540</integer>
- <key>y</key>
- <integer>1232</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1672</integer>
- <key>y</key>
- <integer>304</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 78, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/o_uni02DE__.glif b/src/Inter-UI-Black.ufo/glyphs/o_uni02DE__.glif
deleted file mode 100644
index df891a9e7..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/o_uni02DE__.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="o_uni02DE" format="1">
- <advance width="2456"/>
- <outline>
- <component base="o"/>
- <component base="rhotichookmod" xOffset="1524"/>
- <contour>
- <point x="2224" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="808" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="808" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="808" y="-16" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1604" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1604" y="-560" type="move" name="bottom_dd"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2208, 'leftMargin': 184, 'rightMargin': -150}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/o_uni02D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/o_uni02D_E_.glif
new file mode 100644
index 000000000..608d34a54
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/o_uni02D_E_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="o_uni02DE" format="2">
+ <advance width="2456.0"/>
+ <anchor x="808.0" y="-16.0" name="bottom"/>
+ <anchor x="1604.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="808.0" y="-16.0" name="markbottom"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="2224.0" y="1776.0" name="top0315"/>
+ <anchor x="1604.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="rhotichookmod" xOffset="1524.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oacute.glif b/src/Inter-UI-Black.ufo/glyphs/oacute.glif
new file mode 100644
index 000000000..8018a0064
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/oacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oacute" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="00F3"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2296.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="acute" xOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/obar.glif b/src/Inter-UI-Black.ufo/glyphs/obar.glif
new file mode 100644
index 000000000..e1c8ae023
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/obar.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="obar" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="0275"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1608.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="fitacyrillic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/obarredcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/obarredcyrillic.glif
new file mode 100644
index 000000000..f097a87ac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/obarredcyrillic.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="obarredcyrillic" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="04E9"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1608.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="fitacyrillic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/obarreddieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/obarreddieresiscyrillic.glif
new file mode 100644
index 000000000..62a7fa5de
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/obarreddieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="obarreddieresiscyrillic" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="04EB"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="2220.0" name="top"/>
+ <anchor x="1608.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="fitacyrillic"/>
+ <component base="dieresis" xOffset="148.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/obreve.glif b/src/Inter-UI-Black.ufo/glyphs/obreve.glif
new file mode 100644
index 000000000..a2748ffa7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/obreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="obreve" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="014F"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2248.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="breve" xOffset="132.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ocaron.glif b/src/Inter-UI-Black.ufo/glyphs/ocaron.glif
new file mode 100644
index 000000000..81492bfb7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ocaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocaron" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="01D2"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2268.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="caron" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ocircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/ocircumflex.glif
new file mode 100644
index 000000000..55f278925
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ocircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflex" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="00F4"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2240.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflex" xOffset="4.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ocircumflexacute.glif b/src/Inter-UI-Black.ufo/glyphs/ocircumflexacute.glif
new file mode 100644
index 000000000..a250de392
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ocircumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflexacute" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1ED1"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflexacutecomb.cn" xOffset="232.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ocircumflexdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ocircumflexdotbelow.glif
new file mode 100644
index 000000000..c2dc6ef32
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ocircumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflexdotbelow" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1ED9"/>
+ <anchor x="791.0" y="-523.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2240.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflex" xOffset="4.0" yOffset="-16.0"/>
+ <component base="dotbelow" xOffset="1616.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ocircumflexgrave.glif b/src/Inter-UI-Black.ufo/glyphs/ocircumflexgrave.glif
new file mode 100644
index 000000000..f52d354a1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ocircumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflexgrave" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1ED3"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflexgravecomb.cn" xOffset="-228.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ocircumflexhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/ocircumflexhookabove.glif
new file mode 100644
index 000000000..d0aa261c4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ocircumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflexhookabove" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1ED5"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflexhookcomb.cn" xOffset="136.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ocircumflextilde.glif b/src/Inter-UI-Black.ufo/glyphs/ocircumflextilde.glif
new file mode 100644
index 000000000..86a499d79
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ocircumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflextilde" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1ED7"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflextildecomb.cn" xOffset="4.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ocyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ocyrillic.glif
new file mode 100644
index 000000000..57091e4e7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ocyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocyrillic" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="043E"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/odblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/odblgrave.glif
new file mode 100644
index 000000000..7de181242
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/odblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="odblgrave" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="020D"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2257.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dblgravecmb" xOffset="1436.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/odieresis.glif b/src/Inter-UI-Black.ufo/glyphs/odieresis.glif
index 0606b23ce..806097691 100644
--- a/src/Inter-UI-Black.ufo/glyphs/odieresis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/odieresis.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="odieresis" format="1">
- <advance width="1640"/>
+<glyph name="odieresis" format="2">
+ <advance width="1640.0"/>
<unicode hex="00F6"/>
<outline>
- <component base="dieresis" xOffset="164"/>
+ <component base="dieresis" xOffset="164.0"/>
<component base="o"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/odieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/odieresiscyrillic.glif
new file mode 100644
index 000000000..23832568a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/odieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="odieresiscyrillic" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="04E7"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="792.0" y="2220.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dieresis" xOffset="132.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/odotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/odotbelow.glif
new file mode 100644
index 000000000..775b69729
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/odotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="odotbelow" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1ECD"/>
+ <anchor x="791.0" y="-523.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dotbelow" xOffset="1616.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oe.glif b/src/Inter-UI-Black.ufo/glyphs/oe.glif
index 7967d27df..b8979ed41 100644
--- a/src/Inter-UI-Black.ufo/glyphs/oe.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/oe.glif
@@ -1,33 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oe" format="1">
- <advance width="2648"/>
+<glyph name="oe" format="2">
+ <advance width="2648.0"/>
<unicode hex="0153"/>
+ <anchor x="1272.0" y="0.0" name="bottom"/>
+ <anchor x="2568.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1264.0" y="1776.0" name="top"/>
+ <anchor x="2568.0" y="1776.0" name="top0315"/>
+ <anchor x="2568.0" y="2200.0" name="top_dd"/>
<outline>
<component base="o"/>
- <component base="e" xOffset="1012"/>
- <contour>
- <point x="1264" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1272" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2568" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2568" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2568" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="e" xOffset="1012.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2538, 'leftMargin': 107, 'rightMargin': 108}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ogonek.glif b/src/Inter-UI-Black.ufo/glyphs/ogonek.glif
index 554a58983..96f313258 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ogonek.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ogonek.glif
@@ -1,54 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ogonek" format="1">
- <advance width="800"/>
+<glyph name="ogonek" format="2">
+ <advance width="800.0"/>
<unicode hex="02DB"/>
+ <anchor x="512.0" y="0.0" name="_bottom"/>
+ <anchor x="648.0" y="0.0" name="_ogonek"/>
+ <anchor x="648.0" y="0.0" name="_right"/>
+ <anchor x="512.0" y="-572.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="408" y="84" type="line"/>
- <point x="184" y="-20"/>
- <point x="124" y="-148"/>
- <point x="124" y="-280" type="curve" smooth="yes"/>
- <point x="124" y="-472"/>
- <point x="268" y="-572"/>
- <point x="452" y="-572" type="curve" smooth="yes"/>
- <point x="560" y="-572"/>
- <point x="632" y="-540"/>
- <point x="680" y="-512" type="curve"/>
- <point x="628" y="-284" type="line"/>
- <point x="604" y="-292"/>
- <point x="580" y="-308"/>
- <point x="532" y="-308" type="curve" smooth="yes"/>
- <point x="468" y="-308"/>
- <point x="444" y="-272"/>
- <point x="444" y="-220" type="curve" smooth="yes"/>
- <point x="444" y="-132"/>
- <point x="504" y="-76"/>
- <point x="648" y="0" type="curve"/>
- </contour>
- <contour>
- <point x="648" y="0" type="move" name="_ogonek"/>
- </contour>
- <contour>
- <point x="648" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="512" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="512" y="-572" type="move" name="mkmkbottom_acc"/>
+ <point x="408.0" y="84.0" type="line"/>
+ <point x="184.0" y="-20.0"/>
+ <point x="124.0" y="-148.0"/>
+ <point x="124.0" y="-280.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="-472.0"/>
+ <point x="268.0" y="-572.0"/>
+ <point x="452.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="-572.0"/>
+ <point x="632.0" y="-540.0"/>
+ <point x="680.0" y="-512.0" type="curve"/>
+ <point x="628.0" y="-284.0" type="line"/>
+ <point x="604.0" y="-292.0"/>
+ <point x="580.0" y="-308.0"/>
+ <point x="532.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="-308.0"/>
+ <point x="444.0" y="-272.0"/>
+ <point x="444.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="-132.0"/>
+ <point x="504.0" y="-76.0"/>
+ <point x="648.0" y="0.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 875, 'leftMargin': 39, 'rightMargin': 281}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 06:20:04</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ogoneknosp.glif b/src/Inter-UI-Black.ufo/glyphs/ogoneknosp.glif
index 9835e9a19..1c42077f4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ogoneknosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ogoneknosp.glif
@@ -1,43 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ogoneknosp" format="1">
- <advance width="0"/>
+<glyph name="ogoneknosp" format="2">
<unicode hex="0328"/>
+ <anchor x="-781.0" y="0.0" name="_markbottom"/>
<outline>
<contour>
- <point x="-781" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-810" y="83" type="line"/>
- <point x="-1034" y="-18"/>
- <point x="-1126" y="-146"/>
- <point x="-1126" y="-279" type="curve" smooth="yes"/>
- <point x="-1126" y="-472"/>
- <point x="-980" y="-573"/>
- <point x="-799" y="-573" type="curve" smooth="yes"/>
- <point x="-688" y="-573"/>
- <point x="-616" y="-540"/>
- <point x="-571" y="-513" type="curve"/>
- <point x="-620" y="-282" type="line"/>
- <point x="-644" y="-293"/>
- <point x="-671" y="-307"/>
- <point x="-719" y="-307" type="curve" smooth="yes"/>
- <point x="-782" y="-307"/>
- <point x="-804" y="-270"/>
- <point x="-804" y="-221" type="curve" smooth="yes"/>
- <point x="-804" y="-131"/>
- <point x="-744" y="-74"/>
- <point x="-601" y="0" type="curve"/>
+ <point x="-810.0" y="83.0" type="line"/>
+ <point x="-1034.0" y="-18.0"/>
+ <point x="-1126.0" y="-146.0"/>
+ <point x="-1126.0" y="-279.0" type="curve" smooth="yes"/>
+ <point x="-1126.0" y="-472.0"/>
+ <point x="-980.0" y="-573.0"/>
+ <point x="-799.0" y="-573.0" type="curve" smooth="yes"/>
+ <point x="-688.0" y="-573.0"/>
+ <point x="-616.0" y="-540.0"/>
+ <point x="-571.0" y="-513.0" type="curve"/>
+ <point x="-620.0" y="-282.0" type="line"/>
+ <point x="-644.0" y="-293.0"/>
+ <point x="-671.0" y="-307.0"/>
+ <point x="-719.0" y="-307.0" type="curve" smooth="yes"/>
+ <point x="-782.0" y="-307.0"/>
+ <point x="-804.0" y="-270.0"/>
+ <point x="-804.0" y="-221.0" type="curve" smooth="yes"/>
+ <point x="-804.0" y="-131.0"/>
+ <point x="-744.0" y="-74.0"/>
+ <point x="-601.0" y="0.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ograve.glif b/src/Inter-UI-Black.ufo/glyphs/ograve.glif
new file mode 100644
index 000000000..df33e0130
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ograve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ograve" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="00F2"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2296.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="grave" xOffset="100.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ohookabove.glif b/src/Inter-UI-Black.ufo/glyphs/ohookabove.glif
new file mode 100644
index 000000000..1c85f1149
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ohookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohookabove" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1ECF"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2395.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="hook" xOffset="1635.0" yOffset="-10.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ohorn.glif b/src/Inter-UI-Black.ufo/glyphs/ohorn.glif
index b48f0eb75..964d12570 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ohorn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ohorn.glif
@@ -1,33 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ohorn" format="1">
- <advance width="1740"/>
+<glyph name="ohorn" format="2">
+ <advance width="1740.0"/>
<unicode hex="01A1"/>
+ <anchor x="796.0" y="0.0" name="bottom"/>
+ <anchor x="812.0" y="1776.0" name="top"/>
+ <anchor x="1664.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1488" y="1620" type="line"/>
- <point x="1488" y="1388"/>
- <point x="1440" y="1248"/>
- <point x="1232" y="1248" type="curve"/>
- <point x="1232" y="1076" type="line"/>
- <point x="1584" y="1076"/>
- <point x="1740" y="1276"/>
- <point x="1740" y="1620" type="curve"/>
+ <point x="1488.0" y="1620.0" type="line"/>
+ <point x="1488.0" y="1388.0"/>
+ <point x="1440.0" y="1248.0"/>
+ <point x="1232.0" y="1248.0" type="curve"/>
+ <point x="1232.0" y="1076.0" type="line"/>
+ <point x="1584.0" y="1076.0"/>
+ <point x="1740.0" y="1276.0"/>
+ <point x="1740.0" y="1620.0" type="curve"/>
</contour>
- <component base="o"/>
<contour>
- <point x="812" y="1776" type="move" name="top"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1544.0" y="304.0"/>
+ <point x="1544.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="1232.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
</contour>
<contour>
- <point x="796" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1664" y="1776" type="move" name="top0315"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1192.0"/>
+ <point x="1108.0" y="1024.0"/>
+ <point x="1108.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="512.0"/>
+ <point x="1028.0" y="340.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1645, 'leftMargin': 181, 'rightMargin': -11}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ohornacute.glif b/src/Inter-UI-Black.ufo/glyphs/ohornacute.glif
new file mode 100644
index 000000000..a7314b8af
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ohornacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohornacute" format="2">
+ <advance width="1740.0"/>
+ <unicode hex="1EDB"/>
+ <anchor x="796.0" y="0.0" name="bottom"/>
+ <anchor x="812.0" y="1776.0" name="parent_top"/>
+ <anchor x="812.0" y="2296.0" name="top"/>
+ <anchor x="1664.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="acute" xOffset="448.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ohorndotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ohorndotbelow.glif
new file mode 100644
index 000000000..cce2daed2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ohorndotbelow.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohorndotbelow" format="2">
+ <advance width="1740.0"/>
+ <unicode hex="1EE3"/>
+ <anchor x="795.0" y="-523.0" name="bottom"/>
+ <anchor x="812.0" y="1776.0" name="parent_top"/>
+ <anchor x="812.0" y="1776.0" name="top"/>
+ <anchor x="1664.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="dotbelow" xOffset="1620.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ohorngrave.glif b/src/Inter-UI-Black.ufo/glyphs/ohorngrave.glif
new file mode 100644
index 000000000..bafa8f709
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ohorngrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohorngrave" format="2">
+ <advance width="1740.0"/>
+ <unicode hex="1EDD"/>
+ <anchor x="796.0" y="0.0" name="bottom"/>
+ <anchor x="812.0" y="1776.0" name="parent_top"/>
+ <anchor x="812.0" y="2296.0" name="top"/>
+ <anchor x="1664.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="grave" xOffset="124.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ohornhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/ohornhookabove.glif
new file mode 100644
index 000000000..68500027e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ohornhookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohornhookabove" format="2">
+ <advance width="1740.0"/>
+ <unicode hex="1EDF"/>
+ <anchor x="796.0" y="0.0" name="bottom"/>
+ <anchor x="812.0" y="1776.0" name="parent_top"/>
+ <anchor x="812.0" y="2395.0" name="top"/>
+ <anchor x="1664.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="hook" xOffset="1659.0" yOffset="-10.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ohorntilde.glif b/src/Inter-UI-Black.ufo/glyphs/ohorntilde.glif
new file mode 100644
index 000000000..5d1a7eb5b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ohorntilde.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohorntilde" format="2">
+ <advance width="1740.0"/>
+ <unicode hex="1EE1"/>
+ <anchor x="796.0" y="0.0" name="bottom"/>
+ <anchor x="812.0" y="1776.0" name="parent_top"/>
+ <anchor x="812.0" y="2300.0" name="top"/>
+ <anchor x="1664.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="tilde" xOffset="156.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ohungarumlaut.glif b/src/Inter-UI-Black.ufo/glyphs/ohungarumlaut.glif
new file mode 100644
index 000000000..3ae6cad5a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ohungarumlaut.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohungarumlaut" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="0151"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2256.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="hungarumlaut" xOffset="288.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oi.glif b/src/Inter-UI-Black.ufo/glyphs/oi.glif
index 9a7bd1287..c9e30882f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/oi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/oi.glif
@@ -1,71 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oi" format="1">
- <advance width="2080"/>
+<glyph name="oi" format="2">
+ <advance width="2080.0"/>
<unicode hex="01A3"/>
+ <guideline x="1379.125"/>
<outline>
<contour>
- <point x="788" y="332" type="curve" smooth="yes"/>
- <point x="580" y="332"/>
- <point x="544" y="508"/>
- <point x="544" y="728" type="curve" smooth="yes"/>
- <point x="544" y="760" type="line" smooth="yes"/>
- <point x="544" y="976"/>
- <point x="580" y="1160"/>
- <point x="784" y="1160" type="curve"/>
- <point x="868" y="1160"/>
- <point x="924" y="1128"/>
- <point x="960" y="1076" type="curve"/>
- <point x="960" y="796" type="line"/>
- <point x="1404" y="764" type="line"/>
- <point x="1404" y="1152" type="line"/>
- <point x="1328" y="1304"/>
- <point x="1116" y="1516"/>
- <point x="796" y="1516" type="curve" smooth="yes"/>
- <point x="332" y="1516"/>
- <point x="104" y="1188"/>
- <point x="104" y="760" type="curve" smooth="yes"/>
- <point x="104" y="728" type="line" smooth="yes"/>
- <point x="104" y="296"/>
- <point x="332" y="-28"/>
- <point x="796" y="-28" type="curve"/>
- <point x="1140" y="-28"/>
- <point x="1304" y="120"/>
- <point x="1404" y="296" type="curve"/>
- <point x="1404" y="860" type="line"/>
- <point x="960" y="860" type="line"/>
- <point x="960" y="396" type="line"/>
- <point x="924" y="352"/>
- <point x="864" y="332"/>
+ <point x="788.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="332.0"/>
+ <point x="544.0" y="508.0"/>
+ <point x="544.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="544.0" y="760.0" type="line" smooth="yes"/>
+ <point x="544.0" y="976.0"/>
+ <point x="580.0" y="1160.0"/>
+ <point x="784.0" y="1160.0" type="curve"/>
+ <point x="868.0" y="1160.0"/>
+ <point x="924.0" y="1128.0"/>
+ <point x="960.0" y="1076.0" type="curve"/>
+ <point x="960.0" y="796.0" type="line"/>
+ <point x="1404.0" y="764.0" type="line"/>
+ <point x="1404.0" y="1152.0" type="line"/>
+ <point x="1328.0" y="1304.0"/>
+ <point x="1116.0" y="1516.0"/>
+ <point x="796.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="332.0" y="1516.0"/>
+ <point x="104.0" y="1188.0"/>
+ <point x="104.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="728.0" type="line" smooth="yes"/>
+ <point x="104.0" y="296.0"/>
+ <point x="332.0" y="-28.0"/>
+ <point x="796.0" y="-28.0" type="curve"/>
+ <point x="1140.0" y="-28.0"/>
+ <point x="1304.0" y="120.0"/>
+ <point x="1404.0" y="296.0" type="curve"/>
+ <point x="1404.0" y="860.0" type="line"/>
+ <point x="960.0" y="860.0" type="line"/>
+ <point x="960.0" y="396.0" type="line"/>
+ <point x="924.0" y="352.0"/>
+ <point x="864.0" y="332.0"/>
</contour>
<contour>
- <point x="1980" y="1488" type="line"/>
- <point x="1684" y="1488" type="line"/>
- <point x="1212" y="1284" type="line"/>
- <point x="1212" y="872" type="line"/>
- <point x="1536" y="996" type="line"/>
- <point x="1536" y="-572" type="line"/>
- <point x="1980" y="-572" type="line"/>
+ <point x="1980.0" y="1488.0" type="line"/>
+ <point x="1684.0" y="1488.0" type="line"/>
+ <point x="1212.0" y="1284.0" type="line"/>
+ <point x="1212.0" y="872.0" type="line"/>
+ <point x="1536.0" y="996.0" type="line"/>
+ <point x="1536.0" y="-572.0" type="line"/>
+ <point x="1980.0" y="-572.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1379.125</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2094, 'leftMargin': 78, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oinvertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/oinvertedbreve.glif
new file mode 100644
index 000000000..728e12dc1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/oinvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oinvertedbreve" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="020F"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2326.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="breveinvnosp" xOffset="1580.0" yOffset="181.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omacron.glif b/src/Inter-UI-Black.ufo/glyphs/omacron.glif
new file mode 100644
index 000000000..dbdd9d9d0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/omacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omacron" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="014D"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2208.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="macron" xOffset="4.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omacronacute.glif b/src/Inter-UI-Black.ufo/glyphs/omacronacute.glif
new file mode 100644
index 000000000..7f286ddcc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/omacronacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omacronacute" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1E53"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2730.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="macronacutecomb.lc" xOffset="1580.0" yOffset="-6.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omacrongrave.glif b/src/Inter-UI-Black.ufo/glyphs/omacrongrave.glif
new file mode 100644
index 000000000..b62025df9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/omacrongrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omacrongrave" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1E51"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2730.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="macrongravecomb.lc" xOffset="1580.0" yOffset="-6.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omega.glif b/src/Inter-UI-Black.ufo/glyphs/omega.glif
index 64d9c0c4d..89ba1793c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/omega.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/omega.glif
@@ -1,70 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omega" format="1">
- <advance width="2592"/>
+<glyph name="omega" format="2">
+ <advance width="2592.0"/>
<unicode hex="03C9"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1732" y="1488" type="line"/>
- <point x="1840" y="1260"/>
- <point x="1908" y="1024"/>
- <point x="1916" y="780" type="curve"/>
- <point x="1916" y="556"/>
- <point x="1872" y="332"/>
- <point x="1728" y="332" type="curve" smooth="yes"/>
- <point x="1620" y="332"/>
- <point x="1532" y="424"/>
- <point x="1532" y="688" type="curve"/>
- <point x="1532" y="1200" type="line"/>
- <point x="1200" y="1200" type="line"/>
- <point x="1200" y="736" type="line"/>
- <point x="1200" y="244"/>
- <point x="1416" y="-28"/>
- <point x="1740" y="-28" type="curve" smooth="yes"/>
- <point x="2208" y="-28"/>
- <point x="2360" y="320"/>
- <point x="2360" y="780" type="curve"/>
- <point x="2360" y="1080"/>
- <point x="2260" y="1320"/>
- <point x="2148" y="1488" type="curve"/>
+ <point x="1732.0" y="1488.0" type="line"/>
+ <point x="1840.0" y="1260.0"/>
+ <point x="1908.0" y="1024.0"/>
+ <point x="1916.0" y="780.0" type="curve"/>
+ <point x="1916.0" y="556.0"/>
+ <point x="1872.0" y="332.0"/>
+ <point x="1728.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="332.0"/>
+ <point x="1532.0" y="424.0"/>
+ <point x="1532.0" y="688.0" type="curve"/>
+ <point x="1532.0" y="1200.0" type="line"/>
+ <point x="1200.0" y="1200.0" type="line"/>
+ <point x="1200.0" y="736.0" type="line"/>
+ <point x="1200.0" y="244.0"/>
+ <point x="1416.0" y="-28.0"/>
+ <point x="1740.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2208.0" y="-28.0"/>
+ <point x="2360.0" y="320.0"/>
+ <point x="2360.0" y="780.0" type="curve"/>
+ <point x="2360.0" y="1080.0"/>
+ <point x="2260.0" y="1320.0"/>
+ <point x="2148.0" y="1488.0" type="curve"/>
</contour>
<contour>
- <point x="448" y="1488" type="line"/>
- <point x="336" y="1320"/>
- <point x="236" y="1080"/>
- <point x="236" y="780" type="curve" smooth="yes"/>
- <point x="236" y="320"/>
- <point x="384" y="-28"/>
- <point x="852" y="-28" type="curve" smooth="yes"/>
- <point x="1176" y="-28"/>
- <point x="1392" y="244"/>
- <point x="1392" y="736" type="curve" smooth="yes"/>
- <point x="1392" y="1200" type="line"/>
- <point x="1060" y="1200" type="line"/>
- <point x="1060" y="688" type="line" smooth="yes"/>
- <point x="1060" y="424"/>
- <point x="972" y="332"/>
- <point x="868" y="332" type="curve" smooth="yes"/>
- <point x="720" y="332"/>
- <point x="676" y="556"/>
- <point x="676" y="780" type="curve"/>
- <point x="684" y="1024"/>
- <point x="752" y="1260"/>
- <point x="860" y="1488" type="curve"/>
- </contour>
- <contour>
- <point x="1288" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1296" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2448" y="1776" type="move" name="top0315"/>
+ <point x="448.0" y="1488.0" type="line"/>
+ <point x="336.0" y="1320.0"/>
+ <point x="236.0" y="1080.0"/>
+ <point x="236.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="236.0" y="320.0"/>
+ <point x="384.0" y="-28.0"/>
+ <point x="852.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="-28.0"/>
+ <point x="1392.0" y="244.0"/>
+ <point x="1392.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="1200.0" type="line"/>
+ <point x="1060.0" y="1200.0" type="line"/>
+ <point x="1060.0" y="688.0" type="line" smooth="yes"/>
+ <point x="1060.0" y="424.0"/>
+ <point x="972.0" y="332.0"/>
+ <point x="868.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="332.0"/>
+ <point x="676.0" y="556.0"/>
+ <point x="676.0" y="780.0" type="curve"/>
+ <point x="684.0" y="1024.0"/>
+ <point x="752.0" y="1260.0"/>
+ <point x="860.0" y="1488.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2310.0, 'leftMargin': 98, 'rightMargin': 89.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omegaclosed.glif b/src/Inter-UI-Black.ufo/glyphs/omegaclosed.glif
index 9842385cc..8c712f64a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/omegaclosed.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/omegaclosed.glif
@@ -1,85 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omegaclosed" format="1">
- <advance width="2592"/>
+<glyph name="omegaclosed" format="2">
+ <advance width="2592.0"/>
<unicode hex="0277"/>
+ <guideline x="1061.5"/>
+ <anchor x="1296.0" y="0.0" name="bottom"/>
+ <anchor x="1296.0" y="1776.0" name="top"/>
+ <anchor x="2452.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1296" y="1516" type="line"/>
- <point x="652" y="1516"/>
- <point x="236" y="1192"/>
- <point x="236" y="660" type="curve" smooth="yes"/>
- <point x="236" y="320"/>
- <point x="384" y="-28"/>
- <point x="852" y="-28" type="curve" smooth="yes"/>
- <point x="1176" y="-28"/>
- <point x="1392" y="244"/>
- <point x="1392" y="736" type="curve" smooth="yes"/>
- <point x="1392" y="952" type="line"/>
- <point x="1060" y="952" type="line"/>
- <point x="1060" y="688" type="line" smooth="yes"/>
- <point x="1060" y="424"/>
- <point x="972" y="332"/>
- <point x="868" y="332" type="curve" smooth="yes"/>
- <point x="720" y="332"/>
- <point x="676" y="444"/>
- <point x="676" y="660" type="curve" smooth="yes"/>
- <point x="676" y="908"/>
- <point x="844" y="1160"/>
- <point x="1296" y="1160" type="curve"/>
+ <point x="1296.0" y="1516.0" type="line"/>
+ <point x="652.0" y="1516.0"/>
+ <point x="236.0" y="1192.0"/>
+ <point x="236.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="236.0" y="320.0"/>
+ <point x="384.0" y="-28.0"/>
+ <point x="852.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="-28.0"/>
+ <point x="1392.0" y="244.0"/>
+ <point x="1392.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="952.0" type="line"/>
+ <point x="1060.0" y="952.0" type="line"/>
+ <point x="1060.0" y="688.0" type="line" smooth="yes"/>
+ <point x="1060.0" y="424.0"/>
+ <point x="972.0" y="332.0"/>
+ <point x="868.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="332.0"/>
+ <point x="676.0" y="444.0"/>
+ <point x="676.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="908.0"/>
+ <point x="844.0" y="1160.0"/>
+ <point x="1296.0" y="1160.0" type="curve"/>
</contour>
<contour>
- <point x="1296" y="1160" type="line"/>
- <point x="1748" y="1160"/>
- <point x="1916" y="908"/>
- <point x="1916" y="660" type="curve" smooth="yes"/>
- <point x="1916" y="444"/>
- <point x="1872" y="332"/>
- <point x="1724" y="332" type="curve" smooth="yes"/>
- <point x="1620" y="332"/>
- <point x="1532" y="424"/>
- <point x="1532" y="688" type="curve" smooth="yes"/>
- <point x="1532" y="952" type="line"/>
- <point x="1200" y="952" type="line"/>
- <point x="1200" y="736" type="line" smooth="yes"/>
- <point x="1200" y="244"/>
- <point x="1416" y="-28"/>
- <point x="1740" y="-28" type="curve" smooth="yes"/>
- <point x="2208" y="-28"/>
- <point x="2360" y="320"/>
- <point x="2360" y="660" type="curve" smooth="yes"/>
- <point x="2360" y="1192"/>
- <point x="1940" y="1516"/>
- <point x="1296" y="1516" type="curve"/>
- </contour>
- <contour>
- <point x="1296" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1296" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2452" y="1776" type="move" name="top0315"/>
+ <point x="1296.0" y="1160.0" type="line"/>
+ <point x="1748.0" y="1160.0"/>
+ <point x="1916.0" y="908.0"/>
+ <point x="1916.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="1916.0" y="444.0"/>
+ <point x="1872.0" y="332.0"/>
+ <point x="1724.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="332.0"/>
+ <point x="1532.0" y="424.0"/>
+ <point x="1532.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="952.0" type="line"/>
+ <point x="1200.0" y="952.0" type="line"/>
+ <point x="1200.0" y="736.0" type="line" smooth="yes"/>
+ <point x="1200.0" y="244.0"/>
+ <point x="1416.0" y="-28.0"/>
+ <point x="1740.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2208.0" y="-28.0"/>
+ <point x="2360.0" y="320.0"/>
+ <point x="2360.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="2360.0" y="1192.0"/>
+ <point x="1940.0" y="1516.0"/>
+ <point x="1296.0" y="1516.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1061.5</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2311, 'leftMargin': 94, 'rightMargin': 93}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omegacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/omegacyrillic.glif
index 1917c8911..db4ab0109 100644
--- a/src/Inter-UI-Black.ufo/glyphs/omegacyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/omegacyrillic.glif
@@ -1,59 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omegacyrillic" format="1">
- <advance width="2592"/>
+<glyph name="omegacyrillic" format="2">
+ <advance width="2592.0"/>
<unicode hex="0461"/>
+ <anchor x="1300.0" y="1776.0" name="top"/>
+ <anchor x="2468.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1080" y="1488" type="line"/>
- <point x="1080" y="664" type="line" smooth="yes"/>
- <point x="1080" y="428"/>
- <point x="1008" y="328"/>
- <point x="860" y="328" type="curve" smooth="yes"/>
- <point x="732" y="328"/>
- <point x="664" y="428"/>
- <point x="664" y="664" type="curve" smooth="yes"/>
- <point x="664" y="1488" type="line"/>
- <point x="220" y="1488" type="line"/>
- <point x="220" y="664" type="line" smooth="yes"/>
- <point x="220" y="212"/>
- <point x="484" y="-28"/>
- <point x="860" y="-28" type="curve" smooth="yes"/>
- <point x="1204" y="-28"/>
- <point x="1444" y="212"/>
- <point x="1444" y="664" type="curve" smooth="yes"/>
- <point x="1444" y="1488" type="line"/>
+ <point x="1080.0" y="1488.0" type="line"/>
+ <point x="1080.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1080.0" y="428.0"/>
+ <point x="1008.0" y="328.0"/>
+ <point x="860.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="328.0"/>
+ <point x="664.0" y="428.0"/>
+ <point x="664.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="1488.0" type="line"/>
+ <point x="220.0" y="1488.0" type="line"/>
+ <point x="220.0" y="664.0" type="line" smooth="yes"/>
+ <point x="220.0" y="212.0"/>
+ <point x="484.0" y="-28.0"/>
+ <point x="860.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="-28.0"/>
+ <point x="1444.0" y="212.0"/>
+ <point x="1444.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="1928" y="1488" type="line"/>
- <point x="1928" y="664" type="line" smooth="yes"/>
- <point x="1928" y="428"/>
- <point x="1868" y="328"/>
- <point x="1736" y="328" type="curve" smooth="yes"/>
- <point x="1592" y="328"/>
- <point x="1524" y="428"/>
- <point x="1524" y="664" type="curve" smooth="yes"/>
- <point x="1524" y="1488" type="line"/>
- <point x="1164" y="1488" type="line"/>
- <point x="1164" y="664" type="line" smooth="yes"/>
- <point x="1164" y="212"/>
- <point x="1392" y="-28"/>
- <point x="1736" y="-28" type="curve" smooth="yes"/>
- <point x="2112" y="-28"/>
- <point x="2372" y="212"/>
- <point x="2372" y="664" type="curve" smooth="yes"/>
- <point x="2372" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1300" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2468" y="1776" type="move" name="top0315"/>
+ <point x="1928.0" y="1488.0" type="line"/>
+ <point x="1928.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1928.0" y="428.0"/>
+ <point x="1868.0" y="328.0"/>
+ <point x="1736.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="328.0"/>
+ <point x="1524.0" y="428.0"/>
+ <point x="1524.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="1524.0" y="1488.0" type="line"/>
+ <point x="1164.0" y="1488.0" type="line"/>
+ <point x="1164.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1164.0" y="212.0"/>
+ <point x="1392.0" y="-28.0"/>
+ <point x="1736.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2112.0" y="-28.0"/>
+ <point x="2372.0" y="212.0"/>
+ <point x="2372.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="2372.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2375, 'leftMargin': 127, 'rightMargin': 94}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omegaroundcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/omegaroundcyrillic.glif
index 57e238205..f1b1deae5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/omegaroundcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/omegaroundcyrillic.glif
@@ -1,49 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omegaroundcyrillic" format="1">
- <advance width="1640"/>
+<glyph name="omegaroundcyrillic" format="2">
+ <advance width="1640.0"/>
<unicode hex="047B"/>
+ <guideline x="804.0" y="1148.0" angle="90.0"/>
+ <anchor x="808.0" y="1872.0" name="top"/>
+ <anchor x="1604.0" y="1872.0" name="top0315"/>
<outline>
<contour>
- <point x="924" y="1664" type="line"/>
- <point x="716" y="1664" type="line"/>
- <point x="716" y="1008" type="line"/>
- <point x="924" y="1008" type="line"/>
+ <point x="924.0" y="1664.0" type="line"/>
+ <point x="716.0" y="1664.0" type="line"/>
+ <point x="716.0" y="1008.0" type="line"/>
+ <point x="924.0" y="1008.0" type="line"/>
</contour>
<contour>
- <point x="924" y="512" type="line"/>
- <point x="716" y="512" type="line"/>
- <point x="716" y="-172" type="line"/>
- <point x="924" y="-172" type="line"/>
+ <point x="924.0" y="512.0" type="line"/>
+ <point x="716.0" y="512.0" type="line"/>
+ <point x="716.0" y="-172.0" type="line"/>
+ <point x="924.0" y="-172.0" type="line"/>
</contour>
- <component base="o"/>
<contour>
- <point x="808" y="1872" type="move" name="top"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1544.0" y="304.0"/>
+ <point x="1544.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="1232.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
</contour>
<contour>
- <point x="1604" y="1872" type="move" name="top0315"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1192.0"/>
+ <point x="1108.0" y="1024.0"/>
+ <point x="1108.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="512.0"/>
+ <point x="1028.0" y="340.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>804</integer>
- <key>y</key>
- <integer>1148</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 184, 'rightMargin': -27}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omegatitlocyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/omegatitlocyrillic.glif
index 4cafa6103..a990fe0e5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/omegatitlocyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/omegatitlocyrillic.glif
@@ -1,97 +1,97 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omegatitlocyrillic" format="1">
- <advance width="2336"/>
+<glyph name="omegatitlocyrillic" format="2">
+ <advance width="2336.0"/>
<unicode hex="047D"/>
<outline>
<contour>
- <point x="1780" y="1872" type="line"/>
- <point x="1496" y="1872"/>
- <point x="1312" y="2036"/>
- <point x="1100" y="2036" type="curve" smooth="yes"/>
- <point x="904" y="2036"/>
- <point x="784" y="1944"/>
- <point x="784" y="1736" type="curve" smooth="yes"/>
- <point x="784" y="1688" type="line"/>
- <point x="964" y="1688" type="line"/>
- <point x="964" y="1712" type="line" smooth="yes"/>
- <point x="964" y="1812"/>
- <point x="1024" y="1852"/>
- <point x="1104" y="1852" type="curve" smooth="yes"/>
- <point x="1256" y="1852"/>
- <point x="1468" y="1688"/>
- <point x="1776" y="1688" type="curve" smooth="yes"/>
- <point x="1796" y="1688" type="line"/>
- <point x="1796" y="1872" type="line"/>
+ <point x="1780.0" y="1872.0" type="line"/>
+ <point x="1496.0" y="1872.0"/>
+ <point x="1312.0" y="2036.0"/>
+ <point x="1100.0" y="2036.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="2036.0"/>
+ <point x="784.0" y="1944.0"/>
+ <point x="784.0" y="1736.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="1688.0" type="line"/>
+ <point x="964.0" y="1688.0" type="line"/>
+ <point x="964.0" y="1712.0" type="line" smooth="yes"/>
+ <point x="964.0" y="1812.0"/>
+ <point x="1024.0" y="1852.0"/>
+ <point x="1104.0" y="1852.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="1852.0"/>
+ <point x="1468.0" y="1688.0"/>
+ <point x="1776.0" y="1688.0" type="curve" smooth="yes"/>
+ <point x="1796.0" y="1688.0" type="line"/>
+ <point x="1796.0" y="1872.0" type="line"/>
</contour>
<contour>
- <point x="1112" y="1300" type="line"/>
- <point x="1204" y="1348"/>
- <point x="1328" y="1468"/>
- <point x="1328" y="1576" type="curve" smooth="yes"/>
- <point x="1328" y="1716" type="line"/>
- <point x="1092" y="1716" type="line"/>
- <point x="1092" y="1584" type="line" smooth="yes"/>
- <point x="1092" y="1516"/>
- <point x="1060" y="1452"/>
- <point x="1000" y="1376" type="curve"/>
+ <point x="1112.0" y="1300.0" type="line"/>
+ <point x="1204.0" y="1348.0"/>
+ <point x="1328.0" y="1468.0"/>
+ <point x="1328.0" y="1576.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="1716.0" type="line"/>
+ <point x="1092.0" y="1716.0" type="line"/>
+ <point x="1092.0" y="1584.0" type="line" smooth="yes"/>
+ <point x="1092.0" y="1516.0"/>
+ <point x="1060.0" y="1452.0"/>
+ <point x="1000.0" y="1376.0" type="curve"/>
</contour>
<contour>
- <point x="836" y="1516" type="line"/>
- <point x="444" y="1516"/>
- <point x="152" y="1284"/>
- <point x="152" y="852" type="curve" smooth="yes"/>
- <point x="152" y="636" type="line" smooth="yes"/>
- <point x="152" y="204"/>
- <point x="420" y="-28"/>
- <point x="780" y="-28" type="curve" smooth="yes"/>
- <point x="1076" y="-28"/>
- <point x="1296" y="212"/>
- <point x="1296" y="664" type="curve" smooth="yes"/>
- <point x="1296" y="848" type="line"/>
- <point x="960" y="848" type="line"/>
- <point x="960" y="664" type="line" smooth="yes"/>
- <point x="960" y="428"/>
- <point x="892" y="328"/>
- <point x="780" y="328" type="curve" smooth="yes"/>
- <point x="668" y="328"/>
- <point x="596" y="420"/>
- <point x="596" y="636" type="curve" smooth="yes"/>
- <point x="596" y="852" type="line" smooth="yes"/>
- <point x="596" y="1068"/>
- <point x="692" y="1160"/>
- <point x="836" y="1160" type="curve"/>
+ <point x="836.0" y="1516.0" type="line"/>
+ <point x="444.0" y="1516.0"/>
+ <point x="152.0" y="1284.0"/>
+ <point x="152.0" y="852.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="636.0" type="line" smooth="yes"/>
+ <point x="152.0" y="204.0"/>
+ <point x="420.0" y="-28.0"/>
+ <point x="780.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="-28.0"/>
+ <point x="1296.0" y="212.0"/>
+ <point x="1296.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="848.0" type="line"/>
+ <point x="960.0" y="848.0" type="line"/>
+ <point x="960.0" y="664.0" type="line" smooth="yes"/>
+ <point x="960.0" y="428.0"/>
+ <point x="892.0" y="328.0"/>
+ <point x="780.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="328.0"/>
+ <point x="596.0" y="420.0"/>
+ <point x="596.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="852.0" type="line" smooth="yes"/>
+ <point x="596.0" y="1068.0"/>
+ <point x="692.0" y="1160.0"/>
+ <point x="836.0" y="1160.0" type="curve"/>
</contour>
<contour>
- <point x="1504" y="1160" type="line"/>
- <point x="1648" y="1160"/>
- <point x="1740" y="1068"/>
- <point x="1740" y="852" type="curve" smooth="yes"/>
- <point x="1740" y="636" type="line" smooth="yes"/>
- <point x="1740" y="420"/>
- <point x="1668" y="328"/>
- <point x="1556" y="328" type="curve" smooth="yes"/>
- <point x="1444" y="328"/>
- <point x="1376" y="428"/>
- <point x="1376" y="664" type="curve" smooth="yes"/>
- <point x="1376" y="848" type="line"/>
- <point x="1044" y="848" type="line"/>
- <point x="1044" y="664" type="line" smooth="yes"/>
- <point x="1044" y="212"/>
- <point x="1260" y="-28"/>
- <point x="1556" y="-28" type="curve" smooth="yes"/>
- <point x="1916" y="-28"/>
- <point x="2184" y="204"/>
- <point x="2184" y="636" type="curve" smooth="yes"/>
- <point x="2184" y="852" type="line" smooth="yes"/>
- <point x="2184" y="1284"/>
- <point x="1892" y="1516"/>
- <point x="1504" y="1516" type="curve"/>
+ <point x="1504.0" y="1160.0" type="line"/>
+ <point x="1648.0" y="1160.0"/>
+ <point x="1740.0" y="1068.0"/>
+ <point x="1740.0" y="852.0" type="curve" smooth="yes"/>
+ <point x="1740.0" y="636.0" type="line" smooth="yes"/>
+ <point x="1740.0" y="420.0"/>
+ <point x="1668.0" y="328.0"/>
+ <point x="1556.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="328.0"/>
+ <point x="1376.0" y="428.0"/>
+ <point x="1376.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="1376.0" y="848.0" type="line"/>
+ <point x="1044.0" y="848.0" type="line"/>
+ <point x="1044.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1044.0" y="212.0"/>
+ <point x="1260.0" y="-28.0"/>
+ <point x="1556.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1916.0" y="-28.0"/>
+ <point x="2184.0" y="204.0"/>
+ <point x="2184.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="2184.0" y="852.0" type="line" smooth="yes"/>
+ <point x="2184.0" y="1284.0"/>
+ <point x="1892.0" y="1516.0"/>
+ <point x="1504.0" y="1516.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2325, 'leftMargin': 142, 'rightMargin': 152}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omegatonos.glif b/src/Inter-UI-Black.ufo/glyphs/omegatonos.glif
new file mode 100644
index 000000000..525f84f1d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/omegatonos.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omegatonos" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="03CE"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="tonos" xOffset="852.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omicron.glif b/src/Inter-UI-Black.ufo/glyphs/omicron.glif
new file mode 100644
index 000000000..2a8ed3622
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/omicron.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omicron" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="03BF"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/omicrontonos.glif b/src/Inter-UI-Black.ufo/glyphs/omicrontonos.glif
new file mode 100644
index 000000000..d31508324
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/omicrontonos.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omicrontonos" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="03CC"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="tonos" xOffset="352.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/one.1.glif b/src/Inter-UI-Black.ufo/glyphs/one.1.glif
index 9becaba8a..94d1cad92 100644
--- a/src/Inter-UI-Black.ufo/glyphs/one.1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/one.1.glif
@@ -1,56 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one.1" format="1">
- <advance width="1364"/>
+<glyph name="one.1" format="2">
+ <advance width="1364.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="952" y="2048" type="line"/>
- <point x="564" y="2048" type="line"/>
- <point x="80" y="1764" type="line"/>
- <point x="256" y="1456" type="line"/>
- <point x="520" y="1608" type="line"/>
- <point x="532" y="1608" type="line"/>
- <point x="532" y="0" type="line"/>
- <point x="952" y="0" type="line"/>
+ <point x="952.0" y="2048.0" type="line"/>
+ <point x="564.0" y="2048.0" type="line"/>
+ <point x="80.0" y="1764.0" type="line"/>
+ <point x="256.0" y="1456.0" type="line"/>
+ <point x="520.0" y="1608.0" type="line"/>
+ <point x="532.0" y="1608.0" type="line"/>
+ <point x="532.0" y="0.0" type="line"/>
+ <point x="952.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 230, 'rightMargin': 493}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/one.glif b/src/Inter-UI-Black.ufo/glyphs/one.glif
index bed602989..91e563471 100644
--- a/src/Inter-UI-Black.ufo/glyphs/one.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/one.glif
@@ -1,61 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one" format="1">
- <advance width="1408"/>
+<glyph name="one" format="2">
+ <advance width="1408.0"/>
<unicode hex="0031"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="996" y="2048" type="line"/>
- <point x="580" y="2048" type="line"/>
- <point x="580" y="2032"/>
- <point x="540" y="1704"/>
- <point x="160" y="1704" type="curve"/>
- <point x="160" y="1336" type="line"/>
- <point x="376" y="1336"/>
- <point x="512" y="1384"/>
- <point x="560" y="1464" type="curve"/>
- <point x="576" y="1464" type="line"/>
- <point x="576" y="0" type="line"/>
- <point x="996" y="0" type="line"/>
+ <point x="996.0" y="2048.0" type="line"/>
+ <point x="580.0" y="2048.0" type="line"/>
+ <point x="580.0" y="2032.0"/>
+ <point x="540.0" y="1704.0"/>
+ <point x="160.0" y="1704.0" type="curve"/>
+ <point x="160.0" y="1336.0" type="line"/>
+ <point x="376.0" y="1336.0"/>
+ <point x="512.0" y="1384.0"/>
+ <point x="560.0" y="1464.0" type="curve"/>
+ <point x="576.0" y="1464.0" type="line"/>
+ <point x="576.0" y="0.0" type="line"/>
+ <point x="996.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 230, 'rightMargin': 493}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/one.sup.glif b/src/Inter-UI-Black.ufo/glyphs/one.sup.glif
index 4b0a17e73..22869c39a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/one.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/one.sup.glif
@@ -1,28 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one.sup" format="1">
- <advance width="1056"/>
+<glyph name="one.sup" format="2">
+ <advance width="1056.0"/>
<outline>
<contour>
- <point x="800" y="1080" type="line"/>
- <point x="776" y="1080" type="line"/>
- <point x="256" y="912" type="line"/>
- <point x="256" y="684" type="line"/>
- <point x="504" y="732" type="line"/>
- <point x="504" y="0" type="line"/>
- <point x="800" y="0" type="line"/>
+ <point x="800.0" y="1080.0" type="line"/>
+ <point x="776.0" y="1080.0" type="line"/>
+ <point x="256.0" y="912.0" type="line"/>
+ <point x="256.0" y="684.0" type="line"/>
+ <point x="504.0" y="732.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="800.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 194, 'rightMargin': 313}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/one.tnum.1.glif b/src/Inter-UI-Black.ufo/glyphs/one.tnum.1.glif
index 6603a6987..b9b699bd6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/one.tnum.1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/one.tnum.1.glif
@@ -1,24 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one.tnum.1" format="1">
- <advance width="1824"/>
+<glyph name="one.tnum.1" format="2">
+ <advance width="1824.0"/>
<outline>
<contour>
- <point x="336" y="0" type="line"/>
- <point x="1616" y="0" type="line"/>
- <point x="1616" y="384" type="line"/>
- <point x="336" y="384" type="line"/>
+ <point x="336.0" y="0.0" type="line"/>
+ <point x="1616.0" y="0.0" type="line"/>
+ <point x="1616.0" y="384.0" type="line"/>
+ <point x="336.0" y="384.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1188.0" y="2048.0" type="line"/>
+ <point x="800.0" y="2048.0" type="line"/>
+ <point x="316.0" y="1764.0" type="line"/>
+ <point x="492.0" y="1456.0" type="line"/>
+ <point x="756.0" y="1608.0" type="line"/>
+ <point x="768.0" y="1608.0" type="line"/>
+ <point x="768.0" y="0.0" type="line"/>
+ <point x="1188.0" y="0.0" type="line"/>
</contour>
- <component base="one.1" xOffset="236"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/one.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/one.tnum.glif
index 557d069a2..ea31d2f69 100644
--- a/src/Inter-UI-Black.ufo/glyphs/one.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/one.tnum.glif
@@ -1,24 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one.tnum" format="1">
- <advance width="1824"/>
+<glyph name="one.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
<contour>
- <point x="336" y="0" type="line"/>
- <point x="1616" y="0" type="line"/>
- <point x="1616" y="384" type="line"/>
- <point x="336" y="384" type="line"/>
+ <point x="336.0" y="0.0" type="line"/>
+ <point x="1616.0" y="0.0" type="line"/>
+ <point x="1616.0" y="384.0" type="line"/>
+ <point x="336.0" y="384.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1204.0" y="2048.0" type="line"/>
+ <point x="788.0" y="2048.0" type="line"/>
+ <point x="788.0" y="2032.0"/>
+ <point x="748.0" y="1704.0"/>
+ <point x="368.0" y="1704.0" type="curve"/>
+ <point x="368.0" y="1336.0" type="line"/>
+ <point x="584.0" y="1336.0"/>
+ <point x="720.0" y="1384.0"/>
+ <point x="768.0" y="1464.0" type="curve"/>
+ <point x="784.0" y="1464.0" type="line"/>
+ <point x="784.0" y="0.0" type="line"/>
+ <point x="1204.0" y="0.0" type="line"/>
</contour>
- <component base="one" xOffset="208"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/onedotleader.glif b/src/Inter-UI-Black.ufo/glyphs/onedotleader.glif
index b8f88cd8a..165269b92 100644
--- a/src/Inter-UI-Black.ufo/glyphs/onedotleader.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/onedotleader.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onedotleader" format="1">
- <advance width="800"/>
+<glyph name="onedotleader" format="2">
+ <advance width="800.0"/>
<unicode hex="2024"/>
<outline>
- <component base="period" xOffset="-4"/>
+ <component base="period" xOffset="-4.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 842, 'leftMargin': 140, 'rightMargin': 210}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oneeighth.glif b/src/Inter-UI-Black.ufo/glyphs/oneeighth.glif
index bf7f2c4cd..7b7c3948d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/oneeighth.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/oneeighth.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oneeighth" format="1">
- <advance width="2336"/>
+<glyph name="oneeighth" format="2">
+ <advance width="2336.0"/>
<unicode hex="215B"/>
<outline>
- <component base="one.sup" xOffset="-40" yOffset="888"/>
- <component base="fraction" xOffset="416"/>
- <component base="eight.sup" xOffset="1144"/>
+ <component base="one.sup" xOffset="-40.0" yOffset="888.0"/>
+ <component base="fraction" xOffset="416.0"/>
+ <component base="eight.sup" xOffset="1144.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2219, 'leftMargin': 188, 'rightMargin': 131}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/onehalf.glif b/src/Inter-UI-Black.ufo/glyphs/onehalf.glif
index f393473a0..4957e4016 100644
--- a/src/Inter-UI-Black.ufo/glyphs/onehalf.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/onehalf.glif
@@ -1,38 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onehalf" format="1">
- <advance width="2336"/>
+<glyph name="onehalf" format="2">
+ <advance width="2336.0"/>
<unicode hex="00BD"/>
+ <guideline y="2858.625"/>
<outline>
- <component base="fraction" xOffset="400" yOffset="12"/>
- <component base="one.sup" xOffset="-16" yOffset="924"/>
- <component base="two.sup" xOffset="1124"/>
+ <component base="fraction" xOffset="400.0" yOffset="12.0"/>
+ <component base="one.sup" xOffset="-16.0" yOffset="924.0"/>
+ <component base="two.sup" xOffset="1124.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2858.625</real>
- </dict>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2123.0, 'leftMargin': 166, 'rightMargin': 99.0}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oneinferior.glif b/src/Inter-UI-Black.ufo/glyphs/oneinferior.glif
index 8b6fe829f..61723a58a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/oneinferior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/oneinferior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oneinferior" format="1">
- <advance width="1056"/>
+<glyph name="oneinferior" format="2">
+ <advance width="1056.0"/>
<unicode hex="2081"/>
<outline>
- <component base="one.sup" yOffset="-496"/>
+ <component base="one.sup" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 240, 'rightMargin': 269}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/onequarter.glif b/src/Inter-UI-Black.ufo/glyphs/onequarter.glif
index 4fd7c84e8..3c58db6e1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/onequarter.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/onequarter.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onequarter" format="1">
- <advance width="2080"/>
+<glyph name="onequarter" format="2">
+ <advance width="2080.0"/>
<unicode hex="00BC"/>
<outline>
- <component base="one.sup" xOffset="-124" yOffset="912"/>
- <component base="fraction" xOffset="320" yOffset="12"/>
- <component base="four.sup" xOffset="844"/>
+ <component base="one.sup" xOffset="-124.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="320.0" yOffset="12.0"/>
+ <component base="four.sup" xOffset="844.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2005, 'leftMargin': 196, 'rightMargin': -3}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oneroman.glif b/src/Inter-UI-Black.ufo/glyphs/oneroman.glif
index 247ee202c..e6347956d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/oneroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/oneroman.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oneroman" format="1">
- <advance width="800"/>
+<glyph name="oneroman" format="2">
+ <advance width="800.0"/>
<unicode hex="2170"/>
<outline>
- <component base="i" xOffset="4"/>
+ <component base="i" xOffset="4.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 767, 'leftMargin': 138, 'rightMargin': 137}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/onesuperior.glif b/src/Inter-UI-Black.ufo/glyphs/onesuperior.glif
index e22fe1cde..f09cfdc96 100644
--- a/src/Inter-UI-Black.ufo/glyphs/onesuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/onesuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onesuperior" format="1">
- <advance width="1056"/>
+<glyph name="onesuperior" format="2">
+ <advance width="1056.0"/>
<unicode hex="00B9"/>
<outline>
- <component base="one.sup" yOffset="916"/>
+ <component base="one.sup" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 240, 'rightMargin': 269}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/onethird.glif b/src/Inter-UI-Black.ufo/glyphs/onethird.glif
index a596d46b1..be5df6866 100644
--- a/src/Inter-UI-Black.ufo/glyphs/onethird.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/onethird.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onethird" format="1">
- <advance width="2336"/>
+<glyph name="onethird" format="2">
+ <advance width="2336.0"/>
<unicode hex="2153"/>
<outline>
- <component base="one.sup" xOffset="-20" yOffset="912"/>
- <component base="three.sup" xOffset="1164"/>
- <component base="fraction" xOffset="416"/>
+ <component base="one.sup" xOffset="-20.0" yOffset="912.0"/>
+ <component base="three.sup" xOffset="1164.0"/>
+ <component base="fraction" xOffset="416.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2408, 'leftMargin': 234, 'rightMargin': 219}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oogonek.N_A_V_.glif b/src/Inter-UI-Black.ufo/glyphs/oogonek.N_A_V_.glif
new file mode 100644
index 000000000..46a67e346
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/oogonek.N_A_V_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oogonek.NAV" format="2">
+ <advance width="1640.0"/>
+ <anchor x="792.0" y="-572.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="ogonek" xOffset="280.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oogonek.glif b/src/Inter-UI-Black.ufo/glyphs/oogonek.glif
new file mode 100644
index 000000000..b91a54d8b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/oogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oogonek" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="01EB"/>
+ <anchor x="792.0" y="-572.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="ogonek" xOffset="280.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oogonekmacron.glif b/src/Inter-UI-Black.ufo/glyphs/oogonekmacron.glif
new file mode 100644
index 000000000..64483db7d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/oogonekmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oogonekmacron" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="01ED"/>
+ <anchor x="792.0" y="-572.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2208.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="ogonek" xOffset="280.0"/>
+ <component base="macron" xOffset="4.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oopen.glif b/src/Inter-UI-Black.ufo/glyphs/oopen.glif
index 9c45abc29..dbd49644e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/oopen.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/oopen.glif
@@ -1,55 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oopen" format="1">
- <advance width="1568"/>
+<glyph name="oopen" format="2">
+ <advance width="1568.0"/>
<unicode hex="0254"/>
+ <anchor x="752.0" y="0.0" name="bottom"/>
+ <anchor x="1240.0" y="900.0" name="rhotichook"/>
+ <anchor x="752.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="124" y="532" type="line"/>
- <point x="124" y="196"/>
- <point x="396" y="-28"/>
- <point x="748" y="-28" type="curve" smooth="yes"/>
- <point x="1212" y="-28"/>
- <point x="1444" y="296"/>
- <point x="1444" y="728" type="curve" smooth="yes"/>
- <point x="1444" y="760" type="line" smooth="yes"/>
- <point x="1444" y="1188"/>
- <point x="1212" y="1516"/>
- <point x="752" y="1516" type="curve" smooth="yes"/>
- <point x="384" y="1516"/>
- <point x="124" y="1296"/>
- <point x="124" y="920" type="curve"/>
- <point x="540" y="920" type="line"/>
- <point x="540" y="1052"/>
- <point x="612" y="1160"/>
- <point x="760" y="1160" type="curve" smooth="yes"/>
- <point x="964" y="1160"/>
- <point x="1000" y="976"/>
- <point x="1000" y="760" type="curve" smooth="yes"/>
- <point x="1000" y="728" type="line" smooth="yes"/>
- <point x="1000" y="508"/>
- <point x="968" y="332"/>
- <point x="760" y="332" type="curve" smooth="yes"/>
- <point x="624" y="332"/>
- <point x="540" y="404"/>
- <point x="540" y="532" type="curve"/>
- </contour>
- <contour>
- <point x="1240" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="752" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="752" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1524" y="1776" type="move" name="top0315"/>
+ <point x="124.0" y="532.0" type="line"/>
+ <point x="124.0" y="196.0"/>
+ <point x="396.0" y="-28.0"/>
+ <point x="748.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="-28.0"/>
+ <point x="1444.0" y="296.0"/>
+ <point x="1444.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1188.0"/>
+ <point x="1212.0" y="1516.0"/>
+ <point x="752.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1516.0"/>
+ <point x="124.0" y="1296.0"/>
+ <point x="124.0" y="920.0" type="curve"/>
+ <point x="540.0" y="920.0" type="line"/>
+ <point x="540.0" y="1052.0"/>
+ <point x="612.0" y="1160.0"/>
+ <point x="760.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1160.0"/>
+ <point x="1000.0" y="976.0"/>
+ <point x="1000.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="508.0"/>
+ <point x="968.0" y="332.0"/>
+ <point x="760.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="332.0"/>
+ <point x="540.0" y="404.0"/>
+ <point x="540.0" y="532.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 69, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oopen_uni02DE__.glif b/src/Inter-UI-Black.ufo/glyphs/oopen_uni02DE__.glif
deleted file mode 100644
index d9bec1ddb..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/oopen_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oopen_uni02DE" format="1">
- <advance width="2336"/>
- <outline>
- <component base="oopen" xOffset="68"/>
- <component base="rhotichookmod" xOffset="1484"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2102, 'leftMargin': 108, 'rightMargin': 41}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oopen_uni02D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/oopen_uni02D_E_.glif
new file mode 100644
index 000000000..eb329ee43
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/oopen_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oopen_uni02DE" format="2">
+ <advance width="2336.0"/>
+ <outline>
+ <component base="oopen" xOffset="68.0"/>
+ <component base="rhotichookmod" xOffset="1484.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ordfeminine.glif b/src/Inter-UI-Black.ufo/glyphs/ordfeminine.glif
index 629a88535..e8acb74ed 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ordfeminine.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ordfeminine.glif
@@ -1,88 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ordfeminine" format="1">
- <advance width="1312"/>
+<glyph name="ordfeminine" format="2">
+ <advance width="1312.0"/>
<unicode hex="00AA"/>
+ <guideline y="2311.375"/>
+ <guideline y="1249.875"/>
<outline>
<contour>
- <point x="824" y="1184" type="line"/>
- <point x="824" y="1108"/>
- <point x="836" y="1036"/>
- <point x="856" y="968" type="curve"/>
- <point x="1100" y="968" type="line"/>
- <point x="1072" y="1048"/>
- <point x="1064" y="1128"/>
- <point x="1064" y="1220" type="curve" smooth="yes"/>
- <point x="1064" y="1652" type="line"/>
- <point x="1064" y="1904"/>
- <point x="904" y="2032"/>
- <point x="664" y="2032" type="curve" smooth="yes"/>
- <point x="404" y="2032"/>
- <point x="236" y="1896"/>
- <point x="236" y="1708" type="curve"/>
- <point x="476" y="1692" type="line"/>
- <point x="476" y="1780"/>
- <point x="544" y="1828"/>
- <point x="664" y="1828" type="curve" smooth="yes"/>
- <point x="772" y="1828"/>
- <point x="824" y="1764"/>
- <point x="824" y="1652" type="curve"/>
+ <point x="824.0" y="1184.0" type="line"/>
+ <point x="824.0" y="1108.0"/>
+ <point x="836.0" y="1036.0"/>
+ <point x="856.0" y="968.0" type="curve"/>
+ <point x="1100.0" y="968.0" type="line"/>
+ <point x="1072.0" y="1048.0"/>
+ <point x="1064.0" y="1128.0"/>
+ <point x="1064.0" y="1220.0" type="curve" smooth="yes"/>
+ <point x="1064.0" y="1652.0" type="line"/>
+ <point x="1064.0" y="1904.0"/>
+ <point x="904.0" y="2032.0"/>
+ <point x="664.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="2032.0"/>
+ <point x="236.0" y="1896.0"/>
+ <point x="236.0" y="1708.0" type="curve"/>
+ <point x="476.0" y="1692.0" type="line"/>
+ <point x="476.0" y="1780.0"/>
+ <point x="544.0" y="1828.0"/>
+ <point x="664.0" y="1828.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="1828.0"/>
+ <point x="824.0" y="1764.0"/>
+ <point x="824.0" y="1652.0" type="curve"/>
</contour>
<contour>
- <point x="884" y="1580" type="line"/>
- <point x="684" y="1580" type="line"/>
- <point x="368" y="1580"/>
- <point x="216" y="1468"/>
- <point x="216" y="1264" type="curve" smooth="yes"/>
- <point x="216" y="1076"/>
- <point x="336" y="952"/>
- <point x="556" y="952" type="curve" smooth="yes"/>
- <point x="744" y="952"/>
- <point x="848" y="1056"/>
- <point x="888" y="1144" type="curve"/>
- <point x="864" y="1308" type="line"/>
- <point x="864" y="1240"/>
- <point x="728" y="1148"/>
- <point x="616" y="1148" type="curve" smooth="yes"/>
- <point x="504" y="1148"/>
- <point x="456" y="1196"/>
- <point x="456" y="1268" type="curve" smooth="yes"/>
- <point x="456" y="1348"/>
- <point x="524" y="1420"/>
- <point x="684" y="1420" type="curve"/>
- <point x="884" y="1420" type="line"/>
+ <point x="884.0" y="1580.0" type="line"/>
+ <point x="684.0" y="1580.0" type="line"/>
+ <point x="368.0" y="1580.0"/>
+ <point x="216.0" y="1468.0"/>
+ <point x="216.0" y="1264.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1076.0"/>
+ <point x="336.0" y="952.0"/>
+ <point x="556.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="952.0"/>
+ <point x="848.0" y="1056.0"/>
+ <point x="888.0" y="1144.0" type="curve"/>
+ <point x="864.0" y="1308.0" type="line"/>
+ <point x="864.0" y="1240.0"/>
+ <point x="728.0" y="1148.0"/>
+ <point x="616.0" y="1148.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="1148.0"/>
+ <point x="456.0" y="1196.0"/>
+ <point x="456.0" y="1268.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1348.0"/>
+ <point x="524.0" y="1420.0"/>
+ <point x="684.0" y="1420.0" type="curve"/>
+ <point x="884.0" y="1420.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2311.375</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1249.875</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1246, 'leftMargin': 186, 'rightMargin': 175}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ordmasculine.glif b/src/Inter-UI-Black.ufo/glyphs/ordmasculine.glif
index f7f7c58fb..53a1fce44 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ordmasculine.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ordmasculine.glif
@@ -1,60 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ordmasculine" format="1">
- <advance width="1312"/>
+<glyph name="ordmasculine" format="2">
+ <advance width="1312.0"/>
<unicode hex="00BA"/>
+ <guideline y="2715.625"/>
<outline>
<contour>
- <point x="180" y="1436" type="line"/>
- <point x="180" y="1152"/>
- <point x="364" y="948"/>
- <point x="660" y="948" type="curve" smooth="yes"/>
- <point x="952" y="948"/>
- <point x="1132" y="1152"/>
- <point x="1132" y="1436" type="curve"/>
- <point x="1132" y="1540" type="line"/>
- <point x="1132" y="1828"/>
- <point x="952" y="2032"/>
- <point x="656" y="2032" type="curve" smooth="yes"/>
- <point x="364" y="2032"/>
- <point x="180" y="1828"/>
- <point x="180" y="1540" type="curve"/>
+ <point x="180.0" y="1436.0" type="line"/>
+ <point x="180.0" y="1152.0"/>
+ <point x="364.0" y="948.0"/>
+ <point x="660.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="948.0"/>
+ <point x="1132.0" y="1152.0"/>
+ <point x="1132.0" y="1436.0" type="curve"/>
+ <point x="1132.0" y="1540.0" type="line"/>
+ <point x="1132.0" y="1828.0"/>
+ <point x="952.0" y="2032.0"/>
+ <point x="656.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="2032.0"/>
+ <point x="180.0" y="1828.0"/>
+ <point x="180.0" y="1540.0" type="curve"/>
</contour>
<contour>
- <point x="420" y="1540" type="line"/>
- <point x="420" y="1704"/>
- <point x="500" y="1828"/>
- <point x="656" y="1828" type="curve" smooth="yes"/>
- <point x="816" y="1828"/>
- <point x="892" y="1704"/>
- <point x="892" y="1540" type="curve"/>
- <point x="892" y="1436" type="line"/>
- <point x="892" y="1272"/>
- <point x="816" y="1152"/>
- <point x="660" y="1152" type="curve" smooth="yes"/>
- <point x="500" y="1152"/>
- <point x="420" y="1272"/>
- <point x="420" y="1436" type="curve"/>
+ <point x="420.0" y="1540.0" type="line"/>
+ <point x="420.0" y="1704.0"/>
+ <point x="500.0" y="1828.0"/>
+ <point x="656.0" y="1828.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="1828.0"/>
+ <point x="892.0" y="1704.0"/>
+ <point x="892.0" y="1540.0" type="curve"/>
+ <point x="892.0" y="1436.0" type="line"/>
+ <point x="892.0" y="1272.0"/>
+ <point x="816.0" y="1152.0"/>
+ <point x="660.0" y="1152.0" type="curve" smooth="yes"/>
+ <point x="500.0" y="1152.0"/>
+ <point x="420.0" y="1272.0"/>
+ <point x="420.0" y="1436.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2715.625</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1290, 'leftMargin': 162, 'rightMargin': 175}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oslash.glif b/src/Inter-UI-Black.ufo/glyphs/oslash.glif
index 0d2d19a55..10b8c143a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/oslash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/oslash.glif
@@ -1,88 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oslash" format="1">
- <advance width="1640"/>
+<glyph name="oslash" format="2">
+ <advance width="1640.0"/>
<unicode hex="00F8"/>
+ <guideline x="988.0" y="768.0" angle="0.0"/>
+ <guideline x="772.0" y="1444.0" angle="90.0"/>
+ <guideline x="772.0" y="768.0" angle="56.0235"/>
+ <guideline x="1444.0" y="1460.0" angle="325.5392"/>
+ <anchor x="660.0" y="1768.0" name="top"/>
+ <anchor x="1504.0" y="1768.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="380" y="-100" type="line"/>
- <point x="1452" y="1488" type="line"/>
- <point x="1252" y="1624" type="line"/>
- <point x="180" y="36" type="line"/>
+ <point x="380.0" y="-100.0" type="line"/>
+ <point x="1452.0" y="1488.0" type="line"/>
+ <point x="1252.0" y="1624.0" type="line"/>
+ <point x="180.0" y="36.0" type="line"/>
</contour>
- <component base="o"/>
<contour>
- <point x="660" y="1768" type="move" name="top"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1544.0" y="304.0"/>
+ <point x="1544.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="1232.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
</contour>
<contour>
- <point x="1504" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1504" y="1768" type="move" name="top0315"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1192.0"/>
+ <point x="1108.0" y="1024.0"/>
+ <point x="1108.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="512.0"/>
+ <point x="1028.0" y="340.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>988</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>772</integer>
- <key>y</key>
- <integer>1444</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>56.02345596374314</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>772</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-34.46081627137177</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1444</integer>
- <key>y</key>
- <integer>1460</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 184, 'rightMargin': -27}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/oslashacute.glif b/src/Inter-UI-Black.ufo/glyphs/oslashacute.glif
new file mode 100644
index 000000000..bd1214778
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/oslashacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oslashacute" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="01FF"/>
+ <anchor x="660.0" y="1768.0" name="parent_top"/>
+ <anchor x="660.0" y="2288.0" name="top"/>
+ <anchor x="1504.0" y="1768.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="oslash"/>
+ <component base="acute" xOffset="296.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/otcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/otcyrillic.glif
index d0bc830c2..b21bb0b72 100644
--- a/src/Inter-UI-Black.ufo/glyphs/otcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/otcyrillic.glif
@@ -1,30 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="otcyrillic" format="1">
- <advance width="2592"/>
+<glyph name="otcyrillic" format="2">
+ <advance width="2592.0"/>
<unicode hex="047F"/>
+ <anchor x="1236.0" y="2200.0" name="top"/>
+ <anchor x="2392.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1084" y="1808" type="line"/>
- <point x="1084" y="1636" type="line"/>
- <point x="1332" y="1636" type="line"/>
- <point x="1332" y="1808" type="line"/>
- <point x="1796" y="1808" type="line"/>
- <point x="1788" y="2004" type="line"/>
- <point x="656" y="2004" type="line"/>
- <point x="656" y="1808" type="line"/>
+ <point x="1084.0" y="1808.0" type="line"/>
+ <point x="1084.0" y="1636.0" type="line"/>
+ <point x="1332.0" y="1636.0" type="line"/>
+ <point x="1332.0" y="1808.0" type="line"/>
+ <point x="1796.0" y="1808.0" type="line"/>
+ <point x="1788.0" y="2004.0" type="line"/>
+ <point x="656.0" y="2004.0" type="line"/>
+ <point x="656.0" y="1808.0" type="line"/>
</contour>
- <component base="omegacyrillic"/>
<contour>
- <point x="1236" y="2200" type="move" name="top"/>
+ <point x="1080.0" y="1488.0" type="line"/>
+ <point x="1080.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1080.0" y="428.0"/>
+ <point x="1008.0" y="328.0"/>
+ <point x="860.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="328.0"/>
+ <point x="664.0" y="428.0"/>
+ <point x="664.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="1488.0" type="line"/>
+ <point x="220.0" y="1488.0" type="line"/>
+ <point x="220.0" y="664.0" type="line" smooth="yes"/>
+ <point x="220.0" y="212.0"/>
+ <point x="484.0" y="-28.0"/>
+ <point x="860.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="-28.0"/>
+ <point x="1444.0" y="212.0"/>
+ <point x="1444.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="2392" y="2200" type="move" name="top0315"/>
+ <point x="1928.0" y="1488.0" type="line"/>
+ <point x="1928.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1928.0" y="428.0"/>
+ <point x="1868.0" y="328.0"/>
+ <point x="1736.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="328.0"/>
+ <point x="1524.0" y="428.0"/>
+ <point x="1524.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="1524.0" y="1488.0" type="line"/>
+ <point x="1164.0" y="1488.0" type="line"/>
+ <point x="1164.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1164.0" y="212.0"/>
+ <point x="1392.0" y="-28.0"/>
+ <point x="1736.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2112.0" y="-28.0"/>
+ <point x="2372.0" y="212.0"/>
+ <point x="2372.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="2372.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2375, 'leftMargin': 204, 'rightMargin': 19}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/otilde.glif b/src/Inter-UI-Black.ufo/glyphs/otilde.glif
index 918dc47f7..97ea80efd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/otilde.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/otilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="otilde" format="1">
- <advance width="1640"/>
+<glyph name="otilde" format="2">
+ <advance width="1640.0"/>
<unicode hex="00F5"/>
<outline>
- <component base="tilde" xOffset="164"/>
+ <component base="tilde" xOffset="164.0"/>
<component base="o"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/otildeacute.glif b/src/Inter-UI-Black.ufo/glyphs/otildeacute.glif
new file mode 100644
index 000000000..a193af74f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/otildeacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="otildeacute" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1E4D"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2822.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="tildeacutecomb.lc" xOffset="1555.0" yOffset="-5.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/otildedieresis.glif b/src/Inter-UI-Black.ufo/glyphs/otildedieresis.glif
new file mode 100644
index 000000000..61330cf28
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/otildedieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="otildedieresis" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1E4F"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2740.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="tildedieresiscomb.lc" xOffset="1580.0" yOffset="-5.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ounce.glif b/src/Inter-UI-Black.ufo/glyphs/ounce.glif
index b7356ac1b..33eec5274 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ounce.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ounce.glif
@@ -1,64 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ounce" format="1">
- <advance width="1824"/>
+<glyph name="ounce" format="2">
+ <advance width="1824.0"/>
<unicode hex="2125"/>
<outline>
<contour>
- <point x="652" y="1344" type="line"/>
- <point x="652" y="972" type="line"/>
- <point x="1020" y="972" type="line"/>
- <point x="652" y="668" type="line"/>
- <point x="652" y="488" type="line"/>
- <point x="972" y="488" type="line"/>
- <point x="1612" y="1040" type="line"/>
- <point x="1612" y="1344" type="line"/>
+ <point x="652.0" y="1344.0" type="line"/>
+ <point x="652.0" y="972.0" type="line"/>
+ <point x="1020.0" y="972.0" type="line"/>
+ <point x="652.0" y="668.0" type="line"/>
+ <point x="652.0" y="488.0" type="line"/>
+ <point x="972.0" y="488.0" type="line"/>
+ <point x="1612.0" y="1040.0" type="line"/>
+ <point x="1612.0" y="1344.0" type="line"/>
</contour>
<contour>
- <point x="652" y="652" type="line"/>
- <point x="652" y="392" type="line"/>
- <point x="832" y="392" type="line" smooth="yes"/>
- <point x="1072" y="392"/>
- <point x="1196" y="320"/>
- <point x="1196" y="80" type="curve" smooth="yes"/>
- <point x="1196" y="-80"/>
- <point x="1088" y="-172"/>
- <point x="896" y="-172" type="curve" smooth="yes"/>
- <point x="728" y="-172"/>
- <point x="624" y="-88"/>
- <point x="624" y="40" type="curve"/>
- <point x="164" y="40" type="line"/>
- <point x="164" y="-368"/>
- <point x="544" y="-544"/>
- <point x="896" y="-544" type="curve" smooth="yes"/>
- <point x="1328" y="-544"/>
- <point x="1660" y="-328"/>
- <point x="1660" y="44" type="curve" smooth="yes"/>
- <point x="1660" y="472"/>
- <point x="1372" y="684"/>
- <point x="908" y="684" type="curve"/>
+ <point x="652.0" y="652.0" type="line"/>
+ <point x="652.0" y="392.0" type="line"/>
+ <point x="832.0" y="392.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="392.0"/>
+ <point x="1196.0" y="320.0"/>
+ <point x="1196.0" y="80.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="-80.0"/>
+ <point x="1088.0" y="-172.0"/>
+ <point x="896.0" y="-172.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="-172.0"/>
+ <point x="624.0" y="-88.0"/>
+ <point x="624.0" y="40.0" type="curve"/>
+ <point x="164.0" y="40.0" type="line"/>
+ <point x="164.0" y="-368.0"/>
+ <point x="544.0" y="-544.0"/>
+ <point x="896.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="-544.0"/>
+ <point x="1660.0" y="-328.0"/>
+ <point x="1660.0" y="44.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="472.0"/>
+ <point x="1372.0" y="684.0"/>
+ <point x="908.0" y="684.0" type="curve"/>
</contour>
<contour>
- <point x="212" y="2004" type="line"/>
- <point x="212" y="1632" type="line"/>
- <point x="1008" y="1632" type="line"/>
- <point x="652" y="1344" type="line"/>
- <point x="652" y="1164" type="line"/>
- <point x="972" y="1164" type="line"/>
- <point x="1612" y="1704" type="line"/>
- <point x="1612" y="2004" type="line"/>
+ <point x="212.0" y="2004.0" type="line"/>
+ <point x="212.0" y="1632.0" type="line"/>
+ <point x="1008.0" y="1632.0" type="line"/>
+ <point x="652.0" y="1344.0" type="line"/>
+ <point x="652.0" y="1164.0" type="line"/>
+ <point x="972.0" y="1164.0" type="line"/>
+ <point x="1612.0" y="1704.0" type="line"/>
+ <point x="1612.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1673, 'leftMargin': 87, 'rightMargin': 92}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/overline.glif b/src/Inter-UI-Black.ufo/glyphs/overline.glif
index b18305855..2e94ff14d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/overline.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/overline.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="overline" format="1">
- <advance width="1312"/>
+<glyph name="overline" format="2">
+ <advance width="1312.0"/>
<unicode hex="203E"/>
<outline>
- <component base="underscore" xOffset="16" yOffset="2416"/>
+ <component base="underscore" xOffset="16.0" yOffset="2416.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1249, 'leftMargin': 0, 'rightMargin': 3}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/overscoredblnosp.glif b/src/Inter-UI-Black.ufo/glyphs/overscoredblnosp.glif
index 85ac5b46c..b458a42fd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/overscoredblnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/overscoredblnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="overscoredblnosp" format="1">
- <advance width="0"/>
+<glyph name="overscoredblnosp" format="2">
<unicode hex="033F"/>
+ <anchor x="-809.0" y="2035.0" name="_marktop"/>
+ <anchor x="-809.0" y="2856.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-809" y="2035" type="move" name="_marktop"/>
+ <point x="-171.0" y="2283.0" type="line"/>
+ <point x="-1416.0" y="2283.0" type="line"/>
+ <point x="-1416.0" y="2075.0" type="line"/>
+ <point x="-171.0" y="2075.0" type="line"/>
</contour>
<contour>
- <point x="-809" y="2856" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-171" y="2283" type="line"/>
- <point x="-1416" y="2283" type="line"/>
- <point x="-1416" y="2075" type="line"/>
- <point x="-171" y="2075" type="line"/>
- </contour>
- <contour>
- <point x="-171" y="2690" type="line"/>
- <point x="-1416" y="2690" type="line"/>
- <point x="-1416" y="2482" type="line"/>
- <point x="-171" y="2482" type="line"/>
+ <point x="-171.0" y="2690.0" type="line"/>
+ <point x="-1416.0" y="2690.0" type="line"/>
+ <point x="-1416.0" y="2482.0" type="line"/>
+ <point x="-171.0" y="2482.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/overscorenosp.glif b/src/Inter-UI-Black.ufo/glyphs/overscorenosp.glif
index 1fb2af2bf..a0d5d4803 100644
--- a/src/Inter-UI-Black.ufo/glyphs/overscorenosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/overscorenosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="overscorenosp" format="1">
- <advance width="0"/>
+<glyph name="overscorenosp" format="2">
<unicode hex="0305"/>
+ <anchor x="-787.0" y="2178.0" name="_marktop"/>
+ <anchor x="-787.0" y="2626.0" name="mkmktop"/>
+ <anchor x="-788.0" y="2343.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-787" y="2178" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-788" y="2343" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-787" y="2626" type="move" name="mkmktop"/>
- </contour>
- <component base="underscore" xOffset="-1411" yOffset="2516"/>
+ <component base="underscore" xOffset="-1411.0" yOffset="2516.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/p.glif b/src/Inter-UI-Black.ufo/glyphs/p.glif
index 25d31f8e6..01d7c5aee 100644
--- a/src/Inter-UI-Black.ufo/glyphs/p.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/p.glif
@@ -1,49 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="p" format="1">
- <advance width="1652"/>
+<glyph name="p" format="2">
+ <advance width="1652.0"/>
<unicode hex="0070"/>
+ <anchor x="376.0" y="-560.0" name="bottom"/>
+ <anchor x="1716.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1060.0" y="1760.0" name="marktop"/>
+ <anchor x="1060.0" y="1760.0" name="top"/>
+ <anchor x="1716.0" y="1760.0" name="top0315"/>
+ <anchor x="1716.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="144" y="-576" type="line"/>
- <point x="604" y="-576" type="line"/>
- <point x="604" y="292" type="line"/>
- <point x="436" y="736" type="line"/>
- <point x="600" y="1192" type="line"/>
- <point x="600" y="1244" type="line"/>
- <point x="600" y="1536" type="line"/>
- <point x="144" y="1536" type="line"/>
+ <point x="144.0" y="-576.0" type="line"/>
+ <point x="604.0" y="-576.0" type="line"/>
+ <point x="604.0" y="292.0" type="line"/>
+ <point x="436.0" y="736.0" type="line"/>
+ <point x="600.0" y="1192.0" type="line"/>
+ <point x="600.0" y="1244.0" type="line"/>
+ <point x="600.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
</contour>
- <component base="rightloop.cn" xOffset="-36"/>
<contour>
- <point x="1060" y="1760" type="move" name="top"/>
+ <point x="420.0" y="1372.0" type="line"/>
+ <point x="420.0" y="156.0" type="line"/>
+ <point x="620.0" y="156.0" type="line"/>
+ <point x="672.0" y="40.0"/>
+ <point x="804.0" y="-24.0"/>
+ <point x="964.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-24.0"/>
+ <point x="1556.0" y="244.0"/>
+ <point x="1556.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1304.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="964.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1556.0"/>
+ <point x="672.0" y="1488.0"/>
+ <point x="620.0" y="1372.0" type="curve"/>
</contour>
<contour>
- <point x="376" y="-560" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1060" y="1760" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1716" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1716" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1716" y="1760" type="move" name="top0315"/>
+ <point x="1124.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="500.0"/>
+ <point x="1024.0" y="340.0"/>
+ <point x="828.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="552.0" y="536.0"/>
+ <point x="552.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1004.0"/>
+ <point x="616.0" y="1192.0"/>
+ <point x="828.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1192.0"/>
+ <point x="1124.0" y="1036.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 144.0, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pacute.glif b/src/Inter-UI-Black.ufo/glyphs/pacute.glif
new file mode 100644
index 000000000..fb453740e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/pacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="pacute" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E55"/>
+ <anchor x="376.0" y="-560.0" name="bottom"/>
+ <anchor x="1716.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1060.0" y="1760.0" name="parent_top"/>
+ <anchor x="1060.0" y="2280.0" name="top"/>
+ <anchor x="1716.0" y="1760.0" name="top0315"/>
+ <anchor x="1716.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="p"/>
+ <component base="acute" xOffset="696.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/palatalizationcyrilliccmb.glif b/src/Inter-UI-Black.ufo/glyphs/palatalizationcyrilliccmb.glif
index c61c43e23..e7b047a09 100644
--- a/src/Inter-UI-Black.ufo/glyphs/palatalizationcyrilliccmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/palatalizationcyrilliccmb.glif
@@ -1,41 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="palatalizationcyrilliccmb" format="1">
- <advance width="0"/>
+<glyph name="palatalizationcyrilliccmb" format="2">
<unicode hex="0484"/>
+ <anchor x="-580.0" y="1636.0" name="_marktop"/>
<outline>
<contour>
- <point x="-580" y="1636" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1238" y="1976" type="line"/>
- <point x="-1238" y="1792" type="line"/>
- <point x="-1216" y="1792" type="line" smooth="yes"/>
- <point x="-895" y="1792"/>
- <point x="-679" y="1957"/>
- <point x="-523" y="1957" type="curve" smooth="yes"/>
- <point x="-437" y="1957"/>
- <point x="-377" y="1915"/>
- <point x="-377" y="1816" type="curve" smooth="yes"/>
- <point x="-377" y="1792" type="line"/>
- <point x="-190" y="1792" type="line"/>
- <point x="-190" y="1843" type="line" smooth="yes"/>
- <point x="-190" y="2047"/>
- <point x="-314" y="2141"/>
- <point x="-517" y="2141" type="curve" smooth="yes"/>
- <point x="-734" y="2141"/>
- <point x="-925" y="1976"/>
- <point x="-1218" y="1976" type="curve" smooth="yes"/>
+ <point x="-1238.0" y="1976.0" type="line"/>
+ <point x="-1238.0" y="1792.0" type="line"/>
+ <point x="-1216.0" y="1792.0" type="line" smooth="yes"/>
+ <point x="-895.0" y="1792.0"/>
+ <point x="-679.0" y="1957.0"/>
+ <point x="-523.0" y="1957.0" type="curve" smooth="yes"/>
+ <point x="-437.0" y="1957.0"/>
+ <point x="-377.0" y="1915.0"/>
+ <point x="-377.0" y="1816.0" type="curve" smooth="yes"/>
+ <point x="-377.0" y="1792.0" type="line"/>
+ <point x="-190.0" y="1792.0" type="line"/>
+ <point x="-190.0" y="1843.0" type="line" smooth="yes"/>
+ <point x="-190.0" y="2047.0"/>
+ <point x="-314.0" y="2141.0"/>
+ <point x="-517.0" y="2141.0" type="curve" smooth="yes"/>
+ <point x="-734.0" y="2141.0"/>
+ <point x="-925.0" y="1976.0"/>
+ <point x="-1218.0" y="1976.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/palochkacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/palochkacyrillic.glif
new file mode 100644
index 000000000..6c8803638
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/palochkacyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="palochkacyrillic" format="2">
+ <advance width="752.0"/>
+ <unicode hex="04C0"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/paragraph.glif b/src/Inter-UI-Black.ufo/glyphs/paragraph.glif
index 65a5a5658..39c7490b5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/paragraph.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/paragraph.glif
@@ -1,60 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="paragraph" format="1">
- <advance width="1312"/>
+<glyph name="paragraph" format="2">
+ <advance width="1312.0"/>
<unicode hex="00B6"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1208" y="0" type="line"/>
- <point x="1208" y="2004" type="line"/>
- <point x="784" y="2004" type="line" smooth="yes"/>
- <point x="344" y="2004"/>
- <point x="108" y="1728"/>
- <point x="108" y="1360" type="curve" smooth="yes"/>
- <point x="108" y="988"/>
- <point x="344" y="716"/>
- <point x="784" y="716" type="curve" smooth="yes"/>
- <point x="896" y="716" type="line"/>
- <point x="896" y="0" type="line"/>
+ <point x="1208.0" y="0.0" type="line"/>
+ <point x="1208.0" y="2004.0" type="line"/>
+ <point x="784.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="344.0" y="2004.0"/>
+ <point x="108.0" y="1728.0"/>
+ <point x="108.0" y="1360.0" type="curve" smooth="yes"/>
+ <point x="108.0" y="988.0"/>
+ <point x="344.0" y="716.0"/>
+ <point x="784.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="716.0" type="line"/>
+ <point x="896.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1378, 'leftMargin': 110, 'rightMargin': 167}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/parenleft.case.glif b/src/Inter-UI-Black.ufo/glyphs/parenleft.case.glif
index 9ea32ef43..1d398f726 100644
--- a/src/Inter-UI-Black.ufo/glyphs/parenleft.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/parenleft.case.glif
@@ -1,79 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenleft.case" format="1">
- <advance width="1072"/>
+<glyph name="parenleft.case" format="2">
+ <advance width="1072.0"/>
+ <guideline x="1096.0" y="1640.0" angle="0.0"/>
+ <guideline x="804.0" y="1752.0" angle="0.0"/>
+ <guideline x="364.0" y="1692.0" angle="90.0"/>
+ <guideline x="656.0" y="1584.0" angle="90.0"/>
<outline>
- <component base="parenleft" yOffset="192"/>
+ <component base="parenleft" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1096</integer>
- <key>y</key>
- <integer>1640</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>804</integer>
- <key>y</key>
- <integer>1752</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>364</integer>
- <key>y</key>
- <integer>1692</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>656</integer>
- <key>y</key>
- <integer>1584</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 993, 'leftMargin': 168, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/parenleft.glif b/src/Inter-UI-Black.ufo/glyphs/parenleft.glif
index fd632c30a..6880a27a5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/parenleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/parenleft.glif
@@ -1,95 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenleft" format="1">
- <advance width="1072"/>
+<glyph name="parenleft" format="2">
+ <advance width="1072.0"/>
<unicode hex="0028"/>
+ <guideline x="1096.0" y="1640.0" angle="0.0"/>
+ <guideline x="804.0" y="1752.0" angle="0.0"/>
+ <guideline x="364.0" y="1692.0" angle="90.0"/>
+ <guideline x="656.0" y="1584.0" angle="90.0"/>
<outline>
<contour>
- <point x="992" y="-384" type="line"/>
- <point x="756" y="24"/>
- <point x="656" y="404"/>
- <point x="656" y="832" type="curve" smooth="yes"/>
- <point x="656" y="1276"/>
- <point x="756" y="1640"/>
- <point x="996" y="2048" type="curve"/>
- <point x="632" y="2048" type="line"/>
- <point x="400" y="1752"/>
- <point x="236" y="1304"/>
- <point x="236" y="832" type="curve" smooth="yes"/>
- <point x="236" y="360"/>
- <point x="400" y="-88"/>
- <point x="628" y="-384" type="curve"/>
+ <point x="992.0" y="-384.0" type="line"/>
+ <point x="756.0" y="24.0"/>
+ <point x="656.0" y="404.0"/>
+ <point x="656.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="1276.0"/>
+ <point x="756.0" y="1640.0"/>
+ <point x="996.0" y="2048.0" type="curve"/>
+ <point x="632.0" y="2048.0" type="line"/>
+ <point x="400.0" y="1752.0"/>
+ <point x="236.0" y="1304.0"/>
+ <point x="236.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="236.0" y="360.0"/>
+ <point x="400.0" y="-88.0"/>
+ <point x="628.0" y="-384.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1096</integer>
- <key>y</key>
- <integer>1640</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>804</integer>
- <key>y</key>
- <integer>1752</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>364</integer>
- <key>y</key>
- <integer>1692</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>656</integer>
- <key>y</key>
- <integer>1584</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 993, 'leftMargin': 168, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/parenleftinferior.glif b/src/Inter-UI-Black.ufo/glyphs/parenleftinferior.glif
index 8b293aa42..e96c83756 100644
--- a/src/Inter-UI-Black.ufo/glyphs/parenleftinferior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/parenleftinferior.glif
@@ -1,38 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenleftinferior" format="1">
- <advance width="800"/>
+<glyph name="parenleftinferior" format="2">
+ <advance width="800.0"/>
<unicode hex="208D"/>
<outline>
<contour>
- <point x="140" y="12" type="line"/>
- <point x="140" y="-392"/>
- <point x="344" y="-656"/>
- <point x="532" y="-728" type="curve"/>
- <point x="664" y="-544" type="line"/>
- <point x="564" y="-452"/>
- <point x="464" y="-308"/>
- <point x="464" y="12" type="curve" smooth="yes"/>
- <point x="464" y="36" type="line" smooth="yes"/>
- <point x="464" y="360"/>
- <point x="560" y="496"/>
- <point x="664" y="600" type="curve"/>
- <point x="532" y="788" type="line"/>
- <point x="344" y="712"/>
- <point x="140" y="444"/>
- <point x="140" y="32" type="curve" smooth="yes"/>
+ <point x="140.0" y="12.0" type="line"/>
+ <point x="140.0" y="-392.0"/>
+ <point x="344.0" y="-656.0"/>
+ <point x="532.0" y="-728.0" type="curve"/>
+ <point x="664.0" y="-544.0" type="line"/>
+ <point x="564.0" y="-452.0"/>
+ <point x="464.0" y="-308.0"/>
+ <point x="464.0" y="12.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="36.0" type="line" smooth="yes"/>
+ <point x="464.0" y="360.0"/>
+ <point x="560.0" y="496.0"/>
+ <point x="664.0" y="600.0" type="curve"/>
+ <point x="532.0" y="788.0" type="line"/>
+ <point x="344.0" y="712.0"/>
+ <point x="140.0" y="444.0"/>
+ <point x="140.0" y="32.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 743, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/parenleftsuperior.glif b/src/Inter-UI-Black.ufo/glyphs/parenleftsuperior.glif
index 15687905c..732f536ff 100644
--- a/src/Inter-UI-Black.ufo/glyphs/parenleftsuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/parenleftsuperior.glif
@@ -1,38 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenleftsuperior" format="1">
- <advance width="800"/>
+<glyph name="parenleftsuperior" format="2">
+ <advance width="800.0"/>
<unicode hex="207D"/>
<outline>
<contour>
- <point x="140" y="1304" type="line"/>
- <point x="140" y="872"/>
- <point x="344" y="588"/>
- <point x="532" y="508" type="curve"/>
- <point x="664" y="696" type="line"/>
- <point x="564" y="796"/>
- <point x="464" y="956"/>
- <point x="464" y="1304" type="curve" smooth="yes"/>
- <point x="464" y="1328" type="line" smooth="yes"/>
- <point x="464" y="1676"/>
- <point x="560" y="1820"/>
- <point x="664" y="1936" type="curve"/>
- <point x="532" y="2120" type="line"/>
- <point x="344" y="2044"/>
- <point x="140" y="1760"/>
- <point x="140" y="1328" type="curve" smooth="yes"/>
+ <point x="140.0" y="1304.0" type="line"/>
+ <point x="140.0" y="872.0"/>
+ <point x="344.0" y="588.0"/>
+ <point x="532.0" y="508.0" type="curve"/>
+ <point x="664.0" y="696.0" type="line"/>
+ <point x="564.0" y="796.0"/>
+ <point x="464.0" y="956.0"/>
+ <point x="464.0" y="1304.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1328.0" type="line" smooth="yes"/>
+ <point x="464.0" y="1676.0"/>
+ <point x="560.0" y="1820.0"/>
+ <point x="664.0" y="1936.0" type="curve"/>
+ <point x="532.0" y="2120.0" type="line"/>
+ <point x="344.0" y="2044.0"/>
+ <point x="140.0" y="1760.0"/>
+ <point x="140.0" y="1328.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 743, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/parenright.case.glif b/src/Inter-UI-Black.ufo/glyphs/parenright.case.glif
index 1790cbd67..c5a6b3038 100644
--- a/src/Inter-UI-Black.ufo/glyphs/parenright.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/parenright.case.glif
@@ -1,47 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenright.case" format="1">
- <advance width="1072"/>
+<glyph name="parenright.case" format="2">
+ <advance width="1072.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
- <component base="parenright" yOffset="192"/>
+ <component base="parenright" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 993, 'leftMargin': 55, 'rightMargin': 139}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/parenright.glif b/src/Inter-UI-Black.ufo/glyphs/parenright.glif
index 3ceda2a26..c5672fc34 100644
--- a/src/Inter-UI-Black.ufo/glyphs/parenright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/parenright.glif
@@ -1,48 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenright" format="1">
- <advance width="1072"/>
+<glyph name="parenright" format="2">
+ <advance width="1072.0"/>
<unicode hex="0029"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
- <component base="parenleft" xScale="-1" xOffset="1040"/>
+ <component base="parenleft" xScale="-1.0" xOffset="1040.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 993, 'leftMargin': 55, 'rightMargin': 139}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/parenrightsub.glif b/src/Inter-UI-Black.ufo/glyphs/parenrightsub.glif
index 5b3b9c377..2add6bd9f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/parenrightsub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/parenrightsub.glif
@@ -1,38 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenrightsub" format="1">
- <advance width="800"/>
+<glyph name="parenrightsub" format="2">
+ <advance width="800.0"/>
<unicode hex="208E"/>
<outline>
<contour>
- <point x="664" y="48" type="line"/>
- <point x="664" y="452"/>
- <point x="460" y="716"/>
- <point x="272" y="788" type="curve"/>
- <point x="140" y="600" type="line"/>
- <point x="244" y="500"/>
- <point x="336" y="364"/>
- <point x="336" y="48" type="curve" smooth="yes"/>
- <point x="336" y="24" type="line" smooth="yes"/>
- <point x="336" y="-300"/>
- <point x="236" y="-452"/>
- <point x="140" y="-544" type="curve"/>
- <point x="272" y="-728" type="line"/>
- <point x="460" y="-656"/>
- <point x="664" y="-388"/>
- <point x="664" y="24" type="curve" smooth="yes"/>
+ <point x="664.0" y="48.0" type="line"/>
+ <point x="664.0" y="452.0"/>
+ <point x="460.0" y="716.0"/>
+ <point x="272.0" y="788.0" type="curve"/>
+ <point x="140.0" y="600.0" type="line"/>
+ <point x="244.0" y="500.0"/>
+ <point x="336.0" y="364.0"/>
+ <point x="336.0" y="48.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="24.0" type="line" smooth="yes"/>
+ <point x="336.0" y="-300.0"/>
+ <point x="236.0" y="-452.0"/>
+ <point x="140.0" y="-544.0" type="curve"/>
+ <point x="272.0" y="-728.0" type="line"/>
+ <point x="460.0" y="-656.0"/>
+ <point x="664.0" y="-388.0"/>
+ <point x="664.0" y="24.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 743, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/parenrightsuperior.glif b/src/Inter-UI-Black.ufo/glyphs/parenrightsuperior.glif
index 01972df07..7b7b2582e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/parenrightsuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/parenrightsuperior.glif
@@ -1,38 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenrightsuperior" format="1">
- <advance width="800"/>
+<glyph name="parenrightsuperior" format="2">
+ <advance width="800.0"/>
<unicode hex="207E"/>
<outline>
<contour>
- <point x="664" y="1328" type="line"/>
- <point x="664" y="1760"/>
- <point x="460" y="2044"/>
- <point x="272" y="2120" type="curve"/>
- <point x="140" y="1936" type="line"/>
- <point x="244" y="1820"/>
- <point x="336" y="1676"/>
- <point x="336" y="1328" type="curve" smooth="yes"/>
- <point x="336" y="1304" type="line" smooth="yes"/>
- <point x="336" y="956"/>
- <point x="236" y="796"/>
- <point x="140" y="696" type="curve"/>
- <point x="272" y="508" type="line"/>
- <point x="460" y="588"/>
- <point x="664" y="872"/>
- <point x="664" y="1304" type="curve"/>
+ <point x="664.0" y="1328.0" type="line"/>
+ <point x="664.0" y="1760.0"/>
+ <point x="460.0" y="2044.0"/>
+ <point x="272.0" y="2120.0" type="curve"/>
+ <point x="140.0" y="1936.0" type="line"/>
+ <point x="244.0" y="1820.0"/>
+ <point x="336.0" y="1676.0"/>
+ <point x="336.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="1304.0" type="line" smooth="yes"/>
+ <point x="336.0" y="956.0"/>
+ <point x="236.0" y="796.0"/>
+ <point x="140.0" y="696.0" type="curve"/>
+ <point x="272.0" y="508.0" type="line"/>
+ <point x="460.0" y="588.0"/>
+ <point x="664.0" y="872.0"/>
+ <point x="664.0" y="1304.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 743, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/partialdiff.glif b/src/Inter-UI-Black.ufo/glyphs/partialdiff.glif
index dd171d162..ba11d0eee 100644
--- a/src/Inter-UI-Black.ufo/glyphs/partialdiff.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/partialdiff.glif
@@ -1,65 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="partialdiff" format="1">
- <advance width="1824"/>
+<glyph name="partialdiff" format="2">
+ <advance width="1824.0"/>
<unicode hex="2202"/>
<outline>
<contour>
- <point x="856" y="1432" type="curve" smooth="yes"/>
- <point x="432" y="1432"/>
- <point x="200" y="1136"/>
- <point x="200" y="732" type="curve" smooth="yes"/>
- <point x="200" y="700" type="line" smooth="yes"/>
- <point x="200" y="280"/>
- <point x="452" y="-28"/>
- <point x="912" y="-28" type="curve" smooth="yes"/>
- <point x="1372" y="-28"/>
- <point x="1628" y="384"/>
- <point x="1628" y="908" type="curve" smooth="yes"/>
- <point x="1628" y="988" type="line" smooth="yes"/>
- <point x="1624" y="1744"/>
- <point x="1312" y="2128"/>
- <point x="828" y="2128" type="curve" smooth="yes"/>
- <point x="624" y="2128"/>
- <point x="500" y="2064"/>
- <point x="400" y="2016" type="curve"/>
- <point x="480" y="1704" type="line"/>
- <point x="596" y="1756"/>
- <point x="644" y="1776"/>
- <point x="792" y="1776" type="curve" smooth="yes"/>
- <point x="1024" y="1776"/>
- <point x="1172" y="1584"/>
- <point x="1232" y="1288" type="curve"/>
- <point x="1120" y="1392"/>
- <point x="1000" y="1432"/>
+ <point x="856.0" y="1432.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="1432.0"/>
+ <point x="200.0" y="1136.0"/>
+ <point x="200.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="200.0" y="700.0" type="line" smooth="yes"/>
+ <point x="200.0" y="280.0"/>
+ <point x="452.0" y="-28.0"/>
+ <point x="912.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="-28.0"/>
+ <point x="1628.0" y="384.0"/>
+ <point x="1628.0" y="908.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="988.0" type="line" smooth="yes"/>
+ <point x="1624.0" y="1744.0"/>
+ <point x="1312.0" y="2128.0"/>
+ <point x="828.0" y="2128.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="2128.0"/>
+ <point x="500.0" y="2064.0"/>
+ <point x="400.0" y="2016.0" type="curve"/>
+ <point x="480.0" y="1704.0" type="line"/>
+ <point x="596.0" y="1756.0"/>
+ <point x="644.0" y="1776.0"/>
+ <point x="792.0" y="1776.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1776.0"/>
+ <point x="1172.0" y="1584.0"/>
+ <point x="1232.0" y="1288.0" type="curve"/>
+ <point x="1120.0" y="1392.0"/>
+ <point x="1000.0" y="1432.0"/>
</contour>
<contour>
- <point x="916" y="1076" type="curve" smooth="yes"/>
- <point x="1048" y="1076"/>
- <point x="1136" y="1008"/>
- <point x="1184" y="928" type="curve"/>
- <point x="1184" y="748" type="line" smooth="yes"/>
- <point x="1184" y="524"/>
- <point x="1120" y="328"/>
- <point x="912" y="328" type="curve" smooth="yes"/>
- <point x="708" y="328"/>
- <point x="640" y="480"/>
- <point x="640" y="676" type="curve" smooth="yes"/>
- <point x="640" y="704" type="line" smooth="yes"/>
- <point x="640" y="904"/>
- <point x="708" y="1076"/>
+ <point x="916.0" y="1076.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1076.0"/>
+ <point x="1136.0" y="1008.0"/>
+ <point x="1184.0" y="928.0" type="curve"/>
+ <point x="1184.0" y="748.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="524.0"/>
+ <point x="1120.0" y="328.0"/>
+ <point x="912.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="328.0"/>
+ <point x="640.0" y="480.0"/>
+ <point x="640.0" y="676.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="704.0" type="line" smooth="yes"/>
+ <point x="640.0" y="904.0"/>
+ <point x="708.0" y="1076.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1614, 'leftMargin': 116, 'rightMargin': 71}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/pdotaccent.glif
new file mode 100644
index 000000000..029562158
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/pdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="pdotaccent" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E57"/>
+ <anchor x="376.0" y="-560.0" name="bottom"/>
+ <anchor x="1716.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1060.0" y="1760.0" name="parent_top"/>
+ <anchor x="1060.0" y="2280.0" name="top"/>
+ <anchor x="1716.0" y="1760.0" name="top0315"/>
+ <anchor x="1716.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="p"/>
+ <component base="dotaccent" xOffset="660.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/pecyrillic.glif
index dd3afe98d..a7afadb4d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/pecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/pecyrillic.glif
@@ -1,40 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pecyrillic" format="1">
- <advance width="1568"/>
+<glyph name="pecyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="043F"/>
+ <anchor x="1448.0" y="0.0" name="right"/>
+ <anchor x="784.0" y="1744.0" name="top"/>
+ <anchor x="1576.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1136" y="1488" type="line"/>
- <point x="428" y="1488" type="line"/>
- <point x="428" y="1132" type="line"/>
- <point x="1136" y="1132" type="line"/>
+ <point x="1136.0" y="1488.0" type="line"/>
+ <point x="428.0" y="1488.0" type="line"/>
+ <point x="428.0" y="1132.0" type="line"/>
+ <point x="1136.0" y="1132.0" type="line"/>
</contour>
<contour>
- <point x="564" y="1488" type="line"/>
- <point x="124" y="1488" type="line"/>
- <point x="124" y="0" type="line"/>
- <point x="564" y="0" type="line"/>
+ <point x="564.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1448" y="1488" type="line"/>
- <point x="1004" y="1488" type="line"/>
- <point x="1004" y="0" type="line"/>
- <point x="1448" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1448" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="784" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1576" y="1744" type="move" name="top0315"/>
+ <point x="1448.0" y="1488.0" type="line"/>
+ <point x="1004.0" y="1488.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 132, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pemiddlehookcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/pemiddlehookcyrillic.glif
index 3e7db414e..fc96b9a0c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/pemiddlehookcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/pemiddlehookcyrillic.glif
@@ -1,47 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pemiddlehookcyrillic" format="1">
- <advance width="2592"/>
+<glyph name="pemiddlehookcyrillic" format="2">
+ <advance width="2592.0"/>
<unicode hex="04A7"/>
+ <guideline y="4786.375"/>
<outline>
<contour>
- <point x="1172" y="580" type="line"/>
- <point x="1600" y="580" type="line" smooth="yes"/>
- <point x="1840" y="580"/>
- <point x="1988" y="480"/>
- <point x="1988" y="264" type="curve" smooth="yes"/>
- <point x="1984" y="88"/>
- <point x="1880" y="-8"/>
- <point x="1724" y="-96" type="curve"/>
- <point x="1924" y="-380" type="line"/>
- <point x="2276" y="-240"/>
- <point x="2436" y="36"/>
- <point x="2428" y="264" type="curve"/>
- <point x="2428" y="728"/>
- <point x="2088" y="940"/>
- <point x="1600" y="940" type="curve" smooth="yes"/>
- <point x="1172" y="940" type="line"/>
+ <point x="1172.0" y="580.0" type="line"/>
+ <point x="1600.0" y="580.0" type="line" smooth="yes"/>
+ <point x="1840.0" y="580.0"/>
+ <point x="1988.0" y="480.0"/>
+ <point x="1988.0" y="264.0" type="curve" smooth="yes"/>
+ <point x="1984.0" y="88.0"/>
+ <point x="1880.0" y="-8.0"/>
+ <point x="1724.0" y="-96.0" type="curve"/>
+ <point x="1924.0" y="-380.0" type="line"/>
+ <point x="2276.0" y="-240.0"/>
+ <point x="2436.0" y="36.0"/>
+ <point x="2428.0" y="264.0" type="curve"/>
+ <point x="2428.0" y="728.0"/>
+ <point x="2088.0" y="940.0"/>
+ <point x="1600.0" y="940.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="940.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1176.0" y="1488.0" type="line"/>
+ <point x="468.0" y="1488.0" type="line"/>
+ <point x="468.0" y="1132.0" type="line"/>
+ <point x="1176.0" y="1132.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="1488.0" type="line"/>
+ <point x="164.0" y="1488.0" type="line"/>
+ <point x="164.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1488.0" y="1488.0" type="line"/>
+ <point x="1044.0" y="1488.0" type="line"/>
+ <point x="1044.0" y="0.0" type="line"/>
+ <point x="1488.0" y="0.0" type="line"/>
</contour>
- <component base="pecyrillic" xOffset="40"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>4786.375</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2431.0, 'leftMargin': 108, 'rightMargin': 57.78143050934614}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/percent.glif b/src/Inter-UI-Black.ufo/glyphs/percent.glif
index ea97e063b..2a865d86a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/percent.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/percent.glif
@@ -1,90 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="percent" format="1">
- <advance width="2336"/>
+<glyph name="percent" format="2">
+ <advance width="2336.0"/>
<unicode hex="0025"/>
<outline>
<contour>
- <point x="1232" y="384" type="line" smooth="yes"/>
- <point x="1232" y="132"/>
- <point x="1388" y="-80"/>
- <point x="1680" y="-80" type="curve" smooth="yes"/>
- <point x="1968" y="-80"/>
- <point x="2128" y="132"/>
- <point x="2128" y="384" type="curve" smooth="yes"/>
- <point x="2128" y="492" type="line" smooth="yes"/>
- <point x="2128" y="744"/>
- <point x="1972" y="956"/>
- <point x="1680" y="956" type="curve" smooth="yes"/>
- <point x="1392" y="956"/>
- <point x="1232" y="744"/>
- <point x="1232" y="492" type="curve" smooth="yes"/>
+ <point x="1232.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1232.0" y="132.0"/>
+ <point x="1388.0" y="-80.0"/>
+ <point x="1680.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="1968.0" y="-80.0"/>
+ <point x="2128.0" y="132.0"/>
+ <point x="2128.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="2128.0" y="492.0" type="line" smooth="yes"/>
+ <point x="2128.0" y="744.0"/>
+ <point x="1972.0" y="956.0"/>
+ <point x="1680.0" y="956.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="956.0"/>
+ <point x="1232.0" y="744.0"/>
+ <point x="1232.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1536" y="492" type="line" smooth="yes"/>
- <point x="1536" y="584"/>
- <point x="1568" y="684"/>
- <point x="1680" y="684" type="curve" smooth="yes"/>
- <point x="1796" y="684"/>
- <point x="1824" y="584"/>
- <point x="1824" y="492" type="curve" smooth="yes"/>
- <point x="1824" y="384" type="line" smooth="yes"/>
- <point x="1824" y="292"/>
- <point x="1792" y="196"/>
- <point x="1680" y="196" type="curve" smooth="yes"/>
- <point x="1568" y="196"/>
- <point x="1536" y="292"/>
- <point x="1536" y="384" type="curve" smooth="yes"/>
+ <point x="1536.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1536.0" y="584.0"/>
+ <point x="1568.0" y="684.0"/>
+ <point x="1680.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="1796.0" y="684.0"/>
+ <point x="1824.0" y="584.0"/>
+ <point x="1824.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1824.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1824.0" y="292.0"/>
+ <point x="1792.0" y="196.0"/>
+ <point x="1680.0" y="196.0" type="curve" smooth="yes"/>
+ <point x="1568.0" y="196.0"/>
+ <point x="1536.0" y="292.0"/>
+ <point x="1536.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2072" y="2100" type="line"/>
- <point x="1716" y="2100" type="line"/>
- <point x="240" y="-52" type="line"/>
- <point x="596" y="-52" type="line"/>
+ <point x="2072.0" y="2100.0" type="line"/>
+ <point x="1716.0" y="2100.0" type="line"/>
+ <point x="240.0" y="-52.0" type="line"/>
+ <point x="596.0" y="-52.0" type="line"/>
</contour>
<contour>
- <point x="212" y="1556" type="line" smooth="yes"/>
- <point x="212" y="1304"/>
- <point x="368" y="1096"/>
- <point x="660" y="1096" type="curve" smooth="yes"/>
- <point x="948" y="1096"/>
- <point x="1108" y="1304"/>
- <point x="1108" y="1556" type="curve" smooth="yes"/>
- <point x="1108" y="1664" type="line" smooth="yes"/>
- <point x="1108" y="1916"/>
- <point x="952" y="2128"/>
- <point x="660" y="2128" type="curve" smooth="yes"/>
- <point x="372" y="2128"/>
- <point x="212" y="1916"/>
- <point x="212" y="1664" type="curve" smooth="yes"/>
+ <point x="212.0" y="1556.0" type="line" smooth="yes"/>
+ <point x="212.0" y="1304.0"/>
+ <point x="368.0" y="1096.0"/>
+ <point x="660.0" y="1096.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="1096.0"/>
+ <point x="1108.0" y="1304.0"/>
+ <point x="1108.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="1108.0" y="1916.0"/>
+ <point x="952.0" y="2128.0"/>
+ <point x="660.0" y="2128.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="2128.0"/>
+ <point x="212.0" y="1916.0"/>
+ <point x="212.0" y="1664.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="516" y="1664" type="line" smooth="yes"/>
- <point x="516" y="1756"/>
- <point x="548" y="1856"/>
- <point x="660" y="1856" type="curve" smooth="yes"/>
- <point x="776" y="1856"/>
- <point x="804" y="1756"/>
- <point x="804" y="1664" type="curve" smooth="yes"/>
- <point x="804" y="1556" type="line" smooth="yes"/>
- <point x="804" y="1464"/>
- <point x="772" y="1368"/>
- <point x="660" y="1368" type="curve" smooth="yes"/>
- <point x="548" y="1368"/>
- <point x="516" y="1464"/>
- <point x="516" y="1556" type="curve" smooth="yes"/>
+ <point x="516.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="516.0" y="1756.0"/>
+ <point x="548.0" y="1856.0"/>
+ <point x="660.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="1856.0"/>
+ <point x="804.0" y="1756.0"/>
+ <point x="804.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1556.0" type="line" smooth="yes"/>
+ <point x="804.0" y="1464.0"/>
+ <point x="772.0" y="1368.0"/>
+ <point x="660.0" y="1368.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="1368.0"/>
+ <point x="516.0" y="1464.0"/>
+ <point x="516.0" y="1556.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2176, 'leftMargin': 194, 'rightMargin': 66}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/period.glif b/src/Inter-UI-Black.ufo/glyphs/period.glif
index 65d175ba7..a67ce54b3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/period.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/period.glif
@@ -1,61 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="period" format="1">
- <advance width="800"/>
+<glyph name="period" format="2">
+ <advance width="800.0"/>
<unicode hex="002E"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="400" y="-28" type="curve" smooth="yes"/>
- <point x="536" y="-28"/>
- <point x="648" y="84"/>
- <point x="648" y="224" type="curve" smooth="yes"/>
- <point x="648" y="360"/>
- <point x="536" y="472"/>
- <point x="400" y="472" type="curve" smooth="yes"/>
- <point x="264" y="472"/>
- <point x="152" y="360"/>
- <point x="152" y="224" type="curve" smooth="yes"/>
- <point x="152" y="84"/>
- <point x="264" y="-28"/>
+ <point x="400.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="-28.0"/>
+ <point x="648.0" y="84.0"/>
+ <point x="648.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="360.0"/>
+ <point x="536.0" y="472.0"/>
+ <point x="400.0" y="472.0" type="curve" smooth="yes"/>
+ <point x="264.0" y="472.0"/>
+ <point x="152.0" y="360.0"/>
+ <point x="152.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="84.0"/>
+ <point x="264.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 842, 'leftMargin': 165, 'rightMargin': 185}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/period.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/period.tnum.glif
index c9cebc901..ae148b2b9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/period.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/period.tnum.glif
@@ -1,60 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="period.tnum" format="1">
- <advance width="800"/>
+<glyph name="period.tnum" format="2">
+ <advance width="800.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="400" y="-28" type="curve" smooth="yes"/>
- <point x="536" y="-28"/>
- <point x="648" y="84"/>
- <point x="648" y="224" type="curve" smooth="yes"/>
- <point x="648" y="360"/>
- <point x="536" y="472"/>
- <point x="400" y="472" type="curve" smooth="yes"/>
- <point x="264" y="472"/>
- <point x="152" y="360"/>
- <point x="152" y="224" type="curve" smooth="yes"/>
- <point x="152" y="84"/>
- <point x="264" y="-28"/>
+ <point x="400.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="-28.0"/>
+ <point x="648.0" y="84.0"/>
+ <point x="648.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="360.0"/>
+ <point x="536.0" y="472.0"/>
+ <point x="400.0" y="472.0" type="curve" smooth="yes"/>
+ <point x="264.0" y="472.0"/>
+ <point x="152.0" y="360.0"/>
+ <point x="152.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="84.0"/>
+ <point x="264.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 842, 'leftMargin': 165, 'rightMargin': 185}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/periodcentered.glif b/src/Inter-UI-Black.ufo/glyphs/periodcentered.glif
index 5d58ba980..819ae5487 100644
--- a/src/Inter-UI-Black.ufo/glyphs/periodcentered.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/periodcentered.glif
@@ -1,48 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="periodcentered" format="1">
- <advance width="800"/>
+<glyph name="periodcentered" format="2">
+ <advance width="800.0"/>
<unicode hex="00B7"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
- <component base="period" yOffset="724"/>
+ <component base="period" yOffset="724.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 887, 'leftMargin': 191, 'rightMargin': 204}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/perispomenigreekcmb.glif b/src/Inter-UI-Black.ufo/glyphs/perispomenigreekcmb.glif
index 148ff51e3..fca7188d9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/perispomenigreekcmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/perispomenigreekcmb.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="perispomenigreekcmb" format="1">
- <advance width="0"/>
+<glyph name="perispomenigreekcmb" format="2">
<unicode hex="0342"/>
+ <anchor x="-788.0" y="1774.0" name="_marktop"/>
+ <anchor x="-788.0" y="2255.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-788" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-788" y="2255" type="move" name="mkmktop"/>
- </contour>
- <component base="tilde" xOffset="-1477"/>
+ <component base="tilde" xOffset="-1477.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pertenthousand.glif b/src/Inter-UI-Black.ufo/glyphs/pertenthousand.glif
index 143589814..967ddb7cb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/pertenthousand.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/pertenthousand.glif
@@ -1,149 +1,149 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pertenthousand" format="1">
- <advance width="3360"/>
+<glyph name="pertenthousand" format="2">
+ <advance width="3360.0"/>
<unicode hex="2031"/>
<outline>
<contour>
- <point x="108" y="1512" type="line"/>
- <point x="108" y="1288"/>
- <point x="264" y="1100"/>
- <point x="524" y="1100" type="curve" smooth="yes"/>
- <point x="800" y="1100"/>
- <point x="964" y="1288"/>
- <point x="964" y="1512" type="curve" smooth="yes"/>
- <point x="964" y="1616" type="line" smooth="yes"/>
- <point x="964" y="1844"/>
- <point x="800" y="2032"/>
- <point x="524" y="2032" type="curve" smooth="yes"/>
- <point x="264" y="2032"/>
- <point x="108" y="1844"/>
- <point x="108" y="1616" type="curve" smooth="yes"/>
+ <point x="108.0" y="1512.0" type="line"/>
+ <point x="108.0" y="1288.0"/>
+ <point x="264.0" y="1100.0"/>
+ <point x="524.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="1100.0"/>
+ <point x="964.0" y="1288.0"/>
+ <point x="964.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="964.0" y="1844.0"/>
+ <point x="800.0" y="2032.0"/>
+ <point x="524.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="264.0" y="2032.0"/>
+ <point x="108.0" y="1844.0"/>
+ <point x="108.0" y="1616.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="368" y="1616" type="line"/>
- <point x="368" y="1704"/>
- <point x="416" y="1780"/>
- <point x="524" y="1780" type="curve" smooth="yes"/>
- <point x="624" y="1780"/>
- <point x="680" y="1704"/>
- <point x="680" y="1616" type="curve" smooth="yes"/>
- <point x="680" y="1512" type="line" smooth="yes"/>
- <point x="680" y="1428"/>
- <point x="628" y="1352"/>
- <point x="524" y="1352" type="curve" smooth="yes"/>
- <point x="420" y="1352"/>
- <point x="368" y="1428"/>
- <point x="368" y="1512" type="curve" smooth="yes"/>
+ <point x="368.0" y="1616.0" type="line"/>
+ <point x="368.0" y="1704.0"/>
+ <point x="416.0" y="1780.0"/>
+ <point x="524.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="1780.0"/>
+ <point x="680.0" y="1704.0"/>
+ <point x="680.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="680.0" y="1512.0" type="line" smooth="yes"/>
+ <point x="680.0" y="1428.0"/>
+ <point x="628.0" y="1352.0"/>
+ <point x="524.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1352.0"/>
+ <point x="368.0" y="1428.0"/>
+ <point x="368.0" y="1512.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1124" y="384" type="line"/>
- <point x="1124" y="160"/>
- <point x="1292" y="-28"/>
- <point x="1568" y="-28" type="curve" smooth="yes"/>
- <point x="1824" y="-28"/>
- <point x="1968" y="160"/>
- <point x="1968" y="384" type="curve" smooth="yes"/>
- <point x="1968" y="492" type="line" smooth="yes"/>
- <point x="1968" y="716"/>
- <point x="1828" y="904"/>
- <point x="1564" y="904" type="curve" smooth="yes"/>
- <point x="1292" y="904"/>
- <point x="1124" y="716"/>
- <point x="1124" y="492" type="curve" smooth="yes"/>
+ <point x="1124.0" y="384.0" type="line"/>
+ <point x="1124.0" y="160.0"/>
+ <point x="1292.0" y="-28.0"/>
+ <point x="1568.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1824.0" y="-28.0"/>
+ <point x="1968.0" y="160.0"/>
+ <point x="1968.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="1968.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1968.0" y="716.0"/>
+ <point x="1828.0" y="904.0"/>
+ <point x="1564.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1292.0" y="904.0"/>
+ <point x="1124.0" y="716.0"/>
+ <point x="1124.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1412" y="492" type="line"/>
- <point x="1412" y="576"/>
- <point x="1460" y="652"/>
- <point x="1564" y="652" type="curve" smooth="yes"/>
- <point x="1668" y="652"/>
- <point x="1720" y="576"/>
- <point x="1720" y="492" type="curve" smooth="yes"/>
- <point x="1720" y="384" type="line" smooth="yes"/>
- <point x="1720" y="300"/>
- <point x="1696" y="224"/>
- <point x="1568" y="224" type="curve" smooth="yes"/>
- <point x="1476" y="224"/>
- <point x="1412" y="300"/>
- <point x="1412" y="384" type="curve" smooth="yes"/>
+ <point x="1412.0" y="492.0" type="line"/>
+ <point x="1412.0" y="576.0"/>
+ <point x="1460.0" y="652.0"/>
+ <point x="1564.0" y="652.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="652.0"/>
+ <point x="1720.0" y="576.0"/>
+ <point x="1720.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1720.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1720.0" y="300.0"/>
+ <point x="1696.0" y="224.0"/>
+ <point x="1568.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="224.0"/>
+ <point x="1412.0" y="300.0"/>
+ <point x="1412.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1792" y="384" type="line"/>
- <point x="1792" y="160"/>
- <point x="1932" y="-28"/>
- <point x="2192" y="-28" type="curve" smooth="yes"/>
- <point x="2468" y="-28"/>
- <point x="2592" y="160"/>
- <point x="2592" y="384" type="curve" smooth="yes"/>
- <point x="2592" y="492" type="line" smooth="yes"/>
- <point x="2592" y="716"/>
- <point x="2468" y="904"/>
- <point x="2192" y="904" type="curve" smooth="yes"/>
- <point x="1932" y="904"/>
- <point x="1792" y="716"/>
- <point x="1792" y="492" type="curve" smooth="yes"/>
+ <point x="1792.0" y="384.0" type="line"/>
+ <point x="1792.0" y="160.0"/>
+ <point x="1932.0" y="-28.0"/>
+ <point x="2192.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2468.0" y="-28.0"/>
+ <point x="2592.0" y="160.0"/>
+ <point x="2592.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="2592.0" y="492.0" type="line" smooth="yes"/>
+ <point x="2592.0" y="716.0"/>
+ <point x="2468.0" y="904.0"/>
+ <point x="2192.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1932.0" y="904.0"/>
+ <point x="1792.0" y="716.0"/>
+ <point x="1792.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2036" y="492" type="line"/>
- <point x="2036" y="576"/>
- <point x="2088" y="652"/>
- <point x="2192" y="652" type="curve" smooth="yes"/>
- <point x="2296" y="652"/>
- <point x="2348" y="576"/>
- <point x="2348" y="492" type="curve" smooth="yes"/>
- <point x="2348" y="384" type="line" smooth="yes"/>
- <point x="2348" y="300"/>
- <point x="2320" y="224"/>
- <point x="2192" y="224" type="curve" smooth="yes"/>
- <point x="2104" y="224"/>
- <point x="2036" y="300"/>
- <point x="2036" y="384" type="curve" smooth="yes"/>
+ <point x="2036.0" y="492.0" type="line"/>
+ <point x="2036.0" y="576.0"/>
+ <point x="2088.0" y="652.0"/>
+ <point x="2192.0" y="652.0" type="curve" smooth="yes"/>
+ <point x="2296.0" y="652.0"/>
+ <point x="2348.0" y="576.0"/>
+ <point x="2348.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="2348.0" y="384.0" type="line" smooth="yes"/>
+ <point x="2348.0" y="300.0"/>
+ <point x="2320.0" y="224.0"/>
+ <point x="2192.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="2104.0" y="224.0"/>
+ <point x="2036.0" y="300.0"/>
+ <point x="2036.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2408" y="384" type="line"/>
- <point x="2408" y="160"/>
- <point x="2552" y="-28"/>
- <point x="2812" y="-28" type="curve" smooth="yes"/>
- <point x="3088" y="-28"/>
- <point x="3252" y="160"/>
- <point x="3252" y="384" type="curve" smooth="yes"/>
- <point x="3252" y="492" type="line" smooth="yes"/>
- <point x="3252" y="716"/>
- <point x="3088" y="904"/>
- <point x="2808" y="904" type="curve" smooth="yes"/>
- <point x="2552" y="904"/>
- <point x="2408" y="716"/>
- <point x="2408" y="492" type="curve" smooth="yes"/>
+ <point x="2408.0" y="384.0" type="line"/>
+ <point x="2408.0" y="160.0"/>
+ <point x="2552.0" y="-28.0"/>
+ <point x="2812.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="3088.0" y="-28.0"/>
+ <point x="3252.0" y="160.0"/>
+ <point x="3252.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="3252.0" y="492.0" type="line" smooth="yes"/>
+ <point x="3252.0" y="716.0"/>
+ <point x="3088.0" y="904.0"/>
+ <point x="2808.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="2552.0" y="904.0"/>
+ <point x="2408.0" y="716.0"/>
+ <point x="2408.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2656" y="492" type="line"/>
- <point x="2656" y="576"/>
- <point x="2704" y="652"/>
- <point x="2808" y="652" type="curve" smooth="yes"/>
- <point x="2912" y="652"/>
- <point x="2964" y="576"/>
- <point x="2964" y="492" type="curve" smooth="yes"/>
- <point x="2964" y="384" type="line" smooth="yes"/>
- <point x="2964" y="300"/>
- <point x="2940" y="224"/>
- <point x="2812" y="224" type="curve" smooth="yes"/>
- <point x="2720" y="224"/>
- <point x="2656" y="300"/>
- <point x="2656" y="384" type="curve" smooth="yes"/>
+ <point x="2656.0" y="492.0" type="line"/>
+ <point x="2656.0" y="576.0"/>
+ <point x="2704.0" y="652.0"/>
+ <point x="2808.0" y="652.0" type="curve" smooth="yes"/>
+ <point x="2912.0" y="652.0"/>
+ <point x="2964.0" y="576.0"/>
+ <point x="2964.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="2964.0" y="384.0" type="line" smooth="yes"/>
+ <point x="2964.0" y="300.0"/>
+ <point x="2940.0" y="224.0"/>
+ <point x="2812.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="2720.0" y="224.0"/>
+ <point x="2656.0" y="300.0"/>
+ <point x="2656.0" y="384.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1636.0" y="1716.0" type="line"/>
+ <point x="1428.0" y="1824.0" type="line"/>
+ <point x="452.0" y="260.0" type="line"/>
+ <point x="660.0" y="152.0" type="line"/>
</contour>
- <component base="fraction" xOffset="388"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3410.0, 'leftMargin': 133, 'rightMargin': 133.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/perthousand.glif b/src/Inter-UI-Black.ufo/glyphs/perthousand.glif
index ff7415c2c..4f4e5e87f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/perthousand.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/perthousand.glif
@@ -1,122 +1,117 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="perthousand" format="1">
- <advance width="2848"/>
+<glyph name="perthousand" format="2">
+ <advance width="2848.0"/>
<unicode hex="2030"/>
<outline>
<contour>
- <point x="180" y="1512" type="line"/>
- <point x="180" y="1288"/>
- <point x="336" y="1100"/>
- <point x="596" y="1100" type="curve" smooth="yes"/>
- <point x="872" y="1100"/>
- <point x="1036" y="1288"/>
- <point x="1036" y="1512" type="curve" smooth="yes"/>
- <point x="1036" y="1616" type="line" smooth="yes"/>
- <point x="1036" y="1844"/>
- <point x="872" y="2032"/>
- <point x="592" y="2032" type="curve" smooth="yes"/>
- <point x="336" y="2032"/>
- <point x="180" y="1844"/>
- <point x="180" y="1616" type="curve" smooth="yes"/>
+ <point x="180.0" y="1512.0" type="line"/>
+ <point x="180.0" y="1288.0"/>
+ <point x="336.0" y="1100.0"/>
+ <point x="596.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="1100.0"/>
+ <point x="1036.0" y="1288.0"/>
+ <point x="1036.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="1036.0" y="1844.0"/>
+ <point x="872.0" y="2032.0"/>
+ <point x="592.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="2032.0"/>
+ <point x="180.0" y="1844.0"/>
+ <point x="180.0" y="1616.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="440" y="1616" type="line"/>
- <point x="440" y="1704"/>
- <point x="488" y="1780"/>
- <point x="592" y="1780" type="curve" smooth="yes"/>
- <point x="696" y="1780"/>
- <point x="748" y="1704"/>
- <point x="748" y="1616" type="curve" smooth="yes"/>
- <point x="748" y="1512" type="line" smooth="yes"/>
- <point x="748" y="1428"/>
- <point x="700" y="1352"/>
- <point x="596" y="1352" type="curve" smooth="yes"/>
- <point x="488" y="1352"/>
- <point x="440" y="1428"/>
- <point x="440" y="1512" type="curve" smooth="yes"/>
+ <point x="440.0" y="1616.0" type="line"/>
+ <point x="440.0" y="1704.0"/>
+ <point x="488.0" y="1780.0"/>
+ <point x="592.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="1780.0"/>
+ <point x="748.0" y="1704.0"/>
+ <point x="748.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1512.0" type="line" smooth="yes"/>
+ <point x="748.0" y="1428.0"/>
+ <point x="700.0" y="1352.0"/>
+ <point x="596.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="1352.0"/>
+ <point x="440.0" y="1428.0"/>
+ <point x="440.0" y="1512.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1160" y="384" type="line"/>
- <point x="1160" y="160"/>
- <point x="1328" y="-28"/>
- <point x="1604" y="-28" type="curve" smooth="yes"/>
- <point x="1860" y="-28"/>
- <point x="2004" y="160"/>
- <point x="2004" y="384" type="curve" smooth="yes"/>
- <point x="2004" y="492" type="line" smooth="yes"/>
- <point x="2004" y="716"/>
- <point x="1864" y="904"/>
- <point x="1604" y="904" type="curve" smooth="yes"/>
- <point x="1328" y="904"/>
- <point x="1160" y="716"/>
- <point x="1160" y="492" type="curve" smooth="yes"/>
+ <point x="1160.0" y="384.0" type="line"/>
+ <point x="1160.0" y="160.0"/>
+ <point x="1328.0" y="-28.0"/>
+ <point x="1604.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1860.0" y="-28.0"/>
+ <point x="2004.0" y="160.0"/>
+ <point x="2004.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="2004.0" y="492.0" type="line" smooth="yes"/>
+ <point x="2004.0" y="716.0"/>
+ <point x="1864.0" y="904.0"/>
+ <point x="1604.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="904.0"/>
+ <point x="1160.0" y="716.0"/>
+ <point x="1160.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1448" y="492" type="line"/>
- <point x="1448" y="576"/>
- <point x="1496" y="652"/>
- <point x="1604" y="652" type="curve" smooth="yes"/>
- <point x="1708" y="652"/>
- <point x="1756" y="576"/>
- <point x="1756" y="492" type="curve" smooth="yes"/>
- <point x="1756" y="384" type="line" smooth="yes"/>
- <point x="1756" y="300"/>
- <point x="1732" y="224"/>
- <point x="1604" y="224" type="curve" smooth="yes"/>
- <point x="1516" y="224"/>
- <point x="1448" y="300"/>
- <point x="1448" y="384" type="curve" smooth="yes"/>
+ <point x="1448.0" y="492.0" type="line"/>
+ <point x="1448.0" y="576.0"/>
+ <point x="1496.0" y="652.0"/>
+ <point x="1604.0" y="652.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="652.0"/>
+ <point x="1756.0" y="576.0"/>
+ <point x="1756.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1756.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1756.0" y="300.0"/>
+ <point x="1732.0" y="224.0"/>
+ <point x="1604.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="1516.0" y="224.0"/>
+ <point x="1448.0" y="300.0"/>
+ <point x="1448.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1828" y="384" type="line"/>
- <point x="1828" y="160"/>
- <point x="1972" y="-28"/>
- <point x="2232" y="-28" type="curve" smooth="yes"/>
- <point x="2508" y="-28"/>
- <point x="2672" y="160"/>
- <point x="2672" y="384" type="curve" smooth="yes"/>
- <point x="2672" y="492" type="line" smooth="yes"/>
- <point x="2672" y="716"/>
- <point x="2508" y="904"/>
- <point x="2228" y="904" type="curve" smooth="yes"/>
- <point x="1972" y="904"/>
- <point x="1828" y="716"/>
- <point x="1828" y="492" type="curve" smooth="yes"/>
+ <point x="1828.0" y="384.0" type="line"/>
+ <point x="1828.0" y="160.0"/>
+ <point x="1972.0" y="-28.0"/>
+ <point x="2232.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2508.0" y="-28.0"/>
+ <point x="2672.0" y="160.0"/>
+ <point x="2672.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="2672.0" y="492.0" type="line" smooth="yes"/>
+ <point x="2672.0" y="716.0"/>
+ <point x="2508.0" y="904.0"/>
+ <point x="2228.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1972.0" y="904.0"/>
+ <point x="1828.0" y="716.0"/>
+ <point x="1828.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2072" y="492" type="line"/>
- <point x="2072" y="576"/>
- <point x="2124" y="652"/>
- <point x="2228" y="652" type="curve" smooth="yes"/>
- <point x="2332" y="652"/>
- <point x="2384" y="576"/>
- <point x="2384" y="492" type="curve" smooth="yes"/>
- <point x="2384" y="384" type="line" smooth="yes"/>
- <point x="2384" y="300"/>
- <point x="2360" y="224"/>
- <point x="2232" y="224" type="curve" smooth="yes"/>
- <point x="2140" y="224"/>
- <point x="2072" y="300"/>
- <point x="2072" y="384" type="curve" smooth="yes"/>
+ <point x="2072.0" y="492.0" type="line"/>
+ <point x="2072.0" y="576.0"/>
+ <point x="2124.0" y="652.0"/>
+ <point x="2228.0" y="652.0" type="curve" smooth="yes"/>
+ <point x="2332.0" y="652.0"/>
+ <point x="2384.0" y="576.0"/>
+ <point x="2384.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="2384.0" y="384.0" type="line" smooth="yes"/>
+ <point x="2384.0" y="300.0"/>
+ <point x="2360.0" y="224.0"/>
+ <point x="2232.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="2140.0" y="224.0"/>
+ <point x="2072.0" y="300.0"/>
+ <point x="2072.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1692" y="1716" type="line"/>
- <point x="1480" y="1824" type="line"/>
- <point x="504" y="260" type="line"/>
- <point x="712" y="152" type="line"/>
+ <point x="1692.0" y="1716.0" type="line"/>
+ <point x="1480.0" y="1824.0" type="line"/>
+ <point x="504.0" y="260.0" type="line"/>
+ <point x="712.0" y="152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2709, 'leftMargin': 133, 'rightMargin': 84}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/peseta.glif b/src/Inter-UI-Black.ufo/glyphs/peseta.glif
index d3c1de8c5..9fe4357ae 100644
--- a/src/Inter-UI-Black.ufo/glyphs/peseta.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/peseta.glif
@@ -1,44 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="peseta" format="1">
- <advance width="3556"/>
+<glyph name="peseta" format="2">
+ <advance width="3556.0"/>
<unicode hex="20A7"/>
<outline>
<contour>
- <point x="716" y="704" type="line"/>
- <point x="1208" y="704"/>
- <point x="1476" y="1012"/>
- <point x="1476" y="1404" type="curve"/>
- <point x="1476" y="1772"/>
- <point x="1208" y="2048"/>
- <point x="716" y="2048" type="curve"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1664" type="line"/>
- <point x="716" y="1664" type="line"/>
- <point x="924" y="1664"/>
- <point x="1004" y="1532"/>
- <point x="1004" y="1400" type="curve"/>
- <point x="1004" y="1260"/>
- <point x="924" y="1084"/>
- <point x="716" y="1084" type="curve"/>
- <point x="448" y="1084" type="line"/>
- <point x="448" y="704" type="line"/>
+ <point x="716.0" y="704.0" type="line"/>
+ <point x="1208.0" y="704.0"/>
+ <point x="1476.0" y="1012.0"/>
+ <point x="1476.0" y="1404.0" type="curve"/>
+ <point x="1476.0" y="1772.0"/>
+ <point x="1208.0" y="2048.0"/>
+ <point x="716.0" y="2048.0" type="curve"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1664.0" type="line"/>
+ <point x="716.0" y="1664.0" type="line"/>
+ <point x="924.0" y="1664.0"/>
+ <point x="1004.0" y="1532.0"/>
+ <point x="1004.0" y="1400.0" type="curve"/>
+ <point x="1004.0" y="1260.0"/>
+ <point x="924.0" y="1084.0"/>
+ <point x="716.0" y="1084.0" type="curve"/>
+ <point x="448.0" y="1084.0" type="line"/>
+ <point x="448.0" y="704.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="3512.0" y="1084.0" type="line"/>
+ <point x="3476.0" y="1388.0"/>
+ <point x="3276.0" y="1556.0"/>
+ <point x="2880.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="2464.0" y="1556.0"/>
+ <point x="2192.0" y="1376.0"/>
+ <point x="2192.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="2192.0" y="788.0"/>
+ <point x="2396.0" y="672.0"/>
+ <point x="2628.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="2904.0" y="560.0" type="line" smooth="yes"/>
+ <point x="2976.0" y="544.0"/>
+ <point x="3076.0" y="532.0"/>
+ <point x="3076.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="3076.0" y="352.0"/>
+ <point x="2972.0" y="300.0"/>
+ <point x="2856.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="2740.0" y="300.0"/>
+ <point x="2620.0" y="356.0"/>
+ <point x="2592.0" y="496.0" type="curve"/>
+ <point x="2148.0" y="472.0" type="line"/>
+ <point x="2200.0" y="136.0"/>
+ <point x="2436.0" y="-28.0"/>
+ <point x="2828.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="3212.0" y="-28.0"/>
+ <point x="3548.0" y="128.0"/>
+ <point x="3548.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="3548.0" y="764.0"/>
+ <point x="3344.0" y="860.0"/>
+ <point x="3128.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="2816.0" y="968.0" type="line" smooth="yes"/>
+ <point x="2732.0" y="984.0"/>
+ <point x="2648.0" y="1012.0"/>
+ <point x="2648.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="2648.0" y="1176.0"/>
+ <point x="2752.0" y="1224.0"/>
+ <point x="2856.0" y="1224.0" type="curve" smooth="yes"/>
+ <point x="2964.0" y="1224.0"/>
+ <point x="3076.0" y="1176.0"/>
+ <point x="3092.0" y="1060.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="2280.0" y="1536.0" type="line"/>
+ <point x="1408.0" y="1536.0" type="line"/>
+ <point x="1408.0" y="1216.0" type="line"/>
+ <point x="2280.0" y="1216.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1580.0" y="1864.0" type="line"/>
+ <point x="1580.0" y="428.0" type="line"/>
+ <point x="1580.0" y="156.0"/>
+ <point x="1776.0" y="-20.0"/>
+ <point x="2024.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="2192.0" y="-20.0"/>
+ <point x="2308.0" y="12.0"/>
+ <point x="2336.0" y="24.0" type="curve"/>
+ <point x="2268.0" y="364.0" type="line"/>
+ <point x="2240.0" y="356.0"/>
+ <point x="2200.0" y="352.0"/>
+ <point x="2172.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="2096.0" y="352.0"/>
+ <point x="2040.0" y="368.0"/>
+ <point x="2040.0" y="484.0" type="curve"/>
+ <point x="2040.0" y="1864.0" type="line"/>
</contour>
- <component base="s" xOffset="2068"/>
- <component base="t" xOffset="1340"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2463, 'leftMargin': 184, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/peso.glif b/src/Inter-UI-Black.ufo/glyphs/peso.glif
index 5c16af2d3..a74c23bb3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/peso.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/peso.glif
@@ -1,54 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="peso" format="1">
- <advance width="2336"/>
+<glyph name="peso" format="2">
+ <advance width="2336.0"/>
<unicode hex="20B1"/>
<outline>
<contour>
- <point x="2172" y="1596" type="line"/>
- <point x="164" y="1596" type="line"/>
- <point x="164" y="1376" type="line"/>
- <point x="2172" y="1376" type="line"/>
+ <point x="2172.0" y="1596.0" type="line"/>
+ <point x="164.0" y="1596.0" type="line"/>
+ <point x="164.0" y="1376.0" type="line"/>
+ <point x="2172.0" y="1376.0" type="line"/>
</contour>
<contour>
- <point x="2172" y="1300" type="line"/>
- <point x="164" y="1300" type="line"/>
- <point x="164" y="1080" type="line"/>
- <point x="2172" y="1080" type="line"/>
+ <point x="2172.0" y="1300.0" type="line"/>
+ <point x="164.0" y="1300.0" type="line"/>
+ <point x="164.0" y="1080.0" type="line"/>
+ <point x="2172.0" y="1080.0" type="line"/>
</contour>
<contour>
- <point x="1176" y="656" type="line"/>
- <point x="1656" y="656"/>
- <point x="1948" y="956"/>
- <point x="1948" y="1344" type="curve" smooth="yes"/>
- <point x="1948" y="1736"/>
- <point x="1656" y="2048"/>
- <point x="1176" y="2048" type="curve" smooth="yes"/>
- <point x="384" y="2048" type="line"/>
- <point x="384" y="0" type="line"/>
- <point x="844" y="0" type="line"/>
- <point x="844" y="1672" type="line"/>
- <point x="1176" y="1672" type="line" smooth="yes"/>
- <point x="1392" y="1672"/>
- <point x="1480" y="1504"/>
- <point x="1480" y="1340" type="curve" smooth="yes"/>
- <point x="1480" y="1184"/>
- <point x="1392" y="1028"/>
- <point x="1176" y="1028" type="curve" smooth="yes"/>
- <point x="676" y="1028" type="line"/>
- <point x="676" y="656" type="line"/>
+ <point x="1176.0" y="656.0" type="line"/>
+ <point x="1656.0" y="656.0"/>
+ <point x="1948.0" y="956.0"/>
+ <point x="1948.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1948.0" y="1736.0"/>
+ <point x="1656.0" y="2048.0"/>
+ <point x="1176.0" y="2048.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="2048.0" type="line"/>
+ <point x="384.0" y="0.0" type="line"/>
+ <point x="844.0" y="0.0" type="line"/>
+ <point x="844.0" y="1672.0" type="line"/>
+ <point x="1176.0" y="1672.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1672.0"/>
+ <point x="1480.0" y="1504.0"/>
+ <point x="1480.0" y="1340.0" type="curve" smooth="yes"/>
+ <point x="1480.0" y="1184.0"/>
+ <point x="1392.0" y="1028.0"/>
+ <point x="1176.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="1028.0" type="line"/>
+ <point x="676.0" y="656.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2116, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/phi.glif b/src/Inter-UI-Black.ufo/glyphs/phi.glif
index 3defbc0c1..00f58c833 100644
--- a/src/Inter-UI-Black.ufo/glyphs/phi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/phi.glif
@@ -1,49 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="phi" format="1">
- <advance width="2336"/>
+<glyph name="phi" format="2">
+ <advance width="2336.0"/>
<unicode hex="03C6"/>
<outline>
<contour>
- <point x="948" y="-656" type="line"/>
- <point x="1392" y="-656" type="line"/>
- <point x="1392" y="1092" type="line" smooth="yes"/>
- <point x="1392" y="1120"/>
- <point x="1388" y="1160"/>
- <point x="1456" y="1160" type="curve" smooth="yes"/>
- <point x="1624" y="1160"/>
- <point x="1720" y="1016"/>
- <point x="1724" y="776" type="curve"/>
- <point x="1724" y="520"/>
- <point x="1604" y="328"/>
- <point x="1184" y="328" type="curve" smooth="yes"/>
- <point x="740" y="328"/>
- <point x="616" y="528"/>
- <point x="616" y="836" type="curve"/>
- <point x="616" y="992"/>
- <point x="676" y="1172"/>
- <point x="784" y="1296" type="curve"/>
- <point x="468" y="1516" type="line"/>
- <point x="308" y="1380"/>
- <point x="172" y="1124"/>
- <point x="172" y="836" type="curve" smooth="yes"/>
- <point x="172" y="384"/>
- <point x="420" y="-28"/>
- <point x="1184" y="-28" type="curve" smooth="yes"/>
- <point x="1924" y="-28"/>
- <point x="2164" y="372"/>
- <point x="2164" y="776" type="curve" smooth="yes"/>
- <point x="2164" y="1108"/>
- <point x="1948" y="1516"/>
- <point x="1392" y="1516" type="curve" smooth="yes"/>
- <point x="1152" y="1516"/>
- <point x="948" y="1336"/>
- <point x="948" y="1080" type="curve" smooth="yes"/>
+ <point x="948.0" y="-656.0" type="line"/>
+ <point x="1392.0" y="-656.0" type="line"/>
+ <point x="1392.0" y="1092.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1120.0"/>
+ <point x="1388.0" y="1160.0"/>
+ <point x="1456.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1624.0" y="1160.0"/>
+ <point x="1720.0" y="1016.0"/>
+ <point x="1724.0" y="776.0" type="curve"/>
+ <point x="1724.0" y="520.0"/>
+ <point x="1604.0" y="328.0"/>
+ <point x="1184.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="328.0"/>
+ <point x="616.0" y="528.0"/>
+ <point x="616.0" y="836.0" type="curve"/>
+ <point x="616.0" y="992.0"/>
+ <point x="676.0" y="1172.0"/>
+ <point x="784.0" y="1296.0" type="curve"/>
+ <point x="468.0" y="1516.0" type="line"/>
+ <point x="308.0" y="1380.0"/>
+ <point x="172.0" y="1124.0"/>
+ <point x="172.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="384.0"/>
+ <point x="420.0" y="-28.0"/>
+ <point x="1184.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1924.0" y="-28.0"/>
+ <point x="2164.0" y="372.0"/>
+ <point x="2164.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="2164.0" y="1108.0"/>
+ <point x="1948.0" y="1516.0"/>
+ <point x="1392.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="1516.0"/>
+ <point x="948.0" y="1336.0"/>
+ <point x="948.0" y="1080.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2138, 'leftMargin': 61, 'rightMargin': 84}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/phi1.glif b/src/Inter-UI-Black.ufo/glyphs/phi1.glif
index cfb9267ab..03f11d2d0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/phi1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/phi1.glif
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="phi1" format="1">
- <advance width="2336"/>
+<glyph name="phi1" format="2">
+ <advance width="2336.0"/>
<unicode hex="03D5"/>
<outline>
- <component base="efcyrillic" xOffset="120"/>
+ <component base="efcyrillic" xOffset="120.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2064, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/philatin.glif b/src/Inter-UI-Black.ufo/glyphs/philatin.glif
index 748024b1a..f48c89b20 100644
--- a/src/Inter-UI-Black.ufo/glyphs/philatin.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/philatin.glif
@@ -1,75 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="philatin" format="1">
- <advance width="2080"/>
+<glyph name="philatin" format="2">
+ <advance width="2080.0"/>
<unicode hex="0278"/>
+ <guideline x="930.875"/>
+ <anchor x="1040.0" y="-616.0" name="bottom"/>
+ <anchor x="1040.0" y="2200.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="188" y="728" type="line"/>
- <point x="188" y="156"/>
- <point x="580" y="-28"/>
- <point x="1040" y="-28" type="curve" smooth="yes"/>
- <point x="1504" y="-28"/>
- <point x="1892" y="156"/>
- <point x="1892" y="728" type="curve" smooth="yes"/>
- <point x="1892" y="760" type="line" smooth="yes"/>
- <point x="1892" y="1332"/>
- <point x="1504" y="1516"/>
- <point x="1040" y="1516" type="curve" smooth="yes"/>
- <point x="580" y="1516"/>
- <point x="188" y="1332"/>
- <point x="188" y="760" type="curve" smooth="yes"/>
+ <point x="188.0" y="728.0" type="line"/>
+ <point x="188.0" y="156.0"/>
+ <point x="580.0" y="-28.0"/>
+ <point x="1040.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="-28.0"/>
+ <point x="1892.0" y="156.0"/>
+ <point x="1892.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1892.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1892.0" y="1332.0"/>
+ <point x="1504.0" y="1516.0"/>
+ <point x="1040.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="1516.0"/>
+ <point x="188.0" y="1332.0"/>
+ <point x="188.0" y="760.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="632" y="760" type="line"/>
- <point x="632" y="1084"/>
- <point x="836" y="1160"/>
- <point x="1040" y="1160" type="curve" smooth="yes"/>
- <point x="1248" y="1160"/>
- <point x="1448" y="1084"/>
- <point x="1448" y="760" type="curve" smooth="yes"/>
- <point x="1448" y="728" type="line" smooth="yes"/>
- <point x="1448" y="396"/>
- <point x="1244" y="332"/>
- <point x="1040" y="332" type="curve" smooth="yes"/>
- <point x="836" y="332"/>
- <point x="632" y="396"/>
- <point x="632" y="728" type="curve" smooth="yes"/>
+ <point x="632.0" y="760.0" type="line"/>
+ <point x="632.0" y="1084.0"/>
+ <point x="836.0" y="1160.0"/>
+ <point x="1040.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1248.0" y="1160.0"/>
+ <point x="1448.0" y="1084.0"/>
+ <point x="1448.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1448.0" y="396.0"/>
+ <point x="1244.0" y="332.0"/>
+ <point x="1040.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="332.0"/>
+ <point x="632.0" y="396.0"/>
+ <point x="632.0" y="728.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="820" y="-572" type="line"/>
- <point x="1260" y="-572" type="line"/>
- <point x="1260" y="2112" type="line"/>
- <point x="820" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="1040" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1040" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1972" y="2200" type="move" name="top0315"/>
+ <point x="820.0" y="-572.0" type="line"/>
+ <point x="1260.0" y="-572.0" type="line"/>
+ <point x="1260.0" y="2112.0" type="line"/>
+ <point x="820.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>930.875</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1862, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/phook.glif b/src/Inter-UI-Black.ufo/glyphs/phook.glif
index bfa77c060..31b88524f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/phook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/phook.glif
@@ -1,32 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="phook" format="1">
- <advance width="1652"/>
+<glyph name="phook" format="2">
+ <advance width="1652.0"/>
<unicode hex="01A5"/>
<outline>
<contour>
- <point x="588" y="1188" type="line"/>
- <point x="588" y="1452" type="line" smooth="yes"/>
- <point x="588" y="1576"/>
- <point x="640" y="1628"/>
- <point x="744" y="1628" type="curve" smooth="yes"/>
- <point x="808" y="1628"/>
- <point x="868" y="1612"/>
- <point x="892" y="1604" type="curve"/>
- <point x="892" y="1924" type="line"/>
- <point x="844" y="1936"/>
- <point x="772" y="1952"/>
- <point x="660" y="1952" type="curve" smooth="yes"/>
- <point x="420" y="1952"/>
- <point x="144" y="1912"/>
- <point x="144" y="1524" type="curve" smooth="yes"/>
- <point x="144" y="1188" type="line"/>
+ <point x="588.0" y="1188.0" type="line"/>
+ <point x="588.0" y="1452.0" type="line" smooth="yes"/>
+ <point x="588.0" y="1576.0"/>
+ <point x="640.0" y="1628.0"/>
+ <point x="744.0" y="1628.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="1628.0"/>
+ <point x="868.0" y="1612.0"/>
+ <point x="892.0" y="1604.0" type="curve"/>
+ <point x="892.0" y="1924.0" type="line"/>
+ <point x="844.0" y="1936.0"/>
+ <point x="772.0" y="1952.0"/>
+ <point x="660.0" y="1952.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1952.0"/>
+ <point x="144.0" y="1912.0"/>
+ <point x="144.0" y="1524.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="1188.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="144.0" y="-576.0" type="line"/>
+ <point x="604.0" y="-576.0" type="line"/>
+ <point x="604.0" y="292.0" type="line"/>
+ <point x="436.0" y="736.0" type="line"/>
+ <point x="600.0" y="1192.0" type="line"/>
+ <point x="600.0" y="1244.0" type="line"/>
+ <point x="600.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="420.0" y="1372.0" type="line"/>
+ <point x="420.0" y="156.0" type="line"/>
+ <point x="620.0" y="156.0" type="line"/>
+ <point x="672.0" y="40.0"/>
+ <point x="804.0" y="-24.0"/>
+ <point x="964.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-24.0"/>
+ <point x="1556.0" y="244.0"/>
+ <point x="1556.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1304.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="964.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1556.0"/>
+ <point x="672.0" y="1488.0"/>
+ <point x="620.0" y="1372.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1124.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="500.0"/>
+ <point x="1024.0" y="340.0"/>
+ <point x="828.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="552.0" y="536.0"/>
+ <point x="552.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1004.0"/>
+ <point x="616.0" y="1192.0"/>
+ <point x="828.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1192.0"/>
+ <point x="1124.0" y="1036.0"/>
</contour>
- <component base="p"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 140, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pi.glif b/src/Inter-UI-Black.ufo/glyphs/pi.glif
index cc5edafcc..565e66162 100644
--- a/src/Inter-UI-Black.ufo/glyphs/pi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/pi.glif
@@ -1,70 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pi" format="1">
- <advance width="2080"/>
+<glyph name="pi" format="2">
+ <advance width="2080.0"/>
<unicode hex="03C0"/>
+ <guideline y="906.125"/>
+ <guideline y="1381.875"/>
<outline>
<contour>
- <point x="1884" y="1536" type="line"/>
- <point x="180" y="1536" type="line"/>
- <point x="180" y="1204" type="line"/>
- <point x="1884" y="1204" type="line"/>
+ <point x="1884.0" y="1536.0" type="line"/>
+ <point x="180.0" y="1536.0" type="line"/>
+ <point x="180.0" y="1204.0" type="line"/>
+ <point x="1884.0" y="1204.0" type="line"/>
</contour>
<contour>
- <point x="868" y="1536" type="line"/>
- <point x="424" y="1536" type="line"/>
- <point x="424" y="0" type="line"/>
- <point x="868" y="0" type="line"/>
+ <point x="868.0" y="1536.0" type="line"/>
+ <point x="424.0" y="1536.0" type="line"/>
+ <point x="424.0" y="0.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1192" y="1536" type="line"/>
- <point x="1192" y="440" type="line"/>
- <point x="1192" y="116"/>
- <point x="1364" y="-16"/>
- <point x="1648" y="-16" type="curve" smooth="yes"/>
- <point x="1744" y="-16"/>
- <point x="1828" y="0"/>
- <point x="1904" y="24" type="curve"/>
- <point x="1904" y="356" type="line"/>
- <point x="1872" y="352"/>
- <point x="1836" y="348"/>
- <point x="1788" y="348" type="curve" smooth="yes"/>
- <point x="1676" y="348"/>
- <point x="1636" y="380"/>
- <point x="1636" y="500" type="curve"/>
- <point x="1636" y="1536" type="line"/>
+ <point x="1192.0" y="1536.0" type="line"/>
+ <point x="1192.0" y="440.0" type="line"/>
+ <point x="1192.0" y="116.0"/>
+ <point x="1364.0" y="-16.0"/>
+ <point x="1648.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="1744.0" y="-16.0"/>
+ <point x="1828.0" y="0.0"/>
+ <point x="1904.0" y="24.0" type="curve"/>
+ <point x="1904.0" y="356.0" type="line"/>
+ <point x="1872.0" y="352.0"/>
+ <point x="1836.0" y="348.0"/>
+ <point x="1788.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="1676.0" y="348.0"/>
+ <point x="1636.0" y="380.0"/>
+ <point x="1636.0" y="500.0" type="curve"/>
+ <point x="1636.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>906.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1381.875</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1863, 'leftMargin': 80, 'rightMargin': 59}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pipe.glif b/src/Inter-UI-Black.ufo/glyphs/pipe.glif
index 6d7ffea32..d63333d82 100644
--- a/src/Inter-UI-Black.ufo/glyphs/pipe.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/pipe.glif
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pipe" format="1">
- <advance width="800"/>
+<glyph name="pipe" format="2">
+ <advance width="800.0"/>
<unicode hex="01C0"/>
<outline>
<contour>
- <point x="524" y="2004" type="line"/>
- <point x="276" y="2004" type="line"/>
- <point x="276" y="0" type="line"/>
- <point x="524" y="0" type="line"/>
+ <point x="524.0" y="2004.0" type="line"/>
+ <point x="276.0" y="2004.0" type="line"/>
+ <point x="276.0" y="0.0" type="line"/>
+ <point x="524.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 642, 'leftMargin': 197, 'rightMargin': 196}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pipedbl.glif b/src/Inter-UI-Black.ufo/glyphs/pipedbl.glif
index 90d430546..e44708e13 100644
--- a/src/Inter-UI-Black.ufo/glyphs/pipedbl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/pipedbl.glif
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pipedbl" format="1">
- <advance width="1056"/>
+<glyph name="pipedbl" format="2">
+ <advance width="1056.0"/>
<unicode hex="01C1"/>
<outline>
- <component base="pipe" xOffset="-56"/>
- <component base="pipe" xOffset="316"/>
+ <component base="pipe" xOffset="-56.0"/>
+ <component base="pipe" xOffset="316.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1013, 'leftMargin': 260, 'rightMargin': 134}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pipedblbar.glif b/src/Inter-UI-Black.ufo/glyphs/pipedblbar.glif
index e5f453f22..0620dbf49 100644
--- a/src/Inter-UI-Black.ufo/glyphs/pipedblbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/pipedblbar.glif
@@ -1,31 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pipedblbar" format="1">
- <advance width="1312"/>
+<glyph name="pipedblbar" format="2">
+ <advance width="1312.0"/>
<unicode hex="01C2"/>
+ <guideline x="522.5"/>
<outline>
- <component base="pipe" xOffset="256"/>
- <component base="crossbar" yOffset="332"/>
- <component base="crossbar" yOffset="-280"/>
+ <component base="pipe" xOffset="256.0"/>
+ <component base="crossbar" yOffset="332.0"/>
+ <component base="crossbar" yOffset="-280.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>522.5</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1046, 'leftMargin': -20, 'rightMargin': 74}</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/pisymbolgreek.glif b/src/Inter-UI-Black.ufo/glyphs/pisymbolgreek.glif
index 8b89ebde2..cf51d5512 100644
--- a/src/Inter-UI-Black.ufo/glyphs/pisymbolgreek.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/pisymbolgreek.glif
@@ -1,73 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pisymbolgreek" format="1">
- <advance width="2592"/>
+<glyph name="pisymbolgreek" format="2">
+ <advance width="2592.0"/>
<unicode hex="03D6"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2480.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="2488" y="1488" type="line"/>
- <point x="108" y="1488" type="line"/>
- <point x="108" y="1184" type="line"/>
- <point x="2488" y="1184" type="line"/>
+ <point x="2488.0" y="1488.0" type="line"/>
+ <point x="108.0" y="1488.0" type="line"/>
+ <point x="108.0" y="1184.0" type="line"/>
+ <point x="2488.0" y="1184.0" type="line"/>
</contour>
<contour>
- <point x="1756" y="1488" type="line"/>
- <point x="1864" y="1260"/>
- <point x="1932" y="1024"/>
- <point x="1940" y="780" type="curve"/>
- <point x="1940" y="556"/>
- <point x="1900" y="332"/>
- <point x="1752" y="332" type="curve" smooth="yes"/>
- <point x="1632" y="332"/>
- <point x="1528" y="424"/>
- <point x="1528" y="688" type="curve"/>
- <point x="1528" y="940" type="line"/>
- <point x="1200" y="940" type="line"/>
- <point x="1200" y="736" type="line"/>
- <point x="1200" y="244"/>
- <point x="1424" y="-28"/>
- <point x="1764" y="-28" type="curve" smooth="yes"/>
- <point x="2232" y="-28"/>
- <point x="2380" y="320"/>
- <point x="2380" y="780" type="curve"/>
- <point x="2380" y="1080"/>
- <point x="2284" y="1320"/>
- <point x="2172" y="1488" type="curve"/>
+ <point x="1756.0" y="1488.0" type="line"/>
+ <point x="1864.0" y="1260.0"/>
+ <point x="1932.0" y="1024.0"/>
+ <point x="1940.0" y="780.0" type="curve"/>
+ <point x="1940.0" y="556.0"/>
+ <point x="1900.0" y="332.0"/>
+ <point x="1752.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="332.0"/>
+ <point x="1528.0" y="424.0"/>
+ <point x="1528.0" y="688.0" type="curve"/>
+ <point x="1528.0" y="940.0" type="line"/>
+ <point x="1200.0" y="940.0" type="line"/>
+ <point x="1200.0" y="736.0" type="line"/>
+ <point x="1200.0" y="244.0"/>
+ <point x="1424.0" y="-28.0"/>
+ <point x="1764.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2232.0" y="-28.0"/>
+ <point x="2380.0" y="320.0"/>
+ <point x="2380.0" y="780.0" type="curve"/>
+ <point x="2380.0" y="1080.0"/>
+ <point x="2284.0" y="1320.0"/>
+ <point x="2172.0" y="1488.0" type="curve"/>
</contour>
<contour>
- <point x="416" y="1488" type="line"/>
- <point x="304" y="1320"/>
- <point x="204" y="1080"/>
- <point x="204" y="780" type="curve" smooth="yes"/>
- <point x="204" y="320"/>
- <point x="356" y="-28"/>
- <point x="824" y="-28" type="curve" smooth="yes"/>
- <point x="1164" y="-28"/>
- <point x="1388" y="244"/>
- <point x="1388" y="736" type="curve" smooth="yes"/>
- <point x="1388" y="940" type="line"/>
- <point x="1060" y="940" type="line"/>
- <point x="1060" y="688" type="line" smooth="yes"/>
- <point x="1060" y="424"/>
- <point x="956" y="332"/>
- <point x="836" y="332" type="curve" smooth="yes"/>
- <point x="688" y="332"/>
- <point x="648" y="556"/>
- <point x="648" y="780" type="curve"/>
- <point x="656" y="1024"/>
- <point x="724" y="1260"/>
- <point x="832" y="1488" type="curve"/>
- </contour>
- <contour>
- <point x="1288" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2480" y="1776" type="move" name="top0315"/>
+ <point x="416.0" y="1488.0" type="line"/>
+ <point x="304.0" y="1320.0"/>
+ <point x="204.0" y="1080.0"/>
+ <point x="204.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="320.0"/>
+ <point x="356.0" y="-28.0"/>
+ <point x="824.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1164.0" y="-28.0"/>
+ <point x="1388.0" y="244.0"/>
+ <point x="1388.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="940.0" type="line"/>
+ <point x="1060.0" y="940.0" type="line"/>
+ <point x="1060.0" y="688.0" type="line" smooth="yes"/>
+ <point x="1060.0" y="424.0"/>
+ <point x="956.0" y="332.0"/>
+ <point x="836.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="332.0"/>
+ <point x="648.0" y="556.0"/>
+ <point x="648.0" y="780.0" type="curve"/>
+ <point x="656.0" y="1024.0"/>
+ <point x="724.0" y="1260.0"/>
+ <point x="832.0" y="1488.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2373, 'leftMargin': -1, 'rightMargin': -7}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/placeofinterestsign.glif b/src/Inter-UI-Black.ufo/glyphs/placeofinterestsign.glif
index 33bdc1e96..183e8807f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/placeofinterestsign.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/placeofinterestsign.glif
@@ -1,126 +1,123 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="placeofinterestsign" format="1">
- <advance width="2592"/>
+<glyph name="placeofinterestsign" format="2">
+ <advance width="2592.0"/>
<unicode hex="2318"/>
<outline>
<contour>
- <point x="1852" y="2080" type="curve" smooth="yes"/>
- <point x="1576" y="2080"/>
- <point x="1356" y="1856"/>
- <point x="1356" y="1580" type="curve" smooth="yes"/>
- <point x="1356" y="1468" type="line"/>
- <point x="1236" y="1468" type="line"/>
- <point x="1236" y="1580" type="line" smooth="yes"/>
- <point x="1232" y="1856"/>
- <point x="1016" y="2080"/>
- <point x="740" y="2080" type="curve" smooth="yes"/>
- <point x="464" y="2080"/>
- <point x="240" y="1856"/>
- <point x="240" y="1580" type="curve" smooth="yes"/>
- <point x="240" y="1304"/>
- <point x="464" y="1084"/>
- <point x="740" y="1084" type="curve" smooth="yes"/>
- <point x="852" y="1084" type="line"/>
- <point x="852" y="964" type="line"/>
- <point x="740" y="964" type="line" smooth="yes"/>
- <point x="464" y="964"/>
- <point x="240" y="744"/>
- <point x="240" y="468" type="curve" smooth="yes"/>
- <point x="240" y="192"/>
- <point x="464" y="-32"/>
- <point x="740" y="-32" type="curve" smooth="yes"/>
- <point x="1016" y="-32"/>
- <point x="1236" y="192"/>
- <point x="1236" y="468" type="curve" smooth="yes"/>
- <point x="1236" y="580" type="line"/>
- <point x="1356" y="580" type="line"/>
- <point x="1356" y="468" type="line" smooth="yes"/>
- <point x="1356" y="192"/>
- <point x="1576" y="-32"/>
- <point x="1852" y="-32" type="curve" smooth="yes"/>
- <point x="2128" y="-32"/>
- <point x="2352" y="192"/>
- <point x="2352" y="468" type="curve" smooth="yes"/>
- <point x="2352" y="744"/>
- <point x="2128" y="964"/>
- <point x="1852" y="964" type="curve" smooth="yes"/>
- <point x="1740" y="964" type="line"/>
- <point x="1740" y="1084" type="line"/>
- <point x="1852" y="1084" type="line" smooth="yes"/>
- <point x="2128" y="1084"/>
- <point x="2352" y="1304"/>
- <point x="2352" y="1580" type="curve" smooth="yes"/>
- <point x="2352" y="1856"/>
- <point x="2128" y="2080"/>
+ <point x="1852.0" y="2080.0" type="curve" smooth="yes"/>
+ <point x="1576.0" y="2080.0"/>
+ <point x="1356.0" y="1856.0"/>
+ <point x="1356.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="1468.0" type="line"/>
+ <point x="1236.0" y="1468.0" type="line"/>
+ <point x="1236.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="1232.0" y="1856.0"/>
+ <point x="1016.0" y="2080.0"/>
+ <point x="740.0" y="2080.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="2080.0"/>
+ <point x="240.0" y="1856.0"/>
+ <point x="240.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="1304.0"/>
+ <point x="464.0" y="1084.0"/>
+ <point x="740.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="1084.0" type="line"/>
+ <point x="852.0" y="964.0" type="line"/>
+ <point x="740.0" y="964.0" type="line" smooth="yes"/>
+ <point x="464.0" y="964.0"/>
+ <point x="240.0" y="744.0"/>
+ <point x="240.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="192.0"/>
+ <point x="464.0" y="-32.0"/>
+ <point x="740.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="-32.0"/>
+ <point x="1236.0" y="192.0"/>
+ <point x="1236.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="580.0" type="line"/>
+ <point x="1356.0" y="580.0" type="line"/>
+ <point x="1356.0" y="468.0" type="line" smooth="yes"/>
+ <point x="1356.0" y="192.0"/>
+ <point x="1576.0" y="-32.0"/>
+ <point x="1852.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="2128.0" y="-32.0"/>
+ <point x="2352.0" y="192.0"/>
+ <point x="2352.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="2352.0" y="744.0"/>
+ <point x="2128.0" y="964.0"/>
+ <point x="1852.0" y="964.0" type="curve" smooth="yes"/>
+ <point x="1740.0" y="964.0" type="line"/>
+ <point x="1740.0" y="1084.0" type="line"/>
+ <point x="1852.0" y="1084.0" type="line" smooth="yes"/>
+ <point x="2128.0" y="1084.0"/>
+ <point x="2352.0" y="1304.0"/>
+ <point x="2352.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="2352.0" y="1856.0"/>
+ <point x="2128.0" y="2080.0"/>
</contour>
<contour>
- <point x="852" y="1468" type="line"/>
- <point x="740" y="1468" type="line" smooth="yes"/>
- <point x="676" y="1468"/>
- <point x="624" y="1520"/>
- <point x="624" y="1580" type="curve" smooth="yes"/>
- <point x="624" y="1644"/>
- <point x="676" y="1696"/>
- <point x="740" y="1696" type="curve" smooth="yes"/>
- <point x="800" y="1696"/>
- <point x="852" y="1644"/>
- <point x="852" y="1580" type="curve" smooth="yes"/>
+ <point x="852.0" y="1468.0" type="line"/>
+ <point x="740.0" y="1468.0" type="line" smooth="yes"/>
+ <point x="676.0" y="1468.0"/>
+ <point x="624.0" y="1520.0"/>
+ <point x="624.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="1644.0"/>
+ <point x="676.0" y="1696.0"/>
+ <point x="740.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="1696.0"/>
+ <point x="852.0" y="1644.0"/>
+ <point x="852.0" y="1580.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1236" y="1084" type="line"/>
- <point x="1356" y="1084" type="line"/>
- <point x="1356" y="964" type="line"/>
- <point x="1236" y="964" type="line"/>
+ <point x="1236.0" y="1084.0" type="line"/>
+ <point x="1356.0" y="1084.0" type="line"/>
+ <point x="1356.0" y="964.0" type="line"/>
+ <point x="1236.0" y="964.0" type="line"/>
</contour>
<contour>
- <point x="852" y="580" type="line"/>
- <point x="852" y="468" type="line" smooth="yes"/>
- <point x="852" y="404"/>
- <point x="800" y="352"/>
- <point x="740" y="352" type="curve" smooth="yes"/>
- <point x="676" y="352"/>
- <point x="624" y="404"/>
- <point x="624" y="468" type="curve" smooth="yes"/>
- <point x="624" y="528"/>
- <point x="676" y="580"/>
- <point x="740" y="580" type="curve" smooth="yes"/>
+ <point x="852.0" y="580.0" type="line"/>
+ <point x="852.0" y="468.0" type="line" smooth="yes"/>
+ <point x="852.0" y="404.0"/>
+ <point x="800.0" y="352.0"/>
+ <point x="740.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="352.0"/>
+ <point x="624.0" y="404.0"/>
+ <point x="624.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="528.0"/>
+ <point x="676.0" y="580.0"/>
+ <point x="740.0" y="580.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1740" y="580" type="line"/>
- <point x="1852" y="580" type="line" smooth="yes"/>
- <point x="1916" y="580"/>
- <point x="1968" y="528"/>
- <point x="1968" y="468" type="curve" smooth="yes"/>
- <point x="1968" y="404"/>
- <point x="1916" y="352"/>
- <point x="1852" y="352" type="curve" smooth="yes"/>
- <point x="1792" y="352"/>
- <point x="1740" y="404"/>
- <point x="1740" y="468" type="curve" smooth="yes"/>
+ <point x="1740.0" y="580.0" type="line"/>
+ <point x="1852.0" y="580.0" type="line" smooth="yes"/>
+ <point x="1916.0" y="580.0"/>
+ <point x="1968.0" y="528.0"/>
+ <point x="1968.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="1968.0" y="404.0"/>
+ <point x="1916.0" y="352.0"/>
+ <point x="1852.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="1792.0" y="352.0"/>
+ <point x="1740.0" y="404.0"/>
+ <point x="1740.0" y="468.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1740" y="1468" type="line"/>
- <point x="1740" y="1580" type="line" smooth="yes"/>
- <point x="1740" y="1644"/>
- <point x="1792" y="1696"/>
- <point x="1852" y="1696" type="curve" smooth="yes"/>
- <point x="1916" y="1696"/>
- <point x="1968" y="1644"/>
- <point x="1968" y="1580" type="curve" smooth="yes"/>
- <point x="1968" y="1520"/>
- <point x="1916" y="1468"/>
- <point x="1852" y="1468" type="curve" smooth="yes"/>
+ <point x="1740.0" y="1468.0" type="line"/>
+ <point x="1740.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="1740.0" y="1644.0"/>
+ <point x="1792.0" y="1696.0"/>
+ <point x="1852.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="1916.0" y="1696.0"/>
+ <point x="1968.0" y="1644.0"/>
+ <point x="1968.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="1968.0" y="1520.0"/>
+ <point x="1916.0" y="1468.0"/>
+ <point x="1852.0" y="1468.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/plus.case.glif b/src/Inter-UI-Black.ufo/glyphs/plus.case.glif
index 6cd9fb084..396505e5c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/plus.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/plus.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plus.case" format="1">
- <advance width="1568"/>
+<glyph name="plus.case" format="2">
+ <advance width="1568.0"/>
<outline>
- <component base="plus" yOffset="128"/>
+ <component base="plus" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1515, 'leftMargin': 67, 'rightMargin': 75}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/plus.glif b/src/Inter-UI-Black.ufo/glyphs/plus.glif
index 0ffdbedd0..5fc43db5d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/plus.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/plus.glif
@@ -1,49 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plus" format="1">
- <advance width="1568"/>
+<glyph name="plus" format="2">
+ <advance width="1568.0"/>
<unicode hex="002B"/>
+ <guideline x="516.0" y="896.0" angle="0.0"/>
<outline>
<contour>
- <point x="1424" y="1072" type="line"/>
- <point x="144" y="1072" type="line"/>
- <point x="144" y="720" type="line"/>
- <point x="1424" y="720" type="line"/>
+ <point x="1424.0" y="1072.0" type="line"/>
+ <point x="144.0" y="1072.0" type="line"/>
+ <point x="144.0" y="720.0" type="line"/>
+ <point x="1424.0" y="720.0" type="line"/>
</contour>
<contour>
- <point x="960" y="1536" type="line"/>
- <point x="608" y="1536" type="line"/>
- <point x="608" y="256" type="line"/>
- <point x="960" y="256" type="line"/>
+ <point x="960.0" y="1536.0" type="line"/>
+ <point x="608.0" y="1536.0" type="line"/>
+ <point x="608.0" y="256.0" type="line"/>
+ <point x="960.0" y="256.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>516</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1492, 'leftMargin': 78, 'rightMargin': 87}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/plusminus.case.glif b/src/Inter-UI-Black.ufo/glyphs/plusminus.case.glif
index 4af82fd97..6b0679c0d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/plusminus.case.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/plusminus.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plusminus.case" format="1">
- <advance width="1568"/>
+<glyph name="plusminus.case" format="2">
+ <advance width="1568.0"/>
<outline>
- <component base="plusminus" yOffset="192"/>
+ <component base="plusminus" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1515, 'leftMargin': 118, 'rightMargin': 137}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/plusminus.glif b/src/Inter-UI-Black.ufo/glyphs/plusminus.glif
index b5eb10f33..c26ab450f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/plusminus.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/plusminus.glif
@@ -1,40 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plusminus" format="1">
- <advance width="1568"/>
+<glyph name="plusminus" format="2">
+ <advance width="1568.0"/>
<unicode hex="00B1"/>
<outline>
<contour>
- <point x="1420" y="352" type="line"/>
- <point x="148" y="352" type="line"/>
- <point x="148" y="0" type="line"/>
- <point x="1420" y="0" type="line"/>
+ <point x="1420.0" y="352.0" type="line"/>
+ <point x="148.0" y="352.0" type="line"/>
+ <point x="148.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1424" y="1280" type="line"/>
- <point x="960" y="1280" type="line"/>
- <point x="960" y="1744" type="line"/>
- <point x="608" y="1744" type="line"/>
- <point x="608" y="1280" type="line"/>
- <point x="140" y="1280" type="line"/>
- <point x="140" y="928" type="line"/>
- <point x="608" y="928" type="line"/>
- <point x="608" y="512" type="line"/>
- <point x="960" y="512" type="line"/>
- <point x="960" y="928" type="line"/>
- <point x="1424" y="928" type="line"/>
+ <point x="1424.0" y="1280.0" type="line"/>
+ <point x="960.0" y="1280.0" type="line"/>
+ <point x="960.0" y="1744.0" type="line"/>
+ <point x="608.0" y="1744.0" type="line"/>
+ <point x="608.0" y="1280.0" type="line"/>
+ <point x="140.0" y="1280.0" type="line"/>
+ <point x="140.0" y="928.0" type="line"/>
+ <point x="608.0" y="928.0" type="line"/>
+ <point x="608.0" y="512.0" type="line"/>
+ <point x="960.0" y="512.0" type="line"/>
+ <point x="960.0" y="928.0" type="line"/>
+ <point x="1424.0" y="928.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1515, 'leftMargin': 118, 'rightMargin': 137}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/plusmod.glif b/src/Inter-UI-Black.ufo/glyphs/plusmod.glif
index 69aace71b..450233677 100644
--- a/src/Inter-UI-Black.ufo/glyphs/plusmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/plusmod.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plusmod" format="1">
- <advance width="1056"/>
+<glyph name="plusmod" format="2">
+ <advance width="1056.0"/>
<unicode hex="02D6"/>
<outline>
<contour>
- <point x="668" y="880" type="line"/>
- <point x="388" y="880" type="line"/>
- <point x="388" y="120" type="line"/>
- <point x="668" y="120" type="line"/>
+ <point x="668.0" y="880.0" type="line"/>
+ <point x="388.0" y="880.0" type="line"/>
+ <point x="388.0" y="120.0" type="line"/>
+ <point x="668.0" y="120.0" type="line"/>
</contour>
<contour>
- <point x="184" y="636" type="line"/>
- <point x="184" y="368" type="line"/>
- <point x="872" y="368" type="line"/>
- <point x="872" y="636" type="line"/>
+ <point x="184.0" y="636.0" type="line"/>
+ <point x="184.0" y="368.0" type="line"/>
+ <point x="872.0" y="368.0" type="line"/>
+ <point x="872.0" y="636.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 906, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/plussub.glif b/src/Inter-UI-Black.ufo/glyphs/plussub.glif
index 105533d9a..dbe68b804 100644
--- a/src/Inter-UI-Black.ufo/glyphs/plussub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/plussub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plussub" format="1">
- <advance width="1312"/>
+<glyph name="plussub" format="2">
+ <advance width="1312.0"/>
<unicode hex="208A"/>
<outline>
- <component base="plussuperior" xOffset="72" yOffset="-1376"/>
+ <component base="plussuperior" xOffset="72.0" yOffset="-1376.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1139, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/plussubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/plussubnosp.glif
index 2ee31401a..9f49848fc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/plussubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/plussubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plussubnosp" format="1">
- <advance width="0"/>
+<glyph name="plussubnosp" format="2">
<unicode hex="031F"/>
+ <anchor x="-795.0" y="0.0" name="_markbottom"/>
+ <anchor x="-795.0" y="-758.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-795" y="-758" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-795" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="plusmod" yScale="0.89" xOffset="-1247" yOffset="-865"/>
+ <component base="plusmod" yScale="0.89" xOffset="-1247.0" yOffset="-865.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/plussuperior.glif b/src/Inter-UI-Black.ufo/glyphs/plussuperior.glif
index 95b7fc927..a4e604dca 100644
--- a/src/Inter-UI-Black.ufo/glyphs/plussuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/plussuperior.glif
@@ -1,59 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plussuperior" format="1">
- <advance width="1312"/>
+<glyph name="plussuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="207A"/>
+ <guideline y="1386.0"/>
+ <guideline x="569.25"/>
<outline>
<contour>
- <point x="1116" y="1516" type="line"/>
- <point x="196" y="1516" type="line"/>
- <point x="196" y="1256" type="line"/>
- <point x="1116" y="1256" type="line"/>
+ <point x="1116.0" y="1516.0" type="line"/>
+ <point x="196.0" y="1516.0" type="line"/>
+ <point x="196.0" y="1256.0" type="line"/>
+ <point x="1116.0" y="1256.0" type="line"/>
</contour>
<contour>
- <point x="796" y="1876" type="line"/>
- <point x="520" y="1876" type="line"/>
- <point x="520" y="900" type="line"/>
- <point x="796" y="900" type="line"/>
+ <point x="796.0" y="1876.0" type="line"/>
+ <point x="520.0" y="1876.0" type="line"/>
+ <point x="520.0" y="900.0" type="line"/>
+ <point x="796.0" y="900.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1386.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>569.25</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1139, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/primemod.glif b/src/Inter-UI-Black.ufo/glyphs/primemod.glif
index 098ed9516..50f7596cb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/primemod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/primemod.glif
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="primemod" format="1">
- <advance width="800"/>
+<glyph name="primemod" format="2">
+ <advance width="800.0"/>
<unicode hex="02B9"/>
<outline>
<contour>
- <point x="140" y="1672" type="line"/>
- <point x="360" y="1672" type="line"/>
- <point x="664" y="2148" type="line"/>
- <point x="248" y="2148" type="line"/>
+ <point x="140.0" y="1672.0" type="line"/>
+ <point x="360.0" y="1672.0" type="line"/>
+ <point x="664.0" y="2148.0" type="line"/>
+ <point x="248.0" y="2148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 745, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/primerev1.glif b/src/Inter-UI-Black.ufo/glyphs/primerev1.glif
index 9c918b92b..e977690eb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/primerev1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/primerev1.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="primerev1" format="1">
- <advance width="1056"/>
+<glyph name="primerev1" format="2">
+ <advance width="1056.0"/>
<unicode hex="2035"/>
<outline>
<contour>
- <point x="624" y="2148" type="line"/>
- <point x="152" y="2148" type="line"/>
- <point x="544" y="1664" type="line"/>
- <point x="904" y="1664" type="line"/>
+ <point x="624.0" y="2148.0" type="line"/>
+ <point x="152.0" y="2148.0" type="line"/>
+ <point x="544.0" y="1664.0" type="line"/>
+ <point x="904.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 919, 'leftMargin': 95, 'rightMargin': 71}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/primetripl1.glif b/src/Inter-UI-Black.ufo/glyphs/primetripl1.glif
index 05e0d7c46..064a4a818 100644
--- a/src/Inter-UI-Black.ufo/glyphs/primetripl1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/primetripl1.glif
@@ -1,38 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="primetripl1" format="1">
- <advance width="2336"/>
+<glyph name="primetripl1" format="2">
+ <advance width="2336.0"/>
<unicode hex="2034"/>
<outline>
<contour>
- <point x="144" y="1664" type="line"/>
- <point x="504" y="1664" type="line"/>
- <point x="900" y="2148" type="line"/>
- <point x="428" y="2148" type="line"/>
+ <point x="144.0" y="1664.0" type="line"/>
+ <point x="504.0" y="1664.0" type="line"/>
+ <point x="900.0" y="2148.0" type="line"/>
+ <point x="428.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="792" y="1664" type="line"/>
- <point x="1152" y="1664" type="line"/>
- <point x="1544" y="2148" type="line"/>
- <point x="1072" y="2148" type="line"/>
+ <point x="792.0" y="1664.0" type="line"/>
+ <point x="1152.0" y="1664.0" type="line"/>
+ <point x="1544.0" y="2148.0" type="line"/>
+ <point x="1072.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="1436" y="1664" type="line"/>
- <point x="1800" y="1664" type="line"/>
- <point x="2192" y="2148" type="line"/>
- <point x="1720" y="2148" type="line"/>
+ <point x="1436.0" y="1664.0" type="line"/>
+ <point x="1800.0" y="1664.0" type="line"/>
+ <point x="2192.0" y="2148.0" type="line"/>
+ <point x="1720.0" y="2148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2262, 'leftMargin': 95, 'rightMargin': 121}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/primetriplerev1.glif b/src/Inter-UI-Black.ufo/glyphs/primetriplerev1.glif
index 6f759d6e6..a97704662 100644
--- a/src/Inter-UI-Black.ufo/glyphs/primetriplerev1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/primetriplerev1.glif
@@ -1,38 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="primetriplerev1" format="1">
- <advance width="2336"/>
+<glyph name="primetriplerev1" format="2">
+ <advance width="2336.0"/>
<unicode hex="2037"/>
<outline>
<contour>
- <point x="1908" y="2148" type="line"/>
- <point x="1440" y="2148" type="line"/>
- <point x="1832" y="1664" type="line"/>
- <point x="2192" y="1664" type="line"/>
+ <point x="1908.0" y="2148.0" type="line"/>
+ <point x="1440.0" y="2148.0" type="line"/>
+ <point x="1832.0" y="1664.0" type="line"/>
+ <point x="2192.0" y="1664.0" type="line"/>
</contour>
<contour>
- <point x="1264" y="2148" type="line"/>
- <point x="792" y="2148" type="line"/>
- <point x="1184" y="1664" type="line"/>
- <point x="1544" y="1664" type="line"/>
+ <point x="1264.0" y="2148.0" type="line"/>
+ <point x="792.0" y="2148.0" type="line"/>
+ <point x="1184.0" y="1664.0" type="line"/>
+ <point x="1544.0" y="1664.0" type="line"/>
</contour>
<contour>
- <point x="616" y="2148" type="line"/>
- <point x="144" y="2148" type="line"/>
- <point x="540" y="1664" type="line"/>
- <point x="900" y="1664" type="line"/>
+ <point x="616.0" y="2148.0" type="line"/>
+ <point x="144.0" y="2148.0" type="line"/>
+ <point x="540.0" y="1664.0" type="line"/>
+ <point x="900.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2266.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/product.glif b/src/Inter-UI-Black.ufo/glyphs/product.glif
index f72ad6787..c9693dbdd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/product.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/product.glif
@@ -1,30 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="product" format="1">
- <advance width="2080"/>
+<glyph name="product" format="2">
+ <advance width="2080.0"/>
<unicode hex="220F"/>
<outline>
<contour>
- <point x="1796" y="2004" type="line"/>
- <point x="284" y="2004" type="line"/>
- <point x="284" y="-372" type="line"/>
- <point x="732" y="-372" type="line"/>
- <point x="732" y="1656" type="line"/>
- <point x="1348" y="1656" type="line"/>
- <point x="1348" y="-372" type="line"/>
- <point x="1796" y="-372" type="line"/>
+ <point x="1796.0" y="2004.0" type="line"/>
+ <point x="284.0" y="2004.0" type="line"/>
+ <point x="284.0" y="-372.0" type="line"/>
+ <point x="732.0" y="-372.0" type="line"/>
+ <point x="732.0" y="1656.0" type="line"/>
+ <point x="1348.0" y="1656.0" type="line"/>
+ <point x="1348.0" y="-372.0" type="line"/>
+ <point x="1796.0" y="-372.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1942, 'leftMargin': 224, 'rightMargin': 208}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/psi.glif b/src/Inter-UI-Black.ufo/glyphs/psi.glif
index a748dc287..0fbe8135d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/psi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/psi.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="psi" format="1">
- <advance width="2336"/>
+<glyph name="psi" format="2">
+ <advance width="2336.0"/>
<unicode hex="03C8"/>
+ <anchor x="1156.0" y="1744.0" name="top"/>
+ <anchor x="2236.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="184" y="1488" type="line"/>
- <point x="184" y="808" type="line" smooth="yes"/>
- <point x="184" y="216"/>
- <point x="580" y="-28"/>
- <point x="1172" y="-28" type="curve" smooth="yes"/>
- <point x="1912" y="-28"/>
- <point x="2152" y="384"/>
- <point x="2152" y="836" type="curve" smooth="yes"/>
- <point x="2152" y="1112"/>
- <point x="2068" y="1332"/>
- <point x="1968" y="1488" type="curve"/>
- <point x="1568" y="1488" type="line"/>
- <point x="1648" y="1280"/>
- <point x="1708" y="1060"/>
- <point x="1712" y="836" type="curve"/>
- <point x="1712" y="528"/>
- <point x="1576" y="328"/>
- <point x="1156" y="328" type="curve" smooth="yes"/>
- <point x="868" y="328"/>
- <point x="628" y="428"/>
- <point x="628" y="804" type="curve" smooth="yes"/>
- <point x="628" y="1488" type="line"/>
+ <point x="184.0" y="1488.0" type="line"/>
+ <point x="184.0" y="808.0" type="line" smooth="yes"/>
+ <point x="184.0" y="216.0"/>
+ <point x="580.0" y="-28.0"/>
+ <point x="1172.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1912.0" y="-28.0"/>
+ <point x="2152.0" y="384.0"/>
+ <point x="2152.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="2152.0" y="1112.0"/>
+ <point x="2068.0" y="1332.0"/>
+ <point x="1968.0" y="1488.0" type="curve"/>
+ <point x="1568.0" y="1488.0" type="line"/>
+ <point x="1648.0" y="1280.0"/>
+ <point x="1708.0" y="1060.0"/>
+ <point x="1712.0" y="836.0" type="curve"/>
+ <point x="1712.0" y="528.0"/>
+ <point x="1576.0" y="328.0"/>
+ <point x="1156.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="868.0" y="328.0"/>
+ <point x="628.0" y="428.0"/>
+ <point x="628.0" y="804.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="936" y="1488" type="line"/>
- <point x="936" y="-656" type="line"/>
- <point x="1380" y="-656" type="line"/>
- <point x="1380" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1156" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2236" y="1744" type="move" name="top0315"/>
+ <point x="936.0" y="1488.0" type="line"/>
+ <point x="936.0" y="-656.0" type="line"/>
+ <point x="1380.0" y="-656.0" type="line"/>
+ <point x="1380.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2138, 'leftMargin': 84, 'rightMargin': 84}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/psicyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/psicyrillic.glif
new file mode 100644
index 000000000..19d65f17f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/psicyrillic.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="psicyrillic" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="0471"/>
+ <anchor x="1156.0" y="1744.0" name="parent_top"/>
+ <anchor x="1156.0" y="1744.0" name="top"/>
+ <anchor x="2236.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="psi"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/psilipneumatacyrilliccmb.glif b/src/Inter-UI-Black.ufo/glyphs/psilipneumatacyrilliccmb.glif
index 652fd765c..fa968216c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/psilipneumatacyrilliccmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/psilipneumatacyrilliccmb.glif
@@ -1,29 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="psilipneumatacyrilliccmb" format="1">
- <advance width="0"/>
+<glyph name="psilipneumatacyrilliccmb" format="2">
<unicode hex="0486"/>
+ <anchor x="-656.0" y="1760.0" name="_marktop"/>
<outline>
<contour>
- <point x="-656" y="1760" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-485" y="2063" type="line"/>
- <point x="-485" y="2272" type="line"/>
- <point x="-745" y="2272" type="line"/>
- <point x="-744" y="2038" type="line"/>
- <point x="-825" y="1893" type="line"/>
- <point x="-712" y="1800" type="line"/>
+ <point x="-485.0" y="2063.0" type="line"/>
+ <point x="-485.0" y="2272.0" type="line"/>
+ <point x="-745.0" y="2272.0" type="line"/>
+ <point x="-744.0" y="2038.0" type="line"/>
+ <point x="-825.0" y="1893.0" type="line"/>
+ <point x="-712.0" y="1800.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/published.glif b/src/Inter-UI-Black.ufo/glyphs/published.glif
index 6b46173d1..ff10fb87e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/published.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/published.glif
@@ -1,69 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="published" format="1">
- <advance width="2336"/>
+<glyph name="published" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="2117"/>
<outline>
<contour>
- <point x="1168" y="144" type="curve" smooth="yes"/>
- <point x="720" y="144"/>
- <point x="360" y="516"/>
- <point x="360" y="1004" type="curve" smooth="yes"/>
- <point x="360" y="1488"/>
- <point x="720" y="1860"/>
- <point x="1168" y="1860" type="curve" smooth="yes"/>
- <point x="1616" y="1860"/>
- <point x="1976" y="1488"/>
- <point x="1976" y="1004" type="curve" smooth="yes"/>
- <point x="1976" y="516"/>
- <point x="1616" y="144"/>
+ <point x="1168.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="144.0"/>
+ <point x="360.0" y="516.0"/>
+ <point x="360.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1488.0"/>
+ <point x="720.0" y="1860.0"/>
+ <point x="1168.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="1616.0" y="1860.0"/>
+ <point x="1976.0" y="1488.0"/>
+ <point x="1976.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1976.0" y="516.0"/>
+ <point x="1616.0" y="144.0"/>
</contour>
<contour>
- <point x="1168" y="-28" type="curve" smooth="yes"/>
- <point x="1708" y="-28"/>
- <point x="2144" y="420"/>
- <point x="2144" y="1004" type="curve" smooth="yes"/>
- <point x="2144" y="1584"/>
- <point x="1708" y="2032"/>
- <point x="1168" y="2032" type="curve" smooth="yes"/>
- <point x="628" y="2032"/>
- <point x="192" y="1584"/>
- <point x="192" y="1004" type="curve" smooth="yes"/>
- <point x="192" y="420"/>
- <point x="628" y="-28"/>
+ <point x="1168.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="-28.0"/>
+ <point x="2144.0" y="420.0"/>
+ <point x="2144.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="2144.0" y="1584.0"/>
+ <point x="1708.0" y="2032.0"/>
+ <point x="1168.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="2032.0"/>
+ <point x="192.0" y="1584.0"/>
+ <point x="192.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="192.0" y="420.0"/>
+ <point x="628.0" y="-28.0"/>
</contour>
<contour>
- <point x="1260" y="888" type="line"/>
- <point x="1500" y="888"/>
- <point x="1652" y="1008"/>
- <point x="1652" y="1236" type="curve" smooth="yes"/>
- <point x="1652" y="1464"/>
- <point x="1500" y="1604"/>
- <point x="1260" y="1604" type="curve" smooth="yes"/>
- <point x="820" y="1604" type="line"/>
- <point x="820" y="436" type="line"/>
- <point x="1024" y="436" type="line"/>
- <point x="1024" y="1420" type="line"/>
- <point x="1260" y="1420" type="line" smooth="yes"/>
- <point x="1388" y="1420"/>
- <point x="1444" y="1332"/>
- <point x="1444" y="1236" type="curve" smooth="yes"/>
- <point x="1444" y="1140"/>
- <point x="1388" y="1072"/>
- <point x="1260" y="1072" type="curve" smooth="yes"/>
- <point x="944" y="1072" type="line"/>
- <point x="944" y="888" type="line"/>
+ <point x="1260.0" y="888.0" type="line"/>
+ <point x="1500.0" y="888.0"/>
+ <point x="1652.0" y="1008.0"/>
+ <point x="1652.0" y="1236.0" type="curve" smooth="yes"/>
+ <point x="1652.0" y="1464.0"/>
+ <point x="1500.0" y="1604.0"/>
+ <point x="1260.0" y="1604.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="1604.0" type="line"/>
+ <point x="820.0" y="436.0" type="line"/>
+ <point x="1024.0" y="436.0" type="line"/>
+ <point x="1024.0" y="1420.0" type="line"/>
+ <point x="1260.0" y="1420.0" type="line" smooth="yes"/>
+ <point x="1388.0" y="1420.0"/>
+ <point x="1444.0" y="1332.0"/>
+ <point x="1444.0" y="1236.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1140.0"/>
+ <point x="1388.0" y="1072.0"/>
+ <point x="1260.0" y="1072.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="1072.0" type="line"/>
+ <point x="944.0" y="888.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2173, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/punctuationspace.glif b/src/Inter-UI-Black.ufo/glyphs/punctuationspace.glif
index 5b64c8a15..87245bc5e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/punctuationspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/punctuationspace.glif
@@ -1,20 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="punctuationspace" format="1">
- <advance width="1024"/>
+<glyph name="punctuationspace" format="2">
+ <advance width="1024.0"/>
<unicode hex="2008"/>
+ <note>
+As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity: &amp;puncsp;
+</note>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 770.0, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/q.glif b/src/Inter-UI-Black.ufo/glyphs/q.glif
index 04743dfd4..a74906e53 100644
--- a/src/Inter-UI-Black.ufo/glyphs/q.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/q.glif
@@ -1,49 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="q" format="1">
- <advance width="1652"/>
+<glyph name="q" format="2">
+ <advance width="1652.0"/>
<unicode hex="0071"/>
+ <anchor x="1240.0" y="-560.0" name="bottom"/>
+ <anchor x="1608.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1776.0" name="marktop"/>
+ <anchor x="760.0" y="1776.0" name="top"/>
+ <anchor x="1608.0" y="1776.0" name="top0315"/>
+ <anchor x="1608.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1508" y="1536" type="line"/>
- <point x="1052" y="1536" type="line"/>
- <point x="1052" y="1264" type="line"/>
- <point x="1052" y="1196" type="line"/>
- <point x="1200" y="748" type="line"/>
- <point x="1048" y="276" type="line"/>
- <point x="1048" y="-576" type="line"/>
- <point x="1508" y="-576" type="line"/>
+ <point x="1508.0" y="1536.0" type="line"/>
+ <point x="1052.0" y="1536.0" type="line"/>
+ <point x="1052.0" y="1264.0" type="line"/>
+ <point x="1052.0" y="1196.0" type="line"/>
+ <point x="1200.0" y="748.0" type="line"/>
+ <point x="1048.0" y="276.0" type="line"/>
+ <point x="1048.0" y="-576.0" type="line"/>
+ <point x="1508.0" y="-576.0" type="line"/>
</contour>
- <component base="leftloop.cn"/>
<contour>
- <point x="760" y="1776" type="move" name="top"/>
+ <point x="1232.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="244.0"/>
+ <point x="364.0" y="-24.0"/>
+ <point x="688.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="-24.0"/>
+ <point x="980.0" y="40.0"/>
+ <point x="1032.0" y="156.0" type="curve"/>
+ <point x="1232.0" y="156.0" type="line"/>
</contour>
<contour>
- <point x="1240" y="-560" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="760" y="1776" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1608" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1608" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1608" y="1776" type="move" name="top0315"/>
+ <point x="528.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1036.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="536.0"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="824.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="340.0"/>
+ <point x="528.0" y="500.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 78, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/qhook.glif b/src/Inter-UI-Black.ufo/glyphs/qhook.glif
index 630ebd55f..2439db5ea 100644
--- a/src/Inter-UI-Black.ufo/glyphs/qhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/qhook.glif
@@ -1,41 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="qhook" format="1">
- <advance width="1772"/>
+<glyph name="qhook" format="2">
+ <advance width="1772.0"/>
<unicode hex="02A0"/>
+ <anchor x="700.0" y="-616.0" name="bottom"/>
+ <anchor x="704.0" y="2200.0" name="top"/>
+ <anchor x="1768.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1508" y="1136" type="line"/>
- <point x="1508" y="1400" type="line" smooth="yes"/>
- <point x="1508" y="1512"/>
- <point x="1608" y="1540"/>
- <point x="1712" y="1540" type="curve" smooth="yes"/>
- <point x="1752" y="1540"/>
- <point x="1788" y="1536"/>
- <point x="1820" y="1532" type="curve"/>
- <point x="1820" y="1880" type="line"/>
- <point x="1764" y="1888"/>
- <point x="1676" y="1896"/>
- <point x="1588" y="1896" type="curve" smooth="yes"/>
- <point x="1352" y="1896"/>
- <point x="1048" y="1836"/>
- <point x="1048" y="1400" type="curve" smooth="yes"/>
- <point x="1048" y="1136" type="line"/>
+ <point x="1508.0" y="1136.0" type="line"/>
+ <point x="1508.0" y="1400.0" type="line" smooth="yes"/>
+ <point x="1508.0" y="1512.0"/>
+ <point x="1608.0" y="1540.0"/>
+ <point x="1712.0" y="1540.0" type="curve" smooth="yes"/>
+ <point x="1752.0" y="1540.0"/>
+ <point x="1788.0" y="1536.0"/>
+ <point x="1820.0" y="1532.0" type="curve"/>
+ <point x="1820.0" y="1880.0" type="line"/>
+ <point x="1764.0" y="1888.0"/>
+ <point x="1676.0" y="1896.0"/>
+ <point x="1588.0" y="1896.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="1896.0"/>
+ <point x="1048.0" y="1836.0"/>
+ <point x="1048.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1136.0" type="line"/>
</contour>
- <component base="q"/>
<contour>
- <point x="704" y="2200" type="move" name="top"/>
+ <point x="1508.0" y="1536.0" type="line"/>
+ <point x="1052.0" y="1536.0" type="line"/>
+ <point x="1052.0" y="1264.0" type="line"/>
+ <point x="1052.0" y="1196.0" type="line"/>
+ <point x="1200.0" y="748.0" type="line"/>
+ <point x="1048.0" y="276.0" type="line"/>
+ <point x="1048.0" y="-576.0" type="line"/>
+ <point x="1508.0" y="-576.0" type="line"/>
</contour>
<contour>
- <point x="700" y="-616" type="move" name="bottom"/>
+ <point x="1232.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="244.0"/>
+ <point x="364.0" y="-24.0"/>
+ <point x="688.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="-24.0"/>
+ <point x="980.0" y="40.0"/>
+ <point x="1032.0" y="156.0" type="curve"/>
+ <point x="1232.0" y="156.0" type="line"/>
</contour>
<contour>
- <point x="1768" y="2200" type="move" name="top0315"/>
+ <point x="528.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1036.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="536.0"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="824.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="340.0"/>
+ <point x="528.0" y="500.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1790, 'leftMargin': 78, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/qofdagesh.glif b/src/Inter-UI-Black.ufo/glyphs/qofdagesh.glif
index c31e0ef65..80fd7ad31 100644
--- a/src/Inter-UI-Black.ufo/glyphs/qofdagesh.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/qofdagesh.glif
@@ -1,35 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="qofdagesh" format="1">
- <advance width="1056"/>
+<glyph name="qofdagesh" format="2">
+ <advance width="1056.0"/>
<unicode hex="02DF"/>
+ <anchor x="532.0" y="1596.0" name="_top"/>
<outline>
<contour>
- <point x="320" y="1580" type="line"/>
- <point x="920" y="2188" type="line"/>
- <point x="740" y="2368" type="line"/>
- <point x="140" y="1764" type="line"/>
+ <point x="320.0" y="1580.0" type="line"/>
+ <point x="920.0" y="2188.0" type="line"/>
+ <point x="740.0" y="2368.0" type="line"/>
+ <point x="140.0" y="1764.0" type="line"/>
</contour>
<contour>
- <point x="736" y="1576" type="line"/>
- <point x="916" y="1760" type="line"/>
- <point x="320" y="2372" type="line"/>
- <point x="140" y="2188" type="line"/>
- </contour>
- <contour>
- <point x="532" y="1596" type="move" name="_top"/>
+ <point x="736.0" y="1576.0" type="line"/>
+ <point x="916.0" y="1760.0" type="line"/>
+ <point x="320.0" y="2372.0" type="line"/>
+ <point x="140.0" y="2188.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1001.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/qrthook.glif b/src/Inter-UI-Black.ufo/glyphs/qrthook.glif
index 52a1cb761..16315d1e7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/qrthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/qrthook.glif
@@ -1,66 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="qrthook" format="1">
- <advance width="1772"/>
+<glyph name="qrthook" format="2">
+ <advance width="1772.0"/>
<unicode hex="024B"/>
<outline>
<contour>
- <point x="1508" y="56" type="line"/>
- <point x="1048" y="56" type="line"/>
- <point x="1048" y="-80" type="line" smooth="yes"/>
- <point x="1048" y="-516"/>
- <point x="1348" y="-576"/>
- <point x="1588" y="-576" type="curve" smooth="yes"/>
- <point x="1688" y="-576"/>
- <point x="1764" y="-568"/>
- <point x="1820" y="-560" type="curve"/>
- <point x="1820" y="-212" type="line"/>
- <point x="1788" y="-216"/>
- <point x="1752" y="-220"/>
- <point x="1712" y="-220" type="curve" smooth="yes"/>
- <point x="1608" y="-220"/>
- <point x="1508" y="-192"/>
- <point x="1508" y="-80" type="curve" smooth="yes"/>
+ <point x="1508.0" y="56.0" type="line"/>
+ <point x="1048.0" y="56.0" type="line"/>
+ <point x="1048.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="1048.0" y="-516.0"/>
+ <point x="1348.0" y="-576.0"/>
+ <point x="1588.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="-576.0"/>
+ <point x="1764.0" y="-568.0"/>
+ <point x="1820.0" y="-560.0" type="curve"/>
+ <point x="1820.0" y="-212.0" type="line"/>
+ <point x="1788.0" y="-216.0"/>
+ <point x="1752.0" y="-220.0"/>
+ <point x="1712.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1608.0" y="-220.0"/>
+ <point x="1508.0" y="-192.0"/>
+ <point x="1508.0" y="-80.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1508" y="1536" type="line"/>
- <point x="1052" y="1536" type="line"/>
- <point x="1052" y="1372" type="line"/>
- <point x="1032" y="1372" type="line"/>
- <point x="980" y="1488"/>
- <point x="848" y="1556"/>
- <point x="688" y="1556" type="curve" smooth="yes"/>
- <point x="380" y="1556"/>
- <point x="96" y="1304"/>
- <point x="96" y="768" type="curve" smooth="yes"/>
- <point x="96" y="244"/>
- <point x="364" y="-24"/>
- <point x="688" y="-24" type="curve" smooth="yes"/>
- <point x="848" y="-24"/>
- <point x="980" y="40"/>
- <point x="1032" y="156" type="curve"/>
- <point x="1048" y="156" type="line"/>
- <point x="1048" y="0" type="line"/>
- <point x="1508" y="0" type="line"/>
+ <point x="1508.0" y="1536.0" type="line"/>
+ <point x="1052.0" y="1536.0" type="line"/>
+ <point x="1052.0" y="1372.0" type="line"/>
+ <point x="1032.0" y="1372.0" type="line"/>
+ <point x="980.0" y="1488.0"/>
+ <point x="848.0" y="1556.0"/>
+ <point x="688.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1556.0"/>
+ <point x="96.0" y="1304.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="244.0"/>
+ <point x="364.0" y="-24.0"/>
+ <point x="688.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="-24.0"/>
+ <point x="980.0" y="40.0"/>
+ <point x="1032.0" y="156.0" type="curve"/>
+ <point x="1048.0" y="156.0" type="line"/>
+ <point x="1048.0" y="0.0" type="line"/>
+ <point x="1508.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="528" y="768" type="curve" smooth="yes"/>
- <point x="528" y="1036"/>
- <point x="628" y="1192"/>
- <point x="824" y="1192" type="curve" smooth="yes"/>
- <point x="1036" y="1192"/>
- <point x="1100" y="1004"/>
- <point x="1100" y="768" type="curve" smooth="yes"/>
- <point x="1100" y="536"/>
- <point x="1040" y="340"/>
- <point x="824" y="340" type="curve" smooth="yes"/>
- <point x="628" y="340"/>
- <point x="528" y="500"/>
+ <point x="528.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1036.0"/>
+ <point x="628.0" y="1192.0"/>
+ <point x="824.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1192.0"/>
+ <point x="1100.0" y="1004.0"/>
+ <point x="1100.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="536.0"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="824.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="340.0"/>
+ <point x="528.0" y="500.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1789, 'leftMargin': 78, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quarteremspace.glif b/src/Inter-UI-Black.ufo/glyphs/quarteremspace.glif
index cbd794abc..52458238a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quarteremspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quarteremspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quarteremspace" format="1">
- <advance width="768"/>
+<glyph name="quarteremspace" format="2">
+ <advance width="768.0"/>
<unicode hex="2005"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 718, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/question.glif b/src/Inter-UI-Black.ufo/glyphs/question.glif
index 19a51ed39..9216b5d2e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/question.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/question.glif
@@ -1,95 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="question" format="1">
- <advance width="1568"/>
+<glyph name="question" format="2">
+ <advance width="1568.0"/>
<unicode hex="003F"/>
+ <guideline y="2351.25"/>
+ <guideline y="834.625"/>
+ <guideline x="459.25"/>
<outline>
<contour>
- <point x="952" y="636" type="line"/>
- <point x="964" y="1032"/>
- <point x="1424" y="1092"/>
- <point x="1424" y="1528" type="curve" smooth="yes"/>
- <point x="1424" y="1884"/>
- <point x="1184" y="2076"/>
- <point x="788" y="2076" type="curve" smooth="yes"/>
- <point x="432" y="2076"/>
- <point x="152" y="1904"/>
- <point x="148" y="1492" type="curve"/>
- <point x="592" y="1492" type="line"/>
- <point x="596" y="1652"/>
- <point x="688" y="1716"/>
- <point x="788" y="1716" type="curve" smooth="yes"/>
- <point x="916" y="1716"/>
- <point x="980" y="1652"/>
- <point x="980" y="1508" type="curve" smooth="yes"/>
- <point x="980" y="1224"/>
- <point x="572" y="1228"/>
- <point x="572" y="636" type="curve"/>
+ <point x="952.0" y="636.0" type="line"/>
+ <point x="964.0" y="1032.0"/>
+ <point x="1424.0" y="1092.0"/>
+ <point x="1424.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="1884.0"/>
+ <point x="1184.0" y="2076.0"/>
+ <point x="788.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="2076.0"/>
+ <point x="152.0" y="1904.0"/>
+ <point x="148.0" y="1492.0" type="curve"/>
+ <point x="592.0" y="1492.0" type="line"/>
+ <point x="596.0" y="1652.0"/>
+ <point x="688.0" y="1716.0"/>
+ <point x="788.0" y="1716.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="1716.0"/>
+ <point x="980.0" y="1652.0"/>
+ <point x="980.0" y="1508.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="1224.0"/>
+ <point x="572.0" y="1228.0"/>
+ <point x="572.0" y="636.0" type="curve"/>
</contour>
<contour>
- <point x="768" y="-16" type="curve" smooth="yes"/>
- <point x="912" y="-16"/>
- <point x="1012" y="84"/>
- <point x="1012" y="216" type="curve" smooth="yes"/>
- <point x="1012" y="348"/>
- <point x="912" y="448"/>
- <point x="768" y="448" type="curve" smooth="yes"/>
- <point x="620" y="448"/>
- <point x="520" y="348"/>
- <point x="520" y="216" type="curve" smooth="yes"/>
- <point x="520" y="84"/>
- <point x="620" y="-16"/>
+ <point x="768.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="-16.0"/>
+ <point x="1012.0" y="84.0"/>
+ <point x="1012.0" y="216.0" type="curve" smooth="yes"/>
+ <point x="1012.0" y="348.0"/>
+ <point x="912.0" y="448.0"/>
+ <point x="768.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="448.0"/>
+ <point x="520.0" y="348.0"/>
+ <point x="520.0" y="216.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="84.0"/>
+ <point x="620.0" y="-16.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2351.25</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>834.625</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>459.25</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1425, 'leftMargin': 50, 'rightMargin': 98}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/questiondown.glif b/src/Inter-UI-Black.ufo/glyphs/questiondown.glif
index aa8c19f47..28e15bb2b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/questiondown.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/questiondown.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="questiondown" format="1">
- <advance width="1568"/>
+<glyph name="questiondown" format="2">
+ <advance width="1568.0"/>
<unicode hex="00BF"/>
<outline>
- <component base="question" xScale="-1" yScale="-1" xOffset="1540" yOffset="1512"/>
+ <component base="question" xScale="-1.0" yScale="-1.0" xOffset="1540.0" yOffset="1512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1425, 'leftMargin': 99, 'rightMargin': 49}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/questiongreek.glif b/src/Inter-UI-Black.ufo/glyphs/questiongreek.glif
index 2a713c032..d612075e5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/questiongreek.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/questiongreek.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="questiongreek" format="1">
- <advance width="800"/>
+<glyph name="questiongreek" format="2">
+ <advance width="800.0"/>
<unicode hex="037E"/>
<outline>
- <component base="period" xOffset="16" yOffset="1096"/>
- <component base="comma" xOffset="68"/>
+ <component base="period" xOffset="16.0" yOffset="1096.0"/>
+ <component base="comma" xOffset="68.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 788, 'leftMargin': 89, 'rightMargin': 174}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quotedbl.glif b/src/Inter-UI-Black.ufo/glyphs/quotedbl.glif
index eaa2a04a3..95909e3dd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quotedbl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quotedbl.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedbl" format="1">
- <advance width="1056"/>
+<glyph name="quotedbl" format="2">
+ <advance width="1056.0"/>
<unicode hex="0022"/>
<outline>
<component base="quotesingle"/>
- <component base="quotesingle" xOffset="512"/>
+ <component base="quotesingle" xOffset="512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 897, 'leftMargin': 52, 'rightMargin': 69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quotedblbase.glif b/src/Inter-UI-Black.ufo/glyphs/quotedblbase.glif
index 3e04b6702..331003454 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quotedblbase.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quotedblbase.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedblbase" format="1">
- <advance width="1168"/>
+<glyph name="quotedblbase" format="2">
+ <advance width="1168.0"/>
<unicode hex="201E"/>
<outline>
- <component base="quotedblright" yOffset="-1792"/>
+ <component base="quotedblright" yOffset="-1792.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1183, 'leftMargin': 107, 'rightMargin': 135}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quotedblleft.glif b/src/Inter-UI-Black.ufo/glyphs/quotedblleft.glif
index 94781ab1c..229ff0376 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quotedblleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quotedblleft.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedblleft" format="1">
- <advance width="1176"/>
+<glyph name="quotedblleft" format="2">
+ <advance width="1176.0"/>
<unicode hex="201C"/>
<outline>
<component base="quoteleft"/>
- <component base="quoteleft" xOffset="500"/>
+ <component base="quoteleft" xOffset="500.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1184, 'leftMargin': 170, 'rightMargin': 86}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quotedblreversed.glif b/src/Inter-UI-Black.ufo/glyphs/quotedblreversed.glif
index 1d5ed9a17..8efce7b7b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quotedblreversed.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quotedblreversed.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedblreversed" format="1">
- <advance width="1184"/>
+<glyph name="quotedblreversed" format="2">
+ <advance width="1184.0"/>
<unicode hex="201F"/>
<outline>
<component base="quotereversed"/>
- <component base="quotereversed" xOffset="500"/>
+ <component base="quotereversed" xOffset="500.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1192, 'leftMargin': 107, 'rightMargin': 130}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quotedblright.glif b/src/Inter-UI-Black.ufo/glyphs/quotedblright.glif
index 25c77b879..bd6f16041 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quotedblright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quotedblright.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedblright" format="1">
- <advance width="1128"/>
+<glyph name="quotedblright" format="2">
+ <advance width="1128.0"/>
<unicode hex="201D"/>
<outline>
<component base="quoteright"/>
- <component base="quoteright" xOffset="496"/>
+ <component base="quoteright" xOffset="496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1192, 'leftMargin': 179, 'rightMargin': 74}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quoteleft.glif b/src/Inter-UI-Black.ufo/glyphs/quoteleft.glif
index b831612ec..2bdbbeebb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quoteleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quoteleft.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quoteleft" format="1">
- <advance width="672"/>
+<glyph name="quoteleft" format="2">
+ <advance width="672.0"/>
<unicode hex="2018"/>
<outline>
<contour>
- <point x="144" y="1408" type="line"/>
- <point x="476" y="1408" type="line"/>
- <point x="476" y="1632" type="line" smooth="yes"/>
- <point x="476" y="1808"/>
- <point x="532" y="1928"/>
- <point x="592" y="2032" type="curve"/>
- <point x="396" y="2144" type="line"/>
- <point x="264" y="2028"/>
- <point x="144" y="1816"/>
- <point x="144" y="1632" type="curve" smooth="yes"/>
+ <point x="144.0" y="1408.0" type="line"/>
+ <point x="476.0" y="1408.0" type="line"/>
+ <point x="476.0" y="1632.0" type="line" smooth="yes"/>
+ <point x="476.0" y="1808.0"/>
+ <point x="532.0" y="1928.0"/>
+ <point x="592.0" y="2032.0" type="curve"/>
+ <point x="396.0" y="2144.0" type="line"/>
+ <point x="264.0" y="2028.0"/>
+ <point x="144.0" y="1816.0"/>
+ <point x="144.0" y="1632.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 689, 'leftMargin': 147, 'rightMargin': 92}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quotereversed.glif b/src/Inter-UI-Black.ufo/glyphs/quotereversed.glif
index b9242ad6b..2ec0606ea 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quotereversed.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quotereversed.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotereversed" format="1">
- <advance width="672"/>
+<glyph name="quotereversed" format="2">
+ <advance width="672.0"/>
<unicode hex="201B"/>
<outline>
<contour>
- <point x="112" y="2048" type="line"/>
- <point x="112" y="1824" type="line" smooth="yes"/>
- <point x="112" y="1640"/>
- <point x="232" y="1428"/>
- <point x="364" y="1312" type="curve"/>
- <point x="560" y="1424" type="line"/>
- <point x="500" y="1528"/>
- <point x="444" y="1648"/>
- <point x="444" y="1824" type="curve" smooth="yes"/>
- <point x="444" y="2048" type="line"/>
+ <point x="112.0" y="2048.0" type="line"/>
+ <point x="112.0" y="1824.0" type="line" smooth="yes"/>
+ <point x="112.0" y="1640.0"/>
+ <point x="232.0" y="1428.0"/>
+ <point x="364.0" y="1312.0" type="curve"/>
+ <point x="560.0" y="1424.0" type="line"/>
+ <point x="500.0" y="1528.0"/>
+ <point x="444.0" y="1648.0"/>
+ <point x="444.0" y="1824.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 594.0, 'leftMargin': 96, 'rightMargin': 48.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quoteright.glif b/src/Inter-UI-Black.ufo/glyphs/quoteright.glif
index 5dc88d584..f744d29c1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quoteright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quoteright.glif
@@ -1,35 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quoteright" format="1">
- <advance width="632"/>
+<glyph name="quoteright" format="2">
+ <advance width="632.0"/>
<unicode hex="2019"/>
+ <anchor x="176.0" y="2112.0" name="_caron"/>
<outline>
<contour>
- <point x="528" y="2048" type="line"/>
- <point x="196" y="2048" type="line"/>
- <point x="196" y="1824" type="line" smooth="yes"/>
- <point x="196" y="1648"/>
- <point x="140" y="1528"/>
- <point x="80" y="1424" type="curve"/>
- <point x="276" y="1312" type="line"/>
- <point x="408" y="1428"/>
- <point x="528" y="1640"/>
- <point x="528" y="1824" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="176" y="2112" type="move" name="_caron"/>
+ <point x="528.0" y="2048.0" type="line"/>
+ <point x="196.0" y="2048.0" type="line"/>
+ <point x="196.0" y="1824.0" type="line" smooth="yes"/>
+ <point x="196.0" y="1648.0"/>
+ <point x="140.0" y="1528.0"/>
+ <point x="80.0" y="1424.0" type="curve"/>
+ <point x="276.0" y="1312.0" type="line"/>
+ <point x="408.0" y="1428.0"/>
+ <point x="528.0" y="1640.0"/>
+ <point x="528.0" y="1824.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 672, 'leftMargin': 88, 'rightMargin': 134}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quotesinglbase.glif b/src/Inter-UI-Black.ufo/glyphs/quotesinglbase.glif
index 14bd3915b..f9f735a8a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quotesinglbase.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quotesinglbase.glif
@@ -1,48 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotesinglbase" format="1">
- <advance width="672"/>
+<glyph name="quotesinglbase" format="2">
+ <advance width="672.0"/>
<unicode hex="201A"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
- <component base="quoteright" yOffset="-1792"/>
+ <component base="quoteright" yOffset="-1792.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 744, 'leftMargin': 107, 'rightMargin': 186}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/quotesingle.glif b/src/Inter-UI-Black.ufo/glyphs/quotesingle.glif
index 2d25e6370..a8ac8d87c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/quotesingle.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/quotesingle.glif
@@ -1,53 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotesingle" format="1">
- <advance width="544"/>
+<glyph name="quotesingle" format="2">
+ <advance width="544.0"/>
<unicode hex="0027"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="428" y="2048" type="line"/>
- <point x="112" y="2048" type="line"/>
- <point x="112" y="1256" type="line"/>
- <point x="428" y="1256" type="line"/>
+ <point x="428.0" y="2048.0" type="line"/>
+ <point x="112.0" y="2048.0" type="line"/>
+ <point x="112.0" y="1256.0" type="line"/>
+ <point x="428.0" y="1256.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 441, 'leftMargin': 69, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/r.glif b/src/Inter-UI-Black.ufo/glyphs/r.glif
index bf37a5792..925c40d63 100644
--- a/src/Inter-UI-Black.ufo/glyphs/r.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/r.glif
@@ -1,287 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="r" format="1">
- <advance width="1196"/>
+<glyph name="r" format="2">
+ <advance width="1196.0"/>
<unicode hex="0072"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1164" y="1508" type="line"/>
- <point x="1116" y="1536"/>
- <point x="1028" y="1556"/>
- <point x="948" y="1556" type="curve"/>
- <point x="812" y="1556"/>
- <point x="660" y="1500"/>
- <point x="616" y="1340" type="curve"/>
- <point x="592" y="1340" type="line"/>
- <point x="592" y="1536" type="line"/>
- <point x="144" y="1536" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- <point x="604" y="872" type="line"/>
- <point x="604" y="1024"/>
- <point x="724" y="1148"/>
- <point x="876" y="1148" type="curve"/>
- <point x="936" y="1148"/>
- <point x="1004" y="1128"/>
- <point x="1024" y="1116" type="curve"/>
- </contour>
- <contour>
- <point x="620" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="376" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1108" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1108" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1108" y="1776" type="move" name="top0315"/>
+ <point x="1164.0" y="1508.0" type="line"/>
+ <point x="1116.0" y="1536.0"/>
+ <point x="1028.0" y="1556.0"/>
+ <point x="948.0" y="1556.0" type="curve"/>
+ <point x="812.0" y="1556.0"/>
+ <point x="660.0" y="1500.0"/>
+ <point x="616.0" y="1340.0" type="curve"/>
+ <point x="592.0" y="1340.0" type="line"/>
+ <point x="592.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ <point x="604.0" y="872.0" type="line"/>
+ <point x="604.0" y="1024.0"/>
+ <point x="724.0" y="1148.0"/>
+ <point x="876.0" y="1148.0" type="curve"/>
+ <point x="936.0" y="1148.0"/>
+ <point x="1004.0" y="1128.0"/>
+ <point x="1024.0" y="1116.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1180</integer>
- <key>y</key>
- <integer>1504</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1132</integer>
- <key>y</key>
- <integer>1532</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1056</integer>
- <key>y</key>
- <integer>1560</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>976</integer>
- <key>y</key>
- <integer>1560</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>796</integer>
- <key>y</key>
- <integer>1560</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>628</integer>
- <key>y</key>
- <integer>1420</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>584</integer>
- <key>y</key>
- <integer>1272</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>568</integer>
- <key>y</key>
- <integer>1272</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>568</integer>
- <key>y</key>
- <integer>1536</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>1536</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>568</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>568</integer>
- <key>y</key>
- <integer>868</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>572</integer>
- <key>y</key>
- <integer>1076</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>716</integer>
- <key>y</key>
- <integer>1316</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>968</integer>
- <key>y</key>
- <integer>1316</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1036</integer>
- <key>y</key>
- <integer>1316</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1076</integer>
- <key>y</key>
- <integer>1296</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1100</integer>
- <key>y</key>
- <integer>1284</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>r</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1196</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1055, 'leftMargin': 140, 'rightMargin': 31}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/racute.glif b/src/Inter-UI-Black.ufo/glyphs/racute.glif
new file mode 100644
index 000000000..af4c1cc0f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/racute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="racute" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="0155"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="2296.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="acute" xOffset="256.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/radical.glif b/src/Inter-UI-Black.ufo/glyphs/radical.glif
index 00253f3e1..8117435fc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/radical.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/radical.glif
@@ -1,67 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="radical" format="1">
- <advance width="1824"/>
+<glyph name="radical" format="2">
+ <advance width="1824.0"/>
<unicode hex="221A"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="892" y="292" type="line"/>
- <point x="840" y="0" type="line"/>
- <point x="1124" y="0" type="line"/>
- <point x="1640" y="2004" type="line"/>
- <point x="1308" y="2004" type="line"/>
+ <point x="892.0" y="292.0" type="line"/>
+ <point x="840.0" y="0.0" type="line"/>
+ <point x="1124.0" y="0.0" type="line"/>
+ <point x="1640.0" y="2004.0" type="line"/>
+ <point x="1308.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="748" y="1028" type="line"/>
- <point x="388" y="1028" type="line"/>
- <point x="740" y="0" type="line"/>
- <point x="988" y="0" type="line"/>
- <point x="960" y="264" type="line"/>
+ <point x="748.0" y="1028.0" type="line"/>
+ <point x="388.0" y="1028.0" type="line"/>
+ <point x="740.0" y="0.0" type="line"/>
+ <point x="988.0" y="0.0" type="line"/>
+ <point x="960.0" y="264.0" type="line"/>
</contour>
<contour>
- <point x="188" y="668" type="line"/>
- <point x="720" y="668" type="line"/>
- <point x="720" y="1028" type="line"/>
- <point x="188" y="1028" type="line"/>
+ <point x="188.0" y="668.0" type="line"/>
+ <point x="720.0" y="668.0" type="line"/>
+ <point x="720.0" y="1028.0" type="line"/>
+ <point x="188.0" y="1028.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1548, 'leftMargin': 73, 'rightMargin': 22}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rcaron.glif b/src/Inter-UI-Black.ufo/glyphs/rcaron.glif
new file mode 100644
index 000000000..8246989e9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/rcaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rcaron" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="0159"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="2268.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="caron" xOffset="-168.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rcommaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/rcommaaccent.glif
new file mode 100644
index 000000000..3f82ad44b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/rcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rcommaaccent" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="0157"/>
+ <anchor x="376.0" y="-708.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="1776.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="commaaccent" xOffset="56.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rdblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/rdblgrave.glif
new file mode 100644
index 000000000..9e27a7f9e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/rdblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rdblgrave" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="0211"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="2257.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="dblgravecmb" xOffset="1268.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rdescend.glif b/src/Inter-UI-Black.ufo/glyphs/rdescend.glif
index 7388c7f99..b006fa637 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rdescend.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rdescend.glif
@@ -1,29 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rdescend" format="1">
- <advance width="1052"/>
+<glyph name="rdescend" format="2">
+ <advance width="1052.0"/>
<unicode hex="027C"/>
+ <anchor x="812.0" y="-616.0" name="bottom"/>
+ <anchor x="812.0" y="1776.0" name="top"/>
+ <anchor x="1128.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="144" y="-576" type="line"/>
- <point x="604" y="-576" type="line"/>
- <point x="604" y="56" type="line"/>
- <point x="144" y="56" type="line"/>
+ <point x="144.0" y="-576.0" type="line"/>
+ <point x="604.0" y="-576.0" type="line"/>
+ <point x="604.0" y="56.0" type="line"/>
+ <point x="144.0" y="56.0" type="line"/>
</contour>
- <component base="r"/>
<contour>
- <point x="812" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="812" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1128" y="1776" type="move" name="top0315"/>
+ <point x="1164.0" y="1508.0" type="line"/>
+ <point x="1116.0" y="1536.0"/>
+ <point x="1028.0" y="1556.0"/>
+ <point x="948.0" y="1556.0" type="curve"/>
+ <point x="812.0" y="1556.0"/>
+ <point x="660.0" y="1500.0"/>
+ <point x="616.0" y="1340.0" type="curve"/>
+ <point x="592.0" y="1340.0" type="line"/>
+ <point x="592.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ <point x="604.0" y="872.0" type="line"/>
+ <point x="604.0" y="1024.0"/>
+ <point x="724.0" y="1148.0"/>
+ <point x="876.0" y="1148.0" type="curve"/>
+ <point x="936.0" y="1148.0"/>
+ <point x="1004.0" y="1128.0"/>
+ <point x="1024.0" y="1116.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1055, 'leftMargin': 140, 'rightMargin': 31}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/rdotaccent.glif
new file mode 100644
index 000000000..db8ffdf68
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/rdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rdotaccent" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="1E59"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="2296.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="dotaccent" xOffset="220.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/rdotbelow.glif
new file mode 100644
index 000000000..a20669214
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/rdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rdotbelow" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="1E5B"/>
+ <anchor x="375.0" y="-523.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="1776.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="dotbelow" xOffset="1200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rdotbelowmacron.glif b/src/Inter-UI-Black.ufo/glyphs/rdotbelowmacron.glif
new file mode 100644
index 000000000..5cae386ff
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/rdotbelowmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rdotbelowmacron" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="1E5D"/>
+ <anchor x="375.0" y="-523.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="2208.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="dotbelow" xOffset="1200.0"/>
+ <component base="macron" xOffset="-164.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/referencemark.glif b/src/Inter-UI-Black.ufo/glyphs/referencemark.glif
index 937e12e63..ce8b3af1f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/referencemark.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/referencemark.glif
@@ -1,88 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="referencemark" format="1">
- <advance width="2336"/>
+<glyph name="referencemark" format="2">
+ <advance width="2336.0"/>
<unicode hex="203B"/>
<outline>
<contour>
- <point x="760" y="272" type="line"/>
- <point x="1832" y="1364" type="line"/>
- <point x="1576" y="1616" type="line"/>
- <point x="504" y="524" type="line"/>
+ <point x="760.0" y="272.0" type="line"/>
+ <point x="1832.0" y="1364.0" type="line"/>
+ <point x="1576.0" y="1616.0" type="line"/>
+ <point x="504.0" y="524.0" type="line"/>
</contour>
<contour>
- <point x="1576" y="272" type="line"/>
- <point x="1832" y="524" type="line"/>
- <point x="760" y="1616" type="line"/>
- <point x="504" y="1364" type="line"/>
+ <point x="1576.0" y="272.0" type="line"/>
+ <point x="1832.0" y="524.0" type="line"/>
+ <point x="760.0" y="1616.0" type="line"/>
+ <point x="504.0" y="1364.0" type="line"/>
</contour>
<contour>
- <point x="244" y="944" type="curve" smooth="yes"/>
- <point x="244" y="824"/>
- <point x="344" y="736"/>
- <point x="492" y="736" type="curve" smooth="yes"/>
- <point x="636" y="736"/>
- <point x="736" y="824"/>
- <point x="736" y="944" type="curve" smooth="yes"/>
- <point x="736" y="1060"/>
- <point x="636" y="1148"/>
- <point x="492" y="1148" type="curve" smooth="yes"/>
- <point x="344" y="1148"/>
- <point x="244" y="1060"/>
+ <point x="244.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="244.0" y="824.0"/>
+ <point x="344.0" y="736.0"/>
+ <point x="492.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="736.0"/>
+ <point x="736.0" y="824.0"/>
+ <point x="736.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="1060.0"/>
+ <point x="636.0" y="1148.0"/>
+ <point x="492.0" y="1148.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="1148.0"/>
+ <point x="244.0" y="1060.0"/>
</contour>
<contour>
- <point x="924" y="260" type="curve" smooth="yes"/>
- <point x="924" y="144"/>
- <point x="1020" y="56"/>
- <point x="1168" y="56" type="curve" smooth="yes"/>
- <point x="1316" y="56"/>
- <point x="1416" y="144"/>
- <point x="1416" y="260" type="curve" smooth="yes"/>
- <point x="1416" y="380"/>
- <point x="1316" y="468"/>
- <point x="1168" y="468" type="curve" smooth="yes"/>
- <point x="1020" y="468"/>
- <point x="924" y="380"/>
+ <point x="924.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="924.0" y="144.0"/>
+ <point x="1020.0" y="56.0"/>
+ <point x="1168.0" y="56.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="56.0"/>
+ <point x="1416.0" y="144.0"/>
+ <point x="1416.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="1416.0" y="380.0"/>
+ <point x="1316.0" y="468.0"/>
+ <point x="1168.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="468.0"/>
+ <point x="924.0" y="380.0"/>
</contour>
<contour>
- <point x="924" y="1624" type="curve" smooth="yes"/>
- <point x="924" y="1508"/>
- <point x="1020" y="1420"/>
- <point x="1168" y="1420" type="curve" smooth="yes"/>
- <point x="1316" y="1420"/>
- <point x="1416" y="1508"/>
- <point x="1416" y="1624" type="curve" smooth="yes"/>
- <point x="1416" y="1744"/>
- <point x="1316" y="1832"/>
- <point x="1168" y="1832" type="curve" smooth="yes"/>
- <point x="1020" y="1832"/>
- <point x="924" y="1744"/>
+ <point x="924.0" y="1624.0" type="curve" smooth="yes"/>
+ <point x="924.0" y="1508.0"/>
+ <point x="1020.0" y="1420.0"/>
+ <point x="1168.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="1420.0"/>
+ <point x="1416.0" y="1508.0"/>
+ <point x="1416.0" y="1624.0" type="curve" smooth="yes"/>
+ <point x="1416.0" y="1744.0"/>
+ <point x="1316.0" y="1832.0"/>
+ <point x="1168.0" y="1832.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="1832.0"/>
+ <point x="924.0" y="1744.0"/>
</contour>
<contour>
- <point x="1600" y="944" type="curve" smooth="yes"/>
- <point x="1600" y="824"/>
- <point x="1700" y="736"/>
- <point x="1848" y="736" type="curve" smooth="yes"/>
- <point x="1992" y="736"/>
- <point x="2092" y="824"/>
- <point x="2092" y="944" type="curve" smooth="yes"/>
- <point x="2092" y="1060"/>
- <point x="1992" y="1148"/>
- <point x="1848" y="1148" type="curve" smooth="yes"/>
- <point x="1700" y="1148"/>
- <point x="1600" y="1060"/>
+ <point x="1600.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1600.0" y="824.0"/>
+ <point x="1700.0" y="736.0"/>
+ <point x="1848.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="1992.0" y="736.0"/>
+ <point x="2092.0" y="824.0"/>
+ <point x="2092.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="2092.0" y="1060.0"/>
+ <point x="1992.0" y="1148.0"/>
+ <point x="1848.0" y="1148.0" type="curve" smooth="yes"/>
+ <point x="1700.0" y="1148.0"/>
+ <point x="1600.0" y="1060.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2068.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/registered.glif b/src/Inter-UI-Black.ufo/glyphs/registered.glif
index 39fbfe85b..260be5e81 100644
--- a/src/Inter-UI-Black.ufo/glyphs/registered.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/registered.glif
@@ -1,95 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="registered" format="1">
- <advance width="2336"/>
+<glyph name="registered" format="2">
+ <advance width="2336.0"/>
<unicode hex="00AE"/>
<outline>
<contour>
- <point x="1204" y="900" type="line"/>
- <point x="1256" y="900"/>
- <point x="1228" y="900"/>
- <point x="1276" y="928" type="curve" smooth="yes"/>
- <point x="1284" y="928"/>
- <point x="1292" y="948"/>
- <point x="1296" y="948" type="curve" smooth="yes"/>
- <point x="1488" y="1000"/>
- <point x="1596" y="1092"/>
- <point x="1596" y="1240" type="curve"/>
- <point x="1596" y="1476"/>
- <point x="1424" y="1604"/>
- <point x="1148" y="1604" type="curve"/>
- <point x="764" y="1604" type="line"/>
- <point x="764" y="436" type="line"/>
- <point x="972" y="436" type="line"/>
- <point x="972" y="1420" type="line"/>
- <point x="1148" y="1420" type="line"/>
- <point x="1328" y="1420"/>
- <point x="1392" y="1376"/>
- <point x="1392" y="1244" type="curve"/>
- <point x="1392" y="1136"/>
- <point x="1276" y="1084"/>
- <point x="1148" y="1084" type="curve"/>
- <point x="904" y="1084" type="line"/>
- <point x="908" y="900" type="line"/>
+ <point x="1204.0" y="900.0" type="line"/>
+ <point x="1256.0" y="900.0"/>
+ <point x="1228.0" y="900.0"/>
+ <point x="1276.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="928.0"/>
+ <point x="1292.0" y="948.0"/>
+ <point x="1296.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="1000.0"/>
+ <point x="1596.0" y="1092.0"/>
+ <point x="1596.0" y="1240.0" type="curve"/>
+ <point x="1596.0" y="1476.0"/>
+ <point x="1424.0" y="1604.0"/>
+ <point x="1148.0" y="1604.0" type="curve"/>
+ <point x="764.0" y="1604.0" type="line"/>
+ <point x="764.0" y="436.0" type="line"/>
+ <point x="972.0" y="436.0" type="line"/>
+ <point x="972.0" y="1420.0" type="line"/>
+ <point x="1148.0" y="1420.0" type="line"/>
+ <point x="1328.0" y="1420.0"/>
+ <point x="1392.0" y="1376.0"/>
+ <point x="1392.0" y="1244.0" type="curve"/>
+ <point x="1392.0" y="1136.0"/>
+ <point x="1276.0" y="1084.0"/>
+ <point x="1148.0" y="1084.0" type="curve"/>
+ <point x="904.0" y="1084.0" type="line"/>
+ <point x="908.0" y="900.0" type="line"/>
</contour>
<contour>
- <point x="1188" y="900" type="line"/>
- <point x="1332" y="900"/>
- <point x="1384" y="836"/>
- <point x="1384" y="708" type="curve"/>
- <point x="1384" y="632" type="line"/>
- <point x="1384" y="592"/>
- <point x="1384" y="480"/>
- <point x="1404" y="436" type="curve"/>
- <point x="1616" y="436" type="line"/>
- <point x="1616" y="456" type="line"/>
- <point x="1600" y="500"/>
- <point x="1592" y="564"/>
- <point x="1592" y="632" type="curve"/>
- <point x="1592" y="708" type="line"/>
- <point x="1592" y="908"/>
- <point x="1504" y="1056"/>
- <point x="1216" y="1056" type="curve"/>
+ <point x="1188.0" y="900.0" type="line"/>
+ <point x="1332.0" y="900.0"/>
+ <point x="1384.0" y="836.0"/>
+ <point x="1384.0" y="708.0" type="curve"/>
+ <point x="1384.0" y="632.0" type="line"/>
+ <point x="1384.0" y="592.0"/>
+ <point x="1384.0" y="480.0"/>
+ <point x="1404.0" y="436.0" type="curve"/>
+ <point x="1616.0" y="436.0" type="line"/>
+ <point x="1616.0" y="456.0" type="line"/>
+ <point x="1600.0" y="500.0"/>
+ <point x="1592.0" y="564.0"/>
+ <point x="1592.0" y="632.0" type="curve"/>
+ <point x="1592.0" y="708.0" type="line"/>
+ <point x="1592.0" y="908.0"/>
+ <point x="1504.0" y="1056.0"/>
+ <point x="1216.0" y="1056.0" type="curve"/>
</contour>
<contour>
- <point x="360" y="1004" type="curve" smooth="yes"/>
- <point x="360" y="1488"/>
- <point x="724" y="1860"/>
- <point x="1168" y="1860" type="curve" smooth="yes"/>
- <point x="1616" y="1860"/>
- <point x="1976" y="1488"/>
- <point x="1976" y="1004" type="curve" smooth="yes"/>
- <point x="1976" y="516"/>
- <point x="1616" y="144"/>
- <point x="1168" y="144" type="curve" smooth="yes"/>
- <point x="724" y="144"/>
- <point x="360" y="516"/>
+ <point x="360.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1488.0"/>
+ <point x="724.0" y="1860.0"/>
+ <point x="1168.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="1616.0" y="1860.0"/>
+ <point x="1976.0" y="1488.0"/>
+ <point x="1976.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1976.0" y="516.0"/>
+ <point x="1616.0" y="144.0"/>
+ <point x="1168.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="144.0"/>
+ <point x="360.0" y="516.0"/>
</contour>
<contour>
- <point x="192" y="1004" type="curve" smooth="yes"/>
- <point x="192" y="420"/>
- <point x="632" y="-28"/>
- <point x="1168" y="-28" type="curve" smooth="yes"/>
- <point x="1708" y="-28"/>
- <point x="2144" y="420"/>
- <point x="2144" y="1004" type="curve" smooth="yes"/>
- <point x="2144" y="1584"/>
- <point x="1708" y="2032"/>
- <point x="1168" y="2032" type="curve" smooth="yes"/>
- <point x="632" y="2032"/>
- <point x="192" y="1584"/>
+ <point x="192.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="192.0" y="420.0"/>
+ <point x="632.0" y="-28.0"/>
+ <point x="1168.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="-28.0"/>
+ <point x="2144.0" y="420.0"/>
+ <point x="2144.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="2144.0" y="1584.0"/>
+ <point x="1708.0" y="2032.0"/>
+ <point x="1168.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="2032.0"/>
+ <point x="192.0" y="1584.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2211.0, 'leftMargin': 118, 'rightMargin': 140.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/response.glif b/src/Inter-UI-Black.ufo/glyphs/response.glif
index b520acdcd..ffffd9021 100644
--- a/src/Inter-UI-Black.ufo/glyphs/response.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/response.glif
@@ -1,29 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="response" format="1">
- <advance width="1796"/>
+<glyph name="response" format="2">
+ <advance width="1796.0"/>
<unicode hex="211F"/>
<outline>
<contour>
- <point x="1352" y="2260" type="line"/>
- <point x="852" y="2420" type="line"/>
- <point x="776" y="2176" type="line"/>
- <point x="1052" y="2104" type="line"/>
- <point x="352" y="-496" type="line"/>
- <point x="584" y="-496" type="line"/>
+ <point x="1352.0" y="2260.0" type="line"/>
+ <point x="852.0" y="2420.0" type="line"/>
+ <point x="776.0" y="2176.0" type="line"/>
+ <point x="1052.0" y="2104.0" type="line"/>
+ <point x="352.0" y="-496.0" type="line"/>
+ <point x="584.0" y="-496.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1664.0" type="line"/>
+ <point x="932.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="1100.0" y="1664.0"/>
+ <point x="1208.0" y="1572.0"/>
+ <point x="1208.0" y="1396.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="1216.0"/>
+ <point x="1096.0" y="1132.0"/>
+ <point x="932.0" y="1132.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="1132.0" type="line"/>
+ <point x="436.0" y="752.0" type="line"/>
+ <point x="1088.0" y="752.0" type="line"/>
+ <point x="1240.0" y="792.0" type="line"/>
+ <point x="1480.0" y="888.0"/>
+ <point x="1668.0" y="1076.0"/>
+ <point x="1668.0" y="1408.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="1808.0"/>
+ <point x="1416.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1244.0" y="0.0" type="line"/>
+ <point x="1752.0" y="0.0" type="line"/>
+ <point x="1288.0" y="932.0" type="line"/>
+ <point x="788.0" y="932.0" type="line"/>
</contour>
- <component base="R"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1816, 'leftMargin': 161, 'rightMargin': 59}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.20</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/reverseddblprime.glif b/src/Inter-UI-Black.ufo/glyphs/reverseddblprime.glif
index 48737f14b..5d8472eb3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/reverseddblprime.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/reverseddblprime.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="reverseddblprime" format="1">
- <advance width="1824"/>
+<glyph name="reverseddblprime" format="2">
+ <advance width="1824.0"/>
<unicode hex="2036"/>
<outline>
<contour>
- <point x="1332" y="2148" type="line"/>
- <point x="860" y="2148" type="line"/>
- <point x="1252" y="1664" type="line"/>
- <point x="1612" y="1664" type="line"/>
+ <point x="1332.0" y="2148.0" type="line"/>
+ <point x="860.0" y="2148.0" type="line"/>
+ <point x="1252.0" y="1664.0" type="line"/>
+ <point x="1612.0" y="1664.0" type="line"/>
</contour>
<contour>
- <point x="684" y="2148" type="line"/>
- <point x="212" y="2148" type="line"/>
- <point x="604" y="1664" type="line"/>
- <point x="968" y="1664" type="line"/>
+ <point x="684.0" y="2148.0" type="line"/>
+ <point x="212.0" y="2148.0" type="line"/>
+ <point x="604.0" y="1664.0" type="line"/>
+ <point x="968.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1620, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rfishhook.glif b/src/Inter-UI-Black.ufo/glyphs/rfishhook.glif
index 2c38998c0..17d3149ad 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rfishhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rfishhook.glif
@@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rfishhook" format="1">
- <advance width="1056"/>
+<glyph name="rfishhook" format="2">
+ <advance width="1056.0"/>
<unicode hex="027E"/>
+ <anchor x="360.0" y="0.0" name="bottom"/>
+ <anchor x="360.0" y="1776.0" name="top"/>
+ <anchor x="956.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="576" y="0" type="line" name="hr00"/>
- <point x="576" y="1024" type="line" smooth="yes"/>
- <point x="576" y="1172"/>
- <point x="708" y="1208"/>
- <point x="816" y="1208" type="curve" smooth="yes"/>
- <point x="852" y="1208"/>
- <point x="884" y="1204"/>
- <point x="924" y="1200" type="curve"/>
- <point x="924" y="1496" type="line"/>
- <point x="860" y="1508"/>
- <point x="788" y="1516"/>
- <point x="688" y="1516" type="curve" smooth="yes"/>
- <point x="448" y="1516"/>
- <point x="132" y="1464"/>
- <point x="132" y="1024" type="curve" smooth="yes"/>
- <point x="132" y="0" type="line"/>
- </contour>
- <contour>
- <point x="360" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="360" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="956" y="1776" type="move" name="top0315"/>
+ <point x="576.0" y="0.0" type="line"/>
+ <point x="576.0" y="1024.0" type="line" smooth="yes"/>
+ <point x="576.0" y="1172.0"/>
+ <point x="708.0" y="1208.0"/>
+ <point x="816.0" y="1208.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="1208.0"/>
+ <point x="884.0" y="1204.0"/>
+ <point x="924.0" y="1200.0" type="curve"/>
+ <point x="924.0" y="1496.0" type="line"/>
+ <point x="860.0" y="1508.0"/>
+ <point x="788.0" y="1516.0"/>
+ <point x="688.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1516.0"/>
+ <point x="132.0" y="1464.0"/>
+ <point x="132.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 961, 'leftMargin': 140, 'rightMargin': 30}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rfishhookrev.glif b/src/Inter-UI-Black.ufo/glyphs/rfishhookrev.glif
index 9b7cf26d9..18c1aa8e7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rfishhookrev.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rfishhookrev.glif
@@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rfishhookrev" format="1">
- <advance width="1056"/>
+<glyph name="rfishhookrev" format="2">
+ <advance width="1056.0"/>
<unicode hex="027F"/>
+ <anchor x="708.0" y="-616.0" name="bottom"/>
+ <anchor x="708.0" y="1776.0" name="top"/>
+ <anchor x="1064.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="924" y="-572" type="line" name="hr00"/>
- <point x="924" y="1024" type="line" smooth="yes"/>
- <point x="924" y="1464"/>
- <point x="608" y="1516"/>
- <point x="368" y="1516" type="curve" smooth="yes"/>
- <point x="268" y="1516"/>
- <point x="200" y="1508"/>
- <point x="136" y="1496" type="curve"/>
- <point x="136" y="1200" type="line"/>
- <point x="172" y="1204"/>
- <point x="208" y="1208"/>
- <point x="244" y="1208" type="curve" smooth="yes"/>
- <point x="348" y="1208"/>
- <point x="480" y="1172"/>
- <point x="480" y="1024" type="curve" smooth="yes"/>
- <point x="480" y="-572" type="line"/>
- </contour>
- <contour>
- <point x="708" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="708" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1064" y="1776" type="move" name="top0315"/>
+ <point x="924.0" y="-572.0" type="line"/>
+ <point x="924.0" y="1024.0" type="line" smooth="yes"/>
+ <point x="924.0" y="1464.0"/>
+ <point x="608.0" y="1516.0"/>
+ <point x="368.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="268.0" y="1516.0"/>
+ <point x="200.0" y="1508.0"/>
+ <point x="136.0" y="1496.0" type="curve"/>
+ <point x="136.0" y="1200.0" type="line"/>
+ <point x="172.0" y="1204.0"/>
+ <point x="208.0" y="1208.0"/>
+ <point x="244.0" y="1208.0" type="curve" smooth="yes"/>
+ <point x="348.0" y="1208.0"/>
+ <point x="480.0" y="1172.0"/>
+ <point x="480.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="-572.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 958, 'leftMargin': 30, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rho.glif b/src/Inter-UI-Black.ufo/glyphs/rho.glif
index 5c1f4a149..9f7740087 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rho.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rho.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rho" format="1">
- <advance width="1608"/>
+<glyph name="rho" format="2">
+ <advance width="1608.0"/>
<unicode hex="03C1"/>
+ <anchor x="840.0" y="1760.0" name="top"/>
+ <anchor x="1592.0" y="1760.0" name="top0315"/>
<outline>
<contour>
- <point x="144" y="-572" type="line"/>
- <point x="588" y="-572" type="line"/>
- <point x="588" y="768" type="line" smooth="yes"/>
- <point x="588" y="1016"/>
- <point x="656" y="1180"/>
- <point x="820" y="1180" type="curve" smooth="yes"/>
- <point x="1004" y="1180"/>
- <point x="1068" y="996"/>
- <point x="1068" y="760" type="curve" smooth="yes"/>
- <point x="1068" y="732" type="line" smooth="yes"/>
- <point x="1068" y="504"/>
- <point x="1008" y="336"/>
- <point x="824" y="336" type="curve" smooth="yes"/>
- <point x="624" y="336"/>
- <point x="588" y="548"/>
- <point x="588" y="736" type="curve"/>
- <point x="396" y="688" type="line"/>
- <point x="452" y="272"/>
- <point x="568" y="-28"/>
- <point x="932" y="-28" type="curve" smooth="yes"/>
- <point x="1296" y="-28"/>
- <point x="1512" y="272"/>
- <point x="1512" y="732" type="curve" smooth="yes"/>
- <point x="1512" y="760" type="line" smooth="yes"/>
- <point x="1512" y="1188"/>
- <point x="1344" y="1556"/>
- <point x="836" y="1556" type="curve" smooth="yes"/>
- <point x="404" y="1556"/>
- <point x="144" y="1292"/>
- <point x="144" y="816" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="840" y="1760" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1592" y="1760" type="move" name="top0315"/>
+ <point x="144.0" y="-572.0" type="line"/>
+ <point x="588.0" y="-572.0" type="line"/>
+ <point x="588.0" y="768.0" type="line" smooth="yes"/>
+ <point x="588.0" y="1016.0"/>
+ <point x="656.0" y="1180.0"/>
+ <point x="820.0" y="1180.0" type="curve" smooth="yes"/>
+ <point x="1004.0" y="1180.0"/>
+ <point x="1068.0" y="996.0"/>
+ <point x="1068.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="732.0" type="line" smooth="yes"/>
+ <point x="1068.0" y="504.0"/>
+ <point x="1008.0" y="336.0"/>
+ <point x="824.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="336.0"/>
+ <point x="588.0" y="548.0"/>
+ <point x="588.0" y="736.0" type="curve"/>
+ <point x="396.0" y="688.0" type="line"/>
+ <point x="452.0" y="272.0"/>
+ <point x="568.0" y="-28.0"/>
+ <point x="932.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="-28.0"/>
+ <point x="1512.0" y="272.0"/>
+ <point x="1512.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1512.0" y="1188.0"/>
+ <point x="1344.0" y="1556.0"/>
+ <point x="836.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1556.0"/>
+ <point x="144.0" y="1292.0"/>
+ <point x="144.0" y="816.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 140, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rho1.glif b/src/Inter-UI-Black.ufo/glyphs/rho1.glif
index 48de16f7e..0247a17a4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rho1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rho1.glif
@@ -1,66 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rho1" format="1">
- <advance width="1824"/>
+<glyph name="rho1" format="2">
+ <advance width="1824.0"/>
<unicode hex="03F1"/>
<outline>
<contour>
- <point x="1484" y="-656" type="line"/>
- <point x="1484" y="-396"/>
- <point x="1388" y="-236"/>
- <point x="944" y="-152" type="curve" smooth="yes"/>
- <point x="644" y="-96"/>
- <point x="524" y="124"/>
- <point x="540" y="616" type="curve"/>
- <point x="540" y="652" type="line"/>
- <point x="200" y="716" type="line"/>
- <point x="200" y="680" type="line" smooth="yes"/>
- <point x="200" y="-60"/>
- <point x="460" y="-396"/>
- <point x="868" y="-492" type="curve" smooth="yes"/>
- <point x="1068" y="-536"/>
- <point x="1128" y="-564"/>
- <point x="1128" y="-656" type="curve"/>
+ <point x="1484.0" y="-656.0" type="line"/>
+ <point x="1484.0" y="-396.0"/>
+ <point x="1388.0" y="-236.0"/>
+ <point x="944.0" y="-152.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="-96.0"/>
+ <point x="524.0" y="124.0"/>
+ <point x="540.0" y="616.0" type="curve"/>
+ <point x="540.0" y="652.0" type="line"/>
+ <point x="200.0" y="716.0" type="line"/>
+ <point x="200.0" y="680.0" type="line" smooth="yes"/>
+ <point x="200.0" y="-60.0"/>
+ <point x="460.0" y="-396.0"/>
+ <point x="868.0" y="-492.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="-536.0"/>
+ <point x="1128.0" y="-564.0"/>
+ <point x="1128.0" y="-656.0" type="curve"/>
</contour>
<contour>
- <point x="996" y="84" type="curve" smooth="yes"/>
- <point x="1404" y="84"/>
- <point x="1624" y="380"/>
- <point x="1624" y="784" type="curve" smooth="yes"/>
- <point x="1624" y="816" type="line" smooth="yes"/>
- <point x="1624" y="1220"/>
- <point x="1376" y="1516"/>
- <point x="912" y="1516" type="curve" smooth="yes"/>
- <point x="452" y="1516"/>
- <point x="200" y="1184"/>
- <point x="200" y="732" type="curve" smooth="yes"/>
- <point x="200" y="704" type="line"/>
- <point x="196" y="664"/>
- <point x="288" y="644"/>
- <point x="340" y="548" type="curve" smooth="yes"/>
- <point x="524" y="216"/>
- <point x="724" y="84"/>
+ <point x="996.0" y="84.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="84.0"/>
+ <point x="1624.0" y="380.0"/>
+ <point x="1624.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="1624.0" y="816.0" type="line" smooth="yes"/>
+ <point x="1624.0" y="1220.0"/>
+ <point x="1376.0" y="1516.0"/>
+ <point x="912.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="1516.0"/>
+ <point x="200.0" y="1184.0"/>
+ <point x="200.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="200.0" y="704.0" type="line"/>
+ <point x="196.0" y="664.0"/>
+ <point x="288.0" y="644.0"/>
+ <point x="340.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="216.0"/>
+ <point x="724.0" y="84.0"/>
</contour>
<contour>
- <point x="912" y="440" type="curve" smooth="yes"/>
- <point x="708" y="440"/>
- <point x="640" y="600"/>
- <point x="640" y="784" type="curve" smooth="yes"/>
- <point x="640" y="816" type="line" smooth="yes"/>
- <point x="640" y="1008"/>
- <point x="708" y="1160"/>
- <point x="912" y="1160" type="curve" smooth="yes"/>
- <point x="1116" y="1160"/>
- <point x="1184" y="1008"/>
- <point x="1184" y="816" type="curve" smooth="yes"/>
- <point x="1184" y="784" type="line" smooth="yes"/>
- <point x="1184" y="600"/>
- <point x="1120" y="440"/>
+ <point x="912.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="440.0"/>
+ <point x="640.0" y="600.0"/>
+ <point x="640.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="816.0" type="line" smooth="yes"/>
+ <point x="640.0" y="1008.0"/>
+ <point x="708.0" y="1160.0"/>
+ <point x="912.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1160.0"/>
+ <point x="1184.0" y="1008.0"/>
+ <point x="1184.0" y="816.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="784.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="600.0"/>
+ <point x="1120.0" y="440.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1588, 'leftMargin': 80.9276416926785, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rhotichookmod.glif b/src/Inter-UI-Black.ufo/glyphs/rhotichookmod.glif
index a05163d70..2dd2b5e21 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rhotichookmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rhotichookmod.glif
@@ -1,41 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rhotichookmod" format="1">
- <advance width="800"/>
+<glyph name="rhotichookmod" format="2">
+ <advance width="800.0"/>
<unicode hex="02DE"/>
+ <anchor x="-44.0" y="892.0" name="_markrhotichook"/>
<outline>
<contour>
- <point x="-52" y="728" type="line"/>
- <point x="244" y="804" type="line"/>
- <point x="308" y="564"/>
- <point x="364" y="388"/>
- <point x="624" y="388" type="curve" smooth="yes"/>
- <point x="708" y="388"/>
- <point x="788" y="412"/>
- <point x="852" y="448" type="curve"/>
- <point x="792" y="736" type="line"/>
- <point x="768" y="732"/>
- <point x="744" y="732"/>
- <point x="716" y="732" type="curve" smooth="yes"/>
- <point x="564" y="732"/>
- <point x="560" y="888"/>
- <point x="516" y="1176" type="curve"/>
- <point x="-52" y="1044" type="line"/>
- </contour>
- <contour>
- <point x="-44" y="892" type="move" name="_markrhotichook"/>
+ <point x="-52.0" y="728.0" type="line"/>
+ <point x="244.0" y="804.0" type="line"/>
+ <point x="308.0" y="564.0"/>
+ <point x="364.0" y="388.0"/>
+ <point x="624.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="388.0"/>
+ <point x="788.0" y="412.0"/>
+ <point x="852.0" y="448.0" type="curve"/>
+ <point x="792.0" y="736.0" type="line"/>
+ <point x="768.0" y="732.0"/>
+ <point x="744.0" y="732.0"/>
+ <point x="716.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="732.0"/>
+ <point x="560.0" y="888.0"/>
+ <point x="516.0" y="1176.0" type="curve"/>
+ <point x="-52.0" y="1044.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 765, 'leftMargin': -259, 'rightMargin': 120}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rightloop.cn.glif b/src/Inter-UI-Black.ufo/glyphs/rightloop.cn.glif
index 67941aee3..8570d08cc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rightloop.cn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rightloop.cn.glif
@@ -1,131 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rightloop.cn" format="1">
- <advance width="1824"/>
+<glyph name="rightloop.cn" format="2">
+ <advance width="1824.0"/>
+ <guideline x="1576.0" y="756.0" angle="90.0"/>
+ <guideline x="640.0" y="932.0" angle="90.0"/>
+ <guideline x="984.0" y="1524.0" angle="90.0"/>
<outline>
<contour>
- <point x="456" y="1372" type="line"/>
- <point x="456" y="156" type="line"/>
- <point x="656" y="156" type="line"/>
- <point x="708" y="40"/>
- <point x="840" y="-24"/>
- <point x="1000" y="-24" type="curve" smooth="yes"/>
- <point x="1324" y="-24"/>
- <point x="1592" y="244"/>
- <point x="1592" y="768" type="curve" smooth="yes"/>
- <point x="1592" y="1304"/>
- <point x="1308" y="1556"/>
- <point x="1000" y="1556" type="curve" smooth="yes"/>
- <point x="840" y="1556"/>
- <point x="708" y="1488"/>
- <point x="656" y="1372" type="curve"/>
+ <point x="456.0" y="1372.0" type="line"/>
+ <point x="456.0" y="156.0" type="line"/>
+ <point x="656.0" y="156.0" type="line"/>
+ <point x="708.0" y="40.0"/>
+ <point x="840.0" y="-24.0"/>
+ <point x="1000.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1324.0" y="-24.0"/>
+ <point x="1592.0" y="244.0"/>
+ <point x="1592.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="1304.0"/>
+ <point x="1308.0" y="1556.0"/>
+ <point x="1000.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="1556.0"/>
+ <point x="708.0" y="1488.0"/>
+ <point x="656.0" y="1372.0" type="curve"/>
</contour>
<contour>
- <point x="1160" y="768" type="curve" smooth="yes"/>
- <point x="1160" y="500"/>
- <point x="1060" y="340"/>
- <point x="864" y="340" type="curve" smooth="yes"/>
- <point x="648" y="340"/>
- <point x="588" y="536"/>
- <point x="588" y="768" type="curve" smooth="yes"/>
- <point x="588" y="1004"/>
- <point x="652" y="1192"/>
- <point x="864" y="1192" type="curve" smooth="yes"/>
- <point x="1060" y="1192"/>
- <point x="1160" y="1036"/>
+ <point x="1160.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="500.0"/>
+ <point x="1060.0" y="340.0"/>
+ <point x="864.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="340.0"/>
+ <point x="588.0" y="536.0"/>
+ <point x="588.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="1004.0"/>
+ <point x="652.0" y="1192.0"/>
+ <point x="864.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="1192.0"/>
+ <point x="1160.0" y="1036.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1576</integer>
- <key>y</key>
- <integer>756</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>640</integer>
- <key>y</key>
- <integer>932</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>984</integer>
- <key>y</key>
- <integer>1524</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>o</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>192</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>rightloop.cn</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1824</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.77</real>
- <real>0.95</real>
- <real>0.76</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.Export</key>
+ <false/>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:11</string>
+ <key>public.markColor</key>
+ <string>0.769,0.949,0.761,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ring.glif b/src/Inter-UI-Black.ufo/glyphs/ring.glif
index 3a5e1ab4e..a925e1c61 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ring.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ring.glif
@@ -1,54 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ring" format="1">
- <advance width="1056"/>
+<glyph name="ring" format="2">
+ <advance width="1056.0"/>
<unicode hex="02DA"/>
+ <anchor x="524.0" y="1604.0" name="_top"/>
+ <anchor x="524.0" y="2160.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="220" y="1780" type="curve"/>
- <point x="220" y="1628"/>
- <point x="348" y="1508"/>
- <point x="528" y="1508" type="curve" smooth="yes"/>
- <point x="708" y="1508"/>
- <point x="836" y="1628"/>
- <point x="836" y="1780" type="curve" smooth="yes"/>
- <point x="836" y="1932"/>
- <point x="708" y="2060"/>
- <point x="528" y="2060" type="curve" smooth="yes"/>
- <point x="348" y="2060"/>
- <point x="220" y="1932"/>
+ <point x="220.0" y="1780.0" type="curve"/>
+ <point x="220.0" y="1628.0"/>
+ <point x="348.0" y="1508.0"/>
+ <point x="528.0" y="1508.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="1508.0"/>
+ <point x="836.0" y="1628.0"/>
+ <point x="836.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="1932.0"/>
+ <point x="708.0" y="2060.0"/>
+ <point x="528.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="348.0" y="2060.0"/>
+ <point x="220.0" y="1932.0"/>
</contour>
<contour>
- <point x="384" y="1780" type="curve"/>
- <point x="384" y="1860"/>
- <point x="440" y="1924"/>
- <point x="528" y="1924" type="curve" smooth="yes"/>
- <point x="616" y="1924"/>
- <point x="672" y="1860"/>
- <point x="672" y="1780" type="curve" smooth="yes"/>
- <point x="672" y="1700"/>
- <point x="616" y="1636"/>
- <point x="528" y="1636" type="curve" smooth="yes"/>
- <point x="440" y="1636"/>
- <point x="384" y="1700"/>
- </contour>
- <contour>
- <point x="524" y="1604" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="524" y="2160" type="move" name="mkmktop_acc"/>
+ <point x="384.0" y="1780.0" type="curve"/>
+ <point x="384.0" y="1860.0"/>
+ <point x="440.0" y="1924.0"/>
+ <point x="528.0" y="1924.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1924.0"/>
+ <point x="672.0" y="1860.0"/>
+ <point x="672.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="1700.0"/>
+ <point x="616.0" y="1636.0"/>
+ <point x="528.0" y="1636.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="1636.0"/>
+ <point x="384.0" y="1700.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 931, 'leftMargin': 164, 'rightMargin': 151}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringacute.cn.glif b/src/Inter-UI-Black.ufo/glyphs/ringacute.cn.glif
new file mode 100644
index 000000000..76ede421e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ringacute.cn.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ringacute.cn" format="2">
+ <advance width="1056.0"/>
+ <anchor x="400.0" y="1844.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="284.0" y="2124.0" type="line"/>
+ <point x="560.0" y="2124.0" type="line"/>
+ <point x="952.0" y="2420.0" type="line"/>
+ <point x="564.0" y="2420.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="104.0" y="1808.0" type="curve"/>
+ <point x="104.0" y="1656.0"/>
+ <point x="232.0" y="1548.0"/>
+ <point x="396.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="1548.0"/>
+ <point x="684.0" y="1656.0"/>
+ <point x="684.0" y="1808.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="1956.0"/>
+ <point x="560.0" y="2072.0"/>
+ <point x="396.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="232.0" y="2072.0"/>
+ <point x="104.0" y="1956.0"/>
+ </contour>
+ <contour>
+ <point x="272.0" y="1808.0" type="curve"/>
+ <point x="272.0" y="1884.0"/>
+ <point x="324.0" y="1932.0"/>
+ <point x="396.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1932.0"/>
+ <point x="516.0" y="1884.0"/>
+ <point x="516.0" y="1808.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="1736.0"/>
+ <point x="468.0" y="1684.0"/>
+ <point x="396.0" y="1684.0" type="curve" smooth="yes"/>
+ <point x="324.0" y="1684.0"/>
+ <point x="272.0" y="1736.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:20:07</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringacute.glif b/src/Inter-UI-Black.ufo/glyphs/ringacute.glif
deleted file mode 100644
index 2370219db..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/ringacute.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringacute" format="1">
- <advance width="1056"/>
- <outline>
- <contour>
- <point x="284" y="2124" type="line"/>
- <point x="560" y="2124" type="line"/>
- <point x="952" y="2420" type="line"/>
- <point x="564" y="2420" type="line"/>
- </contour>
- <contour>
- <point x="104" y="1808" type="curve"/>
- <point x="104" y="1656"/>
- <point x="232" y="1548"/>
- <point x="396" y="1548" type="curve" smooth="yes"/>
- <point x="560" y="1548"/>
- <point x="684" y="1656"/>
- <point x="684" y="1808" type="curve" smooth="yes"/>
- <point x="684" y="1956"/>
- <point x="560" y="2072"/>
- <point x="396" y="2072" type="curve" smooth="yes"/>
- <point x="232" y="2072"/>
- <point x="104" y="1956"/>
- </contour>
- <contour>
- <point x="272" y="1808" type="curve"/>
- <point x="272" y="1884"/>
- <point x="324" y="1932"/>
- <point x="396" y="1932" type="curve" smooth="yes"/>
- <point x="468" y="1932"/>
- <point x="516" y="1884"/>
- <point x="516" y="1808" type="curve" smooth="yes"/>
- <point x="516" y="1736"/>
- <point x="468" y="1684"/>
- <point x="396" y="1684" type="curve" smooth="yes"/>
- <point x="324" y="1684"/>
- <point x="272" y="1736"/>
- </contour>
- <contour>
- <point x="400" y="1844" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 931, 'leftMargin': 194, 'rightMargin': -110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringhalfleft.glif b/src/Inter-UI-Black.ufo/glyphs/ringhalfleft.glif
index e5a5b5d77..fee555984 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ringhalfleft.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ringhalfleft.glif
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringhalfleft" format="1">
- <advance width="544"/>
+<glyph name="ringhalfleft" format="2">
+ <advance width="544.0"/>
<unicode hex="02BF"/>
<outline>
<contour>
- <point x="416" y="1576" type="line"/>
- <point x="256" y="1576"/>
- <point x="128" y="1684"/>
- <point x="128" y="1836" type="curve" smooth="yes"/>
- <point x="128" y="1984"/>
- <point x="256" y="2100"/>
- <point x="416" y="2100" type="curve"/>
- <point x="416" y="1968" type="line"/>
- <point x="344" y="1968"/>
- <point x="292" y="1916"/>
- <point x="292" y="1836" type="curve" smooth="yes"/>
- <point x="292" y="1756"/>
- <point x="344" y="1704"/>
- <point x="416" y="1704" type="curve"/>
+ <point x="416.0" y="1576.0" type="line"/>
+ <point x="256.0" y="1576.0"/>
+ <point x="128.0" y="1684.0"/>
+ <point x="128.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="1984.0"/>
+ <point x="256.0" y="2100.0"/>
+ <point x="416.0" y="2100.0" type="curve"/>
+ <point x="416.0" y="1968.0" type="line"/>
+ <point x="344.0" y="1968.0"/>
+ <point x="292.0" y="1916.0"/>
+ <point x="292.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="292.0" y="1756.0"/>
+ <point x="344.0" y="1704.0"/>
+ <point x="416.0" y="1704.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 510, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringhalfleftcentered.glif b/src/Inter-UI-Black.ufo/glyphs/ringhalfleftcentered.glif
index dd1625f7b..d267a91b6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ringhalfleftcentered.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ringhalfleftcentered.glif
@@ -1,36 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringhalfleftcentered" format="1">
- <advance width="544"/>
+<glyph name="ringhalfleftcentered" format="2">
+ <advance width="544.0"/>
<unicode hex="02D3"/>
<outline>
<contour>
- <point x="416" y="372" type="line"/>
- <point x="344" y="372"/>
- <point x="292" y="424"/>
- <point x="292" y="500" type="curve" smooth="yes"/>
- <point x="292" y="580"/>
- <point x="344" y="632"/>
- <point x="416" y="632" type="curve"/>
- <point x="416" y="768" type="line"/>
- <point x="256" y="768"/>
- <point x="128" y="652"/>
- <point x="128" y="500" type="curve" smooth="yes"/>
- <point x="128" y="348"/>
- <point x="256" y="240"/>
- <point x="416" y="240" type="curve"/>
+ <point x="416.0" y="372.0" type="line"/>
+ <point x="344.0" y="372.0"/>
+ <point x="292.0" y="424.0"/>
+ <point x="292.0" y="500.0" type="curve" smooth="yes"/>
+ <point x="292.0" y="580.0"/>
+ <point x="344.0" y="632.0"/>
+ <point x="416.0" y="632.0" type="curve"/>
+ <point x="416.0" y="768.0" type="line"/>
+ <point x="256.0" y="768.0"/>
+ <point x="128.0" y="652.0"/>
+ <point x="128.0" y="500.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="348.0"/>
+ <point x="256.0" y="240.0"/>
+ <point x="416.0" y="240.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 510, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringhalfright.glif b/src/Inter-UI-Black.ufo/glyphs/ringhalfright.glif
index 39ace0371..8ef1b7d9b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ringhalfright.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ringhalfright.glif
@@ -1,35 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringhalfright" format="1">
- <advance width="544"/>
+<glyph name="ringhalfright" format="2">
+ <advance width="544.0"/>
<unicode hex="02BE"/>
+ <anchor x="260.0" y="1624.0" name="_rhalfring"/>
+ <anchor x="188.0" y="1652.0" name="_top"/>
<outline>
<contour>
- <point x="128" y="1576" type="line"/>
- <point x="292" y="1576"/>
- <point x="416" y="1684"/>
- <point x="416" y="1836" type="curve" smooth="yes"/>
- <point x="416" y="1984"/>
- <point x="292" y="2100"/>
- <point x="128" y="2100" type="curve"/>
- <point x="128" y="1968" type="line"/>
- <point x="204" y="1968"/>
- <point x="252" y="1916"/>
- <point x="252" y="1836" type="curve" smooth="yes"/>
- <point x="252" y="1756"/>
- <point x="204" y="1704"/>
- <point x="128" y="1704" type="curve"/>
- </contour>
- <contour>
- <point x="188" y="1652" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="260" y="1624" type="move" name="_rhalfring"/>
+ <point x="128.0" y="1576.0" type="line"/>
+ <point x="292.0" y="1576.0"/>
+ <point x="416.0" y="1684.0"/>
+ <point x="416.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1984.0"/>
+ <point x="292.0" y="2100.0"/>
+ <point x="128.0" y="2100.0" type="curve"/>
+ <point x="128.0" y="1968.0" type="line"/>
+ <point x="204.0" y="1968.0"/>
+ <point x="252.0" y="1916.0"/>
+ <point x="252.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="252.0" y="1756.0"/>
+ <point x="204.0" y="1704.0"/>
+ <point x="128.0" y="1704.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 510, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringhalfrightcentered.glif b/src/Inter-UI-Black.ufo/glyphs/ringhalfrightcentered.glif
index 6068871bb..b001de063 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ringhalfrightcentered.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ringhalfrightcentered.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringhalfrightcentered" format="1">
- <advance width="544"/>
+<glyph name="ringhalfrightcentered" format="2">
+ <advance width="544.0"/>
<unicode hex="02D2"/>
<outline>
- <component base="ringhalfright" yOffset="-1336"/>
+ <component base="ringhalfright" yOffset="-1336.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 510, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringlefthalfsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/ringlefthalfsubnosp.glif
index 20de8ec87..a33333e96 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ringlefthalfsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ringlefthalfsubnosp.glif
@@ -1,40 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringlefthalfsubnosp" format="1">
- <advance width="0"/>
+<glyph name="ringlefthalfsubnosp" format="2">
<unicode hex="031C"/>
+ <anchor x="-806.0" y="0.0" name="_markbottom"/>
+ <anchor x="-806.0" y="-616.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-806" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-806" y="-616" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-681" y="-616" type="line"/>
- <point x="-844" y="-616"/>
- <point x="-971" y="-507"/>
- <point x="-971" y="-356" type="curve" smooth="yes"/>
- <point x="-971" y="-206"/>
- <point x="-844" y="-91"/>
- <point x="-681" y="-91" type="curve"/>
- <point x="-681" y="-224" type="line"/>
- <point x="-756" y="-224"/>
- <point x="-806" y="-276"/>
- <point x="-806" y="-356" type="curve" smooth="yes"/>
- <point x="-806" y="-433"/>
- <point x="-756" y="-485"/>
- <point x="-681" y="-485" type="curve"/>
+ <point x="-681.0" y="-616.0" type="line"/>
+ <point x="-844.0" y="-616.0"/>
+ <point x="-971.0" y="-507.0"/>
+ <point x="-971.0" y="-356.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="-206.0"/>
+ <point x="-844.0" y="-91.0"/>
+ <point x="-681.0" y="-91.0" type="curve"/>
+ <point x="-681.0" y="-224.0" type="line"/>
+ <point x="-756.0" y="-224.0"/>
+ <point x="-806.0" y="-276.0"/>
+ <point x="-806.0" y="-356.0" type="curve" smooth="yes"/>
+ <point x="-806.0" y="-433.0"/>
+ <point x="-756.0" y="-485.0"/>
+ <point x="-681.0" y="-485.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringnosp.glif b/src/Inter-UI-Black.ufo/glyphs/ringnosp.glif
index 01e4c7dbf..2782f710f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ringnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ringnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringnosp" format="1">
- <advance width="0"/>
+<glyph name="ringnosp" format="2">
<unicode hex="030A"/>
+ <anchor x="-791.0" y="1541.0" name="_marktop"/>
+ <anchor x="-791.0" y="2160.0" name="mkmktop"/>
+ <anchor x="-791.0" y="1782.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-791" y="1541" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-791" y="1782" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-791" y="2160" type="move" name="mkmktop"/>
- </contour>
- <component base="ring" xOffset="-1262"/>
+ <component base="ring" xOffset="-1262.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringrighthalfsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/ringrighthalfsubnosp.glif
index 291c4de44..9c94d05c0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ringrighthalfsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ringrighthalfsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringrighthalfsubnosp" format="1">
- <advance width="0"/>
+<glyph name="ringrighthalfsubnosp" format="2">
<unicode hex="0339"/>
+ <anchor x="-828.0" y="0.0" name="_markbottom"/>
+ <anchor x="-826.0" y="-620.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-826" y="-620" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-828" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="ringhalfright" xOffset="-1048" yOffset="-2190"/>
+ <component base="ringhalfright" xOffset="-1048.0" yOffset="-2190.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ringsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/ringsubnosp.glif
index c2991d6b2..caacc1241 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ringsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ringsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringsubnosp" format="1">
- <advance width="0"/>
+<glyph name="ringsubnosp" format="2">
<unicode hex="0325"/>
+ <anchor x="-803.0" y="0.0" name="_markbottom"/>
+ <anchor x="-803.0" y="-674.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-803" y="-674" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-803" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="ring" xOffset="-1264" yOffset="-2178"/>
+ <component base="ring" xOffset="-1264.0" yOffset="-2178.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rinvertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/rinvertedbreve.glif
new file mode 100644
index 000000000..d7f159f3b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/rinvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rinvertedbreve" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="0213"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="2326.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="breveinvnosp" xOffset="1412.0" yOffset="181.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rlinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/rlinebelow.glif
new file mode 100644
index 000000000..08a0b8b3b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/rlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rlinebelow" format="2">
+ <advance width="1196.0"/>
+ <unicode hex="1E5F"/>
+ <anchor x="377.0" y="-474.0" name="bottom"/>
+ <anchor x="1108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="620.0" y="1776.0" name="parent_top"/>
+ <anchor x="620.0" y="1776.0" name="top"/>
+ <anchor x="1108.0" y="1776.0" name="top0315"/>
+ <anchor x="1108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="macronsubnosp" xOffset="1168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romaneight.glif b/src/Inter-UI-Black.ufo/glyphs/romaneight.glif
index 302afe882..1be1c2938 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romaneight.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romaneight.glif
@@ -1,24 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romaneight" format="1">
- <advance width="4392"/>
+<glyph name="romaneight" format="2">
+ <advance width="4392.0"/>
<unicode hex="2167"/>
<outline>
<component base="V"/>
- <component base="I" xOffset="2868"/>
- <component base="I" xOffset="3640"/>
- <component base="I" xOffset="2096"/>
+ <component base="I" xOffset="2868.0"/>
+ <component base="I" xOffset="3640.0"/>
+ <component base="I" xOffset="2096.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 4234, 'leftMargin': 96, 'rightMargin': 226}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romaneleven.glif b/src/Inter-UI-Black.ufo/glyphs/romaneleven.glif
index 633b59006..c937b9b77 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romaneleven.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romaneleven.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romaneleven" format="1">
- <advance width="2688"/>
+<glyph name="romaneleven" format="2">
+ <advance width="2688.0"/>
<unicode hex="216A"/>
<outline>
<component base="X"/>
- <component base="I" xOffset="1936"/>
+ <component base="I" xOffset="1936.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2652, 'leftMargin': 137, 'rightMargin': 191}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanfifty.glif b/src/Inter-UI-Black.ufo/glyphs/romanfifty.glif
index c3e6b8386..414c79a85 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanfifty.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanfifty.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanfifty" format="1">
- <advance width="1568"/>
+<glyph name="romanfifty" format="2">
+ <advance width="1568.0"/>
<unicode hex="216C"/>
<outline>
<component base="L"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1557, 'leftMargin': 142, 'rightMargin': 103}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanfive.glif b/src/Inter-UI-Black.ufo/glyphs/romanfive.glif
index 1048bbfe4..e07879291 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanfive.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanfive.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanfive" format="1">
- <advance width="2168"/>
+<glyph name="romanfive" format="2">
+ <advance width="2168.0"/>
<unicode hex="2164"/>
<outline>
<component base="V"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1856, 'leftMargin': 96, 'rightMargin': -96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanfivehundred.glif b/src/Inter-UI-Black.ufo/glyphs/romanfivehundred.glif
index d17d3ad19..3c5dbd1e6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanfivehundred.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanfivehundred.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanfivehundred" format="1">
- <advance width="1960"/>
+<glyph name="romanfivehundred" format="2">
+ <advance width="1960.0"/>
<unicode hex="216E"/>
<outline>
<component base="D"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1858, 'leftMargin': 274, 'rightMargin': 24}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanfour.glif b/src/Inter-UI-Black.ufo/glyphs/romanfour.glif
index b65b3e1ff..eafd49abe 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanfour.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanfour.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanfour" format="1">
- <advance width="2872"/>
+<glyph name="romanfour" format="2">
+ <advance width="2872.0"/>
<unicode hex="2163"/>
<outline>
<component base="I"/>
- <component base="V" xOffset="704"/>
+ <component base="V" xOffset="704.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2685, 'leftMargin': 191, 'rightMargin': -96}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanhundred.glif b/src/Inter-UI-Black.ufo/glyphs/romanhundred.glif
index 6889d861b..6f96d9dba 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanhundred.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanhundred.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanhundred" format="1">
- <advance width="1984"/>
+<glyph name="romanhundred" format="2">
+ <advance width="1984.0"/>
<unicode hex="216D"/>
<outline>
<component base="C"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1856, 'leftMargin': 202, 'rightMargin': -10}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romannine.glif b/src/Inter-UI-Black.ufo/glyphs/romannine.glif
index 46277bd4a..86186fc57 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romannine.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romannine.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romannine" format="1">
- <advance width="2680"/>
+<glyph name="romannine" format="2">
+ <advance width="2680.0"/>
<unicode hex="2168"/>
<outline>
<component base="I"/>
- <component base="X" xOffset="704"/>
+ <component base="X" xOffset="704.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2654, 'leftMargin': 156, 'rightMargin': -115}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanone.glif b/src/Inter-UI-Black.ufo/glyphs/romanone.glif
index ef0e53cf5..f990a30fb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanone.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanone.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanone" format="1">
- <advance width="752"/>
+<glyph name="romanone" format="2">
+ <advance width="752.0"/>
<unicode hex="2160"/>
<outline>
<component base="I"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 842, 'leftMargin': 191, 'rightMargin': 192}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanseven.glif b/src/Inter-UI-Black.ufo/glyphs/romanseven.glif
index 319c8594f..921405e75 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanseven.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanseven.glif
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanseven" format="1">
- <advance width="3620"/>
+<glyph name="romanseven" format="2">
+ <advance width="3620.0"/>
<unicode hex="2166"/>
<outline>
<component base="V"/>
- <component base="I" xOffset="2096"/>
- <component base="I" xOffset="2868"/>
+ <component base="I" xOffset="2096.0"/>
+ <component base="I" xOffset="2868.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3461, 'leftMargin': 96, 'rightMargin': 226}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romansix.glif b/src/Inter-UI-Black.ufo/glyphs/romansix.glif
index 10cf94aa8..8db4633d9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romansix.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romansix.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romansix" format="1">
- <advance width="2848"/>
+<glyph name="romansix" format="2">
+ <advance width="2848.0"/>
<unicode hex="2165"/>
<outline>
<component base="V"/>
- <component base="I" xOffset="2096"/>
+ <component base="I" xOffset="2096.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2687, 'leftMargin': 96, 'rightMargin': 226}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanten.glif b/src/Inter-UI-Black.ufo/glyphs/romanten.glif
index ac4abbc92..15b983b97 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanten.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanten.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanten" format="1">
- <advance width="1976"/>
+<glyph name="romanten" format="2">
+ <advance width="1976.0"/>
<unicode hex="2169"/>
<outline>
<component base="X"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1790, 'leftMargin': 11, 'rightMargin': 11}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanthousand.glif b/src/Inter-UI-Black.ufo/glyphs/romanthousand.glif
index 964dd3820..9d6fe14d8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanthousand.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanthousand.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanthousand" format="1">
- <advance width="2560"/>
+<glyph name="romanthousand" format="2">
+ <advance width="2560.0"/>
<unicode hex="216F"/>
<outline>
<component base="M"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2526, 'leftMargin': 191, 'rightMargin': 191}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romanthree.glif b/src/Inter-UI-Black.ufo/glyphs/romanthree.glif
index f61e18c86..1dbbcae11 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romanthree.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romanthree.glif
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanthree" format="1">
- <advance width="2300"/>
+<glyph name="romanthree" format="2">
+ <advance width="2300.0"/>
<unicode hex="2162"/>
<outline>
<component base="I"/>
- <component base="I" xOffset="776"/>
- <component base="I" xOffset="1548"/>
+ <component base="I" xOffset="776.0"/>
+ <component base="I" xOffset="1548.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2388, 'leftMargin': 156, 'rightMargin': 225}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romantwelve.glif b/src/Inter-UI-Black.ufo/glyphs/romantwelve.glif
index 2a7fea018..de7095048 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romantwelve.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romantwelve.glif
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romantwelve" format="1">
- <advance width="3464"/>
+<glyph name="romantwelve" format="2">
+ <advance width="3464.0"/>
<unicode hex="216B"/>
<outline>
<component base="X"/>
- <component base="I" xOffset="1936"/>
- <component base="I" xOffset="2712"/>
+ <component base="I" xOffset="1936.0"/>
+ <component base="I" xOffset="2712.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3427, 'leftMargin': 11, 'rightMargin': 192}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/romantwo.glif b/src/Inter-UI-Black.ufo/glyphs/romantwo.glif
index 78f26a5a3..1878cc0d2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/romantwo.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/romantwo.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romantwo" format="1">
- <advance width="1524"/>
+<glyph name="romantwo" format="2">
+ <advance width="1524.0"/>
<unicode hex="2161"/>
<outline>
<component base="I"/>
- <component base="I" xOffset="772"/>
+ <component base="I" xOffset="772.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1614, 'leftMargin': 156, 'rightMargin': 225}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rrthook.glif b/src/Inter-UI-Black.ufo/glyphs/rrthook.glif
index ce54d7f12..c5c6ce7df 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rrthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rrthook.glif
@@ -1,47 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rrthook" format="1">
- <advance width="1312"/>
+<glyph name="rrthook" format="2">
+ <advance width="1312.0"/>
<unicode hex="027D"/>
+ <anchor x="812.0" y="-616.0" name="bottom"/>
+ <anchor x="608.0" y="-424.0" name="parenthesses.w1"/>
+ <anchor x="812.0" y="1776.0" name="top"/>
+ <anchor x="1128.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="664" y="184" type="line"/>
- <point x="204" y="184" type="line"/>
- <point x="204" y="-80" type="line" smooth="yes"/>
- <point x="204" y="-516"/>
- <point x="504" y="-576"/>
- <point x="744" y="-576" type="curve" smooth="yes"/>
- <point x="844" y="-576"/>
- <point x="920" y="-568"/>
- <point x="976" y="-560" type="curve"/>
- <point x="976" y="-212" type="line"/>
- <point x="944" y="-216"/>
- <point x="908" y="-220"/>
- <point x="868" y="-220" type="curve" smooth="yes"/>
- <point x="764" y="-220"/>
- <point x="664" y="-192"/>
- <point x="664" y="-80" type="curve" smooth="yes"/>
+ <point x="664.0" y="184.0" type="line"/>
+ <point x="204.0" y="184.0" type="line"/>
+ <point x="204.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="204.0" y="-516.0"/>
+ <point x="504.0" y="-576.0"/>
+ <point x="744.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="-576.0"/>
+ <point x="920.0" y="-568.0"/>
+ <point x="976.0" y="-560.0" type="curve"/>
+ <point x="976.0" y="-212.0" type="line"/>
+ <point x="944.0" y="-216.0"/>
+ <point x="908.0" y="-220.0"/>
+ <point x="868.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="-220.0"/>
+ <point x="664.0" y="-192.0"/>
+ <point x="664.0" y="-80.0" type="curve" smooth="yes"/>
</contour>
- <component base="r" xOffset="60"/>
<contour>
- <point x="608" y="-424" type="move" name="parenthesses.w1"/>
- </contour>
- <contour>
- <point x="812" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="812" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1128" y="1776" type="move" name="top0315"/>
+ <point x="1224.0" y="1508.0" type="line"/>
+ <point x="1176.0" y="1536.0"/>
+ <point x="1088.0" y="1556.0"/>
+ <point x="1008.0" y="1556.0" type="curve"/>
+ <point x="872.0" y="1556.0"/>
+ <point x="720.0" y="1500.0"/>
+ <point x="676.0" y="1340.0" type="curve"/>
+ <point x="652.0" y="1340.0" type="line"/>
+ <point x="652.0" y="1536.0" type="line"/>
+ <point x="204.0" y="1536.0" type="line"/>
+ <point x="204.0" y="0.0" type="line"/>
+ <point x="664.0" y="0.0" type="line"/>
+ <point x="664.0" y="872.0" type="line"/>
+ <point x="664.0" y="1024.0"/>
+ <point x="784.0" y="1148.0"/>
+ <point x="936.0" y="1148.0" type="curve"/>
+ <point x="996.0" y="1148.0"/>
+ <point x="1064.0" y="1128.0"/>
+ <point x="1084.0" y="1116.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1055, 'leftMargin': 140, 'rightMargin': 31}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rsuper.glif b/src/Inter-UI-Black.ufo/glyphs/rsuper.glif
index 347100d8b..a7352ec08 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rsuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rsuper.glif
@@ -1,36 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rsuper" format="1">
- <advance width="1056"/>
+<glyph name="rsuper" format="2">
+ <advance width="1056.0"/>
<unicode hex="02B3"/>
<outline>
<contour>
- <point x="520" y="1768" type="line"/>
- <point x="460" y="2004" type="line"/>
- <point x="212" y="2004" type="line"/>
- <point x="212" y="900" type="line"/>
- <point x="520" y="900" type="line"/>
+ <point x="520.0" y="1768.0" type="line"/>
+ <point x="460.0" y="2004.0" type="line"/>
+ <point x="212.0" y="2004.0" type="line"/>
+ <point x="212.0" y="900.0" type="line"/>
+ <point x="520.0" y="900.0" type="line"/>
</contour>
<contour>
- <point x="844" y="2008" type="line"/>
- <point x="832" y="2012"/>
- <point x="808" y="2016"/>
- <point x="772" y="2016" type="curve" smooth="yes"/>
- <point x="564" y="2016"/>
- <point x="424" y="1792"/>
- <point x="424" y="1480" type="curve"/>
- <point x="488" y="1484" type="line"/>
- <point x="488" y="1632"/>
- <point x="576" y="1704"/>
- <point x="712" y="1704" type="curve" smooth="yes"/>
- <point x="768" y="1704"/>
- <point x="808" y="1696"/>
- <point x="844" y="1684" type="curve"/>
+ <point x="844.0" y="2008.0" type="line"/>
+ <point x="832.0" y="2012.0"/>
+ <point x="808.0" y="2016.0"/>
+ <point x="772.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="2016.0"/>
+ <point x="424.0" y="1792.0"/>
+ <point x="424.0" y="1480.0" type="curve"/>
+ <point x="488.0" y="1484.0" type="line"/>
+ <point x="488.0" y="1632.0"/>
+ <point x="576.0" y="1704.0"/>
+ <point x="712.0" y="1704.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="1704.0"/>
+ <point x="808.0" y="1696.0"/>
+ <point x="844.0" y="1684.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 824, 'leftMargin': 138, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rturn.glif b/src/Inter-UI-Black.ufo/glyphs/rturn.glif
index b54ed733f..7deeca433 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rturn.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rturn" format="1">
- <advance width="1052"/>
+<glyph name="rturn" format="2">
+ <advance width="1052.0"/>
<unicode hex="0279"/>
+ <anchor x="544.0" y="0.0" name="bottom"/>
+ <anchor x="668.0" y="1776.0" name="top"/>
+ <anchor x="1028.0" y="1776.0" name="top0315"/>
<outline>
- <component base="r" xScale="-1.0" yScale="-1.0" xOffset="1020" yOffset="1536"/>
- <contour>
- <point x="668" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="544" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1028" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="r" xScale="-1.0" yScale="-1.0" xOffset="1020.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1055, 'leftMargin': 30, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rturnascend.glif b/src/Inter-UI-Black.ufo/glyphs/rturnascend.glif
index f300b6db8..3a01e57a0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rturnascend.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rturnascend.glif
@@ -1,45 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rturnascend" format="1">
- <advance width="1056"/>
+<glyph name="rturnascend" format="2">
+ <advance width="1056.0"/>
<unicode hex="027A"/>
+ <anchor x="372.0" y="0.0" name="bottom"/>
+ <anchor x="372.0" y="2200.0" name="top"/>
+ <anchor x="1112.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="528" y="368" type="line"/>
- <point x="556" y="0" type="line"/>
- <point x="972" y="0" type="line"/>
- <point x="972" y="2112" type="line"/>
- <point x="528" y="2112" type="line"/>
+ <point x="528.0" y="368.0" type="line"/>
+ <point x="556.0" y="0.0" type="line"/>
+ <point x="972.0" y="0.0" type="line"/>
+ <point x="972.0" y="2112.0" type="line"/>
+ <point x="528.0" y="2112.0" type="line"/>
</contour>
<contour>
- <point x="88" y="-12" type="line"/>
- <point x="120" y="-24"/>
- <point x="168" y="-28"/>
- <point x="212" y="-28" type="curve"/>
- <point x="480" y="-28"/>
- <point x="640" y="248"/>
- <point x="640" y="648" type="curve"/>
- <point x="556" y="700" type="line"/>
- <point x="556" y="508"/>
- <point x="464" y="408"/>
- <point x="244" y="408" type="curve"/>
- <point x="204" y="408"/>
- <point x="132" y="416"/>
- <point x="92" y="420" type="curve"/>
- </contour>
- <contour>
- <point x="372" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="372" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1112" y="2200" type="move" name="top0315"/>
+ <point x="88.0" y="-12.0" type="line"/>
+ <point x="120.0" y="-24.0"/>
+ <point x="168.0" y="-28.0"/>
+ <point x="212.0" y="-28.0" type="curve"/>
+ <point x="480.0" y="-28.0"/>
+ <point x="640.0" y="248.0"/>
+ <point x="640.0" y="648.0" type="curve"/>
+ <point x="556.0" y="700.0" type="line"/>
+ <point x="556.0" y="508.0"/>
+ <point x="464.0" y="408.0"/>
+ <point x="244.0" y="408.0" type="curve"/>
+ <point x="204.0" y="408.0"/>
+ <point x="132.0" y="416.0"/>
+ <point x="92.0" y="420.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1055, 'leftMargin': 30, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rturnrthook.glif b/src/Inter-UI-Black.ufo/glyphs/rturnrthook.glif
index 63a7f24c8..182f05550 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rturnrthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rturnrthook.glif
@@ -1,41 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rturnrthook" format="1">
- <advance width="1312"/>
+<glyph name="rturnrthook" format="2">
+ <advance width="1312.0"/>
<unicode hex="027B"/>
+ <anchor x="356.0" y="-616.0" name="bottom"/>
+ <anchor x="356.0" y="1776.0" name="top"/>
+ <anchor x="1300.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="512" y="296" type="line"/>
- <point x="512" y="-108" type="line" smooth="yes"/>
- <point x="512" y="-548"/>
- <point x="828" y="-600"/>
- <point x="1064" y="-600" type="curve" smooth="yes"/>
- <point x="1168" y="-600"/>
- <point x="1236" y="-592"/>
- <point x="1300" y="-580" type="curve"/>
- <point x="1300" y="-284" type="line"/>
- <point x="1260" y="-288"/>
- <point x="1228" y="-292"/>
- <point x="1188" y="-292" type="curve" smooth="yes"/>
- <point x="1084" y="-292"/>
- <point x="956" y="-256"/>
- <point x="956" y="-108" type="curve" smooth="yes"/>
- <point x="956" y="296" type="line"/>
+ <point x="512.0" y="296.0" type="line"/>
+ <point x="512.0" y="-108.0" type="line" smooth="yes"/>
+ <point x="512.0" y="-548.0"/>
+ <point x="828.0" y="-600.0"/>
+ <point x="1064.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="-600.0"/>
+ <point x="1236.0" y="-592.0"/>
+ <point x="1300.0" y="-580.0" type="curve"/>
+ <point x="1300.0" y="-284.0" type="line"/>
+ <point x="1260.0" y="-288.0"/>
+ <point x="1228.0" y="-292.0"/>
+ <point x="1188.0" y="-292.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="-292.0"/>
+ <point x="956.0" y="-256.0"/>
+ <point x="956.0" y="-108.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="296.0" type="line"/>
</contour>
- <component base="r" xScale="-1" yScale="-1" xOffset="1080" yOffset="1488"/>
<contour>
- <point x="356" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="356" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1300" y="1776" type="move" name="top0315"/>
+ <point x="-84.0" y="-20.0" type="line"/>
+ <point x="-36.0" y="-48.0"/>
+ <point x="52.0" y="-68.0"/>
+ <point x="132.0" y="-68.0" type="curve"/>
+ <point x="268.0" y="-68.0"/>
+ <point x="420.0" y="-12.0"/>
+ <point x="464.0" y="148.0" type="curve"/>
+ <point x="488.0" y="148.0" type="line"/>
+ <point x="488.0" y="-48.0" type="line"/>
+ <point x="936.0" y="-48.0" type="line"/>
+ <point x="936.0" y="1488.0" type="line"/>
+ <point x="476.0" y="1488.0" type="line"/>
+ <point x="476.0" y="616.0" type="line"/>
+ <point x="476.0" y="464.0"/>
+ <point x="356.0" y="340.0"/>
+ <point x="204.0" y="340.0" type="curve"/>
+ <point x="144.0" y="340.0"/>
+ <point x="76.0" y="360.0"/>
+ <point x="56.0" y="372.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1258, 'leftMargin': -29, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rturnsuper.glif b/src/Inter-UI-Black.ufo/glyphs/rturnsuper.glif
index a8b63aeed..cbcb36729 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rturnsuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rturnsuper.glif
@@ -1,36 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rturnsuper" format="1">
- <advance width="800"/>
+<glyph name="rturnsuper" format="2">
+ <advance width="800.0"/>
<unicode hex="02B4"/>
<outline>
<contour>
- <point x="84" y="896" type="line"/>
- <point x="96" y="892"/>
- <point x="120" y="888"/>
- <point x="160" y="888" type="curve" smooth="yes"/>
- <point x="368" y="888"/>
- <point x="508" y="1112"/>
- <point x="508" y="1424" type="curve"/>
- <point x="440" y="1420" type="line"/>
- <point x="440" y="1272"/>
- <point x="352" y="1200"/>
- <point x="216" y="1200" type="curve" smooth="yes"/>
- <point x="164" y="1200"/>
- <point x="120" y="1208"/>
- <point x="84" y="1220" type="curve"/>
+ <point x="84.0" y="896.0" type="line"/>
+ <point x="96.0" y="892.0"/>
+ <point x="120.0" y="888.0"/>
+ <point x="160.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="888.0"/>
+ <point x="508.0" y="1112.0"/>
+ <point x="508.0" y="1424.0" type="curve"/>
+ <point x="440.0" y="1420.0" type="line"/>
+ <point x="440.0" y="1272.0"/>
+ <point x="352.0" y="1200.0"/>
+ <point x="216.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="164.0" y="1200.0"/>
+ <point x="120.0" y="1208.0"/>
+ <point x="84.0" y="1220.0" type="curve"/>
</contour>
<contour>
- <point x="408" y="1136" type="line"/>
- <point x="472" y="900" type="line"/>
- <point x="716" y="900" type="line"/>
- <point x="716" y="2004" type="line"/>
- <point x="408" y="2004" type="line"/>
+ <point x="408.0" y="1136.0" type="line"/>
+ <point x="472.0" y="900.0" type="line"/>
+ <point x="716.0" y="900.0" type="line"/>
+ <point x="716.0" y="2004.0" type="line"/>
+ <point x="408.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 824, 'leftMargin': 55, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/rupee.glif b/src/Inter-UI-Black.ufo/glyphs/rupee.glif
index f2ae856c1..733d3659c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/rupee.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/rupee.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rupee" format="1">
- <advance width="3360"/>
+<glyph name="rupee" format="2">
+ <advance width="3360.0"/>
<unicode hex="20A8"/>
<outline>
- <component base="R" xOffset="60"/>
- <component base="s" xOffset="1696"/>
+ <component base="R" xOffset="60.0"/>
+ <component base="s" xOffset="1696.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3081, 'leftMargin': 161, 'rightMargin': 29}</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/s.glif b/src/Inter-UI-Black.ufo/glyphs/s.glif
index 975ec70a9..39e595a30 100644
--- a/src/Inter-UI-Black.ufo/glyphs/s.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/s.glif
@@ -1,146 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="s" format="1">
- <advance width="1552"/>
+<glyph name="s" format="2">
+ <advance width="1552.0"/>
<unicode hex="0073"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
+ <guideline x="80.0" y="472.0" angle="3.0394"/>
+ <guideline x="788.0" y="1664.0" angle="90.0"/>
+ <guideline x="1444.0" y="1084.0" angle="183.0128"/>
+ <anchor x="788.0" y="-12.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1444" y="1084" type="line"/>
- <point x="1408" y="1388"/>
- <point x="1208" y="1556"/>
- <point x="812" y="1556" type="curve" smooth="yes"/>
- <point x="396" y="1556"/>
- <point x="124" y="1376"/>
- <point x="124" y="1060" type="curve" smooth="yes"/>
- <point x="124" y="788"/>
- <point x="328" y="672"/>
- <point x="560" y="620" type="curve" smooth="yes"/>
- <point x="836" y="560" type="line" smooth="yes"/>
- <point x="908" y="544"/>
- <point x="1008" y="532"/>
- <point x="1008" y="424" type="curve" smooth="yes"/>
- <point x="1008" y="352"/>
- <point x="904" y="300"/>
- <point x="788" y="300" type="curve" smooth="yes"/>
- <point x="672" y="300"/>
- <point x="552" y="356"/>
- <point x="524" y="496" type="curve"/>
- <point x="80" y="472" type="line"/>
- <point x="132" y="136"/>
- <point x="368" y="-28"/>
- <point x="760" y="-28" type="curve" smooth="yes"/>
- <point x="1144" y="-28"/>
- <point x="1480" y="128"/>
- <point x="1480" y="484" type="curve" smooth="yes"/>
- <point x="1480" y="764"/>
- <point x="1276" y="860"/>
- <point x="1060" y="904" type="curve" smooth="yes"/>
- <point x="748" y="968" type="line" smooth="yes"/>
- <point x="664" y="984"/>
- <point x="580" y="1012"/>
- <point x="580" y="1092" type="curve" smooth="yes"/>
- <point x="580" y="1176"/>
- <point x="684" y="1224"/>
- <point x="788" y="1224" type="curve" smooth="yes"/>
- <point x="896" y="1224"/>
- <point x="1008" y="1176"/>
- <point x="1024" y="1060" type="curve"/>
- </contour>
- <contour>
- <point x="788" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="-12" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1496.0" y="2200.0" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1496.0" y="-560.0" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1524" y="1776" type="move" name="top0315"/>
+ <point x="1444.0" y="1084.0" type="line"/>
+ <point x="1408.0" y="1388.0"/>
+ <point x="1208.0" y="1556.0"/>
+ <point x="812.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="1556.0"/>
+ <point x="124.0" y="1376.0"/>
+ <point x="124.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="788.0"/>
+ <point x="328.0" y="672.0"/>
+ <point x="560.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="560.0" type="line" smooth="yes"/>
+ <point x="908.0" y="544.0"/>
+ <point x="1008.0" y="532.0"/>
+ <point x="1008.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="352.0"/>
+ <point x="904.0" y="300.0"/>
+ <point x="788.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="300.0"/>
+ <point x="552.0" y="356.0"/>
+ <point x="524.0" y="496.0" type="curve"/>
+ <point x="80.0" y="472.0" type="line"/>
+ <point x="132.0" y="136.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="760.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="-28.0"/>
+ <point x="1480.0" y="128.0"/>
+ <point x="1480.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="1480.0" y="764.0"/>
+ <point x="1276.0" y="860.0"/>
+ <point x="1060.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="968.0" type="line" smooth="yes"/>
+ <point x="664.0" y="984.0"/>
+ <point x="580.0" y="1012.0"/>
+ <point x="580.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="1176.0"/>
+ <point x="684.0" y="1224.0"/>
+ <point x="788.0" y="1224.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="1224.0"/>
+ <point x="1008.0" y="1176.0"/>
+ <point x="1024.0" y="1060.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>3.039399568926921</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>80</integer>
- <key>y</key>
- <integer>472</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>788</integer>
- <key>y</key>
- <integer>1664</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-176.98721249581666</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1444</integer>
- <key>y</key>
- <integer>1084</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 58, 'rightMargin': 92}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sacute.glif b/src/Inter-UI-Black.ufo/glyphs/sacute.glif
new file mode 100644
index 000000000..78afc0899
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/sacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sacute" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="015B"/>
+ <anchor x="788.0" y="-12.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2296.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="acute" xOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sacutedotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/sacutedotaccent.glif
new file mode 100644
index 000000000..6794872b6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/sacutedotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sacutedotaccent" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1E65"/>
+ <anchor x="788.0" y="-12.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2818.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="acutedotcomb.lc" xOffset="1537.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sampi.glif b/src/Inter-UI-Black.ufo/glyphs/sampi.glif
index 422121910..5caf8391f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sampi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sampi.glif
@@ -1,38 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sampi" format="1">
- <advance width="2080"/>
+<glyph name="sampi" format="2">
+ <advance width="2080.0"/>
<unicode hex="03E1"/>
<outline>
<contour>
- <point x="100" y="1952" type="line" name="hr00"/>
- <point x="1240" y="1464"/>
- <point x="1572" y="828"/>
- <point x="1572" y="-600" type="curve"/>
- <point x="1984" y="-380" type="line"/>
- <point x="1984" y="932"/>
- <point x="1680" y="1696"/>
- <point x="512" y="2176" type="curve"/>
+ <point x="100.0" y="1952.0" type="line"/>
+ <point x="1240.0" y="1464.0"/>
+ <point x="1572.0" y="828.0"/>
+ <point x="1572.0" y="-600.0" type="curve"/>
+ <point x="1984.0" y="-380.0" type="line"/>
+ <point x="1984.0" y="932.0"/>
+ <point x="1680.0" y="1696.0"/>
+ <point x="512.0" y="2176.0" type="curve"/>
</contour>
<contour>
- <point x="1440" y="1160" type="line"/>
- <point x="1260" y="1468" type="line"/>
- <point x="204" y="856" type="line"/>
- <point x="384" y="544" type="line"/>
+ <point x="1440.0" y="1160.0" type="line"/>
+ <point x="1260.0" y="1468.0" type="line"/>
+ <point x="204.0" y="856.0" type="line"/>
+ <point x="384.0" y="544.0" type="line"/>
</contour>
<contour>
- <point x="1732" y="588" type="line"/>
- <point x="1552" y="896" type="line"/>
- <point x="496" y="284" type="line"/>
- <point x="676" y="-28" type="line"/>
+ <point x="1732.0" y="588.0" type="line"/>
+ <point x="1552.0" y="896.0" type="line"/>
+ <point x="496.0" y="284.0" type="line"/>
+ <point x="676.0" y="-28.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1943, 'leftMargin': 14, 'rightMargin': 44}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.7</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/scaron.glif b/src/Inter-UI-Black.ufo/glyphs/scaron.glif
new file mode 100644
index 000000000..c19a4708a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/scaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scaron" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0161"/>
+ <anchor x="788.0" y="-12.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2268.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="caron" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/scarondotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/scarondotaccent.glif
new file mode 100644
index 000000000..6cc5648bc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/scarondotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scarondotaccent" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1E67"/>
+ <anchor x="788.0" y="-12.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2791.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="carondotcomb.lc" xOffset="1580.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/scedilla.glif b/src/Inter-UI-Black.ufo/glyphs/scedilla.glif
new file mode 100644
index 000000000..f2e0a426a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/scedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scedilla" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="015F"/>
+ <anchor x="788.0" y="-660.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="cedilla" xOffset="336.0" yOffset="-12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/schwa.glif b/src/Inter-UI-Black.ufo/glyphs/schwa.glif
index 6370108b8..a42cc7e59 100644
--- a/src/Inter-UI-Black.ufo/glyphs/schwa.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/schwa.glif
@@ -1,80 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="schwa" format="1">
- <advance width="1568"/>
+<glyph name="schwa" format="2">
+ <advance width="1568.0"/>
<unicode hex="0259"/>
+ <guideline x="1061.5"/>
+ <anchor x="816.0" y="0.0" name="bottom"/>
+ <anchor x="1248.0" y="900.0" name="rhotichook"/>
+ <anchor x="1376.0" y="44.0" name="right"/>
+ <anchor x="772.0" y="1776.0" name="top"/>
+ <anchor x="1516.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="732" y="1516" type="curve"/>
- <point x="476" y="1516"/>
- <point x="268" y="1436"/>
- <point x="152" y="1352" type="curve"/>
- <point x="264" y="1068" type="line"/>
- <point x="384" y="1120"/>
- <point x="476" y="1160"/>
- <point x="676" y="1160" type="curve" smooth="yes"/>
- <point x="900" y="1160"/>
- <point x="1004" y="988"/>
- <point x="1004" y="796" type="curve" smooth="yes"/>
- <point x="1004" y="744" type="line" smooth="yes"/>
- <point x="1004" y="520"/>
- <point x="948" y="332"/>
- <point x="764" y="332" type="curve"/>
- <point x="616" y="332"/>
- <point x="556" y="420"/>
- <point x="556" y="564" type="curve"/>
- <point x="556" y="600" type="line"/>
- <point x="1272" y="600" type="line" name="hr01"/>
- <point x="1272" y="892" type="line"/>
- <point x="124" y="892" type="line"/>
- <point x="124" y="648" type="line" smooth="yes"/>
- <point x="124" y="236"/>
- <point x="356" y="-28"/>
- <point x="764" y="-28" type="curve" smooth="yes"/>
- <point x="1208" y="-28"/>
- <point x="1448" y="308"/>
- <point x="1448" y="744" type="curve" smooth="yes" name="hr02"/>
- <point x="1448" y="796" type="line" smooth="yes"/>
- <point x="1448" y="1200"/>
- <point x="1176" y="1516"/>
- </contour>
- <contour>
- <point x="772" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="816" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1376" y="44" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1248" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1516" y="1776" type="move" name="top0315"/>
+ <point x="732.0" y="1516.0" type="curve"/>
+ <point x="476.0" y="1516.0"/>
+ <point x="268.0" y="1436.0"/>
+ <point x="152.0" y="1352.0" type="curve"/>
+ <point x="264.0" y="1068.0" type="line"/>
+ <point x="384.0" y="1120.0"/>
+ <point x="476.0" y="1160.0"/>
+ <point x="676.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="900.0" y="1160.0"/>
+ <point x="1004.0" y="988.0"/>
+ <point x="1004.0" y="796.0" type="curve" smooth="yes"/>
+ <point x="1004.0" y="744.0" type="line" smooth="yes"/>
+ <point x="1004.0" y="520.0"/>
+ <point x="948.0" y="332.0"/>
+ <point x="764.0" y="332.0" type="curve"/>
+ <point x="616.0" y="332.0"/>
+ <point x="556.0" y="420.0"/>
+ <point x="556.0" y="564.0" type="curve"/>
+ <point x="556.0" y="600.0" type="line"/>
+ <point x="1272.0" y="600.0" type="line"/>
+ <point x="1272.0" y="892.0" type="line"/>
+ <point x="124.0" y="892.0" type="line"/>
+ <point x="124.0" y="648.0" type="line" smooth="yes"/>
+ <point x="124.0" y="236.0"/>
+ <point x="356.0" y="-28.0"/>
+ <point x="764.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="-28.0"/>
+ <point x="1448.0" y="308.0"/>
+ <point x="1448.0" y="744.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="796.0" type="line" smooth="yes"/>
+ <point x="1448.0" y="1200.0"/>
+ <point x="1176.0" y="1516.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1061.5</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1491, 'leftMargin': 96, 'rightMargin': 71}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.18</key>
+ <dict>
+ <key>name</key>
+ <string>hr01</string>
+ </dict>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.27</key>
+ <dict>
+ <key>name</key>
+ <string>hr02</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/schwacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/schwacyrillic.glif
new file mode 100644
index 000000000..ea48126ee
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/schwacyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="schwacyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04D9"/>
+ <anchor x="816.0" y="0.0" name="bottom"/>
+ <anchor x="772.0" y="1776.0" name="parent_top"/>
+ <anchor x="772.0" y="1776.0" name="top"/>
+ <anchor x="1516.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="schwa"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/schwadieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/schwadieresiscyrillic.glif
new file mode 100644
index 000000000..da5bc4f5a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/schwadieresiscyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="schwadieresiscyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04DB"/>
+ <anchor x="816.0" y="0.0" name="bottom"/>
+ <anchor x="772.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="2220.0" name="top"/>
+ <anchor x="1516.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="schwa"/>
+ <component base="dieresis" xOffset="116.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/schwahook.glif b/src/Inter-UI-Black.ufo/glyphs/schwahook.glif
index deac13fef..a42faff92 100644
--- a/src/Inter-UI-Black.ufo/glyphs/schwahook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/schwahook.glif
@@ -1,74 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="schwahook" format="1">
- <advance width="2336"/>
+<glyph name="schwahook" format="2">
+ <advance width="2336.0"/>
<unicode hex="025A"/>
+ <anchor x="884.0" y="0.0" name="bottom"/>
+ <anchor x="836.0" y="1776.0" name="top"/>
+ <anchor x="2212.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="776" y="1516" type="curve" smooth="yes"/>
- <point x="488" y="1516"/>
- <point x="284" y="1384"/>
- <point x="192" y="1256" type="curve"/>
- <point x="396" y="1004" type="line"/>
- <point x="484" y="1116"/>
- <point x="616" y="1160"/>
- <point x="748" y="1160" type="curve" smooth="yes"/>
- <point x="960" y="1160"/>
- <point x="1092" y="1012"/>
- <point x="1092" y="792" type="curve" smooth="yes"/>
- <point x="1092" y="740" type="line" smooth="yes"/>
- <point x="1092" y="520"/>
- <point x="1032" y="332"/>
- <point x="828" y="332" type="curve" smooth="yes"/>
- <point x="668" y="332"/>
- <point x="588" y="416"/>
- <point x="588" y="564" type="curve" smooth="yes"/>
- <point x="588" y="592" type="line"/>
- <point x="1360" y="768" type="line"/>
- <point x="1360" y="1068" type="line"/>
- <point x="156" y="780" type="line"/>
- <point x="156" y="700" type="line" smooth="yes"/>
- <point x="156" y="256"/>
- <point x="400" y="-28"/>
- <point x="824" y="-28" type="curve" smooth="yes"/>
- <point x="1284" y="-28"/>
- <point x="1532" y="308"/>
- <point x="1532" y="740" type="curve" smooth="yes"/>
- <point x="1532" y="792" type="line" smooth="yes"/>
- <point x="1532" y="1184"/>
- <point x="1256" y="1516"/>
+ <point x="776.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="1516.0"/>
+ <point x="284.0" y="1384.0"/>
+ <point x="192.0" y="1256.0" type="curve"/>
+ <point x="396.0" y="1004.0" type="line"/>
+ <point x="484.0" y="1116.0"/>
+ <point x="616.0" y="1160.0"/>
+ <point x="748.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="1160.0"/>
+ <point x="1092.0" y="1012.0"/>
+ <point x="1092.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="740.0" type="line" smooth="yes"/>
+ <point x="1092.0" y="520.0"/>
+ <point x="1032.0" y="332.0"/>
+ <point x="828.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="332.0"/>
+ <point x="588.0" y="416.0"/>
+ <point x="588.0" y="564.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="592.0" type="line"/>
+ <point x="1360.0" y="768.0" type="line"/>
+ <point x="1360.0" y="1068.0" type="line"/>
+ <point x="156.0" y="780.0" type="line"/>
+ <point x="156.0" y="700.0" type="line" smooth="yes"/>
+ <point x="156.0" y="256.0"/>
+ <point x="400.0" y="-28.0"/>
+ <point x="824.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="-28.0"/>
+ <point x="1532.0" y="308.0"/>
+ <point x="1532.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="792.0" type="line" smooth="yes"/>
+ <point x="1532.0" y="1184.0"/>
+ <point x="1256.0" y="1516.0"/>
</contour>
<contour>
- <point x="1372" y="772" type="line"/>
- <point x="1576" y="824" type="line"/>
- <point x="1628" y="580"/>
- <point x="1688" y="388"/>
- <point x="1956" y="388" type="curve" smooth="yes"/>
- <point x="2040" y="388"/>
- <point x="2120" y="412"/>
- <point x="2184" y="448" type="curve"/>
- <point x="2128" y="724" type="line"/>
- <point x="2100" y="724"/>
- <point x="2076" y="720"/>
- <point x="2048" y="720" type="curve" smooth="yes"/>
- <point x="1892" y="720"/>
- <point x="1892" y="888"/>
- <point x="1844" y="1176" type="curve"/>
- <point x="1372" y="1068" type="line"/>
- </contour>
- <contour>
- <point x="836" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="884" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2212" y="1776" type="move" name="top0315"/>
+ <point x="1372.0" y="772.0" type="line"/>
+ <point x="1576.0" y="824.0" type="line"/>
+ <point x="1628.0" y="580.0"/>
+ <point x="1688.0" y="388.0"/>
+ <point x="1956.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="2040.0" y="388.0"/>
+ <point x="2120.0" y="412.0"/>
+ <point x="2184.0" y="448.0" type="curve"/>
+ <point x="2128.0" y="724.0" type="line"/>
+ <point x="2100.0" y="724.0"/>
+ <point x="2076.0" y="720.0"/>
+ <point x="2048.0" y="720.0" type="curve" smooth="yes"/>
+ <point x="1892.0" y="720.0"/>
+ <point x="1892.0" y="888.0"/>
+ <point x="1844.0" y="1176.0" type="curve"/>
+ <point x="1372.0" y="1068.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2119, 'leftMargin': 62, 'rightMargin': 28}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/scircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/scircumflex.glif
new file mode 100644
index 000000000..5908cc244
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/scircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scircumflex" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="015D"/>
+ <anchor x="788.0" y="-12.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2240.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="circumflex" xOffset="4.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/scommaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/scommaaccent.glif
new file mode 100644
index 000000000..50cb5bec9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/scommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scommaaccent" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0219"/>
+ <anchor x="788.0" y="-720.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="commaaccent" xOffset="468.0" yOffset="-520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/sdotaccent.glif
new file mode 100644
index 000000000..c12e51d0d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/sdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sdotaccent" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1E61"/>
+ <anchor x="788.0" y="-12.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2296.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="dotaccent" xOffset="388.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/sdotbelow.glif
new file mode 100644
index 000000000..7f16e3f61
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/sdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sdotbelow" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1E63"/>
+ <anchor x="787.0" y="-535.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="dotbelow" xOffset="1612.0" yOffset="-12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sdotbelowdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/sdotbelowdotaccent.glif
new file mode 100644
index 000000000..5b0fe6e2a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/sdotbelowdotaccent.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sdotbelowdotaccent" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="1E69"/>
+ <anchor x="787.0" y="-535.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2296.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="dotbelow" xOffset="1612.0" yOffset="-12.0"/>
+ <component base="dotaccent" xOffset="388.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/seagullsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/seagullsubnosp.glif
index da12106a3..45e51a465 100644
--- a/src/Inter-UI-Black.ufo/glyphs/seagullsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/seagullsubnosp.glif
@@ -1,56 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seagullsubnosp" format="1">
- <advance width="0"/>
+<glyph name="seagullsubnosp" format="2">
<unicode hex="033C"/>
+ <anchor x="-791.0" y="0.0" name="_markbottom"/>
+ <anchor x="-791.0" y="-472.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-791" y="0" type="move" name="_markbottom"/>
+ <point x="-1339.0" y="-490.0" type="line"/>
+ <point x="-1339.0" y="-293.0"/>
+ <point x="-1209.0" y="-142.0"/>
+ <point x="-1027.0" y="-142.0" type="curve" smooth="yes"/>
+ <point x="-847.0" y="-142.0"/>
+ <point x="-708.0" y="-293.0"/>
+ <point x="-708.0" y="-490.0" type="curve"/>
+ <point x="-869.0" y="-490.0" type="line"/>
+ <point x="-869.0" y="-399.0"/>
+ <point x="-931.0" y="-340.0"/>
+ <point x="-1027.0" y="-340.0" type="curve" smooth="yes"/>
+ <point x="-1119.0" y="-340.0"/>
+ <point x="-1183.0" y="-399.0"/>
+ <point x="-1183.0" y="-490.0" type="curve"/>
</contour>
<contour>
- <point x="-791" y="-472" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1339" y="-490" type="line"/>
- <point x="-1339" y="-293"/>
- <point x="-1209" y="-142"/>
- <point x="-1027" y="-142" type="curve" smooth="yes"/>
- <point x="-847" y="-142"/>
- <point x="-708" y="-293"/>
- <point x="-708" y="-490" type="curve"/>
- <point x="-869" y="-490" type="line"/>
- <point x="-869" y="-399"/>
- <point x="-931" y="-340"/>
- <point x="-1027" y="-340" type="curve" smooth="yes"/>
- <point x="-1119" y="-340"/>
- <point x="-1183" y="-399"/>
- <point x="-1183" y="-490" type="curve"/>
- </contour>
- <contour>
- <point x="-869" y="-490" type="line"/>
- <point x="-869" y="-293"/>
- <point x="-738" y="-142"/>
- <point x="-557" y="-142" type="curve" smooth="yes"/>
- <point x="-377" y="-142"/>
- <point x="-238" y="-293"/>
- <point x="-238" y="-490" type="curve"/>
- <point x="-399" y="-490" type="line"/>
- <point x="-399" y="-399"/>
- <point x="-461" y="-340"/>
- <point x="-557" y="-340" type="curve" smooth="yes"/>
- <point x="-649" y="-340"/>
- <point x="-708" y="-399"/>
- <point x="-708" y="-490" type="curve"/>
+ <point x="-869.0" y="-490.0" type="line"/>
+ <point x="-869.0" y="-293.0"/>
+ <point x="-738.0" y="-142.0"/>
+ <point x="-557.0" y="-142.0" type="curve" smooth="yes"/>
+ <point x="-377.0" y="-142.0"/>
+ <point x="-238.0" y="-293.0"/>
+ <point x="-238.0" y="-490.0" type="curve"/>
+ <point x="-399.0" y="-490.0" type="line"/>
+ <point x="-399.0" y="-399.0"/>
+ <point x="-461.0" y="-340.0"/>
+ <point x="-557.0" y="-340.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="-340.0"/>
+ <point x="-708.0" y="-399.0"/>
+ <point x="-708.0" y="-490.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/second.glif b/src/Inter-UI-Black.ufo/glyphs/second.glif
new file mode 100644
index 000000000..9944d5eba
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/second.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="second" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="2033"/>
+ <outline>
+ <component base="quotedbl"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/secondtonechinese.glif b/src/Inter-UI-Black.ufo/glyphs/secondtonechinese.glif
index 3c4097dd8..bc38c0c37 100644
--- a/src/Inter-UI-Black.ufo/glyphs/secondtonechinese.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/secondtonechinese.glif
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="secondtonechinese" format="1">
- <advance width="1056"/>
+<glyph name="secondtonechinese" format="2">
+ <advance width="1056.0"/>
<unicode hex="02CA"/>
<outline>
- <component base="acute" xOffset="12"/>
+ <component base="acute" xOffset="12.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 972, 'leftMargin': 101, 'rightMargin': 128}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/section.glif b/src/Inter-UI-Black.ufo/glyphs/section.glif
index 1868fa2c0..d303d73bd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/section.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/section.glif
@@ -1,778 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="section" format="1">
- <advance width="1616"/>
+<glyph name="section" format="2">
+ <advance width="1616.0"/>
<unicode hex="00A7"/>
+ <guideline y="2373.25"/>
+ <guideline y="858.0"/>
+ <guideline x="1676.125"/>
+ <guideline x="222.75"/>
<outline>
<contour>
- <point x="1376" y="1536" type="line"/>
- <point x="1376" y="1848"/>
- <point x="1140" y="2076"/>
- <point x="792" y="2076" type="curve"/>
- <point x="452" y="2076"/>
- <point x="216" y="1860"/>
- <point x="216" y="1564" type="curve"/>
- <point x="216" y="1404"/>
- <point x="284" y="1284"/>
- <point x="384" y="1184" type="curve"/>
- <point x="384" y="1180" type="line"/>
- <point x="304" y="1156"/>
- <point x="164" y="1088"/>
- <point x="148" y="916" type="curve" smooth="yes"/>
- <point x="116" y="616"/>
- <point x="356" y="496"/>
- <point x="460" y="448" type="curve" smooth="yes"/>
- <point x="828" y="284" type="line" smooth="yes"/>
- <point x="896" y="252"/>
- <point x="1000" y="192"/>
- <point x="1000" y="100" type="curve" smooth="yes"/>
- <point x="1000" y="12"/>
- <point x="904" y="-24"/>
- <point x="816" y="-28" type="curve" smooth="yes"/>
- <point x="684" y="-36"/>
- <point x="592" y="28"/>
- <point x="592" y="144" type="curve"/>
- <point x="192" y="144" type="line"/>
- <point x="192" y="-196"/>
- <point x="444" y="-412"/>
- <point x="812" y="-412" type="curve" smooth="yes"/>
- <point x="1156" y="-412"/>
- <point x="1404" y="-220"/>
- <point x="1404" y="100" type="curve" smooth="yes"/>
- <point x="1404" y="256"/>
- <point x="1344" y="380"/>
- <point x="1232" y="480" type="curve"/>
- <point x="1236" y="484" type="line"/>
- <point x="1312" y="508"/>
- <point x="1452" y="576"/>
- <point x="1472" y="748" type="curve" smooth="yes"/>
- <point x="1504" y="1048"/>
- <point x="1264" y="1164"/>
- <point x="1160" y="1212" type="curve" smooth="yes"/>
- <point x="792" y="1380" type="line"/>
- <point x="720" y="1408"/>
- <point x="616" y="1472"/>
- <point x="616" y="1564" type="curve" smooth="yes"/>
- <point x="616" y="1660"/>
- <point x="708" y="1692"/>
- <point x="792" y="1692" type="curve" smooth="yes"/>
- <point x="916" y="1692"/>
- <point x="976" y="1624"/>
- <point x="976" y="1536" type="curve"/>
+ <point x="1376.0" y="1536.0" type="line"/>
+ <point x="1376.0" y="1848.0"/>
+ <point x="1140.0" y="2076.0"/>
+ <point x="792.0" y="2076.0" type="curve"/>
+ <point x="452.0" y="2076.0"/>
+ <point x="216.0" y="1860.0"/>
+ <point x="216.0" y="1564.0" type="curve"/>
+ <point x="216.0" y="1404.0"/>
+ <point x="284.0" y="1284.0"/>
+ <point x="384.0" y="1184.0" type="curve"/>
+ <point x="384.0" y="1180.0" type="line"/>
+ <point x="304.0" y="1156.0"/>
+ <point x="164.0" y="1088.0"/>
+ <point x="148.0" y="916.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="616.0"/>
+ <point x="356.0" y="496.0"/>
+ <point x="460.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="284.0" type="line" smooth="yes"/>
+ <point x="896.0" y="252.0"/>
+ <point x="1000.0" y="192.0"/>
+ <point x="1000.0" y="100.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="12.0"/>
+ <point x="904.0" y="-24.0"/>
+ <point x="816.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="-36.0"/>
+ <point x="592.0" y="28.0"/>
+ <point x="592.0" y="144.0" type="curve"/>
+ <point x="192.0" y="144.0" type="line"/>
+ <point x="192.0" y="-196.0"/>
+ <point x="444.0" y="-412.0"/>
+ <point x="812.0" y="-412.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="-412.0"/>
+ <point x="1404.0" y="-220.0"/>
+ <point x="1404.0" y="100.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="256.0"/>
+ <point x="1344.0" y="380.0"/>
+ <point x="1232.0" y="480.0" type="curve"/>
+ <point x="1236.0" y="484.0" type="line"/>
+ <point x="1312.0" y="508.0"/>
+ <point x="1452.0" y="576.0"/>
+ <point x="1472.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="1048.0"/>
+ <point x="1264.0" y="1164.0"/>
+ <point x="1160.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="1380.0" type="line"/>
+ <point x="720.0" y="1408.0"/>
+ <point x="616.0" y="1472.0"/>
+ <point x="616.0" y="1564.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1660.0"/>
+ <point x="708.0" y="1692.0"/>
+ <point x="792.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="1692.0"/>
+ <point x="976.0" y="1624.0"/>
+ <point x="976.0" y="1536.0" type="curve"/>
</contour>
<contour>
- <point x="1100" y="720" type="curve" smooth="yes"/>
- <point x="1088" y="652"/>
- <point x="1032" y="616"/>
- <point x="976" y="640" type="curve" smooth="yes"/>
- <point x="664" y="776" type="line" smooth="yes"/>
- <point x="552" y="824"/>
- <point x="504" y="884"/>
- <point x="516" y="944" type="curve"/>
- <point x="528" y="1012"/>
- <point x="584" y="1052"/>
- <point x="644" y="1024" type="curve" smooth="yes"/>
- <point x="952" y="888" type="line" smooth="yes"/>
- <point x="1068" y="836"/>
- <point x="1112" y="780"/>
+ <point x="1100.0" y="720.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="652.0"/>
+ <point x="1032.0" y="616.0"/>
+ <point x="976.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="776.0" type="line" smooth="yes"/>
+ <point x="552.0" y="824.0"/>
+ <point x="504.0" y="884.0"/>
+ <point x="516.0" y="944.0" type="curve"/>
+ <point x="528.0" y="1012.0"/>
+ <point x="584.0" y="1052.0"/>
+ <point x="644.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="888.0" type="line" smooth="yes"/>
+ <point x="1068.0" y="836.0"/>
+ <point x="1112.0" y="780.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2373.25</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>858.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1676.125</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>222.75</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1277.563056470928</real>
- <key>y</key>
- <integer>1564</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1277.563056470928</real>
- <key>y</key>
- <integer>1864</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1085.563056470928</real>
- <key>y</key>
- <integer>2076</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>777.5630564709279</real>
- <key>y</key>
- <integer>2076</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>493.5630564709279</real>
- <key>y</key>
- <integer>2076</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>289.5630564709279</real>
- <key>y</key>
- <integer>1896</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>289.5630564709279</real>
- <key>y</key>
- <integer>1648</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>289.5630564709279</real>
- <key>y</key>
- <integer>1520</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>345.5630564709279</real>
- <key>y</key>
- <integer>1416</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>429.5630564709279</real>
- <key>y</key>
- <integer>1332</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>429.5630564709279</real>
- <key>y</key>
- <integer>1324</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>265.5630564709278</real>
- <key>y</key>
- <integer>1276</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>149.56305647092776</real>
- <key>y</key>
- <integer>1104</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>149.56305647092776</real>
- <key>y</key>
- <integer>960</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>149.56305647092776</real>
- <key>y</key>
- <integer>708</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>337.5630564709279</real>
- <key>y</key>
- <integer>576</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>441.5630564709279</real>
- <key>y</key>
- <integer>516</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>829.5630564709279</real>
- <key>y</key>
- <integer>292</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>925.5630564709279</real>
- <key>y</key>
- <integer>236</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1045.563056470928</real>
- <key>y</key>
- <integer>168</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>1045.563056470928</real>
- <key>y</key>
- <integer>16</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1045.563056470928</real>
- <key>y</key>
- <integer>-132</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>913.5630564709279</real>
- <key>y</key>
- <integer>-204</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>765.5630564709279</real>
- <key>y</key>
- <integer>-204</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>585.5630564709279</real>
- <key>y</key>
- <integer>-204</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>453.5630564709279</real>
- <key>y</key>
- <integer>-96</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>453.5630564709279</real>
- <key>y</key>
- <integer>100</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>221.56305647092776</real>
- <key>y</key>
- <integer>100</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>221.56305647092776</real>
- <key>y</key>
- <integer>-220</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>449.5630564709279</real>
- <key>y</key>
- <integer>-416</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>765.5630564709279</real>
- <key>y</key>
- <integer>-416</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1029.563056470928</real>
- <key>y</key>
- <integer>-416</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1273.563056470928</real>
- <key>y</key>
- <integer>-280</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>1273.563056470928</real>
- <key>y</key>
- <integer>16</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1273.563056470928</real>
- <key>y</key>
- <integer>144</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1229.563056470928</real>
- <key>y</key>
- <integer>256</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1133.563056470928</real>
- <key>y</key>
- <integer>340</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1133.563056470928</real>
- <key>y</key>
- <integer>344</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1285.563056470928</real>
- <key>y</key>
- <integer>392</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1413.563056470928</real>
- <key>y</key>
- <integer>556</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>1413.563056470928</real>
- <key>y</key>
- <integer>704</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1413.563056470928</real>
- <key>y</key>
- <integer>956</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1225.563056470928</real>
- <key>y</key>
- <integer>1084</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>1121.563056470928</real>
- <key>y</key>
- <integer>1144</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>733.5630564709279</real>
- <key>y</key>
- <integer>1372</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>637.5630564709279</real>
- <key>y</key>
- <integer>1428</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>517.5630564709279</real>
- <key>y</key>
- <integer>1524</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>517.5630564709279</real>
- <key>y</key>
- <integer>1648</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>517.5630564709279</real>
- <key>y</key>
- <integer>1748</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>597.5630564709279</real>
- <key>y</key>
- <integer>1864</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>777.5630564709279</real>
- <key>y</key>
- <integer>1864</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>965.5630564709279</real>
- <key>y</key>
- <integer>1864</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1049.563056470928</real>
- <key>y</key>
- <integer>1736</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1049.563056470928</real>
- <key>y</key>
- <integer>1564</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1193.563056470928</real>
- <key>y</key>
- <integer>704</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1193.563056470928</real>
- <key>y</key>
- <integer>540</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1017.5630564709279</real>
- <key>y</key>
- <integer>432</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>933.5630564709279</real>
- <key>y</key>
- <integer>480</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>561.5630564709279</real>
- <key>y</key>
- <integer>696</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>461.5630564709279</real>
- <key>y</key>
- <integer>756</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>369.5630564709279</real>
- <key>y</key>
- <integer>832</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>369.5630564709279</real>
- <key>y</key>
- <integer>960</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>369.5630564709279</real>
- <key>y</key>
- <integer>1128</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>525.5630564709279</real>
- <key>y</key>
- <integer>1244</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>613.5630564709279</real>
- <key>y</key>
- <integer>1192</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <real>1005.5630564709279</real>
- <key>y</key>
- <integer>964</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1101.563056470928</real>
- <key>y</key>
- <integer>908</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <real>1193.563056470928</real>
- <key>y</key>
- <integer>820</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>section</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1616</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1783, 'leftMargin': 129, 'rightMargin': 145}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/semicolon.glif b/src/Inter-UI-Black.ufo/glyphs/semicolon.glif
index 2fc0b2ba8..06b2ed0ca 100644
--- a/src/Inter-UI-Black.ufo/glyphs/semicolon.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/semicolon.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="semicolon" format="1">
- <advance width="800"/>
+<glyph name="semicolon" format="2">
+ <advance width="800.0"/>
<unicode hex="003B"/>
<outline>
<component base="comma"/>
- <component base="period" yOffset="1084"/>
+ <component base="period" yOffset="1084.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 788, 'leftMargin': 89, 'rightMargin': 149}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/servicemark.glif b/src/Inter-UI-Black.ufo/glyphs/servicemark.glif
index 660e30cab..5002d5afa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/servicemark.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/servicemark.glif
@@ -1,81 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="servicemark" format="1">
- <advance width="1824"/>
+<glyph name="servicemark" format="2">
+ <advance width="1824.0"/>
<unicode hex="2120"/>
<outline>
<contour>
- <point x="1304" y="1512" type="line"/>
- <point x="1156" y="2004" type="line"/>
- <point x="988" y="2004" type="line"/>
- <point x="1248" y="1256" type="line"/>
- <point x="1360" y="1256" type="line"/>
- <point x="1620" y="2004" type="line"/>
- <point x="1452" y="2004" type="line"/>
+ <point x="1304.0" y="1512.0" type="line"/>
+ <point x="1156.0" y="2004.0" type="line"/>
+ <point x="988.0" y="2004.0" type="line"/>
+ <point x="1248.0" y="1256.0" type="line"/>
+ <point x="1360.0" y="1256.0" type="line"/>
+ <point x="1620.0" y="2004.0" type="line"/>
+ <point x="1452.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1112" y="2004" type="line"/>
- <point x="916" y="2004" type="line"/>
- <point x="916" y="1256" type="line"/>
- <point x="1112" y="1256" type="line"/>
+ <point x="1112.0" y="2004.0" type="line"/>
+ <point x="916.0" y="2004.0" type="line"/>
+ <point x="916.0" y="1256.0" type="line"/>
+ <point x="1112.0" y="1256.0" type="line"/>
</contour>
<contour>
- <point x="1492" y="1256" type="line"/>
- <point x="1684" y="1256" type="line"/>
- <point x="1684" y="2004" type="line"/>
- <point x="1492" y="2004" type="line"/>
+ <point x="1492.0" y="1256.0" type="line"/>
+ <point x="1684.0" y="1256.0" type="line"/>
+ <point x="1684.0" y="2004.0" type="line"/>
+ <point x="1492.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="576" y="1464" type="curve" smooth="yes"/>
- <point x="576" y="1432"/>
- <point x="552" y="1404"/>
- <point x="464" y="1404" type="curve" smooth="yes"/>
- <point x="388" y="1404"/>
- <point x="340" y="1420"/>
- <point x="340" y="1488" type="curve"/>
- <point x="140" y="1488" type="line"/>
- <point x="140" y="1344"/>
- <point x="244" y="1232"/>
- <point x="464" y="1232" type="curve" smooth="yes"/>
- <point x="660" y="1232"/>
- <point x="772" y="1336"/>
- <point x="772" y="1468" type="curve" smooth="yes"/>
- <point x="772" y="1604"/>
- <point x="684" y="1672"/>
- <point x="508" y="1704" type="curve" smooth="yes"/>
- <point x="384" y="1724"/>
- <point x="368" y="1752"/>
- <point x="368" y="1792" type="curve" smooth="yes"/>
- <point x="368" y="1824"/>
- <point x="392" y="1856"/>
- <point x="464" y="1856" type="curve" smooth="yes"/>
- <point x="540" y="1856"/>
- <point x="564" y="1824"/>
- <point x="564" y="1776" type="curve"/>
- <point x="760" y="1776" type="line"/>
- <point x="760" y="1924"/>
- <point x="660" y="2020"/>
- <point x="464" y="2020" type="curve" smooth="yes"/>
- <point x="272" y="2020"/>
- <point x="172" y="1912"/>
- <point x="172" y="1792" type="curve" smooth="yes"/>
- <point x="172" y="1656"/>
- <point x="252" y="1584"/>
- <point x="448" y="1552" type="curve" smooth="yes"/>
- <point x="552" y="1532"/>
- <point x="576" y="1504"/>
+ <point x="576.0" y="1464.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="1432.0"/>
+ <point x="552.0" y="1404.0"/>
+ <point x="464.0" y="1404.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="1404.0"/>
+ <point x="340.0" y="1420.0"/>
+ <point x="340.0" y="1488.0" type="curve"/>
+ <point x="140.0" y="1488.0" type="line"/>
+ <point x="140.0" y="1344.0"/>
+ <point x="244.0" y="1232.0"/>
+ <point x="464.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="1232.0"/>
+ <point x="772.0" y="1336.0"/>
+ <point x="772.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="1604.0"/>
+ <point x="684.0" y="1672.0"/>
+ <point x="508.0" y="1704.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1724.0"/>
+ <point x="368.0" y="1752.0"/>
+ <point x="368.0" y="1792.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1824.0"/>
+ <point x="392.0" y="1856.0"/>
+ <point x="464.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="1856.0"/>
+ <point x="564.0" y="1824.0"/>
+ <point x="564.0" y="1776.0" type="curve"/>
+ <point x="760.0" y="1776.0" type="line"/>
+ <point x="760.0" y="1924.0"/>
+ <point x="660.0" y="2020.0"/>
+ <point x="464.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="272.0" y="2020.0"/>
+ <point x="172.0" y="1912.0"/>
+ <point x="172.0" y="1792.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="1656.0"/>
+ <point x="252.0" y="1584.0"/>
+ <point x="448.0" y="1552.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1532.0"/>
+ <point x="576.0" y="1504.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1825, 'leftMargin': 140, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.frac.glif b/src/Inter-UI-Black.ufo/glyphs/seven.frac.glif
index 4853faa24..820aab7c0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/seven.frac.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/seven.frac.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seven.frac" format="1">
- <advance width="1312"/>
+<glyph name="seven.frac" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="seven.sup" xOffset="132" yOffset="912"/>
+ <component base="seven.sup" xOffset="132.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 67, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.glif b/src/Inter-UI-Black.ufo/glyphs/seven.glif
index fc96d7e6e..a17e911af 100644
--- a/src/Inter-UI-Black.ufo/glyphs/seven.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/seven.glif
@@ -1,29 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seven" format="1">
- <advance width="1696"/>
+<glyph name="seven" format="2">
+ <advance width="1696.0"/>
<unicode hex="0037"/>
<outline>
<contour>
- <point x="1552" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="1664" type="line"/>
- <point x="1052" y="1664" type="line"/>
- <point x="352" y="0" type="line"/>
- <point x="820" y="0" type="line"/>
- <point x="1552" y="1800" type="line"/>
+ <point x="1552.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="1664.0" type="line"/>
+ <point x="1052.0" y="1664.0" type="line"/>
+ <point x="352.0" y="0.0" type="line"/>
+ <point x="820.0" y="0.0" type="line"/>
+ <point x="1552.0" y="1800.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 76, 'rightMargin': 117}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.sup.glif b/src/Inter-UI-Black.ufo/glyphs/seven.sup.glif
index de98f1cc1..e3d915beb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/seven.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/seven.sup.glif
@@ -1,28 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seven.sup" format="1">
- <advance width="1312"/>
+<glyph name="seven.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="1100" y="1084" type="line"/>
- <point x="212" y="1084" type="line"/>
- <point x="212" y="844" type="line"/>
- <point x="784" y="844" type="line"/>
- <point x="336" y="0" type="line"/>
- <point x="652" y="0" type="line"/>
- <point x="1100" y="916" type="line"/>
+ <point x="1100.0" y="1084.0" type="line"/>
+ <point x="212.0" y="1084.0" type="line"/>
+ <point x="212.0" y="844.0" type="line"/>
+ <point x="784.0" y="844.0" type="line"/>
+ <point x="336.0" y="0.0" type="line"/>
+ <point x="652.0" y="0.0" type="line"/>
+ <point x="1100.0" y="916.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 67, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/seven.tnum.glif
index 037f4f937..5b73e685e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/seven.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/seven.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seven.tnum" format="1">
- <advance width="1824"/>
+<glyph name="seven.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="seven" xOffset="64"/>
+ <component base="seven" xOffset="64.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/seveneighths.glif b/src/Inter-UI-Black.ufo/glyphs/seveneighths.glif
index a36782ead..5e39aeffa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/seveneighths.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/seveneighths.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seveneighths" format="1">
- <advance width="2592"/>
+<glyph name="seveneighths" format="2">
+ <advance width="2592.0"/>
<unicode hex="215E"/>
<outline>
- <component base="seven.sup" xOffset="176" yOffset="900"/>
- <component base="fraction" xOffset="584"/>
- <component base="eight.sup" xOffset="1360"/>
+ <component base="seven.sup" xOffset="176.0" yOffset="900.0"/>
+ <component base="fraction" xOffset="584.0"/>
+ <component base="eight.sup" xOffset="1360.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2479, 'leftMargin': 129, 'rightMargin': 272}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sevenroman.glif b/src/Inter-UI-Black.ufo/glyphs/sevenroman.glif
index f3f776bab..03eeb0395 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sevenroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sevenroman.glif
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sevenroman" format="1">
- <advance width="3104"/>
+<glyph name="sevenroman" format="2">
+ <advance width="3104.0"/>
<unicode hex="2176"/>
<outline>
- <component base="v" xOffset="88"/>
- <component base="i" xOffset="1536"/>
- <component base="i" xOffset="2300"/>
+ <component base="v" xOffset="88.0"/>
+ <component base="i" xOffset="1536.0"/>
+ <component base="i" xOffset="2300.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2978, 'leftMargin': 59, 'rightMargin': 137}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sevensub.glif b/src/Inter-UI-Black.ufo/glyphs/sevensub.glif
index 160357190..cc97ceae1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sevensub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sevensub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sevensub" format="1">
- <advance width="1312"/>
+<glyph name="sevensub" format="2">
+ <advance width="1312.0"/>
<unicode hex="2087"/>
<outline>
- <component base="seven.sup" xOffset="132" yOffset="-496"/>
+ <component base="seven.sup" xOffset="132.0" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 67, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sevensuperior.glif b/src/Inter-UI-Black.ufo/glyphs/sevensuperior.glif
index 7e68bfbd2..9df27bf10 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sevensuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sevensuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sevensuperior" format="1">
- <advance width="1312"/>
+<glyph name="sevensuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2077"/>
<outline>
- <component base="seven.sup" xOffset="132" yOffset="916"/>
+ <component base="seven.sup" xOffset="132.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 67, 'rightMargin': 99}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/shacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/shacyrillic.glif
index 327531e3d..a0e82b8f4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/shacyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/shacyrillic.glif
@@ -1,33 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="shacyrillic" format="1">
- <advance width="2336"/>
+<glyph name="shacyrillic" format="2">
+ <advance width="2336.0"/>
<unicode hex="0448"/>
+ <anchor x="1140.0" y="1744.0" name="top"/>
+ <anchor x="2352.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="136" y="1488" type="line"/>
- <point x="136" y="0" type="line"/>
- <point x="2200" y="0" type="line"/>
- <point x="2200" y="1488" type="line"/>
- <point x="1756" y="1488" type="line"/>
- <point x="1756" y="360" type="line"/>
- <point x="1392" y="360" type="line"/>
- <point x="1392" y="1488" type="line"/>
- <point x="948" y="1488" type="line"/>
- <point x="948" y="360" type="line"/>
- <point x="580" y="360" type="line"/>
- <point x="580" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1140" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2352" y="1744" type="move" name="top0315"/>
+ <point x="136.0" y="1488.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="2200.0" y="0.0" type="line"/>
+ <point x="2200.0" y="1488.0" type="line"/>
+ <point x="1756.0" y="1488.0" type="line"/>
+ <point x="1756.0" y="360.0" type="line"/>
+ <point x="1392.0" y="360.0" type="line"/>
+ <point x="1392.0" y="1488.0" type="line"/>
+ <point x="948.0" y="1488.0" type="line"/>
+ <point x="948.0" y="360.0" type="line"/>
+ <point x="580.0" y="360.0" type="line"/>
+ <point x="580.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2346, 'leftMargin': 132, 'rightMargin': 150}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/shchacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/shchacyrillic.glif
index 20ad20523..4c94b90fa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/shchacyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/shchacyrillic.glif
@@ -1,28 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="shchacyrillic" format="1">
- <advance width="2848"/>
+<glyph name="shchacyrillic" format="2">
+ <advance width="2848.0"/>
<unicode hex="0449"/>
+ <anchor x="1216.0" y="1744.0" name="top"/>
+ <anchor x="2704.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="2620" y="356" type="line"/>
- <point x="2020" y="356" type="line"/>
- <point x="2020" y="0" type="line"/>
- <point x="2176" y="0" type="line"/>
- <point x="2176" y="-440" type="line"/>
- <point x="2592" y="-440" type="line"/>
+ <point x="2620.0" y="356.0" type="line"/>
+ <point x="2020.0" y="356.0" type="line"/>
+ <point x="2020.0" y="0.0" type="line"/>
+ <point x="2176.0" y="0.0" type="line"/>
+ <point x="2176.0" y="-440.0" type="line"/>
+ <point x="2592.0" y="-440.0" type="line"/>
</contour>
- <component base="shacyrillic" xOffset="80"/>
<contour>
- <point x="1216" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2704" y="1744" type="move" name="top0315"/>
+ <point x="216.0" y="1488.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="2280.0" y="0.0" type="line"/>
+ <point x="2280.0" y="1488.0" type="line"/>
+ <point x="1836.0" y="1488.0" type="line"/>
+ <point x="1836.0" y="360.0" type="line"/>
+ <point x="1472.0" y="360.0" type="line"/>
+ <point x="1472.0" y="1488.0" type="line"/>
+ <point x="1028.0" y="1488.0" type="line"/>
+ <point x="1028.0" y="360.0" type="line"/>
+ <point x="660.0" y="360.0" type="line"/>
+ <point x="660.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2606, 'leftMargin': 132, 'rightMargin': 84}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/shhacyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/shhacyrillic.glif
new file mode 100644
index 000000000..80a9bc517
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/shhacyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="shhacyrillic" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="04BB"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="912.0" y="2328.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/shindagesh.glif b/src/Inter-UI-Black.ufo/glyphs/shindagesh.glif
index b383a5085..2b0ebed02 100644
--- a/src/Inter-UI-Black.ufo/glyphs/shindagesh.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/shindagesh.glif
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="shindagesh" format="1">
- <advance width="544"/>
+<glyph name="shindagesh" format="2">
+ <advance width="544.0"/>
<unicode hex="02E1"/>
<outline>
<contour>
- <point x="428" y="2612" type="line"/>
- <point x="120" y="2612" type="line"/>
- <point x="120" y="900" type="line"/>
- <point x="428" y="900" type="line"/>
+ <point x="428.0" y="2612.0" type="line"/>
+ <point x="120.0" y="2612.0" type="line"/>
+ <point x="120.0" y="900.0" type="line"/>
+ <point x="428.0" y="900.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 583.0, 'leftMargin': 138, 'rightMargin': 137.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sigma.glif b/src/Inter-UI-Black.ufo/glyphs/sigma.glif
index c9b054d2c..4b1bfb6c0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sigma.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sigma.glif
@@ -1,54 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sigma" format="1">
- <advance width="1824"/>
+<glyph name="sigma" format="2">
+ <advance width="1824.0"/>
<unicode hex="03C3"/>
<outline>
<contour>
- <point x="160" y="728" type="line"/>
- <point x="160" y="296"/>
- <point x="412" y="-28"/>
- <point x="876" y="-28" type="curve" smooth="yes"/>
- <point x="1316" y="-28"/>
- <point x="1560" y="272"/>
- <point x="1560" y="672" type="curve"/>
- <point x="1560" y="700" type="line"/>
- <point x="1560" y="952"/>
- <point x="1340" y="1172"/>
- <point x="1132" y="1244" type="curve" smooth="yes"/>
- <point x="964" y="1292"/>
- <point x="924" y="1452"/>
- <point x="872" y="1488" type="curve"/>
- <point x="412" y="1488"/>
- <point x="160" y="1176"/>
- <point x="160" y="760" type="curve"/>
+ <point x="160.0" y="728.0" type="line"/>
+ <point x="160.0" y="296.0"/>
+ <point x="412.0" y="-28.0"/>
+ <point x="876.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="-28.0"/>
+ <point x="1560.0" y="272.0"/>
+ <point x="1560.0" y="672.0" type="curve"/>
+ <point x="1560.0" y="700.0" type="line"/>
+ <point x="1560.0" y="952.0"/>
+ <point x="1340.0" y="1172.0"/>
+ <point x="1132.0" y="1244.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1292.0"/>
+ <point x="924.0" y="1452.0"/>
+ <point x="872.0" y="1488.0" type="curve"/>
+ <point x="412.0" y="1488.0"/>
+ <point x="160.0" y="1176.0"/>
+ <point x="160.0" y="760.0" type="curve"/>
</contour>
<contour>
- <point x="604" y="760" type="line"/>
- <point x="604" y="960"/>
- <point x="672" y="1132"/>
- <point x="872" y="1132" type="curve" smooth="yes"/>
- <point x="1060" y="1132"/>
- <point x="1116" y="960"/>
- <point x="1116" y="760" type="curve"/>
- <point x="1116" y="728" type="line"/>
- <point x="1116" y="504"/>
- <point x="1060" y="328"/>
- <point x="876" y="328" type="curve" smooth="yes"/>
- <point x="668" y="328"/>
- <point x="604" y="504"/>
- <point x="604" y="728" type="curve"/>
+ <point x="604.0" y="760.0" type="line"/>
+ <point x="604.0" y="960.0"/>
+ <point x="672.0" y="1132.0"/>
+ <point x="872.0" y="1132.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="1132.0"/>
+ <point x="1116.0" y="960.0"/>
+ <point x="1116.0" y="760.0" type="curve"/>
+ <point x="1116.0" y="728.0" type="line"/>
+ <point x="1116.0" y="504.0"/>
+ <point x="1060.0" y="328.0"/>
+ <point x="876.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="328.0"/>
+ <point x="604.0" y="504.0"/>
+ <point x="604.0" y="728.0" type="curve"/>
</contour>
<contour>
- <point x="1664" y="1488" type="line"/>
- <point x="872" y="1488" type="line"/>
- <point x="872" y="1132" type="line"/>
- <point x="1664" y="1132" type="line"/>
+ <point x="1664.0" y="1488.0" type="line"/>
+ <point x="872.0" y="1488.0" type="line"/>
+ <point x="872.0" y="1132.0" type="line"/>
+ <point x="1664.0" y="1132.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1616, 'leftMargin': 76, 'rightMargin': 35}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sigma1.glif b/src/Inter-UI-Black.ufo/glyphs/sigma1.glif
index 144fed7df..9fda05828 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sigma1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sigma1.glif
@@ -1,49 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sigma1" format="1">
- <advance width="1568"/>
+<glyph name="sigma1" format="2">
+ <advance width="1568.0"/>
<unicode hex="03C2"/>
<outline>
<contour>
- <point x="824" y="1516" type="curve" smooth="yes"/>
- <point x="364" y="1516"/>
- <point x="124" y="1188"/>
- <point x="124" y="760" type="curve" smooth="yes"/>
- <point x="124" y="728" type="line" smooth="yes"/>
- <point x="124" y="316"/>
- <point x="328" y="124"/>
- <point x="736" y="8" type="curve" smooth="yes"/>
- <point x="816" y="-12"/>
- <point x="860" y="-56"/>
- <point x="860" y="-124" type="curve" smooth="yes"/>
- <point x="860" y="-168"/>
- <point x="820" y="-260"/>
- <point x="732" y="-348" type="curve"/>
- <point x="964" y="-516" type="line"/>
- <point x="1128" y="-408"/>
- <point x="1300" y="-192"/>
- <point x="1300" y="-28" type="curve"/>
- <point x="1288" y="208"/>
- <point x="1156" y="264"/>
- <point x="872" y="348" type="curve" smooth="yes"/>
- <point x="668" y="408"/>
- <point x="568" y="480"/>
- <point x="568" y="728" type="curve" smooth="yes"/>
- <point x="568" y="760" type="line" smooth="yes"/>
- <point x="568" y="976"/>
- <point x="620" y="1160"/>
- <point x="824" y="1160" type="curve" smooth="yes"/>
- <point x="964" y="1160"/>
- <point x="1028" y="1052"/>
- <point x="1028" y="920" type="curve"/>
- <point x="1444" y="920" type="line"/>
- <point x="1444" y="1296"/>
- <point x="1196" y="1516"/>
+ <point x="824.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="1516.0"/>
+ <point x="124.0" y="1188.0"/>
+ <point x="124.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="728.0" type="line" smooth="yes"/>
+ <point x="124.0" y="316.0"/>
+ <point x="328.0" y="124.0"/>
+ <point x="736.0" y="8.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="-12.0"/>
+ <point x="860.0" y="-56.0"/>
+ <point x="860.0" y="-124.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="-168.0"/>
+ <point x="820.0" y="-260.0"/>
+ <point x="732.0" y="-348.0" type="curve"/>
+ <point x="964.0" y="-516.0" type="line"/>
+ <point x="1128.0" y="-408.0"/>
+ <point x="1300.0" y="-192.0"/>
+ <point x="1300.0" y="-28.0" type="curve"/>
+ <point x="1288.0" y="208.0"/>
+ <point x="1156.0" y="264.0"/>
+ <point x="872.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="408.0"/>
+ <point x="568.0" y="480.0"/>
+ <point x="568.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="760.0" type="line" smooth="yes"/>
+ <point x="568.0" y="976.0"/>
+ <point x="620.0" y="1160.0"/>
+ <point x="824.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1160.0"/>
+ <point x="1028.0" y="1052.0"/>
+ <point x="1028.0" y="920.0" type="curve"/>
+ <point x="1444.0" y="920.0" type="line"/>
+ <point x="1444.0" y="1296.0"/>
+ <point x="1196.0" y="1516.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1425, 'leftMargin': 70, 'rightMargin': 36}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sigmalunatesymbolgreek.glif b/src/Inter-UI-Black.ufo/glyphs/sigmalunatesymbolgreek.glif
new file mode 100644
index 000000000..6a6ef779e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/sigmalunatesymbolgreek.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sigmalunatesymbolgreek" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="03F2"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="816.0" y="1776.0" name="parent_top"/>
+ <anchor x="816.0" y="1776.0" name="top"/>
+ <anchor x="1512.0" y="1776.0" name="top0315"/>
+ <anchor x="1512.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/six.1.glif b/src/Inter-UI-Black.ufo/glyphs/six.1.glif
index ca51797f6..766f0fff4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/six.1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/six.1.glif
@@ -1,118 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.1" format="1">
- <advance width="1696"/>
+<glyph name="six.1" format="2">
+ <advance width="1696.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="566.5"/>
<outline>
<contour>
- <point x="848" y="2048" type="line"/>
- <point x="364" y="1300" type="line" smooth="yes"/>
- <point x="224" y="1088"/>
- <point x="144" y="944"/>
- <point x="144" y="724" type="curve"/>
- <point x="144" y="316"/>
- <point x="432" y="-28"/>
- <point x="856" y="-28" type="curve" smooth="yes"/>
- <point x="1264" y="-28"/>
- <point x="1540" y="272"/>
- <point x="1540" y="664" type="curve" smooth="yes"/>
- <point x="1540" y="1052"/>
- <point x="1348" y="1352"/>
- <point x="980" y="1352" type="curve" smooth="yes"/>
- <point x="628" y="1352"/>
- <point x="428" y="1068"/>
- <point x="428" y="848" type="curve"/>
- <point x="572" y="736" type="line"/>
- <point x="572" y="860"/>
- <point x="652" y="996"/>
- <point x="832" y="996" type="curve" smooth="yes"/>
- <point x="996" y="996"/>
- <point x="1104" y="868"/>
- <point x="1104" y="664" type="curve" smooth="yes"/>
- <point x="1104" y="472"/>
- <point x="1000" y="332"/>
- <point x="844" y="332" type="curve" smooth="yes"/>
- <point x="672" y="332"/>
- <point x="572" y="452"/>
- <point x="572" y="712" type="curve"/>
- <point x="544" y="864" type="line" smooth="yes"/>
- <point x="1332" y="2048" type="line"/>
+ <point x="848.0" y="2048.0" type="line"/>
+ <point x="364.0" y="1300.0" type="line" smooth="yes"/>
+ <point x="224.0" y="1088.0"/>
+ <point x="144.0" y="944.0"/>
+ <point x="144.0" y="724.0" type="curve"/>
+ <point x="144.0" y="316.0"/>
+ <point x="432.0" y="-28.0"/>
+ <point x="856.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="-28.0"/>
+ <point x="1540.0" y="272.0"/>
+ <point x="1540.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="1540.0" y="1052.0"/>
+ <point x="1348.0" y="1352.0"/>
+ <point x="980.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="1352.0"/>
+ <point x="428.0" y="1068.0"/>
+ <point x="428.0" y="848.0" type="curve"/>
+ <point x="572.0" y="736.0" type="line"/>
+ <point x="572.0" y="860.0"/>
+ <point x="652.0" y="996.0"/>
+ <point x="832.0" y="996.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="996.0"/>
+ <point x="1104.0" y="868.0"/>
+ <point x="1104.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="472.0"/>
+ <point x="1000.0" y="332.0"/>
+ <point x="844.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="332.0"/>
+ <point x="572.0" y="452.0"/>
+ <point x="572.0" y="712.0" type="curve"/>
+ <point x="544.0" y="864.0" type="line" smooth="yes"/>
+ <point x="1332.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>566.5</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>six</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <real>16.0</real>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>six.1</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1696</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 122, 'rightMargin': 86}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/six.frac.glif b/src/Inter-UI-Black.ufo/glyphs/six.frac.glif
index c355f621d..845075150 100644
--- a/src/Inter-UI-Black.ufo/glyphs/six.frac.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/six.frac.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.frac" format="1">
- <advance width="1312"/>
+<glyph name="six.frac" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="six.sup" xOffset="-4" yOffset="912"/>
+ <component base="six.sup" xOffset="-4.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 196, 'rightMargin': -35}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/six.glif b/src/Inter-UI-Black.ufo/glyphs/six.glif
index 94e6c04cc..9e9dbd15e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/six.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/six.glif
@@ -1,86 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six" format="1">
- <advance width="1684"/>
+<glyph name="six" format="2">
+ <advance width="1684.0"/>
<unicode hex="0036"/>
+ <guideline y="1238.875"/>
+ <guideline y="566.5"/>
<outline>
- <component base="nine" xScale="-1" yScale="-1" xOffset="1652" yOffset="2048"/>
+ <component base="nine" xScale="-1.0" yScale="-1.0" xOffset="1652.0" yOffset="2048.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>566.5</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>five</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <real>16.253499346996477</real>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>six</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1684</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 122, 'rightMargin': 86}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/six.sup.glif b/src/Inter-UI-Black.ufo/glyphs/six.sup.glif
index 1d7874f5e..d52ab635d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/six.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/six.sup.glif
@@ -1,57 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.sup" format="1">
- <advance width="1312"/>
+<glyph name="six.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="860" y="1112" type="line"/>
- <point x="540" y="1112"/>
- <point x="212" y="964"/>
- <point x="212" y="500" type="curve"/>
- <point x="212" y="432" type="line"/>
- <point x="212" y="108"/>
- <point x="412" y="-16"/>
- <point x="668" y="-16" type="curve" smooth="yes"/>
- <point x="920" y="-16"/>
- <point x="1104" y="148"/>
- <point x="1104" y="364" type="curve"/>
- <point x="1104" y="584"/>
- <point x="976" y="728"/>
- <point x="756" y="728" type="curve"/>
- <point x="528" y="728"/>
- <point x="412" y="552"/>
- <point x="416" y="416" type="curve"/>
- <point x="496" y="396" type="line"/>
- <point x="492" y="428"/>
- <point x="552" y="488"/>
- <point x="656" y="488" type="curve"/>
- <point x="744" y="488"/>
- <point x="800" y="456"/>
- <point x="800" y="368" type="curve" smooth="yes"/>
- <point x="800" y="292"/>
- <point x="740" y="228"/>
- <point x="660" y="228" type="curve" smooth="yes"/>
- <point x="556" y="228"/>
- <point x="512" y="272"/>
- <point x="512" y="376" type="curve" smooth="yes"/>
- <point x="512" y="540" type="line" smooth="yes"/>
- <point x="512" y="836"/>
- <point x="696" y="864"/>
- <point x="896" y="864" type="curve"/>
- <point x="912" y="864" type="line"/>
- <point x="912" y="1112" type="line"/>
+ <point x="860.0" y="1112.0" type="line"/>
+ <point x="540.0" y="1112.0"/>
+ <point x="212.0" y="964.0"/>
+ <point x="212.0" y="500.0" type="curve"/>
+ <point x="212.0" y="432.0" type="line"/>
+ <point x="212.0" y="108.0"/>
+ <point x="412.0" y="-16.0"/>
+ <point x="668.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="-16.0"/>
+ <point x="1104.0" y="148.0"/>
+ <point x="1104.0" y="364.0" type="curve"/>
+ <point x="1104.0" y="584.0"/>
+ <point x="976.0" y="728.0"/>
+ <point x="756.0" y="728.0" type="curve"/>
+ <point x="528.0" y="728.0"/>
+ <point x="412.0" y="552.0"/>
+ <point x="416.0" y="416.0" type="curve"/>
+ <point x="496.0" y="396.0" type="line"/>
+ <point x="492.0" y="428.0"/>
+ <point x="552.0" y="488.0"/>
+ <point x="656.0" y="488.0" type="curve"/>
+ <point x="744.0" y="488.0"/>
+ <point x="800.0" y="456.0"/>
+ <point x="800.0" y="368.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="292.0"/>
+ <point x="740.0" y="228.0"/>
+ <point x="660.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="228.0"/>
+ <point x="512.0" y="272.0"/>
+ <point x="512.0" y="376.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="540.0" type="line" smooth="yes"/>
+ <point x="512.0" y="836.0"/>
+ <point x="696.0" y="864.0"/>
+ <point x="896.0" y="864.0" type="curve"/>
+ <point x="912.0" y="864.0" type="line"/>
+ <point x="912.0" y="1112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 91, 'rightMargin': 70}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/six.tnum.1.glif b/src/Inter-UI-Black.ufo/glyphs/six.tnum.1.glif
index ecc2d1df7..12171f3a0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/six.tnum.1.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/six.tnum.1.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.tnum.1" format="1">
- <advance width="1824"/>
+<glyph name="six.tnum.1" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="six.1" xOffset="68"/>
+ <component base="six.1" xOffset="68.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/six.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/six.tnum.glif
index 5e1195036..a1d2c303a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/six.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/six.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.tnum" format="1">
- <advance width="1824"/>
+<glyph name="six.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="six" xOffset="68"/>
+ <component base="six" xOffset="68.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sixinferior.glif b/src/Inter-UI-Black.ufo/glyphs/sixinferior.glif
index 507634ec8..d940d82a3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sixinferior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sixinferior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sixinferior" format="1">
- <advance width="1312"/>
+<glyph name="sixinferior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2086"/>
<outline>
- <component base="six.sup" xOffset="-4" yOffset="-496"/>
+ <component base="six.sup" xOffset="-4.0" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 196, 'rightMargin': -35}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sixroman.glif b/src/Inter-UI-Black.ufo/glyphs/sixroman.glif
index 88cb1717e..8b00a6e1b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sixroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sixroman.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sixroman" format="1">
- <advance width="2336"/>
+<glyph name="sixroman" format="2">
+ <advance width="2336.0"/>
<unicode hex="2175"/>
<outline>
- <component base="v" xOffset="112"/>
- <component base="i" xOffset="1556"/>
+ <component base="v" xOffset="112.0"/>
+ <component base="i" xOffset="1556.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2212, 'leftMargin': 11, 'rightMargin': 137}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sixsuperior.glif b/src/Inter-UI-Black.ufo/glyphs/sixsuperior.glif
index b8f7b6881..a4ab17ea9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sixsuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sixsuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sixsuperior" format="1">
- <advance width="1312"/>
+<glyph name="sixsuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2076"/>
<outline>
- <component base="six.sup" xOffset="-4" yOffset="916"/>
+ <component base="six.sup" xOffset="-4.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 196, 'rightMargin': -35}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sixthemspace.glif b/src/Inter-UI-Black.ufo/glyphs/sixthemspace.glif
index d73902fc4..b88f57228 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sixthemspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sixthemspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sixthemspace" format="1">
- <advance width="512"/>
+<glyph name="sixthemspace" format="2">
+ <advance width="512.0"/>
<unicode hex="2006"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 479, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/slash.glif b/src/Inter-UI-Black.ufo/glyphs/slash.glif
index 8b1fdb63b..c90190e6e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/slash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/slash.glif
@@ -1,53 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slash" format="1">
- <advance width="1184"/>
+<glyph name="slash" format="2">
+ <advance width="1184.0"/>
<unicode hex="002F"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1088" y="2048" type="line"/>
- <point x="692" y="2048" type="line"/>
- <point x="96" y="-308" type="line"/>
- <point x="492" y="-308" type="line"/>
+ <point x="1088.0" y="2048.0" type="line"/>
+ <point x="692.0" y="2048.0" type="line"/>
+ <point x="96.0" y="-308.0" type="line"/>
+ <point x="492.0" y="-308.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1009, 'leftMargin': -33, 'rightMargin': 22}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/slashlongnosp.glif b/src/Inter-UI-Black.ufo/glyphs/slashlongnosp.glif
index 32df25149..a2df47caa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/slashlongnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/slashlongnosp.glif
@@ -1,39 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slashlongnosp" format="1">
- <advance width="0"/>
+<glyph name="slashlongnosp" format="2">
<unicode hex="0338"/>
+ <guideline x="-970.75"/>
<outline>
<contour>
- <point x="-231" y="2087" type="line"/>
- <point x="-425" y="2087" type="line"/>
- <point x="-1711" y="-131" type="line"/>
- <point x="-1517" y="-131" type="line"/>
+ <point x="-231.0" y="2087.0" type="line"/>
+ <point x="-425.0" y="2087.0" type="line"/>
+ <point x="-1711.0" y="-131.0" type="line"/>
+ <point x="-1517.0" y="-131.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>-970.75</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/slashshortnosp.glif b/src/Inter-UI-Black.ufo/glyphs/slashshortnosp.glif
index 1217ea0e0..6a5232aba 100644
--- a/src/Inter-UI-Black.ufo/glyphs/slashshortnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/slashshortnosp.glif
@@ -1,24 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slashshortnosp" format="1">
- <advance width="0"/>
+<glyph name="slashshortnosp" format="2">
<unicode hex="0337"/>
<outline>
<contour>
- <point x="-217" y="1676" type="line"/>
- <point x="-454" y="1676" type="line"/>
- <point x="-1365" y="-199" type="line"/>
- <point x="-1129" y="-199" type="line"/>
+ <point x="-217.0" y="1676.0" type="line"/>
+ <point x="-454.0" y="1676.0" type="line"/>
+ <point x="-1365.0" y="-199.0" type="line"/>
+ <point x="-1129.0" y="-199.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/slongdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/slongdotaccent.glif
index d968d4a9a..7486889d7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/slongdotaccent.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/slongdotaccent.glif
@@ -1,32 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slongdotaccent" format="1">
- <advance width="1056"/>
+<glyph name="slongdotaccent" format="2">
+ <advance width="1056.0"/>
<unicode hex="1E9B"/>
<outline>
<contour>
- <point x="584" y="0" type="line"/>
- <point x="584" y="1608" type="line" smooth="yes"/>
- <point x="584" y="1724"/>
- <point x="660" y="1784"/>
- <point x="800" y="1784" type="curve" smooth="yes"/>
- <point x="848" y="1784"/>
- <point x="884" y="1780"/>
- <point x="916" y="1772" type="curve"/>
- <point x="916" y="2112" type="line"/>
- <point x="852" y="2128"/>
- <point x="780" y="2140"/>
- <point x="704" y="2140" type="curve" smooth="yes"/>
- <point x="356" y="2140"/>
- <point x="140" y="1956"/>
- <point x="140" y="1608" type="curve" smooth="yes"/>
- <point x="140" y="0" type="line"/>
+ <point x="584.0" y="0.0" type="line"/>
+ <point x="584.0" y="1608.0" type="line" smooth="yes"/>
+ <point x="584.0" y="1724.0"/>
+ <point x="660.0" y="1784.0"/>
+ <point x="800.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="1784.0"/>
+ <point x="884.0" y="1780.0"/>
+ <point x="916.0" y="1772.0" type="curve"/>
+ <point x="916.0" y="2112.0" type="line"/>
+ <point x="852.0" y="2128.0"/>
+ <point x="780.0" y="2140.0"/>
+ <point x="704.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="2140.0"/>
+ <point x="140.0" y="1956.0"/>
+ <point x="140.0" y="1608.0" type="curve" smooth="yes"/>
+ <point x="140.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="612.0" y="2292.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="2292.0"/>
+ <point x="856.0" y="2392.0"/>
+ <point x="856.0" y="2508.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="2624.0"/>
+ <point x="748.0" y="2724.0"/>
+ <point x="612.0" y="2724.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="2724.0"/>
+ <point x="364.0" y="2624.0"/>
+ <point x="364.0" y="2508.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="2392.0"/>
+ <point x="476.0" y="2292.0"/>
</contour>
- <component base="dotaccent" xOffset="212" yOffset="628"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1018, 'leftMargin': 242, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/slongstroke.glif b/src/Inter-UI-Black.ufo/glyphs/slongstroke.glif
index 85d5e08a2..455b4c087 100644
--- a/src/Inter-UI-Black.ufo/glyphs/slongstroke.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/slongstroke.glif
@@ -1,40 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slongstroke" format="1">
- <advance width="1056"/>
+<glyph name="slongstroke" format="2">
+ <advance width="1056.0"/>
<unicode hex="1E9C"/>
<outline>
<contour>
- <point x="928" y="1176" type="line" name="hr00"/>
- <point x="32" y="896" type="line"/>
- <point x="32" y="608" type="line"/>
- <point x="928" y="892" type="line"/>
+ <point x="928.0" y="1176.0" type="line"/>
+ <point x="32.0" y="896.0" type="line"/>
+ <point x="32.0" y="608.0" type="line"/>
+ <point x="928.0" y="892.0" type="line"/>
</contour>
<contour>
- <point x="692" y="0" type="line"/>
- <point x="692" y="1608" type="line" smooth="yes"/>
- <point x="692" y="1724"/>
- <point x="772" y="1784"/>
- <point x="908" y="1784" type="curve" smooth="yes"/>
- <point x="956" y="1784"/>
- <point x="992" y="1780"/>
- <point x="1024" y="1772" type="curve"/>
- <point x="1024" y="2112" type="line"/>
- <point x="960" y="2128"/>
- <point x="888" y="2140"/>
- <point x="812" y="2140" type="curve" smooth="yes"/>
- <point x="468" y="2140"/>
- <point x="248" y="1956"/>
- <point x="248" y="1608" type="curve" smooth="yes"/>
- <point x="248" y="0" type="line"/>
+ <point x="692.0" y="0.0" type="line"/>
+ <point x="692.0" y="1608.0" type="line" smooth="yes"/>
+ <point x="692.0" y="1724.0"/>
+ <point x="772.0" y="1784.0"/>
+ <point x="908.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1784.0"/>
+ <point x="992.0" y="1780.0"/>
+ <point x="1024.0" y="1772.0" type="curve"/>
+ <point x="1024.0" y="2112.0" type="line"/>
+ <point x="960.0" y="2128.0"/>
+ <point x="888.0" y="2140.0"/>
+ <point x="812.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="2140.0"/>
+ <point x="248.0" y="1956.0"/>
+ <point x="248.0" y="1608.0" type="curve" smooth="yes"/>
+ <point x="248.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1018, 'leftMargin': 25, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/softhyphen.glif b/src/Inter-UI-Black.ufo/glyphs/softhyphen.glif
new file mode 100644
index 000000000..a64bf359d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/softhyphen.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="softhyphen" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="00AD"/>
+ <outline>
+ <component base="hyphen"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/softsigncyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/softsigncyrillic.glif
index c6372da8a..d0f92f93e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/softsigncyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/softsigncyrillic.glif
@@ -1,38 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="softsigncyrillic" format="1">
- <advance width="1824"/>
+<glyph name="softsigncyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="044C"/>
+ <anchor x="528.0" y="1268.0" name="cross"/>
<outline>
<contour>
- <point x="500" y="1080" type="line"/>
- <point x="500" y="724" type="line"/>
- <point x="924" y="724" type="line"/>
- <point x="1088" y="724"/>
- <point x="1156" y="648"/>
- <point x="1156" y="536" type="curve"/>
- <point x="1156" y="436"/>
- <point x="1088" y="356"/>
- <point x="924" y="356" type="curve"/>
- <point x="672" y="356" type="line"/>
- <point x="672" y="1488" type="line"/>
- <point x="228" y="1488" type="line"/>
- <point x="228" y="0" type="line"/>
- <point x="924" y="0" type="line"/>
- <point x="1344" y="0"/>
- <point x="1596" y="220"/>
- <point x="1596" y="536" type="curve"/>
- <point x="1596" y="860"/>
- <point x="1344" y="1080"/>
- <point x="924" y="1080" type="curve"/>
- </contour>
- <contour>
- <point x="528" y="1268" type="move" name="cross"/>
+ <point x="500.0" y="1080.0" type="line"/>
+ <point x="500.0" y="724.0" type="line"/>
+ <point x="924.0" y="724.0" type="line"/>
+ <point x="1088.0" y="724.0"/>
+ <point x="1156.0" y="648.0"/>
+ <point x="1156.0" y="536.0" type="curve"/>
+ <point x="1156.0" y="436.0"/>
+ <point x="1088.0" y="356.0"/>
+ <point x="924.0" y="356.0" type="curve"/>
+ <point x="672.0" y="356.0" type="line"/>
+ <point x="672.0" y="1488.0" type="line"/>
+ <point x="228.0" y="1488.0" type="line"/>
+ <point x="228.0" y="0.0" type="line"/>
+ <point x="924.0" y="0.0" type="line"/>
+ <point x="1344.0" y="0.0"/>
+ <point x="1596.0" y="220.0"/>
+ <point x="1596.0" y="536.0" type="curve"/>
+ <point x="1596.0" y="860.0"/>
+ <point x="1344.0" y="1080.0"/>
+ <point x="924.0" y="1080.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 168, 'rightMargin': 50}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/space.glif b/src/Inter-UI-Black.ufo/glyphs/space.glif
index 03a0442be..657f63845 100644
--- a/src/Inter-UI-Black.ufo/glyphs/space.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/space.glif
@@ -1,47 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="space" format="1">
- <advance width="768"/>
+<glyph name="space" format="2">
+ <advance width="768.0"/>
<unicode hex="0020"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 701, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/spaceopenbox.glif b/src/Inter-UI-Black.ufo/glyphs/spaceopenbox.glif
index f995d3673..4ef9940aa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/spaceopenbox.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/spaceopenbox.glif
@@ -1,30 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="spaceopenbox" format="1">
- <advance width="2080"/>
+<glyph name="spaceopenbox" format="2">
+ <advance width="2080.0"/>
<unicode hex="2423"/>
<outline>
<contour>
- <point x="172" y="192" type="line"/>
- <point x="172" y="-476" type="line"/>
- <point x="1908" y="-476" type="line"/>
- <point x="1908" y="192" type="line"/>
- <point x="1556" y="192" type="line"/>
- <point x="1556" y="-140" type="line"/>
- <point x="524" y="-140" type="line"/>
- <point x="524" y="192" type="line"/>
+ <point x="172.0" y="192.0" type="line"/>
+ <point x="172.0" y="-476.0" type="line"/>
+ <point x="1908.0" y="-476.0" type="line"/>
+ <point x="1908.0" y="192.0" type="line"/>
+ <point x="1556.0" y="192.0" type="line"/>
+ <point x="1556.0" y="-140.0" type="line"/>
+ <point x="524.0" y="-140.0" type="line"/>
+ <point x="524.0" y="192.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1928, 'leftMargin': 66, 'rightMargin': 128}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/squaresubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/squaresubnosp.glif
index 5a195f9ba..ffab748ed 100644
--- a/src/Inter-UI-Black.ufo/glyphs/squaresubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/squaresubnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="squaresubnosp" format="1">
- <advance width="0"/>
+<glyph name="squaresubnosp" format="2">
<unicode hex="033B"/>
+ <anchor x="-791.0" y="0.0" name="_markbottom"/>
+ <anchor x="-791.0" y="-722.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-791" y="0" type="move" name="_markbottom"/>
+ <point x="-1096.0" y="-722.0" type="line"/>
+ <point x="-485.0" y="-722.0" type="line"/>
+ <point x="-485.0" y="-111.0" type="line"/>
+ <point x="-1096.0" y="-111.0" type="line"/>
</contour>
<contour>
- <point x="-791" y="-722" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1096" y="-722" type="line"/>
- <point x="-485" y="-722" type="line"/>
- <point x="-485" y="-111" type="line"/>
- <point x="-1096" y="-111" type="line"/>
- </contour>
- <contour>
- <point x="-881" y="-326" type="line"/>
- <point x="-700" y="-326" type="line"/>
- <point x="-700" y="-507" type="line"/>
- <point x="-881" y="-507" type="line"/>
+ <point x="-881.0" y="-326.0" type="line"/>
+ <point x="-700.0" y="-326.0" type="line"/>
+ <point x="-700.0" y="-507.0" type="line"/>
+ <point x="-881.0" y="-507.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/srthook.glif b/src/Inter-UI-Black.ufo/glyphs/srthook.glif
index 43b5f86a3..b4786812b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/srthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/srthook.glif
@@ -1,41 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="srthook" format="1">
- <advance width="1568"/>
+<glyph name="srthook" format="2">
+ <advance width="1568.0"/>
<unicode hex="0282"/>
+ <anchor x="756.0" y="-616.0" name="bottom"/>
+ <anchor x="756.0" y="1776.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="112" y="532" type="line"/>
- <point x="112" y="-84" type="line" smooth="yes"/>
- <point x="112" y="-400"/>
- <point x="296" y="-576"/>
- <point x="588" y="-576" type="curve" smooth="yes"/>
- <point x="652" y="-576"/>
- <point x="704" y="-572"/>
- <point x="772" y="-556" type="curve"/>
- <point x="772" y="-260" type="line"/>
- <point x="732" y="-264"/>
- <point x="700" y="-268"/>
- <point x="660" y="-268" type="curve" smooth="yes"/>
- <point x="556" y="-268"/>
- <point x="512" y="-236"/>
- <point x="512" y="-84" type="curve" smooth="yes"/>
- <point x="512" y="532" type="line"/>
+ <point x="112.0" y="532.0" type="line"/>
+ <point x="112.0" y="-84.0" type="line" smooth="yes"/>
+ <point x="112.0" y="-400.0"/>
+ <point x="296.0" y="-576.0"/>
+ <point x="588.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="-576.0"/>
+ <point x="704.0" y="-572.0"/>
+ <point x="772.0" y="-556.0" type="curve"/>
+ <point x="772.0" y="-260.0" type="line"/>
+ <point x="732.0" y="-264.0"/>
+ <point x="700.0" y="-268.0"/>
+ <point x="660.0" y="-268.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="-268.0"/>
+ <point x="512.0" y="-236.0"/>
+ <point x="512.0" y="-84.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="532.0" type="line"/>
</contour>
- <component base="s" xOffset="32"/>
<contour>
- <point x="756" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="756" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1492" y="1776" type="move" name="top0315"/>
+ <point x="1476.0" y="1084.0" type="line"/>
+ <point x="1440.0" y="1388.0"/>
+ <point x="1240.0" y="1556.0"/>
+ <point x="844.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="428.0" y="1556.0"/>
+ <point x="156.0" y="1376.0"/>
+ <point x="156.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="156.0" y="788.0"/>
+ <point x="360.0" y="672.0"/>
+ <point x="592.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="868.0" y="560.0" type="line" smooth="yes"/>
+ <point x="940.0" y="544.0"/>
+ <point x="1040.0" y="532.0"/>
+ <point x="1040.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="352.0"/>
+ <point x="936.0" y="300.0"/>
+ <point x="820.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="300.0"/>
+ <point x="584.0" y="356.0"/>
+ <point x="556.0" y="496.0" type="curve"/>
+ <point x="112.0" y="472.0" type="line"/>
+ <point x="164.0" y="136.0"/>
+ <point x="400.0" y="-28.0"/>
+ <point x="792.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="-28.0"/>
+ <point x="1512.0" y="128.0"/>
+ <point x="1512.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="764.0"/>
+ <point x="1308.0" y="860.0"/>
+ <point x="1092.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="968.0" type="line" smooth="yes"/>
+ <point x="696.0" y="984.0"/>
+ <point x="612.0" y="1012.0"/>
+ <point x="612.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="1176.0"/>
+ <point x="716.0" y="1224.0"/>
+ <point x="820.0" y="1224.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="1224.0"/>
+ <point x="1040.0" y="1176.0"/>
+ <point x="1056.0" y="1060.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 58, 'rightMargin': 29}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/sterling.glif b/src/Inter-UI-Black.ufo/glyphs/sterling.glif
index 26f0e51bc..b1c5119f9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/sterling.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/sterling.glif
@@ -1,56 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sterling" format="1">
- <advance width="1824"/>
+<glyph name="sterling" format="2">
+ <advance width="1824.0"/>
<unicode hex="00A3"/>
<outline>
<contour>
- <point x="1648" y="0" type="line"/>
- <point x="1648" y="384" type="line"/>
- <point x="180" y="384" type="line"/>
- <point x="180" y="0" type="line"/>
+ <point x="1648.0" y="0.0" type="line"/>
+ <point x="1648.0" y="384.0" type="line"/>
+ <point x="180.0" y="384.0" type="line"/>
+ <point x="180.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1276" y="820" type="line"/>
- <point x="1276" y="1180" type="line"/>
- <point x="176" y="1180" type="line"/>
- <point x="176" y="820" type="line"/>
+ <point x="1276.0" y="820.0" type="line"/>
+ <point x="1276.0" y="1180.0" type="line"/>
+ <point x="176.0" y="1180.0" type="line"/>
+ <point x="176.0" y="820.0" type="line"/>
</contour>
<contour>
- <point x="840" y="1476" type="line"/>
- <point x="840" y="1632"/>
- <point x="908" y="1704"/>
- <point x="1012" y="1704" type="curve" smooth="yes"/>
- <point x="1124" y="1704"/>
- <point x="1212" y="1652"/>
- <point x="1212" y="1488" type="curve"/>
- <point x="1648" y="1488" type="line"/>
- <point x="1648" y="1840"/>
- <point x="1420" y="2076"/>
- <point x="1004" y="2076" type="curve" smooth="yes"/>
- <point x="628" y="2076"/>
- <point x="368" y="1856"/>
- <point x="380" y="1476" type="curve" smooth="yes"/>
- <point x="408" y="600" type="line" smooth="yes"/>
- <point x="412" y="496"/>
- <point x="400" y="404"/>
- <point x="320" y="384" type="curve"/>
- <point x="588" y="248" type="line"/>
- <point x="800" y="336"/>
- <point x="880" y="444"/>
- <point x="872" y="628" type="curve" smooth="yes"/>
+ <point x="840.0" y="1476.0" type="line"/>
+ <point x="840.0" y="1632.0"/>
+ <point x="908.0" y="1704.0"/>
+ <point x="1012.0" y="1704.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="1704.0"/>
+ <point x="1212.0" y="1652.0"/>
+ <point x="1212.0" y="1488.0" type="curve"/>
+ <point x="1648.0" y="1488.0" type="line"/>
+ <point x="1648.0" y="1840.0"/>
+ <point x="1420.0" y="2076.0"/>
+ <point x="1004.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="2076.0"/>
+ <point x="368.0" y="1856.0"/>
+ <point x="380.0" y="1476.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="600.0" type="line" smooth="yes"/>
+ <point x="412.0" y="496.0"/>
+ <point x="400.0" y="404.0"/>
+ <point x="320.0" y="384.0" type="curve"/>
+ <point x="588.0" y="248.0" type="line"/>
+ <point x="800.0" y="336.0"/>
+ <point x="880.0" y="444.0"/>
+ <point x="872.0" y="628.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1686, 'leftMargin': 140, 'rightMargin': 74}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/stigma.glif b/src/Inter-UI-Black.ufo/glyphs/stigma.glif
index 2d6d2d01c..7479656ce 100644
--- a/src/Inter-UI-Black.ufo/glyphs/stigma.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/stigma.glif
@@ -1,51 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="stigma" format="1">
- <advance width="1568"/>
+<glyph name="stigma" format="2">
+ <advance width="1568.0"/>
<unicode hex="03DB"/>
<outline>
<contour>
- <point x="844" y="-556" type="line"/>
- <point x="1160" y="-552"/>
- <point x="1464" y="-472"/>
- <point x="1464" y="-108" type="curve" smooth="yes"/>
- <point x="1464" y="120"/>
- <point x="1348" y="224"/>
- <point x="1192" y="276" type="curve"/>
- <point x="916" y="360" type="line"/>
- <point x="720" y="420"/>
- <point x="548" y="504"/>
- <point x="548" y="776" type="curve" smooth="yes"/>
- <point x="548" y="808" type="line" smooth="yes"/>
- <point x="548" y="1024"/>
- <point x="600" y="1160"/>
- <point x="788" y="1160" type="curve" smooth="yes"/>
- <point x="936" y="1160"/>
- <point x="1008" y="1052"/>
- <point x="1008" y="920" type="curve"/>
- <point x="1424" y="920" type="line"/>
- <point x="1424" y="1296"/>
- <point x="1168" y="1516"/>
- <point x="796" y="1516" type="curve" smooth="yes"/>
- <point x="336" y="1516"/>
- <point x="104" y="1200"/>
- <point x="104" y="800" type="curve" smooth="yes"/>
- <point x="104" y="768" type="line" smooth="yes"/>
- <point x="104" y="300"/>
- <point x="364" y="164"/>
- <point x="628" y="72" type="curve"/>
- <point x="932" y="-24" type="line"/>
- <point x="992" y="-40"/>
- <point x="1020" y="-68"/>
- <point x="1020" y="-112" type="curve" smooth="yes"/>
- <point x="1020" y="-184"/>
- <point x="956" y="-212"/>
- <point x="844" y="-212" type="curve"/>
+ <point x="844.0" y="-556.0" type="line"/>
+ <point x="1160.0" y="-552.0"/>
+ <point x="1464.0" y="-472.0"/>
+ <point x="1464.0" y="-108.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="120.0"/>
+ <point x="1348.0" y="224.0"/>
+ <point x="1192.0" y="276.0" type="curve"/>
+ <point x="916.0" y="360.0" type="line"/>
+ <point x="720.0" y="420.0"/>
+ <point x="548.0" y="504.0"/>
+ <point x="548.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="808.0" type="line" smooth="yes"/>
+ <point x="548.0" y="1024.0"/>
+ <point x="600.0" y="1160.0"/>
+ <point x="788.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="1160.0"/>
+ <point x="1008.0" y="1052.0"/>
+ <point x="1008.0" y="920.0" type="curve"/>
+ <point x="1424.0" y="920.0" type="line"/>
+ <point x="1424.0" y="1296.0"/>
+ <point x="1168.0" y="1516.0"/>
+ <point x="796.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="1516.0"/>
+ <point x="104.0" y="1200.0"/>
+ <point x="104.0" y="800.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="768.0" type="line" smooth="yes"/>
+ <point x="104.0" y="300.0"/>
+ <point x="364.0" y="164.0"/>
+ <point x="628.0" y="72.0" type="curve"/>
+ <point x="932.0" y="-24.0" type="line"/>
+ <point x="992.0" y="-40.0"/>
+ <point x="1020.0" y="-68.0"/>
+ <point x="1020.0" y="-112.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="-184.0"/>
+ <point x="956.0" y="-212.0"/>
+ <point x="844.0" y="-212.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 78, 'rightMargin': 30}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/summation.glif b/src/Inter-UI-Black.ufo/glyphs/summation.glif
index 4fcb911b9..2f4cb7418 100644
--- a/src/Inter-UI-Black.ufo/glyphs/summation.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/summation.glif
@@ -1,43 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="summation" format="1">
- <advance width="2080"/>
+<glyph name="summation" format="2">
+ <advance width="2080.0"/>
<unicode hex="2211"/>
<outline>
<contour>
- <point x="1864" y="-16" type="line"/>
- <point x="384" y="-16" type="line"/>
- <point x="384" y="-372" type="line"/>
- <point x="1864" y="-372" type="line"/>
+ <point x="1864.0" y="-16.0" type="line"/>
+ <point x="384.0" y="-16.0" type="line"/>
+ <point x="384.0" y="-372.0" type="line"/>
+ <point x="1864.0" y="-372.0" type="line"/>
</contour>
<contour>
- <point x="1840" y="2004" type="line"/>
- <point x="440" y="2004" type="line"/>
- <point x="440" y="1644" type="line"/>
- <point x="1840" y="1644" type="line"/>
+ <point x="1840.0" y="2004.0" type="line"/>
+ <point x="440.0" y="2004.0" type="line"/>
+ <point x="440.0" y="1644.0" type="line"/>
+ <point x="1840.0" y="1644.0" type="line"/>
</contour>
<contour>
- <point x="1444" y="856" type="line"/>
- <point x="572" y="2004" type="line"/>
- <point x="216" y="2004" type="line"/>
- <point x="216" y="1796" type="line"/>
- <point x="980" y="828" type="line"/>
- <point x="216" y="-164" type="line"/>
- <point x="216" y="-372" type="line"/>
- <point x="572" y="-372" type="line"/>
- <point x="1444" y="804" type="line"/>
+ <point x="1444.0" y="856.0" type="line"/>
+ <point x="572.0" y="2004.0" type="line"/>
+ <point x="216.0" y="2004.0" type="line"/>
+ <point x="216.0" y="1796.0" type="line"/>
+ <point x="980.0" y="828.0" type="line"/>
+ <point x="216.0" y="-164.0" type="line"/>
+ <point x="216.0" y="-372.0" type="line"/>
+ <point x="572.0" y="-372.0" type="line"/>
+ <point x="1444.0" y="804.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1807, 'leftMargin': 73, 'rightMargin': 87}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/t.glif b/src/Inter-UI-Black.ufo/glyphs/t.glif
index 01b225c0f..a65b83ebb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/t.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/t.glif
@@ -1,242 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="t" format="1">
- <advance width="1048"/>
+<glyph name="t" format="2">
+ <advance width="1048.0"/>
<unicode hex="0074"/>
+ <anchor x="620.0" y="0.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2296.0" name="caron"/>
+ <anchor x="476.0" y="824.0" name="cross"/>
+ <anchor x="1000.0" y="1756.0" name="marktop"/>
+ <anchor x="504.0" y="2032.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="940" y="1536" type="line"/>
- <point x="68" y="1536" type="line"/>
- <point x="68" y="1216" type="line"/>
- <point x="940" y="1216" type="line"/>
- </contour>
- <contour>
- <point x="240" y="1864" type="line"/>
- <point x="240" y="428" type="line"/>
- <point x="240" y="156"/>
- <point x="436" y="-20"/>
- <point x="684" y="-20" type="curve" smooth="yes"/>
- <point x="852" y="-20"/>
- <point x="968" y="12"/>
- <point x="996" y="24" type="curve"/>
- <point x="928" y="364" type="line"/>
- <point x="900" y="356"/>
- <point x="860" y="352"/>
- <point x="832" y="352" type="curve" smooth="yes"/>
- <point x="756" y="352"/>
- <point x="700" y="368"/>
- <point x="700" y="484" type="curve"/>
- <point x="700" y="1864" type="line"/>
- </contour>
- <contour>
- <point x="620" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="884" y="2296" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="476" y="824" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="504" y="2032" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1000" y="1756" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="996" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="996" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="996" y="2032" type="move" name="top0315"/>
+ <point x="940.0" y="1536.0" type="line"/>
+ <point x="68.0" y="1536.0" type="line"/>
+ <point x="68.0" y="1216.0" type="line"/>
+ <point x="940.0" y="1216.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="240.0" y="1864.0" type="line"/>
+ <point x="240.0" y="428.0" type="line"/>
+ <point x="240.0" y="156.0"/>
+ <point x="436.0" y="-20.0"/>
+ <point x="684.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="-20.0"/>
+ <point x="968.0" y="12.0"/>
+ <point x="996.0" y="24.0" type="curve"/>
+ <point x="928.0" y="364.0" type="line"/>
+ <point x="900.0" y="356.0"/>
+ <point x="860.0" y="352.0"/>
+ <point x="832.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="352.0"/>
+ <point x="700.0" y="368.0"/>
+ <point x="700.0" y="484.0" type="curve"/>
+ <point x="700.0" y="1864.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>336</integer>
- <key>y</key>
- <integer>1936</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>336</integer>
- <key>y</key>
- <integer>448</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>336</integer>
- <key>y</key>
- <integer>180</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>552</integer>
- <key>y</key>
- <integer>52</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>752</integer>
- <key>y</key>
- <integer>52</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>840</integer>
- <key>y</key>
- <integer>52</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>896</integer>
- <key>y</key>
- <integer>68</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>928</integer>
- <key>y</key>
- <integer>80</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>880</integer>
- <key>y</key>
- <integer>292</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>860</integer>
- <key>y</key>
- <integer>288</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>828</integer>
- <key>y</key>
- <integer>280</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>776</integer>
- <key>y</key>
- <integer>280</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>672</integer>
- <key>y</key>
- <integer>280</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>572</integer>
- <key>y</key>
- <integer>312</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>572</integer>
- <key>y</key>
- <integer>512</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>572</integer>
- <key>y</key>
- <integer>1936</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>t</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1048</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 963, 'leftMargin': 17, 'rightMargin': 39}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tackdownsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/tackdownsubnosp.glif
index 5bcba788d..e527b2da4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tackdownsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tackdownsubnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tackdownsubnosp" format="1">
- <advance width="0"/>
+<glyph name="tackdownsubnosp" format="2">
<unicode hex="031E"/>
+ <anchor x="-795.0" y="0.0" name="_markbottom"/>
+ <anchor x="-795.0" y="-677.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-795" y="0" type="move" name="_markbottom"/>
+ <point x="-655.0" y="-718.0" type="line"/>
+ <point x="-934.0" y="-718.0" type="line"/>
+ <point x="-934.0" y="-114.0" type="line"/>
+ <point x="-655.0" y="-114.0" type="line"/>
</contour>
<contour>
- <point x="-795" y="-677" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-655" y="-718" type="line"/>
- <point x="-934" y="-718" type="line"/>
- <point x="-934" y="-114" type="line"/>
- <point x="-655" y="-114" type="line"/>
- </contour>
- <contour>
- <point x="-1137" y="-380" type="line"/>
- <point x="-1137" y="-114" type="line"/>
- <point x="-451" y="-114" type="line"/>
- <point x="-451" y="-380" type="line"/>
+ <point x="-1137.0" y="-380.0" type="line"/>
+ <point x="-1137.0" y="-114.0" type="line"/>
+ <point x="-451.0" y="-114.0" type="line"/>
+ <point x="-451.0" y="-380.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tackleftsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/tackleftsubnosp.glif
index 5dbd7ec57..fdcf8e228 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tackleftsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tackleftsubnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tackleftsubnosp" format="1">
- <advance width="0"/>
+<glyph name="tackleftsubnosp" format="2">
<unicode hex="0318"/>
+ <anchor x="-755.0" y="-17.0" name="_markbottom"/>
+ <anchor x="-755.0" y="-732.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-755" y="-17" type="move" name="_markbottom"/>
+ <point x="-435.0" y="-91.0" type="line"/>
+ <point x="-711.0" y="-91.0" type="line"/>
+ <point x="-711.0" y="-732.0" type="line"/>
+ <point x="-435.0" y="-732.0" type="line"/>
</contour>
<contour>
- <point x="-755" y="-732" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-435" y="-91" type="line"/>
- <point x="-711" y="-91" type="line"/>
- <point x="-711" y="-732" type="line"/>
- <point x="-435" y="-732" type="line"/>
- </contour>
- <contour>
- <point x="-1152" y="-281" type="line"/>
- <point x="-1152" y="-542" type="line"/>
- <point x="-461" y="-542" type="line"/>
- <point x="-461" y="-281" type="line"/>
+ <point x="-1152.0" y="-281.0" type="line"/>
+ <point x="-1152.0" y="-542.0" type="line"/>
+ <point x="-461.0" y="-542.0" type="line"/>
+ <point x="-461.0" y="-281.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tackrightsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/tackrightsubnosp.glif
index 0a81ea436..413a3a08c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tackrightsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tackrightsubnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tackrightsubnosp" format="1">
- <advance width="0"/>
+<glyph name="tackrightsubnosp" format="2">
<unicode hex="0319"/>
+ <anchor x="-829.0" y="0.0" name="_markbottom"/>
+ <anchor x="-829.0" y="-732.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-829" y="0" type="move" name="_markbottom"/>
+ <point x="-1152.0" y="-91.0" type="line"/>
+ <point x="-876.0" y="-91.0" type="line"/>
+ <point x="-876.0" y="-732.0" type="line"/>
+ <point x="-1152.0" y="-732.0" type="line"/>
</contour>
<contour>
- <point x="-829" y="-732" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1152" y="-91" type="line"/>
- <point x="-876" y="-91" type="line"/>
- <point x="-876" y="-732" type="line"/>
- <point x="-1152" y="-732" type="line"/>
- </contour>
- <contour>
- <point x="-435" y="-281" type="line"/>
- <point x="-435" y="-542" type="line"/>
- <point x="-1126" y="-542" type="line"/>
- <point x="-1126" y="-281" type="line"/>
+ <point x="-435.0" y="-281.0" type="line"/>
+ <point x="-435.0" y="-542.0" type="line"/>
+ <point x="-1126.0" y="-542.0" type="line"/>
+ <point x="-1126.0" y="-281.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tackupsubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/tackupsubnosp.glif
index 77da23530..d97aad371 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tackupsubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tackupsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tackupsubnosp" format="1">
- <advance width="0"/>
+<glyph name="tackupsubnosp" format="2">
<unicode hex="031D"/>
+ <anchor x="-795.0" y="0.0" name="_markbottom"/>
+ <anchor x="-795.0" y="-677.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-795" y="-677" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-795" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uptackmod" xOffset="-1249" yOffset="-880"/>
+ <component base="uptackmod" xOffset="-1249.0" yOffset="-880.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tau.glif b/src/Inter-UI-Black.ufo/glyphs/tau.glif
index 80e0e31bf..bdbd832ef 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tau.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tau.glif
@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tau" format="1">
- <advance width="1568"/>
+<glyph name="tau" format="2">
+ <advance width="1568.0"/>
<unicode hex="03C4"/>
<outline>
<contour>
- <point x="1476" y="1488" type="line"/>
- <point x="96" y="1488" type="line"/>
- <point x="96" y="1132" type="line"/>
- <point x="1476" y="1132" type="line"/>
+ <point x="1476.0" y="1488.0" type="line"/>
+ <point x="96.0" y="1488.0" type="line"/>
+ <point x="96.0" y="1132.0" type="line"/>
+ <point x="1476.0" y="1132.0" type="line"/>
</contour>
<contour>
- <point x="544" y="1488" type="line"/>
- <point x="544" y="484" type="line"/>
- <point x="544" y="140"/>
- <point x="724" y="-28"/>
- <point x="1028" y="-28" type="curve" smooth="yes"/>
- <point x="1128" y="-28"/>
- <point x="1196" y="-20"/>
- <point x="1284" y="8" type="curve"/>
- <point x="1248" y="348" type="line"/>
- <point x="1200" y="340"/>
- <point x="1176" y="332"/>
- <point x="1112" y="332" type="curve" smooth="yes"/>
- <point x="1028" y="332"/>
- <point x="988" y="372"/>
- <point x="988" y="484" type="curve"/>
- <point x="988" y="1488" type="line"/>
+ <point x="544.0" y="1488.0" type="line"/>
+ <point x="544.0" y="484.0" type="line"/>
+ <point x="544.0" y="140.0"/>
+ <point x="724.0" y="-28.0"/>
+ <point x="1028.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1128.0" y="-28.0"/>
+ <point x="1196.0" y="-20.0"/>
+ <point x="1284.0" y="8.0" type="curve"/>
+ <point x="1248.0" y="348.0" type="line"/>
+ <point x="1200.0" y="340.0"/>
+ <point x="1176.0" y="332.0"/>
+ <point x="1112.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="332.0"/>
+ <point x="988.0" y="372.0"/>
+ <point x="988.0" y="484.0" type="curve"/>
+ <point x="988.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1463.0, 'leftMargin': 41, 'rightMargin': 41.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tavdages.glif b/src/Inter-UI-Black.ufo/glyphs/tavdages.glif
index 14a08684d..449c5816c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tavdages.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tavdages.glif
@@ -1,53 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tavdages" format="1">
- <advance width="1312"/>
+<glyph name="tavdages" format="2">
+ <advance width="1312.0"/>
<unicode hex="02E2"/>
<outline>
<contour>
- <point x="832" y="1196" type="curve" smooth="yes"/>
- <point x="832" y="1124"/>
- <point x="768" y="1088"/>
- <point x="668" y="1088" type="curve" smooth="yes"/>
- <point x="536" y="1088"/>
- <point x="476" y="1140"/>
- <point x="468" y="1248" type="curve"/>
- <point x="176" y="1248" type="line"/>
- <point x="176" y="1072"/>
- <point x="348" y="876"/>
- <point x="660" y="876" type="curve" smooth="yes"/>
- <point x="972" y="876"/>
- <point x="1136" y="1020"/>
- <point x="1136" y="1216" type="curve" smooth="yes"/>
- <point x="1136" y="1416"/>
- <point x="1012" y="1512"/>
- <point x="752" y="1564" type="curve" smooth="yes"/>
- <point x="564" y="1600"/>
- <point x="508" y="1636"/>
- <point x="508" y="1704" type="curve" smooth="yes"/>
- <point x="508" y="1772"/>
- <point x="568" y="1804"/>
- <point x="648" y="1804" type="curve" smooth="yes"/>
- <point x="752" y="1804"/>
- <point x="820" y="1740"/>
- <point x="820" y="1660" type="curve"/>
- <point x="1136" y="1660" type="line"/>
- <point x="1136" y="1872"/>
- <point x="952" y="2016"/>
- <point x="660" y="2016" type="curve" smooth="yes"/>
- <point x="376" y="2016"/>
- <point x="212" y="1872"/>
- <point x="212" y="1672" type="curve" smooth="yes"/>
- <point x="212" y="1480"/>
- <point x="376" y="1372"/>
- <point x="584" y="1332" type="curve" smooth="yes"/>
- <point x="764" y="1300"/>
- <point x="832" y="1268"/>
+ <point x="832.0" y="1196.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="1124.0"/>
+ <point x="768.0" y="1088.0"/>
+ <point x="668.0" y="1088.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="1088.0"/>
+ <point x="476.0" y="1140.0"/>
+ <point x="468.0" y="1248.0" type="curve"/>
+ <point x="176.0" y="1248.0" type="line"/>
+ <point x="176.0" y="1072.0"/>
+ <point x="348.0" y="876.0"/>
+ <point x="660.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="876.0"/>
+ <point x="1136.0" y="1020.0"/>
+ <point x="1136.0" y="1216.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1416.0"/>
+ <point x="1012.0" y="1512.0"/>
+ <point x="752.0" y="1564.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="1600.0"/>
+ <point x="508.0" y="1636.0"/>
+ <point x="508.0" y="1704.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="1772.0"/>
+ <point x="568.0" y="1804.0"/>
+ <point x="648.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="1804.0"/>
+ <point x="820.0" y="1740.0"/>
+ <point x="820.0" y="1660.0" type="curve"/>
+ <point x="1136.0" y="1660.0" type="line"/>
+ <point x="1136.0" y="1872.0"/>
+ <point x="952.0" y="2016.0"/>
+ <point x="660.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="2016.0"/>
+ <point x="212.0" y="1872.0"/>
+ <point x="212.0" y="1672.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="1480.0"/>
+ <point x="376.0" y="1372.0"/>
+ <point x="584.0" y="1332.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="1300.0"/>
+ <point x="832.0" y="1268.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1123, 'leftMargin': 83, 'rightMargin': 82}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tbar.glif b/src/Inter-UI-Black.ufo/glyphs/tbar.glif
new file mode 100644
index 000000000..cd209303a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tbar.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tbar" format="2">
+ <advance width="1048.0"/>
+ <unicode hex="0167"/>
+ <anchor x="620.0" y="0.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="504.0" y="2032.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="crossbar" xOffset="-176.0" yOffset="-200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tcaron.glif b/src/Inter-UI-Black.ufo/glyphs/tcaron.glif
new file mode 100644
index 000000000..1b332600f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tcaron.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tcaron" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="0165"/>
+ <anchor x="620.0" y="0.0" name="bottom"/>
+ <anchor x="1036.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="504.0" y="2032.0" name="top"/>
+ <anchor x="1036.0" y="2032.0" name="top0315"/>
+ <anchor x="1036.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="commaaccent" xOffset="768.0" yOffset="1904.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tccurl.glif b/src/Inter-UI-Black.ufo/glyphs/tccurl.glif
index c918c8db5..ea9314131 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tccurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tccurl.glif
@@ -1,82 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tccurl" format="1">
- <advance width="2304"/>
+<glyph name="tccurl" format="2">
+ <advance width="2304.0"/>
<unicode hex="02A8"/>
+ <anchor x="1572.0" y="0.0" name="bottom"/>
+ <anchor x="1572.0" y="2200.0" name="top"/>
+ <anchor x="2280.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1628" y="332" type="curve" smooth="yes"/>
- <point x="1372" y="332"/>
- <point x="1336" y="508"/>
- <point x="1336" y="728" type="curve" smooth="yes"/>
- <point x="1336" y="760" type="line" smooth="yes"/>
- <point x="1336" y="976"/>
- <point x="1364" y="1200"/>
- <point x="1576" y="1200" type="curve" smooth="yes"/>
- <point x="1724" y="1200"/>
- <point x="1796" y="1092"/>
- <point x="1796" y="960" type="curve"/>
- <point x="2212" y="960" type="line"/>
- <point x="2212" y="1336"/>
- <point x="1956" y="1556"/>
- <point x="1584" y="1556" type="curve" smooth="yes"/>
- <point x="1108" y="1556"/>
- <point x="896" y="1188"/>
- <point x="896" y="760" type="curve" smooth="yes"/>
- <point x="896" y="728" type="line" smooth="yes"/>
- <point x="896" y="296"/>
- <point x="1124" y="-28"/>
- <point x="1588" y="-28" type="curve" smooth="yes"/>
- <point x="2012" y="-28"/>
- <point x="2212" y="228"/>
- <point x="2212" y="464" type="curve" smooth="yes"/>
- <point x="2212" y="664"/>
- <point x="2068" y="840"/>
- <point x="1812" y="840" type="curve" smooth="yes"/>
- <point x="1380" y="840"/>
- <point x="1032" y="336"/>
- <point x="828" y="336" type="curve"/>
- <point x="728" y="-28" type="line"/>
- <point x="1216" y="-28"/>
- <point x="1532" y="504"/>
- <point x="1712" y="504" type="curve" smooth="yes"/>
- <point x="1756" y="504"/>
- <point x="1792" y="484"/>
- <point x="1792" y="436" type="curve" smooth="yes"/>
- <point x="1792" y="364"/>
- <point x="1712" y="332"/>
+ <point x="1628.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="332.0"/>
+ <point x="1336.0" y="508.0"/>
+ <point x="1336.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1336.0" y="976.0"/>
+ <point x="1364.0" y="1200.0"/>
+ <point x="1576.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="1724.0" y="1200.0"/>
+ <point x="1796.0" y="1092.0"/>
+ <point x="1796.0" y="960.0" type="curve"/>
+ <point x="2212.0" y="960.0" type="line"/>
+ <point x="2212.0" y="1336.0"/>
+ <point x="1956.0" y="1556.0"/>
+ <point x="1584.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="1556.0"/>
+ <point x="896.0" y="1188.0"/>
+ <point x="896.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="728.0" type="line" smooth="yes"/>
+ <point x="896.0" y="296.0"/>
+ <point x="1124.0" y="-28.0"/>
+ <point x="1588.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2012.0" y="-28.0"/>
+ <point x="2212.0" y="228.0"/>
+ <point x="2212.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="2212.0" y="664.0"/>
+ <point x="2068.0" y="840.0"/>
+ <point x="1812.0" y="840.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="840.0"/>
+ <point x="1032.0" y="336.0"/>
+ <point x="828.0" y="336.0" type="curve"/>
+ <point x="728.0" y="-28.0" type="line"/>
+ <point x="1216.0" y="-28.0"/>
+ <point x="1532.0" y="504.0"/>
+ <point x="1712.0" y="504.0" type="curve" smooth="yes"/>
+ <point x="1756.0" y="504.0"/>
+ <point x="1792.0" y="484.0"/>
+ <point x="1792.0" y="436.0" type="curve" smooth="yes"/>
+ <point x="1792.0" y="364.0"/>
+ <point x="1712.0" y="332.0"/>
</contour>
<contour>
- <point x="908" y="1536" type="line"/>
- <point x="76" y="1536" type="line"/>
- <point x="76" y="1216" type="line"/>
- <point x="908" y="1216" type="line"/>
+ <point x="908.0" y="1536.0" type="line"/>
+ <point x="76.0" y="1536.0" type="line"/>
+ <point x="76.0" y="1216.0" type="line"/>
+ <point x="908.0" y="1216.0" type="line"/>
</contour>
<contour>
- <point x="276" y="1860" type="line"/>
- <point x="276" y="484" type="line" smooth="yes"/>
- <point x="276" y="120"/>
- <point x="468" y="-28"/>
- <point x="728" y="-28" type="curve"/>
- <point x="828" y="336" type="line"/>
- <point x="744" y="336"/>
- <point x="716" y="372"/>
- <point x="716" y="484" type="curve" smooth="yes"/>
- <point x="716" y="1860" type="line"/>
- </contour>
- <contour>
- <point x="1572" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1572" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2280" y="2200" type="move" name="top0315"/>
+ <point x="276.0" y="1860.0" type="line"/>
+ <point x="276.0" y="484.0" type="line" smooth="yes"/>
+ <point x="276.0" y="120.0"/>
+ <point x="468.0" y="-28.0"/>
+ <point x="728.0" y="-28.0" type="curve"/>
+ <point x="828.0" y="336.0" type="line"/>
+ <point x="744.0" y="336.0"/>
+ <point x="716.0" y="372.0"/>
+ <point x="716.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="716.0" y="1860.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2222.0, 'leftMargin': 17, 'rightMargin': 69.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tcircumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/tcircumflexbelow.glif
new file mode 100644
index 000000000..8f0abeada
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tcircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tcircumflexbelow" format="2">
+ <advance width="1048.0"/>
+ <unicode hex="1E71"/>
+ <anchor x="620.0" y="-520.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="504.0" y="2032.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="circumflexsubnosp" xOffset="1412.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tcommaaccent.glif b/src/Inter-UI-Black.ufo/glyphs/tcommaaccent.glif
new file mode 100644
index 000000000..86069745b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tcommaaccent" format="2">
+ <advance width="1048.0"/>
+ <unicode hex="0163"/>
+ <anchor x="620.0" y="-648.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="504.0" y="2032.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="cedilla" xOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tcurl.glif b/src/Inter-UI-Black.ufo/glyphs/tcurl.glif
index dfa3679ab..c222d90f4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tcurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tcurl.glif
@@ -1,59 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tcurl" format="1">
- <advance width="1396"/>
+<glyph name="tcurl" format="2">
+ <advance width="1396.0"/>
<unicode hex="0236"/>
<outline>
<contour>
- <point x="324" y="944" type="line"/>
- <point x="324" y="548" type="line"/>
- <point x="324" y="148"/>
- <point x="648" y="-32"/>
- <point x="900" y="-32" type="curve" smooth="yes"/>
- <point x="1176" y="-32"/>
- <point x="1348" y="180"/>
- <point x="1348" y="392" type="curve" smooth="yes"/>
- <point x="1348" y="600"/>
- <point x="1184" y="784"/>
- <point x="936" y="784" type="curve" smooth="yes"/>
- <point x="700" y="784"/>
- <point x="372" y="628"/>
- <point x="136" y="440" type="curve" smooth="yes"/>
- <point x="-60" y="284" type="line"/>
- <point x="156" y="28" type="line"/>
- <point x="428" y="252" type="line" smooth="yes"/>
- <point x="612" y="404"/>
- <point x="744" y="476"/>
- <point x="892" y="476" type="curve" smooth="yes"/>
- <point x="956" y="476"/>
- <point x="992" y="420"/>
- <point x="992" y="380" type="curve" smooth="yes"/>
- <point x="992" y="324"/>
- <point x="952" y="276"/>
- <point x="904" y="276" type="curve" smooth="yes"/>
- <point x="816" y="276"/>
- <point x="784" y="336"/>
- <point x="784" y="432" type="curve" smooth="yes"/>
- <point x="784" y="472"/>
- <point x="784" y="944"/>
- <point x="784" y="944" type="curve"/>
+ <point x="324.0" y="944.0" type="line"/>
+ <point x="324.0" y="548.0" type="line"/>
+ <point x="324.0" y="148.0"/>
+ <point x="648.0" y="-32.0"/>
+ <point x="900.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="-32.0"/>
+ <point x="1348.0" y="180.0"/>
+ <point x="1348.0" y="392.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="600.0"/>
+ <point x="1184.0" y="784.0"/>
+ <point x="936.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="784.0"/>
+ <point x="372.0" y="628.0"/>
+ <point x="136.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="-60.0" y="284.0" type="line"/>
+ <point x="156.0" y="28.0" type="line"/>
+ <point x="428.0" y="252.0" type="line" smooth="yes"/>
+ <point x="612.0" y="404.0"/>
+ <point x="744.0" y="476.0"/>
+ <point x="892.0" y="476.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="476.0"/>
+ <point x="992.0" y="420.0"/>
+ <point x="992.0" y="380.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="324.0"/>
+ <point x="952.0" y="276.0"/>
+ <point x="904.0" y="276.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="276.0"/>
+ <point x="784.0" y="336.0"/>
+ <point x="784.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="472.0"/>
+ <point x="784.0" y="944.0"/>
+ <point x="784.0" y="944.0" type="curve"/>
</contour>
<contour>
- <point x="1024" y="1536" type="line"/>
- <point x="136" y="1536" type="line"/>
- <point x="136" y="1216" type="line"/>
- <point x="1024" y="1216" type="line"/>
+ <point x="1024.0" y="1536.0" type="line"/>
+ <point x="136.0" y="1536.0" type="line"/>
+ <point x="136.0" y="1216.0" type="line"/>
+ <point x="1024.0" y="1216.0" type="line"/>
</contour>
<contour>
- <point x="324" y="1864" type="line"/>
- <point x="324" y="796" type="line"/>
- <point x="784" y="796" type="line"/>
- <point x="784" y="1864" type="line"/>
+ <point x="324.0" y="1864.0" type="line"/>
+ <point x="324.0" y="796.0" type="line"/>
+ <point x="784.0" y="796.0" type="line"/>
+ <point x="784.0" y="1864.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1513, 'leftMargin': 28, 'rightMargin': 42}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tdieresis.glif b/src/Inter-UI-Black.ufo/glyphs/tdieresis.glif
new file mode 100644
index 000000000..e9742fcfc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tdieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tdieresis" format="2">
+ <advance width="1048.0"/>
+ <unicode hex="1E97"/>
+ <anchor x="620.0" y="0.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="508.0" y="2476.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="dieresis" xOffset="-152.0" yOffset="260.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/tdotaccent.glif
new file mode 100644
index 000000000..f693ef4a0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tdotaccent" format="2">
+ <advance width="1048.0"/>
+ <unicode hex="1E6B"/>
+ <anchor x="620.0" y="0.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="504.0" y="2552.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="dotaccent" xOffset="104.0" yOffset="288.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/tdotbelow.glif
new file mode 100644
index 000000000..049dc7e9e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tdotbelow" format="2">
+ <advance width="1048.0"/>
+ <unicode hex="1E6D"/>
+ <anchor x="619.0" y="-523.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="504.0" y="2032.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="dotbelow" xOffset="1444.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/tecyrillic.glif
index 421bf203c..9dcc74fc0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tecyrillic.glif
@@ -1,34 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tecyrillic" format="1">
- <advance width="1568"/>
+<glyph name="tecyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0442"/>
+ <anchor x="1004.0" y="0.0" name="right"/>
+ <anchor x="800.0" y="1744.0" name="top"/>
+ <anchor x="1520.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1004" y="1488" type="line"/>
- <point x="560" y="1488" type="line"/>
- <point x="560" y="0" type="line"/>
- <point x="1004" y="0" type="line"/>
+ <point x="1004.0" y="1488.0" type="line"/>
+ <point x="560.0" y="1488.0" type="line"/>
+ <point x="560.0" y="0.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1476" y="1488" type="line"/>
- <point x="96" y="1488" type="line"/>
- <point x="96" y="1132" type="line"/>
- <point x="1476" y="1132" type="line"/>
- </contour>
- <contour>
- <point x="1004" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="800" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1520" y="1744" type="move" name="top0315"/>
+ <point x="1476.0" y="1488.0" type="line"/>
+ <point x="96.0" y="1488.0" type="line"/>
+ <point x="96.0" y="1132.0" type="line"/>
+ <point x="1476.0" y="1132.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1463.0, 'leftMargin': 39, 'rightMargin': 44.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tedescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/tedescendercyrillic.glif
new file mode 100644
index 000000000..447d743f1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tedescendercyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tedescendercyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04AD"/>
+ <anchor x="800.0" y="1744.0" name="parent_top"/>
+ <anchor x="800.0" y="1744.0" name="top"/>
+ <anchor x="1520.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="tecyrillic"/>
+ <component base="cyrillictic" xOffset="708.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tel.glif b/src/Inter-UI-Black.ufo/glyphs/tel.glif
index 6101874da..db7d89154 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tel.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tel.glif
@@ -1,68 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tel" format="1">
- <advance width="2080"/>
+<glyph name="tel" format="2">
+ <advance width="2080.0"/>
<unicode hex="2121"/>
<outline>
<contour>
- <point x="500" y="2004" type="line"/>
- <point x="280" y="2004" type="line"/>
- <point x="280" y="1260" type="line"/>
- <point x="500" y="1260" type="line"/>
+ <point x="500.0" y="2004.0" type="line"/>
+ <point x="280.0" y="2004.0" type="line"/>
+ <point x="280.0" y="1260.0" type="line"/>
+ <point x="500.0" y="1260.0" type="line"/>
</contour>
<contour>
- <point x="668" y="2004" type="line"/>
- <point x="112" y="2004" type="line"/>
- <point x="112" y="1844" type="line"/>
- <point x="668" y="1844" type="line"/>
+ <point x="668.0" y="2004.0" type="line"/>
+ <point x="112.0" y="2004.0" type="line"/>
+ <point x="112.0" y="1844.0" type="line"/>
+ <point x="668.0" y="1844.0" type="line"/>
</contour>
<contour>
- <point x="1020" y="2004" type="line"/>
- <point x="800" y="2004" type="line"/>
- <point x="800" y="1260" type="line"/>
- <point x="1020" y="1260" type="line"/>
+ <point x="1020.0" y="2004.0" type="line"/>
+ <point x="800.0" y="2004.0" type="line"/>
+ <point x="800.0" y="1260.0" type="line"/>
+ <point x="1020.0" y="1260.0" type="line"/>
</contour>
<contour>
- <point x="1300" y="2004" type="line"/>
- <point x="912" y="2004" type="line"/>
- <point x="912" y="1844" type="line"/>
- <point x="1300" y="1844" type="line"/>
+ <point x="1300.0" y="2004.0" type="line"/>
+ <point x="912.0" y="2004.0" type="line"/>
+ <point x="912.0" y="1844.0" type="line"/>
+ <point x="1300.0" y="1844.0" type="line"/>
</contour>
<contour>
- <point x="1300" y="1420" type="line"/>
- <point x="912" y="1420" type="line"/>
- <point x="912" y="1260" type="line"/>
- <point x="1300" y="1260" type="line"/>
+ <point x="1300.0" y="1420.0" type="line"/>
+ <point x="912.0" y="1420.0" type="line"/>
+ <point x="912.0" y="1260.0" type="line"/>
+ <point x="1300.0" y="1260.0" type="line"/>
</contour>
<contour>
- <point x="1244" y="1716" type="line"/>
- <point x="912" y="1716" type="line"/>
- <point x="912" y="1556" type="line"/>
- <point x="1244" y="1556" type="line"/>
+ <point x="1244.0" y="1716.0" type="line"/>
+ <point x="912.0" y="1716.0" type="line"/>
+ <point x="912.0" y="1556.0" type="line"/>
+ <point x="1244.0" y="1556.0" type="line"/>
</contour>
<contour>
- <point x="1688" y="2004" type="line"/>
- <point x="1468" y="2004" type="line"/>
- <point x="1468" y="1260" type="line"/>
- <point x="1688" y="1260" type="line"/>
+ <point x="1688.0" y="2004.0" type="line"/>
+ <point x="1468.0" y="2004.0" type="line"/>
+ <point x="1468.0" y="1260.0" type="line"/>
+ <point x="1688.0" y="1260.0" type="line"/>
</contour>
<contour>
- <point x="1968" y="1420" type="line"/>
- <point x="1580" y="1420" type="line"/>
- <point x="1580" y="1260" type="line"/>
- <point x="1968" y="1260" type="line"/>
+ <point x="1968.0" y="1420.0" type="line"/>
+ <point x="1580.0" y="1420.0" type="line"/>
+ <point x="1580.0" y="1260.0" type="line"/>
+ <point x="1968.0" y="1260.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2135, 'leftMargin': 140, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tenge.glif b/src/Inter-UI-Black.ufo/glyphs/tenge.glif
index ad16f53d8..7422ffec0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tenge.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tenge.glif
@@ -1,38 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tenge" format="1">
- <advance width="1824"/>
+<glyph name="tenge" format="2">
+ <advance width="1824.0"/>
<unicode hex="20B8"/>
<outline>
<contour>
- <point x="1136" y="1512" type="line"/>
- <point x="676" y="1512" type="line"/>
- <point x="676" y="0" type="line"/>
- <point x="1136" y="0" type="line"/>
+ <point x="1136.0" y="1512.0" type="line"/>
+ <point x="676.0" y="1512.0" type="line"/>
+ <point x="676.0" y="0.0" type="line"/>
+ <point x="1136.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1744" y="1512" type="line"/>
- <point x="84" y="1512" type="line"/>
- <point x="84" y="1136" type="line"/>
- <point x="1744" y="1136" type="line"/>
+ <point x="1744.0" y="1512.0" type="line"/>
+ <point x="84.0" y="1512.0" type="line"/>
+ <point x="84.0" y="1136.0" type="line"/>
+ <point x="1744.0" y="1136.0" type="line"/>
</contour>
<contour>
- <point x="1744" y="2048" type="line"/>
- <point x="84" y="2048" type="line"/>
- <point x="84" y="1672" type="line"/>
- <point x="1744" y="1672" type="line"/>
+ <point x="1744.0" y="2048.0" type="line"/>
+ <point x="84.0" y="2048.0" type="line"/>
+ <point x="84.0" y="1672.0" type="line"/>
+ <point x="1744.0" y="1672.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1766, 'leftMargin': 52, 'rightMargin': 54}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tenroman.glif b/src/Inter-UI-Black.ufo/glyphs/tenroman.glif
index 0a7679223..59c14ab0f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tenroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tenroman.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tenroman" format="1">
- <advance width="1568"/>
+<glyph name="tenroman" format="2">
+ <advance width="1568.0"/>
<unicode hex="2179"/>
<outline>
<component base="x"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1459, 'leftMargin': 60, 'rightMargin': -17}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tesh.glif b/src/Inter-UI-Black.ufo/glyphs/tesh.glif
index cc9ddd6ba..9fa6539e3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tesh.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tesh.glif
@@ -1,47 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tesh" format="1">
- <advance width="2080"/>
+<glyph name="tesh" format="2">
+ <advance width="2080.0"/>
<unicode hex="02A7"/>
+ <anchor x="980.0" y="-616.0" name="bottom"/>
+ <anchor x="980.0" y="2340.0" name="top"/>
+ <anchor x="1956.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="1316" y="1488" type="line"/>
- <point x="152" y="1488" type="line"/>
- <point x="152" y="1168" type="line"/>
- <point x="1316" y="1168" type="line"/>
+ <point x="1316.0" y="1488.0" type="line"/>
+ <point x="152.0" y="1488.0" type="line"/>
+ <point x="152.0" y="1168.0" type="line"/>
+ <point x="1316.0" y="1168.0" type="line"/>
</contour>
<contour>
- <point x="352" y="1860" type="line"/>
- <point x="352" y="484" type="line"/>
- <point x="352" y="176"/>
- <point x="440" y="-28"/>
- <point x="808" y="-28" type="curve" smooth="yes"/>
- <point x="976" y="-28"/>
- <point x="1148" y="16"/>
- <point x="1224" y="40" type="curve"/>
- <point x="1224" y="372" type="line"/>
- <point x="1196" y="368"/>
- <point x="1064" y="336"/>
- <point x="944" y="336" type="curve" smooth="yes"/>
- <point x="836" y="336"/>
- <point x="792" y="372"/>
- <point x="792" y="484" type="curve"/>
- <point x="792" y="1860" type="line"/>
+ <point x="352.0" y="1860.0" type="line"/>
+ <point x="352.0" y="484.0" type="line"/>
+ <point x="352.0" y="176.0"/>
+ <point x="440.0" y="-28.0"/>
+ <point x="808.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="-28.0"/>
+ <point x="1148.0" y="16.0"/>
+ <point x="1224.0" y="40.0" type="curve"/>
+ <point x="1224.0" y="372.0" type="line"/>
+ <point x="1196.0" y="368.0"/>
+ <point x="1064.0" y="336.0"/>
+ <point x="944.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="336.0"/>
+ <point x="792.0" y="372.0"/>
+ <point x="792.0" y="484.0" type="curve"/>
+ <point x="792.0" y="1860.0" type="line"/>
</contour>
- <component base="esh" xOffset="776"/>
<contour>
- <point x="980" y="2340" type="move" name="top"/>
+ <point x="1656.0" y="0.0" type="line"/>
+ <point x="1656.0" y="1608.0" type="line" smooth="yes"/>
+ <point x="1656.0" y="1724.0"/>
+ <point x="1732.0" y="1784.0"/>
+ <point x="1868.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="1920.0" y="1784.0"/>
+ <point x="1952.0" y="1780.0"/>
+ <point x="1984.0" y="1772.0" type="curve"/>
+ <point x="1984.0" y="2112.0" type="line"/>
+ <point x="1920.0" y="2128.0"/>
+ <point x="1852.0" y="2140.0"/>
+ <point x="1772.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="2140.0"/>
+ <point x="1208.0" y="1956.0"/>
+ <point x="1208.0" y="1608.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="980" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1956" y="2340" type="move" name="top0315"/>
+ <point x="1208.0" y="1540.0" type="line"/>
+ <point x="1208.0" y="-68.0" type="line" smooth="yes"/>
+ <point x="1208.0" y="-180.0"/>
+ <point x="1132.0" y="-244.0"/>
+ <point x="996.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="-244.0"/>
+ <point x="912.0" y="-240.0"/>
+ <point x="880.0" y="-232.0" type="curve"/>
+ <point x="880.0" y="-572.0" type="line"/>
+ <point x="944.0" y="-588.0"/>
+ <point x="1016.0" y="-600.0"/>
+ <point x="1092.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1436.0" y="-600.0"/>
+ <point x="1656.0" y="-412.0"/>
+ <point x="1656.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="1656.0" y="1540.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1821, 'leftMargin': 17, 'rightMargin': 30}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.2.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tetsecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/tetsecyrillic.glif
index 2b819f9bd..f3fdeb6ce 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tetsecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tetsecyrillic.glif
@@ -1,20 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tetsecyrillic" format="1">
- <advance width="2080"/>
+<glyph name="tetsecyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="04B5"/>
<outline>
<contour>
- <point x="1092" y="1488" type="line"/>
- <point x="120" y="1488" type="line"/>
- <point x="120" y="1128" type="line"/>
- <point x="1092" y="1128" type="line"/>
+ <point x="1092.0" y="1488.0" type="line"/>
+ <point x="120.0" y="1488.0" type="line"/>
+ <point x="120.0" y="1128.0" type="line"/>
+ <point x="1092.0" y="1128.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="384.0" y="0.0" type="line"/>
+ <point x="1708.0" y="0.0" type="line"/>
+ <point x="1708.0" y="1488.0" type="line"/>
+ <point x="1264.0" y="1488.0" type="line"/>
+ <point x="1264.0" y="360.0" type="line"/>
+ <point x="828.0" y="360.0" type="line"/>
+ <point x="828.0" y="1488.0" type="line"/>
+ <point x="384.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1944.0" y="356.0" type="line"/>
+ <point x="1344.0" y="356.0" type="line"/>
+ <point x="1344.0" y="0.0" type="line"/>
+ <point x="1504.0" y="0.0" type="line"/>
+ <point x="1504.0" y="-440.0" type="line"/>
+ <point x="1920.0" y="-440.0" type="line"/>
</contour>
- <component base="tsecyrillic" xOffset="252"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1948, 'leftMargin': 69, 'rightMargin': 38}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/theta.glif b/src/Inter-UI-Black.ufo/glyphs/theta.glif
index 198dd8c0f..39b3beb79 100644
--- a/src/Inter-UI-Black.ufo/glyphs/theta.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/theta.glif
@@ -1,51 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="theta" format="1">
- <advance width="1824"/>
+<glyph name="theta" format="2">
+ <advance width="1824.0"/>
<unicode hex="03B8"/>
<outline>
<contour>
- <point x="1424" y="1196" type="line"/>
- <point x="432" y="1196" type="line"/>
- <point x="432" y="856" type="line"/>
- <point x="1424" y="856" type="line"/>
+ <point x="1424.0" y="1196.0" type="line"/>
+ <point x="432.0" y="1196.0" type="line"/>
+ <point x="432.0" y="856.0" type="line"/>
+ <point x="1424.0" y="856.0" type="line"/>
</contour>
<contour>
- <point x="1604" y="1208" type="line"/>
- <point x="1604" y="1796"/>
- <point x="1320" y="2076"/>
- <point x="912" y="2076" type="curve" smooth="yes"/>
- <point x="504" y="2076"/>
- <point x="220" y="1796"/>
- <point x="220" y="1208" type="curve"/>
- <point x="220" y="836" type="line"/>
- <point x="220" y="244"/>
- <point x="504" y="-28"/>
- <point x="916" y="-28" type="curve" smooth="yes"/>
- <point x="1324" y="-28"/>
- <point x="1604" y="244"/>
- <point x="1604" y="836" type="curve"/>
+ <point x="1604.0" y="1208.0" type="line"/>
+ <point x="1604.0" y="1796.0"/>
+ <point x="1320.0" y="2076.0"/>
+ <point x="912.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="220.0" y="1796.0"/>
+ <point x="220.0" y="1208.0" type="curve"/>
+ <point x="220.0" y="836.0" type="line"/>
+ <point x="220.0" y="244.0"/>
+ <point x="504.0" y="-28.0"/>
+ <point x="916.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1324.0" y="-28.0"/>
+ <point x="1604.0" y="244.0"/>
+ <point x="1604.0" y="836.0" type="curve"/>
</contour>
<contour>
- <point x="1160" y="780" type="line"/>
- <point x="1160" y="444"/>
- <point x="1068" y="340"/>
- <point x="916" y="340" type="curve" smooth="yes"/>
- <point x="760" y="340"/>
- <point x="664" y="444"/>
- <point x="664" y="780" type="curve" smooth="yes"/>
- <point x="664" y="1272" type="line" smooth="yes"/>
- <point x="664" y="1596"/>
- <point x="756" y="1708"/>
- <point x="912" y="1708" type="curve" smooth="yes"/>
- <point x="1068" y="1708"/>
- <point x="1160" y="1596"/>
- <point x="1160" y="1272" type="curve"/>
+ <point x="1160.0" y="780.0" type="line"/>
+ <point x="1160.0" y="444.0"/>
+ <point x="1068.0" y="340.0"/>
+ <point x="916.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="340.0"/>
+ <point x="664.0" y="444.0"/>
+ <point x="664.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="1272.0" type="line" smooth="yes"/>
+ <point x="664.0" y="1596.0"/>
+ <point x="756.0" y="1708.0"/>
+ <point x="912.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="1708.0"/>
+ <point x="1160.0" y="1596.0"/>
+ <point x="1160.0" y="1272.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1683.0, 'leftMargin': 151, 'rightMargin': 150.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/thetasymbolgreek.glif b/src/Inter-UI-Black.ufo/glyphs/thetasymbolgreek.glif
index c7c50c760..325ca68db 100644
--- a/src/Inter-UI-Black.ufo/glyphs/thetasymbolgreek.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/thetasymbolgreek.glif
@@ -1,59 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thetasymbolgreek" format="1">
- <advance width="1824"/>
+<glyph name="thetasymbolgreek" format="2">
+ <advance width="1824.0"/>
<unicode hex="03D1"/>
<outline>
<contour>
- <point x="1664" y="1152" type="line"/>
- <point x="1556" y="1132"/>
- <point x="1428" y="1104"/>
- <point x="1292" y="1104" type="curve" smooth="yes"/>
- <point x="1020" y="1104"/>
- <point x="876" y="1244"/>
- <point x="876" y="1444" type="curve"/>
- <point x="876" y="1484" type="line" smooth="yes"/>
- <point x="876" y="1580"/>
- <point x="920" y="1632"/>
- <point x="984" y="1632" type="curve"/>
- <point x="1040" y="1632"/>
- <point x="1068" y="1584"/>
- <point x="1068" y="1484" type="curve"/>
- <point x="1068" y="640" type="line" smooth="yes"/>
- <point x="1068" y="464"/>
- <point x="988" y="344"/>
- <point x="856" y="344" type="curve" smooth="yes"/>
- <point x="672" y="344"/>
- <point x="564" y="480"/>
- <point x="564" y="640" type="curve" smooth="yes"/>
- <point x="564" y="936" type="line"/>
- <point x="148" y="936" type="line"/>
- <point x="148" y="640" type="line" smooth="yes"/>
- <point x="148" y="268"/>
- <point x="420" y="-28"/>
- <point x="828" y="-28" type="curve" smooth="yes"/>
- <point x="1256" y="-28"/>
- <point x="1536" y="248"/>
- <point x="1536" y="640" type="curve" smooth="yes"/>
- <point x="1536" y="1428" type="line"/>
- <point x="1536" y="1808"/>
- <point x="1336" y="2032"/>
- <point x="1016" y="2032" type="curve"/>
- <point x="692" y="2032"/>
- <point x="460" y="1812"/>
- <point x="460" y="1452" type="curve" smooth="yes"/>
- <point x="460" y="1420" type="line"/>
- <point x="460" y="992"/>
- <point x="832" y="704"/>
- <point x="1292" y="704" type="curve"/>
- <point x="1424" y="704"/>
- <point x="1576" y="744"/>
- <point x="1680" y="772" type="curve"/>
+ <point x="1664.0" y="1152.0" type="line"/>
+ <point x="1556.0" y="1132.0"/>
+ <point x="1428.0" y="1104.0"/>
+ <point x="1292.0" y="1104.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="1104.0"/>
+ <point x="876.0" y="1244.0"/>
+ <point x="876.0" y="1444.0" type="curve"/>
+ <point x="876.0" y="1484.0" type="line" smooth="yes"/>
+ <point x="876.0" y="1580.0"/>
+ <point x="920.0" y="1632.0"/>
+ <point x="984.0" y="1632.0" type="curve"/>
+ <point x="1040.0" y="1632.0"/>
+ <point x="1068.0" y="1584.0"/>
+ <point x="1068.0" y="1484.0" type="curve"/>
+ <point x="1068.0" y="640.0" type="line" smooth="yes"/>
+ <point x="1068.0" y="464.0"/>
+ <point x="988.0" y="344.0"/>
+ <point x="856.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="344.0"/>
+ <point x="564.0" y="480.0"/>
+ <point x="564.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="936.0" type="line"/>
+ <point x="148.0" y="936.0" type="line"/>
+ <point x="148.0" y="640.0" type="line" smooth="yes"/>
+ <point x="148.0" y="268.0"/>
+ <point x="420.0" y="-28.0"/>
+ <point x="828.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="-28.0"/>
+ <point x="1536.0" y="248.0"/>
+ <point x="1536.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="1428.0" type="line"/>
+ <point x="1536.0" y="1808.0"/>
+ <point x="1336.0" y="2032.0"/>
+ <point x="1016.0" y="2032.0" type="curve"/>
+ <point x="692.0" y="2032.0"/>
+ <point x="460.0" y="1812.0"/>
+ <point x="460.0" y="1452.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="1420.0" type="line"/>
+ <point x="460.0" y="992.0"/>
+ <point x="832.0" y="704.0"/>
+ <point x="1292.0" y="704.0" type="curve"/>
+ <point x="1424.0" y="704.0"/>
+ <point x="1576.0" y="744.0"/>
+ <point x="1680.0" y="772.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1693, 'leftMargin': 161, 'rightMargin': -1}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/thinspace.glif b/src/Inter-UI-Black.ufo/glyphs/thinspace.glif
index 84036e255..8adef5d2b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/thinspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/thinspace.glif
@@ -1,20 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thinspace" format="1">
- <advance width="768"/>
+<glyph name="thinspace" format="2">
+ <advance width="768.0"/>
<unicode hex="2009"/>
+ <note>
+One-fifth (sometimes one-sixth) of an em wide. Recommended for use as a thousands separator for measures made with SI units. Unlike U+2002 to U+2008, its width may get adjusted in typesetting.
+</note>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 575, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/thirdemspace.glif b/src/Inter-UI-Black.ufo/glyphs/thirdemspace.glif
index accb3d11b..b8c6ff7f5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/thirdemspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/thirdemspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thirdemspace" format="1">
- <advance width="1024"/>
+<glyph name="thirdemspace" format="2">
+ <advance width="1024.0"/>
<unicode hex="2004"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 958, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/thook.glif b/src/Inter-UI-Black.ufo/glyphs/thook.glif
index 2d667d774..54713341f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/thook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/thook.glif
@@ -1,58 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thook" format="1">
- <advance width="1312"/>
+<glyph name="thook" format="2">
+ <advance width="1312.0"/>
<unicode hex="01AD"/>
<outline>
<contour>
- <point x="804" y="1416" type="line" name="hr00"/>
- <point x="804" y="1680" type="line" smooth="yes"/>
- <point x="804" y="1832"/>
- <point x="936" y="1868"/>
- <point x="1040" y="1868" type="curve" smooth="yes"/>
- <point x="1080" y="1868"/>
- <point x="1112" y="1864"/>
- <point x="1148" y="1856" type="curve"/>
- <point x="1148" y="2152" type="line"/>
- <point x="1084" y="2168"/>
- <point x="1016" y="2176"/>
- <point x="916" y="2176" type="curve" smooth="yes"/>
- <point x="676" y="2176"/>
- <point x="364" y="2124"/>
- <point x="364" y="1680" type="curve" smooth="yes"/>
- <point x="364" y="1416" type="line"/>
+ <point x="804.0" y="1416.0" type="line"/>
+ <point x="804.0" y="1680.0" type="line" smooth="yes"/>
+ <point x="804.0" y="1832.0"/>
+ <point x="936.0" y="1868.0"/>
+ <point x="1040.0" y="1868.0" type="curve" smooth="yes"/>
+ <point x="1080.0" y="1868.0"/>
+ <point x="1112.0" y="1864.0"/>
+ <point x="1148.0" y="1856.0" type="curve"/>
+ <point x="1148.0" y="2152.0" type="line"/>
+ <point x="1084.0" y="2168.0"/>
+ <point x="1016.0" y="2176.0"/>
+ <point x="916.0" y="2176.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="2176.0"/>
+ <point x="364.0" y="2124.0"/>
+ <point x="364.0" y="1680.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="1416.0" type="line"/>
</contour>
<contour>
- <point x="1052" y="1488" type="line"/>
- <point x="164" y="1488" type="line"/>
- <point x="164" y="1168" type="line"/>
- <point x="1052" y="1168" type="line"/>
+ <point x="1052.0" y="1488.0" type="line"/>
+ <point x="164.0" y="1488.0" type="line"/>
+ <point x="164.0" y="1168.0" type="line"/>
+ <point x="1052.0" y="1168.0" type="line"/>
</contour>
<contour>
- <point x="364" y="1584" type="line"/>
- <point x="364" y="428" type="line"/>
- <point x="364" y="104"/>
- <point x="532" y="-28"/>
- <point x="816" y="-28" type="curve" smooth="yes"/>
- <point x="916" y="-28"/>
- <point x="996" y="-16"/>
- <point x="1072" y="12" type="curve"/>
- <point x="1072" y="344" type="line"/>
- <point x="1040" y="340"/>
- <point x="1008" y="336"/>
- <point x="956" y="336" type="curve" smooth="yes"/>
- <point x="848" y="336"/>
- <point x="804" y="368"/>
- <point x="804" y="484" type="curve"/>
- <point x="804" y="1584" type="line"/>
+ <point x="364.0" y="1584.0" type="line"/>
+ <point x="364.0" y="428.0" type="line"/>
+ <point x="364.0" y="104.0"/>
+ <point x="532.0" y="-28.0"/>
+ <point x="816.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="-28.0"/>
+ <point x="996.0" y="-16.0"/>
+ <point x="1072.0" y="12.0" type="curve"/>
+ <point x="1072.0" y="344.0" type="line"/>
+ <point x="1040.0" y="340.0"/>
+ <point x="1008.0" y="336.0"/>
+ <point x="956.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="336.0"/>
+ <point x="804.0" y="368.0"/>
+ <point x="804.0" y="484.0" type="curve"/>
+ <point x="804.0" y="1584.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1057, 'leftMargin': 17, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/thorn.glif b/src/Inter-UI-Black.ufo/glyphs/thorn.glif
index 7f065b857..ce1f386c1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/thorn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/thorn.glif
@@ -1,23 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thorn" format="1">
- <advance width="1652"/>
+<glyph name="thorn" format="2">
+ <advance width="1652.0"/>
<unicode hex="00FE"/>
<outline>
<contour>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="-576" type="line"/>
- <point x="604" y="-576" type="line"/>
- <point x="604" y="304" type="line"/>
- <point x="436" y="744" type="line"/>
- <point x="604" y="1272" type="line"/>
- <point x="604" y="2048" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="-576.0" type="line"/>
+ <point x="604.0" y="-576.0" type="line"/>
+ <point x="604.0" y="304.0" type="line"/>
+ <point x="436.0" y="744.0" type="line"/>
+ <point x="604.0" y="1272.0" type="line"/>
+ <point x="604.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="420.0" y="1372.0" type="line"/>
+ <point x="420.0" y="156.0" type="line"/>
+ <point x="620.0" y="156.0" type="line"/>
+ <point x="672.0" y="40.0"/>
+ <point x="804.0" y="-24.0"/>
+ <point x="964.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-24.0"/>
+ <point x="1556.0" y="244.0"/>
+ <point x="1556.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1304.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="964.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1556.0"/>
+ <point x="672.0" y="1488.0"/>
+ <point x="620.0" y="1372.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1124.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="500.0"/>
+ <point x="1024.0" y="340.0"/>
+ <point x="828.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="552.0" y="536.0"/>
+ <point x="552.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1004.0"/>
+ <point x="616.0" y="1192.0"/>
+ <point x="828.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1192.0"/>
+ <point x="1124.0" y="1036.0"/>
</contour>
- <component base="rightloop.cn" xOffset="-36"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 139, 'rightMargin': 81}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/thousandcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/thousandcyrillic.glif
index 3ff68ae5b..2b8986df1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/thousandcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/thousandcyrillic.glif
@@ -1,42 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thousandcyrillic" format="1">
- <advance width="1824"/>
+<glyph name="thousandcyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="0482"/>
<outline>
<contour>
- <point x="1144" y="1112" type="line"/>
- <point x="1540" y="880" type="line"/>
- <point x="1644" y="1052" type="line"/>
- <point x="1240" y="1288" type="line"/>
- <point x="1552" y="1844" type="line"/>
- <point x="1316" y="1844" type="line"/>
- <point x="1064" y="1396" type="line"/>
- <point x="664" y="1632" type="line"/>
- <point x="560" y="1452" type="line"/>
- <point x="960" y="1220" type="line"/>
- <point x="684" y="724" type="line"/>
- <point x="280" y="960" type="line"/>
- <point x="184" y="784" type="line"/>
- <point x="580" y="548" type="line"/>
- <point x="272" y="0" type="line"/>
- <point x="512" y="0" type="line"/>
- <point x="760" y="440" type="line"/>
- <point x="1160" y="204" type="line"/>
- <point x="1260" y="380" type="line"/>
- <point x="860" y="616" type="line"/>
+ <point x="1144.0" y="1112.0" type="line"/>
+ <point x="1540.0" y="880.0" type="line"/>
+ <point x="1644.0" y="1052.0" type="line"/>
+ <point x="1240.0" y="1288.0" type="line"/>
+ <point x="1552.0" y="1844.0" type="line"/>
+ <point x="1316.0" y="1844.0" type="line"/>
+ <point x="1064.0" y="1396.0" type="line"/>
+ <point x="664.0" y="1632.0" type="line"/>
+ <point x="560.0" y="1452.0" type="line"/>
+ <point x="960.0" y="1220.0" type="line"/>
+ <point x="684.0" y="724.0" type="line"/>
+ <point x="280.0" y="960.0" type="line"/>
+ <point x="184.0" y="784.0" type="line"/>
+ <point x="580.0" y="548.0" type="line"/>
+ <point x="272.0" y="0.0" type="line"/>
+ <point x="512.0" y="0.0" type="line"/>
+ <point x="760.0" y="440.0" type="line"/>
+ <point x="1160.0" y="204.0" type="line"/>
+ <point x="1260.0" y="380.0" type="line"/>
+ <point x="860.0" y="616.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1749.0, 'leftMargin': 146, 'rightMargin': 143.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/three.glif b/src/Inter-UI-Black.ufo/glyphs/three.glif
index b3c227440..eb26b7904 100644
--- a/src/Inter-UI-Black.ufo/glyphs/three.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/three.glif
@@ -1,95 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="three" format="1">
- <advance width="1696"/>
+<glyph name="three" format="2">
+ <advance width="1696.0"/>
<unicode hex="0033"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="608" y="1216" type="line"/>
- <point x="608" y="968" type="line"/>
- <point x="900" y="968" type="line"/>
- <point x="1284" y="968"/>
- <point x="1536" y="1228"/>
- <point x="1536" y="1504" type="curve"/>
- <point x="1536" y="1876"/>
- <point x="1252" y="2076"/>
- <point x="832" y="2076" type="curve" smooth="yes"/>
- <point x="472" y="2076"/>
- <point x="164" y="1872"/>
- <point x="164" y="1532" type="curve"/>
- <point x="608" y="1532" type="line"/>
- <point x="608" y="1648"/>
- <point x="724" y="1716"/>
- <point x="848" y="1716" type="curve" smooth="yes"/>
- <point x="1016" y="1716"/>
- <point x="1096" y="1612"/>
- <point x="1096" y="1492" type="curve"/>
- <point x="1096" y="1336"/>
- <point x="1008" y="1216"/>
- <point x="828" y="1216" type="curve" smooth="yes"/>
+ <point x="608.0" y="1216.0" type="line"/>
+ <point x="608.0" y="968.0" type="line"/>
+ <point x="900.0" y="968.0" type="line"/>
+ <point x="1284.0" y="968.0"/>
+ <point x="1536.0" y="1228.0"/>
+ <point x="1536.0" y="1504.0" type="curve"/>
+ <point x="1536.0" y="1876.0"/>
+ <point x="1252.0" y="2076.0"/>
+ <point x="832.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="2076.0"/>
+ <point x="164.0" y="1872.0"/>
+ <point x="164.0" y="1532.0" type="curve"/>
+ <point x="608.0" y="1532.0" type="line"/>
+ <point x="608.0" y="1648.0"/>
+ <point x="724.0" y="1716.0"/>
+ <point x="848.0" y="1716.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1716.0"/>
+ <point x="1096.0" y="1612.0"/>
+ <point x="1096.0" y="1492.0" type="curve"/>
+ <point x="1096.0" y="1336.0"/>
+ <point x="1008.0" y="1216.0"/>
+ <point x="828.0" y="1216.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="608" y="832" type="line"/>
- <point x="828" y="832" type="line" smooth="yes"/>
- <point x="1016" y="832"/>
- <point x="1128" y="776"/>
- <point x="1128" y="572" type="curve" smooth="yes"/>
- <point x="1128" y="436"/>
- <point x="1024" y="332"/>
- <point x="848" y="332" type="curve" smooth="yes"/>
- <point x="700" y="332"/>
- <point x="580" y="428"/>
- <point x="580" y="556" type="curve"/>
- <point x="136" y="556" type="line"/>
- <point x="136" y="148"/>
- <point x="500" y="-28"/>
- <point x="832" y="-28" type="curve" smooth="yes"/>
- <point x="1252" y="-28"/>
- <point x="1568" y="188"/>
- <point x="1568" y="564" type="curve" smooth="yes"/>
- <point x="1568" y="896"/>
- <point x="1312" y="1080"/>
- <point x="900" y="1080" type="curve" smooth="yes"/>
- <point x="608" y="1080" type="line"/>
+ <point x="608.0" y="832.0" type="line"/>
+ <point x="828.0" y="832.0" type="line" smooth="yes"/>
+ <point x="1016.0" y="832.0"/>
+ <point x="1128.0" y="776.0"/>
+ <point x="1128.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="1128.0" y="436.0"/>
+ <point x="1024.0" y="332.0"/>
+ <point x="848.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="332.0"/>
+ <point x="580.0" y="428.0"/>
+ <point x="580.0" y="556.0" type="curve"/>
+ <point x="136.0" y="556.0" type="line"/>
+ <point x="136.0" y="148.0"/>
+ <point x="500.0" y="-28.0"/>
+ <point x="832.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="-28.0"/>
+ <point x="1568.0" y="188.0"/>
+ <point x="1568.0" y="564.0" type="curve" smooth="yes"/>
+ <point x="1568.0" y="896.0"/>
+ <point x="1312.0" y="1080.0"/>
+ <point x="900.0" y="1080.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="1080.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 73, 'rightMargin': 120}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/three.sup.glif b/src/Inter-UI-Black.ufo/glyphs/three.sup.glif
index 4e76d01ed..b71db9a61 100644
--- a/src/Inter-UI-Black.ufo/glyphs/three.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/three.sup.glif
@@ -1,67 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="three.sup" format="1">
- <advance width="1312"/>
+<glyph name="three.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="524" y="652" type="line"/>
- <point x="524" y="524" type="line"/>
- <point x="696" y="524" type="line"/>
- <point x="908" y="524"/>
- <point x="1088" y="612"/>
- <point x="1088" y="788" type="curve"/>
- <point x="1088" y="992"/>
- <point x="908" y="1100"/>
- <point x="644" y="1100" type="curve" smooth="yes"/>
- <point x="424" y="1100"/>
- <point x="224" y="1000"/>
- <point x="224" y="788" type="curve"/>
- <point x="524" y="788" type="line"/>
- <point x="524" y="836"/>
- <point x="584" y="860"/>
- <point x="652" y="860" type="curve" smooth="yes"/>
- <point x="756" y="860"/>
- <point x="788" y="808"/>
- <point x="788" y="764" type="curve"/>
- <point x="788" y="696"/>
- <point x="744" y="652"/>
- <point x="648" y="652" type="curve" smooth="yes"/>
+ <point x="524.0" y="652.0" type="line"/>
+ <point x="524.0" y="524.0" type="line"/>
+ <point x="696.0" y="524.0" type="line"/>
+ <point x="908.0" y="524.0"/>
+ <point x="1088.0" y="612.0"/>
+ <point x="1088.0" y="788.0" type="curve"/>
+ <point x="1088.0" y="992.0"/>
+ <point x="908.0" y="1100.0"/>
+ <point x="644.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="1100.0"/>
+ <point x="224.0" y="1000.0"/>
+ <point x="224.0" y="788.0" type="curve"/>
+ <point x="524.0" y="788.0" type="line"/>
+ <point x="524.0" y="836.0"/>
+ <point x="584.0" y="860.0"/>
+ <point x="652.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="860.0"/>
+ <point x="788.0" y="808.0"/>
+ <point x="788.0" y="764.0" type="curve"/>
+ <point x="788.0" y="696.0"/>
+ <point x="744.0" y="652.0"/>
+ <point x="648.0" y="652.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="524" y="456" type="line"/>
- <point x="648" y="456" type="line" smooth="yes"/>
- <point x="748" y="456"/>
- <point x="808" y="424"/>
- <point x="808" y="340" type="curve" smooth="yes"/>
- <point x="808" y="284"/>
- <point x="768" y="228"/>
- <point x="664" y="228" type="curve" smooth="yes"/>
- <point x="564" y="228"/>
- <point x="508" y="280"/>
- <point x="508" y="332" type="curve"/>
- <point x="204" y="332" type="line"/>
- <point x="204" y="76"/>
- <point x="440" y="-16"/>
- <point x="644" y="-16" type="curve" smooth="yes"/>
- <point x="908" y="-16"/>
- <point x="1108" y="104"/>
- <point x="1108" y="304" type="curve" smooth="yes"/>
- <point x="1108" y="524"/>
- <point x="924" y="580"/>
- <point x="696" y="580" type="curve" smooth="yes"/>
- <point x="524" y="580" type="line"/>
+ <point x="524.0" y="456.0" type="line"/>
+ <point x="648.0" y="456.0" type="line" smooth="yes"/>
+ <point x="748.0" y="456.0"/>
+ <point x="808.0" y="424.0"/>
+ <point x="808.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="284.0"/>
+ <point x="768.0" y="228.0"/>
+ <point x="664.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="228.0"/>
+ <point x="508.0" y="280.0"/>
+ <point x="508.0" y="332.0" type="curve"/>
+ <point x="204.0" y="332.0" type="line"/>
+ <point x="204.0" y="76.0"/>
+ <point x="440.0" y="-16.0"/>
+ <point x="644.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="-16.0"/>
+ <point x="1108.0" y="104.0"/>
+ <point x="1108.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="524.0"/>
+ <point x="924.0" y="580.0"/>
+ <point x="696.0" y="580.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="580.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 61, 'rightMargin': 88}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/three.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/three.tnum.glif
index 9503ba342..1f8d3043e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/three.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/three.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="three.tnum" format="1">
- <advance width="1824"/>
+<glyph name="three.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="three" xOffset="68"/>
+ <component base="three" xOffset="68.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/threeeighths.glif b/src/Inter-UI-Black.ufo/glyphs/threeeighths.glif
index f07cb2397..67fd4fab0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/threeeighths.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/threeeighths.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threeeighths" format="1">
- <advance width="2592"/>
+<glyph name="threeeighths" format="2">
+ <advance width="2592.0"/>
<unicode hex="215C"/>
<outline>
- <component base="three.sup" xOffset="52" yOffset="908"/>
- <component base="fraction" xOffset="612"/>
- <component base="eight.sup" xOffset="1364"/>
+ <component base="three.sup" xOffset="52.0" yOffset="908.0"/>
+ <component base="fraction" xOffset="612.0"/>
+ <component base="eight.sup" xOffset="1364.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2432, 'leftMargin': 216, 'rightMargin': 131}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/threequarters.glif b/src/Inter-UI-Black.ufo/glyphs/threequarters.glif
index c08d0d3e8..6291e98c4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/threequarters.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/threequarters.glif
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threequarters" format="1">
- <advance width="2336"/>
+<glyph name="threequarters" format="2">
+ <advance width="2336.0"/>
<unicode hex="00BE"/>
<outline>
- <component base="fraction" xOffset="656" yOffset="12"/>
- <component base="four.sup" xOffset="1192"/>
- <component base="three.sup" xOffset="80" yOffset="916"/>
+ <component base="fraction" xOffset="656.0" yOffset="12.0"/>
+ <component base="four.sup" xOffset="1192.0"/>
+ <component base="three.sup" xOffset="80.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2307, 'leftMargin': 123, 'rightMargin': 162}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/threeroman.glif b/src/Inter-UI-Black.ufo/glyphs/threeroman.glif
index 1e9289820..05dc84f1d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/threeroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/threeroman.glif
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threeroman" format="1">
- <advance width="2336"/>
+<glyph name="threeroman" format="2">
+ <advance width="2336.0"/>
<unicode hex="2172"/>
<outline>
- <component base="i" xOffset="4"/>
- <component base="i" xOffset="772"/>
- <component base="i" xOffset="1536"/>
+ <component base="i" xOffset="4.0"/>
+ <component base="i" xOffset="772.0"/>
+ <component base="i" xOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2299.0, 'leftMargin': 138, 'rightMargin': 137.0}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/threesub.glif b/src/Inter-UI-Black.ufo/glyphs/threesub.glif
index 8e50b5090..f277f567b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/threesub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/threesub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threesub" format="1">
- <advance width="1312"/>
+<glyph name="threesub" format="2">
+ <advance width="1312.0"/>
<unicode hex="2083"/>
<outline>
- <component base="three.sup" xOffset="128" yOffset="-496"/>
+ <component base="three.sup" xOffset="128.0" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 61, 'rightMargin': 88}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/threesuperior.glif b/src/Inter-UI-Black.ufo/glyphs/threesuperior.glif
index ca64d52a9..49c16194f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/threesuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/threesuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threesuperior" format="1">
- <advance width="1312"/>
+<glyph name="threesuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="00B3"/>
<outline>
- <component base="three.sup" yOffset="916"/>
+ <component base="three.sup" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 188, 'rightMargin': -39}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tilde.glif b/src/Inter-UI-Black.ufo/glyphs/tilde.glif
index cd22e778f..c6eee3fb6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tilde.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tilde.glif
@@ -1,48 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tilde" format="1">
- <advance width="1312"/>
+<glyph name="tilde" format="2">
+ <advance width="1312.0"/>
<unicode hex="02DC"/>
+ <anchor x="656.0" y="1780.0" name="_top"/>
+ <anchor x="656.0" y="2304.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="936" y="2124" type="line"/>
- <point x="936" y="2040"/>
- <point x="884" y="2000"/>
- <point x="824" y="2000" type="curve" smooth="yes"/>
- <point x="692" y="2000"/>
- <point x="588" y="2112"/>
- <point x="444" y="2112" type="curve" smooth="yes"/>
- <point x="260" y="2112"/>
- <point x="128" y="1932"/>
- <point x="128" y="1736" type="curve"/>
- <point x="380" y="1724" type="line"/>
- <point x="380" y="1808"/>
- <point x="428" y="1848"/>
- <point x="488" y="1848" type="curve" smooth="yes"/>
- <point x="628" y="1848"/>
- <point x="696" y="1732"/>
- <point x="868" y="1732" type="curve" smooth="yes"/>
- <point x="1052" y="1732"/>
- <point x="1184" y="1908"/>
- <point x="1184" y="2108" type="curve"/>
- </contour>
- <contour>
- <point x="656" y="1780" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="656" y="2304" type="move" name="mkmktop_acc"/>
+ <point x="936.0" y="2124.0" type="line"/>
+ <point x="936.0" y="2040.0"/>
+ <point x="884.0" y="2000.0"/>
+ <point x="824.0" y="2000.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="2000.0"/>
+ <point x="588.0" y="2112.0"/>
+ <point x="444.0" y="2112.0" type="curve" smooth="yes"/>
+ <point x="260.0" y="2112.0"/>
+ <point x="128.0" y="1932.0"/>
+ <point x="128.0" y="1736.0" type="curve"/>
+ <point x="380.0" y="1724.0" type="line"/>
+ <point x="380.0" y="1808.0"/>
+ <point x="428.0" y="1848.0"/>
+ <point x="488.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="1848.0"/>
+ <point x="696.0" y="1732.0"/>
+ <point x="868.0" y="1732.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1732.0"/>
+ <point x="1184.0" y="1908.0"/>
+ <point x="1184.0" y="2108.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1357, 'leftMargin': 157, 'rightMargin': 146}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.cn.glif
new file mode 100644
index 000000000..a7afffcd6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.cn.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tildeacutecomb.cn" format="2">
+ <anchor x="-767.0" y="1730.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-565.0" y="1995.0" type="line"/>
+ <point x="-565.0" y="1929.0"/>
+ <point x="-604.0" y="1878.0"/>
+ <point x="-650.0" y="1878.0" type="curve" smooth="yes"/>
+ <point x="-763.0" y="1878.0"/>
+ <point x="-859.0" y="1966.0"/>
+ <point x="-978.0" y="1966.0" type="curve" smooth="yes"/>
+ <point x="-1110.0" y="1966.0"/>
+ <point x="-1200.0" y="1848.0"/>
+ <point x="-1200.0" y="1717.0" type="curve"/>
+ <point x="-1019.0" y="1665.0" type="line"/>
+ <point x="-1019.0" y="1731.0"/>
+ <point x="-982.0" y="1782.0"/>
+ <point x="-934.0" y="1782.0" type="curve" smooth="yes"/>
+ <point x="-817.0" y="1782.0"/>
+ <point x="-751.0" y="1693.0"/>
+ <point x="-606.0" y="1693.0" type="curve" smooth="yes"/>
+ <point x="-476.0" y="1693.0"/>
+ <point x="-382.0" y="1810.0"/>
+ <point x="-382.0" y="1942.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-917.0" y="2023.0" type="line"/>
+ <point x="-688.0" y="2023.0" type="line"/>
+ <point x="-441.0" y="2276.0" type="line"/>
+ <point x="-741.0" y="2276.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.glif b/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.glif
deleted file mode 100644
index 66d9c5774..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildeacutecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-767" y="1730" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-565" y="1995" type="line"/>
- <point x="-565" y="1929"/>
- <point x="-604" y="1878"/>
- <point x="-650" y="1878" type="curve" smooth="yes"/>
- <point x="-763" y="1878"/>
- <point x="-859" y="1966"/>
- <point x="-978" y="1966" type="curve" smooth="yes"/>
- <point x="-1110" y="1966"/>
- <point x="-1200" y="1848"/>
- <point x="-1200" y="1717" type="curve"/>
- <point x="-1019" y="1665" type="line"/>
- <point x="-1019" y="1731"/>
- <point x="-982" y="1782"/>
- <point x="-934" y="1782" type="curve" smooth="yes"/>
- <point x="-817" y="1782"/>
- <point x="-751" y="1693"/>
- <point x="-606" y="1693" type="curve" smooth="yes"/>
- <point x="-476" y="1693"/>
- <point x="-382" y="1810"/>
- <point x="-382" y="1942" type="curve"/>
- </contour>
- <contour>
- <point x="-917" y="2023" type="line"/>
- <point x="-688" y="2023" type="line"/>
- <point x="-441" y="2276" type="line"/>
- <point x="-741" y="2276" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.lc.glif
index b7d73e53d..88de2f19d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tildeacutecomb.lc.glif
@@ -1,51 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildeacutecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="tildeacutecomb.lc" format="2">
+ <anchor x="-767.0" y="1781.0" name="_top"/>
+ <anchor x="-767.0" y="2827.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-767" y="1781" type="move" name="_top"/>
+ <point x="-488.0" y="2122.0" type="line"/>
+ <point x="-488.0" y="2038.0"/>
+ <point x="-539.0" y="1998.0"/>
+ <point x="-600.0" y="1998.0" type="curve" smooth="yes"/>
+ <point x="-734.0" y="1998.0"/>
+ <point x="-836.0" y="2112.0"/>
+ <point x="-980.0" y="2112.0" type="curve" smooth="yes"/>
+ <point x="-1165.0" y="2112.0"/>
+ <point x="-1295.0" y="1932.0"/>
+ <point x="-1295.0" y="1737.0" type="curve"/>
+ <point x="-1046.0" y="1723.0" type="line"/>
+ <point x="-1046.0" y="1807.0"/>
+ <point x="-998.0" y="1847.0"/>
+ <point x="-938.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-796.0" y="1847.0"/>
+ <point x="-729.0" y="1731.0"/>
+ <point x="-557.0" y="1731.0" type="curve" smooth="yes"/>
+ <point x="-371.0" y="1731.0"/>
+ <point x="-241.0" y="1906.0"/>
+ <point x="-241.0" y="2107.0" type="curve"/>
</contour>
<contour>
- <point x="-767" y="2827" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-488" y="2122" type="line"/>
- <point x="-488" y="2038"/>
- <point x="-539" y="1998"/>
- <point x="-600" y="1998" type="curve" smooth="yes"/>
- <point x="-734" y="1998"/>
- <point x="-836" y="2112"/>
- <point x="-980" y="2112" type="curve" smooth="yes"/>
- <point x="-1165" y="2112"/>
- <point x="-1295" y="1932"/>
- <point x="-1295" y="1737" type="curve"/>
- <point x="-1046" y="1723" type="line"/>
- <point x="-1046" y="1807"/>
- <point x="-998" y="1847"/>
- <point x="-938" y="1847" type="curve" smooth="yes"/>
- <point x="-796" y="1847"/>
- <point x="-729" y="1731"/>
- <point x="-557" y="1731" type="curve" smooth="yes"/>
- <point x="-371" y="1731"/>
- <point x="-241" y="1906"/>
- <point x="-241" y="2107" type="curve"/>
- </contour>
- <contour>
- <point x="-972" y="2211" type="line"/>
- <point x="-612" y="2211" type="line"/>
- <point x="-230" y="2643" type="line"/>
- <point x="-701" y="2643" type="line"/>
+ <point x="-972.0" y="2211.0" type="line"/>
+ <point x="-612.0" y="2211.0" type="line"/>
+ <point x="-230.0" y="2643.0" type="line"/>
+ <point x="-701.0" y="2643.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildecomb.glif b/src/Inter-UI-Black.ufo/glyphs/tildecomb.glif
index 5b1654a37..d4907f190 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tildecomb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tildecomb.glif
@@ -1,48 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildecomb" format="1">
- <advance width="0"/>
+<glyph name="tildecomb" format="2">
<unicode hex="0303"/>
+ <guideline x="-808.0" y="2432.0" angle="90.0"/>
+ <anchor x="-808.0" y="1728.0" name="_marktop"/>
+ <anchor x="-808.0" y="1728.0" name="_top"/>
+ <anchor x="-808.0" y="2304.0" name="mkmktop"/>
+ <anchor x="-808.0" y="1924.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-808" y="1728" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-808" y="1728" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-808" y="1924" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-808" y="2304" type="move" name="mkmktop"/>
- </contour>
- <component base="tilde" xOffset="-1449"/>
+ <component base="tilde" xOffset="-1449.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>-808</integer>
- <key>y</key>
- <integer>2432</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.cn.glif
new file mode 100644
index 000000000..947640a08
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.cn.glif
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tildedieresiscomb.cn" format="2">
+ <anchor x="-792.0" y="1750.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-565.0" y="1995.0" type="line"/>
+ <point x="-565.0" y="1929.0"/>
+ <point x="-604.0" y="1878.0"/>
+ <point x="-650.0" y="1878.0" type="curve" smooth="yes"/>
+ <point x="-763.0" y="1878.0"/>
+ <point x="-859.0" y="1966.0"/>
+ <point x="-978.0" y="1966.0" type="curve" smooth="yes"/>
+ <point x="-1110.0" y="1966.0"/>
+ <point x="-1200.0" y="1848.0"/>
+ <point x="-1200.0" y="1717.0" type="curve"/>
+ <point x="-1019.0" y="1665.0" type="line"/>
+ <point x="-1019.0" y="1731.0"/>
+ <point x="-982.0" y="1782.0"/>
+ <point x="-934.0" y="1782.0" type="curve" smooth="yes"/>
+ <point x="-817.0" y="1782.0"/>
+ <point x="-751.0" y="1693.0"/>
+ <point x="-606.0" y="1693.0" type="curve" smooth="yes"/>
+ <point x="-476.0" y="1693.0"/>
+ <point x="-382.0" y="1810.0"/>
+ <point x="-382.0" y="1942.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-1277.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-1277.0" y="2149.0"/>
+ <point x="-1199.0" y="2078.0"/>
+ <point x="-1084.0" y="2078.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="2078.0"/>
+ <point x="-888.0" y="2149.0"/>
+ <point x="-888.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="2335.0"/>
+ <point x="-967.0" y="2408.0"/>
+ <point x="-1084.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-1199.0" y="2408.0"/>
+ <point x="-1277.0" y="2335.0"/>
+ </contour>
+ <contour>
+ <point x="-697.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="2149.0"/>
+ <point x="-619.0" y="2078.0"/>
+ <point x="-502.0" y="2078.0" type="curve" smooth="yes"/>
+ <point x="-386.0" y="2078.0"/>
+ <point x="-308.0" y="2149.0"/>
+ <point x="-308.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-308.0" y="2335.0"/>
+ <point x="-386.0" y="2408.0"/>
+ <point x="-502.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-619.0" y="2408.0"/>
+ <point x="-697.0" y="2335.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.glif b/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.glif
deleted file mode 100644
index b176645c2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.glif
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildedieresiscomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1750" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-565" y="1995" type="line"/>
- <point x="-565" y="1929"/>
- <point x="-604" y="1878"/>
- <point x="-650" y="1878" type="curve" smooth="yes"/>
- <point x="-763" y="1878"/>
- <point x="-859" y="1966"/>
- <point x="-978" y="1966" type="curve" smooth="yes"/>
- <point x="-1110" y="1966"/>
- <point x="-1200" y="1848"/>
- <point x="-1200" y="1717" type="curve"/>
- <point x="-1019" y="1665" type="line"/>
- <point x="-1019" y="1731"/>
- <point x="-982" y="1782"/>
- <point x="-934" y="1782" type="curve" smooth="yes"/>
- <point x="-817" y="1782"/>
- <point x="-751" y="1693"/>
- <point x="-606" y="1693" type="curve" smooth="yes"/>
- <point x="-476" y="1693"/>
- <point x="-382" y="1810"/>
- <point x="-382" y="1942" type="curve"/>
- </contour>
- <contour>
- <point x="-1277" y="2243" type="curve" smooth="yes"/>
- <point x="-1277" y="2149"/>
- <point x="-1199" y="2078"/>
- <point x="-1084" y="2078" type="curve" smooth="yes"/>
- <point x="-967" y="2078"/>
- <point x="-888" y="2149"/>
- <point x="-888" y="2243" type="curve" smooth="yes"/>
- <point x="-888" y="2335"/>
- <point x="-967" y="2408"/>
- <point x="-1084" y="2408" type="curve" smooth="yes"/>
- <point x="-1199" y="2408"/>
- <point x="-1277" y="2335"/>
- </contour>
- <contour>
- <point x="-697" y="2243" type="curve" smooth="yes"/>
- <point x="-697" y="2149"/>
- <point x="-619" y="2078"/>
- <point x="-502" y="2078" type="curve" smooth="yes"/>
- <point x="-386" y="2078"/>
- <point x="-308" y="2149"/>
- <point x="-308" y="2243" type="curve" smooth="yes"/>
- <point x="-308" y="2335"/>
- <point x="-386" y="2408"/>
- <point x="-502" y="2408" type="curve" smooth="yes"/>
- <point x="-619" y="2408"/>
- <point x="-697" y="2335"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.lc.glif
index 2d1f697f9..f04482abe 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tildedieresiscomb.lc.glif
@@ -1,73 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildedieresiscomb.lc" format="1">
- <advance width="0"/>
+<glyph name="tildedieresiscomb.lc" format="2">
+ <anchor x="-792.0" y="1781.0" name="_top"/>
+ <anchor x="-792.0" y="2745.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1781" type="move" name="_top"/>
+ <point x="-1346.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-1346.0" y="2305.0"/>
+ <point x="-1257.0" y="2225.0"/>
+ <point x="-1144.0" y="2225.0" type="curve" smooth="yes"/>
+ <point x="-1031.0" y="2225.0"/>
+ <point x="-942.0" y="2305.0"/>
+ <point x="-942.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-942.0" y="2511.0"/>
+ <point x="-1031.0" y="2591.0"/>
+ <point x="-1144.0" y="2591.0" type="curve" smooth="yes"/>
+ <point x="-1257.0" y="2591.0"/>
+ <point x="-1346.0" y="2511.0"/>
</contour>
<contour>
- <point x="-792" y="2745" type="move" name="mkmktop_acc"/>
+ <point x="-646.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-646.0" y="2305.0"/>
+ <point x="-557.0" y="2225.0"/>
+ <point x="-444.0" y="2225.0" type="curve" smooth="yes"/>
+ <point x="-331.0" y="2225.0"/>
+ <point x="-242.0" y="2305.0"/>
+ <point x="-242.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="-242.0" y="2511.0"/>
+ <point x="-331.0" y="2591.0"/>
+ <point x="-444.0" y="2591.0" type="curve" smooth="yes"/>
+ <point x="-557.0" y="2591.0"/>
+ <point x="-646.0" y="2511.0"/>
</contour>
<contour>
- <point x="-1346" y="2408" type="curve" smooth="yes"/>
- <point x="-1346" y="2305"/>
- <point x="-1257" y="2225"/>
- <point x="-1144" y="2225" type="curve" smooth="yes"/>
- <point x="-1031" y="2225"/>
- <point x="-942" y="2305"/>
- <point x="-942" y="2408" type="curve" smooth="yes"/>
- <point x="-942" y="2511"/>
- <point x="-1031" y="2591"/>
- <point x="-1144" y="2591" type="curve" smooth="yes"/>
- <point x="-1257" y="2591"/>
- <point x="-1346" y="2511"/>
- </contour>
- <contour>
- <point x="-646" y="2408" type="curve" smooth="yes"/>
- <point x="-646" y="2305"/>
- <point x="-557" y="2225"/>
- <point x="-444" y="2225" type="curve" smooth="yes"/>
- <point x="-331" y="2225"/>
- <point x="-242" y="2305"/>
- <point x="-242" y="2408" type="curve" smooth="yes"/>
- <point x="-242" y="2511"/>
- <point x="-331" y="2591"/>
- <point x="-444" y="2591" type="curve" smooth="yes"/>
- <point x="-557" y="2591"/>
- <point x="-646" y="2511"/>
- </contour>
- <contour>
- <point x="-513" y="2122" type="line"/>
- <point x="-513" y="2038"/>
- <point x="-564" y="1998"/>
- <point x="-624" y="1998" type="curve" smooth="yes"/>
- <point x="-759" y="1998"/>
- <point x="-861" y="2112"/>
- <point x="-1005" y="2112" type="curve" smooth="yes"/>
- <point x="-1189" y="2112"/>
- <point x="-1320" y="1932"/>
- <point x="-1320" y="1737" type="curve"/>
- <point x="-1071" y="1723" type="line"/>
- <point x="-1071" y="1807"/>
- <point x="-1023" y="1847"/>
- <point x="-963" y="1847" type="curve" smooth="yes"/>
- <point x="-821" y="1847"/>
- <point x="-754" y="1731"/>
- <point x="-582" y="1731" type="curve" smooth="yes"/>
- <point x="-396" y="1731"/>
- <point x="-265" y="1906"/>
- <point x="-265" y="2107" type="curve"/>
+ <point x="-513.0" y="2122.0" type="line"/>
+ <point x="-513.0" y="2038.0"/>
+ <point x="-564.0" y="1998.0"/>
+ <point x="-624.0" y="1998.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="1998.0"/>
+ <point x="-861.0" y="2112.0"/>
+ <point x="-1005.0" y="2112.0" type="curve" smooth="yes"/>
+ <point x="-1189.0" y="2112.0"/>
+ <point x="-1320.0" y="1932.0"/>
+ <point x="-1320.0" y="1737.0" type="curve"/>
+ <point x="-1071.0" y="1723.0" type="line"/>
+ <point x="-1071.0" y="1807.0"/>
+ <point x="-1023.0" y="1847.0"/>
+ <point x="-963.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-821.0" y="1847.0"/>
+ <point x="-754.0" y="1731.0"/>
+ <point x="-582.0" y="1731.0" type="curve" smooth="yes"/>
+ <point x="-396.0" y="1731.0"/>
+ <point x="-265.0" y="1906.0"/>
+ <point x="-265.0" y="2107.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildedoublecmb.glif b/src/Inter-UI-Black.ufo/glyphs/tildedoublecmb.glif
index 72d2f9d31..67f6cf04b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tildedoublecmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tildedoublecmb.glif
@@ -1,43 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildedoublecmb" format="1">
- <advance width="0"/>
+<glyph name="tildedoublecmb" format="2">
<unicode hex="0360"/>
+ <anchor x="0.0" y="1746.0" name="_marktop_dd"/>
<outline>
<contour>
- <point x="0" y="1746" type="move" name="_marktop_dd"/>
- </contour>
- <contour>
- <point x="1188" y="2105" type="line"/>
- <point x="1161" y="2012"/>
- <point x="1067" y="1968"/>
- <point x="906" y="1968" type="curve" smooth="yes"/>
- <point x="525" y="1968"/>
- <point x="-512" y="2068"/>
- <point x="-956" y="2068" type="curve" smooth="yes"/>
- <point x="-1214" y="2068"/>
- <point x="-1364" y="1966"/>
- <point x="-1420" y="1748" type="curve"/>
- <point x="-1185" y="1679" type="line"/>
- <point x="-1144" y="1781"/>
- <point x="-1031" y="1816"/>
- <point x="-899" y="1816" type="curve" smooth="yes"/>
- <point x="-488" y="1816"/>
- <point x="408" y="1715"/>
- <point x="971" y="1715" type="curve" smooth="yes"/>
- <point x="1220" y="1715"/>
- <point x="1397" y="1818"/>
- <point x="1422" y="2035" type="curve"/>
+ <point x="1188.0" y="2105.0" type="line"/>
+ <point x="1161.0" y="2012.0"/>
+ <point x="1067.0" y="1968.0"/>
+ <point x="906.0" y="1968.0" type="curve" smooth="yes"/>
+ <point x="525.0" y="1968.0"/>
+ <point x="-512.0" y="2068.0"/>
+ <point x="-956.0" y="2068.0" type="curve" smooth="yes"/>
+ <point x="-1214.0" y="2068.0"/>
+ <point x="-1364.0" y="1966.0"/>
+ <point x="-1420.0" y="1748.0" type="curve"/>
+ <point x="-1185.0" y="1679.0" type="line"/>
+ <point x="-1144.0" y="1781.0"/>
+ <point x="-1031.0" y="1816.0"/>
+ <point x="-899.0" y="1816.0" type="curve" smooth="yes"/>
+ <point x="-488.0" y="1816.0"/>
+ <point x="408.0" y="1715.0"/>
+ <point x="971.0" y="1715.0" type="curve" smooth="yes"/>
+ <point x="1220.0" y="1715.0"/>
+ <point x="1397.0" y="1818.0"/>
+ <point x="1422.0" y="2035.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.cn.glif b/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.cn.glif
new file mode 100644
index 000000000..d2a3fde91
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.cn.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tildemacroncomb.cn" format="2">
+ <anchor x="-792.0" y="1723.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-565.0" y="1995.0" type="line"/>
+ <point x="-565.0" y="1929.0"/>
+ <point x="-604.0" y="1878.0"/>
+ <point x="-650.0" y="1878.0" type="curve" smooth="yes"/>
+ <point x="-763.0" y="1878.0"/>
+ <point x="-859.0" y="1966.0"/>
+ <point x="-978.0" y="1966.0" type="curve" smooth="yes"/>
+ <point x="-1110.0" y="1966.0"/>
+ <point x="-1200.0" y="1848.0"/>
+ <point x="-1200.0" y="1717.0" type="curve"/>
+ <point x="-1019.0" y="1665.0" type="line"/>
+ <point x="-1019.0" y="1731.0"/>
+ <point x="-982.0" y="1782.0"/>
+ <point x="-934.0" y="1782.0" type="curve" smooth="yes"/>
+ <point x="-817.0" y="1782.0"/>
+ <point x="-751.0" y="1693.0"/>
+ <point x="-606.0" y="1693.0" type="curve" smooth="yes"/>
+ <point x="-476.0" y="1693.0"/>
+ <point x="-382.0" y="1810.0"/>
+ <point x="-382.0" y="1942.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-316.0" y="2365.0" type="line"/>
+ <point x="-1269.0" y="2365.0" type="line"/>
+ <point x="-1269.0" y="2127.0" type="line"/>
+ <point x="-316.0" y="2127.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.glif b/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.glif
deleted file mode 100644
index a17a0069f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildemacroncomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-792" y="1723" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-565" y="1995" type="line"/>
- <point x="-565" y="1929"/>
- <point x="-604" y="1878"/>
- <point x="-650" y="1878" type="curve" smooth="yes"/>
- <point x="-763" y="1878"/>
- <point x="-859" y="1966"/>
- <point x="-978" y="1966" type="curve" smooth="yes"/>
- <point x="-1110" y="1966"/>
- <point x="-1200" y="1848"/>
- <point x="-1200" y="1717" type="curve"/>
- <point x="-1019" y="1665" type="line"/>
- <point x="-1019" y="1731"/>
- <point x="-982" y="1782"/>
- <point x="-934" y="1782" type="curve" smooth="yes"/>
- <point x="-817" y="1782"/>
- <point x="-751" y="1693"/>
- <point x="-606" y="1693" type="curve" smooth="yes"/>
- <point x="-476" y="1693"/>
- <point x="-382" y="1810"/>
- <point x="-382" y="1942" type="curve"/>
- </contour>
- <contour>
- <point x="-316" y="2365" type="line"/>
- <point x="-1269" y="2365" type="line"/>
- <point x="-1269" y="2127" type="line"/>
- <point x="-316" y="2127" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.lc.glif b/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.lc.glif
index 5ac380fe3..8f5e9df22 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.lc.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tildemacroncomb.lc.glif
@@ -1,51 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildemacroncomb.lc" format="1">
- <advance width="0"/>
+<glyph name="tildemacroncomb.lc" format="2">
+ <anchor x="-792.0" y="1781.0" name="_top"/>
+ <anchor x="-792.0" y="2736.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-792" y="1781" type="move" name="_top"/>
+ <point x="-513.0" y="2122.0" type="line"/>
+ <point x="-513.0" y="2038.0"/>
+ <point x="-564.0" y="1998.0"/>
+ <point x="-624.0" y="1998.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="1998.0"/>
+ <point x="-861.0" y="2112.0"/>
+ <point x="-1005.0" y="2112.0" type="curve" smooth="yes"/>
+ <point x="-1189.0" y="2112.0"/>
+ <point x="-1320.0" y="1932.0"/>
+ <point x="-1320.0" y="1737.0" type="curve"/>
+ <point x="-1071.0" y="1723.0" type="line"/>
+ <point x="-1071.0" y="1807.0"/>
+ <point x="-1023.0" y="1847.0"/>
+ <point x="-963.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-821.0" y="1847.0"/>
+ <point x="-754.0" y="1731.0"/>
+ <point x="-582.0" y="1731.0" type="curve" smooth="yes"/>
+ <point x="-396.0" y="1731.0"/>
+ <point x="-265.0" y="1906.0"/>
+ <point x="-265.0" y="2107.0" type="curve"/>
</contour>
<contour>
- <point x="-792" y="2736" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-513" y="2122" type="line"/>
- <point x="-513" y="2038"/>
- <point x="-564" y="1998"/>
- <point x="-624" y="1998" type="curve" smooth="yes"/>
- <point x="-759" y="1998"/>
- <point x="-861" y="2112"/>
- <point x="-1005" y="2112" type="curve" smooth="yes"/>
- <point x="-1189" y="2112"/>
- <point x="-1320" y="1932"/>
- <point x="-1320" y="1737" type="curve"/>
- <point x="-1071" y="1723" type="line"/>
- <point x="-1071" y="1807"/>
- <point x="-1023" y="1847"/>
- <point x="-963" y="1847" type="curve" smooth="yes"/>
- <point x="-821" y="1847"/>
- <point x="-754" y="1731"/>
- <point x="-582" y="1731" type="curve" smooth="yes"/>
- <point x="-396" y="1731"/>
- <point x="-265" y="1906"/>
- <point x="-265" y="2107" type="curve"/>
- </contour>
- <contour>
- <point x="-315" y="2527" type="line"/>
- <point x="-1268" y="2527" type="line"/>
- <point x="-1268" y="2289" type="line"/>
- <point x="-315" y="2289" type="line"/>
+ <point x="-315.0" y="2527.0" type="line"/>
+ <point x="-1268.0" y="2527.0" type="line"/>
+ <point x="-1268.0" y="2289.0" type="line"/>
+ <point x="-315.0" y="2289.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildemidnosp.glif b/src/Inter-UI-Black.ufo/glyphs/tildemidnosp.glif
index e7c2589fb..45050ca59 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tildemidnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tildemidnosp.glif
@@ -1,19 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildemidnosp" format="1">
- <advance width="0"/>
+<glyph name="tildemidnosp" format="2">
<unicode hex="0334"/>
<outline>
- <component base="tilde" xOffset="-1477" yOffset="-1154"/>
+ <component base="tilde" xOffset="-1477.0" yOffset="-1154.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildesubnosp.glif b/src/Inter-UI-Black.ufo/glyphs/tildesubnosp.glif
index c5a107611..5b51f82d4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tildesubnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tildesubnosp.glif
@@ -1,45 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildesubnosp" format="1">
- <advance width="0"/>
+<glyph name="tildesubnosp" format="2">
<unicode hex="0330"/>
+ <guideline x="-836.0" y="-1088.0" angle="90.0"/>
+ <anchor x="-836.0" y="0.0" name="_bottom"/>
+ <anchor x="-836.0" y="0.0" name="_markbottom"/>
+ <anchor x="-836.0" y="-560.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-836" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-836" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-836" y="-560" type="move" name="mkmkbottom_acc"/>
- </contour>
- <component base="tilde" xOffset="-1477" yOffset="-2283"/>
+ <component base="tilde" xOffset="-1477.0" yOffset="-2283.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>-836</integer>
- <key>y</key>
- <integer>-1088</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tildevertsupnosp.glif b/src/Inter-UI-Black.ufo/glyphs/tildevertsupnosp.glif
index 4b7cc0032..9830fbf53 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tildevertsupnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tildevertsupnosp.glif
@@ -1,46 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildevertsupnosp" format="1">
- <advance width="0"/>
+<glyph name="tildevertsupnosp" format="2">
<unicode hex="033E"/>
+ <anchor x="-803.0" y="1507.0" name="_marktop"/>
+ <anchor x="-803.0" y="2452.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-803" y="1507" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-803" y="2452" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-975" y="1530" type="line"/>
- <point x="-755" y="1530"/>
- <point x="-613" y="1580"/>
- <point x="-613" y="1722" type="curve" smooth="yes"/>
- <point x="-613" y="1863"/>
- <point x="-710" y="1972"/>
- <point x="-710" y="2075" type="curve" smooth="yes"/>
- <point x="-710" y="2107"/>
- <point x="-688" y="2145"/>
- <point x="-619" y="2145" type="curve"/>
- <point x="-619" y="2351" type="line"/>
- <point x="-806" y="2351"/>
- <point x="-967" y="2314"/>
- <point x="-967" y="2155" type="curve" smooth="yes"/>
- <point x="-967" y="2024"/>
- <point x="-872" y="1882"/>
- <point x="-872" y="1811" type="curve" smooth="yes"/>
- <point x="-872" y="1778"/>
- <point x="-877" y="1738"/>
- <point x="-975" y="1738" type="curve"/>
+ <point x="-975.0" y="1530.0" type="line"/>
+ <point x="-755.0" y="1530.0"/>
+ <point x="-613.0" y="1580.0"/>
+ <point x="-613.0" y="1722.0" type="curve" smooth="yes"/>
+ <point x="-613.0" y="1863.0"/>
+ <point x="-710.0" y="1972.0"/>
+ <point x="-710.0" y="2075.0" type="curve" smooth="yes"/>
+ <point x="-710.0" y="2107.0"/>
+ <point x="-688.0" y="2145.0"/>
+ <point x="-619.0" y="2145.0" type="curve"/>
+ <point x="-619.0" y="2351.0" type="line"/>
+ <point x="-806.0" y="2351.0"/>
+ <point x="-967.0" y="2314.0"/>
+ <point x="-967.0" y="2155.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="2024.0"/>
+ <point x="-872.0" y="1882.0"/>
+ <point x="-872.0" y="1811.0" type="curve" smooth="yes"/>
+ <point x="-872.0" y="1778.0"/>
+ <point x="-877.0" y="1738.0"/>
+ <point x="-975.0" y="1738.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/titlocyrilliccmb.glif b/src/Inter-UI-Black.ufo/glyphs/titlocyrilliccmb.glif
index 4eb552978..136e7a7bd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/titlocyrilliccmb.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/titlocyrilliccmb.glif
@@ -1,34 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="titlocyrilliccmb" format="1">
- <advance width="0"/>
+<glyph name="titlocyrilliccmb" format="2">
<unicode hex="0483"/>
+ <anchor x="-701.0" y="1636.0" name="_marktop"/>
+ <anchor x="-701.0" y="1658.0" name="_top"/>
<outline>
<contour>
- <point x="-701" y="1658" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-701" y="1636" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-243" y="1804" type="line"/>
- <point x="-243" y="2107" type="line"/>
- <point x="-487" y="2108" type="line"/>
- <point x="-485" y="1959" type="line"/>
- <point x="-1236" y="1959" type="line"/>
- <point x="-1238" y="1632" type="line"/>
- <point x="-994" y="1631" type="line"/>
- <point x="-994" y="1804" type="line"/>
+ <point x="-243.0" y="1804.0" type="line"/>
+ <point x="-243.0" y="2107.0" type="line"/>
+ <point x="-487.0" y="2108.0" type="line"/>
+ <point x="-485.0" y="1959.0" type="line"/>
+ <point x="-1236.0" y="1959.0" type="line"/>
+ <point x="-1238.0" y="1632.0" type="line"/>
+ <point x="-994.0" y="1631.0" type="line"/>
+ <point x="-994.0" y="1804.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tlinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/tlinebelow.glif
new file mode 100644
index 000000000..0fdf1a97a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tlinebelow" format="2">
+ <advance width="1048.0"/>
+ <unicode hex="1E6F"/>
+ <anchor x="621.0" y="-474.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="504.0" y="2032.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="macronsubnosp" xOffset="1412.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarextrahighmod.cn.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarextrahighmod.cn.glif
new file mode 100644
index 000000000..04691b42c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tonebarextrahighmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarextrahighmod.cn" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02E5"/>
+ <outline>
+ <contour>
+ <point x="948.0" y="2004.0" type="line"/>
+ <point x="504.0" y="2004.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="948.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="900.0" y="2004.0" type="line"/>
+ <point x="112.0" y="2004.0" type="line"/>
+ <point x="112.0" y="1644.0" type="line"/>
+ <point x="900.0" y="1644.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarextrahighmod.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarextrahighmod.glif
deleted file mode 100644
index e6658cafb..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/tonebarextrahighmod.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarextrahighmod" format="1">
- <advance width="1056"/>
- <unicode hex="02E5"/>
- <outline>
- <contour>
- <point x="948" y="2004" type="line"/>
- <point x="504" y="2004" type="line"/>
- <point x="504" y="0" type="line"/>
- <point x="948" y="0" type="line"/>
- </contour>
- <contour>
- <point x="900" y="2004" type="line"/>
- <point x="112" y="2004" type="line"/>
- <point x="112" y="1644" type="line"/>
- <point x="900" y="1644" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1004, 'leftMargin': 0, 'rightMargin': 168}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarextralowmod.cn.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarextralowmod.cn.glif
new file mode 100644
index 000000000..05f4b195f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tonebarextralowmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarextralowmod.cn" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02E9"/>
+ <outline>
+ <contour>
+ <point x="948.0" y="2004.0" type="line"/>
+ <point x="504.0" y="2004.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="948.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="900.0" y="360.0" type="line"/>
+ <point x="112.0" y="360.0" type="line"/>
+ <point x="112.0" y="0.0" type="line"/>
+ <point x="900.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarextralowmod.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarextralowmod.glif
deleted file mode 100644
index bf46eeb76..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/tonebarextralowmod.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarextralowmod" format="1">
- <advance width="1056"/>
- <unicode hex="02E9"/>
- <outline>
- <contour>
- <point x="948" y="2004" type="line"/>
- <point x="504" y="2004" type="line"/>
- <point x="504" y="0" type="line"/>
- <point x="948" y="0" type="line"/>
- </contour>
- <contour>
- <point x="900" y="360" type="line"/>
- <point x="112" y="360" type="line"/>
- <point x="112" y="0" type="line"/>
- <point x="900" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1004, 'leftMargin': 0, 'rightMargin': 168}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarhighmod.cn.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarhighmod.cn.glif
new file mode 100644
index 000000000..3e1192d71
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tonebarhighmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarhighmod.cn" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02E6"/>
+ <outline>
+ <contour>
+ <point x="948.0" y="2004.0" type="line"/>
+ <point x="504.0" y="2004.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="948.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="900.0" y="1680.0" type="line"/>
+ <point x="112.0" y="1680.0" type="line"/>
+ <point x="112.0" y="1320.0" type="line"/>
+ <point x="900.0" y="1320.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarhighmod.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarhighmod.glif
deleted file mode 100644
index fe9ecc4fc..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/tonebarhighmod.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarhighmod" format="1">
- <advance width="1056"/>
- <unicode hex="02E6"/>
- <outline>
- <contour>
- <point x="948" y="2004" type="line"/>
- <point x="504" y="2004" type="line"/>
- <point x="504" y="0" type="line"/>
- <point x="948" y="0" type="line"/>
- </contour>
- <contour>
- <point x="900" y="1680" type="line"/>
- <point x="112" y="1680" type="line"/>
- <point x="112" y="1320" type="line"/>
- <point x="900" y="1320" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1004, 'leftMargin': 0, 'rightMargin': 168}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarlowmod.cn.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarlowmod.cn.glif
new file mode 100644
index 000000000..605ecb3b7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tonebarlowmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarlowmod.cn" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02E8"/>
+ <outline>
+ <contour>
+ <point x="948.0" y="2004.0" type="line"/>
+ <point x="504.0" y="2004.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="948.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="900.0" y="680.0" type="line"/>
+ <point x="112.0" y="680.0" type="line"/>
+ <point x="112.0" y="324.0" type="line"/>
+ <point x="900.0" y="324.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarlowmod.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarlowmod.glif
deleted file mode 100644
index f27e1f15c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/tonebarlowmod.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarlowmod" format="1">
- <advance width="1056"/>
- <unicode hex="02E8"/>
- <outline>
- <contour>
- <point x="948" y="2004" type="line"/>
- <point x="504" y="2004" type="line"/>
- <point x="504" y="0" type="line"/>
- <point x="948" y="0" type="line"/>
- </contour>
- <contour>
- <point x="900" y="680" type="line"/>
- <point x="112" y="680" type="line"/>
- <point x="112" y="324" type="line"/>
- <point x="900" y="324" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1004, 'leftMargin': 0, 'rightMargin': 168}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarmidmod.cn.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarmidmod.cn.glif
new file mode 100644
index 000000000..97682058d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/tonebarmidmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarmidmod.cn" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02E7"/>
+ <outline>
+ <contour>
+ <point x="948.0" y="2004.0" type="line"/>
+ <point x="504.0" y="2004.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="948.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="900.0" y="1180.0" type="line"/>
+ <point x="112.0" y="1180.0" type="line"/>
+ <point x="112.0" y="824.0" type="line"/>
+ <point x="900.0" y="824.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonebarmidmod.glif b/src/Inter-UI-Black.ufo/glyphs/tonebarmidmod.glif
deleted file mode 100644
index 7bee092db..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/tonebarmidmod.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarmidmod" format="1">
- <advance width="1056"/>
- <unicode hex="02E7"/>
- <outline>
- <contour>
- <point x="948" y="2004" type="line"/>
- <point x="504" y="2004" type="line"/>
- <point x="504" y="0" type="line"/>
- <point x="948" y="0" type="line"/>
- </contour>
- <contour>
- <point x="900" y="1180" type="line"/>
- <point x="112" y="1180" type="line"/>
- <point x="112" y="824" type="line"/>
- <point x="900" y="824" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1004, 'leftMargin': 0, 'rightMargin': 168}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonefive.glif b/src/Inter-UI-Black.ufo/glyphs/tonefive.glif
index 787a23e96..253595c1c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tonefive.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tonefive.glif
@@ -1,55 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonefive" format="1">
- <advance width="1824"/>
+<glyph name="tonefive" format="2">
+ <advance width="1824.0"/>
<unicode hex="01BD"/>
<outline>
<contour>
- <point x="760" y="632" type="line" name="hr00"/>
- <point x="788" y="660"/>
- <point x="848" y="684"/>
- <point x="964" y="684" type="curve" smooth="yes"/>
- <point x="1104" y="684"/>
- <point x="1188" y="616"/>
- <point x="1188" y="512" type="curve" smooth="yes"/>
- <point x="1188" y="404"/>
- <point x="1120" y="336"/>
- <point x="972" y="336" type="curve" smooth="yes"/>
- <point x="832" y="336"/>
- <point x="744" y="376"/>
- <point x="732" y="468" type="curve"/>
- <point x="292" y="448" type="line"/>
- <point x="292" y="116"/>
- <point x="620" y="-24"/>
- <point x="972" y="-24" type="curve" smooth="yes"/>
- <point x="1436" y="-24"/>
- <point x="1628" y="188"/>
- <point x="1628" y="480" type="curve" smooth="yes"/>
- <point x="1628" y="792"/>
- <point x="1432" y="972"/>
- <point x="1092" y="972" type="curve" smooth="yes"/>
- <point x="964" y="972"/>
- <point x="852" y="940"/>
- <point x="792" y="908" type="curve"/>
- <point x="828" y="1140" type="line"/>
- <point x="1520" y="1140" type="line"/>
- <point x="1520" y="1488" type="line"/>
- <point x="468" y="1488" type="line"/>
- <point x="356" y="648" type="line"/>
+ <point x="760.0" y="632.0" type="line"/>
+ <point x="788.0" y="660.0"/>
+ <point x="848.0" y="684.0"/>
+ <point x="964.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="684.0"/>
+ <point x="1188.0" y="616.0"/>
+ <point x="1188.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="404.0"/>
+ <point x="1120.0" y="336.0"/>
+ <point x="972.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="336.0"/>
+ <point x="744.0" y="376.0"/>
+ <point x="732.0" y="468.0" type="curve"/>
+ <point x="292.0" y="448.0" type="line"/>
+ <point x="292.0" y="116.0"/>
+ <point x="620.0" y="-24.0"/>
+ <point x="972.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1436.0" y="-24.0"/>
+ <point x="1628.0" y="188.0"/>
+ <point x="1628.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="792.0"/>
+ <point x="1432.0" y="972.0"/>
+ <point x="1092.0" y="972.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="972.0"/>
+ <point x="852.0" y="940.0"/>
+ <point x="792.0" y="908.0" type="curve"/>
+ <point x="828.0" y="1140.0" type="line"/>
+ <point x="1520.0" y="1140.0" type="line"/>
+ <point x="1520.0" y="1488.0" type="line"/>
+ <point x="468.0" y="1488.0" type="line"/>
+ <point x="356.0" y="648.0" type="line"/>
</contour>
<contour>
- <point x="624" y="1488" type="line"/>
- <point x="196" y="1488" type="line"/>
- <point x="196" y="1140" type="line"/>
- <point x="624" y="1140" type="line"/>
+ <point x="624.0" y="1488.0" type="line"/>
+ <point x="196.0" y="1488.0" type="line"/>
+ <point x="196.0" y="1140.0" type="line"/>
+ <point x="624.0" y="1140.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1592, 'leftMargin': 80, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.30</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonesix.glif b/src/Inter-UI-Black.ufo/glyphs/tonesix.glif
index b9aba98d8..7eb5c13f2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tonesix.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tonesix.glif
@@ -1,22 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonesix" format="1">
- <advance width="1824"/>
+<glyph name="tonesix" format="2">
+ <advance width="1824.0"/>
<unicode hex="0185"/>
<outline>
<contour>
- <point x="360" y="2112" type="line"/>
- <point x="96" y="1884" type="line"/>
- <point x="96" y="1664" type="line"/>
- <point x="360" y="1440" type="line"/>
- <point x="428" y="1440" type="line"/>
- <point x="428" y="2112" type="line"/>
+ <point x="360.0" y="2112.0" type="line"/>
+ <point x="96.0" y="1884.0" type="line"/>
+ <point x="96.0" y="1664.0" type="line"/>
+ <point x="360.0" y="1440.0" type="line"/>
+ <point x="428.0" y="1440.0" type="line"/>
+ <point x="428.0" y="2112.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="624.0" y="1372.0" type="line"/>
+ <point x="624.0" y="156.0" type="line"/>
+ <point x="824.0" y="156.0" type="line"/>
+ <point x="876.0" y="40.0"/>
+ <point x="1008.0" y="-24.0"/>
+ <point x="1168.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="-24.0"/>
+ <point x="1760.0" y="244.0"/>
+ <point x="1760.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1760.0" y="1304.0"/>
+ <point x="1476.0" y="1556.0"/>
+ <point x="1168.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="1556.0"/>
+ <point x="876.0" y="1488.0"/>
+ <point x="824.0" y="1372.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1328.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="500.0"/>
+ <point x="1228.0" y="340.0"/>
+ <point x="1032.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="340.0"/>
+ <point x="756.0" y="536.0"/>
+ <point x="756.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="1004.0"/>
+ <point x="820.0" y="1192.0"/>
+ <point x="1032.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="1192.0"/>
+ <point x="1328.0" y="1036.0"/>
+ </contour>
+ <contour>
+ <point x="348.0" y="2048.0" type="line"/>
+ <point x="348.0" y="0.0" type="line"/>
+ <point x="804.0" y="0.0" type="line"/>
+ <point x="804.0" y="304.0" type="line"/>
+ <point x="640.0" y="744.0" type="line"/>
+ <point x="808.0" y="1272.0" type="line"/>
+ <point x="808.0" y="2048.0" type="line"/>
</contour>
- <component base="b" xOffset="204"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1764, 'leftMargin': 55, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonetwo.glif b/src/Inter-UI-Black.ufo/glyphs/tonetwo.glif
index 7661132db..3d8838b81 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tonetwo.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tonetwo.glif
@@ -1,53 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonetwo" format="1">
- <advance width="1568"/>
+<glyph name="tonetwo" format="2">
+ <advance width="1568.0"/>
<unicode hex="01A8"/>
<outline>
<contour>
- <point x="564" y="420" type="curve" smooth="yes"/>
- <point x="564" y="496"/>
- <point x="624" y="536"/>
- <point x="860" y="588" type="curve" smooth="yes"/>
- <point x="1156" y="648"/>
- <point x="1388" y="784"/>
- <point x="1388" y="1044" type="curve"/>
- <point x="1388" y="1296"/>
- <point x="1164" y="1516"/>
- <point x="780" y="1516" type="curve" smooth="yes"/>
- <point x="384" y="1516"/>
- <point x="136" y="1316"/>
- <point x="136" y="1032" type="curve"/>
- <point x="580" y="1032" type="line"/>
- <point x="580" y="1144"/>
- <point x="640" y="1212"/>
- <point x="780" y="1212" type="curve" smooth="yes"/>
- <point x="888" y="1212"/>
- <point x="964" y="1156"/>
- <point x="964" y="1068" type="curve"/>
- <point x="964" y="988"/>
- <point x="892" y="940"/>
- <point x="708" y="908" type="curve" smooth="yes"/>
- <point x="400" y="852"/>
- <point x="136" y="748"/>
- <point x="136" y="432" type="curve"/>
- <point x="136" y="168"/>
- <point x="388" y="-28"/>
- <point x="780" y="-28" type="curve" smooth="yes"/>
- <point x="1204" y="-28"/>
- <point x="1432" y="240"/>
- <point x="1432" y="476" type="curve"/>
- <point x="1016" y="476" type="line"/>
- <point x="1012" y="340"/>
- <point x="908" y="280"/>
- <point x="768" y="280" type="curve" smooth="yes"/>
- <point x="636" y="280"/>
- <point x="564" y="336"/>
+ <point x="564.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="496.0"/>
+ <point x="624.0" y="536.0"/>
+ <point x="860.0" y="588.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="648.0"/>
+ <point x="1388.0" y="784.0"/>
+ <point x="1388.0" y="1044.0" type="curve"/>
+ <point x="1388.0" y="1296.0"/>
+ <point x="1164.0" y="1516.0"/>
+ <point x="780.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1516.0"/>
+ <point x="136.0" y="1316.0"/>
+ <point x="136.0" y="1032.0" type="curve"/>
+ <point x="580.0" y="1032.0" type="line"/>
+ <point x="580.0" y="1144.0"/>
+ <point x="640.0" y="1212.0"/>
+ <point x="780.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="1212.0"/>
+ <point x="964.0" y="1156.0"/>
+ <point x="964.0" y="1068.0" type="curve"/>
+ <point x="964.0" y="988.0"/>
+ <point x="892.0" y="940.0"/>
+ <point x="708.0" y="908.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="852.0"/>
+ <point x="136.0" y="748.0"/>
+ <point x="136.0" y="432.0" type="curve"/>
+ <point x="136.0" y="168.0"/>
+ <point x="388.0" y="-28.0"/>
+ <point x="780.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="-28.0"/>
+ <point x="1432.0" y="240.0"/>
+ <point x="1432.0" y="476.0" type="curve"/>
+ <point x="1016.0" y="476.0" type="line"/>
+ <point x="1012.0" y="340.0"/>
+ <point x="908.0" y="280.0"/>
+ <point x="768.0" y="280.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="280.0"/>
+ <point x="564.0" y="336.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 92, 'rightMargin': 58}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tonos.glif b/src/Inter-UI-Black.ufo/glyphs/tonos.glif
index daddb71da..92853f898 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tonos.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tonos.glif
@@ -1,32 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonos" format="1">
- <advance width="1056"/>
+<glyph name="tonos" format="2">
+ <advance width="1056.0"/>
<unicode hex="0384"/>
+ <anchor x="680.0" y="2000.0" name="_tonos"/>
+ <anchor x="436.0" y="1776.0" name="_top"/>
<outline>
<contour>
- <point x="272" y="1728" type="line"/>
- <point x="536" y="1728" type="line"/>
- <point x="784" y="2204" type="line"/>
- <point x="384" y="2204" type="line"/>
- </contour>
- <contour>
- <point x="436" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="680" y="2000" type="move" name="_tonos"/>
+ <point x="272.0" y="1728.0" type="line"/>
+ <point x="536.0" y="1728.0" type="line"/>
+ <point x="784.0" y="2204.0" type="line"/>
+ <point x="384.0" y="2204.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1033, 'leftMargin': 320, 'rightMargin': 201}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tpalatalhook.glif b/src/Inter-UI-Black.ufo/glyphs/tpalatalhook.glif
index 9e84117c1..dbeb77146 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tpalatalhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tpalatalhook.glif
@@ -1,32 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tpalatalhook" format="1">
- <advance width="1048"/>
+<glyph name="tpalatalhook" format="2">
+ <advance width="1048.0"/>
<unicode hex="01AB"/>
<outline>
<contour>
- <point x="692" y="316" type="line"/>
- <point x="692" y="-80" type="line" smooth="yes"/>
- <point x="692" y="-232"/>
- <point x="560" y="-264"/>
- <point x="456" y="-264" type="curve" smooth="yes"/>
- <point x="416" y="-264"/>
- <point x="384" y="-260"/>
- <point x="344" y="-256" type="curve"/>
- <point x="344" y="-552" type="line"/>
- <point x="412" y="-568"/>
- <point x="464" y="-572"/>
- <point x="528" y="-572" type="curve" smooth="yes"/>
- <point x="820" y="-572"/>
- <point x="996" y="-396"/>
- <point x="996" y="-80" type="curve" smooth="yes"/>
- <point x="996" y="380" type="line"/>
+ <point x="692.0" y="316.0" type="line"/>
+ <point x="692.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="692.0" y="-232.0"/>
+ <point x="560.0" y="-264.0"/>
+ <point x="456.0" y="-264.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="-264.0"/>
+ <point x="384.0" y="-260.0"/>
+ <point x="344.0" y="-256.0" type="curve"/>
+ <point x="344.0" y="-552.0" type="line"/>
+ <point x="412.0" y="-568.0"/>
+ <point x="464.0" y="-572.0"/>
+ <point x="528.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="-572.0"/>
+ <point x="996.0" y="-396.0"/>
+ <point x="996.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="380.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="940.0" y="1536.0" type="line"/>
+ <point x="68.0" y="1536.0" type="line"/>
+ <point x="68.0" y="1216.0" type="line"/>
+ <point x="940.0" y="1216.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="240.0" y="1864.0" type="line"/>
+ <point x="240.0" y="428.0" type="line"/>
+ <point x="240.0" y="156.0"/>
+ <point x="436.0" y="-20.0"/>
+ <point x="684.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="-20.0"/>
+ <point x="968.0" y="12.0"/>
+ <point x="996.0" y="24.0" type="curve"/>
+ <point x="928.0" y="364.0" type="line"/>
+ <point x="900.0" y="356.0"/>
+ <point x="860.0" y="352.0"/>
+ <point x="832.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="352.0"/>
+ <point x="700.0" y="368.0"/>
+ <point x="700.0" y="484.0" type="curve"/>
+ <point x="700.0" y="1864.0" type="line"/>
</contour>
- <component base="t"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 963, 'leftMargin': 60, 'rightMargin': -5}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/trademark.glif b/src/Inter-UI-Black.ufo/glyphs/trademark.glif
index 8a627bfc5..c23f71a7a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/trademark.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/trademark.glif
@@ -1,45 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="trademark" format="1">
- <advance width="1824"/>
+<glyph name="trademark" format="2">
+ <advance width="1824.0"/>
<unicode hex="2122"/>
<outline>
<contour>
- <point x="1440" y="1256" type="line"/>
- <point x="1632" y="1256" type="line"/>
- <point x="1632" y="2004" type="line"/>
- <point x="1412" y="2004" type="line"/>
- <point x="1244" y="1512" type="line"/>
- <point x="1096" y="2004" type="line"/>
- <point x="856" y="2004" type="line"/>
- <point x="856" y="1256" type="line"/>
- <point x="1052" y="1256" type="line"/>
- <point x="1052" y="1724" type="line"/>
- <point x="1192" y="1256" type="line"/>
- <point x="1300" y="1256" type="line"/>
- <point x="1440" y="1720" type="line"/>
+ <point x="1440.0" y="1256.0" type="line"/>
+ <point x="1632.0" y="1256.0" type="line"/>
+ <point x="1632.0" y="2004.0" type="line"/>
+ <point x="1412.0" y="2004.0" type="line"/>
+ <point x="1244.0" y="1512.0" type="line"/>
+ <point x="1096.0" y="2004.0" type="line"/>
+ <point x="856.0" y="2004.0" type="line"/>
+ <point x="856.0" y="1256.0" type="line"/>
+ <point x="1052.0" y="1256.0" type="line"/>
+ <point x="1052.0" y="1724.0" type="line"/>
+ <point x="1192.0" y="1256.0" type="line"/>
+ <point x="1300.0" y="1256.0" type="line"/>
+ <point x="1440.0" y="1720.0" type="line"/>
</contour>
<contour>
- <point x="764" y="2004" type="line"/>
- <point x="192" y="2004" type="line"/>
- <point x="192" y="1844" type="line"/>
- <point x="376" y="1844" type="line"/>
- <point x="376" y="1260" type="line"/>
- <point x="596" y="1260" type="line"/>
- <point x="596" y="1844" type="line"/>
- <point x="764" y="1844" type="line"/>
+ <point x="764.0" y="2004.0" type="line"/>
+ <point x="192.0" y="2004.0" type="line"/>
+ <point x="192.0" y="1844.0" type="line"/>
+ <point x="376.0" y="1844.0" type="line"/>
+ <point x="376.0" y="1260.0" type="line"/>
+ <point x="596.0" y="1260.0" type="line"/>
+ <point x="596.0" y="1844.0" type="line"/>
+ <point x="764.0" y="1844.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1783, 'leftMargin': 168, 'rightMargin': 176}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/triagdn.glif b/src/Inter-UI-Black.ufo/glyphs/triagdn.glif
index 17127440b..4081d9e60 100644
--- a/src/Inter-UI-Black.ufo/glyphs/triagdn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/triagdn.glif
@@ -1,23 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="triagdn" format="1">
- <advance width="2848"/>
+<glyph name="triagdn" format="2">
+ <advance width="2848.0"/>
<unicode hex="25BC"/>
<outline>
<contour>
- <point x="144" y="2048" type="line"/>
- <point x="1424" y="-128" type="line"/>
- <point x="2704" y="2048" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="1424.0" y="-128.0" type="line"/>
+ <point x="2704.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/triagrt.glif b/src/Inter-UI-Black.ufo/glyphs/triagrt.glif
index 0b44e5cfe..72f909d63 100644
--- a/src/Inter-UI-Black.ufo/glyphs/triagrt.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/triagrt.glif
@@ -1,23 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="triagrt" format="1">
- <advance width="2592"/>
+<glyph name="triagrt" format="2">
+ <advance width="2592.0"/>
<unicode hex="25BA"/>
<outline>
<contour>
- <point x="272" y="-256" type="line"/>
- <point x="2448" y="1024" type="line"/>
- <point x="272" y="2304" type="line"/>
+ <point x="272.0" y="-256.0" type="line"/>
+ <point x="2448.0" y="1024.0" type="line"/>
+ <point x="272.0" y="2304.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/triagup.glif b/src/Inter-UI-Black.ufo/glyphs/triagup.glif
index b6847ed83..119518e66 100644
--- a/src/Inter-UI-Black.ufo/glyphs/triagup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/triagup.glif
@@ -1,23 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="triagup" format="1">
- <advance width="2848"/>
+<glyph name="triagup" format="2">
+ <advance width="2848.0"/>
<unicode hex="25B2"/>
<outline>
<contour>
- <point x="144" y="0" type="line"/>
- <point x="2704" y="0" type="line"/>
- <point x="1424" y="2176" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="2704.0" y="0.0" type="line"/>
+ <point x="1424.0" y="2176.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/trianglebullet.glif b/src/Inter-UI-Black.ufo/glyphs/trianglebullet.glif
index 8d94c8936..c428a2d29 100644
--- a/src/Inter-UI-Black.ufo/glyphs/trianglebullet.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/trianglebullet.glif
@@ -1,80 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="trianglebullet" format="1">
- <advance width="1184"/>
+<glyph name="trianglebullet" format="2">
+ <advance width="1184.0"/>
<unicode hex="2023"/>
+ <guideline x="960.0" y="852.0" angle="0.0"/>
<outline>
<contour>
- <point x="300" y="384" type="line"/>
- <point x="1040" y="852" type="line"/>
- <point x="300" y="1316" type="line"/>
+ <point x="300.0" y="384.0" type="line"/>
+ <point x="1040.0" y="852.0" type="line"/>
+ <point x="300.0" y="1316.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>960</integer>
- <key>y</key>
- <integer>852</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>bullet</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>trianglebullet</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1184</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1506, 'leftMargin': 162, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/trthook.glif b/src/Inter-UI-Black.ufo/glyphs/trthook.glif
index 9108cddd1..cc0e176ea 100644
--- a/src/Inter-UI-Black.ufo/glyphs/trthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/trthook.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="trthook" format="1">
- <advance width="1312"/>
+<glyph name="trthook" format="2">
+ <advance width="1312.0"/>
<unicode hex="0288"/>
+ <anchor x="848.0" y="-616.0" name="bottom"/>
+ <anchor x="592.0" y="2200.0" name="top"/>
+ <anchor x="1188.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="364" y="1860" type="line"/>
- <point x="364" y="-108" type="line" smooth="yes"/>
- <point x="364" y="-548"/>
- <point x="676" y="-600"/>
- <point x="916" y="-600" type="curve" smooth="yes"/>
- <point x="1016" y="-600"/>
- <point x="1084" y="-592"/>
- <point x="1148" y="-580" type="curve"/>
- <point x="1148" y="-284" type="line"/>
- <point x="1112" y="-288"/>
- <point x="1076" y="-292"/>
- <point x="1040" y="-292" type="curve" smooth="yes"/>
- <point x="936" y="-292"/>
- <point x="804" y="-256"/>
- <point x="804" y="-108" type="curve" smooth="yes"/>
- <point x="804" y="1860" type="line"/>
+ <point x="364.0" y="1860.0" type="line"/>
+ <point x="364.0" y="-108.0" type="line" smooth="yes"/>
+ <point x="364.0" y="-548.0"/>
+ <point x="676.0" y="-600.0"/>
+ <point x="916.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="-600.0"/>
+ <point x="1084.0" y="-592.0"/>
+ <point x="1148.0" y="-580.0" type="curve"/>
+ <point x="1148.0" y="-284.0" type="line"/>
+ <point x="1112.0" y="-288.0"/>
+ <point x="1076.0" y="-292.0"/>
+ <point x="1040.0" y="-292.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="-292.0"/>
+ <point x="804.0" y="-256.0"/>
+ <point x="804.0" y="-108.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1860.0" type="line"/>
</contour>
<contour>
- <point x="1052" y="1536" type="line" name="hr00"/>
- <point x="164" y="1536" type="line"/>
- <point x="164" y="1216" type="line"/>
- <point x="1052" y="1216" type="line"/>
- </contour>
- <contour>
- <point x="592" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="848" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1188" y="2200" type="move" name="top0315"/>
+ <point x="1052.0" y="1536.0" type="line"/>
+ <point x="164.0" y="1536.0" type="line"/>
+ <point x="164.0" y="1216.0" type="line"/>
+ <point x="1052.0" y="1216.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1040, 'leftMargin': 17, 'rightMargin': 39}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ts.glif b/src/Inter-UI-Black.ufo/glyphs/ts.glif
index e85d385db..9469b4e72 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ts.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ts.glif
@@ -1,78 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ts" format="1">
- <advance width="2336"/>
+<glyph name="ts" format="2">
+ <advance width="2336.0"/>
<unicode hex="02A6"/>
+ <anchor x="1568.0" y="0.0" name="bottom"/>
+ <anchor x="1568.0" y="2200.0" name="top"/>
+ <anchor x="2308.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="320" y="1860" type="line"/>
- <point x="320" y="512" type="line" smooth="yes"/>
- <point x="320" y="148"/>
- <point x="488" y="0"/>
- <point x="776" y="0" type="curve" smooth="yes"/>
- <point x="1028" y="0" type="line"/>
- <point x="1028" y="364" type="line"/>
- <point x="916" y="364" type="line" smooth="yes"/>
- <point x="804" y="364"/>
- <point x="764" y="400"/>
- <point x="764" y="512" type="curve" smooth="yes"/>
- <point x="764" y="1860" type="line"/>
+ <point x="320.0" y="1860.0" type="line"/>
+ <point x="320.0" y="512.0" type="line" smooth="yes"/>
+ <point x="320.0" y="148.0"/>
+ <point x="488.0" y="0.0"/>
+ <point x="776.0" y="0.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="0.0" type="line"/>
+ <point x="1028.0" y="364.0" type="line"/>
+ <point x="916.0" y="364.0" type="line" smooth="yes"/>
+ <point x="804.0" y="364.0"/>
+ <point x="764.0" y="400.0"/>
+ <point x="764.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="1860.0" type="line"/>
</contour>
<contour>
- <point x="1788" y="452" type="curve" smooth="yes"/>
- <point x="1788" y="392"/>
- <point x="1720" y="364"/>
- <point x="1584" y="364" type="curve" smooth="yes"/>
- <point x="960" y="364" type="line"/>
- <point x="960" y="0" type="line"/>
- <point x="1572" y="0" type="line" smooth="yes"/>
- <point x="1964" y="0"/>
- <point x="2216" y="168"/>
- <point x="2216" y="436" type="curve" smooth="yes"/>
- <point x="2216" y="700"/>
- <point x="2028" y="832"/>
- <point x="1676" y="900" type="curve" smooth="yes"/>
- <point x="1508" y="932"/>
- <point x="1388" y="964"/>
- <point x="1388" y="1068" type="curve" smooth="yes"/>
- <point x="1388" y="1156"/>
- <point x="1464" y="1212"/>
- <point x="1572" y="1212" type="curve" smooth="yes"/>
- <point x="1716" y="1212"/>
- <point x="1772" y="1144"/>
- <point x="1772" y="1032" type="curve"/>
- <point x="2216" y="1032" type="line"/>
- <point x="2216" y="1316"/>
- <point x="1968" y="1516"/>
- <point x="1572" y="1516" type="curve" smooth="yes"/>
- <point x="1188" y="1516"/>
- <point x="968" y="1296"/>
- <point x="968" y="1044" type="curve" smooth="yes"/>
- <point x="968" y="808"/>
- <point x="1168" y="652"/>
- <point x="1492" y="588" type="curve" smooth="yes"/>
- <point x="1732" y="540"/>
- <point x="1788" y="520"/>
+ <point x="1788.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="1788.0" y="392.0"/>
+ <point x="1720.0" y="364.0"/>
+ <point x="1584.0" y="364.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="364.0" type="line"/>
+ <point x="960.0" y="0.0" type="line"/>
+ <point x="1572.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1964.0" y="0.0"/>
+ <point x="2216.0" y="168.0"/>
+ <point x="2216.0" y="436.0" type="curve" smooth="yes"/>
+ <point x="2216.0" y="700.0"/>
+ <point x="2028.0" y="832.0"/>
+ <point x="1676.0" y="900.0" type="curve" smooth="yes"/>
+ <point x="1508.0" y="932.0"/>
+ <point x="1388.0" y="964.0"/>
+ <point x="1388.0" y="1068.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="1156.0"/>
+ <point x="1464.0" y="1212.0"/>
+ <point x="1572.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="1716.0" y="1212.0"/>
+ <point x="1772.0" y="1144.0"/>
+ <point x="1772.0" y="1032.0" type="curve"/>
+ <point x="2216.0" y="1032.0" type="line"/>
+ <point x="2216.0" y="1316.0"/>
+ <point x="1968.0" y="1516.0"/>
+ <point x="1572.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1516.0"/>
+ <point x="968.0" y="1296.0"/>
+ <point x="968.0" y="1044.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="808.0"/>
+ <point x="1168.0" y="652.0"/>
+ <point x="1492.0" y="588.0" type="curve" smooth="yes"/>
+ <point x="1732.0" y="540.0"/>
+ <point x="1788.0" y="520.0"/>
</contour>
<contour>
- <point x="1396" y="1488" type="line"/>
- <point x="124" y="1488" type="line"/>
- <point x="124" y="1168" type="line"/>
- <point x="1396" y="1168" type="line"/>
- </contour>
- <contour>
- <point x="1568" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1568" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2308" y="2200" type="move" name="top0315"/>
+ <point x="1396.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1168.0" type="line"/>
+ <point x="1396.0" y="1168.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2201, 'leftMargin': 17, 'rightMargin': 92}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tsecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/tsecyrillic.glif
index 15b6f7ad9..ac1b8887d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tsecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tsecyrillic.glif
@@ -1,37 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tsecyrillic" format="1">
- <advance width="1824"/>
+<glyph name="tsecyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="0446"/>
+ <anchor x="800.0" y="1744.0" name="top"/>
+ <anchor x="1728.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="132" y="0" type="line"/>
- <point x="1456" y="0" type="line"/>
- <point x="1456" y="1488" type="line"/>
- <point x="1012" y="1488" type="line"/>
- <point x="1012" y="360" type="line"/>
- <point x="576" y="360" type="line"/>
- <point x="576" y="1488" type="line"/>
- <point x="132" y="1488" type="line"/>
+ <point x="132.0" y="0.0" type="line"/>
+ <point x="1456.0" y="0.0" type="line"/>
+ <point x="1456.0" y="1488.0" type="line"/>
+ <point x="1012.0" y="1488.0" type="line"/>
+ <point x="1012.0" y="360.0" type="line"/>
+ <point x="576.0" y="360.0" type="line"/>
+ <point x="576.0" y="1488.0" type="line"/>
+ <point x="132.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="1692" y="356" type="line"/>
- <point x="1092" y="356" type="line"/>
- <point x="1092" y="0" type="line"/>
- <point x="1252" y="0" type="line"/>
- <point x="1252" y="-440" type="line"/>
- <point x="1668" y="-440" type="line"/>
- </contour>
- <contour>
- <point x="800" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1728" y="1744" type="move" name="top0315"/>
+ <point x="1692.0" y="356.0" type="line"/>
+ <point x="1092.0" y="356.0" type="line"/>
+ <point x="1092.0" y="0.0" type="line"/>
+ <point x="1252.0" y="0.0" type="line"/>
+ <point x="1252.0" y="-440.0" type="line"/>
+ <point x="1668.0" y="-440.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1728, 'leftMargin': 132, 'rightMargin': 34}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tshecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/tshecyrillic.glif
index a01eef281..da1e974ae 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tshecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tshecyrillic.glif
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tshecyrillic" format="1">
- <advance width="1568"/>
+<glyph name="tshecyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="045B"/>
<outline>
- <component base="h" xOffset="112"/>
- <component base="crossbar" xOffset="-152" yOffset="756"/>
+ <component base="h" xOffset="112.0"/>
+ <component base="crossbar" xOffset="-152.0" yOffset="756.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': -119, 'rightMargin': 153}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tturn.glif b/src/Inter-UI-Black.ufo/glyphs/tturn.glif
index 79b0a92d4..bcf79d96e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tturn.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tturn" format="1">
- <advance width="1056"/>
+<glyph name="tturn" format="2">
+ <advance width="1056.0"/>
<unicode hex="0287"/>
+ <anchor x="560.0" y="0.0" name="bottom"/>
+ <anchor x="456.0" y="2200.0" name="top"/>
+ <anchor x="992.0" y="2200.0" name="top0315"/>
<outline>
- <component base="t" xScale="-1.0" yScale="-1.0" xOffset="1024" yOffset="1864"/>
- <contour>
- <point x="456" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="560" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="992" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="t" xScale="-1.0" yScale="-1.0" xOffset="1024.0" yOffset="1864.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 963, 'leftMargin': 39, 'rightMargin': 17}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tugrik.glif b/src/Inter-UI-Black.ufo/glyphs/tugrik.glif
index 8e6fbee1b..70db7038e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tugrik.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tugrik.glif
@@ -1,33 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tugrik" format="1">
- <advance width="1756"/>
+<glyph name="tugrik" format="2">
+ <advance width="1756.0"/>
<unicode hex="20AE"/>
<outline>
<contour>
- <point x="1340" y="1428" type="line"/>
- <point x="416" y="1168" type="line"/>
- <point x="416" y="884" type="line"/>
- <point x="1340" y="1140" type="line"/>
+ <point x="1340.0" y="1428.0" type="line"/>
+ <point x="416.0" y="1168.0" type="line"/>
+ <point x="416.0" y="884.0" type="line"/>
+ <point x="1340.0" y="1140.0" type="line"/>
</contour>
<contour>
- <point x="1340" y="972" type="line"/>
- <point x="416" y="716" type="line"/>
- <point x="416" y="428" type="line"/>
- <point x="1340" y="688" type="line"/>
+ <point x="1340.0" y="972.0" type="line"/>
+ <point x="416.0" y="716.0" type="line"/>
+ <point x="416.0" y="428.0" type="line"/>
+ <point x="1340.0" y="688.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1108.0" y="2048.0" type="line"/>
+ <point x="648.0" y="2048.0" type="line"/>
+ <point x="648.0" y="0.0" type="line"/>
+ <point x="1108.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1708.0" y="2048.0" type="line"/>
+ <point x="48.0" y="2048.0" type="line"/>
+ <point x="48.0" y="1664.0" type="line"/>
+ <point x="1708.0" y="1664.0" type="line"/>
</contour>
- <component base="T" xOffset="-32"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1766, 'leftMargin': 52, 'rightMargin': 54}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/twelveroman.glif b/src/Inter-UI-Black.ufo/glyphs/twelveroman.glif
index 63819219f..6050fdbe3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/twelveroman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/twelveroman.glif
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twelveroman" format="1">
- <advance width="3104"/>
+<glyph name="twelveroman" format="2">
+ <advance width="3104.0"/>
<unicode hex="217B"/>
<outline>
- <component base="x" xOffset="88"/>
- <component base="i" xOffset="1532"/>
- <component base="i" xOffset="2300"/>
+ <component base="x" xOffset="88.0"/>
+ <component base="i" xOffset="1532.0"/>
+ <component base="i" xOffset="2300.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2976, 'leftMargin': 60, 'rightMargin': 138}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/two.glif b/src/Inter-UI-Black.ufo/glyphs/two.glif
index 7ab4ea30c..2fe412a94 100644
--- a/src/Inter-UI-Black.ufo/glyphs/two.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/two.glif
@@ -1,75 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="two" format="1">
- <advance width="1696"/>
+<glyph name="two" format="2">
+ <advance width="1696.0"/>
<unicode hex="0032"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1552" y="384" type="line"/>
- <point x="780" y="384" type="line"/>
- <point x="780" y="396" type="line"/>
- <point x="1040" y="664" type="line" smooth="yes"/>
- <point x="1324" y="960"/>
- <point x="1496" y="1184"/>
- <point x="1496" y="1468" type="curve" smooth="yes"/>
- <point x="1496" y="1828"/>
- <point x="1216" y="2076"/>
- <point x="828" y="2076" type="curve" smooth="yes"/>
- <point x="392" y="2076"/>
- <point x="120" y="1764"/>
- <point x="120" y="1388" type="curve"/>
- <point x="564" y="1388" type="line"/>
- <point x="564" y="1572"/>
- <point x="660" y="1712"/>
- <point x="820" y="1712" type="curve" smooth="yes"/>
- <point x="968" y="1712"/>
- <point x="1056" y="1592"/>
- <point x="1056" y="1452" type="curve" smooth="yes"/>
- <point x="1056" y="1336"/>
- <point x="996" y="1192"/>
- <point x="808" y="1000" type="curve" smooth="yes"/>
- <point x="144" y="336" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="1552" y="0" type="line"/>
+ <point x="1552.0" y="384.0" type="line"/>
+ <point x="780.0" y="384.0" type="line"/>
+ <point x="780.0" y="396.0" type="line"/>
+ <point x="1040.0" y="664.0" type="line" smooth="yes"/>
+ <point x="1324.0" y="960.0"/>
+ <point x="1496.0" y="1184.0"/>
+ <point x="1496.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="1496.0" y="1828.0"/>
+ <point x="1216.0" y="2076.0"/>
+ <point x="828.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2076.0"/>
+ <point x="120.0" y="1764.0"/>
+ <point x="120.0" y="1388.0" type="curve"/>
+ <point x="564.0" y="1388.0" type="line"/>
+ <point x="564.0" y="1572.0"/>
+ <point x="660.0" y="1712.0"/>
+ <point x="820.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="1712.0"/>
+ <point x="1056.0" y="1592.0"/>
+ <point x="1056.0" y="1452.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="1336.0"/>
+ <point x="996.0" y="1192.0"/>
+ <point x="808.0" y="1000.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="336.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="1552.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 87, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/two.sup.glif b/src/Inter-UI-Black.ufo/glyphs/two.sup.glif
index 1f043eb8f..7036ea60b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/two.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/two.sup.glif
@@ -1,46 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="two.sup" format="1">
- <advance width="1312"/>
+<glyph name="two.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="1100" y="240" type="line"/>
- <point x="636" y="240" type="line"/>
- <point x="760" y="336" type="line" smooth="yes"/>
- <point x="976" y="496"/>
- <point x="1072" y="588"/>
- <point x="1072" y="756" type="curve" smooth="yes"/>
- <point x="1072" y="980"/>
- <point x="912" y="1100"/>
- <point x="636" y="1100" type="curve" smooth="yes"/>
- <point x="380" y="1100"/>
- <point x="216" y="928"/>
- <point x="216" y="720" type="curve"/>
- <point x="516" y="720" type="line"/>
- <point x="516" y="792"/>
- <point x="560" y="860"/>
- <point x="652" y="860" type="curve" smooth="yes"/>
- <point x="732" y="860"/>
- <point x="772" y="820"/>
- <point x="772" y="756" type="curve" smooth="yes"/>
- <point x="772" y="720"/>
- <point x="728" y="632"/>
- <point x="632" y="552" type="curve" smooth="yes"/>
- <point x="240" y="204" type="line"/>
- <point x="240" y="0" type="line"/>
- <point x="1100" y="0" type="line"/>
+ <point x="1100.0" y="240.0" type="line"/>
+ <point x="636.0" y="240.0" type="line"/>
+ <point x="760.0" y="336.0" type="line" smooth="yes"/>
+ <point x="976.0" y="496.0"/>
+ <point x="1072.0" y="588.0"/>
+ <point x="1072.0" y="756.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="980.0"/>
+ <point x="912.0" y="1100.0"/>
+ <point x="636.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1100.0"/>
+ <point x="216.0" y="928.0"/>
+ <point x="216.0" y="720.0" type="curve"/>
+ <point x="516.0" y="720.0" type="line"/>
+ <point x="516.0" y="792.0"/>
+ <point x="560.0" y="860.0"/>
+ <point x="652.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="860.0"/>
+ <point x="772.0" y="820.0"/>
+ <point x="772.0" y="756.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="720.0"/>
+ <point x="728.0" y="632.0"/>
+ <point x="632.0" y="552.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="204.0" type="line"/>
+ <point x="240.0" y="0.0" type="line"/>
+ <point x="1100.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 73, 'rightMargin': 96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/two.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/two.tnum.glif
index 1b0acb92a..ac7a5161f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/two.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/two.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="two.tnum" format="1">
- <advance width="1824"/>
+<glyph name="two.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="two" xOffset="64"/>
+ <component base="two" xOffset="64.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/twodotleader.glif b/src/Inter-UI-Black.ufo/glyphs/twodotleader.glif
index 19b20d219..27a5d3997 100644
--- a/src/Inter-UI-Black.ufo/glyphs/twodotleader.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/twodotleader.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twodotleader" format="1">
- <advance width="1568"/>
+<glyph name="twodotleader" format="2">
+ <advance width="1568.0"/>
<unicode hex="2025"/>
<outline>
- <component base="period" xOffset="52"/>
- <component base="period" xOffset="716"/>
+ <component base="period" xOffset="52.0"/>
+ <component base="period" xOffset="716.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1517, 'leftMargin': 154, 'rightMargin': 206}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/tworoman.glif b/src/Inter-UI-Black.ufo/glyphs/tworoman.glif
index c75a757e8..ed719f341 100644
--- a/src/Inter-UI-Black.ufo/glyphs/tworoman.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/tworoman.glif
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tworoman" format="1">
- <advance width="1568"/>
+<glyph name="tworoman" format="2">
+ <advance width="1568.0"/>
<unicode hex="2171"/>
<outline>
- <component base="i" xOffset="4"/>
- <component base="i" xOffset="772"/>
+ <component base="i" xOffset="4.0"/>
+ <component base="i" xOffset="772.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1533, 'leftMargin': 138, 'rightMargin': 137}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/twostroke.glif b/src/Inter-UI-Black.ufo/glyphs/twostroke.glif
index 5d5065746..eeab2bf75 100644
--- a/src/Inter-UI-Black.ufo/glyphs/twostroke.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/twostroke.glif
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twostroke" format="1">
- <advance width="1696"/>
+<glyph name="twostroke" format="2">
+ <advance width="1696.0"/>
<unicode hex="01BB"/>
<outline>
<component base="two"/>
- <component base="crossbar" xOffset="400"/>
+ <component base="crossbar" xOffset="400.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1719, 'leftMargin': 180, 'rightMargin': 107}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/twosub.glif b/src/Inter-UI-Black.ufo/glyphs/twosub.glif
index 76c9f98c8..8038c58df 100644
--- a/src/Inter-UI-Black.ufo/glyphs/twosub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/twosub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twosub" format="1">
- <advance width="1312"/>
+<glyph name="twosub" format="2">
+ <advance width="1312.0"/>
<unicode hex="2082"/>
<outline>
- <component base="two.sup" xOffset="-4" yOffset="-496"/>
+ <component base="two.sup" xOffset="-4.0" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 200, 'rightMargin': -31}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/twosuperior.glif b/src/Inter-UI-Black.ufo/glyphs/twosuperior.glif
index 329f0ccad..74c8eb70d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/twosuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/twosuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twosuperior" format="1">
- <advance width="1312"/>
+<glyph name="twosuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="00B2"/>
<outline>
- <component base="two.sup" xOffset="124" yOffset="916"/>
+ <component base="two.sup" xOffset="124.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 73, 'rightMargin': 96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/twothirds.glif b/src/Inter-UI-Black.ufo/glyphs/twothirds.glif
index 1ed0e7d44..9bffe6e6a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/twothirds.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/twothirds.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twothirds" format="1">
- <advance width="2848"/>
+<glyph name="twothirds" format="2">
+ <advance width="2848.0"/>
<unicode hex="2154"/>
<outline>
- <component base="two.sup" xOffset="64" yOffset="912"/>
- <component base="fraction" xOffset="720"/>
- <component base="three.sup" xOffset="1460"/>
+ <component base="two.sup" xOffset="64.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="720.0"/>
+ <component base="three.sup" xOffset="1460.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2688, 'leftMargin': 206, 'rightMargin': 195}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/u.glif b/src/Inter-UI-Black.ufo/glyphs/u.glif
index d67ed21c4..c403d6b26 100644
--- a/src/Inter-UI-Black.ufo/glyphs/u.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/u.glif
@@ -1,94 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="u" format="1">
- <advance width="1656"/>
+<glyph name="u" format="2">
+ <advance width="1656.0"/>
<unicode hex="0075"/>
+ <guideline y="277.75"/>
+ <guideline y="752.125"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="660.0" y="0.0" name="bottomu"/>
+ <anchor x="1412.0" y="0.0" name="ogonek"/>
+ <anchor x="1292.0" y="900.0" name="rhotichook"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1052" y="720" type="line" smooth="yes"/>
- <point x="1052" y="504"/>
- <point x="996" y="344"/>
- <point x="824" y="344" type="curve" smooth="yes"/>
- <point x="700" y="344"/>
- <point x="604" y="428"/>
- <point x="604" y="592" type="curve" smooth="yes"/>
- <point x="604" y="1536" type="line"/>
- <point x="144" y="1536" type="line"/>
- <point x="144" y="576" type="line" smooth="yes"/>
- <point x="144" y="132"/>
- <point x="400" y="-20"/>
- <point x="660" y="-20" type="curve" smooth="yes"/>
- <point x="836" y="-20"/>
- <point x="984" y="52"/>
- <point x="1072" y="164" type="curve"/>
- <point x="1088" y="164" type="line"/>
- <point x="1088" y="0" type="line"/>
- <point x="1512" y="0" type="line"/>
- <point x="1512" y="1536" type="line"/>
- <point x="1052" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="804" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1412" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="660" y="0" type="move" name="bottomu"/>
- </contour>
- <contour>
- <point x="1600" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1600" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1292" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1600" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="828" y="0" type="move" name="bottom"/>
+ <point x="1052.0" y="720.0" type="line" smooth="yes"/>
+ <point x="1052.0" y="504.0"/>
+ <point x="996.0" y="344.0"/>
+ <point x="824.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="344.0"/>
+ <point x="604.0" y="428.0"/>
+ <point x="604.0" y="592.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="576.0" type="line" smooth="yes"/>
+ <point x="144.0" y="132.0"/>
+ <point x="400.0" y="-20.0"/>
+ <point x="660.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="-20.0"/>
+ <point x="984.0" y="52.0"/>
+ <point x="1072.0" y="164.0" type="curve"/>
+ <point x="1088.0" y="164.0" type="line"/>
+ <point x="1088.0" y="0.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
+ <point x="1512.0" y="1536.0" type="line"/>
+ <point x="1052.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>277.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>752.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 129, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uacute.glif b/src/Inter-UI-Black.ufo/glyphs/uacute.glif
new file mode 100644
index 000000000..e406b9649
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uacute" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="00FA"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2296.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="acute" xOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ubar.glif b/src/Inter-UI-Black.ufo/glyphs/ubar.glif
index 0c85f2ca5..9baf12ccd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ubar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ubar.glif
@@ -1,29 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ubar" format="1">
- <advance width="2080"/>
+<glyph name="ubar" format="2">
+ <advance width="2080.0"/>
<unicode hex="0289"/>
+ <anchor x="1044.0" y="0.0" name="bottom"/>
+ <anchor x="1044.0" y="1776.0" name="top"/>
+ <anchor x="2020.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1976" y="916" type="line"/>
- <point x="104" y="916" type="line"/>
- <point x="104" y="652" type="line"/>
- <point x="1976" y="652" type="line"/>
+ <point x="1976.0" y="916.0" type="line"/>
+ <point x="104.0" y="916.0" type="line"/>
+ <point x="104.0" y="652.0" type="line"/>
+ <point x="1976.0" y="652.0" type="line"/>
</contour>
- <component base="u" xOffset="232"/>
<contour>
- <point x="1044" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1044" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2020" y="1776" type="move" name="top0315"/>
+ <point x="1284.0" y="720.0" type="line" smooth="yes"/>
+ <point x="1284.0" y="504.0"/>
+ <point x="1228.0" y="344.0"/>
+ <point x="1056.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="344.0"/>
+ <point x="836.0" y="428.0"/>
+ <point x="836.0" y="592.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="1536.0" type="line"/>
+ <point x="376.0" y="1536.0" type="line"/>
+ <point x="376.0" y="576.0" type="line" smooth="yes"/>
+ <point x="376.0" y="132.0"/>
+ <point x="632.0" y="-20.0"/>
+ <point x="892.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="-20.0"/>
+ <point x="1216.0" y="52.0"/>
+ <point x="1304.0" y="164.0" type="curve"/>
+ <point x="1320.0" y="164.0" type="line"/>
+ <point x="1320.0" y="0.0" type="line"/>
+ <point x="1744.0" y="0.0" type="line"/>
+ <point x="1744.0" y="1536.0" type="line"/>
+ <point x="1284.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1957, 'leftMargin': 41, 'rightMargin': 42}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ubreve.glif b/src/Inter-UI-Black.ufo/glyphs/ubreve.glif
new file mode 100644
index 000000000..b6fa3c8cc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ubreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ubreve" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="016D"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2248.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="breve" xOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ucaron.glif b/src/Inter-UI-Black.ufo/glyphs/ucaron.glif
new file mode 100644
index 000000000..61f97d0bc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ucaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ucaron" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="01D4"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2268.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="caron" xOffset="16.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ucircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/ucircumflex.glif
new file mode 100644
index 000000000..1cfbe3f27
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ucircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ucircumflex" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="00FB"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2240.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="circumflex" xOffset="20.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ucircumflexbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ucircumflexbelow.glif
new file mode 100644
index 000000000..24b4e5154
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ucircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ucircumflexbelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E77"/>
+ <anchor x="660.0" y="-520.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="circumflexsubnosp" xOffset="1452.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ucyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ucyrillic.glif
new file mode 100644
index 000000000..b3906cb19
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ucyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ucyrillic" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="0443"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="1776.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udblgrave.glif b/src/Inter-UI-Black.ufo/glyphs/udblgrave.glif
new file mode 100644
index 000000000..c1e44512a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/udblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udblgrave" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0215"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2257.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dblgravecmb" xOffset="1452.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udieresis.glif b/src/Inter-UI-Black.ufo/glyphs/udieresis.glif
index 92214c2e0..8d5f98943 100644
--- a/src/Inter-UI-Black.ufo/glyphs/udieresis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/udieresis.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="udieresis" format="1">
- <advance width="1656"/>
+<glyph name="udieresis" format="2">
+ <advance width="1656.0"/>
<unicode hex="00FC"/>
<outline>
- <component base="dieresis" xOffset="172"/>
+ <component base="dieresis" xOffset="172.0"/>
<component base="u"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udieresisacute.glif b/src/Inter-UI-Black.ufo/glyphs/udieresisacute.glif
new file mode 100644
index 000000000..682d0cfdf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/udieresisacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresisacute" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="01D8"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2738.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dieresisacutecomb.lc" xOffset="1596.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udieresisbelow.glif b/src/Inter-UI-Black.ufo/glyphs/udieresisbelow.glif
new file mode 100644
index 000000000..52698d956
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/udieresisbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresisbelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E73"/>
+ <anchor x="828.0" y="-499.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dotdblsubnosp" xOffset="1694.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udieresiscaron.glif b/src/Inter-UI-Black.ufo/glyphs/udieresiscaron.glif
new file mode 100644
index 000000000..2ab83eefb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/udieresiscaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresiscaron" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="01DA"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="801.0" y="2711.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dieresiscaroncomb.lc" xOffset="1596.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/udieresiscyrillic.glif
new file mode 100644
index 000000000..b477881fe
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/udieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresiscyrillic" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="04F1"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="800.0" y="2220.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="dieresis" xOffset="140.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udieresisgrave.glif b/src/Inter-UI-Black.ufo/glyphs/udieresisgrave.glif
new file mode 100644
index 000000000..ff942a505
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/udieresisgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresisgrave" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="01DC"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2738.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dieresisgravecomb.lc" xOffset="1596.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udieresismacron.glif b/src/Inter-UI-Black.ufo/glyphs/udieresismacron.glif
new file mode 100644
index 000000000..79a469369
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/udieresismacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresismacron" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="01D6"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2648.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dieresismacroncomb.lc" xOffset="1596.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/udotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/udotbelow.glif
new file mode 100644
index 000000000..20d6315bc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/udotbelow.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udotbelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EE5"/>
+ <anchor x="659.0" y="-523.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dotbelow" xOffset="1484.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ugrave.glif b/src/Inter-UI-Black.ufo/glyphs/ugrave.glif
new file mode 100644
index 000000000..fd41962a2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ugrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ugrave" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="00F9"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2296.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="grave" xOffset="116.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/uhookabove.glif
new file mode 100644
index 000000000..0fd0264fa
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhookabove" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1EE7"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2395.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="hook" xOffset="1651.0" yOffset="-10.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhorn.glif b/src/Inter-UI-Black.ufo/glyphs/uhorn.glif
index 0514f2dc2..497e4b18c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uhorn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uhorn.glif
@@ -1,39 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uhorn" format="1">
- <advance width="1884"/>
+<glyph name="uhorn" format="2">
+ <advance width="1884.0"/>
<unicode hex="01B0"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="660.0" y="0.0" name="bottomu"/>
+ <anchor x="1472.0" y="0.0" name="right"/>
+ <anchor x="808.0" y="1744.0" name="top"/>
+ <anchor x="1720.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1620" y="1624" type="line"/>
- <point x="1620" y="1392"/>
- <point x="1584" y="1280"/>
- <point x="1308" y="1280" type="curve"/>
- <point x="1308" y="1084" type="line"/>
- <point x="1732" y="1084"/>
- <point x="1868" y="1268"/>
- <point x="1868" y="1624" type="curve"/>
+ <point x="1620.0" y="1624.0" type="line"/>
+ <point x="1620.0" y="1392.0"/>
+ <point x="1584.0" y="1280.0"/>
+ <point x="1308.0" y="1280.0" type="curve"/>
+ <point x="1308.0" y="1084.0" type="line"/>
+ <point x="1732.0" y="1084.0"/>
+ <point x="1868.0" y="1268.0"/>
+ <point x="1868.0" y="1624.0" type="curve"/>
</contour>
- <component base="u"/>
<contour>
- <point x="808" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1472" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1720" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="660" y="0" type="move" name="bottomu"/>
- </contour>
- <contour>
- <point x="828" y="0" type="move" name="bottom"/>
+ <point x="1052.0" y="720.0" type="line" smooth="yes"/>
+ <point x="1052.0" y="504.0"/>
+ <point x="996.0" y="344.0"/>
+ <point x="824.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="344.0"/>
+ <point x="604.0" y="428.0"/>
+ <point x="604.0" y="592.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="576.0" type="line" smooth="yes"/>
+ <point x="144.0" y="132.0"/>
+ <point x="400.0" y="-20.0"/>
+ <point x="660.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="-20.0"/>
+ <point x="984.0" y="52.0"/>
+ <point x="1072.0" y="164.0" type="curve"/>
+ <point x="1088.0" y="164.0" type="line"/>
+ <point x="1088.0" y="0.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
+ <point x="1512.0" y="1536.0" type="line"/>
+ <point x="1052.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1701, 'leftMargin': 108, 'rightMargin': -148}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhornacute.glif b/src/Inter-UI-Black.ufo/glyphs/uhornacute.glif
new file mode 100644
index 000000000..313a5e823
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uhornacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhornacute" format="2">
+ <advance width="1884.0"/>
+ <unicode hex="1EE9"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="808.0" y="1744.0" name="parent_top"/>
+ <anchor x="808.0" y="2264.0" name="top"/>
+ <anchor x="1720.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="acute" xOffset="444.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhorndotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/uhorndotbelow.glif
new file mode 100644
index 000000000..c7b55bce6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uhorndotbelow.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhorndotbelow" format="2">
+ <advance width="1884.0"/>
+ <unicode hex="1EF1"/>
+ <anchor x="827.0" y="-523.0" name="bottom"/>
+ <anchor x="808.0" y="1744.0" name="parent_top"/>
+ <anchor x="808.0" y="1744.0" name="top"/>
+ <anchor x="1720.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="dotbelow" xOffset="1652.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhorngrave.glif b/src/Inter-UI-Black.ufo/glyphs/uhorngrave.glif
new file mode 100644
index 000000000..a229deeed
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uhorngrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhorngrave" format="2">
+ <advance width="1884.0"/>
+ <unicode hex="1EEB"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="808.0" y="1744.0" name="parent_top"/>
+ <anchor x="808.0" y="2264.0" name="top"/>
+ <anchor x="1720.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="grave" xOffset="120.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhornhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/uhornhookabove.glif
new file mode 100644
index 000000000..ad254c687
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uhornhookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhornhookabove" format="2">
+ <advance width="1884.0"/>
+ <unicode hex="1EED"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="808.0" y="1744.0" name="parent_top"/>
+ <anchor x="808.0" y="2363.0" name="top"/>
+ <anchor x="1720.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="hook" xOffset="1655.0" yOffset="-42.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhorntilde.glif b/src/Inter-UI-Black.ufo/glyphs/uhorntilde.glif
new file mode 100644
index 000000000..eacb2e6fd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uhorntilde.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhorntilde" format="2">
+ <advance width="1884.0"/>
+ <unicode hex="1EEF"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="808.0" y="1744.0" name="parent_top"/>
+ <anchor x="808.0" y="2268.0" name="top"/>
+ <anchor x="1720.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="tilde" xOffset="152.0" yOffset="-36.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhungarumlaut.glif b/src/Inter-UI-Black.ufo/glyphs/uhungarumlaut.glif
new file mode 100644
index 000000000..35275af01
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uhungarumlaut.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhungarumlaut" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0171"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2256.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="hungarumlaut" xOffset="304.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uhungarumlautcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/uhungarumlautcyrillic.glif
new file mode 100644
index 000000000..1f744d977
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uhungarumlautcyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhungarumlautcyrillic" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="04F3"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2256.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="hungarumlaut" xOffset="296.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uinvertedbreve.glif b/src/Inter-UI-Black.ufo/glyphs/uinvertedbreve.glif
new file mode 100644
index 000000000..d6126cfab
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uinvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uinvertedbreve" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0217"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2326.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="breveinvnosp" xOffset="1596.0" yOffset="181.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ukcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ukcyrillic.glif
new file mode 100644
index 000000000..b4e52da86
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ukcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ukcyrillic" format="2">
+ <advance width="3564.0"/>
+ <unicode hex="0479"/>
+ <outline>
+ <component base="o" xOffset="256.0"/>
+ <component base="y" xOffset="1896.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/umacron.glif b/src/Inter-UI-Black.ufo/glyphs/umacron.glif
new file mode 100644
index 000000000..83c5c20cd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/umacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="umacron" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="016B"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2208.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="macron" xOffset="20.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/umacroncyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/umacroncyrillic.glif
new file mode 100644
index 000000000..b2fdb285e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/umacroncyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="umacroncyrillic" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="04EF"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2208.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="macron" xOffset="12.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/umacrondieresis.glif b/src/Inter-UI-Black.ufo/glyphs/umacrondieresis.glif
new file mode 100644
index 000000000..b59236876
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/umacrondieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="umacrondieresis" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E7B"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2648.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="macrondieresiscomb.lc" xOffset="1596.0" yOffset="-6.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/underscore.glif b/src/Inter-UI-Black.ufo/glyphs/underscore.glif
index 81941dd55..dad0690d9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/underscore.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/underscore.glif
@@ -1,29 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="underscore" format="1">
- <advance width="1312"/>
+<glyph name="underscore" format="2">
+ <advance width="1312.0"/>
<unicode hex="005F"/>
+ <anchor x="632.0" y="184.0" name="_bottom"/>
<outline>
<contour>
- <point x="1280" y="0" type="line"/>
- <point x="32" y="0" type="line"/>
- <point x="32" y="-344" type="line"/>
- <point x="1280" y="-344" type="line"/>
- </contour>
- <contour>
- <point x="632" y="184" type="move" name="_bottom"/>
+ <point x="1280.0" y="0.0" type="line"/>
+ <point x="32.0" y="0.0" type="line"/>
+ <point x="32.0" y="-344.0" type="line"/>
+ <point x="1280.0" y="-344.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1249, 'leftMargin': 0, 'rightMargin': 3}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/underscoredbl.glif b/src/Inter-UI-Black.ufo/glyphs/underscoredbl.glif
index 963d572ab..932e94f17 100644
--- a/src/Inter-UI-Black.ufo/glyphs/underscoredbl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/underscoredbl.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="underscoredbl" format="1">
- <advance width="1312"/>
+<glyph name="underscoredbl" format="2">
+ <advance width="1312.0"/>
<unicode hex="2017"/>
<outline>
<contour>
- <point x="1280" y="-368" type="line"/>
- <point x="32" y="-368" type="line"/>
- <point x="32" y="-572" type="line"/>
- <point x="1280" y="-572" type="line"/>
+ <point x="1280.0" y="-368.0" type="line"/>
+ <point x="32.0" y="-368.0" type="line"/>
+ <point x="32.0" y="-572.0" type="line"/>
+ <point x="1280.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="1280" y="0" type="line"/>
- <point x="32" y="0" type="line"/>
- <point x="32" y="-208" type="line"/>
- <point x="1280" y="-208" type="line"/>
+ <point x="1280.0" y="0.0" type="line"/>
+ <point x="32.0" y="0.0" type="line"/>
+ <point x="32.0" y="-208.0" type="line"/>
+ <point x="1280.0" y="-208.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1244, 'leftMargin': 0, 'rightMargin': -2}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/underscoredblnosp.glif b/src/Inter-UI-Black.ufo/glyphs/underscoredblnosp.glif
index 624d568b4..5b2c07452 100644
--- a/src/Inter-UI-Black.ufo/glyphs/underscoredblnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/underscoredblnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="underscoredblnosp" format="1">
- <advance width="0"/>
+<glyph name="underscoredblnosp" format="2">
<unicode hex="0333"/>
+ <anchor x="-793.0" y="0.0" name="_markbottom"/>
+ <anchor x="-793.0" y="-759.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-793" y="0" type="move" name="_markbottom"/>
+ <point x="-169.0" y="-113.0" type="line"/>
+ <point x="-1415.0" y="-113.0" type="line"/>
+ <point x="-1415.0" y="-378.0" type="line"/>
+ <point x="-169.0" y="-378.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="-759" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-169" y="-113" type="line"/>
- <point x="-1415" y="-113" type="line"/>
- <point x="-1415" y="-378" type="line"/>
- <point x="-169" y="-378" type="line"/>
- </contour>
- <contour>
- <point x="-169" y="-494" type="line"/>
- <point x="-1415" y="-494" type="line"/>
- <point x="-1415" y="-759" type="line"/>
- <point x="-169" y="-759" type="line"/>
+ <point x="-169.0" y="-494.0" type="line"/>
+ <point x="-1415.0" y="-494.0" type="line"/>
+ <point x="-1415.0" y="-759.0" type="line"/>
+ <point x="-169.0" y="-759.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/underscorenosp.glif b/src/Inter-UI-Black.ufo/glyphs/underscorenosp.glif
index 5e1d74861..4aabc04de 100644
--- a/src/Inter-UI-Black.ufo/glyphs/underscorenosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/underscorenosp.glif
@@ -1,40 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="underscorenosp" format="1">
- <advance width="0"/>
+<glyph name="underscorenosp" format="2">
<unicode hex="0332"/>
+ <guideline y="-209.0"/>
+ <anchor x="-793.0" y="0.0" name="_markbottom"/>
+ <anchor x="-793.0" y="-554.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-793" y="-554" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-793" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="underscore" xOffset="-1415" yOffset="-209"/>
+ <component base="underscore" xOffset="-1415.0" yOffset="-209.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-209.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/undertie.glif b/src/Inter-UI-Black.ufo/glyphs/undertie.glif
index c79de1a87..c4e49f04e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/undertie.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/undertie.glif
@@ -1,36 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="undertie" format="1">
- <advance width="2336"/>
+<glyph name="undertie" format="2">
+ <advance width="2336.0"/>
<unicode hex="203F"/>
<outline>
<contour>
- <point x="1168" y="-676" type="curve" smooth="yes"/>
- <point x="1716" y="-676"/>
- <point x="2116" y="-508"/>
- <point x="2280" y="-308" type="curve"/>
- <point x="2136" y="-160" type="line"/>
- <point x="1952" y="-252"/>
- <point x="1608" y="-356"/>
- <point x="1168" y="-356" type="curve" smooth="yes"/>
- <point x="728" y="-356"/>
- <point x="408" y="-260"/>
- <point x="224" y="-160" type="curve"/>
- <point x="60" y="-308" type="line"/>
- <point x="268" y="-524"/>
- <point x="624" y="-676"/>
+ <point x="1168.0" y="-676.0" type="curve" smooth="yes"/>
+ <point x="1716.0" y="-676.0"/>
+ <point x="2116.0" y="-508.0"/>
+ <point x="2280.0" y="-308.0" type="curve"/>
+ <point x="2136.0" y="-160.0" type="line"/>
+ <point x="1952.0" y="-252.0"/>
+ <point x="1608.0" y="-356.0"/>
+ <point x="1168.0" y="-356.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="-356.0"/>
+ <point x="408.0" y="-260.0"/>
+ <point x="224.0" y="-160.0" type="curve"/>
+ <point x="60.0" y="-308.0" type="line"/>
+ <point x="268.0" y="-524.0"/>
+ <point x="624.0" y="-676.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2201, 'leftMargin': -10, 'rightMargin': -10}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0069.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni0069.ccmp.glif
index 715be1dcd..4a6770f4b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0069.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0069.ccmp.glif
@@ -1,29 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0069.ccmp" format="1">
- <advance width="800"/>
+<glyph name="uni0069.ccmp" format="2">
+ <advance width="800.0"/>
+ <anchor x="384.0" y="16.0" name="bottom"/>
+ <anchor x="400.0" y="1744.0" name="top"/>
+ <anchor x="796.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="-12"/>
- <contour>
- <point x="400" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="796" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="384" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="-12.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 793, 'leftMargin': 175, 'rightMargin': 174}</string>
+ <key>public.markColor</key>
+ <string>0.976,0.29,0.816,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni006A_.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni006A_.ccmp.glif
index 5b275135a..0b7d7748b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni006A_.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni006A_.ccmp.glif
@@ -1,29 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni006A.ccmp" format="1">
- <advance width="800"/>
+<glyph name="uni006A.ccmp" format="2">
+ <advance width="800.0"/>
+ <anchor x="404.0" y="-632.0" name="bottom"/>
+ <anchor x="520.0" y="1744.0" name="top"/>
+ <anchor x="964.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessj" xOffset="128"/>
- <contour>
- <point x="520" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="964" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="404" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessj" xOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 820, 'leftMargin': -124, 'rightMargin': 181}</string>
+ <key>public.markColor</key>
+ <string>0.894,0.255,0.847,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni012F_.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni012F_.ccmp.glif
index c042380b4..54e230e27 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni012F_.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni012F_.ccmp.glif
@@ -1,30 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni012F.ccmp" format="1">
- <advance width="800"/>
+<glyph name="uni012F.ccmp" format="2">
+ <advance width="800.0"/>
+ <anchor x="476.0" y="-632.0" name="bottom"/>
+ <anchor x="492.0" y="1744.0" name="top"/>
+ <anchor x="888.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="76"/>
- <component base="ogonek" xOffset="32" yOffset="16"/>
- <contour>
- <point x="492" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="476" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="ogonek" xOffset="-24.0"/>
+ <component base="i"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 06:20:22</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>0</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 793, 'leftMargin': -5, 'rightMargin': 174}</string>
+ <key>public.markColor</key>
+ <string>0.894,0.227,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni01F6_.glif b/src/Inter-UI-Black.ufo/glyphs/uni01F6_.glif
deleted file mode 100644
index 15637870b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni01F6_.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni01F6" format="1">
- <advance width="2968"/>
- <unicode hex="01F6"/>
- <outline>
- <contour>
- <point x="2364" y="1488" type="line"/>
- <point x="2364" y="696" type="line" smooth="yes"/>
- <point x="2364" y="492"/>
- <point x="2292" y="352"/>
- <point x="2084" y="352" type="curve" smooth="yes"/>
- <point x="1880" y="352"/>
- <point x="1804" y="492"/>
- <point x="1804" y="696" type="curve" smooth="yes"/>
- <point x="1804" y="776" type="line"/>
- <point x="1344" y="776" type="line"/>
- <point x="1344" y="696" type="line" smooth="yes"/>
- <point x="1344" y="228"/>
- <point x="1620" y="-28"/>
- <point x="2084" y="-28" type="curve" smooth="yes"/>
- <point x="2548" y="-28"/>
- <point x="2824" y="228"/>
- <point x="2824" y="696" type="curve" smooth="yes"/>
- <point x="2824" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1488" y="1208" type="line"/>
- <point x="456" y="1208" type="line"/>
- <point x="456" y="836" type="line"/>
- <point x="1488" y="836" type="line"/>
- </contour>
- <contour>
- <point x="604" y="2048" type="line"/>
- <point x="144" y="2048" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="604" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1804" y="2048" type="line"/>
- <point x="1344" y="2048" type="line"/>
- <point x="1344" y="688" type="line"/>
- <point x="1804" y="688" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2992.0, 'leftMargin': 161, 'rightMargin': 151.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni01F7_.glif b/src/Inter-UI-Black.ufo/glyphs/uni01F7_.glif
deleted file mode 100644
index 5374f27d3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni01F7_.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni01F7" format="1">
- <advance width="2080"/>
- <unicode hex="01F7"/>
- <outline>
- <contour>
- <point x="684" y="2004" type="line"/>
- <point x="228" y="2004" type="line"/>
- <point x="228" y="-572" type="line"/>
- <point x="684" y="-572" type="line"/>
- </contour>
- <contour>
- <point x="484" y="-260" type="line"/>
- <point x="1376" y="-16"/>
- <point x="1856" y="468"/>
- <point x="1856" y="1068" type="curve" smooth="yes"/>
- <point x="1856" y="1140" type="line" smooth="yes"/>
- <point x="1856" y="1712"/>
- <point x="1520" y="2032"/>
- <point x="1012" y="2032" type="curve" smooth="yes"/>
- <point x="816" y="2032"/>
- <point x="640" y="1964"/>
- <point x="552" y="1860" type="curve"/>
- <point x="552" y="1300" type="line"/>
- <point x="612" y="1504"/>
- <point x="804" y="1660"/>
- <point x="1012" y="1660" type="curve" smooth="yes"/>
- <point x="1324" y="1660"/>
- <point x="1384" y="1440"/>
- <point x="1384" y="1144" type="curve" smooth="yes"/>
- <point x="1384" y="1068" type="line" smooth="yes"/>
- <point x="1384" y="644"/>
- <point x="1084" y="304"/>
- <point x="484" y="116" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1892.0, 'leftMargin': 161, 'rightMargin': 104.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni01F_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni01F_6.glif
new file mode 100644
index 000000000..e9549d973
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni01F_6.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni01F6" format="2">
+ <advance width="2968.0"/>
+ <unicode hex="01F6"/>
+ <outline>
+ <contour>
+ <point x="2364.0" y="1488.0" type="line"/>
+ <point x="2364.0" y="696.0" type="line" smooth="yes"/>
+ <point x="2364.0" y="492.0"/>
+ <point x="2292.0" y="352.0"/>
+ <point x="2084.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="1880.0" y="352.0"/>
+ <point x="1804.0" y="492.0"/>
+ <point x="1804.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="1804.0" y="776.0" type="line"/>
+ <point x="1344.0" y="776.0" type="line"/>
+ <point x="1344.0" y="696.0" type="line" smooth="yes"/>
+ <point x="1344.0" y="228.0"/>
+ <point x="1620.0" y="-28.0"/>
+ <point x="2084.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2548.0" y="-28.0"/>
+ <point x="2824.0" y="228.0"/>
+ <point x="2824.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="2824.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1488.0" y="1208.0" type="line"/>
+ <point x="456.0" y="1208.0" type="line"/>
+ <point x="456.0" y="836.0" type="line"/>
+ <point x="1488.0" y="836.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1804.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="2048.0" type="line"/>
+ <point x="1344.0" y="688.0" type="line"/>
+ <point x="1804.0" y="688.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni01F_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni01F_7.glif
new file mode 100644
index 000000000..c892bf520
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni01F_7.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni01F7" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="01F7"/>
+ <outline>
+ <contour>
+ <point x="684.0" y="2004.0" type="line"/>
+ <point x="228.0" y="2004.0" type="line"/>
+ <point x="228.0" y="-572.0" type="line"/>
+ <point x="684.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="484.0" y="-260.0" type="line"/>
+ <point x="1376.0" y="-16.0"/>
+ <point x="1856.0" y="468.0"/>
+ <point x="1856.0" y="1068.0" type="curve" smooth="yes"/>
+ <point x="1856.0" y="1140.0" type="line" smooth="yes"/>
+ <point x="1856.0" y="1712.0"/>
+ <point x="1520.0" y="2032.0"/>
+ <point x="1012.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="2032.0"/>
+ <point x="640.0" y="1964.0"/>
+ <point x="552.0" y="1860.0" type="curve"/>
+ <point x="552.0" y="1300.0" type="line"/>
+ <point x="612.0" y="1504.0"/>
+ <point x="804.0" y="1660.0"/>
+ <point x="1012.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1324.0" y="1660.0"/>
+ <point x="1384.0" y="1440.0"/>
+ <point x="1384.0" y="1144.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="1068.0" type="line" smooth="yes"/>
+ <point x="1384.0" y="644.0"/>
+ <point x="1084.0" y="304.0"/>
+ <point x="484.0" y="116.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni01F_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni01F_8.glif
new file mode 100644
index 000000000..c665aa5a3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni01F_8.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni01F8" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="01F8"/>
+ <anchor x="1048.0" y="0.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2720.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="grave" xOffset="360.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni01F_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni01F_9.glif
new file mode 100644
index 000000000..dc8e69b58
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni01F_9.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni01F9" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="01F9"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1576.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1776.0" name="parent_top"/>
+ <anchor x="832.0" y="2296.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <anchor x="1576.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="grave" xOffset="144.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni021A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni021A_.glif
new file mode 100644
index 000000000..a33f0c4a3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni021A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni021A" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="021A"/>
+ <anchor x="900.0" y="-692.0" name="bottom"/>
+ <anchor x="1792.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2200.0" name="parent_top"/>
+ <anchor x="900.0" y="2200.0" name="top"/>
+ <anchor x="1792.0" y="2200.0" name="top0315"/>
+ <anchor x="1792.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="commaaccent" xOffset="580.0" yOffset="-492.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni021B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni021B_.glif
new file mode 100644
index 000000000..2e8e03079
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni021B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni021B" format="2">
+ <advance width="1048.0"/>
+ <unicode hex="021B"/>
+ <anchor x="620.0" y="-708.0" name="bottom"/>
+ <anchor x="996.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="2032.0" name="parent_top"/>
+ <anchor x="504.0" y="2032.0" name="top"/>
+ <anchor x="996.0" y="2032.0" name="top0315"/>
+ <anchor x="996.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="commaaccent" xOffset="300.0" yOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni021C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni021C_.glif
index a26d9c359..b4d5297dc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni021C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni021C_.glif
@@ -1,51 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni021C" format="1">
- <advance width="1824"/>
+<glyph name="uni021C" format="2">
+ <advance width="1824.0"/>
<unicode hex="021C"/>
<outline>
<contour>
- <point x="308" y="412" type="line"/>
- <point x="1164" y="628"/>
- <point x="1640" y="904"/>
- <point x="1640" y="1460" type="curve" smooth="yes"/>
- <point x="1640" y="1832"/>
- <point x="1340" y="2028"/>
- <point x="888" y="2028" type="curve" smooth="yes"/>
- <point x="504" y="2028"/>
- <point x="156" y="1824"/>
- <point x="156" y="1456" type="curve"/>
- <point x="616" y="1456" type="line"/>
- <point x="616" y="1592"/>
- <point x="744" y="1656"/>
- <point x="888" y="1656" type="curve" smooth="yes"/>
- <point x="1104" y="1656"/>
- <point x="1184" y="1552"/>
- <point x="1184" y="1392" type="curve" smooth="yes"/>
- <point x="1184" y="1100"/>
- <point x="1004" y="972"/>
- <point x="308" y="760" type="curve"/>
+ <point x="308.0" y="412.0" type="line"/>
+ <point x="1164.0" y="628.0"/>
+ <point x="1640.0" y="904.0"/>
+ <point x="1640.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="1640.0" y="1832.0"/>
+ <point x="1340.0" y="2028.0"/>
+ <point x="888.0" y="2028.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2028.0"/>
+ <point x="156.0" y="1824.0"/>
+ <point x="156.0" y="1456.0" type="curve"/>
+ <point x="616.0" y="1456.0" type="line"/>
+ <point x="616.0" y="1592.0"/>
+ <point x="744.0" y="1656.0"/>
+ <point x="888.0" y="1656.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="1656.0"/>
+ <point x="1184.0" y="1552.0"/>
+ <point x="1184.0" y="1392.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1100.0"/>
+ <point x="1004.0" y="972.0"/>
+ <point x="308.0" y="760.0" type="curve"/>
</contour>
<contour>
- <point x="968" y="728" type="line"/>
- <point x="1124" y="728"/>
- <point x="1208" y="692"/>
- <point x="1208" y="488" type="curve" smooth="yes"/>
- <point x="1208" y="136"/>
- <point x="900" y="-116"/>
- <point x="308" y="-232" type="curve"/>
- <point x="308" y="-600" type="line"/>
- <point x="1092" y="-496"/>
- <point x="1668" y="-132"/>
- <point x="1668" y="480" type="curve" smooth="yes"/>
- <point x="1668" y="808"/>
- <point x="1412" y="1000"/>
- <point x="1040" y="1000" type="curve"/>
+ <point x="968.0" y="728.0" type="line"/>
+ <point x="1124.0" y="728.0"/>
+ <point x="1208.0" y="692.0"/>
+ <point x="1208.0" y="488.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="136.0"/>
+ <point x="900.0" y="-116.0"/>
+ <point x="308.0" y="-232.0" type="curve"/>
+ <point x="308.0" y="-600.0" type="line"/>
+ <point x="1092.0" y="-496.0"/>
+ <point x="1668.0" y="-132.0"/>
+ <point x="1668.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="808.0"/>
+ <point x="1412.0" y="1000.0"/>
+ <point x="1040.0" y="1000.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1698, 'leftMargin': 76, 'rightMargin': 108}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni021D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni021D_.glif
index 439f06ff8..c0f74369b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni021D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni021D_.glif
@@ -1,51 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni021D" format="1">
- <advance width="1568"/>
+<glyph name="uni021D" format="2">
+ <advance width="1568.0"/>
<unicode hex="021D"/>
<outline>
<contour>
- <point x="324" y="200" type="line"/>
- <point x="1060" y="404"/>
- <point x="1392" y="656"/>
- <point x="1392" y="1080" type="curve" smooth="yes"/>
- <point x="1392" y="1364"/>
- <point x="1144" y="1516"/>
- <point x="756" y="1516" type="curve" smooth="yes"/>
- <point x="420" y="1516"/>
- <point x="148" y="1344"/>
- <point x="148" y="1056" type="curve"/>
- <point x="592" y="1056" type="line"/>
- <point x="592" y="1144"/>
- <point x="668" y="1184"/>
- <point x="784" y="1184" type="curve" smooth="yes"/>
- <point x="920" y="1184"/>
- <point x="952" y="1108"/>
- <point x="952" y="1008" type="curve" smooth="yes"/>
- <point x="952" y="800"/>
- <point x="752" y="664"/>
- <point x="324" y="520" type="curve"/>
+ <point x="324.0" y="200.0" type="line"/>
+ <point x="1060.0" y="404.0"/>
+ <point x="1392.0" y="656.0"/>
+ <point x="1392.0" y="1080.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="1364.0"/>
+ <point x="1144.0" y="1516.0"/>
+ <point x="756.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1516.0"/>
+ <point x="148.0" y="1344.0"/>
+ <point x="148.0" y="1056.0" type="curve"/>
+ <point x="592.0" y="1056.0" type="line"/>
+ <point x="592.0" y="1144.0"/>
+ <point x="668.0" y="1184.0"/>
+ <point x="784.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="1184.0"/>
+ <point x="952.0" y="1108.0"/>
+ <point x="952.0" y="1008.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="800.0"/>
+ <point x="752.0" y="664.0"/>
+ <point x="324.0" y="520.0" type="curve"/>
</contour>
<contour>
- <point x="784" y="532" type="line"/>
- <point x="880" y="532"/>
- <point x="976" y="456"/>
- <point x="976" y="292" type="curve" smooth="yes"/>
- <point x="976" y="32"/>
- <point x="788" y="-100"/>
- <point x="324" y="-272" type="curve"/>
- <point x="324" y="-600" type="line"/>
- <point x="976" y="-460"/>
- <point x="1420" y="-188"/>
- <point x="1420" y="256" type="curve" smooth="yes"/>
- <point x="1420" y="572"/>
- <point x="1200" y="712"/>
- <point x="852" y="712" type="curve"/>
+ <point x="784.0" y="532.0" type="line"/>
+ <point x="880.0" y="532.0"/>
+ <point x="976.0" y="456.0"/>
+ <point x="976.0" y="292.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="32.0"/>
+ <point x="788.0" y="-100.0"/>
+ <point x="324.0" y="-272.0" type="curve"/>
+ <point x="324.0" y="-600.0" type="line"/>
+ <point x="976.0" y="-460.0"/>
+ <point x="1420.0" y="-188.0"/>
+ <point x="1420.0" y="256.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="572.0"/>
+ <point x="1200.0" y="712.0"/>
+ <point x="852.0" y="712.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1430.0, 'leftMargin': 80, 'rightMargin': 80.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni021E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni021E_.glif
new file mode 100644
index 000000000..077ee1a37
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni021E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni021E" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="021E"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2692.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="caron" xOffset="260.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni021F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni021F_.glif
new file mode 100644
index 000000000..2c5586cfc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni021F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni021F" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="021F"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="912.0" y="2328.0" name="parent_top"/>
+ <anchor x="912.0" y="2820.0" name="top"/>
+ <anchor x="1600.0" y="2328.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="caron" xOffset="124.0" yOffset="616.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0220.glif b/src/Inter-UI-Black.ufo/glyphs/uni0220.glif
index e9f3d8c50..f79aaadd1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0220.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0220.glif
@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0220" format="1">
- <advance width="1824"/>
+<glyph name="uni0220" format="2">
+ <advance width="1824.0"/>
<unicode hex="0220"/>
<outline>
<contour>
- <point x="1652" y="-572" type="line"/>
- <point x="1652" y="1424" type="line" smooth="yes"/>
- <point x="1652" y="1808"/>
- <point x="1364" y="2032"/>
- <point x="988" y="2032" type="curve" smooth="yes"/>
- <point x="684" y="2032"/>
- <point x="456" y="1868"/>
- <point x="312" y="1704" type="curve"/>
- <point x="312" y="1288" type="line"/>
- <point x="504" y="1548"/>
- <point x="716" y="1676"/>
- <point x="928" y="1676" type="curve" smooth="yes"/>
- <point x="1120" y="1676"/>
- <point x="1204" y="1592"/>
- <point x="1204" y="1424" type="curve" smooth="yes"/>
- <point x="1204" y="-572" type="line"/>
+ <point x="1652.0" y="-572.0" type="line"/>
+ <point x="1652.0" y="1424.0" type="line" smooth="yes"/>
+ <point x="1652.0" y="1808.0"/>
+ <point x="1364.0" y="2032.0"/>
+ <point x="988.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="2032.0"/>
+ <point x="456.0" y="1868.0"/>
+ <point x="312.0" y="1704.0" type="curve"/>
+ <point x="312.0" y="1288.0" type="line"/>
+ <point x="504.0" y="1548.0"/>
+ <point x="716.0" y="1676.0"/>
+ <point x="928.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1676.0"/>
+ <point x="1204.0" y="1592.0"/>
+ <point x="1204.0" y="1424.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="620" y="2004" type="line"/>
- <point x="176" y="2004" type="line"/>
- <point x="176" y="0" type="line"/>
- <point x="620" y="0" type="line"/>
+ <point x="620.0" y="2004.0" type="line"/>
+ <point x="176.0" y="2004.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="620.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1788, 'leftMargin': 161, 'rightMargin': 152}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0221.glif b/src/Inter-UI-Black.ufo/glyphs/uni0221.glif
index 0a140efd9..6bccd52b6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0221.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0221.glif
@@ -1,48 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0221" format="1">
- <advance width="2336"/>
+<glyph name="uni0221" format="2">
+ <advance width="2336.0"/>
<unicode hex="0221"/>
<outline>
<contour>
- <point x="1092" y="344" type="line"/>
- <point x="1092" y="-52" type="line"/>
- <point x="1092" y="-352"/>
- <point x="1216" y="-600"/>
- <point x="1652" y="-600" type="curve" smooth="yes"/>
- <point x="1996" y="-600"/>
- <point x="2164" y="-440"/>
- <point x="2164" y="-208" type="curve" smooth="yes"/>
- <point x="2164" y="24"/>
- <point x="2000" y="172"/>
- <point x="1688" y="172" type="curve" smooth="yes"/>
- <point x="1448" y="172"/>
- <point x="1280" y="120"/>
- <point x="1116" y="16" type="curve"/>
- <point x="720" y="-300" type="line"/>
- <point x="908" y="-572" type="line"/>
- <point x="1180" y="-348" type="line"/>
- <point x="1368" y="-200"/>
- <point x="1496" y="-124"/>
- <point x="1644" y="-124" type="curve" smooth="yes"/>
- <point x="1724" y="-124"/>
- <point x="1780" y="-156"/>
- <point x="1780" y="-220" type="curve" smooth="yes"/>
- <point x="1780" y="-296"/>
- <point x="1720" y="-324"/>
- <point x="1656" y="-324" type="curve" smooth="yes"/>
- <point x="1568" y="-324"/>
- <point x="1536" y="-264"/>
- <point x="1536" y="-168" type="curve" smooth="yes"/>
- <point x="1536" y="-128"/>
- <point x="1536" y="344"/>
- <point x="1536" y="344" type="curve"/>
+ <point x="1092.0" y="344.0" type="line"/>
+ <point x="1092.0" y="-52.0" type="line"/>
+ <point x="1092.0" y="-352.0"/>
+ <point x="1216.0" y="-600.0"/>
+ <point x="1652.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1996.0" y="-600.0"/>
+ <point x="2164.0" y="-440.0"/>
+ <point x="2164.0" y="-208.0" type="curve" smooth="yes"/>
+ <point x="2164.0" y="24.0"/>
+ <point x="2000.0" y="172.0"/>
+ <point x="1688.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="172.0"/>
+ <point x="1280.0" y="120.0"/>
+ <point x="1116.0" y="16.0" type="curve"/>
+ <point x="720.0" y="-300.0" type="line"/>
+ <point x="908.0" y="-572.0" type="line"/>
+ <point x="1180.0" y="-348.0" type="line"/>
+ <point x="1368.0" y="-200.0"/>
+ <point x="1496.0" y="-124.0"/>
+ <point x="1644.0" y="-124.0" type="curve" smooth="yes"/>
+ <point x="1724.0" y="-124.0"/>
+ <point x="1780.0" y="-156.0"/>
+ <point x="1780.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="-296.0"/>
+ <point x="1720.0" y="-324.0"/>
+ <point x="1656.0" y="-324.0" type="curve" smooth="yes"/>
+ <point x="1568.0" y="-324.0"/>
+ <point x="1536.0" y="-264.0"/>
+ <point x="1536.0" y="-168.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="-128.0"/>
+ <point x="1536.0" y="344.0"/>
+ <point x="1536.0" y="344.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1584.0" y="0.0" type="line"/>
+ <point x="1584.0" y="2048.0" type="line"/>
+ <point x="1124.0" y="2048.0" type="line"/>
+ <point x="1124.0" y="1256.0" type="line"/>
+ <point x="1280.0" y="732.0" type="line"/>
+ <point x="1128.0" y="308.0" type="line"/>
+ <point x="1128.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1308.0" y="1372.0" type="line"/>
+ <point x="1108.0" y="1372.0" type="line"/>
+ <point x="1056.0" y="1488.0"/>
+ <point x="924.0" y="1556.0"/>
+ <point x="764.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1556.0"/>
+ <point x="172.0" y="1304.0"/>
+ <point x="172.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="244.0"/>
+ <point x="440.0" y="-24.0"/>
+ <point x="764.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="924.0" y="-24.0"/>
+ <point x="1056.0" y="40.0"/>
+ <point x="1108.0" y="156.0" type="curve"/>
+ <point x="1308.0" y="156.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="1036.0"/>
+ <point x="704.0" y="1192.0"/>
+ <point x="900.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="1192.0"/>
+ <point x="1176.0" y="1004.0"/>
+ <point x="1176.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="536.0"/>
+ <point x="1116.0" y="340.0"/>
+ <point x="900.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="340.0"/>
+ <point x="604.0" y="500.0"/>
</contour>
- <component base="d" xOffset="76"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2113, 'leftMargin': 84, 'rightMargin': 41}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0222.glif b/src/Inter-UI-Black.ufo/glyphs/uni0222.glif
index 89dbca224..1c4fe9890 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0222.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0222.glif
@@ -1,75 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0222" format="1">
- <advance width="1824"/>
+<glyph name="uni0222" format="2">
+ <advance width="1824.0"/>
<unicode hex="0222"/>
<outline>
<contour>
- <point x="900" y="1284" type="line"/>
- <point x="460" y="1284"/>
- <point x="136" y="1080"/>
- <point x="136" y="644" type="curve" smooth="yes"/>
- <point x="136" y="212"/>
- <point x="460" y="-28"/>
- <point x="900" y="-28" type="curve" smooth="yes"/>
- <point x="928" y="-28" type="line" smooth="yes"/>
- <point x="1368" y="-28"/>
- <point x="1688" y="212"/>
- <point x="1688" y="648" type="curve" smooth="yes"/>
- <point x="1688" y="1080"/>
- <point x="1368" y="1284"/>
- <point x="928" y="1284" type="curve" smooth="yes"/>
+ <point x="900.0" y="1284.0" type="line"/>
+ <point x="460.0" y="1284.0"/>
+ <point x="136.0" y="1080.0"/>
+ <point x="136.0" y="644.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="212.0"/>
+ <point x="460.0" y="-28.0"/>
+ <point x="900.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="1368.0" y="-28.0"/>
+ <point x="1688.0" y="212.0"/>
+ <point x="1688.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="1080.0"/>
+ <point x="1368.0" y="1284.0"/>
+ <point x="928.0" y="1284.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="928" y="956" type="line"/>
- <point x="1120" y="956"/>
- <point x="1220" y="832"/>
- <point x="1220" y="648" type="curve" smooth="yes"/>
- <point x="1220" y="460"/>
- <point x="1120" y="340"/>
- <point x="928" y="340" type="curve" smooth="yes"/>
- <point x="900" y="340" type="line" smooth="yes"/>
- <point x="712" y="340"/>
- <point x="604" y="460"/>
- <point x="604" y="644" type="curve" smooth="yes"/>
- <point x="604" y="836"/>
- <point x="712" y="956"/>
- <point x="900" y="956" type="curve" smooth="yes"/>
+ <point x="928.0" y="956.0" type="line"/>
+ <point x="1120.0" y="956.0"/>
+ <point x="1220.0" y="832.0"/>
+ <point x="1220.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1220.0" y="460.0"/>
+ <point x="1120.0" y="340.0"/>
+ <point x="928.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="900.0" y="340.0" type="line" smooth="yes"/>
+ <point x="712.0" y="340.0"/>
+ <point x="604.0" y="460.0"/>
+ <point x="604.0" y="644.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="836.0"/>
+ <point x="712.0" y="956.0"/>
+ <point x="900.0" y="956.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="896" y="1332" type="line"/>
- <point x="688" y="1332"/>
- <point x="604" y="1388"/>
- <point x="604" y="1524" type="curve" smooth="yes"/>
- <point x="604" y="1620"/>
- <point x="648" y="1652"/>
- <point x="736" y="1672" type="curve"/>
- <point x="736" y="2032" type="line"/>
- <point x="380" y="2032"/>
- <point x="136" y="1876"/>
- <point x="136" y="1524" type="curve" smooth="yes"/>
- <point x="136" y="1156"/>
- <point x="460" y="1008"/>
- <point x="896" y="1008" type="curve" smooth="yes"/>
- <point x="928" y="1008" type="line" smooth="yes"/>
- <point x="1360" y="1008"/>
- <point x="1692" y="1156"/>
- <point x="1692" y="1524" type="curve" smooth="yes"/>
- <point x="1692" y="1876"/>
- <point x="1444" y="2032"/>
- <point x="1088" y="2032" type="curve"/>
- <point x="1088" y="1672" type="line"/>
- <point x="1176" y="1652"/>
- <point x="1224" y="1620"/>
- <point x="1224" y="1524" type="curve" smooth="yes"/>
- <point x="1224" y="1388"/>
- <point x="1136" y="1332"/>
- <point x="928" y="1332" type="curve" smooth="yes"/>
+ <point x="896.0" y="1332.0" type="line"/>
+ <point x="688.0" y="1332.0"/>
+ <point x="604.0" y="1388.0"/>
+ <point x="604.0" y="1524.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="1620.0"/>
+ <point x="648.0" y="1652.0"/>
+ <point x="736.0" y="1672.0" type="curve"/>
+ <point x="736.0" y="2032.0" type="line"/>
+ <point x="380.0" y="2032.0"/>
+ <point x="136.0" y="1876.0"/>
+ <point x="136.0" y="1524.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="1156.0"/>
+ <point x="460.0" y="1008.0"/>
+ <point x="896.0" y="1008.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="1008.0" type="line" smooth="yes"/>
+ <point x="1360.0" y="1008.0"/>
+ <point x="1692.0" y="1156.0"/>
+ <point x="1692.0" y="1524.0" type="curve" smooth="yes"/>
+ <point x="1692.0" y="1876.0"/>
+ <point x="1444.0" y="2032.0"/>
+ <point x="1088.0" y="2032.0" type="curve"/>
+ <point x="1088.0" y="1672.0" type="line"/>
+ <point x="1176.0" y="1652.0"/>
+ <point x="1224.0" y="1620.0"/>
+ <point x="1224.0" y="1524.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="1388.0"/>
+ <point x="1136.0" y="1332.0"/>
+ <point x="928.0" y="1332.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1764, 'leftMargin': 105, 'rightMargin': 104}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0223.glif b/src/Inter-UI-Black.ufo/glyphs/uni0223.glif
index b59fa4d13..83a5f7afc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0223.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0223.glif
@@ -1,78 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0223" format="1">
- <advance width="1824"/>
+<glyph name="uni0223" format="2">
+ <advance width="1824.0"/>
<unicode hex="0223"/>
<outline>
<contour>
- <point x="900" y="1256" type="line" name="hr00"/>
- <point x="460" y="1256"/>
- <point x="148" y="1072"/>
- <point x="148" y="636" type="curve" smooth="yes"/>
- <point x="148" y="204"/>
- <point x="460" y="-28"/>
- <point x="900" y="-28" type="curve" smooth="yes"/>
- <point x="928" y="-28" type="line" smooth="yes"/>
- <point x="1364" y="-28"/>
- <point x="1676" y="204"/>
- <point x="1676" y="636" type="curve" smooth="yes"/>
- <point x="1676" y="1072"/>
- <point x="1364" y="1256"/>
- <point x="928" y="1256" type="curve" smooth="yes"/>
+ <point x="900.0" y="1256.0" type="line"/>
+ <point x="460.0" y="1256.0"/>
+ <point x="148.0" y="1072.0"/>
+ <point x="148.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="148.0" y="204.0"/>
+ <point x="460.0" y="-28.0"/>
+ <point x="900.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="1364.0" y="-28.0"/>
+ <point x="1676.0" y="204.0"/>
+ <point x="1676.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="1676.0" y="1072.0"/>
+ <point x="1364.0" y="1256.0"/>
+ <point x="928.0" y="1256.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="928" y="940" type="line"/>
- <point x="1128" y="940"/>
- <point x="1232" y="820"/>
- <point x="1232" y="636" type="curve" smooth="yes"/>
- <point x="1232" y="452"/>
- <point x="1128" y="332"/>
- <point x="928" y="332" type="curve" smooth="yes"/>
- <point x="900" y="332" type="line" smooth="yes"/>
- <point x="704" y="332"/>
- <point x="592" y="452"/>
- <point x="592" y="636" type="curve" smooth="yes"/>
- <point x="592" y="820"/>
- <point x="704" y="940"/>
- <point x="900" y="940" type="curve" smooth="yes"/>
+ <point x="928.0" y="940.0" type="line"/>
+ <point x="1128.0" y="940.0"/>
+ <point x="1232.0" y="820.0"/>
+ <point x="1232.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="452.0"/>
+ <point x="1128.0" y="332.0"/>
+ <point x="928.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="900.0" y="332.0" type="line" smooth="yes"/>
+ <point x="704.0" y="332.0"/>
+ <point x="592.0" y="452.0"/>
+ <point x="592.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="820.0"/>
+ <point x="704.0" y="940.0"/>
+ <point x="900.0" y="940.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="928" y="1296" type="curve" smooth="yes"/>
- <point x="896" y="1296" type="line" smooth="yes"/>
- <point x="680" y="1296"/>
- <point x="592" y="1384"/>
- <point x="592" y="1564" type="curve" smooth="yes"/>
- <point x="592" y="1704"/>
- <point x="656" y="1768"/>
- <point x="736" y="1796" type="curve"/>
- <point x="736" y="2140" type="line"/>
- <point x="384" y="2140"/>
- <point x="148" y="1944"/>
- <point x="148" y="1572" type="curve" smooth="yes"/>
- <point x="148" y="1140"/>
- <point x="464" y="984"/>
- <point x="896" y="984" type="curve" smooth="yes"/>
- <point x="928" y="984" type="line" smooth="yes"/>
- <point x="1364" y="984"/>
- <point x="1676" y="1140"/>
- <point x="1676" y="1572" type="curve" smooth="yes"/>
- <point x="1676" y="1944"/>
- <point x="1444" y="2140"/>
- <point x="1088" y="2140" type="curve"/>
- <point x="1088" y="1796" type="line"/>
- <point x="1168" y="1768"/>
- <point x="1236" y="1704"/>
- <point x="1236" y="1564" type="curve" smooth="yes"/>
- <point x="1236" y="1384"/>
- <point x="1148" y="1296"/>
+ <point x="928.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="1296.0" type="line" smooth="yes"/>
+ <point x="680.0" y="1296.0"/>
+ <point x="592.0" y="1384.0"/>
+ <point x="592.0" y="1564.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="1704.0"/>
+ <point x="656.0" y="1768.0"/>
+ <point x="736.0" y="1796.0" type="curve"/>
+ <point x="736.0" y="2140.0" type="line"/>
+ <point x="384.0" y="2140.0"/>
+ <point x="148.0" y="1944.0"/>
+ <point x="148.0" y="1572.0" type="curve" smooth="yes"/>
+ <point x="148.0" y="1140.0"/>
+ <point x="464.0" y="984.0"/>
+ <point x="896.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="984.0" type="line" smooth="yes"/>
+ <point x="1364.0" y="984.0"/>
+ <point x="1676.0" y="1140.0"/>
+ <point x="1676.0" y="1572.0" type="curve" smooth="yes"/>
+ <point x="1676.0" y="1944.0"/>
+ <point x="1444.0" y="2140.0"/>
+ <point x="1088.0" y="2140.0" type="curve"/>
+ <point x="1088.0" y="1796.0" type="line"/>
+ <point x="1168.0" y="1768.0"/>
+ <point x="1236.0" y="1704.0"/>
+ <point x="1236.0" y="1564.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="1384.0"/>
+ <point x="1148.0" y="1296.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1690, 'leftMargin': 80, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.13</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0224.glif b/src/Inter-UI-Black.ufo/glyphs/uni0224.glif
index 8906a0984..502ad8b10 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0224.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0224.glif
@@ -1,77 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0224" format="1">
- <advance width="1824"/>
+<glyph name="uni0224" format="2">
+ <advance width="1824.0"/>
<unicode hex="0224"/>
<outline>
<contour>
- <point x="892" y="384" type="line"/>
- <point x="892" y="0" type="line"/>
- <point x="1140" y="0" type="line" smooth="yes"/>
- <point x="1316" y="0"/>
- <point x="1344" y="-128"/>
- <point x="1344" y="-252" type="curve"/>
- <point x="1344" y="-360" type="line"/>
- <point x="1720" y="-360" type="line"/>
- <point x="1720" y="-168" type="line"/>
- <point x="1720" y="176"/>
- <point x="1516" y="384"/>
- <point x="1140" y="384" type="curve" smooth="yes"/>
+ <point x="892.0" y="384.0" type="line"/>
+ <point x="892.0" y="0.0" type="line"/>
+ <point x="1140.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1316.0" y="0.0"/>
+ <point x="1344.0" y="-128.0"/>
+ <point x="1344.0" y="-252.0" type="curve"/>
+ <point x="1344.0" y="-360.0" type="line"/>
+ <point x="1720.0" y="-360.0" type="line"/>
+ <point x="1720.0" y="-168.0" type="line"/>
+ <point x="1720.0" y="176.0"/>
+ <point x="1516.0" y="384.0"/>
+ <point x="1140.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1048" y="384" type="line"/>
- <point x="712" y="384" type="line"/>
- <point x="1688" y="1776" type="line"/>
- <point x="1688" y="2048" type="line"/>
- <point x="136" y="2048" type="line"/>
- <point x="136" y="1664" type="line"/>
- <point x="1112" y="1664" type="line"/>
- <point x="136" y="272" type="line"/>
- <point x="136" y="0" type="line"/>
- <point x="1048" y="0" type="line"/>
+ <point x="1048.0" y="384.0" type="line"/>
+ <point x="712.0" y="384.0" type="line"/>
+ <point x="1688.0" y="1776.0" type="line"/>
+ <point x="1688.0" y="2048.0" type="line"/>
+ <point x="136.0" y="2048.0" type="line"/>
+ <point x="136.0" y="1664.0" type="line"/>
+ <point x="1112.0" y="1664.0" type="line"/>
+ <point x="136.0" y="272.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="1048.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>Z</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>uni0224</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1824</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1841, 'leftMargin': 91, 'rightMargin': 42}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0226.glif b/src/Inter-UI-Black.ufo/glyphs/uni0226.glif
new file mode 100644
index 000000000..bffbe5c3b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0226.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0226" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="0226"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2720.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dotaccent" xOffset="684.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0227.glif b/src/Inter-UI-Black.ufo/glyphs/uni0227.glif
new file mode 100644
index 000000000..2a933563f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0227.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0227" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="0227"/>
+ <anchor x="776.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1776.0" name="parent_top"/>
+ <anchor x="780.0" y="2296.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dotaccent" xOffset="380.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0228.glif b/src/Inter-UI-Black.ufo/glyphs/uni0228.glif
new file mode 100644
index 000000000..72d11dad3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0228.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0228" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0228"/>
+ <anchor x="900.0" y="-632.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="cedilla" xOffset="448.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0229.glif b/src/Inter-UI-Black.ufo/glyphs/uni0229.glif
new file mode 100644
index 000000000..af0c4ac11
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0229.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0229" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0229"/>
+ <anchor x="812.0" y="-648.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="cedilla" xOffset="360.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni022A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni022A_.glif
new file mode 100644
index 000000000..2d9097cfb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni022A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022A" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="022A"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dieresismacroncomb.cn" xOffset="1816.0" yOffset="463.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni022B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni022B_.glif
new file mode 100644
index 000000000..5feafb8b7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni022B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022B" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="022B"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2648.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dieresismacroncomb.lc" xOffset="1580.0" yOffset="2.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni022C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni022C_.glif
new file mode 100644
index 000000000..b22a9663c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni022C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022C" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="022C"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="tildemacroncomb.cn" xOffset="1816.0" yOffset="477.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni022D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni022D_.glif
new file mode 100644
index 000000000..6e7aafd25
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni022D_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022D" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="022D"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2731.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="tildemacroncomb.lc" xOffset="1580.0" yOffset="-5.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni022E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni022E_.glif
new file mode 100644
index 000000000..921c72ecd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni022E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022E" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="022E"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2720.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dotaccent" xOffset="624.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni022F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni022F_.glif
new file mode 100644
index 000000000..bd169e696
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni022F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022F" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="022F"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2296.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dotaccent" xOffset="388.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0230.glif b/src/Inter-UI-Black.ufo/glyphs/uni0230.glif
new file mode 100644
index 000000000..24dd44f8b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0230.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0230" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="0230"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1992.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1992.0" y="2200.0" name="top0315"/>
+ <anchor x="1992.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dotmacroncomb.cn" xOffset="1816.0" yOffset="474.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0231.glif b/src/Inter-UI-Black.ufo/glyphs/uni0231.glif
new file mode 100644
index 000000000..9ffbd1d11
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0231.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0231" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="0231"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="2728.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dotmacroncomb.lc" xOffset="1580.0" yOffset="34.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0232.glif b/src/Inter-UI-Black.ufo/glyphs/uni0232.glif
new file mode 100644
index 000000000..faeb890de
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0232.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0232" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="0232"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2632.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="macron" xOffset="292.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0233.glif b/src/Inter-UI-Black.ufo/glyphs/uni0233.glif
new file mode 100644
index 000000000..7d0ce9ec2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0233.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0233" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="0233"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2208.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="macron" xOffset="12.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0238.glif b/src/Inter-UI-Black.ufo/glyphs/uni0238.glif
index d190530ae..290a3831d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0238.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0238.glif
@@ -1,84 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0238" format="1">
- <advance width="2592"/>
+<glyph name="uni0238" format="2">
+ <advance width="2592.0"/>
<unicode hex="0238"/>
<outline>
<contour>
- <point x="2440" y="760" type="line"/>
- <point x="2440" y="1196"/>
- <point x="2256" y="1516"/>
- <point x="1860" y="1516" type="curve" smooth="yes"/>
- <point x="1504" y="1516"/>
- <point x="1356" y="1176"/>
- <point x="1300" y="764" type="curve"/>
- <point x="1300" y="728" type="line"/>
- <point x="1356" y="308"/>
- <point x="1504" y="-28"/>
- <point x="1864" y="-28" type="curve" smooth="yes"/>
- <point x="2256" y="-28"/>
- <point x="2440" y="284"/>
- <point x="2440" y="732" type="curve" smooth="yes"/>
+ <point x="2440.0" y="760.0" type="line"/>
+ <point x="2440.0" y="1196.0"/>
+ <point x="2256.0" y="1516.0"/>
+ <point x="1860.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="1516.0"/>
+ <point x="1356.0" y="1176.0"/>
+ <point x="1300.0" y="764.0" type="curve"/>
+ <point x="1300.0" y="728.0" type="line"/>
+ <point x="1356.0" y="308.0"/>
+ <point x="1504.0" y="-28.0"/>
+ <point x="1864.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2256.0" y="-28.0"/>
+ <point x="2440.0" y="284.0"/>
+ <point x="2440.0" y="732.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2000" y="732" type="line"/>
- <point x="2000" y="492"/>
- <point x="1960" y="328"/>
- <point x="1752" y="328" type="curve" smooth="yes"/>
- <point x="1548" y="328"/>
- <point x="1476" y="460"/>
- <point x="1476" y="692" type="curve" smooth="yes"/>
- <point x="1476" y="800" type="line" smooth="yes"/>
- <point x="1476" y="1024"/>
- <point x="1548" y="1160"/>
- <point x="1748" y="1160" type="curve" smooth="yes"/>
- <point x="1956" y="1160"/>
- <point x="2000" y="976"/>
- <point x="2000" y="760" type="curve" smooth="yes"/>
+ <point x="2000.0" y="732.0" type="line"/>
+ <point x="2000.0" y="492.0"/>
+ <point x="1960.0" y="328.0"/>
+ <point x="1752.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="1548.0" y="328.0"/>
+ <point x="1476.0" y="460.0"/>
+ <point x="1476.0" y="692.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="800.0" type="line" smooth="yes"/>
+ <point x="1476.0" y="1024.0"/>
+ <point x="1548.0" y="1160.0"/>
+ <point x="1748.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1956.0" y="1160.0"/>
+ <point x="2000.0" y="976.0"/>
+ <point x="2000.0" y="760.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1076" y="340" type="line"/>
- <point x="1120" y="0" type="line"/>
- <point x="1520" y="0" type="line"/>
- <point x="1520" y="2112" type="line"/>
- <point x="1076" y="2112" type="line"/>
+ <point x="1076.0" y="340.0" type="line"/>
+ <point x="1120.0" y="0.0" type="line"/>
+ <point x="1520.0" y="0.0" type="line"/>
+ <point x="1520.0" y="2112.0" type="line"/>
+ <point x="1076.0" y="2112.0" type="line"/>
</contour>
<contour>
- <point x="152" y="728" type="line"/>
- <point x="152" y="292"/>
- <point x="356" y="-28"/>
- <point x="728" y="-28" type="curve" smooth="yes"/>
- <point x="1076" y="-28"/>
- <point x="1240" y="312"/>
- <point x="1296" y="716" type="curve"/>
- <point x="1296" y="748" type="line"/>
- <point x="1240" y="1180"/>
- <point x="1076" y="1516"/>
- <point x="732" y="1516" type="curve" smooth="yes"/>
- <point x="356" y="1516"/>
- <point x="152" y="1208"/>
- <point x="152" y="756" type="curve" smooth="yes"/>
+ <point x="152.0" y="728.0" type="line"/>
+ <point x="152.0" y="292.0"/>
+ <point x="356.0" y="-28.0"/>
+ <point x="728.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="-28.0"/>
+ <point x="1240.0" y="312.0"/>
+ <point x="1296.0" y="716.0" type="curve"/>
+ <point x="1296.0" y="748.0" type="line"/>
+ <point x="1240.0" y="1180.0"/>
+ <point x="1076.0" y="1516.0"/>
+ <point x="732.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1516.0"/>
+ <point x="152.0" y="1208.0"/>
+ <point x="152.0" y="756.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="596" y="756" type="line"/>
- <point x="596" y="988"/>
- <point x="660" y="1160"/>
- <point x="844" y="1160" type="curve" smooth="yes"/>
- <point x="1028" y="1160"/>
- <point x="1116" y="1028"/>
- <point x="1116" y="788" type="curve" smooth="yes"/>
- <point x="1116" y="680" type="line" smooth="yes"/>
- <point x="1116" y="468"/>
- <point x="1028" y="332"/>
- <point x="844" y="332" type="curve" smooth="yes"/>
- <point x="656" y="332"/>
- <point x="596" y="504"/>
- <point x="596" y="728" type="curve" smooth="yes"/>
+ <point x="596.0" y="756.0" type="line"/>
+ <point x="596.0" y="988.0"/>
+ <point x="660.0" y="1160.0"/>
+ <point x="844.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1160.0"/>
+ <point x="1116.0" y="1028.0"/>
+ <point x="1116.0" y="788.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="680.0" type="line" smooth="yes"/>
+ <point x="1116.0" y="468.0"/>
+ <point x="1028.0" y="332.0"/>
+ <point x="844.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="332.0"/>
+ <point x="596.0" y="504.0"/>
+ <point x="596.0" y="728.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2570, 'leftMargin': 140, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0239.glif b/src/Inter-UI-Black.ufo/glyphs/uni0239.glif
index 9ac907f82..3f81805cf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0239.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0239.glif
@@ -1,85 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0239" format="1">
- <advance width="2592"/>
+<glyph name="uni0239" format="2">
+ <advance width="2592.0"/>
<unicode hex="0239"/>
<outline>
<contour>
- <point x="1076" y="-572" type="line"/>
- <point x="1520" y="-572" type="line"/>
- <point x="1520" y="1204" type="line"/>
- <point x="1488" y="1488" type="line"/>
- <point x="1132" y="1488" type="line"/>
- <point x="1076" y="1176" type="line"/>
+ <point x="1076.0" y="-572.0" type="line"/>
+ <point x="1520.0" y="-572.0" type="line"/>
+ <point x="1520.0" y="1204.0" type="line"/>
+ <point x="1488.0" y="1488.0" type="line"/>
+ <point x="1132.0" y="1488.0" type="line"/>
+ <point x="1076.0" y="1176.0" type="line"/>
</contour>
<contour>
- <point x="152" y="732" type="line"/>
- <point x="152" y="296"/>
- <point x="356" y="-28"/>
- <point x="728" y="-28" type="curve" smooth="yes"/>
- <point x="1092" y="-28"/>
- <point x="1236" y="316"/>
- <point x="1296" y="720" type="curve"/>
- <point x="1296" y="756" type="line"/>
- <point x="1236" y="1184"/>
- <point x="1092" y="1516"/>
- <point x="732" y="1516" type="curve" smooth="yes"/>
- <point x="356" y="1516"/>
- <point x="152" y="1212"/>
- <point x="152" y="760" type="curve" smooth="yes"/>
+ <point x="152.0" y="732.0" type="line"/>
+ <point x="152.0" y="296.0"/>
+ <point x="356.0" y="-28.0"/>
+ <point x="728.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-28.0"/>
+ <point x="1236.0" y="316.0"/>
+ <point x="1296.0" y="720.0" type="curve"/>
+ <point x="1296.0" y="756.0" type="line"/>
+ <point x="1236.0" y="1184.0"/>
+ <point x="1092.0" y="1516.0"/>
+ <point x="732.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1516.0"/>
+ <point x="152.0" y="1212.0"/>
+ <point x="152.0" y="760.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="596" y="760" type="line"/>
- <point x="596" y="992"/>
- <point x="660" y="1160"/>
- <point x="844" y="1160" type="curve" smooth="yes"/>
- <point x="1048" y="1160"/>
- <point x="1116" y="1032"/>
- <point x="1116" y="792" type="curve" smooth="yes"/>
- <point x="1116" y="684" type="line" smooth="yes"/>
- <point x="1116" y="472"/>
- <point x="1048" y="332"/>
- <point x="844" y="332" type="curve" smooth="yes"/>
- <point x="656" y="332"/>
- <point x="596" y="508"/>
- <point x="596" y="732" type="curve" smooth="yes"/>
+ <point x="596.0" y="760.0" type="line"/>
+ <point x="596.0" y="992.0"/>
+ <point x="660.0" y="1160.0"/>
+ <point x="844.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1160.0"/>
+ <point x="1116.0" y="1032.0"/>
+ <point x="1116.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="684.0" type="line" smooth="yes"/>
+ <point x="1116.0" y="472.0"/>
+ <point x="1048.0" y="332.0"/>
+ <point x="844.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="332.0"/>
+ <point x="596.0" y="508.0"/>
+ <point x="596.0" y="732.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2440" y="764" type="line"/>
- <point x="2440" y="1216"/>
- <point x="2240" y="1516"/>
- <point x="1860" y="1516" type="curve" smooth="yes"/>
- <point x="1504" y="1516"/>
- <point x="1356" y="1188"/>
- <point x="1300" y="756" type="curve"/>
- <point x="1300" y="720" type="line"/>
- <point x="1356" y="320"/>
- <point x="1504" y="-28"/>
- <point x="1864" y="-28" type="curve" smooth="yes"/>
- <point x="2240" y="-28"/>
- <point x="2440" y="300"/>
- <point x="2440" y="732" type="curve" smooth="yes"/>
+ <point x="2440.0" y="764.0" type="line"/>
+ <point x="2440.0" y="1216.0"/>
+ <point x="2240.0" y="1516.0"/>
+ <point x="1860.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="1516.0"/>
+ <point x="1356.0" y="1188.0"/>
+ <point x="1300.0" y="756.0" type="curve"/>
+ <point x="1300.0" y="720.0" type="line"/>
+ <point x="1356.0" y="320.0"/>
+ <point x="1504.0" y="-28.0"/>
+ <point x="1864.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2240.0" y="-28.0"/>
+ <point x="2440.0" y="300.0"/>
+ <point x="2440.0" y="732.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2000" y="732" type="line"/>
- <point x="2000" y="512"/>
- <point x="1940" y="332"/>
- <point x="1752" y="332" type="curve" smooth="yes"/>
- <point x="1548" y="332"/>
- <point x="1476" y="472"/>
- <point x="1476" y="680" type="curve" smooth="yes"/>
- <point x="1476" y="792" type="line" smooth="yes"/>
- <point x="1476" y="1036"/>
- <point x="1548" y="1160"/>
- <point x="1748" y="1160" type="curve" smooth="yes"/>
- <point x="1932" y="1160"/>
- <point x="2000" y="992"/>
- <point x="2000" y="764" type="curve" smooth="yes"/>
+ <point x="2000.0" y="732.0" type="line"/>
+ <point x="2000.0" y="512.0"/>
+ <point x="1940.0" y="332.0"/>
+ <point x="1752.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1548.0" y="332.0"/>
+ <point x="1476.0" y="472.0"/>
+ <point x="1476.0" y="680.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="792.0" type="line" smooth="yes"/>
+ <point x="1476.0" y="1036.0"/>
+ <point x="1548.0" y="1160.0"/>
+ <point x="1748.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1932.0" y="1160.0"/>
+ <point x="2000.0" y="992.0"/>
+ <point x="2000.0" y="764.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2446, 'leftMargin': 78, 'rightMargin': 78}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni023A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni023A_.glif
index 7178d8680..f99eccd30 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni023A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni023A_.glif
@@ -1,20 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023A" format="1">
- <advance width="2168"/>
+<glyph name="uni023A" format="2">
+ <advance width="2168.0"/>
<unicode hex="023A"/>
<outline>
<contour>
- <point x="1960" y="2176" type="line"/>
- <point x="1668" y="2176" type="line"/>
- <point x="168" y="-256" type="line"/>
- <point x="460" y="-256" type="line"/>
+ <point x="1960.0" y="2176.0" type="line"/>
+ <point x="1668.0" y="2176.0" type="line"/>
+ <point x="168.0" y="-256.0" type="line"/>
+ <point x="460.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1676.0" y="756.0" type="line"/>
+ <point x="492.0" y="756.0" type="line"/>
+ <point x="492.0" y="384.0" type="line"/>
+ <point x="1676.0" y="384.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="580.0" y="0.0" type="line"/>
+ <point x="1072.0" y="1468.0" type="line"/>
+ <point x="1096.0" y="1468.0" type="line"/>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="2088.0" y="0.0" type="line"/>
+ <point x="1332.0" y="2048.0" type="line"/>
+ <point x="836.0" y="2048.0" type="line"/>
+ <point x="80.0" y="0.0" type="line"/>
</contour>
- <component base="A"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1911, 'leftMargin': -300, 'rightMargin': -75}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni023B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni023B_.glif
index 853b8acca..b0da4bee7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni023B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni023B_.glif
@@ -1,20 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023B" format="1">
- <advance width="1984"/>
+<glyph name="uni023B" format="2">
+ <advance width="1984.0"/>
<unicode hex="023B"/>
<outline>
<contour>
- <point x="680" y="-216" type="line"/>
- <point x="1548" y="2176" type="line"/>
- <point x="1320" y="2260" type="line"/>
- <point x="452" y="-132" type="line"/>
+ <point x="680.0" y="-216.0" type="line"/>
+ <point x="1548.0" y="2176.0" type="line"/>
+ <point x="1320.0" y="2260.0" type="line"/>
+ <point x="452.0" y="-132.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1876.0" y="1404.0" type="line"/>
+ <point x="1764.0" y="1836.0"/>
+ <point x="1432.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2076.0"/>
+ <point x="120.0" y="1688.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="356.0"/>
+ <point x="504.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="-28.0"/>
+ <point x="1760.0" y="208.0"/>
+ <point x="1872.0" y="632.0" type="curve"/>
+ <point x="1420.0" y="696.0" type="line"/>
+ <point x="1360.0" y="488.0"/>
+ <point x="1216.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="388.0"/>
+ <point x="588.0" y="568.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1472.0"/>
+ <point x="764.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="1660.0"/>
+ <point x="1368.0" y="1556.0"/>
+ <point x="1428.0" y="1340.0" type="curve"/>
</contour>
- <component base="C"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 192, 'rightMargin': -9}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni023C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni023C_.glif
index 9569409dc..9d387cf01 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni023C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni023C_.glif
@@ -1,20 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023C" format="1">
- <advance width="1588"/>
+<glyph name="uni023C" format="2">
+ <advance width="1588.0"/>
<unicode hex="023C"/>
<outline>
<contour>
- <point x="1316" y="2004" type="line"/>
- <point x="1068" y="2004" type="line"/>
- <point x="240" y="-572" type="line"/>
- <point x="488" y="-572" type="line"/>
+ <point x="1316.0" y="2004.0" type="line"/>
+ <point x="1068.0" y="2004.0" type="line"/>
+ <point x="240.0" y="-572.0" type="line"/>
+ <point x="488.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1500.0" y="1032.0" type="line"/>
+ <point x="1436.0" y="1352.0"/>
+ <point x="1180.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="-28.0"/>
+ <point x="1424.0" y="168.0"/>
+ <point x="1496.0" y="472.0" type="curve"/>
+ <point x="1072.0" y="548.0" type="line"/>
+ <point x="1036.0" y="424.0"/>
+ <point x="960.0" y="340.0"/>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1192.0"/>
+ <point x="1044.0" y="1100.0"/>
+ <point x="1080.0" y="952.0" type="curve"/>
</contour>
- <component base="c"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 78, 'rightMargin': 69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni023E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni023E_.glif
index c726a3681..cb649ab6d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni023E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni023E_.glif
@@ -1,20 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023E" format="1">
- <advance width="1824"/>
+<glyph name="uni023E" format="2">
+ <advance width="1824.0"/>
<unicode hex="023E"/>
<outline>
<contour>
- <point x="476" y="-76" type="line"/>
- <point x="1616" y="2200" type="line"/>
- <point x="1396" y="2312" type="line"/>
- <point x="256" y="36" type="line"/>
+ <point x="476.0" y="-76.0" type="line"/>
+ <point x="1616.0" y="2200.0" type="line"/>
+ <point x="1396.0" y="2312.0" type="line"/>
+ <point x="256.0" y="36.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1148.0" y="2048.0" type="line"/>
+ <point x="688.0" y="2048.0" type="line"/>
+ <point x="688.0" y="0.0" type="line"/>
+ <point x="1148.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1748.0" y="2048.0" type="line"/>
+ <point x="88.0" y="2048.0" type="line"/>
+ <point x="88.0" y="1664.0" type="line"/>
+ <point x="1748.0" y="1664.0" type="line"/>
</contour>
- <component base="T" xOffset="8"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1766, 'leftMargin': 52, 'rightMargin': 39}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni023F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni023F_.glif
index 052ebcb96..17bf8d3af 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni023F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni023F_.glif
@@ -1,31 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023F" format="1">
- <advance width="1416"/>
+<glyph name="uni023F" format="2">
+ <advance width="1416.0"/>
<unicode hex="023F"/>
<outline>
<contour>
- <point x="396" y="492" type="curve"/>
- <point x="88" y="268" type="line"/>
- <point x="340" y="-180" type="line" smooth="yes"/>
- <point x="452" y="-376"/>
- <point x="588" y="-576"/>
- <point x="848" y="-576" type="curve" smooth="yes"/>
- <point x="1032" y="-576"/>
- <point x="1160" y="-476"/>
- <point x="1264" y="-388" type="curve"/>
- <point x="1116" y="-132" type="line"/>
- <point x="1056" y="-184"/>
- <point x="972" y="-244"/>
- <point x="880" y="-244" type="curve" smooth="yes"/>
- <point x="744" y="-244"/>
- <point x="696" y="-124"/>
+ <point x="396.0" y="492.0" type="curve"/>
+ <point x="88.0" y="268.0" type="line"/>
+ <point x="340.0" y="-180.0" type="line" smooth="yes"/>
+ <point x="452.0" y="-376.0"/>
+ <point x="588.0" y="-576.0"/>
+ <point x="848.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="-576.0"/>
+ <point x="1160.0" y="-476.0"/>
+ <point x="1264.0" y="-388.0" type="curve"/>
+ <point x="1116.0" y="-132.0" type="line"/>
+ <point x="1056.0" y="-184.0"/>
+ <point x="972.0" y="-244.0"/>
+ <point x="880.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="-244.0"/>
+ <point x="696.0" y="-124.0"/>
+ </contour>
+ <contour>
+ <point x="1444.0" y="1084.0" type="line"/>
+ <point x="1408.0" y="1388.0"/>
+ <point x="1208.0" y="1556.0"/>
+ <point x="812.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="1556.0"/>
+ <point x="124.0" y="1376.0"/>
+ <point x="124.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="788.0"/>
+ <point x="328.0" y="672.0"/>
+ <point x="560.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="560.0" type="line" smooth="yes"/>
+ <point x="908.0" y="544.0"/>
+ <point x="1008.0" y="532.0"/>
+ <point x="1008.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="352.0"/>
+ <point x="904.0" y="300.0"/>
+ <point x="788.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="300.0"/>
+ <point x="552.0" y="356.0"/>
+ <point x="524.0" y="496.0" type="curve"/>
+ <point x="80.0" y="472.0" type="line"/>
+ <point x="132.0" y="136.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="760.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="-28.0"/>
+ <point x="1480.0" y="128.0"/>
+ <point x="1480.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="1480.0" y="764.0"/>
+ <point x="1276.0" y="860.0"/>
+ <point x="1060.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="968.0" type="line" smooth="yes"/>
+ <point x="664.0" y="984.0"/>
+ <point x="580.0" y="1012.0"/>
+ <point x="580.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="1176.0"/>
+ <point x="684.0" y="1224.0"/>
+ <point x="788.0" y="1224.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="1224.0"/>
+ <point x="1008.0" y="1176.0"/>
+ <point x="1024.0" y="1060.0" type="curve"/>
</contour>
- <component base="s"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1433, 'leftMargin': 58, 'rightMargin': 92}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0240.glif b/src/Inter-UI-Black.ufo/glyphs/uni0240.glif
index 0130302b3..94d36bd2b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0240.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0240.glif
@@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0240" format="1">
- <advance width="1544"/>
+<glyph name="uni0240" format="2">
+ <advance width="1544.0"/>
<unicode hex="0240"/>
<outline>
<contour>
- <point x="276" y="360" type="line"/>
- <point x="276" y="0" type="line"/>
- <point x="612" y="0" type="line" smooth="yes"/>
- <point x="984" y="0"/>
- <point x="988" y="-576"/>
- <point x="1432" y="-576" type="curve" smooth="yes"/>
- <point x="1612" y="-576"/>
- <point x="1752" y="-480"/>
- <point x="1848" y="-388" type="curve"/>
- <point x="1700" y="-88" type="line"/>
- <point x="1656" y="-128"/>
- <point x="1560" y="-200"/>
- <point x="1476" y="-200" type="curve" smooth="yes"/>
- <point x="1224" y="-200"/>
- <point x="1204" y="360"/>
- <point x="732" y="360" type="curve" smooth="yes"/>
+ <point x="276.0" y="360.0" type="line"/>
+ <point x="276.0" y="0.0" type="line"/>
+ <point x="612.0" y="0.0" type="line" smooth="yes"/>
+ <point x="984.0" y="0.0"/>
+ <point x="988.0" y="-576.0"/>
+ <point x="1432.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1612.0" y="-576.0"/>
+ <point x="1752.0" y="-480.0"/>
+ <point x="1848.0" y="-388.0" type="curve"/>
+ <point x="1700.0" y="-88.0" type="line"/>
+ <point x="1656.0" y="-128.0"/>
+ <point x="1560.0" y="-200.0"/>
+ <point x="1476.0" y="-200.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="-200.0"/>
+ <point x="1204.0" y="360.0"/>
+ <point x="732.0" y="360.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="712" y="360" type="line"/>
- <point x="1384" y="1276" type="line"/>
- <point x="1384" y="1536" type="line"/>
- <point x="172" y="1536" type="line"/>
- <point x="172" y="1176" type="line"/>
- <point x="816" y="1176" type="line"/>
- <point x="144" y="260" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="712" y="0" type="line"/>
+ <point x="712.0" y="360.0" type="line"/>
+ <point x="1384.0" y="1276.0" type="line"/>
+ <point x="1384.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1176.0" type="line"/>
+ <point x="816.0" y="1176.0" type="line"/>
+ <point x="144.0" y="260.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="712.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1788, 'leftMargin': 95, 'rightMargin': -53}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0241.glif b/src/Inter-UI-Black.ufo/glyphs/uni0241.glif
index 2d7172f2b..1291b2b9f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0241.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0241.glif
@@ -1,48 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0241" format="1">
- <advance width="1568"/>
+<glyph name="uni0241" format="2">
+ <advance width="1568.0"/>
<unicode hex="0241"/>
<outline>
<contour>
- <point x="596" y="720" type="line" name="hr00"/>
- <point x="596" y="344" type="line"/>
- <point x="748" y="344" type="line" smooth="yes"/>
- <point x="1212" y="344"/>
- <point x="1468" y="668"/>
- <point x="1468" y="1096" type="curve" smooth="yes"/>
- <point x="1468" y="1272" type="line" smooth="yes"/>
- <point x="1468" y="1704"/>
- <point x="1212" y="2032"/>
- <point x="752" y="2032" type="curve" smooth="yes"/>
- <point x="384" y="2032"/>
- <point x="100" y="1792"/>
- <point x="100" y="1416" type="curve"/>
- <point x="540" y="1416" type="line"/>
- <point x="540" y="1548"/>
- <point x="612" y="1652"/>
- <point x="760" y="1652" type="curve" smooth="yes"/>
- <point x="964" y="1652"/>
- <point x="1000" y="1468"/>
- <point x="1000" y="1272" type="curve" smooth="yes"/>
- <point x="1000" y="1096" type="line" smooth="yes"/>
- <point x="1000" y="896"/>
- <point x="968" y="720"/>
- <point x="760" y="720" type="curve" smooth="yes"/>
+ <point x="596.0" y="720.0" type="line"/>
+ <point x="596.0" y="344.0" type="line"/>
+ <point x="748.0" y="344.0" type="line" smooth="yes"/>
+ <point x="1212.0" y="344.0"/>
+ <point x="1468.0" y="668.0"/>
+ <point x="1468.0" y="1096.0" type="curve" smooth="yes"/>
+ <point x="1468.0" y="1272.0" type="line" smooth="yes"/>
+ <point x="1468.0" y="1704.0"/>
+ <point x="1212.0" y="2032.0"/>
+ <point x="752.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="2032.0"/>
+ <point x="100.0" y="1792.0"/>
+ <point x="100.0" y="1416.0" type="curve"/>
+ <point x="540.0" y="1416.0" type="line"/>
+ <point x="540.0" y="1548.0"/>
+ <point x="612.0" y="1652.0"/>
+ <point x="760.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1652.0"/>
+ <point x="1000.0" y="1468.0"/>
+ <point x="1000.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1096.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="896.0"/>
+ <point x="968.0" y="720.0"/>
+ <point x="760.0" y="720.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1012" y="720" type="line"/>
- <point x="548" y="720" type="line"/>
- <point x="548" y="0" type="line"/>
- <point x="1012" y="0" type="line"/>
+ <point x="1012.0" y="720.0" type="line"/>
+ <point x="548.0" y="720.0" type="line"/>
+ <point x="548.0" y="0.0" type="line"/>
+ <point x="1012.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 54, 'rightMargin': 44}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.23</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0242.glif b/src/Inter-UI-Black.ufo/glyphs/uni0242.glif
index 5b30b9c8a..936a1f032 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0242.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0242.glif
@@ -1,46 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0242" format="1">
- <advance width="1568"/>
+<glyph name="uni0242" format="2">
+ <advance width="1568.0"/>
<unicode hex="0242"/>
<outline>
<contour>
- <point x="156" y="944" type="curve" name="hr00"/>
- <point x="600" y="944" type="line"/>
- <point x="600" y="1080"/>
- <point x="672" y="1160"/>
- <point x="776" y="1160" type="curve" smooth="yes"/>
- <point x="932" y="1160"/>
- <point x="968" y="1056"/>
- <point x="968" y="936" type="curve" smooth="yes"/>
- <point x="968" y="812"/>
- <point x="924" y="684"/>
- <point x="724" y="684" type="curve" smooth="yes"/>
- <point x="628" y="684" type="line"/>
- <point x="628" y="444" type="line"/>
- <point x="872" y="444" type="line" smooth="yes"/>
- <point x="1184" y="444"/>
- <point x="1412" y="608"/>
- <point x="1412" y="944" type="curve" smooth="yes"/>
- <point x="1412" y="1248"/>
- <point x="1228" y="1516"/>
- <point x="776" y="1516" type="curve" smooth="yes"/>
- <point x="384" y="1516"/>
- <point x="156" y="1256"/>
+ <point x="156.0" y="944.0" type="curve"/>
+ <point x="600.0" y="944.0" type="line"/>
+ <point x="600.0" y="1080.0"/>
+ <point x="672.0" y="1160.0"/>
+ <point x="776.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="1160.0"/>
+ <point x="968.0" y="1056.0"/>
+ <point x="968.0" y="936.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="812.0"/>
+ <point x="924.0" y="684.0"/>
+ <point x="724.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="684.0" type="line"/>
+ <point x="628.0" y="444.0" type="line"/>
+ <point x="872.0" y="444.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="444.0"/>
+ <point x="1412.0" y="608.0"/>
+ <point x="1412.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1412.0" y="1248.0"/>
+ <point x="1228.0" y="1516.0"/>
+ <point x="776.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1516.0"/>
+ <point x="156.0" y="1256.0"/>
</contour>
<contour>
- <point x="564" y="684" type="line"/>
- <point x="564" y="0" type="line"/>
- <point x="1008" y="0" type="line"/>
- <point x="1008" y="684" type="line"/>
+ <point x="564.0" y="684.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
+ <point x="1008.0" y="0.0" type="line"/>
+ <point x="1008.0" y="684.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1458, 'leftMargin': 133, 'rightMargin': 71}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0243.glif b/src/Inter-UI-Black.ufo/glyphs/uni0243.glif
index befd9ac2a..9dd58f0cd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0243.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0243.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0243" format="1">
- <advance width="1992"/>
+<glyph name="uni0243" format="2">
+ <advance width="1992.0"/>
<unicode hex="0243"/>
+ <anchor x="1016.0" y="16.0" name="bottom"/>
+ <anchor x="1016.0" y="2216.0" name="top"/>
+ <anchor x="2036.0" y="2216.0" name="top0315"/>
<outline>
- <component base="B" xOffset="208"/>
- <component base="crossbar" xOffset="-92" yOffset="-400"/>
- <contour>
- <point x="1016" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2036" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="1016" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="B" xOffset="208.0"/>
+ <component base="crossbar" xOffset="-92.0" yOffset="-400.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1948, 'leftMargin': -20, 'rightMargin': 22}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0244.glif b/src/Inter-UI-Black.ufo/glyphs/uni0244.glif
index 78978af19..e9bc17708 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0244.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0244.glif
@@ -1,29 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0244" format="1">
- <advance width="2336"/>
+<glyph name="uni0244" format="2">
+ <advance width="2336.0"/>
<unicode hex="0244"/>
+ <anchor x="1168.0" y="0.0" name="bottom"/>
+ <anchor x="1168.0" y="2200.0" name="top"/>
+ <anchor x="2276.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="2220" y="1160" type="line"/>
- <point x="116" y="1160" type="line"/>
- <point x="116" y="896" type="line"/>
- <point x="2220" y="896" type="line"/>
+ <point x="2220.0" y="1160.0" type="line"/>
+ <point x="116.0" y="1160.0" type="line"/>
+ <point x="116.0" y="896.0" type="line"/>
+ <point x="2220.0" y="896.0" type="line"/>
</contour>
- <component base="U" xOffset="220"/>
<contour>
- <point x="1168" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1168" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2276" y="2200" type="move" name="top0315"/>
+ <point x="1564.0" y="2048.0" type="line"/>
+ <point x="1564.0" y="712.0" type="line" smooth="yes"/>
+ <point x="1564.0" y="512.0"/>
+ <point x="1420.0" y="388.0"/>
+ <point x="1200.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="388.0"/>
+ <point x="828.0" y="512.0"/>
+ <point x="828.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="2048.0" type="line"/>
+ <point x="364.0" y="2048.0" type="line"/>
+ <point x="364.0" y="696.0" type="line"/>
+ <point x="364.0" y="228.0"/>
+ <point x="704.0" y="-28.0"/>
+ <point x="1200.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1692.0" y="-28.0"/>
+ <point x="2028.0" y="228.0"/>
+ <point x="2028.0" y="696.0" type="curve"/>
+ <point x="2028.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2214, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0245.glif b/src/Inter-UI-Black.ufo/glyphs/uni0245.glif
index 510e00515..6af58f9bf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0245.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0245.glif
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0245" format="1">
- <advance width="2080"/>
+<glyph name="uni0245" format="2">
+ <advance width="2080.0"/>
<unicode hex="0245"/>
<outline>
<contour>
- <point x="1456" y="0" type="line"/>
- <point x="1968" y="0" type="line"/>
- <point x="1288" y="2004" type="line"/>
- <point x="952" y="2004" type="line"/>
- <point x="1020" y="1532" type="line"/>
+ <point x="1456.0" y="0.0" type="line"/>
+ <point x="1968.0" y="0.0" type="line"/>
+ <point x="1288.0" y="2004.0" type="line"/>
+ <point x="952.0" y="2004.0" type="line"/>
+ <point x="1020.0" y="1532.0" type="line"/>
</contour>
<contour>
- <point x="1060" y="1532" type="line"/>
- <point x="1128" y="2004" type="line"/>
- <point x="792" y="2004" type="line"/>
- <point x="112" y="0" type="line"/>
- <point x="624" y="0" type="line"/>
+ <point x="1060.0" y="1532.0" type="line"/>
+ <point x="1128.0" y="2004.0" type="line"/>
+ <point x="792.0" y="2004.0" type="line"/>
+ <point x="112.0" y="0.0" type="line"/>
+ <point x="624.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1856, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0246.glif b/src/Inter-UI-Black.ufo/glyphs/uni0246.glif
index 8c6fb10b6..a00aec691 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0246.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0246.glif
@@ -1,20 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0246" format="1">
- <advance width="1824"/>
+<glyph name="uni0246" format="2">
+ <advance width="1824.0"/>
<unicode hex="0246"/>
<outline>
<contour>
- <point x="568" y="-224" type="line"/>
- <point x="1388" y="2188" type="line"/>
- <point x="1160" y="2268" type="line"/>
- <point x="340" y="-144" type="line"/>
+ <point x="568.0" y="-224.0" type="line"/>
+ <point x="1388.0" y="2188.0" type="line"/>
+ <point x="1160.0" y="2268.0" type="line"/>
+ <point x="340.0" y="-144.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1512.0" y="384.0" type="line"/>
+ <point x="448.0" y="384.0" type="line"/>
+ <point x="448.0" y="0.0" type="line"/>
+ <point x="1512.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1372.0" y="1216.0" type="line"/>
+ <point x="448.0" y="1216.0" type="line"/>
+ <point x="448.0" y="832.0" type="line"/>
+ <point x="1372.0" y="832.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1512.0" y="2048.0" type="line"/>
+ <point x="448.0" y="2048.0" type="line"/>
+ <point x="448.0" y="1664.0" type="line"/>
+ <point x="1512.0" y="1664.0" type="line"/>
</contour>
- <component base="E"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1579, 'leftMargin': 212, 'rightMargin': -1}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0247.glif b/src/Inter-UI-Black.ufo/glyphs/uni0247.glif
index 0a2adb488..61aedb0dd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0247.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0247.glif
@@ -1,20 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0247" format="1">
- <advance width="1568"/>
+<glyph name="uni0247" format="2">
+ <advance width="1568.0"/>
<unicode hex="0247"/>
<outline>
<contour>
- <point x="1328" y="2048" type="line"/>
- <point x="1076" y="2048" type="line"/>
- <point x="248" y="-576" type="line"/>
- <point x="500" y="-576" type="line"/>
+ <point x="1328.0" y="2048.0" type="line"/>
+ <point x="1076.0" y="2048.0" type="line"/>
+ <point x="248.0" y="-576.0" type="line"/>
+ <point x="500.0" y="-576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="852.0" y="-28.0" type="curve"/>
+ <point x="1292.0" y="-28.0"/>
+ <point x="1480.0" y="232.0"/>
+ <point x="1528.0" y="432.0" type="curve"/>
+ <point x="1124.0" y="540.0" type="line"/>
+ <point x="1092.0" y="448.0"/>
+ <point x="1032.0" y="340.0"/>
+ <point x="848.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="340.0"/>
+ <point x="528.0" y="504.0"/>
+ <point x="528.0" y="744.0" type="curve"/>
+ <point x="528.0" y="1020.0"/>
+ <point x="632.0" y="1192.0"/>
+ <point x="836.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1192.0"/>
+ <point x="1112.0" y="1080.0"/>
+ <point x="1112.0" y="936.0" type="curve"/>
+ <point x="268.0" y="936.0" type="line"/>
+ <point x="268.0" y="640.0" type="line"/>
+ <point x="1540.0" y="640.0" type="line"/>
+ <point x="1540.0" y="832.0" type="line" smooth="yes"/>
+ <point x="1540.0" y="1288.0"/>
+ <point x="1264.0" y="1556.0"/>
+ <point x="840.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1556.0"/>
+ <point x="96.0" y="1212.0"/>
+ <point x="96.0" y="744.0" type="curve"/>
+ <point x="96.0" y="260.0"/>
+ <point x="384.0" y="-28.0"/>
</contour>
- <component base="e"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1530, 'leftMargin': 89, 'rightMargin': 61}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0248.glif b/src/Inter-UI-Black.ufo/glyphs/uni0248.glif
index c163e0381..3ce9f214a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0248.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0248.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0248" format="1">
- <advance width="1824"/>
+<glyph name="uni0248" format="2">
+ <advance width="1824.0"/>
<unicode hex="0248"/>
+ <anchor x="780.0" y="-16.0" name="bottom"/>
+ <anchor x="1256.0" y="2200.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
<outline>
- <component base="J" xOffset="60"/>
- <component base="crossbar" xOffset="548"/>
- <contour>
- <point x="1256" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1772" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="780" y="-16" type="move" name="bottom"/>
- </contour>
+ <component base="J" xOffset="60.0"/>
+ <component base="crossbar" xOffset="548.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1697, 'leftMargin': 52, 'rightMargin': 74}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0249.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni0249.ccmp.glif
index 790498f2c..5d73c0b6c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0249.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0249.ccmp.glif
@@ -1,30 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0249.ccmp" format="1">
- <advance width="1128"/>
+<glyph name="uni0249.ccmp" format="2">
+ <advance width="1128.0"/>
+ <anchor x="420.0" y="-632.0" name="bottom"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessj" xOffset="28"/>
- <component base="crossbar" xOffset="-72" yOffset="-160"/>
- <contour>
- <point x="420" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="972" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="420" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessj" xOffset="28.0"/>
+ <component base="crossbar" xOffset="-72.0" yOffset="-160.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1095, 'leftMargin': 38, 'rightMargin': 65}</string>
+ <key>public.markColor</key>
+ <string>0.894,0.318,0.69,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0249.glif b/src/Inter-UI-Black.ufo/glyphs/uni0249.glif
index 3ce9dca9e..5447799db 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0249.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0249.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0249" format="1">
- <advance width="1124"/>
+<glyph name="uni0249" format="2">
+ <advance width="1124.0"/>
<unicode hex="0249"/>
+ <anchor x="380.0" y="-632.0" name="bottom"/>
+ <anchor x="428.0" y="2200.0" name="top"/>
+ <anchor x="948.0" y="2200.0" name="top0315"/>
<outline>
- <component base="j" xOffset="28"/>
- <component base="crossbar" xOffset="-76" yOffset="-244"/>
- <contour>
- <point x="428" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="948" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="380" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="j" xOffset="28.0"/>
+ <component base="crossbar" xOffset="-76.0" yOffset="-244.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1096, 'leftMargin': 30, 'rightMargin': 74}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni024C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni024C_.glif
index 5eaf603fe..14b68dcdf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni024C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni024C_.glif
@@ -1,51 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni024C" format="1">
- <advance width="1796"/>
+<glyph name="uni024C" format="2">
+ <advance width="1796.0"/>
<unicode hex="024C"/>
+ <anchor x="960.0" y="16.0" name="bottom"/>
+ <anchor x="932.0" y="2200.0" name="top"/>
+ <anchor x="2036.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="144" y="2048" type="line" name="hr00"/>
- <point x="144" y="0" type="line"/>
- <point x="608" y="0" type="line"/>
- <point x="608" y="1664" type="line"/>
- <point x="932" y="1664" type="line" smooth="yes"/>
- <point x="1100" y="1664"/>
- <point x="1208" y="1572"/>
- <point x="1208" y="1396" type="curve" smooth="yes"/>
- <point x="1208" y="1216"/>
- <point x="1096" y="1132"/>
- <point x="932" y="1132" type="curve" smooth="yes"/>
- <point x="0" y="1132" type="line"/>
- <point x="0" y="752" type="line"/>
- <point x="1088" y="752" type="line"/>
- <point x="1240" y="792" type="line"/>
- <point x="1480" y="888"/>
- <point x="1668" y="1076"/>
- <point x="1668" y="1408" type="curve" smooth="yes"/>
- <point x="1668" y="1808"/>
- <point x="1416" y="2048"/>
- <point x="932" y="2048" type="curve" smooth="yes"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1664.0" type="line"/>
+ <point x="932.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="1100.0" y="1664.0"/>
+ <point x="1208.0" y="1572.0"/>
+ <point x="1208.0" y="1396.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="1216.0"/>
+ <point x="1096.0" y="1132.0"/>
+ <point x="932.0" y="1132.0" type="curve" smooth="yes"/>
+ <point x="0.0" y="1132.0" type="line"/>
+ <point x="0.0" y="752.0" type="line"/>
+ <point x="1088.0" y="752.0" type="line"/>
+ <point x="1240.0" y="792.0" type="line"/>
+ <point x="1480.0" y="888.0"/>
+ <point x="1668.0" y="1076.0"/>
+ <point x="1668.0" y="1408.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="1808.0"/>
+ <point x="1416.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1244" y="0" type="line"/>
- <point x="1752" y="0" type="line"/>
- <point x="1288" y="932" type="line"/>
- <point x="788" y="932" type="line"/>
- </contour>
- <contour>
- <point x="932" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="960" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2036" y="2200" type="move" name="top0315"/>
+ <point x="1244.0" y="0.0" type="line"/>
+ <point x="1752.0" y="0.0" type="line"/>
+ <point x="1288.0" y="932.0" type="line"/>
+ <point x="788.0" y="932.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1920, 'leftMargin': 28, 'rightMargin': 68}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.20</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni024D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni024D_.glif
index 837a4913e..be623eea7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni024D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni024D_.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni024D" format="1">
- <advance width="1312"/>
+<glyph name="uni024D" format="2">
+ <advance width="1312.0"/>
<unicode hex="024D"/>
+ <anchor x="548.0" y="16.0" name="bottom"/>
+ <anchor x="696.0" y="1776.0" name="top"/>
+ <anchor x="1244.0" y="1776.0" name="top0315"/>
<outline>
- <component base="r" xOffset="172"/>
- <component base="crossbar" xOffset="-120" yOffset="-316"/>
- <contour>
- <point x="696" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1244" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="548" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="r" xOffset="172.0"/>
+ <component base="crossbar" xOffset="-120.0" yOffset="-316.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1180, 'leftMargin': -20, 'rightMargin': -29}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni024E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni024E_.glif
index f73eae8e3..d4d70d88a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni024E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni024E_.glif
@@ -1,29 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni024E" format="1">
- <advance width="2152"/>
+<glyph name="uni024E" format="2">
+ <advance width="2152.0"/>
<unicode hex="024E"/>
+ <anchor x="992.0" y="64.0" name="bottom"/>
+ <anchor x="992.0" y="2200.0" name="top"/>
+ <anchor x="2024.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="2052" y="1620" type="line"/>
- <point x="100" y="1620" type="line"/>
- <point x="100" y="1388" type="line"/>
- <point x="2052" y="1388" type="line"/>
+ <point x="2052.0" y="1620.0" type="line"/>
+ <point x="100.0" y="1620.0" type="line"/>
+ <point x="100.0" y="1388.0" type="line"/>
+ <point x="2052.0" y="1388.0" type="line"/>
</contour>
- <component base="Y"/>
<contour>
- <point x="992" y="2200" type="move" name="top"/>
+ <point x="568.0" y="2048.0" type="line"/>
+ <point x="64.0" y="2048.0" type="line"/>
+ <point x="844.0" y="780.0" type="line"/>
+ <point x="844.0" y="0.0" type="line"/>
+ <point x="1308.0" y="0.0" type="line"/>
+ <point x="1308.0" y="780.0" type="line"/>
+ <point x="2088.0" y="2048.0" type="line"/>
+ <point x="1584.0" y="2048.0" type="line"/>
+ <point x="1076.0" y="1160.0" type="line"/>
</contour>
<contour>
- <point x="992" y="64" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2024" y="2200" type="move" name="top0315"/>
+ <point x="1052.0" y="1132.0" type="line"/>
+ <point x="1100.0" y="1132.0" type="line"/>
+ <point x="1100.0" y="1180.0" type="line"/>
+ <point x="1052.0" y="1180.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2064, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni024F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni024F_.glif
index a936bcaba..38e9d0450 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni024F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni024F_.glif
@@ -1,32 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni024F" format="1">
- <advance width="1824"/>
+<glyph name="uni024F" format="2">
+ <advance width="1824.0"/>
<unicode hex="024F"/>
+ <anchor x="1328.0" y="-128.0" name="bottom"/>
+ <anchor x="916.0" y="1776.0" name="top"/>
+ <anchor x="1744.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1692" y="1024" type="line" name="hr00"/>
- <point x="136" y="1024" type="line"/>
- <point x="136" y="804" type="line"/>
- <point x="1692" y="804" type="line"/>
+ <point x="1692.0" y="1024.0" type="line"/>
+ <point x="136.0" y="1024.0" type="line"/>
+ <point x="136.0" y="804.0" type="line"/>
+ <point x="1692.0" y="804.0" type="line"/>
</contour>
- <component base="y" xOffset="180"/>
<contour>
- <point x="916" y="1776" type="move" name="top"/>
+ <point x="772.0" y="-24.0" type="line" smooth="yes"/>
+ <point x="712.0" y="-184.0"/>
+ <point x="676.0" y="-264.0"/>
+ <point x="476.0" y="-204.0" type="curve"/>
+ <point x="376.0" y="-556.0" type="line"/>
+ <point x="452.0" y="-584.0"/>
+ <point x="520.0" y="-600.0"/>
+ <point x="608.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="-600.0"/>
+ <point x="1092.0" y="-372.0"/>
+ <point x="1148.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1792.0" y="1536.0" type="line"/>
+ <point x="1320.0" y="1536.0" type="line"/>
+ <point x="1000.0" y="552.0" type="line"/>
+ <point x="812.0" y="84.0" type="line"/>
</contour>
<contour>
- <point x="1328" y="-128" type="move" name="bottom"/>
+ <point x="708.0" y="1536.0" type="line"/>
+ <point x="236.0" y="1536.0" type="line"/>
+ <point x="796.0" y="4.0" type="line"/>
+ <point x="1148.0" y="192.0" type="line"/>
</contour>
<contour>
- <point x="1744" y="1776" type="move" name="top0315"/>
+ <point x="996.0" y="588.0" type="line"/>
+ <point x="1036.0" y="588.0" type="line"/>
+ <point x="1036.0" y="624.0" type="line"/>
+ <point x="996.0" y="624.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1665, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0268.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni0268.ccmp.glif
index adac7ae6a..e791037d8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0268.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0268.ccmp.glif
@@ -1,30 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0268.ccmp" format="1">
- <advance width="1312"/>
+<glyph name="uni0268.ccmp" format="2">
+ <advance width="1312.0"/>
+ <anchor x="692.0" y="16.0" name="bottom"/>
+ <anchor x="704.0" y="1744.0" name="top"/>
+ <anchor x="1228.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="292"/>
- <component base="crossbar" yOffset="-160"/>
- <contour>
- <point x="704" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1228" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="692" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="292.0"/>
+ <component base="crossbar" yOffset="-160.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1046, 'leftMargin': -20, 'rightMargin': 74}</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0299.glif b/src/Inter-UI-Black.ufo/glyphs/uni0299.glif
new file mode 100644
index 000000000..6b0c27e92
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0299.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0299" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="0299"/>
+ <anchor x="812.0" y="1744.0" name="parent_top"/>
+ <anchor x="812.0" y="1744.0" name="top"/>
+ <anchor x="1656.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="vecyrillic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni029C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni029C_.glif
new file mode 100644
index 000000000..36808320d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni029C_.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni029C" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="029C"/>
+ <anchor x="784.0" y="1744.0" name="parent_top"/>
+ <anchor x="784.0" y="1744.0" name="top"/>
+ <anchor x="1576.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="encyrillic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni029D_.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni029D_.ccmp.glif
index 955823b7d..7df3a2b2a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni029D_.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni029D_.ccmp.glif
@@ -1,55 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni029D.ccmp" format="1">
- <advance width="1568"/>
+<glyph name="uni029D.ccmp" format="2">
+ <advance width="1568.0"/>
+ <anchor x="896.0" y="-632.0" name="bottom"/>
+ <anchor x="912.0" y="1744.0" name="top"/>
+ <anchor x="896.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1508" y="172" type="line"/>
- <point x="536" y="172" type="line" smooth="yes"/>
- <point x="228" y="172"/>
- <point x="64" y="24"/>
- <point x="64" y="-208" type="curve" smooth="yes"/>
- <point x="64" y="-440"/>
- <point x="228" y="-600"/>
- <point x="576" y="-600" type="curve" smooth="yes"/>
- <point x="1008" y="-600"/>
- <point x="1132" y="-352"/>
- <point x="1132" y="-52" type="curve" smooth="yes"/>
- <point x="1132" y="344" type="line"/>
- <point x="688" y="344" type="line"/>
- <point x="688" y="-168" type="line" smooth="yes"/>
- <point x="688" y="-264"/>
- <point x="660" y="-324"/>
- <point x="568" y="-324" type="curve" smooth="yes"/>
- <point x="504" y="-324"/>
- <point x="444" y="-296"/>
- <point x="444" y="-220" type="curve" smooth="yes"/>
- <point x="444" y="-156"/>
- <point x="500" y="-124"/>
- <point x="584" y="-124" type="curve" smooth="yes"/>
- <point x="1508" y="-124" type="line"/>
+ <point x="552.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="-600.0"/>
+ <point x="1120.0" y="-375.0"/>
+ <point x="1120.0" y="-144.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="344.0" type="line"/>
+ <point x="656.0" y="344.0" type="line"/>
+ <point x="656.0" y="-168.0" type="line" smooth="yes"/>
+ <point x="656.0" y="-264.0"/>
+ <point x="636.0" y="-324.0"/>
+ <point x="544.0" y="-328.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="-331.0"/>
+ <point x="424.0" y="-288.0"/>
+ <point x="424.0" y="-224.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="-156.0"/>
+ <point x="476.0" y="-128.0"/>
+ <point x="560.0" y="-128.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="-128.0" type="line"/>
+ <point x="1488.0" y="176.0" type="line"/>
+ <point x="512.0" y="176.0" type="line" smooth="yes"/>
+ <point x="204.0" y="176.0"/>
+ <point x="40.0" y="24.0"/>
+ <point x="40.0" y="-208.0" type="curve" smooth="yes"/>
+ <point x="40.0" y="-440.0"/>
+ <point x="204.0" y="-600.0"/>
</contour>
- <component base="dotlessi" xOffset="496"/>
<contour>
- <point x="912" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="896" y="-632" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1536" y="1744" type="move" name="top0315"/>
+ <point x="1116.0" y="1536.0" type="line"/>
+ <point x="656.0" y="1536.0" type="line"/>
+ <point x="656.0" y="0.0" type="line"/>
+ <point x="1116.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1513, 'leftMargin': 41, 'rightMargin': 28}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:57:44</string>
+ <key>public.markColor</key>
+ <string>0.894,0.271,0.843,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02AB__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02AB__.glif
deleted file mode 100644
index a28f74bc8..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02AB__.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02AB" format="1">
- <advance width="2184"/>
- <unicode hex="02AB"/>
- <outline>
- <contour>
- <point x="2040" y="360" type="line"/>
- <point x="896" y="360" type="line"/>
- <point x="896" y="0" type="line"/>
- <point x="2040" y="0" type="line"/>
- </contour>
- <contour>
- <point x="2024" y="1276" type="line"/>
- <point x="2024" y="1536" type="line"/>
- <point x="1720" y="1536" type="line"/>
- <point x="784" y="260" type="line"/>
- <point x="784" y="0" type="line"/>
- <point x="1088" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1876" y="1536" type="line"/>
- <point x="364" y="1536" type="line"/>
- <point x="364" y="1176" type="line"/>
- <point x="1876" y="1176" type="line"/>
- </contour>
- <component base="l"/>
- <contour>
- <point x="1172.0" y="2200.0" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1172.0" y="0.0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1984.0" y="2200.0" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1955, 'leftMargin': 161, 'rightMargin': 96}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02AC__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02AC__.glif
deleted file mode 100644
index 335497e9a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02AC__.glif
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02AC" format="1">
- <advance width="1568"/>
- <unicode hex="02AC"/>
- <outline>
- <contour>
- <point x="480" y="1424" type="line"/>
- <point x="456" y="1200" type="line"/>
- <point x="628" y="1200" type="line"/>
- <point x="836" y="1764" type="line"/>
- <point x="892" y="2004" type="line"/>
- <point x="672" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="472" y="2004" type="line"/>
- <point x="176" y="2004" type="line"/>
- <point x="388" y="1200" type="line"/>
- <point x="600" y="1200" type="line"/>
- <point x="588" y="1428" type="line"/>
- </contour>
- <contour>
- <point x="980" y="1432" type="line"/>
- <point x="972" y="1200" type="line"/>
- <point x="1180" y="1200" type="line"/>
- <point x="1392" y="2004" type="line"/>
- <point x="1096" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="892" y="2004" type="line"/>
- <point x="680" y="2004" type="line"/>
- <point x="736" y="1760" type="line"/>
- <point x="940" y="1200" type="line"/>
- <point x="1116" y="1200" type="line"/>
- <point x="1092" y="1428" type="line"/>
- </contour>
- <contour>
- <point x="480" y="228" type="line"/>
- <point x="456" y="0" type="line"/>
- <point x="628" y="0" type="line"/>
- <point x="836" y="564" type="line"/>
- <point x="892" y="804" type="line"/>
- <point x="672" y="804" type="line"/>
- </contour>
- <contour>
- <point x="472" y="804" type="line"/>
- <point x="176" y="804" type="line"/>
- <point x="388" y="0" type="line"/>
- <point x="600" y="0" type="line"/>
- <point x="588" y="232" type="line"/>
- </contour>
- <contour>
- <point x="980" y="236" type="line"/>
- <point x="972" y="0" type="line"/>
- <point x="1180" y="0" type="line"/>
- <point x="1392" y="804" type="line"/>
- <point x="1096" y="804" type="line"/>
- </contour>
- <contour>
- <point x="892" y="804" type="line"/>
- <point x="680" y="804" type="line"/>
- <point x="736" y="564" type="line"/>
- <point x="940" y="0" type="line"/>
- <point x="1116" y="0" type="line"/>
- <point x="1092" y="228" type="line"/>
- </contour>
- <contour>
- <point x="788" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1504" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1438, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02A_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02A_B_.glif
new file mode 100644
index 000000000..8e10c6a2f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02A_B_.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02AB" format="2">
+ <advance width="2184.0"/>
+ <unicode hex="02AB"/>
+ <anchor x="1172.0" y="0.0" name="bottom"/>
+ <anchor x="1172.0" y="2200.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2040.0" y="360.0" type="line"/>
+ <point x="896.0" y="360.0" type="line"/>
+ <point x="896.0" y="0.0" type="line"/>
+ <point x="2040.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2024.0" y="1276.0" type="line"/>
+ <point x="2024.0" y="1536.0" type="line"/>
+ <point x="1720.0" y="1536.0" type="line"/>
+ <point x="784.0" y="260.0" type="line"/>
+ <point x="784.0" y="0.0" type="line"/>
+ <point x="1088.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1876.0" y="1536.0" type="line"/>
+ <point x="364.0" y="1536.0" type="line"/>
+ <point x="364.0" y="1176.0" type="line"/>
+ <point x="1876.0" y="1176.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="2048.0" type="line"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02A_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02A_C_.glif
new file mode 100644
index 000000000..b4aa16e5f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02A_C_.glif
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02AC" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="02AC"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="788.0" y="2200.0" name="top"/>
+ <anchor x="1504.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="480.0" y="1424.0" type="line"/>
+ <point x="456.0" y="1200.0" type="line"/>
+ <point x="628.0" y="1200.0" type="line"/>
+ <point x="836.0" y="1764.0" type="line"/>
+ <point x="892.0" y="2004.0" type="line"/>
+ <point x="672.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="472.0" y="2004.0" type="line"/>
+ <point x="176.0" y="2004.0" type="line"/>
+ <point x="388.0" y="1200.0" type="line"/>
+ <point x="600.0" y="1200.0" type="line"/>
+ <point x="588.0" y="1428.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="980.0" y="1432.0" type="line"/>
+ <point x="972.0" y="1200.0" type="line"/>
+ <point x="1180.0" y="1200.0" type="line"/>
+ <point x="1392.0" y="2004.0" type="line"/>
+ <point x="1096.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="892.0" y="2004.0" type="line"/>
+ <point x="680.0" y="2004.0" type="line"/>
+ <point x="736.0" y="1760.0" type="line"/>
+ <point x="940.0" y="1200.0" type="line"/>
+ <point x="1116.0" y="1200.0" type="line"/>
+ <point x="1092.0" y="1428.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="480.0" y="228.0" type="line"/>
+ <point x="456.0" y="0.0" type="line"/>
+ <point x="628.0" y="0.0" type="line"/>
+ <point x="836.0" y="564.0" type="line"/>
+ <point x="892.0" y="804.0" type="line"/>
+ <point x="672.0" y="804.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="472.0" y="804.0" type="line"/>
+ <point x="176.0" y="804.0" type="line"/>
+ <point x="388.0" y="0.0" type="line"/>
+ <point x="600.0" y="0.0" type="line"/>
+ <point x="588.0" y="232.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="980.0" y="236.0" type="line"/>
+ <point x="972.0" y="0.0" type="line"/>
+ <point x="1180.0" y="0.0" type="line"/>
+ <point x="1392.0" y="804.0" type="line"/>
+ <point x="1096.0" y="804.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="892.0" y="804.0" type="line"/>
+ <point x="680.0" y="804.0" type="line"/>
+ <point x="736.0" y="564.0" type="line"/>
+ <point x="940.0" y="0.0" type="line"/>
+ <point x="1116.0" y="0.0" type="line"/>
+ <point x="1092.0" y="228.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02B2_.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni02B2_.ccmp.glif
deleted file mode 100644
index 8b099cef0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02B2_.ccmp.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02B2.ccmp" format="1">
- <advance width="800"/>
- <outline>
- <contour>
- <point x="376" y="2016" type="line"/>
- <point x="376" y="896" type="line" smooth="yes"/>
- <point x="376" y="788"/>
- <point x="304" y="736"/>
- <point x="216" y="736" type="curve" smooth="yes"/>
- <point x="180" y="736"/>
- <point x="152" y="740"/>
- <point x="120" y="744" type="curve"/>
- <point x="120" y="488" type="line"/>
- <point x="176" y="476"/>
- <point x="220" y="472"/>
- <point x="276" y="472" type="curve" smooth="yes"/>
- <point x="528" y="472"/>
- <point x="684" y="616"/>
- <point x="684" y="896" type="curve" smooth="yes"/>
- <point x="684" y="2016" type="line"/>
- </contour>
- <contour>
- <point x="536" y="2268" type="move" name="top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 784, 'leftMargin': 55, 'rightMargin': 164}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02B_2.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni02B_2.ccmp.glif
new file mode 100644
index 000000000..cc708aa11
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02B_2.ccmp.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02B2.ccmp" format="2">
+ <advance width="800.0"/>
+ <anchor x="536.0" y="2268.0" name="top"/>
+ <outline>
+ <contour>
+ <point x="376.0" y="2016.0" type="line"/>
+ <point x="376.0" y="896.0" type="line" smooth="yes"/>
+ <point x="376.0" y="788.0"/>
+ <point x="304.0" y="736.0"/>
+ <point x="216.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="180.0" y="736.0"/>
+ <point x="152.0" y="740.0"/>
+ <point x="120.0" y="744.0" type="curve"/>
+ <point x="120.0" y="488.0" type="line"/>
+ <point x="176.0" y="476.0"/>
+ <point x="220.0" y="472.0"/>
+ <point x="276.0" y="472.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="472.0"/>
+ <point x="684.0" y="616.0"/>
+ <point x="684.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="2016.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02EA__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02EA__.glif
deleted file mode 100644
index e1095ac12..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02EA__.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02EA" format="1">
- <advance width="1312"/>
- <unicode hex="02EA"/>
- <outline>
- <contour>
- <point x="1148" y="360" type="line"/>
- <point x="444" y="360" type="line"/>
- <point x="444" y="0" type="line"/>
- <point x="1148" y="0" type="line"/>
- </contour>
- <contour>
- <point x="612" y="1248" type="line"/>
- <point x="168" y="1248" type="line"/>
- <point x="168" y="0" type="line"/>
- <point x="612" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1235, 'leftMargin': 168, 'rightMargin': 88}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02EB__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02EB__.glif
deleted file mode 100644
index a89029d29..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02EB__.glif
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02EB" format="1">
- <advance width="1312"/>
- <unicode hex="02EB"/>
- <outline>
- <contour>
- <point x="1148" y="804" type="line"/>
- <point x="444" y="804" type="line"/>
- <point x="444" y="444" type="line"/>
- <point x="1148" y="444" type="line"/>
- </contour>
- <contour>
- <point x="612" y="1248" type="line"/>
- <point x="168" y="1248" type="line"/>
- <point x="168" y="0" type="line"/>
- <point x="612" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>624.25</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1235, 'leftMargin': 168, 'rightMargin': 88}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02EC__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02EC__.glif
deleted file mode 100644
index 5fb3d66f4..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02EC__.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02EC" format="1">
- <advance width="1568"/>
- <unicode hex="02EC"/>
- <outline>
- <contour>
- <point x="584" y="-184" type="line"/>
- <point x="204" y="-184" type="line"/>
- <point x="204" y="-196" type="line"/>
- <point x="644" y="-588" type="line"/>
- <point x="928" y="-588" type="line"/>
- <point x="1364" y="-196" type="line"/>
- <point x="1364" y="-184" type="line"/>
- <point x="988" y="-184" type="line"/>
- <point x="784" y="-368" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1326, 'leftMargin': 83, 'rightMargin': 83}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02ED__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02ED__.glif
deleted file mode 100644
index 3f85997d8..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02ED__.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02ED" format="1">
- <advance width="1312"/>
- <unicode hex="02ED"/>
- <outline>
- <contour>
- <point x="1112" y="2176" type="line"/>
- <point x="200" y="2176" type="line"/>
- <point x="200" y="1920" type="line"/>
- <point x="1112" y="1920" type="line"/>
- </contour>
- <contour>
- <point x="1112" y="1832" type="line"/>
- <point x="200" y="1832" type="line"/>
- <point x="200" y="1576" type="line"/>
- <point x="1112" y="1576" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1132, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02EF__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02EF__.glif
deleted file mode 100644
index 215581824..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02EF__.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02EF" format="1">
- <advance width="1056"/>
- <unicode hex="02EF"/>
- <outline>
- <contour>
- <point x="520" y="-472" type="line"/>
- <point x="584" y="-760" type="line"/>
- <point x="424" y="-760" type="line"/>
- <point x="164" y="-100" type="line"/>
- <point x="380" y="-100" type="line"/>
- </contour>
- <contour>
- <point x="680" y="-100" type="line"/>
- <point x="892" y="-100" type="line"/>
- <point x="632" y="-760" type="line"/>
- <point x="476" y="-760" type="line"/>
- <point x="536" y="-472" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 949, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02E_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02E_A_.glif
new file mode 100644
index 000000000..ae92bf2ea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02E_A_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02EA" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="02EA"/>
+ <outline>
+ <contour>
+ <point x="1148.0" y="360.0" type="line"/>
+ <point x="444.0" y="360.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
+ <point x="1148.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="612.0" y="1248.0" type="line"/>
+ <point x="168.0" y="1248.0" type="line"/>
+ <point x="168.0" y="0.0" type="line"/>
+ <point x="612.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02E_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02E_B_.glif
new file mode 100644
index 000000000..d7bc6e59a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02E_B_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02EB" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="02EB"/>
+ <guideline y="624.25"/>
+ <outline>
+ <contour>
+ <point x="1148.0" y="804.0" type="line"/>
+ <point x="444.0" y="804.0" type="line"/>
+ <point x="444.0" y="444.0" type="line"/>
+ <point x="1148.0" y="444.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="612.0" y="1248.0" type="line"/>
+ <point x="168.0" y="1248.0" type="line"/>
+ <point x="168.0" y="0.0" type="line"/>
+ <point x="612.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02E_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02E_C_.glif
new file mode 100644
index 000000000..ae2b5b047
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02E_C_.glif
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02EC" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="02EC"/>
+ <outline>
+ <contour>
+ <point x="584.0" y="-184.0" type="line"/>
+ <point x="204.0" y="-184.0" type="line"/>
+ <point x="204.0" y="-196.0" type="line"/>
+ <point x="644.0" y="-588.0" type="line"/>
+ <point x="928.0" y="-588.0" type="line"/>
+ <point x="1364.0" y="-196.0" type="line"/>
+ <point x="1364.0" y="-184.0" type="line"/>
+ <point x="988.0" y="-184.0" type="line"/>
+ <point x="784.0" y="-368.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02E_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02E_D_.glif
new file mode 100644
index 000000000..b35b07d10
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02E_D_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02ED" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="02ED"/>
+ <outline>
+ <contour>
+ <point x="1112.0" y="2176.0" type="line"/>
+ <point x="200.0" y="2176.0" type="line"/>
+ <point x="200.0" y="1920.0" type="line"/>
+ <point x="1112.0" y="1920.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1112.0" y="1832.0" type="line"/>
+ <point x="200.0" y="1832.0" type="line"/>
+ <point x="200.0" y="1576.0" type="line"/>
+ <point x="1112.0" y="1576.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02E_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02E_F_.glif
new file mode 100644
index 000000000..73d330285
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02E_F_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02EF" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02EF"/>
+ <outline>
+ <contour>
+ <point x="520.0" y="-472.0" type="line"/>
+ <point x="584.0" y="-760.0" type="line"/>
+ <point x="424.0" y="-760.0" type="line"/>
+ <point x="164.0" y="-100.0" type="line"/>
+ <point x="380.0" y="-100.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="680.0" y="-100.0" type="line"/>
+ <point x="892.0" y="-100.0" type="line"/>
+ <point x="632.0" y="-760.0" type="line"/>
+ <point x="476.0" y="-760.0" type="line"/>
+ <point x="536.0" y="-472.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F0_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F0_.glif
deleted file mode 100644
index 946d969ba..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F0_.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F0" format="1">
- <advance width="1056"/>
- <unicode hex="02F0"/>
- <outline>
- <contour>
- <point x="520" y="-384" type="line"/>
- <point x="584" y="-100" type="line"/>
- <point x="424" y="-100" type="line"/>
- <point x="164" y="-760" type="line"/>
- <point x="380" y="-760" type="line"/>
- </contour>
- <contour>
- <point x="680" y="-760" type="line"/>
- <point x="892" y="-760" type="line"/>
- <point x="632" y="-100" type="line"/>
- <point x="476" y="-100" type="line"/>
- <point x="536" y="-384" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 947, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F1_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F1_.glif
deleted file mode 100644
index fe25c5866..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F1_.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F1" format="1">
- <advance width="1056"/>
- <unicode hex="02F1"/>
- <outline>
- <contour>
- <point x="476" y="-432" type="line"/>
- <point x="156" y="-372" type="line"/>
- <point x="156" y="-520" type="line"/>
- <point x="900" y="-760" type="line"/>
- <point x="900" y="-560" type="line"/>
- </contour>
- <contour>
- <point x="900" y="-284" type="line"/>
- <point x="900" y="-84" type="line"/>
- <point x="156" y="-328" type="line"/>
- <point x="156" y="-472" type="line"/>
- <point x="476" y="-416" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 963, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F2_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F2_.glif
deleted file mode 100644
index 7093935cc..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F2_.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F2" format="1">
- <advance width="1056"/>
- <unicode hex="02F2"/>
- <outline>
- <contour>
- <point x="580" y="-432" type="line"/>
- <point x="900" y="-372" type="line"/>
- <point x="900" y="-520" type="line"/>
- <point x="156" y="-760" type="line"/>
- <point x="156" y="-560" type="line"/>
- </contour>
- <contour>
- <point x="156" y="-284" type="line"/>
- <point x="156" y="-84" type="line"/>
- <point x="900" y="-328" type="line"/>
- <point x="900" y="-472" type="line"/>
- <point x="580" y="-416" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 963, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F3_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F3_.glif
deleted file mode 100644
index d36aaa908..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F3_.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F3" format="1">
- <advance width="1056"/>
- <unicode hex="02F3"/>
- <outline>
- <contour>
- <point x="268" y="-308" type="curve" smooth="yes"/>
- <point x="268" y="-444"/>
- <point x="380" y="-544"/>
- <point x="532" y="-544" type="curve" smooth="yes"/>
- <point x="676" y="-544"/>
- <point x="792" y="-448"/>
- <point x="792" y="-308" type="curve" smooth="yes"/>
- <point x="792" y="-176"/>
- <point x="676" y="-72"/>
- <point x="532" y="-72" type="curve" smooth="yes"/>
- <point x="380" y="-72"/>
- <point x="268" y="-176"/>
- </contour>
- <contour>
- <point x="432" y="-308" type="curve" smooth="yes"/>
- <point x="432" y="-252"/>
- <point x="472" y="-212"/>
- <point x="532" y="-212" type="curve" smooth="yes"/>
- <point x="584" y="-212"/>
- <point x="624" y="-252"/>
- <point x="624" y="-308" type="curve" smooth="yes"/>
- <point x="624" y="-368"/>
- <point x="584" y="-408"/>
- <point x="532" y="-408" type="curve" smooth="yes"/>
- <point x="472" y="-408"/>
- <point x="432" y="-368"/>
- </contour>
- <contour>
- <point x="536" y="0" type="move" name="_bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 909, 'leftMargin': 208, 'rightMargin': 177}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F4_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F4_.glif
deleted file mode 100644
index ecdf60423..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F4_.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F4" format="1">
- <advance width="1056"/>
- <unicode hex="02F4"/>
- <outline>
- <component base="grave" yOffset="-1404"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 972, 'leftMargin': 155, 'rightMargin': 73}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F5_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F5_.glif
deleted file mode 100644
index 896744209..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F5_.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F5" format="1">
- <advance width="1824"/>
- <unicode hex="02F5"/>
- <outline>
- <component base="grave" xOffset="40" yOffset="-1404"/>
- <component base="grave" xOffset="728" yOffset="-1404"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1660, 'leftMargin': 155, 'rightMargin': 73}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F6_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F6_.glif
deleted file mode 100644
index 6f765a1c9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F6_.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F6" format="1">
- <advance width="1568"/>
- <unicode hex="02F6"/>
- <outline>
- <component base="acute" xOffset="-76" yOffset="-1404"/>
- <component base="acute" xOffset="612" yOffset="-1404"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1660, 'leftMargin': 101, 'rightMargin': 128}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F7_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F7_.glif
deleted file mode 100644
index a6f56e733..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F7_.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F7" format="1">
- <advance width="1312"/>
- <unicode hex="02F7"/>
- <outline>
- <contour>
- <point x="936" y="-176" type="line"/>
- <point x="936" y="-260"/>
- <point x="884" y="-300"/>
- <point x="824" y="-300" type="curve" smooth="yes"/>
- <point x="692" y="-300"/>
- <point x="588" y="-184"/>
- <point x="444" y="-184" type="curve" smooth="yes"/>
- <point x="260" y="-184"/>
- <point x="128" y="-364"/>
- <point x="128" y="-560" type="curve"/>
- <point x="380" y="-572" type="line"/>
- <point x="380" y="-492"/>
- <point x="428" y="-452"/>
- <point x="488" y="-452" type="curve" smooth="yes"/>
- <point x="628" y="-452"/>
- <point x="696" y="-564"/>
- <point x="868" y="-564" type="curve" smooth="yes"/>
- <point x="1052" y="-564"/>
- <point x="1184" y="-392"/>
- <point x="1184" y="-192" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1275, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F8_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F8_.glif
deleted file mode 100644
index 0d55b7cea..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F8_.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F8" format="1">
- <advance width="800"/>
- <unicode hex="02F8"/>
- <outline>
- <component base="period" xOffset="-4" yOffset="524"/>
- <component base="period" xOffset="-4" yOffset="1620"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 822, 'leftMargin': 140, 'rightMargin': 190}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F9_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F9_.glif
deleted file mode 100644
index f5bf29fc7..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02F9_.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F9" format="1">
- <advance width="1056"/>
- <unicode hex="02F9"/>
- <outline>
- <contour>
- <point x="516" y="2112" type="line"/>
- <point x="240" y="2112" type="line"/>
- <point x="240" y="1556" type="line"/>
- <point x="516" y="1556" type="line"/>
- </contour>
- <contour>
- <point x="240" y="2112" type="line"/>
- <point x="240" y="1852" type="line"/>
- <point x="816" y="1852" type="line"/>
- <point x="816" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 795, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02FA__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02FA__.glif
deleted file mode 100644
index e135d3cab..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02FA__.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FA" format="1">
- <advance width="1056"/>
- <unicode hex="02FA"/>
- <outline>
- <contour>
- <point x="540" y="2112" type="line"/>
- <point x="816" y="2112" type="line"/>
- <point x="816" y="1556" type="line"/>
- <point x="540" y="1556" type="line"/>
- </contour>
- <contour>
- <point x="816" y="2112" type="line"/>
- <point x="816" y="1852" type="line"/>
- <point x="240" y="1852" type="line"/>
- <point x="240" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 795, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02FB__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02FB__.glif
deleted file mode 100644
index 4ae09ed4b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02FB__.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FB" format="1">
- <advance width="1056"/>
- <unicode hex="02FB"/>
- <outline>
- <contour>
- <point x="516" y="-628" type="line"/>
- <point x="240" y="-628" type="line"/>
- <point x="240" y="-68" type="line"/>
- <point x="516" y="-68" type="line"/>
- </contour>
- <contour>
- <point x="240" y="-628" type="line"/>
- <point x="240" y="-368" type="line"/>
- <point x="816" y="-368" type="line"/>
- <point x="816" y="-628" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 795, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02FC__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02FC__.glif
deleted file mode 100644
index f03aa8477..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02FC__.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FC" format="1">
- <advance width="1056"/>
- <unicode hex="02FC"/>
- <outline>
- <contour>
- <point x="816" y="-628" type="line"/>
- <point x="816" y="-368" type="line"/>
- <point x="240" y="-368" type="line"/>
- <point x="240" y="-628" type="line"/>
- </contour>
- <contour>
- <point x="540" y="-628" type="line"/>
- <point x="816" y="-628" type="line"/>
- <point x="816" y="-68" type="line"/>
- <point x="540" y="-68" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 795, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02FD__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02FD__.glif
deleted file mode 100644
index 8c0fff428..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02FD__.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FD" format="1">
- <advance width="1312"/>
- <unicode hex="02FD"/>
- <outline>
- <contour>
- <point x="896" y="-352" type="line"/>
- <point x="344" y="-352" type="line"/>
- <point x="344" y="-612" type="line"/>
- <point x="896" y="-612" type="line"/>
- </contour>
- <contour>
- <point x="436" y="-84" type="line"/>
- <point x="160" y="-84" type="line"/>
- <point x="160" y="-612" type="line"/>
- <point x="436" y="-612" type="line"/>
- </contour>
- <contour>
- <point x="1152" y="-84" type="line"/>
- <point x="876" y="-84" type="line"/>
- <point x="876" y="-612" type="line"/>
- <point x="1152" y="-612" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1211, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02FE__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02FE__.glif
deleted file mode 100644
index 6d53c0ef1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02FE__.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FE" format="1">
- <advance width="1312"/>
- <unicode hex="02FE"/>
- <outline>
- <contour>
- <point x="1092" y="-368" type="line"/>
- <point x="404" y="-368" type="line"/>
- <point x="404" y="-628" type="line"/>
- <point x="1092" y="-628" type="line"/>
- </contour>
- <contour>
- <point x="496" y="-68" type="line"/>
- <point x="220" y="-68" type="line"/>
- <point x="220" y="-628" type="line"/>
- <point x="496" y="-628" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1093, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02FF__.glif b/src/Inter-UI-Black.ufo/glyphs/uni02FF__.glif
deleted file mode 100644
index 10125ed1b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni02FF__.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FF" format="1">
- <advance width="1568"/>
- <unicode hex="02FF"/>
- <outline>
- <contour>
- <point x="1316" y="-44" type="line"/>
- <point x="424" y="-44" type="line"/>
- <point x="424" y="-324" type="line"/>
- <point x="1316" y="-324" type="line"/>
- </contour>
- <contour>
- <point x="668" y="232" type="line"/>
- <point x="252" y="-184" type="line"/>
- <point x="468" y="-292" type="line"/>
- <point x="988" y="232" type="line"/>
- </contour>
- <contour>
- <point x="988" y="-600" type="line"/>
- <point x="476" y="-84" type="line"/>
- <point x="252" y="-184" type="line"/>
- <point x="668" y="-600" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1283, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_0.glif
new file mode 100644
index 000000000..27dfc7ebb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_0.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F0" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02F0"/>
+ <outline>
+ <contour>
+ <point x="520.0" y="-384.0" type="line"/>
+ <point x="584.0" y="-100.0" type="line"/>
+ <point x="424.0" y="-100.0" type="line"/>
+ <point x="164.0" y="-760.0" type="line"/>
+ <point x="380.0" y="-760.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="680.0" y="-760.0" type="line"/>
+ <point x="892.0" y="-760.0" type="line"/>
+ <point x="632.0" y="-100.0" type="line"/>
+ <point x="476.0" y="-100.0" type="line"/>
+ <point x="536.0" y="-384.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_1.glif
new file mode 100644
index 000000000..78a5fd0f6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_1.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F1" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02F1"/>
+ <outline>
+ <contour>
+ <point x="476.0" y="-432.0" type="line"/>
+ <point x="156.0" y="-372.0" type="line"/>
+ <point x="156.0" y="-520.0" type="line"/>
+ <point x="900.0" y="-760.0" type="line"/>
+ <point x="900.0" y="-560.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="900.0" y="-284.0" type="line"/>
+ <point x="900.0" y="-84.0" type="line"/>
+ <point x="156.0" y="-328.0" type="line"/>
+ <point x="156.0" y="-472.0" type="line"/>
+ <point x="476.0" y="-416.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_2.glif
new file mode 100644
index 000000000..b4adb2137
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_2.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F2" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02F2"/>
+ <outline>
+ <contour>
+ <point x="580.0" y="-432.0" type="line"/>
+ <point x="900.0" y="-372.0" type="line"/>
+ <point x="900.0" y="-520.0" type="line"/>
+ <point x="156.0" y="-760.0" type="line"/>
+ <point x="156.0" y="-560.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="156.0" y="-284.0" type="line"/>
+ <point x="156.0" y="-84.0" type="line"/>
+ <point x="900.0" y="-328.0" type="line"/>
+ <point x="900.0" y="-472.0" type="line"/>
+ <point x="580.0" y="-416.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_3.glif
new file mode 100644
index 000000000..16f32d8dd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_3.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F3" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02F3"/>
+ <anchor x="536.0" y="0.0" name="_bottom"/>
+ <outline>
+ <contour>
+ <point x="268.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="268.0" y="-444.0"/>
+ <point x="380.0" y="-544.0"/>
+ <point x="532.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="-544.0"/>
+ <point x="792.0" y="-448.0"/>
+ <point x="792.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="-176.0"/>
+ <point x="676.0" y="-72.0"/>
+ <point x="532.0" y="-72.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="-72.0"/>
+ <point x="268.0" y="-176.0"/>
+ </contour>
+ <contour>
+ <point x="432.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="-252.0"/>
+ <point x="472.0" y="-212.0"/>
+ <point x="532.0" y="-212.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="-212.0"/>
+ <point x="624.0" y="-252.0"/>
+ <point x="624.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="-368.0"/>
+ <point x="584.0" y="-408.0"/>
+ <point x="532.0" y="-408.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="-408.0"/>
+ <point x="432.0" y="-368.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_4.glif
new file mode 100644
index 000000000..b35084d1d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_4.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F4" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02F4"/>
+ <outline>
+ <component base="grave" yOffset="-1404.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_5.glif
new file mode 100644
index 000000000..e3d891e68
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_5.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F5" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="02F5"/>
+ <outline>
+ <component base="grave" xOffset="40.0" yOffset="-1404.0"/>
+ <component base="grave" xOffset="728.0" yOffset="-1404.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_6.glif
new file mode 100644
index 000000000..415fcefd4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_6.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F6" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="02F6"/>
+ <outline>
+ <component base="acute" xOffset="-76.0" yOffset="-1404.0"/>
+ <component base="acute" xOffset="612.0" yOffset="-1404.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_7.glif
new file mode 100644
index 000000000..385f3d2ec
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_7.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F7" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="02F7"/>
+ <outline>
+ <contour>
+ <point x="936.0" y="-176.0" type="line"/>
+ <point x="936.0" y="-260.0"/>
+ <point x="884.0" y="-300.0"/>
+ <point x="824.0" y="-300.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="-300.0"/>
+ <point x="588.0" y="-184.0"/>
+ <point x="444.0" y="-184.0" type="curve" smooth="yes"/>
+ <point x="260.0" y="-184.0"/>
+ <point x="128.0" y="-364.0"/>
+ <point x="128.0" y="-560.0" type="curve"/>
+ <point x="380.0" y="-572.0" type="line"/>
+ <point x="380.0" y="-492.0"/>
+ <point x="428.0" y="-452.0"/>
+ <point x="488.0" y="-452.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="-452.0"/>
+ <point x="696.0" y="-564.0"/>
+ <point x="868.0" y="-564.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="-564.0"/>
+ <point x="1184.0" y="-392.0"/>
+ <point x="1184.0" y="-192.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_8.glif
new file mode 100644
index 000000000..2e9d85bf9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_8.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F8" format="2">
+ <advance width="800.0"/>
+ <unicode hex="02F8"/>
+ <outline>
+ <component base="period" xOffset="-4.0" yOffset="524.0"/>
+ <component base="period" xOffset="-4.0" yOffset="1620.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_9.glif
new file mode 100644
index 000000000..b915c709e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_9.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F9" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02F9"/>
+ <outline>
+ <contour>
+ <point x="516.0" y="2112.0" type="line"/>
+ <point x="240.0" y="2112.0" type="line"/>
+ <point x="240.0" y="1556.0" type="line"/>
+ <point x="516.0" y="1556.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="240.0" y="2112.0" type="line"/>
+ <point x="240.0" y="1852.0" type="line"/>
+ <point x="816.0" y="1852.0" type="line"/>
+ <point x="816.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_A_.glif
new file mode 100644
index 000000000..0eb63ff30
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_A_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FA" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02FA"/>
+ <outline>
+ <contour>
+ <point x="540.0" y="2112.0" type="line"/>
+ <point x="816.0" y="2112.0" type="line"/>
+ <point x="816.0" y="1556.0" type="line"/>
+ <point x="540.0" y="1556.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="816.0" y="2112.0" type="line"/>
+ <point x="816.0" y="1852.0" type="line"/>
+ <point x="240.0" y="1852.0" type="line"/>
+ <point x="240.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_B_.glif
new file mode 100644
index 000000000..6fe35ef2c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_B_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FB" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02FB"/>
+ <outline>
+ <contour>
+ <point x="516.0" y="-628.0" type="line"/>
+ <point x="240.0" y="-628.0" type="line"/>
+ <point x="240.0" y="-68.0" type="line"/>
+ <point x="516.0" y="-68.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="240.0" y="-628.0" type="line"/>
+ <point x="240.0" y="-368.0" type="line"/>
+ <point x="816.0" y="-368.0" type="line"/>
+ <point x="816.0" y="-628.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_C_.glif
new file mode 100644
index 000000000..29b595485
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_C_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FC" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="02FC"/>
+ <outline>
+ <contour>
+ <point x="816.0" y="-628.0" type="line"/>
+ <point x="816.0" y="-368.0" type="line"/>
+ <point x="240.0" y="-368.0" type="line"/>
+ <point x="240.0" y="-628.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="540.0" y="-628.0" type="line"/>
+ <point x="816.0" y="-628.0" type="line"/>
+ <point x="816.0" y="-68.0" type="line"/>
+ <point x="540.0" y="-68.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_D_.glif
new file mode 100644
index 000000000..826719e96
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_D_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FD" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="02FD"/>
+ <outline>
+ <contour>
+ <point x="896.0" y="-352.0" type="line"/>
+ <point x="344.0" y="-352.0" type="line"/>
+ <point x="344.0" y="-612.0" type="line"/>
+ <point x="896.0" y="-612.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="436.0" y="-84.0" type="line"/>
+ <point x="160.0" y="-84.0" type="line"/>
+ <point x="160.0" y="-612.0" type="line"/>
+ <point x="436.0" y="-612.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1152.0" y="-84.0" type="line"/>
+ <point x="876.0" y="-84.0" type="line"/>
+ <point x="876.0" y="-612.0" type="line"/>
+ <point x="1152.0" y="-612.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_E_.glif
new file mode 100644
index 000000000..5dfeeb136
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_E_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FE" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="02FE"/>
+ <outline>
+ <contour>
+ <point x="1092.0" y="-368.0" type="line"/>
+ <point x="404.0" y="-368.0" type="line"/>
+ <point x="404.0" y="-628.0" type="line"/>
+ <point x="1092.0" y="-628.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="-68.0" type="line"/>
+ <point x="220.0" y="-68.0" type="line"/>
+ <point x="220.0" y="-628.0" type="line"/>
+ <point x="496.0" y="-628.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni02F_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni02F_F_.glif
new file mode 100644
index 000000000..14e581c1d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni02F_F_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FF" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="02FF"/>
+ <outline>
+ <contour>
+ <point x="1316.0" y="-44.0" type="line"/>
+ <point x="424.0" y="-44.0" type="line"/>
+ <point x="424.0" y="-324.0" type="line"/>
+ <point x="1316.0" y="-324.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="668.0" y="232.0" type="line"/>
+ <point x="252.0" y="-184.0" type="line"/>
+ <point x="468.0" y="-292.0" type="line"/>
+ <point x="988.0" y="232.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="988.0" y="-600.0" type="line"/>
+ <point x="476.0" y="-84.0" type="line"/>
+ <point x="252.0" y="-184.0" type="line"/>
+ <point x="668.0" y="-600.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0346.glif b/src/Inter-UI-Black.ufo/glyphs/uni0346.glif
index dcde086b8..a755479ef 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0346.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0346.glif
@@ -1,42 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0346" format="1">
- <advance width="0"/>
+<glyph name="uni0346" format="2">
<unicode hex="0346"/>
+ <anchor x="-793.0" y="1612.0" name="_marktop"/>
+ <anchor x="-793.0" y="2302.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-793" y="1612" type="move" name="_marktop"/>
+ <point x="-553.0" y="1936.0" type="line"/>
+ <point x="-1107.0" y="1936.0" type="line"/>
+ <point x="-1107.0" y="2197.0" type="line"/>
+ <point x="-553.0" y="2197.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="2302" type="move" name="mkmktop"/>
+ <point x="-1012.0" y="1639.0" type="line"/>
+ <point x="-1288.0" y="1639.0" type="line"/>
+ <point x="-1288.0" y="2197.0" type="line"/>
+ <point x="-1012.0" y="2197.0" type="line"/>
</contour>
<contour>
- <point x="-553" y="1936" type="line"/>
- <point x="-1107" y="1936" type="line"/>
- <point x="-1107" y="2197" type="line"/>
- <point x="-553" y="2197" type="line"/>
- </contour>
- <contour>
- <point x="-1012" y="1639" type="line"/>
- <point x="-1288" y="1639" type="line"/>
- <point x="-1288" y="2197" type="line"/>
- <point x="-1012" y="2197" type="line"/>
- </contour>
- <contour>
- <point x="-297" y="1639" type="line"/>
- <point x="-573" y="1639" type="line"/>
- <point x="-573" y="2197" type="line"/>
- <point x="-297" y="2197" type="line"/>
+ <point x="-297.0" y="1639.0" type="line"/>
+ <point x="-573.0" y="1639.0" type="line"/>
+ <point x="-573.0" y="2197.0" type="line"/>
+ <point x="-297.0" y="2197.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0347.glif b/src/Inter-UI-Black.ufo/glyphs/uni0347.glif
index 752f98884..33e321457 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0347.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0347.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0347" format="1">
- <advance width="0"/>
+<glyph name="uni0347" format="2">
<unicode hex="0347"/>
+ <anchor x="-793.0" y="0.0" name="_markbottom"/>
+ <anchor x="-793.0" y="-760.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-793" y="0" type="move" name="_markbottom"/>
+ <point x="-1192.0" y="-109.0" type="line"/>
+ <point x="-1192.0" y="-360.0" type="line"/>
+ <point x="-396.0" y="-360.0" type="line"/>
+ <point x="-396.0" y="-109.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="-760" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1192" y="-109" type="line"/>
- <point x="-1192" y="-360" type="line"/>
- <point x="-396" y="-360" type="line"/>
- <point x="-396" y="-109" type="line"/>
- </contour>
- <contour>
- <point x="-1192" y="-509" type="line"/>
- <point x="-1192" y="-760" type="line"/>
- <point x="-396" y="-760" type="line"/>
- <point x="-396" y="-509" type="line"/>
+ <point x="-1192.0" y="-509.0" type="line"/>
+ <point x="-1192.0" y="-760.0" type="line"/>
+ <point x="-396.0" y="-760.0" type="line"/>
+ <point x="-396.0" y="-509.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0348.glif b/src/Inter-UI-Black.ufo/glyphs/uni0348.glif
index c5a62faa1..c2aa1b24d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0348.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0348.glif
@@ -1,26 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0348" format="1">
- <advance width="0"/>
+<glyph name="uni0348" format="2">
<unicode hex="0348"/>
+ <anchor x="-798.0" y="0.0" name="_markbottom"/>
+ <anchor x="-798.0" y="-707.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-798" y="-707" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-798" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="linevert" xOffset="-1277" yOffset="-2269"/>
- <component base="linevert" xOffset="-810" yOffset="-2269"/>
+ <component base="linevert" xOffset="-1277.0" yOffset="-2269.0"/>
+ <component base="linevert" xOffset="-810.0" yOffset="-2269.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0349.glif b/src/Inter-UI-Black.ufo/glyphs/uni0349.glif
index 345be6acd..471db33e3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0349.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0349.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0349" format="1">
- <advance width="0"/>
+<glyph name="uni0349" format="2">
<unicode hex="0349"/>
+ <anchor x="-733.0" y="0.0" name="_markbottom"/>
+ <anchor x="-732.0" y="-692.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-733" y="0" type="move" name="_markbottom"/>
+ <point x="-721.0" y="-133.0" type="line"/>
+ <point x="-446.0" y="-133.0" type="line"/>
+ <point x="-446.0" y="-692.0" type="line"/>
+ <point x="-721.0" y="-692.0" type="line"/>
</contour>
<contour>
- <point x="-732" y="-692" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-721" y="-133" type="line"/>
- <point x="-446" y="-133" type="line"/>
- <point x="-446" y="-692" type="line"/>
- <point x="-721" y="-692" type="line"/>
- </contour>
- <contour>
- <point x="-446" y="-133" type="line"/>
- <point x="-446" y="-395" type="line"/>
- <point x="-1020" y="-395" type="line"/>
- <point x="-1020" y="-133" type="line"/>
+ <point x="-446.0" y="-133.0" type="line"/>
+ <point x="-446.0" y="-395.0" type="line"/>
+ <point x="-1020.0" y="-395.0" type="line"/>
+ <point x="-1020.0" y="-133.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni034A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni034A_.glif
index e7c8841bb..127d63ef9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni034A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni034A_.glif
@@ -1,31 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034A" format="1">
- <advance width="0"/>
+<glyph name="uni034A" format="2">
<unicode hex="034A"/>
+ <anchor x="-793.0" y="1720.0" name="_marktop"/>
+ <anchor x="-793.0" y="2316.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-793" y="1720" type="move" name="_marktop"/>
+ <point x="-751.0" y="2200.0" type="line"/>
+ <point x="-976.0" y="1678.0" type="line"/>
+ <point x="-806.0" y="1594.0" type="line"/>
+ <point x="-583.0" y="2116.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="2316" type="move" name="mkmktop"/>
+ <point x="-541.0" y="2124.0" type="line"/>
+ <point x="-541.0" y="2040.0"/>
+ <point x="-593.0" y="2000.0"/>
+ <point x="-653.0" y="2000.0" type="curve" smooth="yes"/>
+ <point x="-785.0" y="2000.0"/>
+ <point x="-889.0" y="2112.0"/>
+ <point x="-1033.0" y="2112.0" type="curve" smooth="yes"/>
+ <point x="-1217.0" y="2112.0"/>
+ <point x="-1349.0" y="1932.0"/>
+ <point x="-1349.0" y="1736.0" type="curve"/>
+ <point x="-1097.0" y="1724.0" type="line"/>
+ <point x="-1097.0" y="1808.0"/>
+ <point x="-1049.0" y="1848.0"/>
+ <point x="-989.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="-849.0" y="1848.0"/>
+ <point x="-781.0" y="1732.0"/>
+ <point x="-609.0" y="1732.0" type="curve" smooth="yes"/>
+ <point x="-425.0" y="1732.0"/>
+ <point x="-293.0" y="1908.0"/>
+ <point x="-293.0" y="2108.0" type="curve"/>
</contour>
- <contour>
- <point x="-751" y="2200" type="line"/>
- <point x="-976" y="1678" type="line"/>
- <point x="-806" y="1594" type="line"/>
- <point x="-583" y="2116" type="line"/>
- </contour>
- <component base="tilde" xOffset="-1477"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni034B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni034B_.glif
index 813ac388f..27aef13ee 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni034B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni034B_.glif
@@ -1,74 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034B" format="1">
- <advance width="0"/>
+<glyph name="uni034B" format="2">
<unicode hex="034B"/>
+ <anchor x="-795.0" y="1577.0" name="_marktop"/>
+ <anchor x="-792.0" y="2944.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-795" y="1577" type="move" name="_marktop"/>
+ <point x="-520.0" y="2439.0" type="line"/>
+ <point x="-520.0" y="2355.0"/>
+ <point x="-571.0" y="2316.0"/>
+ <point x="-631.0" y="2316.0" type="curve" smooth="yes"/>
+ <point x="-766.0" y="2316.0"/>
+ <point x="-868.0" y="2430.0"/>
+ <point x="-1012.0" y="2430.0" type="curve" smooth="yes"/>
+ <point x="-1196.0" y="2430.0"/>
+ <point x="-1327.0" y="2250.0"/>
+ <point x="-1327.0" y="2054.0" type="curve"/>
+ <point x="-1078.0" y="2041.0" type="line"/>
+ <point x="-1078.0" y="2124.0"/>
+ <point x="-1030.0" y="2164.0"/>
+ <point x="-969.0" y="2164.0" type="curve" smooth="yes"/>
+ <point x="-828.0" y="2164.0"/>
+ <point x="-760.0" y="2049.0"/>
+ <point x="-589.0" y="2049.0" type="curve" smooth="yes"/>
+ <point x="-403.0" y="2049.0"/>
+ <point x="-272.0" y="2223.0"/>
+ <point x="-272.0" y="2424.0" type="curve"/>
</contour>
<contour>
- <point x="-792" y="2944" type="move" name="mkmktop"/>
+ <point x="-1040.0" y="2670.0" type="curve" smooth="yes"/>
+ <point x="-1040.0" y="2553.0"/>
+ <point x="-941.0" y="2465.0"/>
+ <point x="-793.0" y="2465.0" type="curve" smooth="yes"/>
+ <point x="-646.0" y="2465.0"/>
+ <point x="-547.0" y="2553.0"/>
+ <point x="-547.0" y="2670.0" type="curve" smooth="yes"/>
+ <point x="-547.0" y="2787.0"/>
+ <point x="-646.0" y="2875.0"/>
+ <point x="-793.0" y="2875.0" type="curve" smooth="yes"/>
+ <point x="-941.0" y="2875.0"/>
+ <point x="-1040.0" y="2787.0"/>
</contour>
<contour>
- <point x="-520" y="2439" type="line"/>
- <point x="-520" y="2355"/>
- <point x="-571" y="2316"/>
- <point x="-631" y="2316" type="curve" smooth="yes"/>
- <point x="-766" y="2316"/>
- <point x="-868" y="2430"/>
- <point x="-1012" y="2430" type="curve" smooth="yes"/>
- <point x="-1196" y="2430"/>
- <point x="-1327" y="2250"/>
- <point x="-1327" y="2054" type="curve"/>
- <point x="-1078" y="2041" type="line"/>
- <point x="-1078" y="2124"/>
- <point x="-1030" y="2164"/>
- <point x="-969" y="2164" type="curve" smooth="yes"/>
- <point x="-828" y="2164"/>
- <point x="-760" y="2049"/>
- <point x="-589" y="2049" type="curve" smooth="yes"/>
- <point x="-403" y="2049"/>
- <point x="-272" y="2223"/>
- <point x="-272" y="2424" type="curve"/>
- </contour>
- <contour>
- <point x="-1040" y="2670" type="curve" smooth="yes"/>
- <point x="-1040" y="2553"/>
- <point x="-941" y="2465"/>
- <point x="-793" y="2465" type="curve" smooth="yes"/>
- <point x="-646" y="2465"/>
- <point x="-547" y="2553"/>
- <point x="-547" y="2670" type="curve" smooth="yes"/>
- <point x="-547" y="2787"/>
- <point x="-646" y="2875"/>
- <point x="-793" y="2875" type="curve" smooth="yes"/>
- <point x="-941" y="2875"/>
- <point x="-1040" y="2787"/>
- </contour>
- <contour>
- <point x="-1040" y="1804" type="curve" smooth="yes"/>
- <point x="-1040" y="1687"/>
- <point x="-941" y="1599"/>
- <point x="-793" y="1599" type="curve" smooth="yes"/>
- <point x="-646" y="1599"/>
- <point x="-547" y="1687"/>
- <point x="-547" y="1804" type="curve" smooth="yes"/>
- <point x="-547" y="1921"/>
- <point x="-646" y="2009"/>
- <point x="-793" y="2009" type="curve" smooth="yes"/>
- <point x="-941" y="2009"/>
- <point x="-1040" y="1921"/>
+ <point x="-1040.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="-1040.0" y="1687.0"/>
+ <point x="-941.0" y="1599.0"/>
+ <point x="-793.0" y="1599.0" type="curve" smooth="yes"/>
+ <point x="-646.0" y="1599.0"/>
+ <point x="-547.0" y="1687.0"/>
+ <point x="-547.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="-547.0" y="1921.0"/>
+ <point x="-646.0" y="2009.0"/>
+ <point x="-793.0" y="2009.0" type="curve" smooth="yes"/>
+ <point x="-941.0" y="2009.0"/>
+ <point x="-1040.0" y="1921.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni034C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni034C_.glif
index a619afcd3..4b3c28370 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni034C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni034C_.glif
@@ -1,68 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034C" format="1">
- <advance width="0"/>
+<glyph name="uni034C" format="2">
<unicode hex="034C"/>
+ <anchor x="-792.0" y="1706.0" name="_marktop"/>
+ <anchor x="-792.0" y="2408.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1706" type="move" name="_marktop"/>
+ <point x="-513.0" y="2046.0" type="line"/>
+ <point x="-513.0" y="1975.0"/>
+ <point x="-564.0" y="1940.0"/>
+ <point x="-624.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="1940.0"/>
+ <point x="-861.0" y="2038.0"/>
+ <point x="-1005.0" y="2038.0" type="curve" smooth="yes"/>
+ <point x="-1189.0" y="2038.0"/>
+ <point x="-1320.0" y="1884.0"/>
+ <point x="-1320.0" y="1719.0" type="curve"/>
+ <point x="-1071.0" y="1706.0" type="line"/>
+ <point x="-1071.0" y="1778.0"/>
+ <point x="-1023.0" y="1812.0"/>
+ <point x="-963.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="-821.0" y="1812.0"/>
+ <point x="-754.0" y="1713.0"/>
+ <point x="-582.0" y="1713.0" type="curve" smooth="yes"/>
+ <point x="-396.0" y="1713.0"/>
+ <point x="-265.0" y="1862.0"/>
+ <point x="-265.0" y="2032.0" type="curve"/>
</contour>
<contour>
- <point x="-792" y="2408" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-513" y="2046" type="line"/>
- <point x="-513" y="1975"/>
- <point x="-564" y="1940"/>
- <point x="-624" y="1940" type="curve" smooth="yes"/>
- <point x="-759" y="1940"/>
- <point x="-861" y="2038"/>
- <point x="-1005" y="2038" type="curve" smooth="yes"/>
- <point x="-1189" y="2038"/>
- <point x="-1320" y="1884"/>
- <point x="-1320" y="1719" type="curve"/>
- <point x="-1071" y="1706" type="line"/>
- <point x="-1071" y="1778"/>
- <point x="-1023" y="1812"/>
- <point x="-963" y="1812" type="curve" smooth="yes"/>
- <point x="-821" y="1812"/>
- <point x="-754" y="1713"/>
- <point x="-582" y="1713" type="curve" smooth="yes"/>
- <point x="-396" y="1713"/>
- <point x="-265" y="1862"/>
- <point x="-265" y="2032" type="curve"/>
- </contour>
- <contour>
- <point x="-513" y="2408" type="line"/>
- <point x="-513" y="2336"/>
- <point x="-564" y="2302"/>
- <point x="-624" y="2302" type="curve" smooth="yes"/>
- <point x="-759" y="2302"/>
- <point x="-861" y="2399"/>
- <point x="-1005" y="2399" type="curve" smooth="yes"/>
- <point x="-1189" y="2399"/>
- <point x="-1320" y="2245"/>
- <point x="-1320" y="2080" type="curve"/>
- <point x="-1071" y="2068" type="line"/>
- <point x="-1071" y="2140"/>
- <point x="-1023" y="2174"/>
- <point x="-963" y="2174" type="curve" smooth="yes"/>
- <point x="-821" y="2174"/>
- <point x="-754" y="2075"/>
- <point x="-582" y="2075" type="curve" smooth="yes"/>
- <point x="-396" y="2075"/>
- <point x="-265" y="2223"/>
- <point x="-265" y="2394" type="curve"/>
+ <point x="-513.0" y="2408.0" type="line"/>
+ <point x="-513.0" y="2336.0"/>
+ <point x="-564.0" y="2302.0"/>
+ <point x="-624.0" y="2302.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="2302.0"/>
+ <point x="-861.0" y="2399.0"/>
+ <point x="-1005.0" y="2399.0" type="curve" smooth="yes"/>
+ <point x="-1189.0" y="2399.0"/>
+ <point x="-1320.0" y="2245.0"/>
+ <point x="-1320.0" y="2080.0" type="curve"/>
+ <point x="-1071.0" y="2068.0" type="line"/>
+ <point x="-1071.0" y="2140.0"/>
+ <point x="-1023.0" y="2174.0"/>
+ <point x="-963.0" y="2174.0" type="curve" smooth="yes"/>
+ <point x="-821.0" y="2174.0"/>
+ <point x="-754.0" y="2075.0"/>
+ <point x="-582.0" y="2075.0" type="curve" smooth="yes"/>
+ <point x="-396.0" y="2075.0"/>
+ <point x="-265.0" y="2223.0"/>
+ <point x="-265.0" y="2394.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni034D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni034D_.glif
index 670ee5f83..a8cef0998 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni034D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni034D_.glif
@@ -1,54 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034D" format="1">
- <advance width="0"/>
+<glyph name="uni034D" format="2">
<unicode hex="034D"/>
+ <anchor x="-793.0" y="0.0" name="_markbottom"/>
+ <anchor x="-793.0" y="-758.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-793" y="0" type="move" name="_markbottom"/>
+ <point x="-282.0" y="-380.0" type="line"/>
+ <point x="-1324.0" y="-380.0" type="line"/>
+ <point x="-1324.0" y="-569.0" type="line"/>
+ <point x="-282.0" y="-569.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="-758" type="move" name="mkmkbottom_acc"/>
+ <point x="-928.0" y="-758.0" type="line"/>
+ <point x="-1293.0" y="-402.0" type="line"/>
+ <point x="-1442.0" y="-474.0" type="line"/>
+ <point x="-1154.0" y="-758.0" type="line"/>
</contour>
<contour>
- <point x="-282" y="-380" type="line"/>
- <point x="-1324" y="-380" type="line"/>
- <point x="-1324" y="-569" type="line"/>
- <point x="-282" y="-569" type="line"/>
+ <point x="-1154.0" y="-193.0" type="line"/>
+ <point x="-1442.0" y="-474.0" type="line"/>
+ <point x="-1288.0" y="-543.0" type="line"/>
+ <point x="-928.0" y="-193.0" type="line"/>
</contour>
<contour>
- <point x="-928" y="-758" type="line"/>
- <point x="-1293" y="-402" type="line"/>
- <point x="-1442" y="-474" type="line"/>
- <point x="-1154" y="-758" type="line"/>
+ <point x="-432.0" y="-758.0" type="line"/>
+ <point x="-143.0" y="-474.0" type="line"/>
+ <point x="-293.0" y="-402.0" type="line"/>
+ <point x="-657.0" y="-758.0" type="line"/>
</contour>
<contour>
- <point x="-1154" y="-193" type="line"/>
- <point x="-1442" y="-474" type="line"/>
- <point x="-1288" y="-543" type="line"/>
- <point x="-928" y="-193" type="line"/>
- </contour>
- <contour>
- <point x="-432" y="-758" type="line"/>
- <point x="-143" y="-474" type="line"/>
- <point x="-293" y="-402" type="line"/>
- <point x="-657" y="-758" type="line"/>
- </contour>
- <contour>
- <point x="-657" y="-193" type="line"/>
- <point x="-297" y="-543" type="line"/>
- <point x="-143" y="-474" type="line"/>
- <point x="-432" y="-193" type="line"/>
+ <point x="-657.0" y="-193.0" type="line"/>
+ <point x="-297.0" y="-543.0" type="line"/>
+ <point x="-143.0" y="-474.0" type="line"/>
+ <point x="-432.0" y="-193.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni034E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni034E_.glif
index 03a5ef9bb..e2335747b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni034E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni034E_.glif
@@ -1,42 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034E" format="1">
- <advance width="0"/>
+<glyph name="uni034E" format="2">
<unicode hex="034E"/>
+ <anchor x="-792.0" y="0.0" name="_markbottom"/>
+ <anchor x="-792.0" y="-759.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-792" y="0" type="move" name="_markbottom"/>
+ <point x="-694.0" y="-759.0" type="line"/>
+ <point x="-694.0" y="-213.0" type="line"/>
+ <point x="-890.0" y="-213.0" type="line"/>
+ <point x="-890.0" y="-759.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="-759" type="move" name="mkmkbottom_acc"/>
+ <point x="-1082.0" y="-580.0" type="line"/>
+ <point x="-716.0" y="-241.0" type="line"/>
+ <point x="-792.0" y="-102.0" type="line"/>
+ <point x="-1082.0" y="-371.0" type="line"/>
</contour>
<contour>
- <point x="-694" y="-759" type="line"/>
- <point x="-694" y="-213" type="line"/>
- <point x="-890" y="-213" type="line"/>
- <point x="-890" y="-759" type="line"/>
- </contour>
- <contour>
- <point x="-1082" y="-580" type="line"/>
- <point x="-716" y="-241" type="line"/>
- <point x="-792" y="-102" type="line"/>
- <point x="-1082" y="-371" type="line"/>
- </contour>
- <contour>
- <point x="-502" y="-371" type="line"/>
- <point x="-792" y="-102" type="line"/>
- <point x="-862" y="-246" type="line"/>
- <point x="-502" y="-580" type="line"/>
+ <point x="-502.0" y="-371.0" type="line"/>
+ <point x="-792.0" y="-102.0" type="line"/>
+ <point x="-862.0" y="-246.0" type="line"/>
+ <point x="-502.0" y="-580.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni034F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni034F_.glif
index 37266a5ba..7b0ff3989 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni034F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni034F_.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034F" format="1">
- <advance width="0"/>
+<glyph name="uni034F" format="2">
<unicode hex="034F"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0350.glif b/src/Inter-UI-Black.ufo/glyphs/uni0350.glif
index 1c0c4cc06..a3e1792e6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0350.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0350.glif
@@ -1,38 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0350" format="1">
- <advance width="0"/>
+<glyph name="uni0350" format="2">
<unicode hex="0350"/>
+ <anchor x="-884.0" y="1640.0" name="_marktop"/>
+ <anchor x="-880.0" y="2420.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-884" y="1640" type="move" name="_marktop"/>
+ <point x="-811.0" y="2001.0" type="line"/>
+ <point x="-491.0" y="2058.0" type="line"/>
+ <point x="-491.0" y="1913.0" type="line"/>
+ <point x="-1233.0" y="1671.0" type="line"/>
+ <point x="-1233.0" y="1870.0" type="line"/>
</contour>
<contour>
- <point x="-880" y="2420" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-811" y="2001" type="line"/>
- <point x="-491" y="2058" type="line"/>
- <point x="-491" y="1913" type="line"/>
- <point x="-1233" y="1671" type="line"/>
- <point x="-1233" y="1870" type="line"/>
- </contour>
- <contour>
- <point x="-1233" y="2148" type="line"/>
- <point x="-1233" y="2347" type="line"/>
- <point x="-491" y="2105" type="line"/>
- <point x="-491" y="1959" type="line"/>
- <point x="-811" y="2014" type="line"/>
+ <point x="-1233.0" y="2148.0" type="line"/>
+ <point x="-1233.0" y="2347.0" type="line"/>
+ <point x="-491.0" y="2105.0" type="line"/>
+ <point x="-491.0" y="1959.0" type="line"/>
+ <point x="-811.0" y="2014.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0351.glif b/src/Inter-UI-Black.ufo/glyphs/uni0351.glif
index 65cc68ac5..dc6d444cb 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0351.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0351.glif
@@ -1,40 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0351" format="1">
- <advance width="0"/>
+<glyph name="uni0351" format="2">
<unicode hex="0351"/>
+ <anchor x="-763.0" y="1561.0" name="_marktop"/>
+ <anchor x="-763.0" y="2155.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-763" y="1561" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-763" y="2155" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-681" y="1574" type="curve"/>
- <point x="-681" y="1705" type="line"/>
- <point x="-756" y="1705"/>
- <point x="-806" y="1757"/>
- <point x="-806" y="1834" type="curve" smooth="yes"/>
- <point x="-806" y="1914"/>
- <point x="-756" y="1966"/>
- <point x="-681" y="1966" type="curve"/>
- <point x="-681" y="2100" type="line"/>
- <point x="-844" y="2100"/>
- <point x="-971" y="1984"/>
- <point x="-971" y="1834" type="curve" smooth="yes"/>
- <point x="-971" y="1683"/>
- <point x="-844" y="1574"/>
+ <point x="-681.0" y="1574.0" type="curve"/>
+ <point x="-681.0" y="1705.0" type="line"/>
+ <point x="-756.0" y="1705.0"/>
+ <point x="-806.0" y="1757.0"/>
+ <point x="-806.0" y="1834.0" type="curve" smooth="yes"/>
+ <point x="-806.0" y="1914.0"/>
+ <point x="-756.0" y="1966.0"/>
+ <point x="-681.0" y="1966.0" type="curve"/>
+ <point x="-681.0" y="2100.0" type="line"/>
+ <point x="-844.0" y="2100.0"/>
+ <point x="-971.0" y="1984.0"/>
+ <point x="-971.0" y="1834.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="1683.0"/>
+ <point x="-844.0" y="1574.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0352.glif b/src/Inter-UI-Black.ufo/glyphs/uni0352.glif
index 68e7fe0ac..675ff6c80 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0352.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0352.glif
@@ -1,69 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0352" format="1">
- <advance width="0"/>
+<glyph name="uni0352" format="2">
<unicode hex="0352"/>
+ <guideline x="631.125"/>
+ <anchor x="-792.0" y="1719.0" name="_marktop"/>
+ <anchor x="-792.0" y="2613.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1719" type="move" name="_marktop"/>
+ <point x="-293.0" y="2047.0" type="line"/>
+ <point x="-293.0" y="2296.0"/>
+ <point x="-485.0" y="2470.0"/>
+ <point x="-791.0" y="2470.0" type="curve" smooth="yes"/>
+ <point x="-1097.0" y="2470.0"/>
+ <point x="-1290.0" y="2296.0"/>
+ <point x="-1290.0" y="2047.0" type="curve"/>
+ <point x="-985.0" y="2047.0" type="line"/>
+ <point x="-985.0" y="2138.0"/>
+ <point x="-932.0" y="2222.0"/>
+ <point x="-791.0" y="2222.0" type="curve" smooth="yes"/>
+ <point x="-650.0" y="2222.0"/>
+ <point x="-600.0" y="2138.0"/>
+ <point x="-600.0" y="2047.0" type="curve"/>
</contour>
<contour>
- <point x="-792" y="2613" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-293" y="2047" type="line"/>
- <point x="-293" y="2296"/>
- <point x="-485" y="2470"/>
- <point x="-791" y="2470" type="curve" smooth="yes"/>
- <point x="-1097" y="2470"/>
- <point x="-1290" y="2296"/>
- <point x="-1290" y="2047" type="curve"/>
- <point x="-985" y="2047" type="line"/>
- <point x="-985" y="2138"/>
- <point x="-932" y="2222"/>
- <point x="-791" y="2222" type="curve" smooth="yes"/>
- <point x="-650" y="2222"/>
- <point x="-600" y="2138"/>
- <point x="-600" y="2047" type="curve"/>
- </contour>
- <contour>
- <point x="-1038" y="1801" type="curve" smooth="yes"/>
- <point x="-1038" y="1684"/>
- <point x="-939" y="1596"/>
- <point x="-792" y="1596" type="curve" smooth="yes"/>
- <point x="-645" y="1596"/>
- <point x="-546" y="1684"/>
- <point x="-546" y="1801" type="curve" smooth="yes"/>
- <point x="-546" y="1918"/>
- <point x="-645" y="2006"/>
- <point x="-792" y="2006" type="curve" smooth="yes"/>
- <point x="-939" y="2006"/>
- <point x="-1038" y="1918"/>
+ <point x="-1038.0" y="1801.0" type="curve" smooth="yes"/>
+ <point x="-1038.0" y="1684.0"/>
+ <point x="-939.0" y="1596.0"/>
+ <point x="-792.0" y="1596.0" type="curve" smooth="yes"/>
+ <point x="-645.0" y="1596.0"/>
+ <point x="-546.0" y="1684.0"/>
+ <point x="-546.0" y="1801.0" type="curve" smooth="yes"/>
+ <point x="-546.0" y="1918.0"/>
+ <point x="-645.0" y="2006.0"/>
+ <point x="-792.0" y="2006.0" type="curve" smooth="yes"/>
+ <point x="-939.0" y="2006.0"/>
+ <point x="-1038.0" y="1918.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>631.125</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0353.glif b/src/Inter-UI-Black.ufo/glyphs/uni0353.glif
index 0d31d7907..2a5402158 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0353.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0353.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0353" format="1">
- <advance width="0"/>
+<glyph name="uni0353" format="2">
<unicode hex="0353"/>
+ <anchor x="-792.0" y="0.0" name="_markbottom"/>
+ <anchor x="-792.0" y="-762.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-792" y="0" type="move" name="_markbottom"/>
+ <point x="-963.0" y="-721.0" type="line"/>
+ <point x="-476.0" y="-230.0" type="line"/>
+ <point x="-622.0" y="-83.0" type="line"/>
+ <point x="-1108.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="-762" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-963" y="-721" type="line"/>
- <point x="-476" y="-230" type="line"/>
- <point x="-622" y="-83" type="line"/>
- <point x="-1108" y="-572" type="line"/>
- </contour>
- <contour>
- <point x="-624" y="-723" type="line"/>
- <point x="-477" y="-575" type="line"/>
- <point x="-960" y="-80" type="line"/>
- <point x="-1107" y="-230" type="line"/>
+ <point x="-624.0" y="-723.0" type="line"/>
+ <point x="-477.0" y="-575.0" type="line"/>
+ <point x="-960.0" y="-80.0" type="line"/>
+ <point x="-1107.0" y="-230.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0354.glif b/src/Inter-UI-Black.ufo/glyphs/uni0354.glif
index 3c45aa63b..5a4b890af 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0354.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0354.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0354" format="1">
- <advance width="0"/>
+<glyph name="uni0354" format="2">
<unicode hex="0354"/>
+ <anchor x="-792.0" y="0.0" name="_markbottom"/>
+ <anchor x="-792.0" y="-763.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-792" y="-763" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-792" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uni02F1" xOffset="-1293"/>
+ <component base="uni02F1" xOffset="-1293.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0355.glif b/src/Inter-UI-Black.ufo/glyphs/uni0355.glif
index 1c36cc5d3..0241deb1d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0355.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0355.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0355" format="1">
- <advance width="0"/>
+<glyph name="uni0355" format="2">
<unicode hex="0355"/>
+ <anchor x="-883.0" y="0.0" name="_markbottom"/>
+ <anchor x="-883.0" y="-759.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-883" y="-759" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-883" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uni02F2" xOffset="-1334"/>
+ <component base="uni02F2" xOffset="-1334.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0356.glif b/src/Inter-UI-Black.ufo/glyphs/uni0356.glif
index 48418dab8..f214fa2ee 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0356.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0356.glif
@@ -1,26 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0356" format="1">
- <advance width="0"/>
+<glyph name="uni0356" format="2">
<unicode hex="0356"/>
+ <anchor x="-837.0" y="0.0" name="_markbottom"/>
+ <anchor x="-837.0" y="-765.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-837" y="-765" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-837" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uni02F2" xOffset="-1568"/>
- <component base="uni02F0" xOffset="-880"/>
+ <component base="uni02F2" xOffset="-1568.0"/>
+ <component base="uni02F0" xOffset="-880.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0357.glif b/src/Inter-UI-Black.ufo/glyphs/uni0357.glif
index 3c2171472..cfcc88a19 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0357.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0357.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0357" format="1">
- <advance width="0"/>
+<glyph name="uni0357" format="2">
<unicode hex="0357"/>
+ <anchor x="-859.0" y="1561.0" name="_marktop"/>
+ <anchor x="-859.0" y="2155.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-859" y="1561" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-859" y="2155" type="move" name="mkmktop"/>
- </contour>
- <component base="ringhalfright" xOffset="-1051"/>
+ <component base="ringhalfright" xOffset="-1051.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0358.glif b/src/Inter-UI-Black.ufo/glyphs/uni0358.glif
index f3cf555d6..ae7f96f81 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0358.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0358.glif
@@ -1,21 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0358" format="1">
- <advance width="800"/>
+<glyph name="uni0358" format="2">
<unicode hex="0358"/>
<outline>
- <component base="dotbelow" xOffset="1224" yOffset="2136"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="2136.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.originalWidth</key>
+ <real>800.0</real>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0359.glif b/src/Inter-UI-Black.ufo/glyphs/uni0359.glif
index b6b698457..43b070cb9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0359.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0359.glif
@@ -1,41 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0359" format="1">
- <advance width="0"/>
+<glyph name="uni0359" format="2">
<unicode hex="0359"/>
+ <anchor x="-798.0" y="0.0" name="_markbottom"/>
+ <anchor x="-798.0" y="-754.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-798" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-798" y="-754" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1038" y="-666" type="line"/>
- <point x="-923" y="-747" type="line"/>
- <point x="-798" y="-540" type="line"/>
- <point x="-671" y="-755" type="line"/>
- <point x="-556" y="-670" type="line"/>
- <point x="-704" y="-477" type="line"/>
- <point x="-479" y="-411" type="line"/>
- <point x="-523" y="-272" type="line"/>
- <point x="-734" y="-366" type="line"/>
- <point x="-718" y="-105" type="line"/>
- <point x="-861" y="-105" type="line"/>
- <point x="-844" y="-360" type="line"/>
- <point x="-1062" y="-265" type="line"/>
- <point x="-1106" y="-403" type="line"/>
- <point x="-884" y="-468" type="line"/>
+ <point x="-1038.0" y="-666.0" type="line"/>
+ <point x="-923.0" y="-747.0" type="line"/>
+ <point x="-798.0" y="-540.0" type="line"/>
+ <point x="-671.0" y="-755.0" type="line"/>
+ <point x="-556.0" y="-670.0" type="line"/>
+ <point x="-704.0" y="-477.0" type="line"/>
+ <point x="-479.0" y="-411.0" type="line"/>
+ <point x="-523.0" y="-272.0" type="line"/>
+ <point x="-734.0" y="-366.0" type="line"/>
+ <point x="-718.0" y="-105.0" type="line"/>
+ <point x="-861.0" y="-105.0" type="line"/>
+ <point x="-844.0" y="-360.0" type="line"/>
+ <point x="-1062.0" y="-265.0" type="line"/>
+ <point x="-1106.0" y="-403.0" type="line"/>
+ <point x="-884.0" y="-468.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni035A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni035A_.glif
index 0d5d05f28..545df56c1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni035A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni035A_.glif
@@ -1,80 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035A" format="1">
- <advance width="0"/>
+<glyph name="uni035A" format="2">
<unicode hex="035A"/>
+ <anchor x="-770.0" y="0.0" name="_markbottom"/>
+ <anchor x="-770.0" y="-672.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-770" y="0" type="move" name="_markbottom"/>
+ <point x="-1309.0" y="-399.0" type="curve"/>
+ <point x="-1309.0" y="-550.0"/>
+ <point x="-1180.0" y="-672.0"/>
+ <point x="-1001.0" y="-672.0" type="curve" smooth="yes"/>
+ <point x="-822.0" y="-672.0"/>
+ <point x="-693.0" y="-550.0"/>
+ <point x="-693.0" y="-399.0" type="curve" smooth="yes"/>
+ <point x="-693.0" y="-248.0"/>
+ <point x="-822.0" y="-120.0"/>
+ <point x="-1001.0" y="-120.0" type="curve" smooth="yes"/>
+ <point x="-1180.0" y="-120.0"/>
+ <point x="-1309.0" y="-248.0"/>
</contour>
<contour>
- <point x="-770" y="-672" type="move" name="mkmkbottom_acc"/>
+ <point x="-1145.0" y="-399.0" type="curve"/>
+ <point x="-1145.0" y="-319.0"/>
+ <point x="-1090.0" y="-253.0"/>
+ <point x="-1001.0" y="-253.0" type="curve" smooth="yes"/>
+ <point x="-912.0" y="-253.0"/>
+ <point x="-857.0" y="-319.0"/>
+ <point x="-857.0" y="-399.0" type="curve" smooth="yes"/>
+ <point x="-857.0" y="-479.0"/>
+ <point x="-912.0" y="-542.0"/>
+ <point x="-1001.0" y="-542.0" type="curve" smooth="yes"/>
+ <point x="-1090.0" y="-542.0"/>
+ <point x="-1145.0" y="-479.0"/>
</contour>
<contour>
- <point x="-1309" y="-399" type="curve"/>
- <point x="-1309" y="-550"/>
- <point x="-1180" y="-672"/>
- <point x="-1001" y="-672" type="curve" smooth="yes"/>
- <point x="-822" y="-672"/>
- <point x="-693" y="-550"/>
- <point x="-693" y="-399" type="curve" smooth="yes"/>
- <point x="-693" y="-248"/>
- <point x="-822" y="-120"/>
- <point x="-1001" y="-120" type="curve" smooth="yes"/>
- <point x="-1180" y="-120"/>
- <point x="-1309" y="-248"/>
+ <point x="-847.0" y="-399.0" type="curve"/>
+ <point x="-847.0" y="-550.0"/>
+ <point x="-718.0" y="-672.0"/>
+ <point x="-539.0" y="-672.0" type="curve" smooth="yes"/>
+ <point x="-360.0" y="-672.0"/>
+ <point x="-231.0" y="-550.0"/>
+ <point x="-231.0" y="-399.0" type="curve" smooth="yes"/>
+ <point x="-231.0" y="-248.0"/>
+ <point x="-360.0" y="-120.0"/>
+ <point x="-539.0" y="-120.0" type="curve" smooth="yes"/>
+ <point x="-718.0" y="-120.0"/>
+ <point x="-847.0" y="-248.0"/>
</contour>
<contour>
- <point x="-1145" y="-399" type="curve"/>
- <point x="-1145" y="-319"/>
- <point x="-1090" y="-253"/>
- <point x="-1001" y="-253" type="curve" smooth="yes"/>
- <point x="-912" y="-253"/>
- <point x="-857" y="-319"/>
- <point x="-857" y="-399" type="curve" smooth="yes"/>
- <point x="-857" y="-479"/>
- <point x="-912" y="-542"/>
- <point x="-1001" y="-542" type="curve" smooth="yes"/>
- <point x="-1090" y="-542"/>
- <point x="-1145" y="-479"/>
- </contour>
- <contour>
- <point x="-847" y="-399" type="curve"/>
- <point x="-847" y="-550"/>
- <point x="-718" y="-672"/>
- <point x="-539" y="-672" type="curve" smooth="yes"/>
- <point x="-360" y="-672"/>
- <point x="-231" y="-550"/>
- <point x="-231" y="-399" type="curve" smooth="yes"/>
- <point x="-231" y="-248"/>
- <point x="-360" y="-120"/>
- <point x="-539" y="-120" type="curve" smooth="yes"/>
- <point x="-718" y="-120"/>
- <point x="-847" y="-248"/>
- </contour>
- <contour>
- <point x="-683" y="-399" type="curve"/>
- <point x="-683" y="-319"/>
- <point x="-628" y="-253"/>
- <point x="-539" y="-253" type="curve" smooth="yes"/>
- <point x="-450" y="-253"/>
- <point x="-395" y="-319"/>
- <point x="-395" y="-399" type="curve" smooth="yes"/>
- <point x="-395" y="-479"/>
- <point x="-450" y="-542"/>
- <point x="-539" y="-542" type="curve" smooth="yes"/>
- <point x="-628" y="-542"/>
- <point x="-683" y="-479"/>
+ <point x="-683.0" y="-399.0" type="curve"/>
+ <point x="-683.0" y="-319.0"/>
+ <point x="-628.0" y="-253.0"/>
+ <point x="-539.0" y="-253.0" type="curve" smooth="yes"/>
+ <point x="-450.0" y="-253.0"/>
+ <point x="-395.0" y="-319.0"/>
+ <point x="-395.0" y="-399.0" type="curve" smooth="yes"/>
+ <point x="-395.0" y="-479.0"/>
+ <point x="-450.0" y="-542.0"/>
+ <point x="-539.0" y="-542.0" type="curve" smooth="yes"/>
+ <point x="-628.0" y="-542.0"/>
+ <point x="-683.0" y="-479.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni035B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni035B_.glif
index 67aca8ba0..b4fca02f6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni035B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni035B_.glif
@@ -1,34 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035B" format="1">
- <advance width="0"/>
+<glyph name="uni035B" format="2">
<unicode hex="035B"/>
+ <anchor x="-855.0" y="1678.0" name="_marktop"/>
+ <anchor x="-855.0" y="2394.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-855" y="1678" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-855" y="2394" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-956" y="2284" type="line"/>
- <point x="-1121" y="1844" type="line"/>
- <point x="-773" y="1844" type="line"/>
- <point x="-855" y="1624" type="line"/>
- <point x="-635" y="1624" type="line"/>
- <point x="-470" y="2064" type="line"/>
- <point x="-818" y="2064" type="line"/>
- <point x="-736" y="2284" type="line"/>
+ <point x="-956.0" y="2284.0" type="line"/>
+ <point x="-1121.0" y="1844.0" type="line"/>
+ <point x="-773.0" y="1844.0" type="line"/>
+ <point x="-855.0" y="1624.0" type="line"/>
+ <point x="-635.0" y="1624.0" type="line"/>
+ <point x="-470.0" y="2064.0" type="line"/>
+ <point x="-818.0" y="2064.0" type="line"/>
+ <point x="-736.0" y="2284.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni035C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni035C_.glif
index 5ca5ab5e0..e16d90997 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni035C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni035C_.glif
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035C" format="1">
- <advance width="0"/>
+<glyph name="uni035C" format="2">
<unicode hex="035C"/>
+ <anchor x="0.0" y="-41.0" name="_markbottom_dd"/>
<outline>
- <contour>
- <point x="0" y="-41" type="move" name="_markbottom_dd"/>
- </contour>
- <component base="uni035D" yOffset="-2241"/>
+ <component base="uni035D" yOffset="-2241.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni035D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni035D_.glif
index 35b7c34a3..06e9cbec5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni035D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni035D_.glif
@@ -1,37 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035D" format="1">
- <advance width="0"/>
+<glyph name="uni035D" format="2">
<unicode hex="035D"/>
+ <anchor x="0.0" y="1554.0" name="_marktop_dd"/>
<outline>
<contour>
- <point x="0" y="1554" type="move" name="_marktop_dd"/>
- </contour>
- <contour>
- <point x="714" y="2098" type="line"/>
- <point x="631" y="2008"/>
- <point x="484" y="1827"/>
- <point x="0" y="1827" type="curve" smooth="yes"/>
- <point x="-485" y="1827"/>
- <point x="-620" y="2008"/>
- <point x="-716" y="2098" type="curve"/>
- <point x="-1022" y="2098" type="line"/>
- <point x="-912" y="1849"/>
- <point x="-678" y="1580"/>
- <point x="0" y="1580" type="curve" smooth="yes"/>
- <point x="677" y="1580"/>
- <point x="910" y="1849"/>
- <point x="1020" y="2098" type="curve"/>
+ <point x="714.0" y="2098.0" type="line"/>
+ <point x="631.0" y="2008.0"/>
+ <point x="484.0" y="1827.0"/>
+ <point x="0.0" y="1827.0" type="curve" smooth="yes"/>
+ <point x="-485.0" y="1827.0"/>
+ <point x="-620.0" y="2008.0"/>
+ <point x="-716.0" y="2098.0" type="curve"/>
+ <point x="-1022.0" y="2098.0" type="line"/>
+ <point x="-912.0" y="1849.0"/>
+ <point x="-678.0" y="1580.0"/>
+ <point x="0.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="677.0" y="1580.0"/>
+ <point x="910.0" y="1849.0"/>
+ <point x="1020.0" y="2098.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni035E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni035E_.glif
index 6edf0e7d9..16b49d677 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni035E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni035E_.glif
@@ -1,27 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035E" format="1">
- <advance width="0"/>
+<glyph name="uni035E" format="2">
<unicode hex="035E"/>
+ <anchor x="0.0" y="1760.0" name="_marktop_dd"/>
<outline>
<contour>
- <point x="0" y="1760" type="move" name="_marktop_dd"/>
- </contour>
- <contour>
- <point x="796" y="2005" type="line"/>
- <point x="-792" y="2005" type="line"/>
- <point x="-792" y="1767" type="line"/>
- <point x="796" y="1767" type="line"/>
+ <point x="796.0" y="2005.0" type="line"/>
+ <point x="-792.0" y="2005.0" type="line"/>
+ <point x="-792.0" y="1767.0" type="line"/>
+ <point x="796.0" y="1767.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni035F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni035F_.glif
index e8833ce83..d8c41f454 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni035F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni035F_.glif
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035F" format="1">
- <advance width="0"/>
+<glyph name="uni035F" format="2">
<unicode hex="035F"/>
+ <anchor x="0.0" y="-14.0" name="_markbottom_dd"/>
<outline>
- <contour>
- <point x="0" y="-14" type="move" name="_markbottom_dd"/>
- </contour>
- <component base="uni035E" yOffset="-2214"/>
+ <component base="uni035E" yOffset="-2214.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0362.glif b/src/Inter-UI-Black.ufo/glyphs/uni0362.glif
index 8e5045f44..8a64f1a2c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0362.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0362.glif
@@ -1,39 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0362" format="1">
- <advance width="0"/>
+<glyph name="uni0362" format="2">
<unicode hex="0362"/>
+ <anchor x="0.0" y="-151.0" name="_markbottom_dd"/>
<outline>
<contour>
- <point x="0" y="-151" type="move" name="_markbottom_dd"/>
+ <point x="1108.0" y="-380.0" type="line"/>
+ <point x="-1108.0" y="-380.0" type="line"/>
+ <point x="-1108.0" y="-569.0" type="line"/>
+ <point x="1108.0" y="-569.0" type="line"/>
</contour>
<contour>
- <point x="1108" y="-380" type="line"/>
- <point x="-1108" y="-380" type="line"/>
- <point x="-1108" y="-569" type="line"/>
- <point x="1108" y="-569" type="line"/>
+ <point x="894.0" y="-758.0" type="line"/>
+ <point x="1308.0" y="-474.0" type="line"/>
+ <point x="1093.0" y="-402.0" type="line"/>
+ <point x="572.0" y="-758.0" type="line"/>
</contour>
<contour>
- <point x="894" y="-758" type="line"/>
- <point x="1308" y="-474" type="line"/>
- <point x="1093" y="-402" type="line"/>
- <point x="572" y="-758" type="line"/>
- </contour>
- <contour>
- <point x="572" y="-193" type="line"/>
- <point x="1086" y="-543" type="line"/>
- <point x="1308" y="-474" type="line"/>
- <point x="894" y="-193" type="line"/>
+ <point x="572.0" y="-193.0" type="line"/>
+ <point x="1086.0" y="-543.0" type="line"/>
+ <point x="1308.0" y="-474.0" type="line"/>
+ <point x="894.0" y="-193.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0363.glif b/src/Inter-UI-Black.ufo/glyphs/uni0363.glif
index 72f46fe41..aaded8213 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0363.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0363.glif
@@ -1,75 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0363" format="1">
- <advance width="0"/>
+<glyph name="uni0363" format="2">
<unicode hex="0363"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <anchor x="-792.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
+ <point x="-704.0" y="1843.0" type="line"/>
+ <point x="-704.0" y="1770.0"/>
+ <point x="-694.0" y="1698.0"/>
+ <point x="-672.0" y="1651.0" type="curve"/>
+ <point x="-447.0" y="1651.0" type="line"/>
+ <point x="-466.0" y="1701.0"/>
+ <point x="-479.0" y="1745.0"/>
+ <point x="-479.0" y="1843.0" type="curve" smooth="yes"/>
+ <point x="-479.0" y="2153.0" type="line" smooth="yes"/>
+ <point x="-479.0" y="2333.0"/>
+ <point x="-612.0" y="2424.0"/>
+ <point x="-791.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="-990.0" y="2424.0"/>
+ <point x="-1119.0" y="2318.0"/>
+ <point x="-1119.0" y="2177.0" type="curve"/>
+ <point x="-894.0" y="2177.0" type="line"/>
+ <point x="-894.0" y="2232.0"/>
+ <point x="-864.0" y="2255.0"/>
+ <point x="-804.0" y="2255.0" type="curve" smooth="yes"/>
+ <point x="-736.0" y="2255.0"/>
+ <point x="-704.0" y="2219.0"/>
+ <point x="-704.0" y="2155.0" type="curve"/>
</contour>
<contour>
- <point x="-792" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-704" y="1843" type="line" name="hr00"/>
- <point x="-704" y="1770"/>
- <point x="-694" y="1698"/>
- <point x="-672" y="1651" type="curve"/>
- <point x="-447" y="1651" type="line"/>
- <point x="-466" y="1701"/>
- <point x="-479" y="1745"/>
- <point x="-479" y="1843" type="curve" smooth="yes"/>
- <point x="-479" y="2153" type="line" smooth="yes"/>
- <point x="-479" y="2333"/>
- <point x="-612" y="2424"/>
- <point x="-791" y="2424" type="curve" smooth="yes"/>
- <point x="-990" y="2424"/>
- <point x="-1119" y="2318"/>
- <point x="-1119" y="2177" type="curve"/>
- <point x="-894" y="2177" type="line"/>
- <point x="-894" y="2232"/>
- <point x="-864" y="2255"/>
- <point x="-804" y="2255" type="curve" smooth="yes"/>
- <point x="-736" y="2255"/>
- <point x="-704" y="2219"/>
- <point x="-704" y="2155" type="curve"/>
- </contour>
- <contour>
- <point x="-677" y="2115" type="line"/>
- <point x="-782" y="2115" type="line" smooth="yes"/>
- <point x="-1023" y="2115"/>
- <point x="-1137" y="2021"/>
- <point x="-1137" y="1866" type="curve" smooth="yes"/>
- <point x="-1137" y="1727"/>
- <point x="-1038" y="1638"/>
- <point x="-894" y="1638" type="curve" smooth="yes"/>
- <point x="-748" y="1638"/>
- <point x="-677" y="1727"/>
- <point x="-642" y="1801" type="curve"/>
- <point x="-696" y="1899" type="line"/>
- <point x="-696" y="1860"/>
- <point x="-745" y="1805"/>
- <point x="-828" y="1805" type="curve" smooth="yes"/>
- <point x="-877" y="1805"/>
- <point x="-912" y="1836"/>
- <point x="-912" y="1878" type="curve" smooth="yes"/>
- <point x="-912" y="1936"/>
- <point x="-876" y="1990"/>
- <point x="-781" y="1990" type="curve"/>
- <point x="-675" y="1990" type="line"/>
+ <point x="-677.0" y="2115.0" type="line"/>
+ <point x="-782.0" y="2115.0" type="line" smooth="yes"/>
+ <point x="-1023.0" y="2115.0"/>
+ <point x="-1137.0" y="2021.0"/>
+ <point x="-1137.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1137.0" y="1727.0"/>
+ <point x="-1038.0" y="1638.0"/>
+ <point x="-894.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-748.0" y="1638.0"/>
+ <point x="-677.0" y="1727.0"/>
+ <point x="-642.0" y="1801.0" type="curve"/>
+ <point x="-696.0" y="1899.0" type="line"/>
+ <point x="-696.0" y="1860.0"/>
+ <point x="-745.0" y="1805.0"/>
+ <point x="-828.0" y="1805.0" type="curve" smooth="yes"/>
+ <point x="-877.0" y="1805.0"/>
+ <point x="-912.0" y="1836.0"/>
+ <point x="-912.0" y="1878.0" type="curve" smooth="yes"/>
+ <point x="-912.0" y="1936.0"/>
+ <point x="-876.0" y="1990.0"/>
+ <point x="-781.0" y="1990.0" type="curve"/>
+ <point x="-675.0" y="1990.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0364.glif b/src/Inter-UI-Black.ufo/glyphs/uni0364.glif
index 33a3e80b8..2ff31e8ed 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0364.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0364.glif
@@ -1,61 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0364" format="1">
- <advance width="0"/>
+<glyph name="uni0364" format="2">
<unicode hex="0364"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <anchor x="-792.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-758" y="1632" type="curve" smooth="yes" name="hr00"/>
- <point x="-611" y="1632"/>
- <point x="-507" y="1698"/>
- <point x="-459" y="1766" type="curve"/>
- <point x="-565" y="1893" type="line"/>
- <point x="-609" y="1837"/>
- <point x="-675" y="1815"/>
- <point x="-743" y="1815" type="curve" smooth="yes"/>
- <point x="-853" y="1815"/>
- <point x="-919" y="1888"/>
- <point x="-919" y="2001" type="curve" smooth="yes"/>
- <point x="-919" y="2027" type="line" smooth="yes"/>
- <point x="-919" y="2140"/>
- <point x="-888" y="2237"/>
- <point x="-784" y="2237" type="curve" smooth="yes"/>
- <point x="-703" y="2237"/>
- <point x="-661" y="2192"/>
- <point x="-661" y="2118" type="curve" smooth="yes"/>
- <point x="-661" y="2100" type="line"/>
- <point x="-1055" y="2100" type="line"/>
- <point x="-1055" y="1951" type="line"/>
- <point x="-440" y="1951" type="line"/>
- <point x="-440" y="2047" type="line" smooth="yes"/>
- <point x="-440" y="2276"/>
- <point x="-565" y="2419"/>
- <point x="-782" y="2419" type="curve" smooth="yes"/>
- <point x="-1018" y="2419"/>
- <point x="-1144" y="2248"/>
- <point x="-1144" y="2027" type="curve" smooth="yes"/>
- <point x="-1144" y="2001" type="line" smooth="yes"/>
- <point x="-1144" y="1801"/>
- <point x="-1001" y="1632"/>
+ <point x="-758.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-611.0" y="1632.0"/>
+ <point x="-507.0" y="1698.0"/>
+ <point x="-459.0" y="1766.0" type="curve"/>
+ <point x="-565.0" y="1893.0" type="line"/>
+ <point x="-609.0" y="1837.0"/>
+ <point x="-675.0" y="1815.0"/>
+ <point x="-743.0" y="1815.0" type="curve" smooth="yes"/>
+ <point x="-853.0" y="1815.0"/>
+ <point x="-919.0" y="1888.0"/>
+ <point x="-919.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-919.0" y="2027.0" type="line" smooth="yes"/>
+ <point x="-919.0" y="2140.0"/>
+ <point x="-888.0" y="2237.0"/>
+ <point x="-784.0" y="2237.0" type="curve" smooth="yes"/>
+ <point x="-703.0" y="2237.0"/>
+ <point x="-661.0" y="2192.0"/>
+ <point x="-661.0" y="2118.0" type="curve" smooth="yes"/>
+ <point x="-661.0" y="2100.0" type="line"/>
+ <point x="-1055.0" y="2100.0" type="line"/>
+ <point x="-1055.0" y="1951.0" type="line"/>
+ <point x="-440.0" y="1951.0" type="line"/>
+ <point x="-440.0" y="2047.0" type="line" smooth="yes"/>
+ <point x="-440.0" y="2276.0"/>
+ <point x="-565.0" y="2419.0"/>
+ <point x="-782.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1018.0" y="2419.0"/>
+ <point x="-1144.0" y="2248.0"/>
+ <point x="-1144.0" y="2027.0" type="curve" smooth="yes"/>
+ <point x="-1144.0" y="2001.0" type="line" smooth="yes"/>
+ <point x="-1144.0" y="1801.0"/>
+ <point x="-1001.0" y="1632.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.31</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0365.glif b/src/Inter-UI-Black.ufo/glyphs/uni0365.glif
index b2456e43c..a5aa404e8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0365.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0365.glif
@@ -1,44 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0365" format="1">
- <advance width="0"/>
+<glyph name="uni0365" format="2">
<unicode hex="0365"/>
+ <anchor x="-789.0" y="1609.0" name="_marktop"/>
+ <anchor x="-789.0" y="2775.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-789" y="1609" type="move" name="_marktop"/>
+ <point x="-677.0" y="2410.0" type="line"/>
+ <point x="-902.0" y="2410.0" type="line"/>
+ <point x="-902.0" y="1651.0" type="line"/>
+ <point x="-677.0" y="1651.0" type="line"/>
</contour>
<contour>
- <point x="-789" y="2775" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-677" y="2410" type="line"/>
- <point x="-902" y="2410" type="line"/>
- <point x="-902" y="1651" type="line"/>
- <point x="-677" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-916" y="2606" type="curve" smooth="yes"/>
- <point x="-916" y="2538"/>
- <point x="-865" y="2490"/>
- <point x="-791" y="2490" type="curve" smooth="yes"/>
- <point x="-715" y="2490"/>
- <point x="-664" y="2538"/>
- <point x="-664" y="2606" type="curve" smooth="yes"/>
- <point x="-664" y="2673"/>
- <point x="-715" y="2721"/>
- <point x="-791" y="2721" type="curve" smooth="yes"/>
- <point x="-865" y="2721"/>
- <point x="-916" y="2673"/>
+ <point x="-916.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-916.0" y="2538.0"/>
+ <point x="-865.0" y="2490.0"/>
+ <point x="-791.0" y="2490.0" type="curve" smooth="yes"/>
+ <point x="-715.0" y="2490.0"/>
+ <point x="-664.0" y="2538.0"/>
+ <point x="-664.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-664.0" y="2673.0"/>
+ <point x="-715.0" y="2721.0"/>
+ <point x="-791.0" y="2721.0" type="curve" smooth="yes"/>
+ <point x="-865.0" y="2721.0"/>
+ <point x="-916.0" y="2673.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0366.glif b/src/Inter-UI-Black.ufo/glyphs/uni0366.glif
index 2d71b7f5e..9beb538ff 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0366.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0366.glif
@@ -1,56 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0366" format="1">
- <advance width="0"/>
+<glyph name="uni0366" format="2">
<unicode hex="0366"/>
+ <anchor x="-791.0" y="1609.0" name="_marktop"/>
+ <anchor x="-791.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-791" y="1609" type="move" name="_marktop"/>
+ <point x="-791.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-556.0" y="1632.0"/>
+ <point x="-428.0" y="1796.0"/>
+ <point x="-428.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-428.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-428.0" y="2254.0"/>
+ <point x="-556.0" y="2419.0"/>
+ <point x="-792.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="2419.0"/>
+ <point x="-1155.0" y="2254.0"/>
+ <point x="-1155.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1155.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1155.0" y="1796.0"/>
+ <point x="-1026.0" y="1632.0"/>
</contour>
<contour>
- <point x="-791" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-791" y="1632" type="curve" smooth="yes"/>
- <point x="-556" y="1632"/>
- <point x="-428" y="1796"/>
- <point x="-428" y="2017" type="curve" smooth="yes"/>
- <point x="-428" y="2032" type="line" smooth="yes"/>
- <point x="-428" y="2254"/>
- <point x="-556" y="2419"/>
- <point x="-792" y="2419" type="curve" smooth="yes"/>
- <point x="-1026" y="2419"/>
- <point x="-1155" y="2254"/>
- <point x="-1155" y="2032" type="curve" smooth="yes"/>
- <point x="-1155" y="2017" type="line" smooth="yes"/>
- <point x="-1155" y="1796"/>
- <point x="-1026" y="1632"/>
- </contour>
- <contour>
- <point x="-791" y="1815" type="curve" smooth="yes"/>
- <point x="-897" y="1815"/>
- <point x="-930" y="1903"/>
- <point x="-930" y="2017" type="curve" smooth="yes"/>
- <point x="-930" y="2032" type="line" smooth="yes"/>
- <point x="-930" y="2144"/>
- <point x="-895" y="2237"/>
- <point x="-792" y="2237" type="curve" smooth="yes"/>
- <point x="-686" y="2237"/>
- <point x="-653" y="2144"/>
- <point x="-653" y="2032" type="curve" smooth="yes"/>
- <point x="-653" y="2017" type="line" smooth="yes"/>
- <point x="-653" y="1903"/>
- <point x="-686" y="1815"/>
+ <point x="-791.0" y="1815.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="1815.0"/>
+ <point x="-930.0" y="1903.0"/>
+ <point x="-930.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-930.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-930.0" y="2144.0"/>
+ <point x="-895.0" y="2237.0"/>
+ <point x="-792.0" y="2237.0" type="curve" smooth="yes"/>
+ <point x="-686.0" y="2237.0"/>
+ <point x="-653.0" y="2144.0"/>
+ <point x="-653.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-653.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-653.0" y="1903.0"/>
+ <point x="-686.0" y="1815.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0367.glif b/src/Inter-UI-Black.ufo/glyphs/uni0367.glif
index f5d06e52c..c43df5c18 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0367.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0367.glif
@@ -1,49 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0367" format="1">
- <advance width="0"/>
+<glyph name="uni0367" format="2">
<unicode hex="0367"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <anchor x="-792.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
+ <point x="-682.0" y="1836.0" type="line"/>
+ <point x="-653.0" y="1651.0" type="line"/>
+ <point x="-455.0" y="1651.0" type="line"/>
+ <point x="-455.0" y="2410.0" type="line"/>
+ <point x="-682.0" y="2410.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-682" y="1836" type="line"/>
- <point x="-653" y="1651" type="line"/>
- <point x="-455" y="1651" type="line"/>
- <point x="-455" y="2410" type="line"/>
- <point x="-682" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-659" y="2005" type="line"/>
- <point x="-659" y="1899"/>
- <point x="-693" y="1821"/>
- <point x="-806" y="1821" type="curve" smooth="yes"/>
- <point x="-868" y="1821"/>
- <point x="-905" y="1860"/>
- <point x="-905" y="1946" type="curve" smooth="yes"/>
- <point x="-905" y="2410" type="line"/>
- <point x="-1130" y="2410" type="line"/>
- <point x="-1130" y="1947" type="line" smooth="yes"/>
- <point x="-1130" y="1727"/>
- <point x="-1027" y="1638"/>
- <point x="-877" y="1638" type="curve" smooth="yes"/>
- <point x="-685" y="1638"/>
- <point x="-583" y="1793"/>
- <point x="-583" y="2006" type="curve"/>
+ <point x="-659.0" y="2005.0" type="line"/>
+ <point x="-659.0" y="1899.0"/>
+ <point x="-693.0" y="1821.0"/>
+ <point x="-806.0" y="1821.0" type="curve" smooth="yes"/>
+ <point x="-868.0" y="1821.0"/>
+ <point x="-905.0" y="1860.0"/>
+ <point x="-905.0" y="1946.0" type="curve" smooth="yes"/>
+ <point x="-905.0" y="2410.0" type="line"/>
+ <point x="-1130.0" y="2410.0" type="line"/>
+ <point x="-1130.0" y="1947.0" type="line" smooth="yes"/>
+ <point x="-1130.0" y="1727.0"/>
+ <point x="-1027.0" y="1638.0"/>
+ <point x="-877.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-685.0" y="1638.0"/>
+ <point x="-583.0" y="1793.0"/>
+ <point x="-583.0" y="2006.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0368.glif b/src/Inter-UI-Black.ufo/glyphs/uni0368.glif
index 6eeb6defd..7e9a9c5c8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0368.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0368.glif
@@ -1,54 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0368" format="1">
- <advance width="0"/>
+<glyph name="uni0368" format="2">
<unicode hex="0368"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <anchor x="-792.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-774" y="1632" type="curve" smooth="yes"/>
- <point x="-594" y="1632"/>
- <point x="-457" y="1746"/>
- <point x="-457" y="1917" type="curve"/>
- <point x="-668" y="1917" type="line"/>
- <point x="-668" y="1852"/>
- <point x="-711" y="1815"/>
- <point x="-780" y="1815" type="curve" smooth="yes"/>
- <point x="-886" y="1815"/>
- <point x="-903" y="1904"/>
- <point x="-903" y="2017" type="curve" smooth="yes"/>
- <point x="-903" y="2034" type="line" smooth="yes"/>
- <point x="-903" y="2142"/>
- <point x="-886" y="2237"/>
- <point x="-781" y="2237" type="curve" smooth="yes"/>
- <point x="-705" y="2237"/>
- <point x="-668" y="2182"/>
- <point x="-668" y="2115" type="curve"/>
- <point x="-457" y="2115" type="line"/>
- <point x="-457" y="2307"/>
- <point x="-587" y="2419"/>
- <point x="-776" y="2419" type="curve" smooth="yes"/>
- <point x="-1011" y="2419"/>
- <point x="-1129" y="2252"/>
- <point x="-1129" y="2034" type="curve" smooth="yes"/>
- <point x="-1129" y="2017" type="line" smooth="yes"/>
- <point x="-1129" y="1797"/>
- <point x="-1011" y="1632"/>
+ <point x="-774.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-594.0" y="1632.0"/>
+ <point x="-457.0" y="1746.0"/>
+ <point x="-457.0" y="1917.0" type="curve"/>
+ <point x="-668.0" y="1917.0" type="line"/>
+ <point x="-668.0" y="1852.0"/>
+ <point x="-711.0" y="1815.0"/>
+ <point x="-780.0" y="1815.0" type="curve" smooth="yes"/>
+ <point x="-886.0" y="1815.0"/>
+ <point x="-903.0" y="1904.0"/>
+ <point x="-903.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-903.0" y="2034.0" type="line" smooth="yes"/>
+ <point x="-903.0" y="2142.0"/>
+ <point x="-886.0" y="2237.0"/>
+ <point x="-781.0" y="2237.0" type="curve" smooth="yes"/>
+ <point x="-705.0" y="2237.0"/>
+ <point x="-668.0" y="2182.0"/>
+ <point x="-668.0" y="2115.0" type="curve"/>
+ <point x="-457.0" y="2115.0" type="line"/>
+ <point x="-457.0" y="2307.0"/>
+ <point x="-587.0" y="2419.0"/>
+ <point x="-776.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1011.0" y="2419.0"/>
+ <point x="-1129.0" y="2252.0"/>
+ <point x="-1129.0" y="2034.0" type="curve" smooth="yes"/>
+ <point x="-1129.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1129.0" y="1797.0"/>
+ <point x="-1011.0" y="1632.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0369.glif b/src/Inter-UI-Black.ufo/glyphs/uni0369.glif
index 5df5e832e..dadbb81e5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0369.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0369.glif
@@ -1,63 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0369" format="1">
- <advance width="0"/>
+<glyph name="uni0369" format="2">
<unicode hex="0369"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <anchor x="-792.0" y="2775.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
+ <point x="-671.0" y="1826.0" type="line"/>
+ <point x="-641.0" y="1651.0" type="line"/>
+ <point x="-444.0" y="1651.0" type="line"/>
+ <point x="-444.0" y="2738.0" type="line"/>
+ <point x="-671.0" y="2738.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="2775" type="move" name="_mkmktop"/>
+ <point x="-847.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-671.0" y="1638.0"/>
+ <point x="-587.0" y="1811.0"/>
+ <point x="-558.0" y="2016.0" type="curve"/>
+ <point x="-558.0" y="2034.0" type="line"/>
+ <point x="-587.0" y="2254.0"/>
+ <point x="-671.0" y="2419.0"/>
+ <point x="-846.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1038.0" y="2419.0"/>
+ <point x="-1141.0" y="2267.0"/>
+ <point x="-1141.0" y="2036.0" type="curve" smooth="yes"/>
+ <point x="-1141.0" y="2021.0" type="line" smooth="yes"/>
+ <point x="-1141.0" y="1801.0"/>
+ <point x="-1038.0" y="1638.0"/>
</contour>
<contour>
- <point x="-671" y="1826" type="line"/>
- <point x="-641" y="1651" type="line"/>
- <point x="-444" y="1651" type="line"/>
- <point x="-444" y="2738" type="line"/>
- <point x="-671" y="2738" type="line"/>
- </contour>
- <contour>
- <point x="-847" y="1638" type="curve" smooth="yes"/>
- <point x="-671" y="1638"/>
- <point x="-587" y="1811"/>
- <point x="-558" y="2016" type="curve"/>
- <point x="-558" y="2034" type="line"/>
- <point x="-587" y="2254"/>
- <point x="-671" y="2419"/>
- <point x="-846" y="2419" type="curve" smooth="yes"/>
- <point x="-1038" y="2419"/>
- <point x="-1141" y="2267"/>
- <point x="-1141" y="2036" type="curve" smooth="yes"/>
- <point x="-1141" y="2021" type="line" smooth="yes"/>
- <point x="-1141" y="1801"/>
- <point x="-1038" y="1638"/>
- </contour>
- <contour>
- <point x="-789" y="1821" type="curve" smooth="yes"/>
- <point x="-884" y="1821"/>
- <point x="-916" y="1909"/>
- <point x="-916" y="2021" type="curve" smooth="yes"/>
- <point x="-916" y="2036" type="line" smooth="yes"/>
- <point x="-916" y="2155"/>
- <point x="-881" y="2243"/>
- <point x="-788" y="2243" type="curve" smooth="yes"/>
- <point x="-694" y="2243"/>
- <point x="-649" y="2177"/>
- <point x="-649" y="2053" type="curve" smooth="yes"/>
- <point x="-649" y="1998" type="line" smooth="yes"/>
- <point x="-649" y="1889"/>
- <point x="-694" y="1821"/>
+ <point x="-789.0" y="1821.0" type="curve" smooth="yes"/>
+ <point x="-884.0" y="1821.0"/>
+ <point x="-916.0" y="1909.0"/>
+ <point x="-916.0" y="2021.0" type="curve" smooth="yes"/>
+ <point x="-916.0" y="2036.0" type="line" smooth="yes"/>
+ <point x="-916.0" y="2155.0"/>
+ <point x="-881.0" y="2243.0"/>
+ <point x="-788.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-694.0" y="2243.0"/>
+ <point x="-649.0" y="2177.0"/>
+ <point x="-649.0" y="2053.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="1998.0" type="line" smooth="yes"/>
+ <point x="-649.0" y="1889.0"/>
+ <point x="-694.0" y="1821.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni036A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni036A_.glif
index 90eadacc9..15c6df667 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni036A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni036A_.glif
@@ -1,48 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036A" format="1">
- <advance width="0"/>
+<glyph name="uni036A" format="2">
<unicode hex="036A"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <anchor x="-792.0" y="2775.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
+ <point x="-905.0" y="2738.0" type="line"/>
+ <point x="-1130.0" y="2738.0" type="line"/>
+ <point x="-1130.0" y="1651.0" type="line"/>
+ <point x="-905.0" y="1651.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="2775" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-905" y="2738" type="line"/>
- <point x="-1130" y="2738" type="line"/>
- <point x="-1130" y="1651" type="line"/>
- <point x="-905" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-934" y="2052" type="line"/>
- <point x="-934" y="2157"/>
- <point x="-906" y="2236"/>
- <point x="-793" y="2236" type="curve" smooth="yes"/>
- <point x="-723" y="2236"/>
- <point x="-682" y="2207"/>
- <point x="-682" y="2083" type="curve" smooth="yes"/>
- <point x="-682" y="1651" type="line"/>
- <point x="-455" y="1651" type="line"/>
- <point x="-455" y="2082" type="line" smooth="yes"/>
- <point x="-455" y="2322"/>
- <point x="-558" y="2419"/>
- <point x="-708" y="2419" type="curve" smooth="yes"/>
- <point x="-877" y="2419"/>
- <point x="-989" y="2263"/>
- <point x="-989" y="2050" type="curve"/>
+ <point x="-934.0" y="2052.0" type="line"/>
+ <point x="-934.0" y="2157.0"/>
+ <point x="-906.0" y="2236.0"/>
+ <point x="-793.0" y="2236.0" type="curve" smooth="yes"/>
+ <point x="-723.0" y="2236.0"/>
+ <point x="-682.0" y="2207.0"/>
+ <point x="-682.0" y="2083.0" type="curve" smooth="yes"/>
+ <point x="-682.0" y="1651.0" type="line"/>
+ <point x="-455.0" y="1651.0" type="line"/>
+ <point x="-455.0" y="2082.0" type="line" smooth="yes"/>
+ <point x="-455.0" y="2322.0"/>
+ <point x="-558.0" y="2419.0"/>
+ <point x="-708.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-877.0" y="2419.0"/>
+ <point x="-989.0" y="2263.0"/>
+ <point x="-989.0" y="2050.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni036B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni036B_.glif
index 47db11268..0728d6bae 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni036B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni036B_.glif
@@ -1,67 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036B" format="1">
- <advance width="0"/>
+<glyph name="uni036B" format="2">
<unicode hex="036B"/>
+ <anchor x="-793.0" y="1609.0" name="_marktop"/>
+ <anchor x="-793.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-793" y="1609" type="move" name="_marktop"/>
+ <point x="-1129.0" y="2226.0" type="line"/>
+ <point x="-1158.0" y="2410.0" type="line"/>
+ <point x="-1356.0" y="2410.0" type="line"/>
+ <point x="-1356.0" y="1651.0" type="line"/>
+ <point x="-1129.0" y="1651.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="2500" type="move" name="_mkmktop"/>
+ <point x="-1152.0" y="2052.0" type="line"/>
+ <point x="-1152.0" y="2157.0"/>
+ <point x="-1118.0" y="2236.0"/>
+ <point x="-1005.0" y="2236.0" type="curve" smooth="yes"/>
+ <point x="-943.0" y="2236.0"/>
+ <point x="-906.0" y="2196.0"/>
+ <point x="-906.0" y="2111.0" type="curve" smooth="yes"/>
+ <point x="-906.0" y="1651.0" type="line"/>
+ <point x="-681.0" y="1651.0" type="line"/>
+ <point x="-681.0" y="2109.0" type="line" smooth="yes"/>
+ <point x="-681.0" y="2329.0"/>
+ <point x="-784.0" y="2419.0"/>
+ <point x="-934.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1126.0" y="2419.0"/>
+ <point x="-1228.0" y="2263.0"/>
+ <point x="-1228.0" y="2050.0" type="curve"/>
</contour>
<contour>
- <point x="-1129" y="2226" type="line"/>
- <point x="-1158" y="2410" type="line"/>
- <point x="-1356" y="2410" type="line"/>
- <point x="-1356" y="1651" type="line"/>
- <point x="-1129" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-1152" y="2052" type="line"/>
- <point x="-1152" y="2157"/>
- <point x="-1118" y="2236"/>
- <point x="-1005" y="2236" type="curve" smooth="yes"/>
- <point x="-943" y="2236"/>
- <point x="-906" y="2196"/>
- <point x="-906" y="2111" type="curve" smooth="yes"/>
- <point x="-906" y="1651" type="line"/>
- <point x="-681" y="1651" type="line"/>
- <point x="-681" y="2109" type="line" smooth="yes"/>
- <point x="-681" y="2329"/>
- <point x="-784" y="2419"/>
- <point x="-934" y="2419" type="curve" smooth="yes"/>
- <point x="-1126" y="2419"/>
- <point x="-1228" y="2263"/>
- <point x="-1228" y="2050" type="curve"/>
- </contour>
- <contour>
- <point x="-704" y="2052" type="line"/>
- <point x="-704" y="2157"/>
- <point x="-670" y="2236"/>
- <point x="-557" y="2236" type="curve" smooth="yes"/>
- <point x="-495" y="2236"/>
- <point x="-458" y="2196"/>
- <point x="-458" y="2111" type="curve" smooth="yes"/>
- <point x="-458" y="1651" type="line"/>
- <point x="-232" y="1651" type="line"/>
- <point x="-232" y="2109" type="line" smooth="yes"/>
- <point x="-232" y="2329"/>
- <point x="-336" y="2419"/>
- <point x="-485" y="2419" type="curve" smooth="yes"/>
- <point x="-678" y="2419"/>
- <point x="-780" y="2263"/>
- <point x="-780" y="2050" type="curve"/>
+ <point x="-704.0" y="2052.0" type="line"/>
+ <point x="-704.0" y="2157.0"/>
+ <point x="-670.0" y="2236.0"/>
+ <point x="-557.0" y="2236.0" type="curve" smooth="yes"/>
+ <point x="-495.0" y="2236.0"/>
+ <point x="-458.0" y="2196.0"/>
+ <point x="-458.0" y="2111.0" type="curve" smooth="yes"/>
+ <point x="-458.0" y="1651.0" type="line"/>
+ <point x="-232.0" y="1651.0" type="line"/>
+ <point x="-232.0" y="2109.0" type="line" smooth="yes"/>
+ <point x="-232.0" y="2329.0"/>
+ <point x="-336.0" y="2419.0"/>
+ <point x="-485.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-678.0" y="2419.0"/>
+ <point x="-780.0" y="2263.0"/>
+ <point x="-780.0" y="2050.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni036C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni036C_.glif
index 54cb03d0f..04758d504 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni036C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni036C_.glif
@@ -1,47 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036C" format="1">
- <advance width="0"/>
+<glyph name="uni036C" format="2">
<unicode hex="036C"/>
+ <anchor x="-734.0" y="1609.0" name="_marktop"/>
+ <anchor x="-734.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-734" y="1609" type="move" name="_marktop"/>
+ <point x="-726.0" y="2226.0" type="line"/>
+ <point x="-755.0" y="2410.0" type="line"/>
+ <point x="-953.0" y="2410.0" type="line"/>
+ <point x="-953.0" y="1651.0" type="line"/>
+ <point x="-726.0" y="1651.0" type="line"/>
</contour>
<contour>
- <point x="-734" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-726" y="2226" type="line"/>
- <point x="-755" y="2410" type="line"/>
- <point x="-953" y="2410" type="line"/>
- <point x="-953" y="1651" type="line"/>
- <point x="-726" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-516" y="2410" type="line"/>
- <point x="-536" y="2416"/>
- <point x="-558" y="2419"/>
- <point x="-582" y="2419" type="curve" smooth="yes"/>
- <point x="-723" y="2419"/>
- <point x="-825" y="2263"/>
- <point x="-825" y="2050" type="curve"/>
- <point x="-758" y="2052" type="line"/>
- <point x="-758" y="2157"/>
- <point x="-694" y="2197"/>
- <point x="-602" y="2197" type="curve" smooth="yes"/>
- <point x="-561" y="2197"/>
- <point x="-538" y="2189"/>
- <point x="-516" y="2181" type="curve"/>
+ <point x="-516.0" y="2410.0" type="line"/>
+ <point x="-536.0" y="2416.0"/>
+ <point x="-558.0" y="2419.0"/>
+ <point x="-582.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-723.0" y="2419.0"/>
+ <point x="-825.0" y="2263.0"/>
+ <point x="-825.0" y="2050.0" type="curve"/>
+ <point x="-758.0" y="2052.0" type="line"/>
+ <point x="-758.0" y="2157.0"/>
+ <point x="-694.0" y="2197.0"/>
+ <point x="-602.0" y="2197.0" type="curve" smooth="yes"/>
+ <point x="-561.0" y="2197.0"/>
+ <point x="-538.0" y="2189.0"/>
+ <point x="-516.0" y="2181.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni036D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni036D_.glif
index affc5412a..b3e560934 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni036D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni036D_.glif
@@ -1,48 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036D" format="1">
- <advance width="0"/>
+<glyph name="uni036D" format="2">
<unicode hex="036D"/>
+ <anchor x="-872.0" y="1609.0" name="_marktop"/>
+ <anchor x="-872.0" y="2775.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-872" y="1609" type="move" name="_marktop"/>
+ <point x="-652.0" y="2419.0" type="line"/>
+ <point x="-1104.0" y="2419.0" type="line"/>
+ <point x="-1104.0" y="2255.0" type="line"/>
+ <point x="-652.0" y="2255.0" type="line"/>
</contour>
<contour>
- <point x="-872" y="2775" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-652" y="2419" type="line"/>
- <point x="-1104" y="2419" type="line"/>
- <point x="-1104" y="2255" type="line"/>
- <point x="-652" y="2255" type="line"/>
- </contour>
- <contour>
- <point x="-1004" y="2602" type="line"/>
- <point x="-1004" y="1900" type="line" smooth="yes"/>
- <point x="-1004" y="1716"/>
- <point x="-917" y="1640"/>
- <point x="-771" y="1640" type="curve" smooth="yes"/>
- <point x="-722" y="1640"/>
- <point x="-679" y="1647"/>
- <point x="-641" y="1661" type="curve"/>
- <point x="-641" y="1830" type="line"/>
- <point x="-657" y="1827"/>
- <point x="-674" y="1826"/>
- <point x="-700" y="1826" type="curve" smooth="yes"/>
- <point x="-756" y="1826"/>
- <point x="-777" y="1844"/>
- <point x="-777" y="1902" type="curve" smooth="yes"/>
- <point x="-777" y="2602" type="line"/>
+ <point x="-1004.0" y="2602.0" type="line"/>
+ <point x="-1004.0" y="1900.0" type="line" smooth="yes"/>
+ <point x="-1004.0" y="1716.0"/>
+ <point x="-917.0" y="1640.0"/>
+ <point x="-771.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="-722.0" y="1640.0"/>
+ <point x="-679.0" y="1647.0"/>
+ <point x="-641.0" y="1661.0" type="curve"/>
+ <point x="-641.0" y="1830.0" type="line"/>
+ <point x="-657.0" y="1827.0"/>
+ <point x="-674.0" y="1826.0"/>
+ <point x="-700.0" y="1826.0" type="curve" smooth="yes"/>
+ <point x="-756.0" y="1826.0"/>
+ <point x="-777.0" y="1844.0"/>
+ <point x="-777.0" y="1902.0" type="curve" smooth="yes"/>
+ <point x="-777.0" y="2602.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni036E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni036E_.glif
index 8bf34e5e2..35ed3b3e5 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni036E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni036E_.glif
@@ -1,38 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036E" format="1">
- <advance width="0"/>
+<glyph name="uni036E" format="2">
<unicode hex="036E"/>
+ <anchor x="-793.0" y="1609.0" name="_marktop"/>
+ <anchor x="-793.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-793" y="1609" type="move" name="_marktop"/>
+ <point x="-776.0" y="1964.0" type="line"/>
+ <point x="-833.0" y="1651.0" type="line"/>
+ <point x="-681.0" y="1651.0" type="line"/>
+ <point x="-430.0" y="2419.0" type="line"/>
+ <point x="-667.0" y="2419.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-776" y="1964" type="line"/>
- <point x="-833" y="1651" type="line"/>
- <point x="-681" y="1651" type="line"/>
- <point x="-430" y="2419" type="line"/>
- <point x="-667" y="2419" type="line"/>
- </contour>
- <contour>
- <point x="-919" y="2419" type="line"/>
- <point x="-1156" y="2419" type="line"/>
- <point x="-906" y="1651" type="line"/>
- <point x="-754" y="1651" type="line"/>
- <point x="-809" y="1964" type="line"/>
+ <point x="-919.0" y="2419.0" type="line"/>
+ <point x="-1156.0" y="2419.0" type="line"/>
+ <point x="-906.0" y="1651.0" type="line"/>
+ <point x="-754.0" y="1651.0" type="line"/>
+ <point x="-809.0" y="1964.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni036F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni036F_.glif
index 0d7db27c1..cd6a32473 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni036F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni036F_.glif
@@ -1,38 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036F" format="1">
- <advance width="0"/>
+<glyph name="uni036F" format="2">
<unicode hex="036F"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <anchor x="-792.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-905" y="2419" type="line"/>
- <point x="-1143" y="2419" type="line"/>
- <point x="-939" y="2043" type="line"/>
- <point x="-1154" y="1651" type="line"/>
- <point x="-916" y="1651" type="line"/>
- <point x="-792" y="1878" type="line"/>
- <point x="-668" y="1651" type="line"/>
- <point x="-430" y="1651" type="line"/>
- <point x="-645" y="2043" type="line"/>
- <point x="-440" y="2419" type="line"/>
- <point x="-677" y="2419" type="line"/>
- <point x="-792" y="2210" type="line"/>
+ <point x="-905.0" y="2419.0" type="line"/>
+ <point x="-1143.0" y="2419.0" type="line"/>
+ <point x="-939.0" y="2043.0" type="line"/>
+ <point x="-1154.0" y="1651.0" type="line"/>
+ <point x="-916.0" y="1651.0" type="line"/>
+ <point x="-792.0" y="1878.0" type="line"/>
+ <point x="-668.0" y="1651.0" type="line"/>
+ <point x="-430.0" y="1651.0" type="line"/>
+ <point x="-645.0" y="2043.0" type="line"/>
+ <point x="-440.0" y="2419.0" type="line"/>
+ <point x="-677.0" y="2419.0" type="line"/>
+ <point x="-792.0" y="2210.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0370.glif b/src/Inter-UI-Black.ufo/glyphs/uni0370.glif
index 3cce7d0e1..949b6c086 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0370.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0370.glif
@@ -1,28 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0370" format="1">
- <advance width="1824"/>
+<glyph name="uni0370" format="2">
+ <advance width="1824.0"/>
<unicode hex="0370"/>
<outline>
<contour>
- <point x="1584" y="1208" type="line" name="hr00"/>
- <point x="556" y="1208" type="line"/>
- <point x="556" y="836" type="line"/>
- <point x="1584" y="836" type="line"/>
+ <point x="1584.0" y="1208.0" type="line"/>
+ <point x="556.0" y="1208.0" type="line"/>
+ <point x="556.0" y="836.0" type="line"/>
+ <point x="1584.0" y="836.0" type="line"/>
</contour>
<contour>
- <point x="704" y="2004" type="line"/>
- <point x="240" y="2004" type="line"/>
- <point x="240" y="0" type="line"/>
- <point x="704" y="0" type="line"/>
+ <point x="704.0" y="2004.0" type="line"/>
+ <point x="240.0" y="2004.0" type="line"/>
+ <point x="240.0" y="0.0" type="line"/>
+ <point x="704.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1590, 'leftMargin': 161, 'rightMargin': 86}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0371.glif b/src/Inter-UI-Black.ufo/glyphs/uni0371.glif
index 1dc8a6c76..8b2b5b46c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0371.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0371.glif
@@ -1,40 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0371" format="1">
- <advance width="1568"/>
+<glyph name="uni0371" format="2">
+ <advance width="1568.0"/>
<unicode hex="0371"/>
<outline>
<contour>
- <point x="884" y="0" type="line" name="hr00"/>
- <point x="884" y="1024" type="line" smooth="yes"/>
- <point x="884" y="1464"/>
- <point x="568" y="1516"/>
- <point x="332" y="1516" type="curve" smooth="yes"/>
- <point x="232" y="1516"/>
- <point x="160" y="1508"/>
- <point x="96" y="1496" type="curve"/>
- <point x="96" y="1200" type="line"/>
- <point x="136" y="1204"/>
- <point x="168" y="1208"/>
- <point x="208" y="1208" type="curve" smooth="yes"/>
- <point x="312" y="1208"/>
- <point x="440" y="1172"/>
- <point x="440" y="1024" type="curve" smooth="yes"/>
- <point x="440" y="0" type="line"/>
+ <point x="884.0" y="0.0" type="line"/>
+ <point x="884.0" y="1024.0" type="line" smooth="yes"/>
+ <point x="884.0" y="1464.0"/>
+ <point x="568.0" y="1516.0"/>
+ <point x="332.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="232.0" y="1516.0"/>
+ <point x="160.0" y="1508.0"/>
+ <point x="96.0" y="1496.0" type="curve"/>
+ <point x="96.0" y="1200.0" type="line"/>
+ <point x="136.0" y="1204.0"/>
+ <point x="168.0" y="1208.0"/>
+ <point x="208.0" y="1208.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="1208.0"/>
+ <point x="440.0" y="1172.0"/>
+ <point x="440.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1472" y="908" type="line"/>
- <point x="728" y="908" type="line"/>
- <point x="728" y="552" type="line"/>
- <point x="1472" y="552" type="line"/>
+ <point x="1472.0" y="908.0" type="line"/>
+ <point x="728.0" y="908.0" type="line"/>
+ <point x="728.0" y="552.0" type="line"/>
+ <point x="1472.0" y="552.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1437, 'leftMargin': 30, 'rightMargin': 30}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0372.glif b/src/Inter-UI-Black.ufo/glyphs/uni0372.glif
index d4624a90f..de4d45a5b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0372.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0372.glif
@@ -1,29 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0372" format="1">
- <advance width="1824"/>
+<glyph name="uni0372" format="2">
+ <advance width="1824.0"/>
<unicode hex="0372"/>
<outline>
<contour>
- <point x="1740" y="2004" type="line" name="hr00"/>
- <point x="1368" y="2004" type="line"/>
- <point x="1368" y="1240" type="line"/>
- <point x="1740" y="1240" type="line"/>
+ <point x="1740.0" y="2004.0" type="line"/>
+ <point x="1368.0" y="2004.0" type="line"/>
+ <point x="1368.0" y="1240.0" type="line"/>
+ <point x="1740.0" y="1240.0" type="line"/>
</contour>
<contour>
- <point x="456" y="2004" type="line"/>
- <point x="84" y="2004" type="line"/>
- <point x="84" y="1240" type="line"/>
- <point x="456" y="1240" type="line"/>
+ <point x="456.0" y="2004.0" type="line"/>
+ <point x="84.0" y="2004.0" type="line"/>
+ <point x="84.0" y="1240.0" type="line"/>
+ <point x="456.0" y="1240.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1156.0" y="2048.0" type="line"/>
+ <point x="696.0" y="2048.0" type="line"/>
+ <point x="696.0" y="0.0" type="line"/>
+ <point x="1156.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1756.0" y="2048.0" type="line"/>
+ <point x="96.0" y="2048.0" type="line"/>
+ <point x="96.0" y="1664.0" type="line"/>
+ <point x="1756.0" y="1664.0" type="line"/>
</contour>
- <component base="T" xOffset="16"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1764, 'leftMargin': 52, 'rightMargin': 52}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0373.glif b/src/Inter-UI-Black.ufo/glyphs/uni0373.glif
index 96f8e20a4..c326ebbef 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0373.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0373.glif
@@ -1,40 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0373" format="1">
- <advance width="1824"/>
+<glyph name="uni0373" format="2">
+ <advance width="1824.0"/>
<unicode hex="0373"/>
<outline>
<contour>
- <point x="1136" y="2004" type="line" name="hr00"/>
- <point x="692" y="2004" type="line"/>
- <point x="692" y="0" type="line"/>
- <point x="1136" y="0" type="line"/>
+ <point x="1136.0" y="2004.0" type="line"/>
+ <point x="692.0" y="2004.0" type="line"/>
+ <point x="692.0" y="0.0" type="line"/>
+ <point x="1136.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1700" y="2004" type="line"/>
- <point x="124" y="2004" type="line"/>
- <point x="124" y="1644" type="line"/>
- <point x="1700" y="1644" type="line"/>
+ <point x="1700.0" y="2004.0" type="line"/>
+ <point x="124.0" y="2004.0" type="line"/>
+ <point x="124.0" y="1644.0" type="line"/>
+ <point x="1700.0" y="1644.0" type="line"/>
</contour>
<contour>
- <point x="1700" y="2004" type="line"/>
- <point x="1344" y="2004" type="line"/>
- <point x="1344" y="1240" type="line"/>
- <point x="1700" y="1240" type="line"/>
+ <point x="1700.0" y="2004.0" type="line"/>
+ <point x="1344.0" y="2004.0" type="line"/>
+ <point x="1344.0" y="1240.0" type="line"/>
+ <point x="1700.0" y="1240.0" type="line"/>
</contour>
<contour>
- <point x="480" y="2004" type="line"/>
- <point x="124" y="2004" type="line"/>
- <point x="124" y="1240" type="line"/>
- <point x="480" y="1240" type="line"/>
+ <point x="480.0" y="2004.0" type="line"/>
+ <point x="124.0" y="2004.0" type="line"/>
+ <point x="124.0" y="1240.0" type="line"/>
+ <point x="480.0" y="1240.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1742, 'leftMargin': 83, 'rightMargin': 82}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0376.glif b/src/Inter-UI-Black.ufo/glyphs/uni0376.glif
index 37741a8b9..9910aa137 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0376.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0376.glif
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0376" format="1">
- <advance width="2080"/>
+<glyph name="uni0376" format="2">
+ <advance width="2080.0"/>
<unicode hex="0376"/>
<outline>
- <component base="afii10026" xOffset="52"/>
+ <component base="afii10026" xOffset="52.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1958.0, 'leftMargin': 138, 'rightMargin': 154.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0377.glif b/src/Inter-UI-Black.ufo/glyphs/uni0377.glif
index d2992482f..62562e245 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0377.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0377.glif
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0377" format="1">
- <advance width="1824"/>
+<glyph name="uni0377" format="2">
+ <advance width="1824.0"/>
<unicode hex="0377"/>
<outline>
<contour>
- <point x="1496" y="1488" type="line"/>
- <point x="1496" y="508" type="line" smooth="yes"/>
- <point x="1496" y="376"/>
- <point x="1528" y="332"/>
- <point x="1592" y="332" type="curve" smooth="yes"/>
- <point x="1604" y="332"/>
- <point x="1612" y="332"/>
- <point x="1616" y="336" type="curve"/>
- <point x="1652" y="0" type="line"/>
- <point x="1592" y="-24"/>
- <point x="1544" y="-28"/>
- <point x="1480" y="-28" type="curve" smooth="yes"/>
- <point x="1216" y="-28"/>
- <point x="1052" y="148"/>
- <point x="1052" y="508" type="curve" smooth="yes"/>
- <point x="1052" y="1488" type="line"/>
+ <point x="1496.0" y="1488.0" type="line"/>
+ <point x="1496.0" y="508.0" type="line" smooth="yes"/>
+ <point x="1496.0" y="376.0"/>
+ <point x="1528.0" y="332.0"/>
+ <point x="1592.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1604.0" y="332.0"/>
+ <point x="1612.0" y="332.0"/>
+ <point x="1616.0" y="336.0" type="curve"/>
+ <point x="1652.0" y="0.0" type="line"/>
+ <point x="1592.0" y="-24.0"/>
+ <point x="1544.0" y="-28.0"/>
+ <point x="1480.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1216.0" y="-28.0"/>
+ <point x="1052.0" y="148.0"/>
+ <point x="1052.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="1300" y="1356" type="line"/>
- <point x="616" y="0" type="line"/>
- <point x="368" y="132" type="line"/>
- <point x="1052" y="1488" type="line"/>
+ <point x="1300.0" y="1356.0" type="line"/>
+ <point x="616.0" y="0.0" type="line"/>
+ <point x="368.0" y="132.0" type="line"/>
+ <point x="1052.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="172" y="1488" type="line"/>
- <point x="616" y="1488" type="line"/>
- <point x="616" y="0" type="line"/>
- <point x="172" y="0" type="line"/>
+ <point x="172.0" y="1488.0" type="line"/>
+ <point x="616.0" y="1488.0" type="line"/>
+ <point x="616.0" y="0.0" type="line"/>
+ <point x="172.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1646, 'leftMargin': 132, 'rightMargin': 34}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni037B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni037B_.glif
index 85010ce84..bf9250301 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni037B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni037B_.glif
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni037B" format="1">
- <advance width="1568"/>
+<glyph name="uni037B" format="2">
+ <advance width="1568.0"/>
<unicode hex="037B"/>
<outline>
<contour>
- <point x="124" y="532" type="line"/>
- <point x="124" y="196"/>
- <point x="396" y="-28"/>
- <point x="748" y="-28" type="curve" smooth="yes"/>
- <point x="1212" y="-28"/>
- <point x="1444" y="296"/>
- <point x="1444" y="728" type="curve" smooth="yes"/>
- <point x="1444" y="760" type="line" smooth="yes"/>
- <point x="1444" y="1188"/>
- <point x="1212" y="1516"/>
- <point x="752" y="1516" type="curve" smooth="yes"/>
- <point x="384" y="1516"/>
- <point x="124" y="1296"/>
- <point x="124" y="920" type="curve"/>
- <point x="540" y="920" type="line"/>
- <point x="540" y="1052"/>
- <point x="612" y="1160"/>
- <point x="760" y="1160" type="curve" smooth="yes"/>
- <point x="964" y="1160"/>
- <point x="1000" y="976"/>
- <point x="1000" y="760" type="curve" smooth="yes"/>
- <point x="1000" y="728" type="line" smooth="yes"/>
- <point x="1000" y="508"/>
- <point x="968" y="332"/>
- <point x="760" y="332" type="curve" smooth="yes"/>
- <point x="624" y="332"/>
- <point x="540" y="404"/>
- <point x="540" y="532" type="curve"/>
+ <point x="124.0" y="532.0" type="line"/>
+ <point x="124.0" y="196.0"/>
+ <point x="396.0" y="-28.0"/>
+ <point x="748.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="-28.0"/>
+ <point x="1444.0" y="296.0"/>
+ <point x="1444.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1188.0"/>
+ <point x="1212.0" y="1516.0"/>
+ <point x="752.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1516.0"/>
+ <point x="124.0" y="1296.0"/>
+ <point x="124.0" y="920.0" type="curve"/>
+ <point x="540.0" y="920.0" type="line"/>
+ <point x="540.0" y="1052.0"/>
+ <point x="612.0" y="1160.0"/>
+ <point x="760.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1160.0"/>
+ <point x="1000.0" y="976.0"/>
+ <point x="1000.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="508.0"/>
+ <point x="968.0" y="332.0"/>
+ <point x="760.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="332.0"/>
+ <point x="540.0" y="404.0"/>
+ <point x="540.0" y="532.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1467, 'leftMargin': 69, 'rightMargin': 80}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni037C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni037C_.glif
index 4df4a76ce..68b8d9e41 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni037C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni037C_.glif
@@ -1,57 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni037C" format="1">
- <advance width="1568"/>
+<glyph name="uni037C" format="2">
+ <advance width="1568.0"/>
<unicode hex="037C"/>
<outline>
<contour>
- <point x="640" y="732" type="curve" smooth="yes"/>
- <point x="640" y="628"/>
- <point x="720" y="548"/>
- <point x="836" y="548" type="curve" smooth="yes"/>
- <point x="956" y="548"/>
- <point x="1032" y="628"/>
- <point x="1032" y="732" type="curve" smooth="yes"/>
- <point x="1032" y="840"/>
- <point x="956" y="916"/>
- <point x="836" y="916" type="curve" smooth="yes"/>
- <point x="720" y="916"/>
- <point x="640" y="840"/>
+ <point x="640.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="628.0"/>
+ <point x="720.0" y="548.0"/>
+ <point x="836.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="548.0"/>
+ <point x="1032.0" y="628.0"/>
+ <point x="1032.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="840.0"/>
+ <point x="956.0" y="916.0"/>
+ <point x="836.0" y="916.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="916.0"/>
+ <point x="640.0" y="840.0"/>
</contour>
<contour>
- <point x="820" y="-28" type="curve" smooth="yes"/>
- <point x="1172" y="-28"/>
- <point x="1444" y="196"/>
- <point x="1444" y="532" type="curve"/>
- <point x="1028" y="532" type="line"/>
- <point x="1028" y="404"/>
- <point x="944" y="332"/>
- <point x="812" y="332" type="curve" smooth="yes"/>
- <point x="604" y="332"/>
- <point x="568" y="508"/>
- <point x="568" y="728" type="curve" smooth="yes"/>
- <point x="568" y="760" type="line" smooth="yes"/>
- <point x="568" y="976"/>
- <point x="604" y="1160"/>
- <point x="808" y="1160" type="curve" smooth="yes"/>
- <point x="956" y="1160"/>
- <point x="1028" y="1052"/>
- <point x="1028" y="920" type="curve"/>
- <point x="1444" y="920" type="line"/>
- <point x="1444" y="1296"/>
- <point x="1188" y="1516"/>
- <point x="816" y="1516" type="curve" smooth="yes"/>
- <point x="356" y="1516"/>
- <point x="124" y="1188"/>
- <point x="124" y="760" type="curve" smooth="yes"/>
- <point x="124" y="728" type="line" smooth="yes"/>
- <point x="124" y="296"/>
- <point x="356" y="-28"/>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="-28.0"/>
+ <point x="1444.0" y="196.0"/>
+ <point x="1444.0" y="532.0" type="curve"/>
+ <point x="1028.0" y="532.0" type="line"/>
+ <point x="1028.0" y="404.0"/>
+ <point x="944.0" y="332.0"/>
+ <point x="812.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="332.0"/>
+ <point x="568.0" y="508.0"/>
+ <point x="568.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="760.0" type="line" smooth="yes"/>
+ <point x="568.0" y="976.0"/>
+ <point x="604.0" y="1160.0"/>
+ <point x="808.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1160.0"/>
+ <point x="1028.0" y="1052.0"/>
+ <point x="1028.0" y="920.0" type="curve"/>
+ <point x="1444.0" y="920.0" type="line"/>
+ <point x="1444.0" y="1296.0"/>
+ <point x="1188.0" y="1516.0"/>
+ <point x="816.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1516.0"/>
+ <point x="124.0" y="1188.0"/>
+ <point x="124.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="728.0" type="line" smooth="yes"/>
+ <point x="124.0" y="296.0"/>
+ <point x="356.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 78, 'rightMargin': 69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni037D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni037D_.glif
index 8f36fe64f..b0864f84d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni037D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni037D_.glif
@@ -1,57 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni037D" format="1">
- <advance width="1568"/>
+<glyph name="uni037D" format="2">
+ <advance width="1568.0"/>
<unicode hex="037D"/>
<outline>
<contour>
- <point x="124" y="532" type="line"/>
- <point x="124" y="196"/>
- <point x="396" y="-28"/>
- <point x="748" y="-28" type="curve" smooth="yes"/>
- <point x="1212" y="-28"/>
- <point x="1444" y="296"/>
- <point x="1444" y="728" type="curve" smooth="yes"/>
- <point x="1444" y="760" type="line" smooth="yes"/>
- <point x="1444" y="1188"/>
- <point x="1212" y="1516"/>
- <point x="752" y="1516" type="curve" smooth="yes"/>
- <point x="384" y="1516"/>
- <point x="124" y="1296"/>
- <point x="124" y="920" type="curve"/>
- <point x="540" y="920" type="line"/>
- <point x="540" y="1052"/>
- <point x="612" y="1160"/>
- <point x="760" y="1160" type="curve" smooth="yes"/>
- <point x="964" y="1160"/>
- <point x="1000" y="976"/>
- <point x="1000" y="760" type="curve" smooth="yes"/>
- <point x="1000" y="728" type="line" smooth="yes"/>
- <point x="1000" y="508"/>
- <point x="968" y="332"/>
- <point x="760" y="332" type="curve" smooth="yes"/>
- <point x="624" y="332"/>
- <point x="540" y="404"/>
- <point x="540" y="532" type="curve"/>
+ <point x="124.0" y="532.0" type="line"/>
+ <point x="124.0" y="196.0"/>
+ <point x="396.0" y="-28.0"/>
+ <point x="748.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="-28.0"/>
+ <point x="1444.0" y="296.0"/>
+ <point x="1444.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1188.0"/>
+ <point x="1212.0" y="1516.0"/>
+ <point x="752.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1516.0"/>
+ <point x="124.0" y="1296.0"/>
+ <point x="124.0" y="920.0" type="curve"/>
+ <point x="540.0" y="920.0" type="line"/>
+ <point x="540.0" y="1052.0"/>
+ <point x="612.0" y="1160.0"/>
+ <point x="760.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1160.0"/>
+ <point x="1000.0" y="976.0"/>
+ <point x="1000.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="508.0"/>
+ <point x="968.0" y="332.0"/>
+ <point x="760.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="332.0"/>
+ <point x="540.0" y="404.0"/>
+ <point x="540.0" y="532.0" type="curve"/>
</contour>
<contour>
- <point x="732" y="548" type="curve" smooth="yes"/>
- <point x="852" y="548"/>
- <point x="928" y="628"/>
- <point x="928" y="732" type="curve" smooth="yes"/>
- <point x="928" y="840"/>
- <point x="852" y="916"/>
- <point x="732" y="916" type="curve" smooth="yes"/>
- <point x="616" y="916"/>
- <point x="536" y="840"/>
- <point x="536" y="732" type="curve" smooth="yes"/>
- <point x="536" y="628"/>
- <point x="616" y="548"/>
+ <point x="732.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="548.0"/>
+ <point x="928.0" y="628.0"/>
+ <point x="928.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="840.0"/>
+ <point x="852.0" y="916.0"/>
+ <point x="732.0" y="916.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="916.0"/>
+ <point x="536.0" y="840.0"/>
+ <point x="536.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="628.0"/>
+ <point x="616.0" y="548.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 69, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni037F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni037F_.glif
new file mode 100644
index 000000000..5e42448c6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni037F_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni037F" format="2">
+ <advance width="1612.0"/>
+ <unicode hex="037F"/>
+ <anchor x="752.0" y="-16.0" name="bottom"/>
+ <anchor x="1628.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1228.0" y="2200.0" name="parent_top"/>
+ <anchor x="1228.0" y="2200.0" name="top"/>
+ <anchor x="1628.0" y="2200.0" name="top0315"/>
+ <anchor x="1628.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="J"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03CF__.glif b/src/Inter-UI-Black.ufo/glyphs/uni03CF__.glif
deleted file mode 100644
index 746028af1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03CF__.glif
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03CF" format="1">
- <advance width="2080"/>
- <unicode hex="03CF"/>
- <outline>
- <contour>
- <point x="668" y="2004" type="line"/>
- <point x="208" y="2004" type="line"/>
- <point x="208" y="0" type="line"/>
- <point x="668" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1864" y="2004" type="line"/>
- <point x="1296" y="2004" type="line"/>
- <point x="840" y="1376" type="line"/>
- <point x="544" y="936" type="line"/>
- <point x="628" y="492" type="line"/>
- <point x="1084" y="988" type="line"/>
- </contour>
- <contour>
- <point x="1872" y="0" type="line"/>
- <point x="1140" y="1180" type="line"/>
- <point x="788" y="904" type="line"/>
- <point x="1320" y="12" type="line"/>
- <point x="1048" y="-228" type="line"/>
- <point x="1292" y="-504" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1797, 'leftMargin': 161, 'rightMargin': -28}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03C_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03C_F_.glif
new file mode 100644
index 000000000..93413128a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03C_F_.glif
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03CF" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="03CF"/>
+ <outline>
+ <contour>
+ <point x="668.0" y="2004.0" type="line"/>
+ <point x="208.0" y="2004.0" type="line"/>
+ <point x="208.0" y="0.0" type="line"/>
+ <point x="668.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1864.0" y="2004.0" type="line"/>
+ <point x="1296.0" y="2004.0" type="line"/>
+ <point x="840.0" y="1376.0" type="line"/>
+ <point x="544.0" y="936.0" type="line"/>
+ <point x="628.0" y="492.0" type="line"/>
+ <point x="1084.0" y="988.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1872.0" y="0.0" type="line"/>
+ <point x="1140.0" y="1180.0" type="line"/>
+ <point x="788.0" y="904.0" type="line"/>
+ <point x="1320.0" y="12.0" type="line"/>
+ <point x="1048.0" y="-228.0" type="line"/>
+ <point x="1292.0" y="-504.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03D7_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03D7_.glif
deleted file mode 100644
index 8c68ecd3a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03D7_.glif
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03D7" format="1">
- <advance width="2080"/>
- <unicode hex="03D7"/>
- <outline>
- <contour>
- <point x="628" y="0" type="line"/>
- <point x="1764" y="1488" type="line"/>
- <point x="1412" y="1488" type="line"/>
- <point x="312" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1288" y="1028" type="line"/>
- <point x="1288" y="820"/>
- <point x="1324" y="656"/>
- <point x="1364" y="528" type="curve" smooth="yes"/>
- <point x="1448" y="252"/>
- <point x="1576" y="120"/>
- <point x="1576" y="-40" type="curve" smooth="yes"/>
- <point x="1576" y="-152"/>
- <point x="1508" y="-216"/>
- <point x="1320" y="-216" type="curve" smooth="yes"/>
- <point x="1304" y="-216"/>
- <point x="1284" y="-216"/>
- <point x="1264" y="-212" type="curve"/>
- <point x="1264" y="-536" type="line"/>
- <point x="1332" y="-544"/>
- <point x="1392" y="-548"/>
- <point x="1448" y="-548" type="curve" smooth="yes"/>
- <point x="1868" y="-548"/>
- <point x="1956" y="-252"/>
- <point x="1956" y="-96" type="curve" smooth="yes"/>
- <point x="1956" y="208"/>
- <point x="1792" y="356"/>
- <point x="1672" y="716" type="curve" smooth="yes"/>
- <point x="1620" y="880"/>
- <point x="1592" y="1088"/>
- <point x="1592" y="1376" type="curve"/>
- </contour>
- <contour>
- <point x="776" y="348" type="line"/>
- <point x="776" y="1028" type="line" smooth="yes"/>
- <point x="776" y="1304"/>
- <point x="700" y="1516"/>
- <point x="348" y="1516" type="curve" smooth="yes"/>
- <point x="284" y="1516"/>
- <point x="180" y="1508"/>
- <point x="124" y="1496" type="curve"/>
- <point x="124" y="1180" type="line"/>
- <point x="160" y="1184"/>
- <point x="196" y="1188"/>
- <point x="232" y="1188" type="curve" smooth="yes"/>
- <point x="328" y="1188"/>
- <point x="420" y="1156"/>
- <point x="420" y="1028" type="curve" smooth="yes"/>
- <point x="420" y="16" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1984, 'leftMargin': 62, 'rightMargin': 89}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03D8_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03D8_.glif
deleted file mode 100644
index a6fb1ca22..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03D8_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03D8" format="1">
- <advance width="2040"/>
- <unicode hex="03D8"/>
- <outline>
- <contour>
- <point x="1256" y="56" type="line" name="hr00"/>
- <point x="792" y="56" type="line"/>
- <point x="792" y="-572" type="line"/>
- <point x="1256" y="-572" type="line"/>
- </contour>
- <component base="O"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <integer>1024</integer>
- <key>y</key>
- <integer>1632</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 103, 'rightMargin': 104}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03D9_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03D9_.glif
deleted file mode 100644
index f01945d50..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03D9_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03D9" format="1">
- <advance width="1640"/>
- <unicode hex="03D9"/>
- <outline>
- <contour>
- <point x="1040" y="52" type="line" name="hr00"/>
- <point x="600" y="52" type="line"/>
- <point x="600" y="-576" type="line"/>
- <point x="1040" y="-576" type="line"/>
- </contour>
- <component base="o"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <integer>804</integer>
- <key>y</key>
- <integer>360</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 184, 'rightMargin': -27}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03D_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni03D_7.glif
new file mode 100644
index 000000000..defddf8d4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03D_7.glif
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03D7" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="03D7"/>
+ <outline>
+ <contour>
+ <point x="628.0" y="0.0" type="line"/>
+ <point x="1764.0" y="1488.0" type="line"/>
+ <point x="1412.0" y="1488.0" type="line"/>
+ <point x="312.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1288.0" y="1028.0" type="line"/>
+ <point x="1288.0" y="820.0"/>
+ <point x="1324.0" y="656.0"/>
+ <point x="1364.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="252.0"/>
+ <point x="1576.0" y="120.0"/>
+ <point x="1576.0" y="-40.0" type="curve" smooth="yes"/>
+ <point x="1576.0" y="-152.0"/>
+ <point x="1508.0" y="-216.0"/>
+ <point x="1320.0" y="-216.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-216.0"/>
+ <point x="1284.0" y="-216.0"/>
+ <point x="1264.0" y="-212.0" type="curve"/>
+ <point x="1264.0" y="-536.0" type="line"/>
+ <point x="1332.0" y="-544.0"/>
+ <point x="1392.0" y="-548.0"/>
+ <point x="1448.0" y="-548.0" type="curve" smooth="yes"/>
+ <point x="1868.0" y="-548.0"/>
+ <point x="1956.0" y="-252.0"/>
+ <point x="1956.0" y="-96.0" type="curve" smooth="yes"/>
+ <point x="1956.0" y="208.0"/>
+ <point x="1792.0" y="356.0"/>
+ <point x="1672.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="880.0"/>
+ <point x="1592.0" y="1088.0"/>
+ <point x="1592.0" y="1376.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="776.0" y="348.0" type="line"/>
+ <point x="776.0" y="1028.0" type="line" smooth="yes"/>
+ <point x="776.0" y="1304.0"/>
+ <point x="700.0" y="1516.0"/>
+ <point x="348.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="284.0" y="1516.0"/>
+ <point x="180.0" y="1508.0"/>
+ <point x="124.0" y="1496.0" type="curve"/>
+ <point x="124.0" y="1180.0" type="line"/>
+ <point x="160.0" y="1184.0"/>
+ <point x="196.0" y="1188.0"/>
+ <point x="232.0" y="1188.0" type="curve" smooth="yes"/>
+ <point x="328.0" y="1188.0"/>
+ <point x="420.0" y="1156.0"/>
+ <point x="420.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="16.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03D_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni03D_8.glif
new file mode 100644
index 000000000..7fa5f47ee
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03D_8.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03D8" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="03D8"/>
+ <guideline x="1024.0" y="1632.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1256.0" y="56.0" type="line"/>
+ <point x="792.0" y="56.0" type="line"/>
+ <point x="792.0" y="-572.0" type="line"/>
+ <point x="1256.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1920.0" y="1020.0" type="curve"/>
+ <point x="1920.0" y="1696.0"/>
+ <point x="1532.0" y="2076.0"/>
+ <point x="1024.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="2076.0"/>
+ <point x="120.0" y="1696.0"/>
+ <point x="120.0" y="1020.0" type="curve"/>
+ <point x="120.0" y="348.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="-28.0"/>
+ <point x="1920.0" y="348.0"/>
+ </contour>
+ <contour>
+ <point x="1452.0" y="1020.0" type="curve"/>
+ <point x="1452.0" y="560.0"/>
+ <point x="1276.0" y="388.0"/>
+ <point x="1024.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="388.0"/>
+ <point x="588.0" y="560.0"/>
+ <point x="588.0" y="1020.0" type="curve"/>
+ <point x="588.0" y="1480.0"/>
+ <point x="772.0" y="1660.0"/>
+ <point x="1024.0" y="1660.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="1660.0"/>
+ <point x="1452.0" y="1480.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03D_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni03D_9.glif
new file mode 100644
index 000000000..13fea24ec
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03D_9.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03D9" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="03D9"/>
+ <guideline x="804.0" y="360.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1040.0" y="52.0" type="line"/>
+ <point x="600.0" y="52.0" type="line"/>
+ <point x="600.0" y="-576.0" type="line"/>
+ <point x="1040.0" y="-576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="820.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1544.0" y="304.0"/>
+ <point x="1544.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="1232.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="820.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1556.0"/>
+ <point x="96.0" y="1232.0"/>
+ <point x="96.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="304.0"/>
+ <point x="368.0" y="-28.0"/>
+ </contour>
+ <contour>
+ <point x="820.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="532.0" y="512.0"/>
+ <point x="532.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="612.0" y="1192.0"/>
+ <point x="820.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="1192.0"/>
+ <point x="1108.0" y="1024.0"/>
+ <point x="1108.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="512.0"/>
+ <point x="1028.0" y="340.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F3_.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F3_.ccmp.glif
deleted file mode 100644
index 45de83b17..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03F3_.ccmp.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03F3.ccmp" format="1">
- <advance width="1056"/>
- <outline>
- <component base="dotlessj" xOffset="128"/>
- <contour>
- <point x="520" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="964" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="524" y="-632" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 820, 'leftMargin': 4, 'rightMargin': 52}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F5_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F5_.glif
deleted file mode 100644
index ac086cc59..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03F5_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03F5" format="1">
- <advance width="1312"/>
- <unicode hex="03F5"/>
- <outline>
- <contour>
- <point x="804" y="332" type="line"/>
- <point x="600" y="332"/>
- <point x="548" y="512"/>
- <point x="548" y="728" type="curve" smooth="yes"/>
- <point x="548" y="760" type="line" smooth="yes"/>
- <point x="548" y="980"/>
- <point x="596" y="1160"/>
- <point x="804" y="1160" type="curve" smooth="yes"/>
- <point x="1212" y="1160" type="line"/>
- <point x="1212" y="1516" type="line"/>
- <point x="804" y="1516" type="line" smooth="yes"/>
- <point x="344" y="1516"/>
- <point x="104" y="1188"/>
- <point x="104" y="760" type="curve" smooth="yes"/>
- <point x="104" y="728" type="line" smooth="yes"/>
- <point x="104" y="296"/>
- <point x="344" y="-28"/>
- <point x="804" y="-28" type="curve" smooth="yes"/>
- <point x="1212" y="-28" type="line"/>
- <point x="1212" y="332" type="line"/>
- </contour>
- <contour>
- <point x="1040" y="900" type="line"/>
- <point x="416" y="900" type="line"/>
- <point x="416" y="592" type="line"/>
- <point x="1040" y="592" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1240, 'leftMargin': 78, 'rightMargin': 55}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F6_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F6_.glif
deleted file mode 100644
index ffae52d33..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03F6_.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03F6" format="1">
- <advance width="1312"/>
- <unicode hex="03F6"/>
- <outline>
- <contour>
- <point x="104" y="332" type="line"/>
- <point x="104" y="-28" type="line"/>
- <point x="512" y="-28" type="line" smooth="yes"/>
- <point x="972" y="-28"/>
- <point x="1212" y="296"/>
- <point x="1212" y="728" type="curve" smooth="yes"/>
- <point x="1212" y="760" type="line" smooth="yes"/>
- <point x="1212" y="1188"/>
- <point x="972" y="1516"/>
- <point x="508" y="1516" type="curve" smooth="yes"/>
- <point x="104" y="1516" type="line"/>
- <point x="104" y="1160" type="line"/>
- <point x="508" y="1160" type="line" smooth="yes"/>
- <point x="716" y="1160"/>
- <point x="768" y="980"/>
- <point x="768" y="760" type="curve" smooth="yes"/>
- <point x="768" y="728" type="line" smooth="yes"/>
- <point x="768" y="512"/>
- <point x="716" y="332"/>
- <point x="512" y="332" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="276" y="592" type="line"/>
- <point x="896" y="592" type="line"/>
- <point x="896" y="900" type="line"/>
- <point x="276" y="900" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1240, 'leftMargin': 55, 'rightMargin': 78}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03FB__.glif b/src/Inter-UI-Black.ufo/glyphs/uni03FB__.glif
deleted file mode 100644
index 3ccf5ece9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03FB__.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FB" format="1">
- <advance width="2080"/>
- <unicode hex="03FB"/>
- <outline>
- <contour>
- <point x="1032" y="512" type="line"/>
- <point x="684" y="1488" type="line"/>
- <point x="336" y="1488" type="line"/>
- <point x="888" y="0" type="line"/>
- <point x="1184" y="0" type="line"/>
- <point x="1736" y="1488" type="line"/>
- <point x="1388" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="584" y="1488" type="line"/>
- <point x="140" y="1488" type="line"/>
- <point x="140" y="-572" type="line"/>
- <point x="584" y="-572" type="line"/>
- </contour>
- <contour>
- <point x="1500" y="0" type="line"/>
- <point x="1944" y="0" type="line"/>
- <point x="1944" y="1488" type="line"/>
- <point x="1500" y="1488" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2083, 'leftMargin': 140, 'rightMargin': 140}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03FC__.glif b/src/Inter-UI-Black.ufo/glyphs/uni03FC__.glif
deleted file mode 100644
index 563eb35f0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03FC__.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FC" format="1">
- <advance width="1824"/>
- <unicode hex="03FC"/>
- <outline>
- <component base="rho" xOffset="216"/>
- <component base="crossbar" xOffset="-72" yOffset="-1308"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1711, 'leftMargin': -20, 'rightMargin': 80}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03FD__.glif b/src/Inter-UI-Black.ufo/glyphs/uni03FD__.glif
deleted file mode 100644
index af2c45afa..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03FD__.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FD" format="1">
- <advance width="2080"/>
- <unicode hex="03FD"/>
- <outline>
- <contour>
- <point x="208" y="692" type="line"/>
- <point x="244" y="276"/>
- <point x="520" y="-28"/>
- <point x="1036" y="-28" type="curve" smooth="yes"/>
- <point x="1540" y="-28"/>
- <point x="1872" y="344"/>
- <point x="1872" y="948" type="curve" smooth="yes"/>
- <point x="1872" y="1056" type="line" smooth="yes"/>
- <point x="1872" y="1660"/>
- <point x="1560" y="2032"/>
- <point x="1032" y="2032" type="curve" smooth="yes"/>
- <point x="536" y="2032"/>
- <point x="232" y="1744"/>
- <point x="212" y="1324" type="curve"/>
- <point x="668" y="1324" type="line"/>
- <point x="680" y="1552"/>
- <point x="800" y="1652"/>
- <point x="1032" y="1652" type="curve" smooth="yes"/>
- <point x="1304" y="1652"/>
- <point x="1404" y="1480"/>
- <point x="1404" y="1056" type="curve" smooth="yes"/>
- <point x="1404" y="944" type="line" smooth="yes"/>
- <point x="1404" y="520"/>
- <point x="1284" y="348"/>
- <point x="1036" y="348" type="curve" smooth="yes"/>
- <point x="772" y="348"/>
- <point x="680" y="468"/>
- <point x="668" y="692" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 78, 'rightMargin': 103}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03FE__.glif b/src/Inter-UI-Black.ufo/glyphs/uni03FE__.glif
deleted file mode 100644
index 2a18eaec2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03FE__.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FE" format="1">
- <advance width="1984"/>
- <unicode hex="03FE"/>
- <outline>
- <component base="C"/>
- <component base="period" xOffset="664" yOffset="804"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 103, 'rightMargin': 79}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03FF__.glif b/src/Inter-UI-Black.ufo/glyphs/uni03FF__.glif
deleted file mode 100644
index 59f50597e..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni03FF__.glif
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FF" format="1">
- <advance width="1984"/>
- <unicode hex="03FF"/>
- <outline>
- <component base="uni03FE" xScale="-1" xOffset="1984"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1847, 'leftMargin': 78, 'rightMargin': 103}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_3.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_3.ccmp.glif
new file mode 100644
index 000000000..8510d7346
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_3.ccmp.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F3.ccmp" format="2">
+ <advance width="1056.0"/>
+ <anchor x="524.0" y="-632.0" name="bottom"/>
+ <anchor x="520.0" y="1744.0" name="top"/>
+ <anchor x="964.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessj" xOffset="128.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_4.glif
new file mode 100644
index 000000000..8fa884108
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_4.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F4" format="2">
+ <advance width="2040.0"/>
+ <unicode hex="03F4"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1944.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10147"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_5.glif
new file mode 100644
index 000000000..f8b1986b6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_5.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F5" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="03F5"/>
+ <outline>
+ <contour>
+ <point x="804.0" y="332.0" type="line"/>
+ <point x="600.0" y="332.0"/>
+ <point x="548.0" y="512.0"/>
+ <point x="548.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="760.0" type="line" smooth="yes"/>
+ <point x="548.0" y="980.0"/>
+ <point x="596.0" y="1160.0"/>
+ <point x="804.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="1160.0" type="line"/>
+ <point x="1212.0" y="1516.0" type="line"/>
+ <point x="804.0" y="1516.0" type="line" smooth="yes"/>
+ <point x="344.0" y="1516.0"/>
+ <point x="104.0" y="1188.0"/>
+ <point x="104.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="728.0" type="line" smooth="yes"/>
+ <point x="104.0" y="296.0"/>
+ <point x="344.0" y="-28.0"/>
+ <point x="804.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="-28.0" type="line"/>
+ <point x="1212.0" y="332.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1040.0" y="900.0" type="line"/>
+ <point x="416.0" y="900.0" type="line"/>
+ <point x="416.0" y="592.0" type="line"/>
+ <point x="1040.0" y="592.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_6.glif
new file mode 100644
index 000000000..a731d02ac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_6.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F6" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="03F6"/>
+ <outline>
+ <contour>
+ <point x="104.0" y="332.0" type="line"/>
+ <point x="104.0" y="-28.0" type="line"/>
+ <point x="512.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="972.0" y="-28.0"/>
+ <point x="1212.0" y="296.0"/>
+ <point x="1212.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1212.0" y="1188.0"/>
+ <point x="972.0" y="1516.0"/>
+ <point x="508.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="1516.0" type="line"/>
+ <point x="104.0" y="1160.0" type="line"/>
+ <point x="508.0" y="1160.0" type="line" smooth="yes"/>
+ <point x="716.0" y="1160.0"/>
+ <point x="768.0" y="980.0"/>
+ <point x="768.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="728.0" type="line" smooth="yes"/>
+ <point x="768.0" y="512.0"/>
+ <point x="716.0" y="332.0"/>
+ <point x="512.0" y="332.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="276.0" y="592.0" type="line"/>
+ <point x="896.0" y="592.0" type="line"/>
+ <point x="896.0" y="900.0" type="line"/>
+ <point x="276.0" y="900.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_7.glif
new file mode 100644
index 000000000..d12d0fc83
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_7.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F7" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03F7"/>
+ <outline>
+ <component base="Thorn"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_8.glif
new file mode 100644
index 000000000..8eff661ac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_8.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F8" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="03F8"/>
+ <outline>
+ <component base="thorn"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_9.glif
new file mode 100644
index 000000000..0ab948b38
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_9.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F9" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="03F9"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="1932.0" y="2200.0" name="top0315"/>
+ <anchor x="1932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_A_.glif
new file mode 100644
index 000000000..a9c67f840
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_A_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FA" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="03FA"/>
+ <anchor x="1280.0" y="4.0" name="bottom"/>
+ <anchor x="2532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1280.0" y="2200.0" name="parent_top"/>
+ <anchor x="1280.0" y="2200.0" name="top"/>
+ <anchor x="2532.0" y="2200.0" name="top0315"/>
+ <anchor x="2532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_B_.glif
new file mode 100644
index 000000000..62405f084
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_B_.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FB" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="03FB"/>
+ <outline>
+ <contour>
+ <point x="1032.0" y="512.0" type="line"/>
+ <point x="684.0" y="1488.0" type="line"/>
+ <point x="336.0" y="1488.0" type="line"/>
+ <point x="888.0" y="0.0" type="line"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1736.0" y="1488.0" type="line"/>
+ <point x="1388.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="584.0" y="1488.0" type="line"/>
+ <point x="140.0" y="1488.0" type="line"/>
+ <point x="140.0" y="-572.0" type="line"/>
+ <point x="584.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="1944.0" y="0.0" type="line"/>
+ <point x="1944.0" y="1488.0" type="line"/>
+ <point x="1500.0" y="1488.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_C_.glif
new file mode 100644
index 000000000..29e0233d6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_C_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FC" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="03FC"/>
+ <outline>
+ <component base="rho" xOffset="216.0"/>
+ <component base="crossbar" xOffset="-72.0" yOffset="-1308.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_D_.glif
new file mode 100644
index 000000000..be4d5c23c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_D_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FD" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="03FD"/>
+ <outline>
+ <contour>
+ <point x="208.0" y="692.0" type="line"/>
+ <point x="244.0" y="276.0"/>
+ <point x="520.0" y="-28.0"/>
+ <point x="1036.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1540.0" y="-28.0"/>
+ <point x="1872.0" y="344.0"/>
+ <point x="1872.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="1872.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="1872.0" y="1660.0"/>
+ <point x="1560.0" y="2032.0"/>
+ <point x="1032.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="2032.0"/>
+ <point x="232.0" y="1744.0"/>
+ <point x="212.0" y="1324.0" type="curve"/>
+ <point x="668.0" y="1324.0" type="line"/>
+ <point x="680.0" y="1552.0"/>
+ <point x="800.0" y="1652.0"/>
+ <point x="1032.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="1652.0"/>
+ <point x="1404.0" y="1480.0"/>
+ <point x="1404.0" y="1056.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="944.0" type="line" smooth="yes"/>
+ <point x="1404.0" y="520.0"/>
+ <point x="1284.0" y="348.0"/>
+ <point x="1036.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="348.0"/>
+ <point x="680.0" y="468.0"/>
+ <point x="668.0" y="692.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_E_.glif
new file mode 100644
index 000000000..ec3f50fbf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_E_.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FE" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="03FE"/>
+ <outline>
+ <component base="C"/>
+ <component base="period" xOffset="664.0" yOffset="804.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni03F_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni03F_F_.glif
new file mode 100644
index 000000000..19e194912
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni03F_F_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FF" format="2">
+ <advance width="1984.0"/>
+ <unicode hex="03FF"/>
+ <outline>
+ <component base="uni03FE" xScale="-1.0" xOffset="1984.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0400.glif b/src/Inter-UI-Black.ufo/glyphs/uni0400.glif
new file mode 100644
index 000000000..24174ea83
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0400.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0400" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0400"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2720.0" name="top"/>
+ <anchor x="1584.0" y="2200.0" name="top0315"/>
+ <anchor x="1584.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="grave" xOffset="160.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni040D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni040D_.glif
new file mode 100644
index 000000000..7ddc2b467
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni040D_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni040D" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="040D"/>
+ <anchor x="1044.0" y="2200.0" name="parent_top"/>
+ <anchor x="1044.0" y="2720.0" name="top"/>
+ <anchor x="2028.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10026"/>
+ <component base="grave" xOffset="356.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0450.glif b/src/Inter-UI-Black.ufo/glyphs/uni0450.glif
new file mode 100644
index 000000000..788e0fbfc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0450.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0450" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0450"/>
+ <anchor x="812.0" y="0.0" name="bottom"/>
+ <anchor x="1536.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2296.0" name="top"/>
+ <anchor x="1536.0" y="1776.0" name="top0315"/>
+ <anchor x="1536.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="grave" xOffset="116.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0456.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni0456.ccmp.glif
index 46cfd77b3..86dc0a2af 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0456.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0456.ccmp.glif
@@ -1,29 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0456.ccmp" format="1">
- <advance width="800"/>
+<glyph name="uni0456.ccmp" format="2">
+ <advance width="800.0"/>
+ <anchor x="396.0" y="16.0" name="bottom"/>
+ <anchor x="412.0" y="1744.0" name="top"/>
+ <anchor x="808.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="-4"/>
- <contour>
- <point x="412" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="808" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="396" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="-4.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 793, 'leftMargin': 164, 'rightMargin': 185}</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0458.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni0458.ccmp.glif
index ef39f1c31..8fbb186ef 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0458.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0458.ccmp.glif
@@ -1,29 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0458.ccmp" format="1">
- <advance width="800"/>
+<glyph name="uni0458.ccmp" format="2">
+ <advance width="800.0"/>
+ <anchor x="520.0" y="-632.0" name="bottom"/>
+ <anchor x="520.0" y="1744.0" name="top"/>
+ <anchor x="964.0" y="1744.0" name="top0315"/>
<outline>
- <component base="dotlessj" xOffset="128"/>
- <contour>
- <point x="520" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="964" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="520" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessj" xOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 820, 'leftMargin': -124, 'rightMargin': 181}</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni045D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni045D_.glif
new file mode 100644
index 000000000..ab44de689
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni045D_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni045D" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="045D"/>
+ <anchor x="792.0" y="1776.0" name="parent_top"/>
+ <anchor x="792.0" y="2296.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="iicyrillic"/>
+ <component base="grave" xOffset="104.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0487.glif b/src/Inter-UI-Black.ufo/glyphs/uni0487.glif
index 792b2e802..0b8e4d067 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0487.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0487.glif
@@ -1,41 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0487" format="1">
- <advance width="0"/>
+<glyph name="uni0487" format="2">
<unicode hex="0487"/>
+ <anchor x="-850.0" y="1636.0" name="_marktop"/>
<outline>
<contour>
- <point x="-850" y="1636" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-452" y="1976" type="line"/>
- <point x="-595" y="1976"/>
- <point x="-689" y="2141"/>
- <point x="-975" y="2141" type="curve" smooth="yes"/>
- <point x="-1218" y="2141"/>
- <point x="-1360" y="2024"/>
- <point x="-1360" y="1843" type="curve" smooth="yes"/>
- <point x="-1360" y="1792" type="line"/>
- <point x="-1173" y="1792" type="line"/>
- <point x="-1173" y="1816" type="line" smooth="yes"/>
- <point x="-1173" y="1915"/>
- <point x="-1081" y="1957"/>
- <point x="-993" y="1957" type="curve" smooth="yes"/>
- <point x="-729" y="1957"/>
- <point x="-660" y="1792"/>
- <point x="-473" y="1792" type="curve" smooth="yes"/>
- <point x="-230" y="1792" type="line"/>
- <point x="-230" y="1976" type="line"/>
+ <point x="-452.0" y="1976.0" type="line"/>
+ <point x="-595.0" y="1976.0"/>
+ <point x="-689.0" y="2141.0"/>
+ <point x="-975.0" y="2141.0" type="curve" smooth="yes"/>
+ <point x="-1218.0" y="2141.0"/>
+ <point x="-1360.0" y="2024.0"/>
+ <point x="-1360.0" y="1843.0" type="curve" smooth="yes"/>
+ <point x="-1360.0" y="1792.0" type="line"/>
+ <point x="-1173.0" y="1792.0" type="line"/>
+ <point x="-1173.0" y="1816.0" type="line" smooth="yes"/>
+ <point x="-1173.0" y="1915.0"/>
+ <point x="-1081.0" y="1957.0"/>
+ <point x="-993.0" y="1957.0" type="curve" smooth="yes"/>
+ <point x="-729.0" y="1957.0"/>
+ <point x="-660.0" y="1792.0"/>
+ <point x="-473.0" y="1792.0" type="curve" smooth="yes"/>
+ <point x="-230.0" y="1792.0" type="line"/>
+ <point x="-230.0" y="1976.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0488.glif b/src/Inter-UI-Black.ufo/glyphs/uni0488.glif
index 1961f6eba..72a83dbdd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0488.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0488.glif
@@ -1,146 +1,142 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0488" format="1">
- <advance width="0"/>
+<glyph name="uni0488" format="2">
<unicode hex="0488"/>
<outline>
<contour>
- <point x="-850" y="1742" type="line"/>
- <point x="-850" y="1815"/>
- <point x="-814" y="1881"/>
- <point x="-716" y="1881" type="curve" smooth="yes"/>
- <point x="-617" y="1881"/>
- <point x="-580" y="1815"/>
- <point x="-580" y="1742" type="curve"/>
- <point x="-426" y="1742" type="line"/>
- <point x="-426" y="1893"/>
- <point x="-538" y="2001"/>
- <point x="-716" y="2001" type="curve" smooth="yes"/>
- <point x="-895" y="2001"/>
- <point x="-1005" y="1893"/>
- <point x="-1005" y="1742" type="curve"/>
+ <point x="-850.0" y="1742.0" type="line"/>
+ <point x="-850.0" y="1815.0"/>
+ <point x="-814.0" y="1881.0"/>
+ <point x="-716.0" y="1881.0" type="curve" smooth="yes"/>
+ <point x="-617.0" y="1881.0"/>
+ <point x="-580.0" y="1815.0"/>
+ <point x="-580.0" y="1742.0" type="curve"/>
+ <point x="-426.0" y="1742.0" type="line"/>
+ <point x="-426.0" y="1893.0"/>
+ <point x="-538.0" y="2001.0"/>
+ <point x="-716.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-895.0" y="2001.0"/>
+ <point x="-1005.0" y="1893.0"/>
+ <point x="-1005.0" y="1742.0" type="curve"/>
</contour>
<contour>
- <point x="-36" y="1361" type="line"/>
- <point x="-36" y="1434"/>
- <point x="0" y="1500"/>
- <point x="96" y="1500" type="curve" smooth="yes"/>
- <point x="197" y="1500"/>
- <point x="232" y="1434"/>
- <point x="232" y="1361" type="curve"/>
- <point x="388" y="1361" type="line"/>
- <point x="388" y="1513"/>
- <point x="276" y="1620"/>
- <point x="96" y="1620" type="curve" smooth="yes"/>
- <point x="-81" y="1620"/>
- <point x="-193" y="1513"/>
- <point x="-193" y="1361" type="curve"/>
+ <point x="-36.0" y="1361.0" type="line"/>
+ <point x="-36.0" y="1434.0"/>
+ <point x="0.0" y="1500.0"/>
+ <point x="96.0" y="1500.0" type="curve" smooth="yes"/>
+ <point x="197.0" y="1500.0"/>
+ <point x="232.0" y="1434.0"/>
+ <point x="232.0" y="1361.0" type="curve"/>
+ <point x="388.0" y="1361.0" type="line"/>
+ <point x="388.0" y="1513.0"/>
+ <point x="276.0" y="1620.0"/>
+ <point x="96.0" y="1620.0" type="curve" smooth="yes"/>
+ <point x="-81.0" y="1620.0"/>
+ <point x="-193.0" y="1513.0"/>
+ <point x="-193.0" y="1361.0" type="curve"/>
</contour>
<contour>
- <point x="220" y="670" type="line"/>
- <point x="220" y="743"/>
- <point x="257" y="809"/>
- <point x="353" y="809" type="curve" smooth="yes"/>
- <point x="454" y="809"/>
- <point x="490" y="743"/>
- <point x="490" y="670" type="curve"/>
- <point x="644" y="670" type="line"/>
- <point x="644" y="821"/>
- <point x="534" y="928"/>
- <point x="353" y="928" type="curve" smooth="yes"/>
- <point x="176" y="928"/>
- <point x="65" y="821"/>
- <point x="65" y="670" type="curve"/>
+ <point x="220.0" y="670.0" type="line"/>
+ <point x="220.0" y="743.0"/>
+ <point x="257.0" y="809.0"/>
+ <point x="353.0" y="809.0" type="curve" smooth="yes"/>
+ <point x="454.0" y="809.0"/>
+ <point x="490.0" y="743.0"/>
+ <point x="490.0" y="670.0" type="curve"/>
+ <point x="644.0" y="670.0" type="line"/>
+ <point x="644.0" y="821.0"/>
+ <point x="534.0" y="928.0"/>
+ <point x="353.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="928.0"/>
+ <point x="65.0" y="821.0"/>
+ <point x="65.0" y="670.0" type="curve"/>
</contour>
<contour>
- <point x="-51" y="-44" type="line"/>
- <point x="-51" y="29"/>
- <point x="-14" y="95"/>
- <point x="83" y="95" type="curve" smooth="yes"/>
- <point x="183" y="95"/>
- <point x="219" y="29"/>
- <point x="219" y="-44" type="curve"/>
- <point x="373" y="-44" type="line"/>
- <point x="373" y="107"/>
- <point x="263" y="215"/>
- <point x="83" y="215" type="curve" smooth="yes"/>
- <point x="-95" y="215"/>
- <point x="-206" y="107"/>
- <point x="-206" y="-44" type="curve"/>
+ <point x="-51.0" y="-44.0" type="line"/>
+ <point x="-51.0" y="29.0"/>
+ <point x="-14.0" y="95.0"/>
+ <point x="83.0" y="95.0" type="curve" smooth="yes"/>
+ <point x="183.0" y="95.0"/>
+ <point x="219.0" y="29.0"/>
+ <point x="219.0" y="-44.0" type="curve"/>
+ <point x="373.0" y="-44.0" type="line"/>
+ <point x="373.0" y="107.0"/>
+ <point x="263.0" y="215.0"/>
+ <point x="83.0" y="215.0" type="curve" smooth="yes"/>
+ <point x="-95.0" y="215.0"/>
+ <point x="-206.0" y="107.0"/>
+ <point x="-206.0" y="-44.0" type="curve"/>
</contour>
<contour>
- <point x="-843" y="-435" type="line"/>
- <point x="-843" y="-362"/>
- <point x="-806" y="-296"/>
- <point x="-710" y="-296" type="curve" smooth="yes"/>
- <point x="-611" y="-296"/>
- <point x="-573" y="-362"/>
- <point x="-573" y="-435" type="curve"/>
- <point x="-419" y="-435" type="line"/>
- <point x="-419" y="-283"/>
- <point x="-531" y="-176"/>
- <point x="-710" y="-176" type="curve" smooth="yes"/>
- <point x="-888" y="-176"/>
- <point x="-998" y="-283"/>
- <point x="-998" y="-435" type="curve"/>
+ <point x="-843.0" y="-435.0" type="line"/>
+ <point x="-843.0" y="-362.0"/>
+ <point x="-806.0" y="-296.0"/>
+ <point x="-710.0" y="-296.0" type="curve" smooth="yes"/>
+ <point x="-611.0" y="-296.0"/>
+ <point x="-573.0" y="-362.0"/>
+ <point x="-573.0" y="-435.0" type="curve"/>
+ <point x="-419.0" y="-435.0" type="line"/>
+ <point x="-419.0" y="-283.0"/>
+ <point x="-531.0" y="-176.0"/>
+ <point x="-710.0" y="-176.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="-176.0"/>
+ <point x="-998.0" y="-283.0"/>
+ <point x="-998.0" y="-435.0" type="curve"/>
</contour>
<contour>
- <point x="-1636" y="1361" type="line"/>
- <point x="-1636" y="1434"/>
- <point x="-1601" y="1500"/>
- <point x="-1503" y="1500" type="curve" smooth="yes"/>
- <point x="-1404" y="1500"/>
- <point x="-1367" y="1434"/>
- <point x="-1367" y="1361" type="curve"/>
- <point x="-1213" y="1361" type="line"/>
- <point x="-1213" y="1513"/>
- <point x="-1324" y="1620"/>
- <point x="-1503" y="1620" type="curve" smooth="yes"/>
- <point x="-1682" y="1620"/>
- <point x="-1793" y="1513"/>
- <point x="-1793" y="1361" type="curve"/>
+ <point x="-1636.0" y="1361.0" type="line"/>
+ <point x="-1636.0" y="1434.0"/>
+ <point x="-1601.0" y="1500.0"/>
+ <point x="-1503.0" y="1500.0" type="curve" smooth="yes"/>
+ <point x="-1404.0" y="1500.0"/>
+ <point x="-1367.0" y="1434.0"/>
+ <point x="-1367.0" y="1361.0" type="curve"/>
+ <point x="-1213.0" y="1361.0" type="line"/>
+ <point x="-1213.0" y="1513.0"/>
+ <point x="-1324.0" y="1620.0"/>
+ <point x="-1503.0" y="1620.0" type="curve" smooth="yes"/>
+ <point x="-1682.0" y="1620.0"/>
+ <point x="-1793.0" y="1513.0"/>
+ <point x="-1793.0" y="1361.0" type="curve"/>
</contour>
<contour>
- <point x="-1880" y="670" type="line"/>
- <point x="-1880" y="743"/>
- <point x="-1843" y="809"/>
- <point x="-1746" y="809" type="curve" smooth="yes"/>
- <point x="-1646" y="809"/>
- <point x="-1610" y="743"/>
- <point x="-1610" y="670" type="curve"/>
- <point x="-1456" y="670" type="line"/>
- <point x="-1456" y="821"/>
- <point x="-1566" y="928"/>
- <point x="-1746" y="928" type="curve" smooth="yes"/>
- <point x="-1924" y="928"/>
- <point x="-2035" y="821"/>
- <point x="-2035" y="670" type="curve"/>
+ <point x="-1880.0" y="670.0" type="line"/>
+ <point x="-1880.0" y="743.0"/>
+ <point x="-1843.0" y="809.0"/>
+ <point x="-1746.0" y="809.0" type="curve" smooth="yes"/>
+ <point x="-1646.0" y="809.0"/>
+ <point x="-1610.0" y="743.0"/>
+ <point x="-1610.0" y="670.0" type="curve"/>
+ <point x="-1456.0" y="670.0" type="line"/>
+ <point x="-1456.0" y="821.0"/>
+ <point x="-1566.0" y="928.0"/>
+ <point x="-1746.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="-1924.0" y="928.0"/>
+ <point x="-2035.0" y="821.0"/>
+ <point x="-2035.0" y="670.0" type="curve"/>
</contour>
<contour>
- <point x="-1650" y="-44" type="line"/>
- <point x="-1650" y="29"/>
- <point x="-1614" y="95"/>
- <point x="-1518" y="95" type="curve" smooth="yes"/>
- <point x="-1418" y="95"/>
- <point x="-1382" y="29"/>
- <point x="-1382" y="-44" type="curve"/>
- <point x="-1227" y="-44" type="line"/>
- <point x="-1227" y="107"/>
- <point x="-1338" y="215"/>
- <point x="-1518" y="215" type="curve" smooth="yes"/>
- <point x="-1695" y="215"/>
- <point x="-1807" y="107"/>
- <point x="-1807" y="-44" type="curve"/>
+ <point x="-1650.0" y="-44.0" type="line"/>
+ <point x="-1650.0" y="29.0"/>
+ <point x="-1614.0" y="95.0"/>
+ <point x="-1518.0" y="95.0" type="curve" smooth="yes"/>
+ <point x="-1418.0" y="95.0"/>
+ <point x="-1382.0" y="29.0"/>
+ <point x="-1382.0" y="-44.0" type="curve"/>
+ <point x="-1227.0" y="-44.0" type="line"/>
+ <point x="-1227.0" y="107.0"/>
+ <point x="-1338.0" y="215.0"/>
+ <point x="-1518.0" y="215.0" type="curve" smooth="yes"/>
+ <point x="-1695.0" y="215.0"/>
+ <point x="-1807.0" y="107.0"/>
+ <point x="-1807.0" y="-44.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni0489.glif b/src/Inter-UI-Black.ufo/glyphs/uni0489.glif
index 0e9bda710..0c81db34f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni0489.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni0489.glif
@@ -1,74 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0489" format="1">
- <advance width="0"/>
+<glyph name="uni0489" format="2">
<unicode hex="0489"/>
<outline>
<contour>
- <point x="-701" y="-83" type="line"/>
- <point x="-798" y="-568" type="line"/>
- <point x="-666" y="-568" type="line"/>
- <point x="-498" y="-102" type="line"/>
- <point x="-513" y="-83" type="line"/>
+ <point x="-701.0" y="-83.0" type="line"/>
+ <point x="-798.0" y="-568.0" type="line"/>
+ <point x="-666.0" y="-568.0" type="line"/>
+ <point x="-498.0" y="-102.0" type="line"/>
+ <point x="-513.0" y="-83.0" type="line"/>
</contour>
<contour>
- <point x="-594" y="1548" type="line"/>
- <point x="-498" y="2032" type="line"/>
- <point x="-630" y="2032" type="line"/>
- <point x="-798" y="1568" type="line"/>
- <point x="-781" y="1548" type="line"/>
+ <point x="-594.0" y="1548.0" type="line"/>
+ <point x="-498.0" y="2032.0" type="line"/>
+ <point x="-630.0" y="2032.0" type="line"/>
+ <point x="-798.0" y="1568.0" type="line"/>
+ <point x="-781.0" y="1548.0" type="line"/>
</contour>
<contour>
- <point x="151" y="677" type="line"/>
- <point x="627" y="579" type="line"/>
- <point x="627" y="714" type="line"/>
- <point x="169" y="884" type="line"/>
- <point x="151" y="868" type="line"/>
+ <point x="151.0" y="677.0" type="line"/>
+ <point x="627.0" y="579.0" type="line"/>
+ <point x="627.0" y="714.0" type="line"/>
+ <point x="169.0" y="884.0" type="line"/>
+ <point x="151.0" y="868.0" type="line"/>
</contour>
<contour>
- <point x="-1449" y="787" type="line"/>
- <point x="-1925" y="884" type="line"/>
- <point x="-1925" y="749" type="line"/>
- <point x="-1467" y="579" type="line"/>
- <point x="-1449" y="595" type="line"/>
+ <point x="-1449.0" y="787.0" type="line"/>
+ <point x="-1925.0" y="884.0" type="line"/>
+ <point x="-1925.0" y="749.0" type="line"/>
+ <point x="-1467.0" y="579.0" type="line"/>
+ <point x="-1449.0" y="595.0" type="line"/>
</contour>
<contour>
- <point x="-45" y="1242" type="line"/>
- <point x="359" y="1517" type="line"/>
- <point x="265" y="1610" type="line"/>
- <point x="-176" y="1400" type="line"/>
- <point x="-179" y="1378" type="line"/>
+ <point x="-45.0" y="1242.0" type="line"/>
+ <point x="359.0" y="1517.0" type="line"/>
+ <point x="265.0" y="1610.0" type="line"/>
+ <point x="-176.0" y="1400.0" type="line"/>
+ <point x="-179.0" y="1378.0" type="line"/>
</contour>
<contour>
- <point x="-1253" y="165" type="line"/>
- <point x="-1657" y="-110" type="line"/>
- <point x="-1562" y="-205" type="line"/>
- <point x="-1122" y="6" type="line"/>
- <point x="-1119" y="29" type="line"/>
+ <point x="-1253.0" y="165.0" type="line"/>
+ <point x="-1657.0" y="-110.0" type="line"/>
+ <point x="-1562.0" y="-205.0" type="line"/>
+ <point x="-1122.0" y="6.0" type="line"/>
+ <point x="-1119.0" y="29.0" type="line"/>
</contour>
<contour>
- <point x="-1177" y="1317" type="line"/>
- <point x="-1449" y="1728" type="line"/>
- <point x="-1539" y="1634" type="line"/>
- <point x="-1335" y="1185" type="line"/>
- <point x="-1312" y="1183" type="line"/>
+ <point x="-1177.0" y="1317.0" type="line"/>
+ <point x="-1449.0" y="1728.0" type="line"/>
+ <point x="-1539.0" y="1634.0" type="line"/>
+ <point x="-1335.0" y="1185.0" type="line"/>
+ <point x="-1312.0" y="1183.0" type="line"/>
</contour>
<contour>
- <point x="-122" y="85" type="line"/>
- <point x="149" y="-326" type="line"/>
- <point x="239" y="-228" type="line"/>
- <point x="34" y="219" type="line"/>
- <point x="11" y="221" type="line"/>
+ <point x="-122.0" y="85.0" type="line"/>
+ <point x="149.0" y="-326.0" type="line"/>
+ <point x="239.0" y="-228.0" type="line"/>
+ <point x="34.0" y="219.0" type="line"/>
+ <point x="11.0" y="221.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni048A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni048A_.glif
index dc32c895a..a8158c0f2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni048A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni048A_.glif
@@ -1,22 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048A" format="1">
- <advance width="2248"/>
+<glyph name="uni048A" format="2">
+ <advance width="2248.0"/>
<unicode hex="048A"/>
+ <anchor x="992.0" y="2632.0" name="top"/>
+ <anchor x="1976.0" y="2200.0" name="top0315"/>
<outline>
<component base="afii10026"/>
- <component base="breve" xOffset="344" yOffset="428"/>
- <component base="comma" xOffset="1560" yOffset="-48"/>
- <contour>
- <point x="992" y="2632" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1976" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="breve" xOffset="344.0" yOffset="428.0"/>
+ <component base="comma" xOffset="1560.0" yOffset="-48.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2204, 'leftMargin': 192, 'rightMargin': 5}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni048B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni048B_.glif
index 6874742cd..6b603e15f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni048B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni048B_.glif
@@ -1,22 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048B" format="1">
- <advance width="2080"/>
+<glyph name="uni048B" format="2">
+ <advance width="2080.0"/>
<unicode hex="048B"/>
+ <anchor x="864.0" y="2208.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
<outline>
- <component base="iicyrillic" xOffset="44"/>
- <component base="breve" xOffset="216"/>
- <component base="comma" xOffset="1260" yOffset="-48"/>
- <contour>
- <point x="864" y="2208" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1644" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="iicyrillic" xOffset="44.0"/>
+ <component base="breve" xOffset="216.0"/>
+ <component base="comma" xOffset="1260.0" yOffset="-48.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1865, 'leftMargin': 108, 'rightMargin': 11}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni048C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni048C_.glif
new file mode 100644
index 000000000..08f017f29
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni048C_.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni048C" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="048C"/>
+ <outline>
+ <component base="afii10046"/>
+ <component base="crossbar" xOffset="-224.0" yOffset="596.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni048D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni048D_.glif
index dfccd6eff..3f7dc7c6d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni048D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni048D_.glif
@@ -1,44 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048D" format="1">
- <advance width="1824"/>
+<glyph name="uni048D" format="2">
+ <advance width="1824.0"/>
<unicode hex="048D"/>
+ <anchor x="628.0" y="1248.0" name="cross"/>
<outline>
<contour>
- <point x="600" y="1108" type="line"/>
- <point x="600" y="752" type="line"/>
- <point x="1024" y="752" type="line"/>
- <point x="1188" y="752"/>
- <point x="1256" y="668"/>
- <point x="1256" y="556" type="curve"/>
- <point x="1256" y="444"/>
- <point x="1188" y="356"/>
- <point x="1024" y="356" type="curve"/>
- <point x="772" y="356" type="line"/>
- <point x="772" y="2204" type="line"/>
- <point x="328" y="2204" type="line"/>
- <point x="328" y="0" type="line"/>
- <point x="1024" y="0" type="line"/>
- <point x="1444" y="0"/>
- <point x="1696" y="224"/>
- <point x="1696" y="556" type="curve"/>
- <point x="1696" y="880"/>
- <point x="1444" y="1108"/>
- <point x="1024" y="1108" type="curve"/>
+ <point x="600.0" y="1108.0" type="line"/>
+ <point x="600.0" y="752.0" type="line"/>
+ <point x="1024.0" y="752.0" type="line"/>
+ <point x="1188.0" y="752.0"/>
+ <point x="1256.0" y="668.0"/>
+ <point x="1256.0" y="556.0" type="curve"/>
+ <point x="1256.0" y="444.0"/>
+ <point x="1188.0" y="356.0"/>
+ <point x="1024.0" y="356.0" type="curve"/>
+ <point x="772.0" y="356.0" type="line"/>
+ <point x="772.0" y="2204.0" type="line"/>
+ <point x="328.0" y="2204.0" type="line"/>
+ <point x="328.0" y="0.0" type="line"/>
+ <point x="1024.0" y="0.0" type="line"/>
+ <point x="1444.0" y="0.0"/>
+ <point x="1696.0" y="224.0"/>
+ <point x="1696.0" y="556.0" type="curve"/>
+ <point x="1696.0" y="880.0"/>
+ <point x="1444.0" y="1108.0"/>
+ <point x="1024.0" y="1108.0" type="curve"/>
</contour>
<contour>
- <point x="1092" y="2004" type="line"/>
- <point x="128" y="2004" type="line"/>
- <point x="128" y="1740" type="line"/>
- <point x="1092" y="1740" type="line"/>
- </contour>
- <contour>
- <point x="628" y="1248" type="move" name="cross"/>
+ <point x="1092.0" y="2004.0" type="line"/>
+ <point x="128.0" y="2004.0" type="line"/>
+ <point x="128.0" y="1740.0" type="line"/>
+ <point x="1092.0" y="1740.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': -32, 'rightMargin': 50}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni048E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni048E_.glif
index 243fbad12..d2b86cc55 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni048E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni048E_.glif
@@ -1,20 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048E" format="1">
- <advance width="1796"/>
+<glyph name="uni048E" format="2">
+ <advance width="1796.0"/>
<unicode hex="048E"/>
<outline>
<contour>
- <point x="1004" y="1428" type="line"/>
- <point x="788" y="1268" type="line"/>
- <point x="1324" y="484" type="line"/>
- <point x="1540" y="640" type="line"/>
+ <point x="1004.0" y="1428.0" type="line"/>
+ <point x="788.0" y="1268.0" type="line"/>
+ <point x="1324.0" y="484.0" type="line"/>
+ <point x="1540.0" y="640.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="936.0" y="704.0" type="line"/>
+ <point x="1448.0" y="704.0"/>
+ <point x="1668.0" y="960.0"/>
+ <point x="1668.0" y="1372.0" type="curve"/>
+ <point x="1668.0" y="1776.0"/>
+ <point x="1460.0" y="2048.0"/>
+ <point x="936.0" y="2048.0" type="curve"/>
+ <point x="144.0" y="2048.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1664.0" type="line"/>
+ <point x="936.0" y="1664.0" type="line"/>
+ <point x="1136.0" y="1664.0"/>
+ <point x="1208.0" y="1532.0"/>
+ <point x="1208.0" y="1372.0" type="curve"/>
+ <point x="1208.0" y="1212.0"/>
+ <point x="1136.0" y="1084.0"/>
+ <point x="936.0" y="1084.0" type="curve"/>
+ <point x="436.0" y="1084.0" type="line"/>
+ <point x="436.0" y="704.0" type="line"/>
</contour>
- <component base="P"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1761, 'leftMargin': 244, 'rightMargin': -43}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni048F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni048F_.glif
index 7aa8a45f5..65594bc8d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni048F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni048F_.glif
@@ -1,20 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048F" format="1">
- <advance width="1824"/>
+<glyph name="uni048F" format="2">
+ <advance width="1824.0"/>
<unicode hex="048F"/>
<outline>
<contour>
- <point x="932" y="676" type="line"/>
- <point x="796" y="564" type="line"/>
- <point x="1344" y="-116" type="line"/>
- <point x="1484" y="-4" type="line"/>
+ <point x="932.0" y="676.0" type="line"/>
+ <point x="796.0" y="564.0" type="line"/>
+ <point x="1344.0" y="-116.0" type="line"/>
+ <point x="1484.0" y="-4.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="144.0" y="-576.0" type="line"/>
+ <point x="604.0" y="-576.0" type="line"/>
+ <point x="604.0" y="292.0" type="line"/>
+ <point x="436.0" y="736.0" type="line"/>
+ <point x="600.0" y="1192.0" type="line"/>
+ <point x="600.0" y="1244.0" type="line"/>
+ <point x="600.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="420.0" y="1372.0" type="line"/>
+ <point x="420.0" y="156.0" type="line"/>
+ <point x="620.0" y="156.0" type="line"/>
+ <point x="672.0" y="40.0"/>
+ <point x="804.0" y="-24.0"/>
+ <point x="964.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-24.0"/>
+ <point x="1556.0" y="244.0"/>
+ <point x="1556.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1304.0"/>
+ <point x="1272.0" y="1556.0"/>
+ <point x="964.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="1556.0"/>
+ <point x="672.0" y="1488.0"/>
+ <point x="620.0" y="1372.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1124.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="500.0"/>
+ <point x="1024.0" y="340.0"/>
+ <point x="828.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="340.0"/>
+ <point x="552.0" y="536.0"/>
+ <point x="552.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1004.0"/>
+ <point x="616.0" y="1192.0"/>
+ <point x="828.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1192.0"/>
+ <point x="1124.0" y="1036.0"/>
</contour>
- <component base="p"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1583, 'leftMargin': 216, 'rightMargin': 7}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C5_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C5_.glif
deleted file mode 100644
index 33b70c9db..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04C5_.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04C5" format="1">
- <advance width="2336"/>
- <unicode hex="04C5"/>
- <outline>
- <component base="afii10029" xOffset="56"/>
- <component base="comma" xOffset="1636" yOffset="-48"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2223, 'leftMargin': 52, 'rightMargin': 78}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C6_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C6_.glif
deleted file mode 100644
index cf5d2766f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04C6_.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04C6" format="1">
- <advance width="2080"/>
- <unicode hex="04C6"/>
- <outline>
- <component base="elcyrillic" xOffset="124"/>
- <component base="comma" xOffset="1344" yOffset="-48"/>
- <contour>
- <point x="1728" y="1744" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1865, 'leftMargin': 19, 'rightMargin': 85}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C9_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C9_.glif
deleted file mode 100644
index ebd643179..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04C9_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04C9" format="1">
- <advance width="2216"/>
- <unicode hex="04C9"/>
- <outline>
- <component base="H"/>
- <component base="comma" xOffset="1560" yOffset="-48"/>
- <contour>
- <point x="2000" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2000" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2000" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2221, 'leftMargin': 161, 'rightMargin': 79}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04CA__.glif b/src/Inter-UI-Black.ufo/glyphs/uni04CA__.glif
deleted file mode 100644
index 58b919ac0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04CA__.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04CA" format="1">
- <advance width="2080"/>
- <unicode hex="04CA"/>
- <outline>
- <component base="encyrillic" xOffset="84"/>
- <component base="comma" xOffset="1296" yOffset="-48"/>
- <contour>
- <point x="1684" y="1744" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1860, 'leftMargin': 108, 'rightMargin': 84}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04CD__.glif b/src/Inter-UI-Black.ufo/glyphs/uni04CD__.glif
deleted file mode 100644
index a2cd50fa0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04CD__.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04CD" format="1">
- <advance width="2752"/>
- <unicode hex="04CD"/>
- <outline>
- <component base="M"/>
- <component base="comma" xOffset="2064" yOffset="-48"/>
- <contour>
- <point x="2484" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2484" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2484" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2703, 'leftMargin': 161, 'rightMargin': 78}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04CE__.glif b/src/Inter-UI-Black.ufo/glyphs/uni04CE__.glif
deleted file mode 100644
index 8a8e40a66..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04CE__.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04CE" format="1">
- <advance width="2592"/>
- <unicode hex="04CE"/>
- <outline>
- <component base="emcyrillic" xOffset="72"/>
- <component base="comma" xOffset="1804" yOffset="-48"/>
- <contour>
- <point x="2244" y="1744" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2379, 'leftMargin': 124, 'rightMargin': 84}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C_5.glif
new file mode 100644
index 000000000..f43c2e8c1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04C_5.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04C5" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="04C5"/>
+ <outline>
+ <component base="afii10029" xOffset="56.0"/>
+ <component base="comma" xOffset="1636.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C_6.glif
new file mode 100644
index 000000000..d4aaef499
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04C_6.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04C6" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04C6"/>
+ <anchor x="1728.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="elcyrillic" xOffset="124.0"/>
+ <component base="comma" xOffset="1344.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C_9.glif
new file mode 100644
index 000000000..b55248839
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04C_9.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04C9" format="2">
+ <advance width="2216.0"/>
+ <unicode hex="04C9"/>
+ <anchor x="2000.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="2000.0" y="2200.0" name="top0315"/>
+ <anchor x="2000.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="comma" xOffset="1560.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C_A_.glif
new file mode 100644
index 000000000..54eb8b5da
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04C_A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04CA" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04CA"/>
+ <anchor x="1684.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="encyrillic" xOffset="84.0"/>
+ <component base="comma" xOffset="1296.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C_D_.glif
new file mode 100644
index 000000000..e49efb6c9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04C_D_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04CD" format="2">
+ <advance width="2752.0"/>
+ <unicode hex="04CD"/>
+ <anchor x="2484.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="2484.0" y="2200.0" name="top0315"/>
+ <anchor x="2484.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ <component base="comma" xOffset="2064.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C_E_.glif
new file mode 100644
index 000000000..eed997b2f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04C_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04CE" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="04CE"/>
+ <anchor x="2244.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="emcyrillic" xOffset="72.0"/>
+ <component base="comma" xOffset="1804.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04C_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04C_F_.glif
new file mode 100644
index 000000000..db272283f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04C_F_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04CF" format="2">
+ <advance width="752.0"/>
+ <unicode hex="04CF"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04E_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04E_C_.glif
new file mode 100644
index 000000000..d62ddac28
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04E_C_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04EC" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04EC"/>
+ <anchor x="1052.0" y="2200.0" name="parent_top"/>
+ <anchor x="1056.0" y="2644.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="afii10047"/>
+ <component base="dieresis" xOffset="396.0" yOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04E_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04E_D_.glif
new file mode 100644
index 000000000..d60c2759f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04E_D_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04ED" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04ED"/>
+ <anchor x="764.0" y="1776.0" name="parent_top"/>
+ <anchor x="768.0" y="2220.0" name="top"/>
+ <anchor x="1500.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ereversedcyrillic"/>
+ <component base="dieresis" xOffset="108.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04FA__.glif b/src/Inter-UI-Black.ufo/glyphs/uni04FA__.glif
deleted file mode 100644
index 6a9079a06..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04FA__.glif
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04FA" format="1">
- <advance width="1824"/>
- <unicode hex="04FA"/>
- <outline>
- <component base="Gamma" xOffset="184"/>
- <component base="crossbar" xOffset="-100"/>
- <component base="cyrillichook" xOffset="600"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1698, 'leftMargin': -11, 'rightMargin': 2}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04FB__.glif b/src/Inter-UI-Black.ufo/glyphs/uni04FB__.glif
deleted file mode 100644
index f4f14b567..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04FB__.glif
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04FB" format="1">
- <advance width="1568"/>
- <unicode hex="04FB"/>
- <outline>
- <component base="gecyrillic" xOffset="264"/>
- <component base="crossbar" xOffset="-28" yOffset="-244"/>
- <component base="cyrillichook" xOffset="576" yOffset="-16"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1287.0, 'leftMargin': -40, 'rightMargin': 20.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04FC__.glif b/src/Inter-UI-Black.ufo/glyphs/uni04FC__.glif
deleted file mode 100644
index 127d19a8a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04FC__.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04FC" format="1">
- <advance width="2096"/>
- <unicode hex="04FC"/>
- <outline>
- <component base="X"/>
- <component base="cyrillichook" xOffset="1248"/>
- <contour>
- <point x="1812" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1812" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1812" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2021, 'leftMargin': 140, 'rightMargin': -141}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04FD__.glif b/src/Inter-UI-Black.ufo/glyphs/uni04FD__.glif
deleted file mode 100644
index 3fe01923a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni04FD__.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04FD" format="1">
- <advance width="1824"/>
- <unicode hex="04FD"/>
- <outline>
- <component base="x" xOffset="-32"/>
- <component base="cyrillichook" xOffset="996"/>
- <contour>
- <point x="1432" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1432" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1432" y="1760" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1661.0, 'leftMargin': 60, 'rightMargin': -134.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04F_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni04F_6.glif
new file mode 100644
index 000000000..39344aa5d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04F_6.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04F6" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04F6"/>
+ <anchor x="924.0" y="2200.0" name="parent_top"/>
+ <anchor x="924.0" y="2200.0" name="top"/>
+ <anchor x="1652.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="Gamma"/>
+ <component base="cyrillictic" xOffset="400.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04F_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni04F_7.glif
new file mode 100644
index 000000000..604c93628
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04F_7.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04F7" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="04F7"/>
+ <anchor x="588.0" y="1776.0" name="parent_top"/>
+ <anchor x="588.0" y="1776.0" name="top"/>
+ <anchor x="1184.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="gecyrillic"/>
+ <component base="cyrillictic" xOffset="284.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04F_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04F_A_.glif
new file mode 100644
index 000000000..09b2a5a4f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04F_A_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FA" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04FA"/>
+ <outline>
+ <component base="Gamma" xOffset="184.0"/>
+ <component base="crossbar" xOffset="-100.0"/>
+ <component base="cyrillichook" xOffset="600.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04F_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04F_B_.glif
new file mode 100644
index 000000000..7cb6c31d1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04F_B_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FB" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04FB"/>
+ <outline>
+ <component base="gecyrillic" xOffset="264.0"/>
+ <component base="crossbar" xOffset="-28.0" yOffset="-244.0"/>
+ <component base="cyrillichook" xOffset="576.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04F_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04F_C_.glif
new file mode 100644
index 000000000..4b91f6b02
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04F_C_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FC" format="2">
+ <advance width="2096.0"/>
+ <unicode hex="04FC"/>
+ <anchor x="1812.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1812.0" y="2216.0" name="top0315"/>
+ <anchor x="1812.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="cyrillichook" xOffset="1248.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04F_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04F_D_.glif
new file mode 100644
index 000000000..4b98608db
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04F_D_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FD" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="04FD"/>
+ <anchor x="1432.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1432.0" y="1760.0" name="top0315"/>
+ <anchor x="1432.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x" xOffset="-32.0"/>
+ <component base="cyrillichook" xOffset="996.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04F_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04F_E_.glif
new file mode 100644
index 000000000..5b0c25378
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04F_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FE" format="2">
+ <advance width="1976.0"/>
+ <unicode hex="04FE"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1888.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="988.0" y="2216.0" name="parent_top"/>
+ <anchor x="988.0" y="2216.0" name="top"/>
+ <anchor x="1888.0" y="2216.0" name="top0315"/>
+ <anchor x="1888.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="crossbar" xOffset="340.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni04F_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni04F_F_.glif
new file mode 100644
index 000000000..97e311ae8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni04F_F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FF" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04FF"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="1500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="1760.0" name="parent_top"/>
+ <anchor x="784.0" y="1760.0" name="top"/>
+ <anchor x="1500.0" y="1760.0" name="top0315"/>
+ <anchor x="1500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x"/>
+ <component base="crossbar" xOffset="136.0" yOffset="-260.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni052F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni052F_.glif
index 4d332416c..33ce555e2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni052F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni052F_.glif
@@ -1,38 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni052F" format="1">
- <advance width="2080"/>
+<glyph name="uni052F" format="2">
+ <advance width="2080.0"/>
<unicode hex="052F"/>
+ <anchor x="1728.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="436" y="1488" type="line"/>
- <point x="412" y="856" type="line" smooth="yes"/>
- <point x="396" y="516"/>
- <point x="340" y="376"/>
- <point x="208" y="360" type="curve" smooth="yes"/>
- <point x="160" y="356" type="line"/>
- <point x="164" y="0" type="line"/>
- <point x="300" y="0" type="line" smooth="yes"/>
- <point x="612" y="0"/>
- <point x="800" y="192"/>
- <point x="828" y="724" type="curve" smooth="yes"/>
- <point x="852" y="1132" type="line"/>
- <point x="1152" y="1132" type="line"/>
- <point x="1152" y="0" type="line"/>
- <point x="1480" y="0" type="line"/>
- <point x="1480" y="-492" type="line"/>
- <point x="1924" y="-492" type="line"/>
- <point x="1924" y="308" type="line"/>
- <point x="1596" y="308" type="line"/>
- <point x="1596" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1728" y="1744" type="move" name="top0315"/>
+ <point x="436.0" y="1488.0" type="line"/>
+ <point x="412.0" y="856.0" type="line" smooth="yes"/>
+ <point x="396.0" y="516.0"/>
+ <point x="340.0" y="376.0"/>
+ <point x="208.0" y="360.0" type="curve" smooth="yes"/>
+ <point x="160.0" y="356.0" type="line"/>
+ <point x="164.0" y="0.0" type="line"/>
+ <point x="300.0" y="0.0" type="line" smooth="yes"/>
+ <point x="612.0" y="0.0"/>
+ <point x="800.0" y="192.0"/>
+ <point x="828.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="1132.0" type="line"/>
+ <point x="1152.0" y="1132.0" type="line"/>
+ <point x="1152.0" y="0.0" type="line"/>
+ <point x="1480.0" y="0.0" type="line"/>
+ <point x="1480.0" y="-492.0" type="line"/>
+ <point x="1924.0" y="-492.0" type="line"/>
+ <point x="1924.0" y="308.0" type="line"/>
+ <point x="1596.0" y="308.0" type="line"/>
+ <point x="1596.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1867, 'leftMargin': 19, 'rightMargin': 84}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DBF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DBF___.glif
deleted file mode 100644
index ecfcc0be1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DBF___.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DBF" format="1">
- <advance width="1312"/>
- <unicode hex="1DBF"/>
- <outline>
- <contour>
- <point x="660" y="872" type="curve" smooth="yes"/>
- <point x="948" y="872"/>
- <point x="1200" y="1088"/>
- <point x="1200" y="1548" type="curve" smooth="yes"/>
- <point x="1200" y="1732" type="line" smooth="yes"/>
- <point x="1200" y="2192"/>
- <point x="944" y="2396"/>
- <point x="656" y="2396" type="curve" smooth="yes"/>
- <point x="372" y="2396"/>
- <point x="112" y="2192"/>
- <point x="112" y="1732" type="curve" smooth="yes"/>
- <point x="112" y="1548" type="line" smooth="yes"/>
- <point x="112" y="1088"/>
- <point x="376" y="872"/>
- </contour>
- <contour>
- <point x="660" y="1140" type="curve" smooth="yes"/>
- <point x="504" y="1140"/>
- <point x="420" y="1256"/>
- <point x="420" y="1516" type="curve" smooth="yes"/>
- <point x="420" y="1764" type="line" smooth="yes"/>
- <point x="420" y="2028"/>
- <point x="500" y="2132"/>
- <point x="656" y="2132" type="curve" smooth="yes"/>
- <point x="816" y="2132"/>
- <point x="896" y="2028"/>
- <point x="896" y="1764" type="curve" smooth="yes"/>
- <point x="896" y="1516" type="line" smooth="yes"/>
- <point x="896" y="1256"/>
- <point x="820" y="1140"/>
- </contour>
- <contour>
- <point x="1068" y="1504" type="line"/>
- <point x="1068" y="1772" type="line"/>
- <point x="200" y="1772" type="line"/>
- <point x="200" y="1504" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1271, 'leftMargin': 89, 'rightMargin': 93}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC0__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC0__.glif
deleted file mode 100644
index aaaf5adaa..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC0__.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC0" format="1">
- <advance width="0"/>
- <unicode hex="1DC0"/>
- <outline>
- <contour>
- <point x="-822" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-770" y="2112" type="line"/>
- <point x="-1242" y="2112" type="line"/>
- <point x="-857" y="1680" type="line"/>
- <point x="-496" y="1680" type="line"/>
- </contour>
- <contour>
- <point x="-1613" y="1781" type="curve" smooth="yes"/>
- <point x="-1613" y="1664"/>
- <point x="-1514" y="1576"/>
- <point x="-1367" y="1576" type="curve" smooth="yes"/>
- <point x="-1220" y="1576"/>
- <point x="-1121" y="1664"/>
- <point x="-1121" y="1781" type="curve" smooth="yes"/>
- <point x="-1121" y="1898"/>
- <point x="-1220" y="1986"/>
- <point x="-1367" y="1986" type="curve" smooth="yes"/>
- <point x="-1514" y="1986"/>
- <point x="-1613" y="1898"/>
- </contour>
- <contour>
- <point x="-531" y="1918" type="curve" smooth="yes"/>
- <point x="-531" y="1801"/>
- <point x="-432" y="1713"/>
- <point x="-285" y="1713" type="curve" smooth="yes"/>
- <point x="-138" y="1713"/>
- <point x="-39" y="1801"/>
- <point x="-39" y="1918" type="curve" smooth="yes"/>
- <point x="-39" y="2035"/>
- <point x="-138" y="2123"/>
- <point x="-285" y="2123" type="curve" smooth="yes"/>
- <point x="-432" y="2123"/>
- <point x="-531" y="2035"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC1__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC1__.glif
deleted file mode 100644
index cb4684892..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC1__.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC1" format="1">
- <advance width="0"/>
- <unicode hex="1DC1"/>
- <outline>
- <contour>
- <point x="-793" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-468" y="1781" type="curve" smooth="yes"/>
- <point x="-468" y="1664"/>
- <point x="-369" y="1576"/>
- <point x="-221" y="1576" type="curve" smooth="yes"/>
- <point x="-74" y="1576"/>
- <point x="25" y="1664"/>
- <point x="25" y="1781" type="curve" smooth="yes"/>
- <point x="25" y="1898"/>
- <point x="-74" y="1986"/>
- <point x="-221" y="1986" type="curve" smooth="yes"/>
- <point x="-369" y="1986"/>
- <point x="-468" y="1898"/>
- </contour>
- <contour>
- <point x="-1085" y="1680" type="line"/>
- <point x="-725" y="1680" type="line"/>
- <point x="-342" y="2112" type="line"/>
- <point x="-814" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="-1546" y="1918" type="curve" smooth="yes"/>
- <point x="-1546" y="1801"/>
- <point x="-1447" y="1713"/>
- <point x="-1299" y="1713" type="curve" smooth="yes"/>
- <point x="-1152" y="1713"/>
- <point x="-1053" y="1801"/>
- <point x="-1053" y="1918" type="curve" smooth="yes"/>
- <point x="-1053" y="2035"/>
- <point x="-1152" y="2123"/>
- <point x="-1299" y="2123" type="curve" smooth="yes"/>
- <point x="-1447" y="2123"/>
- <point x="-1546" y="2035"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC2__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC2__.glif
deleted file mode 100644
index d47a454e3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC2__.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC2" format="1">
- <advance width="0"/>
- <unicode hex="1DC2"/>
- <outline>
- <contour>
- <point x="-791" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-1042" y="-169" type="curve"/>
- <point x="-964" y="-296" type="line"/>
- <point x="-909" y="-267"/>
- <point x="-846" y="-248"/>
- <point x="-791" y="-248" type="curve" smooth="yes"/>
- <point x="-773" y="-248"/>
- <point x="-748" y="-250"/>
- <point x="-748" y="-272" type="curve" smooth="yes"/>
- <point x="-748" y="-298"/>
- <point x="-967" y="-320"/>
- <point x="-967" y="-386" type="curve" smooth="yes"/>
- <point x="-967" y="-474"/>
- <point x="-777" y="-459"/>
- <point x="-777" y="-487" type="curve" smooth="yes"/>
- <point x="-777" y="-509"/>
- <point x="-965" y="-506"/>
- <point x="-965" y="-590" type="curve" smooth="yes"/>
- <point x="-965" y="-672"/>
- <point x="-839" y="-743"/>
- <point x="-624" y="-763" type="curve"/>
- <point x="-594" y="-622" type="line"/>
- <point x="-693" y="-612"/>
- <point x="-734" y="-594"/>
- <point x="-734" y="-580" type="curve" smooth="yes"/>
- <point x="-734" y="-553"/>
- <point x="-539" y="-557"/>
- <point x="-539" y="-484" type="curve" smooth="yes"/>
- <point x="-539" y="-385"/>
- <point x="-732" y="-400"/>
- <point x="-732" y="-370" type="curve" smooth="yes"/>
- <point x="-732" y="-341"/>
- <point x="-550" y="-340"/>
- <point x="-550" y="-242" type="curve" smooth="yes"/>
- <point x="-550" y="-154"/>
- <point x="-635" y="-95"/>
- <point x="-759" y="-95" type="curve" smooth="yes"/>
- <point x="-850" y="-95"/>
- <point x="-961" y="-120"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC3__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC3__.glif
deleted file mode 100644
index df7be5e84..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC3__.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC3" format="1">
- <advance width="0"/>
- <unicode hex="1DC3"/>
- <outline>
- <contour>
- <point x="-663" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-311" y="2207" type="line"/>
- <point x="-930" y="1851" type="line"/>
- <point x="-791" y="1617" type="line"/>
- <point x="-172" y="1973" type="line"/>
- </contour>
- <contour>
- <point x="-1155" y="1827" type="line"/>
- <point x="-791" y="1617" type="line"/>
- <point x="-652" y="1851" type="line"/>
- <point x="-1016" y="2061" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC4__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC4__.glif
deleted file mode 100644
index c763179aa..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC4__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC4" format="1">
- <advance width="0"/>
- <unicode hex="1DC4"/>
- <outline>
- <contour>
- <point x="-556" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1132" y="1680" type="line"/>
- <point x="-363" y="1680" type="line"/>
- <point x="19" y="2112" type="line"/>
- <point x="-452" y="2112" type="line"/>
- <point x="-573" y="1918" type="line"/>
- <point x="-1132" y="1918" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC5__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC5__.glif
deleted file mode 100644
index 4318b0c4d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC5__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC5" format="1">
- <advance width="0"/>
- <unicode hex="1DC5"/>
- <outline>
- <contour>
- <point x="-836" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1026" y="1680" type="line"/>
- <point x="-261" y="1680" type="line"/>
- <point x="-261" y="1918" type="line"/>
- <point x="-831" y="1918" type="line"/>
- <point x="-953" y="2112" type="line"/>
- <point x="-1411" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC6__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC6__.glif
deleted file mode 100644
index 01d731d92..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC6__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC6" format="1">
- <advance width="0"/>
- <unicode hex="1DC6"/>
- <outline>
- <contour>
- <point x="-686" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1229" y="1874" type="line"/>
- <point x="-677" y="1874" type="line"/>
- <point x="-503" y="1680" type="line"/>
- <point x="-143" y="1680" type="line"/>
- <point x="-417" y="2112" type="line"/>
- <point x="-1229" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC7__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC7__.glif
deleted file mode 100644
index aa6f5545c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC7__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC7" format="1">
- <advance width="0"/>
- <unicode hex="1DC7"/>
- <outline>
- <contour>
- <point x="-782" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1315" y="1680" type="line"/>
- <point x="-954" y="1680" type="line"/>
- <point x="-782" y="1874" type="line"/>
- <point x="-252" y="1874" type="line"/>
- <point x="-252" y="2112" type="line"/>
- <point x="-1044" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC8__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC8__.glif
deleted file mode 100644
index 4d46706c7..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC8__.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC8" format="1">
- <advance width="0"/>
- <unicode hex="1DC8"/>
- <outline>
- <contour>
- <point x="-774" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1159" y="1680" type="line"/>
- <point x="-714" y="1680" type="line"/>
- <point x="-572" y="1891" type="line"/>
- <point x="-417" y="1680" type="line"/>
- <point x="-117" y="1680" type="line"/>
- <point x="-301" y="2112" type="line"/>
- <point x="-806" y="2112" type="line"/>
- <point x="-930" y="1896" type="line"/>
- <point x="-1056" y="2112" type="line"/>
- <point x="-1431" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DC9__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DC9__.glif
deleted file mode 100644
index ab41c3c2f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DC9__.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC9" format="1">
- <advance width="0"/>
- <unicode hex="1DC9"/>
- <outline>
- <contour>
- <point x="-733" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1390" y="1680" type="line"/>
- <point x="-1104" y="1680" type="line"/>
- <point x="-949" y="1891" type="line"/>
- <point x="-793" y="1680" type="line"/>
- <point x="-348" y="1680" type="line"/>
- <point x="-76" y="2112" type="line"/>
- <point x="-451" y="2112" type="line"/>
- <point x="-578" y="1896" type="line"/>
- <point x="-701" y="2112" type="line"/>
- <point x="-1206" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DCA___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DCA___.glif
deleted file mode 100644
index bae958ec3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DCA___.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCA" format="1">
- <advance width="0"/>
- <unicode hex="1DCA"/>
- <outline>
- <contour>
- <point x="-734" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-726" y="-359" type="line"/>
- <point x="-755" y="-175" type="line"/>
- <point x="-953" y="-175" type="line"/>
- <point x="-953" y="-756" type="line"/>
- <point x="-726" y="-756" type="line"/>
- </contour>
- <contour>
- <point x="-516" y="-175" type="line"/>
- <point x="-536" y="-169"/>
- <point x="-558" y="-166"/>
- <point x="-582" y="-166" type="curve" smooth="yes"/>
- <point x="-723" y="-166"/>
- <point x="-825" y="-322"/>
- <point x="-825" y="-535" type="curve"/>
- <point x="-758" y="-534" type="line"/>
- <point x="-758" y="-428"/>
- <point x="-694" y="-388"/>
- <point x="-602" y="-388" type="curve" smooth="yes"/>
- <point x="-561" y="-388"/>
- <point x="-538" y="-396"/>
- <point x="-516" y="-404" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DCB___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DCB___.glif
deleted file mode 100644
index 5ca370853..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DCB___.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCB" format="1">
- <advance width="0"/>
- <unicode hex="1DCB"/>
- <outline>
- <contour>
- <point x="-763" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="125" y="1877" type="line"/>
- <point x="125" y="2115" type="line"/>
- <point x="-963" y="2115" type="line"/>
- <point x="-963" y="2024"/>
- <point x="-1013" y="1940"/>
- <point x="-1154" y="1940" type="curve" smooth="yes"/>
- <point x="-1295" y="1940"/>
- <point x="-1348" y="2024"/>
- <point x="-1348" y="2115" type="curve"/>
- <point x="-1653" y="2115" type="line"/>
- <point x="-1653" y="1866"/>
- <point x="-1460" y="1693"/>
- <point x="-1154" y="1693" type="curve" smooth="yes"/>
- <point x="-960" y="1693"/>
- <point x="-811" y="1763"/>
- <point x="-729" y="1877" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DCC___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DCC___.glif
deleted file mode 100644
index c80607bbe..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DCC___.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCC" format="1">
- <advance width="0"/>
- <unicode hex="1DCC"/>
- <outline>
- <contour>
- <point x="-807" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-417" y="1693" type="curve" smooth="yes"/>
- <point x="-111" y="1693"/>
- <point x="81" y="1866"/>
- <point x="81" y="2115" type="curve"/>
- <point x="-226" y="2115" type="line"/>
- <point x="-226" y="2024"/>
- <point x="-276" y="1940"/>
- <point x="-417" y="1940" type="curve" smooth="yes"/>
- <point x="-558" y="1940"/>
- <point x="-611" y="2024"/>
- <point x="-611" y="2115" type="curve"/>
- <point x="-1695" y="2115" type="line"/>
- <point x="-1695" y="1877" type="line"/>
- <point x="-843" y="1877" type="line"/>
- <point x="-760" y="1763"/>
- <point x="-611" y="1693"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DCD___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DCD___.glif
deleted file mode 100644
index 0b03b1162..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DCD___.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCD" format="1">
- <advance width="0"/>
- <unicode hex="1DCD"/>
- <outline>
- <contour>
- <point x="4" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="128" y="2087" type="line"/>
- <point x="-127" y="2087" type="line"/>
- <point x="-1081" y="1757" type="line"/>
- <point x="-1081" y="1722" type="line"/>
- <point x="-848" y="1612" type="line"/>
- <point x="0" y="1909" type="line"/>
- <point x="850" y="1612" type="line"/>
- <point x="1089" y="1722" type="line"/>
- <point x="1089" y="1752" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DCE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DCE___.glif
deleted file mode 100644
index 007b6253a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DCE___.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCE" format="1">
- <advance width="0"/>
- <unicode hex="1DCE"/>
- <outline>
- <contour>
- <point x="-795" y="1330" type="move" name="_marktop"/>
- </contour>
- <component base="ogonek" xScale="-1" yScale="-1" xOffset="-479" yOffset="1436"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DCF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DCF___.glif
deleted file mode 100644
index dea55b8e0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DCF___.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCF" format="1">
- <advance width="0"/>
- <unicode hex="1DCF"/>
- <outline>
- <contour>
- <point x="-788" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-766" y="-154" type="line"/>
- <point x="-994" y="-154" type="line"/>
- <point x="-1112" y="-538" type="line"/>
- <point x="-884" y="-538" type="line"/>
- </contour>
- <contour>
- <point x="-463" y="-380" type="line"/>
- <point x="-692" y="-380" type="line"/>
- <point x="-811" y="-763" type="line"/>
- <point x="-583" y="-763" type="line"/>
- </contour>
- <contour>
- <point x="-963" y="-538" type="line"/>
- <point x="-612" y="-538" type="line"/>
- <point x="-612" y="-380" type="line"/>
- <point x="-963" y="-380" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD0__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD0__.glif
deleted file mode 100644
index 32d0c499c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD0__.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD0" format="1">
- <advance width="0"/>
- <unicode hex="1DD0"/>
- <outline>
- <contour>
- <point x="-623" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-956" y="-81" type="line"/>
- <point x="-1161" y="-600" type="line"/>
- <point x="-990" y="-674" type="line"/>
- <point x="-910" y="-616"/>
- <point x="-833" y="-595"/>
- <point x="-766" y="-595" type="curve" smooth="yes"/>
- <point x="-635" y="-595"/>
- <point x="-516" y="-699"/>
- <point x="-363" y="-699" type="curve" smooth="yes"/>
- <point x="-190" y="-699"/>
- <point x="-105" y="-573"/>
- <point x="-87" y="-400" type="curve"/>
- <point x="-271" y="-340" type="line"/>
- <point x="-294" y="-414"/>
- <point x="-345" y="-439"/>
- <point x="-393" y="-439" type="curve" smooth="yes"/>
- <point x="-480" y="-439"/>
- <point x="-556" y="-348"/>
- <point x="-659" y="-348" type="curve" smooth="yes"/>
- <point x="-714" y="-348"/>
- <point x="-760" y="-358"/>
- <point x="-833" y="-402" type="curve"/>
- <point x="-711" y="-81" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD1__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD1__.glif
deleted file mode 100644
index 081fd7df0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD1__.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD1" format="1">
- <advance width="0"/>
- <unicode hex="1DD1"/>
- <outline>
- <contour>
- <point x="-793" y="1555" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-624" y="1745" type="curve" smooth="yes"/>
- <point x="-660" y="1745"/>
- <point x="-690" y="1767"/>
- <point x="-715" y="1871" type="curve" smooth="yes"/>
- <point x="-749" y="2009"/>
- <point x="-817" y="2093"/>
- <point x="-952" y="2093" type="curve" smooth="yes"/>
- <point x="-1081" y="2093"/>
- <point x="-1195" y="1998"/>
- <point x="-1195" y="1836" type="curve" smooth="yes"/>
- <point x="-1195" y="1668"/>
- <point x="-1093" y="1565"/>
- <point x="-945" y="1565" type="curve"/>
- <point x="-945" y="1752" type="line"/>
- <point x="-1001" y="1752"/>
- <point x="-1037" y="1777"/>
- <point x="-1037" y="1836" type="curve" smooth="yes"/>
- <point x="-1037" y="1882"/>
- <point x="-1007" y="1914"/>
- <point x="-963" y="1914" type="curve" smooth="yes"/>
- <point x="-928" y="1914"/>
- <point x="-898" y="1899"/>
- <point x="-873" y="1792" type="curve" smooth="yes"/>
- <point x="-839" y="1643"/>
- <point x="-771" y="1565"/>
- <point x="-631" y="1565" type="curve" smooth="yes"/>
- <point x="-495" y="1565"/>
- <point x="-393" y="1669"/>
- <point x="-393" y="1836" type="curve" smooth="yes"/>
- <point x="-393" y="2016"/>
- <point x="-531" y="2112"/>
- <point x="-656" y="2112" type="curve"/>
- <point x="-656" y="1937" type="line"/>
- <point x="-580" y="1935"/>
- <point x="-553" y="1892"/>
- <point x="-553" y="1832" type="curve" smooth="yes"/>
- <point x="-553" y="1774"/>
- <point x="-580" y="1745"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD2__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD2__.glif
deleted file mode 100644
index 5450d786c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD2__.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD2" format="1">
- <advance width="0"/>
- <unicode hex="1DD2"/>
- <outline>
- <contour>
- <point x="-787" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-851" y="1959" type="curve" smooth="yes"/>
- <point x="-762" y="1959"/>
- <point x="-704" y="1980"/>
- <point x="-657" y="2012" type="curve"/>
- <point x="-692" y="2148" type="line"/>
- <point x="-727" y="2131"/>
- <point x="-766" y="2123"/>
- <point x="-824" y="2123" type="curve" smooth="yes"/>
- <point x="-908" y="2123"/>
- <point x="-983" y="2157"/>
- <point x="-983" y="2287" type="curve" smooth="yes"/>
- <point x="-983" y="2404"/>
- <point x="-898" y="2463"/>
- <point x="-792" y="2463" type="curve" smooth="yes"/>
- <point x="-682" y="2463"/>
- <point x="-591" y="2388"/>
- <point x="-591" y="2197" type="curve" smooth="yes"/>
- <point x="-591" y="1902"/>
- <point x="-826" y="1814"/>
- <point x="-1008" y="1752" type="curve"/>
- <point x="-924" y="1581" type="line"/>
- <point x="-685" y="1643"/>
- <point x="-366" y="1772"/>
- <point x="-366" y="2189" type="curve" smooth="yes"/>
- <point x="-366" y="2472"/>
- <point x="-549" y="2632"/>
- <point x="-811" y="2632" type="curve" smooth="yes"/>
- <point x="-1038" y="2632"/>
- <point x="-1207" y="2489"/>
- <point x="-1207" y="2278" type="curve" smooth="yes"/>
- <point x="-1207" y="2049"/>
- <point x="-1035" y="1959"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD3__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD3__.glif
deleted file mode 100644
index 2e4c5a488..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD3__.glif
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD3" format="1">
- <advance width="0"/>
- <unicode hex="1DD3"/>
- <outline>
- <contour>
- <point x="-799" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-905" y="1907" type="line" name="hr00"/>
- <point x="-905" y="1843"/>
- <point x="-936" y="1807"/>
- <point x="-1000" y="1807" type="curve" smooth="yes"/>
- <point x="-1064" y="1807"/>
- <point x="-1095" y="1852"/>
- <point x="-1095" y="1907" type="curve"/>
- <point x="-1320" y="1907" type="line"/>
- <point x="-1320" y="1766"/>
- <point x="-1191" y="1638"/>
- <point x="-1000" y="1638" type="curve" smooth="yes"/>
- <point x="-813" y="1638"/>
- <point x="-721" y="1727"/>
- <point x="-721" y="1907" type="curve"/>
- </contour>
- <contour>
- <point x="-503" y="1907" type="line"/>
- <point x="-503" y="1843"/>
- <point x="-535" y="1807"/>
- <point x="-598" y="1807" type="curve" smooth="yes"/>
- <point x="-663" y="1807"/>
- <point x="-693" y="1852"/>
- <point x="-693" y="1907" type="curve"/>
- <point x="-877" y="1907" type="line"/>
- <point x="-877" y="1766"/>
- <point x="-789" y="1638"/>
- <point x="-598" y="1638" type="curve" smooth="yes"/>
- <point x="-411" y="1638"/>
- <point x="-278" y="1727"/>
- <point x="-278" y="1907" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1637.625</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD4__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD4__.glif
deleted file mode 100644
index b5d4531a2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD4__.glif
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD4" format="1">
- <advance width="0"/>
- <unicode hex="1DD4"/>
- <outline>
- <contour>
- <point x="-752" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-888" y="2053" type="line" name="hr00"/>
- <point x="-663" y="2053" type="line"/>
- <point x="-663" y="2153" type="line" smooth="yes"/>
- <point x="-663" y="2333"/>
- <point x="-796" y="2424"/>
- <point x="-975" y="2424" type="curve" smooth="yes"/>
- <point x="-1174" y="2424"/>
- <point x="-1304" y="2318"/>
- <point x="-1304" y="2177" type="curve"/>
- <point x="-1078" y="2177" type="line"/>
- <point x="-1078" y="2232"/>
- <point x="-1048" y="2255"/>
- <point x="-989" y="2255" type="curve" smooth="yes"/>
- <point x="-920" y="2255"/>
- <point x="-888" y="2219"/>
- <point x="-888" y="2155" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="-861" y="2115" type="line"/>
- <point x="-967" y="2115" type="line" smooth="yes"/>
- <point x="-1207" y="2115"/>
- <point x="-1321" y="2021"/>
- <point x="-1321" y="1866" type="curve" smooth="yes"/>
- <point x="-1321" y="1727"/>
- <point x="-1222" y="1638"/>
- <point x="-1078" y="1638" type="curve" smooth="yes"/>
- <point x="-932" y="1638"/>
- <point x="-861" y="1727"/>
- <point x="-826" y="1801" type="curve"/>
- <point x="-873" y="1909" type="line"/>
- <point x="-881" y="1859"/>
- <point x="-930" y="1805"/>
- <point x="-1012" y="1805" type="curve" smooth="yes"/>
- <point x="-1062" y="1805"/>
- <point x="-1096" y="1836"/>
- <point x="-1096" y="1878" type="curve" smooth="yes"/>
- <point x="-1096" y="1936"/>
- <point x="-1060" y="1990"/>
- <point x="-965" y="1990" type="curve"/>
- <point x="-859" y="1990" type="line"/>
- </contour>
- <component base="uni0364" xOffset="256"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD5__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD5__.glif
deleted file mode 100644
index d9f927832..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD5__.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD5" format="1">
- <advance width="0"/>
- <unicode hex="1DD5"/>
- <outline>
- <contour>
- <point x="-765" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-913" y="2053" type="line"/>
- <point x="-688" y="2053" type="line"/>
- <point x="-688" y="2153" type="line" smooth="yes"/>
- <point x="-688" y="2333"/>
- <point x="-821" y="2424"/>
- <point x="-1000" y="2424" type="curve" smooth="yes"/>
- <point x="-1199" y="2424"/>
- <point x="-1328" y="2318"/>
- <point x="-1328" y="2177" type="curve"/>
- <point x="-1103" y="2177" type="line"/>
- <point x="-1103" y="2232"/>
- <point x="-1073" y="2255"/>
- <point x="-1013" y="2255" type="curve" smooth="yes"/>
- <point x="-945" y="2255"/>
- <point x="-913" y="2219"/>
- <point x="-913" y="2155" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="-886" y="2115" type="line"/>
- <point x="-991" y="2115" type="line" smooth="yes"/>
- <point x="-1232" y="2115"/>
- <point x="-1346" y="2021"/>
- <point x="-1346" y="1866" type="curve" smooth="yes"/>
- <point x="-1346" y="1727"/>
- <point x="-1247" y="1638"/>
- <point x="-1103" y="1638" type="curve" smooth="yes"/>
- <point x="-957" y="1638"/>
- <point x="-886" y="1727"/>
- <point x="-851" y="1801" type="curve"/>
- <point x="-891" y="1911" type="line"/>
- <point x="-912" y="1858"/>
- <point x="-954" y="1805"/>
- <point x="-1037" y="1805" type="curve" smooth="yes"/>
- <point x="-1086" y="1805"/>
- <point x="-1121" y="1836"/>
- <point x="-1121" y="1878" type="curve" smooth="yes"/>
- <point x="-1121" y="1936"/>
- <point x="-1085" y="1990"/>
- <point x="-990" y="1990" type="curve" smooth="yes"/>
- <point x="-884" y="1990" type="line"/>
- </contour>
- <component base="uni0366" xOffset="243"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD6__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD6__.glif
deleted file mode 100644
index 97c30fbaa..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD6__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD6" format="1">
- <advance width="0"/>
- <unicode hex="1DD6"/>
- <outline>
- <contour>
- <point x="-825" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-718" y="1917" type="line"/>
- <point x="-774" y="1651" type="line"/>
- <point x="-598" y="1651" type="line"/>
- <point x="-279" y="2419" type="line"/>
- <point x="-516" y="2419" type="line"/>
- </contour>
- <component base="uni0363" xOffset="-234"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD7__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD7__.glif
deleted file mode 100644
index e6258a2c6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD7__.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD7" format="1">
- <advance width="0"/>
- <unicode hex="1DD7"/>
- <outline>
- <contour>
- <point x="-792" y="1290" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-859" y="1645" type="line"/>
- <point x="-881" y="1541" type="line"/>
- <point x="-813" y="1537"/>
- <point x="-785" y="1526"/>
- <point x="-785" y="1491" type="curve" smooth="yes"/>
- <point x="-785" y="1452"/>
- <point x="-813" y="1437"/>
- <point x="-853" y="1437" type="curve"/>
- <point x="-847" y="1306" type="line"/>
- <point x="-679" y="1306"/>
- <point x="-590" y="1376"/>
- <point x="-590" y="1481" type="curve" smooth="yes"/>
- <point x="-590" y="1561"/>
- <point x="-644" y="1592"/>
- <point x="-696" y="1602" type="curve"/>
- <point x="-688" y="1645" type="line"/>
- </contour>
- <component base="uni0368"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD8__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD8__.glif
deleted file mode 100644
index d04ed3853..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD8__.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD8" format="1">
- <advance width="0"/>
- <unicode hex="1DD8"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-941" y="2548" type="line"/>
- <point x="-781" y="2501"/>
- <point x="-627" y="2379"/>
- <point x="-627" y="2130" type="curve" smooth="yes"/>
- <point x="-627" y="2085" type="line" smooth="yes"/>
- <point x="-627" y="1936"/>
- <point x="-688" y="1822"/>
- <point x="-795" y="1822" type="curve" smooth="yes"/>
- <point x="-897" y="1822"/>
- <point x="-958" y="1891"/>
- <point x="-958" y="1983" type="curve" smooth="yes"/>
- <point x="-958" y="2093"/>
- <point x="-902" y="2160"/>
- <point x="-789" y="2160" type="curve" smooth="yes"/>
- <point x="-668" y="2160"/>
- <point x="-605" y="2104"/>
- <point x="-605" y="2061" type="curve"/>
- <point x="-524" y="2060" type="line"/>
- <point x="-539" y="2221"/>
- <point x="-666" y="2329"/>
- <point x="-832" y="2329" type="curve" smooth="yes"/>
- <point x="-1056" y="2329"/>
- <point x="-1184" y="2190"/>
- <point x="-1184" y="1983" type="curve" smooth="yes"/>
- <point x="-1184" y="1792"/>
- <point x="-1030" y="1640"/>
- <point x="-798" y="1640" type="curve" smooth="yes"/>
- <point x="-573" y="1640"/>
- <point x="-402" y="1821"/>
- <point x="-402" y="2085" type="curve" smooth="yes"/>
- <point x="-402" y="2129" type="line" smooth="yes"/>
- <point x="-402" y="2442"/>
- <point x="-595" y="2659"/>
- <point x="-869" y="2718" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DD9__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DD9__.glif
deleted file mode 100644
index 5dbc0074c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DD9__.glif
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD9" format="1">
- <advance width="0"/>
- <unicode hex="1DD9"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-941" y="2548" type="line"/>
- <point x="-781" y="2501"/>
- <point x="-627" y="2379"/>
- <point x="-627" y="2130" type="curve" smooth="yes"/>
- <point x="-627" y="2085" type="line" smooth="yes"/>
- <point x="-627" y="1936"/>
- <point x="-688" y="1822"/>
- <point x="-795" y="1822" type="curve" smooth="yes"/>
- <point x="-897" y="1822"/>
- <point x="-958" y="1891"/>
- <point x="-958" y="1983" type="curve" smooth="yes"/>
- <point x="-958" y="2093"/>
- <point x="-902" y="2160"/>
- <point x="-789" y="2160" type="curve" smooth="yes"/>
- <point x="-668" y="2160"/>
- <point x="-605" y="2104"/>
- <point x="-605" y="2061" type="curve"/>
- <point x="-524" y="2060" type="line"/>
- <point x="-539" y="2221"/>
- <point x="-666" y="2329"/>
- <point x="-832" y="2329" type="curve" smooth="yes"/>
- <point x="-1056" y="2329"/>
- <point x="-1184" y="2190"/>
- <point x="-1184" y="1983" type="curve" smooth="yes"/>
- <point x="-1184" y="1792"/>
- <point x="-1030" y="1640"/>
- <point x="-798" y="1640" type="curve" smooth="yes"/>
- <point x="-573" y="1640"/>
- <point x="-402" y="1821"/>
- <point x="-402" y="2085" type="curve" smooth="yes"/>
- <point x="-402" y="2129" type="line" smooth="yes"/>
- <point x="-402" y="2442"/>
- <point x="-595" y="2659"/>
- <point x="-869" y="2718" type="curve"/>
- </contour>
- <contour>
- <point x="-450" y="2613" type="line"/>
- <point x="-503" y="2695" type="line"/>
- <point x="-963" y="2446" type="line"/>
- <point x="-908" y="2364" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DDA___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DDA___.glif
deleted file mode 100644
index 702e5ec71..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DDA___.glif
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDA" format="1">
- <advance width="0"/>
- <unicode hex="1DDA"/>
- <outline>
- <contour>
- <point x="-792" y="1338" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-815" y="1361" type="curve" smooth="yes"/>
- <point x="-590" y="1361"/>
- <point x="-436" y="1480"/>
- <point x="-436" y="1690" type="curve" smooth="yes"/>
- <point x="-436" y="2419" type="line"/>
- <point x="-634" y="2419" type="line"/>
- <point x="-663" y="2240" type="line"/>
- <point x="-663" y="1691" type="line" smooth="yes"/>
- <point x="-663" y="1594"/>
- <point x="-721" y="1536"/>
- <point x="-824" y="1536" type="curve" smooth="yes"/>
- <point x="-902" y="1536"/>
- <point x="-958" y="1573"/>
- <point x="-1000" y="1616" type="curve"/>
- <point x="-1097" y="1475" type="line"/>
- <point x="-1034" y="1401"/>
- <point x="-914" y="1361"/>
- </contour>
- <contour>
- <point x="-839" y="1646" type="curve" smooth="yes"/>
- <point x="-655" y="1646"/>
- <point x="-580" y="1819"/>
- <point x="-550" y="2025" type="curve"/>
- <point x="-550" y="2043" type="line"/>
- <point x="-580" y="2262"/>
- <point x="-633" y="2434"/>
- <point x="-837" y="2434" type="curve" smooth="yes"/>
- <point x="-1030" y="2434"/>
- <point x="-1148" y="2276"/>
- <point x="-1148" y="2046" type="curve" smooth="yes"/>
- <point x="-1148" y="2031" type="line" smooth="yes"/>
- <point x="-1148" y="1810"/>
- <point x="-1030" y="1646"/>
- </contour>
- <contour>
- <point x="-781" y="1829" type="curve" smooth="yes"/>
- <point x="-877" y="1829"/>
- <point x="-921" y="1917"/>
- <point x="-921" y="2031" type="curve" smooth="yes"/>
- <point x="-921" y="2046" type="line" smooth="yes"/>
- <point x="-921" y="2163"/>
- <point x="-875" y="2251"/>
- <point x="-780" y="2251" type="curve" smooth="yes"/>
- <point x="-677" y="2251"/>
- <point x="-644" y="2185"/>
- <point x="-634" y="2061" type="curve"/>
- <point x="-634" y="2006" type="line"/>
- <point x="-644" y="1899"/>
- <point x="-677" y="1829"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DDB___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DDB___.glif
deleted file mode 100644
index 75c087a17..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DDB___.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDB" format="1">
- <advance width="0"/>
- <unicode hex="1DDB"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-784" y="1638" type="curve" smooth="yes"/>
- <point x="-576" y="1638"/>
- <point x="-474" y="1704"/>
- <point x="-419" y="1763" type="curve"/>
- <point x="-419" y="2091" type="line"/>
- <point x="-789" y="2091" type="line"/>
- <point x="-789" y="1943" type="line"/>
- <point x="-645" y="1943" type="line"/>
- <point x="-645" y="1841" type="line"/>
- <point x="-668" y="1827"/>
- <point x="-700" y="1818"/>
- <point x="-784" y="1818" type="curve" smooth="yes"/>
- <point x="-884" y="1818"/>
- <point x="-939" y="1882"/>
- <point x="-939" y="1972" type="curve" smooth="yes"/>
- <point x="-939" y="2144" type="line" smooth="yes"/>
- <point x="-939" y="2234"/>
- <point x="-887" y="2296"/>
- <point x="-796" y="2296" type="curve" smooth="yes"/>
- <point x="-714" y="2296"/>
- <point x="-678" y="2272"/>
- <point x="-664" y="2204" type="curve"/>
- <point x="-437" y="2204" type="line"/>
- <point x="-459" y="2393"/>
- <point x="-586" y="2476"/>
- <point x="-796" y="2476" type="curve" smooth="yes"/>
- <point x="-1011" y="2476"/>
- <point x="-1165" y="2342"/>
- <point x="-1165" y="2142" type="curve" smooth="yes"/>
- <point x="-1165" y="1972" type="line" smooth="yes"/>
- <point x="-1165" y="1774"/>
- <point x="-1008" y="1638"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DDC___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DDC___.glif
deleted file mode 100644
index 7983cf648..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DDC___.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDC" format="1">
- <advance width="0"/>
- <unicode hex="1DDC"/>
- <outline>
- <contour>
- <point x="-734" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-872" y="2746" type="line"/>
- <point x="-1099" y="2746" type="line"/>
- <point x="-1099" y="1651" type="line"/>
- <point x="-872" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-400" y="2410" type="line"/>
- <point x="-660" y="2410" type="line"/>
- <point x="-844" y="2189" type="line"/>
- <point x="-987" y="2002" type="line"/>
- <point x="-894" y="1852" type="line"/>
- <point x="-729" y="2024" type="line"/>
- </contour>
- <contour>
- <point x="-630" y="1651" type="line"/>
- <point x="-370" y="1651" type="line"/>
- <point x="-675" y="2122" type="line"/>
- <point x="-837" y="1998" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DDD___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DDD___.glif
deleted file mode 100644
index 9fa6d7403..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DDD___.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDD" format="1">
- <advance width="0"/>
- <unicode hex="1DDD"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-905" y="2738" type="line"/>
- <point x="-905" y="1651" type="line"/>
- <point x="-679" y="1651" type="line"/>
- <point x="-679" y="2738" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DDE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DDE___.glif
deleted file mode 100644
index c16a20ff3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DDE___.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDE" format="1">
- <advance width="0"/>
- <unicode hex="1DDE"/>
- <outline>
- <contour>
- <point x="-745" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-468" y="1833" type="line"/>
- <point x="-881" y="1833" type="line"/>
- <point x="-881" y="1651" type="line"/>
- <point x="-468" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-798" y="2470" type="line"/>
- <point x="-1023" y="2470" type="line"/>
- <point x="-1023" y="1651" type="line"/>
- <point x="-798" y="1651" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DDF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DDF___.glif
deleted file mode 100644
index fe7fb3431..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DDF___.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDF" format="1">
- <advance width="0"/>
- <unicode hex="1DDF"/>
- <outline>
- <contour>
- <point x="-793" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-798" y="1913" type="line"/>
- <point x="-976" y="2470" type="line"/>
- <point x="-1154" y="2470" type="line"/>
- <point x="-873" y="1651" type="line"/>
- <point x="-722" y="1651" type="line"/>
- <point x="-440" y="2470" type="line"/>
- <point x="-617" y="2470" type="line"/>
- </contour>
- <contour>
- <point x="-1029" y="2470" type="line"/>
- <point x="-1254" y="2470" type="line"/>
- <point x="-1254" y="1651" type="line"/>
- <point x="-1029" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-560" y="1651" type="line"/>
- <point x="-334" y="1651" type="line"/>
- <point x="-334" y="2470" type="line"/>
- <point x="-560" y="2470" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE0__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE0__.glif
deleted file mode 100644
index 3b969fee2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE0__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE0" format="1">
- <advance width="0"/>
- <unicode hex="1DE0"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="uni0367" xScale="-1" yScale="-1" xOffset="-1585" yOffset="4062"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE1__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE1__.glif
deleted file mode 100644
index 0e70a6d51..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE1__.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE1" format="1">
- <advance width="0"/>
- <unicode hex="1DE1"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-477" y="1722" type="line"/>
- <point x="-939" y="2471" type="line"/>
- <point x="-1107" y="2402" type="line"/>
- <point x="-648" y="1653" type="line"/>
- </contour>
- <contour>
- <point x="-939" y="2471" type="line"/>
- <point x="-1165" y="2471" type="line"/>
- <point x="-1165" y="1653" type="line"/>
- <point x="-939" y="1653" type="line"/>
- </contour>
- <contour>
- <point x="-421" y="2471" type="line"/>
- <point x="-648" y="2471" type="line"/>
- <point x="-648" y="1653" type="line"/>
- <point x="-421" y="1653" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE2__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE2__.glif
deleted file mode 100644
index 80f2da522..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE2__.glif
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE2" format="1">
- <advance width="0"/>
- <unicode hex="1DE2"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-760" y="1925" type="line"/>
- <point x="-716" y="1922"/>
- <point x="-740" y="1937"/>
- <point x="-708" y="1944" type="curve" smooth="yes"/>
- <point x="-704" y="1946"/>
- <point x="-701" y="1987"/>
- <point x="-697" y="1987" type="curve" smooth="yes"/>
- <point x="-554" y="2025"/>
- <point x="-477" y="2104"/>
- <point x="-477" y="2221" type="curve" smooth="yes"/>
- <point x="-477" y="2373"/>
- <point x="-611" y="2471"/>
- <point x="-815" y="2471" type="curve" smooth="yes"/>
- <point x="-1139" y="2471" type="line"/>
- <point x="-1139" y="1653" type="line"/>
- <point x="-913" y="1653" type="line"/>
- <point x="-913" y="2289" type="line"/>
- <point x="-815" y="2289" type="line" smooth="yes"/>
- <point x="-745" y="2289"/>
- <point x="-704" y="2247"/>
- <point x="-704" y="2200" type="curve" smooth="yes"/>
- <point x="-704" y="2144"/>
- <point x="-745" y="2107"/>
- <point x="-815" y="2107" type="curve" smooth="yes"/>
- <point x="-1004" y="2107" type="line"/>
- <point x="-1001" y="1925" type="line"/>
- </contour>
- <contour>
- <point x="-814" y="1925" type="line"/>
- <point x="-733" y="1925"/>
- <point x="-690" y="1891"/>
- <point x="-690" y="1819" type="curve" smooth="yes"/>
- <point x="-690" y="1775" type="line" smooth="yes"/>
- <point x="-690" y="1757"/>
- <point x="-690" y="1672"/>
- <point x="-678" y="1653" type="curve"/>
- <point x="-446" y="1653" type="line"/>
- <point x="-446" y="1662" type="line"/>
- <point x="-462" y="1683"/>
- <point x="-465" y="1766"/>
- <point x="-465" y="1774" type="curve" smooth="yes"/>
- <point x="-465" y="1819" type="line" smooth="yes"/>
- <point x="-465" y="1942"/>
- <point x="-532" y="2030"/>
- <point x="-752" y="2030" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE3__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE3__.glif
deleted file mode 100644
index 498bcb440..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE3__.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE3" format="1">
- <advance width="0"/>
- <unicode hex="1DE3"/>
- <outline>
- <contour>
- <point x="-776" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-953" y="2175" type="line"/>
- <point x="-890" y="2210"/>
- <point x="-857" y="2228"/>
- <point x="-804" y="2228" type="curve" smooth="yes"/>
- <point x="-751" y="2228"/>
- <point x="-719" y="2199"/>
- <point x="-719" y="2156" type="curve" smooth="yes"/>
- <point x="-719" y="2098"/>
- <point x="-782" y="2053"/>
- <point x="-909" y="2016" type="curve"/>
- <point x="-824" y="1887" type="line"/>
- <point x="-619" y="1946"/>
- <point x="-494" y="2005"/>
- <point x="-494" y="2155" type="curve" smooth="yes"/>
- <point x="-494" y="2314"/>
- <point x="-623" y="2409"/>
- <point x="-776" y="2409" type="curve" smooth="yes"/>
- <point x="-913" y="2409"/>
- <point x="-968" y="2371"/>
- <point x="-1059" y="2320" type="curve"/>
- </contour>
- <contour>
- <point x="-719" y="1651" type="line"/>
- <point x="-492" y="1651" type="line"/>
- <point x="-492" y="1665" type="line"/>
- <point x="-700" y="2027" type="line"/>
- <point x="-909" y="2016" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE4__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE4__.glif
deleted file mode 100644
index a2d29363f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE4__.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE4" format="1">
- <advance width="0"/>
- <unicode hex="1DE4"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-679" y="1859" type="curve" smooth="yes"/>
- <point x="-679" y="1815"/>
- <point x="-714" y="1789"/>
- <point x="-784" y="1789" type="curve" smooth="yes"/>
- <point x="-857" y="1789"/>
- <point x="-908" y="1815"/>
- <point x="-910" y="1889" type="curve"/>
- <point x="-1122" y="1889" type="line"/>
- <point x="-1122" y="1767"/>
- <point x="-1007" y="1632"/>
- <point x="-789" y="1632" type="curve" smooth="yes"/>
- <point x="-589" y="1632"/>
- <point x="-462" y="1733"/>
- <point x="-462" y="1866" type="curve" smooth="yes"/>
- <point x="-462" y="2003"/>
- <point x="-557" y="2068"/>
- <point x="-736" y="2102" type="curve" smooth="yes"/>
- <point x="-865" y="2126"/>
- <point x="-884" y="2157"/>
- <point x="-884" y="2190" type="curve" smooth="yes"/>
- <point x="-884" y="2234"/>
- <point x="-844" y="2263"/>
- <point x="-789" y="2263" type="curve" smooth="yes"/>
- <point x="-716" y="2263"/>
- <point x="-688" y="2229"/>
- <point x="-688" y="2173" type="curve"/>
- <point x="-462" y="2173" type="line"/>
- <point x="-462" y="2318"/>
- <point x="-587" y="2419"/>
- <point x="-789" y="2419" type="curve" smooth="yes"/>
- <point x="-985" y="2419"/>
- <point x="-1099" y="2307"/>
- <point x="-1099" y="2179" type="curve" smooth="yes"/>
- <point x="-1099" y="2047"/>
- <point x="-998" y="1983"/>
- <point x="-831" y="1948" type="curve" smooth="yes"/>
- <point x="-707" y="1925"/>
- <point x="-679" y="1893"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE5__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE5__.glif
deleted file mode 100644
index 2cb8dcb58..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE5__.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE5" format="1">
- <advance width="0"/>
- <unicode hex="1DE5"/>
- <outline>
- <contour>
- <point x="-711" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-682" y="1651" type="line" name="hr00"/>
- <point x="-682" y="2489" type="line" smooth="yes"/>
- <point x="-682" y="2547"/>
- <point x="-644" y="2578"/>
- <point x="-573" y="2578" type="curve" smooth="yes"/>
- <point x="-547" y="2578"/>
- <point x="-529" y="2577"/>
- <point x="-513" y="2571" type="curve"/>
- <point x="-513" y="2746" type="line"/>
- <point x="-547" y="2754"/>
- <point x="-583" y="2761"/>
- <point x="-622" y="2761" type="curve" smooth="yes"/>
- <point x="-798" y="2761"/>
- <point x="-909" y="2665"/>
- <point x="-909" y="2489" type="curve" smooth="yes"/>
- <point x="-909" y="1651" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE6__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE6__.glif
deleted file mode 100644
index 66239c88b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE6__.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE6" format="1">
- <advance width="0"/>
- <unicode hex="1DE6"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-472" y="1834" type="line"/>
- <point x="-1056" y="1834" type="line"/>
- <point x="-1056" y="1651" type="line"/>
- <point x="-472" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-481" y="2283" type="line"/>
- <point x="-481" y="2410" type="line"/>
- <point x="-635" y="2410" type="line"/>
- <point x="-1112" y="1783" type="line"/>
- <point x="-1112" y="1651" type="line"/>
- <point x="-958" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-557" y="2410" type="line"/>
- <point x="-1099" y="2410" type="line"/>
- <point x="-1099" y="2228" type="line"/>
- <point x="-557" y="2228" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE7__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE7__.glif
deleted file mode 100644
index 43884dd48..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE7__.glif
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE7" format="1">
- <advance width="0"/>
- <unicode hex="1DE7"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-877" y="1638" type="curve" smooth="yes"/>
- <point x="-712" y="1638"/>
- <point x="-645" y="1804"/>
- <point x="-617" y="2009" type="curve"/>
- <point x="-617" y="2027" type="line"/>
- <point x="-645" y="2245"/>
- <point x="-712" y="2424"/>
- <point x="-876" y="2424" type="curve" smooth="yes"/>
- <point x="-1068" y="2424"/>
- <point x="-1173" y="2261"/>
- <point x="-1173" y="2030" type="curve" smooth="yes"/>
- <point x="-1173" y="2014" type="line" smooth="yes"/>
- <point x="-1173" y="1793"/>
- <point x="-1068" y="1638"/>
- </contour>
- <contour>
- <point x="-821" y="1819" type="curve" smooth="yes"/>
- <point x="-916" y="1819"/>
- <point x="-946" y="1900"/>
- <point x="-946" y="2014" type="curve" smooth="yes"/>
- <point x="-946" y="2030" type="line" smooth="yes"/>
- <point x="-946" y="2146"/>
- <point x="-913" y="2241"/>
- <point x="-820" y="2241" type="curve" smooth="yes"/>
- <point x="-726" y="2241"/>
- <point x="-688" y="2168"/>
- <point x="-688" y="2045" type="curve"/>
- <point x="-688" y="1990" type="line"/>
- <point x="-688" y="1882"/>
- <point x="-726" y="1819"/>
- </contour>
- <contour>
- <point x="-688" y="2410" type="line"/>
- <point x="-716" y="2248" type="line"/>
- <point x="-716" y="1911" type="line" smooth="yes"/>
- <point x="-716" y="1727"/>
- <point x="-634" y="1636"/>
- <point x="-499" y="1636" type="curve" smooth="yes"/>
- <point x="-466" y="1636"/>
- <point x="-443" y="1639"/>
- <point x="-411" y="1651" type="curve"/>
- <point x="-429" y="1822" type="line"/>
- <point x="-432" y="1821"/>
- <point x="-435" y="1821"/>
- <point x="-441" y="1821" type="curve" smooth="yes"/>
- <point x="-473" y="1821"/>
- <point x="-491" y="1844"/>
- <point x="-491" y="1911" type="curve" smooth="yes"/>
- <point x="-491" y="2410" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE8__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE8__.glif
deleted file mode 100644
index 96afbd40b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE8__.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE8" format="1">
- <advance width="0"/>
- <unicode hex="1DE8"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1141" y="1651" type="line"/>
- <point x="-945" y="1651" type="line"/>
- <point x="-914" y="1826" type="line"/>
- <point x="-914" y="2738" type="line"/>
- <point x="-1141" y="2738" type="line"/>
- </contour>
- <contour>
- <point x="-738" y="1638" type="curve" smooth="yes"/>
- <point x="-547" y="1638"/>
- <point x="-444" y="1801"/>
- <point x="-444" y="2021" type="curve" smooth="yes"/>
- <point x="-444" y="2036" type="line" smooth="yes"/>
- <point x="-444" y="2267"/>
- <point x="-547" y="2419"/>
- <point x="-740" y="2419" type="curve" smooth="yes"/>
- <point x="-914" y="2419"/>
- <point x="-998" y="2254"/>
- <point x="-1027" y="2034" type="curve"/>
- <point x="-1027" y="2016" type="line"/>
- <point x="-998" y="1811"/>
- <point x="-914" y="1638"/>
- </contour>
- <contour>
- <point x="-796" y="1821" type="curve" smooth="yes"/>
- <point x="-891" y="1821"/>
- <point x="-936" y="1889"/>
- <point x="-936" y="1998" type="curve"/>
- <point x="-936" y="2053" type="line"/>
- <point x="-936" y="2177"/>
- <point x="-891" y="2243"/>
- <point x="-798" y="2243" type="curve" smooth="yes"/>
- <point x="-704" y="2243"/>
- <point x="-670" y="2155"/>
- <point x="-670" y="2036" type="curve" smooth="yes"/>
- <point x="-670" y="2021" type="line" smooth="yes"/>
- <point x="-670" y="1909"/>
- <point x="-701" y="1821"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DE9__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DE9__.glif
deleted file mode 100644
index 6aefbd7ae..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DE9__.glif
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE9" format="1">
- <advance width="0"/>
- <unicode hex="1DE9"/>
- <outline>
- <contour>
- <point x="-792" y="1349" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-853" y="2208" type="line" name="hr00"/>
- <point x="-853" y="2090" type="line"/>
- <point x="-798" y="2090" type="line" smooth="yes"/>
- <point x="-703" y="2090"/>
- <point x="-653" y="2046"/>
- <point x="-653" y="1943" type="curve" smooth="yes"/>
- <point x="-653" y="1874"/>
- <point x="-705" y="1819"/>
- <point x="-795" y="1819" type="curve" smooth="yes"/>
- <point x="-913" y="1819"/>
- <point x="-989" y="1870"/>
- <point x="-989" y="1935" type="curve"/>
- <point x="-1071" y="1935" type="line"/>
- <point x="-1071" y="1727"/>
- <point x="-887" y="1638"/>
- <point x="-737" y="1638" type="curve" smooth="yes"/>
- <point x="-542" y="1638"/>
- <point x="-426" y="1746"/>
- <point x="-426" y="1939" type="curve" smooth="yes"/>
- <point x="-426" y="2108"/>
- <point x="-550" y="2208"/>
- <point x="-760" y="2208" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="-809" y="2687" type="curve" smooth="yes"/>
- <point x="-1000" y="2687"/>
- <point x="-1158" y="2564"/>
- <point x="-1158" y="2365" type="curve" smooth="yes"/>
- <point x="-1158" y="1360" type="line"/>
- <point x="-931" y="1360" type="line"/>
- <point x="-931" y="2365" type="line" smooth="yes"/>
- <point x="-931" y="2453"/>
- <point x="-880" y="2504"/>
- <point x="-809" y="2504" type="curve" smooth="yes"/>
- <point x="-733" y="2504"/>
- <point x="-697" y="2450"/>
- <point x="-697" y="2388" type="curve" smooth="yes"/>
- <point x="-697" y="2300"/>
- <point x="-730" y="2252"/>
- <point x="-811" y="2252" type="curve" smooth="yes"/>
- <point x="-853" y="2252" type="line"/>
- <point x="-853" y="2145" type="line"/>
- <point x="-774" y="2145" type="line" smooth="yes"/>
- <point x="-593" y="2145"/>
- <point x="-470" y="2262"/>
- <point x="-470" y="2410" type="curve" smooth="yes"/>
- <point x="-470" y="2592"/>
- <point x="-604" y="2687"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DEA___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DEA___.glif
deleted file mode 100644
index a1be5a7e5..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DEA___.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEA" format="1">
- <advance width="0"/>
- <unicode hex="1DEA"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-802" y="1632" type="curve" smooth="yes"/>
- <point x="-567" y="1632"/>
- <point x="-440" y="1803"/>
- <point x="-440" y="2024" type="curve" smooth="yes"/>
- <point x="-440" y="2050" type="line" smooth="yes"/>
- <point x="-440" y="2250"/>
- <point x="-583" y="2419"/>
- <point x="-826" y="2419" type="curve" smooth="yes"/>
- <point x="-974" y="2419"/>
- <point x="-1077" y="2353"/>
- <point x="-1125" y="2285" type="curve"/>
- <point x="-1019" y="2157" type="line"/>
- <point x="-975" y="2214"/>
- <point x="-909" y="2236"/>
- <point x="-842" y="2236" type="curve" smooth="yes"/>
- <point x="-732" y="2236"/>
- <point x="-666" y="2163"/>
- <point x="-666" y="2050" type="curve" smooth="yes"/>
- <point x="-666" y="2024" type="line" smooth="yes"/>
- <point x="-666" y="1911"/>
- <point x="-696" y="1814"/>
- <point x="-800" y="1814" type="curve" smooth="yes"/>
- <point x="-881" y="1814"/>
- <point x="-923" y="1859"/>
- <point x="-923" y="1933" type="curve" smooth="yes"/>
- <point x="-923" y="1951" type="line"/>
- <point x="-529" y="1951" type="line"/>
- <point x="-529" y="2100" type="line"/>
- <point x="-1144" y="2100" type="line"/>
- <point x="-1144" y="2003" type="line" smooth="yes"/>
- <point x="-1144" y="1775"/>
- <point x="-1019" y="1632"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DEB___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DEB___.glif
deleted file mode 100644
index f2ff69a87..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DEB___.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEB" format="1">
- <advance width="0"/>
- <unicode hex="1DEB"/>
- <outline>
- <contour>
- <point x="-769" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-572" y="2419" type="line"/>
- <point x="-1024" y="2419" type="line"/>
- <point x="-1024" y="2255" type="line"/>
- <point x="-572" y="2255" type="line"/>
- </contour>
- <component base="uni1DE5"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DEC___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DEC___.glif
deleted file mode 100644
index bc1cd7445..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DEC___.glif
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEC" format="1">
- <advance width="0"/>
- <unicode hex="1DEC"/>
- <outline>
- <contour>
- <point x="-793" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-631" y="2420" type="line"/>
- <point x="-631" y="2377"/>
- <point x="-656" y="2343"/>
- <point x="-688" y="2343" type="curve" smooth="yes"/>
- <point x="-760" y="2343"/>
- <point x="-851" y="2401"/>
- <point x="-930" y="2401" type="curve" smooth="yes"/>
- <point x="-1016" y="2401"/>
- <point x="-1077" y="2324"/>
- <point x="-1077" y="2237" type="curve"/>
- <point x="-957" y="2203" type="line"/>
- <point x="-957" y="2245"/>
- <point x="-932" y="2280"/>
- <point x="-902" y="2280" type="curve" smooth="yes"/>
- <point x="-824" y="2280"/>
- <point x="-752" y="2221"/>
- <point x="-659" y="2221" type="curve" smooth="yes"/>
- <point x="-572" y="2221"/>
- <point x="-512" y="2298"/>
- <point x="-512" y="2384" type="curve"/>
- </contour>
- <contour>
- <point x="-631" y="2200" type="line"/>
- <point x="-631" y="2157"/>
- <point x="-656" y="2123"/>
- <point x="-688" y="2123" type="curve" smooth="yes"/>
- <point x="-760" y="2123"/>
- <point x="-851" y="2181"/>
- <point x="-930" y="2181" type="curve" smooth="yes"/>
- <point x="-1016" y="2181"/>
- <point x="-1077" y="2104"/>
- <point x="-1077" y="2017" type="curve"/>
- <point x="-957" y="1983" type="line"/>
- <point x="-957" y="2025"/>
- <point x="-932" y="2060"/>
- <point x="-902" y="2060" type="curve" smooth="yes"/>
- <point x="-824" y="2060"/>
- <point x="-752" y="2001"/>
- <point x="-659" y="2001" type="curve" smooth="yes"/>
- <point x="-572" y="2001"/>
- <point x="-512" y="2078"/>
- <point x="-512" y="2164" type="curve"/>
- </contour>
- <component base="uni1DDD"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DED___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DED___.glif
deleted file mode 100644
index f917eebc1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DED___.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DED" format="1">
- <advance width="0"/>
- <unicode hex="1DED"/>
- <outline>
- <contour>
- <point x="-832" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1238" y="1471" type="line"/>
- <point x="-1057" y="1368" type="line"/>
- <point x="-828" y="1735" type="line"/>
- <point x="-1008" y="1838" type="line"/>
- </contour>
- <component base="uni0366"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DEE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DEE___.glif
deleted file mode 100644
index c38ee40f1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DEE___.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEE" format="1">
- <advance width="0"/>
- <unicode hex="1DEE"/>
- <outline>
- <contour>
- <point x="-792" y="1306" type="move" name="_marktop"/>
- </contour>
- <component base="uni0369" xScale="-1" yScale="-1" xOffset="-1585" yOffset="4056"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DEF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DEF___.glif
deleted file mode 100644
index d5d9f1572..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DEF___.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEF" format="1">
- <advance width="0"/>
- <unicode hex="1DEF"/>
- <outline>
- <contour>
- <point x="-791" y="1291" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-678" y="1651" type="line"/>
- <point x="-678" y="2489" type="line" smooth="yes"/>
- <point x="-678" y="2547"/>
- <point x="-639" y="2578"/>
- <point x="-569" y="2578" type="curve" smooth="yes"/>
- <point x="-543" y="2578"/>
- <point x="-525" y="2577"/>
- <point x="-509" y="2571" type="curve"/>
- <point x="-509" y="2746" type="line"/>
- <point x="-543" y="2754"/>
- <point x="-579" y="2761"/>
- <point x="-617" y="2761" type="curve" smooth="yes"/>
- <point x="-793" y="2761"/>
- <point x="-905" y="2665"/>
- <point x="-905" y="2489" type="curve" smooth="yes"/>
- <point x="-905" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-905" y="2417" type="line"/>
- <point x="-905" y="1580" type="line" smooth="yes"/>
- <point x="-905" y="1522"/>
- <point x="-943" y="1491"/>
- <point x="-1013" y="1491" type="curve" smooth="yes"/>
- <point x="-1040" y="1491"/>
- <point x="-1057" y="1492"/>
- <point x="-1074" y="1497" type="curve"/>
- <point x="-1074" y="1323" type="line"/>
- <point x="-1040" y="1315"/>
- <point x="-1004" y="1308"/>
- <point x="-965" y="1308" type="curve" smooth="yes"/>
- <point x="-789" y="1308"/>
- <point x="-678" y="1404"/>
- <point x="-678" y="1580" type="curve" smooth="yes"/>
- <point x="-678" y="2417" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DF0__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DF0__.glif
deleted file mode 100644
index 9ba310441..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DF0__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF0" format="1">
- <advance width="0"/>
- <unicode hex="1DF0"/>
- <outline>
- <contour>
- <point x="-859" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1265" y="1471" type="line"/>
- <point x="-1085" y="1368" type="line"/>
- <point x="-855" y="1735" type="line"/>
- <point x="-1035" y="1838" type="line"/>
- </contour>
- <component base="uni0367"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DF1__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DF1__.glif
deleted file mode 100644
index 739dc5451..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DF1__.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF1" format="1">
- <advance width="0"/>
- <unicode hex="1DF1"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1019" y="1877" type="line"/>
- <point x="-1040" y="1651" type="line"/>
- <point x="-924" y="1651" type="line"/>
- <point x="-780" y="2144" type="line"/>
- <point x="-730" y="2410" type="line"/>
- <point x="-872" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-1081" y="2410" type="line"/>
- <point x="-1298" y="2410" type="line"/>
- <point x="-1114" y="1651" type="line"/>
- <point x="-976" y="1651" type="line"/>
- <point x="-985" y="1881" type="line"/>
- </contour>
- <contour>
- <point x="-601" y="1893" type="line"/>
- <point x="-609" y="1651" type="line"/>
- <point x="-470" y="1651" type="line"/>
- <point x="-287" y="2410" type="line"/>
- <point x="-505" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-714" y="2410" type="line"/>
- <point x="-851" y="2410" type="line"/>
- <point x="-804" y="2142" type="line"/>
- <point x="-661" y="1651" type="line"/>
- <point x="-545" y="1651" type="line"/>
- <point x="-567" y="1878" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DF2__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DF2__.glif
deleted file mode 100644
index 0ae5b457f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DF2__.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF2" format="1">
- <advance width="0"/>
- <unicode hex="1DF2"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1122" y="2606" type="curve" smooth="yes"/>
- <point x="-1122" y="2538"/>
- <point x="-1071" y="2490"/>
- <point x="-997" y="2490" type="curve" smooth="yes"/>
- <point x="-921" y="2490"/>
- <point x="-870" y="2538"/>
- <point x="-870" y="2606" type="curve" smooth="yes"/>
- <point x="-870" y="2673"/>
- <point x="-921" y="2721"/>
- <point x="-997" y="2721" type="curve" smooth="yes"/>
- <point x="-1071" y="2721"/>
- <point x="-1122" y="2673"/>
- </contour>
- <contour>
- <point x="-737" y="2606" type="curve" smooth="yes"/>
- <point x="-737" y="2538"/>
- <point x="-686" y="2490"/>
- <point x="-612" y="2490" type="curve" smooth="yes"/>
- <point x="-536" y="2490"/>
- <point x="-485" y="2538"/>
- <point x="-485" y="2606" type="curve" smooth="yes"/>
- <point x="-485" y="2673"/>
- <point x="-536" y="2721"/>
- <point x="-612" y="2721" type="curve" smooth="yes"/>
- <point x="-686" y="2721"/>
- <point x="-737" y="2673"/>
- </contour>
- <component base="uni0363"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DF3__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DF3__.glif
deleted file mode 100644
index c800e0097..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DF3__.glif
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF3" format="1">
- <advance width="0"/>
- <unicode hex="1DF3"/>
- <outline>
- <contour>
- <point x="-791" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1111" y="2606" type="curve" smooth="yes"/>
- <point x="-1111" y="2538"/>
- <point x="-1060" y="2490"/>
- <point x="-986" y="2490" type="curve" smooth="yes"/>
- <point x="-910" y="2490"/>
- <point x="-859" y="2538"/>
- <point x="-859" y="2606" type="curve" smooth="yes"/>
- <point x="-859" y="2673"/>
- <point x="-910" y="2721"/>
- <point x="-986" y="2721" type="curve" smooth="yes"/>
- <point x="-1060" y="2721"/>
- <point x="-1111" y="2673"/>
- </contour>
- <contour>
- <point x="-726" y="2606" type="curve" smooth="yes"/>
- <point x="-726" y="2538"/>
- <point x="-675" y="2490"/>
- <point x="-601" y="2490" type="curve" smooth="yes"/>
- <point x="-525" y="2490"/>
- <point x="-474" y="2538"/>
- <point x="-474" y="2606" type="curve" smooth="yes"/>
- <point x="-474" y="2673"/>
- <point x="-525" y="2721"/>
- <point x="-601" y="2721" type="curve" smooth="yes"/>
- <point x="-675" y="2721"/>
- <point x="-726" y="2673"/>
- </contour>
- <contour>
- <point x="-791" y="1632" type="curve" smooth="yes"/>
- <point x="-556" y="1632"/>
- <point x="-428" y="1796"/>
- <point x="-428" y="2017" type="curve" smooth="yes"/>
- <point x="-428" y="2032" type="line" smooth="yes"/>
- <point x="-428" y="2254"/>
- <point x="-556" y="2419"/>
- <point x="-792" y="2419" type="curve" smooth="yes"/>
- <point x="-1026" y="2419"/>
- <point x="-1155" y="2254"/>
- <point x="-1155" y="2032" type="curve" smooth="yes"/>
- <point x="-1155" y="2017" type="line" smooth="yes"/>
- <point x="-1155" y="1796"/>
- <point x="-1026" y="1632"/>
- </contour>
- <contour>
- <point x="-791" y="1815" type="curve" smooth="yes"/>
- <point x="-897" y="1815"/>
- <point x="-930" y="1903"/>
- <point x="-930" y="2017" type="curve" smooth="yes"/>
- <point x="-930" y="2032" type="line" smooth="yes"/>
- <point x="-930" y="2144"/>
- <point x="-895" y="2237"/>
- <point x="-792" y="2237" type="curve" smooth="yes"/>
- <point x="-686" y="2237"/>
- <point x="-653" y="2144"/>
- <point x="-653" y="2032" type="curve" smooth="yes"/>
- <point x="-653" y="2017" type="line" smooth="yes"/>
- <point x="-653" y="1903"/>
- <point x="-686" y="1815"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DF4__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DF4__.glif
deleted file mode 100644
index 2f8b637b6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DF4__.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF4" format="1">
- <advance width="0"/>
- <unicode hex="1DF4"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1111" y="2606" type="curve" smooth="yes"/>
- <point x="-1111" y="2538"/>
- <point x="-1060" y="2490"/>
- <point x="-986" y="2490" type="curve" smooth="yes"/>
- <point x="-910" y="2490"/>
- <point x="-859" y="2538"/>
- <point x="-859" y="2606" type="curve" smooth="yes"/>
- <point x="-859" y="2673"/>
- <point x="-910" y="2721"/>
- <point x="-986" y="2721" type="curve" smooth="yes"/>
- <point x="-1060" y="2721"/>
- <point x="-1111" y="2673"/>
- </contour>
- <contour>
- <point x="-726" y="2606" type="curve" smooth="yes"/>
- <point x="-726" y="2538"/>
- <point x="-675" y="2490"/>
- <point x="-601" y="2490" type="curve" smooth="yes"/>
- <point x="-525" y="2490"/>
- <point x="-474" y="2538"/>
- <point x="-474" y="2606" type="curve" smooth="yes"/>
- <point x="-474" y="2673"/>
- <point x="-525" y="2721"/>
- <point x="-601" y="2721" type="curve" smooth="yes"/>
- <point x="-675" y="2721"/>
- <point x="-726" y="2673"/>
- </contour>
- <component base="uni0367"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DF5__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DF5__.glif
deleted file mode 100644
index e8dfa429a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DF5__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF5" format="1">
- <advance width="0"/>
- <unicode hex="1DF5"/>
- <outline>
- <contour>
- <point x="-795" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="uptackmod" xOffset="-1249" yOffset="1444"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DFC___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DFC___.glif
deleted file mode 100644
index 1a8a2b53a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DFC___.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DFC" format="1">
- <advance width="0"/>
- <unicode hex="1DFC"/>
- <outline>
- <contour>
- <point x="1020" y="-628" type="line"/>
- <point x="910" y="-380"/>
- <point x="677" y="-110"/>
- <point x="0" y="-110" type="curve" smooth="yes"/>
- <point x="-678" y="-110"/>
- <point x="-912" y="-380"/>
- <point x="-1022" y="-628" type="curve"/>
- <point x="-716" y="-628" type="line"/>
- <point x="-620" y="-538"/>
- <point x="-485" y="-358"/>
- <point x="0" y="-358" type="curve" smooth="yes"/>
- <point x="484" y="-358"/>
- <point x="631" y="-538"/>
- <point x="714" y="-628" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DFD___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DFD___.glif
deleted file mode 100644
index 8172e2dd9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DFD___.glif
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DFD" format="1">
- <advance width="0"/>
- <unicode hex="1DFD"/>
- <outline>
- <contour>
- <point x="-792" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-513" y="-40" type="line"/>
- <point x="-513" y="-111"/>
- <point x="-564" y="-146"/>
- <point x="-624" y="-146" type="curve" smooth="yes"/>
- <point x="-759" y="-146"/>
- <point x="-861" y="-48"/>
- <point x="-1005" y="-48" type="curve" smooth="yes"/>
- <point x="-1189" y="-48"/>
- <point x="-1320" y="-202"/>
- <point x="-1320" y="-367" type="curve"/>
- <point x="-1071" y="-380" type="line"/>
- <point x="-1071" y="-308"/>
- <point x="-1023" y="-274"/>
- <point x="-963" y="-274" type="curve" smooth="yes"/>
- <point x="-821" y="-274"/>
- <point x="-754" y="-373"/>
- <point x="-582" y="-373" type="curve" smooth="yes"/>
- <point x="-396" y="-373"/>
- <point x="-265" y="-224"/>
- <point x="-265" y="-54" type="curve"/>
- </contour>
- <contour>
- <point x="-513" y="-402" type="line"/>
- <point x="-513" y="-473"/>
- <point x="-564" y="-507"/>
- <point x="-624" y="-507" type="curve" smooth="yes"/>
- <point x="-759" y="-507"/>
- <point x="-861" y="-410"/>
- <point x="-1005" y="-410" type="curve" smooth="yes"/>
- <point x="-1189" y="-410"/>
- <point x="-1320" y="-564"/>
- <point x="-1320" y="-729" type="curve"/>
- <point x="-1071" y="-741" type="line"/>
- <point x="-1071" y="-670"/>
- <point x="-1023" y="-635"/>
- <point x="-963" y="-635" type="curve" smooth="yes"/>
- <point x="-821" y="-635"/>
- <point x="-754" y="-734"/>
- <point x="-582" y="-734" type="curve" smooth="yes"/>
- <point x="-396" y="-734"/>
- <point x="-265" y="-586"/>
- <point x="-265" y="-415" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DFE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DFE___.glif
deleted file mode 100644
index 9eb6a137e..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DFE___.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DFE" format="1">
- <advance width="0"/>
- <unicode hex="1DFE"/>
- <outline>
- <contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="arrowheadleftmod" xOffset="-1433" yOffset="824"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1DFF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1DFF___.glif
deleted file mode 100644
index d4004cb55..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1DFF___.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DFF" format="1">
- <advance width="0"/>
- <unicode hex="1DFF"/>
- <outline>
- <contour>
- <point x="-905" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-1375" y="-400" type="line"/>
- <point x="-917" y="-359" type="line"/>
- <point x="-917" y="-498" type="line"/>
- <point x="-1979" y="-729" type="line"/>
- <point x="-1979" y="-525" type="line"/>
- </contour>
- <contour>
- <point x="-1979" y="-287" type="line"/>
- <point x="-1979" y="-84" type="line"/>
- <point x="-917" y="-315" type="line"/>
- <point x="-917" y="-454" type="line"/>
- <point x="-1375" y="-415" type="line"/>
- </contour>
- <contour>
- <point x="-392" y="-476" type="line"/>
- <point x="-276" y="-760" type="line"/>
- <point x="-501" y="-760" type="line"/>
- <point x="-873" y="-102" type="line"/>
- <point x="-594" y="-102" type="line"/>
- </contour>
- <contour>
- <point x="-111" y="-102" type="line"/>
- <point x="168" y="-102" type="line"/>
- <point x="-205" y="-760" type="line"/>
- <point x="-429" y="-760" type="line"/>
- <point x="-318" y="-476" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_B_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_B_F_.glif
new file mode 100644
index 000000000..295466e0b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_B_F_.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DBF" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="1DBF"/>
+ <outline>
+ <contour>
+ <point x="660.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="872.0"/>
+ <point x="1200.0" y="1088.0"/>
+ <point x="1200.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="1732.0" type="line" smooth="yes"/>
+ <point x="1200.0" y="2192.0"/>
+ <point x="944.0" y="2396.0"/>
+ <point x="656.0" y="2396.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="2396.0"/>
+ <point x="112.0" y="2192.0"/>
+ <point x="112.0" y="1732.0" type="curve" smooth="yes"/>
+ <point x="112.0" y="1548.0" type="line" smooth="yes"/>
+ <point x="112.0" y="1088.0"/>
+ <point x="376.0" y="872.0"/>
+ </contour>
+ <contour>
+ <point x="660.0" y="1140.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="1140.0"/>
+ <point x="420.0" y="1256.0"/>
+ <point x="420.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1764.0" type="line" smooth="yes"/>
+ <point x="420.0" y="2028.0"/>
+ <point x="500.0" y="2132.0"/>
+ <point x="656.0" y="2132.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="2132.0"/>
+ <point x="896.0" y="2028.0"/>
+ <point x="896.0" y="1764.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="1516.0" type="line" smooth="yes"/>
+ <point x="896.0" y="1256.0"/>
+ <point x="820.0" y="1140.0"/>
+ </contour>
+ <contour>
+ <point x="1068.0" y="1504.0" type="line"/>
+ <point x="1068.0" y="1772.0" type="line"/>
+ <point x="200.0" y="1772.0" type="line"/>
+ <point x="200.0" y="1504.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_0.glif
new file mode 100644
index 000000000..32221d364
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_0.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC0" format="2">
+ <unicode hex="1DC0"/>
+ <anchor x="-822.0" y="1774.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-770.0" y="2112.0" type="line"/>
+ <point x="-1242.0" y="2112.0" type="line"/>
+ <point x="-857.0" y="1680.0" type="line"/>
+ <point x="-496.0" y="1680.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1613.0" y="1781.0" type="curve" smooth="yes"/>
+ <point x="-1613.0" y="1664.0"/>
+ <point x="-1514.0" y="1576.0"/>
+ <point x="-1367.0" y="1576.0" type="curve" smooth="yes"/>
+ <point x="-1220.0" y="1576.0"/>
+ <point x="-1121.0" y="1664.0"/>
+ <point x="-1121.0" y="1781.0" type="curve" smooth="yes"/>
+ <point x="-1121.0" y="1898.0"/>
+ <point x="-1220.0" y="1986.0"/>
+ <point x="-1367.0" y="1986.0" type="curve" smooth="yes"/>
+ <point x="-1514.0" y="1986.0"/>
+ <point x="-1613.0" y="1898.0"/>
+ </contour>
+ <contour>
+ <point x="-531.0" y="1918.0" type="curve" smooth="yes"/>
+ <point x="-531.0" y="1801.0"/>
+ <point x="-432.0" y="1713.0"/>
+ <point x="-285.0" y="1713.0" type="curve" smooth="yes"/>
+ <point x="-138.0" y="1713.0"/>
+ <point x="-39.0" y="1801.0"/>
+ <point x="-39.0" y="1918.0" type="curve" smooth="yes"/>
+ <point x="-39.0" y="2035.0"/>
+ <point x="-138.0" y="2123.0"/>
+ <point x="-285.0" y="2123.0" type="curve" smooth="yes"/>
+ <point x="-432.0" y="2123.0"/>
+ <point x="-531.0" y="2035.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_1.glif
new file mode 100644
index 000000000..1631a5666
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_1.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC1" format="2">
+ <unicode hex="1DC1"/>
+ <anchor x="-793.0" y="1774.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-468.0" y="1781.0" type="curve" smooth="yes"/>
+ <point x="-468.0" y="1664.0"/>
+ <point x="-369.0" y="1576.0"/>
+ <point x="-221.0" y="1576.0" type="curve" smooth="yes"/>
+ <point x="-74.0" y="1576.0"/>
+ <point x="25.0" y="1664.0"/>
+ <point x="25.0" y="1781.0" type="curve" smooth="yes"/>
+ <point x="25.0" y="1898.0"/>
+ <point x="-74.0" y="1986.0"/>
+ <point x="-221.0" y="1986.0" type="curve" smooth="yes"/>
+ <point x="-369.0" y="1986.0"/>
+ <point x="-468.0" y="1898.0"/>
+ </contour>
+ <contour>
+ <point x="-1085.0" y="1680.0" type="line"/>
+ <point x="-725.0" y="1680.0" type="line"/>
+ <point x="-342.0" y="2112.0" type="line"/>
+ <point x="-814.0" y="2112.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1546.0" y="1918.0" type="curve" smooth="yes"/>
+ <point x="-1546.0" y="1801.0"/>
+ <point x="-1447.0" y="1713.0"/>
+ <point x="-1299.0" y="1713.0" type="curve" smooth="yes"/>
+ <point x="-1152.0" y="1713.0"/>
+ <point x="-1053.0" y="1801.0"/>
+ <point x="-1053.0" y="1918.0" type="curve" smooth="yes"/>
+ <point x="-1053.0" y="2035.0"/>
+ <point x="-1152.0" y="2123.0"/>
+ <point x="-1299.0" y="2123.0" type="curve" smooth="yes"/>
+ <point x="-1447.0" y="2123.0"/>
+ <point x="-1546.0" y="2035.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_2.glif
new file mode 100644
index 000000000..31c3fec4c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_2.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC2" format="2">
+ <unicode hex="1DC2"/>
+ <anchor x="-791.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-1042.0" y="-169.0" type="curve"/>
+ <point x="-964.0" y="-296.0" type="line"/>
+ <point x="-909.0" y="-267.0"/>
+ <point x="-846.0" y="-248.0"/>
+ <point x="-791.0" y="-248.0" type="curve" smooth="yes"/>
+ <point x="-773.0" y="-248.0"/>
+ <point x="-748.0" y="-250.0"/>
+ <point x="-748.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="-748.0" y="-298.0"/>
+ <point x="-967.0" y="-320.0"/>
+ <point x="-967.0" y="-386.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="-474.0"/>
+ <point x="-777.0" y="-459.0"/>
+ <point x="-777.0" y="-487.0" type="curve" smooth="yes"/>
+ <point x="-777.0" y="-509.0"/>
+ <point x="-965.0" y="-506.0"/>
+ <point x="-965.0" y="-590.0" type="curve" smooth="yes"/>
+ <point x="-965.0" y="-672.0"/>
+ <point x="-839.0" y="-743.0"/>
+ <point x="-624.0" y="-763.0" type="curve"/>
+ <point x="-594.0" y="-622.0" type="line"/>
+ <point x="-693.0" y="-612.0"/>
+ <point x="-734.0" y="-594.0"/>
+ <point x="-734.0" y="-580.0" type="curve" smooth="yes"/>
+ <point x="-734.0" y="-553.0"/>
+ <point x="-539.0" y="-557.0"/>
+ <point x="-539.0" y="-484.0" type="curve" smooth="yes"/>
+ <point x="-539.0" y="-385.0"/>
+ <point x="-732.0" y="-400.0"/>
+ <point x="-732.0" y="-370.0" type="curve" smooth="yes"/>
+ <point x="-732.0" y="-341.0"/>
+ <point x="-550.0" y="-340.0"/>
+ <point x="-550.0" y="-242.0" type="curve" smooth="yes"/>
+ <point x="-550.0" y="-154.0"/>
+ <point x="-635.0" y="-95.0"/>
+ <point x="-759.0" y="-95.0" type="curve" smooth="yes"/>
+ <point x="-850.0" y="-95.0"/>
+ <point x="-961.0" y="-120.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_3.glif
new file mode 100644
index 000000000..62e761ba5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_3.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC3" format="2">
+ <unicode hex="1DC3"/>
+ <anchor x="-663.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-311.0" y="2207.0" type="line"/>
+ <point x="-930.0" y="1851.0" type="line"/>
+ <point x="-791.0" y="1617.0" type="line"/>
+ <point x="-172.0" y="1973.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1155.0" y="1827.0" type="line"/>
+ <point x="-791.0" y="1617.0" type="line"/>
+ <point x="-652.0" y="1851.0" type="line"/>
+ <point x="-1016.0" y="2061.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_4.glif
new file mode 100644
index 000000000..61fd674eb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_4.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC4" format="2">
+ <unicode hex="1DC4"/>
+ <anchor x="-556.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1132.0" y="1680.0" type="line"/>
+ <point x="-363.0" y="1680.0" type="line"/>
+ <point x="19.0" y="2112.0" type="line"/>
+ <point x="-452.0" y="2112.0" type="line"/>
+ <point x="-573.0" y="1918.0" type="line"/>
+ <point x="-1132.0" y="1918.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_5.glif
new file mode 100644
index 000000000..1931e6804
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_5.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC5" format="2">
+ <unicode hex="1DC5"/>
+ <anchor x="-836.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1026.0" y="1680.0" type="line"/>
+ <point x="-261.0" y="1680.0" type="line"/>
+ <point x="-261.0" y="1918.0" type="line"/>
+ <point x="-831.0" y="1918.0" type="line"/>
+ <point x="-953.0" y="2112.0" type="line"/>
+ <point x="-1411.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_6.glif
new file mode 100644
index 000000000..f1a392fe0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_6.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC6" format="2">
+ <unicode hex="1DC6"/>
+ <anchor x="-686.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1229.0" y="1874.0" type="line"/>
+ <point x="-677.0" y="1874.0" type="line"/>
+ <point x="-503.0" y="1680.0" type="line"/>
+ <point x="-143.0" y="1680.0" type="line"/>
+ <point x="-417.0" y="2112.0" type="line"/>
+ <point x="-1229.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_7.glif
new file mode 100644
index 000000000..4c526c765
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_7.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC7" format="2">
+ <unicode hex="1DC7"/>
+ <anchor x="-782.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1315.0" y="1680.0" type="line"/>
+ <point x="-954.0" y="1680.0" type="line"/>
+ <point x="-782.0" y="1874.0" type="line"/>
+ <point x="-252.0" y="1874.0" type="line"/>
+ <point x="-252.0" y="2112.0" type="line"/>
+ <point x="-1044.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_8.glif
new file mode 100644
index 000000000..1b46baffb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_8.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC8" format="2">
+ <unicode hex="1DC8"/>
+ <anchor x="-774.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1159.0" y="1680.0" type="line"/>
+ <point x="-714.0" y="1680.0" type="line"/>
+ <point x="-572.0" y="1891.0" type="line"/>
+ <point x="-417.0" y="1680.0" type="line"/>
+ <point x="-117.0" y="1680.0" type="line"/>
+ <point x="-301.0" y="2112.0" type="line"/>
+ <point x="-806.0" y="2112.0" type="line"/>
+ <point x="-930.0" y="1896.0" type="line"/>
+ <point x="-1056.0" y="2112.0" type="line"/>
+ <point x="-1431.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_9.glif
new file mode 100644
index 000000000..b03e17764
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_9.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC9" format="2">
+ <unicode hex="1DC9"/>
+ <anchor x="-733.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1390.0" y="1680.0" type="line"/>
+ <point x="-1104.0" y="1680.0" type="line"/>
+ <point x="-949.0" y="1891.0" type="line"/>
+ <point x="-793.0" y="1680.0" type="line"/>
+ <point x="-348.0" y="1680.0" type="line"/>
+ <point x="-76.0" y="2112.0" type="line"/>
+ <point x="-451.0" y="2112.0" type="line"/>
+ <point x="-578.0" y="1896.0" type="line"/>
+ <point x="-701.0" y="2112.0" type="line"/>
+ <point x="-1206.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_A_.glif
new file mode 100644
index 000000000..b60d88ba0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_A_.glif
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCA" format="2">
+ <unicode hex="1DCA"/>
+ <anchor x="-734.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-726.0" y="-359.0" type="line"/>
+ <point x="-755.0" y="-175.0" type="line"/>
+ <point x="-953.0" y="-175.0" type="line"/>
+ <point x="-953.0" y="-756.0" type="line"/>
+ <point x="-726.0" y="-756.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-516.0" y="-175.0" type="line"/>
+ <point x="-536.0" y="-169.0"/>
+ <point x="-558.0" y="-166.0"/>
+ <point x="-582.0" y="-166.0" type="curve" smooth="yes"/>
+ <point x="-723.0" y="-166.0"/>
+ <point x="-825.0" y="-322.0"/>
+ <point x="-825.0" y="-535.0" type="curve"/>
+ <point x="-758.0" y="-534.0" type="line"/>
+ <point x="-758.0" y="-428.0"/>
+ <point x="-694.0" y="-388.0"/>
+ <point x="-602.0" y="-388.0" type="curve" smooth="yes"/>
+ <point x="-561.0" y="-388.0"/>
+ <point x="-538.0" y="-396.0"/>
+ <point x="-516.0" y="-404.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_B_.glif
new file mode 100644
index 000000000..6e0611a4a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_B_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCB" format="2">
+ <unicode hex="1DCB"/>
+ <anchor x="-763.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="125.0" y="1877.0" type="line"/>
+ <point x="125.0" y="2115.0" type="line"/>
+ <point x="-963.0" y="2115.0" type="line"/>
+ <point x="-963.0" y="2024.0"/>
+ <point x="-1013.0" y="1940.0"/>
+ <point x="-1154.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="-1295.0" y="1940.0"/>
+ <point x="-1348.0" y="2024.0"/>
+ <point x="-1348.0" y="2115.0" type="curve"/>
+ <point x="-1653.0" y="2115.0" type="line"/>
+ <point x="-1653.0" y="1866.0"/>
+ <point x="-1460.0" y="1693.0"/>
+ <point x="-1154.0" y="1693.0" type="curve" smooth="yes"/>
+ <point x="-960.0" y="1693.0"/>
+ <point x="-811.0" y="1763.0"/>
+ <point x="-729.0" y="1877.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_C_.glif
new file mode 100644
index 000000000..d7afc5d59
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_C_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCC" format="2">
+ <unicode hex="1DCC"/>
+ <anchor x="-807.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-417.0" y="1693.0" type="curve" smooth="yes"/>
+ <point x="-111.0" y="1693.0"/>
+ <point x="81.0" y="1866.0"/>
+ <point x="81.0" y="2115.0" type="curve"/>
+ <point x="-226.0" y="2115.0" type="line"/>
+ <point x="-226.0" y="2024.0"/>
+ <point x="-276.0" y="1940.0"/>
+ <point x="-417.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="-558.0" y="1940.0"/>
+ <point x="-611.0" y="2024.0"/>
+ <point x="-611.0" y="2115.0" type="curve"/>
+ <point x="-1695.0" y="2115.0" type="line"/>
+ <point x="-1695.0" y="1877.0" type="line"/>
+ <point x="-843.0" y="1877.0" type="line"/>
+ <point x="-760.0" y="1763.0"/>
+ <point x="-611.0" y="1693.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_D_.glif
new file mode 100644
index 000000000..dc86bc90c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCD" format="2">
+ <unicode hex="1DCD"/>
+ <anchor x="4.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="128.0" y="2087.0" type="line"/>
+ <point x="-127.0" y="2087.0" type="line"/>
+ <point x="-1081.0" y="1757.0" type="line"/>
+ <point x="-1081.0" y="1722.0" type="line"/>
+ <point x="-848.0" y="1612.0" type="line"/>
+ <point x="0.0" y="1909.0" type="line"/>
+ <point x="850.0" y="1612.0" type="line"/>
+ <point x="1089.0" y="1722.0" type="line"/>
+ <point x="1089.0" y="1752.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_E_.glif
new file mode 100644
index 000000000..1ffe2b555
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_E_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCE" format="2">
+ <unicode hex="1DCE"/>
+ <anchor x="-795.0" y="1330.0" name="_marktop"/>
+ <outline>
+ <component base="ogonek" xScale="-1.0" yScale="-1.0" xOffset="-479.0" yOffset="1436.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_C_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_F_.glif
new file mode 100644
index 000000000..824da89a6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_C_F_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCF" format="2">
+ <unicode hex="1DCF"/>
+ <anchor x="-788.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-766.0" y="-154.0" type="line"/>
+ <point x="-994.0" y="-154.0" type="line"/>
+ <point x="-1112.0" y="-538.0" type="line"/>
+ <point x="-884.0" y="-538.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-463.0" y="-380.0" type="line"/>
+ <point x="-692.0" y="-380.0" type="line"/>
+ <point x="-811.0" y="-763.0" type="line"/>
+ <point x="-583.0" y="-763.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-963.0" y="-538.0" type="line"/>
+ <point x="-612.0" y="-538.0" type="line"/>
+ <point x="-612.0" y="-380.0" type="line"/>
+ <point x="-963.0" y="-380.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_0.glif
new file mode 100644
index 000000000..5f867a9e9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_0.glif
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD0" format="2">
+ <unicode hex="1DD0"/>
+ <anchor x="-623.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-956.0" y="-81.0" type="line"/>
+ <point x="-1161.0" y="-600.0" type="line"/>
+ <point x="-990.0" y="-674.0" type="line"/>
+ <point x="-910.0" y="-616.0"/>
+ <point x="-833.0" y="-595.0"/>
+ <point x="-766.0" y="-595.0" type="curve" smooth="yes"/>
+ <point x="-635.0" y="-595.0"/>
+ <point x="-516.0" y="-699.0"/>
+ <point x="-363.0" y="-699.0" type="curve" smooth="yes"/>
+ <point x="-190.0" y="-699.0"/>
+ <point x="-105.0" y="-573.0"/>
+ <point x="-87.0" y="-400.0" type="curve"/>
+ <point x="-271.0" y="-340.0" type="line"/>
+ <point x="-294.0" y="-414.0"/>
+ <point x="-345.0" y="-439.0"/>
+ <point x="-393.0" y="-439.0" type="curve" smooth="yes"/>
+ <point x="-480.0" y="-439.0"/>
+ <point x="-556.0" y="-348.0"/>
+ <point x="-659.0" y="-348.0" type="curve" smooth="yes"/>
+ <point x="-714.0" y="-348.0"/>
+ <point x="-760.0" y="-358.0"/>
+ <point x="-833.0" y="-402.0" type="curve"/>
+ <point x="-711.0" y="-81.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_1.glif
new file mode 100644
index 000000000..0ce0d149b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_1.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD1" format="2">
+ <unicode hex="1DD1"/>
+ <anchor x="-793.0" y="1555.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-624.0" y="1745.0" type="curve" smooth="yes"/>
+ <point x="-660.0" y="1745.0"/>
+ <point x="-690.0" y="1767.0"/>
+ <point x="-715.0" y="1871.0" type="curve" smooth="yes"/>
+ <point x="-749.0" y="2009.0"/>
+ <point x="-817.0" y="2093.0"/>
+ <point x="-952.0" y="2093.0" type="curve" smooth="yes"/>
+ <point x="-1081.0" y="2093.0"/>
+ <point x="-1195.0" y="1998.0"/>
+ <point x="-1195.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-1195.0" y="1668.0"/>
+ <point x="-1093.0" y="1565.0"/>
+ <point x="-945.0" y="1565.0" type="curve"/>
+ <point x="-945.0" y="1752.0" type="line"/>
+ <point x="-1001.0" y="1752.0"/>
+ <point x="-1037.0" y="1777.0"/>
+ <point x="-1037.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-1037.0" y="1882.0"/>
+ <point x="-1007.0" y="1914.0"/>
+ <point x="-963.0" y="1914.0" type="curve" smooth="yes"/>
+ <point x="-928.0" y="1914.0"/>
+ <point x="-898.0" y="1899.0"/>
+ <point x="-873.0" y="1792.0" type="curve" smooth="yes"/>
+ <point x="-839.0" y="1643.0"/>
+ <point x="-771.0" y="1565.0"/>
+ <point x="-631.0" y="1565.0" type="curve" smooth="yes"/>
+ <point x="-495.0" y="1565.0"/>
+ <point x="-393.0" y="1669.0"/>
+ <point x="-393.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="-393.0" y="2016.0"/>
+ <point x="-531.0" y="2112.0"/>
+ <point x="-656.0" y="2112.0" type="curve"/>
+ <point x="-656.0" y="1937.0" type="line"/>
+ <point x="-580.0" y="1935.0"/>
+ <point x="-553.0" y="1892.0"/>
+ <point x="-553.0" y="1832.0" type="curve" smooth="yes"/>
+ <point x="-553.0" y="1774.0"/>
+ <point x="-580.0" y="1745.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_2.glif
new file mode 100644
index 000000000..4088e4b10
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_2.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD2" format="2">
+ <unicode hex="1DD2"/>
+ <anchor x="-787.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-851.0" y="1959.0" type="curve" smooth="yes"/>
+ <point x="-762.0" y="1959.0"/>
+ <point x="-704.0" y="1980.0"/>
+ <point x="-657.0" y="2012.0" type="curve"/>
+ <point x="-692.0" y="2148.0" type="line"/>
+ <point x="-727.0" y="2131.0"/>
+ <point x="-766.0" y="2123.0"/>
+ <point x="-824.0" y="2123.0" type="curve" smooth="yes"/>
+ <point x="-908.0" y="2123.0"/>
+ <point x="-983.0" y="2157.0"/>
+ <point x="-983.0" y="2287.0" type="curve" smooth="yes"/>
+ <point x="-983.0" y="2404.0"/>
+ <point x="-898.0" y="2463.0"/>
+ <point x="-792.0" y="2463.0" type="curve" smooth="yes"/>
+ <point x="-682.0" y="2463.0"/>
+ <point x="-591.0" y="2388.0"/>
+ <point x="-591.0" y="2197.0" type="curve" smooth="yes"/>
+ <point x="-591.0" y="1902.0"/>
+ <point x="-826.0" y="1814.0"/>
+ <point x="-1008.0" y="1752.0" type="curve"/>
+ <point x="-924.0" y="1581.0" type="line"/>
+ <point x="-685.0" y="1643.0"/>
+ <point x="-366.0" y="1772.0"/>
+ <point x="-366.0" y="2189.0" type="curve" smooth="yes"/>
+ <point x="-366.0" y="2472.0"/>
+ <point x="-549.0" y="2632.0"/>
+ <point x="-811.0" y="2632.0" type="curve" smooth="yes"/>
+ <point x="-1038.0" y="2632.0"/>
+ <point x="-1207.0" y="2489.0"/>
+ <point x="-1207.0" y="2278.0" type="curve" smooth="yes"/>
+ <point x="-1207.0" y="2049.0"/>
+ <point x="-1035.0" y="1959.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_3.glif
new file mode 100644
index 000000000..c1a35f97b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_3.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD3" format="2">
+ <unicode hex="1DD3"/>
+ <guideline y="1637.625"/>
+ <anchor x="-799.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-905.0" y="1907.0" type="line"/>
+ <point x="-905.0" y="1843.0"/>
+ <point x="-936.0" y="1807.0"/>
+ <point x="-1000.0" y="1807.0" type="curve" smooth="yes"/>
+ <point x="-1064.0" y="1807.0"/>
+ <point x="-1095.0" y="1852.0"/>
+ <point x="-1095.0" y="1907.0" type="curve"/>
+ <point x="-1320.0" y="1907.0" type="line"/>
+ <point x="-1320.0" y="1766.0"/>
+ <point x="-1191.0" y="1638.0"/>
+ <point x="-1000.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-813.0" y="1638.0"/>
+ <point x="-721.0" y="1727.0"/>
+ <point x="-721.0" y="1907.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-503.0" y="1907.0" type="line"/>
+ <point x="-503.0" y="1843.0"/>
+ <point x="-535.0" y="1807.0"/>
+ <point x="-598.0" y="1807.0" type="curve" smooth="yes"/>
+ <point x="-663.0" y="1807.0"/>
+ <point x="-693.0" y="1852.0"/>
+ <point x="-693.0" y="1907.0" type="curve"/>
+ <point x="-877.0" y="1907.0" type="line"/>
+ <point x="-877.0" y="1766.0"/>
+ <point x="-789.0" y="1638.0"/>
+ <point x="-598.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-411.0" y="1638.0"/>
+ <point x="-278.0" y="1727.0"/>
+ <point x="-278.0" y="1907.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.13</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_4.glif
new file mode 100644
index 000000000..a896e9bbb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_4.glif
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD4" format="2">
+ <unicode hex="1DD4"/>
+ <anchor x="-752.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-888.0" y="2053.0" type="line"/>
+ <point x="-663.0" y="2053.0" type="line"/>
+ <point x="-663.0" y="2153.0" type="line" smooth="yes"/>
+ <point x="-663.0" y="2333.0"/>
+ <point x="-796.0" y="2424.0"/>
+ <point x="-975.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="-1174.0" y="2424.0"/>
+ <point x="-1304.0" y="2318.0"/>
+ <point x="-1304.0" y="2177.0" type="curve"/>
+ <point x="-1078.0" y="2177.0" type="line"/>
+ <point x="-1078.0" y="2232.0"/>
+ <point x="-1048.0" y="2255.0"/>
+ <point x="-989.0" y="2255.0" type="curve" smooth="yes"/>
+ <point x="-920.0" y="2255.0"/>
+ <point x="-888.0" y="2219.0"/>
+ <point x="-888.0" y="2155.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="-861.0" y="2115.0" type="line"/>
+ <point x="-967.0" y="2115.0" type="line" smooth="yes"/>
+ <point x="-1207.0" y="2115.0"/>
+ <point x="-1321.0" y="2021.0"/>
+ <point x="-1321.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1321.0" y="1727.0"/>
+ <point x="-1222.0" y="1638.0"/>
+ <point x="-1078.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-932.0" y="1638.0"/>
+ <point x="-861.0" y="1727.0"/>
+ <point x="-826.0" y="1801.0" type="curve"/>
+ <point x="-873.0" y="1909.0" type="line"/>
+ <point x="-881.0" y="1859.0"/>
+ <point x="-930.0" y="1805.0"/>
+ <point x="-1012.0" y="1805.0" type="curve" smooth="yes"/>
+ <point x="-1062.0" y="1805.0"/>
+ <point x="-1096.0" y="1836.0"/>
+ <point x="-1096.0" y="1878.0" type="curve" smooth="yes"/>
+ <point x="-1096.0" y="1936.0"/>
+ <point x="-1060.0" y="1990.0"/>
+ <point x="-965.0" y="1990.0" type="curve"/>
+ <point x="-859.0" y="1990.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-502.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-355.0" y="1632.0"/>
+ <point x="-251.0" y="1698.0"/>
+ <point x="-203.0" y="1766.0" type="curve"/>
+ <point x="-309.0" y="1893.0" type="line"/>
+ <point x="-353.0" y="1837.0"/>
+ <point x="-419.0" y="1815.0"/>
+ <point x="-487.0" y="1815.0" type="curve" smooth="yes"/>
+ <point x="-597.0" y="1815.0"/>
+ <point x="-663.0" y="1888.0"/>
+ <point x="-663.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-663.0" y="2027.0" type="line" smooth="yes"/>
+ <point x="-663.0" y="2140.0"/>
+ <point x="-632.0" y="2237.0"/>
+ <point x="-528.0" y="2237.0" type="curve" smooth="yes"/>
+ <point x="-447.0" y="2237.0"/>
+ <point x="-405.0" y="2192.0"/>
+ <point x="-405.0" y="2118.0" type="curve" smooth="yes"/>
+ <point x="-405.0" y="2100.0" type="line"/>
+ <point x="-799.0" y="2100.0" type="line"/>
+ <point x="-799.0" y="1951.0" type="line"/>
+ <point x="-184.0" y="1951.0" type="line"/>
+ <point x="-184.0" y="2047.0" type="line" smooth="yes"/>
+ <point x="-184.0" y="2276.0"/>
+ <point x="-309.0" y="2419.0"/>
+ <point x="-526.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-762.0" y="2419.0"/>
+ <point x="-888.0" y="2248.0"/>
+ <point x="-888.0" y="2027.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="2001.0" type="line" smooth="yes"/>
+ <point x="-888.0" y="1801.0"/>
+ <point x="-745.0" y="1632.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.2.31</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_5.glif
new file mode 100644
index 000000000..423db41cf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_5.glif
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD5" format="2">
+ <unicode hex="1DD5"/>
+ <anchor x="-765.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-913.0" y="2053.0" type="line"/>
+ <point x="-688.0" y="2053.0" type="line"/>
+ <point x="-688.0" y="2153.0" type="line" smooth="yes"/>
+ <point x="-688.0" y="2333.0"/>
+ <point x="-821.0" y="2424.0"/>
+ <point x="-1000.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="-1199.0" y="2424.0"/>
+ <point x="-1328.0" y="2318.0"/>
+ <point x="-1328.0" y="2177.0" type="curve"/>
+ <point x="-1103.0" y="2177.0" type="line"/>
+ <point x="-1103.0" y="2232.0"/>
+ <point x="-1073.0" y="2255.0"/>
+ <point x="-1013.0" y="2255.0" type="curve" smooth="yes"/>
+ <point x="-945.0" y="2255.0"/>
+ <point x="-913.0" y="2219.0"/>
+ <point x="-913.0" y="2155.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="-886.0" y="2115.0" type="line"/>
+ <point x="-991.0" y="2115.0" type="line" smooth="yes"/>
+ <point x="-1232.0" y="2115.0"/>
+ <point x="-1346.0" y="2021.0"/>
+ <point x="-1346.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1346.0" y="1727.0"/>
+ <point x="-1247.0" y="1638.0"/>
+ <point x="-1103.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-957.0" y="1638.0"/>
+ <point x="-886.0" y="1727.0"/>
+ <point x="-851.0" y="1801.0" type="curve"/>
+ <point x="-891.0" y="1911.0" type="line"/>
+ <point x="-912.0" y="1858.0"/>
+ <point x="-954.0" y="1805.0"/>
+ <point x="-1037.0" y="1805.0" type="curve" smooth="yes"/>
+ <point x="-1086.0" y="1805.0"/>
+ <point x="-1121.0" y="1836.0"/>
+ <point x="-1121.0" y="1878.0" type="curve" smooth="yes"/>
+ <point x="-1121.0" y="1936.0"/>
+ <point x="-1085.0" y="1990.0"/>
+ <point x="-990.0" y="1990.0" type="curve" smooth="yes"/>
+ <point x="-884.0" y="1990.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-548.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-313.0" y="1632.0"/>
+ <point x="-185.0" y="1796.0"/>
+ <point x="-185.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-185.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-185.0" y="2254.0"/>
+ <point x="-313.0" y="2419.0"/>
+ <point x="-549.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-783.0" y="2419.0"/>
+ <point x="-912.0" y="2254.0"/>
+ <point x="-912.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-912.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-912.0" y="1796.0"/>
+ <point x="-783.0" y="1632.0"/>
+ </contour>
+ <contour>
+ <point x="-548.0" y="1815.0" type="curve" smooth="yes"/>
+ <point x="-654.0" y="1815.0"/>
+ <point x="-687.0" y="1903.0"/>
+ <point x="-687.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-687.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-687.0" y="2144.0"/>
+ <point x="-652.0" y="2237.0"/>
+ <point x="-549.0" y="2237.0" type="curve" smooth="yes"/>
+ <point x="-443.0" y="2237.0"/>
+ <point x="-410.0" y="2144.0"/>
+ <point x="-410.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-410.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-410.0" y="1903.0"/>
+ <point x="-443.0" y="1815.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_6.glif
new file mode 100644
index 000000000..81a1e8c4b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_6.glif
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD6" format="2">
+ <unicode hex="1DD6"/>
+ <anchor x="-825.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-718.0" y="1917.0" type="line"/>
+ <point x="-774.0" y="1651.0" type="line"/>
+ <point x="-598.0" y="1651.0" type="line"/>
+ <point x="-279.0" y="2419.0" type="line"/>
+ <point x="-516.0" y="2419.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-938.0" y="1843.0" type="line"/>
+ <point x="-938.0" y="1770.0"/>
+ <point x="-928.0" y="1698.0"/>
+ <point x="-906.0" y="1651.0" type="curve"/>
+ <point x="-681.0" y="1651.0" type="line"/>
+ <point x="-700.0" y="1701.0"/>
+ <point x="-713.0" y="1745.0"/>
+ <point x="-713.0" y="1843.0" type="curve" smooth="yes"/>
+ <point x="-713.0" y="2153.0" type="line" smooth="yes"/>
+ <point x="-713.0" y="2333.0"/>
+ <point x="-846.0" y="2424.0"/>
+ <point x="-1025.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="-1224.0" y="2424.0"/>
+ <point x="-1353.0" y="2318.0"/>
+ <point x="-1353.0" y="2177.0" type="curve"/>
+ <point x="-1128.0" y="2177.0" type="line"/>
+ <point x="-1128.0" y="2232.0"/>
+ <point x="-1098.0" y="2255.0"/>
+ <point x="-1038.0" y="2255.0" type="curve" smooth="yes"/>
+ <point x="-970.0" y="2255.0"/>
+ <point x="-938.0" y="2219.0"/>
+ <point x="-938.0" y="2155.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-911.0" y="2115.0" type="line"/>
+ <point x="-1016.0" y="2115.0" type="line" smooth="yes"/>
+ <point x="-1257.0" y="2115.0"/>
+ <point x="-1371.0" y="2021.0"/>
+ <point x="-1371.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1371.0" y="1727.0"/>
+ <point x="-1272.0" y="1638.0"/>
+ <point x="-1128.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-982.0" y="1638.0"/>
+ <point x="-911.0" y="1727.0"/>
+ <point x="-876.0" y="1801.0" type="curve"/>
+ <point x="-930.0" y="1899.0" type="line"/>
+ <point x="-930.0" y="1860.0"/>
+ <point x="-979.0" y="1805.0"/>
+ <point x="-1062.0" y="1805.0" type="curve" smooth="yes"/>
+ <point x="-1111.0" y="1805.0"/>
+ <point x="-1146.0" y="1836.0"/>
+ <point x="-1146.0" y="1878.0" type="curve" smooth="yes"/>
+ <point x="-1146.0" y="1936.0"/>
+ <point x="-1110.0" y="1990.0"/>
+ <point x="-1015.0" y="1990.0" type="curve"/>
+ <point x="-909.0" y="1990.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_7.glif
new file mode 100644
index 000000000..96cc208bf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_7.glif
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD7" format="2">
+ <unicode hex="1DD7"/>
+ <anchor x="-792.0" y="1290.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-859.0" y="1645.0" type="line"/>
+ <point x="-881.0" y="1541.0" type="line"/>
+ <point x="-813.0" y="1537.0"/>
+ <point x="-785.0" y="1526.0"/>
+ <point x="-785.0" y="1491.0" type="curve" smooth="yes"/>
+ <point x="-785.0" y="1452.0"/>
+ <point x="-813.0" y="1437.0"/>
+ <point x="-853.0" y="1437.0" type="curve"/>
+ <point x="-847.0" y="1306.0" type="line"/>
+ <point x="-679.0" y="1306.0"/>
+ <point x="-590.0" y="1376.0"/>
+ <point x="-590.0" y="1481.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="1561.0"/>
+ <point x="-644.0" y="1592.0"/>
+ <point x="-696.0" y="1602.0" type="curve"/>
+ <point x="-688.0" y="1645.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-774.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-594.0" y="1632.0"/>
+ <point x="-457.0" y="1746.0"/>
+ <point x="-457.0" y="1917.0" type="curve"/>
+ <point x="-668.0" y="1917.0" type="line"/>
+ <point x="-668.0" y="1852.0"/>
+ <point x="-711.0" y="1815.0"/>
+ <point x="-780.0" y="1815.0" type="curve" smooth="yes"/>
+ <point x="-886.0" y="1815.0"/>
+ <point x="-903.0" y="1904.0"/>
+ <point x="-903.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-903.0" y="2034.0" type="line" smooth="yes"/>
+ <point x="-903.0" y="2142.0"/>
+ <point x="-886.0" y="2237.0"/>
+ <point x="-781.0" y="2237.0" type="curve" smooth="yes"/>
+ <point x="-705.0" y="2237.0"/>
+ <point x="-668.0" y="2182.0"/>
+ <point x="-668.0" y="2115.0" type="curve"/>
+ <point x="-457.0" y="2115.0" type="line"/>
+ <point x="-457.0" y="2307.0"/>
+ <point x="-587.0" y="2419.0"/>
+ <point x="-776.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1011.0" y="2419.0"/>
+ <point x="-1129.0" y="2252.0"/>
+ <point x="-1129.0" y="2034.0" type="curve" smooth="yes"/>
+ <point x="-1129.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1129.0" y="1797.0"/>
+ <point x="-1011.0" y="1632.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_8.glif
new file mode 100644
index 000000000..c1a572c2a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_8.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD8" format="2">
+ <unicode hex="1DD8"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-941.0" y="2548.0" type="line"/>
+ <point x="-781.0" y="2501.0"/>
+ <point x="-627.0" y="2379.0"/>
+ <point x="-627.0" y="2130.0" type="curve" smooth="yes"/>
+ <point x="-627.0" y="2085.0" type="line" smooth="yes"/>
+ <point x="-627.0" y="1936.0"/>
+ <point x="-688.0" y="1822.0"/>
+ <point x="-795.0" y="1822.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="1822.0"/>
+ <point x="-958.0" y="1891.0"/>
+ <point x="-958.0" y="1983.0" type="curve" smooth="yes"/>
+ <point x="-958.0" y="2093.0"/>
+ <point x="-902.0" y="2160.0"/>
+ <point x="-789.0" y="2160.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="2160.0"/>
+ <point x="-605.0" y="2104.0"/>
+ <point x="-605.0" y="2061.0" type="curve"/>
+ <point x="-524.0" y="2060.0" type="line"/>
+ <point x="-539.0" y="2221.0"/>
+ <point x="-666.0" y="2329.0"/>
+ <point x="-832.0" y="2329.0" type="curve" smooth="yes"/>
+ <point x="-1056.0" y="2329.0"/>
+ <point x="-1184.0" y="2190.0"/>
+ <point x="-1184.0" y="1983.0" type="curve" smooth="yes"/>
+ <point x="-1184.0" y="1792.0"/>
+ <point x="-1030.0" y="1640.0"/>
+ <point x="-798.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="-573.0" y="1640.0"/>
+ <point x="-402.0" y="1821.0"/>
+ <point x="-402.0" y="2085.0" type="curve" smooth="yes"/>
+ <point x="-402.0" y="2129.0" type="line" smooth="yes"/>
+ <point x="-402.0" y="2442.0"/>
+ <point x="-595.0" y="2659.0"/>
+ <point x="-869.0" y="2718.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_9.glif
new file mode 100644
index 000000000..ff2340f62
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_9.glif
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD9" format="2">
+ <unicode hex="1DD9"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-941.0" y="2548.0" type="line"/>
+ <point x="-781.0" y="2501.0"/>
+ <point x="-627.0" y="2379.0"/>
+ <point x="-627.0" y="2130.0" type="curve" smooth="yes"/>
+ <point x="-627.0" y="2085.0" type="line" smooth="yes"/>
+ <point x="-627.0" y="1936.0"/>
+ <point x="-688.0" y="1822.0"/>
+ <point x="-795.0" y="1822.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="1822.0"/>
+ <point x="-958.0" y="1891.0"/>
+ <point x="-958.0" y="1983.0" type="curve" smooth="yes"/>
+ <point x="-958.0" y="2093.0"/>
+ <point x="-902.0" y="2160.0"/>
+ <point x="-789.0" y="2160.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="2160.0"/>
+ <point x="-605.0" y="2104.0"/>
+ <point x="-605.0" y="2061.0" type="curve"/>
+ <point x="-524.0" y="2060.0" type="line"/>
+ <point x="-539.0" y="2221.0"/>
+ <point x="-666.0" y="2329.0"/>
+ <point x="-832.0" y="2329.0" type="curve" smooth="yes"/>
+ <point x="-1056.0" y="2329.0"/>
+ <point x="-1184.0" y="2190.0"/>
+ <point x="-1184.0" y="1983.0" type="curve" smooth="yes"/>
+ <point x="-1184.0" y="1792.0"/>
+ <point x="-1030.0" y="1640.0"/>
+ <point x="-798.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="-573.0" y="1640.0"/>
+ <point x="-402.0" y="1821.0"/>
+ <point x="-402.0" y="2085.0" type="curve" smooth="yes"/>
+ <point x="-402.0" y="2129.0" type="line" smooth="yes"/>
+ <point x="-402.0" y="2442.0"/>
+ <point x="-595.0" y="2659.0"/>
+ <point x="-869.0" y="2718.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-450.0" y="2613.0" type="line"/>
+ <point x="-503.0" y="2695.0" type="line"/>
+ <point x="-963.0" y="2446.0" type="line"/>
+ <point x="-908.0" y="2364.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_A_.glif
new file mode 100644
index 000000000..e80bd7f29
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_A_.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDA" format="2">
+ <unicode hex="1DDA"/>
+ <anchor x="-792.0" y="1338.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-815.0" y="1361.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="1361.0"/>
+ <point x="-436.0" y="1480.0"/>
+ <point x="-436.0" y="1690.0" type="curve" smooth="yes"/>
+ <point x="-436.0" y="2419.0" type="line"/>
+ <point x="-634.0" y="2419.0" type="line"/>
+ <point x="-663.0" y="2240.0" type="line"/>
+ <point x="-663.0" y="1691.0" type="line" smooth="yes"/>
+ <point x="-663.0" y="1594.0"/>
+ <point x="-721.0" y="1536.0"/>
+ <point x="-824.0" y="1536.0" type="curve" smooth="yes"/>
+ <point x="-902.0" y="1536.0"/>
+ <point x="-958.0" y="1573.0"/>
+ <point x="-1000.0" y="1616.0" type="curve"/>
+ <point x="-1097.0" y="1475.0" type="line"/>
+ <point x="-1034.0" y="1401.0"/>
+ <point x="-914.0" y="1361.0"/>
+ </contour>
+ <contour>
+ <point x="-839.0" y="1646.0" type="curve" smooth="yes"/>
+ <point x="-655.0" y="1646.0"/>
+ <point x="-580.0" y="1819.0"/>
+ <point x="-550.0" y="2025.0" type="curve"/>
+ <point x="-550.0" y="2043.0" type="line"/>
+ <point x="-580.0" y="2262.0"/>
+ <point x="-633.0" y="2434.0"/>
+ <point x="-837.0" y="2434.0" type="curve" smooth="yes"/>
+ <point x="-1030.0" y="2434.0"/>
+ <point x="-1148.0" y="2276.0"/>
+ <point x="-1148.0" y="2046.0" type="curve" smooth="yes"/>
+ <point x="-1148.0" y="2031.0" type="line" smooth="yes"/>
+ <point x="-1148.0" y="1810.0"/>
+ <point x="-1030.0" y="1646.0"/>
+ </contour>
+ <contour>
+ <point x="-781.0" y="1829.0" type="curve" smooth="yes"/>
+ <point x="-877.0" y="1829.0"/>
+ <point x="-921.0" y="1917.0"/>
+ <point x="-921.0" y="2031.0" type="curve" smooth="yes"/>
+ <point x="-921.0" y="2046.0" type="line" smooth="yes"/>
+ <point x="-921.0" y="2163.0"/>
+ <point x="-875.0" y="2251.0"/>
+ <point x="-780.0" y="2251.0" type="curve" smooth="yes"/>
+ <point x="-677.0" y="2251.0"/>
+ <point x="-644.0" y="2185.0"/>
+ <point x="-634.0" y="2061.0" type="curve"/>
+ <point x="-634.0" y="2006.0" type="line"/>
+ <point x="-644.0" y="1899.0"/>
+ <point x="-677.0" y="1829.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_B_.glif
new file mode 100644
index 000000000..580424d10
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_B_.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDB" format="2">
+ <unicode hex="1DDB"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-784.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-576.0" y="1638.0"/>
+ <point x="-474.0" y="1704.0"/>
+ <point x="-419.0" y="1763.0" type="curve"/>
+ <point x="-419.0" y="2091.0" type="line"/>
+ <point x="-789.0" y="2091.0" type="line"/>
+ <point x="-789.0" y="1943.0" type="line"/>
+ <point x="-645.0" y="1943.0" type="line"/>
+ <point x="-645.0" y="1841.0" type="line"/>
+ <point x="-668.0" y="1827.0"/>
+ <point x="-700.0" y="1818.0"/>
+ <point x="-784.0" y="1818.0" type="curve" smooth="yes"/>
+ <point x="-884.0" y="1818.0"/>
+ <point x="-939.0" y="1882.0"/>
+ <point x="-939.0" y="1972.0" type="curve" smooth="yes"/>
+ <point x="-939.0" y="2144.0" type="line" smooth="yes"/>
+ <point x="-939.0" y="2234.0"/>
+ <point x="-887.0" y="2296.0"/>
+ <point x="-796.0" y="2296.0" type="curve" smooth="yes"/>
+ <point x="-714.0" y="2296.0"/>
+ <point x="-678.0" y="2272.0"/>
+ <point x="-664.0" y="2204.0" type="curve"/>
+ <point x="-437.0" y="2204.0" type="line"/>
+ <point x="-459.0" y="2393.0"/>
+ <point x="-586.0" y="2476.0"/>
+ <point x="-796.0" y="2476.0" type="curve" smooth="yes"/>
+ <point x="-1011.0" y="2476.0"/>
+ <point x="-1165.0" y="2342.0"/>
+ <point x="-1165.0" y="2142.0" type="curve" smooth="yes"/>
+ <point x="-1165.0" y="1972.0" type="line" smooth="yes"/>
+ <point x="-1165.0" y="1774.0"/>
+ <point x="-1008.0" y="1638.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_C_.glif
new file mode 100644
index 000000000..ee3018189
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_C_.glif
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDC" format="2">
+ <unicode hex="1DDC"/>
+ <anchor x="-734.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-872.0" y="2746.0" type="line"/>
+ <point x="-1099.0" y="2746.0" type="line"/>
+ <point x="-1099.0" y="1651.0" type="line"/>
+ <point x="-872.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-400.0" y="2410.0" type="line"/>
+ <point x="-660.0" y="2410.0" type="line"/>
+ <point x="-844.0" y="2189.0" type="line"/>
+ <point x="-987.0" y="2002.0" type="line"/>
+ <point x="-894.0" y="1852.0" type="line"/>
+ <point x="-729.0" y="2024.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-630.0" y="1651.0" type="line"/>
+ <point x="-370.0" y="1651.0" type="line"/>
+ <point x="-675.0" y="2122.0" type="line"/>
+ <point x="-837.0" y="1998.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_D_.glif
new file mode 100644
index 000000000..33edbb696
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_D_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDD" format="2">
+ <unicode hex="1DDD"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-905.0" y="2738.0" type="line"/>
+ <point x="-905.0" y="1651.0" type="line"/>
+ <point x="-679.0" y="1651.0" type="line"/>
+ <point x="-679.0" y="2738.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_E_.glif
new file mode 100644
index 000000000..840f0c878
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_E_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDE" format="2">
+ <unicode hex="1DDE"/>
+ <anchor x="-745.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-468.0" y="1833.0" type="line"/>
+ <point x="-881.0" y="1833.0" type="line"/>
+ <point x="-881.0" y="1651.0" type="line"/>
+ <point x="-468.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-798.0" y="2470.0" type="line"/>
+ <point x="-1023.0" y="2470.0" type="line"/>
+ <point x="-1023.0" y="1651.0" type="line"/>
+ <point x="-798.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_D_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_F_.glif
new file mode 100644
index 000000000..ac7dc388b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_D_F_.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDF" format="2">
+ <unicode hex="1DDF"/>
+ <anchor x="-793.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-798.0" y="1913.0" type="line"/>
+ <point x="-976.0" y="2470.0" type="line"/>
+ <point x="-1154.0" y="2470.0" type="line"/>
+ <point x="-873.0" y="1651.0" type="line"/>
+ <point x="-722.0" y="1651.0" type="line"/>
+ <point x="-440.0" y="2470.0" type="line"/>
+ <point x="-617.0" y="2470.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1029.0" y="2470.0" type="line"/>
+ <point x="-1254.0" y="2470.0" type="line"/>
+ <point x="-1254.0" y="1651.0" type="line"/>
+ <point x="-1029.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-560.0" y="1651.0" type="line"/>
+ <point x="-334.0" y="1651.0" type="line"/>
+ <point x="-334.0" y="2470.0" type="line"/>
+ <point x="-560.0" y="2470.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_0.glif
new file mode 100644
index 000000000..4cd9d60c7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_0.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE0" format="2">
+ <unicode hex="1DE0"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="uni0367" xScale="-1.0" yScale="-1.0" xOffset="-1585.0" yOffset="4062.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_1.glif
new file mode 100644
index 000000000..3a6ab586b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_1.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE1" format="2">
+ <unicode hex="1DE1"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-477.0" y="1722.0" type="line"/>
+ <point x="-939.0" y="2471.0" type="line"/>
+ <point x="-1107.0" y="2402.0" type="line"/>
+ <point x="-648.0" y="1653.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-939.0" y="2471.0" type="line"/>
+ <point x="-1165.0" y="2471.0" type="line"/>
+ <point x="-1165.0" y="1653.0" type="line"/>
+ <point x="-939.0" y="1653.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-421.0" y="2471.0" type="line"/>
+ <point x="-648.0" y="2471.0" type="line"/>
+ <point x="-648.0" y="1653.0" type="line"/>
+ <point x="-421.0" y="1653.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_2.glif
new file mode 100644
index 000000000..c672ffa0d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_2.glif
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE2" format="2">
+ <unicode hex="1DE2"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-760.0" y="1925.0" type="line"/>
+ <point x="-716.0" y="1922.0"/>
+ <point x="-740.0" y="1937.0"/>
+ <point x="-708.0" y="1944.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="1946.0"/>
+ <point x="-701.0" y="1987.0"/>
+ <point x="-697.0" y="1987.0" type="curve" smooth="yes"/>
+ <point x="-554.0" y="2025.0"/>
+ <point x="-477.0" y="2104.0"/>
+ <point x="-477.0" y="2221.0" type="curve" smooth="yes"/>
+ <point x="-477.0" y="2373.0"/>
+ <point x="-611.0" y="2471.0"/>
+ <point x="-815.0" y="2471.0" type="curve" smooth="yes"/>
+ <point x="-1139.0" y="2471.0" type="line"/>
+ <point x="-1139.0" y="1653.0" type="line"/>
+ <point x="-913.0" y="1653.0" type="line"/>
+ <point x="-913.0" y="2289.0" type="line"/>
+ <point x="-815.0" y="2289.0" type="line" smooth="yes"/>
+ <point x="-745.0" y="2289.0"/>
+ <point x="-704.0" y="2247.0"/>
+ <point x="-704.0" y="2200.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="2144.0"/>
+ <point x="-745.0" y="2107.0"/>
+ <point x="-815.0" y="2107.0" type="curve" smooth="yes"/>
+ <point x="-1004.0" y="2107.0" type="line"/>
+ <point x="-1001.0" y="1925.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-814.0" y="1925.0" type="line"/>
+ <point x="-733.0" y="1925.0"/>
+ <point x="-690.0" y="1891.0"/>
+ <point x="-690.0" y="1819.0" type="curve" smooth="yes"/>
+ <point x="-690.0" y="1775.0" type="line" smooth="yes"/>
+ <point x="-690.0" y="1757.0"/>
+ <point x="-690.0" y="1672.0"/>
+ <point x="-678.0" y="1653.0" type="curve"/>
+ <point x="-446.0" y="1653.0" type="line"/>
+ <point x="-446.0" y="1662.0" type="line"/>
+ <point x="-462.0" y="1683.0"/>
+ <point x="-465.0" y="1766.0"/>
+ <point x="-465.0" y="1774.0" type="curve" smooth="yes"/>
+ <point x="-465.0" y="1819.0" type="line" smooth="yes"/>
+ <point x="-465.0" y="1942.0"/>
+ <point x="-532.0" y="2030.0"/>
+ <point x="-752.0" y="2030.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_3.glif
new file mode 100644
index 000000000..fa6498dca
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_3.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE3" format="2">
+ <unicode hex="1DE3"/>
+ <anchor x="-776.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-953.0" y="2175.0" type="line"/>
+ <point x="-890.0" y="2210.0"/>
+ <point x="-857.0" y="2228.0"/>
+ <point x="-804.0" y="2228.0" type="curve" smooth="yes"/>
+ <point x="-751.0" y="2228.0"/>
+ <point x="-719.0" y="2199.0"/>
+ <point x="-719.0" y="2156.0" type="curve" smooth="yes"/>
+ <point x="-719.0" y="2098.0"/>
+ <point x="-782.0" y="2053.0"/>
+ <point x="-909.0" y="2016.0" type="curve"/>
+ <point x="-824.0" y="1887.0" type="line"/>
+ <point x="-619.0" y="1946.0"/>
+ <point x="-494.0" y="2005.0"/>
+ <point x="-494.0" y="2155.0" type="curve" smooth="yes"/>
+ <point x="-494.0" y="2314.0"/>
+ <point x="-623.0" y="2409.0"/>
+ <point x="-776.0" y="2409.0" type="curve" smooth="yes"/>
+ <point x="-913.0" y="2409.0"/>
+ <point x="-968.0" y="2371.0"/>
+ <point x="-1059.0" y="2320.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-719.0" y="1651.0" type="line"/>
+ <point x="-492.0" y="1651.0" type="line"/>
+ <point x="-492.0" y="1665.0" type="line"/>
+ <point x="-700.0" y="2027.0" type="line"/>
+ <point x="-909.0" y="2016.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_4.glif
new file mode 100644
index 000000000..69da00baa
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_4.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE4" format="2">
+ <unicode hex="1DE4"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-679.0" y="1859.0" type="curve" smooth="yes"/>
+ <point x="-679.0" y="1815.0"/>
+ <point x="-714.0" y="1789.0"/>
+ <point x="-784.0" y="1789.0" type="curve" smooth="yes"/>
+ <point x="-857.0" y="1789.0"/>
+ <point x="-908.0" y="1815.0"/>
+ <point x="-910.0" y="1889.0" type="curve"/>
+ <point x="-1122.0" y="1889.0" type="line"/>
+ <point x="-1122.0" y="1767.0"/>
+ <point x="-1007.0" y="1632.0"/>
+ <point x="-789.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-589.0" y="1632.0"/>
+ <point x="-462.0" y="1733.0"/>
+ <point x="-462.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-462.0" y="2003.0"/>
+ <point x="-557.0" y="2068.0"/>
+ <point x="-736.0" y="2102.0" type="curve" smooth="yes"/>
+ <point x="-865.0" y="2126.0"/>
+ <point x="-884.0" y="2157.0"/>
+ <point x="-884.0" y="2190.0" type="curve" smooth="yes"/>
+ <point x="-884.0" y="2234.0"/>
+ <point x="-844.0" y="2263.0"/>
+ <point x="-789.0" y="2263.0" type="curve" smooth="yes"/>
+ <point x="-716.0" y="2263.0"/>
+ <point x="-688.0" y="2229.0"/>
+ <point x="-688.0" y="2173.0" type="curve"/>
+ <point x="-462.0" y="2173.0" type="line"/>
+ <point x="-462.0" y="2318.0"/>
+ <point x="-587.0" y="2419.0"/>
+ <point x="-789.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-985.0" y="2419.0"/>
+ <point x="-1099.0" y="2307.0"/>
+ <point x="-1099.0" y="2179.0" type="curve" smooth="yes"/>
+ <point x="-1099.0" y="2047.0"/>
+ <point x="-998.0" y="1983.0"/>
+ <point x="-831.0" y="1948.0" type="curve" smooth="yes"/>
+ <point x="-707.0" y="1925.0"/>
+ <point x="-679.0" y="1893.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_5.glif
new file mode 100644
index 000000000..660302b79
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_5.glif
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE5" format="2">
+ <unicode hex="1DE5"/>
+ <anchor x="-711.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-682.0" y="1651.0" type="line"/>
+ <point x="-682.0" y="2489.0" type="line" smooth="yes"/>
+ <point x="-682.0" y="2547.0"/>
+ <point x="-644.0" y="2578.0"/>
+ <point x="-573.0" y="2578.0" type="curve" smooth="yes"/>
+ <point x="-547.0" y="2578.0"/>
+ <point x="-529.0" y="2577.0"/>
+ <point x="-513.0" y="2571.0" type="curve"/>
+ <point x="-513.0" y="2746.0" type="line"/>
+ <point x="-547.0" y="2754.0"/>
+ <point x="-583.0" y="2761.0"/>
+ <point x="-622.0" y="2761.0" type="curve" smooth="yes"/>
+ <point x="-798.0" y="2761.0"/>
+ <point x="-909.0" y="2665.0"/>
+ <point x="-909.0" y="2489.0" type="curve" smooth="yes"/>
+ <point x="-909.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_6.glif
new file mode 100644
index 000000000..881aab0d9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_6.glif
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE6" format="2">
+ <unicode hex="1DE6"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-472.0" y="1834.0" type="line"/>
+ <point x="-1056.0" y="1834.0" type="line"/>
+ <point x="-1056.0" y="1651.0" type="line"/>
+ <point x="-472.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-481.0" y="2283.0" type="line"/>
+ <point x="-481.0" y="2410.0" type="line"/>
+ <point x="-635.0" y="2410.0" type="line"/>
+ <point x="-1112.0" y="1783.0" type="line"/>
+ <point x="-1112.0" y="1651.0" type="line"/>
+ <point x="-958.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-557.0" y="2410.0" type="line"/>
+ <point x="-1099.0" y="2410.0" type="line"/>
+ <point x="-1099.0" y="2228.0" type="line"/>
+ <point x="-557.0" y="2228.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_7.glif
new file mode 100644
index 000000000..1369f203a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_7.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE7" format="2">
+ <unicode hex="1DE7"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-877.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-712.0" y="1638.0"/>
+ <point x="-645.0" y="1804.0"/>
+ <point x="-617.0" y="2009.0" type="curve"/>
+ <point x="-617.0" y="2027.0" type="line"/>
+ <point x="-645.0" y="2245.0"/>
+ <point x="-712.0" y="2424.0"/>
+ <point x="-876.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="-1068.0" y="2424.0"/>
+ <point x="-1173.0" y="2261.0"/>
+ <point x="-1173.0" y="2030.0" type="curve" smooth="yes"/>
+ <point x="-1173.0" y="2014.0" type="line" smooth="yes"/>
+ <point x="-1173.0" y="1793.0"/>
+ <point x="-1068.0" y="1638.0"/>
+ </contour>
+ <contour>
+ <point x="-821.0" y="1819.0" type="curve" smooth="yes"/>
+ <point x="-916.0" y="1819.0"/>
+ <point x="-946.0" y="1900.0"/>
+ <point x="-946.0" y="2014.0" type="curve" smooth="yes"/>
+ <point x="-946.0" y="2030.0" type="line" smooth="yes"/>
+ <point x="-946.0" y="2146.0"/>
+ <point x="-913.0" y="2241.0"/>
+ <point x="-820.0" y="2241.0" type="curve" smooth="yes"/>
+ <point x="-726.0" y="2241.0"/>
+ <point x="-688.0" y="2168.0"/>
+ <point x="-688.0" y="2045.0" type="curve"/>
+ <point x="-688.0" y="1990.0" type="line"/>
+ <point x="-688.0" y="1882.0"/>
+ <point x="-726.0" y="1819.0"/>
+ </contour>
+ <contour>
+ <point x="-688.0" y="2410.0" type="line"/>
+ <point x="-716.0" y="2248.0" type="line"/>
+ <point x="-716.0" y="1911.0" type="line" smooth="yes"/>
+ <point x="-716.0" y="1727.0"/>
+ <point x="-634.0" y="1636.0"/>
+ <point x="-499.0" y="1636.0" type="curve" smooth="yes"/>
+ <point x="-466.0" y="1636.0"/>
+ <point x="-443.0" y="1639.0"/>
+ <point x="-411.0" y="1651.0" type="curve"/>
+ <point x="-429.0" y="1822.0" type="line"/>
+ <point x="-432.0" y="1821.0"/>
+ <point x="-435.0" y="1821.0"/>
+ <point x="-441.0" y="1821.0" type="curve" smooth="yes"/>
+ <point x="-473.0" y="1821.0"/>
+ <point x="-491.0" y="1844.0"/>
+ <point x="-491.0" y="1911.0" type="curve" smooth="yes"/>
+ <point x="-491.0" y="2410.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_8.glif
new file mode 100644
index 000000000..18c2f6f42
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_8.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE8" format="2">
+ <unicode hex="1DE8"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1141.0" y="1651.0" type="line"/>
+ <point x="-945.0" y="1651.0" type="line"/>
+ <point x="-914.0" y="1826.0" type="line"/>
+ <point x="-914.0" y="2738.0" type="line"/>
+ <point x="-1141.0" y="2738.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-738.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-547.0" y="1638.0"/>
+ <point x="-444.0" y="1801.0"/>
+ <point x="-444.0" y="2021.0" type="curve" smooth="yes"/>
+ <point x="-444.0" y="2036.0" type="line" smooth="yes"/>
+ <point x="-444.0" y="2267.0"/>
+ <point x="-547.0" y="2419.0"/>
+ <point x="-740.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-914.0" y="2419.0"/>
+ <point x="-998.0" y="2254.0"/>
+ <point x="-1027.0" y="2034.0" type="curve"/>
+ <point x="-1027.0" y="2016.0" type="line"/>
+ <point x="-998.0" y="1811.0"/>
+ <point x="-914.0" y="1638.0"/>
+ </contour>
+ <contour>
+ <point x="-796.0" y="1821.0" type="curve" smooth="yes"/>
+ <point x="-891.0" y="1821.0"/>
+ <point x="-936.0" y="1889.0"/>
+ <point x="-936.0" y="1998.0" type="curve"/>
+ <point x="-936.0" y="2053.0" type="line"/>
+ <point x="-936.0" y="2177.0"/>
+ <point x="-891.0" y="2243.0"/>
+ <point x="-798.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="2243.0"/>
+ <point x="-670.0" y="2155.0"/>
+ <point x="-670.0" y="2036.0" type="curve" smooth="yes"/>
+ <point x="-670.0" y="2021.0" type="line" smooth="yes"/>
+ <point x="-670.0" y="1909.0"/>
+ <point x="-701.0" y="1821.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_9.glif
new file mode 100644
index 000000000..8403a0d6a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_9.glif
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE9" format="2">
+ <unicode hex="1DE9"/>
+ <anchor x="-792.0" y="1349.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-853.0" y="2208.0" type="line"/>
+ <point x="-853.0" y="2090.0" type="line"/>
+ <point x="-798.0" y="2090.0" type="line" smooth="yes"/>
+ <point x="-703.0" y="2090.0"/>
+ <point x="-653.0" y="2046.0"/>
+ <point x="-653.0" y="1943.0" type="curve" smooth="yes"/>
+ <point x="-653.0" y="1874.0"/>
+ <point x="-705.0" y="1819.0"/>
+ <point x="-795.0" y="1819.0" type="curve" smooth="yes"/>
+ <point x="-913.0" y="1819.0"/>
+ <point x="-989.0" y="1870.0"/>
+ <point x="-989.0" y="1935.0" type="curve"/>
+ <point x="-1071.0" y="1935.0" type="line"/>
+ <point x="-1071.0" y="1727.0"/>
+ <point x="-887.0" y="1638.0"/>
+ <point x="-737.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-542.0" y="1638.0"/>
+ <point x="-426.0" y="1746.0"/>
+ <point x="-426.0" y="1939.0" type="curve" smooth="yes"/>
+ <point x="-426.0" y="2108.0"/>
+ <point x="-550.0" y="2208.0"/>
+ <point x="-760.0" y="2208.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="-809.0" y="2687.0" type="curve" smooth="yes"/>
+ <point x="-1000.0" y="2687.0"/>
+ <point x="-1158.0" y="2564.0"/>
+ <point x="-1158.0" y="2365.0" type="curve" smooth="yes"/>
+ <point x="-1158.0" y="1360.0" type="line"/>
+ <point x="-931.0" y="1360.0" type="line"/>
+ <point x="-931.0" y="2365.0" type="line" smooth="yes"/>
+ <point x="-931.0" y="2453.0"/>
+ <point x="-880.0" y="2504.0"/>
+ <point x="-809.0" y="2504.0" type="curve" smooth="yes"/>
+ <point x="-733.0" y="2504.0"/>
+ <point x="-697.0" y="2450.0"/>
+ <point x="-697.0" y="2388.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="2300.0"/>
+ <point x="-730.0" y="2252.0"/>
+ <point x="-811.0" y="2252.0" type="curve" smooth="yes"/>
+ <point x="-853.0" y="2252.0" type="line"/>
+ <point x="-853.0" y="2145.0" type="line"/>
+ <point x="-774.0" y="2145.0" type="line" smooth="yes"/>
+ <point x="-593.0" y="2145.0"/>
+ <point x="-470.0" y="2262.0"/>
+ <point x="-470.0" y="2410.0" type="curve" smooth="yes"/>
+ <point x="-470.0" y="2592.0"/>
+ <point x="-604.0" y="2687.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_A_.glif
new file mode 100644
index 000000000..0efc1c59d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_A_.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEA" format="2">
+ <unicode hex="1DEA"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-802.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-567.0" y="1632.0"/>
+ <point x="-440.0" y="1803.0"/>
+ <point x="-440.0" y="2024.0" type="curve" smooth="yes"/>
+ <point x="-440.0" y="2050.0" type="line" smooth="yes"/>
+ <point x="-440.0" y="2250.0"/>
+ <point x="-583.0" y="2419.0"/>
+ <point x="-826.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-974.0" y="2419.0"/>
+ <point x="-1077.0" y="2353.0"/>
+ <point x="-1125.0" y="2285.0" type="curve"/>
+ <point x="-1019.0" y="2157.0" type="line"/>
+ <point x="-975.0" y="2214.0"/>
+ <point x="-909.0" y="2236.0"/>
+ <point x="-842.0" y="2236.0" type="curve" smooth="yes"/>
+ <point x="-732.0" y="2236.0"/>
+ <point x="-666.0" y="2163.0"/>
+ <point x="-666.0" y="2050.0" type="curve" smooth="yes"/>
+ <point x="-666.0" y="2024.0" type="line" smooth="yes"/>
+ <point x="-666.0" y="1911.0"/>
+ <point x="-696.0" y="1814.0"/>
+ <point x="-800.0" y="1814.0" type="curve" smooth="yes"/>
+ <point x="-881.0" y="1814.0"/>
+ <point x="-923.0" y="1859.0"/>
+ <point x="-923.0" y="1933.0" type="curve" smooth="yes"/>
+ <point x="-923.0" y="1951.0" type="line"/>
+ <point x="-529.0" y="1951.0" type="line"/>
+ <point x="-529.0" y="2100.0" type="line"/>
+ <point x="-1144.0" y="2100.0" type="line"/>
+ <point x="-1144.0" y="2003.0" type="line" smooth="yes"/>
+ <point x="-1144.0" y="1775.0"/>
+ <point x="-1019.0" y="1632.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_B_.glif
new file mode 100644
index 000000000..3367d8f21
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_B_.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEB" format="2">
+ <unicode hex="1DEB"/>
+ <anchor x="-769.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-572.0" y="2419.0" type="line"/>
+ <point x="-1024.0" y="2419.0" type="line"/>
+ <point x="-1024.0" y="2255.0" type="line"/>
+ <point x="-572.0" y="2255.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-682.0" y="1651.0" type="line"/>
+ <point x="-682.0" y="2489.0" type="line" smooth="yes"/>
+ <point x="-682.0" y="2547.0"/>
+ <point x="-644.0" y="2578.0"/>
+ <point x="-573.0" y="2578.0" type="curve" smooth="yes"/>
+ <point x="-547.0" y="2578.0"/>
+ <point x="-529.0" y="2577.0"/>
+ <point x="-513.0" y="2571.0" type="curve"/>
+ <point x="-513.0" y="2746.0" type="line"/>
+ <point x="-547.0" y="2754.0"/>
+ <point x="-583.0" y="2761.0"/>
+ <point x="-622.0" y="2761.0" type="curve" smooth="yes"/>
+ <point x="-798.0" y="2761.0"/>
+ <point x="-909.0" y="2665.0"/>
+ <point x="-909.0" y="2489.0" type="curve" smooth="yes"/>
+ <point x="-909.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.1.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_C_.glif
new file mode 100644
index 000000000..0e6450dca
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_C_.glif
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEC" format="2">
+ <unicode hex="1DEC"/>
+ <anchor x="-793.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-631.0" y="2420.0" type="line"/>
+ <point x="-631.0" y="2377.0"/>
+ <point x="-656.0" y="2343.0"/>
+ <point x="-688.0" y="2343.0" type="curve" smooth="yes"/>
+ <point x="-760.0" y="2343.0"/>
+ <point x="-851.0" y="2401.0"/>
+ <point x="-930.0" y="2401.0" type="curve" smooth="yes"/>
+ <point x="-1016.0" y="2401.0"/>
+ <point x="-1077.0" y="2324.0"/>
+ <point x="-1077.0" y="2237.0" type="curve"/>
+ <point x="-957.0" y="2203.0" type="line"/>
+ <point x="-957.0" y="2245.0"/>
+ <point x="-932.0" y="2280.0"/>
+ <point x="-902.0" y="2280.0" type="curve" smooth="yes"/>
+ <point x="-824.0" y="2280.0"/>
+ <point x="-752.0" y="2221.0"/>
+ <point x="-659.0" y="2221.0" type="curve" smooth="yes"/>
+ <point x="-572.0" y="2221.0"/>
+ <point x="-512.0" y="2298.0"/>
+ <point x="-512.0" y="2384.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-631.0" y="2200.0" type="line"/>
+ <point x="-631.0" y="2157.0"/>
+ <point x="-656.0" y="2123.0"/>
+ <point x="-688.0" y="2123.0" type="curve" smooth="yes"/>
+ <point x="-760.0" y="2123.0"/>
+ <point x="-851.0" y="2181.0"/>
+ <point x="-930.0" y="2181.0" type="curve" smooth="yes"/>
+ <point x="-1016.0" y="2181.0"/>
+ <point x="-1077.0" y="2104.0"/>
+ <point x="-1077.0" y="2017.0" type="curve"/>
+ <point x="-957.0" y="1983.0" type="line"/>
+ <point x="-957.0" y="2025.0"/>
+ <point x="-932.0" y="2060.0"/>
+ <point x="-902.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-824.0" y="2060.0"/>
+ <point x="-752.0" y="2001.0"/>
+ <point x="-659.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-572.0" y="2001.0"/>
+ <point x="-512.0" y="2078.0"/>
+ <point x="-512.0" y="2164.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-905.0" y="2738.0" type="line"/>
+ <point x="-905.0" y="1651.0" type="line"/>
+ <point x="-679.0" y="1651.0" type="line"/>
+ <point x="-679.0" y="2738.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_D_.glif
new file mode 100644
index 000000000..f8f99eb39
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_D_.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DED" format="2">
+ <unicode hex="1DED"/>
+ <anchor x="-832.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1238.0" y="1471.0" type="line"/>
+ <point x="-1057.0" y="1368.0" type="line"/>
+ <point x="-828.0" y="1735.0" type="line"/>
+ <point x="-1008.0" y="1838.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-791.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-556.0" y="1632.0"/>
+ <point x="-428.0" y="1796.0"/>
+ <point x="-428.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-428.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-428.0" y="2254.0"/>
+ <point x="-556.0" y="2419.0"/>
+ <point x="-792.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="2419.0"/>
+ <point x="-1155.0" y="2254.0"/>
+ <point x="-1155.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1155.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1155.0" y="1796.0"/>
+ <point x="-1026.0" y="1632.0"/>
+ </contour>
+ <contour>
+ <point x="-791.0" y="1815.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="1815.0"/>
+ <point x="-930.0" y="1903.0"/>
+ <point x="-930.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-930.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-930.0" y="2144.0"/>
+ <point x="-895.0" y="2237.0"/>
+ <point x="-792.0" y="2237.0" type="curve" smooth="yes"/>
+ <point x="-686.0" y="2237.0"/>
+ <point x="-653.0" y="2144.0"/>
+ <point x="-653.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-653.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-653.0" y="1903.0"/>
+ <point x="-686.0" y="1815.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_E_.glif
new file mode 100644
index 000000000..5a26f42cf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_E_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEE" format="2">
+ <unicode hex="1DEE"/>
+ <anchor x="-792.0" y="1306.0" name="_marktop"/>
+ <outline>
+ <component base="uni0369" xScale="-1.0" yScale="-1.0" xOffset="-1585.0" yOffset="4056.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_E_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_F_.glif
new file mode 100644
index 000000000..158a4b710
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_E_F_.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEF" format="2">
+ <unicode hex="1DEF"/>
+ <anchor x="-791.0" y="1291.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-678.0" y="1651.0" type="line"/>
+ <point x="-678.0" y="2489.0" type="line" smooth="yes"/>
+ <point x="-678.0" y="2547.0"/>
+ <point x="-639.0" y="2578.0"/>
+ <point x="-569.0" y="2578.0" type="curve" smooth="yes"/>
+ <point x="-543.0" y="2578.0"/>
+ <point x="-525.0" y="2577.0"/>
+ <point x="-509.0" y="2571.0" type="curve"/>
+ <point x="-509.0" y="2746.0" type="line"/>
+ <point x="-543.0" y="2754.0"/>
+ <point x="-579.0" y="2761.0"/>
+ <point x="-617.0" y="2761.0" type="curve" smooth="yes"/>
+ <point x="-793.0" y="2761.0"/>
+ <point x="-905.0" y="2665.0"/>
+ <point x="-905.0" y="2489.0" type="curve" smooth="yes"/>
+ <point x="-905.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-905.0" y="2417.0" type="line"/>
+ <point x="-905.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="-905.0" y="1522.0"/>
+ <point x="-943.0" y="1491.0"/>
+ <point x="-1013.0" y="1491.0" type="curve" smooth="yes"/>
+ <point x="-1040.0" y="1491.0"/>
+ <point x="-1057.0" y="1492.0"/>
+ <point x="-1074.0" y="1497.0" type="curve"/>
+ <point x="-1074.0" y="1323.0" type="line"/>
+ <point x="-1040.0" y="1315.0"/>
+ <point x="-1004.0" y="1308.0"/>
+ <point x="-965.0" y="1308.0" type="curve" smooth="yes"/>
+ <point x="-789.0" y="1308.0"/>
+ <point x="-678.0" y="1404.0"/>
+ <point x="-678.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="-678.0" y="2417.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_0.glif
new file mode 100644
index 000000000..3a01ba815
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_0.glif
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF0" format="2">
+ <unicode hex="1DF0"/>
+ <anchor x="-859.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1265.0" y="1471.0" type="line"/>
+ <point x="-1085.0" y="1368.0" type="line"/>
+ <point x="-855.0" y="1735.0" type="line"/>
+ <point x="-1035.0" y="1838.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-682.0" y="1836.0" type="line"/>
+ <point x="-653.0" y="1651.0" type="line"/>
+ <point x="-455.0" y="1651.0" type="line"/>
+ <point x="-455.0" y="2410.0" type="line"/>
+ <point x="-682.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-659.0" y="2005.0" type="line"/>
+ <point x="-659.0" y="1899.0"/>
+ <point x="-693.0" y="1821.0"/>
+ <point x="-806.0" y="1821.0" type="curve" smooth="yes"/>
+ <point x="-868.0" y="1821.0"/>
+ <point x="-905.0" y="1860.0"/>
+ <point x="-905.0" y="1946.0" type="curve" smooth="yes"/>
+ <point x="-905.0" y="2410.0" type="line"/>
+ <point x="-1130.0" y="2410.0" type="line"/>
+ <point x="-1130.0" y="1947.0" type="line" smooth="yes"/>
+ <point x="-1130.0" y="1727.0"/>
+ <point x="-1027.0" y="1638.0"/>
+ <point x="-877.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-685.0" y="1638.0"/>
+ <point x="-583.0" y="1793.0"/>
+ <point x="-583.0" y="2006.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_1.glif
new file mode 100644
index 000000000..57dd29132
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_1.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF1" format="2">
+ <unicode hex="1DF1"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1019.0" y="1877.0" type="line"/>
+ <point x="-1040.0" y="1651.0" type="line"/>
+ <point x="-924.0" y="1651.0" type="line"/>
+ <point x="-780.0" y="2144.0" type="line"/>
+ <point x="-730.0" y="2410.0" type="line"/>
+ <point x="-872.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1081.0" y="2410.0" type="line"/>
+ <point x="-1298.0" y="2410.0" type="line"/>
+ <point x="-1114.0" y="1651.0" type="line"/>
+ <point x="-976.0" y="1651.0" type="line"/>
+ <point x="-985.0" y="1881.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-601.0" y="1893.0" type="line"/>
+ <point x="-609.0" y="1651.0" type="line"/>
+ <point x="-470.0" y="1651.0" type="line"/>
+ <point x="-287.0" y="2410.0" type="line"/>
+ <point x="-505.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-714.0" y="2410.0" type="line"/>
+ <point x="-851.0" y="2410.0" type="line"/>
+ <point x="-804.0" y="2142.0" type="line"/>
+ <point x="-661.0" y="1651.0" type="line"/>
+ <point x="-545.0" y="1651.0" type="line"/>
+ <point x="-567.0" y="1878.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_2.glif
new file mode 100644
index 000000000..225530830
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_2.glif
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF2" format="2">
+ <unicode hex="1DF2"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1122.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-1122.0" y="2538.0"/>
+ <point x="-1071.0" y="2490.0"/>
+ <point x="-997.0" y="2490.0" type="curve" smooth="yes"/>
+ <point x="-921.0" y="2490.0"/>
+ <point x="-870.0" y="2538.0"/>
+ <point x="-870.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-870.0" y="2673.0"/>
+ <point x="-921.0" y="2721.0"/>
+ <point x="-997.0" y="2721.0" type="curve" smooth="yes"/>
+ <point x="-1071.0" y="2721.0"/>
+ <point x="-1122.0" y="2673.0"/>
+ </contour>
+ <contour>
+ <point x="-737.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-737.0" y="2538.0"/>
+ <point x="-686.0" y="2490.0"/>
+ <point x="-612.0" y="2490.0" type="curve" smooth="yes"/>
+ <point x="-536.0" y="2490.0"/>
+ <point x="-485.0" y="2538.0"/>
+ <point x="-485.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-485.0" y="2673.0"/>
+ <point x="-536.0" y="2721.0"/>
+ <point x="-612.0" y="2721.0" type="curve" smooth="yes"/>
+ <point x="-686.0" y="2721.0"/>
+ <point x="-737.0" y="2673.0"/>
+ </contour>
+ <contour>
+ <point x="-704.0" y="1843.0" type="line"/>
+ <point x="-704.0" y="1770.0"/>
+ <point x="-694.0" y="1698.0"/>
+ <point x="-672.0" y="1651.0" type="curve"/>
+ <point x="-447.0" y="1651.0" type="line"/>
+ <point x="-466.0" y="1701.0"/>
+ <point x="-479.0" y="1745.0"/>
+ <point x="-479.0" y="1843.0" type="curve" smooth="yes"/>
+ <point x="-479.0" y="2153.0" type="line" smooth="yes"/>
+ <point x="-479.0" y="2333.0"/>
+ <point x="-612.0" y="2424.0"/>
+ <point x="-791.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="-990.0" y="2424.0"/>
+ <point x="-1119.0" y="2318.0"/>
+ <point x="-1119.0" y="2177.0" type="curve"/>
+ <point x="-894.0" y="2177.0" type="line"/>
+ <point x="-894.0" y="2232.0"/>
+ <point x="-864.0" y="2255.0"/>
+ <point x="-804.0" y="2255.0" type="curve" smooth="yes"/>
+ <point x="-736.0" y="2255.0"/>
+ <point x="-704.0" y="2219.0"/>
+ <point x="-704.0" y="2155.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-677.0" y="2115.0" type="line"/>
+ <point x="-782.0" y="2115.0" type="line" smooth="yes"/>
+ <point x="-1023.0" y="2115.0"/>
+ <point x="-1137.0" y="2021.0"/>
+ <point x="-1137.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1137.0" y="1727.0"/>
+ <point x="-1038.0" y="1638.0"/>
+ <point x="-894.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-748.0" y="1638.0"/>
+ <point x="-677.0" y="1727.0"/>
+ <point x="-642.0" y="1801.0" type="curve"/>
+ <point x="-696.0" y="1899.0" type="line"/>
+ <point x="-696.0" y="1860.0"/>
+ <point x="-745.0" y="1805.0"/>
+ <point x="-828.0" y="1805.0" type="curve" smooth="yes"/>
+ <point x="-877.0" y="1805.0"/>
+ <point x="-912.0" y="1836.0"/>
+ <point x="-912.0" y="1878.0" type="curve" smooth="yes"/>
+ <point x="-912.0" y="1936.0"/>
+ <point x="-876.0" y="1990.0"/>
+ <point x="-781.0" y="1990.0" type="curve"/>
+ <point x="-675.0" y="1990.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.2.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_3.glif
new file mode 100644
index 000000000..46e4c0aa1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_3.glif
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF3" format="2">
+ <unicode hex="1DF3"/>
+ <anchor x="-791.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1111.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-1111.0" y="2538.0"/>
+ <point x="-1060.0" y="2490.0"/>
+ <point x="-986.0" y="2490.0" type="curve" smooth="yes"/>
+ <point x="-910.0" y="2490.0"/>
+ <point x="-859.0" y="2538.0"/>
+ <point x="-859.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-859.0" y="2673.0"/>
+ <point x="-910.0" y="2721.0"/>
+ <point x="-986.0" y="2721.0" type="curve" smooth="yes"/>
+ <point x="-1060.0" y="2721.0"/>
+ <point x="-1111.0" y="2673.0"/>
+ </contour>
+ <contour>
+ <point x="-726.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-726.0" y="2538.0"/>
+ <point x="-675.0" y="2490.0"/>
+ <point x="-601.0" y="2490.0" type="curve" smooth="yes"/>
+ <point x="-525.0" y="2490.0"/>
+ <point x="-474.0" y="2538.0"/>
+ <point x="-474.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-474.0" y="2673.0"/>
+ <point x="-525.0" y="2721.0"/>
+ <point x="-601.0" y="2721.0" type="curve" smooth="yes"/>
+ <point x="-675.0" y="2721.0"/>
+ <point x="-726.0" y="2673.0"/>
+ </contour>
+ <contour>
+ <point x="-791.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-556.0" y="1632.0"/>
+ <point x="-428.0" y="1796.0"/>
+ <point x="-428.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-428.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-428.0" y="2254.0"/>
+ <point x="-556.0" y="2419.0"/>
+ <point x="-792.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="2419.0"/>
+ <point x="-1155.0" y="2254.0"/>
+ <point x="-1155.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1155.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1155.0" y="1796.0"/>
+ <point x="-1026.0" y="1632.0"/>
+ </contour>
+ <contour>
+ <point x="-791.0" y="1815.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="1815.0"/>
+ <point x="-930.0" y="1903.0"/>
+ <point x="-930.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-930.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-930.0" y="2144.0"/>
+ <point x="-895.0" y="2237.0"/>
+ <point x="-792.0" y="2237.0" type="curve" smooth="yes"/>
+ <point x="-686.0" y="2237.0"/>
+ <point x="-653.0" y="2144.0"/>
+ <point x="-653.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-653.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-653.0" y="1903.0"/>
+ <point x="-686.0" y="1815.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_4.glif
new file mode 100644
index 000000000..2b3ffe3e3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_4.glif
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF4" format="2">
+ <unicode hex="1DF4"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1111.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-1111.0" y="2538.0"/>
+ <point x="-1060.0" y="2490.0"/>
+ <point x="-986.0" y="2490.0" type="curve" smooth="yes"/>
+ <point x="-910.0" y="2490.0"/>
+ <point x="-859.0" y="2538.0"/>
+ <point x="-859.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-859.0" y="2673.0"/>
+ <point x="-910.0" y="2721.0"/>
+ <point x="-986.0" y="2721.0" type="curve" smooth="yes"/>
+ <point x="-1060.0" y="2721.0"/>
+ <point x="-1111.0" y="2673.0"/>
+ </contour>
+ <contour>
+ <point x="-726.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-726.0" y="2538.0"/>
+ <point x="-675.0" y="2490.0"/>
+ <point x="-601.0" y="2490.0" type="curve" smooth="yes"/>
+ <point x="-525.0" y="2490.0"/>
+ <point x="-474.0" y="2538.0"/>
+ <point x="-474.0" y="2606.0" type="curve" smooth="yes"/>
+ <point x="-474.0" y="2673.0"/>
+ <point x="-525.0" y="2721.0"/>
+ <point x="-601.0" y="2721.0" type="curve" smooth="yes"/>
+ <point x="-675.0" y="2721.0"/>
+ <point x="-726.0" y="2673.0"/>
+ </contour>
+ <contour>
+ <point x="-682.0" y="1836.0" type="line"/>
+ <point x="-653.0" y="1651.0" type="line"/>
+ <point x="-455.0" y="1651.0" type="line"/>
+ <point x="-455.0" y="2410.0" type="line"/>
+ <point x="-682.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-659.0" y="2005.0" type="line"/>
+ <point x="-659.0" y="1899.0"/>
+ <point x="-693.0" y="1821.0"/>
+ <point x="-806.0" y="1821.0" type="curve" smooth="yes"/>
+ <point x="-868.0" y="1821.0"/>
+ <point x="-905.0" y="1860.0"/>
+ <point x="-905.0" y="1946.0" type="curve" smooth="yes"/>
+ <point x="-905.0" y="2410.0" type="line"/>
+ <point x="-1130.0" y="2410.0" type="line"/>
+ <point x="-1130.0" y="1947.0" type="line" smooth="yes"/>
+ <point x="-1130.0" y="1727.0"/>
+ <point x="-1027.0" y="1638.0"/>
+ <point x="-877.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-685.0" y="1638.0"/>
+ <point x="-583.0" y="1793.0"/>
+ <point x="-583.0" y="2006.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_5.glif
new file mode 100644
index 000000000..40ee10584
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_5.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF5" format="2">
+ <unicode hex="1DF5"/>
+ <anchor x="-795.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="uptackmod" xOffset="-1249.0" yOffset="1444.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_C_.glif
new file mode 100644
index 000000000..f167bb5d3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_C_.glif
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DFC" format="2">
+ <unicode hex="1DFC"/>
+ <outline>
+ <contour>
+ <point x="1020.0" y="-628.0" type="line"/>
+ <point x="910.0" y="-380.0"/>
+ <point x="677.0" y="-110.0"/>
+ <point x="0.0" y="-110.0" type="curve" smooth="yes"/>
+ <point x="-678.0" y="-110.0"/>
+ <point x="-912.0" y="-380.0"/>
+ <point x="-1022.0" y="-628.0" type="curve"/>
+ <point x="-716.0" y="-628.0" type="line"/>
+ <point x="-620.0" y="-538.0"/>
+ <point x="-485.0" y="-358.0"/>
+ <point x="0.0" y="-358.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="-358.0"/>
+ <point x="631.0" y="-538.0"/>
+ <point x="714.0" y="-628.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_D_.glif
new file mode 100644
index 000000000..82876f802
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_D_.glif
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DFD" format="2">
+ <unicode hex="1DFD"/>
+ <anchor x="-792.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-513.0" y="-40.0" type="line"/>
+ <point x="-513.0" y="-111.0"/>
+ <point x="-564.0" y="-146.0"/>
+ <point x="-624.0" y="-146.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="-146.0"/>
+ <point x="-861.0" y="-48.0"/>
+ <point x="-1005.0" y="-48.0" type="curve" smooth="yes"/>
+ <point x="-1189.0" y="-48.0"/>
+ <point x="-1320.0" y="-202.0"/>
+ <point x="-1320.0" y="-367.0" type="curve"/>
+ <point x="-1071.0" y="-380.0" type="line"/>
+ <point x="-1071.0" y="-308.0"/>
+ <point x="-1023.0" y="-274.0"/>
+ <point x="-963.0" y="-274.0" type="curve" smooth="yes"/>
+ <point x="-821.0" y="-274.0"/>
+ <point x="-754.0" y="-373.0"/>
+ <point x="-582.0" y="-373.0" type="curve" smooth="yes"/>
+ <point x="-396.0" y="-373.0"/>
+ <point x="-265.0" y="-224.0"/>
+ <point x="-265.0" y="-54.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-513.0" y="-402.0" type="line"/>
+ <point x="-513.0" y="-473.0"/>
+ <point x="-564.0" y="-507.0"/>
+ <point x="-624.0" y="-507.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="-507.0"/>
+ <point x="-861.0" y="-410.0"/>
+ <point x="-1005.0" y="-410.0" type="curve" smooth="yes"/>
+ <point x="-1189.0" y="-410.0"/>
+ <point x="-1320.0" y="-564.0"/>
+ <point x="-1320.0" y="-729.0" type="curve"/>
+ <point x="-1071.0" y="-741.0" type="line"/>
+ <point x="-1071.0" y="-670.0"/>
+ <point x="-1023.0" y="-635.0"/>
+ <point x="-963.0" y="-635.0" type="curve" smooth="yes"/>
+ <point x="-821.0" y="-635.0"/>
+ <point x="-754.0" y="-734.0"/>
+ <point x="-582.0" y="-734.0" type="curve" smooth="yes"/>
+ <point x="-396.0" y="-734.0"/>
+ <point x="-265.0" y="-586.0"/>
+ <point x="-265.0" y="-415.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_E_.glif
new file mode 100644
index 000000000..e5e6b0a8c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_E_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DFE" format="2">
+ <unicode hex="1DFE"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="arrowheadleftmod" xOffset="-1433.0" yOffset="824.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1D_F_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_F_.glif
new file mode 100644
index 000000000..83e4dbfea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1D_F_F_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DFF" format="2">
+ <unicode hex="1DFF"/>
+ <anchor x="-905.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-1375.0" y="-400.0" type="line"/>
+ <point x="-917.0" y="-359.0" type="line"/>
+ <point x="-917.0" y="-498.0" type="line"/>
+ <point x="-1979.0" y="-729.0" type="line"/>
+ <point x="-1979.0" y="-525.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1979.0" y="-287.0" type="line"/>
+ <point x="-1979.0" y="-84.0" type="line"/>
+ <point x="-917.0" y="-315.0" type="line"/>
+ <point x="-917.0" y="-454.0" type="line"/>
+ <point x="-1375.0" y="-415.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-392.0" y="-476.0" type="line"/>
+ <point x="-276.0" y="-760.0" type="line"/>
+ <point x="-501.0" y="-760.0" type="line"/>
+ <point x="-873.0" y="-102.0" type="line"/>
+ <point x="-594.0" y="-102.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-111.0" y="-102.0" type="line"/>
+ <point x="168.0" y="-102.0" type="line"/>
+ <point x="-205.0" y="-760.0" type="line"/>
+ <point x="-429.0" y="-760.0" type="line"/>
+ <point x="-318.0" y="-476.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E9D__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E9D__.glif
deleted file mode 100644
index dc2c248b2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1E9D__.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1E9D" format="1">
- <advance width="1056"/>
- <unicode hex="1E9D"/>
- <outline>
- <contour>
- <point x="692" y="0" type="line" name="hr00"/>
- <point x="692" y="1608" type="line" smooth="yes"/>
- <point x="692" y="1724"/>
- <point x="772" y="1784"/>
- <point x="908" y="1784" type="curve" smooth="yes"/>
- <point x="956" y="1784"/>
- <point x="992" y="1780"/>
- <point x="1024" y="1772" type="curve"/>
- <point x="1024" y="2112" type="line"/>
- <point x="960" y="2128"/>
- <point x="888" y="2140"/>
- <point x="812" y="2140" type="curve" smooth="yes"/>
- <point x="468" y="2140"/>
- <point x="248" y="1956"/>
- <point x="248" y="1608" type="curve" smooth="yes"/>
- <point x="248" y="0" type="line"/>
- </contour>
- <contour>
- <point x="984" y="1668" type="line"/>
- <point x="32" y="1668" type="line"/>
- <point x="32" y="1400" type="line"/>
- <point x="984" y="1400" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1018, 'leftMargin': 25, 'rightMargin': 0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E9F__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E9F__.glif
deleted file mode 100644
index e8a919ffe..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1E9F__.glif
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1E9F" format="1">
- <advance width="1824"/>
- <unicode hex="1E9F"/>
- <outline>
- <component base="delta" xOffset="96"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 80, 'rightMargin': 63}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1EFA___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1EFA___.glif
deleted file mode 100644
index 86a214172..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1EFA___.glif
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFA" format="1">
- <advance width="2592"/>
- <unicode hex="1EFA"/>
- <outline>
- <component base="L" xOffset="80"/>
- <component base="L" xOffset="848"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2306, 'leftMargin': 161, 'rightMargin': 63}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1EFB___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1EFB___.glif
deleted file mode 100644
index 4fe0e2a73..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1EFB___.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFB" format="1">
- <advance width="2080"/>
- <unicode hex="1EFB"/>
- <outline>
- <contour>
- <point x="1928" y="1916" type="line"/>
- <point x="152" y="1916" type="line"/>
- <point x="152" y="1652" type="line"/>
- <point x="1928" y="1652" type="line"/>
- </contour>
- <component base="l" xOffset="292"/>
- <component base="l" xOffset="980"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1888, 'leftMargin': 55, 'rightMargin': 55}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1EFC___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1EFC___.glif
deleted file mode 100644
index f7f85015e..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1EFC___.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFC" format="1">
- <advance width="1824"/>
- <unicode hex="1EFC"/>
- <outline>
- <contour>
- <point x="956" y="1016" type="line"/>
- <point x="1100" y="928"/>
- <point x="1184" y="804"/>
- <point x="1184" y="620" type="curve" smooth="yes"/>
- <point x="1184" y="444"/>
- <point x="1080" y="344"/>
- <point x="924" y="344" type="curve" smooth="yes"/>
- <point x="752" y="344"/>
- <point x="652" y="464"/>
- <point x="652" y="712" type="curve" smooth="yes"/>
- <point x="652" y="848" type="line" smooth="yes"/>
- <point x="652" y="1404"/>
- <point x="948" y="1608"/>
- <point x="1296" y="1668" type="curve"/>
- <point x="1252" y="2032" type="line"/>
- <point x="668" y="1968"/>
- <point x="184" y="1544"/>
- <point x="184" y="868" type="curve" smooth="yes"/>
- <point x="184" y="780" type="line" smooth="yes"/>
- <point x="184" y="272"/>
- <point x="496" y="-28"/>
- <point x="936" y="-28" type="curve" smooth="yes"/>
- <point x="1352" y="-28"/>
- <point x="1644" y="216"/>
- <point x="1644" y="648" type="curve" smooth="yes"/>
- <point x="1644" y="960"/>
- <point x="1424" y="1212"/>
- <point x="1168" y="1332" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1667, 'leftMargin': 103, 'rightMargin': 105}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1EFD___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1EFD___.glif
deleted file mode 100644
index 47e6d50a3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1EFD___.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFD" format="1">
- <advance width="1824"/>
- <unicode hex="1EFD"/>
- <outline>
- <contour>
- <point x="952" y="1016" type="line"/>
- <point x="1096" y="928"/>
- <point x="1180" y="804"/>
- <point x="1180" y="620" type="curve" smooth="yes"/>
- <point x="1180" y="436"/>
- <point x="1076" y="332"/>
- <point x="920" y="332" type="curve" smooth="yes"/>
- <point x="748" y="332"/>
- <point x="648" y="452"/>
- <point x="648" y="712" type="curve" smooth="yes"/>
- <point x="648" y="848" type="line" smooth="yes"/>
- <point x="648" y="1404"/>
- <point x="1016" y="1696"/>
- <point x="1360" y="1836" type="curve"/>
- <point x="1220" y="2176" type="line"/>
- <point x="648" y="2024"/>
- <point x="204" y="1544"/>
- <point x="204" y="868" type="curve" smooth="yes"/>
- <point x="204" y="780" type="line" smooth="yes"/>
- <point x="204" y="272"/>
- <point x="508" y="-28"/>
- <point x="932" y="-28" type="curve" smooth="yes"/>
- <point x="1340" y="-28"/>
- <point x="1624" y="216"/>
- <point x="1624" y="648" type="curve" smooth="yes"/>
- <point x="1624" y="960"/>
- <point x="1412" y="1212"/>
- <point x="1164" y="1332" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1577, 'leftMargin': 78, 'rightMargin': 80}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1EFE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1EFE___.glif
deleted file mode 100644
index 07b49cbc5..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1EFE___.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFE" format="1">
- <advance width="2080"/>
- <unicode hex="1EFE"/>
- <outline>
- <contour>
- <point x="1028" y="896" type="line"/>
- <point x="1036" y="716" type="line"/>
- <point x="1156" y="288" type="line"/>
- <point x="2024" y="2004" type="line"/>
- <point x="1536" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="756" y="2004" type="line"/>
- <point x="268" y="2004" type="line"/>
- <point x="952" y="660" type="line"/>
- <point x="1192" y="660" type="line"/>
- <point x="1264" y="884" type="line"/>
- </contour>
- <contour>
- <point x="640" y="-28" type="curve" smooth="yes"/>
- <point x="960" y="-28"/>
- <point x="1220" y="232"/>
- <point x="1220" y="552" type="curve" smooth="yes"/>
- <point x="1220" y="876"/>
- <point x="960" y="1136"/>
- <point x="640" y="1136" type="curve" smooth="yes"/>
- <point x="320" y="1136"/>
- <point x="60" y="872"/>
- <point x="60" y="552" type="curve" smooth="yes"/>
- <point x="60" y="232"/>
- <point x="320" y="-28"/>
- </contour>
- <contour>
- <point x="640" y="348" type="curve" smooth="yes"/>
- <point x="528" y="348"/>
- <point x="444" y="420"/>
- <point x="444" y="556" type="curve" smooth="yes"/>
- <point x="444" y="692"/>
- <point x="528" y="764"/>
- <point x="640" y="764" type="curve" smooth="yes"/>
- <point x="748" y="764"/>
- <point x="836" y="692"/>
- <point x="836" y="556" type="curve" smooth="yes"/>
- <point x="836" y="420"/>
- <point x="748" y="348"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2028, 'leftMargin': 44, 'rightMargin': 20}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1EFF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1EFF___.glif
deleted file mode 100644
index 18962a4bb..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1EFF___.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFF" format="1">
- <advance width="1824"/>
- <unicode hex="1EFF"/>
- <outline>
- <contour>
- <point x="800" y="1488" type="line" name="hr00"/>
- <point x="324" y="1488" type="line"/>
- <point x="700" y="404" type="line"/>
- <point x="1152" y="-44" type="line"/>
- <point x="1028" y="656" type="line"/>
- </contour>
- <contour>
- <point x="632" y="-224" type="curve" smooth="yes"/>
- <point x="520" y="-224"/>
- <point x="432" y="-156"/>
- <point x="432" y="-20" type="curve" smooth="yes"/>
- <point x="432" y="120"/>
- <point x="520" y="192"/>
- <point x="632" y="192" type="curve" smooth="yes"/>
- <point x="740" y="192"/>
- <point x="824" y="120"/>
- <point x="824" y="-20" type="curve" smooth="yes"/>
- <point x="824" y="-156"/>
- <point x="740" y="-224"/>
- </contour>
- <contour>
- <point x="620" y="-600" type="curve" smooth="yes"/>
- <point x="916" y="-600"/>
- <point x="1092" y="-468"/>
- <point x="1228" y="-72" type="curve" smooth="yes"/>
- <point x="1776" y="1488" type="line"/>
- <point x="1304" y="1488" type="line"/>
- <point x="960" y="336" type="line"/>
- <point x="1004" y="140" type="line"/>
- <point x="1212" y="-20" type="line"/>
- <point x="1212" y="304"/>
- <point x="936" y="564"/>
- <point x="628" y="564" type="curve" smooth="yes"/>
- <point x="308" y="564"/>
- <point x="48" y="300"/>
- <point x="48" y="-20" type="curve" smooth="yes"/>
- <point x="48" y="-340"/>
- <point x="308" y="-600"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1782.0, 'leftMargin': 52, 'rightMargin': 1.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_2D_.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_2D_.ccmp.glif
new file mode 100644
index 000000000..ac84c53b5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_2D_.ccmp.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1E2D.ccmp" format="2">
+ <advance width="780.0"/>
+ <anchor x="392.0" y="-560.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="1744.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="tildesubnosp" xOffset="1228.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_9D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_9D_.glif
new file mode 100644
index 000000000..cc0d8f3c5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_9D_.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1E9D" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1E9D"/>
+ <outline>
+ <contour>
+ <point x="692.0" y="0.0" type="line"/>
+ <point x="692.0" y="1608.0" type="line" smooth="yes"/>
+ <point x="692.0" y="1724.0"/>
+ <point x="772.0" y="1784.0"/>
+ <point x="908.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1784.0"/>
+ <point x="992.0" y="1780.0"/>
+ <point x="1024.0" y="1772.0" type="curve"/>
+ <point x="1024.0" y="2112.0" type="line"/>
+ <point x="960.0" y="2128.0"/>
+ <point x="888.0" y="2140.0"/>
+ <point x="812.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="2140.0"/>
+ <point x="248.0" y="1956.0"/>
+ <point x="248.0" y="1608.0" type="curve" smooth="yes"/>
+ <point x="248.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="984.0" y="1668.0" type="line"/>
+ <point x="32.0" y="1668.0" type="line"/>
+ <point x="32.0" y="1400.0" type="line"/>
+ <point x="984.0" y="1400.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_9F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_9F_.glif
new file mode 100644
index 000000000..ec8a6c8a2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_9F_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1E9F" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1E9F"/>
+ <outline>
+ <component base="delta" xOffset="96.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_C_B_.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_C_B_.ccmp.glif
new file mode 100644
index 000000000..a19f95e22
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_C_B_.ccmp.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1ECB.ccmp" format="2">
+ <advance width="780.0"/>
+ <anchor x="391.0" y="-523.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="392.0" y="1744.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="dotbelow" xOffset="1216.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_F_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_A_.glif
new file mode 100644
index 000000000..684309b97
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_A_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFA" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1EFA"/>
+ <outline>
+ <component base="L" xOffset="80.0"/>
+ <component base="L" xOffset="848.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_F_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_B_.glif
new file mode 100644
index 000000000..fbc945591
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_B_.glif
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFB" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1EFB"/>
+ <outline>
+ <contour>
+ <point x="1928.0" y="1916.0" type="line"/>
+ <point x="152.0" y="1916.0" type="line"/>
+ <point x="152.0" y="1652.0" type="line"/>
+ <point x="1928.0" y="1652.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="896.0" y="2048.0" type="line"/>
+ <point x="436.0" y="2048.0" type="line"/>
+ <point x="436.0" y="0.0" type="line"/>
+ <point x="896.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1584.0" y="2048.0" type="line"/>
+ <point x="1124.0" y="2048.0" type="line"/>
+ <point x="1124.0" y="0.0" type="line"/>
+ <point x="1584.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_F_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_C_.glif
new file mode 100644
index 000000000..04696696e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_C_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFC" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1EFC"/>
+ <outline>
+ <contour>
+ <point x="956.0" y="1016.0" type="line"/>
+ <point x="1100.0" y="928.0"/>
+ <point x="1184.0" y="804.0"/>
+ <point x="1184.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="444.0"/>
+ <point x="1080.0" y="344.0"/>
+ <point x="924.0" y="344.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="344.0"/>
+ <point x="652.0" y="464.0"/>
+ <point x="652.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="848.0" type="line" smooth="yes"/>
+ <point x="652.0" y="1404.0"/>
+ <point x="948.0" y="1608.0"/>
+ <point x="1296.0" y="1668.0" type="curve"/>
+ <point x="1252.0" y="2032.0" type="line"/>
+ <point x="668.0" y="1968.0"/>
+ <point x="184.0" y="1544.0"/>
+ <point x="184.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="184.0" y="780.0" type="line" smooth="yes"/>
+ <point x="184.0" y="272.0"/>
+ <point x="496.0" y="-28.0"/>
+ <point x="936.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="-28.0"/>
+ <point x="1644.0" y="216.0"/>
+ <point x="1644.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="960.0"/>
+ <point x="1424.0" y="1212.0"/>
+ <point x="1168.0" y="1332.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_F_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_D_.glif
new file mode 100644
index 000000000..27fc7ff14
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_D_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFD" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1EFD"/>
+ <outline>
+ <contour>
+ <point x="952.0" y="1016.0" type="line"/>
+ <point x="1096.0" y="928.0"/>
+ <point x="1180.0" y="804.0"/>
+ <point x="1180.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="436.0"/>
+ <point x="1076.0" y="332.0"/>
+ <point x="920.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="332.0"/>
+ <point x="648.0" y="452.0"/>
+ <point x="648.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="848.0" type="line" smooth="yes"/>
+ <point x="648.0" y="1404.0"/>
+ <point x="1016.0" y="1696.0"/>
+ <point x="1360.0" y="1836.0" type="curve"/>
+ <point x="1220.0" y="2176.0" type="line"/>
+ <point x="648.0" y="2024.0"/>
+ <point x="204.0" y="1544.0"/>
+ <point x="204.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="780.0" type="line" smooth="yes"/>
+ <point x="204.0" y="272.0"/>
+ <point x="508.0" y="-28.0"/>
+ <point x="932.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="-28.0"/>
+ <point x="1624.0" y="216.0"/>
+ <point x="1624.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1624.0" y="960.0"/>
+ <point x="1412.0" y="1212.0"/>
+ <point x="1164.0" y="1332.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_F_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_E_.glif
new file mode 100644
index 000000000..9e357caeb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_E_.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFE" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1EFE"/>
+ <outline>
+ <contour>
+ <point x="1028.0" y="896.0" type="line"/>
+ <point x="1036.0" y="716.0" type="line"/>
+ <point x="1156.0" y="288.0" type="line"/>
+ <point x="2024.0" y="2004.0" type="line"/>
+ <point x="1536.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="756.0" y="2004.0" type="line"/>
+ <point x="268.0" y="2004.0" type="line"/>
+ <point x="952.0" y="660.0" type="line"/>
+ <point x="1192.0" y="660.0" type="line"/>
+ <point x="1264.0" y="884.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="640.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="-28.0"/>
+ <point x="1220.0" y="232.0"/>
+ <point x="1220.0" y="552.0" type="curve" smooth="yes"/>
+ <point x="1220.0" y="876.0"/>
+ <point x="960.0" y="1136.0"/>
+ <point x="640.0" y="1136.0" type="curve" smooth="yes"/>
+ <point x="320.0" y="1136.0"/>
+ <point x="60.0" y="872.0"/>
+ <point x="60.0" y="552.0" type="curve" smooth="yes"/>
+ <point x="60.0" y="232.0"/>
+ <point x="320.0" y="-28.0"/>
+ </contour>
+ <contour>
+ <point x="640.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="348.0"/>
+ <point x="444.0" y="420.0"/>
+ <point x="444.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="692.0"/>
+ <point x="528.0" y="764.0"/>
+ <point x="640.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="764.0"/>
+ <point x="836.0" y="692.0"/>
+ <point x="836.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="420.0"/>
+ <point x="748.0" y="348.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1E_F_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_F_.glif
new file mode 100644
index 000000000..d1651821f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1E_F_F_.glif
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFF" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1EFF"/>
+ <outline>
+ <contour>
+ <point x="800.0" y="1488.0" type="line"/>
+ <point x="324.0" y="1488.0" type="line"/>
+ <point x="700.0" y="404.0" type="line"/>
+ <point x="1152.0" y="-44.0" type="line"/>
+ <point x="1028.0" y="656.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="632.0" y="-224.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="-224.0"/>
+ <point x="432.0" y="-156.0"/>
+ <point x="432.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="120.0"/>
+ <point x="520.0" y="192.0"/>
+ <point x="632.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="192.0"/>
+ <point x="824.0" y="120.0"/>
+ <point x="824.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="824.0" y="-156.0"/>
+ <point x="740.0" y="-224.0"/>
+ </contour>
+ <contour>
+ <point x="620.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="-600.0"/>
+ <point x="1092.0" y="-468.0"/>
+ <point x="1228.0" y="-72.0" type="curve" smooth="yes"/>
+ <point x="1776.0" y="1488.0" type="line"/>
+ <point x="1304.0" y="1488.0" type="line"/>
+ <point x="960.0" y="336.0" type="line"/>
+ <point x="1004.0" y="140.0" type="line"/>
+ <point x="1212.0" y="-20.0" type="line"/>
+ <point x="1212.0" y="304.0"/>
+ <point x="936.0" y="564.0"/>
+ <point x="628.0" y="564.0" type="curve" smooth="yes"/>
+ <point x="308.0" y="564.0"/>
+ <point x="48.0" y="300.0"/>
+ <point x="48.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="48.0" y="-340.0"/>
+ <point x="308.0" y="-600.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.4</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F16A__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F16A__.glif
deleted file mode 100644
index 64ced6546..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1F16A__.glif
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1F16A" format="1">
- <advance width="2080"/>
- <unicode hex="1F16A"/>
- <outline>
- <contour>
- <point x="664" y="1512" type="line"/>
- <point x="516" y="2004" type="line"/>
- <point x="348" y="2004" type="line"/>
- <point x="608" y="1256" type="line"/>
- <point x="720" y="1256" type="line"/>
- <point x="980" y="2004" type="line"/>
- <point x="816" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="472" y="2004" type="line"/>
- <point x="276" y="2004" type="line"/>
- <point x="276" y="1256" type="line"/>
- <point x="472" y="1256" type="line"/>
- </contour>
- <contour>
- <point x="852" y="1256" type="line"/>
- <point x="1044" y="1256" type="line"/>
- <point x="1044" y="2004" type="line"/>
- <point x="852" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1496" y="1400" type="curve" smooth="yes"/>
- <point x="1412" y="1400"/>
- <point x="1376" y="1468"/>
- <point x="1376" y="1548" type="curve" smooth="yes"/>
- <point x="1376" y="1708" type="line" smooth="yes"/>
- <point x="1376" y="1792"/>
- <point x="1412" y="1856"/>
- <point x="1496" y="1856" type="curve" smooth="yes"/>
- <point x="1568" y="1856"/>
- <point x="1592" y="1812"/>
- <point x="1604" y="1744" type="curve"/>
- <point x="1804" y="1744" type="line"/>
- <point x="1792" y="1924"/>
- <point x="1684" y="2012"/>
- <point x="1496" y="2012" type="curve" smooth="yes"/>
- <point x="1296" y="2012"/>
- <point x="1180" y="1888"/>
- <point x="1180" y="1708" type="curve" smooth="yes"/>
- <point x="1180" y="1548" type="line" smooth="yes"/>
- <point x="1180" y="1368"/>
- <point x="1296" y="1240"/>
- <point x="1496" y="1240" type="curve" smooth="yes"/>
- <point x="1684" y="1240"/>
- <point x="1792" y="1332"/>
- <point x="1804" y="1516" type="curve"/>
- <point x="1604" y="1516" type="line"/>
- <point x="1592" y="1436"/>
- <point x="1576" y="1400"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1928, 'leftMargin': 199, 'rightMargin': 200}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F16B__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F16B__.glif
deleted file mode 100644
index de535ec63..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1F16B__.glif
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1F16B" format="1">
- <advance width="2080"/>
- <unicode hex="1F16B"/>
- <outline>
- <contour>
- <point x="656" y="1512" type="line"/>
- <point x="508" y="2004" type="line"/>
- <point x="340" y="2004" type="line"/>
- <point x="600" y="1256" type="line"/>
- <point x="712" y="1256" type="line"/>
- <point x="972" y="2004" type="line"/>
- <point x="808" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="464" y="2004" type="line"/>
- <point x="268" y="2004" type="line"/>
- <point x="268" y="1256" type="line"/>
- <point x="464" y="1256" type="line"/>
- </contour>
- <contour>
- <point x="844" y="1256" type="line"/>
- <point x="1036" y="1256" type="line"/>
- <point x="1036" y="2004" type="line"/>
- <point x="844" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1488" y="1256" type="line"/>
- <point x="1684" y="1256"/>
- <point x="1812" y="1380"/>
- <point x="1812" y="1560" type="curve" smooth="yes"/>
- <point x="1812" y="1696" type="line" smooth="yes"/>
- <point x="1812" y="1876"/>
- <point x="1684" y="2004"/>
- <point x="1488" y="2004" type="curve" smooth="yes"/>
- <point x="1276" y="2004" type="line"/>
- <point x="1276" y="1844" type="line"/>
- <point x="1488" y="1844" type="line" smooth="yes"/>
- <point x="1572" y="1844"/>
- <point x="1620" y="1780"/>
- <point x="1620" y="1696" type="curve" smooth="yes"/>
- <point x="1620" y="1560" type="line" smooth="yes"/>
- <point x="1620" y="1480"/>
- <point x="1572" y="1416"/>
- <point x="1488" y="1416" type="curve" smooth="yes"/>
- <point x="1280" y="1416" type="line"/>
- <point x="1276" y="1256" type="line"/>
- </contour>
- <contour>
- <point x="1384" y="2004" type="line"/>
- <point x="1188" y="2004" type="line"/>
- <point x="1188" y="1256" type="line"/>
- <point x="1384" y="1256" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1943, 'leftMargin': 199, 'rightMargin': 199}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FBD___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FBD___.glif
deleted file mode 100644
index d97b80570..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FBD___.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FBD" format="1">
- <advance width="544"/>
- <unicode hex="1FBD"/>
- <outline>
- <contour>
- <point x="440" y="2056" type="line"/>
- <point x="208" y="2056" type="line"/>
- <point x="208" y="1928" type="line" smooth="yes"/>
- <point x="208" y="1824"/>
- <point x="184" y="1744"/>
- <point x="104" y="1692" type="curve"/>
- <point x="220" y="1560" type="line"/>
- <point x="344" y="1620"/>
- <point x="440" y="1748"/>
- <point x="440" y="1920" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="512" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="240" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 620, 'leftMargin': 114, 'rightMargin': 168}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FBE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FBE___.glif
deleted file mode 100644
index 695ff2bf1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FBE___.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FBE" format="1">
- <advance width="800"/>
- <unicode hex="1FBE"/>
- <outline>
- <contour>
- <point x="204" y="-140" type="line"/>
- <point x="204" y="-464" type="line" smooth="yes"/>
- <point x="204" y="-648"/>
- <point x="320" y="-724"/>
- <point x="464" y="-724" type="curve" smooth="yes"/>
- <point x="516" y="-724"/>
- <point x="556" y="-716"/>
- <point x="596" y="-704" type="curve"/>
- <point x="596" y="-536" type="line"/>
- <point x="580" y="-536"/>
- <point x="564" y="-540"/>
- <point x="536" y="-540" type="curve" smooth="yes"/>
- <point x="480" y="-540"/>
- <point x="460" y="-520"/>
- <point x="460" y="-464" type="curve" smooth="yes"/>
- <point x="460" y="-140" type="line"/>
- </contour>
- <contour>
- <point x="328" y="0" type="move" name="_bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 637, 'leftMargin': 138, 'rightMargin': 109}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FBF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FBF___.glif
deleted file mode 100644
index 895f9b540..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FBF___.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FBF" format="1">
- <advance width="544"/>
- <unicode hex="1FBF"/>
- <outline>
- <contour>
- <point x="440" y="2056" type="line"/>
- <point x="208" y="2056" type="line"/>
- <point x="208" y="1928" type="line" smooth="yes"/>
- <point x="208" y="1824"/>
- <point x="184" y="1744"/>
- <point x="104" y="1692" type="curve"/>
- <point x="220" y="1560" type="line"/>
- <point x="344" y="1620"/>
- <point x="440" y="1748"/>
- <point x="440" y="1920" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="512" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="240" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 620, 'leftMargin': 114, 'rightMargin': 168}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FC0__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FC0__.glif
deleted file mode 100644
index 61ee58d46..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FC0__.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FC0" format="1">
- <advance width="1312"/>
- <unicode hex="1FC0"/>
- <outline>
- <component base="tilde"/>
- <contour>
- <point x="668" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1357, 'leftMargin': 112, 'rightMargin': 189}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FC1__.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FC1__.glif
deleted file mode 100644
index f96f090c9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FC1__.glif
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FC1" format="1">
- <advance width="1312"/>
- <unicode hex="1FC1"/>
- <outline>
- <contour>
- <point x="120" y="1836" type="curve" smooth="yes"/>
- <point x="120" y="1732"/>
- <point x="204" y="1652"/>
- <point x="336" y="1652" type="curve" smooth="yes"/>
- <point x="464" y="1652"/>
- <point x="552" y="1732"/>
- <point x="552" y="1836" type="curve" smooth="yes"/>
- <point x="552" y="1940"/>
- <point x="464" y="2020"/>
- <point x="336" y="2020" type="curve" smooth="yes"/>
- <point x="204" y="2020"/>
- <point x="120" y="1940"/>
- </contour>
- <contour>
- <point x="764" y="1836" type="curve" smooth="yes"/>
- <point x="764" y="1732"/>
- <point x="848" y="1652"/>
- <point x="980" y="1652" type="curve" smooth="yes"/>
- <point x="1108" y="1652"/>
- <point x="1196" y="1732"/>
- <point x="1196" y="1836" type="curve" smooth="yes"/>
- <point x="1196" y="1940"/>
- <point x="1108" y="2020"/>
- <point x="980" y="2020" type="curve" smooth="yes"/>
- <point x="848" y="2020"/>
- <point x="764" y="1940"/>
- </contour>
- <contour>
- <point x="884" y="2432" type="line"/>
- <point x="884" y="2368"/>
- <point x="844" y="2316"/>
- <point x="800" y="2316" type="curve" smooth="yes"/>
- <point x="688" y="2316"/>
- <point x="588" y="2404"/>
- <point x="472" y="2404" type="curve" smooth="yes"/>
- <point x="340" y="2404"/>
- <point x="248" y="2284"/>
- <point x="248" y="2156" type="curve"/>
- <point x="432" y="2104" type="line"/>
- <point x="432" y="2168"/>
- <point x="468" y="2220"/>
- <point x="516" y="2220" type="curve" smooth="yes"/>
- <point x="632" y="2220"/>
- <point x="700" y="2132"/>
- <point x="844" y="2132" type="curve" smooth="yes"/>
- <point x="972" y="2132"/>
- <point x="1068" y="2248"/>
- <point x="1068" y="2380" type="curve"/>
- </contour>
- <contour>
- <point x="652" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1368, 'leftMargin': 146, 'rightMargin': 146}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FCD___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FCD___.glif
deleted file mode 100644
index 1230c9902..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FCD___.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FCD" format="1">
- <advance width="1312"/>
- <unicode hex="1FCD"/>
- <outline>
- <contour>
- <point x="1072" y="1624" type="line"/>
- <point x="920" y="2056" type="line"/>
- <point x="628" y="2056" type="line"/>
- <point x="628" y="2028" type="line"/>
- <point x="948" y="1588" type="line"/>
- <point x="1072" y="1588" type="line"/>
- </contour>
- <contour>
- <point x="580" y="2056" type="line"/>
- <point x="344" y="2056" type="line"/>
- <point x="344" y="1928" type="line" smooth="yes"/>
- <point x="344" y="1824"/>
- <point x="320" y="1744"/>
- <point x="240" y="1692" type="curve"/>
- <point x="356" y="1560" type="line"/>
- <point x="484" y="1620"/>
- <point x="580" y="1748"/>
- <point x="580" y="1920" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1128" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="672" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1059, 'leftMargin': 114, 'rightMargin': 113}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FCE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FCE___.glif
deleted file mode 100644
index 68a84db2d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FCE___.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FCE" format="1">
- <advance width="1312"/>
- <unicode hex="1FCE"/>
- <outline>
- <contour>
- <point x="628" y="1588" type="line"/>
- <point x="756" y="1588" type="line"/>
- <point x="1072" y="2028" type="line"/>
- <point x="1072" y="2056" type="line"/>
- <point x="784" y="2056" type="line"/>
- <point x="628" y="1624" type="line"/>
- </contour>
- <contour>
- <point x="580" y="2056" type="line"/>
- <point x="344" y="2056" type="line"/>
- <point x="344" y="1928" type="line" smooth="yes"/>
- <point x="344" y="1824"/>
- <point x="320" y="1744"/>
- <point x="240" y="1692" type="curve"/>
- <point x="356" y="1560" type="line"/>
- <point x="484" y="1620"/>
- <point x="580" y="1748"/>
- <point x="580" y="1920" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1028" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="568" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1059, 'leftMargin': 114, 'rightMargin': 113}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FCF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FCF___.glif
deleted file mode 100644
index db81ce4b2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FCF___.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FCF" format="1">
- <advance width="1056"/>
- <unicode hex="1FCF"/>
- <outline>
- <contour>
- <point x="756" y="2344" type="line"/>
- <point x="756" y="2276"/>
- <point x="716" y="2228"/>
- <point x="668" y="2228" type="curve" smooth="yes"/>
- <point x="556" y="2228"/>
- <point x="460" y="2316"/>
- <point x="344" y="2316" type="curve" smooth="yes"/>
- <point x="212" y="2316"/>
- <point x="120" y="2196"/>
- <point x="120" y="2064" type="curve"/>
- <point x="300" y="2012" type="line"/>
- <point x="300" y="2080"/>
- <point x="336" y="2132"/>
- <point x="388" y="2132" type="curve" smooth="yes"/>
- <point x="504" y="2132"/>
- <point x="568" y="2040"/>
- <point x="712" y="2040" type="curve" smooth="yes"/>
- <point x="844" y="2040"/>
- <point x="936" y="2156"/>
- <point x="936" y="2288" type="curve"/>
- </contour>
- <contour>
- <point x="660" y="1968" type="line"/>
- <point x="440" y="1968" type="line"/>
- <point x="440" y="1864" type="line" smooth="yes"/>
- <point x="440" y="1776"/>
- <point x="420" y="1708"/>
- <point x="344" y="1668" type="curve"/>
- <point x="452" y="1560" type="line"/>
- <point x="568" y="1608"/>
- <point x="660" y="1712"/>
- <point x="660" y="1856" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="800" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="468" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1110, 'leftMargin': 146, 'rightMargin': 146}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FDD___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FDD___.glif
deleted file mode 100644
index f9f40fd48..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FDD___.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FDD" format="1">
- <advance width="1056"/>
- <unicode hex="1FDD"/>
- <outline>
- <contour>
- <point x="924" y="1624" type="line"/>
- <point x="772" y="2056" type="line"/>
- <point x="480" y="2056" type="line"/>
- <point x="480" y="2028" type="line"/>
- <point x="796" y="1588" type="line"/>
- <point x="924" y="1588" type="line"/>
- </contour>
- <contour>
- <point x="132" y="1920" type="line"/>
- <point x="132" y="1748"/>
- <point x="228" y="1620"/>
- <point x="356" y="1560" type="curve"/>
- <point x="472" y="1692" type="line"/>
- <point x="392" y="1744"/>
- <point x="368" y="1824"/>
- <point x="368" y="1928" type="curve" smooth="yes"/>
- <point x="368" y="2056" type="line"/>
- <point x="132" y="2056" type="line"/>
- </contour>
- <contour>
- <point x="964" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="592" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1018, 'leftMargin': 114, 'rightMargin': 113}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FDE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FDE___.glif
deleted file mode 100644
index f5d1886fe..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FDE___.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FDE" format="1">
- <advance width="1312"/>
- <unicode hex="1FDE"/>
- <outline>
- <contour>
- <point x="644" y="1588" type="line"/>
- <point x="768" y="1588" type="line"/>
- <point x="1088" y="2028" type="line"/>
- <point x="1088" y="2056" type="line"/>
- <point x="796" y="2056" type="line"/>
- <point x="644" y="1624" type="line"/>
- </contour>
- <contour>
- <point x="228" y="1920" type="line"/>
- <point x="228" y="1748"/>
- <point x="324" y="1620"/>
- <point x="448" y="1560" type="curve"/>
- <point x="564" y="1692" type="line"/>
- <point x="484" y="1744"/>
- <point x="460" y="1824"/>
- <point x="460" y="1928" type="curve" smooth="yes"/>
- <point x="460" y="2056" type="line"/>
- <point x="228" y="2056" type="line"/>
- </contour>
- <contour>
- <point x="1044" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="580" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1086, 'leftMargin': 114, 'rightMargin': 112}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FDF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FDF___.glif
deleted file mode 100644
index a0dfd5467..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FDF___.glif
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FDF" format="1">
- <advance width="1056"/>
- <unicode hex="1FDF"/>
- <outline>
- <contour>
- <point x="440" y="1856" type="line"/>
- <point x="440" y="1712"/>
- <point x="532" y="1608"/>
- <point x="644" y="1560" type="curve"/>
- <point x="756" y="1668" type="line"/>
- <point x="680" y="1708"/>
- <point x="660" y="1776"/>
- <point x="660" y="1864" type="curve" smooth="yes"/>
- <point x="660" y="1968" type="line"/>
- <point x="440" y="1968" type="line"/>
- </contour>
- <contour>
- <point x="756" y="2344" type="line"/>
- <point x="756" y="2276"/>
- <point x="716" y="2228"/>
- <point x="668" y="2228" type="curve" smooth="yes"/>
- <point x="556" y="2228"/>
- <point x="460" y="2316"/>
- <point x="344" y="2316" type="curve" smooth="yes"/>
- <point x="212" y="2316"/>
- <point x="120" y="2196"/>
- <point x="120" y="2064" type="curve"/>
- <point x="300" y="2012" type="line"/>
- <point x="300" y="2080"/>
- <point x="336" y="2132"/>
- <point x="388" y="2132" type="curve" smooth="yes"/>
- <point x="504" y="2132"/>
- <point x="568" y="2040"/>
- <point x="712" y="2040" type="curve" smooth="yes"/>
- <point x="844" y="2040"/>
- <point x="936" y="2156"/>
- <point x="936" y="2288" type="curve"/>
- </contour>
- <contour>
- <point x="844" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="552" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>562.375</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1110, 'leftMargin': 146, 'rightMargin': 146}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FED___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FED___.glif
deleted file mode 100644
index dc0efbfc7..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FED___.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FED" format="1">
- <advance width="1312"/>
- <unicode hex="1FED"/>
- <outline>
- <contour>
- <point x="120" y="1836" type="curve" smooth="yes"/>
- <point x="120" y="1732"/>
- <point x="204" y="1652"/>
- <point x="336" y="1652" type="curve" smooth="yes"/>
- <point x="464" y="1652"/>
- <point x="552" y="1732"/>
- <point x="552" y="1836" type="curve" smooth="yes"/>
- <point x="552" y="1940"/>
- <point x="464" y="2020"/>
- <point x="336" y="2020" type="curve" smooth="yes"/>
- <point x="204" y="2020"/>
- <point x="120" y="1940"/>
- </contour>
- <contour>
- <point x="764" y="1836" type="curve" smooth="yes"/>
- <point x="764" y="1732"/>
- <point x="848" y="1652"/>
- <point x="980" y="1652" type="curve" smooth="yes"/>
- <point x="1108" y="1652"/>
- <point x="1196" y="1732"/>
- <point x="1196" y="1836" type="curve" smooth="yes"/>
- <point x="1196" y="1940"/>
- <point x="1108" y="2020"/>
- <point x="980" y="2020" type="curve" smooth="yes"/>
- <point x="848" y="2020"/>
- <point x="764" y="1940"/>
- </contour>
- <contour>
- <point x="668" y="2276" type="line"/>
- <point x="368" y="2276" type="line"/>
- <point x="560" y="2024" type="line"/>
- <point x="788" y="2024" type="line"/>
- </contour>
- <contour>
- <point x="664" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1368, 'leftMargin': 146, 'rightMargin': 146}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FEE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FEE___.glif
deleted file mode 100644
index 938aee4b0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FEE___.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FEE" format="1">
- <advance width="1312"/>
- <unicode hex="1FEE"/>
- <outline>
- <contour>
- <point x="120" y="1836" type="curve" smooth="yes"/>
- <point x="120" y="1732"/>
- <point x="204" y="1652"/>
- <point x="336" y="1652" type="curve" smooth="yes"/>
- <point x="464" y="1652"/>
- <point x="552" y="1732"/>
- <point x="552" y="1836" type="curve" smooth="yes"/>
- <point x="552" y="1940"/>
- <point x="464" y="2020"/>
- <point x="336" y="2020" type="curve" smooth="yes"/>
- <point x="204" y="2020"/>
- <point x="120" y="1940"/>
- </contour>
- <contour>
- <point x="764" y="1836" type="curve" smooth="yes"/>
- <point x="764" y="1732"/>
- <point x="848" y="1652"/>
- <point x="980" y="1652" type="curve" smooth="yes"/>
- <point x="1108" y="1652"/>
- <point x="1196" y="1732"/>
- <point x="1196" y="1836" type="curve" smooth="yes"/>
- <point x="1196" y="1940"/>
- <point x="1108" y="2020"/>
- <point x="980" y="2020" type="curve" smooth="yes"/>
- <point x="848" y="2020"/>
- <point x="764" y="1940"/>
- </contour>
- <contour>
- <point x="520" y="2024" type="line"/>
- <point x="748" y="2024" type="line"/>
- <point x="940" y="2276" type="line"/>
- <point x="640" y="2276" type="line"/>
- </contour>
- <contour>
- <point x="664" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1368, 'leftMargin': 146, 'rightMargin': 146}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FEF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FEF___.glif
deleted file mode 100644
index c2dfb85b0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FEF___.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FEF" format="1">
- <advance width="800"/>
- <unicode hex="1FEF"/>
- <outline>
- <contour>
- <point x="620" y="1560" type="line"/>
- <point x="620" y="1600" type="line"/>
- <point x="468" y="2028" type="line"/>
- <point x="180" y="2028" type="line"/>
- <point x="180" y="2000" type="line"/>
- <point x="496" y="1560" type="line"/>
- </contour>
- <contour>
- <point x="508" y="1624" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="680" y="2000" type="move" name="_tonos"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 699, 'leftMargin': 138, 'rightMargin': 119}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FFD___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FFD___.glif
deleted file mode 100644
index e4fb5864a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FFD___.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FFD" format="1">
- <advance width="800"/>
- <unicode hex="1FFD"/>
- <outline>
- <contour>
- <point x="180" y="1600" type="line"/>
- <point x="332" y="2028" type="line"/>
- <point x="620" y="2028" type="line"/>
- <point x="620" y="2000" type="line"/>
- <point x="304" y="1560" type="line"/>
- <point x="180" y="1560" type="line"/>
- </contour>
- <contour>
- <point x="236" y="1624" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="584" y="2000" type="move" name="_tonos"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 699, 'leftMargin': 131, 'rightMargin': 126}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1FFE___.glif b/src/Inter-UI-Black.ufo/glyphs/uni1FFE___.glif
deleted file mode 100644
index a410da289..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni1FFE___.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FFE" format="1">
- <advance width="800"/>
- <unicode hex="1FFE"/>
- <outline>
- <contour>
- <point x="232" y="1920" type="line"/>
- <point x="232" y="1748"/>
- <point x="328" y="1620"/>
- <point x="452" y="1560" type="curve"/>
- <point x="568" y="1692" type="line"/>
- <point x="492" y="1744"/>
- <point x="464" y="1824"/>
- <point x="464" y="1928" type="curve" smooth="yes"/>
- <point x="464" y="2056" type="line"/>
- <point x="232" y="2056" type="line"/>
- </contour>
- <contour>
- <point x="452" y="1624" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="612" y="2000" type="move" name="_tonos"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 620, 'leftMargin': 169, 'rightMargin': 113}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_00.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_00.glif
new file mode 100644
index 000000000..39bd5feb4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_00.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F00" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F00"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBD" xOffset="620.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_01.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_01.glif
new file mode 100644
index 000000000..60114aa1c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_01.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F01" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F01"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FFE" xOffset="408.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_02.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_02.glif
new file mode 100644
index 000000000..f49bc86dc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_02.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F02" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F02"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FCD" xOffset="188.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_03.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_03.glif
new file mode 100644
index 000000000..a7245a450
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_03.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F03" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F03"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FDD" xOffset="268.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_04.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_04.glif
new file mode 100644
index 000000000..d3fdac6ed
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_04.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F04" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F04"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FCE" xOffset="292.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_05.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_05.glif
new file mode 100644
index 000000000..4a86d80a0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_05.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F05" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F05"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FDE" xOffset="280.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_06.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_06.glif
new file mode 100644
index 000000000..a07837d9b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_06.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F06" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F06"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FCF" xOffset="392.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_07.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_07.glif
new file mode 100644
index 000000000..779d1b59a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_07.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F07" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F07"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FDF" xOffset="308.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_08.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_08.glif
new file mode 100644
index 000000000..638eda23b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_08.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F08" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F08"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBD" xOffset="56.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_09.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_09.glif
new file mode 100644
index 000000000..26b94dcfd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_09.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F09" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F09"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FFE" xOffset="-44.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_0A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_0A_.glif
new file mode 100644
index 000000000..e32a39a6d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_0A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0A" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F0A"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FCD" xOffset="-560.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_0B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_0B_.glif
new file mode 100644
index 000000000..f75f39de3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_0B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0B" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F0B"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FDD" xOffset="-396.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_0C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_0C_.glif
new file mode 100644
index 000000000..f10ef591f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_0C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0C" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F0C"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FCE" xOffset="-460.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_0D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_0D_.glif
new file mode 100644
index 000000000..f3c8f34bf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_0D_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0D" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F0D"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FDE" xOffset="-476.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_0E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_0E_.glif
new file mode 100644
index 000000000..17bd4d71f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_0E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0E" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F0E"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FCF" xOffset="-232.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_0F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_0F_.glif
new file mode 100644
index 000000000..3d25c5dc7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_0F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0F" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F0F"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FDF" xOffset="-276.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_10.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_10.glif
new file mode 100644
index 000000000..923c927f7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_10.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F10" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1F10"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FBD" xOffset="676.0" yOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_11.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_11.glif
new file mode 100644
index 000000000..7c08bf99f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_11.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F11" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1F11"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FFE" xOffset="464.0" yOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_12.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_12.glif
new file mode 100644
index 000000000..94b022530
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_12.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F12" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1F12"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FCD" xOffset="244.0" yOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_13.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_13.glif
new file mode 100644
index 000000000..a01fbb5ce
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_13.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F13" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1F13"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FDD" xOffset="324.0" yOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_14.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_14.glif
new file mode 100644
index 000000000..d13f903a0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_14.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F14" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1F14"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FCE" xOffset="348.0" yOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_15.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_15.glif
new file mode 100644
index 000000000..61aafa420
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_15.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F15" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1F15"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FDE" xOffset="336.0" yOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_16A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_16A_.glif
new file mode 100644
index 000000000..57fe8245e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_16A_.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F16A" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1F16A"/>
+ <outline>
+ <contour>
+ <point x="664.0" y="1512.0" type="line"/>
+ <point x="516.0" y="2004.0" type="line"/>
+ <point x="348.0" y="2004.0" type="line"/>
+ <point x="608.0" y="1256.0" type="line"/>
+ <point x="720.0" y="1256.0" type="line"/>
+ <point x="980.0" y="2004.0" type="line"/>
+ <point x="816.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="472.0" y="2004.0" type="line"/>
+ <point x="276.0" y="2004.0" type="line"/>
+ <point x="276.0" y="1256.0" type="line"/>
+ <point x="472.0" y="1256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="852.0" y="1256.0" type="line"/>
+ <point x="1044.0" y="1256.0" type="line"/>
+ <point x="1044.0" y="2004.0" type="line"/>
+ <point x="852.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1496.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="1412.0" y="1400.0"/>
+ <point x="1376.0" y="1468.0"/>
+ <point x="1376.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="1376.0" y="1708.0" type="line" smooth="yes"/>
+ <point x="1376.0" y="1792.0"/>
+ <point x="1412.0" y="1856.0"/>
+ <point x="1496.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1568.0" y="1856.0"/>
+ <point x="1592.0" y="1812.0"/>
+ <point x="1604.0" y="1744.0" type="curve"/>
+ <point x="1804.0" y="1744.0" type="line"/>
+ <point x="1792.0" y="1924.0"/>
+ <point x="1684.0" y="2012.0"/>
+ <point x="1496.0" y="2012.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="2012.0"/>
+ <point x="1180.0" y="1888.0"/>
+ <point x="1180.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="1548.0" type="line" smooth="yes"/>
+ <point x="1180.0" y="1368.0"/>
+ <point x="1296.0" y="1240.0"/>
+ <point x="1496.0" y="1240.0" type="curve" smooth="yes"/>
+ <point x="1684.0" y="1240.0"/>
+ <point x="1792.0" y="1332.0"/>
+ <point x="1804.0" y="1516.0" type="curve"/>
+ <point x="1604.0" y="1516.0" type="line"/>
+ <point x="1592.0" y="1436.0"/>
+ <point x="1576.0" y="1400.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_16B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_16B_.glif
new file mode 100644
index 000000000..0c6ccc5f0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_16B_.glif
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F16B" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1F16B"/>
+ <outline>
+ <contour>
+ <point x="656.0" y="1512.0" type="line"/>
+ <point x="508.0" y="2004.0" type="line"/>
+ <point x="340.0" y="2004.0" type="line"/>
+ <point x="600.0" y="1256.0" type="line"/>
+ <point x="712.0" y="1256.0" type="line"/>
+ <point x="972.0" y="2004.0" type="line"/>
+ <point x="808.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="464.0" y="2004.0" type="line"/>
+ <point x="268.0" y="2004.0" type="line"/>
+ <point x="268.0" y="1256.0" type="line"/>
+ <point x="464.0" y="1256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="844.0" y="1256.0" type="line"/>
+ <point x="1036.0" y="1256.0" type="line"/>
+ <point x="1036.0" y="2004.0" type="line"/>
+ <point x="844.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1488.0" y="1256.0" type="line"/>
+ <point x="1684.0" y="1256.0"/>
+ <point x="1812.0" y="1380.0"/>
+ <point x="1812.0" y="1560.0" type="curve" smooth="yes"/>
+ <point x="1812.0" y="1696.0" type="line" smooth="yes"/>
+ <point x="1812.0" y="1876.0"/>
+ <point x="1684.0" y="2004.0"/>
+ <point x="1488.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="2004.0" type="line"/>
+ <point x="1276.0" y="1844.0" type="line"/>
+ <point x="1488.0" y="1844.0" type="line" smooth="yes"/>
+ <point x="1572.0" y="1844.0"/>
+ <point x="1620.0" y="1780.0"/>
+ <point x="1620.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="1560.0" type="line" smooth="yes"/>
+ <point x="1620.0" y="1480.0"/>
+ <point x="1572.0" y="1416.0"/>
+ <point x="1488.0" y="1416.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="1416.0" type="line"/>
+ <point x="1276.0" y="1256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1384.0" y="2004.0" type="line"/>
+ <point x="1188.0" y="2004.0" type="line"/>
+ <point x="1188.0" y="1256.0" type="line"/>
+ <point x="1384.0" y="1256.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_18.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_18.glif
new file mode 100644
index 000000000..4368d1bda
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_18.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F18" format="2">
+ <advance width="1756.0"/>
+ <unicode hex="1F18"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1748.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1684.0" y="2200.0" name="top0315"/>
+ <anchor x="1684.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="uni1FBD" xOffset="-484.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_19.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_19.glif
new file mode 100644
index 000000000..6fd17a84d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_19.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F19" format="2">
+ <advance width="1756.0"/>
+ <unicode hex="1F19"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1748.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1684.0" y="2200.0" name="top0315"/>
+ <anchor x="1684.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-584.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_1A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_1A_.glif
new file mode 100644
index 000000000..2e340565b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_1A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F1A" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1F1A"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1798.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1734.0" y="2200.0" name="top0315"/>
+ <anchor x="1734.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="150.0"/>
+ <component base="uni1FCD" xOffset="-1050.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_1B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_1B_.glif
new file mode 100644
index 000000000..7fceec009
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_1B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F1B" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1F1B"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1798.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1734.0" y="2200.0" name="top0315"/>
+ <anchor x="1734.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="150.0"/>
+ <component base="uni1FDD" xOffset="-886.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_1C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_1C_.glif
new file mode 100644
index 000000000..f2642aefd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_1C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F1C" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1F1C"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1798.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1734.0" y="2200.0" name="top0315"/>
+ <anchor x="1734.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="150.0"/>
+ <component base="uni1FCE" xOffset="-950.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_1D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_1D_.glif
new file mode 100644
index 000000000..3e195968d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_1D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F1D" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1F1D"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1798.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1734.0" y="2200.0" name="top0315"/>
+ <anchor x="1734.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="150.0"/>
+ <component base="uni1FDE" xOffset="-966.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_20.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_20.glif
new file mode 100644
index 000000000..eaf77bbea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_20.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F20" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F20"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBD" xOffset="636.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_21.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_21.glif
new file mode 100644
index 000000000..d517654ea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_21.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F21" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F21"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FFE" xOffset="424.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_22.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_22.glif
new file mode 100644
index 000000000..db1054527
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_22.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F22" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F22"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FCD" xOffset="204.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_23.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_23.glif
new file mode 100644
index 000000000..84d6665b7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_23.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F23" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F23"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FDD" xOffset="284.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_24.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_24.glif
new file mode 100644
index 000000000..9cb8aba50
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_24.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F24" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F24"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FCE" xOffset="308.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_25.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_25.glif
new file mode 100644
index 000000000..1a0c7addf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_25.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F25" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F25"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FDE" xOffset="296.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_26.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_26.glif
new file mode 100644
index 000000000..124fe92c4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_26.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F26" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F26"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FCF" xOffset="408.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_27.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_27.glif
new file mode 100644
index 000000000..eee636f3d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_27.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F27" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F27"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FDF" xOffset="324.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_28.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_28.glif
new file mode 100644
index 000000000..575bf9181
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_28.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F28" format="2">
+ <advance width="2052.0"/>
+ <unicode hex="1F28"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2132.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2132.0" y="2200.0" name="top0315"/>
+ <anchor x="2132.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FBD" xOffset="-500.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_29.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_29.glif
new file mode 100644
index 000000000..096951f22
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_29.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F29" format="2">
+ <advance width="2052.0"/>
+ <unicode hex="1F29"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2132.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2132.0" y="2200.0" name="top0315"/>
+ <anchor x="2132.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-600.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_2A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_2A_.glif
new file mode 100644
index 000000000..3c68a86f4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_2A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2A" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F2A"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FCD" xOffset="-1066.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_2B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_2B_.glif
new file mode 100644
index 000000000..6d45d4295
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_2B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2B" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F2B"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FDD" xOffset="-902.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_2C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_2C_.glif
new file mode 100644
index 000000000..8baaada41
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_2C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2C" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F2C"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FCE" xOffset="-966.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_2D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_2D_.glif
new file mode 100644
index 000000000..76857d1e7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_2D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2D" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F2D"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FDE" xOffset="-982.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_2E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_2E_.glif
new file mode 100644
index 000000000..ad6dbac0f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_2E_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2E" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F2E"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FCF" xOffset="-738.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_2F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_2F_.glif
new file mode 100644
index 000000000..ebdc8b68d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_2F_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2F" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F2F"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FDF" xOffset="-782.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_30.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_30.glif
new file mode 100644
index 000000000..42f9f7616
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_30.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F30" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F30"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FBD" xOffset="180.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_31.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_31.glif
new file mode 100644
index 000000000..dd9a518f6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_31.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F31" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F31"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FFE" xOffset="-32.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_32.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_32.glif
new file mode 100644
index 000000000..3316f5938
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_32.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F32" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F32"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FCD" xOffset="-252.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_33.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_33.glif
new file mode 100644
index 000000000..c8efff3a7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_33.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F33" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F33"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FDD" xOffset="-172.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_34.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_34.glif
new file mode 100644
index 000000000..f63ea3784
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_34.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F34" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F34"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FCE" xOffset="-148.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_35.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_35.glif
new file mode 100644
index 000000000..7a06384d6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_35.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F35" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F35"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FDE" xOffset="-160.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_36.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_36.glif
new file mode 100644
index 000000000..37e732b91
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_36.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F36" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F36"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FCF" xOffset="-48.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_37.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_37.glif
new file mode 100644
index 000000000..1b9e2c897
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_37.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F37" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F37"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FDF" xOffset="-132.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_38.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_38.glif
new file mode 100644
index 000000000..000d5c5fa
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_38.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F38" format="2">
+ <advance width="852.0"/>
+ <unicode hex="1F38"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="900.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="900.0" y="2200.0" name="top0315"/>
+ <anchor x="900.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="100.0"/>
+ <component base="uni1FBD" xOffset="-596.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_39.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_39.glif
new file mode 100644
index 000000000..44420023b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_39.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F39" format="2">
+ <advance width="852.0"/>
+ <unicode hex="1F39"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="900.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="900.0" y="2200.0" name="top0315"/>
+ <anchor x="900.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-696.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_3A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_3A_.glif
new file mode 100644
index 000000000..392e9eda8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_3A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3A" format="2">
+ <advance width="904.0"/>
+ <unicode hex="1F3A"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="950.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="950.0" y="2200.0" name="top0315"/>
+ <anchor x="950.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FCD" xOffset="-1162.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_3B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_3B_.glif
new file mode 100644
index 000000000..5605cf7a2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_3B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3B" format="2">
+ <advance width="904.0"/>
+ <unicode hex="1F3B"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="950.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="950.0" y="2200.0" name="top0315"/>
+ <anchor x="950.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FDD" xOffset="-998.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_3C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_3C_.glif
new file mode 100644
index 000000000..58ffe4a68
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_3C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3C" format="2">
+ <advance width="904.0"/>
+ <unicode hex="1F3C"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="950.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="950.0" y="2200.0" name="top0315"/>
+ <anchor x="950.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FCE" xOffset="-1062.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_3D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_3D_.glif
new file mode 100644
index 000000000..2a1015539
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_3D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3D" format="2">
+ <advance width="904.0"/>
+ <unicode hex="1F3D"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="950.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="950.0" y="2200.0" name="top0315"/>
+ <anchor x="950.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FDE" xOffset="-1078.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_3E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_3E_.glif
new file mode 100644
index 000000000..fa497a6f5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_3E_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3E" format="2">
+ <advance width="904.0"/>
+ <unicode hex="1F3E"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="950.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="950.0" y="2200.0" name="top0315"/>
+ <anchor x="950.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FCF" xOffset="-834.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_3F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_3F_.glif
new file mode 100644
index 000000000..bca0c7a45
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_3F_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3F" format="2">
+ <advance width="904.0"/>
+ <unicode hex="1F3F"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="950.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="950.0" y="2200.0" name="top0315"/>
+ <anchor x="950.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FDF" xOffset="-878.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_40.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_40.glif
new file mode 100644
index 000000000..691619190
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_40.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F40" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1F40"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FBD" xOffset="548.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_41.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_41.glif
new file mode 100644
index 000000000..3146da48f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_41.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F41" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1F41"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FFE" xOffset="336.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_42.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_42.glif
new file mode 100644
index 000000000..a80cb4eca
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_42.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F42" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1F42"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FCD" xOffset="116.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_43.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_43.glif
new file mode 100644
index 000000000..58485a65c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_43.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F43" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1F43"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FDD" xOffset="196.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_44.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_44.glif
new file mode 100644
index 000000000..8b2383a3d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_44.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F44" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1F44"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FCE" xOffset="220.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_45.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_45.glif
new file mode 100644
index 000000000..53bc4a0eb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_45.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F45" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1F45"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FDE" xOffset="208.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_48.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_48.glif
new file mode 100644
index 000000000..d3d400ed0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_48.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F48" format="2">
+ <advance width="2060.0"/>
+ <unicode hex="1F48"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="uni1FBD" xOffset="-304.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_49.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_49.glif
new file mode 100644
index 000000000..97365f076
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_49.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F49" format="2">
+ <advance width="2060.0"/>
+ <unicode hex="1F49"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="uni1FFE" xOffset="-404.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_4A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_4A_.glif
new file mode 100644
index 000000000..8e029ab74
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_4A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F4A" format="2">
+ <advance width="2112.0"/>
+ <unicode hex="1F4A"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2062.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2062.0" y="2200.0" name="top0315"/>
+ <anchor x="2062.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="70.0"/>
+ <component base="uni1FCD" xOffset="-870.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_4B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_4B_.glif
new file mode 100644
index 000000000..aaeee9c71
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_4B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F4B" format="2">
+ <advance width="2112.0"/>
+ <unicode hex="1F4B"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2062.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2062.0" y="2200.0" name="top0315"/>
+ <anchor x="2062.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="70.0"/>
+ <component base="uni1FDD" xOffset="-706.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_4C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_4C_.glif
new file mode 100644
index 000000000..4b22ad443
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_4C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F4C" format="2">
+ <advance width="2112.0"/>
+ <unicode hex="1F4C"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2062.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2062.0" y="2200.0" name="top0315"/>
+ <anchor x="2062.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="70.0"/>
+ <component base="uni1FCE" xOffset="-770.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_4D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_4D_.glif
new file mode 100644
index 000000000..b0d1d12a4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_4D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F4D" format="2">
+ <advance width="2112.0"/>
+ <unicode hex="1F4D"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2062.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2062.0" y="2200.0" name="top0315"/>
+ <anchor x="2062.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="70.0"/>
+ <component base="uni1FDE" xOffset="-786.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_50.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_50.glif
new file mode 100644
index 000000000..1789b69e0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_50.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F50" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F50"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FBD" xOffset="564.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_51.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_51.glif
new file mode 100644
index 000000000..f0d719d04
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_51.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F51" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F51"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FFE" xOffset="352.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_52.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_52.glif
new file mode 100644
index 000000000..25e5f2bac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_52.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F52" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F52"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FCD" xOffset="132.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_53.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_53.glif
new file mode 100644
index 000000000..113e9f4a5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_53.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F53" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F53"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FDD" xOffset="212.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_54.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_54.glif
new file mode 100644
index 000000000..548131af9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_54.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F54" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F54"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FCE" xOffset="236.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_55.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_55.glif
new file mode 100644
index 000000000..401da2398
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_55.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F55" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F55"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FDE" xOffset="224.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_56.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_56.glif
new file mode 100644
index 000000000..08faaca58
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_56.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F56" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F56"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FCF" xOffset="336.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_57.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_57.glif
new file mode 100644
index 000000000..b1deab9c1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_57.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F57" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F57"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FDF" xOffset="252.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_59.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_59.glif
new file mode 100644
index 000000000..1f9097062
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_59.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F59" format="2">
+ <advance width="2252.0"/>
+ <unicode hex="1F59"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="2072.0" y="2200.0" name="top0315"/>
+ <anchor x="2072.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_5B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_5B_.glif
new file mode 100644
index 000000000..88c179308
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_5B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F5B" format="2">
+ <advance width="2352.0"/>
+ <unicode hex="1F5B"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="2028.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="2172.0" y="2200.0" name="top0315"/>
+ <anchor x="2172.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="200.0"/>
+ <component base="uni1FDD" xOffset="-796.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_5D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_5D_.glif
new file mode 100644
index 000000000..17ecc7adb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_5D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F5D" format="2">
+ <advance width="2352.0"/>
+ <unicode hex="1F5D"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="2028.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="2172.0" y="2200.0" name="top0315"/>
+ <anchor x="2172.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="200.0"/>
+ <component base="uni1FDE" xOffset="-876.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_5F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_5F_.glif
new file mode 100644
index 000000000..ec047e8a2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_5F_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F5F" format="2">
+ <advance width="2352.0"/>
+ <unicode hex="1F5F"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="2028.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="2172.0" y="2200.0" name="top0315"/>
+ <anchor x="2172.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="200.0"/>
+ <component base="uni1FDF" xOffset="-676.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_60.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_60.glif
new file mode 100644
index 000000000..dfaa8006f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_60.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F60" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F60"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBD" xOffset="1048.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_61.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_61.glif
new file mode 100644
index 000000000..c142ccbe2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_61.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F61" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F61"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FFE" xOffset="836.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_62.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_62.glif
new file mode 100644
index 000000000..1b0a02075
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_62.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F62" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F62"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FCD" xOffset="616.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_63.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_63.glif
new file mode 100644
index 000000000..ef80fbbb3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_63.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F63" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F63"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FDD" xOffset="696.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_64.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_64.glif
new file mode 100644
index 000000000..d871084dc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_64.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F64" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F64"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FCE" xOffset="720.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_65.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_65.glif
new file mode 100644
index 000000000..26f7745fb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_65.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F65" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F65"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FDE" xOffset="708.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_66.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_66.glif
new file mode 100644
index 000000000..69212289a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_66.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F66" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F66"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FCF" xOffset="820.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_67.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_67.glif
new file mode 100644
index 000000000..e26b4cf87
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_67.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F67" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F67"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FDF" xOffset="736.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_68.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_68.glif
new file mode 100644
index 000000000..9221956d4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_68.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F68" format="2">
+ <advance width="1844.0"/>
+ <unicode hex="1F68"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FBD" xOffset="-340.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_69.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_69.glif
new file mode 100644
index 000000000..abfffab09
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_69.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F69" format="2">
+ <advance width="1844.0"/>
+ <unicode hex="1F69"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FFE" xOffset="-440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_6A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_6A_.glif
new file mode 100644
index 000000000..cb248fae2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_6A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6A" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1F6A"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FCD" xOffset="-906.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_6B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_6B_.glif
new file mode 100644
index 000000000..a4ed93333
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_6B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6B" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1F6B"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FDD" xOffset="-742.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_6C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_6C_.glif
new file mode 100644
index 000000000..129adfc1c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_6C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6C" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1F6C"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FCE" xOffset="-806.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_6D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_6D_.glif
new file mode 100644
index 000000000..5cfef9ccf
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_6D_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6D" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1F6D"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FDE" xOffset="-822.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_6E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_6E_.glif
new file mode 100644
index 000000000..179a7bbce
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_6E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6E" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1F6E"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FCF" xOffset="-578.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_6F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_6F_.glif
new file mode 100644
index 000000000..1efe232ea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_6F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6F" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1F6F"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FDF" xOffset="-622.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_70.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_70.glif
new file mode 100644
index 000000000..687212ba2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_70.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F70" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F70"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FEF" xOffset="352.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_71.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_71.glif
new file mode 100644
index 000000000..c977f2df8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_71.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F71" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F71"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FFD" xOffset="624.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_72.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_72.glif
new file mode 100644
index 000000000..aa154d4ff
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_72.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F72" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1F72"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FEF" xOffset="408.0" yOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_73.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_73.glif
new file mode 100644
index 000000000..475efcebe
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_73.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F73" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1F73"/>
+ <anchor x="916.0" y="1772.0" name="parent_top"/>
+ <anchor x="916.0" y="1772.0" name="top"/>
+ <anchor x="1680.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FFD" xOffset="680.0" yOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_74.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_74.glif
new file mode 100644
index 000000000..932b3fcdd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_74.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F74" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F74"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FEF" xOffset="368.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_75.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_75.glif
new file mode 100644
index 000000000..a8fe096ab
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_75.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F75" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F75"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FFD" xOffset="640.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_76.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_76.glif
new file mode 100644
index 000000000..4cd018e53
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_76.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F76" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F76"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FEF" xOffset="-88.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_77.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_77.glif
new file mode 100644
index 000000000..252cd6b42
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_77.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F77" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1F77"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FFD" xOffset="184.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_78.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_78.glif
new file mode 100644
index 000000000..bd011f921
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_78.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F78" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1F78"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FEF" xOffset="280.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_79.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_79.glif
new file mode 100644
index 000000000..251b541a3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_79.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F79" format="2">
+ <advance width="1640.0"/>
+ <unicode hex="1F79"/>
+ <anchor x="792.0" y="0.0" name="bottom"/>
+ <anchor x="1708.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="1776.0" name="parent_top"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FFD" xOffset="552.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_7A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_7A_.glif
new file mode 100644
index 000000000..d4c28277d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_7A_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F7A" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F7A"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FEF" xOffset="296.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_7B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_7B_.glif
new file mode 100644
index 000000000..c0cfdc305
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_7B_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F7B" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1F7B"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FFD" xOffset="568.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_7C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_7C_.glif
new file mode 100644
index 000000000..02807d0b0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_7C_.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F7C" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F7C"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FEF" xOffset="780.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_7D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_7D_.glif
new file mode 100644
index 000000000..69e126637
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_7D_.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F7D" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1F7D"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FFD" xOffset="1052.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_80.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_80.glif
new file mode 100644
index 000000000..1f12522d2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_80.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F80" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F80"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FBD" xOffset="620.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_81.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_81.glif
new file mode 100644
index 000000000..9a41c83b0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_81.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F81" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F81"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FFE" xOffset="408.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_82.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_82.glif
new file mode 100644
index 000000000..c6571e0f3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_82.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F82" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F82"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FCD" xOffset="188.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_83.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_83.glif
new file mode 100644
index 000000000..a243e647c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_83.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F83" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F83"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FDD" xOffset="268.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_84.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_84.glif
new file mode 100644
index 000000000..fb2c3035b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_84.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F84" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F84"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FCE" xOffset="292.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_85.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_85.glif
new file mode 100644
index 000000000..551af46ae
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_85.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F85" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F85"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FDE" xOffset="280.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_86.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_86.glif
new file mode 100644
index 000000000..b38cd4bc9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_86.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F86" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F86"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FCF" xOffset="392.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_87.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_87.glif
new file mode 100644
index 000000000..9da679772
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_87.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F87" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1F87"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FDF" xOffset="308.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_88.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_88.glif
new file mode 100644
index 000000000..e99a80947
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_88.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F88" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F88"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ <component base="uni1FBD" xOffset="56.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_89.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_89.glif
new file mode 100644
index 000000000..dcb4089bd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_89.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F89" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F89"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ <component base="uni1FFE" xOffset="-44.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_8A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_8A_.glif
new file mode 100644
index 000000000..c1036f3e7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_8A_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8A" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F8A"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ <component base="uni1FCD" xOffset="-560.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_8B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_8B_.glif
new file mode 100644
index 000000000..c805f3bbc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_8B_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8B" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F8B"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ <component base="uni1FDD" xOffset="-396.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_8C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_8C_.glif
new file mode 100644
index 000000000..87e22800e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_8C_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8C" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F8C"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ <component base="uni1FCE" xOffset="-460.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_8D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_8D_.glif
new file mode 100644
index 000000000..ce9d2e75f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_8D_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8D" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F8D"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ <component base="uni1FDE" xOffset="-476.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_8E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_8E_.glif
new file mode 100644
index 000000000..915f9fb2b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_8E_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8E" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F8E"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ <component base="uni1FCF" xOffset="-232.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_8F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_8F_.glif
new file mode 100644
index 000000000..0fdc5c9fc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_8F_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8F" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1F8F"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ <component base="uni1FDF" xOffset="-276.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_90.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_90.glif
new file mode 100644
index 000000000..18dedb387
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_90.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F90" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F90"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FBD" xOffset="636.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_91.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_91.glif
new file mode 100644
index 000000000..2288ed8d1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_91.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F91" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F91"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FFE" xOffset="424.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_92.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_92.glif
new file mode 100644
index 000000000..22c621879
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_92.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F92" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F92"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FCD" xOffset="204.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_93.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_93.glif
new file mode 100644
index 000000000..583ea2039
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_93.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F93" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F93"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FDD" xOffset="284.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_94.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_94.glif
new file mode 100644
index 000000000..1dbe711cc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_94.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F94" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F94"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FCE" xOffset="308.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_95.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_95.glif
new file mode 100644
index 000000000..cb6b02724
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_95.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F95" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F95"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FDE" xOffset="296.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_96.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_96.glif
new file mode 100644
index 000000000..f089f2acc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_96.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F96" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F96"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FCF" xOffset="408.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_97.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_97.glif
new file mode 100644
index 000000000..95bf93238
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_97.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F97" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1F97"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FDF" xOffset="324.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_98.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_98.glif
new file mode 100644
index 000000000..1752b4f85
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_98.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F98" format="2">
+ <advance width="2052.0"/>
+ <unicode hex="1F98"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2132.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2132.0" y="2200.0" name="top0315"/>
+ <anchor x="2132.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FBE" xOffset="824.0" yOffset="16.0"/>
+ <component base="uni1FBD" xOffset="-500.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_99.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_99.glif
new file mode 100644
index 000000000..8ef9a3525
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_99.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F99" format="2">
+ <advance width="2052.0"/>
+ <unicode hex="1F99"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2132.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2132.0" y="2200.0" name="top0315"/>
+ <anchor x="2132.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FBE" xOffset="824.0" yOffset="16.0"/>
+ <component base="uni1FFE" xOffset="-600.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_9A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_9A_.glif
new file mode 100644
index 000000000..1b151d4ac
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_9A_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9A" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F9A"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="874.0" yOffset="16.0"/>
+ <component base="uni1FCD" xOffset="-1066.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_9B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_9B_.glif
new file mode 100644
index 000000000..cb562300c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_9B_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9B" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F9B"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="874.0" yOffset="16.0"/>
+ <component base="uni1FDD" xOffset="-902.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_9C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_9C_.glif
new file mode 100644
index 000000000..c32d2c472
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_9C_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9C" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F9C"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="874.0" yOffset="16.0"/>
+ <component base="uni1FCE" xOffset="-966.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_9D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_9D_.glif
new file mode 100644
index 000000000..9eccc0e60
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_9D_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9D" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F9D"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="874.0" yOffset="16.0"/>
+ <component base="uni1FDE" xOffset="-982.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_9E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_9E_.glif
new file mode 100644
index 000000000..8801786fd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_9E_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9E" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F9E"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="874.0" yOffset="16.0"/>
+ <component base="uni1FCF" xOffset="-738.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_9F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_9F_.glif
new file mode 100644
index 000000000..253dbaa9b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_9F_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9F" format="2">
+ <advance width="2104.0"/>
+ <unicode hex="1F9F"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2182.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2182.0" y="2200.0" name="top0315"/>
+ <anchor x="2182.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="874.0" yOffset="16.0"/>
+ <component base="uni1FDF" xOffset="-782.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_0.glif
new file mode 100644
index 000000000..d82fc2276
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_0.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA0" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FA0"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FBD" xOffset="1048.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_1.glif
new file mode 100644
index 000000000..0b8473964
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_1.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA1" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FA1"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FFE" xOffset="836.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_2.glif
new file mode 100644
index 000000000..9db46975c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_2.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA2" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FA2"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FCD" xOffset="616.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_3.glif
new file mode 100644
index 000000000..f29fe8f4b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_3.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA3" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FA3"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FDD" xOffset="696.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_4.glif
new file mode 100644
index 000000000..760bac147
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_4.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA4" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FA4"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FCE" xOffset="720.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_5.glif
new file mode 100644
index 000000000..fe75e30ed
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_5.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA5" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FA5"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FDE" xOffset="708.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_6.glif
new file mode 100644
index 000000000..884b46a1b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_6.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA6" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FA6"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FCF" xOffset="820.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_7.glif
new file mode 100644
index 000000000..ced4360e6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_7.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA7" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FA7"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FDF" xOffset="736.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_8.glif
new file mode 100644
index 000000000..8e2f6eaff
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_8.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA8" format="2">
+ <advance width="1844.0"/>
+ <unicode hex="1FA8"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FBE" xOffset="608.0" yOffset="16.0"/>
+ <component base="uni1FBD" xOffset="-340.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_9.glif
new file mode 100644
index 000000000..bb5c73b2d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_9.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA9" format="2">
+ <advance width="1844.0"/>
+ <unicode hex="1FA9"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FBE" xOffset="608.0" yOffset="16.0"/>
+ <component base="uni1FFE" xOffset="-440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_A_.glif
new file mode 100644
index 000000000..c6784d273
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_A_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAA" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1FAA"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FCD" xOffset="-906.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_B_.glif
new file mode 100644
index 000000000..6aed92e77
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_B_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAB" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1FAB"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FDD" xOffset="-742.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_C_.glif
new file mode 100644
index 000000000..da2c41139
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_C_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAC" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1FAC"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FCE" xOffset="-806.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_D_.glif
new file mode 100644
index 000000000..3534053ec
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_D_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAD" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1FAD"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FDE" xOffset="-822.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_E_.glif
new file mode 100644
index 000000000..8cac4ee24
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_E_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAE" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1FAE"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FCF" xOffset="-578.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_A_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_F_.glif
new file mode 100644
index 000000000..e89c8d85c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_A_F_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAF" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1FAF"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FDF" xOffset="-622.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_0.glif
new file mode 100644
index 000000000..89a7c333b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_0.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB0" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1FB0"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="2248.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="breve" xOffset="204.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_1.glif
new file mode 100644
index 000000000..784695c2f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_1.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB1" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1FB1"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="2208.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="macron" xOffset="76.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_2.glif
new file mode 100644
index 000000000..0306c63aa
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_2.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB2" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1FB2"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FEF" xOffset="352.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_3.glif
new file mode 100644
index 000000000..3469882c7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_3.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB3" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1FB3"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_4.glif
new file mode 100644
index 000000000..57769a2df
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_4.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB4" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1FB4"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FFD" xOffset="624.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_6.glif
new file mode 100644
index 000000000..04e7ada68
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_6.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB6" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1FB6"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FC0" xOffset="192.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_7.glif
new file mode 100644
index 000000000..a8d21b5f6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_7.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB7" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1FB7"/>
+ <anchor x="880.0" y="-16.0" name="bottom"/>
+ <anchor x="860.0" y="1776.0" name="parent_top"/>
+ <anchor x="860.0" y="1776.0" name="top"/>
+ <anchor x="1592.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="552.0" yOffset="-16.0"/>
+ <component base="uni1FC0" xOffset="192.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_8.glif
new file mode 100644
index 000000000..d5f5488d6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_8.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB8" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1FB8"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2672.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breve" xOffset="428.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_9.glif
new file mode 100644
index 000000000..889ef0c1c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_9.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB9" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1FB9"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2632.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="macron" xOffset="300.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_A_.glif
new file mode 100644
index 000000000..8b893f3b7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBA" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1FBA"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FEF" xOffset="-112.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_B_.glif
new file mode 100644
index 000000000..8c56df225
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBB" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1FBB"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FFD" xOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_C_.glif
new file mode 100644
index 000000000..1a923d63c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBC" format="2">
+ <advance width="2168.0"/>
+ <unicode hex="1FBC"/>
+ <anchor x="1084.0" y="12.0" name="bottom"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1084.0" y="2200.0" name="parent_top"/>
+ <anchor x="1084.0" y="2200.0" name="top"/>
+ <anchor x="2096.0" y="2200.0" name="top0315"/>
+ <anchor x="2096.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="756.0" yOffset="12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_D_.glif
new file mode 100644
index 000000000..0b1d0a7d1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_D_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBD" format="2">
+ <advance width="544.0"/>
+ <unicode hex="1FBD"/>
+ <anchor x="512.0" y="2000.0" name="_tonos"/>
+ <anchor x="240.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="440.0" y="2056.0" type="line"/>
+ <point x="208.0" y="2056.0" type="line"/>
+ <point x="208.0" y="1928.0" type="line" smooth="yes"/>
+ <point x="208.0" y="1824.0"/>
+ <point x="184.0" y="1744.0"/>
+ <point x="104.0" y="1692.0" type="curve"/>
+ <point x="220.0" y="1560.0" type="line"/>
+ <point x="344.0" y="1620.0"/>
+ <point x="440.0" y="1748.0"/>
+ <point x="440.0" y="1920.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_E_.glif
new file mode 100644
index 000000000..40a0a6655
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_E_.glif
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBE" format="2">
+ <advance width="800.0"/>
+ <unicode hex="1FBE"/>
+ <anchor x="328.0" y="0.0" name="_bottom"/>
+ <outline>
+ <contour>
+ <point x="204.0" y="-140.0" type="line"/>
+ <point x="204.0" y="-464.0" type="line" smooth="yes"/>
+ <point x="204.0" y="-648.0"/>
+ <point x="320.0" y="-724.0"/>
+ <point x="464.0" y="-724.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="-724.0"/>
+ <point x="556.0" y="-716.0"/>
+ <point x="596.0" y="-704.0" type="curve"/>
+ <point x="596.0" y="-536.0" type="line"/>
+ <point x="580.0" y="-536.0"/>
+ <point x="564.0" y="-540.0"/>
+ <point x="536.0" y="-540.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="-540.0"/>
+ <point x="460.0" y="-520.0"/>
+ <point x="460.0" y="-464.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="-140.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_B_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_F_.glif
new file mode 100644
index 000000000..eccc300a3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_B_F_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBF" format="2">
+ <advance width="544.0"/>
+ <unicode hex="1FBF"/>
+ <anchor x="512.0" y="2000.0" name="_tonos"/>
+ <anchor x="240.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="440.0" y="2056.0" type="line"/>
+ <point x="208.0" y="2056.0" type="line"/>
+ <point x="208.0" y="1928.0" type="line" smooth="yes"/>
+ <point x="208.0" y="1824.0"/>
+ <point x="184.0" y="1744.0"/>
+ <point x="104.0" y="1692.0" type="curve"/>
+ <point x="220.0" y="1560.0" type="line"/>
+ <point x="344.0" y="1620.0"/>
+ <point x="440.0" y="1748.0"/>
+ <point x="440.0" y="1920.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_0.glif
new file mode 100644
index 000000000..5b34eeed8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_0.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC0" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="1FC0"/>
+ <anchor x="668.0" y="1624.0" name="_top"/>
+ <outline>
+ <component base="tilde"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_1.glif
new file mode 100644
index 000000000..1abccb8b0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_1.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC1" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="1FC1"/>
+ <anchor x="652.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="120.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="120.0" y="1732.0"/>
+ <point x="204.0" y="1652.0"/>
+ <point x="336.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1652.0"/>
+ <point x="552.0" y="1732.0"/>
+ <point x="552.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1940.0"/>
+ <point x="464.0" y="2020.0"/>
+ <point x="336.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="2020.0"/>
+ <point x="120.0" y="1940.0"/>
+ </contour>
+ <contour>
+ <point x="764.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="1732.0"/>
+ <point x="848.0" y="1652.0"/>
+ <point x="980.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="1652.0"/>
+ <point x="1196.0" y="1732.0"/>
+ <point x="1196.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="1940.0"/>
+ <point x="1108.0" y="2020.0"/>
+ <point x="980.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="2020.0"/>
+ <point x="764.0" y="1940.0"/>
+ </contour>
+ <contour>
+ <point x="884.0" y="2432.0" type="line"/>
+ <point x="884.0" y="2368.0"/>
+ <point x="844.0" y="2316.0"/>
+ <point x="800.0" y="2316.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="2316.0"/>
+ <point x="588.0" y="2404.0"/>
+ <point x="472.0" y="2404.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="2404.0"/>
+ <point x="248.0" y="2284.0"/>
+ <point x="248.0" y="2156.0" type="curve"/>
+ <point x="432.0" y="2104.0" type="line"/>
+ <point x="432.0" y="2168.0"/>
+ <point x="468.0" y="2220.0"/>
+ <point x="516.0" y="2220.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="2220.0"/>
+ <point x="700.0" y="2132.0"/>
+ <point x="844.0" y="2132.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="2132.0"/>
+ <point x="1068.0" y="2248.0"/>
+ <point x="1068.0" y="2380.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_2.glif
new file mode 100644
index 000000000..b7c1d212b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_2.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC2" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1FC2"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FEF" xOffset="368.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_3.glif
new file mode 100644
index 000000000..6cce21f13
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_3.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC3" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1FC3"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_4.glif
new file mode 100644
index 000000000..4e1a19536
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_4.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC4" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1FC4"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FFD" xOffset="640.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_6.glif
new file mode 100644
index 000000000..449448aa2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_6.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC6" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1FC6"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FC0" xOffset="208.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_7.glif
new file mode 100644
index 000000000..ae417bed0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_7.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC7" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1FC7"/>
+ <anchor x="344.0" y="16.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="parent_top"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="16.0" yOffset="16.0"/>
+ <component base="uni1FC0" xOffset="208.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_8.glif
new file mode 100644
index 000000000..2b548361d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_8.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC8" format="2">
+ <advance width="1756.0"/>
+ <unicode hex="1FC8"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1748.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1684.0" y="2200.0" name="top0315"/>
+ <anchor x="1684.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="uni1FEF" xOffset="-652.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_9.glif
new file mode 100644
index 000000000..98648fd24
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_9.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC9" format="2">
+ <advance width="1756.0"/>
+ <unicode hex="1FC9"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="1748.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2200.0" name="parent_top"/>
+ <anchor x="848.0" y="2200.0" name="top"/>
+ <anchor x="1684.0" y="2200.0" name="top0315"/>
+ <anchor x="1684.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="uni1FFD" xOffset="-556.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_A_.glif
new file mode 100644
index 000000000..4595fc58f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCA" format="2">
+ <advance width="2052.0"/>
+ <unicode hex="1FCA"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2132.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2132.0" y="2200.0" name="top0315"/>
+ <anchor x="2132.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FEF" xOffset="-668.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_B_.glif
new file mode 100644
index 000000000..71f84d2ea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCB" format="2">
+ <advance width="2052.0"/>
+ <unicode hex="1FCB"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2132.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2132.0" y="2200.0" name="top0315"/>
+ <anchor x="2132.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FFD" xOffset="-572.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_C_.glif
new file mode 100644
index 000000000..e6d7836de
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCC" format="2">
+ <advance width="1952.0"/>
+ <unicode hex="1FCC"/>
+ <anchor x="1052.0" y="16.0" name="bottom"/>
+ <anchor x="2032.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1048.0" y="2200.0" name="parent_top"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2032.0" y="2200.0" name="top0315"/>
+ <anchor x="2032.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="uni1FBE" xOffset="724.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_D_.glif
new file mode 100644
index 000000000..f81f64e74
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_D_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCD" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="1FCD"/>
+ <anchor x="1128.0" y="2000.0" name="_tonos"/>
+ <anchor x="672.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="1072.0" y="1624.0" type="line"/>
+ <point x="920.0" y="2056.0" type="line"/>
+ <point x="628.0" y="2056.0" type="line"/>
+ <point x="628.0" y="2028.0" type="line"/>
+ <point x="948.0" y="1588.0" type="line"/>
+ <point x="1072.0" y="1588.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="580.0" y="2056.0" type="line"/>
+ <point x="344.0" y="2056.0" type="line"/>
+ <point x="344.0" y="1928.0" type="line" smooth="yes"/>
+ <point x="344.0" y="1824.0"/>
+ <point x="320.0" y="1744.0"/>
+ <point x="240.0" y="1692.0" type="curve"/>
+ <point x="356.0" y="1560.0" type="line"/>
+ <point x="484.0" y="1620.0"/>
+ <point x="580.0" y="1748.0"/>
+ <point x="580.0" y="1920.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_E_.glif
new file mode 100644
index 000000000..0e2ac0bde
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_E_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCE" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="1FCE"/>
+ <anchor x="1028.0" y="2000.0" name="_tonos"/>
+ <anchor x="568.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="628.0" y="1588.0" type="line"/>
+ <point x="756.0" y="1588.0" type="line"/>
+ <point x="1072.0" y="2028.0" type="line"/>
+ <point x="1072.0" y="2056.0" type="line"/>
+ <point x="784.0" y="2056.0" type="line"/>
+ <point x="628.0" y="1624.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="580.0" y="2056.0" type="line"/>
+ <point x="344.0" y="2056.0" type="line"/>
+ <point x="344.0" y="1928.0" type="line" smooth="yes"/>
+ <point x="344.0" y="1824.0"/>
+ <point x="320.0" y="1744.0"/>
+ <point x="240.0" y="1692.0" type="curve"/>
+ <point x="356.0" y="1560.0" type="line"/>
+ <point x="484.0" y="1620.0"/>
+ <point x="580.0" y="1748.0"/>
+ <point x="580.0" y="1920.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_C_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_F_.glif
new file mode 100644
index 000000000..b1da1fa89
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_C_F_.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCF" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FCF"/>
+ <anchor x="800.0" y="2000.0" name="_tonos"/>
+ <anchor x="468.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="756.0" y="2344.0" type="line"/>
+ <point x="756.0" y="2276.0"/>
+ <point x="716.0" y="2228.0"/>
+ <point x="668.0" y="2228.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="2228.0"/>
+ <point x="460.0" y="2316.0"/>
+ <point x="344.0" y="2316.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="2316.0"/>
+ <point x="120.0" y="2196.0"/>
+ <point x="120.0" y="2064.0" type="curve"/>
+ <point x="300.0" y="2012.0" type="line"/>
+ <point x="300.0" y="2080.0"/>
+ <point x="336.0" y="2132.0"/>
+ <point x="388.0" y="2132.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2132.0"/>
+ <point x="568.0" y="2040.0"/>
+ <point x="712.0" y="2040.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="2040.0"/>
+ <point x="936.0" y="2156.0"/>
+ <point x="936.0" y="2288.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="660.0" y="1968.0" type="line"/>
+ <point x="440.0" y="1968.0" type="line"/>
+ <point x="440.0" y="1864.0" type="line" smooth="yes"/>
+ <point x="440.0" y="1776.0"/>
+ <point x="420.0" y="1708.0"/>
+ <point x="344.0" y="1668.0" type="curve"/>
+ <point x="452.0" y="1560.0" type="line"/>
+ <point x="568.0" y="1608.0"/>
+ <point x="660.0" y="1712.0"/>
+ <point x="660.0" y="1856.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_0.glif
new file mode 100644
index 000000000..4ca72d607
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_0.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD0" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FD0"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="2216.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="breve" xOffset="-236.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_1.glif
new file mode 100644
index 000000000..16f7e45fe
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_1.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD1" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FD1"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="2176.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="macron" xOffset="-364.0" yOffset="-40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_2.glif
new file mode 100644
index 000000000..ec04cca3c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_2.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD2" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FD2"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FED" xOffset="-244.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_3.glif
new file mode 100644
index 000000000..fc6604538
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_3.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD3" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FD3"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FEE" xOffset="-244.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_6.glif
new file mode 100644
index 000000000..416f1dcdd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_6.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD6" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FD6"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FC0" xOffset="-248.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_7.glif
new file mode 100644
index 000000000..badf3ad17
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_7.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD7" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FD7"/>
+ <anchor x="420.0" y="1744.0" name="parent_top"/>
+ <anchor x="420.0" y="1744.0" name="top"/>
+ <anchor x="972.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FC1" xOffset="-232.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_8.glif
new file mode 100644
index 000000000..793474f24
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_8.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD8" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FD8"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2672.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="breve" xOffset="-280.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_9.glif
new file mode 100644
index 000000000..76e33c038
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_9.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD9" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FD9"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2632.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="macron" xOffset="-408.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_A_.glif
new file mode 100644
index 000000000..1e01aaa48
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDA" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FDA"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="uni1FEF" xOffset="-132.0" yOffset="576.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_B_.glif
new file mode 100644
index 000000000..d0da5eaa6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDB" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FDB"/>
+ <anchor x="376.0" y="0.0" name="bottom"/>
+ <anchor x="800.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2200.0" name="parent_top"/>
+ <anchor x="376.0" y="2200.0" name="top"/>
+ <anchor x="800.0" y="2200.0" name="top0315"/>
+ <anchor x="800.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="uni1FFD" xOffset="140.0" yOffset="576.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_D_.glif
new file mode 100644
index 000000000..7126f9db5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_D_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDD" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FDD"/>
+ <anchor x="964.0" y="2000.0" name="_tonos"/>
+ <anchor x="592.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="924.0" y="1624.0" type="line"/>
+ <point x="772.0" y="2056.0" type="line"/>
+ <point x="480.0" y="2056.0" type="line"/>
+ <point x="480.0" y="2028.0" type="line"/>
+ <point x="796.0" y="1588.0" type="line"/>
+ <point x="924.0" y="1588.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="132.0" y="1920.0" type="line"/>
+ <point x="132.0" y="1748.0"/>
+ <point x="228.0" y="1620.0"/>
+ <point x="356.0" y="1560.0" type="curve"/>
+ <point x="472.0" y="1692.0" type="line"/>
+ <point x="392.0" y="1744.0"/>
+ <point x="368.0" y="1824.0"/>
+ <point x="368.0" y="1928.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="2056.0" type="line"/>
+ <point x="132.0" y="2056.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_E_.glif
new file mode 100644
index 000000000..1b5c51dca
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_E_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDE" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="1FDE"/>
+ <anchor x="1044.0" y="2000.0" name="_tonos"/>
+ <anchor x="580.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="644.0" y="1588.0" type="line"/>
+ <point x="768.0" y="1588.0" type="line"/>
+ <point x="1088.0" y="2028.0" type="line"/>
+ <point x="1088.0" y="2056.0" type="line"/>
+ <point x="796.0" y="2056.0" type="line"/>
+ <point x="644.0" y="1624.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="228.0" y="1920.0" type="line"/>
+ <point x="228.0" y="1748.0"/>
+ <point x="324.0" y="1620.0"/>
+ <point x="448.0" y="1560.0" type="curve"/>
+ <point x="564.0" y="1692.0" type="line"/>
+ <point x="484.0" y="1744.0"/>
+ <point x="460.0" y="1824.0"/>
+ <point x="460.0" y="1928.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="2056.0" type="line"/>
+ <point x="228.0" y="2056.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_D_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_F_.glif
new file mode 100644
index 000000000..df10e9668
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_D_F_.glif
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDF" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="1FDF"/>
+ <guideline x="562.375"/>
+ <anchor x="844.0" y="2000.0" name="_tonos"/>
+ <anchor x="552.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="440.0" y="1856.0" type="line"/>
+ <point x="440.0" y="1712.0"/>
+ <point x="532.0" y="1608.0"/>
+ <point x="644.0" y="1560.0" type="curve"/>
+ <point x="756.0" y="1668.0" type="line"/>
+ <point x="680.0" y="1708.0"/>
+ <point x="660.0" y="1776.0"/>
+ <point x="660.0" y="1864.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="1968.0" type="line"/>
+ <point x="440.0" y="1968.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="756.0" y="2344.0" type="line"/>
+ <point x="756.0" y="2276.0"/>
+ <point x="716.0" y="2228.0"/>
+ <point x="668.0" y="2228.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="2228.0"/>
+ <point x="460.0" y="2316.0"/>
+ <point x="344.0" y="2316.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="2316.0"/>
+ <point x="120.0" y="2196.0"/>
+ <point x="120.0" y="2064.0" type="curve"/>
+ <point x="300.0" y="2012.0" type="line"/>
+ <point x="300.0" y="2080.0"/>
+ <point x="336.0" y="2132.0"/>
+ <point x="388.0" y="2132.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2132.0"/>
+ <point x="568.0" y="2040.0"/>
+ <point x="712.0" y="2040.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="2040.0"/>
+ <point x="936.0" y="2156.0"/>
+ <point x="936.0" y="2288.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_0.glif
new file mode 100644
index 000000000..6e275e603
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_0.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE0" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1FE0"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2248.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="breve" xOffset="148.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_1.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_1.glif
new file mode 100644
index 000000000..5d563b01f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_1.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE1" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1FE1"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2208.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="macron" xOffset="20.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_2.glif
new file mode 100644
index 000000000..cb3d737f5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_2.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE2" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1FE2"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FED" xOffset="140.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_3.glif
new file mode 100644
index 000000000..a775b2e62
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_3.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE3" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1FE3"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FEE" xOffset="140.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_4.glif
new file mode 100644
index 000000000..e08fe3541
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_4.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE4" format="2">
+ <advance width="1608.0"/>
+ <unicode hex="1FE4"/>
+ <anchor x="840.0" y="1760.0" name="parent_top"/>
+ <anchor x="840.0" y="1760.0" name="top"/>
+ <anchor x="1592.0" y="1760.0" name="top0315"/>
+ <outline>
+ <component base="rho"/>
+ <component base="uni1FBD" xOffset="600.0" yOffset="136.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_5.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_5.glif
new file mode 100644
index 000000000..c0e22549f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_5.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE5" format="2">
+ <advance width="1608.0"/>
+ <unicode hex="1FE5"/>
+ <anchor x="840.0" y="1760.0" name="parent_top"/>
+ <anchor x="840.0" y="1760.0" name="top"/>
+ <anchor x="1592.0" y="1760.0" name="top0315"/>
+ <outline>
+ <component base="rho"/>
+ <component base="uni1FFE" xOffset="388.0" yOffset="136.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_6.glif
new file mode 100644
index 000000000..17f53da9d
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_6.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE6" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1FE6"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FC0" xOffset="136.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_7.glif
new file mode 100644
index 000000000..8973e5569
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_7.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE7" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1FE7"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FC1" xOffset="152.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_8.glif
new file mode 100644
index 000000000..f2936c180
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_8.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE8" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="1FE8"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2672.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="breve" xOffset="420.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_9.glif
new file mode 100644
index 000000000..8de313dee
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_9.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE9" format="2">
+ <advance width="2152.0"/>
+ <unicode hex="1FE9"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2632.0" name="top"/>
+ <anchor x="1972.0" y="2200.0" name="top0315"/>
+ <anchor x="1972.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="macron" xOffset="292.0" yOffset="416.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_A_.glif
new file mode 100644
index 000000000..df4921cc4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEA" format="2">
+ <advance width="2252.0"/>
+ <unicode hex="1FEA"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="2072.0" y="2200.0" name="top0315"/>
+ <anchor x="2072.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="100.0"/>
+ <component base="uni1FEF" xOffset="-612.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_B_.glif
new file mode 100644
index 000000000..2685e7684
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEB" format="2">
+ <advance width="2252.0"/>
+ <unicode hex="1FEB"/>
+ <anchor x="944.0" y="64.0" name="bottom"/>
+ <anchor x="1928.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2200.0" name="parent_top"/>
+ <anchor x="1076.0" y="2200.0" name="top"/>
+ <anchor x="2072.0" y="2200.0" name="top0315"/>
+ <anchor x="2072.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="100.0"/>
+ <component base="uni1FFD" xOffset="-516.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_C_.glif
new file mode 100644
index 000000000..5d27e9ed4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEC" format="2">
+ <advance width="1896.0"/>
+ <unicode hex="1FEC"/>
+ <anchor x="828.0" y="16.0" name="bottom"/>
+ <anchor x="2028.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="920.0" y="2216.0" name="parent_top"/>
+ <anchor x="920.0" y="2216.0" name="top"/>
+ <anchor x="2028.0" y="2216.0" name="top0315"/>
+ <anchor x="2028.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-484.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_D_.glif
new file mode 100644
index 000000000..9f65bb3b0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_D_.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FED" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="1FED"/>
+ <anchor x="664.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="120.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="120.0" y="1732.0"/>
+ <point x="204.0" y="1652.0"/>
+ <point x="336.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1652.0"/>
+ <point x="552.0" y="1732.0"/>
+ <point x="552.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1940.0"/>
+ <point x="464.0" y="2020.0"/>
+ <point x="336.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="2020.0"/>
+ <point x="120.0" y="1940.0"/>
+ </contour>
+ <contour>
+ <point x="764.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="1732.0"/>
+ <point x="848.0" y="1652.0"/>
+ <point x="980.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="1652.0"/>
+ <point x="1196.0" y="1732.0"/>
+ <point x="1196.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="1940.0"/>
+ <point x="1108.0" y="2020.0"/>
+ <point x="980.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="2020.0"/>
+ <point x="764.0" y="1940.0"/>
+ </contour>
+ <contour>
+ <point x="668.0" y="2276.0" type="line"/>
+ <point x="368.0" y="2276.0" type="line"/>
+ <point x="560.0" y="2024.0" type="line"/>
+ <point x="788.0" y="2024.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_E_.glif
new file mode 100644
index 000000000..914be8a19
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_E_.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEE" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="1FEE"/>
+ <anchor x="664.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="120.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="120.0" y="1732.0"/>
+ <point x="204.0" y="1652.0"/>
+ <point x="336.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1652.0"/>
+ <point x="552.0" y="1732.0"/>
+ <point x="552.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1940.0"/>
+ <point x="464.0" y="2020.0"/>
+ <point x="336.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="2020.0"/>
+ <point x="120.0" y="1940.0"/>
+ </contour>
+ <contour>
+ <point x="764.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="1732.0"/>
+ <point x="848.0" y="1652.0"/>
+ <point x="980.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="1652.0"/>
+ <point x="1196.0" y="1732.0"/>
+ <point x="1196.0" y="1836.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="1940.0"/>
+ <point x="1108.0" y="2020.0"/>
+ <point x="980.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="2020.0"/>
+ <point x="764.0" y="1940.0"/>
+ </contour>
+ <contour>
+ <point x="520.0" y="2024.0" type="line"/>
+ <point x="748.0" y="2024.0" type="line"/>
+ <point x="940.0" y="2276.0" type="line"/>
+ <point x="640.0" y="2276.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_E_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_F_.glif
new file mode 100644
index 000000000..df0fe0c75
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_E_F_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEF" format="2">
+ <advance width="800.0"/>
+ <unicode hex="1FEF"/>
+ <anchor x="680.0" y="2000.0" name="_tonos"/>
+ <anchor x="508.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="620.0" y="1560.0" type="line"/>
+ <point x="620.0" y="1600.0" type="line"/>
+ <point x="468.0" y="2028.0" type="line"/>
+ <point x="180.0" y="2028.0" type="line"/>
+ <point x="180.0" y="2000.0" type="line"/>
+ <point x="496.0" y="1560.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_2.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_2.glif
new file mode 100644
index 000000000..30c870bb2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_2.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF2" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FF2"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FEF" xOffset="780.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_3.glif
new file mode 100644
index 000000000..cdbc63e29
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_3.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF3" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FF3"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_4.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_4.glif
new file mode 100644
index 000000000..8c6248451
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_4.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF4" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FF4"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FFD" xOffset="1052.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_6.glif
new file mode 100644
index 000000000..d6166b688
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_6.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF6" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FF6"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FC0" xOffset="620.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_7.glif
new file mode 100644
index 000000000..324e2ca20
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_7.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF7" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="1FF7"/>
+ <anchor x="1296.0" y="-16.0" name="bottom"/>
+ <anchor x="1288.0" y="1776.0" name="parent_top"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2448.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="968.0" yOffset="-16.0"/>
+ <component base="uni1FC0" xOffset="620.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_8.glif
new file mode 100644
index 000000000..6fdfdc547
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_8.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF8" format="2">
+ <advance width="2060.0"/>
+ <unicode hex="1FF8"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="uni1FEF" xOffset="-472.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_9.glif
new file mode 100644
index 000000000..5db9fbba4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_9.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF9" format="2">
+ <advance width="2060.0"/>
+ <unicode hex="1FF9"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1024.0" y="2200.0" name="parent_top"/>
+ <anchor x="1024.0" y="2200.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="uni1FFD" xOffset="-376.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_A_.glif
new file mode 100644
index 000000000..938746334
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFA" format="2">
+ <advance width="1844.0"/>
+ <unicode hex="1FFA"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FEF" xOffset="-508.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_B_.glif
new file mode 100644
index 000000000..c0b604c3c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFB" format="2">
+ <advance width="1844.0"/>
+ <unicode hex="1FFB"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FFD" xOffset="-412.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_C_.glif
new file mode 100644
index 000000000..fd76d1f0c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_C_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFC" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="1FFC"/>
+ <anchor x="916.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega"/>
+ <component base="uni1FBE" xOffset="588.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_D_.glif
new file mode 100644
index 000000000..dba900e8b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_D_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFD" format="2">
+ <advance width="800.0"/>
+ <unicode hex="1FFD"/>
+ <anchor x="584.0" y="2000.0" name="_tonos"/>
+ <anchor x="236.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="180.0" y="1600.0" type="line"/>
+ <point x="332.0" y="2028.0" type="line"/>
+ <point x="620.0" y="2028.0" type="line"/>
+ <point x="620.0" y="2000.0" type="line"/>
+ <point x="304.0" y="1560.0" type="line"/>
+ <point x="180.0" y="1560.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni1F_F_E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_E_.glif
new file mode 100644
index 000000000..5bb59f084
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni1F_F_E_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFE" format="2">
+ <advance width="800.0"/>
+ <unicode hex="1FFE"/>
+ <anchor x="612.0" y="2000.0" name="_tonos"/>
+ <anchor x="452.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="232.0" y="1920.0" type="line"/>
+ <point x="232.0" y="1748.0"/>
+ <point x="328.0" y="1620.0"/>
+ <point x="452.0" y="1560.0" type="curve"/>
+ <point x="568.0" y="1692.0" type="line"/>
+ <point x="492.0" y="1744.0"/>
+ <point x="464.0" y="1824.0"/>
+ <point x="464.0" y="1928.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="2056.0" type="line"/>
+ <point x="232.0" y="2056.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2009.fra.glif b/src/Inter-UI-Black.ufo/glyphs/uni2009.fra.glif
index 76798a3d7..563043219 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2009.fra.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2009.fra.glif
@@ -1,19 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2009.fra" format="1">
- <advance width="544"/>
+<glyph name="uni2009.fra" format="2">
+ <advance width="544.0"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 352.0, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni202F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni202F_.glif
new file mode 100644
index 000000000..40e76d787
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni202F_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni202F" format="2">
+ <advance width="768.0"/>
+ <unicode hex="202F"/>
+ <outline>
+ <component base="space"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2047.glif b/src/Inter-UI-Black.ufo/glyphs/uni2047.glif
new file mode 100644
index 000000000..152ef863a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2047.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2047" format="2">
+ <advance width="3392.0"/>
+ <unicode hex="2047"/>
+ <outline>
+ <component base="question" xOffset="256.0"/>
+ <component base="question" xOffset="1824.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2048.glif b/src/Inter-UI-Black.ufo/glyphs/uni2048.glif
new file mode 100644
index 000000000..79a110c5b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2048.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2048" format="2">
+ <advance width="2624.0"/>
+ <unicode hex="2048"/>
+ <outline>
+ <component base="question" xOffset="256.0"/>
+ <component base="exclam" xOffset="1824.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2049.glif b/src/Inter-UI-Black.ufo/glyphs/uni2049.glif
new file mode 100644
index 000000000..7d1247dd6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2049.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2049" format="2">
+ <advance width="2624.0"/>
+ <unicode hex="2049"/>
+ <outline>
+ <component base="exclam" xOffset="256.0"/>
+ <component base="question" xOffset="1056.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni204A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni204A_.glif
index 7ca3c50fb..42350af53 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni204A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni204A_.glif
@@ -1,28 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204A" format="1">
- <advance width="1568"/>
+<glyph name="uni204A" format="2">
+ <advance width="1568.0"/>
<unicode hex="204A"/>
<outline>
<contour>
- <point x="216" y="1132" type="line"/>
- <point x="908" y="1132" type="line"/>
- <point x="908" y="-572" type="line"/>
- <point x="1352" y="-572" type="line"/>
- <point x="1352" y="1488" type="line"/>
- <point x="216" y="1488" type="line"/>
+ <point x="216.0" y="1132.0" type="line"/>
+ <point x="908.0" y="1132.0" type="line"/>
+ <point x="908.0" y="-572.0" type="line"/>
+ <point x="1352.0" y="-572.0" type="line"/>
+ <point x="1352.0" y="1488.0" type="line"/>
+ <point x="216.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1419.0, 'leftMargin': 132, 'rightMargin': 153.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni204B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni204B_.glif
index b0aff828e..70d0561cc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni204B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni204B_.glif
@@ -1,33 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204B" format="1">
- <advance width="1568"/>
+<glyph name="uni204B" format="2">
+ <advance width="1568.0"/>
<unicode hex="204B"/>
<outline>
<contour>
- <point x="168" y="0" type="line"/>
- <point x="168" y="2004" type="line"/>
- <point x="724" y="2004" type="line" smooth="yes"/>
- <point x="1164" y="2004"/>
- <point x="1404" y="1728"/>
- <point x="1404" y="1360" type="curve" smooth="yes"/>
- <point x="1404" y="988"/>
- <point x="1164" y="716"/>
- <point x="724" y="716" type="curve" smooth="yes"/>
- <point x="612" y="716" type="line"/>
- <point x="612" y="0" type="line"/>
+ <point x="168.0" y="0.0" type="line"/>
+ <point x="168.0" y="2004.0" type="line"/>
+ <point x="724.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="1164.0" y="2004.0"/>
+ <point x="1404.0" y="1728.0"/>
+ <point x="1404.0" y="1360.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="988.0"/>
+ <point x="1164.0" y="716.0"/>
+ <point x="724.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="716.0" type="line"/>
+ <point x="612.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1515, 'leftMargin': 84, 'rightMargin': 196}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni204C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni204C_.glif
index e4ac4e08e..e9120ce2b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni204C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni204C_.glif
@@ -1,37 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204C" format="1">
- <advance width="1824"/>
+<glyph name="uni204C" format="2">
+ <advance width="1824.0"/>
<unicode hex="204C"/>
<outline>
<contour>
- <point x="736" y="1316" type="line"/>
- <point x="404" y="1316"/>
- <point x="176" y="1112"/>
- <point x="176" y="800" type="curve" smooth="yes"/>
- <point x="176" y="488"/>
- <point x="404" y="284"/>
- <point x="736" y="284" type="curve" smooth="yes"/>
- <point x="1652" y="284" type="line"/>
- <point x="1652" y="1316" type="line"/>
+ <point x="736.0" y="1316.0" type="line"/>
+ <point x="404.0" y="1316.0"/>
+ <point x="176.0" y="1112.0"/>
+ <point x="176.0" y="800.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="488.0"/>
+ <point x="404.0" y="284.0"/>
+ <point x="736.0" y="284.0" type="curve" smooth="yes"/>
+ <point x="1652.0" y="284.0" type="line"/>
+ <point x="1652.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="1376" y="1148" type="line"/>
- <point x="1376" y="452" type="line"/>
- <point x="1228" y="452" type="line"/>
- <point x="1228" y="1148" type="line"/>
+ <point x="1376.0" y="1148.0" type="line"/>
+ <point x="1376.0" y="452.0" type="line"/>
+ <point x="1228.0" y="452.0" type="line"/>
+ <point x="1228.0" y="1148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1782.0, 'leftMargin': 197, 'rightMargin': 110.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni204D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni204D_.glif
index c2ae842ba..2f74a00bc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni204D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni204D_.glif
@@ -1,37 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204D" format="1">
- <advance width="1824"/>
+<glyph name="uni204D" format="2">
+ <advance width="1824.0"/>
<unicode hex="204D"/>
<outline>
<contour>
- <point x="1092" y="1316" type="line"/>
- <point x="1424" y="1316"/>
- <point x="1652" y="1112"/>
- <point x="1652" y="800" type="curve" smooth="yes"/>
- <point x="1652" y="488"/>
- <point x="1424" y="284"/>
- <point x="1092" y="284" type="curve" smooth="yes"/>
- <point x="176" y="284" type="line"/>
- <point x="176" y="1316" type="line"/>
+ <point x="1092.0" y="1316.0" type="line"/>
+ <point x="1424.0" y="1316.0"/>
+ <point x="1652.0" y="1112.0"/>
+ <point x="1652.0" y="800.0" type="curve" smooth="yes"/>
+ <point x="1652.0" y="488.0"/>
+ <point x="1424.0" y="284.0"/>
+ <point x="1092.0" y="284.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="284.0" type="line"/>
+ <point x="176.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="452" y="1148" type="line"/>
- <point x="452" y="452" type="line"/>
- <point x="596" y="452" type="line"/>
- <point x="596" y="1148" type="line"/>
+ <point x="452.0" y="1148.0" type="line"/>
+ <point x="452.0" y="452.0" type="line"/>
+ <point x="596.0" y="452.0" type="line"/>
+ <point x="596.0" y="1148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1782.0, 'leftMargin': 197, 'rightMargin': 110.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni204E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni204E_.glif
index 470a8ffdb..531409765 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni204E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni204E_.glif
@@ -1,48 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204E" format="1">
- <advance width="1312"/>
+<glyph name="uni204E" format="2">
+ <advance width="1312.0"/>
<unicode hex="204E"/>
+ <guideline y="394.625"/>
+ <guideline x="743.875"/>
<outline>
- <component base="asterisk" xOffset="-24" yOffset="-1388"/>
+ <component base="asterisk" xOffset="-24.0" yOffset="-1388.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>394.625</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>743.875</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1260, 'leftMargin': 37, 'rightMargin': -30}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni204F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni204F_.glif
index 8a2c354b6..2c6337baf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni204F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni204F_.glif
@@ -1,46 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204F" format="1">
- <advance width="1056"/>
+<glyph name="uni204F" format="2">
+ <advance width="1056.0"/>
<unicode hex="204F"/>
<outline>
<contour>
- <point x="264" y="1316" type="curve" smooth="yes"/>
- <point x="264" y="1184"/>
- <point x="364" y="1084"/>
- <point x="508" y="1084" type="curve" smooth="yes"/>
- <point x="656" y="1084"/>
- <point x="756" y="1184"/>
- <point x="756" y="1316" type="curve" smooth="yes"/>
- <point x="756" y="1448"/>
- <point x="656" y="1548"/>
- <point x="508" y="1548" type="curve" smooth="yes"/>
- <point x="364" y="1548"/>
- <point x="264" y="1448"/>
+ <point x="264.0" y="1316.0" type="curve" smooth="yes"/>
+ <point x="264.0" y="1184.0"/>
+ <point x="364.0" y="1084.0"/>
+ <point x="508.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="1084.0"/>
+ <point x="756.0" y="1184.0"/>
+ <point x="756.0" y="1316.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="1448.0"/>
+ <point x="656.0" y="1548.0"/>
+ <point x="508.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="1548.0"/>
+ <point x="264.0" y="1448.0"/>
</contour>
<contour>
- <point x="304" y="348" type="line"/>
- <point x="688" y="348" type="line"/>
- <point x="688" y="0" type="line"/>
- <point x="688" y="-192"/>
- <point x="732" y="-320"/>
- <point x="796" y="-428" type="curve"/>
- <point x="584" y="-540" type="line"/>
- <point x="440" y="-412"/>
- <point x="304" y="-176"/>
- <point x="304" y="28" type="curve"/>
+ <point x="304.0" y="348.0" type="line"/>
+ <point x="688.0" y="348.0" type="line"/>
+ <point x="688.0" y="0.0" type="line"/>
+ <point x="688.0" y="-192.0"/>
+ <point x="732.0" y="-320.0"/>
+ <point x="796.0" y="-428.0" type="curve"/>
+ <point x="584.0" y="-540.0" type="line"/>
+ <point x="440.0" y="-412.0"/>
+ <point x="304.0" y="-176.0"/>
+ <point x="304.0" y="28.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 788, 'leftMargin': 147, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2050.glif b/src/Inter-UI-Black.ufo/glyphs/uni2050.glif
index 34da6ffa9..cd8389dab 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2050.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2050.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2050" format="1">
- <advance width="2336"/>
+<glyph name="uni2050" format="2">
+ <advance width="2336.0"/>
<unicode hex="2050"/>
<outline>
- <component base="undertie" xOffset="-4"/>
- <component base="undertie" yScale="-1" xOffset="-4" yOffset="1464"/>
+ <component base="undertie" xOffset="-4.0"/>
+ <component base="undertie" yScale="-1.0" xOffset="-4.0" yOffset="1464.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2201, 'leftMargin': 44, 'rightMargin': -63}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2051.glif b/src/Inter-UI-Black.ufo/glyphs/uni2051.glif
index bfb40ad1f..344ec842d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2051.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2051.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2051" format="1">
- <advance width="1568"/>
+<glyph name="uni2051" format="2">
+ <advance width="1568.0"/>
<unicode hex="2051"/>
<outline>
- <component base="asterisk" xOffset="104"/>
- <component base="asterisk" xOffset="104" yOffset="-1388"/>
+ <component base="asterisk" xOffset="104.0"/>
+ <component base="asterisk" xOffset="104.0" yOffset="-1388.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1401, 'leftMargin': 110, 'rightMargin': 38}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2052.glif b/src/Inter-UI-Black.ufo/glyphs/uni2052.glif
index 131ef41cc..8d25407aa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2052.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2052.glif
@@ -1,54 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2052" format="1">
- <advance width="1568"/>
+<glyph name="uni2052" format="2">
+ <advance width="1568.0"/>
<unicode hex="2052"/>
<outline>
<contour>
- <point x="1288" y="2004" type="line"/>
- <point x="968" y="2004" type="line"/>
- <point x="268" y="-172" type="line"/>
- <point x="588" y="-172" type="line"/>
+ <point x="1288.0" y="2004.0" type="line"/>
+ <point x="968.0" y="2004.0" type="line"/>
+ <point x="268.0" y="-172.0" type="line"/>
+ <point x="588.0" y="-172.0" type="line"/>
</contour>
<contour>
- <point x="168" y="1472" type="curve" smooth="yes"/>
- <point x="168" y="1356"/>
- <point x="268" y="1268"/>
- <point x="412" y="1268" type="curve" smooth="yes"/>
- <point x="560" y="1268"/>
- <point x="660" y="1356"/>
- <point x="660" y="1472" type="curve" smooth="yes"/>
- <point x="660" y="1588"/>
- <point x="560" y="1676"/>
- <point x="412" y="1676" type="curve" smooth="yes"/>
- <point x="268" y="1676"/>
- <point x="168" y="1588"/>
+ <point x="168.0" y="1472.0" type="curve" smooth="yes"/>
+ <point x="168.0" y="1356.0"/>
+ <point x="268.0" y="1268.0"/>
+ <point x="412.0" y="1268.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="1268.0"/>
+ <point x="660.0" y="1356.0"/>
+ <point x="660.0" y="1472.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="1588.0"/>
+ <point x="560.0" y="1676.0"/>
+ <point x="412.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="268.0" y="1676.0"/>
+ <point x="168.0" y="1588.0"/>
</contour>
<contour>
- <point x="912" y="384" type="curve" smooth="yes"/>
- <point x="912" y="268"/>
- <point x="1008" y="180"/>
- <point x="1156" y="180" type="curve" smooth="yes"/>
- <point x="1304" y="180"/>
- <point x="1404" y="268"/>
- <point x="1404" y="384" type="curve" smooth="yes"/>
- <point x="1404" y="504"/>
- <point x="1304" y="592"/>
- <point x="1156" y="592" type="curve" smooth="yes"/>
- <point x="1008" y="592"/>
- <point x="912" y="504"/>
+ <point x="912.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="268.0"/>
+ <point x="1008.0" y="180.0"/>
+ <point x="1156.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="180.0"/>
+ <point x="1404.0" y="268.0"/>
+ <point x="1404.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="504.0"/>
+ <point x="1304.0" y="592.0"/>
+ <point x="1156.0" y="592.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="592.0"/>
+ <point x="912.0" y="504.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1455, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2053.glif b/src/Inter-UI-Black.ufo/glyphs/uni2053.glif
index 7ce3ada0e..dbbbc524c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2053.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2053.glif
@@ -1,42 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2053" format="1">
- <advance width="2080"/>
+<glyph name="uni2053" format="2">
+ <advance width="2080.0"/>
<unicode hex="2053"/>
<outline>
<contour>
- <point x="1764" y="1096" type="line"/>
- <point x="1656" y="1020"/>
- <point x="1552" y="968"/>
- <point x="1428" y="968" type="curve" smooth="yes"/>
- <point x="1192" y="968"/>
- <point x="940" y="1244"/>
- <point x="644" y="1244" type="curve" smooth="yes"/>
- <point x="452" y="1244"/>
- <point x="272" y="1156"/>
- <point x="144" y="1040" type="curve"/>
- <point x="300" y="748" type="line"/>
- <point x="400" y="824"/>
- <point x="504" y="876"/>
- <point x="632" y="876" type="curve" smooth="yes"/>
- <point x="908" y="876"/>
- <point x="1128" y="600"/>
- <point x="1468" y="600" type="curve" smooth="yes"/>
- <point x="1656" y="600"/>
- <point x="1824" y="704"/>
- <point x="1940" y="816" type="curve"/>
+ <point x="1764.0" y="1096.0" type="line"/>
+ <point x="1656.0" y="1020.0"/>
+ <point x="1552.0" y="968.0"/>
+ <point x="1428.0" y="968.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="968.0"/>
+ <point x="940.0" y="1244.0"/>
+ <point x="644.0" y="1244.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="1244.0"/>
+ <point x="272.0" y="1156.0"/>
+ <point x="144.0" y="1040.0" type="curve"/>
+ <point x="300.0" y="748.0" type="line"/>
+ <point x="400.0" y="824.0"/>
+ <point x="504.0" y="876.0"/>
+ <point x="632.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="876.0"/>
+ <point x="1128.0" y="600.0"/>
+ <point x="1468.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="1656.0" y="600.0"/>
+ <point x="1824.0" y="704.0"/>
+ <point x="1940.0" y="816.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2016, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2054.glif b/src/Inter-UI-Black.ufo/glyphs/uni2054.glif
index 3c8c81510..f6d0f90f1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2054.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2054.glif
@@ -1,36 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2054" format="1">
- <advance width="2336"/>
+<glyph name="uni2054" format="2">
+ <advance width="2336.0"/>
<unicode hex="2054"/>
<outline>
<contour>
- <point x="1168" y="-160" type="curve" smooth="yes"/>
- <point x="624" y="-160"/>
- <point x="268" y="-312"/>
- <point x="60" y="-528" type="curve"/>
- <point x="224" y="-676" type="line"/>
- <point x="408" y="-572"/>
- <point x="728" y="-480"/>
- <point x="1168" y="-480" type="curve" smooth="yes"/>
- <point x="1608" y="-480"/>
- <point x="1952" y="-584"/>
- <point x="2136" y="-676" type="curve"/>
- <point x="2280" y="-528" type="line"/>
- <point x="2116" y="-328"/>
- <point x="1716" y="-160"/>
+ <point x="1168.0" y="-160.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="-160.0"/>
+ <point x="268.0" y="-312.0"/>
+ <point x="60.0" y="-528.0" type="curve"/>
+ <point x="224.0" y="-676.0" type="line"/>
+ <point x="408.0" y="-572.0"/>
+ <point x="728.0" y="-480.0"/>
+ <point x="1168.0" y="-480.0" type="curve" smooth="yes"/>
+ <point x="1608.0" y="-480.0"/>
+ <point x="1952.0" y="-584.0"/>
+ <point x="2136.0" y="-676.0" type="curve"/>
+ <point x="2280.0" y="-528.0" type="line"/>
+ <point x="2116.0" y="-328.0"/>
+ <point x="1716.0" y="-160.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2201, 'leftMargin': -10, 'rightMargin': -10}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2055.glif b/src/Inter-UI-Black.ufo/glyphs/uni2055.glif
index b4d7682b4..f0412f1b6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2055.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2055.glif
@@ -1,44 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2055" format="1">
- <advance width="2080"/>
+<glyph name="uni2055" format="2">
+ <advance width="2080.0"/>
<unicode hex="2055"/>
<outline>
<contour>
- <point x="1804" y="552" type="line"/>
- <point x="1804" y="912" type="line"/>
- <point x="276" y="912" type="line"/>
- <point x="276" y="552" type="line"/>
+ <point x="1804.0" y="552.0" type="line"/>
+ <point x="1804.0" y="912.0" type="line"/>
+ <point x="276.0" y="912.0" type="line"/>
+ <point x="276.0" y="552.0" type="line"/>
</contour>
<contour>
- <point x="1448" y="60" type="line"/>
- <point x="1704" y="312" type="line"/>
- <point x="632" y="1404" type="line"/>
- <point x="376" y="1152" type="line"/>
+ <point x="1448.0" y="60.0" type="line"/>
+ <point x="1704.0" y="312.0" type="line"/>
+ <point x="632.0" y="1404.0" type="line"/>
+ <point x="376.0" y="1152.0" type="line"/>
</contour>
<contour>
- <point x="1220" y="1496" type="line"/>
- <point x="860" y="1496" type="line"/>
- <point x="860" y="-32" type="line"/>
- <point x="1220" y="-32" type="line"/>
+ <point x="1220.0" y="1496.0" type="line"/>
+ <point x="860.0" y="1496.0" type="line"/>
+ <point x="860.0" y="-32.0" type="line"/>
+ <point x="1220.0" y="-32.0" type="line"/>
</contour>
<contour>
- <point x="632" y="60" type="line"/>
- <point x="1704" y="1152" type="line"/>
- <point x="1448" y="1404" type="line"/>
- <point x="376" y="312" type="line"/>
+ <point x="632.0" y="60.0" type="line"/>
+ <point x="1704.0" y="1152.0" type="line"/>
+ <point x="1448.0" y="1404.0" type="line"/>
+ <point x="376.0" y="312.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2159, 'leftMargin': 315, 'rightMargin': 315}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2056.glif b/src/Inter-UI-Black.ufo/glyphs/uni2056.glif
index dd1491829..f1aed5ad6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2056.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2056.glif
@@ -1,38 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2056" format="1">
- <advance width="1568"/>
+<glyph name="uni2056" format="2">
+ <advance width="1568.0"/>
<unicode hex="2056"/>
+ <guideline y="669.625"/>
<outline>
- <component base="dotbelow" xOffset="1276" yOffset="988"/>
- <component base="dotbelow" xOffset="1936" yOffset="464"/>
- <component base="dotbelow" xOffset="1936" yOffset="1512"/>
+ <component base="dotbelow" xOffset="1276.0" yOffset="988.0"/>
+ <component base="dotbelow" xOffset="1936.0" yOffset="464.0"/>
+ <component base="dotbelow" xOffset="1936.0" yOffset="1512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>669.625</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1374, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2057.glif b/src/Inter-UI-Black.ufo/glyphs/uni2057.glif
index fe9e8cc9c..bdd41f3cd 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2057.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2057.glif
@@ -1,44 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2057" format="1">
- <advance width="3104"/>
+<glyph name="uni2057" format="2">
+ <advance width="3104.0"/>
<unicode hex="2057"/>
<outline>
<contour>
- <point x="200" y="1664" type="line"/>
- <point x="560" y="1664" type="line"/>
- <point x="952" y="2148" type="line"/>
- <point x="480" y="2148" type="line"/>
+ <point x="200.0" y="1664.0" type="line"/>
+ <point x="560.0" y="1664.0" type="line"/>
+ <point x="952.0" y="2148.0" type="line"/>
+ <point x="480.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="844" y="1664" type="line"/>
- <point x="1208" y="1664" type="line"/>
- <point x="1600" y="2148" type="line"/>
- <point x="1128" y="2148" type="line"/>
+ <point x="844.0" y="1664.0" type="line"/>
+ <point x="1208.0" y="1664.0" type="line"/>
+ <point x="1600.0" y="2148.0" type="line"/>
+ <point x="1128.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="1492" y="1664" type="line"/>
- <point x="1852" y="1664" type="line"/>
- <point x="2244" y="2148" type="line"/>
- <point x="1772" y="2148" type="line"/>
+ <point x="1492.0" y="1664.0" type="line"/>
+ <point x="1852.0" y="1664.0" type="line"/>
+ <point x="2244.0" y="2148.0" type="line"/>
+ <point x="1772.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="2152" y="1664" type="line"/>
- <point x="2512" y="1664" type="line"/>
- <point x="2904" y="2148" type="line"/>
- <point x="2432" y="2148" type="line"/>
+ <point x="2152.0" y="1664.0" type="line"/>
+ <point x="2512.0" y="1664.0" type="line"/>
+ <point x="2904.0" y="2148.0" type="line"/>
+ <point x="2432.0" y="2148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2926.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2058.glif b/src/Inter-UI-Black.ufo/glyphs/uni2058.glif
index 868afb288..ff26f423d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2058.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2058.glif
@@ -1,63 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2058" format="1">
- <advance width="2080"/>
+<glyph name="uni2058" format="2">
+ <advance width="2080.0"/>
<unicode hex="2058"/>
+ <guideline x="602.25"/>
+ <guideline x="702.625"/>
+ <guideline x="1196.25"/>
<outline>
- <component base="dotbelow" xOffset="1268" yOffset="988"/>
- <component base="dotbelow" xOffset="1864" yOffset="464"/>
- <component base="dotbelow" xOffset="2456" yOffset="988"/>
- <component base="dotbelow" xOffset="1864" yOffset="1512"/>
+ <component base="dotbelow" xOffset="1268.0" yOffset="988.0"/>
+ <component base="dotbelow" xOffset="1864.0" yOffset="464.0"/>
+ <component base="dotbelow" xOffset="2456.0" yOffset="988.0"/>
+ <component base="dotbelow" xOffset="1864.0" yOffset="1512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>602.25</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>702.625</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1196.25</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1899, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2059.glif b/src/Inter-UI-Black.ufo/glyphs/uni2059.glif
index 69d5b2a90..55da5a1ba 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2059.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2059.glif
@@ -1,64 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2059" format="1">
- <advance width="1824"/>
+<glyph name="uni2059" format="2">
+ <advance width="1824.0"/>
<unicode hex="2059"/>
+ <guideline x="950.125"/>
+ <guideline x="356.125"/>
+ <guideline x="1542.75"/>
<outline>
- <component base="dotbelow" xOffset="1196" yOffset="1512"/>
- <component base="dotbelow" xOffset="2272" yOffset="464"/>
- <component base="dotbelow" xOffset="1196" yOffset="464"/>
- <component base="dotbelow" xOffset="2272" yOffset="1512"/>
- <component base="dotbelow" xOffset="1736" yOffset="988"/>
+ <component base="dotbelow" xOffset="1196.0" yOffset="1512.0"/>
+ <component base="dotbelow" xOffset="2272.0" yOffset="464.0"/>
+ <component base="dotbelow" xOffset="1196.0" yOffset="464.0"/>
+ <component base="dotbelow" xOffset="2272.0" yOffset="1512.0"/>
+ <component base="dotbelow" xOffset="1736.0" yOffset="988.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>950.125</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>356.125</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1542.75</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1789, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni205A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni205A_.glif
index 5b5ccb0c7..53ec677ad 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni205A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni205A_.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205A" format="1">
- <advance width="800"/>
+<glyph name="uni205A" format="2">
+ <advance width="800.0"/>
<unicode hex="205A"/>
<outline>
- <component base="dotbelow" xOffset="1224" yOffset="464"/>
- <component base="dotbelow" xOffset="1224" yOffset="2008"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="464.0"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="2008.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni205B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni205B_.glif
index 5c571e1d4..55710b5ae 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni205B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni205B_.glif
@@ -1,39 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205B" format="1">
- <advance width="2080"/>
+<glyph name="uni205B" format="2">
+ <advance width="2080.0"/>
<unicode hex="205B"/>
+ <guideline x="1043.625"/>
<outline>
- <component base="dotbelow" xOffset="1312" yOffset="1236"/>
- <component base="dotbelow" xOffset="2412" yOffset="1236"/>
- <component base="dotbelow" xOffset="1864" yOffset="464"/>
- <component base="dotbelow" xOffset="1864" yOffset="2008"/>
+ <component base="dotbelow" xOffset="1312.0" yOffset="1236.0"/>
+ <component base="dotbelow" xOffset="2412.0" yOffset="1236.0"/>
+ <component base="dotbelow" xOffset="1864.0" yOffset="464.0"/>
+ <component base="dotbelow" xOffset="1864.0" yOffset="2008.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>1043.625</real>
- <key>y</key>
- <real>0.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1812, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni205C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni205C_.glif
index 04f437e4d..6ecd9ced8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni205C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni205C_.glif
@@ -1,88 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205C" format="1">
- <advance width="1824"/>
+<glyph name="uni205C" format="2">
+ <advance width="1824.0"/>
<unicode hex="205C"/>
<outline>
<contour>
- <point x="1596" y="876" type="line"/>
- <point x="224" y="876" type="line"/>
- <point x="224" y="480" type="line"/>
- <point x="1596" y="480" type="line"/>
+ <point x="1596.0" y="876.0" type="line"/>
+ <point x="224.0" y="876.0" type="line"/>
+ <point x="224.0" y="480.0" type="line"/>
+ <point x="1596.0" y="480.0" type="line"/>
</contour>
<contour>
- <point x="1120" y="1400" type="line"/>
- <point x="704" y="1400" type="line"/>
- <point x="704" y="-60" type="line"/>
- <point x="1120" y="-60" type="line"/>
+ <point x="1120.0" y="1400.0" type="line"/>
+ <point x="704.0" y="1400.0" type="line"/>
+ <point x="704.0" y="-60.0" type="line"/>
+ <point x="1120.0" y="-60.0" type="line"/>
</contour>
<contour>
- <point x="1204" y="148" type="curve" smooth="yes"/>
- <point x="1204" y="28"/>
- <point x="1304" y="-60"/>
- <point x="1452" y="-60" type="curve" smooth="yes"/>
- <point x="1600" y="-60"/>
- <point x="1696" y="28"/>
- <point x="1696" y="148" type="curve" smooth="yes"/>
- <point x="1696" y="264"/>
- <point x="1600" y="352"/>
- <point x="1452" y="352" type="curve" smooth="yes"/>
- <point x="1304" y="352"/>
- <point x="1204" y="264"/>
+ <point x="1204.0" y="148.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="28.0"/>
+ <point x="1304.0" y="-60.0"/>
+ <point x="1452.0" y="-60.0" type="curve" smooth="yes"/>
+ <point x="1600.0" y="-60.0"/>
+ <point x="1696.0" y="28.0"/>
+ <point x="1696.0" y="148.0" type="curve" smooth="yes"/>
+ <point x="1696.0" y="264.0"/>
+ <point x="1600.0" y="352.0"/>
+ <point x="1452.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="352.0"/>
+ <point x="1204.0" y="264.0"/>
</contour>
<contour>
- <point x="128" y="148" type="curve" smooth="yes"/>
- <point x="128" y="28"/>
- <point x="228" y="-60"/>
- <point x="376" y="-60" type="curve" smooth="yes"/>
- <point x="520" y="-60"/>
- <point x="620" y="28"/>
- <point x="620" y="148" type="curve" smooth="yes"/>
- <point x="620" y="264"/>
- <point x="520" y="352"/>
- <point x="376" y="352" type="curve" smooth="yes"/>
- <point x="228" y="352"/>
- <point x="128" y="264"/>
+ <point x="128.0" y="148.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="28.0"/>
+ <point x="228.0" y="-60.0"/>
+ <point x="376.0" y="-60.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="-60.0"/>
+ <point x="620.0" y="28.0"/>
+ <point x="620.0" y="148.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="264.0"/>
+ <point x="520.0" y="352.0"/>
+ <point x="376.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="228.0" y="352.0"/>
+ <point x="128.0" y="264.0"/>
</contour>
<contour>
- <point x="128" y="1196" type="curve" smooth="yes"/>
- <point x="128" y="1076"/>
- <point x="228" y="988"/>
- <point x="376" y="988" type="curve" smooth="yes"/>
- <point x="520" y="988"/>
- <point x="620" y="1076"/>
- <point x="620" y="1196" type="curve" smooth="yes"/>
- <point x="620" y="1312"/>
- <point x="520" y="1400"/>
- <point x="376" y="1400" type="curve" smooth="yes"/>
- <point x="228" y="1400"/>
- <point x="128" y="1312"/>
+ <point x="128.0" y="1196.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="1076.0"/>
+ <point x="228.0" y="988.0"/>
+ <point x="376.0" y="988.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="988.0"/>
+ <point x="620.0" y="1076.0"/>
+ <point x="620.0" y="1196.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="1312.0"/>
+ <point x="520.0" y="1400.0"/>
+ <point x="376.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="228.0" y="1400.0"/>
+ <point x="128.0" y="1312.0"/>
</contour>
<contour>
- <point x="1204" y="1196" type="curve" smooth="yes"/>
- <point x="1204" y="1076"/>
- <point x="1304" y="988"/>
- <point x="1452" y="988" type="curve" smooth="yes"/>
- <point x="1600" y="988"/>
- <point x="1696" y="1076"/>
- <point x="1696" y="1196" type="curve" smooth="yes"/>
- <point x="1696" y="1312"/>
- <point x="1600" y="1400"/>
- <point x="1452" y="1400" type="curve" smooth="yes"/>
- <point x="1304" y="1400"/>
- <point x="1204" y="1312"/>
+ <point x="1204.0" y="1196.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="1076.0"/>
+ <point x="1304.0" y="988.0"/>
+ <point x="1452.0" y="988.0" type="curve" smooth="yes"/>
+ <point x="1600.0" y="988.0"/>
+ <point x="1696.0" y="1076.0"/>
+ <point x="1696.0" y="1196.0" type="curve" smooth="yes"/>
+ <point x="1696.0" y="1312.0"/>
+ <point x="1600.0" y="1400.0"/>
+ <point x="1452.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="1400.0"/>
+ <point x="1204.0" y="1312.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1789, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni205D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni205D_.glif
index fabbd404d..acd2461b1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni205D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni205D_.glif
@@ -1,50 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205D" format="1">
- <advance width="800"/>
+<glyph name="uni205D" format="2">
+ <advance width="800.0"/>
<unicode hex="205D"/>
+ <guideline y="1486.375"/>
+ <guideline y="350.625"/>
<outline>
- <component base="dotbelow" xOffset="1224" yOffset="2008"/>
- <component base="dotbelow" xOffset="1224" yOffset="1236"/>
- <component base="dotbelow" xOffset="1224" yOffset="464"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="2008.0"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="1236.0"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="464.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1486.375</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>350.625</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni205E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni205E_.glif
index 60342163c..4732a1cd6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni205E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni205E_.glif
@@ -1,51 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205E" format="1">
- <advance width="800"/>
+<glyph name="uni205E" format="2">
+ <advance width="800.0"/>
<unicode hex="205E"/>
+ <guideline y="1689.875"/>
+ <guideline y="145.75"/>
<outline>
- <component base="dotbelow" xOffset="1224" yOffset="2008"/>
- <component base="dotbelow" xOffset="1224" yOffset="1492"/>
- <component base="dotbelow" xOffset="1224" yOffset="976"/>
- <component base="dotbelow" xOffset="1224" yOffset="464"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="2008.0"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="1492.0"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="976.0"/>
+ <component base="dotbelow" xOffset="1224.0" yOffset="464.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1689.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>145.75</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni205F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni205F_.glif
new file mode 100644
index 000000000..b471aadea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni205F_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni205F" format="2">
+ <advance width="768.0"/>
+ <unicode hex="205F"/>
+ <outline>
+ <component base="space"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2071.ccmp.glif b/src/Inter-UI-Black.ufo/glyphs/uni2071.ccmp.glif
index fa03bee80..fbf252bdc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2071.ccmp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2071.ccmp.glif
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2071.ccmp" format="1">
- <advance width="800"/>
+<glyph name="uni2071.ccmp" format="2">
+ <advance width="800.0"/>
+ <anchor x="408.0" y="2152.0" name="top"/>
<outline>
<contour>
- <point x="556" y="1884" type="line"/>
- <point x="248" y="1884" type="line"/>
- <point x="248" y="772" type="line"/>
- <point x="556" y="772" type="line"/>
- </contour>
- <contour>
- <point x="408" y="2152" type="move" name="top"/>
+ <point x="556.0" y="1884.0" type="line"/>
+ <point x="248.0" y="1884.0" type="line"/>
+ <point x="248.0" y="772.0" type="line"/>
+ <point x="556.0" y="772.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 700, 'leftMargin': 199, 'rightMargin': 194}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2090.glif b/src/Inter-UI-Black.ufo/glyphs/uni2090.glif
index 673e0d5ba..a675d422f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2090.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2090.glif
@@ -1,62 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2090" format="1">
- <advance width="1312"/>
+<glyph name="uni2090" format="2">
+ <advance width="1312.0"/>
<unicode hex="2090"/>
<outline>
<contour>
- <point x="792" y="-300" type="line" name="hr00"/>
- <point x="792" y="-404"/>
- <point x="804" y="-508"/>
- <point x="836" y="-576" type="curve"/>
- <point x="1144" y="-576" type="line"/>
- <point x="1144" y="-560" type="line"/>
- <point x="1112" y="-504"/>
- <point x="1096" y="-440"/>
- <point x="1096" y="-296" type="curve" smooth="yes"/>
- <point x="1096" y="152" type="line" smooth="yes"/>
- <point x="1096" y="416"/>
- <point x="924" y="540"/>
- <point x="664" y="540" type="curve" smooth="yes"/>
- <point x="376" y="540"/>
- <point x="188" y="392"/>
- <point x="188" y="188" type="curve"/>
- <point x="500" y="188" type="line"/>
- <point x="500" y="268"/>
- <point x="552" y="300"/>
- <point x="636" y="300" type="curve" smooth="yes"/>
- <point x="736" y="300"/>
- <point x="792" y="248"/>
- <point x="792" y="156" type="curve" smooth="yes"/>
+ <point x="792.0" y="-300.0" type="line"/>
+ <point x="792.0" y="-404.0"/>
+ <point x="804.0" y="-508.0"/>
+ <point x="836.0" y="-576.0" type="curve"/>
+ <point x="1144.0" y="-576.0" type="line"/>
+ <point x="1144.0" y="-560.0" type="line"/>
+ <point x="1112.0" y="-504.0"/>
+ <point x="1096.0" y="-440.0"/>
+ <point x="1096.0" y="-296.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="152.0" type="line" smooth="yes"/>
+ <point x="1096.0" y="416.0"/>
+ <point x="924.0" y="540.0"/>
+ <point x="664.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="540.0"/>
+ <point x="188.0" y="392.0"/>
+ <point x="188.0" y="188.0" type="curve"/>
+ <point x="500.0" y="188.0" type="line"/>
+ <point x="500.0" y="268.0"/>
+ <point x="552.0" y="300.0"/>
+ <point x="636.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="300.0"/>
+ <point x="792.0" y="248.0"/>
+ <point x="792.0" y="156.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="832" y="96" type="line"/>
- <point x="676" y="96" type="line" smooth="yes"/>
- <point x="328" y="96"/>
- <point x="164" y="-36"/>
- <point x="164" y="-264" type="curve" smooth="yes"/>
- <point x="164" y="-468"/>
- <point x="308" y="-596"/>
- <point x="516" y="-596" type="curve" smooth="yes"/>
- <point x="724" y="-596"/>
- <point x="828" y="-464"/>
- <point x="880" y="-356" type="curve"/>
- <point x="804" y="-216" type="line"/>
- <point x="804" y="-272"/>
- <point x="716" y="-352"/>
- <point x="596" y="-352" type="curve" smooth="yes"/>
- <point x="512" y="-352"/>
- <point x="468" y="-308"/>
- <point x="468" y="-236" type="curve" smooth="yes"/>
- <point x="468" y="-148"/>
- <point x="540" y="-84"/>
- <point x="676" y="-84" type="curve" smooth="yes"/>
- <point x="832" y="-84" type="line"/>
+ <point x="832.0" y="96.0" type="line"/>
+ <point x="676.0" y="96.0" type="line" smooth="yes"/>
+ <point x="328.0" y="96.0"/>
+ <point x="164.0" y="-36.0"/>
+ <point x="164.0" y="-264.0" type="curve" smooth="yes"/>
+ <point x="164.0" y="-468.0"/>
+ <point x="308.0" y="-596.0"/>
+ <point x="516.0" y="-596.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="-596.0"/>
+ <point x="828.0" y="-464.0"/>
+ <point x="880.0" y="-356.0" type="curve"/>
+ <point x="804.0" y="-216.0" type="line"/>
+ <point x="804.0" y="-272.0"/>
+ <point x="716.0" y="-352.0"/>
+ <point x="596.0" y="-352.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="-352.0"/>
+ <point x="468.0" y="-308.0"/>
+ <point x="468.0" y="-236.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="-148.0"/>
+ <point x="540.0" y="-84.0"/>
+ <point x="676.0" y="-84.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="-84.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1145, 'leftMargin': 152, 'rightMargin': 13}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.22</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2091.glif b/src/Inter-UI-Black.ufo/glyphs/uni2091.glif
index c7a478f70..b8b6c89c8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2091.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2091.glif
@@ -1,47 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2091" format="1">
- <advance width="1312"/>
+<glyph name="uni2091" format="2">
+ <advance width="1312.0"/>
<unicode hex="2091"/>
<outline>
<contour>
- <point x="704" y="-604" type="curve" smooth="yes" name="hr00"/>
- <point x="916" y="-604"/>
- <point x="1068" y="-504"/>
- <point x="1136" y="-408" type="curve"/>
- <point x="984" y="-224" type="line"/>
- <point x="916" y="-304"/>
- <point x="820" y="-340"/>
- <point x="724" y="-340" type="curve" smooth="yes"/>
- <point x="564" y="-340"/>
- <point x="448" y="-232"/>
- <point x="448" y="-68" type="curve" smooth="yes"/>
- <point x="448" y="-28" type="line" smooth="yes"/>
- <point x="448" y="148"/>
- <point x="512" y="276"/>
- <point x="664" y="276" type="curve" smooth="yes"/>
- <point x="780" y="276"/>
- <point x="856" y="212"/>
- <point x="856" y="100" type="curve" smooth="yes"/>
- <point x="856" y="76" type="line"/>
- <point x="272" y="76" type="line"/>
- <point x="272" y="-140" type="line"/>
- <point x="1164" y="-140" type="line"/>
- <point x="1164" y="0" type="line" smooth="yes"/>
- <point x="1164" y="332"/>
- <point x="980" y="540"/>
- <point x="668" y="540" type="curve" smooth="yes"/>
- <point x="328" y="540"/>
- <point x="144" y="292"/>
- <point x="144" y="-28" type="curve" smooth="yes"/>
- <point x="144" y="-68" type="line" smooth="yes"/>
- <point x="144" y="-356"/>
- <point x="348" y="-604"/>
+ <point x="704.0" y="-604.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="-604.0"/>
+ <point x="1068.0" y="-504.0"/>
+ <point x="1136.0" y="-408.0" type="curve"/>
+ <point x="984.0" y="-224.0" type="line"/>
+ <point x="916.0" y="-304.0"/>
+ <point x="820.0" y="-340.0"/>
+ <point x="724.0" y="-340.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="-340.0"/>
+ <point x="448.0" y="-232.0"/>
+ <point x="448.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="448.0" y="148.0"/>
+ <point x="512.0" y="276.0"/>
+ <point x="664.0" y="276.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="276.0"/>
+ <point x="856.0" y="212.0"/>
+ <point x="856.0" y="100.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="76.0" type="line"/>
+ <point x="272.0" y="76.0" type="line"/>
+ <point x="272.0" y="-140.0" type="line"/>
+ <point x="1164.0" y="-140.0" type="line"/>
+ <point x="1164.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1164.0" y="332.0"/>
+ <point x="980.0" y="540.0"/>
+ <point x="668.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="328.0" y="540.0"/>
+ <point x="144.0" y="292.0"/>
+ <point x="144.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="-68.0" type="line" smooth="yes"/>
+ <point x="144.0" y="-356.0"/>
+ <point x="348.0" y="-604.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1185, 'leftMargin': 132, 'rightMargin': 33}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.31</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2092.glif b/src/Inter-UI-Black.ufo/glyphs/uni2092.glif
index 3d417e0f9..936214bca 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2092.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2092.glif
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2092" format="1">
- <advance width="1312"/>
+<glyph name="uni2092" format="2">
+ <advance width="1312.0"/>
<unicode hex="2092"/>
<outline>
<contour>
- <point x="128" y="-36" type="line"/>
- <point x="128" y="-360"/>
- <point x="316" y="-596"/>
- <point x="656" y="-596" type="curve" smooth="yes"/>
- <point x="1000" y="-596"/>
- <point x="1184" y="-360"/>
- <point x="1184" y="-36" type="curve" smooth="yes"/>
- <point x="1184" y="-16" type="line" smooth="yes"/>
- <point x="1184" y="304"/>
- <point x="1000" y="544"/>
- <point x="656" y="544" type="curve" smooth="yes"/>
- <point x="316" y="544"/>
- <point x="128" y="304"/>
- <point x="128" y="-16" type="curve" smooth="yes"/>
+ <point x="128.0" y="-36.0" type="line"/>
+ <point x="128.0" y="-360.0"/>
+ <point x="316.0" y="-596.0"/>
+ <point x="656.0" y="-596.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="-596.0"/>
+ <point x="1184.0" y="-360.0"/>
+ <point x="1184.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="-16.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="304.0"/>
+ <point x="1000.0" y="544.0"/>
+ <point x="656.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="316.0" y="544.0"/>
+ <point x="128.0" y="304.0"/>
+ <point x="128.0" y="-16.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="436" y="-16" type="line"/>
- <point x="436" y="156"/>
- <point x="504" y="280"/>
- <point x="656" y="280" type="curve" smooth="yes"/>
- <point x="808" y="280"/>
- <point x="876" y="156"/>
- <point x="876" y="-16" type="curve" smooth="yes"/>
- <point x="876" y="-36" type="line" smooth="yes"/>
- <point x="876" y="-216"/>
- <point x="808" y="-332"/>
- <point x="656" y="-332" type="curve" smooth="yes"/>
- <point x="504" y="-332"/>
- <point x="436" y="-216"/>
- <point x="436" y="-36" type="curve" smooth="yes"/>
+ <point x="436.0" y="-16.0" type="line"/>
+ <point x="436.0" y="156.0"/>
+ <point x="504.0" y="280.0"/>
+ <point x="656.0" y="280.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="280.0"/>
+ <point x="876.0" y="156.0"/>
+ <point x="876.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="876.0" y="-36.0" type="line" smooth="yes"/>
+ <point x="876.0" y="-216.0"/>
+ <point x="808.0" y="-332.0"/>
+ <point x="656.0" y="-332.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="-332.0"/>
+ <point x="436.0" y="-216.0"/>
+ <point x="436.0" y="-36.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1221.0, 'leftMargin': 112, 'rightMargin': 53.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2093.glif b/src/Inter-UI-Black.ufo/glyphs/uni2093.glif
index 598320d79..a2a0b39c1 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2093.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2093.glif
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2093" format="1">
- <advance width="1312"/>
+<glyph name="uni2093" format="2">
+ <advance width="1312.0"/>
<unicode hex="2093"/>
<outline>
- <component base="xsuper" yOffset="-1476"/>
+ <component base="xsuper" yOffset="-1476.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1159, 'leftMargin': 88, 'rightMargin': 23}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2094.glif b/src/Inter-UI-Black.ufo/glyphs/uni2094.glif
index 5c6527e43..719de1e43 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2094.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2094.glif
@@ -1,47 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2094" format="1">
- <advance width="1312"/>
+<glyph name="uni2094" format="2">
+ <advance width="1312.0"/>
<unicode hex="2094"/>
<outline>
<contour>
- <point x="608" y="544" type="curve" smooth="yes" name="hr00"/>
- <point x="396" y="544"/>
- <point x="244" y="444"/>
- <point x="176" y="348" type="curve"/>
- <point x="328" y="164" type="line"/>
- <point x="396" y="244"/>
- <point x="492" y="280"/>
- <point x="588" y="280" type="curve" smooth="yes"/>
- <point x="748" y="280"/>
- <point x="864" y="172"/>
- <point x="864" y="8" type="curve" smooth="yes"/>
- <point x="864" y="-32" type="line" smooth="yes"/>
- <point x="864" y="-208"/>
- <point x="800" y="-336"/>
- <point x="648" y="-336" type="curve" smooth="yes"/>
- <point x="532" y="-336"/>
- <point x="456" y="-272"/>
- <point x="456" y="-160" type="curve" smooth="yes"/>
- <point x="456" y="-136" type="line"/>
- <point x="1040" y="-136" type="line"/>
- <point x="1040" y="80" type="line"/>
- <point x="148" y="80" type="line"/>
- <point x="148" y="-60" type="line" smooth="yes"/>
- <point x="148" y="-392"/>
- <point x="332" y="-600"/>
- <point x="644" y="-600" type="curve" smooth="yes"/>
- <point x="984" y="-600"/>
- <point x="1168" y="-352"/>
- <point x="1168" y="-32" type="curve" smooth="yes"/>
- <point x="1168" y="8" type="line" smooth="yes"/>
- <point x="1168" y="296"/>
- <point x="964" y="544"/>
+ <point x="608.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="544.0"/>
+ <point x="244.0" y="444.0"/>
+ <point x="176.0" y="348.0" type="curve"/>
+ <point x="328.0" y="164.0" type="line"/>
+ <point x="396.0" y="244.0"/>
+ <point x="492.0" y="280.0"/>
+ <point x="588.0" y="280.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="280.0"/>
+ <point x="864.0" y="172.0"/>
+ <point x="864.0" y="8.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="-32.0" type="line" smooth="yes"/>
+ <point x="864.0" y="-208.0"/>
+ <point x="800.0" y="-336.0"/>
+ <point x="648.0" y="-336.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="-336.0"/>
+ <point x="456.0" y="-272.0"/>
+ <point x="456.0" y="-160.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="-136.0" type="line"/>
+ <point x="1040.0" y="-136.0" type="line"/>
+ <point x="1040.0" y="80.0" type="line"/>
+ <point x="148.0" y="80.0" type="line"/>
+ <point x="148.0" y="-60.0" type="line" smooth="yes"/>
+ <point x="148.0" y="-392.0"/>
+ <point x="332.0" y="-600.0"/>
+ <point x="644.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="-600.0"/>
+ <point x="1168.0" y="-352.0"/>
+ <point x="1168.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="8.0" type="line" smooth="yes"/>
+ <point x="1168.0" y="296.0"/>
+ <point x="964.0" y="544.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1185, 'leftMargin': 33, 'rightMargin': 132}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.31</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2095.glif b/src/Inter-UI-Black.ufo/glyphs/uni2095.glif
index 18ff4ddfe..14ba63c33 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2095.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2095.glif
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2095" format="1">
- <advance width="1312"/>
+<glyph name="uni2095" format="2">
+ <advance width="1312.0"/>
<unicode hex="2095"/>
<outline>
- <component base="hsuper" xOffset="-4" yOffset="-1476"/>
+ <component base="hsuper" xOffset="-4.0" yOffset="-1476.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1240, 'leftMargin': 160, 'rightMargin': 116}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2096.glif b/src/Inter-UI-Black.ufo/glyphs/uni2096.glif
index 5ac9942c4..a86ed3735 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2096.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2096.glif
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2096" format="1">
- <advance width="1312"/>
+<glyph name="uni2096" format="2">
+ <advance width="1312.0"/>
<unicode hex="2096"/>
<outline>
<contour>
- <point x="440" y="1012" type="line"/>
- <point x="136" y="1012" type="line"/>
- <point x="136" y="-576" type="line"/>
- <point x="440" y="-576" type="line"/>
+ <point x="440.0" y="1012.0" type="line"/>
+ <point x="136.0" y="1012.0" type="line"/>
+ <point x="136.0" y="-576.0" type="line"/>
+ <point x="440.0" y="-576.0" type="line"/>
</contour>
<contour>
- <point x="1128" y="528" type="line"/>
- <point x="764" y="528" type="line"/>
- <point x="484" y="192" type="line"/>
- <point x="276" y="-80" type="line"/>
- <point x="412" y="-284" type="line"/>
- <point x="648" y="-36" type="line"/>
+ <point x="1128.0" y="528.0" type="line"/>
+ <point x="764.0" y="528.0" type="line"/>
+ <point x="484.0" y="192.0" type="line"/>
+ <point x="276.0" y="-80.0" type="line"/>
+ <point x="412.0" y="-284.0" type="line"/>
+ <point x="648.0" y="-36.0" type="line"/>
</contour>
<contour>
- <point x="796" y="-576" type="line"/>
- <point x="1172" y="-576" type="line"/>
- <point x="728" y="108" type="line"/>
- <point x="492" y="-72" type="line"/>
+ <point x="796.0" y="-576.0" type="line"/>
+ <point x="1172.0" y="-576.0" type="line"/>
+ <point x="728.0" y="108.0" type="line"/>
+ <point x="492.0" y="-72.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1200, 'leftMargin': 124, 'rightMargin': 40}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2097.glif b/src/Inter-UI-Black.ufo/glyphs/uni2097.glif
index f269e684b..14dea1f29 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2097.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2097.glif
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2097" format="1">
- <advance width="544"/>
+<glyph name="uni2097" format="2">
+ <advance width="544.0"/>
<unicode hex="2097"/>
<outline>
- <component base="shindagesh" xOffset="-4" yOffset="-1476"/>
+ <component base="shindagesh" xOffset="-4.0" yOffset="-1476.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 638.0, 'leftMargin': 132, 'rightMargin': 198.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2098.glif b/src/Inter-UI-Black.ufo/glyphs/uni2098.glif
index c5139da9b..9940907d6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2098.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2098.glif
@@ -1,56 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2098" format="1">
- <advance width="1824"/>
+<glyph name="uni2098" format="2">
+ <advance width="1824.0"/>
<unicode hex="2098"/>
<outline>
<contour>
- <point x="372" y="8" type="line"/>
- <point x="372" y="156"/>
- <point x="428" y="272"/>
- <point x="584" y="272" type="curve" smooth="yes"/>
- <point x="696" y="272"/>
- <point x="756" y="208"/>
- <point x="756" y="12" type="curve" smooth="yes"/>
- <point x="756" y="-576" type="line"/>
- <point x="1064" y="-576" type="line"/>
- <point x="1064" y="120" type="line" smooth="yes"/>
- <point x="1064" y="416"/>
- <point x="928" y="540"/>
- <point x="696" y="540" type="curve" smooth="yes"/>
- <point x="448" y="540"/>
- <point x="308" y="316"/>
- <point x="308" y="4" type="curve"/>
+ <point x="372.0" y="8.0" type="line"/>
+ <point x="372.0" y="156.0"/>
+ <point x="428.0" y="272.0"/>
+ <point x="584.0" y="272.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="272.0"/>
+ <point x="756.0" y="208.0"/>
+ <point x="756.0" y="12.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="-576.0" type="line"/>
+ <point x="1064.0" y="-576.0" type="line"/>
+ <point x="1064.0" y="120.0" type="line" smooth="yes"/>
+ <point x="1064.0" y="416.0"/>
+ <point x="928.0" y="540.0"/>
+ <point x="696.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="540.0"/>
+ <point x="308.0" y="316.0"/>
+ <point x="308.0" y="4.0" type="curve"/>
</contour>
<contour>
- <point x="408" y="292" type="line"/>
- <point x="344" y="528" type="line"/>
- <point x="100" y="528" type="line"/>
- <point x="100" y="-576" type="line"/>
- <point x="408" y="-576" type="line"/>
+ <point x="408.0" y="292.0" type="line"/>
+ <point x="344.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="408.0" y="-576.0" type="line"/>
</contour>
<contour>
- <point x="1028" y="8" type="line"/>
- <point x="1028" y="156"/>
- <point x="1084" y="272"/>
- <point x="1240" y="272" type="curve" smooth="yes"/>
- <point x="1352" y="272"/>
- <point x="1412" y="208"/>
- <point x="1412" y="12" type="curve" smooth="yes"/>
- <point x="1412" y="-576" type="line"/>
- <point x="1720" y="-576" type="line"/>
- <point x="1720" y="120" type="line" smooth="yes"/>
- <point x="1720" y="416"/>
- <point x="1584" y="540"/>
- <point x="1352" y="540" type="curve" smooth="yes"/>
- <point x="1104" y="540"/>
- <point x="964" y="316"/>
- <point x="964" y="4" type="curve"/>
+ <point x="1028.0" y="8.0" type="line"/>
+ <point x="1028.0" y="156.0"/>
+ <point x="1084.0" y="272.0"/>
+ <point x="1240.0" y="272.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="272.0"/>
+ <point x="1412.0" y="208.0"/>
+ <point x="1412.0" y="12.0" type="curve" smooth="yes"/>
+ <point x="1412.0" y="-576.0" type="line"/>
+ <point x="1720.0" y="-576.0" type="line"/>
+ <point x="1720.0" y="120.0" type="line" smooth="yes"/>
+ <point x="1720.0" y="416.0"/>
+ <point x="1584.0" y="540.0"/>
+ <point x="1352.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="540.0"/>
+ <point x="964.0" y="316.0"/>
+ <point x="964.0" y="4.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1896, 'leftMargin': 88, 'rightMargin': 188}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2099.glif b/src/Inter-UI-Black.ufo/glyphs/uni2099.glif
index daa631057..9adffacf6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2099.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2099.glif
@@ -1,38 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2099" format="1">
- <advance width="1312"/>
+<glyph name="uni2099" format="2">
+ <advance width="1312.0"/>
<unicode hex="2099"/>
<outline>
<contour>
- <point x="448" y="8" type="line"/>
- <point x="448" y="160"/>
- <point x="504" y="276"/>
- <point x="660" y="276" type="curve" smooth="yes"/>
- <point x="772" y="276"/>
- <point x="832" y="208"/>
- <point x="832" y="16" type="curve" smooth="yes"/>
- <point x="832" y="-572" type="line"/>
- <point x="1140" y="-572" type="line"/>
- <point x="1140" y="120" type="line" smooth="yes"/>
- <point x="1140" y="416"/>
- <point x="1004" y="544"/>
- <point x="772" y="544" type="curve" smooth="yes"/>
- <point x="524" y="544"/>
- <point x="384" y="316"/>
- <point x="384" y="8" type="curve"/>
+ <point x="448.0" y="8.0" type="line"/>
+ <point x="448.0" y="160.0"/>
+ <point x="504.0" y="276.0"/>
+ <point x="660.0" y="276.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="276.0"/>
+ <point x="832.0" y="208.0"/>
+ <point x="832.0" y="16.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="-572.0" type="line"/>
+ <point x="1140.0" y="-572.0" type="line"/>
+ <point x="1140.0" y="120.0" type="line" smooth="yes"/>
+ <point x="1140.0" y="416.0"/>
+ <point x="1004.0" y="544.0"/>
+ <point x="772.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="544.0"/>
+ <point x="384.0" y="316.0"/>
+ <point x="384.0" y="8.0" type="curve"/>
</contour>
<contour>
- <point x="484" y="292" type="line"/>
- <point x="420" y="528" type="line"/>
- <point x="176" y="528" type="line"/>
- <point x="176" y="-572" type="line"/>
- <point x="484" y="-572" type="line"/>
+ <point x="484.0" y="292.0" type="line"/>
+ <point x="420.0" y="528.0" type="line"/>
+ <point x="176.0" y="528.0" type="line"/>
+ <point x="176.0" y="-572.0" type="line"/>
+ <point x="484.0" y="-572.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1240, 'leftMargin': 138, 'rightMargin': 137}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni209A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni209A_.glif
index b59f142bb..5107635d7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni209A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni209A_.glif
@@ -1,52 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni209A" format="1">
- <advance width="1312"/>
+<glyph name="uni209A" format="2">
+ <advance width="1312.0"/>
<unicode hex="209A"/>
<outline>
<contour>
- <point x="468" y="-728" type="line"/>
- <point x="468" y="244" type="line"/>
- <point x="424" y="516" type="line"/>
- <point x="160" y="516" type="line"/>
- <point x="160" y="-728" type="line"/>
+ <point x="468.0" y="-728.0" type="line"/>
+ <point x="468.0" y="244.0" type="line"/>
+ <point x="424.0" y="516.0" type="line"/>
+ <point x="160.0" y="516.0" type="line"/>
+ <point x="160.0" y="-728.0" type="line"/>
</contour>
<contour>
- <point x="1152" y="36" type="line"/>
- <point x="1152" y="336"/>
- <point x="1016" y="536"/>
- <point x="724" y="536" type="curve" smooth="yes"/>
- <point x="456" y="536"/>
- <point x="344" y="320"/>
- <point x="304" y="40" type="curve"/>
- <point x="304" y="12" type="line"/>
- <point x="344" y="-256"/>
- <point x="456" y="-476"/>
- <point x="724" y="-476" type="curve" smooth="yes"/>
- <point x="1016" y="-476"/>
- <point x="1152" y="-272"/>
- <point x="1152" y="16" type="curve" smooth="yes"/>
+ <point x="1152.0" y="36.0" type="line"/>
+ <point x="1152.0" y="336.0"/>
+ <point x="1016.0" y="536.0"/>
+ <point x="724.0" y="536.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="536.0"/>
+ <point x="344.0" y="320.0"/>
+ <point x="304.0" y="40.0" type="curve"/>
+ <point x="304.0" y="12.0" type="line"/>
+ <point x="344.0" y="-256.0"/>
+ <point x="456.0" y="-476.0"/>
+ <point x="724.0" y="-476.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="-476.0"/>
+ <point x="1152.0" y="-272.0"/>
+ <point x="1152.0" y="16.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="844" y="16" type="line"/>
- <point x="844" y="-108"/>
- <point x="792" y="-212"/>
- <point x="640" y="-212" type="curve" smooth="yes"/>
- <point x="488" y="-212"/>
- <point x="436" y="-140"/>
- <point x="436" y="-16" type="curve" smooth="yes"/>
- <point x="436" y="68" type="line" smooth="yes"/>
- <point x="436" y="200"/>
- <point x="488" y="272"/>
- <point x="640" y="272" type="curve" smooth="yes"/>
- <point x="796" y="272"/>
- <point x="844" y="180"/>
- <point x="844" y="36" type="curve" smooth="yes"/>
+ <point x="844.0" y="16.0" type="line"/>
+ <point x="844.0" y="-108.0"/>
+ <point x="792.0" y="-212.0"/>
+ <point x="640.0" y="-212.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="-212.0"/>
+ <point x="436.0" y="-140.0"/>
+ <point x="436.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="68.0" type="line" smooth="yes"/>
+ <point x="436.0" y="200.0"/>
+ <point x="488.0" y="272.0"/>
+ <point x="640.0" y="272.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="272.0"/>
+ <point x="844.0" y="180.0"/>
+ <point x="844.0" y="36.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1210.0, 'leftMargin': 138, 'rightMargin': 82.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni209B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni209B_.glif
index 7571b3085..30de62a31 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni209B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni209B_.glif
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni209B" format="1">
- <advance width="1312"/>
+<glyph name="uni209B" format="2">
+ <advance width="1312.0"/>
<unicode hex="209B"/>
<outline>
- <component base="tavdages" yOffset="-1476"/>
+ <component base="tavdages" yOffset="-1476.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1123, 'leftMargin': 160, 'rightMargin': 3}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni209C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni209C_.glif
index 767f2b501..8bc8560cc 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni209C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni209C_.glif
@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni209C" format="1">
- <advance width="800"/>
+<glyph name="uni209C" format="2">
+ <advance width="800.0"/>
<unicode hex="209C"/>
<outline>
<contour>
- <point x="712" y="520" type="line"/>
- <point x="76" y="520" type="line"/>
- <point x="76" y="280" type="line"/>
- <point x="712" y="280" type="line"/>
+ <point x="712.0" y="520.0" type="line"/>
+ <point x="76.0" y="520.0" type="line"/>
+ <point x="76.0" y="280.0" type="line"/>
+ <point x="712.0" y="280.0" type="line"/>
</contour>
<contour>
- <point x="224" y="796" type="line"/>
- <point x="224" y="-224" type="line" smooth="yes"/>
- <point x="224" y="-492"/>
- <point x="340" y="-600"/>
- <point x="536" y="-600" type="curve" smooth="yes"/>
- <point x="612" y="-600"/>
- <point x="672" y="-592"/>
- <point x="724" y="-572" type="curve"/>
- <point x="724" y="-324" type="line"/>
- <point x="704" y="-328"/>
- <point x="680" y="-332"/>
- <point x="640" y="-332" type="curve" smooth="yes"/>
- <point x="560" y="-332"/>
- <point x="528" y="-304"/>
- <point x="528" y="-220" type="curve" smooth="yes"/>
- <point x="528" y="796" type="line"/>
+ <point x="224.0" y="796.0" type="line"/>
+ <point x="224.0" y="-224.0" type="line" smooth="yes"/>
+ <point x="224.0" y="-492.0"/>
+ <point x="340.0" y="-600.0"/>
+ <point x="536.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="-600.0"/>
+ <point x="672.0" y="-592.0"/>
+ <point x="724.0" y="-572.0" type="curve"/>
+ <point x="724.0" y="-324.0" type="line"/>
+ <point x="704.0" y="-328.0"/>
+ <point x="680.0" y="-332.0"/>
+ <point x="640.0" y="-332.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="-332.0"/>
+ <point x="528.0" y="-304.0"/>
+ <point x="528.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="796.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 760, 'leftMargin': 60, 'rightMargin': 52}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20AF__.glif b/src/Inter-UI-Black.ufo/glyphs/uni20AF__.glif
deleted file mode 100644
index 99634df69..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20AF__.glif
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20AF" format="1">
- <advance width="3872"/>
- <unicode hex="20AF"/>
- <outline>
- <contour>
- <point x="1472" y="-28" type="line"/>
- <point x="1984" y="-28"/>
- <point x="2268" y="300"/>
- <point x="2268" y="972" type="curve" smooth="yes"/>
- <point x="2268" y="1056" type="line" smooth="yes"/>
- <point x="2268" y="1624"/>
- <point x="1948" y="2076"/>
- <point x="1348" y="2076" type="curve" smooth="yes"/>
- <point x="1016" y="2076"/>
- <point x="688" y="2008"/>
- <point x="352" y="1928" type="curve"/>
- <point x="352" y="1568" type="line"/>
- <point x="748" y="1656"/>
- <point x="1016" y="1720"/>
- <point x="1316" y="1720" type="curve" smooth="yes"/>
- <point x="1688" y="1720"/>
- <point x="1824" y="1452"/>
- <point x="1824" y="1060" type="curve" smooth="yes"/>
- <point x="1824" y="972" type="line" smooth="yes"/>
- <point x="1824" y="580"/>
- <point x="1784" y="332"/>
- <point x="1472" y="332" type="curve"/>
- </contour>
- <contour>
- <point x="1164" y="2304" type="line"/>
- <point x="720" y="2304" type="line"/>
- <point x="720" y="404" type="line" smooth="yes"/>
- <point x="720" y="308"/>
- <point x="688" y="248"/>
- <point x="600" y="248" type="curve" smooth="yes"/>
- <point x="536" y="248"/>
- <point x="476" y="276"/>
- <point x="476" y="348" type="curve" smooth="yes"/>
- <point x="476" y="416"/>
- <point x="532" y="444"/>
- <point x="592" y="444" type="curve" smooth="yes"/>
- <point x="812" y="444"/>
- <point x="968" y="-28"/>
- <point x="1472" y="-28" type="curve"/>
- <point x="1472" y="332" type="line"/>
- <point x="1140" y="332"/>
- <point x="1024" y="744"/>
- <point x="568" y="744" type="curve" smooth="yes"/>
- <point x="256" y="744"/>
- <point x="92" y="596"/>
- <point x="92" y="364" type="curve" smooth="yes"/>
- <point x="92" y="128"/>
- <point x="260" y="-28"/>
- <point x="604" y="-28" type="curve" smooth="yes"/>
- <point x="1040" y="-28"/>
- <point x="1164" y="216"/>
- <point x="1164" y="520" type="curve" smooth="yes"/>
- </contour>
- <component base="rho" xOffset="2184"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3743, 'leftMargin': 55, 'rightMargin': 0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20A_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20A_F_.glif
new file mode 100644
index 000000000..07e802c58
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20A_F_.glif
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20AF" format="2">
+ <advance width="3872.0"/>
+ <unicode hex="20AF"/>
+ <outline>
+ <contour>
+ <point x="1472.0" y="-28.0" type="line"/>
+ <point x="1984.0" y="-28.0"/>
+ <point x="2268.0" y="300.0"/>
+ <point x="2268.0" y="972.0" type="curve" smooth="yes"/>
+ <point x="2268.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="2268.0" y="1624.0"/>
+ <point x="1948.0" y="2076.0"/>
+ <point x="1348.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="2076.0"/>
+ <point x="688.0" y="2008.0"/>
+ <point x="352.0" y="1928.0" type="curve"/>
+ <point x="352.0" y="1568.0" type="line"/>
+ <point x="748.0" y="1656.0"/>
+ <point x="1016.0" y="1720.0"/>
+ <point x="1316.0" y="1720.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="1720.0"/>
+ <point x="1824.0" y="1452.0"/>
+ <point x="1824.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="1824.0" y="972.0" type="line" smooth="yes"/>
+ <point x="1824.0" y="580.0"/>
+ <point x="1784.0" y="332.0"/>
+ <point x="1472.0" y="332.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1164.0" y="2304.0" type="line"/>
+ <point x="720.0" y="2304.0" type="line"/>
+ <point x="720.0" y="404.0" type="line" smooth="yes"/>
+ <point x="720.0" y="308.0"/>
+ <point x="688.0" y="248.0"/>
+ <point x="600.0" y="248.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="248.0"/>
+ <point x="476.0" y="276.0"/>
+ <point x="476.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="416.0"/>
+ <point x="532.0" y="444.0"/>
+ <point x="592.0" y="444.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="444.0"/>
+ <point x="968.0" y="-28.0"/>
+ <point x="1472.0" y="-28.0" type="curve"/>
+ <point x="1472.0" y="332.0" type="line"/>
+ <point x="1140.0" y="332.0"/>
+ <point x="1024.0" y="744.0"/>
+ <point x="568.0" y="744.0" type="curve" smooth="yes"/>
+ <point x="256.0" y="744.0"/>
+ <point x="92.0" y="596.0"/>
+ <point x="92.0" y="364.0" type="curve" smooth="yes"/>
+ <point x="92.0" y="128.0"/>
+ <point x="260.0" y="-28.0"/>
+ <point x="604.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="-28.0"/>
+ <point x="1164.0" y="216.0"/>
+ <point x="1164.0" y="520.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="2328.0" y="-572.0" type="line"/>
+ <point x="2772.0" y="-572.0" type="line"/>
+ <point x="2772.0" y="768.0" type="line" smooth="yes"/>
+ <point x="2772.0" y="1016.0"/>
+ <point x="2840.0" y="1180.0"/>
+ <point x="3004.0" y="1180.0" type="curve" smooth="yes"/>
+ <point x="3188.0" y="1180.0"/>
+ <point x="3252.0" y="996.0"/>
+ <point x="3252.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="3252.0" y="732.0" type="line" smooth="yes"/>
+ <point x="3252.0" y="504.0"/>
+ <point x="3192.0" y="336.0"/>
+ <point x="3008.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="2808.0" y="336.0"/>
+ <point x="2772.0" y="548.0"/>
+ <point x="2772.0" y="736.0" type="curve"/>
+ <point x="2580.0" y="688.0" type="line"/>
+ <point x="2636.0" y="272.0"/>
+ <point x="2752.0" y="-28.0"/>
+ <point x="3116.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="3480.0" y="-28.0"/>
+ <point x="3696.0" y="272.0"/>
+ <point x="3696.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="3696.0" y="760.0" type="line" smooth="yes"/>
+ <point x="3696.0" y="1188.0"/>
+ <point x="3528.0" y="1556.0"/>
+ <point x="3020.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="2588.0" y="1556.0"/>
+ <point x="2328.0" y="1292.0"/>
+ <point x="2328.0" y="816.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B0_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B0_.glif
deleted file mode 100644
index b2db61a9f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20B0_.glif
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20B0" format="1">
- <advance width="2080"/>
- <unicode hex="20B0"/>
- <outline>
- <contour>
- <point x="176" y="0" type="line"/>
- <point x="556" y="0" type="line"/>
- <point x="732" y="352" type="line"/>
- <point x="1120" y="-28" type="line"/>
- <point x="1668" y="892"/>
- <point x="1904" y="1244"/>
- <point x="1904" y="1640" type="curve" smooth="yes"/>
- <point x="1904" y="1944"/>
- <point x="1704" y="2144"/>
- <point x="1376" y="2144" type="curve" smooth="yes"/>
- <point x="1064" y="2144"/>
- <point x="832" y="1960"/>
- <point x="832" y="1624" type="curve" smooth="yes"/>
- <point x="832" y="1412"/>
- <point x="908" y="1156"/>
- <point x="960" y="1008" type="curve" smooth="yes"/>
- <point x="1228" y="276" type="line" smooth="yes"/>
- <point x="1288" y="108"/>
- <point x="1356" y="-44"/>
- <point x="1356" y="-132" type="curve" smooth="yes"/>
- <point x="1356" y="-188"/>
- <point x="1340" y="-244"/>
- <point x="1240" y="-244" type="curve" smooth="yes"/>
- <point x="1180" y="-244"/>
- <point x="1108" y="-228"/>
- <point x="1004" y="-184" type="curve"/>
- <point x="1004" y="-536" type="line"/>
- <point x="1096" y="-572"/>
- <point x="1200" y="-600"/>
- <point x="1324" y="-600" type="curve" smooth="yes"/>
- <point x="1584" y="-600"/>
- <point x="1756" y="-468"/>
- <point x="1756" y="-228" type="curve" smooth="yes"/>
- <point x="1756" y="-100"/>
- <point x="1728" y="20"/>
- <point x="1644" y="260" type="curve" smooth="yes"/>
- <point x="1320" y="1184" type="line" smooth="yes"/>
- <point x="1272" y="1316"/>
- <point x="1232" y="1464"/>
- <point x="1232" y="1584" type="curve" smooth="yes"/>
- <point x="1232" y="1692"/>
- <point x="1268" y="1788"/>
- <point x="1384" y="1788" type="curve" smooth="yes"/>
- <point x="1492" y="1788"/>
- <point x="1532" y="1700"/>
- <point x="1532" y="1596" type="curve" smooth="yes"/>
- <point x="1532" y="1396"/>
- <point x="1460" y="1220"/>
- <point x="1156" y="656" type="curve"/>
- <point x="1076" y="504" type="line"/>
- <point x="668" y="960" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1921, 'leftMargin': 55, 'rightMargin': 140}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B6_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B6_.glif
deleted file mode 100644
index 5ae8942e2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20B6_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20B6" format="1">
- <advance width="1824"/>
- <unicode hex="20B6"/>
- <outline>
- <contour>
- <point x="1692" y="1488" type="line"/>
- <point x="112" y="1488" type="line"/>
- <point x="112" y="1168" type="line"/>
- <point x="1692" y="1168" type="line"/>
- </contour>
- <contour>
- <point x="1004" y="1860" type="line"/>
- <point x="1004" y="464" type="line" smooth="yes"/>
- <point x="1004" y="108"/>
- <point x="1160" y="-28"/>
- <point x="1460" y="-28" type="curve" smooth="yes"/>
- <point x="1556" y="-28"/>
- <point x="1636" y="-16"/>
- <point x="1712" y="12" type="curve"/>
- <point x="1712" y="344" type="line"/>
- <point x="1684" y="340"/>
- <point x="1648" y="336"/>
- <point x="1596" y="336" type="curve" smooth="yes"/>
- <point x="1488" y="336"/>
- <point x="1448" y="372"/>
- <point x="1448" y="484" type="curve" smooth="yes"/>
- <point x="1448" y="1860" type="line"/>
- </contour>
- <component base="l" xOffset="208"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1766, 'leftMargin': 55, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B7_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B7_.glif
deleted file mode 100644
index f5806627d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20B7_.glif
+++ /dev/null
@@ -1,106 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20B7" format="1">
- <advance width="2080"/>
- <unicode hex="20B7"/>
- <outline>
- <contour>
- <point x="328" y="280" type="line" name="hr00"/>
- <point x="328" y="396"/>
- <point x="368" y="484"/>
- <point x="492" y="484" type="curve" smooth="yes"/>
- <point x="576" y="484"/>
- <point x="620" y="432"/>
- <point x="620" y="288" type="curve" smooth="yes"/>
- <point x="620" y="-164" type="line"/>
- <point x="856" y="-164" type="line"/>
- <point x="856" y="368" type="line" smooth="yes"/>
- <point x="856" y="592"/>
- <point x="752" y="688"/>
- <point x="576" y="688" type="curve" smooth="yes"/>
- <point x="384" y="688"/>
- <point x="280" y="516"/>
- <point x="280" y="280" type="curve"/>
- </contour>
- <contour>
- <point x="352" y="496" type="line"/>
- <point x="304" y="676" type="line"/>
- <point x="116" y="676" type="line"/>
- <point x="116" y="-164" type="line"/>
- <point x="352" y="-164" type="line"/>
- </contour>
- <contour>
- <point x="788" y="284" type="line"/>
- <point x="788" y="396"/>
- <point x="868" y="484"/>
- <point x="992" y="484" type="curve" smooth="yes"/>
- <point x="1076" y="484"/>
- <point x="1120" y="432"/>
- <point x="1120" y="288" type="curve" smooth="yes"/>
- <point x="1120" y="-164" type="line"/>
- <point x="1356" y="-164" type="line"/>
- <point x="1356" y="368" type="line" smooth="yes"/>
- <point x="1356" y="592"/>
- <point x="1252" y="688"/>
- <point x="1076" y="688" type="curve" smooth="yes"/>
- <point x="888" y="688"/>
- <point x="780" y="516"/>
- <point x="780" y="280" type="curve"/>
- </contour>
- <contour>
- <point x="1504" y="532" type="curve" smooth="yes"/>
- <point x="1504" y="384"/>
- <point x="1372" y="332"/>
- <point x="1136" y="332" type="curve" smooth="yes"/>
- <point x="840" y="336"/>
- <point x="508" y="360"/>
- <point x="284" y="560" type="curve"/>
- <point x="136" y="324" type="line"/>
- <point x="320" y="112"/>
- <point x="732" y="-28"/>
- <point x="1136" y="-28" type="curve" smooth="yes"/>
- <point x="1672" y="-28"/>
- <point x="1964" y="160"/>
- <point x="1964" y="536" type="curve" smooth="yes"/>
- <point x="1964" y="892"/>
- <point x="1704" y="1068"/>
- <point x="1288" y="1200" type="curve" smooth="yes"/>
- <point x="1084" y="1264"/>
- <point x="920" y="1336"/>
- <point x="920" y="1468" type="curve" smooth="yes"/>
- <point x="920" y="1572"/>
- <point x="1020" y="1664"/>
- <point x="1204" y="1664" type="curve" smooth="yes"/>
- <point x="1400" y="1664"/>
- <point x="1504" y="1568"/>
- <point x="1504" y="1408" type="curve"/>
- <point x="1964" y="1408" type="line"/>
- <point x="1964" y="1776"/>
- <point x="1676" y="2032"/>
- <point x="1212" y="2032" type="curve" smooth="yes"/>
- <point x="776" y="2032"/>
- <point x="460" y="1812"/>
- <point x="460" y="1468" type="curve" smooth="yes"/>
- <point x="460" y="1112"/>
- <point x="776" y="940"/>
- <point x="1188" y="812" type="curve" smooth="yes"/>
- <point x="1424" y="732"/>
- <point x="1504" y="660"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1987, 'leftMargin': 55, 'rightMargin': 85}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B9_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B9_.glif
deleted file mode 100644
index b7d21a9c1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20B9_.glif
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20B9" format="1">
- <advance width="1568"/>
- <unicode hex="20B9"/>
- <outline>
- <contour>
- <point x="1472" y="1536" type="line" name="hr00"/>
- <point x="168" y="1536" type="line"/>
- <point x="96" y="1248" type="line"/>
- <point x="1400" y="1248" type="line"/>
- </contour>
- <contour>
- <point x="776" y="0" type="line"/>
- <point x="1272" y="0" type="line"/>
- <point x="1272" y="20" type="line"/>
- <point x="700" y="752" type="line"/>
- <point x="1060" y="856"/>
- <point x="1208" y="1064"/>
- <point x="1208" y="1416" type="curve" smooth="yes"/>
- <point x="1208" y="1812"/>
- <point x="952" y="2048"/>
- <point x="452" y="2048" type="curve" smooth="yes"/>
- <point x="180" y="2048" type="line"/>
- <point x="96" y="1672" type="line"/>
- <point x="452" y="1672" type="line" smooth="yes"/>
- <point x="672" y="1672"/>
- <point x="752" y="1548"/>
- <point x="752" y="1376" type="curve" smooth="yes"/>
- <point x="752" y="1200"/>
- <point x="656" y="1064"/>
- <point x="452" y="1064" type="curve" smooth="yes"/>
- <point x="132" y="1064" type="line"/>
- <point x="132" y="800" type="line"/>
- </contour>
- <contour>
- <point x="1476" y="2048" type="line"/>
- <point x="388" y="2048" type="line"/>
- <point x="316" y="1756" type="line"/>
- <point x="1400" y="1756" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1491, 'leftMargin': 55, 'rightMargin': 55}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20BA__.glif b/src/Inter-UI-Black.ufo/glyphs/uni20BA__.glif
deleted file mode 100644
index d58d8aded..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20BA__.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20BA" format="1">
- <advance width="1780"/>
- <unicode hex="20BA"/>
- <outline>
- <contour>
- <point x="788" y="2048" type="line"/>
- <point x="328" y="2048" type="line"/>
- <point x="328" y="0" type="line"/>
- <point x="788" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1184" y="968" type="line"/>
- <point x="1184" y="560"/>
- <point x="1044" y="348"/>
- <point x="780" y="348" type="curve"/>
- <point x="328" y="0" type="line"/>
- <point x="440" y="-16"/>
- <point x="592" y="-28"/>
- <point x="780" y="-28" type="curve" smooth="yes"/>
- <point x="1288" y="-28"/>
- <point x="1652" y="348"/>
- <point x="1652" y="968" type="curve"/>
- </contour>
- <contour>
- <point x="1064" y="1884" type="line"/>
- <point x="140" y="1624" type="line"/>
- <point x="140" y="1320" type="line"/>
- <point x="1064" y="1576" type="line"/>
- </contour>
- <contour>
- <point x="1064" y="1428" type="line"/>
- <point x="140" y="1172" type="line"/>
- <point x="140" y="868" type="line"/>
- <point x="1064" y="1124" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1701, 'leftMargin': 55, 'rightMargin': 99}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20BB__.glif b/src/Inter-UI-Black.ufo/glyphs/uni20BB__.glif
deleted file mode 100644
index 61d1ad282..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20BB__.glif
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20BB" format="1">
- <advance width="2592"/>
- <unicode hex="20BB"/>
- <outline>
- <contour>
- <point x="1212" y="1416" type="line"/>
- <point x="1212" y="1716"/>
- <point x="1088" y="1960"/>
- <point x="652" y="1960" type="curve" smooth="yes"/>
- <point x="308" y="1960"/>
- <point x="140" y="1804"/>
- <point x="140" y="1572" type="curve" smooth="yes"/>
- <point x="140" y="1340"/>
- <point x="304" y="1188"/>
- <point x="616" y="1188" type="curve" smooth="yes"/>
- <point x="1668" y="1188" type="line"/>
- <point x="1668" y="1488" type="line"/>
- <point x="660" y="1488" type="line" smooth="yes"/>
- <point x="580" y="1488"/>
- <point x="524" y="1516"/>
- <point x="524" y="1584" type="curve" smooth="yes"/>
- <point x="524" y="1660"/>
- <point x="584" y="1684"/>
- <point x="648" y="1684" type="curve" smooth="yes"/>
- <point x="736" y="1684"/>
- <point x="768" y="1624"/>
- <point x="768" y="1528" type="curve" smooth="yes"/>
- <point x="768" y="644" type="line" smooth="yes"/>
- <point x="768" y="264"/>
- <point x="920" y="0"/>
- <point x="1628" y="0" type="curve"/>
- <point x="1628" y="300" type="line"/>
- <point x="1324" y="300"/>
- <point x="1212" y="428"/>
- <point x="1212" y="608" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="528" y="416" type="line"/>
- <point x="1236" y="672" type="line"/>
- <point x="1396" y="468" type="line"/>
- <point x="1644" y="620" type="line"/>
- <point x="1804" y="440" type="line"/>
- <point x="2052" y="440"/>
- <point x="2452" y="588"/>
- <point x="2452" y="984" type="curve" smooth="yes"/>
- <point x="2452" y="1268"/>
- <point x="2232" y="1488"/>
- <point x="1668" y="1488" type="curve"/>
- <point x="1668" y="1188" type="line"/>
- <point x="1940" y="1188"/>
- <point x="2040" y="1124"/>
- <point x="2040" y="976" type="curve" smooth="yes"/>
- <point x="2040" y="900"/>
- <point x="2004" y="820"/>
- <point x="1900" y="800" type="curve"/>
- <point x="1720" y="1028" type="line"/>
- <point x="1468" y="888" type="line"/>
- <point x="1320" y="1080" type="line"/>
- <point x="372" y="768" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2421, 'leftMargin': 55, 'rightMargin': 55}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20BD__.glif b/src/Inter-UI-Black.ufo/glyphs/uni20BD__.glif
deleted file mode 100644
index 0d1507cd1..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20BD__.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20BD" format="1">
- <advance width="2080"/>
- <unicode hex="20BD"/>
- <outline>
- <contour>
- <point x="1188" y="724" type="line"/>
- <point x="1652" y="724"/>
- <point x="1960" y="968"/>
- <point x="1960" y="1376" type="curve" smooth="yes"/>
- <point x="1960" y="1764"/>
- <point x="1664" y="2048"/>
- <point x="1188" y="2048" type="curve" smooth="yes"/>
- <point x="396" y="2048" type="line"/>
- <point x="396" y="0" type="line"/>
- <point x="856" y="0" type="line"/>
- <point x="856" y="1672" type="line"/>
- <point x="1188" y="1672" type="line" smooth="yes"/>
- <point x="1392" y="1672"/>
- <point x="1492" y="1540"/>
- <point x="1492" y="1372" type="curve" smooth="yes"/>
- <point x="1492" y="1212"/>
- <point x="1412" y="1096"/>
- <point x="1172" y="1096" type="curve" smooth="yes"/>
- <point x="124" y="1096" type="line"/>
- <point x="124" y="724" type="line"/>
- </contour>
- <contour>
- <point x="1288" y="604" type="line"/>
- <point x="124" y="604" type="line"/>
- <point x="124" y="232" type="line"/>
- <point x="1288" y="232" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2025, 'leftMargin': 83, 'rightMargin': 105}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B_0.glif
new file mode 100644
index 000000000..54380f311
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20B_0.glif
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20B0" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="20B0"/>
+ <outline>
+ <contour>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="556.0" y="0.0" type="line"/>
+ <point x="732.0" y="352.0" type="line"/>
+ <point x="1120.0" y="-28.0" type="line"/>
+ <point x="1668.0" y="892.0"/>
+ <point x="1904.0" y="1244.0"/>
+ <point x="1904.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="1904.0" y="1944.0"/>
+ <point x="1704.0" y="2144.0"/>
+ <point x="1376.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="1064.0" y="2144.0"/>
+ <point x="832.0" y="1960.0"/>
+ <point x="832.0" y="1624.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="1412.0"/>
+ <point x="908.0" y="1156.0"/>
+ <point x="960.0" y="1008.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="276.0" type="line" smooth="yes"/>
+ <point x="1288.0" y="108.0"/>
+ <point x="1356.0" y="-44.0"/>
+ <point x="1356.0" y="-132.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="-188.0"/>
+ <point x="1340.0" y="-244.0"/>
+ <point x="1240.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-244.0"/>
+ <point x="1108.0" y="-228.0"/>
+ <point x="1004.0" y="-184.0" type="curve"/>
+ <point x="1004.0" y="-536.0" type="line"/>
+ <point x="1096.0" y="-572.0"/>
+ <point x="1200.0" y="-600.0"/>
+ <point x="1324.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1584.0" y="-600.0"/>
+ <point x="1756.0" y="-468.0"/>
+ <point x="1756.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="1756.0" y="-100.0"/>
+ <point x="1728.0" y="20.0"/>
+ <point x="1644.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="1272.0" y="1316.0"/>
+ <point x="1232.0" y="1464.0"/>
+ <point x="1232.0" y="1584.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="1692.0"/>
+ <point x="1268.0" y="1788.0"/>
+ <point x="1384.0" y="1788.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="1788.0"/>
+ <point x="1532.0" y="1700.0"/>
+ <point x="1532.0" y="1596.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="1396.0"/>
+ <point x="1460.0" y="1220.0"/>
+ <point x="1156.0" y="656.0" type="curve"/>
+ <point x="1076.0" y="504.0" type="line"/>
+ <point x="668.0" y="960.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B_6.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B_6.glif
new file mode 100644
index 000000000..d35bfbd54
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20B_6.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20B6" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="20B6"/>
+ <outline>
+ <contour>
+ <point x="1692.0" y="1488.0" type="line"/>
+ <point x="112.0" y="1488.0" type="line"/>
+ <point x="112.0" y="1168.0" type="line"/>
+ <point x="1692.0" y="1168.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1004.0" y="1860.0" type="line"/>
+ <point x="1004.0" y="464.0" type="line" smooth="yes"/>
+ <point x="1004.0" y="108.0"/>
+ <point x="1160.0" y="-28.0"/>
+ <point x="1460.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="-28.0"/>
+ <point x="1636.0" y="-16.0"/>
+ <point x="1712.0" y="12.0" type="curve"/>
+ <point x="1712.0" y="344.0" type="line"/>
+ <point x="1684.0" y="340.0"/>
+ <point x="1648.0" y="336.0"/>
+ <point x="1596.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="336.0"/>
+ <point x="1448.0" y="372.0"/>
+ <point x="1448.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="1860.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="812.0" y="2048.0" type="line"/>
+ <point x="352.0" y="2048.0" type="line"/>
+ <point x="352.0" y="0.0" type="line"/>
+ <point x="812.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B_7.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B_7.glif
new file mode 100644
index 000000000..f02ef0d70
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20B_7.glif
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20B7" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="20B7"/>
+ <outline>
+ <contour>
+ <point x="328.0" y="280.0" type="line"/>
+ <point x="328.0" y="396.0"/>
+ <point x="368.0" y="484.0"/>
+ <point x="492.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="484.0"/>
+ <point x="620.0" y="432.0"/>
+ <point x="620.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="-164.0" type="line"/>
+ <point x="856.0" y="-164.0" type="line"/>
+ <point x="856.0" y="368.0" type="line" smooth="yes"/>
+ <point x="856.0" y="592.0"/>
+ <point x="752.0" y="688.0"/>
+ <point x="576.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="688.0"/>
+ <point x="280.0" y="516.0"/>
+ <point x="280.0" y="280.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="352.0" y="496.0" type="line"/>
+ <point x="304.0" y="676.0" type="line"/>
+ <point x="116.0" y="676.0" type="line"/>
+ <point x="116.0" y="-164.0" type="line"/>
+ <point x="352.0" y="-164.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="788.0" y="284.0" type="line"/>
+ <point x="788.0" y="396.0"/>
+ <point x="868.0" y="484.0"/>
+ <point x="992.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="484.0"/>
+ <point x="1120.0" y="432.0"/>
+ <point x="1120.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="-164.0" type="line"/>
+ <point x="1356.0" y="-164.0" type="line"/>
+ <point x="1356.0" y="368.0" type="line" smooth="yes"/>
+ <point x="1356.0" y="592.0"/>
+ <point x="1252.0" y="688.0"/>
+ <point x="1076.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="688.0"/>
+ <point x="780.0" y="516.0"/>
+ <point x="780.0" y="280.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1504.0" y="532.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="384.0"/>
+ <point x="1372.0" y="332.0"/>
+ <point x="1136.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="336.0"/>
+ <point x="508.0" y="360.0"/>
+ <point x="284.0" y="560.0" type="curve"/>
+ <point x="136.0" y="324.0" type="line"/>
+ <point x="320.0" y="112.0"/>
+ <point x="732.0" y="-28.0"/>
+ <point x="1136.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1672.0" y="-28.0"/>
+ <point x="1964.0" y="160.0"/>
+ <point x="1964.0" y="536.0" type="curve" smooth="yes"/>
+ <point x="1964.0" y="892.0"/>
+ <point x="1704.0" y="1068.0"/>
+ <point x="1288.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="1264.0"/>
+ <point x="920.0" y="1336.0"/>
+ <point x="920.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="1572.0"/>
+ <point x="1020.0" y="1664.0"/>
+ <point x="1204.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="1664.0"/>
+ <point x="1504.0" y="1568.0"/>
+ <point x="1504.0" y="1408.0" type="curve"/>
+ <point x="1964.0" y="1408.0" type="line"/>
+ <point x="1964.0" y="1776.0"/>
+ <point x="1676.0" y="2032.0"/>
+ <point x="1212.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="2032.0"/>
+ <point x="460.0" y="1812.0"/>
+ <point x="460.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="1112.0"/>
+ <point x="776.0" y="940.0"/>
+ <point x="1188.0" y="812.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="732.0"/>
+ <point x="1504.0" y="660.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B_9.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B_9.glif
new file mode 100644
index 000000000..09916cf99
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20B_9.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20B9" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="20B9"/>
+ <outline>
+ <contour>
+ <point x="1472.0" y="1536.0" type="line"/>
+ <point x="168.0" y="1536.0" type="line"/>
+ <point x="96.0" y="1248.0" type="line"/>
+ <point x="1400.0" y="1248.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="776.0" y="0.0" type="line"/>
+ <point x="1272.0" y="0.0" type="line"/>
+ <point x="1272.0" y="20.0" type="line"/>
+ <point x="700.0" y="752.0" type="line"/>
+ <point x="1060.0" y="856.0"/>
+ <point x="1208.0" y="1064.0"/>
+ <point x="1208.0" y="1416.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="1812.0"/>
+ <point x="952.0" y="2048.0"/>
+ <point x="452.0" y="2048.0" type="curve" smooth="yes"/>
+ <point x="180.0" y="2048.0" type="line"/>
+ <point x="96.0" y="1672.0" type="line"/>
+ <point x="452.0" y="1672.0" type="line" smooth="yes"/>
+ <point x="672.0" y="1672.0"/>
+ <point x="752.0" y="1548.0"/>
+ <point x="752.0" y="1376.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="1200.0"/>
+ <point x="656.0" y="1064.0"/>
+ <point x="452.0" y="1064.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="1064.0" type="line"/>
+ <point x="132.0" y="800.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1476.0" y="2048.0" type="line"/>
+ <point x="388.0" y="2048.0" type="line"/>
+ <point x="316.0" y="1756.0" type="line"/>
+ <point x="1400.0" y="1756.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B_A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B_A_.glif
new file mode 100644
index 000000000..8a304c2c0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20B_A_.glif
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20BA" format="2">
+ <advance width="1780.0"/>
+ <unicode hex="20BA"/>
+ <outline>
+ <contour>
+ <point x="788.0" y="2048.0" type="line"/>
+ <point x="328.0" y="2048.0" type="line"/>
+ <point x="328.0" y="0.0" type="line"/>
+ <point x="788.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1184.0" y="968.0" type="line"/>
+ <point x="1184.0" y="560.0"/>
+ <point x="1044.0" y="348.0"/>
+ <point x="780.0" y="348.0" type="curve"/>
+ <point x="328.0" y="0.0" type="line"/>
+ <point x="440.0" y="-16.0"/>
+ <point x="592.0" y="-28.0"/>
+ <point x="780.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="-28.0"/>
+ <point x="1652.0" y="348.0"/>
+ <point x="1652.0" y="968.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1064.0" y="1884.0" type="line"/>
+ <point x="140.0" y="1624.0" type="line"/>
+ <point x="140.0" y="1320.0" type="line"/>
+ <point x="1064.0" y="1576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1064.0" y="1428.0" type="line"/>
+ <point x="140.0" y="1172.0" type="line"/>
+ <point x="140.0" y="868.0" type="line"/>
+ <point x="1064.0" y="1124.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B_B_.glif
new file mode 100644
index 000000000..007c50c5a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20B_B_.glif
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20BB" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="20BB"/>
+ <outline>
+ <contour>
+ <point x="1212.0" y="1416.0" type="line"/>
+ <point x="1212.0" y="1716.0"/>
+ <point x="1088.0" y="1960.0"/>
+ <point x="652.0" y="1960.0" type="curve" smooth="yes"/>
+ <point x="308.0" y="1960.0"/>
+ <point x="140.0" y="1804.0"/>
+ <point x="140.0" y="1572.0" type="curve" smooth="yes"/>
+ <point x="140.0" y="1340.0"/>
+ <point x="304.0" y="1188.0"/>
+ <point x="616.0" y="1188.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="1188.0" type="line"/>
+ <point x="1668.0" y="1488.0" type="line"/>
+ <point x="660.0" y="1488.0" type="line" smooth="yes"/>
+ <point x="580.0" y="1488.0"/>
+ <point x="524.0" y="1516.0"/>
+ <point x="524.0" y="1584.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="1660.0"/>
+ <point x="584.0" y="1684.0"/>
+ <point x="648.0" y="1684.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="1684.0"/>
+ <point x="768.0" y="1624.0"/>
+ <point x="768.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="644.0" type="line" smooth="yes"/>
+ <point x="768.0" y="264.0"/>
+ <point x="920.0" y="0.0"/>
+ <point x="1628.0" y="0.0" type="curve"/>
+ <point x="1628.0" y="300.0" type="line"/>
+ <point x="1324.0" y="300.0"/>
+ <point x="1212.0" y="428.0"/>
+ <point x="1212.0" y="608.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="528.0" y="416.0" type="line"/>
+ <point x="1236.0" y="672.0" type="line"/>
+ <point x="1396.0" y="468.0" type="line"/>
+ <point x="1644.0" y="620.0" type="line"/>
+ <point x="1804.0" y="440.0" type="line"/>
+ <point x="2052.0" y="440.0"/>
+ <point x="2452.0" y="588.0"/>
+ <point x="2452.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="2452.0" y="1268.0"/>
+ <point x="2232.0" y="1488.0"/>
+ <point x="1668.0" y="1488.0" type="curve"/>
+ <point x="1668.0" y="1188.0" type="line"/>
+ <point x="1940.0" y="1188.0"/>
+ <point x="2040.0" y="1124.0"/>
+ <point x="2040.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="2040.0" y="900.0"/>
+ <point x="2004.0" y="820.0"/>
+ <point x="1900.0" y="800.0" type="curve"/>
+ <point x="1720.0" y="1028.0" type="line"/>
+ <point x="1468.0" y="888.0" type="line"/>
+ <point x="1320.0" y="1080.0" type="line"/>
+ <point x="372.0" y="768.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B_D_.glif
new file mode 100644
index 000000000..5ab982163
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20B_D_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20BD" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="20BD"/>
+ <outline>
+ <contour>
+ <point x="1188.0" y="724.0" type="line"/>
+ <point x="1652.0" y="724.0"/>
+ <point x="1960.0" y="968.0"/>
+ <point x="1960.0" y="1376.0" type="curve" smooth="yes"/>
+ <point x="1960.0" y="1764.0"/>
+ <point x="1664.0" y="2048.0"/>
+ <point x="1188.0" y="2048.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="2048.0" type="line"/>
+ <point x="396.0" y="0.0" type="line"/>
+ <point x="856.0" y="0.0" type="line"/>
+ <point x="856.0" y="1672.0" type="line"/>
+ <point x="1188.0" y="1672.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1672.0"/>
+ <point x="1492.0" y="1540.0"/>
+ <point x="1492.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="1212.0"/>
+ <point x="1412.0" y="1096.0"/>
+ <point x="1172.0" y="1096.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="1096.0" type="line"/>
+ <point x="124.0" y="724.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1288.0" y="604.0" type="line"/>
+ <point x="124.0" y="604.0" type="line"/>
+ <point x="124.0" y="232.0" type="line"/>
+ <point x="1288.0" y="232.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20DB__.glif b/src/Inter-UI-Black.ufo/glyphs/uni20DB__.glif
deleted file mode 100644
index 137c33dde..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20DB__.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20DB" format="1">
- <advance width="0"/>
- <unicode hex="20DB"/>
- <outline>
- <contour>
- <point x="-810" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="period" xOffset="-1884" yOffset="1788"/>
- <component base="period" xOffset="-1218" yOffset="1788"/>
- <component base="period" xOffset="-558" yOffset="1788"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20DC__.glif b/src/Inter-UI-Black.ufo/glyphs/uni20DC__.glif
deleted file mode 100644
index 511912b8b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20DC__.glif
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20DC" format="1">
- <advance width="0"/>
- <unicode hex="20DC"/>
- <outline>
- <contour>
- <point x="-811" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="period" xOffset="-2214" yOffset="1788"/>
- <component base="period" xOffset="-1548" yOffset="1788"/>
- <component base="period" xOffset="-888" yOffset="1788"/>
- <component base="period" xOffset="-231" yOffset="1788"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20D_B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20D_B_.glif
new file mode 100644
index 000000000..8986a0de6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20D_B_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20DB" format="2">
+ <unicode hex="20DB"/>
+ <anchor x="-810.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="period" xOffset="-1884.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-1218.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-558.0" yOffset="1788.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20D_C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20D_C_.glif
new file mode 100644
index 000000000..5a05d84de
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20D_C_.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20DC" format="2">
+ <unicode hex="20DC"/>
+ <anchor x="-811.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="period" xOffset="-2214.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-1548.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-888.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-231.0" yOffset="1788.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20E3_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20E3_.glif
deleted file mode 100644
index 2e4ec4c05..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20E3_.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20E3" format="1">
- <advance width="800"/>
- <unicode hex="20E3"/>
- <outline>
- <contour>
- <point x="1536" y="1824" type="line" name="hr00"/>
- <point x="1536" y="2304"/>
- <point x="1104" y="2384"/>
- <point x="364" y="2384" type="curve" smooth="yes"/>
- <point x="-320" y="2384"/>
- <point x="-736" y="2284"/>
- <point x="-736" y="1824" type="curve" smooth="yes"/>
- <point x="-736" y="164" type="line" smooth="yes"/>
- <point x="-736" y="-396"/>
- <point x="-324" y="-392"/>
- <point x="364" y="-392" type="curve" smooth="yes"/>
- <point x="764" y="-392"/>
- <point x="1536" y="-396"/>
- <point x="1536" y="164" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1292" y="164" type="line"/>
- <point x="1292" y="-160"/>
- <point x="868" y="-164"/>
- <point x="364" y="-164" type="curve" smooth="yes"/>
- <point x="-288" y="-164"/>
- <point x="-492" y="-160"/>
- <point x="-492" y="164" type="curve" smooth="yes"/>
- <point x="-492" y="1824" type="line" smooth="yes"/>
- <point x="-492" y="2128"/>
- <point x="-192" y="2152"/>
- <point x="364" y="2152" type="curve" smooth="yes"/>
- <point x="1028" y="2152"/>
- <point x="1292" y="2088"/>
- <point x="1292" y="1824" type="curve" smooth="yes"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 861, 'leftMargin': -1940, 'rightMargin': 532}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20E8_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20E8_.glif
deleted file mode 100644
index 2afb8c7a2..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20E8_.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20E8" format="1">
- <advance width="0"/>
- <unicode hex="20E8"/>
- <outline>
- <component base="period" xOffset="-1884" yOffset="-688"/>
- <component base="period" xOffset="-1218" yOffset="-688"/>
- <component base="period" xOffset="-558" yOffset="-688"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20E_3.glif b/src/Inter-UI-Black.ufo/glyphs/uni20E_3.glif
new file mode 100644
index 000000000..4a446f79c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20E_3.glif
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20E3" format="2">
+ <advance width="800.0"/>
+ <unicode hex="20E3"/>
+ <outline>
+ <contour>
+ <point x="1536.0" y="1824.0" type="line"/>
+ <point x="1536.0" y="2304.0"/>
+ <point x="1104.0" y="2384.0"/>
+ <point x="364.0" y="2384.0" type="curve" smooth="yes"/>
+ <point x="-320.0" y="2384.0"/>
+ <point x="-736.0" y="2284.0"/>
+ <point x="-736.0" y="1824.0" type="curve" smooth="yes"/>
+ <point x="-736.0" y="164.0" type="line" smooth="yes"/>
+ <point x="-736.0" y="-396.0"/>
+ <point x="-324.0" y="-392.0"/>
+ <point x="364.0" y="-392.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="-392.0"/>
+ <point x="1536.0" y="-396.0"/>
+ <point x="1536.0" y="164.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1292.0" y="164.0" type="line"/>
+ <point x="1292.0" y="-160.0"/>
+ <point x="868.0" y="-164.0"/>
+ <point x="364.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="-288.0" y="-164.0"/>
+ <point x="-492.0" y="-160.0"/>
+ <point x="-492.0" y="164.0" type="curve" smooth="yes"/>
+ <point x="-492.0" y="1824.0" type="line" smooth="yes"/>
+ <point x="-492.0" y="2128.0"/>
+ <point x="-192.0" y="2152.0"/>
+ <point x="364.0" y="2152.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="2152.0"/>
+ <point x="1292.0" y="2088.0"/>
+ <point x="1292.0" y="1824.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.13</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20E_8.glif b/src/Inter-UI-Black.ufo/glyphs/uni20E_8.glif
new file mode 100644
index 000000000..85b0ee5e6
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20E_8.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20E8" format="2">
+ <unicode hex="20E8"/>
+ <outline>
+ <component base="period" xOffset="-1884.0" yOffset="-688.0"/>
+ <component base="period" xOffset="-1218.0" yOffset="-688.0"/>
+ <component base="period" xOffset="-558.0" yOffset="-688.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20F0_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20F0_.glif
deleted file mode 100644
index e097dbbb0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni20F0_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20F0" format="1">
- <advance width="0"/>
- <unicode hex="20F0"/>
- <outline>
- <contour>
- <point x="-789" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-917" y="1694" type="line"/>
- <point x="-648" y="1694" type="line"/>
- <point x="-667" y="2028" type="line"/>
- <point x="-388" y="1844" type="line"/>
- <point x="-253" y="2078" type="line"/>
- <point x="-553" y="2228" type="line"/>
- <point x="-254" y="2377" type="line"/>
- <point x="-389" y="2610" type="line"/>
- <point x="-667" y="2426" type="line"/>
- <point x="-648" y="2758" type="line"/>
- <point x="-917" y="2758" type="line"/>
- <point x="-898" y="2424" type="line"/>
- <point x="-1177" y="2608" type="line"/>
- <point x="-1312" y="2375" type="line"/>
- <point x="-1012" y="2225" type="line"/>
- <point x="-1310" y="2075" type="line"/>
- <point x="-1176" y="1843" type="line"/>
- <point x="-898" y="2027" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20F_0.glif b/src/Inter-UI-Black.ufo/glyphs/uni20F_0.glif
new file mode 100644
index 000000000..3a213dfc5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni20F_0.glif
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20F0" format="2">
+ <unicode hex="20F0"/>
+ <anchor x="-789.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-917.0" y="1694.0" type="line"/>
+ <point x="-648.0" y="1694.0" type="line"/>
+ <point x="-667.0" y="2028.0" type="line"/>
+ <point x="-388.0" y="1844.0" type="line"/>
+ <point x="-253.0" y="2078.0" type="line"/>
+ <point x="-553.0" y="2228.0" type="line"/>
+ <point x="-254.0" y="2377.0" type="line"/>
+ <point x="-389.0" y="2610.0" type="line"/>
+ <point x="-667.0" y="2426.0" type="line"/>
+ <point x="-648.0" y="2758.0" type="line"/>
+ <point x="-917.0" y="2758.0" type="line"/>
+ <point x="-898.0" y="2424.0" type="line"/>
+ <point x="-1177.0" y="2608.0" type="line"/>
+ <point x="-1312.0" y="2375.0" type="line"/>
+ <point x="-1012.0" y="2225.0" type="line"/>
+ <point x="-1310.0" y="2075.0" type="line"/>
+ <point x="-1176.0" y="1843.0" type="line"/>
+ <point x="-898.0" y="2027.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni213B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni213B_.glif
index da39443c6..ea857ede0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni213B_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni213B_.glif
@@ -1,72 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni213B" format="1">
- <advance width="2336"/>
+<glyph name="uni213B" format="2">
+ <advance width="2336.0"/>
<unicode hex="213B"/>
<outline>
<contour>
- <point x="376" y="2004" type="line"/>
- <point x="156" y="2004" type="line"/>
- <point x="156" y="1260" type="line"/>
- <point x="376" y="1260" type="line"/>
+ <point x="376.0" y="2004.0" type="line"/>
+ <point x="156.0" y="2004.0" type="line"/>
+ <point x="156.0" y="1260.0" type="line"/>
+ <point x="376.0" y="1260.0" type="line"/>
</contour>
<contour>
- <point x="656" y="2004" type="line"/>
- <point x="264" y="2004" type="line"/>
- <point x="264" y="1844" type="line"/>
- <point x="656" y="1844" type="line"/>
+ <point x="656.0" y="2004.0" type="line"/>
+ <point x="264.0" y="2004.0" type="line"/>
+ <point x="264.0" y="1844.0" type="line"/>
+ <point x="656.0" y="1844.0" type="line"/>
</contour>
<contour>
- <point x="600" y="1716" type="line"/>
- <point x="264" y="1716" type="line"/>
- <point x="264" y="1556" type="line"/>
- <point x="600" y="1556" type="line"/>
+ <point x="600.0" y="1716.0" type="line"/>
+ <point x="264.0" y="1716.0" type="line"/>
+ <point x="264.0" y="1556.0" type="line"/>
+ <point x="600.0" y="1556.0" type="line"/>
</contour>
<contour>
- <point x="1084" y="1956" type="line"/>
- <point x="1072" y="2004" type="line"/>
- <point x="912" y="2004" type="line"/>
- <point x="628" y="1260" type="line"/>
- <point x="840" y="1260" type="line"/>
+ <point x="1084.0" y="1956.0" type="line"/>
+ <point x="1072.0" y="2004.0" type="line"/>
+ <point x="912.0" y="2004.0" type="line"/>
+ <point x="628.0" y="1260.0" type="line"/>
+ <point x="840.0" y="1260.0" type="line"/>
</contour>
<contour>
- <point x="1212" y="1260" type="line"/>
- <point x="1428" y="1260" type="line"/>
- <point x="1140" y="2004" type="line"/>
- <point x="992" y="2004" type="line"/>
- <point x="968" y="1960" type="line"/>
+ <point x="1212.0" y="1260.0" type="line"/>
+ <point x="1428.0" y="1260.0" type="line"/>
+ <point x="1140.0" y="2004.0" type="line"/>
+ <point x="992.0" y="2004.0" type="line"/>
+ <point x="968.0" y="1960.0" type="line"/>
</contour>
<contour>
- <point x="1228" y="1540" type="line"/>
- <point x="808" y="1540" type="line"/>
- <point x="808" y="1380" type="line"/>
- <point x="1228" y="1380" type="line"/>
+ <point x="1228.0" y="1540.0" type="line"/>
+ <point x="808.0" y="1540.0" type="line"/>
+ <point x="808.0" y="1380.0" type="line"/>
+ <point x="1228.0" y="1380.0" type="line"/>
</contour>
<contour>
- <point x="1716" y="2004" type="line"/>
- <point x="1484" y="2004" type="line"/>
- <point x="1700" y="1636" type="line"/>
- <point x="1480" y="1260" type="line"/>
- <point x="1712" y="1260" type="line"/>
- <point x="1832" y="1496" type="line"/>
- <point x="1948" y="1260" type="line"/>
- <point x="2184" y="1260" type="line"/>
- <point x="1960" y="1636" type="line"/>
- <point x="2176" y="2004" type="line"/>
- <point x="1940" y="2004" type="line"/>
- <point x="1828" y="1772" type="line"/>
+ <point x="1716.0" y="2004.0" type="line"/>
+ <point x="1484.0" y="2004.0" type="line"/>
+ <point x="1700.0" y="1636.0" type="line"/>
+ <point x="1480.0" y="1260.0" type="line"/>
+ <point x="1712.0" y="1260.0" type="line"/>
+ <point x="1832.0" y="1496.0" type="line"/>
+ <point x="1948.0" y="1260.0" type="line"/>
+ <point x="2184.0" y="1260.0" type="line"/>
+ <point x="1960.0" y="1636.0" type="line"/>
+ <point x="2176.0" y="2004.0" type="line"/>
+ <point x="1940.0" y="2004.0" type="line"/>
+ <point x="1828.0" y="1772.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2307, 'leftMargin': 140, 'rightMargin': 140}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni214D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni214D_.glif
index 2eb563b5f..1e91c378a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni214D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni214D_.glif
@@ -1,84 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni214D" format="1">
- <advance width="2848"/>
+<glyph name="uni214D" format="2">
+ <advance width="2848.0"/>
<unicode hex="214D"/>
<outline>
<contour>
- <point x="684" y="2032" type="line" name="hr00"/>
- <point x="732" y="2300" type="line"/>
- <point x="552" y="2300" type="line"/>
- <point x="104" y="1100" type="line"/>
- <point x="372" y="1100" type="line"/>
+ <point x="684.0" y="2032.0" type="line"/>
+ <point x="732.0" y="2300.0" type="line"/>
+ <point x="552.0" y="2300.0" type="line"/>
+ <point x="104.0" y="1100.0" type="line"/>
+ <point x="372.0" y="1100.0" type="line"/>
</contour>
<contour>
- <point x="976" y="1100" type="line"/>
- <point x="1244" y="1100" type="line"/>
- <point x="800" y="2300" type="line"/>
- <point x="616" y="2300" type="line"/>
- <point x="660" y="2032" type="line"/>
+ <point x="976.0" y="1100.0" type="line"/>
+ <point x="1244.0" y="1100.0" type="line"/>
+ <point x="800.0" y="2300.0" type="line"/>
+ <point x="616.0" y="2300.0" type="line"/>
+ <point x="660.0" y="2032.0" type="line"/>
</contour>
<contour>
- <point x="948" y="1548" type="line"/>
- <point x="320" y="1548" type="line"/>
- <point x="320" y="1336" type="line"/>
- <point x="948" y="1336" type="line"/>
+ <point x="948.0" y="1548.0" type="line"/>
+ <point x="320.0" y="1548.0" type="line"/>
+ <point x="320.0" y="1336.0" type="line"/>
+ <point x="948.0" y="1336.0" type="line"/>
</contour>
<contour>
- <point x="2472" y="316" type="curve" smooth="yes"/>
- <point x="2472" y="244"/>
- <point x="2424" y="188"/>
- <point x="2296" y="188" type="curve" smooth="yes"/>
- <point x="2148" y="188"/>
- <point x="2064" y="236"/>
- <point x="2064" y="384" type="curve"/>
- <point x="1792" y="384" type="line"/>
- <point x="1792" y="96"/>
- <point x="2048" y="-28"/>
- <point x="2296" y="-28" type="curve" smooth="yes"/>
- <point x="2568" y="-28"/>
- <point x="2744" y="96"/>
- <point x="2744" y="316" type="curve" smooth="yes"/>
- <point x="2744" y="544"/>
- <point x="2592" y="644"/>
- <point x="2336" y="720" type="curve" smooth="yes"/>
- <point x="2168" y="780"/>
- <point x="2100" y="812"/>
- <point x="2100" y="888" type="curve" smooth="yes"/>
- <point x="2100" y="960"/>
- <point x="2160" y="1020"/>
- <point x="2284" y="1020" type="curve" smooth="yes"/>
- <point x="2412" y="1020"/>
- <point x="2472" y="948"/>
- <point x="2472" y="852" type="curve"/>
- <point x="2744" y="852" type="line"/>
- <point x="2744" y="1080"/>
- <point x="2560" y="1232"/>
- <point x="2288" y="1232" type="curve" smooth="yes"/>
- <point x="2020" y="1232"/>
- <point x="1828" y="1096"/>
- <point x="1828" y="888" type="curve" smooth="yes"/>
- <point x="1828" y="660"/>
- <point x="2012" y="572"/>
- <point x="2276" y="492" type="curve" smooth="yes"/>
- <point x="2424" y="440"/>
- <point x="2472" y="408"/>
+ <point x="2472.0" y="316.0" type="curve" smooth="yes"/>
+ <point x="2472.0" y="244.0"/>
+ <point x="2424.0" y="188.0"/>
+ <point x="2296.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="2148.0" y="188.0"/>
+ <point x="2064.0" y="236.0"/>
+ <point x="2064.0" y="384.0" type="curve"/>
+ <point x="1792.0" y="384.0" type="line"/>
+ <point x="1792.0" y="96.0"/>
+ <point x="2048.0" y="-28.0"/>
+ <point x="2296.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2568.0" y="-28.0"/>
+ <point x="2744.0" y="96.0"/>
+ <point x="2744.0" y="316.0" type="curve" smooth="yes"/>
+ <point x="2744.0" y="544.0"/>
+ <point x="2592.0" y="644.0"/>
+ <point x="2336.0" y="720.0" type="curve" smooth="yes"/>
+ <point x="2168.0" y="780.0"/>
+ <point x="2100.0" y="812.0"/>
+ <point x="2100.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="2100.0" y="960.0"/>
+ <point x="2160.0" y="1020.0"/>
+ <point x="2284.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="2412.0" y="1020.0"/>
+ <point x="2472.0" y="948.0"/>
+ <point x="2472.0" y="852.0" type="curve"/>
+ <point x="2744.0" y="852.0" type="line"/>
+ <point x="2744.0" y="1080.0"/>
+ <point x="2560.0" y="1232.0"/>
+ <point x="2288.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="2020.0" y="1232.0"/>
+ <point x="1828.0" y="1096.0"/>
+ <point x="1828.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="1828.0" y="660.0"/>
+ <point x="2012.0" y="572.0"/>
+ <point x="2276.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="2424.0" y="440.0"/>
+ <point x="2472.0" y="408.0"/>
+ </contour>
+ <contour>
+ <point x="2100.0" y="1716.0" type="line"/>
+ <point x="1892.0" y="1824.0" type="line"/>
+ <point x="916.0" y="260.0" type="line"/>
+ <point x="1124.0" y="152.0" type="line"/>
</contour>
- <component base="fraction" xOffset="852"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2921, 'leftMargin': 140, 'rightMargin': 141}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.4</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni214F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni214F_.glif
index 57f9ba694..aff9b9325 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni214F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni214F_.glif
@@ -1,96 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni214F" format="1">
- <advance width="3360"/>
+<glyph name="uni214F" format="2">
+ <advance width="3360.0"/>
<unicode hex="214F"/>
<outline>
<contour>
- <point x="228" y="-28" type="line"/>
- <point x="772" y="-28"/>
- <point x="1156" y="288"/>
- <point x="1156" y="776" type="curve" smooth="yes"/>
- <point x="1156" y="1044"/>
- <point x="1040" y="1232"/>
- <point x="712" y="1232" type="curve" smooth="yes"/>
- <point x="384" y="1232"/>
- <point x="268" y="1044"/>
- <point x="268" y="776" type="curve" smooth="yes"/>
- <point x="268" y="288"/>
- <point x="656" y="-28"/>
- <point x="1196" y="-28" type="curve" smooth="yes"/>
- <point x="1740" y="-28"/>
- <point x="2124" y="288"/>
- <point x="2124" y="776" type="curve" smooth="yes"/>
- <point x="2124" y="1044"/>
- <point x="2008" y="1232"/>
- <point x="1680" y="1232" type="curve" smooth="yes"/>
- <point x="1352" y="1232"/>
- <point x="1236" y="1044"/>
- <point x="1236" y="776" type="curve" smooth="yes"/>
- <point x="1236" y="288"/>
- <point x="1624" y="-28"/>
- <point x="2164" y="-28" type="curve" smooth="yes"/>
- <point x="2708" y="-28"/>
- <point x="3092" y="288"/>
- <point x="3092" y="776" type="curve" smooth="yes"/>
- <point x="3092" y="1044"/>
- <point x="2976" y="1232"/>
- <point x="2648" y="1232" type="curve" smooth="yes"/>
- <point x="2320" y="1232"/>
- <point x="2204" y="1044"/>
- <point x="2204" y="776" type="curve" smooth="yes"/>
- <point x="2204" y="288"/>
- <point x="2592" y="-28"/>
- <point x="3132" y="-28" type="curve"/>
- <point x="3132" y="332" type="line"/>
- <point x="2660" y="332"/>
- <point x="2592" y="488"/>
- <point x="2592" y="768" type="curve" smooth="yes"/>
- <point x="2592" y="832"/>
- <point x="2604" y="876"/>
- <point x="2648" y="876" type="curve" smooth="yes"/>
- <point x="2692" y="876"/>
- <point x="2708" y="832"/>
- <point x="2708" y="768" type="curve" smooth="yes"/>
- <point x="2708" y="488"/>
- <point x="2636" y="332"/>
- <point x="2164" y="332" type="curve" smooth="yes"/>
- <point x="1692" y="332"/>
- <point x="1624" y="488"/>
- <point x="1624" y="768" type="curve" smooth="yes"/>
- <point x="1624" y="832"/>
- <point x="1636" y="876"/>
- <point x="1680" y="876" type="curve" smooth="yes"/>
- <point x="1724" y="876"/>
- <point x="1740" y="832"/>
- <point x="1740" y="768" type="curve" smooth="yes"/>
- <point x="1740" y="488"/>
- <point x="1668" y="332"/>
- <point x="1196" y="332" type="curve" smooth="yes"/>
- <point x="724" y="332"/>
- <point x="656" y="488"/>
- <point x="656" y="768" type="curve" smooth="yes"/>
- <point x="656" y="832"/>
- <point x="668" y="876"/>
- <point x="712" y="876" type="curve" smooth="yes"/>
- <point x="756" y="876"/>
- <point x="772" y="832"/>
- <point x="772" y="768" type="curve" smooth="yes"/>
- <point x="772" y="488"/>
- <point x="700" y="332"/>
- <point x="228" y="332" type="curve"/>
+ <point x="228.0" y="-28.0" type="line"/>
+ <point x="772.0" y="-28.0"/>
+ <point x="1156.0" y="288.0"/>
+ <point x="1156.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="1044.0"/>
+ <point x="1040.0" y="1232.0"/>
+ <point x="712.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1232.0"/>
+ <point x="268.0" y="1044.0"/>
+ <point x="268.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="268.0" y="288.0"/>
+ <point x="656.0" y="-28.0"/>
+ <point x="1196.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1740.0" y="-28.0"/>
+ <point x="2124.0" y="288.0"/>
+ <point x="2124.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="2124.0" y="1044.0"/>
+ <point x="2008.0" y="1232.0"/>
+ <point x="1680.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="1232.0"/>
+ <point x="1236.0" y="1044.0"/>
+ <point x="1236.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="288.0"/>
+ <point x="1624.0" y="-28.0"/>
+ <point x="2164.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2708.0" y="-28.0"/>
+ <point x="3092.0" y="288.0"/>
+ <point x="3092.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="3092.0" y="1044.0"/>
+ <point x="2976.0" y="1232.0"/>
+ <point x="2648.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="2320.0" y="1232.0"/>
+ <point x="2204.0" y="1044.0"/>
+ <point x="2204.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="2204.0" y="288.0"/>
+ <point x="2592.0" y="-28.0"/>
+ <point x="3132.0" y="-28.0" type="curve"/>
+ <point x="3132.0" y="332.0" type="line"/>
+ <point x="2660.0" y="332.0"/>
+ <point x="2592.0" y="488.0"/>
+ <point x="2592.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="2592.0" y="832.0"/>
+ <point x="2604.0" y="876.0"/>
+ <point x="2648.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="2692.0" y="876.0"/>
+ <point x="2708.0" y="832.0"/>
+ <point x="2708.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="2708.0" y="488.0"/>
+ <point x="2636.0" y="332.0"/>
+ <point x="2164.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1692.0" y="332.0"/>
+ <point x="1624.0" y="488.0"/>
+ <point x="1624.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1624.0" y="832.0"/>
+ <point x="1636.0" y="876.0"/>
+ <point x="1680.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="1724.0" y="876.0"/>
+ <point x="1740.0" y="832.0"/>
+ <point x="1740.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1740.0" y="488.0"/>
+ <point x="1668.0" y="332.0"/>
+ <point x="1196.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="332.0"/>
+ <point x="656.0" y="488.0"/>
+ <point x="656.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="832.0"/>
+ <point x="668.0" y="876.0"/>
+ <point x="712.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="876.0"/>
+ <point x="772.0" y="832.0"/>
+ <point x="772.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="488.0"/>
+ <point x="700.0" y="332.0"/>
+ <point x="228.0" y="332.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3124.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2150.glif b/src/Inter-UI-Black.ufo/glyphs/uni2150.glif
index 151aff1d2..21a2170df 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2150.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2150.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2150" format="1">
- <advance width="2592"/>
+<glyph name="uni2150" format="2">
+ <advance width="2592.0"/>
<unicode hex="2150"/>
<outline>
- <component base="one.sup" xOffset="60" yOffset="912"/>
- <component base="seven.sup" xOffset="1352"/>
- <component base="fraction" xOffset="496"/>
+ <component base="one.sup" xOffset="60.0" yOffset="912.0"/>
+ <component base="seven.sup" xOffset="1352.0"/>
+ <component base="fraction" xOffset="496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2379, 'leftMargin': 234, 'rightMargin': 91}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2151.glif b/src/Inter-UI-Black.ufo/glyphs/uni2151.glif
index 207cadd27..9ff2c3785 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2151.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2151.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2151" format="1">
- <advance width="2336"/>
+<glyph name="uni2151" format="2">
+ <advance width="2336.0"/>
<unicode hex="2151"/>
<outline>
- <component base="one.sup" xOffset="-8" yOffset="912"/>
- <component base="nine.sup" xOffset="1164"/>
- <component base="fraction" xOffset="428"/>
+ <component base="one.sup" xOffset="-8.0" yOffset="912.0"/>
+ <component base="nine.sup" xOffset="1164.0"/>
+ <component base="fraction" xOffset="428.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2394, 'leftMargin': 234, 'rightMargin': 230}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2152.glif b/src/Inter-UI-Black.ufo/glyphs/uni2152.glif
index 462b4fc4c..9f0caf22e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2152.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2152.glif
@@ -1,24 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2152" format="1">
- <advance width="3104"/>
+<glyph name="uni2152" format="2">
+ <advance width="3104.0"/>
<unicode hex="2152"/>
<outline>
- <component base="one.sup" xOffset="4" yOffset="912"/>
- <component base="zero.sup" xOffset="1916"/>
- <component base="fraction" xOffset="444"/>
- <component base="one.sup" xOffset="1144"/>
+ <component base="one.sup" xOffset="4.0" yOffset="912.0"/>
+ <component base="zero.sup" xOffset="1916.0"/>
+ <component base="fraction" xOffset="444.0"/>
+ <component base="one.sup" xOffset="1144.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3142, 'leftMargin': 234, 'rightMargin': 230}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2155.glif b/src/Inter-UI-Black.ufo/glyphs/uni2155.glif
index bf3ec5af3..af072792a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2155.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2155.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2155" format="1">
- <advance width="2592"/>
+<glyph name="uni2155" format="2">
+ <advance width="2592.0"/>
<unicode hex="2155"/>
<outline>
- <component base="one.sup" xOffset="76" yOffset="912"/>
- <component base="five.sup" xOffset="1340"/>
- <component base="fraction" xOffset="512"/>
+ <component base="one.sup" xOffset="76.0" yOffset="912.0"/>
+ <component base="five.sup" xOffset="1340.0"/>
+ <component base="fraction" xOffset="512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2472, 'leftMargin': 234, 'rightMargin': 214}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2156.glif b/src/Inter-UI-Black.ufo/glyphs/uni2156.glif
index 30fec97c2..9e6e3793d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2156.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2156.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2156" format="1">
- <advance width="2592"/>
+<glyph name="uni2156" format="2">
+ <advance width="2592.0"/>
<unicode hex="2156"/>
<outline>
- <component base="two.sup" xOffset="24" yOffset="912"/>
- <component base="fraction" xOffset="680"/>
- <component base="five.sup" xOffset="1512"/>
+ <component base="two.sup" xOffset="24.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="680.0"/>
+ <component base="five.sup" xOffset="1512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2657, 'leftMargin': 79, 'rightMargin': 214}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2157.glif b/src/Inter-UI-Black.ufo/glyphs/uni2157.glif
index dcb7407d1..b2c45ab0e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2157.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2157.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2157" format="1">
- <advance width="2592"/>
+<glyph name="uni2157" format="2">
+ <advance width="2592.0"/>
<unicode hex="2157"/>
<outline>
- <component base="three.sup" xOffset="52" yOffset="912"/>
- <component base="fraction" xOffset="664"/>
- <component base="five.sup" xOffset="1496"/>
+ <component base="three.sup" xOffset="52.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="664.0"/>
+ <component base="five.sup" xOffset="1496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2641, 'leftMargin': 89, 'rightMargin': 214}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2158.glif b/src/Inter-UI-Black.ufo/glyphs/uni2158.glif
index ea599652f..3c1bcbe75 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2158.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2158.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2158" format="1">
- <advance width="2848"/>
+<glyph name="uni2158" format="2">
+ <advance width="2848.0"/>
<unicode hex="2158"/>
<outline>
- <component base="four.sup" xOffset="148" yOffset="912"/>
- <component base="fraction" xOffset="816"/>
- <component base="five.sup" xOffset="1644"/>
+ <component base="four.sup" xOffset="148.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="816.0"/>
+ <component base="five.sup" xOffset="1644.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2725, 'leftMargin': 136, 'rightMargin': 214}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2159.glif b/src/Inter-UI-Black.ufo/glyphs/uni2159.glif
index d1ba639f2..25d39ab74 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2159.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2159.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2159" format="1">
- <advance width="2336"/>
+<glyph name="uni2159" format="2">
+ <advance width="2336.0"/>
<unicode hex="2159"/>
<outline>
- <component base="one.sup" xOffset="-8" yOffset="912"/>
- <component base="six.sup" xOffset="1136"/>
- <component base="fraction" xOffset="428"/>
+ <component base="one.sup" xOffset="-8.0" yOffset="912.0"/>
+ <component base="six.sup" xOffset="1136.0"/>
+ <component base="fraction" xOffset="428.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2395, 'leftMargin': 234, 'rightMargin': 229}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni215A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni215A_.glif
index 162d6b547..f7d7ce0e7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni215A_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni215A_.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni215A" format="1">
- <advance width="2592"/>
+<glyph name="uni215A" format="2">
+ <advance width="2592.0"/>
<unicode hex="215A"/>
<outline>
- <component base="five.sup" xOffset="128" yOffset="912"/>
- <component base="six.sup" xOffset="1364"/>
- <component base="fraction" xOffset="656"/>
+ <component base="five.sup" xOffset="128.0" yOffset="912.0"/>
+ <component base="six.sup" xOffset="1364.0"/>
+ <component base="fraction" xOffset="656.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2464.0, 'leftMargin': 104, 'rightMargin': 230.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni215F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni215F_.glif
index db9e7d5de..8c156ecda 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni215F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni215F_.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni215F" format="1">
- <advance width="1824"/>
+<glyph name="uni215F" format="2">
+ <advance width="1824.0"/>
<unicode hex="215F"/>
<outline>
- <component base="one.sup" xOffset="-28" yOffset="912"/>
- <component base="fraction" xOffset="412"/>
+ <component base="one.sup" xOffset="-28.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="412.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1737, 'leftMargin': 234, 'rightMargin': 47}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni217C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni217C_.glif
index 8117a4fa7..259f6dac7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni217C_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni217C_.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni217C" format="1">
- <advance width="800"/>
+<glyph name="uni217C" format="2">
+ <advance width="800.0"/>
<unicode hex="217C"/>
<outline>
- <component base="l" xOffset="-4"/>
+ <component base="l" xOffset="-4.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 719, 'leftMargin': 141, 'rightMargin': 134}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni217D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni217D_.glif
index df98c4a4e..5b9285156 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni217D_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni217D_.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni217D" format="1">
- <advance width="1588"/>
+<glyph name="uni217D" format="2">
+ <advance width="1588.0"/>
<unicode hex="217D"/>
<outline>
<component base="c"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1474.0, 'leftMargin': 109, 'rightMargin': 45.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni217E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni217E_.glif
index e2fcb1dcb..3e85568d7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni217E_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni217E_.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni217E" format="1">
- <advance width="1568"/>
+<glyph name="uni217E" format="2">
+ <advance width="1568.0"/>
<unicode hex="217E"/>
<outline>
<component base="d"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1584.0, 'leftMargin': 85, 'rightMargin': 131.0}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni217F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni217F_.glif
index 1383317a8..7193ed288 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni217F_.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni217F_.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni217F" format="1">
- <advance width="2336"/>
+<glyph name="uni217F" format="2">
+ <advance width="2336.0"/>
<unicode hex="217F"/>
<outline>
- <component base="m" xOffset="-4"/>
+ <component base="m" xOffset="-4.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2421, 'leftMargin': 77, 'rightMargin': 196}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2180.glif b/src/Inter-UI-Black.ufo/glyphs/uni2180.glif
index 66f85ae43..4dfc91161 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2180.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2180.glif
@@ -1,70 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2180" format="1">
- <advance width="2848"/>
+<glyph name="uni2180" format="2">
+ <advance width="2848.0"/>
<unicode hex="2180"/>
<outline>
<contour>
- <point x="1692" y="0" type="line"/>
- <point x="2232" y="0"/>
- <point x="2612" y="388"/>
- <point x="2612" y="960" type="curve" smooth="yes"/>
- <point x="2612" y="1044" type="line" smooth="yes"/>
- <point x="2612" y="1612"/>
- <point x="2232" y="2004"/>
- <point x="1692" y="2004" type="curve" smooth="yes"/>
- <point x="1248" y="2004" type="line"/>
- <point x="1248" y="1628" type="line"/>
- <point x="1664" y="1628" type="line" smooth="yes"/>
- <point x="1992" y="1628"/>
- <point x="2140" y="1428"/>
- <point x="2140" y="1048" type="curve" smooth="yes"/>
- <point x="2140" y="960" type="line" smooth="yes"/>
- <point x="2140" y="572"/>
- <point x="1988" y="372"/>
- <point x="1664" y="372" type="curve" smooth="yes"/>
- <point x="1256" y="372" type="line"/>
- <point x="1256" y="0" type="line"/>
+ <point x="1692.0" y="0.0" type="line"/>
+ <point x="2232.0" y="0.0"/>
+ <point x="2612.0" y="388.0"/>
+ <point x="2612.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="2612.0" y="1044.0" type="line" smooth="yes"/>
+ <point x="2612.0" y="1612.0"/>
+ <point x="2232.0" y="2004.0"/>
+ <point x="1692.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="1248.0" y="2004.0" type="line"/>
+ <point x="1248.0" y="1628.0" type="line"/>
+ <point x="1664.0" y="1628.0" type="line" smooth="yes"/>
+ <point x="1992.0" y="1628.0"/>
+ <point x="2140.0" y="1428.0"/>
+ <point x="2140.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="2140.0" y="960.0" type="line" smooth="yes"/>
+ <point x="2140.0" y="572.0"/>
+ <point x="1988.0" y="372.0"/>
+ <point x="1664.0" y="372.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="372.0" type="line"/>
+ <point x="1256.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1644" y="2004" type="line"/>
- <point x="1200" y="2004" type="line"/>
- <point x="1200" y="0" type="line"/>
- <point x="1644" y="0" type="line"/>
+ <point x="1644.0" y="2004.0" type="line"/>
+ <point x="1200.0" y="2004.0" type="line"/>
+ <point x="1200.0" y="0.0" type="line"/>
+ <point x="1644.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1596" y="0" type="line"/>
- <point x="1592" y="372" type="line"/>
- <point x="1184" y="372" type="line" smooth="yes"/>
- <point x="844" y="372"/>
- <point x="704" y="592"/>
- <point x="704" y="960" type="curve" smooth="yes"/>
- <point x="704" y="1048" type="line" smooth="yes"/>
- <point x="704" y="1440"/>
- <point x="860" y="1628"/>
- <point x="1184" y="1628" type="curve" smooth="yes"/>
- <point x="1604" y="1628" type="line"/>
- <point x="1604" y="2004" type="line"/>
- <point x="1156" y="2004" type="line" smooth="yes"/>
- <point x="616" y="2004"/>
- <point x="236" y="1612"/>
- <point x="236" y="1044" type="curve" smooth="yes"/>
- <point x="236" y="960" type="line" smooth="yes"/>
- <point x="236" y="388"/>
- <point x="616" y="0"/>
- <point x="1156" y="0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="0.0" type="line"/>
+ <point x="1592.0" y="372.0" type="line"/>
+ <point x="1184.0" y="372.0" type="line" smooth="yes"/>
+ <point x="844.0" y="372.0"/>
+ <point x="704.0" y="592.0"/>
+ <point x="704.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="1048.0" type="line" smooth="yes"/>
+ <point x="704.0" y="1440.0"/>
+ <point x="860.0" y="1628.0"/>
+ <point x="1184.0" y="1628.0" type="curve" smooth="yes"/>
+ <point x="1604.0" y="1628.0" type="line"/>
+ <point x="1604.0" y="2004.0" type="line"/>
+ <point x="1156.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="616.0" y="2004.0"/>
+ <point x="236.0" y="1612.0"/>
+ <point x="236.0" y="1044.0" type="curve" smooth="yes"/>
+ <point x="236.0" y="960.0" type="line" smooth="yes"/>
+ <point x="236.0" y="388.0"/>
+ <point x="616.0" y="0.0"/>
+ <point x="1156.0" y="0.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2586, 'leftMargin': 105, 'rightMargin': 104}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2181.glif b/src/Inter-UI-Black.ufo/glyphs/uni2181.glif
index 58fa370ac..ea2c26ed4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2181.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2181.glif
@@ -1,70 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2181" format="1">
- <advance width="2080"/>
+<glyph name="uni2181" format="2">
+ <advance width="2080.0"/>
<unicode hex="2181"/>
<outline>
<contour>
- <point x="964" y="0" type="line"/>
- <point x="1504" y="0"/>
- <point x="1884" y="388"/>
- <point x="1884" y="960" type="curve" smooth="yes"/>
- <point x="1884" y="1044" type="line" smooth="yes"/>
- <point x="1884" y="1612"/>
- <point x="1504" y="2004"/>
- <point x="964" y="2004" type="curve" smooth="yes"/>
- <point x="516" y="2004" type="line"/>
- <point x="516" y="1644" type="line"/>
- <point x="964" y="1644" type="line" smooth="yes"/>
- <point x="1304" y="1644"/>
- <point x="1440" y="1440"/>
- <point x="1440" y="1048" type="curve" smooth="yes"/>
- <point x="1440" y="960" type="line" smooth="yes"/>
- <point x="1440" y="568"/>
- <point x="1304" y="360"/>
- <point x="964" y="360" type="curve" smooth="yes"/>
- <point x="528" y="360" type="line"/>
- <point x="524" y="0" type="line"/>
+ <point x="964.0" y="0.0" type="line"/>
+ <point x="1504.0" y="0.0"/>
+ <point x="1884.0" y="388.0"/>
+ <point x="1884.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1884.0" y="1044.0" type="line" smooth="yes"/>
+ <point x="1884.0" y="1612.0"/>
+ <point x="1504.0" y="2004.0"/>
+ <point x="964.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="2004.0" type="line"/>
+ <point x="516.0" y="1644.0" type="line"/>
+ <point x="964.0" y="1644.0" type="line" smooth="yes"/>
+ <point x="1304.0" y="1644.0"/>
+ <point x="1440.0" y="1440.0"/>
+ <point x="1440.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1440.0" y="568.0"/>
+ <point x="1304.0" y="360.0"/>
+ <point x="964.0" y="360.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="360.0" type="line"/>
+ <point x="524.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="640" y="2004" type="line"/>
- <point x="196" y="2004" type="line"/>
- <point x="196" y="0" type="line"/>
- <point x="640" y="0" type="line"/>
+ <point x="640.0" y="2004.0" type="line"/>
+ <point x="196.0" y="2004.0" type="line"/>
+ <point x="196.0" y="0.0" type="line"/>
+ <point x="640.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="812" y="528" type="line"/>
- <point x="1068" y="528"/>
- <point x="1244" y="712"/>
- <point x="1244" y="980" type="curve" smooth="yes"/>
- <point x="1244" y="1020" type="line" smooth="yes"/>
- <point x="1244" y="1288"/>
- <point x="1068" y="1468"/>
- <point x="812" y="1468" type="curve" smooth="yes"/>
- <point x="604" y="1468" type="line"/>
- <point x="604" y="1220" type="line"/>
- <point x="784" y="1220" type="line" smooth="yes"/>
- <point x="892" y="1220"/>
- <point x="968" y="1176"/>
- <point x="968" y="1020" type="curve" smooth="yes"/>
- <point x="968" y="980" type="line" smooth="yes"/>
- <point x="968" y="828"/>
- <point x="892" y="780"/>
- <point x="784" y="780" type="curve" smooth="yes"/>
- <point x="608" y="780" type="line"/>
- <point x="604" y="528" type="line"/>
+ <point x="812.0" y="528.0" type="line"/>
+ <point x="1068.0" y="528.0"/>
+ <point x="1244.0" y="712.0"/>
+ <point x="1244.0" y="980.0" type="curve" smooth="yes"/>
+ <point x="1244.0" y="1020.0" type="line" smooth="yes"/>
+ <point x="1244.0" y="1288.0"/>
+ <point x="1068.0" y="1468.0"/>
+ <point x="812.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="1468.0" type="line"/>
+ <point x="604.0" y="1220.0" type="line"/>
+ <point x="784.0" y="1220.0" type="line" smooth="yes"/>
+ <point x="892.0" y="1220.0"/>
+ <point x="968.0" y="1176.0"/>
+ <point x="968.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="980.0" type="line" smooth="yes"/>
+ <point x="968.0" y="828.0"/>
+ <point x="892.0" y="780.0"/>
+ <point x="784.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="780.0" type="line"/>
+ <point x="604.0" y="528.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1965, 'leftMargin': 168, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2182.glif b/src/Inter-UI-Black.ufo/glyphs/uni2182.glif
index fce45fb42..59efde8a2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2182.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2182.glif
@@ -1,114 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2182" format="1">
- <advance width="3104"/>
+<glyph name="uni2182" format="2">
+ <advance width="3104.0"/>
<unicode hex="2182"/>
<outline>
<contour>
- <point x="1664" y="0" type="line"/>
- <point x="2028" y="0" type="line" smooth="yes"/>
- <point x="2568" y="0"/>
- <point x="2948" y="388"/>
- <point x="2948" y="960" type="curve" smooth="yes"/>
- <point x="2948" y="1044" type="line" smooth="yes"/>
- <point x="2948" y="1612"/>
- <point x="2568" y="2004"/>
- <point x="2028" y="2004" type="curve" smooth="yes"/>
- <point x="1652" y="2004" type="line"/>
- <point x="1652" y="1644" type="line"/>
- <point x="2028" y="1644" type="line" smooth="yes"/>
- <point x="2372" y="1644"/>
- <point x="2504" y="1440"/>
- <point x="2504" y="1048" type="curve" smooth="yes"/>
- <point x="2504" y="960" type="line" smooth="yes"/>
- <point x="2504" y="568"/>
- <point x="2372" y="360"/>
- <point x="2028" y="360" type="curve" smooth="yes"/>
- <point x="1664" y="360" type="line"/>
+ <point x="1664.0" y="0.0" type="line"/>
+ <point x="2028.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2568.0" y="0.0"/>
+ <point x="2948.0" y="388.0"/>
+ <point x="2948.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="2948.0" y="1044.0" type="line" smooth="yes"/>
+ <point x="2948.0" y="1612.0"/>
+ <point x="2568.0" y="2004.0"/>
+ <point x="2028.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="1652.0" y="2004.0" type="line"/>
+ <point x="1652.0" y="1644.0" type="line"/>
+ <point x="2028.0" y="1644.0" type="line" smooth="yes"/>
+ <point x="2372.0" y="1644.0"/>
+ <point x="2504.0" y="1440.0"/>
+ <point x="2504.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="2504.0" y="960.0" type="line" smooth="yes"/>
+ <point x="2504.0" y="568.0"/>
+ <point x="2372.0" y="360.0"/>
+ <point x="2028.0" y="360.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="360.0" type="line"/>
</contour>
<contour>
- <point x="1776" y="2004" type="line"/>
- <point x="1332" y="2004" type="line"/>
- <point x="1332" y="0" type="line"/>
- <point x="1776" y="0" type="line"/>
+ <point x="1776.0" y="2004.0" type="line"/>
+ <point x="1332.0" y="2004.0" type="line"/>
+ <point x="1332.0" y="0.0" type="line"/>
+ <point x="1776.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1740" y="528" type="line"/>
- <point x="1880" y="528" type="line" smooth="yes"/>
- <point x="2132" y="528"/>
- <point x="2308" y="712"/>
- <point x="2308" y="980" type="curve" smooth="yes"/>
- <point x="2308" y="1020" type="line" smooth="yes"/>
- <point x="2308" y="1288"/>
- <point x="2132" y="1468"/>
- <point x="1880" y="1468" type="curve" smooth="yes"/>
- <point x="1736" y="1468" type="line"/>
- <point x="1736" y="1220" type="line"/>
- <point x="1852" y="1220" type="line" smooth="yes"/>
- <point x="1956" y="1220"/>
- <point x="2032" y="1176"/>
- <point x="2032" y="1020" type="curve" smooth="yes"/>
- <point x="2032" y="980" type="line" smooth="yes"/>
- <point x="2032" y="828"/>
- <point x="1956" y="780"/>
- <point x="1852" y="780" type="curve" smooth="yes"/>
- <point x="1740" y="780" type="line"/>
+ <point x="1740.0" y="528.0" type="line"/>
+ <point x="1880.0" y="528.0" type="line" smooth="yes"/>
+ <point x="2132.0" y="528.0"/>
+ <point x="2308.0" y="712.0"/>
+ <point x="2308.0" y="980.0" type="curve" smooth="yes"/>
+ <point x="2308.0" y="1020.0" type="line" smooth="yes"/>
+ <point x="2308.0" y="1288.0"/>
+ <point x="2132.0" y="1468.0"/>
+ <point x="1880.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="1736.0" y="1468.0" type="line"/>
+ <point x="1736.0" y="1220.0" type="line"/>
+ <point x="1852.0" y="1220.0" type="line" smooth="yes"/>
+ <point x="1956.0" y="1220.0"/>
+ <point x="2032.0" y="1176.0"/>
+ <point x="2032.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="2032.0" y="980.0" type="line" smooth="yes"/>
+ <point x="2032.0" y="828.0"/>
+ <point x="1956.0" y="780.0"/>
+ <point x="1852.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1740.0" y="780.0" type="line"/>
</contour>
<contour>
- <point x="1444" y="0" type="line"/>
- <point x="1444" y="360" type="line"/>
- <point x="1076" y="360" type="line" smooth="yes"/>
- <point x="736" y="360"/>
- <point x="600" y="568"/>
- <point x="600" y="960" type="curve" smooth="yes"/>
- <point x="600" y="1048" type="line" smooth="yes"/>
- <point x="600" y="1440"/>
- <point x="736" y="1644"/>
- <point x="1076" y="1644" type="curve" smooth="yes"/>
- <point x="1456" y="1644" type="line"/>
- <point x="1456" y="2004" type="line"/>
- <point x="1076" y="2004" type="line" smooth="yes"/>
- <point x="536" y="2004"/>
- <point x="156" y="1612"/>
- <point x="156" y="1044" type="curve" smooth="yes"/>
- <point x="156" y="960" type="line" smooth="yes"/>
- <point x="156" y="388"/>
- <point x="536" y="0"/>
- <point x="1076" y="0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="0.0" type="line"/>
+ <point x="1444.0" y="360.0" type="line"/>
+ <point x="1076.0" y="360.0" type="line" smooth="yes"/>
+ <point x="736.0" y="360.0"/>
+ <point x="600.0" y="568.0"/>
+ <point x="600.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="1048.0" type="line" smooth="yes"/>
+ <point x="600.0" y="1440.0"/>
+ <point x="736.0" y="1644.0"/>
+ <point x="1076.0" y="1644.0" type="curve" smooth="yes"/>
+ <point x="1456.0" y="1644.0" type="line"/>
+ <point x="1456.0" y="2004.0" type="line"/>
+ <point x="1076.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="536.0" y="2004.0"/>
+ <point x="156.0" y="1612.0"/>
+ <point x="156.0" y="1044.0" type="curve" smooth="yes"/>
+ <point x="156.0" y="960.0" type="line" smooth="yes"/>
+ <point x="156.0" y="388.0"/>
+ <point x="536.0" y="0.0"/>
+ <point x="1076.0" y="0.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1364" y="528" type="line"/>
- <point x="1364" y="780" type="line"/>
- <point x="1256" y="780" type="line" smooth="yes"/>
- <point x="1148" y="780"/>
- <point x="1072" y="828"/>
- <point x="1072" y="980" type="curve" smooth="yes"/>
- <point x="1072" y="1020" type="line" smooth="yes"/>
- <point x="1072" y="1176"/>
- <point x="1148" y="1220"/>
- <point x="1256" y="1220" type="curve" smooth="yes"/>
- <point x="1368" y="1220" type="line"/>
- <point x="1368" y="1468" type="line"/>
- <point x="1228" y="1468" type="line" smooth="yes"/>
- <point x="976" y="1468"/>
- <point x="796" y="1288"/>
- <point x="796" y="1020" type="curve" smooth="yes"/>
- <point x="796" y="980" type="line" smooth="yes"/>
- <point x="796" y="712"/>
- <point x="976" y="528"/>
- <point x="1228" y="528" type="curve" smooth="yes"/>
+ <point x="1364.0" y="528.0" type="line"/>
+ <point x="1364.0" y="780.0" type="line"/>
+ <point x="1256.0" y="780.0" type="line" smooth="yes"/>
+ <point x="1148.0" y="780.0"/>
+ <point x="1072.0" y="828.0"/>
+ <point x="1072.0" y="980.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="1020.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="1176.0"/>
+ <point x="1148.0" y="1220.0"/>
+ <point x="1256.0" y="1220.0" type="curve" smooth="yes"/>
+ <point x="1368.0" y="1220.0" type="line"/>
+ <point x="1368.0" y="1468.0" type="line"/>
+ <point x="1228.0" y="1468.0" type="line" smooth="yes"/>
+ <point x="976.0" y="1468.0"/>
+ <point x="796.0" y="1288.0"/>
+ <point x="796.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="980.0" type="line" smooth="yes"/>
+ <point x="796.0" y="712.0"/>
+ <point x="976.0" y="528.0"/>
+ <point x="1228.0" y="528.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3013, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2183.glif b/src/Inter-UI-Black.ufo/glyphs/uni2183.glif
index ab0233eb3..68bd20004 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2183.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2183.glif
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2183" format="1">
- <advance width="2080"/>
+<glyph name="uni2183" format="2">
+ <advance width="2080.0"/>
<unicode hex="2183"/>
<outline>
<contour>
- <point x="216" y="676" type="line"/>
- <point x="240" y="260"/>
- <point x="540" y="-28"/>
- <point x="1032" y="-28" type="curve" smooth="yes"/>
- <point x="1556" y="-28"/>
- <point x="1868" y="344"/>
- <point x="1868" y="944" type="curve" smooth="yes"/>
- <point x="1868" y="1060" type="line" smooth="yes"/>
- <point x="1868" y="1660"/>
- <point x="1540" y="2032"/>
- <point x="1032" y="2032" type="curve" smooth="yes"/>
- <point x="520" y="2032"/>
- <point x="252" y="1728"/>
- <point x="212" y="1316" type="curve"/>
- <point x="656" y="1316" type="line"/>
- <point x="672" y="1548"/>
- <point x="768" y="1672"/>
- <point x="1032" y="1672" type="curve" smooth="yes"/>
- <point x="1292" y="1672"/>
- <point x="1424" y="1488"/>
- <point x="1424" y="1064" type="curve" smooth="yes"/>
- <point x="1424" y="944" type="line" smooth="yes"/>
- <point x="1424" y="520"/>
- <point x="1312" y="332"/>
- <point x="1032" y="332" type="curve" smooth="yes"/>
- <point x="792" y="332"/>
- <point x="672" y="444"/>
- <point x="660" y="676" type="curve"/>
+ <point x="216.0" y="676.0" type="line"/>
+ <point x="240.0" y="260.0"/>
+ <point x="540.0" y="-28.0"/>
+ <point x="1032.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="-28.0"/>
+ <point x="1868.0" y="344.0"/>
+ <point x="1868.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1868.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="1868.0" y="1660.0"/>
+ <point x="1540.0" y="2032.0"/>
+ <point x="1032.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="2032.0"/>
+ <point x="252.0" y="1728.0"/>
+ <point x="212.0" y="1316.0" type="curve"/>
+ <point x="656.0" y="1316.0" type="line"/>
+ <point x="672.0" y="1548.0"/>
+ <point x="768.0" y="1672.0"/>
+ <point x="1032.0" y="1672.0" type="curve" smooth="yes"/>
+ <point x="1292.0" y="1672.0"/>
+ <point x="1424.0" y="1488.0"/>
+ <point x="1424.0" y="1064.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="944.0" type="line" smooth="yes"/>
+ <point x="1424.0" y="520.0"/>
+ <point x="1312.0" y="332.0"/>
+ <point x="1032.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="332.0"/>
+ <point x="672.0" y="444.0"/>
+ <point x="660.0" y="676.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1836, 'leftMargin': 78, 'rightMargin': 103}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2184.glif b/src/Inter-UI-Black.ufo/glyphs/uni2184.glif
index 4969f4f9d..cdb51db36 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2184.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2184.glif
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2184" format="1">
- <advance width="1568"/>
+<glyph name="uni2184" format="2">
+ <advance width="1568.0"/>
<unicode hex="2184"/>
<outline>
<contour>
- <point x="124" y="532" type="line"/>
- <point x="124" y="196"/>
- <point x="396" y="-28"/>
- <point x="748" y="-28" type="curve" smooth="yes"/>
- <point x="1212" y="-28"/>
- <point x="1444" y="296"/>
- <point x="1444" y="728" type="curve" smooth="yes"/>
- <point x="1444" y="760" type="line" smooth="yes"/>
- <point x="1444" y="1188"/>
- <point x="1212" y="1516"/>
- <point x="752" y="1516" type="curve" smooth="yes"/>
- <point x="384" y="1516"/>
- <point x="124" y="1296"/>
- <point x="124" y="920" type="curve"/>
- <point x="540" y="920" type="line"/>
- <point x="540" y="1052"/>
- <point x="612" y="1160"/>
- <point x="760" y="1160" type="curve" smooth="yes"/>
- <point x="964" y="1160"/>
- <point x="1000" y="976"/>
- <point x="1000" y="760" type="curve" smooth="yes"/>
- <point x="1000" y="728" type="line" smooth="yes"/>
- <point x="1000" y="508"/>
- <point x="968" y="332"/>
- <point x="760" y="332" type="curve" smooth="yes"/>
- <point x="624" y="332"/>
- <point x="540" y="404"/>
- <point x="540" y="532" type="curve"/>
+ <point x="124.0" y="532.0" type="line"/>
+ <point x="124.0" y="196.0"/>
+ <point x="396.0" y="-28.0"/>
+ <point x="748.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="-28.0"/>
+ <point x="1444.0" y="296.0"/>
+ <point x="1444.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1188.0"/>
+ <point x="1212.0" y="1516.0"/>
+ <point x="752.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1516.0"/>
+ <point x="124.0" y="1296.0"/>
+ <point x="124.0" y="920.0" type="curve"/>
+ <point x="540.0" y="920.0" type="line"/>
+ <point x="540.0" y="1052.0"/>
+ <point x="612.0" y="1160.0"/>
+ <point x="760.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1160.0"/>
+ <point x="1000.0" y="976.0"/>
+ <point x="1000.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1000.0" y="508.0"/>
+ <point x="968.0" y="332.0"/>
+ <point x="760.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="332.0"/>
+ <point x="540.0" y="404.0"/>
+ <point x="540.0" y="532.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1466, 'leftMargin': 69, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2185.glif b/src/Inter-UI-Black.ufo/glyphs/uni2185.glif
index c5f501ecd..636f92aa2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2185.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2185.glif
@@ -1,56 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2185" format="1">
- <advance width="2080"/>
+<glyph name="uni2185" format="2">
+ <advance width="2080.0"/>
<unicode hex="2185"/>
<outline>
<contour>
- <point x="1512" y="624" type="line"/>
- <point x="1396" y="404"/>
- <point x="1272" y="332"/>
- <point x="1048" y="332" type="curve" smooth="yes"/>
- <point x="768" y="332"/>
- <point x="656" y="520"/>
- <point x="656" y="944" type="curve" smooth="yes"/>
- <point x="656" y="1064" type="line" smooth="yes"/>
- <point x="656" y="1488"/>
- <point x="788" y="1672"/>
- <point x="1048" y="1672" type="curve" smooth="yes"/>
- <point x="1316" y="1672"/>
- <point x="1412" y="1548"/>
- <point x="1424" y="1316" type="curve"/>
- <point x="1868" y="1316" type="line"/>
- <point x="1828" y="1728"/>
- <point x="1560" y="2032"/>
- <point x="1048" y="2032" type="curve" smooth="yes"/>
- <point x="544" y="2032"/>
- <point x="212" y="1660"/>
- <point x="212" y="1060" type="curve" smooth="yes"/>
- <point x="212" y="944" type="line" smooth="yes"/>
- <point x="212" y="344"/>
- <point x="528" y="-28"/>
- <point x="1048" y="-28" type="curve" smooth="yes"/>
- <point x="1436" y="-28"/>
- <point x="1652" y="152"/>
- <point x="1812" y="424" type="curve"/>
+ <point x="1512.0" y="624.0" type="line"/>
+ <point x="1396.0" y="404.0"/>
+ <point x="1272.0" y="332.0"/>
+ <point x="1048.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="332.0"/>
+ <point x="656.0" y="520.0"/>
+ <point x="656.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="1064.0" type="line" smooth="yes"/>
+ <point x="656.0" y="1488.0"/>
+ <point x="788.0" y="1672.0"/>
+ <point x="1048.0" y="1672.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="1672.0"/>
+ <point x="1412.0" y="1548.0"/>
+ <point x="1424.0" y="1316.0" type="curve"/>
+ <point x="1868.0" y="1316.0" type="line"/>
+ <point x="1828.0" y="1728.0"/>
+ <point x="1560.0" y="2032.0"/>
+ <point x="1048.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="544.0" y="2032.0"/>
+ <point x="212.0" y="1660.0"/>
+ <point x="212.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="944.0" type="line" smooth="yes"/>
+ <point x="212.0" y="344.0"/>
+ <point x="528.0" y="-28.0"/>
+ <point x="1048.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1436.0" y="-28.0"/>
+ <point x="1652.0" y="152.0"/>
+ <point x="1812.0" y="424.0" type="curve"/>
</contour>
<contour>
- <point x="1832" y="728" type="line"/>
- <point x="1388" y="728" type="line"/>
- <point x="1388" y="-496" type="line"/>
- <point x="1832" y="-496" type="line"/>
+ <point x="1832.0" y="728.0" type="line"/>
+ <point x="1388.0" y="728.0" type="line"/>
+ <point x="1388.0" y="-496.0" type="line"/>
+ <point x="1832.0" y="-496.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1836, 'leftMargin': 103, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2186.glif b/src/Inter-UI-Black.ufo/glyphs/uni2186.glif
index 97244ccd2..68fd6748c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2186.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2186.glif
@@ -1,40 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2186" format="1">
- <advance width="2592"/>
+<glyph name="uni2186" format="2">
+ <advance width="2592.0"/>
<unicode hex="2186"/>
<outline>
<contour>
- <point x="492" y="1244" type="line"/>
- <point x="168" y="904" type="line"/>
- <point x="1076" y="0" type="line"/>
- <point x="1400" y="0" type="line"/>
- <point x="1232" y="472" type="line"/>
+ <point x="492.0" y="1244.0" type="line"/>
+ <point x="168.0" y="904.0" type="line"/>
+ <point x="1076.0" y="0.0" type="line"/>
+ <point x="1400.0" y="0.0" type="line"/>
+ <point x="1232.0" y="472.0" type="line"/>
</contour>
<contour>
- <point x="1516" y="2004" type="line"/>
- <point x="1076" y="2004" type="line"/>
- <point x="1076" y="0" type="line"/>
- <point x="1516" y="0" type="line"/>
+ <point x="1516.0" y="2004.0" type="line"/>
+ <point x="1076.0" y="2004.0" type="line"/>
+ <point x="1076.0" y="0.0" type="line"/>
+ <point x="1516.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="2424" y="904" type="line"/>
- <point x="2104" y="1244" type="line"/>
- <point x="1364" y="472" type="line"/>
- <point x="1192" y="0" type="line"/>
- <point x="1516" y="0" type="line"/>
+ <point x="2424.0" y="904.0" type="line"/>
+ <point x="2104.0" y="1244.0" type="line"/>
+ <point x="1364.0" y="472.0" type="line"/>
+ <point x="1192.0" y="0.0" type="line"/>
+ <point x="1516.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2420.0, 'leftMargin': 83, 'rightMargin': 82.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2187.glif b/src/Inter-UI-Black.ufo/glyphs/uni2187.glif
index 4db96e28d..2a09f9a68 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2187.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2187.glif
@@ -1,92 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2187" format="1">
- <advance width="2080"/>
+<glyph name="uni2187" format="2">
+ <advance width="2080.0"/>
<unicode hex="2187"/>
<outline>
<contour>
- <point x="188" y="0" type="line"/>
- <point x="632" y="0" type="line"/>
- <point x="632" y="2004" type="line"/>
- <point x="188" y="2004" type="line"/>
+ <point x="188.0" y="0.0" type="line"/>
+ <point x="632.0" y="0.0" type="line"/>
+ <point x="632.0" y="2004.0" type="line"/>
+ <point x="188.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="436" y="0" type="line"/>
- <point x="976" y="0" type="line" smooth="yes"/>
- <point x="1544" y="0"/>
- <point x="1896" y="388"/>
- <point x="1896" y="960" type="curve" smooth="yes"/>
- <point x="1896" y="1044" type="line" smooth="yes"/>
- <point x="1896" y="1612"/>
- <point x="1544" y="2004"/>
- <point x="976" y="2004" type="curve" smooth="yes"/>
- <point x="436" y="2004" type="line"/>
- <point x="436" y="1796" type="line"/>
- <point x="976" y="1796" type="line" smooth="yes"/>
- <point x="1372" y="1796"/>
- <point x="1548" y="1480"/>
- <point x="1548" y="1048" type="curve" smooth="yes"/>
- <point x="1548" y="960" type="line" smooth="yes"/>
- <point x="1548" y="512"/>
- <point x="1316" y="236"/>
- <point x="976" y="236" type="curve" smooth="yes"/>
- <point x="436" y="236" type="line"/>
+ <point x="436.0" y="0.0" type="line"/>
+ <point x="976.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1544.0" y="0.0"/>
+ <point x="1896.0" y="388.0"/>
+ <point x="1896.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1896.0" y="1044.0" type="line" smooth="yes"/>
+ <point x="1896.0" y="1612.0"/>
+ <point x="1544.0" y="2004.0"/>
+ <point x="976.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="2004.0" type="line"/>
+ <point x="436.0" y="1796.0" type="line"/>
+ <point x="976.0" y="1796.0" type="line" smooth="yes"/>
+ <point x="1372.0" y="1796.0"/>
+ <point x="1548.0" y="1480.0"/>
+ <point x="1548.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="1548.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1548.0" y="512.0"/>
+ <point x="1316.0" y="236.0"/>
+ <point x="976.0" y="236.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="236.0" type="line"/>
</contour>
<contour>
- <point x="436" y="324" type="line"/>
- <point x="832" y="324" type="line" smooth="yes"/>
- <point x="1184" y="324"/>
- <point x="1432" y="496"/>
- <point x="1432" y="972" type="curve" smooth="yes"/>
- <point x="1432" y="1036" type="line" smooth="yes"/>
- <point x="1432" y="1516"/>
- <point x="1184" y="1708"/>
- <point x="832" y="1708" type="curve" smooth="yes"/>
- <point x="436" y="1708" type="line"/>
- <point x="436" y="1500" type="line"/>
- <point x="716" y="1500" type="line" smooth="yes"/>
- <point x="976" y="1500"/>
- <point x="1192" y="1440"/>
- <point x="1192" y="1040" type="curve" smooth="yes"/>
- <point x="1192" y="972" type="line" smooth="yes"/>
- <point x="1192" y="588"/>
- <point x="976" y="528"/>
- <point x="716" y="528" type="curve" smooth="yes"/>
- <point x="436" y="528" type="line"/>
+ <point x="436.0" y="324.0" type="line"/>
+ <point x="832.0" y="324.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="324.0"/>
+ <point x="1432.0" y="496.0"/>
+ <point x="1432.0" y="972.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="1036.0" type="line" smooth="yes"/>
+ <point x="1432.0" y="1516.0"/>
+ <point x="1184.0" y="1708.0"/>
+ <point x="832.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="1708.0" type="line"/>
+ <point x="436.0" y="1500.0" type="line"/>
+ <point x="716.0" y="1500.0" type="line" smooth="yes"/>
+ <point x="976.0" y="1500.0"/>
+ <point x="1192.0" y="1440.0"/>
+ <point x="1192.0" y="1040.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="972.0" type="line" smooth="yes"/>
+ <point x="1192.0" y="588.0"/>
+ <point x="976.0" y="528.0"/>
+ <point x="716.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="528.0" type="line"/>
</contour>
<contour>
- <point x="436" y="616" type="line"/>
- <point x="680" y="616" type="line" smooth="yes"/>
- <point x="932" y="616"/>
- <point x="1096" y="712"/>
- <point x="1096" y="980" type="curve" smooth="yes"/>
- <point x="1096" y="1020" type="line" smooth="yes"/>
- <point x="1096" y="1288"/>
- <point x="932" y="1412"/>
- <point x="680" y="1412" type="curve" smooth="yes"/>
- <point x="436" y="1412" type="line"/>
- <point x="436" y="1204" type="line"/>
- <point x="652" y="1204" type="line" smooth="yes"/>
- <point x="756" y="1204"/>
- <point x="848" y="1176"/>
- <point x="848" y="1020" type="curve" smooth="yes"/>
- <point x="848" y="980" type="line" smooth="yes"/>
- <point x="848" y="828"/>
- <point x="756" y="824"/>
- <point x="652" y="824" type="curve" smooth="yes"/>
- <point x="436" y="824" type="line"/>
+ <point x="436.0" y="616.0" type="line"/>
+ <point x="680.0" y="616.0" type="line" smooth="yes"/>
+ <point x="932.0" y="616.0"/>
+ <point x="1096.0" y="712.0"/>
+ <point x="1096.0" y="980.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="1020.0" type="line" smooth="yes"/>
+ <point x="1096.0" y="1288.0"/>
+ <point x="932.0" y="1412.0"/>
+ <point x="680.0" y="1412.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="1412.0" type="line"/>
+ <point x="436.0" y="1204.0" type="line"/>
+ <point x="652.0" y="1204.0" type="line" smooth="yes"/>
+ <point x="756.0" y="1204.0"/>
+ <point x="848.0" y="1176.0"/>
+ <point x="848.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="980.0" type="line" smooth="yes"/>
+ <point x="848.0" y="828.0"/>
+ <point x="756.0" y="824.0"/>
+ <point x="652.0" y="824.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="824.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1987, 'leftMargin': 168, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2188.glif b/src/Inter-UI-Black.ufo/glyphs/uni2188.glif
index 21fc4698a..52f62ed11 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2188.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2188.glif
@@ -1,158 +1,153 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2188" format="1">
- <advance width="3360"/>
+<glyph name="uni2188" format="2">
+ <advance width="3360.0"/>
<unicode hex="2188"/>
<outline>
<contour>
- <point x="1788" y="0" type="line"/>
- <point x="2248" y="0" type="line" smooth="yes"/>
- <point x="2816" y="0"/>
- <point x="3168" y="388"/>
- <point x="3168" y="960" type="curve" smooth="yes"/>
- <point x="3168" y="1044" type="line" smooth="yes"/>
- <point x="3168" y="1612"/>
- <point x="2816" y="2004"/>
- <point x="2248" y="2004" type="curve" smooth="yes"/>
- <point x="1780" y="2004" type="line"/>
- <point x="1780" y="1796" type="line"/>
- <point x="2248" y="1796" type="line" smooth="yes"/>
- <point x="2644" y="1796"/>
- <point x="2820" y="1480"/>
- <point x="2820" y="1048" type="curve" smooth="yes"/>
- <point x="2820" y="960" type="line" smooth="yes"/>
- <point x="2820" y="512"/>
- <point x="2588" y="236"/>
- <point x="2248" y="236" type="curve" smooth="yes"/>
- <point x="1788" y="236" type="line"/>
+ <point x="1788.0" y="0.0" type="line"/>
+ <point x="2248.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2816.0" y="0.0"/>
+ <point x="3168.0" y="388.0"/>
+ <point x="3168.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="3168.0" y="1044.0" type="line" smooth="yes"/>
+ <point x="3168.0" y="1612.0"/>
+ <point x="2816.0" y="2004.0"/>
+ <point x="2248.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="2004.0" type="line"/>
+ <point x="1780.0" y="1796.0" type="line"/>
+ <point x="2248.0" y="1796.0" type="line" smooth="yes"/>
+ <point x="2644.0" y="1796.0"/>
+ <point x="2820.0" y="1480.0"/>
+ <point x="2820.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="2820.0" y="960.0" type="line" smooth="yes"/>
+ <point x="2820.0" y="512.0"/>
+ <point x="2588.0" y="236.0"/>
+ <point x="2248.0" y="236.0" type="curve" smooth="yes"/>
+ <point x="1788.0" y="236.0" type="line"/>
</contour>
<contour>
- <point x="1744" y="616" type="line"/>
- <point x="1952" y="616" type="line" smooth="yes"/>
- <point x="2204" y="616"/>
- <point x="2368" y="712"/>
- <point x="2368" y="980" type="curve" smooth="yes"/>
- <point x="2368" y="1020" type="line" smooth="yes"/>
- <point x="2368" y="1288"/>
- <point x="2204" y="1412"/>
- <point x="1952" y="1412" type="curve" smooth="yes"/>
- <point x="1740" y="1412" type="line"/>
- <point x="1740" y="1204" type="line"/>
- <point x="1924" y="1204" type="line" smooth="yes"/>
- <point x="2028" y="1204"/>
- <point x="2120" y="1176"/>
- <point x="2120" y="1020" type="curve" smooth="yes"/>
- <point x="2120" y="980" type="line" smooth="yes"/>
- <point x="2120" y="828"/>
- <point x="2028" y="824"/>
- <point x="1924" y="824" type="curve" smooth="yes"/>
- <point x="1744" y="824" type="line"/>
+ <point x="1744.0" y="616.0" type="line"/>
+ <point x="1952.0" y="616.0" type="line" smooth="yes"/>
+ <point x="2204.0" y="616.0"/>
+ <point x="2368.0" y="712.0"/>
+ <point x="2368.0" y="980.0" type="curve" smooth="yes"/>
+ <point x="2368.0" y="1020.0" type="line" smooth="yes"/>
+ <point x="2368.0" y="1288.0"/>
+ <point x="2204.0" y="1412.0"/>
+ <point x="1952.0" y="1412.0" type="curve" smooth="yes"/>
+ <point x="1740.0" y="1412.0" type="line"/>
+ <point x="1740.0" y="1204.0" type="line"/>
+ <point x="1924.0" y="1204.0" type="line" smooth="yes"/>
+ <point x="2028.0" y="1204.0"/>
+ <point x="2120.0" y="1176.0"/>
+ <point x="2120.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="2120.0" y="980.0" type="line" smooth="yes"/>
+ <point x="2120.0" y="828.0"/>
+ <point x="2028.0" y="824.0"/>
+ <point x="1924.0" y="824.0" type="curve" smooth="yes"/>
+ <point x="1744.0" y="824.0" type="line"/>
</contour>
<contour>
- <point x="1768" y="324" type="line"/>
- <point x="2104" y="324" type="line" smooth="yes"/>
- <point x="2456" y="324"/>
- <point x="2704" y="496"/>
- <point x="2704" y="972" type="curve" smooth="yes"/>
- <point x="2704" y="1036" type="line" smooth="yes"/>
- <point x="2704" y="1516"/>
- <point x="2456" y="1708"/>
- <point x="2104" y="1708" type="curve" smooth="yes"/>
- <point x="1720" y="1708" type="line"/>
- <point x="1720" y="1500" type="line"/>
- <point x="1988" y="1500" type="line" smooth="yes"/>
- <point x="2248" y="1500"/>
- <point x="2464" y="1440"/>
- <point x="2464" y="1040" type="curve" smooth="yes"/>
- <point x="2464" y="972" type="line" smooth="yes"/>
- <point x="2464" y="588"/>
- <point x="2248" y="528"/>
- <point x="1988" y="528" type="curve" smooth="yes"/>
- <point x="1768" y="528" type="line"/>
+ <point x="1768.0" y="324.0" type="line"/>
+ <point x="2104.0" y="324.0" type="line" smooth="yes"/>
+ <point x="2456.0" y="324.0"/>
+ <point x="2704.0" y="496.0"/>
+ <point x="2704.0" y="972.0" type="curve" smooth="yes"/>
+ <point x="2704.0" y="1036.0" type="line" smooth="yes"/>
+ <point x="2704.0" y="1516.0"/>
+ <point x="2456.0" y="1708.0"/>
+ <point x="2104.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="1720.0" y="1708.0" type="line"/>
+ <point x="1720.0" y="1500.0" type="line"/>
+ <point x="1988.0" y="1500.0" type="line" smooth="yes"/>
+ <point x="2248.0" y="1500.0"/>
+ <point x="2464.0" y="1440.0"/>
+ <point x="2464.0" y="1040.0" type="curve" smooth="yes"/>
+ <point x="2464.0" y="972.0" type="line" smooth="yes"/>
+ <point x="2464.0" y="588.0"/>
+ <point x="2248.0" y="528.0"/>
+ <point x="1988.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="1768.0" y="528.0" type="line"/>
</contour>
<contour>
- <point x="1576" y="0" type="line"/>
- <point x="1576" y="236" type="line"/>
- <point x="1116" y="236" type="line" smooth="yes"/>
- <point x="772" y="236"/>
- <point x="540" y="512"/>
- <point x="540" y="960" type="curve" smooth="yes"/>
- <point x="540" y="1048" type="line" smooth="yes"/>
- <point x="540" y="1480"/>
- <point x="716" y="1796"/>
- <point x="1116" y="1796" type="curve" smooth="yes"/>
- <point x="1584" y="1796" type="line"/>
- <point x="1584" y="2004" type="line"/>
- <point x="1116" y="2004" type="line" smooth="yes"/>
- <point x="544" y="2004"/>
- <point x="192" y="1612"/>
- <point x="192" y="1044" type="curve" smooth="yes"/>
- <point x="192" y="960" type="line" smooth="yes"/>
- <point x="192" y="388"/>
- <point x="544" y="0"/>
- <point x="1116" y="0" type="curve" smooth="yes"/>
+ <point x="1576.0" y="0.0" type="line"/>
+ <point x="1576.0" y="236.0" type="line"/>
+ <point x="1116.0" y="236.0" type="line" smooth="yes"/>
+ <point x="772.0" y="236.0"/>
+ <point x="540.0" y="512.0"/>
+ <point x="540.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="1048.0" type="line" smooth="yes"/>
+ <point x="540.0" y="1480.0"/>
+ <point x="716.0" y="1796.0"/>
+ <point x="1116.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="1584.0" y="1796.0" type="line"/>
+ <point x="1584.0" y="2004.0" type="line"/>
+ <point x="1116.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="544.0" y="2004.0"/>
+ <point x="192.0" y="1612.0"/>
+ <point x="192.0" y="1044.0" type="curve" smooth="yes"/>
+ <point x="192.0" y="960.0" type="line" smooth="yes"/>
+ <point x="192.0" y="388.0"/>
+ <point x="544.0" y="0.0"/>
+ <point x="1116.0" y="0.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1460" y="0" type="line"/>
- <point x="1904" y="0" type="line"/>
- <point x="1904" y="2004" type="line"/>
- <point x="1460" y="2004" type="line"/>
+ <point x="1460.0" y="0.0" type="line"/>
+ <point x="1904.0" y="0.0" type="line"/>
+ <point x="1904.0" y="2004.0" type="line"/>
+ <point x="1460.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1620" y="616" type="line"/>
- <point x="1620" y="824" type="line"/>
- <point x="1436" y="824" type="line" smooth="yes"/>
- <point x="1332" y="824"/>
- <point x="1244" y="828"/>
- <point x="1244" y="980" type="curve" smooth="yes"/>
- <point x="1244" y="1020" type="line" smooth="yes"/>
- <point x="1244" y="1176"/>
- <point x="1332" y="1204"/>
- <point x="1436" y="1204" type="curve" smooth="yes"/>
- <point x="1620" y="1204" type="line"/>
- <point x="1620" y="1412" type="line"/>
- <point x="1412" y="1412" type="line" smooth="yes"/>
- <point x="1156" y="1412"/>
- <point x="992" y="1288"/>
- <point x="992" y="1020" type="curve" smooth="yes"/>
- <point x="992" y="980" type="line" smooth="yes"/>
- <point x="992" y="712"/>
- <point x="1156" y="616"/>
- <point x="1412" y="616" type="curve" smooth="yes"/>
+ <point x="1620.0" y="616.0" type="line"/>
+ <point x="1620.0" y="824.0" type="line"/>
+ <point x="1436.0" y="824.0" type="line" smooth="yes"/>
+ <point x="1332.0" y="824.0"/>
+ <point x="1244.0" y="828.0"/>
+ <point x="1244.0" y="980.0" type="curve" smooth="yes"/>
+ <point x="1244.0" y="1020.0" type="line" smooth="yes"/>
+ <point x="1244.0" y="1176.0"/>
+ <point x="1332.0" y="1204.0"/>
+ <point x="1436.0" y="1204.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="1204.0" type="line"/>
+ <point x="1620.0" y="1412.0" type="line"/>
+ <point x="1412.0" y="1412.0" type="line" smooth="yes"/>
+ <point x="1156.0" y="1412.0"/>
+ <point x="992.0" y="1288.0"/>
+ <point x="992.0" y="1020.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="980.0" type="line" smooth="yes"/>
+ <point x="992.0" y="712.0"/>
+ <point x="1156.0" y="616.0"/>
+ <point x="1412.0" y="616.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1676" y="324" type="line"/>
- <point x="1676" y="528" type="line"/>
- <point x="1376" y="528" type="line" smooth="yes"/>
- <point x="1116" y="528"/>
- <point x="896" y="588"/>
- <point x="896" y="972" type="curve" smooth="yes"/>
- <point x="896" y="1040" type="line" smooth="yes"/>
- <point x="896" y="1440"/>
- <point x="1116" y="1500"/>
- <point x="1376" y="1500" type="curve" smooth="yes"/>
- <point x="1640" y="1500" type="line"/>
- <point x="1640" y="1708" type="line"/>
- <point x="1256" y="1708" type="line" smooth="yes"/>
- <point x="904" y="1708"/>
- <point x="660" y="1516"/>
- <point x="660" y="1036" type="curve" smooth="yes"/>
- <point x="660" y="972" type="line" smooth="yes"/>
- <point x="660" y="496"/>
- <point x="904" y="324"/>
- <point x="1256" y="324" type="curve" smooth="yes"/>
+ <point x="1676.0" y="324.0" type="line"/>
+ <point x="1676.0" y="528.0" type="line"/>
+ <point x="1376.0" y="528.0" type="line" smooth="yes"/>
+ <point x="1116.0" y="528.0"/>
+ <point x="896.0" y="588.0"/>
+ <point x="896.0" y="972.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="1040.0" type="line" smooth="yes"/>
+ <point x="896.0" y="1440.0"/>
+ <point x="1116.0" y="1500.0"/>
+ <point x="1376.0" y="1500.0" type="curve" smooth="yes"/>
+ <point x="1640.0" y="1500.0" type="line"/>
+ <point x="1640.0" y="1708.0" type="line"/>
+ <point x="1256.0" y="1708.0" type="line" smooth="yes"/>
+ <point x="904.0" y="1708.0"/>
+ <point x="660.0" y="1516.0"/>
+ <point x="660.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="972.0" type="line" smooth="yes"/>
+ <point x="660.0" y="496.0"/>
+ <point x="904.0" y="324.0"/>
+ <point x="1256.0" y="324.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3194, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2189.glif b/src/Inter-UI-Black.ufo/glyphs/uni2189.glif
index 702c1b37e..66d11a6ff 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uni2189.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2189.glif
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2189" format="1">
- <advance width="2592"/>
+<glyph name="uni2189" format="2">
+ <advance width="2592.0"/>
<unicode hex="2189"/>
<outline>
- <component base="fraction" xOffset="528"/>
- <component base="three.sup" xOffset="1276"/>
- <component base="zero.sup" xOffset="-16" yOffset="888"/>
+ <component base="fraction" xOffset="528.0"/>
+ <component base="three.sup" xOffset="1276.0"/>
+ <component base="zero.sup" xOffset="-16.0" yOffset="888.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2479, 'leftMargin': 214, 'rightMargin': 92}</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni27EF__.glif b/src/Inter-UI-Black.ufo/glyphs/uni27EF__.glif
deleted file mode 100644
index ea76392e0..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni27EF__.glif
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni27EF" format="1">
- <advance width="1056"/>
- <unicode hex="27EF"/>
- <outline>
- <contour>
- <point x="212" y="-360" type="line"/>
- <point x="468" y="-612" type="line"/>
- <point x="844" y="-236" type="line"/>
- <point x="844" y="2108" type="line"/>
- <point x="468" y="2488" type="line"/>
- <point x="212" y="2232" type="line"/>
- <point x="468" y="1968" type="line"/>
- <point x="468" y="-96" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 925, 'leftMargin': 124, 'rightMargin': 167}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni27E_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni27E_F_.glif
new file mode 100644
index 000000000..1f9bd7079
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni27E_F_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni27EF" format="2">
+ <advance width="1056.0"/>
+ <unicode hex="27EF"/>
+ <outline>
+ <contour>
+ <point x="212.0" y="-360.0" type="line"/>
+ <point x="468.0" y="-612.0" type="line"/>
+ <point x="844.0" y="-236.0" type="line"/>
+ <point x="844.0" y="2108.0" type="line"/>
+ <point x="468.0" y="2488.0" type="line"/>
+ <point x="212.0" y="2232.0" type="line"/>
+ <point x="468.0" y="1968.0" type="line"/>
+ <point x="468.0" y="-96.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B4E__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B4E__.glif
deleted file mode 100644
index 044cf9a0d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2B4E__.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B4E" format="1">
- <advance width="1312"/>
- <unicode hex="2B4E"/>
- <outline>
- <contour>
- <point x="544" y="0" type="line"/>
- <point x="896" y="1316" type="line"/>
- <point x="628" y="1388" type="line"/>
- <point x="256" y="0" type="line"/>
- </contour>
- <contour>
- <point x="212" y="916" type="line"/>
- <point x="852" y="1284" type="line"/>
- <point x="804" y="1516" type="line"/>
- <point x="296" y="1224" type="line"/>
- </contour>
- <contour>
- <point x="1100" y="1008" type="line"/>
- <point x="804" y="1516" type="line"/>
- <point x="652" y="1332" type="line"/>
- <point x="1016" y="700" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1106, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B4F__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B4F__.glif
deleted file mode 100644
index 50854425c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2B4F__.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B4F" format="1">
- <advance width="1312"/>
- <unicode hex="2B4F"/>
- <outline>
- <contour>
- <point x="256" y="1488" type="line"/>
- <point x="628" y="100" type="line"/>
- <point x="896" y="172" type="line"/>
- <point x="544" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="296" y="264" type="line"/>
- <point x="804" y="-28" type="line"/>
- <point x="852" y="208" type="line"/>
- <point x="212" y="576" type="line"/>
- </contour>
- <contour>
- <point x="1016" y="792" type="line"/>
- <point x="652" y="160" type="line"/>
- <point x="804" y="-28" type="line"/>
- <point x="1100" y="480" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1106, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B5A__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B5A__.glif
deleted file mode 100644
index 7ca482ef6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2B5A__.glif
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5A" format="1">
- <advance width="2080"/>
- <unicode hex="2B5A"/>
- <outline>
- <contour>
- <point x="504" y="0" type="line"/>
- <point x="908" y="1504" type="line" smooth="yes"/>
- <point x="968" y="1732"/>
- <point x="1020" y="1872"/>
- <point x="1172" y="1872" type="curve" smooth="yes"/>
- <point x="1332" y="1872"/>
- <point x="1404" y="1784"/>
- <point x="1328" y="1496" type="curve" smooth="yes"/>
- <point x="1224" y="1116" type="line"/>
- <point x="1504" y="1076" type="line"/>
- <point x="1604" y="1440" type="line" smooth="yes"/>
- <point x="1728" y="1912"/>
- <point x="1556" y="2144"/>
- <point x="1172" y="2144" type="curve" smooth="yes"/>
- <point x="856" y="2144"/>
- <point x="716" y="1872"/>
- <point x="628" y="1544" type="curve" smooth="yes"/>
- <point x="216" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1864" y="1400" type="line"/>
- <point x="1228" y="1032" type="line"/>
- <point x="1276" y="800" type="line"/>
- <point x="1784" y="1088" type="line"/>
- </contour>
- <contour>
- <point x="980" y="1304" type="line"/>
- <point x="1276" y="800" type="line"/>
- <point x="1428" y="984" type="line"/>
- <point x="1064" y="1616" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1870.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B5B__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B5B__.glif
deleted file mode 100644
index 78b985ce4..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2B5B__.glif
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5B" format="1">
- <advance width="2080"/>
- <unicode hex="2B5B"/>
- <outline>
- <contour>
- <point x="1628" y="176" type="line"/>
- <point x="1208" y="1744" type="line" smooth="yes"/>
- <point x="1124" y="2060"/>
- <point x="976" y="2144"/>
- <point x="744" y="2144" type="curve" smooth="yes"/>
- <point x="360" y="2144"/>
- <point x="180" y="1840"/>
- <point x="284" y="1464" type="curve" smooth="yes"/>
- <point x="404" y="1028" type="line"/>
- <point x="668" y="1116" type="line"/>
- <point x="560" y="1524" type="line" smooth="yes"/>
- <point x="488" y="1784"/>
- <point x="608" y="1872"/>
- <point x="740" y="1872" type="curve" smooth="yes"/>
- <point x="828" y="1872"/>
- <point x="900" y="1824"/>
- <point x="936" y="1692" type="curve" smooth="yes"/>
- <point x="1340" y="176" type="line"/>
- </contour>
- <contour>
- <point x="1024" y="264" type="line"/>
- <point x="1532" y="-28" type="line"/>
- <point x="1580" y="208" type="line"/>
- <point x="940" y="576" type="line"/>
- </contour>
- <contour>
- <point x="1740" y="792" type="line"/>
- <point x="1376" y="160" type="line"/>
- <point x="1532" y="-28" type="line"/>
- <point x="1824" y="480" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1800, 'leftMargin': 119.08594189213039, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B5C__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B5C__.glif
deleted file mode 100644
index b21040548..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2B5C__.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5C" format="1">
- <advance width="1824"/>
- <unicode hex="2B5C"/>
- <outline>
- <contour>
- <point x="960" y="0" type="line"/>
- <point x="1488" y="1972" type="line"/>
- <point x="1220" y="2048" type="line"/>
- <point x="672" y="0" type="line"/>
- </contour>
- <contour>
- <point x="808" y="1572" type="line"/>
- <point x="1448" y="1940" type="line"/>
- <point x="1400" y="2176" type="line"/>
- <point x="892" y="1884" type="line"/>
- </contour>
- <contour>
- <point x="1692" y="1668" type="line"/>
- <point x="1400" y="2176" type="line"/>
- <point x="1244" y="1988" type="line"/>
- <point x="1608" y="1356" type="line"/>
- </contour>
- <contour>
- <point x="132" y="276" type="line"/>
- <point x="132" y="0" type="line"/>
- <point x="868" y="0" type="line"/>
- <point x="868" y="276" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1781, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B5D__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B5D__.glif
deleted file mode 100644
index 75a7c1d01..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2B5D__.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5D" format="1">
- <advance width="1824"/>
- <unicode hex="2B5D"/>
- <outline>
- <contour>
- <point x="672" y="2148" type="line"/>
- <point x="1220" y="100" type="line"/>
- <point x="1488" y="172" type="line"/>
- <point x="960" y="2148" type="line"/>
- </contour>
- <contour>
- <point x="892" y="264" type="line"/>
- <point x="1400" y="-28" type="line"/>
- <point x="1448" y="208" type="line"/>
- <point x="808" y="576" type="line"/>
- </contour>
- <contour>
- <point x="1608" y="792" type="line"/>
- <point x="1244" y="160" type="line"/>
- <point x="1400" y="-28" type="line"/>
- <point x="1692" y="480" type="line"/>
- </contour>
- <contour>
- <point x="132" y="1872" type="line"/>
- <point x="868" y="1872" type="line"/>
- <point x="868" y="2148" type="line"/>
- <point x="132" y="2148" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1781, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B5E__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B5E__.glif
deleted file mode 100644
index b1a28c36b..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2B5E__.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5E" format="1">
- <advance width="1824"/>
- <unicode hex="2B5E"/>
- <outline>
- <contour>
- <point x="396" y="-28" type="line"/>
- <point x="972" y="2112" type="line"/>
- <point x="684" y="2112" type="line"/>
- <point x="172" y="216" type="line"/>
- </contour>
- <contour>
- <point x="396" y="-28" type="line"/>
- <point x="1576" y="656" type="line"/>
- <point x="1436" y="896" type="line"/>
- <point x="228" y="196" type="line"/>
- </contour>
- <contour>
- <point x="808" y="852" type="line"/>
- <point x="1520" y="660" type="line"/>
- <point x="1652" y="860" type="line"/>
- <point x="1088" y="1016" type="line"/>
- </contour>
- <contour>
- <point x="1504" y="296" type="line"/>
- <point x="1652" y="860" type="line"/>
- <point x="1412" y="836" type="line"/>
- <point x="1224" y="132" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1700, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B5F__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B5F__.glif
deleted file mode 100644
index 4d02b9479..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2B5F__.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5F" format="1">
- <advance width="1824"/>
- <unicode hex="2B5F"/>
- <outline>
- <contour>
- <point x="396" y="-28" type="line"/>
- <point x="804" y="1488" type="line"/>
- <point x="516" y="1488" type="line"/>
- <point x="172" y="216" type="line"/>
- </contour>
- <contour>
- <point x="396" y="-28" type="line"/>
- <point x="1576" y="656" type="line"/>
- <point x="1436" y="896" type="line"/>
- <point x="228" y="196" type="line"/>
- </contour>
- <contour>
- <point x="808" y="852" type="line"/>
- <point x="1520" y="660" type="line"/>
- <point x="1652" y="860" type="line"/>
- <point x="1088" y="1016" type="line"/>
- </contour>
- <contour>
- <point x="1504" y="296" type="line"/>
- <point x="1652" y="860" type="line"/>
- <point x="1412" y="836" type="line"/>
- <point x="1224" y="132" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1700, 'leftMargin': 110, 'rightMargin': 110}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B_4E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B_4E_.glif
new file mode 100644
index 000000000..a563fc357
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2B_4E_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B4E" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="2B4E"/>
+ <outline>
+ <contour>
+ <point x="544.0" y="0.0" type="line"/>
+ <point x="896.0" y="1316.0" type="line"/>
+ <point x="628.0" y="1388.0" type="line"/>
+ <point x="256.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="212.0" y="916.0" type="line"/>
+ <point x="852.0" y="1284.0" type="line"/>
+ <point x="804.0" y="1516.0" type="line"/>
+ <point x="296.0" y="1224.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1100.0" y="1008.0" type="line"/>
+ <point x="804.0" y="1516.0" type="line"/>
+ <point x="652.0" y="1332.0" type="line"/>
+ <point x="1016.0" y="700.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B_4F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B_4F_.glif
new file mode 100644
index 000000000..edc694ca2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2B_4F_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B4F" format="2">
+ <advance width="1312.0"/>
+ <unicode hex="2B4F"/>
+ <outline>
+ <contour>
+ <point x="256.0" y="1488.0" type="line"/>
+ <point x="628.0" y="100.0" type="line"/>
+ <point x="896.0" y="172.0" type="line"/>
+ <point x="544.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="296.0" y="264.0" type="line"/>
+ <point x="804.0" y="-28.0" type="line"/>
+ <point x="852.0" y="208.0" type="line"/>
+ <point x="212.0" y="576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1016.0" y="792.0" type="line"/>
+ <point x="652.0" y="160.0" type="line"/>
+ <point x="804.0" y="-28.0" type="line"/>
+ <point x="1100.0" y="480.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B_5A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B_5A_.glif
new file mode 100644
index 000000000..b97f34c2f
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2B_5A_.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5A" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="2B5A"/>
+ <outline>
+ <contour>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="908.0" y="1504.0" type="line" smooth="yes"/>
+ <point x="968.0" y="1732.0"/>
+ <point x="1020.0" y="1872.0"/>
+ <point x="1172.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="1332.0" y="1872.0"/>
+ <point x="1404.0" y="1784.0"/>
+ <point x="1328.0" y="1496.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="1116.0" type="line"/>
+ <point x="1504.0" y="1076.0" type="line"/>
+ <point x="1604.0" y="1440.0" type="line" smooth="yes"/>
+ <point x="1728.0" y="1912.0"/>
+ <point x="1556.0" y="2144.0"/>
+ <point x="1172.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="2144.0"/>
+ <point x="716.0" y="1872.0"/>
+ <point x="628.0" y="1544.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1864.0" y="1400.0" type="line"/>
+ <point x="1228.0" y="1032.0" type="line"/>
+ <point x="1276.0" y="800.0" type="line"/>
+ <point x="1784.0" y="1088.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="980.0" y="1304.0" type="line"/>
+ <point x="1276.0" y="800.0" type="line"/>
+ <point x="1428.0" y="984.0" type="line"/>
+ <point x="1064.0" y="1616.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B_5B_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B_5B_.glif
new file mode 100644
index 000000000..8e270ab80
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2B_5B_.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5B" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="2B5B"/>
+ <outline>
+ <contour>
+ <point x="1628.0" y="176.0" type="line"/>
+ <point x="1208.0" y="1744.0" type="line" smooth="yes"/>
+ <point x="1124.0" y="2060.0"/>
+ <point x="976.0" y="2144.0"/>
+ <point x="744.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="2144.0"/>
+ <point x="180.0" y="1840.0"/>
+ <point x="284.0" y="1464.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1028.0" type="line"/>
+ <point x="668.0" y="1116.0" type="line"/>
+ <point x="560.0" y="1524.0" type="line" smooth="yes"/>
+ <point x="488.0" y="1784.0"/>
+ <point x="608.0" y="1872.0"/>
+ <point x="740.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="1872.0"/>
+ <point x="900.0" y="1824.0"/>
+ <point x="936.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="176.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1024.0" y="264.0" type="line"/>
+ <point x="1532.0" y="-28.0" type="line"/>
+ <point x="1580.0" y="208.0" type="line"/>
+ <point x="940.0" y="576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1740.0" y="792.0" type="line"/>
+ <point x="1376.0" y="160.0" type="line"/>
+ <point x="1532.0" y="-28.0" type="line"/>
+ <point x="1824.0" y="480.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B_5C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B_5C_.glif
new file mode 100644
index 000000000..ccb4febbe
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2B_5C_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5C" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="2B5C"/>
+ <outline>
+ <contour>
+ <point x="960.0" y="0.0" type="line"/>
+ <point x="1488.0" y="1972.0" type="line"/>
+ <point x="1220.0" y="2048.0" type="line"/>
+ <point x="672.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="808.0" y="1572.0" type="line"/>
+ <point x="1448.0" y="1940.0" type="line"/>
+ <point x="1400.0" y="2176.0" type="line"/>
+ <point x="892.0" y="1884.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1692.0" y="1668.0" type="line"/>
+ <point x="1400.0" y="2176.0" type="line"/>
+ <point x="1244.0" y="1988.0" type="line"/>
+ <point x="1608.0" y="1356.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="132.0" y="276.0" type="line"/>
+ <point x="132.0" y="0.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
+ <point x="868.0" y="276.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B_5D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B_5D_.glif
new file mode 100644
index 000000000..93852b6dc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2B_5D_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5D" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="2B5D"/>
+ <outline>
+ <contour>
+ <point x="672.0" y="2148.0" type="line"/>
+ <point x="1220.0" y="100.0" type="line"/>
+ <point x="1488.0" y="172.0" type="line"/>
+ <point x="960.0" y="2148.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="892.0" y="264.0" type="line"/>
+ <point x="1400.0" y="-28.0" type="line"/>
+ <point x="1448.0" y="208.0" type="line"/>
+ <point x="808.0" y="576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1608.0" y="792.0" type="line"/>
+ <point x="1244.0" y="160.0" type="line"/>
+ <point x="1400.0" y="-28.0" type="line"/>
+ <point x="1692.0" y="480.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="132.0" y="1872.0" type="line"/>
+ <point x="868.0" y="1872.0" type="line"/>
+ <point x="868.0" y="2148.0" type="line"/>
+ <point x="132.0" y="2148.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B_5E_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B_5E_.glif
new file mode 100644
index 000000000..482fc8eca
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2B_5E_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5E" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="2B5E"/>
+ <outline>
+ <contour>
+ <point x="396.0" y="-28.0" type="line"/>
+ <point x="972.0" y="2112.0" type="line"/>
+ <point x="684.0" y="2112.0" type="line"/>
+ <point x="172.0" y="216.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="396.0" y="-28.0" type="line"/>
+ <point x="1576.0" y="656.0" type="line"/>
+ <point x="1436.0" y="896.0" type="line"/>
+ <point x="228.0" y="196.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="808.0" y="852.0" type="line"/>
+ <point x="1520.0" y="660.0" type="line"/>
+ <point x="1652.0" y="860.0" type="line"/>
+ <point x="1088.0" y="1016.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1504.0" y="296.0" type="line"/>
+ <point x="1652.0" y="860.0" type="line"/>
+ <point x="1412.0" y="836.0" type="line"/>
+ <point x="1224.0" y="132.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2B_5F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2B_5F_.glif
new file mode 100644
index 000000000..c86ac84e9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2B_5F_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5F" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="2B5F"/>
+ <outline>
+ <contour>
+ <point x="396.0" y="-28.0" type="line"/>
+ <point x="804.0" y="1488.0" type="line"/>
+ <point x="516.0" y="1488.0" type="line"/>
+ <point x="172.0" y="216.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="396.0" y="-28.0" type="line"/>
+ <point x="1576.0" y="656.0" type="line"/>
+ <point x="1436.0" y="896.0" type="line"/>
+ <point x="228.0" y="196.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="808.0" y="852.0" type="line"/>
+ <point x="1520.0" y="660.0" type="line"/>
+ <point x="1652.0" y="860.0" type="line"/>
+ <point x="1088.0" y="1016.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1504.0" y="296.0" type="line"/>
+ <point x="1652.0" y="860.0" type="line"/>
+ <point x="1412.0" y="836.0" type="line"/>
+ <point x="1224.0" y="132.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2C7F__.glif b/src/Inter-UI-Black.ufo/glyphs/uni2C7F__.glif
deleted file mode 100644
index e42ad3605..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2C7F__.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2C7F" format="1">
- <advance width="1824"/>
- <unicode hex="2C7F"/>
- <outline>
- <contour>
- <point x="272" y="0" type="line"/>
- <point x="836" y="0"/>
- <point x="944" y="-600"/>
- <point x="1460" y="-600" type="curve" smooth="yes"/>
- <point x="1564" y="-600"/>
- <point x="1648" y="-576"/>
- <point x="1696" y="-556" type="curve"/>
- <point x="1696" y="-196" type="line"/>
- <point x="1632" y="-216"/>
- <point x="1572" y="-224"/>
- <point x="1496" y="-224" type="curve" smooth="yes"/>
- <point x="1164" y="-224"/>
- <point x="1008" y="376"/>
- <point x="408" y="376" type="curve"/>
- </contour>
- <contour>
- <point x="1668" y="1756" type="line"/>
- <point x="1668" y="2004" type="line"/>
- <point x="1352" y="2004" type="line"/>
- <point x="132" y="252" type="line"/>
- <point x="132" y="0" type="line"/>
- <point x="464" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1520" y="2004" type="line"/>
- <point x="132" y="2004" type="line"/>
- <point x="132" y="1632" type="line"/>
- <point x="1520" y="1632" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1715, 'leftMargin': 91, 'rightMargin': 61}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2C_7F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2C_7F_.glif
new file mode 100644
index 000000000..5abb73ca3
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2C_7F_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2C7F" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="2C7F"/>
+ <outline>
+ <contour>
+ <point x="272.0" y="0.0" type="line"/>
+ <point x="836.0" y="0.0"/>
+ <point x="944.0" y="-600.0"/>
+ <point x="1460.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1564.0" y="-600.0"/>
+ <point x="1648.0" y="-576.0"/>
+ <point x="1696.0" y="-556.0" type="curve"/>
+ <point x="1696.0" y="-196.0" type="line"/>
+ <point x="1632.0" y="-216.0"/>
+ <point x="1572.0" y="-224.0"/>
+ <point x="1496.0" y="-224.0" type="curve" smooth="yes"/>
+ <point x="1164.0" y="-224.0"/>
+ <point x="1008.0" y="376.0"/>
+ <point x="408.0" y="376.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1668.0" y="1756.0" type="line"/>
+ <point x="1668.0" y="2004.0" type="line"/>
+ <point x="1352.0" y="2004.0" type="line"/>
+ <point x="132.0" y="252.0" type="line"/>
+ <point x="132.0" y="0.0" type="line"/>
+ <point x="464.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1520.0" y="2004.0" type="line"/>
+ <point x="132.0" y="2004.0" type="line"/>
+ <point x="132.0" y="1632.0" type="line"/>
+ <point x="1520.0" y="1632.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2DFF___.glif b/src/Inter-UI-Black.ufo/glyphs/uni2DFF___.glif
deleted file mode 100644
index e0d1817cb..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uni2DFF___.glif
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2DFF" format="1">
- <advance width="0"/>
- <unicode hex="2DFF"/>
- <outline>
- <contour>
- <point x="-994" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1506" y="2085" type="line"/>
- <point x="-1506" y="1917" type="line"/>
- <point x="-905" y="1917" type="line"/>
- <point x="-905" y="2085" type="line"/>
- </contour>
- <contour>
- <point x="-1651" y="2410" type="line"/>
- <point x="-1651" y="1651" type="line"/>
- <point x="-1426" y="1651" type="line"/>
- <point x="-1426" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-650" y="2410" type="line"/>
- <point x="-836" y="1994" type="line"/>
- <point x="-813" y="1922" type="line"/>
- <point x="-694" y="1922" type="line"/>
- <point x="-407" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-1177" y="2410" type="line"/>
- <point x="-890" y="1922" type="line"/>
- <point x="-771" y="1922" type="line"/>
- <point x="-745" y="1990" type="line"/>
- <point x="-934" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-908" y="1651" type="line"/>
- <point x="-681" y="1651" type="line"/>
- <point x="-681" y="2039" type="line"/>
- <point x="-908" y="2039" type="line"/>
- </contour>
- <contour>
- <point x="-1034" y="2410" type="line"/>
- <point x="-979" y="2250" type="line"/>
- <point x="-612" y="2250" type="line"/>
- <point x="-557" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-1023" y="1651" type="line"/>
- <point x="-1023" y="1785" type="line" smooth="yes"/>
- <point x="-1023" y="1884"/>
- <point x="-985" y="1917"/>
- <point x="-906" y="1917" type="curve" smooth="yes"/>
- <point x="-678" y="1917" type="line" smooth="yes"/>
- <point x="-600" y="1917"/>
- <point x="-561" y="1884"/>
- <point x="-561" y="1785" type="curve" smooth="yes"/>
- <point x="-561" y="1651" type="line"/>
- <point x="-336" y="1651" type="line"/>
- <point x="-336" y="1785" type="line" smooth="yes"/>
- <point x="-336" y="2003"/>
- <point x="-465" y="2085"/>
- <point x="-678" y="2085" type="curve" smooth="yes"/>
- <point x="-906" y="2085" type="line" smooth="yes"/>
- <point x="-1121" y="2085"/>
- <point x="-1249" y="2003"/>
- <point x="-1249" y="1785" type="curve" smooth="yes"/>
- <point x="-1249" y="1651" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2D_F_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uni2D_F_F_.glif
new file mode 100644
index 000000000..84b61be4a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uni2D_F_F_.glif
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2DFF" format="2">
+ <unicode hex="2DFF"/>
+ <anchor x="-994.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1506.0" y="2085.0" type="line"/>
+ <point x="-1506.0" y="1917.0" type="line"/>
+ <point x="-905.0" y="1917.0" type="line"/>
+ <point x="-905.0" y="2085.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1651.0" y="2410.0" type="line"/>
+ <point x="-1651.0" y="1651.0" type="line"/>
+ <point x="-1426.0" y="1651.0" type="line"/>
+ <point x="-1426.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-650.0" y="2410.0" type="line"/>
+ <point x="-836.0" y="1994.0" type="line"/>
+ <point x="-813.0" y="1922.0" type="line"/>
+ <point x="-694.0" y="1922.0" type="line"/>
+ <point x="-407.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1177.0" y="2410.0" type="line"/>
+ <point x="-890.0" y="1922.0" type="line"/>
+ <point x="-771.0" y="1922.0" type="line"/>
+ <point x="-745.0" y="1990.0" type="line"/>
+ <point x="-934.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-908.0" y="1651.0" type="line"/>
+ <point x="-681.0" y="1651.0" type="line"/>
+ <point x="-681.0" y="2039.0" type="line"/>
+ <point x="-908.0" y="2039.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1034.0" y="2410.0" type="line"/>
+ <point x="-979.0" y="2250.0" type="line"/>
+ <point x="-612.0" y="2250.0" type="line"/>
+ <point x="-557.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1023.0" y="1651.0" type="line"/>
+ <point x="-1023.0" y="1785.0" type="line" smooth="yes"/>
+ <point x="-1023.0" y="1884.0"/>
+ <point x="-985.0" y="1917.0"/>
+ <point x="-906.0" y="1917.0" type="curve" smooth="yes"/>
+ <point x="-678.0" y="1917.0" type="line" smooth="yes"/>
+ <point x="-600.0" y="1917.0"/>
+ <point x="-561.0" y="1884.0"/>
+ <point x="-561.0" y="1785.0" type="curve" smooth="yes"/>
+ <point x="-561.0" y="1651.0" type="line"/>
+ <point x="-336.0" y="1651.0" type="line"/>
+ <point x="-336.0" y="1785.0" type="line" smooth="yes"/>
+ <point x="-336.0" y="2003.0"/>
+ <point x="-465.0" y="2085.0"/>
+ <point x="-678.0" y="2085.0" type="curve" smooth="yes"/>
+ <point x="-906.0" y="2085.0" type="line" smooth="yes"/>
+ <point x="-1121.0" y="2085.0"/>
+ <point x="-1249.0" y="2003.0"/>
+ <point x="-1249.0" y="1785.0" type="curve" smooth="yes"/>
+ <point x="-1249.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniA69F__.glif b/src/Inter-UI-Black.ufo/glyphs/uniA69F__.glif
deleted file mode 100644
index 4a19bf05a..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniA69F__.glif
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniA69F" format="1">
- <advance width="0"/>
- <unicode hex="A69F"/>
- <outline>
- <contour>
- <point x="-795" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-787" y="2115" type="line"/>
- <point x="-1167" y="2115" type="line"/>
- <point x="-1167" y="1947" type="line"/>
- <point x="-787" y="1947" type="line"/>
- </contour>
- <contour>
- <point x="-1088" y="2410" type="line"/>
- <point x="-1313" y="2410" type="line"/>
- <point x="-1313" y="1651" type="line"/>
- <point x="-1088" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-591" y="1638" type="curve" smooth="yes"/>
- <point x="-403" y="1638"/>
- <point x="-275" y="1748"/>
- <point x="-275" y="1942" type="curve"/>
- <point x="-487" y="1942" type="line"/>
- <point x="-487" y="1873"/>
- <point x="-520" y="1819"/>
- <point x="-591" y="1819" type="curve" smooth="yes"/>
- <point x="-694" y="1819"/>
- <point x="-721" y="1913"/>
- <point x="-721" y="2023" type="curve" smooth="yes"/>
- <point x="-721" y="2039" type="line" smooth="yes"/>
- <point x="-721" y="2151"/>
- <point x="-696" y="2243"/>
- <point x="-590" y="2243" type="curve" smooth="yes"/>
- <point x="-521" y="2243"/>
- <point x="-487" y="2204"/>
- <point x="-487" y="2141" type="curve"/>
- <point x="-275" y="2141" type="line"/>
- <point x="-275" y="2310"/>
- <point x="-410" y="2424"/>
- <point x="-590" y="2424" type="curve" smooth="yes"/>
- <point x="-825" y="2424"/>
- <point x="-947" y="2258"/>
- <point x="-947" y="2039" type="curve" smooth="yes"/>
- <point x="-947" y="2023" type="line" smooth="yes"/>
- <point x="-947" y="1803"/>
- <point x="-825" y="1638"/>
- </contour>
- <contour>
- <point x="-788" y="1968" type="line"/>
- <point x="-540" y="1968" type="line"/>
- <point x="-540" y="2096" type="line"/>
- <point x="-788" y="2096" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniA7FF___.glif b/src/Inter-UI-Black.ufo/glyphs/uniA7FF___.glif
deleted file mode 100644
index d0edaf71f..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniA7FF___.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniA7FF" format="1">
- <advance width="3360"/>
- <unicode hex="A7FF"/>
- <outline>
- <contour>
- <point x="1700" y="168" type="line"/>
- <point x="804" y="2004" type="line"/>
- <point x="464" y="1836" type="line"/>
- <point x="1360" y="0" type="line"/>
- </contour>
- <contour>
- <point x="804" y="2004" type="line"/>
- <point x="344" y="2004" type="line"/>
- <point x="152" y="0" type="line"/>
- <point x="612" y="0" type="line"/>
- </contour>
- <contour>
- <point x="2008" y="2004" type="line"/>
- <point x="1552" y="2004" type="line"/>
- <point x="1360" y="0" type="line"/>
- <point x="1816" y="0" type="line"/>
- </contour>
- <contour>
- <point x="2904" y="168" type="line"/>
- <point x="2008" y="2004" type="line"/>
- <point x="1672" y="1836" type="line"/>
- <point x="2564" y="0" type="line"/>
- </contour>
- <contour>
- <point x="3212" y="2004" type="line"/>
- <point x="2756" y="2004" type="line"/>
- <point x="2564" y="0" type="line"/>
- <point x="3020" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3321, 'leftMargin': 122, 'rightMargin': 138}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniA92E__.glif b/src/Inter-UI-Black.ufo/glyphs/uniA92E__.glif
deleted file mode 100644
index c5428ecb6..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniA92E__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniA92E" format="1">
- <advance width="1824"/>
- <unicode hex="A92E"/>
- <outline>
- <contour>
- <point x="1680" y="624" type="line"/>
- <point x="1596" y="900"/>
- <point x="1420" y="1196"/>
- <point x="912" y="1196" type="curve" smooth="yes"/>
- <point x="404" y="1196"/>
- <point x="228" y="900"/>
- <point x="148" y="624" type="curve"/>
- <point x="444" y="624" type="line"/>
- <point x="488" y="724"/>
- <point x="548" y="924"/>
- <point x="912" y="924" type="curve" smooth="yes"/>
- <point x="1276" y="924"/>
- <point x="1344" y="724"/>
- <point x="1380" y="624" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1616, 'leftMargin': 41, 'rightMargin': 43}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniA_69F_.glif b/src/Inter-UI-Black.ufo/glyphs/uniA_69F_.glif
new file mode 100644
index 000000000..333a8ef4a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniA_69F_.glif
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniA69F" format="2">
+ <unicode hex="A69F"/>
+ <anchor x="-795.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-787.0" y="2115.0" type="line"/>
+ <point x="-1167.0" y="2115.0" type="line"/>
+ <point x="-1167.0" y="1947.0" type="line"/>
+ <point x="-787.0" y="1947.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1088.0" y="2410.0" type="line"/>
+ <point x="-1313.0" y="2410.0" type="line"/>
+ <point x="-1313.0" y="1651.0" type="line"/>
+ <point x="-1088.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-591.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-403.0" y="1638.0"/>
+ <point x="-275.0" y="1748.0"/>
+ <point x="-275.0" y="1942.0" type="curve"/>
+ <point x="-487.0" y="1942.0" type="line"/>
+ <point x="-487.0" y="1873.0"/>
+ <point x="-520.0" y="1819.0"/>
+ <point x="-591.0" y="1819.0" type="curve" smooth="yes"/>
+ <point x="-694.0" y="1819.0"/>
+ <point x="-721.0" y="1913.0"/>
+ <point x="-721.0" y="2023.0" type="curve" smooth="yes"/>
+ <point x="-721.0" y="2039.0" type="line" smooth="yes"/>
+ <point x="-721.0" y="2151.0"/>
+ <point x="-696.0" y="2243.0"/>
+ <point x="-590.0" y="2243.0" type="curve" smooth="yes"/>
+ <point x="-521.0" y="2243.0"/>
+ <point x="-487.0" y="2204.0"/>
+ <point x="-487.0" y="2141.0" type="curve"/>
+ <point x="-275.0" y="2141.0" type="line"/>
+ <point x="-275.0" y="2310.0"/>
+ <point x="-410.0" y="2424.0"/>
+ <point x="-590.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="-825.0" y="2424.0"/>
+ <point x="-947.0" y="2258.0"/>
+ <point x="-947.0" y="2039.0" type="curve" smooth="yes"/>
+ <point x="-947.0" y="2023.0" type="line" smooth="yes"/>
+ <point x="-947.0" y="1803.0"/>
+ <point x="-825.0" y="1638.0"/>
+ </contour>
+ <contour>
+ <point x="-788.0" y="1968.0" type="line"/>
+ <point x="-540.0" y="1968.0" type="line"/>
+ <point x="-540.0" y="2096.0" type="line"/>
+ <point x="-788.0" y="2096.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniA_7F_F_.glif b/src/Inter-UI-Black.ufo/glyphs/uniA_7F_F_.glif
new file mode 100644
index 000000000..fe2115d59
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniA_7F_F_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniA7FF" format="2">
+ <advance width="3360.0"/>
+ <unicode hex="A7FF"/>
+ <outline>
+ <contour>
+ <point x="1700.0" y="168.0" type="line"/>
+ <point x="804.0" y="2004.0" type="line"/>
+ <point x="464.0" y="1836.0" type="line"/>
+ <point x="1360.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="804.0" y="2004.0" type="line"/>
+ <point x="344.0" y="2004.0" type="line"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="612.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2008.0" y="2004.0" type="line"/>
+ <point x="1552.0" y="2004.0" type="line"/>
+ <point x="1360.0" y="0.0" type="line"/>
+ <point x="1816.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2904.0" y="168.0" type="line"/>
+ <point x="2008.0" y="2004.0" type="line"/>
+ <point x="1672.0" y="1836.0" type="line"/>
+ <point x="2564.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="3212.0" y="2004.0" type="line"/>
+ <point x="2756.0" y="2004.0" type="line"/>
+ <point x="2564.0" y="0.0" type="line"/>
+ <point x="3020.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniA_92E_.glif b/src/Inter-UI-Black.ufo/glyphs/uniA_92E_.glif
new file mode 100644
index 000000000..b367204d0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniA_92E_.glif
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniA92E" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="A92E"/>
+ <outline>
+ <contour>
+ <point x="1680.0" y="624.0" type="line"/>
+ <point x="1596.0" y="900.0"/>
+ <point x="1420.0" y="1196.0"/>
+ <point x="912.0" y="1196.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1196.0"/>
+ <point x="228.0" y="900.0"/>
+ <point x="148.0" y="624.0" type="curve"/>
+ <point x="444.0" y="624.0" type="line"/>
+ <point x="488.0" y="724.0"/>
+ <point x="548.0" y="924.0"/>
+ <point x="912.0" y="924.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="924.0"/>
+ <point x="1344.0" y="724.0"/>
+ <point x="1380.0" y="624.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniE001_.glif b/src/Inter-UI-Black.ufo/glyphs/uniE001_.glif
deleted file mode 100644
index b8e4c4738..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniE001_.glif
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniE001" format="1">
- <advance width="2848"/>
- <unicode hex="E001"/>
- <outline>
- <contour>
- <point x="16" y="2048" type="line"/>
- <point x="16" y="1792" type="line"/>
- <point x="272" y="1792" type="line"/>
- <point x="272" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="2576" y="2048" type="line"/>
- <point x="2576" y="1792" type="line"/>
- <point x="2832" y="1792" type="line"/>
- <point x="2832" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="1652" y="2016" type="line"/>
- <point x="2020" y="2016" type="line"/>
- <point x="2048" y="2048" type="line"/>
- <point x="1624" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="16" y="1536" type="line"/>
- <point x="16" y="1280" type="line"/>
- <point x="528" y="1280" type="line"/>
- <point x="528" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="2320" y="1536" type="line"/>
- <point x="2320" y="1280" type="line"/>
- <point x="2832" y="1280" type="line"/>
- <point x="2832" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="1296" y="1024" type="line"/>
- <point x="1296" y="512" type="line"/>
- <point x="1552" y="512" type="line"/>
- <point x="1552" y="1024" type="line"/>
- </contour>
- <contour>
- <point x="2320" y="896" type="line"/>
- <point x="2320" y="768" type="line"/>
- <point x="2832" y="768" type="line"/>
- <point x="2832" y="896" type="line"/>
- </contour>
- <contour>
- <point x="16" y="896" type="line"/>
- <point x="16" y="768" type="line"/>
- <point x="528" y="768" type="line"/>
- <point x="528" y="896" type="line"/>
- </contour>
- <contour>
- <point x="1808" y="768" type="line"/>
- <point x="1808" y="640" type="line"/>
- <point x="2320" y="640" type="line"/>
- <point x="2320" y="768" type="line"/>
- </contour>
- <contour>
- <point x="528" y="768" type="line"/>
- <point x="528" y="640" type="line"/>
- <point x="1040" y="640" type="line"/>
- <point x="1040" y="768" type="line"/>
- </contour>
- <contour>
- <point x="16" y="256" type="line"/>
- <point x="16" y="0" type="line"/>
- <point x="528" y="0" type="line"/>
- <point x="528" y="256" type="line"/>
- </contour>
- <contour>
- <point x="2320" y="256" type="line"/>
- <point x="2320" y="0" type="line"/>
- <point x="2832" y="0" type="line"/>
- <point x="2832" y="256" type="line"/>
- </contour>
- <contour>
- <point x="16" y="-256" type="line"/>
- <point x="16" y="-512" type="line"/>
- <point x="272" y="-512" type="line"/>
- <point x="272" y="-256" type="line"/>
- </contour>
- <contour>
- <point x="2576" y="-256" type="line"/>
- <point x="2576" y="-512" type="line"/>
- <point x="2832" y="-512" type="line"/>
- <point x="2832" y="-256" type="line"/>
- </contour>
- <contour>
- <point x="1652" y="1504" type="line"/>
- <point x="2020" y="1504" type="line"/>
- <point x="2048" y="1536" type="line"/>
- <point x="1624" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="1652" y="2656" type="line"/>
- <point x="2020" y="2656" type="line"/>
- <point x="2048" y="2688" type="line"/>
- <point x="1624" y="2688" type="line"/>
- </contour>
- <contour>
- <point x="1652" y="32" type="line"/>
- <point x="2020" y="32" type="line"/>
- <point x="2048" y="0" type="line"/>
- <point x="1624" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1652" y="-608" type="line"/>
- <point x="2020" y="-608" type="line"/>
- <point x="2048" y="-640" type="line"/>
- <point x="1624" y="-640" type="line"/>
- </contour>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniE_001.glif b/src/Inter-UI-Black.ufo/glyphs/uniE_001.glif
new file mode 100644
index 000000000..23f97a241
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniE_001.glif
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniE001" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="E001"/>
+ <outline>
+ <contour>
+ <point x="16.0" y="2048.0" type="line"/>
+ <point x="16.0" y="1792.0" type="line"/>
+ <point x="272.0" y="1792.0" type="line"/>
+ <point x="272.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2576.0" y="2048.0" type="line"/>
+ <point x="2576.0" y="1792.0" type="line"/>
+ <point x="2832.0" y="1792.0" type="line"/>
+ <point x="2832.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1652.0" y="2016.0" type="line"/>
+ <point x="2020.0" y="2016.0" type="line"/>
+ <point x="2048.0" y="2048.0" type="line"/>
+ <point x="1624.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="16.0" y="1536.0" type="line"/>
+ <point x="16.0" y="1280.0" type="line"/>
+ <point x="528.0" y="1280.0" type="line"/>
+ <point x="528.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2320.0" y="1536.0" type="line"/>
+ <point x="2320.0" y="1280.0" type="line"/>
+ <point x="2832.0" y="1280.0" type="line"/>
+ <point x="2832.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1296.0" y="1024.0" type="line"/>
+ <point x="1296.0" y="512.0" type="line"/>
+ <point x="1552.0" y="512.0" type="line"/>
+ <point x="1552.0" y="1024.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2320.0" y="896.0" type="line"/>
+ <point x="2320.0" y="768.0" type="line"/>
+ <point x="2832.0" y="768.0" type="line"/>
+ <point x="2832.0" y="896.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="16.0" y="896.0" type="line"/>
+ <point x="16.0" y="768.0" type="line"/>
+ <point x="528.0" y="768.0" type="line"/>
+ <point x="528.0" y="896.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1808.0" y="768.0" type="line"/>
+ <point x="1808.0" y="640.0" type="line"/>
+ <point x="2320.0" y="640.0" type="line"/>
+ <point x="2320.0" y="768.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="528.0" y="768.0" type="line"/>
+ <point x="528.0" y="640.0" type="line"/>
+ <point x="1040.0" y="640.0" type="line"/>
+ <point x="1040.0" y="768.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="16.0" y="256.0" type="line"/>
+ <point x="16.0" y="0.0" type="line"/>
+ <point x="528.0" y="0.0" type="line"/>
+ <point x="528.0" y="256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2320.0" y="256.0" type="line"/>
+ <point x="2320.0" y="0.0" type="line"/>
+ <point x="2832.0" y="0.0" type="line"/>
+ <point x="2832.0" y="256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="16.0" y="-256.0" type="line"/>
+ <point x="16.0" y="-512.0" type="line"/>
+ <point x="272.0" y="-512.0" type="line"/>
+ <point x="272.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2576.0" y="-256.0" type="line"/>
+ <point x="2576.0" y="-512.0" type="line"/>
+ <point x="2832.0" y="-512.0" type="line"/>
+ <point x="2832.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1652.0" y="1504.0" type="line"/>
+ <point x="2020.0" y="1504.0" type="line"/>
+ <point x="2048.0" y="1536.0" type="line"/>
+ <point x="1624.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1652.0" y="2656.0" type="line"/>
+ <point x="2020.0" y="2656.0" type="line"/>
+ <point x="2048.0" y="2688.0" type="line"/>
+ <point x="1624.0" y="2688.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1652.0" y="32.0" type="line"/>
+ <point x="2020.0" y="32.0" type="line"/>
+ <point x="2048.0" y="0.0" type="line"/>
+ <point x="1624.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1652.0" y="-608.0" type="line"/>
+ <point x="2020.0" y="-608.0" type="line"/>
+ <point x="2048.0" y="-640.0" type="line"/>
+ <point x="1624.0" y="-640.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE20__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE20__.glif
deleted file mode 100644
index 70b2d0751..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE20__.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE20" format="1">
- <advance width="0"/>
- <unicode hex="FE20"/>
- <outline>
- <contour>
- <point x="-649" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="0" y="2112" type="line"/>
- <point x="-857" y="2112"/>
- <point x="-1187" y="1843"/>
- <point x="-1297" y="1594" type="curve"/>
- <point x="-991" y="1594" type="line"/>
- <point x="-895" y="1684"/>
- <point x="-664" y="1865"/>
- <point x="0" y="1865" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE21__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE21__.glif
deleted file mode 100644
index 83c06e975..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE21__.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE21" format="1">
- <advance width="0"/>
- <unicode hex="FE21"/>
- <outline>
- <contour>
- <point x="648" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="0" y="1865" type="line"/>
- <point x="663" y="1865"/>
- <point x="906" y="1684"/>
- <point x="989" y="1594" type="curve"/>
- <point x="1295" y="1594" type="line"/>
- <point x="1185" y="1843"/>
- <point x="855" y="2112"/>
- <point x="0" y="2112" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE22__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE22__.glif
deleted file mode 100644
index 263fc14f3..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE22__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE22" format="1">
- <advance width="0"/>
- <unicode hex="FE22"/>
- <outline>
- <contour>
- <point x="-795" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="uniFE29" yOffset="2200"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE23__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE23__.glif
deleted file mode 100644
index 0e3f92034..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE23__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE23" format="1">
- <advance width="0"/>
- <unicode hex="FE23"/>
- <outline>
- <contour>
- <point x="795" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="uniFE2A" yOffset="2200"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE24__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE24__.glif
deleted file mode 100644
index ffd72cb31..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE24__.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE24" format="1">
- <advance width="0"/>
- <unicode hex="FE24"/>
- <outline>
- <contour>
- <point x="-439" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-84" y="2005" type="line"/>
- <point x="-792" y="2005" type="line"/>
- <point x="-792" y="1767" type="line"/>
- <point x="-84" y="1767" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE25__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE25__.glif
deleted file mode 100644
index d55693668..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE25__.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE25" format="1">
- <advance width="0"/>
- <unicode hex="FE25"/>
- <outline>
- <contour>
- <point x="-1148" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-792" y="2005" type="line"/>
- <point x="-1504" y="2005" type="line"/>
- <point x="-1504" y="1767" type="line"/>
- <point x="-792" y="1767" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE26__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE26__.glif
deleted file mode 100644
index 3298d734d..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE26__.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE26" format="1">
- <advance width="0"/>
- <unicode hex="FE26"/>
- <outline>
- <contour>
- <point x="-795" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-84" y="2005" type="line"/>
- <point x="-1504" y="2005" type="line"/>
- <point x="-1504" y="1767" type="line"/>
- <point x="-84" y="1767" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE27__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE27__.glif
deleted file mode 100644
index 615e40bea..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE27__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE27" format="1">
- <advance width="0"/>
- <unicode hex="FE27"/>
- <outline>
- <contour>
- <point x="0" y="-373" type="line"/>
- <point x="-664" y="-373"/>
- <point x="-895" y="-193"/>
- <point x="-991" y="-102" type="curve"/>
- <point x="-1297" y="-102" type="line"/>
- <point x="-1187" y="-351"/>
- <point x="-857" y="-620"/>
- <point x="0" y="-620" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE28__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE28__.glif
deleted file mode 100644
index b2cd186c9..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE28__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE28" format="1">
- <advance width="0"/>
- <unicode hex="FE28"/>
- <outline>
- <contour>
- <point x="989" y="-102" type="line"/>
- <point x="906" y="-193"/>
- <point x="663" y="-373"/>
- <point x="0" y="-373" type="curve"/>
- <point x="0" y="-620" type="line"/>
- <point x="855" y="-620"/>
- <point x="1185" y="-351"/>
- <point x="1295" y="-102" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE29__.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE29__.glif
deleted file mode 100644
index da1a337ac..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE29__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE29" format="1">
- <advance width="0"/>
- <unicode hex="FE29"/>
- <outline>
- <contour>
- <point x="0" y="-248" type="line"/>
- <point x="-551" y="-187" type="line"/>
- <point x="-679" y="-172"/>
- <point x="-788" y="-161"/>
- <point x="-930" y="-161" type="curve" smooth="yes"/>
- <point x="-1257" y="-161"/>
- <point x="-1451" y="-327"/>
- <point x="-1588" y="-495" type="curve"/>
- <point x="-1394" y="-619" type="line"/>
- <point x="-1275" y="-503"/>
- <point x="-1185" y="-399"/>
- <point x="-873" y="-399" type="curve" smooth="yes"/>
- <point x="-756" y="-399"/>
- <point x="-664" y="-407"/>
- <point x="-558" y="-419" type="curve"/>
- <point x="0" y="-483" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE2A___.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE2A___.glif
deleted file mode 100644
index 7fbf69da4..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE2A___.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE2A" format="1">
- <advance width="0"/>
- <unicode hex="FE2A"/>
- <outline>
- <contour>
- <point x="0" y="-483" type="line"/>
- <point x="249" y="-510"/>
- <point x="408" y="-527"/>
- <point x="545" y="-543" type="curve" smooth="yes"/>
- <point x="677" y="-560"/>
- <point x="785" y="-569"/>
- <point x="930" y="-569" type="curve" smooth="yes"/>
- <point x="1257" y="-569"/>
- <point x="1451" y="-403"/>
- <point x="1588" y="-235" type="curve"/>
- <point x="1394" y="-111" type="line"/>
- <point x="1275" y="-227"/>
- <point x="1185" y="-331"/>
- <point x="873" y="-331" type="curve" smooth="yes"/>
- <point x="747" y="-331"/>
- <point x="650" y="-322"/>
- <point x="534" y="-308" type="curve" smooth="yes"/>
- <point x="403" y="-292"/>
- <point x="248" y="-275"/>
- <point x="0" y="-248" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE2B___.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE2B___.glif
deleted file mode 100644
index 517f5a601..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE2B___.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE2B" format="1">
- <advance width="0"/>
- <unicode hex="FE2B"/>
- <outline>
- <component base="uniFE24" yOffset="-2214"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-209.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE2C___.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE2C___.glif
deleted file mode 100644
index 7ff9a039c..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE2C___.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE2C" format="1">
- <advance width="0"/>
- <unicode hex="FE2C"/>
- <outline>
- <component base="uniFE25" yOffset="-2214"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-209.0</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniFE2D___.glif b/src/Inter-UI-Black.ufo/glyphs/uniFE2D___.glif
deleted file mode 100644
index d730dc453..000000000
--- a/src/Inter-UI-Black.ufo/glyphs/uniFE2D___.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE2D" format="1">
- <advance width="0"/>
- <unicode hex="FE2D"/>
- <outline>
- <component base="uniFE26" yOffset="-2212"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-207.625</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_20.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_20.glif
new file mode 100644
index 000000000..a0b92b662
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_20.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE20" format="2">
+ <unicode hex="FE20"/>
+ <anchor x="-649.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="2112.0" type="line"/>
+ <point x="-857.0" y="2112.0"/>
+ <point x="-1187.0" y="1843.0"/>
+ <point x="-1297.0" y="1594.0" type="curve"/>
+ <point x="-991.0" y="1594.0" type="line"/>
+ <point x="-895.0" y="1684.0"/>
+ <point x="-664.0" y="1865.0"/>
+ <point x="0.0" y="1865.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_21.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_21.glif
new file mode 100644
index 000000000..0811dfba5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_21.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE21" format="2">
+ <unicode hex="FE21"/>
+ <anchor x="648.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="1865.0" type="line"/>
+ <point x="663.0" y="1865.0"/>
+ <point x="906.0" y="1684.0"/>
+ <point x="989.0" y="1594.0" type="curve"/>
+ <point x="1295.0" y="1594.0" type="line"/>
+ <point x="1185.0" y="1843.0"/>
+ <point x="855.0" y="2112.0"/>
+ <point x="0.0" y="2112.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_22.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_22.glif
new file mode 100644
index 000000000..79e23c5b4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_22.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE22" format="2">
+ <unicode hex="FE22"/>
+ <anchor x="-795.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="uniFE29" yOffset="2200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_23.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_23.glif
new file mode 100644
index 000000000..7da757c52
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_23.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE23" format="2">
+ <unicode hex="FE23"/>
+ <anchor x="795.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="uniFE2A" yOffset="2200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_24.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_24.glif
new file mode 100644
index 000000000..c1e721662
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_24.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE24" format="2">
+ <unicode hex="FE24"/>
+ <anchor x="-439.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-84.0" y="2005.0" type="line"/>
+ <point x="-792.0" y="2005.0" type="line"/>
+ <point x="-792.0" y="1767.0" type="line"/>
+ <point x="-84.0" y="1767.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_25.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_25.glif
new file mode 100644
index 000000000..592691442
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_25.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE25" format="2">
+ <unicode hex="FE25"/>
+ <anchor x="-1148.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-792.0" y="2005.0" type="line"/>
+ <point x="-1504.0" y="2005.0" type="line"/>
+ <point x="-1504.0" y="1767.0" type="line"/>
+ <point x="-792.0" y="1767.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_26.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_26.glif
new file mode 100644
index 000000000..bbbadd2e4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_26.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE26" format="2">
+ <unicode hex="FE26"/>
+ <anchor x="-795.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-84.0" y="2005.0" type="line"/>
+ <point x="-1504.0" y="2005.0" type="line"/>
+ <point x="-1504.0" y="1767.0" type="line"/>
+ <point x="-84.0" y="1767.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_27.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_27.glif
new file mode 100644
index 000000000..0fdec1995
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_27.glif
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE27" format="2">
+ <unicode hex="FE27"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="-373.0" type="line"/>
+ <point x="-664.0" y="-373.0"/>
+ <point x="-895.0" y="-193.0"/>
+ <point x="-991.0" y="-102.0" type="curve"/>
+ <point x="-1297.0" y="-102.0" type="line"/>
+ <point x="-1187.0" y="-351.0"/>
+ <point x="-857.0" y="-620.0"/>
+ <point x="0.0" y="-620.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_28.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_28.glif
new file mode 100644
index 000000000..5fabbf3cc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_28.glif
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE28" format="2">
+ <unicode hex="FE28"/>
+ <outline>
+ <contour>
+ <point x="989.0" y="-102.0" type="line"/>
+ <point x="906.0" y="-193.0"/>
+ <point x="663.0" y="-373.0"/>
+ <point x="0.0" y="-373.0" type="curve"/>
+ <point x="0.0" y="-620.0" type="line"/>
+ <point x="855.0" y="-620.0"/>
+ <point x="1185.0" y="-351.0"/>
+ <point x="1295.0" y="-102.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_29.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_29.glif
new file mode 100644
index 000000000..d4f3eec02
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_29.glif
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE29" format="2">
+ <unicode hex="FE29"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="-248.0" type="line"/>
+ <point x="-551.0" y="-187.0" type="line"/>
+ <point x="-679.0" y="-172.0"/>
+ <point x="-788.0" y="-161.0"/>
+ <point x="-930.0" y="-161.0" type="curve" smooth="yes"/>
+ <point x="-1257.0" y="-161.0"/>
+ <point x="-1451.0" y="-327.0"/>
+ <point x="-1588.0" y="-495.0" type="curve"/>
+ <point x="-1394.0" y="-619.0" type="line"/>
+ <point x="-1275.0" y="-503.0"/>
+ <point x="-1185.0" y="-399.0"/>
+ <point x="-873.0" y="-399.0" type="curve" smooth="yes"/>
+ <point x="-756.0" y="-399.0"/>
+ <point x="-664.0" y="-407.0"/>
+ <point x="-558.0" y="-419.0" type="curve"/>
+ <point x="0.0" y="-483.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_2A_.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_2A_.glif
new file mode 100644
index 000000000..ce452b582
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_2A_.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE2A" format="2">
+ <unicode hex="FE2A"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="-483.0" type="line"/>
+ <point x="249.0" y="-510.0"/>
+ <point x="408.0" y="-527.0"/>
+ <point x="545.0" y="-543.0" type="curve" smooth="yes"/>
+ <point x="677.0" y="-560.0"/>
+ <point x="785.0" y="-569.0"/>
+ <point x="930.0" y="-569.0" type="curve" smooth="yes"/>
+ <point x="1257.0" y="-569.0"/>
+ <point x="1451.0" y="-403.0"/>
+ <point x="1588.0" y="-235.0" type="curve"/>
+ <point x="1394.0" y="-111.0" type="line"/>
+ <point x="1275.0" y="-227.0"/>
+ <point x="1185.0" y="-331.0"/>
+ <point x="873.0" y="-331.0" type="curve" smooth="yes"/>
+ <point x="747.0" y="-331.0"/>
+ <point x="650.0" y="-322.0"/>
+ <point x="534.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="403.0" y="-292.0"/>
+ <point x="248.0" y="-275.0"/>
+ <point x="0.0" y="-248.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_2B_.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_2B_.glif
new file mode 100644
index 000000000..e5d206ce9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_2B_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE2B" format="2">
+ <unicode hex="FE2B"/>
+ <guideline y="-209.0"/>
+ <outline>
+ <component base="uniFE24" yOffset="-2214.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_2C_.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_2C_.glif
new file mode 100644
index 000000000..54ba904d9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_2C_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE2C" format="2">
+ <unicode hex="FE2C"/>
+ <guideline y="-209.0"/>
+ <outline>
+ <component base="uniFE25" yOffset="-2214.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uniF_E_2D_.glif b/src/Inter-UI-Black.ufo/glyphs/uniF_E_2D_.glif
new file mode 100644
index 000000000..3f8c0f0d2
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uniF_E_2D_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE2D" format="2">
+ <unicode hex="FE2D"/>
+ <guideline y="-207.625"/>
+ <outline>
+ <component base="uniFE26" yOffset="-2212.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uogonek.glif b/src/Inter-UI-Black.ufo/glyphs/uogonek.glif
new file mode 100644
index 000000000..fe2114467
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uogonek" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0173"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="ogonek" xOffset="764.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/upsilon.glif b/src/Inter-UI-Black.ufo/glyphs/upsilon.glif
index dab2af37e..b1a6c02c8 100644
--- a/src/Inter-UI-Black.ufo/glyphs/upsilon.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/upsilon.glif
@@ -1,37 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="upsilon" format="1">
- <advance width="1568"/>
+<glyph name="upsilon" format="2">
+ <advance width="1568.0"/>
<unicode hex="03C5"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="160" y="1488" type="line"/>
- <point x="160" y="568" type="line"/>
- <point x="160" y="156"/>
- <point x="396" y="-28"/>
- <point x="756" y="-28" type="curve" smooth="yes"/>
- <point x="1252" y="-28"/>
- <point x="1456" y="320"/>
- <point x="1456" y="780" type="curve"/>
- <point x="1456" y="1080"/>
- <point x="1384" y="1320"/>
- <point x="1300" y="1488" type="curve"/>
- <point x="884" y="1488" type="line"/>
- <point x="960" y="1260"/>
- <point x="1012" y="1024"/>
- <point x="1016" y="780" type="curve"/>
- <point x="1016" y="556"/>
- <point x="916" y="328"/>
- <point x="744" y="328" type="curve" smooth="yes"/>
- <point x="668" y="328"/>
- <point x="604" y="384"/>
- <point x="604" y="564" type="curve"/>
- <point x="604" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="804" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1552" y="1776" type="move" name="top0315"/>
+ <point x="160.0" y="1488.0" type="line"/>
+ <point x="160.0" y="568.0" type="line"/>
+ <point x="160.0" y="156.0"/>
+ <point x="396.0" y="-28.0"/>
+ <point x="756.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="-28.0"/>
+ <point x="1456.0" y="320.0"/>
+ <point x="1456.0" y="780.0" type="curve"/>
+ <point x="1456.0" y="1080.0"/>
+ <point x="1384.0" y="1320.0"/>
+ <point x="1300.0" y="1488.0" type="curve"/>
+ <point x="884.0" y="1488.0" type="line"/>
+ <point x="960.0" y="1260.0"/>
+ <point x="1012.0" y="1024.0"/>
+ <point x="1016.0" y="780.0" type="curve"/>
+ <point x="1016.0" y="556.0"/>
+ <point x="916.0" y="328.0"/>
+ <point x="744.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="328.0"/>
+ <point x="604.0" y="384.0"/>
+ <point x="604.0" y="564.0" type="curve"/>
+ <point x="604.0" y="1488.0" type="line"/>
</contour>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/upsilondieresis.glif b/src/Inter-UI-Black.ufo/glyphs/upsilondieresis.glif
new file mode 100644
index 000000000..5de01c433
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/upsilondieresis.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="upsilondieresis" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="03CB"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="2220.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="dieresis" xOffset="148.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/upsilondieresistonos.glif b/src/Inter-UI-Black.ufo/glyphs/upsilondieresistonos.glif
new file mode 100644
index 000000000..baff9c78c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/upsilondieresistonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="upsilondieresistonos" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="03B0"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="dieresistonos" xOffset="20.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/upsilonlatin.glif b/src/Inter-UI-Black.ufo/glyphs/upsilonlatin.glif
index 68e4f5722..633f4aa6b 100644
--- a/src/Inter-UI-Black.ufo/glyphs/upsilonlatin.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/upsilonlatin.glif
@@ -1,62 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="upsilonlatin" format="1">
- <advance width="1824"/>
+<glyph name="upsilonlatin" format="2">
+ <advance width="1824.0"/>
<unicode hex="028A"/>
+ <anchor x="912.0" y="0.0" name="bottom"/>
+ <anchor x="912.0" y="1776.0" name="top"/>
+ <anchor x="1784.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="912" y="328" type="curve" smooth="yes"/>
- <point x="664" y="328"/>
- <point x="592" y="472"/>
- <point x="592" y="608" type="curve" smooth="yes"/>
- <point x="592" y="820"/>
- <point x="732" y="996"/>
- <point x="732" y="1204" type="curve" smooth="yes"/>
- <point x="732" y="1408"/>
- <point x="592" y="1516"/>
- <point x="188" y="1516" type="curve"/>
- <point x="188" y="1180" type="line"/>
- <point x="244" y="1180"/>
- <point x="276" y="1148"/>
- <point x="276" y="1096" type="curve" smooth="yes"/>
- <point x="276" y="964"/>
- <point x="152" y="804"/>
- <point x="152" y="488" type="curve" smooth="yes"/>
- <point x="152" y="280"/>
- <point x="296" y="-28"/>
- <point x="912" y="-28" type="curve" smooth="yes"/>
- <point x="1528" y="-28"/>
- <point x="1676" y="280"/>
- <point x="1676" y="488" type="curve" smooth="yes"/>
- <point x="1676" y="804"/>
- <point x="1548" y="964"/>
- <point x="1548" y="1096" type="curve" smooth="yes"/>
- <point x="1548" y="1148"/>
- <point x="1580" y="1180"/>
- <point x="1636" y="1180" type="curve"/>
- <point x="1636" y="1516" type="line"/>
- <point x="1240" y="1516"/>
- <point x="1096" y="1408"/>
- <point x="1096" y="1204" type="curve" smooth="yes"/>
- <point x="1096" y="996"/>
- <point x="1232" y="820"/>
- <point x="1232" y="608" type="curve" smooth="yes"/>
- <point x="1232" y="472"/>
- <point x="1164" y="328"/>
- </contour>
- <contour>
- <point x="912" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="912" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1784" y="1776" type="move" name="top0315"/>
+ <point x="912.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="328.0"/>
+ <point x="592.0" y="472.0"/>
+ <point x="592.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="820.0"/>
+ <point x="732.0" y="996.0"/>
+ <point x="732.0" y="1204.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="1408.0"/>
+ <point x="592.0" y="1516.0"/>
+ <point x="188.0" y="1516.0" type="curve"/>
+ <point x="188.0" y="1180.0" type="line"/>
+ <point x="244.0" y="1180.0"/>
+ <point x="276.0" y="1148.0"/>
+ <point x="276.0" y="1096.0" type="curve" smooth="yes"/>
+ <point x="276.0" y="964.0"/>
+ <point x="152.0" y="804.0"/>
+ <point x="152.0" y="488.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="280.0"/>
+ <point x="296.0" y="-28.0"/>
+ <point x="912.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="-28.0"/>
+ <point x="1676.0" y="280.0"/>
+ <point x="1676.0" y="488.0" type="curve" smooth="yes"/>
+ <point x="1676.0" y="804.0"/>
+ <point x="1548.0" y="964.0"/>
+ <point x="1548.0" y="1096.0" type="curve" smooth="yes"/>
+ <point x="1548.0" y="1148.0"/>
+ <point x="1580.0" y="1180.0"/>
+ <point x="1636.0" y="1180.0" type="curve"/>
+ <point x="1636.0" y="1516.0" type="line"/>
+ <point x="1240.0" y="1516.0"/>
+ <point x="1096.0" y="1408.0"/>
+ <point x="1096.0" y="1204.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="996.0"/>
+ <point x="1232.0" y="820.0"/>
+ <point x="1232.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="472.0"/>
+ <point x="1164.0" y="328.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1745, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/upsilontonos.glif b/src/Inter-UI-Black.ufo/glyphs/upsilontonos.glif
new file mode 100644
index 000000000..5f0ee4ff5
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/upsilontonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="upsilontonos" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="03CD"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="tonos" xOffset="368.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uptackmod.glif b/src/Inter-UI-Black.ufo/glyphs/uptackmod.glif
index beed24186..5a828fd8f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/uptackmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/uptackmod.glif
@@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uptackmod" format="1">
- <advance width="1056"/>
+<glyph name="uptackmod" format="2">
+ <advance width="1056.0"/>
<unicode hex="02D4"/>
<outline>
<contour>
- <point x="668" y="808" type="line"/>
- <point x="388" y="808" type="line"/>
- <point x="388" y="204" type="line"/>
- <point x="668" y="204" type="line"/>
+ <point x="668.0" y="808.0" type="line"/>
+ <point x="388.0" y="808.0" type="line"/>
+ <point x="388.0" y="204.0" type="line"/>
+ <point x="668.0" y="204.0" type="line"/>
</contour>
<contour>
- <point x="184" y="468" type="line"/>
- <point x="184" y="204" type="line"/>
- <point x="872" y="204" type="line"/>
- <point x="872" y="468" type="line"/>
+ <point x="184.0" y="468.0" type="line"/>
+ <point x="184.0" y="204.0" type="line"/>
+ <point x="872.0" y="204.0" type="line"/>
+ <point x="872.0" y="468.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 906, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/uring.glif b/src/Inter-UI-Black.ufo/glyphs/uring.glif
new file mode 100644
index 000000000..76a61f485
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/uring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uring" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="016F"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2332.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="ring" xOffset="280.0" yOffset="172.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ushortcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ushortcyrillic.glif
new file mode 100644
index 000000000..4552a22fb
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ushortcyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ushortcyrillic" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="045E"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2248.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="breve" xOffset="140.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ustraightcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ustraightcyrillic.glif
new file mode 100644
index 000000000..30954c972
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ustraightcyrillic.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ustraightcyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04AF"/>
+ <outline>
+ <component base="gamma"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ustraightstrokecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/ustraightstrokecyrillic.glif
new file mode 100644
index 000000000..87afddf6c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ustraightstrokecyrillic.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ustraightstrokecyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04B1"/>
+ <outline>
+ <component base="gamma"/>
+ <component base="crossbar" xOffset="140.0" yOffset="-868.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/utilde.glif b/src/Inter-UI-Black.ufo/glyphs/utilde.glif
index e15bcab06..f0dd1ccb9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/utilde.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/utilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="utilde" format="1">
- <advance width="1656"/>
+<glyph name="utilde" format="2">
+ <advance width="1656.0"/>
<unicode hex="0169"/>
<outline>
- <component base="tilde" xOffset="172"/>
+ <component base="tilde" xOffset="172.0"/>
<component base="u"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/utildeacute.glif b/src/Inter-UI-Black.ufo/glyphs/utildeacute.glif
new file mode 100644
index 000000000..074430b3e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/utildeacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="utildeacute" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E79"/>
+ <anchor x="828.0" y="0.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="2822.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="tildeacutecomb.lc" xOffset="1571.0" yOffset="-5.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/utildebelow.glif b/src/Inter-UI-Black.ufo/glyphs/utildebelow.glif
new file mode 100644
index 000000000..7cbefd30e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/utildebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="utildebelow" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="1E75"/>
+ <anchor x="828.0" y="-560.0" name="bottom"/>
+ <anchor x="1600.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1776.0" name="parent_top"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <anchor x="1600.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="tildesubnosp" xOffset="1664.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/v.glif b/src/Inter-UI-Black.ufo/glyphs/v.glif
index 4a0d3f14b..aac7b3f78 100644
--- a/src/Inter-UI-Black.ufo/glyphs/v.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/v.glif
@@ -1,124 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="v" format="1">
- <advance width="1668"/>
+<glyph name="v" format="2">
+ <advance width="1668.0"/>
<unicode hex="0076"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
+ <guideline x="836.0" y="652.0" angle="90.0"/>
+ <anchor x="856.0" y="0.0" name="bottom"/>
+ <anchor x="1580.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="856.0" y="1760.0" name="top"/>
+ <anchor x="1580.0" y="1760.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1612" y="1536" type="line"/>
- <point x="1140" y="1536" type="line"/>
- <point x="844" y="580" type="line"/>
- <point x="828" y="580" type="line"/>
- <point x="528" y="1536" type="line"/>
- <point x="56" y="1536" type="line"/>
- <point x="616" y="0" type="line"/>
- <point x="1048" y="0" type="line"/>
- </contour>
- <contour>
- <point x="856" y="1760" type="move" name="top"/>
- </contour>
- <contour>
- <point x="856" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1580" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1580" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1580" y="1760" type="move" name="top0315"/>
+ <point x="1612.0" y="1536.0" type="line"/>
+ <point x="1140.0" y="1536.0" type="line"/>
+ <point x="844.0" y="580.0" type="line"/>
+ <point x="828.0" y="580.0" type="line"/>
+ <point x="528.0" y="1536.0" type="line"/>
+ <point x="56.0" y="1536.0" type="line"/>
+ <point x="616.0" y="0.0" type="line"/>
+ <point x="1048.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>836</integer>
- <key>y</key>
- <integer>652</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>y</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>v</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1668</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 8, 'rightMargin': 13}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/vdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/vdotbelow.glif
new file mode 100644
index 000000000..f115e6269
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/vdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="vdotbelow" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="1E7F"/>
+ <anchor x="855.0" y="-523.0" name="bottom"/>
+ <anchor x="1580.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="856.0" y="1760.0" name="parent_top"/>
+ <anchor x="856.0" y="1760.0" name="top"/>
+ <anchor x="1580.0" y="1760.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="v"/>
+ <component base="dotbelow" xOffset="1680.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/vecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/vecyrillic.glif
index 826d66ae6..a314b7ce9 100644
--- a/src/Inter-UI-Black.ufo/glyphs/vecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/vecyrillic.glif
@@ -1,90 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="vecyrillic" format="1">
- <advance width="1824"/>
+<glyph name="vecyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="0432"/>
+ <guideline y="991.375"/>
+ <guideline y="610.5"/>
+ <anchor x="812.0" y="1744.0" name="top"/>
+ <anchor x="1656.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="968" y="608" type="line"/>
- <point x="1008" y="724" type="line"/>
- <point x="1324" y="740"/>
- <point x="1500" y="888"/>
- <point x="1500" y="1072" type="curve"/>
- <point x="1500" y="1352"/>
- <point x="1260" y="1488"/>
- <point x="872" y="1488" type="curve"/>
- <point x="240" y="1488" type="line"/>
- <point x="240" y="0" type="line"/>
- <point x="680" y="0" type="line"/>
- <point x="680" y="1132" type="line"/>
- <point x="872" y="1132" type="line"/>
- <point x="996" y="1132"/>
- <point x="1060" y="1100"/>
- <point x="1060" y="1004" type="curve"/>
- <point x="1060" y="932"/>
- <point x="1012" y="892"/>
- <point x="884" y="892" type="curve"/>
- <point x="504" y="892" type="line"/>
- <point x="508" y="608" type="line"/>
+ <point x="968.0" y="608.0" type="line"/>
+ <point x="1008.0" y="724.0" type="line"/>
+ <point x="1324.0" y="740.0"/>
+ <point x="1500.0" y="888.0"/>
+ <point x="1500.0" y="1072.0" type="curve"/>
+ <point x="1500.0" y="1352.0"/>
+ <point x="1260.0" y="1488.0"/>
+ <point x="872.0" y="1488.0" type="curve"/>
+ <point x="240.0" y="1488.0" type="line"/>
+ <point x="240.0" y="0.0" type="line"/>
+ <point x="680.0" y="0.0" type="line"/>
+ <point x="680.0" y="1132.0" type="line"/>
+ <point x="872.0" y="1132.0" type="line"/>
+ <point x="996.0" y="1132.0"/>
+ <point x="1060.0" y="1100.0"/>
+ <point x="1060.0" y="1004.0" type="curve"/>
+ <point x="1060.0" y="932.0"/>
+ <point x="1012.0" y="892.0"/>
+ <point x="884.0" y="892.0" type="curve"/>
+ <point x="504.0" y="892.0" type="line"/>
+ <point x="508.0" y="608.0" type="line"/>
</contour>
<contour>
- <point x="968" y="0" type="line"/>
- <point x="1368" y="0"/>
- <point x="1588" y="144"/>
- <point x="1588" y="424" type="curve" smooth="yes"/>
- <point x="1588" y="608"/>
- <point x="1440" y="756"/>
- <point x="1104" y="776" type="curve"/>
- <point x="1004" y="892" type="line"/>
- <point x="604" y="892" type="line"/>
- <point x="600" y="608" type="line"/>
- <point x="968" y="608" type="line" smooth="yes"/>
- <point x="1104" y="608"/>
- <point x="1144" y="552"/>
- <point x="1144" y="476" type="curve" smooth="yes"/>
- <point x="1144" y="396"/>
- <point x="1092" y="356"/>
- <point x="968" y="356" type="curve" smooth="yes"/>
- <point x="548" y="356" type="line"/>
- <point x="408" y="0" type="line"/>
- </contour>
- <contour>
- <point x="812" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1656" y="1744" type="move" name="top0315"/>
+ <point x="968.0" y="0.0" type="line"/>
+ <point x="1368.0" y="0.0"/>
+ <point x="1588.0" y="144.0"/>
+ <point x="1588.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="1588.0" y="608.0"/>
+ <point x="1440.0" y="756.0"/>
+ <point x="1104.0" y="776.0" type="curve"/>
+ <point x="1004.0" y="892.0" type="line"/>
+ <point x="604.0" y="892.0" type="line"/>
+ <point x="600.0" y="608.0" type="line"/>
+ <point x="968.0" y="608.0" type="line" smooth="yes"/>
+ <point x="1104.0" y="608.0"/>
+ <point x="1144.0" y="552.0"/>
+ <point x="1144.0" y="476.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="396.0"/>
+ <point x="1092.0" y="356.0"/>
+ <point x="968.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="356.0" type="line"/>
+ <point x="408.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>991.375</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>610.5</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 168, 'rightMargin': 68}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/versicle.glif b/src/Inter-UI-Black.ufo/glyphs/versicle.glif
index 277512326..13cbae70c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/versicle.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/versicle.glif
@@ -1,29 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="versicle" format="1">
- <advance width="2168"/>
+<glyph name="versicle" format="2">
+ <advance width="2168.0"/>
<unicode hex="2123"/>
<outline>
<contour>
- <point x="1360" y="2260" type="line"/>
- <point x="860" y="2420" type="line"/>
- <point x="784" y="2180" type="line"/>
- <point x="1056" y="2096" type="line"/>
- <point x="180" y="-496" type="line"/>
- <point x="412" y="-496" type="line"/>
+ <point x="1360.0" y="2260.0" type="line"/>
+ <point x="860.0" y="2420.0" type="line"/>
+ <point x="784.0" y="2180.0" type="line"/>
+ <point x="1056.0" y="2096.0" type="line"/>
+ <point x="180.0" y="-496.0" type="line"/>
+ <point x="412.0" y="-496.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="568.0" y="2048.0" type="line"/>
+ <point x="80.0" y="2048.0" type="line"/>
+ <point x="836.0" y="0.0" type="line"/>
+ <point x="1332.0" y="0.0" type="line"/>
+ <point x="2088.0" y="2048.0" type="line"/>
+ <point x="1600.0" y="2048.0" type="line"/>
+ <point x="1096.0" y="580.0" type="line"/>
+ <point x="1072.0" y="580.0" type="line"/>
</contour>
- <component base="V"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1851, 'leftMargin': 96, 'rightMargin': -101}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/verticalbardbl.glif b/src/Inter-UI-Black.ufo/glyphs/verticalbardbl.glif
index d5e7990d1..8cc695e55 100644
--- a/src/Inter-UI-Black.ufo/glyphs/verticalbardbl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/verticalbardbl.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="verticalbardbl" format="1">
- <advance width="1424"/>
+<glyph name="verticalbardbl" format="2">
+ <advance width="1424.0"/>
<unicode hex="2016"/>
<outline>
<component base="bar"/>
- <component base="bar" xOffset="472"/>
+ <component base="bar" xOffset="472.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1192, 'leftMargin': 260, 'rightMargin': 216}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/verticallinelowmod.glif b/src/Inter-UI-Black.ufo/glyphs/verticallinelowmod.glif
index a9939e089..8952273d6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/verticallinelowmod.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/verticallinelowmod.glif
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="verticallinelowmod" format="1">
- <advance width="544"/>
+<glyph name="verticallinelowmod" format="2">
+ <advance width="544.0"/>
<unicode hex="02CC"/>
<outline>
<contour>
- <point x="408" y="-164" type="line"/>
- <point x="136" y="-164" type="line"/>
- <point x="136" y="-756" type="line"/>
- <point x="408" y="-756" type="line"/>
+ <point x="408.0" y="-164.0" type="line"/>
+ <point x="136.0" y="-164.0" type="line"/>
+ <point x="136.0" y="-756.0" type="line"/>
+ <point x="408.0" y="-756.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 494, 'leftMargin': 110, 'rightMargin': 110}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/vscript.glif b/src/Inter-UI-Black.ufo/glyphs/vscript.glif
index f7cebffa4..cbb40616a 100644
--- a/src/Inter-UI-Black.ufo/glyphs/vscript.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/vscript.glif
@@ -1,58 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="vscript" format="1">
- <advance width="1568"/>
+<glyph name="vscript" format="2">
+ <advance width="1568.0"/>
<unicode hex="028B"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1580.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="784" y="332" type="line"/>
- <point x="636" y="332"/>
- <point x="564" y="408"/>
- <point x="564" y="580" type="curve"/>
- <point x="564" y="1488" type="line"/>
- <point x="120" y="1488" type="line"/>
- <point x="120" y="580" type="line"/>
- <point x="120" y="148"/>
- <point x="392" y="-28"/>
- <point x="784" y="-28" type="curve"/>
+ <point x="784.0" y="332.0" type="line"/>
+ <point x="636.0" y="332.0"/>
+ <point x="564.0" y="408.0"/>
+ <point x="564.0" y="580.0" type="curve"/>
+ <point x="564.0" y="1488.0" type="line"/>
+ <point x="120.0" y="1488.0" type="line"/>
+ <point x="120.0" y="580.0" type="line"/>
+ <point x="120.0" y="148.0"/>
+ <point x="392.0" y="-28.0"/>
+ <point x="784.0" y="-28.0" type="curve"/>
</contour>
<contour>
- <point x="784" y="-28" type="line"/>
- <point x="1180" y="-28"/>
- <point x="1448" y="148"/>
- <point x="1448" y="580" type="curve" smooth="yes"/>
- <point x="1448" y="1044" type="line" smooth="yes"/>
- <point x="1448" y="1336"/>
- <point x="1332" y="1516"/>
- <point x="1052" y="1516" type="curve" smooth="yes"/>
- <point x="964" y="1516"/>
- <point x="856" y="1496"/>
- <point x="732" y="1456" type="curve"/>
- <point x="776" y="1144" type="line"/>
- <point x="800" y="1148"/>
- <point x="824" y="1152"/>
- <point x="844" y="1152" type="curve" smooth="yes"/>
- <point x="952" y="1152"/>
- <point x="1008" y="1084"/>
- <point x="1008" y="956" type="curve" smooth="yes"/>
- <point x="1008" y="580" type="line" smooth="yes"/>
- <point x="1008" y="408"/>
- <point x="932" y="332"/>
- <point x="784" y="332" type="curve"/>
- </contour>
- <contour>
- <point x="788" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1580" y="1776" type="move" name="top0315"/>
+ <point x="784.0" y="-28.0" type="line"/>
+ <point x="1180.0" y="-28.0"/>
+ <point x="1448.0" y="148.0"/>
+ <point x="1448.0" y="580.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="1044.0" type="line" smooth="yes"/>
+ <point x="1448.0" y="1336.0"/>
+ <point x="1332.0" y="1516.0"/>
+ <point x="1052.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1516.0"/>
+ <point x="856.0" y="1496.0"/>
+ <point x="732.0" y="1456.0" type="curve"/>
+ <point x="776.0" y="1144.0" type="line"/>
+ <point x="800.0" y="1148.0"/>
+ <point x="824.0" y="1152.0"/>
+ <point x="844.0" y="1152.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="1152.0"/>
+ <point x="1008.0" y="1084.0"/>
+ <point x="1008.0" y="956.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="580.0" type="line" smooth="yes"/>
+ <point x="1008.0" y="408.0"/>
+ <point x="932.0" y="332.0"/>
+ <point x="784.0" y="332.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1587, 'leftMargin': 129, 'rightMargin': 129}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/vtilde.glif b/src/Inter-UI-Black.ufo/glyphs/vtilde.glif
new file mode 100644
index 000000000..ab6a8c7c1
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/vtilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="vtilde" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="1E7D"/>
+ <anchor x="856.0" y="0.0" name="bottom"/>
+ <anchor x="1580.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="856.0" y="1760.0" name="parent_top"/>
+ <anchor x="856.0" y="2284.0" name="top"/>
+ <anchor x="1580.0" y="1760.0" name="top0315"/>
+ <anchor x="1580.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="v"/>
+ <component base="tilde" xOffset="200.0" yOffset="-20.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/vturn.glif b/src/Inter-UI-Black.ufo/glyphs/vturn.glif
index 4c097f685..5d836f3ac 100644
--- a/src/Inter-UI-Black.ufo/glyphs/vturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/vturn.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="vturn" format="1">
- <advance width="1568"/>
+<glyph name="vturn" format="2">
+ <advance width="1568.0"/>
<unicode hex="028C"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="788.0" y="1776.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
<outline>
- <component base="v" xScale="-1.0" yScale="-1.0" xOffset="1536" yOffset="1536"/>
- <contour>
- <point x="788" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1504" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="v" xScale="-1.0" yScale="-1.0" xOffset="1536.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1441.0, 'leftMargin': 8, 'rightMargin': 8.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/w.glif b/src/Inter-UI-Black.ufo/glyphs/w.glif
index 41058c271..c62a466ed 100644
--- a/src/Inter-UI-Black.ufo/glyphs/w.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/w.glif
@@ -1,73 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="w" format="1">
- <advance width="2204"/>
+<glyph name="w" format="2">
+ <advance width="2204.0"/>
<unicode hex="0077"/>
+ <guideline x="1084.0" y="776.0" angle="90.0"/>
+ <anchor x="1100.0" y="0.0" name="bottom"/>
+ <anchor x="2196.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1100.0" y="1776.0" name="marktop"/>
+ <anchor x="1100.0" y="1776.0" name="top"/>
+ <anchor x="2196.0" y="1776.0" name="top0315"/>
+ <anchor x="2196.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="2108" y="1536" type="line"/>
- <point x="1668" y="1536" type="line"/>
- <point x="1512" y="624" type="line"/>
- <point x="1492" y="624" type="line"/>
- <point x="1256" y="1536" type="line"/>
- <point x="944" y="1536" type="line"/>
- <point x="708" y="616" type="line"/>
- <point x="688" y="616" type="line"/>
- <point x="536" y="1536" type="line"/>
- <point x="96" y="1536" type="line"/>
- <point x="472" y="0" type="line"/>
- <point x="844" y="0" type="line"/>
- <point x="1088" y="852" type="line"/>
- <point x="1112" y="852" type="line"/>
- <point x="1360" y="0" type="line"/>
- <point x="1732" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1100" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1100" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1100" y="1776" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="2196" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2196" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2196" y="1776" type="move" name="top0315"/>
+ <point x="2108.0" y="1536.0" type="line"/>
+ <point x="1668.0" y="1536.0" type="line"/>
+ <point x="1512.0" y="624.0" type="line"/>
+ <point x="1492.0" y="624.0" type="line"/>
+ <point x="1256.0" y="1536.0" type="line"/>
+ <point x="944.0" y="1536.0" type="line"/>
+ <point x="708.0" y="616.0" type="line"/>
+ <point x="688.0" y="616.0" type="line"/>
+ <point x="536.0" y="1536.0" type="line"/>
+ <point x="96.0" y="1536.0" type="line"/>
+ <point x="472.0" y="0.0" type="line"/>
+ <point x="844.0" y="0.0" type="line"/>
+ <point x="1088.0" y="852.0" type="line"/>
+ <point x="1112.0" y="852.0" type="line"/>
+ <point x="1360.0" y="0.0" type="line"/>
+ <point x="1732.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1084</integer>
- <key>y</key>
- <integer>776</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2053, 'leftMargin': 33, 'rightMargin': 39}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wacute.glif b/src/Inter-UI-Black.ufo/glyphs/wacute.glif
new file mode 100644
index 000000000..312d6e4a7
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/wacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wacute" format="2">
+ <advance width="2204.0"/>
+ <unicode hex="1E83"/>
+ <anchor x="1100.0" y="0.0" name="bottom"/>
+ <anchor x="2196.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1100.0" y="1776.0" name="parent_top"/>
+ <anchor x="1100.0" y="2296.0" name="top"/>
+ <anchor x="2196.0" y="1776.0" name="top0315"/>
+ <anchor x="2196.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="acute" xOffset="736.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wcircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/wcircumflex.glif
new file mode 100644
index 000000000..5ce5e7917
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/wcircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wcircumflex" format="2">
+ <advance width="2204.0"/>
+ <unicode hex="0175"/>
+ <anchor x="1100.0" y="0.0" name="bottom"/>
+ <anchor x="2196.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1100.0" y="1776.0" name="parent_top"/>
+ <anchor x="1100.0" y="2240.0" name="top"/>
+ <anchor x="2196.0" y="1776.0" name="top0315"/>
+ <anchor x="2196.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="circumflex" xOffset="316.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wdieresis.glif b/src/Inter-UI-Black.ufo/glyphs/wdieresis.glif
index 6d4a82959..e316218ee 100644
--- a/src/Inter-UI-Black.ufo/glyphs/wdieresis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/wdieresis.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="wdieresis" format="1">
- <advance width="2204"/>
+<glyph name="wdieresis" format="2">
+ <advance width="2204.0"/>
<unicode hex="1E85"/>
<outline>
- <component base="dieresis" xOffset="448"/>
+ <component base="dieresis" xOffset="448.0"/>
<component base="w"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/wdotaccent.glif
new file mode 100644
index 000000000..3e360f0a8
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/wdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wdotaccent" format="2">
+ <advance width="2204.0"/>
+ <unicode hex="1E87"/>
+ <anchor x="1100.0" y="0.0" name="bottom"/>
+ <anchor x="2196.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1100.0" y="1776.0" name="parent_top"/>
+ <anchor x="1100.0" y="2296.0" name="top"/>
+ <anchor x="2196.0" y="1776.0" name="top0315"/>
+ <anchor x="2196.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="dotaccent" xOffset="700.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/wdotbelow.glif
new file mode 100644
index 000000000..cf49f1f82
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/wdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wdotbelow" format="2">
+ <advance width="2204.0"/>
+ <unicode hex="1E89"/>
+ <anchor x="1099.0" y="-523.0" name="bottom"/>
+ <anchor x="2196.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1100.0" y="1776.0" name="parent_top"/>
+ <anchor x="1100.0" y="1776.0" name="top"/>
+ <anchor x="2196.0" y="1776.0" name="top0315"/>
+ <anchor x="2196.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="dotbelow" xOffset="1924.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wgrave.glif b/src/Inter-UI-Black.ufo/glyphs/wgrave.glif
new file mode 100644
index 000000000..51ff2f7db
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/wgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wgrave" format="2">
+ <advance width="2204.0"/>
+ <unicode hex="1E81"/>
+ <anchor x="1100.0" y="0.0" name="bottom"/>
+ <anchor x="2196.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1100.0" y="1776.0" name="parent_top"/>
+ <anchor x="1100.0" y="2296.0" name="top"/>
+ <anchor x="2196.0" y="1776.0" name="top0315"/>
+ <anchor x="2196.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="grave" xOffset="412.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/won.glif b/src/Inter-UI-Black.ufo/glyphs/won.glif
index 3470318ef..3480fd7f2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/won.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/won.glif
@@ -1,50 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="won" format="1">
- <advance width="2896"/>
+<glyph name="won" format="2">
+ <advance width="2896.0"/>
<unicode hex="20A9"/>
+ <guideline x="1448.0" y="1192.0" angle="90.0"/>
<outline>
<contour>
- <point x="2780" y="1504" type="line"/>
- <point x="116" y="1504" type="line"/>
- <point x="116" y="1284" type="line"/>
- <point x="2780" y="1284" type="line"/>
+ <point x="2780.0" y="1504.0" type="line"/>
+ <point x="116.0" y="1504.0" type="line"/>
+ <point x="116.0" y="1284.0" type="line"/>
+ <point x="2780.0" y="1284.0" type="line"/>
</contour>
<contour>
- <point x="2780" y="1132" type="line"/>
- <point x="116" y="1132" type="line"/>
- <point x="116" y="912" type="line"/>
- <point x="2780" y="912" type="line"/>
+ <point x="2780.0" y="1132.0" type="line"/>
+ <point x="116.0" y="1132.0" type="line"/>
+ <point x="116.0" y="912.0" type="line"/>
+ <point x="2780.0" y="912.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="528.0" y="2048.0" type="line"/>
+ <point x="108.0" y="2048.0" type="line"/>
+ <point x="628.0" y="0.0" type="line"/>
+ <point x="1100.0" y="0.0" type="line"/>
+ <point x="1440.0" y="1284.0" type="line"/>
+ <point x="1456.0" y="1284.0" type="line"/>
+ <point x="1796.0" y="0.0" type="line"/>
+ <point x="2268.0" y="0.0" type="line"/>
+ <point x="2788.0" y="2048.0" type="line"/>
+ <point x="2368.0" y="2048.0" type="line"/>
+ <point x="2024.0" y="668.0" type="line"/>
+ <point x="2008.0" y="668.0" type="line"/>
+ <point x="1652.0" y="2048.0" type="line"/>
+ <point x="1244.0" y="2048.0" type="line"/>
+ <point x="888.0" y="672.0" type="line"/>
+ <point x="872.0" y="672.0" type="line"/>
</contour>
- <component base="W"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1448</integer>
- <key>y</key>
- <integer>1192</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2349, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wring.glif b/src/Inter-UI-Black.ufo/glyphs/wring.glif
new file mode 100644
index 000000000..8820389f0
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/wring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wring" format="2">
+ <advance width="2204.0"/>
+ <unicode hex="1E98"/>
+ <anchor x="1100.0" y="0.0" name="bottom"/>
+ <anchor x="2196.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1100.0" y="1776.0" name="parent_top"/>
+ <anchor x="1100.0" y="2332.0" name="top"/>
+ <anchor x="2196.0" y="1776.0" name="top0315"/>
+ <anchor x="2196.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="ring" xOffset="576.0" yOffset="172.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wsuper.glif b/src/Inter-UI-Black.ufo/glyphs/wsuper.glif
index a0ed13da2..a2cf31b26 100644
--- a/src/Inter-UI-Black.ufo/glyphs/wsuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/wsuper.glif
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="wsuper" format="1">
- <advance width="1824"/>
+<glyph name="wsuper" format="2">
+ <advance width="1824.0"/>
<unicode hex="02B7"/>
<outline>
<contour>
- <point x="796" y="2004" type="line"/>
- <point x="584" y="1228" type="line"/>
- <point x="552" y="900" type="line"/>
- <point x="720" y="900" type="line"/>
- <point x="932" y="1616" type="line"/>
- <point x="1004" y="2004" type="line"/>
+ <point x="796.0" y="2004.0" type="line"/>
+ <point x="584.0" y="1228.0" type="line"/>
+ <point x="552.0" y="900.0" type="line"/>
+ <point x="720.0" y="900.0" type="line"/>
+ <point x="932.0" y="1616.0" type="line"/>
+ <point x="1004.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="180" y="2004" type="line"/>
- <point x="448" y="900" type="line"/>
- <point x="648" y="900" type="line"/>
- <point x="632" y="1236" type="line"/>
- <point x="496" y="2004" type="line"/>
+ <point x="180.0" y="2004.0" type="line"/>
+ <point x="448.0" y="900.0" type="line"/>
+ <point x="648.0" y="900.0" type="line"/>
+ <point x="632.0" y="1236.0" type="line"/>
+ <point x="496.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1332" y="2004" type="line"/>
- <point x="1192" y="1252" type="line"/>
- <point x="1180" y="900" type="line"/>
- <point x="1380" y="900" type="line"/>
- <point x="1644" y="2004" type="line"/>
+ <point x="1332.0" y="2004.0" type="line"/>
+ <point x="1192.0" y="1252.0" type="line"/>
+ <point x="1180.0" y="900.0" type="line"/>
+ <point x="1380.0" y="900.0" type="line"/>
+ <point x="1644.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="828" y="2004" type="line"/>
- <point x="896" y="1612" type="line"/>
- <point x="1104" y="900" type="line"/>
- <point x="1272" y="900" type="line"/>
- <point x="1244" y="1232" type="line"/>
- <point x="1028" y="2004" type="line"/>
+ <point x="828.0" y="2004.0" type="line"/>
+ <point x="896.0" y="1612.0" type="line"/>
+ <point x="1104.0" y="900.0" type="line"/>
+ <point x="1272.0" y="900.0" type="line"/>
+ <point x="1244.0" y="1232.0" type="line"/>
+ <point x="1028.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1576, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wturn.glif b/src/Inter-UI-Black.ufo/glyphs/wturn.glif
index 3822fb19a..105941e2f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/wturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/wturn.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="wturn" format="1">
- <advance width="2204"/>
+<glyph name="wturn" format="2">
+ <advance width="2204.0"/>
<unicode hex="028D"/>
+ <anchor x="1164.0" y="0.0" name="bottom"/>
+ <anchor x="1164.0" y="1776.0" name="top"/>
+ <anchor x="2192.0" y="1776.0" name="top0315"/>
<outline>
- <component base="w" xScale="-1.0" yScale="-1.0" xOffset="2172" yOffset="1536"/>
- <contour>
- <point x="1164" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1164" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2192" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="w" xScale="-1.0" yScale="-1.0" xOffset="2172.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2053, 'leftMargin': 36, 'rightMargin': 36}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/wynn.glif b/src/Inter-UI-Black.ufo/glyphs/wynn.glif
index 2bdba8c8b..605dc7fdf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/wynn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/wynn.glif
@@ -1,44 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="wynn" format="1">
- <advance width="1824"/>
+<glyph name="wynn" format="2">
+ <advance width="1824.0"/>
<unicode hex="01BF"/>
<outline>
<contour>
- <point x="672" y="1204" type="line"/>
- <point x="644" y="1488" type="line"/>
- <point x="228" y="1488" type="line"/>
- <point x="228" y="-572" type="line"/>
- <point x="672" y="-572" type="line"/>
+ <point x="672.0" y="1204.0" type="line"/>
+ <point x="644.0" y="1488.0" type="line"/>
+ <point x="228.0" y="1488.0" type="line"/>
+ <point x="228.0" y="-572.0" type="line"/>
+ <point x="672.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="632" y="792" type="line"/>
- <point x="632" y="1036"/>
- <point x="700" y="1160"/>
- <point x="904" y="1160" type="curve" smooth="yes"/>
- <point x="1088" y="1160"/>
- <point x="1152" y="992"/>
- <point x="1152" y="764" type="curve" smooth="yes"/>
- <point x="1152" y="732" type="line" smooth="yes"/>
- <point x="1152" y="332"/>
- <point x="876" y="112"/>
- <point x="480" y="72" type="curve"/>
- <point x="524" y="-280" type="line"/>
- <point x="1148" y="-128"/>
- <point x="1596" y="108"/>
- <point x="1596" y="732" type="curve" smooth="yes"/>
- <point x="1596" y="764" type="line" smooth="yes"/>
- <point x="1596" y="1216"/>
- <point x="1392" y="1516"/>
- <point x="1016" y="1516" type="curve" smooth="yes"/>
- <point x="656" y="1516"/>
- <point x="512" y="1188"/>
- <point x="452" y="756" type="curve"/>
+ <point x="632.0" y="792.0" type="line"/>
+ <point x="632.0" y="1036.0"/>
+ <point x="700.0" y="1160.0"/>
+ <point x="904.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="1160.0"/>
+ <point x="1152.0" y="992.0"/>
+ <point x="1152.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="732.0" type="line" smooth="yes"/>
+ <point x="1152.0" y="332.0"/>
+ <point x="876.0" y="112.0"/>
+ <point x="480.0" y="72.0" type="curve"/>
+ <point x="524.0" y="-280.0" type="line"/>
+ <point x="1148.0" y="-128.0"/>
+ <point x="1596.0" y="108.0"/>
+ <point x="1596.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="764.0" type="line" smooth="yes"/>
+ <point x="1596.0" y="1216.0"/>
+ <point x="1392.0" y="1516.0"/>
+ <point x="1016.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="1516.0"/>
+ <point x="512.0" y="1188.0"/>
+ <point x="452.0" y="756.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 140, 'rightMargin': 79}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/x.glif b/src/Inter-UI-Black.ufo/glyphs/x.glif
index 9e6e4d3a1..e131b62f0 100644
--- a/src/Inter-UI-Black.ufo/glyphs/x.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/x.glif
@@ -1,72 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="x" format="1">
- <advance width="1568"/>
+<glyph name="x" format="2">
+ <advance width="1568.0"/>
<unicode hex="0078"/>
+ <guideline x="768.0" y="960.0" angle="90.0"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="1500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="760.0" name="cross"/>
+ <anchor x="1252.0" y="0.0" name="right"/>
+ <anchor x="784.0" y="1760.0" name="top"/>
+ <anchor x="1500.0" y="1760.0" name="top0315"/>
+ <anchor x="1500.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="564" y="1536" type="line"/>
- <point x="96" y="1536" type="line"/>
- <point x="496" y="768" type="line"/>
- <point x="76" y="0" type="line"/>
- <point x="544" y="0" type="line"/>
- <point x="784" y="436" type="line"/>
- <point x="1028" y="0" type="line"/>
- <point x="1492" y="0" type="line"/>
- <point x="1072" y="768" type="line"/>
- <point x="1476" y="1536" type="line"/>
- <point x="1012" y="1536" type="line"/>
- <point x="784" y="1096" type="line"/>
- </contour>
- <contour>
- <point x="784" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1252" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="784" y="760" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="784" y="1760" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1500" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1500" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1500" y="1760" type="move" name="top0315"/>
+ <point x="564.0" y="1536.0" type="line"/>
+ <point x="96.0" y="1536.0" type="line"/>
+ <point x="496.0" y="768.0" type="line"/>
+ <point x="76.0" y="0.0" type="line"/>
+ <point x="544.0" y="0.0" type="line"/>
+ <point x="784.0" y="436.0" type="line"/>
+ <point x="1028.0" y="0.0" type="line"/>
+ <point x="1492.0" y="0.0" type="line"/>
+ <point x="1072.0" y="768.0" type="line"/>
+ <point x="1476.0" y="1536.0" type="line"/>
+ <point x="1012.0" y="1536.0" type="line"/>
+ <point x="784.0" y="1096.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>768</integer>
- <key>y</key>
- <integer>960</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 21, 'rightMargin': 7}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/xdieresis.glif b/src/Inter-UI-Black.ufo/glyphs/xdieresis.glif
new file mode 100644
index 000000000..9df3eb9ad
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/xdieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="xdieresis" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E8D"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="1500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="1760.0" name="parent_top"/>
+ <anchor x="788.0" y="2204.0" name="top"/>
+ <anchor x="1500.0" y="1760.0" name="top0315"/>
+ <anchor x="1500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x"/>
+ <component base="dieresis" xOffset="128.0" yOffset="-12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/xdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/xdotaccent.glif
new file mode 100644
index 000000000..d8a0a189b
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/xdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="xdotaccent" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E8B"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="1500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="784.0" y="1760.0" name="parent_top"/>
+ <anchor x="784.0" y="2280.0" name="top"/>
+ <anchor x="1500.0" y="1760.0" name="top0315"/>
+ <anchor x="1500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x"/>
+ <component base="dotaccent" xOffset="384.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/xi.glif b/src/Inter-UI-Black.ufo/glyphs/xi.glif
index 0050ea261..61ba5e690 100644
--- a/src/Inter-UI-Black.ufo/glyphs/xi.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/xi.glif
@@ -1,96 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="xi" format="1">
- <advance width="1568"/>
+<glyph name="xi" format="2">
+ <advance width="1568.0"/>
<unicode hex="03BE"/>
+ <guideline y="2279.75"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1348" y="1956" type="line"/>
- <point x="1208" y="2008"/>
- <point x="1112" y="2032"/>
- <point x="912" y="2032" type="curve" smooth="yes"/>
- <point x="516" y="2032"/>
- <point x="260" y="1824"/>
- <point x="260" y="1484" type="curve"/>
- <point x="260" y="1196"/>
- <point x="544" y="1068"/>
- <point x="968" y="1068" type="curve"/>
- <point x="1184" y="1068" type="line"/>
- <point x="1184" y="1320" type="line"/>
- <point x="972" y="1320" type="line" smooth="yes"/>
- <point x="780" y="1320"/>
- <point x="704" y="1396"/>
- <point x="704" y="1488" type="curve"/>
- <point x="704" y="1600"/>
- <point x="788" y="1664"/>
- <point x="968" y="1664" type="curve" smooth="yes"/>
- <point x="1076" y="1664"/>
- <point x="1124" y="1652"/>
- <point x="1280" y="1612" type="curve"/>
+ <point x="1348.0" y="1956.0" type="line"/>
+ <point x="1208.0" y="2008.0"/>
+ <point x="1112.0" y="2032.0"/>
+ <point x="912.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="2032.0"/>
+ <point x="260.0" y="1824.0"/>
+ <point x="260.0" y="1484.0" type="curve"/>
+ <point x="260.0" y="1196.0"/>
+ <point x="544.0" y="1068.0"/>
+ <point x="968.0" y="1068.0" type="curve"/>
+ <point x="1184.0" y="1068.0" type="line"/>
+ <point x="1184.0" y="1320.0" type="line"/>
+ <point x="972.0" y="1320.0" type="line" smooth="yes"/>
+ <point x="780.0" y="1320.0"/>
+ <point x="704.0" y="1396.0"/>
+ <point x="704.0" y="1488.0" type="curve"/>
+ <point x="704.0" y="1600.0"/>
+ <point x="788.0" y="1664.0"/>
+ <point x="968.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="1664.0"/>
+ <point x="1124.0" y="1652.0"/>
+ <point x="1280.0" y="1612.0" type="curve"/>
</contour>
<contour>
- <point x="980" y="1192" type="line"/>
- <point x="444" y="1192"/>
- <point x="132" y="988"/>
- <point x="132" y="616" type="curve" smooth="yes"/>
- <point x="132" y="204"/>
- <point x="360" y="144"/>
- <point x="768" y="12" type="curve" smooth="yes"/>
- <point x="860" y="-20" type="line" smooth="yes"/>
- <point x="952" y="-52"/>
- <point x="992" y="-100"/>
- <point x="992" y="-152" type="curve" smooth="yes"/>
- <point x="992" y="-196"/>
- <point x="956" y="-288"/>
- <point x="868" y="-376" type="curve"/>
- <point x="1092" y="-540" type="line"/>
- <point x="1256" y="-432"/>
- <point x="1436" y="-220"/>
- <point x="1436" y="-56" type="curve"/>
- <point x="1440" y="172"/>
- <point x="1276" y="260"/>
- <point x="1024" y="320" type="curve" smooth="yes"/>
- <point x="896" y="352" type="line"/>
- <point x="716" y="396"/>
- <point x="576" y="464"/>
- <point x="576" y="640" type="curve" smooth="yes"/>
- <point x="576" y="840"/>
- <point x="720" y="948"/>
- <point x="988" y="948" type="curve" smooth="yes"/>
- <point x="1184" y="948" type="line"/>
- <point x="1184" y="1192" type="line"/>
+ <point x="980.0" y="1192.0" type="line"/>
+ <point x="444.0" y="1192.0"/>
+ <point x="132.0" y="988.0"/>
+ <point x="132.0" y="616.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="204.0"/>
+ <point x="360.0" y="144.0"/>
+ <point x="768.0" y="12.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="-20.0" type="line" smooth="yes"/>
+ <point x="952.0" y="-52.0"/>
+ <point x="992.0" y="-100.0"/>
+ <point x="992.0" y="-152.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="-196.0"/>
+ <point x="956.0" y="-288.0"/>
+ <point x="868.0" y="-376.0" type="curve"/>
+ <point x="1092.0" y="-540.0" type="line"/>
+ <point x="1256.0" y="-432.0"/>
+ <point x="1436.0" y="-220.0"/>
+ <point x="1436.0" y="-56.0" type="curve"/>
+ <point x="1440.0" y="172.0"/>
+ <point x="1276.0" y="260.0"/>
+ <point x="1024.0" y="320.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="352.0" type="line"/>
+ <point x="716.0" y="396.0"/>
+ <point x="576.0" y="464.0"/>
+ <point x="576.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="840.0"/>
+ <point x="720.0" y="948.0"/>
+ <point x="988.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="948.0" type="line"/>
+ <point x="1184.0" y="1192.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>2279.75</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1535, 'leftMargin': 144, 'rightMargin': 86.95976358742155}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/xsuper.glif b/src/Inter-UI-Black.ufo/glyphs/xsuper.glif
index c87a74eb2..065dc51e6 100644
--- a/src/Inter-UI-Black.ufo/glyphs/xsuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/xsuper.glif
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="xsuper" format="1">
- <advance width="1312"/>
+<glyph name="xsuper" format="2">
+ <advance width="1312.0"/>
<unicode hex="02E3"/>
<outline>
<contour>
- <point x="492" y="2004" type="line"/>
- <point x="148" y="2004" type="line"/>
- <point x="444" y="1468" type="line"/>
- <point x="132" y="900" type="line"/>
- <point x="476" y="900" type="line"/>
- <point x="656" y="1256" type="line"/>
- <point x="840" y="900" type="line"/>
- <point x="1180" y="900" type="line"/>
- <point x="868" y="1468" type="line"/>
- <point x="1168" y="2004" type="line"/>
- <point x="828" y="2004" type="line"/>
- <point x="656" y="1672" type="line"/>
+ <point x="492.0" y="2004.0" type="line"/>
+ <point x="148.0" y="2004.0" type="line"/>
+ <point x="444.0" y="1468.0" type="line"/>
+ <point x="132.0" y="900.0" type="line"/>
+ <point x="476.0" y="900.0" type="line"/>
+ <point x="656.0" y="1256.0" type="line"/>
+ <point x="840.0" y="900.0" type="line"/>
+ <point x="1180.0" y="900.0" type="line"/>
+ <point x="868.0" y="1468.0" type="line"/>
+ <point x="1168.0" y="2004.0" type="line"/>
+ <point x="828.0" y="2004.0" type="line"/>
+ <point x="656.0" y="1672.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1214, 'leftMargin': 83, 'rightMargin': 82}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/xsupnosp.glif b/src/Inter-UI-Black.ufo/glyphs/xsupnosp.glif
index 1dddb813e..959b74a5c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/xsupnosp.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/xsupnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="xsupnosp" format="1">
- <advance width="0"/>
+<glyph name="xsupnosp" format="2">
<unicode hex="033D"/>
+ <anchor x="-792.0" y="1609.0" name="_marktop"/>
+ <anchor x="-792.0" y="2500.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-792" y="1609" type="move" name="_marktop"/>
+ <point x="-961.0" y="1738.0" type="line"/>
+ <point x="-474.0" y="2229.0" type="line"/>
+ <point x="-620.0" y="2376.0" type="line"/>
+ <point x="-1107.0" y="1887.0" type="line"/>
</contour>
<contour>
- <point x="-792" y="2500" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-961" y="1738" type="line"/>
- <point x="-474" y="2229" type="line"/>
- <point x="-620" y="2376" type="line"/>
- <point x="-1107" y="1887" type="line"/>
- </contour>
- <contour>
- <point x="-623" y="1735" type="line"/>
- <point x="-476" y="1884" type="line"/>
- <point x="-958" y="2379" type="line"/>
- <point x="-1106" y="2230" type="line"/>
+ <point x="-623.0" y="1735.0" type="line"/>
+ <point x="-476.0" y="1884.0" type="line"/>
+ <point x="-958.0" y="2379.0" type="line"/>
+ <point x="-1106.0" y="2230.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/y.glif b/src/Inter-UI-Black.ufo/glyphs/y.glif
index f8971cdc4..e137a661d 100644
--- a/src/Inter-UI-Black.ufo/glyphs/y.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/y.glif
@@ -1,125 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="y" format="1">
- <advance width="1668"/>
+<glyph name="y" format="2">
+ <advance width="1668.0"/>
<unicode hex="0079"/>
+ <guideline x="836.0" y="316.0" angle="90.0"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="marktop"/>
+ <anchor x="1184.0" y="900.0" name="rhotichook"/>
+ <anchor x="796.0" y="1776.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="592" y="-24" type="line" smooth="yes"/>
- <point x="532" y="-184"/>
- <point x="496" y="-264"/>
- <point x="296" y="-204" type="curve"/>
- <point x="196" y="-556" type="line"/>
- <point x="272" y="-584"/>
- <point x="340" y="-600"/>
- <point x="428" y="-600" type="curve" smooth="yes"/>
- <point x="760" y="-600"/>
- <point x="912" y="-372"/>
- <point x="968" y="-220" type="curve" smooth="yes"/>
- <point x="1612" y="1536" type="line"/>
- <point x="1140" y="1536" type="line"/>
- <point x="820" y="552" type="line"/>
- <point x="632" y="84" type="line"/>
- </contour>
- <contour>
- <point x="528" y="1536" type="line"/>
- <point x="56" y="1536" type="line"/>
- <point x="616" y="4" type="line"/>
- <point x="968" y="192" type="line"/>
- </contour>
- <contour>
- <point x="816" y="588" type="line"/>
- <point x="856" y="588" type="line"/>
- <point x="856" y="624" type="line"/>
- <point x="816" y="624" type="line"/>
- </contour>
- <contour>
- <point x="796.0" y="1776.0" type="move" name="top"/>
- </contour>
- <contour>
- <point x="748.0" y="-576.0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="796.0" y="1776.0" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1504.0" y="2200.0" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1504.0" y="-560.0" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1184.0" y="900.0" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1504.0" y="1776.0" type="move" name="top0315"/>
+ <point x="592.0" y="-24.0" type="line" smooth="yes"/>
+ <point x="532.0" y="-184.0"/>
+ <point x="496.0" y="-264.0"/>
+ <point x="296.0" y="-204.0" type="curve"/>
+ <point x="196.0" y="-556.0" type="line"/>
+ <point x="272.0" y="-584.0"/>
+ <point x="340.0" y="-600.0"/>
+ <point x="428.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="-600.0"/>
+ <point x="912.0" y="-372.0"/>
+ <point x="968.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1612.0" y="1536.0" type="line"/>
+ <point x="1140.0" y="1536.0" type="line"/>
+ <point x="820.0" y="552.0" type="line"/>
+ <point x="632.0" y="84.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="528.0" y="1536.0" type="line"/>
+ <point x="56.0" y="1536.0" type="line"/>
+ <point x="616.0" y="4.0" type="line"/>
+ <point x="968.0" y="192.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="816.0" y="588.0" type="line"/>
+ <point x="856.0" y="588.0" type="line"/>
+ <point x="856.0" y="624.0" type="line"/>
+ <point x="816.0" y="624.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>836</integer>
- <key>y</key>
- <integer>316</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>x</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>y</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1668</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': -3, 'rightMargin': -6}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yacute.glif b/src/Inter-UI-Black.ufo/glyphs/yacute.glif
new file mode 100644
index 000000000..f566ea27e
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/yacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yacute" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="00FD"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2296.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="acute" xOffset="432.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yatcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/yatcyrillic.glif
index 370347358..43e5d5190 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yatcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yatcyrillic.glif
@@ -1,44 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yatcyrillic" format="1">
- <advance width="1824"/>
+<glyph name="yatcyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="0463"/>
+ <anchor x="628.0" y="1248.0" name="cross"/>
<outline>
<contour>
- <point x="600" y="1108" type="line"/>
- <point x="600" y="752" type="line"/>
- <point x="1024" y="752" type="line"/>
- <point x="1188" y="752"/>
- <point x="1256" y="668"/>
- <point x="1256" y="556" type="curve"/>
- <point x="1256" y="444"/>
- <point x="1188" y="356"/>
- <point x="1024" y="356" type="curve"/>
- <point x="772" y="356" type="line"/>
- <point x="772" y="2148" type="line"/>
- <point x="328" y="2148" type="line"/>
- <point x="328" y="0" type="line"/>
- <point x="1024" y="0" type="line"/>
- <point x="1444" y="0"/>
- <point x="1696" y="224"/>
- <point x="1696" y="556" type="curve"/>
- <point x="1696" y="880"/>
- <point x="1444" y="1108"/>
- <point x="1024" y="1108" type="curve"/>
+ <point x="600.0" y="1108.0" type="line"/>
+ <point x="600.0" y="752.0" type="line"/>
+ <point x="1024.0" y="752.0" type="line"/>
+ <point x="1188.0" y="752.0"/>
+ <point x="1256.0" y="668.0"/>
+ <point x="1256.0" y="556.0" type="curve"/>
+ <point x="1256.0" y="444.0"/>
+ <point x="1188.0" y="356.0"/>
+ <point x="1024.0" y="356.0" type="curve"/>
+ <point x="772.0" y="356.0" type="line"/>
+ <point x="772.0" y="2148.0" type="line"/>
+ <point x="328.0" y="2148.0" type="line"/>
+ <point x="328.0" y="0.0" type="line"/>
+ <point x="1024.0" y="0.0" type="line"/>
+ <point x="1444.0" y="0.0"/>
+ <point x="1696.0" y="224.0"/>
+ <point x="1696.0" y="556.0" type="curve"/>
+ <point x="1696.0" y="880.0"/>
+ <point x="1444.0" y="1108.0"/>
+ <point x="1024.0" y="1108.0" type="curve"/>
</contour>
<contour>
- <point x="1092" y="1752" type="line"/>
- <point x="128" y="1752" type="line"/>
- <point x="128" y="1488" type="line"/>
- <point x="1092" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="628" y="1248" type="move" name="cross"/>
+ <point x="1092.0" y="1752.0" type="line"/>
+ <point x="128.0" y="1752.0" type="line"/>
+ <point x="128.0" y="1488.0" type="line"/>
+ <point x="1092.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': -32, 'rightMargin': 50}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ycircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/ycircumflex.glif
new file mode 100644
index 000000000..096724d6c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ycircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ycircumflex" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="0177"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2240.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="circumflex" xOffset="12.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ydieresis.glif b/src/Inter-UI-Black.ufo/glyphs/ydieresis.glif
index 170a8b2ba..ff80c4465 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ydieresis.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ydieresis.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ydieresis" format="1">
- <advance width="1568"/>
+<glyph name="ydieresis" format="2">
+ <advance width="1568.0"/>
<unicode hex="00FF"/>
<outline>
- <component base="dieresis" xOffset="128"/>
+ <component base="dieresis" xOffset="128.0"/>
<component base="y"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ydotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/ydotaccent.glif
new file mode 100644
index 000000000..592c5dd5a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ydotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ydotaccent" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="1E8F"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2296.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="dotaccent" xOffset="396.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ydotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/ydotbelow.glif
new file mode 100644
index 000000000..df0444295
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ydotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ydotbelow" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="1EF5"/>
+ <anchor x="747.0" y="-1099.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="1776.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="dotbelow" xOffset="1572.0" yOffset="-576.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yen.glif b/src/Inter-UI-Black.ufo/glyphs/yen.glif
index 32048df75..02dfc642f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yen.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yen.glif
@@ -1,52 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yen" format="1">
- <advance width="1564"/>
+<glyph name="yen" format="2">
+ <advance width="1564.0"/>
<unicode hex="00A5"/>
<outline>
<contour>
- <point x="1384" y="1064" type="line"/>
- <point x="128" y="1064" type="line"/>
- <point x="128" y="804" type="line"/>
- <point x="1384" y="804" type="line"/>
+ <point x="1384.0" y="1064.0" type="line"/>
+ <point x="128.0" y="1064.0" type="line"/>
+ <point x="128.0" y="804.0" type="line"/>
+ <point x="1384.0" y="804.0" type="line"/>
</contour>
<contour>
- <point x="1384" y="668" type="line"/>
- <point x="128" y="668" type="line"/>
- <point x="128" y="408" type="line"/>
- <point x="1384" y="408" type="line"/>
+ <point x="1384.0" y="668.0" type="line"/>
+ <point x="128.0" y="668.0" type="line"/>
+ <point x="128.0" y="408.0" type="line"/>
+ <point x="1384.0" y="408.0" type="line"/>
</contour>
<contour>
- <point x="680" y="1048" type="line"/>
- <point x="736" y="788" type="line"/>
- <point x="980" y="788" type="line"/>
- <point x="1528" y="2048" type="line"/>
- <point x="1056" y="2048" type="line"/>
+ <point x="680.0" y="1048.0" type="line"/>
+ <point x="736.0" y="788.0" type="line"/>
+ <point x="980.0" y="788.0" type="line"/>
+ <point x="1528.0" y="2048.0" type="line"/>
+ <point x="1056.0" y="2048.0" type="line"/>
</contour>
<contour>
- <point x="508" y="2048" type="line"/>
- <point x="36" y="2048" type="line"/>
- <point x="580" y="788" type="line"/>
- <point x="828" y="788" type="line"/>
- <point x="888" y="1036" type="line"/>
+ <point x="508.0" y="2048.0" type="line"/>
+ <point x="36.0" y="2048.0" type="line"/>
+ <point x="580.0" y="788.0" type="line"/>
+ <point x="828.0" y="788.0" type="line"/>
+ <point x="888.0" y="1036.0" type="line"/>
</contour>
<contour>
- <point x="1004" y="1080" type="line"/>
- <point x="544" y="1080" type="line"/>
- <point x="544" y="0" type="line"/>
- <point x="1004" y="0" type="line"/>
+ <point x="1004.0" y="1080.0" type="line"/>
+ <point x="544.0" y="1080.0" type="line"/>
+ <point x="544.0" y="0.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1519, 'leftMargin': 14, 'rightMargin': 13}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yericyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/yericyrillic.glif
index b594845de..c3019d3e2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yericyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yericyrillic.glif
@@ -1,21 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yericyrillic" format="1">
- <advance width="2336"/>
+<glyph name="yericyrillic" format="2">
+ <advance width="2336.0"/>
<unicode hex="044B"/>
+ <anchor x="1176.0" y="1776.0" name="top"/>
+ <anchor x="2344.0" y="1776.0" name="top0315"/>
<outline>
- <component base="softsigncyrillic" xOffset="-52"/>
- <component base="dotlessi" xOffset="1536"/>
- <contour>
- <point x="1176" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2344" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="softsigncyrillic" xOffset="-52.0"/>
+ <component base="dotlessi" xOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2379, 'leftMargin': 212, 'rightMargin': 186}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yerudieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/yerudieresiscyrillic.glif
new file mode 100644
index 000000000..286c21bdc
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/yerudieresiscyrillic.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yerudieresiscyrillic" format="2">
+ <advance width="2336.0"/>
+ <unicode hex="04F9"/>
+ <anchor x="1176.0" y="1776.0" name="parent_top"/>
+ <anchor x="1180.0" y="2220.0" name="top"/>
+ <anchor x="2344.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="yericyrillic"/>
+ <component base="dieresis" xOffset="520.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ygrave.glif b/src/Inter-UI-Black.ufo/glyphs/ygrave.glif
new file mode 100644
index 000000000..1d04fc7af
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ygrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ygrave" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="1EF3"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2296.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="grave" xOffset="108.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yhook.glif b/src/Inter-UI-Black.ufo/glyphs/yhook.glif
index 3a0e965b7..08dfe84fa 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yhook.glif
@@ -1,56 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yhook" format="1">
- <advance width="1652"/>
+<glyph name="yhook" format="2">
+ <advance width="1652.0"/>
<unicode hex="01B4"/>
<outline>
<contour>
- <point x="1428" y="1272" type="line"/>
- <point x="1448" y="1332" type="line" smooth="yes"/>
- <point x="1476" y="1432"/>
- <point x="1524" y="1492"/>
- <point x="1600" y="1516" type="curve" smooth="yes"/>
- <point x="1644" y="1532"/>
- <point x="1660" y="1524"/>
- <point x="1708" y="1516" type="curve"/>
- <point x="1732" y="1876" type="line"/>
- <point x="1624" y="1892"/>
- <point x="1520" y="1904"/>
- <point x="1380" y="1856" type="curve" smooth="yes"/>
- <point x="1192" y="1792"/>
- <point x="1080" y="1664"/>
- <point x="1032" y="1512" type="curve" smooth="yes"/>
- <point x="992" y="1384" type="line"/>
+ <point x="1428.0" y="1272.0" type="line"/>
+ <point x="1448.0" y="1332.0" type="line" smooth="yes"/>
+ <point x="1476.0" y="1432.0"/>
+ <point x="1524.0" y="1492.0"/>
+ <point x="1600.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="1532.0"/>
+ <point x="1660.0" y="1524.0"/>
+ <point x="1708.0" y="1516.0" type="curve"/>
+ <point x="1732.0" y="1876.0" type="line"/>
+ <point x="1624.0" y="1892.0"/>
+ <point x="1520.0" y="1904.0"/>
+ <point x="1380.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="1792.0"/>
+ <point x="1080.0" y="1664.0"/>
+ <point x="1032.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="1384.0" type="line"/>
</contour>
<contour>
- <point x="580" y="-24" type="line" smooth="yes"/>
- <point x="544" y="-148"/>
- <point x="476" y="-224"/>
- <point x="300" y="-224" type="curve"/>
- <point x="284" y="-224"/>
- <point x="268" y="-224"/>
- <point x="240" y="-220" type="curve"/>
- <point x="240" y="-572" type="line"/>
- <point x="316" y="-596"/>
- <point x="344" y="-600"/>
- <point x="428" y="-600" type="curve" smooth="yes"/>
- <point x="760" y="-600"/>
- <point x="920" y="-372"/>
- <point x="968" y="-220" type="curve" smooth="yes"/>
- <point x="1428" y="1272" type="line"/>
- <point x="992" y="1384" type="line"/>
- <point x="796" y="716" type="line"/>
- <point x="532" y="1536" type="line"/>
- <point x="56" y="1536" type="line"/>
- <point x="600" y="48" type="line"/>
+ <point x="580.0" y="-24.0" type="line" smooth="yes"/>
+ <point x="544.0" y="-148.0"/>
+ <point x="476.0" y="-224.0"/>
+ <point x="300.0" y="-224.0" type="curve"/>
+ <point x="284.0" y="-224.0"/>
+ <point x="268.0" y="-224.0"/>
+ <point x="240.0" y="-220.0" type="curve"/>
+ <point x="240.0" y="-572.0" type="line"/>
+ <point x="316.0" y="-596.0"/>
+ <point x="344.0" y="-600.0"/>
+ <point x="428.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="-600.0"/>
+ <point x="920.0" y="-372.0"/>
+ <point x="968.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="1272.0" type="line"/>
+ <point x="992.0" y="1384.0" type="line"/>
+ <point x="796.0" y="716.0" type="line"/>
+ <point x="532.0" y="1536.0" type="line"/>
+ <point x="56.0" y="1536.0" type="line"/>
+ <point x="600.0" y="48.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1689, 'leftMargin': -3, 'rightMargin': -20}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yhookabove.glif b/src/Inter-UI-Black.ufo/glyphs/yhookabove.glif
new file mode 100644
index 000000000..ff4c5d78a
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/yhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yhookabove" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="1EF7"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2395.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="hook" xOffset="1643.0" yOffset="-10.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yicyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/yicyrillic.glif
new file mode 100644
index 000000000..3811a819c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/yicyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yicyrillic" format="2">
+ <advance width="780.0"/>
+ <unicode hex="0457"/>
+ <anchor x="392.0" y="0.0" name="bottom"/>
+ <anchor x="392.0" y="1744.0" name="parent_top"/>
+ <anchor x="396.0" y="2188.0" name="top"/>
+ <anchor x="776.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="dieresis" xOffset="-264.0" yOffset="-28.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yotgreek.glif b/src/Inter-UI-Black.ufo/glyphs/yotgreek.glif
new file mode 100644
index 000000000..d6c06d3ae
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/yotgreek.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yotgreek" format="2">
+ <advance width="948.0"/>
+ <unicode hex="03F3"/>
+ <anchor x="488.0" y="-572.0" name="bottom"/>
+ <anchor x="916.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="564.0" y="2200.0" name="parent_top"/>
+ <anchor x="564.0" y="2200.0" name="top"/>
+ <anchor x="916.0" y="2200.0" name="top0315"/>
+ <anchor x="916.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="j"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ypogegrammeni.glif b/src/Inter-UI-Black.ufo/glyphs/ypogegrammeni.glif
new file mode 100644
index 000000000..c7123cc82
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ypogegrammeni.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ypogegrammeni" format="2">
+ <advance width="800.0"/>
+ <unicode hex="037A"/>
+ <outline>
+ <component base="uni1FBE"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yring.glif b/src/Inter-UI-Black.ufo/glyphs/yring.glif
new file mode 100644
index 000000000..ad3633ad9
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/yring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yring" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="1E99"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2332.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="ring" xOffset="272.0" yOffset="172.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ysuper.glif b/src/Inter-UI-Black.ufo/glyphs/ysuper.glif
index 3f641644f..6034bfac7 100644
--- a/src/Inter-UI-Black.ufo/glyphs/ysuper.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/ysuper.glif
@@ -1,42 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ysuper" format="1">
- <advance width="1312"/>
+<glyph name="ysuper" format="2">
+ <advance width="1312.0"/>
<unicode hex="02B8"/>
<outline>
<contour>
- <point x="564" y="1076" type="line" name="hr01"/>
- <point x="484" y="848" type="line" smooth="yes"/>
- <point x="456" y="768"/>
- <point x="416" y="740"/>
- <point x="304" y="740" type="curve" smooth="yes"/>
- <point x="292" y="740"/>
- <point x="276" y="740"/>
- <point x="260" y="740" type="curve"/>
- <point x="260" y="492" type="line"/>
- <point x="316" y="476"/>
- <point x="336" y="468"/>
- <point x="400" y="468" type="curve" smooth="yes"/>
- <point x="644" y="468"/>
- <point x="720" y="640"/>
- <point x="760" y="748" type="curve" smooth="yes"/>
- <point x="1196" y="2004" type="line"/>
- <point x="844" y="2004" type="line"/>
+ <point x="564.0" y="1076.0" type="line"/>
+ <point x="484.0" y="848.0" type="line" smooth="yes"/>
+ <point x="456.0" y="768.0"/>
+ <point x="416.0" y="740.0"/>
+ <point x="304.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="292.0" y="740.0"/>
+ <point x="276.0" y="740.0"/>
+ <point x="260.0" y="740.0" type="curve"/>
+ <point x="260.0" y="492.0" type="line"/>
+ <point x="316.0" y="476.0"/>
+ <point x="336.0" y="468.0"/>
+ <point x="400.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="468.0"/>
+ <point x="720.0" y="640.0"/>
+ <point x="760.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="2004.0" type="line"/>
+ <point x="844.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="472" y="2004" type="line"/>
- <point x="120" y="2004" type="line"/>
- <point x="512" y="868" type="line"/>
- <point x="732" y="868" type="line"/>
- <point x="644" y="1388" type="line"/>
+ <point x="472.0" y="2004.0" type="line"/>
+ <point x="120.0" y="2004.0" type="line"/>
+ <point x="512.0" y="868.0" type="line"/>
+ <point x="732.0" y="868.0" type="line"/>
+ <point x="644.0" y="1388.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1185, 'leftMargin': 55, 'rightMargin': 55}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.16</key>
+ <dict>
+ <key>name</key>
+ <string>hr01</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/ytilde.glif b/src/Inter-UI-Black.ufo/glyphs/ytilde.glif
new file mode 100644
index 000000000..42a84d670
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/ytilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ytilde" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="1EF9"/>
+ <anchor x="748.0" y="-576.0" name="bottom"/>
+ <anchor x="1504.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="796.0" y="1776.0" name="parent_top"/>
+ <anchor x="796.0" y="2300.0" name="top"/>
+ <anchor x="1504.0" y="1776.0" name="top0315"/>
+ <anchor x="1504.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="tilde" xOffset="140.0" yOffset="-4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yturn.glif b/src/Inter-UI-Black.ufo/glyphs/yturn.glif
index 834e36f43..a42e18533 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yturn.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yturn.glif
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yturn" format="1">
- <advance width="1568"/>
+<glyph name="yturn" format="2">
+ <advance width="1568.0"/>
<unicode hex="028E"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="788.0" y="2200.0" name="top"/>
+ <anchor x="1512.0" y="2200.0" name="top0315"/>
<outline>
- <component base="y" xScale="-1.0" yScale="-1.0" xOffset="1536" yOffset="1536"/>
- <contour>
- <point x="788" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1512" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="y" xScale="-1.0" yScale="-1.0" xOffset="1536.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1453, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yusbigcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/yusbigcyrillic.glif
index 2e0ec5555..df43d630c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yusbigcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yusbigcyrillic.glif
@@ -1,61 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yusbigcyrillic" format="1">
- <advance width="2080"/>
+<glyph name="yusbigcyrillic" format="2">
+ <advance width="2080.0"/>
<unicode hex="046B"/>
<outline>
<contour>
- <point x="588" y="0" type="line"/>
- <point x="588" y="260" type="line" smooth="yes"/>
- <point x="588" y="456"/>
- <point x="664" y="512"/>
- <point x="820" y="512" type="curve" smooth="yes"/>
- <point x="1264" y="512" type="line" smooth="yes"/>
- <point x="1420" y="512"/>
- <point x="1492" y="456"/>
- <point x="1492" y="260" type="curve" smooth="yes"/>
- <point x="1492" y="0" type="line"/>
- <point x="1936" y="0" type="line"/>
- <point x="1936" y="260" type="line" smooth="yes"/>
- <point x="1936" y="688"/>
- <point x="1684" y="848"/>
- <point x="1264" y="848" type="curve" smooth="yes"/>
- <point x="820" y="848" type="line" smooth="yes"/>
- <point x="396" y="848"/>
- <point x="144" y="688"/>
- <point x="144" y="260" type="curve" smooth="yes"/>
- <point x="144" y="0" type="line"/>
+ <point x="588.0" y="0.0" type="line"/>
+ <point x="588.0" y="260.0" type="line" smooth="yes"/>
+ <point x="588.0" y="456.0"/>
+ <point x="664.0" y="512.0"/>
+ <point x="820.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="512.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="512.0"/>
+ <point x="1492.0" y="456.0"/>
+ <point x="1492.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="0.0" type="line"/>
+ <point x="1936.0" y="0.0" type="line"/>
+ <point x="1936.0" y="260.0" type="line" smooth="yes"/>
+ <point x="1936.0" y="688.0"/>
+ <point x="1684.0" y="848.0"/>
+ <point x="1264.0" y="848.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="848.0" type="line" smooth="yes"/>
+ <point x="396.0" y="848.0"/>
+ <point x="144.0" y="688.0"/>
+ <point x="144.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1600" y="1488" type="line"/>
- <point x="552" y="1488" type="line"/>
- <point x="552" y="1212" type="line"/>
- <point x="1600" y="1212" type="line"/>
+ <point x="1600.0" y="1488.0" type="line"/>
+ <point x="552.0" y="1488.0" type="line"/>
+ <point x="552.0" y="1212.0" type="line"/>
+ <point x="1600.0" y="1212.0" type="line"/>
</contour>
<contour>
- <point x="968" y="692" type="line"/>
- <point x="1012" y="512" type="line"/>
- <point x="1244" y="512" type="line"/>
- <point x="1808" y="1488" type="line"/>
- <point x="1328" y="1488" type="line"/>
+ <point x="968.0" y="692.0" type="line"/>
+ <point x="1012.0" y="512.0" type="line"/>
+ <point x="1244.0" y="512.0" type="line"/>
+ <point x="1808.0" y="1488.0" type="line"/>
+ <point x="1328.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="776" y="1488" type="line"/>
- <point x="296" y="1488" type="line"/>
- <point x="860" y="512" type="line"/>
- <point x="1092" y="512" type="line"/>
- <point x="1144" y="684" type="line"/>
+ <point x="776.0" y="1488.0" type="line"/>
+ <point x="296.0" y="1488.0" type="line"/>
+ <point x="860.0" y="512.0" type="line"/>
+ <point x="1092.0" y="512.0" type="line"/>
+ <point x="1144.0" y="684.0" type="line"/>
</contour>
<contour>
- <point x="1268" y="684" type="line"/>
- <point x="828" y="684" type="line"/>
- <point x="828" y="0" type="line"/>
- <point x="1268" y="0" type="line"/>
+ <point x="1268.0" y="684.0" type="line"/>
+ <point x="828.0" y="684.0" type="line"/>
+ <point x="828.0" y="0.0" type="line"/>
+ <point x="1268.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2057.0, 'leftMargin': 133, 'rightMargin': 133.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yusbigiotifiedcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/yusbigiotifiedcyrillic.glif
index 5f4639b49..19a48fa99 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yusbigiotifiedcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yusbigiotifiedcyrillic.glif
@@ -1,21 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yusbigiotifiedcyrillic" format="1">
- <advance width="2848"/>
+<glyph name="yusbigiotifiedcyrillic" format="2">
+ <advance width="2848.0"/>
<unicode hex="046D"/>
<outline>
<contour>
- <point x="1652" y="848" type="line"/>
- <point x="292" y="848" type="line"/>
- <point x="292" y="528" type="line"/>
- <point x="1652" y="528" type="line"/>
+ <point x="1652.0" y="848.0" type="line"/>
+ <point x="292.0" y="848.0" type="line"/>
+ <point x="292.0" y="528.0" type="line"/>
+ <point x="1652.0" y="528.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="588.0" y="1536.0" type="line"/>
+ <point x="128.0" y="1536.0" type="line"/>
+ <point x="128.0" y="0.0" type="line"/>
+ <point x="588.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1352.0" y="0.0" type="line"/>
+ <point x="1352.0" y="260.0" type="line" smooth="yes"/>
+ <point x="1352.0" y="456.0"/>
+ <point x="1428.0" y="512.0"/>
+ <point x="1584.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="2028.0" y="512.0" type="line" smooth="yes"/>
+ <point x="2184.0" y="512.0"/>
+ <point x="2256.0" y="456.0"/>
+ <point x="2256.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="2256.0" y="0.0" type="line"/>
+ <point x="2700.0" y="0.0" type="line"/>
+ <point x="2700.0" y="260.0" type="line" smooth="yes"/>
+ <point x="2700.0" y="688.0"/>
+ <point x="2448.0" y="848.0"/>
+ <point x="2028.0" y="848.0" type="curve" smooth="yes"/>
+ <point x="1584.0" y="848.0" type="line" smooth="yes"/>
+ <point x="1160.0" y="848.0"/>
+ <point x="908.0" y="688.0"/>
+ <point x="908.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2364.0" y="1488.0" type="line"/>
+ <point x="1316.0" y="1488.0" type="line"/>
+ <point x="1316.0" y="1212.0" type="line"/>
+ <point x="2364.0" y="1212.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1732.0" y="692.0" type="line"/>
+ <point x="1776.0" y="512.0" type="line"/>
+ <point x="2008.0" y="512.0" type="line"/>
+ <point x="2572.0" y="1488.0" type="line"/>
+ <point x="2092.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1540.0" y="1488.0" type="line"/>
+ <point x="1060.0" y="1488.0" type="line"/>
+ <point x="1624.0" y="512.0" type="line"/>
+ <point x="1856.0" y="512.0" type="line"/>
+ <point x="1908.0" y="684.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2032.0" y="684.0" type="line"/>
+ <point x="1592.0" y="684.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
+ <point x="2032.0" y="0.0" type="line"/>
</contour>
- <component base="dotlessi" xOffset="-32"/>
- <component base="yusbigcyrillic" xOffset="764"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2852, 'leftMargin': 164, 'rightMargin': 139}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yuslittlecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/yuslittlecyrillic.glif
index a324278d9..ece20edf2 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yuslittlecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yuslittlecyrillic.glif
@@ -1,39 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yuslittlecyrillic" format="1">
- <advance width="1824"/>
+<glyph name="yuslittlecyrillic" format="2">
+ <advance width="1824.0"/>
<unicode hex="0467"/>
<outline>
<contour>
- <point x="868" y="872" type="line"/>
- <point x="1008" y="1536" type="line"/>
- <point x="676" y="1536" type="line"/>
- <point x="132" y="0" type="line"/>
- <point x="584" y="0" type="line"/>
+ <point x="868.0" y="872.0" type="line"/>
+ <point x="1008.0" y="1536.0" type="line"/>
+ <point x="676.0" y="1536.0" type="line"/>
+ <point x="132.0" y="0.0" type="line"/>
+ <point x="584.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1244" y="0" type="line"/>
- <point x="1696" y="0" type="line"/>
- <point x="1148" y="1536" type="line"/>
- <point x="820" y="1536" type="line"/>
- <point x="960" y="872" type="line"/>
+ <point x="1244.0" y="0.0" type="line"/>
+ <point x="1696.0" y="0.0" type="line"/>
+ <point x="1148.0" y="1536.0" type="line"/>
+ <point x="820.0" y="1536.0" type="line"/>
+ <point x="960.0" y="872.0" type="line"/>
</contour>
<contour>
- <point x="1448" y="632" type="line"/>
- <point x="384" y="632" type="line"/>
- <point x="384" y="360" type="line"/>
- <point x="1448" y="360" type="line"/>
+ <point x="1448.0" y="632.0" type="line"/>
+ <point x="384.0" y="632.0" type="line"/>
+ <point x="384.0" y="360.0" type="line"/>
+ <point x="1448.0" y="360.0" type="line"/>
</contour>
<contour>
- <point x="1032" y="480" type="line"/>
- <point x="772" y="480" type="line"/>
- <point x="772" y="0" type="line"/>
- <point x="1032" y="0" type="line"/>
+ <point x="1032.0" y="480.0" type="line"/>
+ <point x="772.0" y="480.0" type="line"/>
+ <point x="772.0" y="0.0" type="line"/>
+ <point x="1032.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1599, 'leftMargin': 7, 'rightMargin': 27}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/yuslittleiotifiedcyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/yuslittleiotifiedcyrillic.glif
index 654c797c7..45c419830 100644
--- a/src/Inter-UI-Black.ufo/glyphs/yuslittleiotifiedcyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/yuslittleiotifiedcyrillic.glif
@@ -1,21 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yuslittleiotifiedcyrillic" format="1">
- <advance width="2452"/>
+<glyph name="yuslittleiotifiedcyrillic" format="2">
+ <advance width="2452.0"/>
<unicode hex="0469"/>
<outline>
<contour>
- <point x="1256" y="632" type="line"/>
- <point x="264" y="632" type="line"/>
- <point x="264" y="364" type="line"/>
- <point x="1256" y="364" type="line"/>
+ <point x="1256.0" y="632.0" type="line"/>
+ <point x="264.0" y="632.0" type="line"/>
+ <point x="264.0" y="364.0" type="line"/>
+ <point x="1256.0" y="364.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1576.0" y="872.0" type="line"/>
+ <point x="1716.0" y="1536.0" type="line"/>
+ <point x="1384.0" y="1536.0" type="line"/>
+ <point x="840.0" y="0.0" type="line"/>
+ <point x="1292.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1952.0" y="0.0" type="line"/>
+ <point x="2404.0" y="0.0" type="line"/>
+ <point x="1856.0" y="1536.0" type="line"/>
+ <point x="1528.0" y="1536.0" type="line"/>
+ <point x="1668.0" y="872.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2156.0" y="632.0" type="line"/>
+ <point x="1092.0" y="632.0" type="line"/>
+ <point x="1092.0" y="360.0" type="line"/>
+ <point x="2156.0" y="360.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1740.0" y="480.0" type="line"/>
+ <point x="1480.0" y="480.0" type="line"/>
+ <point x="1480.0" y="0.0" type="line"/>
+ <point x="1740.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="1536.0" type="line"/>
+ <point x="144.0" y="1536.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
</contour>
- <component base="yuslittlecyrillic" xOffset="708"/>
- <component base="dotlessi" xOffset="-16"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2292, 'leftMargin': 134, 'rightMargin': -81}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/z.glif b/src/Inter-UI-Black.ufo/glyphs/z.glif
index ebd7f045e..a7696abcf 100644
--- a/src/Inter-UI-Black.ufo/glyphs/z.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/z.glif
@@ -1,72 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="z" format="1">
- <advance width="1544"/>
+<glyph name="z" format="2">
+ <advance width="1544.0"/>
<unicode hex="007A"/>
+ <guideline x="748.0" y="656.0" angle="90.0"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="764.0" y="1776.0" name="top"/>
+ <anchor x="1496.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1400" y="360" type="line"/>
- <point x="256" y="360" type="line"/>
- <point x="256" y="0" type="line"/>
- <point x="1400" y="0" type="line"/>
+ <point x="1400.0" y="360.0" type="line"/>
+ <point x="256.0" y="360.0" type="line"/>
+ <point x="256.0" y="0.0" type="line"/>
+ <point x="1400.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1384" y="1276" type="line"/>
- <point x="1384" y="1536" type="line"/>
- <point x="1080" y="1536" type="line"/>
- <point x="144" y="260" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="448" y="0" type="line"/>
+ <point x="1384.0" y="1276.0" type="line"/>
+ <point x="1384.0" y="1536.0" type="line"/>
+ <point x="1080.0" y="1536.0" type="line"/>
+ <point x="144.0" y="260.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="448.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1236" y="1536" type="line"/>
- <point x="172" y="1536" type="line"/>
- <point x="172" y="1176" type="line"/>
- <point x="1236" y="1176" type="line"/>
- </contour>
- <contour>
- <point x="764" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1496" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1496" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1496" y="1776" type="move" name="top0315"/>
+ <point x="1236.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1176.0" type="line"/>
+ <point x="1236.0" y="1176.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>748</integer>
- <key>y</key>
- <integer>656</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 95, 'rightMargin': 96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zacute.glif b/src/Inter-UI-Black.ufo/glyphs/zacute.glif
new file mode 100644
index 000000000..299403d48
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zacute" format="2">
+ <advance width="1544.0"/>
+ <unicode hex="017A"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="764.0" y="1776.0" name="parent_top"/>
+ <anchor x="764.0" y="2296.0" name="top"/>
+ <anchor x="1496.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="acute" xOffset="400.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zbar.glif b/src/Inter-UI-Black.ufo/glyphs/zbar.glif
index b9d562ccd..6f3836748 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zbar.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zbar.glif
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zbar" format="1">
- <advance width="1544"/>
+<glyph name="zbar" format="2">
+ <advance width="1544.0"/>
<unicode hex="01B6"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="784.0" y="1776.0" name="top"/>
+ <anchor x="1508.0" y="1776.0" name="top0315"/>
<outline>
<component base="z"/>
- <component base="crossbar" xOffset="116" yOffset="-244"/>
- <contour>
- <point x="784" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="784" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1508" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="crossbar" xOffset="116.0" yOffset="-244.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1445, 'leftMargin': 95, 'rightMargin': 96}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zcaron.glif b/src/Inter-UI-Black.ufo/glyphs/zcaron.glif
new file mode 100644
index 000000000..f7ee54267
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zcaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zcaron" format="2">
+ <advance width="1544.0"/>
+ <unicode hex="017E"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="764.0" y="1776.0" name="parent_top"/>
+ <anchor x="764.0" y="2268.0" name="top"/>
+ <anchor x="1496.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="caron" xOffset="-24.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zcircumflex.glif b/src/Inter-UI-Black.ufo/glyphs/zcircumflex.glif
new file mode 100644
index 000000000..0e546b72c
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zcircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zcircumflex" format="2">
+ <advance width="1544.0"/>
+ <unicode hex="1E91"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="764.0" y="1776.0" name="parent_top"/>
+ <anchor x="764.0" y="2240.0" name="top"/>
+ <anchor x="1496.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="circumflex" xOffset="-20.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zcurl.glif b/src/Inter-UI-Black.ufo/glyphs/zcurl.glif
index 67f3b1549..c5a58c06e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zcurl.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zcurl.glif
@@ -1,60 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zcurl" format="1">
- <advance width="1980"/>
+<glyph name="zcurl" format="2">
+ <advance width="1980.0"/>
<unicode hex="0291"/>
+ <anchor x="792.0" y="-616.0" name="bottom"/>
+ <anchor x="792.0" y="1776.0" name="top"/>
+ <anchor x="1940.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="768" y="0" type="line"/>
- <point x="1392" y="0" type="line" smooth="yes"/>
- <point x="1764" y="0"/>
- <point x="1932" y="256"/>
- <point x="1932" y="484" type="curve" smooth="yes"/>
- <point x="1932" y="716"/>
- <point x="1756" y="868"/>
- <point x="1548" y="868" type="curve" smooth="yes"/>
- <point x="1288" y="868"/>
- <point x="1100" y="640"/>
- <point x="676" y="20" type="curve" smooth="yes"/>
- <point x="528" y="-196" type="line"/>
- <point x="808" y="-368" type="line"/>
- <point x="1088" y="24" type="line" smooth="yes"/>
- <point x="1356" y="400"/>
- <point x="1420" y="520"/>
- <point x="1504" y="520" type="curve" smooth="yes"/>
- <point x="1544" y="520"/>
- <point x="1576" y="496"/>
- <point x="1576" y="464" type="curve" smooth="yes"/>
- <point x="1576" y="404"/>
- <point x="1544" y="360"/>
- <point x="1420" y="360" type="curve" smooth="yes"/>
- <point x="768" y="360" type="line"/>
+ <point x="768.0" y="0.0" type="line"/>
+ <point x="1392.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1764.0" y="0.0"/>
+ <point x="1932.0" y="256.0"/>
+ <point x="1932.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="1932.0" y="716.0"/>
+ <point x="1756.0" y="868.0"/>
+ <point x="1548.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="868.0"/>
+ <point x="1100.0" y="640.0"/>
+ <point x="676.0" y="20.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="-196.0" type="line"/>
+ <point x="808.0" y="-368.0" type="line"/>
+ <point x="1088.0" y="24.0" type="line" smooth="yes"/>
+ <point x="1356.0" y="400.0"/>
+ <point x="1420.0" y="520.0"/>
+ <point x="1504.0" y="520.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="520.0"/>
+ <point x="1576.0" y="496.0"/>
+ <point x="1576.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="1576.0" y="404.0"/>
+ <point x="1544.0" y="360.0"/>
+ <point x="1420.0" y="360.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="360.0" type="line"/>
</contour>
<contour>
- <point x="1208" y="360" type="line"/>
- <point x="712" y="360" type="line"/>
- <point x="1384" y="1276" type="line"/>
- <point x="1384" y="1536" type="line"/>
- <point x="172" y="1536" type="line"/>
- <point x="172" y="1176" type="line"/>
- <point x="816" y="1176" type="line"/>
- <point x="144" y="260" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="1208" y="0" type="line"/>
- </contour>
- <contour>
- <point x="792" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="792" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1940" y="1776" type="move" name="top0315"/>
+ <point x="1208.0" y="360.0" type="line"/>
+ <point x="712.0" y="360.0" type="line"/>
+ <point x="1384.0" y="1276.0" type="line"/>
+ <point x="1384.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1176.0" type="line"/>
+ <point x="816.0" y="1176.0" type="line"/>
+ <point x="144.0" y="260.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="1208.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1849, 'leftMargin': 95, 'rightMargin': 41}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zdotaccent.glif b/src/Inter-UI-Black.ufo/glyphs/zdotaccent.glif
new file mode 100644
index 000000000..a71e3d252
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zdotaccent" format="2">
+ <advance width="1544.0"/>
+ <unicode hex="017C"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="764.0" y="1776.0" name="parent_top"/>
+ <anchor x="764.0" y="2296.0" name="top"/>
+ <anchor x="1496.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="dotaccent" xOffset="364.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zdotbelow.glif b/src/Inter-UI-Black.ufo/glyphs/zdotbelow.glif
new file mode 100644
index 000000000..e49d19114
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zdotbelow" format="2">
+ <advance width="1544.0"/>
+ <unicode hex="1E93"/>
+ <anchor x="763.0" y="-523.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="764.0" y="1776.0" name="parent_top"/>
+ <anchor x="764.0" y="1776.0" name="top"/>
+ <anchor x="1496.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="dotbelow" xOffset="1588.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/zecyrillic.glif
index c474c6b9a..5c9d992a4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zecyrillic.glif
@@ -1,97 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zecyrillic" format="1">
- <advance width="1568"/>
+<glyph name="zecyrillic" format="2">
+ <advance width="1568.0"/>
<unicode hex="0437"/>
+ <guideline y="1823.25"/>
+ <guideline y="610.5"/>
+ <anchor x="792.0" y="-12.0" name="bottom"/>
+ <anchor x="792.0" y="1772.0" name="top"/>
+ <anchor x="1504.0" y="1772.0" name="top0315"/>
<outline>
<contour>
- <point x="888" y="712" type="line"/>
- <point x="1204" y="712"/>
- <point x="1404" y="876"/>
- <point x="1404" y="1080" type="curve"/>
- <point x="1404" y="1364"/>
- <point x="1152" y="1516"/>
- <point x="768" y="1516" type="curve" smooth="yes"/>
- <point x="432" y="1516"/>
- <point x="160" y="1344"/>
- <point x="160" y="1056" type="curve"/>
- <point x="604" y="1056" type="line"/>
- <point x="604" y="1144"/>
- <point x="680" y="1184"/>
- <point x="796" y="1184" type="curve" smooth="yes"/>
- <point x="932" y="1184"/>
- <point x="964" y="1108"/>
- <point x="964" y="1040" type="curve"/>
- <point x="964" y="956"/>
- <point x="912" y="896"/>
- <point x="788" y="896" type="curve" smooth="yes"/>
- <point x="588" y="896" type="line"/>
- <point x="588" y="712" type="line"/>
+ <point x="888.0" y="712.0" type="line"/>
+ <point x="1204.0" y="712.0"/>
+ <point x="1404.0" y="876.0"/>
+ <point x="1404.0" y="1080.0" type="curve"/>
+ <point x="1404.0" y="1364.0"/>
+ <point x="1152.0" y="1516.0"/>
+ <point x="768.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="1516.0"/>
+ <point x="160.0" y="1344.0"/>
+ <point x="160.0" y="1056.0" type="curve"/>
+ <point x="604.0" y="1056.0" type="line"/>
+ <point x="604.0" y="1144.0"/>
+ <point x="680.0" y="1184.0"/>
+ <point x="796.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="1184.0"/>
+ <point x="964.0" y="1108.0"/>
+ <point x="964.0" y="1040.0" type="curve"/>
+ <point x="964.0" y="956.0"/>
+ <point x="912.0" y="896.0"/>
+ <point x="788.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="896.0" type="line"/>
+ <point x="588.0" y="712.0" type="line"/>
</contour>
<contour>
- <point x="588" y="808" type="line"/>
- <point x="588" y="628" type="line"/>
- <point x="788" y="628" type="line" smooth="yes"/>
- <point x="920" y="628"/>
- <point x="988" y="580"/>
- <point x="988" y="464" type="curve" smooth="yes"/>
- <point x="988" y="384"/>
- <point x="940" y="304"/>
- <point x="796" y="304" type="curve" smooth="yes"/>
- <point x="644" y="304"/>
- <point x="580" y="364"/>
- <point x="580" y="440" type="curve"/>
- <point x="136" y="440" type="line"/>
- <point x="136" y="116"/>
- <point x="456" y="-28"/>
- <point x="768" y="-28" type="curve" smooth="yes"/>
- <point x="1156" y="-28"/>
- <point x="1432" y="140"/>
- <point x="1432" y="420" type="curve" smooth="yes"/>
- <point x="1432" y="672"/>
- <point x="1240" y="808"/>
- <point x="888" y="808" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="792" y="1772" type="move" name="top"/>
- </contour>
- <contour>
- <point x="792" y="-12" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1504" y="1772" type="move" name="top0315"/>
+ <point x="588.0" y="808.0" type="line"/>
+ <point x="588.0" y="628.0" type="line"/>
+ <point x="788.0" y="628.0" type="line" smooth="yes"/>
+ <point x="920.0" y="628.0"/>
+ <point x="988.0" y="580.0"/>
+ <point x="988.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="988.0" y="384.0"/>
+ <point x="940.0" y="304.0"/>
+ <point x="796.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="304.0"/>
+ <point x="580.0" y="364.0"/>
+ <point x="580.0" y="440.0" type="curve"/>
+ <point x="136.0" y="440.0" type="line"/>
+ <point x="136.0" y="116.0"/>
+ <point x="456.0" y="-28.0"/>
+ <point x="768.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="-28.0"/>
+ <point x="1432.0" y="140.0"/>
+ <point x="1432.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="672.0"/>
+ <point x="1240.0" y="808.0"/>
+ <point x="888.0" y="808.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1823.25</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>610.5</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1453, 'leftMargin': 87, 'rightMargin': 72}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zedescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/zedescendercyrillic.glif
new file mode 100644
index 000000000..da6b96103
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zedescendercyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zedescendercyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0499"/>
+ <anchor x="792.0" y="-12.0" name="bottom"/>
+ <anchor x="792.0" y="1772.0" name="parent_top"/>
+ <anchor x="792.0" y="1772.0" name="top"/>
+ <anchor x="1504.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="zecyrillic"/>
+ <component base="cyrillictic" xOffset="392.0" yOffset="-196.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zedieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/zedieresiscyrillic.glif
new file mode 100644
index 000000000..894362abd
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zedieresiscyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zedieresiscyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04DF"/>
+ <anchor x="792.0" y="-12.0" name="bottom"/>
+ <anchor x="792.0" y="1772.0" name="parent_top"/>
+ <anchor x="796.0" y="2216.0" name="top"/>
+ <anchor x="1504.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="zecyrillic"/>
+ <component base="dieresis" xOffset="136.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.frac.glif b/src/Inter-UI-Black.ufo/glyphs/zero.frac.glif
index efe5ac78b..c1267d907 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zero.frac.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zero.frac.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.frac" format="1">
- <advance width="1312"/>
+<glyph name="zero.frac" format="2">
+ <advance width="1312.0"/>
<outline>
- <component base="zero.sup" yOffset="912"/>
+ <component base="zero.sup" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 208, 'rightMargin': -19}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.glif b/src/Inter-UI-Black.ufo/glyphs/zero.glif
index 8ab42fc71..adc45e0fe 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zero.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zero.glif
@@ -1,79 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero" format="1">
- <advance width="1712"/>
+<glyph name="zero" format="2">
+ <advance width="1712.0"/>
<unicode hex="0030"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1584" y="1204" type="line" smooth="yes"/>
- <point x="1584" y="1776"/>
- <point x="1272" y="2076"/>
- <point x="856" y="2076" type="curve" smooth="yes"/>
- <point x="440" y="2076"/>
- <point x="128" y="1776"/>
- <point x="128" y="1204" type="curve" smooth="yes"/>
- <point x="128" y="864" type="line" smooth="yes"/>
- <point x="128" y="260"/>
- <point x="436" y="-28"/>
- <point x="856" y="-28" type="curve" smooth="yes"/>
- <point x="1272" y="-28"/>
- <point x="1584" y="260"/>
- <point x="1584" y="864" type="curve" smooth="yes"/>
+ <point x="1584.0" y="1204.0" type="line" smooth="yes"/>
+ <point x="1584.0" y="1776.0"/>
+ <point x="1272.0" y="2076.0"/>
+ <point x="856.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="2076.0"/>
+ <point x="128.0" y="1776.0"/>
+ <point x="128.0" y="1204.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="864.0" type="line" smooth="yes"/>
+ <point x="128.0" y="260.0"/>
+ <point x="436.0" y="-28.0"/>
+ <point x="856.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1584.0" y="260.0"/>
+ <point x="1584.0" y="864.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1132" y="804" type="line" smooth="yes"/>
- <point x="1132" y="464"/>
- <point x="1012" y="352"/>
- <point x="856" y="352" type="curve" smooth="yes"/>
- <point x="696" y="352"/>
- <point x="580" y="464"/>
- <point x="580" y="804" type="curve" smooth="yes"/>
- <point x="580" y="1264" type="line" smooth="yes"/>
- <point x="580" y="1572"/>
- <point x="696" y="1700"/>
- <point x="856" y="1700" type="curve" smooth="yes"/>
- <point x="1016" y="1700"/>
- <point x="1132" y="1572"/>
- <point x="1132" y="1264" type="curve" smooth="yes"/>
+ <point x="1132.0" y="804.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="464.0"/>
+ <point x="1012.0" y="352.0"/>
+ <point x="856.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="352.0"/>
+ <point x="580.0" y="464.0"/>
+ <point x="580.0" y="804.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="1264.0" type="line" smooth="yes"/>
+ <point x="580.0" y="1572.0"/>
+ <point x="696.0" y="1700.0"/>
+ <point x="856.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1700.0"/>
+ <point x="1132.0" y="1572.0"/>
+ <point x="1132.0" y="1264.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 122, 'rightMargin': 123}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.slash.glif b/src/Inter-UI-Black.ufo/glyphs/zero.slash.glif
index e3d2d9160..cb6a99abe 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zero.slash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zero.slash.glif
@@ -1,53 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.slash" format="1">
- <advance width="1696"/>
+<glyph name="zero.slash" format="2">
+ <advance width="1696.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
<contour>
- <point x="1092" y="1848" type="line"/>
- <point x="348" y="336" type="line"/>
- <point x="596" y="160" type="line"/>
- <point x="1348" y="1680" type="line"/>
+ <point x="1092.0" y="1848.0" type="line"/>
+ <point x="348.0" y="336.0" type="line"/>
+ <point x="596.0" y="160.0" type="line"/>
+ <point x="1348.0" y="1680.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1584.0" y="1204.0" type="line" smooth="yes"/>
+ <point x="1584.0" y="1776.0"/>
+ <point x="1272.0" y="2076.0"/>
+ <point x="856.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="2076.0"/>
+ <point x="128.0" y="1776.0"/>
+ <point x="128.0" y="1204.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="864.0" type="line" smooth="yes"/>
+ <point x="128.0" y="260.0"/>
+ <point x="436.0" y="-28.0"/>
+ <point x="856.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1584.0" y="260.0"/>
+ <point x="1584.0" y="864.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1132.0" y="804.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="464.0"/>
+ <point x="1012.0" y="352.0"/>
+ <point x="856.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="352.0"/>
+ <point x="580.0" y="464.0"/>
+ <point x="580.0" y="804.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="1264.0" type="line" smooth="yes"/>
+ <point x="580.0" y="1572.0"/>
+ <point x="696.0" y="1700.0"/>
+ <point x="856.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1700.0"/>
+ <point x="1132.0" y="1572.0"/>
+ <point x="1132.0" y="1264.0" type="curve" smooth="yes"/>
</contour>
- <component base="zero"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 122, 'rightMargin': 123}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.sup.glif b/src/Inter-UI-Black.ufo/glyphs/zero.sup.glif
index 379c4f5ed..a2df5f514 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zero.sup.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zero.sup.glif
@@ -1,51 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.sup" format="1">
- <advance width="1312"/>
+<glyph name="zero.sup" format="2">
+ <advance width="1312.0"/>
<outline>
<contour>
- <point x="1088" y="660" type="line"/>
- <point x="1088" y="956"/>
- <point x="908" y="1100"/>
- <point x="656" y="1100" type="curve" smooth="yes"/>
- <point x="404" y="1100"/>
- <point x="224" y="956"/>
- <point x="224" y="660" type="curve"/>
- <point x="224" y="420" type="line"/>
- <point x="224" y="124"/>
- <point x="404" y="-16"/>
- <point x="660" y="-16" type="curve" smooth="yes"/>
- <point x="912" y="-16"/>
- <point x="1088" y="124"/>
- <point x="1088" y="420" type="curve"/>
+ <point x="1088.0" y="660.0" type="line"/>
+ <point x="1088.0" y="956.0"/>
+ <point x="908.0" y="1100.0"/>
+ <point x="656.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1100.0"/>
+ <point x="224.0" y="956.0"/>
+ <point x="224.0" y="660.0" type="curve"/>
+ <point x="224.0" y="420.0" type="line"/>
+ <point x="224.0" y="124.0"/>
+ <point x="404.0" y="-16.0"/>
+ <point x="660.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="-16.0"/>
+ <point x="1088.0" y="124.0"/>
+ <point x="1088.0" y="420.0" type="curve"/>
</contour>
<contour>
- <point x="788" y="412" type="line"/>
- <point x="788" y="268"/>
- <point x="736" y="228"/>
- <point x="660" y="228" type="curve" smooth="yes"/>
- <point x="576" y="228"/>
- <point x="528" y="268"/>
- <point x="528" y="412" type="curve" smooth="yes"/>
- <point x="528" y="668" type="line" smooth="yes"/>
- <point x="528" y="812"/>
- <point x="576" y="860"/>
- <point x="656" y="860" type="curve" smooth="yes"/>
- <point x="736" y="860"/>
- <point x="788" y="812"/>
- <point x="788" y="668" type="curve"/>
+ <point x="788.0" y="412.0" type="line"/>
+ <point x="788.0" y="268.0"/>
+ <point x="736.0" y="228.0"/>
+ <point x="660.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="228.0"/>
+ <point x="528.0" y="268.0"/>
+ <point x="528.0" y="412.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="668.0" type="line" smooth="yes"/>
+ <point x="528.0" y="812.0"/>
+ <point x="576.0" y="860.0"/>
+ <point x="656.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="860.0"/>
+ <point x="788.0" y="812.0"/>
+ <point x="788.0" y="668.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 95, 'rightMargin': 95}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.tnum.glif b/src/Inter-UI-Black.ufo/glyphs/zero.tnum.glif
index c70e2730f..15640af6e 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zero.tnum.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zero.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.tnum" format="1">
- <advance width="1824"/>
+<glyph name="zero.tnum" format="2">
+ <advance width="1824.0"/>
<outline>
- <component base="zero" xOffset="64"/>
+ <component base="zero" xOffset="64.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.tnum.slash.glif b/src/Inter-UI-Black.ufo/glyphs/zero.tnum.slash.glif
index 2a47a3770..2bc4633a3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zero.tnum.slash.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zero.tnum.slash.glif
@@ -1,47 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.tnum.slash" format="1">
- <advance width="1824"/>
+<glyph name="zero.tnum.slash" format="2">
+ <advance width="1824.0"/>
+ <guideline y="1238.875"/>
+ <guideline y="763.125"/>
<outline>
- <component base="zero.slash" xOffset="64"/>
+ <component base="zero.slash" xOffset="64.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1238.875</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>763.125</real>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1627, 'leftMargin': 122, 'rightMargin': 123}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zerosub.glif b/src/Inter-UI-Black.ufo/glyphs/zerosub.glif
index fd427c6bb..c5ef33c96 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zerosub.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zerosub.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zerosub" format="1">
- <advance width="1312"/>
+<glyph name="zerosub" format="2">
+ <advance width="1312.0"/>
<unicode hex="2080"/>
<outline>
- <component base="zero.sup" yOffset="-496"/>
+ <component base="zero.sup" yOffset="-496.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 208, 'rightMargin': -19}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zerosuperior.glif b/src/Inter-UI-Black.ufo/glyphs/zerosuperior.glif
index 855689eb5..37a10238f 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zerosuperior.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zerosuperior.glif
@@ -1,21 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zerosuperior" format="1">
- <advance width="1312"/>
+<glyph name="zerosuperior" format="2">
+ <advance width="1312.0"/>
<unicode hex="2070"/>
<outline>
- <component base="zero.sup" yOffset="916"/>
+ <component base="zero.sup" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1053, 'leftMargin': 208, 'rightMargin': -19}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zerowidthjoiner.glif b/src/Inter-UI-Black.ufo/glyphs/zerowidthjoiner.glif
index bdce2394b..23600a7f3 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zerowidthjoiner.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zerowidthjoiner.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zerowidthjoiner" format="1">
- <advance width="0"/>
+<glyph name="zerowidthjoiner" format="2">
<unicode hex="FEFF"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zerowidthspace.glif b/src/Inter-UI-Black.ufo/glyphs/zerowidthspace.glif
index b3bdd8da8..ae100c475 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zerowidthspace.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zerowidthspace.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zerowidthspace" format="1">
- <advance width="0"/>
+<glyph name="zerowidthspace" format="2">
<unicode hex="200B"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zeta.glif b/src/Inter-UI-Black.ufo/glyphs/zeta.glif
index d81210cca..f7af90e25 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zeta.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zeta.glif
@@ -1,67 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zeta" format="1">
- <advance width="1568"/>
+<glyph name="zeta" format="2">
+ <advance width="1568.0"/>
<unicode hex="03B6"/>
+ <guideline y="1131.625"/>
<outline>
<contour>
- <point x="1120" y="2004" type="line"/>
- <point x="572" y="1344" type="line" smooth="yes"/>
- <point x="344" y="1072"/>
- <point x="204" y="868"/>
- <point x="204" y="524" type="curve" smooth="yes"/>
- <point x="204" y="260"/>
- <point x="364" y="96"/>
- <point x="700" y="8" type="curve" smooth="yes"/>
- <point x="792" y="-20" type="line" smooth="yes"/>
- <point x="900" y="-44"/>
- <point x="932" y="-84"/>
- <point x="928" y="-148" type="curve"/>
- <point x="932" y="-196"/>
- <point x="892" y="-288"/>
- <point x="804" y="-372" type="curve"/>
- <point x="1028" y="-540" type="line"/>
- <point x="1192" y="-432"/>
- <point x="1372" y="-216"/>
- <point x="1372" y="-52" type="curve"/>
- <point x="1376" y="172"/>
- <point x="1208" y="252"/>
- <point x="960" y="324" type="curve" smooth="yes"/>
- <point x="876" y="348" type="line" smooth="yes"/>
- <point x="732" y="388"/>
- <point x="644" y="436"/>
- <point x="644" y="604" type="curve"/>
- <point x="644" y="832"/>
- <point x="732" y="964"/>
- <point x="904" y="1160" type="curve" smooth="yes"/>
- <point x="1408" y="1756" type="line"/>
- <point x="1408" y="2004" type="line"/>
+ <point x="1120.0" y="2004.0" type="line"/>
+ <point x="572.0" y="1344.0" type="line" smooth="yes"/>
+ <point x="344.0" y="1072.0"/>
+ <point x="204.0" y="868.0"/>
+ <point x="204.0" y="524.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="260.0"/>
+ <point x="364.0" y="96.0"/>
+ <point x="700.0" y="8.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="-20.0" type="line" smooth="yes"/>
+ <point x="900.0" y="-44.0"/>
+ <point x="932.0" y="-84.0"/>
+ <point x="928.0" y="-148.0" type="curve"/>
+ <point x="932.0" y="-196.0"/>
+ <point x="892.0" y="-288.0"/>
+ <point x="804.0" y="-372.0" type="curve"/>
+ <point x="1028.0" y="-540.0" type="line"/>
+ <point x="1192.0" y="-432.0"/>
+ <point x="1372.0" y="-216.0"/>
+ <point x="1372.0" y="-52.0" type="curve"/>
+ <point x="1376.0" y="172.0"/>
+ <point x="1208.0" y="252.0"/>
+ <point x="960.0" y="324.0" type="curve" smooth="yes"/>
+ <point x="876.0" y="348.0" type="line" smooth="yes"/>
+ <point x="732.0" y="388.0"/>
+ <point x="644.0" y="436.0"/>
+ <point x="644.0" y="604.0" type="curve"/>
+ <point x="644.0" y="832.0"/>
+ <point x="732.0" y="964.0"/>
+ <point x="904.0" y="1160.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="1756.0" type="line"/>
+ <point x="1408.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="160" y="2004" type="line"/>
- <point x="160" y="1648" type="line"/>
- <point x="1200" y="1648" type="line"/>
- <point x="1200" y="2004" type="line"/>
+ <point x="160.0" y="2004.0" type="line"/>
+ <point x="160.0" y="1648.0" type="line"/>
+ <point x="1200.0" y="1648.0" type="line"/>
+ <point x="1200.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>1131.625</real>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1387, 'leftMargin': 84, 'rightMargin': 57}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zhebrevecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/zhebrevecyrillic.glif
new file mode 100644
index 000000000..01f6c8834
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zhebrevecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zhebrevecyrillic" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="04C2"/>
+ <anchor x="1312.0" y="1776.0" name="parent_top"/>
+ <anchor x="1312.0" y="2248.0" name="top"/>
+ <anchor x="2536.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="zhecyrillic"/>
+ <component base="breve" xOffset="656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zhecyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/zhecyrillic.glif
index b5c04692c..6d6dce86c 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zhecyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zhecyrillic.glif
@@ -1,56 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zhecyrillic" format="1">
- <advance width="2592"/>
+<glyph name="zhecyrillic" format="2">
+ <advance width="2592.0"/>
<unicode hex="0436"/>
+ <anchor x="2360.0" y="0.0" name="right"/>
+ <anchor x="1312.0" y="1776.0" name="top"/>
+ <anchor x="2536.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="728" y="520" type="line"/>
- <point x="1164" y="520" type="line"/>
- <point x="1216" y="952" type="line"/>
- <point x="936" y="952" type="line"/>
- <point x="644" y="1488" type="line"/>
- <point x="92" y="1488" type="line"/>
+ <point x="728.0" y="520.0" type="line"/>
+ <point x="1164.0" y="520.0" type="line"/>
+ <point x="1216.0" y="952.0" type="line"/>
+ <point x="936.0" y="952.0" type="line"/>
+ <point x="644.0" y="1488.0" type="line"/>
+ <point x="92.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="940" y="608" type="line"/>
- <point x="564" y="800" type="line"/>
- <point x="104" y="0" type="line"/>
- <point x="632" y="0" type="line"/>
+ <point x="940.0" y="608.0" type="line"/>
+ <point x="564.0" y="800.0" type="line"/>
+ <point x="104.0" y="0.0" type="line"/>
+ <point x="632.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1516" y="1488" type="line"/>
- <point x="1072" y="1488" type="line"/>
- <point x="1072" y="0" type="line"/>
- <point x="1516" y="0" type="line"/>
+ <point x="1516.0" y="1488.0" type="line"/>
+ <point x="1072.0" y="1488.0" type="line"/>
+ <point x="1072.0" y="0.0" type="line"/>
+ <point x="1516.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="2500" y="1488" type="line"/>
- <point x="1948" y="1488" type="line"/>
- <point x="1656" y="952" type="line"/>
- <point x="1376" y="952" type="line"/>
- <point x="1428" y="520" type="line"/>
- <point x="1864" y="520" type="line"/>
+ <point x="2500.0" y="1488.0" type="line"/>
+ <point x="1948.0" y="1488.0" type="line"/>
+ <point x="1656.0" y="952.0" type="line"/>
+ <point x="1376.0" y="952.0" type="line"/>
+ <point x="1428.0" y="520.0" type="line"/>
+ <point x="1864.0" y="520.0" type="line"/>
</contour>
<contour>
- <point x="1960" y="0" type="line"/>
- <point x="2500" y="0" type="line"/>
- <point x="2040" y="800" type="line"/>
- <point x="1652" y="608" type="line"/>
- </contour>
- <contour>
- <point x="1312" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2360" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="2536" y="1776" type="move" name="top0315"/>
+ <point x="1960.0" y="0.0" type="line"/>
+ <point x="2500.0" y="0.0" type="line"/>
+ <point x="2040.0" y="800.0" type="line"/>
+ <point x="1652.0" y="608.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2497.0, 'leftMargin': 54, 'rightMargin': 36.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zhedescendercyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/zhedescendercyrillic.glif
index 4a65c53c9..cfe7bc7e4 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zhedescendercyrillic.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zhedescendercyrillic.glif
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zhedescendercyrillic" format="1">
- <advance width="2848"/>
+<glyph name="zhedescendercyrillic" format="2">
+ <advance width="2848.0"/>
<unicode hex="0497"/>
+ <anchor x="2560.0" y="1776.0" name="top0315"/>
<outline>
- <component base="zhecyrillic" xOffset="48"/>
- <component base="cyrillictic" xOffset="2128"/>
- <contour>
- <point x="2560" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="zhecyrillic" xOffset="48.0"/>
+ <component base="cyrillictic" xOffset="2128.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2669, 'leftMargin': 76, 'rightMargin': 22}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zhedieresiscyrillic.glif b/src/Inter-UI-Black.ufo/glyphs/zhedieresiscyrillic.glif
new file mode 100644
index 000000000..1cd35f5e4
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zhedieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zhedieresiscyrillic" format="2">
+ <advance width="2592.0"/>
+ <unicode hex="04DD"/>
+ <anchor x="1312.0" y="1776.0" name="parent_top"/>
+ <anchor x="1316.0" y="2220.0" name="top"/>
+ <anchor x="2536.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="zhecyrillic"/>
+ <component base="dieresis" xOffset="656.0" yOffset="4.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zhook.glif b/src/Inter-UI-Black.ufo/glyphs/zhook.glif
index 2c6ca054a..3670d6f12 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zhook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zhook.glif
@@ -1,39 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zhook" format="1">
- <advance width="1544"/>
+<glyph name="zhook" format="2">
+ <advance width="1544.0"/>
<unicode hex="0225"/>
<outline>
<contour>
- <point x="764" y="360" type="line"/>
- <point x="764" y="0" type="line"/>
- <point x="884" y="0" type="line" smooth="yes"/>
- <point x="1060" y="0"/>
- <point x="1088" y="-152"/>
- <point x="1088" y="-276" type="curve" smooth="yes"/>
- <point x="1088" y="-384" type="line"/>
- <point x="1464" y="-384" type="line"/>
- <point x="1464" y="-192" type="line" smooth="yes"/>
- <point x="1464" y="152"/>
- <point x="1260" y="360"/>
- <point x="884" y="360" type="curve" smooth="yes"/>
+ <point x="764.0" y="360.0" type="line"/>
+ <point x="764.0" y="0.0" type="line"/>
+ <point x="884.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1060.0" y="0.0"/>
+ <point x="1088.0" y="-152.0"/>
+ <point x="1088.0" y="-276.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="-384.0" type="line"/>
+ <point x="1464.0" y="-384.0" type="line"/>
+ <point x="1464.0" y="-192.0" type="line" smooth="yes"/>
+ <point x="1464.0" y="152.0"/>
+ <point x="1260.0" y="360.0"/>
+ <point x="884.0" y="360.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="824" y="360" type="line"/>
- <point x="712" y="360" type="line"/>
- <point x="1384" y="1276" type="line"/>
- <point x="1384" y="1536" type="line"/>
- <point x="172" y="1536" type="line"/>
- <point x="172" y="1176" type="line"/>
- <point x="816" y="1176" type="line"/>
- <point x="144" y="260" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="824" y="0" type="line"/>
+ <point x="824.0" y="360.0" type="line"/>
+ <point x="712.0" y="360.0" type="line"/>
+ <point x="1384.0" y="1276.0" type="line"/>
+ <point x="1384.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1176.0" type="line"/>
+ <point x="816.0" y="1176.0" type="line"/>
+ <point x="144.0" y="260.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="824.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1621, 'leftMargin': 95, 'rightMargin': 41}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zlinebelow.glif b/src/Inter-UI-Black.ufo/glyphs/zlinebelow.glif
new file mode 100644
index 000000000..ead0ee9ea
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/glyphs/zlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zlinebelow" format="2">
+ <advance width="1544.0"/>
+ <unicode hex="1E95"/>
+ <anchor x="765.0" y="-474.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="764.0" y="1776.0" name="parent_top"/>
+ <anchor x="764.0" y="1776.0" name="top"/>
+ <anchor x="1496.0" y="1776.0" name="top0315"/>
+ <anchor x="1496.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="macronsubnosp" xOffset="1556.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Black.ufo/glyphs/zrthook.glif b/src/Inter-UI-Black.ufo/glyphs/zrthook.glif
index 51fe162b5..35aebd187 100644
--- a/src/Inter-UI-Black.ufo/glyphs/zrthook.glif
+++ b/src/Inter-UI-Black.ufo/glyphs/zrthook.glif
@@ -1,41 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zrthook" format="1">
- <advance width="1544"/>
+<glyph name="zrthook" format="2">
+ <advance width="1544.0"/>
<unicode hex="0290"/>
+ <anchor x="672.0" y="-616.0" name="bottom"/>
+ <anchor x="672.0" y="1776.0" name="top"/>
+ <anchor x="1740.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1096" y="360" type="line"/>
- <point x="1096" y="-108" type="line" smooth="yes"/>
- <point x="1096" y="-424"/>
- <point x="1272" y="-600"/>
- <point x="1564" y="-600" type="curve" smooth="yes"/>
- <point x="1628" y="-600"/>
- <point x="1680" y="-596"/>
- <point x="1744" y="-580" type="curve"/>
- <point x="1744" y="-284" type="line"/>
- <point x="1704" y="-288"/>
- <point x="1672" y="-292"/>
- <point x="1632" y="-292" type="curve" smooth="yes"/>
- <point x="1528" y="-292"/>
- <point x="1400" y="-256"/>
- <point x="1400" y="-108" type="curve" smooth="yes"/>
- <point x="1400" y="360" type="line"/>
+ <point x="1096.0" y="360.0" type="line"/>
+ <point x="1096.0" y="-108.0" type="line" smooth="yes"/>
+ <point x="1096.0" y="-424.0"/>
+ <point x="1272.0" y="-600.0"/>
+ <point x="1564.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="-600.0"/>
+ <point x="1680.0" y="-596.0"/>
+ <point x="1744.0" y="-580.0" type="curve"/>
+ <point x="1744.0" y="-284.0" type="line"/>
+ <point x="1704.0" y="-288.0"/>
+ <point x="1672.0" y="-292.0"/>
+ <point x="1632.0" y="-292.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="-292.0"/>
+ <point x="1400.0" y="-256.0"/>
+ <point x="1400.0" y="-108.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="360.0" type="line"/>
</contour>
- <component base="z"/>
<contour>
- <point x="672" y="1776" type="move" name="top"/>
+ <point x="1400.0" y="360.0" type="line"/>
+ <point x="256.0" y="360.0" type="line"/>
+ <point x="256.0" y="0.0" type="line"/>
+ <point x="1400.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="672" y="-616" type="move" name="bottom"/>
+ <point x="1384.0" y="1276.0" type="line"/>
+ <point x="1384.0" y="1536.0" type="line"/>
+ <point x="1080.0" y="1536.0" type="line"/>
+ <point x="144.0" y="260.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="448.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1740" y="1776" type="move" name="top0315"/>
+ <point x="1236.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1536.0" type="line"/>
+ <point x="172.0" y="1176.0" type="line"/>
+ <point x="1236.0" y="1176.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1749.0, 'leftMargin': 95, 'rightMargin': 0.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Black.ufo/groups.plist b/src/Inter-UI-Black.ufo/groups.plist
index ed9b03bef..9e499b216 100644
--- a/src/Inter-UI-Black.ufo/groups.plist
+++ b/src/Inter-UI-Black.ufo/groups.plist
@@ -1,1335 +1,1381 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>@KERN_LEFT_A</key>
- <array>
- <string>A</string>
- <string>Agrave</string>
- <string>Aacute</string>
- <string>Acircumflex</string>
- <string>Atilde</string>
- <string>Adieresis</string>
- <string>Aring</string>
- <string>Aringacute</string>
- <string>Amacron</string>
- <string>Abreve</string>
- <string>Aogonek</string>
- <string>Acaron</string>
- <string>Lambda</string>
- <string>Delta</string>
- </array>
- <key>@KERN_LEFT_AE</key>
- <array>
- <string>AE</string>
- <string>AEacute</string>
- <string>AEmacron</string>
- </array>
- <key>@KERN_LEFT_B</key>
- <array>
- <string>B</string>
- <string>Bhook</string>
- </array>
- <key>@KERN_LEFT_C</key>
- <array>
- <string>C</string>
- <string>coloncurrency</string>
- <string>cedi</string>
- <string>Ccedilla</string>
- <string>Cacute</string>
- <string>Ccircumflex</string>
- <string>Ccaron</string>
- </array>
- <key>@KERN_LEFT_D</key>
- <array>
- <string>Oslash</string>
- <string>D</string>
- <string>Dhook</string>
- <string>Q</string>
- <string>O</string>
- <string>Eth</string>
- <string>Ograve</string>
- <string>Oacute</string>
- <string>Ocircumflex</string>
- <string>Otilde</string>
- <string>Odieresis</string>
- <string>Dcaron</string>
- <string>Omacron</string>
- <string>Obreve</string>
- <string>Ohungarumlaut</string>
- <string>Ocaron</string>
- <string>Oogonek</string>
- <string>afii10048</string>
- <string>afii10047</string>
- </array>
- <key>@KERN_LEFT_Decyrillic</key>
- <array>
- <string>afii10021</string>
- <string>afii10043</string>
- <string>afii10040</string>
- </array>
- <key>@KERN_LEFT_E</key>
- <array>
- <string>E</string>
- <string>OE</string>
- <string>Egrave</string>
- <string>Eacute</string>
- <string>Ecircumflex</string>
- <string>Edieresis</string>
- <string>Emacron</string>
- <string>Ebreve</string>
- <string>Edotaccent</string>
- <string>Eogonek</string>
- <string>Ecaron</string>
- </array>
- <key>@KERN_LEFT_Ecyrillic</key>
- <array>
- <string>afii10053</string>
- </array>
- <key>@KERN_LEFT_Epsilongreek</key>
- <array>
- <string>Xi</string>
- </array>
- <key>@KERN_LEFT_F</key>
- <array>
- <string>F</string>
- <string>Fhook</string>
- </array>
- <key>@KERN_LEFT_G</key>
- <array>
- <string>G</string>
- <string>guarani</string>
- <string>Gbar</string>
- <string>Gcircumflex</string>
- <string>Gbreve</string>
- <string>Gcommaaccent</string>
- <string>Gcaron</string>
- <string>Gacute</string>
- </array>
- <key>@KERN_LEFT_Gecyrillic</key>
- <array>
- <string>afii10050</string>
- </array>
- <key>@KERN_LEFT_H</key>
- <array>
- <string>Itildebelow</string>
- <string>Idieresisacute</string>
- <string>Hcedilla</string>
- <string>I</string>
- <string>l</string>
- <string>M</string>
- <string>N</string>
- <string>Nhook</string>
- <string>Eng</string>
- <string>H</string>
- <string>Enhookcyrillic</string>
- <string>Igrave</string>
- <string>Iacute</string>
- <string>Icircumflex</string>
- <string>Idieresis</string>
- <string>Ntilde</string>
- <string>Hcircumflex</string>
- <string>Itilde</string>
- <string>Imacron</string>
- <string>Ibreve</string>
- <string>Iogonek</string>
- <string>Idotaccent</string>
- <string>Nacute</string>
- <string>Ncommaaccent</string>
- <string>Ncaron</string>
- <string>Icaron</string>
- </array>
- <key>@KERN_LEFT_Hardsigncyrillic</key>
- <array>
- <string>afii10059</string>
- <string>afii10044</string>
- <string>afii10046</string>
- <string>afii10058</string>
- </array>
- <key>@KERN_LEFT_IJacute</key>
- <array>
- <string>J</string>
- <string>U</string>
- <string>Ugrave</string>
- <string>Uacute</string>
- <string>Ucircumflex</string>
- <string>Udieresis</string>
- <string>Jcircumflex</string>
- <string>Utilde</string>
- <string>Umacron</string>
- <string>Ubreve</string>
- <string>Uring</string>
- <string>Uhungarumlaut</string>
- <string>Uogonek</string>
- <string>Ucaron</string>
- </array>
- <key>@KERN_LEFT_K</key>
- <array>
- <string>K</string>
- <string>Khook</string>
- <string>Kcommaaccent</string>
- <string>Kcaron</string>
- <string>Kacyr</string>
- </array>
- <key>@KERN_LEFT_L</key>
- <array>
- <string>L</string>
- <string>Lacute</string>
- <string>Lcommaaccent</string>
- <string>Lcaron</string>
- </array>
- <key>@KERN_LEFT_Ohorn</key>
- <array>
- <string>Ohorn</string>
- </array>
- <key>@KERN_LEFT_Omegagreek</key>
- <array>
- <string>Omega</string>
- </array>
- <key>@KERN_LEFT_Omicrongreek</key>
- <array>
- <string>Theta</string>
- <string>Phi</string>
- </array>
- <key>@KERN_LEFT_P</key>
- <array>
- <string>P</string>
- </array>
- <key>@KERN_LEFT_R</key>
- <array>
- <string>R</string>
- <string>Racute</string>
- <string>Rcommaaccent</string>
- <string>Rcaron</string>
- </array>
- <key>@KERN_LEFT_S</key>
- <array>
- <string>S</string>
- <string>Sacute</string>
- <string>Scircumflex</string>
- <string>Scedilla</string>
- <string>Scaron</string>
- <string>Germandbls</string>
- </array>
- <key>@KERN_LEFT_T</key>
- <array>
- <string>T</string>
- <string>Tcaron</string>
- </array>
- <key>@KERN_LEFT_Ucyrillic</key>
- <array>
- <string>afii10037</string>
- </array>
- <key>@KERN_LEFT_Uhorn</key>
- <array>
- <string>Uhorn</string>
- </array>
- <key>@KERN_LEFT_V</key>
- <array>
- <string>V</string>
- </array>
- <key>@KERN_LEFT_Vecyrillic</key>
- <array>
- <string>afii10025</string>
- </array>
- <key>@KERN_LEFT_W</key>
- <array>
- <string>W</string>
- <string>Wcircumflex</string>
- <string>Wgrave</string>
- <string>Wacute</string>
- <string>Wdieresis</string>
- </array>
- <key>@KERN_LEFT_X</key>
- <array>
- <string>X</string>
- </array>
- <key>@KERN_LEFT_Y</key>
- <array>
- <string>Y</string>
- <string>Yhook</string>
- <string>Yacute</string>
- <string>Ycircumflex</string>
- <string>Ydieresis</string>
- <string>Ygrave</string>
- </array>
- <key>@KERN_LEFT_Z</key>
- <array>
- <string>Z</string>
- <string>Zbar</string>
- <string>uni0224</string>
- <string>Zacute</string>
- <string>Zdotaccent</string>
- <string>Zcaron</string>
- </array>
- <key>@KERN_LEFT_a</key>
- <array>
- <string>hcedilla</string>
- <string>a</string>
- <string>h</string>
- <string>hhook</string>
- <string>henghook</string>
- <string>m</string>
- <string>mhook</string>
- <string>n</string>
- <string>feng</string>
- <string>eng</string>
- <string>eta</string>
- <string>hbar</string>
- <string>agrave</string>
- <string>aacute</string>
- <string>acircumflex</string>
- <string>atilde</string>
- <string>adieresis</string>
- <string>aring</string>
- <string>aringacute</string>
- <string>ntilde</string>
- <string>amacron</string>
- <string>abreve</string>
- <string>aogonek</string>
- <string>hcircumflex</string>
- <string>nacute</string>
- <string>ncommaaccent</string>
- <string>ncaron</string>
- <string>acaron</string>
- </array>
- <key>@KERN_LEFT_acyrillic</key>
- <array>
- <string>tshecyrillic</string>
- <string>djecyrillic</string>
- </array>
- <key>@KERN_LEFT_ae</key>
- <array>
- <string>ae</string>
- <string>e</string>
- <string>uni0247</string>
- <string>tccurl</string>
- <string>ccurl</string>
- <string>oe</string>
- <string>egrave</string>
- <string>eacute</string>
- <string>ecircumflex</string>
- <string>edieresis</string>
- <string>emacron</string>
- <string>ebreve</string>
- <string>edotaccent</string>
- <string>eogonek</string>
- <string>ecaron</string>
- <string>aeacute</string>
- <string>aemacron</string>
- </array>
- <key>@KERN_LEFT_alphagreek</key>
- <array>
- <string>alpha</string>
- </array>
- <key>@KERN_LEFT_approxequal</key>
- <array>
- <string>plusminus</string>
- <string>greaterequal</string>
- <string>notequal</string>
- <string>lessequal</string>
- <string>approxequal</string>
- <string>equal</string>
- </array>
- <key>@KERN_LEFT_asciicircum</key>
- <array>
- <string>asciicircum</string>
- <string>asterisk</string>
- <string>degree</string>
- </array>
- <key>@KERN_LEFT_b</key>
- <array>
- <string>oslash</string>
- <string>b</string>
- <string>thorn</string>
- <string>o</string>
- <string>p</string>
- <string>eth</string>
- <string>phook</string>
- <string>ograve</string>
- <string>oacute</string>
- <string>ocircumflex</string>
- <string>otilde</string>
- <string>odieresis</string>
- <string>omacron</string>
- <string>obreve</string>
- <string>ohungarumlaut</string>
- <string>ocaron</string>
- <string>oogonek</string>
- </array>
- <key>@KERN_LEFT_becyrillic</key>
- <array>
- <string>becyrillic</string>
- <string>ereversedcyrillic</string>
- <string>iucyrillic</string>
- <string>efcyrillic</string>
- </array>
- <key>@KERN_LEFT_braceleft</key>
- <array>
- <string>bracketleft</string>
- <string>parenleft</string>
- <string>braceleft</string>
- </array>
- <key>@KERN_LEFT_braceleft.case</key>
- <array>
- <string>bracketleft.case</string>
- <string>parenleft.case</string>
- <string>braceleft.case</string>
- </array>
- <key>@KERN_LEFT_c</key>
- <array>
- <string>c</string>
- <string>ccedilla</string>
- <string>cacute</string>
- <string>ccircumflex</string>
- <string>ccaron</string>
- <string>cent</string>
- </array>
- <key>@KERN_LEFT_colon</key>
- <array>
- <string>colon</string>
- <string>semicolon</string>
- </array>
- <key>@KERN_LEFT_colon.case</key>
- <array>
- <string>punctuationspace</string>
- </array>
- <key>@KERN_LEFT_comma</key>
- <array>
- <string>ellipsis</string>
- <string>comma</string>
- <string>period</string>
- </array>
- <key>@KERN_LEFT_dagger</key>
- <array>
- <string>ordfeminine</string>
- <string>dagger</string>
- <string>ordmasculine</string>
- <string>daggerdbl</string>
- <string>registered</string>
- <string>trademark</string>
- <string>isuperior</string>
- <string>nsuperior</string>
- </array>
- <key>@KERN_LEFT_dcaron</key>
- <array>
- <string>dcaron</string>
- <string>lcaron</string>
- </array>
- <key>@KERN_LEFT_decyrillic</key>
- <array>
- <string>decyrillic</string>
- <string>shchacyrillic</string>
- <string>tsecyrillic</string>
- </array>
- <key>@KERN_LEFT_deltagreek</key>
- <array>
- <string>delta</string>
- <string>phi</string>
- <string>rho</string>
- </array>
- <key>@KERN_LEFT_divide</key>
- <array>
- <string>hyphen</string>
- <string>plus</string>
- <string>divide</string>
- <string>minus</string>
- <string>endash</string>
- <string>emdash</string>
- <string>figuredash</string>
- <string>hyphen.case</string>
- <string>plus.case</string>
- <string>divide.case</string>
- <string>minus.case</string>
- <string>endash.case</string>
- <string>emdash.case</string>
- <string>figuredash.case</string>
- </array>
- <key>@KERN_LEFT_dotlessi</key>
- <array>
- <string>j</string>
- <string>dotlessj</string>
- <string>dotlessi</string>
- <string>itildebelow</string>
- <string>i</string>
- <string>igrave</string>
- <string>iacute</string>
- <string>icircumflex</string>
- <string>imacron</string>
- <string>ibreve</string>
- <string>iogonek</string>
- <string>jcircumflex</string>
- <string>icaron</string>
- </array>
- <key>@KERN_LEFT_ecyrillic</key>
- <array>
- <string>ecyrillic</string>
- </array>
- <key>@KERN_LEFT_eight</key>
- <array>
- <string>eight</string>
- <string>three</string>
- </array>
- <key>@KERN_LEFT_eightsub</key>
- <array>
- <string>eightsub</string>
- <string>fivesub</string>
- <string>oneinferior</string>
- <string>sevensub</string>
- <string>threesub</string>
- <string>sixinferior</string>
- <string>plussub</string>
- <string>zerosub</string>
- <string>foursub</string>
- <string>nineinferior</string>
- <string>equalsub</string>
- <string>minussub</string>
- <string>parenleftinferior</string>
- <string>parenrightsub</string>
- <string>twosub</string>
- </array>
- <key>@KERN_LEFT_eightsuperior</key>
- <array>
- <string>foursuperior</string>
- <string>sevensuperior</string>
- <string>twosuperior</string>
- <string>sixsuperior</string>
- <string>eightsuperior</string>
- <string>onesuperior</string>
- <string>threesuperior</string>
- <string>ninesuperior</string>
- <string>parenrightsuperior</string>
- <string>fivesuperior</string>
- <string>parenleftsuperior</string>
- <string>plussuperior</string>
- <string>zerosuperior</string>
- <string>minussuperior</string>
- <string>equalsuperior</string>
- </array>
- <key>@KERN_LEFT_epsilongreek</key>
- <array>
- <string>epsilon</string>
- </array>
- <key>@KERN_LEFT_f</key>
- <array>
- <string>f</string>
- </array>
- <key>@KERN_LEFT_g</key>
- <array>
- <string>g</string>
- <string>q</string>
- <string>gcircumflex</string>
- <string>gbreve</string>
- <string>gcommaaccent</string>
- <string>gcaron</string>
- <string>gacute</string>
- </array>
- <key>@KERN_LEFT_gammagreek</key>
- <array>
- <string>gamma</string>
- </array>
- <key>@KERN_LEFT_gecyrillic</key>
- <array>
- <string>gheupturncyrillic</string>
- <string>gecyrillic</string>
- </array>
- <key>@KERN_LEFT_guillemotleft</key>
- <array>
- <string>guilsinglleft</string>
- <string>guillemotleft</string>
- </array>
- <key>@KERN_LEFT_guillemotright</key>
- <array>
- <string>guillemotright</string>
- <string>guilsinglright</string>
- </array>
- <key>@KERN_LEFT_hardsigncyrillic</key>
- <array>
- <string>njecyrillic</string>
- <string>hardsigncyrillic</string>
- <string>softsigncyrillic</string>
- <string>ljecyrillic</string>
- </array>
- <key>@KERN_LEFT_idieresis</key>
- <array>
- <string>idieresis</string>
- <string>idieresisacute</string>
- <string>itilde</string>
- </array>
- <key>@KERN_LEFT_iotadieresisgreek</key>
- <array>
- <string>iota</string>
- </array>
- <key>@KERN_LEFT_k</key>
- <array>
- <string>k</string>
- <string>khook</string>
- <string>kcommaaccent</string>
- <string>kcaron</string>
- </array>
- <key>@KERN_LEFT_kacyrillic</key>
- <array>
- <string>kacyrillic</string>
- </array>
- <key>@KERN_LEFT_nine</key>
- <array>
- <string>zero</string>
- <string>zero.slash</string>
- <string>nine</string>
- <string>nine.1</string>
- </array>
- <key>@KERN_LEFT_ohorn</key>
- <array>
- <string>ohorn</string>
- </array>
- <key>@KERN_LEFT_omegagreek</key>
- <array>
- <string>omega</string>
- </array>
- <key>@KERN_LEFT_one</key>
- <array>
- <string>one</string>
- <string>one.1</string>
- </array>
- <key>@KERN_LEFT_psigreek</key>
- <array>
- <string>psi</string>
- <string>upsilon</string>
- </array>
- <key>@KERN_LEFT_quotedbl</key>
- <array>
- <string>quotedbl</string>
- <string>quotesingle</string>
- </array>
- <key>@KERN_LEFT_quotedblbase</key>
- <array>
- <string>quotedblbase</string>
- <string>quotesinglbase</string>
- </array>
- <key>@KERN_LEFT_quotedblleft</key>
- <array>
- <string>quotedblleft</string>
- <string>quoteleft</string>
- </array>
- <key>@KERN_LEFT_quotedblright</key>
- <array>
- <string>quoteright</string>
- <string>quotedblright</string>
- <string>primetripl1</string>
- </array>
- <key>@KERN_LEFT_r</key>
- <array>
- <string>r</string>
- <string>racute</string>
- <string>rcommaaccent</string>
- <string>rcaron</string>
- </array>
- <key>@KERN_LEFT_s</key>
- <array>
- <string>s</string>
- <string>sacute</string>
- <string>scircumflex</string>
- <string>scedilla</string>
- <string>scaron</string>
- <string>germandbls</string>
- </array>
- <key>@KERN_LEFT_t</key>
- <array>
- <string>t</string>
- <string>tcaron</string>
- </array>
- <key>@KERN_LEFT_two</key>
- <array>
- <string>two</string>
- </array>
- <key>@KERN_LEFT_u</key>
- <array>
- <string>u</string>
- <string>mu</string>
- <string>ugrave</string>
- <string>uacute</string>
- <string>ucircumflex</string>
- <string>udieresis</string>
- <string>utilde</string>
- <string>umacron</string>
- <string>ubreve</string>
- <string>uring</string>
- <string>uhungarumlaut</string>
- <string>uogonek</string>
- <string>ucaron</string>
- </array>
- <key>@KERN_LEFT_uhorn</key>
- <array>
- <string>uhorn</string>
- </array>
- <key>@KERN_LEFT_v</key>
- <array>
- <string>y</string>
- <string>yhook</string>
- <string>v</string>
- <string>yacute</string>
- <string>ydieresis</string>
- <string>ycircumflex</string>
- <string>ygrave</string>
- </array>
- <key>@KERN_LEFT_vecyrillic</key>
- <array>
- <string>vecyrillic</string>
- <string>zecyrillic</string>
- </array>
- <key>@KERN_LEFT_w</key>
- <array>
- <string>w</string>
- <string>wcircumflex</string>
- <string>wgrave</string>
- <string>wacute</string>
- <string>wdieresis</string>
- </array>
- <key>@KERN_LEFT_x</key>
- <array>
- <string>x</string>
- </array>
- <key>@KERN_LEFT_z</key>
- <array>
- <string>Dzcaron_</string>
- <string>dzcaron</string>
- <string>z</string>
- <string>zbar</string>
- <string>zhook</string>
- <string>dz</string>
- <string>zacute</string>
- <string>zdotaccent</string>
- <string>zcaron</string>
- </array>
- <key>@KERN_RIGHT_A</key>
- <array>
- <string>A</string>
- <string>Agrave</string>
- <string>Aacute</string>
- <string>Acircumflex</string>
- <string>Atilde</string>
- <string>Adieresis</string>
- <string>Aring</string>
- <string>Aringacute</string>
- <string>Amacron</string>
- <string>Abreve</string>
- <string>Aogonek</string>
- <string>Acaron</string>
- <string>Lambda</string>
- <string>Delta</string>
- </array>
- <key>@KERN_RIGHT_AE</key>
- <array>
- <string>AE</string>
- <string>AEacute</string>
- <string>AEmacron</string>
- </array>
- <key>@KERN_RIGHT_B</key>
- <array>
- <string>numero</string>
- <string>D</string>
- <string>H</string>
- <string>Enhookcyrillic</string>
- <string>L</string>
- <string>P</string>
- <string>I</string>
- <string>K</string>
- <string>Khook</string>
- <string>Kacyr</string>
- <string>Idieresisacute</string>
- <string>Hcedilla</string>
- <string>B</string>
- <string>F</string>
- <string>Fhook</string>
- <string>N</string>
- <string>Nhook</string>
- <string>Eng</string>
- <string>R</string>
- <string>Dzcaron_</string>
- <string>Itildebelow</string>
- <string>E</string>
- <string>Thorn</string>
- <string>M</string>
- <string>Egrave</string>
- <string>Eacute</string>
- <string>Ecircumflex</string>
- <string>Edieresis</string>
- <string>Igrave</string>
- <string>Iacute</string>
- <string>Icircumflex</string>
- <string>Idieresis</string>
- <string>Ntilde</string>
- <string>Dcaron</string>
- <string>Emacron</string>
- <string>Ebreve</string>
- <string>Edotaccent</string>
- <string>Eogonek</string>
- <string>Ecaron</string>
- <string>Hcircumflex</string>
- <string>Itilde</string>
- <string>Imacron</string>
- <string>Ibreve</string>
- <string>Iogonek</string>
- <string>Idotaccent</string>
- <string>Kcommaaccent</string>
- <string>Lacute</string>
- <string>Lcommaaccent</string>
- <string>Lcaron</string>
- <string>Nacute</string>
- <string>Ncommaaccent</string>
- <string>Ncaron</string>
- <string>Racute</string>
- <string>Rcommaaccent</string>
- <string>Rcaron</string>
- <string>Icaron</string>
- <string>Kcaron</string>
- </array>
- <key>@KERN_RIGHT_C</key>
- <array>
- <string>Ohorn</string>
- <string>OE</string>
- <string>Oslash</string>
- <string>C</string>
- <string>coloncurrency</string>
- <string>cedi</string>
- <string>Chook</string>
- <string>G</string>
- <string>guarani</string>
- <string>Gbar</string>
- <string>O</string>
- <string>Q</string>
- <string>Ccedilla</string>
- <string>Ograve</string>
- <string>Oacute</string>
- <string>Ocircumflex</string>
- <string>Otilde</string>
- <string>Odieresis</string>
- <string>Cacute</string>
- <string>Ccircumflex</string>
- <string>Ccaron</string>
- <string>Gcircumflex</string>
- <string>Gbreve</string>
- <string>Gcommaaccent</string>
- <string>Omacron</string>
- <string>Obreve</string>
- <string>Ohungarumlaut</string>
- <string>Ocaron</string>
- <string>Gcaron</string>
- <string>Oogonek</string>
- <string>Gacute</string>
- </array>
- <key>@KERN_RIGHT_Dcroat</key>
- <array>
- <string>Eth</string>
- </array>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <array>
- <string>afii10060</string>
- <string>afii10051</string>
- </array>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <array>
- <string>afii10053</string>
- </array>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <array>
- <string>afii10058</string>
- <string>afii10029</string>
- </array>
- <key>@KERN_RIGHT_J</key>
- <array>
- <string>J</string>
- <string>Jcircumflex</string>
- </array>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <array>
- <string>Theta</string>
- <string>Phi</string>
- </array>
- <key>@KERN_RIGHT_S</key>
- <array>
- <string>S</string>
- <string>Sacute</string>
- <string>Scircumflex</string>
- <string>Scedilla</string>
- <string>Scaron</string>
- </array>
- <key>@KERN_RIGHT_T</key>
- <array>
- <string>T</string>
- <string>Tcaron</string>
- </array>
- <key>@KERN_RIGHT_U</key>
- <array>
- <string>Uhorn</string>
- <string>U</string>
- <string>Ugrave</string>
- <string>Uacute</string>
- <string>Ucircumflex</string>
- <string>Udieresis</string>
- <string>Utilde</string>
- <string>Umacron</string>
- <string>Ubreve</string>
- <string>Uring</string>
- <string>Uhungarumlaut</string>
- <string>Uogonek</string>
- <string>Ucaron</string>
- </array>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <array>
- <string>afii10037</string>
- </array>
- <key>@KERN_RIGHT_V</key>
- <array>
- <string>V</string>
- </array>
- <key>@KERN_RIGHT_W</key>
- <array>
- <string>W</string>
- <string>Wcircumflex</string>
- <string>Wgrave</string>
- <string>Wacute</string>
- <string>Wdieresis</string>
- </array>
- <key>@KERN_RIGHT_X</key>
- <array>
- <string>X</string>
- </array>
- <key>@KERN_RIGHT_Y</key>
- <array>
- <string>Y</string>
- <string>Yhook</string>
- <string>Yacute</string>
- <string>Ycircumflex</string>
- <string>Ydieresis</string>
- <string>Ygrave</string>
- </array>
- <key>@KERN_RIGHT_Z</key>
- <array>
- <string>Z</string>
- <string>Zbar</string>
- <string>uni0224</string>
- <string>Zacute</string>
- <string>Zdotaccent</string>
- <string>Zcaron</string>
- </array>
- <key>@KERN_RIGHT_a</key>
- <array>
- <string>ae</string>
- <string>a</string>
- <string>a_uni02DE</string>
- <string>agrave</string>
- <string>aacute</string>
- <string>acircumflex</string>
- <string>atilde</string>
- <string>adieresis</string>
- <string>aring</string>
- <string>aringacute</string>
- <string>amacron</string>
- <string>abreve</string>
- <string>aogonek</string>
- <string>aeacute</string>
- <string>acaron</string>
- <string>aemacron</string>
- </array>
- <key>@KERN_RIGHT_alphagreek</key>
- <array>
- <string>alpha</string>
- </array>
- <key>@KERN_RIGHT_approxequal</key>
- <array>
- <string>notequal</string>
- <string>greaterequal</string>
- <string>plusminus</string>
- <string>approxequal</string>
- <string>lessequal</string>
- <string>equal</string>
- </array>
- <key>@KERN_RIGHT_asciicircum</key>
- <array>
- <string>asciicircum</string>
- <string>asterisk</string>
- <string>degree</string>
- </array>
- <key>@KERN_RIGHT_b</key>
- <array>
- <string>germandbls</string>
- <string>hcedilla</string>
- <string>b</string>
- <string>h</string>
- <string>hhook</string>
- <string>henghook</string>
- <string>k</string>
- <string>khook</string>
- <string>l</string>
- <string>thorn</string>
- <string>hcircumflex</string>
- <string>kcommaaccent</string>
- <string>lacute</string>
- <string>lcommaaccent</string>
- <string>lcaron</string>
- <string>kcaron</string>
- </array>
- <key>@KERN_RIGHT_braceright</key>
- <array>
- <string>parenright</string>
- <string>bracketright</string>
- <string>braceright</string>
- </array>
- <key>@KERN_RIGHT_braceright.case</key>
- <array>
- <string>parenright.case</string>
- <string>bracketright.case</string>
- <string>braceright.case</string>
- </array>
- <key>@KERN_RIGHT_c</key>
- <array>
- <string>c</string>
- <string>cacute</string>
- <string>ccaron</string>
- <string>ccedilla</string>
- <string>ccircumflex</string>
- <string>cent</string>
- <string>d</string>
- <string>dcaron</string>
- <string>dcroat</string>
- <string>dhook</string>
- <string>drthook</string>
- <string>dz</string>
- <string>dzcaron</string>
- <string>dzcurl</string>
- <string>e</string>
- <string>eacute</string>
- <string>ebreve</string>
- <string>ecaron</string>
- <string>ecircumflex</string>
- <string>edieresis</string>
- <string>edotaccent</string>
- <string>egrave</string>
- <string>emacron</string>
- <string>eogonek</string>
- <string>eth</string>
- <string>g</string>
- <string>gacute</string>
- <string>gbar</string>
- <string>gbreve</string>
- <string>gcaron</string>
- <string>gcircumflex</string>
- <string>gcommaaccent</string>
- <string>ghook</string>
- <string>o</string>
- <string>oacute</string>
- <string>obreve</string>
- <string>ocaron</string>
- <string>ocircumflex</string>
- <string>odieresis</string>
- <string>oe</string>
- <string>ograve</string>
- <string>ohorn</string>
- <string>ohungarumlaut</string>
- <string>omacron</string>
- <string>oogonek</string>
- <string>oslash</string>
- <string>otilde</string>
- <string>q</string>
- <string>uni0247</string>
- </array>
- <key>@KERN_RIGHT_colon</key>
- <array>
- <string>colon</string>
- <string>colon.case</string>
- <string>semicolon</string>
- </array>
- <key>@KERN_RIGHT_colon.case</key>
- <array>
- <string>punctuationspace</string>
- </array>
- <key>@KERN_RIGHT_comma</key>
- <array>
- <string>ellipsis</string>
- <string>comma</string>
- <string>period</string>
- </array>
- <key>@KERN_RIGHT_dagger</key>
- <array>
- <string>ordfeminine</string>
- <string>dagger</string>
- <string>ordmasculine</string>
- <string>daggerdbl</string>
- <string>registered</string>
- <string>trademark</string>
- <string>isuperior</string>
- <string>nsuperior</string>
- </array>
- <key>@KERN_RIGHT_deltagreek</key>
- <array>
- <string>sigma</string>
- <string>delta</string>
- <string>sigma1</string>
- <string>phi</string>
- </array>
- <key>@KERN_RIGHT_divide</key>
- <array>
- <string>hyphen</string>
- <string>plus</string>
- <string>divide</string>
- <string>minus</string>
- <string>endash</string>
- <string>emdash</string>
- <string>figuredash</string>
- <string>hyphen.case</string>
- <string>plus.case</string>
- <string>divide.case</string>
- <string>minus.case</string>
- <string>endash.case</string>
- <string>emdash.case</string>
- <string>figuredash.case</string>
- </array>
- <key>@KERN_RIGHT_dotlessi</key>
- <array>
- <string>itildebelow</string>
- <string>dotlessi</string>
- <string>i</string>
- <string>igrave</string>
- <string>iacute</string>
- <string>icircumflex</string>
- <string>imacron</string>
- <string>ibreve</string>
- <string>iogonek</string>
- <string>icaron</string>
- </array>
- <key>@KERN_RIGHT_dotlessj</key>
- <array>
- <string>dotlessj</string>
- <string>j</string>
- <string>jcircumflex</string>
- </array>
- <key>@KERN_RIGHT_dzhecyrillic</key>
- <array>
- <string>kacyrillic</string>
- <string>njecyrillic</string>
- <string>tsecyrillic</string>
- <string>yericyrillic</string>
- <string>gecyrillic</string>
- <string>dzhecyrillic</string>
- <string>gheupturncyrillic</string>
- <string>vecyrillic</string>
- <string>shchacyrillic</string>
- <string>softsigncyrillic</string>
- <string>shacyrillic</string>
- <string>iucyrillic</string>
- <string>emcyrillic</string>
- <string>encyrillic</string>
- <string>pecyrillic</string>
- <string>iicyrillic</string>
- </array>
- <key>@KERN_RIGHT_ecyrillic</key>
- <array>
- <string>ecyrillic</string>
- <string>efcyrillic</string>
- </array>
- <key>@KERN_RIGHT_eightsub</key>
- <array>
- <string>eightsub</string>
- <string>fivesub</string>
- <string>oneinferior</string>
- <string>sevensub</string>
- <string>threesub</string>
- <string>sixinferior</string>
- <string>plussub</string>
- <string>zerosub</string>
- <string>foursub</string>
- <string>nineinferior</string>
- <string>equalsub</string>
- <string>minussub</string>
- <string>parenleftinferior</string>
- <string>parenrightsub</string>
- <string>twosub</string>
- </array>
- <key>@KERN_RIGHT_eightsuperior</key>
- <array>
- <string>foursuperior</string>
- <string>sevensuperior</string>
- <string>twosuperior</string>
- <string>sixsuperior</string>
- <string>eightsuperior</string>
- <string>onesuperior</string>
- <string>ninesuperior</string>
- <string>parenrightsuperior</string>
- <string>equalsuperior</string>
- <string>plussuperior</string>
- <string>parenleftsuperior</string>
- <string>fivesuperior</string>
- <string>zerosuperior</string>
- <string>minussuperior</string>
- <string>threesuperior</string>
- </array>
- <key>@KERN_RIGHT_elcyrillic</key>
- <array>
- <string>ljecyrillic</string>
- <string>elcyrillic</string>
- </array>
- <key>@KERN_RIGHT_epsilongreek</key>
- <array>
- <string>epsilon</string>
- </array>
- <key>@KERN_RIGHT_f</key>
- <array>
- <string>f</string>
- <string>feng</string>
- </array>
- <key>@KERN_RIGHT_gammagreek</key>
- <array>
- <string>gamma</string>
- </array>
- <key>@KERN_RIGHT_guillemotleft</key>
- <array>
- <string>guilsinglleft</string>
- <string>guillemotleft</string>
- </array>
- <key>@KERN_RIGHT_guillemotright</key>
- <array>
- <string>guillemotright</string>
- <string>guilsinglright</string>
- </array>
- <key>@KERN_RIGHT_idieresis</key>
- <array>
- <string>idieresis</string>
- <string>idieresisacute</string>
- <string>itilde</string>
- </array>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <array>
- <string>iota</string>
- </array>
- <key>@KERN_RIGHT_m</key>
- <array>
- <string>n</string>
- <string>ncurl</string>
- <string>eng</string>
- <string>p</string>
- <string>phook</string>
- <string>mu</string>
- <string>m</string>
- <string>mhook</string>
- <string>r</string>
- <string>eta</string>
- <string>ntilde</string>
- <string>nacute</string>
- <string>ncommaaccent</string>
- <string>ncaron</string>
- <string>racute</string>
- <string>rcommaaccent</string>
- <string>rcaron</string>
- </array>
- <key>@KERN_RIGHT_omegagreek</key>
- <array>
- <string>omega</string>
- </array>
- <key>@KERN_RIGHT_one</key>
- <array>
- <string>one</string>
- <string>one.1</string>
- </array>
- <key>@KERN_RIGHT_psigreek</key>
- <array>
- <string>psi</string>
- <string>upsilon</string>
- </array>
- <key>@KERN_RIGHT_quotedbl</key>
- <array>
- <string>quotedbl</string>
- <string>quotesingle</string>
- </array>
- <key>@KERN_RIGHT_quotedblbase</key>
- <array>
- <string>quotedblbase</string>
- <string>quotesinglbase</string>
- </array>
- <key>@KERN_RIGHT_quotedblleft</key>
- <array>
- <string>quotedblleft</string>
- <string>quoteleft</string>
- </array>
- <key>@KERN_RIGHT_quotedblright</key>
- <array>
- <string>quoteright</string>
- <string>quotedblright</string>
- <string>primetripl1</string>
- </array>
- <key>@KERN_RIGHT_s</key>
- <array>
- <string>s</string>
- <string>sacute</string>
- <string>scircumflex</string>
- <string>scedilla</string>
- <string>scaron</string>
- </array>
- <key>@KERN_RIGHT_six</key>
- <array>
- <string>zero</string>
- <string>zero.slash</string>
- <string>six</string>
- <string>six.1</string>
- </array>
- <key>@KERN_RIGHT_t</key>
- <array>
- <string>t</string>
- <string>tccurl</string>
- <string>tcaron</string>
- </array>
- <key>@KERN_RIGHT_two</key>
- <array>
- <string>two</string>
- <string>twostroke</string>
- </array>
- <key>@KERN_RIGHT_u</key>
- <array>
- <string>uhorn</string>
- <string>u</string>
- <string>ugrave</string>
- <string>uacute</string>
- <string>ucircumflex</string>
- <string>udieresis</string>
- <string>utilde</string>
- <string>umacron</string>
- <string>ubreve</string>
- <string>uring</string>
- <string>uhungarumlaut</string>
- <string>uogonek</string>
- <string>ucaron</string>
- </array>
- <key>@KERN_RIGHT_v</key>
- <array>
- <string>y</string>
- <string>yhook</string>
- <string>v</string>
- <string>yacute</string>
- <string>ydieresis</string>
- <string>ycircumflex</string>
- <string>ygrave</string>
- </array>
- <key>@KERN_RIGHT_w</key>
- <array>
- <string>w</string>
- <string>wcircumflex</string>
- <string>wgrave</string>
- <string>wacute</string>
- <string>wdieresis</string>
- </array>
- <key>@KERN_RIGHT_x</key>
- <array>
- <string>x</string>
- </array>
- <key>@KERN_RIGHT_z</key>
- <array>
- <string>z</string>
- <string>zbar</string>
- <string>uni0240</string>
- <string>zhook</string>
- <string>zacute</string>
- <string>zdotaccent</string>
- <string>zcaron</string>
- </array>
-</dict>
+ <dict>
+ <key>public.kern1.A</key>
+ <array>
+ <string>A</string>
+ <string>Adieresis</string>
+ <string>Atilde</string>
+ <string>uni023A</string>
+ <string>Agrave</string>
+ <string>Aacute</string>
+ <string>Acircumflex</string>
+ <string>Aring</string>
+ <string>Amacron</string>
+ <string>Abreve</string>
+ <string>Aogonek</string>
+ <string>Acaron</string>
+ <string>Aringacute</string>
+ </array>
+ <key>public.kern1.AE</key>
+ <array>
+ <string>AE</string>
+ <string>AEmacron</string>
+ <string>AEacute</string>
+ </array>
+ <key>public.kern1.Alphagreek</key>
+ <array>
+ <string>Lambda</string>
+ <string>Delta</string>
+ </array>
+ <key>public.kern1.B</key>
+ <array>
+ <string>B</string>
+ <string>uni0243</string>
+ <string>Bhook</string>
+ </array>
+ <key>public.kern1.C</key>
+ <array>
+ <string>C</string>
+ <string>uni023B</string>
+ <string>coloncurrency</string>
+ <string>cedi</string>
+ <string>Ccedilla</string>
+ <string>Cacute</string>
+ <string>Ccircumflex</string>
+ <string>Ccaron</string>
+ </array>
+ <key>public.kern1.D</key>
+ <array>
+ <string>Oopen</string>
+ <string>D</string>
+ <string>Dhook</string>
+ <string>O</string>
+ <string>Odieresis</string>
+ <string>Otilde</string>
+ <string>Oslash</string>
+ <string>Q</string>
+ <string>Eth</string>
+ <string>Dcaron</string>
+ <string>Ograve</string>
+ <string>Oacute</string>
+ <string>Ocircumflex</string>
+ <string>Omacron</string>
+ <string>Obreve</string>
+ <string>Ohungarumlaut</string>
+ <string>Ocaron</string>
+ <string>Oogonek</string>
+ </array>
+ <key>public.kern1.Decyrillic</key>
+ <array>
+ <string>afii10021</string>
+ <string>afii10040</string>
+ <string>afii10043</string>
+ </array>
+ <key>public.kern1.E</key>
+ <array>
+ <string>E</string>
+ <string>uni0246</string>
+ <string>OE</string>
+ <string>Egrave</string>
+ <string>Eacute</string>
+ <string>Ecircumflex</string>
+ <string>Edieresis</string>
+ <string>Emacron</string>
+ <string>Ebreve</string>
+ <string>Edotaccent</string>
+ <string>Eogonek</string>
+ <string>Ecaron</string>
+ </array>
+ <key>public.kern1.Ecyrillic</key>
+ <array>
+ <string>afii10053</string>
+ </array>
+ <key>public.kern1.Epsilongreek</key>
+ <array>
+ <string>Xi</string>
+ </array>
+ <key>public.kern1.Ereversedcyrillic</key>
+ <array>
+ <string>afii10047</string>
+ <string>afii10048</string>
+ </array>
+ <key>public.kern1.F</key>
+ <array>
+ <string>F</string>
+ <string>Fhook</string>
+ </array>
+ <key>public.kern1.G</key>
+ <array>
+ <string>G</string>
+ <string>Ghook</string>
+ <string>guarani</string>
+ <string>Gcircumflex</string>
+ <string>Gbreve</string>
+ <string>Gcommaaccent</string>
+ <string>Gcaron</string>
+ <string>Gacute</string>
+ </array>
+ <key>public.kern1.Gecyrillic</key>
+ <array>
+ <string>afii10050</string>
+ </array>
+ <key>public.kern1.H</key>
+ <array>
+ <string>H</string>
+ <string>Hcedilla</string>
+ <string>Enhookcyrillic</string>
+ <string>I</string>
+ <string>Idieresis</string>
+ <string>Idieresisacute</string>
+ <string>Itildebelow</string>
+ <string>M</string>
+ <string>N</string>
+ <string>Nhook</string>
+ <string>Eng</string>
+ <string>afii10026</string>
+ <string>uni0376</string>
+ <string>d</string>
+ <string>l</string>
+ <string>Hcircumflex</string>
+ <string>Igrave</string>
+ <string>Iacute</string>
+ <string>Icircumflex</string>
+ <string>Itilde</string>
+ <string>Imacron</string>
+ <string>Ibreve</string>
+ <string>Iogonek</string>
+ <string>Idotaccent</string>
+ <string>Icaron</string>
+ <string>Ntilde</string>
+ <string>Nacute</string>
+ <string>Ncommaaccent</string>
+ <string>Ncaron</string>
+ </array>
+ <key>public.kern1.Hardsigncyrillic</key>
+ <array>
+ <string>afii10044</string>
+ <string>afii10046</string>
+ <string>afii10058</string>
+ <string>afii10059</string>
+ </array>
+ <key>public.kern1.IJacute</key>
+ <array>
+ <string>J</string>
+ <string>uni0248</string>
+ <string>U</string>
+ <string>uni0244</string>
+ <string>Jcircumflex</string>
+ <string>Ugrave</string>
+ <string>Uacute</string>
+ <string>Ucircumflex</string>
+ <string>Udieresis</string>
+ <string>Utilde</string>
+ <string>Umacron</string>
+ <string>Ubreve</string>
+ <string>Uring</string>
+ <string>Uhungarumlaut</string>
+ <string>Uogonek</string>
+ <string>Ucaron</string>
+ </array>
+ <key>public.kern1.K</key>
+ <array>
+ <string>K</string>
+ <string>Khook</string>
+ <string>Kacyr</string>
+ <string>Kcommaaccent</string>
+ <string>Kcaron</string>
+ </array>
+ <key>public.kern1.L</key>
+ <array>
+ <string>L</string>
+ <string>L_bar</string>
+ <string>Lacute</string>
+ <string>Lcommaaccent</string>
+ <string>Lcaron</string>
+ </array>
+ <key>public.kern1.Ohorn</key>
+ <array>
+ <string>Ohorn</string>
+ </array>
+ <key>public.kern1.Omegagreek</key>
+ <array>
+ <string>Omega</string>
+ </array>
+ <key>public.kern1.Omicrongreek</key>
+ <array>
+ <string>Theta</string>
+ <string>Phi</string>
+ </array>
+ <key>public.kern1.P</key>
+ <array>
+ <string>P</string>
+ </array>
+ <key>public.kern1.R</key>
+ <array>
+ <string>R</string>
+ <string>uni024C</string>
+ <string>Racute</string>
+ <string>Rcommaaccent</string>
+ <string>Rcaron</string>
+ </array>
+ <key>public.kern1.S</key>
+ <array>
+ <string>S</string>
+ <string>Germandbls</string>
+ <string>dollar</string>
+ <string>Sacute</string>
+ <string>Scircumflex</string>
+ <string>Scedilla</string>
+ <string>Scaron</string>
+ </array>
+ <key>public.kern1.T</key>
+ <array>
+ <string>T</string>
+ <string>Thook</string>
+ <string>Trthook</string>
+ <string>uni023E</string>
+ <string>Tcaron</string>
+ </array>
+ <key>public.kern1.Ucyrillic</key>
+ <array>
+ <string>afii10037</string>
+ </array>
+ <key>public.kern1.Uhorn</key>
+ <array>
+ <string>Uhorn</string>
+ </array>
+ <key>public.kern1.V</key>
+ <array>
+ <string>V</string>
+ <string>Gamma1</string>
+ </array>
+ <key>public.kern1.Vecyrillic</key>
+ <array>
+ <string>afii10025</string>
+ </array>
+ <key>public.kern1.W</key>
+ <array>
+ <string>W</string>
+ <string>Wcircumflex</string>
+ <string>Wgrave</string>
+ <string>Wacute</string>
+ <string>Wdieresis</string>
+ </array>
+ <key>public.kern1.X</key>
+ <array>
+ <string>X</string>
+ </array>
+ <key>public.kern1.Y</key>
+ <array>
+ <string>Y</string>
+ <string>Yhook</string>
+ <string>Yacute</string>
+ <string>Ycircumflex</string>
+ <string>Ydieresis</string>
+ <string>Ygrave</string>
+ </array>
+ <key>public.kern1.Z</key>
+ <array>
+ <string>Z</string>
+ <string>uni0224</string>
+ <string>Zbar</string>
+ <string>uni2C7F</string>
+ <string>Zacute</string>
+ <string>Zdotaccent</string>
+ <string>Zcaron</string>
+ </array>
+ <key>public.kern1.a</key>
+ <array>
+ <string>a</string>
+ <string>adieresis</string>
+ <string>atilde</string>
+ <string>feng</string>
+ <string>h</string>
+ <string>hcedilla</string>
+ <string>hhook</string>
+ <string>henghook</string>
+ <string>m</string>
+ <string>mhook</string>
+ <string>n</string>
+ <string>ntilde</string>
+ <string>eng</string>
+ <string>nlfthook</string>
+ <string>hbar</string>
+ <string>agrave</string>
+ <string>aacute</string>
+ <string>acircumflex</string>
+ <string>aring</string>
+ <string>amacron</string>
+ <string>abreve</string>
+ <string>aogonek</string>
+ <string>acaron</string>
+ <string>aringacute</string>
+ <string>hcircumflex</string>
+ <string>nacute</string>
+ <string>ncommaaccent</string>
+ <string>ncaron</string>
+ </array>
+ <key>public.kern1.acyrillic</key>
+ <array>
+ <string>tshecyrillic</string>
+ <string>djecyrillic</string>
+ </array>
+ <key>public.kern1.ae</key>
+ <array>
+ <string>ae</string>
+ <string>e</string>
+ <string>edieresis</string>
+ <string>uni0247</string>
+ <string>oe</string>
+ <string>tccurl</string>
+ <string>aemacron</string>
+ <string>aeacute</string>
+ <string>egrave</string>
+ <string>eacute</string>
+ <string>ecircumflex</string>
+ <string>emacron</string>
+ <string>ebreve</string>
+ <string>edotaccent</string>
+ <string>eogonek</string>
+ <string>ecaron</string>
+ </array>
+ <key>public.kern1.alphagreek</key>
+ <array>
+ <string>alpha</string>
+ </array>
+ <key>public.kern1.approxequal</key>
+ <array>
+ <string>lessequal</string>
+ <string>greaterequal</string>
+ <string>equal</string>
+ <string>notequal</string>
+ <string>plusminus</string>
+ <string>approxequal</string>
+ </array>
+ <key>public.kern1.asciicircum</key>
+ <array>
+ <string>asciicircum</string>
+ <string>asterisk</string>
+ <string>degree</string>
+ </array>
+ <key>public.kern1.b</key>
+ <array>
+ <string>b</string>
+ <string>bhook</string>
+ <string>o</string>
+ <string>odieresis</string>
+ <string>otilde</string>
+ <string>oslash</string>
+ <string>p</string>
+ <string>phook</string>
+ <string>eth</string>
+ <string>thorn</string>
+ <string>ograve</string>
+ <string>oacute</string>
+ <string>ocircumflex</string>
+ <string>omacron</string>
+ <string>obreve</string>
+ <string>ohungarumlaut</string>
+ <string>ocaron</string>
+ <string>oogonek</string>
+ </array>
+ <key>public.kern1.becyrillic</key>
+ <array>
+ <string>becyrillic</string>
+ <string>efcyrillic</string>
+ <string>ereversedcyrillic</string>
+ <string>iucyrillic</string>
+ </array>
+ <key>public.kern1.braceleft</key>
+ <array>
+ <string>parenleft</string>
+ <string>bracketleft</string>
+ <string>braceleft</string>
+ </array>
+ <key>public.kern1.braceleft.case</key>
+ <array>
+ <string>parenleft.case</string>
+ <string>bracketleft.case</string>
+ <string>braceleft.case</string>
+ </array>
+ <key>public.kern1.c</key>
+ <array>
+ <string>c</string>
+ <string>chook</string>
+ <string>cent</string>
+ <string>ccedilla</string>
+ <string>cacute</string>
+ <string>ccircumflex</string>
+ <string>ccaron</string>
+ </array>
+ <key>public.kern1.colon</key>
+ <array>
+ <string>colon</string>
+ <string>semicolon</string>
+ </array>
+ <key>public.kern1.colon.case</key>
+ <array>
+ <string>colon.case</string>
+ <string>punctuationspace</string>
+ </array>
+ <key>public.kern1.comma</key>
+ <array>
+ <string>comma</string>
+ <string>period</string>
+ <string>ellipsis</string>
+ </array>
+ <key>public.kern1.dagger</key>
+ <array>
+ <string>dagger</string>
+ <string>daggerdbl</string>
+ <string>registered</string>
+ <string>trademark</string>
+ <string>ordfeminine</string>
+ <string>ordmasculine</string>
+ <string>isuperior</string>
+ <string>nsuperior</string>
+ </array>
+ <key>public.kern1.dcaron</key>
+ <array>
+ <string>dcaron</string>
+ <string>lcaron</string>
+ </array>
+ <key>public.kern1.decyrillic</key>
+ <array>
+ <string>decyrillic</string>
+ <string>tsecyrillic</string>
+ <string>shchacyrillic</string>
+ </array>
+ <key>public.kern1.deltagreek</key>
+ <array>
+ <string>delta</string>
+ <string>rho</string>
+ <string>phi</string>
+ </array>
+ <key>public.kern1.divide</key>
+ <array>
+ <string>hyphen</string>
+ <string>plus</string>
+ <string>minus</string>
+ <string>divide</string>
+ </array>
+ <key>public.kern1.dotlessi</key>
+ <array>
+ <string>dotlessi</string>
+ <string>i</string>
+ <string>itildebelow</string>
+ <string>dotlessj</string>
+ <string>j</string>
+ <string>jcrosstail</string>
+ <string>igrave</string>
+ <string>iacute</string>
+ <string>icircumflex</string>
+ <string>imacron</string>
+ <string>ibreve</string>
+ <string>iogonek</string>
+ <string>icaron</string>
+ <string>jcircumflex</string>
+ </array>
+ <key>public.kern1.ecyrillic</key>
+ <array>
+ <string>ecyrillic</string>
+ </array>
+ <key>public.kern1.eight</key>
+ <array>
+ <string>three</string>
+ <string>eight</string>
+ </array>
+ <key>public.kern1.eight.subs</key>
+ <array>
+ <string>zerosub</string>
+ <string>oneinferior</string>
+ <string>twosub</string>
+ <string>threesub</string>
+ <string>foursub</string>
+ <string>fivesub</string>
+ <string>sixinferior</string>
+ <string>sevensub</string>
+ <string>eightsub</string>
+ <string>nineinferior</string>
+ <string>plussub</string>
+ <string>minussub</string>
+ <string>equalsub</string>
+ <string>parenleftinferior</string>
+ <string>parenrightsub</string>
+ </array>
+ <key>public.kern1.eight.sups</key>
+ <array>
+ <string>zerosuperior</string>
+ <string>onesuperior</string>
+ <string>twosuperior</string>
+ <string>threesuperior</string>
+ <string>foursuperior</string>
+ <string>fivesuperior</string>
+ <string>sixsuperior</string>
+ <string>sevensuperior</string>
+ <string>eightsuperior</string>
+ <string>ninesuperior</string>
+ <string>plussuperior</string>
+ <string>minussuperior</string>
+ <string>equalsuperior</string>
+ <string>parenleftsuperior</string>
+ <string>parenrightsuperior</string>
+ </array>
+ <key>public.kern1.epsilongreek</key>
+ <array>
+ <string>epsilon</string>
+ </array>
+ <key>public.kern1.etagreek</key>
+ <array>
+ <string>eta</string>
+ </array>
+ <key>public.kern1.f</key>
+ <array>
+ <string>f</string>
+ <string>slongstroke</string>
+ <string>yturn</string>
+ </array>
+ <key>public.kern1.g</key>
+ <array>
+ <string>g</string>
+ <string>hturn</string>
+ <string>hturnlthook</string>
+ <string>mturndescend</string>
+ <string>q</string>
+ <string>gcircumflex</string>
+ <string>gbreve</string>
+ <string>gcommaaccent</string>
+ <string>gcaron</string>
+ <string>gacute</string>
+ </array>
+ <key>public.kern1.gammagreek</key>
+ <array>
+ <string>gamma</string>
+ </array>
+ <key>public.kern1.gecyrillic</key>
+ <array>
+ <string>gecyrillic</string>
+ <string>gheupturncyrillic</string>
+ </array>
+ <key>public.kern1.guillemotleft</key>
+ <array>
+ <string>guilsinglleft</string>
+ <string>guillemotleft</string>
+ </array>
+ <key>public.kern1.guillemotright</key>
+ <array>
+ <string>guilsinglright</string>
+ <string>guillemotright</string>
+ </array>
+ <key>public.kern1.hardsigncyrillic</key>
+ <array>
+ <string>softsigncyrillic</string>
+ <string>hardsigncyrillic</string>
+ <string>ljecyrillic</string>
+ <string>njecyrillic</string>
+ </array>
+ <key>public.kern1.idieresis</key>
+ <array>
+ <string>idieresis</string>
+ <string>idieresisacute</string>
+ <string>itilde</string>
+ </array>
+ <key>public.kern1.iotadieresisgreek</key>
+ <array>
+ <string>iota</string>
+ </array>
+ <key>public.kern1.k</key>
+ <array>
+ <string>k</string>
+ <string>khook</string>
+ <string>kcommaaccent</string>
+ <string>kcaron</string>
+ </array>
+ <key>public.kern1.kacyrillic</key>
+ <array>
+ <string>kacyrillic</string>
+ </array>
+ <key>public.kern1.nine</key>
+ <array>
+ <string>zero</string>
+ <string>zero.slash</string>
+ <string>nine</string>
+ <string>nine.1</string>
+ </array>
+ <key>public.kern1.ohorn</key>
+ <array>
+ <string>ohorn</string>
+ </array>
+ <key>public.kern1.omegagreek</key>
+ <array>
+ <string>omega</string>
+ </array>
+ <key>public.kern1.one</key>
+ <array>
+ <string>one</string>
+ <string>one.1</string>
+ </array>
+ <key>public.kern1.psigreek</key>
+ <array>
+ <string>upsilon</string>
+ <string>psi</string>
+ </array>
+ <key>public.kern1.quotedbl</key>
+ <array>
+ <string>quotesingle</string>
+ <string>quotedbl</string>
+ </array>
+ <key>public.kern1.quotedblbase</key>
+ <array>
+ <string>quotedblbase</string>
+ <string>quotesinglbase</string>
+ </array>
+ <key>public.kern1.quotedblleft</key>
+ <array>
+ <string>quoteleft</string>
+ <string>quotedblleft</string>
+ </array>
+ <key>public.kern1.quotedblright</key>
+ <array>
+ <string>quoteright</string>
+ <string>primetripl1</string>
+ <string>quotedblright</string>
+ </array>
+ <key>public.kern1.r</key>
+ <array>
+ <string>r</string>
+ <string>rrthook</string>
+ <string>uni024D</string>
+ <string>rfishhook</string>
+ <string>racute</string>
+ <string>rcommaaccent</string>
+ <string>rcaron</string>
+ </array>
+ <key>public.kern1.rthook</key>
+ <array>
+ <string>drthook</string>
+ <string>hturnhook2</string>
+ <string>nrthook</string>
+ <string>qrthook</string>
+ <string>Q_rthook</string>
+ </array>
+ <key>public.kern1.s</key>
+ <array>
+ <string>s</string>
+ <string>srthook</string>
+ <string>germandbls</string>
+ <string>sacute</string>
+ <string>scircumflex</string>
+ <string>scedilla</string>
+ <string>scaron</string>
+ </array>
+ <key>public.kern1.t</key>
+ <array>
+ <string>t</string>
+ <string>tpalatalhook</string>
+ <string>tcaron</string>
+ </array>
+ <key>public.kern1.u</key>
+ <array>
+ <string>uni01F6</string>
+ <string>mturn</string>
+ <string>u</string>
+ <string>udieresis</string>
+ <string>utilde</string>
+ <string>ugrave</string>
+ <string>uacute</string>
+ <string>ucircumflex</string>
+ <string>umacron</string>
+ <string>ubreve</string>
+ <string>uring</string>
+ <string>uhungarumlaut</string>
+ <string>uogonek</string>
+ <string>ucaron</string>
+ </array>
+ <key>public.kern1.uhorn</key>
+ <array>
+ <string>uhorn</string>
+ </array>
+ <key>public.kern1.v</key>
+ <array>
+ <string>v</string>
+ <string>y</string>
+ <string>ydieresis</string>
+ <string>yhook</string>
+ <string>uni024F</string>
+ <string>gamma1</string>
+ <string>yacute</string>
+ <string>ycircumflex</string>
+ <string>ygrave</string>
+ </array>
+ <key>public.kern1.vecyrillic</key>
+ <array>
+ <string>vecyrillic</string>
+ <string>zecyrillic</string>
+ </array>
+ <key>public.kern1.w</key>
+ <array>
+ <string>w</string>
+ <string>wdieresis</string>
+ <string>wcircumflex</string>
+ <string>wgrave</string>
+ <string>wacute</string>
+ </array>
+ <key>public.kern1.x</key>
+ <array>
+ <string>x</string>
+ </array>
+ <key>public.kern1.z</key>
+ <array>
+ <string>Dzcaron_</string>
+ <string>dzcaron</string>
+ <string>z</string>
+ <string>zbar</string>
+ <string>zhook</string>
+ <string>uni0240</string>
+ <string>zrthook</string>
+ <string>zacute</string>
+ <string>zdotaccent</string>
+ <string>zcaron</string>
+ </array>
+ <key>public.kern2.A</key>
+ <array>
+ <string>A</string>
+ <string>Adieresis</string>
+ <string>Atilde</string>
+ <string>uni023A</string>
+ <string>yturn</string>
+ <string>Agrave</string>
+ <string>Aacute</string>
+ <string>Acircumflex</string>
+ <string>Aring</string>
+ <string>Amacron</string>
+ <string>Abreve</string>
+ <string>Aogonek</string>
+ <string>Acaron</string>
+ <string>Aringacute</string>
+ </array>
+ <key>public.kern2.AE</key>
+ <array>
+ <string>AE</string>
+ <string>AEmacron</string>
+ <string>AEacute</string>
+ </array>
+ <key>public.kern2.Alphagreek</key>
+ <array>
+ <string>Lambda</string>
+ <string>Delta</string>
+ </array>
+ <key>public.kern2.B</key>
+ <array>
+ <string>B</string>
+ <string>D</string>
+ <string>Dzcaron_</string>
+ <string>E</string>
+ <string>uni0246</string>
+ <string>F</string>
+ <string>Fhook</string>
+ <string>H</string>
+ <string>Hcedilla</string>
+ <string>Enhookcyrillic</string>
+ <string>uni01F6</string>
+ <string>I</string>
+ <string>Idieresis</string>
+ <string>Idieresisacute</string>
+ <string>Itildebelow</string>
+ <string>K</string>
+ <string>Khook</string>
+ <string>L</string>
+ <string>M</string>
+ <string>N</string>
+ <string>Nhook</string>
+ <string>Eng</string>
+ <string>afii10026</string>
+ <string>uni048A</string>
+ <string>uni0376</string>
+ <string>P</string>
+ <string>R</string>
+ <string>Rx</string>
+ <string>b</string>
+ <string>h</string>
+ <string>k</string>
+ <string>l</string>
+ <string>Thorn</string>
+ <string>numero</string>
+ <string>Dcaron</string>
+ <string>Egrave</string>
+ <string>Eacute</string>
+ <string>Ecircumflex</string>
+ <string>Edieresis</string>
+ <string>Emacron</string>
+ <string>Ebreve</string>
+ <string>Edotaccent</string>
+ <string>Eogonek</string>
+ <string>Ecaron</string>
+ <string>Hcircumflex</string>
+ <string>Igrave</string>
+ <string>Iacute</string>
+ <string>Icircumflex</string>
+ <string>Itilde</string>
+ <string>Imacron</string>
+ <string>Ibreve</string>
+ <string>Iogonek</string>
+ <string>Idotaccent</string>
+ <string>Icaron</string>
+ <string>Kcommaaccent</string>
+ <string>Kcaron</string>
+ <string>Lacute</string>
+ <string>Lcommaaccent</string>
+ <string>Lcaron</string>
+ <string>Ntilde</string>
+ <string>Nacute</string>
+ <string>Ncommaaccent</string>
+ <string>Ncaron</string>
+ <string>Racute</string>
+ <string>Rcommaaccent</string>
+ <string>Rcaron</string>
+ </array>
+ <key>public.kern2.C</key>
+ <array>
+ <string>C</string>
+ <string>uni023B</string>
+ <string>Oopen</string>
+ <string>G</string>
+ <string>Ghook</string>
+ <string>O</string>
+ <string>Odieresis</string>
+ <string>Otilde</string>
+ <string>Oslash</string>
+ <string>Ohorn</string>
+ <string>Q</string>
+ <string>OE</string>
+ <string>guarani</string>
+ <string>cedi</string>
+ <string>Ccedilla</string>
+ <string>Cacute</string>
+ <string>Ccircumflex</string>
+ <string>Ccaron</string>
+ <string>Gcircumflex</string>
+ <string>Gbreve</string>
+ <string>Gcommaaccent</string>
+ <string>Gcaron</string>
+ <string>Gacute</string>
+ <string>Ograve</string>
+ <string>Oacute</string>
+ <string>Ocircumflex</string>
+ <string>Omacron</string>
+ <string>Obreve</string>
+ <string>Ohungarumlaut</string>
+ <string>Ocaron</string>
+ <string>Oogonek</string>
+ </array>
+ <key>public.kern2.Dcroat</key>
+ <array>
+ <string>Eth</string>
+ </array>
+ <key>public.kern2.Djecyrillic</key>
+ <array>
+ <string>afii10060</string>
+ <string>afii10051</string>
+ </array>
+ <key>public.kern2.Ecyrillic</key>
+ <array>
+ <string>afii10053</string>
+ </array>
+ <key>public.kern2.Elcyrillic</key>
+ <array>
+ <string>afii10029</string>
+ <string>afii10058</string>
+ </array>
+ <key>public.kern2.J</key>
+ <array>
+ <string>J</string>
+ <string>uni0248</string>
+ <string>Jcircumflex</string>
+ </array>
+ <key>public.kern2.Omicrongreek</key>
+ <array>
+ <string>Theta</string>
+ <string>Phi</string>
+ </array>
+ <key>public.kern2.S</key>
+ <array>
+ <string>S</string>
+ <string>dollar</string>
+ <string>Sacute</string>
+ <string>Scircumflex</string>
+ <string>Scedilla</string>
+ <string>Scaron</string>
+ </array>
+ <key>public.kern2.T</key>
+ <array>
+ <string>T</string>
+ <string>Trthook</string>
+ <string>uni023E</string>
+ <string>Tcaron</string>
+ </array>
+ <key>public.kern2.U</key>
+ <array>
+ <string>U</string>
+ <string>Uhorn</string>
+ <string>uni0244</string>
+ <string>Ugrave</string>
+ <string>Uacute</string>
+ <string>Ucircumflex</string>
+ <string>Udieresis</string>
+ <string>Utilde</string>
+ <string>Umacron</string>
+ <string>Ubreve</string>
+ <string>Uring</string>
+ <string>Uhungarumlaut</string>
+ <string>Uogonek</string>
+ <string>Ucaron</string>
+ </array>
+ <key>public.kern2.Ucyrillic</key>
+ <array>
+ <string>afii10037</string>
+ </array>
+ <key>public.kern2.V</key>
+ <array>
+ <string>V</string>
+ <string>Gamma1</string>
+ </array>
+ <key>public.kern2.W</key>
+ <array>
+ <string>W</string>
+ <string>Wcircumflex</string>
+ <string>Wgrave</string>
+ <string>Wacute</string>
+ <string>Wdieresis</string>
+ </array>
+ <key>public.kern2.X</key>
+ <array>
+ <string>X</string>
+ </array>
+ <key>public.kern2.Y</key>
+ <array>
+ <string>Y</string>
+ <string>Yhook</string>
+ <string>Yacute</string>
+ <string>Ycircumflex</string>
+ <string>Ydieresis</string>
+ <string>Ygrave</string>
+ </array>
+ <key>public.kern2.Z</key>
+ <array>
+ <string>Z</string>
+ <string>uni0224</string>
+ <string>Zbar</string>
+ <string>uni2C7F</string>
+ <string>Zacute</string>
+ <string>Zdotaccent</string>
+ <string>Zcaron</string>
+ </array>
+ <key>public.kern2.a</key>
+ <array>
+ <string>a</string>
+ <string>adieresis</string>
+ <string>atilde</string>
+ <string>a_uni02DE</string>
+ <string>ae</string>
+ <string>agrave</string>
+ <string>aacute</string>
+ <string>acircumflex</string>
+ <string>aring</string>
+ <string>amacron</string>
+ <string>abreve</string>
+ <string>aogonek</string>
+ <string>acaron</string>
+ <string>aringacute</string>
+ <string>aemacron</string>
+ <string>aeacute</string>
+ </array>
+ <key>public.kern2.alphagreek</key>
+ <array>
+ <string>alpha</string>
+ </array>
+ <key>public.kern2.approxequal</key>
+ <array>
+ <string>lessequal</string>
+ <string>greaterequal</string>
+ <string>equal</string>
+ <string>notequal</string>
+ <string>plusminus</string>
+ <string>approxequal</string>
+ </array>
+ <key>public.kern2.asciicircum</key>
+ <array>
+ <string>asciicircum</string>
+ <string>asterisk</string>
+ <string>degree</string>
+ </array>
+ <key>public.kern2.braceright</key>
+ <array>
+ <string>parenright</string>
+ <string>bracketright</string>
+ <string>braceright</string>
+ </array>
+ <key>public.kern2.braceright.case</key>
+ <array>
+ <string>parenright.case</string>
+ <string>bracketright.case</string>
+ <string>braceright.case</string>
+ </array>
+ <key>public.kern2.c</key>
+ <array>
+ <string>c</string>
+ <string>chook</string>
+ <string>ccurl</string>
+ <string>d</string>
+ <string>dcroat</string>
+ <string>drthook</string>
+ <string>dhook</string>
+ <string>uni0221</string>
+ <string>dz</string>
+ <string>dzcaron</string>
+ <string>dzcurl</string>
+ <string>dyogh</string>
+ <string>e</string>
+ <string>edieresis</string>
+ <string>uni0247</string>
+ <string>g</string>
+ <string>o</string>
+ <string>odieresis</string>
+ <string>otilde</string>
+ <string>oslash</string>
+ <string>ohorn</string>
+ <string>oe</string>
+ <string>q</string>
+ <string>qrthook</string>
+ <string>eth</string>
+ <string>cent</string>
+ <string>ccedilla</string>
+ <string>cacute</string>
+ <string>ccircumflex</string>
+ <string>ccaron</string>
+ <string>dcaron</string>
+ <string>egrave</string>
+ <string>eacute</string>
+ <string>ecircumflex</string>
+ <string>emacron</string>
+ <string>ebreve</string>
+ <string>edotaccent</string>
+ <string>eogonek</string>
+ <string>ecaron</string>
+ <string>gcircumflex</string>
+ <string>gbreve</string>
+ <string>gcommaaccent</string>
+ <string>gcaron</string>
+ <string>gacute</string>
+ <string>ograve</string>
+ <string>oacute</string>
+ <string>ocircumflex</string>
+ <string>omacron</string>
+ <string>obreve</string>
+ <string>ohungarumlaut</string>
+ <string>ocaron</string>
+ <string>oogonek</string>
+ </array>
+ <key>public.kern2.colon</key>
+ <array>
+ <string>colon</string>
+ <string>colon.case</string>
+ <string>semicolon</string>
+ </array>
+ <key>public.kern2.colon.case</key>
+ <array>
+ <string>punctuationspace</string>
+ </array>
+ <key>public.kern2.comma</key>
+ <array>
+ <string>comma</string>
+ <string>period</string>
+ <string>ellipsis</string>
+ </array>
+ <key>public.kern2.dagger</key>
+ <array>
+ <string>dagger</string>
+ <string>daggerdbl</string>
+ <string>registered</string>
+ <string>trademark</string>
+ <string>ordfeminine</string>
+ <string>ordmasculine</string>
+ <string>isuperior</string>
+ <string>nsuperior</string>
+ </array>
+ <key>public.kern2.deltagreek</key>
+ <array>
+ <string>delta</string>
+ <string>sigma1</string>
+ <string>sigma</string>
+ <string>phi</string>
+ </array>
+ <key>public.kern2.divide</key>
+ <array>
+ <string>hyphen</string>
+ <string>plus</string>
+ <string>minus</string>
+ <string>divide</string>
+ </array>
+ <key>public.kern2.dotlessi</key>
+ <array>
+ <string>dotlessi</string>
+ <string>i</string>
+ <string>itildebelow</string>
+ <string>igrave</string>
+ <string>iacute</string>
+ <string>icircumflex</string>
+ <string>imacron</string>
+ <string>ibreve</string>
+ <string>iogonek</string>
+ <string>icaron</string>
+ </array>
+ <key>public.kern2.dotlessj</key>
+ <array>
+ <string>dotlessj</string>
+ <string>j</string>
+ <string>jcrosstail</string>
+ <string>jcircumflex</string>
+ </array>
+ <key>public.kern2.dzhecyrillic</key>
+ <array>
+ <string>vecyrillic</string>
+ <string>gecyrillic</string>
+ <string>gheupturncyrillic</string>
+ <string>iicyrillic</string>
+ <string>kacyrillic</string>
+ <string>emcyrillic</string>
+ <string>encyrillic</string>
+ <string>pecyrillic</string>
+ <string>tsecyrillic</string>
+ <string>dzhecyrillic</string>
+ <string>shacyrillic</string>
+ <string>shchacyrillic</string>
+ <string>softsigncyrillic</string>
+ <string>yericyrillic</string>
+ <string>njecyrillic</string>
+ <string>iucyrillic</string>
+ </array>
+ <key>public.kern2.ecyrillic</key>
+ <array>
+ <string>efcyrillic</string>
+ <string>ecyrillic</string>
+ </array>
+ <key>public.kern2.eight.subs</key>
+ <array>
+ <string>zerosub</string>
+ <string>oneinferior</string>
+ <string>twosub</string>
+ <string>threesub</string>
+ <string>foursub</string>
+ <string>fivesub</string>
+ <string>sixinferior</string>
+ <string>sevensub</string>
+ <string>eightsub</string>
+ <string>nineinferior</string>
+ <string>plussub</string>
+ <string>minussub</string>
+ <string>equalsub</string>
+ <string>parenleftinferior</string>
+ <string>parenrightsub</string>
+ </array>
+ <key>public.kern2.eight.sups</key>
+ <array>
+ <string>zerosuperior</string>
+ <string>onesuperior</string>
+ <string>twosuperior</string>
+ <string>threesuperior</string>
+ <string>foursuperior</string>
+ <string>fivesuperior</string>
+ <string>sixsuperior</string>
+ <string>sevensuperior</string>
+ <string>eightsuperior</string>
+ <string>ninesuperior</string>
+ <string>plussuperior</string>
+ <string>minussuperior</string>
+ <string>equalsuperior</string>
+ <string>parenleftsuperior</string>
+ <string>parenrightsuperior</string>
+ </array>
+ <key>public.kern2.elcyrillic</key>
+ <array>
+ <string>elcyrillic</string>
+ <string>ljecyrillic</string>
+ </array>
+ <key>public.kern2.epsilongreek</key>
+ <array>
+ <string>epsilon</string>
+ </array>
+ <key>public.kern2.etagreek</key>
+ <array>
+ <string>eta</string>
+ </array>
+ <key>public.kern2.f</key>
+ <array>
+ <string>f</string>
+ <string>slongstroke</string>
+ <string>feng</string>
+ </array>
+ <key>public.kern2.gammagreek</key>
+ <array>
+ <string>gamma</string>
+ </array>
+ <key>public.kern2.guillemotleft</key>
+ <array>
+ <string>guilsinglleft</string>
+ <string>guillemotleft</string>
+ </array>
+ <key>public.kern2.guillemotright</key>
+ <array>
+ <string>guilsinglright</string>
+ <string>guillemotright</string>
+ </array>
+ <key>public.kern2.idieresis</key>
+ <array>
+ <string>idieresis</string>
+ <string>idieresisacute</string>
+ <string>itilde</string>
+ </array>
+ <key>public.kern2.iotadieresisgreek</key>
+ <array>
+ <string>iota</string>
+ </array>
+ <key>public.kern2.m</key>
+ <array>
+ <string>m</string>
+ <string>mhook</string>
+ <string>n</string>
+ <string>ntilde</string>
+ <string>nrthook</string>
+ <string>eng</string>
+ <string>ncurl</string>
+ <string>p</string>
+ <string>phook</string>
+ <string>r</string>
+ <string>rrthook</string>
+ <string>uni024D</string>
+ <string>rfishhook</string>
+ <string>nacute</string>
+ <string>ncommaaccent</string>
+ <string>ncaron</string>
+ <string>racute</string>
+ <string>rcommaaccent</string>
+ <string>rcaron</string>
+ </array>
+ <key>public.kern2.omegagreek</key>
+ <array>
+ <string>omega</string>
+ </array>
+ <key>public.kern2.one</key>
+ <array>
+ <string>one</string>
+ <string>one.1</string>
+ </array>
+ <key>public.kern2.psigreek</key>
+ <array>
+ <string>upsilon</string>
+ <string>psi</string>
+ </array>
+ <key>public.kern2.quotedbl</key>
+ <array>
+ <string>quotesingle</string>
+ <string>quotedbl</string>
+ </array>
+ <key>public.kern2.quotedblbase</key>
+ <array>
+ <string>quotedblbase</string>
+ <string>quotesinglbase</string>
+ </array>
+ <key>public.kern2.quotedblleft</key>
+ <array>
+ <string>quoteleft</string>
+ <string>quotedblleft</string>
+ </array>
+ <key>public.kern2.quotedblright</key>
+ <array>
+ <string>quoteright</string>
+ <string>primetripl1</string>
+ <string>quotedblright</string>
+ </array>
+ <key>public.kern2.s</key>
+ <array>
+ <string>s</string>
+ <string>srthook</string>
+ <string>sacute</string>
+ <string>scircumflex</string>
+ <string>scedilla</string>
+ <string>scaron</string>
+ </array>
+ <key>public.kern2.six</key>
+ <array>
+ <string>zero</string>
+ <string>zero.slash</string>
+ <string>six</string>
+ <string>six.1</string>
+ </array>
+ <key>public.kern2.t</key>
+ <array>
+ <string>t</string>
+ <string>tpalatalhook</string>
+ <string>tccurl</string>
+ <string>tcaron</string>
+ </array>
+ <key>public.kern2.u</key>
+ <array>
+ <string>hturn</string>
+ <string>mturn</string>
+ <string>mturndescend</string>
+ <string>u</string>
+ <string>udieresis</string>
+ <string>utilde</string>
+ <string>uhorn</string>
+ <string>ugrave</string>
+ <string>uacute</string>
+ <string>ucircumflex</string>
+ <string>umacron</string>
+ <string>ubreve</string>
+ <string>uring</string>
+ <string>uhungarumlaut</string>
+ <string>uogonek</string>
+ <string>ucaron</string>
+ </array>
+ <key>public.kern2.v</key>
+ <array>
+ <string>v</string>
+ <string>y</string>
+ <string>ydieresis</string>
+ <string>yhook</string>
+ <string>uni024F</string>
+ <string>gamma1</string>
+ <string>yacute</string>
+ <string>ycircumflex</string>
+ <string>ygrave</string>
+ </array>
+ <key>public.kern2.w</key>
+ <array>
+ <string>w</string>
+ <string>wdieresis</string>
+ <string>wcircumflex</string>
+ <string>wgrave</string>
+ <string>wacute</string>
+ </array>
+ <key>public.kern2.x</key>
+ <array>
+ <string>x</string>
+ </array>
+ <key>public.kern2.z</key>
+ <array>
+ <string>z</string>
+ <string>zbar</string>
+ <string>zhook</string>
+ <string>uni0240</string>
+ <string>zrthook</string>
+ <string>zcurl</string>
+ <string>zacute</string>
+ <string>zdotaccent</string>
+ <string>zcaron</string>
+ </array>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Black.ufo/kerning.plist b/src/Inter-UI-Black.ufo/kerning.plist
index 5d029e27d..60c309384 100644
--- a/src/Inter-UI-Black.ufo/kerning.plist
+++ b/src/Inter-UI-Black.ufo/kerning.plist
@@ -1,7149 +1,7113 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>@KERN_LEFT_A</key>
- <dict>
- <key>@KERN_RIGHT_B</key>
- <integer>-24</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-222</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-388</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-352</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-256</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-500</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-213</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-200</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-214</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>0</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-212</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-268</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-27</integer>
- <key>Tbar</key>
- <integer>-137</integer>
- <key>asterisk.case</key>
- <integer>-128</integer>
- <key>backslash</key>
- <integer>-40</integer>
- <key>eight</key>
- <integer>-41</integer>
- <key>five</key>
- <integer>-48</integer>
- <key>infinity</key>
- <integer>-27</integer>
- <key>less</key>
- <integer>-68</integer>
- <key>logicalnot</key>
- <integer>-102</integer>
- <key>multiply</key>
- <integer>-109</integer>
- <key>nine</key>
- <integer>-41</integer>
- <key>nine.1</key>
- <integer>-41</integer>
- <key>periodcentered</key>
- <integer>-84</integer>
- <key>question</key>
- <integer>-166</integer>
- <key>seven</key>
- <integer>-48</integer>
- <key>space</key>
- <integer>0</integer>
- <key>tbar</key>
- <integer>-20</integer>
- </dict>
- <key>@KERN_LEFT_AE</key>
- <dict>
- <key>periodcentered</key>
- <integer>-15</integer>
- </dict>
- <key>@KERN_LEFT_B</key>
- <dict>
- <key>@KERN_RIGHT_AE</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>82</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-13</integer>
- <key>periodcentered</key>
- <integer>-7</integer>
- <key>underscore</key>
- <integer>-55</integer>
- </dict>
- <key>@KERN_LEFT_C</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-127</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-170</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>64</integer>
- <key>backslash</key>
- <integer>33</integer>
- <key>underscore</key>
- <integer>-138</integer>
- </dict>
- <key>@KERN_LEFT_D</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-216</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-231</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-208</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-160</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-224</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-272</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_braceright.case</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-157</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-28</integer>
- <key>backslash</key>
- <integer>15</integer>
- <key>seven</key>
- <integer>-15</integer>
- <key>slash</key>
- <integer>-70</integer>
- <key>underscore</key>
- <integer>-138</integer>
- </dict>
- <key>@KERN_LEFT_Decyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>35</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>28</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>33</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>35</integer>
- <key>afii10021</key>
- <integer>83</integer>
- <key>afii10024</key>
- <integer>29</integer>
- <key>afii10025</key>
- <integer>14</integer>
- <key>afii10041</key>
- <integer>-8</integer>
- <key>afii10044</key>
- <integer>-55</integer>
- <key>decyrillic</key>
- <integer>61</integer>
- <key>iacyrillic</key>
- <integer>27</integer>
- <key>underscore</key>
- <integer>151</integer>
- <key>zhecyrillic</key>
- <integer>13</integer>
- </dict>
- <key>@KERN_LEFT_E</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>0</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-198</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>112</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-80</integer>
- <key>backslash</key>
- <integer>40</integer>
- <key>four</key>
- <integer>-13</integer>
- <key>periodcentered</key>
- <integer>-13</integer>
- </dict>
- <key>@KERN_LEFT_Ecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-28</integer>
- <key>afii10021</key>
- <integer>-14</integer>
- <key>afii10024</key>
- <integer>-77</integer>
- <key>afii10025</key>
- <integer>-7</integer>
- <key>afii10038</key>
- <integer>-28</integer>
- <key>afii10041</key>
- <integer>-8</integer>
- <key>afii10044</key>
- <integer>-61</integer>
- <key>afii10049</key>
- <integer>-22</integer>
- <key>ereversedcyrillic</key>
- <integer>-14</integer>
- <key>iacyrillic</key>
- <integer>-14</integer>
- <key>tecyrillic</key>
- <integer>-14</integer>
- <key>tenge</key>
- <integer>-21</integer>
- <key>underscore</key>
- <integer>-104</integer>
- <key>zecyrillic</key>
- <integer>-14</integer>
- <key>zhecyrillic</key>
- <integer>-28</integer>
- </dict>
- <key>@KERN_LEFT_Epsilongreek</key>
- <dict>
- <key>@KERN_RIGHT_m</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-13</integer>
- <key>backslash</key>
- <integer>40</integer>
- <key>four</key>
- <integer>-15</integer>
- <key>pi</key>
- <integer>-14</integer>
- <key>rho</key>
- <integer>-7</integer>
- <key>tau</key>
- <integer>-13</integer>
- </dict>
- <key>@KERN_LEFT_F</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-416</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-161</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-227</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-198</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>112</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-254</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-167</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-160</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-63</integer>
- <key>F</key>
- <integer>-128</integer>
- <key>ampersand</key>
- <integer>-54</integer>
- <key>backslash</key>
- <integer>29</integer>
- <key>eight</key>
- <integer>-28</integer>
- <key>four</key>
- <integer>-21</integer>
- <key>periodcentered</key>
- <integer>-15</integer>
- <key>r</key>
- <integer>-128</integer>
- <key>slash</key>
- <integer>-103</integer>
- <key>three</key>
- <integer>-14</integer>
- <key>underscore</key>
- <integer>-173</integer>
- </dict>
- <key>@KERN_LEFT_G</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-196</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-216</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_braceright.case</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-13</integer>
- <key>backslash</key>
- <integer>14</integer>
- <key>slash</key>
- <integer>-20</integer>
- <key>underscore</key>
- <integer>-88</integer>
- </dict>
- <key>@KERN_LEFT_Gecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-281</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-173</integer>
- <key>@KERN_RIGHT_dzhecyrillic</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-226</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-281</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-400</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-14</integer>
- <key>afii10021</key>
- <integer>-48</integer>
- <key>afii10024</key>
- <integer>-27</integer>
- <key>afii10025</key>
- <integer>-13</integer>
- <key>afii10038</key>
- <integer>-84</integer>
- <key>afii10044</key>
- <integer>-14</integer>
- <key>afii10047</key>
- <integer>-55</integer>
- <key>afii10049</key>
- <integer>-40</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>asciitilde</key>
- <integer>-103</integer>
- <key>becyrillic</key>
- <integer>-61</integer>
- <key>checyrillic</key>
- <integer>-144</integer>
- <key>decyrillic</key>
- <integer>-198</integer>
- <key>eight</key>
- <integer>-33</integer>
- <key>ereversedcyrillic</key>
- <integer>-159</integer>
- <key>five</key>
- <integer>-14</integer>
- <key>four</key>
- <integer>-151</integer>
- <key>greater</key>
- <integer>-33</integer>
- <key>hardsigncyrillic</key>
- <integer>-138</integer>
- <key>hryvnia</key>
- <integer>-21</integer>
- <key>iacyrillic</key>
- <integer>-235</integer>
- <key>less</key>
- <integer>-103</integer>
- <key>logicalnot</key>
- <integer>-104</integer>
- <key>multiply</key>
- <integer>-110</integer>
- <key>nine</key>
- <integer>-14</integer>
- <key>nine.1</key>
- <integer>-14</integer>
- <key>numbersign</key>
- <integer>-35</integer>
- <key>tecyrillic</key>
- <integer>-130</integer>
- <key>three</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-180</integer>
- <key>uni20BD</key>
- <integer>-42</integer>
- <key>zecyrillic</key>
- <integer>-199</integer>
- <key>zhecyrillic</key>
- <integer>-157</integer>
- </dict>
- <key>@KERN_LEFT_H</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-24</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>128</integer>
- <key>backslash</key>
- <integer>41</integer>
- </dict>
- <key>@KERN_LEFT_Hardsigncyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-27</integer>
- <key>afii10024</key>
- <integer>-41</integer>
- <key>afii10041</key>
- <integer>-13</integer>
- <key>afii10044</key>
- <integer>-152</integer>
- <key>afii10049</key>
- <integer>-7</integer>
- <key>checyrillic</key>
- <integer>-7</integer>
- <key>hardsigncyrillic</key>
- <integer>-42</integer>
- <key>question</key>
- <integer>-21</integer>
- <key>seven</key>
- <integer>-41</integer>
- <key>tecyrillic</key>
- <integer>-14</integer>
- <key>tenge</key>
- <integer>-42</integer>
- <key>underscore</key>
- <integer>-21</integer>
- <key>zhecyrillic</key>
- <integer>-28</integer>
- </dict>
- <key>@KERN_LEFT_IJacute</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-173</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-22</integer>
- <key>backslash</key>
- <integer>40</integer>
- <key>slash</key>
- <integer>-83</integer>
- <key>underscore</key>
- <integer>-125</integer>
- </dict>
- <key>@KERN_LEFT_K</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-290</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-89</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>176</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-28</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>asterisk.case</key>
- <integer>-128</integer>
- <key>at</key>
- <integer>-75</integer>
- <key>eight</key>
- <integer>-22</integer>
- <key>five</key>
- <integer>-48</integer>
- <key>four</key>
- <integer>-77</integer>
- <key>infinity</key>
- <integer>-90</integer>
- <key>less</key>
- <integer>-172</integer>
- <key>logicalnot</key>
- <integer>-158</integer>
- <key>multiply</key>
- <integer>-83</integer>
- <key>nine</key>
- <integer>-70</integer>
- <key>nine.1</key>
- <integer>-70</integer>
- <key>periodcentered</key>
- <integer>-123</integer>
- <key>tbar</key>
- <integer>-77</integer>
- <key>three</key>
- <integer>-20</integer>
- </dict>
- <key>@KERN_LEFT_L</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-404</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-376</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-199</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-525</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-331</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-310</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-103</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-282</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-254</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-228</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-186</integer>
- <key>Tbar</key>
- <integer>-261</integer>
- <key>backslash</key>
- <integer>-41</integer>
- <key>eight</key>
- <integer>-15</integer>
- <key>four</key>
- <integer>-13</integer>
- <key>less</key>
- <integer>-111</integer>
- <key>logicalnot</key>
- <integer>-240</integer>
- <key>periodcentered</key>
- <integer>-165</integer>
- <key>question</key>
- <integer>-199</integer>
- <key>seven</key>
- <integer>-96</integer>
- </dict>
- <key>@KERN_LEFT_Ohorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>77</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_b</key>
- <integer>28</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>35</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-173</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>21</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>165</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>83</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>21</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>27</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>27</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-27</integer>
- <key>Hbar</key>
- <integer>62</integer>
- <key>L_slash</key>
- <integer>82</integer>
- <key>Tbar</key>
- <integer>109</integer>
- <key>asciitilde</key>
- <integer>-21</integer>
- <key>at</key>
- <integer>-63</integer>
- <key>backslash</key>
- <integer>82</integer>
- <key>bullet</key>
- <integer>-21</integer>
- <key>copyright</key>
- <integer>-63</integer>
- <key>emdash</key>
- <integer>-22</integer>
- <key>endash</key>
- <integer>-21</integer>
- <key>exclamdown</key>
- <integer>-62</integer>
- <key>figuredash</key>
- <integer>-20</integer>
- <key>four</key>
- <integer>-40</integer>
- <key>fraction</key>
- <integer>-41</integer>
- <key>hyphenbullet</key>
- <integer>-21</integer>
- <key>infinity</key>
- <integer>-62</integer>
- <key>integral</key>
- <integer>-62</integer>
- <key>less</key>
- <integer>-40</integer>
- <key>logicalnot</key>
- <integer>-63</integer>
- <key>lozenge</key>
- <integer>-40</integer>
- <key>lslash</key>
- <integer>33</integer>
- <key>multiply</key>
- <integer>-63</integer>
- <key>partialdiff</key>
- <integer>-61</integer>
- <key>periodcentered</key>
- <integer>-63</integer>
- <key>product</key>
- <integer>55</integer>
- <key>questiondown</key>
- <integer>-104</integer>
- <key>seven</key>
- <integer>69</integer>
- <key>slash</key>
- <integer>-62</integer>
- <key>summation</key>
- <integer>56</integer>
- </dict>
- <key>@KERN_LEFT_Omegagreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-28</integer>
- <key>pi</key>
- <integer>-7</integer>
- <key>tau</key>
- <integer>-15</integer>
- <key>theta</key>
- <integer>-6</integer>
- <key>xi</key>
- <integer>-14</integer>
- <key>zeta</key>
- <integer>-15</integer>
- </dict>
- <key>@KERN_LEFT_Omicrongreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-83</integer>
- <key>Omega</key>
- <integer>-14</integer>
- <key>Psi</key>
- <integer>-40</integer>
- <key>Sigma</key>
- <integer>-56</integer>
- <key>backslash</key>
- <integer>14</integer>
- <key>lambda</key>
- <integer>-96</integer>
- <key>pi</key>
- <integer>-21</integer>
- <key>rho</key>
- <integer>-20</integer>
- <key>seven</key>
- <integer>-14</integer>
- <key>slash</key>
- <integer>-70</integer>
- <key>tau</key>
- <integer>-22</integer>
- <key>underscore</key>
- <integer>-137</integer>
- <key>xi</key>
- <integer>-21</integer>
- <key>zeta</key>
- <integer>-20</integer>
- </dict>
- <key>@KERN_LEFT_P</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-336</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-516</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-367</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-280</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-244</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-86</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-86</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-331</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-473</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>70</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>7</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-5</integer>
- <key>ampersand</key>
- <integer>-205</integer>
- <key>backslash</key>
- <integer>-35</integer>
- <key>four</key>
- <integer>-192</integer>
- <key>periodcentered</key>
- <integer>-93</integer>
- <key>seven</key>
- <integer>-42</integer>
- <key>slash</key>
- <integer>-315</integer>
- <key>underscore</key>
- <integer>-288</integer>
- </dict>
- <key>@KERN_LEFT_R</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-115</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-197</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>14</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>34</integer>
- <key>four</key>
- <integer>-15</integer>
- <key>periodcentered</key>
- <integer>-32</integer>
- </dict>
- <key>@KERN_LEFT_S</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-163</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>80</integer>
- <key>periodcentered</key>
- <integer>-7</integer>
- </dict>
- <key>@KERN_LEFT_T</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-388</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-532</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-149</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-542</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-326</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-311</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-393</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-408</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-283</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-283</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-320</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-282</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-488</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-333</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-362</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-376</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-340</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-342</integer>
- <key>adieresis</key>
- <integer>-96</integer>
- <key>ampersand</key>
- <integer>-174</integer>
- <key>atilde</key>
- <integer>-80</integer>
- <key>backslash</key>
- <integer>42</integer>
- <key>edieresis</key>
- <integer>-128</integer>
- <key>four</key>
- <integer>-278</integer>
- <key>idieresis</key>
- <integer>176</integer>
- <key>itilde</key>
- <integer>16</integer>
- <key>less</key>
- <integer>-199</integer>
- <key>ntilde</key>
- <integer>-96</integer>
- <key>odieresis</key>
- <integer>-96</integer>
- <key>otilde</key>
- <integer>-112</integer>
- <key>periodcentered</key>
- <integer>-173</integer>
- <key>slash</key>
- <integer>-420</integer>
- <key>three</key>
- <integer>-15</integer>
- <key>udieresis</key>
- <integer>-112</integer>
- <key>underscore</key>
- <integer>-166</integer>
- <key>utilde</key>
- <integer>-96</integer>
- <key>ydieresis</key>
- <integer>-80</integer>
- </dict>
- <key>@KERN_LEFT_Ucyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-384</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_dzhecyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-171</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-186</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-213</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-157</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-432</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-63</integer>
- <key>afii10021</key>
- <integer>-54</integer>
- <key>afii10024</key>
- <integer>-48</integer>
- <key>afii10025</key>
- <integer>-48</integer>
- <key>afii10038</key>
- <integer>-76</integer>
- <key>afii10041</key>
- <integer>-8</integer>
- <key>afii10044</key>
- <integer>-34</integer>
- <key>afii10047</key>
- <integer>-48</integer>
- <key>afii10049</key>
- <integer>-56</integer>
- <key>ampersand</key>
- <integer>-35</integer>
- <key>becyrillic</key>
- <integer>-89</integer>
- <key>checyrillic</key>
- <integer>-117</integer>
- <key>decyrillic</key>
- <integer>-171</integer>
- <key>eight</key>
- <integer>-55</integer>
- <key>ereversedcyrillic</key>
- <integer>-157</integer>
- <key>five</key>
- <integer>-35</integer>
- <key>four</key>
- <integer>-137</integer>
- <key>greater</key>
- <integer>-14</integer>
- <key>hardsigncyrillic</key>
- <integer>-84</integer>
- <key>hryvnia</key>
- <integer>-48</integer>
- <key>iacyrillic</key>
- <integer>-179</integer>
- <key>less</key>
- <integer>-96</integer>
- <key>logicalnot</key>
- <integer>-48</integer>
- <key>multiply</key>
- <integer>-69</integer>
- <key>nine</key>
- <integer>-34</integer>
- <key>nine.1</key>
- <integer>-34</integer>
- <key>numbersign</key>
- <integer>-29</integer>
- <key>question</key>
- <integer>-15</integer>
- <key>tecyrillic</key>
- <integer>-89</integer>
- <key>tenge</key>
- <integer>-6</integer>
- <key>three</key>
- <integer>-63</integer>
- <key>underscore</key>
- <integer>-268</integer>
- <key>uni20BD</key>
- <integer>-13</integer>
- <key>zecyrillic</key>
- <integer>-144</integer>
- <key>zhecyrillic</key>
- <integer>-125</integer>
- </dict>
- <key>@KERN_LEFT_Uhorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-322</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-268</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>56</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>15</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_b</key>
- <integer>33</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>123</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-254</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>22</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>192</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>40</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-331</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-137</integer>
- <key>Hbar</key>
- <integer>40</integer>
- <key>Tbar</key>
- <integer>54</integer>
- <key>ampersand</key>
- <integer>-61</integer>
- <key>asciitilde</key>
- <integer>-83</integer>
- <key>at</key>
- <integer>-96</integer>
- <key>backslash</key>
- <integer>96</integer>
- <key>bullet</key>
- <integer>-206</integer>
- <key>copyright</key>
- <integer>-41</integer>
- <key>emdash</key>
- <integer>-205</integer>
- <key>endash</key>
- <integer>-207</integer>
- <key>exclamdown</key>
- <integer>-40</integer>
- <key>figuredash</key>
- <integer>-205</integer>
- <key>four</key>
- <integer>-144</integer>
- <key>hyphenbullet</key>
- <integer>-207</integer>
- <key>infinity</key>
- <integer>-165</integer>
- <key>integral</key>
- <integer>-206</integer>
- <key>less</key>
- <integer>-151</integer>
- <key>logicalnot</key>
- <integer>-207</integer>
- <key>lslash</key>
- <integer>42</integer>
- <key>multiply</key>
- <integer>-164</integer>
- <key>partialdiff</key>
- <integer>-83</integer>
- <key>periodcentered</key>
- <integer>-165</integer>
- <key>product</key>
- <integer>27</integer>
- <key>questiondown</key>
- <integer>-206</integer>
- <key>radical</key>
- <integer>-42</integer>
- <key>seven</key>
- <integer>48</integer>
- <key>slash</key>
- <integer>-151</integer>
- <key>summation</key>
- <integer>29</integer>
- <key>trianglebullet</key>
- <integer>-84</integer>
- <key>underscore</key>
- <integer>-125</integer>
- </dict>
- <key>@KERN_LEFT_V</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-352</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-308</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-208</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-173</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-261</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>144</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-288</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-55</integer>
- <key>adieresis</key>
- <integer>-160</integer>
- <key>ampersand</key>
- <integer>-139</integer>
- <key>at</key>
- <integer>-88</integer>
- <key>atilde</key>
- <integer>-176</integer>
- <key>backslash</key>
- <integer>56</integer>
- <key>eight</key>
- <integer>-48</integer>
- <key>four</key>
- <integer>-102</integer>
- <key>infinity</key>
- <integer>-82</integer>
- <key>itilde</key>
- <integer>-16</integer>
- <key>less</key>
- <integer>-165</integer>
- <key>logicalnot</key>
- <integer>-166</integer>
- <key>multiply</key>
- <integer>-118</integer>
- <key>nine</key>
- <integer>-21</integer>
- <key>nine.1</key>
- <integer>-21</integer>
- <key>odieresis</key>
- <integer>-144</integer>
- <key>otilde</key>
- <integer>-176</integer>
- <key>periodcentered</key>
- <integer>-103</integer>
- <key>questiongreek</key>
- <integer>-62</integer>
- <key>slash</key>
- <integer>-187</integer>
- <key>underscore</key>
- <integer>-260</integer>
- </dict>
- <key>@KERN_LEFT_Vecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-29</integer>
- <key>afii10044</key>
- <integer>-56</integer>
- <key>afii10049</key>
- <integer>-8</integer>
- <key>checyrillic</key>
- <integer>-7</integer>
- <key>hardsigncyrillic</key>
- <integer>-22</integer>
- <key>iacyrillic</key>
- <integer>-28</integer>
- <key>tecyrillic</key>
- <integer>-21</integer>
- <key>tenge</key>
- <integer>-6</integer>
- <key>underscore</key>
- <integer>-83</integer>
- <key>zecyrillic</key>
- <integer>-13</integer>
- <key>zhecyrillic</key>
- <integer>-22</integer>
- </dict>
- <key>@KERN_LEFT_W</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-256</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-160</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-172</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-159</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-200</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-157</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>160</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-282</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-77</integer>
- <key>ampersand</key>
- <integer>-138</integer>
- <key>at</key>
- <integer>-35</integer>
- <key>backslash</key>
- <integer>54</integer>
- <key>eight</key>
- <integer>-75</integer>
- <key>five</key>
- <integer>-42</integer>
- <key>four</key>
- <integer>-102</integer>
- <key>infinity</key>
- <integer>-56</integer>
- <key>less</key>
- <integer>-164</integer>
- <key>logicalnot</key>
- <integer>-76</integer>
- <key>multiply</key>
- <integer>-62</integer>
- <key>nine</key>
- <integer>-35</integer>
- <key>nine.1</key>
- <integer>-35</integer>
- <key>periodcentered</key>
- <integer>-88</integer>
- <key>slash</key>
- <integer>-166</integer>
- <key>three</key>
- <integer>-77</integer>
- <key>underscore</key>
- <integer>-262</integer>
- </dict>
- <key>@KERN_LEFT_X</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-224</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>160</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-103</integer>
- <key>ampersand</key>
- <integer>-61</integer>
- <key>at</key>
- <integer>-68</integer>
- <key>backslash</key>
- <integer>42</integer>
- <key>eight</key>
- <integer>-40</integer>
- <key>four</key>
- <integer>-76</integer>
- <key>infinity</key>
- <integer>-55</integer>
- <key>less</key>
- <integer>-173</integer>
- <key>nine</key>
- <integer>-22</integer>
- <key>nine.1</key>
- <integer>-22</integer>
- <key>periodcentered</key>
- <integer>-144</integer>
- <key>slash</key>
- <integer>-40</integer>
- <key>three</key>
- <integer>-48</integer>
- </dict>
- <key>@KERN_LEFT_Y</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-490</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-272</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-182</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-422</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-233</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-475</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-157</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-193</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-296</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>176</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-227</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-128</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-103</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-131</integer>
- <key>adieresis</key>
- <integer>-160</integer>
- <key>ampersand</key>
- <integer>-179</integer>
- <key>at</key>
- <integer>-83</integer>
- <key>atilde</key>
- <integer>-176</integer>
- <key>backslash</key>
- <integer>48</integer>
- <key>edieresis</key>
- <integer>-192</integer>
- <key>eight</key>
- <integer>-88</integer>
- <key>five</key>
- <integer>-35</integer>
- <key>four</key>
- <integer>-205</integer>
- <key>infinity</key>
- <integer>-118</integer>
- <key>itilde</key>
- <integer>-32</integer>
- <key>less</key>
- <integer>-253</integer>
- <key>logicalnot</key>
- <integer>-165</integer>
- <key>multiply</key>
- <integer>-131</integer>
- <key>nine</key>
- <integer>-48</integer>
- <key>nine.1</key>
- <integer>-48</integer>
- <key>odieresis</key>
- <integer>-144</integer>
- <key>otilde</key>
- <integer>-176</integer>
- <key>periodcentered</key>
- <integer>-166</integer>
- <key>questiongreek</key>
- <integer>-158</integer>
- <key>slash</key>
- <integer>-206</integer>
- <key>three</key>
- <integer>-70</integer>
- <key>underscore</key>
- <integer>-288</integer>
- </dict>
- <key>@KERN_LEFT_Z</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>144</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-15</integer>
- <key>four</key>
- <integer>-33</integer>
- <key>less</key>
- <integer>-83</integer>
- <key>periodcentered</key>
- <integer>-84</integer>
- </dict>
- <key>@KERN_LEFT_a</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-264</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-158</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-272</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-184</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-48</integer>
- <key>seven</key>
- <integer>-64</integer>
- <key>slash</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-40</integer>
- <key>pi</key>
- <integer>-28</integer>
- <key>tau</key>
- <integer>-29</integer>
- </dict>
- <key>@KERN_LEFT_acyrillic</key>
- <dict>
- <key>hardsigncyrillic</key>
- <integer>-14</integer>
- <key>tecyrillic</key>
- <integer>-22</integer>
- </dict>
- <key>@KERN_LEFT_ae</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-298</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-446</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-58</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-44</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-63</integer>
- <key>Tbar</key>
- <integer>-40</integer>
- <key>seven</key>
- <integer>-62</integer>
- <key>slash</key>
- <integer>15</integer>
- <key>underscore</key>
- <integer>-69</integer>
- </dict>
- <key>@KERN_LEFT_alphagreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>63</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-15</integer>
- <key>Psi</key>
- <integer>-69</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>less</key>
- <integer>-56</integer>
- <key>logicalnot</key>
- <integer>-82</integer>
- <key>pi</key>
- <integer>-77</integer>
- <key>rho</key>
- <integer>-8</integer>
- <key>slash</key>
- <integer>-48</integer>
- <key>tau</key>
- <integer>-48</integer>
- <key>theta</key>
- <integer>-40</integer>
- <key>xi</key>
- <integer>-35</integer>
- <key>zeta</key>
- <integer>-32</integer>
- </dict>
- <key>@KERN_LEFT_approxequal</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-173</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-157</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-83</integer>
- <key>Psi</key>
- <integer>-102</integer>
- <key>Tbar</key>
- <integer>-61</integer>
- <key>afii10044</key>
- <integer>-63</integer>
- <key>ampersand</key>
- <integer>-54</integer>
- <key>tenge</key>
- <integer>-54</integer>
- </dict>
- <key>@KERN_LEFT_asciicircum</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-213</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-400</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-14</integer>
- <key>Hbar</key>
- <integer>34</integer>
- <key>Psi</key>
- <integer>-28</integer>
- <key>afii10021</key>
- <integer>-48</integer>
- <key>afii10024</key>
- <integer>-35</integer>
- <key>ampersand</key>
- <integer>-96</integer>
- <key>decyrillic</key>
- <integer>-34</integer>
- <key>four</key>
- <integer>-110</integer>
- <key>underscore</key>
- <integer>-192</integer>
- <key>zecyrillic</key>
- <integer>-21</integer>
- </dict>
- <key>@KERN_LEFT_b</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-326</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-366</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-33</integer>
- <key>Tbar</key>
- <integer>-48</integer>
- <key>eight</key>
- <integer>-14</integer>
- <key>nine</key>
- <integer>-22</integer>
- <key>nine.1</key>
- <integer>-22</integer>
- <key>seven</key>
- <integer>-76</integer>
- <key>three</key>
- <integer>-14</integer>
- <key>underscore</key>
- <integer>-70</integer>
- </dict>
- <key>@KERN_LEFT_becyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-27</integer>
- <key>checyrillic</key>
- <integer>-14</integer>
- <key>decyrillic</key>
- <integer>-22</integer>
- <key>ereversedcyrillic</key>
- <integer>-7</integer>
- <key>hardsigncyrillic</key>
- <integer>-84</integer>
- <key>iacyrillic</key>
- <integer>-20</integer>
- <key>question</key>
- <integer>-35</integer>
- <key>seven</key>
- <integer>-13</integer>
- <key>tecyrillic</key>
- <integer>-40</integer>
- <key>three</key>
- <integer>-21</integer>
- <key>zecyrillic</key>
- <integer>-28</integer>
- <key>zhecyrillic</key>
- <integer>-77</integer>
- </dict>
- <key>@KERN_LEFT_braceleft</key>
- <dict>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>82</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-15</integer>
- <key>checyrillic</key>
- <integer>-21</integer>
- <key>rho</key>
- <integer>-15</integer>
- <key>theta</key>
- <integer>-13</integer>
- <key>xi</key>
- <integer>-13</integer>
- <key>zecyrillic</key>
- <integer>-15</integer>
- <key>zeta</key>
- <integer>-13</integer>
- </dict>
- <key>@KERN_LEFT_braceleft.case</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-80</integer>
- </dict>
- <key>@KERN_LEFT_c</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-52</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-462</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-18</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-202</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-120</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-436</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>6</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-4</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>17</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-5</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>0</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-53</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-17</integer>
- <key>fraction</key>
- <integer>94</integer>
- <key>seven</key>
- <integer>-38</integer>
- <key>underscore</key>
- <integer>-38</integer>
- </dict>
- <key>@KERN_LEFT_colon</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-158</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>8</integer>
- <key>Psi</key>
- <integer>-157</integer>
- <key>afii10044</key>
- <integer>-70</integer>
- <key>four</key>
- <integer>-20</integer>
- <key>seven</key>
- <integer>-41</integer>
- <key>tenge</key>
- <integer>-14</integer>
- <key>three</key>
- <integer>-7</integer>
- </dict>
- <key>@KERN_LEFT_colon.case</key>
- <dict>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>8</integer>
- <key>five</key>
- <integer>24</integer>
- <key>seven</key>
- <integer>-14</integer>
- <key>three</key>
- <integer>-7</integer>
- </dict>
- <key>@KERN_LEFT_comma</key>
- <dict>
- <key>quotedblreversed</key>
- <integer>-128</integer>
- <key>quotereversed</key>
- <integer>-128</integer>
- </dict>
- <key>@KERN_LEFT_dagger</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-199</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-214</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-8</integer>
- <key>Hbar</key>
- <integer>54</integer>
- <key>Psi</key>
- <integer>-22</integer>
- <key>ampersand</key>
- <integer>-55</integer>
- <key>eight</key>
- <integer>-13</integer>
- <key>four</key>
- <integer>-15</integer>
- </dict>
- <key>@KERN_LEFT_dcaron</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>15</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>111</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>54</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>63</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>139</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>82</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>83</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>61</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>158</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>138</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>103</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>212</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>90</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>103</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>88</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>56</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>62</integer>
- <key>Hbar</key>
- <integer>144</integer>
- <key>Tbar</key>
- <integer>116</integer>
- <key>backslash</key>
- <integer>132</integer>
- <key>eight</key>
- <integer>41</integer>
- <key>exclam</key>
- <integer>84</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>question</key>
- <integer>88</integer>
- <key>seven</key>
- <integer>109</integer>
- <key>three</key>
- <integer>6</integer>
- </dict>
- <key>@KERN_LEFT_decyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>40</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>13</integer>
- <key>bracketleft</key>
- <integer>27</integer>
- <key>checyrillic</key>
- <integer>-14</integer>
- <key>decyrillic</key>
- <integer>56</integer>
- <key>hardsigncyrillic</key>
- <integer>-28</integer>
- <key>slash</key>
- <integer>68</integer>
- <key>underscore</key>
- <integer>63</integer>
- </dict>
- <key>@KERN_LEFT_deltagreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-137</integer>
- <key>Psi</key>
- <integer>-130</integer>
- <key>Sigma</key>
- <integer>-14</integer>
- <key>eight</key>
- <integer>-14</integer>
- <key>lambda</key>
- <integer>-104</integer>
- <key>nine</key>
- <integer>-22</integer>
- <key>nine.1</key>
- <integer>-22</integer>
- <key>pi</key>
- <integer>-70</integer>
- <key>rho</key>
- <integer>-13</integer>
- <key>seven</key>
- <integer>-75</integer>
- <key>tau</key>
- <integer>-48</integer>
- <key>three</key>
- <integer>-35</integer>
- <key>underscore</key>
- <integer>-68</integer>
- </dict>
- <key>@KERN_LEFT_divide</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-408</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-160</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-15</integer>
- <key>Psi</key>
- <integer>-138</integer>
- <key>Tbar</key>
- <integer>-96</integer>
- <key>afii10021</key>
- <integer>-35</integer>
- <key>afii10024</key>
- <integer>-207</integer>
- <key>afii10025</key>
- <integer>-88</integer>
- <key>afii10041</key>
- <integer>-48</integer>
- <key>afii10044</key>
- <integer>-166</integer>
- <key>afii10047</key>
- <integer>-28</integer>
- <key>afii10049</key>
- <integer>-55</integer>
- <key>lambda</key>
- <integer>-102</integer>
- <key>pi</key>
- <integer>-61</integer>
- <key>tau</key>
- <integer>-28</integer>
- <key>tecyrillic</key>
- <integer>-15</integer>
- </dict>
- <key>@KERN_LEFT_dotlessi</key>
- <dict>
- <key>@KERN_RIGHT_V</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-190</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-32</integer>
- </dict>
- <key>@KERN_LEFT_ecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-48</integer>
- <key>checyrillic</key>
- <integer>-22</integer>
- <key>hardsigncyrillic</key>
- <integer>-34</integer>
- <key>iacyrillic</key>
- <integer>-21</integer>
- <key>seven</key>
- <integer>-13</integer>
- <key>tecyrillic</key>
- <integer>-56</integer>
- <key>zhecyrillic</key>
- <integer>-77</integer>
- </dict>
- <key>@KERN_LEFT_eight</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-88</integer>
- <key>afii10024</key>
- <integer>-20</integer>
- <key>backslash</key>
- <integer>22</integer>
- <key>nine</key>
- <integer>-8</integer>
- <key>nine.1</key>
- <integer>-162</integer>
- <key>underscore</key>
- <integer>-103</integer>
- </dict>
- <key>@KERN_LEFT_eightsub</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-282</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-283</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-200</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-297</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>159</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-84</integer>
- <key>Psi</key>
- <integer>-296</integer>
- <key>Tbar</key>
- <integer>-192</integer>
- <key>afii10041</key>
- <integer>-56</integer>
- <key>afii10044</key>
- <integer>-48</integer>
- <key>five</key>
- <integer>-14</integer>
- <key>pi</key>
- <integer>-90</integer>
- <key>tau</key>
- <integer>-90</integer>
- </dict>
- <key>@KERN_LEFT_eightsuperior</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-213</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-331</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-330</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-199</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>48</integer>
- <key>Hbar</key>
- <integer>62</integer>
- <key>afii10021</key>
- <integer>-35</integer>
- <key>ampersand</key>
- <integer>-22</integer>
- <key>four</key>
- <integer>-144</integer>
- <key>pi</key>
- <integer>48</integer>
- <key>rho</key>
- <integer>-56</integer>
- <key>tau</key>
- <integer>48</integer>
- <key>theta</key>
- <integer>-15</integer>
- <key>xi</key>
- <integer>-54</integer>
- <key>zeta</key>
- <integer>-54</integer>
- </dict>
- <key>@KERN_LEFT_epsilongreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-14</integer>
- <key>Psi</key>
- <integer>-77</integer>
- <key>Sigma</key>
- <integer>-13</integer>
- <key>lambda</key>
- <integer>-83</integer>
- <key>pi</key>
- <integer>-15</integer>
- <key>rho</key>
- <integer>-6</integer>
- <key>seven</key>
- <integer>-27</integer>
- <key>tau</key>
- <integer>-6</integer>
- <key>theta</key>
- <integer>-7</integer>
- <key>underscore</key>
- <integer>-48</integer>
- <key>xi</key>
- <integer>-7</integer>
- <key>zeta</key>
- <integer>-6</integer>
- </dict>
- <key>@KERN_LEFT_f</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-128</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-218</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-200</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>32</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-232</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>31</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-87</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>192</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-158</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>32</integer>
- <key>ampersand</key>
- <integer>-68</integer>
- <key>four</key>
- <integer>-144</integer>
- <key>periodcentered</key>
- <integer>-34</integer>
- <key>slash</key>
- <integer>-128</integer>
- <key>underscore</key>
- <integer>-228</integer>
- </dict>
- <key>@KERN_LEFT_g</key>
- <dict>
- <key>@KERN_RIGHT_V</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>33</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-40</integer>
- <key>seven</key>
- <integer>-20</integer>
- <key>underscore</key>
- <integer>62</integer>
- </dict>
- <key>@KERN_LEFT_gammagreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-39</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>62</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>40</integer>
- <key>Psi</key>
- <integer>-13</integer>
- <key>Sigma</key>
- <integer>-62</integer>
- <key>ampersand</key>
- <integer>-15</integer>
- <key>eight</key>
- <integer>-14</integer>
- <key>four</key>
- <integer>-29</integer>
- <key>lambda</key>
- <integer>-158</integer>
- <key>less</key>
- <integer>-56</integer>
- <key>logicalnot</key>
- <integer>-48</integer>
- <key>nine</key>
- <integer>-22</integer>
- <key>nine.1</key>
- <integer>-22</integer>
- <key>pi</key>
- <integer>-8</integer>
- <key>rho</key>
- <integer>-55</integer>
- <key>seven</key>
- <integer>-76</integer>
- <key>slash</key>
- <integer>-48</integer>
- <key>tau</key>
- <integer>35</integer>
- <key>theta</key>
- <integer>-32</integer>
- <key>three</key>
- <integer>-35</integer>
- <key>underscore</key>
- <integer>-118</integer>
- <key>xi</key>
- <integer>-40</integer>
- <key>zeta</key>
- <integer>-44</integer>
- </dict>
- <key>@KERN_LEFT_gecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-260</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-323</integer>
- <key>ampersand</key>
- <integer>-14</integer>
- <key>becyrillic</key>
- <integer>-6</integer>
- <key>checyrillic</key>
- <integer>-14</integer>
- <key>decyrillic</key>
- <integer>-61</integer>
- <key>ereversedcyrillic</key>
- <integer>-22</integer>
- <key>four</key>
- <integer>-41</integer>
- <key>iacyrillic</key>
- <integer>-41</integer>
- <key>integral</key>
- <integer>-75</integer>
- <key>less</key>
- <integer>-21</integer>
- <key>logicalnot</key>
- <integer>-48</integer>
- <key>multiply</key>
- <integer>-22</integer>
- <key>slash</key>
- <integer>-77</integer>
- <key>three</key>
- <integer>-7</integer>
- <key>underscore</key>
- <integer>-68</integer>
- <key>zecyrillic</key>
- <integer>-34</integer>
- <key>zhecyrillic</key>
- <integer>-27</integer>
- </dict>
- <key>@KERN_LEFT_guillemotleft</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-150</integer>
- <key>afii10024</key>
- <integer>-55</integer>
- <key>afii10025</key>
- <integer>-15</integer>
- <key>afii10041</key>
- <integer>-29</integer>
- <key>afii10044</key>
- <integer>-165</integer>
- <key>afii10049</key>
- <integer>-34</integer>
- <key>checyrillic</key>
- <integer>-62</integer>
- <key>four</key>
- <integer>-33</integer>
- <key>seven</key>
- <integer>-27</integer>
- <key>tecyrillic</key>
- <integer>-14</integer>
- <key>tenge</key>
- <integer>-27</integer>
- <key>zecyrillic</key>
- <integer>-48</integer>
- </dict>
- <key>@KERN_LEFT_guillemotright</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-171</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-283</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-159</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-158</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-102</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-63</integer>
- <key>Psi</key>
- <integer>-240</integer>
- <key>Tbar</key>
- <integer>-42</integer>
- <key>afii10024</key>
- <integer>-110</integer>
- <key>afii10025</key>
- <integer>-28</integer>
- <key>afii10041</key>
- <integer>-62</integer>
- <key>afii10044</key>
- <integer>-199</integer>
- <key>afii10047</key>
- <integer>-20</integer>
- <key>afii10049</key>
- <integer>-48</integer>
- <key>checyrillic</key>
- <integer>-20</integer>
- <key>eight</key>
- <integer>-68</integer>
- <key>hardsigncyrillic</key>
- <integer>-27</integer>
- <key>pi</key>
- <integer>-48</integer>
- <key>seven</key>
- <integer>-138</integer>
- <key>tau</key>
- <integer>-48</integer>
- <key>tecyrillic</key>
- <integer>-70</integer>
- <key>tenge</key>
- <integer>-15</integer>
- <key>three</key>
- <integer>-61</integer>
- <key>zecyrillic</key>
- <integer>-56</integer>
- <key>zhecyrillic</key>
- <integer>-75</integer>
- </dict>
- <key>@KERN_LEFT_hardsigncyrillic</key>
- <dict>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-14</integer>
- <key>checyrillic</key>
- <integer>-34</integer>
- <key>hardsigncyrillic</key>
- <integer>-124</integer>
- <key>iacyrillic</key>
- <integer>-15</integer>
- <key>question</key>
- <integer>-48</integer>
- <key>seven</key>
- <integer>-42</integer>
- <key>tecyrillic</key>
- <integer>-83</integer>
- <key>zecyrillic</key>
- <integer>-13</integer>
- <key>zhecyrillic</key>
- <integer>-40</integer>
- </dict>
- <key>@KERN_LEFT_idieresis</key>
- <dict>
- <key>@KERN_RIGHT_B</key>
- <integer>144</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>16</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>160</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>160</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>160</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>208</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>112</integer>
- <key>V</key>
- <integer>160</integer>
- <key>idieresisacute</key>
- <integer>272</integer>
- <key>jcrosstail</key>
- <integer>-112</integer>
- <key>seven</key>
- <integer>160</integer>
- </dict>
- <key>@KERN_LEFT_iotadieresisgreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>61</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-14</integer>
- <key>Psi</key>
- <integer>-68</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>lambda</key>
- <integer>33</integer>
- <key>less</key>
- <integer>-56</integer>
- <key>logicalnot</key>
- <integer>-84</integer>
- <key>pi</key>
- <integer>-75</integer>
- <key>rho</key>
- <integer>-19</integer>
- <key>slash</key>
- <integer>-48</integer>
- <key>tau</key>
- <integer>-48</integer>
- <key>theta</key>
- <integer>-40</integer>
- <key>underscore</key>
- <integer>-88</integer>
- <key>xi</key>
- <integer>-33</integer>
- <key>zeta</key>
- <integer>-32</integer>
- </dict>
- <key>@KERN_LEFT_k</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-406</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-89</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-103</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-160</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-29</integer>
- <key>ampersand</key>
- <integer>-55</integer>
- <key>at</key>
- <integer>-28</integer>
- <key>braceleft</key>
- <integer>-35</integer>
- <key>eight</key>
- <integer>-20</integer>
- <key>five</key>
- <integer>-40</integer>
- <key>four</key>
- <integer>-90</integer>
- <key>infinity</key>
- <integer>-14</integer>
- <key>less</key>
- <integer>-199</integer>
- <key>logicalnot</key>
- <integer>-179</integer>
- <key>nine</key>
- <integer>-20</integer>
- <key>nine.1</key>
- <integer>-20</integer>
- <key>parenleft</key>
- <integer>-15</integer>
- <key>periodcentered</key>
- <integer>-90</integer>
- <key>question</key>
- <integer>-6</integer>
- <key>seven</key>
- <integer>-63</integer>
- </dict>
- <key>@KERN_LEFT_kacyrillic</key>
- <dict>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-15</integer>
- <key>at</key>
- <integer>-21</integer>
- <key>becyrillic</key>
- <integer>-48</integer>
- <key>checyrillic</key>
- <integer>-62</integer>
- <key>ereversedcyrillic</key>
- <integer>-70</integer>
- <key>five</key>
- <integer>-20</integer>
- <key>four</key>
- <integer>-34</integer>
- <key>hardsigncyrillic</key>
- <integer>-54</integer>
- <key>iacyrillic</key>
- <integer>-29</integer>
- <key>less</key>
- <integer>-35</integer>
- <key>question</key>
- <integer>-13</integer>
- <key>tecyrillic</key>
- <integer>-48</integer>
- <key>three</key>
- <integer>-20</integer>
- <key>zecyrillic</key>
- <integer>-56</integer>
- <key>zhecyrillic</key>
- <integer>-7</integer>
- </dict>
- <key>@KERN_LEFT_nine</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_colon.case</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-128</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-89</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-123</integer>
- <key>afii10024</key>
- <integer>-48</integer>
- <key>afii10044</key>
- <integer>-20</integer>
- <key>backslash</key>
- <integer>56</integer>
- <key>seven</key>
- <integer>-55</integer>
- <key>tenge</key>
- <integer>-15</integer>
- <key>three</key>
- <integer>-22</integer>
- <key>underscore</key>
- <integer>-144</integer>
- </dict>
- <key>@KERN_LEFT_ohorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-187</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>40</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_colon.case</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>40</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>54</integer>
- <key>Hbar</key>
- <integer>103</integer>
- <key>L_slash</key>
- <integer>22</integer>
- <key>ampersand</key>
- <integer>-15</integer>
- <key>asciitilde</key>
- <integer>-55</integer>
- <key>at</key>
- <integer>-21</integer>
- <key>backslash</key>
- <integer>102</integer>
- <key>copyright</key>
- <integer>-22</integer>
- <key>emdash</key>
- <integer>-82</integer>
- <key>endash</key>
- <integer>-83</integer>
- <key>exclamdown</key>
- <integer>-54</integer>
- <key>figuredash</key>
- <integer>-84</integer>
- <key>four</key>
- <integer>-41</integer>
- <key>hyphenbullet</key>
- <integer>-54</integer>
- <key>infinity</key>
- <integer>-76</integer>
- <key>integral</key>
- <integer>-54</integer>
- <key>less</key>
- <integer>-75</integer>
- <key>logicalnot</key>
- <integer>-75</integer>
- <key>lslash</key>
- <integer>21</integer>
- <key>multiply</key>
- <integer>-75</integer>
- <key>partialdiff</key>
- <integer>-61</integer>
- <key>periodcentered</key>
- <integer>-55</integer>
- <key>question</key>
- <integer>70</integer>
- <key>questiondown</key>
- <integer>-77</integer>
- <key>tbar</key>
- <integer>83</integer>
- <key>underscore</key>
- <integer>-56</integer>
- </dict>
- <key>@KERN_LEFT_omegagreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-139</integer>
- <key>Psi</key>
- <integer>-151</integer>
- <key>Sigma</key>
- <integer>-21</integer>
- <key>eight</key>
- <integer>-13</integer>
- <key>lambda</key>
- <integer>-96</integer>
- <key>nine</key>
- <integer>-22</integer>
- <key>nine.1</key>
- <integer>-22</integer>
- <key>pi</key>
- <integer>-48</integer>
- <key>rho</key>
- <integer>-29</integer>
- <key>seven</key>
- <integer>-77</integer>
- <key>tau</key>
- <integer>-20</integer>
- <key>three</key>
- <integer>-34</integer>
- <key>underscore</key>
- <integer>-70</integer>
- <key>zeta</key>
- <integer>-14</integer>
- </dict>
- <key>@KERN_LEFT_one</key>
- <dict>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>10</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-44</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>17</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>4</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-4</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-4</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-48</integer>
- <key>ampersand</key>
- <integer>18</integer>
- <key>eight</key>
- <integer>-128</integer>
- <key>five</key>
- <integer>-112</integer>
- <key>four</key>
- <integer>-64</integer>
- <key>four.1</key>
- <integer>-112</integer>
- <key>j</key>
- <integer>-128</integer>
- <key>nine</key>
- <integer>-64</integer>
- <key>nine.1</key>
- <integer>-112</integer>
- <key>seven</key>
- <integer>-96</integer>
- <key>six</key>
- <integer>-80</integer>
- <key>six.1</key>
- <integer>-80</integer>
- <key>three</key>
- <integer>-64</integer>
- </dict>
- <key>@KERN_LEFT_psigreek</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-139</integer>
- <key>Psi</key>
- <integer>-137</integer>
- <key>eight</key>
- <integer>-13</integer>
- <key>lambda</key>
- <integer>-125</integer>
- <key>nine</key>
- <integer>-20</integer>
- <key>nine.1</key>
- <integer>-20</integer>
- <key>pi</key>
- <integer>-34</integer>
- <key>rho</key>
- <integer>-20</integer>
- <key>seven</key>
- <integer>-76</integer>
- <key>tau</key>
- <integer>-21</integer>
- <key>three</key>
- <integer>-35</integer>
- <key>underscore</key>
- <integer>-69</integer>
- </dict>
- <key>@KERN_LEFT_quotedbl</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-212</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-288</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-274</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>21</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-21</integer>
- <key>afii10021</key>
- <integer>-34</integer>
- <key>afii10024</key>
- <integer>-15</integer>
- <key>afii10049</key>
- <integer>-6</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>decyrillic</key>
- <integer>-35</integer>
- <key>eight</key>
- <integer>-33</integer>
- <key>five</key>
- <integer>-21</integer>
- <key>four</key>
- <integer>-124</integer>
- </dict>
- <key>@KERN_LEFT_quotedblbase</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-171</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-172</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-213</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-171</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-173</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-34</integer>
- <key>Psi</key>
- <integer>-221</integer>
- <key>Tbar</key>
- <integer>-138</integer>
- <key>afii10021</key>
- <integer>104</integer>
- <key>afii10038</key>
- <integer>-48</integer>
- <key>afii10041</key>
- <integer>-150</integer>
- <key>afii10044</key>
- <integer>-117</integer>
- <key>checyrillic</key>
- <integer>-68</integer>
- <key>decyrillic</key>
- <integer>138</integer>
- <key>hardsigncyrillic</key>
- <integer>-89</integer>
- <key>tecyrillic</key>
- <integer>-125</integer>
- </dict>
- <key>@KERN_LEFT_quotedblleft</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-171</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-345</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-199</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-172</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-22</integer>
- <key>afii10021</key>
- <integer>-109</integer>
- <key>afii10038</key>
- <integer>-41</integer>
- <key>afii10049</key>
- <integer>-33</integer>
- <key>ampersand</key>
- <integer>-82</integer>
- <key>decyrillic</key>
- <integer>-131</integer>
- <key>eight</key>
- <integer>-70</integer>
- <key>ereversedcyrillic</key>
- <integer>-28</integer>
- <key>four</key>
- <integer>-89</integer>
- <key>iacyrillic</key>
- <integer>-55</integer>
- <key>numbersign</key>
- <integer>-22</integer>
- <key>questiondown</key>
- <integer>-88</integer>
- <key>slash</key>
- <integer>-226</integer>
- <key>three</key>
- <integer>-35</integer>
- <key>zecyrillic</key>
- <integer>-48</integer>
- </dict>
- <key>@KERN_LEFT_quotedblright</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-316</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-336</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>7</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_colon.case</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-440</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-89</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-29</integer>
- <key>afii10021</key>
- <integer>-88</integer>
- <key>afii10038</key>
- <integer>-33</integer>
- <key>ampersand</key>
- <integer>-144</integer>
- <key>asciitilde</key>
- <integer>-61</integer>
- <key>at</key>
- <integer>-111</integer>
- <key>braceleft</key>
- <integer>-69</integer>
- <key>checyrillic</key>
- <integer>-28</integer>
- <key>decyrillic</key>
- <integer>-111</integer>
- <key>eight</key>
- <integer>-124</integer>
- <key>exclamdown</key>
- <integer>-42</integer>
- <key>five</key>
- <integer>-40</integer>
- <key>four</key>
- <integer>-206</integer>
- <key>iacyrillic</key>
- <integer>-76</integer>
- <key>less</key>
- <integer>-131</integer>
- <key>mu</key>
- <integer>-63</integer>
- <key>nine</key>
- <integer>-41</integer>
- <key>nine.1</key>
- <integer>-41</integer>
- <key>numbersign</key>
- <integer>-173</integer>
- <key>questiondown</key>
- <integer>-96</integer>
- <key>rho</key>
- <integer>-144</integer>
- <key>slash</key>
- <integer>-304</integer>
- <key>theta</key>
- <integer>-144</integer>
- <key>three</key>
- <integer>-55</integer>
- <key>underscore</key>
- <integer>-139</integer>
- <key>xi</key>
- <integer>-144</integer>
- <key>zecyrillic</key>
- <integer>-48</integer>
- <key>zeta</key>
- <integer>-144</integer>
- </dict>
- <key>@KERN_LEFT_r</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-159</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-368</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>8</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>63</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>63</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>14</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>103</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>22</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>four</key>
- <integer>-40</integer>
- <key>less</key>
- <integer>-56</integer>
- <key>logicalnot</key>
- <integer>-83</integer>
- <key>question</key>
- <integer>48</integer>
- <key>seven</key>
- <integer>-13</integer>
- <key>slash</key>
- <integer>-70</integer>
- <key>t</key>
- <integer>64</integer>
- <key>tcaron</key>
- <integer>64</integer>
- <key>tccurl</key>
- <integer>64</integer>
- <key>underscore</key>
- <integer>-164</integer>
- </dict>
- <key>@KERN_LEFT_s</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-324</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-226</integer>
- <key>@KERN_RIGHT_b</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-210</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-48</integer>
- <key>periodcentered</key>
- <integer>-8</integer>
- <key>seven</key>
- <integer>-48</integer>
- <key>underscore</key>
- <integer>-69</integer>
- </dict>
- <key>@KERN_LEFT_t</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>16</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>29</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-32</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>less</key>
- <integer>-33</integer>
- <key>periodcentered</key>
- <integer>-13</integer>
- </dict>
- <key>@KERN_LEFT_two</key>
- <dict>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-6</integer>
- <key>Psi</key>
- <integer>-29</integer>
- <key>afii10024</key>
- <integer>-7</integer>
- <key>at</key>
- <integer>-6</integer>
- <key>eight</key>
- <integer>-16</integer>
- <key>four</key>
- <integer>-21</integer>
- <key>rho</key>
- <integer>-6</integer>
- <key>theta</key>
- <integer>-6</integer>
- <key>xi</key>
- <integer>-7</integer>
- </dict>
- <key>@KERN_LEFT_u</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-294</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-160</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-174</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>33</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-56</integer>
- <key>seven</key>
- <integer>-13</integer>
- <key>slash</key>
- <integer>13</integer>
- </dict>
- <key>@KERN_LEFT_uhorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>20</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>70</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>63</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>77</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>62</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>27</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>55</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>13</integer>
- <key>Hbar</key>
- <integer>63</integer>
- <key>L_slash</key>
- <integer>22</integer>
- <key>ampersand</key>
- <integer>-20</integer>
- <key>anoteleia</key>
- <integer>22</integer>
- <key>asciitilde</key>
- <integer>-42</integer>
- <key>at</key>
- <integer>-20</integer>
- <key>backslash</key>
- <integer>61</integer>
- <key>braceleft</key>
- <integer>-22</integer>
- <key>bullet</key>
- <integer>-21</integer>
- <key>emdash</key>
- <integer>-205</integer>
- <key>endash</key>
- <integer>-206</integer>
- <key>figuredash</key>
- <integer>-125</integer>
- <key>four</key>
- <integer>-55</integer>
- <key>hyphenbullet</key>
- <integer>-186</integer>
- <key>infinity</key>
- <integer>-41</integer>
- <key>integral</key>
- <integer>-104</integer>
- <key>less</key>
- <integer>-96</integer>
- <key>logicalnot</key>
- <integer>-144</integer>
- <key>lslash</key>
- <integer>21</integer>
- <key>multiply</key>
- <integer>-22</integer>
- <key>nine</key>
- <integer>22</integer>
- <key>nine.1</key>
- <integer>22</integer>
- <key>onehalf</key>
- <integer>22</integer>
- <key>onequarter</key>
- <integer>21</integer>
- <key>partialdiff</key>
- <integer>-84</integer>
- <key>percent</key>
- <integer>21</integer>
- <key>periodcentered</key>
- <integer>-75</integer>
- <key>perthousand</key>
- <integer>21</integer>
- <key>product</key>
- <integer>48</integer>
- <key>question</key>
- <integer>41</integer>
- <key>questiondown</key>
- <integer>-83</integer>
- <key>seven</key>
- <integer>22</integer>
- <key>slash</key>
- <integer>-96</integer>
- <key>summation</key>
- <integer>48</integer>
- <key>tbar</key>
- <integer>21</integer>
- <key>threequarters</key>
- <integer>21</integer>
- <key>underscore</key>
- <integer>-96</integer>
- </dict>
- <key>@KERN_LEFT_v</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-258</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-131</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-362</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-128</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-89</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>28</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-15</integer>
- <key>ampersand</key>
- <integer>-68</integer>
- <key>at</key>
- <integer>-42</integer>
- <key>backslash</key>
- <integer>13</integer>
- <key>four</key>
- <integer>-27</integer>
- <key>less</key>
- <integer>-75</integer>
- <key>logicalnot</key>
- <integer>-84</integer>
- <key>multiply</key>
- <integer>-63</integer>
- <key>periodcentered</key>
- <integer>-13</integer>
- <key>slash</key>
- <integer>-82</integer>
- <key>underscore</key>
- <integer>-228</integer>
- </dict>
- <key>@KERN_LEFT_vecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-14</integer>
- <key>checyrillic</key>
- <integer>-48</integer>
- <key>ereversedcyrillic</key>
- <integer>-14</integer>
- <key>hardsigncyrillic</key>
- <integer>-62</integer>
- <key>iacyrillic</key>
- <integer>-14</integer>
- <key>question</key>
- <integer>-33</integer>
- <key>slash</key>
- <integer>-21</integer>
- <key>tecyrillic</key>
- <integer>-38</integer>
- <key>zecyrillic</key>
- <integer>-33</integer>
- <key>zhecyrillic</key>
- <integer>-40</integer>
- </dict>
- <key>@KERN_LEFT_w</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-372</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-104</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-208</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-160</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>34</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-159</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-13</integer>
- <key>ampersand</key>
- <integer>-96</integer>
- <key>at</key>
- <integer>-20</integer>
- <key>backslash</key>
- <integer>14</integer>
- <key>four</key>
- <integer>-29</integer>
- <key>infinity</key>
- <integer>-22</integer>
- <key>less</key>
- <integer>-68</integer>
- <key>logicalnot</key>
- <integer>-62</integer>
- <key>multiply</key>
- <integer>-22</integer>
- <key>periodcentered</key>
- <integer>-21</integer>
- <key>slash</key>
- <integer>-56</integer>
- <key>underscore</key>
- <integer>-226</integer>
- </dict>
- <key>@KERN_LEFT_x</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-340</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-14</integer>
- <key>ampersand</key>
- <integer>-41</integer>
- <key>at</key>
- <integer>-28</integer>
- <key>four</key>
- <integer>-27</integer>
- <key>less</key>
- <integer>-77</integer>
- <key>multiply</key>
- <integer>-35</integer>
- <key>periodcentered</key>
- <integer>-63</integer>
- <key>seven</key>
- <integer>-15</integer>
- </dict>
- <key>@KERN_LEFT_z</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-326</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-36</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-42</integer>
- <key>less</key>
- <integer>-83</integer>
- <key>logicalnot</key>
- <integer>-77</integer>
- <key>multiply</key>
- <integer>-7</integer>
- <key>periodcentered</key>
- <integer>-33</integer>
- </dict>
- <key>Delta</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-128</integer>
- <key>eth</key>
- <integer>-21</integer>
- </dict>
- <key>Dzcaron_</key>
- <dict>
- <key>T</key>
- <integer>-70</integer>
- </dict>
- <key>Gamma</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-253</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-329</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-226</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-331</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-260</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-185</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-330</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-159</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-281</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-254</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-330</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-255</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-253</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-75</integer>
- <key>Omega</key>
- <integer>-96</integer>
- <key>ampersand</key>
- <integer>-96</integer>
- <key>backslash</key>
- <integer>29</integer>
- <key>four</key>
- <integer>-96</integer>
- <key>lambda</key>
- <integer>-103</integer>
- <key>less</key>
- <integer>-198</integer>
- <key>mu</key>
- <integer>-221</integer>
- <key>pi</key>
- <integer>-187</integer>
- <key>rho</key>
- <integer>-329</integer>
- <key>slash</key>
- <integer>-103</integer>
- <key>tau</key>
- <integer>-187</integer>
- <key>theta</key>
- <integer>-158</integer>
- <key>three</key>
- <integer>-15</integer>
- <key>underscore</key>
- <integer>-173</integer>
- <key>xi</key>
- <integer>-118</integer>
- <key>zeta</key>
- <integer>-165</integer>
- </dict>
- <key>Hbar</key>
- <dict>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>34</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>54</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>63</integer>
- </dict>
- <key>Idieresis</key>
- <dict>
- <key>Idieresis</key>
- <integer>128</integer>
- <key>Idieresisacute</key>
- <integer>128</integer>
- <key>jcrosstail</key>
- <integer>-256</integer>
- </dict>
- <key>Kappa</key>
- <dict>
- <key>tbar</key>
- <integer>-41</integer>
- </dict>
- <key>L</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-96</integer>
- <key>quotedblreversed</key>
- <integer>-128</integer>
- <key>quotereversed</key>
- <integer>-128</integer>
- </dict>
- <key>L_slash</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-131</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-235</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-89</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-253</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-267</integer>
- <key>Tbar</key>
- <integer>-88</integer>
- <key>less</key>
- <integer>-96</integer>
- <key>periodcentered</key>
- <integer>-165</integer>
- <key>question</key>
- <integer>-69</integer>
- </dict>
- <key>Lambda</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-128</integer>
- <key>eth</key>
- <integer>-21</integer>
- </dict>
- <key>Ohorn</key>
- <dict>
- <key>M</key>
- <integer>-96</integer>
- <key>dotlessi</key>
- <integer>-62</integer>
- <key>idieresisacute</key>
- <integer>165</integer>
- </dict>
- <key>Psi</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-199</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-102</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-158</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-295</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-42</integer>
- <key>Omega</key>
- <integer>-27</integer>
- <key>ampersand</key>
- <integer>-180</integer>
- <key>at</key>
- <integer>-55</integer>
- <key>backslash</key>
- <integer>48</integer>
- <key>eight</key>
- <integer>-88</integer>
- <key>five</key>
- <integer>-35</integer>
- <key>four</key>
- <integer>-207</integer>
- <key>infinity</key>
- <integer>-69</integer>
- <key>lambda</key>
- <integer>-88</integer>
- <key>less</key>
- <integer>-235</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>mu</key>
- <integer>-89</integer>
- <key>multiply</key>
- <integer>-69</integer>
- <key>nine</key>
- <integer>-34</integer>
- <key>nine.1</key>
- <integer>-34</integer>
- <key>pi</key>
- <integer>-29</integer>
- <key>rho</key>
- <integer>-96</integer>
- <key>slash</key>
- <integer>-207</integer>
- <key>tau</key>
- <integer>-27</integer>
- <key>three</key>
- <integer>-69</integer>
- <key>underscore</key>
- <integer>-171</integer>
- <key>xi</key>
- <integer>-55</integer>
- <key>zeta</key>
- <integer>-35</integer>
- </dict>
- <key>Rx</key>
- <dict>
- <key>T</key>
- <integer>-320</integer>
- </dict>
- <key>Sigma</key>
- <dict>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-13</integer>
- <key>asterisk.case</key>
- <integer>-128</integer>
- <key>four</key>
- <integer>-33</integer>
- <key>less</key>
- <integer>-82</integer>
- <key>pi</key>
- <integer>-109</integer>
- <key>rho</key>
- <integer>-35</integer>
- <key>tau</key>
- <integer>-172</integer>
- <key>theta</key>
- <integer>-96</integer>
- <key>xi</key>
- <integer>-34</integer>
- <key>zeta</key>
- <integer>-77</integer>
- </dict>
- <key>T</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-64</integer>
- <key>dotlessj</key>
- <integer>-560</integer>
- <key>eth</key>
- <integer>-144</integer>
- </dict>
- <key>Tbar</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-103</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-165</integer>
- <key>infinity</key>
- <integer>-41</integer>
- <key>less</key>
- <integer>-62</integer>
- <key>periodcentered</key>
- <integer>-84</integer>
- <key>rho</key>
- <integer>-35</integer>
- <key>theta</key>
- <integer>-35</integer>
- <key>xi</key>
- <integer>-33</integer>
- <key>zeta</key>
- <integer>-35</integer>
- </dict>
- <key>Thorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-187</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-132</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-103</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-158</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-295</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-41</integer>
- <key>Psi</key>
- <integer>-77</integer>
- <key>exclam</key>
- <integer>-34</integer>
- <key>question</key>
- <integer>-42</integer>
- </dict>
- <key>Uhorn</key>
- <dict>
- <key>dotlessi</key>
- <integer>-171</integer>
- <key>idieresisacute</key>
- <integer>220</integer>
- </dict>
- <key>V</key>
- <dict>
- <key>@KERN_RIGHT_B</key>
- <integer>-24</integer>
- <key>asterisk.case</key>
- <integer>-128</integer>
- </dict>
- <key>W</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-48</integer>
- </dict>
- <key>Y</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-160</integer>
- </dict>
- <key>a</key>
- <dict>
- <key>m</key>
- <integer>0</integer>
- </dict>
- <key>a_uni02DE</key>
- <dict>
- <key>T</key>
- <integer>-512</integer>
- </dict>
- <key>adieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-144</integer>
- <key>Gamma1</key>
- <integer>0</integer>
- </dict>
- <key>afii10018</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-6</integer>
- <key>afii10024</key>
- <integer>-20</integer>
- <key>afii10044</key>
- <integer>-116</integer>
- <key>afii10049</key>
- <integer>-29</integer>
- <key>checyrillic</key>
- <integer>-35</integer>
- <key>hardsigncyrillic</key>
- <integer>-62</integer>
- <key>iacyrillic</key>
- <integer>-15</integer>
- <key>question</key>
- <integer>-14</integer>
- <key>seven</key>
- <integer>-13</integer>
- <key>tecyrillic</key>
- <integer>-40</integer>
- <key>tenge</key>
- <integer>-62</integer>
- <key>underscore</key>
- <integer>-56</integer>
- <key>zecyrillic</key>
- <integer>-20</integer>
- <key>zhecyrillic</key>
- <integer>-56</integer>
- </dict>
- <key>afii10024</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-13</integer>
- <key>afii10024</key>
- <integer>-13</integer>
- <key>afii10025</key>
- <integer>-20</integer>
- <key>afii10038</key>
- <integer>-96</integer>
- <key>afii10041</key>
- <integer>-62</integer>
- <key>afii10044</key>
- <integer>-88</integer>
- <key>afii10047</key>
- <integer>-84</integer>
- <key>afii10049</key>
- <integer>-35</integer>
- <key>ampersand</key>
- <integer>-20</integer>
- <key>asciitilde</key>
- <integer>-48</integer>
- <key>becyrillic</key>
- <integer>-82</integer>
- <key>checyrillic</key>
- <integer>-131</integer>
- <key>eight</key>
- <integer>-34</integer>
- <key>ereversedcyrillic</key>
- <integer>-54</integer>
- <key>five</key>
- <integer>-33</integer>
- <key>four</key>
- <integer>-70</integer>
- <key>greater</key>
- <integer>-13</integer>
- <key>hardsigncyrillic</key>
- <integer>-111</integer>
- <key>hryvnia</key>
- <integer>-54</integer>
- <key>iacyrillic</key>
- <integer>-28</integer>
- <key>less</key>
- <integer>-69</integer>
- <key>logicalnot</key>
- <integer>-68</integer>
- <key>multiply</key>
- <integer>-61</integer>
- <key>nine</key>
- <integer>-35</integer>
- <key>nine.1</key>
- <integer>-35</integer>
- <key>numbersign</key>
- <integer>-13</integer>
- <key>question</key>
- <integer>-41</integer>
- <key>seven</key>
- <integer>-14</integer>
- <key>tecyrillic</key>
- <integer>-144</integer>
- <key>tenge</key>
- <integer>-61</integer>
- <key>three</key>
- <integer>-48</integer>
- <key>zecyrillic</key>
- <integer>-83</integer>
- <key>zhecyrillic</key>
- <integer>-14</integer>
- </dict>
- <key>afii10038</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-164</integer>
- <key>afii10021</key>
- <integer>-8</integer>
- <key>afii10024</key>
- <integer>-96</integer>
- <key>afii10025</key>
- <integer>-7</integer>
- <key>afii10044</key>
- <integer>-76</integer>
- <key>afii10047</key>
- <integer>-8</integer>
- <key>afii10049</key>
- <integer>-13</integer>
- <key>checyrillic</key>
- <integer>-15</integer>
- <key>decyrillic</key>
- <integer>-35</integer>
- <key>hardsigncyrillic</key>
- <integer>-20</integer>
- <key>iacyrillic</key>
- <integer>-20</integer>
- <key>question</key>
- <integer>-13</integer>
- <key>seven</key>
- <integer>-29</integer>
- <key>tenge</key>
- <integer>-21</integer>
- <key>three</key>
- <integer>-15</integer>
- <key>underscore</key>
- <integer>-102</integer>
- <key>zecyrillic</key>
- <integer>-21</integer>
- <key>zhecyrillic</key>
- <integer>-55</integer>
- </dict>
- <key>afii10051</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-22</integer>
- <key>afii10021</key>
- <integer>14</integer>
- <key>afii10024</key>
- <integer>-27</integer>
- <key>afii10041</key>
- <integer>-40</integer>
- <key>afii10044</key>
- <integer>-103</integer>
- <key>hardsigncyrillic</key>
- <integer>-48</integer>
- <key>question</key>
- <integer>-15</integer>
- <key>seven</key>
- <integer>-33</integer>
- <key>tecyrillic</key>
- <integer>-54</integer>
- <key>tenge</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-27</integer>
- <key>zhecyrillic</key>
- <integer>-27</integer>
- </dict>
- <key>afii10060</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-35</integer>
- <key>afii10024</key>
- <integer>-7</integer>
- <key>afii10038</key>
- <integer>-8</integer>
- <key>afii10041</key>
- <integer>-48</integer>
- <key>afii10044</key>
- <integer>-104</integer>
- <key>checyrillic</key>
- <integer>-13</integer>
- <key>hardsigncyrillic</key>
- <integer>-33</integer>
- <key>tecyrillic</key>
- <integer>-35</integer>
- <key>zhecyrillic</key>
- <integer>-14</integer>
- </dict>
- <key>ampersand</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-494</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-159</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-269</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-104</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-185</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-29</integer>
- <key>Psi</key>
- <integer>-192</integer>
- <key>afii10024</key>
- <integer>-14</integer>
- <key>afii10041</key>
- <integer>-14</integer>
- <key>afii10044</key>
- <integer>-75</integer>
- <key>afii10047</key>
- <integer>-14</integer>
- <key>afii10049</key>
- <integer>-7</integer>
- <key>at</key>
- <integer>-27</integer>
- <key>five</key>
- <integer>-40</integer>
- <key>hryvnia</key>
- <integer>-20</integer>
- <key>infinity</key>
- <integer>-21</integer>
- <key>multiply</key>
- <integer>-40</integer>
- <key>periodcentered</key>
- <integer>-21</integer>
- <key>pi</key>
- <integer>-29</integer>
- <key>seven</key>
- <integer>-21</integer>
- <key>tau</key>
- <integer>-28</integer>
- <key>tenge</key>
- <integer>-68</integer>
- </dict>
- <key>asciitilde</key>
- <dict>
- <key>afii10024</key>
- <integer>-48</integer>
- <key>afii10044</key>
- <integer>-35</integer>
- <key>tenge</key>
- <integer>-20</integer>
- </dict>
- <key>asterisk.case</key>
- <dict>
- <key>A</key>
- <integer>-128</integer>
- <key>Delta</key>
- <integer>-128</integer>
- <key>Lambda</key>
- <integer>-128</integer>
- <key>Sigma</key>
- <integer>-96</integer>
- <key>T</key>
- <integer>-64</integer>
- <key>V</key>
- <integer>-128</integer>
- <key>W</key>
- <integer>-48</integer>
- <key>Y</key>
- <integer>-160</integer>
- </dict>
- <key>at</key>
- <dict>
- <key>@KERN_RIGHT_AE</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-28</integer>
- <key>Psi</key>
- <integer>-55</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>seven</key>
- <integer>-70</integer>
- <key>tenge</key>
- <integer>-21</integer>
- </dict>
- <key>atilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-160</integer>
- <key>Trthook</key>
- <integer>-128</integer>
- <key>gamma1</key>
- <integer>-128</integer>
- </dict>
- <key>backslash</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-420</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>118</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>132</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-268</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-233</integer>
- <key>@KERN_RIGHT_two</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-56</integer>
- <key>Psi</key>
- <integer>-75</integer>
- <key>checyrillic</key>
- <integer>-33</integer>
- <key>eight</key>
- <integer>6</integer>
- <key>mu</key>
- <integer>15</integer>
- <key>seven</key>
- <integer>-41</integer>
- <key>tecyrillic</key>
- <integer>-28</integer>
- <key>tenge</key>
- <integer>-88</integer>
- </dict>
- <key>beta</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-4</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-139</integer>
- <key>Psi</key>
- <integer>-48</integer>
- <key>Sigma</key>
- <integer>-20</integer>
- <key>eight</key>
- <integer>-14</integer>
- <key>lambda</key>
- <integer>-75</integer>
- <key>nine</key>
- <integer>-20</integer>
- <key>nine.1</key>
- <integer>-20</integer>
- <key>pi</key>
- <integer>-83</integer>
- <key>rho</key>
- <integer>-15</integer>
- <key>seven</key>
- <integer>-76</integer>
- <key>tau</key>
- <integer>-34</integer>
- <key>three</key>
- <integer>-33</integer>
- <key>underscore</key>
- <integer>-70</integer>
- </dict>
- <key>braceright</key>
- <dict>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-63</integer>
- </dict>
- <key>colon</key>
- <dict>
- <key>j</key>
- <integer>-128</integer>
- </dict>
- <key>colon.case</key>
- <dict>
- <key>seven</key>
- <integer>-20</integer>
- </dict>
- <key>comma</key>
- <dict>
- <key>quotedblreversed</key>
- <integer>-128</integer>
- <key>quotereversed</key>
- <integer>-128</integer>
- </dict>
- <key>d</key>
- <dict>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-145</integer>
- </dict>
- <key>dcroat</key>
- <dict>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>20</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>34</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>22</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>21</integer>
- <key>backslash</key>
- <integer>55</integer>
- </dict>
- <key>dhook</key>
- <dict>
- <key>T</key>
- <integer>64</integer>
- </dict>
- <key>dzcaron</key>
- <dict>
- <key>T</key>
- <integer>-70</integer>
- </dict>
- <key>edieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-128</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-192</integer>
- <key>Gamma1</key>
- <integer>-128</integer>
- </dict>
- <key>eight</key>
- <dict>
- <key>@KERN_RIGHT_two</key>
- <integer>-48</integer>
- <key>j</key>
- <integer>-160</integer>
- <key>seven</key>
- <integer>-48</integer>
- </dict>
- <key>emdash</key>
- <dict>
- <key>tenge</key>
- <integer>-13</integer>
- </dict>
- <key>endash</key>
- <dict>
- <key>tenge</key>
- <integer>-22</integer>
- </dict>
- <key>eth</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-96</integer>
- <key>V</key>
- <integer>-192</integer>
- <key>Y</key>
- <integer>-190</integer>
- <key>Yhook</key>
- <integer>-190</integer>
- </dict>
- <key>exclamdown</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-89</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-104</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-157</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-41</integer>
- <key>Psi</key>
- <integer>-158</integer>
- <key>Tbar</key>
- <integer>-40</integer>
- </dict>
- <key>five</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-28</integer>
- <key>Psi</key>
- <integer>-35</integer>
- <key>afii10024</key>
- <integer>-22</integer>
- <key>afii10044</key>
- <integer>-21</integer>
- <key>backslash</key>
- <integer>21</integer>
- <key>j</key>
- <integer>-160</integer>
- <key>underscore</key>
- <integer>-102</integer>
- <key>zhecyrillic</key>
- <integer>-8</integer>
- </dict>
- <key>four</key>
- <dict>
- <key>@KERN_RIGHT_AE</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-228</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-7</integer>
- <key>Psi</key>
- <integer>-82</integer>
- <key>afii10024</key>
- <integer>-15</integer>
- <key>afii10044</key>
- <integer>-40</integer>
- <key>j</key>
- <integer>-160</integer>
- <key>seven</key>
- <integer>-144</integer>
- <key>tecyrillic</key>
- <integer>-29</integer>
- <key>tenge</key>
- <integer>-14</integer>
- </dict>
- <key>four.1</key>
- <dict>
- <key>@KERN_RIGHT_AE</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-7</integer>
- <key>Psi</key>
- <integer>-82</integer>
- <key>afii10024</key>
- <integer>-15</integer>
- <key>afii10044</key>
- <integer>-40</integer>
- <key>seven</key>
- <integer>-144</integer>
- <key>tecyrillic</key>
- <integer>-29</integer>
- <key>tenge</key>
- <integer>-14</integer>
- </dict>
- <key>g</key>
- <dict>
- <key>T</key>
- <integer>-320</integer>
- <key>j</key>
- <integer>-106</integer>
- </dict>
- <key>gamma1</key>
- <dict>
- <key>T</key>
- <integer>-384</integer>
- </dict>
- <key>germandbls</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-102</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-20</integer>
- <key>Psi</key>
- <integer>-104</integer>
- <key>pi</key>
- <integer>-14</integer>
- <key>tau</key>
- <integer>-14</integer>
- </dict>
- <key>greater</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-200</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-173</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-33</integer>
- <key>Psi</key>
- <integer>-233</integer>
- <key>Tbar</key>
- <integer>-63</integer>
- <key>afii10021</key>
- <integer>-28</integer>
- <key>afii10024</key>
- <integer>-68</integer>
- <key>afii10025</key>
- <integer>-29</integer>
- <key>afii10041</key>
- <integer>-28</integer>
- <key>afii10044</key>
- <integer>-104</integer>
- <key>afii10047</key>
- <integer>-20</integer>
- <key>afii10049</key>
- <integer>-34</integer>
- <key>j</key>
- <integer>-160</integer>
- <key>seven</key>
- <integer>-173</integer>
- <key>tecyrillic</key>
- <integer>-33</integer>
- <key>tenge</key>
- <integer>-138</integer>
- </dict>
- <key>hryvnia</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-48</integer>
- <key>afii10024</key>
- <integer>-56</integer>
- <key>ampersand</key>
- <integer>-13</integer>
- <key>slash</key>
- <integer>-48</integer>
- <key>underscore</key>
- <integer>-55</integer>
- </dict>
- <key>idieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>176</integer>
- <key>jcrosstail</key>
- <integer>-256</integer>
- </dict>
- <key>infinity</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-22</integer>
- <key>Psi</key>
- <integer>-68</integer>
- <key>Tbar</key>
- <integer>-42</integer>
- </dict>
- <key>itilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>16</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>16</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>1</integer>
- <key>jcrosstail</key>
- <integer>-256</integer>
- </dict>
- <key>j</key>
- <dict>
- <key>j</key>
- <integer>-110</integer>
- </dict>
- <key>k</key>
- <dict>
- <key>T</key>
- <integer>-278</integer>
- </dict>
- <key>khook</key>
- <dict>
- <key>T</key>
- <integer>-278</integer>
- </dict>
- <key>l</key>
- <dict>
- <key>a</key>
- <integer>0</integer>
- </dict>
- <key>lambda</key>
- <dict>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-72</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-74</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-45</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-157</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-34</integer>
- <key>Psi</key>
- <integer>-40</integer>
- <key>five</key>
- <integer>-22</integer>
- <key>four</key>
- <integer>-33</integer>
- <key>pi</key>
- <integer>-207</integer>
- <key>rho</key>
- <integer>-15</integer>
- <key>tau</key>
- <integer>-261</integer>
- <key>theta</key>
- <integer>-48</integer>
- <key>xi</key>
- <integer>-42</integer>
- <key>zeta</key>
- <integer>-21</integer>
- </dict>
- <key>less</key>
- <dict>
- <key>afii10044</key>
- <integer>-42</integer>
- <key>c</key>
- <integer>0</integer>
- <key>tenge</key>
- <integer>-7</integer>
- </dict>
- <key>logicalnot</key>
- <dict>
- <key>afii10044</key>
- <integer>-68</integer>
- <key>tecyrillic</key>
- <integer>-22</integer>
- <key>tenge</key>
- <integer>-28</integer>
- </dict>
- <key>lslash</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>14</integer>
- <key>periodcentered</key>
- <integer>40</integer>
- </dict>
- <key>m</key>
- <dict>
- <key>a</key>
- <integer>0</integer>
- </dict>
- <key>mturn</key>
- <dict>
- <key>T</key>
- <integer>-256</integer>
- </dict>
- <key>mturndescend</key>
- <dict>
- <key>T</key>
- <integer>-256</integer>
- </dict>
- <key>mu</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-102</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>62</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-70</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>less</key>
- <integer>-55</integer>
- <key>logicalnot</key>
- <integer>-83</integer>
- <key>pi</key>
- <integer>-75</integer>
- <key>rho</key>
- <integer>-18</integer>
- <key>slash</key>
- <integer>-48</integer>
- <key>tau</key>
- <integer>-54</integer>
- <key>theta</key>
- <integer>-41</integer>
- <key>underscore</key>
- <integer>-89</integer>
- <key>xi</key>
- <integer>-35</integer>
- <key>zeta</key>
- <integer>-32</integer>
- </dict>
- <key>multiply</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-131</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-35</integer>
- <key>Psi</key>
- <integer>-68</integer>
- <key>afii10021</key>
- <integer>-22</integer>
- <key>afii10024</key>
- <integer>-63</integer>
- <key>afii10041</key>
- <integer>-35</integer>
- <key>afii10044</key>
- <integer>-103</integer>
- <key>afii10047</key>
- <integer>-33</integer>
- <key>afii10049</key>
- <integer>-61</integer>
- <key>ampersand</key>
- <integer>-33</integer>
- <key>tenge</key>
- <integer>-48</integer>
- </dict>
- <key>nine</key>
- <dict>
- <key>j</key>
- <integer>-160</integer>
- <key>nine</key>
- <integer>-8</integer>
- <key>slash</key>
- <integer>-80</integer>
- </dict>
- <key>nine.1</key>
- <dict>
- <key>eight</key>
- <integer>-112</integer>
- <key>four</key>
- <integer>-160</integer>
- <key>four.1</key>
- <integer>-160</integer>
- <key>i</key>
- <integer>-64</integer>
- <key>j</key>
- <integer>-224</integer>
- <key>nine.1</key>
- <integer>-112</integer>
- <key>period</key>
- <integer>-272</integer>
- <key>slash</key>
- <integer>-240</integer>
- <key>three</key>
- <integer>0</integer>
- <key>zero</key>
- <integer>-48</integer>
- </dict>
- <key>ntilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-128</integer>
- </dict>
- <key>numbersign</key>
- <dict>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-34</integer>
- <key>afii10024</key>
- <integer>-13</integer>
- <key>four</key>
- <integer>-34</integer>
- </dict>
- <key>odieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-144</integer>
- <key>Gamma1</key>
- <integer>-128</integer>
- </dict>
- <key>oslash</key>
- <dict>
- <key>T</key>
- <integer>-134</integer>
- </dict>
- <key>otilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-144</integer>
- <key>gamma1</key>
- <integer>-128</integer>
- <key>jcrosstail</key>
- <integer>-128</integer>
- </dict>
- <key>percent</key>
- <dict>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-171</integer>
- <key>afii10044</key>
- <integer>-13</integer>
- </dict>
- <key>period</key>
- <dict>
- <key>@KERN_RIGHT_one</key>
- <integer>-112</integer>
- <key>eight</key>
- <integer>-112</integer>
- <key>five</key>
- <integer>-80</integer>
- <key>j</key>
- <integer>-128</integer>
- <key>nine</key>
- <integer>-112</integer>
- <key>nine.1</key>
- <integer>-176</integer>
- <key>seven</key>
- <integer>-96</integer>
- <key>six</key>
- <integer>-96</integer>
- <key>six.1</key>
- <integer>-96</integer>
- <key>three</key>
- <integer>-96</integer>
- <key>zero</key>
- <integer>-128</integer>
- </dict>
- <key>periodcentered</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>34</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-103</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-172</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-104</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-63</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-33</integer>
- <key>L_slash</key>
- <integer>33</integer>
- <key>Tbar</key>
- <integer>-84</integer>
- <key>ampersand</key>
- <integer>-42</integer>
- <key>lslash</key>
- <integer>40</integer>
- <key>tbar</key>
- <integer>34</integer>
- </dict>
- <key>perthousand</key>
- <dict>
- <key>tenge</key>
- <integer>-33</integer>
- </dict>
- <key>pi</key>
- <dict>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>40</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>28</integer>
- <key>Omega</key>
- <integer>-6</integer>
- <key>Psi</key>
- <integer>-62</integer>
- <key>four</key>
- <integer>-29</integer>
- <key>lambda</key>
- <integer>-48</integer>
- <key>less</key>
- <integer>-34</integer>
- <key>rho</key>
- <integer>-62</integer>
- <key>theta</key>
- <integer>-14</integer>
- <key>xi</key>
- <integer>-28</integer>
- <key>zeta</key>
- <integer>-63</integer>
- </dict>
- <key>q</key>
- <dict>
- <key>T</key>
- <integer>-320</integer>
- </dict>
- <key>qrthook</key>
- <dict>
- <key>T</key>
- <integer>-400</integer>
- </dict>
- <key>question</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-28</integer>
- <key>afii10024</key>
- <integer>-42</integer>
- <key>becyrillic</key>
- <integer>6</integer>
- <key>decyrillic</key>
- <integer>-35</integer>
- <key>four</key>
- <integer>-70</integer>
- <key>iacyrillic</key>
- <integer>-20</integer>
- <key>zecyrillic</key>
- <integer>-20</integer>
- </dict>
- <key>questiondown</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-212</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-104</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-118</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-61</integer>
- <key>Psi</key>
- <integer>-336</integer>
- <key>Tbar</key>
- <integer>-220</integer>
- <key>ampersand</key>
- <integer>-41</integer>
- <key>checyrillic</key>
- <integer>-8</integer>
- <key>eight</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-69</integer>
- </dict>
- <key>questiongreek</key>
- <dict>
- <key>@KERN_RIGHT_V</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-14</integer>
- <key>Psi</key>
- <integer>-75</integer>
- </dict>
- <key>radical</key>
- <dict>
- <key>tecyrillic</key>
- <integer>-21</integer>
- </dict>
- <key>registered</key>
- <dict>
- <key>T</key>
- <integer>-128</integer>
- </dict>
- <key>s</key>
- <dict>
- <key>a</key>
- <integer>0</integer>
- </dict>
- <key>seven</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-226</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_colon.case</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-345</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-227</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-317</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-28</integer>
- <key>afii10021</key>
- <integer>-29</integer>
- <key>afii10024</key>
- <integer>-14</integer>
- <key>afii10025</key>
- <integer>-7</integer>
- <key>afii10038</key>
- <integer>-40</integer>
- <key>afii10049</key>
- <integer>-15</integer>
- <key>ampersand</key>
- <integer>-103</integer>
- <key>at</key>
- <integer>-27</integer>
- <key>backslash</key>
- <integer>55</integer>
- <key>becyrillic</key>
- <integer>-14</integer>
- <key>checyrillic</key>
- <integer>-29</integer>
- <key>decyrillic</key>
- <integer>-68</integer>
- <key>eight</key>
- <integer>-99</integer>
- <key>ereversedcyrillic</key>
- <integer>-13</integer>
- <key>five</key>
- <integer>-28</integer>
- <key>four</key>
- <integer>-137</integer>
- <key>hardsigncyrillic</key>
- <integer>-7</integer>
- <key>iacyrillic</key>
- <integer>-28</integer>
- <key>j</key>
- <integer>-160</integer>
- <key>less</key>
- <integer>-165</integer>
- <key>nine</key>
- <integer>-28</integer>
- <key>nine.1</key>
- <integer>-28</integer>
- <key>numbersign</key>
- <integer>-96</integer>
- <key>rho</key>
- <integer>-83</integer>
- <key>seven</key>
- <integer>55</integer>
- <key>six.1</key>
- <integer>-160</integer>
- <key>slash</key>
- <integer>-61</integer>
- <key>space</key>
- <integer>0</integer>
- <key>theta</key>
- <integer>-84</integer>
- <key>three</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-400</integer>
- <key>uni20BD</key>
- <integer>-21</integer>
- <key>xi</key>
- <integer>-13</integer>
- <key>zecyrillic</key>
- <integer>-27</integer>
- <key>zeta</key>
- <integer>-84</integer>
- </dict>
- <key>sigma</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-260</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-61</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-130</integer>
- <key>@KERN_RIGHT_eightsuperior</key>
- <integer>61</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>15</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>89</integer>
- <key>Omega</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-42</integer>
- <key>Sigma</key>
- <integer>-20</integer>
- <key>ampersand</key>
- <integer>-48</integer>
- <key>four</key>
- <integer>-27</integer>
- <key>lambda</key>
- <integer>-234</integer>
- <key>less</key>
- <integer>-35</integer>
- <key>logicalnot</key>
- <integer>-82</integer>
- <key>rho</key>
- <integer>-76</integer>
- <key>slash</key>
- <integer>-48</integer>
- <key>theta</key>
- <integer>-13</integer>
- <key>underscore</key>
- <integer>-166</integer>
- <key>xi</key>
- <integer>-28</integer>
- <key>zeta</key>
- <integer>-62</integer>
- </dict>
- <key>sigma1</key>
- <dict>
- <key>@KERN_RIGHT_divide</key>
- <integer>-56</integer>
- <key>Sigma</key>
- <integer>-6</integer>
- </dict>
- <key>six</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-33</integer>
- <key>Psi</key>
- <integer>-61</integer>
- <key>afii10024</key>
- <integer>-22</integer>
- <key>afii10044</key>
- <integer>-15</integer>
- <key>backslash</key>
- <integer>22</integer>
- <key>j</key>
- <integer>-160</integer>
- <key>three</key>
- <integer>-20</integer>
- <key>underscore</key>
- <integer>-144</integer>
- </dict>
- <key>six.1</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-33</integer>
- <key>Psi</key>
- <integer>-61</integer>
- <key>afii10024</key>
- <integer>-22</integer>
- <key>afii10044</key>
- <integer>-15</integer>
- <key>backslash</key>
- <integer>22</integer>
- <key>j</key>
- <integer>-160</integer>
- <key>nine.1</key>
- <integer>-176</integer>
- <key>seven</key>
- <integer>-144</integer>
- <key>three</key>
- <integer>-20</integer>
- <key>underscore</key>
- <integer>-144</integer>
- </dict>
- <key>slash</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-88</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>14</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>15</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>33</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>15</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>13</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>15</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>14</integer>
- <key>@KERN_RIGHT_b</key>
- <integer>14</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-116</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>14</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>14</integer>
- <key>Psi</key>
- <integer>13</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>seven</key>
- <integer>27</integer>
- </dict>
- <key>space</key>
- <dict>
- <key>E</key>
- <integer>0</integer>
- </dict>
- <key>srthook</key>
- <dict>
- <key>T</key>
- <integer>-256</integer>
- </dict>
- <key>summation</key>
- <dict>
- <key>checyrillic</key>
- <integer>-34</integer>
- </dict>
- <key>tau</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-117</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-90</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>33</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>88</integer>
- <key>Omega</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-48</integer>
- <key>ampersand</key>
- <integer>-34</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>lambda</key>
- <integer>-96</integer>
- <key>less</key>
- <integer>-33</integer>
- <key>logicalnot</key>
- <integer>-34</integer>
- <key>rho</key>
- <integer>-84</integer>
- <key>theta</key>
- <integer>-13</integer>
- <key>underscore</key>
- <integer>-125</integer>
- <key>xi</key>
- <integer>-33</integer>
- <key>zeta</key>
- <integer>-63</integer>
- </dict>
- <key>tbar</key>
- <dict>
- <key>@KERN_RIGHT_eightsub</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-28</integer>
- <key>periodcentered</key>
- <integer>14</integer>
- </dict>
- <key>tecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-207</integer>
- <key>decyrillic</key>
- <integer>-20</integer>
- <key>ereversedcyrillic</key>
- <integer>-7</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>hardsigncyrillic</key>
- <integer>-15</integer>
- <key>less</key>
- <integer>-34</integer>
- <key>logicalnot</key>
- <integer>-34</integer>
- <key>slash</key>
- <integer>-40</integer>
- <key>underscore</key>
- <integer>-35</integer>
- <key>zecyrillic</key>
- <integer>-6</integer>
- <key>zhecyrillic</key>
- <integer>-22</integer>
- </dict>
- <key>theta</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-103</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-138</integer>
- <key>eight</key>
- <integer>-13</integer>
- <key>lambda</key>
- <integer>-83</integer>
- <key>nine</key>
- <integer>-20</integer>
- <key>nine.1</key>
- <integer>-20</integer>
- <key>seven</key>
- <integer>-77</integer>
- <key>tau</key>
- <integer>21</integer>
- <key>three</key>
- <integer>-35</integer>
- <key>underscore</key>
- <integer>-70</integer>
- <key>xi</key>
- <integer>-7</integer>
- <key>zeta</key>
- <integer>-21</integer>
- </dict>
- <key>three</key>
- <dict>
- <key>j</key>
- <integer>-160</integer>
- <key>nine.1</key>
- <integer>-82</integer>
- </dict>
- <key>two</key>
- <dict>
- <key>j</key>
- <integer>-160</integer>
- </dict>
- <key>udieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-96</integer>
- <key>Gamma1</key>
- <integer>-128</integer>
- </dict>
- <key>underscore</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-261</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-288</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>216</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-77</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-281</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-76</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-228</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-226</integer>
- <key>Psi</key>
- <integer>-171</integer>
- <key>afii10021</key>
- <integer>152</integer>
- <key>afii10025</key>
- <integer>-29</integer>
- <key>afii10038</key>
- <integer>-104</integer>
- <key>afii10041</key>
- <integer>-253</integer>
- <key>afii10044</key>
- <integer>-138</integer>
- <key>afii10047</key>
- <integer>-110</integer>
- <key>checyrillic</key>
- <integer>-84</integer>
- <key>decyrillic</key>
- <integer>61</integer>
- <key>eight</key>
- <integer>-144</integer>
- <key>five</key>
- <integer>-144</integer>
- <key>four</key>
- <integer>-150</integer>
- <key>g</key>
- <integer>56</integer>
- <key>hryvnia</key>
- <integer>-55</integer>
- <key>nine</key>
- <integer>-144</integer>
- <key>nine.1</key>
- <integer>-144</integer>
- <key>p</key>
- <integer>144</integer>
- <key>pi</key>
- <integer>-48</integer>
- <key>tau</key>
- <integer>-48</integer>
- <key>tecyrillic</key>
- <integer>-34</integer>
- <key>tenge</key>
- <integer>-159</integer>
- <key>theta</key>
- <integer>-69</integer>
- <key>three</key>
- <integer>-144</integer>
- <key>xi</key>
- <integer>-118</integer>
- <key>zeta</key>
- <integer>-131</integer>
- </dict>
- <key>uni01F6</key>
- <dict>
- <key>T</key>
- <integer>-256</integer>
- </dict>
- <key>uni0221</key>
- <dict>
- <key>T</key>
- <integer>-544</integer>
- </dict>
- <key>uni023A</key>
- <dict>
- <key>T</key>
- <integer>128</integer>
- </dict>
- <key>uni0240</key>
- <dict>
- <key>T</key>
- <integer>-256</integer>
- </dict>
- <key>uni0247</key>
- <dict>
- <key>T</key>
- <integer>-42</integer>
- </dict>
- <key>uni20BD</key>
- <dict>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-6</integer>
- <key>afii10021</key>
- <integer>-63</integer>
- <key>afii10024</key>
- <integer>-61</integer>
- <key>afii10025</key>
- <integer>-14</integer>
- <key>ampersand</key>
- <integer>-22</integer>
- <key>four</key>
- <integer>-42</integer>
- <key>less</key>
- <integer>-28</integer>
- <key>logicalnot</key>
- <integer>-21</integer>
- <key>multiply</key>
- <integer>-15</integer>
- <key>slash</key>
- <integer>-77</integer>
- <key>underscore</key>
- <integer>-172</integer>
- </dict>
- <key>utilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-128</integer>
- </dict>
- <key>wdieresis</key>
- <dict>
- <key>Gamma1</key>
- <integer>-128</integer>
- <key>uni0248</key>
- <integer>-128</integer>
- </dict>
- <key>xi</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-35</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-34</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-15</integer>
- <key>Psi</key>
- <integer>-61</integer>
- <key>pi</key>
- <integer>-48</integer>
- <key>tau</key>
- <integer>-48</integer>
- <key>theta</key>
- <integer>-15</integer>
- <key>underscore</key>
- <integer>144</integer>
- </dict>
- <key>ydieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-80</integer>
- <key>uni0221</key>
- <integer>-128</integer>
- <key>uni023A</key>
- <integer>-256</integer>
- </dict>
- <key>yhook</key>
- <dict>
- <key>T</key>
- <integer>150</integer>
- </dict>
- <key>zero</key>
- <dict>
- <key>j</key>
- <integer>-160</integer>
- </dict>
- <key>zero.slash</key>
- <dict>
- <key>j</key>
- <integer>-160</integer>
- </dict>
- <key>zeta</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-33</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-15</integer>
- <key>Psi</key>
- <integer>-63</integer>
- <key>pi</key>
- <integer>-69</integer>
- <key>tau</key>
- <integer>-55</integer>
- <key>theta</key>
- <integer>-14</integer>
- <key>underscore</key>
- <integer>166</integer>
- </dict>
- <key>zhecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-75</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-28</integer>
- <key>becyrillic</key>
- <integer>-55</integer>
- <key>checyrillic</key>
- <integer>-68</integer>
- <key>decyrillic</key>
- <integer>-7</integer>
- <key>ereversedcyrillic</key>
- <integer>-62</integer>
- <key>five</key>
- <integer>-13</integer>
- <key>four</key>
- <integer>-22</integer>
- <key>hardsigncyrillic</key>
- <integer>-68</integer>
- <key>iacyrillic</key>
- <integer>-14</integer>
- <key>tecyrillic</key>
- <integer>-54</integer>
- <key>zecyrillic</key>
- <integer>-48</integer>
- <key>zhecyrillic</key>
- <integer>-6</integer>
- </dict>
-</dict>
+ <dict>
+ <key>Delta</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-128.0</real>
+ <key>eth</key>
+ <real>-21.0</real>
+ </dict>
+ <key>Dzcaron_</key>
+ <dict>
+ <key>T</key>
+ <real>-70.0</real>
+ </dict>
+ <key>Gamma</key>
+ <dict>
+ <key>Omega</key>
+ <real>-96.0</real>
+ <key>ampersand</key>
+ <real>-96.0</real>
+ <key>backslash</key>
+ <real>29.0</real>
+ <key>four</key>
+ <real>-96.0</real>
+ <key>lambda</key>
+ <real>-103.0</real>
+ <key>less</key>
+ <real>-198.0</real>
+ <key>mu</key>
+ <real>-221.0</real>
+ <key>pi</key>
+ <real>-187.0</real>
+ <key>public.kern2.A</key>
+ <real>-253.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-116.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-329.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-28.0</real>
+ <key>public.kern2.colon</key>
+ <real>-55.0</real>
+ <key>public.kern2.comma</key>
+ <real>-226.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-331.0</real>
+ <key>public.kern2.divide</key>
+ <real>-260.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-185.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-330.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-159.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-281.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-130.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-254.0</real>
+ <key>public.kern2.m</key>
+ <real>-221.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-330.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-255.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-253.0</real>
+ <key>public.kern2.six</key>
+ <real>-75.0</real>
+ <key>rho</key>
+ <real>-329.0</real>
+ <key>slash</key>
+ <real>-103.0</real>
+ <key>tau</key>
+ <real>-187.0</real>
+ <key>theta</key>
+ <real>-158.0</real>
+ <key>three</key>
+ <real>-15.0</real>
+ <key>underscore</key>
+ <real>-173.0</real>
+ <key>xi</key>
+ <real>-118.0</real>
+ <key>zeta</key>
+ <real>-165.0</real>
+ </dict>
+ <key>Hbar</key>
+ <dict>
+ <key>public.kern2.asciicircum</key>
+ <real>34.0</real>
+ <key>public.kern2.dagger</key>
+ <real>54.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>63.0</real>
+ </dict>
+ <key>Idieresis</key>
+ <dict>
+ <key>Idieresis</key>
+ <real>128.0</real>
+ <key>Idieresisacute</key>
+ <real>128.0</real>
+ <key>jcrosstail</key>
+ <real>-256.0</real>
+ </dict>
+ <key>Kappa</key>
+ <dict>
+ <key>tbar</key>
+ <real>-41.0</real>
+ </dict>
+ <key>L</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-96.0</real>
+ <key>quotedblreversed</key>
+ <real>-128.0</real>
+ <key>quotereversed</key>
+ <real>-128.0</real>
+ </dict>
+ <key>L_slash</key>
+ <dict>
+ <key>Tbar</key>
+ <real>-88.0</real>
+ <key>less</key>
+ <real>-96.0</real>
+ <key>periodcentered</key>
+ <real>-165.0</real>
+ <key>public.kern2.C</key>
+ <real>-61.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-21.0</real>
+ <key>public.kern2.T</key>
+ <real>-131.0</real>
+ <key>public.kern2.V</key>
+ <real>-84.0</real>
+ <key>public.kern2.W</key>
+ <real>-96.0</real>
+ <key>public.kern2.Y</key>
+ <real>-132.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-235.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-144.0</real>
+ <key>public.kern2.divide</key>
+ <real>-89.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-240.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-206.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-253.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-267.0</real>
+ <key>question</key>
+ <real>-69.0</real>
+ </dict>
+ <key>Lambda</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-128.0</real>
+ <key>eth</key>
+ <real>-21.0</real>
+ </dict>
+ <key>Ohorn</key>
+ <dict>
+ <key>M</key>
+ <real>-96.0</real>
+ <key>dotlessi</key>
+ <real>-62.0</real>
+ <key>idieresisacute</key>
+ <real>165.0</real>
+ </dict>
+ <key>Psi</key>
+ <dict>
+ <key>Omega</key>
+ <real>-27.0</real>
+ <key>ampersand</key>
+ <real>-180.0</real>
+ <key>at</key>
+ <real>-55.0</real>
+ <key>backslash</key>
+ <real>48.0</real>
+ <key>eight</key>
+ <real>-88.0</real>
+ <key>five</key>
+ <real>-35.0</real>
+ <key>four</key>
+ <real>-207.0</real>
+ <key>infinity</key>
+ <real>-69.0</real>
+ <key>lambda</key>
+ <real>-88.0</real>
+ <key>less</key>
+ <real>-235.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>mu</key>
+ <real>-89.0</real>
+ <key>multiply</key>
+ <real>-69.0</real>
+ <key>nine</key>
+ <real>-34.0</real>
+ <key>nine.1</key>
+ <real>-34.0</real>
+ <key>pi</key>
+ <real>-29.0</real>
+ <key>public.kern2.A</key>
+ <real>-199.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-41.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-77.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-102.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-28.0</real>
+ <key>public.kern2.colon</key>
+ <real>-158.0</real>
+ <key>public.kern2.comma</key>
+ <real>-343.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-21.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-75.0</real>
+ <key>public.kern2.divide</key>
+ <real>-139.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-295.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-76.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-240.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-144.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.m</key>
+ <real>-28.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-75.0</real>
+ <key>public.kern2.one</key>
+ <real>-34.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-275.0</real>
+ <key>public.kern2.six</key>
+ <real>-125.0</real>
+ <key>public.kern2.two</key>
+ <real>-42.0</real>
+ <key>rho</key>
+ <real>-96.0</real>
+ <key>slash</key>
+ <real>-207.0</real>
+ <key>tau</key>
+ <real>-27.0</real>
+ <key>three</key>
+ <real>-69.0</real>
+ <key>underscore</key>
+ <real>-171.0</real>
+ <key>xi</key>
+ <real>-55.0</real>
+ <key>zeta</key>
+ <real>-35.0</real>
+ </dict>
+ <key>Rx</key>
+ <dict>
+ <key>T</key>
+ <real>-320.0</real>
+ </dict>
+ <key>Sigma</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-128.0</real>
+ <key>four</key>
+ <real>-33.0</real>
+ <key>less</key>
+ <real>-82.0</real>
+ <key>pi</key>
+ <real>-109.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-96.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-77.0</real>
+ <key>public.kern2.divide</key>
+ <real>-55.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-61.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-116.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-70.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-35.0</real>
+ <key>public.kern2.m</key>
+ <real>-83.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-62.0</real>
+ <key>public.kern2.six</key>
+ <real>-13.0</real>
+ <key>rho</key>
+ <real>-35.0</real>
+ <key>tau</key>
+ <real>-172.0</real>
+ <key>theta</key>
+ <real>-96.0</real>
+ <key>xi</key>
+ <real>-34.0</real>
+ <key>zeta</key>
+ <real>-77.0</real>
+ </dict>
+ <key>T</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-64.0</real>
+ <key>dotlessj</key>
+ <real>-560.0</real>
+ <key>eth</key>
+ <real>-144.0</real>
+ </dict>
+ <key>Tbar</key>
+ <dict>
+ <key>infinity</key>
+ <real>-41.0</real>
+ <key>less</key>
+ <real>-62.0</real>
+ <key>periodcentered</key>
+ <real>-84.0</real>
+ <key>public.kern2.A</key>
+ <real>-138.0</real>
+ <key>public.kern2.AE</key>
+ <real>-234.0</real>
+ <key>public.kern2.C</key>
+ <real>-21.0</real>
+ <key>public.kern2.J</key>
+ <real>-103.0</real>
+ <key>public.kern2.a</key>
+ <real>-48.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-110.0</real>
+ <key>public.kern2.c</key>
+ <real>-40.0</real>
+ <key>public.kern2.comma</key>
+ <real>-192.0</real>
+ <key>public.kern2.divide</key>
+ <real>-96.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-192.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-42.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-165.0</real>
+ <key>rho</key>
+ <real>-35.0</real>
+ <key>theta</key>
+ <real>-35.0</real>
+ <key>xi</key>
+ <real>-33.0</real>
+ <key>zeta</key>
+ <real>-35.0</real>
+ </dict>
+ <key>Thorn</key>
+ <dict>
+ <key>Psi</key>
+ <real>-77.0</real>
+ <key>exclam</key>
+ <real>-34.0</real>
+ <key>public.kern2.A</key>
+ <real>-77.0</real>
+ <key>public.kern2.AE</key>
+ <real>-187.0</real>
+ <key>public.kern2.J</key>
+ <real>-35.0</real>
+ <key>public.kern2.T</key>
+ <real>-77.0</real>
+ <key>public.kern2.V</key>
+ <real>-132.0</real>
+ <key>public.kern2.W</key>
+ <real>-103.0</real>
+ <key>public.kern2.X</key>
+ <real>-33.0</real>
+ <key>public.kern2.Y</key>
+ <real>-158.0</real>
+ <key>public.kern2.Z</key>
+ <real>-56.0</real>
+ <key>public.kern2.a</key>
+ <real>-22.0</real>
+ <key>public.kern2.c</key>
+ <real>-14.0</real>
+ <key>public.kern2.colon</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-262.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-8.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-117.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-34.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-62.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-295.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-123.0</real>
+ <key>public.kern2.x</key>
+ <real>-55.0</real>
+ <key>public.kern2.z</key>
+ <real>-41.0</real>
+ <key>question</key>
+ <real>-42.0</real>
+ </dict>
+ <key>Uhorn</key>
+ <dict>
+ <key>dotlessi</key>
+ <real>-171.0</real>
+ <key>idieresisacute</key>
+ <real>220.0</real>
+ </dict>
+ <key>V</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-128.0</real>
+ <key>public.kern2.B</key>
+ <real>-24.0</real>
+ </dict>
+ <key>W</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-48.0</real>
+ </dict>
+ <key>Y</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-160.0</real>
+ </dict>
+ <key>a_uni02DE</key>
+ <dict>
+ <key>T</key>
+ <real>-512.0</real>
+ </dict>
+ <key>adieresis</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-96.0</real>
+ <key>public.kern2.Y</key>
+ <real>-144.0</real>
+ </dict>
+ <key>afii10018</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-20.0</real>
+ <key>afii10044</key>
+ <real>-116.0</real>
+ <key>afii10049</key>
+ <real>-29.0</real>
+ <key>checyrillic</key>
+ <real>-35.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-62.0</real>
+ <key>iacyrillic</key>
+ <real>-15.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-69.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-35.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-7.0</real>
+ <key>public.kern2.one</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-41.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-6.0</real>
+ <key>question</key>
+ <real>-14.0</real>
+ <key>seven</key>
+ <real>-13.0</real>
+ <key>tecyrillic</key>
+ <real>-40.0</real>
+ <key>tenge</key>
+ <real>-62.0</real>
+ <key>underscore</key>
+ <real>-56.0</real>
+ <key>zecyrillic</key>
+ <real>-20.0</real>
+ <key>zhecyrillic</key>
+ <real>-56.0</real>
+ </dict>
+ <key>afii10024</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-13.0</real>
+ <key>afii10025</key>
+ <real>-20.0</real>
+ <key>afii10038</key>
+ <real>-96.0</real>
+ <key>afii10041</key>
+ <real>-62.0</real>
+ <key>afii10044</key>
+ <real>-88.0</real>
+ <key>afii10047</key>
+ <real>-84.0</real>
+ <key>afii10049</key>
+ <real>-35.0</real>
+ <key>ampersand</key>
+ <real>-20.0</real>
+ <key>asciitilde</key>
+ <real>-48.0</real>
+ <key>becyrillic</key>
+ <real>-82.0</real>
+ <key>checyrillic</key>
+ <real>-131.0</real>
+ <key>eight</key>
+ <real>-34.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-54.0</real>
+ <key>five</key>
+ <real>-33.0</real>
+ <key>four</key>
+ <real>-70.0</real>
+ <key>greater</key>
+ <real>-13.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-111.0</real>
+ <key>hryvnia</key>
+ <real>-54.0</real>
+ <key>iacyrillic</key>
+ <real>-28.0</real>
+ <key>less</key>
+ <real>-69.0</real>
+ <key>logicalnot</key>
+ <real>-68.0</real>
+ <key>multiply</key>
+ <real>-61.0</real>
+ <key>nine</key>
+ <real>-35.0</real>
+ <key>nine.1</key>
+ <real>-35.0</real>
+ <key>numbersign</key>
+ <real>-13.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-48.0</real>
+ <key>public.kern2.Ecyrillic</key>
+ <real>-83.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-21.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-35.0</real>
+ <key>public.kern2.divide</key>
+ <real>-205.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-75.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-14.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-109.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-55.0</real>
+ <key>public.kern2.one</key>
+ <real>-40.0</real>
+ <key>public.kern2.six</key>
+ <real>-48.0</real>
+ <key>public.kern2.two</key>
+ <real>-13.0</real>
+ <key>question</key>
+ <real>-41.0</real>
+ <key>seven</key>
+ <real>-14.0</real>
+ <key>tecyrillic</key>
+ <real>-144.0</real>
+ <key>tenge</key>
+ <real>-61.0</real>
+ <key>three</key>
+ <real>-48.0</real>
+ <key>zecyrillic</key>
+ <real>-83.0</real>
+ <key>zhecyrillic</key>
+ <real>-14.0</real>
+ </dict>
+ <key>afii10038</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-8.0</real>
+ <key>afii10024</key>
+ <real>-96.0</real>
+ <key>afii10025</key>
+ <real>-7.0</real>
+ <key>afii10044</key>
+ <real>-76.0</real>
+ <key>afii10047</key>
+ <real>-8.0</real>
+ <key>afii10049</key>
+ <real>-13.0</real>
+ <key>checyrillic</key>
+ <real>-15.0</real>
+ <key>decyrillic</key>
+ <real>-35.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-20.0</real>
+ <key>iacyrillic</key>
+ <real>-20.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-21.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.comma</key>
+ <real>-69.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-35.0</real>
+ <key>public.kern2.one</key>
+ <real>-8.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-164.0</real>
+ <key>question</key>
+ <real>-13.0</real>
+ <key>seven</key>
+ <real>-29.0</real>
+ <key>tenge</key>
+ <real>-21.0</real>
+ <key>three</key>
+ <real>-15.0</real>
+ <key>underscore</key>
+ <real>-102.0</real>
+ <key>zecyrillic</key>
+ <real>-21.0</real>
+ <key>zhecyrillic</key>
+ <real>-55.0</real>
+ </dict>
+ <key>afii10051</key>
+ <dict>
+ <key>afii10021</key>
+ <real>14.0</real>
+ <key>afii10024</key>
+ <real>-27.0</real>
+ <key>afii10041</key>
+ <real>-40.0</real>
+ <key>afii10044</key>
+ <real>-103.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-48.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-205.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-40.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-48.0</real>
+ <key>public.kern2.divide</key>
+ <real>-14.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-40.0</real>
+ <key>public.kern2.one</key>
+ <real>-76.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-22.0</real>
+ <key>question</key>
+ <real>-15.0</real>
+ <key>seven</key>
+ <real>-33.0</real>
+ <key>tecyrillic</key>
+ <real>-54.0</real>
+ <key>tenge</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-27.0</real>
+ <key>zhecyrillic</key>
+ <real>-27.0</real>
+ </dict>
+ <key>afii10060</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-7.0</real>
+ <key>afii10038</key>
+ <real>-8.0</real>
+ <key>afii10041</key>
+ <real>-48.0</real>
+ <key>afii10044</key>
+ <real>-104.0</real>
+ <key>checyrillic</key>
+ <real>-13.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-33.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-206.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-35.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-56.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-29.0</real>
+ <key>public.kern2.one</key>
+ <real>-34.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-35.0</real>
+ <key>tecyrillic</key>
+ <real>-35.0</real>
+ <key>zhecyrillic</key>
+ <real>-14.0</real>
+ </dict>
+ <key>ampersand</key>
+ <dict>
+ <key>Psi</key>
+ <real>-192.0</real>
+ <key>afii10024</key>
+ <real>-14.0</real>
+ <key>afii10041</key>
+ <real>-14.0</real>
+ <key>afii10044</key>
+ <real>-75.0</real>
+ <key>afii10047</key>
+ <real>-14.0</real>
+ <key>afii10049</key>
+ <real>-7.0</real>
+ <key>at</key>
+ <real>-27.0</real>
+ <key>five</key>
+ <real>-40.0</real>
+ <key>hryvnia</key>
+ <real>-20.0</real>
+ <key>infinity</key>
+ <real>-21.0</real>
+ <key>multiply</key>
+ <real>-40.0</real>
+ <key>periodcentered</key>
+ <real>-21.0</real>
+ <key>pi</key>
+ <real>-29.0</real>
+ <key>public.kern2.C</key>
+ <real>-35.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-75.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-34.0</real>
+ <key>public.kern2.T</key>
+ <real>-494.0</real>
+ <key>public.kern2.V</key>
+ <real>-192.0</real>
+ <key>public.kern2.W</key>
+ <real>-159.0</real>
+ <key>public.kern2.Y</key>
+ <real>-269.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-69.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-77.0</real>
+ <key>public.kern2.divide</key>
+ <real>-48.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-90.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-96.0</real>
+ <key>public.kern2.m</key>
+ <real>-29.0</real>
+ <key>public.kern2.one</key>
+ <real>-83.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-33.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-104.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-185.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-34.0</real>
+ <key>public.kern2.s</key>
+ <real>-48.0</real>
+ <key>public.kern2.t</key>
+ <real>-27.0</real>
+ <key>public.kern2.u</key>
+ <real>-34.0</real>
+ <key>public.kern2.v</key>
+ <real>-96.0</real>
+ <key>public.kern2.w</key>
+ <real>-96.0</real>
+ <key>public.kern2.x</key>
+ <real>-28.0</real>
+ <key>public.kern2.z</key>
+ <real>-29.0</real>
+ <key>seven</key>
+ <real>-21.0</real>
+ <key>tau</key>
+ <real>-28.0</real>
+ <key>tenge</key>
+ <real>-68.0</real>
+ </dict>
+ <key>asciitilde</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-48.0</real>
+ <key>afii10044</key>
+ <real>-35.0</real>
+ <key>tenge</key>
+ <real>-20.0</real>
+ </dict>
+ <key>asterisk.case</key>
+ <dict>
+ <key>A</key>
+ <real>-128.0</real>
+ <key>Delta</key>
+ <real>-128.0</real>
+ <key>Lambda</key>
+ <real>-128.0</real>
+ <key>Sigma</key>
+ <real>-96.0</real>
+ <key>T</key>
+ <real>-64.0</real>
+ <key>V</key>
+ <real>-128.0</real>
+ <key>W</key>
+ <real>-48.0</real>
+ <key>Y</key>
+ <real>-160.0</real>
+ </dict>
+ <key>at</key>
+ <dict>
+ <key>Psi</key>
+ <real>-55.0</real>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>public.kern2.AE</key>
+ <real>-125.0</real>
+ <key>public.kern2.V</key>
+ <real>-61.0</real>
+ <key>public.kern2.W</key>
+ <real>-34.0</real>
+ <key>public.kern2.X</key>
+ <real>-70.0</real>
+ <key>public.kern2.Y</key>
+ <real>-82.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-20.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-83.0</real>
+ <key>public.kern2.two</key>
+ <real>-13.0</real>
+ <key>public.kern2.v</key>
+ <real>-40.0</real>
+ <key>public.kern2.w</key>
+ <real>-20.0</real>
+ <key>public.kern2.x</key>
+ <real>-28.0</real>
+ <key>seven</key>
+ <real>-70.0</real>
+ <key>tenge</key>
+ <real>-21.0</real>
+ </dict>
+ <key>atilde</key>
+ <dict>
+ <key>Trthook</key>
+ <real>-128.0</real>
+ <key>gamma1</key>
+ <real>-128.0</real>
+ <key>public.kern2.T</key>
+ <real>-112.0</real>
+ <key>public.kern2.Y</key>
+ <real>-160.0</real>
+ </dict>
+ <key>backslash</key>
+ <dict>
+ <key>Psi</key>
+ <real>-75.0</real>
+ <key>checyrillic</key>
+ <real>-33.0</real>
+ <key>eight</key>
+ <real>6.0</real>
+ <key>mu</key>
+ <real>15.0</real>
+ <key>public.kern2.A</key>
+ <real>13.0</real>
+ <key>public.kern2.C</key>
+ <real>-20.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-22.0</real>
+ <key>public.kern2.T</key>
+ <real>-420.0</real>
+ <key>public.kern2.U</key>
+ <real>-29.0</real>
+ <key>public.kern2.V</key>
+ <real>-83.0</real>
+ <key>public.kern2.W</key>
+ <real>-83.0</real>
+ <key>public.kern2.X</key>
+ <real>-13.0</real>
+ <key>public.kern2.Y</key>
+ <real>-76.0</real>
+ <key>public.kern2.comma</key>
+ <real>118.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>132.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.m</key>
+ <real>13.0</real>
+ <key>public.kern2.one</key>
+ <real>-15.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-268.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-233.0</real>
+ <key>public.kern2.two</key>
+ <real>13.0</real>
+ <key>public.kern2.v</key>
+ <real>-84.0</real>
+ <key>public.kern2.w</key>
+ <real>-56.0</real>
+ <key>seven</key>
+ <real>-41.0</real>
+ <key>tecyrillic</key>
+ <real>-28.0</real>
+ <key>tenge</key>
+ <real>-88.0</real>
+ </dict>
+ <key>beta</key>
+ <dict>
+ <key>Psi</key>
+ <real>-48.0</real>
+ <key>Sigma</key>
+ <real>-20.0</real>
+ <key>eight</key>
+ <real>-14.0</real>
+ <key>lambda</key>
+ <real>-75.0</real>
+ <key>nine</key>
+ <real>-20.0</real>
+ <key>nine.1</key>
+ <real>-20.0</real>
+ <key>pi</key>
+ <real>-83.0</real>
+ <key>public.kern2.A</key>
+ <real>-82.0</real>
+ <key>public.kern2.braceright</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-40.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-4.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-62.0</real>
+ <key>public.kern2.m</key>
+ <real>-55.0</real>
+ <key>public.kern2.one</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-139.0</real>
+ <key>rho</key>
+ <real>-15.0</real>
+ <key>seven</key>
+ <real>-76.0</real>
+ <key>tau</key>
+ <real>-34.0</real>
+ <key>three</key>
+ <real>-33.0</real>
+ <key>underscore</key>
+ <real>-70.0</real>
+ </dict>
+ <key>braceright</key>
+ <dict>
+ <key>public.kern2.quotedblleft</key>
+ <real>-63.0</real>
+ </dict>
+ <key>colon</key>
+ <dict>
+ <key>j</key>
+ <real>-128.0</real>
+ </dict>
+ <key>colon.case</key>
+ <dict>
+ <key>seven</key>
+ <real>-20.0</real>
+ </dict>
+ <key>comma</key>
+ <dict>
+ <key>quotedblreversed</key>
+ <real>-128.0</real>
+ <key>quotereversed</key>
+ <real>-128.0</real>
+ </dict>
+ <key>d</key>
+ <dict>
+ <key>public.kern2.dotlessj</key>
+ <real>-145.0</real>
+ </dict>
+ <key>dcroat</key>
+ <dict>
+ <key>backslash</key>
+ <real>55.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>20.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>34.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>22.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>21.0</real>
+ </dict>
+ <key>dhook</key>
+ <dict>
+ <key>T</key>
+ <real>64.0</real>
+ </dict>
+ <key>dzcaron</key>
+ <dict>
+ <key>T</key>
+ <real>-70.0</real>
+ </dict>
+ <key>edieresis</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-128.0</real>
+ <key>public.kern2.T</key>
+ <real>-128.0</real>
+ <key>public.kern2.Y</key>
+ <real>-192.0</real>
+ </dict>
+ <key>eight</key>
+ <dict>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>public.kern2.two</key>
+ <real>-48.0</real>
+ <key>seven</key>
+ <real>-48.0</real>
+ </dict>
+ <key>emdash</key>
+ <dict>
+ <key>tenge</key>
+ <real>-13.0</real>
+ </dict>
+ <key>endash</key>
+ <dict>
+ <key>tenge</key>
+ <real>-22.0</real>
+ </dict>
+ <key>eth</key>
+ <dict>
+ <key>V</key>
+ <real>-192.0</real>
+ <key>Y</key>
+ <real>-190.0</real>
+ <key>Yhook</key>
+ <real>-190.0</real>
+ <key>public.kern2.T</key>
+ <real>-96.0</real>
+ </dict>
+ <key>exclamdown</key>
+ <dict>
+ <key>Psi</key>
+ <real>-158.0</real>
+ <key>Tbar</key>
+ <real>-40.0</real>
+ <key>public.kern2.T</key>
+ <real>-89.0</real>
+ <key>public.kern2.V</key>
+ <real>-130.0</real>
+ <key>public.kern2.W</key>
+ <real>-104.0</real>
+ <key>public.kern2.Y</key>
+ <real>-157.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-41.0</real>
+ </dict>
+ <key>five</key>
+ <dict>
+ <key>Psi</key>
+ <real>-35.0</real>
+ <key>afii10024</key>
+ <real>-22.0</real>
+ <key>afii10044</key>
+ <real>-21.0</real>
+ <key>backslash</key>
+ <real>21.0</real>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>public.kern2.A</key>
+ <real>-14.0</real>
+ <key>public.kern2.AE</key>
+ <real>-84.0</real>
+ <key>public.kern2.Y</key>
+ <real>-35.0</real>
+ <key>public.kern2.comma</key>
+ <real>-109.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-8.0</real>
+ <key>public.kern2.one</key>
+ <real>-28.0</real>
+ <key>underscore</key>
+ <real>-102.0</real>
+ <key>zhecyrillic</key>
+ <real>-8.0</real>
+ </dict>
+ <key>four</key>
+ <dict>
+ <key>Psi</key>
+ <real>-82.0</real>
+ <key>afii10024</key>
+ <real>-15.0</real>
+ <key>afii10044</key>
+ <real>-40.0</real>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>public.kern2.AE</key>
+ <real>-54.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-21.0</real>
+ <key>public.kern2.T</key>
+ <real>-228.0</real>
+ <key>public.kern2.V</key>
+ <real>-56.0</real>
+ <key>public.kern2.W</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>-83.0</real>
+ <key>public.kern2.Z</key>
+ <real>-8.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-33.0</real>
+ <key>public.kern2.comma</key>
+ <real>-48.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-7.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-22.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-22.0</real>
+ <key>public.kern2.one</key>
+ <real>-35.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-21.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-14.0</real>
+ <key>public.kern2.v</key>
+ <real>-22.0</real>
+ <key>public.kern2.w</key>
+ <real>-20.0</real>
+ <key>public.kern2.x</key>
+ <real>-7.0</real>
+ <key>seven</key>
+ <real>-144.0</real>
+ <key>tecyrillic</key>
+ <real>-29.0</real>
+ <key>tenge</key>
+ <real>-14.0</real>
+ </dict>
+ <key>four.1</key>
+ <dict>
+ <key>Psi</key>
+ <real>-82.0</real>
+ <key>afii10024</key>
+ <real>-15.0</real>
+ <key>afii10044</key>
+ <real>-40.0</real>
+ <key>public.kern2.AE</key>
+ <real>-54.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-21.0</real>
+ <key>public.kern2.T</key>
+ <real>-20.0</real>
+ <key>public.kern2.V</key>
+ <real>-56.0</real>
+ <key>public.kern2.W</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>-83.0</real>
+ <key>public.kern2.Z</key>
+ <real>-8.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-33.0</real>
+ <key>public.kern2.comma</key>
+ <real>-48.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-7.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-22.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-22.0</real>
+ <key>public.kern2.one</key>
+ <real>-35.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-21.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-14.0</real>
+ <key>public.kern2.v</key>
+ <real>-22.0</real>
+ <key>public.kern2.w</key>
+ <real>-20.0</real>
+ <key>public.kern2.x</key>
+ <real>-7.0</real>
+ <key>seven</key>
+ <real>-144.0</real>
+ <key>tecyrillic</key>
+ <real>-29.0</real>
+ <key>tenge</key>
+ <real>-14.0</real>
+ </dict>
+ <key>g</key>
+ <dict>
+ <key>T</key>
+ <real>-320.0</real>
+ <key>j</key>
+ <real>-106.0</real>
+ </dict>
+ <key>gamma1</key>
+ <dict>
+ <key>T</key>
+ <real>-384.0</real>
+ </dict>
+ <key>germandbls</key>
+ <dict>
+ <key>Psi</key>
+ <real>-104.0</real>
+ <key>pi</key>
+ <real>-14.0</real>
+ <key>public.kern2.A</key>
+ <real>-13.0</real>
+ <key>public.kern2.AE</key>
+ <real>-62.0</real>
+ <key>public.kern2.C</key>
+ <real>-22.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-20.0</real>
+ <key>public.kern2.T</key>
+ <real>-83.0</real>
+ <key>public.kern2.V</key>
+ <real>-90.0</real>
+ <key>public.kern2.W</key>
+ <real>-76.0</real>
+ <key>public.kern2.X</key>
+ <real>-56.0</real>
+ <key>public.kern2.Y</key>
+ <real>-102.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-21.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-21.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-48.0</real>
+ <key>public.kern2.m</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-34.0</real>
+ <key>public.kern2.t</key>
+ <real>-15.0</real>
+ <key>public.kern2.w</key>
+ <real>-20.0</real>
+ <key>tau</key>
+ <real>-14.0</real>
+ </dict>
+ <key>greater</key>
+ <dict>
+ <key>Psi</key>
+ <real>-233.0</real>
+ <key>Tbar</key>
+ <real>-63.0</real>
+ <key>afii10021</key>
+ <real>-28.0</real>
+ <key>afii10024</key>
+ <real>-68.0</real>
+ <key>afii10025</key>
+ <real>-29.0</real>
+ <key>afii10041</key>
+ <real>-28.0</real>
+ <key>afii10044</key>
+ <real>-104.0</real>
+ <key>afii10047</key>
+ <real>-20.0</real>
+ <key>afii10049</key>
+ <real>-34.0</real>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>public.kern2.A</key>
+ <real>-69.0</real>
+ <key>public.kern2.AE</key>
+ <real>-96.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-111.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-41.0</real>
+ <key>public.kern2.T</key>
+ <real>-200.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-62.0</real>
+ <key>public.kern2.V</key>
+ <real>-165.0</real>
+ <key>public.kern2.W</key>
+ <real>-164.0</real>
+ <key>public.kern2.X</key>
+ <real>-173.0</real>
+ <key>public.kern2.Y</key>
+ <real>-234.0</real>
+ <key>public.kern2.Z</key>
+ <real>-83.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-130.0</real>
+ <key>public.kern2.v</key>
+ <real>-69.0</real>
+ <key>public.kern2.w</key>
+ <real>-68.0</real>
+ <key>public.kern2.x</key>
+ <real>-75.0</real>
+ <key>public.kern2.z</key>
+ <real>-33.0</real>
+ <key>seven</key>
+ <real>-173.0</real>
+ <key>tecyrillic</key>
+ <real>-33.0</real>
+ <key>tenge</key>
+ <real>-138.0</real>
+ </dict>
+ <key>hryvnia</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-56.0</real>
+ <key>ampersand</key>
+ <real>-13.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-21.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-7.0</real>
+ <key>public.kern2.comma</key>
+ <real>-48.0</real>
+ <key>slash</key>
+ <real>-48.0</real>
+ <key>underscore</key>
+ <real>-55.0</real>
+ </dict>
+ <key>idieresis</key>
+ <dict>
+ <key>V</key>
+ <real>160.0</real>
+ <key>jcrosstail</key>
+ <real>-256.0</real>
+ <key>public.kern2.T</key>
+ <real>176.0</real>
+ </dict>
+ <key>idieresisacute</key>
+ <dict>
+ <key>V</key>
+ <real>160.0</real>
+ </dict>
+ <key>infinity</key>
+ <dict>
+ <key>Psi</key>
+ <real>-68.0</real>
+ <key>Tbar</key>
+ <real>-42.0</real>
+ <key>public.kern2.A</key>
+ <real>-28.0</real>
+ <key>public.kern2.AE</key>
+ <real>-54.0</real>
+ <key>public.kern2.V</key>
+ <real>-83.0</real>
+ <key>public.kern2.W</key>
+ <real>-55.0</real>
+ <key>public.kern2.X</key>
+ <real>-55.0</real>
+ <key>public.kern2.Y</key>
+ <real>-118.0</real>
+ <key>public.kern2.w</key>
+ <real>-22.0</real>
+ </dict>
+ <key>itilde</key>
+ <dict>
+ <key>jcrosstail</key>
+ <real>-256.0</real>
+ <key>public.kern2.T</key>
+ <real>16.0</real>
+ <key>public.kern2.V</key>
+ <real>16.0</real>
+ <key>public.kern2.Y</key>
+ <real>1.0</real>
+ </dict>
+ <key>j</key>
+ <dict>
+ <key>j</key>
+ <real>-110.0</real>
+ </dict>
+ <key>k</key>
+ <dict>
+ <key>T</key>
+ <real>-278.0</real>
+ </dict>
+ <key>khook</key>
+ <dict>
+ <key>T</key>
+ <real>-278.0</real>
+ </dict>
+ <key>lambda</key>
+ <dict>
+ <key>Psi</key>
+ <real>-40.0</real>
+ <key>five</key>
+ <real>-22.0</real>
+ <key>four</key>
+ <real>-33.0</real>
+ <key>pi</key>
+ <real>-207.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-48.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-72.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-74.0</real>
+ <key>public.kern2.divide</key>
+ <real>-77.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-45.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-157.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-42.0</real>
+ <key>public.kern2.m</key>
+ <real>-117.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-77.0</real>
+ <key>public.kern2.one</key>
+ <real>-75.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-61.0</real>
+ <key>public.kern2.six</key>
+ <real>-34.0</real>
+ <key>rho</key>
+ <real>-15.0</real>
+ <key>tau</key>
+ <real>-261.0</real>
+ <key>theta</key>
+ <real>-48.0</real>
+ <key>xi</key>
+ <real>-42.0</real>
+ <key>zeta</key>
+ <real>-21.0</real>
+ </dict>
+ <key>less</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-42.0</real>
+ <key>tenge</key>
+ <real>-7.0</real>
+ </dict>
+ <key>logicalnot</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-68.0</real>
+ <key>tecyrillic</key>
+ <real>-22.0</real>
+ <key>tenge</key>
+ <real>-28.0</real>
+ </dict>
+ <key>lslash</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>40.0</real>
+ <key>public.kern2.C</key>
+ <real>14.0</real>
+ </dict>
+ <key>mturn</key>
+ <dict>
+ <key>T</key>
+ <real>-256.0</real>
+ </dict>
+ <key>mturndescend</key>
+ <dict>
+ <key>T</key>
+ <real>-256.0</real>
+ </dict>
+ <key>mu</key>
+ <dict>
+ <key>Psi</key>
+ <real>-70.0</real>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>less</key>
+ <real>-55.0</real>
+ <key>logicalnot</key>
+ <real>-83.0</real>
+ <key>pi</key>
+ <real>-75.0</real>
+ <key>public.kern2.A</key>
+ <real>-102.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-22.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-22.0</real>
+ <key>public.kern2.divide</key>
+ <real>-88.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-166.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>62.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-15.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-34.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-41.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-15.0</real>
+ <key>public.kern2.m</key>
+ <real>-69.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-15.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-15.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-111.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-13.0</real>
+ <key>rho</key>
+ <real>-18.0</real>
+ <key>slash</key>
+ <real>-48.0</real>
+ <key>tau</key>
+ <real>-54.0</real>
+ <key>theta</key>
+ <real>-41.0</real>
+ <key>underscore</key>
+ <real>-89.0</real>
+ <key>xi</key>
+ <real>-35.0</real>
+ <key>zeta</key>
+ <real>-32.0</real>
+ </dict>
+ <key>multiply</key>
+ <dict>
+ <key>Psi</key>
+ <real>-68.0</real>
+ <key>afii10021</key>
+ <real>-22.0</real>
+ <key>afii10024</key>
+ <real>-63.0</real>
+ <key>afii10041</key>
+ <real>-35.0</real>
+ <key>afii10044</key>
+ <real>-103.0</real>
+ <key>afii10047</key>
+ <real>-33.0</real>
+ <key>afii10049</key>
+ <real>-61.0</real>
+ <key>ampersand</key>
+ <real>-33.0</real>
+ <key>public.kern2.A</key>
+ <real>-110.0</real>
+ <key>public.kern2.AE</key>
+ <real>-68.0</real>
+ <key>public.kern2.T</key>
+ <real>-76.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-48.0</real>
+ <key>public.kern2.V</key>
+ <real>-116.0</real>
+ <key>public.kern2.W</key>
+ <real>-61.0</real>
+ <key>public.kern2.Y</key>
+ <real>-131.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-34.0</real>
+ <key>public.kern2.v</key>
+ <real>-61.0</real>
+ <key>public.kern2.w</key>
+ <real>-20.0</real>
+ <key>public.kern2.x</key>
+ <real>-35.0</real>
+ <key>tenge</key>
+ <real>-48.0</real>
+ </dict>
+ <key>nine</key>
+ <dict>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>nine</key>
+ <real>-8.0</real>
+ <key>slash</key>
+ <real>-80.0</real>
+ </dict>
+ <key>nine.1</key>
+ <dict>
+ <key>eight</key>
+ <real>-112.0</real>
+ <key>four</key>
+ <real>-160.0</real>
+ <key>four.1</key>
+ <real>-160.0</real>
+ <key>i</key>
+ <real>-64.0</real>
+ <key>j</key>
+ <real>-224.0</real>
+ <key>nine.1</key>
+ <real>-112.0</real>
+ <key>period</key>
+ <real>-272.0</real>
+ <key>slash</key>
+ <real>-240.0</real>
+ <key>zero</key>
+ <real>-48.0</real>
+ </dict>
+ <key>ntilde</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-128.0</real>
+ </dict>
+ <key>numbersign</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-13.0</real>
+ <key>four</key>
+ <real>-34.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-34.0</real>
+ </dict>
+ <key>odieresis</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-128.0</real>
+ <key>public.kern2.T</key>
+ <real>-96.0</real>
+ <key>public.kern2.V</key>
+ <real>-144.0</real>
+ <key>public.kern2.Y</key>
+ <real>-144.0</real>
+ </dict>
+ <key>oslash</key>
+ <dict>
+ <key>T</key>
+ <real>-134.0</real>
+ </dict>
+ <key>otilde</key>
+ <dict>
+ <key>gamma1</key>
+ <real>-128.0</real>
+ <key>jcrosstail</key>
+ <real>-128.0</real>
+ <key>public.kern2.T</key>
+ <real>-112.0</real>
+ <key>public.kern2.V</key>
+ <real>-144.0</real>
+ <key>public.kern2.Y</key>
+ <real>-144.0</real>
+ </dict>
+ <key>percent</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-150.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-171.0</real>
+ </dict>
+ <key>period</key>
+ <dict>
+ <key>eight</key>
+ <real>-112.0</real>
+ <key>five</key>
+ <real>-80.0</real>
+ <key>j</key>
+ <real>-128.0</real>
+ <key>nine</key>
+ <real>-112.0</real>
+ <key>nine.1</key>
+ <real>-176.0</real>
+ <key>public.kern2.one</key>
+ <real>-112.0</real>
+ <key>seven</key>
+ <real>-96.0</real>
+ <key>six</key>
+ <real>-96.0</real>
+ <key>six.1</key>
+ <real>-96.0</real>
+ <key>three</key>
+ <real>-96.0</real>
+ <key>zero</key>
+ <real>-128.0</real>
+ </dict>
+ <key>periodcentered</key>
+ <dict>
+ <key>L_slash</key>
+ <real>33.0</real>
+ <key>Tbar</key>
+ <real>-84.0</real>
+ <key>ampersand</key>
+ <real>-42.0</real>
+ <key>lslash</key>
+ <real>40.0</real>
+ <key>public.kern2.A</key>
+ <real>-82.0</real>
+ <key>public.kern2.AE</key>
+ <real>-118.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>34.0</real>
+ <key>public.kern2.J</key>
+ <real>-103.0</real>
+ <key>public.kern2.S</key>
+ <real>-6.0</real>
+ <key>public.kern2.T</key>
+ <real>-172.0</real>
+ <key>public.kern2.V</key>
+ <real>-104.0</real>
+ <key>public.kern2.W</key>
+ <real>-90.0</real>
+ <key>public.kern2.X</key>
+ <real>-144.0</real>
+ <key>public.kern2.Y</key>
+ <real>-164.0</real>
+ <key>public.kern2.Z</key>
+ <real>-82.0</real>
+ <key>public.kern2.a</key>
+ <real>-8.0</real>
+ <key>public.kern2.v</key>
+ <real>-15.0</real>
+ <key>public.kern2.w</key>
+ <real>-20.0</real>
+ <key>public.kern2.x</key>
+ <real>-63.0</real>
+ <key>public.kern2.z</key>
+ <real>-33.0</real>
+ <key>tbar</key>
+ <real>34.0</real>
+ </dict>
+ <key>perthousand</key>
+ <dict>
+ <key>tenge</key>
+ <real>-33.0</real>
+ </dict>
+ <key>pi</key>
+ <dict>
+ <key>Omega</key>
+ <real>-6.0</real>
+ <key>Psi</key>
+ <real>-62.0</real>
+ <key>four</key>
+ <real>-29.0</real>
+ <key>lambda</key>
+ <real>-48.0</real>
+ <key>less</key>
+ <real>-34.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-75.0</real>
+ <key>public.kern2.comma</key>
+ <real>-27.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-77.0</real>
+ <key>public.kern2.divide</key>
+ <real>-62.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>48.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>40.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-40.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-35.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>28.0</real>
+ <key>rho</key>
+ <real>-62.0</real>
+ <key>theta</key>
+ <real>-14.0</real>
+ <key>xi</key>
+ <real>-28.0</real>
+ <key>zeta</key>
+ <real>-63.0</real>
+ </dict>
+ <key>public.kern1.A</key>
+ <dict>
+ <key>Tbar</key>
+ <real>-137.0</real>
+ <key>asterisk.case</key>
+ <real>-128.0</real>
+ <key>backslash</key>
+ <real>-40.0</real>
+ <key>eight</key>
+ <real>-41.0</real>
+ <key>five</key>
+ <real>-48.0</real>
+ <key>infinity</key>
+ <real>-27.0</real>
+ <key>less</key>
+ <real>-68.0</real>
+ <key>logicalnot</key>
+ <real>-102.0</real>
+ <key>multiply</key>
+ <real>-109.0</real>
+ <key>nine</key>
+ <real>-41.0</real>
+ <key>nine.1</key>
+ <real>-41.0</real>
+ <key>periodcentered</key>
+ <real>-84.0</real>
+ <key>public.kern2.B</key>
+ <real>-24.0</real>
+ <key>public.kern2.C</key>
+ <real>-222.0</real>
+ <key>public.kern2.S</key>
+ <real>-80.0</real>
+ <key>public.kern2.T</key>
+ <real>-388.0</real>
+ <key>public.kern2.U</key>
+ <real>-48.0</real>
+ <key>public.kern2.V</key>
+ <real>-352.0</real>
+ <key>public.kern2.W</key>
+ <real>-256.0</real>
+ <key>public.kern2.Y</key>
+ <real>-500.0</real>
+ <key>public.kern2.a</key>
+ <real>-20.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-137.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-213.0</real>
+ <key>public.kern2.c</key>
+ <real>-96.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-200.0</real>
+ <key>public.kern2.divide</key>
+ <real>-75.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-214.0</real>
+ <key>public.kern2.f</key>
+ <real>-54.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-84.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-82.0</real>
+ <key>public.kern2.one</key>
+ <real>-123.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-212.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-268.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-219.0</real>
+ <key>public.kern2.s</key>
+ <real>-40.0</real>
+ <key>public.kern2.six</key>
+ <real>-41.0</real>
+ <key>public.kern2.t</key>
+ <real>-83.0</real>
+ <key>public.kern2.u</key>
+ <real>-82.0</real>
+ <key>public.kern2.v</key>
+ <real>-178.0</real>
+ <key>public.kern2.w</key>
+ <real>-179.0</real>
+ <key>public.kern2.x</key>
+ <real>-20.0</real>
+ <key>public.kern2.z</key>
+ <real>-27.0</real>
+ <key>question</key>
+ <real>-166.0</real>
+ <key>seven</key>
+ <real>-48.0</real>
+ <key>tbar</key>
+ <real>-20.0</real>
+ </dict>
+ <key>public.kern1.AE</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>-15.0</real>
+ </dict>
+ <key>public.kern1.B</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>-7.0</real>
+ <key>public.kern2.AE</key>
+ <real>-41.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>82.0</real>
+ <key>public.kern2.Y</key>
+ <real>-56.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-20.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>64.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-41.0</real>
+ <key>public.kern2.x</key>
+ <real>-14.0</real>
+ <key>public.kern2.z</key>
+ <real>-13.0</real>
+ <key>underscore</key>
+ <real>-55.0</real>
+ </dict>
+ <key>public.kern1.C</key>
+ <dict>
+ <key>backslash</key>
+ <real>33.0</real>
+ <key>public.kern2.A</key>
+ <real>-127.0</real>
+ <key>public.kern2.AE</key>
+ <real>-68.0</real>
+ <key>public.kern2.B</key>
+ <real>-32.0</real>
+ <key>public.kern2.C</key>
+ <real>-32.0</real>
+ <key>public.kern2.T</key>
+ <real>-41.0</real>
+ <key>public.kern2.V</key>
+ <real>-144.0</real>
+ <key>public.kern2.X</key>
+ <real>-170.0</real>
+ <key>public.kern2.Y</key>
+ <real>-176.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-13.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>64.0</real>
+ <key>underscore</key>
+ <real>-138.0</real>
+ </dict>
+ <key>public.kern1.D</key>
+ <dict>
+ <key>backslash</key>
+ <real>15.0</real>
+ <key>public.kern2.A</key>
+ <real>-216.0</real>
+ <key>public.kern2.AE</key>
+ <real>-231.0</real>
+ <key>public.kern2.B</key>
+ <real>-32.0</real>
+ <key>public.kern2.C</key>
+ <real>-32.0</real>
+ <key>public.kern2.T</key>
+ <real>-76.0</real>
+ <key>public.kern2.V</key>
+ <real>-208.0</real>
+ <key>public.kern2.W</key>
+ <real>-160.0</real>
+ <key>public.kern2.X</key>
+ <real>-224.0</real>
+ <key>public.kern2.Y</key>
+ <real>-272.0</real>
+ <key>public.kern2.Z</key>
+ <real>-116.0</real>
+ <key>public.kern2.a</key>
+ <real>-15.0</real>
+ <key>public.kern2.braceright.case</key>
+ <real>-80.0</real>
+ <key>public.kern2.c</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-138.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-7.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-40.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-35.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>48.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-157.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-83.0</real>
+ <key>public.kern2.s</key>
+ <real>-16.0</real>
+ <key>public.kern2.v</key>
+ <real>-32.0</real>
+ <key>public.kern2.x</key>
+ <real>-28.0</real>
+ <key>seven</key>
+ <real>-15.0</real>
+ <key>slash</key>
+ <real>-70.0</real>
+ <key>underscore</key>
+ <real>-138.0</real>
+ </dict>
+ <key>public.kern1.Decyrillic</key>
+ <dict>
+ <key>afii10021</key>
+ <real>83.0</real>
+ <key>afii10024</key>
+ <real>29.0</real>
+ <key>afii10025</key>
+ <real>14.0</real>
+ <key>afii10041</key>
+ <real>-8.0</real>
+ <key>afii10044</key>
+ <real>-55.0</real>
+ <key>decyrillic</key>
+ <real>61.0</real>
+ <key>iacyrillic</key>
+ <real>27.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-13.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>35.0</real>
+ <key>public.kern2.comma</key>
+ <real>28.0</real>
+ <key>public.kern2.divide</key>
+ <real>-21.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>33.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>35.0</real>
+ <key>underscore</key>
+ <real>151.0</real>
+ <key>zhecyrillic</key>
+ <real>13.0</real>
+ </dict>
+ <key>public.kern1.E</key>
+ <dict>
+ <key>backslash</key>
+ <real>40.0</real>
+ <key>four</key>
+ <real>-13.0</real>
+ <key>periodcentered</key>
+ <real>-13.0</real>
+ <key>public.kern2.A</key>
+ <real>-32.0</real>
+ <key>public.kern2.C</key>
+ <real>-144.0</real>
+ <key>public.kern2.S</key>
+ <real>-16.0</real>
+ <key>public.kern2.c</key>
+ <real>-48.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-32.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-198.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>112.0</real>
+ <key>public.kern2.v</key>
+ <real>-80.0</real>
+ </dict>
+ <key>public.kern1.Ecyrillic</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-14.0</real>
+ <key>afii10024</key>
+ <real>-77.0</real>
+ <key>afii10025</key>
+ <real>-7.0</real>
+ <key>afii10038</key>
+ <real>-28.0</real>
+ <key>afii10041</key>
+ <real>-8.0</real>
+ <key>afii10044</key>
+ <real>-61.0</real>
+ <key>afii10049</key>
+ <real>-22.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-14.0</real>
+ <key>iacyrillic</key>
+ <real>-14.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-75.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-20.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.comma</key>
+ <real>-96.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-28.0</real>
+ <key>tecyrillic</key>
+ <real>-14.0</real>
+ <key>tenge</key>
+ <real>-21.0</real>
+ <key>underscore</key>
+ <real>-104.0</real>
+ <key>zecyrillic</key>
+ <real>-14.0</real>
+ <key>zhecyrillic</key>
+ <real>-28.0</real>
+ </dict>
+ <key>public.kern1.Epsilongreek</key>
+ <dict>
+ <key>backslash</key>
+ <real>40.0</real>
+ <key>four</key>
+ <real>-15.0</real>
+ <key>pi</key>
+ <real>-14.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.m</key>
+ <real>-14.0</real>
+ <key>rho</key>
+ <real>-7.0</real>
+ <key>tau</key>
+ <real>-13.0</real>
+ </dict>
+ <key>public.kern1.F</key>
+ <dict>
+ <key>F</key>
+ <real>-128.0</real>
+ <key>ampersand</key>
+ <real>-54.0</real>
+ <key>backslash</key>
+ <real>29.0</real>
+ <key>eight</key>
+ <real>-28.0</real>
+ <key>four</key>
+ <real>-21.0</real>
+ <key>periodcentered</key>
+ <real>-15.0</real>
+ <key>public.kern2.A</key>
+ <real>-416.0</real>
+ <key>public.kern2.AE</key>
+ <real>-178.0</real>
+ <key>public.kern2.C</key>
+ <real>-176.0</real>
+ <key>public.kern2.J</key>
+ <real>-70.0</real>
+ <key>public.kern2.a</key>
+ <real>-118.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-48.0</real>
+ <key>public.kern2.c</key>
+ <real>-161.0</real>
+ <key>public.kern2.comma</key>
+ <real>-227.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-32.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-198.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-137.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>112.0</real>
+ <key>public.kern2.m</key>
+ <real>-138.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-254.0</real>
+ <key>public.kern2.six</key>
+ <real>-42.0</real>
+ <key>public.kern2.two</key>
+ <real>-14.0</real>
+ <key>public.kern2.u</key>
+ <real>-167.0</real>
+ <key>public.kern2.v</key>
+ <real>-160.0</real>
+ <key>public.kern2.z</key>
+ <real>-63.0</real>
+ <key>r</key>
+ <real>-128.0</real>
+ <key>slash</key>
+ <real>-103.0</real>
+ <key>three</key>
+ <real>-14.0</real>
+ <key>underscore</key>
+ <real>-173.0</real>
+ </dict>
+ <key>public.kern1.G</key>
+ <dict>
+ <key>backslash</key>
+ <real>14.0</real>
+ <key>public.kern2.A</key>
+ <real>-48.0</real>
+ <key>public.kern2.AE</key>
+ <real>-48.0</real>
+ <key>public.kern2.T</key>
+ <real>-22.0</real>
+ <key>public.kern2.X</key>
+ <real>-196.0</real>
+ <key>public.kern2.Y</key>
+ <real>-216.0</real>
+ <key>public.kern2.a</key>
+ <real>-13.0</real>
+ <key>public.kern2.braceright.case</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-63.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>48.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-8.0</real>
+ <key>public.kern2.z</key>
+ <real>-13.0</real>
+ <key>slash</key>
+ <real>-20.0</real>
+ <key>underscore</key>
+ <real>-88.0</real>
+ </dict>
+ <key>public.kern1.Gecyrillic</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-48.0</real>
+ <key>afii10024</key>
+ <real>-27.0</real>
+ <key>afii10025</key>
+ <real>-13.0</real>
+ <key>afii10038</key>
+ <real>-84.0</real>
+ <key>afii10044</key>
+ <real>-14.0</real>
+ <key>afii10047</key>
+ <real>-55.0</real>
+ <key>afii10049</key>
+ <real>-40.0</real>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>asciitilde</key>
+ <real>-103.0</real>
+ <key>becyrillic</key>
+ <real>-61.0</real>
+ <key>checyrillic</key>
+ <real>-144.0</real>
+ <key>decyrillic</key>
+ <real>-198.0</real>
+ <key>eight</key>
+ <real>-33.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-159.0</real>
+ <key>five</key>
+ <real>-14.0</real>
+ <key>four</key>
+ <real>-151.0</real>
+ <key>greater</key>
+ <real>-33.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-138.0</real>
+ <key>hryvnia</key>
+ <real>-21.0</real>
+ <key>iacyrillic</key>
+ <real>-235.0</real>
+ <key>less</key>
+ <real>-103.0</real>
+ <key>logicalnot</key>
+ <real>-104.0</real>
+ <key>multiply</key>
+ <real>-110.0</real>
+ <key>nine</key>
+ <real>-14.0</real>
+ <key>nine.1</key>
+ <real>-14.0</real>
+ <key>numbersign</key>
+ <real>-35.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-34.0</real>
+ <key>public.kern2.Ecyrillic</key>
+ <real>-82.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-109.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-125.0</real>
+ <key>public.kern2.colon</key>
+ <real>-55.0</real>
+ <key>public.kern2.comma</key>
+ <real>-281.0</real>
+ <key>public.kern2.divide</key>
+ <real>-173.0</real>
+ <key>public.kern2.dzhecyrillic</key>
+ <real>-116.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-221.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-226.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-281.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-130.0</real>
+ <key>public.kern2.one</key>
+ <real>-8.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-400.0</real>
+ <key>public.kern2.six</key>
+ <real>-77.0</real>
+ <key>public.kern2.two</key>
+ <real>-14.0</real>
+ <key>tecyrillic</key>
+ <real>-130.0</real>
+ <key>three</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-180.0</real>
+ <key>uni20BD</key>
+ <real>-42.0</real>
+ <key>zecyrillic</key>
+ <real>-199.0</real>
+ <key>zhecyrillic</key>
+ <real>-157.0</real>
+ </dict>
+ <key>public.kern1.H</key>
+ <dict>
+ <key>backslash</key>
+ <real>41.0</real>
+ <key>public.kern2.A</key>
+ <real>-24.0</real>
+ <key>public.kern2.C</key>
+ <real>-32.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-151.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>128.0</real>
+ </dict>
+ <key>public.kern1.Hardsigncyrillic</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-41.0</real>
+ <key>afii10041</key>
+ <real>-13.0</real>
+ <key>afii10044</key>
+ <real>-152.0</real>
+ <key>afii10049</key>
+ <real>-7.0</real>
+ <key>checyrillic</key>
+ <real>-7.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-164.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-41.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-22.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-21.0</real>
+ <key>public.kern2.one</key>
+ <real>-42.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-48.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-15.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-6.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-27.0</real>
+ <key>question</key>
+ <real>-21.0</real>
+ <key>seven</key>
+ <real>-41.0</real>
+ <key>tecyrillic</key>
+ <real>-14.0</real>
+ <key>tenge</key>
+ <real>-42.0</real>
+ <key>underscore</key>
+ <real>-21.0</real>
+ <key>zhecyrillic</key>
+ <real>-28.0</real>
+ </dict>
+ <key>public.kern1.IJacute</key>
+ <dict>
+ <key>backslash</key>
+ <real>40.0</real>
+ <key>public.kern2.A</key>
+ <real>-48.0</real>
+ <key>public.kern2.AE</key>
+ <real>-69.0</real>
+ <key>public.kern2.a</key>
+ <real>-20.0</real>
+ <key>public.kern2.c</key>
+ <real>-33.0</real>
+ <key>public.kern2.comma</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-173.0</real>
+ <key>public.kern2.x</key>
+ <real>-22.0</real>
+ <key>slash</key>
+ <real>-83.0</real>
+ <key>underscore</key>
+ <real>-125.0</real>
+ </dict>
+ <key>public.kern1.K</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>asterisk.case</key>
+ <real>-128.0</real>
+ <key>at</key>
+ <real>-75.0</real>
+ <key>eight</key>
+ <real>-22.0</real>
+ <key>five</key>
+ <real>-48.0</real>
+ <key>four</key>
+ <real>-77.0</real>
+ <key>infinity</key>
+ <real>-90.0</real>
+ <key>less</key>
+ <real>-172.0</real>
+ <key>logicalnot</key>
+ <real>-158.0</real>
+ <key>multiply</key>
+ <real>-83.0</real>
+ <key>nine</key>
+ <real>-70.0</real>
+ <key>nine.1</key>
+ <real>-70.0</real>
+ <key>periodcentered</key>
+ <real>-123.0</real>
+ <key>public.kern2.C</key>
+ <real>-290.0</real>
+ <key>public.kern2.S</key>
+ <real>-68.0</real>
+ <key>public.kern2.a</key>
+ <real>-96.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-89.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-35.0</real>
+ <key>public.kern2.c</key>
+ <real>-176.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-61.0</real>
+ <key>public.kern2.divide</key>
+ <real>-240.0</real>
+ <key>public.kern2.f</key>
+ <real>-76.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-109.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>176.0</real>
+ <key>public.kern2.one</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-14.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-61.0</real>
+ <key>public.kern2.s</key>
+ <real>-83.0</real>
+ <key>public.kern2.six</key>
+ <real>-70.0</real>
+ <key>public.kern2.t</key>
+ <real>-84.0</real>
+ <key>public.kern2.u</key>
+ <real>-96.0</real>
+ <key>public.kern2.v</key>
+ <real>-139.0</real>
+ <key>public.kern2.w</key>
+ <real>-139.0</real>
+ <key>public.kern2.x</key>
+ <real>-28.0</real>
+ <key>tbar</key>
+ <real>-77.0</real>
+ <key>three</key>
+ <real>-20.0</real>
+ </dict>
+ <key>public.kern1.L</key>
+ <dict>
+ <key>Tbar</key>
+ <real>-261.0</real>
+ <key>backslash</key>
+ <real>-41.0</real>
+ <key>eight</key>
+ <real>-15.0</real>
+ <key>four</key>
+ <real>-13.0</real>
+ <key>less</key>
+ <real>-111.0</real>
+ <key>logicalnot</key>
+ <real>-240.0</real>
+ <key>periodcentered</key>
+ <real>-165.0</real>
+ <key>public.kern2.C</key>
+ <real>-56.0</real>
+ <key>public.kern2.T</key>
+ <real>-404.0</real>
+ <key>public.kern2.U</key>
+ <real>-33.0</real>
+ <key>public.kern2.V</key>
+ <real>-376.0</real>
+ <key>public.kern2.W</key>
+ <real>-199.0</real>
+ <key>public.kern2.Y</key>
+ <real>-525.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-331.0</real>
+ <key>public.kern2.c</key>
+ <real>-70.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-192.0</real>
+ <key>public.kern2.divide</key>
+ <real>-152.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-310.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-103.0</real>
+ <key>public.kern2.one</key>
+ <real>-192.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-282.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-254.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-228.0</real>
+ <key>public.kern2.six</key>
+ <real>-41.0</real>
+ <key>public.kern2.t</key>
+ <real>-83.0</real>
+ <key>public.kern2.v</key>
+ <real>-192.0</real>
+ <key>public.kern2.w</key>
+ <real>-186.0</real>
+ <key>question</key>
+ <real>-199.0</real>
+ <key>seven</key>
+ <real>-96.0</real>
+ </dict>
+ <key>public.kern1.Ohorn</key>
+ <dict>
+ <key>Hbar</key>
+ <real>62.0</real>
+ <key>L_slash</key>
+ <real>82.0</real>
+ <key>Tbar</key>
+ <real>109.0</real>
+ <key>asciitilde</key>
+ <real>-21.0</real>
+ <key>at</key>
+ <real>-63.0</real>
+ <key>backslash</key>
+ <real>82.0</real>
+ <key>bullet</key>
+ <real>-21.0</real>
+ <key>copyright</key>
+ <real>-63.0</real>
+ <key>emdash</key>
+ <real>-22.0</real>
+ <key>endash</key>
+ <real>-21.0</real>
+ <key>exclamdown</key>
+ <real>-62.0</real>
+ <key>figuredash</key>
+ <real>-20.0</real>
+ <key>four</key>
+ <real>-40.0</real>
+ <key>fraction</key>
+ <real>-41.0</real>
+ <key>hyphenbullet</key>
+ <real>-21.0</real>
+ <key>infinity</key>
+ <real>-62.0</real>
+ <key>integral</key>
+ <real>-62.0</real>
+ <key>less</key>
+ <real>-40.0</real>
+ <key>logicalnot</key>
+ <real>-63.0</real>
+ <key>lozenge</key>
+ <real>-40.0</real>
+ <key>lslash</key>
+ <real>33.0</real>
+ <key>multiply</key>
+ <real>-63.0</real>
+ <key>partialdiff</key>
+ <real>-61.0</real>
+ <key>periodcentered</key>
+ <real>-63.0</real>
+ <key>product</key>
+ <real>55.0</real>
+ <key>public.kern2.A</key>
+ <real>-124.0</real>
+ <key>public.kern2.AE</key>
+ <real>-118.0</real>
+ <key>public.kern2.J</key>
+ <real>-42.0</real>
+ <key>public.kern2.T</key>
+ <real>77.0</real>
+ <key>public.kern2.a</key>
+ <real>-48.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-63.0</real>
+ <key>public.kern2.b</key>
+ <real>28.0</real>
+ <key>public.kern2.braceright</key>
+ <real>35.0</real>
+ <key>public.kern2.c</key>
+ <real>-48.0</real>
+ <key>public.kern2.colon</key>
+ <real>-42.0</real>
+ <key>public.kern2.comma</key>
+ <real>-173.0</real>
+ <key>public.kern2.dagger</key>
+ <real>21.0</real>
+ <key>public.kern2.divide</key>
+ <real>-62.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>165.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-75.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>256.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>83.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-207.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>21.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>27.0</real>
+ <key>public.kern2.s</key>
+ <real>-28.0</real>
+ <key>public.kern2.t</key>
+ <real>27.0</real>
+ <key>public.kern2.u</key>
+ <real>-27.0</real>
+ <key>public.kern2.v</key>
+ <real>-27.0</real>
+ <key>public.kern2.w</key>
+ <real>-20.0</real>
+ <key>public.kern2.x</key>
+ <real>-20.0</real>
+ <key>public.kern2.z</key>
+ <real>-27.0</real>
+ <key>questiondown</key>
+ <real>-104.0</real>
+ <key>seven</key>
+ <real>69.0</real>
+ <key>slash</key>
+ <real>-62.0</real>
+ <key>summation</key>
+ <real>56.0</real>
+ </dict>
+ <key>public.kern1.Omegagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-28.0</real>
+ <key>pi</key>
+ <real>-7.0</real>
+ <key>public.kern2.A</key>
+ <real>-14.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.m</key>
+ <real>-13.0</real>
+ <key>tau</key>
+ <real>-15.0</real>
+ <key>theta</key>
+ <real>-6.0</real>
+ <key>xi</key>
+ <real>-14.0</real>
+ <key>zeta</key>
+ <real>-15.0</real>
+ </dict>
+ <key>public.kern1.Omicrongreek</key>
+ <dict>
+ <key>Omega</key>
+ <real>-14.0</real>
+ <key>Psi</key>
+ <real>-40.0</real>
+ <key>Sigma</key>
+ <real>-56.0</real>
+ <key>backslash</key>
+ <real>14.0</real>
+ <key>lambda</key>
+ <real>-96.0</real>
+ <key>pi</key>
+ <real>-21.0</real>
+ <key>public.kern2.A</key>
+ <real>-88.0</real>
+ <key>public.kern2.comma</key>
+ <real>-150.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-27.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-34.0</real>
+ <key>public.kern2.m</key>
+ <real>-22.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-125.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-83.0</real>
+ <key>rho</key>
+ <real>-20.0</real>
+ <key>seven</key>
+ <real>-14.0</real>
+ <key>slash</key>
+ <real>-70.0</real>
+ <key>tau</key>
+ <real>-22.0</real>
+ <key>underscore</key>
+ <real>-137.0</real>
+ <key>xi</key>
+ <real>-21.0</real>
+ <key>zeta</key>
+ <real>-20.0</real>
+ </dict>
+ <key>public.kern1.P</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-205.0</real>
+ <key>backslash</key>
+ <real>-35.0</real>
+ <key>four</key>
+ <real>-192.0</real>
+ <key>periodcentered</key>
+ <real>-93.0</real>
+ <key>public.kern2.A</key>
+ <real>-336.0</real>
+ <key>public.kern2.AE</key>
+ <real>-516.0</real>
+ <key>public.kern2.J</key>
+ <real>-367.0</real>
+ <key>public.kern2.V</key>
+ <real>-144.0</real>
+ <key>public.kern2.X</key>
+ <real>-280.0</real>
+ <key>public.kern2.Y</key>
+ <real>-244.0</real>
+ <key>public.kern2.Z</key>
+ <real>-40.0</real>
+ <key>public.kern2.a</key>
+ <real>-86.0</real>
+ <key>public.kern2.c</key>
+ <real>-86.0</real>
+ <key>public.kern2.comma</key>
+ <real>-331.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-112.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-473.0</real>
+ <key>public.kern2.f</key>
+ <real>70.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-48.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>64.0</real>
+ <key>public.kern2.m</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-304.0</real>
+ <key>public.kern2.s</key>
+ <real>-88.0</real>
+ <key>public.kern2.t</key>
+ <real>7.0</real>
+ <key>public.kern2.two</key>
+ <real>-8.0</real>
+ <key>public.kern2.v</key>
+ <real>-5.0</real>
+ <key>seven</key>
+ <real>-42.0</real>
+ <key>slash</key>
+ <real>-315.0</real>
+ <key>underscore</key>
+ <real>-288.0</real>
+ </dict>
+ <key>public.kern1.R</key>
+ <dict>
+ <key>four</key>
+ <real>-15.0</real>
+ <key>periodcentered</key>
+ <real>-32.0</real>
+ <key>public.kern2.C</key>
+ <real>-96.0</real>
+ <key>public.kern2.V</key>
+ <real>-115.0</real>
+ <key>public.kern2.W</key>
+ <real>-64.0</real>
+ <key>public.kern2.Y</key>
+ <real>-197.0</real>
+ <key>public.kern2.a</key>
+ <real>-32.0</real>
+ <key>public.kern2.c</key>
+ <real>-70.0</real>
+ <key>public.kern2.f</key>
+ <real>14.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>64.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-29.0</real>
+ <key>public.kern2.s</key>
+ <real>-22.0</real>
+ <key>public.kern2.t</key>
+ <real>34.0</real>
+ </dict>
+ <key>public.kern1.S</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>-7.0</real>
+ <key>public.kern2.A</key>
+ <real>-80.0</real>
+ <key>public.kern2.AE</key>
+ <real>-63.0</real>
+ <key>public.kern2.T</key>
+ <real>-32.0</real>
+ <key>public.kern2.V</key>
+ <real>-163.0</real>
+ <key>public.kern2.W</key>
+ <real>-80.0</real>
+ <key>public.kern2.X</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>-68.0</real>
+ <key>public.kern2.a</key>
+ <real>-20.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>80.0</real>
+ </dict>
+ <key>public.kern1.T</key>
+ <dict>
+ <key>adieresis</key>
+ <real>-96.0</real>
+ <key>ampersand</key>
+ <real>-174.0</real>
+ <key>atilde</key>
+ <real>-80.0</real>
+ <key>backslash</key>
+ <real>42.0</real>
+ <key>edieresis</key>
+ <real>-128.0</real>
+ <key>four</key>
+ <real>-278.0</real>
+ <key>idieresis</key>
+ <real>176.0</real>
+ <key>itilde</key>
+ <real>16.0</real>
+ <key>less</key>
+ <real>-199.0</real>
+ <key>ntilde</key>
+ <real>-96.0</real>
+ <key>odieresis</key>
+ <real>-96.0</real>
+ <key>otilde</key>
+ <real>-112.0</real>
+ <key>periodcentered</key>
+ <real>-173.0</real>
+ <key>public.kern2.A</key>
+ <real>-388.0</real>
+ <key>public.kern2.AE</key>
+ <real>-532.0</real>
+ <key>public.kern2.C</key>
+ <real>-149.0</real>
+ <key>public.kern2.J</key>
+ <real>-542.0</real>
+ <key>public.kern2.a</key>
+ <real>-326.0</real>
+ <key>public.kern2.c</key>
+ <real>-311.0</real>
+ <key>public.kern2.colon</key>
+ <real>-55.0</real>
+ <key>public.kern2.comma</key>
+ <real>-393.0</real>
+ <key>public.kern2.divide</key>
+ <real>-408.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-176.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-283.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-283.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-130.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>256.0</real>
+ <key>public.kern2.m</key>
+ <real>-320.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-282.0</real>
+ <key>public.kern2.s</key>
+ <real>-488.0</real>
+ <key>public.kern2.six</key>
+ <real>-76.0</real>
+ <key>public.kern2.u</key>
+ <real>-333.0</real>
+ <key>public.kern2.v</key>
+ <real>-362.0</real>
+ <key>public.kern2.w</key>
+ <real>-376.0</real>
+ <key>public.kern2.x</key>
+ <real>-340.0</real>
+ <key>public.kern2.z</key>
+ <real>-342.0</real>
+ <key>slash</key>
+ <real>-420.0</real>
+ <key>three</key>
+ <real>-15.0</real>
+ <key>udieresis</key>
+ <real>-112.0</real>
+ <key>underscore</key>
+ <real>-166.0</real>
+ <key>utilde</key>
+ <real>-96.0</real>
+ <key>ydieresis</key>
+ <real>-80.0</real>
+ </dict>
+ <key>public.kern1.Ucyrillic</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-54.0</real>
+ <key>afii10024</key>
+ <real>-48.0</real>
+ <key>afii10025</key>
+ <real>-48.0</real>
+ <key>afii10038</key>
+ <real>-76.0</real>
+ <key>afii10041</key>
+ <real>-8.0</real>
+ <key>afii10044</key>
+ <real>-34.0</real>
+ <key>afii10047</key>
+ <real>-48.0</real>
+ <key>afii10049</key>
+ <real>-56.0</real>
+ <key>ampersand</key>
+ <real>-35.0</real>
+ <key>becyrillic</key>
+ <real>-89.0</real>
+ <key>checyrillic</key>
+ <real>-117.0</real>
+ <key>decyrillic</key>
+ <real>-171.0</real>
+ <key>eight</key>
+ <real>-55.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-157.0</real>
+ <key>five</key>
+ <real>-35.0</real>
+ <key>four</key>
+ <real>-137.0</real>
+ <key>greater</key>
+ <real>-14.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-84.0</real>
+ <key>hryvnia</key>
+ <real>-48.0</real>
+ <key>iacyrillic</key>
+ <real>-179.0</real>
+ <key>less</key>
+ <real>-96.0</real>
+ <key>logicalnot</key>
+ <real>-48.0</real>
+ <key>multiply</key>
+ <real>-69.0</real>
+ <key>nine</key>
+ <real>-34.0</real>
+ <key>nine.1</key>
+ <real>-34.0</real>
+ <key>numbersign</key>
+ <real>-29.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-21.0</real>
+ <key>public.kern2.Ecyrillic</key>
+ <real>-69.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-83.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-8.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-68.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-6.0</real>
+ <key>public.kern2.comma</key>
+ <real>-384.0</real>
+ <key>public.kern2.divide</key>
+ <real>-180.0</real>
+ <key>public.kern2.dzhecyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-171.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-132.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-186.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-213.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-157.0</real>
+ <key>public.kern2.one</key>
+ <real>-35.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-432.0</real>
+ <key>public.kern2.six</key>
+ <real>-48.0</real>
+ <key>public.kern2.two</key>
+ <real>-63.0</real>
+ <key>question</key>
+ <real>-15.0</real>
+ <key>tecyrillic</key>
+ <real>-89.0</real>
+ <key>tenge</key>
+ <real>-6.0</real>
+ <key>three</key>
+ <real>-63.0</real>
+ <key>underscore</key>
+ <real>-268.0</real>
+ <key>uni20BD</key>
+ <real>-13.0</real>
+ <key>zecyrillic</key>
+ <real>-144.0</real>
+ <key>zhecyrillic</key>
+ <real>-125.0</real>
+ </dict>
+ <key>public.kern1.Uhorn</key>
+ <dict>
+ <key>Hbar</key>
+ <real>40.0</real>
+ <key>Tbar</key>
+ <real>54.0</real>
+ <key>ampersand</key>
+ <real>-61.0</real>
+ <key>asciitilde</key>
+ <real>-83.0</real>
+ <key>at</key>
+ <real>-96.0</real>
+ <key>backslash</key>
+ <real>96.0</real>
+ <key>bullet</key>
+ <real>-206.0</real>
+ <key>copyright</key>
+ <real>-41.0</real>
+ <key>emdash</key>
+ <real>-205.0</real>
+ <key>endash</key>
+ <real>-207.0</real>
+ <key>exclamdown</key>
+ <real>-40.0</real>
+ <key>figuredash</key>
+ <real>-205.0</real>
+ <key>four</key>
+ <real>-144.0</real>
+ <key>hyphenbullet</key>
+ <real>-207.0</real>
+ <key>infinity</key>
+ <real>-165.0</real>
+ <key>integral</key>
+ <real>-206.0</real>
+ <key>less</key>
+ <real>-151.0</real>
+ <key>logicalnot</key>
+ <real>-207.0</real>
+ <key>lslash</key>
+ <real>42.0</real>
+ <key>multiply</key>
+ <real>-164.0</real>
+ <key>partialdiff</key>
+ <real>-83.0</real>
+ <key>periodcentered</key>
+ <real>-165.0</real>
+ <key>product</key>
+ <real>27.0</real>
+ <key>public.kern2.A</key>
+ <real>-219.0</real>
+ <key>public.kern2.AE</key>
+ <real>-322.0</real>
+ <key>public.kern2.C</key>
+ <real>-118.0</real>
+ <key>public.kern2.J</key>
+ <real>-268.0</real>
+ <key>public.kern2.S</key>
+ <real>-22.0</real>
+ <key>public.kern2.T</key>
+ <real>56.0</real>
+ <key>public.kern2.V</key>
+ <real>13.0</real>
+ <key>public.kern2.W</key>
+ <real>13.0</real>
+ <key>public.kern2.X</key>
+ <real>15.0</real>
+ <key>public.kern2.Y</key>
+ <real>48.0</real>
+ <key>public.kern2.a</key>
+ <real>-192.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-164.0</real>
+ <key>public.kern2.b</key>
+ <real>33.0</real>
+ <key>public.kern2.braceright</key>
+ <real>123.0</real>
+ <key>public.kern2.c</key>
+ <real>-206.0</real>
+ <key>public.kern2.colon</key>
+ <real>-166.0</real>
+ <key>public.kern2.comma</key>
+ <real>-254.0</real>
+ <key>public.kern2.dagger</key>
+ <real>22.0</real>
+ <key>public.kern2.divide</key>
+ <real>-205.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-205.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>96.0</real>
+ <key>public.kern2.f</key>
+ <real>-21.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-249.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-137.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>192.0</real>
+ <key>public.kern2.m</key>
+ <real>-166.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>40.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-331.0</real>
+ <key>public.kern2.s</key>
+ <real>-219.0</real>
+ <key>public.kern2.six</key>
+ <real>-29.0</real>
+ <key>public.kern2.t</key>
+ <real>-55.0</real>
+ <key>public.kern2.u</key>
+ <real>-166.0</real>
+ <key>public.kern2.v</key>
+ <real>-138.0</real>
+ <key>public.kern2.w</key>
+ <real>-123.0</real>
+ <key>public.kern2.x</key>
+ <real>-125.0</real>
+ <key>public.kern2.z</key>
+ <real>-137.0</real>
+ <key>questiondown</key>
+ <real>-206.0</real>
+ <key>radical</key>
+ <real>-42.0</real>
+ <key>seven</key>
+ <real>48.0</real>
+ <key>slash</key>
+ <real>-151.0</real>
+ <key>summation</key>
+ <real>29.0</real>
+ <key>trianglebullet</key>
+ <real>-84.0</real>
+ <key>underscore</key>
+ <real>-125.0</real>
+ </dict>
+ <key>public.kern1.V</key>
+ <dict>
+ <key>adieresis</key>
+ <real>-160.0</real>
+ <key>ampersand</key>
+ <real>-139.0</real>
+ <key>at</key>
+ <real>-88.0</real>
+ <key>atilde</key>
+ <real>-176.0</real>
+ <key>backslash</key>
+ <real>56.0</real>
+ <key>eight</key>
+ <real>-48.0</real>
+ <key>four</key>
+ <real>-102.0</real>
+ <key>infinity</key>
+ <real>-82.0</real>
+ <key>itilde</key>
+ <real>-16.0</real>
+ <key>less</key>
+ <real>-165.0</real>
+ <key>logicalnot</key>
+ <real>-166.0</real>
+ <key>multiply</key>
+ <real>-118.0</real>
+ <key>nine</key>
+ <real>-21.0</real>
+ <key>nine.1</key>
+ <real>-21.0</real>
+ <key>odieresis</key>
+ <real>-144.0</real>
+ <key>otilde</key>
+ <real>-176.0</real>
+ <key>periodcentered</key>
+ <real>-103.0</real>
+ <key>public.kern2.A</key>
+ <real>-352.0</real>
+ <key>public.kern2.AE</key>
+ <real>-308.0</real>
+ <key>public.kern2.C</key>
+ <real>-208.0</real>
+ <key>public.kern2.J</key>
+ <real>-164.0</real>
+ <key>public.kern2.S</key>
+ <real>-13.0</real>
+ <key>public.kern2.a</key>
+ <real>-221.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-173.0</real>
+ <key>public.kern2.c</key>
+ <real>-261.0</real>
+ <key>public.kern2.colon</key>
+ <real>-116.0</real>
+ <key>public.kern2.comma</key>
+ <real>-304.0</real>
+ <key>public.kern2.divide</key>
+ <real>-132.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-48.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-240.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-144.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-54.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>144.0</real>
+ <key>public.kern2.m</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-288.0</real>
+ <key>public.kern2.s</key>
+ <real>-240.0</real>
+ <key>public.kern2.six</key>
+ <real>-34.0</real>
+ <key>public.kern2.u</key>
+ <real>-96.0</real>
+ <key>public.kern2.v</key>
+ <real>-64.0</real>
+ <key>public.kern2.w</key>
+ <real>-20.0</real>
+ <key>public.kern2.x</key>
+ <real>-27.0</real>
+ <key>public.kern2.z</key>
+ <real>-55.0</real>
+ <key>questiongreek</key>
+ <real>-62.0</real>
+ <key>slash</key>
+ <real>-187.0</real>
+ <key>underscore</key>
+ <real>-260.0</real>
+ </dict>
+ <key>public.kern1.Vecyrillic</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-56.0</real>
+ <key>afii10049</key>
+ <real>-8.0</real>
+ <key>checyrillic</key>
+ <real>-7.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-22.0</real>
+ <key>iacyrillic</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-29.0</real>
+ <key>tecyrillic</key>
+ <real>-21.0</real>
+ <key>tenge</key>
+ <real>-6.0</real>
+ <key>underscore</key>
+ <real>-83.0</real>
+ <key>zecyrillic</key>
+ <real>-13.0</real>
+ <key>zhecyrillic</key>
+ <real>-22.0</real>
+ </dict>
+ <key>public.kern1.W</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-138.0</real>
+ <key>at</key>
+ <real>-35.0</real>
+ <key>backslash</key>
+ <real>54.0</real>
+ <key>eight</key>
+ <real>-75.0</real>
+ <key>five</key>
+ <real>-42.0</real>
+ <key>four</key>
+ <real>-102.0</real>
+ <key>infinity</key>
+ <real>-56.0</real>
+ <key>less</key>
+ <real>-164.0</real>
+ <key>logicalnot</key>
+ <real>-76.0</real>
+ <key>multiply</key>
+ <real>-62.0</real>
+ <key>nine</key>
+ <real>-35.0</real>
+ <key>nine.1</key>
+ <real>-35.0</real>
+ <key>periodcentered</key>
+ <real>-88.0</real>
+ <key>public.kern2.A</key>
+ <real>-256.0</real>
+ <key>public.kern2.AE</key>
+ <real>-240.0</real>
+ <key>public.kern2.C</key>
+ <real>-160.0</real>
+ <key>public.kern2.J</key>
+ <real>-165.0</real>
+ <key>public.kern2.S</key>
+ <real>-15.0</real>
+ <key>public.kern2.a</key>
+ <real>-172.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-159.0</real>
+ <key>public.kern2.c</key>
+ <real>-165.0</real>
+ <key>public.kern2.colon</key>
+ <real>-139.0</real>
+ <key>public.kern2.comma</key>
+ <real>-304.0</real>
+ <key>public.kern2.divide</key>
+ <real>-132.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-200.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-157.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-55.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>160.0</real>
+ <key>public.kern2.m</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-282.0</real>
+ <key>public.kern2.s</key>
+ <real>-132.0</real>
+ <key>public.kern2.six</key>
+ <real>-70.0</real>
+ <key>public.kern2.u</key>
+ <real>-63.0</real>
+ <key>public.kern2.v</key>
+ <real>-33.0</real>
+ <key>public.kern2.w</key>
+ <real>-22.0</real>
+ <key>public.kern2.x</key>
+ <real>-27.0</real>
+ <key>public.kern2.z</key>
+ <real>-77.0</real>
+ <key>slash</key>
+ <real>-166.0</real>
+ <key>three</key>
+ <real>-77.0</real>
+ <key>underscore</key>
+ <real>-262.0</real>
+ </dict>
+ <key>public.kern1.X</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-61.0</real>
+ <key>at</key>
+ <real>-68.0</real>
+ <key>backslash</key>
+ <real>42.0</real>
+ <key>eight</key>
+ <real>-40.0</real>
+ <key>four</key>
+ <real>-76.0</real>
+ <key>infinity</key>
+ <real>-55.0</real>
+ <key>less</key>
+ <real>-173.0</real>
+ <key>nine</key>
+ <real>-22.0</real>
+ <key>nine.1</key>
+ <real>-22.0</real>
+ <key>periodcentered</key>
+ <real>-144.0</real>
+ <key>public.kern2.C</key>
+ <real>-224.0</real>
+ <key>public.kern2.J</key>
+ <real>-27.0</real>
+ <key>public.kern2.S</key>
+ <real>-29.0</real>
+ <key>public.kern2.a</key>
+ <real>-63.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-152.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-55.0</real>
+ <key>public.kern2.c</key>
+ <real>-125.0</real>
+ <key>public.kern2.colon</key>
+ <real>-48.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-55.0</real>
+ <key>public.kern2.divide</key>
+ <real>-192.0</real>
+ <key>public.kern2.f</key>
+ <real>-48.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-144.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-34.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>160.0</real>
+ <key>public.kern2.s</key>
+ <real>-77.0</real>
+ <key>public.kern2.six</key>
+ <real>-75.0</real>
+ <key>public.kern2.t</key>
+ <real>-96.0</real>
+ <key>public.kern2.two</key>
+ <real>-33.0</real>
+ <key>public.kern2.u</key>
+ <real>-84.0</real>
+ <key>public.kern2.v</key>
+ <real>-96.0</real>
+ <key>public.kern2.w</key>
+ <real>-103.0</real>
+ <key>slash</key>
+ <real>-40.0</real>
+ <key>three</key>
+ <real>-48.0</real>
+ </dict>
+ <key>public.kern1.Y</key>
+ <dict>
+ <key>adieresis</key>
+ <real>-160.0</real>
+ <key>ampersand</key>
+ <real>-179.0</real>
+ <key>at</key>
+ <real>-83.0</real>
+ <key>atilde</key>
+ <real>-176.0</real>
+ <key>backslash</key>
+ <real>48.0</real>
+ <key>edieresis</key>
+ <real>-192.0</real>
+ <key>eight</key>
+ <real>-88.0</real>
+ <key>five</key>
+ <real>-35.0</real>
+ <key>four</key>
+ <real>-205.0</real>
+ <key>infinity</key>
+ <real>-118.0</real>
+ <key>itilde</key>
+ <real>-32.0</real>
+ <key>less</key>
+ <real>-253.0</real>
+ <key>logicalnot</key>
+ <real>-165.0</real>
+ <key>multiply</key>
+ <real>-131.0</real>
+ <key>nine</key>
+ <real>-48.0</real>
+ <key>nine.1</key>
+ <real>-48.0</real>
+ <key>odieresis</key>
+ <real>-144.0</real>
+ <key>otilde</key>
+ <real>-176.0</real>
+ <key>periodcentered</key>
+ <real>-166.0</real>
+ <key>public.kern2.A</key>
+ <real>-490.0</real>
+ <key>public.kern2.AE</key>
+ <real>-304.0</real>
+ <key>public.kern2.C</key>
+ <real>-272.0</real>
+ <key>public.kern2.J</key>
+ <real>-240.0</real>
+ <key>public.kern2.S</key>
+ <real>-182.0</real>
+ <key>public.kern2.a</key>
+ <real>-422.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-233.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-48.0</real>
+ <key>public.kern2.c</key>
+ <real>-475.0</real>
+ <key>public.kern2.colon</key>
+ <real>-157.0</real>
+ <key>public.kern2.comma</key>
+ <real>-343.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-33.0</real>
+ <key>public.kern2.divide</key>
+ <real>-179.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-64.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-193.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-296.0</real>
+ <key>public.kern2.f</key>
+ <real>-68.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-240.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-144.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>176.0</real>
+ <key>public.kern2.m</key>
+ <real>-151.0</real>
+ <key>public.kern2.one</key>
+ <real>-35.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-247.0</real>
+ <key>public.kern2.s</key>
+ <real>-227.0</real>
+ <key>public.kern2.six</key>
+ <real>-125.0</real>
+ <key>public.kern2.t</key>
+ <real>-70.0</real>
+ <key>public.kern2.two</key>
+ <real>-40.0</real>
+ <key>public.kern2.u</key>
+ <real>-192.0</real>
+ <key>public.kern2.v</key>
+ <real>-128.0</real>
+ <key>public.kern2.w</key>
+ <real>-103.0</real>
+ <key>public.kern2.x</key>
+ <real>-116.0</real>
+ <key>public.kern2.z</key>
+ <real>-131.0</real>
+ <key>questiongreek</key>
+ <real>-158.0</real>
+ <key>slash</key>
+ <real>-206.0</real>
+ <key>three</key>
+ <real>-70.0</real>
+ <key>underscore</key>
+ <real>-288.0</real>
+ </dict>
+ <key>public.kern1.Z</key>
+ <dict>
+ <key>four</key>
+ <real>-33.0</real>
+ <key>less</key>
+ <real>-83.0</real>
+ <key>periodcentered</key>
+ <real>-84.0</real>
+ <key>public.kern2.C</key>
+ <real>-116.0</real>
+ <key>public.kern2.c</key>
+ <real>-33.0</real>
+ <key>public.kern2.divide</key>
+ <real>-54.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-69.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>144.0</real>
+ <key>public.kern2.six</key>
+ <real>-15.0</real>
+ </dict>
+ <key>public.kern1.a</key>
+ <dict>
+ <key>pi</key>
+ <real>-28.0</real>
+ <key>public.kern2.T</key>
+ <real>-264.0</real>
+ <key>public.kern2.U</key>
+ <real>-40.0</real>
+ <key>public.kern2.V</key>
+ <real>-176.0</real>
+ <key>public.kern2.W</key>
+ <real>-158.0</real>
+ <key>public.kern2.X</key>
+ <real>-15.0</real>
+ <key>public.kern2.Y</key>
+ <real>-272.0</real>
+ <key>public.kern2.c</key>
+ <real>-16.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-27.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-184.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-40.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.m</key>
+ <real>-29.0</real>
+ <key>public.kern2.one</key>
+ <real>-56.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-63.0</real>
+ <key>public.kern2.s</key>
+ <real>-32.0</real>
+ <key>public.kern2.t</key>
+ <real>-48.0</real>
+ <key>public.kern2.v</key>
+ <real>-64.0</real>
+ <key>public.kern2.w</key>
+ <real>-48.0</real>
+ <key>seven</key>
+ <real>-64.0</real>
+ <key>slash</key>
+ <real>13.0</real>
+ <key>tau</key>
+ <real>-29.0</real>
+ </dict>
+ <key>public.kern1.acyrillic</key>
+ <dict>
+ <key>hardsigncyrillic</key>
+ <real>-14.0</real>
+ <key>tecyrillic</key>
+ <real>-22.0</real>
+ </dict>
+ <key>public.kern1.ae</key>
+ <dict>
+ <key>Tbar</key>
+ <real>-40.0</real>
+ <key>public.kern2.A</key>
+ <real>-69.0</real>
+ <key>public.kern2.AE</key>
+ <real>-34.0</real>
+ <key>public.kern2.T</key>
+ <real>-298.0</real>
+ <key>public.kern2.U</key>
+ <real>-35.0</real>
+ <key>public.kern2.V</key>
+ <real>-165.0</real>
+ <key>public.kern2.W</key>
+ <real>-165.0</real>
+ <key>public.kern2.X</key>
+ <real>-125.0</real>
+ <key>public.kern2.Y</key>
+ <real>-446.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-35.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-144.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-76.0</real>
+ <key>public.kern2.t</key>
+ <real>-16.0</real>
+ <key>public.kern2.v</key>
+ <real>-58.0</real>
+ <key>public.kern2.w</key>
+ <real>-44.0</real>
+ <key>public.kern2.x</key>
+ <real>-63.0</real>
+ <key>seven</key>
+ <real>-62.0</real>
+ <key>slash</key>
+ <real>15.0</real>
+ <key>underscore</key>
+ <real>-69.0</real>
+ </dict>
+ <key>public.kern1.alphagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-69.0</real>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>less</key>
+ <real>-56.0</real>
+ <key>logicalnot</key>
+ <real>-82.0</real>
+ <key>pi</key>
+ <real>-77.0</real>
+ <key>public.kern2.A</key>
+ <real>-55.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-21.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.divide</key>
+ <real>-90.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-84.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>63.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-33.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-42.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-15.0</real>
+ <key>public.kern2.m</key>
+ <real>-70.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-111.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-15.0</real>
+ <key>rho</key>
+ <real>-8.0</real>
+ <key>slash</key>
+ <real>-48.0</real>
+ <key>tau</key>
+ <real>-48.0</real>
+ <key>theta</key>
+ <real>-40.0</real>
+ <key>xi</key>
+ <real>-35.0</real>
+ <key>zeta</key>
+ <real>-32.0</real>
+ </dict>
+ <key>public.kern1.approxequal</key>
+ <dict>
+ <key>Psi</key>
+ <real>-102.0</real>
+ <key>Tbar</key>
+ <real>-61.0</real>
+ <key>afii10044</key>
+ <real>-63.0</real>
+ <key>ampersand</key>
+ <real>-54.0</real>
+ <key>public.kern2.A</key>
+ <real>-137.0</real>
+ <key>public.kern2.AE</key>
+ <real>-124.0</real>
+ <key>public.kern2.V</key>
+ <real>-173.0</real>
+ <key>public.kern2.W</key>
+ <real>-157.0</real>
+ <key>public.kern2.X</key>
+ <real>-151.0</real>
+ <key>public.kern2.Y</key>
+ <real>-234.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-34.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-76.0</real>
+ <key>public.kern2.v</key>
+ <real>-90.0</real>
+ <key>public.kern2.w</key>
+ <real>-88.0</real>
+ <key>public.kern2.x</key>
+ <real>-83.0</real>
+ <key>tenge</key>
+ <real>-54.0</real>
+ </dict>
+ <key>public.kern1.asciicircum</key>
+ <dict>
+ <key>Hbar</key>
+ <real>34.0</real>
+ <key>Psi</key>
+ <real>-28.0</real>
+ <key>afii10021</key>
+ <real>-48.0</real>
+ <key>afii10024</key>
+ <real>-35.0</real>
+ <key>ampersand</key>
+ <real>-96.0</real>
+ <key>decyrillic</key>
+ <real>-34.0</real>
+ <key>four</key>
+ <real>-110.0</real>
+ <key>public.kern2.A</key>
+ <real>-213.0</real>
+ <key>public.kern2.AE</key>
+ <real>-304.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>48.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-83.0</real>
+ <key>public.kern2.J</key>
+ <real>-247.0</real>
+ <key>public.kern2.X</key>
+ <real>-54.0</real>
+ <key>public.kern2.Y</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-400.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-40.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-192.0</real>
+ <key>public.kern2.six</key>
+ <real>-14.0</real>
+ <key>underscore</key>
+ <real>-192.0</real>
+ <key>zecyrillic</key>
+ <real>-21.0</real>
+ </dict>
+ <key>public.kern1.b</key>
+ <dict>
+ <key>Tbar</key>
+ <real>-48.0</real>
+ <key>eight</key>
+ <real>-14.0</real>
+ <key>nine</key>
+ <real>-22.0</real>
+ <key>nine.1</key>
+ <real>-22.0</real>
+ <key>public.kern2.A</key>
+ <real>-82.0</real>
+ <key>public.kern2.AE</key>
+ <real>-76.0</real>
+ <key>public.kern2.S</key>
+ <real>-22.0</real>
+ <key>public.kern2.T</key>
+ <real>-326.0</real>
+ <key>public.kern2.U</key>
+ <real>-33.0</real>
+ <key>public.kern2.V</key>
+ <real>-240.0</real>
+ <key>public.kern2.W</key>
+ <real>-166.0</real>
+ <key>public.kern2.X</key>
+ <real>-176.0</real>
+ <key>public.kern2.Y</key>
+ <real>-366.0</real>
+ <key>public.kern2.braceright</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-40.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-63.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-32.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-176.0</real>
+ <key>public.kern2.m</key>
+ <real>-16.0</real>
+ <key>public.kern2.one</key>
+ <real>-70.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-137.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-16.0</real>
+ <key>public.kern2.t</key>
+ <real>-48.0</real>
+ <key>public.kern2.two</key>
+ <real>-16.0</real>
+ <key>public.kern2.v</key>
+ <real>-63.0</real>
+ <key>public.kern2.w</key>
+ <real>-61.0</real>
+ <key>public.kern2.x</key>
+ <real>-83.0</real>
+ <key>public.kern2.z</key>
+ <real>-33.0</real>
+ <key>seven</key>
+ <real>-76.0</real>
+ <key>three</key>
+ <real>-14.0</real>
+ <key>underscore</key>
+ <real>-70.0</real>
+ </dict>
+ <key>public.kern1.becyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-14.0</real>
+ <key>decyrillic</key>
+ <real>-22.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-7.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-84.0</real>
+ <key>iacyrillic</key>
+ <real>-20.0</real>
+ <key>public.kern2.comma</key>
+ <real>-56.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-7.0</real>
+ <key>public.kern2.one</key>
+ <real>-22.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-33.0</real>
+ <key>public.kern2.two</key>
+ <real>-27.0</real>
+ <key>question</key>
+ <real>-35.0</real>
+ <key>seven</key>
+ <real>-13.0</real>
+ <key>tecyrillic</key>
+ <real>-40.0</real>
+ <key>three</key>
+ <real>-21.0</real>
+ <key>zecyrillic</key>
+ <real>-28.0</real>
+ <key>zhecyrillic</key>
+ <real>-77.0</real>
+ </dict>
+ <key>public.kern1.braceleft</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-21.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.c</key>
+ <real>-48.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>82.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-15.0</real>
+ <key>rho</key>
+ <real>-15.0</real>
+ <key>theta</key>
+ <real>-13.0</real>
+ <key>xi</key>
+ <real>-13.0</real>
+ <key>zecyrillic</key>
+ <real>-15.0</real>
+ <key>zeta</key>
+ <real>-13.0</real>
+ </dict>
+ <key>public.kern1.braceleft.case</key>
+ <dict>
+ <key>public.kern2.C</key>
+ <real>-80.0</real>
+ </dict>
+ <key>public.kern1.c</key>
+ <dict>
+ <key>fraction</key>
+ <real>94.0</real>
+ <key>public.kern2.A</key>
+ <real>-52.0</real>
+ <key>public.kern2.T</key>
+ <real>-462.0</real>
+ <key>public.kern2.U</key>
+ <real>-18.0</real>
+ <key>public.kern2.V</key>
+ <real>-202.0</real>
+ <key>public.kern2.W</key>
+ <real>-120.0</real>
+ <key>public.kern2.X</key>
+ <real>-82.0</real>
+ <key>public.kern2.Y</key>
+ <real>-436.0</real>
+ <key>public.kern2.c</key>
+ <real>6.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-4.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-166.0</real>
+ <key>public.kern2.f</key>
+ <real>17.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-5.0</real>
+ <key>public.kern2.v</key>
+ <real>-53.0</real>
+ <key>public.kern2.x</key>
+ <real>-17.0</real>
+ <key>seven</key>
+ <real>-38.0</real>
+ <key>underscore</key>
+ <real>-38.0</real>
+ </dict>
+ <key>public.kern1.colon</key>
+ <dict>
+ <key>Psi</key>
+ <real>-157.0</real>
+ <key>afii10044</key>
+ <real>-70.0</real>
+ <key>four</key>
+ <real>-20.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-54.0</real>
+ <key>public.kern2.T</key>
+ <real>-55.0</real>
+ <key>public.kern2.V</key>
+ <real>-117.0</real>
+ <key>public.kern2.W</key>
+ <real>-137.0</real>
+ <key>public.kern2.X</key>
+ <real>-48.0</real>
+ <key>public.kern2.Y</key>
+ <real>-158.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-62.0</real>
+ <key>public.kern2.two</key>
+ <real>8.0</real>
+ <key>seven</key>
+ <real>-41.0</real>
+ <key>tenge</key>
+ <real>-14.0</real>
+ <key>three</key>
+ <real>-7.0</real>
+ </dict>
+ <key>public.kern1.colon.case</key>
+ <dict>
+ <key>five</key>
+ <real>24.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-27.0</real>
+ <key>public.kern2.six</key>
+ <real>-20.0</real>
+ <key>public.kern2.two</key>
+ <real>8.0</real>
+ <key>seven</key>
+ <real>-14.0</real>
+ <key>three</key>
+ <real>-7.0</real>
+ </dict>
+ <key>public.kern1.comma</key>
+ <dict>
+ <key>quotedblreversed</key>
+ <real>-128.0</real>
+ <key>quotereversed</key>
+ <real>-128.0</real>
+ </dict>
+ <key>public.kern1.dagger</key>
+ <dict>
+ <key>Hbar</key>
+ <real>54.0</real>
+ <key>Psi</key>
+ <real>-22.0</real>
+ <key>ampersand</key>
+ <real>-55.0</real>
+ <key>eight</key>
+ <real>-13.0</real>
+ <key>four</key>
+ <real>-15.0</real>
+ <key>public.kern2.A</key>
+ <real>-199.0</real>
+ <key>public.kern2.AE</key>
+ <real>-214.0</real>
+ <key>public.kern2.C</key>
+ <real>-8.0</real>
+ <key>public.kern2.J</key>
+ <real>-150.0</real>
+ <key>public.kern2.X</key>
+ <real>-54.0</real>
+ <key>public.kern2.Y</key>
+ <real>-34.0</real>
+ <key>public.kern2.a</key>
+ <real>-35.0</real>
+ <key>public.kern2.c</key>
+ <real>-61.0</real>
+ <key>public.kern2.s</key>
+ <real>-34.0</real>
+ <key>public.kern2.x</key>
+ <real>-8.0</real>
+ </dict>
+ <key>public.kern1.dcaron</key>
+ <dict>
+ <key>Hbar</key>
+ <real>144.0</real>
+ <key>Tbar</key>
+ <real>116.0</real>
+ <key>backslash</key>
+ <real>132.0</real>
+ <key>eight</key>
+ <real>41.0</real>
+ <key>exclam</key>
+ <real>84.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>public.kern2.A</key>
+ <real>-48.0</real>
+ <key>public.kern2.AE</key>
+ <real>-88.0</real>
+ <key>public.kern2.B</key>
+ <real>48.0</real>
+ <key>public.kern2.C</key>
+ <real>15.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>96.0</real>
+ <key>public.kern2.J</key>
+ <real>-70.0</real>
+ <key>public.kern2.T</key>
+ <real>111.0</real>
+ <key>public.kern2.U</key>
+ <real>54.0</real>
+ <key>public.kern2.V</key>
+ <real>63.0</real>
+ <key>public.kern2.W</key>
+ <real>139.0</real>
+ <key>public.kern2.X</key>
+ <real>82.0</real>
+ <key>public.kern2.Y</key>
+ <real>83.0</real>
+ <key>public.kern2.Z</key>
+ <real>61.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>158.0</real>
+ <key>public.kern2.braceright</key>
+ <real>138.0</real>
+ <key>public.kern2.c</key>
+ <real>-6.0</real>
+ <key>public.kern2.dagger</key>
+ <real>103.0</real>
+ <key>public.kern2.divide</key>
+ <real>-76.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-138.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>212.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-70.0</real>
+ <key>public.kern2.one</key>
+ <real>90.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>103.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>88.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>56.0</real>
+ <key>public.kern2.two</key>
+ <real>62.0</real>
+ <key>question</key>
+ <real>88.0</real>
+ <key>seven</key>
+ <real>109.0</real>
+ <key>three</key>
+ <real>6.0</real>
+ </dict>
+ <key>public.kern1.decyrillic</key>
+ <dict>
+ <key>bracketleft</key>
+ <real>27.0</real>
+ <key>checyrillic</key>
+ <real>-14.0</real>
+ <key>decyrillic</key>
+ <real>56.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-28.0</real>
+ <key>public.kern2.comma</key>
+ <real>40.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>13.0</real>
+ <key>public.kern2.one</key>
+ <real>-20.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>13.0</real>
+ <key>slash</key>
+ <real>68.0</real>
+ <key>underscore</key>
+ <real>63.0</real>
+ </dict>
+ <key>public.kern1.deltagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-130.0</real>
+ <key>Sigma</key>
+ <real>-14.0</real>
+ <key>eight</key>
+ <real>-14.0</real>
+ <key>lambda</key>
+ <real>-104.0</real>
+ <key>nine</key>
+ <real>-22.0</real>
+ <key>nine.1</key>
+ <real>-22.0</real>
+ <key>pi</key>
+ <real>-70.0</real>
+ <key>public.kern2.A</key>
+ <real>-83.0</real>
+ <key>public.kern2.braceright</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-42.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-8.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-41.0</real>
+ <key>public.kern2.m</key>
+ <real>-28.0</real>
+ <key>public.kern2.one</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-137.0</real>
+ <key>rho</key>
+ <real>-13.0</real>
+ <key>seven</key>
+ <real>-75.0</real>
+ <key>tau</key>
+ <real>-48.0</real>
+ <key>three</key>
+ <real>-35.0</real>
+ <key>underscore</key>
+ <real>-68.0</real>
+ </dict>
+ <key>public.kern1.divide</key>
+ <dict>
+ <key>Psi</key>
+ <real>-138.0</real>
+ <key>Tbar</key>
+ <real>-96.0</real>
+ <key>afii10021</key>
+ <real>-35.0</real>
+ <key>afii10024</key>
+ <real>-207.0</real>
+ <key>afii10025</key>
+ <real>-88.0</real>
+ <key>afii10041</key>
+ <real>-48.0</real>
+ <key>afii10044</key>
+ <real>-166.0</real>
+ <key>afii10047</key>
+ <real>-28.0</real>
+ <key>afii10049</key>
+ <real>-55.0</real>
+ <key>lambda</key>
+ <real>-102.0</real>
+ <key>pi</key>
+ <real>-61.0</real>
+ <key>public.kern2.A</key>
+ <real>-76.0</real>
+ <key>public.kern2.AE</key>
+ <real>-117.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-221.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-29.0</real>
+ <key>public.kern2.J</key>
+ <real>-22.0</real>
+ <key>public.kern2.T</key>
+ <real>-408.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-125.0</real>
+ <key>public.kern2.V</key>
+ <real>-130.0</real>
+ <key>public.kern2.W</key>
+ <real>-132.0</real>
+ <key>public.kern2.X</key>
+ <real>-152.0</real>
+ <key>public.kern2.Y</key>
+ <real>-178.0</real>
+ <key>public.kern2.Z</key>
+ <real>-34.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-160.0</real>
+ <key>public.kern2.f</key>
+ <real>-29.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-48.0</real>
+ <key>public.kern2.m</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-84.0</real>
+ <key>public.kern2.t</key>
+ <real>-28.0</real>
+ <key>public.kern2.v</key>
+ <real>-48.0</real>
+ <key>public.kern2.w</key>
+ <real>-48.0</real>
+ <key>public.kern2.x</key>
+ <real>-56.0</real>
+ <key>public.kern2.z</key>
+ <real>-15.0</real>
+ <key>tau</key>
+ <real>-28.0</real>
+ <key>tecyrillic</key>
+ <real>-15.0</real>
+ </dict>
+ <key>public.kern1.dotlessi</key>
+ <dict>
+ <key>public.kern2.V</key>
+ <real>-48.0</real>
+ <key>public.kern2.Y</key>
+ <real>-64.0</real>
+ <key>public.kern2.c</key>
+ <real>-16.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-190.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-22.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-33.0</real>
+ <key>public.kern2.s</key>
+ <real>-32.0</real>
+ </dict>
+ <key>public.kern1.ecyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-22.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-34.0</real>
+ <key>iacyrillic</key>
+ <real>-21.0</real>
+ <key>public.kern2.comma</key>
+ <real>-13.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-8.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-48.0</real>
+ <key>seven</key>
+ <real>-13.0</real>
+ <key>tecyrillic</key>
+ <real>-56.0</real>
+ <key>zhecyrillic</key>
+ <real>-77.0</real>
+ </dict>
+ <key>public.kern1.eight</key>
+ <dict>
+ <key>Psi</key>
+ <real>-88.0</real>
+ <key>afii10024</key>
+ <real>-20.0</real>
+ <key>backslash</key>
+ <real>22.0</real>
+ <key>nine</key>
+ <real>-8.0</real>
+ <key>nine.1</key>
+ <real>-162.0</real>
+ <key>public.kern2.A</key>
+ <real>-21.0</real>
+ <key>public.kern2.V</key>
+ <real>-48.0</real>
+ <key>public.kern2.W</key>
+ <real>-75.0</real>
+ <key>public.kern2.X</key>
+ <real>-40.0</real>
+ <key>public.kern2.Y</key>
+ <real>-88.0</real>
+ <key>public.kern2.c</key>
+ <real>-15.0</real>
+ <key>public.kern2.comma</key>
+ <real>-109.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-14.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-33.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-70.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-84.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-88.0</real>
+ <key>public.kern2.six</key>
+ <real>-13.0</real>
+ <key>underscore</key>
+ <real>-103.0</real>
+ </dict>
+ <key>public.kern1.eightsub</key>
+ <dict>
+ <key>Psi</key>
+ <real>-296.0</real>
+ <key>Tbar</key>
+ <real>-192.0</real>
+ <key>afii10041</key>
+ <real>-56.0</real>
+ <key>afii10044</key>
+ <real>-48.0</real>
+ <key>five</key>
+ <real>-14.0</real>
+ <key>pi</key>
+ <real>-90.0</real>
+ <key>public.kern2.C</key>
+ <real>-41.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-282.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.T</key>
+ <real>-283.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-22.0</real>
+ <key>public.kern2.V</key>
+ <real>-240.0</real>
+ <key>public.kern2.W</key>
+ <real>-200.0</real>
+ <key>public.kern2.Y</key>
+ <real>-297.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>159.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-116.0</real>
+ <key>public.kern2.m</key>
+ <real>-88.0</real>
+ <key>public.kern2.one</key>
+ <real>-192.0</real>
+ <key>public.kern2.six</key>
+ <real>-27.0</real>
+ <key>public.kern2.t</key>
+ <real>-88.0</real>
+ <key>public.kern2.v</key>
+ <real>-123.0</real>
+ <key>public.kern2.w</key>
+ <real>-84.0</real>
+ <key>tau</key>
+ <real>-90.0</real>
+ </dict>
+ <key>public.kern1.eightsuperior</key>
+ <dict>
+ <key>Hbar</key>
+ <real>62.0</real>
+ <key>afii10021</key>
+ <real>-35.0</real>
+ <key>ampersand</key>
+ <real>-22.0</real>
+ <key>four</key>
+ <real>-144.0</real>
+ <key>pi</key>
+ <real>48.0</real>
+ <key>public.kern2.A</key>
+ <real>-213.0</real>
+ <key>public.kern2.AE</key>
+ <real>-331.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.J</key>
+ <real>-330.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-56.0</real>
+ <key>public.kern2.c</key>
+ <real>-55.0</real>
+ <key>public.kern2.comma</key>
+ <real>-151.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-109.0</real>
+ <key>public.kern2.m</key>
+ <real>48.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-199.0</real>
+ <key>public.kern2.t</key>
+ <real>48.0</real>
+ <key>rho</key>
+ <real>-56.0</real>
+ <key>tau</key>
+ <real>48.0</real>
+ <key>theta</key>
+ <real>-15.0</real>
+ <key>xi</key>
+ <real>-54.0</real>
+ <key>zeta</key>
+ <real>-54.0</real>
+ </dict>
+ <key>public.kern1.epsilongreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-77.0</real>
+ <key>Sigma</key>
+ <real>-13.0</real>
+ <key>lambda</key>
+ <real>-83.0</real>
+ <key>pi</key>
+ <real>-15.0</real>
+ <key>public.kern2.A</key>
+ <real>-63.0</real>
+ <key>public.kern2.comma</key>
+ <real>-27.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-8.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-14.0</real>
+ <key>rho</key>
+ <real>-6.0</real>
+ <key>seven</key>
+ <real>-27.0</real>
+ <key>tau</key>
+ <real>-6.0</real>
+ <key>theta</key>
+ <real>-7.0</real>
+ <key>underscore</key>
+ <real>-48.0</real>
+ <key>xi</key>
+ <real>-7.0</real>
+ <key>zeta</key>
+ <real>-6.0</real>
+ </dict>
+ <key>public.kern1.f</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-68.0</real>
+ <key>four</key>
+ <real>-144.0</real>
+ <key>periodcentered</key>
+ <real>-34.0</real>
+ <key>public.kern2.A</key>
+ <real>-128.0</real>
+ <key>public.kern2.AE</key>
+ <real>-218.0</real>
+ <key>public.kern2.J</key>
+ <real>-200.0</real>
+ <key>public.kern2.X</key>
+ <real>32.0</real>
+ <key>public.kern2.Y</key>
+ <real>64.0</real>
+ <key>public.kern2.a</key>
+ <real>-48.0</real>
+ <key>public.kern2.c</key>
+ <real>-64.0</real>
+ <key>public.kern2.comma</key>
+ <real>-150.0</real>
+ <key>public.kern2.divide</key>
+ <real>-35.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-176.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-232.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>31.0</real>
+ <key>public.kern2.f</key>
+ <real>64.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-87.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>192.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-158.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>42.0</real>
+ <key>public.kern2.s</key>
+ <real>-56.0</real>
+ <key>public.kern2.t</key>
+ <real>32.0</real>
+ <key>slash</key>
+ <real>-128.0</real>
+ <key>underscore</key>
+ <real>-228.0</real>
+ </dict>
+ <key>public.kern1.g</key>
+ <dict>
+ <key>public.kern2.V</key>
+ <real>-56.0</real>
+ <key>public.kern2.W</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>-96.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>33.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-40.0</real>
+ <key>seven</key>
+ <real>-20.0</real>
+ <key>underscore</key>
+ <real>62.0</real>
+ </dict>
+ <key>public.kern1.gammagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-13.0</real>
+ <key>Sigma</key>
+ <real>-62.0</real>
+ <key>ampersand</key>
+ <real>-15.0</real>
+ <key>eight</key>
+ <real>-14.0</real>
+ <key>four</key>
+ <real>-29.0</real>
+ <key>lambda</key>
+ <real>-158.0</real>
+ <key>less</key>
+ <real>-56.0</real>
+ <key>logicalnot</key>
+ <real>-48.0</real>
+ <key>nine</key>
+ <real>-22.0</real>
+ <key>nine.1</key>
+ <real>-22.0</real>
+ <key>pi</key>
+ <real>-8.0</real>
+ <key>public.kern2.A</key>
+ <real>-152.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.braceright</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-192.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-39.0</real>
+ <key>public.kern2.divide</key>
+ <real>-88.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>62.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-62.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-29.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-35.0</real>
+ <key>public.kern2.m</key>
+ <real>-22.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.one</key>
+ <real>-69.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-8.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-111.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-137.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>40.0</real>
+ <key>rho</key>
+ <real>-55.0</real>
+ <key>seven</key>
+ <real>-76.0</real>
+ <key>slash</key>
+ <real>-48.0</real>
+ <key>tau</key>
+ <real>35.0</real>
+ <key>theta</key>
+ <real>-32.0</real>
+ <key>three</key>
+ <real>-35.0</real>
+ <key>underscore</key>
+ <real>-118.0</real>
+ <key>xi</key>
+ <real>-40.0</real>
+ <key>zeta</key>
+ <real>-44.0</real>
+ </dict>
+ <key>public.kern1.gecyrillic</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-14.0</real>
+ <key>becyrillic</key>
+ <real>-6.0</real>
+ <key>checyrillic</key>
+ <real>-14.0</real>
+ <key>decyrillic</key>
+ <real>-61.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-22.0</real>
+ <key>four</key>
+ <real>-41.0</real>
+ <key>iacyrillic</key>
+ <real>-41.0</real>
+ <key>integral</key>
+ <real>-75.0</real>
+ <key>less</key>
+ <real>-21.0</real>
+ <key>logicalnot</key>
+ <real>-48.0</real>
+ <key>multiply</key>
+ <real>-22.0</real>
+ <key>public.kern2.comma</key>
+ <real>-260.0</real>
+ <key>public.kern2.divide</key>
+ <real>-14.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-48.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-55.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-70.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-323.0</real>
+ <key>slash</key>
+ <real>-77.0</real>
+ <key>three</key>
+ <real>-7.0</real>
+ <key>underscore</key>
+ <real>-68.0</real>
+ <key>zecyrillic</key>
+ <real>-34.0</real>
+ <key>zhecyrillic</key>
+ <real>-27.0</real>
+ </dict>
+ <key>public.kern1.guillemotleft</key>
+ <dict>
+ <key>Psi</key>
+ <real>-150.0</real>
+ <key>afii10024</key>
+ <real>-55.0</real>
+ <key>afii10025</key>
+ <real>-15.0</real>
+ <key>afii10041</key>
+ <real>-29.0</real>
+ <key>afii10044</key>
+ <real>-165.0</real>
+ <key>afii10049</key>
+ <real>-34.0</real>
+ <key>checyrillic</key>
+ <real>-62.0</real>
+ <key>four</key>
+ <real>-33.0</real>
+ <key>public.kern2.A</key>
+ <real>-84.0</real>
+ <key>public.kern2.C</key>
+ <real>-34.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-132.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-8.0</real>
+ <key>public.kern2.J</key>
+ <real>-48.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-34.0</real>
+ <key>public.kern2.T</key>
+ <real>-130.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-62.0</real>
+ <key>public.kern2.V</key>
+ <real>-63.0</real>
+ <key>public.kern2.W</key>
+ <real>-63.0</real>
+ <key>public.kern2.Y</key>
+ <real>-150.0</real>
+ <key>public.kern2.six</key>
+ <real>-13.0</real>
+ <key>seven</key>
+ <real>-27.0</real>
+ <key>tecyrillic</key>
+ <real>-14.0</real>
+ <key>tenge</key>
+ <real>-27.0</real>
+ <key>zecyrillic</key>
+ <real>-48.0</real>
+ </dict>
+ <key>public.kern1.guillemotright</key>
+ <dict>
+ <key>Psi</key>
+ <real>-240.0</real>
+ <key>Tbar</key>
+ <real>-42.0</real>
+ <key>afii10024</key>
+ <real>-110.0</real>
+ <key>afii10025</key>
+ <real>-28.0</real>
+ <key>afii10041</key>
+ <real>-62.0</real>
+ <key>afii10044</key>
+ <real>-199.0</real>
+ <key>afii10047</key>
+ <real>-20.0</real>
+ <key>afii10049</key>
+ <real>-48.0</real>
+ <key>checyrillic</key>
+ <real>-20.0</real>
+ <key>eight</key>
+ <real>-68.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-27.0</real>
+ <key>pi</key>
+ <real>-48.0</real>
+ <key>public.kern2.A</key>
+ <real>-84.0</real>
+ <key>public.kern2.AE</key>
+ <real>-125.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-171.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-48.0</real>
+ <key>public.kern2.J</key>
+ <real>-33.0</real>
+ <key>public.kern2.T</key>
+ <real>-283.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.V</key>
+ <real>-159.0</real>
+ <key>public.kern2.W</key>
+ <real>-158.0</real>
+ <key>public.kern2.X</key>
+ <real>-144.0</real>
+ <key>public.kern2.Y</key>
+ <real>-240.0</real>
+ <key>public.kern2.Z</key>
+ <real>-69.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-63.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-22.0</real>
+ <key>public.kern2.f</key>
+ <real>-13.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-102.0</real>
+ <key>public.kern2.m</key>
+ <real>-48.0</real>
+ <key>public.kern2.one</key>
+ <real>-109.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-116.0</real>
+ <key>public.kern2.t</key>
+ <real>-48.0</real>
+ <key>public.kern2.two</key>
+ <real>-96.0</real>
+ <key>public.kern2.v</key>
+ <real>-109.0</real>
+ <key>public.kern2.w</key>
+ <real>-83.0</real>
+ <key>public.kern2.x</key>
+ <real>-118.0</real>
+ <key>public.kern2.z</key>
+ <real>-63.0</real>
+ <key>seven</key>
+ <real>-138.0</real>
+ <key>tau</key>
+ <real>-48.0</real>
+ <key>tecyrillic</key>
+ <real>-70.0</real>
+ <key>tenge</key>
+ <real>-15.0</real>
+ <key>three</key>
+ <real>-61.0</real>
+ <key>zecyrillic</key>
+ <real>-56.0</real>
+ <key>zhecyrillic</key>
+ <real>-75.0</real>
+ </dict>
+ <key>public.kern1.hardsigncyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-34.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-124.0</real>
+ <key>iacyrillic</key>
+ <real>-15.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-69.0</real>
+ <key>public.kern2.comma</key>
+ <real>-7.0</real>
+ <key>public.kern2.one</key>
+ <real>-116.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-34.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-76.0</real>
+ <key>public.kern2.two</key>
+ <real>-14.0</real>
+ <key>question</key>
+ <real>-48.0</real>
+ <key>seven</key>
+ <real>-42.0</real>
+ <key>tecyrillic</key>
+ <real>-83.0</real>
+ <key>zecyrillic</key>
+ <real>-13.0</real>
+ <key>zhecyrillic</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.idieresis</key>
+ <dict>
+ <key>idieresisacute</key>
+ <real>272.0</real>
+ <key>jcrosstail</key>
+ <real>-112.0</real>
+ <key>public.kern2.B</key>
+ <real>144.0</real>
+ <key>public.kern2.C</key>
+ <real>16.0</real>
+ <key>public.kern2.T</key>
+ <real>256.0</real>
+ <key>public.kern2.W</key>
+ <real>160.0</real>
+ <key>public.kern2.X</key>
+ <real>160.0</real>
+ <key>public.kern2.Y</key>
+ <real>160.0</real>
+ <key>public.kern2.Z</key>
+ <real>208.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>256.0</real>
+ <key>public.kern2.f</key>
+ <real>64.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>256.0</real>
+ <key>public.kern2.t</key>
+ <real>112.0</real>
+ <key>seven</key>
+ <real>160.0</real>
+ </dict>
+ <key>public.kern1.iotadieresisgreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-68.0</real>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>lambda</key>
+ <real>33.0</real>
+ <key>less</key>
+ <real>-56.0</real>
+ <key>logicalnot</key>
+ <real>-84.0</real>
+ <key>pi</key>
+ <real>-75.0</real>
+ <key>public.kern2.A</key>
+ <real>-56.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-20.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-21.0</real>
+ <key>public.kern2.divide</key>
+ <real>-88.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-164.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>61.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-33.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-40.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.m</key>
+ <real>-69.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-109.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-14.0</real>
+ <key>rho</key>
+ <real>-19.0</real>
+ <key>slash</key>
+ <real>-48.0</real>
+ <key>tau</key>
+ <real>-48.0</real>
+ <key>theta</key>
+ <real>-40.0</real>
+ <key>underscore</key>
+ <real>-88.0</real>
+ <key>xi</key>
+ <real>-33.0</real>
+ <key>zeta</key>
+ <real>-32.0</real>
+ </dict>
+ <key>public.kern1.k</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-55.0</real>
+ <key>at</key>
+ <real>-28.0</real>
+ <key>braceleft</key>
+ <real>-35.0</real>
+ <key>eight</key>
+ <real>-20.0</real>
+ <key>five</key>
+ <real>-40.0</real>
+ <key>four</key>
+ <real>-90.0</real>
+ <key>infinity</key>
+ <real>-14.0</real>
+ <key>less</key>
+ <real>-199.0</real>
+ <key>logicalnot</key>
+ <real>-179.0</real>
+ <key>nine</key>
+ <real>-20.0</real>
+ <key>nine.1</key>
+ <real>-20.0</real>
+ <key>parenleft</key>
+ <real>-15.0</real>
+ <key>periodcentered</key>
+ <real>-90.0</real>
+ <key>public.kern2.C</key>
+ <real>-34.0</real>
+ <key>public.kern2.J</key>
+ <real>-28.0</real>
+ <key>public.kern2.S</key>
+ <real>-27.0</real>
+ <key>public.kern2.T</key>
+ <real>-406.0</real>
+ <key>public.kern2.U</key>
+ <real>-34.0</real>
+ <key>public.kern2.V</key>
+ <real>-75.0</real>
+ <key>public.kern2.W</key>
+ <real>-89.0</real>
+ <key>public.kern2.Y</key>
+ <real>-139.0</real>
+ <key>public.kern2.a</key>
+ <real>-54.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-48.0</real>
+ <key>public.kern2.c</key>
+ <real>-90.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-21.0</real>
+ <key>public.kern2.divide</key>
+ <real>-103.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-160.0</real>
+ <key>public.kern2.f</key>
+ <real>-28.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-150.0</real>
+ <key>public.kern2.s</key>
+ <real>-62.0</real>
+ <key>public.kern2.six</key>
+ <real>-35.0</real>
+ <key>public.kern2.t</key>
+ <real>-29.0</real>
+ <key>question</key>
+ <real>-6.0</real>
+ <key>seven</key>
+ <real>-63.0</real>
+ </dict>
+ <key>public.kern1.kacyrillic</key>
+ <dict>
+ <key>at</key>
+ <real>-21.0</real>
+ <key>becyrillic</key>
+ <real>-48.0</real>
+ <key>checyrillic</key>
+ <real>-62.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-70.0</real>
+ <key>five</key>
+ <real>-20.0</real>
+ <key>four</key>
+ <real>-34.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-54.0</real>
+ <key>iacyrillic</key>
+ <real>-29.0</real>
+ <key>less</key>
+ <real>-35.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-8.0</real>
+ <key>public.kern2.divide</key>
+ <real>-13.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-69.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-117.0</real>
+ <key>public.kern2.one</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-22.0</real>
+ <key>public.kern2.six</key>
+ <real>-15.0</real>
+ <key>question</key>
+ <real>-13.0</real>
+ <key>tecyrillic</key>
+ <real>-48.0</real>
+ <key>three</key>
+ <real>-20.0</real>
+ <key>zecyrillic</key>
+ <real>-56.0</real>
+ <key>zhecyrillic</key>
+ <real>-7.0</real>
+ </dict>
+ <key>public.kern1.nine</key>
+ <dict>
+ <key>Psi</key>
+ <real>-123.0</real>
+ <key>afii10024</key>
+ <real>-48.0</real>
+ <key>afii10044</key>
+ <real>-20.0</real>
+ <key>backslash</key>
+ <real>56.0</real>
+ <key>public.kern2.A</key>
+ <real>-42.0</real>
+ <key>public.kern2.AE</key>
+ <real>-84.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-83.0</real>
+ <key>public.kern2.T</key>
+ <real>-77.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-20.0</real>
+ <key>public.kern2.V</key>
+ <real>-33.0</real>
+ <key>public.kern2.W</key>
+ <real>-68.0</real>
+ <key>public.kern2.X</key>
+ <real>-76.0</real>
+ <key>public.kern2.Y</key>
+ <real>-123.0</real>
+ <key>public.kern2.Z</key>
+ <real>-13.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-14.0</real>
+ <key>public.kern2.colon.case</key>
+ <real>-22.0</real>
+ <key>public.kern2.comma</key>
+ <real>-128.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-28.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-22.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-89.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-20.0</real>
+ <key>public.kern2.v</key>
+ <real>-13.0</real>
+ <key>public.kern2.w</key>
+ <real>-13.0</real>
+ <key>public.kern2.x</key>
+ <real>-13.0</real>
+ <key>seven</key>
+ <real>-55.0</real>
+ <key>tenge</key>
+ <real>-15.0</real>
+ <key>three</key>
+ <real>-22.0</real>
+ <key>underscore</key>
+ <real>-144.0</real>
+ </dict>
+ <key>public.kern1.ohorn</key>
+ <dict>
+ <key>Hbar</key>
+ <real>103.0</real>
+ <key>L_slash</key>
+ <real>22.0</real>
+ <key>ampersand</key>
+ <real>-15.0</real>
+ <key>asciitilde</key>
+ <real>-55.0</real>
+ <key>at</key>
+ <real>-21.0</real>
+ <key>backslash</key>
+ <real>102.0</real>
+ <key>copyright</key>
+ <real>-22.0</real>
+ <key>emdash</key>
+ <real>-82.0</real>
+ <key>endash</key>
+ <real>-83.0</real>
+ <key>exclamdown</key>
+ <real>-54.0</real>
+ <key>figuredash</key>
+ <real>-84.0</real>
+ <key>four</key>
+ <real>-41.0</real>
+ <key>hyphenbullet</key>
+ <real>-54.0</real>
+ <key>infinity</key>
+ <real>-76.0</real>
+ <key>integral</key>
+ <real>-54.0</real>
+ <key>less</key>
+ <real>-75.0</real>
+ <key>logicalnot</key>
+ <real>-75.0</real>
+ <key>lslash</key>
+ <real>21.0</real>
+ <key>multiply</key>
+ <real>-75.0</real>
+ <key>partialdiff</key>
+ <real>-61.0</real>
+ <key>periodcentered</key>
+ <real>-55.0</real>
+ <key>public.kern2.A</key>
+ <real>-125.0</real>
+ <key>public.kern2.AE</key>
+ <real>-187.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>40.0</real>
+ <key>public.kern2.J</key>
+ <real>-75.0</real>
+ <key>public.kern2.Y</key>
+ <real>-13.0</real>
+ <key>public.kern2.a</key>
+ <real>-27.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-56.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>41.0</real>
+ <key>public.kern2.colon.case</key>
+ <real>-20.0</real>
+ <key>public.kern2.comma</key>
+ <real>-117.0</real>
+ <key>public.kern2.dagger</key>
+ <real>41.0</real>
+ <key>public.kern2.divide</key>
+ <real>-76.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-96.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>48.0</real>
+ <key>public.kern2.f</key>
+ <real>40.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-82.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>41.0</real>
+ <key>public.kern2.s</key>
+ <real>-7.0</real>
+ <key>public.kern2.t</key>
+ <real>54.0</real>
+ <key>question</key>
+ <real>70.0</real>
+ <key>questiondown</key>
+ <real>-77.0</real>
+ <key>tbar</key>
+ <real>83.0</real>
+ <key>underscore</key>
+ <real>-56.0</real>
+ </dict>
+ <key>public.kern1.omegagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-151.0</real>
+ <key>Sigma</key>
+ <real>-21.0</real>
+ <key>eight</key>
+ <real>-13.0</real>
+ <key>lambda</key>
+ <real>-96.0</real>
+ <key>nine</key>
+ <real>-22.0</real>
+ <key>nine.1</key>
+ <real>-22.0</real>
+ <key>pi</key>
+ <real>-48.0</real>
+ <key>public.kern2.A</key>
+ <real>-83.0</real>
+ <key>public.kern2.braceright</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-41.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.m</key>
+ <real>-35.0</real>
+ <key>public.kern2.one</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-139.0</real>
+ <key>rho</key>
+ <real>-29.0</real>
+ <key>seven</key>
+ <real>-77.0</real>
+ <key>tau</key>
+ <real>-20.0</real>
+ <key>three</key>
+ <real>-34.0</real>
+ <key>underscore</key>
+ <real>-70.0</real>
+ <key>zeta</key>
+ <real>-14.0</real>
+ </dict>
+ <key>public.kern1.one</key>
+ <dict>
+ <key>ampersand</key>
+ <real>18.0</real>
+ <key>eight</key>
+ <real>-128.0</real>
+ <key>five</key>
+ <real>-112.0</real>
+ <key>four</key>
+ <real>-64.0</real>
+ <key>four.1</key>
+ <real>-112.0</real>
+ <key>j</key>
+ <real>-128.0</real>
+ <key>nine</key>
+ <real>-64.0</real>
+ <key>nine.1</key>
+ <real>-112.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>10.0</real>
+ <key>public.kern2.comma</key>
+ <real>-44.0</real>
+ <key>public.kern2.dagger</key>
+ <real>17.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-16.0</real>
+ <key>public.kern2.one</key>
+ <real>-80.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>4.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-32.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-4.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-4.0</real>
+ <key>public.kern2.two</key>
+ <real>-48.0</real>
+ <key>seven</key>
+ <real>-96.0</real>
+ <key>six</key>
+ <real>-80.0</real>
+ <key>six.1</key>
+ <real>-80.0</real>
+ <key>three</key>
+ <real>-64.0</real>
+ </dict>
+ <key>public.kern1.psigreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-137.0</real>
+ <key>eight</key>
+ <real>-13.0</real>
+ <key>lambda</key>
+ <real>-125.0</real>
+ <key>nine</key>
+ <real>-20.0</real>
+ <key>nine.1</key>
+ <real>-20.0</real>
+ <key>pi</key>
+ <real>-34.0</real>
+ <key>public.kern2.A</key>
+ <real>-82.0</real>
+ <key>public.kern2.braceright</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-42.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.m</key>
+ <real>-55.0</real>
+ <key>public.kern2.one</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-139.0</real>
+ <key>rho</key>
+ <real>-20.0</real>
+ <key>seven</key>
+ <real>-76.0</real>
+ <key>tau</key>
+ <real>-21.0</real>
+ <key>three</key>
+ <real>-35.0</real>
+ <key>underscore</key>
+ <real>-69.0</real>
+ </dict>
+ <key>public.kern1.quotedbl</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-34.0</real>
+ <key>afii10024</key>
+ <real>-15.0</real>
+ <key>afii10049</key>
+ <real>-6.0</real>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>decyrillic</key>
+ <real>-35.0</real>
+ <key>eight</key>
+ <real>-33.0</real>
+ <key>five</key>
+ <real>-21.0</real>
+ <key>four</key>
+ <real>-124.0</real>
+ <key>public.kern2.A</key>
+ <real>-212.0</real>
+ <key>public.kern2.AE</key>
+ <real>-288.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-62.0</real>
+ <key>public.kern2.J</key>
+ <real>-274.0</real>
+ <key>public.kern2.comma</key>
+ <real>-304.0</real>
+ <key>public.kern2.f</key>
+ <real>21.0</real>
+ <key>public.kern2.six</key>
+ <real>-21.0</real>
+ </dict>
+ <key>public.kern1.quotedblbase</key>
+ <dict>
+ <key>Psi</key>
+ <real>-221.0</real>
+ <key>Tbar</key>
+ <real>-138.0</real>
+ <key>afii10021</key>
+ <real>104.0</real>
+ <key>afii10038</key>
+ <real>-48.0</real>
+ <key>afii10041</key>
+ <real>-150.0</real>
+ <key>afii10044</key>
+ <real>-117.0</real>
+ <key>checyrillic</key>
+ <real>-68.0</real>
+ <key>decyrillic</key>
+ <real>138.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-89.0</real>
+ <key>public.kern2.C</key>
+ <real>-68.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-171.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>41.0</real>
+ <key>public.kern2.T</key>
+ <real>-172.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-22.0</real>
+ <key>public.kern2.V</key>
+ <real>-213.0</real>
+ <key>public.kern2.W</key>
+ <real>-171.0</real>
+ <key>public.kern2.Y</key>
+ <real>-249.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-192.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>-130.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.one</key>
+ <real>-166.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-173.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-139.0</real>
+ <key>public.kern2.v</key>
+ <real>-70.0</real>
+ <key>public.kern2.w</key>
+ <real>-34.0</real>
+ <key>tecyrillic</key>
+ <real>-125.0</real>
+ </dict>
+ <key>public.kern1.quotedblleft</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-109.0</real>
+ <key>afii10038</key>
+ <real>-41.0</real>
+ <key>afii10049</key>
+ <real>-33.0</real>
+ <key>ampersand</key>
+ <real>-82.0</real>
+ <key>decyrillic</key>
+ <real>-131.0</real>
+ <key>eight</key>
+ <real>-70.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-28.0</real>
+ <key>four</key>
+ <real>-89.0</real>
+ <key>iacyrillic</key>
+ <real>-55.0</real>
+ <key>numbersign</key>
+ <real>-22.0</real>
+ <key>public.kern2.A</key>
+ <real>-240.0</real>
+ <key>public.kern2.AE</key>
+ <real>-262.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-171.0</real>
+ <key>public.kern2.J</key>
+ <real>-247.0</real>
+ <key>public.kern2.comma</key>
+ <real>-345.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-68.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-199.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-172.0</real>
+ <key>public.kern2.six</key>
+ <real>-22.0</real>
+ <key>questiondown</key>
+ <real>-88.0</real>
+ <key>slash</key>
+ <real>-226.0</real>
+ <key>three</key>
+ <real>-35.0</real>
+ <key>zecyrillic</key>
+ <real>-48.0</real>
+ </dict>
+ <key>public.kern1.quotedblright</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-88.0</real>
+ <key>afii10038</key>
+ <real>-33.0</real>
+ <key>ampersand</key>
+ <real>-144.0</real>
+ <key>asciitilde</key>
+ <real>-61.0</real>
+ <key>at</key>
+ <real>-111.0</real>
+ <key>braceleft</key>
+ <real>-69.0</real>
+ <key>checyrillic</key>
+ <real>-28.0</real>
+ <key>decyrillic</key>
+ <real>-111.0</real>
+ <key>eight</key>
+ <real>-124.0</real>
+ <key>exclamdown</key>
+ <real>-42.0</real>
+ <key>five</key>
+ <real>-40.0</real>
+ <key>four</key>
+ <real>-206.0</real>
+ <key>iacyrillic</key>
+ <real>-76.0</real>
+ <key>less</key>
+ <real>-131.0</real>
+ <key>mu</key>
+ <real>-63.0</real>
+ <key>nine</key>
+ <real>-41.0</real>
+ <key>nine.1</key>
+ <real>-41.0</real>
+ <key>numbersign</key>
+ <real>-173.0</real>
+ <key>public.kern2.A</key>
+ <real>-316.0</real>
+ <key>public.kern2.AE</key>
+ <real>-336.0</real>
+ <key>public.kern2.B</key>
+ <real>7.0</real>
+ <key>public.kern2.C</key>
+ <real>-54.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-130.0</real>
+ <key>public.kern2.J</key>
+ <real>-304.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.a</key>
+ <real>-110.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-144.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-77.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-41.0</real>
+ <key>public.kern2.c</key>
+ <real>-150.0</real>
+ <key>public.kern2.colon</key>
+ <real>-76.0</real>
+ <key>public.kern2.colon.case</key>
+ <real>-33.0</real>
+ <key>public.kern2.comma</key>
+ <real>-440.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-144.0</real>
+ <key>public.kern2.divide</key>
+ <real>-82.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-35.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-165.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-144.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-34.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-150.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-88.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-144.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-262.0</real>
+ <key>public.kern2.s</key>
+ <real>-144.0</real>
+ <key>public.kern2.six</key>
+ <real>-89.0</real>
+ <key>public.kern2.u</key>
+ <real>-55.0</real>
+ <key>public.kern2.v</key>
+ <real>-33.0</real>
+ <key>public.kern2.w</key>
+ <real>-34.0</real>
+ <key>public.kern2.x</key>
+ <real>-28.0</real>
+ <key>public.kern2.z</key>
+ <real>-29.0</real>
+ <key>questiondown</key>
+ <real>-96.0</real>
+ <key>rho</key>
+ <real>-144.0</real>
+ <key>slash</key>
+ <real>-304.0</real>
+ <key>theta</key>
+ <real>-144.0</real>
+ <key>three</key>
+ <real>-55.0</real>
+ <key>underscore</key>
+ <real>-139.0</real>
+ <key>xi</key>
+ <real>-144.0</real>
+ <key>zecyrillic</key>
+ <real>-48.0</real>
+ <key>zeta</key>
+ <real>-144.0</real>
+ </dict>
+ <key>public.kern1.r</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>four</key>
+ <real>-40.0</real>
+ <key>less</key>
+ <real>-56.0</real>
+ <key>logicalnot</key>
+ <real>-83.0</real>
+ <key>public.kern2.A</key>
+ <real>-130.0</real>
+ <key>public.kern2.AE</key>
+ <real>-88.0</real>
+ <key>public.kern2.J</key>
+ <real>-159.0</real>
+ <key>public.kern2.T</key>
+ <real>-368.0</real>
+ <key>public.kern2.V</key>
+ <real>-40.0</real>
+ <key>public.kern2.W</key>
+ <real>-42.0</real>
+ <key>public.kern2.X</key>
+ <real>-96.0</real>
+ <key>public.kern2.Y</key>
+ <real>-69.0</real>
+ <key>public.kern2.Z</key>
+ <real>-54.0</real>
+ <key>public.kern2.a</key>
+ <real>-28.0</real>
+ <key>public.kern2.c</key>
+ <real>-64.0</real>
+ <key>public.kern2.comma</key>
+ <real>-240.0</real>
+ <key>public.kern2.divide</key>
+ <real>-88.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>8.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-176.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-152.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>63.0</real>
+ <key>public.kern2.f</key>
+ <real>63.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-40.0</real>
+ <key>public.kern2.m</key>
+ <real>14.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-151.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>103.0</real>
+ <key>public.kern2.s</key>
+ <real>-48.0</real>
+ <key>public.kern2.v</key>
+ <real>48.0</real>
+ <key>public.kern2.w</key>
+ <real>22.0</real>
+ <key>question</key>
+ <real>48.0</real>
+ <key>seven</key>
+ <real>-13.0</real>
+ <key>slash</key>
+ <real>-70.0</real>
+ <key>t</key>
+ <real>64.0</real>
+ <key>tcaron</key>
+ <real>64.0</real>
+ <key>tccurl</key>
+ <real>64.0</real>
+ <key>underscore</key>
+ <real>-164.0</real>
+ </dict>
+ <key>public.kern1.s</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>-8.0</real>
+ <key>public.kern2.A</key>
+ <real>-42.0</real>
+ <key>public.kern2.B</key>
+ <real>-48.0</real>
+ <key>public.kern2.C</key>
+ <real>-48.0</real>
+ <key>public.kern2.T</key>
+ <real>-324.0</real>
+ <key>public.kern2.V</key>
+ <real>-144.0</real>
+ <key>public.kern2.W</key>
+ <real>-130.0</real>
+ <key>public.kern2.X</key>
+ <real>-76.0</real>
+ <key>public.kern2.Y</key>
+ <real>-226.0</real>
+ <key>public.kern2.b</key>
+ <real>-48.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-35.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-32.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-210.0</real>
+ <key>public.kern2.m</key>
+ <real>-48.0</real>
+ <key>public.kern2.one</key>
+ <real>-35.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-111.0</real>
+ <key>public.kern2.s</key>
+ <real>-27.0</real>
+ <key>public.kern2.t</key>
+ <real>-8.0</real>
+ <key>public.kern2.v</key>
+ <real>-40.0</real>
+ <key>public.kern2.w</key>
+ <real>-41.0</real>
+ <key>public.kern2.x</key>
+ <real>-48.0</real>
+ <key>seven</key>
+ <real>-48.0</real>
+ <key>underscore</key>
+ <real>-69.0</real>
+ </dict>
+ <key>public.kern1.t</key>
+ <dict>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>less</key>
+ <real>-33.0</real>
+ <key>periodcentered</key>
+ <real>-13.0</real>
+ <key>public.kern2.T</key>
+ <real>-69.0</real>
+ <key>public.kern2.V</key>
+ <real>-70.0</real>
+ <key>public.kern2.W</key>
+ <real>-70.0</real>
+ <key>public.kern2.X</key>
+ <real>-16.0</real>
+ <key>public.kern2.Y</key>
+ <real>-111.0</real>
+ <key>public.kern2.c</key>
+ <real>-32.0</real>
+ <key>public.kern2.divide</key>
+ <real>-28.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-164.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>48.0</real>
+ <key>public.kern2.f</key>
+ <real>-16.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-40.0</real>
+ <key>public.kern2.m</key>
+ <real>16.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>29.0</real>
+ <key>public.kern2.s</key>
+ <real>-8.0</real>
+ <key>public.kern2.t</key>
+ <real>-32.0</real>
+ </dict>
+ <key>public.kern1.two</key>
+ <dict>
+ <key>Psi</key>
+ <real>-29.0</real>
+ <key>afii10024</key>
+ <real>-7.0</real>
+ <key>at</key>
+ <real>-6.0</real>
+ <key>eight</key>
+ <real>-16.0</real>
+ <key>four</key>
+ <real>-21.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-15.0</real>
+ <key>public.kern2.Y</key>
+ <real>-29.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-8.0</real>
+ <key>public.kern2.c</key>
+ <real>-7.0</real>
+ <key>public.kern2.comma</key>
+ <real>-21.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-21.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-8.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-6.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-70.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-6.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-6.0</real>
+ <key>rho</key>
+ <real>-6.0</real>
+ <key>theta</key>
+ <real>-6.0</real>
+ <key>xi</key>
+ <real>-7.0</real>
+ </dict>
+ <key>public.kern1.u</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-294.0</real>
+ <key>public.kern2.V</key>
+ <real>-77.0</real>
+ <key>public.kern2.W</key>
+ <real>-75.0</real>
+ <key>public.kern2.Y</key>
+ <real>-160.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-174.0</real>
+ <key>public.kern2.f</key>
+ <real>33.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-56.0</real>
+ <key>seven</key>
+ <real>-13.0</real>
+ <key>slash</key>
+ <real>13.0</real>
+ </dict>
+ <key>public.kern1.uhorn</key>
+ <dict>
+ <key>Hbar</key>
+ <real>63.0</real>
+ <key>L_slash</key>
+ <real>22.0</real>
+ <key>ampersand</key>
+ <real>-20.0</real>
+ <key>anoteleia</key>
+ <real>22.0</real>
+ <key>asciitilde</key>
+ <real>-42.0</real>
+ <key>at</key>
+ <real>-20.0</real>
+ <key>backslash</key>
+ <real>61.0</real>
+ <key>braceleft</key>
+ <real>-22.0</real>
+ <key>bullet</key>
+ <real>-21.0</real>
+ <key>emdash</key>
+ <real>-205.0</real>
+ <key>endash</key>
+ <real>-206.0</real>
+ <key>figuredash</key>
+ <real>-125.0</real>
+ <key>four</key>
+ <real>-55.0</real>
+ <key>hyphenbullet</key>
+ <real>-186.0</real>
+ <key>infinity</key>
+ <real>-41.0</real>
+ <key>integral</key>
+ <real>-104.0</real>
+ <key>less</key>
+ <real>-96.0</real>
+ <key>logicalnot</key>
+ <real>-144.0</real>
+ <key>lslash</key>
+ <real>21.0</real>
+ <key>multiply</key>
+ <real>-22.0</real>
+ <key>nine</key>
+ <real>22.0</real>
+ <key>nine.1</key>
+ <real>22.0</real>
+ <key>onehalf</key>
+ <real>22.0</real>
+ <key>onequarter</key>
+ <real>21.0</real>
+ <key>partialdiff</key>
+ <real>-84.0</real>
+ <key>percent</key>
+ <real>21.0</real>
+ <key>periodcentered</key>
+ <real>-75.0</real>
+ <key>perthousand</key>
+ <real>21.0</real>
+ <key>product</key>
+ <real>48.0</real>
+ <key>public.kern2.A</key>
+ <real>-152.0</real>
+ <key>public.kern2.AE</key>
+ <real>-221.0</real>
+ <key>public.kern2.C</key>
+ <real>-15.0</real>
+ <key>public.kern2.J</key>
+ <real>-179.0</real>
+ <key>public.kern2.Y</key>
+ <real>20.0</real>
+ <key>public.kern2.a</key>
+ <real>-48.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-82.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>48.0</real>
+ <key>public.kern2.braceright</key>
+ <real>70.0</real>
+ <key>public.kern2.c</key>
+ <real>-84.0</real>
+ <key>public.kern2.comma</key>
+ <real>-144.0</real>
+ <key>public.kern2.dagger</key>
+ <real>63.0</real>
+ <key>public.kern2.divide</key>
+ <real>-84.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-144.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>77.0</real>
+ <key>public.kern2.f</key>
+ <real>41.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-55.0</real>
+ <key>public.kern2.one</key>
+ <real>48.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>62.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-220.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>27.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>55.0</real>
+ <key>public.kern2.s</key>
+ <real>-48.0</real>
+ <key>public.kern2.t</key>
+ <real>42.0</real>
+ <key>public.kern2.two</key>
+ <real>13.0</real>
+ <key>question</key>
+ <real>41.0</real>
+ <key>questiondown</key>
+ <real>-83.0</real>
+ <key>seven</key>
+ <real>22.0</real>
+ <key>slash</key>
+ <real>-96.0</real>
+ <key>summation</key>
+ <real>48.0</real>
+ <key>tbar</key>
+ <real>21.0</real>
+ <key>threequarters</key>
+ <real>21.0</real>
+ <key>underscore</key>
+ <real>-96.0</real>
+ </dict>
+ <key>public.kern1.v</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-68.0</real>
+ <key>at</key>
+ <real>-42.0</real>
+ <key>backslash</key>
+ <real>13.0</real>
+ <key>four</key>
+ <real>-27.0</real>
+ <key>less</key>
+ <real>-75.0</real>
+ <key>logicalnot</key>
+ <real>-84.0</real>
+ <key>multiply</key>
+ <real>-63.0</real>
+ <key>periodcentered</key>
+ <real>-13.0</real>
+ <key>public.kern2.A</key>
+ <real>-179.0</real>
+ <key>public.kern2.AE</key>
+ <real>-258.0</real>
+ <key>public.kern2.J</key>
+ <real>-131.0</real>
+ <key>public.kern2.T</key>
+ <real>-362.0</real>
+ <key>public.kern2.V</key>
+ <real>-64.0</real>
+ <key>public.kern2.W</key>
+ <real>-35.0</real>
+ <key>public.kern2.X</key>
+ <real>-96.0</real>
+ <key>public.kern2.Y</key>
+ <real>-128.0</real>
+ <key>public.kern2.Z</key>
+ <real>-62.0</real>
+ <key>public.kern2.a</key>
+ <real>-48.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-89.0</real>
+ <key>public.kern2.c</key>
+ <real>-63.0</real>
+ <key>public.kern2.comma</key>
+ <real>-192.0</real>
+ <key>public.kern2.divide</key>
+ <real>-48.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-176.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-124.0</real>
+ <key>public.kern2.f</key>
+ <real>28.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-118.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-137.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-41.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>64.0</real>
+ <key>public.kern2.s</key>
+ <real>-42.0</real>
+ <key>public.kern2.six</key>
+ <real>-15.0</real>
+ <key>slash</key>
+ <real>-82.0</real>
+ <key>underscore</key>
+ <real>-228.0</real>
+ </dict>
+ <key>public.kern1.vecyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-48.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-14.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-62.0</real>
+ <key>iacyrillic</key>
+ <real>-14.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-21.0</real>
+ <key>public.kern2.comma</key>
+ <real>-27.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-6.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-7.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-15.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-15.0</real>
+ <key>public.kern2.one</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-90.0</real>
+ <key>public.kern2.six</key>
+ <real>-14.0</real>
+ <key>question</key>
+ <real>-33.0</real>
+ <key>slash</key>
+ <real>-21.0</real>
+ <key>tecyrillic</key>
+ <real>-38.0</real>
+ <key>zecyrillic</key>
+ <real>-33.0</real>
+ <key>zhecyrillic</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.w</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-96.0</real>
+ <key>at</key>
+ <real>-20.0</real>
+ <key>backslash</key>
+ <real>14.0</real>
+ <key>four</key>
+ <real>-29.0</real>
+ <key>infinity</key>
+ <real>-22.0</real>
+ <key>less</key>
+ <real>-68.0</real>
+ <key>logicalnot</key>
+ <real>-62.0</real>
+ <key>multiply</key>
+ <real>-22.0</real>
+ <key>periodcentered</key>
+ <real>-21.0</real>
+ <key>public.kern2.A</key>
+ <real>-179.0</real>
+ <key>public.kern2.AE</key>
+ <real>-82.0</real>
+ <key>public.kern2.J</key>
+ <real>-123.0</real>
+ <key>public.kern2.T</key>
+ <real>-372.0</real>
+ <key>public.kern2.V</key>
+ <real>-21.0</real>
+ <key>public.kern2.W</key>
+ <real>-22.0</real>
+ <key>public.kern2.X</key>
+ <real>-104.0</real>
+ <key>public.kern2.Y</key>
+ <real>-208.0</real>
+ <key>public.kern2.Z</key>
+ <real>-63.0</real>
+ <key>public.kern2.a</key>
+ <real>-42.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-88.0</real>
+ <key>public.kern2.c</key>
+ <real>-63.0</real>
+ <key>public.kern2.comma</key>
+ <real>-192.0</real>
+ <key>public.kern2.divide</key>
+ <real>-48.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-160.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-83.0</real>
+ <key>public.kern2.f</key>
+ <real>34.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-82.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-159.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>48.0</real>
+ <key>public.kern2.s</key>
+ <real>-40.0</real>
+ <key>public.kern2.six</key>
+ <real>-13.0</real>
+ <key>slash</key>
+ <real>-56.0</real>
+ <key>underscore</key>
+ <real>-226.0</real>
+ </dict>
+ <key>public.kern1.x</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-41.0</real>
+ <key>at</key>
+ <real>-28.0</real>
+ <key>four</key>
+ <real>-27.0</real>
+ <key>less</key>
+ <real>-77.0</real>
+ <key>multiply</key>
+ <real>-35.0</real>
+ <key>periodcentered</key>
+ <real>-63.0</real>
+ <key>public.kern2.A</key>
+ <real>-20.0</real>
+ <key>public.kern2.C</key>
+ <real>-27.0</real>
+ <key>public.kern2.T</key>
+ <real>-340.0</real>
+ <key>public.kern2.U</key>
+ <real>-20.0</real>
+ <key>public.kern2.V</key>
+ <real>-28.0</real>
+ <key>public.kern2.W</key>
+ <real>-27.0</real>
+ <key>public.kern2.Y</key>
+ <real>-117.0</real>
+ <key>public.kern2.a</key>
+ <real>-21.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-82.0</real>
+ <key>public.kern2.c</key>
+ <real>-82.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-7.0</real>
+ <key>public.kern2.divide</key>
+ <real>-55.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-164.0</real>
+ <key>public.kern2.f</key>
+ <real>48.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-117.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-27.0</real>
+ <key>public.kern2.s</key>
+ <real>-48.0</real>
+ <key>public.kern2.six</key>
+ <real>-14.0</real>
+ <key>seven</key>
+ <real>-15.0</real>
+ </dict>
+ <key>public.kern1.z</key>
+ <dict>
+ <key>less</key>
+ <real>-83.0</real>
+ <key>logicalnot</key>
+ <real>-77.0</real>
+ <key>multiply</key>
+ <real>-7.0</real>
+ <key>periodcentered</key>
+ <real>-33.0</real>
+ <key>public.kern2.A</key>
+ <real>-27.0</real>
+ <key>public.kern2.C</key>
+ <real>-15.0</real>
+ <key>public.kern2.J</key>
+ <real>-15.0</real>
+ <key>public.kern2.T</key>
+ <real>-326.0</real>
+ <key>public.kern2.V</key>
+ <real>-56.0</real>
+ <key>public.kern2.W</key>
+ <real>-77.0</real>
+ <key>public.kern2.Y</key>
+ <real>-132.0</real>
+ <key>public.kern2.c</key>
+ <real>-36.0</real>
+ <key>public.kern2.divide</key>
+ <real>-82.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-164.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-83.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-42.0</real>
+ </dict>
+ <key>q</key>
+ <dict>
+ <key>T</key>
+ <real>-320.0</real>
+ </dict>
+ <key>qrthook</key>
+ <dict>
+ <key>T</key>
+ <real>-400.0</real>
+ </dict>
+ <key>question</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-42.0</real>
+ <key>becyrillic</key>
+ <real>6.0</real>
+ <key>decyrillic</key>
+ <real>-35.0</real>
+ <key>four</key>
+ <real>-70.0</real>
+ <key>iacyrillic</key>
+ <real>-20.0</real>
+ <key>public.kern2.A</key>
+ <real>-151.0</real>
+ <key>public.kern2.AE</key>
+ <real>-118.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-70.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-41.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-28.0</real>
+ <key>zecyrillic</key>
+ <real>-20.0</real>
+ </dict>
+ <key>questiondown</key>
+ <dict>
+ <key>Psi</key>
+ <real>-336.0</real>
+ <key>Tbar</key>
+ <real>-220.0</real>
+ <key>ampersand</key>
+ <real>-41.0</real>
+ <key>checyrillic</key>
+ <real>-8.0</real>
+ <key>eight</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-69.0</real>
+ <key>public.kern2.C</key>
+ <real>-82.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ <key>public.kern2.U</key>
+ <real>-75.0</real>
+ <key>public.kern2.V</key>
+ <real>-144.0</real>
+ <key>public.kern2.W</key>
+ <real>-96.0</real>
+ <key>public.kern2.Y</key>
+ <real>-212.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-104.0</real>
+ <key>public.kern2.one</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-83.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-118.0</real>
+ <key>public.kern2.six</key>
+ <real>-27.0</real>
+ <key>public.kern2.v</key>
+ <real>-55.0</real>
+ <key>public.kern2.w</key>
+ <real>-61.0</real>
+ </dict>
+ <key>questiongreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-75.0</real>
+ <key>public.kern2.V</key>
+ <real>-62.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-14.0</real>
+ </dict>
+ <key>radical</key>
+ <dict>
+ <key>tecyrillic</key>
+ <real>-21.0</real>
+ </dict>
+ <key>registered</key>
+ <dict>
+ <key>T</key>
+ <real>-128.0</real>
+ </dict>
+ <key>seven</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-29.0</real>
+ <key>afii10024</key>
+ <real>-14.0</real>
+ <key>afii10025</key>
+ <real>-7.0</real>
+ <key>afii10038</key>
+ <real>-40.0</real>
+ <key>afii10049</key>
+ <real>-15.0</real>
+ <key>ampersand</key>
+ <real>-103.0</real>
+ <key>at</key>
+ <real>-27.0</real>
+ <key>backslash</key>
+ <real>55.0</real>
+ <key>becyrillic</key>
+ <real>-14.0</real>
+ <key>checyrillic</key>
+ <real>-29.0</real>
+ <key>decyrillic</key>
+ <real>-68.0</real>
+ <key>eight</key>
+ <real>-99.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-13.0</real>
+ <key>five</key>
+ <real>-28.0</real>
+ <key>four</key>
+ <real>-137.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-7.0</real>
+ <key>iacyrillic</key>
+ <real>-28.0</real>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>less</key>
+ <real>-165.0</real>
+ <key>nine</key>
+ <real>-28.0</real>
+ <key>nine.1</key>
+ <real>-28.0</real>
+ <key>numbersign</key>
+ <real>-96.0</real>
+ <key>public.kern2.A</key>
+ <real>-226.0</real>
+ <key>public.kern2.AE</key>
+ <real>-138.0</real>
+ <key>public.kern2.C</key>
+ <real>-15.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-54.0</real>
+ <key>public.kern2.J</key>
+ <real>-152.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.a</key>
+ <real>-90.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.c</key>
+ <real>-84.0</real>
+ <key>public.kern2.colon</key>
+ <real>-70.0</real>
+ <key>public.kern2.colon.case</key>
+ <real>-28.0</real>
+ <key>public.kern2.comma</key>
+ <real>-345.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-15.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-227.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-70.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-139.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-27.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-35.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-317.0</real>
+ <key>public.kern2.s</key>
+ <real>-70.0</real>
+ <key>public.kern2.six</key>
+ <real>-48.0</real>
+ <key>public.kern2.u</key>
+ <real>-33.0</real>
+ <key>public.kern2.x</key>
+ <real>-28.0</real>
+ <key>rho</key>
+ <real>-83.0</real>
+ <key>seven</key>
+ <real>55.0</real>
+ <key>six.1</key>
+ <real>-160.0</real>
+ <key>slash</key>
+ <real>-61.0</real>
+ <key>theta</key>
+ <real>-84.0</real>
+ <key>three</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-400.0</real>
+ <key>uni20BD</key>
+ <real>-21.0</real>
+ <key>xi</key>
+ <real>-13.0</real>
+ <key>zecyrillic</key>
+ <real>-27.0</real>
+ <key>zeta</key>
+ <real>-84.0</real>
+ </dict>
+ <key>sigma</key>
+ <dict>
+ <key>Omega</key>
+ <real>-13.0</real>
+ <key>Psi</key>
+ <real>-42.0</real>
+ <key>Sigma</key>
+ <real>-20.0</real>
+ <key>ampersand</key>
+ <real>-48.0</real>
+ <key>four</key>
+ <real>-27.0</real>
+ <key>lambda</key>
+ <real>-234.0</real>
+ <key>less</key>
+ <real>-35.0</real>
+ <key>logicalnot</key>
+ <real>-82.0</real>
+ <key>public.kern2.A</key>
+ <real>-130.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.comma</key>
+ <real>-260.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.divide</key>
+ <real>-61.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-130.0</real>
+ <key>public.kern2.eightsuperior</key>
+ <real>61.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-56.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>15.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-40.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-35.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-75.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-192.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>89.0</real>
+ <key>rho</key>
+ <real>-76.0</real>
+ <key>slash</key>
+ <real>-48.0</real>
+ <key>theta</key>
+ <real>-13.0</real>
+ <key>underscore</key>
+ <real>-166.0</real>
+ <key>xi</key>
+ <real>-28.0</real>
+ <key>zeta</key>
+ <real>-62.0</real>
+ </dict>
+ <key>sigma1</key>
+ <dict>
+ <key>Sigma</key>
+ <real>-6.0</real>
+ <key>public.kern2.divide</key>
+ <real>-56.0</real>
+ </dict>
+ <key>six</key>
+ <dict>
+ <key>Psi</key>
+ <real>-61.0</real>
+ <key>afii10024</key>
+ <real>-22.0</real>
+ <key>afii10044</key>
+ <real>-15.0</real>
+ <key>backslash</key>
+ <real>22.0</real>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>public.kern2.A</key>
+ <real>-62.0</real>
+ <key>public.kern2.AE</key>
+ <real>-110.0</real>
+ <key>public.kern2.V</key>
+ <real>-22.0</real>
+ <key>public.kern2.W</key>
+ <real>-21.0</real>
+ <key>public.kern2.X</key>
+ <real>-20.0</real>
+ <key>public.kern2.Y</key>
+ <real>-62.0</real>
+ <key>public.kern2.comma</key>
+ <real>-110.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-84.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-33.0</real>
+ <key>three</key>
+ <real>-20.0</real>
+ <key>underscore</key>
+ <real>-144.0</real>
+ </dict>
+ <key>six.1</key>
+ <dict>
+ <key>Psi</key>
+ <real>-61.0</real>
+ <key>afii10024</key>
+ <real>-22.0</real>
+ <key>afii10044</key>
+ <real>-15.0</real>
+ <key>backslash</key>
+ <real>22.0</real>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>nine.1</key>
+ <real>-176.0</real>
+ <key>public.kern2.A</key>
+ <real>-62.0</real>
+ <key>public.kern2.AE</key>
+ <real>-110.0</real>
+ <key>public.kern2.V</key>
+ <real>-22.0</real>
+ <key>public.kern2.W</key>
+ <real>-21.0</real>
+ <key>public.kern2.X</key>
+ <real>-20.0</real>
+ <key>public.kern2.Y</key>
+ <real>-62.0</real>
+ <key>public.kern2.comma</key>
+ <real>-110.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-84.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-33.0</real>
+ <key>seven</key>
+ <real>-144.0</real>
+ <key>three</key>
+ <real>-20.0</real>
+ <key>underscore</key>
+ <real>-144.0</real>
+ </dict>
+ <key>slash</key>
+ <dict>
+ <key>Psi</key>
+ <real>13.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>public.kern2.A</key>
+ <real>-88.0</real>
+ <key>public.kern2.B</key>
+ <real>14.0</real>
+ <key>public.kern2.C</key>
+ <real>15.0</real>
+ <key>public.kern2.J</key>
+ <real>-40.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>13.0</real>
+ <key>public.kern2.T</key>
+ <real>33.0</real>
+ <key>public.kern2.U</key>
+ <real>13.0</real>
+ <key>public.kern2.V</key>
+ <real>15.0</real>
+ <key>public.kern2.W</key>
+ <real>13.0</real>
+ <key>public.kern2.X</key>
+ <real>15.0</real>
+ <key>public.kern2.Y</key>
+ <real>14.0</real>
+ <key>public.kern2.b</key>
+ <real>14.0</real>
+ <key>public.kern2.comma</key>
+ <real>-116.0</real>
+ <key>public.kern2.f</key>
+ <real>14.0</real>
+ <key>public.kern2.one</key>
+ <real>14.0</real>
+ <key>seven</key>
+ <real>27.0</real>
+ </dict>
+ <key>srthook</key>
+ <dict>
+ <key>T</key>
+ <real>-256.0</real>
+ </dict>
+ <key>summation</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-34.0</real>
+ </dict>
+ <key>tau</key>
+ <dict>
+ <key>Omega</key>
+ <real>-13.0</real>
+ <key>Psi</key>
+ <real>-48.0</real>
+ <key>ampersand</key>
+ <real>-34.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>lambda</key>
+ <real>-96.0</real>
+ <key>less</key>
+ <real>-33.0</real>
+ <key>logicalnot</key>
+ <real>-34.0</real>
+ <key>public.kern2.A</key>
+ <real>-76.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-77.0</real>
+ <key>public.kern2.comma</key>
+ <real>-117.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-90.0</real>
+ <key>public.kern2.divide</key>
+ <real>-62.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>-83.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-62.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>33.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-40.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-34.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>88.0</real>
+ <key>rho</key>
+ <real>-84.0</real>
+ <key>theta</key>
+ <real>-13.0</real>
+ <key>underscore</key>
+ <real>-125.0</real>
+ <key>xi</key>
+ <real>-33.0</real>
+ <key>zeta</key>
+ <real>-63.0</real>
+ </dict>
+ <key>tbar</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>14.0</real>
+ <key>public.kern2.eightsub</key>
+ <real>41.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-28.0</real>
+ </dict>
+ <key>tecyrillic</key>
+ <dict>
+ <key>decyrillic</key>
+ <real>-20.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-7.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-15.0</real>
+ <key>less</key>
+ <real>-34.0</real>
+ <key>logicalnot</key>
+ <real>-34.0</real>
+ <key>public.kern2.comma</key>
+ <real>-150.0</real>
+ <key>public.kern2.divide</key>
+ <real>-13.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-48.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-62.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-48.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-14.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-207.0</real>
+ <key>slash</key>
+ <real>-40.0</real>
+ <key>underscore</key>
+ <real>-35.0</real>
+ <key>zecyrillic</key>
+ <real>-6.0</real>
+ <key>zhecyrillic</key>
+ <real>-22.0</real>
+ </dict>
+ <key>theta</key>
+ <dict>
+ <key>eight</key>
+ <real>-13.0</real>
+ <key>lambda</key>
+ <real>-83.0</real>
+ <key>nine</key>
+ <real>-20.0</real>
+ <key>nine.1</key>
+ <real>-20.0</real>
+ <key>public.kern2.A</key>
+ <real>-83.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.braceright</key>
+ <real>-48.0</real>
+ <key>public.kern2.comma</key>
+ <real>-103.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-6.0</real>
+ <key>public.kern2.m</key>
+ <real>-14.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-15.0</real>
+ <key>public.kern2.one</key>
+ <real>-70.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-138.0</real>
+ <key>seven</key>
+ <real>-77.0</real>
+ <key>tau</key>
+ <real>21.0</real>
+ <key>three</key>
+ <real>-35.0</real>
+ <key>underscore</key>
+ <real>-70.0</real>
+ <key>xi</key>
+ <real>-7.0</real>
+ <key>zeta</key>
+ <real>-21.0</real>
+ </dict>
+ <key>three</key>
+ <dict>
+ <key>j</key>
+ <real>-160.0</real>
+ <key>nine.1</key>
+ <real>-82.0</real>
+ </dict>
+ <key>two</key>
+ <dict>
+ <key>j</key>
+ <real>-160.0</real>
+ </dict>
+ <key>udieresis</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-128.0</real>
+ <key>public.kern2.T</key>
+ <real>-96.0</real>
+ </dict>
+ <key>underscore</key>
+ <dict>
+ <key>Psi</key>
+ <real>-171.0</real>
+ <key>afii10021</key>
+ <real>152.0</real>
+ <key>afii10025</key>
+ <real>-29.0</real>
+ <key>afii10038</key>
+ <real>-104.0</real>
+ <key>afii10041</key>
+ <real>-253.0</real>
+ <key>afii10044</key>
+ <real>-138.0</real>
+ <key>afii10047</key>
+ <real>-110.0</real>
+ <key>checyrillic</key>
+ <real>-84.0</real>
+ <key>decyrillic</key>
+ <real>61.0</real>
+ <key>eight</key>
+ <real>-144.0</real>
+ <key>five</key>
+ <real>-144.0</real>
+ <key>four</key>
+ <real>-150.0</real>
+ <key>g</key>
+ <real>56.0</real>
+ <key>hryvnia</key>
+ <real>-55.0</real>
+ <key>nine</key>
+ <real>-144.0</real>
+ <key>nine.1</key>
+ <real>-144.0</real>
+ <key>p</key>
+ <real>144.0</real>
+ <key>pi</key>
+ <real>-48.0</real>
+ <key>public.kern2.C</key>
+ <real>-139.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-165.0</real>
+ <key>public.kern2.Ecyrillic</key>
+ <real>-138.0</real>
+ <key>public.kern2.J</key>
+ <real>-42.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-139.0</real>
+ <key>public.kern2.T</key>
+ <real>-164.0</real>
+ <key>public.kern2.U</key>
+ <real>-124.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.V</key>
+ <real>-261.0</real>
+ <key>public.kern2.W</key>
+ <real>-262.0</real>
+ <key>public.kern2.Y</key>
+ <real>-288.0</real>
+ <key>public.kern2.a</key>
+ <real>-76.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-76.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-192.0</real>
+ <key>public.kern2.c</key>
+ <real>-70.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>216.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-77.0</real>
+ <key>public.kern2.f</key>
+ <real>-40.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-151.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-76.0</real>
+ <key>public.kern2.m</key>
+ <real>-48.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-76.0</real>
+ <key>public.kern2.one</key>
+ <real>-281.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.s</key>
+ <real>-70.0</real>
+ <key>public.kern2.six</key>
+ <real>-144.0</real>
+ <key>public.kern2.t</key>
+ <real>-48.0</real>
+ <key>public.kern2.u</key>
+ <real>-76.0</real>
+ <key>public.kern2.v</key>
+ <real>-228.0</real>
+ <key>public.kern2.w</key>
+ <real>-226.0</real>
+ <key>tau</key>
+ <real>-48.0</real>
+ <key>tecyrillic</key>
+ <real>-34.0</real>
+ <key>tenge</key>
+ <real>-159.0</real>
+ <key>theta</key>
+ <real>-69.0</real>
+ <key>three</key>
+ <real>-144.0</real>
+ <key>xi</key>
+ <real>-118.0</real>
+ <key>zeta</key>
+ <real>-131.0</real>
+ </dict>
+ <key>uni01F6</key>
+ <dict>
+ <key>T</key>
+ <real>-256.0</real>
+ </dict>
+ <key>uni0221</key>
+ <dict>
+ <key>T</key>
+ <real>-544.0</real>
+ </dict>
+ <key>uni023A</key>
+ <dict>
+ <key>T</key>
+ <real>128.0</real>
+ </dict>
+ <key>uni0240</key>
+ <dict>
+ <key>T</key>
+ <real>-256.0</real>
+ </dict>
+ <key>uni0247</key>
+ <dict>
+ <key>T</key>
+ <real>-42.0</real>
+ </dict>
+ <key>uni20BD</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-63.0</real>
+ <key>afii10024</key>
+ <real>-61.0</real>
+ <key>afii10025</key>
+ <real>-14.0</real>
+ <key>ampersand</key>
+ <real>-22.0</real>
+ <key>four</key>
+ <real>-42.0</real>
+ <key>less</key>
+ <real>-28.0</real>
+ <key>logicalnot</key>
+ <real>-21.0</real>
+ <key>multiply</key>
+ <real>-15.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-55.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-13.0</real>
+ <key>public.kern2.comma</key>
+ <real>-240.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-48.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-6.0</real>
+ <key>slash</key>
+ <real>-77.0</real>
+ <key>underscore</key>
+ <real>-172.0</real>
+ </dict>
+ <key>utilde</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-128.0</real>
+ </dict>
+ <key>wdieresis</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-128.0</real>
+ <key>uni0248</key>
+ <real>-128.0</real>
+ </dict>
+ <key>xi</key>
+ <dict>
+ <key>Psi</key>
+ <real>-61.0</real>
+ <key>pi</key>
+ <real>-48.0</real>
+ <key>public.kern2.A</key>
+ <real>-21.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-56.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.divide</key>
+ <real>-35.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-48.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-34.0</real>
+ <key>public.kern2.m</key>
+ <real>-48.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-15.0</real>
+ <key>tau</key>
+ <real>-48.0</real>
+ <key>theta</key>
+ <real>-15.0</real>
+ <key>underscore</key>
+ <real>144.0</real>
+ </dict>
+ <key>ydieresis</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-80.0</real>
+ <key>uni0221</key>
+ <real>-128.0</real>
+ <key>uni023A</key>
+ <real>-256.0</real>
+ </dict>
+ <key>yhook</key>
+ <dict>
+ <key>T</key>
+ <real>150.0</real>
+ </dict>
+ <key>zero</key>
+ <dict>
+ <key>j</key>
+ <real>-160.0</real>
+ </dict>
+ <key>zero.slash</key>
+ <dict>
+ <key>j</key>
+ <real>-160.0</real>
+ </dict>
+ <key>zeta</key>
+ <dict>
+ <key>Psi</key>
+ <real>-63.0</real>
+ <key>pi</key>
+ <real>-69.0</real>
+ <key>public.kern2.A</key>
+ <real>-22.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-48.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.divide</key>
+ <real>-70.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-48.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.m</key>
+ <real>-55.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-48.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-33.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-15.0</real>
+ <key>tau</key>
+ <real>-55.0</real>
+ <key>theta</key>
+ <real>-14.0</real>
+ <key>underscore</key>
+ <real>166.0</real>
+ </dict>
+ <key>zhecyrillic</key>
+ <dict>
+ <key>becyrillic</key>
+ <real>-55.0</real>
+ <key>checyrillic</key>
+ <real>-68.0</real>
+ <key>decyrillic</key>
+ <real>-7.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-62.0</real>
+ <key>five</key>
+ <real>-13.0</real>
+ <key>four</key>
+ <real>-22.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-68.0</real>
+ <key>iacyrillic</key>
+ <real>-14.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-75.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-15.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-75.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-28.0</real>
+ <key>tecyrillic</key>
+ <real>-54.0</real>
+ <key>zecyrillic</key>
+ <real>-48.0</real>
+ <key>zhecyrillic</key>
+ <real>-6.0</real>
+ </dict>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Black.ufo/layercontents.plist b/src/Inter-UI-Black.ufo/layercontents.plist
new file mode 100644
index 000000000..963df4006
--- /dev/null
+++ b/src/Inter-UI-Black.ufo/layercontents.plist
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <array>
+ <array>
+ <string>public.default</string>
+ <string>glyphs</string>
+ </array>
+ </array>
+</plist>
diff --git a/src/Inter-UI-Black.ufo/lib.plist b/src/Inter-UI-Black.ufo/lib.plist
index 1d1ab5c2e..d632d6c19 100644
--- a/src/Inter-UI-Black.ufo/lib.plist
+++ b/src/Inter-UI-Black.ufo/lib.plist
@@ -1,2846 +1,2207 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>com.fontlab.v2.tth</key>
- <dict>
- <key>stems</key>
- <dict>
- <key>X: 108</key>
- <dict>
- <key>horizontal</key>
- <false/>
- <key>round</key>
- <dict>
- <key>0</key>
- <integer>1</integer>
- <key>14</key>
- <integer>2</integer>
- <key>24</key>
- <integer>3</integer>
- <key>33</key>
- <integer>4</integer>
- <key>42</key>
- <integer>5</integer>
- <key>51</key>
- <integer>6</integer>
- </dict>
- <key>width</key>
- <integer>216</integer>
- </dict>
- <key>Y: 104</key>
- <dict>
- <key>horizontal</key>
- <true/>
- <key>round</key>
- <dict>
- <key>0</key>
- <integer>1</integer>
- <key>15</key>
- <integer>2</integer>
- <key>25</key>
- <integer>3</integer>
- <key>34</key>
- <integer>4</integer>
- <key>44</key>
- <integer>5</integer>
- <key>53</key>
- <integer>6</integer>
- </dict>
- <key>width</key>
- <integer>208</integer>
- </dict>
- </dict>
- </dict>
- <key>com.loicsander.scaleFast</key>
- <dict>
- <key>guides</key>
- <array>
- </array>
- <key>presets</key>
- <dict>
- </dict>
- </dict>
- <key>com.typemytype.robofont.compileSettings.autohint</key>
- <true/>
- <key>com.typemytype.robofont.compileSettings.checkOutlines</key>
- <false/>
- <key>com.typemytype.robofont.compileSettings.createDummyDSIG</key>
- <true/>
- <key>com.typemytype.robofont.compileSettings.decompose</key>
- <false/>
- <key>com.typemytype.robofont.compileSettings.generateFormat</key>
- <integer>0</integer>
- <key>com.typemytype.robofont.compileSettings.releaseMode</key>
- <false/>
- <key>com.typemytype.robofont.foreground.layerStrokeColor</key>
- <array>
- <real>0.5</real>
- <real>0.0</real>
- <real>0.5</real>
- <real>0.7</real>
- </array>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>-221.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string>anchors_Cap</string>
- <key>x</key>
- <integer>52</integer>
- <key>y</key>
- <integer>1620</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>128</integer>
- <key>y</key>
- <integer>2152</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>592</integer>
- <key>y</key>
- <integer>2168</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1512</integer>
- <key>y</key>
- <integer>1216</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1016</integer>
- <key>y</key>
- <integer>832</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1496</integer>
- <key>y</key>
- <integer>384</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1624</integer>
- <key>y</key>
- <integer>-576</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.italicSlantOffset</key>
- <integer>0</integer>
- <key>com.typemytype.robofont.layerOrder</key>
- <array>
- <string>reference</string>
- </array>
- <key>com.typemytype.robofont.reference.layerStrokeColor</key>
- <array>
- <real>1.0</real>
- <real>0.0</real>
- <real>0.0</real>
- <real>0.7</real>
- </array>
- <key>com.typemytype.robofont.segmentType</key>
- <string>curve</string>
- <key>com.typemytype.robofont.shouldAddPointsInSplineConversion</key>
- <integer>1</integer>
- <key>com.typemytype.robofont.sort</key>
- <array>
- <dict>
- <key>ascending</key>
- <array>
- <string>.null</string>
- <string>space</string>
- <string>A</string>
- <string>Adieresis</string>
- <string>Atilde</string>
- <string>uni023A</string>
- <string>Lambda</string>
- <string>AE</string>
- <string>B</string>
- <string>C</string>
- <string>D</string>
- <string>E</string>
- <string>OE</string>
- <string>F</string>
- <string>G</string>
- <string>H</string>
- <string>Hcedilla</string>
- <string>Hbar</string>
- <string>uni04C9</string>
- <string>I</string>
- <string>Idieresis</string>
- <string>Idieresisacute</string>
- <string>Itildebelow</string>
- <string>J</string>
- <string>K</string>
- <string>Kacyr</string>
- <string>Khook</string>
- <string>L</string>
- <string>L_slash</string>
- <string>M</string>
- <string>uni04CD</string>
- <string>N</string>
- <string>afii10026</string>
- <string>uni048A</string>
- <string>O</string>
- <string>Odieresis</string>
- <string>Otilde</string>
- <string>Oslash</string>
- <string>Ohorn</string>
- <string>Theta</string>
- <string>P</string>
- <string>uni048E</string>
- <string>Q</string>
- <string>R</string>
- <string>S</string>
- <string>Germandbls</string>
- <string>T</string>
- <string>U</string>
- <string>Uhorn</string>
- <string>V</string>
- <string>W</string>
- <string>X</string>
- <string>Y</string>
- <string>Z</string>
- <string>Thorn</string>
- <string>Gamma</string>
- <string>Delta</string>
- <string>Xi</string>
- <string>Pi</string>
- <string>Sigma</string>
- <string>Phi</string>
- <string>Psi</string>
- <string>Omega</string>
- <string>afii10018</string>
- <string>afii10050</string>
- <string>uni04FA</string>
- <string>afii10021</string>
- <string>afii10024</string>
- <string>Zhedescendercyrillic</string>
- <string>afii10025</string>
- <string>Kadescendercyrillic</string>
- <string>Kaverticalstrokecyrillic</string>
- <string>Kabashkircyrillic</string>
- <string>Kahookcyrillic</string>
- <string>afii10029</string>
- <string>uni04C5</string>
- <string>Enhookcyrillic</string>
- <string>Endescendercyrillic</string>
- <string>Enghecyrillic</string>
- <string>afii10147</string>
- <string>afii10145</string>
- <string>afii10037</string>
- <string>afii10038</string>
- <string>Hadescendercyrillic</string>
- <string>uni04FC</string>
- <string>afii10040</string>
- <string>Tetsecyrillic</string>
- <string>afii10041</string>
- <string>Chedescendercyrillic</string>
- <string>Cheverticalstrokecyrillic</string>
- <string>Shhacyrillic</string>
- <string>afii10060</string>
- <string>afii10042</string>
- <string>afii10043</string>
- <string>afii10044</string>
- <string>afii10045</string>
- <string>afii10046</string>
- <string>afii10058</string>
- <string>afii10059</string>
- <string>afii10047</string>
- <string>afii10048</string>
- <string>afii10049</string>
- <string>Ghemiddlehookcyrillic</string>
- <string>Pemiddlehookcyrillic</string>
- <string>afii10053</string>
- <string>Haabkhasiancyrillic</string>
- <string>Cheabkhasiancyrillic</string>
- <string>Schwacyrillic</string>
- <string>Dzeabkhasiancyrillic</string>
- <string>afii10148</string>
- <string>afii10051</string>
- <string>a</string>
- <string>adieresis</string>
- <string>atilde</string>
- <string>a_uni02DE</string>
- <string>ae</string>
- <string>leftloop.cn</string>
- <string>rightloop.cn</string>
- <string>b</string>
- <string>c</string>
- <string>d</string>
- <string>dcroat</string>
- <string>e</string>
- <string>edieresis</string>
- <string>f</string>
- <string>g</string>
- <string>h</string>
- <string>hcedilla</string>
- <string>hturnhook2</string>
- <string>dotlessi</string>
- <string>i</string>
- <string>idieresis</string>
- <string>idieresisacute</string>
- <string>itilde</string>
- <string>itildebelow</string>
- <string>dotlessj</string>
- <string>j</string>
- <string>k</string>
- <string>l</string>
- <string>lslash</string>
- <string>lrthook</string>
- <string>m</string>
- <string>n</string>
- <string>ntilde</string>
- <string>o</string>
- <string>odieresis</string>
- <string>otilde</string>
- <string>oslash</string>
- <string>ohorn</string>
- <string>oe</string>
- <string>p</string>
- <string>q</string>
- <string>r</string>
- <string>s</string>
- <string>germandbls</string>
- <string>t</string>
- <string>u</string>
- <string>udieresis</string>
- <string>utilde</string>
- <string>uhorn</string>
- <string>v</string>
- <string>w</string>
- <string>wdieresis</string>
- <string>x</string>
- <string>y</string>
- <string>ydieresis</string>
- <string>z</string>
- <string>eth</string>
- <string>thorn</string>
- <string>alpha</string>
- <string>beta</string>
- <string>gamma</string>
- <string>delta</string>
- <string>epsilon</string>
- <string>zeta</string>
- <string>eta</string>
- <string>theta</string>
- <string>iota</string>
- <string>lambda</string>
- <string>xi</string>
- <string>pi</string>
- <string>rho</string>
- <string>sigma1</string>
- <string>sigma</string>
- <string>tau</string>
- <string>upsilon</string>
- <string>phi</string>
- <string>psi</string>
- <string>omega</string>
- <string>tonos</string>
- <string>becyrillic</string>
- <string>vecyrillic</string>
- <string>gecyrillic</string>
- <string>gheupturncyrillic</string>
- <string>uni04FB</string>
- <string>decyrillic</string>
- <string>zhecyrillic</string>
- <string>zhedescendercyrillic</string>
- <string>zecyrillic</string>
- <string>iicyrillic</string>
- <string>uni048B</string>
- <string>kacyrillic</string>
- <string>kahookcyrillic</string>
- <string>kadescendercyrillic</string>
- <string>kaverticalstrokecyrillic</string>
- <string>kabashkircyrillic</string>
- <string>elcyrillic</string>
- <string>uni04C6</string>
- <string>uni052F</string>
- <string>emcyrillic</string>
- <string>uni04CE</string>
- <string>encyrillic</string>
- <string>endescendercyrillic</string>
- <string>enghecyrillic</string>
- <string>enhookcyrillic</string>
- <string>uni04CA</string>
- <string>fitacyrillic</string>
- <string>pecyrillic</string>
- <string>uni048F</string>
- <string>tecyrillic</string>
- <string>efcyrillic</string>
- <string>uni04FD</string>
- <string>hadescendercyrillic</string>
- <string>tsecyrillic</string>
- <string>dzhecyrillic</string>
- <string>checyrillic</string>
- <string>chedescendercyrillic</string>
- <string>cheverticalstrokecyrillic</string>
- <string>shacyrillic</string>
- <string>shchacyrillic</string>
- <string>hardsigncyrillic</string>
- <string>yericyrillic</string>
- <string>uni048D</string>
- <string>yatcyrillic</string>
- <string>softsigncyrillic</string>
- <string>ljecyrillic</string>
- <string>njecyrillic</string>
- <string>ereversedcyrillic</string>
- <string>iucyrillic</string>
- <string>iacyrillic</string>
- <string>ghemiddlehookcyrillic</string>
- <string>pemiddlehookcyrillic</string>
- <string>djecyrillic</string>
- <string>tshecyrillic</string>
- <string>ecyrillic</string>
- <string>haabkhasiancyrillic</string>
- <string>tetsecyrillic</string>
- <string>cheabkhasiancyrillic</string>
- <string>dzeabkhasiancyrillic</string>
- <string>izhitsacyrillic</string>
- <string>dz</string>
- <string>Dzcaron_</string>
- <string>dzcaron</string>
- <string>dollar</string>
- <string>cent</string>
- <string>yen</string>
- <string>sterling</string>
- <string>florin</string>
- <string>uni20BA</string>
- <string>uni20BD</string>
- <string>Euro</string>
- <string>uni20B9</string>
- <string>tenge</string>
- <string>peseta</string>
- <string>peso</string>
- <string>kip</string>
- <string>won</string>
- <string>lira</string>
- <string>austral</string>
- <string>hryvnia</string>
- <string>naira</string>
- <string>guarani</string>
- <string>coloncurrency</string>
- <string>cedi</string>
- <string>cruzeiro</string>
- <string>tugrik</string>
- <string>uni20AF</string>
- <string>mill</string>
- <string>afii57636</string>
- <string>manat</string>
- <string>rupee</string>
- <string>lari</string>
- <string>zero</string>
- <string>zero.tnum</string>
- <string>zero.slash</string>
- <string>zero.tnum.slash</string>
- <string>one</string>
- <string>one.1</string>
- <string>one.tnum</string>
- <string>one.tnum.1</string>
- <string>two</string>
- <string>two.tnum</string>
- <string>three</string>
- <string>three.tnum</string>
- <string>four</string>
- <string>four.1</string>
- <string>four.tnum</string>
- <string>four.tnum.1</string>
- <string>five</string>
- <string>five.tnum</string>
- <string>six</string>
- <string>six.1</string>
- <string>six.tnum</string>
- <string>six.tnum.1</string>
- <string>seven</string>
- <string>seven.tnum</string>
- <string>eight</string>
- <string>eight.tnum</string>
- <string>nine</string>
- <string>nine.tnum</string>
- <string>nine.1</string>
- <string>nine.tnum.1</string>
- <string>ampersand</string>
- <string>exclam</string>
- <string>exclamdown</string>
- <string>question</string>
- <string>questiondown</string>
- <string>parenleft</string>
- <string>parenleft.case</string>
- <string>parenright</string>
- <string>parenright.case</string>
- <string>bracketleft</string>
- <string>bracketleft.case</string>
- <string>bracketleft_quill</string>
- <string>bracketright</string>
- <string>bracketright.case</string>
- <string>bracketright_quill</string>
- <string>braceleft</string>
- <string>braceleft.case</string>
- <string>braceright</string>
- <string>braceright.case</string>
- <string>at</string>
- <string>at.case</string>
- <string>numbersign</string>
- <string>currency</string>
- <string>slash</string>
- <string>bar</string>
- <string>brokenbar</string>
- <string>backslash</string>
- <string>hyphenbullet</string>
- <string>hyphen</string>
- <string>hyphen.case</string>
- <string>endash</string>
- <string>endash.case</string>
- <string>figuredash</string>
- <string>figuredash.case</string>
- <string>emdash</string>
- <string>emdash.case</string>
- <string>bullet</string>
- <string>bullet.case</string>
- <string>quoteleft</string>
- <string>quoteright</string>
- <string>primetripl1</string>
- <string>quotesingle</string>
- <string>quotedbl</string>
- <string>quotedblleft</string>
- <string>quotedblright</string>
- <string>quotedblbase</string>
- <string>quotesinglbase</string>
- <string>comma</string>
- <string>comma.tnum</string>
- <string>period</string>
- <string>period.tnum</string>
- <string>ellipsis</string>
- <string>colon</string>
- <string>colon.case</string>
- <string>semicolon</string>
- <string>guilsinglleft</string>
- <string>guilsinglright</string>
- <string>guillemotleft</string>
- <string>guillemotright</string>
- <string>less</string>
- <string>greater</string>
- <string>lessequal</string>
- <string>greaterequal</string>
- <string>equal</string>
- <string>equal.case</string>
- <string>notequal</string>
- <string>notequal.case</string>
- <string>plus</string>
- <string>plus.case</string>
- <string>minus</string>
- <string>minus.case</string>
- <string>multiply</string>
- <string>multiply.case</string>
- <string>divide</string>
- <string>divide.case</string>
- <string>plusminus</string>
- <string>plusminus.case</string>
- <string>approxequal</string>
- <string>asciitilde</string>
- <string>logicalnot</string>
- <string>periodcentered</string>
- <string>anoteleia</string>
- <string>questiongreek</string>
- <string>underscore</string>
- <string>dagger</string>
- <string>daggerdbl</string>
- <string>asciicircum</string>
- <string>asterisk</string>
- <string>asterisk.case</string>
- <string>registered</string>
- <string>trademark</string>
- <string>servicemark</string>
- <string>degree</string>
- <string>ordfeminine</string>
- <string>ordmasculine</string>
- <string>isuperior</string>
- <string>nsuperior</string>
- <string>paragraph</string>
- <string>section</string>
- <string>copyright</string>
- <string>infinity</string>
- <string>partialdiff</string>
- <string>summation</string>
- <string>product</string>
- <string>integral</string>
- <string>radical</string>
- <string>lozenge</string>
- <string>fraction</string>
- <string>zerosub</string>
- <string>oneinferior</string>
- <string>twosub</string>
- <string>threesub</string>
- <string>foursub</string>
- <string>fivesub</string>
- <string>sixinferior</string>
- <string>sevensub</string>
- <string>eightsub</string>
- <string>nineinferior</string>
- <string>plussub</string>
- <string>minussub</string>
- <string>equalsub</string>
- <string>parenleftinferior</string>
- <string>parenrightsub</string>
- <string>zerosuperior</string>
- <string>onesuperior</string>
- <string>twosuperior</string>
- <string>threesuperior</string>
- <string>foursuperior</string>
- <string>fivesuperior</string>
- <string>sixsuperior</string>
- <string>sevensuperior</string>
- <string>eightsuperior</string>
- <string>ninesuperior</string>
- <string>plussuperior</string>
- <string>minussuperior</string>
- <string>equalsuperior</string>
- <string>parenleftsuperior</string>
- <string>parenrightsuperior</string>
- <string>onehalf</string>
- <string>onequarter</string>
- <string>threequarters</string>
- <string>percent</string>
- <string>perthousand</string>
- <string>numero</string>
- <string>acute</string>
- <string>hungarumlaut</string>
- <string>grave</string>
- <string>dieresis</string>
- <string>casedieresis.cn</string>
- <string>circumflex</string>
- <string>tilde</string>
- <string>casetilde.cn</string>
- <string>macron</string>
- <string>breve</string>
- <string>dotaccent</string>
- <string>ring</string>
- <string>caron</string>
- <string>dieresistonos</string>
- <string>cedilla</string>
- <string>ogonek</string>
- <string>commaaccent</string>
- <string>acutecomb</string>
- <string>acutedblnosp</string>
- <string>gravecomb</string>
- <string>dblgravecmb</string>
- <string>macroncomb</string>
- <string>dieresisnosp</string>
- <string>brevenosp</string>
- <string>breveinvnosp</string>
- <string>hook</string>
- <string>circumflexnosp</string>
- <string>caroncmb</string>
- <string>tildecomb</string>
- <string>dotnosp</string>
- <string>ringnosp</string>
- <string>hornnosp</string>
- <string>ogoneknosp</string>
- <string>cedillanosp</string>
- <string>circumflexsubnosp</string>
- <string>brevesubnosp</string>
- <string>dotbelow</string>
- <string>commabelowcmb</string>
- <string>dotdblsubnosp</string>
- <string>ringsubnosp</string>
- <string>underscorenosp</string>
- <string>tildesubnosp</string>
- <string>enquad</string>
- <string>emquad</string>
- <string>enspace</string>
- <string>emspace</string>
- <string>thirdemspace</string>
- <string>quarteremspace</string>
- <string>sixthemspace</string>
- <string>figurespace</string>
- <string>punctuationspace</string>
- <string>thinspace</string>
- <string>hairspace</string>
- <string>zerowidthspace</string>
- <string>arrowleft</string>
- <string>arrowleft.case</string>
- <string>arrowleftlong</string>
- <string>arrowleftlong.case</string>
- <string>arrowup</string>
- <string>arrowright</string>
- <string>arrowright.case</string>
- <string>arrowrightlong</string>
- <string>arrowrightlong.case</string>
- <string>arrowdown</string>
- <string>arrowNW</string>
- <string>arrowNE</string>
- <string>arrowSE</string>
- <string>arrowSW</string>
- <string>dngb_check</string>
- <string>dngb_ballotx</string>
- <string>triagrt</string>
- <string>triagdn</string>
- <string>triagup</string>
- <string>blackleftpointingtriangle</string>
- <string>mu</string>
- <string>uni2009.fra</string>
- <string>overscoredblnosp</string>
- <string>uni215A</string>
- <string>uni215F</string>
- <string>tturn</string>
- <string>macronacutecomb</string>
- <string>crossbar</string>
- <string>uni006A.ccmp</string>
- <string>acutedotcomb.lc</string>
- <string>tildedieresiscomb.lc</string>
- <string>drthook</string>
- <string>qhook</string>
- <string>underscoredbl</string>
- <string>uni2151</string>
- <string>uni2150</string>
- <string>uni2152</string>
- <string>uni2155</string>
- <string>romanone</string>
- <string>uni2157</string>
- <string>uni2156</string>
- <string>nrthook</string>
- <string>estimated</string>
- <string>hturn</string>
- <string>degreecentigrade</string>
- <string>dieresisacutecomb.lc</string>
- <string>Gbar</string>
- <string>carondotcomb.lc</string>
- <string>aturn_uni02DE</string>
- <string>uni1FFD</string>
- <string>uni1FFE</string>
- <string>oopen</string>
- <string>Gsmallcaphook</string>
- <string>uni0346</string>
- <string>anglesupnosp</string>
- <string>romantwelve</string>
- <string>ringacute</string>
- <string>ubar</string>
- <string>uni1DD8</string>
- <string>uni1DD9</string>
- <string>uni1DD2</string>
- <string>uni1DD3</string>
- <string>uni1DD0</string>
- <string>uni1DD1</string>
- <string>circumflexgravecomb</string>
- <string>uni1DD4</string>
- <string>uni1DD5</string>
- <string>dieresiscaroncomb</string>
- <string>eng</string>
- <string>breveinvsubnosp</string>
- <string>commaturnsupnosp</string>
- <string>uni1DDB</string>
- <string>uni1DDC</string>
- <string>ringrighthalfsubnosp</string>
- <string>uni1DDF</string>
- <string>uni1DDD</string>
- <string>uni1DDE</string>
- <string>romanten</string>
- <string>degreefarenheit</string>
- <string>Upsilon2</string>
- <string>degreekelvin</string>
- <string>hturnlthook</string>
- <string>uni02AB</string>
- <string>uni02AC</string>
- <string>uni1FCD</string>
- <string>kappa1</string>
- <string>feng</string>
- <string>onethird</string>
- <string>vturn</string>
- <string>uni2159</string>
- <string>uni2158</string>
- <string>uni214F</string>
- <string>uni214D</string>
- <string>OEsmallcap</string>
- <string>tackupsubnosp</string>
- <string>uni2DFF</string>
- <string>glottalstopbarinv</string>
- <string>seagullsubnosp</string>
- <string>uni02EC</string>
- <string>afii300</string>
- <string>caronnosp</string>
- <string>romanfour</string>
- <string>macrongravecomb</string>
- <string>lmidtilde</string>
- <string>uni03F5</string>
- <string>uni03F6</string>
- <string>longs</string>
- <string>tonebarextrahighmod</string>
- <string>one.sup</string>
- <string>dieresismacroncomb</string>
- <string>trianglebullet</string>
- <string>Ysmallcap</string>
- <string>rrthook</string>
- <string>uni03FB</string>
- <string>uni03FC</string>
- <string>uni03FD</string>
- <string>uni03FE</string>
- <string>uni03FF</string>
- <string>iota1_uni02DE</string>
- <string>uni0373</string>
- <string>uni0372</string>
- <string>uni0371</string>
- <string>uni0370</string>
- <string>uni0377</string>
- <string>uni0376</string>
- <string>mturndescend</string>
- <string>gravesubnosp</string>
- <string>seveneighths</string>
- <string>undertie</string>
- <string>barmidshortnosp</string>
- <string>glottalstoprevinv</string>
- <string>L_bar</string>
- <string>uni037C</string>
- <string>uni037B</string>
- <string>uni037D</string>
- <string>interrobang</string>
- <string>primemod</string>
- <string>uni213B</string>
- <string>erev</string>
- <string>cstretch</string>
- <string>Btopbar</string>
- <string>Koppa</string>
- <string>commaturnedmod</string>
- <string>Thook</string>
- <string>commareversedmod</string>
- <string>ringhalfleft</string>
- <string>Rsmallcap</string>
- <string>five.frac</string>
- <string>Tonesix</string>
- <string>tavdages</string>
- <string>beta1</string>
- <string>uni204F</string>
- <string>uni204E</string>
- <string>uni204D</string>
- <string>uni204C</string>
- <string>uni204B</string>
- <string>uni204A</string>
- <string>jsuper</string>
- <string>epsilon1</string>
- <string>CR</string>
- <string>slashlongnosp</string>
- <string>exclam1</string>
- <string>Digamma</string>
- <string>candrabindunosp</string>
- <string>khook</string>
- <string>qofdagesh</string>
- <string>uni036A</string>
- <string>uni036B</string>
- <string>uni036C</string>
- <string>uni036D</string>
- <string>uni036E</string>
- <string>uni036F</string>
- <string>uni0249.ccmp</string>
- <string>uni20B7</string>
- <string>uni20B6</string>
- <string>uni20B0</string>
- <string>uni20BB</string>
- <string>tildedoublecmb</string>
- <string>breveinverteddoublecmb</string>
- <string>uni0362</string>
- <string>uni0363</string>
- <string>uni0364</string>
- <string>uni0365</string>
- <string>uni0366</string>
- <string>uni0367</string>
- <string>uni0368</string>
- <string>uni0369</string>
- <string>tildemidnosp</string>
- <string>uni01F6</string>
- <string>uni01F7</string>
- <string>glottalstopinv</string>
- <string>pertenthousand</string>
- <string>acutelowmod</string>
- <string>gravelowmod</string>
- <string>fourthtonechinese</string>
- <string>verticallinelowmod</string>
- <string>secondtonechinese</string>
- <string>Tonefive</string>
- <string>arrowheadupmod</string>
- <string>arrowheaddownmod</string>
- <string>arrowheadleftmod</string>
- <string>arrowheadrightmod</string>
- <string>glottalstopmod</string>
- <string>firsttonechinese</string>
- <string>five.sup</string>
- <string>uni021D</string>
- <string>uni0268.ccmp</string>
- <string>uni021C</string>
- <string>numeralgreeksub</string>
- <string>caronsubnosp</string>
- <string>uni205E</string>
- <string>uni205A</string>
- <string>uni205B</string>
- <string>uni205C</string>
- <string>schwahook</string>
- <string>uni0458.ccmp</string>
- <string>uni1E9D</string>
- <string>uni1E9F</string>
- <string>slongdotaccent</string>
- <string>slongstroke</string>
- <string>Dtopbar</string>
- <string>uni1EFE</string>
- <string>uni1EFD</string>
- <string>uni1EFF</string>
- <string>uni1EFA</string>
- <string>uni1EFC</string>
- <string>uni1EFB</string>
- <string>uni2058</string>
- <string>uni2059</string>
- <string>uni2054</string>
- <string>uni2055</string>
- <string>uni2056</string>
- <string>uni2057</string>
- <string>uni2050</string>
- <string>uni2051</string>
- <string>uni2052</string>
- <string>uni2053</string>
- <string>ascript_uni02DE</string>
- <string>tesh</string>
- <string>asterism</string>
- <string>philatin</string>
- <string>sixroman</string>
- <string>Trthook</string>
- <string>cyrillichookleft</string>
- <string>uni03D8</string>
- <string>uni03D9</string>
- <string>Upsilonhooksymbol</string>
- <string>thetasymbolgreek</string>
- <string>thook</string>
- <string>uni03D7</string>
- <string>rdescend</string>
- <string>uni27EF</string>
- <string>finaltsadi</string>
- <string>glottalstop</string>
- <string>lbelt</string>
- <string>uni0359</string>
- <string>uni0358</string>
- <string>epsilon1revclosed</string>
- <string>uni0355</string>
- <string>uni0354</string>
- <string>uni0357</string>
- <string>uni0356</string>
- <string>uni0351</string>
- <string>uni0350</string>
- <string>uni0353</string>
- <string>uni0352</string>
- <string>glottalstopreversedmod</string>
- <string>cadauna</string>
- <string>uni035E</string>
- <string>uni0220</string>
- <string>uni0223</string>
- <string>uni035F</string>
- <string>zhook</string>
- <string>uni0224</string>
- <string>uni035C</string>
- <string>uni035B</string>
- <string>digamma</string>
- <string>koppa</string>
- <string>ringhalfrightcentered</string>
- <string>colontriangularhalfmod</string>
- <string>colontriangularmod</string>
- <string>minusmod</string>
- <string>plusmod</string>
- <string>downtackmod</string>
- <string>linevertnosp</string>
- <string>eshlooprev</string>
- <string>verticalbardbl</string>
- <string>romaneleven</string>
- <string>Iota1</string>
- <string>uniA69F</string>
- <string>lsquare</string>
- <string>carondotcomb</string>
- <string>rhotichookmod</string>
- <string>uni1DCE</string>
- <string>uni1DD6</string>
- <string>uni1DD7</string>
- <string>oneeighth</string>
- <string>linevertsubnosp</string>
- <string>mcapturn</string>
- <string>zbar</string>
- <string>Rx</string>
- <string>uni205D</string>
- <string>spaceopenbox</string>
- <string>shindagesh</string>
- <string>uni034B</string>
- <string>uni034C</string>
- <string>uni034A</string>
- <string>uni034F</string>
- <string>uni034D</string>
- <string>uni034E</string>
- <string>ibar</string>
- <string>uni0348</string>
- <string>uni0349</string>
- <string>reverseddblprime</string>
- <string>perispomenigreekcmb</string>
- <string>koroniscmb</string>
- <string>uni0347</string>
- <string>tcurl</string>
- <string>lcurl</string>
- <string>ncurl</string>
- <string>nlfthook</string>
- <string>uni0238</string>
- <string>uni0239</string>
- <string>tackdownsubnosp</string>
- <string>Fhook</string>
- <string>uni02EA</string>
- <string>uni02EB</string>
- <string>uni2071.ccmp</string>
- <string>uni02ED</string>
- <string>uni02EF</string>
- <string>schwa</string>
- <string>glottalstopreversedsuperior</string>
- <string>six.sup</string>
- <string>tonebarhighmod</string>
- <string>tonebarmidmod</string>
- <string>tonebarlowmod</string>
- <string>tonebarextralowmod</string>
- <string>Fturn</string>
- <string>uni023F</string>
- <string>uni023E</string>
- <string>uni023B</string>
- <string>uni023C</string>
- <string>afii61664</string>
- <string>uni1DC6</string>
- <string>babygamma</string>
- <string>Vcursive</string>
- <string>careof</string>
- <string>phi1</string>
- <string>breveacutecomb</string>
- <string>mhook</string>
- <string>wynn</string>
- <string>rturn</string>
- <string>referencemark</string>
- <string>Ghook</string>
- <string>overscorenosp</string>
- <string>commaaboverightcomb</string>
- <string>versicle</string>
- <string>hyphen__</string>
- <string>diaeresistonosnosp</string>
- <string>stigma</string>
- <string>afii57596</string>
- <string>afii57598</string>
- <string>uni2B4E</string>
- <string>uni2B4F</string>
- <string>rturnascend</string>
- <string>romanfivehundred</string>
- <string>uni0069.ccmp</string>
- <string>caret</string>
- <string>qrthook</string>
- <string>Q_rthook</string>
- <string>uni024F</string>
- <string>uni024E</string>
- <string>uni024D</string>
- <string>caretinsertionpoint</string>
- <string>bridgesubnosp</string>
- <string>uni0243</string>
- <string>uni0242</string>
- <string>uni0241</string>
- <string>uni0240</string>
- <string>uni0247</string>
- <string>uni0246</string>
- <string>uni0245</string>
- <string>uni0244</string>
- <string>uni0249</string>
- <string>uni0248</string>
- <string>accountof</string>
- <string>uni02F9</string>
- <string>uni02F8</string>
- <string>uni02F5</string>
- <string>uni02F4</string>
- <string>uni02F7</string>
- <string>uni02F6</string>
- <string>uni02F1</string>
- <string>uni02F0</string>
- <string>uni02F3</string>
- <string>uni02F2</string>
- <string>dotmacroncomb.lc</string>
- <string>fiveeighths</string>
- <string>zcurl</string>
- <string>uni02FE</string>
- <string>uni02FD</string>
- <string>uni02FF</string>
- <string>uni02FA</string>
- <string>uni02FC</string>
- <string>uni02FB</string>
- <string>angstrom</string>
- <string>macrongravecomb.lc</string>
- <string>macronsubnosp</string>
- <string>ringlefthalfsubnosp</string>
- <string>Lsmallcap</string>
- <string>squaresubnosp</string>
- <string>Schwa</string>
- <string>uni2B5B</string>
- <string>uni2B5C</string>
- <string>uni2B5A</string>
- <string>uni2B5F</string>
- <string>uni2B5D</string>
- <string>uni2B5E</string>
- <string>uni024C</string>
- <string>three.sup</string>
- <string>oi</string>
- <string>Tonetwo</string>
- <string>henghook</string>
- <string>two.sup</string>
- <string>o_uni02DE</string>
- <string>finalmem</string>
- <string>uni012F.ccmp</string>
- <string>Gsmallcap</string>
- <string>Esh</string>
- <string>zero.sup</string>
- <string>acutedotcomb</string>
- <string>dieresismacroncomb.lc</string>
- <string>brevegravecomb</string>
- <string>circumflexacutecomb</string>
- <string>Rsmallcapinv</string>
- <string>zerowidthjoiner</string>
- <string>ts</string>
- <string>tonesix</string>
- <string>twothirds</string>
- <string>uni1F16B</string>
- <string>pisymbolgreek</string>
- <string>uni1F16A</string>
- <string>dieresisgravecomb.lc</string>
- <string>tonefive</string>
- <string>tildedieresiscomb</string>
- <string>tel</string>
- <string>commasuprevnosp</string>
- <string>hyphennobreak</string>
- <string>archdblsubnosp</string>
- <string>hsuper</string>
- <string>deltaturn</string>
- <string>published</string>
- <string>wsuper</string>
- <string>macronacutecomb.lc</string>
- <string>oopen_uni02DE</string>
- <string>four.frac</string>
- <string>hhook</string>
- <string>onedotleader</string>
- <string>plussubnosp</string>
- <string>largerighthook</string>
- <string>dtopbar</string>
- <string>romanthree</string>
- <string>uni1DCF</string>
- <string>uni1DCD</string>
- <string>uni1DCC</string>
- <string>uni1DCB</string>
- <string>uni1DCA</string>
- <string>uniE001</string>
- <string>Nhook</string>
- <string>tildemacroncomb.lc</string>
- <string>response</string>
- <string>iota1</string>
- <string>uni1DC9</string>
- <string>uni1DC8</string>
- <string>uni1DC7</string>
- <string>uni1DC5</string>
- <string>uni1DC4</string>
- <string>uni1DC3</string>
- <string>uni1DC2</string>
- <string>uni1DC1</string>
- <string>uni1DC0</string>
- <string>uniFE28</string>
- <string>hooksubretronosp</string>
- <string>circumflexhookcomb</string>
- <string>ghook</string>
- <string>Eturn</string>
- <string>primerev1</string>
- <string>Eng</string>
- <string>macrondieresiscomb.lc</string>
- <string>trthook</string>
- <string>twodotleader</string>
- <string>romannine</string>
- <string>epsilonclosed</string>
- <string>uni1FBD</string>
- <string>omegacyrillic</string>
- <string>Omegacyrillic</string>
- <string>yuslittlecyrillic</string>
- <string>Yuslittlecyrillic</string>
- <string>eiotifiedcyrillic</string>
- <string>Eiotifiedcyrillic</string>
- <string>yuslittleiotifiedcyrillic</string>
- <string>Yuslittleiotifiedcyrillic</string>
- <string>four.sup</string>
- <string>jcrosstail</string>
- <string>hhooksuper</string>
- <string>Yusbigiotifiedcyrillic</string>
- <string>yusbigcyrillic</string>
- <string>Yusbigcyrillic</string>
- <string>ksicyrillic</string>
- <string>Ksicyrillic</string>
- <string>yusbigiotifiedcyrillic</string>
- <string>brevetildecomb</string>
- <string>tildeacutecomb.lc</string>
- <string>nine.frac</string>
- <string>uni0456.ccmp</string>
- <string>romanthousand</string>
- <string>macronsub</string>
- <string>ccurl</string>
- <string>bullseye</string>
- <string>dasiaoxia</string>
- <string>dieresiscaroncomb.lc</string>
- <string>ascriptturn</string>
- <string>jdotlessbar</string>
- <string>uni1DBF</string>
- <string>glottalstopbarrev</string>
- <string>cyrillichook</string>
- <string>ezh</string>
- <string>ezhcurl</string>
- <string>srthook</string>
- <string>Chook</string>
- <string>uni1DE9</string>
- <string>nine.sup</string>
- <string>kturn</string>
- <string>Istroke</string>
- <string>Omegaroundcyrillic</string>
- <string>omegaroundcyrillic</string>
- <string>Omegatitlocyrillic</string>
- <string>omegatitlocyrillic</string>
- <string>Otcyrillic</string>
- <string>otcyrillic</string>
- <string>mturn</string>
- <string>uni1DE4</string>
- <string>gcursive</string>
- <string>yturn</string>
- <string>uni035D</string>
- <string>uni035A</string>
- <string>tccurl</string>
- <string>quotedblreversed</string>
- <string>Rturnsuper</string>
- <string>uni1FCE</string>
- <string>uni1FCF</string>
- <string>upsilonlatin</string>
- <string>uni1FC1</string>
- <string>uni1FC0</string>
- <string>dieresisacutecomb</string>
- <string>ringhalfleftcentered</string>
- <string>omegaclosed</string>
- <string>uni1DE2</string>
- <string>rturnrthook</string>
- <string>gbar</string>
- <string>OI</string>
- <string>xsupnosp</string>
- <string>ascriptturn_uni02DE</string>
- <string>sampi</string>
- <string>epsilon1revclosed_uni02DE</string>
- <string>eshshortrev</string>
- <string>ounce</string>
- <string>phook</string>
- <string>vscript</string>
- <string>acuterightnosp</string>
- <string>barmidlongnosp</string>
- <string>tildevertsupnosp</string>
- <string>dotmacroncomb</string>
- <string>linevertdblnosp</string>
- <string>uni03F3.ccmp</string>
- <string>macrondieresiscomb</string>
- <string>jhookdblbar</string>
- <string>six.frac</string>
- <string>seven.frac</string>
- <string>overline</string>
- <string>ascript</string>
- <string>seven.sup</string>
- <string>threeeighths</string>
- <string>uni03CF</string>
- <string>uni20DC</string>
- <string>uni20DB</string>
- <string>romansix</string>
- <string>uni1FBF</string>
- <string>uni1FBE</string>
- <string>romaneight</string>
- <string>bhook</string>
- <string>Dhook</string>
- <string>Dbar1</string>
- <string>zrthook</string>
- <string>zero.frac</string>
- <string>charactertie</string>
- <string>Stigma</string>
- <string>epsilon1rev</string>
- <string>Epsilon1</string>
- <string>Gamma1</string>
- <string>iotasubnosp</string>
- <string>dieresisgravecomb</string>
- <string>tildemacroncomb</string>
- <string>uni0221</string>
- <string>gamma1</string>
- <string>pipedblbar</string>
- <string>YR</string>
- <string>kgreenlandic</string>
- <string>uni2182</string>
- <string>uni2183</string>
- <string>uni2180</string>
- <string>uni2181</string>
- <string>uni2186</string>
- <string>uni2187</string>
- <string>uni2184</string>
- <string>uni2185</string>
- <string>uni2188</string>
- <string>uni0222</string>
- <string>romanseven</string>
- <string>btopbar</string>
- <string>aturn</string>
- <string>Zbar</string>
- <string>rfishhookrev</string>
- <string>uni1FEF</string>
- <string>uni1FEE</string>
- <string>uni1FED</string>
- <string>uniA7FF</string>
- <string>uni2189</string>
- <string>xsuper</string>
- <string>tackleftsubnosp</string>
- <string>eurocurrency</string>
- <string>uni20E8</string>
- <string>rho1</string>
- <string>uni20E3</string>
- <string>dblapostrophe</string>
- <string>glottalstopbar</string>
- <string>Yhook</string>
- <string>minussubnosp</string>
- <string>rturnsuper</string>
- <string>linevert</string>
- <string>Phook</string>
- <string>addresssubject</string>
- <string>eight.frac</string>
- <string>primetriplerev1</string>
- <string>uni217F</string>
- <string>uni217E</string>
- <string>uni217D</string>
- <string>uni217C</string>
- <string>twelveroman</string>
- <string>elevenroman</string>
- <string>lambdabar</string>
- <string>rfishhook</string>
- <string>pipe</string>
- <string>tenroman</string>
- <string>nineroman</string>
- <string>eightroman</string>
- <string>sevenroman</string>
- <string>dzcurl</string>
- <string>fiveroman</string>
- <string>fourroman</string>
- <string>threeroman</string>
- <string>tworoman</string>
- <string>oneroman</string>
- <string>circumflextildecomb</string>
- <string>underscoredblnosp</string>
- <string>ysuper</string>
- <string>tackrightsubnosp</string>
- <string>rsuper</string>
- <string>Sampi</string>
- <string>uni2C7F</string>
- <string>uni1DDA</string>
- <string>koppacyrillic</string>
- <string>Koppacyrillic</string>
- <string>titlocyrilliccmb</string>
- <string>thousandcyrillic</string>
- <string>dasiapneumatacyrilliccmb</string>
- <string>palatalizationcyrilliccmb</string>
- <string>uni0487</string>
- <string>psilipneumatacyrilliccmb</string>
- <string>uni0489</string>
- <string>uni0488</string>
- <string>bbar</string>
- <string>dhook</string>
- <string>uni20F0</string>
- <string>eshcurl</string>
- <string>quotereversed</string>
- <string>romanfive</string>
- <string>tonetwo</string>
- <string>uni1FDD</string>
- <string>uni1FDE</string>
- <string>uni1FDF</string>
- <string>slashshortnosp</string>
- <string>twostroke</string>
- <string>ezhtail</string>
- <string>uni1DF0</string>
- <string>uni1DF1</string>
- <string>uni1DF2</string>
- <string>uni1DF3</string>
- <string>uni1DF4</string>
- <string>uni1DF5</string>
- <string>caronbelowcmb</string>
- <string>acutesubnosp</string>
- <string>romantwo</string>
- <string>eight.sup</string>
- <string>finalkaf</string>
- <string>uni1DFC</string>
- <string>uni1DFD</string>
- <string>uni1DFE</string>
- <string>uni1DFF</string>
- <string>romanhundred</string>
- <string>dblprimemod</string>
- <string>Ezhreversed</string>
- <string>ezhreversed</string>
- <string>Ezh</string>
- <string>romanfifty</string>
- <string>ringhalfright</string>
- <string>Ismallcap</string>
- <string>graveleftnosp</string>
- <string>uptackmod</string>
- <string>hyphendot</string>
- <string>uniFE29</string>
- <string>epsilon1revhook</string>
- <string>uniFE20</string>
- <string>uniFE21</string>
- <string>uniFE22</string>
- <string>uniFE23</string>
- <string>uniFE24</string>
- <string>uniFE25</string>
- <string>uniFE26</string>
- <string>uniFE27</string>
- <string>lyogh</string>
- <string>uniFE2A</string>
- <string>uniFE2B</string>
- <string>uniFE2C</string>
- <string>uniFE2D</string>
- <string>brevehookcomb</string>
- <string>gammasuper</string>
- <string>chook</string>
- <string>Nsmallcap</string>
- <string>Oopen</string>
- <string>uni2098</string>
- <string>uni2099</string>
- <string>uni2090</string>
- <string>uni2091</string>
- <string>uni2092</string>
- <string>uni2093</string>
- <string>uni2094</string>
- <string>uni2095</string>
- <string>uni2096</string>
- <string>uni2097</string>
- <string>uni02B2.ccmp</string>
- <string>bridgeinvsubnosp</string>
- <string>lbar</string>
- <string>tpalatalhook</string>
- <string>Bhook</string>
- <string>uni209A</string>
- <string>uni209B</string>
- <string>uni209C</string>
- <string>numeralgreek</string>
- <string>commaaccentrotate</string>
- <string>esh</string>
- <string>cyrillictic</string>
- <string>uni1DEE</string>
- <string>uni1DED</string>
- <string>uni1DEF</string>
- <string>uni1DEA</string>
- <string>uni1DEC</string>
- <string>uni1DEB</string>
- <string>pipedbl</string>
- <string>yhook</string>
- <string>uni029D.ccmp</string>
- <string>wturn</string>
- <string>hv</string>
- <string>controlHT</string>
- <string>uni1DE8</string>
- <string>uni1DE5</string>
- <string>dyogh</string>
- <string>uni1DE7</string>
- <string>uni1DE6</string>
- <string>uni1DE1</string>
- <string>uni1DE0</string>
- <string>uni1DE3</string>
- <string>controlSOT</string>
- <string>uniA92E</string>
- <string>commaabovecmb</string>
- <string>commaaboverightcmb</string>
- <string>hooksubpalatnosp</string>
- <string>ezhcaron</string>
- <string>Ezhcaron</string>
- <string>tildeacutecomb</string>
- <string>diamondwhite_x</string>
- <string>diamondwhite</string>
- <string>diamondblack_x</string>
- <string>diamondblack</string>
- <string>placeofinterestsign</string>
- <string>.notdef</string>
- <string>circleblack</string>
- <string>circlewhite</string>
- </array>
- <key>type</key>
- <string>glyphList</string>
- </dict>
- </array>
- <key>org.robofab.componentMapping</key>
- <dict>
- </dict>
- <key>public.glyphOrder</key>
- <array>
- <string>.null</string>
- <string>space</string>
- <string>A</string>
- <string>Adieresis</string>
- <string>Atilde</string>
- <string>uni023A</string>
- <string>Lambda</string>
- <string>AE</string>
- <string>B</string>
- <string>C</string>
- <string>D</string>
- <string>E</string>
- <string>OE</string>
- <string>F</string>
- <string>G</string>
- <string>H</string>
- <string>Hcedilla</string>
- <string>Hbar</string>
- <string>uni04C9</string>
- <string>I</string>
- <string>Idieresis</string>
- <string>Idieresisacute</string>
- <string>Itildebelow</string>
- <string>J</string>
- <string>K</string>
- <string>Kacyr</string>
- <string>Khook</string>
- <string>L</string>
- <string>L_slash</string>
- <string>M</string>
- <string>uni04CD</string>
- <string>N</string>
- <string>afii10026</string>
- <string>uni048A</string>
- <string>O</string>
- <string>Odieresis</string>
- <string>Otilde</string>
- <string>Oslash</string>
- <string>Ohorn</string>
- <string>Theta</string>
- <string>P</string>
- <string>uni048E</string>
- <string>Q</string>
- <string>R</string>
- <string>S</string>
- <string>Germandbls</string>
- <string>T</string>
- <string>U</string>
- <string>Uhorn</string>
- <string>V</string>
- <string>W</string>
- <string>X</string>
- <string>Y</string>
- <string>Z</string>
- <string>Thorn</string>
- <string>Gamma</string>
- <string>Delta</string>
- <string>Xi</string>
- <string>Pi</string>
- <string>Sigma</string>
- <string>Phi</string>
- <string>Psi</string>
- <string>Omega</string>
- <string>afii10018</string>
- <string>afii10050</string>
- <string>uni04FA</string>
- <string>afii10021</string>
- <string>afii10024</string>
- <string>Zhedescendercyrillic</string>
- <string>afii10025</string>
- <string>Kadescendercyrillic</string>
- <string>Kaverticalstrokecyrillic</string>
- <string>Kabashkircyrillic</string>
- <string>Kahookcyrillic</string>
- <string>afii10029</string>
- <string>uni04C5</string>
- <string>Enhookcyrillic</string>
- <string>Endescendercyrillic</string>
- <string>Enghecyrillic</string>
- <string>afii10147</string>
- <string>afii10145</string>
- <string>afii10037</string>
- <string>afii10038</string>
- <string>Hadescendercyrillic</string>
- <string>uni04FC</string>
- <string>afii10040</string>
- <string>Tetsecyrillic</string>
- <string>afii10041</string>
- <string>Chedescendercyrillic</string>
- <string>Cheverticalstrokecyrillic</string>
- <string>Shhacyrillic</string>
- <string>afii10060</string>
- <string>afii10042</string>
- <string>afii10043</string>
- <string>afii10044</string>
- <string>afii10045</string>
- <string>afii10046</string>
- <string>afii10058</string>
- <string>afii10059</string>
- <string>afii10047</string>
- <string>afii10048</string>
- <string>afii10049</string>
- <string>Ghemiddlehookcyrillic</string>
- <string>Pemiddlehookcyrillic</string>
- <string>afii10053</string>
- <string>Haabkhasiancyrillic</string>
- <string>Cheabkhasiancyrillic</string>
- <string>Schwacyrillic</string>
- <string>Dzeabkhasiancyrillic</string>
- <string>afii10148</string>
- <string>afii10051</string>
- <string>a</string>
- <string>adieresis</string>
- <string>atilde</string>
- <string>a_uni02DE</string>
- <string>ae</string>
- <string>leftloop.cn</string>
- <string>rightloop.cn</string>
- <string>b</string>
- <string>c</string>
- <string>d</string>
- <string>dcroat</string>
- <string>e</string>
- <string>edieresis</string>
- <string>f</string>
- <string>g</string>
- <string>h</string>
- <string>hcedilla</string>
- <string>hturnhook2</string>
- <string>dotlessi</string>
- <string>i</string>
- <string>idieresis</string>
- <string>idieresisacute</string>
- <string>itilde</string>
- <string>itildebelow</string>
- <string>dotlessj</string>
- <string>j</string>
- <string>k</string>
- <string>l</string>
- <string>lslash</string>
- <string>lrthook</string>
- <string>m</string>
- <string>n</string>
- <string>ntilde</string>
- <string>o</string>
- <string>odieresis</string>
- <string>otilde</string>
- <string>oslash</string>
- <string>ohorn</string>
- <string>oe</string>
- <string>p</string>
- <string>q</string>
- <string>r</string>
- <string>s</string>
- <string>germandbls</string>
- <string>t</string>
- <string>u</string>
- <string>udieresis</string>
- <string>utilde</string>
- <string>uhorn</string>
- <string>v</string>
- <string>w</string>
- <string>wdieresis</string>
- <string>x</string>
- <string>y</string>
- <string>ydieresis</string>
- <string>z</string>
- <string>eth</string>
- <string>thorn</string>
- <string>alpha</string>
- <string>beta</string>
- <string>gamma</string>
- <string>delta</string>
- <string>epsilon</string>
- <string>zeta</string>
- <string>eta</string>
- <string>theta</string>
- <string>iota</string>
- <string>lambda</string>
- <string>xi</string>
- <string>pi</string>
- <string>rho</string>
- <string>sigma1</string>
- <string>sigma</string>
- <string>tau</string>
- <string>upsilon</string>
- <string>phi</string>
- <string>psi</string>
- <string>omega</string>
- <string>tonos</string>
- <string>becyrillic</string>
- <string>vecyrillic</string>
- <string>gecyrillic</string>
- <string>gheupturncyrillic</string>
- <string>uni04FB</string>
- <string>decyrillic</string>
- <string>zhecyrillic</string>
- <string>zhedescendercyrillic</string>
- <string>zecyrillic</string>
- <string>iicyrillic</string>
- <string>uni048B</string>
- <string>kacyrillic</string>
- <string>kahookcyrillic</string>
- <string>kadescendercyrillic</string>
- <string>kaverticalstrokecyrillic</string>
- <string>kabashkircyrillic</string>
- <string>elcyrillic</string>
- <string>uni04C6</string>
- <string>uni052F</string>
- <string>emcyrillic</string>
- <string>uni04CE</string>
- <string>encyrillic</string>
- <string>endescendercyrillic</string>
- <string>enghecyrillic</string>
- <string>enhookcyrillic</string>
- <string>uni04CA</string>
- <string>fitacyrillic</string>
- <string>pecyrillic</string>
- <string>uni048F</string>
- <string>tecyrillic</string>
- <string>efcyrillic</string>
- <string>uni04FD</string>
- <string>hadescendercyrillic</string>
- <string>tsecyrillic</string>
- <string>dzhecyrillic</string>
- <string>checyrillic</string>
- <string>chedescendercyrillic</string>
- <string>cheverticalstrokecyrillic</string>
- <string>shacyrillic</string>
- <string>shchacyrillic</string>
- <string>hardsigncyrillic</string>
- <string>yericyrillic</string>
- <string>uni048D</string>
- <string>yatcyrillic</string>
- <string>softsigncyrillic</string>
- <string>ljecyrillic</string>
- <string>njecyrillic</string>
- <string>ereversedcyrillic</string>
- <string>iucyrillic</string>
- <string>iacyrillic</string>
- <string>ghemiddlehookcyrillic</string>
- <string>pemiddlehookcyrillic</string>
- <string>djecyrillic</string>
- <string>tshecyrillic</string>
- <string>ecyrillic</string>
- <string>haabkhasiancyrillic</string>
- <string>tetsecyrillic</string>
- <string>cheabkhasiancyrillic</string>
- <string>dzeabkhasiancyrillic</string>
- <string>izhitsacyrillic</string>
- <string>dz</string>
- <string>Dzcaron_</string>
- <string>dzcaron</string>
- <string>dollar</string>
- <string>cent</string>
- <string>yen</string>
- <string>sterling</string>
- <string>florin</string>
- <string>uni20BA</string>
- <string>uni20BD</string>
- <string>Euro</string>
- <string>uni20B9</string>
- <string>tenge</string>
- <string>peseta</string>
- <string>peso</string>
- <string>kip</string>
- <string>won</string>
- <string>lira</string>
- <string>austral</string>
- <string>hryvnia</string>
- <string>naira</string>
- <string>guarani</string>
- <string>coloncurrency</string>
- <string>cedi</string>
- <string>cruzeiro</string>
- <string>tugrik</string>
- <string>uni20AF</string>
- <string>mill</string>
- <string>afii57636</string>
- <string>manat</string>
- <string>rupee</string>
- <string>lari</string>
- <string>zero</string>
- <string>zero.tnum</string>
- <string>zero.slash</string>
- <string>zero.tnum.slash</string>
- <string>one</string>
- <string>one.1</string>
- <string>one.tnum</string>
- <string>one.tnum.1</string>
- <string>two</string>
- <string>two.tnum</string>
- <string>three</string>
- <string>three.tnum</string>
- <string>four</string>
- <string>four.1</string>
- <string>four.tnum</string>
- <string>four.tnum.1</string>
- <string>five</string>
- <string>five.tnum</string>
- <string>six</string>
- <string>six.1</string>
- <string>six.tnum</string>
- <string>six.tnum.1</string>
- <string>seven</string>
- <string>seven.tnum</string>
- <string>eight</string>
- <string>eight.tnum</string>
- <string>nine</string>
- <string>nine.tnum</string>
- <string>nine.1</string>
- <string>nine.tnum.1</string>
- <string>ampersand</string>
- <string>exclam</string>
- <string>exclamdown</string>
- <string>question</string>
- <string>questiondown</string>
- <string>parenleft</string>
- <string>parenleft.case</string>
- <string>parenright</string>
- <string>parenright.case</string>
- <string>bracketleft</string>
- <string>bracketleft.case</string>
- <string>bracketleft_quill</string>
- <string>bracketright</string>
- <string>bracketright.case</string>
- <string>bracketright_quill</string>
- <string>braceleft</string>
- <string>braceleft.case</string>
- <string>braceright</string>
- <string>braceright.case</string>
- <string>at</string>
- <string>at.case</string>
- <string>numbersign</string>
- <string>currency</string>
- <string>slash</string>
- <string>bar</string>
- <string>brokenbar</string>
- <string>backslash</string>
- <string>hyphenbullet</string>
- <string>hyphen</string>
- <string>hyphen.case</string>
- <string>endash</string>
- <string>endash.case</string>
- <string>figuredash</string>
- <string>figuredash.case</string>
- <string>emdash</string>
- <string>emdash.case</string>
- <string>bullet</string>
- <string>bullet.case</string>
- <string>quoteleft</string>
- <string>quoteright</string>
- <string>primetripl1</string>
- <string>quotesingle</string>
- <string>quotedbl</string>
- <string>quotedblleft</string>
- <string>quotedblright</string>
- <string>quotedblbase</string>
- <string>quotesinglbase</string>
- <string>comma</string>
- <string>comma.tnum</string>
- <string>period</string>
- <string>period.tnum</string>
- <string>ellipsis</string>
- <string>colon</string>
- <string>colon.case</string>
- <string>semicolon</string>
- <string>guilsinglleft</string>
- <string>guilsinglright</string>
- <string>guillemotleft</string>
- <string>guillemotright</string>
- <string>less</string>
- <string>greater</string>
- <string>lessequal</string>
- <string>greaterequal</string>
- <string>equal</string>
- <string>equal.case</string>
- <string>notequal</string>
- <string>notequal.case</string>
- <string>plus</string>
- <string>plus.case</string>
- <string>minus</string>
- <string>minus.case</string>
- <string>multiply</string>
- <string>multiply.case</string>
- <string>divide</string>
- <string>divide.case</string>
- <string>plusminus</string>
- <string>plusminus.case</string>
- <string>approxequal</string>
- <string>asciitilde</string>
- <string>logicalnot</string>
- <string>periodcentered</string>
- <string>anoteleia</string>
- <string>questiongreek</string>
- <string>underscore</string>
- <string>dagger</string>
- <string>daggerdbl</string>
- <string>asciicircum</string>
- <string>asterisk</string>
- <string>asterisk.case</string>
- <string>registered</string>
- <string>trademark</string>
- <string>servicemark</string>
- <string>degree</string>
- <string>ordfeminine</string>
- <string>ordmasculine</string>
- <string>isuperior</string>
- <string>nsuperior</string>
- <string>paragraph</string>
- <string>section</string>
- <string>copyright</string>
- <string>infinity</string>
- <string>partialdiff</string>
- <string>summation</string>
- <string>product</string>
- <string>integral</string>
- <string>radical</string>
- <string>lozenge</string>
- <string>fraction</string>
- <string>zerosub</string>
- <string>oneinferior</string>
- <string>twosub</string>
- <string>threesub</string>
- <string>foursub</string>
- <string>fivesub</string>
- <string>sixinferior</string>
- <string>sevensub</string>
- <string>eightsub</string>
- <string>nineinferior</string>
- <string>plussub</string>
- <string>minussub</string>
- <string>equalsub</string>
- <string>parenleftinferior</string>
- <string>parenrightsub</string>
- <string>zerosuperior</string>
- <string>onesuperior</string>
- <string>twosuperior</string>
- <string>threesuperior</string>
- <string>foursuperior</string>
- <string>fivesuperior</string>
- <string>sixsuperior</string>
- <string>sevensuperior</string>
- <string>eightsuperior</string>
- <string>ninesuperior</string>
- <string>plussuperior</string>
- <string>minussuperior</string>
- <string>equalsuperior</string>
- <string>parenleftsuperior</string>
- <string>parenrightsuperior</string>
- <string>onehalf</string>
- <string>onequarter</string>
- <string>threequarters</string>
- <string>percent</string>
- <string>perthousand</string>
- <string>numero</string>
- <string>acute</string>
- <string>hungarumlaut</string>
- <string>grave</string>
- <string>dieresis</string>
- <string>casedieresis.cn</string>
- <string>circumflex</string>
- <string>tilde</string>
- <string>casetilde.cn</string>
- <string>macron</string>
- <string>breve</string>
- <string>dotaccent</string>
- <string>ring</string>
- <string>caron</string>
- <string>dieresistonos</string>
- <string>cedilla</string>
- <string>ogonek</string>
- <string>commaaccent</string>
- <string>acutecomb</string>
- <string>acutedblnosp</string>
- <string>gravecomb</string>
- <string>dblgravecmb</string>
- <string>macroncomb</string>
- <string>dieresisnosp</string>
- <string>brevenosp</string>
- <string>breveinvnosp</string>
- <string>hook</string>
- <string>circumflexnosp</string>
- <string>caroncmb</string>
- <string>tildecomb</string>
- <string>dotnosp</string>
- <string>ringnosp</string>
- <string>hornnosp</string>
- <string>ogoneknosp</string>
- <string>cedillanosp</string>
- <string>circumflexsubnosp</string>
- <string>brevesubnosp</string>
- <string>dotbelow</string>
- <string>commabelowcmb</string>
- <string>dotdblsubnosp</string>
- <string>ringsubnosp</string>
- <string>underscorenosp</string>
- <string>tildesubnosp</string>
- <string>enquad</string>
- <string>emquad</string>
- <string>enspace</string>
- <string>emspace</string>
- <string>thirdemspace</string>
- <string>quarteremspace</string>
- <string>sixthemspace</string>
- <string>figurespace</string>
- <string>punctuationspace</string>
- <string>thinspace</string>
- <string>hairspace</string>
- <string>zerowidthspace</string>
- <string>arrowleft</string>
- <string>arrowleft.case</string>
- <string>arrowleftlong</string>
- <string>arrowleftlong.case</string>
- <string>arrowup</string>
- <string>arrowright</string>
- <string>arrowright.case</string>
- <string>arrowrightlong</string>
- <string>arrowrightlong.case</string>
- <string>arrowdown</string>
- <string>arrowNW</string>
- <string>arrowNE</string>
- <string>arrowSE</string>
- <string>arrowSW</string>
- <string>dngb_check</string>
- <string>dngb_ballotx</string>
- <string>triagrt</string>
- <string>triagdn</string>
- <string>triagup</string>
- <string>blackleftpointingtriangle</string>
- <string>mu</string>
- <string>uni2009.fra</string>
- <string>overscoredblnosp</string>
- <string>uni215A</string>
- <string>uni215F</string>
- <string>tturn</string>
- <string>macronacutecomb</string>
- <string>crossbar</string>
- <string>uni006A.ccmp</string>
- <string>acutedotcomb.lc</string>
- <string>tildedieresiscomb.lc</string>
- <string>drthook</string>
- <string>qhook</string>
- <string>underscoredbl</string>
- <string>uni2151</string>
- <string>uni2150</string>
- <string>uni2152</string>
- <string>uni2155</string>
- <string>romanone</string>
- <string>uni2157</string>
- <string>uni2156</string>
- <string>nrthook</string>
- <string>estimated</string>
- <string>hturn</string>
- <string>degreecentigrade</string>
- <string>dieresisacutecomb.lc</string>
- <string>Gbar</string>
- <string>carondotcomb.lc</string>
- <string>aturn_uni02DE</string>
- <string>uni1FFD</string>
- <string>uni1FFE</string>
- <string>oopen</string>
- <string>Gsmallcaphook</string>
- <string>uni0346</string>
- <string>anglesupnosp</string>
- <string>romantwelve</string>
- <string>ringacute</string>
- <string>ubar</string>
- <string>uni1DD8</string>
- <string>uni1DD9</string>
- <string>uni1DD2</string>
- <string>uni1DD3</string>
- <string>uni1DD0</string>
- <string>uni1DD1</string>
- <string>circumflexgravecomb</string>
- <string>uni1DD4</string>
- <string>uni1DD5</string>
- <string>dieresiscaroncomb</string>
- <string>eng</string>
- <string>breveinvsubnosp</string>
- <string>commaturnsupnosp</string>
- <string>uni1DDB</string>
- <string>uni1DDC</string>
- <string>ringrighthalfsubnosp</string>
- <string>uni1DDF</string>
- <string>uni1DDD</string>
- <string>uni1DDE</string>
- <string>romanten</string>
- <string>degreefarenheit</string>
- <string>Upsilon2</string>
- <string>degreekelvin</string>
- <string>hturnlthook</string>
- <string>uni02AB</string>
- <string>uni02AC</string>
- <string>uni1FCD</string>
- <string>kappa1</string>
- <string>feng</string>
- <string>onethird</string>
- <string>vturn</string>
- <string>uni2159</string>
- <string>uni2158</string>
- <string>uni214F</string>
- <string>uni214D</string>
- <string>OEsmallcap</string>
- <string>tackupsubnosp</string>
- <string>uni2DFF</string>
- <string>glottalstopbarinv</string>
- <string>seagullsubnosp</string>
- <string>uni02EC</string>
- <string>afii300</string>
- <string>caronnosp</string>
- <string>romanfour</string>
- <string>macrongravecomb</string>
- <string>lmidtilde</string>
- <string>uni03F5</string>
- <string>uni03F6</string>
- <string>longs</string>
- <string>tonebarextrahighmod</string>
- <string>one.sup</string>
- <string>dieresismacroncomb</string>
- <string>trianglebullet</string>
- <string>Ysmallcap</string>
- <string>rrthook</string>
- <string>uni03FB</string>
- <string>uni03FC</string>
- <string>uni03FD</string>
- <string>uni03FE</string>
- <string>uni03FF</string>
- <string>iota1_uni02DE</string>
- <string>uni0373</string>
- <string>uni0372</string>
- <string>uni0371</string>
- <string>uni0370</string>
- <string>uni0377</string>
- <string>uni0376</string>
- <string>mturndescend</string>
- <string>gravesubnosp</string>
- <string>seveneighths</string>
- <string>undertie</string>
- <string>barmidshortnosp</string>
- <string>glottalstoprevinv</string>
- <string>L_bar</string>
- <string>uni037C</string>
- <string>uni037B</string>
- <string>uni037D</string>
- <string>interrobang</string>
- <string>primemod</string>
- <string>uni213B</string>
- <string>erev</string>
- <string>cstretch</string>
- <string>Btopbar</string>
- <string>Koppa</string>
- <string>commaturnedmod</string>
- <string>Thook</string>
- <string>commareversedmod</string>
- <string>ringhalfleft</string>
- <string>Rsmallcap</string>
- <string>five.frac</string>
- <string>Tonesix</string>
- <string>tavdages</string>
- <string>beta1</string>
- <string>uni204F</string>
- <string>uni204E</string>
- <string>uni204D</string>
- <string>uni204C</string>
- <string>uni204B</string>
- <string>uni204A</string>
- <string>jsuper</string>
- <string>epsilon1</string>
- <string>CR</string>
- <string>slashlongnosp</string>
- <string>exclam1</string>
- <string>Digamma</string>
- <string>candrabindunosp</string>
- <string>khook</string>
- <string>qofdagesh</string>
- <string>uni036A</string>
- <string>uni036B</string>
- <string>uni036C</string>
- <string>uni036D</string>
- <string>uni036E</string>
- <string>uni036F</string>
- <string>uni0249.ccmp</string>
- <string>uni20B7</string>
- <string>uni20B6</string>
- <string>uni20B0</string>
- <string>uni20BB</string>
- <string>tildedoublecmb</string>
- <string>breveinverteddoublecmb</string>
- <string>uni0362</string>
- <string>uni0363</string>
- <string>uni0364</string>
- <string>uni0365</string>
- <string>uni0366</string>
- <string>uni0367</string>
- <string>uni0368</string>
- <string>uni0369</string>
- <string>tildemidnosp</string>
- <string>uni01F6</string>
- <string>uni01F7</string>
- <string>glottalstopinv</string>
- <string>pertenthousand</string>
- <string>acutelowmod</string>
- <string>gravelowmod</string>
- <string>fourthtonechinese</string>
- <string>verticallinelowmod</string>
- <string>secondtonechinese</string>
- <string>Tonefive</string>
- <string>arrowheadupmod</string>
- <string>arrowheaddownmod</string>
- <string>arrowheadleftmod</string>
- <string>arrowheadrightmod</string>
- <string>glottalstopmod</string>
- <string>firsttonechinese</string>
- <string>five.sup</string>
- <string>uni021D</string>
- <string>uni0268.ccmp</string>
- <string>uni021C</string>
- <string>numeralgreeksub</string>
- <string>caronsubnosp</string>
- <string>uni205E</string>
- <string>uni205A</string>
- <string>uni205B</string>
- <string>uni205C</string>
- <string>schwahook</string>
- <string>uni0458.ccmp</string>
- <string>uni1E9D</string>
- <string>uni1E9F</string>
- <string>slongdotaccent</string>
- <string>slongstroke</string>
- <string>Dtopbar</string>
- <string>uni1EFE</string>
- <string>uni1EFD</string>
- <string>uni1EFF</string>
- <string>uni1EFA</string>
- <string>uni1EFC</string>
- <string>uni1EFB</string>
- <string>uni2058</string>
- <string>uni2059</string>
- <string>uni2054</string>
- <string>uni2055</string>
- <string>uni2056</string>
- <string>uni2057</string>
- <string>uni2050</string>
- <string>uni2051</string>
- <string>uni2052</string>
- <string>uni2053</string>
- <string>ascript_uni02DE</string>
- <string>tesh</string>
- <string>asterism</string>
- <string>philatin</string>
- <string>sixroman</string>
- <string>Trthook</string>
- <string>cyrillichookleft</string>
- <string>uni03D8</string>
- <string>uni03D9</string>
- <string>Upsilonhooksymbol</string>
- <string>thetasymbolgreek</string>
- <string>thook</string>
- <string>uni03D7</string>
- <string>rdescend</string>
- <string>uni27EF</string>
- <string>finaltsadi</string>
- <string>glottalstop</string>
- <string>lbelt</string>
- <string>uni0359</string>
- <string>uni0358</string>
- <string>epsilon1revclosed</string>
- <string>uni0355</string>
- <string>uni0354</string>
- <string>uni0357</string>
- <string>uni0356</string>
- <string>uni0351</string>
- <string>uni0350</string>
- <string>uni0353</string>
- <string>uni0352</string>
- <string>glottalstopreversedmod</string>
- <string>cadauna</string>
- <string>uni035E</string>
- <string>uni0220</string>
- <string>uni0223</string>
- <string>uni035F</string>
- <string>zhook</string>
- <string>uni0224</string>
- <string>uni035C</string>
- <string>uni035B</string>
- <string>digamma</string>
- <string>koppa</string>
- <string>ringhalfrightcentered</string>
- <string>colontriangularhalfmod</string>
- <string>colontriangularmod</string>
- <string>minusmod</string>
- <string>plusmod</string>
- <string>downtackmod</string>
- <string>linevertnosp</string>
- <string>eshlooprev</string>
- <string>verticalbardbl</string>
- <string>romaneleven</string>
- <string>Iota1</string>
- <string>uniA69F</string>
- <string>lsquare</string>
- <string>carondotcomb</string>
- <string>rhotichookmod</string>
- <string>uni1DCE</string>
- <string>uni1DD6</string>
- <string>uni1DD7</string>
- <string>oneeighth</string>
- <string>linevertsubnosp</string>
- <string>mcapturn</string>
- <string>zbar</string>
- <string>Rx</string>
- <string>uni205D</string>
- <string>spaceopenbox</string>
- <string>shindagesh</string>
- <string>uni034B</string>
- <string>uni034C</string>
- <string>uni034A</string>
- <string>uni034F</string>
- <string>uni034D</string>
- <string>uni034E</string>
- <string>ibar</string>
- <string>uni0348</string>
- <string>uni0349</string>
- <string>reverseddblprime</string>
- <string>perispomenigreekcmb</string>
- <string>koroniscmb</string>
- <string>uni0347</string>
- <string>tcurl</string>
- <string>lcurl</string>
- <string>ncurl</string>
- <string>nlfthook</string>
- <string>uni0238</string>
- <string>uni0239</string>
- <string>tackdownsubnosp</string>
- <string>Fhook</string>
- <string>uni02EA</string>
- <string>uni02EB</string>
- <string>uni2071.ccmp</string>
- <string>uni02ED</string>
- <string>uni02EF</string>
- <string>schwa</string>
- <string>glottalstopreversedsuperior</string>
- <string>six.sup</string>
- <string>tonebarhighmod</string>
- <string>tonebarmidmod</string>
- <string>tonebarlowmod</string>
- <string>tonebarextralowmod</string>
- <string>Fturn</string>
- <string>uni023F</string>
- <string>uni023E</string>
- <string>uni023B</string>
- <string>uni023C</string>
- <string>afii61664</string>
- <string>uni1DC6</string>
- <string>babygamma</string>
- <string>Vcursive</string>
- <string>careof</string>
- <string>phi1</string>
- <string>breveacutecomb</string>
- <string>mhook</string>
- <string>wynn</string>
- <string>rturn</string>
- <string>referencemark</string>
- <string>Ghook</string>
- <string>overscorenosp</string>
- <string>commaaboverightcomb</string>
- <string>versicle</string>
- <string>hyphen__</string>
- <string>diaeresistonosnosp</string>
- <string>stigma</string>
- <string>afii57596</string>
- <string>afii57598</string>
- <string>uni2B4E</string>
- <string>uni2B4F</string>
- <string>rturnascend</string>
- <string>romanfivehundred</string>
- <string>uni0069.ccmp</string>
- <string>caret</string>
- <string>qrthook</string>
- <string>Q_rthook</string>
- <string>uni024F</string>
- <string>uni024E</string>
- <string>uni024D</string>
- <string>caretinsertionpoint</string>
- <string>bridgesubnosp</string>
- <string>uni0243</string>
- <string>uni0242</string>
- <string>uni0241</string>
- <string>uni0240</string>
- <string>uni0247</string>
- <string>uni0246</string>
- <string>uni0245</string>
- <string>uni0244</string>
- <string>uni0249</string>
- <string>uni0248</string>
- <string>accountof</string>
- <string>uni02F9</string>
- <string>uni02F8</string>
- <string>uni02F5</string>
- <string>uni02F4</string>
- <string>uni02F7</string>
- <string>uni02F6</string>
- <string>uni02F1</string>
- <string>uni02F0</string>
- <string>uni02F3</string>
- <string>uni02F2</string>
- <string>dotmacroncomb.lc</string>
- <string>fiveeighths</string>
- <string>zcurl</string>
- <string>uni02FE</string>
- <string>uni02FD</string>
- <string>uni02FF</string>
- <string>uni02FA</string>
- <string>uni02FC</string>
- <string>uni02FB</string>
- <string>angstrom</string>
- <string>macrongravecomb.lc</string>
- <string>macronsubnosp</string>
- <string>ringlefthalfsubnosp</string>
- <string>Lsmallcap</string>
- <string>squaresubnosp</string>
- <string>Schwa</string>
- <string>uni2B5B</string>
- <string>uni2B5C</string>
- <string>uni2B5A</string>
- <string>uni2B5F</string>
- <string>uni2B5D</string>
- <string>uni2B5E</string>
- <string>uni024C</string>
- <string>three.sup</string>
- <string>oi</string>
- <string>Tonetwo</string>
- <string>henghook</string>
- <string>two.sup</string>
- <string>o_uni02DE</string>
- <string>finalmem</string>
- <string>uni012F.ccmp</string>
- <string>Gsmallcap</string>
- <string>Esh</string>
- <string>zero.sup</string>
- <string>acutedotcomb</string>
- <string>dieresismacroncomb.lc</string>
- <string>brevegravecomb</string>
- <string>circumflexacutecomb</string>
- <string>Rsmallcapinv</string>
- <string>zerowidthjoiner</string>
- <string>ts</string>
- <string>tonesix</string>
- <string>twothirds</string>
- <string>uni1F16B</string>
- <string>pisymbolgreek</string>
- <string>uni1F16A</string>
- <string>dieresisgravecomb.lc</string>
- <string>tonefive</string>
- <string>tildedieresiscomb</string>
- <string>tel</string>
- <string>commasuprevnosp</string>
- <string>hyphennobreak</string>
- <string>archdblsubnosp</string>
- <string>hsuper</string>
- <string>deltaturn</string>
- <string>published</string>
- <string>wsuper</string>
- <string>macronacutecomb.lc</string>
- <string>oopen_uni02DE</string>
- <string>four.frac</string>
- <string>hhook</string>
- <string>onedotleader</string>
- <string>plussubnosp</string>
- <string>largerighthook</string>
- <string>dtopbar</string>
- <string>romanthree</string>
- <string>uni1DCF</string>
- <string>uni1DCD</string>
- <string>uni1DCC</string>
- <string>uni1DCB</string>
- <string>uni1DCA</string>
- <string>uniE001</string>
- <string>Nhook</string>
- <string>tildemacroncomb.lc</string>
- <string>response</string>
- <string>iota1</string>
- <string>uni1DC9</string>
- <string>uni1DC8</string>
- <string>uni1DC7</string>
- <string>uni1DC5</string>
- <string>uni1DC4</string>
- <string>uni1DC3</string>
- <string>uni1DC2</string>
- <string>uni1DC1</string>
- <string>uni1DC0</string>
- <string>uniFE28</string>
- <string>hooksubretronosp</string>
- <string>circumflexhookcomb</string>
- <string>ghook</string>
- <string>Eturn</string>
- <string>primerev1</string>
- <string>Eng</string>
- <string>macrondieresiscomb.lc</string>
- <string>trthook</string>
- <string>twodotleader</string>
- <string>romannine</string>
- <string>epsilonclosed</string>
- <string>uni1FBD</string>
- <string>omegacyrillic</string>
- <string>Omegacyrillic</string>
- <string>yuslittlecyrillic</string>
- <string>Yuslittlecyrillic</string>
- <string>eiotifiedcyrillic</string>
- <string>Eiotifiedcyrillic</string>
- <string>yuslittleiotifiedcyrillic</string>
- <string>Yuslittleiotifiedcyrillic</string>
- <string>four.sup</string>
- <string>jcrosstail</string>
- <string>hhooksuper</string>
- <string>Yusbigiotifiedcyrillic</string>
- <string>yusbigcyrillic</string>
- <string>Yusbigcyrillic</string>
- <string>ksicyrillic</string>
- <string>Ksicyrillic</string>
- <string>yusbigiotifiedcyrillic</string>
- <string>brevetildecomb</string>
- <string>tildeacutecomb.lc</string>
- <string>nine.frac</string>
- <string>uni0456.ccmp</string>
- <string>romanthousand</string>
- <string>macronsub</string>
- <string>ccurl</string>
- <string>bullseye</string>
- <string>dasiaoxia</string>
- <string>dieresiscaroncomb.lc</string>
- <string>ascriptturn</string>
- <string>jdotlessbar</string>
- <string>uni1DBF</string>
- <string>glottalstopbarrev</string>
- <string>cyrillichook</string>
- <string>ezh</string>
- <string>ezhcurl</string>
- <string>srthook</string>
- <string>Chook</string>
- <string>uni1DE9</string>
- <string>nine.sup</string>
- <string>kturn</string>
- <string>Istroke</string>
- <string>Omegaroundcyrillic</string>
- <string>omegaroundcyrillic</string>
- <string>Omegatitlocyrillic</string>
- <string>omegatitlocyrillic</string>
- <string>Otcyrillic</string>
- <string>otcyrillic</string>
- <string>mturn</string>
- <string>uni1DE4</string>
- <string>gcursive</string>
- <string>yturn</string>
- <string>uni035D</string>
- <string>uni035A</string>
- <string>tccurl</string>
- <string>quotedblreversed</string>
- <string>Rturnsuper</string>
- <string>uni1FCE</string>
- <string>uni1FCF</string>
- <string>upsilonlatin</string>
- <string>uni1FC1</string>
- <string>uni1FC0</string>
- <string>dieresisacutecomb</string>
- <string>ringhalfleftcentered</string>
- <string>omegaclosed</string>
- <string>uni1DE2</string>
- <string>rturnrthook</string>
- <string>gbar</string>
- <string>OI</string>
- <string>xsupnosp</string>
- <string>ascriptturn_uni02DE</string>
- <string>sampi</string>
- <string>epsilon1revclosed_uni02DE</string>
- <string>eshshortrev</string>
- <string>ounce</string>
- <string>phook</string>
- <string>vscript</string>
- <string>acuterightnosp</string>
- <string>barmidlongnosp</string>
- <string>tildevertsupnosp</string>
- <string>dotmacroncomb</string>
- <string>linevertdblnosp</string>
- <string>uni03F3.ccmp</string>
- <string>macrondieresiscomb</string>
- <string>jhookdblbar</string>
- <string>six.frac</string>
- <string>seven.frac</string>
- <string>overline</string>
- <string>ascript</string>
- <string>seven.sup</string>
- <string>threeeighths</string>
- <string>uni03CF</string>
- <string>uni20DC</string>
- <string>uni20DB</string>
- <string>romansix</string>
- <string>uni1FBF</string>
- <string>uni1FBE</string>
- <string>romaneight</string>
- <string>bhook</string>
- <string>Dhook</string>
- <string>Dbar1</string>
- <string>zrthook</string>
- <string>zero.frac</string>
- <string>charactertie</string>
- <string>Stigma</string>
- <string>epsilon1rev</string>
- <string>Epsilon1</string>
- <string>Gamma1</string>
- <string>iotasubnosp</string>
- <string>dieresisgravecomb</string>
- <string>tildemacroncomb</string>
- <string>uni0221</string>
- <string>gamma1</string>
- <string>pipedblbar</string>
- <string>YR</string>
- <string>kgreenlandic</string>
- <string>uni2182</string>
- <string>uni2183</string>
- <string>uni2180</string>
- <string>uni2181</string>
- <string>uni2186</string>
- <string>uni2187</string>
- <string>uni2184</string>
- <string>uni2185</string>
- <string>uni2188</string>
- <string>uni0222</string>
- <string>romanseven</string>
- <string>btopbar</string>
- <string>aturn</string>
- <string>Zbar</string>
- <string>rfishhookrev</string>
- <string>uni1FEF</string>
- <string>uni1FEE</string>
- <string>uni1FED</string>
- <string>uniA7FF</string>
- <string>uni2189</string>
- <string>xsuper</string>
- <string>tackleftsubnosp</string>
- <string>eurocurrency</string>
- <string>uni20E8</string>
- <string>rho1</string>
- <string>uni20E3</string>
- <string>dblapostrophe</string>
- <string>glottalstopbar</string>
- <string>Yhook</string>
- <string>minussubnosp</string>
- <string>rturnsuper</string>
- <string>linevert</string>
- <string>Phook</string>
- <string>addresssubject</string>
- <string>eight.frac</string>
- <string>primetriplerev1</string>
- <string>uni217F</string>
- <string>uni217E</string>
- <string>uni217D</string>
- <string>uni217C</string>
- <string>twelveroman</string>
- <string>elevenroman</string>
- <string>lambdabar</string>
- <string>rfishhook</string>
- <string>pipe</string>
- <string>tenroman</string>
- <string>nineroman</string>
- <string>eightroman</string>
- <string>sevenroman</string>
- <string>dzcurl</string>
- <string>fiveroman</string>
- <string>fourroman</string>
- <string>threeroman</string>
- <string>tworoman</string>
- <string>oneroman</string>
- <string>circumflextildecomb</string>
- <string>underscoredblnosp</string>
- <string>ysuper</string>
- <string>tackrightsubnosp</string>
- <string>rsuper</string>
- <string>Sampi</string>
- <string>uni2C7F</string>
- <string>uni1DDA</string>
- <string>koppacyrillic</string>
- <string>Koppacyrillic</string>
- <string>titlocyrilliccmb</string>
- <string>thousandcyrillic</string>
- <string>dasiapneumatacyrilliccmb</string>
- <string>palatalizationcyrilliccmb</string>
- <string>uni0487</string>
- <string>psilipneumatacyrilliccmb</string>
- <string>uni0489</string>
- <string>uni0488</string>
- <string>bbar</string>
- <string>dhook</string>
- <string>uni20F0</string>
- <string>eshcurl</string>
- <string>quotereversed</string>
- <string>romanfive</string>
- <string>tonetwo</string>
- <string>uni1FDD</string>
- <string>uni1FDE</string>
- <string>uni1FDF</string>
- <string>slashshortnosp</string>
- <string>twostroke</string>
- <string>ezhtail</string>
- <string>uni1DF0</string>
- <string>uni1DF1</string>
- <string>uni1DF2</string>
- <string>uni1DF3</string>
- <string>uni1DF4</string>
- <string>uni1DF5</string>
- <string>caronbelowcmb</string>
- <string>acutesubnosp</string>
- <string>romantwo</string>
- <string>eight.sup</string>
- <string>finalkaf</string>
- <string>uni1DFC</string>
- <string>uni1DFD</string>
- <string>uni1DFE</string>
- <string>uni1DFF</string>
- <string>romanhundred</string>
- <string>dblprimemod</string>
- <string>Ezhreversed</string>
- <string>ezhreversed</string>
- <string>Ezh</string>
- <string>romanfifty</string>
- <string>ringhalfright</string>
- <string>Ismallcap</string>
- <string>graveleftnosp</string>
- <string>uptackmod</string>
- <string>hyphendot</string>
- <string>uniFE29</string>
- <string>epsilon1revhook</string>
- <string>uniFE20</string>
- <string>uniFE21</string>
- <string>uniFE22</string>
- <string>uniFE23</string>
- <string>uniFE24</string>
- <string>uniFE25</string>
- <string>uniFE26</string>
- <string>uniFE27</string>
- <string>lyogh</string>
- <string>uniFE2A</string>
- <string>uniFE2B</string>
- <string>uniFE2C</string>
- <string>uniFE2D</string>
- <string>brevehookcomb</string>
- <string>gammasuper</string>
- <string>chook</string>
- <string>Nsmallcap</string>
- <string>Oopen</string>
- <string>uni2098</string>
- <string>uni2099</string>
- <string>uni2090</string>
- <string>uni2091</string>
- <string>uni2092</string>
- <string>uni2093</string>
- <string>uni2094</string>
- <string>uni2095</string>
- <string>uni2096</string>
- <string>uni2097</string>
- <string>uni02B2.ccmp</string>
- <string>bridgeinvsubnosp</string>
- <string>lbar</string>
- <string>tpalatalhook</string>
- <string>Bhook</string>
- <string>uni209A</string>
- <string>uni209B</string>
- <string>uni209C</string>
- <string>numeralgreek</string>
- <string>commaaccentrotate</string>
- <string>esh</string>
- <string>cyrillictic</string>
- <string>uni1DEE</string>
- <string>uni1DED</string>
- <string>uni1DEF</string>
- <string>uni1DEA</string>
- <string>uni1DEC</string>
- <string>uni1DEB</string>
- <string>pipedbl</string>
- <string>yhook</string>
- <string>uni029D.ccmp</string>
- <string>wturn</string>
- <string>hv</string>
- <string>controlHT</string>
- <string>uni1DE8</string>
- <string>uni1DE5</string>
- <string>dyogh</string>
- <string>uni1DE7</string>
- <string>uni1DE6</string>
- <string>uni1DE1</string>
- <string>uni1DE0</string>
- <string>uni1DE3</string>
- <string>controlSOT</string>
- <string>uniA92E</string>
- <string>commaabovecmb</string>
- <string>commaaboverightcmb</string>
- <string>hooksubpalatnosp</string>
- <string>ezhcaron</string>
- <string>Ezhcaron</string>
- <string>tildeacutecomb</string>
- <string>diamondwhite_x</string>
- <string>diamondwhite</string>
- <string>diamondblack_x</string>
- <string>diamondblack</string>
- <string>placeofinterestsign</string>
- <string>.notdef</string>
- <string>circleblack</string>
- <string>circlewhite</string>
- </array>
-</dict>
+ <dict>
+ <key>public.glyphOrder</key>
+ <array>
+ <string>.null</string>
+ <string>.notdef</string>
+ <string>space</string>
+ <string>A</string>
+ <string>Adieresis</string>
+ <string>Atilde</string>
+ <string>uni023A</string>
+ <string>Lambda</string>
+ <string>AE</string>
+ <string>B</string>
+ <string>uni0243</string>
+ <string>Bhook</string>
+ <string>C</string>
+ <string>Chook</string>
+ <string>uni023B</string>
+ <string>Oopen</string>
+ <string>D</string>
+ <string>Dhook</string>
+ <string>Dbar1</string>
+ <string>Dzcaron_</string>
+ <string>E</string>
+ <string>uni0246</string>
+ <string>Eturn</string>
+ <string>F</string>
+ <string>Fhook</string>
+ <string>Fturn</string>
+ <string>G</string>
+ <string>Gbar</string>
+ <string>Ghook</string>
+ <string>H</string>
+ <string>Hcedilla</string>
+ <string>Hbar</string>
+ <string>Enhookcyrillic</string>
+ <string>Endescendercyrillic</string>
+ <string>uni04C9</string>
+ <string>Enghecyrillic</string>
+ <string>uni01F6</string>
+ <string>I</string>
+ <string>Idieresis</string>
+ <string>Idieresisacute</string>
+ <string>Istroke</string>
+ <string>Itildebelow</string>
+ <string>J</string>
+ <string>uni0248</string>
+ <string>K</string>
+ <string>Kabashkircyrillic</string>
+ <string>Kadescendercyrillic</string>
+ <string>Khook</string>
+ <string>L</string>
+ <string>L_slash</string>
+ <string>L_bar</string>
+ <string>M</string>
+ <string>uni04CD</string>
+ <string>N</string>
+ <string>Nhook</string>
+ <string>Eng</string>
+ <string>afii10026</string>
+ <string>uni048A</string>
+ <string>uni0376</string>
+ <string>O</string>
+ <string>Odieresis</string>
+ <string>Otilde</string>
+ <string>Oslash</string>
+ <string>Ohorn</string>
+ <string>P</string>
+ <string>uni048E</string>
+ <string>Phook</string>
+ <string>Q</string>
+ <string>R</string>
+ <string>response</string>
+ <string>Rx</string>
+ <string>uni024C</string>
+ <string>S</string>
+ <string>Germandbls</string>
+ <string>T</string>
+ <string>Thook</string>
+ <string>Trthook</string>
+ <string>uni023E</string>
+ <string>U</string>
+ <string>Uhorn</string>
+ <string>uni0244</string>
+ <string>V</string>
+ <string>W</string>
+ <string>X</string>
+ <string>Hadescendercyrillic</string>
+ <string>uni04FC</string>
+ <string>Y</string>
+ <string>Yhook</string>
+ <string>uni024E</string>
+ <string>Z</string>
+ <string>uni0224</string>
+ <string>Zbar</string>
+ <string>uni2C7F</string>
+ <string>OE</string>
+ <string>a</string>
+ <string>adieresis</string>
+ <string>atilde</string>
+ <string>a_uni02DE</string>
+ <string>ae</string>
+ <string>aturn</string>
+ <string>leftloop.cn</string>
+ <string>rightloop.cn</string>
+ <string>b</string>
+ <string>bbar</string>
+ <string>btopbar</string>
+ <string>bhook</string>
+ <string>c</string>
+ <string>uni023C</string>
+ <string>chook</string>
+ <string>ccurl</string>
+ <string>d</string>
+ <string>dcroat</string>
+ <string>drthook</string>
+ <string>dhook</string>
+ <string>dtopbar</string>
+ <string>uni0221</string>
+ <string>dz</string>
+ <string>dzcaron</string>
+ <string>dzcurl</string>
+ <string>dyogh</string>
+ <string>e</string>
+ <string>edieresis</string>
+ <string>uni0247</string>
+ <string>f</string>
+ <string>slongstroke</string>
+ <string>slongdotaccent</string>
+ <string>feng</string>
+ <string>g</string>
+ <string>ghook</string>
+ <string>gbar</string>
+ <string>h</string>
+ <string>hcedilla</string>
+ <string>tshecyrillic</string>
+ <string>djecyrillic</string>
+ <string>hhook</string>
+ <string>henghook</string>
+ <string>hv</string>
+ <string>hturn</string>
+ <string>hturnlthook</string>
+ <string>hturnhook2</string>
+ <string>dotlessi</string>
+ <string>uni0069.ccmp</string>
+ <string>i</string>
+ <string>idieresis</string>
+ <string>idieresisacute</string>
+ <string>itilde</string>
+ <string>itildebelow</string>
+ <string>ibar</string>
+ <string>uni012F.ccmp</string>
+ <string>dotlessj</string>
+ <string>uni006A.ccmp</string>
+ <string>jdotlessbar</string>
+ <string>uni0249</string>
+ <string>uni0249.ccmp</string>
+ <string>j</string>
+ <string>uni029D.ccmp</string>
+ <string>jcrosstail</string>
+ <string>k</string>
+ <string>khook</string>
+ <string>kturn</string>
+ <string>l</string>
+ <string>lslash</string>
+ <string>lbar</string>
+ <string>lmidtilde</string>
+ <string>lrthook</string>
+ <string>lbelt</string>
+ <string>lcurl</string>
+ <string>m</string>
+ <string>mhook</string>
+ <string>mturn</string>
+ <string>mturndescend</string>
+ <string>n</string>
+ <string>ntilde</string>
+ <string>nrthook</string>
+ <string>eng</string>
+ <string>ncurl</string>
+ <string>nlfthook</string>
+ <string>o</string>
+ <string>odieresis</string>
+ <string>otilde</string>
+ <string>oslash</string>
+ <string>ohorn</string>
+ <string>fitacyrillic</string>
+ <string>oe</string>
+ <string>p</string>
+ <string>uni048F</string>
+ <string>phook</string>
+ <string>q</string>
+ <string>qhook</string>
+ <string>qrthook</string>
+ <string>Q_rthook</string>
+ <string>r</string>
+ <string>rrthook</string>
+ <string>uni024D</string>
+ <string>rturn</string>
+ <string>rturnrthook</string>
+ <string>rfishhookrev</string>
+ <string>rfishhook</string>
+ <string>rdescend</string>
+ <string>s</string>
+ <string>srthook</string>
+ <string>uni023F</string>
+ <string>germandbls</string>
+ <string>t</string>
+ <string>tpalatalhook</string>
+ <string>trthook</string>
+ <string>tcurl</string>
+ <string>tccurl</string>
+ <string>tturn</string>
+ <string>u</string>
+ <string>udieresis</string>
+ <string>utilde</string>
+ <string>uhorn</string>
+ <string>mu</string>
+ <string>ubar</string>
+ <string>v</string>
+ <string>vturn</string>
+ <string>w</string>
+ <string>wdieresis</string>
+ <string>wturn</string>
+ <string>x</string>
+ <string>y</string>
+ <string>ydieresis</string>
+ <string>yhook</string>
+ <string>uni024F</string>
+ <string>yturn</string>
+ <string>z</string>
+ <string>zbar</string>
+ <string>zhook</string>
+ <string>uni0240</string>
+ <string>zrthook</string>
+ <string>zcurl</string>
+ <string>Thorn</string>
+ <string>Gamma</string>
+ <string>Delta</string>
+ <string>Theta</string>
+ <string>Xi</string>
+ <string>Pi</string>
+ <string>Sigma</string>
+ <string>Phi</string>
+ <string>Psi</string>
+ <string>Omega</string>
+ <string>Gamma1</string>
+ <string>afii10018</string>
+ <string>afii10050</string>
+ <string>uni04FA</string>
+ <string>afii10021</string>
+ <string>afii10024</string>
+ <string>Zhedescendercyrillic</string>
+ <string>afii10025</string>
+ <string>Kacyr</string>
+ <string>Kaverticalstrokecyrillic</string>
+ <string>Kahookcyrillic</string>
+ <string>afii10029</string>
+ <string>uni04C5</string>
+ <string>afii10147</string>
+ <string>afii10145</string>
+ <string>afii10037</string>
+ <string>afii10038</string>
+ <string>afii10040</string>
+ <string>Tetsecyrillic</string>
+ <string>afii10041</string>
+ <string>Chedescendercyrillic</string>
+ <string>Cheverticalstrokecyrillic</string>
+ <string>Shhacyrillic</string>
+ <string>afii10060</string>
+ <string>afii10042</string>
+ <string>afii10043</string>
+ <string>afii10044</string>
+ <string>afii10045</string>
+ <string>afii10046</string>
+ <string>afii10058</string>
+ <string>afii10059</string>
+ <string>afii10047</string>
+ <string>afii10048</string>
+ <string>afii10049</string>
+ <string>Ghemiddlehookcyrillic</string>
+ <string>Pemiddlehookcyrillic</string>
+ <string>afii10053</string>
+ <string>Haabkhasiancyrillic</string>
+ <string>Cheabkhasiancyrillic</string>
+ <string>Schwacyrillic</string>
+ <string>Dzeabkhasiancyrillic</string>
+ <string>afii10148</string>
+ <string>afii10051</string>
+ <string>eth</string>
+ <string>thorn</string>
+ <string>alpha</string>
+ <string>beta</string>
+ <string>gamma</string>
+ <string>delta</string>
+ <string>epsilon</string>
+ <string>zeta</string>
+ <string>eta</string>
+ <string>theta</string>
+ <string>iota</string>
+ <string>lambda</string>
+ <string>xi</string>
+ <string>pi</string>
+ <string>rho</string>
+ <string>uni03FC</string>
+ <string>sigma1</string>
+ <string>sigma</string>
+ <string>tau</string>
+ <string>upsilon</string>
+ <string>phi</string>
+ <string>psi</string>
+ <string>omega</string>
+ <string>gamma1</string>
+ <string>becyrillic</string>
+ <string>vecyrillic</string>
+ <string>gecyrillic</string>
+ <string>gheupturncyrillic</string>
+ <string>uni04FB</string>
+ <string>decyrillic</string>
+ <string>zhecyrillic</string>
+ <string>zhedescendercyrillic</string>
+ <string>zecyrillic</string>
+ <string>iicyrillic</string>
+ <string>uni048B</string>
+ <string>kacyrillic</string>
+ <string>kahookcyrillic</string>
+ <string>kadescendercyrillic</string>
+ <string>kaverticalstrokecyrillic</string>
+ <string>kabashkircyrillic</string>
+ <string>elcyrillic</string>
+ <string>uni04C6</string>
+ <string>uni052F</string>
+ <string>emcyrillic</string>
+ <string>uni04CE</string>
+ <string>encyrillic</string>
+ <string>endescendercyrillic</string>
+ <string>enghecyrillic</string>
+ <string>enhookcyrillic</string>
+ <string>uni04CA</string>
+ <string>pecyrillic</string>
+ <string>tecyrillic</string>
+ <string>efcyrillic</string>
+ <string>uni04FD</string>
+ <string>hadescendercyrillic</string>
+ <string>tsecyrillic</string>
+ <string>dzhecyrillic</string>
+ <string>checyrillic</string>
+ <string>chedescendercyrillic</string>
+ <string>cheverticalstrokecyrillic</string>
+ <string>shacyrillic</string>
+ <string>shchacyrillic</string>
+ <string>softsigncyrillic</string>
+ <string>hardsigncyrillic</string>
+ <string>yericyrillic</string>
+ <string>uni048D</string>
+ <string>yatcyrillic</string>
+ <string>ljecyrillic</string>
+ <string>njecyrillic</string>
+ <string>ereversedcyrillic</string>
+ <string>iucyrillic</string>
+ <string>iacyrillic</string>
+ <string>ghemiddlehookcyrillic</string>
+ <string>pemiddlehookcyrillic</string>
+ <string>ecyrillic</string>
+ <string>haabkhasiancyrillic</string>
+ <string>tetsecyrillic</string>
+ <string>cheabkhasiancyrillic</string>
+ <string>dzeabkhasiancyrillic</string>
+ <string>izhitsacyrillic</string>
+ <string>dollar</string>
+ <string>cent</string>
+ <string>yen</string>
+ <string>sterling</string>
+ <string>florin</string>
+ <string>uni20BA</string>
+ <string>uni20BD</string>
+ <string>Euro</string>
+ <string>uni20B9</string>
+ <string>tenge</string>
+ <string>peseta</string>
+ <string>peso</string>
+ <string>kip</string>
+ <string>won</string>
+ <string>lira</string>
+ <string>austral</string>
+ <string>hryvnia</string>
+ <string>naira</string>
+ <string>guarani</string>
+ <string>coloncurrency</string>
+ <string>cedi</string>
+ <string>cruzeiro</string>
+ <string>tugrik</string>
+ <string>uni20AF</string>
+ <string>mill</string>
+ <string>afii57636</string>
+ <string>manat</string>
+ <string>rupee</string>
+ <string>lari</string>
+ <string>zero</string>
+ <string>zero.slash</string>
+ <string>zero.tnum</string>
+ <string>zero.tnum.slash</string>
+ <string>one</string>
+ <string>one.1</string>
+ <string>one.tnum</string>
+ <string>one.tnum.1</string>
+ <string>two</string>
+ <string>two.tnum</string>
+ <string>twostroke</string>
+ <string>three</string>
+ <string>three.tnum</string>
+ <string>four</string>
+ <string>four.1</string>
+ <string>four.tnum</string>
+ <string>four.tnum.1</string>
+ <string>five</string>
+ <string>five.tnum</string>
+ <string>Tonefive</string>
+ <string>six</string>
+ <string>six.1</string>
+ <string>six.tnum</string>
+ <string>six.tnum.1</string>
+ <string>seven</string>
+ <string>seven.tnum</string>
+ <string>eight</string>
+ <string>eight.tnum</string>
+ <string>nine</string>
+ <string>nine.1</string>
+ <string>nine.tnum</string>
+ <string>nine.tnum.1</string>
+ <string>ampersand</string>
+ <string>exclam</string>
+ <string>exclamdown</string>
+ <string>question</string>
+ <string>questiondown</string>
+ <string>parenleft</string>
+ <string>parenleft.case</string>
+ <string>parenright</string>
+ <string>parenright.case</string>
+ <string>bracketleft</string>
+ <string>bracketleft.case</string>
+ <string>bracketleft_quill</string>
+ <string>bracketright</string>
+ <string>bracketright.case</string>
+ <string>bracketright_quill</string>
+ <string>braceleft</string>
+ <string>braceleft.case</string>
+ <string>braceright</string>
+ <string>braceright.case</string>
+ <string>at</string>
+ <string>at.case</string>
+ <string>numbersign</string>
+ <string>currency</string>
+ <string>slash</string>
+ <string>bar</string>
+ <string>brokenbar</string>
+ <string>backslash</string>
+ <string>hyphenbullet</string>
+ <string>hyphen</string>
+ <string>hyphen.case</string>
+ <string>endash</string>
+ <string>endash.case</string>
+ <string>figuredash</string>
+ <string>figuredash.case</string>
+ <string>emdash</string>
+ <string>emdash.case</string>
+ <string>bullet</string>
+ <string>bullet.case</string>
+ <string>quoteleft</string>
+ <string>quoteright</string>
+ <string>primetripl1</string>
+ <string>quotesingle</string>
+ <string>quotedbl</string>
+ <string>quotedblleft</string>
+ <string>quotedblright</string>
+ <string>quotedblbase</string>
+ <string>quotesinglbase</string>
+ <string>comma</string>
+ <string>comma.tnum</string>
+ <string>period</string>
+ <string>period.tnum</string>
+ <string>ellipsis</string>
+ <string>twodotleader</string>
+ <string>colon</string>
+ <string>colon.case</string>
+ <string>semicolon</string>
+ <string>guilsinglleft</string>
+ <string>guilsinglright</string>
+ <string>guillemotleft</string>
+ <string>guillemotright</string>
+ <string>less</string>
+ <string>greater</string>
+ <string>lessequal</string>
+ <string>greaterequal</string>
+ <string>equal</string>
+ <string>equal.case</string>
+ <string>notequal</string>
+ <string>notequal.case</string>
+ <string>plus</string>
+ <string>plus.case</string>
+ <string>minus</string>
+ <string>minus.case</string>
+ <string>multiply</string>
+ <string>multiply.case</string>
+ <string>divide</string>
+ <string>divide.case</string>
+ <string>plusminus</string>
+ <string>plusminus.case</string>
+ <string>approxequal</string>
+ <string>asciitilde</string>
+ <string>logicalnot</string>
+ <string>periodcentered</string>
+ <string>anoteleia</string>
+ <string>questiongreek</string>
+ <string>underscore</string>
+ <string>dagger</string>
+ <string>daggerdbl</string>
+ <string>asciicircum</string>
+ <string>asterisk</string>
+ <string>asterisk.case</string>
+ <string>registered</string>
+ <string>trademark</string>
+ <string>servicemark</string>
+ <string>degree</string>
+ <string>ordfeminine</string>
+ <string>ordmasculine</string>
+ <string>isuperior</string>
+ <string>nsuperior</string>
+ <string>paragraph</string>
+ <string>section</string>
+ <string>copyright</string>
+ <string>infinity</string>
+ <string>partialdiff</string>
+ <string>summation</string>
+ <string>product</string>
+ <string>integral</string>
+ <string>radical</string>
+ <string>lozenge</string>
+ <string>fraction</string>
+ <string>zerosub</string>
+ <string>oneinferior</string>
+ <string>twosub</string>
+ <string>threesub</string>
+ <string>foursub</string>
+ <string>fivesub</string>
+ <string>sixinferior</string>
+ <string>sevensub</string>
+ <string>eightsub</string>
+ <string>nineinferior</string>
+ <string>plussub</string>
+ <string>minussub</string>
+ <string>equalsub</string>
+ <string>parenleftinferior</string>
+ <string>parenrightsub</string>
+ <string>zerosuperior</string>
+ <string>onesuperior</string>
+ <string>twosuperior</string>
+ <string>threesuperior</string>
+ <string>foursuperior</string>
+ <string>fivesuperior</string>
+ <string>sixsuperior</string>
+ <string>sevensuperior</string>
+ <string>eightsuperior</string>
+ <string>ninesuperior</string>
+ <string>plussuperior</string>
+ <string>minussuperior</string>
+ <string>equalsuperior</string>
+ <string>parenleftsuperior</string>
+ <string>parenrightsuperior</string>
+ <string>onehalf</string>
+ <string>onequarter</string>
+ <string>threequarters</string>
+ <string>percent</string>
+ <string>perthousand</string>
+ <string>numero</string>
+ <string>acute</string>
+ <string>hungarumlaut</string>
+ <string>grave</string>
+ <string>tonos</string>
+ <string>dieresis</string>
+ <string>casedieresis.cn</string>
+ <string>circumflex</string>
+ <string>tilde</string>
+ <string>casetilde.cn</string>
+ <string>macron</string>
+ <string>breve</string>
+ <string>dotaccent</string>
+ <string>ring</string>
+ <string>caron</string>
+ <string>dieresistonos</string>
+ <string>cedilla</string>
+ <string>ogonek</string>
+ <string>commaaccent</string>
+ <string>acutecomb</string>
+ <string>acutedblnosp</string>
+ <string>gravecomb</string>
+ <string>dblgravecmb</string>
+ <string>macroncomb</string>
+ <string>dieresisnosp</string>
+ <string>brevenosp</string>
+ <string>breveinvnosp</string>
+ <string>hook</string>
+ <string>circumflexnosp</string>
+ <string>caroncmb</string>
+ <string>tildecomb</string>
+ <string>dotnosp</string>
+ <string>ringnosp</string>
+ <string>hornnosp</string>
+ <string>ogoneknosp</string>
+ <string>cedillanosp</string>
+ <string>circumflexsubnosp</string>
+ <string>brevesubnosp</string>
+ <string>dotbelow</string>
+ <string>commabelowcmb</string>
+ <string>dotdblsubnosp</string>
+ <string>ringsubnosp</string>
+ <string>underscorenosp</string>
+ <string>tildesubnosp</string>
+ <string>enquad</string>
+ <string>emquad</string>
+ <string>enspace</string>
+ <string>emspace</string>
+ <string>thirdemspace</string>
+ <string>quarteremspace</string>
+ <string>sixthemspace</string>
+ <string>figurespace</string>
+ <string>punctuationspace</string>
+ <string>thinspace</string>
+ <string>hairspace</string>
+ <string>zerowidthspace</string>
+ <string>arrowleft</string>
+ <string>arrowleft.case</string>
+ <string>arrowleftlong</string>
+ <string>arrowleftlong.case</string>
+ <string>arrowup</string>
+ <string>arrowright</string>
+ <string>arrowright.case</string>
+ <string>arrowrightlong</string>
+ <string>arrowrightlong.case</string>
+ <string>arrowdown</string>
+ <string>arrowNW</string>
+ <string>arrowNE</string>
+ <string>arrowSE</string>
+ <string>arrowSW</string>
+ <string>dngb_check</string>
+ <string>dngb_ballotx</string>
+ <string>triagrt</string>
+ <string>triagdn</string>
+ <string>triagup</string>
+ <string>blackleftpointingtriangle</string>
+ <string>uni2009.fra</string>
+ <string>overscoredblnosp</string>
+ <string>uni215A</string>
+ <string>uni215F</string>
+ <string>crossbar</string>
+ <string>acutedotcomb.lc</string>
+ <string>tildedieresiscomb.lc</string>
+ <string>underscoredbl</string>
+ <string>uni2151</string>
+ <string>uni2150</string>
+ <string>uni2152</string>
+ <string>uni2155</string>
+ <string>romanone</string>
+ <string>uni2157</string>
+ <string>uni2156</string>
+ <string>estimated</string>
+ <string>degreecentigrade</string>
+ <string>dieresisacutecomb.lc</string>
+ <string>carondotcomb.lc</string>
+ <string>aturn_uni02DE</string>
+ <string>uni1FFD</string>
+ <string>uni1FFE</string>
+ <string>oopen</string>
+ <string>Gsmallcaphook</string>
+ <string>uni0346</string>
+ <string>anglesupnosp</string>
+ <string>uni1DD8</string>
+ <string>uni1DD9</string>
+ <string>uni1DD2</string>
+ <string>uni1DD3</string>
+ <string>uni1DD0</string>
+ <string>uni1DD1</string>
+ <string>uni1DD4</string>
+ <string>uni1DD5</string>
+ <string>breveinvsubnosp</string>
+ <string>commaturnsupnosp</string>
+ <string>uni1DDB</string>
+ <string>uni1DDC</string>
+ <string>ringrighthalfsubnosp</string>
+ <string>uni1DDF</string>
+ <string>uni1DDD</string>
+ <string>uni1DDE</string>
+ <string>romanten</string>
+ <string>degreefarenheit</string>
+ <string>Upsilon2</string>
+ <string>degreekelvin</string>
+ <string>uni02AB</string>
+ <string>uni02AC</string>
+ <string>uni1FCD</string>
+ <string>kappa1</string>
+ <string>onethird</string>
+ <string>uni2159</string>
+ <string>uni2158</string>
+ <string>uni214F</string>
+ <string>uni214D</string>
+ <string>OEsmallcap</string>
+ <string>tackupsubnosp</string>
+ <string>uni2DFF</string>
+ <string>glottalstopbarinv</string>
+ <string>seagullsubnosp</string>
+ <string>uni02EC</string>
+ <string>afii300</string>
+ <string>caronnosp</string>
+ <string>romanfour</string>
+ <string>uni03F5</string>
+ <string>uni03F6</string>
+ <string>longs</string>
+ <string>one.sup</string>
+ <string>trianglebullet</string>
+ <string>Ysmallcap</string>
+ <string>uni03FB</string>
+ <string>uni03FD</string>
+ <string>uni03FE</string>
+ <string>uni03FF</string>
+ <string>iota1_uni02DE</string>
+ <string>uni0373</string>
+ <string>uni0372</string>
+ <string>uni0371</string>
+ <string>uni0370</string>
+ <string>uni0377</string>
+ <string>gravesubnosp</string>
+ <string>seveneighths</string>
+ <string>undertie</string>
+ <string>barmidshortnosp</string>
+ <string>glottalstoprevinv</string>
+ <string>uni037C</string>
+ <string>uni037B</string>
+ <string>uni037D</string>
+ <string>interrobang</string>
+ <string>primemod</string>
+ <string>uni213B</string>
+ <string>erev</string>
+ <string>cstretch</string>
+ <string>Btopbar</string>
+ <string>Koppa</string>
+ <string>commaturnedmod</string>
+ <string>commareversedmod</string>
+ <string>ringhalfleft</string>
+ <string>Rsmallcap</string>
+ <string>five.frac</string>
+ <string>Tonesix</string>
+ <string>tavdages</string>
+ <string>beta1</string>
+ <string>uni204F</string>
+ <string>uni204E</string>
+ <string>uni204D</string>
+ <string>uni204C</string>
+ <string>uni204B</string>
+ <string>uni204A</string>
+ <string>jsuper</string>
+ <string>epsilon1</string>
+ <string>CR</string>
+ <string>slashlongnosp</string>
+ <string>exclam1</string>
+ <string>Digamma</string>
+ <string>candrabindunosp</string>
+ <string>qofdagesh</string>
+ <string>uni036A</string>
+ <string>uni036B</string>
+ <string>uni036C</string>
+ <string>uni036D</string>
+ <string>uni036E</string>
+ <string>uni036F</string>
+ <string>uni20B7</string>
+ <string>uni20B6</string>
+ <string>uni20B0</string>
+ <string>uni20BB</string>
+ <string>tildedoublecmb</string>
+ <string>breveinverteddoublecmb</string>
+ <string>uni0362</string>
+ <string>uni0363</string>
+ <string>uni0364</string>
+ <string>uni0365</string>
+ <string>uni0366</string>
+ <string>uni0367</string>
+ <string>uni0368</string>
+ <string>uni0369</string>
+ <string>tildemidnosp</string>
+ <string>uni01F7</string>
+ <string>glottalstopinv</string>
+ <string>pertenthousand</string>
+ <string>acutelowmod</string>
+ <string>gravelowmod</string>
+ <string>fourthtonechinese</string>
+ <string>verticallinelowmod</string>
+ <string>secondtonechinese</string>
+ <string>romantwelve</string>
+ <string>uni2183</string>
+ <string>arrowheadupmod</string>
+ <string>arrowheaddownmod</string>
+ <string>arrowheadleftmod</string>
+ <string>arrowheadrightmod</string>
+ <string>glottalstopmod</string>
+ <string>firsttonechinese</string>
+ <string>five.sup</string>
+ <string>uni021D</string>
+ <string>uni0268.ccmp</string>
+ <string>uni021C</string>
+ <string>numeralgreeksub</string>
+ <string>caronsubnosp</string>
+ <string>uni205E</string>
+ <string>uni205A</string>
+ <string>uni205B</string>
+ <string>uni205C</string>
+ <string>schwahook</string>
+ <string>uni0458.ccmp</string>
+ <string>uni1E9D</string>
+ <string>uni1E9F</string>
+ <string>Dtopbar</string>
+ <string>uni1EFE</string>
+ <string>uni1EFD</string>
+ <string>uni1EFF</string>
+ <string>uni1EFA</string>
+ <string>uni1EFC</string>
+ <string>uni1EFB</string>
+ <string>uni2058</string>
+ <string>uni2059</string>
+ <string>uni2054</string>
+ <string>uni2055</string>
+ <string>uni2056</string>
+ <string>uni2057</string>
+ <string>uni2050</string>
+ <string>uni2051</string>
+ <string>uni2052</string>
+ <string>uni2053</string>
+ <string>ascript_uni02DE</string>
+ <string>tesh</string>
+ <string>asterism</string>
+ <string>philatin</string>
+ <string>sixroman</string>
+ <string>cyrillichookleft</string>
+ <string>uni03D8</string>
+ <string>uni03D9</string>
+ <string>Upsilonhooksymbol</string>
+ <string>thetasymbolgreek</string>
+ <string>thook</string>
+ <string>uni03D7</string>
+ <string>uni27EF</string>
+ <string>finaltsadi</string>
+ <string>glottalstop</string>
+ <string>uni0359</string>
+ <string>uni0358</string>
+ <string>epsilon1revclosed</string>
+ <string>uni0355</string>
+ <string>uni0354</string>
+ <string>uni0357</string>
+ <string>uni0356</string>
+ <string>uni0351</string>
+ <string>uni0350</string>
+ <string>uni0353</string>
+ <string>uni0352</string>
+ <string>glottalstopreversedmod</string>
+ <string>cadauna</string>
+ <string>uni035E</string>
+ <string>uni0220</string>
+ <string>uni0223</string>
+ <string>uni035F</string>
+ <string>uni035C</string>
+ <string>uni035B</string>
+ <string>digamma</string>
+ <string>koppa</string>
+ <string>ringhalfrightcentered</string>
+ <string>colontriangularhalfmod</string>
+ <string>colontriangularmod</string>
+ <string>minusmod</string>
+ <string>plusmod</string>
+ <string>downtackmod</string>
+ <string>linevertnosp</string>
+ <string>eshlooprev</string>
+ <string>verticalbardbl</string>
+ <string>romaneleven</string>
+ <string>Iota1</string>
+ <string>uniA69F</string>
+ <string>lsquare</string>
+ <string>rhotichookmod</string>
+ <string>uni1DD6</string>
+ <string>uni1DD7</string>
+ <string>oneeighth</string>
+ <string>linevertsubnosp</string>
+ <string>mcapturn</string>
+ <string>uni205D</string>
+ <string>spaceopenbox</string>
+ <string>shindagesh</string>
+ <string>uni034B</string>
+ <string>uni034C</string>
+ <string>uni034A</string>
+ <string>uni034F</string>
+ <string>uni034D</string>
+ <string>uni034E</string>
+ <string>uni0348</string>
+ <string>uni0349</string>
+ <string>reverseddblprime</string>
+ <string>perispomenigreekcmb</string>
+ <string>koroniscmb</string>
+ <string>uni0347</string>
+ <string>uni0238</string>
+ <string>uni0239</string>
+ <string>tackdownsubnosp</string>
+ <string>uni02EA</string>
+ <string>uni02EB</string>
+ <string>uni2071.ccmp</string>
+ <string>uni02ED</string>
+ <string>uni02EF</string>
+ <string>glottalstopreversedsuperior</string>
+ <string>six.sup</string>
+ <string>afii61664</string>
+ <string>uni1DC6</string>
+ <string>uni1DC4</string>
+ <string>babygamma</string>
+ <string>Vcursive</string>
+ <string>careof</string>
+ <string>phi1</string>
+ <string>wynn</string>
+ <string>referencemark</string>
+ <string>overscorenosp</string>
+ <string>versicle</string>
+ <string>hyphen__</string>
+ <string>diaeresistonosnosp</string>
+ <string>stigma</string>
+ <string>afii57596</string>
+ <string>afii57598</string>
+ <string>uni2B4E</string>
+ <string>uni2B4F</string>
+ <string>rturnascend</string>
+ <string>romanfivehundred</string>
+ <string>caret</string>
+ <string>caretinsertionpoint</string>
+ <string>bridgesubnosp</string>
+ <string>uni0242</string>
+ <string>uni0241</string>
+ <string>uni0245</string>
+ <string>accountof</string>
+ <string>uni02F9</string>
+ <string>uni02F8</string>
+ <string>uni02F5</string>
+ <string>uni02F4</string>
+ <string>uni02F7</string>
+ <string>uni02F6</string>
+ <string>uni02F1</string>
+ <string>uni02F0</string>
+ <string>uni02F3</string>
+ <string>uni02F2</string>
+ <string>dotmacroncomb.lc</string>
+ <string>fiveeighths</string>
+ <string>uni02FE</string>
+ <string>uni02FD</string>
+ <string>uni02FF</string>
+ <string>uni02FA</string>
+ <string>uni02FC</string>
+ <string>uni02FB</string>
+ <string>angstrom</string>
+ <string>macrongravecomb.lc</string>
+ <string>macronsubnosp</string>
+ <string>ringlefthalfsubnosp</string>
+ <string>Lsmallcap</string>
+ <string>squaresubnosp</string>
+ <string>Schwa</string>
+ <string>uni2B5B</string>
+ <string>uni2B5C</string>
+ <string>uni2B5A</string>
+ <string>uni2B5F</string>
+ <string>uni2B5D</string>
+ <string>uni2B5E</string>
+ <string>three.sup</string>
+ <string>oi</string>
+ <string>Tonetwo</string>
+ <string>two.sup</string>
+ <string>o_uni02DE</string>
+ <string>finalmem</string>
+ <string>Gsmallcap</string>
+ <string>Esh</string>
+ <string>zero.sup</string>
+ <string>dieresismacroncomb.lc</string>
+ <string>Rsmallcapinv</string>
+ <string>zerowidthjoiner</string>
+ <string>placeofinterestsign</string>
+ <string>ts</string>
+ <string>tonesix</string>
+ <string>twothirds</string>
+ <string>uni1F16B</string>
+ <string>pisymbolgreek</string>
+ <string>uni1F16A</string>
+ <string>dieresisgravecomb.lc</string>
+ <string>tonefive</string>
+ <string>tel</string>
+ <string>commasuprevnosp</string>
+ <string>hyphennobreak</string>
+ <string>archdblsubnosp</string>
+ <string>hsuper</string>
+ <string>deltaturn</string>
+ <string>published</string>
+ <string>wsuper</string>
+ <string>macronacutecomb.lc</string>
+ <string>oopen_uni02DE</string>
+ <string>four.frac</string>
+ <string>onedotleader</string>
+ <string>plussubnosp</string>
+ <string>largerighthook</string>
+ <string>romanthree</string>
+ <string>uni1DCF</string>
+ <string>uni1DCE</string>
+ <string>uni1DCD</string>
+ <string>uni1DCC</string>
+ <string>uni1DCB</string>
+ <string>uni1DCA</string>
+ <string>tildemacroncomb.lc</string>
+ <string>iota1</string>
+ <string>uni1DC9</string>
+ <string>uni1DC8</string>
+ <string>uni1DC7</string>
+ <string>uni1DC5</string>
+ <string>uni1DC3</string>
+ <string>uni1DC2</string>
+ <string>uni1DC1</string>
+ <string>uni1DC0</string>
+ <string>uniFE28</string>
+ <string>hooksubretronosp</string>
+ <string>primerev1</string>
+ <string>macrondieresiscomb.lc</string>
+ <string>romannine</string>
+ <string>epsilonclosed</string>
+ <string>uni1FBD</string>
+ <string>omegacyrillic</string>
+ <string>Omegacyrillic</string>
+ <string>yuslittlecyrillic</string>
+ <string>Yuslittlecyrillic</string>
+ <string>eiotifiedcyrillic</string>
+ <string>Eiotifiedcyrillic</string>
+ <string>yuslittleiotifiedcyrillic</string>
+ <string>Yuslittleiotifiedcyrillic</string>
+ <string>four.sup</string>
+ <string>hhooksuper</string>
+ <string>Yusbigiotifiedcyrillic</string>
+ <string>yusbigcyrillic</string>
+ <string>Yusbigcyrillic</string>
+ <string>ksicyrillic</string>
+ <string>Ksicyrillic</string>
+ <string>yusbigiotifiedcyrillic</string>
+ <string>tildeacutecomb.lc</string>
+ <string>nine.frac</string>
+ <string>uni0456.ccmp</string>
+ <string>romanthousand</string>
+ <string>macronsub</string>
+ <string>bullseye</string>
+ <string>dieresiscaroncomb.lc</string>
+ <string>ascriptturn</string>
+ <string>uni1DBF</string>
+ <string>glottalstopbarrev</string>
+ <string>cyrillichook</string>
+ <string>ezh</string>
+ <string>ezhcurl</string>
+ <string>uni1DE9</string>
+ <string>nine.sup</string>
+ <string>numeralgreek</string>
+ <string>Omegaroundcyrillic</string>
+ <string>omegaroundcyrillic</string>
+ <string>Omegatitlocyrillic</string>
+ <string>omegatitlocyrillic</string>
+ <string>Otcyrillic</string>
+ <string>otcyrillic</string>
+ <string>gcursive</string>
+ <string>uni035D</string>
+ <string>uni035A</string>
+ <string>quotedblreversed</string>
+ <string>Rturnsuper</string>
+ <string>uni1FCE</string>
+ <string>uni1FCF</string>
+ <string>upsilonlatin</string>
+ <string>uni1FC1</string>
+ <string>uni1FC0</string>
+ <string>ringhalfleftcentered</string>
+ <string>omegaclosed</string>
+ <string>uni1DE2</string>
+ <string>OI</string>
+ <string>xsupnosp</string>
+ <string>ascriptturn_uni02DE</string>
+ <string>sampi</string>
+ <string>epsilon1revclosed_uni02DE</string>
+ <string>eshshortrev</string>
+ <string>ounce</string>
+ <string>vscript</string>
+ <string>acuterightnosp</string>
+ <string>barmidlongnosp</string>
+ <string>tildevertsupnosp</string>
+ <string>linevertdblnosp</string>
+ <string>uni03F3.ccmp</string>
+ <string>jhookdblbar</string>
+ <string>six.frac</string>
+ <string>seven.frac</string>
+ <string>overline</string>
+ <string>ascript</string>
+ <string>seven.sup</string>
+ <string>threeeighths</string>
+ <string>uni03CF</string>
+ <string>uni20DC</string>
+ <string>uni20DB</string>
+ <string>romansix</string>
+ <string>uni1FBF</string>
+ <string>uni1FBE</string>
+ <string>romaneight</string>
+ <string>zero.frac</string>
+ <string>charactertie</string>
+ <string>Stigma</string>
+ <string>epsilon1rev</string>
+ <string>Epsilon1</string>
+ <string>iotasubnosp</string>
+ <string>pipedblbar</string>
+ <string>YR</string>
+ <string>kgreenlandic</string>
+ <string>uni2182</string>
+ <string>uni2180</string>
+ <string>uni2181</string>
+ <string>uni2186</string>
+ <string>uni2187</string>
+ <string>uni2184</string>
+ <string>uni2185</string>
+ <string>uni2188</string>
+ <string>uni0222</string>
+ <string>romanseven</string>
+ <string>romanhundred</string>
+ <string>uni1FEE</string>
+ <string>uni1FED</string>
+ <string>graveleftnosp</string>
+ <string>uniA7FF</string>
+ <string>uni2189</string>
+ <string>xsuper</string>
+ <string>tackleftsubnosp</string>
+ <string>eurocurrency</string>
+ <string>uni20E8</string>
+ <string>rho1</string>
+ <string>uni20E3</string>
+ <string>dblapostrophe</string>
+ <string>glottalstopbar</string>
+ <string>minussubnosp</string>
+ <string>rturnsuper</string>
+ <string>linevert</string>
+ <string>addresssubject</string>
+ <string>eight.frac</string>
+ <string>primetriplerev1</string>
+ <string>uni217F</string>
+ <string>uni217E</string>
+ <string>uni217D</string>
+ <string>uni217C</string>
+ <string>twelveroman</string>
+ <string>elevenroman</string>
+ <string>lambdabar</string>
+ <string>pipe</string>
+ <string>tenroman</string>
+ <string>nineroman</string>
+ <string>eightroman</string>
+ <string>sevenroman</string>
+ <string>fiveroman</string>
+ <string>fourroman</string>
+ <string>threeroman</string>
+ <string>tworoman</string>
+ <string>oneroman</string>
+ <string>underscoredblnosp</string>
+ <string>ysuper</string>
+ <string>tackrightsubnosp</string>
+ <string>rsuper</string>
+ <string>Sampi</string>
+ <string>schwa</string>
+ <string>uni1DDA</string>
+ <string>koppacyrillic</string>
+ <string>Koppacyrillic</string>
+ <string>titlocyrilliccmb</string>
+ <string>thousandcyrillic</string>
+ <string>dasiapneumatacyrilliccmb</string>
+ <string>palatalizationcyrilliccmb</string>
+ <string>uni0487</string>
+ <string>psilipneumatacyrilliccmb</string>
+ <string>uni0489</string>
+ <string>uni0488</string>
+ <string>uni20F0</string>
+ <string>eshcurl</string>
+ <string>quotereversed</string>
+ <string>romanfive</string>
+ <string>tonetwo</string>
+ <string>uni1FDD</string>
+ <string>uni1FDE</string>
+ <string>uni1FDF</string>
+ <string>slashshortnosp</string>
+ <string>ezhtail</string>
+ <string>uni1DF0</string>
+ <string>uni1DF1</string>
+ <string>uni1DF2</string>
+ <string>uni1DF3</string>
+ <string>uni1DF4</string>
+ <string>uni1DF5</string>
+ <string>caronbelowcmb</string>
+ <string>acutesubnosp</string>
+ <string>romantwo</string>
+ <string>eight.sup</string>
+ <string>finalkaf</string>
+ <string>uni1DFC</string>
+ <string>uni1DFD</string>
+ <string>uni1DFE</string>
+ <string>uni1DFF</string>
+ <string>uni1FEF</string>
+ <string>dblprimemod</string>
+ <string>Ezhreversed</string>
+ <string>ezhreversed</string>
+ <string>Ezh</string>
+ <string>romanfifty</string>
+ <string>ringhalfright</string>
+ <string>Ismallcap</string>
+ <string>uptackmod</string>
+ <string>hyphendot</string>
+ <string>uniFE29</string>
+ <string>epsilon1revhook</string>
+ <string>uniFE20</string>
+ <string>uniFE21</string>
+ <string>uniFE22</string>
+ <string>uniFE23</string>
+ <string>uniFE24</string>
+ <string>uniFE25</string>
+ <string>uniFE26</string>
+ <string>uniFE27</string>
+ <string>lyogh</string>
+ <string>uniFE2A</string>
+ <string>uniFE2B</string>
+ <string>uniFE2C</string>
+ <string>uniFE2D</string>
+ <string>gammasuper</string>
+ <string>Nsmallcap</string>
+ <string>uni2098</string>
+ <string>uni2099</string>
+ <string>uni2090</string>
+ <string>uni2091</string>
+ <string>uni2092</string>
+ <string>uni2093</string>
+ <string>uni2094</string>
+ <string>uni2095</string>
+ <string>uni2096</string>
+ <string>uni2097</string>
+ <string>uni02B2.ccmp</string>
+ <string>bridgeinvsubnosp</string>
+ <string>uni209A</string>
+ <string>uni209B</string>
+ <string>uni209C</string>
+ <string>esh</string>
+ <string>cyrillictic</string>
+ <string>uni1DEE</string>
+ <string>uni1DED</string>
+ <string>uni1DEF</string>
+ <string>uni1DEA</string>
+ <string>uni1DEC</string>
+ <string>uni1DEB</string>
+ <string>pipedbl</string>
+ <string>controlHT</string>
+ <string>uni1DE8</string>
+ <string>uni1DE5</string>
+ <string>uni1DE4</string>
+ <string>uni1DE7</string>
+ <string>uni1DE6</string>
+ <string>uni1DE1</string>
+ <string>uni1DE0</string>
+ <string>uni1DE3</string>
+ <string>controlSOT</string>
+ <string>uniA92E</string>
+ <string>commaabovecmb</string>
+ <string>commaaboverightcmb</string>
+ <string>hooksubpalatnosp</string>
+ <string>ezhcaron</string>
+ <string>Ezhcaron</string>
+ <string>uniE001</string>
+ <string>circleblack</string>
+ <string>circlewhite</string>
+ <string>diamondblack</string>
+ <string>diamondblack_x</string>
+ <string>diamondwhite</string>
+ <string>diamondwhite_x</string>
+ <string>Eth</string>
+ <string>Dcroat</string>
+ <string>IJ</string>
+ <string>Ldot</string>
+ <string>Tbar</string>
+ <string>Obar</string>
+ <string>LJ</string>
+ <string>NJ</string>
+ <string>DZ</string>
+ <string>Agrave</string>
+ <string>Aacute</string>
+ <string>Acircumflex</string>
+ <string>Aring</string>
+ <string>Amacron</string>
+ <string>Abreve</string>
+ <string>Aogonek</string>
+ <string>Acaron</string>
+ <string>Adieresismacron</string>
+ <string>Adotmacron</string>
+ <string>Aringacute</string>
+ <string>Adblgrave</string>
+ <string>Ainvertedbreve</string>
+ <string>uni0226</string>
+ <string>Aringbelow</string>
+ <string>Adotbelow</string>
+ <string>Ahookabove</string>
+ <string>Acircumflexacute</string>
+ <string>Acircumflexgrave</string>
+ <string>Acircumflexhookabove</string>
+ <string>Acircumflextilde</string>
+ <string>Acircumflexdotbelow</string>
+ <string>Abreveacute</string>
+ <string>Abrevegrave</string>
+ <string>Abrevehookabove</string>
+ <string>Abrevetilde</string>
+ <string>Abrevedotbelow</string>
+ <string>AEmacron</string>
+ <string>AEacute</string>
+ <string>Bdotaccent</string>
+ <string>Bdotbelow</string>
+ <string>Blinebelow</string>
+ <string>Ccedilla</string>
+ <string>Cacute</string>
+ <string>Ccircumflex</string>
+ <string>Cdotaccent</string>
+ <string>Ccaron</string>
+ <string>Ccedillaacute</string>
+ <string>Dcaron</string>
+ <string>Ddotaccent</string>
+ <string>Ddotbelow</string>
+ <string>Dlinebelow</string>
+ <string>Dcedilla</string>
+ <string>Dcircumflexbelow</string>
+ <string>Egrave</string>
+ <string>Eacute</string>
+ <string>Ecircumflex</string>
+ <string>Edieresis</string>
+ <string>Emacron</string>
+ <string>Ebreve</string>
+ <string>Edotaccent</string>
+ <string>Eogonek</string>
+ <string>Ecaron</string>
+ <string>Edblgrave</string>
+ <string>Einvertedbreve</string>
+ <string>uni0228</string>
+ <string>Emacrongrave</string>
+ <string>Emacronacute</string>
+ <string>Ecircumflexbelow</string>
+ <string>Etildebelow</string>
+ <string>Ecedillabreve</string>
+ <string>Edotbelow</string>
+ <string>Ehookabove</string>
+ <string>Etilde</string>
+ <string>Ecircumflexacute</string>
+ <string>Ecircumflexgrave</string>
+ <string>Ecircumflexhookabove</string>
+ <string>Ecircumflextilde</string>
+ <string>Ecircumflexdotbelow</string>
+ <string>Fdotaccent</string>
+ <string>Gcircumflex</string>
+ <string>Gbreve</string>
+ <string>Gdotaccent</string>
+ <string>Gcommaaccent</string>
+ <string>Gcaron</string>
+ <string>Gacute</string>
+ <string>Gmacron</string>
+ <string>Hcircumflex</string>
+ <string>uni021E</string>
+ <string>Hdotaccent</string>
+ <string>Hdotbelow</string>
+ <string>Hdieresis</string>
+ <string>Hbrevebelow</string>
+ <string>Igrave</string>
+ <string>Iacute</string>
+ <string>Icircumflex</string>
+ <string>Itilde</string>
+ <string>Imacron</string>
+ <string>Ibreve</string>
+ <string>Iogonek</string>
+ <string>Idotaccent</string>
+ <string>Icaron</string>
+ <string>Idblgrave</string>
+ <string>Iinvertedbreve</string>
+ <string>Ihookabove</string>
+ <string>Idotbelow</string>
+ <string>Jcircumflex</string>
+ <string>Kcommaaccent</string>
+ <string>Kcaron</string>
+ <string>Kacute</string>
+ <string>Kdotbelow</string>
+ <string>Klinebelow</string>
+ <string>Lacute</string>
+ <string>Lcommaaccent</string>
+ <string>Lcaron</string>
+ <string>Ldotbelow</string>
+ <string>Ldotbelowmacron</string>
+ <string>Llinebelow</string>
+ <string>Lcircumflexbelow</string>
+ <string>Macute</string>
+ <string>Mdotaccent</string>
+ <string>Mdotbelow</string>
+ <string>Ntilde</string>
+ <string>Nacute</string>
+ <string>Ncommaaccent</string>
+ <string>Ncaron</string>
+ <string>uni01F8</string>
+ <string>Ndotaccent</string>
+ <string>Ndotbelow</string>
+ <string>Nlinebelow</string>
+ <string>Ncircumflexbelow</string>
+ <string>Ograve</string>
+ <string>Oacute</string>
+ <string>Ocircumflex</string>
+ <string>Omacron</string>
+ <string>Obreve</string>
+ <string>Ohungarumlaut</string>
+ <string>Ocaron</string>
+ <string>Oogonek</string>
+ <string>Oogonekmacron</string>
+ <string>Odblgrave</string>
+ <string>Oinvertedbreve</string>
+ <string>uni022A</string>
+ <string>uni022C</string>
+ <string>uni022E</string>
+ <string>uni0230</string>
+ <string>Otildeacute</string>
+ <string>Otildedieresis</string>
+ <string>Omacrongrave</string>
+ <string>Omacronacute</string>
+ <string>Odotbelow</string>
+ <string>Ohookabove</string>
+ <string>Ocircumflexacute</string>
+ <string>Ocircumflexgrave</string>
+ <string>Ocircumflexhookabove</string>
+ <string>Ocircumflextilde</string>
+ <string>Ocircumflexdotbelow</string>
+ <string>Ohornacute</string>
+ <string>Ohorngrave</string>
+ <string>Ohornhookabove</string>
+ <string>Ohorntilde</string>
+ <string>Ohorndotbelow</string>
+ <string>Oslashacute</string>
+ <string>Pacute</string>
+ <string>Pdotaccent</string>
+ <string>Racute</string>
+ <string>Rcommaaccent</string>
+ <string>Rcaron</string>
+ <string>Rdblgrave</string>
+ <string>Rinvertedbreve</string>
+ <string>Rdotaccent</string>
+ <string>Rdotbelow</string>
+ <string>Rdotbelowmacron</string>
+ <string>Rlinebelow</string>
+ <string>Sacute</string>
+ <string>Scircumflex</string>
+ <string>Scedilla</string>
+ <string>Scaron</string>
+ <string>Scommaaccent</string>
+ <string>Sdotaccent</string>
+ <string>Sdotbelow</string>
+ <string>Sacutedotaccent</string>
+ <string>Scarondotaccent</string>
+ <string>Sdotbelowdotaccent</string>
+ <string>Tcommaaccent</string>
+ <string>Tcaron</string>
+ <string>uni021A</string>
+ <string>Tdotaccent</string>
+ <string>Tdotbelow</string>
+ <string>Tlinebelow</string>
+ <string>Tcircumflexbelow</string>
+ <string>Ugrave</string>
+ <string>Uacute</string>
+ <string>Ucircumflex</string>
+ <string>Udieresis</string>
+ <string>Utilde</string>
+ <string>Umacron</string>
+ <string>Ubreve</string>
+ <string>Uring</string>
+ <string>Uhungarumlaut</string>
+ <string>Uogonek</string>
+ <string>Ucaron</string>
+ <string>Udieresismacron</string>
+ <string>Udieresisacute</string>
+ <string>Udieresiscaron</string>
+ <string>Udieresisgrave</string>
+ <string>Udblgrave</string>
+ <string>Uinvertedbreve</string>
+ <string>Udieresisbelow</string>
+ <string>Utildebelow</string>
+ <string>Ucircumflexbelow</string>
+ <string>Utildeacute</string>
+ <string>Umacrondieresis</string>
+ <string>Udotbelow</string>
+ <string>Uhookabove</string>
+ <string>Uhornacute</string>
+ <string>Uhorngrave</string>
+ <string>Uhornhookabove</string>
+ <string>Uhorntilde</string>
+ <string>Uhorndotbelow</string>
+ <string>Vtilde</string>
+ <string>Vdotbelow</string>
+ <string>Wcircumflex</string>
+ <string>Wgrave</string>
+ <string>Wacute</string>
+ <string>Wdieresis</string>
+ <string>Wdotaccent</string>
+ <string>Wdotbelow</string>
+ <string>Xdotaccent</string>
+ <string>Xdieresis</string>
+ <string>Yacute</string>
+ <string>Ycircumflex</string>
+ <string>Ydieresis</string>
+ <string>uni0232</string>
+ <string>Ydotaccent</string>
+ <string>Ygrave</string>
+ <string>Ydotbelow</string>
+ <string>Yhookabove</string>
+ <string>Ytilde</string>
+ <string>Zacute</string>
+ <string>Zdotaccent</string>
+ <string>Zcaron</string>
+ <string>Zcircumflex</string>
+ <string>Zdotbelow</string>
+ <string>Zlinebelow</string>
+ <string>Aogonek.NAV</string>
+ <string>Eogonek.NAV</string>
+ <string>Oogonek.NAV</string>
+ <string>uni037F</string>
+ <string>Alpha</string>
+ <string>Alphatonos</string>
+ <string>uni1F08</string>
+ <string>uni1F09</string>
+ <string>uni1F0A</string>
+ <string>uni1F0B</string>
+ <string>uni1F0C</string>
+ <string>uni1F0D</string>
+ <string>uni1F0E</string>
+ <string>uni1F0F</string>
+ <string>uni1FB8</string>
+ <string>uni1FB9</string>
+ <string>uni1FBA</string>
+ <string>Beta</string>
+ <string>Epsilon</string>
+ <string>Epsilontonos</string>
+ <string>uni1F18</string>
+ <string>uni1F19</string>
+ <string>uni1F1A</string>
+ <string>uni1F1B</string>
+ <string>uni1F1C</string>
+ <string>uni1F1D</string>
+ <string>uni1FC8</string>
+ <string>Zeta</string>
+ <string>Eta</string>
+ <string>Etatonos</string>
+ <string>uni1F28</string>
+ <string>uni1F29</string>
+ <string>uni1F2A</string>
+ <string>uni1F2B</string>
+ <string>uni1F2C</string>
+ <string>uni1F2D</string>
+ <string>uni1F2E</string>
+ <string>uni1F2F</string>
+ <string>uni1FCA</string>
+ <string>Iota</string>
+ <string>Iotatonos</string>
+ <string>Iotadieresis</string>
+ <string>uni1F38</string>
+ <string>uni1F39</string>
+ <string>uni1F3A</string>
+ <string>uni1F3B</string>
+ <string>uni1F3C</string>
+ <string>uni1F3D</string>
+ <string>uni1F3E</string>
+ <string>uni1F3F</string>
+ <string>uni1FD8</string>
+ <string>uni1FD9</string>
+ <string>uni1FDA</string>
+ <string>Kappa</string>
+ <string>Mu</string>
+ <string>Nu</string>
+ <string>Omicron</string>
+ <string>Omicrontonos</string>
+ <string>uni1F48</string>
+ <string>uni1F49</string>
+ <string>uni1F4A</string>
+ <string>uni1F4B</string>
+ <string>uni1F4C</string>
+ <string>uni1F4D</string>
+ <string>uni1FF8</string>
+ <string>Rho</string>
+ <string>uni1FEC</string>
+ <string>Tau</string>
+ <string>Upsilon</string>
+ <string>Upsilontonos</string>
+ <string>Upsilondieresis</string>
+ <string>uni1F59</string>
+ <string>uni1F5B</string>
+ <string>uni1F5D</string>
+ <string>uni1F5F</string>
+ <string>uni1FE8</string>
+ <string>uni1FE9</string>
+ <string>uni1FEA</string>
+ <string>Chi</string>
+ <string>uni03F4</string>
+ <string>uni03F7</string>
+ <string>uni03F9</string>
+ <string>uni03FA</string>
+ <string>uni1FBB</string>
+ <string>uni1FC9</string>
+ <string>uni1FCB</string>
+ <string>uni1FDB</string>
+ <string>uni1FEB</string>
+ <string>uni1FF9</string>
+ <string>uni1FFB</string>
+ <string>Omegatonos</string>
+ <string>uni1F68</string>
+ <string>uni1F69</string>
+ <string>uni1F6A</string>
+ <string>uni1F6B</string>
+ <string>uni1F6C</string>
+ <string>uni1F6D</string>
+ <string>uni1F6E</string>
+ <string>uni1F6F</string>
+ <string>uni1FFA</string>
+ <string>Upsilonacutehooksymbolgreek</string>
+ <string>Upsilondieresishooksymbolgreek</string>
+ <string>afii10054</string>
+ <string>afii10055</string>
+ <string>afii10056</string>
+ <string>afii10057</string>
+ <string>afii10017</string>
+ <string>Abrevecyrillic</string>
+ <string>Adieresiscyrillic</string>
+ <string>afii10019</string>
+ <string>afii10020</string>
+ <string>afii10052</string>
+ <string>afii10022</string>
+ <string>uni0400</string>
+ <string>afii10023</string>
+ <string>Iebrevecyrillic</string>
+ <string>afii10030</string>
+ <string>afii10031</string>
+ <string>afii10032</string>
+ <string>Odieresiscyrillic</string>
+ <string>afii10033</string>
+ <string>afii10034</string>
+ <string>afii10035</string>
+ <string>afii10036</string>
+ <string>afii10039</string>
+ <string>afii10146</string>
+ <string>Psicyrillic</string>
+ <string>Ukcyrillic</string>
+ <string>uni048C</string>
+ <string>Ghestrokecyrillic</string>
+ <string>Zedescendercyrillic</string>
+ <string>Esdescendercyrillic</string>
+ <string>Tedescendercyrillic</string>
+ <string>Ustraightcyrillic</string>
+ <string>Ustraightstrokecyrillic</string>
+ <string>Chedescenderabkhasiancyrillic</string>
+ <string>palochkacyrillic</string>
+ <string>Chekhakassiancyrillic</string>
+ <string>Aiecyrillic</string>
+ <string>Obarredcyrillic</string>
+ <string>Obarreddieresiscyrillic</string>
+ <string>uni04F6</string>
+ <string>uni04FE</string>
+ <string>afii10061</string>
+ <string>Schwadieresiscyrillic</string>
+ <string>Zhebrevecyrillic</string>
+ <string>Zhedieresiscyrillic</string>
+ <string>Zedieresiscyrillic</string>
+ <string>uni040D</string>
+ <string>afii10027</string>
+ <string>Imacroncyrillic</string>
+ <string>Idieresiscyrillic</string>
+ <string>afii10062</string>
+ <string>Umacroncyrillic</string>
+ <string>Udieresiscyrillic</string>
+ <string>Uhungarumlautcyrillic</string>
+ <string>Chedieresiscyrillic</string>
+ <string>Yerudieresiscyrillic</string>
+ <string>uni04EC</string>
+ <string>Izhitsadblgravecyrillic</string>
+ <string>hbar</string>
+ <string>ij</string>
+ <string>ldot</string>
+ <string>napostrophe</string>
+ <string>tbar</string>
+ <string>nlegrightlong</string>
+ <string>lj</string>
+ <string>nj</string>
+ <string>eturn</string>
+ <string>obar</string>
+ <string>uni0299</string>
+ <string>uni029C</string>
+ <string>arighthalfring</string>
+ <string>agrave</string>
+ <string>aacute</string>
+ <string>acircumflex</string>
+ <string>aring</string>
+ <string>amacron</string>
+ <string>abreve</string>
+ <string>aogonek</string>
+ <string>acaron</string>
+ <string>adieresismacron</string>
+ <string>adotmacron</string>
+ <string>aringacute</string>
+ <string>adblgrave</string>
+ <string>ainvertedbreve</string>
+ <string>uni0227</string>
+ <string>aringbelow</string>
+ <string>adotbelow</string>
+ <string>ahookabove</string>
+ <string>acircumflexacute</string>
+ <string>acircumflexgrave</string>
+ <string>acircumflexhookabove</string>
+ <string>acircumflextilde</string>
+ <string>acircumflexdotbelow</string>
+ <string>abreveacute</string>
+ <string>abrevegrave</string>
+ <string>abrevehookabove</string>
+ <string>abrevetilde</string>
+ <string>abrevedotbelow</string>
+ <string>aemacron</string>
+ <string>aeacute</string>
+ <string>bdotaccent</string>
+ <string>bdotbelow</string>
+ <string>blinebelow</string>
+ <string>ccedilla</string>
+ <string>cacute</string>
+ <string>ccircumflex</string>
+ <string>cdotaccent</string>
+ <string>ccaron</string>
+ <string>ccedillaacute</string>
+ <string>dcaron</string>
+ <string>ddotaccent</string>
+ <string>ddotbelow</string>
+ <string>dlinebelow</string>
+ <string>dcedilla</string>
+ <string>dcircumflexbelow</string>
+ <string>egrave</string>
+ <string>eacute</string>
+ <string>ecircumflex</string>
+ <string>emacron</string>
+ <string>ebreve</string>
+ <string>edotaccent</string>
+ <string>eogonek</string>
+ <string>ecaron</string>
+ <string>edblgrave</string>
+ <string>einvertedbreve</string>
+ <string>uni0229</string>
+ <string>emacrongrave</string>
+ <string>emacronacute</string>
+ <string>ecircumflexbelow</string>
+ <string>etildebelow</string>
+ <string>ecedillabreve</string>
+ <string>edotbelow</string>
+ <string>ehookabove</string>
+ <string>etilde</string>
+ <string>ecircumflexacute</string>
+ <string>ecircumflexgrave</string>
+ <string>ecircumflexhookabove</string>
+ <string>ecircumflextilde</string>
+ <string>ecircumflexdotbelow</string>
+ <string>fdotaccent</string>
+ <string>gcircumflex</string>
+ <string>gbreve</string>
+ <string>gdotaccent</string>
+ <string>gcommaaccent</string>
+ <string>gcaron</string>
+ <string>gacute</string>
+ <string>gmacron</string>
+ <string>hcircumflex</string>
+ <string>uni021F</string>
+ <string>hdotaccent</string>
+ <string>hdotbelow</string>
+ <string>hdieresis</string>
+ <string>hbrevebelow</string>
+ <string>hlinebelow</string>
+ <string>igrave</string>
+ <string>iacute</string>
+ <string>icircumflex</string>
+ <string>imacron</string>
+ <string>ibreve</string>
+ <string>iogonek</string>
+ <string>icaron</string>
+ <string>idblgrave</string>
+ <string>iinvertedbreve</string>
+ <string>ihookabove</string>
+ <string>idotbelow</string>
+ <string>jcircumflex</string>
+ <string>jcaron</string>
+ <string>kcommaaccent</string>
+ <string>kcaron</string>
+ <string>kacute</string>
+ <string>kdotbelow</string>
+ <string>klinebelow</string>
+ <string>lacute</string>
+ <string>lcommaaccent</string>
+ <string>lcaron</string>
+ <string>ldotbelow</string>
+ <string>ldotbelowmacron</string>
+ <string>llinebelow</string>
+ <string>lcircumflexbelow</string>
+ <string>macute</string>
+ <string>mdotaccent</string>
+ <string>mdotbelow</string>
+ <string>nacute</string>
+ <string>ncommaaccent</string>
+ <string>ncaron</string>
+ <string>uni01F9</string>
+ <string>ndotaccent</string>
+ <string>ndotbelow</string>
+ <string>nlinebelow</string>
+ <string>ncircumflexbelow</string>
+ <string>ograve</string>
+ <string>oacute</string>
+ <string>ocircumflex</string>
+ <string>omacron</string>
+ <string>obreve</string>
+ <string>ohungarumlaut</string>
+ <string>ocaron</string>
+ <string>oogonek</string>
+ <string>oogonekmacron</string>
+ <string>odblgrave</string>
+ <string>oinvertedbreve</string>
+ <string>uni022B</string>
+ <string>uni022D</string>
+ <string>uni022F</string>
+ <string>uni0231</string>
+ <string>otildeacute</string>
+ <string>otildedieresis</string>
+ <string>omacrongrave</string>
+ <string>omacronacute</string>
+ <string>odotbelow</string>
+ <string>ohookabove</string>
+ <string>ocircumflexacute</string>
+ <string>ocircumflexgrave</string>
+ <string>ocircumflexhookabove</string>
+ <string>ocircumflextilde</string>
+ <string>ocircumflexdotbelow</string>
+ <string>ohornacute</string>
+ <string>ohorngrave</string>
+ <string>ohornhookabove</string>
+ <string>ohorntilde</string>
+ <string>ohorndotbelow</string>
+ <string>oslashacute</string>
+ <string>pacute</string>
+ <string>pdotaccent</string>
+ <string>racute</string>
+ <string>rcommaaccent</string>
+ <string>rcaron</string>
+ <string>rdblgrave</string>
+ <string>rinvertedbreve</string>
+ <string>rdotaccent</string>
+ <string>rdotbelow</string>
+ <string>rdotbelowmacron</string>
+ <string>rlinebelow</string>
+ <string>sacute</string>
+ <string>scircumflex</string>
+ <string>scedilla</string>
+ <string>scaron</string>
+ <string>scommaaccent</string>
+ <string>sdotaccent</string>
+ <string>sdotbelow</string>
+ <string>sacutedotaccent</string>
+ <string>scarondotaccent</string>
+ <string>sdotbelowdotaccent</string>
+ <string>tcommaaccent</string>
+ <string>tcaron</string>
+ <string>uni021B</string>
+ <string>tdotaccent</string>
+ <string>tdotbelow</string>
+ <string>tlinebelow</string>
+ <string>tcircumflexbelow</string>
+ <string>tdieresis</string>
+ <string>ugrave</string>
+ <string>uacute</string>
+ <string>ucircumflex</string>
+ <string>umacron</string>
+ <string>ubreve</string>
+ <string>uring</string>
+ <string>uhungarumlaut</string>
+ <string>uogonek</string>
+ <string>ucaron</string>
+ <string>udieresismacron</string>
+ <string>udieresisacute</string>
+ <string>udieresiscaron</string>
+ <string>udieresisgrave</string>
+ <string>udblgrave</string>
+ <string>uinvertedbreve</string>
+ <string>udieresisbelow</string>
+ <string>utildebelow</string>
+ <string>ucircumflexbelow</string>
+ <string>utildeacute</string>
+ <string>umacrondieresis</string>
+ <string>udotbelow</string>
+ <string>uhookabove</string>
+ <string>uhornacute</string>
+ <string>uhorngrave</string>
+ <string>uhornhookabove</string>
+ <string>uhorntilde</string>
+ <string>uhorndotbelow</string>
+ <string>vtilde</string>
+ <string>vdotbelow</string>
+ <string>wcircumflex</string>
+ <string>wgrave</string>
+ <string>wacute</string>
+ <string>wdotaccent</string>
+ <string>wdotbelow</string>
+ <string>wring</string>
+ <string>xdotaccent</string>
+ <string>xdieresis</string>
+ <string>yacute</string>
+ <string>ycircumflex</string>
+ <string>uni0233</string>
+ <string>ydotaccent</string>
+ <string>yring</string>
+ <string>ygrave</string>
+ <string>ydotbelow</string>
+ <string>yhookabove</string>
+ <string>ytilde</string>
+ <string>zacute</string>
+ <string>zdotaccent</string>
+ <string>zcaron</string>
+ <string>zcircumflex</string>
+ <string>zdotbelow</string>
+ <string>zlinebelow</string>
+ <string>aogonek.NAV</string>
+ <string>eogonek.NAV</string>
+ <string>oogonek.NAV</string>
+ <string>kappa</string>
+ <string>mugreek</string>
+ <string>nu</string>
+ <string>omicron</string>
+ <string>omicrontonos</string>
+ <string>uni1F40</string>
+ <string>uni1F41</string>
+ <string>uni1F42</string>
+ <string>uni1F43</string>
+ <string>uni1F44</string>
+ <string>uni1F45</string>
+ <string>uni1F78</string>
+ <string>sigmalunatesymbolgreek</string>
+ <string>yotgreek</string>
+ <string>uni03F8</string>
+ <string>uni1F71</string>
+ <string>uni1F73</string>
+ <string>uni1F75</string>
+ <string>uni1F77</string>
+ <string>uni1F79</string>
+ <string>uni1F7B</string>
+ <string>uni1F7D</string>
+ <string>uni1FD3</string>
+ <string>uni1FE3</string>
+ <string>alphatonos</string>
+ <string>uni1F00</string>
+ <string>uni1F01</string>
+ <string>uni1F02</string>
+ <string>uni1F03</string>
+ <string>uni1F04</string>
+ <string>uni1F05</string>
+ <string>uni1F06</string>
+ <string>uni1F07</string>
+ <string>uni1F70</string>
+ <string>uni1F80</string>
+ <string>uni1F81</string>
+ <string>uni1F82</string>
+ <string>uni1F83</string>
+ <string>uni1F84</string>
+ <string>uni1F85</string>
+ <string>uni1F86</string>
+ <string>uni1F87</string>
+ <string>uni1FB0</string>
+ <string>uni1FB1</string>
+ <string>uni1FB2</string>
+ <string>uni1FB3</string>
+ <string>uni1FB4</string>
+ <string>uni1FB6</string>
+ <string>uni1FB7</string>
+ <string>epsilontonos</string>
+ <string>uni1F10</string>
+ <string>uni1F11</string>
+ <string>uni1F12</string>
+ <string>uni1F13</string>
+ <string>uni1F14</string>
+ <string>uni1F15</string>
+ <string>uni1F72</string>
+ <string>etatonos</string>
+ <string>uni1F20</string>
+ <string>uni1F21</string>
+ <string>uni1F22</string>
+ <string>uni1F23</string>
+ <string>uni1F24</string>
+ <string>uni1F25</string>
+ <string>uni1F26</string>
+ <string>uni1F27</string>
+ <string>uni1F74</string>
+ <string>uni1F90</string>
+ <string>uni1F91</string>
+ <string>uni1F92</string>
+ <string>uni1F93</string>
+ <string>uni1F94</string>
+ <string>uni1F95</string>
+ <string>uni1F96</string>
+ <string>uni1F97</string>
+ <string>uni1FC2</string>
+ <string>uni1FC3</string>
+ <string>uni1FC4</string>
+ <string>uni1FC6</string>
+ <string>uni1FC7</string>
+ <string>iotadieresistonos</string>
+ <string>iotatonos</string>
+ <string>iotadieresis</string>
+ <string>uni1F30</string>
+ <string>uni1F31</string>
+ <string>uni1F32</string>
+ <string>uni1F33</string>
+ <string>uni1F34</string>
+ <string>uni1F35</string>
+ <string>uni1F36</string>
+ <string>uni1F37</string>
+ <string>uni1F76</string>
+ <string>uni1FD0</string>
+ <string>uni1FD1</string>
+ <string>uni1FD2</string>
+ <string>uni1FD6</string>
+ <string>uni1FD7</string>
+ <string>omegatonos</string>
+ <string>uni1F60</string>
+ <string>uni1F61</string>
+ <string>uni1F62</string>
+ <string>uni1F63</string>
+ <string>uni1F64</string>
+ <string>uni1F65</string>
+ <string>uni1F66</string>
+ <string>uni1F67</string>
+ <string>uni1F7C</string>
+ <string>uni1FA0</string>
+ <string>uni1FA1</string>
+ <string>uni1FA2</string>
+ <string>uni1FA3</string>
+ <string>uni1FA4</string>
+ <string>uni1FA5</string>
+ <string>uni1FA6</string>
+ <string>uni1FA7</string>
+ <string>uni1FF2</string>
+ <string>uni1FF3</string>
+ <string>uni1FF4</string>
+ <string>uni1FF6</string>
+ <string>uni1FF7</string>
+ <string>uni1FE4</string>
+ <string>uni1FE5</string>
+ <string>upsilondieresistonos</string>
+ <string>upsilondieresis</string>
+ <string>upsilontonos</string>
+ <string>uni1F50</string>
+ <string>uni1F51</string>
+ <string>uni1F52</string>
+ <string>uni1F53</string>
+ <string>uni1F54</string>
+ <string>uni1F55</string>
+ <string>uni1F56</string>
+ <string>uni1F57</string>
+ <string>uni1F7A</string>
+ <string>uni1FE0</string>
+ <string>uni1FE1</string>
+ <string>uni1FE2</string>
+ <string>uni1FE6</string>
+ <string>uni1FE7</string>
+ <string>afii10065</string>
+ <string>abrevecyrillic</string>
+ <string>adieresiscyrillic</string>
+ <string>iecyrillic</string>
+ <string>uni0450</string>
+ <string>iocyrillic</string>
+ <string>iebrevecyrillic</string>
+ <string>ocyrillic</string>
+ <string>odieresiscyrillic</string>
+ <string>ercyrillic</string>
+ <string>escyrillic</string>
+ <string>ucyrillic</string>
+ <string>ushortcyrillic</string>
+ <string>umacroncyrillic</string>
+ <string>udieresiscyrillic</string>
+ <string>uhungarumlautcyrillic</string>
+ <string>khacyrillic</string>
+ <string>dzecyrillic</string>
+ <string>icyrillic</string>
+ <string>yicyrillic</string>
+ <string>jecyrillic</string>
+ <string>psicyrillic</string>
+ <string>ukcyrillic</string>
+ <string>ghestrokecyrillic</string>
+ <string>zedescendercyrillic</string>
+ <string>esdescendercyrillic</string>
+ <string>tedescendercyrillic</string>
+ <string>ustraightcyrillic</string>
+ <string>ustraightstrokecyrillic</string>
+ <string>shhacyrillic</string>
+ <string>chedescenderabkhasiancyrillic</string>
+ <string>chekhakassiancyrillic</string>
+ <string>uni04CF</string>
+ <string>aiecyrillic</string>
+ <string>schwacyrillic</string>
+ <string>schwadieresiscyrillic</string>
+ <string>obarredcyrillic</string>
+ <string>obarreddieresiscyrillic</string>
+ <string>uni04F7</string>
+ <string>uni04FF</string>
+ <string>chedieresiscyrillic</string>
+ <string>uni04ED</string>
+ <string>gjecyrillic</string>
+ <string>iishortcyrillic</string>
+ <string>uni045D</string>
+ <string>imacroncyrillic</string>
+ <string>idieresiscyrillic</string>
+ <string>izhitsadblgravecyrillic</string>
+ <string>kjecyrillic</string>
+ <string>yerudieresiscyrillic</string>
+ <string>zedieresiscyrillic</string>
+ <string>zhebrevecyrillic</string>
+ <string>zhedieresiscyrillic</string>
+ <string>Lj</string>
+ <string>Nj</string>
+ <string>Dz</string>
+ <string>uni1F88</string>
+ <string>uni1F89</string>
+ <string>uni1F8A</string>
+ <string>uni1F8B</string>
+ <string>uni1F8C</string>
+ <string>uni1F8D</string>
+ <string>uni1F8E</string>
+ <string>uni1F8F</string>
+ <string>uni1FBC</string>
+ <string>uni1F98</string>
+ <string>uni1F99</string>
+ <string>uni1F9A</string>
+ <string>uni1F9B</string>
+ <string>uni1F9C</string>
+ <string>uni1F9D</string>
+ <string>uni1F9E</string>
+ <string>uni1F9F</string>
+ <string>uni1FCC</string>
+ <string>uni1FA8</string>
+ <string>uni1FA9</string>
+ <string>uni1FAA</string>
+ <string>uni1FAB</string>
+ <string>uni1FAC</string>
+ <string>uni1FAD</string>
+ <string>uni1FAE</string>
+ <string>uni1FAF</string>
+ <string>uni1FFC</string>
+ <string>apostrophemod</string>
+ <string>ypogegrammeni</string>
+ <string>horizontalbar</string>
+ <string>minute</string>
+ <string>second</string>
+ <string>exclamdbl</string>
+ <string>uni2047</string>
+ <string>uni2048</string>
+ <string>uni2049</string>
+ <string>franc</string>
+ <string>dong</string>
+ <string>nbspace</string>
+ <string>uni202F</string>
+ <string>uni205F</string>
+ <string>softhyphen</string>
+ <string>cyrillicbreve</string>
+ <string>uni1E2D.ccmp</string>
+ <string>uni1ECB.ccmp</string>
+ <string>tonebarextrahighmod.cn</string>
+ <string>tonebarextralowmod.cn</string>
+ <string>tonebarhighmod.cn</string>
+ <string>tonebarlowmod.cn</string>
+ <string>tonebarmidmod.cn</string>
+ <string>macronacutecomb.cn</string>
+ <string>macrongravecomb.cn</string>
+ <string>ringacute.cn</string>
+ <string>circumflexgravecomb.cn</string>
+ <string>dieresiscaroncomb.cn</string>
+ <string>dieresismacroncomb.cn</string>
+ <string>carondotcomb.cn</string>
+ <string>breveacutecomb.cn</string>
+ <string>acutedotcomb.cn</string>
+ <string>brevegravecomb.cn</string>
+ <string>circumflexacutecomb.cn</string>
+ <string>tildedieresiscomb.cn</string>
+ <string>circumflexhookcomb.cn</string>
+ <string>brevetildecomb.cn</string>
+ <string>dieresisacutecomb.cn</string>
+ <string>dotmacroncomb.cn</string>
+ <string>macrondieresiscomb.cn</string>
+ <string>dieresisgravecomb.cn</string>
+ <string>tildemacroncomb.cn</string>
+ <string>circumflextildecomb.cn</string>
+ <string>brevehookcomb.cn</string>
+ <string>commaaccentrotate.cn</string>
+ <string>tildeacutecomb.cn</string>
+ </array>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Black.ufo/metainfo.plist b/src/Inter-UI-Black.ufo/metainfo.plist
index f5ec4e54c..8e836fbfb 100644
--- a/src/Inter-UI-Black.ufo/metainfo.plist
+++ b/src/Inter-UI-Black.ufo/metainfo.plist
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>creator</key>
- <string>org.robofab.ufoLib</string>
- <key>formatVersion</key>
- <integer>2</integer>
-</dict>
+ <dict>
+ <key>creator</key>
+ <string>org.robofab.ufoLib</string>
+ <key>formatVersion</key>
+ <integer>3</integer>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Regular.ufo/features.fea b/src/Inter-UI-Regular.ufo/features.fea
index 020cf69a1..0b7026d0a 100644
--- a/src/Inter-UI-Regular.ufo/features.fea
+++ b/src/Inter-UI-Regular.ufo/features.fea
@@ -1 +1,1039 @@
-include(../features.fea);
+# Prefix: Languagesystems
+languagesystem DFLT dflt;
+languagesystem latn dflt;
+languagesystem latn MOL;
+languagesystem latn ROM;
+languagesystem latn FRA;
+languagesystem latn TRK;
+languagesystem latn AZE;
+languagesystem latn CRT;
+languagesystem latn NAV;
+languagesystem cyrl dflt;
+languagesystem grek dflt;
+
+
+# Prefix: Prefix
+# Common features shared by all weights
+
+# classes
+
+# gdef classes
+#table GDEF {
+# GlyphClassDef @GDEF_BASE, @GDEF_LIGATURE, @GDEF_MARK, @GDEF_COMPONENT;
+#} GDEF;
+# Glyph Composition/Decomposition
+# Access All Alternates
+# Localized Forms
+# Fractions
+# Case alternates
+# Contextual Alternates
+# Stylistic set 1: open digits
+# Tabular numbers
+# Slashed zero
+
+@UC_ROMAN = [
+ A - Z
+ AE AEacute Aacute Abreve Acircumflex Adieresis Agrave Alpha Alphatonos
+ Amacron Aogonek Aogonek.NAV Aring Aringacute Atilde Beta Cacute Ccaron
+ Ccedilla Ccircumflex Dcaron Dcroat Delta Eacute Ebreve Ecaron Ecircumflex
+ Edieresis Edotaccent Egrave Emacron Eng Eogonek Eogonek.NAV Epsilon
+ Epsilontonos Eta Etatonos Eth Gamma Gbreve Gcircumflex Gcommaaccent Germandbls
+ Hbar Hcircumflex IJ Iacute Ibreve Icircumflex Idieresis Igrave Imacron Iogonek
+ Iota Iotadieresis Iotatonos Itilde Jcircumflex Kappa Kcommaaccent Lacute
+ Lambda Lcaron Lcommaaccent Ldot L_slash Nacute Ncaron Ncommaaccent Ntilde Nu
+ OE Oacute Obreve Ocircumflex Odieresis Ograve Ohungarumlaut Omacron Omega
+ Omegatonos Omicron Omicrontonos Oogonek Oogonek.NAV Oslash Oslashacute Otilde
+ Phi Pi Psi Racute Rcaron Rcommaaccent Rho Sacute Scaron Scedilla Scircumflex
+ Sigma Tau Tbar Tcaron Theta Thorn Uacute Ubreve Ucircumflex Udieresis Ugrave
+ Uhungarumlaut Umacron Uogonek Upsilon Upsilondieresis Upsilontonos Uring
+ Utilde Wacute Wcircumflex Wdieresis Wgrave Xi Yacute Ycircumflex Ydieresis
+ Ygrave Zacute Zcaron Zdotaccent Zeta ampersand Cdotaccent Gdotaccent
+ Tcommaaccent Scommaaccent uni021A uni037F
+ ];
+
+@LC_ROMAN = [
+ a - z
+ ae aeacute aacute abreve acircumflex adieresis agrave alpha alphatonos
+ amacron aogonek aogonek.NAV aring aringacute atilde beta cacute ccaron
+ ccedilla ccircumflex dcaron dcroat delta eacute ebreve ecaron ecircumflex
+ edieresis edotaccent egrave emacron eng eogonek eogonek.NAV epsilon
+ epsilontonos eta etatonos eth gamma gbreve gcircumflex gcommaaccent
+ germandbls hbar hcircumflex ij iacute ibreve icircumflex idieresis igrave
+ imacron iogonek iota iotadieresis iotatonos itilde jcircumflex kappa
+ kcommaaccent lacute lambda lcaron lcommaaccent ldot lslash nacute ncaron
+ ncommaaccent ntilde nu oe oacute obreve ocircumflex odieresis ograve
+ ohungarumlaut omacron omega omegatonos omicron omicrontonos oogonek
+ oogonek.NAV oslash oslashacute otilde phi pi psi racute rcaron rcommaaccent
+ rho sacute scaron scedilla scircumflex sigma tau tbar tcaron theta thorn
+ uacute ubreve ucircumflex udieresis ugrave uhungarumlaut umacron uogonek
+ upsilon upsilondieresis upsilontonos uring utilde wacute wcircumflex
+ wdieresis wgrave xi yacute ycircumflex ydieresis ygrave zacute zcaron
+ zdotaccent zeta ampersand cdotaccent gdotaccent tcommaaccent scommaaccent
+ uni021B yotgreek
+ ];
+
+@UC_SET1 = [
+ zero one two three four five six seven eight nine
+ Euro Idotaccent Mu dollar
+ lira sterling afii10023 afii10051 afii10052 afii10053 afii10054 afii10055
+ afii10056 afii10057 afii10058 afii10059 afii10060 afii10061 afii10062
+ afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022
+ afii10024 afii10025 afii10026 afii10027 afii10029 afii10030 afii10031
+ afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038
+ afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045
+ afii10046 afii10047 afii10048 afii10049 afii10050 Ghestrokecyrillic
+ Zhedescendercyrillic Zedescendercyrillic Kadescendercyrillic
+ Kaverticalstrokecyrillic Kabashkircyrillic Endescendercyrillic
+ Haabkhasiancyrillic Esdescendercyrillic Ustraightcyrillic
+ Ustraightstrokecyrillic Hadescendercyrillic Tetsecyrillic
+ Cheverticalstrokecyrillic Shhacyrillic Cheabkhasiancyrillic
+ Chedescenderabkhasiancyrillic Schwacyrillic Dzeabkhasiancyrillic
+ Imacroncyrillic Obarredcyrillic Umacroncyrillic hryvnia tenge uni20BD numero
+ yen placeofinterestsign L_bar
+ ];
+
+@LC_SET1 = [
+ dotlessi sigma1 mugreek afii10065 becyrillic vecyrillic gecyrillic
+ decyrillic iecyrillic zhecyrillic zecyrillic iicyrillic iishortcyrillic
+ kacyrillic elcyrillic emcyrillic encyrillic ocyrillic pecyrillic ercyrillic
+ escyrillic tecyrillic ucyrillic efcyrillic khacyrillic tsecyrillic
+ checyrillic shacyrillic shchacyrillic hardsigncyrillic yericyrillic
+ softsigncyrillic ereversedcyrillic iucyrillic iacyrillic iocyrillic
+ djecyrillic gjecyrillic ecyrillic dzecyrillic icyrillic yicyrillic
+ jecyrillic ljecyrillic njecyrillic tshecyrillic kjecyrillic ushortcyrillic
+ dzhecyrillic gheupturncyrillic ghestrokecyrillic zhedescendercyrillic
+ zedescendercyrillic kadescendercyrillic kaverticalstrokecyrillic
+ kabashkircyrillic endescendercyrillic haabkhasiancyrillic
+ esdescendercyrillic ustraightcyrillic ustraightstrokecyrillic
+ hadescendercyrillic tetsecyrillic cheverticalstrokecyrillic shhacyrillic
+ cheabkhasiancyrillic chedescenderabkhasiancyrillic schwacyrillic
+ dzeabkhasiancyrillic imacroncyrillic obarredcyrillic umacroncyrillic zhook
+ ];
+
+@TNUM = [
+ zero.tnum one.tnum two.tnum three.tnum four.tnum five.tnum
+ six.tnum seven.tnum eight.tnum nine.tnum
+ ];
+
+@TNUM_L = [
+ zero one two three four five
+ six seven eight nine
+ one.1 four.1 six.1 nine.1
+ period comma
+ ];
+
+@TNUM_R = [
+ zero.tnum one.tnum two.tnum three.tnum four.tnum five.tnum
+ six.tnum seven.tnum eight.tnum nine.tnum
+ one.tnum.1 four.tnum.1 six.tnum.1 nine.tnum.1
+ period.tnum comma.tnum
+ ];
+
+@SS01_L = [ one four six nine ];
+
+@SS01_R = [ one.1 four.1 six.1 nine.1 ];
+
+@NUM = [ zero one two three four five six seven eight nine @TNUM @SS01_R ];
+
+@SPACE = [
+ space enspace emspace thirdemspace quarteremspace sixthemspace figurespace
+ punctuationspace thinspace hairspace zerowidthspace
+ ];
+
+@frac1 = [ zero one two three four five six seven eight nine ];
+
+@frac2 = [ zero.frac onesuperior twosuperior threesuperior 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 ];
+
+@frac4 = [ zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ];
+
+@GDEF_BASE = [
+ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
+ a b c d e f g h i j k l m n o p q r s t u v w x y z
+ AE AEacute AEmacron Aacute Abreve
+ Acaron Acircumflex Adieresis Agrave Alpha Alphatonos Amacron Aogonek
+ Aogonek.NAV Aring Aringacute Atilde Beta Cacute Ccaron Ccedilla Ccircumflex
+ Dcaron Dcroat Eacute Ebreve Ecaron Ecircumflex Edieresis Edotaccent Egrave
+ Emacron Eng Eogonek Eogonek.NAV Epsilon Epsilon1 Epsilontonos Esh Eta Etatonos
+ Eth Gacute Gamma Gbar Gbreve Gcaron Gcircumflex Gcommaaccent Gsmallcap
+ Gsmallcaphook Hbar Hcircumflex Iacute Istroke Ibreve Icaron Icircumflex
+ Idieresis Idotaccent Igrave Imacron Iogonek Iota Iota1 Iotadieresis Iotatonos
+ Ismallcap Itilde Jcircumflex Kappa Kcaron Kcommaaccent Lacute Lcaron
+ Lcommaaccent Ldot L_slash L_bar Lsmallcap Mu Nacute Ncaron Ncommaaccent
+ Nsmallcap Ntilde Nu OE OEsmallcap Oacute Obar Obreve Ocaron Ocircumflex
+ Odieresis Ograve Ohorn Ohungarumlaut Omacron Omega Omicron Omicrontonos
+ Oogonek Oogonek.NAV Oslash Oslashacute Otilde Racute Rcaron Rcommaaccent Rho
+ Rsmallcap Rsmallcapinv Sacute Scaron Scedilla Schwa Scircumflex Tau Tbar
+ Tcaron Uacute Ubreve Ucaron Ucircumflex Udieresis Ugrave Uhorn Uhungarumlaut
+ Umacron Uogonek Upsilon Upsilondieresis Upsilontonos Uring Utilde Wacute
+ Wcircumflex Wdieresis Wgrave Yacute Ycircumflex Ydieresis Ygrave Ysmallcap
+ Zacute Zbar Zcaron Zdotaccent Zeta a_uni02DE aacute abreve acaron acircumflex
+ adieresis ae aeacute aemacron agrave alpha alphatonos amacron aogonek
+ aogonek.NAV aring aringacute ascript ascriptturn atilde aturn babygamma bbar
+ bhook bullseye cacute ccaron ccedilla ccircumflex ccurl cedilla cstretch
+ dcaron dcroat dhook dotlessi drthook dyogh dz dzcurl eacute ebreve ecaron
+ ecircumflex edieresis edotaccent egrave emacron eng eogonek eogonek.NAV
+ epsilon epsilon1 epsilon1rev epsilon1revclosed epsilon1revhook epsilonclosed
+ epsilontonos erev esh eshcurl eshshortrev eta etatonos eturn finalkaf finalmem
+ hturnhook2 franc gacute gamma1 gbar gbreve gcaron gcircumflex gcommaaccent
+ gcursive ghook glottalstop glottalstopbar glottalstopbarrev glottalstopinv
+ glottalstoprevinv hbar hcircumflex henghook hhook hturn iacute ibar ibreve
+ icaron icircumflex idieresis igrave imacron iogonek iota iota1 iotadieresis
+ iotadieresistonos iotatonos itilde jcircumflex jcrosstail jdotlessbar
+ jhookdblbar kappa kcaron kcommaaccent kgreenlandic kturn lacute lbar lbelt
+ lcaron lcommaaccent ldot lmidtilde longs lrthook lslash lyogh mhook mturn
+ mturndescend nacute napostrophe ncaron ncommaaccent nlfthook nrthook ntilde nu
+ o_uni02DE oacute obar obreve ocaron ocircumflex odieresis oe ogonek ograve
+ ohorn ohungarumlaut omacron omega omegaclosed omegatonos omicron omicrontonos
+ oogonek oogonek.NAV oopen oslash oslashacute otilde philatin psi qhook racute
+ rcaron rcommaaccent rdescend rfishhook rfishhookrev rho rrthook rturn
+ rturnascend rturnrthook sacute scaron scedilla schwa schwahook scircumflex
+ srthook tbar tcaron tccurl tesh trthook ts tturn uacute ubar ubreve ucaron
+ ucircumflex udieresis ugrave uhorn uhungarumlaut umacron uni0069.ccmp
+ uni006A.ccmp Cdotaccent cdotaccent Gdotaccent gdotaccent uni012F.ccmp
+ Tcommaaccent tcommaaccent nlegrightlong Udieresismacron udieresismacron
+ Udieresisacute udieresisacute Udieresiscaron udieresiscaron Udieresisgrave
+ udieresisgrave Adieresismacron adieresismacron Adotmacron adotmacron
+ Oogonekmacron oogonekmacron jcaron uni01F8 uni01F9 Adblgrave adblgrave
+ Ainvertedbreve ainvertedbreve Edblgrave edblgrave Einvertedbreve
+ einvertedbreve Idblgrave idblgrave Iinvertedbreve iinvertedbreve Odblgrave
+ odblgrave Oinvertedbreve oinvertedbreve Rdblgrave rdblgrave Rinvertedbreve
+ rinvertedbreve Udblgrave udblgrave Uinvertedbreve uinvertedbreve Scommaaccent
+ scommaaccent uni021A uni021B uni021E uni021F uni0226 uni0227 uni0228 uni0229
+ uni022A uni022B uni022C uni022D uni022E uni022F uni0230 uni0231 uni0232
+ uni0233 dotlessj uni0243 uni0244 uni0248 uni0249 uni0249.ccmp uni024C uni024D
+ uni024E uni024F uni0268.ccmp ezh ezhcurl uni0299 uni029C uni029D.ccmp feng
+ uni02AB uni02AC hturnlthook rhotichookmod uni037F Upsilonhooksymbol
+ Upsilonacutehooksymbolgreek Upsilondieresishooksymbolgreek pisymbolgreek
+ sigmalunatesymbolgreek yotgreek uni03F3.ccmp uni03F4 uni03F9 uni03FA uni0400
+ afii10023 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057
+ afii10061 uni040D afii10062 afii10017 afii10019 afii10020 afii10022 afii10024
+ afii10025 afii10026 afii10027 afii10029 afii10030 afii10031 afii10032
+ afii10034 afii10035 afii10036 afii10037 afii10039 afii10041 afii10045
+ afii10047 afii10048 afii10049 afii10065 vecyrillic gecyrillic decyrillic
+ iecyrillic zhecyrillic zecyrillic iicyrillic iishortcyrillic kacyrillic
+ elcyrillic emcyrillic encyrillic ocyrillic pecyrillic ercyrillic escyrillic
+ tecyrillic ucyrillic efcyrillic khacyrillic tsecyrillic checyrillic
+ shacyrillic shchacyrillic yericyrillic ereversedcyrillic iucyrillic iacyrillic
+ uni0450 iocyrillic gjecyrillic ecyrillic dzecyrillic icyrillic uni0456.ccmp
+ yicyrillic jecyrillic uni0458.ccmp kjecyrillic uni045D ushortcyrillic
+ Omegacyrillic omegacyrillic ksicyrillic psicyrillic afii10147 fitacyrillic
+ afii10148 izhitsacyrillic Izhitsadblgravecyrillic izhitsadblgravecyrillic
+ omegaroundcyrillic otcyrillic Koppacyrillic koppacyrillic uni048A uni048B
+ Ghestrokecyrillic ghestrokecyrillic Zhedescendercyrillic zhedescendercyrillic
+ Zedescendercyrillic zedescendercyrillic kadescendercyrillic
+ Endescendercyrillic endescendercyrillic Haabkhasiancyrillic
+ haabkhasiancyrillic Esdescendercyrillic esdescendercyrillic
+ Tedescendercyrillic tedescendercyrillic Ustraightcyrillic
+ Ustraightstrokecyrillic Hadescendercyrillic hadescendercyrillic
+ Chedescendercyrillic chedescendercyrillic Shhacyrillic shhacyrillic
+ Cheabkhasiancyrillic cheabkhasiancyrillic palochkacyrillic Zhebrevecyrillic
+ zhebrevecyrillic uni04C6 uni04C9 uni04CA Chekhakassiancyrillic
+ chekhakassiancyrillic uni04CD uni04CE uni04CF Abrevecyrillic abrevecyrillic
+ Adieresiscyrillic adieresiscyrillic Aiecyrillic aiecyrillic Iebrevecyrillic
+ iebrevecyrillic Schwacyrillic schwacyrillic Schwadieresiscyrillic
+ schwadieresiscyrillic Zhedieresiscyrillic zhedieresiscyrillic
+ Zedieresiscyrillic zedieresiscyrillic Imacroncyrillic imacroncyrillic
+ Idieresiscyrillic idieresiscyrillic Odieresiscyrillic odieresiscyrillic
+ Obarredcyrillic obarredcyrillic Obarreddieresiscyrillic
+ obarreddieresiscyrillic uni04EC uni04ED Umacroncyrillic umacroncyrillic
+ Udieresiscyrillic udieresiscyrillic Uhungarumlautcyrillic
+ uhungarumlautcyrillic Chedieresiscyrillic chedieresiscyrillic uni04F6 uni04F7
+ Yerudieresiscyrillic yerudieresiscyrillic uni04FC uni04FD uni04FE uni04FF
+ uni052F Aringbelow aringbelow Bdotaccent bdotaccent Bdotbelow bdotbelow
+ Blinebelow blinebelow Ccedillaacute ccedillaacute Ddotaccent ddotaccent
+ Ddotbelow ddotbelow Dlinebelow dlinebelow Dcedilla dcedilla Dcircumflexbelow
+ dcircumflexbelow Emacrongrave emacrongrave Emacronacute emacronacute
+ Ecircumflexbelow ecircumflexbelow Etildebelow etildebelow Ecedillabreve
+ ecedillabreve Fdotaccent fdotaccent Gmacron gmacron Hdotaccent hdotaccent
+ Hdotbelow hdotbelow Hdieresis hdieresis Hbrevebelow hbrevebelow Itildebelow
+ itildebelow uni1E2D.ccmp Idieresisacute idieresisacute Kacute kacute Kdotbelow
+ kdotbelow Klinebelow klinebelow Ldotbelow ldotbelow Ldotbelowmacron
+ ldotbelowmacron Llinebelow llinebelow Lcircumflexbelow lcircumflexbelow Macute
+ macute Mdotaccent mdotaccent Mdotbelow mdotbelow Ndotaccent ndotaccent
+ Ndotbelow ndotbelow Nlinebelow nlinebelow Ncircumflexbelow ncircumflexbelow
+ Otildeacute otildeacute Otildedieresis otildedieresis Omacrongrave
+ omacrongrave Omacronacute omacronacute Pacute pacute Pdotaccent pdotaccent
+ Rdotaccent rdotaccent Rdotbelow rdotbelow Rdotbelowmacron rdotbelowmacron
+ Rlinebelow rlinebelow Sdotaccent sdotaccent Sdotbelow sdotbelow
+ Sacutedotaccent sacutedotaccent Scarondotaccent scarondotaccent
+ Sdotbelowdotaccent sdotbelowdotaccent Tdotaccent tdotaccent Tdotbelow
+ tdotbelow Tlinebelow tlinebelow Tcircumflexbelow tcircumflexbelow
+ Udieresisbelow udieresisbelow Utildebelow utildebelow Ucircumflexbelow
+ ucircumflexbelow Utildeacute utildeacute Umacrondieresis umacrondieresis
+ Vtilde vtilde Vdotbelow vdotbelow Wdotaccent wdotaccent Wdotbelow wdotbelow
+ Xdotaccent xdotaccent Xdieresis xdieresis Ydotaccent ydotaccent Zcircumflex
+ zcircumflex Zdotbelow zdotbelow Zlinebelow zlinebelow hlinebelow tdieresis
+ wring yring arighthalfring Adotbelow adotbelow Ahookabove ahookabove
+ Acircumflexacute acircumflexacute Acircumflexgrave acircumflexgrave
+ Acircumflexhookabove acircumflexhookabove Acircumflextilde acircumflextilde
+ Acircumflexdotbelow acircumflexdotbelow Abreveacute abreveacute Abrevegrave
+ abrevegrave Abrevehookabove abrevehookabove Abrevetilde abrevetilde
+ Abrevedotbelow abrevedotbelow Edotbelow edotbelow Ehookabove ehookabove Etilde
+ etilde Ecircumflexacute ecircumflexacute Ecircumflexgrave ecircumflexgrave
+ Ecircumflexhookabove ecircumflexhookabove Ecircumflextilde ecircumflextilde
+ Ecircumflexdotbelow ecircumflexdotbelow Ihookabove ihookabove Idotbelow
+ idotbelow uni1ECB.ccmp Odotbelow odotbelow Ohookabove ohookabove
+ Ocircumflexacute ocircumflexacute Ocircumflexgrave ocircumflexgrave
+ Ocircumflexhookabove ocircumflexhookabove Ocircumflextilde ocircumflextilde
+ Ocircumflexdotbelow ocircumflexdotbelow Ohornacute ohornacute Ohorngrave
+ ohorngrave Ohornhookabove ohornhookabove Ohorntilde ohorntilde Ohorndotbelow
+ ohorndotbelow Udotbelow udotbelow Uhookabove uhookabove Uhornacute uhornacute
+ Uhorngrave uhorngrave Uhornhookabove uhornhookabove Uhorntilde uhorntilde
+ Uhorndotbelow uhorndotbelow Ydotbelow ydotbelow Yhookabove yhookabove Ytilde
+ ytilde uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F08
+ uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F10 uni1F11
+ uni1F12 uni1F13 uni1F14 uni1F15 uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C
+ uni1F1D uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27
+ uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F30
+ uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F38 uni1F39
+ uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F40 uni1F41 uni1F42
+ uni1F43 uni1F44 uni1F45 uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D
+ uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F59
+ uni1F5B uni1F5D uni1F5F uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65
+ uni1F66 uni1F67 uni1F70 uni1F71 uni1F72 uni1F73 uni1F74 uni1F75 uni1F76
+ uni1F77 uni1F78 uni1F79 uni1F7A uni1F7B uni1F7C uni1F7D uni1F80 uni1F81
+ uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1F88 uni1F89 uni1F8A
+ uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F90 uni1F91 uni1F92 uni1F93
+ uni1F94 uni1F95 uni1F96 uni1F97 uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C
+ uni1F9D uni1F9E uni1F9F uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5
+ uni1FA6 uni1FA7 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7
+ uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC2 uni1FC3 uni1FC4 uni1FC6
+ uni1FC7 uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD0 uni1FD1 uni1FD2
+ uni1FD3 uni1FD6 uni1FD7 uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE0 uni1FE1
+ uni1FE2 uni1FE3 uni1FE4 uni1FE5 uni1FE6 uni1FE7 uni1FE8 uni1FE9 uni1FEA
+ uni1FEB uni1FEC uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni1FF8 uni1FF9 dong
+ uogonek upsilon upsilondieresis upsilondieresistonos upsilonlatin upsilontonos
+ uring utilde vscript vturn wacute wcircumflex wdieresis wgrave wturn yacute
+ ycircumflex ydieresis ygrave yturn zacute zbar zcaron zcurl zdotaccent zrthook
+ ];
+
+@GDEF_LIGATURE = [ slongdotaccent ];
+
+@GDEF_MARK = [ acutecomb acutedblnosp acuterightnosp acutesubnosp anglesupnosp archdblsubnosp breveinvnosp breveinvsubnosp brevenosp brevesubnosp bridgeinvsubnosp bridgesubnosp candrabindunosp cedillanosp circumflexnosp circumflexsubnosp commaaccent commasuprevnosp commaturnsupnosp diaeresistonosnosp dieresisnosp dotbelow dotdblsubnosp dotnosp gravecomb graveleftnosp gravesubnosp hook iotasubnosp linevertdblnosp linevertnosp linevertsubnosp macroncomb macronsubnosp minussubnosp ogoneknosp overscoredblnosp overscorenosp plussubnosp ringlefthalfsubnosp ringnosp ringrighthalfsubnosp ringsubnosp seagullsubnosp squaresubnosp tackdownsubnosp tackleftsubnosp tackrightsubnosp tackupsubnosp tildecomb tildesubnosp tildevertsupnosp underscoredblnosp underscorenosp caroncmb dblgravecmb commaabovecmb commaaboverightcmb commabelowcmb caronbelowcmb perispomenigreekcmb koroniscmb uni0346 uni0347 uni0348 uni0349 uni034A uni034B uni034C uni034D uni034E uni0350 uni0351 uni0352 uni0353 uni0354 uni0355 uni0356 uni0357 uni0359 uni035A uni035B uni035C uni035D uni035E uni035F tildedoublecmb breveinverteddoublecmb uni0362 uni0363 uni0364 uni0365 uni0366 uni0367 uni0368 uni0369 uni036A uni036B uni036C uni036D uni036E uni036F titlocyrilliccmb palatalizationcyrilliccmb uni1DC0 uni1DC1 uni1DC2 uni1DC3 uni1DC4 uni1DC5 uni1DC6 uni1DC7 uni1DC8 uni1DC9 uni1DCA uni1DCB uni1DCC uni1DCD uni1DCE uni1DCF uni1DD0 uni1DD1 uni1DD2 uni1DD3 uni1DD4 uni1DD5 uni1DD6 uni1DD7 uni1DD8 uni1DD9 uni1DDA uni1DDB uni1DDC uni1DDD uni1DDE uni1DDF uni1DE0 uni1DE1 uni1DE2 uni1DE3 uni1DE4 uni1DE5 uni1DE6 uni1DE7 uni1DE8 uni1DE9 uni1DEA uni1DEB uni1DEC uni1DED uni1DEE uni1DEF uni1DF0 uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFD uni1DFE uni1DFF xsupnosp ];
+
+@GDEF_COMPONENT = [ acutedotcomb.cn breveacutecomb.cn brevegravecomb.cn brevehookcomb.cn brevetildecomb.cn carondotcomb.cn circumflexacutecomb.cn circumflexgravecomb.cn circumflexhookcomb.cn circumflextildecomb.cn commaaccentrotate.cn dieresisacutecomb.cn dieresiscaroncomb.cn dieresisgravecomb.cn dieresismacroncomb.cn dotmacroncomb.cn macronacutecomb.cn macrondieresiscomb.cn macrongravecomb.cn ringacute.cn tildeacutecomb.cn tildedieresiscomb.cn tildemacroncomb.cn tonebarextrahighmod.cn tonebarhighmod.cn tonebarmidmod.cn tonebarlowmod.cn tonebarextralowmod.cn ];
+
+@ccmp_acc = [ gravecomb acutecomb tildecomb brevetildecomb.cn brevehookcomb.cn breveacutecomb.cn
+circumflextildecomb.cn circumflexhookcomb.cn circumflexgravecomb.cn circumflexacutecomb.cn
+brevegravecomb.cn macroncomb dieresismacroncomb.cn
+dieresisacutecomb.cn dieresiscaroncomb.cn dieresisgravecomb.cn dotmacroncomb.cn
+tildeacutecomb.cn macrongravecomb.cn macronacutecomb.cn macrondieresiscomb.cn acutedotcomb.cn
+carondotcomb.cn tildemacroncomb.cn tildedieresiscomb.cn circumflexnosp overscorenosp
+brevenosp dotnosp dieresisnosp hook ringnosp acutedblnosp caroncmb
+linevertnosp linevertdblnosp dblgravecmb candrabindunosp breveinvnosp
+commaturnsupnosp commaabovecmb commasuprevnosp commaaboverightcmb anglesupnosp
+hornnosp xsupnosp tildevertsupnosp overscoredblnosp graveleftnosp
+acuterightnosp perispomenigreekcmb koroniscmb diaeresistonosnosp uni0346
+uni034A uni034B uni034C uni0350 uni0351 uni0352 uni0357 uni0358 uni035B
+uni1DC0 uni1DC1 uni1DC3 uni1DC4 uni1DC5 uni1DC6 uni1DC7 uni1DC8 uni1DC9
+uni1DCB uni1DCC uni1DCD uni1DCE uni1DD1 uni1DD2 uni1DD3 uni1DD4 uni1DD5
+uni1DD6 uni1DD7 uni1DD8 uni1DD9 uni1DDA uni1DDB uni1DDC uni1DDD uni1DDE
+uni1DDF uni1DE0 uni1DE1 uni1DE2 uni1DE3 uni1DE4 uni1DE5 uni1DE6 uni1DE7
+uni1DE8 uni1DE9 uni1DEA uni1DEB uni1DEC uni1DED uni1DEE uni1DEF uni1DF0
+uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFE uni0363 uni0364 uni0365
+uni0366 uni0367 uni0368 uni0369 uni036A uni036B uni036C uni036D uni036E
+uni036F titlocyrilliccmb palatalizationcyrilliccmb dasiapneumatacyrilliccmb
+psilipneumatacyrilliccmb uni0487 uni20F0 uniA69F uni2DFF uni20DC uniFE20
+uniFE21 uniFE22 uniFE23 uniFE24 uniFE25 uniFE26 ];
+
+@CASE_DELIM_L = [
+ braceleft braceright
+ bracketleft bracketright
+ parenleft parenright
+ ];
+
+@CASE_NONDELIM_L = [
+ asterisk
+ at
+ multiply
+ minus
+ plus
+ plusminus
+ divide
+ equal
+ notequal
+ endash
+ figuredash
+ emdash
+ hyphen
+ bullet
+ arrowleft
+ arrowleftlong
+ arrowright
+ arrowrightlong
+ notequal
+ colon
+ ];
+
+@CASE_L = [ @CASE_DELIM_L @CASE_NONDELIM_L ];
+
+@CASE_DELIM_R = [
+ braceleft.case braceright.case
+ bracketleft.case bracketright.case
+ parenleft.case parenright.case
+ ];
+
+@CASE_NONDELIM_R = [
+ asterisk.case
+ at.case
+ multiply.case
+ minus.case
+ plus.case
+ plusminus.case
+ divide.case
+ equal.case
+ notequal.case
+ endash.case
+ figuredash.case
+ emdash.case
+ hyphen.case
+ bullet.case
+ arrowleft.case
+ arrowleftlong.case
+ arrowright.case
+ arrowrightlong.case
+ notequal.case
+ colon.case
+ ];
+
+@CASE_R = [ @CASE_DELIM_R @CASE_NONDELIM_R ];
+
+feature mark {
+ ;#insert from script mark
+} mark;
+
+feature mkmk {
+ ;#insert from script mkmk
+} mkmk;
+
+feature ccmp {
+ # Transpose sequences like /i /gravecomb -> /dotlessi /gravecomb
+ lookup ccmp02 {
+ sub i' @ccmp_acc by dotlessi;
+ sub j' @ccmp_acc by dotlessj;
+ sub ibar' @ccmp_acc by uni0268.ccmp;
+ sub iogonek' @ccmp_acc by uni012F.ccmp; # iogonek is generated
+ sub uni0249' @ccmp_acc by uni0249.ccmp;
+ sub jcrosstail' @ccmp_acc by uni029D.ccmp;
+ sub jsuper' @ccmp_acc by uni02B2.ccmp;
+ sub yotgreek' @ccmp_acc by dotlessj;
+ sub icyrillic' @ccmp_acc by dotlessi;
+ sub jecyrillic' @ccmp_acc by dotlessj;
+ sub itildebelow' @ccmp_acc by uni1E2D.ccmp; # uni1E2D.ccmp is generated
+ sub idotbelow' @ccmp_acc by uni1ECB.ccmp; # both are generated
+ sub isuperior' @ccmp_acc by uni2071.ccmp;
+ } ccmp02;
+
+ lookup ccmp03 {
+
+ sub d caroncmb by dcaron;
+ sub l caroncmb by lcaron;
+ sub t caroncmb by tcaron;
+
+ sub A gravecomb by Agrave;
+ sub A acutecomb by Aacute;
+ sub A circumflexnosp by Acircumflex;
+ sub A tildecomb by Atilde;
+ sub A dieresisnosp by Adieresis;
+ sub A ringnosp by Aring;
+ sub A ringacute.cn by Aringacute;
+ sub C cedillanosp by Ccedilla;
+ sub E gravecomb by Egrave;
+ sub E acutecomb by Eacute;
+ sub E circumflexnosp by Ecircumflex;
+ sub E dieresisnosp by Edieresis;
+ sub I gravecomb by Igrave;
+ sub I acutecomb by Iacute;
+ sub I circumflexnosp by Icircumflex;
+ sub I dieresisnosp by Idieresis;
+ sub N tildecomb by Ntilde;
+ sub O gravecomb by Ograve;
+ sub O acutecomb by Oacute;
+ sub O circumflexnosp by Ocircumflex;
+ sub O tildecomb by Otilde;
+ sub O dieresisnosp by Odieresis;
+ sub U gravecomb by Ugrave;
+ sub U acutecomb by Uacute;
+ sub U circumflexnosp by Ucircumflex;
+ sub U dieresisnosp by Udieresis;
+ sub Y acutecomb by Yacute;
+ sub a gravecomb by agrave;
+ sub a acutecomb by aacute;
+ sub a circumflexnosp by acircumflex;
+ sub a tildecomb by atilde;
+ sub a dieresisnosp by adieresis;
+ sub a ringnosp by aring;
+ sub a ringacute.cn by aringacute;
+ sub c cedillanosp by ccedilla;
+ sub e gravecomb by egrave;
+ sub e acutecomb by eacute;
+ sub e circumflexnosp by ecircumflex;
+ sub e dieresisnosp by edieresis;
+ sub dotlessi gravecomb by igrave;
+ sub dotlessi acutecomb by iacute;
+ sub dotlessi circumflexnosp by icircumflex;
+ sub dotlessi dieresisnosp by idieresis;
+ sub n tildecomb by ntilde;
+ sub o gravecomb by ograve;
+ sub o acutecomb by oacute;
+ sub o circumflexnosp by ocircumflex;
+ sub o tildecomb by otilde;
+ sub o dieresisnosp by odieresis;
+ sub u gravecomb by ugrave;
+ sub u acutecomb by uacute;
+ sub u circumflexnosp by ucircumflex;
+ sub u dieresisnosp by udieresis;
+ sub y acutecomb by yacute;
+ sub y dieresisnosp by ydieresis;
+ sub A macroncomb by Amacron;
+ sub a macroncomb by amacron;
+ sub A brevenosp by Abreve;
+ sub a brevenosp by abreve;
+ sub A ogoneknosp by Aogonek;
+ sub a ogoneknosp by aogonek;
+ sub C acutecomb by Cacute;
+ sub c acutecomb by cacute;
+ sub C circumflexnosp by Ccircumflex;
+ sub c circumflexnosp by ccircumflex;
+ sub C dotnosp by Cdotaccent;
+ sub c dotnosp by cdotaccent;
+ sub C caroncmb by Ccaron;
+ sub c caroncmb by ccaron;
+ sub D caroncmb by Dcaron;
+ sub E macroncomb by Emacron;
+ sub e macroncomb by emacron;
+ sub E brevenosp by Ebreve;
+ sub e brevenosp by ebreve;
+ sub E dotnosp by Edotaccent;
+ sub e dotnosp by edotaccent;
+ sub E ogoneknosp by Eogonek;
+ sub e ogoneknosp by eogonek;
+ sub E caroncmb by Ecaron;
+ sub e caroncmb by ecaron;
+ sub G circumflexnosp by Gcircumflex;
+ sub g circumflexnosp by gcircumflex;
+ sub G brevenosp by Gbreve;
+ sub g brevenosp by gbreve;
+ sub G dotnosp by Gdotaccent;
+ sub g dotnosp by gdotaccent;
+ sub G commaaccent by Gcommaaccent;
+ sub g commaaccentrotate.cn by gcommaaccent;
+ sub H circumflexnosp by Hcircumflex;
+ sub h circumflexnosp by hcircumflex;
+ sub I tildecomb by Itilde;
+ sub dotlessi tildecomb by itilde;
+ sub I macroncomb by Imacron;
+ sub dotlessi macroncomb by imacron;
+ sub I brevenosp by Ibreve;
+ sub dotlessi brevenosp by ibreve;
+ sub I ogoneknosp by Iogonek;
+ sub i ogoneknosp by iogonek;
+ sub I dotnosp by Idotaccent;
+ sub J circumflexnosp by Jcircumflex;
+ sub dotlessj circumflexnosp by jcircumflex;
+ sub K commaaccent by Kcommaaccent;
+ sub k commaaccent by kcommaaccent;
+ sub L acutecomb by Lacute;
+ sub l acutecomb by lacute;
+ sub L commaaccent by Lcommaaccent;
+ sub l commaaccent by lcommaaccent;
+ sub L dotnosp by Ldot;
+ sub l dotnosp by ldot;
+ sub N acutecomb by Nacute;
+ sub n acutecomb by nacute;
+ sub N commaaccent by Ncommaaccent;
+ sub n commaaccent by ncommaaccent;
+ sub N caroncmb by Ncaron;
+ sub n caroncmb by ncaron;
+ sub O macroncomb by Omacron;
+ sub o macroncomb by omacron;
+ sub O brevenosp by Obreve;
+ sub o brevenosp by obreve;
+ sub O acutedblnosp by Ohungarumlaut;
+ sub o acutedblnosp by ohungarumlaut;
+ sub R acutecomb by Racute;
+ sub r acutecomb by racute;
+ sub R commaaccent by Rcommaaccent;
+ sub r commaaccent by rcommaaccent;
+ sub R caroncmb by Rcaron;
+ sub r caroncmb by rcaron;
+ sub S acutecomb by Sacute;
+ sub s acutecomb by sacute;
+ sub S circumflexnosp by Scircumflex;
+ sub s circumflexnosp by scircumflex;
+ sub S cedillanosp by Scedilla;
+ sub s cedillanosp by scedilla;
+ sub S commaaccent by Scommaaccent;
+ sub s commaaccent by scommaaccent;
+ sub S caroncmb by Scaron;
+ sub s caroncmb by scaron;
+ sub T commaaccent by uni021A;
+ sub t commaaccent by uni021B;
+ sub T cedillanosp by Tcommaaccent;
+ sub t cedillanosp by tcommaaccent;
+ sub T caroncmb by Tcaron;
+ sub U tildecomb by Utilde;
+ sub u tildecomb by utilde;
+ sub U macroncomb by Umacron;
+ sub u macroncomb by umacron;
+ sub U brevenosp by Ubreve;
+ sub u brevenosp by ubreve;
+ sub U ringnosp by Uring;
+ sub u ringnosp by uring;
+ sub U acutedblnosp by Uhungarumlaut;
+ sub u acutedblnosp by uhungarumlaut;
+ sub U ogoneknosp by Uogonek;
+ sub u ogoneknosp by uogonek;
+ sub W circumflexnosp by Wcircumflex;
+ sub w circumflexnosp by wcircumflex;
+ sub Y circumflexnosp by Ycircumflex;
+ sub y circumflexnosp by ycircumflex;
+ sub Y dieresisnosp by Ydieresis;
+ sub Z acutecomb by Zacute;
+ sub z acutecomb by zacute;
+ sub Z dotnosp by Zdotaccent;
+ sub z dotnosp by zdotaccent;
+ sub Z caroncmb by Zcaron;
+ sub z caroncmb by zcaron;
+ sub AE acutecomb by AEacute;
+ sub ae acutecomb by aeacute;
+ sub Oslash acutecomb by Oslashacute;
+ sub oslash acutecomb by oslashacute;
+ #sub z caroncmb by zcaron;
+ sub W gravecomb by Wgrave;
+ sub w gravecomb by wgrave;
+ sub W acutecomb by Wacute;
+ sub w acutecomb by wacute;
+ sub W dieresisnosp by Wdieresis;
+ sub w dieresisnosp by wdieresis;
+ sub Y gravecomb by Ygrave;
+ sub y gravecomb by ygrave;
+ sub dotlessj caroncmb by jcaron;
+ sub A dotbelow by Adotbelow;
+ sub a dotbelow by adotbelow;
+ sub A hook by Ahookabove;
+ sub a hook by ahookabove;
+ #sub A circumflexacutecomb.cn by uni1EA4;
+ sub A circumflexnosp acutecomb by Acircumflexacute;
+ sub a circumflexacutecomb.cn by acircumflexacute;
+ #sub A circumflexgravecomb.cn by uni1EA6;
+ sub A circumflexnosp gravecomb by Acircumflexgrave;
+ sub a circumflexgravecomb.cn by acircumflexgrave;
+ #sub A circumflexhookcomb.cn by uni1EA8;
+ sub A circumflexnosp hook by Acircumflexhookabove;
+ sub a circumflexhookcomb.cn by acircumflexhookabove;
+ #sub A circumflextildecomb.cn by uni1EAA;
+ sub A circumflexnosp tildecomb by Acircumflextilde;
+ sub a circumflextildecomb.cn by acircumflextilde;
+ #sub A breveacutecomb.cn by uni1EAE;
+ sub A brevenosp acutecomb by Abreveacute;
+ sub a breveacutecomb.cn by abreveacute;
+ #sub A brevegravecomb.cn by uni1EB0;
+ sub A brevenosp gravecomb by Abrevegrave;
+ sub a brevegravecomb.cn by abrevegrave;
+ #sub A brevehookcomb.cn by uni1EB2;
+ sub A brevenosp hook by Abrevehookabove;
+ sub a brevehookcomb.cn by abrevehookabove;
+ sub A brevetildecomb.cn by Abrevetilde;
+ sub a brevetildecomb.cn by abrevetilde;
+ sub E dotbelow by Edotbelow;
+ sub e dotbelow by edotbelow;
+ sub E hook by Ehookabove;
+ sub e hook by ehookabove;
+ sub E tildecomb by Etilde;
+ sub e tildecomb by etilde;
+ #sub E circumflexacutecomb.cn by uni1EBE;
+ sub E circumflexnosp acutecomb by Ecircumflexacute;
+ sub e circumflexacutecomb.cn by ecircumflexacute;
+ #sub E circumflexgravecomb.cn by uni1EC0;
+ sub E circumflexnosp gravecomb by Ecircumflexgrave;
+ sub e circumflexgravecomb.cn by ecircumflexgrave;
+ #sub E circumflexhookcomb.cn by uni1EC2;
+ sub E circumflexnosp hook by Ecircumflexhookabove;
+ sub e circumflexhookcomb.cn by ecircumflexhookabove;
+ #sub E circumflextildecomb.cn by uni1EC4;
+ sub E circumflexnosp tildecomb by Ecircumflextilde;
+ sub e circumflextildecomb.cn by ecircumflextilde;
+ sub I hook by Ihookabove;
+ sub dotlessi hook by ihookabove;
+ sub I dotbelow by Idotbelow;
+ sub i dotbelow by idotbelow;
+ sub O dotbelow by Odotbelow;
+ sub o dotbelow by odotbelow;
+ sub O hook by Ohookabove;
+ sub o hook by ohookabove;
+ #sub O circumflexacutecomb.cn by uni1ED0;
+ sub O circumflexnosp acutecomb by Ocircumflexacute;
+ sub o circumflexacutecomb.cn by ocircumflexacute;
+ #sub O circumflexgravecomb.cn by uni1ED2;
+ sub O circumflexnosp gravecomb by Ocircumflexgrave;
+ sub o circumflexgravecomb.cn by ocircumflexgrave;
+ #sub O circumflexhookcomb.cn by uni1ED4;
+ sub O circumflexnosp hook by Ocircumflexhookabove;
+ sub o circumflexhookcomb.cn by ocircumflexhookabove;
+ #sub O circumflextildecomb.cn by uni1ED6;
+ sub O circumflexnosp tildecomb by Ocircumflextilde;
+ sub o circumflextildecomb.cn by ocircumflextilde;
+ sub Ohorn acutecomb by Ohornacute;
+ sub ohorn acutecomb by ohornacute;
+ sub Ohorn gravecomb by Ohorngrave;
+ sub ohorn gravecomb by ohorngrave;
+ sub Ohorn hook by Ohornhookabove;
+ sub ohorn hook by ohornhookabove;
+ sub Ohorn tildecomb by Ohorntilde;
+ sub ohorn tildecomb by ohorntilde;
+ sub Ohorn dotbelow by Ohorndotbelow;
+ sub ohorn dotbelow by ohorndotbelow;
+ sub U dotbelow by Udotbelow;
+ sub u dotbelow by udotbelow;
+ sub U hook by Uhookabove;
+ sub u hook by uhookabove;
+ sub Uhorn acutecomb by Uhornacute;
+ sub uhorn acutecomb by uhornacute;
+ sub Uhorn gravecomb by Uhorngrave;
+ sub uhorn gravecomb by uhorngrave;
+ sub Uhorn hook by Uhornhookabove;
+ sub uhorn hook by uhornhookabove;
+ sub Uhorn tildecomb by Uhorntilde;
+ sub uhorn tildecomb by uhorntilde;
+ sub Uhorn dotbelow by Uhorndotbelow;
+ sub uhorn dotbelow by uhorndotbelow;
+ sub Y dotbelow by Ydotbelow;
+ sub y dotbelow by ydotbelow;
+ sub Y hook by Yhookabove;
+ sub y hook by yhookabove;
+ sub Y tildecomb by Ytilde;
+ sub y tildecomb by ytilde;
+ sub A caroncmb by Acaron;
+ sub a caroncmb by acaron;
+ sub I caroncmb by Icaron;
+ sub dotlessi caroncmb by icaron;
+ sub O caroncmb by Ocaron;
+ sub o caroncmb by ocaron;
+ sub U caroncmb by Ucaron;
+ sub u caroncmb by ucaron;
+ #sub U dieresismacroncomb.cn by uni01D5;
+ sub U dieresisnosp macroncomb by Udieresismacron;
+ sub u dieresismacroncomb.cn by udieresismacron;
+ #sub U dieresisacutecomb.cn by uni01D7;
+ sub U dieresisnosp acutecomb by Udieresisacute;
+ sub u dieresisacutecomb.cn by udieresisacute;
+ #sub U dieresiscaroncomb.cn by uni01D9;
+ sub U dieresisnosp caroncmb by Udieresiscaron;
+ sub u dieresiscaroncomb.cn by udieresiscaron;
+ #sub U dieresisgravecomb.cn by uni01DB;
+ sub U dieresisnosp gravecomb by Udieresisgrave;
+ sub u dieresisgravecomb.cn by udieresisgrave;
+ #sub A dieresismacroncomb.cn by uni01DE;
+ sub A dieresisnosp macroncomb by Adieresismacron;
+ sub a dieresismacroncomb.cn by adieresismacron;
+ #sub A dotmacroncomb.cn by uni01E0;
+ sub A dotnosp macroncomb by Adotmacron;
+ sub a dotmacroncomb.cn by adotmacron;
+ sub AE macroncomb by AEmacron;
+ sub ae macroncomb by aemacron;
+ sub G caroncmb by Gcaron;
+ sub g caroncmb by gcaron;
+ sub K caroncmb by Kcaron;
+ sub k caroncmb by kcaron;
+ sub O ogoneknosp by Oogonek;
+ sub o ogoneknosp by oogonek;
+ sub G acutecomb by Gacute;
+ sub g acutecomb by gacute;
+ sub N gravecomb by uni01F8;
+ sub n gravecomb by uni01F9;
+ sub A dblgravecmb by Adblgrave;
+ sub a dblgravecmb by adblgrave;
+ sub A breveinvnosp by Ainvertedbreve;
+ sub a breveinvnosp by ainvertedbreve;
+ sub E dblgravecmb by Edblgrave;
+ sub e dblgravecmb by edblgrave;
+ sub E breveinvnosp by Einvertedbreve;
+ sub e breveinvnosp by einvertedbreve;
+ sub I dblgravecmb by Idblgrave;
+ sub dotlessi dblgravecmb by idblgrave;
+ sub I breveinvnosp by Iinvertedbreve;
+ sub dotlessi breveinvnosp by iinvertedbreve;
+ sub O dblgravecmb by Odblgrave;
+ sub o dblgravecmb by odblgrave;
+ sub O breveinvnosp by Oinvertedbreve;
+ sub o breveinvnosp by oinvertedbreve;
+ sub R dblgravecmb by Rdblgrave;
+ sub r dblgravecmb by rdblgrave;
+ sub R breveinvnosp by Rinvertedbreve;
+ sub r breveinvnosp by rinvertedbreve;
+ sub U dblgravecmb by Udblgrave;
+ sub u dblgravecmb by udblgrave;
+ sub U breveinvnosp by Uinvertedbreve;
+ sub u breveinvnosp by uinvertedbreve;
+ sub H caroncmb by uni021E;
+ sub h caroncmb by uni021F;
+ sub A dotnosp by uni0226;
+ sub a dotnosp by uni0227;
+ sub E cedillanosp by uni0228;
+ sub e cedillanosp by uni0229;
+ #sub O dieresismacroncomb.cn by uni022A;
+ sub O dieresisnosp macroncomb by uni022A;
+ sub o dieresismacroncomb.cn by uni022B;
+ #sub O tildemacroncomb.cn by uni022C;
+ sub O tildecomb macroncomb by uni022C;
+ sub o tildemacroncomb.cn by uni022D;
+ sub O dotnosp by uni022E;
+ sub o dotnosp by uni022F;
+ #sub O dotmacroncomb.cn by uni0230;
+ sub O dotnosp macroncomb by uni0230;
+ sub o dotmacroncomb.cn by uni0231;
+ sub Y macroncomb by uni0232;
+ sub y macroncomb by uni0233;
+ sub Upsilonhooksymbol acutecomb by Upsilonacutehooksymbolgreek;
+ sub Upsilonhooksymbol dieresisnosp by Upsilondieresishooksymbolgreek;
+ sub B dotnosp by Bdotaccent;
+ sub b dotnosp by bdotaccent;
+ sub B dotbelow by Bdotbelow;
+ sub b dotbelow by bdotbelow;
+ sub B macronsubnosp by Blinebelow;
+ sub b macronsubnosp by blinebelow;
+ sub D dotnosp by Ddotaccent;
+ sub d dotnosp by ddotaccent;
+ sub D dotbelow by Ddotbelow;
+ sub d dotbelow by ddotbelow;
+ sub D macronsubnosp by Dlinebelow;
+ sub d macronsubnosp by dlinebelow;
+ sub D commaaccent by Dcedilla;
+ sub d commaaccent by dcedilla;
+ sub D circumflexsubnosp by Dcircumflexbelow;
+ sub d circumflexsubnosp by dcircumflexbelow;
+ #sub E macrongravecomb.cn by uni1E14;
+ sub E macroncomb gravecomb by Emacrongrave;
+ sub e macrongravecomb.cn by emacrongrave;
+ #sub E macronacutecomb.cn by uni1E16;
+ sub E macroncomb acutecomb by Emacronacute;
+ sub e macronacutecomb.cn by emacronacute;
+ sub E circumflexsubnosp by Ecircumflexbelow;
+ sub e circumflexsubnosp by ecircumflexbelow;
+ sub E tildesubnosp by Etildebelow;
+ sub e tildesubnosp by etildebelow;
+ sub F dotnosp by Fdotaccent;
+ sub f dotnosp by fdotaccent;
+ sub G macroncomb by Gmacron;
+ sub g macroncomb by gmacron;
+ sub H dotnosp by Hdotaccent;
+ sub h dotnosp by hdotaccent;
+ sub H dotbelow by Hdotbelow;
+ sub h dotbelow by hdotbelow;
+ sub H dieresisnosp by Hdieresis;
+ sub h dieresisnosp by hdieresis;
+ sub H brevesubnosp by Hbrevebelow;
+ sub h brevesubnosp by hbrevebelow;
+ sub I tildesubnosp by Itildebelow;
+ sub i tildesubnosp by itildebelow;
+ #sub I dieresisacutecomb.cn by Idieresisacute;
+ sub I dieresisnosp acutecomb by Idieresisacute;
+ sub dotlessi dieresisacutecomb.cn by idieresisacute;
+ sub K acutecomb by Kacute;
+ sub k acutecomb by kacute;
+ sub K dotbelow by Kdotbelow;
+ sub k dotbelow by kdotbelow;
+ sub K macronsubnosp by Klinebelow;
+ sub k macronsubnosp by klinebelow;
+ sub L dotbelow by Ldotbelow;
+ sub l dotbelow by ldotbelow;
+ sub L macronsubnosp by Llinebelow;
+ sub l macronsubnosp by llinebelow;
+ sub L circumflexsubnosp by Lcircumflexbelow;
+ sub l circumflexsubnosp by lcircumflexbelow;
+ sub M acutecomb by Macute;
+ sub m acutecomb by macute;
+ sub M dotnosp by Mdotaccent;
+ sub m dotnosp by mdotaccent;
+ sub M dotbelow by Mdotbelow;
+ sub m dotbelow by mdotbelow;
+ sub N dotnosp by Ndotaccent;
+ sub n dotnosp by ndotaccent;
+ sub N dotbelow by Ndotbelow;
+ sub n dotbelow by ndotbelow;
+ sub N macronsubnosp by Nlinebelow;
+ sub n macronsubnosp by nlinebelow;
+ sub N circumflexsubnosp by Ncircumflexbelow;
+ sub n circumflexsubnosp by ncircumflexbelow;
+ #sub O tildeacutecomb.cn by uni1E4C;
+ sub O tildecomb acutecomb by Otildeacute;
+ sub o tildeacutecomb.cn by otildeacute;
+ #sub O tildedieresiscomb.cn by uni1E4E;
+ sub O tildecomb dieresisnosp by Otildedieresis;
+ sub o tildedieresiscomb.cn by otildedieresis;
+ #sub O macrongravecomb.cn by uni1E50;
+ sub O macroncomb gravecomb by Omacrongrave;
+ sub o macrongravecomb.cn by omacrongrave;
+ #sub O macronacutecomb.cn by uni1E52;
+ sub O macroncomb acutecomb by Omacronacute;
+ sub o macronacutecomb.cn by omacronacute;
+ sub P acutecomb by Pacute;
+ sub p acutecomb by pacute;
+ sub P dotnosp by Pdotaccent;
+ sub p dotnosp by pdotaccent;
+ sub R dotnosp by Rdotaccent;
+ sub r dotnosp by rdotaccent;
+ sub R dotbelow by Rdotbelow;
+ sub r dotbelow by rdotbelow;
+ sub R macronsubnosp by Rlinebelow;
+ sub r macronsubnosp by rlinebelow;
+ sub S dotnosp by Sdotaccent;
+ sub s dotnosp by sdotaccent;
+ sub S dotbelow by Sdotbelow;
+ sub s dotbelow by sdotbelow;
+ #sub S acutedotcomb.cn by uni1E64;
+ sub S acutecomb dotnosp by Sacutedotaccent;
+ sub s acutedotcomb.cn by sacutedotaccent;
+ #sub S carondotcomb.cn by uni1E66;
+ sub S caroncmb dotnosp by Scarondotaccent;
+ sub s carondotcomb.cn by scarondotaccent;
+ sub T dotnosp by Tdotaccent;
+ sub t dotnosp by tdotaccent;
+ sub T dotbelow by Tdotbelow;
+ sub t dotbelow by tdotbelow;
+ sub T macronsubnosp by Tlinebelow;
+ sub t macronsubnosp by tlinebelow;
+ sub T circumflexsubnosp by Tcircumflexbelow;
+ sub t circumflexsubnosp by tcircumflexbelow;
+ sub U dotdblsubnosp by Udieresisbelow;
+ sub u dotdblsubnosp by udieresisbelow;
+ sub U tildesubnosp by Utildebelow;
+ sub u tildesubnosp by utildebelow;
+ sub U circumflexsubnosp by Ucircumflexbelow;
+ sub u circumflexsubnosp by ucircumflexbelow;
+ #sub U tildeacutecomb.cn by uni1E78;
+ sub U tildecomb acutecomb by Utildeacute;
+ sub u tildeacutecomb.cn by utildeacute;
+ #sub U macrondieresiscomb.cn by uni1E7A;
+ sub U macroncomb dieresisnosp by Umacrondieresis;
+ sub u macrondieresiscomb.cn by umacrondieresis;
+ sub V tildecomb by Vtilde;
+ sub v tildecomb by vtilde;
+ sub V dotbelow by Vdotbelow;
+ sub v dotbelow by vdotbelow;
+ sub W dotnosp by Wdotaccent;
+ sub w dotnosp by wdotaccent;
+ sub W dotbelow by Wdotbelow;
+ sub w dotbelow by wdotbelow;
+ sub X dotnosp by Xdotaccent;
+ sub x dotnosp by xdotaccent;
+ sub X dieresisnosp by Xdieresis;
+ sub x dieresisnosp by xdieresis;
+ sub Y dotnosp by Ydotaccent;
+ sub y dotnosp by ydotaccent;
+ sub Z circumflexnosp by Zcircumflex;
+ sub z circumflexnosp by zcircumflex;
+ sub Z dotbelow by Zdotbelow;
+ sub z dotbelow by zdotbelow;
+ sub Z macronsubnosp by Zlinebelow;
+ sub z macronsubnosp by zlinebelow;
+ sub h macronsubnosp by hlinebelow;
+ sub t dieresisnosp by tdieresis;
+ sub w ringnosp by wring;
+ sub y ringnosp by yring;
+ sub longs dotnosp by slongdotaccent;
+ sub A ringsubnosp by Aringbelow;
+ sub a ringsubnosp by aringbelow;
+ } ccmp03;
+} ccmp;
+
+feature aalt {
+ feature locl;
+ feature frac;
+ feature numr;
+ feature dnom;
+ feature tnum;
+ feature ss01;
+ feature zero;
+ feature calt;
+} aalt;
+
+feature locl {
+ script latn; language dflt; #set comment (#) for FDK 2.5
+ language MOL exclude_dflt; # Moldavian
+ sub [Scedilla scedilla] by [Scommaaccent scommaaccent];
+ language ROM exclude_dflt; # Romanian
+ sub [Scedilla scedilla] by [Scommaaccent scommaaccent];
+ language FRA exclude_dflt; # French
+ sub [thinspace] by [uni2009.fra];
+} locl;
+
+feature frac {
+ # Latin
+ lookup frac_1 {
+ sub slash by fraction;
+ } frac_1;
+ lookup frac_2 {
+ sub @frac3 @frac1' by @frac4;
+ } frac_2;
+ lookup frac_3 {
+ sub @frac1 by @frac2;
+ } frac_3;
+} frac;
+
+feature dnom {
+ sub @frac1 by @frac4;
+} dnom;
+
+feature numr {
+ sub @frac1 by @frac2;
+} numr;
+
+feature case {
+ sub @CASE_L by @CASE_R;
+} case;
+
+feature calt {
+ @UC = [ @UC_ROMAN @UC_SET1 exclam question ];
+ @LC = [ @LC_ROMAN @LC_SET1 ];
+
+ sub [ @UC @CASE_R ] @CASE_L' by @CASE_R; # Z y' -> Z x -> Z x 'y -> Z x x ...
+ ignore sub @LC @CASE_NONDELIM_L @UC; # e.g. m multiply M
+ sub @CASE_L' [ @UC @CASE_R ] by @CASE_R; # y' Z -> x Z
+
+ # rule to support left-hand repetition of CASE{L}->{R} [issue #57]
+ # e.g. /at /at /UC -> /at.case /at /UC -> /at.case /at.case /UC
+ # Note that we can't look further than 2 glyphs back, since it would break
+ # cases like /a /braceleft /braceright /asterisk /asterisk /A
+ sub @CASE_L' @CASE_L [ @CASE_R @UC ] by @CASE_R;
+
+ # arrows: -> and <-
+ @ARROW_DASH_LONG = [ endash emdash ];
+ @ARROW_DASH_LONG_CASE = [ endash.case emdash.case ];
+
+ sub hyphen greater by arrowright;
+ sub hyphen.case greater by arrowright.case;
+ sub @ARROW_DASH_LONG greater by arrowrightlong;
+ sub @ARROW_DASH_LONG_CASE greater by arrowrightlong.case;
+ # ignore <-NUM e.g. "<-3"
+ ignore sub less [ hyphen hyphen.case @ARROW_DASH_LONG @ARROW_DASH_LONG_CASE ] @NUM;
+ sub less hyphen by arrowleft;
+ sub less hyphen.case by arrowleft.case;
+ sub less @ARROW_DASH_LONG by arrowleftlong;
+ sub less @ARROW_DASH_LONG_CASE by arrowleftlong.case;
+} calt;
+
+feature ss01 {
+ sub @SS01_L by @SS01_R;
+} ss01;
+
+feature tnum {
+ sub @TNUM_L by @TNUM_R;
+} tnum;
+
+feature zero {
+ sub zero by zero.slash;
+ sub zero.tnum by zero.tnum.slash;
+} zero;
+
+table GDEF {
+ # automatic
+ GlyphClassDef
+ [A AE B uni0243 C D E F G Gbar H Hbar Endescendercyrillic uni04C9 I Idieresisacute Istroke Itildebelow J uni0248 K L M uni04CD N Eng afii10026 uni048A O Oslash Ohorn P Q R uni024C S T U Uhorn uni0244 V W X Hadescendercyrillic uni04FC Y uni024E Z Zbar OE a ae aturn b bbar bhook c ccurl d dcroat drthook dhook dz dzcurl dyogh e f feng g ghook gbar h hhook henghook hturn hturnlthook hturnhook2 dotlessi uni0069.ccmp i idieresis idieresisacute itildebelow ibar uni012F.ccmp dotlessj uni006A.ccmp jdotlessbar uni0249 uni0249.ccmp j uni029D.ccmp jcrosstail k kturn l lslash lbar lmidtilde lrthook lbelt m mhook mturn mturndescend n nrthook eng nlfthook o oslash ohorn fitacyrillic oe p q qhook r rrthook uni024D rturn rturnrthook rfishhookrev rfishhook rdescend s srthook t trthook tccurl tturn u uhorn ubar v vturn w wturn x y uni024F yturn z zbar zrthook zcurl Gamma Pi Omega afii10024 Zhedescendercyrillic afii10025 afii10029 afii10147 afii10037 afii10041 Chedescendercyrillic Shhacyrillic afii10045 afii10046 afii10047 afii10049 afii10053 Haabkhasiancyrillic Cheabkhasiancyrillic Schwacyrillic afii10148 alpha gamma epsilon eta iota lambda rho upsilon psi omega gamma1 vecyrillic gecyrillic decyrillic zhecyrillic zhedescendercyrillic zecyrillic iicyrillic uni048B kacyrillic kadescendercyrillic elcyrillic uni04C6 uni052F emcyrillic uni04CE encyrillic endescendercyrillic uni04CA pecyrillic tecyrillic efcyrillic uni04FD hadescendercyrillic tsecyrillic checyrillic chedescendercyrillic shacyrillic shchacyrillic softsigncyrillic yericyrillic uni048D yatcyrillic ereversedcyrillic iucyrillic iacyrillic ecyrillic haabkhasiancyrillic cheabkhasiancyrillic izhitsacyrillic acute hungarumlaut grave dieresis circumflex tilde macron breve dotaccent ring caron cedilla ogonek commaaccent acutedblnosp dblgravecmb dieresisnosp brevenosp breveinvnosp hook circumflexnosp caroncmb dotnosp ringnosp circumflexsubnosp brevesubnosp dotbelow commabelowcmb dotdblsubnosp ringsubnosp underscorenosp tildesubnosp overscoredblnosp acutedotcomb.lc tildedieresiscomb.lc dieresisacutecomb.lc carondotcomb.lc oopen Gsmallcaphook anglesupnosp breveinvsubnosp commaturnsupnosp ringrighthalfsubnosp uni02AB uni02AC OEsmallcap tackupsubnosp seagullsubnosp longs Ysmallcap gravesubnosp glottalstoprevinv erev cstretch Rsmallcap epsilon1 candrabindunosp glottalstopinv uni0268.ccmp schwahook uni0458.ccmp tesh philatin Upsilonhooksymbol glottalstop epsilon1revclosed linevertnosp linevertsubnosp perispomenigreekcmb koroniscmb tackdownsubnosp uni2071.ccmp babygamma overscorenosp diaeresistonosnosp rturnascend bridgesubnosp dotmacroncomb.lc macronsubnosp ringlefthalfsubnosp Lsmallcap squaresubnosp Schwa finalmem Gsmallcap Esh dieresismacroncomb.lc Rsmallcapinv ts pisymbolgreek dieresisgravecomb.lc commasuprevnosp archdblsubnosp plussubnosp tildemacroncomb.lc iota1 macrondieresiscomb.lc epsilonclosed omegacyrillic Omegacyrillic ksicyrillic tildeacutecomb.lc uni0456.ccmp bullseye dieresiscaroncomb.lc ascriptturn glottalstopbarrev ezh ezhcurl omegaroundcyrillic otcyrillic gcursive upsilonlatin omegaclosed xsupnosp eshshortrev vscript acuterightnosp tildevertsupnosp linevertdblnosp uni03F3.ccmp jhookdblbar ascript epsilon1rev Epsilon1 iotasubnosp kgreenlandic graveleftnosp tackleftsubnosp glottalstopbar minussubnosp lambdabar underscoredblnosp tackrightsubnosp schwa koppacyrillic Koppacyrillic eshcurl caronbelowcmb acutesubnosp finalkaf Ismallcap epsilon1revhook lyogh Nsmallcap uni02B2.ccmp bridgeinvsubnosp esh commaabovecmb Eth Dcroat Ldot Tbar Obar Agrave Aacute Acircumflex Aring Amacron Abreve Aogonek Acaron Adieresismacron Adotmacron Aringacute Adblgrave Ainvertedbreve uni0226 Aringbelow Adotbelow Ahookabove Acircumflexacute Acircumflexgrave Acircumflexhookabove Acircumflextilde Acircumflexdotbelow Abreveacute Abrevegrave Abrevehookabove Abrevetilde Abrevedotbelow AEmacron AEacute Bdotaccent Bdotbelow Blinebelow Ccedilla Cacute Ccircumflex Cdotaccent Ccaron Ccedillaacute Dcaron Ddotaccent Ddotbelow Dlinebelow Dcedilla Dcircumflexbelow Egrave Eacute Ecircumflex Edieresis Emacron Ebreve Edotaccent Eogonek Ecaron Edblgrave Einvertedbreve uni0228 Emacrongrave Emacronacute Ecircumflexbelow Etildebelow Ecedillabreve Edotbelow Ehookabove Etilde Ecircumflexacute Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Ecircumflexdotbelow Fdotaccent Gcircumflex Gbreve Gdotaccent Gcommaaccent Gcaron Gacute Gmacron Hcircumflex uni021E Hdotaccent Hdotbelow Hdieresis Hbrevebelow Igrave Iacute Icircumflex Itilde Imacron Ibreve Iogonek Idotaccent Icaron Idblgrave Iinvertedbreve Ihookabove Idotbelow Jcircumflex Kcommaaccent Kcaron Kacute Kdotbelow Klinebelow Lacute Lcommaaccent Lcaron Ldotbelow Ldotbelowmacron Llinebelow Lcircumflexbelow Macute Mdotaccent Mdotbelow Ntilde Nacute Ncommaaccent Ncaron uni01F8 Ndotaccent Ndotbelow Nlinebelow Ncircumflexbelow Ograve Oacute Ocircumflex Omacron Obreve Ohungarumlaut Ocaron Oogonek Oogonekmacron Odblgrave Oinvertedbreve uni022A uni022C uni022E uni0230 Otildeacute Otildedieresis Omacrongrave Omacronacute Odotbelow Ohookabove Ocircumflexacute Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Ocircumflexdotbelow Ohornacute Ohorngrave Ohornhookabove Ohorntilde Ohorndotbelow Oslashacute Pacute Pdotaccent Racute Rcommaaccent Rcaron Rdblgrave Rinvertedbreve Rdotaccent Rdotbelow Rdotbelowmacron Rlinebelow Sacute Scircumflex Scedilla Scaron Scommaaccent Sdotaccent Sdotbelow Sacutedotaccent Scarondotaccent Sdotbelowdotaccent Tcommaaccent Tcaron uni021A Tdotaccent Tdotbelow Tlinebelow Tcircumflexbelow Ugrave Uacute Ucircumflex Udieresis Utilde Umacron Ubreve Uring Uhungarumlaut Uogonek Ucaron Udieresismacron Udieresisacute Udieresiscaron Udieresisgrave Udblgrave Uinvertedbreve Udieresisbelow Utildebelow Ucircumflexbelow Utildeacute Umacrondieresis Udotbelow Uhookabove Uhornacute Uhorngrave Uhornhookabove Uhorntilde Uhorndotbelow Vtilde Vdotbelow Wcircumflex Wgrave Wacute Wdieresis Wdotaccent Wdotbelow Xdotaccent Xdieresis Yacute Ycircumflex Ydieresis uni0232 Ydotaccent Ygrave Ydotbelow Yhookabove Ytilde Zacute Zdotaccent Zcaron Zcircumflex Zdotbelow Zlinebelow Aogonek.NAV Eogonek.NAV Oogonek.NAV uni037F Alpha Alphatonos uni1F08 uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1FB8 uni1FB9 uni1FBA Beta Epsilon Epsilontonos uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C uni1F1D uni1FC8 Zeta Eta Etatonos uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1FCA Iota Iotatonos Iotadieresis uni1F38 uni1F39 uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1FD8 uni1FD9 uni1FDA Kappa Mu Nu Omicron Omicrontonos uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D uni1FF8 Rho uni1FEC Tau Upsilon Upsilontonos Upsilondieresis uni1F59 uni1F5B uni1F5D uni1F5F uni1FE8 uni1FE9 uni1FEA Chi uni03F4 uni03F9 uni03FA uni1FBB uni1FC9 uni1FCB uni1FDB uni1FEB uni1FF9 uni1FFB Omegatonos uni1F68 uni1F69 uni1F6A uni1F6B uni1F6C uni1F6D uni1F6E uni1F6F uni1FFA Upsilonacutehooksymbolgreek Upsilondieresishooksymbolgreek afii10054 afii10055 afii10056 afii10057 afii10017 Abrevecyrillic Adieresiscyrillic afii10019 afii10020 afii10052 afii10022 uni0400 afii10023 Iebrevecyrillic afii10030 afii10031 afii10032 Odieresiscyrillic afii10034 afii10035 afii10036 afii10039 Ghestrokecyrillic Zedescendercyrillic Esdescendercyrillic Tedescendercyrillic Ustraightcyrillic Ustraightstrokecyrillic Chedescenderabkhasiancyrillic palochkacyrillic Chekhakassiancyrillic Aiecyrillic Obarredcyrillic Obarreddieresiscyrillic uni04F6 uni04FE afii10061 Schwadieresiscyrillic Zhebrevecyrillic Zhedieresiscyrillic Zedieresiscyrillic uni040D afii10027 Imacroncyrillic Idieresiscyrillic afii10062 Umacroncyrillic Udieresiscyrillic Uhungarumlautcyrillic Chedieresiscyrillic Yerudieresiscyrillic uni04EC Izhitsadblgravecyrillic hbar ldot napostrophe tbar nlegrightlong eturn obar uni0299 uni029C arighthalfring agrave aacute acircumflex aring amacron abreve aogonek acaron adieresismacron adotmacron aringacute adblgrave ainvertedbreve uni0227 aringbelow adotbelow ahookabove acircumflexacute acircumflexgrave acircumflexhookabove acircumflextilde acircumflexdotbelow abreveacute abrevegrave abrevehookabove abrevetilde abrevedotbelow aemacron aeacute bdotaccent bdotbelow blinebelow ccedilla cacute ccircumflex cdotaccent ccaron ccedillaacute dcaron ddotaccent ddotbelow dlinebelow dcedilla dcircumflexbelow egrave eacute ecircumflex emacron ebreve edotaccent eogonek ecaron edblgrave einvertedbreve uni0229 emacrongrave emacronacute ecircumflexbelow etildebelow ecedillabreve edotbelow ehookabove etilde ecircumflexacute ecircumflexgrave ecircumflexhookabove ecircumflextilde ecircumflexdotbelow fdotaccent gcircumflex gbreve gdotaccent gcommaaccent gcaron gacute gmacron hcircumflex uni021F hdotaccent hdotbelow hdieresis hbrevebelow hlinebelow igrave iacute icircumflex imacron ibreve iogonek icaron idblgrave iinvertedbreve ihookabove idotbelow jcircumflex jcaron kcommaaccent kcaron kacute kdotbelow klinebelow lacute lcommaaccent lcaron ldotbelow ldotbelowmacron llinebelow lcircumflexbelow macute mdotaccent mdotbelow nacute ncommaaccent ncaron uni01F9 ndotaccent ndotbelow nlinebelow ncircumflexbelow ograve oacute ocircumflex omacron obreve ohungarumlaut ocaron oogonek oogonekmacron odblgrave oinvertedbreve uni022B uni022D uni022F uni0231 otildeacute otildedieresis omacrongrave omacronacute odotbelow ohookabove ocircumflexacute ocircumflexgrave ocircumflexhookabove ocircumflextilde ocircumflexdotbelow ohornacute ohorngrave ohornhookabove ohorntilde ohorndotbelow oslashacute pacute pdotaccent racute rcommaaccent rcaron rdblgrave rinvertedbreve rdotaccent rdotbelow rdotbelowmacron rlinebelow sacute scircumflex scedilla scaron scommaaccent sdotaccent sdotbelow sacutedotaccent scarondotaccent sdotbelowdotaccent tcommaaccent tcaron uni021B tdotaccent tdotbelow tlinebelow tcircumflexbelow tdieresis ugrave uacute ucircumflex umacron ubreve uring uhungarumlaut uogonek ucaron udieresismacron udieresisacute udieresiscaron udieresisgrave udblgrave uinvertedbreve udieresisbelow utildebelow ucircumflexbelow utildeacute umacrondieresis udotbelow uhookabove uhornacute uhorngrave uhornhookabove uhorntilde uhorndotbelow vtilde vdotbelow wcircumflex wgrave wacute wdotaccent wdotbelow wring xdotaccent xdieresis yacute ycircumflex uni0233 ydotaccent yring ygrave ydotbelow yhookabove ytilde zacute zdotaccent zcaron zcircumflex zdotbelow zlinebelow aogonek.NAV eogonek.NAV oogonek.NAV kappa nu omicron omicrontonos uni1F40 uni1F41 uni1F42 uni1F43 uni1F44 uni1F45 uni1F78 sigmalunatesymbolgreek yotgreek uni1F71 uni1F73 uni1F75 uni1F77 uni1F79 uni1F7B uni1F7D uni1FD3 uni1FE3 alphatonos uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F70 uni1F80 uni1F81 uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7 epsilontonos uni1F10 uni1F11 uni1F12 uni1F13 uni1F14 uni1F15 uni1F72 etatonos uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27 uni1F74 uni1F90 uni1F91 uni1F92 uni1F93 uni1F94 uni1F95 uni1F96 uni1F97 uni1FC2 uni1FC3 uni1FC4 uni1FC6 uni1FC7 iotadieresistonos iotatonos iotadieresis uni1F30 uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F76 uni1FD0 uni1FD1 uni1FD2 uni1FD6 uni1FD7 omegatonos uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65 uni1F66 uni1F67 uni1F7C uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5 uni1FA6 uni1FA7 uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni1FE4 uni1FE5 upsilondieresistonos upsilondieresis upsilontonos uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F7A uni1FE0 uni1FE1 uni1FE2 uni1FE6 uni1FE7 afii10065 abrevecyrillic adieresiscyrillic iecyrillic uni0450 iocyrillic iebrevecyrillic ocyrillic odieresiscyrillic ercyrillic escyrillic ucyrillic ushortcyrillic umacroncyrillic udieresiscyrillic uhungarumlautcyrillic khacyrillic dzecyrillic icyrillic yicyrillic jecyrillic psicyrillic ghestrokecyrillic zedescendercyrillic esdescendercyrillic tedescendercyrillic shhacyrillic chedescenderabkhasiancyrillic chekhakassiancyrillic uni04CF aiecyrillic schwacyrillic schwadieresiscyrillic obarredcyrillic obarreddieresiscyrillic uni04F7 uni04FF chedieresiscyrillic uni04ED gjecyrillic iishortcyrillic uni045D imacroncyrillic idieresiscyrillic izhitsadblgravecyrillic kjecyrillic yerudieresiscyrillic zedieresiscyrillic zhebrevecyrillic zhedieresiscyrillic uni1F88 uni1F89 uni1F8A uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1FBC uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C uni1F9D uni1F9E uni1F9F uni1FCC uni1FA8 uni1FA9 uni1FAA uni1FAB uni1FAC uni1FAD uni1FAE uni1FAF uni1FFC franc dong uni1E2D.ccmp uni1ECB.ccmp], # Base
+ [L_slash L_bar a_uni02DE o_uni02DE], # Liga
+ [acutecomb gravecomb macroncomb tildecomb uni0346 uni1DD8 uni1DD9 uni1DD2 uni1DD3 uni1DD0 uni1DD1 uni1DD4 uni1DD5 uni1DDB uni1DDC uni1DDF uni1DDD uni1DDE uni036A uni036B uni036C uni036D uni036E uni036F uni0362 uni0363 uni0364 uni0365 uni0366 uni0367 uni0368 uni0369 uni0359 uni0358 uni0355 uni0354 uni0357 uni0356 uni0351 uni0350 uni0353 uni0352 uni035E uni035F uni035C uni035B uniA69F uni1DD6 uni1DD7 uni034B uni034C uni034A uni034F uni034D uni034E uni0348 uni0349 uni0347 uni1DC6 uni1DC4 macrongravecomb.lc macronacutecomb.lc uni1DCF uni1DCE uni1DCD uni1DCC uni1DCB uni1DCA uni1DC9 uni1DC8 uni1DC7 uni1DC5 uni1DC3 uni1DC2 uni1DC1 uni1DC0 uni1DE9 uni035D uni035A uni1DE2 uni20DC uni20DB uni20E8 uni1DDA uni0487 uni20F0 uni1DF0 uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFC uni1DFD uni1DFE uni1DFF uniFE29 uniFE22 uniFE23 uniFE24 uniFE25 uniFE26 uniFE2A uniFE2B uniFE2C uniFE2D uni1DEE uni1DED uni1DEF uni1DEA uni1DEC uni1DEB uni1DE8 uni1DE5 uni1DE4 uni1DE7 uni1DE6 uni1DE1 uni1DE0 uni1DE3 macronacutecomb.cn macrongravecomb.cn], # Mark
+ ;
+} GDEF;
diff --git a/src/Inter-UI-Regular.ufo/fontinfo.plist b/src/Inter-UI-Regular.ufo/fontinfo.plist
index ac6962642..0e25ef394 100644
--- a/src/Inter-UI-Regular.ufo/fontinfo.plist
+++ b/src/Inter-UI-Regular.ufo/fontinfo.plist
@@ -1,205 +1,338 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>ascender</key>
- <integer>2708</integer>
- <key>capHeight</key>
- <integer>2048</integer>
- <key>copyright</key>
- <string>Copyright (c) 2016-2018 The Inter UI Project Authors.
-Placeholder glyphs from Roboto: Copyright 2011 Google Inc. All Rights Reserved.</string>
- <key>descender</key>
- <integer>-660</integer>
- <key>familyName</key>
- <string>Inter UI</string>
- <key>italicAngle</key>
- <integer>0</integer>
- <key>openTypeHeadCreated</key>
- <string>2016/12/04 10:21:54</string>
- <key>openTypeHeadFlags</key>
- <array>
- <integer>0</integer>
- <integer>1</integer>
- <integer>3</integer>
- <integer>4</integer>
- </array>
- <key>openTypeHeadLowestRecPPEM</key>
- <integer>64</integer>
- <key>openTypeHheaAscender</key>
- <integer>2708</integer>
- <key>openTypeHheaLineGap</key>
- <integer>0</integer>
- <key>openTypeNameDescription</key>
- <string></string>
- <key>openTypeNameDesigner</key>
- <string>Rasmus Andersson</string>
- <key>openTypeNameDesignerURL</key>
- <string>https://rsms.me/</string>
- <key>openTypeNameLicense</key>
- <string></string>
- <key>openTypeNameLicenseURL</key>
- <string></string>
- <key>openTypeNameManufacturer</key>
- <string></string>
- <key>openTypeNameManufacturerURL</key>
- <string></string>
- <key>openTypeNameSampleText</key>
- <string></string>
- <key>openTypeOS2CodePageRanges</key>
- <array>
- <integer>0</integer>
- <integer>1</integer>
- <integer>2</integer>
- <integer>3</integer>
- <integer>4</integer>
- <integer>7</integer>
- <integer>8</integer>
- <integer>29</integer>
- </array>
- <key>openTypeOS2FamilyClass</key>
- <array>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- <key>openTypeOS2Panose</key>
- <array>
- <integer>2</integer>
- <integer>11</integer>
- <integer>0</integer>
- <integer>2</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- <key>openTypeOS2Selection</key>
- <array>
- </array>
- <key>openTypeOS2StrikeoutPosition</key>
- <integer>1024</integer>
- <key>openTypeOS2StrikeoutSize</key>
- <integer>256</integer>
- <key>openTypeOS2SubscriptXOffset</key>
- <integer>0</integer>
- <key>openTypeOS2SubscriptXSize</key>
- <integer>1536</integer>
- <key>openTypeOS2SubscriptYOffset</key>
- <integer>256</integer>
- <key>openTypeOS2SubscriptYSize</key>
- <integer>1280</integer>
- <key>openTypeOS2SuperscriptXOffset</key>
- <integer>0</integer>
- <key>openTypeOS2SuperscriptXSize</key>
- <integer>1536</integer>
- <key>openTypeOS2SuperscriptYOffset</key>
- <integer>1024</integer>
- <key>openTypeOS2SuperscriptYSize</key>
- <integer>1280</integer>
- <key>openTypeOS2Type</key>
- <array>
- </array>
- <key>openTypeOS2TypoAscender</key>
- <integer>2708</integer>
- <key>openTypeOS2TypoLineGap</key>
- <integer>0</integer>
- <key>openTypeOS2UnicodeRanges</key>
- <array>
- <integer>0</integer>
- <integer>1</integer>
- <integer>2</integer>
- <integer>3</integer>
- <integer>4</integer>
- <integer>5</integer>
- <integer>6</integer>
- <integer>7</integer>
- <integer>9</integer>
- <integer>11</integer>
- <integer>29</integer>
- <integer>30</integer>
- <integer>31</integer>
- <integer>32</integer>
- <integer>33</integer>
- <integer>34</integer>
- <integer>35</integer>
- <integer>36</integer>
- <integer>37</integer>
- <integer>38</integer>
- <integer>39</integer>
- <integer>40</integer>
- <integer>45</integer>
- <integer>47</integer>
- <integer>57</integer>
- <integer>60</integer>
- <integer>62</integer>
- <integer>64</integer>
- <integer>69</integer>
- </array>
- <key>openTypeOS2VendorID</key>
- <string>RSMS</string>
- <key>openTypeOS2WeightClass</key>
- <integer>400</integer>
- <key>openTypeOS2WidthClass</key>
- <integer>5</integer>
- <key>postscriptBlueFuzz</key>
- <integer>0</integer>
- <key>postscriptBlueShift</key>
- <integer>16</integer>
- <key>postscriptBlueValues</key>
- <array>
- <integer>-32</integer>
- <integer>0</integer>
- <integer>1536</integer>
- <integer>1556</integer>
- <integer>2048</integer>
- <integer>2076</integer>
- </array>
- <key>postscriptDefaultCharacter</key>
- <string>space</string>
- <key>postscriptDefaultWidthX</key>
- <integer>256</integer>
- <key>postscriptFamilyBlues</key>
- <array>
- </array>
- <key>postscriptFamilyOtherBlues</key>
- <array>
- </array>
- <key>postscriptForceBold</key>
- <false/>
- <key>postscriptIsFixedPitch</key>
- <false/>
- <key>postscriptOtherBlues</key>
- <array>
- <integer>-576</integer>
- <integer>-512</integer>
- </array>
- <key>postscriptStemSnapH</key>
- <array>
- <integer>128</integer>
- </array>
- <key>postscriptStemSnapV</key>
- <array>
- <integer>128</integer>
- </array>
- <key>postscriptUnderlinePosition</key>
- <integer>-422</integer>
- <key>postscriptUnderlineThickness</key>
- <integer>170</integer>
- <key>styleName</key>
- <string>Regular</string>
- <key>trademark</key>
- <string></string>
- <key>unitsPerEm</key>
- <integer>2816</integer>
- <key>versionMajor</key>
- <integer>1</integer>
- <key>versionMinor</key>
- <integer>0</integer>
- <key>xHeight</key>
- <integer>1536</integer>
- <key>year</key>
- <integer>2016</integer>
-</dict>
+ <dict>
+ <key>ascender</key>
+ <real>2708.0</real>
+ <key>capHeight</key>
+ <real>2048.0</real>
+ <key>copyright</key>
+ <string>Copyright 2018 The Inter UI project authors</string>
+ <key>descender</key>
+ <real>-660.0</real>
+ <key>familyName</key>
+ <string>Inter UI</string>
+ <key>guidelines</key>
+ <array>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1368.0</real>
+ <key>y</key>
+ <real>2304.0</real>
+ </dict>
+ <dict>
+ <key>y</key>
+ <real>3792.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1520.0</real>
+ <key>y</key>
+ <real>512.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>name</key>
+ <string>Accent</string>
+ <key>x</key>
+ <real>1604.0</real>
+ <key>y</key>
+ <real>1280.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1752.0</real>
+ <key>y</key>
+ <real>-576.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1632.0</real>
+ <key>y</key>
+ <real>768.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>1560.0</real>
+ <key>y</key>
+ <real>1024.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>224.0</real>
+ <key>y</key>
+ <real>1560.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>1828.0</real>
+ <key>y</key>
+ <real>2076.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>1580.0</real>
+ <key>y</key>
+ <real>-44.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>472.0</real>
+ <key>y</key>
+ <real>1588.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>1180.0</real>
+ <key>y</key>
+ <real>1596.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>1428.0</real>
+ <key>y</key>
+ <real>1576.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>460.0</real>
+ <key>y</key>
+ <real>1580.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>90.0</real>
+ <key>x</key>
+ <real>1192.0</real>
+ <key>y</key>
+ <real>1588.0</real>
+ </dict>
+ <dict>
+ <key>angle</key>
+ <real>0.0</real>
+ <key>x</key>
+ <real>872.0</real>
+ <key>y</key>
+ <real>-344.0</real>
+ </dict>
+ </array>
+ <key>italicAngle</key>
+ <real>-0.0</real>
+ <key>macintoshFONDName</key>
+ <string>InterUI Regular</string>
+ <key>openTypeHeadCreated</key>
+ <string>2018/09/03 16:13:51</string>
+ <key>openTypeHeadFlags</key>
+ <array>
+ <integer>0</integer>
+ <integer>1</integer>
+ <integer>3</integer>
+ <integer>4</integer>
+ </array>
+ <key>openTypeHeadLowestRecPPEM</key>
+ <integer>6</integer>
+ <key>openTypeHheaAscender</key>
+ <integer>2708</integer>
+ <key>openTypeHheaLineGap</key>
+ <integer>0</integer>
+ <key>openTypeNameDescription</key>
+ <string></string>
+ <key>openTypeNameDesigner</key>
+ <string>Rasmus Andersson</string>
+ <key>openTypeNameDesignerURL</key>
+ <string>https://rsms.me/</string>
+ <key>openTypeNameLicense</key>
+ <string>OFL 1.1 (SIL Open Font License, Version 1.1)</string>
+ <key>openTypeNameLicenseURL</key>
+ <string>http://scripts.sil.org/OFL</string>
+ <key>openTypeNameManufacturer</key>
+ <string>rsms</string>
+ <key>openTypeNameManufacturerURL</key>
+ <string>https://rsms.me/</string>
+ <key>openTypeNamePreferredFamilyName</key>
+ <string>Inter UI</string>
+ <key>openTypeNamePreferredSubfamilyName</key>
+ <string>Regular</string>
+ <key>openTypeNameSampleText</key>
+ <string></string>
+ <key>openTypeNameUniqueID</key>
+ <string>Inter UI Regular:2018:8c1a4c18</string>
+ <key>openTypeNameVersion</key>
+ <string>2.6;8c1a4c18</string>
+ <key>openTypeOS2CodePageRanges</key>
+ <array>
+ <integer>0</integer>
+ <integer>1</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>4</integer>
+ <integer>7</integer>
+ <integer>8</integer>
+ </array>
+ <key>openTypeOS2FamilyClass</key>
+ <array>
+ <integer>0</integer>
+ <integer>0</integer>
+ </array>
+ <key>openTypeOS2Panose</key>
+ <array>
+ <integer>2</integer>
+ <integer>11</integer>
+ <integer>5</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>4</integer>
+ </array>
+ <key>openTypeOS2StrikeoutPosition</key>
+ <integer>1024</integer>
+ <key>openTypeOS2StrikeoutSize</key>
+ <integer>256</integer>
+ <key>openTypeOS2SubscriptXOffset</key>
+ <integer>0</integer>
+ <key>openTypeOS2SubscriptXSize</key>
+ <integer>1536</integer>
+ <key>openTypeOS2SubscriptYOffset</key>
+ <integer>256</integer>
+ <key>openTypeOS2SubscriptYSize</key>
+ <integer>1280</integer>
+ <key>openTypeOS2SuperscriptXOffset</key>
+ <integer>0</integer>
+ <key>openTypeOS2SuperscriptXSize</key>
+ <integer>1536</integer>
+ <key>openTypeOS2SuperscriptYOffset</key>
+ <integer>1024</integer>
+ <key>openTypeOS2SuperscriptYSize</key>
+ <integer>1280</integer>
+ <key>openTypeOS2Type</key>
+ <array/>
+ <key>openTypeOS2TypoAscender</key>
+ <integer>2708</integer>
+ <key>openTypeOS2TypoLineGap</key>
+ <integer>0</integer>
+ <key>openTypeOS2UnicodeRanges</key>
+ <array>
+ <integer>0</integer>
+ <integer>1</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>4</integer>
+ <integer>5</integer>
+ <integer>6</integer>
+ <integer>7</integer>
+ <integer>9</integer>
+ <integer>11</integer>
+ <integer>29</integer>
+ <integer>30</integer>
+ <integer>31</integer>
+ <integer>32</integer>
+ <integer>33</integer>
+ <integer>34</integer>
+ <integer>35</integer>
+ <integer>36</integer>
+ <integer>37</integer>
+ <integer>38</integer>
+ <integer>39</integer>
+ <integer>40</integer>
+ <integer>45</integer>
+ <integer>47</integer>
+ <integer>57</integer>
+ <integer>60</integer>
+ <integer>62</integer>
+ <integer>64</integer>
+ <integer>69</integer>
+ </array>
+ <key>openTypeOS2VendorID</key>
+ <string>RSMS</string>
+ <key>openTypeOS2WeightClass</key>
+ <integer>400</integer>
+ <key>postscriptBlueShift</key>
+ <integer>16</integer>
+ <key>postscriptBlueValues</key>
+ <array>
+ <real>-32.0</real>
+ <real>0.0</real>
+ <real>1536.0</real>
+ <real>1556.0</real>
+ <real>2048.0</real>
+ <real>2076.0</real>
+ </array>
+ <key>postscriptDefaultCharacter</key>
+ <string>space</string>
+ <key>postscriptDefaultWidthX</key>
+ <integer>256</integer>
+ <key>postscriptFamilyBlues</key>
+ <array/>
+ <key>postscriptFamilyOtherBlues</key>
+ <array/>
+ <key>postscriptFontName</key>
+ <string>InterUI-Regular</string>
+ <key>postscriptForceBold</key>
+ <false/>
+ <key>postscriptIsFixedPitch</key>
+ <false/>
+ <key>postscriptOtherBlues</key>
+ <array>
+ <real>-576.0</real>
+ <real>-512.0</real>
+ </array>
+ <key>postscriptStemSnapH</key>
+ <array>
+ <integer>128</integer>
+ </array>
+ <key>postscriptStemSnapV</key>
+ <array>
+ <integer>128</integer>
+ </array>
+ <key>postscriptUnderlinePosition</key>
+ <integer>-422</integer>
+ <key>postscriptUnderlineThickness</key>
+ <integer>170</integer>
+ <key>styleMapFamilyName</key>
+ <string>Inter UI</string>
+ <key>styleMapStyleName</key>
+ <string>regular</string>
+ <key>styleName</key>
+ <string>Regular</string>
+ <key>trademark</key>
+ <string>Inter UI is a trademark of rsms.</string>
+ <key>unitsPerEm</key>
+ <integer>2816</integer>
+ <key>versionMajor</key>
+ <integer>2</integer>
+ <key>versionMinor</key>
+ <integer>6</integer>
+ <key>xHeight</key>
+ <real>1536.0</real>
+ <key>year</key>
+ <integer>2018</integer>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/AE__.glif b/src/Inter-UI-Regular.ufo/glyphs/AE__.glif
deleted file mode 100644
index 944f682fb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/AE__.glif
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="AE" format="1">
- <advance width="2848"/>
- <unicode hex="00C6"/>
- <outline>
- <contour>
- <point x="1424" y="1860" type="line"/>
- <point x="1448" y="2048" type="line"/>
- <point x="1272" y="2048" type="line"/>
- <point x="60" y="0" type="line"/>
- <point x="356" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1640" y="768" type="line"/>
- <point x="604" y="768" type="line"/>
- <point x="604" y="552" type="line"/>
- <point x="1640" y="552" type="line"/>
- </contour>
- <contour>
- <point x="2692" y="220" type="line"/>
- <point x="1684" y="220" type="line"/>
- <point x="1684" y="0" type="line"/>
- <point x="2692" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1648" y="2048" type="line"/>
- <point x="1404" y="2048" type="line"/>
- <point x="1488" y="0" type="line"/>
- <point x="1732" y="0" type="line"/>
- </contour>
- <contour>
- <point x="2496" y="1152" type="line"/>
- <point x="1628" y="1152" type="line"/>
- <point x="1628" y="932" type="line"/>
- <point x="2496" y="932" type="line"/>
- </contour>
- <contour>
- <point x="2608" y="2048" type="line"/>
- <point x="1600" y="2048" type="line"/>
- <point x="1600" y="1828" type="line"/>
- <point x="2608" y="1828" type="line"/>
- </contour>
- <contour>
- <point x="1476" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2736" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2736" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2647, 'leftMargin': -30, 'rightMargin': 45}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_.glif b/src/Inter-UI-Regular.ufo/glyphs/A_.glif
index aac94a192..5a043118f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_.glif
@@ -1,70 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="A" format="1">
- <advance width="1904"/>
+<glyph name="A" format="2">
+ <advance width="1904.0"/>
<unicode hex="0041"/>
+ <guideline x="2064.0" y="1832.0" angle="90.0"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1776.0" y="0.0" name="ogonek"/>
+ <anchor x="1832.0" y="0.0" name="right"/>
+ <anchor x="680.0" y="2048.0" name="tonos"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1460" y="768" type="line"/>
- <point x="448" y="768" type="line"/>
- <point x="448" y="548" type="line"/>
- <point x="1460" y="548" type="line"/>
+ <point x="1460.0" y="768.0" type="line"/>
+ <point x="448.0" y="768.0" type="line"/>
+ <point x="448.0" y="548.0" type="line"/>
+ <point x="1460.0" y="548.0" type="line"/>
</contour>
- <component base="Lambda"/>
<contour>
- <point x="952" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="952" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1832" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="680" y="2048" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1776" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1896" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1848" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1896" y="2200" type="move" name="top0315"/>
+ <point x="332.0" y="0.0" type="line"/>
+ <point x="940.0" y="1724.0" type="line"/>
+ <point x="964.0" y="1724.0" type="line"/>
+ <point x="1572.0" y="0.0" type="line"/>
+ <point x="1832.0" y="0.0" type="line"/>
+ <point x="1080.0" y="2048.0" type="line"/>
+ <point x="824.0" y="2048.0" type="line"/>
+ <point x="72.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>944</integer>
- <key>y</key>
- <integer>1828</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 07:38:52</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/A_E_.glif
new file mode 100644
index 000000000..f701840ce
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_E_.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="AE" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="00C6"/>
+ <anchor x="1476.0" y="2304.0" name="top"/>
+ <anchor x="2736.0" y="2216.0" name="top0315"/>
+ <anchor x="2736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <contour>
+ <point x="1424.0" y="1860.0" type="line"/>
+ <point x="1448.0" y="2048.0" type="line"/>
+ <point x="1272.0" y="2048.0" type="line"/>
+ <point x="60.0" y="0.0" type="line"/>
+ <point x="356.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1640.0" y="768.0" type="line"/>
+ <point x="604.0" y="768.0" type="line"/>
+ <point x="604.0" y="552.0" type="line"/>
+ <point x="1640.0" y="552.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2692.0" y="220.0" type="line"/>
+ <point x="1684.0" y="220.0" type="line"/>
+ <point x="1684.0" y="0.0" type="line"/>
+ <point x="2692.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1648.0" y="2048.0" type="line"/>
+ <point x="1404.0" y="2048.0" type="line"/>
+ <point x="1488.0" y="0.0" type="line"/>
+ <point x="1732.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2496.0" y="1152.0" type="line"/>
+ <point x="1628.0" y="1152.0" type="line"/>
+ <point x="1628.0" y="932.0" type="line"/>
+ <point x="2496.0" y="932.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2608.0" y="2048.0" type="line"/>
+ <point x="1600.0" y="2048.0" type="line"/>
+ <point x="1600.0" y="1828.0" type="line"/>
+ <point x="2608.0" y="1828.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_E_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/A_E_acute.glif
new file mode 100644
index 000000000..38698bc38
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_E_acute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="AEacute" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="01FC"/>
+ <anchor x="1476.0" y="2304.0" name="parent_top"/>
+ <anchor x="1476.0" y="2796.0" name="top"/>
+ <anchor x="2736.0" y="2216.0" name="top0315"/>
+ <anchor x="2736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="AE"/>
+ <component base="acute" xOffset="1168.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_E_macron.glif b/src/Inter-UI-Regular.ufo/glyphs/A_E_macron.glif
new file mode 100644
index 000000000..fd133d7b8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_E_macron.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="AEmacron" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="01E2"/>
+ <anchor x="1476.0" y="2304.0" name="parent_top"/>
+ <anchor x="1476.0" y="2712.0" name="top"/>
+ <anchor x="2736.0" y="2216.0" name="top0315"/>
+ <anchor x="2736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="AE"/>
+ <component base="macron" xOffset="856.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/A_acute.glif
new file mode 100644
index 000000000..f4dc0fd24
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aacute" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="00C1"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2796.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="acute" xOffset="640.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_breve.glif b/src/Inter-UI-Regular.ufo/glyphs/A_breve.glif
new file mode 100644
index 000000000..df1fc7c64
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abreve" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0102"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2748.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breve" xOffset="320.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_breveacute.glif b/src/Inter-UI-Regular.ufo/glyphs/A_breveacute.glif
new file mode 100644
index 000000000..5503a2c8c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_breveacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abreveacute" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EAE"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breveacutecomb.cn" xOffset="312.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_brevecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/A_brevecyrillic.glif
new file mode 100644
index 000000000..0e67f2f44
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_brevecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevecyrillic" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="04D0"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2748.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breve" xOffset="320.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_brevedotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/A_brevedotbelow.glif
new file mode 100644
index 000000000..6681c9376
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_brevedotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevedotbelow" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EB6"/>
+ <anchor x="952.0" y="-495.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2748.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breve" xOffset="320.0" yOffset="528.0"/>
+ <component base="dotbelow" xOffset="1776.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_brevegrave.glif b/src/Inter-UI-Regular.ufo/glyphs/A_brevegrave.glif
new file mode 100644
index 000000000..ae5a98c52
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_brevegrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevegrave" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EB0"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="brevegravecomb.cn" xOffset="312.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_brevehookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/A_brevehookabove.glif
new file mode 100644
index 000000000..8d1a683e9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_brevehookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevehookabove" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EB2"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="brevehookcomb.cn" xOffset="304.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_brevetilde.glif b/src/Inter-UI-Regular.ufo/glyphs/A_brevetilde.glif
new file mode 100644
index 000000000..4a4efe61b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_brevetilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Abrevetilde" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EB4"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="brevetildecomb.cn" xOffset="312.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/A_caron.glif
new file mode 100644
index 000000000..b56b976f2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acaron" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="01CD"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="936.0" y="2760.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="caron" xOffset="304.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:36:00</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/A_circumflex.glif
new file mode 100644
index 000000000..fca6a6754
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflex" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="00C2"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2768.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflex" xOffset="304.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_circumflexacute.glif b/src/Inter-UI-Regular.ufo/glyphs/A_circumflexacute.glif
new file mode 100644
index 000000000..55372cef4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_circumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflexacute" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EA4"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflexacutecomb.cn" xOffset="384.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_circumflexdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/A_circumflexdotbelow.glif
new file mode 100644
index 000000000..ebcecf56c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_circumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflexdotbelow" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EAC"/>
+ <anchor x="952.0" y="-495.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2768.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflex" xOffset="304.0" yOffset="512.0"/>
+ <component base="dotbelow" xOffset="1776.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_circumflexgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/A_circumflexgrave.glif
new file mode 100644
index 000000000..cbe57b23b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_circumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflexgrave" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EA6"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflexgravecomb.cn" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_circumflexhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/A_circumflexhookabove.glif
new file mode 100644
index 000000000..872db4458
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_circumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflexhookabove" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EA8"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflexhookcomb.cn" xOffset="304.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_circumflextilde.glif b/src/Inter-UI-Regular.ufo/glyphs/A_circumflextilde.glif
new file mode 100644
index 000000000..64ffcb1fb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_circumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Acircumflextilde" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EAA"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="circumflextildecomb.cn" xOffset="192.0" yOffset="464.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_dblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/A_dblgrave.glif
new file mode 100644
index 000000000..8d820a39a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adblgrave" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0200"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2730.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dblgravecmb" xOffset="1576.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/A_dieresis.glif
new file mode 100644
index 000000000..5d1112227
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_dieresis.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adieresis" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="00C4"/>
+ <outline>
+ <component base="A"/>
+ <component base="casedieresis.cn" xOffset="128.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_dieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/A_dieresiscyrillic.glif
new file mode 100644
index 000000000..fa6e4764d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_dieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adieresiscyrillic" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="04D2"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2684.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dieresis" xOffset="128.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_dieresismacron.glif b/src/Inter-UI-Regular.ufo/glyphs/A_dieresismacron.glif
new file mode 100644
index 000000000..8bb83fe6c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_dieresismacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adieresismacron" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="01DE"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dieresismacroncomb.cn" xOffset="1760.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/A_dotbelow.glif
new file mode 100644
index 000000000..8e353e533
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adotbelow" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EA0"/>
+ <anchor x="952.0" y="-495.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dotbelow" xOffset="1776.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_dotmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/A_dotmacron.glif
new file mode 100644
index 000000000..0714dd0da
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_dotmacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Adotmacron" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="01E0"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dotmacroncomb.cn" xOffset="1760.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_grave.glif b/src/Inter-UI-Regular.ufo/glyphs/A_grave.glif
new file mode 100644
index 000000000..9ebd3aa22
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Agrave" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="00C0"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2796.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="grave" xOffset="456.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:36:00</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_hookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/A_hookabove.glif
new file mode 100644
index 000000000..6a9b0323c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ahookabove" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1EA2"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2922.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="hook" xOffset="1768.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_iecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/A_iecyrillic.glif
new file mode 100644
index 000000000..98dd3128d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_iecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aiecyrillic" format="2">
+ <advance width="2848.0"/>
+ <unicode hex="04D4"/>
+ <anchor x="1476.0" y="2304.0" name="parent_top"/>
+ <anchor x="1476.0" y="2304.0" name="top"/>
+ <anchor x="2736.0" y="2216.0" name="top0315"/>
+ <anchor x="2736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="AE"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_invertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/A_invertedbreve.glif
new file mode 100644
index 000000000..5015d58e6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ainvertedbreve" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0202"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2771.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breveinvnosp" xOffset="1760.0" yOffset="656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_lpha.glif b/src/Inter-UI-Regular.ufo/glyphs/A_lpha.glif
new file mode 100644
index 000000000..1cf36bf1f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_lpha.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Alpha" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0391"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_lphatonos.glif b/src/Inter-UI-Regular.ufo/glyphs/A_lphatonos.glif
new file mode 100644
index 000000000..7a6933911
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_lphatonos.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Alphatonos" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0386"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="tonos" xOffset="192.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_macron.glif b/src/Inter-UI-Regular.ufo/glyphs/A_macron.glif
new file mode 100644
index 000000000..08ab0b203
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Amacron" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0100"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2712.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="macron" xOffset="328.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:36:00</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_ogonek.N_A_V_.glif b/src/Inter-UI-Regular.ufo/glyphs/A_ogonek.N_A_V_.glif
new file mode 100644
index 000000000..20aa06e48
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_ogonek.N_A_V_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aogonek.NAV" format="2">
+ <advance width="1904.0"/>
+ <anchor x="952.0" y="-600.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="ogonek" xOffset="464.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_ogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/A_ogonek.glif
new file mode 100644
index 000000000..d83871c93
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_ogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aogonek" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0104"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="ogonek" xOffset="1176.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_ring.glif b/src/Inter-UI-Regular.ufo/glyphs/A_ring.glif
new file mode 100644
index 000000000..4d3f17f37
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_ring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aring" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="00C5"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="964.0" y="3268.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="ring" xOffset="512.0" yOffset="504.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_ringacute.glif b/src/Inter-UI-Regular.ufo/glyphs/A_ringacute.glif
new file mode 100644
index 000000000..61d73f9e7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_ringacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aringacute" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="01FA"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="ringacute.cn" xOffset="544.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:19:24</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_ringbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/A_ringbelow.glif
new file mode 100644
index 000000000..aba1bc813
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_ringbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Aringbelow" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1E00"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni02F3" xOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/A_tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/A_tilde.glif
new file mode 100644
index 000000000..b05fb464a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/A_tilde.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Atilde" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="00C3"/>
+ <outline>
+ <component base="casetilde.cn" xOffset="320.0"/>
+ <component base="A"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Adieresis_.glif b/src/Inter-UI-Regular.ufo/glyphs/Adieresis_.glif
deleted file mode 100644
index 35fbe5d20..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Adieresis_.glif
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Adieresis" format="1">
- <advance width="1904"/>
- <unicode hex="00C4"/>
- <outline>
- <component base="A"/>
- <component base="casedieresis.cn" xOffset="128"/>
- </outline>
- <lib>
- <dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Atilde_.glif b/src/Inter-UI-Regular.ufo/glyphs/Atilde_.glif
deleted file mode 100644
index eb797b470..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Atilde_.glif
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Atilde" format="1">
- <advance width="1904"/>
- <unicode hex="00C3"/>
- <outline>
- <component base="casetilde.cn" xOffset="320"/>
- <component base="A"/>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/B_.glif b/src/Inter-UI-Regular.ufo/glyphs/B_.glif
index a0cc8f3a7..44835c446 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/B_.glif
@@ -1,163 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="B" format="1">
- <advance width="1832"/>
+<glyph name="B" format="2">
+ <advance width="1832.0"/>
<unicode hex="0042"/>
+ <guideline x="924.0" y="1772.0" angle="90.0"/>
+ <guideline x="1612.0" y="1340.0" angle="90.0"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2304.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1000" y="932" type="line"/>
- <point x="1000" y="1044" type="line"/>
- <point x="1236" y="1044"/>
- <point x="1592" y="1104"/>
- <point x="1592" y="1504" type="curve"/>
- <point x="1592" y="1804"/>
- <point x="1392" y="2048"/>
- <point x="964" y="2048" type="curve"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- <point x="496" y="1828" type="line"/>
- <point x="964" y="1828" type="line"/>
- <point x="1236" y="1828"/>
- <point x="1356" y="1684"/>
- <point x="1356" y="1504" type="curve"/>
- <point x="1356" y="1288"/>
- <point x="1180" y="1148"/>
- <point x="956" y="1148" type="curve"/>
- <point x="448" y="1148" type="line"/>
- <point x="448" y="932" type="line"/>
+ <point x="1000.0" y="932.0" type="line"/>
+ <point x="1000.0" y="1044.0" type="line"/>
+ <point x="1236.0" y="1044.0"/>
+ <point x="1592.0" y="1104.0"/>
+ <point x="1592.0" y="1504.0" type="curve"/>
+ <point x="1592.0" y="1804.0"/>
+ <point x="1392.0" y="2048.0"/>
+ <point x="964.0" y="2048.0" type="curve"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1828.0" type="line"/>
+ <point x="964.0" y="1828.0" type="line"/>
+ <point x="1236.0" y="1828.0"/>
+ <point x="1356.0" y="1684.0"/>
+ <point x="1356.0" y="1504.0" type="curve"/>
+ <point x="1356.0" y="1288.0"/>
+ <point x="1180.0" y="1148.0"/>
+ <point x="956.0" y="1148.0" type="curve"/>
+ <point x="448.0" y="1148.0" type="line"/>
+ <point x="448.0" y="932.0" type="line"/>
</contour>
<contour>
- <point x="988" y="0" type="line"/>
- <point x="1472" y="0"/>
- <point x="1672" y="236"/>
- <point x="1672" y="544" type="curve" smooth="yes"/>
- <point x="1672" y="868"/>
- <point x="1448" y="1044"/>
- <point x="1260" y="1056" type="curve"/>
- <point x="1260" y="1148" type="line"/>
- <point x="560" y="1148" type="line"/>
- <point x="560" y="932" type="line"/>
- <point x="1000" y="932" type="line" smooth="yes"/>
- <point x="1268" y="932"/>
- <point x="1436" y="752"/>
- <point x="1436" y="544" type="curve" smooth="yes"/>
- <point x="1436" y="364"/>
- <point x="1312" y="220"/>
- <point x="988" y="220" type="curve" smooth="yes"/>
- <point x="368" y="220" type="line"/>
- <point x="368" y="0" type="line"/>
- </contour>
- <contour>
- <point x="876" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1796" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1796" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1796" y="2216" type="move" name="top0315"/>
+ <point x="988.0" y="0.0" type="line"/>
+ <point x="1472.0" y="0.0"/>
+ <point x="1672.0" y="236.0"/>
+ <point x="1672.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1672.0" y="868.0"/>
+ <point x="1448.0" y="1044.0"/>
+ <point x="1260.0" y="1056.0" type="curve"/>
+ <point x="1260.0" y="1148.0" type="line"/>
+ <point x="560.0" y="1148.0" type="line"/>
+ <point x="560.0" y="932.0" type="line"/>
+ <point x="1000.0" y="932.0" type="line" smooth="yes"/>
+ <point x="1268.0" y="932.0"/>
+ <point x="1436.0" y="752.0"/>
+ <point x="1436.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1436.0" y="364.0"/>
+ <point x="1312.0" y="220.0"/>
+ <point x="988.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="220.0" type="line"/>
+ <point x="368.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>924</integer>
- <key>y</key>
- <integer>1772</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1612</integer>
- <key>y</key>
- <integer>1340</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>P</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- <dict>
- <key>baseGlyph</key>
- <string>P</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>-1</integer>
- <integer>88</integer>
- <integer>2048</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>B</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1832</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/B_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/B_dotaccent.glif
new file mode 100644
index 000000000..bf2869477
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/B_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Bdotaccent" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="1E02"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2304.0" name="parent_top"/>
+ <anchor x="876.0" y="2700.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ <component base="dotaccent" xOffset="544.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/B_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/B_dotbelow.glif
new file mode 100644
index 000000000..63a7d7c6e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/B_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Bdotbelow" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="1E04"/>
+ <anchor x="888.0" y="-479.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2304.0" name="parent_top"/>
+ <anchor x="876.0" y="2304.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ <component base="dotbelow" xOffset="1712.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/B_eta.glif b/src/Inter-UI-Regular.ufo/glyphs/B_eta.glif
new file mode 100644
index 000000000..8fa6e02b3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/B_eta.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Beta" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="0392"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2304.0" name="parent_top"/>
+ <anchor x="876.0" y="2304.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/B_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/B_hook.glif
new file mode 100644
index 000000000..8350f6da0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/B_hook.glif
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Bhook" format="2">
+ <advance width="2132.0"/>
+ <unicode hex="0181"/>
+ <outline>
+ <contour>
+ <point x="616.0" y="1828.0" type="line"/>
+ <point x="616.0" y="2048.0" type="line"/>
+ <point x="416.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="152.0" y="2048.0"/>
+ <point x="8.0" y="1864.0"/>
+ <point x="8.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="8.0" y="1504.0" type="line"/>
+ <point x="240.0" y="1504.0" type="line"/>
+ <point x="240.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="240.0" y="1708.0"/>
+ <point x="260.0" y="1828.0"/>
+ <point x="420.0" y="1828.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1300.0" y="932.0" type="line"/>
+ <point x="1300.0" y="1044.0" type="line"/>
+ <point x="1536.0" y="1044.0"/>
+ <point x="1892.0" y="1104.0"/>
+ <point x="1892.0" y="1504.0" type="curve"/>
+ <point x="1892.0" y="1804.0"/>
+ <point x="1692.0" y="2048.0"/>
+ <point x="1264.0" y="2048.0" type="curve"/>
+ <point x="548.0" y="2048.0" type="line"/>
+ <point x="548.0" y="0.0" type="line"/>
+ <point x="796.0" y="0.0" type="line"/>
+ <point x="796.0" y="1828.0" type="line"/>
+ <point x="1264.0" y="1828.0" type="line"/>
+ <point x="1536.0" y="1828.0"/>
+ <point x="1656.0" y="1684.0"/>
+ <point x="1656.0" y="1504.0" type="curve"/>
+ <point x="1656.0" y="1288.0"/>
+ <point x="1480.0" y="1148.0"/>
+ <point x="1256.0" y="1148.0" type="curve"/>
+ <point x="748.0" y="1148.0" type="line"/>
+ <point x="748.0" y="932.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1288.0" y="0.0" type="line"/>
+ <point x="1772.0" y="0.0"/>
+ <point x="1972.0" y="236.0"/>
+ <point x="1972.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1972.0" y="868.0"/>
+ <point x="1748.0" y="1044.0"/>
+ <point x="1560.0" y="1056.0" type="curve"/>
+ <point x="1560.0" y="1148.0" type="line"/>
+ <point x="860.0" y="1148.0" type="line"/>
+ <point x="860.0" y="932.0" type="line"/>
+ <point x="1300.0" y="932.0" type="line" smooth="yes"/>
+ <point x="1568.0" y="932.0"/>
+ <point x="1736.0" y="752.0"/>
+ <point x="1736.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1736.0" y="364.0"/>
+ <point x="1612.0" y="220.0"/>
+ <point x="1288.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="220.0" type="line"/>
+ <point x="668.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/B_linebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/B_linebelow.glif
new file mode 100644
index 000000000..face26f4a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/B_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Blinebelow" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="1E06"/>
+ <anchor x="888.0" y="-388.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2304.0" name="parent_top"/>
+ <anchor x="876.0" y="2304.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ <component base="macronsubnosp" xOffset="1696.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/B_topbar.glif b/src/Inter-UI-Regular.ufo/glyphs/B_topbar.glif
new file mode 100644
index 000000000..8b7a4889c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/B_topbar.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Btopbar" format="2">
+ <advance width="1856.0"/>
+ <unicode hex="0182"/>
+ <guideline x="240.0" y="1684.0" angle="90.0"/>
+ <outline>
+ <component base="Gamma" xOffset="-24.0"/>
+ <component base="afii10046" xOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Bhook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Bhook_.glif
deleted file mode 100644
index 8aa6dfa2f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Bhook_.glif
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Bhook" format="1">
- <advance width="2132"/>
- <unicode hex="0181"/>
- <outline>
- <contour>
- <point x="616" y="1828" type="line"/>
- <point x="616" y="2048" type="line"/>
- <point x="416" y="2048" type="line" smooth="yes"/>
- <point x="152" y="2048"/>
- <point x="8" y="1864"/>
- <point x="8" y="1640" type="curve" smooth="yes"/>
- <point x="8" y="1504" type="line"/>
- <point x="240" y="1504" type="line"/>
- <point x="240" y="1580" type="line" smooth="yes"/>
- <point x="240" y="1708"/>
- <point x="260" y="1828"/>
- <point x="420" y="1828" type="curve" smooth="yes"/>
- </contour>
- <component base="B" xOffset="300"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2046.0, 'leftMargin': 41, 'rightMargin': 100.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Btopbar_.glif b/src/Inter-UI-Regular.ufo/glyphs/Btopbar_.glif
deleted file mode 100644
index 2b0a7bb1a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Btopbar_.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Btopbar" format="1">
- <advance width="1856"/>
- <unicode hex="0182"/>
- <outline>
- <component base="Gamma" xOffset="-24"/>
- <component base="afii10046" xOffset="48"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>240</integer>
- <key>y</key>
- <integer>1684</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1777, 'leftMargin': 171, 'rightMargin': 158}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/CR__.glif b/src/Inter-UI-Regular.ufo/glyphs/CR__.glif
deleted file mode 100644
index 791467910..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/CR__.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="CR" format="1">
- <advance width="768"/>
- <outline>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>1.0</real>
- <real>0.3</real>
- <real>0.3</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 701, 'leftMargin': 0, 'rightMargin': 0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_.glif b/src/Inter-UI-Regular.ufo/glyphs/C_.glif
index 73c0be848..9e7b3ec16 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_.glif
@@ -1,120 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="C" format="1">
- <advance width="2048"/>
+<glyph name="C" format="2">
+ <advance width="2048.0"/>
<unicode hex="0043"/>
+ <guideline x="1064.0" y="1432.0" angle="90.0"/>
+ <anchor x="1072.0" y="-16.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1896" y="1408" type="line"/>
- <point x="1820" y="1828"/>
- <point x="1484" y="2076"/>
- <point x="1072" y="2076" type="curve" smooth="yes"/>
- <point x="548" y="2076"/>
- <point x="168" y="1672"/>
- <point x="168" y="1024" type="curve"/>
- <point x="168" y="376"/>
- <point x="548" y="-28"/>
- <point x="1072" y="-28" type="curve" smooth="yes"/>
- <point x="1484" y="-28"/>
- <point x="1820" y="220"/>
- <point x="1896" y="640" type="curve"/>
- <point x="1648" y="640" type="line"/>
- <point x="1588" y="356"/>
- <point x="1344" y="204"/>
- <point x="1072" y="204" type="curve" smooth="yes"/>
- <point x="700" y="204"/>
- <point x="408" y="492"/>
- <point x="408" y="1024" type="curve"/>
- <point x="408" y="1556"/>
- <point x="700" y="1844"/>
- <point x="1072" y="1844" type="curve" smooth="yes"/>
- <point x="1344" y="1844"/>
- <point x="1588" y="1692"/>
- <point x="1648" y="1408" type="curve"/>
- </contour>
- <contour>
- <point x="1072" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1072" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1940" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1940" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1940" y="2244" type="move" name="top0315"/>
+ <point x="1896.0" y="1408.0" type="line"/>
+ <point x="1820.0" y="1828.0"/>
+ <point x="1484.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="-28.0"/>
+ <point x="1820.0" y="220.0"/>
+ <point x="1896.0" y="640.0" type="curve"/>
+ <point x="1648.0" y="640.0" type="line"/>
+ <point x="1588.0" y="356.0"/>
+ <point x="1344.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1844.0"/>
+ <point x="1588.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1064</integer>
- <key>y</key>
- <integer>1432</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>O</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>C</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2048</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_R_.glif b/src/Inter-UI-Regular.ufo/glyphs/C_R_.glif
new file mode 100644
index 000000000..3c46c40bd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_R_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="CR" format="2">
+ <advance width="768.0"/>
+ <outline>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>1,0.302,0.302,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/C_acute.glif
new file mode 100644
index 000000000..115261157
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Cacute" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="0106"/>
+ <anchor x="1072.0" y="-16.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2796.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="acute" xOffset="760.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/C_caron.glif
new file mode 100644
index 000000000..44b745c4f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ccaron" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="010C"/>
+ <anchor x="1072.0" y="-16.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1056.0" y="2760.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="caron" xOffset="424.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_cedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/C_cedilla.glif
new file mode 100644
index 000000000..dbf0edb5f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_cedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ccedilla" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="00C7"/>
+ <anchor x="992.0" y="-620.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="cedilla" xOffset="696.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_cedillaacute.glif b/src/Inter-UI-Regular.ufo/glyphs/C_cedillaacute.glif
new file mode 100644
index 000000000..9628f47a4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_cedillaacute.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ccedillaacute" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="1E08"/>
+ <anchor x="992.0" y="-620.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2796.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="cedilla" xOffset="696.0" yOffset="-16.0"/>
+ <component base="acute" xOffset="760.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/C_circumflex.glif
new file mode 100644
index 000000000..f54b7058d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ccircumflex" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="0108"/>
+ <anchor x="1072.0" y="-16.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2768.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="circumflex" xOffset="424.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/C_dotaccent.glif
new file mode 100644
index 000000000..39d7265e5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Cdotaccent" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="010A"/>
+ <anchor x="1072.0" y="-16.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2700.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="dotaccent" xOffset="744.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_heabkhasiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/C_heabkhasiancyrillic.glif
new file mode 100644
index 000000000..2cfef7bf4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_heabkhasiancyrillic.glif
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Cheabkhasiancyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04BC"/>
+ <anchor x="1424.0" y="-4.0" name="bottom"/>
+ <outline>
+ <contour>
+ <point x="176.0" y="1488.0" type="line"/>
+ <point x="176.0" y="1164.0"/>
+ <point x="364.0" y="952.0"/>
+ <point x="732.0" y="952.0" type="curve"/>
+ <point x="732.0" y="1156.0" type="line"/>
+ <point x="496.0" y="1156.0"/>
+ <point x="400.0" y="1292.0"/>
+ <point x="400.0" y="1488.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1472.0" y="-32.0" type="curve"/>
+ <point x="1772.0" y="-32.0"/>
+ <point x="1944.0" y="60.0"/>
+ <point x="2000.0" y="100.0" type="curve"/>
+ <point x="1936.0" y="308.0" type="line"/>
+ <point x="1840.0" y="264.0"/>
+ <point x="1696.0" y="200.0"/>
+ <point x="1472.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="200.0"/>
+ <point x="904.0" y="484.0"/>
+ <point x="904.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="1168.0" type="line" smooth="yes"/>
+ <point x="904.0" y="1516.0"/>
+ <point x="1068.0" y="1796.0"/>
+ <point x="1368.0" y="1796.0" type="curve"/>
+ <point x="1716.0" y="1796.0"/>
+ <point x="1828.0" y="1528.0"/>
+ <point x="1828.0" y="1196.0" type="curve"/>
+ <point x="1828.0" y="1152.0" type="line"/>
+ <point x="792.0" y="1152.0" type="line"/>
+ <point x="792.0" y="952.0" type="line"/>
+ <point x="2116.0" y="952.0" type="line"/>
+ <point x="2116.0" y="1108.0" type="line" smooth="yes"/>
+ <point x="2116.0" y="1668.0"/>
+ <point x="1864.0" y="2028.0"/>
+ <point x="1368.0" y="2028.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="2032.0"/>
+ <point x="616.0" y="1672.0"/>
+ <point x="616.0" y="1168.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="836.0" type="line" smooth="yes"/>
+ <point x="616.0" y="328.0"/>
+ <point x="924.0" y="-32.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_hedescenderabkhasiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/C_hedescenderabkhasiancyrillic.glif
new file mode 100644
index 000000000..ea300ed73
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_hedescenderabkhasiancyrillic.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chedescenderabkhasiancyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04BE"/>
+ <anchor x="1424.0" y="-4.0" name="bottom"/>
+ <outline>
+ <component base="Cheabkhasiancyrillic"/>
+ <component base="cyrillictic" xOffset="1184.0" yOffset="-96.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_hedescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/C_hedescendercyrillic.glif
new file mode 100644
index 000000000..20d3599c4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_hedescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chedescendercyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04B6"/>
+ <anchor x="1980.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10041" xOffset="32.0"/>
+ <component base="cyrillictic" xOffset="1560.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_hedieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/C_hedieresiscyrillic.glif
new file mode 100644
index 000000000..aba82cd20
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_hedieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chedieresiscyrillic" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="04F4"/>
+ <anchor x="1012.0" y="2216.0" name="parent_top"/>
+ <anchor x="1012.0" y="2596.0" name="top"/>
+ <anchor x="2008.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10041"/>
+ <component base="dieresis" xOffset="192.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_hekhakassiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/C_hekhakassiancyrillic.glif
new file mode 100644
index 000000000..9d1b72c2d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_hekhakassiancyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chekhakassiancyrillic" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="04CB"/>
+ <anchor x="1012.0" y="2216.0" name="parent_top"/>
+ <anchor x="1012.0" y="2216.0" name="top"/>
+ <anchor x="2008.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10041"/>
+ <component base="cyrillictic" xOffset="1128.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_heverticalstrokecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/C_heverticalstrokecyrillic.glif
new file mode 100644
index 000000000..69ca27655
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_heverticalstrokecyrillic.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Cheverticalstrokecyrillic" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="04B8"/>
+ <outline>
+ <contour>
+ <point x="1092.0" y="1392.0" type="line"/>
+ <point x="872.0" y="1392.0" type="line"/>
+ <point x="872.0" y="428.0" type="line"/>
+ <point x="1092.0" y="428.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="252.0" y="2004.0" type="line"/>
+ <point x="252.0" y="1364.0" type="line"/>
+ <point x="252.0" y="912.0"/>
+ <point x="508.0" y="744.0"/>
+ <point x="932.0" y="744.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="744.0"/>
+ <point x="1352.0" y="780.0"/>
+ <point x="1532.0" y="836.0" type="curve"/>
+ <point x="1532.0" y="1068.0" type="line"/>
+ <point x="1348.0" y="1012.0"/>
+ <point x="1152.0" y="976.0"/>
+ <point x="932.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="976.0"/>
+ <point x="540.0" y="1060.0"/>
+ <point x="540.0" y="1364.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1464.0" y="2004.0" type="line"/>
+ <point x="1464.0" y="0.0" type="line"/>
+ <point x="1748.0" y="0.0" type="line"/>
+ <point x="1748.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_hi.glif b/src/Inter-UI-Regular.ufo/glyphs/C_hi.glif
new file mode 100644
index 000000000..a2d967e96
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_hi.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chi" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="03A7"/>
+ <anchor x="904.0" y="16.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1848.0" y="2216.0" name="top0315"/>
+ <anchor x="1848.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/C_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/C_hook.glif
new file mode 100644
index 000000000..0cf758979
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/C_hook.glif
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Chook" format="2">
+ <advance width="2172.0"/>
+ <unicode hex="0187"/>
+ <outline>
+ <contour>
+ <point x="1896.0" y="1408.0" type="line"/>
+ <point x="1896.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="1896.0" y="1824.0"/>
+ <point x="1992.0" y="1872.0"/>
+ <point x="2120.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="2148.0" y="1872.0"/>
+ <point x="2176.0" y="1868.0"/>
+ <point x="2196.0" y="1864.0" type="curve"/>
+ <point x="2196.0" y="2064.0" type="line"/>
+ <point x="2160.0" y="2076.0"/>
+ <point x="2108.0" y="2076.0"/>
+ <point x="2060.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="1836.0" y="2076.0"/>
+ <point x="1660.0" y="1928.0"/>
+ <point x="1660.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="1408.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1896.0" y="1408.0" type="line"/>
+ <point x="1820.0" y="1828.0"/>
+ <point x="1484.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="-28.0"/>
+ <point x="1820.0" y="220.0"/>
+ <point x="1896.0" y="640.0" type="curve"/>
+ <point x="1648.0" y="640.0" type="line"/>
+ <point x="1588.0" y="356.0"/>
+ <point x="1344.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1844.0"/>
+ <point x="1588.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Cheabkhasiancyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Cheabkhasiancyrillic_.glif
deleted file mode 100644
index b3a0d8c39..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Cheabkhasiancyrillic_.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Cheabkhasiancyrillic" format="1">
- <advance width="2288"/>
- <unicode hex="04BC"/>
- <outline>
- <contour>
- <point x="176" y="1488" type="line"/>
- <point x="176" y="1164"/>
- <point x="364" y="952"/>
- <point x="732" y="952" type="curve"/>
- <point x="732" y="1156" type="line"/>
- <point x="496" y="1156"/>
- <point x="400" y="1292"/>
- <point x="400" y="1488" type="curve"/>
- </contour>
- <contour>
- <point x="1472" y="-32" type="curve"/>
- <point x="1772" y="-32"/>
- <point x="1944" y="60"/>
- <point x="2000" y="100" type="curve"/>
- <point x="1936" y="308" type="line"/>
- <point x="1840" y="264"/>
- <point x="1696" y="200"/>
- <point x="1472" y="200" type="curve" smooth="yes"/>
- <point x="1068" y="200"/>
- <point x="904" y="484"/>
- <point x="904" y="836" type="curve" smooth="yes"/>
- <point x="904" y="1168" type="line" smooth="yes"/>
- <point x="904" y="1516"/>
- <point x="1068" y="1796"/>
- <point x="1368" y="1796" type="curve"/>
- <point x="1716" y="1796"/>
- <point x="1828" y="1528"/>
- <point x="1828" y="1196" type="curve"/>
- <point x="1828" y="1152" type="line"/>
- <point x="792" y="1152" type="line"/>
- <point x="792" y="952" type="line"/>
- <point x="2116" y="952" type="line"/>
- <point x="2116" y="1108" type="line" smooth="yes"/>
- <point x="2116" y="1668"/>
- <point x="1864" y="2028"/>
- <point x="1368" y="2028" type="curve" smooth="yes"/>
- <point x="952" y="2032"/>
- <point x="616" y="1672"/>
- <point x="616" y="1168" type="curve" smooth="yes"/>
- <point x="616" y="836" type="line" smooth="yes"/>
- <point x="616" y="328"/>
- <point x="924" y="-32"/>
- </contour>
- <contour>
- <point x="1424" y="-4" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2189.0, 'leftMargin': 95, 'rightMargin': 154.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Chedescendercyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Chedescendercyrillic_.glif
deleted file mode 100644
index d383649e4..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Chedescendercyrillic_.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Chedescendercyrillic" format="1">
- <advance width="2288"/>
- <unicode hex="04B6"/>
- <outline>
- <component base="afii10041" xOffset="32"/>
- <component base="cyrillictic" xOffset="1560"/>
- <contour>
- <point x="1980" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2052, 'leftMargin': 276, 'rightMargin': 120}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Cheverticalstrokecyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Cheverticalstrokecyrillic_.glif
deleted file mode 100644
index 452bc9807..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Cheverticalstrokecyrillic_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Cheverticalstrokecyrillic" format="1">
- <advance width="2032"/>
- <unicode hex="04B8"/>
- <outline>
- <contour>
- <point x="1092" y="1392" type="line"/>
- <point x="872" y="1392" type="line"/>
- <point x="872" y="428" type="line"/>
- <point x="1092" y="428" type="line"/>
- </contour>
- <component base="afii10041" xOffset="-16"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1924, 'leftMargin': 276, 'rightMargin': 152}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Chook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Chook_.glif
deleted file mode 100644
index c16839d8d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Chook_.glif
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Chook" format="1">
- <advance width="2172"/>
- <unicode hex="0187"/>
- <outline>
- <contour>
- <point x="1896" y="1408" type="line"/>
- <point x="1896" y="1664" type="line" smooth="yes"/>
- <point x="1896" y="1824"/>
- <point x="1992" y="1872"/>
- <point x="2120" y="1872" type="curve" smooth="yes"/>
- <point x="2148" y="1872"/>
- <point x="2176" y="1868"/>
- <point x="2196" y="1864" type="curve"/>
- <point x="2196" y="2064" type="line"/>
- <point x="2160" y="2076"/>
- <point x="2108" y="2076"/>
- <point x="2060" y="2076" type="curve" smooth="yes"/>
- <point x="1836" y="2076"/>
- <point x="1660" y="1928"/>
- <point x="1660" y="1664" type="curve" smooth="yes"/>
- <point x="1660" y="1408" type="line"/>
- </contour>
- <component base="C"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1998, 'leftMargin': 256, 'rightMargin': -44}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/DZcaron_.glif b/src/Inter-UI-Regular.ufo/glyphs/DZcaron_.glif
deleted file mode 100644
index ac5c2eddb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/DZcaron_.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dzcaron_" format="1">
- <advance width="3368"/>
- <unicode hex="01C5"/>
- <outline>
- <component base="D"/>
- <component base="z" xOffset="1844"/>
- <component base="caron" xOffset="1964"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3079, 'leftMargin': 256, 'rightMargin': 98}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_.glif b/src/Inter-UI-Regular.ufo/glyphs/D_.glif
index e14553115..e4d09234f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_.glif
@@ -1,104 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="D" format="1">
- <advance width="2024"/>
+<glyph name="D" format="2">
+ <advance width="2024.0"/>
<unicode hex="0044"/>
+ <anchor x="856.0" y="16.0" name="bottom"/>
+ <anchor x="1856.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="444.0" y="1016.0" name="cross"/>
+ <anchor x="848.0" y="2304.0" name="top"/>
+ <anchor x="1856.0" y="2216.0" name="top0315"/>
+ <anchor x="1856.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="880" y="0" type="line"/>
- <point x="1504" y="0"/>
- <point x="1856" y="388"/>
- <point x="1856" y="1028" type="curve"/>
- <point x="1856" y="1664"/>
- <point x="1504" y="2048"/>
- <point x="908" y="2048" type="curve"/>
- <point x="376" y="2048" type="line"/>
- <point x="376" y="1828" type="line"/>
- <point x="892" y="1828" type="line"/>
- <point x="1372" y="1828"/>
- <point x="1616" y="1524"/>
- <point x="1616" y="1028" type="curve"/>
- <point x="1616" y="528"/>
- <point x="1372" y="220"/>
- <point x="864" y="220" type="curve"/>
- <point x="388" y="220" type="line"/>
- <point x="388" y="0" type="line"/>
- </contour>
- <contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- </contour>
- <contour>
- <point x="848" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="444" y="1016" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="856" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1856" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1856" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1856" y="2216" type="move" name="top0315"/>
+ <point x="880.0" y="0.0" type="line"/>
+ <point x="1504.0" y="0.0"/>
+ <point x="1856.0" y="388.0"/>
+ <point x="1856.0" y="1028.0" type="curve"/>
+ <point x="1856.0" y="1664.0"/>
+ <point x="1504.0" y="2048.0"/>
+ <point x="908.0" y="2048.0" type="curve"/>
+ <point x="376.0" y="2048.0" type="line"/>
+ <point x="376.0" y="1828.0" type="line"/>
+ <point x="892.0" y="1828.0" type="line"/>
+ <point x="1372.0" y="1828.0"/>
+ <point x="1616.0" y="1524.0"/>
+ <point x="1616.0" y="1028.0" type="curve"/>
+ <point x="1616.0" y="528.0"/>
+ <point x="1372.0" y="220.0"/>
+ <point x="864.0" y="220.0" type="curve"/>
+ <point x="388.0" y="220.0" type="line"/>
+ <point x="388.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>O</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>D</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2024</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_Z_.glif b/src/Inter-UI-Regular.ufo/glyphs/D_Z_.glif
new file mode 100644
index 000000000..f38e3dabc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_Z_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="DZ" format="2">
+ <advance width="4040.0"/>
+ <unicode hex="01F1"/>
+ <outline>
+ <component base="D" xOffset="256.0"/>
+ <component base="Z" xOffset="2280.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_bar1.glif b/src/Inter-UI-Regular.ufo/glyphs/D_bar1.glif
new file mode 100644
index 000000000..f377639d6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_bar1.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dbar1" format="2">
+ <advance width="2120.0"/>
+ <unicode hex="0189"/>
+ <outline>
+ <component base="D" xOffset="96.0"/>
+ <component base="crossbar" xOffset="-156.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/D_caron.glif
new file mode 100644
index 000000000..0b743ff06
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dcaron" format="2">
+ <advance width="2024.0"/>
+ <unicode hex="010E"/>
+ <anchor x="856.0" y="16.0" name="bottom"/>
+ <anchor x="1856.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2304.0" name="parent_top"/>
+ <anchor x="832.0" y="2760.0" name="top"/>
+ <anchor x="1856.0" y="2216.0" name="top0315"/>
+ <anchor x="1856.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="caron" xOffset="200.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_cedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/D_cedilla.glif
new file mode 100644
index 000000000..e07f3e586
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_cedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dcedilla" format="2">
+ <advance width="2024.0"/>
+ <unicode hex="1E10"/>
+ <anchor x="892.0" y="-712.0" name="bottom"/>
+ <anchor x="1856.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2304.0" name="parent_top"/>
+ <anchor x="848.0" y="2304.0" name="top"/>
+ <anchor x="1856.0" y="2216.0" name="top0315"/>
+ <anchor x="1856.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="commaaccent" xOffset="464.0" yOffset="-496.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_circumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/D_circumflexbelow.glif
new file mode 100644
index 000000000..3c083e595
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dcircumflexbelow" format="2">
+ <advance width="2024.0"/>
+ <unicode hex="1E12"/>
+ <anchor x="855.0" y="-542.0" name="bottom"/>
+ <anchor x="1856.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2304.0" name="parent_top"/>
+ <anchor x="848.0" y="2304.0" name="top"/>
+ <anchor x="1856.0" y="2216.0" name="top0315"/>
+ <anchor x="1856.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="circumflexsubnosp" xOffset="1664.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_croat.glif b/src/Inter-UI-Regular.ufo/glyphs/D_croat.glif
new file mode 100644
index 000000000..fcd93ff26
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_croat.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dcroat" format="2">
+ <advance width="2056.0"/>
+ <unicode hex="0110"/>
+ <anchor x="856.0" y="16.0" name="bottom"/>
+ <anchor x="1886.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2304.0" name="parent_top"/>
+ <anchor x="848.0" y="2304.0" name="top"/>
+ <anchor x="1886.0" y="2216.0" name="top0315"/>
+ <anchor x="1886.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D" xOffset="30.0"/>
+ <component base="crossbar" xOffset="-158.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/D_dotaccent.glif
new file mode 100644
index 000000000..3d133123e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ddotaccent" format="2">
+ <advance width="2024.0"/>
+ <unicode hex="1E0A"/>
+ <anchor x="856.0" y="16.0" name="bottom"/>
+ <anchor x="1856.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2304.0" name="parent_top"/>
+ <anchor x="848.0" y="2700.0" name="top"/>
+ <anchor x="1856.0" y="2216.0" name="top0315"/>
+ <anchor x="1856.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="dotaccent" xOffset="520.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/D_dotbelow.glif
new file mode 100644
index 000000000..5bbb4452b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ddotbelow" format="2">
+ <advance width="2024.0"/>
+ <unicode hex="1E0C"/>
+ <anchor x="856.0" y="-479.0" name="bottom"/>
+ <anchor x="1856.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2304.0" name="parent_top"/>
+ <anchor x="848.0" y="2304.0" name="top"/>
+ <anchor x="1856.0" y="2216.0" name="top0315"/>
+ <anchor x="1856.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="dotbelow" xOffset="1680.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_elta.glif b/src/Inter-UI-Regular.ufo/glyphs/D_elta.glif
new file mode 100644
index 000000000..71ae61ad4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_elta.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Delta" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="0394"/>
+ <unicode hex="2206"/>
+ <outline>
+ <contour>
+ <point x="1096.0" y="1868.0" type="line"/>
+ <point x="1096.0" y="2048.0" type="line"/>
+ <point x="920.0" y="2048.0" type="line"/>
+ <point x="76.0" y="0.0" type="line"/>
+ <point x="356.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1680.0" y="0.0" type="line"/>
+ <point x="1960.0" y="0.0" type="line"/>
+ <point x="1168.0" y="2048.0" type="line"/>
+ <point x="992.0" y="2048.0" type="line"/>
+ <point x="984.0" y="1872.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="224.0" type="line"/>
+ <point x="292.0" y="224.0" type="line"/>
+ <point x="292.0" y="0.0" type="line"/>
+ <point x="1736.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/D_hook.glif
new file mode 100644
index 000000000..cdfab682a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_hook.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dhook" format="2">
+ <advance width="2340.0"/>
+ <unicode hex="018A"/>
+ <outline>
+ <contour>
+ <point x="616.0" y="1828.0" type="line"/>
+ <point x="616.0" y="2048.0" type="line"/>
+ <point x="416.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="152.0" y="2048.0"/>
+ <point x="8.0" y="1864.0"/>
+ <point x="8.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="8.0" y="1504.0" type="line"/>
+ <point x="240.0" y="1504.0" type="line"/>
+ <point x="240.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="240.0" y="1708.0"/>
+ <point x="260.0" y="1828.0"/>
+ <point x="420.0" y="1828.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1196.0" y="0.0" type="line"/>
+ <point x="1820.0" y="0.0"/>
+ <point x="2172.0" y="388.0"/>
+ <point x="2172.0" y="1028.0" type="curve"/>
+ <point x="2172.0" y="1664.0"/>
+ <point x="1820.0" y="2048.0"/>
+ <point x="1224.0" y="2048.0" type="curve"/>
+ <point x="692.0" y="2048.0" type="line"/>
+ <point x="692.0" y="1828.0" type="line"/>
+ <point x="1208.0" y="1828.0" type="line"/>
+ <point x="1688.0" y="1828.0"/>
+ <point x="1932.0" y="1524.0"/>
+ <point x="1932.0" y="1028.0" type="curve"/>
+ <point x="1932.0" y="528.0"/>
+ <point x="1688.0" y="220.0"/>
+ <point x="1180.0" y="220.0" type="curve"/>
+ <point x="704.0" y="220.0" type="line"/>
+ <point x="704.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="812.0" y="2048.0" type="line"/>
+ <point x="564.0" y="2048.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
+ <point x="812.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_igamma.glif b/src/Inter-UI-Regular.ufo/glyphs/D_igamma.glif
new file mode 100644
index 000000000..86bb0509f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_igamma.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Digamma" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03DC"/>
+ <outline>
+ <contour>
+ <point x="1336.0" y="1104.0" type="line"/>
+ <point x="1108.0" y="1104.0" type="line"/>
+ <point x="1108.0" y="588.0" type="line"/>
+ <point x="1336.0" y="588.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="488.0" y="2048.0" type="line"/>
+ <point x="240.0" y="2048.0" type="line"/>
+ <point x="240.0" y="0.0" type="line"/>
+ <point x="488.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1336.0" y="1136.0" type="line"/>
+ <point x="460.0" y="1136.0" type="line"/>
+ <point x="460.0" y="916.0" type="line"/>
+ <point x="1336.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1468.0" y="2048.0" type="line"/>
+ <point x="460.0" y="2048.0" type="line"/>
+ <point x="460.0" y="1828.0" type="line"/>
+ <point x="1468.0" y="1828.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_linebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/D_linebelow.glif
new file mode 100644
index 000000000..07fb26400
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dlinebelow" format="2">
+ <advance width="2024.0"/>
+ <unicode hex="1E0E"/>
+ <anchor x="856.0" y="-388.0" name="bottom"/>
+ <anchor x="1856.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2304.0" name="parent_top"/>
+ <anchor x="848.0" y="2304.0" name="top"/>
+ <anchor x="1856.0" y="2216.0" name="top0315"/>
+ <anchor x="1856.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D"/>
+ <component base="macronsubnosp" xOffset="1664.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_topbar.glif b/src/Inter-UI-Regular.ufo/glyphs/D_topbar.glif
new file mode 100644
index 000000000..c78cd95f3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_topbar.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dtopbar" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="018B"/>
+ <outline>
+ <contour>
+ <point x="1612.0" y="0.0" type="line"/>
+ <point x="1612.0" y="2004.0" type="line"/>
+ <point x="380.0" y="2004.0" type="line"/>
+ <point x="380.0" y="1772.0" type="line"/>
+ <point x="1328.0" y="1772.0" type="line"/>
+ <point x="1328.0" y="1196.0" type="line"/>
+ <point x="848.0" y="1196.0" type="line" smooth="yes"/>
+ <point x="408.0" y="1196.0"/>
+ <point x="164.0" y="960.0"/>
+ <point x="164.0" y="604.0" type="curve" smooth="yes"/>
+ <point x="164.0" y="248.0"/>
+ <point x="408.0" y="0.0"/>
+ <point x="848.0" y="0.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1328.0" y="228.0" type="line"/>
+ <point x="848.0" y="228.0" type="line" smooth="yes"/>
+ <point x="564.0" y="228.0"/>
+ <point x="452.0" y="408.0"/>
+ <point x="452.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="804.0"/>
+ <point x="564.0" y="964.0"/>
+ <point x="848.0" y="964.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="964.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_z.glif b/src/Inter-UI-Regular.ufo/glyphs/D_z.glif
new file mode 100644
index 000000000..89c786f8a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_z.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dz" format="2">
+ <advance width="3804.0"/>
+ <unicode hex="01F2"/>
+ <outline>
+ <component base="D" xOffset="256.0"/>
+ <component base="z" xOffset="2280.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_zcaron_.glif b/src/Inter-UI-Regular.ufo/glyphs/D_zcaron_.glif
new file mode 100644
index 000000000..63a934006
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_zcaron_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dzcaron_" format="2">
+ <advance width="3368.0"/>
+ <unicode hex="01C5"/>
+ <outline>
+ <component base="D"/>
+ <component base="z" xOffset="1844.0"/>
+ <component base="caron" xOffset="1964.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/D_zeabkhasiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/D_zeabkhasiancyrillic.glif
new file mode 100644
index 000000000..d3c57b60f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/D_zeabkhasiancyrillic.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Dzeabkhasiancyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04E0"/>
+ <outline>
+ <contour>
+ <point x="156.0" y="2004.0" type="line"/>
+ <point x="156.0" y="1772.0" type="line"/>
+ <point x="1024.0" y="1772.0" type="line"/>
+ <point x="508.0" y="1176.0" type="line"/>
+ <point x="508.0" y="1004.0" type="line"/>
+ <point x="672.0" y="1004.0" type="line"/>
+ <point x="1360.0" y="1824.0" type="line"/>
+ <point x="1360.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="508.0" y="1172.0" type="line"/>
+ <point x="508.0" y="956.0" type="line"/>
+ <point x="708.0" y="956.0" type="line" smooth="yes"/>
+ <point x="992.0" y="956.0"/>
+ <point x="1144.0" y="836.0"/>
+ <point x="1144.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="352.0"/>
+ <point x="996.0" y="200.0"/>
+ <point x="744.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="200.0"/>
+ <point x="376.0" y="364.0"/>
+ <point x="376.0" y="556.0" type="curve"/>
+ <point x="92.0" y="556.0" type="line"/>
+ <point x="92.0" y="148.0"/>
+ <point x="424.0" y="-28.0"/>
+ <point x="744.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="-28.0"/>
+ <point x="1428.0" y="188.0"/>
+ <point x="1428.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="952.0"/>
+ <point x="1168.0" y="1176.0"/>
+ <point x="720.0" y="1176.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Dbar1_.glif b/src/Inter-UI-Regular.ufo/glyphs/Dbar1_.glif
deleted file mode 100644
index 6fa9deb47..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Dbar1_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dbar1" format="1">
- <advance width="2120"/>
- <unicode hex="0189"/>
- <outline>
- <component base="D" xOffset="96"/>
- <component base="crossbar" xOffset="-156"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1953, 'leftMargin': 55, 'rightMargin': 184}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Delta_.glif b/src/Inter-UI-Regular.ufo/glyphs/Delta_.glif
deleted file mode 100644
index 60eaececb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Delta_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Delta" format="1">
- <advance width="2032"/>
- <unicode hex="0394"/>
- <unicode hex="2206"/>
- <outline>
- <contour>
- <point x="1096" y="1868" type="line"/>
- <point x="1096" y="2048" type="line"/>
- <point x="920" y="2048" type="line"/>
- <point x="76" y="0" type="line"/>
- <point x="356" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1680" y="0" type="line"/>
- <point x="1960" y="0" type="line"/>
- <point x="1168" y="2048" type="line"/>
- <point x="992" y="2048" type="line"/>
- <point x="984" y="1872" type="line"/>
- </contour>
- <contour>
- <point x="1736" y="224" type="line"/>
- <point x="292" y="224" type="line"/>
- <point x="292" y="0" type="line"/>
- <point x="1736" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1991.0, 'leftMargin': 40, 'rightMargin': 66.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Dhook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Dhook_.glif
deleted file mode 100644
index 345fce598..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Dhook_.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dhook" format="1">
- <advance width="2340"/>
- <unicode hex="018A"/>
- <outline>
- <contour>
- <point x="616" y="1828" type="line"/>
- <point x="616" y="2048" type="line"/>
- <point x="416" y="2048" type="line" smooth="yes"/>
- <point x="152" y="2048"/>
- <point x="8" y="1864"/>
- <point x="8" y="1640" type="curve" smooth="yes"/>
- <point x="8" y="1504" type="line"/>
- <point x="240" y="1504" type="line"/>
- <point x="240" y="1580" type="line" smooth="yes"/>
- <point x="240" y="1708"/>
- <point x="260" y="1828"/>
- <point x="420" y="1828" type="curve" smooth="yes"/>
- </contour>
- <component base="D" xOffset="316"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2134.0, 'leftMargin': 41, 'rightMargin': 184.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Digamma_.glif b/src/Inter-UI-Regular.ufo/glyphs/Digamma_.glif
deleted file mode 100644
index 2e28cb21c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Digamma_.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Digamma" format="1">
- <advance width="1776"/>
- <unicode hex="03DC"/>
- <outline>
- <contour>
- <point x="1336" y="1104" type="line" name="hr00"/>
- <point x="1108" y="1104" type="line"/>
- <point x="1108" y="588" type="line"/>
- <point x="1336" y="588" type="line"/>
- </contour>
- <component base="F" xOffset="-8"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1551.0, 'leftMargin': 256, 'rightMargin': 31.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Dtopbar_.glif b/src/Inter-UI-Regular.ufo/glyphs/Dtopbar_.glif
deleted file mode 100644
index 88e72f4b3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Dtopbar_.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dtopbar" format="1">
- <advance width="1776"/>
- <unicode hex="018B"/>
- <outline>
- <contour>
- <point x="1612" y="0" type="line"/>
- <point x="1612" y="2004" type="line"/>
- <point x="380" y="2004" type="line"/>
- <point x="380" y="1772" type="line"/>
- <point x="1328" y="1772" type="line"/>
- <point x="1328" y="1196" type="line"/>
- <point x="848" y="1196" type="line" smooth="yes"/>
- <point x="408" y="1196"/>
- <point x="164" y="960"/>
- <point x="164" y="604" type="curve" smooth="yes"/>
- <point x="164" y="248"/>
- <point x="408" y="0"/>
- <point x="848" y="0" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1328" y="228" type="line"/>
- <point x="848" y="228" type="line" smooth="yes"/>
- <point x="564" y="228"/>
- <point x="452" y="408"/>
- <point x="452" y="608" type="curve" smooth="yes"/>
- <point x="452" y="804"/>
- <point x="564" y="964"/>
- <point x="848" y="964" type="curve" smooth="yes"/>
- <point x="1328" y="964" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1777, 'leftMargin': 109, 'rightMargin': 219}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Dzeabkhasiancyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Dzeabkhasiancyrillic_.glif
deleted file mode 100644
index c72f5075e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Dzeabkhasiancyrillic_.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Dzeabkhasiancyrillic" format="1">
- <advance width="1520"/>
- <unicode hex="04E0"/>
- <outline>
- <contour>
- <point x="156" y="2004" type="line"/>
- <point x="156" y="1772" type="line"/>
- <point x="1024" y="1772" type="line"/>
- <point x="508" y="1176" type="line"/>
- <point x="508" y="1004" type="line"/>
- <point x="672" y="1004" type="line"/>
- <point x="1360" y="1824" type="line"/>
- <point x="1360" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="508" y="1172" type="line"/>
- <point x="508" y="956" type="line"/>
- <point x="708" y="956" type="line" smooth="yes"/>
- <point x="992" y="956"/>
- <point x="1144" y="836"/>
- <point x="1144" y="556" type="curve" smooth="yes"/>
- <point x="1144" y="352"/>
- <point x="996" y="200"/>
- <point x="744" y="200" type="curve" smooth="yes"/>
- <point x="524" y="200"/>
- <point x="376" y="364"/>
- <point x="376" y="556" type="curve"/>
- <point x="92" y="556" type="line"/>
- <point x="92" y="148"/>
- <point x="424" y="-28"/>
- <point x="744" y="-28" type="curve" smooth="yes"/>
- <point x="1144" y="-28"/>
- <point x="1428" y="188"/>
- <point x="1428" y="560" type="curve" smooth="yes"/>
- <point x="1428" y="952"/>
- <point x="1168" y="1176"/>
- <point x="720" y="1176" type="curve" smooth="yes"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1643, 'leftMargin': 140, 'rightMargin': 165}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_.glif b/src/Inter-UI-Regular.ufo/glyphs/E_.glif
index 266063f71..832e57319 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_.glif
@@ -1,67 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="E" format="1">
- <advance width="1684"/>
+<glyph name="E" format="2">
+ <advance width="1684.0"/>
<unicode hex="0045"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1440.0" y="0.0" name="ogonek"/>
+ <anchor x="8.0" y="2048.0" name="tonos"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1500" y="220" type="line"/>
- <point x="432" y="220" type="line"/>
- <point x="432" y="0" type="line"/>
- <point x="1500" y="0" type="line"/>
+ <point x="1500.0" y="220.0" type="line"/>
+ <point x="432.0" y="220.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
+ <point x="1500.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1380" y="1136" type="line"/>
- <point x="432" y="1136" type="line"/>
- <point x="432" y="916" type="line"/>
- <point x="1380" y="916" type="line"/>
+ <point x="1380.0" y="1136.0" type="line"/>
+ <point x="432.0" y="1136.0" type="line"/>
+ <point x="432.0" y="916.0" type="line"/>
+ <point x="1380.0" y="916.0" type="line"/>
</contour>
<contour>
- <point x="1484" y="2048" type="line"/>
- <point x="432" y="2048" type="line"/>
- <point x="432" y="1828" type="line"/>
- <point x="1484" y="1828" type="line"/>
- </contour>
- <contour>
- <point x="888" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="8" y="2048" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1440" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1636" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1636" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1636" y="2216" type="move" name="top0315"/>
+ <point x="1484.0" y="2048.0" type="line"/>
+ <point x="432.0" y="2048.0" type="line"/>
+ <point x="432.0" y="1828.0" type="line"/>
+ <point x="1484.0" y="1828.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/E_acute.glif
new file mode 100644
index 000000000..1502a16a4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eacute" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="00C9"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2796.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="acute" xOffset="576.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_breve.glif b/src/Inter-UI-Regular.ufo/glyphs/E_breve.glif
new file mode 100644
index 000000000..af1d0633b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ebreve" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0114"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2748.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="breve" xOffset="256.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/E_caron.glif
new file mode 100644
index 000000000..815c91089
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecaron" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="011A"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="872.0" y="2760.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="caron" xOffset="240.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_cedillabreve.glif b/src/Inter-UI-Regular.ufo/glyphs/E_cedillabreve.glif
new file mode 100644
index 000000000..f19664e55
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_cedillabreve.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecedillabreve" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1E1C"/>
+ <anchor x="808.0" y="-588.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2748.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="cedilla" xOffset="512.0" yOffset="16.0"/>
+ <component base="breve" xOffset="256.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/E_circumflex.glif
new file mode 100644
index 000000000..9e853bf7f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflex" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="00CA"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2768.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflex" xOffset="240.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_circumflexacute.glif b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexacute.glif
new file mode 100644
index 000000000..61242165a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexacute" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1EBE"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflexacutecomb.cn" xOffset="320.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_circumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexbelow.glif
new file mode 100644
index 000000000..d6fdef561
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexbelow" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1E18"/>
+ <anchor x="887.0" y="-542.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflexsubnosp" xOffset="1696.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_circumflexdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexdotbelow.glif
new file mode 100644
index 000000000..87c269014
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexdotbelow" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1EC6"/>
+ <anchor x="888.0" y="-479.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2768.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflex" xOffset="240.0" yOffset="512.0"/>
+ <component base="dotbelow" xOffset="1712.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_circumflexgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexgrave.glif
new file mode 100644
index 000000000..c368bbaff
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexgrave" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1EC0"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflexgravecomb.cn" xOffset="-64.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_circumflexhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexhookabove.glif
new file mode 100644
index 000000000..74173e451
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_circumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflexhookabove" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1EC2"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflexhookcomb.cn" xOffset="240.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_circumflextilde.glif b/src/Inter-UI-Regular.ufo/glyphs/E_circumflextilde.glif
new file mode 100644
index 000000000..fb9c65b50
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_circumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ecircumflextilde" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1EC4"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="circumflextildecomb.cn" xOffset="128.0" yOffset="464.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_dblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/E_dblgrave.glif
new file mode 100644
index 000000000..0069e13c1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Edblgrave" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0204"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2730.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dblgravecmb" xOffset="1512.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/E_dieresis.glif
new file mode 100644
index 000000000..62eb4bd51
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Edieresis" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="00CB"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2684.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dieresis" xOffset="64.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/E_dotaccent.glif
new file mode 100644
index 000000000..cfff428d3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Edotaccent" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0116"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2700.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dotaccent" xOffset="560.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/E_dotbelow.glif
new file mode 100644
index 000000000..226e72f1f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Edotbelow" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1EB8"/>
+ <anchor x="888.0" y="-479.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dotbelow" xOffset="1712.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_grave.glif b/src/Inter-UI-Regular.ufo/glyphs/E_grave.glif
new file mode 100644
index 000000000..d4c984113
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Egrave" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="00C8"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2796.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="grave" xOffset="392.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_hookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/E_hookabove.glif
new file mode 100644
index 000000000..a0286b304
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ehookabove" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1EBA"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2922.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="hook" xOffset="1704.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_invertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/E_invertedbreve.glif
new file mode 100644
index 000000000..e3268f2b2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Einvertedbreve" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0206"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2771.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="breveinvnosp" xOffset="1696.0" yOffset="656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_iotifiedcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/E_iotifiedcyrillic.glif
new file mode 100644
index 000000000..c6028fea5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_iotifiedcyrillic.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eiotifiedcyrillic" format="2">
+ <advance width="2672.0"/>
+ <unicode hex="0464"/>
+ <outline>
+ <contour>
+ <point x="1828.0" y="1152.0" type="line"/>
+ <point x="432.0" y="1152.0" type="line"/>
+ <point x="432.0" y="932.0" type="line"/>
+ <point x="1828.0" y="932.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2520.0" y="1408.0" type="line"/>
+ <point x="2444.0" y="1828.0"/>
+ <point x="2108.0" y="2076.0"/>
+ <point x="1696.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="2076.0"/>
+ <point x="792.0" y="1672.0"/>
+ <point x="792.0" y="1024.0" type="curve"/>
+ <point x="792.0" y="376.0"/>
+ <point x="1172.0" y="-28.0"/>
+ <point x="1696.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2108.0" y="-28.0"/>
+ <point x="2444.0" y="220.0"/>
+ <point x="2520.0" y="640.0" type="curve"/>
+ <point x="2272.0" y="640.0" type="line"/>
+ <point x="2212.0" y="356.0"/>
+ <point x="1968.0" y="204.0"/>
+ <point x="1696.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="1324.0" y="204.0"/>
+ <point x="1032.0" y="492.0"/>
+ <point x="1032.0" y="1024.0" type="curve"/>
+ <point x="1032.0" y="1556.0"/>
+ <point x="1324.0" y="1844.0"/>
+ <point x="1696.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1968.0" y="1844.0"/>
+ <point x="2212.0" y="1692.0"/>
+ <point x="2272.0" y="1408.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_macron.glif b/src/Inter-UI-Regular.ufo/glyphs/E_macron.glif
new file mode 100644
index 000000000..765e61905
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Emacron" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0112"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2712.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="macron" xOffset="264.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_macronacute.glif b/src/Inter-UI-Regular.ufo/glyphs/E_macronacute.glif
new file mode 100644
index 000000000..ff0514ec4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_macronacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Emacronacute" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1E16"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="macronacutecomb.cn" xOffset="1696.0" yOffset="608.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_macrongrave.glif b/src/Inter-UI-Regular.ufo/glyphs/E_macrongrave.glif
new file mode 100644
index 000000000..0744e60e5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_macrongrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Emacrongrave" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1E14"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="macrongravecomb.cn" xOffset="1696.0" yOffset="608.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:54:29</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_ndescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/E_ndescendercyrillic.glif
new file mode 100644
index 000000000..966d9fa4d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_ndescendercyrillic.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Endescendercyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04A2"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="2020.0" y="2216.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="cyrillictic" xOffset="1612.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_ng.glif b/src/Inter-UI-Regular.ufo/glyphs/E_ng.glif
new file mode 100644
index 000000000..3ae8b2482
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_ng.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eng" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="014A"/>
+ <anchor x="1028.0" y="16.0" name="bottom"/>
+ <anchor x="1036.0" y="2200.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1584.0" y="36.0" type="line"/>
+ <point x="1584.0" y="-160.0" type="line" smooth="yes"/>
+ <point x="1584.0" y="-320.0"/>
+ <point x="1492.0" y="-368.0"/>
+ <point x="1364.0" y="-368.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="-368.0"/>
+ <point x="1308.0" y="-364.0"/>
+ <point x="1288.0" y="-360.0" type="curve"/>
+ <point x="1288.0" y="-564.0" type="line"/>
+ <point x="1324.0" y="-576.0"/>
+ <point x="1376.0" y="-576.0"/>
+ <point x="1424.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1648.0" y="-576.0"/>
+ <point x="1832.0" y="-428.0"/>
+ <point x="1832.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="1832.0" y="36.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1832.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="436.0" type="line"/>
+ <point x="1568.0" y="436.0" type="line"/>
+ <point x="488.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1604.0" type="line"/>
+ <point x="516.0" y="1604.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
+ <point x="1832.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_nghecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/E_nghecyrillic.glif
new file mode 100644
index 000000000..92bf23689
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_nghecyrillic.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Enghecyrillic" format="2">
+ <advance width="2800.0"/>
+ <unicode hex="04A4"/>
+ <outline>
+ <contour>
+ <point x="2588.0" y="2048.0" type="line"/>
+ <point x="1540.0" y="2048.0" type="line"/>
+ <point x="1716.0" y="1828.0" type="line"/>
+ <point x="2588.0" y="1828.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1572.0" y="1136.0" type="line"/>
+ <point x="400.0" y="1136.0" type="line"/>
+ <point x="400.0" y="916.0" type="line"/>
+ <point x="1572.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="444.0" y="2048.0" type="line"/>
+ <point x="196.0" y="2048.0" type="line"/>
+ <point x="196.0" y="0.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1784.0" y="2048.0" type="line"/>
+ <point x="1536.0" y="2048.0" type="line"/>
+ <point x="1536.0" y="0.0" type="line"/>
+ <point x="1784.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_nhookcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/E_nhookcyrillic.glif
new file mode 100644
index 000000000..1860f581d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_nhookcyrillic.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Enhookcyrillic" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="04C7"/>
+ <outline>
+ <contour>
+ <point x="1588.0" y="36.0" type="line"/>
+ <point x="1588.0" y="-160.0" type="line" smooth="yes"/>
+ <point x="1588.0" y="-320.0"/>
+ <point x="1496.0" y="-368.0"/>
+ <point x="1368.0" y="-368.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="-368.0"/>
+ <point x="1312.0" y="-364.0"/>
+ <point x="1292.0" y="-360.0" type="curve"/>
+ <point x="1292.0" y="-564.0" type="line"/>
+ <point x="1328.0" y="-576.0"/>
+ <point x="1380.0" y="-576.0"/>
+ <point x="1428.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1652.0" y="-576.0"/>
+ <point x="1836.0" y="-428.0"/>
+ <point x="1836.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="1836.0" y="36.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1624.0" y="1136.0" type="line"/>
+ <point x="452.0" y="1136.0" type="line"/>
+ <point x="452.0" y="916.0" type="line"/>
+ <point x="1624.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1836.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="1836.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_ogonek.N_A_V_.glif b/src/Inter-UI-Regular.ufo/glyphs/E_ogonek.N_A_V_.glif
new file mode 100644
index 000000000..33998e156
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_ogonek.N_A_V_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eogonek.NAV" format="2">
+ <advance width="1684.0"/>
+ <anchor x="888.0" y="-584.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="ogonek" xOffset="400.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_ogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/E_ogonek.glif
new file mode 100644
index 000000000..74bd23fdf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_ogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eogonek" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0118"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="ogonek" xOffset="840.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_psilon.glif b/src/Inter-UI-Regular.ufo/glyphs/E_psilon.glif
new file mode 100644
index 000000000..8e4fbe08a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_psilon.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Epsilon" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0395"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_psilon1.glif b/src/Inter-UI-Regular.ufo/glyphs/E_psilon1.glif
new file mode 100644
index 000000000..dad3f084c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_psilon1.glif
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Epsilon1" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0190"/>
+ <anchor x="888.0" y="0.0" name="bottom"/>
+ <anchor x="888.0" y="2200.0" name="top"/>
+ <anchor x="1720.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1112.0" y="960.0" type="line"/>
+ <point x="1112.0" y="1136.0" type="line"/>
+ <point x="888.0" y="1136.0" type="line" smooth="yes"/>
+ <point x="592.0" y="1136.0"/>
+ <point x="480.0" y="1272.0"/>
+ <point x="480.0" y="1464.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="1652.0"/>
+ <point x="608.0" y="1800.0"/>
+ <point x="908.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1800.0"/>
+ <point x="1300.0" y="1668.0"/>
+ <point x="1300.0" y="1480.0" type="curve"/>
+ <point x="1584.0" y="1480.0" type="line"/>
+ <point x="1584.0" y="1820.0"/>
+ <point x="1276.0" y="2032.0"/>
+ <point x="908.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="2032.0"/>
+ <point x="196.0" y="1832.0"/>
+ <point x="196.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="1144.0"/>
+ <point x="480.0" y="960.0"/>
+ <point x="880.0" y="960.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="880.0" y="1080.0" type="line"/>
+ <point x="432.0" y="1080.0"/>
+ <point x="164.0" y="896.0"/>
+ <point x="164.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="164.0" y="140.0"/>
+ <point x="488.0" y="-28.0"/>
+ <point x="908.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="-28.0"/>
+ <point x="1612.0" y="148.0"/>
+ <point x="1612.0" y="556.0" type="curve"/>
+ <point x="1328.0" y="556.0" type="line"/>
+ <point x="1328.0" y="360.0"/>
+ <point x="1168.0" y="200.0"/>
+ <point x="908.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="200.0"/>
+ <point x="452.0" y="316.0"/>
+ <point x="452.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="800.0"/>
+ <point x="600.0" y="908.0"/>
+ <point x="888.0" y="908.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="908.0" type="line"/>
+ <point x="1112.0" y="1080.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_psilontonos.glif b/src/Inter-UI-Regular.ufo/glyphs/E_psilontonos.glif
new file mode 100644
index 000000000..d92c5e7af
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_psilontonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Epsilontonos" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0388"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1736.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1736.0" y="2216.0" name="top0315"/>
+ <anchor x="1736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="tonos" xOffset="-384.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_sdescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/E_sdescendercyrillic.glif
new file mode 100644
index 000000000..61b18f83f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_sdescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Esdescendercyrillic" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="04AA"/>
+ <anchor x="1072.0" y="-16.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ <component base="cyrillictic" xOffset="832.0" yOffset="-104.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_sh.glif b/src/Inter-UI-Regular.ufo/glyphs/E_sh.glif
new file mode 100644
index 000000000..06c725aa3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_sh.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Esh" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="01A9"/>
+ <anchor x="796.0" y="16.0" name="bottom"/>
+ <anchor x="796.0" y="2216.0" name="top"/>
+ <anchor x="1608.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Sigma" xOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_ta.glif b/src/Inter-UI-Regular.ufo/glyphs/E_ta.glif
new file mode 100644
index 000000000..bafdd1cc4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_ta.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eta" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="0397"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_tatonos.glif b/src/Inter-UI-Regular.ufo/glyphs/E_tatonos.glif
new file mode 100644
index 000000000..adb2b4440
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_tatonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Etatonos" format="2">
+ <advance width="2184.0"/>
+ <unicode hex="0389"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2148.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2148.0" y="2216.0" name="top0315"/>
+ <anchor x="2148.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="tonos" xOffset="-384.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_th.glif b/src/Inter-UI-Regular.ufo/glyphs/E_th.glif
new file mode 100644
index 000000000..5f6f7da89
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_th.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eth" format="2">
+ <advance width="2056.0"/>
+ <unicode hex="00D0"/>
+ <anchor x="856.0" y="16.0" name="bottom"/>
+ <anchor x="1886.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="848.0" y="2304.0" name="parent_top"/>
+ <anchor x="848.0" y="2304.0" name="top"/>
+ <anchor x="1886.0" y="2216.0" name="top0315"/>
+ <anchor x="1886.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="D" xOffset="30.0"/>
+ <component base="crossbar" xOffset="-158.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/E_tilde.glif
new file mode 100644
index 000000000..0343c9d8d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Etilde" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1EBC"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2720.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="tilde" xOffset="256.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_tildebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/E_tildebelow.glif
new file mode 100644
index 000000000..36fdc715d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_tildebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Etildebelow" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="1E1A"/>
+ <anchor x="888.0" y="-580.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="tildesubnosp" xOffset="1752.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_turn.glif b/src/Inter-UI-Regular.ufo/glyphs/E_turn.glif
new file mode 100644
index 000000000..b353f0f9a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_turn.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Eturn" format="2">
+ <advance width="1668.0"/>
+ <unicode hex="018E"/>
+ <outline>
+ <component base="E" xScale="-1.0" yScale="-1.0" xOffset="1676.0" yOffset="2048.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_uro.glif b/src/Inter-UI-Regular.ufo/glyphs/E_uro.glif
new file mode 100644
index 000000000..5f3210a73
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_uro.glif
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Euro" format="2">
+ <advance width="1872.0"/>
+ <unicode hex="20AC"/>
+ <guideline x="1092.0" y="616.0" angle="90.0"/>
+ <guideline x="1092.0" y="1024.0" angle="39.8056"/>
+ <guideline x="1092.0" y="1024.0" angle="319.999"/>
+ <guideline x="1540.0" y="1528.0" angle="64.9727"/>
+ <guideline x="1600.0" y="1616.0" angle="90.0"/>
+ <guideline x="1600.0" y="368.0" angle="295.0037"/>
+ <outline>
+ <contour>
+ <point x="1468.0" y="1324.0" type="line"/>
+ <point x="144.0" y="1324.0" type="line"/>
+ <point x="72.0" y="1124.0" type="line"/>
+ <point x="1376.0" y="1124.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1296.0" y="924.0" type="line"/>
+ <point x="144.0" y="924.0" type="line"/>
+ <point x="72.0" y="724.0" type="line"/>
+ <point x="1204.0" y="724.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1704.0" y="1864.0" type="line"/>
+ <point x="1560.0" y="2000.0"/>
+ <point x="1372.0" y="2076.0"/>
+ <point x="1160.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="2076.0"/>
+ <point x="320.0" y="1672.0"/>
+ <point x="320.0" y="1024.0" type="curve"/>
+ <point x="320.0" y="376.0"/>
+ <point x="668.0" y="-28.0"/>
+ <point x="1160.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1364.0" y="-28.0"/>
+ <point x="1560.0" y="40.0"/>
+ <point x="1700.0" y="172.0" type="curve"/>
+ <point x="1600.0" y="380.0" type="line"/>
+ <point x="1484.0" y="280.0"/>
+ <point x="1336.0" y="204.0"/>
+ <point x="1160.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="204.0"/>
+ <point x="560.0" y="492.0"/>
+ <point x="560.0" y="1024.0" type="curve"/>
+ <point x="560.0" y="1556.0"/>
+ <point x="820.0" y="1844.0"/>
+ <point x="1160.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1332.0" y="1844.0"/>
+ <point x="1480.0" y="1772.0"/>
+ <point x="1608.0" y="1656.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_zh.glif b/src/Inter-UI-Regular.ufo/glyphs/E_zh.glif
new file mode 100644
index 000000000..cdf093785
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_zh.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ezh" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="01B7"/>
+ <outline>
+ <contour>
+ <point x="112.0" y="92.0" type="line"/>
+ <point x="156.0" y="-280.0"/>
+ <point x="384.0" y="-572.0"/>
+ <point x="872.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="-572.0"/>
+ <point x="1664.0" y="-340.0"/>
+ <point x="1664.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="784.0"/>
+ <point x="1348.0" y="1016.0"/>
+ <point x="848.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="1016.0" type="line"/>
+ <point x="568.0" y="796.0" type="line"/>
+ <point x="848.0" y="796.0" type="line" smooth="yes"/>
+ <point x="1204.0" y="796.0"/>
+ <point x="1380.0" y="644.0"/>
+ <point x="1380.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="-164.0"/>
+ <point x="1232.0" y="-344.0"/>
+ <point x="872.0" y="-344.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="-344.0"/>
+ <point x="448.0" y="-184.0"/>
+ <point x="400.0" y="92.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1560.0" y="1800.0" type="line"/>
+ <point x="1560.0" y="2004.0" type="line"/>
+ <point x="1432.0" y="2004.0" type="line"/>
+ <point x="540.0" y="1004.0" type="line"/>
+ <point x="540.0" y="796.0" type="line"/>
+ <point x="664.0" y="796.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1440.0" y="2004.0" type="line"/>
+ <point x="164.0" y="2004.0" type="line"/>
+ <point x="164.0" y="1772.0" type="line"/>
+ <point x="1440.0" y="1772.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_zhcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/E_zhcaron.glif
new file mode 100644
index 000000000..0697ad5b2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_zhcaron.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ezhcaron" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="01EE"/>
+ <outline>
+ <component base="Ezh" xOffset="-16.0"/>
+ <component base="caron" xOffset="200.0" yOffset="404.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/E_zhreversed.glif b/src/Inter-UI-Regular.ufo/glyphs/E_zhreversed.glif
new file mode 100644
index 000000000..0643684ed
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/E_zhreversed.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ezhreversed" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="01B8"/>
+ <outline>
+ <contour>
+ <point x="1508.0" y="92.0" type="line"/>
+ <point x="1460.0" y="-184.0"/>
+ <point x="1372.0" y="-344.0"/>
+ <point x="1032.0" y="-344.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="-344.0"/>
+ <point x="528.0" y="-164.0"/>
+ <point x="528.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="644.0"/>
+ <point x="700.0" y="796.0"/>
+ <point x="1060.0" y="796.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="796.0" type="line"/>
+ <point x="1340.0" y="1016.0" type="line"/>
+ <point x="1060.0" y="1016.0" type="line" smooth="yes"/>
+ <point x="556.0" y="1016.0"/>
+ <point x="240.0" y="784.0"/>
+ <point x="240.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="-340.0"/>
+ <point x="560.0" y="-572.0"/>
+ <point x="1032.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="1520.0" y="-572.0"/>
+ <point x="1748.0" y="-280.0"/>
+ <point x="1792.0" y="92.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1240.0" y="796.0" type="line"/>
+ <point x="1364.0" y="796.0" type="line"/>
+ <point x="1364.0" y="1004.0" type="line"/>
+ <point x="476.0" y="2004.0" type="line"/>
+ <point x="348.0" y="2004.0" type="line"/>
+ <point x="348.0" y="1800.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="468.0" y="1772.0" type="line"/>
+ <point x="1740.0" y="1772.0" type="line"/>
+ <point x="1740.0" y="2004.0" type="line"/>
+ <point x="468.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Eiotifiedcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Eiotifiedcyrillic_.glif
deleted file mode 100644
index 25771f296..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Eiotifiedcyrillic_.glif
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Eiotifiedcyrillic" format="1">
- <advance width="2672"/>
- <unicode hex="0464"/>
- <outline>
- <contour>
- <point x="1828" y="1152" type="line"/>
- <point x="432" y="1152" type="line"/>
- <point x="432" y="932" type="line"/>
- <point x="1828" y="932" type="line"/>
- </contour>
- <component base="C" xOffset="624"/>
- <component base="I"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2526, 'leftMargin': 257, 'rightMargin': 68}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Endescendercyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Endescendercyrillic_.glif
deleted file mode 100644
index 95a9d1576..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Endescendercyrillic_.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Endescendercyrillic" format="1">
- <advance width="2288"/>
- <unicode hex="04A2"/>
- <outline>
- <component base="H"/>
- <component base="cyrillictic" xOffset="1612"/>
- <contour>
- <point x="2020" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2020" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2020" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2137, 'leftMargin': 256, 'rightMargin': 119}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Eng_.glif b/src/Inter-UI-Regular.ufo/glyphs/Eng_.glif
deleted file mode 100644
index 388a239ad..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Eng_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Eng" format="1">
- <advance width="2080"/>
- <unicode hex="014A"/>
- <outline>
- <contour>
- <point x="1584" y="36" type="line"/>
- <point x="1584" y="-160" type="line" smooth="yes"/>
- <point x="1584" y="-320"/>
- <point x="1492" y="-368"/>
- <point x="1364" y="-368" type="curve" smooth="yes"/>
- <point x="1336" y="-368"/>
- <point x="1308" y="-364"/>
- <point x="1288" y="-360" type="curve"/>
- <point x="1288" y="-564" type="line"/>
- <point x="1324" y="-576"/>
- <point x="1376" y="-576"/>
- <point x="1424" y="-576" type="curve" smooth="yes"/>
- <point x="1648" y="-576"/>
- <point x="1832" y="-428"/>
- <point x="1832" y="-164" type="curve" smooth="yes"/>
- <point x="1832" y="36" type="line"/>
- </contour>
- <component base="N"/>
- <contour>
- <point x="1036" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1028" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1984" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1947.0, 'leftMargin': 217, 'rightMargin': 205.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Enghecyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Enghecyrillic_.glif
deleted file mode 100644
index 945b96c33..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Enghecyrillic_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Enghecyrillic" format="1">
- <advance width="2800"/>
- <unicode hex="04A4"/>
- <outline>
- <contour>
- <point x="2588" y="2048" type="line"/>
- <point x="1540" y="2048" type="line"/>
- <point x="1716" y="1828" type="line"/>
- <point x="2588" y="1828" type="line"/>
- </contour>
- <component base="H" xOffset="-52"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2729, 'leftMargin': 256, 'rightMargin': 101}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Enhookcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Enhookcyrillic_.glif
deleted file mode 100644
index ec2cde346..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Enhookcyrillic_.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Enhookcyrillic" format="1">
- <advance width="2084"/>
- <unicode hex="04C7"/>
- <outline>
- <contour>
- <point x="1588" y="36" type="line"/>
- <point x="1588" y="-160" type="line" smooth="yes"/>
- <point x="1588" y="-320"/>
- <point x="1496" y="-368"/>
- <point x="1368" y="-368" type="curve" smooth="yes"/>
- <point x="1340" y="-368"/>
- <point x="1312" y="-364"/>
- <point x="1292" y="-360" type="curve"/>
- <point x="1292" y="-564" type="line"/>
- <point x="1328" y="-576"/>
- <point x="1380" y="-576"/>
- <point x="1428" y="-576" type="curve" smooth="yes"/>
- <point x="1652" y="-576"/>
- <point x="1836" y="-428"/>
- <point x="1836" y="-164" type="curve" smooth="yes"/>
- <point x="1836" y="36" type="line"/>
- </contour>
- <component base="H"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2010, 'leftMargin': 242, 'rightMargin': 244}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Epsilon1_.glif b/src/Inter-UI-Regular.ufo/glyphs/Epsilon1_.glif
deleted file mode 100644
index 63e9770ec..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Epsilon1_.glif
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Epsilon1" format="1">
- <advance width="1776"/>
- <unicode hex="0190"/>
- <outline>
- <contour>
- <point x="1112" y="960" type="line"/>
- <point x="1112" y="1136" type="line"/>
- <point x="888" y="1136" type="line" smooth="yes"/>
- <point x="592" y="1136"/>
- <point x="480" y="1272"/>
- <point x="480" y="1464" type="curve" smooth="yes"/>
- <point x="480" y="1652"/>
- <point x="608" y="1800"/>
- <point x="908" y="1800" type="curve" smooth="yes"/>
- <point x="1136" y="1800"/>
- <point x="1300" y="1668"/>
- <point x="1300" y="1480" type="curve"/>
- <point x="1584" y="1480" type="line"/>
- <point x="1584" y="1820"/>
- <point x="1276" y="2032"/>
- <point x="908" y="2032" type="curve" smooth="yes"/>
- <point x="480" y="2032"/>
- <point x="196" y="1832"/>
- <point x="196" y="1460" type="curve" smooth="yes"/>
- <point x="196" y="1144"/>
- <point x="480" y="960"/>
- <point x="880" y="960" type="curve"/>
- </contour>
- <contour>
- <point x="880" y="1080" type="line"/>
- <point x="432" y="1080"/>
- <point x="164" y="896"/>
- <point x="164" y="560" type="curve" smooth="yes"/>
- <point x="164" y="140"/>
- <point x="488" y="-28"/>
- <point x="908" y="-28" type="curve" smooth="yes"/>
- <point x="1252" y="-28"/>
- <point x="1612" y="148"/>
- <point x="1612" y="556" type="curve"/>
- <point x="1328" y="556" type="line"/>
- <point x="1328" y="360"/>
- <point x="1168" y="200"/>
- <point x="908" y="200" type="curve" smooth="yes"/>
- <point x="628" y="200"/>
- <point x="452" y="316"/>
- <point x="452" y="556" type="curve" smooth="yes"/>
- <point x="452" y="800"/>
- <point x="600" y="908"/>
- <point x="888" y="908" type="curve" smooth="yes"/>
- <point x="1112" y="908" type="line"/>
- <point x="1112" y="1080" type="line"/>
- </contour>
- <contour>
- <point x="888" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1720" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1671, 'leftMargin': 114, 'rightMargin': 108}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Esh_.glif b/src/Inter-UI-Regular.ufo/glyphs/Esh_.glif
deleted file mode 100644
index 2c7dc0e22..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Esh_.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Esh" format="1">
- <advance width="1776"/>
- <unicode hex="01A9"/>
- <outline>
- <component base="Sigma" xOffset="-16"/>
- <contour>
- <point x="796" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1608" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="796" y="16" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1616, 'leftMargin': 192, 'rightMargin': 16}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Eturn_.glif b/src/Inter-UI-Regular.ufo/glyphs/Eturn_.glif
deleted file mode 100644
index a75816ab3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Eturn_.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Eturn" format="1">
- <advance width="1668"/>
- <unicode hex="018E"/>
- <outline>
- <component base="E" xScale="-1.0" yScale="-1.0" xOffset="1676" yOffset="2048"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1601, 'leftMargin': 95, 'rightMargin': 229}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Euro_.glif b/src/Inter-UI-Regular.ufo/glyphs/Euro_.glif
deleted file mode 100644
index 7fc4b48b9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Euro_.glif
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Euro" format="1">
- <advance width="1872"/>
- <unicode hex="20AC"/>
- <outline>
- <contour>
- <point x="1468" y="1324" type="line"/>
- <point x="144" y="1324" type="line"/>
- <point x="72" y="1124" type="line"/>
- <point x="1376" y="1124" type="line"/>
- </contour>
- <contour>
- <point x="1296" y="924" type="line"/>
- <point x="144" y="924" type="line"/>
- <point x="72" y="724" type="line"/>
- <point x="1204" y="724" type="line"/>
- </contour>
- <contour>
- <point x="1704" y="1864" type="line"/>
- <point x="1560" y="2000"/>
- <point x="1372" y="2076"/>
- <point x="1160" y="2076" type="curve" smooth="yes"/>
- <point x="668" y="2076"/>
- <point x="320" y="1672"/>
- <point x="320" y="1024" type="curve"/>
- <point x="320" y="376"/>
- <point x="668" y="-28"/>
- <point x="1160" y="-28" type="curve" smooth="yes"/>
- <point x="1364" y="-28"/>
- <point x="1560" y="40"/>
- <point x="1700" y="172" type="curve"/>
- <point x="1600" y="380" type="line"/>
- <point x="1484" y="280"/>
- <point x="1336" y="204"/>
- <point x="1160" y="204" type="curve" smooth="yes"/>
- <point x="820" y="204"/>
- <point x="560" y="492"/>
- <point x="560" y="1024" type="curve"/>
- <point x="560" y="1556"/>
- <point x="820" y="1844"/>
- <point x="1160" y="1844" type="curve" smooth="yes"/>
- <point x="1332" y="1844"/>
- <point x="1480" y="1772"/>
- <point x="1608" y="1656" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>616</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>39.80557109226519</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-40.0010356798543</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1092</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>64.97272120761946</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1540</integer>
- <key>y</key>
- <integer>1528</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1600</integer>
- <key>y</key>
- <integer>1616</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-64.99628705525686</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1600</integer>
- <key>y</key>
- <integer>368</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ezh_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ezh_.glif
deleted file mode 100644
index 4acc783f6..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ezh_.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ezh" format="1">
- <advance width="1776"/>
- <unicode hex="01B7"/>
- <outline>
- <contour>
- <point x="112" y="92" type="line"/>
- <point x="156" y="-280"/>
- <point x="384" y="-572"/>
- <point x="872" y="-572" type="curve" smooth="yes"/>
- <point x="1344" y="-572"/>
- <point x="1664" y="-340"/>
- <point x="1664" y="220" type="curve" smooth="yes"/>
- <point x="1664" y="784"/>
- <point x="1348" y="1016"/>
- <point x="848" y="1016" type="curve" smooth="yes"/>
- <point x="568" y="1016" type="line"/>
- <point x="568" y="796" type="line"/>
- <point x="848" y="796" type="line" smooth="yes"/>
- <point x="1204" y="796"/>
- <point x="1380" y="644"/>
- <point x="1380" y="220" type="curve" smooth="yes"/>
- <point x="1380" y="-164"/>
- <point x="1232" y="-344"/>
- <point x="872" y="-344" type="curve" smooth="yes"/>
- <point x="536" y="-344"/>
- <point x="448" y="-184"/>
- <point x="400" y="92" type="curve"/>
- </contour>
- <contour>
- <point x="1560" y="1800" type="line"/>
- <point x="1560" y="2004" type="line"/>
- <point x="1432" y="2004" type="line"/>
- <point x="540" y="1004" type="line"/>
- <point x="540" y="796" type="line"/>
- <point x="664" y="796" type="line"/>
- </contour>
- <contour>
- <point x="1440" y="2004" type="line"/>
- <point x="164" y="2004" type="line"/>
- <point x="164" y="1772" type="line"/>
- <point x="1440" y="1772" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1821, 'leftMargin': 110, 'rightMargin': 160}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ezhcaron_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ezhcaron_.glif
deleted file mode 100644
index 08df29470..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ezhcaron_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ezhcaron" format="1">
- <advance width="1776"/>
- <unicode hex="01EE"/>
- <outline>
- <component base="Ezh" xOffset="-16"/>
- <component base="caron" xOffset="200" yOffset="404"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1821, 'leftMargin': 120, 'rightMargin': 149}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ezhreversed_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ezhreversed_.glif
deleted file mode 100644
index cab636fd6..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ezhreversed_.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ezhreversed" format="1">
- <advance width="2032"/>
- <unicode hex="01B8"/>
- <outline>
- <contour>
- <point x="1508" y="92" type="line"/>
- <point x="1460" y="-184"/>
- <point x="1372" y="-344"/>
- <point x="1032" y="-344" type="curve" smooth="yes"/>
- <point x="676" y="-344"/>
- <point x="528" y="-164"/>
- <point x="528" y="220" type="curve" smooth="yes"/>
- <point x="528" y="644"/>
- <point x="700" y="796"/>
- <point x="1060" y="796" type="curve" smooth="yes"/>
- <point x="1340" y="796" type="line"/>
- <point x="1340" y="1016" type="line"/>
- <point x="1060" y="1016" type="line" smooth="yes"/>
- <point x="556" y="1016"/>
- <point x="240" y="784"/>
- <point x="240" y="220" type="curve" smooth="yes"/>
- <point x="240" y="-340"/>
- <point x="560" y="-572"/>
- <point x="1032" y="-572" type="curve" smooth="yes"/>
- <point x="1520" y="-572"/>
- <point x="1748" y="-280"/>
- <point x="1792" y="92" type="curve"/>
- </contour>
- <contour>
- <point x="1240" y="796" type="line"/>
- <point x="1364" y="796" type="line"/>
- <point x="1364" y="1004" type="line"/>
- <point x="476" y="2004" type="line"/>
- <point x="348" y="2004" type="line"/>
- <point x="348" y="1800" type="line"/>
- </contour>
- <contour>
- <point x="468" y="1772" type="line"/>
- <point x="1740" y="1772" type="line"/>
- <point x="1740" y="2004" type="line"/>
- <point x="468" y="2004" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1821, 'leftMargin': 160, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/F_.glif b/src/Inter-UI-Regular.ufo/glyphs/F_.glif
index 117fb88c1..bb8a3332d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/F_.glif
@@ -1,58 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="F" format="1">
- <advance width="1652"/>
+<glyph name="F" format="2">
+ <advance width="1652.0"/>
<unicode hex="0046"/>
+ <anchor x="768.0" y="16.0" name="bottom"/>
+ <anchor x="1588.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="496.0" y="464.0" name="cross"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1588.0" y="2216.0" name="top0315"/>
+ <anchor x="1588.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1344" y="1136" type="line"/>
- <point x="468" y="1136" type="line"/>
- <point x="468" y="916" type="line"/>
- <point x="1344" y="916" type="line"/>
+ <point x="1344.0" y="1136.0" type="line"/>
+ <point x="468.0" y="1136.0" type="line"/>
+ <point x="468.0" y="916.0" type="line"/>
+ <point x="1344.0" y="916.0" type="line"/>
</contour>
<contour>
- <point x="1476" y="2048" type="line"/>
- <point x="468" y="2048" type="line"/>
- <point x="468" y="1828" type="line"/>
- <point x="1476" y="1828" type="line"/>
- </contour>
- <contour>
- <point x="496" y="464" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="888" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="768" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1588" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1588" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1588" y="2216" type="move" name="top0315"/>
+ <point x="1476.0" y="2048.0" type="line"/>
+ <point x="468.0" y="2048.0" type="line"/>
+ <point x="468.0" y="1828.0" type="line"/>
+ <point x="1476.0" y="1828.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/F_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/F_dotaccent.glif
new file mode 100644
index 000000000..8aa650df4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/F_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Fdotaccent" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="1E1E"/>
+ <anchor x="768.0" y="16.0" name="bottom"/>
+ <anchor x="1588.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2700.0" name="top"/>
+ <anchor x="1588.0" y="2216.0" name="top0315"/>
+ <anchor x="1588.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="F"/>
+ <component base="dotaccent" xOffset="560.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/F_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/F_hook.glif
new file mode 100644
index 000000000..651b97fb1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/F_hook.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Fhook" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0191"/>
+ <outline>
+ <contour>
+ <point x="248.0" y="36.0" type="line"/>
+ <point x="248.0" y="-160.0" type="line" smooth="yes"/>
+ <point x="248.0" y="-320.0"/>
+ <point x="156.0" y="-368.0"/>
+ <point x="28.0" y="-368.0" type="curve" smooth="yes"/>
+ <point x="0.0" y="-368.0"/>
+ <point x="-28.0" y="-364.0"/>
+ <point x="-48.0" y="-360.0" type="curve"/>
+ <point x="-48.0" y="-564.0" type="line"/>
+ <point x="-12.0" y="-576.0"/>
+ <point x="40.0" y="-576.0"/>
+ <point x="88.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="-576.0"/>
+ <point x="496.0" y="-428.0"/>
+ <point x="496.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="36.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1344.0" y="1136.0" type="line"/>
+ <point x="468.0" y="1136.0" type="line"/>
+ <point x="468.0" y="916.0" type="line"/>
+ <point x="1344.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1476.0" y="2048.0" type="line"/>
+ <point x="468.0" y="2048.0" type="line"/>
+ <point x="468.0" y="1828.0" type="line"/>
+ <point x="1476.0" y="1828.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/F_turn.glif b/src/Inter-UI-Regular.ufo/glyphs/F_turn.glif
new file mode 100644
index 000000000..ee398d7a0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/F_turn.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Fturn" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="2132"/>
+ <outline>
+ <component base="F" xScale="-1.0" yScale="-1.0" xOffset="1660.0" yOffset="2048.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Fhook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Fhook_.glif
deleted file mode 100644
index cf4049d58..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Fhook_.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Fhook" format="1">
- <advance width="1644"/>
- <unicode hex="0191"/>
- <outline>
- <contour>
- <point x="248" y="36" type="line"/>
- <point x="248" y="-160" type="line" smooth="yes"/>
- <point x="248" y="-320"/>
- <point x="156" y="-368"/>
- <point x="28" y="-368" type="curve" smooth="yes"/>
- <point x="0" y="-368"/>
- <point x="-28" y="-364"/>
- <point x="-48" y="-360" type="curve"/>
- <point x="-48" y="-564" type="line"/>
- <point x="-12" y="-576"/>
- <point x="40" y="-576"/>
- <point x="88" y="-576" type="curve" smooth="yes"/>
- <point x="312" y="-576"/>
- <point x="496" y="-428"/>
- <point x="496" y="-164" type="curve" smooth="yes"/>
- <point x="496" y="36" type="line"/>
- </contour>
- <component base="F"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1645, 'leftMargin': 0, 'rightMargin': 31}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Fturn_.glif b/src/Inter-UI-Regular.ufo/glyphs/Fturn_.glif
deleted file mode 100644
index 796598dba..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Fturn_.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Fturn" format="1">
- <advance width="1652"/>
- <unicode hex="2132"/>
- <outline>
- <component base="F" xScale="-1.0" yScale="-1.0" xOffset="1660" yOffset="2048"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1551.0, 'leftMargin': 83, 'rightMargin': 228.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_.glif b/src/Inter-UI-Regular.ufo/glyphs/G_.glif
index 30d6e3ea6..672805b5a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/G_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_.glif
@@ -1,154 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="G" format="1">
- <advance width="2092"/>
+<glyph name="G" format="2">
+ <advance width="2092.0"/>
<unicode hex="0047"/>
+ <guideline x="1880.0" y="1408.0" angle="0.0"/>
+ <guideline x="1892.0" y="1304.0" angle="90.0"/>
+ <guideline x="1056.0" y="1644.0" angle="90.0"/>
+ <anchor x="1064.0" y="-16.0" name="bottom"/>
+ <anchor x="2024.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2304.0" name="top"/>
+ <anchor x="2024.0" y="2244.0" name="top0315"/>
+ <anchor x="2024.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1916" y="1016" type="line"/>
- <point x="1176" y="1016" type="line"/>
- <point x="1176" y="796" type="line"/>
- <point x="1916" y="796" type="line"/>
+ <point x="1916.0" y="1016.0" type="line"/>
+ <point x="1176.0" y="1016.0" type="line"/>
+ <point x="1176.0" y="796.0" type="line"/>
+ <point x="1916.0" y="796.0" type="line"/>
</contour>
<contour>
- <point x="1900" y="1408" type="line"/>
- <point x="1780" y="1828"/>
- <point x="1472" y="2076"/>
- <point x="1064" y="2076" type="curve" smooth="yes"/>
- <point x="548" y="2076"/>
- <point x="168" y="1672"/>
- <point x="168" y="1024" type="curve"/>
- <point x="168" y="376"/>
- <point x="548" y="-28"/>
- <point x="1080" y="-28" type="curve" smooth="yes"/>
- <point x="1556" y="-28"/>
- <point x="1916" y="292"/>
- <point x="1916" y="796" type="curve"/>
- <point x="1676" y="796" type="line"/>
- <point x="1676" y="448"/>
- <point x="1428" y="204"/>
- <point x="1080" y="204" type="curve" smooth="yes"/>
- <point x="700" y="204"/>
- <point x="408" y="492"/>
- <point x="408" y="1024" type="curve"/>
- <point x="408" y="1556"/>
- <point x="700" y="1844"/>
- <point x="1064" y="1844" type="curve" smooth="yes"/>
- <point x="1328" y="1844"/>
- <point x="1552" y="1692"/>
- <point x="1648" y="1408" type="curve"/>
- </contour>
- <contour>
- <point x="1064" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1064" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2024" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2024" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2024" y="2244" type="move" name="top0315"/>
+ <point x="1900.0" y="1408.0" type="line"/>
+ <point x="1780.0" y="1828.0"/>
+ <point x="1472.0" y="2076.0"/>
+ <point x="1064.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1080.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="-28.0"/>
+ <point x="1916.0" y="292.0"/>
+ <point x="1916.0" y="796.0" type="curve"/>
+ <point x="1676.0" y="796.0" type="line"/>
+ <point x="1676.0" y="448.0"/>
+ <point x="1428.0" y="204.0"/>
+ <point x="1080.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1064.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="1844.0"/>
+ <point x="1552.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1880</integer>
- <key>y</key>
- <integer>1408</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1892</integer>
- <key>y</key>
- <integer>1304</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1056</integer>
- <key>y</key>
- <integer>1644</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>O</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>G</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2092</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/G_acute.glif
new file mode 100644
index 000000000..843f30085
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gacute" format="2">
+ <advance width="2092.0"/>
+ <unicode hex="01F4"/>
+ <anchor x="1064.0" y="-16.0" name="bottom"/>
+ <anchor x="2024.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2304.0" name="parent_top"/>
+ <anchor x="1064.0" y="2796.0" name="top"/>
+ <anchor x="2024.0" y="2244.0" name="top0315"/>
+ <anchor x="2024.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="acute" xOffset="752.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_amma.glif b/src/Inter-UI-Regular.ufo/glyphs/G_amma.glif
new file mode 100644
index 000000000..7ad9006cc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_amma.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gamma" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0393"/>
+ <anchor x="456.0" y="1040.0" name="cross"/>
+ <anchor x="552.0" y="0.0" name="right"/>
+ <anchor x="892.0" y="2304.0" name="top"/>
+ <anchor x="1600.0" y="2216.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1508.0" y="2048.0" type="line"/>
+ <point x="272.0" y="2048.0" type="line"/>
+ <point x="272.0" y="0.0" type="line"/>
+ <point x="520.0" y="0.0" type="line"/>
+ <point x="520.0" y="1828.0" type="line"/>
+ <point x="1508.0" y="1828.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_amma1.glif b/src/Inter-UI-Regular.ufo/glyphs/G_amma1.glif
new file mode 100644
index 000000000..457ee4e86
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_amma1.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gamma1" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0194"/>
+ <outline>
+ <contour>
+ <point x="28.0" y="2048.0" type="line"/>
+ <point x="848.0" y="156.0" type="line" smooth="yes"/>
+ <point x="952.0" y="-84.0"/>
+ <point x="1008.0" y="-192.0"/>
+ <point x="1008.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="-324.0"/>
+ <point x="960.0" y="-376.0"/>
+ <point x="888.0" y="-376.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="-376.0"/>
+ <point x="768.0" y="-328.0"/>
+ <point x="768.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="-192.0"/>
+ <point x="836.0" y="-72.0"/>
+ <point x="932.0" y="156.0" type="curve" smooth="yes"/>
+ <point x="1748.0" y="2048.0" type="line"/>
+ <point x="1480.0" y="2048.0" type="line"/>
+ <point x="772.0" y="388.0" type="line" smooth="yes"/>
+ <point x="616.0" y="20.0"/>
+ <point x="516.0" y="-140.0"/>
+ <point x="516.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="-480.0"/>
+ <point x="656.0" y="-600.0"/>
+ <point x="888.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="-600.0"/>
+ <point x="1260.0" y="-480.0"/>
+ <point x="1260.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="-140.0"/>
+ <point x="1152.0" y="20.0"/>
+ <point x="996.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="296.0" y="2048.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_bar.glif b/src/Inter-UI-Regular.ufo/glyphs/G_bar.glif
new file mode 100644
index 000000000..41c53d452
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_bar.glif
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gbar" format="2">
+ <advance width="2164.0"/>
+ <unicode hex="01E4"/>
+ <guideline x="1168.0" y="744.0" angle="90.0"/>
+ <guideline x="1072.0" y="148.0" angle="90.0"/>
+ <anchor x="1080.0" y="-16.0" name="bottom"/>
+ <anchor x="1080.0" y="2304.0" name="top"/>
+ <anchor x="1928.0" y="2244.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2124.0" y="632.0" type="line"/>
+ <point x="1176.0" y="632.0" type="line"/>
+ <point x="1176.0" y="412.0" type="line"/>
+ <point x="2124.0" y="412.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1916.0" y="1016.0" type="line"/>
+ <point x="1176.0" y="1016.0" type="line"/>
+ <point x="1176.0" y="800.0" type="line"/>
+ <point x="1676.0" y="800.0" type="line"/>
+ <point x="1676.0" y="796.0" type="line"/>
+ <point x="1916.0" y="796.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1900.0" y="1408.0" type="line"/>
+ <point x="1780.0" y="1828.0"/>
+ <point x="1472.0" y="2076.0"/>
+ <point x="1064.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1080.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="-28.0"/>
+ <point x="1916.0" y="292.0"/>
+ <point x="1916.0" y="796.0" type="curve"/>
+ <point x="1676.0" y="796.0" type="line"/>
+ <point x="1676.0" y="448.0"/>
+ <point x="1428.0" y="204.0"/>
+ <point x="1080.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1064.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="1844.0"/>
+ <point x="1552.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_breve.glif b/src/Inter-UI-Regular.ufo/glyphs/G_breve.glif
new file mode 100644
index 000000000..e38555d13
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gbreve" format="2">
+ <advance width="2092.0"/>
+ <unicode hex="011E"/>
+ <anchor x="1064.0" y="-16.0" name="bottom"/>
+ <anchor x="2024.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2304.0" name="parent_top"/>
+ <anchor x="1064.0" y="2748.0" name="top"/>
+ <anchor x="2024.0" y="2244.0" name="top0315"/>
+ <anchor x="2024.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="breve" xOffset="432.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/G_caron.glif
new file mode 100644
index 000000000..39e76620c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gcaron" format="2">
+ <advance width="2092.0"/>
+ <unicode hex="01E6"/>
+ <anchor x="1064.0" y="-16.0" name="bottom"/>
+ <anchor x="2024.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2304.0" name="parent_top"/>
+ <anchor x="1048.0" y="2760.0" name="top"/>
+ <anchor x="2024.0" y="2244.0" name="top0315"/>
+ <anchor x="2024.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="caron" xOffset="416.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/G_circumflex.glif
new file mode 100644
index 000000000..7eee707bd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gcircumflex" format="2">
+ <advance width="2092.0"/>
+ <unicode hex="011C"/>
+ <anchor x="1064.0" y="-16.0" name="bottom"/>
+ <anchor x="2024.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2304.0" name="parent_top"/>
+ <anchor x="1064.0" y="2768.0" name="top"/>
+ <anchor x="2024.0" y="2244.0" name="top0315"/>
+ <anchor x="2024.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="circumflex" xOffset="416.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_commaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/G_commaaccent.glif
new file mode 100644
index 000000000..f9f5893cd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gcommaaccent" format="2">
+ <advance width="2092.0"/>
+ <unicode hex="0122"/>
+ <anchor x="1100.0" y="-744.0" name="bottom"/>
+ <anchor x="2024.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2304.0" name="parent_top"/>
+ <anchor x="1064.0" y="2304.0" name="top"/>
+ <anchor x="2024.0" y="2244.0" name="top0315"/>
+ <anchor x="2024.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="commaaccent" xOffset="672.0" yOffset="-528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/G_dotaccent.glif
new file mode 100644
index 000000000..20a93c0fb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gdotaccent" format="2">
+ <advance width="2092.0"/>
+ <unicode hex="0120"/>
+ <anchor x="1064.0" y="-16.0" name="bottom"/>
+ <anchor x="2024.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2304.0" name="parent_top"/>
+ <anchor x="1064.0" y="2700.0" name="top"/>
+ <anchor x="2024.0" y="2244.0" name="top0315"/>
+ <anchor x="2024.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="dotaccent" xOffset="736.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_ermandbls.glif b/src/Inter-UI-Regular.ufo/glyphs/G_ermandbls.glif
new file mode 100644
index 000000000..2cd99a0e1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_ermandbls.glif
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Germandbls" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1E9E"/>
+ <outline>
+ <contour>
+ <point x="480.0" y="1316.0" type="line"/>
+ <point x="232.0" y="1316.0" type="line"/>
+ <point x="232.0" y="0.0" type="line"/>
+ <point x="480.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="480.0" y="1316.0" type="line"/>
+ <point x="480.0" y="1572.0"/>
+ <point x="564.0" y="1812.0"/>
+ <point x="860.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1812.0"/>
+ <point x="1148.0" y="1744.0"/>
+ <point x="1236.0" y="1684.0" type="curve"/>
+ <point x="828.0" y="1172.0" type="line"/>
+ <point x="828.0" y="1000.0" type="line"/>
+ <point x="976.0" y="1000.0" type="line"/>
+ <point x="1560.0" y="1724.0" type="line"/>
+ <point x="1376.0" y="1892.0"/>
+ <point x="1160.0" y="2032.0"/>
+ <point x="860.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="2032.0"/>
+ <point x="232.0" y="1792.0"/>
+ <point x="232.0" y="1316.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="672.0" y="40.0" type="line"/>
+ <point x="804.0" y="-8.0"/>
+ <point x="932.0" y="-28.0"/>
+ <point x="1060.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1456.0" y="-28.0"/>
+ <point x="1744.0" y="188.0"/>
+ <point x="1744.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1744.0" y="952.0"/>
+ <point x="1484.0" y="1168.0"/>
+ <point x="1032.0" y="1168.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="1168.0" type="line"/>
+ <point x="828.0" y="956.0" type="line"/>
+ <point x="1028.0" y="956.0" type="line" smooth="yes"/>
+ <point x="1316.0" y="956.0"/>
+ <point x="1468.0" y="836.0"/>
+ <point x="1468.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="1468.0" y="348.0"/>
+ <point x="1320.0" y="192.0"/>
+ <point x="1060.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="192.0"/>
+ <point x="828.0" y="228.0"/>
+ <point x="752.0" y="260.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_hemiddlehookcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/G_hemiddlehookcyrillic.glif
new file mode 100644
index 000000000..63424d0d0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_hemiddlehookcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ghemiddlehookcyrillic" format="2">
+ <advance width="1656.0"/>
+ <unicode hex="0494"/>
+ <outline>
+ <component base="Gamma" xOffset="-120.0"/>
+ <component base="largerighthook" xOffset="304.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_hestrokecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/G_hestrokecyrillic.glif
new file mode 100644
index 000000000..9f5584de8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_hestrokecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ghestrokecyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0492"/>
+ <anchor x="892.0" y="2304.0" name="parent_top"/>
+ <anchor x="892.0" y="2304.0" name="top"/>
+ <anchor x="1600.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Gamma"/>
+ <component base="crossbar" xOffset="-176.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/G_hook.glif
new file mode 100644
index 000000000..90d2ef38b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_hook.glif
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ghook" format="2">
+ <advance width="2176.0"/>
+ <unicode hex="0193"/>
+ <outline>
+ <contour>
+ <point x="1900.0" y="1408.0" type="line"/>
+ <point x="1900.0" y="1624.0" type="line" smooth="yes"/>
+ <point x="1900.0" y="1784.0"/>
+ <point x="1996.0" y="1832.0"/>
+ <point x="2124.0" y="1832.0" type="curve" smooth="yes"/>
+ <point x="2152.0" y="1832.0"/>
+ <point x="2180.0" y="1828.0"/>
+ <point x="2200.0" y="1824.0" type="curve"/>
+ <point x="2200.0" y="2024.0" type="line"/>
+ <point x="2164.0" y="2036.0"/>
+ <point x="2112.0" y="2036.0"/>
+ <point x="2064.0" y="2036.0" type="curve" smooth="yes"/>
+ <point x="1808.0" y="2036.0"/>
+ <point x="1676.0" y="1888.0"/>
+ <point x="1660.0" y="1624.0" type="curve" smooth="yes"/>
+ <point x="1648.0" y="1408.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1916.0" y="1016.0" type="line"/>
+ <point x="1176.0" y="1016.0" type="line"/>
+ <point x="1176.0" y="796.0" type="line"/>
+ <point x="1916.0" y="796.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1900.0" y="1408.0" type="line"/>
+ <point x="1780.0" y="1828.0"/>
+ <point x="1472.0" y="2076.0"/>
+ <point x="1064.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1080.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="-28.0"/>
+ <point x="1916.0" y="292.0"/>
+ <point x="1916.0" y="796.0" type="curve"/>
+ <point x="1676.0" y="796.0" type="line"/>
+ <point x="1676.0" y="448.0"/>
+ <point x="1428.0" y="204.0"/>
+ <point x="1080.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1064.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="1844.0"/>
+ <point x="1552.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_macron.glif b/src/Inter-UI-Regular.ufo/glyphs/G_macron.glif
new file mode 100644
index 000000000..9723678c7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gmacron" format="2">
+ <advance width="2092.0"/>
+ <unicode hex="1E20"/>
+ <anchor x="1064.0" y="-16.0" name="bottom"/>
+ <anchor x="2024.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1064.0" y="2304.0" name="parent_top"/>
+ <anchor x="1064.0" y="2712.0" name="top"/>
+ <anchor x="2024.0" y="2244.0" name="top0315"/>
+ <anchor x="2024.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="G"/>
+ <component base="macron" xOffset="440.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_smallcap.glif b/src/Inter-UI-Regular.ufo/glyphs/G_smallcap.glif
new file mode 100644
index 000000000..4ee268e07
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_smallcap.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gsmallcap" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0262"/>
+ <anchor x="908.0" y="0.0" name="bottom"/>
+ <anchor x="908.0" y="1776.0" name="top"/>
+ <anchor x="1740.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1552.0" y="760.0" type="line"/>
+ <point x="928.0" y="760.0" type="line"/>
+ <point x="928.0" y="540.0" type="line"/>
+ <point x="1316.0" y="540.0" type="line"/>
+ <point x="1316.0" y="308.0" type="line"/>
+ <point x="1272.0" y="272.0"/>
+ <point x="1128.0" y="192.0"/>
+ <point x="912.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="192.0"/>
+ <point x="440.0" y="384.0"/>
+ <point x="440.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="860.0" type="line" smooth="yes"/>
+ <point x="440.0" y="1108.0"/>
+ <point x="648.0" y="1300.0"/>
+ <point x="904.0" y="1300.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="1300.0"/>
+ <point x="1276.0" y="1200.0"/>
+ <point x="1300.0" y="1012.0" type="curve"/>
+ <point x="1548.0" y="1012.0" type="line"/>
+ <point x="1520.0" y="1300.0"/>
+ <point x="1324.0" y="1516.0"/>
+ <point x="904.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1516.0"/>
+ <point x="196.0" y="1248.0"/>
+ <point x="196.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="636.0" type="line" smooth="yes"/>
+ <point x="196.0" y="244.0"/>
+ <point x="488.0" y="-28.0"/>
+ <point x="912.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="-28.0"/>
+ <point x="1484.0" y="124.0"/>
+ <point x="1552.0" y="216.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_smallcaphook.glif b/src/Inter-UI-Regular.ufo/glyphs/G_smallcaphook.glif
new file mode 100644
index 000000000..20f18f314
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/G_smallcaphook.glif
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Gsmallcaphook" format="2">
+ <advance width="1828.0"/>
+ <unicode hex="029B"/>
+ <anchor x="876.0" y="0.0" name="bottom"/>
+ <anchor x="876.0" y="1776.0" name="top"/>
+ <anchor x="1784.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1552.0" y="1012.0" type="line"/>
+ <point x="1552.0" y="1176.0" type="line" smooth="yes"/>
+ <point x="1552.0" y="1336.0"/>
+ <point x="1632.0" y="1392.0"/>
+ <point x="1760.0" y="1392.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="1392.0"/>
+ <point x="1812.0" y="1388.0"/>
+ <point x="1836.0" y="1384.0" type="curve"/>
+ <point x="1836.0" y="1568.0" type="line"/>
+ <point x="1796.0" y="1580.0"/>
+ <point x="1740.0" y="1588.0"/>
+ <point x="1700.0" y="1588.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="1588.0"/>
+ <point x="1364.0" y="1440.0"/>
+ <point x="1364.0" y="1176.0" type="curve" smooth="yes"/>
+ <point x="1364.0" y="1012.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1552.0" y="760.0" type="line"/>
+ <point x="928.0" y="760.0" type="line"/>
+ <point x="928.0" y="540.0" type="line"/>
+ <point x="1316.0" y="540.0" type="line"/>
+ <point x="1316.0" y="308.0" type="line"/>
+ <point x="1272.0" y="272.0"/>
+ <point x="1128.0" y="192.0"/>
+ <point x="912.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="192.0"/>
+ <point x="440.0" y="384.0"/>
+ <point x="440.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="860.0" type="line" smooth="yes"/>
+ <point x="440.0" y="1108.0"/>
+ <point x="648.0" y="1300.0"/>
+ <point x="904.0" y="1300.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="1300.0"/>
+ <point x="1276.0" y="1200.0"/>
+ <point x="1300.0" y="1012.0" type="curve"/>
+ <point x="1548.0" y="1012.0" type="line"/>
+ <point x="1520.0" y="1300.0"/>
+ <point x="1324.0" y="1516.0"/>
+ <point x="904.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1516.0"/>
+ <point x="196.0" y="1248.0"/>
+ <point x="196.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="636.0" type="line" smooth="yes"/>
+ <point x="196.0" y="244.0"/>
+ <point x="488.0" y="-28.0"/>
+ <point x="912.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="-28.0"/>
+ <point x="1484.0" y="124.0"/>
+ <point x="1552.0" y="216.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Gamma1_.glif b/src/Inter-UI-Regular.ufo/glyphs/Gamma1_.glif
deleted file mode 100644
index 5202ec34c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Gamma1_.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gamma1" format="1">
- <advance width="1776"/>
- <unicode hex="0194"/>
- <outline>
- <contour>
- <point x="28" y="2048" type="line"/>
- <point x="848" y="156" type="line" smooth="yes"/>
- <point x="952" y="-84"/>
- <point x="1008" y="-192"/>
- <point x="1008" y="-272" type="curve" smooth="yes"/>
- <point x="1008" y="-324"/>
- <point x="960" y="-376"/>
- <point x="888" y="-376" type="curve" smooth="yes"/>
- <point x="816" y="-376"/>
- <point x="768" y="-328"/>
- <point x="768" y="-272" type="curve" smooth="yes"/>
- <point x="768" y="-192"/>
- <point x="836" y="-72"/>
- <point x="932" y="156" type="curve" smooth="yes"/>
- <point x="1748" y="2048" type="line"/>
- <point x="1480" y="2048" type="line"/>
- <point x="772" y="388" type="line" smooth="yes"/>
- <point x="616" y="20"/>
- <point x="516" y="-140"/>
- <point x="516" y="-272" type="curve" smooth="yes"/>
- <point x="516" y="-480"/>
- <point x="656" y="-600"/>
- <point x="888" y="-600" type="curve" smooth="yes"/>
- <point x="1120" y="-600"/>
- <point x="1260" y="-480"/>
- <point x="1260" y="-272" type="curve" smooth="yes"/>
- <point x="1260" y="-140"/>
- <point x="1152" y="20"/>
- <point x="996" y="388" type="curve" smooth="yes"/>
- <point x="296" y="2048" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1778, 'leftMargin': 28, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Gamma_.glif b/src/Inter-UI-Regular.ufo/glyphs/Gamma_.glif
deleted file mode 100644
index 14a73618e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Gamma_.glif
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gamma" format="1">
- <advance width="1776"/>
- <unicode hex="0393"/>
- <outline>
- <contour>
- <point x="1508" y="2048" type="line"/>
- <point x="272" y="2048" type="line"/>
- <point x="272" y="0" type="line"/>
- <point x="520" y="0" type="line"/>
- <point x="520" y="1828" type="line"/>
- <point x="1508" y="1828" type="line"/>
- </contour>
- <contour>
- <point x="892" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="552" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="456" y="1040" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="1600" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1569, 'leftMargin': 242, 'rightMargin': 92}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Gbar_.glif b/src/Inter-UI-Regular.ufo/glyphs/Gbar_.glif
deleted file mode 100644
index 55cb95b54..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Gbar_.glif
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gbar" format="1">
- <advance width="2164"/>
- <unicode hex="01E4"/>
- <outline>
- <contour>
- <point x="2124" y="632" type="line"/>
- <point x="1176" y="632" type="line"/>
- <point x="1176" y="412" type="line"/>
- <point x="2124" y="412" type="line"/>
- </contour>
- <contour>
- <point x="1916" y="1016" type="line"/>
- <point x="1176" y="1016" type="line"/>
- <point x="1176" y="800" type="line"/>
- <point x="1676" y="800" type="line"/>
- <point x="1676" y="796" type="line"/>
- <point x="1916" y="796" type="line"/>
- </contour>
- <contour>
- <point x="1900" y="1408" type="line"/>
- <point x="1780" y="1828"/>
- <point x="1472" y="2076"/>
- <point x="1064" y="2076" type="curve" smooth="yes"/>
- <point x="548" y="2076"/>
- <point x="168" y="1672"/>
- <point x="168" y="1024" type="curve"/>
- <point x="168" y="376"/>
- <point x="548" y="-28"/>
- <point x="1080" y="-28" type="curve" smooth="yes"/>
- <point x="1556" y="-28"/>
- <point x="1916" y="292"/>
- <point x="1916" y="796" type="curve"/>
- <point x="1676" y="796" type="line"/>
- <point x="1676" y="448"/>
- <point x="1428" y="204"/>
- <point x="1080" y="204" type="curve" smooth="yes"/>
- <point x="700" y="204"/>
- <point x="408" y="492"/>
- <point x="408" y="1024" type="curve"/>
- <point x="408" y="1556"/>
- <point x="700" y="1844"/>
- <point x="1064" y="1844" type="curve" smooth="yes"/>
- <point x="1328" y="1844"/>
- <point x="1552" y="1692"/>
- <point x="1648" y="1408" type="curve"/>
- </contour>
- <contour>
- <point x="1080" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1080" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1928" y="2244" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1168</integer>
- <key>y</key>
- <integer>744</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1072</integer>
- <key>y</key>
- <integer>148</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1917, 'leftMargin': 256, 'rightMargin': 7}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Germandbls_.glif b/src/Inter-UI-Regular.ufo/glyphs/Germandbls_.glif
deleted file mode 100644
index 5d22ba81d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Germandbls_.glif
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Germandbls" format="1">
- <advance width="1904"/>
- <unicode hex="1E9E"/>
- <outline>
- <contour>
- <point x="480" y="1316" type="line"/>
- <point x="232" y="1316" type="line"/>
- <point x="232" y="0" type="line"/>
- <point x="480" y="0" type="line"/>
- </contour>
- <contour>
- <point x="480" y="1316" type="line"/>
- <point x="480" y="1572"/>
- <point x="564" y="1812"/>
- <point x="860" y="1812" type="curve" smooth="yes"/>
- <point x="1044" y="1812"/>
- <point x="1148" y="1744"/>
- <point x="1236" y="1684" type="curve"/>
- <point x="828" y="1172" type="line"/>
- <point x="828" y="1000" type="line"/>
- <point x="976" y="1000" type="line"/>
- <point x="1560" y="1724" type="line"/>
- <point x="1376" y="1892"/>
- <point x="1160" y="2032"/>
- <point x="860" y="2032" type="curve" smooth="yes"/>
- <point x="444" y="2032"/>
- <point x="232" y="1792"/>
- <point x="232" y="1316" type="curve"/>
- </contour>
- <contour>
- <point x="672" y="40" type="line"/>
- <point x="804" y="-8"/>
- <point x="932" y="-28"/>
- <point x="1060" y="-28" type="curve" smooth="yes"/>
- <point x="1456" y="-28"/>
- <point x="1744" y="188"/>
- <point x="1744" y="560" type="curve" smooth="yes"/>
- <point x="1744" y="952"/>
- <point x="1484" y="1168"/>
- <point x="1032" y="1168" type="curve" smooth="yes"/>
- <point x="828" y="1168" type="line"/>
- <point x="828" y="956" type="line"/>
- <point x="1028" y="956" type="line" smooth="yes"/>
- <point x="1316" y="956"/>
- <point x="1468" y="836"/>
- <point x="1468" y="556" type="curve" smooth="yes"/>
- <point x="1468" y="348"/>
- <point x="1320" y="192"/>
- <point x="1060" y="192" type="curve" smooth="yes"/>
- <point x="928" y="192"/>
- <point x="828" y="228"/>
- <point x="752" y="260" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1819, 'leftMargin': 188, 'rightMargin': 122}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ghemiddlehookcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ghemiddlehookcyrillic_.glif
deleted file mode 100644
index 93bec5cae..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ghemiddlehookcyrillic_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ghemiddlehookcyrillic" format="1">
- <advance width="1656"/>
- <unicode hex="0494"/>
- <outline>
- <component base="Gamma" xOffset="-120"/>
- <component base="largerighthook" xOffset="304"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1728, 'leftMargin': 280, 'rightMargin': -81}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ghook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ghook_.glif
deleted file mode 100644
index a790fdec3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ghook_.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ghook" format="1">
- <advance width="2176"/>
- <unicode hex="0193"/>
- <outline>
- <contour>
- <point x="1900" y="1408" type="line"/>
- <point x="1900" y="1624" type="line" smooth="yes"/>
- <point x="1900" y="1784"/>
- <point x="1996" y="1832"/>
- <point x="2124" y="1832" type="curve" smooth="yes"/>
- <point x="2152" y="1832"/>
- <point x="2180" y="1828"/>
- <point x="2200" y="1824" type="curve"/>
- <point x="2200" y="2024" type="line"/>
- <point x="2164" y="2036"/>
- <point x="2112" y="2036"/>
- <point x="2064" y="2036" type="curve" smooth="yes"/>
- <point x="1808" y="2036"/>
- <point x="1676" y="1888"/>
- <point x="1660" y="1624" type="curve" smooth="yes"/>
- <point x="1648" y="1408" type="line"/>
- </contour>
- <component base="G"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1998, 'leftMargin': 256, 'rightMargin': -45}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Gsmallcap_.glif b/src/Inter-UI-Regular.ufo/glyphs/Gsmallcap_.glif
deleted file mode 100644
index 28d2d9611..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Gsmallcap_.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gsmallcap" format="1">
- <advance width="1776"/>
- <unicode hex="0262"/>
- <outline>
- <contour>
- <point x="1552" y="760" type="line"/>
- <point x="928" y="760" type="line"/>
- <point x="928" y="540" type="line"/>
- <point x="1316" y="540" type="line"/>
- <point x="1316" y="308" type="line"/>
- <point x="1272" y="272"/>
- <point x="1128" y="192"/>
- <point x="912" y="192" type="curve" smooth="yes"/>
- <point x="640" y="192"/>
- <point x="440" y="384"/>
- <point x="440" y="636" type="curve" smooth="yes"/>
- <point x="440" y="860" type="line" smooth="yes"/>
- <point x="440" y="1108"/>
- <point x="648" y="1300"/>
- <point x="904" y="1300" type="curve" smooth="yes"/>
- <point x="1132" y="1300"/>
- <point x="1276" y="1200"/>
- <point x="1300" y="1012" type="curve"/>
- <point x="1548" y="1012" type="line"/>
- <point x="1520" y="1300"/>
- <point x="1324" y="1516"/>
- <point x="904" y="1516" type="curve" smooth="yes"/>
- <point x="492" y="1516"/>
- <point x="196" y="1248"/>
- <point x="196" y="860" type="curve" smooth="yes"/>
- <point x="196" y="636" type="line" smooth="yes"/>
- <point x="196" y="244"/>
- <point x="488" y="-28"/>
- <point x="912" y="-28" type="curve" smooth="yes"/>
- <point x="1280" y="-28"/>
- <point x="1484" y="124"/>
- <point x="1552" y="216" type="curve"/>
- </contour>
- <contour>
- <point x="908" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="908" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1740" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1700, 'leftMargin': 154, 'rightMargin': 159}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Gsmallcaphook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Gsmallcaphook_.glif
deleted file mode 100644
index e798db883..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Gsmallcaphook_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Gsmallcaphook" format="1">
- <advance width="1828"/>
- <unicode hex="029B"/>
- <outline>
- <contour>
- <point x="1552" y="1012" type="line"/>
- <point x="1552" y="1176" type="line" smooth="yes"/>
- <point x="1552" y="1336"/>
- <point x="1632" y="1392"/>
- <point x="1760" y="1392" type="curve" smooth="yes"/>
- <point x="1780" y="1392"/>
- <point x="1812" y="1388"/>
- <point x="1836" y="1384" type="curve"/>
- <point x="1836" y="1568" type="line"/>
- <point x="1796" y="1580"/>
- <point x="1740" y="1588"/>
- <point x="1700" y="1588" type="curve" smooth="yes"/>
- <point x="1472" y="1588"/>
- <point x="1364" y="1440"/>
- <point x="1364" y="1176" type="curve" smooth="yes"/>
- <point x="1364" y="1012" type="line"/>
- </contour>
- <component base="Gsmallcap"/>
- <contour>
- <point x="876" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="876" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1784" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1748, 'leftMargin': 126, 'rightMargin': -13}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_.glif b/src/Inter-UI-Regular.ufo/glyphs/H_.glif
index 7f0ed858f..fb89ac036 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/H_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_.glif
@@ -1,61 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="H" format="1">
- <advance width="2084"/>
+<glyph name="H" format="2">
+ <advance width="2084.0"/>
<unicode hex="0048"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1816.0" y="0.0" name="right"/>
+ <anchor x="8.0" y="2048.0" name="tonos"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1624" y="1136" type="line"/>
- <point x="452" y="1136" type="line"/>
- <point x="452" y="916" type="line"/>
- <point x="1624" y="916" type="line"/>
+ <point x="1624.0" y="1136.0" type="line"/>
+ <point x="452.0" y="1136.0" type="line"/>
+ <point x="452.0" y="916.0" type="line"/>
+ <point x="1624.0" y="916.0" type="line"/>
</contour>
<contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1836" y="2048" type="line"/>
- <point x="1588" y="2048" type="line"/>
- <point x="1588" y="0" type="line"/>
- <point x="1836" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1040" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1816" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="8" y="2048" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1020" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2048" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2048" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2048" y="2216" type="move" name="top0315"/>
+ <point x="1836.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="1836.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_aabkhasiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/H_aabkhasiancyrillic.glif
new file mode 100644
index 000000000..774b0fdc2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_aabkhasiancyrillic.glif
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Haabkhasiancyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04A8"/>
+ <anchor x="1036.0" y="-16.0" name="bottom"/>
+ <anchor x="1036.0" y="2224.0" name="top"/>
+ <anchor x="2160.0" y="2224.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2060.0" y="196.0" type="line"/>
+ <point x="1500.0" y="196.0"/>
+ <point x="1188.0" y="500.0"/>
+ <point x="1188.0" y="964.0" type="curve"/>
+ <point x="1188.0" y="1276.0" type="line" smooth="yes"/>
+ <point x="1188.0" y="1572.0"/>
+ <point x="1300.0" y="1792.0"/>
+ <point x="1476.0" y="1792.0" type="curve"/>
+ <point x="1652.0" y="1792.0"/>
+ <point x="1760.0" y="1584.0"/>
+ <point x="1760.0" y="1272.0" type="curve"/>
+ <point x="1760.0" y="936.0" type="line" smooth="yes"/>
+ <point x="1760.0" y="524.0"/>
+ <point x="1508.0" y="208.0"/>
+ <point x="1084.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="208.0"/>
+ <point x="516.0" y="520.0"/>
+ <point x="516.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="1160.0" type="line" smooth="yes"/>
+ <point x="516.0" y="1520.0"/>
+ <point x="644.0" y="1792.0"/>
+ <point x="860.0" y="1792.0" type="curve"/>
+ <point x="860.0" y="2032.0" type="line"/>
+ <point x="480.0" y="2032.0"/>
+ <point x="228.0" y="1652.0"/>
+ <point x="228.0" y="1156.0" type="curve" smooth="yes"/>
+ <point x="228.0" y="928.0" type="line" smooth="yes"/>
+ <point x="228.0" y="388.0"/>
+ <point x="572.0" y="-28.0"/>
+ <point x="1084.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="-28.0"/>
+ <point x="2044.0" y="392.0"/>
+ <point x="2044.0" y="936.0" type="curve" smooth="yes"/>
+ <point x="2044.0" y="1268.0" type="line"/>
+ <point x="2044.0" y="1712.0"/>
+ <point x="1816.0" y="2028.0"/>
+ <point x="1476.0" y="2028.0" type="curve"/>
+ <point x="1132.0" y="2028.0"/>
+ <point x="904.0" y="1700.0"/>
+ <point x="904.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="968.0" type="line"/>
+ <point x="904.0" y="372.0"/>
+ <point x="1368.0" y="-40.0"/>
+ <point x="2060.0" y="-40.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_adescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/H_adescendercyrillic.glif
new file mode 100644
index 000000000..dc5437613
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_adescendercyrillic.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hadescendercyrillic" format="2">
+ <advance width="1872.0"/>
+ <unicode hex="04B2"/>
+ <anchor x="1784.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1784.0" y="2216.0" name="top0315"/>
+ <anchor x="1784.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="cyrillictic" xOffset="1424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_bar.glif b/src/Inter-UI-Regular.ufo/glyphs/H_bar.glif
new file mode 100644
index 000000000..0b8f3eec6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_bar.glif
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hbar" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="0126"/>
+ <anchor x="1016.0" y="16.0" name="bottom"/>
+ <anchor x="1032.0" y="2304.0" name="top"/>
+ <anchor x="1996.0" y="2216.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2000.0" y="1616.0" type="line"/>
+ <point x="84.0" y="1616.0" type="line"/>
+ <point x="84.0" y="1408.0" type="line"/>
+ <point x="2000.0" y="1408.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1628.0" y="1136.0" type="line"/>
+ <point x="456.0" y="1136.0" type="line"/>
+ <point x="456.0" y="916.0" type="line"/>
+ <point x="1628.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="500.0" y="2048.0" type="line"/>
+ <point x="252.0" y="2048.0" type="line"/>
+ <point x="252.0" y="0.0" type="line"/>
+ <point x="500.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1840.0" y="2048.0" type="line"/>
+ <point x="1592.0" y="2048.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
+ <point x="1840.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_brevebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/H_brevebelow.glif
new file mode 100644
index 000000000..776fa9d7d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_brevebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hbrevebelow" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="1E2A"/>
+ <anchor x="1020.0" y="-486.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="brevesubnosp" xOffset="1832.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_cedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/H_cedilla.glif
new file mode 100644
index 000000000..b0a8f0eff
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_cedilla.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hcedilla" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="1E28"/>
+ <outline>
+ <component base="H" xOffset="-8.0"/>
+ <component base="cedilla" xOffset="12.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/H_circumflex.glif
new file mode 100644
index 000000000..a2d7f825a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hcircumflex" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="0124"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2768.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="circumflex" xOffset="392.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/H_dieresis.glif
new file mode 100644
index 000000000..7e550f2cc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hdieresis" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="1E26"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2684.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="dieresis" xOffset="216.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/H_dotaccent.glif
new file mode 100644
index 000000000..ab76e3b45
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hdotaccent" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="1E22"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2700.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="dotaccent" xOffset="712.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/H_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/H_dotbelow.glif
new file mode 100644
index 000000000..73b1bc05e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/H_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Hdotbelow" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="1E24"/>
+ <anchor x="1020.0" y="-479.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="dotbelow" xOffset="1848.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Haabkhasiancyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Haabkhasiancyrillic_.glif
deleted file mode 100644
index bd835bb63..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Haabkhasiancyrillic_.glif
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Haabkhasiancyrillic" format="1">
- <advance width="2288"/>
- <unicode hex="04A8"/>
- <outline>
- <contour>
- <point x="2060" y="196" type="line"/>
- <point x="1500" y="196"/>
- <point x="1188" y="500"/>
- <point x="1188" y="964" type="curve"/>
- <point x="1188" y="1276" type="line" smooth="yes"/>
- <point x="1188" y="1572"/>
- <point x="1300" y="1792"/>
- <point x="1476" y="1792" type="curve"/>
- <point x="1652" y="1792"/>
- <point x="1760" y="1584"/>
- <point x="1760" y="1272" type="curve"/>
- <point x="1760" y="936" type="line" smooth="yes"/>
- <point x="1760" y="524"/>
- <point x="1508" y="208"/>
- <point x="1084" y="208" type="curve" smooth="yes"/>
- <point x="732" y="208"/>
- <point x="516" y="520"/>
- <point x="516" y="928" type="curve" smooth="yes"/>
- <point x="516" y="1160" type="line" smooth="yes"/>
- <point x="516" y="1520"/>
- <point x="644" y="1792"/>
- <point x="860" y="1792" type="curve"/>
- <point x="860" y="2032" type="line"/>
- <point x="480" y="2032"/>
- <point x="228" y="1652"/>
- <point x="228" y="1156" type="curve" smooth="yes"/>
- <point x="228" y="928" type="line" smooth="yes"/>
- <point x="228" y="388"/>
- <point x="572" y="-28"/>
- <point x="1084" y="-28" type="curve" smooth="yes"/>
- <point x="1660" y="-28"/>
- <point x="2044" y="392"/>
- <point x="2044" y="936" type="curve" smooth="yes"/>
- <point x="2044" y="1268" type="line"/>
- <point x="2044" y="1712"/>
- <point x="1816" y="2028"/>
- <point x="1476" y="2028" type="curve"/>
- <point x="1132" y="2028"/>
- <point x="904" y="1700"/>
- <point x="904" y="1272" type="curve" smooth="yes"/>
- <point x="904" y="968" type="line"/>
- <point x="904" y="372"/>
- <point x="1368" y="-40"/>
- <point x="2060" y="-40" type="curve"/>
- </contour>
- <contour>
- <point x="1036" y="2224" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1036" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2160" y="2224" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2087, 'leftMargin': 153, 'rightMargin': 100}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Hadescendercyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Hadescendercyrillic_.glif
deleted file mode 100644
index 1bd1ef038..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Hadescendercyrillic_.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Hadescendercyrillic" format="1">
- <advance width="1872"/>
- <unicode hex="04B2"/>
- <outline>
- <component base="X"/>
- <component base="cyrillictic" xOffset="1424"/>
- <contour>
- <point x="1784" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1784" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1784" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1803, 'leftMargin': 124, 'rightMargin': 38}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Hbar_.glif b/src/Inter-UI-Regular.ufo/glyphs/Hbar_.glif
deleted file mode 100644
index 2afe996aa..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Hbar_.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Hbar" format="1">
- <advance width="2032"/>
- <unicode hex="0126"/>
- <outline>
- <contour>
- <point x="2000" y="1616" type="line"/>
- <point x="84" y="1616" type="line"/>
- <point x="84" y="1408" type="line"/>
- <point x="2000" y="1408" type="line"/>
- </contour>
- <component base="H" xOffset="4"/>
- <contour>
- <point x="1032" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1016" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1996" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1980.0, 'leftMargin': 43, 'rightMargin': 22.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Hcedilla_.glif b/src/Inter-UI-Regular.ufo/glyphs/Hcedilla_.glif
deleted file mode 100644
index 07c59844b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Hcedilla_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Hcedilla" format="1">
- <advance width="2032"/>
- <unicode hex="1E28"/>
- <outline>
- <component base="H" xOffset="-8"/>
- <component base="cedilla" xOffset="12"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2012, 'leftMargin': 239, 'rightMargin': 220}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_.glif b/src/Inter-UI-Regular.ufo/glyphs/I_.glif
index e375dc722..ed2b3046b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/I_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_.glif
@@ -1,52 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="I" format="1">
- <advance width="744"/>
+<glyph name="I" format="2">
+ <advance width="744.0"/>
<unicode hex="0049"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="468.0" y="0.0" name="ogonek"/>
+ <anchor x="516.0" y="0.0" name="right"/>
+ <anchor x="-8.0" y="2048.0" name="tonos"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- </contour>
- <contour>
- <point x="356" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="376" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="-8" y="2048" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="516" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="468" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="764" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="764" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="764" y="2216" type="move" name="top0315"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_J_.glif b/src/Inter-UI-Regular.ufo/glyphs/I_J_.glif
new file mode 100644
index 000000000..6c96a351a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_J_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="IJ" format="2">
+ <advance width="2424.0"/>
+ <unicode hex="0132"/>
+ <outline>
+ <component base="I" xOffset="256.0"/>
+ <component base="J" xOffset="1000.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/I_acute.glif
new file mode 100644
index 000000000..c95730ec5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iacute" format="2">
+ <advance width="744.0"/>
+ <unicode hex="00CD"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2796.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="acute" xOffset="48.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_breve.glif b/src/Inter-UI-Regular.ufo/glyphs/I_breve.glif
new file mode 100644
index 000000000..fb0458b66
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ibreve" format="2">
+ <advance width="744.0"/>
+ <unicode hex="012C"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2748.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="breve" xOffset="-280.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/I_caron.glif
new file mode 100644
index 000000000..00012ad6f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Icaron" format="2">
+ <advance width="744.0"/>
+ <unicode hex="01CF"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="340.0" y="2760.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="caron" xOffset="-296.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/I_circumflex.glif
new file mode 100644
index 000000000..0fa5f8b73
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Icircumflex" format="2">
+ <advance width="744.0"/>
+ <unicode hex="00CE"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2768.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="circumflex" xOffset="-296.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_dblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/I_dblgrave.glif
new file mode 100644
index 000000000..021b8e9da
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idblgrave" format="2">
+ <advance width="744.0"/>
+ <unicode hex="0208"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2730.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dblgravecmb" xOffset="976.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/I_dieresis.glif
new file mode 100644
index 000000000..3078011de
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_dieresis.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idieresis" format="2">
+ <advance width="848.0"/>
+ <unicode hex="00CF"/>
+ <outline>
+ <component base="casedieresis.cn" xOffset="-400.0"/>
+ <component base="I" xOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_dieresisacute.glif b/src/Inter-UI-Regular.ufo/glyphs/I_dieresisacute.glif
new file mode 100644
index 000000000..7f275b4a4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_dieresisacute.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idieresisacute" format="2">
+ <advance width="848.0"/>
+ <unicode hex="1E2E"/>
+ <anchor x="412.0" y="16.0" name="bottom"/>
+ <anchor x="796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="504.0" y="0.0" name="ogonek"/>
+ <anchor x="548.0" y="0.0" name="right"/>
+ <anchor x="136.0" y="2004.0" name="tonos"/>
+ <anchor x="412.0" y="2216.0" name="top"/>
+ <anchor x="796.0" y="2216.0" name="top0315"/>
+ <anchor x="796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="40.0"/>
+ <component base="dieresisacutecomb.cn" xOffset="1220.0" yOffset="480.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_dieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/I_dieresiscyrillic.glif
new file mode 100644
index 000000000..9a33001ef
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_dieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idieresiscyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04E4"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2684.0" name="top"/>
+ <anchor x="2024.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10026"/>
+ <component base="dieresis" xOffset="208.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/I_dotaccent.glif
new file mode 100644
index 000000000..19983935e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idotaccent" format="2">
+ <advance width="744.0"/>
+ <unicode hex="0130"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2700.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dotaccent" xOffset="24.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/I_dotbelow.glif
new file mode 100644
index 000000000..d4da57636
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Idotbelow" format="2">
+ <advance width="744.0"/>
+ <unicode hex="1ECA"/>
+ <anchor x="376.0" y="-479.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dotbelow" xOffset="1200.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_ebrevecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/I_ebrevecyrillic.glif
new file mode 100644
index 000000000..2cb8483a2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_ebrevecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iebrevecyrillic" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="04D6"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2748.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="breve" xOffset="256.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_grave.glif b/src/Inter-UI-Regular.ufo/glyphs/I_grave.glif
new file mode 100644
index 000000000..50e1e0410
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Igrave" format="2">
+ <advance width="744.0"/>
+ <unicode hex="00CC"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2796.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="grave" xOffset="-144.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_hookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/I_hookabove.glif
new file mode 100644
index 000000000..4ae21b1b5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ihookabove" format="2">
+ <advance width="744.0"/>
+ <unicode hex="1EC8"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2922.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="hook" xOffset="1168.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_invertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/I_invertedbreve.glif
new file mode 100644
index 000000000..a45c9338d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iinvertedbreve" format="2">
+ <advance width="744.0"/>
+ <unicode hex="020A"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2771.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="breveinvnosp" xOffset="1168.0" yOffset="656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_macron.glif b/src/Inter-UI-Regular.ufo/glyphs/I_macron.glif
new file mode 100644
index 000000000..70f7e8602
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Imacron" format="2">
+ <advance width="744.0"/>
+ <unicode hex="012A"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2712.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="macron" xOffset="-272.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_macroncyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/I_macroncyrillic.glif
new file mode 100644
index 000000000..1487ae0b6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_macroncyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Imacroncyrillic" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="04E2"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2712.0" name="top"/>
+ <anchor x="2024.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10026"/>
+ <component base="macron" xOffset="408.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_ogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/I_ogonek.glif
new file mode 100644
index 000000000..1b2d1d1e1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_ogonek.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iogonek" format="2">
+ <advance width="744.0"/>
+ <unicode hex="012E"/>
+ <anchor x="376.0" y="-584.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="ogonek" xOffset="-112.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_ota.glif b/src/Inter-UI-Regular.ufo/glyphs/I_ota.glif
new file mode 100644
index 000000000..0923a2b72
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_ota.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iota" format="2">
+ <advance width="744.0"/>
+ <unicode hex="0399"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_ota1.glif b/src/Inter-UI-Regular.ufo/glyphs/I_ota1.glif
new file mode 100644
index 000000000..9a804533e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_ota1.glif
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iota1" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="0196"/>
+ <outline>
+ <contour>
+ <point x="444.0" y="2112.0" type="line"/>
+ <point x="168.0" y="2112.0" type="line"/>
+ <point x="168.0" y="472.0" type="line" smooth="yes"/>
+ <point x="168.0" y="152.0"/>
+ <point x="348.0" y="-28.0"/>
+ <point x="644.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="-28.0"/>
+ <point x="776.0" y="-16.0"/>
+ <point x="840.0" y="0.0" type="curve"/>
+ <point x="808.0" y="208.0" type="line"/>
+ <point x="776.0" y="200.0"/>
+ <point x="736.0" y="192.0"/>
+ <point x="688.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="192.0"/>
+ <point x="444.0" y="300.0"/>
+ <point x="444.0" y="472.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_otadieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/I_otadieresis.glif
new file mode 100644
index 000000000..b88009342
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_otadieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iotadieresis" format="2">
+ <advance width="744.0"/>
+ <unicode hex="03AA"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2684.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dieresis" xOffset="-472.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_otatonos.glif b/src/Inter-UI-Regular.ufo/glyphs/I_otatonos.glif
new file mode 100644
index 000000000..7f0edf38b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_otatonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Iotatonos" format="2">
+ <advance width="844.0"/>
+ <unicode hex="038A"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="864.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="864.0" y="2216.0" name="top0315"/>
+ <anchor x="864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="100.0"/>
+ <component base="tonos" xOffset="-400.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_smallcap.glif b/src/Inter-UI-Regular.ufo/glyphs/I_smallcap.glif
new file mode 100644
index 000000000..1fa3d9f7b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_smallcap.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ismallcap" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="026A"/>
+ <anchor x="500.0" y="0.0" name="bottom"/>
+ <anchor x="500.0" y="1776.0" name="top"/>
+ <anchor x="984.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="848.0" y="1488.0" type="line"/>
+ <point x="164.0" y="1488.0" type="line"/>
+ <point x="164.0" y="1268.0" type="line"/>
+ <point x="848.0" y="1268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="640.0" y="1488.0" type="line"/>
+ <point x="364.0" y="1488.0" type="line"/>
+ <point x="364.0" y="0.0" type="line"/>
+ <point x="640.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="848.0" y="220.0" type="line"/>
+ <point x="164.0" y="220.0" type="line"/>
+ <point x="164.0" y="0.0" type="line"/>
+ <point x="848.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_stroke.glif b/src/Inter-UI-Regular.ufo/glyphs/I_stroke.glif
new file mode 100644
index 000000000..3d1c63438
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_stroke.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Istroke" format="2">
+ <advance width="800.0"/>
+ <unicode hex="0197"/>
+ <anchor x="440.0" y="16.0" name="bottom"/>
+ <anchor x="440.0" y="2216.0" name="top"/>
+ <anchor x="912.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="I" xOffset="40.0"/>
+ <component base="crossbar" xOffset="-236.0" yOffset="96.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/I_tilde.glif
new file mode 100644
index 000000000..8de95bf2c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Itilde" format="2">
+ <advance width="744.0"/>
+ <unicode hex="0128"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2720.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="tilde" xOffset="-280.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_tildebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/I_tildebelow.glif
new file mode 100644
index 000000000..13e5c7613
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_tildebelow.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Itildebelow" format="2">
+ <advance width="1020.0"/>
+ <unicode hex="1E2C"/>
+ <anchor x="556.0" y="16.0" name="bottom"/>
+ <anchor x="940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="556.0" y="-580.0" name="mkmkbottom_acc"/>
+ <anchor x="648.0" y="0.0" name="ogonek"/>
+ <anchor x="692.0" y="0.0" name="right"/>
+ <anchor x="280.0" y="2004.0" name="tonos"/>
+ <anchor x="500.0" y="2304.0" name="top"/>
+ <anchor x="940.0" y="2216.0" name="top0315"/>
+ <anchor x="940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="144.0"/>
+ <component base="tilde" xOffset="-132.0" yOffset="-2216.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/I_zhitsadblgravecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/I_zhitsadblgravecyrillic.glif
new file mode 100644
index 000000000..45e5df3e6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/I_zhitsadblgravecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Izhitsadblgravecyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0476"/>
+ <anchor x="880.0" y="2124.0" name="parent_top"/>
+ <anchor x="880.0" y="2550.0" name="top"/>
+ <anchor x="1800.0" y="2124.0" name="top0315"/>
+ <outline>
+ <component base="afii10148"/>
+ <component base="dblgravecmb" xOffset="1504.0" yOffset="344.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Idieresis_.glif b/src/Inter-UI-Regular.ufo/glyphs/Idieresis_.glif
deleted file mode 100644
index 2e58675bf..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Idieresis_.glif
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Idieresis" format="1">
- <advance width="848"/>
- <unicode hex="00CF"/>
- <outline>
- <component base="casedieresis.cn" xOffset="-400"/>
- <component base="I" xOffset="48"/>
- </outline>
- <lib>
- <dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Idieresisacute_.glif b/src/Inter-UI-Regular.ufo/glyphs/Idieresisacute_.glif
deleted file mode 100644
index dfc80b9ca..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Idieresisacute_.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Idieresisacute" format="1">
- <advance width="848"/>
- <unicode hex="1E2E"/>
- <outline>
- <component base="I" xOffset="40"/>
- <component base="dieresisacutecomb" xOffset="1220" yOffset="480"/>
- <contour>
- <point x="548" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="412" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="136" y="2004" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="412" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="796" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="796" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="504" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="796" y="-560" type="move" name="bottom_dd"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1018, 'leftMargin': 28, 'rightMargin': 28}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Iota1_.glif b/src/Inter-UI-Regular.ufo/glyphs/Iota1_.glif
deleted file mode 100644
index e5e37013e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Iota1_.glif
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Iota1" format="1">
- <advance width="1008"/>
- <unicode hex="0196"/>
- <outline>
- <contour>
- <point x="444" y="2112" type="line"/>
- <point x="168" y="2112" type="line"/>
- <point x="168" y="472" type="line" smooth="yes"/>
- <point x="168" y="152"/>
- <point x="348" y="-28"/>
- <point x="644" y="-28" type="curve" smooth="yes"/>
- <point x="708" y="-28"/>
- <point x="776" y="-16"/>
- <point x="840" y="0" type="curve"/>
- <point x="808" y="208" type="line"/>
- <point x="776" y="200"/>
- <point x="736" y="192"/>
- <point x="688" y="192" type="curve" smooth="yes"/>
- <point x="528" y="192"/>
- <point x="444" y="300"/>
- <point x="444" y="472" type="curve" smooth="yes"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 920, 'leftMargin': 219, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ismallcap_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ismallcap_.glif
deleted file mode 100644
index 1691f3305..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ismallcap_.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ismallcap" format="1">
- <advance width="1008"/>
- <unicode hex="026A"/>
- <outline>
- <contour>
- <point x="848" y="1488" type="line"/>
- <point x="164" y="1488" type="line"/>
- <point x="164" y="1268" type="line"/>
- <point x="848" y="1268" type="line"/>
- </contour>
- <contour>
- <point x="640" y="1488" type="line"/>
- <point x="364" y="1488" type="line"/>
- <point x="364" y="0" type="line"/>
- <point x="640" y="0" type="line"/>
- </contour>
- <contour>
- <point x="848" y="220" type="line"/>
- <point x="164" y="220" type="line"/>
- <point x="164" y="0" type="line"/>
- <point x="848" y="0" type="line"/>
- </contour>
- <contour>
- <point x="500" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="500" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="984" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 958, 'leftMargin': 138, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Istroke_.glif b/src/Inter-UI-Regular.ufo/glyphs/Istroke_.glif
deleted file mode 100644
index 3780f34fc..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Istroke_.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Istroke" format="1">
- <advance width="800"/>
- <unicode hex="0197"/>
- <outline>
- <component base="I" xOffset="40"/>
- <component base="crossbar" xOffset="-236" yOffset="96"/>
- <contour>
- <point x="440" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="912" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="440" y="16" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 938, 'leftMargin': 27, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Itildebelow_.glif b/src/Inter-UI-Regular.ufo/glyphs/Itildebelow_.glif
deleted file mode 100644
index cf997fdeb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Itildebelow_.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Itildebelow" format="1">
- <advance width="1020"/>
- <unicode hex="1E2C"/>
- <outline>
- <component base="I" xOffset="144"/>
- <component base="tilde" xOffset="-132" yOffset="-2216"/>
- <contour>
- <point x="692" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="556" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="280" y="2004" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="556" y="-580" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="500" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="940" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="940" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="648" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="940" y="-560" type="move" name="bottom_dd"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1011, 'leftMargin': -13, 'rightMargin': 40}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/J_.glif b/src/Inter-UI-Regular.ufo/glyphs/J_.glif
index b945f2c39..22b875e01 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/J_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/J_.glif
@@ -1,51 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="J" format="1">
- <advance width="1424"/>
+<glyph name="J" format="2">
+ <advance width="1424.0"/>
<unicode hex="004A"/>
+ <anchor x="712.0" y="-16.0" name="bottom"/>
+ <anchor x="1564.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2304.0" name="top"/>
+ <anchor x="1564.0" y="2200.0" name="top0315"/>
+ <anchor x="1564.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="952" y="584" type="line"/>
- <point x="952" y="272"/>
- <point x="772" y="192"/>
- <point x="612" y="192" type="curve" smooth="yes"/>
- <point x="416" y="192"/>
- <point x="248" y="308"/>
- <point x="248" y="512" type="curve"/>
- <point x="8" y="512" type="line"/>
- <point x="8" y="180"/>
- <point x="272" y="-28"/>
- <point x="596" y="-28" type="curve" smooth="yes"/>
- <point x="964" y="-28"/>
- <point x="1200" y="188"/>
- <point x="1200" y="584" type="curve"/>
- <point x="1200" y="2048" type="line"/>
- <point x="952" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="1076" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="712" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1564" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1564" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1564" y="2200" type="move" name="top0315"/>
+ <point x="952.0" y="584.0" type="line"/>
+ <point x="952.0" y="272.0"/>
+ <point x="772.0" y="192.0"/>
+ <point x="612.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="192.0"/>
+ <point x="248.0" y="308.0"/>
+ <point x="248.0" y="512.0" type="curve"/>
+ <point x="8.0" y="512.0" type="line"/>
+ <point x="8.0" y="180.0"/>
+ <point x="272.0" y="-28.0"/>
+ <point x="596.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="-28.0"/>
+ <point x="1200.0" y="188.0"/>
+ <point x="1200.0" y="584.0" type="curve"/>
+ <point x="1200.0" y="2048.0" type="line"/>
+ <point x="952.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/J_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/J_circumflex.glif
new file mode 100644
index 000000000..dec1e416f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/J_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Jcircumflex" format="2">
+ <advance width="1424.0"/>
+ <unicode hex="0134"/>
+ <anchor x="712.0" y="-16.0" name="bottom"/>
+ <anchor x="1564.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2304.0" name="parent_top"/>
+ <anchor x="1076.0" y="2768.0" name="top"/>
+ <anchor x="1564.0" y="2200.0" name="top0315"/>
+ <anchor x="1564.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="J"/>
+ <component base="circumflex" xOffset="432.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_.glif b/src/Inter-UI-Regular.ufo/glyphs/K_.glif
index 25321edfc..4b209110c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/K_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_.glif
@@ -1,81 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="K" format="1">
- <advance width="1836"/>
+<glyph name="K" format="2">
+ <advance width="1836.0"/>
<unicode hex="004B"/>
+ <guideline x="1748.0" y="2048.0" angle="227.6708"/>
+ <anchor x="920.0" y="120.0" name="bottom"/>
+ <anchor x="1772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="388.0" y="1692.0" name="cross"/>
+ <anchor x="1696.0" y="0.0" name="right"/>
+ <anchor x="840.0" y="2304.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <anchor x="1772.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1764" y="2048" type="line"/>
- <point x="1440" y="2048" type="line"/>
- <point x="520" y="1032" type="line"/>
- <point x="448" y="1032" type="line"/>
- <point x="448" y="612" type="line"/>
- <point x="760" y="960" type="line"/>
- <point x="772" y="980" type="line"/>
+ <point x="1764.0" y="2048.0" type="line"/>
+ <point x="1440.0" y="2048.0" type="line"/>
+ <point x="520.0" y="1032.0" type="line"/>
+ <point x="448.0" y="1032.0" type="line"/>
+ <point x="448.0" y="612.0" type="line"/>
+ <point x="760.0" y="960.0" type="line"/>
+ <point x="772.0" y="980.0" type="line"/>
</contour>
<contour>
- <point x="1464" y="0" type="line"/>
- <point x="1764" y="0" type="line"/>
- <point x="872" y="1168" type="line"/>
- <point x="736" y="976" type="line"/>
- </contour>
- <contour>
- <point x="920" y="120" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1696" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="388" y="1692" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="840" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1772" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1772" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1772" y="2200" type="move" name="top0315"/>
+ <point x="1464.0" y="0.0" type="line"/>
+ <point x="1764.0" y="0.0" type="line"/>
+ <point x="872.0" y="1168.0" type="line"/>
+ <point x="736.0" y="976.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>-132.32924660837799</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1748</integer>
- <key>y</key>
- <integer>2048</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_abashkircyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/K_abashkircyrillic.glif
new file mode 100644
index 000000000..6bdc64d78
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_abashkircyrillic.glif
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kabashkircyrillic" format="2">
+ <advance width="2256.0"/>
+ <unicode hex="04A0"/>
+ <outline>
+ <contour>
+ <point x="752.0" y="2048.0" type="line"/>
+ <point x="24.0" y="2048.0" type="line"/>
+ <point x="24.0" y="1828.0" type="line"/>
+ <point x="752.0" y="1828.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="916.0" y="2048.0" type="line"/>
+ <point x="668.0" y="2048.0" type="line"/>
+ <point x="668.0" y="0.0" type="line"/>
+ <point x="916.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2184.0" y="2048.0" type="line"/>
+ <point x="1860.0" y="2048.0" type="line"/>
+ <point x="940.0" y="1032.0" type="line"/>
+ <point x="868.0" y="1032.0" type="line"/>
+ <point x="868.0" y="612.0" type="line"/>
+ <point x="1180.0" y="960.0" type="line"/>
+ <point x="1192.0" y="980.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1884.0" y="0.0" type="line"/>
+ <point x="2184.0" y="0.0" type="line"/>
+ <point x="1292.0" y="1168.0" type="line"/>
+ <point x="1156.0" y="976.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/K_acute.glif
new file mode 100644
index 000000000..b4c39892c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kacute" format="2">
+ <advance width="1836.0"/>
+ <unicode hex="1E30"/>
+ <anchor x="920.0" y="120.0" name="bottom"/>
+ <anchor x="1772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="2304.0" name="parent_top"/>
+ <anchor x="840.0" y="2796.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <anchor x="1772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="acute" xOffset="528.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_acyr.glif b/src/Inter-UI-Regular.ufo/glyphs/K_acyr.glif
new file mode 100644
index 000000000..a24d743d0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_acyr.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kacyr" format="2">
+ <advance width="1820.0"/>
+ <unicode hex="041A"/>
+ <outline>
+ <contour>
+ <point x="1452.0" y="0.0" type="line"/>
+ <point x="1748.0" y="0.0" type="line"/>
+ <point x="892.0" y="1148.0" type="line"/>
+ <point x="1720.0" y="2048.0" type="line"/>
+ <point x="1424.0" y="2048.0" type="line"/>
+ <point x="604.0" y="1160.0" type="line"/>
+ <point x="496.0" y="1160.0" type="line"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="940.0" type="line"/>
+ <point x="748.0" y="940.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_adescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/K_adescendercyrillic.glif
new file mode 100644
index 000000000..1ede3a86d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_adescendercyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kadescendercyrillic" format="2">
+ <advance width="1928.0"/>
+ <unicode hex="049A"/>
+ <outline>
+ <component base="K"/>
+ <component base="cyrillictic" xOffset="1468.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_ahookcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/K_ahookcyrillic.glif
new file mode 100644
index 000000000..61e7d88e4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_ahookcyrillic.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kahookcyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04C3"/>
+ <outline>
+ <contour>
+ <point x="432.0" y="2004.0" type="line"/>
+ <point x="144.0" y="2004.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1632.0" y="2004.0" type="line"/>
+ <point x="1296.0" y="2004.0" type="line"/>
+ <point x="604.0" y="1152.0" type="line"/>
+ <point x="272.0" y="1152.0" type="line"/>
+ <point x="316.0" y="904.0" type="line"/>
+ <point x="724.0" y="904.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="904.0" type="line"/>
+ <point x="792.0" y="904.0" type="line" smooth="yes"/>
+ <point x="1156.0" y="904.0"/>
+ <point x="1332.0" y="704.0"/>
+ <point x="1332.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="28.0"/>
+ <point x="1244.0" y="-188.0"/>
+ <point x="952.0" y="-188.0" type="curve"/>
+ <point x="956.0" y="-408.0" type="line"/>
+ <point x="1392.0" y="-408.0"/>
+ <point x="1620.0" y="-132.0"/>
+ <point x="1620.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="848.0"/>
+ <point x="1316.0" y="1144.0"/>
+ <point x="792.0" y="1144.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1144.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_appa.glif b/src/Inter-UI-Regular.ufo/glyphs/K_appa.glif
new file mode 100644
index 000000000..2bf863607
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_appa.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kappa" format="2">
+ <advance width="1836.0"/>
+ <unicode hex="039A"/>
+ <anchor x="920.0" y="120.0" name="bottom"/>
+ <anchor x="1772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="2304.0" name="parent_top"/>
+ <anchor x="840.0" y="2304.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <anchor x="1772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_averticalstrokecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/K_averticalstrokecyrillic.glif
new file mode 100644
index 000000000..74c8bc7ae
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_averticalstrokecyrillic.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kaverticalstrokecyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="049C"/>
+ <outline>
+ <contour>
+ <point x="112.0" y="2004.0" type="line"/>
+ <point x="112.0" y="0.0" type="line"/>
+ <point x="360.0" y="0.0" type="line"/>
+ <point x="360.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="528.0" y="1472.0" type="line"/>
+ <point x="528.0" y="568.0" type="line"/>
+ <point x="748.0" y="568.0" type="line"/>
+ <point x="748.0" y="1472.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1320.0" y="2004.0" type="line"/>
+ <point x="844.0" y="1128.0" type="line"/>
+ <point x="236.0" y="1128.0" type="line"/>
+ <point x="284.0" y="892.0" type="line"/>
+ <point x="996.0" y="892.0" type="line"/>
+ <point x="1608.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="836.0" y="932.0" type="line"/>
+ <point x="1368.0" y="0.0" type="line"/>
+ <point x="1644.0" y="0.0" type="line"/>
+ <point x="984.0" y="1172.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/K_caron.glif
new file mode 100644
index 000000000..d16fac877
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kcaron" format="2">
+ <advance width="1836.0"/>
+ <unicode hex="01E8"/>
+ <anchor x="920.0" y="120.0" name="bottom"/>
+ <anchor x="1772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="2304.0" name="parent_top"/>
+ <anchor x="824.0" y="2760.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <anchor x="1772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="caron" xOffset="192.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_commaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/K_commaaccent.glif
new file mode 100644
index 000000000..9902a2106
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_commaaccent.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kcommaaccent" format="2">
+ <advance width="1836.0"/>
+ <unicode hex="0136"/>
+ <anchor x="956.0" y="-608.0" name="bottom"/>
+ <anchor x="1772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="2304.0" name="parent_top"/>
+ <anchor x="840.0" y="2304.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <anchor x="1772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="commaaccent" xOffset="528.0" yOffset="-392.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/K_dotbelow.glif
new file mode 100644
index 000000000..d1b605035
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Kdotbelow" format="2">
+ <advance width="1836.0"/>
+ <unicode hex="1E32"/>
+ <anchor x="920.0" y="-375.0" name="bottom"/>
+ <anchor x="1772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="2304.0" name="parent_top"/>
+ <anchor x="840.0" y="2304.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <anchor x="1772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="dotbelow" xOffset="1744.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/K_hook.glif
new file mode 100644
index 000000000..62f177f23
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_hook.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Khook" format="2">
+ <advance width="1892.0"/>
+ <unicode hex="0198"/>
+ <guideline x="1244.0" y="1840.0" angle="227.6988"/>
+ <guideline x="1436.0" y="1704.0" angle="227.64"/>
+ <outline>
+ <contour>
+ <point x="1444.0" y="1704.0" type="line"/>
+ <point x="1488.0" y="1752.0" type="line" smooth="yes"/>
+ <point x="1592.0" y="1868.0"/>
+ <point x="1680.0" y="1868.0"/>
+ <point x="1768.0" y="1812.0" type="curve"/>
+ <point x="1868.0" y="1996.0" type="line"/>
+ <point x="1704.0" y="2112.0"/>
+ <point x="1492.0" y="2104.0"/>
+ <point x="1332.0" y="1928.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="1840.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1464.0" y="0.0" type="line"/>
+ <point x="1764.0" y="0.0" type="line"/>
+ <point x="872.0" y="1168.0" type="line"/>
+ <point x="736.0" y="976.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1252.0" y="1840.0" type="line"/>
+ <point x="520.0" y="1032.0" type="line"/>
+ <point x="448.0" y="1032.0" type="line"/>
+ <point x="448.0" y="612.0" type="line"/>
+ <point x="760.0" y="960.0" type="line"/>
+ <point x="772.0" y="980.0" type="line"/>
+ <point x="1444.0" y="1704.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_linebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/K_linebelow.glif
new file mode 100644
index 000000000..41d1fede5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Klinebelow" format="2">
+ <advance width="1836.0"/>
+ <unicode hex="1E34"/>
+ <anchor x="920.0" y="-284.0" name="bottom"/>
+ <anchor x="1772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="2304.0" name="parent_top"/>
+ <anchor x="840.0" y="2304.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <anchor x="1772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="macronsubnosp" xOffset="1728.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_oppa.glif b/src/Inter-UI-Regular.ufo/glyphs/K_oppa.glif
new file mode 100644
index 000000000..b2520a636
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_oppa.glif
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Koppa" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03DE"/>
+ <outline>
+ <contour>
+ <point x="1484.0" y="1388.0" type="line"/>
+ <point x="304.0" y="400.0" type="line"/>
+ <point x="264.0" y="416.0" type="line"/>
+ <point x="348.0" y="792.0" type="line"/>
+ <point x="1504.0" y="1772.0" type="line"/>
+ <point x="1552.0" y="1752.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="264.0" y="416.0" type="line"/>
+ <point x="364.0" y="1472.0" type="line" smooth="yes"/>
+ <point x="372.0" y="1540.0"/>
+ <point x="372.0" y="1564.0"/>
+ <point x="372.0" y="1584.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="1736.0"/>
+ <point x="300.0" y="1828.0"/>
+ <point x="120.0" y="1828.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="1828.0"/>
+ <point x="88.0" y="1828.0"/>
+ <point x="72.0" y="1828.0" type="curve"/>
+ <point x="96.0" y="2044.0" type="line"/>
+ <point x="132.0" y="2048.0"/>
+ <point x="168.0" y="2052.0"/>
+ <point x="200.0" y="2052.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2052.0"/>
+ <point x="648.0" y="1844.0"/>
+ <point x="648.0" y="1572.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="1540.0"/>
+ <point x="648.0" y="1512.0"/>
+ <point x="636.0" y="1436.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="736.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1552.0" y="1752.0" type="line"/>
+ <point x="1420.0" y="620.0" type="line" smooth="yes"/>
+ <point x="1412.0" y="536.0"/>
+ <point x="1404.0" y="452.0"/>
+ <point x="1404.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="280.0"/>
+ <point x="1480.0" y="192.0"/>
+ <point x="1640.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="192.0"/>
+ <point x="1688.0" y="192.0"/>
+ <point x="1704.0" y="196.0" type="curve"/>
+ <point x="1680.0" y="-20.0" type="line"/>
+ <point x="1644.0" y="-28.0"/>
+ <point x="1612.0" y="-28.0"/>
+ <point x="1580.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="-28.0"/>
+ <point x="1132.0" y="176.0"/>
+ <point x="1132.0" y="392.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="476.0"/>
+ <point x="1140.0" y="580.0"/>
+ <point x="1152.0" y="672.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="1332.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_oppacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/K_oppacyrillic.glif
new file mode 100644
index 000000000..6b913def7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_oppacyrillic.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Koppacyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0480"/>
+ <anchor x="892.0" y="-16.0" name="bottom"/>
+ <anchor x="1524.0" y="168.0" name="right"/>
+ <anchor x="892.0" y="2244.0" name="top"/>
+ <anchor x="1812.0" y="2244.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="900.0" y="200.0" type="line"/>
+ <point x="596.0" y="200.0"/>
+ <point x="416.0" y="476.0"/>
+ <point x="416.0" y="820.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="416.0" y="1524.0"/>
+ <point x="596.0" y="1800.0"/>
+ <point x="900.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="1800.0"/>
+ <point x="1360.0" y="1632.0"/>
+ <point x="1360.0" y="1360.0" type="curve"/>
+ <point x="1644.0" y="1360.0" type="line"/>
+ <point x="1644.0" y="1772.0"/>
+ <point x="1356.0" y="2032.0"/>
+ <point x="900.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="2032.0"/>
+ <point x="132.0" y="1668.0"/>
+ <point x="132.0" y="1184.0" type="curve"/>
+ <point x="132.0" y="820.0" type="line"/>
+ <point x="132.0" y="332.0"/>
+ <point x="444.0" y="-28.0"/>
+ <point x="900.0" y="-28.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1068.0" y="200.0" type="line"/>
+ <point x="784.0" y="200.0" type="line"/>
+ <point x="784.0" y="-528.0" type="line"/>
+ <point x="1068.0" y="-528.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/K_sicyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/K_sicyrillic.glif
new file mode 100644
index 000000000..d73c3575d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/K_sicyrillic.glif
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ksicyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="046E"/>
+ <outline>
+ <contour>
+ <point x="248.0" y="2004.0" type="line"/>
+ <point x="248.0" y="1784.0" type="line"/>
+ <point x="664.0" y="1784.0" type="line" smooth="yes"/>
+ <point x="924.0" y="1784.0"/>
+ <point x="1044.0" y="1640.0"/>
+ <point x="1044.0" y="1464.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1272.0"/>
+ <point x="928.0" y="1140.0"/>
+ <point x="636.0" y="1140.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="1140.0" type="line"/>
+ <point x="440.0" y="972.0" type="line"/>
+ <point x="640.0" y="972.0" type="line" smooth="yes"/>
+ <point x="1048.0" y="972.0"/>
+ <point x="1320.0" y="1184.0"/>
+ <point x="1320.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="1796.0"/>
+ <point x="1044.0" y="2004.0"/>
+ <point x="664.0" y="2004.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="440.0" y="1080.0" type="line"/>
+ <point x="440.0" y="920.0" type="line"/>
+ <point x="636.0" y="920.0" type="line" smooth="yes"/>
+ <point x="920.0" y="920.0"/>
+ <point x="1076.0" y="800.0"/>
+ <point x="1076.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="348.0"/>
+ <point x="936.0" y="192.0"/>
+ <point x="696.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="192.0" type="line" smooth="yes"/>
+ <point x="356.0" y="192.0"/>
+ <point x="172.0" y="84.0"/>
+ <point x="172.0" y="-168.0" type="curve"/>
+ <point x="172.0" y="-392.0"/>
+ <point x="364.0" y="-540.0"/>
+ <point x="540.0" y="-616.0" type="curve"/>
+ <point x="652.0" y="-436.0" type="line"/>
+ <point x="572.0" y="-400.0"/>
+ <point x="432.0" y="-328.0"/>
+ <point x="432.0" y="-180.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="-92.0"/>
+ <point x="488.0" y="-28.0"/>
+ <point x="628.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="1076.0" y="-28.0"/>
+ <point x="1352.0" y="188.0"/>
+ <point x="1352.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="896.0"/>
+ <point x="1088.0" y="1080.0"/>
+ <point x="640.0" y="1080.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="584.0" y="2588.0" type="line"/>
+ <point x="392.0" y="2588.0" type="line"/>
+ <point x="392.0" y="2572.0" type="line"/>
+ <point x="756.0" y="2196.0" type="line"/>
+ <point x="892.0" y="2196.0" type="line"/>
+ <point x="1260.0" y="2572.0" type="line"/>
+ <point x="1260.0" y="2588.0" type="line"/>
+ <point x="1068.0" y="2588.0" type="line"/>
+ <point x="824.0" y="2348.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Kabashkircyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Kabashkircyrillic_.glif
deleted file mode 100644
index 5768fa3a3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Kabashkircyrillic_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kabashkircyrillic" format="1">
- <advance width="2256"/>
- <unicode hex="04A0"/>
- <outline>
- <contour>
- <point x="752" y="2048" type="line"/>
- <point x="24" y="2048" type="line"/>
- <point x="24" y="1828" type="line"/>
- <point x="752" y="1828" type="line"/>
- </contour>
- <component base="K" xOffset="420"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2311, 'leftMargin': 91, 'rightMargin': -1}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Kacyr_.glif b/src/Inter-UI-Regular.ufo/glyphs/Kacyr_.glif
deleted file mode 100644
index 331ca0870..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Kacyr_.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kacyr" format="1">
- <advance width="1820"/>
- <unicode hex="041A"/>
- <outline>
- <contour>
- <point x="1452" y="0" type="line"/>
- <point x="1748" y="0" type="line"/>
- <point x="892" y="1148" type="line"/>
- <point x="1720" y="2048" type="line"/>
- <point x="1424" y="2048" type="line"/>
- <point x="604" y="1160" type="line"/>
- <point x="496" y="1160" type="line"/>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- <point x="496" y="940" type="line"/>
- <point x="748" y="940" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>K</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Kacyr</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1820</integer>
- </dict>
- </dict>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Kadescendercyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Kadescendercyrillic_.glif
deleted file mode 100644
index 304a2a8d6..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Kadescendercyrillic_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kadescendercyrillic" format="1">
- <advance width="1928"/>
- <unicode hex="049A"/>
- <outline>
- <component base="K"/>
- <component base="cyrillictic" xOffset="1468"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1991.0, 'leftMargin': 240, 'rightMargin': 129.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Kahookcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Kahookcyrillic_.glif
deleted file mode 100644
index 35ebe5c9c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Kahookcyrillic_.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kahookcyrillic" format="1">
- <advance width="1776"/>
- <unicode hex="04C3"/>
- <outline>
- <contour>
- <point x="432" y="2004" type="line"/>
- <point x="144" y="2004" type="line"/>
- <point x="144" y="0" type="line"/>
- <point x="432" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1632" y="2004" type="line"/>
- <point x="1296" y="2004" type="line"/>
- <point x="604" y="1152" type="line"/>
- <point x="272" y="1152" type="line"/>
- <point x="316" y="904" type="line"/>
- <point x="724" y="904" type="line"/>
- </contour>
- <contour>
- <point x="496" y="904" type="line"/>
- <point x="792" y="904" type="line" smooth="yes"/>
- <point x="1156" y="904"/>
- <point x="1332" y="704"/>
- <point x="1332" y="348" type="curve" smooth="yes"/>
- <point x="1336" y="28"/>
- <point x="1244" y="-188"/>
- <point x="952" y="-188" type="curve"/>
- <point x="956" y="-408" type="line"/>
- <point x="1392" y="-408"/>
- <point x="1620" y="-132"/>
- <point x="1620" y="348" type="curve" smooth="yes"/>
- <point x="1620" y="848"/>
- <point x="1316" y="1144"/>
- <point x="792" y="1144" type="curve" smooth="yes"/>
- <point x="496" y="1144" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1783, 'leftMargin': 220, 'rightMargin': 77}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Kaverticalstrokecyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Kaverticalstrokecyrillic_.glif
deleted file mode 100644
index 8fcd10cb9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Kaverticalstrokecyrillic_.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Kaverticalstrokecyrillic" format="1">
- <advance width="1776"/>
- <unicode hex="049C"/>
- <outline>
- <contour>
- <point x="112" y="2004" type="line"/>
- <point x="112" y="0" type="line"/>
- <point x="360" y="0" type="line"/>
- <point x="360" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="528" y="1472" type="line"/>
- <point x="528" y="568" type="line"/>
- <point x="748" y="568" type="line"/>
- <point x="748" y="1472" type="line"/>
- </contour>
- <contour>
- <point x="1320" y="2004" type="line"/>
- <point x="844" y="1128" type="line"/>
- <point x="236" y="1128" type="line"/>
- <point x="284" y="892" type="line"/>
- <point x="996" y="892" type="line"/>
- <point x="1608" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="836" y="932" type="line"/>
- <point x="1368" y="0" type="line"/>
- <point x="1644" y="0" type="line"/>
- <point x="984" y="1172" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1783, 'leftMargin': 220, 'rightMargin': 11}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Khook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Khook_.glif
deleted file mode 100644
index 308dedbd3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Khook_.glif
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Khook" format="1">
- <advance width="1892"/>
- <unicode hex="0198"/>
- <outline>
- <contour>
- <point x="1444" y="1704" type="line"/>
- <point x="1488" y="1752" type="line" smooth="yes"/>
- <point x="1592" y="1868"/>
- <point x="1680" y="1868"/>
- <point x="1768" y="1812" type="curve"/>
- <point x="1868" y="1996" type="line"/>
- <point x="1704" y="2112"/>
- <point x="1492" y="2104"/>
- <point x="1332" y="1928" type="curve" smooth="yes"/>
- <point x="1252" y="1840" type="line"/>
- </contour>
- <contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1464" y="0" type="line"/>
- <point x="1764" y="0" type="line"/>
- <point x="872" y="1168" type="line"/>
- <point x="736" y="976" type="line"/>
- </contour>
- <contour>
- <point x="1252" y="1840" type="line"/>
- <point x="520" y="1032" type="line"/>
- <point x="448" y="1032" type="line"/>
- <point x="448" y="612" type="line"/>
- <point x="760" y="960" type="line"/>
- <point x="772" y="980" type="line"/>
- <point x="1444" y="1704" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>-132.30118657853694</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1244</integer>
- <key>y</key>
- <integer>1840</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-132.3599895809287</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1436</integer>
- <key>y</key>
- <integer>1704</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>K</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Khook</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1892</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1764, 'leftMargin': 228, 'rightMargin': -13}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Koppa_.glif b/src/Inter-UI-Regular.ufo/glyphs/Koppa_.glif
deleted file mode 100644
index 943119696..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Koppa_.glif
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Koppa" format="1">
- <advance width="1776"/>
- <unicode hex="03DE"/>
- <outline>
- <contour>
- <point x="1484" y="1388" type="line"/>
- <point x="304" y="400" type="line"/>
- <point x="264" y="416" type="line"/>
- <point x="348" y="792" type="line"/>
- <point x="1504" y="1772" type="line"/>
- <point x="1552" y="1752" type="line"/>
- </contour>
- <contour>
- <point x="264" y="416" type="line"/>
- <point x="364" y="1472" type="line" smooth="yes"/>
- <point x="372" y="1540"/>
- <point x="372" y="1564"/>
- <point x="372" y="1584" type="curve" smooth="yes"/>
- <point x="372" y="1736"/>
- <point x="300" y="1828"/>
- <point x="120" y="1828" type="curve" smooth="yes"/>
- <point x="104" y="1828"/>
- <point x="88" y="1828"/>
- <point x="72" y="1828" type="curve"/>
- <point x="96" y="2044" type="line"/>
- <point x="132" y="2048"/>
- <point x="168" y="2052"/>
- <point x="200" y="2052" type="curve" smooth="yes"/>
- <point x="504" y="2052"/>
- <point x="648" y="1844"/>
- <point x="648" y="1572" type="curve" smooth="yes"/>
- <point x="648" y="1540"/>
- <point x="648" y="1512"/>
- <point x="636" y="1436" type="curve" smooth="yes"/>
- <point x="560" y="736" type="line"/>
- </contour>
- <contour>
- <point x="1552" y="1752" type="line"/>
- <point x="1420" y="620" type="line" smooth="yes"/>
- <point x="1412" y="536"/>
- <point x="1404" y="452"/>
- <point x="1404" y="416" type="curve" smooth="yes"/>
- <point x="1404" y="280"/>
- <point x="1480" y="192"/>
- <point x="1640" y="192" type="curve" smooth="yes"/>
- <point x="1664" y="192"/>
- <point x="1688" y="192"/>
- <point x="1704" y="196" type="curve"/>
- <point x="1680" y="-20" type="line"/>
- <point x="1644" y="-28"/>
- <point x="1612" y="-28"/>
- <point x="1580" y="-28" type="curve" smooth="yes"/>
- <point x="1280" y="-28"/>
- <point x="1132" y="176"/>
- <point x="1132" y="392" type="curve" smooth="yes"/>
- <point x="1132" y="476"/>
- <point x="1140" y="580"/>
- <point x="1152" y="672" type="curve" smooth="yes"/>
- <point x="1232" y="1332" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1715, 'leftMargin': 41, 'rightMargin': 42}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Koppacyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Koppacyrillic_.glif
deleted file mode 100644
index 529aea054..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Koppacyrillic_.glif
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Koppacyrillic" format="1">
- <advance width="1776"/>
- <unicode hex="0480"/>
- <outline>
- <contour>
- <point x="900" y="200" type="line"/>
- <point x="596" y="200"/>
- <point x="416" y="476"/>
- <point x="416" y="820" type="curve" smooth="yes"/>
- <point x="416" y="1184" type="line" smooth="yes"/>
- <point x="416" y="1524"/>
- <point x="596" y="1800"/>
- <point x="900" y="1800" type="curve" smooth="yes"/>
- <point x="1200" y="1800"/>
- <point x="1360" y="1632"/>
- <point x="1360" y="1360" type="curve"/>
- <point x="1644" y="1360" type="line"/>
- <point x="1644" y="1772"/>
- <point x="1356" y="2032"/>
- <point x="900" y="2032" type="curve" smooth="yes"/>
- <point x="444" y="2032"/>
- <point x="132" y="1668"/>
- <point x="132" y="1184" type="curve"/>
- <point x="132" y="820" type="line"/>
- <point x="132" y="332"/>
- <point x="444" y="-28"/>
- <point x="900" y="-28" type="curve"/>
- </contour>
- <contour>
- <point x="1068" y="200" type="line"/>
- <point x="784" y="200" type="line"/>
- <point x="784" y="-528" type="line"/>
- <point x="1068" y="-528" type="line"/>
- </contour>
- <contour>
- <point x="892" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="892" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1524" y="168" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1812" y="2244" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1840, 'leftMargin': 158, 'rightMargin': 168}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ksicyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ksicyrillic_.glif
deleted file mode 100644
index 6d1b6f56b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ksicyrillic_.glif
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ksicyrillic" format="1">
- <advance width="1520"/>
- <unicode hex="046E"/>
- <outline>
- <contour>
- <point x="248" y="2004" type="line"/>
- <point x="248" y="1784" type="line"/>
- <point x="664" y="1784" type="line" smooth="yes"/>
- <point x="924" y="1784"/>
- <point x="1044" y="1640"/>
- <point x="1044" y="1464" type="curve" smooth="yes"/>
- <point x="1044" y="1272"/>
- <point x="928" y="1140"/>
- <point x="636" y="1140" type="curve" smooth="yes"/>
- <point x="440" y="1140" type="line"/>
- <point x="440" y="972" type="line"/>
- <point x="640" y="972" type="line" smooth="yes"/>
- <point x="1048" y="972"/>
- <point x="1320" y="1184"/>
- <point x="1320" y="1460" type="curve" smooth="yes"/>
- <point x="1320" y="1796"/>
- <point x="1044" y="2004"/>
- <point x="664" y="2004" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="440" y="1080" type="line"/>
- <point x="440" y="920" type="line"/>
- <point x="636" y="920" type="line" smooth="yes"/>
- <point x="920" y="920"/>
- <point x="1076" y="800"/>
- <point x="1076" y="556" type="curve" smooth="yes"/>
- <point x="1076" y="348"/>
- <point x="936" y="192"/>
- <point x="696" y="192" type="curve" smooth="yes"/>
- <point x="640" y="192" type="line" smooth="yes"/>
- <point x="356" y="192"/>
- <point x="172" y="84"/>
- <point x="172" y="-168" type="curve"/>
- <point x="172" y="-392"/>
- <point x="364" y="-540"/>
- <point x="540" y="-616" type="curve"/>
- <point x="652" y="-436" type="line"/>
- <point x="572" y="-400"/>
- <point x="432" y="-328"/>
- <point x="432" y="-180" type="curve" smooth="yes"/>
- <point x="432" y="-92"/>
- <point x="488" y="-28"/>
- <point x="628" y="-28" type="curve" smooth="yes"/>
- <point x="696" y="-28" type="line" smooth="yes"/>
- <point x="1076" y="-28"/>
- <point x="1352" y="188"/>
- <point x="1352" y="560" type="curve" smooth="yes"/>
- <point x="1352" y="896"/>
- <point x="1088" y="1080"/>
- <point x="640" y="1080" type="curve" smooth="yes"/>
- </contour>
- <component base="caron" xOffset="176" yOffset="540"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1459, 'leftMargin': 99, 'rightMargin': 180}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_.glif b/src/Inter-UI-Regular.ufo/glyphs/L_.glif
index 6398bf9cb..5f1ffeafb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/L_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_.glif
@@ -1,55 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="L" format="1">
- <advance width="1584"/>
+<glyph name="L" format="2">
+ <advance width="1584.0"/>
<unicode hex="004C"/>
+ <anchor x="860.0" y="16.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="844.0" y="2000.0" name="caron"/>
+ <anchor x="832.0" y="1092.0" name="dot"/>
+ <anchor x="376.0" y="2304.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1448" y="220" type="line"/>
- <point x="440" y="220" type="line"/>
- <point x="440" y="0" type="line"/>
- <point x="1448" y="0" type="line"/>
+ <point x="1448.0" y="220.0" type="line"/>
+ <point x="440.0" y="220.0" type="line"/>
+ <point x="440.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- </contour>
- <contour>
- <point x="376" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="860" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="844" y="2000" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="832" y="1092" type="move" name="dot"/>
- </contour>
- <contour>
- <point x="1532" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1532" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1532" y="2200" type="move" name="top0315"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_J_.glif b/src/Inter-UI-Regular.ufo/glyphs/L_J_.glif
new file mode 100644
index 000000000..cc06ca9fa
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_J_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="LJ" format="2">
+ <advance width="3264.0"/>
+ <unicode hex="01C7"/>
+ <outline>
+ <component base="L" xOffset="256.0"/>
+ <component base="J" xOffset="1840.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L__bar.glif b/src/Inter-UI-Regular.ufo/glyphs/L__bar.glif
index 6cbf228ee..94eb4dc08 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/L__bar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/L__bar.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="L_bar" format="1">
- <advance width="1584"/>
+<glyph name="L_bar" format="2">
+ <advance width="1584.0"/>
<unicode hex="023D"/>
+ <anchor x="964.0" y="16.0" name="bottom"/>
+ <anchor x="564.0" y="2200.0" name="top"/>
+ <anchor x="1728.0" y="2200.0" name="top0315"/>
<outline>
- <component base="crossbar" xOffset="-188" yOffset="96"/>
+ <component base="crossbar" xOffset="-188.0" yOffset="96.0"/>
<component base="L"/>
- <contour>
- <point x="564" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1728" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="964" y="16" type="move" name="bottom"/>
- </contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1614, 'leftMargin': 41, 'rightMargin': 103}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L__slash.glif b/src/Inter-UI-Regular.ufo/glyphs/L__slash.glif
index 5d0330430..834f40e34 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/L__slash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/L__slash.glif
@@ -1,33 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="L_slash" format="1">
- <advance width="1584"/>
+<glyph name="L_slash" format="2">
+ <advance width="1584.0"/>
<unicode hex="0141"/>
+ <anchor x="860.0" y="16.0" name="bottom"/>
+ <anchor x="372.0" y="2304.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="872" y="1280" type="line"/>
- <point x="60" y="1024" type="line"/>
- <point x="60" y="844" type="line"/>
- <point x="872" y="1100" type="line"/>
+ <point x="872.0" y="1280.0" type="line"/>
+ <point x="60.0" y="1024.0" type="line"/>
+ <point x="60.0" y="844.0" type="line"/>
+ <point x="872.0" y="1100.0" type="line"/>
</contour>
- <component base="L"/>
<contour>
- <point x="372" y="2304" type="move" name="top"/>
+ <point x="1448.0" y="220.0" type="line"/>
+ <point x="440.0" y="220.0" type="line"/>
+ <point x="440.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="860" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1532" y="2200" type="move" name="top0315"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1524, 'leftMargin': 52, 'rightMargin': 104}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/L_acute.glif
new file mode 100644
index 000000000..b50ac06c6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lacute" format="2">
+ <advance width="1584.0"/>
+ <unicode hex="0139"/>
+ <anchor x="860.0" y="16.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2304.0" name="parent_top"/>
+ <anchor x="376.0" y="2796.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="acute" xOffset="64.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_ambda.glif b/src/Inter-UI-Regular.ufo/glyphs/L_ambda.glif
new file mode 100644
index 000000000..877db78cc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_ambda.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lambda" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="039B"/>
+ <outline>
+ <contour>
+ <point x="332.0" y="0.0" type="line"/>
+ <point x="940.0" y="1724.0" type="line"/>
+ <point x="964.0" y="1724.0" type="line"/>
+ <point x="1572.0" y="0.0" type="line"/>
+ <point x="1832.0" y="0.0" type="line"/>
+ <point x="1080.0" y="2048.0" type="line"/>
+ <point x="824.0" y="2048.0" type="line"/>
+ <point x="72.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/L_caron.glif
new file mode 100644
index 000000000..a8fb8fd57
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_caron.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lcaron" format="2">
+ <advance width="1584.0"/>
+ <unicode hex="013D"/>
+ <anchor x="860.0" y="16.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2304.0" name="parent_top"/>
+ <anchor x="376.0" y="2304.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="commaaccent" xOffset="592.0" yOffset="1660.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_circumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/L_circumflexbelow.glif
new file mode 100644
index 000000000..8ed0f8d75
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lcircumflexbelow" format="2">
+ <advance width="1584.0"/>
+ <unicode hex="1E3C"/>
+ <anchor x="859.0" y="-542.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2304.0" name="parent_top"/>
+ <anchor x="376.0" y="2304.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="circumflexsubnosp" xOffset="1672.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_commaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/L_commaaccent.glif
new file mode 100644
index 000000000..3b3b09444
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lcommaaccent" format="2">
+ <advance width="1584.0"/>
+ <unicode hex="013B"/>
+ <anchor x="896.0" y="-712.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2304.0" name="parent_top"/>
+ <anchor x="376.0" y="2304.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="commaaccent" xOffset="472.0" yOffset="-496.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_dot.glif b/src/Inter-UI-Regular.ufo/glyphs/L_dot.glif
new file mode 100644
index 000000000..8d8b1960e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_dot.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ldot" format="2">
+ <advance width="1584.0"/>
+ <unicode hex="013F"/>
+ <anchor x="860.0" y="16.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2304.0" name="parent_top"/>
+ <anchor x="376.0" y="2304.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="dotaccent" xOffset="636.0" yOffset="-780.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/L_dotbelow.glif
new file mode 100644
index 000000000..9533e1043
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ldotbelow" format="2">
+ <advance width="1584.0"/>
+ <unicode hex="1E36"/>
+ <anchor x="860.0" y="-479.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2304.0" name="parent_top"/>
+ <anchor x="376.0" y="2304.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="dotbelow" xOffset="1688.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_dotbelowmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/L_dotbelowmacron.glif
new file mode 100644
index 000000000..09ce6e58e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_dotbelowmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ldotbelowmacron" format="2">
+ <advance width="1584.0"/>
+ <unicode hex="1E38"/>
+ <anchor x="860.0" y="-479.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2304.0" name="parent_top"/>
+ <anchor x="376.0" y="2712.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="dotbelow" xOffset="1688.0" yOffset="16.0"/>
+ <component base="macron" xOffset="-248.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_j.glif b/src/Inter-UI-Regular.ufo/glyphs/L_j.glif
new file mode 100644
index 000000000..06dd68d59
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_j.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lj" format="2">
+ <advance width="2508.0"/>
+ <unicode hex="01C8"/>
+ <outline>
+ <component base="L" xOffset="256.0"/>
+ <component base="j" xOffset="1840.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_linebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/L_linebelow.glif
new file mode 100644
index 000000000..713b024b6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Llinebelow" format="2">
+ <advance width="1584.0"/>
+ <unicode hex="1E3A"/>
+ <anchor x="860.0" y="-388.0" name="bottom"/>
+ <anchor x="1532.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="376.0" y="2304.0" name="parent_top"/>
+ <anchor x="376.0" y="2304.0" name="top"/>
+ <anchor x="1532.0" y="2200.0" name="top0315"/>
+ <anchor x="1532.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="L"/>
+ <component base="macronsubnosp" xOffset="1672.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/L_smallcap.glif b/src/Inter-UI-Regular.ufo/glyphs/L_smallcap.glif
new file mode 100644
index 000000000..0bcb5a33b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/L_smallcap.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Lsmallcap" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="029F"/>
+ <anchor x="696.0" y="0.0" name="bottom"/>
+ <anchor x="280.0" y="1776.0" name="top"/>
+ <anchor x="1188.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1132.0" y="216.0" type="line"/>
+ <point x="348.0" y="216.0" type="line"/>
+ <point x="348.0" y="0.0" type="line"/>
+ <point x="1132.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="412.0" y="1488.0" type="line"/>
+ <point x="136.0" y="1488.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="412.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Lambda_.glif b/src/Inter-UI-Regular.ufo/glyphs/Lambda_.glif
deleted file mode 100644
index f49e391ea..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Lambda_.glif
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Lambda" format="1">
- <advance width="1904"/>
- <unicode hex="039B"/>
- <outline>
- <contour>
- <point x="332" y="0" type="line"/>
- <point x="940" y="1724" type="line"/>
- <point x="964" y="1724" type="line"/>
- <point x="1572" y="0" type="line"/>
- <point x="1832" y="0" type="line"/>
- <point x="1080" y="2048" type="line"/>
- <point x="824" y="2048" type="line"/>
- <point x="72" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>V</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>-1</integer>
- <integer>20</integer>
- <integer>2048</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Lambda</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1904</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1851, 'leftMargin': 63, 'rightMargin': 77}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Lsmallcap_.glif b/src/Inter-UI-Regular.ufo/glyphs/Lsmallcap_.glif
deleted file mode 100644
index 9245ba75f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Lsmallcap_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Lsmallcap" format="1">
- <advance width="1264"/>
- <unicode hex="029F"/>
- <outline>
- <contour>
- <point x="1132" y="216" type="line"/>
- <point x="348" y="216" type="line"/>
- <point x="348" y="0" type="line"/>
- <point x="1132" y="0" type="line"/>
- </contour>
- <contour>
- <point x="412" y="1488" type="line"/>
- <point x="136" y="1488" type="line"/>
- <point x="136" y="0" type="line"/>
- <point x="412" y="0" type="line"/>
- </contour>
- <contour>
- <point x="280" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="696" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1188" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1239, 'leftMargin': 188, 'rightMargin': 56}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/M_.glif b/src/Inter-UI-Regular.ufo/glyphs/M_.glif
index 5380887c7..ea0bd598e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/M_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/M_.glif
@@ -1,103 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="M" format="1">
- <advance width="2464"/>
+<glyph name="M" format="2">
+ <advance width="2464.0"/>
<unicode hex="004D"/>
+ <guideline x="1224.0" y="152.0" angle="90.0"/>
+ <guideline x="516.0" y="2056.0" angle="90.0"/>
+ <guideline x="1932.0" y="2060.0" angle="90.0"/>
+ <anchor x="1232.0" y="0.0" name="bottom"/>
+ <anchor x="2456.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="2208.0" y="0.0" name="right"/>
+ <anchor x="1232.0" y="2304.0" name="top"/>
+ <anchor x="2456.0" y="2200.0" name="top0315"/>
+ <anchor x="2456.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="480" y="0" type="line"/>
- <point x="480" y="1536" type="line"/>
- <point x="500" y="1536" type="line"/>
- <point x="1120" y="16" type="line"/>
- <point x="1344" y="16" type="line"/>
- <point x="1964" y="1536" type="line"/>
- <point x="1984" y="1536" type="line"/>
- <point x="1984" y="0" type="line"/>
- <point x="2216" y="0" type="line"/>
- <point x="2216" y="2048" type="line"/>
- <point x="1940" y="2048" type="line"/>
- <point x="1248" y="376" type="line"/>
- <point x="1224" y="376" type="line"/>
- <point x="524" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="1232" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2208" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1232" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2456" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2456" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2456" y="2200" type="move" name="top0315"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="480.0" y="0.0" type="line"/>
+ <point x="480.0" y="1536.0" type="line"/>
+ <point x="500.0" y="1536.0" type="line"/>
+ <point x="1120.0" y="16.0" type="line"/>
+ <point x="1344.0" y="16.0" type="line"/>
+ <point x="1964.0" y="1536.0" type="line"/>
+ <point x="1984.0" y="1536.0" type="line"/>
+ <point x="1984.0" y="0.0" type="line"/>
+ <point x="2216.0" y="0.0" type="line"/>
+ <point x="2216.0" y="2048.0" type="line"/>
+ <point x="1940.0" y="2048.0" type="line"/>
+ <point x="1248.0" y="376.0" type="line"/>
+ <point x="1224.0" y="376.0" type="line"/>
+ <point x="524.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1224</integer>
- <key>y</key>
- <integer>152</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>516</integer>
- <key>y</key>
- <integer>2056</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1932</integer>
- <key>y</key>
- <integer>2060</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/M_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/M_acute.glif
new file mode 100644
index 000000000..0fb02d686
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/M_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Macute" format="2">
+ <advance width="2464.0"/>
+ <unicode hex="1E3E"/>
+ <anchor x="1232.0" y="0.0" name="bottom"/>
+ <anchor x="2456.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1232.0" y="2304.0" name="parent_top"/>
+ <anchor x="1232.0" y="2796.0" name="top"/>
+ <anchor x="2456.0" y="2200.0" name="top0315"/>
+ <anchor x="2456.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ <component base="acute" xOffset="920.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/M_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/M_dotaccent.glif
new file mode 100644
index 000000000..c2c9dd271
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/M_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Mdotaccent" format="2">
+ <advance width="2464.0"/>
+ <unicode hex="1E40"/>
+ <anchor x="1232.0" y="0.0" name="bottom"/>
+ <anchor x="2456.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1232.0" y="2304.0" name="parent_top"/>
+ <anchor x="1232.0" y="2700.0" name="top"/>
+ <anchor x="2456.0" y="2200.0" name="top0315"/>
+ <anchor x="2456.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ <component base="dotaccent" xOffset="904.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/M_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/M_dotbelow.glif
new file mode 100644
index 000000000..c320081a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/M_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Mdotbelow" format="2">
+ <advance width="2464.0"/>
+ <unicode hex="1E42"/>
+ <anchor x="1232.0" y="-495.0" name="bottom"/>
+ <anchor x="2456.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1232.0" y="2304.0" name="parent_top"/>
+ <anchor x="1232.0" y="2304.0" name="top"/>
+ <anchor x="2456.0" y="2200.0" name="top0315"/>
+ <anchor x="2456.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ <component base="dotbelow" xOffset="2056.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/M_u.glif b/src/Inter-UI-Regular.ufo/glyphs/M_u.glif
new file mode 100644
index 000000000..053970460
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/M_u.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Mu" format="2">
+ <advance width="2464.0"/>
+ <unicode hex="039C"/>
+ <anchor x="1232.0" y="0.0" name="bottom"/>
+ <anchor x="2456.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1232.0" y="2304.0" name="parent_top"/>
+ <anchor x="1232.0" y="2304.0" name="top"/>
+ <anchor x="2456.0" y="2200.0" name="top0315"/>
+ <anchor x="2456.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_.glif b/src/Inter-UI-Regular.ufo/glyphs/N_.glif
index 25814419b..31db781a1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/N_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_.glif
@@ -1,54 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="N" format="1">
- <advance width="2080"/>
+<glyph name="N" format="2">
+ <advance width="2080.0"/>
<unicode hex="004E"/>
+ <anchor x="996.0" y="16.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1784.0" y="0.0" name="right"/>
+ <anchor x="1032.0" y="2304.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1832" y="2048" type="line"/>
- <point x="1588" y="2048" type="line"/>
- <point x="1588" y="436" type="line"/>
- <point x="1568" y="436" type="line"/>
- <point x="488" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- <point x="496" y="1604" type="line"/>
- <point x="516" y="1604" type="line"/>
- <point x="1592" y="0" type="line"/>
- <point x="1832" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1032" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="996" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1784" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="2020" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2020" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2020" y="2200" type="move" name="top0315"/>
+ <point x="1832.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="436.0" type="line"/>
+ <point x="1568.0" y="436.0" type="line"/>
+ <point x="488.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1604.0" type="line"/>
+ <point x="516.0" y="1604.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
+ <point x="1832.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_J_.glif b/src/Inter-UI-Regular.ufo/glyphs/N_J_.glif
new file mode 100644
index 000000000..d1843a7f8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_J_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="NJ" format="2">
+ <advance width="3760.0"/>
+ <unicode hex="01CA"/>
+ <outline>
+ <component base="N" xOffset="256.0"/>
+ <component base="J" xOffset="2336.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/N_acute.glif
new file mode 100644
index 000000000..0bd47fba4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nacute" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="0143"/>
+ <anchor x="996.0" y="16.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2796.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="acute" xOffset="720.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/N_caron.glif
new file mode 100644
index 000000000..c23a42157
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ncaron" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="0147"/>
+ <anchor x="996.0" y="16.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1016.0" y="2760.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="caron" xOffset="384.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_circumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/N_circumflexbelow.glif
new file mode 100644
index 000000000..025070943
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ncircumflexbelow" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1E4A"/>
+ <anchor x="995.0" y="-542.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2304.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="circumflexsubnosp" xOffset="1808.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_commaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/N_commaaccent.glif
new file mode 100644
index 000000000..03bb3b71e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_commaaccent.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ncommaaccent" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="0145"/>
+ <anchor x="1032.0" y="-712.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2304.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="commaaccent" xOffset="604.0" yOffset="-496.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/N_dotaccent.glif
new file mode 100644
index 000000000..b2c1ae9a1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ndotaccent" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1E44"/>
+ <anchor x="996.0" y="16.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2700.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="dotaccent" xOffset="704.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/N_dotbelow.glif
new file mode 100644
index 000000000..b2a91338d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ndotbelow" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1E46"/>
+ <anchor x="996.0" y="-479.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2304.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="dotbelow" xOffset="1824.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/N_hook.glif
new file mode 100644
index 000000000..154ce09a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_hook.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nhook" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="019D"/>
+ <outline>
+ <contour>
+ <point x="248.0" y="36.0" type="line"/>
+ <point x="248.0" y="-160.0" type="line" smooth="yes"/>
+ <point x="248.0" y="-320.0"/>
+ <point x="156.0" y="-368.0"/>
+ <point x="28.0" y="-368.0" type="curve" smooth="yes"/>
+ <point x="0.0" y="-368.0"/>
+ <point x="-28.0" y="-364.0"/>
+ <point x="-48.0" y="-360.0" type="curve"/>
+ <point x="-48.0" y="-564.0" type="line"/>
+ <point x="-12.0" y="-576.0"/>
+ <point x="40.0" y="-576.0"/>
+ <point x="88.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="-576.0"/>
+ <point x="496.0" y="-428.0"/>
+ <point x="496.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="36.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1832.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="436.0" type="line"/>
+ <point x="1568.0" y="436.0" type="line"/>
+ <point x="488.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1604.0" type="line"/>
+ <point x="516.0" y="1604.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
+ <point x="1832.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_j.glif b/src/Inter-UI-Regular.ufo/glyphs/N_j.glif
new file mode 100644
index 000000000..11f38b5f1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_j.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nj" format="2">
+ <advance width="3004.0"/>
+ <unicode hex="01CB"/>
+ <outline>
+ <component base="N" xOffset="256.0"/>
+ <component base="j" xOffset="2336.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_linebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/N_linebelow.glif
new file mode 100644
index 000000000..ca3feb304
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nlinebelow" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1E48"/>
+ <anchor x="996.0" y="-388.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2304.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="macronsubnosp" xOffset="1808.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_smallcap.glif b/src/Inter-UI-Regular.ufo/glyphs/N_smallcap.glif
new file mode 100644
index 000000000..9825889cc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_smallcap.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nsmallcap" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="0274"/>
+ <anchor x="756.0" y="0.0" name="bottom"/>
+ <anchor x="756.0" y="1776.0" name="top"/>
+ <anchor x="1552.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="432.0" y="1488.0" type="line"/>
+ <point x="1276.0" y="132.0" type="line"/>
+ <point x="1092.0" y="0.0" type="line"/>
+ <point x="252.0" y="1356.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="432.0" y="0.0" type="line"/>
+ <point x="156.0" y="0.0" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="432.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1364.0" y="0.0" type="line"/>
+ <point x="1092.0" y="0.0" type="line"/>
+ <point x="1092.0" y="1488.0" type="line"/>
+ <point x="1364.0" y="1488.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/N_tilde.glif
new file mode 100644
index 000000000..32a63793f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ntilde" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="00D1"/>
+ <anchor x="996.0" y="16.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2720.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="tilde" xOffset="400.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/N_u.glif b/src/Inter-UI-Regular.ufo/glyphs/N_u.glif
new file mode 100644
index 000000000..fa628efc2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/N_u.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Nu" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="039D"/>
+ <anchor x="996.0" y="16.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2304.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Nhook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Nhook_.glif
deleted file mode 100644
index 8d78b5bfd..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Nhook_.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Nhook" format="1">
- <advance width="2080"/>
- <unicode hex="019D"/>
- <outline>
- <contour>
- <point x="248" y="36" type="line"/>
- <point x="248" y="-160" type="line" smooth="yes"/>
- <point x="248" y="-320"/>
- <point x="156" y="-368"/>
- <point x="28" y="-368" type="curve" smooth="yes"/>
- <point x="0" y="-368"/>
- <point x="-28" y="-364"/>
- <point x="-48" y="-360" type="curve"/>
- <point x="-48" y="-564" type="line"/>
- <point x="-12" y="-576"/>
- <point x="40" y="-576"/>
- <point x="88" y="-576" type="curve" smooth="yes"/>
- <point x="312" y="-576"/>
- <point x="496" y="-428"/>
- <point x="496" y="-164" type="curve" smooth="yes"/>
- <point x="496" y="36" type="line"/>
- </contour>
- <component base="N"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2104, 'leftMargin': 0, 'rightMargin': 218}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Nsmallcap_.glif b/src/Inter-UI-Regular.ufo/glyphs/Nsmallcap_.glif
deleted file mode 100644
index 39576dfd7..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Nsmallcap_.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Nsmallcap" format="1">
- <advance width="1520"/>
- <unicode hex="0274"/>
- <outline>
- <contour>
- <point x="432" y="1488" type="line"/>
- <point x="1276" y="132" type="line"/>
- <point x="1092" y="0" type="line"/>
- <point x="252" y="1356" type="line"/>
- </contour>
- <contour>
- <point x="432" y="0" type="line"/>
- <point x="156" y="0" type="line"/>
- <point x="156" y="1488" type="line"/>
- <point x="432" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1364" y="0" type="line"/>
- <point x="1092" y="0" type="line"/>
- <point x="1092" y="1488" type="line"/>
- <point x="1364" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="756" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="756" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1552" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 188, 'rightMargin': 188}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/OE__.glif b/src/Inter-UI-Regular.ufo/glyphs/OE__.glif
deleted file mode 100644
index 424d275bc..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/OE__.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="OE" format="1">
- <advance width="2652"/>
- <unicode hex="0152"/>
- <outline>
- <contour>
- <point x="952" y="2048" type="line"/>
- <point x="492" y="2048"/>
- <point x="184" y="1720"/>
- <point x="184" y="1236" type="curve"/>
- <point x="184" y="816" type="line"/>
- <point x="184" y="332"/>
- <point x="496" y="0"/>
- <point x="952" y="0" type="curve" smooth="yes"/>
- <point x="1348" y="0" type="line"/>
- <point x="1348" y="220" type="line"/>
- <point x="952" y="220" type="line" smooth="yes"/>
- <point x="652" y="220"/>
- <point x="456" y="420"/>
- <point x="456" y="816" type="curve"/>
- <point x="456" y="1236" type="line"/>
- <point x="456" y="1632"/>
- <point x="648" y="1828"/>
- <point x="952" y="1828" type="curve"/>
- <point x="1348" y="1828" type="line"/>
- <point x="1348" y="2048" type="line"/>
- </contour>
- <component base="E" xOffset="1004"/>
- <contour>
- <point x="1348" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1348" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2736" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2736" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2736" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2698, 'leftMargin': 143, 'rightMargin': 191}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/OEsmallcap__.glif b/src/Inter-UI-Regular.ufo/glyphs/OEsmallcap__.glif
deleted file mode 100644
index e7bb0ae3f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/OEsmallcap__.glif
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="OEsmallcap" format="1">
- <advance width="2544"/>
- <unicode hex="0276"/>
- <outline>
- <contour>
- <point x="2316" y="216" type="line" name="hr00"/>
- <point x="1444" y="216" type="line"/>
- <point x="1444" y="0" type="line"/>
- <point x="2316" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1508" y="1488" type="line"/>
- <point x="1232" y="1488" type="line"/>
- <point x="1232" y="0" type="line"/>
- <point x="1508" y="0" type="line"/>
- </contour>
- <contour>
- <point x="2196" y="864" type="line"/>
- <point x="1444" y="864" type="line"/>
- <point x="1444" y="644" type="line"/>
- <point x="2196" y="644" type="line"/>
- </contour>
- <contour>
- <point x="2316" y="1488" type="line"/>
- <point x="1444" y="1488" type="line"/>
- <point x="1444" y="1272" type="line"/>
- <point x="2316" y="1272" type="line"/>
- </contour>
- <contour>
- <point x="912" y="-28" type="curve" smooth="yes"/>
- <point x="1072" y="-28"/>
- <point x="1212" y="0"/>
- <point x="1420" y="0" type="curve"/>
- <point x="1420" y="216" type="line"/>
- <point x="1212" y="216"/>
- <point x="1092" y="192"/>
- <point x="912" y="192" type="curve" smooth="yes"/>
- <point x="640" y="192"/>
- <point x="508" y="440"/>
- <point x="508" y="728" type="curve"/>
- <point x="508" y="760" type="line"/>
- <point x="508" y="1044"/>
- <point x="640" y="1296"/>
- <point x="908" y="1296" type="curve" smooth="yes"/>
- <point x="1092" y="1296"/>
- <point x="1212" y="1272"/>
- <point x="1420" y="1272" type="curve"/>
- <point x="1420" y="1488" type="line"/>
- <point x="1212" y="1488"/>
- <point x="1072" y="1516"/>
- <point x="908" y="1516" type="curve" smooth="yes"/>
- <point x="492" y="1516"/>
- <point x="232" y="1188"/>
- <point x="232" y="760" type="curve"/>
- <point x="232" y="728" type="line"/>
- <point x="232" y="300"/>
- <point x="492" y="-28"/>
- </contour>
- <contour>
- <point x="1360" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1360" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2436" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2375, 'leftMargin': 172, 'rightMargin': 120}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/OI__.glif b/src/Inter-UI-Regular.ufo/glyphs/OI__.glif
deleted file mode 100644
index 7e5b73b8c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/OI__.glif
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="OI" format="1">
- <advance width="2288"/>
- <unicode hex="01A2"/>
- <outline>
- <contour>
- <point x="1680" y="1000" type="line" name="hr00"/>
- <point x="1408" y="1000" type="line"/>
- <point x="1408" y="344" type="line"/>
- <point x="1356" y="288"/>
- <point x="1264" y="200"/>
- <point x="988" y="200" type="curve" smooth="yes"/>
- <point x="612" y="200"/>
- <point x="420" y="492"/>
- <point x="420" y="932" type="curve" smooth="yes"/>
- <point x="420" y="1064" type="line"/>
- <point x="136" y="1060" type="line"/>
- <point x="136" y="932" type="line" smooth="yes"/>
- <point x="136" y="308"/>
- <point x="492" y="-28"/>
- <point x="976" y="-28" type="curve" smooth="yes"/>
- <point x="1432" y="-28"/>
- <point x="1608" y="160"/>
- <point x="1680" y="272" type="curve"/>
- </contour>
- <contour>
- <point x="1680" y="1732" type="line"/>
- <point x="1608" y="1844"/>
- <point x="1432" y="2032"/>
- <point x="976" y="2032" type="curve" smooth="yes"/>
- <point x="488" y="2032"/>
- <point x="136" y="1676"/>
- <point x="136" y="1072" type="curve" smooth="yes"/>
- <point x="136" y="956" type="line"/>
- <point x="420" y="956" type="line"/>
- <point x="420" y="1072" type="line" smooth="yes"/>
- <point x="420" y="1536"/>
- <point x="640" y="1800"/>
- <point x="976" y="1800" type="curve" smooth="yes"/>
- <point x="1264" y="1800"/>
- <point x="1356" y="1716"/>
- <point x="1408" y="1656" type="curve"/>
- <point x="1408" y="976" type="line"/>
- <point x="1680" y="976" type="line"/>
- </contour>
- <contour>
- <point x="2152" y="2004" type="line"/>
- <point x="1940" y="2004" type="line"/>
- <point x="1556" y="1848" type="line"/>
- <point x="1556" y="1616" type="line"/>
- <point x="1876" y="1732" type="line"/>
- <point x="1876" y="-572" type="line"/>
- <point x="2152" y="-572" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2409.0, 'leftMargin': 161, 'rightMargin': 232.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_.glif b/src/Inter-UI-Regular.ufo/glyphs/O_.glif
index 75551436e..26d148ac9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/O_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_.glif
@@ -1,85 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="O" format="1">
- <advance width="2144"/>
+<glyph name="O" format="2">
+ <advance width="2144.0"/>
<unicode hex="004F"/>
+ <guideline x="1064.0" y="1652.0" angle="90.0"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="272.0" y="2048.0" name="tonos"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1976" y="1024" type="curve"/>
- <point x="1976" y="1672"/>
- <point x="1596" y="2076"/>
- <point x="1072" y="2076" type="curve" smooth="yes"/>
- <point x="548" y="2076"/>
- <point x="168" y="1672"/>
- <point x="168" y="1024" type="curve"/>
- <point x="168" y="376"/>
- <point x="548" y="-28"/>
- <point x="1072" y="-28" type="curve" smooth="yes"/>
- <point x="1596" y="-28"/>
- <point x="1976" y="376"/>
- </contour>
- <contour>
- <point x="1736" y="1024" type="curve"/>
- <point x="1736" y="492"/>
- <point x="1444" y="204"/>
- <point x="1072" y="204" type="curve" smooth="yes"/>
- <point x="700" y="204"/>
- <point x="408" y="492"/>
- <point x="408" y="1024" type="curve"/>
- <point x="408" y="1556"/>
- <point x="700" y="1844"/>
- <point x="1072" y="1844" type="curve" smooth="yes"/>
- <point x="1444" y="1844"/>
- <point x="1736" y="1556"/>
- </contour>
- <contour>
- <point x="1072" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1072" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="272" y="2048" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1984" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2048" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1984" y="2200" type="move" name="top0315"/>
+ <point x="1976.0" y="1024.0" type="curve"/>
+ <point x="1976.0" y="1672.0"/>
+ <point x="1596.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-28.0"/>
+ <point x="1976.0" y="376.0"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="1024.0" type="curve"/>
+ <point x="1736.0" y="492.0"/>
+ <point x="1444.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1844.0"/>
+ <point x="1736.0" y="1556.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1064</integer>
- <key>y</key>
- <integer>1652</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/O_E_.glif
new file mode 100644
index 000000000..8cb091e67
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_E_.glif
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="OE" format="2">
+ <advance width="2652.0"/>
+ <unicode hex="0152"/>
+ <anchor x="1348.0" y="0.0" name="bottom"/>
+ <anchor x="2736.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1348.0" y="2304.0" name="top"/>
+ <anchor x="2736.0" y="2200.0" name="top0315"/>
+ <anchor x="2736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <contour>
+ <point x="952.0" y="2048.0" type="line"/>
+ <point x="492.0" y="2048.0"/>
+ <point x="184.0" y="1720.0"/>
+ <point x="184.0" y="1236.0" type="curve"/>
+ <point x="184.0" y="816.0" type="line"/>
+ <point x="184.0" y="332.0"/>
+ <point x="496.0" y="0.0"/>
+ <point x="952.0" y="0.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="0.0" type="line"/>
+ <point x="1348.0" y="220.0" type="line"/>
+ <point x="952.0" y="220.0" type="line" smooth="yes"/>
+ <point x="652.0" y="220.0"/>
+ <point x="456.0" y="420.0"/>
+ <point x="456.0" y="816.0" type="curve"/>
+ <point x="456.0" y="1236.0" type="line"/>
+ <point x="456.0" y="1632.0"/>
+ <point x="648.0" y="1828.0"/>
+ <point x="952.0" y="1828.0" type="curve"/>
+ <point x="1348.0" y="1828.0" type="line"/>
+ <point x="1348.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2504.0" y="220.0" type="line"/>
+ <point x="1436.0" y="220.0" type="line"/>
+ <point x="1436.0" y="0.0" type="line"/>
+ <point x="2504.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1500.0" y="2048.0" type="line"/>
+ <point x="1252.0" y="2048.0" type="line"/>
+ <point x="1252.0" y="0.0" type="line"/>
+ <point x="1500.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2384.0" y="1136.0" type="line"/>
+ <point x="1436.0" y="1136.0" type="line"/>
+ <point x="1436.0" y="916.0" type="line"/>
+ <point x="2384.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2488.0" y="2048.0" type="line"/>
+ <point x="1436.0" y="2048.0" type="line"/>
+ <point x="1436.0" y="1828.0" type="line"/>
+ <point x="2488.0" y="1828.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_E_smallcap.glif b/src/Inter-UI-Regular.ufo/glyphs/O_E_smallcap.glif
new file mode 100644
index 000000000..f50e5e7de
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_E_smallcap.glif
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="OEsmallcap" format="2">
+ <advance width="2544.0"/>
+ <unicode hex="0276"/>
+ <anchor x="1360.0" y="0.0" name="bottom"/>
+ <anchor x="1360.0" y="1776.0" name="top"/>
+ <anchor x="2436.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2316.0" y="216.0" type="line"/>
+ <point x="1444.0" y="216.0" type="line"/>
+ <point x="1444.0" y="0.0" type="line"/>
+ <point x="2316.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1508.0" y="1488.0" type="line"/>
+ <point x="1232.0" y="1488.0" type="line"/>
+ <point x="1232.0" y="0.0" type="line"/>
+ <point x="1508.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2196.0" y="864.0" type="line"/>
+ <point x="1444.0" y="864.0" type="line"/>
+ <point x="1444.0" y="644.0" type="line"/>
+ <point x="2196.0" y="644.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2316.0" y="1488.0" type="line"/>
+ <point x="1444.0" y="1488.0" type="line"/>
+ <point x="1444.0" y="1272.0" type="line"/>
+ <point x="2316.0" y="1272.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="912.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="-28.0"/>
+ <point x="1212.0" y="0.0"/>
+ <point x="1420.0" y="0.0" type="curve"/>
+ <point x="1420.0" y="216.0" type="line"/>
+ <point x="1212.0" y="216.0"/>
+ <point x="1092.0" y="192.0"/>
+ <point x="912.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="192.0"/>
+ <point x="508.0" y="440.0"/>
+ <point x="508.0" y="728.0" type="curve"/>
+ <point x="508.0" y="760.0" type="line"/>
+ <point x="508.0" y="1044.0"/>
+ <point x="640.0" y="1296.0"/>
+ <point x="908.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="1296.0"/>
+ <point x="1212.0" y="1272.0"/>
+ <point x="1420.0" y="1272.0" type="curve"/>
+ <point x="1420.0" y="1488.0" type="line"/>
+ <point x="1212.0" y="1488.0"/>
+ <point x="1072.0" y="1516.0"/>
+ <point x="908.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1516.0"/>
+ <point x="232.0" y="1188.0"/>
+ <point x="232.0" y="760.0" type="curve"/>
+ <point x="232.0" y="728.0" type="line"/>
+ <point x="232.0" y="300.0"/>
+ <point x="492.0" y="-28.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_I_.glif b/src/Inter-UI-Regular.ufo/glyphs/O_I_.glif
new file mode 100644
index 000000000..fd66b4e6f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_I_.glif
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="OI" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="01A2"/>
+ <outline>
+ <contour>
+ <point x="1680.0" y="1000.0" type="line"/>
+ <point x="1408.0" y="1000.0" type="line"/>
+ <point x="1408.0" y="344.0" type="line"/>
+ <point x="1356.0" y="288.0"/>
+ <point x="1264.0" y="200.0"/>
+ <point x="988.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="200.0"/>
+ <point x="420.0" y="492.0"/>
+ <point x="420.0" y="932.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1064.0" type="line"/>
+ <point x="136.0" y="1060.0" type="line"/>
+ <point x="136.0" y="932.0" type="line" smooth="yes"/>
+ <point x="136.0" y="308.0"/>
+ <point x="492.0" y="-28.0"/>
+ <point x="976.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="-28.0"/>
+ <point x="1608.0" y="160.0"/>
+ <point x="1680.0" y="272.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1680.0" y="1732.0" type="line"/>
+ <point x="1608.0" y="1844.0"/>
+ <point x="1432.0" y="2032.0"/>
+ <point x="976.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="2032.0"/>
+ <point x="136.0" y="1676.0"/>
+ <point x="136.0" y="1072.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="956.0" type="line"/>
+ <point x="420.0" y="956.0" type="line"/>
+ <point x="420.0" y="1072.0" type="line" smooth="yes"/>
+ <point x="420.0" y="1536.0"/>
+ <point x="640.0" y="1800.0"/>
+ <point x="976.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="1800.0"/>
+ <point x="1356.0" y="1716.0"/>
+ <point x="1408.0" y="1656.0" type="curve"/>
+ <point x="1408.0" y="976.0" type="line"/>
+ <point x="1680.0" y="976.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2152.0" y="2004.0" type="line"/>
+ <point x="1940.0" y="2004.0" type="line"/>
+ <point x="1556.0" y="1848.0" type="line"/>
+ <point x="1556.0" y="1616.0" type="line"/>
+ <point x="1876.0" y="1732.0" type="line"/>
+ <point x="1876.0" y="-572.0" type="line"/>
+ <point x="2152.0" y="-572.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.17</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/O_acute.glif
new file mode 100644
index 000000000..eed02e131
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oacute" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="00D3"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2796.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="acute" xOffset="760.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_bar.glif b/src/Inter-UI-Regular.ufo/glyphs/O_bar.glif
new file mode 100644
index 000000000..848fac274
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_bar.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Obar" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="019F"/>
+ <anchor x="1020.0" y="2212.0" name="parent_top"/>
+ <anchor x="1020.0" y="2212.0" name="top"/>
+ <anchor x="1952.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="afii10147"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_barredcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/O_barredcyrillic.glif
new file mode 100644
index 000000000..358d530cf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_barredcyrillic.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Obarredcyrillic" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="04E8"/>
+ <anchor x="1020.0" y="2212.0" name="parent_top"/>
+ <anchor x="1020.0" y="2212.0" name="top"/>
+ <anchor x="1952.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="afii10147"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_barreddieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/O_barreddieresiscyrillic.glif
new file mode 100644
index 000000000..4f6f44d58
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_barreddieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Obarreddieresiscyrillic" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="04EA"/>
+ <anchor x="1020.0" y="2212.0" name="parent_top"/>
+ <anchor x="1020.0" y="2592.0" name="top"/>
+ <anchor x="1952.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="afii10147"/>
+ <component base="dieresis" xOffset="200.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_breve.glif b/src/Inter-UI-Regular.ufo/glyphs/O_breve.glif
new file mode 100644
index 000000000..0bfe69ca5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Obreve" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="014E"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2748.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="breve" xOffset="440.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/O_caron.glif
new file mode 100644
index 000000000..bffad6886
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocaron" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="01D1"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1056.0" y="2760.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="caron" xOffset="424.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/O_circumflex.glif
new file mode 100644
index 000000000..55562aac4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflex" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="00D4"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2768.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflex" xOffset="424.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_circumflexacute.glif b/src/Inter-UI-Regular.ufo/glyphs/O_circumflexacute.glif
new file mode 100644
index 000000000..763de7685
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_circumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflexacute" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1ED0"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflexacutecomb.cn" xOffset="504.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_circumflexdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/O_circumflexdotbelow.glif
new file mode 100644
index 000000000..b00c55362
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_circumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflexdotbelow" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1ED8"/>
+ <anchor x="1072.0" y="-495.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2768.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflex" xOffset="424.0" yOffset="512.0"/>
+ <component base="dotbelow" xOffset="1896.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_circumflexgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/O_circumflexgrave.glif
new file mode 100644
index 000000000..29c36df17
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_circumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflexgrave" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1ED2"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflexgravecomb.cn" xOffset="120.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_circumflexhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/O_circumflexhookabove.glif
new file mode 100644
index 000000000..a7c034400
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_circumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflexhookabove" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1ED4"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflexhookcomb.cn" xOffset="424.0" yOffset="488.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_circumflextilde.glif b/src/Inter-UI-Regular.ufo/glyphs/O_circumflextilde.glif
new file mode 100644
index 000000000..e6bdb7682
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_circumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ocircumflextilde" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1ED6"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="circumflextildecomb.cn" xOffset="312.0" yOffset="464.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_dblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/O_dblgrave.glif
new file mode 100644
index 000000000..05f148b51
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Odblgrave" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="020C"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2730.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dblgravecmb" xOffset="1696.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/O_dieresis.glif
new file mode 100644
index 000000000..9e9a1f508
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Odieresis" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="00D6"/>
+ <guideline x="1652.0" y="1556.0" angle="0.0"/>
+ <outline>
+ <component base="casedieresis.cn" xOffset="248.0"/>
+ <component base="O"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_dieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/O_dieresiscyrillic.glif
new file mode 100644
index 000000000..76aa3b265
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_dieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Odieresiscyrillic" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="04E6"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2684.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dieresis" xOffset="248.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/O_dotbelow.glif
new file mode 100644
index 000000000..f9d08d1b8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Odotbelow" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1ECC"/>
+ <anchor x="1072.0" y="-495.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dotbelow" xOffset="1896.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_grave.glif b/src/Inter-UI-Regular.ufo/glyphs/O_grave.glif
new file mode 100644
index 000000000..8e864c332
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ograve" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="00D2"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2796.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="grave" xOffset="576.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_hookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/O_hookabove.glif
new file mode 100644
index 000000000..5030b4b37
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohookabove" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1ECE"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2922.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="hook" xOffset="1888.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_horn.glif b/src/Inter-UI-Regular.ufo/glyphs/O_horn.glif
new file mode 100644
index 000000000..1d36bfc4e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_horn.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohorn" format="2">
+ <advance width="2180.0"/>
+ <unicode hex="01A0"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1020.0" y="2304.0" name="top"/>
+ <anchor x="1964.0" y="2192.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1904.0" y="2196.0" type="line"/>
+ <point x="1904.0" y="1964.0"/>
+ <point x="1812.0" y="1828.0"/>
+ <point x="1604.0" y="1828.0" type="curve"/>
+ <point x="1604.0" y="1632.0" type="line"/>
+ <point x="1960.0" y="1632.0"/>
+ <point x="2140.0" y="1836.0"/>
+ <point x="2140.0" y="2196.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1976.0" y="1024.0" type="curve"/>
+ <point x="1976.0" y="1672.0"/>
+ <point x="1596.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-28.0"/>
+ <point x="1976.0" y="376.0"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="1024.0" type="curve"/>
+ <point x="1736.0" y="492.0"/>
+ <point x="1444.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1844.0"/>
+ <point x="1736.0" y="1556.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_hornacute.glif b/src/Inter-UI-Regular.ufo/glyphs/O_hornacute.glif
new file mode 100644
index 000000000..25ea5a766
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_hornacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohornacute" format="2">
+ <advance width="2180.0"/>
+ <unicode hex="1EDA"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1020.0" y="2304.0" name="parent_top"/>
+ <anchor x="1020.0" y="2796.0" name="top"/>
+ <anchor x="1964.0" y="2192.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="acute" xOffset="712.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_horndotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/O_horndotbelow.glif
new file mode 100644
index 000000000..59422341e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_horndotbelow.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohorndotbelow" format="2">
+ <advance width="2180.0"/>
+ <unicode hex="1EE2"/>
+ <anchor x="988.0" y="-495.0" name="bottom"/>
+ <anchor x="1020.0" y="2304.0" name="parent_top"/>
+ <anchor x="1020.0" y="2304.0" name="top"/>
+ <anchor x="1964.0" y="2192.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="dotbelow" xOffset="1816.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_horngrave.glif b/src/Inter-UI-Regular.ufo/glyphs/O_horngrave.glif
new file mode 100644
index 000000000..3ea66ed39
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_horngrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohorngrave" format="2">
+ <advance width="2180.0"/>
+ <unicode hex="1EDC"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1020.0" y="2304.0" name="parent_top"/>
+ <anchor x="1020.0" y="2796.0" name="top"/>
+ <anchor x="1964.0" y="2192.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="grave" xOffset="520.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_hornhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/O_hornhookabove.glif
new file mode 100644
index 000000000..f59d316b9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_hornhookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohornhookabove" format="2">
+ <advance width="2180.0"/>
+ <unicode hex="1EDE"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1020.0" y="2304.0" name="parent_top"/>
+ <anchor x="1020.0" y="2922.0" name="top"/>
+ <anchor x="1964.0" y="2192.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="hook" xOffset="1832.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_horntilde.glif b/src/Inter-UI-Regular.ufo/glyphs/O_horntilde.glif
new file mode 100644
index 000000000..78e8f444d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_horntilde.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohorntilde" format="2">
+ <advance width="2180.0"/>
+ <unicode hex="1EE0"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="1020.0" y="2304.0" name="parent_top"/>
+ <anchor x="1020.0" y="2720.0" name="top"/>
+ <anchor x="1964.0" y="2192.0" name="top0315"/>
+ <outline>
+ <component base="Ohorn"/>
+ <component base="tilde" xOffset="392.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_hungarumlaut.glif b/src/Inter-UI-Regular.ufo/glyphs/O_hungarumlaut.glif
new file mode 100644
index 000000000..9c8e84a32
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_hungarumlaut.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ohungarumlaut" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="0150"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2756.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="hungarumlaut" xOffset="592.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_invertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/O_invertedbreve.glif
new file mode 100644
index 000000000..8315452fb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oinvertedbreve" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="020E"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2771.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="breveinvnosp" xOffset="1880.0" yOffset="656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_macron.glif b/src/Inter-UI-Regular.ufo/glyphs/O_macron.glif
new file mode 100644
index 000000000..15559b96e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omacron" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="014C"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2712.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="macron" xOffset="448.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_macronacute.glif b/src/Inter-UI-Regular.ufo/glyphs/O_macronacute.glif
new file mode 100644
index 000000000..bd7e35b5d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_macronacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omacronacute" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1E52"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="macronacutecomb.cn" xOffset="1880.0" yOffset="608.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_macrongrave.glif b/src/Inter-UI-Regular.ufo/glyphs/O_macrongrave.glif
new file mode 100644
index 000000000..22185d4e9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_macrongrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omacrongrave" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1E50"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="macrongravecomb.cn" xOffset="1880.0" yOffset="608.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:54:29</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_mega.glif b/src/Inter-UI-Regular.ufo/glyphs/O_mega.glif
new file mode 100644
index 000000000..bdac653e4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_mega.glif
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omega" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03A9"/>
+ <unicode hex="2126"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <anchor x="120.0" y="2048.0" name="tonos"/>
+ <outline>
+ <contour>
+ <point x="1372.0" y="1000.0" type="line"/>
+ <point x="1372.0" y="540.0"/>
+ <point x="1220.0" y="280.0"/>
+ <point x="976.0" y="236.0" type="curve"/>
+ <point x="976.0" y="32.0" type="line"/>
+ <point x="1380.0" y="76.0"/>
+ <point x="1660.0" y="544.0"/>
+ <point x="1660.0" y="1000.0" type="curve"/>
+ <point x="1660.0" y="1156.0" type="line"/>
+ <point x="1660.0" y="1672.0"/>
+ <point x="1344.0" y="2032.0"/>
+ <point x="888.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="428.0" y="2032.0"/>
+ <point x="116.0" y="1672.0"/>
+ <point x="116.0" y="1156.0" type="curve"/>
+ <point x="116.0" y="1000.0" type="line"/>
+ <point x="116.0" y="544.0"/>
+ <point x="400.0" y="72.0"/>
+ <point x="812.0" y="32.0" type="curve"/>
+ <point x="812.0" y="236.0" type="line"/>
+ <point x="560.0" y="276.0"/>
+ <point x="408.0" y="536.0"/>
+ <point x="408.0" y="1000.0" type="curve"/>
+ <point x="408.0" y="1156.0" type="line"/>
+ <point x="408.0" y="1584.0"/>
+ <point x="592.0" y="1800.0"/>
+ <point x="888.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1800.0"/>
+ <point x="1372.0" y="1584.0"/>
+ <point x="1372.0" y="1156.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="976.0" y="0.0" type="line"/>
+ <point x="1648.0" y="0.0" type="line"/>
+ <point x="1648.0" y="228.0" type="line"/>
+ <point x="976.0" y="228.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="812.0" y="0.0" type="line"/>
+ <point x="812.0" y="228.0" type="line"/>
+ <point x="124.0" y="228.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_megacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/O_megacyrillic.glif
new file mode 100644
index 000000000..a2e6107eb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_megacyrillic.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omegacyrillic" format="2">
+ <advance width="2496.0"/>
+ <unicode hex="0460"/>
+ <anchor x="1260.0" y="2148.0" name="top"/>
+ <anchor x="2500.0" y="2148.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1124.0" y="2048.0" type="line"/>
+ <point x="1124.0" y="544.0" type="line" smooth="yes"/>
+ <point x="1124.0" y="312.0"/>
+ <point x="988.0" y="200.0"/>
+ <point x="800.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="200.0"/>
+ <point x="496.0" y="312.0"/>
+ <point x="496.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="544.0" type="line" smooth="yes"/>
+ <point x="248.0" y="160.0"/>
+ <point x="480.0" y="-28.0"/>
+ <point x="800.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="-28.0"/>
+ <point x="1356.0" y="160.0"/>
+ <point x="1356.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2004.0" y="2048.0" type="line"/>
+ <point x="2004.0" y="544.0" type="line" smooth="yes"/>
+ <point x="2004.0" y="312.0"/>
+ <point x="1844.0" y="200.0"/>
+ <point x="1672.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="200.0"/>
+ <point x="1372.0" y="312.0"/>
+ <point x="1372.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="2048.0" type="line"/>
+ <point x="1144.0" y="2048.0" type="line"/>
+ <point x="1144.0" y="544.0" type="line" smooth="yes"/>
+ <point x="1144.0" y="160.0"/>
+ <point x="1360.0" y="-28.0"/>
+ <point x="1672.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1992.0" y="-28.0"/>
+ <point x="2248.0" y="160.0"/>
+ <point x="2248.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="2248.0" y="2048.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_megaroundcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/O_megaroundcyrillic.glif
new file mode 100644
index 000000000..3c8f6bc88
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_megaroundcyrillic.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omegaroundcyrillic" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="047A"/>
+ <guideline x="1064.0" y="1816.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1188.0" y="440.0" type="line"/>
+ <point x="956.0" y="440.0" type="line"/>
+ <point x="956.0" y="-244.0" type="line"/>
+ <point x="1188.0" y="-244.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1188.0" y="2296.0" type="line"/>
+ <point x="956.0" y="2296.0" type="line"/>
+ <point x="956.0" y="1612.0" type="line"/>
+ <point x="1188.0" y="1612.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1976.0" y="1024.0" type="curve"/>
+ <point x="1976.0" y="1672.0"/>
+ <point x="1596.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-28.0"/>
+ <point x="1976.0" y="376.0"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="1024.0" type="curve"/>
+ <point x="1736.0" y="492.0"/>
+ <point x="1444.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1844.0"/>
+ <point x="1736.0" y="1556.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_megatitlocyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/O_megatitlocyrillic.glif
new file mode 100644
index 000000000..c7d6b4568
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_megatitlocyrillic.glif
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omegatitlocyrillic" format="2">
+ <advance width="2544.0"/>
+ <unicode hex="047C"/>
+ <outline>
+ <contour>
+ <point x="1824.0" y="2420.0" type="line"/>
+ <point x="1532.0" y="2420.0"/>
+ <point x="1380.0" y="2584.0"/>
+ <point x="1164.0" y="2584.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="2584.0"/>
+ <point x="836.0" y="2492.0"/>
+ <point x="836.0" y="2284.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="2236.0" type="line"/>
+ <point x="1024.0" y="2236.0" type="line"/>
+ <point x="1024.0" y="2260.0" type="line" smooth="yes"/>
+ <point x="1024.0" y="2360.0"/>
+ <point x="1084.0" y="2400.0"/>
+ <point x="1168.0" y="2400.0" type="curve" smooth="yes"/>
+ <point x="1324.0" y="2400.0"/>
+ <point x="1500.0" y="2236.0"/>
+ <point x="1820.0" y="2236.0" type="curve" smooth="yes"/>
+ <point x="1880.0" y="2236.0" type="line"/>
+ <point x="1880.0" y="2420.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1224.0" y="1820.0" type="line"/>
+ <point x="1316.0" y="1868.0"/>
+ <point x="1440.0" y="1988.0"/>
+ <point x="1440.0" y="2096.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="2236.0" type="line"/>
+ <point x="1208.0" y="2236.0" type="line"/>
+ <point x="1208.0" y="2104.0" type="line" smooth="yes"/>
+ <point x="1208.0" y="2036.0"/>
+ <point x="1172.0" y="1972.0"/>
+ <point x="1112.0" y="1896.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="804.0" y="2004.0" type="line"/>
+ <point x="484.0" y="2004.0"/>
+ <point x="244.0" y="1796.0"/>
+ <point x="244.0" y="1380.0" type="curve"/>
+ <point x="244.0" y="596.0" type="line" smooth="yes"/>
+ <point x="244.0" y="176.0"/>
+ <point x="484.0" y="-28.0"/>
+ <point x="804.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="-28.0"/>
+ <point x="1360.0" y="160.0"/>
+ <point x="1360.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1360.0" y="1124.0" type="line"/>
+ <point x="1132.0" y="1124.0" type="line"/>
+ <point x="1132.0" y="544.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="312.0"/>
+ <point x="996.0" y="200.0"/>
+ <point x="804.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="200.0"/>
+ <point x="532.0" y="328.0"/>
+ <point x="532.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1380.0" type="line"/>
+ <point x="532.0" y="1648.0"/>
+ <point x="648.0" y="1772.0"/>
+ <point x="804.0" y="1772.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1740.0" y="1772.0" type="line"/>
+ <point x="1900.0" y="1772.0"/>
+ <point x="2016.0" y="1648.0"/>
+ <point x="2016.0" y="1380.0" type="curve" smooth="yes"/>
+ <point x="2016.0" y="596.0" type="line" smooth="yes"/>
+ <point x="2016.0" y="328.0"/>
+ <point x="1900.0" y="200.0"/>
+ <point x="1740.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1552.0" y="200.0"/>
+ <point x="1416.0" y="312.0"/>
+ <point x="1416.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1416.0" y="1124.0" type="line"/>
+ <point x="1188.0" y="1124.0" type="line"/>
+ <point x="1188.0" y="544.0" type="line" smooth="yes"/>
+ <point x="1188.0" y="160.0"/>
+ <point x="1420.0" y="-28.0"/>
+ <point x="1740.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2064.0" y="-28.0"/>
+ <point x="2300.0" y="176.0"/>
+ <point x="2300.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="2300.0" y="1380.0" type="line" smooth="yes"/>
+ <point x="2300.0" y="1796.0"/>
+ <point x="2064.0" y="2004.0"/>
+ <point x="1740.0" y="2004.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_megatonos.glif b/src/Inter-UI-Regular.ufo/glyphs/O_megatonos.glif
new file mode 100644
index 000000000..365c93ee8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_megatonos.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omegatonos" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="038F"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="tonos" xOffset="-352.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_micron.glif b/src/Inter-UI-Regular.ufo/glyphs/O_micron.glif
new file mode 100644
index 000000000..d93c16dd6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_micron.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omicron" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="039F"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_microntonos.glif b/src/Inter-UI-Regular.ufo/glyphs/O_microntonos.glif
new file mode 100644
index 000000000..6b426be67
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_microntonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Omicrontonos" format="2">
+ <advance width="2164.0"/>
+ <unicode hex="038C"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2068.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2004.0" y="2200.0" name="top0315"/>
+ <anchor x="2004.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="tonos" xOffset="-200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_ogonek.N_A_V_.glif b/src/Inter-UI-Regular.ufo/glyphs/O_ogonek.N_A_V_.glif
new file mode 100644
index 000000000..69bd97a9b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_ogonek.N_A_V_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oogonek.NAV" format="2">
+ <advance width="2144.0"/>
+ <anchor x="1072.0" y="-600.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="ogonek" xOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_ogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/O_ogonek.glif
new file mode 100644
index 000000000..1f010e69c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_ogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oogonek" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="01EA"/>
+ <anchor x="1072.0" y="-600.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="ogonek" xOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_ogonekmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/O_ogonekmacron.glif
new file mode 100644
index 000000000..4112d6123
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_ogonekmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oogonekmacron" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="01EC"/>
+ <anchor x="1072.0" y="-600.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2712.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="ogonek" xOffset="584.0"/>
+ <component base="macron" xOffset="448.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_open.glif b/src/Inter-UI-Regular.ufo/glyphs/O_open.glif
new file mode 100644
index 000000000..b7472cbd0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_open.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oopen" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="0186"/>
+ <outline>
+ <component base="C" xScale="-1.0" xOffset="2056.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_slash.glif b/src/Inter-UI-Regular.ufo/glyphs/O_slash.glif
new file mode 100644
index 000000000..1de079319
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_slash.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oslash" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="00D8"/>
+ <guideline x="396.0" y="-96.0" angle="145.6539"/>
+ <guideline x="1016.0" y="1852.0" angle="90.0"/>
+ <guideline x="1016.0" y="1024.0" angle="56.0077"/>
+ <anchor x="1068.0" y="2304.0" name="top"/>
+ <anchor x="2020.0" y="2304.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <contour>
+ <point x="432.0" y="-84.0" type="line"/>
+ <point x="1856.0" y="2024.0" type="line"/>
+ <point x="1704.0" y="2128.0" type="line"/>
+ <point x="280.0" y="20.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1976.0" y="1024.0" type="curve"/>
+ <point x="1976.0" y="1672.0"/>
+ <point x="1596.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-28.0"/>
+ <point x="1976.0" y="376.0"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="1024.0" type="curve"/>
+ <point x="1736.0" y="492.0"/>
+ <point x="1444.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1844.0"/>
+ <point x="1736.0" y="1556.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_slashacute.glif b/src/Inter-UI-Regular.ufo/glyphs/O_slashacute.glif
new file mode 100644
index 000000000..5b50c4082
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_slashacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Oslashacute" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="01FE"/>
+ <anchor x="1068.0" y="2304.0" name="parent_top"/>
+ <anchor x="1068.0" y="2796.0" name="top"/>
+ <anchor x="2020.0" y="2304.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Oslash"/>
+ <component base="acute" xOffset="760.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_tcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/O_tcyrillic.glif
new file mode 100644
index 000000000..cdc44e699
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_tcyrillic.glif
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Otcyrillic" format="2">
+ <advance width="2496.0"/>
+ <unicode hex="047E"/>
+ <outline>
+ <contour>
+ <point x="1124.0" y="2352.0" type="line"/>
+ <point x="1124.0" y="2176.0" type="line"/>
+ <point x="1372.0" y="2176.0" type="line"/>
+ <point x="1372.0" y="2352.0" type="line"/>
+ <point x="1828.0" y="2352.0" type="line"/>
+ <point x="1824.0" y="2508.0" type="line"/>
+ <point x="692.0" y="2508.0" type="line"/>
+ <point x="692.0" y="2352.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1124.0" y="2048.0" type="line"/>
+ <point x="1124.0" y="544.0" type="line" smooth="yes"/>
+ <point x="1124.0" y="312.0"/>
+ <point x="988.0" y="200.0"/>
+ <point x="800.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="200.0"/>
+ <point x="496.0" y="312.0"/>
+ <point x="496.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="544.0" type="line" smooth="yes"/>
+ <point x="248.0" y="160.0"/>
+ <point x="480.0" y="-28.0"/>
+ <point x="800.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="-28.0"/>
+ <point x="1356.0" y="160.0"/>
+ <point x="1356.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2004.0" y="2048.0" type="line"/>
+ <point x="2004.0" y="544.0" type="line" smooth="yes"/>
+ <point x="2004.0" y="312.0"/>
+ <point x="1844.0" y="200.0"/>
+ <point x="1672.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="200.0"/>
+ <point x="1372.0" y="312.0"/>
+ <point x="1372.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="2048.0" type="line"/>
+ <point x="1144.0" y="2048.0" type="line"/>
+ <point x="1144.0" y="544.0" type="line" smooth="yes"/>
+ <point x="1144.0" y="160.0"/>
+ <point x="1360.0" y="-28.0"/>
+ <point x="1672.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1992.0" y="-28.0"/>
+ <point x="2248.0" y="160.0"/>
+ <point x="2248.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="2248.0" y="2048.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/O_tilde.glif
new file mode 100644
index 000000000..37b078f27
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_tilde.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Otilde" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="00D5"/>
+ <outline>
+ <component base="casetilde.cn" xOffset="440.0"/>
+ <component base="O"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_tildeacute.glif b/src/Inter-UI-Regular.ufo/glyphs/O_tildeacute.glif
new file mode 100644
index 000000000..3f9996d80
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_tildeacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Otildeacute" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1E4C"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="tildeacutecomb.cn" xOffset="1880.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/O_tildedieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/O_tildedieresis.glif
new file mode 100644
index 000000000..6fb2847dc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/O_tildedieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Otildedieresis" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="1E4E"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="tildedieresiscomb.cn" xOffset="1880.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Odieresis_.glif b/src/Inter-UI-Regular.ufo/glyphs/Odieresis_.glif
deleted file mode 100644
index c63952428..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Odieresis_.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Odieresis" format="1">
- <advance width="2144"/>
- <unicode hex="00D6"/>
- <outline>
- <component base="casedieresis.cn" xOffset="248"/>
- <component base="O"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1652</integer>
- <key>y</key>
- <integer>1556</integer>
- </dict>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ohorn_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ohorn_.glif
deleted file mode 100644
index 686ac4b27..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ohorn_.glif
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ohorn" format="1">
- <advance width="2180"/>
- <unicode hex="01A0"/>
- <outline>
- <contour>
- <point x="1904" y="2196" type="line"/>
- <point x="1904" y="1964"/>
- <point x="1812" y="1828"/>
- <point x="1604" y="1828" type="curve"/>
- <point x="1604" y="1632" type="line"/>
- <point x="1960" y="1632"/>
- <point x="2140" y="1836"/>
- <point x="2140" y="2196" type="curve"/>
- </contour>
- <component base="O"/>
- <contour>
- <point x="1020" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="988" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1964" y="2192" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1928, 'leftMargin': 226, 'rightMargin': -45}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Omega_.glif b/src/Inter-UI-Regular.ufo/glyphs/Omega_.glif
deleted file mode 100644
index 7312fa0e9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Omega_.glif
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Omega" format="1">
- <advance width="1776"/>
- <unicode hex="03A9"/>
- <unicode hex="2126"/>
- <outline>
- <contour>
- <point x="1372" y="1000" type="line"/>
- <point x="1372" y="540"/>
- <point x="1220" y="280"/>
- <point x="976" y="236" type="curve"/>
- <point x="976" y="32" type="line"/>
- <point x="1380" y="76"/>
- <point x="1660" y="544"/>
- <point x="1660" y="1000" type="curve"/>
- <point x="1660" y="1156" type="line"/>
- <point x="1660" y="1672"/>
- <point x="1344" y="2032"/>
- <point x="888" y="2032" type="curve" smooth="yes"/>
- <point x="428" y="2032"/>
- <point x="116" y="1672"/>
- <point x="116" y="1156" type="curve"/>
- <point x="116" y="1000" type="line"/>
- <point x="116" y="544"/>
- <point x="400" y="72"/>
- <point x="812" y="32" type="curve"/>
- <point x="812" y="236" type="line"/>
- <point x="560" y="276"/>
- <point x="408" y="536"/>
- <point x="408" y="1000" type="curve"/>
- <point x="408" y="1156" type="line"/>
- <point x="408" y="1584"/>
- <point x="592" y="1800"/>
- <point x="888" y="1800" type="curve" smooth="yes"/>
- <point x="1184" y="1800"/>
- <point x="1372" y="1584"/>
- <point x="1372" y="1156" type="curve"/>
- </contour>
- <contour>
- <point x="976" y="0" type="line"/>
- <point x="1648" y="0" type="line"/>
- <point x="1648" y="228" type="line"/>
- <point x="976" y="228" type="line"/>
- </contour>
- <contour>
- <point x="124" y="0" type="line"/>
- <point x="812" y="0" type="line"/>
- <point x="812" y="228" type="line"/>
- <point x="124" y="228" type="line"/>
- </contour>
- <contour>
- <point x="120" y="2048" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="900" y="16" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1880, 'leftMargin': 153, 'rightMargin': 183}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Omegacyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Omegacyrillic_.glif
deleted file mode 100644
index 67af09349..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Omegacyrillic_.glif
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Omegacyrillic" format="1">
- <advance width="2496"/>
- <unicode hex="0460"/>
- <outline>
- <contour>
- <point x="1124" y="2048" type="line"/>
- <point x="1124" y="544" type="line" smooth="yes"/>
- <point x="1124" y="312"/>
- <point x="988" y="200"/>
- <point x="800" y="200" type="curve" smooth="yes"/>
- <point x="644" y="200"/>
- <point x="496" y="312"/>
- <point x="496" y="544" type="curve" smooth="yes"/>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="544" type="line" smooth="yes"/>
- <point x="248" y="160"/>
- <point x="480" y="-28"/>
- <point x="800" y="-28" type="curve" smooth="yes"/>
- <point x="1120" y="-28"/>
- <point x="1356" y="160"/>
- <point x="1356" y="544" type="curve" smooth="yes"/>
- <point x="1356" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="2004" y="2048" type="line"/>
- <point x="2004" y="544" type="line" smooth="yes"/>
- <point x="2004" y="312"/>
- <point x="1844" y="200"/>
- <point x="1672" y="200" type="curve" smooth="yes"/>
- <point x="1500" y="200"/>
- <point x="1372" y="312"/>
- <point x="1372" y="544" type="curve" smooth="yes"/>
- <point x="1372" y="2048" type="line"/>
- <point x="1144" y="2048" type="line"/>
- <point x="1144" y="544" type="line" smooth="yes"/>
- <point x="1144" y="160"/>
- <point x="1360" y="-28"/>
- <point x="1672" y="-28" type="curve" smooth="yes"/>
- <point x="1992" y="-28"/>
- <point x="2248" y="160"/>
- <point x="2248" y="544" type="curve" smooth="yes"/>
- <point x="2248" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="1260" y="2148" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2500" y="2148" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2471, 'leftMargin': 210, 'rightMargin': 195}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Omegaroundcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Omegaroundcyrillic_.glif
deleted file mode 100644
index e478b3449..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Omegaroundcyrillic_.glif
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Omegaroundcyrillic" format="1">
- <advance width="2144"/>
- <unicode hex="047A"/>
- <outline>
- <contour>
- <point x="1188" y="440" type="line"/>
- <point x="956" y="440" type="line"/>
- <point x="956" y="-244" type="line"/>
- <point x="1188" y="-244" type="line"/>
- </contour>
- <contour>
- <point x="1188" y="2296" type="line"/>
- <point x="956" y="2296" type="line"/>
- <point x="956" y="1612" type="line"/>
- <point x="1188" y="1612" type="line"/>
- </contour>
- <component base="O"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1064</integer>
- <key>y</key>
- <integer>1816</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1921, 'leftMargin': 233, 'rightMargin': 152}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Omegatitlocyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Omegatitlocyrillic_.glif
deleted file mode 100644
index 1c4ccb7c6..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Omegatitlocyrillic_.glif
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Omegatitlocyrillic" format="1">
- <advance width="2544"/>
- <unicode hex="047C"/>
- <outline>
- <contour>
- <point x="1824" y="2420" type="line"/>
- <point x="1532" y="2420"/>
- <point x="1380" y="2584"/>
- <point x="1164" y="2584" type="curve" smooth="yes"/>
- <point x="960" y="2584"/>
- <point x="836" y="2492"/>
- <point x="836" y="2284" type="curve" smooth="yes"/>
- <point x="836" y="2236" type="line"/>
- <point x="1024" y="2236" type="line"/>
- <point x="1024" y="2260" type="line" smooth="yes"/>
- <point x="1024" y="2360"/>
- <point x="1084" y="2400"/>
- <point x="1168" y="2400" type="curve" smooth="yes"/>
- <point x="1324" y="2400"/>
- <point x="1500" y="2236"/>
- <point x="1820" y="2236" type="curve" smooth="yes"/>
- <point x="1880" y="2236" type="line"/>
- <point x="1880" y="2420" type="line"/>
- </contour>
- <contour>
- <point x="1224" y="1820" type="line"/>
- <point x="1316" y="1868"/>
- <point x="1440" y="1988"/>
- <point x="1440" y="2096" type="curve" smooth="yes"/>
- <point x="1440" y="2236" type="line"/>
- <point x="1208" y="2236" type="line"/>
- <point x="1208" y="2104" type="line" smooth="yes"/>
- <point x="1208" y="2036"/>
- <point x="1172" y="1972"/>
- <point x="1112" y="1896" type="curve"/>
- </contour>
- <contour>
- <point x="804" y="2004" type="line"/>
- <point x="484" y="2004"/>
- <point x="244" y="1796"/>
- <point x="244" y="1380" type="curve"/>
- <point x="244" y="596" type="line" smooth="yes"/>
- <point x="244" y="176"/>
- <point x="484" y="-28"/>
- <point x="804" y="-28" type="curve" smooth="yes"/>
- <point x="1124" y="-28"/>
- <point x="1360" y="160"/>
- <point x="1360" y="544" type="curve" smooth="yes"/>
- <point x="1360" y="1124" type="line"/>
- <point x="1132" y="1124" type="line"/>
- <point x="1132" y="544" type="line" smooth="yes"/>
- <point x="1132" y="312"/>
- <point x="996" y="200"/>
- <point x="804" y="200" type="curve" smooth="yes"/>
- <point x="648" y="200"/>
- <point x="532" y="328"/>
- <point x="532" y="596" type="curve" smooth="yes"/>
- <point x="532" y="1380" type="line"/>
- <point x="532" y="1648"/>
- <point x="648" y="1772"/>
- <point x="804" y="1772" type="curve"/>
- </contour>
- <contour>
- <point x="1740" y="1772" type="line"/>
- <point x="1900" y="1772"/>
- <point x="2016" y="1648"/>
- <point x="2016" y="1380" type="curve" smooth="yes"/>
- <point x="2016" y="596" type="line" smooth="yes"/>
- <point x="2016" y="328"/>
- <point x="1900" y="200"/>
- <point x="1740" y="200" type="curve" smooth="yes"/>
- <point x="1552" y="200"/>
- <point x="1416" y="312"/>
- <point x="1416" y="544" type="curve" smooth="yes"/>
- <point x="1416" y="1124" type="line"/>
- <point x="1188" y="1124" type="line"/>
- <point x="1188" y="544" type="line" smooth="yes"/>
- <point x="1188" y="160"/>
- <point x="1420" y="-28"/>
- <point x="1740" y="-28" type="curve" smooth="yes"/>
- <point x="2064" y="-28"/>
- <point x="2300" y="176"/>
- <point x="2300" y="596" type="curve" smooth="yes"/>
- <point x="2300" y="1380" type="line" smooth="yes"/>
- <point x="2300" y="1796"/>
- <point x="2064" y="2004"/>
- <point x="1740" y="2004" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2461, 'leftMargin': 210, 'rightMargin': 195}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Oopen_.glif b/src/Inter-UI-Regular.ufo/glyphs/Oopen_.glif
deleted file mode 100644
index 4fecde3be..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Oopen_.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Oopen" format="1">
- <advance width="2048"/>
- <unicode hex="0186"/>
- <outline>
- <component base="C" xScale="-1" xOffset="2056"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 121, 'rightMargin': 161}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Oslash_.glif b/src/Inter-UI-Regular.ufo/glyphs/Oslash_.glif
deleted file mode 100644
index 03dcd9ff9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Oslash_.glif
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Oslash" format="1">
- <advance width="2144"/>
- <unicode hex="00D8"/>
- <outline>
- <contour>
- <point x="432" y="-84" type="line"/>
- <point x="1856" y="2024" type="line"/>
- <point x="1704" y="2128" type="line"/>
- <point x="280" y="20" type="line"/>
- </contour>
- <component base="O"/>
- <contour>
- <point x="1068" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2020" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2020" y="2304" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>145.6539025999385</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>396</integer>
- <key>y</key>
- <integer>-96</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1016</integer>
- <key>y</key>
- <integer>1852</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>56.007742346169856</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1016</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Otcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Otcyrillic_.glif
deleted file mode 100644
index be6a293c8..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Otcyrillic_.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Otcyrillic" format="1">
- <advance width="2496"/>
- <unicode hex="047E"/>
- <outline>
- <contour>
- <point x="1124" y="2352" type="line"/>
- <point x="1124" y="2176" type="line"/>
- <point x="1372" y="2176" type="line"/>
- <point x="1372" y="2352" type="line"/>
- <point x="1828" y="2352" type="line"/>
- <point x="1824" y="2508" type="line"/>
- <point x="692" y="2508" type="line"/>
- <point x="692" y="2352" type="line"/>
- </contour>
- <component base="Omegacyrillic"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2471, 'leftMargin': 248, 'rightMargin': 159}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Otilde_.glif b/src/Inter-UI-Regular.ufo/glyphs/Otilde_.glif
deleted file mode 100644
index 0e92b6be0..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Otilde_.glif
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Otilde" format="1">
- <advance width="2144"/>
- <unicode hex="00D5"/>
- <outline>
- <component base="casetilde.cn" xOffset="440"/>
- <component base="O"/>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_.glif b/src/Inter-UI-Regular.ufo/glyphs/P_.glif
index 9568ce124..64a0444ac 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/P_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_.glif
@@ -1,93 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="P" format="1">
- <advance width="1784"/>
+<glyph name="P" format="2">
+ <advance width="1784.0"/>
<unicode hex="0050"/>
+ <guideline x="1396.0" y="1760.0" angle="90.0"/>
+ <guideline x="1248.0" y="1804.0" angle="90.0"/>
+ <anchor x="736.0" y="0.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="44.0" y="2000.0" name="tonos"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="936" y="740" type="line"/>
- <point x="1412" y="740"/>
- <point x="1620" y="1032"/>
- <point x="1620" y="1400" type="curve"/>
- <point x="1620" y="1768"/>
- <point x="1412" y="2048"/>
- <point x="932" y="2048" type="curve"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- <point x="496" y="1828" type="line"/>
- <point x="932" y="1828" type="line"/>
- <point x="1264" y="1828"/>
- <point x="1376" y="1652"/>
- <point x="1376" y="1400" type="curve"/>
- <point x="1376" y="1148"/>
- <point x="1264" y="960"/>
- <point x="936" y="960" type="curve"/>
- <point x="448" y="960" type="line"/>
- <point x="448" y="740" type="line"/>
- </contour>
- <contour>
- <point x="44" y="2000" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="904" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="736" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1796" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1796" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1796" y="2216" type="move" name="top0315"/>
+ <point x="936.0" y="740.0" type="line"/>
+ <point x="1412.0" y="740.0"/>
+ <point x="1620.0" y="1032.0"/>
+ <point x="1620.0" y="1400.0" type="curve"/>
+ <point x="1620.0" y="1768.0"/>
+ <point x="1412.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1828.0" type="line"/>
+ <point x="932.0" y="1828.0" type="line"/>
+ <point x="1264.0" y="1828.0"/>
+ <point x="1376.0" y="1652.0"/>
+ <point x="1376.0" y="1400.0" type="curve"/>
+ <point x="1376.0" y="1148.0"/>
+ <point x="1264.0" y="960.0"/>
+ <point x="936.0" y="960.0" type="curve"/>
+ <point x="448.0" y="960.0" type="line"/>
+ <point x="448.0" y="740.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1396</integer>
- <key>y</key>
- <integer>1760</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1248</integer>
- <key>y</key>
- <integer>1804</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/P_acute.glif
new file mode 100644
index 000000000..d58d58989
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Pacute" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E54"/>
+ <anchor x="736.0" y="0.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2796.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P"/>
+ <component base="acute" xOffset="592.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/P_dotaccent.glif
new file mode 100644
index 000000000..325d205da
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Pdotaccent" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E56"/>
+ <anchor x="736.0" y="0.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2700.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P"/>
+ <component base="dotaccent" xOffset="576.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_emiddlehookcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/P_emiddlehookcyrillic.glif
new file mode 100644
index 000000000..0216d970a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_emiddlehookcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Pemiddlehookcyrillic" format="2">
+ <advance width="3056.0"/>
+ <unicode hex="04A6"/>
+ <outline>
+ <component base="Pi" xOffset="-80.0"/>
+ <component base="largerighthook" xOffset="1624.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_hi.glif b/src/Inter-UI-Regular.ufo/glyphs/P_hi.glif
new file mode 100644
index 000000000..eac351d90
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_hi.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Phi" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="03A6"/>
+ <outline>
+ <contour>
+ <point x="1140.0" y="240.0" type="line"/>
+ <point x="1608.0" y="240.0"/>
+ <point x="1928.0" y="544.0"/>
+ <point x="1928.0" y="996.0" type="curve" smooth="yes"/>
+ <point x="1928.0" y="1444.0"/>
+ <point x="1600.0" y="1748.0"/>
+ <point x="1144.0" y="1748.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="1748.0" type="line" smooth="yes"/>
+ <point x="432.0" y="1748.0"/>
+ <point x="104.0" y="1440.0"/>
+ <point x="104.0" y="992.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="544.0"/>
+ <point x="424.0" y="240.0"/>
+ <point x="892.0" y="240.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="892.0" y="468.0" type="line"/>
+ <point x="548.0" y="468.0"/>
+ <point x="388.0" y="672.0"/>
+ <point x="388.0" y="992.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="1312.0"/>
+ <point x="552.0" y="1520.0"/>
+ <point x="888.0" y="1520.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="1520.0" type="line" smooth="yes"/>
+ <point x="1480.0" y="1520.0"/>
+ <point x="1644.0" y="1316.0"/>
+ <point x="1644.0" y="996.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="676.0"/>
+ <point x="1488.0" y="468.0"/>
+ <point x="1140.0" y="468.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1160.0" y="2004.0" type="line"/>
+ <point x="876.0" y="2004.0" type="line"/>
+ <point x="876.0" y="0.0" type="line"/>
+ <point x="1160.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/P_hook.glif
new file mode 100644
index 000000000..76908bb99
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_hook.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Phook" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="01A4"/>
+ <outline>
+ <contour>
+ <point x="616.0" y="1828.0" type="line"/>
+ <point x="616.0" y="2048.0" type="line"/>
+ <point x="416.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="152.0" y="2048.0"/>
+ <point x="8.0" y="1864.0"/>
+ <point x="8.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="8.0" y="1504.0" type="line"/>
+ <point x="240.0" y="1504.0" type="line"/>
+ <point x="240.0" y="1580.0" type="line" smooth="yes"/>
+ <point x="240.0" y="1708.0"/>
+ <point x="260.0" y="1828.0"/>
+ <point x="420.0" y="1828.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1236.0" y="740.0" type="line"/>
+ <point x="1712.0" y="740.0"/>
+ <point x="1920.0" y="1032.0"/>
+ <point x="1920.0" y="1400.0" type="curve"/>
+ <point x="1920.0" y="1768.0"/>
+ <point x="1712.0" y="2048.0"/>
+ <point x="1232.0" y="2048.0" type="curve"/>
+ <point x="548.0" y="2048.0" type="line"/>
+ <point x="548.0" y="0.0" type="line"/>
+ <point x="796.0" y="0.0" type="line"/>
+ <point x="796.0" y="1828.0" type="line"/>
+ <point x="1232.0" y="1828.0" type="line"/>
+ <point x="1564.0" y="1828.0"/>
+ <point x="1676.0" y="1652.0"/>
+ <point x="1676.0" y="1400.0" type="curve"/>
+ <point x="1676.0" y="1148.0"/>
+ <point x="1564.0" y="960.0"/>
+ <point x="1236.0" y="960.0" type="curve"/>
+ <point x="748.0" y="960.0" type="line"/>
+ <point x="748.0" y="740.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_i.glif b/src/Inter-UI-Regular.ufo/glyphs/P_i.glif
new file mode 100644
index 000000000..1118c7409
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_i.glif
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Pi" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="03A0"/>
+ <anchor x="1776.0" y="0.0" name="right"/>
+ <outline>
+ <contour>
+ <point x="1780.0" y="2048.0" type="line"/>
+ <point x="252.0" y="2048.0" type="line"/>
+ <point x="252.0" y="0.0" type="line"/>
+ <point x="500.0" y="0.0" type="line"/>
+ <point x="500.0" y="1828.0" type="line"/>
+ <point x="1532.0" y="1828.0" type="line"/>
+ <point x="1532.0" y="0.0" type="line"/>
+ <point x="1780.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_si.glif b/src/Inter-UI-Regular.ufo/glyphs/P_si.glif
new file mode 100644
index 000000000..e9ba86865
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_si.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Psi" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="03A8"/>
+ <outline>
+ <contour>
+ <point x="1580.0" y="2004.0" type="line"/>
+ <point x="1580.0" y="1276.0" type="line" smooth="yes"/>
+ <point x="1580.0" y="916.0"/>
+ <point x="1356.0" y="716.0"/>
+ <point x="1024.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="716.0" type="line"/>
+ <point x="672.0" y="716.0"/>
+ <point x="452.0" y="916.0"/>
+ <point x="452.0" y="1276.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="2004.0" type="line"/>
+ <point x="168.0" y="2004.0" type="line"/>
+ <point x="168.0" y="1276.0" type="line"/>
+ <point x="168.0" y="772.0"/>
+ <point x="512.0" y="488.0"/>
+ <point x="984.0" y="488.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="488.0" type="line"/>
+ <point x="1508.0" y="488.0"/>
+ <point x="1864.0" y="772.0"/>
+ <point x="1864.0" y="1276.0" type="curve"/>
+ <point x="1864.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1148.0" y="2004.0" type="line"/>
+ <point x="864.0" y="2004.0" type="line"/>
+ <point x="864.0" y="0.0" type="line"/>
+ <point x="1148.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/P_sicyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/P_sicyrillic.glif
new file mode 100644
index 000000000..1e6dbd43d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/P_sicyrillic.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Psicyrillic" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="0470"/>
+ <outline>
+ <component base="Psi"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Pemiddlehookcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Pemiddlehookcyrillic_.glif
deleted file mode 100644
index 82c9fbee5..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Pemiddlehookcyrillic_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Pemiddlehookcyrillic" format="1">
- <advance width="3056"/>
- <unicode hex="04A6"/>
- <outline>
- <component base="Pi" xOffset="-80"/>
- <component base="largerighthook" xOffset="1624"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2886, 'leftMargin': 242, 'rightMargin': -75}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Phi_.glif b/src/Inter-UI-Regular.ufo/glyphs/Phi_.glif
deleted file mode 100644
index 9ecfa23ff..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Phi_.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Phi" format="1">
- <advance width="2032"/>
- <unicode hex="03A6"/>
- <outline>
- <contour>
- <point x="1140" y="240" type="line"/>
- <point x="1608" y="240"/>
- <point x="1928" y="544"/>
- <point x="1928" y="996" type="curve" smooth="yes"/>
- <point x="1928" y="1444"/>
- <point x="1600" y="1748"/>
- <point x="1144" y="1748" type="curve" smooth="yes"/>
- <point x="888" y="1748" type="line" smooth="yes"/>
- <point x="432" y="1748"/>
- <point x="104" y="1440"/>
- <point x="104" y="992" type="curve" smooth="yes"/>
- <point x="104" y="544"/>
- <point x="424" y="240"/>
- <point x="892" y="240" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="892" y="468" type="line"/>
- <point x="548" y="468"/>
- <point x="388" y="672"/>
- <point x="388" y="992" type="curve" smooth="yes"/>
- <point x="388" y="1312"/>
- <point x="552" y="1520"/>
- <point x="888" y="1520" type="curve" smooth="yes"/>
- <point x="1148" y="1520" type="line" smooth="yes"/>
- <point x="1480" y="1520"/>
- <point x="1644" y="1316"/>
- <point x="1644" y="996" type="curve" smooth="yes"/>
- <point x="1644" y="676"/>
- <point x="1488" y="468"/>
- <point x="1140" y="468" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1160" y="2004" type="line"/>
- <point x="876" y="2004" type="line"/>
- <point x="876" y="0" type="line"/>
- <point x="1160" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2019, 'leftMargin': 103, 'rightMargin': 94}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Phook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Phook_.glif
deleted file mode 100644
index ebde928ab..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Phook_.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Phook" format="1">
- <advance width="2084"/>
- <unicode hex="01A4"/>
- <outline>
- <contour>
- <point x="616" y="1828" type="line"/>
- <point x="616" y="2048" type="line"/>
- <point x="416" y="2048" type="line" smooth="yes"/>
- <point x="152" y="2048"/>
- <point x="8" y="1864"/>
- <point x="8" y="1640" type="curve" smooth="yes"/>
- <point x="8" y="1504" type="line"/>
- <point x="240" y="1504" type="line"/>
- <point x="240" y="1580" type="line" smooth="yes"/>
- <point x="240" y="1708"/>
- <point x="260" y="1828"/>
- <point x="420" y="1828" type="curve" smooth="yes"/>
- </contour>
- <component base="P" xOffset="300"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2072, 'leftMargin': 41, 'rightMargin': 158}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Pi_.glif b/src/Inter-UI-Regular.ufo/glyphs/Pi_.glif
deleted file mode 100644
index c700acf49..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Pi_.glif
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Pi" format="1">
- <advance width="2032"/>
- <unicode hex="03A0"/>
- <outline>
- <contour>
- <point x="1780" y="2048" type="line"/>
- <point x="252" y="2048" type="line"/>
- <point x="252" y="0" type="line"/>
- <point x="500" y="0" type="line"/>
- <point x="500" y="1828" type="line"/>
- <point x="1532" y="1828" type="line"/>
- <point x="1532" y="0" type="line"/>
- <point x="1780" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1776" y="0" type="move" name="right"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2013.0, 'leftMargin': 242, 'rightMargin': 245.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Psi_.glif b/src/Inter-UI-Regular.ufo/glyphs/Psi_.glif
deleted file mode 100644
index 341ccff6e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Psi_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Psi" format="1">
- <advance width="2032"/>
- <unicode hex="03A8"/>
- <outline>
- <contour>
- <point x="1580" y="2004" type="line"/>
- <point x="1580" y="1276" type="line" smooth="yes"/>
- <point x="1580" y="916"/>
- <point x="1356" y="716"/>
- <point x="1024" y="716" type="curve" smooth="yes"/>
- <point x="984" y="716" type="line"/>
- <point x="672" y="716"/>
- <point x="452" y="916"/>
- <point x="452" y="1276" type="curve" smooth="yes"/>
- <point x="452" y="2004" type="line"/>
- <point x="168" y="2004" type="line"/>
- <point x="168" y="1276" type="line"/>
- <point x="168" y="772"/>
- <point x="512" y="488"/>
- <point x="984" y="488" type="curve" smooth="yes"/>
- <point x="1024" y="488" type="line"/>
- <point x="1508" y="488"/>
- <point x="1864" y="772"/>
- <point x="1864" y="1276" type="curve"/>
- <point x="1864" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1148" y="2004" type="line"/>
- <point x="864" y="2004" type="line"/>
- <point x="864" y="0" type="line"/>
- <point x="1148" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1947.0, 'leftMargin': 114, 'rightMargin': 135.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Q_.glif b/src/Inter-UI-Regular.ufo/glyphs/Q_.glif
index 47931dfe0..452e5d594 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/Q_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/Q_.glif
@@ -1,48 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Q" format="1">
- <advance width="2144"/>
+<glyph name="Q" format="2">
+ <advance width="2144.0"/>
<unicode hex="0051"/>
+ <anchor x="1032.0" y="-28.0" name="bottom"/>
+ <anchor x="1952.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1020.0" y="2304.0" name="top"/>
+ <anchor x="1952.0" y="2200.0" name="top0315"/>
+ <anchor x="1952.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="992" y="640" type="line"/>
- <point x="1340" y="184" type="line"/>
- <point x="1396" y="108" type="line"/>
- <point x="1620" y="-192" type="line"/>
- <point x="1892" y="-192" type="line"/>
- <point x="1552" y="260" type="line"/>
- <point x="1492" y="340" type="line"/>
- <point x="1264" y="640" type="line"/>
+ <point x="992.0" y="640.0" type="line"/>
+ <point x="1340.0" y="184.0" type="line"/>
+ <point x="1396.0" y="108.0" type="line"/>
+ <point x="1620.0" y="-192.0" type="line"/>
+ <point x="1892.0" y="-192.0" type="line"/>
+ <point x="1552.0" y="260.0" type="line"/>
+ <point x="1492.0" y="340.0" type="line"/>
+ <point x="1264.0" y="640.0" type="line"/>
</contour>
- <component base="O"/>
<contour>
- <point x="1020" y="2304" type="move" name="top"/>
+ <point x="1976.0" y="1024.0" type="curve"/>
+ <point x="1976.0" y="1672.0"/>
+ <point x="1596.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-28.0"/>
+ <point x="1976.0" y="376.0"/>
</contour>
<contour>
- <point x="1032" y="-28" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1952" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1952" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1952" y="2200" type="move" name="top0315"/>
+ <point x="1736.0" y="1024.0" type="curve"/>
+ <point x="1736.0" y="492.0"/>
+ <point x="1444.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1844.0"/>
+ <point x="1736.0" y="1556.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Q__rthook.glif b/src/Inter-UI-Regular.ufo/glyphs/Q__rthook.glif
index fbc8c07f6..76e331596 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/Q__rthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/Q__rthook.glif
@@ -1,114 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Q_rthook" format="1">
- <advance width="2128"/>
+<glyph name="Q_rthook" format="2">
+ <advance width="2128.0"/>
<unicode hex="024A"/>
<outline>
<contour>
- <point x="1912" y="2048" type="line"/>
- <point x="1684" y="2048" type="line"/>
- <point x="1684" y="1732" type="line"/>
- <point x="1660" y="1732" type="line"/>
- <point x="1560" y="1948"/>
- <point x="1332" y="2076"/>
- <point x="1052" y="2076" type="curve" smooth="yes"/>
- <point x="536" y="2076"/>
- <point x="184" y="1640"/>
- <point x="184" y="1032" type="curve" smooth="yes"/>
- <point x="184" y="404"/>
- <point x="540" y="-32"/>
- <point x="1052" y="-32" type="curve" smooth="yes"/>
- <point x="1328" y="-32"/>
- <point x="1556" y="96"/>
- <point x="1660" y="324" type="curve"/>
- <point x="1676" y="324" type="line"/>
- <point x="1676" y="0" type="line"/>
- <point x="1912" y="0" type="line"/>
+ <point x="1912.0" y="2048.0" type="line"/>
+ <point x="1684.0" y="2048.0" type="line"/>
+ <point x="1684.0" y="1732.0" type="line"/>
+ <point x="1660.0" y="1732.0" type="line"/>
+ <point x="1560.0" y="1948.0"/>
+ <point x="1332.0" y="2076.0"/>
+ <point x="1052.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="2076.0"/>
+ <point x="184.0" y="1640.0"/>
+ <point x="184.0" y="1032.0" type="curve" smooth="yes"/>
+ <point x="184.0" y="404.0"/>
+ <point x="540.0" y="-32.0"/>
+ <point x="1052.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="-32.0"/>
+ <point x="1556.0" y="96.0"/>
+ <point x="1660.0" y="324.0" type="curve"/>
+ <point x="1676.0" y="324.0" type="line"/>
+ <point x="1676.0" y="0.0" type="line"/>
+ <point x="1912.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="428" y="1028" type="curve" smooth="yes"/>
- <point x="428" y="1504"/>
- <point x="676" y="1852"/>
- <point x="1056" y="1852" type="curve" smooth="yes"/>
- <point x="1340" y="1852"/>
- <point x="1556" y="1660"/>
- <point x="1636" y="1388" type="curve"/>
- <point x="1672" y="1244"/>
- <point x="1680" y="1076"/>
- <point x="1680" y="1028" type="curve"/>
- <point x="1680" y="972"/>
- <point x="1672" y="800"/>
- <point x="1640" y="664" type="curve"/>
- <point x="1572" y="376"/>
- <point x="1320" y="204"/>
- <point x="1052" y="204" type="curve" smooth="yes"/>
- <point x="688" y="204"/>
- <point x="428" y="520"/>
+ <point x="428.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="428.0" y="1504.0"/>
+ <point x="676.0" y="1852.0"/>
+ <point x="1056.0" y="1852.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="1852.0"/>
+ <point x="1556.0" y="1660.0"/>
+ <point x="1636.0" y="1388.0" type="curve"/>
+ <point x="1672.0" y="1244.0"/>
+ <point x="1680.0" y="1076.0"/>
+ <point x="1680.0" y="1028.0" type="curve"/>
+ <point x="1680.0" y="972.0"/>
+ <point x="1672.0" y="800.0"/>
+ <point x="1640.0" y="664.0" type="curve"/>
+ <point x="1572.0" y="376.0"/>
+ <point x="1320.0" y="204.0"/>
+ <point x="1052.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="204.0"/>
+ <point x="428.0" y="520.0"/>
</contour>
<contour>
- <point x="1912" y="100" type="line"/>
- <point x="1676" y="100" type="line"/>
- <point x="1676" y="-164" type="line" smooth="yes"/>
- <point x="1676" y="-428"/>
- <point x="1852" y="-576"/>
- <point x="2076" y="-576" type="curve" smooth="yes"/>
- <point x="2124" y="-576"/>
- <point x="2176" y="-576"/>
- <point x="2212" y="-564" type="curve"/>
- <point x="2212" y="-364" type="line"/>
- <point x="2192" y="-368"/>
- <point x="2164" y="-372"/>
- <point x="2136" y="-372" type="curve" smooth="yes"/>
- <point x="2008" y="-372"/>
- <point x="1912" y="-324"/>
- <point x="1912" y="-164" type="curve" smooth="yes"/>
+ <point x="1912.0" y="100.0" type="line"/>
+ <point x="1676.0" y="100.0" type="line"/>
+ <point x="1676.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1676.0" y="-428.0"/>
+ <point x="1852.0" y="-576.0"/>
+ <point x="2076.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="2124.0" y="-576.0"/>
+ <point x="2176.0" y="-576.0"/>
+ <point x="2212.0" y="-564.0" type="curve"/>
+ <point x="2212.0" y="-364.0" type="line"/>
+ <point x="2192.0" y="-368.0"/>
+ <point x="2164.0" y="-372.0"/>
+ <point x="2136.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="2008.0" y="-372.0"/>
+ <point x="1912.0" y="-324.0"/>
+ <point x="1912.0" y="-164.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>O</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Q_rthook</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2128</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1998, 'leftMargin': 161, 'rightMargin': 14}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_.glif b/src/Inter-UI-Regular.ufo/glyphs/R_.glif
index 2308a4d11..66a6aa6c8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/R_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_.glif
@@ -1,121 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="R" format="1">
- <advance width="1784"/>
+<glyph name="R" format="2">
+ <advance width="1784.0"/>
<unicode hex="0052"/>
+ <guideline x="924.0" y="2112.0" angle="90.0"/>
+ <anchor x="848.0" y="0.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- <point x="496" y="1828" type="line"/>
- <point x="932" y="1828" type="line" smooth="yes"/>
- <point x="1296" y="1828"/>
- <point x="1376" y="1612"/>
- <point x="1376" y="1420" type="curve" smooth="yes"/>
- <point x="1376" y="1192"/>
- <point x="1264" y="1024"/>
- <point x="904" y="1024" type="curve" smooth="yes"/>
- <point x="440" y="1024" type="line"/>
- <point x="440" y="796" type="line"/>
- <point x="1068" y="796" type="line"/>
- <point x="1144" y="816" type="line"/>
- <point x="1448" y="896"/>
- <point x="1620" y="1100"/>
- <point x="1620" y="1420" type="curve" smooth="yes"/>
- <point x="1620" y="1760"/>
- <point x="1420" y="2048"/>
- <point x="932" y="2048" type="curve"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1828.0" type="line"/>
+ <point x="932.0" y="1828.0" type="line" smooth="yes"/>
+ <point x="1296.0" y="1828.0"/>
+ <point x="1376.0" y="1612.0"/>
+ <point x="1376.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1376.0" y="1192.0"/>
+ <point x="1264.0" y="1024.0"/>
+ <point x="904.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="1024.0" type="line"/>
+ <point x="440.0" y="796.0" type="line"/>
+ <point x="1068.0" y="796.0" type="line"/>
+ <point x="1144.0" y="816.0" type="line"/>
+ <point x="1448.0" y="896.0"/>
+ <point x="1620.0" y="1100.0"/>
+ <point x="1620.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="1760.0"/>
+ <point x="1420.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve"/>
</contour>
<contour>
- <point x="1404" y="0" type="line"/>
- <point x="1692" y="0" type="line"/>
- <point x="1224" y="900" type="line"/>
- <point x="944" y="900" type="line"/>
- </contour>
- <contour>
- <point x="904" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="848" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1732" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1732" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1732" y="2200" type="move" name="top0315"/>
+ <point x="1404.0" y="0.0" type="line"/>
+ <point x="1692.0" y="0.0" type="line"/>
+ <point x="1224.0" y="900.0" type="line"/>
+ <point x="944.0" y="900.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>924</integer>
- <key>y</key>
- <integer>2112</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>P</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>R</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1784</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/R_acute.glif
new file mode 100644
index 000000000..8be9b836d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Racute" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0154"/>
+ <anchor x="848.0" y="0.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2796.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="acute" xOffset="592.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/R_caron.glif
new file mode 100644
index 000000000..1f027b2b0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rcaron" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0158"/>
+ <anchor x="848.0" y="0.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2760.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="caron" xOffset="256.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_commaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/R_commaaccent.glif
new file mode 100644
index 000000000..4631d5d54
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rcommaaccent" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0156"/>
+ <anchor x="884.0" y="-728.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="commaaccent" xOffset="456.0" yOffset="-512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_dblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/R_dblgrave.glif
new file mode 100644
index 000000000..b2e63f83e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rdblgrave" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0210"/>
+ <anchor x="848.0" y="0.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2730.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="dblgravecmb" xOffset="1528.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/R_dotaccent.glif
new file mode 100644
index 000000000..b2272923e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rdotaccent" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E58"/>
+ <anchor x="848.0" y="0.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2700.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="dotaccent" xOffset="576.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/R_dotbelow.glif
new file mode 100644
index 000000000..eb24aaeee
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rdotbelow" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E5A"/>
+ <anchor x="848.0" y="-495.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="dotbelow" xOffset="1672.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_dotbelowmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/R_dotbelowmacron.glif
new file mode 100644
index 000000000..0aa346a0c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_dotbelowmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rdotbelowmacron" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E5C"/>
+ <anchor x="848.0" y="-495.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2712.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="dotbelow" xOffset="1672.0"/>
+ <component base="macron" xOffset="280.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_ho.glif b/src/Inter-UI-Regular.ufo/glyphs/R_ho.glif
new file mode 100644
index 000000000..7635e016e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_ho.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rho" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="03A1"/>
+ <anchor x="736.0" y="0.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_invertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/R_invertedbreve.glif
new file mode 100644
index 000000000..248709f0f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rinvertedbreve" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0212"/>
+ <anchor x="848.0" y="0.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2771.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="breveinvnosp" xOffset="1712.0" yOffset="656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_linebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/R_linebelow.glif
new file mode 100644
index 000000000..d2a9ea343
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rlinebelow" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1E5E"/>
+ <anchor x="848.0" y="-404.0" name="bottom"/>
+ <anchor x="1732.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1732.0" y="2200.0" name="top0315"/>
+ <anchor x="1732.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="R"/>
+ <component base="macronsubnosp" xOffset="1656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_smallcap.glif b/src/Inter-UI-Regular.ufo/glyphs/R_smallcap.glif
new file mode 100644
index 000000000..5f461d47c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_smallcap.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rsmallcap" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0280"/>
+ <anchor x="816.0" y="0.0" name="bottom"/>
+ <anchor x="816.0" y="1776.0" name="top"/>
+ <anchor x="1652.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="800.0" y="716.0" type="line"/>
+ <point x="1236.0" y="0.0" type="line"/>
+ <point x="1532.0" y="0.0" type="line"/>
+ <point x="1096.0" y="716.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="244.0" y="1488.0" type="line"/>
+ <point x="244.0" y="0.0" type="line"/>
+ <point x="520.0" y="0.0" type="line"/>
+ <point x="520.0" y="1272.0" type="line"/>
+ <point x="876.0" y="1272.0" type="line" smooth="yes"/>
+ <point x="1084.0" y="1272.0"/>
+ <point x="1172.0" y="1148.0"/>
+ <point x="1172.0" y="1032.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="916.0"/>
+ <point x="1092.0" y="796.0"/>
+ <point x="904.0" y="796.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="796.0" type="line"/>
+ <point x="448.0" y="576.0" type="line"/>
+ <point x="904.0" y="576.0" type="line" smooth="yes"/>
+ <point x="1248.0" y="576.0"/>
+ <point x="1448.0" y="772.0"/>
+ <point x="1448.0" y="1032.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="1296.0"/>
+ <point x="1240.0" y="1488.0"/>
+ <point x="876.0" y="1488.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_smallcapinv.glif b/src/Inter-UI-Regular.ufo/glyphs/R_smallcapinv.glif
new file mode 100644
index 000000000..275b2f0bb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_smallcapinv.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rsmallcapinv" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0281"/>
+ <anchor x="896.0" y="0.0" name="bottom"/>
+ <anchor x="896.0" y="1776.0" name="top"/>
+ <anchor x="1652.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1096.0" y="772.0" type="line"/>
+ <point x="1532.0" y="1488.0" type="line"/>
+ <point x="1236.0" y="1488.0" type="line"/>
+ <point x="800.0" y="772.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="876.0" y="0.0" type="line"/>
+ <point x="1240.0" y="0.0"/>
+ <point x="1448.0" y="196.0"/>
+ <point x="1448.0" y="456.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="720.0"/>
+ <point x="1248.0" y="912.0"/>
+ <point x="904.0" y="912.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="912.0" type="line"/>
+ <point x="448.0" y="692.0" type="line"/>
+ <point x="904.0" y="692.0" type="line" smooth="yes"/>
+ <point x="1092.0" y="692.0"/>
+ <point x="1172.0" y="572.0"/>
+ <point x="1172.0" y="460.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="340.0"/>
+ <point x="1084.0" y="216.0"/>
+ <point x="876.0" y="216.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="216.0" type="line"/>
+ <point x="520.0" y="1488.0" type="line"/>
+ <point x="244.0" y="1488.0" type="line"/>
+ <point x="244.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_turnsuper.glif b/src/Inter-UI-Regular.ufo/glyphs/R_turnsuper.glif
new file mode 100644
index 000000000..16e3cecc4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_turnsuper.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rturnsuper" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="02B6"/>
+ <outline>
+ <contour>
+ <point x="836.0" y="1524.0" type="line"/>
+ <point x="1128.0" y="1996.0" type="line"/>
+ <point x="840.0" y="1996.0" type="line"/>
+ <point x="548.0" y="1524.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="628.0" y="896.0" type="line"/>
+ <point x="896.0" y="896.0"/>
+ <point x="1052.0" y="1068.0"/>
+ <point x="1052.0" y="1260.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1456.0"/>
+ <point x="904.0" y="1624.0"/>
+ <point x="648.0" y="1624.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="1624.0" type="line"/>
+ <point x="336.0" y="1416.0" type="line"/>
+ <point x="604.0" y="1416.0" type="line" smooth="yes"/>
+ <point x="744.0" y="1416.0"/>
+ <point x="800.0" y="1348.0"/>
+ <point x="800.0" y="1264.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="1176.0"/>
+ <point x="736.0" y="1108.0"/>
+ <point x="580.0" y="1108.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="1108.0" type="line"/>
+ <point x="388.0" y="1996.0" type="line"/>
+ <point x="136.0" y="1996.0" type="line"/>
+ <point x="136.0" y="896.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/R_x.glif b/src/Inter-UI-Regular.ufo/glyphs/R_x.glif
new file mode 100644
index 000000000..1fc341e38
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/R_x.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Rx" format="2">
+ <advance width="1924.0"/>
+ <unicode hex="211E"/>
+ <outline>
+ <contour>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1828.0" type="line"/>
+ <point x="932.0" y="1828.0" type="line" smooth="yes"/>
+ <point x="1296.0" y="1828.0"/>
+ <point x="1376.0" y="1612.0"/>
+ <point x="1376.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1376.0" y="1192.0"/>
+ <point x="1264.0" y="1024.0"/>
+ <point x="904.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="1024.0" type="line"/>
+ <point x="440.0" y="796.0" type="line"/>
+ <point x="1068.0" y="796.0" type="line"/>
+ <point x="1144.0" y="816.0" type="line"/>
+ <point x="1448.0" y="896.0"/>
+ <point x="1620.0" y="1100.0"/>
+ <point x="1620.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="1760.0"/>
+ <point x="1420.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1532.0" y="0.0" type="line"/>
+ <point x="1820.0" y="0.0" type="line"/>
+ <point x="1160.0" y="900.0" type="line"/>
+ <point x="880.0" y="900.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1168.0" y="0.0" type="line"/>
+ <point x="1820.0" y="900.0" type="line"/>
+ <point x="1540.0" y="900.0" type="line"/>
+ <point x="880.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Rsmallcap_.glif b/src/Inter-UI-Regular.ufo/glyphs/Rsmallcap_.glif
deleted file mode 100644
index 805edcaa9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Rsmallcap_.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Rsmallcap" format="1">
- <advance width="1776"/>
- <unicode hex="0280"/>
- <outline>
- <contour>
- <point x="800" y="716" type="line"/>
- <point x="1236" y="0" type="line"/>
- <point x="1532" y="0" type="line"/>
- <point x="1096" y="716" type="line"/>
- </contour>
- <contour>
- <point x="244" y="1488" type="line"/>
- <point x="244" y="0" type="line"/>
- <point x="520" y="0" type="line"/>
- <point x="520" y="1272" type="line"/>
- <point x="876" y="1272" type="line" smooth="yes"/>
- <point x="1084" y="1272"/>
- <point x="1172" y="1148"/>
- <point x="1172" y="1032" type="curve" smooth="yes"/>
- <point x="1172" y="916"/>
- <point x="1092" y="796"/>
- <point x="904" y="796" type="curve" smooth="yes"/>
- <point x="448" y="796" type="line"/>
- <point x="448" y="576" type="line"/>
- <point x="904" y="576" type="line" smooth="yes"/>
- <point x="1248" y="576"/>
- <point x="1448" y="772"/>
- <point x="1448" y="1032" type="curve" smooth="yes"/>
- <point x="1448" y="1296"/>
- <point x="1240" y="1488"/>
- <point x="876" y="1488" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="816" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="816" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1652" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1555, 'leftMargin': 147, 'rightMargin': 122}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Rsmallcapinv_.glif b/src/Inter-UI-Regular.ufo/glyphs/Rsmallcapinv_.glif
deleted file mode 100644
index 9728845d3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Rsmallcapinv_.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Rsmallcapinv" format="1">
- <advance width="1776"/>
- <unicode hex="0281"/>
- <outline>
- <contour>
- <point x="1096" y="772" type="line"/>
- <point x="1532" y="1488" type="line"/>
- <point x="1236" y="1488" type="line"/>
- <point x="800" y="772" type="line"/>
- </contour>
- <contour>
- <point x="876" y="0" type="line"/>
- <point x="1240" y="0"/>
- <point x="1448" y="196"/>
- <point x="1448" y="456" type="curve" smooth="yes"/>
- <point x="1448" y="720"/>
- <point x="1248" y="912"/>
- <point x="904" y="912" type="curve" smooth="yes"/>
- <point x="448" y="912" type="line"/>
- <point x="448" y="692" type="line"/>
- <point x="904" y="692" type="line" smooth="yes"/>
- <point x="1092" y="692"/>
- <point x="1172" y="572"/>
- <point x="1172" y="460" type="curve" smooth="yes"/>
- <point x="1172" y="340"/>
- <point x="1084" y="216"/>
- <point x="876" y="216" type="curve" smooth="yes"/>
- <point x="520" y="216" type="line"/>
- <point x="520" y="1488" type="line"/>
- <point x="244" y="1488" type="line"/>
- <point x="244" y="0" type="line"/>
- </contour>
- <contour>
- <point x="896" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="896" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1652" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1555, 'leftMargin': 147, 'rightMargin': 122}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Rturnsuper_.glif b/src/Inter-UI-Regular.ufo/glyphs/Rturnsuper_.glif
deleted file mode 100644
index 563a50822..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Rturnsuper_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Rturnsuper" format="1">
- <advance width="1264"/>
- <unicode hex="02B6"/>
- <outline>
- <contour>
- <point x="836" y="1524" type="line"/>
- <point x="1128" y="1996" type="line"/>
- <point x="840" y="1996" type="line"/>
- <point x="548" y="1524" type="line"/>
- </contour>
- <contour>
- <point x="628" y="896" type="line"/>
- <point x="896" y="896"/>
- <point x="1052" y="1068"/>
- <point x="1052" y="1260" type="curve" smooth="yes"/>
- <point x="1052" y="1456"/>
- <point x="904" y="1624"/>
- <point x="648" y="1624" type="curve" smooth="yes"/>
- <point x="336" y="1624" type="line"/>
- <point x="336" y="1416" type="line"/>
- <point x="604" y="1416" type="line" smooth="yes"/>
- <point x="744" y="1416"/>
- <point x="800" y="1348"/>
- <point x="800" y="1264" type="curve" smooth="yes"/>
- <point x="800" y="1176"/>
- <point x="736" y="1108"/>
- <point x="580" y="1108" type="curve" smooth="yes"/>
- <point x="388" y="1108" type="line"/>
- <point x="388" y="1996" type="line"/>
- <point x="136" y="1996" type="line"/>
- <point x="136" y="896" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1214, 'leftMargin': 138, 'rightMargin': 82}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Rx_.glif b/src/Inter-UI-Regular.ufo/glyphs/Rx_.glif
deleted file mode 100644
index 216bbbbb1..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Rx_.glif
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Rx" format="1">
- <advance width="1924"/>
- <unicode hex="211E"/>
- <outline>
- <contour>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- <point x="496" y="1828" type="line"/>
- <point x="932" y="1828" type="line" smooth="yes"/>
- <point x="1296" y="1828"/>
- <point x="1376" y="1612"/>
- <point x="1376" y="1420" type="curve" smooth="yes"/>
- <point x="1376" y="1192"/>
- <point x="1264" y="1024"/>
- <point x="904" y="1024" type="curve" smooth="yes"/>
- <point x="440" y="1024" type="line"/>
- <point x="440" y="796" type="line"/>
- <point x="1068" y="796" type="line"/>
- <point x="1144" y="816" type="line"/>
- <point x="1448" y="896"/>
- <point x="1620" y="1100"/>
- <point x="1620" y="1420" type="curve" smooth="yes"/>
- <point x="1620" y="1760"/>
- <point x="1420" y="2048"/>
- <point x="932" y="2048" type="curve"/>
- </contour>
- <contour>
- <point x="1532" y="0" type="line"/>
- <point x="1820" y="0" type="line"/>
- <point x="1160" y="900" type="line"/>
- <point x="880" y="900" type="line"/>
- </contour>
- <contour>
- <point x="1168" y="0" type="line"/>
- <point x="1820" y="900" type="line"/>
- <point x="1540" y="900" type="line"/>
- <point x="880" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1865, 'leftMargin': 228, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_.glif b/src/Inter-UI-Regular.ufo/glyphs/S_.glif
index 562ce358c..bd7ae48c9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/S_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_.glif
@@ -1,134 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="S" format="1">
- <advance width="1788"/>
+<glyph name="S" format="2">
+ <advance width="1788.0"/>
<unicode hex="0053"/>
+ <guideline x="52.0" y="528.0" angle="0.0"/>
+ <anchor x="888.0" y="-36.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1360" y="1520" type="curve"/>
- <point x="1600" y="1520" type="line"/>
- <point x="1580" y="1844"/>
- <point x="1304" y="2076"/>
- <point x="908" y="2076" type="curve" smooth="yes"/>
- <point x="516" y="2076"/>
- <point x="208" y="1848"/>
- <point x="208" y="1504" type="curve" smooth="yes"/>
- <point x="208" y="1228"/>
- <point x="408" y="1064"/>
- <point x="728" y="972" type="curve" smooth="yes"/>
- <point x="980" y="900" type="line" smooth="yes"/>
- <point x="1256" y="820"/>
- <point x="1388" y="744"/>
- <point x="1388" y="560" type="curve" smooth="yes"/>
- <point x="1388" y="336"/>
- <point x="1172" y="188"/>
- <point x="888" y="188" type="curve" smooth="yes"/>
- <point x="644" y="188"/>
- <point x="428" y="296"/>
- <point x="408" y="528" type="curve"/>
- <point x="152" y="528" type="line"/>
- <point x="176" y="192"/>
- <point x="448" y="-36"/>
- <point x="888" y="-36" type="curve" smooth="yes"/>
- <point x="1360" y="-36"/>
- <point x="1628" y="224"/>
- <point x="1628" y="560" type="curve" smooth="yes"/>
- <point x="1628" y="844"/>
- <point x="1440" y="1016"/>
- <point x="1052" y="1120" type="curve" smooth="yes"/>
- <point x="844" y="1176" type="line" smooth="yes"/>
- <point x="572" y="1248"/>
- <point x="448" y="1348"/>
- <point x="448" y="1512" type="curve" smooth="yes"/>
- <point x="448" y="1712"/>
- <point x="628" y="1856"/>
- <point x="900" y="1856" type="curve" smooth="yes"/>
- <point x="1148" y="1856"/>
- <point x="1324" y="1740"/>
- </contour>
- <contour>
- <point x="888" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="-36" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1648" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1648" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1648" y="2200" type="move" name="top0315"/>
+ <point x="1360.0" y="1520.0" type="curve"/>
+ <point x="1600.0" y="1520.0" type="line"/>
+ <point x="1580.0" y="1844.0"/>
+ <point x="1304.0" y="2076.0"/>
+ <point x="908.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="2076.0"/>
+ <point x="208.0" y="1848.0"/>
+ <point x="208.0" y="1504.0" type="curve" smooth="yes"/>
+ <point x="208.0" y="1228.0"/>
+ <point x="408.0" y="1064.0"/>
+ <point x="728.0" y="972.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="900.0" type="line" smooth="yes"/>
+ <point x="1256.0" y="820.0"/>
+ <point x="1388.0" y="744.0"/>
+ <point x="1388.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="336.0"/>
+ <point x="1172.0" y="188.0"/>
+ <point x="888.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="188.0"/>
+ <point x="428.0" y="296.0"/>
+ <point x="408.0" y="528.0" type="curve"/>
+ <point x="152.0" y="528.0" type="line"/>
+ <point x="176.0" y="192.0"/>
+ <point x="448.0" y="-36.0"/>
+ <point x="888.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="1360.0" y="-36.0"/>
+ <point x="1628.0" y="224.0"/>
+ <point x="1628.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="844.0"/>
+ <point x="1440.0" y="1016.0"/>
+ <point x="1052.0" y="1120.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="1176.0" type="line" smooth="yes"/>
+ <point x="572.0" y="1248.0"/>
+ <point x="448.0" y="1348.0"/>
+ <point x="448.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1712.0"/>
+ <point x="628.0" y="1856.0"/>
+ <point x="900.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="1856.0"/>
+ <point x="1324.0" y="1740.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>52</integer>
- <key>y</key>
- <integer>528</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>R</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>S</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1788</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/S_acute.glif
new file mode 100644
index 000000000..42b71a3c5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sacute" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="015A"/>
+ <anchor x="888.0" y="-36.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2796.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="acute" xOffset="576.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_acutedotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/S_acutedotaccent.glif
new file mode 100644
index 000000000..ac3057b9b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_acutedotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sacutedotaccent" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="1E64"/>
+ <anchor x="888.0" y="-36.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="acutedotcomb.cn" xOffset="1696.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_ampi.glif b/src/Inter-UI-Regular.ufo/glyphs/S_ampi.glif
new file mode 100644
index 000000000..956a117fc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_ampi.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sampi" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="03E0"/>
+ <outline>
+ <contour>
+ <point x="332.0" y="1208.0" type="line"/>
+ <point x="400.0" y="1588.0"/>
+ <point x="612.0" y="1800.0"/>
+ <point x="972.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="1800.0"/>
+ <point x="1712.0" y="1420.0"/>
+ <point x="1712.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="1712.0" y="644.0" type="line" smooth="yes"/>
+ <point x="1712.0" y="48.0"/>
+ <point x="1460.0" y="-344.0"/>
+ <point x="980.0" y="-344.0" type="curve"/>
+ <point x="980.0" y="-600.0" type="line"/>
+ <point x="1612.0" y="-600.0"/>
+ <point x="1988.0" y="-108.0"/>
+ <point x="1988.0" y="644.0" type="curve" smooth="yes"/>
+ <point x="1988.0" y="788.0" type="line" smooth="yes"/>
+ <point x="1988.0" y="1540.0"/>
+ <point x="1640.0" y="2032.0"/>
+ <point x="972.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="2032.0"/>
+ <point x="104.0" y="1624.0"/>
+ <point x="44.0" y="1208.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="516.0" y="924.0" type="line"/>
+ <point x="624.0" y="732.0" type="line"/>
+ <point x="1704.0" y="1356.0" type="line"/>
+ <point x="1592.0" y="1548.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="792.0" y="296.0" type="line"/>
+ <point x="904.0" y="104.0" type="line"/>
+ <point x="1956.0" y="712.0" type="line"/>
+ <point x="1872.0" y="916.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/S_caron.glif
new file mode 100644
index 000000000..a8503ff14
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scaron" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="0160"/>
+ <anchor x="888.0" y="-36.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="872.0" y="2760.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="caron" xOffset="240.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_carondotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/S_carondotaccent.glif
new file mode 100644
index 000000000..85adf127e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_carondotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scarondotaccent" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="1E66"/>
+ <anchor x="888.0" y="-36.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="carondotcomb.cn" xOffset="1696.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_cedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/S_cedilla.glif
new file mode 100644
index 000000000..628e48c07
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_cedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scedilla" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="015E"/>
+ <anchor x="808.0" y="-640.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="cedilla" xOffset="512.0" yOffset="-40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_chwa.glif b/src/Inter-UI-Regular.ufo/glyphs/S_chwa.glif
new file mode 100644
index 000000000..d4130b495
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_chwa.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Schwa" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="018F"/>
+ <anchor x="1016.0" y="0.0" name="bottom"/>
+ <anchor x="964.0" y="2200.0" name="top"/>
+ <anchor x="2008.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1016.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="-28.0"/>
+ <point x="1848.0" y="368.0"/>
+ <point x="1848.0" y="940.0" type="curve" smooth="yes"/>
+ <point x="1848.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="1848.0" y="1628.0"/>
+ <point x="1524.0" y="2032.0"/>
+ <point x="936.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="2032.0"/>
+ <point x="436.0" y="1936.0"/>
+ <point x="380.0" y="1900.0" type="curve"/>
+ <point x="448.0" y="1692.0" type="line"/>
+ <point x="548.0" y="1736.0"/>
+ <point x="700.0" y="1796.0"/>
+ <point x="936.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="1796.0"/>
+ <point x="1560.0" y="1468.0"/>
+ <point x="1560.0" y="1056.0" type="curve" smooth="yes"/>
+ <point x="1560.0" y="940.0" type="line" smooth="yes"/>
+ <point x="1560.0" y="532.0"/>
+ <point x="1364.0" y="204.0"/>
+ <point x="1016.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="204.0"/>
+ <point x="472.0" y="468.0"/>
+ <point x="472.0" y="804.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="848.0" type="line"/>
+ <point x="1672.0" y="848.0" type="line"/>
+ <point x="1672.0" y="1064.0" type="line"/>
+ <point x="188.0" y="1064.0" type="line"/>
+ <point x="188.0" y="892.0" type="line" smooth="yes"/>
+ <point x="188.0" y="328.0"/>
+ <point x="468.0" y="-28.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_chwacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/S_chwacyrillic.glif
new file mode 100644
index 000000000..27f05d174
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_chwacyrillic.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Schwacyrillic" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="04D8"/>
+ <anchor x="984.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="2152.0" name="top"/>
+ <anchor x="2008.0" y="2152.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="936.0" y="2032.0" type="curve"/>
+ <point x="620.0" y="2032.0"/>
+ <point x="436.0" y="1936.0"/>
+ <point x="380.0" y="1900.0" type="curve"/>
+ <point x="448.0" y="1692.0" type="line"/>
+ <point x="548.0" y="1736.0"/>
+ <point x="700.0" y="1796.0"/>
+ <point x="936.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="1796.0"/>
+ <point x="1560.0" y="1468.0"/>
+ <point x="1560.0" y="1056.0" type="curve" smooth="yes"/>
+ <point x="1560.0" y="940.0" type="line" smooth="yes"/>
+ <point x="1560.0" y="532.0"/>
+ <point x="1364.0" y="204.0"/>
+ <point x="1016.0" y="204.0" type="curve"/>
+ <point x="608.0" y="204.0"/>
+ <point x="472.0" y="468.0"/>
+ <point x="472.0" y="804.0" type="curve"/>
+ <point x="472.0" y="848.0" type="line"/>
+ <point x="1672.0" y="848.0" type="line"/>
+ <point x="1672.0" y="1064.0" type="line"/>
+ <point x="188.0" y="1064.0" type="line"/>
+ <point x="188.0" y="892.0" type="line" smooth="yes"/>
+ <point x="188.0" y="328.0"/>
+ <point x="468.0" y="-28.0"/>
+ <point x="1016.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="-32.0"/>
+ <point x="1848.0" y="368.0"/>
+ <point x="1848.0" y="940.0" type="curve" smooth="yes"/>
+ <point x="1848.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="1848.0" y="1628.0"/>
+ <point x="1524.0" y="2032.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_chwadieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/S_chwadieresiscyrillic.glif
new file mode 100644
index 000000000..7743ecd40
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_chwadieresiscyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Schwadieresiscyrillic" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="04DA"/>
+ <anchor x="984.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="2152.0" name="parent_top"/>
+ <anchor x="932.0" y="2532.0" name="top"/>
+ <anchor x="2008.0" y="2152.0" name="top0315"/>
+ <outline>
+ <component base="Schwacyrillic"/>
+ <component base="dieresis" xOffset="112.0" yOffset="360.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/S_circumflex.glif
new file mode 100644
index 000000000..ca8779789
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scircumflex" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="015C"/>
+ <anchor x="888.0" y="-36.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2768.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="circumflex" xOffset="240.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_commaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/S_commaaccent.glif
new file mode 100644
index 000000000..75f28e6fe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Scommaaccent" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="0218"/>
+ <anchor x="924.0" y="-764.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="commaaccent" xOffset="496.0" yOffset="-552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/S_dotaccent.glif
new file mode 100644
index 000000000..8c26259f4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sdotaccent" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="1E60"/>
+ <anchor x="888.0" y="-36.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2700.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="dotaccent" xOffset="560.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/S_dotbelow.glif
new file mode 100644
index 000000000..f7048b879
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sdotbelow" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="1E62"/>
+ <anchor x="888.0" y="-531.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="dotbelow" xOffset="1712.0" yOffset="-40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_dotbelowdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/S_dotbelowdotaccent.glif
new file mode 100644
index 000000000..42d34aa72
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_dotbelowdotaccent.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sdotbelowdotaccent" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="1E68"/>
+ <anchor x="888.0" y="-531.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2700.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ <component base="dotbelow" xOffset="1712.0" yOffset="-40.0"/>
+ <component base="dotaccent" xOffset="560.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_hhacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/S_hhacyrillic.glif
new file mode 100644
index 000000000..dc7ddc81a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_hhacyrillic.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Shhacyrillic" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="04BA"/>
+ <anchor x="1504.0" y="0.0" name="left"/>
+ <anchor x="1780.0" y="0.0" name="right"/>
+ <anchor x="1032.0" y="2216.0" name="top"/>
+ <anchor x="2012.0" y="2216.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1764.0" y="0.0" type="line"/>
+ <point x="1764.0" y="640.0" type="line"/>
+ <point x="1764.0" y="1088.0"/>
+ <point x="1512.0" y="1260.0"/>
+ <point x="1084.0" y="1260.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="1260.0"/>
+ <point x="664.0" y="1220.0"/>
+ <point x="484.0" y="1164.0" type="curve"/>
+ <point x="484.0" y="936.0" type="line"/>
+ <point x="668.0" y="992.0"/>
+ <point x="864.0" y="1028.0"/>
+ <point x="1084.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="1028.0"/>
+ <point x="1480.0" y="944.0"/>
+ <point x="1480.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="1480.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="552.0" y="0.0" type="line"/>
+ <point x="552.0" y="2004.0" type="line"/>
+ <point x="268.0" y="2004.0" type="line"/>
+ <point x="268.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_igma.glif b/src/Inter-UI-Regular.ufo/glyphs/S_igma.glif
new file mode 100644
index 000000000..e821fa4c5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_igma.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Sigma" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03A3"/>
+ <outline>
+ <contour>
+ <point x="1592.0" y="232.0" type="line"/>
+ <point x="296.0" y="232.0" type="line"/>
+ <point x="296.0" y="0.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1528.0" y="2004.0" type="line"/>
+ <point x="248.0" y="2004.0" type="line"/>
+ <point x="248.0" y="1772.0" type="line"/>
+ <point x="1528.0" y="1772.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1140.0" y="1012.0" type="line"/>
+ <point x="356.0" y="2004.0" type="line"/>
+ <point x="184.0" y="2004.0" type="line"/>
+ <point x="184.0" y="1792.0" type="line"/>
+ <point x="836.0" y="996.0" type="line"/>
+ <point x="184.0" y="208.0" type="line"/>
+ <point x="184.0" y="0.0" type="line"/>
+ <point x="356.0" y="0.0" type="line"/>
+ <point x="1140.0" y="984.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/S_tigma.glif b/src/Inter-UI-Regular.ufo/glyphs/S_tigma.glif
new file mode 100644
index 000000000..0f5ccceed
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/S_tigma.glif
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Stigma" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="03DA"/>
+ <outline>
+ <contour>
+ <point x="1296.0" y="-540.0" type="line"/>
+ <point x="1584.0" y="-516.0"/>
+ <point x="1732.0" y="-376.0"/>
+ <point x="1732.0" y="-172.0" type="curve" smooth="yes"/>
+ <point x="1732.0" y="8.0"/>
+ <point x="1592.0" y="108.0"/>
+ <point x="1404.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="332.0" type="line" smooth="yes"/>
+ <point x="704.0" y="412.0"/>
+ <point x="528.0" y="568.0"/>
+ <point x="528.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="1100.0" type="line" smooth="yes"/>
+ <point x="528.0" y="1520.0"/>
+ <point x="700.0" y="1800.0"/>
+ <point x="1056.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="1800.0"/>
+ <point x="1472.0" y="1588.0"/>
+ <point x="1508.0" y="1356.0" type="curve"/>
+ <point x="1792.0" y="1356.0" type="line"/>
+ <point x="1752.0" y="1748.0"/>
+ <point x="1512.0" y="2032.0"/>
+ <point x="1056.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="2032.0"/>
+ <point x="240.0" y="1660.0"/>
+ <point x="240.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="904.0" type="line" smooth="yes"/>
+ <point x="240.0" y="444.0"/>
+ <point x="508.0" y="208.0"/>
+ <point x="888.0" y="84.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="-64.0" type="line" smooth="yes"/>
+ <point x="1416.0" y="-92.0"/>
+ <point x="1448.0" y="-124.0"/>
+ <point x="1448.0" y="-192.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="-260.0"/>
+ <point x="1392.0" y="-300.0"/>
+ <point x="1296.0" y="-308.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.35</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Sampi_.glif b/src/Inter-UI-Regular.ufo/glyphs/Sampi_.glif
deleted file mode 100644
index 3a33c9a7a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Sampi_.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Sampi" format="1">
- <advance width="2032"/>
- <unicode hex="03E0"/>
- <outline>
- <contour>
- <point x="332" y="1208" type="line" name="hr00"/>
- <point x="400" y="1588"/>
- <point x="612" y="1800"/>
- <point x="972" y="1800" type="curve" smooth="yes"/>
- <point x="1448" y="1800"/>
- <point x="1712" y="1420"/>
- <point x="1712" y="792" type="curve" smooth="yes"/>
- <point x="1712" y="644" type="line" smooth="yes"/>
- <point x="1712" y="48"/>
- <point x="1460" y="-344"/>
- <point x="980" y="-344" type="curve"/>
- <point x="980" y="-600" type="line"/>
- <point x="1612" y="-600"/>
- <point x="1988" y="-108"/>
- <point x="1988" y="644" type="curve" smooth="yes"/>
- <point x="1988" y="788" type="line" smooth="yes"/>
- <point x="1988" y="1540"/>
- <point x="1640" y="2032"/>
- <point x="972" y="2032" type="curve" smooth="yes"/>
- <point x="384" y="2032"/>
- <point x="104" y="1624"/>
- <point x="44" y="1208" type="curve"/>
- </contour>
- <contour>
- <point x="516" y="924" type="line"/>
- <point x="624" y="732" type="line"/>
- <point x="1704" y="1356" type="line"/>
- <point x="1592" y="1548" type="line"/>
- </contour>
- <contour>
- <point x="792" y="296" type="line"/>
- <point x="904" y="104" type="line"/>
- <point x="1956" y="712" type="line"/>
- <point x="1872" y="916" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2134.0, 'leftMargin': 28, 'rightMargin': 162.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Schwa_.glif b/src/Inter-UI-Regular.ufo/glyphs/Schwa_.glif
deleted file mode 100644
index 531bd55fd..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Schwa_.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Schwa" format="1">
- <advance width="2032"/>
- <unicode hex="018F"/>
- <outline>
- <contour>
- <point x="1016" y="-28" type="curve" smooth="yes"/>
- <point x="1476" y="-28"/>
- <point x="1848" y="368"/>
- <point x="1848" y="940" type="curve" smooth="yes"/>
- <point x="1848" y="1056" type="line" smooth="yes"/>
- <point x="1848" y="1628"/>
- <point x="1524" y="2032"/>
- <point x="936" y="2032" type="curve" smooth="yes"/>
- <point x="620" y="2032"/>
- <point x="436" y="1936"/>
- <point x="380" y="1900" type="curve"/>
- <point x="448" y="1692" type="line"/>
- <point x="548" y="1736"/>
- <point x="700" y="1796"/>
- <point x="936" y="1796" type="curve" smooth="yes"/>
- <point x="1380" y="1796"/>
- <point x="1560" y="1468"/>
- <point x="1560" y="1056" type="curve" smooth="yes"/>
- <point x="1560" y="940" type="line" smooth="yes"/>
- <point x="1560" y="532"/>
- <point x="1364" y="204"/>
- <point x="1016" y="204" type="curve" smooth="yes"/>
- <point x="608" y="204"/>
- <point x="472" y="468"/>
- <point x="472" y="804" type="curve" smooth="yes"/>
- <point x="472" y="848" type="line"/>
- <point x="1672" y="848" type="line"/>
- <point x="1672" y="1064" type="line"/>
- <point x="188" y="1064" type="line"/>
- <point x="188" y="892" type="line" smooth="yes"/>
- <point x="188" y="328"/>
- <point x="468" y="-28"/>
- </contour>
- <contour>
- <point x="964" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1016" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2008" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1940, 'leftMargin': 120, 'rightMargin': 159}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Schwacyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Schwacyrillic_.glif
deleted file mode 100644
index ef38a174e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Schwacyrillic_.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Schwacyrillic" format="1">
- <advance width="2032"/>
- <unicode hex="04D8"/>
- <outline>
- <contour>
- <point x="936" y="2032" type="curve"/>
- <point x="620" y="2032"/>
- <point x="436" y="1936"/>
- <point x="380" y="1900" type="curve"/>
- <point x="448" y="1692" type="line"/>
- <point x="548" y="1736"/>
- <point x="700" y="1796"/>
- <point x="936" y="1796" type="curve" smooth="yes"/>
- <point x="1380" y="1796"/>
- <point x="1560" y="1468"/>
- <point x="1560" y="1056" type="curve" smooth="yes"/>
- <point x="1560" y="940" type="line" smooth="yes"/>
- <point x="1560" y="532"/>
- <point x="1364" y="204"/>
- <point x="1016" y="204" type="curve"/>
- <point x="608" y="204"/>
- <point x="472" y="468"/>
- <point x="472" y="804" type="curve"/>
- <point x="472" y="848" type="line"/>
- <point x="1672" y="848" type="line"/>
- <point x="1672" y="1064" type="line"/>
- <point x="188" y="1064" type="line"/>
- <point x="188" y="892" type="line" smooth="yes"/>
- <point x="188" y="328"/>
- <point x="468" y="-28"/>
- <point x="1016" y="-28" type="curve" smooth="yes"/>
- <point x="1476" y="-32"/>
- <point x="1848" y="368"/>
- <point x="1848" y="940" type="curve" smooth="yes"/>
- <point x="1848" y="1056" type="line" smooth="yes"/>
- <point x="1848" y="1628"/>
- <point x="1524" y="2032"/>
- </contour>
- <contour>
- <point x="932" y="2152" type="move" name="top"/>
- </contour>
- <contour>
- <point x="984" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2008" y="2152" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1940, 'leftMargin': 120, 'rightMargin': 159}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Shhacyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Shhacyrillic_.glif
deleted file mode 100644
index 5c1607177..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Shhacyrillic_.glif
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Shhacyrillic" format="1">
- <advance width="2032"/>
- <unicode hex="04BA"/>
- <outline>
- <contour>
- <point x="1764" y="0" type="line"/>
- <point x="1764" y="640" type="line"/>
- <point x="1764" y="1088"/>
- <point x="1512" y="1260"/>
- <point x="1084" y="1260" type="curve" smooth="yes"/>
- <point x="820" y="1260"/>
- <point x="664" y="1220"/>
- <point x="484" y="1164" type="curve"/>
- <point x="484" y="936" type="line"/>
- <point x="668" y="992"/>
- <point x="864" y="1028"/>
- <point x="1084" y="1028" type="curve" smooth="yes"/>
- <point x="1348" y="1028"/>
- <point x="1480" y="944"/>
- <point x="1480" y="640" type="curve" smooth="yes"/>
- <point x="1480" y="0" type="line"/>
- </contour>
- <contour>
- <point x="552" y="0" type="line"/>
- <point x="552" y="2004" type="line"/>
- <point x="268" y="2004" type="line"/>
- <point x="268" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1032" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1780" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1504" y="0" type="move" name="left"/>
- </contour>
- <contour>
- <point x="2012" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1924, 'leftMargin': 180, 'rightMargin': 246}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Sigma_.glif b/src/Inter-UI-Regular.ufo/glyphs/Sigma_.glif
deleted file mode 100644
index 9dffcdc88..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Sigma_.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Sigma" format="1">
- <advance width="1776"/>
- <unicode hex="03A3"/>
- <outline>
- <contour>
- <point x="1592" y="232" type="line"/>
- <point x="296" y="232" type="line"/>
- <point x="296" y="0" type="line"/>
- <point x="1592" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1528" y="2004" type="line"/>
- <point x="248" y="2004" type="line"/>
- <point x="248" y="1772" type="line"/>
- <point x="1528" y="1772" type="line"/>
- </contour>
- <contour>
- <point x="1140" y="1012" type="line"/>
- <point x="356" y="2004" type="line"/>
- <point x="184" y="2004" type="line"/>
- <point x="184" y="1792" type="line"/>
- <point x="836" y="996" type="line"/>
- <point x="184" y="208" type="line"/>
- <point x="184" y="0" type="line"/>
- <point x="356" y="0" type="line"/>
- <point x="1140" y="984" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1616, 'leftMargin': 98, 'rightMargin': 108}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Stigma_.glif b/src/Inter-UI-Regular.ufo/glyphs/Stigma_.glif
deleted file mode 100644
index ebeebcaeb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Stigma_.glif
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Stigma" format="1">
- <advance width="2032"/>
- <unicode hex="03DA"/>
- <outline>
- <contour>
- <point x="1296" y="-540" type="line" name="hr00"/>
- <point x="1584" y="-516"/>
- <point x="1732" y="-376"/>
- <point x="1732" y="-172" type="curve" smooth="yes"/>
- <point x="1732" y="8"/>
- <point x="1592" y="108"/>
- <point x="1404" y="172" type="curve" smooth="yes"/>
- <point x="940" y="332" type="line" smooth="yes"/>
- <point x="704" y="412"/>
- <point x="528" y="568"/>
- <point x="528" y="904" type="curve" smooth="yes"/>
- <point x="528" y="1100" type="line" smooth="yes"/>
- <point x="528" y="1520"/>
- <point x="700" y="1800"/>
- <point x="1056" y="1800" type="curve" smooth="yes"/>
- <point x="1384" y="1800"/>
- <point x="1472" y="1588"/>
- <point x="1508" y="1356" type="curve"/>
- <point x="1792" y="1356" type="line"/>
- <point x="1752" y="1748"/>
- <point x="1512" y="2032"/>
- <point x="1056" y="2032" type="curve" smooth="yes"/>
- <point x="556" y="2032"/>
- <point x="240" y="1660"/>
- <point x="240" y="1100" type="curve" smooth="yes"/>
- <point x="240" y="904" type="line" smooth="yes"/>
- <point x="240" y="444"/>
- <point x="508" y="208"/>
- <point x="888" y="84" type="curve" smooth="yes"/>
- <point x="1336" y="-64" type="line" smooth="yes"/>
- <point x="1416" y="-92"/>
- <point x="1448" y="-124"/>
- <point x="1448" y="-192" type="curve" smooth="yes"/>
- <point x="1448" y="-260"/>
- <point x="1392" y="-300"/>
- <point x="1296" y="-308" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 161, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_.glif b/src/Inter-UI-Regular.ufo/glyphs/T_.glif
index 30a192bde..3126c9940 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/T_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_.glif
@@ -1,55 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="T" format="1">
- <advance width="1808"/>
+<glyph name="T" format="2">
+ <advance width="1808.0"/>
<unicode hex="0054"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1232.0" name="cross"/>
+ <anchor x="960.0" y="0.0" name="right"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1028" y="2048" type="line"/>
- <point x="780" y="2048" type="line"/>
- <point x="780" y="0" type="line"/>
- <point x="1028" y="0" type="line"/>
+ <point x="1028.0" y="2048.0" type="line"/>
+ <point x="780.0" y="2048.0" type="line"/>
+ <point x="780.0" y="0.0" type="line"/>
+ <point x="1028.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1672" y="2048" type="line"/>
- <point x="136" y="2048" type="line"/>
- <point x="136" y="1828" type="line"/>
- <point x="1672" y="1828" type="line"/>
- </contour>
- <contour>
- <point x="904" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="904" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="960" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="836" y="1232" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="1664" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1664" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1664" y="2200" type="move" name="top0315"/>
+ <point x="1672.0" y="2048.0" type="line"/>
+ <point x="136.0" y="2048.0" type="line"/>
+ <point x="136.0" y="1828.0" type="line"/>
+ <point x="1672.0" y="1828.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_au.glif b/src/Inter-UI-Regular.ufo/glyphs/T_au.glif
new file mode 100644
index 000000000..b4774f8fe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_au.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tau" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="03A4"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_bar.glif b/src/Inter-UI-Regular.ufo/glyphs/T_bar.glif
new file mode 100644
index 000000000..87172b06f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_bar.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tbar" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="0166"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="crossbar" xOffset="208.0" yOffset="240.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/T_caron.glif
new file mode 100644
index 000000000..414d75d19
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tcaron" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="0164"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2760.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="caron" xOffset="256.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_circumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/T_circumflexbelow.glif
new file mode 100644
index 000000000..3e9d5e25b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tcircumflexbelow" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1E70"/>
+ <anchor x="903.0" y="-558.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="circumflexsubnosp" xOffset="1712.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_commaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/T_commaaccent.glif
new file mode 100644
index 000000000..e12655321
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_commaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tcommaaccent" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="0162"/>
+ <anchor x="824.0" y="-604.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="cedilla" xOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/T_dotaccent.glif
new file mode 100644
index 000000000..6d4a9261e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tdotaccent" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1E6A"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2700.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="dotaccent" xOffset="576.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/T_dotbelow.glif
new file mode 100644
index 000000000..e9a195c49
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tdotbelow" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1E6C"/>
+ <anchor x="904.0" y="-495.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="dotbelow" xOffset="1728.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_edescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/T_edescendercyrillic.glif
new file mode 100644
index 000000000..ff5b40ce6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_edescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tedescendercyrillic" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="04AC"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="cyrillictic" xOffset="664.0" yOffset="-88.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_etsecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/T_etsecyrillic.glif
new file mode 100644
index 000000000..15a074d61
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_etsecyrillic.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tetsecyrillic" format="2">
+ <advance width="2544.0"/>
+ <unicode hex="04B4"/>
+ <outline>
+ <contour>
+ <point x="1436.0" y="2004.0" type="line"/>
+ <point x="124.0" y="2004.0" type="line"/>
+ <point x="124.0" y="1784.0" type="line"/>
+ <point x="1436.0" y="1784.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2404.0" y="236.0" type="line"/>
+ <point x="1924.0" y="236.0" type="line"/>
+ <point x="1924.0" y="0.0" type="line"/>
+ <point x="2120.0" y="0.0" type="line"/>
+ <point x="2120.0" y="-484.0" type="line"/>
+ <point x="2376.0" y="-484.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="664.0" y="0.0" type="line"/>
+ <point x="2192.0" y="0.0" type="line"/>
+ <point x="2192.0" y="2004.0" type="line"/>
+ <point x="1904.0" y="2004.0" type="line"/>
+ <point x="1904.0" y="228.0" type="line"/>
+ <point x="952.0" y="228.0" type="line"/>
+ <point x="952.0" y="2004.0" type="line"/>
+ <point x="664.0" y="2004.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_heta.glif b/src/Inter-UI-Regular.ufo/glyphs/T_heta.glif
new file mode 100644
index 000000000..3c8455e16
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_heta.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Theta" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="0398"/>
+ <guideline x="1064.0" y="1536.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1424.0" y="1136.0" type="line"/>
+ <point x="724.0" y="1136.0" type="line"/>
+ <point x="724.0" y="916.0" type="line"/>
+ <point x="1424.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1976.0" y="1024.0" type="curve"/>
+ <point x="1976.0" y="1672.0"/>
+ <point x="1596.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-28.0"/>
+ <point x="1976.0" y="376.0"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="1024.0" type="curve"/>
+ <point x="1736.0" y="492.0"/>
+ <point x="1444.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1844.0"/>
+ <point x="1736.0" y="1556.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/T_hook.glif
new file mode 100644
index 000000000..b18df64f7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_hook.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Thook" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="01AC"/>
+ <outline>
+ <contour>
+ <point x="904.0" y="2048.0" type="line"/>
+ <point x="432.0" y="2048.0" type="line" smooth="yes"/>
+ <point x="180.0" y="2048.0"/>
+ <point x="24.0" y="1884.0"/>
+ <point x="24.0" y="1644.0" type="curve" smooth="yes"/>
+ <point x="24.0" y="1524.0" type="line"/>
+ <point x="248.0" y="1524.0" type="line"/>
+ <point x="248.0" y="1600.0" type="line" smooth="yes"/>
+ <point x="248.0" y="1716.0"/>
+ <point x="292.0" y="1828.0"/>
+ <point x="432.0" y="1828.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="1828.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1672.0" y="2048.0" type="line"/>
+ <point x="584.0" y="2048.0" type="line"/>
+ <point x="584.0" y="1828.0" type="line"/>
+ <point x="780.0" y="1828.0" type="line"/>
+ <point x="780.0" y="0.0" type="line"/>
+ <point x="1028.0" y="0.0" type="line"/>
+ <point x="1028.0" y="1828.0" type="line"/>
+ <point x="1672.0" y="1828.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_horn.glif b/src/Inter-UI-Regular.ufo/glyphs/T_horn.glif
new file mode 100644
index 000000000..d4c6ba6d2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_horn.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Thorn" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="00DE"/>
+ <outline>
+ <contour>
+ <point x="232.0" y="2048.0" type="line"/>
+ <point x="232.0" y="0.0" type="line"/>
+ <point x="480.0" y="0.0" type="line"/>
+ <point x="480.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="348.0" y="1624.0" type="line"/>
+ <point x="348.0" y="1404.0" type="line"/>
+ <point x="876.0" y="1404.0" type="line" smooth="yes"/>
+ <point x="1160.0" y="1404.0"/>
+ <point x="1316.0" y="1264.0"/>
+ <point x="1316.0" y="1032.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="800.0"/>
+ <point x="1160.0" y="668.0"/>
+ <point x="876.0" y="668.0" type="curve" smooth="yes"/>
+ <point x="348.0" y="668.0" type="line"/>
+ <point x="348.0" y="448.0" type="line"/>
+ <point x="876.0" y="448.0" type="line" smooth="yes"/>
+ <point x="1312.0" y="448.0"/>
+ <point x="1552.0" y="712.0"/>
+ <point x="1552.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="1552.0" y="1360.0"/>
+ <point x="1312.0" y="1624.0"/>
+ <point x="876.0" y="1624.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_linebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/T_linebelow.glif
new file mode 100644
index 000000000..fd00ab3ba
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tlinebelow" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1E6E"/>
+ <anchor x="904.0" y="-404.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="macronsubnosp" xOffset="1712.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_onefive.glif b/src/Inter-UI-Regular.ufo/glyphs/T_onefive.glif
new file mode 100644
index 000000000..a0588545b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_onefive.glif
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tonefive" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="01BC"/>
+ <outline>
+ <contour>
+ <point x="536.0" y="2048.0" type="line"/>
+ <point x="92.0" y="2048.0" type="line"/>
+ <point x="92.0" y="1812.0" type="line"/>
+ <point x="536.0" y="1812.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="440.0" y="948.0" type="line"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="644.0" y="1076.0"/>
+ <point x="832.0" y="1076.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1076.0"/>
+ <point x="1260.0" y="948.0"/>
+ <point x="1260.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="356.0"/>
+ <point x="1048.0" y="184.0"/>
+ <point x="816.0" y="184.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="184.0"/>
+ <point x="464.0" y="292.0"/>
+ <point x="424.0" y="512.0" type="curve"/>
+ <point x="184.0" y="512.0" type="line"/>
+ <point x="220.0" y="136.0"/>
+ <point x="476.0" y="-28.0"/>
+ <point x="800.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="-28.0"/>
+ <point x="1496.0" y="248.0"/>
+ <point x="1496.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="1496.0" y="1040.0"/>
+ <point x="1232.0" y="1300.0"/>
+ <point x="832.0" y="1300.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1300.0"/>
+ <point x="552.0" y="1240.0"/>
+ <point x="476.0" y="1180.0" type="curve"/>
+ <point x="464.0" y="1180.0" type="line"/>
+ <point x="548.0" y="1812.0" type="line"/>
+ <point x="1404.0" y="1812.0" type="line"/>
+ <point x="1404.0" y="2048.0" type="line"/>
+ <point x="324.0" y="2048.0" type="line"/>
+ <point x="204.0" y="1000.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_onesix.glif b/src/Inter-UI-Regular.ufo/glyphs/T_onesix.glif
new file mode 100644
index 000000000..55a544d9f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_onesix.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tonesix" format="2">
+ <advance width="2012.0"/>
+ <unicode hex="0184"/>
+ <outline>
+ <contour>
+ <point x="756.0" y="2048.0" type="line"/>
+ <point x="28.0" y="2048.0" type="line"/>
+ <point x="28.0" y="1828.0" type="line"/>
+ <point x="756.0" y="1828.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="692.0" y="1188.0" type="line"/>
+ <point x="692.0" y="968.0" type="line"/>
+ <point x="1276.0" y="968.0" type="line"/>
+ <point x="1556.0" y="968.0"/>
+ <point x="1712.0" y="804.0"/>
+ <point x="1712.0" y="608.0" type="curve"/>
+ <point x="1712.0" y="408.0"/>
+ <point x="1556.0" y="216.0"/>
+ <point x="1276.0" y="216.0" type="curve"/>
+ <point x="756.0" y="216.0" type="line"/>
+ <point x="756.0" y="2048.0" type="line"/>
+ <point x="508.0" y="2048.0" type="line"/>
+ <point x="508.0" y="0.0" type="line"/>
+ <point x="1276.0" y="0.0" type="line"/>
+ <point x="1716.0" y="0.0"/>
+ <point x="1956.0" y="248.0"/>
+ <point x="1956.0" y="604.0" type="curve"/>
+ <point x="1956.0" y="960.0"/>
+ <point x="1716.0" y="1188.0"/>
+ <point x="1276.0" y="1188.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_onetwo.glif b/src/Inter-UI-Regular.ufo/glyphs/T_onetwo.glif
new file mode 100644
index 000000000..4c0b1a66c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_onetwo.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Tonetwo" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="01A7"/>
+ <outline>
+ <contour>
+ <point x="448.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="692.0"/>
+ <point x="536.0" y="776.0"/>
+ <point x="908.0" y="888.0" type="curve"/>
+ <point x="1300.0" y="1000.0"/>
+ <point x="1556.0" y="1172.0"/>
+ <point x="1556.0" y="1480.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1792.0"/>
+ <point x="1288.0" y="2032.0"/>
+ <point x="872.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="2032.0"/>
+ <point x="160.0" y="1732.0"/>
+ <point x="160.0" y="1424.0" type="curve"/>
+ <point x="448.0" y="1424.0" type="line"/>
+ <point x="448.0" y="1644.0"/>
+ <point x="580.0" y="1800.0"/>
+ <point x="872.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="1800.0"/>
+ <point x="1268.0" y="1668.0"/>
+ <point x="1268.0" y="1484.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="1320.0"/>
+ <point x="1128.0" y="1220.0"/>
+ <point x="816.0" y="1132.0" type="curve"/>
+ <point x="356.0" y="1000.0"/>
+ <point x="160.0" y="820.0"/>
+ <point x="160.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="160.0" y="188.0"/>
+ <point x="432.0" y="-28.0"/>
+ <point x="860.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="-28.0"/>
+ <point x="1616.0" y="188.0"/>
+ <point x="1616.0" y="584.0" type="curve"/>
+ <point x="1332.0" y="584.0" type="line"/>
+ <point x="1332.0" y="320.0"/>
+ <point x="1112.0" y="200.0"/>
+ <point x="860.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="200.0"/>
+ <point x="448.0" y="320.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/T_rthook.glif b/src/Inter-UI-Regular.ufo/glyphs/T_rthook.glif
new file mode 100644
index 000000000..7953a9e0c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/T_rthook.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Trthook" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="01AE"/>
+ <outline>
+ <contour>
+ <point x="1028.0" y="32.0" type="line"/>
+ <point x="780.0" y="32.0" type="line"/>
+ <point x="780.0" y="-168.0" type="line" smooth="yes"/>
+ <point x="780.0" y="-432.0"/>
+ <point x="984.0" y="-576.0"/>
+ <point x="1208.0" y="-576.0" type="curve"/>
+ <point x="1344.0" y="-576.0" type="line"/>
+ <point x="1344.0" y="-356.0" type="line"/>
+ <point x="1268.0" y="-356.0" type="line"/>
+ <point x="1140.0" y="-356.0"/>
+ <point x="1028.0" y="-324.0"/>
+ <point x="1028.0" y="-164.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1028.0" y="2048.0" type="line"/>
+ <point x="780.0" y="2048.0" type="line"/>
+ <point x="780.0" y="0.0" type="line"/>
+ <point x="1028.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1672.0" y="2048.0" type="line"/>
+ <point x="136.0" y="2048.0" type="line"/>
+ <point x="136.0" y="1828.0" type="line"/>
+ <point x="1672.0" y="1828.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Tetsecyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Tetsecyrillic_.glif
deleted file mode 100644
index 7d7b2dc9e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Tetsecyrillic_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Tetsecyrillic" format="1">
- <advance width="2544"/>
- <unicode hex="04B4"/>
- <outline>
- <contour>
- <point x="1436" y="2004" type="line"/>
- <point x="124" y="2004" type="line"/>
- <point x="124" y="1784" type="line"/>
- <point x="1436" y="1784" type="line"/>
- </contour>
- <component base="afii10040" xOffset="388"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2544, 'leftMargin': 77, 'rightMargin': 173}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Theta_.glif b/src/Inter-UI-Regular.ufo/glyphs/Theta_.glif
deleted file mode 100644
index fd84a61da..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Theta_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Theta" format="1">
- <advance width="2144"/>
- <unicode hex="0398"/>
- <outline>
- <contour>
- <point x="1424" y="1136" type="line"/>
- <point x="724" y="1136" type="line"/>
- <point x="724" y="916" type="line"/>
- <point x="1424" y="916" type="line"/>
- </contour>
- <component base="O"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1064</integer>
- <key>y</key>
- <integer>1536</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1921, 'leftMargin': 233, 'rightMargin': 152}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Thook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Thook_.glif
deleted file mode 100644
index 9e4c48685..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Thook_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Thook" format="1">
- <advance width="1776"/>
- <unicode hex="01AC"/>
- <outline>
- <contour>
- <point x="904" y="2048" type="line"/>
- <point x="432" y="2048" type="line" smooth="yes"/>
- <point x="180" y="2048"/>
- <point x="24" y="1884"/>
- <point x="24" y="1644" type="curve" smooth="yes"/>
- <point x="24" y="1524" type="line"/>
- <point x="248" y="1524" type="line"/>
- <point x="248" y="1600" type="line" smooth="yes"/>
- <point x="248" y="1716"/>
- <point x="292" y="1828"/>
- <point x="432" y="1828" type="curve" smooth="yes"/>
- <point x="904" y="1828" type="line"/>
- </contour>
- <contour>
- <point x="1672" y="2048" type="line"/>
- <point x="584" y="2048" type="line"/>
- <point x="584" y="1828" type="line"/>
- <point x="780" y="1828" type="line"/>
- <point x="780" y="0" type="line"/>
- <point x="1028" y="0" type="line"/>
- <point x="1028" y="1828" type="line"/>
- <point x="1672" y="1828" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1772, 'leftMargin': 41, 'rightMargin': 63}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Thorn_.glif b/src/Inter-UI-Regular.ufo/glyphs/Thorn_.glif
deleted file mode 100644
index 71a32eb8a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Thorn_.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Thorn" format="1">
- <advance width="1776"/>
- <unicode hex="00DE"/>
- <outline>
- <contour>
- <point x="232" y="2048" type="line"/>
- <point x="232" y="0" type="line"/>
- <point x="480" y="0" type="line"/>
- <point x="480" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="348" y="1624" type="line"/>
- <point x="348" y="1404" type="line"/>
- <point x="876" y="1404" type="line" smooth="yes"/>
- <point x="1160" y="1404"/>
- <point x="1316" y="1264"/>
- <point x="1316" y="1032" type="curve" smooth="yes"/>
- <point x="1316" y="800"/>
- <point x="1160" y="668"/>
- <point x="876" y="668" type="curve" smooth="yes"/>
- <point x="348" y="668" type="line"/>
- <point x="348" y="448" type="line"/>
- <point x="876" y="448" type="line" smooth="yes"/>
- <point x="1312" y="448"/>
- <point x="1552" y="712"/>
- <point x="1552" y="1036" type="curve" smooth="yes"/>
- <point x="1552" y="1360"/>
- <point x="1312" y="1624"/>
- <point x="876" y="1624" type="curve" smooth="yes"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1662, 'leftMargin': 224, 'rightMargin': 119}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Tonefive_.glif b/src/Inter-UI-Regular.ufo/glyphs/Tonefive_.glif
deleted file mode 100644
index 8d004351d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Tonefive_.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Tonefive" format="1">
- <advance width="1680"/>
- <unicode hex="01BC"/>
- <outline>
- <contour>
- <point x="536" y="2048" type="line" name="hr00"/>
- <point x="92" y="2048" type="line"/>
- <point x="92" y="1812" type="line"/>
- <point x="536" y="1812" type="line"/>
- </contour>
- <component base="five"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1587, 'leftMargin': 89, 'rightMargin': 43}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Tonesix_.glif b/src/Inter-UI-Regular.ufo/glyphs/Tonesix_.glif
deleted file mode 100644
index b89f4dcde..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Tonesix_.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Tonesix" format="1">
- <advance width="2012"/>
- <unicode hex="0184"/>
- <outline>
- <contour>
- <point x="756" y="2048" type="line"/>
- <point x="28" y="2048" type="line"/>
- <point x="28" y="1828" type="line"/>
- <point x="756" y="1828" type="line"/>
- </contour>
- <component base="afii10046" xOffset="308"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1917, 'leftMargin': 136, 'rightMargin': 157}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Tonetwo_.glif b/src/Inter-UI-Regular.ufo/glyphs/Tonetwo_.glif
deleted file mode 100644
index 4112f92d6..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Tonetwo_.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Tonetwo" format="1">
- <advance width="1776"/>
- <unicode hex="01A7"/>
- <outline>
- <contour>
- <point x="448" y="508" type="curve" smooth="yes"/>
- <point x="448" y="692"/>
- <point x="536" y="776"/>
- <point x="908" y="888" type="curve"/>
- <point x="1300" y="1000"/>
- <point x="1556" y="1172"/>
- <point x="1556" y="1480" type="curve" smooth="yes"/>
- <point x="1556" y="1792"/>
- <point x="1288" y="2032"/>
- <point x="872" y="2032" type="curve" smooth="yes"/>
- <point x="412" y="2032"/>
- <point x="160" y="1732"/>
- <point x="160" y="1424" type="curve"/>
- <point x="448" y="1424" type="line"/>
- <point x="448" y="1644"/>
- <point x="580" y="1800"/>
- <point x="872" y="1800" type="curve" smooth="yes"/>
- <point x="1144" y="1800"/>
- <point x="1268" y="1668"/>
- <point x="1268" y="1484" type="curve" smooth="yes"/>
- <point x="1268" y="1320"/>
- <point x="1128" y="1220"/>
- <point x="816" y="1132" type="curve"/>
- <point x="356" y="1000"/>
- <point x="160" y="820"/>
- <point x="160" y="512" type="curve" smooth="yes"/>
- <point x="160" y="188"/>
- <point x="432" y="-28"/>
- <point x="860" y="-28" type="curve" smooth="yes"/>
- <point x="1232" y="-28"/>
- <point x="1616" y="188"/>
- <point x="1616" y="584" type="curve"/>
- <point x="1332" y="584" type="line"/>
- <point x="1332" y="320"/>
- <point x="1112" y="200"/>
- <point x="860" y="200" type="curve" smooth="yes"/>
- <point x="592" y="200"/>
- <point x="448" y="320"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1672.0, 'leftMargin': 105, 'rightMargin': 109.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Trthook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Trthook_.glif
deleted file mode 100644
index 9c2a8344a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Trthook_.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Trthook" format="1">
- <advance width="1808"/>
- <unicode hex="01AE"/>
- <outline>
- <contour>
- <point x="1028" y="32" type="line"/>
- <point x="780" y="32" type="line"/>
- <point x="780" y="-168" type="line" smooth="yes"/>
- <point x="780" y="-432"/>
- <point x="984" y="-576"/>
- <point x="1208" y="-576" type="curve"/>
- <point x="1344" y="-576" type="line"/>
- <point x="1344" y="-356" type="line"/>
- <point x="1268" y="-356" type="line"/>
- <point x="1140" y="-356"/>
- <point x="1028" y="-324"/>
- <point x="1028" y="-164" type="curve" smooth="yes"/>
- </contour>
- <component base="T"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1680, 'leftMargin': 67, 'rightMargin': 63}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_.glif b/src/Inter-UI-Regular.ufo/glyphs/U_.glif
index 4d281bb67..e11508f4b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/U_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_.glif
@@ -1,80 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="U" format="1">
- <advance width="2088"/>
+<glyph name="U" format="2">
+ <advance width="2088.0"/>
<unicode hex="0055"/>
+ <guideline x="1036.0" y="2084.0" angle="90.0"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1304.0" y="64.0" name="ogonek"/>
+ <anchor x="1160.0" y="0.0" name="right"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1592" y="2048" type="line"/>
- <point x="1592" y="692" type="line" smooth="yes"/>
- <point x="1592" y="372"/>
- <point x="1336" y="196"/>
- <point x="1044" y="196" type="curve" smooth="yes"/>
- <point x="752" y="196"/>
- <point x="496" y="372"/>
- <point x="496" y="692" type="curve" smooth="yes"/>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="692" type="line"/>
- <point x="248" y="232"/>
- <point x="612" y="-36"/>
- <point x="1044" y="-36" type="curve" smooth="yes"/>
- <point x="1476" y="-36"/>
- <point x="1840" y="232"/>
- <point x="1840" y="692" type="curve"/>
- <point x="1840" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="1044" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1044" y="-28" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1160" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1304" y="64" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1828" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1828" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1828" y="2200" type="move" name="top0315"/>
+ <point x="1592.0" y="2048.0" type="line"/>
+ <point x="1592.0" y="692.0" type="line" smooth="yes"/>
+ <point x="1592.0" y="372.0"/>
+ <point x="1336.0" y="196.0"/>
+ <point x="1044.0" y="196.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="196.0"/>
+ <point x="496.0" y="372.0"/>
+ <point x="496.0" y="692.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="692.0" type="line"/>
+ <point x="248.0" y="232.0"/>
+ <point x="612.0" y="-36.0"/>
+ <point x="1044.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="-36.0"/>
+ <point x="1840.0" y="232.0"/>
+ <point x="1840.0" y="692.0" type="curve"/>
+ <point x="1840.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1036</integer>
- <key>y</key>
- <integer>2084</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/U_acute.glif
new file mode 100644
index 000000000..ab074bb9c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uacute" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="00DA"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2796.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="acute" xOffset="736.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_breve.glif b/src/Inter-UI-Regular.ufo/glyphs/U_breve.glif
new file mode 100644
index 000000000..91c058af9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_breve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ubreve" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="016C"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2748.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="breve" xOffset="416.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/U_caron.glif
new file mode 100644
index 000000000..b1ee7a640
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ucaron" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="01D3"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1028.0" y="2760.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="caron" xOffset="400.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/U_circumflex.glif
new file mode 100644
index 000000000..dedf76964
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ucircumflex" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="00DB"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2768.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="circumflex" xOffset="400.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_circumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/U_circumflexbelow.glif
new file mode 100644
index 000000000..7f5c62b17
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_circumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ucircumflexbelow" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="1E76"/>
+ <anchor x="1043.0" y="-586.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="circumflexsubnosp" xOffset="1856.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dblgrave.glif
new file mode 100644
index 000000000..702e0006b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udblgrave" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="0214"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2730.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dblgravecmb" xOffset="1664.0" yOffset="520.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dieresis.glif
new file mode 100644
index 000000000..4d177bb37
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresis" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="00DC"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2684.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresis" xOffset="224.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dieresisacute.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dieresisacute.glif
new file mode 100644
index 000000000..545c38ab6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dieresisacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresisacute" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="01D7"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresisacutecomb.cn" xOffset="1856.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dieresisbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dieresisbelow.glif
new file mode 100644
index 000000000..c8920da15
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dieresisbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresisbelow" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="1E72"/>
+ <anchor x="1044.0" y="-522.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dotdblsubnosp" xOffset="1984.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dieresiscaron.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dieresiscaron.glif
new file mode 100644
index 000000000..6c7dfac3d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dieresiscaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresiscaron" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="01D9"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresiscaroncomb.cn" xOffset="1856.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dieresiscyrillic.glif
new file mode 100644
index 000000000..b29cffbdf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresiscyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04F0"/>
+ <anchor x="876.0" y="2216.0" name="parent_top"/>
+ <anchor x="876.0" y="2596.0" name="top"/>
+ <anchor x="1760.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10037"/>
+ <component base="dieresis" xOffset="56.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dieresisgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dieresisgrave.glif
new file mode 100644
index 000000000..6113a430d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dieresisgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresisgrave" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="01DB"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresisgravecomb.cn" xOffset="1856.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dieresismacron.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dieresismacron.glif
new file mode 100644
index 000000000..3f61b52a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dieresismacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udieresismacron" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="01D5"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dieresismacroncomb.cn" xOffset="1856.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/U_dotbelow.glif
new file mode 100644
index 000000000..fd9eb63c7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Udotbelow" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="1EE4"/>
+ <anchor x="1044.0" y="-523.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="dotbelow" xOffset="1872.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_grave.glif b/src/Inter-UI-Regular.ufo/glyphs/U_grave.glif
new file mode 100644
index 000000000..a2186a7ab
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ugrave" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="00D9"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2796.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="grave" xOffset="544.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_hookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/U_hookabove.glif
new file mode 100644
index 000000000..8aabe5788
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhookabove" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="1EE6"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2922.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="hook" xOffset="1856.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_horn.glif b/src/Inter-UI-Regular.ufo/glyphs/U_horn.glif
new file mode 100644
index 000000000..c0472ffdc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_horn.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhorn" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="01AF"/>
+ <guideline x="1036.0" y="244.0" angle="90.0"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1976.0" y="2216.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="2068.0" y="2172.0" type="line"/>
+ <point x="2068.0" y="1908.0"/>
+ <point x="1992.0" y="1768.0"/>
+ <point x="1712.0" y="1768.0" type="curve"/>
+ <point x="1712.0" y="1572.0" type="line"/>
+ <point x="2136.0" y="1572.0"/>
+ <point x="2300.0" y="1780.0"/>
+ <point x="2300.0" y="2172.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1592.0" y="2048.0" type="line"/>
+ <point x="1592.0" y="692.0" type="line" smooth="yes"/>
+ <point x="1592.0" y="372.0"/>
+ <point x="1336.0" y="196.0"/>
+ <point x="1044.0" y="196.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="196.0"/>
+ <point x="496.0" y="372.0"/>
+ <point x="496.0" y="692.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="692.0" type="line"/>
+ <point x="248.0" y="232.0"/>
+ <point x="612.0" y="-36.0"/>
+ <point x="1044.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="-36.0"/>
+ <point x="1840.0" y="232.0"/>
+ <point x="1840.0" y="692.0" type="curve"/>
+ <point x="1840.0" y="2048.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_hornacute.glif b/src/Inter-UI-Regular.ufo/glyphs/U_hornacute.glif
new file mode 100644
index 000000000..f6cae940c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_hornacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhornacute" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="1EE8"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2796.0" name="top"/>
+ <anchor x="1976.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="acute" xOffset="736.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_horndotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/U_horndotbelow.glif
new file mode 100644
index 000000000..ea83fe114
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_horndotbelow.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhorndotbelow" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="1EF0"/>
+ <anchor x="1044.0" y="-523.0" name="bottom"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1976.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="dotbelow" xOffset="1872.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_horngrave.glif b/src/Inter-UI-Regular.ufo/glyphs/U_horngrave.glif
new file mode 100644
index 000000000..f7ff7083c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_horngrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhorngrave" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="1EEA"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2796.0" name="top"/>
+ <anchor x="1976.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="grave" xOffset="544.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_hornhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/U_hornhookabove.glif
new file mode 100644
index 000000000..f46f4c079
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_hornhookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhornhookabove" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="1EEC"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2922.0" name="top"/>
+ <anchor x="1976.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="hook" xOffset="1856.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_horntilde.glif b/src/Inter-UI-Regular.ufo/glyphs/U_horntilde.glif
new file mode 100644
index 000000000..15360a25b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_horntilde.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhorntilde" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="1EEE"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2720.0" name="top"/>
+ <anchor x="1976.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Uhorn"/>
+ <component base="tilde" xOffset="416.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_hungarumlaut.glif b/src/Inter-UI-Regular.ufo/glyphs/U_hungarumlaut.glif
new file mode 100644
index 000000000..532d0d073
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_hungarumlaut.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhungarumlaut" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="0170"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2756.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="hungarumlaut" xOffset="560.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_hungarumlautcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/U_hungarumlautcyrillic.glif
new file mode 100644
index 000000000..35aa113cd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_hungarumlautcyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uhungarumlautcyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04F2"/>
+ <anchor x="876.0" y="2216.0" name="parent_top"/>
+ <anchor x="876.0" y="2668.0" name="top"/>
+ <anchor x="1760.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10037"/>
+ <component base="hungarumlaut" xOffset="392.0" yOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_invertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/U_invertedbreve.glif
new file mode 100644
index 000000000..e09e7e2a4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_invertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uinvertedbreve" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="0216"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2771.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="breveinvnosp" xOffset="1856.0" yOffset="656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_kcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/U_kcyrillic.glif
new file mode 100644
index 000000000..b809d472a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_kcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ukcyrillic" format="2">
+ <advance width="3968.0"/>
+ <unicode hex="0478"/>
+ <outline>
+ <component base="O" xOffset="256.0"/>
+ <component base="y" xOffset="2400.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_macron.glif b/src/Inter-UI-Regular.ufo/glyphs/U_macron.glif
new file mode 100644
index 000000000..3eb4dfec0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_macron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Umacron" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="016A"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2712.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="macron" xOffset="424.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_macroncyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/U_macroncyrillic.glif
new file mode 100644
index 000000000..a88147e5c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_macroncyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Umacroncyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04EE"/>
+ <anchor x="876.0" y="2216.0" name="parent_top"/>
+ <anchor x="876.0" y="2624.0" name="top"/>
+ <anchor x="1760.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10037"/>
+ <component base="macron" xOffset="256.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_macrondieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/U_macrondieresis.glif
new file mode 100644
index 000000000..420344142
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_macrondieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Umacrondieresis" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="1E7A"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="macrondieresiscomb.cn" xOffset="1856.0" yOffset="648.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_ogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/U_ogonek.glif
new file mode 100644
index 000000000..38e23c4d4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_ogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uogonek" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="0172"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="ogonek" xOffset="704.0" yOffset="64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_psilon.glif b/src/Inter-UI-Regular.ufo/glyphs/U_psilon.glif
new file mode 100644
index 000000000..344b0139e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_psilon.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilon" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="03A5"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_psilon2.glif b/src/Inter-UI-Regular.ufo/glyphs/U_psilon2.glif
new file mode 100644
index 000000000..5450d2c21
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_psilon2.glif
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilon2" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="01B1"/>
+ <outline>
+ <contour>
+ <point x="408.0" y="1004.0" type="line"/>
+ <point x="408.0" y="1464.0"/>
+ <point x="556.0" y="1724.0"/>
+ <point x="804.0" y="1768.0" type="curve"/>
+ <point x="804.0" y="1972.0" type="line"/>
+ <point x="400.0" y="1924.0"/>
+ <point x="116.0" y="1456.0"/>
+ <point x="116.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="848.0" type="line" smooth="yes"/>
+ <point x="116.0" y="328.0"/>
+ <point x="432.0" y="-28.0"/>
+ <point x="892.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="-28.0"/>
+ <point x="1660.0" y="328.0"/>
+ <point x="1660.0" y="848.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="1004.0" type="line" smooth="yes"/>
+ <point x="1660.0" y="1460.0"/>
+ <point x="1376.0" y="1928.0"/>
+ <point x="964.0" y="1972.0" type="curve"/>
+ <point x="964.0" y="1768.0" type="line"/>
+ <point x="1216.0" y="1724.0"/>
+ <point x="1372.0" y="1468.0"/>
+ <point x="1372.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="844.0" type="line" smooth="yes"/>
+ <point x="1372.0" y="420.0"/>
+ <point x="1184.0" y="200.0"/>
+ <point x="892.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="200.0"/>
+ <point x="408.0" y="420.0"/>
+ <point x="408.0" y="844.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="804.0" y="2004.0" type="line"/>
+ <point x="128.0" y="2004.0" type="line"/>
+ <point x="128.0" y="1772.0" type="line"/>
+ <point x="804.0" y="1772.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1652.0" y="2004.0" type="line"/>
+ <point x="964.0" y="2004.0" type="line"/>
+ <point x="964.0" y="1772.0" type="line"/>
+ <point x="1652.0" y="1772.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_psilonacutehooksymbolgreek.glif b/src/Inter-UI-Regular.ufo/glyphs/U_psilonacutehooksymbolgreek.glif
new file mode 100644
index 000000000..801852abc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_psilonacutehooksymbolgreek.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilonacutehooksymbolgreek" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="03D3"/>
+ <anchor x="764.0" y="2216.0" name="parent_top"/>
+ <anchor x="764.0" y="2216.0" name="top"/>
+ <anchor x="1620.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Upsilonhooksymbol" xOffset="100.0"/>
+ <component base="tonos" xOffset="-536.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_psilondieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/U_psilondieresis.glif
new file mode 100644
index 000000000..f1c4159e9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_psilondieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilondieresis" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="03AB"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2684.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="dieresis" xOffset="120.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_psilondieresishooksymbolgreek.glif b/src/Inter-UI-Regular.ufo/glyphs/U_psilondieresishooksymbolgreek.glif
new file mode 100644
index 000000000..5ac395655
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_psilondieresishooksymbolgreek.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilondieresishooksymbolgreek" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="03D4"/>
+ <anchor x="764.0" y="2216.0" name="parent_top"/>
+ <anchor x="764.0" y="2596.0" name="top"/>
+ <anchor x="1520.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Upsilonhooksymbol"/>
+ <component base="dieresis" xOffset="-64.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_psilonhooksymbol.glif b/src/Inter-UI-Regular.ufo/glyphs/U_psilonhooksymbol.glif
new file mode 100644
index 000000000..0406d40a1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_psilonhooksymbol.glif
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilonhooksymbol" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="03D2"/>
+ <anchor x="-144.0" y="2000.0" name="tonos"/>
+ <anchor x="764.0" y="2216.0" name="top"/>
+ <anchor x="1520.0" y="2216.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="920.0" y="948.0" type="line"/>
+ <point x="632.0" y="948.0" type="line"/>
+ <point x="632.0" y="0.0" type="line"/>
+ <point x="920.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="760.0" y="1044.0" type="line"/>
+ <point x="700.0" y="736.0" type="line"/>
+ <point x="896.0" y="736.0" type="line"/>
+ <point x="1332.0" y="1680.0" type="line" smooth="yes"/>
+ <point x="1364.0" y="1748.0"/>
+ <point x="1404.0" y="1772.0"/>
+ <point x="1460.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="1772.0"/>
+ <point x="1516.0" y="1768.0"/>
+ <point x="1528.0" y="1760.0" type="curve"/>
+ <point x="1580.0" y="1984.0" type="line"/>
+ <point x="1516.0" y="2012.0"/>
+ <point x="1468.0" y="2020.0"/>
+ <point x="1404.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="2020.0"/>
+ <point x="1168.0" y="1968.0"/>
+ <point x="1080.0" y="1768.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="476.0" y="1768.0" type="line"/>
+ <point x="388.0" y="1976.0"/>
+ <point x="280.0" y="2020.0"/>
+ <point x="148.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="84.0" y="2020.0"/>
+ <point x="36.0" y="2012.0"/>
+ <point x="-28.0" y="1980.0" type="curve"/>
+ <point x="24.0" y="1760.0" type="line"/>
+ <point x="36.0" y="1768.0"/>
+ <point x="68.0" y="1772.0"/>
+ <point x="92.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="148.0" y="1772.0"/>
+ <point x="192.0" y="1748.0"/>
+ <point x="224.0" y="1680.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="736.0" type="line"/>
+ <point x="852.0" y="736.0" type="line"/>
+ <point x="800.0" y="1032.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_psilontonos.glif b/src/Inter-UI-Regular.ufo/glyphs/U_psilontonos.glif
new file mode 100644
index 000000000..0ba4b8d1c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_psilontonos.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Upsilontonos" format="2">
+ <advance width="1980.0"/>
+ <unicode hex="038E"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="100.0"/>
+ <component base="tonos" xOffset="-364.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_ring.glif b/src/Inter-UI-Regular.ufo/glyphs/U_ring.glif
new file mode 100644
index 000000000..d95b39227
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_ring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Uring" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="016E"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1056.0" y="3268.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="ring" xOffset="608.0" yOffset="504.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_straightcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/U_straightcyrillic.glif
new file mode 100644
index 000000000..f3bfa2242
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_straightcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ustraightcyrillic" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="04AE"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_straightstrokecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/U_straightstrokecyrillic.glif
new file mode 100644
index 000000000..eb53e77af
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_straightstrokecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ustraightstrokecyrillic" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="04B0"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="crossbar" xOffset="288.0" yOffset="-176.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/U_tilde.glif
new file mode 100644
index 000000000..ade1492c4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Utilde" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="0168"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2720.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="tilde" xOffset="416.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_tildeacute.glif b/src/Inter-UI-Regular.ufo/glyphs/U_tildeacute.glif
new file mode 100644
index 000000000..71d679fcc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_tildeacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Utildeacute" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="1E78"/>
+ <anchor x="1044.0" y="-28.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="tildeacutecomb.cn" xOffset="1856.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/U_tildebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/U_tildebelow.glif
new file mode 100644
index 000000000..47141e5c4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/U_tildebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Utildebelow" format="2">
+ <advance width="2088.0"/>
+ <unicode hex="1E74"/>
+ <anchor x="1044.0" y="-624.0" name="bottom"/>
+ <anchor x="1828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1044.0" y="2304.0" name="parent_top"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="1828.0" y="2200.0" name="top0315"/>
+ <anchor x="1828.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="U"/>
+ <component base="tildesubnosp" xOffset="1912.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Uhorn_.glif b/src/Inter-UI-Regular.ufo/glyphs/Uhorn_.glif
deleted file mode 100644
index 544d76d0d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Uhorn_.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Uhorn" format="1">
- <advance width="2404"/>
- <unicode hex="01AF"/>
- <outline>
- <contour>
- <point x="2068" y="2172" type="line"/>
- <point x="2068" y="1908"/>
- <point x="1992" y="1768"/>
- <point x="1712" y="1768" type="curve"/>
- <point x="1712" y="1572" type="line"/>
- <point x="2136" y="1572"/>
- <point x="2300" y="1780"/>
- <point x="2300" y="2172" type="curve"/>
- </contour>
- <component base="U"/>
- <contour>
- <point x="1044" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1044" y="-28" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1976" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1036</integer>
- <key>y</key>
- <integer>244</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1968, 'leftMargin': 256, 'rightMargin': -199}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Upsilon2_.glif b/src/Inter-UI-Regular.ufo/glyphs/Upsilon2_.glif
deleted file mode 100644
index ff571a440..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Upsilon2_.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Upsilon2" format="1">
- <advance width="1776"/>
- <unicode hex="01B1"/>
- <outline>
- <contour>
- <point x="408" y="1004" type="line"/>
- <point x="408" y="1464"/>
- <point x="556" y="1724"/>
- <point x="804" y="1768" type="curve"/>
- <point x="804" y="1972" type="line"/>
- <point x="400" y="1924"/>
- <point x="116" y="1456"/>
- <point x="116" y="1004" type="curve" smooth="yes"/>
- <point x="116" y="848" type="line" smooth="yes"/>
- <point x="116" y="328"/>
- <point x="432" y="-28"/>
- <point x="892" y="-28" type="curve" smooth="yes"/>
- <point x="1348" y="-28"/>
- <point x="1660" y="328"/>
- <point x="1660" y="848" type="curve" smooth="yes"/>
- <point x="1660" y="1004" type="line" smooth="yes"/>
- <point x="1660" y="1460"/>
- <point x="1376" y="1928"/>
- <point x="964" y="1972" type="curve"/>
- <point x="964" y="1768" type="line"/>
- <point x="1216" y="1724"/>
- <point x="1372" y="1468"/>
- <point x="1372" y="1004" type="curve" smooth="yes"/>
- <point x="1372" y="844" type="line" smooth="yes"/>
- <point x="1372" y="420"/>
- <point x="1184" y="200"/>
- <point x="892" y="200" type="curve" smooth="yes"/>
- <point x="592" y="200"/>
- <point x="408" y="420"/>
- <point x="408" y="844" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="804" y="2004" type="line"/>
- <point x="128" y="2004" type="line"/>
- <point x="128" y="1772" type="line"/>
- <point x="804" y="1772" type="line"/>
- </contour>
- <contour>
- <point x="1652" y="2004" type="line"/>
- <point x="964" y="2004" type="line"/>
- <point x="964" y="1772" type="line"/>
- <point x="1652" y="1772" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1871, 'leftMargin': 164, 'rightMargin': 163}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Upsilonhooksymbol_.glif b/src/Inter-UI-Regular.ufo/glyphs/Upsilonhooksymbol_.glif
deleted file mode 100644
index 3fa719297..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Upsilonhooksymbol_.glif
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Upsilonhooksymbol" format="1">
- <advance width="1552"/>
- <unicode hex="03D2"/>
- <outline>
- <contour>
- <point x="920" y="948" type="line"/>
- <point x="632" y="948" type="line"/>
- <point x="632" y="0" type="line"/>
- <point x="920" y="0" type="line"/>
- </contour>
- <contour>
- <point x="760" y="1044" type="line"/>
- <point x="700" y="736" type="line"/>
- <point x="896" y="736" type="line"/>
- <point x="1332" y="1680" type="line" smooth="yes"/>
- <point x="1364" y="1748"/>
- <point x="1404" y="1772"/>
- <point x="1460" y="1772" type="curve" smooth="yes"/>
- <point x="1488" y="1772"/>
- <point x="1516" y="1768"/>
- <point x="1528" y="1760" type="curve"/>
- <point x="1580" y="1984" type="line"/>
- <point x="1516" y="2012"/>
- <point x="1468" y="2020"/>
- <point x="1404" y="2020" type="curve" smooth="yes"/>
- <point x="1260" y="2020"/>
- <point x="1168" y="1968"/>
- <point x="1080" y="1768" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="476" y="1768" type="line"/>
- <point x="388" y="1976"/>
- <point x="280" y="2020"/>
- <point x="148" y="2020" type="curve" smooth="yes"/>
- <point x="84" y="2020"/>
- <point x="36" y="2012"/>
- <point x="-28" y="1980" type="curve"/>
- <point x="24" y="1760" type="line"/>
- <point x="36" y="1768"/>
- <point x="68" y="1772"/>
- <point x="92" y="1772" type="curve" smooth="yes"/>
- <point x="148" y="1772"/>
- <point x="192" y="1748"/>
- <point x="224" y="1680" type="curve" smooth="yes"/>
- <point x="656" y="736" type="line"/>
- <point x="852" y="736" type="line"/>
- <point x="800" y="1032" type="line"/>
- </contour>
- <contour>
- <point x="-144" y="2000" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="764" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1520" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1497, 'leftMargin': -50, 'rightMargin': -57}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/V_.glif b/src/Inter-UI-Regular.ufo/glyphs/V_.glif
index cf6a7cd7b..68705dc37 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/V_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/V_.glif
@@ -1,130 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="V" format="1">
- <advance width="1904"/>
+<glyph name="V" format="2">
+ <advance width="1904.0"/>
<unicode hex="0056"/>
+ <guideline x="944.0" y="476.0" angle="90.0"/>
+ <guideline x="312.0" y="2088.0" angle="90.0"/>
+ <guideline x="1552.0" y="2196.0" angle="90.0"/>
+ <anchor x="952.0" y="16.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1924.0" y="2216.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="332" y="2048" type="line"/>
- <point x="72" y="2048" type="line"/>
- <point x="824" y="0" type="line"/>
- <point x="1080" y="0" type="line"/>
- <point x="1832" y="2048" type="line"/>
- <point x="1572" y="2048" type="line"/>
- <point x="964" y="324" type="line"/>
- <point x="940" y="324" type="line"/>
- </contour>
- <contour>
- <point x="952" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="952" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1924" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1924" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1924" y="2216" type="move" name="top0315"/>
+ <point x="332.0" y="2048.0" type="line"/>
+ <point x="72.0" y="2048.0" type="line"/>
+ <point x="824.0" y="0.0" type="line"/>
+ <point x="1080.0" y="0.0" type="line"/>
+ <point x="1832.0" y="2048.0" type="line"/>
+ <point x="1572.0" y="2048.0" type="line"/>
+ <point x="964.0" y="324.0" type="line"/>
+ <point x="940.0" y="324.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>944</integer>
- <key>y</key>
- <integer>476</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>312</integer>
- <key>y</key>
- <integer>2088</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1552</integer>
- <key>y</key>
- <integer>2196</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>v</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>176</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>V</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1904</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/V_cursive.glif b/src/Inter-UI-Regular.ufo/glyphs/V_cursive.glif
new file mode 100644
index 000000000..d4665f41e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/V_cursive.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Vcursive" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="01B2"/>
+ <outline>
+ <contour>
+ <point x="888.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="-28.0"/>
+ <point x="1620.0" y="196.0"/>
+ <point x="1620.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="1552.0" type="line" smooth="yes"/>
+ <point x="1620.0" y="1860.0"/>
+ <point x="1436.0" y="2032.0"/>
+ <point x="1172.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="1128.0" y="2032.0"/>
+ <point x="1056.0" y="2020.0"/>
+ <point x="1016.0" y="2008.0" type="curve"/>
+ <point x="1016.0" y="1788.0" type="line"/>
+ <point x="1040.0" y="1796.0"/>
+ <point x="1080.0" y="1796.0"/>
+ <point x="1104.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="1796.0"/>
+ <point x="1332.0" y="1732.0"/>
+ <point x="1332.0" y="1552.0" type="curve" smooth="yes"/>
+ <point x="1332.0" y="648.0" type="line" smooth="yes"/>
+ <point x="1332.0" y="340.0"/>
+ <point x="1156.0" y="200.0"/>
+ <point x="888.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="200.0"/>
+ <point x="444.0" y="340.0"/>
+ <point x="444.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="2004.0" type="line"/>
+ <point x="160.0" y="2004.0" type="line"/>
+ <point x="160.0" y="648.0" type="line" smooth="yes"/>
+ <point x="160.0" y="196.0"/>
+ <point x="476.0" y="-28.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/V_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/V_dotbelow.glif
new file mode 100644
index 000000000..976b6b40a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/V_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Vdotbelow" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1E7E"/>
+ <anchor x="952.0" y="-479.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1924.0" y="2216.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="V"/>
+ <component base="dotbelow" xOffset="1776.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/V_tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/V_tilde.glif
new file mode 100644
index 000000000..44a80283f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/V_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Vtilde" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1E7C"/>
+ <anchor x="952.0" y="16.0" name="bottom"/>
+ <anchor x="1924.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2720.0" name="top"/>
+ <anchor x="1924.0" y="2216.0" name="top0315"/>
+ <anchor x="1924.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="V"/>
+ <component base="tilde" xOffset="320.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Vcursive_.glif b/src/Inter-UI-Regular.ufo/glyphs/Vcursive_.glif
deleted file mode 100644
index 23ebe67f3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Vcursive_.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Vcursive" format="1">
- <advance width="1776"/>
- <unicode hex="01B2"/>
- <outline>
- <contour>
- <point x="888" y="-28" type="curve" smooth="yes"/>
- <point x="1276" y="-28"/>
- <point x="1620" y="196"/>
- <point x="1620" y="648" type="curve" smooth="yes"/>
- <point x="1620" y="1552" type="line" smooth="yes"/>
- <point x="1620" y="1860"/>
- <point x="1436" y="2032"/>
- <point x="1172" y="2032" type="curve" smooth="yes"/>
- <point x="1128" y="2032"/>
- <point x="1056" y="2020"/>
- <point x="1016" y="2008" type="curve"/>
- <point x="1016" y="1788" type="line"/>
- <point x="1040" y="1796"/>
- <point x="1080" y="1796"/>
- <point x="1104" y="1796" type="curve" smooth="yes"/>
- <point x="1252" y="1796"/>
- <point x="1332" y="1732"/>
- <point x="1332" y="1552" type="curve" smooth="yes"/>
- <point x="1332" y="648" type="line" smooth="yes"/>
- <point x="1332" y="340"/>
- <point x="1156" y="200"/>
- <point x="888" y="200" type="curve" smooth="yes"/>
- <point x="620" y="200"/>
- <point x="444" y="340"/>
- <point x="444" y="648" type="curve" smooth="yes"/>
- <point x="444" y="2004" type="line"/>
- <point x="160" y="2004" type="line"/>
- <point x="160" y="648" type="line" smooth="yes"/>
- <point x="160" y="196"/>
- <point x="476" y="-28"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1830, 'leftMargin': 186, 'rightMargin': 185}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/W_.glif b/src/Inter-UI-Regular.ufo/glyphs/W_.glif
index 59d8891c5..96829a1b0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/W_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/W_.glif
@@ -1,152 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="W" format="1">
- <advance width="2672"/>
+<glyph name="W" format="2">
+ <advance width="2672.0"/>
<unicode hex="0057"/>
+ <guideline x="1128.0" y="360.0" angle="0.0"/>
+ <guideline x="1328.0" y="2096.0" angle="90.0"/>
+ <guideline x="740.0" y="332.0" angle="90.0"/>
+ <guideline x="1916.0" y="356.0" angle="90.0"/>
+ <anchor x="1336.0" y="16.0" name="bottom"/>
+ <anchor x="2500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1336.0" y="2304.0" name="top"/>
+ <anchor x="2500.0" y="2200.0" name="top0315"/>
+ <anchor x="2500.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="312" y="2048" type="line"/>
- <point x="60" y="2048" type="line"/>
- <point x="620" y="0" type="line"/>
- <point x="876" y="0" type="line"/>
- <point x="1328" y="1632" type="line"/>
- <point x="1344" y="1632" type="line"/>
- <point x="1796" y="0" type="line"/>
- <point x="2052" y="0" type="line"/>
- <point x="2612" y="2048" type="line"/>
- <point x="2360" y="2048" type="line"/>
- <point x="1932" y="380" type="line"/>
- <point x="1912" y="380" type="line"/>
- <point x="1476" y="2048" type="line"/>
- <point x="1196" y="2048" type="line"/>
- <point x="760" y="380" type="line"/>
- <point x="740" y="380" type="line"/>
- </contour>
- <contour>
- <point x="1336" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1336" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2500" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2500" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2500" y="2200" type="move" name="top0315"/>
+ <point x="312.0" y="2048.0" type="line"/>
+ <point x="60.0" y="2048.0" type="line"/>
+ <point x="620.0" y="0.0" type="line"/>
+ <point x="876.0" y="0.0" type="line"/>
+ <point x="1328.0" y="1632.0" type="line"/>
+ <point x="1344.0" y="1632.0" type="line"/>
+ <point x="1796.0" y="0.0" type="line"/>
+ <point x="2052.0" y="0.0" type="line"/>
+ <point x="2612.0" y="2048.0" type="line"/>
+ <point x="2360.0" y="2048.0" type="line"/>
+ <point x="1932.0" y="380.0" type="line"/>
+ <point x="1912.0" y="380.0" type="line"/>
+ <point x="1476.0" y="2048.0" type="line"/>
+ <point x="1196.0" y="2048.0" type="line"/>
+ <point x="760.0" y="380.0" type="line"/>
+ <point x="740.0" y="380.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1128</integer>
- <key>y</key>
- <integer>360</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1328</integer>
- <key>y</key>
- <integer>2096</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>740</integer>
- <key>y</key>
- <integer>332</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1916</integer>
- <key>y</key>
- <integer>356</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>V</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>W</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2672</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/W_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/W_acute.glif
new file mode 100644
index 000000000..dd4fd22a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/W_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wacute" format="2">
+ <advance width="2672.0"/>
+ <unicode hex="1E82"/>
+ <anchor x="1336.0" y="16.0" name="bottom"/>
+ <anchor x="2500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1336.0" y="2304.0" name="parent_top"/>
+ <anchor x="1336.0" y="2796.0" name="top"/>
+ <anchor x="2500.0" y="2200.0" name="top0315"/>
+ <anchor x="2500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="acute" xOffset="1024.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/W_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/W_circumflex.glif
new file mode 100644
index 000000000..5bcb02b7c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/W_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wcircumflex" format="2">
+ <advance width="2672.0"/>
+ <unicode hex="0174"/>
+ <anchor x="1336.0" y="16.0" name="bottom"/>
+ <anchor x="2500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1336.0" y="2304.0" name="parent_top"/>
+ <anchor x="1336.0" y="2768.0" name="top"/>
+ <anchor x="2500.0" y="2200.0" name="top0315"/>
+ <anchor x="2500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="circumflex" xOffset="688.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/W_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/W_dieresis.glif
new file mode 100644
index 000000000..3fa72f561
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/W_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wdieresis" format="2">
+ <advance width="2672.0"/>
+ <unicode hex="1E84"/>
+ <anchor x="1336.0" y="16.0" name="bottom"/>
+ <anchor x="2500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1336.0" y="2304.0" name="parent_top"/>
+ <anchor x="1336.0" y="2684.0" name="top"/>
+ <anchor x="2500.0" y="2200.0" name="top0315"/>
+ <anchor x="2500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="dieresis" xOffset="512.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/W_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/W_dotaccent.glif
new file mode 100644
index 000000000..ff67ddf65
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/W_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wdotaccent" format="2">
+ <advance width="2672.0"/>
+ <unicode hex="1E86"/>
+ <anchor x="1336.0" y="16.0" name="bottom"/>
+ <anchor x="2500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1336.0" y="2304.0" name="parent_top"/>
+ <anchor x="1336.0" y="2700.0" name="top"/>
+ <anchor x="2500.0" y="2200.0" name="top0315"/>
+ <anchor x="2500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="dotaccent" xOffset="1008.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/W_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/W_dotbelow.glif
new file mode 100644
index 000000000..8e1ebd3d8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/W_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wdotbelow" format="2">
+ <advance width="2672.0"/>
+ <unicode hex="1E88"/>
+ <anchor x="1336.0" y="-479.0" name="bottom"/>
+ <anchor x="2500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1336.0" y="2304.0" name="parent_top"/>
+ <anchor x="1336.0" y="2304.0" name="top"/>
+ <anchor x="2500.0" y="2200.0" name="top0315"/>
+ <anchor x="2500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="dotbelow" xOffset="2160.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/W_grave.glif b/src/Inter-UI-Regular.ufo/glyphs/W_grave.glif
new file mode 100644
index 000000000..893cc9c74
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/W_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Wgrave" format="2">
+ <advance width="2672.0"/>
+ <unicode hex="1E80"/>
+ <anchor x="1336.0" y="16.0" name="bottom"/>
+ <anchor x="2500.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1336.0" y="2304.0" name="parent_top"/>
+ <anchor x="1336.0" y="2796.0" name="top"/>
+ <anchor x="2500.0" y="2200.0" name="top0315"/>
+ <anchor x="2500.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="W"/>
+ <component base="grave" xOffset="840.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:36:00</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/X_.glif b/src/Inter-UI-Regular.ufo/glyphs/X_.glif
index 2651a679b..499dd5656 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/X_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/X_.glif
@@ -1,215 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="X" format="1">
- <advance width="1808"/>
+<glyph name="X" format="2">
+ <advance width="1808.0"/>
<unicode hex="0058"/>
+ <guideline x="1724.0" y="2180.0" angle="90.0"/>
+ <guideline x="896.0" y="1372.0" angle="90.0"/>
+ <guideline x="68.0" y="2060.0" angle="90.0"/>
+ <guideline x="944.0" y="1196.0" angle="0.0"/>
+ <guideline x="1352.0" y="852.0" angle="0.0"/>
+ <anchor x="904.0" y="16.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="964.0" y="1020.0" name="cross"/>
+ <anchor x="1596.0" y="0.0" name="right"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1848.0" y="2216.0" name="top0315"/>
+ <anchor x="1848.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="368" y="2048" type="line"/>
- <point x="76" y="2048" type="line"/>
- <point x="736" y="1024" type="line"/>
- <point x="76" y="0" type="line"/>
- <point x="368" y="0" type="line"/>
- <point x="896" y="836" type="line"/>
- <point x="912" y="836" type="line"/>
- <point x="1440" y="0" type="line"/>
- <point x="1732" y="0" type="line"/>
- <point x="1088" y="1024" type="line"/>
- <point x="1732" y="2048" type="line"/>
- <point x="1440" y="2048" type="line"/>
- <point x="912" y="1196" type="line"/>
- <point x="896" y="1196" type="line"/>
- </contour>
- <contour>
- <point x="904" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1596" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="964" y="1020" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="904" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1848" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1848" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1848" y="2216" type="move" name="top0315"/>
+ <point x="368.0" y="2048.0" type="line"/>
+ <point x="76.0" y="2048.0" type="line"/>
+ <point x="736.0" y="1024.0" type="line"/>
+ <point x="76.0" y="0.0" type="line"/>
+ <point x="368.0" y="0.0" type="line"/>
+ <point x="896.0" y="836.0" type="line"/>
+ <point x="912.0" y="836.0" type="line"/>
+ <point x="1440.0" y="0.0" type="line"/>
+ <point x="1732.0" y="0.0" type="line"/>
+ <point x="1088.0" y="1024.0" type="line"/>
+ <point x="1732.0" y="2048.0" type="line"/>
+ <point x="1440.0" y="2048.0" type="line"/>
+ <point x="912.0" y="1196.0" type="line"/>
+ <point x="896.0" y="1196.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1724</integer>
- <key>y</key>
- <integer>2180</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>896</integer>
- <key>y</key>
- <integer>1372</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>68</integer>
- <key>y</key>
- <integer>2060</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>944</integer>
- <key>y</key>
- <integer>1196</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1352</integer>
- <key>y</key>
- <integer>852</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>Y</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>-28</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1144</integer>
- <key>y</key>
- <integer>2184</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1204</integer>
- <key>y</key>
- <integer>2184</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1204</integer>
- <key>y</key>
- <integer>2222</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1144</integer>
- <key>y</key>
- <integer>2222</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>X</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1808</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/X_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/X_dieresis.glif
new file mode 100644
index 000000000..8d9f394f0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/X_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Xdieresis" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1E8C"/>
+ <anchor x="904.0" y="16.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2684.0" name="top"/>
+ <anchor x="1848.0" y="2216.0" name="top0315"/>
+ <anchor x="1848.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="dieresis" xOffset="80.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/X_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/X_dotaccent.glif
new file mode 100644
index 000000000..b17a9ae27
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/X_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Xdotaccent" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="1E8A"/>
+ <anchor x="904.0" y="16.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2700.0" name="top"/>
+ <anchor x="1848.0" y="2216.0" name="top0315"/>
+ <anchor x="1848.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="dotaccent" xOffset="576.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/X_i.glif b/src/Inter-UI-Regular.ufo/glyphs/X_i.glif
new file mode 100644
index 000000000..30d68c1fe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/X_i.glif
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Xi" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="039E"/>
+ <outline>
+ <contour>
+ <point x="112.0" y="0.0" type="line"/>
+ <point x="1408.0" y="0.0" type="line"/>
+ <point x="1408.0" y="220.0" type="line"/>
+ <point x="112.0" y="220.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="232.0" y="932.0" type="line"/>
+ <point x="1280.0" y="932.0" type="line"/>
+ <point x="1280.0" y="1152.0" type="line"/>
+ <point x="232.0" y="1152.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="116.0" y="1828.0" type="line"/>
+ <point x="1388.0" y="1828.0" type="line"/>
+ <point x="1388.0" y="2048.0" type="line"/>
+ <point x="116.0" y="2048.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Xi_.glif b/src/Inter-UI-Regular.ufo/glyphs/Xi_.glif
deleted file mode 100644
index b29b41857..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Xi_.glif
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Xi" format="1">
- <advance width="1520"/>
- <unicode hex="039E"/>
- <outline>
- <contour>
- <point x="112" y="0" type="line"/>
- <point x="1408" y="0" type="line"/>
- <point x="1408" y="220" type="line"/>
- <point x="112" y="220" type="line"/>
- </contour>
- <contour>
- <point x="232" y="932" type="line"/>
- <point x="1280" y="932" type="line"/>
- <point x="1280" y="1152" type="line"/>
- <point x="232" y="1152" type="line"/>
- </contour>
- <contour>
- <point x="116" y="1828" type="line"/>
- <point x="1388" y="1828" type="line"/>
- <point x="1388" y="2048" type="line"/>
- <point x="116" y="2048" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1616, 'leftMargin': 166, 'rightMargin': 156}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/YR__.glif b/src/Inter-UI-Regular.ufo/glyphs/YR__.glif
deleted file mode 100644
index af65c148b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/YR__.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="YR" format="1">
- <advance width="2032"/>
- <unicode hex="01A6"/>
- <outline>
- <contour>
- <point x="152" y="1864" type="line" name="hr00"/>
- <point x="440" y="1864" type="line"/>
- <point x="440" y="2144" type="line"/>
- <point x="152" y="2144" type="line"/>
- </contour>
- <contour>
- <point x="152" y="2004" type="line"/>
- <point x="152" y="0" type="line"/>
- <point x="440" y="0" type="line"/>
- <point x="440" y="1772" type="line"/>
- <point x="820" y="1772" type="line" smooth="yes"/>
- <point x="1120" y="1772"/>
- <point x="1240" y="1624"/>
- <point x="1240" y="1400" type="curve" smooth="yes"/>
- <point x="1240" y="1196"/>
- <point x="1100" y="1036"/>
- <point x="820" y="1036" type="curve" smooth="yes"/>
- <point x="376" y="1036" type="line"/>
- <point x="376" y="808" type="line"/>
- <point x="984" y="808" type="line"/>
- <point x="1060" y="836" type="line"/>
- <point x="1352" y="916"/>
- <point x="1524" y="1124"/>
- <point x="1524" y="1400" type="curve" smooth="yes"/>
- <point x="1524" y="1792"/>
- <point x="1276" y="2004"/>
- <point x="820" y="2004" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1576" y="-496" type="line"/>
- <point x="1880" y="-496" type="line"/>
- <point x="1880" y="-480" type="line"/>
- <point x="1128" y="912" type="line"/>
- <point x="828" y="912" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1939, 'leftMargin': 228, 'rightMargin': -18}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_.glif
index 5046d8ccc..ef736f797 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/Y_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_.glif
@@ -1,143 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Y" format="1">
- <advance width="1880"/>
+<glyph name="Y" format="2">
+ <advance width="1880.0"/>
<unicode hex="0059"/>
+ <guideline x="932.0" y="1360.0" angle="90.0"/>
+ <guideline x="336.0" y="2092.0" angle="90.0"/>
+ <guideline x="1496.0" y="2100.0" angle="90.0"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="920.0" y="816.0" name="cross"/>
+ <anchor x="28.0" y="2048.0" name="tonos"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="360" y="2048" type="line"/>
- <point x="76" y="2048" type="line"/>
- <point x="816" y="844" type="line"/>
- <point x="816" y="0" type="line"/>
- <point x="1064" y="0" type="line"/>
- <point x="1064" y="844" type="line"/>
- <point x="1804" y="2048" type="line"/>
- <point x="1520" y="2048" type="line"/>
- <point x="940" y="1072" type="line"/>
+ <point x="360.0" y="2048.0" type="line"/>
+ <point x="76.0" y="2048.0" type="line"/>
+ <point x="816.0" y="844.0" type="line"/>
+ <point x="816.0" y="0.0" type="line"/>
+ <point x="1064.0" y="0.0" type="line"/>
+ <point x="1064.0" y="844.0" type="line"/>
+ <point x="1804.0" y="2048.0" type="line"/>
+ <point x="1520.0" y="2048.0" type="line"/>
+ <point x="940.0" y="1072.0" type="line"/>
</contour>
<contour>
- <point x="916" y="1044" type="line"/>
- <point x="964" y="1044" type="line"/>
- <point x="964" y="1092" type="line"/>
- <point x="916" y="1092" type="line"/>
- </contour>
- <contour>
- <point x="940" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="940" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="920" y="816" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="28" y="2048" type="move" name="tonos"/>
- </contour>
- <contour>
- <point x="1912" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1912" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1912" y="2200" type="move" name="top0315"/>
+ <point x="916.0" y="1044.0" type="line"/>
+ <point x="964.0" y="1044.0" type="line"/>
+ <point x="964.0" y="1092.0" type="line"/>
+ <point x="916.0" y="1092.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>932</integer>
- <key>y</key>
- <integer>1360</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>336</integer>
- <key>y</key>
- <integer>2092</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1496</integer>
- <key>y</key>
- <integer>2100</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>V</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>24</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Y</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1880</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_R_.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_R_.glif
new file mode 100644
index 000000000..aac2276c1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_R_.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="YR" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="01A6"/>
+ <outline>
+ <contour>
+ <point x="152.0" y="1864.0" type="line"/>
+ <point x="440.0" y="1864.0" type="line"/>
+ <point x="440.0" y="2144.0" type="line"/>
+ <point x="152.0" y="2144.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="152.0" y="2004.0" type="line"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="440.0" y="0.0" type="line"/>
+ <point x="440.0" y="1772.0" type="line"/>
+ <point x="820.0" y="1772.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="1772.0"/>
+ <point x="1240.0" y="1624.0"/>
+ <point x="1240.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="1196.0"/>
+ <point x="1100.0" y="1036.0"/>
+ <point x="820.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="1036.0" type="line"/>
+ <point x="376.0" y="808.0" type="line"/>
+ <point x="984.0" y="808.0" type="line"/>
+ <point x="1060.0" y="836.0" type="line"/>
+ <point x="1352.0" y="916.0"/>
+ <point x="1524.0" y="1124.0"/>
+ <point x="1524.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="1524.0" y="1792.0"/>
+ <point x="1276.0" y="2004.0"/>
+ <point x="820.0" y="2004.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1576.0" y="-496.0" type="line"/>
+ <point x="1880.0" y="-496.0" type="line"/>
+ <point x="1880.0" y="-480.0" type="line"/>
+ <point x="1128.0" y="912.0" type="line"/>
+ <point x="828.0" y="912.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_acute.glif
new file mode 100644
index 000000000..ada71bcf3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yacute" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="00DD"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2796.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="acute" xOffset="632.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_circumflex.glif
new file mode 100644
index 000000000..277dd6e91
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ycircumflex" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="0176"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2768.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="circumflex" xOffset="296.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_dieresis.glif
new file mode 100644
index 000000000..1d21b6f46
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_dieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ydieresis" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="0178"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2684.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="dieresis" xOffset="120.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_dotaccent.glif
new file mode 100644
index 000000000..a3b4c5970
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ydotaccent" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="1E8E"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2700.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="dotaccent" xOffset="608.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_dotbelow.glif
new file mode 100644
index 000000000..328b25f8e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ydotbelow" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="1EF4"/>
+ <anchor x="940.0" y="-495.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="dotbelow" xOffset="1768.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_erudieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_erudieresiscyrillic.glif
new file mode 100644
index 000000000..6e426e896
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_erudieresiscyrillic.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yerudieresiscyrillic" format="2">
+ <advance width="2328.0"/>
+ <unicode hex="04F8"/>
+ <anchor x="1212.0" y="2216.0" name="parent_top"/>
+ <anchor x="1212.0" y="2596.0" name="top"/>
+ <anchor x="2436.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10045"/>
+ <component base="dieresis" xOffset="388.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_grave.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_grave.glif
new file mode 100644
index 000000000..2cce32ca7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_grave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ygrave" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="1EF2"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2796.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="grave" xOffset="440.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_hook.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_hook.glif
new file mode 100644
index 000000000..e7d959d80
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_hook.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yhook" format="2">
+ <advance width="1988.0"/>
+ <unicode hex="01B3"/>
+ <guideline x="1496.0" y="1588.0" angle="238.6031"/>
+ <guideline x="1304.0" y="1724.0" angle="239.3277"/>
+ <outline>
+ <contour>
+ <point x="1572.0" y="1672.0" type="line"/>
+ <point x="1612.0" y="1740.0" type="line" smooth="yes"/>
+ <point x="1684.0" y="1864.0"/>
+ <point x="1772.0" y="1872.0"/>
+ <point x="1868.0" y="1832.0" type="curve"/>
+ <point x="1932.0" y="2032.0" type="line"/>
+ <point x="1736.0" y="2124.0"/>
+ <point x="1532.0" y="2064.0"/>
+ <point x="1400.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="1772.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="916.0" y="1044.0" type="line"/>
+ <point x="964.0" y="1044.0" type="line"/>
+ <point x="964.0" y="1092.0" type="line"/>
+ <point x="916.0" y="1092.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="360.0" y="2048.0" type="line"/>
+ <point x="76.0" y="2048.0" type="line"/>
+ <point x="816.0" y="844.0" type="line"/>
+ <point x="816.0" y="0.0" type="line"/>
+ <point x="1064.0" y="0.0" type="line"/>
+ <point x="1064.0" y="844.0" type="line"/>
+ <point x="1572.0" y="1672.0" type="line"/>
+ <point x="1356.0" y="1772.0" type="line"/>
+ <point x="940.0" y="1072.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_hookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_hookabove.glif
new file mode 100644
index 000000000..23fa6eea3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_hookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yhookabove" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="1EF6"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2922.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="hook" xOffset="1752.0" yOffset="552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_smallcap.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_smallcap.glif
new file mode 100644
index 000000000..260cdcc08
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_smallcap.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ysmallcap" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="028F"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="760.0" y="1776.0" name="top"/>
+ <anchor x="1496.0" y="1776.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="676.0" y="588.0" type="line"/>
+ <point x="720.0" y="480.0" type="line"/>
+ <point x="884.0" y="480.0" type="line"/>
+ <point x="1480.0" y="1488.0" type="line"/>
+ <point x="1172.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="348.0" y="1488.0" type="line"/>
+ <point x="40.0" y="1488.0" type="line"/>
+ <point x="636.0" y="480.0" type="line"/>
+ <point x="800.0" y="480.0" type="line"/>
+ <point x="852.0" y="580.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="892.0" y="712.0" type="line"/>
+ <point x="620.0" y="712.0" type="line"/>
+ <point x="620.0" y="0.0" type="line"/>
+ <point x="892.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_tilde.glif
new file mode 100644
index 000000000..d87664eda
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_tilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Ytilde" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="1EF8"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2720.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="tilde" xOffset="312.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_usbigcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_usbigcyrillic.glif
new file mode 100644
index 000000000..443d90984
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_usbigcyrillic.glif
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yusbigcyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="046A"/>
+ <outline>
+ <contour>
+ <point x="416.0" y="0.0" type="line"/>
+ <point x="416.0" y="508.0" type="line" smooth="yes"/>
+ <point x="416.0" y="808.0"/>
+ <point x="548.0" y="892.0"/>
+ <point x="808.0" y="892.0" type="curve" smooth="yes"/>
+ <point x="1480.0" y="892.0" type="line" smooth="yes"/>
+ <point x="1744.0" y="892.0"/>
+ <point x="1872.0" y="808.0"/>
+ <point x="1872.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="1872.0" y="0.0" type="line"/>
+ <point x="2160.0" y="0.0" type="line"/>
+ <point x="2160.0" y="508.0" type="line" smooth="yes"/>
+ <point x="2160.0" y="956.0"/>
+ <point x="1904.0" y="1124.0"/>
+ <point x="1480.0" y="1124.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="1124.0" type="line" smooth="yes"/>
+ <point x="384.0" y="1124.0"/>
+ <point x="132.0" y="956.0"/>
+ <point x="132.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1704.0" y="2004.0" type="line"/>
+ <point x="624.0" y="2004.0" type="line"/>
+ <point x="624.0" y="1772.0" type="line"/>
+ <point x="1704.0" y="1772.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1056.0" y="936.0" type="line"/>
+ <point x="1108.0" y="828.0" type="line"/>
+ <point x="1288.0" y="828.0" type="line"/>
+ <point x="1992.0" y="2004.0" type="line"/>
+ <point x="1668.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="644.0" y="2004.0" type="line"/>
+ <point x="320.0" y="2004.0" type="line"/>
+ <point x="1028.0" y="828.0" type="line"/>
+ <point x="1204.0" y="828.0" type="line"/>
+ <point x="1264.0" y="924.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1292.0" y="1080.0" type="line"/>
+ <point x="1008.0" y="1080.0" type="line"/>
+ <point x="1008.0" y="0.0" type="line"/>
+ <point x="1292.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_usbigiotifiedcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_usbigiotifiedcyrillic.glif
new file mode 100644
index 000000000..04cde3a19
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_usbigiotifiedcyrillic.glif
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yusbigiotifiedcyrillic" format="2">
+ <advance width="3312.0"/>
+ <unicode hex="046C"/>
+ <outline>
+ <contour>
+ <point x="1784.0" y="1124.0" type="line"/>
+ <point x="524.0" y="1124.0" type="line"/>
+ <point x="524.0" y="904.0" type="line"/>
+ <point x="1784.0" y="904.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="512.0" y="2048.0" type="line"/>
+ <point x="264.0" y="2048.0" type="line"/>
+ <point x="264.0" y="0.0" type="line"/>
+ <point x="512.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1212.0" y="0.0" type="line"/>
+ <point x="1212.0" y="508.0" type="line" smooth="yes"/>
+ <point x="1212.0" y="808.0"/>
+ <point x="1344.0" y="892.0"/>
+ <point x="1604.0" y="892.0" type="curve" smooth="yes"/>
+ <point x="2276.0" y="892.0" type="line" smooth="yes"/>
+ <point x="2540.0" y="892.0"/>
+ <point x="2668.0" y="808.0"/>
+ <point x="2668.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="2668.0" y="0.0" type="line"/>
+ <point x="2956.0" y="0.0" type="line"/>
+ <point x="2956.0" y="508.0" type="line" smooth="yes"/>
+ <point x="2956.0" y="956.0"/>
+ <point x="2700.0" y="1124.0"/>
+ <point x="2276.0" y="1124.0" type="curve" smooth="yes"/>
+ <point x="1604.0" y="1124.0" type="line" smooth="yes"/>
+ <point x="1180.0" y="1124.0"/>
+ <point x="928.0" y="956.0"/>
+ <point x="928.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2500.0" y="2004.0" type="line"/>
+ <point x="1420.0" y="2004.0" type="line"/>
+ <point x="1420.0" y="1772.0" type="line"/>
+ <point x="2500.0" y="1772.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1852.0" y="936.0" type="line"/>
+ <point x="1904.0" y="828.0" type="line"/>
+ <point x="2084.0" y="828.0" type="line"/>
+ <point x="2788.0" y="2004.0" type="line"/>
+ <point x="2464.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1440.0" y="2004.0" type="line"/>
+ <point x="1116.0" y="2004.0" type="line"/>
+ <point x="1824.0" y="828.0" type="line"/>
+ <point x="2000.0" y="828.0" type="line"/>
+ <point x="2060.0" y="924.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2088.0" y="1080.0" type="line"/>
+ <point x="1804.0" y="1080.0" type="line"/>
+ <point x="1804.0" y="0.0" type="line"/>
+ <point x="2088.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_uslittlecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_uslittlecyrillic.glif
new file mode 100644
index 000000000..a8cf739a0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_uslittlecyrillic.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yuslittlecyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0466"/>
+ <outline>
+ <contour>
+ <point x="960.0" y="1788.0" type="line"/>
+ <point x="948.0" y="2004.0" type="line"/>
+ <point x="772.0" y="2004.0" type="line"/>
+ <point x="52.0" y="0.0" type="line"/>
+ <point x="344.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1436.0" y="0.0" type="line"/>
+ <point x="1728.0" y="0.0" type="line"/>
+ <point x="1020.0" y="2004.0" type="line"/>
+ <point x="844.0" y="2004.0" type="line"/>
+ <point x="828.0" y="1800.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1372.0" y="832.0" type="line"/>
+ <point x="400.0" y="832.0" type="line"/>
+ <point x="400.0" y="596.0" type="line"/>
+ <point x="1372.0" y="596.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1020.0" y="760.0" type="line"/>
+ <point x="744.0" y="760.0" type="line"/>
+ <point x="744.0" y="0.0" type="line"/>
+ <point x="1020.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Y_uslittleiotifiedcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Y_uslittleiotifiedcyrillic.glif
new file mode 100644
index 000000000..79a08a68f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Y_uslittleiotifiedcyrillic.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Yuslittleiotifiedcyrillic" format="2">
+ <advance width="2544.0"/>
+ <unicode hex="0468"/>
+ <outline>
+ <contour>
+ <point x="1092.0" y="832.0" type="line"/>
+ <point x="336.0" y="832.0" type="line"/>
+ <point x="336.0" y="600.0" type="line"/>
+ <point x="1092.0" y="600.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1580.0" y="1788.0" type="line"/>
+ <point x="1568.0" y="2004.0" type="line"/>
+ <point x="1392.0" y="2004.0" type="line"/>
+ <point x="672.0" y="0.0" type="line"/>
+ <point x="964.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2056.0" y="0.0" type="line"/>
+ <point x="2348.0" y="0.0" type="line"/>
+ <point x="1640.0" y="2004.0" type="line"/>
+ <point x="1464.0" y="2004.0" type="line"/>
+ <point x="1448.0" y="1800.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1992.0" y="832.0" type="line"/>
+ <point x="1020.0" y="832.0" type="line"/>
+ <point x="1020.0" y="596.0" type="line"/>
+ <point x="1992.0" y="596.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1640.0" y="760.0" type="line"/>
+ <point x="1364.0" y="760.0" type="line"/>
+ <point x="1364.0" y="0.0" type="line"/>
+ <point x="1640.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="412.0" y="2048.0" type="line"/>
+ <point x="164.0" y="2048.0" type="line"/>
+ <point x="164.0" y="0.0" type="line"/>
+ <point x="412.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Yhook_.glif b/src/Inter-UI-Regular.ufo/glyphs/Yhook_.glif
deleted file mode 100644
index 62c949d23..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Yhook_.glif
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yhook" format="1">
- <advance width="1988"/>
- <unicode hex="01B3"/>
- <outline>
- <contour>
- <point x="1572" y="1672" type="line"/>
- <point x="1612" y="1740" type="line" smooth="yes"/>
- <point x="1684" y="1864"/>
- <point x="1772" y="1872"/>
- <point x="1868" y="1832" type="curve"/>
- <point x="1932" y="2032" type="line"/>
- <point x="1736" y="2124"/>
- <point x="1532" y="2064"/>
- <point x="1400" y="1844" type="curve" smooth="yes"/>
- <point x="1356" y="1772" type="line"/>
- </contour>
- <contour>
- <point x="916" y="1044" type="line"/>
- <point x="964" y="1044" type="line"/>
- <point x="964" y="1092" type="line"/>
- <point x="916" y="1092" type="line"/>
- </contour>
- <contour>
- <point x="360" y="2048" type="line"/>
- <point x="76" y="2048" type="line"/>
- <point x="816" y="844" type="line"/>
- <point x="816" y="0" type="line"/>
- <point x="1064" y="0" type="line"/>
- <point x="1064" y="844" type="line"/>
- <point x="1572" y="1672" type="line"/>
- <point x="1356" y="1772" type="line"/>
- <point x="940" y="1072" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>-121.39691224859045</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1496</integer>
- <key>y</key>
- <integer>1588</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-120.67232578233511</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1304</integer>
- <key>y</key>
- <integer>1724</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1843, 'leftMargin': 18, 'rightMargin': -41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Ysmallcap_.glif b/src/Inter-UI-Regular.ufo/glyphs/Ysmallcap_.glif
deleted file mode 100644
index 557c6a532..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Ysmallcap_.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Ysmallcap" format="1">
- <advance width="1520"/>
- <unicode hex="028F"/>
- <outline>
- <contour>
- <point x="676" y="588" type="line"/>
- <point x="720" y="480" type="line"/>
- <point x="884" y="480" type="line"/>
- <point x="1480" y="1488" type="line"/>
- <point x="1172" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="348" y="1488" type="line"/>
- <point x="40" y="1488" type="line"/>
- <point x="636" y="480" type="line"/>
- <point x="800" y="480" type="line"/>
- <point x="852" y="580" type="line"/>
- </contour>
- <contour>
- <point x="892" y="712" type="line"/>
- <point x="620" y="712" type="line"/>
- <point x="620" y="0" type="line"/>
- <point x="892" y="0" type="line"/>
- </contour>
- <contour>
- <point x="760" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="760" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1496" y="1776" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1474.0, 'leftMargin': 17, 'rightMargin': 16.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Yusbigcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Yusbigcyrillic_.glif
deleted file mode 100644
index f2434acfb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Yusbigcyrillic_.glif
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yusbigcyrillic" format="1">
- <advance width="2288"/>
- <unicode hex="046A"/>
- <outline>
- <contour>
- <point x="416" y="0" type="line"/>
- <point x="416" y="508" type="line" smooth="yes"/>
- <point x="416" y="808"/>
- <point x="548" y="892"/>
- <point x="808" y="892" type="curve" smooth="yes"/>
- <point x="1480" y="892" type="line" smooth="yes"/>
- <point x="1744" y="892"/>
- <point x="1872" y="808"/>
- <point x="1872" y="508" type="curve" smooth="yes"/>
- <point x="1872" y="0" type="line"/>
- <point x="2160" y="0" type="line"/>
- <point x="2160" y="508" type="line" smooth="yes"/>
- <point x="2160" y="956"/>
- <point x="1904" y="1124"/>
- <point x="1480" y="1124" type="curve" smooth="yes"/>
- <point x="808" y="1124" type="line" smooth="yes"/>
- <point x="384" y="1124"/>
- <point x="132" y="956"/>
- <point x="132" y="508" type="curve" smooth="yes"/>
- <point x="132" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1704" y="2004" type="line"/>
- <point x="624" y="2004" type="line"/>
- <point x="624" y="1772" type="line"/>
- <point x="1704" y="1772" type="line"/>
- </contour>
- <contour>
- <point x="1056" y="936" type="line"/>
- <point x="1108" y="828" type="line"/>
- <point x="1288" y="828" type="line"/>
- <point x="1992" y="2004" type="line"/>
- <point x="1668" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="644" y="2004" type="line"/>
- <point x="320" y="2004" type="line"/>
- <point x="1028" y="828" type="line"/>
- <point x="1204" y="828" type="line"/>
- <point x="1264" y="924" type="line"/>
- </contour>
- <contour>
- <point x="1292" y="1080" type="line"/>
- <point x="1008" y="1080" type="line"/>
- <point x="1008" y="0" type="line"/>
- <point x="1292" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2424, 'leftMargin': 199, 'rightMargin': 198}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Yusbigiotifiedcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Yusbigiotifiedcyrillic_.glif
deleted file mode 100644
index 042d31755..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Yusbigiotifiedcyrillic_.glif
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yusbigiotifiedcyrillic" format="1">
- <advance width="3312"/>
- <unicode hex="046C"/>
- <outline>
- <contour>
- <point x="1784" y="1124" type="line"/>
- <point x="524" y="1124" type="line"/>
- <point x="524" y="904" type="line"/>
- <point x="1784" y="904" type="line"/>
- </contour>
- <component base="I" xOffset="16"/>
- <component base="Yusbigcyrillic" xOffset="796"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3204, 'leftMargin': 256, 'rightMargin': 198}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Yuslittlecyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Yuslittlecyrillic_.glif
deleted file mode 100644
index 499ac9266..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Yuslittlecyrillic_.glif
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yuslittlecyrillic" format="1">
- <advance width="1776"/>
- <unicode hex="0466"/>
- <outline>
- <contour>
- <point x="960" y="1788" type="line"/>
- <point x="948" y="2004" type="line"/>
- <point x="772" y="2004" type="line"/>
- <point x="52" y="0" type="line"/>
- <point x="344" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1436" y="0" type="line"/>
- <point x="1728" y="0" type="line"/>
- <point x="1020" y="2004" type="line"/>
- <point x="844" y="2004" type="line"/>
- <point x="828" y="1800" type="line"/>
- </contour>
- <contour>
- <point x="1372" y="832" type="line"/>
- <point x="400" y="832" type="line"/>
- <point x="400" y="596" type="line"/>
- <point x="1372" y="596" type="line"/>
- </contour>
- <contour>
- <point x="1020" y="760" type="line"/>
- <point x="744" y="760" type="line"/>
- <point x="744" y="0" type="line"/>
- <point x="1020" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1700, 'leftMargin': 56, 'rightMargin': -33}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Yuslittleiotifiedcyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Yuslittleiotifiedcyrillic_.glif
deleted file mode 100644
index 1b4da7612..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Yuslittleiotifiedcyrillic_.glif
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Yuslittleiotifiedcyrillic" format="1">
- <advance width="2544"/>
- <unicode hex="0468"/>
- <outline>
- <contour>
- <point x="1092" y="832" type="line"/>
- <point x="336" y="832" type="line"/>
- <point x="336" y="600" type="line"/>
- <point x="1092" y="600" type="line"/>
- </contour>
- <component base="Yuslittlecyrillic" xOffset="620"/>
- <component base="I" xOffset="-84"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2482, 'leftMargin': 282, 'rightMargin': 19}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_.glif
index 54a5ed6c8..36cf4fa7c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/Z_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_.glif
@@ -1,140 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Z" format="1">
- <advance width="1760"/>
+<glyph name="Z" format="2">
+ <advance width="1760.0"/>
<unicode hex="005A"/>
+ <guideline x="1584.0" y="248.0" angle="90.0"/>
+ <guideline x="160.0" y="1280.0" angle="90.0"/>
+ <guideline x="872.0" y="2156.0" angle="90.0"/>
+ <anchor x="880.0" y="16.0" name="bottom"/>
+ <anchor x="1680.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="880.0" y="2304.0" name="top"/>
+ <anchor x="1744.0" y="2200.0" name="top0315"/>
+ <anchor x="1744.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1592" y="220" type="line"/>
- <point x="284" y="220" type="line"/>
- <point x="284" y="0" type="line"/>
- <point x="1592" y="0" type="line"/>
+ <point x="1592.0" y="220.0" type="line"/>
+ <point x="284.0" y="220.0" type="line"/>
+ <point x="284.0" y="0.0" type="line"/>
+ <point x="1592.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1580" y="1868" type="line"/>
- <point x="1580" y="2048" type="line"/>
- <point x="1432" y="2048" type="line"/>
- <point x="180" y="180" type="line"/>
- <point x="180" y="0" type="line"/>
- <point x="328" y="0" type="line"/>
+ <point x="1580.0" y="1868.0" type="line"/>
+ <point x="1580.0" y="2048.0" type="line"/>
+ <point x="1432.0" y="2048.0" type="line"/>
+ <point x="180.0" y="180.0" type="line"/>
+ <point x="180.0" y="0.0" type="line"/>
+ <point x="328.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1456" y="2048" type="line"/>
- <point x="168" y="2048" type="line"/>
- <point x="168" y="1828" type="line"/>
- <point x="1456" y="1828" type="line"/>
- </contour>
- <contour>
- <point x="880" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="880" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1744" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1680" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1744" y="2200" type="move" name="top0315"/>
+ <point x="1456.0" y="2048.0" type="line"/>
+ <point x="168.0" y="2048.0" type="line"/>
+ <point x="168.0" y="1828.0" type="line"/>
+ <point x="1456.0" y="1828.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1584</integer>
- <key>y</key>
- <integer>248</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>160</integer>
- <key>y</key>
- <integer>1280</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>872</integer>
- <key>y</key>
- <integer>2156</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>N</string>
- <key>transformation</key>
- <array>
- <integer>-1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>1912</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>Z</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1760</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_acute.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_acute.glif
new file mode 100644
index 000000000..95f15f159
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_acute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zacute" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="0179"/>
+ <anchor x="880.0" y="16.0" name="bottom"/>
+ <anchor x="1680.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="880.0" y="2304.0" name="parent_top"/>
+ <anchor x="880.0" y="2796.0" name="top"/>
+ <anchor x="1744.0" y="2200.0" name="top0315"/>
+ <anchor x="1744.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="acute" xOffset="568.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_bar.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_bar.glif
new file mode 100644
index 000000000..7b7447ffd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_bar.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zbar" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="01B5"/>
+ <anchor x="848.0" y="16.0" name="bottom"/>
+ <anchor x="856.0" y="2200.0" name="top"/>
+ <anchor x="1696.0" y="2200.0" name="top0315"/>
+ <outline>
+ <component base="Z"/>
+ <component base="crossbar" xOffset="244.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_caron.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_caron.glif
new file mode 100644
index 000000000..00570aca3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_caron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zcaron" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="017D"/>
+ <anchor x="880.0" y="16.0" name="bottom"/>
+ <anchor x="1680.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="880.0" y="2304.0" name="parent_top"/>
+ <anchor x="864.0" y="2760.0" name="top"/>
+ <anchor x="1744.0" y="2200.0" name="top0315"/>
+ <anchor x="1744.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="caron" xOffset="232.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_circumflex.glif
new file mode 100644
index 000000000..849de8563
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_circumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zcircumflex" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="1E90"/>
+ <anchor x="880.0" y="16.0" name="bottom"/>
+ <anchor x="1680.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="880.0" y="2304.0" name="parent_top"/>
+ <anchor x="880.0" y="2768.0" name="top"/>
+ <anchor x="1744.0" y="2200.0" name="top0315"/>
+ <anchor x="1744.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="circumflex" xOffset="232.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_dotaccent.glif
new file mode 100644
index 000000000..c91f6c4a3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_dotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zdotaccent" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="017B"/>
+ <anchor x="880.0" y="16.0" name="bottom"/>
+ <anchor x="1680.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="880.0" y="2304.0" name="parent_top"/>
+ <anchor x="880.0" y="2700.0" name="top"/>
+ <anchor x="1744.0" y="2200.0" name="top0315"/>
+ <anchor x="1744.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="dotaccent" xOffset="552.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_dotbelow.glif
new file mode 100644
index 000000000..07e204ff5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_dotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zdotbelow" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="1E92"/>
+ <anchor x="880.0" y="-479.0" name="bottom"/>
+ <anchor x="1680.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="880.0" y="2304.0" name="parent_top"/>
+ <anchor x="880.0" y="2304.0" name="top"/>
+ <anchor x="1744.0" y="2200.0" name="top0315"/>
+ <anchor x="1744.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="dotbelow" xOffset="1704.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_edescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_edescendercyrillic.glif
new file mode 100644
index 000000000..6a396806a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_edescendercyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zedescendercyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0498"/>
+ <anchor x="888.0" y="-16.0" name="bottom"/>
+ <anchor x="888.0" y="2244.0" name="parent_top"/>
+ <anchor x="888.0" y="2244.0" name="top"/>
+ <anchor x="1728.0" y="2244.0" name="top0315"/>
+ <outline>
+ <component base="afii10025"/>
+ <component base="cyrillictic" xOffset="648.0" yOffset="-104.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_edieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_edieresiscyrillic.glif
new file mode 100644
index 000000000..44f9e9dba
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_edieresiscyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zedieresiscyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04DE"/>
+ <anchor x="888.0" y="-16.0" name="bottom"/>
+ <anchor x="888.0" y="2244.0" name="parent_top"/>
+ <anchor x="888.0" y="2624.0" name="top"/>
+ <anchor x="1728.0" y="2244.0" name="top0315"/>
+ <outline>
+ <component base="afii10025"/>
+ <component base="dieresis" xOffset="64.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_eta.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_eta.glif
new file mode 100644
index 000000000..42e82410e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_eta.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zeta" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="0396"/>
+ <anchor x="880.0" y="16.0" name="bottom"/>
+ <anchor x="1680.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="880.0" y="2304.0" name="parent_top"/>
+ <anchor x="880.0" y="2304.0" name="top"/>
+ <anchor x="1744.0" y="2200.0" name="top0315"/>
+ <anchor x="1744.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_hebrevecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_hebrevecyrillic.glif
new file mode 100644
index 000000000..38c5a6502
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_hebrevecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zhebrevecyrillic" format="2">
+ <advance width="2800.0"/>
+ <unicode hex="04C1"/>
+ <anchor x="1396.0" y="2216.0" name="parent_top"/>
+ <anchor x="1396.0" y="2660.0" name="top"/>
+ <anchor x="2676.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10024"/>
+ <component base="breve" xOffset="768.0" yOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_hedescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_hedescendercyrillic.glif
new file mode 100644
index 000000000..2aa6f66a6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_hedescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zhedescendercyrillic" format="2">
+ <advance width="2800.0"/>
+ <unicode hex="0496"/>
+ <anchor x="2620.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10024" xOffset="36.0"/>
+ <component base="cyrillictic" xOffset="2304.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_hedieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_hedieresiscyrillic.glif
new file mode 100644
index 000000000..21b9a302f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_hedieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zhedieresiscyrillic" format="2">
+ <advance width="2800.0"/>
+ <unicode hex="04DC"/>
+ <anchor x="1396.0" y="2216.0" name="parent_top"/>
+ <anchor x="1396.0" y="2596.0" name="top"/>
+ <anchor x="2676.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10024"/>
+ <component base="dieresis" xOffset="576.0" yOffset="424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Z_linebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/Z_linebelow.glif
new file mode 100644
index 000000000..913b4db18
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/Z_linebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="Zlinebelow" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="1E94"/>
+ <anchor x="880.0" y="-388.0" name="bottom"/>
+ <anchor x="1680.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="880.0" y="2304.0" name="parent_top"/>
+ <anchor x="880.0" y="2304.0" name="top"/>
+ <anchor x="1744.0" y="2200.0" name="top0315"/>
+ <anchor x="1744.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Z"/>
+ <component base="macronsubnosp" xOffset="1688.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Zbar_.glif b/src/Inter-UI-Regular.ufo/glyphs/Zbar_.glif
deleted file mode 100644
index 299663be4..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Zbar_.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Zbar" format="1">
- <advance width="1760"/>
- <unicode hex="01B5"/>
- <outline>
- <component base="Z"/>
- <component base="crossbar" xOffset="244"/>
- <contour>
- <point x="856" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="848" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1696" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1687, 'leftMargin': 161, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/Zhedescendercyrillic_.glif b/src/Inter-UI-Regular.ufo/glyphs/Zhedescendercyrillic_.glif
deleted file mode 100644
index 757bb99ac..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/Zhedescendercyrillic_.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="Zhedescendercyrillic" format="1">
- <advance width="2800"/>
- <unicode hex="0496"/>
- <outline>
- <component base="afii10024" xOffset="36"/>
- <component base="cyrillictic" xOffset="2304"/>
- <contour>
- <point x="2620" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2712, 'leftMargin': 39, 'rightMargin': 39}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/_notdef.glif b/src/Inter-UI-Regular.ufo/glyphs/_notdef.glif
index 0098a90e1..15f58ecea 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/_notdef.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/_notdef.glif
@@ -1,51 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name=".notdef" format="1">
- <advance width="2800"/>
+<glyph name=".notdef" format="2">
+ <advance width="2800.0"/>
<outline>
<contour>
- <point x="248" y="-640" type="line"/>
- <point x="2552" y="-640" type="line"/>
- <point x="2552" y="-128" type="line"/>
- <point x="248" y="-128" type="line"/>
+ <point x="248.0" y="-640.0" type="line"/>
+ <point x="2552.0" y="-640.0" type="line"/>
+ <point x="2552.0" y="-128.0" type="line"/>
+ <point x="248.0" y="-128.0" type="line"/>
</contour>
<contour>
- <point x="248" y="1472" type="line"/>
- <point x="2552" y="1472" type="line"/>
- <point x="2552" y="1984" type="line"/>
- <point x="248" y="1984" type="line"/>
+ <point x="248.0" y="1472.0" type="line"/>
+ <point x="2552.0" y="1472.0" type="line"/>
+ <point x="2552.0" y="1984.0" type="line"/>
+ <point x="248.0" y="1984.0" type="line"/>
</contour>
<contour>
- <point x="248" y="2176" type="line"/>
- <point x="2552" y="2176" type="line"/>
- <point x="2552" y="2688" type="line"/>
- <point x="248" y="2688" type="line"/>
+ <point x="248.0" y="2176.0" type="line"/>
+ <point x="2552.0" y="2176.0" type="line"/>
+ <point x="2552.0" y="2688.0" type="line"/>
+ <point x="248.0" y="2688.0" type="line"/>
</contour>
<contour>
- <point x="248" y="64" type="line"/>
- <point x="2552" y="64" type="line"/>
- <point x="2552" y="576" type="line"/>
- <point x="248" y="576" type="line"/>
+ <point x="248.0" y="64.0" type="line"/>
+ <point x="2552.0" y="64.0" type="line"/>
+ <point x="2552.0" y="576.0" type="line"/>
+ <point x="248.0" y="576.0" type="line"/>
</contour>
<contour>
- <point x="248" y="768" type="line"/>
- <point x="2552" y="768" type="line"/>
- <point x="2552" y="1280" type="line"/>
- <point x="248" y="1280" type="line"/>
+ <point x="248.0" y="768.0" type="line"/>
+ <point x="2552.0" y="768.0" type="line"/>
+ <point x="2552.0" y="1280.0" type="line"/>
+ <point x="248.0" y="1280.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/_null.glif b/src/Inter-UI-Regular.ufo/glyphs/_null.glif
index 18fa4ac31..a712492aa 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/_null.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/_null.glif
@@ -1,17 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name=".null" format="1">
- <advance width="0"/>
+<glyph name=".null" format="2">
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>1.0</real>
- <real>0.3</real>
- <real>0.3</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>1,0.302,0.302,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/a.glif b/src/Inter-UI-Regular.ufo/glyphs/a.glif
index d92b44570..98ee2d807 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/a.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/a.glif
@@ -1,110 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="a" format="1">
- <advance width="1588"/>
+<glyph name="a" format="2">
+ <advance width="1588.0"/>
<unicode hex="0061"/>
+ <guideline x="796.0" y="1160.0" angle="90.0"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1372.0" y="0.0" name="ogonek"/>
+ <anchor x="804.0" y="1792.0" name="rhalfring"/>
+ <anchor x="1280.0" y="908.0" name="rhotichook"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
<outline>
<contour>
- <point x="1136" y="556" type="line" smooth="yes"/>
- <point x="1136" y="364"/>
- <point x="984" y="176"/>
- <point x="704" y="176" type="curve" smooth="yes"/>
- <point x="516" y="176"/>
- <point x="380" y="260"/>
- <point x="380" y="424" type="curve" smooth="yes"/>
- <point x="380" y="604"/>
- <point x="544" y="660"/>
- <point x="728" y="684" type="curve" smooth="yes"/>
- <point x="828" y="696"/>
- <point x="1096" y="724"/>
- <point x="1136" y="772" type="curve"/>
+ <point x="1136.0" y="556.0" type="line" smooth="yes"/>
+ <point x="1136.0" y="364.0"/>
+ <point x="984.0" y="176.0"/>
+ <point x="704.0" y="176.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="176.0"/>
+ <point x="380.0" y="260.0"/>
+ <point x="380.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="604.0"/>
+ <point x="544.0" y="660.0"/>
+ <point x="728.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="696.0"/>
+ <point x="1096.0" y="724.0"/>
+ <point x="1136.0" y="772.0" type="curve"/>
</contour>
<contour>
- <point x="1136" y="0" type="line"/>
- <point x="1372" y="0" type="line"/>
- <point x="1372" y="1012" type="line" smooth="yes"/>
- <point x="1372" y="1500"/>
- <point x="1000" y="1556"/>
- <point x="804" y="1556" type="curve" smooth="yes"/>
- <point x="572" y="1556"/>
- <point x="308" y="1476"/>
- <point x="188" y="1196" type="curve"/>
- <point x="412" y="1116" type="line"/>
- <point x="464" y="1228"/>
- <point x="588" y="1348"/>
- <point x="816" y="1348" type="curve" smooth="yes"/>
- <point x="1000" y="1348"/>
- <point x="1136" y="1268"/>
- <point x="1136" y="1012" type="curve" smooth="yes"/>
- <point x="1136" y="1008" type="line"/>
- <point x="1136" y="908"/>
- <point x="952" y="916"/>
- <point x="740" y="888" type="curve" smooth="yes"/>
- <point x="452" y="852"/>
- <point x="144" y="784"/>
- <point x="144" y="436" type="curve" smooth="yes"/>
- <point x="144" y="136"/>
- <point x="376" y="-36"/>
- <point x="668" y="-36" type="curve" smooth="yes"/>
- <point x="936" y="-36"/>
- <point x="1076" y="108"/>
- <point x="1124" y="208" type="curve"/>
- <point x="1136" y="208" type="line"/>
- </contour>
- <contour>
- <point x="804" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1372" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="804" y="1792" type="move" name="rhalfring"/>
- </contour>
- <contour>
- <point x="1512" y="2176" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1512" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1280" y="908" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1280" y="1792" type="move" name="top0315"/>
+ <point x="1136.0" y="0.0" type="line"/>
+ <point x="1372.0" y="0.0" type="line"/>
+ <point x="1372.0" y="1012.0" type="line" smooth="yes"/>
+ <point x="1372.0" y="1500.0"/>
+ <point x="1000.0" y="1556.0"/>
+ <point x="804.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="1556.0"/>
+ <point x="308.0" y="1476.0"/>
+ <point x="188.0" y="1196.0" type="curve"/>
+ <point x="412.0" y="1116.0" type="line"/>
+ <point x="464.0" y="1228.0"/>
+ <point x="588.0" y="1348.0"/>
+ <point x="816.0" y="1348.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1348.0"/>
+ <point x="1136.0" y="1268.0"/>
+ <point x="1136.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1008.0" type="line"/>
+ <point x="1136.0" y="908.0"/>
+ <point x="952.0" y="916.0"/>
+ <point x="740.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="852.0"/>
+ <point x="144.0" y="784.0"/>
+ <point x="144.0" y="436.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="136.0"/>
+ <point x="376.0" y="-36.0"/>
+ <point x="668.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="-36.0"/>
+ <point x="1076.0" y="108.0"/>
+ <point x="1124.0" y="208.0" type="curve"/>
+ <point x="1136.0" y="208.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>796</integer>
- <key>y</key>
- <integer>1160</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/a_uni02DE__.glif b/src/Inter-UI-Regular.ufo/glyphs/a_uni02DE__.glif
deleted file mode 100644
index f36492b05..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/a_uni02DE__.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="a_uni02DE" format="1">
- <advance width="2124"/>
- <outline>
- <component base="a"/>
- <component base="rhotichookmod" xOffset="1288" yOffset="-60"/>
- <contour>
- <point x="696" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="772" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2056" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="696" y="0" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1544" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1348" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1544" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="772" y="1776" type="move" name="rhalfring"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2046.0, 'leftMargin': 236, 'rightMargin': -223.0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/a_uni02D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/a_uni02D_E_.glif
new file mode 100644
index 000000000..32da25b08
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/a_uni02D_E_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="a_uni02DE" format="2">
+ <advance width="2124.0"/>
+ <anchor x="696.0" y="0.0" name="bottom"/>
+ <anchor x="1544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="696.0" y="0.0" name="markbottom"/>
+ <anchor x="1348.0" y="0.0" name="ogonek"/>
+ <anchor x="772.0" y="1776.0" name="rhalfring"/>
+ <anchor x="772.0" y="1776.0" name="top"/>
+ <anchor x="2056.0" y="1776.0" name="top0315"/>
+ <anchor x="1544.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="rhotichookmod" xOffset="1288.0" yOffset="-60.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aacute.glif b/src/Inter-UI-Regular.ufo/glyphs/aacute.glif
new file mode 100644
index 000000000..2af0bbe5b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aacute" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="00E1"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2284.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="acute" xOffset="496.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/abreve.glif b/src/Inter-UI-Regular.ufo/glyphs/abreve.glif
new file mode 100644
index 000000000..1285db42f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/abreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abreve" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0103"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2236.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breve" xOffset="176.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/abreveacute.glif b/src/Inter-UI-Regular.ufo/glyphs/abreveacute.glif
new file mode 100644
index 000000000..ef2ee2685
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/abreveacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abreveacute" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EAF"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breveacutecomb.cn" xOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/abrevecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/abrevecyrillic.glif
new file mode 100644
index 000000000..f4db22b2e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/abrevecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevecyrillic" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="04D1"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2236.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breve" xOffset="176.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/abrevedotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/abrevedotbelow.glif
new file mode 100644
index 000000000..0da472037
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/abrevedotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevedotbelow" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EB7"/>
+ <anchor x="764.0" y="-495.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2236.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breve" xOffset="176.0" yOffset="16.0"/>
+ <component base="dotbelow" xOffset="1592.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/abrevegrave.glif b/src/Inter-UI-Regular.ufo/glyphs/abrevegrave.glif
new file mode 100644
index 000000000..688b271f3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/abrevegrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevegrave" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EB1"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="brevegravecomb.cn" xOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/abrevehookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/abrevehookabove.glif
new file mode 100644
index 000000000..3d2030855
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/abrevehookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevehookabove" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EB3"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="brevehookcomb.cn" xOffset="160.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/abrevetilde.glif b/src/Inter-UI-Regular.ufo/glyphs/abrevetilde.glif
new file mode 100644
index 000000000..f8f3e469c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/abrevetilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="abrevetilde" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EB5"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="brevetildecomb.cn" xOffset="160.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acaron.glif b/src/Inter-UI-Regular.ufo/glyphs/acaron.glif
new file mode 100644
index 000000000..ac948e44a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/acaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acaron" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="01CE"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="788.0" y="2248.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="caron" xOffset="160.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/accountof.glif b/src/Inter-UI-Regular.ufo/glyphs/accountof.glif
index 3d3e18227..e350410d6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/accountof.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/accountof.glif
@@ -1,109 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="accountof" format="1">
- <advance width="2032"/>
+<glyph name="accountof" format="2">
+ <advance width="2032.0"/>
<unicode hex="2100"/>
<outline>
<contour>
- <point x="676" y="1268" type="line"/>
- <point x="676" y="1220"/>
- <point x="684" y="1152"/>
- <point x="704" y="1116" type="curve"/>
- <point x="912" y="1116" type="line"/>
- <point x="912" y="1132" type="line"/>
- <point x="892" y="1180"/>
- <point x="880" y="1256"/>
- <point x="880" y="1312" type="curve" smooth="yes"/>
- <point x="880" y="1704" type="line" smooth="yes"/>
- <point x="880" y="1924"/>
- <point x="720" y="2024"/>
- <point x="524" y="2024" type="curve" smooth="yes"/>
- <point x="304" y="2024"/>
- <point x="156" y="1872"/>
- <point x="156" y="1748" type="curve"/>
- <point x="340" y="1748" type="line"/>
- <point x="356" y="1808"/>
- <point x="404" y="1856"/>
- <point x="512" y="1856" type="curve" smooth="yes"/>
- <point x="632" y="1856"/>
- <point x="676" y="1788"/>
- <point x="676" y="1688" type="curve" smooth="yes"/>
+ <point x="676.0" y="1268.0" type="line"/>
+ <point x="676.0" y="1220.0"/>
+ <point x="684.0" y="1152.0"/>
+ <point x="704.0" y="1116.0" type="curve"/>
+ <point x="912.0" y="1116.0" type="line"/>
+ <point x="912.0" y="1132.0" type="line"/>
+ <point x="892.0" y="1180.0"/>
+ <point x="880.0" y="1256.0"/>
+ <point x="880.0" y="1312.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="1704.0" type="line" smooth="yes"/>
+ <point x="880.0" y="1924.0"/>
+ <point x="720.0" y="2024.0"/>
+ <point x="524.0" y="2024.0" type="curve" smooth="yes"/>
+ <point x="304.0" y="2024.0"/>
+ <point x="156.0" y="1872.0"/>
+ <point x="156.0" y="1748.0" type="curve"/>
+ <point x="340.0" y="1748.0" type="line"/>
+ <point x="356.0" y="1808.0"/>
+ <point x="404.0" y="1856.0"/>
+ <point x="512.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="1856.0"/>
+ <point x="676.0" y="1788.0"/>
+ <point x="676.0" y="1688.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="436" y="1100" type="curve" smooth="yes"/>
- <point x="628" y="1100"/>
- <point x="752" y="1232"/>
- <point x="776" y="1344" type="curve"/>
- <point x="708" y="1424" type="line"/>
- <point x="708" y="1348"/>
- <point x="592" y="1268"/>
- <point x="476" y="1268" type="curve" smooth="yes"/>
- <point x="380" y="1268"/>
- <point x="328" y="1316"/>
- <point x="328" y="1392" type="curve" smooth="yes"/>
- <point x="328" y="1488"/>
- <point x="408" y="1528"/>
- <point x="576" y="1528" type="curve" smooth="yes"/>
- <point x="720" y="1528" type="line"/>
- <point x="720" y="1672" type="line"/>
- <point x="532" y="1672" type="line" smooth="yes"/>
- <point x="284" y="1672"/>
- <point x="128" y="1564"/>
- <point x="128" y="1360" type="curve" smooth="yes"/>
- <point x="128" y="1204"/>
- <point x="248" y="1100"/>
+ <point x="436.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="1100.0"/>
+ <point x="752.0" y="1232.0"/>
+ <point x="776.0" y="1344.0" type="curve"/>
+ <point x="708.0" y="1424.0" type="line"/>
+ <point x="708.0" y="1348.0"/>
+ <point x="592.0" y="1268.0"/>
+ <point x="476.0" y="1268.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1268.0"/>
+ <point x="328.0" y="1316.0"/>
+ <point x="328.0" y="1392.0" type="curve" smooth="yes"/>
+ <point x="328.0" y="1488.0"/>
+ <point x="408.0" y="1528.0"/>
+ <point x="576.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="1528.0" type="line"/>
+ <point x="720.0" y="1672.0" type="line"/>
+ <point x="532.0" y="1672.0" type="line" smooth="yes"/>
+ <point x="284.0" y="1672.0"/>
+ <point x="128.0" y="1564.0"/>
+ <point x="128.0" y="1360.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="1204.0"/>
+ <point x="248.0" y="1100.0"/>
</contour>
<contour>
- <point x="1524" y="-28" type="curve" smooth="yes"/>
- <point x="1764" y="-28"/>
- <point x="1908" y="132"/>
- <point x="1908" y="328" type="curve"/>
- <point x="1704" y="328" type="line"/>
- <point x="1704" y="240"/>
- <point x="1648" y="148"/>
- <point x="1524" y="148" type="curve" smooth="yes"/>
- <point x="1396" y="148"/>
- <point x="1336" y="260"/>
- <point x="1336" y="384" type="curve" smooth="yes"/>
- <point x="1336" y="492" type="line" smooth="yes"/>
- <point x="1336" y="616"/>
- <point x="1396" y="732"/>
- <point x="1520" y="732" type="curve" smooth="yes"/>
- <point x="1644" y="732"/>
- <point x="1704" y="644"/>
- <point x="1704" y="548" type="curve"/>
- <point x="1908" y="548" type="line"/>
- <point x="1908" y="740"/>
- <point x="1760" y="904"/>
- <point x="1520" y="904" type="curve" smooth="yes"/>
- <point x="1280" y="904"/>
- <point x="1132" y="716"/>
- <point x="1132" y="492" type="curve" smooth="yes"/>
- <point x="1132" y="384" type="line" smooth="yes"/>
- <point x="1132" y="160"/>
- <point x="1280" y="-28"/>
+ <point x="1524.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1764.0" y="-28.0"/>
+ <point x="1908.0" y="132.0"/>
+ <point x="1908.0" y="328.0" type="curve"/>
+ <point x="1704.0" y="328.0" type="line"/>
+ <point x="1704.0" y="240.0"/>
+ <point x="1648.0" y="148.0"/>
+ <point x="1524.0" y="148.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="148.0"/>
+ <point x="1336.0" y="260.0"/>
+ <point x="1336.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1336.0" y="616.0"/>
+ <point x="1396.0" y="732.0"/>
+ <point x="1520.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="732.0"/>
+ <point x="1704.0" y="644.0"/>
+ <point x="1704.0" y="548.0" type="curve"/>
+ <point x="1908.0" y="548.0" type="line"/>
+ <point x="1908.0" y="740.0"/>
+ <point x="1760.0" y="904.0"/>
+ <point x="1520.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="904.0"/>
+ <point x="1132.0" y="716.0"/>
+ <point x="1132.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="160.0"/>
+ <point x="1280.0" y="-28.0"/>
</contour>
<contour>
- <point x="1600" y="1716" type="line"/>
- <point x="1448" y="1812" type="line"/>
- <point x="468" y="244" type="line"/>
- <point x="620" y="152" type="line"/>
+ <point x="1600.0" y="1716.0" type="line"/>
+ <point x="1448.0" y="1812.0" type="line"/>
+ <point x="468.0" y="244.0" type="line"/>
+ <point x="620.0" y="152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2078, 'leftMargin': 149, 'rightMargin': 149}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/acircumflex.glif
new file mode 100644
index 000000000..fb942691c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/acircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflex" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="00E2"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2256.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflex" xOffset="160.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acircumflexacute.glif b/src/Inter-UI-Regular.ufo/glyphs/acircumflexacute.glif
new file mode 100644
index 000000000..84137cffb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/acircumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflexacute" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EA5"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflexacutecomb.cn" xOffset="240.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acircumflexdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/acircumflexdotbelow.glif
new file mode 100644
index 000000000..31fff3767
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/acircumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflexdotbelow" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EAD"/>
+ <anchor x="764.0" y="-495.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2256.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflex" xOffset="160.0"/>
+ <component base="dotbelow" xOffset="1592.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acircumflexgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/acircumflexgrave.glif
new file mode 100644
index 000000000..abf2f9b06
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/acircumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflexgrave" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EA7"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflexgravecomb.cn" xOffset="-152.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acircumflexhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/acircumflexhookabove.glif
new file mode 100644
index 000000000..dde269d0d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/acircumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflexhookabove" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EA9"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflexhookcomb.cn" xOffset="152.0" yOffset="-24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acircumflextilde.glif b/src/Inter-UI-Regular.ufo/glyphs/acircumflextilde.glif
new file mode 100644
index 000000000..e58dab2e7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/acircumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acircumflextilde" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EAB"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="circumflextildecomb.cn" xOffset="40.0" yOffset="-56.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acute.glif b/src/Inter-UI-Regular.ufo/glyphs/acute.glif
index 483880c80..175c226bd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/acute.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/acute.glif
@@ -1,34 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acute" format="1">
- <advance width="768"/>
+<glyph name="acute" format="2">
+ <advance width="768.0"/>
<unicode hex="00B4"/>
+ <anchor x="312.0" y="1776.0" name="_top"/>
+ <anchor x="312.0" y="2268.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="188" y="1704" type="line"/>
- <point x="364" y="1704" type="line"/>
- <point x="672" y="2112" type="line"/>
- <point x="428" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="312" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="312" y="2268" type="move" name="mkmktop_acc"/>
+ <point x="188.0" y="1704.0" type="line"/>
+ <point x="364.0" y="1704.0" type="line"/>
+ <point x="672.0" y="2112.0" type="line"/>
+ <point x="428.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acutecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/acutecomb.glif
index 8d73132b5..c1681b61c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/acutecomb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/acutecomb.glif
@@ -1,36 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutecomb" format="1">
- <advance width="0"/>
+<glyph name="acutecomb" format="2">
<unicode hex="0301"/>
+ <anchor x="-784.0" y="1774.0" name="_marktop"/>
+ <anchor x="-784.0" y="1774.0" name="_top"/>
+ <anchor x="-784.0" y="2269.0" name="mkmktop"/>
+ <anchor x="-617.0" y="1909.0" name="parent_top"/>
<outline>
<contour>
- <point x="-784" y="1774" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-784" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-784" y="2269" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-617" y="1909" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-917" y="1705" type="line"/>
- <point x="-699" y="1705" type="line"/>
- <point x="-319" y="2112" type="line"/>
- <point x="-650" y="2112" type="line"/>
+ <point x="-917.0" y="1705.0" type="line"/>
+ <point x="-699.0" y="1705.0" type="line"/>
+ <point x="-319.0" y="2112.0" type="line"/>
+ <point x="-650.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acutedblnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/acutedblnosp.glif
index 52abee76c..012857c68 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/acutedblnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/acutedblnosp.glif
@@ -1,29 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutedblnosp" format="1">
- <advance width="0"/>
+<glyph name="acutedblnosp" format="2">
<unicode hex="030B"/>
+ <anchor x="-909.0" y="1774.0" name="_marktop"/>
+ <anchor x="-909.0" y="2228.0" name="mkmktop"/>
+ <anchor x="-810.0" y="1909.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-909" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-810" y="1909" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-909" y="2228" type="move" name="mkmktop"/>
- </contour>
- <component base="acute" xOffset="-1554"/>
- <component base="acute" xOffset="-1004"/>
+ <component base="acute" xOffset="-1554.0"/>
+ <component base="acute" xOffset="-1004.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.cn.glif
new file mode 100644
index 000000000..0cb92704a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.cn.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="acutedotcomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-887.0" y="1705.0" type="line"/>
+ <point x="-682.0" y="1705.0" type="line"/>
+ <point x="-400.0" y="2067.0" type="line"/>
+ <point x="-694.0" y="2067.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1151.0" y="2126.0" type="curve" smooth="yes"/>
+ <point x="-1151.0" y="2042.0"/>
+ <point x="-1097.0" y="1976.0"/>
+ <point x="-993.0" y="1976.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="1976.0"/>
+ <point x="-833.0" y="2042.0"/>
+ <point x="-833.0" y="2126.0" type="curve" smooth="yes"/>
+ <point x="-833.0" y="2211.0"/>
+ <point x="-888.0" y="2278.0"/>
+ <point x="-993.0" y="2278.0" type="curve" smooth="yes"/>
+ <point x="-1097.0" y="2278.0"/>
+ <point x="-1151.0" y="2211.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.glif b/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.glif
deleted file mode 100644
index 89ae7c2fb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutedotcomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-887" y="1705" type="line"/>
- <point x="-682" y="1705" type="line"/>
- <point x="-400" y="2067" type="line"/>
- <point x="-694" y="2067" type="line"/>
- </contour>
- <contour>
- <point x="-1151" y="2126" type="curve" smooth="yes"/>
- <point x="-1151" y="2042"/>
- <point x="-1097" y="1976"/>
- <point x="-993" y="1976" type="curve" smooth="yes"/>
- <point x="-888" y="1976"/>
- <point x="-833" y="2042"/>
- <point x="-833" y="2126" type="curve" smooth="yes"/>
- <point x="-833" y="2211"/>
- <point x="-888" y="2278"/>
- <point x="-993" y="2278" type="curve" smooth="yes"/>
- <point x="-1097" y="2278"/>
- <point x="-1151" y="2211"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.lc.glif
index 8c870c7b0..bce47938f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/acutedotcomb.lc.glif
@@ -1,43 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutedotcomb.lc" format="1">
- <advance width="0"/>
+<glyph name="acutedotcomb.lc" format="2">
+ <anchor x="-809.0" y="1774.0" name="_top"/>
+ <anchor x="-810.0" y="2663.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1774" type="move" name="_top"/>
+ <point x="-958.0" y="1705.0" type="line"/>
+ <point x="-740.0" y="1705.0" type="line"/>
+ <point x="-360.0" y="2112.0" type="line"/>
+ <point x="-692.0" y="2112.0" type="line"/>
</contour>
<contour>
- <point x="-810" y="2663" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-958" y="1705" type="line"/>
- <point x="-740" y="1705" type="line"/>
- <point x="-360" y="2112" type="line"/>
- <point x="-692" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="-967" y="2372" type="curve" smooth="yes"/>
- <point x="-967" y="2288"/>
- <point x="-913" y="2222"/>
- <point x="-809" y="2222" type="curve" smooth="yes"/>
- <point x="-704" y="2222"/>
- <point x="-649" y="2288"/>
- <point x="-649" y="2372" type="curve" smooth="yes"/>
- <point x="-649" y="2457"/>
- <point x="-704" y="2525"/>
- <point x="-809" y="2525" type="curve" smooth="yes"/>
- <point x="-913" y="2525"/>
- <point x="-967" y="2457"/>
+ <point x="-967.0" y="2372.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="2288.0"/>
+ <point x="-913.0" y="2222.0"/>
+ <point x="-809.0" y="2222.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="2222.0"/>
+ <point x="-649.0" y="2288.0"/>
+ <point x="-649.0" y="2372.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="2457.0"/>
+ <point x="-704.0" y="2525.0"/>
+ <point x="-809.0" y="2525.0" type="curve" smooth="yes"/>
+ <point x="-913.0" y="2525.0"/>
+ <point x="-967.0" y="2457.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acutelowmod.glif b/src/Inter-UI-Regular.ufo/glyphs/acutelowmod.glif
index b48088184..0adad8336 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/acutelowmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/acutelowmod.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutelowmod" format="1">
- <advance width="1008"/>
+<glyph name="acutelowmod" format="2">
+ <advance width="1008.0"/>
<unicode hex="02CF"/>
<outline>
- <component base="acute" xOffset="28" yOffset="-2200"/>
+ <component base="acute" xOffset="28.0" yOffset="-2200.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 804, 'leftMargin': 97, 'rightMargin': 109}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acuterightnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/acuterightnosp.glif
index 70cd5adf8..be57bdda4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/acuterightnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/acuterightnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acuterightnosp" format="1">
- <advance width="0"/>
+<glyph name="acuterightnosp" format="2">
<unicode hex="0341"/>
+ <anchor x="-144.0" y="1774.0" name="_marktop"/>
+ <anchor x="-144.0" y="2228.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-144" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-144" y="2228" type="move" name="mkmktop"/>
- </contour>
- <component base="acute" xOffset="-473"/>
+ <component base="acute" xOffset="-473.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/acutesubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/acutesubnosp.glif
index 32d9cc54e..4fb0f9567 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/acutesubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/acutesubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="acutesubnosp" format="1">
- <advance width="0"/>
+<glyph name="acutesubnosp" format="2">
<unicode hex="0317"/>
+ <anchor x="-843.0" y="0.0" name="_markbottom"/>
+ <anchor x="-842.0" y="-536.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-842" y="-536" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-843" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="acute" xOffset="-1282" yOffset="-2241"/>
+ <component base="acute" xOffset="-1282.0" yOffset="-2241.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/adblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/adblgrave.glif
new file mode 100644
index 000000000..64fa65ff5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/adblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adblgrave" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0201"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2218.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dblgravecmb" xOffset="1424.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif b/src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif
index e5a22debc..6d4db71b3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif
@@ -1,119 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="addresssubject" format="1">
- <advance width="2032"/>
+<glyph name="addresssubject" format="2">
+ <advance width="2032.0"/>
<unicode hex="2101"/>
<outline>
<contour>
- <point x="680" y="1268" type="line"/>
- <point x="680" y="1220"/>
- <point x="688" y="1152"/>
- <point x="704" y="1116" type="curve"/>
- <point x="916" y="1116" type="line"/>
- <point x="916" y="1132" type="line"/>
- <point x="892" y="1180"/>
- <point x="880" y="1256"/>
- <point x="880" y="1312" type="curve" smooth="yes"/>
- <point x="880" y="1704" type="line" smooth="yes"/>
- <point x="880" y="1924"/>
- <point x="720" y="2024"/>
- <point x="524" y="2024" type="curve" smooth="yes"/>
- <point x="308" y="2024"/>
- <point x="156" y="1872"/>
- <point x="156" y="1748" type="curve"/>
- <point x="344" y="1748" type="line"/>
- <point x="360" y="1808"/>
- <point x="404" y="1856"/>
- <point x="516" y="1856" type="curve" smooth="yes"/>
- <point x="636" y="1856"/>
- <point x="680" y="1788"/>
- <point x="680" y="1688" type="curve" smooth="yes"/>
+ <point x="680.0" y="1268.0" type="line"/>
+ <point x="680.0" y="1220.0"/>
+ <point x="688.0" y="1152.0"/>
+ <point x="704.0" y="1116.0" type="curve"/>
+ <point x="916.0" y="1116.0" type="line"/>
+ <point x="916.0" y="1132.0" type="line"/>
+ <point x="892.0" y="1180.0"/>
+ <point x="880.0" y="1256.0"/>
+ <point x="880.0" y="1312.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="1704.0" type="line" smooth="yes"/>
+ <point x="880.0" y="1924.0"/>
+ <point x="720.0" y="2024.0"/>
+ <point x="524.0" y="2024.0" type="curve" smooth="yes"/>
+ <point x="308.0" y="2024.0"/>
+ <point x="156.0" y="1872.0"/>
+ <point x="156.0" y="1748.0" type="curve"/>
+ <point x="344.0" y="1748.0" type="line"/>
+ <point x="360.0" y="1808.0"/>
+ <point x="404.0" y="1856.0"/>
+ <point x="516.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="1856.0"/>
+ <point x="680.0" y="1788.0"/>
+ <point x="680.0" y="1688.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="436" y="1100" type="curve" smooth="yes"/>
- <point x="628" y="1100"/>
- <point x="756" y="1232"/>
- <point x="780" y="1344" type="curve"/>
- <point x="708" y="1424" type="line"/>
- <point x="708" y="1348"/>
- <point x="596" y="1268"/>
- <point x="480" y="1268" type="curve" smooth="yes"/>
- <point x="384" y="1268"/>
- <point x="332" y="1316"/>
- <point x="332" y="1392" type="curve" smooth="yes"/>
- <point x="332" y="1488"/>
- <point x="408" y="1528"/>
- <point x="576" y="1528" type="curve" smooth="yes"/>
- <point x="724" y="1528" type="line"/>
- <point x="724" y="1672" type="line"/>
- <point x="536" y="1672" type="line" smooth="yes"/>
- <point x="288" y="1672"/>
- <point x="128" y="1564"/>
- <point x="128" y="1360" type="curve" smooth="yes"/>
- <point x="128" y="1204"/>
- <point x="248" y="1100"/>
+ <point x="436.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="628.0" y="1100.0"/>
+ <point x="756.0" y="1232.0"/>
+ <point x="780.0" y="1344.0" type="curve"/>
+ <point x="708.0" y="1424.0" type="line"/>
+ <point x="708.0" y="1348.0"/>
+ <point x="596.0" y="1268.0"/>
+ <point x="480.0" y="1268.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1268.0"/>
+ <point x="332.0" y="1316.0"/>
+ <point x="332.0" y="1392.0" type="curve" smooth="yes"/>
+ <point x="332.0" y="1488.0"/>
+ <point x="408.0" y="1528.0"/>
+ <point x="576.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="1528.0" type="line"/>
+ <point x="724.0" y="1672.0" type="line"/>
+ <point x="536.0" y="1672.0" type="line" smooth="yes"/>
+ <point x="288.0" y="1672.0"/>
+ <point x="128.0" y="1564.0"/>
+ <point x="128.0" y="1360.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="1204.0"/>
+ <point x="248.0" y="1100.0"/>
</contour>
<contour>
- <point x="1560" y="-28" type="curve" smooth="yes"/>
- <point x="1780" y="-28"/>
- <point x="1904" y="64"/>
- <point x="1904" y="240" type="curve" smooth="yes"/>
- <point x="1904" y="404"/>
- <point x="1796" y="476"/>
- <point x="1576" y="528" type="curve" smooth="yes"/>
- <point x="1472" y="552"/>
- <point x="1408" y="572"/>
- <point x="1408" y="640" type="curve" smooth="yes"/>
- <point x="1408" y="684"/>
- <point x="1444" y="728"/>
- <point x="1552" y="728" type="curve" smooth="yes"/>
- <point x="1664" y="728"/>
- <point x="1704" y="672"/>
- <point x="1708" y="616" type="curve"/>
- <point x="1904" y="616" type="line"/>
- <point x="1904" y="772"/>
- <point x="1764" y="896"/>
- <point x="1536" y="896" type="curve" smooth="yes"/>
- <point x="1352" y="896"/>
- <point x="1208" y="800"/>
- <point x="1208" y="640" type="curve" smooth="yes"/>
- <point x="1208" y="480"/>
- <point x="1320" y="400"/>
- <point x="1504" y="356" type="curve" smooth="yes"/>
- <point x="1636" y="328"/>
- <point x="1700" y="292"/>
- <point x="1700" y="228" type="curve" smooth="yes"/>
- <point x="1700" y="176"/>
- <point x="1648" y="144"/>
- <point x="1568" y="144" type="curve" smooth="yes"/>
- <point x="1472" y="144"/>
- <point x="1384" y="168"/>
- <point x="1364" y="268" type="curve"/>
- <point x="1168" y="268" type="line"/>
- <point x="1168" y="120"/>
- <point x="1292" y="-28"/>
+ <point x="1560.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="-28.0"/>
+ <point x="1904.0" y="64.0"/>
+ <point x="1904.0" y="240.0" type="curve" smooth="yes"/>
+ <point x="1904.0" y="404.0"/>
+ <point x="1796.0" y="476.0"/>
+ <point x="1576.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="552.0"/>
+ <point x="1408.0" y="572.0"/>
+ <point x="1408.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="684.0"/>
+ <point x="1444.0" y="728.0"/>
+ <point x="1552.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="728.0"/>
+ <point x="1704.0" y="672.0"/>
+ <point x="1708.0" y="616.0" type="curve"/>
+ <point x="1904.0" y="616.0" type="line"/>
+ <point x="1904.0" y="772.0"/>
+ <point x="1764.0" y="896.0"/>
+ <point x="1536.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="896.0"/>
+ <point x="1208.0" y="800.0"/>
+ <point x="1208.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="480.0"/>
+ <point x="1320.0" y="400.0"/>
+ <point x="1504.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="1636.0" y="328.0"/>
+ <point x="1700.0" y="292.0"/>
+ <point x="1700.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="1700.0" y="176.0"/>
+ <point x="1648.0" y="144.0"/>
+ <point x="1568.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="144.0"/>
+ <point x="1384.0" y="168.0"/>
+ <point x="1364.0" y="268.0" type="curve"/>
+ <point x="1168.0" y="268.0" type="line"/>
+ <point x="1168.0" y="120.0"/>
+ <point x="1292.0" y="-28.0"/>
</contour>
<contour>
- <point x="1612" y="1716" type="line"/>
- <point x="1460" y="1812" type="line"/>
- <point x="480" y="244" type="line"/>
- <point x="636" y="152" type="line"/>
+ <point x="1612.0" y="1716.0" type="line"/>
+ <point x="1460.0" y="1812.0" type="line"/>
+ <point x="480.0" y="244.0" type="line"/>
+ <point x="636.0" y="152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2074, 'leftMargin': 149, 'rightMargin': 149}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/adieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/adieresis.glif
index 95366a964..5090e6b86 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/adieresis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/adieresis.glif
@@ -1,405 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="adieresis" format="1">
- <advance width="1588"/>
+<glyph name="adieresis" format="2">
+ <advance width="1588.0"/>
<unicode hex="00E4"/>
<outline>
- <component base="dieresis" xOffset="-44"/>
+ <component base="dieresis" xOffset="-44.0"/>
<component base="a"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- </array>
- <key>contours</key>
- <array>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>796</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>556</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>364</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>980</integer>
- <key>y</key>
- <integer>176</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>704</integer>
- <key>y</key>
- <integer>176</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>516</integer>
- <key>y</key>
- <integer>176</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>380</integer>
- <key>y</key>
- <integer>264</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>380</integer>
- <key>y</key>
- <integer>424</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>380</integer>
- <key>y</key>
- <integer>744</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>996</integer>
- <key>y</key>
- <integer>684</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1132</integer>
- <key>y</key>
- <integer>796</integer>
- </dict>
- </array>
- </dict>
- <dict>
- <key>points</key>
- <array>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1372</integer>
- <key>y</key>
- <integer>0</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1372</integer>
- <key>y</key>
- <integer>1012</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1372</integer>
- <key>y</key>
- <integer>1500</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1000</integer>
- <key>y</key>
- <integer>1556</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>804</integer>
- <key>y</key>
- <integer>1556</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>572</integer>
- <key>y</key>
- <integer>1556</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>308</integer>
- <key>y</key>
- <integer>1476</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>188</integer>
- <key>y</key>
- <integer>1196</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>412</integer>
- <key>y</key>
- <integer>1116</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>464</integer>
- <key>y</key>
- <integer>1228</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>580</integer>
- <key>y</key>
- <integer>1348</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>804</integer>
- <key>y</key>
- <integer>1348</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1000</integer>
- <key>y</key>
- <integer>1348</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>1256</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>1012</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>1000</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>1064</integer>
- <key>y</key>
- <integer>964</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>832</integer>
- <key>y</key>
- <integer>848</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>144</integer>
- <key>y</key>
- <integer>920</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>144</integer>
- <key>y</key>
- <integer>424</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>144</integer>
- <key>y</key>
- <integer>136</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>376</integer>
- <key>y</key>
- <integer>-36</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <true/>
- <key>x</key>
- <integer>668</integer>
- <key>y</key>
- <integer>-36</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>936</integer>
- <key>y</key>
- <integer>-36</integer>
- </dict>
- <dict>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1076</integer>
- <key>y</key>
- <integer>108</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>curve</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1124</integer>
- <key>y</key>
- <integer>208</integer>
- </dict>
- <dict>
- <key>segmentType</key>
- <string>line</string>
- <key>smooth</key>
- <false/>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>208</integer>
- </dict>
- </array>
- </dict>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>adieresis</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1588</integer>
- </dict>
- </dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/adieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/adieresiscyrillic.glif
new file mode 100644
index 000000000..b1456edb5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/adieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adieresiscyrillic" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="04D3"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2172.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dieresis" xOffset="-24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/adieresismacron.glif b/src/Inter-UI-Regular.ufo/glyphs/adieresismacron.glif
new file mode 100644
index 000000000..684962638
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/adieresismacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adieresismacron" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="01DF"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2600.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dieresismacroncomb.lc" xOffset="1616.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/adotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/adotbelow.glif
new file mode 100644
index 000000000..82529ce26
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/adotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adotbelow" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EA1"/>
+ <anchor x="764.0" y="-495.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dotbelow" xOffset="1592.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/adotmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/adotmacron.glif
new file mode 100644
index 000000000..6edb89c31
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/adotmacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="adotmacron" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="01E1"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2596.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dotmacroncomb.lc" xOffset="1616.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ae.glif b/src/Inter-UI-Regular.ufo/glyphs/ae.glif
index d2dd817a4..929b10d77 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ae.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ae.glif
@@ -1,158 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ae" format="1">
- <advance width="2604"/>
+<glyph name="ae" format="2">
+ <advance width="2604.0"/>
<unicode hex="00E6"/>
+ <guideline x="1332.0" y="888.0" angle="0.0"/>
+ <anchor x="1284.0" y="1792.0" name="top"/>
+ <anchor x="2464.0" y="1776.0" name="top0315"/>
+ <anchor x="2464.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1136" y="556" type="line" smooth="yes"/>
- <point x="1136" y="364"/>
- <point x="984" y="176"/>
- <point x="704" y="176" type="curve" smooth="yes"/>
- <point x="516" y="176"/>
- <point x="380" y="260"/>
- <point x="380" y="424" type="curve" smooth="yes"/>
- <point x="380" y="604"/>
- <point x="544" y="660"/>
- <point x="728" y="684" type="curve" smooth="yes"/>
- <point x="828" y="696"/>
- <point x="1096" y="724"/>
- <point x="1136" y="772" type="curve"/>
+ <point x="1136.0" y="556.0" type="line" smooth="yes"/>
+ <point x="1136.0" y="364.0"/>
+ <point x="984.0" y="176.0"/>
+ <point x="704.0" y="176.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="176.0"/>
+ <point x="380.0" y="260.0"/>
+ <point x="380.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="604.0"/>
+ <point x="544.0" y="660.0"/>
+ <point x="728.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="696.0"/>
+ <point x="1096.0" y="724.0"/>
+ <point x="1136.0" y="772.0" type="curve"/>
</contour>
<contour>
- <point x="188" y="1196" type="curve"/>
- <point x="412" y="1116" type="line"/>
- <point x="464" y="1228"/>
- <point x="588" y="1348"/>
- <point x="816" y="1348" type="curve" smooth="yes"/>
- <point x="1000" y="1348"/>
- <point x="1136" y="1268"/>
- <point x="1136" y="1012" type="curve" smooth="yes"/>
- <point x="1136" y="1008" type="line"/>
- <point x="1136" y="908"/>
- <point x="952" y="916"/>
- <point x="740" y="888" type="curve" smooth="yes"/>
- <point x="452" y="852"/>
- <point x="144" y="784"/>
- <point x="144" y="436" type="curve" smooth="yes"/>
- <point x="144" y="136"/>
- <point x="376" y="-36"/>
- <point x="668" y="-36" type="curve" smooth="yes"/>
- <point x="1028" y="-36"/>
- <point x="1212" y="220"/>
- <point x="1228" y="328" type="curve"/>
- <point x="1240" y="328" type="line"/>
- <point x="1304" y="1272" type="line"/>
- <point x="1252" y="1428"/>
- <point x="1084" y="1556"/>
- <point x="804" y="1556" type="curve" smooth="yes"/>
- <point x="572" y="1556"/>
- <point x="308" y="1476"/>
+ <point x="188.0" y="1196.0" type="curve"/>
+ <point x="412.0" y="1116.0" type="line"/>
+ <point x="464.0" y="1228.0"/>
+ <point x="588.0" y="1348.0"/>
+ <point x="816.0" y="1348.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1348.0"/>
+ <point x="1136.0" y="1268.0"/>
+ <point x="1136.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1008.0" type="line"/>
+ <point x="1136.0" y="908.0"/>
+ <point x="952.0" y="916.0"/>
+ <point x="740.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="852.0"/>
+ <point x="144.0" y="784.0"/>
+ <point x="144.0" y="436.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="136.0"/>
+ <point x="376.0" y="-36.0"/>
+ <point x="668.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="-36.0"/>
+ <point x="1212.0" y="220.0"/>
+ <point x="1228.0" y="328.0" type="curve"/>
+ <point x="1240.0" y="328.0" type="line"/>
+ <point x="1304.0" y="1272.0" type="line"/>
+ <point x="1252.0" y="1428.0"/>
+ <point x="1084.0" y="1556.0"/>
+ <point x="804.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="1556.0"/>
+ <point x="308.0" y="1476.0"/>
</contour>
<contour>
- <point x="2436" y="356" type="curve"/>
- <point x="2208" y="420" type="line"/>
- <point x="2148" y="260"/>
- <point x="2012" y="180"/>
- <point x="1824" y="180" type="curve" smooth="yes"/>
- <point x="1524" y="180"/>
- <point x="1344" y="384"/>
- <point x="1344" y="768" type="curve"/>
- <point x="1344" y="1132"/>
- <point x="1532" y="1344"/>
- <point x="1800" y="1344" type="curve"/>
- <point x="2056" y="1344"/>
- <point x="2220" y="1152"/>
- <point x="2220" y="892" type="curve"/>
- <point x="1276" y="820" type="line"/>
- <point x="1276" y="616" type="line"/>
- <point x="2460" y="708" type="line"/>
- <point x="2460" y="788" type="line" smooth="yes"/>
- <point x="2460" y="1360"/>
- <point x="2120" y="1556"/>
- <point x="1800" y="1556" type="curve" smooth="yes"/>
- <point x="1528" y="1556"/>
- <point x="1336" y="1416"/>
- <point x="1236" y="1184" type="curve"/>
- <point x="1192" y="452" type="line"/>
- <point x="1272" y="152"/>
- <point x="1484" y="-32"/>
- <point x="1824" y="-32" type="curve"/>
- <point x="2136" y="-32"/>
- <point x="2364" y="124"/>
- </contour>
- <contour>
- <point x="1284" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2464" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2464" y="1776" type="move" name="top0315"/>
+ <point x="2436.0" y="356.0" type="curve"/>
+ <point x="2208.0" y="420.0" type="line"/>
+ <point x="2148.0" y="260.0"/>
+ <point x="2012.0" y="180.0"/>
+ <point x="1824.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="1524.0" y="180.0"/>
+ <point x="1344.0" y="384.0"/>
+ <point x="1344.0" y="768.0" type="curve"/>
+ <point x="1344.0" y="1132.0"/>
+ <point x="1532.0" y="1344.0"/>
+ <point x="1800.0" y="1344.0" type="curve"/>
+ <point x="2056.0" y="1344.0"/>
+ <point x="2220.0" y="1152.0"/>
+ <point x="2220.0" y="892.0" type="curve"/>
+ <point x="1276.0" y="820.0" type="line"/>
+ <point x="1276.0" y="616.0" type="line"/>
+ <point x="2460.0" y="708.0" type="line"/>
+ <point x="2460.0" y="788.0" type="line" smooth="yes"/>
+ <point x="2460.0" y="1360.0"/>
+ <point x="2120.0" y="1556.0"/>
+ <point x="1800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="1556.0"/>
+ <point x="1336.0" y="1416.0"/>
+ <point x="1236.0" y="1184.0" type="curve"/>
+ <point x="1192.0" y="452.0" type="line"/>
+ <point x="1272.0" y="152.0"/>
+ <point x="1484.0" y="-32.0"/>
+ <point x="1824.0" y="-32.0" type="curve"/>
+ <point x="2136.0" y="-32.0"/>
+ <point x="2364.0" y="124.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1332</integer>
- <key>y</key>
- <integer>888</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>a</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>ae</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>2604</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2377, 'leftMargin': 106, 'rightMargin': 93}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aeacute.glif b/src/Inter-UI-Regular.ufo/glyphs/aeacute.glif
new file mode 100644
index 000000000..76c6a3f3f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aeacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aeacute" format="2">
+ <advance width="2604.0"/>
+ <unicode hex="01FD"/>
+ <anchor x="1284.0" y="1792.0" name="parent_top"/>
+ <anchor x="1284.0" y="2284.0" name="top"/>
+ <anchor x="2464.0" y="1776.0" name="top0315"/>
+ <anchor x="2464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="ae"/>
+ <component base="acute" xOffset="976.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aemacron.glif b/src/Inter-UI-Regular.ufo/glyphs/aemacron.glif
new file mode 100644
index 000000000..819725565
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aemacron.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aemacron" format="2">
+ <advance width="2604.0"/>
+ <unicode hex="01E3"/>
+ <anchor x="1284.0" y="1792.0" name="parent_top"/>
+ <anchor x="1284.0" y="2200.0" name="top"/>
+ <anchor x="2464.0" y="1776.0" name="top0315"/>
+ <anchor x="2464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="ae"/>
+ <component base="macron" xOffset="664.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10017.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10017.glif
new file mode 100644
index 000000000..0d489fc3d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10017.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10017" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0410"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10018.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10018.glif
index 327ce786f..3a0da3f3e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10018.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10018.glif
@@ -1,21 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10018" format="1">
- <advance width="1776"/>
+<glyph name="afii10018" format="2">
+ <advance width="1776.0"/>
<unicode hex="0411"/>
<note>
- Originally composed of afii10046 and Gamma
- </note>
+Originally composed of afii10046 and Gamma
+</note>
<outline>
- <component base="Gamma" xOffset="-88"/>
- <component base="afii10046" xOffset="-16"/>
+ <component base="Gamma" xOffset="-88.0"/>
+ <component base="afii10046" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1777, 'leftMargin': 172, 'rightMargin': 157}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10019.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10019.glif
new file mode 100644
index 000000000..13b091361
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10019.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10019" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="0412"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="876.0" y="2304.0" name="parent_top"/>
+ <anchor x="876.0" y="2304.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="B"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10020.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10020.glif
new file mode 100644
index 000000000..b3c2900ed
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10020.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10020" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0413"/>
+ <anchor x="892.0" y="2304.0" name="parent_top"/>
+ <anchor x="892.0" y="2304.0" name="top"/>
+ <anchor x="1600.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Gamma"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10021.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10021.glif
index 7c55eecf0..0a4ca54c8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10021.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10021.glif
@@ -1,61 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10021" format="1">
- <advance width="2288"/>
+<glyph name="afii10021" format="2">
+ <advance width="2288.0"/>
<unicode hex="0414"/>
<outline>
<contour>
- <point x="1892" y="228" type="line"/>
- <point x="388" y="228" type="line"/>
- <point x="388" y="0" type="line"/>
- <point x="1892" y="0" type="line"/>
+ <point x="1892.0" y="228.0" type="line"/>
+ <point x="388.0" y="228.0" type="line"/>
+ <point x="388.0" y="0.0" type="line"/>
+ <point x="1892.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="432" y="228" type="line"/>
- <point x="148" y="228" type="line"/>
- <point x="148" y="-496" type="line"/>
- <point x="432" y="-496" type="line"/>
+ <point x="432.0" y="228.0" type="line"/>
+ <point x="148.0" y="228.0" type="line"/>
+ <point x="148.0" y="-496.0" type="line"/>
+ <point x="432.0" y="-496.0" type="line"/>
</contour>
<contour>
- <point x="2140" y="228" type="line"/>
- <point x="1856" y="228" type="line"/>
- <point x="1856" y="-492" type="line"/>
- <point x="2140" y="-492" type="line"/>
+ <point x="2140.0" y="228.0" type="line"/>
+ <point x="1856.0" y="228.0" type="line"/>
+ <point x="1856.0" y="-492.0" type="line"/>
+ <point x="2140.0" y="-492.0" type="line"/>
</contour>
<contour>
- <point x="1620" y="2004" type="line"/>
- <point x="752" y="2004" type="line"/>
- <point x="752" y="1772" type="line"/>
- <point x="1620" y="1772" type="line"/>
+ <point x="1620.0" y="2004.0" type="line"/>
+ <point x="752.0" y="2004.0" type="line"/>
+ <point x="752.0" y="1772.0" type="line"/>
+ <point x="1620.0" y="1772.0" type="line"/>
</contour>
<contour>
- <point x="1868" y="2004" type="line"/>
- <point x="1584" y="2004" type="line"/>
- <point x="1584" y="0" type="line"/>
- <point x="1868" y="0" type="line"/>
+ <point x="1868.0" y="2004.0" type="line"/>
+ <point x="1584.0" y="2004.0" type="line"/>
+ <point x="1584.0" y="0.0" type="line"/>
+ <point x="1868.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="652" y="2004" type="line"/>
- <point x="608" y="1184" type="line" smooth="yes"/>
- <point x="576" y="596"/>
- <point x="412" y="336"/>
- <point x="320" y="228" type="curve"/>
- <point x="236" y="228" type="line"/>
- <point x="236" y="0" type="line"/>
- <point x="360" y="0" type="line"/>
- <point x="620" y="80"/>
- <point x="860" y="464"/>
- <point x="896" y="1184" type="curve" smooth="yes"/>
- <point x="940" y="2004" type="line"/>
+ <point x="652.0" y="2004.0" type="line"/>
+ <point x="608.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="576.0" y="596.0"/>
+ <point x="412.0" y="336.0"/>
+ <point x="320.0" y="228.0" type="curve"/>
+ <point x="236.0" y="228.0" type="line"/>
+ <point x="236.0" y="0.0" type="line"/>
+ <point x="360.0" y="0.0" type="line"/>
+ <point x="620.0" y="80.0"/>
+ <point x="860.0" y="464.0"/>
+ <point x="896.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2135, 'leftMargin': 63, 'rightMargin': 78}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10022.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10022.glif
new file mode 100644
index 000000000..8ee8de036
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10022.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10022" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0415"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10023.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10023.glif
new file mode 100644
index 000000000..c248e4ff3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10023.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10023" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0401"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2684.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="dieresis" xOffset="64.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10024.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10024.glif
index 48008f884..8070e3a32 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10024.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10024.glif
@@ -1,60 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10024" format="1">
- <advance width="2800"/>
+<glyph name="afii10024" format="2">
+ <advance width="2800.0"/>
<unicode hex="0416"/>
+ <anchor x="2536.0" y="0.0" name="right"/>
+ <anchor x="1396.0" y="2216.0" name="top"/>
+ <anchor x="2676.0" y="2216.0" name="top0315"/>
<outline>
<contour>
- <point x="904" y="908" type="line"/>
- <point x="1380" y="908" type="line"/>
- <point x="1428" y="1140" type="line"/>
- <point x="1040" y="1140" type="line"/>
- <point x="532" y="2004" type="line"/>
- <point x="196" y="2004" type="line"/>
+ <point x="904.0" y="908.0" type="line"/>
+ <point x="1380.0" y="908.0" type="line"/>
+ <point x="1428.0" y="1140.0" type="line"/>
+ <point x="1040.0" y="1140.0" type="line"/>
+ <point x="532.0" y="2004.0" type="line"/>
+ <point x="196.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1056" y="932" type="line"/>
- <point x="872" y="1172" type="line"/>
- <point x="140" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
+ <point x="1056.0" y="932.0" type="line"/>
+ <point x="872.0" y="1172.0" type="line"/>
+ <point x="140.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1548" y="2004" type="line"/>
- <point x="1264" y="2004" type="line"/>
- <point x="1264" y="0" type="line"/>
- <point x="1548" y="0" type="line"/>
+ <point x="1548.0" y="2004.0" type="line"/>
+ <point x="1264.0" y="2004.0" type="line"/>
+ <point x="1264.0" y="0.0" type="line"/>
+ <point x="1548.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="2608" y="2004" type="line"/>
- <point x="2272" y="2004" type="line"/>
- <point x="1764" y="1140" type="line"/>
- <point x="1388" y="1140" type="line"/>
- <point x="1436" y="908" type="line"/>
- <point x="1900" y="908" type="line"/>
+ <point x="2608.0" y="2004.0" type="line"/>
+ <point x="2272.0" y="2004.0" type="line"/>
+ <point x="1764.0" y="1140.0" type="line"/>
+ <point x="1388.0" y="1140.0" type="line"/>
+ <point x="1436.0" y="908.0" type="line"/>
+ <point x="1900.0" y="908.0" type="line"/>
</contour>
<contour>
- <point x="2304" y="0" type="line"/>
- <point x="2660" y="0" type="line"/>
- <point x="1932" y="1172" type="line"/>
- <point x="1748" y="932" type="line"/>
- </contour>
- <contour>
- <point x="1396" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2536" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="2676" y="2216" type="move" name="top0315"/>
+ <point x="2304.0" y="0.0" type="line"/>
+ <point x="2660.0" y="0.0" type="line"/>
+ <point x="1932.0" y="1172.0" type="line"/>
+ <point x="1748.0" y="932.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2574.0, 'leftMargin': 39, 'rightMargin': 16.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10025.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10025.glif
index c67ec3d10..0b1b387bc 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10025.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10025.glif
@@ -1,74 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10025" format="1">
- <advance width="1776"/>
+<glyph name="afii10025" format="2">
+ <advance width="1776.0"/>
<unicode hex="0417"/>
+ <anchor x="888.0" y="-16.0" name="bottom"/>
+ <anchor x="888.0" y="2244.0" name="top"/>
+ <anchor x="1728.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="904" y="960" type="line"/>
- <point x="1312" y="960"/>
- <point x="1584" y="1184"/>
- <point x="1584" y="1460" type="curve"/>
- <point x="1584" y="1832"/>
- <point x="1304" y="2032"/>
- <point x="872" y="2032" type="curve" smooth="yes"/>
- <point x="504" y="2032"/>
- <point x="192" y="1820"/>
- <point x="192" y="1476" type="curve"/>
- <point x="480" y="1476" type="line"/>
- <point x="480" y="1664"/>
- <point x="652" y="1800"/>
- <point x="872" y="1800" type="curve" smooth="yes"/>
- <point x="1168" y="1800"/>
- <point x="1296" y="1648"/>
- <point x="1296" y="1464" type="curve"/>
- <point x="1296" y="1272"/>
- <point x="1180" y="1136"/>
- <point x="892" y="1136" type="curve" smooth="yes"/>
- <point x="668" y="1136" type="line"/>
- <point x="668" y="960" type="line"/>
+ <point x="904.0" y="960.0" type="line"/>
+ <point x="1312.0" y="960.0"/>
+ <point x="1584.0" y="1184.0"/>
+ <point x="1584.0" y="1460.0" type="curve"/>
+ <point x="1584.0" y="1832.0"/>
+ <point x="1304.0" y="2032.0"/>
+ <point x="872.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2032.0"/>
+ <point x="192.0" y="1820.0"/>
+ <point x="192.0" y="1476.0" type="curve"/>
+ <point x="480.0" y="1476.0" type="line"/>
+ <point x="480.0" y="1664.0"/>
+ <point x="652.0" y="1800.0"/>
+ <point x="872.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="1800.0"/>
+ <point x="1296.0" y="1648.0"/>
+ <point x="1296.0" y="1464.0" type="curve"/>
+ <point x="1296.0" y="1272.0"/>
+ <point x="1180.0" y="1136.0"/>
+ <point x="892.0" y="1136.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="1136.0" type="line"/>
+ <point x="668.0" y="960.0" type="line"/>
</contour>
<contour>
- <point x="668" y="1080" type="line"/>
- <point x="668" y="908" type="line"/>
- <point x="892" y="908" type="line" smooth="yes"/>
- <point x="1176" y="908"/>
- <point x="1328" y="796"/>
- <point x="1328" y="556" type="curve" smooth="yes"/>
- <point x="1328" y="352"/>
- <point x="1164" y="200"/>
- <point x="872" y="200" type="curve" smooth="yes"/>
- <point x="620" y="200"/>
- <point x="448" y="364"/>
- <point x="448" y="556" type="curve"/>
- <point x="164" y="556" type="line"/>
- <point x="164" y="148"/>
- <point x="524" y="-28"/>
- <point x="872" y="-28" type="curve" smooth="yes"/>
- <point x="1304" y="-28"/>
- <point x="1612" y="188"/>
- <point x="1612" y="560" type="curve" smooth="yes"/>
- <point x="1612" y="896"/>
- <point x="1352" y="1080"/>
- <point x="904" y="1080" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="888" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1728" y="2244" type="move" name="top0315"/>
+ <point x="668.0" y="1080.0" type="line"/>
+ <point x="668.0" y="908.0" type="line"/>
+ <point x="892.0" y="908.0" type="line" smooth="yes"/>
+ <point x="1176.0" y="908.0"/>
+ <point x="1328.0" y="796.0"/>
+ <point x="1328.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="352.0"/>
+ <point x="1164.0" y="200.0"/>
+ <point x="872.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="200.0"/>
+ <point x="448.0" y="364.0"/>
+ <point x="448.0" y="556.0" type="curve"/>
+ <point x="164.0" y="556.0" type="line"/>
+ <point x="164.0" y="148.0"/>
+ <point x="524.0" y="-28.0"/>
+ <point x="872.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-28.0"/>
+ <point x="1612.0" y="188.0"/>
+ <point x="1612.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1612.0" y="896.0"/>
+ <point x="1352.0" y="1080.0"/>
+ <point x="904.0" y="1080.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1671, 'leftMargin': 107, 'rightMargin': 114}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10026.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10026.glif
index aebd2403f..731b4915c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10026.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10026.glif
@@ -1,27 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10026" format="1">
- <advance width="2080"/>
+<glyph name="afii10026" format="2">
+ <advance width="2080.0"/>
<unicode hex="0418"/>
+ <anchor x="1776.0" y="0.0" name="right"/>
+ <anchor x="1032.0" y="2304.0" name="top"/>
+ <anchor x="2024.0" y="2216.0" name="top0315"/>
<outline>
- <component base="N" yScale="-1" yOffset="2048"/>
- <contour>
- <point x="1032" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1776" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="2024" y="2216" type="move" name="top0315"/>
- </contour>
+ <component base="N" yScale="-1.0" yOffset="2048.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2010, 'leftMargin': 241, 'rightMargin': 246}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10027.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10027.glif
new file mode 100644
index 000000000..c1ac4b497
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10027.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10027" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="0419"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2748.0" name="top"/>
+ <anchor x="2024.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10026"/>
+ <component base="breve" xOffset="400.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10029.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10029.glif
index 9d923f2e0..a7ff6b91e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10029.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10029.glif
@@ -1,49 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10029" format="1">
- <advance width="2032"/>
+<glyph name="afii10029" format="2">
+ <advance width="2032.0"/>
<unicode hex="041B"/>
+ <anchor x="1116.0" y="16.0" name="bottom"/>
+ <anchor x="1856.0" y="0.0" name="right"/>
<outline>
<contour>
- <point x="1612" y="2004" type="line"/>
- <point x="708" y="2004" type="line"/>
- <point x="708" y="1772" type="line"/>
- <point x="1612" y="1772" type="line"/>
+ <point x="1612.0" y="2004.0" type="line"/>
+ <point x="708.0" y="2004.0" type="line"/>
+ <point x="708.0" y="1772.0" type="line"/>
+ <point x="1612.0" y="1772.0" type="line"/>
</contour>
<contour>
- <point x="1860" y="2004" type="line"/>
- <point x="1572" y="2004" type="line"/>
- <point x="1572" y="0" type="line"/>
- <point x="1860" y="0" type="line"/>
+ <point x="1860.0" y="2004.0" type="line"/>
+ <point x="1572.0" y="2004.0" type="line"/>
+ <point x="1572.0" y="0.0" type="line"/>
+ <point x="1860.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="612" y="2004" type="line"/>
- <point x="576" y="1060" type="line" smooth="yes"/>
- <point x="552" y="456"/>
- <point x="484" y="252"/>
- <point x="232" y="232" type="curve" smooth="yes"/>
- <point x="172" y="228" type="line"/>
- <point x="172" y="0" type="line"/>
- <point x="248" y="0" type="line" smooth="yes"/>
- <point x="700" y="0"/>
- <point x="824" y="316"/>
- <point x="852" y="1012" type="curve" smooth="yes"/>
- <point x="896" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1116" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1856" y="0" type="move" name="right"/>
+ <point x="612.0" y="2004.0" type="line"/>
+ <point x="576.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="552.0" y="456.0"/>
+ <point x="484.0" y="252.0"/>
+ <point x="232.0" y="232.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="228.0" type="line"/>
+ <point x="172.0" y="0.0" type="line"/>
+ <point x="248.0" y="0.0" type="line" smooth="yes"/>
+ <point x="700.0" y="0.0"/>
+ <point x="824.0" y="316.0"/>
+ <point x="852.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1997, 'leftMargin': 67, 'rightMargin': 244}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10030.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10030.glif
new file mode 100644
index 000000000..960691233
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10030.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10030" format="2">
+ <advance width="2464.0"/>
+ <unicode hex="041C"/>
+ <anchor x="1232.0" y="0.0" name="bottom"/>
+ <anchor x="2456.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1232.0" y="2304.0" name="parent_top"/>
+ <anchor x="1232.0" y="2304.0" name="top"/>
+ <anchor x="2456.0" y="2200.0" name="top0315"/>
+ <anchor x="2456.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10031.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10031.glif
new file mode 100644
index 000000000..9859107c9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10031.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10031" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="041D"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10032.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10032.glif
new file mode 100644
index 000000000..564f86218
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10032.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10032" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="041E"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10033.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10033.glif
new file mode 100644
index 000000000..9af314a77
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10033.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10033" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="041F"/>
+ <outline>
+ <component base="Pi"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10034.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10034.glif
new file mode 100644
index 000000000..6d417598d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10034.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10034" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="0420"/>
+ <anchor x="736.0" y="0.0" name="bottom"/>
+ <anchor x="1796.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1796.0" y="2216.0" name="top0315"/>
+ <anchor x="1796.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10035.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10035.glif
new file mode 100644
index 000000000..7077d9c5d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10035.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10035" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="0421"/>
+ <anchor x="1072.0" y="-16.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10036.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10036.glif
new file mode 100644
index 000000000..860d16be8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10036.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10036" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="0422"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10037.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10037.glif
index 4dfaf0729..cf1cb5a45 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10037.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10037.glif
@@ -1,49 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10037" format="1">
- <advance width="1776"/>
+<glyph name="afii10037" format="2">
+ <advance width="1776.0"/>
<unicode hex="0423"/>
+ <anchor x="876.0" y="2216.0" name="top"/>
+ <anchor x="1760.0" y="2216.0" name="top0315"/>
<outline>
<contour>
- <point x="832" y="664" type="line"/>
- <point x="720" y="404" type="line"/>
- <point x="676" y="304"/>
- <point x="636" y="200"/>
- <point x="488" y="200" type="curve" smooth="yes"/>
- <point x="460" y="200"/>
- <point x="380" y="204"/>
- <point x="360" y="204" type="curve"/>
- <point x="352" y="-20" type="line"/>
- <point x="372" y="-24"/>
- <point x="448" y="-28"/>
- <point x="492" y="-28" type="curve" smooth="yes"/>
- <point x="804" y="-28"/>
- <point x="896" y="140"/>
- <point x="980" y="332" type="curve"/>
- <point x="1676" y="2004" type="line"/>
- <point x="1344" y="2004" type="line"/>
+ <point x="832.0" y="664.0" type="line"/>
+ <point x="720.0" y="404.0" type="line"/>
+ <point x="676.0" y="304.0"/>
+ <point x="636.0" y="200.0"/>
+ <point x="488.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="200.0"/>
+ <point x="380.0" y="204.0"/>
+ <point x="360.0" y="204.0" type="curve"/>
+ <point x="352.0" y="-20.0" type="line"/>
+ <point x="372.0" y="-24.0"/>
+ <point x="448.0" y="-28.0"/>
+ <point x="492.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="-28.0"/>
+ <point x="896.0" y="140.0"/>
+ <point x="980.0" y="332.0" type="curve"/>
+ <point x="1676.0" y="2004.0" type="line"/>
+ <point x="1344.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="420" y="2004" type="line"/>
- <point x="100" y="2004" type="line"/>
- <point x="780" y="492" type="line"/>
- <point x="1020" y="504" type="line"/>
- <point x="952" y="768" type="line"/>
- </contour>
- <contour>
- <point x="876" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1760" y="2216" type="move" name="top0315"/>
+ <point x="420.0" y="2004.0" type="line"/>
+ <point x="100.0" y="2004.0" type="line"/>
+ <point x="780.0" y="492.0" type="line"/>
+ <point x="1020.0" y="504.0" type="line"/>
+ <point x="952.0" y="768.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1771.0, 'leftMargin': 113, 'rightMargin': 84.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10038.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10038.glif
index 8d7505745..e97998033 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10038.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10038.glif
@@ -1,56 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10038" format="1">
- <advance width="2288"/>
+<glyph name="afii10038" format="2">
+ <advance width="2288.0"/>
<unicode hex="0424"/>
<outline>
<contour>
- <point x="968" y="1804" type="line"/>
- <point x="512" y="1804"/>
- <point x="160" y="1472"/>
- <point x="160" y="992" type="curve" smooth="yes"/>
- <point x="160" y="512"/>
- <point x="512" y="184"/>
- <point x="968" y="184" type="curve"/>
- <point x="1320" y="184" type="line"/>
- <point x="1776" y="184"/>
- <point x="2132" y="516"/>
- <point x="2132" y="996" type="curve" smooth="yes"/>
- <point x="2132" y="1476"/>
- <point x="1776" y="1804"/>
- <point x="1320" y="1804" type="curve"/>
+ <point x="968.0" y="1804.0" type="line"/>
+ <point x="512.0" y="1804.0"/>
+ <point x="160.0" y="1472.0"/>
+ <point x="160.0" y="992.0" type="curve" smooth="yes"/>
+ <point x="160.0" y="512.0"/>
+ <point x="512.0" y="184.0"/>
+ <point x="968.0" y="184.0" type="curve"/>
+ <point x="1320.0" y="184.0" type="line"/>
+ <point x="1776.0" y="184.0"/>
+ <point x="2132.0" y="516.0"/>
+ <point x="2132.0" y="996.0" type="curve" smooth="yes"/>
+ <point x="2132.0" y="1476.0"/>
+ <point x="1776.0" y="1804.0"/>
+ <point x="1320.0" y="1804.0" type="curve"/>
</contour>
<contour>
- <point x="968" y="1584" type="curve" smooth="yes"/>
- <point x="1320" y="1584" type="line" smooth="yes"/>
- <point x="1668" y="1584"/>
- <point x="1856" y="1352"/>
- <point x="1856" y="996" type="curve" smooth="yes"/>
- <point x="1856" y="636"/>
- <point x="1668" y="404"/>
- <point x="1320" y="404" type="curve"/>
- <point x="968" y="404" type="line"/>
- <point x="620" y="404"/>
- <point x="432" y="636"/>
- <point x="432" y="992" type="curve" smooth="yes"/>
- <point x="432" y="1352"/>
- <point x="620" y="1584"/>
+ <point x="968.0" y="1584.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="1584.0" type="line" smooth="yes"/>
+ <point x="1668.0" y="1584.0"/>
+ <point x="1856.0" y="1352.0"/>
+ <point x="1856.0" y="996.0" type="curve" smooth="yes"/>
+ <point x="1856.0" y="636.0"/>
+ <point x="1668.0" y="404.0"/>
+ <point x="1320.0" y="404.0" type="curve"/>
+ <point x="968.0" y="404.0" type="line"/>
+ <point x="620.0" y="404.0"/>
+ <point x="432.0" y="636.0"/>
+ <point x="432.0" y="992.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="1352.0"/>
+ <point x="620.0" y="1584.0"/>
</contour>
<contour>
- <point x="1284" y="2084" type="line"/>
- <point x="1008" y="2084" type="line"/>
- <point x="1008" y="-84" type="line"/>
- <point x="1284" y="-84" type="line"/>
+ <point x="1284.0" y="2084.0" type="line"/>
+ <point x="1008.0" y="2084.0" type="line"/>
+ <point x="1008.0" y="-84.0" type="line"/>
+ <point x="1284.0" y="-84.0" type="line"/>
</contour>
- <component base="space" xOffset="104"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2192, 'leftMargin': 117, 'rightMargin': 102}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10039.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10039.glif
new file mode 100644
index 000000000..adeae7451
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10039.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10039" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="0425"/>
+ <anchor x="904.0" y="16.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1848.0" y="2216.0" name="top0315"/>
+ <anchor x="1848.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10040.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10040.glif
index 298d52bda..b2571dccc 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10040.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10040.glif
@@ -1,35 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10040" format="1">
- <advance width="2288"/>
+<glyph name="afii10040" format="2">
+ <advance width="2288.0"/>
<unicode hex="0426"/>
<outline>
<contour>
- <point x="2016" y="236" type="line"/>
- <point x="1536" y="236" type="line"/>
- <point x="1536" y="0" type="line"/>
- <point x="1732" y="0" type="line"/>
- <point x="1732" y="-484" type="line"/>
- <point x="1988" y="-484" type="line"/>
+ <point x="2016.0" y="236.0" type="line"/>
+ <point x="1536.0" y="236.0" type="line"/>
+ <point x="1536.0" y="0.0" type="line"/>
+ <point x="1732.0" y="0.0" type="line"/>
+ <point x="1732.0" y="-484.0" type="line"/>
+ <point x="1988.0" y="-484.0" type="line"/>
</contour>
<contour>
- <point x="276" y="0" type="line"/>
- <point x="1804" y="0" type="line"/>
- <point x="1804" y="2004" type="line"/>
- <point x="1516" y="2004" type="line"/>
- <point x="1516" y="228" type="line"/>
- <point x="564" y="228" type="line"/>
- <point x="564" y="2004" type="line"/>
- <point x="276" y="2004" type="line"/>
+ <point x="276.0" y="0.0" type="line"/>
+ <point x="1804.0" y="0.0" type="line"/>
+ <point x="1804.0" y="2004.0" type="line"/>
+ <point x="1516.0" y="2004.0" type="line"/>
+ <point x="1516.0" y="228.0" type="line"/>
+ <point x="564.0" y="228.0" type="line"/>
+ <point x="564.0" y="2004.0" type="line"/>
+ <point x="276.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2071, 'leftMargin': 239, 'rightMargin': 91}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10041.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10041.glif
index 0d99f7f26..5526cf00b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10041.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10041.glif
@@ -1,53 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10041" format="1">
- <advance width="2032"/>
+<glyph name="afii10041" format="2">
+ <advance width="2032.0"/>
<unicode hex="0427"/>
+ <anchor x="1484.0" y="0.0" name="left"/>
+ <anchor x="1760.0" y="0.0" name="right"/>
+ <anchor x="1012.0" y="2216.0" name="top"/>
+ <anchor x="2008.0" y="2216.0" name="top0315"/>
<outline>
<contour>
- <point x="268" y="2004" type="line"/>
- <point x="268" y="1364" type="line"/>
- <point x="268" y="912"/>
- <point x="524" y="744"/>
- <point x="948" y="744" type="curve" smooth="yes"/>
- <point x="1212" y="744"/>
- <point x="1368" y="780"/>
- <point x="1548" y="836" type="curve"/>
- <point x="1548" y="1068" type="line"/>
- <point x="1364" y="1012"/>
- <point x="1168" y="976"/>
- <point x="948" y="976" type="curve" smooth="yes"/>
- <point x="684" y="976"/>
- <point x="556" y="1060"/>
- <point x="556" y="1364" type="curve" smooth="yes"/>
- <point x="556" y="2004" type="line"/>
+ <point x="268.0" y="2004.0" type="line"/>
+ <point x="268.0" y="1364.0" type="line"/>
+ <point x="268.0" y="912.0"/>
+ <point x="524.0" y="744.0"/>
+ <point x="948.0" y="744.0" type="curve" smooth="yes"/>
+ <point x="1212.0" y="744.0"/>
+ <point x="1368.0" y="780.0"/>
+ <point x="1548.0" y="836.0" type="curve"/>
+ <point x="1548.0" y="1068.0" type="line"/>
+ <point x="1364.0" y="1012.0"/>
+ <point x="1168.0" y="976.0"/>
+ <point x="948.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="976.0"/>
+ <point x="556.0" y="1060.0"/>
+ <point x="556.0" y="1364.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1480" y="2004" type="line"/>
- <point x="1480" y="0" type="line"/>
- <point x="1764" y="0" type="line"/>
- <point x="1764" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1012" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1760" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1484" y="0" type="move" name="left"/>
- </contour>
- <contour>
- <point x="2008" y="2216" type="move" name="top0315"/>
+ <point x="1480.0" y="2004.0" type="line"/>
+ <point x="1480.0" y="0.0" type="line"/>
+ <point x="1764.0" y="0.0" type="line"/>
+ <point x="1764.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1940, 'leftMargin': 201, 'rightMargin': 242}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10042.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10042.glif
index 81d973ecf..9f11a15ff 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10042.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10042.glif
@@ -1,31 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10042" format="1">
- <advance width="2544"/>
+<glyph name="afii10042" format="2">
+ <advance width="2544.0"/>
<unicode hex="0428"/>
<outline>
<contour>
- <point x="184" y="2004" type="line"/>
- <point x="184" y="0" type="line"/>
- <point x="2364" y="0" type="line"/>
- <point x="2364" y="2004" type="line"/>
- <point x="2076" y="2004" type="line"/>
- <point x="2076" y="228" type="line"/>
- <point x="1416" y="228" type="line"/>
- <point x="1416" y="2004" type="line"/>
- <point x="1132" y="2004" type="line"/>
- <point x="1132" y="228" type="line"/>
- <point x="472" y="228" type="line"/>
- <point x="472" y="2004" type="line"/>
+ <point x="184.0" y="2004.0" type="line"/>
+ <point x="184.0" y="0.0" type="line"/>
+ <point x="2364.0" y="0.0" type="line"/>
+ <point x="2364.0" y="2004.0" type="line"/>
+ <point x="2076.0" y="2004.0" type="line"/>
+ <point x="2076.0" y="228.0" type="line"/>
+ <point x="1416.0" y="228.0" type="line"/>
+ <point x="1416.0" y="2004.0" type="line"/>
+ <point x="1132.0" y="2004.0" type="line"/>
+ <point x="1132.0" y="228.0" type="line"/>
+ <point x="472.0" y="228.0" type="line"/>
+ <point x="472.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2659, 'leftMargin': 241, 'rightMargin': 239}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10043.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10043.glif
index b7f581329..cf7a51c8f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10043.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10043.glif
@@ -1,26 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10043" format="1">
- <advance width="2800"/>
+<glyph name="afii10043" format="2">
+ <advance width="2800.0"/>
<unicode hex="0429"/>
<outline>
<contour>
- <point x="2592" y="220" type="line"/>
- <point x="2124" y="220" type="line"/>
- <point x="2124" y="0" type="line"/>
- <point x="2320" y="0" type="line"/>
- <point x="2320" y="-484" type="line"/>
- <point x="2564" y="-484" type="line"/>
+ <point x="2592.0" y="220.0" type="line"/>
+ <point x="2124.0" y="220.0" type="line"/>
+ <point x="2124.0" y="0.0" type="line"/>
+ <point x="2320.0" y="0.0" type="line"/>
+ <point x="2320.0" y="-484.0" type="line"/>
+ <point x="2564.0" y="-484.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="144.0" y="2004.0" type="line"/>
+ <point x="144.0" y="0.0" type="line"/>
+ <point x="2324.0" y="0.0" type="line"/>
+ <point x="2324.0" y="2004.0" type="line"/>
+ <point x="2036.0" y="2004.0" type="line"/>
+ <point x="2036.0" y="228.0" type="line"/>
+ <point x="1376.0" y="228.0" type="line"/>
+ <point x="1376.0" y="2004.0" type="line"/>
+ <point x="1092.0" y="2004.0" type="line"/>
+ <point x="1092.0" y="228.0" type="line"/>
+ <point x="432.0" y="228.0" type="line"/>
+ <point x="432.0" y="2004.0" type="line"/>
</contour>
- <component base="afii10042" xOffset="-40"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2745, 'leftMargin': 241, 'rightMargin': 120}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10044.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10044.glif
index 5852cda84..4e5dc6855 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10044.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10044.glif
@@ -1,24 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10044" format="1">
- <advance width="2108"/>
+<glyph name="afii10044" format="2">
+ <advance width="2108.0"/>
<unicode hex="042A"/>
<outline>
<contour>
- <point x="8" y="1828" type="line"/>
- <point x="612" y="1828" type="line"/>
- <point x="612" y="2048" type="line"/>
- <point x="8" y="2048" type="line"/>
+ <point x="8.0" y="1828.0" type="line"/>
+ <point x="612.0" y="1828.0" type="line"/>
+ <point x="612.0" y="2048.0" type="line"/>
+ <point x="8.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="704.0" y="1188.0" type="line"/>
+ <point x="704.0" y="968.0" type="line"/>
+ <point x="1288.0" y="968.0" type="line"/>
+ <point x="1568.0" y="968.0"/>
+ <point x="1724.0" y="804.0"/>
+ <point x="1724.0" y="608.0" type="curve"/>
+ <point x="1724.0" y="408.0"/>
+ <point x="1568.0" y="216.0"/>
+ <point x="1288.0" y="216.0" type="curve"/>
+ <point x="768.0" y="216.0" type="line"/>
+ <point x="768.0" y="2048.0" type="line"/>
+ <point x="520.0" y="2048.0" type="line"/>
+ <point x="520.0" y="0.0" type="line"/>
+ <point x="1288.0" y="0.0" type="line"/>
+ <point x="1728.0" y="0.0"/>
+ <point x="1968.0" y="248.0"/>
+ <point x="1968.0" y="604.0" type="curve"/>
+ <point x="1968.0" y="960.0"/>
+ <point x="1728.0" y="1188.0"/>
+ <point x="1288.0" y="1188.0" type="curve"/>
</contour>
- <component base="afii10046" xOffset="320"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2127, 'leftMargin': 32, 'rightMargin': 156}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10045.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10045.glif
index 80badad43..0ad44bb62 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10045.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10045.glif
@@ -1,24 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10045" format="1">
- <advance width="2328"/>
+<glyph name="afii10045" format="2">
+ <advance width="2328.0"/>
<unicode hex="042B"/>
+ <anchor x="1212.0" y="2216.0" name="top"/>
+ <anchor x="2436.0" y="2216.0" name="top0315"/>
<outline>
<component base="afii10046"/>
- <component base="I" xOffset="1648"/>
- <contour>
- <point x="1212" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2436" y="2216" type="move" name="top0315"/>
- </contour>
+ <component base="I" xOffset="1648.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2454, 'leftMargin': 195, 'rightMargin': 271}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10046.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10046.glif
index 97f5635ad..8aee0b8d6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10046.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10046.glif
@@ -1,42 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10046" format="1">
- <advance width="1788"/>
+<glyph name="afii10046" format="2">
+ <advance width="1788.0"/>
<unicode hex="042C"/>
+ <anchor x="344.0" y="1616.0" name="cross"/>
<outline>
<contour>
- <point x="384" y="1188" type="line"/>
- <point x="384" y="968" type="line"/>
- <point x="968" y="968" type="line"/>
- <point x="1248" y="968"/>
- <point x="1404" y="804"/>
- <point x="1404" y="608" type="curve"/>
- <point x="1404" y="408"/>
- <point x="1248" y="216"/>
- <point x="968" y="216" type="curve"/>
- <point x="448" y="216" type="line"/>
- <point x="448" y="2048" type="line"/>
- <point x="200" y="2048" type="line"/>
- <point x="200" y="0" type="line"/>
- <point x="968" y="0" type="line"/>
- <point x="1408" y="0"/>
- <point x="1648" y="248"/>
- <point x="1648" y="604" type="curve"/>
- <point x="1648" y="960"/>
- <point x="1408" y="1188"/>
- <point x="968" y="1188" type="curve"/>
- </contour>
- <contour>
- <point x="344" y="1616" type="move" name="cross"/>
+ <point x="384.0" y="1188.0" type="line"/>
+ <point x="384.0" y="968.0" type="line"/>
+ <point x="968.0" y="968.0" type="line"/>
+ <point x="1248.0" y="968.0"/>
+ <point x="1404.0" y="804.0"/>
+ <point x="1404.0" y="608.0" type="curve"/>
+ <point x="1404.0" y="408.0"/>
+ <point x="1248.0" y="216.0"/>
+ <point x="968.0" y="216.0" type="curve"/>
+ <point x="448.0" y="216.0" type="line"/>
+ <point x="448.0" y="2048.0" type="line"/>
+ <point x="200.0" y="2048.0" type="line"/>
+ <point x="200.0" y="0.0" type="line"/>
+ <point x="968.0" y="0.0" type="line"/>
+ <point x="1408.0" y="0.0"/>
+ <point x="1648.0" y="248.0"/>
+ <point x="1648.0" y="604.0" type="curve"/>
+ <point x="1648.0" y="960.0"/>
+ <point x="1408.0" y="1188.0"/>
+ <point x="968.0" y="1188.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1777, 'leftMargin': 220, 'rightMargin': 108}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10047.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10047.glif
index ee3a02750..8e22fe6ae 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10047.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10047.glif
@@ -1,59 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10047" format="1">
- <advance width="1904"/>
+<glyph name="afii10047" format="2">
+ <advance width="1904.0"/>
<unicode hex="042D"/>
+ <anchor x="916.0" y="2248.0" name="top"/>
+ <anchor x="1872.0" y="2248.0" name="top0315"/>
<outline>
<contour>
- <point x="1500" y="1108" type="line"/>
- <point x="656" y="1108" type="line"/>
- <point x="656" y="888" type="line"/>
- <point x="1500" y="888" type="line"/>
+ <point x="1500.0" y="1108.0" type="line"/>
+ <point x="656.0" y="1108.0" type="line"/>
+ <point x="656.0" y="888.0" type="line"/>
+ <point x="1500.0" y="888.0" type="line"/>
</contour>
<contour>
- <point x="168" y="640" type="line"/>
- <point x="212" y="264"/>
- <point x="444" y="-28"/>
- <point x="932" y="-28" type="curve" smooth="yes"/>
- <point x="1408" y="-28"/>
- <point x="1720" y="340"/>
- <point x="1720" y="904" type="curve" smooth="yes"/>
- <point x="1720" y="1096" type="line" smooth="yes"/>
- <point x="1720" y="1660"/>
- <point x="1408" y="2032"/>
- <point x="908" y="2032" type="curve" smooth="yes"/>
- <point x="448" y="2032"/>
- <point x="208" y="1748"/>
- <point x="168" y="1356" type="curve"/>
- <point x="424" y="1356" type="line"/>
- <point x="464" y="1640"/>
- <point x="604" y="1808"/>
- <point x="908" y="1808" type="curve" smooth="yes"/>
- <point x="1256" y="1808"/>
- <point x="1464" y="1516"/>
- <point x="1464" y="1092" type="curve" smooth="yes"/>
- <point x="1464" y="908" type="line" smooth="yes"/>
- <point x="1464" y="524"/>
- <point x="1284" y="192"/>
- <point x="932" y="192" type="curve" smooth="yes"/>
- <point x="600" y="192"/>
- <point x="468" y="352"/>
- <point x="424" y="640" type="curve"/>
- </contour>
- <contour>
- <point x="916" y="2248" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1872" y="2248" type="move" name="top0315"/>
+ <point x="168.0" y="640.0" type="line"/>
+ <point x="212.0" y="264.0"/>
+ <point x="444.0" y="-28.0"/>
+ <point x="932.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="-28.0"/>
+ <point x="1720.0" y="340.0"/>
+ <point x="1720.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1720.0" y="1096.0" type="line" smooth="yes"/>
+ <point x="1720.0" y="1660.0"/>
+ <point x="1408.0" y="2032.0"/>
+ <point x="908.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="2032.0"/>
+ <point x="208.0" y="1748.0"/>
+ <point x="168.0" y="1356.0" type="curve"/>
+ <point x="424.0" y="1356.0" type="line"/>
+ <point x="464.0" y="1640.0"/>
+ <point x="604.0" y="1808.0"/>
+ <point x="908.0" y="1808.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="1808.0"/>
+ <point x="1464.0" y="1516.0"/>
+ <point x="1464.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="908.0" type="line" smooth="yes"/>
+ <point x="1464.0" y="524.0"/>
+ <point x="1284.0" y="192.0"/>
+ <point x="932.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="192.0"/>
+ <point x="468.0" y="352.0"/>
+ <point x="424.0" y="640.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1907, 'leftMargin': 205, 'rightMargin': 150}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10048.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10048.glif
index 4ff2c666d..e98961ad8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10048.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10048.glif
@@ -1,20 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10048" format="1">
- <advance width="2848"/>
+<glyph name="afii10048" format="2">
+ <advance width="2848.0"/>
<unicode hex="042E"/>
<outline>
<component base="I"/>
- <component base="hyphen" xScale="0.7" xOffset="176" yOffset="128"/>
- <component base="O" xOffset="704"/>
+ <component base="hyphen" xScale="0.7" xOffset="176.0" yOffset="128.0"/>
+ <component base="O" xOffset="704.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2508.0, 'leftMargin': 256, 'rightMargin': 79.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10049.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10049.glif
index 415796cbb..4410835ec 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10049.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10049.glif
@@ -1,52 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10049" format="1">
- <advance width="1776"/>
+<glyph name="afii10049" format="2">
+ <advance width="1776.0"/>
<unicode hex="042F"/>
+ <anchor x="944.0" y="2216.0" name="top"/>
+ <anchor x="1860.0" y="2216.0" name="top0315"/>
<outline>
<contour>
- <point x="1384" y="776" type="line"/>
- <point x="1384" y="1004" type="line"/>
- <point x="960" y="1004" type="line"/>
- <point x="676" y="1004"/>
- <point x="532" y="1172"/>
- <point x="532" y="1400" type="curve"/>
- <point x="532" y="1628"/>
- <point x="676" y="1772"/>
- <point x="960" y="1772" type="curve"/>
- <point x="1320" y="1772" type="line"/>
- <point x="1320" y="0" type="line"/>
- <point x="1608" y="0" type="line"/>
- <point x="1608" y="2004" type="line"/>
- <point x="960" y="2004" type="line"/>
- <point x="520" y="2004"/>
- <point x="248" y="1788"/>
- <point x="248" y="1400" type="curve"/>
- <point x="248" y="1112"/>
- <point x="412" y="924"/>
- <point x="704" y="828" type="curve"/>
- <point x="848" y="776" type="line"/>
+ <point x="1384.0" y="776.0" type="line"/>
+ <point x="1384.0" y="1004.0" type="line"/>
+ <point x="960.0" y="1004.0" type="line"/>
+ <point x="676.0" y="1004.0"/>
+ <point x="532.0" y="1172.0"/>
+ <point x="532.0" y="1400.0" type="curve"/>
+ <point x="532.0" y="1628.0"/>
+ <point x="676.0" y="1772.0"/>
+ <point x="960.0" y="1772.0" type="curve"/>
+ <point x="1320.0" y="1772.0" type="line"/>
+ <point x="1320.0" y="0.0" type="line"/>
+ <point x="1608.0" y="0.0" type="line"/>
+ <point x="1608.0" y="2004.0" type="line"/>
+ <point x="960.0" y="2004.0" type="line"/>
+ <point x="520.0" y="2004.0"/>
+ <point x="248.0" y="1788.0"/>
+ <point x="248.0" y="1400.0" type="curve"/>
+ <point x="248.0" y="1112.0"/>
+ <point x="412.0" y="924.0"/>
+ <point x="704.0" y="828.0" type="curve"/>
+ <point x="848.0" y="776.0" type="line"/>
</contour>
<contour>
- <point x="960" y="916" type="line"/>
- <point x="672" y="916" type="line"/>
- <point x="172" y="0" type="line"/>
- <point x="476" y="0" type="line"/>
- </contour>
- <contour>
- <point x="944" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1860" y="2216" type="move" name="top0315"/>
+ <point x="960.0" y="916.0" type="line"/>
+ <point x="672.0" y="916.0" type="line"/>
+ <point x="172.0" y="0.0" type="line"/>
+ <point x="476.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1810, 'leftMargin': 122, 'rightMargin': 252}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10050.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10050.glif
index 2ba0e1990..dbb6f637a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10050.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10050.glif
@@ -1,24 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10050" format="1">
- <advance width="1776"/>
+<glyph name="afii10050" format="2">
+ <advance width="1776.0"/>
<unicode hex="0490"/>
<outline>
<contour>
- <point x="1488" y="2504" type="line"/>
- <point x="1212" y="2504" type="line"/>
- <point x="1212" y="1828" type="line"/>
- <point x="1488" y="1828" type="line"/>
+ <point x="1488.0" y="2504.0" type="line"/>
+ <point x="1212.0" y="2504.0" type="line"/>
+ <point x="1212.0" y="1828.0" type="line"/>
+ <point x="1488.0" y="1828.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1488.0" y="2048.0" type="line"/>
+ <point x="252.0" y="2048.0" type="line"/>
+ <point x="252.0" y="0.0" type="line"/>
+ <point x="500.0" y="0.0" type="line"/>
+ <point x="500.0" y="1828.0" type="line"/>
+ <point x="1488.0" y="1828.0" type="line"/>
</contour>
- <component base="Gamma" xOffset="-20"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1546, 'leftMargin': 257, 'rightMargin': 53}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10051.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10051.glif
index fce84fe32..1ffdd62b9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10051.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10051.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10051" format="1">
- <advance width="2288"/>
+<glyph name="afii10051" format="2">
+ <advance width="2288.0"/>
<unicode hex="0402"/>
<outline>
<contour>
- <point x="904" y="884" type="line"/>
- <point x="1052" y="948"/>
- <point x="1232" y="984"/>
- <point x="1404" y="984" type="curve"/>
- <point x="1692" y="984"/>
- <point x="1836" y="844"/>
- <point x="1836" y="596" type="curve" smooth="yes"/>
- <point x="1836" y="360"/>
- <point x="1740" y="204"/>
- <point x="1428" y="204" type="curve"/>
- <point x="1432" y="-16" type="line"/>
- <point x="1888" y="-16"/>
- <point x="2124" y="204"/>
- <point x="2124" y="600" type="curve"/>
- <point x="2124" y="996"/>
- <point x="1856" y="1228"/>
- <point x="1404" y="1228" type="curve" smooth="yes"/>
- <point x="1268" y="1228"/>
- <point x="1052" y="1184"/>
- <point x="904" y="1128" type="curve"/>
+ <point x="904.0" y="884.0" type="line"/>
+ <point x="1052.0" y="948.0"/>
+ <point x="1232.0" y="984.0"/>
+ <point x="1404.0" y="984.0" type="curve"/>
+ <point x="1692.0" y="984.0"/>
+ <point x="1836.0" y="844.0"/>
+ <point x="1836.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="1836.0" y="360.0"/>
+ <point x="1740.0" y="204.0"/>
+ <point x="1428.0" y="204.0" type="curve"/>
+ <point x="1432.0" y="-16.0" type="line"/>
+ <point x="1888.0" y="-16.0"/>
+ <point x="2124.0" y="204.0"/>
+ <point x="2124.0" y="600.0" type="curve"/>
+ <point x="2124.0" y="996.0"/>
+ <point x="1856.0" y="1228.0"/>
+ <point x="1404.0" y="1228.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="1228.0"/>
+ <point x="1052.0" y="1184.0"/>
+ <point x="904.0" y="1128.0" type="curve"/>
</contour>
<contour>
- <point x="1020" y="2004" type="line"/>
- <point x="732" y="2004" type="line"/>
- <point x="732" y="0" type="line"/>
- <point x="1020" y="0" type="line"/>
+ <point x="1020.0" y="2004.0" type="line"/>
+ <point x="732.0" y="2004.0" type="line"/>
+ <point x="732.0" y="0.0" type="line"/>
+ <point x="1020.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1724" y="2004" type="line"/>
- <point x="168" y="2004" type="line"/>
- <point x="168" y="1772" type="line"/>
- <point x="1724" y="1772" type="line"/>
+ <point x="1724.0" y="2004.0" type="line"/>
+ <point x="168.0" y="2004.0" type="line"/>
+ <point x="168.0" y="1772.0" type="line"/>
+ <point x="1724.0" y="1772.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2115, 'leftMargin': 55, 'rightMargin': 105}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10052.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10052.glif
new file mode 100644
index 000000000..0e38b3433
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10052.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10052" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="0403"/>
+ <anchor x="892.0" y="2304.0" name="parent_top"/>
+ <anchor x="892.0" y="2796.0" name="top"/>
+ <anchor x="1600.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Gamma"/>
+ <component base="acute" xOffset="584.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10053.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10053.glif
index 1417c17d5..3168c21eb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10053.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10053.glif
@@ -1,59 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10053" format="1">
- <advance width="1776"/>
+<glyph name="afii10053" format="2">
+ <advance width="1776.0"/>
<unicode hex="0404"/>
+ <anchor x="908.0" y="2200.0" name="top"/>
+ <anchor x="1852.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1172" y="1124" type="line"/>
- <point x="360" y="1124" type="line"/>
- <point x="360" y="896" type="line"/>
- <point x="1172" y="896" type="line"/>
+ <point x="1172.0" y="1124.0" type="line"/>
+ <point x="360.0" y="1124.0" type="line"/>
+ <point x="360.0" y="896.0" type="line"/>
+ <point x="1172.0" y="896.0" type="line"/>
</contour>
<contour>
- <point x="1380" y="640" type="line"/>
- <point x="1336" y="364"/>
- <point x="1232" y="200"/>
- <point x="900" y="200" type="curve" smooth="yes"/>
- <point x="548" y="200"/>
- <point x="400" y="520"/>
- <point x="400" y="904" type="curve" smooth="yes"/>
- <point x="400" y="1096" type="line" smooth="yes"/>
- <point x="400" y="1520"/>
- <point x="576" y="1800"/>
- <point x="928" y="1800" type="curve" smooth="yes"/>
- <point x="1228" y="1800"/>
- <point x="1340" y="1628"/>
- <point x="1380" y="1356" type="curve"/>
- <point x="1664" y="1356" type="line"/>
- <point x="1624" y="1748"/>
- <point x="1384" y="2032"/>
- <point x="928" y="2032" type="curve" smooth="yes"/>
- <point x="424" y="2032"/>
- <point x="112" y="1660"/>
- <point x="112" y="1096" type="curve"/>
- <point x="112" y="904" type="line"/>
- <point x="112" y="340"/>
- <point x="424" y="-28"/>
- <point x="900" y="-28" type="curve" smooth="yes"/>
- <point x="1388" y="-28"/>
- <point x="1624" y="264"/>
- <point x="1664" y="640" type="curve"/>
- </contour>
- <contour>
- <point x="908" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1852" y="2200" type="move" name="top0315"/>
+ <point x="1380.0" y="640.0" type="line"/>
+ <point x="1336.0" y="364.0"/>
+ <point x="1232.0" y="200.0"/>
+ <point x="900.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="200.0"/>
+ <point x="400.0" y="520.0"/>
+ <point x="400.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="1096.0" type="line" smooth="yes"/>
+ <point x="400.0" y="1520.0"/>
+ <point x="576.0" y="1800.0"/>
+ <point x="928.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="1800.0"/>
+ <point x="1340.0" y="1628.0"/>
+ <point x="1380.0" y="1356.0" type="curve"/>
+ <point x="1664.0" y="1356.0" type="line"/>
+ <point x="1624.0" y="1748.0"/>
+ <point x="1384.0" y="2032.0"/>
+ <point x="928.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="2032.0"/>
+ <point x="112.0" y="1660.0"/>
+ <point x="112.0" y="1096.0" type="curve"/>
+ <point x="112.0" y="904.0" type="line"/>
+ <point x="112.0" y="340.0"/>
+ <point x="424.0" y="-28.0"/>
+ <point x="900.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="-28.0"/>
+ <point x="1624.0" y="264.0"/>
+ <point x="1664.0" y="640.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1907, 'leftMargin': 166, 'rightMargin': 187}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10054.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10054.glif
new file mode 100644
index 000000000..ad9d8073d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10054.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10054" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="0405"/>
+ <anchor x="888.0" y="-36.0" name="bottom"/>
+ <anchor x="1648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
+ <anchor x="1648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="S"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10055.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10055.glif
new file mode 100644
index 000000000..12b36abf6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10055.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10055" format="2">
+ <advance width="744.0"/>
+ <unicode hex="0406"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10056.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10056.glif
new file mode 100644
index 000000000..162725387
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10056.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10056" format="2">
+ <advance width="744.0"/>
+ <unicode hex="0407"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2684.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="dieresis" xOffset="-472.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10057.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10057.glif
new file mode 100644
index 000000000..36e64a90e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10057.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10057" format="2">
+ <advance width="1424.0"/>
+ <unicode hex="0408"/>
+ <anchor x="712.0" y="-16.0" name="bottom"/>
+ <anchor x="1564.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2304.0" name="parent_top"/>
+ <anchor x="1076.0" y="2304.0" name="top"/>
+ <anchor x="1564.0" y="2200.0" name="top0315"/>
+ <anchor x="1564.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="J"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10058.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10058.glif
index 3e5173121..e66745abe 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10058.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10058.glif
@@ -1,59 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10058" format="1">
- <advance width="3044"/>
+<glyph name="afii10058" format="2">
+ <advance width="3044.0"/>
<unicode hex="0409"/>
<outline>
<contour>
- <point x="496" y="2048" type="line"/>
- <point x="460" y="1060" type="line" smooth="yes"/>
- <point x="436" y="456"/>
- <point x="368" y="252"/>
- <point x="112" y="232" type="curve" smooth="yes"/>
- <point x="56" y="228" type="line"/>
- <point x="56" y="0" type="line"/>
- <point x="132" y="0" type="line" smooth="yes"/>
- <point x="584" y="0"/>
- <point x="708" y="316"/>
- <point x="736" y="1012" type="curve" smooth="yes"/>
- <point x="780" y="2048" type="line"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="460.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="436.0" y="456.0"/>
+ <point x="368.0" y="252.0"/>
+ <point x="112.0" y="232.0" type="curve" smooth="yes"/>
+ <point x="56.0" y="228.0" type="line"/>
+ <point x="56.0" y="0.0" type="line"/>
+ <point x="132.0" y="0.0" type="line" smooth="yes"/>
+ <point x="584.0" y="0.0"/>
+ <point x="708.0" y="316.0"/>
+ <point x="736.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="2048.0" type="line"/>
</contour>
<contour>
- <point x="1492" y="2048" type="line"/>
- <point x="592" y="2048" type="line"/>
- <point x="592" y="1816" type="line"/>
- <point x="1492" y="1816" type="line"/>
+ <point x="1492.0" y="2048.0" type="line"/>
+ <point x="592.0" y="2048.0" type="line"/>
+ <point x="592.0" y="1816.0" type="line"/>
+ <point x="1492.0" y="1816.0" type="line"/>
</contour>
<contour>
- <point x="1680" y="1236" type="line"/>
- <point x="1680" y="1008" type="line"/>
- <point x="2224" y="1008" type="line" smooth="yes"/>
- <point x="2504" y="1008"/>
- <point x="2620" y="816"/>
- <point x="2620" y="620" type="curve" smooth="yes"/>
- <point x="2620" y="424"/>
- <point x="2504" y="228"/>
- <point x="2224" y="228" type="curve" smooth="yes"/>
- <point x="1744" y="228" type="line"/>
- <point x="1744" y="2048" type="line"/>
- <point x="1456" y="2048" type="line"/>
- <point x="1456" y="0" type="line"/>
- <point x="2224" y="0" type="line" smooth="yes"/>
- <point x="2664" y="0"/>
- <point x="2904" y="264"/>
- <point x="2904" y="616" type="curve" smooth="yes"/>
- <point x="2904" y="976"/>
- <point x="2664" y="1236"/>
- <point x="2224" y="1236" type="curve" smooth="yes"/>
+ <point x="1680.0" y="1236.0" type="line"/>
+ <point x="1680.0" y="1008.0" type="line"/>
+ <point x="2224.0" y="1008.0" type="line" smooth="yes"/>
+ <point x="2504.0" y="1008.0"/>
+ <point x="2620.0" y="816.0"/>
+ <point x="2620.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="2620.0" y="424.0"/>
+ <point x="2504.0" y="228.0"/>
+ <point x="2224.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="1744.0" y="228.0" type="line"/>
+ <point x="1744.0" y="2048.0" type="line"/>
+ <point x="1456.0" y="2048.0" type="line"/>
+ <point x="1456.0" y="0.0" type="line"/>
+ <point x="2224.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2664.0" y="0.0"/>
+ <point x="2904.0" y="264.0"/>
+ <point x="2904.0" y="616.0" type="curve" smooth="yes"/>
+ <point x="2904.0" y="976.0"/>
+ <point x="2664.0" y="1236.0"/>
+ <point x="2224.0" y="1236.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3026, 'leftMargin': 67, 'rightMargin': 111}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10059.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10059.glif
index ba4a59b00..da45db8d4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10059.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10059.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10059" format="1">
- <advance width="3028"/>
+<glyph name="afii10059" format="2">
+ <advance width="3028.0"/>
<unicode hex="040A"/>
<outline>
<contour>
- <point x="1476" y="1144" type="line"/>
- <point x="444" y="1144" type="line"/>
- <point x="444" y="916" type="line"/>
- <point x="1476" y="916" type="line"/>
+ <point x="1476.0" y="1144.0" type="line"/>
+ <point x="444.0" y="1144.0" type="line"/>
+ <point x="444.0" y="916.0" type="line"/>
+ <point x="1476.0" y="916.0" type="line"/>
</contour>
<contour>
- <point x="488" y="2048" type="line"/>
- <point x="200" y="2048" type="line"/>
- <point x="200" y="0" type="line"/>
- <point x="488" y="0" type="line"/>
+ <point x="488.0" y="2048.0" type="line"/>
+ <point x="200.0" y="2048.0" type="line"/>
+ <point x="200.0" y="0.0" type="line"/>
+ <point x="488.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1664" y="1168" type="line"/>
- <point x="1664" y="940" type="line"/>
- <point x="2208" y="940" type="line"/>
- <point x="2488" y="940"/>
- <point x="2604" y="780"/>
- <point x="2604" y="596" type="curve"/>
- <point x="2604" y="408"/>
- <point x="2488" y="244"/>
- <point x="2208" y="244" type="curve"/>
- <point x="1728" y="244" type="line"/>
- <point x="1728" y="2048" type="line"/>
- <point x="1440" y="2048" type="line"/>
- <point x="1440" y="0" type="line"/>
- <point x="2208" y="0" type="line"/>
- <point x="2648" y="0"/>
- <point x="2888" y="252"/>
- <point x="2888" y="592" type="curve"/>
- <point x="2888" y="932"/>
- <point x="2648" y="1168"/>
- <point x="2208" y="1168" type="curve"/>
+ <point x="1664.0" y="1168.0" type="line"/>
+ <point x="1664.0" y="940.0" type="line"/>
+ <point x="2208.0" y="940.0" type="line"/>
+ <point x="2488.0" y="940.0"/>
+ <point x="2604.0" y="780.0"/>
+ <point x="2604.0" y="596.0" type="curve"/>
+ <point x="2604.0" y="408.0"/>
+ <point x="2488.0" y="244.0"/>
+ <point x="2208.0" y="244.0" type="curve"/>
+ <point x="1728.0" y="244.0" type="line"/>
+ <point x="1728.0" y="2048.0" type="line"/>
+ <point x="1440.0" y="2048.0" type="line"/>
+ <point x="1440.0" y="0.0" type="line"/>
+ <point x="2208.0" y="0.0" type="line"/>
+ <point x="2648.0" y="0.0"/>
+ <point x="2888.0" y="252.0"/>
+ <point x="2888.0" y="592.0" type="curve"/>
+ <point x="2888.0" y="932.0"/>
+ <point x="2648.0" y="1168.0"/>
+ <point x="2208.0" y="1168.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3043, 'leftMargin': 242, 'rightMargin': 113}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10060.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10060.glif
index 79226ddeb..e489156b8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10060.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10060.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10060" format="1">
- <advance width="2288"/>
+<glyph name="afii10060" format="2">
+ <advance width="2288.0"/>
<unicode hex="040B"/>
<outline>
<contour>
- <point x="2128" y="0" type="line"/>
- <point x="2128" y="636" type="line" smooth="yes"/>
- <point x="2128" y="1088"/>
- <point x="1872" y="1256"/>
- <point x="1448" y="1256" type="curve" smooth="yes"/>
- <point x="1184" y="1256"/>
- <point x="1028" y="1220"/>
- <point x="848" y="1164" type="curve"/>
- <point x="848" y="932" type="line"/>
- <point x="1032" y="988"/>
- <point x="1228" y="1028"/>
- <point x="1448" y="1028" type="curve" smooth="yes"/>
- <point x="1712" y="1028"/>
- <point x="1844" y="944"/>
- <point x="1844" y="636" type="curve" smooth="yes"/>
- <point x="1844" y="0" type="line"/>
+ <point x="2128.0" y="0.0" type="line"/>
+ <point x="2128.0" y="636.0" type="line" smooth="yes"/>
+ <point x="2128.0" y="1088.0"/>
+ <point x="1872.0" y="1256.0"/>
+ <point x="1448.0" y="1256.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1256.0"/>
+ <point x="1028.0" y="1220.0"/>
+ <point x="848.0" y="1164.0" type="curve"/>
+ <point x="848.0" y="932.0" type="line"/>
+ <point x="1032.0" y="988.0"/>
+ <point x="1228.0" y="1028.0"/>
+ <point x="1448.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="1712.0" y="1028.0"/>
+ <point x="1844.0" y="944.0"/>
+ <point x="1844.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="1844.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="996" y="2004" type="line"/>
- <point x="712" y="2004" type="line"/>
- <point x="712" y="0" type="line"/>
- <point x="996" y="0" type="line"/>
+ <point x="996.0" y="2004.0" type="line"/>
+ <point x="712.0" y="2004.0" type="line"/>
+ <point x="712.0" y="0.0" type="line"/>
+ <point x="996.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1716" y="2004" type="line"/>
- <point x="160" y="2004" type="line"/>
- <point x="160" y="1772" type="line"/>
- <point x="1716" y="1772" type="line"/>
+ <point x="1716.0" y="2004.0" type="line"/>
+ <point x="160.0" y="2004.0" type="line"/>
+ <point x="160.0" y="1772.0" type="line"/>
+ <point x="1716.0" y="1772.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2298, 'leftMargin': 88, 'rightMargin': 241}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10061.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10061.glif
new file mode 100644
index 000000000..25b22c8c5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10061.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10061" format="2">
+ <advance width="1836.0"/>
+ <unicode hex="040C"/>
+ <anchor x="920.0" y="120.0" name="bottom"/>
+ <anchor x="1772.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="2304.0" name="parent_top"/>
+ <anchor x="840.0" y="2796.0" name="top"/>
+ <anchor x="1772.0" y="2200.0" name="top0315"/>
+ <anchor x="1772.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="K"/>
+ <component base="acute" xOffset="528.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10062.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10062.glif
new file mode 100644
index 000000000..c6033a02a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10062.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10062" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="040E"/>
+ <anchor x="876.0" y="2216.0" name="parent_top"/>
+ <anchor x="876.0" y="2660.0" name="top"/>
+ <anchor x="1760.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10037"/>
+ <component base="breve" xOffset="248.0" yOffset="440.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10065.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10065.glif
new file mode 100644
index 000000000..dfdca5ca0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10065.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10065" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0430"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10145.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10145.glif
index 88eb05339..73d79d0db 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10145.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10145.glif
@@ -1,33 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10145" format="1">
- <advance width="2032"/>
+<glyph name="afii10145" format="2">
+ <advance width="2032.0"/>
<unicode hex="040F"/>
<outline>
<contour>
- <point x="252" y="0" type="line"/>
- <point x="1780" y="0" type="line"/>
- <point x="1780" y="2004" type="line"/>
- <point x="1496" y="2004" type="line"/>
- <point x="1496" y="228" type="line"/>
- <point x="540" y="228" type="line"/>
- <point x="540" y="2004" type="line"/>
- <point x="252" y="2004" type="line"/>
+ <point x="252.0" y="0.0" type="line"/>
+ <point x="1780.0" y="0.0" type="line"/>
+ <point x="1780.0" y="2004.0" type="line"/>
+ <point x="1496.0" y="2004.0" type="line"/>
+ <point x="1496.0" y="228.0" type="line"/>
+ <point x="540.0" y="228.0" type="line"/>
+ <point x="540.0" y="2004.0" type="line"/>
+ <point x="252.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1168" y="200" type="line"/>
- <point x="884" y="200" type="line"/>
- <point x="884" y="-496" type="line"/>
- <point x="1168" y="-496" type="line"/>
+ <point x="1168.0" y="200.0" type="line"/>
+ <point x="884.0" y="200.0" type="line"/>
+ <point x="884.0" y="-496.0" type="line"/>
+ <point x="1168.0" y="-496.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2013.0, 'leftMargin': 239, 'rightMargin': 246.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10146.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10146.glif
new file mode 100644
index 000000000..c54ac828c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10146.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="afii10146" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="0462"/>
+ <outline>
+ <component base="afii10046"/>
+ <component base="crossbar" xOffset="-288.0" yOffset="624.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10147.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10147.glif
index 7b91cf8d0..e1c87e717 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10147.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10147.glif
@@ -1,93 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10147" format="1">
- <advance width="2144"/>
+<glyph name="afii10147" format="2">
+ <advance width="2144.0"/>
<unicode hex="0472"/>
+ <guideline x="1192.0" y="1104.0" angle="90.0"/>
+ <guideline x="808.0" y="1280.0" angle="90.0"/>
+ <guideline x="1200.0" y="1280.0" angle="0.0"/>
+ <guideline x="808.0" y="768.0" angle="0.0"/>
+ <anchor x="1020.0" y="2212.0" name="top"/>
+ <anchor x="1952.0" y="2212.0" name="top0315"/>
<outline>
<contour>
- <point x="1776" y="1136" type="line"/>
- <point x="1200" y="1024"/>
- <point x="944" y="1280"/>
- <point x="368" y="1136" type="curve"/>
- <point x="368" y="916" type="line"/>
- <point x="944" y="1024"/>
- <point x="1200" y="768"/>
- <point x="1776" y="916" type="curve"/>
+ <point x="1776.0" y="1136.0" type="line"/>
+ <point x="1200.0" y="1024.0"/>
+ <point x="944.0" y="1280.0"/>
+ <point x="368.0" y="1136.0" type="curve"/>
+ <point x="368.0" y="916.0" type="line"/>
+ <point x="944.0" y="1024.0"/>
+ <point x="1200.0" y="768.0"/>
+ <point x="1776.0" y="916.0" type="curve"/>
</contour>
- <component base="O"/>
<contour>
- <point x="1020" y="2212" type="move" name="top"/>
+ <point x="1976.0" y="1024.0" type="curve"/>
+ <point x="1976.0" y="1672.0"/>
+ <point x="1596.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-28.0"/>
+ <point x="1976.0" y="376.0"/>
</contour>
<contour>
- <point x="1952" y="2212" type="move" name="top0315"/>
+ <point x="1736.0" y="1024.0" type="curve"/>
+ <point x="1736.0" y="492.0"/>
+ <point x="1444.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1844.0"/>
+ <point x="1736.0" y="1556.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1192</integer>
- <key>y</key>
- <integer>1104</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>808</integer>
- <key>y</key>
- <integer>1280</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1200</integer>
- <key>y</key>
- <integer>1280</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>808</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1921, 'leftMargin': 233, 'rightMargin': 152}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii10148.glif b/src/Inter-UI-Regular.ufo/glyphs/afii10148.glif
index 3f5b280d8..d2ec8f443 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii10148.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii10148.glif
@@ -1,45 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii10148" format="1">
- <advance width="1776"/>
+<glyph name="afii10148" format="2">
+ <advance width="1776.0"/>
<unicode hex="0474"/>
+ <anchor x="880.0" y="2124.0" name="top"/>
+ <anchor x="1800.0" y="2124.0" name="top0315"/>
<outline>
<contour>
- <point x="920" y="544" type="line"/>
- <point x="776" y="0" type="line"/>
- <point x="996" y="0" type="line"/>
- <point x="1528" y="1592" type="line"/>
- <point x="1576" y="1728"/>
- <point x="1624" y="1780"/>
- <point x="1712" y="1780" type="curve"/>
- <point x="1732" y="1780" type="line"/>
- <point x="1732" y="2028" type="line"/>
- <point x="1664" y="2028" type="line"/>
- <point x="1460" y="2028"/>
- <point x="1352" y="1912"/>
- <point x="1260" y="1620" type="curve" smooth="yes"/>
+ <point x="920.0" y="544.0" type="line"/>
+ <point x="776.0" y="0.0" type="line"/>
+ <point x="996.0" y="0.0" type="line"/>
+ <point x="1528.0" y="1592.0" type="line"/>
+ <point x="1576.0" y="1728.0"/>
+ <point x="1624.0" y="1780.0"/>
+ <point x="1712.0" y="1780.0" type="curve"/>
+ <point x="1732.0" y="1780.0" type="line"/>
+ <point x="1732.0" y="2028.0" type="line"/>
+ <point x="1664.0" y="2028.0" type="line"/>
+ <point x="1460.0" y="2028.0"/>
+ <point x="1352.0" y="1912.0"/>
+ <point x="1260.0" y="1620.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="356" y="2004" type="line"/>
- <point x="44" y="2004" type="line"/>
- <point x="744" y="0" type="line"/>
- <point x="964" y="0" type="line"/>
- <point x="824" y="544" type="line"/>
- </contour>
- <contour>
- <point x="880" y="2124" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1800" y="2124" type="move" name="top0315"/>
+ <point x="356.0" y="2004.0" type="line"/>
+ <point x="44.0" y="2004.0" type="line"/>
+ <point x="744.0" y="0.0" type="line"/>
+ <point x="964.0" y="0.0" type="line"/>
+ <point x="824.0" y="544.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1783, 'leftMargin': 29, 'rightMargin': 67}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii300.glif b/src/Inter-UI-Regular.ufo/glyphs/afii300.glif
index d136cc400..ed5e21e8b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii300.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii300.glif
@@ -1,42 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii300" format="1">
- <advance width="0"/>
+<glyph name="afii300" format="2">
<unicode hex="200F"/>
<outline>
<contour>
- <point x="-349" y="1584" type="line"/>
- <point x="-1029" y="1584" type="line"/>
- <point x="-1029" y="1753" type="line"/>
- <point x="-349" y="1753" type="line"/>
+ <point x="-349.0" y="1584.0" type="line"/>
+ <point x="-1029.0" y="1584.0" type="line"/>
+ <point x="-1029.0" y="1753.0" type="line"/>
+ <point x="-349.0" y="1753.0" type="line"/>
</contour>
<contour>
- <point x="-854" y="1363" type="line"/>
- <point x="-1199" y="1668" type="line"/>
- <point x="-1067" y="1748" type="line"/>
- <point x="-615" y="1363" type="line"/>
+ <point x="-854.0" y="1363.0" type="line"/>
+ <point x="-1199.0" y="1668.0" type="line"/>
+ <point x="-1067.0" y="1748.0" type="line"/>
+ <point x="-615.0" y="1363.0" type="line"/>
</contour>
<contour>
- <point x="-628" y="2001" type="line"/>
- <point x="-1060" y="1595" type="line"/>
- <point x="-1199" y="1668" type="line"/>
- <point x="-868" y="2001" type="line"/>
+ <point x="-628.0" y="2001.0" type="line"/>
+ <point x="-1060.0" y="1595.0" type="line"/>
+ <point x="-1199.0" y="1668.0" type="line"/>
+ <point x="-868.0" y="2001.0" type="line"/>
</contour>
<contour>
- <point x="-349" y="-275" type="line"/>
- <point x="-518" y="-275" type="line"/>
- <point x="-518" y="1753" type="line"/>
- <point x="-349" y="1753" type="line"/>
+ <point x="-349.0" y="-275.0" type="line"/>
+ <point x="-518.0" y="-275.0" type="line"/>
+ <point x="-518.0" y="1753.0" type="line"/>
+ <point x="-349.0" y="1753.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii57596.glif b/src/Inter-UI-Regular.ufo/glyphs/afii57596.glif
index 6d34e38a1..277109b40 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii57596.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii57596.glif
@@ -1,42 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii57596" format="1">
- <advance width="0"/>
+<glyph name="afii57596" format="2">
<unicode hex="200E"/>
<outline>
<contour>
- <point x="-1134" y="1584" type="line"/>
- <point x="-455" y="1584" type="line"/>
- <point x="-455" y="1753" type="line"/>
- <point x="-1134" y="1753" type="line"/>
+ <point x="-1134.0" y="1584.0" type="line"/>
+ <point x="-455.0" y="1584.0" type="line"/>
+ <point x="-455.0" y="1753.0" type="line"/>
+ <point x="-1134.0" y="1753.0" type="line"/>
</contour>
<contour>
- <point x="-630" y="1363" type="line"/>
- <point x="-285" y="1668" type="line"/>
- <point x="-417" y="1748" type="line"/>
- <point x="-869" y="1363" type="line"/>
+ <point x="-630.0" y="1363.0" type="line"/>
+ <point x="-285.0" y="1668.0" type="line"/>
+ <point x="-417.0" y="1748.0" type="line"/>
+ <point x="-869.0" y="1363.0" type="line"/>
</contour>
<contour>
- <point x="-855" y="2001" type="line"/>
- <point x="-424" y="1595" type="line"/>
- <point x="-285" y="1668" type="line"/>
- <point x="-616" y="2001" type="line"/>
+ <point x="-855.0" y="2001.0" type="line"/>
+ <point x="-424.0" y="1595.0" type="line"/>
+ <point x="-285.0" y="1668.0" type="line"/>
+ <point x="-616.0" y="2001.0" type="line"/>
</contour>
<contour>
- <point x="-1134" y="-275" type="line"/>
- <point x="-965" y="-275" type="line"/>
- <point x="-965" y="1753" type="line"/>
- <point x="-1134" y="1753" type="line"/>
+ <point x="-1134.0" y="-275.0" type="line"/>
+ <point x="-965.0" y="-275.0" type="line"/>
+ <point x="-965.0" y="1753.0" type="line"/>
+ <point x="-1134.0" y="1753.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii57598.glif b/src/Inter-UI-Regular.ufo/glyphs/afii57598.glif
index 3a015f516..ab6cea3df 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii57598.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii57598.glif
@@ -1,36 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii57598" format="1">
- <advance width="0"/>
+<glyph name="afii57598" format="2">
<unicode hex="200D"/>
<outline>
<contour>
- <point x="-897" y="-275" type="line"/>
- <point x="-727" y="-275" type="line"/>
- <point x="-727" y="1753" type="line"/>
- <point x="-897" y="1753" type="line"/>
+ <point x="-897.0" y="-275.0" type="line"/>
+ <point x="-727.0" y="-275.0" type="line"/>
+ <point x="-727.0" y="1753.0" type="line"/>
+ <point x="-897.0" y="1753.0" type="line"/>
</contour>
<contour>
- <point x="-435" y="1436" type="line"/>
- <point x="-1052" y="2065" type="line"/>
- <point x="-1177" y="1939" type="line"/>
- <point x="-561" y="1309" type="line"/>
+ <point x="-435.0" y="1436.0" type="line"/>
+ <point x="-1052.0" y="2065.0" type="line"/>
+ <point x="-1177.0" y="1939.0" type="line"/>
+ <point x="-561.0" y="1309.0" type="line"/>
</contour>
<contour>
- <point x="-1051" y="1309" type="line"/>
- <point x="-435" y="1939" type="line"/>
- <point x="-560" y="2065" type="line"/>
- <point x="-1177" y="1436" type="line"/>
+ <point x="-1051.0" y="1309.0" type="line"/>
+ <point x="-435.0" y="1939.0" type="line"/>
+ <point x="-560.0" y="2065.0" type="line"/>
+ <point x="-1177.0" y="1436.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii57636.glif b/src/Inter-UI-Regular.ufo/glyphs/afii57636.glif
index 3abbb3579..59cbe83dd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii57636.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii57636.glif
@@ -1,87 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii57636" format="1">
- <advance width="2268"/>
+<glyph name="afii57636" format="2">
+ <advance width="2268.0"/>
<unicode hex="20AA"/>
+ <guideline x="1464.0" y="1536.0" angle="0.0"/>
+ <guideline x="1504.0" y="1204.0" angle="90.0"/>
<outline>
<contour>
- <point x="248" y="1536" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- <point x="496" y="1316" type="line"/>
- <point x="1024" y="1316" type="line" smooth="yes"/>
- <point x="1192" y="1316"/>
- <point x="1264" y="1232"/>
- <point x="1264" y="1048" type="curve" smooth="yes"/>
- <point x="1264" y="496" type="line"/>
- <point x="1512" y="496" type="line"/>
- <point x="1512" y="1048" type="line" smooth="yes"/>
- <point x="1512" y="1376"/>
- <point x="1352" y="1536"/>
- <point x="1024" y="1536" type="curve" smooth="yes"/>
+ <point x="248.0" y="1536.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1316.0" type="line"/>
+ <point x="1024.0" y="1316.0" type="line" smooth="yes"/>
+ <point x="1192.0" y="1316.0"/>
+ <point x="1264.0" y="1232.0"/>
+ <point x="1264.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="496.0" type="line"/>
+ <point x="1512.0" y="496.0" type="line"/>
+ <point x="1512.0" y="1048.0" type="line" smooth="yes"/>
+ <point x="1512.0" y="1376.0"/>
+ <point x="1352.0" y="1536.0"/>
+ <point x="1024.0" y="1536.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="756" y="0" type="line"/>
- <point x="1532" y="0" type="line" smooth="yes"/>
- <point x="1860" y="0"/>
- <point x="2020" y="160"/>
- <point x="2020" y="488" type="curve" smooth="yes"/>
- <point x="2020" y="1520" type="line"/>
- <point x="1772" y="1520" type="line"/>
- <point x="1772" y="488" type="line" smooth="yes"/>
- <point x="1772" y="304"/>
- <point x="1700" y="220"/>
- <point x="1532" y="220" type="curve" smooth="yes"/>
- <point x="1004" y="220" type="line"/>
- <point x="1004" y="1040" type="line"/>
- <point x="756" y="1040" type="line"/>
+ <point x="756.0" y="0.0" type="line"/>
+ <point x="1532.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1860.0" y="0.0"/>
+ <point x="2020.0" y="160.0"/>
+ <point x="2020.0" y="488.0" type="curve" smooth="yes"/>
+ <point x="2020.0" y="1520.0" type="line"/>
+ <point x="1772.0" y="1520.0" type="line"/>
+ <point x="1772.0" y="488.0" type="line" smooth="yes"/>
+ <point x="1772.0" y="304.0"/>
+ <point x="1700.0" y="220.0"/>
+ <point x="1532.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="1004.0" y="220.0" type="line"/>
+ <point x="1004.0" y="1040.0" type="line"/>
+ <point x="756.0" y="1040.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1464</integer>
- <key>y</key>
- <integer>1536</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1504</integer>
- <key>y</key>
- <integer>1204</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2177, 'leftMargin': 188, 'rightMargin': 189}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/afii61664.glif b/src/Inter-UI-Regular.ufo/glyphs/afii61664.glif
index b2551cd6e..e9059679d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/afii61664.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/afii61664.glif
@@ -1,24 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="afii61664" format="1">
- <advance width="0"/>
+<glyph name="afii61664" format="2">
<unicode hex="200C"/>
<outline>
<contour>
- <point x="-892" y="-275" type="line"/>
- <point x="-723" y="-275" type="line"/>
- <point x="-723" y="1753" type="line"/>
- <point x="-892" y="1753" type="line"/>
+ <point x="-892.0" y="-275.0" type="line"/>
+ <point x="-723.0" y="-275.0" type="line"/>
+ <point x="-723.0" y="1753.0" type="line"/>
+ <point x="-892.0" y="1753.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/agrave.glif b/src/Inter-UI-Regular.ufo/glyphs/agrave.glif
new file mode 100644
index 000000000..9a2502452
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/agrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="agrave" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="00E0"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2284.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="grave" xOffset="304.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ahookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/ahookabove.glif
new file mode 100644
index 000000000..02985df29
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ahookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ahookabove" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1EA3"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2410.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="hook" xOffset="1616.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aiecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/aiecyrillic.glif
new file mode 100644
index 000000000..d9225d499
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aiecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aiecyrillic" format="2">
+ <advance width="2604.0"/>
+ <unicode hex="04D5"/>
+ <anchor x="1284.0" y="1792.0" name="parent_top"/>
+ <anchor x="1284.0" y="1792.0" name="top"/>
+ <anchor x="2464.0" y="1776.0" name="top0315"/>
+ <anchor x="2464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="ae"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ainvertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/ainvertedbreve.glif
new file mode 100644
index 000000000..5418853c3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ainvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ainvertedbreve" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0203"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2259.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="breveinvnosp" xOffset="1616.0" yOffset="144.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/alpha.glif b/src/Inter-UI-Regular.ufo/glyphs/alpha.glif
index 1c37e76a9..69b879be3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/alpha.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/alpha.glif
@@ -1,77 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="alpha" format="1">
- <advance width="1624"/>
+<glyph name="alpha" format="2">
+ <advance width="1624.0"/>
<unicode hex="03B1"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="144" y="688" type="line"/>
- <point x="144" y="272"/>
- <point x="352" y="-28"/>
- <point x="724" y="-28" type="curve" smooth="yes"/>
- <point x="1088" y="-28"/>
- <point x="1260" y="248"/>
- <point x="1300" y="700" type="curve"/>
- <point x="1300" y="788" type="line"/>
- <point x="1260" y="1240"/>
- <point x="1088" y="1516"/>
- <point x="724" y="1516" type="curve" smooth="yes"/>
- <point x="348" y="1516"/>
- <point x="144" y="1184"/>
- <point x="144" y="716" type="curve" smooth="yes"/>
+ <point x="144.0" y="688.0" type="line"/>
+ <point x="144.0" y="272.0"/>
+ <point x="352.0" y="-28.0"/>
+ <point x="724.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="-28.0"/>
+ <point x="1260.0" y="248.0"/>
+ <point x="1300.0" y="700.0" type="curve"/>
+ <point x="1300.0" y="788.0" type="line"/>
+ <point x="1260.0" y="1240.0"/>
+ <point x="1088.0" y="1516.0"/>
+ <point x="724.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="348.0" y="1516.0"/>
+ <point x="144.0" y="1184.0"/>
+ <point x="144.0" y="716.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="376" y="716" type="line"/>
- <point x="376" y="1040"/>
- <point x="524" y="1296"/>
- <point x="796" y="1296" type="curve" smooth="yes"/>
- <point x="1088" y="1296"/>
- <point x="1168" y="988"/>
- <point x="1168" y="764" type="curve"/>
- <point x="1168" y="696" type="line"/>
- <point x="1168" y="476"/>
- <point x="1084" y="192"/>
- <point x="792" y="192" type="curve" smooth="yes"/>
- <point x="532" y="192"/>
- <point x="376" y="404"/>
- <point x="376" y="688" type="curve" smooth="yes"/>
+ <point x="376.0" y="716.0" type="line"/>
+ <point x="376.0" y="1040.0"/>
+ <point x="524.0" y="1296.0"/>
+ <point x="796.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="1296.0"/>
+ <point x="1168.0" y="988.0"/>
+ <point x="1168.0" y="764.0" type="curve"/>
+ <point x="1168.0" y="696.0" type="line"/>
+ <point x="1168.0" y="476.0"/>
+ <point x="1084.0" y="192.0"/>
+ <point x="792.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="192.0"/>
+ <point x="376.0" y="404.0"/>
+ <point x="376.0" y="688.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1172" y="1488" type="line"/>
- <point x="1172" y="1164" type="line"/>
- <point x="1168" y="412" type="line"/>
- <point x="1168" y="96"/>
- <point x="1228" y="-28"/>
- <point x="1404" y="-28" type="curve" smooth="yes"/>
- <point x="1464" y="-28"/>
- <point x="1520" y="-24"/>
- <point x="1580" y="20" type="curve"/>
- <point x="1548" y="156" type="line"/>
- <point x="1536" y="152"/>
- <point x="1520" y="148"/>
- <point x="1504" y="148" type="curve" smooth="yes"/>
- <point x="1448" y="148"/>
- <point x="1400" y="184"/>
- <point x="1400" y="348" type="curve" smooth="yes"/>
- <point x="1400" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="868" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1600" y="1776" type="move" name="top0315"/>
+ <point x="1172.0" y="1488.0" type="line"/>
+ <point x="1172.0" y="1164.0" type="line"/>
+ <point x="1168.0" y="412.0" type="line"/>
+ <point x="1168.0" y="96.0"/>
+ <point x="1228.0" y="-28.0"/>
+ <point x="1404.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="-28.0"/>
+ <point x="1520.0" y="-24.0"/>
+ <point x="1580.0" y="20.0" type="curve"/>
+ <point x="1548.0" y="156.0" type="line"/>
+ <point x="1536.0" y="152.0"/>
+ <point x="1520.0" y="148.0"/>
+ <point x="1504.0" y="148.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="148.0"/>
+ <point x="1400.0" y="184.0"/>
+ <point x="1400.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1594, 'leftMargin': 135, 'rightMargin': 22}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/alphatonos.glif b/src/Inter-UI-Regular.ufo/glyphs/alphatonos.glif
new file mode 100644
index 000000000..f2110d4d8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/alphatonos.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="alphatonos" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="03AC"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="tonos" xOffset="560.0" yOffset="112.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/amacron.glif b/src/Inter-UI-Regular.ufo/glyphs/amacron.glif
new file mode 100644
index 000000000..5be5c5975
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/amacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="amacron" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0101"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2200.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="macron" xOffset="184.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ampersand.glif b/src/Inter-UI-Regular.ufo/glyphs/ampersand.glif
index d90b720c3..f801e5c3c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ampersand.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ampersand.glif
@@ -1,78 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ampersand" format="1">
- <advance width="1776"/>
+<glyph name="ampersand" format="2">
+ <advance width="1776.0"/>
<unicode hex="0026"/>
<outline>
<contour>
- <point x="548" y="1128" type="line"/>
- <point x="296" y="956"/>
- <point x="120" y="800"/>
- <point x="120" y="544" type="curve"/>
- <point x="120" y="212"/>
- <point x="368" y="-28"/>
- <point x="772" y="-28" type="curve"/>
- <point x="968" y="-28"/>
- <point x="1188" y="44"/>
- <point x="1324" y="192" type="curve" smooth="yes"/>
- <point x="1340" y="208"/>
- <point x="1344" y="236"/>
- <point x="1364" y="252" type="curve" smooth="yes"/>
- <point x="1536" y="424"/>
- <point x="1612" y="620"/>
- <point x="1612" y="896" type="curve"/>
- <point x="1384" y="896" type="line"/>
- <point x="1384" y="456"/>
- <point x="1068" y="180"/>
- <point x="772" y="180" type="curve" smooth="yes"/>
- <point x="516" y="180"/>
- <point x="360" y="352"/>
- <point x="360" y="544" type="curve"/>
- <point x="360" y="600"/>
- <point x="404" y="740"/>
- <point x="596" y="880" type="curve" smooth="yes"/>
- <point x="1004" y="1184" type="line" smooth="yes"/>
- <point x="1172" y="1308"/>
- <point x="1276" y="1444"/>
- <point x="1276" y="1640" type="curve"/>
- <point x="1276" y="1868"/>
- <point x="1088" y="2068"/>
- <point x="788" y="2068" type="curve" smooth="yes"/>
- <point x="480" y="2068"/>
- <point x="284" y="1892"/>
- <point x="284" y="1576" type="curve" smooth="yes"/>
- <point x="284" y="1372"/>
- <point x="464" y="1184"/>
- <point x="672" y="936" type="curve" smooth="yes"/>
- <point x="1448" y="0" type="line"/>
- <point x="1732" y="0" type="line"/>
- <point x="792" y="1148" type="line" smooth="yes"/>
- <point x="660" y="1308"/>
- <point x="524" y="1460"/>
- <point x="524" y="1584" type="curve" smooth="yes"/>
- <point x="524" y="1732"/>
- <point x="632" y="1864"/>
- <point x="788" y="1864" type="curve" smooth="yes"/>
- <point x="936" y="1864"/>
- <point x="1036" y="1744"/>
- <point x="1036" y="1640" type="curve"/>
- <point x="1036" y="1500"/>
- <point x="960" y="1424"/>
- <point x="844" y="1348" type="curve"/>
+ <point x="548.0" y="1128.0" type="line"/>
+ <point x="296.0" y="956.0"/>
+ <point x="120.0" y="800.0"/>
+ <point x="120.0" y="544.0" type="curve"/>
+ <point x="120.0" y="212.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="772.0" y="-28.0" type="curve"/>
+ <point x="968.0" y="-28.0"/>
+ <point x="1188.0" y="44.0"/>
+ <point x="1324.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="208.0"/>
+ <point x="1344.0" y="236.0"/>
+ <point x="1364.0" y="252.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="424.0"/>
+ <point x="1612.0" y="620.0"/>
+ <point x="1612.0" y="896.0" type="curve"/>
+ <point x="1384.0" y="896.0" type="line"/>
+ <point x="1384.0" y="456.0"/>
+ <point x="1068.0" y="180.0"/>
+ <point x="772.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="180.0"/>
+ <point x="360.0" y="352.0"/>
+ <point x="360.0" y="544.0" type="curve"/>
+ <point x="360.0" y="600.0"/>
+ <point x="404.0" y="740.0"/>
+ <point x="596.0" y="880.0" type="curve" smooth="yes"/>
+ <point x="1004.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="1172.0" y="1308.0"/>
+ <point x="1276.0" y="1444.0"/>
+ <point x="1276.0" y="1640.0" type="curve"/>
+ <point x="1276.0" y="1868.0"/>
+ <point x="1088.0" y="2068.0"/>
+ <point x="788.0" y="2068.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="2068.0"/>
+ <point x="284.0" y="1892.0"/>
+ <point x="284.0" y="1576.0" type="curve" smooth="yes"/>
+ <point x="284.0" y="1372.0"/>
+ <point x="464.0" y="1184.0"/>
+ <point x="672.0" y="936.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="0.0" type="line"/>
+ <point x="1732.0" y="0.0" type="line"/>
+ <point x="792.0" y="1148.0" type="line" smooth="yes"/>
+ <point x="660.0" y="1308.0"/>
+ <point x="524.0" y="1460.0"/>
+ <point x="524.0" y="1584.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="1732.0"/>
+ <point x="632.0" y="1864.0"/>
+ <point x="788.0" y="1864.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="1864.0"/>
+ <point x="1036.0" y="1744.0"/>
+ <point x="1036.0" y="1640.0" type="curve"/>
+ <point x="1036.0" y="1500.0"/>
+ <point x="960.0" y="1424.0"/>
+ <point x="844.0" y="1348.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/anglesupnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/anglesupnosp.glif
index a44d6e7e5..b7d48029d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/anglesupnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/anglesupnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="anglesupnosp" format="1">
- <advance width="0"/>
+<glyph name="anglesupnosp" format="2">
<unicode hex="031A"/>
+ <anchor x="-550.0" y="1737.0" name="_marktop"/>
+ <anchor x="-550.0" y="2338.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-550" y="1737" type="move" name="_marktop"/>
+ <point x="-1019.0" y="2112.0" type="line"/>
+ <point x="-264.0" y="2112.0" type="line"/>
+ <point x="-264.0" y="2281.0" type="line"/>
+ <point x="-1019.0" y="2281.0" type="line"/>
</contour>
<contour>
- <point x="-550" y="2338" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-1019" y="2112" type="line"/>
- <point x="-264" y="2112" type="line"/>
- <point x="-264" y="2281" type="line"/>
- <point x="-1019" y="2281" type="line"/>
- </contour>
- <contour>
- <point x="-290" y="1764" type="line"/>
- <point x="-83" y="1764" type="line"/>
- <point x="-83" y="2281" type="line"/>
- <point x="-290" y="2281" type="line"/>
+ <point x="-290.0" y="1764.0" type="line"/>
+ <point x="-83.0" y="1764.0" type="line"/>
+ <point x="-83.0" y="2281.0" type="line"/>
+ <point x="-290.0" y="2281.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/angstrom.glif b/src/Inter-UI-Regular.ufo/glyphs/angstrom.glif
index f16012575..a78f8f613 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/angstrom.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/angstrom.glif
@@ -1,65 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="angstrom" format="1">
- <advance width="2032"/>
+<glyph name="angstrom" format="2">
+ <advance width="2032.0"/>
<unicode hex="212B"/>
<outline>
<contour>
- <point x="1048" y="1816" type="line"/>
- <point x="1076" y="2004" type="line"/>
- <point x="892" y="2004" type="line"/>
- <point x="128" y="0" type="line"/>
- <point x="392" y="0" type="line"/>
+ <point x="1048.0" y="1816.0" type="line"/>
+ <point x="1076.0" y="2004.0" type="line"/>
+ <point x="892.0" y="2004.0" type="line"/>
+ <point x="128.0" y="0.0" type="line"/>
+ <point x="392.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1648" y="0" type="line"/>
- <point x="1908" y="0" type="line"/>
- <point x="1140" y="2004" type="line"/>
- <point x="952" y="2004" type="line"/>
- <point x="992" y="1816" type="line"/>
+ <point x="1648.0" y="0.0" type="line"/>
+ <point x="1908.0" y="0.0" type="line"/>
+ <point x="1140.0" y="2004.0" type="line"/>
+ <point x="952.0" y="2004.0" type="line"/>
+ <point x="992.0" y="1816.0" type="line"/>
</contour>
<contour>
- <point x="1580" y="768" type="line"/>
- <point x="480" y="768" type="line"/>
- <point x="480" y="544" type="line"/>
- <point x="1580" y="544" type="line"/>
+ <point x="1580.0" y="768.0" type="line"/>
+ <point x="480.0" y="768.0" type="line"/>
+ <point x="480.0" y="544.0" type="line"/>
+ <point x="1580.0" y="544.0" type="line"/>
</contour>
<contour>
- <point x="712" y="2160" type="curve"/>
- <point x="712" y="1996"/>
- <point x="844" y="1876"/>
- <point x="1016" y="1876" type="curve" smooth="yes"/>
- <point x="1184" y="1876"/>
- <point x="1316" y="1996"/>
- <point x="1316" y="2160" type="curve" smooth="yes"/>
- <point x="1316" y="2320"/>
- <point x="1184" y="2448"/>
- <point x="1016" y="2448" type="curve" smooth="yes"/>
- <point x="844" y="2448"/>
- <point x="712" y="2320"/>
+ <point x="712.0" y="2160.0" type="curve"/>
+ <point x="712.0" y="1996.0"/>
+ <point x="844.0" y="1876.0"/>
+ <point x="1016.0" y="1876.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1876.0"/>
+ <point x="1316.0" y="1996.0"/>
+ <point x="1316.0" y="2160.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="2320.0"/>
+ <point x="1184.0" y="2448.0"/>
+ <point x="1016.0" y="2448.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="2448.0"/>
+ <point x="712.0" y="2320.0"/>
</contour>
<contour>
- <point x="856" y="2160" type="curve"/>
- <point x="856" y="2244"/>
- <point x="920" y="2320"/>
- <point x="1016" y="2320" type="curve" smooth="yes"/>
- <point x="1108" y="2320"/>
- <point x="1172" y="2244"/>
- <point x="1172" y="2160" type="curve" smooth="yes"/>
- <point x="1172" y="2076"/>
- <point x="1108" y="2000"/>
- <point x="1016" y="2000" type="curve" smooth="yes"/>
- <point x="920" y="2000"/>
- <point x="856" y="2080"/>
+ <point x="856.0" y="2160.0" type="curve"/>
+ <point x="856.0" y="2244.0"/>
+ <point x="920.0" y="2320.0"/>
+ <point x="1016.0" y="2320.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="2320.0"/>
+ <point x="1172.0" y="2244.0"/>
+ <point x="1172.0" y="2160.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="2076.0"/>
+ <point x="1108.0" y="2000.0"/>
+ <point x="1016.0" y="2000.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="2000.0"/>
+ <point x="856.0" y="2080.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1855, 'leftMargin': 39, 'rightMargin': 36}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/anoteleia.glif b/src/Inter-UI-Regular.ufo/glyphs/anoteleia.glif
index 20aa70792..f5dfc79fe 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/anoteleia.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/anoteleia.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="anoteleia" format="1">
- <advance width="784"/>
+<glyph name="anoteleia" format="2">
+ <advance width="784.0"/>
<unicode hex="0387"/>
<outline>
<component base="periodcentered"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 745, 'leftMargin': 224, 'rightMargin': 189}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aogonek.N_A_V_.glif b/src/Inter-UI-Regular.ufo/glyphs/aogonek.N_A_V_.glif
new file mode 100644
index 000000000..b6c286326
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aogonek.N_A_V_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aogonek.NAV" format="2">
+ <advance width="1588.0"/>
+ <anchor x="764.0" y="-600.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ogonek" xOffset="276.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/aogonek.glif
new file mode 100644
index 000000000..afeaf2618
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aogonek" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0105"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ogonek" xOffset="776.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/apostrophemod.glif b/src/Inter-UI-Regular.ufo/glyphs/apostrophemod.glif
new file mode 100644
index 000000000..bccee1abb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/apostrophemod.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="apostrophemod" format="2">
+ <advance width="624.0"/>
+ <unicode hex="02BC"/>
+ <outline>
+ <component base="quoteright"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/approxequal.glif b/src/Inter-UI-Regular.ufo/glyphs/approxequal.glif
index 81e5b813f..b8d55343e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/approxequal.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/approxequal.glif
@@ -1,80 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="approxequal" format="1">
- <advance width="1808"/>
+<glyph name="approxequal" format="2">
+ <advance width="1808.0"/>
<unicode hex="2248"/>
<outline>
<contour>
- <point x="264" y="972" type="line"/>
- <point x="348" y="1080"/>
- <point x="480" y="1144"/>
- <point x="600" y="1144" type="curve"/>
- <point x="748" y="1152"/>
- <point x="808" y="1104"/>
- <point x="924" y="1044" type="curve" smooth="yes"/>
- <point x="1032" y="992"/>
- <point x="1084" y="952"/>
- <point x="1220" y="952" type="curve" smooth="yes"/>
- <point x="1336" y="952"/>
- <point x="1456" y="1004"/>
- <point x="1544" y="1096" type="curve"/>
- <point x="1544" y="1372" type="line"/>
- <point x="1456" y="1264"/>
- <point x="1336" y="1200"/>
- <point x="1220" y="1200" type="curve" smooth="yes"/>
- <point x="1084" y="1200"/>
- <point x="1032" y="1240"/>
- <point x="924" y="1292" type="curve" smooth="yes"/>
- <point x="808" y="1352"/>
- <point x="748" y="1396"/>
- <point x="600" y="1392" type="curve"/>
- <point x="480" y="1392"/>
- <point x="348" y="1340"/>
- <point x="264" y="1248" type="curve"/>
+ <point x="264.0" y="972.0" type="line"/>
+ <point x="348.0" y="1080.0"/>
+ <point x="480.0" y="1144.0"/>
+ <point x="600.0" y="1144.0" type="curve"/>
+ <point x="748.0" y="1152.0"/>
+ <point x="808.0" y="1104.0"/>
+ <point x="924.0" y="1044.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="992.0"/>
+ <point x="1084.0" y="952.0"/>
+ <point x="1220.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="952.0"/>
+ <point x="1456.0" y="1004.0"/>
+ <point x="1544.0" y="1096.0" type="curve"/>
+ <point x="1544.0" y="1372.0" type="line"/>
+ <point x="1456.0" y="1264.0"/>
+ <point x="1336.0" y="1200.0"/>
+ <point x="1220.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="1200.0"/>
+ <point x="1032.0" y="1240.0"/>
+ <point x="924.0" y="1292.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="1352.0"/>
+ <point x="748.0" y="1396.0"/>
+ <point x="600.0" y="1392.0" type="curve"/>
+ <point x="480.0" y="1392.0"/>
+ <point x="348.0" y="1340.0"/>
+ <point x="264.0" y="1248.0" type="curve"/>
</contour>
<contour>
- <point x="264" y="396" type="line"/>
- <point x="348" y="504"/>
- <point x="480" y="568"/>
- <point x="600" y="568" type="curve"/>
- <point x="748" y="572"/>
- <point x="808" y="524"/>
- <point x="924" y="468" type="curve" smooth="yes"/>
- <point x="1032" y="412"/>
- <point x="1084" y="372"/>
- <point x="1220" y="372" type="curve" smooth="yes"/>
- <point x="1336" y="372"/>
- <point x="1456" y="428"/>
- <point x="1544" y="520" type="curve"/>
- <point x="1544" y="792" type="line"/>
- <point x="1456" y="684"/>
- <point x="1336" y="620"/>
- <point x="1220" y="620" type="curve" smooth="yes"/>
- <point x="1084" y="620"/>
- <point x="1032" y="660"/>
- <point x="924" y="716" type="curve" smooth="yes"/>
- <point x="808" y="772"/>
- <point x="748" y="820"/>
- <point x="600" y="816" type="curve"/>
- <point x="480" y="816"/>
- <point x="348" y="760"/>
- <point x="264" y="672" type="curve"/>
+ <point x="264.0" y="396.0" type="line"/>
+ <point x="348.0" y="504.0"/>
+ <point x="480.0" y="568.0"/>
+ <point x="600.0" y="568.0" type="curve"/>
+ <point x="748.0" y="572.0"/>
+ <point x="808.0" y="524.0"/>
+ <point x="924.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="412.0"/>
+ <point x="1084.0" y="372.0"/>
+ <point x="1220.0" y="372.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="372.0"/>
+ <point x="1456.0" y="428.0"/>
+ <point x="1544.0" y="520.0" type="curve"/>
+ <point x="1544.0" y="792.0" type="line"/>
+ <point x="1456.0" y="684.0"/>
+ <point x="1336.0" y="620.0"/>
+ <point x="1220.0" y="620.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="620.0"/>
+ <point x="1032.0" y="660.0"/>
+ <point x="924.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="772.0"/>
+ <point x="748.0" y="820.0"/>
+ <point x="600.0" y="816.0" type="curve"/>
+ <point x="480.0" y="816.0"/>
+ <point x="348.0" y="760.0"/>
+ <point x="264.0" y="672.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1587, 'leftMargin': 139, 'rightMargin': 164}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/archdblsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/archdblsubnosp.glif
index 055c81a31..6862fdc77 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/archdblsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/archdblsubnosp.glif
@@ -1,56 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="archdblsubnosp" format="1">
- <advance width="0"/>
+<glyph name="archdblsubnosp" format="2">
<unicode hex="032B"/>
+ <anchor x="-809.0" y="0.0" name="_markbottom"/>
+ <anchor x="-809.0" y="-458.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-809" y="0" type="move" name="_markbottom"/>
+ <point x="-1354.0" y="-154.0" type="line"/>
+ <point x="-1354.0" y="-349.0"/>
+ <point x="-1228.0" y="-485.0"/>
+ <point x="-1052.0" y="-485.0" type="curve" smooth="yes"/>
+ <point x="-850.0" y="-485.0"/>
+ <point x="-741.0" y="-349.0"/>
+ <point x="-741.0" y="-155.0" type="curve"/>
+ <point x="-873.0" y="-155.0" type="line"/>
+ <point x="-873.0" y="-260.0"/>
+ <point x="-930.0" y="-327.0"/>
+ <point x="-1052.0" y="-327.0" type="curve" smooth="yes"/>
+ <point x="-1147.0" y="-327.0"/>
+ <point x="-1221.0" y="-260.0"/>
+ <point x="-1221.0" y="-154.0" type="curve"/>
</contour>
<contour>
- <point x="-809" y="-458" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1354" y="-154" type="line"/>
- <point x="-1354" y="-349"/>
- <point x="-1228" y="-485"/>
- <point x="-1052" y="-485" type="curve" smooth="yes"/>
- <point x="-850" y="-485"/>
- <point x="-741" y="-349"/>
- <point x="-741" y="-155" type="curve"/>
- <point x="-873" y="-155" type="line"/>
- <point x="-873" y="-260"/>
- <point x="-930" y="-327"/>
- <point x="-1052" y="-327" type="curve" smooth="yes"/>
- <point x="-1147" y="-327"/>
- <point x="-1221" y="-260"/>
- <point x="-1221" y="-154" type="curve"/>
- </contour>
- <contour>
- <point x="-873" y="-155" type="line"/>
- <point x="-873" y="-349"/>
- <point x="-765" y="-485"/>
- <point x="-562" y="-485" type="curve" smooth="yes"/>
- <point x="-386" y="-485"/>
- <point x="-260" y="-349"/>
- <point x="-260" y="-154" type="curve"/>
- <point x="-393" y="-154" type="line"/>
- <point x="-393" y="-260"/>
- <point x="-468" y="-327"/>
- <point x="-562" y="-327" type="curve" smooth="yes"/>
- <point x="-685" y="-327"/>
- <point x="-741" y="-260"/>
- <point x="-741" y="-155" type="curve"/>
+ <point x="-873.0" y="-155.0" type="line"/>
+ <point x="-873.0" y="-349.0"/>
+ <point x="-765.0" y="-485.0"/>
+ <point x="-562.0" y="-485.0" type="curve" smooth="yes"/>
+ <point x="-386.0" y="-485.0"/>
+ <point x="-260.0" y="-349.0"/>
+ <point x="-260.0" y="-154.0" type="curve"/>
+ <point x="-393.0" y="-154.0" type="line"/>
+ <point x="-393.0" y="-260.0"/>
+ <point x="-468.0" y="-327.0"/>
+ <point x="-562.0" y="-327.0" type="curve" smooth="yes"/>
+ <point x="-685.0" y="-327.0"/>
+ <point x="-741.0" y="-260.0"/>
+ <point x="-741.0" y="-155.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arighthalfring.glif b/src/Inter-UI-Regular.ufo/glyphs/arighthalfring.glif
new file mode 100644
index 000000000..4dbca9df1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/arighthalfring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arighthalfring" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1E9A"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ringhalfright" xOffset="584.0" yOffset="208.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aring.glif b/src/Inter-UI-Regular.ufo/glyphs/aring.glif
new file mode 100644
index 000000000..1564b8a54
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aring" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="00E5"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="816.0" y="2756.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ring" xOffset="368.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aringacute.glif b/src/Inter-UI-Regular.ufo/glyphs/aringacute.glif
new file mode 100644
index 000000000..020858c96
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aringacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aringacute" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="01FB"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="ringacute.cn" xOffset="392.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aringbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/aringbelow.glif
new file mode 100644
index 000000000..725b31f03
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aringbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aringbelow" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="1E01"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="1792.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="uni02F3" xOffset="360.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowNE_.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowNE_.glif
deleted file mode 100644
index b3cbe3281..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowNE_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowNE" format="1">
- <advance width="2576"/>
- <unicode hex="2197"/>
- <outline>
- <component base="arrowNW" xScale="-1" xOffset="2560"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowNW_.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowNW_.glif
deleted file mode 100644
index 3e8fe7810..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowNW_.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowNW" format="1">
- <advance width="2576"/>
- <unicode hex="2196"/>
- <outline>
- <contour>
- <point x="1904" y="508" type="line"/>
- <point x="2060" y="664" type="line"/>
- <point x="904" y="1820" type="line"/>
- <point x="916" y="1832" type="line"/>
- <point x="1788" y="1832" type="line"/>
- <point x="1788" y="2048" type="line"/>
- <point x="520" y="2048" type="line"/>
- <point x="520" y="780" type="line"/>
- <point x="736" y="780" type="line"/>
- <point x="736" y="1652" type="line"/>
- <point x="748" y="1664" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowN_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowN_E_.glif
new file mode 100644
index 000000000..6ea785336
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowN_E_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arrowNE" format="2">
+ <advance width="2576.0"/>
+ <unicode hex="2197"/>
+ <outline>
+ <component base="arrowNW" xScale="-1.0" xOffset="2560.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowN_W_.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowN_W_.glif
new file mode 100644
index 000000000..d30528354
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowN_W_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arrowNW" format="2">
+ <advance width="2576.0"/>
+ <unicode hex="2196"/>
+ <outline>
+ <contour>
+ <point x="1904.0" y="508.0" type="line"/>
+ <point x="2060.0" y="664.0" type="line"/>
+ <point x="904.0" y="1820.0" type="line"/>
+ <point x="916.0" y="1832.0" type="line"/>
+ <point x="1788.0" y="1832.0" type="line"/>
+ <point x="1788.0" y="2048.0" type="line"/>
+ <point x="520.0" y="2048.0" type="line"/>
+ <point x="520.0" y="780.0" type="line"/>
+ <point x="736.0" y="780.0" type="line"/>
+ <point x="736.0" y="1652.0" type="line"/>
+ <point x="748.0" y="1664.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowSE_.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowSE_.glif
deleted file mode 100644
index 6ce753630..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowSE_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowSE" format="1">
- <advance width="2576"/>
- <unicode hex="2198"/>
- <outline>
- <component base="arrowNW" xScale="-1" yScale="-1" xOffset="2560" yOffset="2048"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowSW_.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowSW_.glif
deleted file mode 100644
index 48d7b6623..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowSW_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowSW" format="1">
- <advance width="2576"/>
- <unicode hex="2199"/>
- <outline>
- <component base="arrowNW" yScale="-1" yOffset="2048"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowS_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowS_E_.glif
new file mode 100644
index 000000000..b781f5dcc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowS_E_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arrowSE" format="2">
+ <advance width="2576.0"/>
+ <unicode hex="2198"/>
+ <outline>
+ <component base="arrowNW" xScale="-1.0" yScale="-1.0" xOffset="2560.0" yOffset="2048.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowS_W_.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowS_W_.glif
new file mode 100644
index 000000000..980b81ce8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowS_W_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="arrowSW" format="2">
+ <advance width="2576.0"/>
+ <unicode hex="2199"/>
+ <outline>
+ <component base="arrowNW" yScale="-1.0" yOffset="2048.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowdown.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowdown.glif
index 80e5f5f78..e9d47e583 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowdown.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowdown.glif
@@ -1,23 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowdown" format="1">
- <advance width="2576"/>
+<glyph name="arrowdown" format="2">
+ <advance width="2576.0"/>
<unicode hex="2193"/>
<outline>
- <component base="arrowup" yScale="-1" yOffset="2048"/>
+ <component base="arrowup" yScale="-1.0" yOffset="2048.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowheaddownmod.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowheaddownmod.glif
index 17b8e4754..b992b1ae1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowheaddownmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowheaddownmod.glif
@@ -1,38 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowheaddownmod" format="1">
- <advance width="1264"/>
+<glyph name="arrowheaddownmod" format="2">
+ <advance width="1264.0"/>
<unicode hex="02C5"/>
<outline>
<contour>
- <point x="604" y="1180" type="line"/>
- <point x="704" y="804" type="line"/>
- <point x="540" y="804" type="line"/>
- <point x="128" y="1800" type="line"/>
- <point x="368" y="1800" type="line"/>
+ <point x="604.0" y="1180.0" type="line"/>
+ <point x="704.0" y="804.0" type="line"/>
+ <point x="540.0" y="804.0" type="line"/>
+ <point x="128.0" y="1800.0" type="line"/>
+ <point x="368.0" y="1800.0" type="line"/>
</contour>
<contour>
- <point x="896" y="1800" type="line"/>
- <point x="1136" y="1800" type="line"/>
- <point x="728" y="804" type="line"/>
- <point x="560" y="804" type="line"/>
- <point x="656" y="1180" type="line"/>
+ <point x="896.0" y="1800.0" type="line"/>
+ <point x="1136.0" y="1800.0" type="line"/>
+ <point x="728.0" y="804.0" type="line"/>
+ <point x="560.0" y="804.0" type="line"/>
+ <point x="656.0" y="1180.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1090, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowheadleftmod.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowheadleftmod.glif
index 22ada5e34..0aefd4a1e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowheadleftmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowheadleftmod.glif
@@ -1,38 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowheadleftmod" format="1">
- <advance width="1264"/>
+<glyph name="arrowheadleftmod" format="2">
+ <advance width="1264.0"/>
<unicode hex="02C2"/>
<outline>
<contour>
- <point x="512" y="1296" type="line"/>
- <point x="132" y="1396" type="line"/>
- <point x="132" y="1232" type="line"/>
- <point x="1132" y="820" type="line"/>
- <point x="1132" y="1060" type="line"/>
+ <point x="512.0" y="1296.0" type="line"/>
+ <point x="132.0" y="1396.0" type="line"/>
+ <point x="132.0" y="1232.0" type="line"/>
+ <point x="1132.0" y="820.0" type="line"/>
+ <point x="1132.0" y="1060.0" type="line"/>
</contour>
<contour>
- <point x="1132" y="1588" type="line"/>
- <point x="1132" y="1828" type="line"/>
- <point x="132" y="1420" type="line"/>
- <point x="132" y="1252" type="line"/>
- <point x="512" y="1348" type="line"/>
+ <point x="1132.0" y="1588.0" type="line"/>
+ <point x="1132.0" y="1828.0" type="line"/>
+ <point x="132.0" y="1420.0" type="line"/>
+ <point x="132.0" y="1252.0" type="line"/>
+ <point x="512.0" y="1348.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1137, 'leftMargin': 69, 'rightMargin': 69}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowheadrightmod.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowheadrightmod.glif
index dda151474..138df8ad0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowheadrightmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowheadrightmod.glif
@@ -1,38 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowheadrightmod" format="1">
- <advance width="1264"/>
+<glyph name="arrowheadrightmod" format="2">
+ <advance width="1264.0"/>
<unicode hex="02C3"/>
<outline>
<contour>
- <point x="756" y="1296" type="line"/>
- <point x="1132" y="1396" type="line"/>
- <point x="1132" y="1232" type="line"/>
- <point x="132" y="820" type="line"/>
- <point x="132" y="1060" type="line"/>
+ <point x="756.0" y="1296.0" type="line"/>
+ <point x="1132.0" y="1396.0" type="line"/>
+ <point x="1132.0" y="1232.0" type="line"/>
+ <point x="132.0" y="820.0" type="line"/>
+ <point x="132.0" y="1060.0" type="line"/>
</contour>
<contour>
- <point x="132" y="1588" type="line"/>
- <point x="132" y="1828" type="line"/>
- <point x="1132" y="1420" type="line"/>
- <point x="1132" y="1252" type="line"/>
- <point x="756" y="1348" type="line"/>
+ <point x="132.0" y="1588.0" type="line"/>
+ <point x="132.0" y="1828.0" type="line"/>
+ <point x="1132.0" y="1420.0" type="line"/>
+ <point x="1132.0" y="1252.0" type="line"/>
+ <point x="756.0" y="1348.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1137, 'leftMargin': 69, 'rightMargin': 69}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowheadupmod.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowheadupmod.glif
index e675dd963..f34c22c8f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowheadupmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowheadupmod.glif
@@ -1,38 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowheadupmod" format="1">
- <advance width="1264"/>
+<glyph name="arrowheadupmod" format="2">
+ <advance width="1264.0"/>
<unicode hex="02C4"/>
<outline>
<contour>
- <point x="604" y="1424" type="line"/>
- <point x="704" y="1800" type="line"/>
- <point x="540" y="1800" type="line"/>
- <point x="128" y="804" type="line"/>
- <point x="368" y="804" type="line"/>
+ <point x="604.0" y="1424.0" type="line"/>
+ <point x="704.0" y="1800.0" type="line"/>
+ <point x="540.0" y="1800.0" type="line"/>
+ <point x="128.0" y="804.0" type="line"/>
+ <point x="368.0" y="804.0" type="line"/>
</contour>
<contour>
- <point x="896" y="804" type="line"/>
- <point x="1136" y="804" type="line"/>
- <point x="728" y="1800" type="line"/>
- <point x="560" y="1800" type="line"/>
- <point x="656" y="1424" type="line"/>
+ <point x="896.0" y="804.0" type="line"/>
+ <point x="1136.0" y="804.0" type="line"/>
+ <point x="728.0" y="1800.0" type="line"/>
+ <point x="560.0" y="1800.0" type="line"/>
+ <point x="656.0" y="1424.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1090, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowleft.case.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowleft.case.glif
index 5d5eb76d7..d3c4af486 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowleft.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowleft.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowleft.case" format="1">
- <advance width="2832"/>
+<glyph name="arrowleft.case" format="2">
+ <advance width="2832.0"/>
<outline>
- <component base="arrowleft" yOffset="128"/>
+ <component base="arrowleft" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowleft.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowleft.glif
index 8b6f1d8ee..4ae9e0089 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowleft.glif
@@ -1,66 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowleft" format="1">
- <advance width="2832"/>
+<glyph name="arrowleft" format="2">
+ <advance width="2832.0"/>
<unicode hex="2190"/>
+ <guideline x="272.0" y="896.0" angle="0.0"/>
+ <guideline x="668.0" y="1008.0" angle="90.0"/>
<outline>
<contour>
- <point x="2440" y="784" type="line"/>
- <point x="2440" y="1008" type="line"/>
- <point x="804" y="1008" type="line"/>
- <point x="804" y="1024" type="line"/>
- <point x="1420" y="1640" type="line"/>
- <point x="1268" y="1792" type="line"/>
- <point x="372" y="896" type="line"/>
- <point x="1268" y="0" type="line"/>
- <point x="1420" y="152" type="line"/>
- <point x="804" y="768" type="line"/>
- <point x="804" y="784" type="line"/>
+ <point x="2440.0" y="784.0" type="line"/>
+ <point x="2440.0" y="1008.0" type="line"/>
+ <point x="804.0" y="1008.0" type="line"/>
+ <point x="804.0" y="1024.0" type="line"/>
+ <point x="1420.0" y="1640.0" type="line"/>
+ <point x="1268.0" y="1792.0" type="line"/>
+ <point x="372.0" y="896.0" type="line"/>
+ <point x="1268.0" y="0.0" type="line"/>
+ <point x="1420.0" y="152.0" type="line"/>
+ <point x="804.0" y="768.0" type="line"/>
+ <point x="804.0" y="784.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>272</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>668</integer>
- <key>y</key>
- <integer>1008</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.case.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.case.glif
index ef87d6623..48328a911 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.case.glif
@@ -1,53 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowleftlong.case" format="1">
- <advance width="3856"/>
+<glyph name="arrowleftlong.case" format="2">
+ <advance width="3856.0"/>
+ <guideline x="272.0" y="896.0" angle="0.0"/>
+ <guideline x="668.0" y="1008.0" angle="90.0"/>
<outline>
- <component base="arrowleftlong" yOffset="128"/>
+ <component base="arrowleftlong" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>272</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>668</integer>
- <key>y</key>
- <integer>1008</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.glif
index 601507793..32afefc0d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowleftlong.glif
@@ -1,66 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowleftlong" format="1">
- <advance width="3856"/>
+<glyph name="arrowleftlong" format="2">
+ <advance width="3856.0"/>
<unicode hex="27F5"/>
+ <guideline x="272.0" y="896.0" angle="0.0"/>
+ <guideline x="668.0" y="1008.0" angle="90.0"/>
<outline>
<contour>
- <point x="3464" y="784" type="line"/>
- <point x="3464" y="1008" type="line"/>
- <point x="804" y="1008" type="line"/>
- <point x="804" y="1024" type="line"/>
- <point x="1420" y="1640" type="line"/>
- <point x="1268" y="1792" type="line"/>
- <point x="372" y="896" type="line"/>
- <point x="1268" y="0" type="line"/>
- <point x="1420" y="152" type="line"/>
- <point x="804" y="768" type="line"/>
- <point x="804" y="784" type="line"/>
+ <point x="3464.0" y="784.0" type="line"/>
+ <point x="3464.0" y="1008.0" type="line"/>
+ <point x="804.0" y="1008.0" type="line"/>
+ <point x="804.0" y="1024.0" type="line"/>
+ <point x="1420.0" y="1640.0" type="line"/>
+ <point x="1268.0" y="1792.0" type="line"/>
+ <point x="372.0" y="896.0" type="line"/>
+ <point x="1268.0" y="0.0" type="line"/>
+ <point x="1420.0" y="152.0" type="line"/>
+ <point x="804.0" y="768.0" type="line"/>
+ <point x="804.0" y="784.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>272</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>668</integer>
- <key>y</key>
- <integer>1008</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowright.case.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowright.case.glif
index 2d1cf518f..ee301b53e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowright.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowright.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowright.case" format="1">
- <advance width="2832"/>
+<glyph name="arrowright.case" format="2">
+ <advance width="2832.0"/>
<outline>
- <component base="arrowright" yOffset="128"/>
+ <component base="arrowright" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowright.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowright.glif
index 2702c29fc..c12e9658a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowright.glif
@@ -1,23 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowright" format="1">
- <advance width="2832"/>
+<glyph name="arrowright" format="2">
+ <advance width="2832.0"/>
<unicode hex="2192"/>
<outline>
- <component base="arrowleft" xScale="-1.0" yScale="-1.0" xOffset="2816" yOffset="1792"/>
+ <component base="arrowleft" xScale="-1.0" yScale="-1.0" xOffset="2816.0" yOffset="1792.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.case.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.case.glif
index d24744284..3507221c8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.case.glif
@@ -1,53 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowrightlong.case" format="1">
- <advance width="3856"/>
+<glyph name="arrowrightlong.case" format="2">
+ <advance width="3856.0"/>
+ <guideline x="272.0" y="896.0" angle="0.0"/>
+ <guideline x="668.0" y="1008.0" angle="90.0"/>
<outline>
- <component base="arrowleftlong" xScale="-1" xOffset="3840" yOffset="128"/>
+ <component base="arrowleftlong" xScale="-1.0" xOffset="3840.0" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>272</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>668</integer>
- <key>y</key>
- <integer>1008</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.glif
index 249aae66c..9fae4b774 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowrightlong.glif
@@ -1,54 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowrightlong" format="1">
- <advance width="3856"/>
+<glyph name="arrowrightlong" format="2">
+ <advance width="3856.0"/>
<unicode hex="27F6"/>
+ <guideline x="272.0" y="896.0" angle="0.0"/>
+ <guideline x="668.0" y="1008.0" angle="90.0"/>
<outline>
- <component base="arrowleftlong" xScale="-1" xOffset="3840"/>
+ <component base="arrowleftlong" xScale="-1.0" xOffset="3840.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>272</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>668</integer>
- <key>y</key>
- <integer>1008</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/arrowup.glif b/src/Inter-UI-Regular.ufo/glyphs/arrowup.glif
index e0d29ea4e..a5cd98d0a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/arrowup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/arrowup.glif
@@ -1,37 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="arrowup" format="1">
- <advance width="2576"/>
+<glyph name="arrowup" format="2">
+ <advance width="2576.0"/>
<unicode hex="2191"/>
<outline>
<contour>
- <point x="1176" y="0" type="line"/>
- <point x="1400" y="0" type="line"/>
- <point x="1400" y="1636" type="line"/>
- <point x="1416" y="1636" type="line"/>
- <point x="2032" y="1024" type="line"/>
- <point x="2184" y="1172" type="line"/>
- <point x="1288" y="2068" type="line"/>
- <point x="392" y="1172" type="line"/>
- <point x="548" y="1024" type="line"/>
- <point x="1160" y="1636" type="line"/>
- <point x="1176" y="1636" type="line"/>
+ <point x="1176.0" y="0.0" type="line"/>
+ <point x="1400.0" y="0.0" type="line"/>
+ <point x="1400.0" y="1636.0" type="line"/>
+ <point x="1416.0" y="1636.0" type="line"/>
+ <point x="2032.0" y="1024.0" type="line"/>
+ <point x="2184.0" y="1172.0" type="line"/>
+ <point x="1288.0" y="2068.0" type="line"/>
+ <point x="392.0" y="1172.0" type="line"/>
+ <point x="548.0" y="1024.0" type="line"/>
+ <point x="1160.0" y="1636.0" type="line"/>
+ <point x="1176.0" y="1636.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1800, 'leftMargin': 296, 'rightMargin': 304}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/asciicircum.glif b/src/Inter-UI-Regular.ufo/glyphs/asciicircum.glif
index 898364f57..0b1a7b5ae 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/asciicircum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/asciicircum.glif
@@ -1,38 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asciicircum" format="1">
- <advance width="1264"/>
+<glyph name="asciicircum" format="2">
+ <advance width="1264.0"/>
<unicode hex="005E"/>
<outline>
<contour>
- <point x="648" y="1688" type="line"/>
- <point x="704" y="2004" type="line"/>
- <point x="540" y="2004" type="line"/>
- <point x="128" y="1004" type="line"/>
- <point x="384" y="1004" type="line"/>
+ <point x="648.0" y="1688.0" type="line"/>
+ <point x="704.0" y="2004.0" type="line"/>
+ <point x="540.0" y="2004.0" type="line"/>
+ <point x="128.0" y="1004.0" type="line"/>
+ <point x="384.0" y="1004.0" type="line"/>
</contour>
<contour>
- <point x="884" y="1004" type="line"/>
- <point x="1136" y="1004" type="line"/>
- <point x="728" y="2004" type="line"/>
- <point x="560" y="2004" type="line"/>
- <point x="616" y="1688" type="line"/>
+ <point x="884.0" y="1004.0" type="line"/>
+ <point x="1136.0" y="1004.0" type="line"/>
+ <point x="728.0" y="2004.0" type="line"/>
+ <point x="560.0" y="2004.0" type="line"/>
+ <point x="616.0" y="1688.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1178, 'leftMargin': 84, 'rightMargin': 86}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/asciitilde.glif b/src/Inter-UI-Regular.ufo/glyphs/asciitilde.glif
index b65e0956c..40986eedd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/asciitilde.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/asciitilde.glif
@@ -1,81 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asciitilde" format="1">
- <advance width="1680"/>
+<glyph name="asciitilde" format="2">
+ <advance width="1680.0"/>
<unicode hex="007E"/>
+ <guideline x="784.0" y="880.0" angle="315.3603"/>
+ <guideline x="904.0" y="1068.0" angle="315.5305"/>
<outline>
<contour>
- <point x="1320" y="1172" type="line"/>
- <point x="1320" y="996"/>
- <point x="1236" y="928"/>
- <point x="1132" y="928" type="curve" smooth="yes"/>
- <point x="1044" y="928"/>
- <point x="988" y="976"/>
- <point x="900" y="1064" type="curve" smooth="yes"/>
- <point x="780" y="1184"/>
- <point x="668" y="1236"/>
- <point x="544" y="1236" type="curve" smooth="yes"/>
- <point x="316" y="1236"/>
- <point x="144" y="1060"/>
- <point x="140" y="768" type="curve"/>
- <point x="360" y="768" type="line"/>
- <point x="372" y="936"/>
- <point x="448" y="1008"/>
- <point x="556" y="1008" type="curve" smooth="yes"/>
- <point x="636" y="1008"/>
- <point x="700" y="968"/>
- <point x="780" y="876" type="curve" smooth="yes"/>
- <point x="884" y="760"/>
- <point x="1004" y="700"/>
- <point x="1140" y="700" type="curve" smooth="yes"/>
- <point x="1372" y="700"/>
- <point x="1544" y="880"/>
- <point x="1540" y="1172" type="curve"/>
+ <point x="1320.0" y="1172.0" type="line"/>
+ <point x="1320.0" y="996.0"/>
+ <point x="1236.0" y="928.0"/>
+ <point x="1132.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="928.0"/>
+ <point x="988.0" y="976.0"/>
+ <point x="900.0" y="1064.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="1184.0"/>
+ <point x="668.0" y="1236.0"/>
+ <point x="544.0" y="1236.0" type="curve" smooth="yes"/>
+ <point x="316.0" y="1236.0"/>
+ <point x="144.0" y="1060.0"/>
+ <point x="140.0" y="768.0" type="curve"/>
+ <point x="360.0" y="768.0" type="line"/>
+ <point x="372.0" y="936.0"/>
+ <point x="448.0" y="1008.0"/>
+ <point x="556.0" y="1008.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="1008.0"/>
+ <point x="700.0" y="968.0"/>
+ <point x="780.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="884.0" y="760.0"/>
+ <point x="1004.0" y="700.0"/>
+ <point x="1140.0" y="700.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="700.0"/>
+ <point x="1544.0" y="880.0"/>
+ <point x="1540.0" y="1172.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>-44.63965393661277</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>784</integer>
- <key>y</key>
- <integer>880</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-44.46949868332619</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>904</integer>
- <key>y</key>
- <integer>1068</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ascript.glif b/src/Inter-UI-Regular.ufo/glyphs/ascript.glif
index 1c207bf81..55288e759 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ascript.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ascript.glif
@@ -1,30 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ascript" format="1">
- <advance width="1624"/>
+<glyph name="ascript" format="2">
+ <advance width="1624.0"/>
<unicode hex="0251"/>
+ <anchor x="752.0" y="0.0" name="bottom"/>
+ <anchor x="1300.0" y="932.0" name="rhotichook"/>
+ <anchor x="752.0" y="1776.0" name="top"/>
+ <anchor x="1700.0" y="1776.0" name="top0315"/>
<outline>
<component base="alpha"/>
- <contour>
- <point x="1300" y="932" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="752" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="752" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1700" y="1776" type="move" name="top0315"/>
- </contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1665, 'leftMargin': 135, 'rightMargin': 93}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ascript_uni02DE__.glif b/src/Inter-UI-Regular.ufo/glyphs/ascript_uni02DE__.glif
deleted file mode 100644
index 318c691c2..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/ascript_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ascript_uni02DE" format="1">
- <advance width="2228"/>
- <outline>
- <component base="ascript" xOffset="52"/>
- <component base="rhotichookmod" xOffset="1400"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2105, 'leftMargin': 135, 'rightMargin': 41}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ascript_uni02D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/ascript_uni02D_E_.glif
new file mode 100644
index 000000000..5e0675536
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ascript_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ascript_uni02DE" format="2">
+ <advance width="2228.0"/>
+ <outline>
+ <component base="ascript" xOffset="52.0"/>
+ <component base="rhotichookmod" xOffset="1400.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ascriptturn.glif b/src/Inter-UI-Regular.ufo/glyphs/ascriptturn.glif
index 3adfc2891..06558a45c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ascriptturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ascriptturn.glif
@@ -1,80 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ascriptturn" format="1">
- <advance width="1776"/>
+<glyph name="ascriptturn" format="2">
+ <advance width="1776.0"/>
<unicode hex="0252"/>
+ <anchor x="896.0" y="0.0" name="bottom"/>
+ <anchor x="1424.0" y="900.0" name="rhotichook"/>
+ <anchor x="896.0" y="1776.0" name="top"/>
+ <anchor x="1740.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1608" y="800" type="line"/>
- <point x="1608" y="1216"/>
- <point x="1396" y="1516"/>
- <point x="1028" y="1516" type="curve" smooth="yes"/>
- <point x="660" y="1516"/>
- <point x="488" y="1240"/>
- <point x="448" y="784" type="curve"/>
- <point x="448" y="700" type="line"/>
- <point x="488" y="248"/>
- <point x="660" y="-28"/>
- <point x="1024" y="-28" type="curve" smooth="yes"/>
- <point x="1400" y="-28"/>
- <point x="1608" y="304"/>
- <point x="1608" y="772" type="curve" smooth="yes"/>
+ <point x="1608.0" y="800.0" type="line"/>
+ <point x="1608.0" y="1216.0"/>
+ <point x="1396.0" y="1516.0"/>
+ <point x="1028.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="660.0" y="1516.0"/>
+ <point x="488.0" y="1240.0"/>
+ <point x="448.0" y="784.0" type="curve"/>
+ <point x="448.0" y="700.0" type="line"/>
+ <point x="488.0" y="248.0"/>
+ <point x="660.0" y="-28.0"/>
+ <point x="1024.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="-28.0"/>
+ <point x="1608.0" y="304.0"/>
+ <point x="1608.0" y="772.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1332" y="772" type="line"/>
- <point x="1332" y="460"/>
- <point x="1228" y="192"/>
- <point x="952" y="192" type="curve" smooth="yes"/>
- <point x="692" y="192"/>
- <point x="584" y="452"/>
- <point x="540" y="724" type="curve"/>
- <point x="540" y="792" type="line"/>
- <point x="600" y="1052"/>
- <point x="692" y="1296"/>
- <point x="956" y="1296" type="curve" smooth="yes"/>
- <point x="1228" y="1296"/>
- <point x="1332" y="1072"/>
- <point x="1332" y="800" type="curve" smooth="yes"/>
+ <point x="1332.0" y="772.0" type="line"/>
+ <point x="1332.0" y="460.0"/>
+ <point x="1228.0" y="192.0"/>
+ <point x="952.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="192.0"/>
+ <point x="584.0" y="452.0"/>
+ <point x="540.0" y="724.0" type="curve"/>
+ <point x="540.0" y="792.0" type="line"/>
+ <point x="600.0" y="1052.0"/>
+ <point x="692.0" y="1296.0"/>
+ <point x="956.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="1296.0"/>
+ <point x="1332.0" y="1072.0"/>
+ <point x="1332.0" y="800.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="580" y="0" type="line"/>
- <point x="624" y="324" type="line"/>
- <point x="624" y="1076" type="line"/>
- <point x="624" y="1392"/>
- <point x="520" y="1516"/>
- <point x="348" y="1516" type="curve" smooth="yes"/>
- <point x="284" y="1516"/>
- <point x="228" y="1508"/>
- <point x="172" y="1468" type="curve"/>
- <point x="204" y="1268" type="line"/>
- <point x="212" y="1268"/>
- <point x="228" y="1272"/>
- <point x="244" y="1272" type="curve" smooth="yes"/>
- <point x="300" y="1272"/>
- <point x="348" y="1240"/>
- <point x="348" y="1076" type="curve"/>
- <point x="348" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1424" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="896" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="896" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1740" y="1776" type="move" name="top0315"/>
+ <point x="580.0" y="0.0" type="line"/>
+ <point x="624.0" y="324.0" type="line"/>
+ <point x="624.0" y="1076.0" type="line"/>
+ <point x="624.0" y="1392.0"/>
+ <point x="520.0" y="1516.0"/>
+ <point x="348.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="284.0" y="1516.0"/>
+ <point x="228.0" y="1508.0"/>
+ <point x="172.0" y="1468.0" type="curve"/>
+ <point x="204.0" y="1268.0" type="line"/>
+ <point x="212.0" y="1268.0"/>
+ <point x="228.0" y="1272.0"/>
+ <point x="244.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="300.0" y="1272.0"/>
+ <point x="348.0" y="1240.0"/>
+ <point x="348.0" y="1076.0" type="curve"/>
+ <point x="348.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1665, 'leftMargin': 94, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ascriptturn_uni02DE__.glif b/src/Inter-UI-Regular.ufo/glyphs/ascriptturn_uni02DE__.glif
deleted file mode 100644
index 908e22a2c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/ascriptturn_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ascriptturn_uni02DE" format="1">
- <advance width="2320"/>
- <outline>
- <component base="ascriptturn" xOffset="-164"/>
- <component base="rhotichookmod" xOffset="1500"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2229, 'leftMargin': 180, 'rightMargin': -223}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ascriptturn_uni02D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/ascriptturn_uni02D_E_.glif
new file mode 100644
index 000000000..6b99f4a19
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ascriptturn_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ascriptturn_uni02DE" format="2">
+ <advance width="2320.0"/>
+ <outline>
+ <component base="ascriptturn" xOffset="-164.0"/>
+ <component base="rhotichookmod" xOffset="1500.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/asterisk.case.glif b/src/Inter-UI-Regular.ufo/glyphs/asterisk.case.glif
index 459f1c545..76fa266bd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/asterisk.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/asterisk.case.glif
@@ -1,119 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asterisk.case" format="1">
- <advance width="1552"/>
+<glyph name="asterisk.case" format="2">
+ <advance width="1552.0"/>
<note>
- Recipe:
- 1. make horizontal rect
- 2. copy rect and paste
- 3. rotate by 60 deg
- 4. enter transform mode and center it
- 5. copy the rotated piece and paste
- 6. flip on vertical axis
- 7. enter transform mode and center it
- </note>
+Recipe:
+1. make horizontal rect
+2. copy rect and paste
+3. rotate by 60 deg
+4. enter transform mode and center it
+5. copy the rotated piece and paste
+6. flip on vertical axis
+7. enter transform mode and center it
+</note>
+ <guideline x="1072.0" y="1024.0" angle="0.0"/>
+ <guideline x="1132.0" y="1448.0" angle="0.0"/>
+ <guideline x="1132.0" y="460.0" angle="0.0"/>
+ <guideline x="940.0" y="352.0" angle="0.0"/>
+ <guideline x="768.0" y="1708.0" angle="90.0"/>
<outline>
<contour>
- <point x="552" y="428" type="line"/>
- <point x="768" y="820" type="line"/>
- <point x="784" y="820" type="line"/>
- <point x="1000" y="428" type="line"/>
- <point x="1180" y="532" type="line"/>
- <point x="944" y="916" type="line"/>
- <point x="952" y="932" type="line"/>
- <point x="1404" y="920" type="line"/>
- <point x="1404" y="1128" type="line"/>
- <point x="960" y="1116" type="line"/>
- <point x="952" y="1132" type="line"/>
- <point x="1184" y="1516" type="line"/>
- <point x="1000" y="1620" type="line"/>
- <point x="784" y="1224" type="line"/>
- <point x="768" y="1224" type="line"/>
- <point x="552" y="1620" type="line"/>
- <point x="368" y="1516" type="line"/>
- <point x="604" y="1132" type="line"/>
- <point x="596" y="1116" type="line"/>
- <point x="148" y="1128" type="line"/>
- <point x="148" y="920" type="line"/>
- <point x="600" y="932" type="line"/>
- <point x="608" y="916" type="line"/>
- <point x="372" y="532" type="line"/>
+ <point x="552.0" y="428.0" type="line"/>
+ <point x="768.0" y="820.0" type="line"/>
+ <point x="784.0" y="820.0" type="line"/>
+ <point x="1000.0" y="428.0" type="line"/>
+ <point x="1180.0" y="532.0" type="line"/>
+ <point x="944.0" y="916.0" type="line"/>
+ <point x="952.0" y="932.0" type="line"/>
+ <point x="1404.0" y="920.0" type="line"/>
+ <point x="1404.0" y="1128.0" type="line"/>
+ <point x="960.0" y="1116.0" type="line"/>
+ <point x="952.0" y="1132.0" type="line"/>
+ <point x="1184.0" y="1516.0" type="line"/>
+ <point x="1000.0" y="1620.0" type="line"/>
+ <point x="784.0" y="1224.0" type="line"/>
+ <point x="768.0" y="1224.0" type="line"/>
+ <point x="552.0" y="1620.0" type="line"/>
+ <point x="368.0" y="1516.0" type="line"/>
+ <point x="604.0" y="1132.0" type="line"/>
+ <point x="596.0" y="1116.0" type="line"/>
+ <point x="148.0" y="1128.0" type="line"/>
+ <point x="148.0" y="920.0" type="line"/>
+ <point x="600.0" y="932.0" type="line"/>
+ <point x="608.0" y="916.0" type="line"/>
+ <point x="372.0" y="532.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1072</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1132</integer>
- <key>y</key>
- <integer>1448</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1132</integer>
- <key>y</key>
- <integer>460</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>940</integer>
- <key>y</key>
- <integer>352</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>768</integer>
- <key>y</key>
- <integer>1708</integer>
- </dict>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/asterisk.glif b/src/Inter-UI-Regular.ufo/glyphs/asterisk.glif
index 069d60807..922a1a080 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/asterisk.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/asterisk.glif
@@ -1,56 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asterisk" format="1">
- <advance width="1424"/>
+<glyph name="asterisk" format="2">
+ <advance width="1424.0"/>
<unicode hex="002A"/>
+ <guideline x="792.0" y="1344.0" angle="0.0"/>
<outline>
<contour>
- <point x="272" y="1032" type="line"/>
- <point x="448" y="904" type="line"/>
- <point x="712" y="1264" type="line"/>
- <point x="976" y="904" type="line"/>
- <point x="1152" y="1032" type="line"/>
- <point x="896" y="1392" type="line"/>
- <point x="1316" y="1528" type="line"/>
- <point x="1248" y="1740" type="line"/>
- <point x="824" y="1600" type="line"/>
- <point x="824" y="2048" type="line"/>
- <point x="600" y="2048" type="line"/>
- <point x="600" y="1600" type="line"/>
- <point x="176" y="1740" type="line"/>
- <point x="108" y="1528" type="line"/>
- <point x="528" y="1392" type="line"/>
+ <point x="272.0" y="1032.0" type="line"/>
+ <point x="448.0" y="904.0" type="line"/>
+ <point x="712.0" y="1264.0" type="line"/>
+ <point x="976.0" y="904.0" type="line"/>
+ <point x="1152.0" y="1032.0" type="line"/>
+ <point x="896.0" y="1392.0" type="line"/>
+ <point x="1316.0" y="1528.0" type="line"/>
+ <point x="1248.0" y="1740.0" type="line"/>
+ <point x="824.0" y="1600.0" type="line"/>
+ <point x="824.0" y="2048.0" type="line"/>
+ <point x="600.0" y="2048.0" type="line"/>
+ <point x="600.0" y="1600.0" type="line"/>
+ <point x="176.0" y="1740.0" type="line"/>
+ <point x="108.0" y="1528.0" type="line"/>
+ <point x="528.0" y="1392.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>792</integer>
- <key>y</key>
- <integer>1344</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/asterism.glif b/src/Inter-UI-Regular.ufo/glyphs/asterism.glif
index 2ca27edea..2b2d7ee3e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/asterism.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/asterism.glif
@@ -1,96 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="asterism" format="1">
- <advance width="2032"/>
+<glyph name="asterism" format="2">
+ <advance width="2032.0"/>
<unicode hex="2042"/>
<outline>
<contour>
- <point x="968" y="508" type="line"/>
- <point x="968" y="636" type="line"/>
- <point x="188" y="636" type="line"/>
- <point x="188" y="508" type="line"/>
+ <point x="968.0" y="508.0" type="line"/>
+ <point x="968.0" y="636.0" type="line"/>
+ <point x="188.0" y="636.0" type="line"/>
+ <point x="188.0" y="508.0" type="line"/>
</contour>
<contour>
- <point x="804" y="244" type="line"/>
- <point x="896" y="336" type="line"/>
- <point x="348" y="892" type="line"/>
- <point x="260" y="800" type="line"/>
+ <point x="804.0" y="244.0" type="line"/>
+ <point x="896.0" y="336.0" type="line"/>
+ <point x="348.0" y="892.0" type="line"/>
+ <point x="260.0" y="800.0" type="line"/>
</contour>
<contour>
- <point x="512" y="180" type="line"/>
- <point x="640" y="180" type="line"/>
- <point x="640" y="960" type="line"/>
- <point x="512" y="960" type="line"/>
+ <point x="512.0" y="180.0" type="line"/>
+ <point x="640.0" y="180.0" type="line"/>
+ <point x="640.0" y="960.0" type="line"/>
+ <point x="512.0" y="960.0" type="line"/>
</contour>
<contour>
- <point x="260" y="336" type="line"/>
- <point x="348" y="244" type="line"/>
- <point x="896" y="800" type="line"/>
- <point x="804" y="892" type="line"/>
+ <point x="260.0" y="336.0" type="line"/>
+ <point x="348.0" y="244.0" type="line"/>
+ <point x="896.0" y="800.0" type="line"/>
+ <point x="804.0" y="892.0" type="line"/>
</contour>
<contour>
- <point x="1408" y="1360" type="line"/>
- <point x="1408" y="1488" type="line"/>
- <point x="628" y="1488" type="line"/>
- <point x="628" y="1360" type="line"/>
+ <point x="1408.0" y="1360.0" type="line"/>
+ <point x="1408.0" y="1488.0" type="line"/>
+ <point x="628.0" y="1488.0" type="line"/>
+ <point x="628.0" y="1360.0" type="line"/>
</contour>
<contour>
- <point x="1244" y="1096" type="line"/>
- <point x="1336" y="1188" type="line"/>
- <point x="788" y="1744" type="line"/>
- <point x="700" y="1652" type="line"/>
+ <point x="1244.0" y="1096.0" type="line"/>
+ <point x="1336.0" y="1188.0" type="line"/>
+ <point x="788.0" y="1744.0" type="line"/>
+ <point x="700.0" y="1652.0" type="line"/>
</contour>
<contour>
- <point x="952" y="1032" type="line"/>
- <point x="1080" y="1032" type="line"/>
- <point x="1080" y="1816" type="line"/>
- <point x="952" y="1816" type="line"/>
+ <point x="952.0" y="1032.0" type="line"/>
+ <point x="1080.0" y="1032.0" type="line"/>
+ <point x="1080.0" y="1816.0" type="line"/>
+ <point x="952.0" y="1816.0" type="line"/>
</contour>
<contour>
- <point x="700" y="1188" type="line"/>
- <point x="788" y="1096" type="line"/>
- <point x="1336" y="1652" type="line"/>
- <point x="1244" y="1744" type="line"/>
+ <point x="700.0" y="1188.0" type="line"/>
+ <point x="788.0" y="1096.0" type="line"/>
+ <point x="1336.0" y="1652.0" type="line"/>
+ <point x="1244.0" y="1744.0" type="line"/>
</contour>
<contour>
- <point x="1848" y="508" type="line"/>
- <point x="1848" y="636" type="line"/>
- <point x="1068" y="636" type="line"/>
- <point x="1068" y="508" type="line"/>
+ <point x="1848.0" y="508.0" type="line"/>
+ <point x="1848.0" y="636.0" type="line"/>
+ <point x="1068.0" y="636.0" type="line"/>
+ <point x="1068.0" y="508.0" type="line"/>
</contour>
<contour>
- <point x="1684" y="244" type="line"/>
- <point x="1776" y="336" type="line"/>
- <point x="1228" y="892" type="line"/>
- <point x="1140" y="800" type="line"/>
+ <point x="1684.0" y="244.0" type="line"/>
+ <point x="1776.0" y="336.0" type="line"/>
+ <point x="1228.0" y="892.0" type="line"/>
+ <point x="1140.0" y="800.0" type="line"/>
</contour>
<contour>
- <point x="1392" y="180" type="line"/>
- <point x="1520" y="180" type="line"/>
- <point x="1520" y="960" type="line"/>
- <point x="1392" y="960" type="line"/>
+ <point x="1392.0" y="180.0" type="line"/>
+ <point x="1520.0" y="180.0" type="line"/>
+ <point x="1520.0" y="960.0" type="line"/>
+ <point x="1392.0" y="960.0" type="line"/>
</contour>
<contour>
- <point x="1140" y="336" type="line"/>
- <point x="1228" y="244" type="line"/>
- <point x="1776" y="800" type="line"/>
- <point x="1684" y="892" type="line"/>
+ <point x="1140.0" y="336.0" type="line"/>
+ <point x="1228.0" y="244.0" type="line"/>
+ <point x="1776.0" y="800.0" type="line"/>
+ <point x="1684.0" y="892.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1881.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/at.case.glif b/src/Inter-UI-Regular.ufo/glyphs/at.case.glif
index eda117cb3..ed15eef4b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/at.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/at.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="at.case" format="1">
- <advance width="2576"/>
+<glyph name="at.case" format="2">
+ <advance width="2576.0"/>
<outline>
- <component base="at" yOffset="300"/>
+ <component base="at" yOffset="300.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/at.glif b/src/Inter-UI-Regular.ufo/glyphs/at.glif
index cc2ad9385..b269a68d3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/at.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/at.glif
@@ -1,92 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="at" format="1">
- <advance width="2636"/>
+<glyph name="at" format="2">
+ <advance width="2636.0"/>
<unicode hex="0040"/>
<outline>
<contour>
- <point x="1288" y="1180" type="curve" smooth="yes"/>
- <point x="1528" y="1180"/>
- <point x="1656" y="1084"/>
- <point x="1656" y="748" type="curve" smooth="yes"/>
- <point x="1656" y="416"/>
- <point x="1548" y="256"/>
- <point x="1280" y="256" type="curve" smooth="yes"/>
- <point x="1020" y="256"/>
- <point x="928" y="492"/>
- <point x="928" y="748" type="curve" smooth="yes"/>
- <point x="928" y="980"/>
- <point x="1060" y="1180"/>
+ <point x="1288.0" y="1180.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="1180.0"/>
+ <point x="1656.0" y="1084.0"/>
+ <point x="1656.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="1656.0" y="416.0"/>
+ <point x="1548.0" y="256.0"/>
+ <point x="1280.0" y="256.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="256.0"/>
+ <point x="928.0" y="492.0"/>
+ <point x="928.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="980.0"/>
+ <point x="1060.0" y="1180.0"/>
</contour>
<contour>
- <point x="1368" y="1972" type="curve" smooth="yes"/>
- <point x="596" y="1972"/>
- <point x="136" y="1504"/>
- <point x="136" y="724" type="curve" smooth="yes"/>
- <point x="136" y="-84"/>
- <point x="580" y="-540"/>
- <point x="1396" y="-540" type="curve" smooth="yes"/>
- <point x="1600" y="-540"/>
- <point x="1860" y="-480"/>
- <point x="1984" y="-428" type="curve"/>
- <point x="1928" y="-244" type="line"/>
- <point x="1856" y="-268"/>
- <point x="1624" y="-348"/>
- <point x="1404" y="-348" type="curve" smooth="yes"/>
- <point x="720" y="-348"/>
- <point x="356" y="36"/>
- <point x="356" y="716" type="curve" smooth="yes"/>
- <point x="356" y="1384"/>
- <point x="728" y="1784"/>
- <point x="1356" y="1784" type="curve" smooth="yes"/>
- <point x="1992" y="1784"/>
- <point x="2292" y="1336"/>
- <point x="2292" y="888" type="curve" smooth="yes"/>
- <point x="2292" y="432"/>
- <point x="2244" y="228"/>
- <point x="2040" y="228" type="curve" smooth="yes"/>
- <point x="1920" y="228"/>
- <point x="1856" y="328"/>
- <point x="1856" y="440" type="curve" smooth="yes"/>
- <point x="1856" y="1344" type="line"/>
- <point x="1644" y="1344" type="line"/>
- <point x="1644" y="1232" type="line"/>
- <point x="1632" y="1232" type="line"/>
- <point x="1604" y="1320"/>
- <point x="1448" y="1396"/>
- <point x="1248" y="1376" type="curve" smooth="yes"/>
- <point x="948" y="1344"/>
- <point x="720" y="1096"/>
- <point x="720" y="736" type="curve" smooth="yes"/>
- <point x="720" y="356"/>
- <point x="900" y="64"/>
- <point x="1248" y="52" type="curve" smooth="yes"/>
- <point x="1476" y="44"/>
- <point x="1596" y="156"/>
- <point x="1644" y="272" type="curve"/>
- <point x="1656" y="272" type="line"/>
- <point x="1680" y="100"/>
- <point x="1896" y="40"/>
- <point x="2036" y="40" type="curve" smooth="yes"/>
- <point x="2460" y="40"/>
- <point x="2500" y="496"/>
- <point x="2500" y="884" type="curve" smooth="yes"/>
- <point x="2500" y="1432"/>
- <point x="2116" y="1972"/>
+ <point x="1368.0" y="1972.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="1972.0"/>
+ <point x="136.0" y="1504.0"/>
+ <point x="136.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="-84.0"/>
+ <point x="580.0" y="-540.0"/>
+ <point x="1396.0" y="-540.0" type="curve" smooth="yes"/>
+ <point x="1600.0" y="-540.0"/>
+ <point x="1860.0" y="-480.0"/>
+ <point x="1984.0" y="-428.0" type="curve"/>
+ <point x="1928.0" y="-244.0" type="line"/>
+ <point x="1856.0" y="-268.0"/>
+ <point x="1624.0" y="-348.0"/>
+ <point x="1404.0" y="-348.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="-348.0"/>
+ <point x="356.0" y="36.0"/>
+ <point x="356.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1384.0"/>
+ <point x="728.0" y="1784.0"/>
+ <point x="1356.0" y="1784.0" type="curve" smooth="yes"/>
+ <point x="1992.0" y="1784.0"/>
+ <point x="2292.0" y="1336.0"/>
+ <point x="2292.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="2292.0" y="432.0"/>
+ <point x="2244.0" y="228.0"/>
+ <point x="2040.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="1920.0" y="228.0"/>
+ <point x="1856.0" y="328.0"/>
+ <point x="1856.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="1856.0" y="1344.0" type="line"/>
+ <point x="1644.0" y="1344.0" type="line"/>
+ <point x="1644.0" y="1232.0" type="line"/>
+ <point x="1632.0" y="1232.0" type="line"/>
+ <point x="1604.0" y="1320.0"/>
+ <point x="1448.0" y="1396.0"/>
+ <point x="1248.0" y="1376.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="1344.0"/>
+ <point x="720.0" y="1096.0"/>
+ <point x="720.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="356.0"/>
+ <point x="900.0" y="64.0"/>
+ <point x="1248.0" y="52.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="44.0"/>
+ <point x="1596.0" y="156.0"/>
+ <point x="1644.0" y="272.0" type="curve"/>
+ <point x="1656.0" y="272.0" type="line"/>
+ <point x="1680.0" y="100.0"/>
+ <point x="1896.0" y="40.0"/>
+ <point x="2036.0" y="40.0" type="curve" smooth="yes"/>
+ <point x="2460.0" y="40.0"/>
+ <point x="2500.0" y="496.0"/>
+ <point x="2500.0" y="884.0" type="curve" smooth="yes"/>
+ <point x="2500.0" y="1432.0"/>
+ <point x="2116.0" y="1972.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/atilde.glif b/src/Inter-UI-Regular.ufo/glyphs/atilde.glif
index fb5cd782a..774085bbd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/atilde.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/atilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="atilde" format="1">
- <advance width="1588"/>
+<glyph name="atilde" format="2">
+ <advance width="1588.0"/>
<unicode hex="00E3"/>
<outline>
- <component base="tilde" xOffset="128"/>
+ <component base="tilde" xOffset="128.0"/>
<component base="a"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aturn.glif b/src/Inter-UI-Regular.ufo/glyphs/aturn.glif
index dde6af781..8d30213c1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/aturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/aturn.glif
@@ -1,29 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="aturn" format="1">
- <advance width="1588"/>
+<glyph name="aturn" format="2">
+ <advance width="1588.0"/>
<unicode hex="0250"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1324.0" y="868.0" name="rhotichook"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
<outline>
- <component base="a" xScale="-1.0" yScale="-1.0" xOffset="1596" yOffset="1524"/>
- <contour>
- <point x="832" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="832" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1324" y="868" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1600" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="a" xScale="-1.0" yScale="-1.0" xOffset="1596.0" yOffset="1524.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1537, 'leftMargin': 149, 'rightMargin': 152}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aturn_uni02DE__.glif b/src/Inter-UI-Regular.ufo/glyphs/aturn_uni02DE__.glif
deleted file mode 100644
index 140ff362c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/aturn_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="aturn_uni02DE" format="1">
- <advance width="2320"/>
- <outline>
- <component base="aturn" xOffset="68"/>
- <component base="rhotichookmod" xOffset="1564"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2060, 'leftMargin': 149, 'rightMargin': 41}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/aturn_uni02D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/aturn_uni02D_E_.glif
new file mode 100644
index 000000000..5578ab5fe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/aturn_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="aturn_uni02DE" format="2">
+ <advance width="2320.0"/>
+ <outline>
+ <component base="aturn" xOffset="68.0"/>
+ <component base="rhotichookmod" xOffset="1564.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/austral.glif b/src/Inter-UI-Regular.ufo/glyphs/austral.glif
index 42ac91d15..c91bbcd2f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/austral.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/austral.glif
@@ -1,54 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="austral" format="1">
- <advance width="1904"/>
+<glyph name="austral" format="2">
+ <advance width="1904.0"/>
<unicode hex="20B3"/>
+ <guideline x="944.0" y="2196.0" angle="90.0"/>
<outline>
<contour>
- <point x="1796" y="1248" type="line"/>
- <point x="108" y="1248" type="line"/>
- <point x="108" y="1028" type="line"/>
- <point x="1796" y="1028" type="line"/>
+ <point x="1796.0" y="1248.0" type="line"/>
+ <point x="108.0" y="1248.0" type="line"/>
+ <point x="108.0" y="1028.0" type="line"/>
+ <point x="1796.0" y="1028.0" type="line"/>
</contour>
<contour>
- <point x="1796" y="768" type="line"/>
- <point x="108" y="768" type="line"/>
- <point x="108" y="548" type="line"/>
- <point x="1796" y="548" type="line"/>
+ <point x="1796.0" y="768.0" type="line"/>
+ <point x="108.0" y="768.0" type="line"/>
+ <point x="108.0" y="548.0" type="line"/>
+ <point x="1796.0" y="548.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1460.0" y="768.0" type="line"/>
+ <point x="448.0" y="768.0" type="line"/>
+ <point x="448.0" y="548.0" type="line"/>
+ <point x="1460.0" y="548.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="332.0" y="0.0" type="line"/>
+ <point x="940.0" y="1724.0" type="line"/>
+ <point x="964.0" y="1724.0" type="line"/>
+ <point x="1572.0" y="0.0" type="line"/>
+ <point x="1832.0" y="0.0" type="line"/>
+ <point x="1080.0" y="2048.0" type="line"/>
+ <point x="824.0" y="2048.0" type="line"/>
+ <point x="72.0" y="0.0" type="line"/>
</contour>
- <component base="A"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>944</integer>
- <key>y</key>
- <integer>2196</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1896, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/b.glif b/src/Inter-UI-Regular.ufo/glyphs/b.glif
index 48bdf5947..a042a2431 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/b.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/b.glif
@@ -1,50 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="b" format="1">
- <advance width="1716"/>
+<glyph name="b" format="2">
+ <advance width="1716.0"/>
<unicode hex="0062"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1700.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2304.0" name="top"/>
+ <anchor x="1700.0" y="2216.0" name="top0315"/>
+ <anchor x="1700.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="216" y="2048" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="444" y="0" type="line"/>
- <point x="444" y="288" type="line"/>
- <point x="372" y="784" type="line"/>
- <point x="452" y="1172" type="line"/>
- <point x="452" y="2048" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
+ <point x="444.0" y="288.0" type="line"/>
+ <point x="372.0" y="784.0" type="line"/>
+ <point x="452.0" y="1172.0" type="line"/>
+ <point x="452.0" y="2048.0" type="line"/>
</contour>
- <component base="rightloop.cn" xOffset="52"/>
<contour>
- <point x="900" y="2304" type="move" name="top"/>
+ <point x="356.0" y="1292.0" type="line"/>
+ <point x="356.0" y="236.0" type="line"/>
+ <point x="472.0" y="236.0" type="line"/>
+ <point x="524.0" y="152.0"/>
+ <point x="624.0" y="-32.0"/>
+ <point x="920.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-32.0"/>
+ <point x="1572.0" y="276.0"/>
+ <point x="1572.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="1248.0"/>
+ <point x="1304.0" y="1556.0"/>
+ <point x="916.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1556.0"/>
+ <point x="524.0" y="1372.0"/>
+ <point x="472.0" y="1292.0" type="curve"/>
</contour>
<contour>
- <point x="904" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1700" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1700" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1700" y="2216" type="move" name="top0315"/>
+ <point x="1336.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="440.0"/>
+ <point x="1184.0" y="180.0"/>
+ <point x="888.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="180.0"/>
+ <point x="448.0" y="420.0"/>
+ <point x="448.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1112.0"/>
+ <point x="600.0" y="1344.0"/>
+ <point x="888.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1344.0"/>
+ <point x="1336.0" y="1092.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/babygamma.glif b/src/Inter-UI-Regular.ufo/glyphs/babygamma.glif
index 0b3dacade..cfe0fd834 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/babygamma.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/babygamma.glif
@@ -1,82 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="babygamma" format="1">
- <advance width="2032"/>
+<glyph name="babygamma" format="2">
+ <advance width="2032.0"/>
<unicode hex="0264"/>
+ <anchor x="1024.0" y="0.0" name="bottom"/>
+ <anchor x="1024.0" y="1776.0" name="top"/>
+ <anchor x="1920.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="328" y="1136" type="line"/>
- <point x="376" y="1200"/>
- <point x="428" y="1248"/>
- <point x="492" y="1248" type="curve" smooth="yes"/>
- <point x="624" y="1248"/>
- <point x="676" y="1148"/>
- <point x="916" y="724" type="curve" smooth="yes"/>
- <point x="1032" y="520"/>
- <point x="1112" y="392"/>
- <point x="1112" y="304" type="curve" smooth="yes"/>
- <point x="1112" y="248"/>
- <point x="1088" y="200"/>
- <point x="1016" y="200" type="curve"/>
- <point x="1016" y="-28" type="line"/>
- <point x="1252" y="-28"/>
- <point x="1388" y="96"/>
- <point x="1388" y="304" type="curve" smooth="yes"/>
- <point x="1388" y="464"/>
- <point x="1264" y="652"/>
- <point x="1124" y="904" type="curve" smooth="yes"/>
- <point x="960" y="1204"/>
- <point x="796" y="1516"/>
- <point x="536" y="1516" type="curve" smooth="yes"/>
- <point x="356" y="1516"/>
- <point x="248" y="1416"/>
- <point x="156" y="1308" type="curve"/>
+ <point x="328.0" y="1136.0" type="line"/>
+ <point x="376.0" y="1200.0"/>
+ <point x="428.0" y="1248.0"/>
+ <point x="492.0" y="1248.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="1248.0"/>
+ <point x="676.0" y="1148.0"/>
+ <point x="916.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="520.0"/>
+ <point x="1112.0" y="392.0"/>
+ <point x="1112.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="248.0"/>
+ <point x="1088.0" y="200.0"/>
+ <point x="1016.0" y="200.0" type="curve"/>
+ <point x="1016.0" y="-28.0" type="line"/>
+ <point x="1252.0" y="-28.0"/>
+ <point x="1388.0" y="96.0"/>
+ <point x="1388.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="464.0"/>
+ <point x="1264.0" y="652.0"/>
+ <point x="1124.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="1204.0"/>
+ <point x="796.0" y="1516.0"/>
+ <point x="536.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1516.0"/>
+ <point x="248.0" y="1416.0"/>
+ <point x="156.0" y="1308.0" type="curve"/>
</contour>
<contour>
- <point x="1880" y="1308" type="line"/>
- <point x="1788" y="1416"/>
- <point x="1676" y="1516"/>
- <point x="1500" y="1516" type="curve" smooth="yes"/>
- <point x="1236" y="1516"/>
- <point x="1072" y="1204"/>
- <point x="908" y="904" type="curve" smooth="yes"/>
- <point x="768" y="652"/>
- <point x="644" y="464"/>
- <point x="644" y="304" type="curve" smooth="yes"/>
- <point x="644" y="96"/>
- <point x="784" y="-28"/>
- <point x="1016" y="-28" type="curve"/>
- <point x="1016" y="200" type="line"/>
- <point x="944" y="200"/>
- <point x="920" y="248"/>
- <point x="920" y="304" type="curve" smooth="yes"/>
- <point x="920" y="392"/>
- <point x="1000" y="520"/>
- <point x="1116" y="724" type="curve" smooth="yes"/>
- <point x="1356" y="1144"/>
- <point x="1412" y="1248"/>
- <point x="1544" y="1248" type="curve" smooth="yes"/>
- <point x="1604" y="1248"/>
- <point x="1660" y="1200"/>
- <point x="1708" y="1136" type="curve"/>
- </contour>
- <contour>
- <point x="1024" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1024" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1920" y="1776" type="move" name="top0315"/>
+ <point x="1880.0" y="1308.0" type="line"/>
+ <point x="1788.0" y="1416.0"/>
+ <point x="1676.0" y="1516.0"/>
+ <point x="1500.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="1516.0"/>
+ <point x="1072.0" y="1204.0"/>
+ <point x="908.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="652.0"/>
+ <point x="644.0" y="464.0"/>
+ <point x="644.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="96.0"/>
+ <point x="784.0" y="-28.0"/>
+ <point x="1016.0" y="-28.0" type="curve"/>
+ <point x="1016.0" y="200.0" type="line"/>
+ <point x="944.0" y="200.0"/>
+ <point x="920.0" y="248.0"/>
+ <point x="920.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="392.0"/>
+ <point x="1000.0" y="520.0"/>
+ <point x="1116.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="1144.0"/>
+ <point x="1412.0" y="1248.0"/>
+ <point x="1544.0" y="1248.0" type="curve" smooth="yes"/>
+ <point x="1604.0" y="1248.0"/>
+ <point x="1660.0" y="1200.0"/>
+ <point x="1708.0" y="1136.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1807, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/backslash.glif b/src/Inter-UI-Regular.ufo/glyphs/backslash.glif
index 45d139a26..00e7a51b7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/backslash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/backslash.glif
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="backslash" format="1">
- <advance width="1008"/>
+<glyph name="backslash" format="2">
+ <advance width="1008.0"/>
<unicode hex="005C"/>
<outline>
<contour>
- <point x="88" y="2048" type="line"/>
- <point x="684" y="-308" type="line"/>
- <point x="916" y="-308" type="line"/>
- <point x="320" y="2048" type="line"/>
+ <point x="88.0" y="2048.0" type="line"/>
+ <point x="684.0" y="-308.0" type="line"/>
+ <point x="916.0" y="-308.0" type="line"/>
+ <point x="320.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bar.glif b/src/Inter-UI-Regular.ufo/glyphs/bar.glif
index a31992eb9..f50458a81 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bar.glif
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bar" format="1">
- <advance width="748"/>
+<glyph name="bar" format="2">
+ <advance width="748.0"/>
<unicode hex="007C"/>
<outline>
<contour>
- <point x="484" y="2048" type="line"/>
- <point x="264" y="2048" type="line"/>
- <point x="264" y="-384" type="line"/>
- <point x="484" y="-384" type="line"/>
+ <point x="484.0" y="2048.0" type="line"/>
+ <point x="264.0" y="2048.0" type="line"/>
+ <point x="264.0" y="-384.0" type="line"/>
+ <point x="484.0" y="-384.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/barmidlongnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/barmidlongnosp.glif
index 079c108aa..10e26cfd8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/barmidlongnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/barmidlongnosp.glif
@@ -1,24 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="barmidlongnosp" format="1">
- <advance width="0"/>
+<glyph name="barmidlongnosp" format="2">
<unicode hex="0336"/>
<outline>
<contour>
- <point x="45" y="850" type="line"/>
- <point x="-1662" y="850" type="line"/>
- <point x="-1662" y="630" type="line"/>
- <point x="45" y="630" type="line"/>
+ <point x="45.0" y="850.0" type="line"/>
+ <point x="-1662.0" y="850.0" type="line"/>
+ <point x="-1662.0" y="630.0" type="line"/>
+ <point x="45.0" y="630.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/barmidshortnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/barmidshortnosp.glif
index 19ca067a1..f63e1db31 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/barmidshortnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/barmidshortnosp.glif
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="barmidshortnosp" format="1">
- <advance width="0"/>
+<glyph name="barmidshortnosp" format="2">
<unicode hex="0335"/>
<outline>
- <component base="crossbar" xOffset="-1452" yOffset="-257"/>
+ <component base="crossbar" xOffset="-1452.0" yOffset="-257.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bbar.glif b/src/Inter-UI-Regular.ufo/glyphs/bbar.glif
index 274afeebd..7127ffdd8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bbar.glif
@@ -1,33 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bbar" format="1">
- <advance width="1732"/>
+<glyph name="bbar" format="2">
+ <advance width="1732.0"/>
<unicode hex="0180"/>
+ <anchor x="932.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="0.0" name="markbottom"/>
+ <anchor x="392.0" y="1792.0" name="parenthesses.w2"/>
+ <anchor x="904.0" y="2216.0" name="top"/>
+ <anchor x="1620.0" y="2216.0" name="top0315"/>
<outline>
- <component base="b" xOffset="16"/>
- <component base="crossbar" xOffset="-188" yOffset="824"/>
- <contour>
- <point x="932" y="0" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="904" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="392" y="1792" type="move" name="parenthesses.w2"/>
- </contour>
- <contour>
- <point x="1620" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="932" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="b" xOffset="16.0"/>
+ <component base="crossbar" xOffset="-188.0" yOffset="824.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1711, 'leftMargin': 41, 'rightMargin': 50}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/bdotaccent.glif
new file mode 100644
index 000000000..4fb6c514e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/bdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="bdotaccent" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E03"/>
+ <anchor x="904.0" y="0.0" name="bottom"/>
+ <anchor x="1700.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2304.0" name="parent_top"/>
+ <anchor x="900.0" y="2700.0" name="top"/>
+ <anchor x="1700.0" y="2216.0" name="top0315"/>
+ <anchor x="1700.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="b"/>
+ <component base="dotaccent" xOffset="568.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/bdotbelow.glif
new file mode 100644
index 000000000..ab1270b20
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/bdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="bdotbelow" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E05"/>
+ <anchor x="904.0" y="-495.0" name="bottom"/>
+ <anchor x="1700.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2304.0" name="parent_top"/>
+ <anchor x="900.0" y="2304.0" name="top"/>
+ <anchor x="1700.0" y="2216.0" name="top0315"/>
+ <anchor x="1700.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="b"/>
+ <component base="dotbelow" xOffset="1728.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/becyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/becyrillic.glif
index 6f7e7c222..5ef7c2924 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/becyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/becyrillic.glif
@@ -1,70 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="becyrillic" format="1">
- <advance width="1676"/>
+<glyph name="becyrillic" format="2">
+ <advance width="1676.0"/>
<unicode hex="0431"/>
<outline>
<contour>
- <point x="1204" y="2136" type="line"/>
- <point x="1204" y="1992"/>
- <point x="1072" y="1944"/>
- <point x="872" y="1904" type="curve" smooth="yes"/>
- <point x="472" y="1828"/>
- <point x="200" y="1520"/>
- <point x="200" y="836" type="curve" smooth="yes"/>
- <point x="200" y="712" type="line"/>
- <point x="424" y="712" type="line"/>
- <point x="424" y="836" type="line"/>
- <point x="408" y="1388"/>
- <point x="624" y="1628"/>
- <point x="928" y="1696" type="curve" smooth="yes"/>
- <point x="1176" y="1752"/>
- <point x="1428" y="1764"/>
- <point x="1428" y="2136" type="curve"/>
+ <point x="1204.0" y="2136.0" type="line"/>
+ <point x="1204.0" y="1992.0"/>
+ <point x="1072.0" y="1944.0"/>
+ <point x="872.0" y="1904.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="1828.0"/>
+ <point x="200.0" y="1520.0"/>
+ <point x="200.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="200.0" y="712.0" type="line"/>
+ <point x="424.0" y="712.0" type="line"/>
+ <point x="424.0" y="836.0" type="line"/>
+ <point x="408.0" y="1388.0"/>
+ <point x="624.0" y="1628.0"/>
+ <point x="928.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="1752.0"/>
+ <point x="1428.0" y="1764.0"/>
+ <point x="1428.0" y="2136.0" type="curve"/>
</contour>
<contour>
- <point x="916" y="1404" type="curve" smooth="yes"/>
- <point x="600" y="1404"/>
- <point x="380" y="1180"/>
- <point x="280" y="936" type="curve" smooth="yes"/>
- <point x="248" y="856"/>
- <point x="200" y="796"/>
- <point x="200" y="732" type="curve"/>
- <point x="200" y="700" type="line" smooth="yes"/>
- <point x="200" y="288"/>
- <point x="444" y="-28"/>
- <point x="864" y="-28" type="curve" smooth="yes"/>
- <point x="1284" y="-28"/>
- <point x="1532" y="288"/>
- <point x="1532" y="700" type="curve"/>
- <point x="1532" y="732" type="line"/>
- <point x="1532" y="1116"/>
- <point x="1304" y="1404"/>
+ <point x="916.0" y="1404.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="1404.0"/>
+ <point x="380.0" y="1180.0"/>
+ <point x="280.0" y="936.0" type="curve" smooth="yes"/>
+ <point x="248.0" y="856.0"/>
+ <point x="200.0" y="796.0"/>
+ <point x="200.0" y="732.0" type="curve"/>
+ <point x="200.0" y="700.0" type="line" smooth="yes"/>
+ <point x="200.0" y="288.0"/>
+ <point x="444.0" y="-28.0"/>
+ <point x="864.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="-28.0"/>
+ <point x="1532.0" y="288.0"/>
+ <point x="1532.0" y="700.0" type="curve"/>
+ <point x="1532.0" y="732.0" type="line"/>
+ <point x="1532.0" y="1116.0"/>
+ <point x="1304.0" y="1404.0"/>
</contour>
<contour>
- <point x="864" y="1184" type="curve" smooth="yes"/>
- <point x="1136" y="1184"/>
- <point x="1300" y="972"/>
- <point x="1300" y="732" type="curve"/>
- <point x="1300" y="700" type="line"/>
- <point x="1300" y="428"/>
- <point x="1136" y="192"/>
- <point x="864" y="192" type="curve" smooth="yes"/>
- <point x="592" y="192"/>
- <point x="432" y="428"/>
- <point x="432" y="700" type="curve"/>
- <point x="432" y="732" type="line" smooth="yes"/>
- <point x="432" y="972"/>
- <point x="592" y="1184"/>
+ <point x="864.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1184.0"/>
+ <point x="1300.0" y="972.0"/>
+ <point x="1300.0" y="732.0" type="curve"/>
+ <point x="1300.0" y="700.0" type="line"/>
+ <point x="1300.0" y="428.0"/>
+ <point x="1136.0" y="192.0"/>
+ <point x="864.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="192.0"/>
+ <point x="432.0" y="428.0"/>
+ <point x="432.0" y="700.0" type="curve"/>
+ <point x="432.0" y="732.0" type="line" smooth="yes"/>
+ <point x="432.0" y="972.0"/>
+ <point x="592.0" y="1184.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1559, 'leftMargin': 135, 'rightMargin': 92}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/beta.glif b/src/Inter-UI-Regular.ufo/glyphs/beta.glif
index 5a5512c0c..32557c6e1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/beta.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/beta.glif
@@ -1,71 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="beta" format="1">
- <advance width="1664"/>
+<glyph name="beta" format="2">
+ <advance width="1664.0"/>
<unicode hex="03B2"/>
<outline>
<contour>
- <point x="720" y="1184" type="line" name="hr00"/>
- <point x="720" y="980" type="line"/>
- <point x="916" y="980" type="line" smooth="yes"/>
- <point x="1140" y="980"/>
- <point x="1284" y="788"/>
- <point x="1284" y="588" type="curve" smooth="yes"/>
- <point x="1284" y="376"/>
- <point x="1124" y="192"/>
- <point x="864" y="192" type="curve" smooth="yes"/>
- <point x="616" y="192"/>
- <point x="464" y="360"/>
- <point x="464" y="556" type="curve"/>
- <point x="464" y="164" type="line"/>
- <point x="480" y="172" type="line"/>
- <point x="592" y="16"/>
- <point x="744" y="-28"/>
- <point x="892" y="-28" type="curve" smooth="yes"/>
- <point x="1256" y="-28"/>
- <point x="1520" y="240"/>
- <point x="1520" y="588" type="curve" smooth="yes"/>
- <point x="1520" y="876"/>
- <point x="1340" y="1184"/>
- <point x="920" y="1184" type="curve" smooth="yes"/>
+ <point x="720.0" y="1184.0" type="line"/>
+ <point x="720.0" y="980.0" type="line"/>
+ <point x="916.0" y="980.0" type="line" smooth="yes"/>
+ <point x="1140.0" y="980.0"/>
+ <point x="1284.0" y="788.0"/>
+ <point x="1284.0" y="588.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="376.0"/>
+ <point x="1124.0" y="192.0"/>
+ <point x="864.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="192.0"/>
+ <point x="464.0" y="360.0"/>
+ <point x="464.0" y="556.0" type="curve"/>
+ <point x="464.0" y="164.0" type="line"/>
+ <point x="480.0" y="172.0" type="line"/>
+ <point x="592.0" y="16.0"/>
+ <point x="744.0" y="-28.0"/>
+ <point x="892.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="-28.0"/>
+ <point x="1520.0" y="240.0"/>
+ <point x="1520.0" y="588.0" type="curve" smooth="yes"/>
+ <point x="1520.0" y="876.0"/>
+ <point x="1340.0" y="1184.0"/>
+ <point x="920.0" y="1184.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="836" y="2076" type="curve" smooth="yes"/>
- <point x="484" y="2076"/>
- <point x="216" y="1840"/>
- <point x="216" y="1524" type="curve"/>
- <point x="216" y="-576" type="line"/>
- <point x="464" y="-576" type="line"/>
- <point x="464" y="1524" type="line" smooth="yes"/>
- <point x="464" y="1720"/>
- <point x="632" y="1856"/>
- <point x="836" y="1856" type="curve" smooth="yes"/>
- <point x="1040" y="1856"/>
- <point x="1200" y="1720"/>
- <point x="1200" y="1536" type="curve" smooth="yes"/>
- <point x="1200" y="1364"/>
- <point x="1064" y="1200"/>
- <point x="832" y="1200" type="curve" smooth="yes"/>
- <point x="720" y="1200" type="line"/>
- <point x="720" y="996" type="line"/>
- <point x="836" y="996" type="line" smooth="yes"/>
- <point x="1244" y="996"/>
- <point x="1432" y="1284"/>
- <point x="1432" y="1536" type="curve" smooth="yes"/>
- <point x="1432" y="1804"/>
- <point x="1216" y="2076"/>
+ <point x="836.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="2076.0"/>
+ <point x="216.0" y="1840.0"/>
+ <point x="216.0" y="1524.0" type="curve"/>
+ <point x="216.0" y="-576.0" type="line"/>
+ <point x="464.0" y="-576.0" type="line"/>
+ <point x="464.0" y="1524.0" type="line" smooth="yes"/>
+ <point x="464.0" y="1720.0"/>
+ <point x="632.0" y="1856.0"/>
+ <point x="836.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="1856.0"/>
+ <point x="1200.0" y="1720.0"/>
+ <point x="1200.0" y="1536.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="1364.0"/>
+ <point x="1064.0" y="1200.0"/>
+ <point x="832.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="1200.0" type="line"/>
+ <point x="720.0" y="996.0" type="line"/>
+ <point x="836.0" y="996.0" type="line" smooth="yes"/>
+ <point x="1244.0" y="996.0"/>
+ <point x="1432.0" y="1284.0"/>
+ <point x="1432.0" y="1536.0" type="curve" smooth="yes"/>
+ <point x="1432.0" y="1804.0"/>
+ <point x="1216.0" y="2076.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1668, 'leftMargin': 216, 'rightMargin': 150}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.22</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/beta1.glif b/src/Inter-UI-Regular.ufo/glyphs/beta1.glif
index 5cabd97f6..ded940d33 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/beta1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/beta1.glif
@@ -1,71 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="beta1" format="1">
- <advance width="1776"/>
+<glyph name="beta1" format="2">
+ <advance width="1776.0"/>
<unicode hex="03D0"/>
<outline>
<contour>
- <point x="948" y="1292" type="curve" smooth="yes"/>
- <point x="740" y="1292"/>
- <point x="568" y="1200"/>
- <point x="456" y="1064" type="curve"/>
- <point x="456" y="1548"/>
- <point x="592" y="1920"/>
- <point x="908" y="1920" type="curve" smooth="yes"/>
- <point x="1060" y="1920"/>
- <point x="1108" y="1836"/>
- <point x="1108" y="1756" type="curve" smooth="yes"/>
- <point x="1108" y="1696"/>
- <point x="1052" y="1612"/>
- <point x="896" y="1612" type="curve" smooth="yes"/>
- <point x="812" y="1612"/>
- <point x="700" y="1632"/>
- <point x="552" y="1692" type="curve"/>
- <point x="468" y="1484" type="line"/>
- <point x="656" y="1404"/>
- <point x="804" y="1392"/>
- <point x="928" y="1392" type="curve" smooth="yes"/>
- <point x="1260" y="1392"/>
- <point x="1384" y="1588"/>
- <point x="1384" y="1764" type="curve" smooth="yes"/>
- <point x="1384" y="2012"/>
- <point x="1184" y="2140"/>
- <point x="940" y="2140" type="curve" smooth="yes"/>
- <point x="452" y="2140"/>
- <point x="224" y="1688"/>
- <point x="224" y="1052" type="curve" smooth="yes"/>
- <point x="224" y="952" type="line" smooth="yes"/>
- <point x="224" y="304"/>
- <point x="456" y="-28"/>
- <point x="888" y="-28" type="curve" smooth="yes"/>
- <point x="1308" y="-28"/>
- <point x="1556" y="244"/>
- <point x="1556" y="660" type="curve" smooth="yes"/>
- <point x="1556" y="1072"/>
- <point x="1300" y="1292"/>
+ <point x="948.0" y="1292.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="1292.0"/>
+ <point x="568.0" y="1200.0"/>
+ <point x="456.0" y="1064.0" type="curve"/>
+ <point x="456.0" y="1548.0"/>
+ <point x="592.0" y="1920.0"/>
+ <point x="908.0" y="1920.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="1920.0"/>
+ <point x="1108.0" y="1836.0"/>
+ <point x="1108.0" y="1756.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="1696.0"/>
+ <point x="1052.0" y="1612.0"/>
+ <point x="896.0" y="1612.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="1612.0"/>
+ <point x="700.0" y="1632.0"/>
+ <point x="552.0" y="1692.0" type="curve"/>
+ <point x="468.0" y="1484.0" type="line"/>
+ <point x="656.0" y="1404.0"/>
+ <point x="804.0" y="1392.0"/>
+ <point x="928.0" y="1392.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="1392.0"/>
+ <point x="1384.0" y="1588.0"/>
+ <point x="1384.0" y="1764.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="2012.0"/>
+ <point x="1184.0" y="2140.0"/>
+ <point x="940.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="2140.0"/>
+ <point x="224.0" y="1688.0"/>
+ <point x="224.0" y="1052.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="952.0" type="line" smooth="yes"/>
+ <point x="224.0" y="304.0"/>
+ <point x="456.0" y="-28.0"/>
+ <point x="888.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1308.0" y="-28.0"/>
+ <point x="1556.0" y="244.0"/>
+ <point x="1556.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="1072.0"/>
+ <point x="1300.0" y="1292.0"/>
</contour>
<contour>
- <point x="900" y="1072" type="curve" smooth="yes"/>
- <point x="1160" y="1072"/>
- <point x="1280" y="928"/>
- <point x="1280" y="660" type="curve" smooth="yes"/>
- <point x="1280" y="384"/>
- <point x="1160" y="192"/>
- <point x="888" y="192" type="curve" smooth="yes"/>
- <point x="616" y="192"/>
- <point x="512" y="384"/>
- <point x="512" y="660" type="curve" smooth="yes"/>
- <point x="512" y="928"/>
- <point x="696" y="1072"/>
+ <point x="900.0" y="1072.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="1072.0"/>
+ <point x="1280.0" y="928.0"/>
+ <point x="1280.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="384.0"/>
+ <point x="1160.0" y="192.0"/>
+ <point x="888.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="192.0"/>
+ <point x="512.0" y="384.0"/>
+ <point x="512.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="928.0"/>
+ <point x="696.0" y="1072.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 127, 'rightMargin': 126}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bhook.glif b/src/Inter-UI-Regular.ufo/glyphs/bhook.glif
index dcdeddb6f..56abc71fa 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bhook.glif
@@ -1,79 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bhook" format="1">
- <advance width="1716"/>
+<glyph name="bhook" format="2">
+ <advance width="1716.0"/>
<unicode hex="0253"/>
+ <anchor x="888.0" y="0.0" name="bottom"/>
+ <anchor x="928.0" y="2340.0" name="top"/>
+ <anchor x="1652.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="452" y="1400" type="line"/>
- <point x="452" y="1664" type="line" smooth="yes"/>
- <point x="452" y="1824"/>
- <point x="548" y="1872"/>
- <point x="676" y="1872" type="curve" smooth="yes"/>
- <point x="704" y="1872"/>
- <point x="732" y="1868"/>
- <point x="752" y="1864" type="curve"/>
- <point x="752" y="2064" type="line"/>
- <point x="716" y="2076"/>
- <point x="664" y="2076"/>
- <point x="616" y="2076" type="curve" smooth="yes"/>
- <point x="392" y="2076"/>
- <point x="216" y="1928"/>
- <point x="216" y="1664" type="curve" smooth="yes"/>
- <point x="216" y="1400" type="line"/>
+ <point x="452.0" y="1400.0" type="line"/>
+ <point x="452.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1824.0"/>
+ <point x="548.0" y="1872.0"/>
+ <point x="676.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="1872.0"/>
+ <point x="732.0" y="1868.0"/>
+ <point x="752.0" y="1864.0" type="curve"/>
+ <point x="752.0" y="2064.0" type="line"/>
+ <point x="716.0" y="2076.0"/>
+ <point x="664.0" y="2076.0"/>
+ <point x="616.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2076.0"/>
+ <point x="216.0" y="1928.0"/>
+ <point x="216.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1400.0" type="line"/>
</contour>
<contour>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="444" y="0" type="line"/>
- <point x="444" y="236" type="line"/>
- <point x="472" y="236" type="line"/>
- <point x="524" y="152"/>
- <point x="624" y="-32"/>
- <point x="920" y="-32" type="curve" smooth="yes"/>
- <point x="1304" y="-32"/>
- <point x="1572" y="276"/>
- <point x="1572" y="764" type="curve" smooth="yes"/>
- <point x="1572" y="1248"/>
- <point x="1304" y="1556"/>
- <point x="916" y="1556" type="curve" smooth="yes"/>
- <point x="616" y="1556"/>
- <point x="524" y="1372"/>
- <point x="472" y="1292" type="curve"/>
- <point x="452" y="1292" type="line"/>
- <point x="452" y="1536" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
+ <point x="444.0" y="236.0" type="line"/>
+ <point x="472.0" y="236.0" type="line"/>
+ <point x="524.0" y="152.0"/>
+ <point x="624.0" y="-32.0"/>
+ <point x="920.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-32.0"/>
+ <point x="1572.0" y="276.0"/>
+ <point x="1572.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="1248.0"/>
+ <point x="1304.0" y="1556.0"/>
+ <point x="916.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1556.0"/>
+ <point x="524.0" y="1372.0"/>
+ <point x="472.0" y="1292.0" type="curve"/>
+ <point x="452.0" y="1292.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="1336" y="768" type="curve" smooth="yes"/>
- <point x="1336" y="440"/>
- <point x="1184" y="180"/>
- <point x="888" y="180" type="curve" smooth="yes"/>
- <point x="604" y="180"/>
- <point x="448" y="420"/>
- <point x="448" y="768" type="curve" smooth="yes"/>
- <point x="448" y="1112"/>
- <point x="600" y="1344"/>
- <point x="888" y="1344" type="curve" smooth="yes"/>
- <point x="1188" y="1344"/>
- <point x="1336" y="1092"/>
- </contour>
- <contour>
- <point x="928" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1652" y="2340" type="move" name="top0315"/>
+ <point x="1336.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="440.0"/>
+ <point x="1184.0" y="180.0"/>
+ <point x="888.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="180.0"/>
+ <point x="448.0" y="420.0"/>
+ <point x="448.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1112.0"/>
+ <point x="600.0" y="1344.0"/>
+ <point x="888.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1344.0"/>
+ <point x="1336.0" y="1092.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1588, 'leftMargin': 188, 'rightMargin': 126}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/blackleftpointingtriangle.glif b/src/Inter-UI-Regular.ufo/glyphs/blackleftpointingtriangle.glif
index 54287fc8f..3e97a8588 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/blackleftpointingtriangle.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/blackleftpointingtriangle.glif
@@ -1,27 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="blackleftpointingtriangle" format="1">
- <advance width="2576"/>
+<glyph name="blackleftpointingtriangle" format="2">
+ <advance width="2576.0"/>
<unicode hex="25C0"/>
<outline>
<contour>
- <point x="2312" y="-256" type="line"/>
- <point x="2312" y="2304" type="line"/>
- <point x="136" y="1024" type="line"/>
+ <point x="2312.0" y="-256.0" type="line"/>
+ <point x="2312.0" y="2304.0" type="line"/>
+ <point x="136.0" y="1024.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/blinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/blinebelow.glif
new file mode 100644
index 000000000..d480081e0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/blinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="blinebelow" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E07"/>
+ <anchor x="904.0" y="-404.0" name="bottom"/>
+ <anchor x="1700.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="900.0" y="2304.0" name="parent_top"/>
+ <anchor x="900.0" y="2304.0" name="top"/>
+ <anchor x="1700.0" y="2216.0" name="top0315"/>
+ <anchor x="1700.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="b"/>
+ <component base="macronsubnosp" xOffset="1712.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/braceleft.case.glif b/src/Inter-UI-Regular.ufo/glyphs/braceleft.case.glif
index d50a77cfd..4571d779d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/braceleft.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/braceleft.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="braceleft.case" format="1">
- <advance width="928"/>
+<glyph name="braceleft.case" format="2">
+ <advance width="928.0"/>
<outline>
- <component base="braceleft" yOffset="172"/>
+ <component base="braceleft" yOffset="172.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/braceleft.glif b/src/Inter-UI-Regular.ufo/glyphs/braceleft.glif
index dbc4fbd38..5a6a25566 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/braceleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/braceleft.glif
@@ -1,54 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="braceleft" format="1">
- <advance width="928"/>
+<glyph name="braceleft" format="2">
+ <advance width="928.0"/>
<unicode hex="007B"/>
<outline>
<contour>
- <point x="800" y="2196" type="line"/>
- <point x="424" y="2092"/>
- <point x="356" y="1844"/>
- <point x="356" y="1556" type="curve"/>
- <point x="356" y="1276" type="line"/>
- <point x="356" y="1080"/>
- <point x="272" y="956"/>
- <point x="72" y="956" type="curve"/>
- <point x="72" y="780" type="line"/>
- <point x="468" y="780"/>
- <point x="580" y="1000"/>
- <point x="580" y="1276" type="curve"/>
- <point x="580" y="1556" type="line"/>
- <point x="580" y="1780"/>
- <point x="644" y="1964"/>
- <point x="856" y="2032" type="curve"/>
+ <point x="800.0" y="2196.0" type="line"/>
+ <point x="424.0" y="2092.0"/>
+ <point x="356.0" y="1844.0"/>
+ <point x="356.0" y="1556.0" type="curve"/>
+ <point x="356.0" y="1276.0" type="line"/>
+ <point x="356.0" y="1080.0"/>
+ <point x="272.0" y="956.0"/>
+ <point x="72.0" y="956.0" type="curve"/>
+ <point x="72.0" y="780.0" type="line"/>
+ <point x="468.0" y="780.0"/>
+ <point x="580.0" y="1000.0"/>
+ <point x="580.0" y="1276.0" type="curve"/>
+ <point x="580.0" y="1556.0" type="line"/>
+ <point x="580.0" y="1780.0"/>
+ <point x="644.0" y="1964.0"/>
+ <point x="856.0" y="2032.0" type="curve"/>
</contour>
<contour>
- <point x="856" y="-328" type="line"/>
- <point x="644" y="-260"/>
- <point x="580" y="-76"/>
- <point x="580" y="148" type="curve" smooth="yes"/>
- <point x="580" y="424" type="line" smooth="yes"/>
- <point x="580" y="704"/>
- <point x="468" y="924"/>
- <point x="72" y="924" type="curve"/>
- <point x="72" y="748" type="line"/>
- <point x="272" y="748"/>
- <point x="356" y="620"/>
- <point x="356" y="424" type="curve" smooth="yes"/>
- <point x="356" y="148" type="line" smooth="yes"/>
- <point x="356" y="-144"/>
- <point x="424" y="-388"/>
- <point x="800" y="-496" type="curve"/>
+ <point x="856.0" y="-328.0" type="line"/>
+ <point x="644.0" y="-260.0"/>
+ <point x="580.0" y="-76.0"/>
+ <point x="580.0" y="148.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="424.0" type="line" smooth="yes"/>
+ <point x="580.0" y="704.0"/>
+ <point x="468.0" y="924.0"/>
+ <point x="72.0" y="924.0" type="curve"/>
+ <point x="72.0" y="748.0" type="line"/>
+ <point x="272.0" y="748.0"/>
+ <point x="356.0" y="620.0"/>
+ <point x="356.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="148.0" type="line" smooth="yes"/>
+ <point x="356.0" y="-144.0"/>
+ <point x="424.0" y="-388.0"/>
+ <point x="800.0" y="-496.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/braceright.case.glif b/src/Inter-UI-Regular.ufo/glyphs/braceright.case.glif
index 901a7f377..aaaf59cfa 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/braceright.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/braceright.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="braceright.case" format="1">
- <advance width="928"/>
+<glyph name="braceright.case" format="2">
+ <advance width="928.0"/>
<outline>
- <component base="braceright" yOffset="172"/>
+ <component base="braceright" yOffset="172.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/braceright.glif b/src/Inter-UI-Regular.ufo/glyphs/braceright.glif
index 020cec62c..ec0c44563 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/braceright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/braceright.glif
@@ -1,19 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="braceright" format="1">
- <advance width="928"/>
+<glyph name="braceright" format="2">
+ <advance width="928.0"/>
<unicode hex="007D"/>
<outline>
- <component base="braceleft" xScale="-1" xOffset="912"/>
+ <component base="braceleft" xScale="-1.0" xOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bracketleft.case.glif b/src/Inter-UI-Regular.ufo/glyphs/bracketleft.case.glif
index 0e826d7b6..0c056cf23 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bracketleft.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bracketleft.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketleft.case" format="1">
- <advance width="928"/>
+<glyph name="bracketleft.case" format="2">
+ <advance width="928.0"/>
<outline>
- <component base="bracketleft" yOffset="128"/>
+ <component base="bracketleft" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bracketleft.glif b/src/Inter-UI-Regular.ufo/glyphs/bracketleft.glif
index cf1870e0c..4c8a42ac7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bracketleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bracketleft.glif
@@ -1,28 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketleft" format="1">
- <advance width="928"/>
+<glyph name="bracketleft" format="2">
+ <advance width="928.0"/>
<unicode hex="005B"/>
<outline>
<contour>
- <point x="776" y="2240" type="line"/>
- <point x="264" y="2240" type="line"/>
- <point x="264" y="-448" type="line"/>
- <point x="776" y="-448" type="line"/>
- <point x="776" y="-228" type="line"/>
- <point x="496" y="-228" type="line"/>
- <point x="496" y="2020" type="line"/>
- <point x="776" y="2020" type="line"/>
+ <point x="776.0" y="2240.0" type="line"/>
+ <point x="264.0" y="2240.0" type="line"/>
+ <point x="264.0" y="-448.0" type="line"/>
+ <point x="776.0" y="-448.0" type="line"/>
+ <point x="776.0" y="-228.0" type="line"/>
+ <point x="496.0" y="-228.0" type="line"/>
+ <point x="496.0" y="2020.0" type="line"/>
+ <point x="776.0" y="2020.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bracketleft_quill.glif b/src/Inter-UI-Regular.ufo/glyphs/bracketleft_quill.glif
index da7bc56a8..b29891f5c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bracketleft_quill.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bracketleft_quill.glif
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketleft_quill" format="1">
- <advance width="928"/>
+<glyph name="bracketleft_quill" format="2">
+ <advance width="928.0"/>
<unicode hex="2045"/>
<outline>
<contour>
- <point x="776" y="1008" type="line"/>
- <point x="388" y="1008" type="line"/>
- <point x="388" y="788" type="line"/>
- <point x="776" y="788" type="line"/>
+ <point x="776.0" y="1008.0" type="line"/>
+ <point x="388.0" y="1008.0" type="line"/>
+ <point x="388.0" y="788.0" type="line"/>
+ <point x="776.0" y="788.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="776.0" y="2240.0" type="line"/>
+ <point x="264.0" y="2240.0" type="line"/>
+ <point x="264.0" y="-448.0" type="line"/>
+ <point x="776.0" y="-448.0" type="line"/>
+ <point x="776.0" y="-228.0" type="line"/>
+ <point x="496.0" y="-228.0" type="line"/>
+ <point x="496.0" y="2020.0" type="line"/>
+ <point x="776.0" y="2020.0" type="line"/>
</contour>
- <component base="bracketleft"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 890, 'leftMargin': 289, 'rightMargin': 85}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bracketright.case.glif b/src/Inter-UI-Regular.ufo/glyphs/bracketright.case.glif
index 7cff22e75..b65577f3b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bracketright.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bracketright.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketright.case" format="1">
- <advance width="928"/>
+<glyph name="bracketright.case" format="2">
+ <advance width="928.0"/>
<outline>
- <component base="bracketright" yOffset="128"/>
+ <component base="bracketright" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bracketright.glif b/src/Inter-UI-Regular.ufo/glyphs/bracketright.glif
index 5f1424cfc..b74953dea 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bracketright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bracketright.glif
@@ -1,28 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketright" format="1">
- <advance width="928"/>
+<glyph name="bracketright" format="2">
+ <advance width="928.0"/>
<unicode hex="005D"/>
<outline>
<contour>
- <point x="152" y="2240" type="line"/>
- <point x="152" y="2020" type="line"/>
- <point x="432" y="2020" type="line"/>
- <point x="432" y="-228" type="line"/>
- <point x="152" y="-228" type="line"/>
- <point x="152" y="-448" type="line"/>
- <point x="664" y="-448" type="line"/>
- <point x="664" y="2240" type="line"/>
+ <point x="152.0" y="2240.0" type="line"/>
+ <point x="152.0" y="2020.0" type="line"/>
+ <point x="432.0" y="2020.0" type="line"/>
+ <point x="432.0" y="-228.0" type="line"/>
+ <point x="152.0" y="-228.0" type="line"/>
+ <point x="152.0" y="-448.0" type="line"/>
+ <point x="664.0" y="-448.0" type="line"/>
+ <point x="664.0" y="2240.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bracketright_quill.glif b/src/Inter-UI-Regular.ufo/glyphs/bracketright_quill.glif
index 3d96efae2..37edc2090 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bracketright_quill.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bracketright_quill.glif
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bracketright_quill" format="1">
- <advance width="928"/>
+<glyph name="bracketright_quill" format="2">
+ <advance width="928.0"/>
<unicode hex="2046"/>
<outline>
<contour>
- <point x="556" y="1008" type="line"/>
- <point x="152" y="1008" type="line"/>
- <point x="152" y="788" type="line"/>
- <point x="556" y="788" type="line"/>
+ <point x="556.0" y="1008.0" type="line"/>
+ <point x="152.0" y="1008.0" type="line"/>
+ <point x="152.0" y="788.0" type="line"/>
+ <point x="556.0" y="788.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="152.0" y="2240.0" type="line"/>
+ <point x="152.0" y="2020.0" type="line"/>
+ <point x="432.0" y="2020.0" type="line"/>
+ <point x="432.0" y="-228.0" type="line"/>
+ <point x="152.0" y="-228.0" type="line"/>
+ <point x="152.0" y="-448.0" type="line"/>
+ <point x="664.0" y="-448.0" type="line"/>
+ <point x="664.0" y="2240.0" type="line"/>
</contour>
- <component base="bracketright"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 891.0, 'leftMargin': 107, 'rightMargin': 272.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/breve.glif b/src/Inter-UI-Regular.ufo/glyphs/breve.glif
index 24687d1c7..a9cdc0d9b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/breve.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/breve.glif
@@ -1,46 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breve" format="1">
- <advance width="1264"/>
+<glyph name="breve" format="2">
+ <advance width="1264.0"/>
<unicode hex="02D8"/>
+ <anchor x="632.0" y="1776.0" name="_top"/>
+ <anchor x="632.0" y="2220.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="828" y="2056" type="line"/>
- <point x="828" y="1952"/>
- <point x="772" y="1860"/>
- <point x="632" y="1860" type="curve" smooth="yes"/>
- <point x="492" y="1860"/>
- <point x="440" y="1952"/>
- <point x="440" y="2056" type="curve"/>
- <point x="220" y="2056" type="line"/>
- <point x="220" y="1840"/>
- <point x="380" y="1688"/>
- <point x="632" y="1688" type="curve" smooth="yes"/>
- <point x="888" y="1688"/>
- <point x="1048" y="1840"/>
- <point x="1048" y="2056" type="curve"/>
- </contour>
- <contour>
- <point x="632" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="632" y="2220" type="move" name="mkmktop_acc"/>
+ <point x="828.0" y="2056.0" type="line"/>
+ <point x="828.0" y="1952.0"/>
+ <point x="772.0" y="1860.0"/>
+ <point x="632.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1860.0"/>
+ <point x="440.0" y="1952.0"/>
+ <point x="440.0" y="2056.0" type="curve"/>
+ <point x="220.0" y="2056.0" type="line"/>
+ <point x="220.0" y="1840.0"/>
+ <point x="380.0" y="1688.0"/>
+ <point x="632.0" y="1688.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="1688.0"/>
+ <point x="1048.0" y="1840.0"/>
+ <point x="1048.0" y="2056.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1206, 'leftMargin': 176, 'rightMargin': 201}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/breveacutecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/breveacutecomb.cn.glif
new file mode 100644
index 000000000..3d17f4407
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/breveacutecomb.cn.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="breveacutecomb.cn" format="2">
+ <advance width="1264.0"/>
+ <anchor x="640.0" y="1792.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="828.0" y="2004.0" type="line"/>
+ <point x="828.0" y="1920.0"/>
+ <point x="772.0" y="1848.0"/>
+ <point x="632.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="1848.0"/>
+ <point x="436.0" y="1920.0"/>
+ <point x="436.0" y="2004.0" type="curve"/>
+ <point x="212.0" y="2004.0" type="line"/>
+ <point x="212.0" y="1836.0"/>
+ <point x="372.0" y="1716.0"/>
+ <point x="632.0" y="1716.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="1716.0"/>
+ <point x="1052.0" y="1836.0"/>
+ <point x="1052.0" y="2004.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="552.0" y="2036.0" type="line"/>
+ <point x="700.0" y="2036.0" type="line"/>
+ <point x="924.0" y="2308.0" type="line"/>
+ <point x="700.0" y="2308.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/breveacutecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/breveacutecomb.glif
deleted file mode 100644
index 07fe5338e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/breveacutecomb.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breveacutecomb" format="1">
- <advance width="1264"/>
- <outline>
- <contour>
- <point x="828" y="2004" type="line"/>
- <point x="828" y="1920"/>
- <point x="772" y="1848"/>
- <point x="632" y="1848" type="curve" smooth="yes"/>
- <point x="488" y="1848"/>
- <point x="436" y="1920"/>
- <point x="436" y="2004" type="curve"/>
- <point x="212" y="2004" type="line"/>
- <point x="212" y="1836"/>
- <point x="372" y="1716"/>
- <point x="632" y="1716" type="curve" smooth="yes"/>
- <point x="892" y="1716"/>
- <point x="1052" y="1836"/>
- <point x="1052" y="2004" type="curve"/>
- </contour>
- <contour>
- <point x="552" y="2036" type="line"/>
- <point x="700" y="2036" type="line"/>
- <point x="924" y="2308" type="line"/>
- <point x="700" y="2308" type="line"/>
- </contour>
- <contour>
- <point x="640" y="1792" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1284, 'leftMargin': 176, 'rightMargin': 268}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brevegravecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/brevegravecomb.cn.glif
new file mode 100644
index 000000000..b84c5cb49
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/brevegravecomb.cn.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="brevegravecomb.cn" format="2">
+ <advance width="1264.0"/>
+ <anchor x="640.0" y="1792.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="828.0" y="2004.0" type="line"/>
+ <point x="828.0" y="1920.0"/>
+ <point x="772.0" y="1848.0"/>
+ <point x="632.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="1848.0"/>
+ <point x="436.0" y="1920.0"/>
+ <point x="436.0" y="2004.0" type="curve"/>
+ <point x="212.0" y="2004.0" type="line"/>
+ <point x="212.0" y="1836.0"/>
+ <point x="372.0" y="1716.0"/>
+ <point x="632.0" y="1716.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="1716.0"/>
+ <point x="1052.0" y="1836.0"/>
+ <point x="1052.0" y="2004.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="584.0" y="2036.0" type="line"/>
+ <point x="732.0" y="2036.0" type="line"/>
+ <point x="584.0" y="2308.0" type="line"/>
+ <point x="360.0" y="2308.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brevegravecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/brevegravecomb.glif
deleted file mode 100644
index 7371698a5..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/brevegravecomb.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevegravecomb" format="1">
- <advance width="1264"/>
- <outline>
- <contour>
- <point x="828" y="2004" type="line"/>
- <point x="828" y="1920"/>
- <point x="772" y="1848"/>
- <point x="632" y="1848" type="curve" smooth="yes"/>
- <point x="488" y="1848"/>
- <point x="436" y="1920"/>
- <point x="436" y="2004" type="curve"/>
- <point x="212" y="2004" type="line"/>
- <point x="212" y="1836"/>
- <point x="372" y="1716"/>
- <point x="632" y="1716" type="curve" smooth="yes"/>
- <point x="892" y="1716"/>
- <point x="1052" y="1836"/>
- <point x="1052" y="2004" type="curve"/>
- </contour>
- <contour>
- <point x="584" y="2036" type="line"/>
- <point x="732" y="2036" type="line"/>
- <point x="584" y="2308" type="line"/>
- <point x="360" y="2308" type="line"/>
- </contour>
- <contour>
- <point x="640" y="1792" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1284, 'leftMargin': 176, 'rightMargin': 268}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brevehookcomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/brevehookcomb.cn.glif
new file mode 100644
index 000000000..dabc1a5a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/brevehookcomb.cn.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="brevehookcomb.cn" format="2">
+ <advance width="1264.0"/>
+ <anchor x="648.0" y="1764.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="820.0" y="2004.0" type="line"/>
+ <point x="820.0" y="1920.0"/>
+ <point x="768.0" y="1848.0"/>
+ <point x="632.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1848.0"/>
+ <point x="444.0" y="1920.0"/>
+ <point x="444.0" y="2004.0" type="curve"/>
+ <point x="228.0" y="2004.0" type="line"/>
+ <point x="228.0" y="1836.0"/>
+ <point x="384.0" y="1716.0"/>
+ <point x="632.0" y="1716.0" type="curve" smooth="yes"/>
+ <point x="884.0" y="1716.0"/>
+ <point x="1036.0" y="1836.0"/>
+ <point x="1036.0" y="2004.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="740.0" y="2032.0" type="line"/>
+ <point x="740.0" y="2120.0" type="line"/>
+ <point x="840.0" y="2132.0"/>
+ <point x="940.0" y="2172.0"/>
+ <point x="940.0" y="2276.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="2392.0"/>
+ <point x="804.0" y="2472.0"/>
+ <point x="536.0" y="2472.0" type="curve"/>
+ <point x="524.0" y="2356.0" type="line"/>
+ <point x="644.0" y="2356.0"/>
+ <point x="736.0" y="2336.0"/>
+ <point x="736.0" y="2280.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="2228.0"/>
+ <point x="680.0" y="2212.0"/>
+ <point x="548.0" y="2208.0" type="curve"/>
+ <point x="552.0" y="2032.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brevehookcomb.glif b/src/Inter-UI-Regular.ufo/glyphs/brevehookcomb.glif
deleted file mode 100644
index b38fa036c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/brevehookcomb.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevehookcomb" format="1">
- <advance width="1264"/>
- <outline>
- <contour>
- <point x="820" y="2004" type="line"/>
- <point x="820" y="1920"/>
- <point x="768" y="1848"/>
- <point x="632" y="1848" type="curve" smooth="yes"/>
- <point x="496" y="1848"/>
- <point x="444" y="1920"/>
- <point x="444" y="2004" type="curve"/>
- <point x="228" y="2004" type="line"/>
- <point x="228" y="1836"/>
- <point x="384" y="1716"/>
- <point x="632" y="1716" type="curve" smooth="yes"/>
- <point x="884" y="1716"/>
- <point x="1036" y="1836"/>
- <point x="1036" y="2004" type="curve"/>
- </contour>
- <contour>
- <point x="740" y="2032" type="line"/>
- <point x="740" y="2120" type="line"/>
- <point x="840" y="2132"/>
- <point x="940" y="2172"/>
- <point x="940" y="2276" type="curve" smooth="yes"/>
- <point x="940" y="2392"/>
- <point x="804" y="2472"/>
- <point x="536" y="2472" type="curve"/>
- <point x="524" y="2356" type="line"/>
- <point x="644" y="2356"/>
- <point x="736" y="2336"/>
- <point x="736" y="2280" type="curve" smooth="yes"/>
- <point x="736" y="2228"/>
- <point x="680" y="2212"/>
- <point x="548" y="2208" type="curve"/>
- <point x="552" y="2032" type="line"/>
- </contour>
- <contour>
- <point x="648" y="1764" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1284, 'leftMargin': 176, 'rightMargin': 298}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/breveinverteddoublecmb.glif b/src/Inter-UI-Regular.ufo/glyphs/breveinverteddoublecmb.glif
index 1e9eca878..692e94d50 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/breveinverteddoublecmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/breveinverteddoublecmb.glif
@@ -1,37 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breveinverteddoublecmb" format="1">
- <advance width="0"/>
+<glyph name="breveinverteddoublecmb" format="2">
<unicode hex="0361"/>
+ <anchor x="0.0" y="1636.0" name="_marktop_dd"/>
<outline>
<contour>
- <point x="0" y="1636" type="move" name="_marktop_dd"/>
- </contour>
- <contour>
- <point x="964" y="1632" type="line"/>
- <point x="813" y="1849"/>
- <point x="448" y="2043"/>
- <point x="0" y="2043" type="curve" smooth="yes"/>
- <point x="-448" y="2043"/>
- <point x="-814" y="1849"/>
- <point x="-965" y="1632" type="curve"/>
- <point x="-744" y="1632" type="line"/>
- <point x="-634" y="1738"/>
- <point x="-320" y="1873"/>
- <point x="0" y="1873" type="curve" smooth="yes"/>
- <point x="318" y="1873"/>
- <point x="633" y="1738"/>
- <point x="743" y="1632" type="curve"/>
+ <point x="964.0" y="1632.0" type="line"/>
+ <point x="813.0" y="1849.0"/>
+ <point x="448.0" y="2043.0"/>
+ <point x="0.0" y="2043.0" type="curve" smooth="yes"/>
+ <point x="-448.0" y="2043.0"/>
+ <point x="-814.0" y="1849.0"/>
+ <point x="-965.0" y="1632.0" type="curve"/>
+ <point x="-744.0" y="1632.0" type="line"/>
+ <point x="-634.0" y="1738.0"/>
+ <point x="-320.0" y="1873.0"/>
+ <point x="0.0" y="1873.0" type="curve" smooth="yes"/>
+ <point x="318.0" y="1873.0"/>
+ <point x="633.0" y="1738.0"/>
+ <point x="743.0" y="1632.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/breveinvnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/breveinvnosp.glif
index 4a57aeb78..cf5fb4a88 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/breveinvnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/breveinvnosp.glif
@@ -1,49 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breveinvnosp" format="1">
- <advance width="0"/>
+<glyph name="breveinvnosp" format="2">
<unicode hex="0311"/>
+ <anchor x="-809.0" y="1646.0" name="_marktop"/>
+ <anchor x="-809.0" y="1646.0" name="_top"/>
+ <anchor x="-809.0" y="2113.0" name="mkmktop"/>
+ <anchor x="-809.0" y="2113.0" name="mkmktop_acc"/>
+ <anchor x="-807.0" y="1816.0" name="parent_top"/>
<outline>
<contour>
- <point x="-809" y="1646" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-809" y="1646" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-809" y="2113" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-809" y="2113" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-807" y="1816" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-393" y="1632" type="line"/>
- <point x="-393" y="1849"/>
- <point x="-551" y="2002"/>
- <point x="-807" y="2002" type="curve" smooth="yes"/>
- <point x="-1063" y="2002"/>
- <point x="-1222" y="1849"/>
- <point x="-1222" y="1632" type="curve"/>
- <point x="-1001" y="1632" type="line"/>
- <point x="-1001" y="1738"/>
- <point x="-949" y="1832"/>
- <point x="-807" y="1832" type="curve" smooth="yes"/>
- <point x="-668" y="1832"/>
- <point x="-615" y="1738"/>
- <point x="-615" y="1632" type="curve"/>
+ <point x="-393.0" y="1632.0" type="line"/>
+ <point x="-393.0" y="1849.0"/>
+ <point x="-551.0" y="2002.0"/>
+ <point x="-807.0" y="2002.0" type="curve" smooth="yes"/>
+ <point x="-1063.0" y="2002.0"/>
+ <point x="-1222.0" y="1849.0"/>
+ <point x="-1222.0" y="1632.0" type="curve"/>
+ <point x="-1001.0" y="1632.0" type="line"/>
+ <point x="-1001.0" y="1738.0"/>
+ <point x="-949.0" y="1832.0"/>
+ <point x="-807.0" y="1832.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="1832.0"/>
+ <point x="-615.0" y="1738.0"/>
+ <point x="-615.0" y="1632.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/breveinvsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/breveinvsubnosp.glif
index 8205180db..690991d71 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/breveinvsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/breveinvsubnosp.glif
@@ -1,40 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="breveinvsubnosp" format="1">
- <advance width="0"/>
+<glyph name="breveinvsubnosp" format="2">
<unicode hex="032F"/>
+ <anchor x="-804.0" y="0.0" name="_markbottom"/>
+ <anchor x="-804.0" y="-512.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-804" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-804" y="-512" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-393" y="-512" type="line"/>
- <point x="-393" y="-294"/>
- <point x="-551" y="-142"/>
- <point x="-807" y="-142" type="curve" smooth="yes"/>
- <point x="-1063" y="-142"/>
- <point x="-1222" y="-294"/>
- <point x="-1222" y="-512" type="curve"/>
- <point x="-1001" y="-512" type="line"/>
- <point x="-1001" y="-406"/>
- <point x="-949" y="-312"/>
- <point x="-807" y="-312" type="curve" smooth="yes"/>
- <point x="-668" y="-312"/>
- <point x="-615" y="-406"/>
- <point x="-615" y="-512" type="curve"/>
+ <point x="-393.0" y="-512.0" type="line"/>
+ <point x="-393.0" y="-294.0"/>
+ <point x="-551.0" y="-142.0"/>
+ <point x="-807.0" y="-142.0" type="curve" smooth="yes"/>
+ <point x="-1063.0" y="-142.0"/>
+ <point x="-1222.0" y="-294.0"/>
+ <point x="-1222.0" y="-512.0" type="curve"/>
+ <point x="-1001.0" y="-512.0" type="line"/>
+ <point x="-1001.0" y="-406.0"/>
+ <point x="-949.0" y="-312.0"/>
+ <point x="-807.0" y="-312.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="-312.0"/>
+ <point x="-615.0" y="-406.0"/>
+ <point x="-615.0" y="-512.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brevenosp.glif b/src/Inter-UI-Regular.ufo/glyphs/brevenosp.glif
index a128125ed..5eb594164 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/brevenosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/brevenosp.glif
@@ -1,43 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevenosp" format="1">
- <advance width="0"/>
+<glyph name="brevenosp" format="2">
<unicode hex="0306"/>
+ <anchor x="-813.0" y="1642.0" name="_marktop"/>
+ <anchor x="-813.0" y="2206.0" name="mkmktop"/>
+ <anchor x="-809.0" y="1871.0" name="parent_top"/>
<outline>
<contour>
- <point x="-813" y="1642" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-813" y="2206" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-809" y="1871" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-616" y="2057" type="line"/>
- <point x="-616" y="1951"/>
- <point x="-670" y="1858"/>
- <point x="-809" y="1858" type="curve" smooth="yes"/>
- <point x="-950" y="1858"/>
- <point x="-1002" y="1951"/>
- <point x="-1002" y="2057" type="curve"/>
- <point x="-1224" y="2057" type="line"/>
- <point x="-1224" y="1840"/>
- <point x="-1064" y="1687"/>
- <point x="-809" y="1687" type="curve" smooth="yes"/>
- <point x="-553" y="1687"/>
- <point x="-395" y="1840"/>
- <point x="-395" y="2057" type="curve"/>
+ <point x="-616.0" y="2057.0" type="line"/>
+ <point x="-616.0" y="1951.0"/>
+ <point x="-670.0" y="1858.0"/>
+ <point x="-809.0" y="1858.0" type="curve" smooth="yes"/>
+ <point x="-950.0" y="1858.0"/>
+ <point x="-1002.0" y="1951.0"/>
+ <point x="-1002.0" y="2057.0" type="curve"/>
+ <point x="-1224.0" y="2057.0" type="line"/>
+ <point x="-1224.0" y="1840.0"/>
+ <point x="-1064.0" y="1687.0"/>
+ <point x="-809.0" y="1687.0" type="curve" smooth="yes"/>
+ <point x="-553.0" y="1687.0"/>
+ <point x="-395.0" y="1840.0"/>
+ <point x="-395.0" y="2057.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brevesubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/brevesubnosp.glif
index 8ad28a4a0..24868f888 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/brevesubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/brevesubnosp.glif
@@ -1,43 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevesubnosp" format="1">
- <advance width="0"/>
+<glyph name="brevesubnosp" format="2">
<unicode hex="032E"/>
+ <anchor x="-809.0" y="0.0" name="_bottom"/>
+ <anchor x="-809.0" y="0.0" name="_markbottom"/>
+ <anchor x="-809.0" y="-502.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-809" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-809" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-809" y="-502" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-615" y="-132" type="line"/>
- <point x="-615" y="-238"/>
- <point x="-668" y="-331"/>
- <point x="-807" y="-331" type="curve" smooth="yes"/>
- <point x="-949" y="-331"/>
- <point x="-1001" y="-238"/>
- <point x="-1001" y="-132" type="curve"/>
- <point x="-1222" y="-132" type="line"/>
- <point x="-1222" y="-349"/>
- <point x="-1063" y="-502"/>
- <point x="-807" y="-502" type="curve" smooth="yes"/>
- <point x="-551" y="-502"/>
- <point x="-393" y="-349"/>
- <point x="-393" y="-132" type="curve"/>
+ <point x="-615.0" y="-132.0" type="line"/>
+ <point x="-615.0" y="-238.0"/>
+ <point x="-668.0" y="-331.0"/>
+ <point x="-807.0" y="-331.0" type="curve" smooth="yes"/>
+ <point x="-949.0" y="-331.0"/>
+ <point x="-1001.0" y="-238.0"/>
+ <point x="-1001.0" y="-132.0" type="curve"/>
+ <point x="-1222.0" y="-132.0" type="line"/>
+ <point x="-1222.0" y="-349.0"/>
+ <point x="-1063.0" y="-502.0"/>
+ <point x="-807.0" y="-502.0" type="curve" smooth="yes"/>
+ <point x="-551.0" y="-502.0"/>
+ <point x="-393.0" y="-349.0"/>
+ <point x="-393.0" y="-132.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brevetildecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/brevetildecomb.cn.glif
new file mode 100644
index 000000000..27a20cf54
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/brevetildecomb.cn.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="brevetildecomb.cn" format="2">
+ <advance width="1264.0"/>
+ <anchor x="644.0" y="1752.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="824.0" y="2004.0" type="line"/>
+ <point x="824.0" y="1920.0"/>
+ <point x="772.0" y="1844.0"/>
+ <point x="632.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1844.0"/>
+ <point x="440.0" y="1920.0"/>
+ <point x="440.0" y="2004.0" type="curve"/>
+ <point x="220.0" y="2004.0" type="line"/>
+ <point x="220.0" y="1832.0"/>
+ <point x="380.0" y="1708.0"/>
+ <point x="632.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="1708.0"/>
+ <point x="1044.0" y="1832.0"/>
+ <point x="1044.0" y="2004.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="912.0" y="2408.0" type="line"/>
+ <point x="912.0" y="2340.0"/>
+ <point x="860.0" y="2288.0"/>
+ <point x="800.0" y="2288.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="2288.0"/>
+ <point x="616.0" y="2388.0"/>
+ <point x="496.0" y="2388.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="2388.0"/>
+ <point x="264.0" y="2264.0"/>
+ <point x="264.0" y="2132.0" type="curve"/>
+ <point x="388.0" y="2104.0" type="line"/>
+ <point x="388.0" y="2172.0"/>
+ <point x="436.0" y="2224.0"/>
+ <point x="496.0" y="2224.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="2224.0"/>
+ <point x="652.0" y="2124.0"/>
+ <point x="800.0" y="2124.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="2124.0"/>
+ <point x="1032.0" y="2236.0"/>
+ <point x="1032.0" y="2372.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brevetildecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/brevetildecomb.glif
deleted file mode 100644
index 17f1c1f85..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/brevetildecomb.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brevetildecomb" format="1">
- <advance width="1264"/>
- <outline>
- <contour>
- <point x="824" y="2004" type="line"/>
- <point x="824" y="1920"/>
- <point x="772" y="1844"/>
- <point x="632" y="1844" type="curve" smooth="yes"/>
- <point x="492" y="1844"/>
- <point x="440" y="1920"/>
- <point x="440" y="2004" type="curve"/>
- <point x="220" y="2004" type="line"/>
- <point x="220" y="1832"/>
- <point x="380" y="1708"/>
- <point x="632" y="1708" type="curve" smooth="yes"/>
- <point x="888" y="1708"/>
- <point x="1044" y="1832"/>
- <point x="1044" y="2004" type="curve"/>
- </contour>
- <contour>
- <point x="912" y="2408" type="line"/>
- <point x="912" y="2340"/>
- <point x="860" y="2288"/>
- <point x="800" y="2288" type="curve" smooth="yes"/>
- <point x="684" y="2288"/>
- <point x="616" y="2388"/>
- <point x="496" y="2388" type="curve" smooth="yes"/>
- <point x="360" y="2388"/>
- <point x="264" y="2264"/>
- <point x="264" y="2132" type="curve"/>
- <point x="388" y="2104" type="line"/>
- <point x="388" y="2172"/>
- <point x="436" y="2224"/>
- <point x="496" y="2224" type="curve" smooth="yes"/>
- <point x="616" y="2224"/>
- <point x="652" y="2124"/>
- <point x="800" y="2124" type="curve" smooth="yes"/>
- <point x="936" y="2124"/>
- <point x="1032" y="2236"/>
- <point x="1032" y="2372" type="curve"/>
- </contour>
- <contour>
- <point x="644" y="1752" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1284, 'leftMargin': 176, 'rightMargin': 286}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bridgeinvsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/bridgeinvsubnosp.glif
index 16fc9994b..fbd507bb6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bridgeinvsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bridgeinvsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bridgeinvsubnosp" format="1">
- <advance width="0"/>
+<glyph name="bridgeinvsubnosp" format="2">
<unicode hex="033A"/>
+ <anchor x="-807.0" y="0.0" name="_markbottom"/>
+ <anchor x="-807.0" y="-683.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-807" y="-683" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-807" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uni02FD" xOffset="-1386" yOffset="-28"/>
+ <component base="uni02FD" xOffset="-1386.0" yOffset="-28.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bridgesubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/bridgesubnosp.glif
index 57fc2264d..5e668d127 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bridgesubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bridgesubnosp.glif
@@ -1,42 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bridgesubnosp" format="1">
- <advance width="0"/>
+<glyph name="bridgesubnosp" format="2">
<unicode hex="032A"/>
+ <anchor x="-809.0" y="0.0" name="_markbottom"/>
+ <anchor x="-809.0" y="-639.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-809" y="0" type="move" name="_markbottom"/>
+ <point x="-528.0" y="-319.0" type="line"/>
+ <point x="-1096.0" y="-319.0" type="line"/>
+ <point x="-1096.0" y="-150.0" type="line"/>
+ <point x="-528.0" y="-150.0" type="line"/>
</contour>
<contour>
- <point x="-809" y="-639" type="move" name="mkmkbottom_acc"/>
+ <point x="-1070.0" y="-639.0" type="line"/>
+ <point x="-1277.0" y="-639.0" type="line"/>
+ <point x="-1277.0" y="-150.0" type="line"/>
+ <point x="-1070.0" y="-150.0" type="line"/>
</contour>
<contour>
- <point x="-528" y="-319" type="line"/>
- <point x="-1096" y="-319" type="line"/>
- <point x="-1096" y="-150" type="line"/>
- <point x="-528" y="-150" type="line"/>
- </contour>
- <contour>
- <point x="-1070" y="-639" type="line"/>
- <point x="-1277" y="-639" type="line"/>
- <point x="-1277" y="-150" type="line"/>
- <point x="-1070" y="-150" type="line"/>
- </contour>
- <contour>
- <point x="-341" y="-639" type="line"/>
- <point x="-549" y="-639" type="line"/>
- <point x="-549" y="-150" type="line"/>
- <point x="-341" y="-150" type="line"/>
+ <point x="-341.0" y="-639.0" type="line"/>
+ <point x="-549.0" y="-639.0" type="line"/>
+ <point x="-549.0" y="-150.0" type="line"/>
+ <point x="-341.0" y="-150.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/brokenbar.glif b/src/Inter-UI-Regular.ufo/glyphs/brokenbar.glif
index 9fc5a6d08..3b3e78c37 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/brokenbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/brokenbar.glif
@@ -1,81 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="brokenbar" format="1">
- <advance width="748"/>
+<glyph name="brokenbar" format="2">
+ <advance width="748.0"/>
<unicode hex="00A6"/>
+ <guideline x="500.0" y="832.0" angle="0.0"/>
+ <guideline x="752.0" y="1116.0" angle="0.0"/>
+ <guideline x="752.0" y="552.0" angle="0.0"/>
<outline>
<contour>
- <point x="264" y="552" type="line"/>
- <point x="264" y="-384" type="line"/>
- <point x="484" y="-384" type="line"/>
- <point x="484" y="552" type="line"/>
+ <point x="264.0" y="552.0" type="line"/>
+ <point x="264.0" y="-384.0" type="line"/>
+ <point x="484.0" y="-384.0" type="line"/>
+ <point x="484.0" y="552.0" type="line"/>
</contour>
<contour>
- <point x="484" y="2048" type="line"/>
- <point x="264" y="2048" type="line"/>
- <point x="264" y="1116" type="line"/>
- <point x="484" y="1116" type="line"/>
+ <point x="484.0" y="2048.0" type="line"/>
+ <point x="264.0" y="2048.0" type="line"/>
+ <point x="264.0" y="1116.0" type="line"/>
+ <point x="484.0" y="1116.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>500</integer>
- <key>y</key>
- <integer>832</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>752</integer>
- <key>y</key>
- <integer>1116</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>752</integer>
- <key>y</key>
- <integer>552</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 690, 'leftMargin': 199, 'rightMargin': 216}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/btopbar.glif b/src/Inter-UI-Regular.ufo/glyphs/btopbar.glif
index 7a6ac4034..b10356dc1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/btopbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/btopbar.glif
@@ -1,24 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="btopbar" format="1">
- <advance width="1716"/>
+<glyph name="btopbar" format="2">
+ <advance width="1716.0"/>
<unicode hex="0183"/>
<outline>
<contour>
- <point x="1400" y="2048" type="line"/>
- <point x="216" y="2048" type="line"/>
- <point x="216" y="1828" type="line"/>
- <point x="1400" y="1828" type="line"/>
+ <point x="1400.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="1828.0" type="line"/>
+ <point x="1400.0" y="1828.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="356.0" y="1292.0" type="line"/>
+ <point x="356.0" y="236.0" type="line"/>
+ <point x="472.0" y="236.0" type="line"/>
+ <point x="524.0" y="152.0"/>
+ <point x="624.0" y="-32.0"/>
+ <point x="920.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-32.0"/>
+ <point x="1572.0" y="276.0"/>
+ <point x="1572.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="1248.0"/>
+ <point x="1304.0" y="1556.0"/>
+ <point x="916.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1556.0"/>
+ <point x="524.0" y="1372.0"/>
+ <point x="472.0" y="1292.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1336.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="440.0"/>
+ <point x="1184.0" y="180.0"/>
+ <point x="888.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="180.0"/>
+ <point x="448.0" y="420.0"/>
+ <point x="448.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1112.0"/>
+ <point x="600.0" y="1344.0"/>
+ <point x="888.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1344.0"/>
+ <point x="1336.0" y="1092.0"/>
+ </contour>
+ <contour>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
+ <point x="444.0" y="288.0" type="line"/>
+ <point x="372.0" y="784.0" type="line"/>
+ <point x="452.0" y="1172.0" type="line"/>
+ <point x="452.0" y="2048.0" type="line"/>
</contour>
- <component base="b"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 256, 'rightMargin': 49}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bullet.case.glif b/src/Inter-UI-Regular.ufo/glyphs/bullet.case.glif
index 5d753d81a..ef39d76d5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bullet.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bullet.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bullet.case" format="1">
- <advance width="1296"/>
+<glyph name="bullet.case" format="2">
+ <advance width="1296.0"/>
<outline>
- <component base="bullet" yOffset="180"/>
+ <component base="bullet" yOffset="180.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bullet.glif b/src/Inter-UI-Regular.ufo/glyphs/bullet.glif
index d9536d4ea..c9cb72662 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bullet.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bullet.glif
@@ -1,36 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bullet" format="1">
- <advance width="1408"/>
+<glyph name="bullet" format="2">
+ <advance width="1408.0"/>
<unicode hex="2022"/>
<outline>
<contour>
- <point x="1148" y="832" type="curve" smooth="yes"/>
- <point x="1148" y="1076"/>
- <point x="952" y="1280"/>
- <point x="704" y="1280" type="curve" smooth="yes"/>
- <point x="464" y="1280"/>
- <point x="260" y="1076"/>
- <point x="260" y="832" type="curve" smooth="yes"/>
- <point x="260" y="588"/>
- <point x="464" y="388"/>
- <point x="704" y="388" type="curve" smooth="yes"/>
- <point x="952" y="388"/>
- <point x="1148" y="588"/>
+ <point x="1148.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="1076.0"/>
+ <point x="952.0" y="1280.0"/>
+ <point x="704.0" y="1280.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1280.0"/>
+ <point x="260.0" y="1076.0"/>
+ <point x="260.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="260.0" y="588.0"/>
+ <point x="464.0" y="388.0"/>
+ <point x="704.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="388.0"/>
+ <point x="1148.0" y="588.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/bullseye.glif b/src/Inter-UI-Regular.ufo/glyphs/bullseye.glif
index 721b107ce..092e5a0a4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/bullseye.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/bullseye.glif
@@ -1,45 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="bullseye" format="1">
- <advance width="2144"/>
+<glyph name="bullseye" format="2">
+ <advance width="2144.0"/>
<unicode hex="0298"/>
+ <guideline x="1064.0" y="1836.0" angle="90.0"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1952.0" y="2244.0" name="top0315"/>
<outline>
<component base="O"/>
- <component base="period" xOffset="684" yOffset="876"/>
- <contour>
- <point x="1072" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1072" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1952" y="2244" type="move" name="top0315"/>
- </contour>
+ <component base="period" xOffset="684.0" yOffset="876.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1064</integer>
- <key>y</key>
- <integer>1836</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 256, 'rightMargin': 152}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/c.glif b/src/Inter-UI-Regular.ufo/glyphs/c.glif
index cd628154f..1988ae2f6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/c.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/c.glif
@@ -1,123 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="c" format="1">
- <advance width="1572"/>
+<glyph name="c" format="2">
+ <advance width="1572.0"/>
<unicode hex="0063"/>
+ <guideline x="832.0" y="1472.0" angle="90.0"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="marktop"/>
+ <anchor x="832.0" y="1792.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1444" y="1076" type="line"/>
- <point x="1404" y="1364"/>
- <point x="1160" y="1556"/>
- <point x="836" y="1556" type="curve" smooth="yes"/>
- <point x="420" y="1556"/>
- <point x="144" y="1228"/>
- <point x="144" y="768" type="curve" smooth="yes"/>
- <point x="144" y="296"/>
- <point x="412" y="-32"/>
- <point x="840" y="-32" type="curve" smooth="yes"/>
- <point x="1180" y="-32"/>
- <point x="1404" y="176"/>
- <point x="1444" y="448" type="curve"/>
- <point x="1208" y="448" type="line"/>
- <point x="1164" y="280"/>
- <point x="1024" y="180"/>
- <point x="840" y="180" type="curve" smooth="yes"/>
- <point x="560" y="180"/>
- <point x="380" y="412"/>
- <point x="380" y="768" type="curve" smooth="yes"/>
- <point x="380" y="1116"/>
- <point x="564" y="1344"/>
- <point x="840" y="1344" type="curve" smooth="yes"/>
- <point x="1048" y="1344"/>
- <point x="1172" y="1216"/>
- <point x="1208" y="1076" type="curve"/>
- </contour>
- <contour>
- <point x="832" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="832" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="832" y="1792" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1464" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1464" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1464" y="1776" type="move" name="top0315"/>
+ <point x="1444.0" y="1076.0" type="line"/>
+ <point x="1404.0" y="1364.0"/>
+ <point x="1160.0" y="1556.0"/>
+ <point x="836.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1556.0"/>
+ <point x="144.0" y="1228.0"/>
+ <point x="144.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="296.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="840.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-32.0"/>
+ <point x="1404.0" y="176.0"/>
+ <point x="1444.0" y="448.0" type="curve"/>
+ <point x="1208.0" y="448.0" type="line"/>
+ <point x="1164.0" y="280.0"/>
+ <point x="1024.0" y="180.0"/>
+ <point x="840.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="180.0"/>
+ <point x="380.0" y="412.0"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1116.0"/>
+ <point x="564.0" y="1344.0"/>
+ <point x="840.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1344.0"/>
+ <point x="1172.0" y="1216.0"/>
+ <point x="1208.0" y="1076.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>832</integer>
- <key>y</key>
- <integer>1472</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>o</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>c</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1572</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cacute.glif b/src/Inter-UI-Regular.ufo/glyphs/cacute.glif
new file mode 100644
index 000000000..7571d15ec
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/cacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="cacute" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="0107"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2284.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="acute" xOffset="520.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cadauna.glif b/src/Inter-UI-Regular.ufo/glyphs/cadauna.glif
index 83bab6047..02065c5ef 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cadauna.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cadauna.glif
@@ -1,80 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cadauna" format="1">
- <advance width="2032"/>
+<glyph name="cadauna" format="2">
+ <advance width="2032.0"/>
<unicode hex="2106"/>
<outline>
<contour>
- <point x="512" y="1100" type="curve" smooth="yes"/>
- <point x="752" y="1100"/>
- <point x="896" y="1260"/>
- <point x="896" y="1456" type="curve"/>
- <point x="692" y="1456" type="line"/>
- <point x="692" y="1368"/>
- <point x="636" y="1272"/>
- <point x="512" y="1272" type="curve" smooth="yes"/>
- <point x="388" y="1272"/>
- <point x="324" y="1388"/>
- <point x="324" y="1512" type="curve" smooth="yes"/>
- <point x="324" y="1616" type="line" smooth="yes"/>
- <point x="324" y="1744"/>
- <point x="384" y="1860"/>
- <point x="508" y="1860" type="curve" smooth="yes"/>
- <point x="632" y="1860"/>
- <point x="692" y="1772"/>
- <point x="692" y="1676" type="curve"/>
- <point x="896" y="1676" type="line"/>
- <point x="896" y="1868"/>
- <point x="748" y="2032"/>
- <point x="508" y="2032" type="curve" smooth="yes"/>
- <point x="268" y="2032"/>
- <point x="124" y="1844"/>
- <point x="124" y="1616" type="curve" smooth="yes"/>
- <point x="124" y="1512" type="line" smooth="yes"/>
- <point x="124" y="1288"/>
- <point x="268" y="1100"/>
+ <point x="512.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="1100.0"/>
+ <point x="896.0" y="1260.0"/>
+ <point x="896.0" y="1456.0" type="curve"/>
+ <point x="692.0" y="1456.0" type="line"/>
+ <point x="692.0" y="1368.0"/>
+ <point x="636.0" y="1272.0"/>
+ <point x="512.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="1272.0"/>
+ <point x="324.0" y="1388.0"/>
+ <point x="324.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="324.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="324.0" y="1744.0"/>
+ <point x="384.0" y="1860.0"/>
+ <point x="508.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="1860.0"/>
+ <point x="692.0" y="1772.0"/>
+ <point x="692.0" y="1676.0" type="curve"/>
+ <point x="896.0" y="1676.0" type="line"/>
+ <point x="896.0" y="1868.0"/>
+ <point x="748.0" y="2032.0"/>
+ <point x="508.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="268.0" y="2032.0"/>
+ <point x="124.0" y="1844.0"/>
+ <point x="124.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="1512.0" type="line" smooth="yes"/>
+ <point x="124.0" y="1288.0"/>
+ <point x="268.0" y="1100.0"/>
</contour>
<contour>
- <point x="1480" y="-16" type="curve" smooth="yes"/>
- <point x="1672" y="-16"/>
- <point x="1784" y="168"/>
- <point x="1784" y="416" type="curve"/>
- <point x="1732" y="416" type="line"/>
- <point x="1732" y="268"/>
- <point x="1680" y="152"/>
- <point x="1552" y="152" type="curve" smooth="yes"/>
- <point x="1460" y="152"/>
- <point x="1400" y="208"/>
- <point x="1400" y="364" type="curve" smooth="yes"/>
- <point x="1400" y="892" type="line"/>
- <point x="1196" y="892" type="line"/>
- <point x="1196" y="328" type="line" smooth="yes"/>
- <point x="1196" y="84"/>
- <point x="1308" y="-16"/>
+ <point x="1480.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="1672.0" y="-16.0"/>
+ <point x="1784.0" y="168.0"/>
+ <point x="1784.0" y="416.0" type="curve"/>
+ <point x="1732.0" y="416.0" type="line"/>
+ <point x="1732.0" y="268.0"/>
+ <point x="1680.0" y="152.0"/>
+ <point x="1552.0" y="152.0" type="curve" smooth="yes"/>
+ <point x="1460.0" y="152.0"/>
+ <point x="1400.0" y="208.0"/>
+ <point x="1400.0" y="364.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="892.0" type="line"/>
+ <point x="1196.0" y="892.0" type="line"/>
+ <point x="1196.0" y="328.0" type="line" smooth="yes"/>
+ <point x="1196.0" y="84.0"/>
+ <point x="1308.0" y="-16.0"/>
</contour>
<contour>
- <point x="1708" y="192" type="line"/>
- <point x="1736" y="0" type="line"/>
- <point x="1912" y="0" type="line"/>
- <point x="1912" y="892" type="line"/>
- <point x="1708" y="892" type="line"/>
+ <point x="1708.0" y="192.0" type="line"/>
+ <point x="1736.0" y="0.0" type="line"/>
+ <point x="1912.0" y="0.0" type="line"/>
+ <point x="1912.0" y="892.0" type="line"/>
+ <point x="1708.0" y="892.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1628.0" y="1716.0" type="line"/>
+ <point x="1476.0" y="1812.0" type="line"/>
+ <point x="500.0" y="244.0" type="line"/>
+ <point x="652.0" y="152.0" type="line"/>
</contour>
- <component base="fraction" xOffset="304"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2086, 'leftMargin': 149, 'rightMargin': 149}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/candrabindunosp.glif b/src/Inter-UI-Regular.ufo/glyphs/candrabindunosp.glif
index f8dc142d7..795de2c6a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/candrabindunosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/candrabindunosp.glif
@@ -1,60 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="candrabindunosp" format="1">
- <advance width="0"/>
+<glyph name="candrabindunosp" format="2">
<unicode hex="0310"/>
+ <anchor x="-809.0" y="1646.0" name="_marktop"/>
+ <anchor x="-809.0" y="1646.0" name="_top"/>
+ <anchor x="-809.0" y="2402.0" name="mkmktop"/>
+ <anchor x="-809.0" y="1984.0" name="parent_top"/>
<outline>
<contour>
- <point x="-809" y="1646" type="move" name="_top"/>
+ <point x="-616.0" y="2043.0" type="line"/>
+ <point x="-616.0" y="1937.0"/>
+ <point x="-670.0" y="1844.0"/>
+ <point x="-809.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="-950.0" y="1844.0"/>
+ <point x="-1002.0" y="1937.0"/>
+ <point x="-1002.0" y="2043.0" type="curve"/>
+ <point x="-1224.0" y="2043.0" type="line"/>
+ <point x="-1224.0" y="1826.0"/>
+ <point x="-1064.0" y="1673.0"/>
+ <point x="-809.0" y="1673.0" type="curve" smooth="yes"/>
+ <point x="-553.0" y="1673.0"/>
+ <point x="-395.0" y="1826.0"/>
+ <point x="-395.0" y="2043.0" type="curve"/>
</contour>
<contour>
- <point x="-809" y="1646" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-809" y="2402" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-809" y="1984" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-616" y="2043" type="line"/>
- <point x="-616" y="1937"/>
- <point x="-670" y="1844"/>
- <point x="-809" y="1844" type="curve" smooth="yes"/>
- <point x="-950" y="1844"/>
- <point x="-1002" y="1937"/>
- <point x="-1002" y="2043" type="curve"/>
- <point x="-1224" y="2043" type="line"/>
- <point x="-1224" y="1826"/>
- <point x="-1064" y="1673"/>
- <point x="-809" y="1673" type="curve" smooth="yes"/>
- <point x="-553" y="1673"/>
- <point x="-395" y="1826"/>
- <point x="-395" y="2043" type="curve"/>
- </contour>
- <contour>
- <point x="-965" y="2144" type="curve" smooth="yes"/>
- <point x="-965" y="2060"/>
- <point x="-912" y="1994"/>
- <point x="-807" y="1994" type="curve" smooth="yes"/>
- <point x="-703" y="1994"/>
- <point x="-648" y="2060"/>
- <point x="-648" y="2144" type="curve" smooth="yes"/>
- <point x="-648" y="2229"/>
- <point x="-703" y="2296"/>
- <point x="-807" y="2296" type="curve" smooth="yes"/>
- <point x="-912" y="2296"/>
- <point x="-965" y="2229"/>
+ <point x="-965.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="-965.0" y="2060.0"/>
+ <point x="-912.0" y="1994.0"/>
+ <point x="-807.0" y="1994.0" type="curve" smooth="yes"/>
+ <point x="-703.0" y="1994.0"/>
+ <point x="-648.0" y="2060.0"/>
+ <point x="-648.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="-648.0" y="2229.0"/>
+ <point x="-703.0" y="2296.0"/>
+ <point x="-807.0" y="2296.0" type="curve" smooth="yes"/>
+ <point x="-912.0" y="2296.0"/>
+ <point x="-965.0" y="2229.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/careof.glif b/src/Inter-UI-Regular.ufo/glyphs/careof.glif
index 28792ef3a..7b36b6fa4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/careof.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/careof.glif
@@ -1,87 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="careof" format="1">
- <advance width="2032"/>
+<glyph name="careof" format="2">
+ <advance width="2032.0"/>
<unicode hex="2105"/>
<outline>
<contour>
- <point x="700" y="1456" type="line"/>
- <point x="700" y="1368"/>
- <point x="644" y="1272"/>
- <point x="520" y="1272" type="curve" smooth="yes"/>
- <point x="396" y="1272"/>
- <point x="336" y="1388"/>
- <point x="336" y="1512" type="curve" smooth="yes"/>
- <point x="336" y="1616" type="line" smooth="yes"/>
- <point x="336" y="1744"/>
- <point x="396" y="1860"/>
- <point x="520" y="1860" type="curve" smooth="yes"/>
- <point x="644" y="1860"/>
- <point x="700" y="1772"/>
- <point x="700" y="1676" type="curve"/>
- <point x="904" y="1676" type="line"/>
- <point x="904" y="1868"/>
- <point x="760" y="2032"/>
- <point x="520" y="2032" type="curve" smooth="yes"/>
- <point x="276" y="2032"/>
- <point x="132" y="1844"/>
- <point x="132" y="1616" type="curve" smooth="yes"/>
- <point x="132" y="1512" type="line" smooth="yes"/>
- <point x="132" y="1288"/>
- <point x="276" y="1100"/>
- <point x="520" y="1100" type="curve" smooth="yes"/>
- <point x="760" y="1100"/>
- <point x="904" y="1260"/>
- <point x="904" y="1456" type="curve"/>
+ <point x="700.0" y="1456.0" type="line"/>
+ <point x="700.0" y="1368.0"/>
+ <point x="644.0" y="1272.0"/>
+ <point x="520.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="1272.0"/>
+ <point x="336.0" y="1388.0"/>
+ <point x="336.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="336.0" y="1744.0"/>
+ <point x="396.0" y="1860.0"/>
+ <point x="520.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="1860.0"/>
+ <point x="700.0" y="1772.0"/>
+ <point x="700.0" y="1676.0" type="curve"/>
+ <point x="904.0" y="1676.0" type="line"/>
+ <point x="904.0" y="1868.0"/>
+ <point x="760.0" y="2032.0"/>
+ <point x="520.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="276.0" y="2032.0"/>
+ <point x="132.0" y="1844.0"/>
+ <point x="132.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="1512.0" type="line" smooth="yes"/>
+ <point x="132.0" y="1288.0"/>
+ <point x="276.0" y="1100.0"/>
+ <point x="520.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="1100.0"/>
+ <point x="904.0" y="1260.0"/>
+ <point x="904.0" y="1456.0" type="curve"/>
</contour>
<contour>
- <point x="1072" y="384" type="line"/>
- <point x="1072" y="160"/>
- <point x="1228" y="-28"/>
- <point x="1488" y="-28" type="curve" smooth="yes"/>
- <point x="1748" y="-28"/>
- <point x="1900" y="160"/>
- <point x="1900" y="384" type="curve" smooth="yes"/>
- <point x="1900" y="492" type="line" smooth="yes"/>
- <point x="1900" y="716"/>
- <point x="1748" y="904"/>
- <point x="1488" y="904" type="curve" smooth="yes"/>
- <point x="1228" y="904"/>
- <point x="1072" y="716"/>
- <point x="1072" y="492" type="curve" smooth="yes"/>
+ <point x="1072.0" y="384.0" type="line"/>
+ <point x="1072.0" y="160.0"/>
+ <point x="1228.0" y="-28.0"/>
+ <point x="1488.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1748.0" y="-28.0"/>
+ <point x="1900.0" y="160.0"/>
+ <point x="1900.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="1900.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1900.0" y="716.0"/>
+ <point x="1748.0" y="904.0"/>
+ <point x="1488.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="904.0"/>
+ <point x="1072.0" y="716.0"/>
+ <point x="1072.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1276" y="492" type="line"/>
- <point x="1276" y="616"/>
- <point x="1344" y="732"/>
- <point x="1488" y="732" type="curve" smooth="yes"/>
- <point x="1628" y="732"/>
- <point x="1700" y="616"/>
- <point x="1700" y="492" type="curve" smooth="yes"/>
- <point x="1700" y="384" type="line" smooth="yes"/>
- <point x="1700" y="260"/>
- <point x="1632" y="144"/>
- <point x="1488" y="144" type="curve" smooth="yes"/>
- <point x="1344" y="144"/>
- <point x="1276" y="260"/>
- <point x="1276" y="384" type="curve" smooth="yes"/>
+ <point x="1276.0" y="492.0" type="line"/>
+ <point x="1276.0" y="616.0"/>
+ <point x="1344.0" y="732.0"/>
+ <point x="1488.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="732.0"/>
+ <point x="1700.0" y="616.0"/>
+ <point x="1700.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1700.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1700.0" y="260.0"/>
+ <point x="1632.0" y="144.0"/>
+ <point x="1488.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="144.0"/>
+ <point x="1276.0" y="260.0"/>
+ <point x="1276.0" y="384.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1660.0" y="1716.0" type="line"/>
+ <point x="1508.0" y="1812.0" type="line"/>
+ <point x="532.0" y="244.0" type="line"/>
+ <point x="684.0" y="152.0" type="line"/>
</contour>
- <component base="fraction" xOffset="336"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2080, 'leftMargin': 171, 'rightMargin': 140}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/caret.glif b/src/Inter-UI-Regular.ufo/glyphs/caret.glif
index e75aeb61a..e214a340c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/caret.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/caret.glif
@@ -1,38 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caret" format="1">
- <advance width="1264"/>
+<glyph name="caret" format="2">
+ <advance width="1264.0"/>
<unicode hex="2038"/>
<outline>
<contour>
- <point x="604" y="-364" type="line"/>
- <point x="704" y="-132" type="line"/>
- <point x="540" y="-132" type="line"/>
- <point x="128" y="-752" type="line"/>
- <point x="368" y="-752" type="line"/>
+ <point x="604.0" y="-364.0" type="line"/>
+ <point x="704.0" y="-132.0" type="line"/>
+ <point x="540.0" y="-132.0" type="line"/>
+ <point x="128.0" y="-752.0" type="line"/>
+ <point x="368.0" y="-752.0" type="line"/>
</contour>
<contour>
- <point x="896" y="-752" type="line"/>
- <point x="1136" y="-752" type="line"/>
- <point x="728" y="-132" type="line"/>
- <point x="560" y="-132" type="line"/>
- <point x="656" y="-364" type="line"/>
+ <point x="896.0" y="-752.0" type="line"/>
+ <point x="1136.0" y="-752.0" type="line"/>
+ <point x="728.0" y="-132.0" type="line"/>
+ <point x="560.0" y="-132.0" type="line"/>
+ <point x="656.0" y="-364.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1090, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/caretinsertionpoint.glif b/src/Inter-UI-Regular.ufo/glyphs/caretinsertionpoint.glif
index a8f1e5c0c..121bfb849 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/caretinsertionpoint.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/caretinsertionpoint.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caretinsertionpoint" format="1">
- <advance width="1264"/>
+<glyph name="caretinsertionpoint" format="2">
+ <advance width="1264.0"/>
<unicode hex="2041"/>
<outline>
<contour>
- <point x="1144" y="704" type="line"/>
- <point x="992" y="800" type="line"/>
- <point x="120" y="-600" type="line"/>
- <point x="272" y="-696" type="line"/>
+ <point x="1144.0" y="704.0" type="line"/>
+ <point x="992.0" y="800.0" type="line"/>
+ <point x="120.0" y="-600.0" type="line"/>
+ <point x="272.0" y="-696.0" type="line"/>
</contour>
<contour>
- <point x="892" y="-696" type="line"/>
- <point x="1044" y="-604" type="line"/>
- <point x="648" y="28" type="line"/>
- <point x="496" y="-68" type="line"/>
+ <point x="892.0" y="-696.0" type="line"/>
+ <point x="1044.0" y="-604.0" type="line"/>
+ <point x="648.0" y="28.0" type="line"/>
+ <point x="496.0" y="-68.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1185, 'leftMargin': 133, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/caron.glif b/src/Inter-UI-Regular.ufo/glyphs/caron.glif
index b45b758f2..ccae1ebad 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/caron.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/caron.glif
@@ -1,34 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caron" format="1">
- <advance width="1296"/>
+<glyph name="caron" format="2">
+ <advance width="1296.0"/>
<unicode hex="02C7"/>
+ <anchor x="648.0" y="1724.0" name="_top"/>
+ <anchor x="632.0" y="2180.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="408" y="2048" type="line"/>
- <point x="216" y="2048" type="line"/>
- <point x="216" y="2032" type="line"/>
- <point x="580" y="1656" type="line"/>
- <point x="716" y="1656" type="line"/>
- <point x="1084" y="2032" type="line"/>
- <point x="1084" y="2048" type="line"/>
- <point x="892" y="2048" type="line"/>
- <point x="648" y="1808" type="line"/>
- </contour>
- <contour>
- <point x="648" y="1724" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="632" y="2180" type="move" name="mkmktop_acc"/>
+ <point x="408.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2032.0" type="line"/>
+ <point x="580.0" y="1656.0" type="line"/>
+ <point x="716.0" y="1656.0" type="line"/>
+ <point x="1084.0" y="2032.0" type="line"/>
+ <point x="1084.0" y="2048.0" type="line"/>
+ <point x="892.0" y="2048.0" type="line"/>
+ <point x="648.0" y="1808.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1273, 'leftMargin': 194, 'rightMargin': 210}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/caronbelowcmb.glif b/src/Inter-UI-Regular.ufo/glyphs/caronbelowcmb.glif
index a5fd82130..6cbb59822 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/caronbelowcmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/caronbelowcmb.glif
@@ -1,38 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caronbelowcmb" format="1">
- <advance width="0"/>
+<glyph name="caronbelowcmb" format="2">
<unicode hex="032C"/>
+ <anchor x="-803.0" y="0.0" name="_bottom"/>
+ <anchor x="-803.0" y="0.0" name="_markbottom"/>
+ <anchor x="-803.0" y="-572.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-803" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-803" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-803" y="-572" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-727" y="-571" type="line"/>
- <point x="-892" y="-571" type="line"/>
- <point x="-1232" y="-193" type="line"/>
- <point x="-1232" y="-177" type="line"/>
- <point x="-1009" y="-177" type="line"/>
- <point x="-810" y="-407" type="line"/>
- <point x="-609" y="-177" type="line"/>
- <point x="-385" y="-177" type="line"/>
- <point x="-385" y="-191" type="line"/>
+ <point x="-727.0" y="-571.0" type="line"/>
+ <point x="-892.0" y="-571.0" type="line"/>
+ <point x="-1232.0" y="-193.0" type="line"/>
+ <point x="-1232.0" y="-177.0" type="line"/>
+ <point x="-1009.0" y="-177.0" type="line"/>
+ <point x="-810.0" y="-407.0" type="line"/>
+ <point x="-609.0" y="-177.0" type="line"/>
+ <point x="-385.0" y="-177.0" type="line"/>
+ <point x="-385.0" y="-191.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/caroncmb.glif b/src/Inter-UI-Regular.ufo/glyphs/caroncmb.glif
index 59a89cf84..b8d6a50d6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/caroncmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/caroncmb.glif
@@ -1,41 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caroncmb" format="1">
- <advance width="0"/>
+<glyph name="caroncmb" format="2">
<unicode hex="030C"/>
+ <anchor x="-803.0" y="1774.0" name="_marktop"/>
+ <anchor x="-803.0" y="1774.0" name="_top"/>
+ <anchor x="-803.0" y="2248.0" name="mkmktop"/>
+ <anchor x="-811.0" y="1918.0" name="parent_top"/>
<outline>
<contour>
- <point x="-803" y="1774" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-803" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-803" y="2248" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-811" y="1918" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-730" y="1722" type="line"/>
- <point x="-895" y="1722" type="line"/>
- <point x="-1235" y="2100" type="line"/>
- <point x="-1235" y="2115" type="line"/>
- <point x="-1012" y="2115" type="line"/>
- <point x="-813" y="1885" type="line"/>
- <point x="-612" y="2115" type="line"/>
- <point x="-388" y="2115" type="line"/>
- <point x="-388" y="2101" type="line"/>
+ <point x="-730.0" y="1722.0" type="line"/>
+ <point x="-895.0" y="1722.0" type="line"/>
+ <point x="-1235.0" y="2100.0" type="line"/>
+ <point x="-1235.0" y="2115.0" type="line"/>
+ <point x="-1012.0" y="2115.0" type="line"/>
+ <point x="-813.0" y="1885.0" type="line"/>
+ <point x="-612.0" y="2115.0" type="line"/>
+ <point x="-388.0" y="2115.0" type="line"/>
+ <point x="-388.0" y="2101.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.cn.glif
new file mode 100644
index 000000000..d6d69b38a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.cn.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="carondotcomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-967.0" y="2208.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="2124.0"/>
+ <point x="-913.0" y="2058.0"/>
+ <point x="-809.0" y="2058.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="2058.0"/>
+ <point x="-649.0" y="2124.0"/>
+ <point x="-649.0" y="2208.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="2294.0"/>
+ <point x="-704.0" y="2361.0"/>
+ <point x="-809.0" y="2361.0" type="curve" smooth="yes"/>
+ <point x="-913.0" y="2361.0"/>
+ <point x="-967.0" y="2294.0"/>
+ </contour>
+ <contour>
+ <point x="-1012.0" y="2005.0" type="line"/>
+ <point x="-1243.0" y="2005.0" type="line"/>
+ <point x="-1243.0" y="1976.0" type="line"/>
+ <point x="-894.0" y="1680.0" type="line"/>
+ <point x="-729.0" y="1680.0" type="line"/>
+ <point x="-374.0" y="1980.0" type="line"/>
+ <point x="-374.0" y="2005.0" type="line"/>
+ <point x="-611.0" y="2005.0" type="line"/>
+ <point x="-811.0" y="1832.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.glif b/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.glif
deleted file mode 100644
index 03dec7fe8..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="carondotcomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-967" y="2208" type="curve" smooth="yes"/>
- <point x="-967" y="2124"/>
- <point x="-913" y="2058"/>
- <point x="-809" y="2058" type="curve" smooth="yes"/>
- <point x="-704" y="2058"/>
- <point x="-649" y="2124"/>
- <point x="-649" y="2208" type="curve" smooth="yes"/>
- <point x="-649" y="2294"/>
- <point x="-704" y="2361"/>
- <point x="-809" y="2361" type="curve" smooth="yes"/>
- <point x="-913" y="2361"/>
- <point x="-967" y="2294"/>
- </contour>
- <contour>
- <point x="-1012" y="2005" type="line"/>
- <point x="-1243" y="2005" type="line"/>
- <point x="-1243" y="1976" type="line"/>
- <point x="-894" y="1680" type="line"/>
- <point x="-729" y="1680" type="line"/>
- <point x="-374" y="1980" type="line"/>
- <point x="-374" y="2005" type="line"/>
- <point x="-611" y="2005" type="line"/>
- <point x="-811" y="1832" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.lc.glif
index a43922d71..41f08c6f8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/carondotcomb.lc.glif
@@ -1,48 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="carondotcomb.lc" format="1">
- <advance width="0"/>
+<glyph name="carondotcomb.lc" format="2">
+ <anchor x="-809.0" y="1774.0" name="_top"/>
+ <anchor x="-810.0" y="2643.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1774" type="move" name="_top"/>
+ <point x="-1011.0" y="2115.0" type="line"/>
+ <point x="-1242.0" y="2115.0" type="line"/>
+ <point x="-1242.0" y="2101.0" type="line"/>
+ <point x="-892.0" y="1722.0" type="line"/>
+ <point x="-727.0" y="1722.0" type="line"/>
+ <point x="-373.0" y="2101.0" type="line"/>
+ <point x="-373.0" y="2115.0" type="line"/>
+ <point x="-609.0" y="2115.0" type="line"/>
+ <point x="-810.0" y="1887.0" type="line"/>
</contour>
<contour>
- <point x="-810" y="2643" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-1011" y="2115" type="line"/>
- <point x="-1242" y="2115" type="line"/>
- <point x="-1242" y="2101" type="line"/>
- <point x="-892" y="1722" type="line"/>
- <point x="-727" y="1722" type="line"/>
- <point x="-373" y="2101" type="line"/>
- <point x="-373" y="2115" type="line"/>
- <point x="-609" y="2115" type="line"/>
- <point x="-810" y="1887" type="line"/>
- </contour>
- <contour>
- <point x="-967" y="2351" type="curve" smooth="yes"/>
- <point x="-967" y="2267"/>
- <point x="-913" y="2201"/>
- <point x="-809" y="2201" type="curve" smooth="yes"/>
- <point x="-704" y="2201"/>
- <point x="-649" y="2267"/>
- <point x="-649" y="2351" type="curve" smooth="yes"/>
- <point x="-649" y="2437"/>
- <point x="-704" y="2504"/>
- <point x="-809" y="2504" type="curve" smooth="yes"/>
- <point x="-913" y="2504"/>
- <point x="-967" y="2437"/>
+ <point x="-967.0" y="2351.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="2267.0"/>
+ <point x="-913.0" y="2201.0"/>
+ <point x="-809.0" y="2201.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="2201.0"/>
+ <point x="-649.0" y="2267.0"/>
+ <point x="-649.0" y="2351.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="2437.0"/>
+ <point x="-704.0" y="2504.0"/>
+ <point x="-809.0" y="2504.0" type="curve" smooth="yes"/>
+ <point x="-913.0" y="2504.0"/>
+ <point x="-967.0" y="2437.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/caronnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/caronnosp.glif
index 5ab52f324..cfeda3b4c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/caronnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/caronnosp.glif
@@ -1,28 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caronnosp" format="1">
- <advance width="0"/>
+<glyph name="caronnosp" format="2">
<outline>
<contour>
- <point x="-1008" y="2087" type="line"/>
- <point x="-1239" y="2087" type="line"/>
- <point x="-1239" y="2058" type="line"/>
- <point x="-890" y="1722" type="line"/>
- <point x="-725" y="1722" type="line"/>
- <point x="-370" y="2063" type="line"/>
- <point x="-370" y="2087" type="line"/>
- <point x="-606" y="2087" type="line"/>
- <point x="-807" y="1887" type="line"/>
+ <point x="-1008.0" y="2087.0" type="line"/>
+ <point x="-1239.0" y="2087.0" type="line"/>
+ <point x="-1239.0" y="2058.0" type="line"/>
+ <point x="-890.0" y="1722.0" type="line"/>
+ <point x="-725.0" y="1722.0" type="line"/>
+ <point x="-370.0" y="2063.0" type="line"/>
+ <point x="-370.0" y="2087.0" type="line"/>
+ <point x="-606.0" y="2087.0" type="line"/>
+ <point x="-807.0" y="1887.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/caronsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/caronsubnosp.glif
index 11666725d..78bb4fada 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/caronsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/caronsubnosp.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="caronsubnosp" format="1">
- <advance width="0"/>
+<glyph name="caronsubnosp" format="2">
<outline>
- <component base="caron" xOffset="-1437" yOffset="-2294"/>
+ <component base="caron" xOffset="-1437.0" yOffset="-2294.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/casedieresis.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/casedieresis.cn.glif
index 0a4ec4870..1fd094255 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/casedieresis.cn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/casedieresis.cn.glif
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="casedieresis.cn" format="1">
- <advance width="1648"/>
+<glyph name="casedieresis.cn" format="2">
+ <advance width="1648.0"/>
<outline>
- <component base="dieresis" yOffset="512"/>
+ <component base="dieresis" yOffset="512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.Export</key>
+ <false/>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:13</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/casetilde.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/casetilde.cn.glif
index 63e72b5bd..68c403cd3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/casetilde.cn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/casetilde.cn.glif
@@ -1,21 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="casetilde.cn" format="1">
- <advance width="1264"/>
+<glyph name="casetilde.cn" format="2">
+ <advance width="1264.0"/>
+ <anchor x="632.0" y="2304.0" name="_top"/>
<outline>
- <component base="tilde" yOffset="532"/>
- <contour>
- <point x="632" y="2304" type="move" name="_top"/>
- </contour>
+ <component base="tilde" yOffset="532.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.Export</key>
+ <false/>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:15</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ccaron.glif b/src/Inter-UI-Regular.ufo/glyphs/ccaron.glif
new file mode 100644
index 000000000..3aa1c62ec
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ccaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ccaron" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="010D"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="816.0" y="2248.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="caron" xOffset="184.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ccedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/ccedilla.glif
new file mode 100644
index 000000000..4a9ed9cdf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ccedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ccedilla" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="00E7"/>
+ <anchor x="752.0" y="-604.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="1792.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="cedilla" xOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ccedillaacute.glif b/src/Inter-UI-Regular.ufo/glyphs/ccedillaacute.glif
new file mode 100644
index 000000000..979c020be
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ccedillaacute.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ccedillaacute" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="1E09"/>
+ <anchor x="752.0" y="-604.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2284.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="cedilla" xOffset="456.0"/>
+ <component base="acute" xOffset="520.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ccircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/ccircumflex.glif
new file mode 100644
index 000000000..e3ed3d41a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ccircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ccircumflex" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="0109"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2256.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="circumflex" xOffset="184.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ccurl.glif b/src/Inter-UI-Regular.ufo/glyphs/ccurl.glif
index 2cdfeb31f..700f0d84e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ccurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ccurl.glif
@@ -1,108 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ccurl" format="1">
- <advance width="1560"/>
+<glyph name="ccurl" format="2">
+ <advance width="1560.0"/>
<unicode hex="0255"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="840.0" y="1776.0" name="top"/>
+ <anchor x="1528.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="840" y="180" type="curve"/>
- <point x="840" y="-32" type="line"/>
- <point x="1156" y="-32"/>
- <point x="1408" y="140"/>
- <point x="1408" y="416" type="curve" smooth="yes"/>
- <point x="1408" y="616"/>
- <point x="1280" y="760"/>
- <point x="1012" y="760" type="curve" smooth="yes"/>
- <point x="512" y="760"/>
- <point x="136" y="252"/>
- <point x="-20" y="92" type="curve"/>
- <point x="144" y="-52" type="line"/>
- <point x="268" y="72"/>
- <point x="692" y="552"/>
- <point x="1008" y="552" type="curve" smooth="yes"/>
- <point x="1076" y="552"/>
- <point x="1168" y="508"/>
- <point x="1168" y="408" type="curve" smooth="yes"/>
- <point x="1168" y="276"/>
- <point x="1024" y="180"/>
+ <point x="840.0" y="180.0" type="curve"/>
+ <point x="840.0" y="-32.0" type="line"/>
+ <point x="1156.0" y="-32.0"/>
+ <point x="1408.0" y="140.0"/>
+ <point x="1408.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="616.0"/>
+ <point x="1280.0" y="760.0"/>
+ <point x="1012.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="760.0"/>
+ <point x="136.0" y="252.0"/>
+ <point x="-20.0" y="92.0" type="curve"/>
+ <point x="144.0" y="-52.0" type="line"/>
+ <point x="268.0" y="72.0"/>
+ <point x="692.0" y="552.0"/>
+ <point x="1008.0" y="552.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="552.0"/>
+ <point x="1168.0" y="508.0"/>
+ <point x="1168.0" y="408.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="276.0"/>
+ <point x="1024.0" y="180.0"/>
</contour>
<contour>
- <point x="1444" y="1076" type="line"/>
- <point x="1404" y="1364"/>
- <point x="1160" y="1556"/>
- <point x="836" y="1556" type="curve" smooth="yes"/>
- <point x="420" y="1556"/>
- <point x="144" y="1228"/>
- <point x="144" y="768" type="curve" smooth="yes"/>
- <point x="144" y="296"/>
- <point x="412" y="-32"/>
- <point x="840" y="-32" type="curve"/>
- <point x="840" y="180" type="line"/>
- <point x="560" y="180"/>
- <point x="380" y="412"/>
- <point x="380" y="768" type="curve" smooth="yes"/>
- <point x="380" y="1116"/>
- <point x="564" y="1344"/>
- <point x="840" y="1344" type="curve" smooth="yes"/>
- <point x="1048" y="1344"/>
- <point x="1172" y="1216"/>
- <point x="1208" y="1076" type="curve"/>
- </contour>
- <contour>
- <point x="840" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="840" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1528" y="1776" type="move" name="top0315"/>
+ <point x="1444.0" y="1076.0" type="line"/>
+ <point x="1404.0" y="1364.0"/>
+ <point x="1160.0" y="1556.0"/>
+ <point x="836.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1556.0"/>
+ <point x="144.0" y="1228.0"/>
+ <point x="144.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="296.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="840.0" y="-32.0" type="curve"/>
+ <point x="840.0" y="180.0" type="line"/>
+ <point x="560.0" y="180.0"/>
+ <point x="380.0" y="412.0"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1116.0"/>
+ <point x="564.0" y="1344.0"/>
+ <point x="840.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1344.0"/>
+ <point x="1172.0" y="1216.0"/>
+ <point x="1208.0" y="1076.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>c</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>ccurl</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1560</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1497, 'leftMargin': 52, 'rightMargin': 88}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/cdotaccent.glif
new file mode 100644
index 000000000..1142b6905
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/cdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="cdotaccent" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="010B"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2188.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="dotaccent" xOffset="504.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cedi.glif b/src/Inter-UI-Regular.ufo/glyphs/cedi.glif
index 0c265d83a..705be8e76 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cedi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cedi.glif
@@ -1,31 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cedi" format="1">
- <advance width="2048"/>
+<glyph name="cedi" format="2">
+ <advance width="2048.0"/>
<unicode hex="20B5"/>
<outline>
<contour>
- <point x="1160" y="2304" type="line"/>
- <point x="940" y="2304" type="line"/>
- <point x="940" y="-256" type="line"/>
- <point x="1160" y="-256" type="line"/>
+ <point x="1160.0" y="2304.0" type="line"/>
+ <point x="940.0" y="2304.0" type="line"/>
+ <point x="940.0" y="-256.0" type="line"/>
+ <point x="1160.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1896.0" y="1408.0" type="line"/>
+ <point x="1820.0" y="1828.0"/>
+ <point x="1484.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="-28.0"/>
+ <point x="1820.0" y="220.0"/>
+ <point x="1896.0" y="640.0" type="curve"/>
+ <point x="1648.0" y="640.0" type="line"/>
+ <point x="1588.0" y="356.0"/>
+ <point x="1344.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1844.0"/>
+ <point x="1588.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
</contour>
- <component base="C"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 256, 'rightMargin': 2}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/cedilla.glif
index 632c91180..8d8f16392 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cedilla.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cedilla.glif
@@ -1,48 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cedilla" format="1">
- <advance width="752"/>
+<glyph name="cedilla" format="2">
+ <advance width="752.0"/>
<unicode hex="00B8"/>
+ <anchor x="376.0" y="0.0" name="_bottom"/>
+ <anchor x="296.0" y="-604.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="284" y="0" type="line"/>
- <point x="240" y="-188" type="line"/>
- <point x="392" y="-200"/>
- <point x="456" y="-224"/>
- <point x="456" y="-316" type="curve" smooth="yes"/>
- <point x="456" y="-408"/>
- <point x="364" y="-444"/>
- <point x="240" y="-444" type="curve"/>
- <point x="248" y="-600" type="line"/>
- <point x="524" y="-600"/>
- <point x="668" y="-480"/>
- <point x="668" y="-308" type="curve" smooth="yes"/>
- <point x="668" y="-152"/>
- <point x="564" y="-88"/>
- <point x="460" y="-72" type="curve"/>
- <point x="476" y="0" type="line"/>
- </contour>
- <contour>
- <point x="376" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="296" y="-604" type="move" name="mkmkbottom_acc"/>
+ <point x="284.0" y="0.0" type="line"/>
+ <point x="240.0" y="-188.0" type="line"/>
+ <point x="392.0" y="-200.0"/>
+ <point x="456.0" y="-224.0"/>
+ <point x="456.0" y="-316.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="-408.0"/>
+ <point x="364.0" y="-444.0"/>
+ <point x="240.0" y="-444.0" type="curve"/>
+ <point x="248.0" y="-600.0" type="line"/>
+ <point x="524.0" y="-600.0"/>
+ <point x="668.0" y="-480.0"/>
+ <point x="668.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="-152.0"/>
+ <point x="564.0" y="-88.0"/>
+ <point x="460.0" y="-72.0" type="curve"/>
+ <point x="476.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 701, 'leftMargin': 165, 'rightMargin': 107}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cedillanosp.glif b/src/Inter-UI-Regular.ufo/glyphs/cedillanosp.glif
index e1300b2ca..1a4d21b62 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cedillanosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cedillanosp.glif
@@ -1,39 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cedillanosp" format="1">
- <advance width="0"/>
+<glyph name="cedillanosp" format="2">
<unicode hex="0327"/>
+ <anchor x="-844.0" y="0.0" name="_markbottom"/>
<outline>
<contour>
- <point x="-844" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-932" y="0" type="line"/>
- <point x="-976" y="-187" type="line"/>
- <point x="-824" y="-199"/>
- <point x="-759" y="-224"/>
- <point x="-759" y="-314" type="curve" smooth="yes"/>
- <point x="-759" y="-407"/>
- <point x="-853" y="-444"/>
- <point x="-976" y="-444" type="curve"/>
- <point x="-967" y="-598" type="line"/>
- <point x="-690" y="-598"/>
- <point x="-547" y="-481"/>
- <point x="-547" y="-308" type="curve" smooth="yes"/>
- <point x="-547" y="-150"/>
- <point x="-650" y="-88"/>
- <point x="-754" y="-70" type="curve"/>
- <point x="-737" y="0" type="line"/>
+ <point x="-932.0" y="0.0" type="line"/>
+ <point x="-976.0" y="-187.0" type="line"/>
+ <point x="-824.0" y="-199.0"/>
+ <point x="-759.0" y="-224.0"/>
+ <point x="-759.0" y="-314.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="-407.0"/>
+ <point x="-853.0" y="-444.0"/>
+ <point x="-976.0" y="-444.0" type="curve"/>
+ <point x="-967.0" y="-598.0" type="line"/>
+ <point x="-690.0" y="-598.0"/>
+ <point x="-547.0" y="-481.0"/>
+ <point x="-547.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="-547.0" y="-150.0"/>
+ <point x="-650.0" y="-88.0"/>
+ <point x="-754.0" y="-70.0" type="curve"/>
+ <point x="-737.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cent.glif b/src/Inter-UI-Regular.ufo/glyphs/cent.glif
index a39c3bc92..f009e3227 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cent.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cent.glif
@@ -1,52 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cent" format="1">
- <advance width="1572"/>
+<glyph name="cent" format="2">
+ <advance width="1572.0"/>
<unicode hex="00A2"/>
+ <guideline x="832.0" y="1440.0" angle="90.0"/>
<outline>
<contour>
- <point x="948" y="1812" type="line"/>
- <point x="728" y="1812" type="line"/>
- <point x="728" y="1412" type="line"/>
- <point x="948" y="1412" type="line"/>
+ <point x="948.0" y="1812.0" type="line"/>
+ <point x="728.0" y="1812.0" type="line"/>
+ <point x="728.0" y="1412.0" type="line"/>
+ <point x="948.0" y="1412.0" type="line"/>
</contour>
<contour>
- <point x="948" y="64" type="line"/>
- <point x="728" y="64" type="line"/>
- <point x="728" y="-336" type="line"/>
- <point x="948" y="-336" type="line"/>
+ <point x="948.0" y="64.0" type="line"/>
+ <point x="728.0" y="64.0" type="line"/>
+ <point x="728.0" y="-336.0" type="line"/>
+ <point x="948.0" y="-336.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1444.0" y="1076.0" type="line"/>
+ <point x="1404.0" y="1364.0"/>
+ <point x="1160.0" y="1556.0"/>
+ <point x="836.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1556.0"/>
+ <point x="144.0" y="1228.0"/>
+ <point x="144.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="296.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="840.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-32.0"/>
+ <point x="1404.0" y="176.0"/>
+ <point x="1444.0" y="448.0" type="curve"/>
+ <point x="1208.0" y="448.0" type="line"/>
+ <point x="1164.0" y="280.0"/>
+ <point x="1024.0" y="180.0"/>
+ <point x="840.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="180.0"/>
+ <point x="380.0" y="412.0"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1116.0"/>
+ <point x="564.0" y="1344.0"/>
+ <point x="840.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1344.0"/>
+ <point x="1172.0" y="1216.0"/>
+ <point x="1208.0" y="1076.0" type="curve"/>
</contour>
- <component base="c"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>832</integer>
- <key>y</key>
- <integer>1440</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/charactertie.glif b/src/Inter-UI-Regular.ufo/glyphs/charactertie.glif
index d772a8067..cdc89cae9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/charactertie.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/charactertie.glif
@@ -1,40 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="charactertie" format="1">
- <advance width="2288"/>
+<glyph name="charactertie" format="2">
+ <advance width="2288.0"/>
<unicode hex="2040"/>
<outline>
<contour>
- <point x="1144" y="1860" type="curve" smooth="yes"/>
- <point x="1584" y="1860"/>
- <point x="1872" y="1748"/>
- <point x="2060" y="1628" type="curve"/>
- <point x="2188" y="1736" type="line"/>
- <point x="2020" y="1948"/>
- <point x="1688" y="2132"/>
- <point x="1144" y="2132" type="curve" smooth="yes"/>
- <point x="600" y="2132"/>
- <point x="312" y="1964"/>
- <point x="104" y="1736" type="curve"/>
- <point x="256" y="1632" type="line"/>
- <point x="440" y="1760"/>
- <point x="704" y="1860"/>
+ <point x="1144.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="1584.0" y="1860.0"/>
+ <point x="1872.0" y="1748.0"/>
+ <point x="2060.0" y="1628.0" type="curve"/>
+ <point x="2188.0" y="1736.0" type="line"/>
+ <point x="2020.0" y="1948.0"/>
+ <point x="1688.0" y="2132.0"/>
+ <point x="1144.0" y="2132.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="2132.0"/>
+ <point x="312.0" y="1964.0"/>
+ <point x="104.0" y="1736.0" type="curve"/>
+ <point x="256.0" y="1632.0" type="line"/>
+ <point x="440.0" y="1760.0"/>
+ <point x="704.0" y="1860.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2138, 'leftMargin': 28, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cheabkhasiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/cheabkhasiancyrillic.glif
index 74d4a50e3..95c6f9148 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cheabkhasiancyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cheabkhasiancyrillic.glif
@@ -1,31 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cheabkhasiancyrillic" format="1">
- <advance width="1776"/>
+<glyph name="cheabkhasiancyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="04BD"/>
+ <anchor x="1048.0" y="-4.0" name="bottom"/>
<outline>
<contour>
- <point x="20" y="1180" type="line"/>
- <point x="20" y="876"/>
- <point x="188" y="688"/>
- <point x="520" y="688" type="curve"/>
- <point x="520" y="880" type="line"/>
- <point x="320" y="880"/>
- <point x="236" y="1000"/>
- <point x="236" y="1180" type="curve"/>
+ <point x="20.0" y="1180.0" type="line"/>
+ <point x="20.0" y="876.0"/>
+ <point x="188.0" y="688.0"/>
+ <point x="520.0" y="688.0" type="curve"/>
+ <point x="520.0" y="880.0" type="line"/>
+ <point x="320.0" y="880.0"/>
+ <point x="236.0" y="1000.0"/>
+ <point x="236.0" y="1180.0" type="curve"/>
</contour>
- <component base="e" xOffset="216"/>
<contour>
- <point x="1048" y="-4" type="move" name="bottom"/>
+ <point x="1076.0" y="-32.0" type="curve"/>
+ <point x="1388.0" y="-32.0"/>
+ <point x="1616.0" y="124.0"/>
+ <point x="1688.0" y="356.0" type="curve"/>
+ <point x="1460.0" y="420.0" type="line"/>
+ <point x="1400.0" y="260.0"/>
+ <point x="1264.0" y="180.0"/>
+ <point x="1076.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="180.0"/>
+ <point x="596.0" y="384.0"/>
+ <point x="596.0" y="768.0" type="curve"/>
+ <point x="596.0" y="1132.0"/>
+ <point x="784.0" y="1344.0"/>
+ <point x="1052.0" y="1344.0" type="curve"/>
+ <point x="1308.0" y="1344.0"/>
+ <point x="1472.0" y="1152.0"/>
+ <point x="1472.0" y="892.0" type="curve"/>
+ <point x="528.0" y="892.0" type="line"/>
+ <point x="528.0" y="688.0" type="line"/>
+ <point x="1712.0" y="688.0" type="line"/>
+ <point x="1712.0" y="788.0" type="line" smooth="yes"/>
+ <point x="1712.0" y="1360.0"/>
+ <point x="1372.0" y="1556.0"/>
+ <point x="1052.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="1556.0"/>
+ <point x="360.0" y="1228.0"/>
+ <point x="360.0" y="756.0" type="curve"/>
+ <point x="360.0" y="284.0"/>
+ <point x="632.0" y="-32.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1671, 'leftMargin': -55, 'rightMargin': -15}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/checyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/checyrillic.glif
index 4c9081183..5ce4304c0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/checyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/checyrillic.glif
@@ -1,53 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="checyrillic" format="1">
- <advance width="1520"/>
+<glyph name="checyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0447"/>
+ <anchor x="1076.0" y="0.0" name="left"/>
+ <anchor x="1352.0" y="0.0" name="right"/>
+ <anchor x="752.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1352" y="1488" type="line"/>
- <point x="1080" y="1488" type="line"/>
- <point x="1080" y="0" type="line"/>
- <point x="1352" y="0" type="line"/>
+ <point x="1352.0" y="1488.0" type="line"/>
+ <point x="1080.0" y="1488.0" type="line"/>
+ <point x="1080.0" y="0.0" type="line"/>
+ <point x="1352.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1260" y="804" type="line"/>
- <point x="1096" y="744"/>
- <point x="944" y="708"/>
- <point x="744" y="708" type="curve" smooth="yes"/>
- <point x="552" y="708"/>
- <point x="444" y="812"/>
- <point x="444" y="1048" type="curve" smooth="yes"/>
- <point x="444" y="1492" type="line"/>
- <point x="168" y="1492" type="line"/>
- <point x="168" y="1048" type="line" smooth="yes"/>
- <point x="168" y="672"/>
- <point x="396" y="484"/>
- <point x="744" y="484" type="curve" smooth="yes"/>
- <point x="952" y="484"/>
- <point x="1100" y="524"/>
- <point x="1260" y="584" type="curve"/>
- </contour>
- <contour>
- <point x="752" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1352" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1076" y="0" type="move" name="left"/>
- </contour>
- <contour>
- <point x="1568" y="1744" type="move" name="top0315"/>
+ <point x="1260.0" y="804.0" type="line"/>
+ <point x="1096.0" y="744.0"/>
+ <point x="944.0" y="708.0"/>
+ <point x="744.0" y="708.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="708.0"/>
+ <point x="444.0" y="812.0"/>
+ <point x="444.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="1492.0" type="line"/>
+ <point x="168.0" y="1492.0" type="line"/>
+ <point x="168.0" y="1048.0" type="line" smooth="yes"/>
+ <point x="168.0" y="672.0"/>
+ <point x="396.0" y="484.0"/>
+ <point x="744.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="484.0"/>
+ <point x="1100.0" y="524.0"/>
+ <point x="1260.0" y="584.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1539, 'leftMargin': 140, 'rightMargin': 213}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/chedescenderabkhasiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/chedescenderabkhasiancyrillic.glif
new file mode 100644
index 000000000..c80415409
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/chedescenderabkhasiancyrillic.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="chedescenderabkhasiancyrillic" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04BF"/>
+ <anchor x="1048.0" y="-4.0" name="bottom"/>
+ <outline>
+ <component base="cheabkhasiancyrillic"/>
+ <component base="cyrillictic" xOffset="808.0" yOffset="-96.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/chedescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/chedescendercyrillic.glif
index 205a7605d..184fa55b9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/chedescendercyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/chedescendercyrillic.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="chedescendercyrillic" format="1">
- <advance width="1776"/>
+<glyph name="chedescendercyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="04B7"/>
+ <anchor x="1576.0" y="1744.0" name="top0315"/>
<outline>
- <component base="checyrillic" xOffset="28"/>
- <component base="cyrillictic" xOffset="1188"/>
- <contour>
- <point x="1576" y="1744" type="move" name="top0315"/>
- </contour>
+ <component base="checyrillic" xOffset="28.0"/>
+ <component base="cyrillictic" xOffset="1188.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1636, 'leftMargin': 140, 'rightMargin': 71}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/chedieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/chedieresiscyrillic.glif
new file mode 100644
index 000000000..9fe12c638
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/chedieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="chedieresiscyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04F5"/>
+ <anchor x="752.0" y="1744.0" name="parent_top"/>
+ <anchor x="752.0" y="2124.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="checyrillic"/>
+ <component base="dieresis" xOffset="-72.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/chekhakassiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/chekhakassiancyrillic.glif
new file mode 100644
index 000000000..03737bbcc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/chekhakassiancyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="chekhakassiancyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04CC"/>
+ <anchor x="752.0" y="1744.0" name="parent_top"/>
+ <anchor x="752.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="checyrillic"/>
+ <component base="cyrillictic" xOffset="720.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cheverticalstrokecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/cheverticalstrokecyrillic.glif
index d26725604..0ea61d3e8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cheverticalstrokecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cheverticalstrokecyrillic.glif
@@ -1,24 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cheverticalstrokecyrillic" format="1">
- <advance width="1520"/>
+<glyph name="cheverticalstrokecyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="04B9"/>
<outline>
<contour>
- <point x="884" y="1092" type="line"/>
- <point x="664" y="1092" type="line"/>
- <point x="664" y="316" type="line"/>
- <point x="884" y="316" type="line"/>
+ <point x="884.0" y="1092.0" type="line"/>
+ <point x="664.0" y="1092.0" type="line"/>
+ <point x="664.0" y="316.0" type="line"/>
+ <point x="884.0" y="316.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1372.0" y="1488.0" type="line"/>
+ <point x="1100.0" y="1488.0" type="line"/>
+ <point x="1100.0" y="0.0" type="line"/>
+ <point x="1372.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1280.0" y="804.0" type="line"/>
+ <point x="1116.0" y="744.0"/>
+ <point x="964.0" y="708.0"/>
+ <point x="764.0" y="708.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="708.0"/>
+ <point x="464.0" y="812.0"/>
+ <point x="464.0" y="1048.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1492.0" type="line"/>
+ <point x="188.0" y="1492.0" type="line"/>
+ <point x="188.0" y="1048.0" type="line" smooth="yes"/>
+ <point x="188.0" y="672.0"/>
+ <point x="416.0" y="484.0"/>
+ <point x="764.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="484.0"/>
+ <point x="1120.0" y="524.0"/>
+ <point x="1280.0" y="584.0" type="curve"/>
</contour>
- <component base="checyrillic" xOffset="20"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1557, 'leftMargin': 174, 'rightMargin': 197}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/chook.glif b/src/Inter-UI-Regular.ufo/glyphs/chook.glif
index 5d86606d2..92320a7f2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/chook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/chook.glif
@@ -1,39 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="chook" format="1">
- <advance width="1720"/>
+<glyph name="chook" format="2">
+ <advance width="1720.0"/>
<unicode hex="0188"/>
<outline>
<contour>
- <point x="1444" y="1076" type="line"/>
- <point x="1444" y="1276" type="line" smooth="yes"/>
- <point x="1444" y="1436"/>
- <point x="1540" y="1484"/>
- <point x="1668" y="1484" type="curve" smooth="yes"/>
- <point x="1696" y="1484"/>
- <point x="1724" y="1480"/>
- <point x="1744" y="1476" type="curve"/>
- <point x="1744" y="1676" type="line"/>
- <point x="1708" y="1688"/>
- <point x="1656" y="1688"/>
- <point x="1608" y="1688" type="curve" smooth="yes"/>
- <point x="1384" y="1688"/>
- <point x="1208" y="1540"/>
- <point x="1208" y="1276" type="curve" smooth="yes"/>
- <point x="1208" y="1076" type="line"/>
+ <point x="1444.0" y="1076.0" type="line"/>
+ <point x="1444.0" y="1276.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1436.0"/>
+ <point x="1540.0" y="1484.0"/>
+ <point x="1668.0" y="1484.0" type="curve" smooth="yes"/>
+ <point x="1696.0" y="1484.0"/>
+ <point x="1724.0" y="1480.0"/>
+ <point x="1744.0" y="1476.0" type="curve"/>
+ <point x="1744.0" y="1676.0" type="line"/>
+ <point x="1708.0" y="1688.0"/>
+ <point x="1656.0" y="1688.0"/>
+ <point x="1608.0" y="1688.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="1688.0"/>
+ <point x="1208.0" y="1540.0"/>
+ <point x="1208.0" y="1276.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="1076.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1444.0" y="1076.0" type="line"/>
+ <point x="1404.0" y="1364.0"/>
+ <point x="1160.0" y="1556.0"/>
+ <point x="836.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1556.0"/>
+ <point x="144.0" y="1228.0"/>
+ <point x="144.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="296.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="840.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-32.0"/>
+ <point x="1404.0" y="176.0"/>
+ <point x="1444.0" y="448.0" type="curve"/>
+ <point x="1208.0" y="448.0" type="line"/>
+ <point x="1164.0" y="280.0"/>
+ <point x="1024.0" y="180.0"/>
+ <point x="840.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="180.0"/>
+ <point x="380.0" y="412.0"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1116.0"/>
+ <point x="564.0" y="1344.0"/>
+ <point x="840.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1344.0"/>
+ <point x="1172.0" y="1216.0"/>
+ <point x="1208.0" y="1076.0" type="curve"/>
</contour>
- <component base="c"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1701, 'leftMargin': 256, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circleblack.glif b/src/Inter-UI-Regular.ufo/glyphs/circleblack.glif
index 613e9f2b1..892a25768 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/circleblack.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/circleblack.glif
@@ -1,21 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circleblack" format="1">
- <advance width="2576"/>
+<glyph name="circleblack" format="2">
+ <advance width="2576.0"/>
<unicode hex="25CF"/>
<outline>
<contour>
- <point x="1288" y="-32" type="curve" smooth="yes"/>
- <point x="1860" y="-32"/>
- <point x="2340" y="440"/>
- <point x="2340" y="1016" type="curve" smooth="yes"/>
- <point x="2340" y="1596"/>
- <point x="1860" y="2072"/>
- <point x="1288" y="2072" type="curve" smooth="yes"/>
- <point x="708" y="2072"/>
- <point x="236" y="1596"/>
- <point x="236" y="1016" type="curve" smooth="yes"/>
- <point x="236" y="440"/>
- <point x="708" y="-32"/>
+ <point x="1288.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1860.0" y="-32.0"/>
+ <point x="2340.0" y="440.0"/>
+ <point x="2340.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="2340.0" y="1596.0"/>
+ <point x="1860.0" y="2072.0"/>
+ <point x="1288.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="2072.0"/>
+ <point x="236.0" y="1596.0"/>
+ <point x="236.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="236.0" y="440.0"/>
+ <point x="708.0" y="-32.0"/>
</contour>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circlewhite.glif b/src/Inter-UI-Regular.ufo/glyphs/circlewhite.glif
index a186316db..f223f3142 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/circlewhite.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/circlewhite.glif
@@ -1,85 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circlewhite" format="1">
- <advance width="2576"/>
+<glyph name="circlewhite" format="2">
+ <advance width="2576.0"/>
<unicode hex="25CB"/>
+ <guideline x="1212.0" y="1856.0" angle="0.0"/>
+ <guideline x="448.0" y="936.0" angle="90.0"/>
+ <guideline x="2112.0" y="948.0" angle="90.0"/>
+ <guideline x="1284.0" y="188.0" angle="0.0"/>
<outline>
<contour>
- <point x="1288" y="188" type="curve" smooth="yes"/>
- <point x="832" y="188"/>
- <point x="456" y="564"/>
- <point x="456" y="1024" type="curve" smooth="yes"/>
- <point x="456" y="1480"/>
- <point x="832" y="1856"/>
- <point x="1288" y="1856" type="curve" smooth="yes"/>
- <point x="1748" y="1856"/>
- <point x="2124" y="1480"/>
- <point x="2124" y="1024" type="curve" smooth="yes"/>
- <point x="2124" y="564"/>
- <point x="1748" y="188"/>
+ <point x="1288.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="188.0"/>
+ <point x="456.0" y="564.0"/>
+ <point x="456.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1480.0"/>
+ <point x="832.0" y="1856.0"/>
+ <point x="1288.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1748.0" y="1856.0"/>
+ <point x="2124.0" y="1480.0"/>
+ <point x="2124.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="2124.0" y="564.0"/>
+ <point x="1748.0" y="188.0"/>
+ </contour>
+ <contour>
+ <point x="1288.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1860.0" y="-32.0"/>
+ <point x="2340.0" y="440.0"/>
+ <point x="2340.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="2340.0" y="1596.0"/>
+ <point x="1860.0" y="2072.0"/>
+ <point x="1288.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="2072.0"/>
+ <point x="236.0" y="1596.0"/>
+ <point x="236.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="236.0" y="440.0"/>
+ <point x="708.0" y="-32.0"/>
</contour>
- <component base="circleblack"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1212</integer>
- <key>y</key>
- <integer>1856</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>448</integer>
- <key>y</key>
- <integer>936</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>2112</integer>
- <key>y</key>
- <integer>948</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1284</integer>
- <key>y</key>
- <integer>188</integer>
- </dict>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflex.glif
index c39a1718e..d5152a96c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/circumflex.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/circumflex.glif
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflex" format="1">
- <advance width="1296"/>
+<glyph name="circumflex" format="2">
+ <advance width="1296.0"/>
<unicode hex="02C6"/>
+ <anchor x="648.0" y="1792.0" name="_top"/>
+ <anchor x="648.0" y="2256.0" name="mkmktop_acc"/>
<outline>
- <component base="caron" yScale="-1" yOffset="3840"/>
- <contour>
- <point x="648" y="1792" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="648" y="2256" type="move" name="mkmktop_acc"/>
- </contour>
+ <component base="caron" yScale="-1.0" yOffset="3840.0"/>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflexacutecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflexacutecomb.cn.glif
new file mode 100644
index 000000000..4b4d5d834
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/circumflexacutecomb.cn.glif
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="circumflexacutecomb.cn" format="2">
+ <advance width="1520.0"/>
+ <anchor x="568.0" y="1788.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="52.0" y="1724.0" type="line"/>
+ <point x="344.0" y="1724.0" type="line"/>
+ <point x="572.0" y="1936.0" type="line"/>
+ <point x="800.0" y="1724.0" type="line"/>
+ <point x="1088.0" y="1724.0" type="line"/>
+ <point x="680.0" y="2088.0" type="line"/>
+ <point x="460.0" y="2088.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="980.0" y="1968.0" type="line"/>
+ <point x="1188.0" y="1968.0" type="line"/>
+ <point x="1468.0" y="2328.0" type="line"/>
+ <point x="1176.0" y="2328.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflexacutecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflexacutecomb.glif
deleted file mode 100644
index b5e43f754..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/circumflexacutecomb.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexacutecomb" format="1">
- <advance width="1520"/>
- <outline>
- <contour>
- <point x="52" y="1724" type="line"/>
- <point x="344" y="1724" type="line"/>
- <point x="572" y="1936" type="line"/>
- <point x="800" y="1724" type="line"/>
- <point x="1088" y="1724" type="line"/>
- <point x="680" y="2088" type="line"/>
- <point x="460" y="2088" type="line"/>
- </contour>
- <contour>
- <point x="980" y="1968" type="line"/>
- <point x="1188" y="1968" type="line"/>
- <point x="1468" y="2328" type="line"/>
- <point x="1176" y="2328" type="line"/>
- </contour>
- <contour>
- <point x="568" y="1788" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1430.0, 'leftMargin': 158, 'rightMargin': -143.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflexgravecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflexgravecomb.cn.glif
new file mode 100644
index 000000000..057fcf723
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/circumflexgravecomb.cn.glif
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="circumflexgravecomb.cn" format="2">
+ <advance width="1520.0"/>
+ <anchor x="952.0" y="1764.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="1060.0" y="2060.0" type="line"/>
+ <point x="840.0" y="2060.0" type="line"/>
+ <point x="436.0" y="1696.0" type="line"/>
+ <point x="724.0" y="1696.0" type="line"/>
+ <point x="952.0" y="1908.0" type="line"/>
+ <point x="1180.0" y="1696.0" type="line"/>
+ <point x="1468.0" y="1696.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="348.0" y="2304.0" type="line"/>
+ <point x="52.0" y="2304.0" type="line"/>
+ <point x="336.0" y="1940.0" type="line"/>
+ <point x="540.0" y="1940.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflexgravecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflexgravecomb.glif
deleted file mode 100644
index 6a19f9649..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/circumflexgravecomb.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexgravecomb" format="1">
- <advance width="1520"/>
- <outline>
- <contour>
- <point x="1060" y="2060" type="line"/>
- <point x="840" y="2060" type="line"/>
- <point x="436" y="1696" type="line"/>
- <point x="724" y="1696" type="line"/>
- <point x="952" y="1908" type="line"/>
- <point x="1180" y="1696" type="line"/>
- <point x="1468" y="1696" type="line"/>
- </contour>
- <contour>
- <point x="348" y="2304" type="line"/>
- <point x="52" y="2304" type="line"/>
- <point x="336" y="1940" type="line"/>
- <point x="540" y="1940" type="line"/>
- </contour>
- <contour>
- <point x="952" y="1764" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1430.0, 'leftMargin': -239, 'rightMargin': 254.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflexhookcomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflexhookcomb.cn.glif
new file mode 100644
index 000000000..8d1c7b98d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/circumflexhookcomb.cn.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="circumflexhookcomb.cn" format="2">
+ <advance width="1520.0"/>
+ <anchor x="652.0" y="1816.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="788.0" y="2088.0" type="line"/>
+ <point x="512.0" y="2088.0" type="line"/>
+ <point x="132.0" y="1724.0" type="line"/>
+ <point x="380.0" y="1724.0" type="line"/>
+ <point x="648.0" y="1976.0" type="line"/>
+ <point x="920.0" y="1724.0" type="line"/>
+ <point x="1168.0" y="1724.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1208.0" y="1916.0" type="line"/>
+ <point x="1208.0" y="2000.0" type="line"/>
+ <point x="1300.0" y="2012.0"/>
+ <point x="1388.0" y="2060.0"/>
+ <point x="1388.0" y="2180.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="2316.0"/>
+ <point x="1264.0" y="2404.0"/>
+ <point x="1024.0" y="2404.0" type="curve"/>
+ <point x="1016.0" y="2272.0" type="line"/>
+ <point x="1124.0" y="2272.0"/>
+ <point x="1204.0" y="2248.0"/>
+ <point x="1204.0" y="2184.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="2124.0"/>
+ <point x="1152.0" y="2108.0"/>
+ <point x="1040.0" y="2100.0" type="curve"/>
+ <point x="1040.0" y="1916.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflexhookcomb.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflexhookcomb.glif
deleted file mode 100644
index 8c994cb3e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/circumflexhookcomb.glif
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexhookcomb" format="1">
- <advance width="1520"/>
- <outline>
- <contour>
- <point x="788" y="2088" type="line"/>
- <point x="512" y="2088" type="line"/>
- <point x="132" y="1724" type="line"/>
- <point x="380" y="1724" type="line"/>
- <point x="648" y="1976" type="line"/>
- <point x="920" y="1724" type="line"/>
- <point x="1168" y="1724" type="line"/>
- </contour>
- <contour>
- <point x="1208" y="1916" type="line"/>
- <point x="1208" y="2000" type="line"/>
- <point x="1300" y="2012"/>
- <point x="1388" y="2060"/>
- <point x="1388" y="2180" type="curve" smooth="yes"/>
- <point x="1388" y="2316"/>
- <point x="1264" y="2404"/>
- <point x="1024" y="2404" type="curve"/>
- <point x="1016" y="2272" type="line"/>
- <point x="1124" y="2272"/>
- <point x="1204" y="2248"/>
- <point x="1204" y="2184" type="curve" smooth="yes"/>
- <point x="1204" y="2124"/>
- <point x="1152" y="2108"/>
- <point x="1040" y="2100" type="curve"/>
- <point x="1040" y="1916" type="line"/>
- </contour>
- <contour>
- <point x="652" y="1816" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1430.0, 'leftMargin': 143, 'rightMargin': 32.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflexnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflexnosp.glif
index 30080cfb0..c61e86567 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/circumflexnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/circumflexnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexnosp" format="1">
- <advance width="0"/>
+<glyph name="circumflexnosp" format="2">
<unicode hex="0302"/>
+ <anchor x="-832.0" y="1776.0" name="_marktop"/>
+ <anchor x="-832.0" y="2256.0" name="mkmktop"/>
+ <anchor x="-832.0" y="1920.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-832" y="1776" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-832" y="1920" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-832" y="2256" type="move" name="mkmktop"/>
- </contour>
- <component base="circumflex" xOffset="-1471"/>
+ <component base="circumflex" xOffset="-1471.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflexsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflexsubnosp.glif
index 1919819c6..9d0f1c4f1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/circumflexsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/circumflexsubnosp.glif
@@ -1,31 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflexsubnosp" format="1">
- <advance width="0"/>
+<glyph name="circumflexsubnosp" format="2">
<unicode hex="032D"/>
+ <anchor x="-808.0" y="0.0" name="_bottom"/>
+ <anchor x="-809.0" y="0.0" name="_bottomu"/>
+ <anchor x="-809.0" y="0.0" name="_markbottom"/>
+ <anchor x="-809.0" y="-558.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-808" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-809" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-809" y="-558" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-809" y="0" type="move" name="_bottomu"/>
- </contour>
- <component base="circumflex" xOffset="-1448" yOffset="-2304"/>
+ <component base="circumflex" xOffset="-1448.0" yOffset="-2304.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflextildecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflextildecomb.cn.glif
new file mode 100644
index 000000000..9ff0c14df
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/circumflextildecomb.cn.glif
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="circumflextildecomb.cn" format="2">
+ <advance width="1520.0"/>
+ <anchor x="764.0" y="1844.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="856.0" y="2060.0" type="line"/>
+ <point x="664.0" y="2060.0" type="line"/>
+ <point x="244.0" y="1724.0" type="line"/>
+ <point x="492.0" y="1724.0" type="line"/>
+ <point x="760.0" y="1936.0" type="line"/>
+ <point x="1028.0" y="1724.0" type="line"/>
+ <point x="1276.0" y="1724.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1008.0" y="2412.0" type="line"/>
+ <point x="1008.0" y="2364.0"/>
+ <point x="948.0" y="2316.0"/>
+ <point x="892.0" y="2316.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="2316.0"/>
+ <point x="728.0" y="2408.0"/>
+ <point x="616.0" y="2408.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="2408.0"/>
+ <point x="392.0" y="2296.0"/>
+ <point x="392.0" y="2188.0" type="curve"/>
+ <point x="500.0" y="2160.0" type="line"/>
+ <point x="500.0" y="2208.0"/>
+ <point x="560.0" y="2260.0"/>
+ <point x="616.0" y="2260.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="2260.0"/>
+ <point x="756.0" y="2164.0"/>
+ <point x="892.0" y="2164.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="2164.0"/>
+ <point x="1120.0" y="2272.0"/>
+ <point x="1120.0" y="2380.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/circumflextildecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/circumflextildecomb.glif
deleted file mode 100644
index 88b78ca6d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/circumflextildecomb.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="circumflextildecomb" format="1">
- <advance width="1520"/>
- <outline>
- <contour>
- <point x="856" y="2060" type="line"/>
- <point x="664" y="2060" type="line"/>
- <point x="244" y="1724" type="line"/>
- <point x="492" y="1724" type="line"/>
- <point x="760" y="1936" type="line"/>
- <point x="1028" y="1724" type="line"/>
- <point x="1276" y="1724" type="line"/>
- </contour>
- <contour>
- <point x="1008" y="2412" type="line"/>
- <point x="1008" y="2364"/>
- <point x="948" y="2316"/>
- <point x="892" y="2316" type="curve" smooth="yes"/>
- <point x="788" y="2316"/>
- <point x="728" y="2408"/>
- <point x="616" y="2408" type="curve" smooth="yes"/>
- <point x="488" y="2408"/>
- <point x="392" y="2296"/>
- <point x="392" y="2188" type="curve"/>
- <point x="500" y="2160" type="line"/>
- <point x="500" y="2208"/>
- <point x="560" y="2260"/>
- <point x="616" y="2260" type="curve" smooth="yes"/>
- <point x="724" y="2260"/>
- <point x="756" y="2164"/>
- <point x="892" y="2164" type="curve" smooth="yes"/>
- <point x="1020" y="2164"/>
- <point x="1120" y="2272"/>
- <point x="1120" y="2380" type="curve"/>
- </contour>
- <contour>
- <point x="764" y="1844" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1430.0, 'leftMargin': 143, 'rightMargin': 254.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/colon.case.glif b/src/Inter-UI-Regular.ufo/glyphs/colon.case.glif
index 6774bb777..75c58e9fd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/colon.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/colon.case.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="colon.case" format="1">
- <advance width="776"/>
+<glyph name="colon.case" format="2">
+ <advance width="776.0"/>
<outline>
- <component base="period" yOffset="324"/>
- <component base="period" yOffset="1360"/>
+ <component base="period" yOffset="324.0"/>
+ <component base="period" yOffset="1360.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 829, 'leftMargin': 271, 'rightMargin': 222}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/colon.glif b/src/Inter-UI-Regular.ufo/glyphs/colon.glif
index fddcf0ffd..faf01d1f1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/colon.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/colon.glif
@@ -1,24 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="colon" format="1">
- <advance width="776"/>
+<glyph name="colon" format="2">
+ <advance width="776.0"/>
<unicode hex="003A"/>
<outline>
<component base="period"/>
- <component base="period" yOffset="1140"/>
+ <component base="period" yOffset="1140.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/coloncurrency.glif b/src/Inter-UI-Regular.ufo/glyphs/coloncurrency.glif
index 9c1099f8f..32356cdad 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/coloncurrency.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/coloncurrency.glif
@@ -1,37 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="coloncurrency" format="1">
- <advance width="2048"/>
+<glyph name="coloncurrency" format="2">
+ <advance width="2048.0"/>
<unicode hex="20A1"/>
<outline>
<contour>
- <point x="1696" y="2304" type="line"/>
- <point x="1464" y="2304" type="line"/>
- <point x="700" y="-256" type="line"/>
- <point x="936" y="-256" type="line"/>
+ <point x="1696.0" y="2304.0" type="line"/>
+ <point x="1464.0" y="2304.0" type="line"/>
+ <point x="700.0" y="-256.0" type="line"/>
+ <point x="936.0" y="-256.0" type="line"/>
</contour>
<contour>
- <point x="1296" y="2304" type="line"/>
- <point x="1064" y="2304" type="line"/>
- <point x="304" y="-256" type="line"/>
- <point x="536" y="-256" type="line"/>
+ <point x="1296.0" y="2304.0" type="line"/>
+ <point x="1064.0" y="2304.0" type="line"/>
+ <point x="304.0" y="-256.0" type="line"/>
+ <point x="536.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1896.0" y="1408.0" type="line"/>
+ <point x="1820.0" y="1828.0"/>
+ <point x="1484.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="-28.0"/>
+ <point x="1820.0" y="220.0"/>
+ <point x="1896.0" y="640.0" type="curve"/>
+ <point x="1648.0" y="640.0" type="line"/>
+ <point x="1588.0" y="356.0"/>
+ <point x="1344.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1844.0"/>
+ <point x="1588.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
</contour>
- <component base="C"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 228, 'rightMargin': 2}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/colontriangularhalfmod.glif b/src/Inter-UI-Regular.ufo/glyphs/colontriangularhalfmod.glif
index 6ce68ee88..34bb5fb61 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/colontriangularhalfmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/colontriangularhalfmod.glif
@@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="colontriangularhalfmod" format="1">
- <advance width="752"/>
+<glyph name="colontriangularhalfmod" format="2">
+ <advance width="752.0"/>
<unicode hex="02D1"/>
<outline>
<contour>
- <point x="184" y="1488" type="line"/>
- <point x="364" y="1184" type="line"/>
- <point x="392" y="1184" type="line"/>
- <point x="572" y="1488" type="line"/>
+ <point x="184.0" y="1488.0" type="line"/>
+ <point x="364.0" y="1184.0" type="line"/>
+ <point x="392.0" y="1184.0" type="line"/>
+ <point x="572.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 609, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/colontriangularmod.glif b/src/Inter-UI-Regular.ufo/glyphs/colontriangularmod.glif
index 6e48bc05c..e6baad3e2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/colontriangularmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/colontriangularmod.glif
@@ -1,29 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="colontriangularmod" format="1">
- <advance width="752"/>
+<glyph name="colontriangularmod" format="2">
+ <advance width="752.0"/>
<unicode hex="02D0"/>
<outline>
<contour>
- <point x="184" y="1488" type="line"/>
- <point x="364" y="1184" type="line"/>
- <point x="392" y="1184" type="line"/>
- <point x="572" y="1488" type="line"/>
+ <point x="184.0" y="1488.0" type="line"/>
+ <point x="364.0" y="1184.0" type="line"/>
+ <point x="392.0" y="1184.0" type="line"/>
+ <point x="572.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="184" y="0" type="line"/>
- <point x="572" y="0" type="line"/>
- <point x="392" y="304" type="line"/>
- <point x="364" y="304" type="line"/>
+ <point x="184.0" y="0.0" type="line"/>
+ <point x="572.0" y="0.0" type="line"/>
+ <point x="392.0" y="304.0" type="line"/>
+ <point x="364.0" y="304.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 609, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/comma.glif b/src/Inter-UI-Regular.ufo/glyphs/comma.glif
index 84498bce5..3b1e5dc4b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/comma.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/comma.glif
@@ -1,40 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="comma" format="1">
- <advance width="776"/>
+<glyph name="comma" format="2">
+ <advance width="776.0"/>
<unicode hex="002C"/>
+ <anchor x="428.0" y="308.0" name="_bottom"/>
+ <anchor x="160.0" y="100.0" name="_right"/>
<outline>
<contour>
- <point x="548" y="256" type="line"/>
- <point x="292" y="256" type="line"/>
- <point x="292" y="64" type="line"/>
- <point x="292" y="-88"/>
- <point x="240" y="-228"/>
- <point x="172" y="-388" type="curve"/>
- <point x="372" y="-428" type="line"/>
- <point x="476" y="-272"/>
- <point x="544" y="-108"/>
- <point x="548" y="68" type="curve"/>
- </contour>
- <contour>
- <point x="428" y="308" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="160" y="100" type="move" name="_right"/>
+ <point x="548.0" y="256.0" type="line"/>
+ <point x="292.0" y="256.0" type="line"/>
+ <point x="292.0" y="64.0" type="line"/>
+ <point x="292.0" y="-88.0"/>
+ <point x="240.0" y="-228.0"/>
+ <point x="172.0" y="-388.0" type="curve"/>
+ <point x="372.0" y="-428.0" type="line"/>
+ <point x="476.0" y="-272.0"/>
+ <point x="544.0" y="-108.0"/>
+ <point x="548.0" y="68.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/comma.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/comma.tnum.glif
index e0f7d0494..f8b783aa8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/comma.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/comma.tnum.glif
@@ -1,39 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="comma.tnum" format="1">
- <advance width="776"/>
+<glyph name="comma.tnum" format="2">
+ <advance width="776.0"/>
+ <anchor x="428.0" y="308.0" name="_bottom"/>
+ <anchor x="160.0" y="100.0" name="_right"/>
<outline>
<contour>
- <point x="548" y="256" type="line"/>
- <point x="292" y="256" type="line"/>
- <point x="292" y="64" type="line"/>
- <point x="292" y="-88"/>
- <point x="240" y="-228"/>
- <point x="172" y="-388" type="curve"/>
- <point x="372" y="-428" type="line"/>
- <point x="476" y="-272"/>
- <point x="544" y="-108"/>
- <point x="548" y="68" type="curve"/>
- </contour>
- <contour>
- <point x="428" y="308" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="160" y="100" type="move" name="_right"/>
+ <point x="548.0" y="256.0" type="line"/>
+ <point x="292.0" y="256.0" type="line"/>
+ <point x="292.0" y="64.0" type="line"/>
+ <point x="292.0" y="-88.0"/>
+ <point x="240.0" y="-228.0"/>
+ <point x="172.0" y="-388.0" type="curve"/>
+ <point x="372.0" y="-428.0" type="line"/>
+ <point x="476.0" y="-272.0"/>
+ <point x="544.0" y="-108.0"/>
+ <point x="548.0" y="68.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commaabovecmb.glif b/src/Inter-UI-Regular.ufo/glyphs/commaabovecmb.glif
index d8abbbc5f..b541da77a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/commaabovecmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/commaabovecmb.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaabovecmb" format="1">
- <advance width="0"/>
+<glyph name="commaabovecmb" format="2">
<unicode hex="0313"/>
+ <anchor x="-840.0" y="1464.0" name="_marktop"/>
+ <anchor x="-840.0" y="2316.0" name="mkmktop"/>
+ <anchor x="-807.0" y="1749.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-840" y="1464" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-807" y="1749" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-840" y="2316" type="move" name="mkmktop"/>
- </contour>
- <component base="commaturnsupnosp" xScale="-1" yScale="-1" xOffset="-1554" yOffset="3499"/>
+ <component base="commaturnsupnosp" xScale="-1.0" yScale="-1.0" xOffset="-1554.0" yOffset="3499.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commaaboverightcmb.glif b/src/Inter-UI-Regular.ufo/glyphs/commaaboverightcmb.glif
index 439128c4e..3debdda3c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/commaaboverightcmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/commaaboverightcmb.glif
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaaboverightcmb" format="1">
- <advance width="0"/>
+<glyph name="commaaboverightcmb" format="2">
<unicode hex="0315"/>
+ <anchor x="-113.0" y="1456.0" name="_marktop0315"/>
<outline>
- <contour>
- <point x="-113" y="1456" type="move" name="_marktop0315"/>
- </contour>
- <component base="commaturnsupnosp" xScale="-1" yScale="-1" xOffset="-811" yOffset="3499"/>
+ <component base="commaturnsupnosp" xScale="-1.0" yScale="-1.0" xOffset="-811.0" yOffset="3499.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commaaboverightcomb.glif b/src/Inter-UI-Regular.ufo/glyphs/commaaboverightcomb.glif
deleted file mode 100644
index c0155460e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/commaaboverightcomb.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaaboverightcomb" format="1">
- <advance width="0"/>
- <outline>
- <component base="commaturnsupnosp" xScale="-1" yScale="-1" xOffset="-857" yOffset="3499"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/commaaccent.glif
index 6b96bc73b..a5157895c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/commaaccent.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/commaaccent.glif
@@ -1,41 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaaccent" format="1">
- <advance width="752"/>
+<glyph name="commaaccent" format="2">
+ <advance width="752.0"/>
<unicode hex="F6C3"/>
+ <anchor x="392.0" y="512.0" name="_bottom"/>
+ <anchor x="252.0" y="340.0" name="_caron"/>
+ <anchor x="372.0" y="108.0" name="_right"/>
+ <anchor x="428.0" y="-216.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="512" y="384" type="line"/>
- <point x="272" y="384" type="line"/>
- <point x="272" y="256" type="line"/>
- <point x="272" y="104"/>
- <point x="220" y="-100"/>
- <point x="152" y="-260" type="curve"/>
- <point x="352" y="-300" type="line"/>
- <point x="456" y="-144"/>
- <point x="508" y="84"/>
- <point x="512" y="260" type="curve"/>
- </contour>
- <contour>
- <point x="392" y="512" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="252" y="340" type="move" name="_caron"/>
- </contour>
- <contour>
- <point x="372" y="108" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="428" y="-216" type="move" name="mkmkbottom_acc"/>
+ <point x="512.0" y="384.0" type="line"/>
+ <point x="272.0" y="384.0" type="line"/>
+ <point x="272.0" y="256.0" type="line"/>
+ <point x="272.0" y="104.0"/>
+ <point x="220.0" y="-100.0"/>
+ <point x="152.0" y="-260.0" type="curve"/>
+ <point x="352.0" y="-300.0" type="line"/>
+ <point x="456.0" y="-144.0"/>
+ <point x="508.0" y="84.0"/>
+ <point x="512.0" y="260.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 718, 'leftMargin': 118, 'rightMargin': 235}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commaaccentrotate.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/commaaccentrotate.cn.glif
new file mode 100644
index 000000000..6c1c81aa1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/commaaccentrotate.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="commaaccentrotate.cn" format="2">
+ <advance width="752.0"/>
+ <anchor x="340.0" y="1648.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="196.0" y="1596.0" type="line"/>
+ <point x="472.0" y="1596.0" type="line"/>
+ <point x="472.0" y="1760.0" type="line" smooth="yes"/>
+ <point x="472.0" y="1876.0"/>
+ <point x="492.0" y="1964.0"/>
+ <point x="556.0" y="2076.0" type="curve"/>
+ <point x="400.0" y="2200.0" type="line"/>
+ <point x="312.0" y="2124.0"/>
+ <point x="196.0" y="1940.0"/>
+ <point x="196.0" y="1772.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commaaccentrotate.glif b/src/Inter-UI-Regular.ufo/glyphs/commaaccentrotate.glif
deleted file mode 100644
index 745e65898..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/commaaccentrotate.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaaccentrotate" format="1">
- <advance width="752"/>
- <outline>
- <contour>
- <point x="196" y="1596" type="line"/>
- <point x="472" y="1596" type="line"/>
- <point x="472" y="1760" type="line" smooth="yes"/>
- <point x="472" y="1876"/>
- <point x="492" y="1964"/>
- <point x="556" y="2076" type="curve"/>
- <point x="400" y="2200" type="line"/>
- <point x="312" y="2124"/>
- <point x="196" y="1940"/>
- <point x="196" y="1772" type="curve"/>
- </contour>
- <contour>
- <point x="340" y="1648" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 718, 'leftMargin': 221, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commabelowcmb.glif b/src/Inter-UI-Regular.ufo/glyphs/commabelowcmb.glif
index a53d0d555..a8f0671b8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/commabelowcmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/commabelowcmb.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commabelowcmb" format="1">
- <advance width="0"/>
+<glyph name="commabelowcmb" format="2">
<unicode hex="0326"/>
+ <anchor x="-770.0" y="0.0" name="_markbottom"/>
+ <anchor x="-770.0" y="-762.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-770" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-770" y="-762" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-619" y="-201" type="line"/>
- <point x="-880" y="-201" type="line"/>
- <point x="-880" y="-314" type="line" smooth="yes"/>
- <point x="-880" y="-441"/>
- <point x="-914" y="-551"/>
- <point x="-983" y="-657" type="curve"/>
- <point x="-828" y="-762" type="line"/>
- <point x="-686" y="-648"/>
- <point x="-619" y="-455"/>
- <point x="-619" y="-309" type="curve" smooth="yes"/>
+ <point x="-619.0" y="-201.0" type="line"/>
+ <point x="-880.0" y="-201.0" type="line"/>
+ <point x="-880.0" y="-314.0" type="line" smooth="yes"/>
+ <point x="-880.0" y="-441.0"/>
+ <point x="-914.0" y="-551.0"/>
+ <point x="-983.0" y="-657.0" type="curve"/>
+ <point x="-828.0" y="-762.0" type="line"/>
+ <point x="-686.0" y="-648.0"/>
+ <point x="-619.0" y="-455.0"/>
+ <point x="-619.0" y="-309.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commareversedmod.glif b/src/Inter-UI-Regular.ufo/glyphs/commareversedmod.glif
index 156eafb09..fcf8a6e54 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/commareversedmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/commareversedmod.glif
@@ -1,29 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commareversedmod" format="1">
- <advance width="752"/>
+<glyph name="commareversedmod" format="2">
+ <advance width="752.0"/>
<unicode hex="02BD"/>
<outline>
<contour>
- <point x="172" y="2144" type="line"/>
- <point x="444" y="2144" type="line"/>
- <point x="444" y="1888" type="line" smooth="yes"/>
- <point x="444" y="1728"/>
- <point x="492" y="1592"/>
- <point x="580" y="1460" type="curve"/>
- <point x="424" y="1356" type="line"/>
- <point x="264" y="1492"/>
- <point x="172" y="1716"/>
- <point x="172" y="1892" type="curve" smooth="yes"/>
+ <point x="172.0" y="2144.0" type="line"/>
+ <point x="444.0" y="2144.0" type="line"/>
+ <point x="444.0" y="1888.0" type="line" smooth="yes"/>
+ <point x="444.0" y="1728.0"/>
+ <point x="492.0" y="1592.0"/>
+ <point x="580.0" y="1460.0" type="curve"/>
+ <point x="424.0" y="1356.0" type="line"/>
+ <point x="264.0" y="1492.0"/>
+ <point x="172.0" y="1716.0"/>
+ <point x="172.0" y="1892.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 626, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commasuprevnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/commasuprevnosp.glif
index 676a23ca2..d8086886f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/commasuprevnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/commasuprevnosp.glif
@@ -1,39 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commasuprevnosp" format="1">
- <advance width="0"/>
+<glyph name="commasuprevnosp" format="2">
<unicode hex="0314"/>
+ <anchor x="-773.0" y="1464.0" name="_marktop"/>
+ <anchor x="-771.0" y="2316.0" name="mkmktop"/>
+ <anchor x="-807.0" y="1749.0" name="parent_top"/>
<outline>
<contour>
- <point x="-773" y="1464" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-771" y="2316" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-807" y="1749" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-1011" y="2144" type="line"/>
- <point x="-738" y="2144" type="line"/>
- <point x="-738" y="1887" type="line" smooth="yes"/>
- <point x="-738" y="1727"/>
- <point x="-692" y="1591"/>
- <point x="-605" y="1460" type="curve"/>
- <point x="-760" y="1356" type="line"/>
- <point x="-920" y="1491"/>
- <point x="-1011" y="1715"/>
- <point x="-1011" y="1891" type="curve" smooth="yes"/>
+ <point x="-1011.0" y="2144.0" type="line"/>
+ <point x="-738.0" y="2144.0" type="line"/>
+ <point x="-738.0" y="1887.0" type="line" smooth="yes"/>
+ <point x="-738.0" y="1727.0"/>
+ <point x="-692.0" y="1591.0"/>
+ <point x="-605.0" y="1460.0" type="curve"/>
+ <point x="-760.0" y="1356.0" type="line"/>
+ <point x="-920.0" y="1491.0"/>
+ <point x="-1011.0" y="1715.0"/>
+ <point x="-1011.0" y="1891.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commaturnedmod.glif b/src/Inter-UI-Regular.ufo/glyphs/commaturnedmod.glif
index 18e6f48e7..70fb678c3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/commaturnedmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/commaturnedmod.glif
@@ -1,29 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaturnedmod" format="1">
- <advance width="752"/>
+<glyph name="commaturnedmod" format="2">
+ <advance width="752.0"/>
<unicode hex="02BB"/>
<outline>
<contour>
- <point x="172" y="1356" type="line"/>
- <point x="444" y="1356" type="line"/>
- <point x="444" y="1612" type="line" smooth="yes"/>
- <point x="444" y="1772"/>
- <point x="492" y="1908"/>
- <point x="580" y="2040" type="curve"/>
- <point x="424" y="2144" type="line"/>
- <point x="264" y="2008"/>
- <point x="172" y="1784"/>
- <point x="172" y="1608" type="curve" smooth="yes"/>
+ <point x="172.0" y="1356.0" type="line"/>
+ <point x="444.0" y="1356.0" type="line"/>
+ <point x="444.0" y="1612.0" type="line" smooth="yes"/>
+ <point x="444.0" y="1772.0"/>
+ <point x="492.0" y="1908.0"/>
+ <point x="580.0" y="2040.0" type="curve"/>
+ <point x="424.0" y="2144.0" type="line"/>
+ <point x="264.0" y="2008.0"/>
+ <point x="172.0" y="1784.0"/>
+ <point x="172.0" y="1608.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 626, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/commaturnsupnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/commaturnsupnosp.glif
index 7bf96feb5..7a6ea4290 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/commaturnsupnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/commaturnsupnosp.glif
@@ -1,39 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="commaturnsupnosp" format="1">
- <advance width="0"/>
+<glyph name="commaturnsupnosp" format="2">
<unicode hex="0312"/>
+ <anchor x="-811.0" y="1464.0" name="_marktop"/>
+ <anchor x="-811.0" y="2316.0" name="mkmktop"/>
+ <anchor x="-745.0" y="1749.0" name="parent_top"/>
<outline>
<contour>
- <point x="-811" y="1464" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-811" y="2316" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-745" y="1749" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-949" y="1356" type="line"/>
- <point x="-677" y="1356" type="line"/>
- <point x="-677" y="1613" type="line" smooth="yes"/>
- <point x="-677" y="1772"/>
- <point x="-630" y="1909"/>
- <point x="-543" y="2039" type="curve"/>
- <point x="-699" y="2144" type="line"/>
- <point x="-858" y="2009"/>
- <point x="-949" y="1785"/>
- <point x="-949" y="1609" type="curve" smooth="yes"/>
+ <point x="-949.0" y="1356.0" type="line"/>
+ <point x="-677.0" y="1356.0" type="line"/>
+ <point x="-677.0" y="1613.0" type="line" smooth="yes"/>
+ <point x="-677.0" y="1772.0"/>
+ <point x="-630.0" y="1909.0"/>
+ <point x="-543.0" y="2039.0" type="curve"/>
+ <point x="-699.0" y="2144.0" type="line"/>
+ <point x="-858.0" y="2009.0"/>
+ <point x="-949.0" y="1785.0"/>
+ <point x="-949.0" y="1609.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/contents.plist b/src/Inter-UI-Regular.ufo/glyphs/contents.plist
index 732a43e70..cfda5ef41 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/contents.plist
+++ b/src/Inter-UI-Regular.ufo/glyphs/contents.plist
@@ -1,2624 +1,4402 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>.notdef</key>
- <string>_notdef.glif</string>
- <key>.null</key>
- <string>_null.glif</string>
- <key>A</key>
- <string>A_.glif</string>
- <key>AE</key>
- <string>AE__.glif</string>
- <key>Adieresis</key>
- <string>Adieresis_.glif</string>
- <key>Atilde</key>
- <string>Atilde_.glif</string>
- <key>B</key>
- <string>B_.glif</string>
- <key>Bhook</key>
- <string>Bhook_.glif</string>
- <key>Btopbar</key>
- <string>Btopbar_.glif</string>
- <key>C</key>
- <string>C_.glif</string>
- <key>CR</key>
- <string>CR__.glif</string>
- <key>Cheabkhasiancyrillic</key>
- <string>Cheabkhasiancyrillic_.glif</string>
- <key>Chedescendercyrillic</key>
- <string>Chedescendercyrillic_.glif</string>
- <key>Cheverticalstrokecyrillic</key>
- <string>Cheverticalstrokecyrillic_.glif</string>
- <key>Chook</key>
- <string>Chook_.glif</string>
- <key>D</key>
- <string>D_.glif</string>
- <key>Dbar1</key>
- <string>Dbar1_.glif</string>
- <key>Delta</key>
- <string>Delta_.glif</string>
- <key>Dhook</key>
- <string>Dhook_.glif</string>
- <key>Digamma</key>
- <string>Digamma_.glif</string>
- <key>Dtopbar</key>
- <string>Dtopbar_.glif</string>
- <key>Dzcaron_</key>
- <string>Dzcaron_.glif</string>
- <key>Dzeabkhasiancyrillic</key>
- <string>Dzeabkhasiancyrillic_.glif</string>
- <key>E</key>
- <string>E_.glif</string>
- <key>Eiotifiedcyrillic</key>
- <string>Eiotifiedcyrillic_.glif</string>
- <key>Endescendercyrillic</key>
- <string>Endescendercyrillic_.glif</string>
- <key>Eng</key>
- <string>Eng_.glif</string>
- <key>Enghecyrillic</key>
- <string>Enghecyrillic_.glif</string>
- <key>Enhookcyrillic</key>
- <string>Enhookcyrillic_.glif</string>
- <key>Epsilon1</key>
- <string>Epsilon1_.glif</string>
- <key>Esh</key>
- <string>Esh_.glif</string>
- <key>Eturn</key>
- <string>Eturn_.glif</string>
- <key>Euro</key>
- <string>Euro_.glif</string>
- <key>Ezh</key>
- <string>Ezh_.glif</string>
- <key>Ezhcaron</key>
- <string>Ezhcaron_.glif</string>
- <key>Ezhreversed</key>
- <string>Ezhreversed_.glif</string>
- <key>F</key>
- <string>F_.glif</string>
- <key>Fhook</key>
- <string>Fhook_.glif</string>
- <key>Fturn</key>
- <string>Fturn_.glif</string>
- <key>G</key>
- <string>G_.glif</string>
- <key>Gamma</key>
- <string>Gamma_.glif</string>
- <key>Gamma1</key>
- <string>Gamma1_.glif</string>
- <key>Gbar</key>
- <string>Gbar_.glif</string>
- <key>Germandbls</key>
- <string>Germandbls_.glif</string>
- <key>Ghemiddlehookcyrillic</key>
- <string>Ghemiddlehookcyrillic_.glif</string>
- <key>Ghook</key>
- <string>Ghook_.glif</string>
- <key>Gsmallcap</key>
- <string>Gsmallcap_.glif</string>
- <key>Gsmallcaphook</key>
- <string>Gsmallcaphook_.glif</string>
- <key>H</key>
- <string>H_.glif</string>
- <key>Haabkhasiancyrillic</key>
- <string>Haabkhasiancyrillic_.glif</string>
- <key>Hadescendercyrillic</key>
- <string>Hadescendercyrillic_.glif</string>
- <key>Hbar</key>
- <string>Hbar_.glif</string>
- <key>Hcedilla</key>
- <string>Hcedilla_.glif</string>
- <key>I</key>
- <string>I_.glif</string>
- <key>Idieresis</key>
- <string>Idieresis_.glif</string>
- <key>Idieresisacute</key>
- <string>Idieresisacute_.glif</string>
- <key>Iota1</key>
- <string>Iota1_.glif</string>
- <key>Ismallcap</key>
- <string>Ismallcap_.glif</string>
- <key>Istroke</key>
- <string>Istroke_.glif</string>
- <key>Itildebelow</key>
- <string>Itildebelow_.glif</string>
- <key>J</key>
- <string>J_.glif</string>
- <key>K</key>
- <string>K_.glif</string>
- <key>Kabashkircyrillic</key>
- <string>Kabashkircyrillic_.glif</string>
- <key>Kacyr</key>
- <string>Kacyr_.glif</string>
- <key>Kadescendercyrillic</key>
- <string>Kadescendercyrillic_.glif</string>
- <key>Kahookcyrillic</key>
- <string>Kahookcyrillic_.glif</string>
- <key>Kaverticalstrokecyrillic</key>
- <string>Kaverticalstrokecyrillic_.glif</string>
- <key>Khook</key>
- <string>Khook_.glif</string>
- <key>Koppa</key>
- <string>Koppa_.glif</string>
- <key>Koppacyrillic</key>
- <string>Koppacyrillic_.glif</string>
- <key>Ksicyrillic</key>
- <string>Ksicyrillic_.glif</string>
- <key>L</key>
- <string>L_.glif</string>
- <key>L_bar</key>
- <string>L__bar.glif</string>
- <key>L_slash</key>
- <string>L__slash.glif</string>
- <key>Lambda</key>
- <string>Lambda_.glif</string>
- <key>Lsmallcap</key>
- <string>Lsmallcap_.glif</string>
- <key>M</key>
- <string>M_.glif</string>
- <key>N</key>
- <string>N_.glif</string>
- <key>Nhook</key>
- <string>Nhook_.glif</string>
- <key>Nsmallcap</key>
- <string>Nsmallcap_.glif</string>
- <key>O</key>
- <string>O_.glif</string>
- <key>OE</key>
- <string>OE__.glif</string>
- <key>OEsmallcap</key>
- <string>OEsmallcap__.glif</string>
- <key>OI</key>
- <string>OI__.glif</string>
- <key>Odieresis</key>
- <string>Odieresis_.glif</string>
- <key>Ohorn</key>
- <string>Ohorn_.glif</string>
- <key>Omega</key>
- <string>Omega_.glif</string>
- <key>Omegacyrillic</key>
- <string>Omegacyrillic_.glif</string>
- <key>Omegaroundcyrillic</key>
- <string>Omegaroundcyrillic_.glif</string>
- <key>Omegatitlocyrillic</key>
- <string>Omegatitlocyrillic_.glif</string>
- <key>Oopen</key>
- <string>Oopen_.glif</string>
- <key>Oslash</key>
- <string>Oslash_.glif</string>
- <key>Otcyrillic</key>
- <string>Otcyrillic_.glif</string>
- <key>Otilde</key>
- <string>Otilde_.glif</string>
- <key>P</key>
- <string>P_.glif</string>
- <key>Pemiddlehookcyrillic</key>
- <string>Pemiddlehookcyrillic_.glif</string>
- <key>Phi</key>
- <string>Phi_.glif</string>
- <key>Phook</key>
- <string>Phook_.glif</string>
- <key>Pi</key>
- <string>Pi_.glif</string>
- <key>Psi</key>
- <string>Psi_.glif</string>
- <key>Q</key>
- <string>Q_.glif</string>
- <key>Q_rthook</key>
- <string>Q__rthook.glif</string>
- <key>R</key>
- <string>R_.glif</string>
- <key>Rsmallcap</key>
- <string>Rsmallcap_.glif</string>
- <key>Rsmallcapinv</key>
- <string>Rsmallcapinv_.glif</string>
- <key>Rturnsuper</key>
- <string>Rturnsuper_.glif</string>
- <key>Rx</key>
- <string>Rx_.glif</string>
- <key>S</key>
- <string>S_.glif</string>
- <key>Sampi</key>
- <string>Sampi_.glif</string>
- <key>Schwa</key>
- <string>Schwa_.glif</string>
- <key>Schwacyrillic</key>
- <string>Schwacyrillic_.glif</string>
- <key>Shhacyrillic</key>
- <string>Shhacyrillic_.glif</string>
- <key>Sigma</key>
- <string>Sigma_.glif</string>
- <key>Stigma</key>
- <string>Stigma_.glif</string>
- <key>T</key>
- <string>T_.glif</string>
- <key>Tetsecyrillic</key>
- <string>Tetsecyrillic_.glif</string>
- <key>Theta</key>
- <string>Theta_.glif</string>
- <key>Thook</key>
- <string>Thook_.glif</string>
- <key>Thorn</key>
- <string>Thorn_.glif</string>
- <key>Tonefive</key>
- <string>Tonefive_.glif</string>
- <key>Tonesix</key>
- <string>Tonesix_.glif</string>
- <key>Tonetwo</key>
- <string>Tonetwo_.glif</string>
- <key>Trthook</key>
- <string>Trthook_.glif</string>
- <key>U</key>
- <string>U_.glif</string>
- <key>Uhorn</key>
- <string>Uhorn_.glif</string>
- <key>Upsilon2</key>
- <string>Upsilon2_.glif</string>
- <key>Upsilonhooksymbol</key>
- <string>Upsilonhooksymbol_.glif</string>
- <key>V</key>
- <string>V_.glif</string>
- <key>Vcursive</key>
- <string>Vcursive_.glif</string>
- <key>W</key>
- <string>W_.glif</string>
- <key>X</key>
- <string>X_.glif</string>
- <key>Xi</key>
- <string>Xi_.glif</string>
- <key>Y</key>
- <string>Y_.glif</string>
- <key>YR</key>
- <string>YR__.glif</string>
- <key>Yhook</key>
- <string>Yhook_.glif</string>
- <key>Ysmallcap</key>
- <string>Ysmallcap_.glif</string>
- <key>Yusbigcyrillic</key>
- <string>Yusbigcyrillic_.glif</string>
- <key>Yusbigiotifiedcyrillic</key>
- <string>Yusbigiotifiedcyrillic_.glif</string>
- <key>Yuslittlecyrillic</key>
- <string>Yuslittlecyrillic_.glif</string>
- <key>Yuslittleiotifiedcyrillic</key>
- <string>Yuslittleiotifiedcyrillic_.glif</string>
- <key>Z</key>
- <string>Z_.glif</string>
- <key>Zbar</key>
- <string>Zbar_.glif</string>
- <key>Zhedescendercyrillic</key>
- <string>Zhedescendercyrillic_.glif</string>
- <key>a</key>
- <string>a.glif</string>
- <key>a_uni02DE</key>
- <string>a_uni02DE__.glif</string>
- <key>accountof</key>
- <string>accountof.glif</string>
- <key>acute</key>
- <string>acute.glif</string>
- <key>acutecomb</key>
- <string>acutecomb.glif</string>
- <key>acutedblnosp</key>
- <string>acutedblnosp.glif</string>
- <key>acutedotcomb</key>
- <string>acutedotcomb.glif</string>
- <key>acutedotcomb.lc</key>
- <string>acutedotcomb.lc.glif</string>
- <key>acutelowmod</key>
- <string>acutelowmod.glif</string>
- <key>acuterightnosp</key>
- <string>acuterightnosp.glif</string>
- <key>acutesubnosp</key>
- <string>acutesubnosp.glif</string>
- <key>addresssubject</key>
- <string>addresssubject.glif</string>
- <key>adieresis</key>
- <string>adieresis.glif</string>
- <key>ae</key>
- <string>ae.glif</string>
- <key>afii10018</key>
- <string>afii10018.glif</string>
- <key>afii10021</key>
- <string>afii10021.glif</string>
- <key>afii10024</key>
- <string>afii10024.glif</string>
- <key>afii10025</key>
- <string>afii10025.glif</string>
- <key>afii10026</key>
- <string>afii10026.glif</string>
- <key>afii10029</key>
- <string>afii10029.glif</string>
- <key>afii10037</key>
- <string>afii10037.glif</string>
- <key>afii10038</key>
- <string>afii10038.glif</string>
- <key>afii10040</key>
- <string>afii10040.glif</string>
- <key>afii10041</key>
- <string>afii10041.glif</string>
- <key>afii10042</key>
- <string>afii10042.glif</string>
- <key>afii10043</key>
- <string>afii10043.glif</string>
- <key>afii10044</key>
- <string>afii10044.glif</string>
- <key>afii10045</key>
- <string>afii10045.glif</string>
- <key>afii10046</key>
- <string>afii10046.glif</string>
- <key>afii10047</key>
- <string>afii10047.glif</string>
- <key>afii10048</key>
- <string>afii10048.glif</string>
- <key>afii10049</key>
- <string>afii10049.glif</string>
- <key>afii10050</key>
- <string>afii10050.glif</string>
- <key>afii10051</key>
- <string>afii10051.glif</string>
- <key>afii10053</key>
- <string>afii10053.glif</string>
- <key>afii10058</key>
- <string>afii10058.glif</string>
- <key>afii10059</key>
- <string>afii10059.glif</string>
- <key>afii10060</key>
- <string>afii10060.glif</string>
- <key>afii10145</key>
- <string>afii10145.glif</string>
- <key>afii10147</key>
- <string>afii10147.glif</string>
- <key>afii10148</key>
- <string>afii10148.glif</string>
- <key>afii300</key>
- <string>afii300.glif</string>
- <key>afii57596</key>
- <string>afii57596.glif</string>
- <key>afii57598</key>
- <string>afii57598.glif</string>
- <key>afii57636</key>
- <string>afii57636.glif</string>
- <key>afii61664</key>
- <string>afii61664.glif</string>
- <key>alpha</key>
- <string>alpha.glif</string>
- <key>ampersand</key>
- <string>ampersand.glif</string>
- <key>anglesupnosp</key>
- <string>anglesupnosp.glif</string>
- <key>angstrom</key>
- <string>angstrom.glif</string>
- <key>anoteleia</key>
- <string>anoteleia.glif</string>
- <key>approxequal</key>
- <string>approxequal.glif</string>
- <key>archdblsubnosp</key>
- <string>archdblsubnosp.glif</string>
- <key>arrowNE</key>
- <string>arrowNE_.glif</string>
- <key>arrowNW</key>
- <string>arrowNW_.glif</string>
- <key>arrowSE</key>
- <string>arrowSE_.glif</string>
- <key>arrowSW</key>
- <string>arrowSW_.glif</string>
- <key>arrowdown</key>
- <string>arrowdown.glif</string>
- <key>arrowheaddownmod</key>
- <string>arrowheaddownmod.glif</string>
- <key>arrowheadleftmod</key>
- <string>arrowheadleftmod.glif</string>
- <key>arrowheadrightmod</key>
- <string>arrowheadrightmod.glif</string>
- <key>arrowheadupmod</key>
- <string>arrowheadupmod.glif</string>
- <key>arrowleft</key>
- <string>arrowleft.glif</string>
- <key>arrowleft.case</key>
- <string>arrowleft.case.glif</string>
- <key>arrowleftlong</key>
- <string>arrowleftlong.glif</string>
- <key>arrowleftlong.case</key>
- <string>arrowleftlong.case.glif</string>
- <key>arrowright</key>
- <string>arrowright.glif</string>
- <key>arrowright.case</key>
- <string>arrowright.case.glif</string>
- <key>arrowrightlong</key>
- <string>arrowrightlong.glif</string>
- <key>arrowrightlong.case</key>
- <string>arrowrightlong.case.glif</string>
- <key>arrowup</key>
- <string>arrowup.glif</string>
- <key>asciicircum</key>
- <string>asciicircum.glif</string>
- <key>asciitilde</key>
- <string>asciitilde.glif</string>
- <key>ascript</key>
- <string>ascript.glif</string>
- <key>ascript_uni02DE</key>
- <string>ascript_uni02DE__.glif</string>
- <key>ascriptturn</key>
- <string>ascriptturn.glif</string>
- <key>ascriptturn_uni02DE</key>
- <string>ascriptturn_uni02DE__.glif</string>
- <key>asterisk</key>
- <string>asterisk.glif</string>
- <key>asterisk.case</key>
- <string>asterisk.case.glif</string>
- <key>asterism</key>
- <string>asterism.glif</string>
- <key>at</key>
- <string>at.glif</string>
- <key>at.case</key>
- <string>at.case.glif</string>
- <key>atilde</key>
- <string>atilde.glif</string>
- <key>aturn</key>
- <string>aturn.glif</string>
- <key>aturn_uni02DE</key>
- <string>aturn_uni02DE__.glif</string>
- <key>austral</key>
- <string>austral.glif</string>
- <key>b</key>
- <string>b.glif</string>
- <key>babygamma</key>
- <string>babygamma.glif</string>
- <key>backslash</key>
- <string>backslash.glif</string>
- <key>bar</key>
- <string>bar.glif</string>
- <key>barmidlongnosp</key>
- <string>barmidlongnosp.glif</string>
- <key>barmidshortnosp</key>
- <string>barmidshortnosp.glif</string>
- <key>bbar</key>
- <string>bbar.glif</string>
- <key>becyrillic</key>
- <string>becyrillic.glif</string>
- <key>beta</key>
- <string>beta.glif</string>
- <key>beta1</key>
- <string>beta1.glif</string>
- <key>bhook</key>
- <string>bhook.glif</string>
- <key>blackleftpointingtriangle</key>
- <string>blackleftpointingtriangle.glif</string>
- <key>braceleft</key>
- <string>braceleft.glif</string>
- <key>braceleft.case</key>
- <string>braceleft.case.glif</string>
- <key>braceright</key>
- <string>braceright.glif</string>
- <key>braceright.case</key>
- <string>braceright.case.glif</string>
- <key>bracketleft</key>
- <string>bracketleft.glif</string>
- <key>bracketleft.case</key>
- <string>bracketleft.case.glif</string>
- <key>bracketleft_quill</key>
- <string>bracketleft_quill.glif</string>
- <key>bracketright</key>
- <string>bracketright.glif</string>
- <key>bracketright.case</key>
- <string>bracketright.case.glif</string>
- <key>bracketright_quill</key>
- <string>bracketright_quill.glif</string>
- <key>breve</key>
- <string>breve.glif</string>
- <key>breveacutecomb</key>
- <string>breveacutecomb.glif</string>
- <key>brevegravecomb</key>
- <string>brevegravecomb.glif</string>
- <key>brevehookcomb</key>
- <string>brevehookcomb.glif</string>
- <key>breveinverteddoublecmb</key>
- <string>breveinverteddoublecmb.glif</string>
- <key>breveinvnosp</key>
- <string>breveinvnosp.glif</string>
- <key>breveinvsubnosp</key>
- <string>breveinvsubnosp.glif</string>
- <key>brevenosp</key>
- <string>brevenosp.glif</string>
- <key>brevesubnosp</key>
- <string>brevesubnosp.glif</string>
- <key>brevetildecomb</key>
- <string>brevetildecomb.glif</string>
- <key>bridgeinvsubnosp</key>
- <string>bridgeinvsubnosp.glif</string>
- <key>bridgesubnosp</key>
- <string>bridgesubnosp.glif</string>
- <key>brokenbar</key>
- <string>brokenbar.glif</string>
- <key>btopbar</key>
- <string>btopbar.glif</string>
- <key>bullet</key>
- <string>bullet.glif</string>
- <key>bullet.case</key>
- <string>bullet.case.glif</string>
- <key>bullseye</key>
- <string>bullseye.glif</string>
- <key>c</key>
- <string>c.glif</string>
- <key>cadauna</key>
- <string>cadauna.glif</string>
- <key>candrabindunosp</key>
- <string>candrabindunosp.glif</string>
- <key>careof</key>
- <string>careof.glif</string>
- <key>caret</key>
- <string>caret.glif</string>
- <key>caretinsertionpoint</key>
- <string>caretinsertionpoint.glif</string>
- <key>caron</key>
- <string>caron.glif</string>
- <key>caronbelowcmb</key>
- <string>caronbelowcmb.glif</string>
- <key>caroncmb</key>
- <string>caroncmb.glif</string>
- <key>carondotcomb</key>
- <string>carondotcomb.glif</string>
- <key>carondotcomb.lc</key>
- <string>carondotcomb.lc.glif</string>
- <key>caronnosp</key>
- <string>caronnosp.glif</string>
- <key>caronsubnosp</key>
- <string>caronsubnosp.glif</string>
- <key>casedieresis.cn</key>
- <string>casedieresis.cn.glif</string>
- <key>casetilde.cn</key>
- <string>casetilde.cn.glif</string>
- <key>ccurl</key>
- <string>ccurl.glif</string>
- <key>cedi</key>
- <string>cedi.glif</string>
- <key>cedilla</key>
- <string>cedilla.glif</string>
- <key>cedillanosp</key>
- <string>cedillanosp.glif</string>
- <key>cent</key>
- <string>cent.glif</string>
- <key>charactertie</key>
- <string>charactertie.glif</string>
- <key>cheabkhasiancyrillic</key>
- <string>cheabkhasiancyrillic.glif</string>
- <key>checyrillic</key>
- <string>checyrillic.glif</string>
- <key>chedescendercyrillic</key>
- <string>chedescendercyrillic.glif</string>
- <key>cheverticalstrokecyrillic</key>
- <string>cheverticalstrokecyrillic.glif</string>
- <key>chook</key>
- <string>chook.glif</string>
- <key>circleblack</key>
- <string>circleblack.glif</string>
- <key>circlewhite</key>
- <string>circlewhite.glif</string>
- <key>circumflex</key>
- <string>circumflex.glif</string>
- <key>circumflexacutecomb</key>
- <string>circumflexacutecomb.glif</string>
- <key>circumflexgravecomb</key>
- <string>circumflexgravecomb.glif</string>
- <key>circumflexhookcomb</key>
- <string>circumflexhookcomb.glif</string>
- <key>circumflexnosp</key>
- <string>circumflexnosp.glif</string>
- <key>circumflexsubnosp</key>
- <string>circumflexsubnosp.glif</string>
- <key>circumflextildecomb</key>
- <string>circumflextildecomb.glif</string>
- <key>colon</key>
- <string>colon.glif</string>
- <key>colon.case</key>
- <string>colon.case.glif</string>
- <key>coloncurrency</key>
- <string>coloncurrency.glif</string>
- <key>colontriangularhalfmod</key>
- <string>colontriangularhalfmod.glif</string>
- <key>colontriangularmod</key>
- <string>colontriangularmod.glif</string>
- <key>comma</key>
- <string>comma.glif</string>
- <key>comma.tnum</key>
- <string>comma.tnum.glif</string>
- <key>commaabovecmb</key>
- <string>commaabovecmb.glif</string>
- <key>commaaboverightcmb</key>
- <string>commaaboverightcmb.glif</string>
- <key>commaaboverightcomb</key>
- <string>commaaboverightcomb.glif</string>
- <key>commaaccent</key>
- <string>commaaccent.glif</string>
- <key>commaaccentrotate</key>
- <string>commaaccentrotate.glif</string>
- <key>commabelowcmb</key>
- <string>commabelowcmb.glif</string>
- <key>commareversedmod</key>
- <string>commareversedmod.glif</string>
- <key>commasuprevnosp</key>
- <string>commasuprevnosp.glif</string>
- <key>commaturnedmod</key>
- <string>commaturnedmod.glif</string>
- <key>commaturnsupnosp</key>
- <string>commaturnsupnosp.glif</string>
- <key>controlHT</key>
- <string>controlHT_.glif</string>
- <key>controlSOT</key>
- <string>controlSOT_.glif</string>
- <key>copyright</key>
- <string>copyright.glif</string>
- <key>crossbar</key>
- <string>crossbar.glif</string>
- <key>cruzeiro</key>
- <string>cruzeiro.glif</string>
- <key>cstretch</key>
- <string>cstretch.glif</string>
- <key>currency</key>
- <string>currency.glif</string>
- <key>cyrillichook</key>
- <string>cyrillichook.glif</string>
- <key>cyrillichookleft</key>
- <string>cyrillichookleft.glif</string>
- <key>cyrillictic</key>
- <string>cyrillictic.glif</string>
- <key>d</key>
- <string>d.glif</string>
- <key>dagger</key>
- <string>dagger.glif</string>
- <key>daggerdbl</key>
- <string>daggerdbl.glif</string>
- <key>dasiaoxia</key>
- <string>dasiaoxia.glif</string>
- <key>dasiapneumatacyrilliccmb</key>
- <string>dasiapneumatacyrilliccmb.glif</string>
- <key>dblapostrophe</key>
- <string>dblapostrophe.glif</string>
- <key>dblgravecmb</key>
- <string>dblgravecmb.glif</string>
- <key>dblprimemod</key>
- <string>dblprimemod.glif</string>
- <key>dcroat</key>
- <string>dcroat.glif</string>
- <key>decyrillic</key>
- <string>decyrillic.glif</string>
- <key>degree</key>
- <string>degree.glif</string>
- <key>degreecentigrade</key>
- <string>degreecentigrade.glif</string>
- <key>degreefarenheit</key>
- <string>degreefarenheit.glif</string>
- <key>degreekelvin</key>
- <string>degreekelvin.glif</string>
- <key>delta</key>
- <string>delta.glif</string>
- <key>deltaturn</key>
- <string>deltaturn.glif</string>
- <key>dhook</key>
- <string>dhook.glif</string>
- <key>diaeresistonosnosp</key>
- <string>diaeresistonosnosp.glif</string>
- <key>diamondblack</key>
- <string>diamondblack.glif</string>
- <key>diamondblack_x</key>
- <string>diamondblack_x.glif</string>
- <key>diamondwhite</key>
- <string>diamondwhite.glif</string>
- <key>diamondwhite_x</key>
- <string>diamondwhite_x.glif</string>
- <key>dieresis</key>
- <string>dieresis.glif</string>
- <key>dieresisacutecomb</key>
- <string>dieresisacutecomb.glif</string>
- <key>dieresisacutecomb.lc</key>
- <string>dieresisacutecomb.lc.glif</string>
- <key>dieresiscaroncomb</key>
- <string>dieresiscaroncomb.glif</string>
- <key>dieresiscaroncomb.lc</key>
- <string>dieresiscaroncomb.lc.glif</string>
- <key>dieresisgravecomb</key>
- <string>dieresisgravecomb.glif</string>
- <key>dieresisgravecomb.lc</key>
- <string>dieresisgravecomb.lc.glif</string>
- <key>dieresismacroncomb</key>
- <string>dieresismacroncomb.glif</string>
- <key>dieresismacroncomb.lc</key>
- <string>dieresismacroncomb.lc.glif</string>
- <key>dieresisnosp</key>
- <string>dieresisnosp.glif</string>
- <key>dieresistonos</key>
- <string>dieresistonos.glif</string>
- <key>digamma</key>
- <string>digamma.glif</string>
- <key>divide</key>
- <string>divide.glif</string>
- <key>divide.case</key>
- <string>divide.case.glif</string>
- <key>djecyrillic</key>
- <string>djecyrillic.glif</string>
- <key>dngb_ballotx</key>
- <string>dngb_ballotx.glif</string>
- <key>dngb_check</key>
- <string>dngb_check.glif</string>
- <key>dollar</key>
- <string>dollar.glif</string>
- <key>dotaccent</key>
- <string>dotaccent.glif</string>
- <key>dotbelow</key>
- <string>dotbelow.glif</string>
- <key>dotdblsubnosp</key>
- <string>dotdblsubnosp.glif</string>
- <key>dotlessi</key>
- <string>dotlessi.glif</string>
- <key>dotlessj</key>
- <string>dotlessj.glif</string>
- <key>dotmacroncomb</key>
- <string>dotmacroncomb.glif</string>
- <key>dotmacroncomb.lc</key>
- <string>dotmacroncomb.lc.glif</string>
- <key>dotnosp</key>
- <string>dotnosp.glif</string>
- <key>downtackmod</key>
- <string>downtackmod.glif</string>
- <key>drthook</key>
- <string>drthook.glif</string>
- <key>dtopbar</key>
- <string>dtopbar.glif</string>
- <key>dyogh</key>
- <string>dyogh.glif</string>
- <key>dz</key>
- <string>dz.glif</string>
- <key>dzcaron</key>
- <string>dzcaron.glif</string>
- <key>dzcurl</key>
- <string>dzcurl.glif</string>
- <key>dzeabkhasiancyrillic</key>
- <string>dzeabkhasiancyrillic.glif</string>
- <key>dzhecyrillic</key>
- <string>dzhecyrillic.glif</string>
- <key>e</key>
- <string>e.glif</string>
- <key>ecyrillic</key>
- <string>ecyrillic.glif</string>
- <key>edieresis</key>
- <string>edieresis.glif</string>
- <key>efcyrillic</key>
- <string>efcyrillic.glif</string>
- <key>eight</key>
- <string>eight.glif</string>
- <key>eight.frac</key>
- <string>eight.frac.glif</string>
- <key>eight.sup</key>
- <string>eight.sup.glif</string>
- <key>eight.tnum</key>
- <string>eight.tnum.glif</string>
- <key>eightroman</key>
- <string>eightroman.glif</string>
- <key>eightsub</key>
- <string>eightsub.glif</string>
- <key>eightsuperior</key>
- <string>eightsuperior.glif</string>
- <key>eiotifiedcyrillic</key>
- <string>eiotifiedcyrillic.glif</string>
- <key>elcyrillic</key>
- <string>elcyrillic.glif</string>
- <key>elevenroman</key>
- <string>elevenroman.glif</string>
- <key>ellipsis</key>
- <string>ellipsis.glif</string>
- <key>emcyrillic</key>
- <string>emcyrillic.glif</string>
- <key>emdash</key>
- <string>emdash.glif</string>
- <key>emdash.case</key>
- <string>emdash.case.glif</string>
- <key>emquad</key>
- <string>emquad.glif</string>
- <key>emspace</key>
- <string>emspace.glif</string>
- <key>encyrillic</key>
- <string>encyrillic.glif</string>
- <key>endash</key>
- <string>endash.glif</string>
- <key>endash.case</key>
- <string>endash.case.glif</string>
- <key>endescendercyrillic</key>
- <string>endescendercyrillic.glif</string>
- <key>eng</key>
- <string>eng.glif</string>
- <key>enghecyrillic</key>
- <string>enghecyrillic.glif</string>
- <key>enhookcyrillic</key>
- <string>enhookcyrillic.glif</string>
- <key>enquad</key>
- <string>enquad.glif</string>
- <key>enspace</key>
- <string>enspace.glif</string>
- <key>epsilon</key>
- <string>epsilon.glif</string>
- <key>epsilon1</key>
- <string>epsilon1.glif</string>
- <key>epsilon1rev</key>
- <string>epsilon1rev.glif</string>
- <key>epsilon1revclosed</key>
- <string>epsilon1revclosed.glif</string>
- <key>epsilon1revclosed_uni02DE</key>
- <string>epsilon1revclosed_uni02DE__.glif</string>
- <key>epsilon1revhook</key>
- <string>epsilon1revhook.glif</string>
- <key>epsilonclosed</key>
- <string>epsilonclosed.glif</string>
- <key>equal</key>
- <string>equal.glif</string>
- <key>equal.case</key>
- <string>equal.case.glif</string>
- <key>equalsub</key>
- <string>equalsub.glif</string>
- <key>equalsuperior</key>
- <string>equalsuperior.glif</string>
- <key>erev</key>
- <string>erev.glif</string>
- <key>ereversedcyrillic</key>
- <string>ereversedcyrillic.glif</string>
- <key>esh</key>
- <string>esh.glif</string>
- <key>eshcurl</key>
- <string>eshcurl.glif</string>
- <key>eshlooprev</key>
- <string>eshlooprev.glif</string>
- <key>eshshortrev</key>
- <string>eshshortrev.glif</string>
- <key>estimated</key>
- <string>estimated.glif</string>
- <key>eta</key>
- <string>eta.glif</string>
- <key>eth</key>
- <string>eth.glif</string>
- <key>eurocurrency</key>
- <string>eurocurrency.glif</string>
- <key>exclam</key>
- <string>exclam.glif</string>
- <key>exclam1</key>
- <string>exclam1.glif</string>
- <key>exclamdown</key>
- <string>exclamdown.glif</string>
- <key>ezh</key>
- <string>ezh.glif</string>
- <key>ezhcaron</key>
- <string>ezhcaron.glif</string>
- <key>ezhcurl</key>
- <string>ezhcurl.glif</string>
- <key>ezhreversed</key>
- <string>ezhreversed.glif</string>
- <key>ezhtail</key>
- <string>ezhtail.glif</string>
- <key>f</key>
- <string>f.glif</string>
- <key>feng</key>
- <string>feng.glif</string>
- <key>figuredash</key>
- <string>figuredash.glif</string>
- <key>figuredash.case</key>
- <string>figuredash.case.glif</string>
- <key>figurespace</key>
- <string>figurespace.glif</string>
- <key>finalkaf</key>
- <string>finalkaf.glif</string>
- <key>finalmem</key>
- <string>finalmem.glif</string>
- <key>finaltsadi</key>
- <string>finaltsadi.glif</string>
- <key>firsttonechinese</key>
- <string>firsttonechinese.glif</string>
- <key>fitacyrillic</key>
- <string>fitacyrillic.glif</string>
- <key>five</key>
- <string>five.glif</string>
- <key>five.frac</key>
- <string>five.frac.glif</string>
- <key>five.sup</key>
- <string>five.sup.glif</string>
- <key>five.tnum</key>
- <string>five.tnum.glif</string>
- <key>fiveeighths</key>
- <string>fiveeighths.glif</string>
- <key>fiveroman</key>
- <string>fiveroman.glif</string>
- <key>fivesub</key>
- <string>fivesub.glif</string>
- <key>fivesuperior</key>
- <string>fivesuperior.glif</string>
- <key>florin</key>
- <string>florin.glif</string>
- <key>four</key>
- <string>four.glif</string>
- <key>four.1</key>
- <string>four.1.glif</string>
- <key>four.frac</key>
- <string>four.frac.glif</string>
- <key>four.sup</key>
- <string>four.sup.glif</string>
- <key>four.tnum</key>
- <string>four.tnum.glif</string>
- <key>four.tnum.1</key>
- <string>four.tnum.1.glif</string>
- <key>fourroman</key>
- <string>fourroman.glif</string>
- <key>foursub</key>
- <string>foursub.glif</string>
- <key>foursuperior</key>
- <string>foursuperior.glif</string>
- <key>fourthtonechinese</key>
- <string>fourthtonechinese.glif</string>
- <key>fraction</key>
- <string>fraction.glif</string>
- <key>g</key>
- <string>g.glif</string>
- <key>gamma</key>
- <string>gamma.glif</string>
- <key>gamma1</key>
- <string>gamma1.glif</string>
- <key>gammasuper</key>
- <string>gammasuper.glif</string>
- <key>gbar</key>
- <string>gbar.glif</string>
- <key>gcursive</key>
- <string>gcursive.glif</string>
- <key>gecyrillic</key>
- <string>gecyrillic.glif</string>
- <key>germandbls</key>
- <string>germandbls.glif</string>
- <key>ghemiddlehookcyrillic</key>
- <string>ghemiddlehookcyrillic.glif</string>
- <key>gheupturncyrillic</key>
- <string>gheupturncyrillic.glif</string>
- <key>ghook</key>
- <string>ghook.glif</string>
- <key>glottalstop</key>
- <string>glottalstop.glif</string>
- <key>glottalstopbar</key>
- <string>glottalstopbar.glif</string>
- <key>glottalstopbarinv</key>
- <string>glottalstopbarinv.glif</string>
- <key>glottalstopbarrev</key>
- <string>glottalstopbarrev.glif</string>
- <key>glottalstopinv</key>
- <string>glottalstopinv.glif</string>
- <key>glottalstopmod</key>
- <string>glottalstopmod.glif</string>
- <key>glottalstopreversedmod</key>
- <string>glottalstopreversedmod.glif</string>
- <key>glottalstopreversedsuperior</key>
- <string>glottalstopreversedsuperior.glif</string>
- <key>glottalstoprevinv</key>
- <string>glottalstoprevinv.glif</string>
- <key>grave</key>
- <string>grave.glif</string>
- <key>gravecomb</key>
- <string>gravecomb.glif</string>
- <key>graveleftnosp</key>
- <string>graveleftnosp.glif</string>
- <key>gravelowmod</key>
- <string>gravelowmod.glif</string>
- <key>gravesubnosp</key>
- <string>gravesubnosp.glif</string>
- <key>greater</key>
- <string>greater.glif</string>
- <key>greaterequal</key>
- <string>greaterequal.glif</string>
- <key>guarani</key>
- <string>guarani.glif</string>
- <key>guillemotleft</key>
- <string>guillemotleft.glif</string>
- <key>guillemotright</key>
- <string>guillemotright.glif</string>
- <key>guilsinglleft</key>
- <string>guilsinglleft.glif</string>
- <key>guilsinglright</key>
- <string>guilsinglright.glif</string>
- <key>h</key>
- <string>h.glif</string>
- <key>haabkhasiancyrillic</key>
- <string>haabkhasiancyrillic.glif</string>
- <key>hadescendercyrillic</key>
- <string>hadescendercyrillic.glif</string>
- <key>hairspace</key>
- <string>hairspace.glif</string>
- <key>hardsigncyrillic</key>
- <string>hardsigncyrillic.glif</string>
- <key>hcedilla</key>
- <string>hcedilla.glif</string>
- <key>henghook</key>
- <string>henghook.glif</string>
- <key>hhook</key>
- <string>hhook.glif</string>
- <key>hhooksuper</key>
- <string>hhooksuper.glif</string>
- <key>hook</key>
- <string>hook.glif</string>
- <key>hooksubpalatnosp</key>
- <string>hooksubpalatnosp.glif</string>
- <key>hooksubretronosp</key>
- <string>hooksubretronosp.glif</string>
- <key>hornnosp</key>
- <string>hornnosp.glif</string>
- <key>hryvnia</key>
- <string>hryvnia.glif</string>
- <key>hsuper</key>
- <string>hsuper.glif</string>
- <key>hturn</key>
- <string>hturn.glif</string>
- <key>hturnhook2</key>
- <string>hturnhook2.glif</string>
- <key>hturnlthook</key>
- <string>hturnlthook.glif</string>
- <key>hungarumlaut</key>
- <string>hungarumlaut.glif</string>
- <key>hv</key>
- <string>hv.glif</string>
- <key>hyphen</key>
- <string>hyphen.glif</string>
- <key>hyphen.case</key>
- <string>hyphen.case.glif</string>
- <key>hyphen__</key>
- <string>hyphen__.glif</string>
- <key>hyphenbullet</key>
- <string>hyphenbullet.glif</string>
- <key>hyphendot</key>
- <string>hyphendot.glif</string>
- <key>hyphennobreak</key>
- <string>hyphennobreak.glif</string>
- <key>i</key>
- <string>i.glif</string>
- <key>iacyrillic</key>
- <string>iacyrillic.glif</string>
- <key>ibar</key>
- <string>ibar.glif</string>
- <key>idieresis</key>
- <string>idieresis.glif</string>
- <key>idieresisacute</key>
- <string>idieresisacute.glif</string>
- <key>iicyrillic</key>
- <string>iicyrillic.glif</string>
- <key>infinity</key>
- <string>infinity.glif</string>
- <key>integral</key>
- <string>integral.glif</string>
- <key>interrobang</key>
- <string>interrobang.glif</string>
- <key>iota</key>
- <string>iota.glif</string>
- <key>iota1</key>
- <string>iota1.glif</string>
- <key>iota1_uni02DE</key>
- <string>iota1_uni02DE__.glif</string>
- <key>iotasubnosp</key>
- <string>iotasubnosp.glif</string>
- <key>isuperior</key>
- <string>isuperior.glif</string>
- <key>itilde</key>
- <string>itilde.glif</string>
- <key>itildebelow</key>
- <string>itildebelow.glif</string>
- <key>iucyrillic</key>
- <string>iucyrillic.glif</string>
- <key>izhitsacyrillic</key>
- <string>izhitsacyrillic.glif</string>
- <key>j</key>
- <string>j.glif</string>
- <key>jcrosstail</key>
- <string>jcrosstail.glif</string>
- <key>jdotlessbar</key>
- <string>jdotlessbar.glif</string>
- <key>jhookdblbar</key>
- <string>jhookdblbar.glif</string>
- <key>jsuper</key>
- <string>jsuper.glif</string>
- <key>k</key>
- <string>k.glif</string>
- <key>kabashkircyrillic</key>
- <string>kabashkircyrillic.glif</string>
- <key>kacyrillic</key>
- <string>kacyrillic.glif</string>
- <key>kadescendercyrillic</key>
- <string>kadescendercyrillic.glif</string>
- <key>kahookcyrillic</key>
- <string>kahookcyrillic.glif</string>
- <key>kappa1</key>
- <string>kappa1.glif</string>
- <key>kaverticalstrokecyrillic</key>
- <string>kaverticalstrokecyrillic.glif</string>
- <key>kgreenlandic</key>
- <string>kgreenlandic.glif</string>
- <key>khook</key>
- <string>khook.glif</string>
- <key>kip</key>
- <string>kip.glif</string>
- <key>koppa</key>
- <string>koppa.glif</string>
- <key>koppacyrillic</key>
- <string>koppacyrillic.glif</string>
- <key>koroniscmb</key>
- <string>koroniscmb.glif</string>
- <key>ksicyrillic</key>
- <string>ksicyrillic.glif</string>
- <key>kturn</key>
- <string>kturn.glif</string>
- <key>l</key>
- <string>l.glif</string>
- <key>lambda</key>
- <string>lambda.glif</string>
- <key>lambdabar</key>
- <string>lambdabar.glif</string>
- <key>largerighthook</key>
- <string>largerighthook.glif</string>
- <key>lari</key>
- <string>lari.glif</string>
- <key>lbar</key>
- <string>lbar.glif</string>
- <key>lbelt</key>
- <string>lbelt.glif</string>
- <key>lcurl</key>
- <string>lcurl.glif</string>
- <key>leftloop.cn</key>
- <string>leftloop.cn.glif</string>
- <key>less</key>
- <string>less.glif</string>
- <key>lessequal</key>
- <string>lessequal.glif</string>
- <key>linevert</key>
- <string>linevert.glif</string>
- <key>linevertdblnosp</key>
- <string>linevertdblnosp.glif</string>
- <key>linevertnosp</key>
- <string>linevertnosp.glif</string>
- <key>linevertsubnosp</key>
- <string>linevertsubnosp.glif</string>
- <key>lira</key>
- <string>lira.glif</string>
- <key>ljecyrillic</key>
- <string>ljecyrillic.glif</string>
- <key>lmidtilde</key>
- <string>lmidtilde.glif</string>
- <key>logicalnot</key>
- <string>logicalnot.glif</string>
- <key>longs</key>
- <string>longs.glif</string>
- <key>lozenge</key>
- <string>lozenge.glif</string>
- <key>lrthook</key>
- <string>lrthook.glif</string>
- <key>lslash</key>
- <string>lslash.glif</string>
- <key>lsquare</key>
- <string>lsquare.glif</string>
- <key>lyogh</key>
- <string>lyogh.glif</string>
- <key>m</key>
- <string>m.glif</string>
- <key>macron</key>
- <string>macron.glif</string>
- <key>macronacutecomb</key>
- <string>macronacutecomb.glif</string>
- <key>macronacutecomb.lc</key>
- <string>macronacutecomb.lc.glif</string>
- <key>macroncomb</key>
- <string>macroncomb.glif</string>
- <key>macrondieresiscomb</key>
- <string>macrondieresiscomb.glif</string>
- <key>macrondieresiscomb.lc</key>
- <string>macrondieresiscomb.lc.glif</string>
- <key>macrongravecomb</key>
- <string>macrongravecomb.glif</string>
- <key>macrongravecomb.lc</key>
- <string>macrongravecomb.lc.glif</string>
- <key>macronsub</key>
- <string>macronsub.glif</string>
- <key>macronsubnosp</key>
- <string>macronsubnosp.glif</string>
- <key>manat</key>
- <string>manat.glif</string>
- <key>mcapturn</key>
- <string>mcapturn.glif</string>
- <key>mhook</key>
- <string>mhook.glif</string>
- <key>mill</key>
- <string>mill.glif</string>
- <key>minus</key>
- <string>minus.glif</string>
- <key>minus.case</key>
- <string>minus.case.glif</string>
- <key>minusmod</key>
- <string>minusmod.glif</string>
- <key>minussub</key>
- <string>minussub.glif</string>
- <key>minussubnosp</key>
- <string>minussubnosp.glif</string>
- <key>minussuperior</key>
- <string>minussuperior.glif</string>
- <key>mturn</key>
- <string>mturn.glif</string>
- <key>mturndescend</key>
- <string>mturndescend.glif</string>
- <key>mu</key>
- <string>mu.glif</string>
- <key>multiply</key>
- <string>multiply.glif</string>
- <key>multiply.case</key>
- <string>multiply.case.glif</string>
- <key>n</key>
- <string>n.glif</string>
- <key>naira</key>
- <string>naira.glif</string>
- <key>ncurl</key>
- <string>ncurl.glif</string>
- <key>nine</key>
- <string>nine.glif</string>
- <key>nine.1</key>
- <string>nine.1.glif</string>
- <key>nine.frac</key>
- <string>nine.frac.glif</string>
- <key>nine.sup</key>
- <string>nine.sup.glif</string>
- <key>nine.tnum</key>
- <string>nine.tnum.glif</string>
- <key>nine.tnum.1</key>
- <string>nine.tnum.1.glif</string>
- <key>nineinferior</key>
- <string>nineinferior.glif</string>
- <key>nineroman</key>
- <string>nineroman.glif</string>
- <key>ninesuperior</key>
- <string>ninesuperior.glif</string>
- <key>njecyrillic</key>
- <string>njecyrillic.glif</string>
- <key>nlfthook</key>
- <string>nlfthook.glif</string>
- <key>notequal</key>
- <string>notequal.glif</string>
- <key>notequal.case</key>
- <string>notequal.case.glif</string>
- <key>nrthook</key>
- <string>nrthook.glif</string>
- <key>nsuperior</key>
- <string>nsuperior.glif</string>
- <key>ntilde</key>
- <string>ntilde.glif</string>
- <key>numbersign</key>
- <string>numbersign.glif</string>
- <key>numeralgreek</key>
- <string>numeralgreek.glif</string>
- <key>numeralgreeksub</key>
- <string>numeralgreeksub.glif</string>
- <key>numero</key>
- <string>numero.glif</string>
- <key>o</key>
- <string>o.glif</string>
- <key>o_uni02DE</key>
- <string>o_uni02DE__.glif</string>
- <key>odieresis</key>
- <string>odieresis.glif</string>
- <key>oe</key>
- <string>oe.glif</string>
- <key>ogonek</key>
- <string>ogonek.glif</string>
- <key>ogoneknosp</key>
- <string>ogoneknosp.glif</string>
- <key>ohorn</key>
- <string>ohorn.glif</string>
- <key>oi</key>
- <string>oi.glif</string>
- <key>omega</key>
- <string>omega.glif</string>
- <key>omegaclosed</key>
- <string>omegaclosed.glif</string>
- <key>omegacyrillic</key>
- <string>omegacyrillic.glif</string>
- <key>omegaroundcyrillic</key>
- <string>omegaroundcyrillic.glif</string>
- <key>omegatitlocyrillic</key>
- <string>omegatitlocyrillic.glif</string>
- <key>one</key>
- <string>one.glif</string>
- <key>one.1</key>
- <string>one.1.glif</string>
- <key>one.sup</key>
- <string>one.sup.glif</string>
- <key>one.tnum</key>
- <string>one.tnum.glif</string>
- <key>one.tnum.1</key>
- <string>one.tnum.1.glif</string>
- <key>onedotleader</key>
- <string>onedotleader.glif</string>
- <key>oneeighth</key>
- <string>oneeighth.glif</string>
- <key>onehalf</key>
- <string>onehalf.glif</string>
- <key>oneinferior</key>
- <string>oneinferior.glif</string>
- <key>onequarter</key>
- <string>onequarter.glif</string>
- <key>oneroman</key>
- <string>oneroman.glif</string>
- <key>onesuperior</key>
- <string>onesuperior.glif</string>
- <key>onethird</key>
- <string>onethird.glif</string>
- <key>oopen</key>
- <string>oopen.glif</string>
- <key>oopen_uni02DE</key>
- <string>oopen_uni02DE__.glif</string>
- <key>ordfeminine</key>
- <string>ordfeminine.glif</string>
- <key>ordmasculine</key>
- <string>ordmasculine.glif</string>
- <key>oslash</key>
- <string>oslash.glif</string>
- <key>otcyrillic</key>
- <string>otcyrillic.glif</string>
- <key>otilde</key>
- <string>otilde.glif</string>
- <key>ounce</key>
- <string>ounce.glif</string>
- <key>overline</key>
- <string>overline.glif</string>
- <key>overscoredblnosp</key>
- <string>overscoredblnosp.glif</string>
- <key>overscorenosp</key>
- <string>overscorenosp.glif</string>
- <key>p</key>
- <string>p.glif</string>
- <key>palatalizationcyrilliccmb</key>
- <string>palatalizationcyrilliccmb.glif</string>
- <key>paragraph</key>
- <string>paragraph.glif</string>
- <key>parenleft</key>
- <string>parenleft.glif</string>
- <key>parenleft.case</key>
- <string>parenleft.case.glif</string>
- <key>parenleftinferior</key>
- <string>parenleftinferior.glif</string>
- <key>parenleftsuperior</key>
- <string>parenleftsuperior.glif</string>
- <key>parenright</key>
- <string>parenright.glif</string>
- <key>parenright.case</key>
- <string>parenright.case.glif</string>
- <key>parenrightsub</key>
- <string>parenrightsub.glif</string>
- <key>parenrightsuperior</key>
- <string>parenrightsuperior.glif</string>
- <key>partialdiff</key>
- <string>partialdiff.glif</string>
- <key>pecyrillic</key>
- <string>pecyrillic.glif</string>
- <key>pemiddlehookcyrillic</key>
- <string>pemiddlehookcyrillic.glif</string>
- <key>percent</key>
- <string>percent.glif</string>
- <key>period</key>
- <string>period.glif</string>
- <key>period.tnum</key>
- <string>period.tnum.glif</string>
- <key>periodcentered</key>
- <string>periodcentered.glif</string>
- <key>perispomenigreekcmb</key>
- <string>perispomenigreekcmb.glif</string>
- <key>pertenthousand</key>
- <string>pertenthousand.glif</string>
- <key>perthousand</key>
- <string>perthousand.glif</string>
- <key>peseta</key>
- <string>peseta.glif</string>
- <key>peso</key>
- <string>peso.glif</string>
- <key>phi</key>
- <string>phi.glif</string>
- <key>phi1</key>
- <string>phi1.glif</string>
- <key>philatin</key>
- <string>philatin.glif</string>
- <key>phook</key>
- <string>phook.glif</string>
- <key>pi</key>
- <string>pi.glif</string>
- <key>pipe</key>
- <string>pipe.glif</string>
- <key>pipedbl</key>
- <string>pipedbl.glif</string>
- <key>pipedblbar</key>
- <string>pipedblbar.glif</string>
- <key>pisymbolgreek</key>
- <string>pisymbolgreek.glif</string>
- <key>placeofinterestsign</key>
- <string>placeofinterestsign.glif</string>
- <key>placeofinterestsign.specz.medium</key>
- <string>placeofinterestsign.specz.medium.glif</string>
- <key>plus</key>
- <string>plus.glif</string>
- <key>plus.case</key>
- <string>plus.case.glif</string>
- <key>plusminus</key>
- <string>plusminus.glif</string>
- <key>plusminus.case</key>
- <string>plusminus.case.glif</string>
- <key>plusmod</key>
- <string>plusmod.glif</string>
- <key>plussub</key>
- <string>plussub.glif</string>
- <key>plussubnosp</key>
- <string>plussubnosp.glif</string>
- <key>plussuperior</key>
- <string>plussuperior.glif</string>
- <key>primemod</key>
- <string>primemod.glif</string>
- <key>primerev1</key>
- <string>primerev1.glif</string>
- <key>primetripl1</key>
- <string>primetripl1.glif</string>
- <key>primetriplerev1</key>
- <string>primetriplerev1.glif</string>
- <key>product</key>
- <string>product.glif</string>
- <key>psi</key>
- <string>psi.glif</string>
- <key>psilipneumatacyrilliccmb</key>
- <string>psilipneumatacyrilliccmb.glif</string>
- <key>published</key>
- <string>published.glif</string>
- <key>punctuationspace</key>
- <string>punctuationspace.glif</string>
- <key>q</key>
- <string>q.glif</string>
- <key>qhook</key>
- <string>qhook.glif</string>
- <key>qofdagesh</key>
- <string>qofdagesh.glif</string>
- <key>qrthook</key>
- <string>qrthook.glif</string>
- <key>quarteremspace</key>
- <string>quarteremspace.glif</string>
- <key>question</key>
- <string>question.glif</string>
- <key>questiondown</key>
- <string>questiondown.glif</string>
- <key>questiongreek</key>
- <string>questiongreek.glif</string>
- <key>quotedbl</key>
- <string>quotedbl.glif</string>
- <key>quotedblbase</key>
- <string>quotedblbase.glif</string>
- <key>quotedblleft</key>
- <string>quotedblleft.glif</string>
- <key>quotedblreversed</key>
- <string>quotedblreversed.glif</string>
- <key>quotedblright</key>
- <string>quotedblright.glif</string>
- <key>quoteleft</key>
- <string>quoteleft.glif</string>
- <key>quotereversed</key>
- <string>quotereversed.glif</string>
- <key>quoteright</key>
- <string>quoteright.glif</string>
- <key>quotesinglbase</key>
- <string>quotesinglbase.glif</string>
- <key>quotesingle</key>
- <string>quotesingle.glif</string>
- <key>r</key>
- <string>r.glif</string>
- <key>radical</key>
- <string>radical.glif</string>
- <key>rdescend</key>
- <string>rdescend.glif</string>
- <key>referencemark</key>
- <string>referencemark.glif</string>
- <key>registered</key>
- <string>registered.glif</string>
- <key>response</key>
- <string>response.glif</string>
- <key>reverseddblprime</key>
- <string>reverseddblprime.glif</string>
- <key>rfishhook</key>
- <string>rfishhook.glif</string>
- <key>rfishhookrev</key>
- <string>rfishhookrev.glif</string>
- <key>rho</key>
- <string>rho.glif</string>
- <key>rho1</key>
- <string>rho1.glif</string>
- <key>rhotichookmod</key>
- <string>rhotichookmod.glif</string>
- <key>rightloop.cn</key>
- <string>rightloop.cn.glif</string>
- <key>ring</key>
- <string>ring.glif</string>
- <key>ringacute</key>
- <string>ringacute.glif</string>
- <key>ringhalfleft</key>
- <string>ringhalfleft.glif</string>
- <key>ringhalfleftcentered</key>
- <string>ringhalfleftcentered.glif</string>
- <key>ringhalfright</key>
- <string>ringhalfright.glif</string>
- <key>ringhalfrightcentered</key>
- <string>ringhalfrightcentered.glif</string>
- <key>ringlefthalfsubnosp</key>
- <string>ringlefthalfsubnosp.glif</string>
- <key>ringnosp</key>
- <string>ringnosp.glif</string>
- <key>ringrighthalfsubnosp</key>
- <string>ringrighthalfsubnosp.glif</string>
- <key>ringsubnosp</key>
- <string>ringsubnosp.glif</string>
- <key>romaneight</key>
- <string>romaneight.glif</string>
- <key>romaneleven</key>
- <string>romaneleven.glif</string>
- <key>romanfifty</key>
- <string>romanfifty.glif</string>
- <key>romanfive</key>
- <string>romanfive.glif</string>
- <key>romanfivehundred</key>
- <string>romanfivehundred.glif</string>
- <key>romanfour</key>
- <string>romanfour.glif</string>
- <key>romanhundred</key>
- <string>romanhundred.glif</string>
- <key>romannine</key>
- <string>romannine.glif</string>
- <key>romanone</key>
- <string>romanone.glif</string>
- <key>romanseven</key>
- <string>romanseven.glif</string>
- <key>romansix</key>
- <string>romansix.glif</string>
- <key>romanten</key>
- <string>romanten.glif</string>
- <key>romanthousand</key>
- <string>romanthousand.glif</string>
- <key>romanthree</key>
- <string>romanthree.glif</string>
- <key>romantwelve</key>
- <string>romantwelve.glif</string>
- <key>romantwo</key>
- <string>romantwo.glif</string>
- <key>rrthook</key>
- <string>rrthook.glif</string>
- <key>rsuper</key>
- <string>rsuper.glif</string>
- <key>rturn</key>
- <string>rturn.glif</string>
- <key>rturnascend</key>
- <string>rturnascend.glif</string>
- <key>rturnrthook</key>
- <string>rturnrthook.glif</string>
- <key>rturnsuper</key>
- <string>rturnsuper.glif</string>
- <key>rupee</key>
- <string>rupee.glif</string>
- <key>s</key>
- <string>s.glif</string>
- <key>sampi</key>
- <string>sampi.glif</string>
- <key>schwa</key>
- <string>schwa.glif</string>
- <key>schwahook</key>
- <string>schwahook.glif</string>
- <key>seagullsubnosp</key>
- <string>seagullsubnosp.glif</string>
- <key>secondtonechinese</key>
- <string>secondtonechinese.glif</string>
- <key>section</key>
- <string>section.glif</string>
- <key>semicolon</key>
- <string>semicolon.glif</string>
- <key>servicemark</key>
- <string>servicemark.glif</string>
- <key>seven</key>
- <string>seven.glif</string>
- <key>seven.frac</key>
- <string>seven.frac.glif</string>
- <key>seven.sup</key>
- <string>seven.sup.glif</string>
- <key>seven.tnum</key>
- <string>seven.tnum.glif</string>
- <key>seveneighths</key>
- <string>seveneighths.glif</string>
- <key>sevenroman</key>
- <string>sevenroman.glif</string>
- <key>sevensub</key>
- <string>sevensub.glif</string>
- <key>sevensuperior</key>
- <string>sevensuperior.glif</string>
- <key>shacyrillic</key>
- <string>shacyrillic.glif</string>
- <key>shchacyrillic</key>
- <string>shchacyrillic.glif</string>
- <key>shindagesh</key>
- <string>shindagesh.glif</string>
- <key>sigma</key>
- <string>sigma.glif</string>
- <key>sigma1</key>
- <string>sigma1.glif</string>
- <key>six</key>
- <string>six.glif</string>
- <key>six.1</key>
- <string>six.1.glif</string>
- <key>six.frac</key>
- <string>six.frac.glif</string>
- <key>six.sup</key>
- <string>six.sup.glif</string>
- <key>six.tnum</key>
- <string>six.tnum.glif</string>
- <key>six.tnum.1</key>
- <string>six.tnum.1.glif</string>
- <key>sixinferior</key>
- <string>sixinferior.glif</string>
- <key>sixroman</key>
- <string>sixroman.glif</string>
- <key>sixsuperior</key>
- <string>sixsuperior.glif</string>
- <key>sixthemspace</key>
- <string>sixthemspace.glif</string>
- <key>slash</key>
- <string>slash.glif</string>
- <key>slashlongnosp</key>
- <string>slashlongnosp.glif</string>
- <key>slashshortnosp</key>
- <string>slashshortnosp.glif</string>
- <key>slongdotaccent</key>
- <string>slongdotaccent.glif</string>
- <key>slongstroke</key>
- <string>slongstroke.glif</string>
- <key>softsigncyrillic</key>
- <string>softsigncyrillic.glif</string>
- <key>space</key>
- <string>space.glif</string>
- <key>spaceopenbox</key>
- <string>spaceopenbox.glif</string>
- <key>squaresubnosp</key>
- <string>squaresubnosp.glif</string>
- <key>srthook</key>
- <string>srthook.glif</string>
- <key>sterling</key>
- <string>sterling.glif</string>
- <key>stigma</key>
- <string>stigma.glif</string>
- <key>summation</key>
- <string>summation.glif</string>
- <key>t</key>
- <string>t.glif</string>
- <key>tackdownsubnosp</key>
- <string>tackdownsubnosp.glif</string>
- <key>tackleftsubnosp</key>
- <string>tackleftsubnosp.glif</string>
- <key>tackrightsubnosp</key>
- <string>tackrightsubnosp.glif</string>
- <key>tackupsubnosp</key>
- <string>tackupsubnosp.glif</string>
- <key>tau</key>
- <string>tau.glif</string>
- <key>tavdages</key>
- <string>tavdages.glif</string>
- <key>tccurl</key>
- <string>tccurl.glif</string>
- <key>tcurl</key>
- <string>tcurl.glif</string>
- <key>tecyrillic</key>
- <string>tecyrillic.glif</string>
- <key>tel</key>
- <string>tel.glif</string>
- <key>tenge</key>
- <string>tenge.glif</string>
- <key>tenroman</key>
- <string>tenroman.glif</string>
- <key>tesh</key>
- <string>tesh.glif</string>
- <key>tetsecyrillic</key>
- <string>tetsecyrillic.glif</string>
- <key>theta</key>
- <string>theta.glif</string>
- <key>thetasymbolgreek</key>
- <string>thetasymbolgreek.glif</string>
- <key>thinspace</key>
- <string>thinspace.glif</string>
- <key>thirdemspace</key>
- <string>thirdemspace.glif</string>
- <key>thook</key>
- <string>thook.glif</string>
- <key>thorn</key>
- <string>thorn.glif</string>
- <key>thousandcyrillic</key>
- <string>thousandcyrillic.glif</string>
- <key>three</key>
- <string>three.glif</string>
- <key>three.sup</key>
- <string>three.sup.glif</string>
- <key>three.tnum</key>
- <string>three.tnum.glif</string>
- <key>threeeighths</key>
- <string>threeeighths.glif</string>
- <key>threequarters</key>
- <string>threequarters.glif</string>
- <key>threeroman</key>
- <string>threeroman.glif</string>
- <key>threesub</key>
- <string>threesub.glif</string>
- <key>threesuperior</key>
- <string>threesuperior.glif</string>
- <key>tilde</key>
- <string>tilde.glif</string>
- <key>tildeacutecomb</key>
- <string>tildeacutecomb.glif</string>
- <key>tildeacutecomb.lc</key>
- <string>tildeacutecomb.lc.glif</string>
- <key>tildecomb</key>
- <string>tildecomb.glif</string>
- <key>tildedieresiscomb</key>
- <string>tildedieresiscomb.glif</string>
- <key>tildedieresiscomb.lc</key>
- <string>tildedieresiscomb.lc.glif</string>
- <key>tildedoublecmb</key>
- <string>tildedoublecmb.glif</string>
- <key>tildemacroncomb</key>
- <string>tildemacroncomb.glif</string>
- <key>tildemacroncomb.lc</key>
- <string>tildemacroncomb.lc.glif</string>
- <key>tildemidnosp</key>
- <string>tildemidnosp.glif</string>
- <key>tildesubnosp</key>
- <string>tildesubnosp.glif</string>
- <key>tildevertsupnosp</key>
- <string>tildevertsupnosp.glif</string>
- <key>titlocyrilliccmb</key>
- <string>titlocyrilliccmb.glif</string>
- <key>tonebarextrahighmod</key>
- <string>tonebarextrahighmod.glif</string>
- <key>tonebarextralowmod</key>
- <string>tonebarextralowmod.glif</string>
- <key>tonebarhighmod</key>
- <string>tonebarhighmod.glif</string>
- <key>tonebarlowmod</key>
- <string>tonebarlowmod.glif</string>
- <key>tonebarmidmod</key>
- <string>tonebarmidmod.glif</string>
- <key>tonefive</key>
- <string>tonefive.glif</string>
- <key>tonesix</key>
- <string>tonesix.glif</string>
- <key>tonetwo</key>
- <string>tonetwo.glif</string>
- <key>tonos</key>
- <string>tonos.glif</string>
- <key>tpalatalhook</key>
- <string>tpalatalhook.glif</string>
- <key>trademark</key>
- <string>trademark.glif</string>
- <key>triagdn</key>
- <string>triagdn.glif</string>
- <key>triagrt</key>
- <string>triagrt.glif</string>
- <key>triagup</key>
- <string>triagup.glif</string>
- <key>trianglebullet</key>
- <string>trianglebullet.glif</string>
- <key>trthook</key>
- <string>trthook.glif</string>
- <key>ts</key>
- <string>ts.glif</string>
- <key>tsecyrillic</key>
- <string>tsecyrillic.glif</string>
- <key>tshecyrillic</key>
- <string>tshecyrillic.glif</string>
- <key>tturn</key>
- <string>tturn.glif</string>
- <key>tugrik</key>
- <string>tugrik.glif</string>
- <key>twelveroman</key>
- <string>twelveroman.glif</string>
- <key>two</key>
- <string>two.glif</string>
- <key>two.sup</key>
- <string>two.sup.glif</string>
- <key>two.tnum</key>
- <string>two.tnum.glif</string>
- <key>twodotleader</key>
- <string>twodotleader.glif</string>
- <key>tworoman</key>
- <string>tworoman.glif</string>
- <key>twostroke</key>
- <string>twostroke.glif</string>
- <key>twosub</key>
- <string>twosub.glif</string>
- <key>twosuperior</key>
- <string>twosuperior.glif</string>
- <key>twothirds</key>
- <string>twothirds.glif</string>
- <key>u</key>
- <string>u.glif</string>
- <key>ubar</key>
- <string>ubar.glif</string>
- <key>udieresis</key>
- <string>udieresis.glif</string>
- <key>uhorn</key>
- <string>uhorn.glif</string>
- <key>underscore</key>
- <string>underscore.glif</string>
- <key>underscoredbl</key>
- <string>underscoredbl.glif</string>
- <key>underscoredblnosp</key>
- <string>underscoredblnosp.glif</string>
- <key>underscorenosp</key>
- <string>underscorenosp.glif</string>
- <key>undertie</key>
- <string>undertie.glif</string>
- <key>uni0069.ccmp</key>
- <string>uni0069.ccmp.glif</string>
- <key>uni006A.ccmp</key>
- <string>uni006A_.ccmp.glif</string>
- <key>uni012F.ccmp</key>
- <string>uni012F_.ccmp.glif</string>
- <key>uni01F6</key>
- <string>uni01F6_.glif</string>
- <key>uni01F7</key>
- <string>uni01F7_.glif</string>
- <key>uni021C</key>
- <string>uni021C_.glif</string>
- <key>uni021D</key>
- <string>uni021D_.glif</string>
- <key>uni0220</key>
- <string>uni0220.glif</string>
- <key>uni0221</key>
- <string>uni0221.glif</string>
- <key>uni0222</key>
- <string>uni0222.glif</string>
- <key>uni0223</key>
- <string>uni0223.glif</string>
- <key>uni0224</key>
- <string>uni0224.glif</string>
- <key>uni0238</key>
- <string>uni0238.glif</string>
- <key>uni0239</key>
- <string>uni0239.glif</string>
- <key>uni023A</key>
- <string>uni023A_.glif</string>
- <key>uni023B</key>
- <string>uni023B_.glif</string>
- <key>uni023C</key>
- <string>uni023C_.glif</string>
- <key>uni023E</key>
- <string>uni023E_.glif</string>
- <key>uni023F</key>
- <string>uni023F_.glif</string>
- <key>uni0240</key>
- <string>uni0240.glif</string>
- <key>uni0241</key>
- <string>uni0241.glif</string>
- <key>uni0242</key>
- <string>uni0242.glif</string>
- <key>uni0243</key>
- <string>uni0243.glif</string>
- <key>uni0244</key>
- <string>uni0244.glif</string>
- <key>uni0245</key>
- <string>uni0245.glif</string>
- <key>uni0246</key>
- <string>uni0246.glif</string>
- <key>uni0247</key>
- <string>uni0247.glif</string>
- <key>uni0248</key>
- <string>uni0248.glif</string>
- <key>uni0249</key>
- <string>uni0249.glif</string>
- <key>uni0249.ccmp</key>
- <string>uni0249.ccmp.glif</string>
- <key>uni024C</key>
- <string>uni024C_.glif</string>
- <key>uni024D</key>
- <string>uni024D_.glif</string>
- <key>uni024E</key>
- <string>uni024E_.glif</string>
- <key>uni024F</key>
- <string>uni024F_.glif</string>
- <key>uni0268.ccmp</key>
- <string>uni0268.ccmp.glif</string>
- <key>uni029D.ccmp</key>
- <string>uni029D_.ccmp.glif</string>
- <key>uni02AB</key>
- <string>uni02AB__.glif</string>
- <key>uni02AC</key>
- <string>uni02AC__.glif</string>
- <key>uni02B2.ccmp</key>
- <string>uni02B2_.ccmp.glif</string>
- <key>uni02EA</key>
- <string>uni02EA__.glif</string>
- <key>uni02EB</key>
- <string>uni02EB__.glif</string>
- <key>uni02EC</key>
- <string>uni02EC__.glif</string>
- <key>uni02ED</key>
- <string>uni02ED__.glif</string>
- <key>uni02EF</key>
- <string>uni02EF__.glif</string>
- <key>uni02F0</key>
- <string>uni02F0_.glif</string>
- <key>uni02F1</key>
- <string>uni02F1_.glif</string>
- <key>uni02F2</key>
- <string>uni02F2_.glif</string>
- <key>uni02F3</key>
- <string>uni02F3_.glif</string>
- <key>uni02F4</key>
- <string>uni02F4_.glif</string>
- <key>uni02F5</key>
- <string>uni02F5_.glif</string>
- <key>uni02F6</key>
- <string>uni02F6_.glif</string>
- <key>uni02F7</key>
- <string>uni02F7_.glif</string>
- <key>uni02F8</key>
- <string>uni02F8_.glif</string>
- <key>uni02F9</key>
- <string>uni02F9_.glif</string>
- <key>uni02FA</key>
- <string>uni02FA__.glif</string>
- <key>uni02FB</key>
- <string>uni02FB__.glif</string>
- <key>uni02FC</key>
- <string>uni02FC__.glif</string>
- <key>uni02FD</key>
- <string>uni02FD__.glif</string>
- <key>uni02FE</key>
- <string>uni02FE__.glif</string>
- <key>uni02FF</key>
- <string>uni02FF__.glif</string>
- <key>uni0346</key>
- <string>uni0346.glif</string>
- <key>uni0347</key>
- <string>uni0347.glif</string>
- <key>uni0348</key>
- <string>uni0348.glif</string>
- <key>uni0349</key>
- <string>uni0349.glif</string>
- <key>uni034A</key>
- <string>uni034A_.glif</string>
- <key>uni034B</key>
- <string>uni034B_.glif</string>
- <key>uni034C</key>
- <string>uni034C_.glif</string>
- <key>uni034D</key>
- <string>uni034D_.glif</string>
- <key>uni034E</key>
- <string>uni034E_.glif</string>
- <key>uni034F</key>
- <string>uni034F_.glif</string>
- <key>uni0350</key>
- <string>uni0350.glif</string>
- <key>uni0351</key>
- <string>uni0351.glif</string>
- <key>uni0352</key>
- <string>uni0352.glif</string>
- <key>uni0353</key>
- <string>uni0353.glif</string>
- <key>uni0354</key>
- <string>uni0354.glif</string>
- <key>uni0355</key>
- <string>uni0355.glif</string>
- <key>uni0356</key>
- <string>uni0356.glif</string>
- <key>uni0357</key>
- <string>uni0357.glif</string>
- <key>uni0358</key>
- <string>uni0358.glif</string>
- <key>uni0359</key>
- <string>uni0359.glif</string>
- <key>uni035A</key>
- <string>uni035A_.glif</string>
- <key>uni035B</key>
- <string>uni035B_.glif</string>
- <key>uni035C</key>
- <string>uni035C_.glif</string>
- <key>uni035D</key>
- <string>uni035D_.glif</string>
- <key>uni035E</key>
- <string>uni035E_.glif</string>
- <key>uni035F</key>
- <string>uni035F_.glif</string>
- <key>uni0362</key>
- <string>uni0362.glif</string>
- <key>uni0363</key>
- <string>uni0363.glif</string>
- <key>uni0364</key>
- <string>uni0364.glif</string>
- <key>uni0365</key>
- <string>uni0365.glif</string>
- <key>uni0366</key>
- <string>uni0366.glif</string>
- <key>uni0367</key>
- <string>uni0367.glif</string>
- <key>uni0368</key>
- <string>uni0368.glif</string>
- <key>uni0369</key>
- <string>uni0369.glif</string>
- <key>uni036A</key>
- <string>uni036A_.glif</string>
- <key>uni036B</key>
- <string>uni036B_.glif</string>
- <key>uni036C</key>
- <string>uni036C_.glif</string>
- <key>uni036D</key>
- <string>uni036D_.glif</string>
- <key>uni036E</key>
- <string>uni036E_.glif</string>
- <key>uni036F</key>
- <string>uni036F_.glif</string>
- <key>uni0370</key>
- <string>uni0370.glif</string>
- <key>uni0371</key>
- <string>uni0371.glif</string>
- <key>uni0372</key>
- <string>uni0372.glif</string>
- <key>uni0373</key>
- <string>uni0373.glif</string>
- <key>uni0376</key>
- <string>uni0376.glif</string>
- <key>uni0377</key>
- <string>uni0377.glif</string>
- <key>uni037B</key>
- <string>uni037B_.glif</string>
- <key>uni037C</key>
- <string>uni037C_.glif</string>
- <key>uni037D</key>
- <string>uni037D_.glif</string>
- <key>uni03CF</key>
- <string>uni03CF__.glif</string>
- <key>uni03D7</key>
- <string>uni03D7_.glif</string>
- <key>uni03D8</key>
- <string>uni03D8_.glif</string>
- <key>uni03D9</key>
- <string>uni03D9_.glif</string>
- <key>uni03F3.ccmp</key>
- <string>uni03F3_.ccmp.glif</string>
- <key>uni03F5</key>
- <string>uni03F5_.glif</string>
- <key>uni03F6</key>
- <string>uni03F6_.glif</string>
- <key>uni03FB</key>
- <string>uni03FB__.glif</string>
- <key>uni03FC</key>
- <string>uni03FC__.glif</string>
- <key>uni03FD</key>
- <string>uni03FD__.glif</string>
- <key>uni03FE</key>
- <string>uni03FE__.glif</string>
- <key>uni03FF</key>
- <string>uni03FF__.glif</string>
- <key>uni0456.ccmp</key>
- <string>uni0456.ccmp.glif</string>
- <key>uni0458.ccmp</key>
- <string>uni0458.ccmp.glif</string>
- <key>uni0487</key>
- <string>uni0487.glif</string>
- <key>uni0488</key>
- <string>uni0488.glif</string>
- <key>uni0489</key>
- <string>uni0489.glif</string>
- <key>uni048A</key>
- <string>uni048A_.glif</string>
- <key>uni048B</key>
- <string>uni048B_.glif</string>
- <key>uni048D</key>
- <string>uni048D_.glif</string>
- <key>uni048E</key>
- <string>uni048E_.glif</string>
- <key>uni048F</key>
- <string>uni048F_.glif</string>
- <key>uni04C5</key>
- <string>uni04C5_.glif</string>
- <key>uni04C6</key>
- <string>uni04C6_.glif</string>
- <key>uni04C9</key>
- <string>uni04C9_.glif</string>
- <key>uni04CA</key>
- <string>uni04CA__.glif</string>
- <key>uni04CD</key>
- <string>uni04CD__.glif</string>
- <key>uni04CE</key>
- <string>uni04CE__.glif</string>
- <key>uni04FA</key>
- <string>uni04FA__.glif</string>
- <key>uni04FB</key>
- <string>uni04FB__.glif</string>
- <key>uni04FC</key>
- <string>uni04FC__.glif</string>
- <key>uni04FD</key>
- <string>uni04FD__.glif</string>
- <key>uni052F</key>
- <string>uni052F_.glif</string>
- <key>uni1DBF</key>
- <string>uni1DBF___.glif</string>
- <key>uni1DC0</key>
- <string>uni1DC0__.glif</string>
- <key>uni1DC1</key>
- <string>uni1DC1__.glif</string>
- <key>uni1DC2</key>
- <string>uni1DC2__.glif</string>
- <key>uni1DC3</key>
- <string>uni1DC3__.glif</string>
- <key>uni1DC4</key>
- <string>uni1DC4__.glif</string>
- <key>uni1DC5</key>
- <string>uni1DC5__.glif</string>
- <key>uni1DC6</key>
- <string>uni1DC6__.glif</string>
- <key>uni1DC7</key>
- <string>uni1DC7__.glif</string>
- <key>uni1DC8</key>
- <string>uni1DC8__.glif</string>
- <key>uni1DC9</key>
- <string>uni1DC9__.glif</string>
- <key>uni1DCA</key>
- <string>uni1DCA___.glif</string>
- <key>uni1DCB</key>
- <string>uni1DCB___.glif</string>
- <key>uni1DCC</key>
- <string>uni1DCC___.glif</string>
- <key>uni1DCD</key>
- <string>uni1DCD___.glif</string>
- <key>uni1DCE</key>
- <string>uni1DCE___.glif</string>
- <key>uni1DCF</key>
- <string>uni1DCF___.glif</string>
- <key>uni1DD0</key>
- <string>uni1DD0__.glif</string>
- <key>uni1DD1</key>
- <string>uni1DD1__.glif</string>
- <key>uni1DD2</key>
- <string>uni1DD2__.glif</string>
- <key>uni1DD3</key>
- <string>uni1DD3__.glif</string>
- <key>uni1DD4</key>
- <string>uni1DD4__.glif</string>
- <key>uni1DD5</key>
- <string>uni1DD5__.glif</string>
- <key>uni1DD6</key>
- <string>uni1DD6__.glif</string>
- <key>uni1DD7</key>
- <string>uni1DD7__.glif</string>
- <key>uni1DD8</key>
- <string>uni1DD8__.glif</string>
- <key>uni1DD9</key>
- <string>uni1DD9__.glif</string>
- <key>uni1DDA</key>
- <string>uni1DDA___.glif</string>
- <key>uni1DDB</key>
- <string>uni1DDB___.glif</string>
- <key>uni1DDC</key>
- <string>uni1DDC___.glif</string>
- <key>uni1DDD</key>
- <string>uni1DDD___.glif</string>
- <key>uni1DDE</key>
- <string>uni1DDE___.glif</string>
- <key>uni1DDF</key>
- <string>uni1DDF___.glif</string>
- <key>uni1DE0</key>
- <string>uni1DE0__.glif</string>
- <key>uni1DE1</key>
- <string>uni1DE1__.glif</string>
- <key>uni1DE2</key>
- <string>uni1DE2__.glif</string>
- <key>uni1DE3</key>
- <string>uni1DE3__.glif</string>
- <key>uni1DE4</key>
- <string>uni1DE4__.glif</string>
- <key>uni1DE5</key>
- <string>uni1DE5__.glif</string>
- <key>uni1DE6</key>
- <string>uni1DE6__.glif</string>
- <key>uni1DE7</key>
- <string>uni1DE7__.glif</string>
- <key>uni1DE8</key>
- <string>uni1DE8__.glif</string>
- <key>uni1DE9</key>
- <string>uni1DE9__.glif</string>
- <key>uni1DEA</key>
- <string>uni1DEA___.glif</string>
- <key>uni1DEB</key>
- <string>uni1DEB___.glif</string>
- <key>uni1DEC</key>
- <string>uni1DEC___.glif</string>
- <key>uni1DED</key>
- <string>uni1DED___.glif</string>
- <key>uni1DEE</key>
- <string>uni1DEE___.glif</string>
- <key>uni1DEF</key>
- <string>uni1DEF___.glif</string>
- <key>uni1DF0</key>
- <string>uni1DF0__.glif</string>
- <key>uni1DF1</key>
- <string>uni1DF1__.glif</string>
- <key>uni1DF2</key>
- <string>uni1DF2__.glif</string>
- <key>uni1DF3</key>
- <string>uni1DF3__.glif</string>
- <key>uni1DF4</key>
- <string>uni1DF4__.glif</string>
- <key>uni1DF5</key>
- <string>uni1DF5__.glif</string>
- <key>uni1DFC</key>
- <string>uni1DFC___.glif</string>
- <key>uni1DFD</key>
- <string>uni1DFD___.glif</string>
- <key>uni1DFE</key>
- <string>uni1DFE___.glif</string>
- <key>uni1DFF</key>
- <string>uni1DFF___.glif</string>
- <key>uni1E9D</key>
- <string>uni1E9D__.glif</string>
- <key>uni1E9F</key>
- <string>uni1E9F__.glif</string>
- <key>uni1EFA</key>
- <string>uni1EFA___.glif</string>
- <key>uni1EFB</key>
- <string>uni1EFB___.glif</string>
- <key>uni1EFC</key>
- <string>uni1EFC___.glif</string>
- <key>uni1EFD</key>
- <string>uni1EFD___.glif</string>
- <key>uni1EFE</key>
- <string>uni1EFE___.glif</string>
- <key>uni1EFF</key>
- <string>uni1EFF___.glif</string>
- <key>uni1F16A</key>
- <string>uni1F16A__.glif</string>
- <key>uni1F16B</key>
- <string>uni1F16B__.glif</string>
- <key>uni1FBD</key>
- <string>uni1FBD___.glif</string>
- <key>uni1FBE</key>
- <string>uni1FBE___.glif</string>
- <key>uni1FBF</key>
- <string>uni1FBF___.glif</string>
- <key>uni1FC0</key>
- <string>uni1FC0__.glif</string>
- <key>uni1FC1</key>
- <string>uni1FC1__.glif</string>
- <key>uni1FCD</key>
- <string>uni1FCD___.glif</string>
- <key>uni1FCE</key>
- <string>uni1FCE___.glif</string>
- <key>uni1FCF</key>
- <string>uni1FCF___.glif</string>
- <key>uni1FDD</key>
- <string>uni1FDD___.glif</string>
- <key>uni1FDE</key>
- <string>uni1FDE___.glif</string>
- <key>uni1FDF</key>
- <string>uni1FDF___.glif</string>
- <key>uni1FED</key>
- <string>uni1FED___.glif</string>
- <key>uni1FEE</key>
- <string>uni1FEE___.glif</string>
- <key>uni1FEF</key>
- <string>uni1FEF___.glif</string>
- <key>uni1FFD</key>
- <string>uni1FFD___.glif</string>
- <key>uni1FFE</key>
- <string>uni1FFE___.glif</string>
- <key>uni2009.fra</key>
- <string>uni2009.fra.glif</string>
- <key>uni204A</key>
- <string>uni204A_.glif</string>
- <key>uni204B</key>
- <string>uni204B_.glif</string>
- <key>uni204C</key>
- <string>uni204C_.glif</string>
- <key>uni204D</key>
- <string>uni204D_.glif</string>
- <key>uni204E</key>
- <string>uni204E_.glif</string>
- <key>uni204F</key>
- <string>uni204F_.glif</string>
- <key>uni2050</key>
- <string>uni2050.glif</string>
- <key>uni2051</key>
- <string>uni2051.glif</string>
- <key>uni2052</key>
- <string>uni2052.glif</string>
- <key>uni2053</key>
- <string>uni2053.glif</string>
- <key>uni2054</key>
- <string>uni2054.glif</string>
- <key>uni2055</key>
- <string>uni2055.glif</string>
- <key>uni2056</key>
- <string>uni2056.glif</string>
- <key>uni2057</key>
- <string>uni2057.glif</string>
- <key>uni2058</key>
- <string>uni2058.glif</string>
- <key>uni2059</key>
- <string>uni2059.glif</string>
- <key>uni205A</key>
- <string>uni205A_.glif</string>
- <key>uni205B</key>
- <string>uni205B_.glif</string>
- <key>uni205C</key>
- <string>uni205C_.glif</string>
- <key>uni205D</key>
- <string>uni205D_.glif</string>
- <key>uni205E</key>
- <string>uni205E_.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>uni2093</key>
- <string>uni2093.glif</string>
- <key>uni2094</key>
- <string>uni2094.glif</string>
- <key>uni2095</key>
- <string>uni2095.glif</string>
- <key>uni2096</key>
- <string>uni2096.glif</string>
- <key>uni2097</key>
- <string>uni2097.glif</string>
- <key>uni2098</key>
- <string>uni2098.glif</string>
- <key>uni2099</key>
- <string>uni2099.glif</string>
- <key>uni209A</key>
- <string>uni209A_.glif</string>
- <key>uni209B</key>
- <string>uni209B_.glif</string>
- <key>uni209C</key>
- <string>uni209C_.glif</string>
- <key>uni20AF</key>
- <string>uni20AF__.glif</string>
- <key>uni20B0</key>
- <string>uni20B0_.glif</string>
- <key>uni20B6</key>
- <string>uni20B6_.glif</string>
- <key>uni20B7</key>
- <string>uni20B7_.glif</string>
- <key>uni20B9</key>
- <string>uni20B9_.glif</string>
- <key>uni20BA</key>
- <string>uni20BA__.glif</string>
- <key>uni20BB</key>
- <string>uni20BB__.glif</string>
- <key>uni20BD</key>
- <string>uni20BD__.glif</string>
- <key>uni20DB</key>
- <string>uni20DB__.glif</string>
- <key>uni20DC</key>
- <string>uni20DC__.glif</string>
- <key>uni20E3</key>
- <string>uni20E3_.glif</string>
- <key>uni20E8</key>
- <string>uni20E8_.glif</string>
- <key>uni20F0</key>
- <string>uni20F0_.glif</string>
- <key>uni213B</key>
- <string>uni213B_.glif</string>
- <key>uni214D</key>
- <string>uni214D_.glif</string>
- <key>uni214F</key>
- <string>uni214F_.glif</string>
- <key>uni2150</key>
- <string>uni2150.glif</string>
- <key>uni2151</key>
- <string>uni2151.glif</string>
- <key>uni2152</key>
- <string>uni2152.glif</string>
- <key>uni2155</key>
- <string>uni2155.glif</string>
- <key>uni2156</key>
- <string>uni2156.glif</string>
- <key>uni2157</key>
- <string>uni2157.glif</string>
- <key>uni2158</key>
- <string>uni2158.glif</string>
- <key>uni2159</key>
- <string>uni2159.glif</string>
- <key>uni215A</key>
- <string>uni215A_.glif</string>
- <key>uni215F</key>
- <string>uni215F_.glif</string>
- <key>uni217C</key>
- <string>uni217C_.glif</string>
- <key>uni217D</key>
- <string>uni217D_.glif</string>
- <key>uni217E</key>
- <string>uni217E_.glif</string>
- <key>uni217F</key>
- <string>uni217F_.glif</string>
- <key>uni2180</key>
- <string>uni2180.glif</string>
- <key>uni2181</key>
- <string>uni2181.glif</string>
- <key>uni2182</key>
- <string>uni2182.glif</string>
- <key>uni2183</key>
- <string>uni2183.glif</string>
- <key>uni2184</key>
- <string>uni2184.glif</string>
- <key>uni2185</key>
- <string>uni2185.glif</string>
- <key>uni2186</key>
- <string>uni2186.glif</string>
- <key>uni2187</key>
- <string>uni2187.glif</string>
- <key>uni2188</key>
- <string>uni2188.glif</string>
- <key>uni2189</key>
- <string>uni2189.glif</string>
- <key>uni27EF</key>
- <string>uni27EF__.glif</string>
- <key>uni2B4E</key>
- <string>uni2B4E__.glif</string>
- <key>uni2B4F</key>
- <string>uni2B4F__.glif</string>
- <key>uni2B5A</key>
- <string>uni2B5A__.glif</string>
- <key>uni2B5B</key>
- <string>uni2B5B__.glif</string>
- <key>uni2B5C</key>
- <string>uni2B5C__.glif</string>
- <key>uni2B5D</key>
- <string>uni2B5D__.glif</string>
- <key>uni2B5E</key>
- <string>uni2B5E__.glif</string>
- <key>uni2B5F</key>
- <string>uni2B5F__.glif</string>
- <key>uni2C7F</key>
- <string>uni2C7F__.glif</string>
- <key>uni2DFF</key>
- <string>uni2DFF___.glif</string>
- <key>uniA69F</key>
- <string>uniA69F__.glif</string>
- <key>uniA7FF</key>
- <string>uniA7FF___.glif</string>
- <key>uniA92E</key>
- <string>uniA92E__.glif</string>
- <key>uniE001</key>
- <string>uniE001_.glif</string>
- <key>uniFE20</key>
- <string>uniFE20__.glif</string>
- <key>uniFE21</key>
- <string>uniFE21__.glif</string>
- <key>uniFE22</key>
- <string>uniFE22__.glif</string>
- <key>uniFE23</key>
- <string>uniFE23__.glif</string>
- <key>uniFE24</key>
- <string>uniFE24__.glif</string>
- <key>uniFE25</key>
- <string>uniFE25__.glif</string>
- <key>uniFE26</key>
- <string>uniFE26__.glif</string>
- <key>uniFE27</key>
- <string>uniFE27__.glif</string>
- <key>uniFE28</key>
- <string>uniFE28__.glif</string>
- <key>uniFE29</key>
- <string>uniFE29__.glif</string>
- <key>uniFE2A</key>
- <string>uniFE2A___.glif</string>
- <key>uniFE2B</key>
- <string>uniFE2B___.glif</string>
- <key>uniFE2C</key>
- <string>uniFE2C___.glif</string>
- <key>uniFE2D</key>
- <string>uniFE2D___.glif</string>
- <key>upsilon</key>
- <string>upsilon.glif</string>
- <key>upsilonlatin</key>
- <string>upsilonlatin.glif</string>
- <key>uptackmod</key>
- <string>uptackmod.glif</string>
- <key>utilde</key>
- <string>utilde.glif</string>
- <key>v</key>
- <string>v.glif</string>
- <key>vecyrillic</key>
- <string>vecyrillic.glif</string>
- <key>versicle</key>
- <string>versicle.glif</string>
- <key>verticalbardbl</key>
- <string>verticalbardbl.glif</string>
- <key>verticallinelowmod</key>
- <string>verticallinelowmod.glif</string>
- <key>vscript</key>
- <string>vscript.glif</string>
- <key>vturn</key>
- <string>vturn.glif</string>
- <key>w</key>
- <string>w.glif</string>
- <key>wdieresis</key>
- <string>wdieresis.glif</string>
- <key>won</key>
- <string>won.glif</string>
- <key>wsuper</key>
- <string>wsuper.glif</string>
- <key>wturn</key>
- <string>wturn.glif</string>
- <key>wynn</key>
- <string>wynn.glif</string>
- <key>x</key>
- <string>x.glif</string>
- <key>xi</key>
- <string>xi.glif</string>
- <key>xsuper</key>
- <string>xsuper.glif</string>
- <key>xsupnosp</key>
- <string>xsupnosp.glif</string>
- <key>y</key>
- <string>y.glif</string>
- <key>yatcyrillic</key>
- <string>yatcyrillic.glif</string>
- <key>ydieresis</key>
- <string>ydieresis.glif</string>
- <key>yen</key>
- <string>yen.glif</string>
- <key>yericyrillic</key>
- <string>yericyrillic.glif</string>
- <key>yhook</key>
- <string>yhook.glif</string>
- <key>ysuper</key>
- <string>ysuper.glif</string>
- <key>yturn</key>
- <string>yturn.glif</string>
- <key>yusbigcyrillic</key>
- <string>yusbigcyrillic.glif</string>
- <key>yusbigiotifiedcyrillic</key>
- <string>yusbigiotifiedcyrillic.glif</string>
- <key>yuslittlecyrillic</key>
- <string>yuslittlecyrillic.glif</string>
- <key>yuslittleiotifiedcyrillic</key>
- <string>yuslittleiotifiedcyrillic.glif</string>
- <key>z</key>
- <string>z.glif</string>
- <key>zbar</key>
- <string>zbar.glif</string>
- <key>zcurl</key>
- <string>zcurl.glif</string>
- <key>zecyrillic</key>
- <string>zecyrillic.glif</string>
- <key>zero</key>
- <string>zero.glif</string>
- <key>zero.frac</key>
- <string>zero.frac.glif</string>
- <key>zero.slash</key>
- <string>zero.slash.glif</string>
- <key>zero.sup</key>
- <string>zero.sup.glif</string>
- <key>zero.tnum</key>
- <string>zero.tnum.glif</string>
- <key>zero.tnum.slash</key>
- <string>zero.tnum.slash.glif</string>
- <key>zerosub</key>
- <string>zerosub.glif</string>
- <key>zerosuperior</key>
- <string>zerosuperior.glif</string>
- <key>zerowidthjoiner</key>
- <string>zerowidthjoiner.glif</string>
- <key>zerowidthspace</key>
- <string>zerowidthspace.glif</string>
- <key>zeta</key>
- <string>zeta.glif</string>
- <key>zhecyrillic</key>
- <string>zhecyrillic.glif</string>
- <key>zhedescendercyrillic</key>
- <string>zhedescendercyrillic.glif</string>
- <key>zhook</key>
- <string>zhook.glif</string>
- <key>zrthook</key>
- <string>zrthook.glif</string>
-</dict>
+ <dict>
+ <key>.notdef</key>
+ <string>_notdef.glif</string>
+ <key>.null</key>
+ <string>_null.glif</string>
+ <key>A</key>
+ <string>A_.glif</string>
+ <key>AE</key>
+ <string>A_E_.glif</string>
+ <key>AEacute</key>
+ <string>A_E_acute.glif</string>
+ <key>AEmacron</key>
+ <string>A_E_macron.glif</string>
+ <key>Aacute</key>
+ <string>A_acute.glif</string>
+ <key>Abreve</key>
+ <string>A_breve.glif</string>
+ <key>Abreveacute</key>
+ <string>A_breveacute.glif</string>
+ <key>Abrevecyrillic</key>
+ <string>A_brevecyrillic.glif</string>
+ <key>Abrevedotbelow</key>
+ <string>A_brevedotbelow.glif</string>
+ <key>Abrevegrave</key>
+ <string>A_brevegrave.glif</string>
+ <key>Abrevehookabove</key>
+ <string>A_brevehookabove.glif</string>
+ <key>Abrevetilde</key>
+ <string>A_brevetilde.glif</string>
+ <key>Acaron</key>
+ <string>A_caron.glif</string>
+ <key>Acircumflex</key>
+ <string>A_circumflex.glif</string>
+ <key>Acircumflexacute</key>
+ <string>A_circumflexacute.glif</string>
+ <key>Acircumflexdotbelow</key>
+ <string>A_circumflexdotbelow.glif</string>
+ <key>Acircumflexgrave</key>
+ <string>A_circumflexgrave.glif</string>
+ <key>Acircumflexhookabove</key>
+ <string>A_circumflexhookabove.glif</string>
+ <key>Acircumflextilde</key>
+ <string>A_circumflextilde.glif</string>
+ <key>Adblgrave</key>
+ <string>A_dblgrave.glif</string>
+ <key>Adieresis</key>
+ <string>A_dieresis.glif</string>
+ <key>Adieresiscyrillic</key>
+ <string>A_dieresiscyrillic.glif</string>
+ <key>Adieresismacron</key>
+ <string>A_dieresismacron.glif</string>
+ <key>Adotbelow</key>
+ <string>A_dotbelow.glif</string>
+ <key>Adotmacron</key>
+ <string>A_dotmacron.glif</string>
+ <key>Agrave</key>
+ <string>A_grave.glif</string>
+ <key>Ahookabove</key>
+ <string>A_hookabove.glif</string>
+ <key>Aiecyrillic</key>
+ <string>A_iecyrillic.glif</string>
+ <key>Ainvertedbreve</key>
+ <string>A_invertedbreve.glif</string>
+ <key>Alpha</key>
+ <string>A_lpha.glif</string>
+ <key>Alphatonos</key>
+ <string>A_lphatonos.glif</string>
+ <key>Amacron</key>
+ <string>A_macron.glif</string>
+ <key>Aogonek</key>
+ <string>A_ogonek.glif</string>
+ <key>Aogonek.NAV</key>
+ <string>A_ogonek.N_A_V_.glif</string>
+ <key>Aring</key>
+ <string>A_ring.glif</string>
+ <key>Aringacute</key>
+ <string>A_ringacute.glif</string>
+ <key>Aringbelow</key>
+ <string>A_ringbelow.glif</string>
+ <key>Atilde</key>
+ <string>A_tilde.glif</string>
+ <key>B</key>
+ <string>B_.glif</string>
+ <key>Bdotaccent</key>
+ <string>B_dotaccent.glif</string>
+ <key>Bdotbelow</key>
+ <string>B_dotbelow.glif</string>
+ <key>Beta</key>
+ <string>B_eta.glif</string>
+ <key>Bhook</key>
+ <string>B_hook.glif</string>
+ <key>Blinebelow</key>
+ <string>B_linebelow.glif</string>
+ <key>Btopbar</key>
+ <string>B_topbar.glif</string>
+ <key>C</key>
+ <string>C_.glif</string>
+ <key>CR</key>
+ <string>C_R_.glif</string>
+ <key>Cacute</key>
+ <string>C_acute.glif</string>
+ <key>Ccaron</key>
+ <string>C_caron.glif</string>
+ <key>Ccedilla</key>
+ <string>C_cedilla.glif</string>
+ <key>Ccedillaacute</key>
+ <string>C_cedillaacute.glif</string>
+ <key>Ccircumflex</key>
+ <string>C_circumflex.glif</string>
+ <key>Cdotaccent</key>
+ <string>C_dotaccent.glif</string>
+ <key>Cheabkhasiancyrillic</key>
+ <string>C_heabkhasiancyrillic.glif</string>
+ <key>Chedescenderabkhasiancyrillic</key>
+ <string>C_hedescenderabkhasiancyrillic.glif</string>
+ <key>Chedescendercyrillic</key>
+ <string>C_hedescendercyrillic.glif</string>
+ <key>Chedieresiscyrillic</key>
+ <string>C_hedieresiscyrillic.glif</string>
+ <key>Chekhakassiancyrillic</key>
+ <string>C_hekhakassiancyrillic.glif</string>
+ <key>Cheverticalstrokecyrillic</key>
+ <string>C_heverticalstrokecyrillic.glif</string>
+ <key>Chi</key>
+ <string>C_hi.glif</string>
+ <key>Chook</key>
+ <string>C_hook.glif</string>
+ <key>D</key>
+ <string>D_.glif</string>
+ <key>DZ</key>
+ <string>D_Z_.glif</string>
+ <key>Dbar1</key>
+ <string>D_bar1.glif</string>
+ <key>Dcaron</key>
+ <string>D_caron.glif</string>
+ <key>Dcedilla</key>
+ <string>D_cedilla.glif</string>
+ <key>Dcircumflexbelow</key>
+ <string>D_circumflexbelow.glif</string>
+ <key>Dcroat</key>
+ <string>D_croat.glif</string>
+ <key>Ddotaccent</key>
+ <string>D_dotaccent.glif</string>
+ <key>Ddotbelow</key>
+ <string>D_dotbelow.glif</string>
+ <key>Delta</key>
+ <string>D_elta.glif</string>
+ <key>Dhook</key>
+ <string>D_hook.glif</string>
+ <key>Digamma</key>
+ <string>D_igamma.glif</string>
+ <key>Dlinebelow</key>
+ <string>D_linebelow.glif</string>
+ <key>Dtopbar</key>
+ <string>D_topbar.glif</string>
+ <key>Dz</key>
+ <string>D_z.glif</string>
+ <key>Dzcaron_</key>
+ <string>D_zcaron_.glif</string>
+ <key>Dzeabkhasiancyrillic</key>
+ <string>D_zeabkhasiancyrillic.glif</string>
+ <key>E</key>
+ <string>E_.glif</string>
+ <key>Eacute</key>
+ <string>E_acute.glif</string>
+ <key>Ebreve</key>
+ <string>E_breve.glif</string>
+ <key>Ecaron</key>
+ <string>E_caron.glif</string>
+ <key>Ecedillabreve</key>
+ <string>E_cedillabreve.glif</string>
+ <key>Ecircumflex</key>
+ <string>E_circumflex.glif</string>
+ <key>Ecircumflexacute</key>
+ <string>E_circumflexacute.glif</string>
+ <key>Ecircumflexbelow</key>
+ <string>E_circumflexbelow.glif</string>
+ <key>Ecircumflexdotbelow</key>
+ <string>E_circumflexdotbelow.glif</string>
+ <key>Ecircumflexgrave</key>
+ <string>E_circumflexgrave.glif</string>
+ <key>Ecircumflexhookabove</key>
+ <string>E_circumflexhookabove.glif</string>
+ <key>Ecircumflextilde</key>
+ <string>E_circumflextilde.glif</string>
+ <key>Edblgrave</key>
+ <string>E_dblgrave.glif</string>
+ <key>Edieresis</key>
+ <string>E_dieresis.glif</string>
+ <key>Edotaccent</key>
+ <string>E_dotaccent.glif</string>
+ <key>Edotbelow</key>
+ <string>E_dotbelow.glif</string>
+ <key>Egrave</key>
+ <string>E_grave.glif</string>
+ <key>Ehookabove</key>
+ <string>E_hookabove.glif</string>
+ <key>Einvertedbreve</key>
+ <string>E_invertedbreve.glif</string>
+ <key>Eiotifiedcyrillic</key>
+ <string>E_iotifiedcyrillic.glif</string>
+ <key>Emacron</key>
+ <string>E_macron.glif</string>
+ <key>Emacronacute</key>
+ <string>E_macronacute.glif</string>
+ <key>Emacrongrave</key>
+ <string>E_macrongrave.glif</string>
+ <key>Endescendercyrillic</key>
+ <string>E_ndescendercyrillic.glif</string>
+ <key>Eng</key>
+ <string>E_ng.glif</string>
+ <key>Enghecyrillic</key>
+ <string>E_nghecyrillic.glif</string>
+ <key>Enhookcyrillic</key>
+ <string>E_nhookcyrillic.glif</string>
+ <key>Eogonek</key>
+ <string>E_ogonek.glif</string>
+ <key>Eogonek.NAV</key>
+ <string>E_ogonek.N_A_V_.glif</string>
+ <key>Epsilon</key>
+ <string>E_psilon.glif</string>
+ <key>Epsilon1</key>
+ <string>E_psilon1.glif</string>
+ <key>Epsilontonos</key>
+ <string>E_psilontonos.glif</string>
+ <key>Esdescendercyrillic</key>
+ <string>E_sdescendercyrillic.glif</string>
+ <key>Esh</key>
+ <string>E_sh.glif</string>
+ <key>Eta</key>
+ <string>E_ta.glif</string>
+ <key>Etatonos</key>
+ <string>E_tatonos.glif</string>
+ <key>Eth</key>
+ <string>E_th.glif</string>
+ <key>Etilde</key>
+ <string>E_tilde.glif</string>
+ <key>Etildebelow</key>
+ <string>E_tildebelow.glif</string>
+ <key>Eturn</key>
+ <string>E_turn.glif</string>
+ <key>Euro</key>
+ <string>E_uro.glif</string>
+ <key>Ezh</key>
+ <string>E_zh.glif</string>
+ <key>Ezhcaron</key>
+ <string>E_zhcaron.glif</string>
+ <key>Ezhreversed</key>
+ <string>E_zhreversed.glif</string>
+ <key>F</key>
+ <string>F_.glif</string>
+ <key>Fdotaccent</key>
+ <string>F_dotaccent.glif</string>
+ <key>Fhook</key>
+ <string>F_hook.glif</string>
+ <key>Fturn</key>
+ <string>F_turn.glif</string>
+ <key>G</key>
+ <string>G_.glif</string>
+ <key>Gacute</key>
+ <string>G_acute.glif</string>
+ <key>Gamma</key>
+ <string>G_amma.glif</string>
+ <key>Gamma1</key>
+ <string>G_amma1.glif</string>
+ <key>Gbar</key>
+ <string>G_bar.glif</string>
+ <key>Gbreve</key>
+ <string>G_breve.glif</string>
+ <key>Gcaron</key>
+ <string>G_caron.glif</string>
+ <key>Gcircumflex</key>
+ <string>G_circumflex.glif</string>
+ <key>Gcommaaccent</key>
+ <string>G_commaaccent.glif</string>
+ <key>Gdotaccent</key>
+ <string>G_dotaccent.glif</string>
+ <key>Germandbls</key>
+ <string>G_ermandbls.glif</string>
+ <key>Ghemiddlehookcyrillic</key>
+ <string>G_hemiddlehookcyrillic.glif</string>
+ <key>Ghestrokecyrillic</key>
+ <string>G_hestrokecyrillic.glif</string>
+ <key>Ghook</key>
+ <string>G_hook.glif</string>
+ <key>Gmacron</key>
+ <string>G_macron.glif</string>
+ <key>Gsmallcap</key>
+ <string>G_smallcap.glif</string>
+ <key>Gsmallcaphook</key>
+ <string>G_smallcaphook.glif</string>
+ <key>H</key>
+ <string>H_.glif</string>
+ <key>Haabkhasiancyrillic</key>
+ <string>H_aabkhasiancyrillic.glif</string>
+ <key>Hadescendercyrillic</key>
+ <string>H_adescendercyrillic.glif</string>
+ <key>Hbar</key>
+ <string>H_bar.glif</string>
+ <key>Hbrevebelow</key>
+ <string>H_brevebelow.glif</string>
+ <key>Hcedilla</key>
+ <string>H_cedilla.glif</string>
+ <key>Hcircumflex</key>
+ <string>H_circumflex.glif</string>
+ <key>Hdieresis</key>
+ <string>H_dieresis.glif</string>
+ <key>Hdotaccent</key>
+ <string>H_dotaccent.glif</string>
+ <key>Hdotbelow</key>
+ <string>H_dotbelow.glif</string>
+ <key>I</key>
+ <string>I_.glif</string>
+ <key>IJ</key>
+ <string>I_J_.glif</string>
+ <key>Iacute</key>
+ <string>I_acute.glif</string>
+ <key>Ibreve</key>
+ <string>I_breve.glif</string>
+ <key>Icaron</key>
+ <string>I_caron.glif</string>
+ <key>Icircumflex</key>
+ <string>I_circumflex.glif</string>
+ <key>Idblgrave</key>
+ <string>I_dblgrave.glif</string>
+ <key>Idieresis</key>
+ <string>I_dieresis.glif</string>
+ <key>Idieresisacute</key>
+ <string>I_dieresisacute.glif</string>
+ <key>Idieresiscyrillic</key>
+ <string>I_dieresiscyrillic.glif</string>
+ <key>Idotaccent</key>
+ <string>I_dotaccent.glif</string>
+ <key>Idotbelow</key>
+ <string>I_dotbelow.glif</string>
+ <key>Iebrevecyrillic</key>
+ <string>I_ebrevecyrillic.glif</string>
+ <key>Igrave</key>
+ <string>I_grave.glif</string>
+ <key>Ihookabove</key>
+ <string>I_hookabove.glif</string>
+ <key>Iinvertedbreve</key>
+ <string>I_invertedbreve.glif</string>
+ <key>Imacron</key>
+ <string>I_macron.glif</string>
+ <key>Imacroncyrillic</key>
+ <string>I_macroncyrillic.glif</string>
+ <key>Iogonek</key>
+ <string>I_ogonek.glif</string>
+ <key>Iota</key>
+ <string>I_ota.glif</string>
+ <key>Iota1</key>
+ <string>I_ota1.glif</string>
+ <key>Iotadieresis</key>
+ <string>I_otadieresis.glif</string>
+ <key>Iotatonos</key>
+ <string>I_otatonos.glif</string>
+ <key>Ismallcap</key>
+ <string>I_smallcap.glif</string>
+ <key>Istroke</key>
+ <string>I_stroke.glif</string>
+ <key>Itilde</key>
+ <string>I_tilde.glif</string>
+ <key>Itildebelow</key>
+ <string>I_tildebelow.glif</string>
+ <key>Izhitsadblgravecyrillic</key>
+ <string>I_zhitsadblgravecyrillic.glif</string>
+ <key>J</key>
+ <string>J_.glif</string>
+ <key>Jcircumflex</key>
+ <string>J_circumflex.glif</string>
+ <key>K</key>
+ <string>K_.glif</string>
+ <key>Kabashkircyrillic</key>
+ <string>K_abashkircyrillic.glif</string>
+ <key>Kacute</key>
+ <string>K_acute.glif</string>
+ <key>Kacyr</key>
+ <string>K_acyr.glif</string>
+ <key>Kadescendercyrillic</key>
+ <string>K_adescendercyrillic.glif</string>
+ <key>Kahookcyrillic</key>
+ <string>K_ahookcyrillic.glif</string>
+ <key>Kappa</key>
+ <string>K_appa.glif</string>
+ <key>Kaverticalstrokecyrillic</key>
+ <string>K_averticalstrokecyrillic.glif</string>
+ <key>Kcaron</key>
+ <string>K_caron.glif</string>
+ <key>Kcommaaccent</key>
+ <string>K_commaaccent.glif</string>
+ <key>Kdotbelow</key>
+ <string>K_dotbelow.glif</string>
+ <key>Khook</key>
+ <string>K_hook.glif</string>
+ <key>Klinebelow</key>
+ <string>K_linebelow.glif</string>
+ <key>Koppa</key>
+ <string>K_oppa.glif</string>
+ <key>Koppacyrillic</key>
+ <string>K_oppacyrillic.glif</string>
+ <key>Ksicyrillic</key>
+ <string>K_sicyrillic.glif</string>
+ <key>L</key>
+ <string>L_.glif</string>
+ <key>LJ</key>
+ <string>L_J_.glif</string>
+ <key>L_bar</key>
+ <string>L__bar.glif</string>
+ <key>L_slash</key>
+ <string>L__slash.glif</string>
+ <key>Lacute</key>
+ <string>L_acute.glif</string>
+ <key>Lambda</key>
+ <string>L_ambda.glif</string>
+ <key>Lcaron</key>
+ <string>L_caron.glif</string>
+ <key>Lcircumflexbelow</key>
+ <string>L_circumflexbelow.glif</string>
+ <key>Lcommaaccent</key>
+ <string>L_commaaccent.glif</string>
+ <key>Ldot</key>
+ <string>L_dot.glif</string>
+ <key>Ldotbelow</key>
+ <string>L_dotbelow.glif</string>
+ <key>Ldotbelowmacron</key>
+ <string>L_dotbelowmacron.glif</string>
+ <key>Lj</key>
+ <string>L_j.glif</string>
+ <key>Llinebelow</key>
+ <string>L_linebelow.glif</string>
+ <key>Lsmallcap</key>
+ <string>L_smallcap.glif</string>
+ <key>M</key>
+ <string>M_.glif</string>
+ <key>Macute</key>
+ <string>M_acute.glif</string>
+ <key>Mdotaccent</key>
+ <string>M_dotaccent.glif</string>
+ <key>Mdotbelow</key>
+ <string>M_dotbelow.glif</string>
+ <key>Mu</key>
+ <string>M_u.glif</string>
+ <key>N</key>
+ <string>N_.glif</string>
+ <key>NJ</key>
+ <string>N_J_.glif</string>
+ <key>Nacute</key>
+ <string>N_acute.glif</string>
+ <key>Ncaron</key>
+ <string>N_caron.glif</string>
+ <key>Ncircumflexbelow</key>
+ <string>N_circumflexbelow.glif</string>
+ <key>Ncommaaccent</key>
+ <string>N_commaaccent.glif</string>
+ <key>Ndotaccent</key>
+ <string>N_dotaccent.glif</string>
+ <key>Ndotbelow</key>
+ <string>N_dotbelow.glif</string>
+ <key>Nhook</key>
+ <string>N_hook.glif</string>
+ <key>Nj</key>
+ <string>N_j.glif</string>
+ <key>Nlinebelow</key>
+ <string>N_linebelow.glif</string>
+ <key>Nsmallcap</key>
+ <string>N_smallcap.glif</string>
+ <key>Ntilde</key>
+ <string>N_tilde.glif</string>
+ <key>Nu</key>
+ <string>N_u.glif</string>
+ <key>O</key>
+ <string>O_.glif</string>
+ <key>OE</key>
+ <string>O_E_.glif</string>
+ <key>OEsmallcap</key>
+ <string>O_E_smallcap.glif</string>
+ <key>OI</key>
+ <string>O_I_.glif</string>
+ <key>Oacute</key>
+ <string>O_acute.glif</string>
+ <key>Obar</key>
+ <string>O_bar.glif</string>
+ <key>Obarredcyrillic</key>
+ <string>O_barredcyrillic.glif</string>
+ <key>Obarreddieresiscyrillic</key>
+ <string>O_barreddieresiscyrillic.glif</string>
+ <key>Obreve</key>
+ <string>O_breve.glif</string>
+ <key>Ocaron</key>
+ <string>O_caron.glif</string>
+ <key>Ocircumflex</key>
+ <string>O_circumflex.glif</string>
+ <key>Ocircumflexacute</key>
+ <string>O_circumflexacute.glif</string>
+ <key>Ocircumflexdotbelow</key>
+ <string>O_circumflexdotbelow.glif</string>
+ <key>Ocircumflexgrave</key>
+ <string>O_circumflexgrave.glif</string>
+ <key>Ocircumflexhookabove</key>
+ <string>O_circumflexhookabove.glif</string>
+ <key>Ocircumflextilde</key>
+ <string>O_circumflextilde.glif</string>
+ <key>Odblgrave</key>
+ <string>O_dblgrave.glif</string>
+ <key>Odieresis</key>
+ <string>O_dieresis.glif</string>
+ <key>Odieresiscyrillic</key>
+ <string>O_dieresiscyrillic.glif</string>
+ <key>Odotbelow</key>
+ <string>O_dotbelow.glif</string>
+ <key>Ograve</key>
+ <string>O_grave.glif</string>
+ <key>Ohookabove</key>
+ <string>O_hookabove.glif</string>
+ <key>Ohorn</key>
+ <string>O_horn.glif</string>
+ <key>Ohornacute</key>
+ <string>O_hornacute.glif</string>
+ <key>Ohorndotbelow</key>
+ <string>O_horndotbelow.glif</string>
+ <key>Ohorngrave</key>
+ <string>O_horngrave.glif</string>
+ <key>Ohornhookabove</key>
+ <string>O_hornhookabove.glif</string>
+ <key>Ohorntilde</key>
+ <string>O_horntilde.glif</string>
+ <key>Ohungarumlaut</key>
+ <string>O_hungarumlaut.glif</string>
+ <key>Oinvertedbreve</key>
+ <string>O_invertedbreve.glif</string>
+ <key>Omacron</key>
+ <string>O_macron.glif</string>
+ <key>Omacronacute</key>
+ <string>O_macronacute.glif</string>
+ <key>Omacrongrave</key>
+ <string>O_macrongrave.glif</string>
+ <key>Omega</key>
+ <string>O_mega.glif</string>
+ <key>Omegacyrillic</key>
+ <string>O_megacyrillic.glif</string>
+ <key>Omegaroundcyrillic</key>
+ <string>O_megaroundcyrillic.glif</string>
+ <key>Omegatitlocyrillic</key>
+ <string>O_megatitlocyrillic.glif</string>
+ <key>Omegatonos</key>
+ <string>O_megatonos.glif</string>
+ <key>Omicron</key>
+ <string>O_micron.glif</string>
+ <key>Omicrontonos</key>
+ <string>O_microntonos.glif</string>
+ <key>Oogonek</key>
+ <string>O_ogonek.glif</string>
+ <key>Oogonek.NAV</key>
+ <string>O_ogonek.N_A_V_.glif</string>
+ <key>Oogonekmacron</key>
+ <string>O_ogonekmacron.glif</string>
+ <key>Oopen</key>
+ <string>O_open.glif</string>
+ <key>Oslash</key>
+ <string>O_slash.glif</string>
+ <key>Oslashacute</key>
+ <string>O_slashacute.glif</string>
+ <key>Otcyrillic</key>
+ <string>O_tcyrillic.glif</string>
+ <key>Otilde</key>
+ <string>O_tilde.glif</string>
+ <key>Otildeacute</key>
+ <string>O_tildeacute.glif</string>
+ <key>Otildedieresis</key>
+ <string>O_tildedieresis.glif</string>
+ <key>P</key>
+ <string>P_.glif</string>
+ <key>Pacute</key>
+ <string>P_acute.glif</string>
+ <key>Pdotaccent</key>
+ <string>P_dotaccent.glif</string>
+ <key>Pemiddlehookcyrillic</key>
+ <string>P_emiddlehookcyrillic.glif</string>
+ <key>Phi</key>
+ <string>P_hi.glif</string>
+ <key>Phook</key>
+ <string>P_hook.glif</string>
+ <key>Pi</key>
+ <string>P_i.glif</string>
+ <key>Psi</key>
+ <string>P_si.glif</string>
+ <key>Psicyrillic</key>
+ <string>P_sicyrillic.glif</string>
+ <key>Q</key>
+ <string>Q_.glif</string>
+ <key>Q_rthook</key>
+ <string>Q__rthook.glif</string>
+ <key>R</key>
+ <string>R_.glif</string>
+ <key>Racute</key>
+ <string>R_acute.glif</string>
+ <key>Rcaron</key>
+ <string>R_caron.glif</string>
+ <key>Rcommaaccent</key>
+ <string>R_commaaccent.glif</string>
+ <key>Rdblgrave</key>
+ <string>R_dblgrave.glif</string>
+ <key>Rdotaccent</key>
+ <string>R_dotaccent.glif</string>
+ <key>Rdotbelow</key>
+ <string>R_dotbelow.glif</string>
+ <key>Rdotbelowmacron</key>
+ <string>R_dotbelowmacron.glif</string>
+ <key>Rho</key>
+ <string>R_ho.glif</string>
+ <key>Rinvertedbreve</key>
+ <string>R_invertedbreve.glif</string>
+ <key>Rlinebelow</key>
+ <string>R_linebelow.glif</string>
+ <key>Rsmallcap</key>
+ <string>R_smallcap.glif</string>
+ <key>Rsmallcapinv</key>
+ <string>R_smallcapinv.glif</string>
+ <key>Rturnsuper</key>
+ <string>R_turnsuper.glif</string>
+ <key>Rx</key>
+ <string>R_x.glif</string>
+ <key>S</key>
+ <string>S_.glif</string>
+ <key>Sacute</key>
+ <string>S_acute.glif</string>
+ <key>Sacutedotaccent</key>
+ <string>S_acutedotaccent.glif</string>
+ <key>Sampi</key>
+ <string>S_ampi.glif</string>
+ <key>Scaron</key>
+ <string>S_caron.glif</string>
+ <key>Scarondotaccent</key>
+ <string>S_carondotaccent.glif</string>
+ <key>Scedilla</key>
+ <string>S_cedilla.glif</string>
+ <key>Schwa</key>
+ <string>S_chwa.glif</string>
+ <key>Schwacyrillic</key>
+ <string>S_chwacyrillic.glif</string>
+ <key>Schwadieresiscyrillic</key>
+ <string>S_chwadieresiscyrillic.glif</string>
+ <key>Scircumflex</key>
+ <string>S_circumflex.glif</string>
+ <key>Scommaaccent</key>
+ <string>S_commaaccent.glif</string>
+ <key>Sdotaccent</key>
+ <string>S_dotaccent.glif</string>
+ <key>Sdotbelow</key>
+ <string>S_dotbelow.glif</string>
+ <key>Sdotbelowdotaccent</key>
+ <string>S_dotbelowdotaccent.glif</string>
+ <key>Shhacyrillic</key>
+ <string>S_hhacyrillic.glif</string>
+ <key>Sigma</key>
+ <string>S_igma.glif</string>
+ <key>Stigma</key>
+ <string>S_tigma.glif</string>
+ <key>T</key>
+ <string>T_.glif</string>
+ <key>Tau</key>
+ <string>T_au.glif</string>
+ <key>Tbar</key>
+ <string>T_bar.glif</string>
+ <key>Tcaron</key>
+ <string>T_caron.glif</string>
+ <key>Tcircumflexbelow</key>
+ <string>T_circumflexbelow.glif</string>
+ <key>Tcommaaccent</key>
+ <string>T_commaaccent.glif</string>
+ <key>Tdotaccent</key>
+ <string>T_dotaccent.glif</string>
+ <key>Tdotbelow</key>
+ <string>T_dotbelow.glif</string>
+ <key>Tedescendercyrillic</key>
+ <string>T_edescendercyrillic.glif</string>
+ <key>Tetsecyrillic</key>
+ <string>T_etsecyrillic.glif</string>
+ <key>Theta</key>
+ <string>T_heta.glif</string>
+ <key>Thook</key>
+ <string>T_hook.glif</string>
+ <key>Thorn</key>
+ <string>T_horn.glif</string>
+ <key>Tlinebelow</key>
+ <string>T_linebelow.glif</string>
+ <key>Tonefive</key>
+ <string>T_onefive.glif</string>
+ <key>Tonesix</key>
+ <string>T_onesix.glif</string>
+ <key>Tonetwo</key>
+ <string>T_onetwo.glif</string>
+ <key>Trthook</key>
+ <string>T_rthook.glif</string>
+ <key>U</key>
+ <string>U_.glif</string>
+ <key>Uacute</key>
+ <string>U_acute.glif</string>
+ <key>Ubreve</key>
+ <string>U_breve.glif</string>
+ <key>Ucaron</key>
+ <string>U_caron.glif</string>
+ <key>Ucircumflex</key>
+ <string>U_circumflex.glif</string>
+ <key>Ucircumflexbelow</key>
+ <string>U_circumflexbelow.glif</string>
+ <key>Udblgrave</key>
+ <string>U_dblgrave.glif</string>
+ <key>Udieresis</key>
+ <string>U_dieresis.glif</string>
+ <key>Udieresisacute</key>
+ <string>U_dieresisacute.glif</string>
+ <key>Udieresisbelow</key>
+ <string>U_dieresisbelow.glif</string>
+ <key>Udieresiscaron</key>
+ <string>U_dieresiscaron.glif</string>
+ <key>Udieresiscyrillic</key>
+ <string>U_dieresiscyrillic.glif</string>
+ <key>Udieresisgrave</key>
+ <string>U_dieresisgrave.glif</string>
+ <key>Udieresismacron</key>
+ <string>U_dieresismacron.glif</string>
+ <key>Udotbelow</key>
+ <string>U_dotbelow.glif</string>
+ <key>Ugrave</key>
+ <string>U_grave.glif</string>
+ <key>Uhookabove</key>
+ <string>U_hookabove.glif</string>
+ <key>Uhorn</key>
+ <string>U_horn.glif</string>
+ <key>Uhornacute</key>
+ <string>U_hornacute.glif</string>
+ <key>Uhorndotbelow</key>
+ <string>U_horndotbelow.glif</string>
+ <key>Uhorngrave</key>
+ <string>U_horngrave.glif</string>
+ <key>Uhornhookabove</key>
+ <string>U_hornhookabove.glif</string>
+ <key>Uhorntilde</key>
+ <string>U_horntilde.glif</string>
+ <key>Uhungarumlaut</key>
+ <string>U_hungarumlaut.glif</string>
+ <key>Uhungarumlautcyrillic</key>
+ <string>U_hungarumlautcyrillic.glif</string>
+ <key>Uinvertedbreve</key>
+ <string>U_invertedbreve.glif</string>
+ <key>Ukcyrillic</key>
+ <string>U_kcyrillic.glif</string>
+ <key>Umacron</key>
+ <string>U_macron.glif</string>
+ <key>Umacroncyrillic</key>
+ <string>U_macroncyrillic.glif</string>
+ <key>Umacrondieresis</key>
+ <string>U_macrondieresis.glif</string>
+ <key>Uogonek</key>
+ <string>U_ogonek.glif</string>
+ <key>Upsilon</key>
+ <string>U_psilon.glif</string>
+ <key>Upsilon2</key>
+ <string>U_psilon2.glif</string>
+ <key>Upsilonacutehooksymbolgreek</key>
+ <string>U_psilonacutehooksymbolgreek.glif</string>
+ <key>Upsilondieresis</key>
+ <string>U_psilondieresis.glif</string>
+ <key>Upsilondieresishooksymbolgreek</key>
+ <string>U_psilondieresishooksymbolgreek.glif</string>
+ <key>Upsilonhooksymbol</key>
+ <string>U_psilonhooksymbol.glif</string>
+ <key>Upsilontonos</key>
+ <string>U_psilontonos.glif</string>
+ <key>Uring</key>
+ <string>U_ring.glif</string>
+ <key>Ustraightcyrillic</key>
+ <string>U_straightcyrillic.glif</string>
+ <key>Ustraightstrokecyrillic</key>
+ <string>U_straightstrokecyrillic.glif</string>
+ <key>Utilde</key>
+ <string>U_tilde.glif</string>
+ <key>Utildeacute</key>
+ <string>U_tildeacute.glif</string>
+ <key>Utildebelow</key>
+ <string>U_tildebelow.glif</string>
+ <key>V</key>
+ <string>V_.glif</string>
+ <key>Vcursive</key>
+ <string>V_cursive.glif</string>
+ <key>Vdotbelow</key>
+ <string>V_dotbelow.glif</string>
+ <key>Vtilde</key>
+ <string>V_tilde.glif</string>
+ <key>W</key>
+ <string>W_.glif</string>
+ <key>Wacute</key>
+ <string>W_acute.glif</string>
+ <key>Wcircumflex</key>
+ <string>W_circumflex.glif</string>
+ <key>Wdieresis</key>
+ <string>W_dieresis.glif</string>
+ <key>Wdotaccent</key>
+ <string>W_dotaccent.glif</string>
+ <key>Wdotbelow</key>
+ <string>W_dotbelow.glif</string>
+ <key>Wgrave</key>
+ <string>W_grave.glif</string>
+ <key>X</key>
+ <string>X_.glif</string>
+ <key>Xdieresis</key>
+ <string>X_dieresis.glif</string>
+ <key>Xdotaccent</key>
+ <string>X_dotaccent.glif</string>
+ <key>Xi</key>
+ <string>X_i.glif</string>
+ <key>Y</key>
+ <string>Y_.glif</string>
+ <key>YR</key>
+ <string>Y_R_.glif</string>
+ <key>Yacute</key>
+ <string>Y_acute.glif</string>
+ <key>Ycircumflex</key>
+ <string>Y_circumflex.glif</string>
+ <key>Ydieresis</key>
+ <string>Y_dieresis.glif</string>
+ <key>Ydotaccent</key>
+ <string>Y_dotaccent.glif</string>
+ <key>Ydotbelow</key>
+ <string>Y_dotbelow.glif</string>
+ <key>Yerudieresiscyrillic</key>
+ <string>Y_erudieresiscyrillic.glif</string>
+ <key>Ygrave</key>
+ <string>Y_grave.glif</string>
+ <key>Yhook</key>
+ <string>Y_hook.glif</string>
+ <key>Yhookabove</key>
+ <string>Y_hookabove.glif</string>
+ <key>Ysmallcap</key>
+ <string>Y_smallcap.glif</string>
+ <key>Ytilde</key>
+ <string>Y_tilde.glif</string>
+ <key>Yusbigcyrillic</key>
+ <string>Y_usbigcyrillic.glif</string>
+ <key>Yusbigiotifiedcyrillic</key>
+ <string>Y_usbigiotifiedcyrillic.glif</string>
+ <key>Yuslittlecyrillic</key>
+ <string>Y_uslittlecyrillic.glif</string>
+ <key>Yuslittleiotifiedcyrillic</key>
+ <string>Y_uslittleiotifiedcyrillic.glif</string>
+ <key>Z</key>
+ <string>Z_.glif</string>
+ <key>Zacute</key>
+ <string>Z_acute.glif</string>
+ <key>Zbar</key>
+ <string>Z_bar.glif</string>
+ <key>Zcaron</key>
+ <string>Z_caron.glif</string>
+ <key>Zcircumflex</key>
+ <string>Z_circumflex.glif</string>
+ <key>Zdotaccent</key>
+ <string>Z_dotaccent.glif</string>
+ <key>Zdotbelow</key>
+ <string>Z_dotbelow.glif</string>
+ <key>Zedescendercyrillic</key>
+ <string>Z_edescendercyrillic.glif</string>
+ <key>Zedieresiscyrillic</key>
+ <string>Z_edieresiscyrillic.glif</string>
+ <key>Zeta</key>
+ <string>Z_eta.glif</string>
+ <key>Zhebrevecyrillic</key>
+ <string>Z_hebrevecyrillic.glif</string>
+ <key>Zhedescendercyrillic</key>
+ <string>Z_hedescendercyrillic.glif</string>
+ <key>Zhedieresiscyrillic</key>
+ <string>Z_hedieresiscyrillic.glif</string>
+ <key>Zlinebelow</key>
+ <string>Z_linebelow.glif</string>
+ <key>a</key>
+ <string>a.glif</string>
+ <key>a_uni02DE</key>
+ <string>a_uni02D_E_.glif</string>
+ <key>aacute</key>
+ <string>aacute.glif</string>
+ <key>abreve</key>
+ <string>abreve.glif</string>
+ <key>abreveacute</key>
+ <string>abreveacute.glif</string>
+ <key>abrevecyrillic</key>
+ <string>abrevecyrillic.glif</string>
+ <key>abrevedotbelow</key>
+ <string>abrevedotbelow.glif</string>
+ <key>abrevegrave</key>
+ <string>abrevegrave.glif</string>
+ <key>abrevehookabove</key>
+ <string>abrevehookabove.glif</string>
+ <key>abrevetilde</key>
+ <string>abrevetilde.glif</string>
+ <key>acaron</key>
+ <string>acaron.glif</string>
+ <key>accountof</key>
+ <string>accountof.glif</string>
+ <key>acircumflex</key>
+ <string>acircumflex.glif</string>
+ <key>acircumflexacute</key>
+ <string>acircumflexacute.glif</string>
+ <key>acircumflexdotbelow</key>
+ <string>acircumflexdotbelow.glif</string>
+ <key>acircumflexgrave</key>
+ <string>acircumflexgrave.glif</string>
+ <key>acircumflexhookabove</key>
+ <string>acircumflexhookabove.glif</string>
+ <key>acircumflextilde</key>
+ <string>acircumflextilde.glif</string>
+ <key>acute</key>
+ <string>acute.glif</string>
+ <key>acutecomb</key>
+ <string>acutecomb.glif</string>
+ <key>acutedblnosp</key>
+ <string>acutedblnosp.glif</string>
+ <key>acutedotcomb.cn</key>
+ <string>acutedotcomb.cn.glif</string>
+ <key>acutedotcomb.lc</key>
+ <string>acutedotcomb.lc.glif</string>
+ <key>acutelowmod</key>
+ <string>acutelowmod.glif</string>
+ <key>acuterightnosp</key>
+ <string>acuterightnosp.glif</string>
+ <key>acutesubnosp</key>
+ <string>acutesubnosp.glif</string>
+ <key>adblgrave</key>
+ <string>adblgrave.glif</string>
+ <key>addresssubject</key>
+ <string>addresssubject.glif</string>
+ <key>adieresis</key>
+ <string>adieresis.glif</string>
+ <key>adieresiscyrillic</key>
+ <string>adieresiscyrillic.glif</string>
+ <key>adieresismacron</key>
+ <string>adieresismacron.glif</string>
+ <key>adotbelow</key>
+ <string>adotbelow.glif</string>
+ <key>adotmacron</key>
+ <string>adotmacron.glif</string>
+ <key>ae</key>
+ <string>ae.glif</string>
+ <key>aeacute</key>
+ <string>aeacute.glif</string>
+ <key>aemacron</key>
+ <string>aemacron.glif</string>
+ <key>afii10017</key>
+ <string>afii10017.glif</string>
+ <key>afii10018</key>
+ <string>afii10018.glif</string>
+ <key>afii10019</key>
+ <string>afii10019.glif</string>
+ <key>afii10020</key>
+ <string>afii10020.glif</string>
+ <key>afii10021</key>
+ <string>afii10021.glif</string>
+ <key>afii10022</key>
+ <string>afii10022.glif</string>
+ <key>afii10023</key>
+ <string>afii10023.glif</string>
+ <key>afii10024</key>
+ <string>afii10024.glif</string>
+ <key>afii10025</key>
+ <string>afii10025.glif</string>
+ <key>afii10026</key>
+ <string>afii10026.glif</string>
+ <key>afii10027</key>
+ <string>afii10027.glif</string>
+ <key>afii10029</key>
+ <string>afii10029.glif</string>
+ <key>afii10030</key>
+ <string>afii10030.glif</string>
+ <key>afii10031</key>
+ <string>afii10031.glif</string>
+ <key>afii10032</key>
+ <string>afii10032.glif</string>
+ <key>afii10033</key>
+ <string>afii10033.glif</string>
+ <key>afii10034</key>
+ <string>afii10034.glif</string>
+ <key>afii10035</key>
+ <string>afii10035.glif</string>
+ <key>afii10036</key>
+ <string>afii10036.glif</string>
+ <key>afii10037</key>
+ <string>afii10037.glif</string>
+ <key>afii10038</key>
+ <string>afii10038.glif</string>
+ <key>afii10039</key>
+ <string>afii10039.glif</string>
+ <key>afii10040</key>
+ <string>afii10040.glif</string>
+ <key>afii10041</key>
+ <string>afii10041.glif</string>
+ <key>afii10042</key>
+ <string>afii10042.glif</string>
+ <key>afii10043</key>
+ <string>afii10043.glif</string>
+ <key>afii10044</key>
+ <string>afii10044.glif</string>
+ <key>afii10045</key>
+ <string>afii10045.glif</string>
+ <key>afii10046</key>
+ <string>afii10046.glif</string>
+ <key>afii10047</key>
+ <string>afii10047.glif</string>
+ <key>afii10048</key>
+ <string>afii10048.glif</string>
+ <key>afii10049</key>
+ <string>afii10049.glif</string>
+ <key>afii10050</key>
+ <string>afii10050.glif</string>
+ <key>afii10051</key>
+ <string>afii10051.glif</string>
+ <key>afii10052</key>
+ <string>afii10052.glif</string>
+ <key>afii10053</key>
+ <string>afii10053.glif</string>
+ <key>afii10054</key>
+ <string>afii10054.glif</string>
+ <key>afii10055</key>
+ <string>afii10055.glif</string>
+ <key>afii10056</key>
+ <string>afii10056.glif</string>
+ <key>afii10057</key>
+ <string>afii10057.glif</string>
+ <key>afii10058</key>
+ <string>afii10058.glif</string>
+ <key>afii10059</key>
+ <string>afii10059.glif</string>
+ <key>afii10060</key>
+ <string>afii10060.glif</string>
+ <key>afii10061</key>
+ <string>afii10061.glif</string>
+ <key>afii10062</key>
+ <string>afii10062.glif</string>
+ <key>afii10065</key>
+ <string>afii10065.glif</string>
+ <key>afii10145</key>
+ <string>afii10145.glif</string>
+ <key>afii10146</key>
+ <string>afii10146.glif</string>
+ <key>afii10147</key>
+ <string>afii10147.glif</string>
+ <key>afii10148</key>
+ <string>afii10148.glif</string>
+ <key>afii300</key>
+ <string>afii300.glif</string>
+ <key>afii57596</key>
+ <string>afii57596.glif</string>
+ <key>afii57598</key>
+ <string>afii57598.glif</string>
+ <key>afii57636</key>
+ <string>afii57636.glif</string>
+ <key>afii61664</key>
+ <string>afii61664.glif</string>
+ <key>agrave</key>
+ <string>agrave.glif</string>
+ <key>ahookabove</key>
+ <string>ahookabove.glif</string>
+ <key>aiecyrillic</key>
+ <string>aiecyrillic.glif</string>
+ <key>ainvertedbreve</key>
+ <string>ainvertedbreve.glif</string>
+ <key>alpha</key>
+ <string>alpha.glif</string>
+ <key>alphatonos</key>
+ <string>alphatonos.glif</string>
+ <key>amacron</key>
+ <string>amacron.glif</string>
+ <key>ampersand</key>
+ <string>ampersand.glif</string>
+ <key>anglesupnosp</key>
+ <string>anglesupnosp.glif</string>
+ <key>angstrom</key>
+ <string>angstrom.glif</string>
+ <key>anoteleia</key>
+ <string>anoteleia.glif</string>
+ <key>aogonek</key>
+ <string>aogonek.glif</string>
+ <key>aogonek.NAV</key>
+ <string>aogonek.N_A_V_.glif</string>
+ <key>apostrophemod</key>
+ <string>apostrophemod.glif</string>
+ <key>approxequal</key>
+ <string>approxequal.glif</string>
+ <key>archdblsubnosp</key>
+ <string>archdblsubnosp.glif</string>
+ <key>arighthalfring</key>
+ <string>arighthalfring.glif</string>
+ <key>aring</key>
+ <string>aring.glif</string>
+ <key>aringacute</key>
+ <string>aringacute.glif</string>
+ <key>aringbelow</key>
+ <string>aringbelow.glif</string>
+ <key>arrowNE</key>
+ <string>arrowN_E_.glif</string>
+ <key>arrowNW</key>
+ <string>arrowN_W_.glif</string>
+ <key>arrowSE</key>
+ <string>arrowS_E_.glif</string>
+ <key>arrowSW</key>
+ <string>arrowS_W_.glif</string>
+ <key>arrowdown</key>
+ <string>arrowdown.glif</string>
+ <key>arrowheaddownmod</key>
+ <string>arrowheaddownmod.glif</string>
+ <key>arrowheadleftmod</key>
+ <string>arrowheadleftmod.glif</string>
+ <key>arrowheadrightmod</key>
+ <string>arrowheadrightmod.glif</string>
+ <key>arrowheadupmod</key>
+ <string>arrowheadupmod.glif</string>
+ <key>arrowleft</key>
+ <string>arrowleft.glif</string>
+ <key>arrowleft.case</key>
+ <string>arrowleft.case.glif</string>
+ <key>arrowleftlong</key>
+ <string>arrowleftlong.glif</string>
+ <key>arrowleftlong.case</key>
+ <string>arrowleftlong.case.glif</string>
+ <key>arrowright</key>
+ <string>arrowright.glif</string>
+ <key>arrowright.case</key>
+ <string>arrowright.case.glif</string>
+ <key>arrowrightlong</key>
+ <string>arrowrightlong.glif</string>
+ <key>arrowrightlong.case</key>
+ <string>arrowrightlong.case.glif</string>
+ <key>arrowup</key>
+ <string>arrowup.glif</string>
+ <key>asciicircum</key>
+ <string>asciicircum.glif</string>
+ <key>asciitilde</key>
+ <string>asciitilde.glif</string>
+ <key>ascript</key>
+ <string>ascript.glif</string>
+ <key>ascript_uni02DE</key>
+ <string>ascript_uni02D_E_.glif</string>
+ <key>ascriptturn</key>
+ <string>ascriptturn.glif</string>
+ <key>ascriptturn_uni02DE</key>
+ <string>ascriptturn_uni02D_E_.glif</string>
+ <key>asterisk</key>
+ <string>asterisk.glif</string>
+ <key>asterisk.case</key>
+ <string>asterisk.case.glif</string>
+ <key>asterism</key>
+ <string>asterism.glif</string>
+ <key>at</key>
+ <string>at.glif</string>
+ <key>at.case</key>
+ <string>at.case.glif</string>
+ <key>atilde</key>
+ <string>atilde.glif</string>
+ <key>aturn</key>
+ <string>aturn.glif</string>
+ <key>aturn_uni02DE</key>
+ <string>aturn_uni02D_E_.glif</string>
+ <key>austral</key>
+ <string>austral.glif</string>
+ <key>b</key>
+ <string>b.glif</string>
+ <key>babygamma</key>
+ <string>babygamma.glif</string>
+ <key>backslash</key>
+ <string>backslash.glif</string>
+ <key>bar</key>
+ <string>bar.glif</string>
+ <key>barmidlongnosp</key>
+ <string>barmidlongnosp.glif</string>
+ <key>barmidshortnosp</key>
+ <string>barmidshortnosp.glif</string>
+ <key>bbar</key>
+ <string>bbar.glif</string>
+ <key>bdotaccent</key>
+ <string>bdotaccent.glif</string>
+ <key>bdotbelow</key>
+ <string>bdotbelow.glif</string>
+ <key>becyrillic</key>
+ <string>becyrillic.glif</string>
+ <key>beta</key>
+ <string>beta.glif</string>
+ <key>beta1</key>
+ <string>beta1.glif</string>
+ <key>bhook</key>
+ <string>bhook.glif</string>
+ <key>blackleftpointingtriangle</key>
+ <string>blackleftpointingtriangle.glif</string>
+ <key>blinebelow</key>
+ <string>blinebelow.glif</string>
+ <key>braceleft</key>
+ <string>braceleft.glif</string>
+ <key>braceleft.case</key>
+ <string>braceleft.case.glif</string>
+ <key>braceright</key>
+ <string>braceright.glif</string>
+ <key>braceright.case</key>
+ <string>braceright.case.glif</string>
+ <key>bracketleft</key>
+ <string>bracketleft.glif</string>
+ <key>bracketleft.case</key>
+ <string>bracketleft.case.glif</string>
+ <key>bracketleft_quill</key>
+ <string>bracketleft_quill.glif</string>
+ <key>bracketright</key>
+ <string>bracketright.glif</string>
+ <key>bracketright.case</key>
+ <string>bracketright.case.glif</string>
+ <key>bracketright_quill</key>
+ <string>bracketright_quill.glif</string>
+ <key>breve</key>
+ <string>breve.glif</string>
+ <key>breveacutecomb.cn</key>
+ <string>breveacutecomb.cn.glif</string>
+ <key>brevegravecomb.cn</key>
+ <string>brevegravecomb.cn.glif</string>
+ <key>brevehookcomb.cn</key>
+ <string>brevehookcomb.cn.glif</string>
+ <key>breveinverteddoublecmb</key>
+ <string>breveinverteddoublecmb.glif</string>
+ <key>breveinvnosp</key>
+ <string>breveinvnosp.glif</string>
+ <key>breveinvsubnosp</key>
+ <string>breveinvsubnosp.glif</string>
+ <key>brevenosp</key>
+ <string>brevenosp.glif</string>
+ <key>brevesubnosp</key>
+ <string>brevesubnosp.glif</string>
+ <key>brevetildecomb.cn</key>
+ <string>brevetildecomb.cn.glif</string>
+ <key>bridgeinvsubnosp</key>
+ <string>bridgeinvsubnosp.glif</string>
+ <key>bridgesubnosp</key>
+ <string>bridgesubnosp.glif</string>
+ <key>brokenbar</key>
+ <string>brokenbar.glif</string>
+ <key>btopbar</key>
+ <string>btopbar.glif</string>
+ <key>bullet</key>
+ <string>bullet.glif</string>
+ <key>bullet.case</key>
+ <string>bullet.case.glif</string>
+ <key>bullseye</key>
+ <string>bullseye.glif</string>
+ <key>c</key>
+ <string>c.glif</string>
+ <key>cacute</key>
+ <string>cacute.glif</string>
+ <key>cadauna</key>
+ <string>cadauna.glif</string>
+ <key>candrabindunosp</key>
+ <string>candrabindunosp.glif</string>
+ <key>careof</key>
+ <string>careof.glif</string>
+ <key>caret</key>
+ <string>caret.glif</string>
+ <key>caretinsertionpoint</key>
+ <string>caretinsertionpoint.glif</string>
+ <key>caron</key>
+ <string>caron.glif</string>
+ <key>caronbelowcmb</key>
+ <string>caronbelowcmb.glif</string>
+ <key>caroncmb</key>
+ <string>caroncmb.glif</string>
+ <key>carondotcomb.cn</key>
+ <string>carondotcomb.cn.glif</string>
+ <key>carondotcomb.lc</key>
+ <string>carondotcomb.lc.glif</string>
+ <key>caronnosp</key>
+ <string>caronnosp.glif</string>
+ <key>caronsubnosp</key>
+ <string>caronsubnosp.glif</string>
+ <key>casedieresis.cn</key>
+ <string>casedieresis.cn.glif</string>
+ <key>casetilde.cn</key>
+ <string>casetilde.cn.glif</string>
+ <key>ccaron</key>
+ <string>ccaron.glif</string>
+ <key>ccedilla</key>
+ <string>ccedilla.glif</string>
+ <key>ccedillaacute</key>
+ <string>ccedillaacute.glif</string>
+ <key>ccircumflex</key>
+ <string>ccircumflex.glif</string>
+ <key>ccurl</key>
+ <string>ccurl.glif</string>
+ <key>cdotaccent</key>
+ <string>cdotaccent.glif</string>
+ <key>cedi</key>
+ <string>cedi.glif</string>
+ <key>cedilla</key>
+ <string>cedilla.glif</string>
+ <key>cedillanosp</key>
+ <string>cedillanosp.glif</string>
+ <key>cent</key>
+ <string>cent.glif</string>
+ <key>charactertie</key>
+ <string>charactertie.glif</string>
+ <key>cheabkhasiancyrillic</key>
+ <string>cheabkhasiancyrillic.glif</string>
+ <key>checyrillic</key>
+ <string>checyrillic.glif</string>
+ <key>chedescenderabkhasiancyrillic</key>
+ <string>chedescenderabkhasiancyrillic.glif</string>
+ <key>chedescendercyrillic</key>
+ <string>chedescendercyrillic.glif</string>
+ <key>chedieresiscyrillic</key>
+ <string>chedieresiscyrillic.glif</string>
+ <key>chekhakassiancyrillic</key>
+ <string>chekhakassiancyrillic.glif</string>
+ <key>cheverticalstrokecyrillic</key>
+ <string>cheverticalstrokecyrillic.glif</string>
+ <key>chook</key>
+ <string>chook.glif</string>
+ <key>circleblack</key>
+ <string>circleblack.glif</string>
+ <key>circlewhite</key>
+ <string>circlewhite.glif</string>
+ <key>circumflex</key>
+ <string>circumflex.glif</string>
+ <key>circumflexacutecomb.cn</key>
+ <string>circumflexacutecomb.cn.glif</string>
+ <key>circumflexgravecomb.cn</key>
+ <string>circumflexgravecomb.cn.glif</string>
+ <key>circumflexhookcomb.cn</key>
+ <string>circumflexhookcomb.cn.glif</string>
+ <key>circumflexnosp</key>
+ <string>circumflexnosp.glif</string>
+ <key>circumflexsubnosp</key>
+ <string>circumflexsubnosp.glif</string>
+ <key>circumflextildecomb.cn</key>
+ <string>circumflextildecomb.cn.glif</string>
+ <key>colon</key>
+ <string>colon.glif</string>
+ <key>colon.case</key>
+ <string>colon.case.glif</string>
+ <key>coloncurrency</key>
+ <string>coloncurrency.glif</string>
+ <key>colontriangularhalfmod</key>
+ <string>colontriangularhalfmod.glif</string>
+ <key>colontriangularmod</key>
+ <string>colontriangularmod.glif</string>
+ <key>comma</key>
+ <string>comma.glif</string>
+ <key>comma.tnum</key>
+ <string>comma.tnum.glif</string>
+ <key>commaabovecmb</key>
+ <string>commaabovecmb.glif</string>
+ <key>commaaboverightcmb</key>
+ <string>commaaboverightcmb.glif</string>
+ <key>commaaccent</key>
+ <string>commaaccent.glif</string>
+ <key>commaaccentrotate.cn</key>
+ <string>commaaccentrotate.cn.glif</string>
+ <key>commabelowcmb</key>
+ <string>commabelowcmb.glif</string>
+ <key>commareversedmod</key>
+ <string>commareversedmod.glif</string>
+ <key>commasuprevnosp</key>
+ <string>commasuprevnosp.glif</string>
+ <key>commaturnedmod</key>
+ <string>commaturnedmod.glif</string>
+ <key>commaturnsupnosp</key>
+ <string>commaturnsupnosp.glif</string>
+ <key>controlHT</key>
+ <string>controlH_T_.glif</string>
+ <key>controlSOT</key>
+ <string>controlS_O_T_.glif</string>
+ <key>copyright</key>
+ <string>copyright.glif</string>
+ <key>crossbar</key>
+ <string>crossbar.glif</string>
+ <key>cruzeiro</key>
+ <string>cruzeiro.glif</string>
+ <key>cstretch</key>
+ <string>cstretch.glif</string>
+ <key>currency</key>
+ <string>currency.glif</string>
+ <key>cyrillicbreve</key>
+ <string>cyrillicbreve.glif</string>
+ <key>cyrillichook</key>
+ <string>cyrillichook.glif</string>
+ <key>cyrillichookleft</key>
+ <string>cyrillichookleft.glif</string>
+ <key>cyrillictic</key>
+ <string>cyrillictic.glif</string>
+ <key>d</key>
+ <string>d.glif</string>
+ <key>dagger</key>
+ <string>dagger.glif</string>
+ <key>daggerdbl</key>
+ <string>daggerdbl.glif</string>
+ <key>dasiapneumatacyrilliccmb</key>
+ <string>dasiapneumatacyrilliccmb.glif</string>
+ <key>dblapostrophe</key>
+ <string>dblapostrophe.glif</string>
+ <key>dblgravecmb</key>
+ <string>dblgravecmb.glif</string>
+ <key>dblprimemod</key>
+ <string>dblprimemod.glif</string>
+ <key>dcaron</key>
+ <string>dcaron.glif</string>
+ <key>dcedilla</key>
+ <string>dcedilla.glif</string>
+ <key>dcircumflexbelow</key>
+ <string>dcircumflexbelow.glif</string>
+ <key>dcroat</key>
+ <string>dcroat.glif</string>
+ <key>ddotaccent</key>
+ <string>ddotaccent.glif</string>
+ <key>ddotbelow</key>
+ <string>ddotbelow.glif</string>
+ <key>decyrillic</key>
+ <string>decyrillic.glif</string>
+ <key>degree</key>
+ <string>degree.glif</string>
+ <key>degreecentigrade</key>
+ <string>degreecentigrade.glif</string>
+ <key>degreefarenheit</key>
+ <string>degreefarenheit.glif</string>
+ <key>degreekelvin</key>
+ <string>degreekelvin.glif</string>
+ <key>delta</key>
+ <string>delta.glif</string>
+ <key>deltaturn</key>
+ <string>deltaturn.glif</string>
+ <key>dhook</key>
+ <string>dhook.glif</string>
+ <key>diaeresistonosnosp</key>
+ <string>diaeresistonosnosp.glif</string>
+ <key>diamondblack</key>
+ <string>diamondblack.glif</string>
+ <key>diamondblack_x</key>
+ <string>diamondblack_x.glif</string>
+ <key>diamondwhite</key>
+ <string>diamondwhite.glif</string>
+ <key>diamondwhite_x</key>
+ <string>diamondwhite_x.glif</string>
+ <key>dieresis</key>
+ <string>dieresis.glif</string>
+ <key>dieresisacutecomb.cn</key>
+ <string>dieresisacutecomb.cn.glif</string>
+ <key>dieresisacutecomb.lc</key>
+ <string>dieresisacutecomb.lc.glif</string>
+ <key>dieresiscaroncomb.cn</key>
+ <string>dieresiscaroncomb.cn.glif</string>
+ <key>dieresiscaroncomb.lc</key>
+ <string>dieresiscaroncomb.lc.glif</string>
+ <key>dieresisgravecomb.cn</key>
+ <string>dieresisgravecomb.cn.glif</string>
+ <key>dieresisgravecomb.lc</key>
+ <string>dieresisgravecomb.lc.glif</string>
+ <key>dieresismacroncomb.cn</key>
+ <string>dieresismacroncomb.cn.glif</string>
+ <key>dieresismacroncomb.lc</key>
+ <string>dieresismacroncomb.lc.glif</string>
+ <key>dieresisnosp</key>
+ <string>dieresisnosp.glif</string>
+ <key>dieresistonos</key>
+ <string>dieresistonos.glif</string>
+ <key>digamma</key>
+ <string>digamma.glif</string>
+ <key>divide</key>
+ <string>divide.glif</string>
+ <key>divide.case</key>
+ <string>divide.case.glif</string>
+ <key>djecyrillic</key>
+ <string>djecyrillic.glif</string>
+ <key>dlinebelow</key>
+ <string>dlinebelow.glif</string>
+ <key>dngb_ballotx</key>
+ <string>dngb_ballotx.glif</string>
+ <key>dngb_check</key>
+ <string>dngb_check.glif</string>
+ <key>dollar</key>
+ <string>dollar.glif</string>
+ <key>dong</key>
+ <string>dong.glif</string>
+ <key>dotaccent</key>
+ <string>dotaccent.glif</string>
+ <key>dotbelow</key>
+ <string>dotbelow.glif</string>
+ <key>dotdblsubnosp</key>
+ <string>dotdblsubnosp.glif</string>
+ <key>dotlessi</key>
+ <string>dotlessi.glif</string>
+ <key>dotlessj</key>
+ <string>dotlessj.glif</string>
+ <key>dotmacroncomb.cn</key>
+ <string>dotmacroncomb.cn.glif</string>
+ <key>dotmacroncomb.lc</key>
+ <string>dotmacroncomb.lc.glif</string>
+ <key>dotnosp</key>
+ <string>dotnosp.glif</string>
+ <key>downtackmod</key>
+ <string>downtackmod.glif</string>
+ <key>drthook</key>
+ <string>drthook.glif</string>
+ <key>dtopbar</key>
+ <string>dtopbar.glif</string>
+ <key>dyogh</key>
+ <string>dyogh.glif</string>
+ <key>dz</key>
+ <string>dz.glif</string>
+ <key>dzcaron</key>
+ <string>dzcaron.glif</string>
+ <key>dzcurl</key>
+ <string>dzcurl.glif</string>
+ <key>dzeabkhasiancyrillic</key>
+ <string>dzeabkhasiancyrillic.glif</string>
+ <key>dzecyrillic</key>
+ <string>dzecyrillic.glif</string>
+ <key>dzhecyrillic</key>
+ <string>dzhecyrillic.glif</string>
+ <key>e</key>
+ <string>e.glif</string>
+ <key>eacute</key>
+ <string>eacute.glif</string>
+ <key>ebreve</key>
+ <string>ebreve.glif</string>
+ <key>ecaron</key>
+ <string>ecaron.glif</string>
+ <key>ecedillabreve</key>
+ <string>ecedillabreve.glif</string>
+ <key>ecircumflex</key>
+ <string>ecircumflex.glif</string>
+ <key>ecircumflexacute</key>
+ <string>ecircumflexacute.glif</string>
+ <key>ecircumflexbelow</key>
+ <string>ecircumflexbelow.glif</string>
+ <key>ecircumflexdotbelow</key>
+ <string>ecircumflexdotbelow.glif</string>
+ <key>ecircumflexgrave</key>
+ <string>ecircumflexgrave.glif</string>
+ <key>ecircumflexhookabove</key>
+ <string>ecircumflexhookabove.glif</string>
+ <key>ecircumflextilde</key>
+ <string>ecircumflextilde.glif</string>
+ <key>ecyrillic</key>
+ <string>ecyrillic.glif</string>
+ <key>edblgrave</key>
+ <string>edblgrave.glif</string>
+ <key>edieresis</key>
+ <string>edieresis.glif</string>
+ <key>edotaccent</key>
+ <string>edotaccent.glif</string>
+ <key>edotbelow</key>
+ <string>edotbelow.glif</string>
+ <key>efcyrillic</key>
+ <string>efcyrillic.glif</string>
+ <key>egrave</key>
+ <string>egrave.glif</string>
+ <key>ehookabove</key>
+ <string>ehookabove.glif</string>
+ <key>eight</key>
+ <string>eight.glif</string>
+ <key>eight.frac</key>
+ <string>eight.frac.glif</string>
+ <key>eight.sup</key>
+ <string>eight.sup.glif</string>
+ <key>eight.tnum</key>
+ <string>eight.tnum.glif</string>
+ <key>eightroman</key>
+ <string>eightroman.glif</string>
+ <key>eightsub</key>
+ <string>eightsub.glif</string>
+ <key>eightsuperior</key>
+ <string>eightsuperior.glif</string>
+ <key>einvertedbreve</key>
+ <string>einvertedbreve.glif</string>
+ <key>eiotifiedcyrillic</key>
+ <string>eiotifiedcyrillic.glif</string>
+ <key>elcyrillic</key>
+ <string>elcyrillic.glif</string>
+ <key>elevenroman</key>
+ <string>elevenroman.glif</string>
+ <key>ellipsis</key>
+ <string>ellipsis.glif</string>
+ <key>emacron</key>
+ <string>emacron.glif</string>
+ <key>emacronacute</key>
+ <string>emacronacute.glif</string>
+ <key>emacrongrave</key>
+ <string>emacrongrave.glif</string>
+ <key>emcyrillic</key>
+ <string>emcyrillic.glif</string>
+ <key>emdash</key>
+ <string>emdash.glif</string>
+ <key>emdash.case</key>
+ <string>emdash.case.glif</string>
+ <key>emquad</key>
+ <string>emquad.glif</string>
+ <key>emspace</key>
+ <string>emspace.glif</string>
+ <key>encyrillic</key>
+ <string>encyrillic.glif</string>
+ <key>endash</key>
+ <string>endash.glif</string>
+ <key>endash.case</key>
+ <string>endash.case.glif</string>
+ <key>endescendercyrillic</key>
+ <string>endescendercyrillic.glif</string>
+ <key>eng</key>
+ <string>eng.glif</string>
+ <key>enghecyrillic</key>
+ <string>enghecyrillic.glif</string>
+ <key>enhookcyrillic</key>
+ <string>enhookcyrillic.glif</string>
+ <key>enquad</key>
+ <string>enquad.glif</string>
+ <key>enspace</key>
+ <string>enspace.glif</string>
+ <key>eogonek</key>
+ <string>eogonek.glif</string>
+ <key>eogonek.NAV</key>
+ <string>eogonek.N_A_V_.glif</string>
+ <key>epsilon</key>
+ <string>epsilon.glif</string>
+ <key>epsilon1</key>
+ <string>epsilon1.glif</string>
+ <key>epsilon1rev</key>
+ <string>epsilon1rev.glif</string>
+ <key>epsilon1revclosed</key>
+ <string>epsilon1revclosed.glif</string>
+ <key>epsilon1revclosed_uni02DE</key>
+ <string>epsilon1revclosed_uni02D_E_.glif</string>
+ <key>epsilon1revhook</key>
+ <string>epsilon1revhook.glif</string>
+ <key>epsilonclosed</key>
+ <string>epsilonclosed.glif</string>
+ <key>epsilontonos</key>
+ <string>epsilontonos.glif</string>
+ <key>equal</key>
+ <string>equal.glif</string>
+ <key>equal.case</key>
+ <string>equal.case.glif</string>
+ <key>equalsub</key>
+ <string>equalsub.glif</string>
+ <key>equalsuperior</key>
+ <string>equalsuperior.glif</string>
+ <key>ercyrillic</key>
+ <string>ercyrillic.glif</string>
+ <key>erev</key>
+ <string>erev.glif</string>
+ <key>ereversedcyrillic</key>
+ <string>ereversedcyrillic.glif</string>
+ <key>escyrillic</key>
+ <string>escyrillic.glif</string>
+ <key>esdescendercyrillic</key>
+ <string>esdescendercyrillic.glif</string>
+ <key>esh</key>
+ <string>esh.glif</string>
+ <key>eshcurl</key>
+ <string>eshcurl.glif</string>
+ <key>eshlooprev</key>
+ <string>eshlooprev.glif</string>
+ <key>eshshortrev</key>
+ <string>eshshortrev.glif</string>
+ <key>estimated</key>
+ <string>estimated.glif</string>
+ <key>eta</key>
+ <string>eta.glif</string>
+ <key>etatonos</key>
+ <string>etatonos.glif</string>
+ <key>eth</key>
+ <string>eth.glif</string>
+ <key>etilde</key>
+ <string>etilde.glif</string>
+ <key>etildebelow</key>
+ <string>etildebelow.glif</string>
+ <key>eturn</key>
+ <string>eturn.glif</string>
+ <key>eurocurrency</key>
+ <string>eurocurrency.glif</string>
+ <key>exclam</key>
+ <string>exclam.glif</string>
+ <key>exclam1</key>
+ <string>exclam1.glif</string>
+ <key>exclamdbl</key>
+ <string>exclamdbl.glif</string>
+ <key>exclamdown</key>
+ <string>exclamdown.glif</string>
+ <key>ezh</key>
+ <string>ezh.glif</string>
+ <key>ezhcaron</key>
+ <string>ezhcaron.glif</string>
+ <key>ezhcurl</key>
+ <string>ezhcurl.glif</string>
+ <key>ezhreversed</key>
+ <string>ezhreversed.glif</string>
+ <key>ezhtail</key>
+ <string>ezhtail.glif</string>
+ <key>f</key>
+ <string>f.glif</string>
+ <key>fdotaccent</key>
+ <string>fdotaccent.glif</string>
+ <key>feng</key>
+ <string>feng.glif</string>
+ <key>figuredash</key>
+ <string>figuredash.glif</string>
+ <key>figuredash.case</key>
+ <string>figuredash.case.glif</string>
+ <key>figurespace</key>
+ <string>figurespace.glif</string>
+ <key>finalkaf</key>
+ <string>finalkaf.glif</string>
+ <key>finalmem</key>
+ <string>finalmem.glif</string>
+ <key>finaltsadi</key>
+ <string>finaltsadi.glif</string>
+ <key>firsttonechinese</key>
+ <string>firsttonechinese.glif</string>
+ <key>fitacyrillic</key>
+ <string>fitacyrillic.glif</string>
+ <key>five</key>
+ <string>five.glif</string>
+ <key>five.frac</key>
+ <string>five.frac.glif</string>
+ <key>five.sup</key>
+ <string>five.sup.glif</string>
+ <key>five.tnum</key>
+ <string>five.tnum.glif</string>
+ <key>fiveeighths</key>
+ <string>fiveeighths.glif</string>
+ <key>fiveroman</key>
+ <string>fiveroman.glif</string>
+ <key>fivesub</key>
+ <string>fivesub.glif</string>
+ <key>fivesuperior</key>
+ <string>fivesuperior.glif</string>
+ <key>florin</key>
+ <string>florin.glif</string>
+ <key>four</key>
+ <string>four.glif</string>
+ <key>four.1</key>
+ <string>four.1.glif</string>
+ <key>four.frac</key>
+ <string>four.frac.glif</string>
+ <key>four.sup</key>
+ <string>four.sup.glif</string>
+ <key>four.tnum</key>
+ <string>four.tnum.glif</string>
+ <key>four.tnum.1</key>
+ <string>four.tnum.1.glif</string>
+ <key>fourroman</key>
+ <string>fourroman.glif</string>
+ <key>foursub</key>
+ <string>foursub.glif</string>
+ <key>foursuperior</key>
+ <string>foursuperior.glif</string>
+ <key>fourthtonechinese</key>
+ <string>fourthtonechinese.glif</string>
+ <key>fraction</key>
+ <string>fraction.glif</string>
+ <key>franc</key>
+ <string>franc.glif</string>
+ <key>g</key>
+ <string>g.glif</string>
+ <key>gacute</key>
+ <string>gacute.glif</string>
+ <key>gamma</key>
+ <string>gamma.glif</string>
+ <key>gamma1</key>
+ <string>gamma1.glif</string>
+ <key>gammasuper</key>
+ <string>gammasuper.glif</string>
+ <key>gbar</key>
+ <string>gbar.glif</string>
+ <key>gbreve</key>
+ <string>gbreve.glif</string>
+ <key>gcaron</key>
+ <string>gcaron.glif</string>
+ <key>gcircumflex</key>
+ <string>gcircumflex.glif</string>
+ <key>gcommaaccent</key>
+ <string>gcommaaccent.glif</string>
+ <key>gcursive</key>
+ <string>gcursive.glif</string>
+ <key>gdotaccent</key>
+ <string>gdotaccent.glif</string>
+ <key>gecyrillic</key>
+ <string>gecyrillic.glif</string>
+ <key>germandbls</key>
+ <string>germandbls.glif</string>
+ <key>ghemiddlehookcyrillic</key>
+ <string>ghemiddlehookcyrillic.glif</string>
+ <key>ghestrokecyrillic</key>
+ <string>ghestrokecyrillic.glif</string>
+ <key>gheupturncyrillic</key>
+ <string>gheupturncyrillic.glif</string>
+ <key>ghook</key>
+ <string>ghook.glif</string>
+ <key>gjecyrillic</key>
+ <string>gjecyrillic.glif</string>
+ <key>glottalstop</key>
+ <string>glottalstop.glif</string>
+ <key>glottalstopbar</key>
+ <string>glottalstopbar.glif</string>
+ <key>glottalstopbarinv</key>
+ <string>glottalstopbarinv.glif</string>
+ <key>glottalstopbarrev</key>
+ <string>glottalstopbarrev.glif</string>
+ <key>glottalstopinv</key>
+ <string>glottalstopinv.glif</string>
+ <key>glottalstopmod</key>
+ <string>glottalstopmod.glif</string>
+ <key>glottalstopreversedmod</key>
+ <string>glottalstopreversedmod.glif</string>
+ <key>glottalstopreversedsuperior</key>
+ <string>glottalstopreversedsuperior.glif</string>
+ <key>glottalstoprevinv</key>
+ <string>glottalstoprevinv.glif</string>
+ <key>gmacron</key>
+ <string>gmacron.glif</string>
+ <key>grave</key>
+ <string>grave.glif</string>
+ <key>gravecomb</key>
+ <string>gravecomb.glif</string>
+ <key>graveleftnosp</key>
+ <string>graveleftnosp.glif</string>
+ <key>gravelowmod</key>
+ <string>gravelowmod.glif</string>
+ <key>gravesubnosp</key>
+ <string>gravesubnosp.glif</string>
+ <key>greater</key>
+ <string>greater.glif</string>
+ <key>greaterequal</key>
+ <string>greaterequal.glif</string>
+ <key>guarani</key>
+ <string>guarani.glif</string>
+ <key>guillemotleft</key>
+ <string>guillemotleft.glif</string>
+ <key>guillemotright</key>
+ <string>guillemotright.glif</string>
+ <key>guilsinglleft</key>
+ <string>guilsinglleft.glif</string>
+ <key>guilsinglright</key>
+ <string>guilsinglright.glif</string>
+ <key>h</key>
+ <string>h.glif</string>
+ <key>haabkhasiancyrillic</key>
+ <string>haabkhasiancyrillic.glif</string>
+ <key>hadescendercyrillic</key>
+ <string>hadescendercyrillic.glif</string>
+ <key>hairspace</key>
+ <string>hairspace.glif</string>
+ <key>hardsigncyrillic</key>
+ <string>hardsigncyrillic.glif</string>
+ <key>hbar</key>
+ <string>hbar.glif</string>
+ <key>hbrevebelow</key>
+ <string>hbrevebelow.glif</string>
+ <key>hcedilla</key>
+ <string>hcedilla.glif</string>
+ <key>hcircumflex</key>
+ <string>hcircumflex.glif</string>
+ <key>hdieresis</key>
+ <string>hdieresis.glif</string>
+ <key>hdotaccent</key>
+ <string>hdotaccent.glif</string>
+ <key>hdotbelow</key>
+ <string>hdotbelow.glif</string>
+ <key>henghook</key>
+ <string>henghook.glif</string>
+ <key>hhook</key>
+ <string>hhook.glif</string>
+ <key>hhooksuper</key>
+ <string>hhooksuper.glif</string>
+ <key>hlinebelow</key>
+ <string>hlinebelow.glif</string>
+ <key>hook</key>
+ <string>hook.glif</string>
+ <key>hooksubpalatnosp</key>
+ <string>hooksubpalatnosp.glif</string>
+ <key>hooksubretronosp</key>
+ <string>hooksubretronosp.glif</string>
+ <key>horizontalbar</key>
+ <string>horizontalbar.glif</string>
+ <key>hornnosp</key>
+ <string>hornnosp.glif</string>
+ <key>hryvnia</key>
+ <string>hryvnia.glif</string>
+ <key>hsuper</key>
+ <string>hsuper.glif</string>
+ <key>hturn</key>
+ <string>hturn.glif</string>
+ <key>hturnhook2</key>
+ <string>hturnhook2.glif</string>
+ <key>hturnlthook</key>
+ <string>hturnlthook.glif</string>
+ <key>hungarumlaut</key>
+ <string>hungarumlaut.glif</string>
+ <key>hv</key>
+ <string>hv.glif</string>
+ <key>hyphen</key>
+ <string>hyphen.glif</string>
+ <key>hyphen.case</key>
+ <string>hyphen.case.glif</string>
+ <key>hyphen__</key>
+ <string>hyphen__.glif</string>
+ <key>hyphenbullet</key>
+ <string>hyphenbullet.glif</string>
+ <key>hyphendot</key>
+ <string>hyphendot.glif</string>
+ <key>hyphennobreak</key>
+ <string>hyphennobreak.glif</string>
+ <key>i</key>
+ <string>i.glif</string>
+ <key>iacute</key>
+ <string>iacute.glif</string>
+ <key>iacyrillic</key>
+ <string>iacyrillic.glif</string>
+ <key>ibar</key>
+ <string>ibar.glif</string>
+ <key>ibreve</key>
+ <string>ibreve.glif</string>
+ <key>icaron</key>
+ <string>icaron.glif</string>
+ <key>icircumflex</key>
+ <string>icircumflex.glif</string>
+ <key>icyrillic</key>
+ <string>icyrillic.glif</string>
+ <key>idblgrave</key>
+ <string>idblgrave.glif</string>
+ <key>idieresis</key>
+ <string>idieresis.glif</string>
+ <key>idieresisacute</key>
+ <string>idieresisacute.glif</string>
+ <key>idieresiscyrillic</key>
+ <string>idieresiscyrillic.glif</string>
+ <key>idotbelow</key>
+ <string>idotbelow.glif</string>
+ <key>iebrevecyrillic</key>
+ <string>iebrevecyrillic.glif</string>
+ <key>iecyrillic</key>
+ <string>iecyrillic.glif</string>
+ <key>igrave</key>
+ <string>igrave.glif</string>
+ <key>ihookabove</key>
+ <string>ihookabove.glif</string>
+ <key>iicyrillic</key>
+ <string>iicyrillic.glif</string>
+ <key>iinvertedbreve</key>
+ <string>iinvertedbreve.glif</string>
+ <key>iishortcyrillic</key>
+ <string>iishortcyrillic.glif</string>
+ <key>ij</key>
+ <string>ij.glif</string>
+ <key>imacron</key>
+ <string>imacron.glif</string>
+ <key>imacroncyrillic</key>
+ <string>imacroncyrillic.glif</string>
+ <key>infinity</key>
+ <string>infinity.glif</string>
+ <key>integral</key>
+ <string>integral.glif</string>
+ <key>interrobang</key>
+ <string>interrobang.glif</string>
+ <key>iocyrillic</key>
+ <string>iocyrillic.glif</string>
+ <key>iogonek</key>
+ <string>iogonek.glif</string>
+ <key>iota</key>
+ <string>iota.glif</string>
+ <key>iota1</key>
+ <string>iota1.glif</string>
+ <key>iota1_uni02DE</key>
+ <string>iota1_uni02D_E_.glif</string>
+ <key>iotadieresis</key>
+ <string>iotadieresis.glif</string>
+ <key>iotadieresistonos</key>
+ <string>iotadieresistonos.glif</string>
+ <key>iotasubnosp</key>
+ <string>iotasubnosp.glif</string>
+ <key>iotatonos</key>
+ <string>iotatonos.glif</string>
+ <key>isuperior</key>
+ <string>isuperior.glif</string>
+ <key>itilde</key>
+ <string>itilde.glif</string>
+ <key>itildebelow</key>
+ <string>itildebelow.glif</string>
+ <key>iucyrillic</key>
+ <string>iucyrillic.glif</string>
+ <key>izhitsacyrillic</key>
+ <string>izhitsacyrillic.glif</string>
+ <key>izhitsadblgravecyrillic</key>
+ <string>izhitsadblgravecyrillic.glif</string>
+ <key>j</key>
+ <string>j.glif</string>
+ <key>jcaron</key>
+ <string>jcaron.glif</string>
+ <key>jcircumflex</key>
+ <string>jcircumflex.glif</string>
+ <key>jcrosstail</key>
+ <string>jcrosstail.glif</string>
+ <key>jdotlessbar</key>
+ <string>jdotlessbar.glif</string>
+ <key>jecyrillic</key>
+ <string>jecyrillic.glif</string>
+ <key>jhookdblbar</key>
+ <string>jhookdblbar.glif</string>
+ <key>jsuper</key>
+ <string>jsuper.glif</string>
+ <key>k</key>
+ <string>k.glif</string>
+ <key>kabashkircyrillic</key>
+ <string>kabashkircyrillic.glif</string>
+ <key>kacute</key>
+ <string>kacute.glif</string>
+ <key>kacyrillic</key>
+ <string>kacyrillic.glif</string>
+ <key>kadescendercyrillic</key>
+ <string>kadescendercyrillic.glif</string>
+ <key>kahookcyrillic</key>
+ <string>kahookcyrillic.glif</string>
+ <key>kappa</key>
+ <string>kappa.glif</string>
+ <key>kappa1</key>
+ <string>kappa1.glif</string>
+ <key>kaverticalstrokecyrillic</key>
+ <string>kaverticalstrokecyrillic.glif</string>
+ <key>kcaron</key>
+ <string>kcaron.glif</string>
+ <key>kcommaaccent</key>
+ <string>kcommaaccent.glif</string>
+ <key>kdotbelow</key>
+ <string>kdotbelow.glif</string>
+ <key>kgreenlandic</key>
+ <string>kgreenlandic.glif</string>
+ <key>khacyrillic</key>
+ <string>khacyrillic.glif</string>
+ <key>khook</key>
+ <string>khook.glif</string>
+ <key>kip</key>
+ <string>kip.glif</string>
+ <key>kjecyrillic</key>
+ <string>kjecyrillic.glif</string>
+ <key>klinebelow</key>
+ <string>klinebelow.glif</string>
+ <key>koppa</key>
+ <string>koppa.glif</string>
+ <key>koppacyrillic</key>
+ <string>koppacyrillic.glif</string>
+ <key>koroniscmb</key>
+ <string>koroniscmb.glif</string>
+ <key>ksicyrillic</key>
+ <string>ksicyrillic.glif</string>
+ <key>kturn</key>
+ <string>kturn.glif</string>
+ <key>l</key>
+ <string>l.glif</string>
+ <key>lacute</key>
+ <string>lacute.glif</string>
+ <key>lambda</key>
+ <string>lambda.glif</string>
+ <key>lambdabar</key>
+ <string>lambdabar.glif</string>
+ <key>largerighthook</key>
+ <string>largerighthook.glif</string>
+ <key>lari</key>
+ <string>lari.glif</string>
+ <key>lbar</key>
+ <string>lbar.glif</string>
+ <key>lbelt</key>
+ <string>lbelt.glif</string>
+ <key>lcaron</key>
+ <string>lcaron.glif</string>
+ <key>lcircumflexbelow</key>
+ <string>lcircumflexbelow.glif</string>
+ <key>lcommaaccent</key>
+ <string>lcommaaccent.glif</string>
+ <key>lcurl</key>
+ <string>lcurl.glif</string>
+ <key>ldot</key>
+ <string>ldot.glif</string>
+ <key>ldotbelow</key>
+ <string>ldotbelow.glif</string>
+ <key>ldotbelowmacron</key>
+ <string>ldotbelowmacron.glif</string>
+ <key>leftloop.cn</key>
+ <string>leftloop.cn.glif</string>
+ <key>less</key>
+ <string>less.glif</string>
+ <key>lessequal</key>
+ <string>lessequal.glif</string>
+ <key>linevert</key>
+ <string>linevert.glif</string>
+ <key>linevertdblnosp</key>
+ <string>linevertdblnosp.glif</string>
+ <key>linevertnosp</key>
+ <string>linevertnosp.glif</string>
+ <key>linevertsubnosp</key>
+ <string>linevertsubnosp.glif</string>
+ <key>lira</key>
+ <string>lira.glif</string>
+ <key>lj</key>
+ <string>lj.glif</string>
+ <key>ljecyrillic</key>
+ <string>ljecyrillic.glif</string>
+ <key>llinebelow</key>
+ <string>llinebelow.glif</string>
+ <key>lmidtilde</key>
+ <string>lmidtilde.glif</string>
+ <key>logicalnot</key>
+ <string>logicalnot.glif</string>
+ <key>longs</key>
+ <string>longs.glif</string>
+ <key>lozenge</key>
+ <string>lozenge.glif</string>
+ <key>lrthook</key>
+ <string>lrthook.glif</string>
+ <key>lslash</key>
+ <string>lslash.glif</string>
+ <key>lsquare</key>
+ <string>lsquare.glif</string>
+ <key>lyogh</key>
+ <string>lyogh.glif</string>
+ <key>m</key>
+ <string>m.glif</string>
+ <key>macron</key>
+ <string>macron.glif</string>
+ <key>macronacutecomb.cn</key>
+ <string>macronacutecomb.cn.glif</string>
+ <key>macronacutecomb.lc</key>
+ <string>macronacutecomb.lc.glif</string>
+ <key>macroncomb</key>
+ <string>macroncomb.glif</string>
+ <key>macrondieresiscomb.cn</key>
+ <string>macrondieresiscomb.cn.glif</string>
+ <key>macrondieresiscomb.lc</key>
+ <string>macrondieresiscomb.lc.glif</string>
+ <key>macrongravecomb.cn</key>
+ <string>macrongravecomb.cn.glif</string>
+ <key>macrongravecomb.lc</key>
+ <string>macrongravecomb.lc.glif</string>
+ <key>macronsub</key>
+ <string>macronsub.glif</string>
+ <key>macronsubnosp</key>
+ <string>macronsubnosp.glif</string>
+ <key>macute</key>
+ <string>macute.glif</string>
+ <key>manat</key>
+ <string>manat.glif</string>
+ <key>mcapturn</key>
+ <string>mcapturn.glif</string>
+ <key>mdotaccent</key>
+ <string>mdotaccent.glif</string>
+ <key>mdotbelow</key>
+ <string>mdotbelow.glif</string>
+ <key>mhook</key>
+ <string>mhook.glif</string>
+ <key>mill</key>
+ <string>mill.glif</string>
+ <key>minus</key>
+ <string>minus.glif</string>
+ <key>minus.case</key>
+ <string>minus.case.glif</string>
+ <key>minusmod</key>
+ <string>minusmod.glif</string>
+ <key>minussub</key>
+ <string>minussub.glif</string>
+ <key>minussubnosp</key>
+ <string>minussubnosp.glif</string>
+ <key>minussuperior</key>
+ <string>minussuperior.glif</string>
+ <key>minute</key>
+ <string>minute.glif</string>
+ <key>mturn</key>
+ <string>mturn.glif</string>
+ <key>mturndescend</key>
+ <string>mturndescend.glif</string>
+ <key>mu</key>
+ <string>mu.glif</string>
+ <key>mugreek</key>
+ <string>mugreek.glif</string>
+ <key>multiply</key>
+ <string>multiply.glif</string>
+ <key>multiply.case</key>
+ <string>multiply.case.glif</string>
+ <key>n</key>
+ <string>n.glif</string>
+ <key>nacute</key>
+ <string>nacute.glif</string>
+ <key>naira</key>
+ <string>naira.glif</string>
+ <key>napostrophe</key>
+ <string>napostrophe.glif</string>
+ <key>nbspace</key>
+ <string>nbspace.glif</string>
+ <key>ncaron</key>
+ <string>ncaron.glif</string>
+ <key>ncircumflexbelow</key>
+ <string>ncircumflexbelow.glif</string>
+ <key>ncommaaccent</key>
+ <string>ncommaaccent.glif</string>
+ <key>ncurl</key>
+ <string>ncurl.glif</string>
+ <key>ndotaccent</key>
+ <string>ndotaccent.glif</string>
+ <key>ndotbelow</key>
+ <string>ndotbelow.glif</string>
+ <key>nine</key>
+ <string>nine.glif</string>
+ <key>nine.1</key>
+ <string>nine.1.glif</string>
+ <key>nine.frac</key>
+ <string>nine.frac.glif</string>
+ <key>nine.sup</key>
+ <string>nine.sup.glif</string>
+ <key>nine.tnum</key>
+ <string>nine.tnum.glif</string>
+ <key>nine.tnum.1</key>
+ <string>nine.tnum.1.glif</string>
+ <key>nineinferior</key>
+ <string>nineinferior.glif</string>
+ <key>nineroman</key>
+ <string>nineroman.glif</string>
+ <key>ninesuperior</key>
+ <string>ninesuperior.glif</string>
+ <key>nj</key>
+ <string>nj.glif</string>
+ <key>njecyrillic</key>
+ <string>njecyrillic.glif</string>
+ <key>nlegrightlong</key>
+ <string>nlegrightlong.glif</string>
+ <key>nlfthook</key>
+ <string>nlfthook.glif</string>
+ <key>nlinebelow</key>
+ <string>nlinebelow.glif</string>
+ <key>notequal</key>
+ <string>notequal.glif</string>
+ <key>notequal.case</key>
+ <string>notequal.case.glif</string>
+ <key>nrthook</key>
+ <string>nrthook.glif</string>
+ <key>nsuperior</key>
+ <string>nsuperior.glif</string>
+ <key>ntilde</key>
+ <string>ntilde.glif</string>
+ <key>nu</key>
+ <string>nu.glif</string>
+ <key>numbersign</key>
+ <string>numbersign.glif</string>
+ <key>numeralgreek</key>
+ <string>numeralgreek.glif</string>
+ <key>numeralgreeksub</key>
+ <string>numeralgreeksub.glif</string>
+ <key>numero</key>
+ <string>numero.glif</string>
+ <key>o</key>
+ <string>o.glif</string>
+ <key>o_uni02DE</key>
+ <string>o_uni02D_E_.glif</string>
+ <key>oacute</key>
+ <string>oacute.glif</string>
+ <key>obar</key>
+ <string>obar.glif</string>
+ <key>obarredcyrillic</key>
+ <string>obarredcyrillic.glif</string>
+ <key>obarreddieresiscyrillic</key>
+ <string>obarreddieresiscyrillic.glif</string>
+ <key>obreve</key>
+ <string>obreve.glif</string>
+ <key>ocaron</key>
+ <string>ocaron.glif</string>
+ <key>ocircumflex</key>
+ <string>ocircumflex.glif</string>
+ <key>ocircumflexacute</key>
+ <string>ocircumflexacute.glif</string>
+ <key>ocircumflexdotbelow</key>
+ <string>ocircumflexdotbelow.glif</string>
+ <key>ocircumflexgrave</key>
+ <string>ocircumflexgrave.glif</string>
+ <key>ocircumflexhookabove</key>
+ <string>ocircumflexhookabove.glif</string>
+ <key>ocircumflextilde</key>
+ <string>ocircumflextilde.glif</string>
+ <key>ocyrillic</key>
+ <string>ocyrillic.glif</string>
+ <key>odblgrave</key>
+ <string>odblgrave.glif</string>
+ <key>odieresis</key>
+ <string>odieresis.glif</string>
+ <key>odieresiscyrillic</key>
+ <string>odieresiscyrillic.glif</string>
+ <key>odotbelow</key>
+ <string>odotbelow.glif</string>
+ <key>oe</key>
+ <string>oe.glif</string>
+ <key>ogonek</key>
+ <string>ogonek.glif</string>
+ <key>ogoneknosp</key>
+ <string>ogoneknosp.glif</string>
+ <key>ograve</key>
+ <string>ograve.glif</string>
+ <key>ohookabove</key>
+ <string>ohookabove.glif</string>
+ <key>ohorn</key>
+ <string>ohorn.glif</string>
+ <key>ohornacute</key>
+ <string>ohornacute.glif</string>
+ <key>ohorndotbelow</key>
+ <string>ohorndotbelow.glif</string>
+ <key>ohorngrave</key>
+ <string>ohorngrave.glif</string>
+ <key>ohornhookabove</key>
+ <string>ohornhookabove.glif</string>
+ <key>ohorntilde</key>
+ <string>ohorntilde.glif</string>
+ <key>ohungarumlaut</key>
+ <string>ohungarumlaut.glif</string>
+ <key>oi</key>
+ <string>oi.glif</string>
+ <key>oinvertedbreve</key>
+ <string>oinvertedbreve.glif</string>
+ <key>omacron</key>
+ <string>omacron.glif</string>
+ <key>omacronacute</key>
+ <string>omacronacute.glif</string>
+ <key>omacrongrave</key>
+ <string>omacrongrave.glif</string>
+ <key>omega</key>
+ <string>omega.glif</string>
+ <key>omegaclosed</key>
+ <string>omegaclosed.glif</string>
+ <key>omegacyrillic</key>
+ <string>omegacyrillic.glif</string>
+ <key>omegaroundcyrillic</key>
+ <string>omegaroundcyrillic.glif</string>
+ <key>omegatitlocyrillic</key>
+ <string>omegatitlocyrillic.glif</string>
+ <key>omegatonos</key>
+ <string>omegatonos.glif</string>
+ <key>omicron</key>
+ <string>omicron.glif</string>
+ <key>omicrontonos</key>
+ <string>omicrontonos.glif</string>
+ <key>one</key>
+ <string>one.glif</string>
+ <key>one.1</key>
+ <string>one.1.glif</string>
+ <key>one.sup</key>
+ <string>one.sup.glif</string>
+ <key>one.tnum</key>
+ <string>one.tnum.glif</string>
+ <key>one.tnum.1</key>
+ <string>one.tnum.1.glif</string>
+ <key>onedotleader</key>
+ <string>onedotleader.glif</string>
+ <key>oneeighth</key>
+ <string>oneeighth.glif</string>
+ <key>onehalf</key>
+ <string>onehalf.glif</string>
+ <key>oneinferior</key>
+ <string>oneinferior.glif</string>
+ <key>onequarter</key>
+ <string>onequarter.glif</string>
+ <key>oneroman</key>
+ <string>oneroman.glif</string>
+ <key>onesuperior</key>
+ <string>onesuperior.glif</string>
+ <key>onethird</key>
+ <string>onethird.glif</string>
+ <key>oogonek</key>
+ <string>oogonek.glif</string>
+ <key>oogonek.NAV</key>
+ <string>oogonek.N_A_V_.glif</string>
+ <key>oogonekmacron</key>
+ <string>oogonekmacron.glif</string>
+ <key>oopen</key>
+ <string>oopen.glif</string>
+ <key>oopen_uni02DE</key>
+ <string>oopen_uni02D_E_.glif</string>
+ <key>ordfeminine</key>
+ <string>ordfeminine.glif</string>
+ <key>ordmasculine</key>
+ <string>ordmasculine.glif</string>
+ <key>oslash</key>
+ <string>oslash.glif</string>
+ <key>oslashacute</key>
+ <string>oslashacute.glif</string>
+ <key>otcyrillic</key>
+ <string>otcyrillic.glif</string>
+ <key>otilde</key>
+ <string>otilde.glif</string>
+ <key>otildeacute</key>
+ <string>otildeacute.glif</string>
+ <key>otildedieresis</key>
+ <string>otildedieresis.glif</string>
+ <key>ounce</key>
+ <string>ounce.glif</string>
+ <key>overline</key>
+ <string>overline.glif</string>
+ <key>overscoredblnosp</key>
+ <string>overscoredblnosp.glif</string>
+ <key>overscorenosp</key>
+ <string>overscorenosp.glif</string>
+ <key>p</key>
+ <string>p.glif</string>
+ <key>pacute</key>
+ <string>pacute.glif</string>
+ <key>palatalizationcyrilliccmb</key>
+ <string>palatalizationcyrilliccmb.glif</string>
+ <key>palochkacyrillic</key>
+ <string>palochkacyrillic.glif</string>
+ <key>paragraph</key>
+ <string>paragraph.glif</string>
+ <key>parenleft</key>
+ <string>parenleft.glif</string>
+ <key>parenleft.case</key>
+ <string>parenleft.case.glif</string>
+ <key>parenleftinferior</key>
+ <string>parenleftinferior.glif</string>
+ <key>parenleftsuperior</key>
+ <string>parenleftsuperior.glif</string>
+ <key>parenright</key>
+ <string>parenright.glif</string>
+ <key>parenright.case</key>
+ <string>parenright.case.glif</string>
+ <key>parenrightsub</key>
+ <string>parenrightsub.glif</string>
+ <key>parenrightsuperior</key>
+ <string>parenrightsuperior.glif</string>
+ <key>partialdiff</key>
+ <string>partialdiff.glif</string>
+ <key>pdotaccent</key>
+ <string>pdotaccent.glif</string>
+ <key>pecyrillic</key>
+ <string>pecyrillic.glif</string>
+ <key>pemiddlehookcyrillic</key>
+ <string>pemiddlehookcyrillic.glif</string>
+ <key>percent</key>
+ <string>percent.glif</string>
+ <key>period</key>
+ <string>period.glif</string>
+ <key>period.tnum</key>
+ <string>period.tnum.glif</string>
+ <key>periodcentered</key>
+ <string>periodcentered.glif</string>
+ <key>perispomenigreekcmb</key>
+ <string>perispomenigreekcmb.glif</string>
+ <key>pertenthousand</key>
+ <string>pertenthousand.glif</string>
+ <key>perthousand</key>
+ <string>perthousand.glif</string>
+ <key>peseta</key>
+ <string>peseta.glif</string>
+ <key>peso</key>
+ <string>peso.glif</string>
+ <key>phi</key>
+ <string>phi.glif</string>
+ <key>phi1</key>
+ <string>phi1.glif</string>
+ <key>philatin</key>
+ <string>philatin.glif</string>
+ <key>phook</key>
+ <string>phook.glif</string>
+ <key>pi</key>
+ <string>pi.glif</string>
+ <key>pipe</key>
+ <string>pipe.glif</string>
+ <key>pipedbl</key>
+ <string>pipedbl.glif</string>
+ <key>pipedblbar</key>
+ <string>pipedblbar.glif</string>
+ <key>pisymbolgreek</key>
+ <string>pisymbolgreek.glif</string>
+ <key>placeofinterestsign</key>
+ <string>placeofinterestsign.glif</string>
+ <key>plus</key>
+ <string>plus.glif</string>
+ <key>plus.case</key>
+ <string>plus.case.glif</string>
+ <key>plusminus</key>
+ <string>plusminus.glif</string>
+ <key>plusminus.case</key>
+ <string>plusminus.case.glif</string>
+ <key>plusmod</key>
+ <string>plusmod.glif</string>
+ <key>plussub</key>
+ <string>plussub.glif</string>
+ <key>plussubnosp</key>
+ <string>plussubnosp.glif</string>
+ <key>plussuperior</key>
+ <string>plussuperior.glif</string>
+ <key>primemod</key>
+ <string>primemod.glif</string>
+ <key>primerev1</key>
+ <string>primerev1.glif</string>
+ <key>primetripl1</key>
+ <string>primetripl1.glif</string>
+ <key>primetriplerev1</key>
+ <string>primetriplerev1.glif</string>
+ <key>product</key>
+ <string>product.glif</string>
+ <key>psi</key>
+ <string>psi.glif</string>
+ <key>psicyrillic</key>
+ <string>psicyrillic.glif</string>
+ <key>psilipneumatacyrilliccmb</key>
+ <string>psilipneumatacyrilliccmb.glif</string>
+ <key>published</key>
+ <string>published.glif</string>
+ <key>punctuationspace</key>
+ <string>punctuationspace.glif</string>
+ <key>q</key>
+ <string>q.glif</string>
+ <key>qhook</key>
+ <string>qhook.glif</string>
+ <key>qofdagesh</key>
+ <string>qofdagesh.glif</string>
+ <key>qrthook</key>
+ <string>qrthook.glif</string>
+ <key>quarteremspace</key>
+ <string>quarteremspace.glif</string>
+ <key>question</key>
+ <string>question.glif</string>
+ <key>questiondown</key>
+ <string>questiondown.glif</string>
+ <key>questiongreek</key>
+ <string>questiongreek.glif</string>
+ <key>quotedbl</key>
+ <string>quotedbl.glif</string>
+ <key>quotedblbase</key>
+ <string>quotedblbase.glif</string>
+ <key>quotedblleft</key>
+ <string>quotedblleft.glif</string>
+ <key>quotedblreversed</key>
+ <string>quotedblreversed.glif</string>
+ <key>quotedblright</key>
+ <string>quotedblright.glif</string>
+ <key>quoteleft</key>
+ <string>quoteleft.glif</string>
+ <key>quotereversed</key>
+ <string>quotereversed.glif</string>
+ <key>quoteright</key>
+ <string>quoteright.glif</string>
+ <key>quotesinglbase</key>
+ <string>quotesinglbase.glif</string>
+ <key>quotesingle</key>
+ <string>quotesingle.glif</string>
+ <key>r</key>
+ <string>r.glif</string>
+ <key>racute</key>
+ <string>racute.glif</string>
+ <key>radical</key>
+ <string>radical.glif</string>
+ <key>rcaron</key>
+ <string>rcaron.glif</string>
+ <key>rcommaaccent</key>
+ <string>rcommaaccent.glif</string>
+ <key>rdblgrave</key>
+ <string>rdblgrave.glif</string>
+ <key>rdescend</key>
+ <string>rdescend.glif</string>
+ <key>rdotaccent</key>
+ <string>rdotaccent.glif</string>
+ <key>rdotbelow</key>
+ <string>rdotbelow.glif</string>
+ <key>rdotbelowmacron</key>
+ <string>rdotbelowmacron.glif</string>
+ <key>referencemark</key>
+ <string>referencemark.glif</string>
+ <key>registered</key>
+ <string>registered.glif</string>
+ <key>response</key>
+ <string>response.glif</string>
+ <key>reverseddblprime</key>
+ <string>reverseddblprime.glif</string>
+ <key>rfishhook</key>
+ <string>rfishhook.glif</string>
+ <key>rfishhookrev</key>
+ <string>rfishhookrev.glif</string>
+ <key>rho</key>
+ <string>rho.glif</string>
+ <key>rho1</key>
+ <string>rho1.glif</string>
+ <key>rhotichookmod</key>
+ <string>rhotichookmod.glif</string>
+ <key>rightloop.cn</key>
+ <string>rightloop.cn.glif</string>
+ <key>ring</key>
+ <string>ring.glif</string>
+ <key>ringacute.cn</key>
+ <string>ringacute.cn.glif</string>
+ <key>ringhalfleft</key>
+ <string>ringhalfleft.glif</string>
+ <key>ringhalfleftcentered</key>
+ <string>ringhalfleftcentered.glif</string>
+ <key>ringhalfright</key>
+ <string>ringhalfright.glif</string>
+ <key>ringhalfrightcentered</key>
+ <string>ringhalfrightcentered.glif</string>
+ <key>ringlefthalfsubnosp</key>
+ <string>ringlefthalfsubnosp.glif</string>
+ <key>ringnosp</key>
+ <string>ringnosp.glif</string>
+ <key>ringrighthalfsubnosp</key>
+ <string>ringrighthalfsubnosp.glif</string>
+ <key>ringsubnosp</key>
+ <string>ringsubnosp.glif</string>
+ <key>rinvertedbreve</key>
+ <string>rinvertedbreve.glif</string>
+ <key>rlinebelow</key>
+ <string>rlinebelow.glif</string>
+ <key>romaneight</key>
+ <string>romaneight.glif</string>
+ <key>romaneleven</key>
+ <string>romaneleven.glif</string>
+ <key>romanfifty</key>
+ <string>romanfifty.glif</string>
+ <key>romanfive</key>
+ <string>romanfive.glif</string>
+ <key>romanfivehundred</key>
+ <string>romanfivehundred.glif</string>
+ <key>romanfour</key>
+ <string>romanfour.glif</string>
+ <key>romanhundred</key>
+ <string>romanhundred.glif</string>
+ <key>romannine</key>
+ <string>romannine.glif</string>
+ <key>romanone</key>
+ <string>romanone.glif</string>
+ <key>romanseven</key>
+ <string>romanseven.glif</string>
+ <key>romansix</key>
+ <string>romansix.glif</string>
+ <key>romanten</key>
+ <string>romanten.glif</string>
+ <key>romanthousand</key>
+ <string>romanthousand.glif</string>
+ <key>romanthree</key>
+ <string>romanthree.glif</string>
+ <key>romantwelve</key>
+ <string>romantwelve.glif</string>
+ <key>romantwo</key>
+ <string>romantwo.glif</string>
+ <key>rrthook</key>
+ <string>rrthook.glif</string>
+ <key>rsuper</key>
+ <string>rsuper.glif</string>
+ <key>rturn</key>
+ <string>rturn.glif</string>
+ <key>rturnascend</key>
+ <string>rturnascend.glif</string>
+ <key>rturnrthook</key>
+ <string>rturnrthook.glif</string>
+ <key>rturnsuper</key>
+ <string>rturnsuper.glif</string>
+ <key>rupee</key>
+ <string>rupee.glif</string>
+ <key>s</key>
+ <string>s.glif</string>
+ <key>sacute</key>
+ <string>sacute.glif</string>
+ <key>sacutedotaccent</key>
+ <string>sacutedotaccent.glif</string>
+ <key>sampi</key>
+ <string>sampi.glif</string>
+ <key>scaron</key>
+ <string>scaron.glif</string>
+ <key>scarondotaccent</key>
+ <string>scarondotaccent.glif</string>
+ <key>scedilla</key>
+ <string>scedilla.glif</string>
+ <key>schwa</key>
+ <string>schwa.glif</string>
+ <key>schwacyrillic</key>
+ <string>schwacyrillic.glif</string>
+ <key>schwadieresiscyrillic</key>
+ <string>schwadieresiscyrillic.glif</string>
+ <key>schwahook</key>
+ <string>schwahook.glif</string>
+ <key>scircumflex</key>
+ <string>scircumflex.glif</string>
+ <key>scommaaccent</key>
+ <string>scommaaccent.glif</string>
+ <key>sdotaccent</key>
+ <string>sdotaccent.glif</string>
+ <key>sdotbelow</key>
+ <string>sdotbelow.glif</string>
+ <key>sdotbelowdotaccent</key>
+ <string>sdotbelowdotaccent.glif</string>
+ <key>seagullsubnosp</key>
+ <string>seagullsubnosp.glif</string>
+ <key>second</key>
+ <string>second.glif</string>
+ <key>secondtonechinese</key>
+ <string>secondtonechinese.glif</string>
+ <key>section</key>
+ <string>section.glif</string>
+ <key>semicolon</key>
+ <string>semicolon.glif</string>
+ <key>servicemark</key>
+ <string>servicemark.glif</string>
+ <key>seven</key>
+ <string>seven.glif</string>
+ <key>seven.frac</key>
+ <string>seven.frac.glif</string>
+ <key>seven.sup</key>
+ <string>seven.sup.glif</string>
+ <key>seven.tnum</key>
+ <string>seven.tnum.glif</string>
+ <key>seveneighths</key>
+ <string>seveneighths.glif</string>
+ <key>sevenroman</key>
+ <string>sevenroman.glif</string>
+ <key>sevensub</key>
+ <string>sevensub.glif</string>
+ <key>sevensuperior</key>
+ <string>sevensuperior.glif</string>
+ <key>shacyrillic</key>
+ <string>shacyrillic.glif</string>
+ <key>shchacyrillic</key>
+ <string>shchacyrillic.glif</string>
+ <key>shhacyrillic</key>
+ <string>shhacyrillic.glif</string>
+ <key>shindagesh</key>
+ <string>shindagesh.glif</string>
+ <key>sigma</key>
+ <string>sigma.glif</string>
+ <key>sigma1</key>
+ <string>sigma1.glif</string>
+ <key>sigmalunatesymbolgreek</key>
+ <string>sigmalunatesymbolgreek.glif</string>
+ <key>six</key>
+ <string>six.glif</string>
+ <key>six.1</key>
+ <string>six.1.glif</string>
+ <key>six.frac</key>
+ <string>six.frac.glif</string>
+ <key>six.sup</key>
+ <string>six.sup.glif</string>
+ <key>six.tnum</key>
+ <string>six.tnum.glif</string>
+ <key>six.tnum.1</key>
+ <string>six.tnum.1.glif</string>
+ <key>sixinferior</key>
+ <string>sixinferior.glif</string>
+ <key>sixroman</key>
+ <string>sixroman.glif</string>
+ <key>sixsuperior</key>
+ <string>sixsuperior.glif</string>
+ <key>sixthemspace</key>
+ <string>sixthemspace.glif</string>
+ <key>slash</key>
+ <string>slash.glif</string>
+ <key>slashlongnosp</key>
+ <string>slashlongnosp.glif</string>
+ <key>slashshortnosp</key>
+ <string>slashshortnosp.glif</string>
+ <key>slongdotaccent</key>
+ <string>slongdotaccent.glif</string>
+ <key>slongstroke</key>
+ <string>slongstroke.glif</string>
+ <key>softhyphen</key>
+ <string>softhyphen.glif</string>
+ <key>softsigncyrillic</key>
+ <string>softsigncyrillic.glif</string>
+ <key>space</key>
+ <string>space.glif</string>
+ <key>spaceopenbox</key>
+ <string>spaceopenbox.glif</string>
+ <key>squaresubnosp</key>
+ <string>squaresubnosp.glif</string>
+ <key>srthook</key>
+ <string>srthook.glif</string>
+ <key>sterling</key>
+ <string>sterling.glif</string>
+ <key>stigma</key>
+ <string>stigma.glif</string>
+ <key>summation</key>
+ <string>summation.glif</string>
+ <key>t</key>
+ <string>t.glif</string>
+ <key>tackdownsubnosp</key>
+ <string>tackdownsubnosp.glif</string>
+ <key>tackleftsubnosp</key>
+ <string>tackleftsubnosp.glif</string>
+ <key>tackrightsubnosp</key>
+ <string>tackrightsubnosp.glif</string>
+ <key>tackupsubnosp</key>
+ <string>tackupsubnosp.glif</string>
+ <key>tau</key>
+ <string>tau.glif</string>
+ <key>tavdages</key>
+ <string>tavdages.glif</string>
+ <key>tbar</key>
+ <string>tbar.glif</string>
+ <key>tcaron</key>
+ <string>tcaron.glif</string>
+ <key>tccurl</key>
+ <string>tccurl.glif</string>
+ <key>tcircumflexbelow</key>
+ <string>tcircumflexbelow.glif</string>
+ <key>tcommaaccent</key>
+ <string>tcommaaccent.glif</string>
+ <key>tcurl</key>
+ <string>tcurl.glif</string>
+ <key>tdieresis</key>
+ <string>tdieresis.glif</string>
+ <key>tdotaccent</key>
+ <string>tdotaccent.glif</string>
+ <key>tdotbelow</key>
+ <string>tdotbelow.glif</string>
+ <key>tecyrillic</key>
+ <string>tecyrillic.glif</string>
+ <key>tedescendercyrillic</key>
+ <string>tedescendercyrillic.glif</string>
+ <key>tel</key>
+ <string>tel.glif</string>
+ <key>tenge</key>
+ <string>tenge.glif</string>
+ <key>tenroman</key>
+ <string>tenroman.glif</string>
+ <key>tesh</key>
+ <string>tesh.glif</string>
+ <key>tetsecyrillic</key>
+ <string>tetsecyrillic.glif</string>
+ <key>theta</key>
+ <string>theta.glif</string>
+ <key>thetasymbolgreek</key>
+ <string>thetasymbolgreek.glif</string>
+ <key>thinspace</key>
+ <string>thinspace.glif</string>
+ <key>thirdemspace</key>
+ <string>thirdemspace.glif</string>
+ <key>thook</key>
+ <string>thook.glif</string>
+ <key>thorn</key>
+ <string>thorn.glif</string>
+ <key>thousandcyrillic</key>
+ <string>thousandcyrillic.glif</string>
+ <key>three</key>
+ <string>three.glif</string>
+ <key>three.sup</key>
+ <string>three.sup.glif</string>
+ <key>three.tnum</key>
+ <string>three.tnum.glif</string>
+ <key>threeeighths</key>
+ <string>threeeighths.glif</string>
+ <key>threequarters</key>
+ <string>threequarters.glif</string>
+ <key>threeroman</key>
+ <string>threeroman.glif</string>
+ <key>threesub</key>
+ <string>threesub.glif</string>
+ <key>threesuperior</key>
+ <string>threesuperior.glif</string>
+ <key>tilde</key>
+ <string>tilde.glif</string>
+ <key>tildeacutecomb.cn</key>
+ <string>tildeacutecomb.cn.glif</string>
+ <key>tildeacutecomb.lc</key>
+ <string>tildeacutecomb.lc.glif</string>
+ <key>tildecomb</key>
+ <string>tildecomb.glif</string>
+ <key>tildedieresiscomb.cn</key>
+ <string>tildedieresiscomb.cn.glif</string>
+ <key>tildedieresiscomb.lc</key>
+ <string>tildedieresiscomb.lc.glif</string>
+ <key>tildedoublecmb</key>
+ <string>tildedoublecmb.glif</string>
+ <key>tildemacroncomb.cn</key>
+ <string>tildemacroncomb.cn.glif</string>
+ <key>tildemacroncomb.lc</key>
+ <string>tildemacroncomb.lc.glif</string>
+ <key>tildemidnosp</key>
+ <string>tildemidnosp.glif</string>
+ <key>tildesubnosp</key>
+ <string>tildesubnosp.glif</string>
+ <key>tildevertsupnosp</key>
+ <string>tildevertsupnosp.glif</string>
+ <key>titlocyrilliccmb</key>
+ <string>titlocyrilliccmb.glif</string>
+ <key>tlinebelow</key>
+ <string>tlinebelow.glif</string>
+ <key>tonebarextrahighmod.cn</key>
+ <string>tonebarextrahighmod.cn.glif</string>
+ <key>tonebarextralowmod.cn</key>
+ <string>tonebarextralowmod.cn.glif</string>
+ <key>tonebarhighmod.cn</key>
+ <string>tonebarhighmod.cn.glif</string>
+ <key>tonebarlowmod.cn</key>
+ <string>tonebarlowmod.cn.glif</string>
+ <key>tonebarmidmod.cn</key>
+ <string>tonebarmidmod.cn.glif</string>
+ <key>tonefive</key>
+ <string>tonefive.glif</string>
+ <key>tonesix</key>
+ <string>tonesix.glif</string>
+ <key>tonetwo</key>
+ <string>tonetwo.glif</string>
+ <key>tonos</key>
+ <string>tonos.glif</string>
+ <key>tpalatalhook</key>
+ <string>tpalatalhook.glif</string>
+ <key>trademark</key>
+ <string>trademark.glif</string>
+ <key>triagdn</key>
+ <string>triagdn.glif</string>
+ <key>triagrt</key>
+ <string>triagrt.glif</string>
+ <key>triagup</key>
+ <string>triagup.glif</string>
+ <key>trianglebullet</key>
+ <string>trianglebullet.glif</string>
+ <key>trthook</key>
+ <string>trthook.glif</string>
+ <key>ts</key>
+ <string>ts.glif</string>
+ <key>tsecyrillic</key>
+ <string>tsecyrillic.glif</string>
+ <key>tshecyrillic</key>
+ <string>tshecyrillic.glif</string>
+ <key>tturn</key>
+ <string>tturn.glif</string>
+ <key>tugrik</key>
+ <string>tugrik.glif</string>
+ <key>twelveroman</key>
+ <string>twelveroman.glif</string>
+ <key>two</key>
+ <string>two.glif</string>
+ <key>two.sup</key>
+ <string>two.sup.glif</string>
+ <key>two.tnum</key>
+ <string>two.tnum.glif</string>
+ <key>twodotleader</key>
+ <string>twodotleader.glif</string>
+ <key>tworoman</key>
+ <string>tworoman.glif</string>
+ <key>twostroke</key>
+ <string>twostroke.glif</string>
+ <key>twosub</key>
+ <string>twosub.glif</string>
+ <key>twosuperior</key>
+ <string>twosuperior.glif</string>
+ <key>twothirds</key>
+ <string>twothirds.glif</string>
+ <key>u</key>
+ <string>u.glif</string>
+ <key>uacute</key>
+ <string>uacute.glif</string>
+ <key>ubar</key>
+ <string>ubar.glif</string>
+ <key>ubreve</key>
+ <string>ubreve.glif</string>
+ <key>ucaron</key>
+ <string>ucaron.glif</string>
+ <key>ucircumflex</key>
+ <string>ucircumflex.glif</string>
+ <key>ucircumflexbelow</key>
+ <string>ucircumflexbelow.glif</string>
+ <key>ucyrillic</key>
+ <string>ucyrillic.glif</string>
+ <key>udblgrave</key>
+ <string>udblgrave.glif</string>
+ <key>udieresis</key>
+ <string>udieresis.glif</string>
+ <key>udieresisacute</key>
+ <string>udieresisacute.glif</string>
+ <key>udieresisbelow</key>
+ <string>udieresisbelow.glif</string>
+ <key>udieresiscaron</key>
+ <string>udieresiscaron.glif</string>
+ <key>udieresiscyrillic</key>
+ <string>udieresiscyrillic.glif</string>
+ <key>udieresisgrave</key>
+ <string>udieresisgrave.glif</string>
+ <key>udieresismacron</key>
+ <string>udieresismacron.glif</string>
+ <key>udotbelow</key>
+ <string>udotbelow.glif</string>
+ <key>ugrave</key>
+ <string>ugrave.glif</string>
+ <key>uhookabove</key>
+ <string>uhookabove.glif</string>
+ <key>uhorn</key>
+ <string>uhorn.glif</string>
+ <key>uhornacute</key>
+ <string>uhornacute.glif</string>
+ <key>uhorndotbelow</key>
+ <string>uhorndotbelow.glif</string>
+ <key>uhorngrave</key>
+ <string>uhorngrave.glif</string>
+ <key>uhornhookabove</key>
+ <string>uhornhookabove.glif</string>
+ <key>uhorntilde</key>
+ <string>uhorntilde.glif</string>
+ <key>uhungarumlaut</key>
+ <string>uhungarumlaut.glif</string>
+ <key>uhungarumlautcyrillic</key>
+ <string>uhungarumlautcyrillic.glif</string>
+ <key>uinvertedbreve</key>
+ <string>uinvertedbreve.glif</string>
+ <key>ukcyrillic</key>
+ <string>ukcyrillic.glif</string>
+ <key>umacron</key>
+ <string>umacron.glif</string>
+ <key>umacroncyrillic</key>
+ <string>umacroncyrillic.glif</string>
+ <key>umacrondieresis</key>
+ <string>umacrondieresis.glif</string>
+ <key>underscore</key>
+ <string>underscore.glif</string>
+ <key>underscoredbl</key>
+ <string>underscoredbl.glif</string>
+ <key>underscoredblnosp</key>
+ <string>underscoredblnosp.glif</string>
+ <key>underscorenosp</key>
+ <string>underscorenosp.glif</string>
+ <key>undertie</key>
+ <string>undertie.glif</string>
+ <key>uni0069.ccmp</key>
+ <string>uni0069.ccmp.glif</string>
+ <key>uni006A.ccmp</key>
+ <string>uni006A_.ccmp.glif</string>
+ <key>uni012F.ccmp</key>
+ <string>uni012F_.ccmp.glif</string>
+ <key>uni01F6</key>
+ <string>uni01F_6.glif</string>
+ <key>uni01F7</key>
+ <string>uni01F_7.glif</string>
+ <key>uni01F8</key>
+ <string>uni01F_8.glif</string>
+ <key>uni01F9</key>
+ <string>uni01F_9.glif</string>
+ <key>uni021A</key>
+ <string>uni021A_.glif</string>
+ <key>uni021B</key>
+ <string>uni021B_.glif</string>
+ <key>uni021C</key>
+ <string>uni021C_.glif</string>
+ <key>uni021D</key>
+ <string>uni021D_.glif</string>
+ <key>uni021E</key>
+ <string>uni021E_.glif</string>
+ <key>uni021F</key>
+ <string>uni021F_.glif</string>
+ <key>uni0220</key>
+ <string>uni0220.glif</string>
+ <key>uni0221</key>
+ <string>uni0221.glif</string>
+ <key>uni0222</key>
+ <string>uni0222.glif</string>
+ <key>uni0223</key>
+ <string>uni0223.glif</string>
+ <key>uni0224</key>
+ <string>uni0224.glif</string>
+ <key>uni0226</key>
+ <string>uni0226.glif</string>
+ <key>uni0227</key>
+ <string>uni0227.glif</string>
+ <key>uni0228</key>
+ <string>uni0228.glif</string>
+ <key>uni0229</key>
+ <string>uni0229.glif</string>
+ <key>uni022A</key>
+ <string>uni022A_.glif</string>
+ <key>uni022B</key>
+ <string>uni022B_.glif</string>
+ <key>uni022C</key>
+ <string>uni022C_.glif</string>
+ <key>uni022D</key>
+ <string>uni022D_.glif</string>
+ <key>uni022E</key>
+ <string>uni022E_.glif</string>
+ <key>uni022F</key>
+ <string>uni022F_.glif</string>
+ <key>uni0230</key>
+ <string>uni0230.glif</string>
+ <key>uni0231</key>
+ <string>uni0231.glif</string>
+ <key>uni0232</key>
+ <string>uni0232.glif</string>
+ <key>uni0233</key>
+ <string>uni0233.glif</string>
+ <key>uni0238</key>
+ <string>uni0238.glif</string>
+ <key>uni0239</key>
+ <string>uni0239.glif</string>
+ <key>uni023A</key>
+ <string>uni023A_.glif</string>
+ <key>uni023B</key>
+ <string>uni023B_.glif</string>
+ <key>uni023C</key>
+ <string>uni023C_.glif</string>
+ <key>uni023E</key>
+ <string>uni023E_.glif</string>
+ <key>uni023F</key>
+ <string>uni023F_.glif</string>
+ <key>uni0240</key>
+ <string>uni0240.glif</string>
+ <key>uni0241</key>
+ <string>uni0241.glif</string>
+ <key>uni0242</key>
+ <string>uni0242.glif</string>
+ <key>uni0243</key>
+ <string>uni0243.glif</string>
+ <key>uni0244</key>
+ <string>uni0244.glif</string>
+ <key>uni0245</key>
+ <string>uni0245.glif</string>
+ <key>uni0246</key>
+ <string>uni0246.glif</string>
+ <key>uni0247</key>
+ <string>uni0247.glif</string>
+ <key>uni0248</key>
+ <string>uni0248.glif</string>
+ <key>uni0249</key>
+ <string>uni0249.glif</string>
+ <key>uni0249.ccmp</key>
+ <string>uni0249.ccmp.glif</string>
+ <key>uni024C</key>
+ <string>uni024C_.glif</string>
+ <key>uni024D</key>
+ <string>uni024D_.glif</string>
+ <key>uni024E</key>
+ <string>uni024E_.glif</string>
+ <key>uni024F</key>
+ <string>uni024F_.glif</string>
+ <key>uni0268.ccmp</key>
+ <string>uni0268.ccmp.glif</string>
+ <key>uni0299</key>
+ <string>uni0299.glif</string>
+ <key>uni029C</key>
+ <string>uni029C_.glif</string>
+ <key>uni029D.ccmp</key>
+ <string>uni029D_.ccmp.glif</string>
+ <key>uni02AB</key>
+ <string>uni02A_B_.glif</string>
+ <key>uni02AC</key>
+ <string>uni02A_C_.glif</string>
+ <key>uni02B2.ccmp</key>
+ <string>uni02B_2.ccmp.glif</string>
+ <key>uni02EA</key>
+ <string>uni02E_A_.glif</string>
+ <key>uni02EB</key>
+ <string>uni02E_B_.glif</string>
+ <key>uni02EC</key>
+ <string>uni02E_C_.glif</string>
+ <key>uni02ED</key>
+ <string>uni02E_D_.glif</string>
+ <key>uni02EF</key>
+ <string>uni02E_F_.glif</string>
+ <key>uni02F0</key>
+ <string>uni02F_0.glif</string>
+ <key>uni02F1</key>
+ <string>uni02F_1.glif</string>
+ <key>uni02F2</key>
+ <string>uni02F_2.glif</string>
+ <key>uni02F3</key>
+ <string>uni02F_3.glif</string>
+ <key>uni02F4</key>
+ <string>uni02F_4.glif</string>
+ <key>uni02F5</key>
+ <string>uni02F_5.glif</string>
+ <key>uni02F6</key>
+ <string>uni02F_6.glif</string>
+ <key>uni02F7</key>
+ <string>uni02F_7.glif</string>
+ <key>uni02F8</key>
+ <string>uni02F_8.glif</string>
+ <key>uni02F9</key>
+ <string>uni02F_9.glif</string>
+ <key>uni02FA</key>
+ <string>uni02F_A_.glif</string>
+ <key>uni02FB</key>
+ <string>uni02F_B_.glif</string>
+ <key>uni02FC</key>
+ <string>uni02F_C_.glif</string>
+ <key>uni02FD</key>
+ <string>uni02F_D_.glif</string>
+ <key>uni02FE</key>
+ <string>uni02F_E_.glif</string>
+ <key>uni02FF</key>
+ <string>uni02F_F_.glif</string>
+ <key>uni0346</key>
+ <string>uni0346.glif</string>
+ <key>uni0347</key>
+ <string>uni0347.glif</string>
+ <key>uni0348</key>
+ <string>uni0348.glif</string>
+ <key>uni0349</key>
+ <string>uni0349.glif</string>
+ <key>uni034A</key>
+ <string>uni034A_.glif</string>
+ <key>uni034B</key>
+ <string>uni034B_.glif</string>
+ <key>uni034C</key>
+ <string>uni034C_.glif</string>
+ <key>uni034D</key>
+ <string>uni034D_.glif</string>
+ <key>uni034E</key>
+ <string>uni034E_.glif</string>
+ <key>uni034F</key>
+ <string>uni034F_.glif</string>
+ <key>uni0350</key>
+ <string>uni0350.glif</string>
+ <key>uni0351</key>
+ <string>uni0351.glif</string>
+ <key>uni0352</key>
+ <string>uni0352.glif</string>
+ <key>uni0353</key>
+ <string>uni0353.glif</string>
+ <key>uni0354</key>
+ <string>uni0354.glif</string>
+ <key>uni0355</key>
+ <string>uni0355.glif</string>
+ <key>uni0356</key>
+ <string>uni0356.glif</string>
+ <key>uni0357</key>
+ <string>uni0357.glif</string>
+ <key>uni0358</key>
+ <string>uni0358.glif</string>
+ <key>uni0359</key>
+ <string>uni0359.glif</string>
+ <key>uni035A</key>
+ <string>uni035A_.glif</string>
+ <key>uni035B</key>
+ <string>uni035B_.glif</string>
+ <key>uni035C</key>
+ <string>uni035C_.glif</string>
+ <key>uni035D</key>
+ <string>uni035D_.glif</string>
+ <key>uni035E</key>
+ <string>uni035E_.glif</string>
+ <key>uni035F</key>
+ <string>uni035F_.glif</string>
+ <key>uni0362</key>
+ <string>uni0362.glif</string>
+ <key>uni0363</key>
+ <string>uni0363.glif</string>
+ <key>uni0364</key>
+ <string>uni0364.glif</string>
+ <key>uni0365</key>
+ <string>uni0365.glif</string>
+ <key>uni0366</key>
+ <string>uni0366.glif</string>
+ <key>uni0367</key>
+ <string>uni0367.glif</string>
+ <key>uni0368</key>
+ <string>uni0368.glif</string>
+ <key>uni0369</key>
+ <string>uni0369.glif</string>
+ <key>uni036A</key>
+ <string>uni036A_.glif</string>
+ <key>uni036B</key>
+ <string>uni036B_.glif</string>
+ <key>uni036C</key>
+ <string>uni036C_.glif</string>
+ <key>uni036D</key>
+ <string>uni036D_.glif</string>
+ <key>uni036E</key>
+ <string>uni036E_.glif</string>
+ <key>uni036F</key>
+ <string>uni036F_.glif</string>
+ <key>uni0370</key>
+ <string>uni0370.glif</string>
+ <key>uni0371</key>
+ <string>uni0371.glif</string>
+ <key>uni0372</key>
+ <string>uni0372.glif</string>
+ <key>uni0373</key>
+ <string>uni0373.glif</string>
+ <key>uni0376</key>
+ <string>uni0376.glif</string>
+ <key>uni0377</key>
+ <string>uni0377.glif</string>
+ <key>uni037B</key>
+ <string>uni037B_.glif</string>
+ <key>uni037C</key>
+ <string>uni037C_.glif</string>
+ <key>uni037D</key>
+ <string>uni037D_.glif</string>
+ <key>uni037F</key>
+ <string>uni037F_.glif</string>
+ <key>uni03CF</key>
+ <string>uni03C_F_.glif</string>
+ <key>uni03D7</key>
+ <string>uni03D_7.glif</string>
+ <key>uni03D8</key>
+ <string>uni03D_8.glif</string>
+ <key>uni03D9</key>
+ <string>uni03D_9.glif</string>
+ <key>uni03F3.ccmp</key>
+ <string>uni03F_3.ccmp.glif</string>
+ <key>uni03F4</key>
+ <string>uni03F_4.glif</string>
+ <key>uni03F5</key>
+ <string>uni03F_5.glif</string>
+ <key>uni03F6</key>
+ <string>uni03F_6.glif</string>
+ <key>uni03F7</key>
+ <string>uni03F_7.glif</string>
+ <key>uni03F8</key>
+ <string>uni03F_8.glif</string>
+ <key>uni03F9</key>
+ <string>uni03F_9.glif</string>
+ <key>uni03FA</key>
+ <string>uni03F_A_.glif</string>
+ <key>uni03FB</key>
+ <string>uni03F_B_.glif</string>
+ <key>uni03FC</key>
+ <string>uni03F_C_.glif</string>
+ <key>uni03FD</key>
+ <string>uni03F_D_.glif</string>
+ <key>uni03FE</key>
+ <string>uni03F_E_.glif</string>
+ <key>uni03FF</key>
+ <string>uni03F_F_.glif</string>
+ <key>uni0400</key>
+ <string>uni0400.glif</string>
+ <key>uni040D</key>
+ <string>uni040D_.glif</string>
+ <key>uni0450</key>
+ <string>uni0450.glif</string>
+ <key>uni0456.ccmp</key>
+ <string>uni0456.ccmp.glif</string>
+ <key>uni0458.ccmp</key>
+ <string>uni0458.ccmp.glif</string>
+ <key>uni045D</key>
+ <string>uni045D_.glif</string>
+ <key>uni0487</key>
+ <string>uni0487.glif</string>
+ <key>uni0488</key>
+ <string>uni0488.glif</string>
+ <key>uni0489</key>
+ <string>uni0489.glif</string>
+ <key>uni048A</key>
+ <string>uni048A_.glif</string>
+ <key>uni048B</key>
+ <string>uni048B_.glif</string>
+ <key>uni048C</key>
+ <string>uni048C_.glif</string>
+ <key>uni048D</key>
+ <string>uni048D_.glif</string>
+ <key>uni048E</key>
+ <string>uni048E_.glif</string>
+ <key>uni048F</key>
+ <string>uni048F_.glif</string>
+ <key>uni04C5</key>
+ <string>uni04C_5.glif</string>
+ <key>uni04C6</key>
+ <string>uni04C_6.glif</string>
+ <key>uni04C9</key>
+ <string>uni04C_9.glif</string>
+ <key>uni04CA</key>
+ <string>uni04C_A_.glif</string>
+ <key>uni04CD</key>
+ <string>uni04C_D_.glif</string>
+ <key>uni04CE</key>
+ <string>uni04C_E_.glif</string>
+ <key>uni04CF</key>
+ <string>uni04C_F_.glif</string>
+ <key>uni04EC</key>
+ <string>uni04E_C_.glif</string>
+ <key>uni04ED</key>
+ <string>uni04E_D_.glif</string>
+ <key>uni04F6</key>
+ <string>uni04F_6.glif</string>
+ <key>uni04F7</key>
+ <string>uni04F_7.glif</string>
+ <key>uni04FA</key>
+ <string>uni04F_A_.glif</string>
+ <key>uni04FB</key>
+ <string>uni04F_B_.glif</string>
+ <key>uni04FC</key>
+ <string>uni04F_C_.glif</string>
+ <key>uni04FD</key>
+ <string>uni04F_D_.glif</string>
+ <key>uni04FE</key>
+ <string>uni04F_E_.glif</string>
+ <key>uni04FF</key>
+ <string>uni04F_F_.glif</string>
+ <key>uni052F</key>
+ <string>uni052F_.glif</string>
+ <key>uni1DBF</key>
+ <string>uni1D_B_F_.glif</string>
+ <key>uni1DC0</key>
+ <string>uni1D_C_0.glif</string>
+ <key>uni1DC1</key>
+ <string>uni1D_C_1.glif</string>
+ <key>uni1DC2</key>
+ <string>uni1D_C_2.glif</string>
+ <key>uni1DC3</key>
+ <string>uni1D_C_3.glif</string>
+ <key>uni1DC4</key>
+ <string>uni1D_C_4.glif</string>
+ <key>uni1DC5</key>
+ <string>uni1D_C_5.glif</string>
+ <key>uni1DC6</key>
+ <string>uni1D_C_6.glif</string>
+ <key>uni1DC7</key>
+ <string>uni1D_C_7.glif</string>
+ <key>uni1DC8</key>
+ <string>uni1D_C_8.glif</string>
+ <key>uni1DC9</key>
+ <string>uni1D_C_9.glif</string>
+ <key>uni1DCA</key>
+ <string>uni1D_C_A_.glif</string>
+ <key>uni1DCB</key>
+ <string>uni1D_C_B_.glif</string>
+ <key>uni1DCC</key>
+ <string>uni1D_C_C_.glif</string>
+ <key>uni1DCD</key>
+ <string>uni1D_C_D_.glif</string>
+ <key>uni1DCE</key>
+ <string>uni1D_C_E_.glif</string>
+ <key>uni1DCF</key>
+ <string>uni1D_C_F_.glif</string>
+ <key>uni1DD0</key>
+ <string>uni1D_D_0.glif</string>
+ <key>uni1DD1</key>
+ <string>uni1D_D_1.glif</string>
+ <key>uni1DD2</key>
+ <string>uni1D_D_2.glif</string>
+ <key>uni1DD3</key>
+ <string>uni1D_D_3.glif</string>
+ <key>uni1DD4</key>
+ <string>uni1D_D_4.glif</string>
+ <key>uni1DD5</key>
+ <string>uni1D_D_5.glif</string>
+ <key>uni1DD6</key>
+ <string>uni1D_D_6.glif</string>
+ <key>uni1DD7</key>
+ <string>uni1D_D_7.glif</string>
+ <key>uni1DD8</key>
+ <string>uni1D_D_8.glif</string>
+ <key>uni1DD9</key>
+ <string>uni1D_D_9.glif</string>
+ <key>uni1DDA</key>
+ <string>uni1D_D_A_.glif</string>
+ <key>uni1DDB</key>
+ <string>uni1D_D_B_.glif</string>
+ <key>uni1DDC</key>
+ <string>uni1D_D_C_.glif</string>
+ <key>uni1DDD</key>
+ <string>uni1D_D_D_.glif</string>
+ <key>uni1DDE</key>
+ <string>uni1D_D_E_.glif</string>
+ <key>uni1DDF</key>
+ <string>uni1D_D_F_.glif</string>
+ <key>uni1DE0</key>
+ <string>uni1D_E_0.glif</string>
+ <key>uni1DE1</key>
+ <string>uni1D_E_1.glif</string>
+ <key>uni1DE2</key>
+ <string>uni1D_E_2.glif</string>
+ <key>uni1DE3</key>
+ <string>uni1D_E_3.glif</string>
+ <key>uni1DE4</key>
+ <string>uni1D_E_4.glif</string>
+ <key>uni1DE5</key>
+ <string>uni1D_E_5.glif</string>
+ <key>uni1DE6</key>
+ <string>uni1D_E_6.glif</string>
+ <key>uni1DE7</key>
+ <string>uni1D_E_7.glif</string>
+ <key>uni1DE8</key>
+ <string>uni1D_E_8.glif</string>
+ <key>uni1DE9</key>
+ <string>uni1D_E_9.glif</string>
+ <key>uni1DEA</key>
+ <string>uni1D_E_A_.glif</string>
+ <key>uni1DEB</key>
+ <string>uni1D_E_B_.glif</string>
+ <key>uni1DEC</key>
+ <string>uni1D_E_C_.glif</string>
+ <key>uni1DED</key>
+ <string>uni1D_E_D_.glif</string>
+ <key>uni1DEE</key>
+ <string>uni1D_E_E_.glif</string>
+ <key>uni1DEF</key>
+ <string>uni1D_E_F_.glif</string>
+ <key>uni1DF0</key>
+ <string>uni1D_F_0.glif</string>
+ <key>uni1DF1</key>
+ <string>uni1D_F_1.glif</string>
+ <key>uni1DF2</key>
+ <string>uni1D_F_2.glif</string>
+ <key>uni1DF3</key>
+ <string>uni1D_F_3.glif</string>
+ <key>uni1DF4</key>
+ <string>uni1D_F_4.glif</string>
+ <key>uni1DF5</key>
+ <string>uni1D_F_5.glif</string>
+ <key>uni1DFC</key>
+ <string>uni1D_F_C_.glif</string>
+ <key>uni1DFD</key>
+ <string>uni1D_F_D_.glif</string>
+ <key>uni1DFE</key>
+ <string>uni1D_F_E_.glif</string>
+ <key>uni1DFF</key>
+ <string>uni1D_F_F_.glif</string>
+ <key>uni1E2D.ccmp</key>
+ <string>uni1E_2D_.ccmp.glif</string>
+ <key>uni1E9D</key>
+ <string>uni1E_9D_.glif</string>
+ <key>uni1E9F</key>
+ <string>uni1E_9F_.glif</string>
+ <key>uni1ECB.ccmp</key>
+ <string>uni1E_C_B_.ccmp.glif</string>
+ <key>uni1EFA</key>
+ <string>uni1E_F_A_.glif</string>
+ <key>uni1EFB</key>
+ <string>uni1E_F_B_.glif</string>
+ <key>uni1EFC</key>
+ <string>uni1E_F_C_.glif</string>
+ <key>uni1EFD</key>
+ <string>uni1E_F_D_.glif</string>
+ <key>uni1EFE</key>
+ <string>uni1E_F_E_.glif</string>
+ <key>uni1EFF</key>
+ <string>uni1E_F_F_.glif</string>
+ <key>uni1F00</key>
+ <string>uni1F_00.glif</string>
+ <key>uni1F01</key>
+ <string>uni1F_01.glif</string>
+ <key>uni1F02</key>
+ <string>uni1F_02.glif</string>
+ <key>uni1F03</key>
+ <string>uni1F_03.glif</string>
+ <key>uni1F04</key>
+ <string>uni1F_04.glif</string>
+ <key>uni1F05</key>
+ <string>uni1F_05.glif</string>
+ <key>uni1F06</key>
+ <string>uni1F_06.glif</string>
+ <key>uni1F07</key>
+ <string>uni1F_07.glif</string>
+ <key>uni1F08</key>
+ <string>uni1F_08.glif</string>
+ <key>uni1F09</key>
+ <string>uni1F_09.glif</string>
+ <key>uni1F0A</key>
+ <string>uni1F_0A_.glif</string>
+ <key>uni1F0B</key>
+ <string>uni1F_0B_.glif</string>
+ <key>uni1F0C</key>
+ <string>uni1F_0C_.glif</string>
+ <key>uni1F0D</key>
+ <string>uni1F_0D_.glif</string>
+ <key>uni1F0E</key>
+ <string>uni1F_0E_.glif</string>
+ <key>uni1F0F</key>
+ <string>uni1F_0F_.glif</string>
+ <key>uni1F10</key>
+ <string>uni1F_10.glif</string>
+ <key>uni1F11</key>
+ <string>uni1F_11.glif</string>
+ <key>uni1F12</key>
+ <string>uni1F_12.glif</string>
+ <key>uni1F13</key>
+ <string>uni1F_13.glif</string>
+ <key>uni1F14</key>
+ <string>uni1F_14.glif</string>
+ <key>uni1F15</key>
+ <string>uni1F_15.glif</string>
+ <key>uni1F16A</key>
+ <string>uni1F_16A_.glif</string>
+ <key>uni1F16B</key>
+ <string>uni1F_16B_.glif</string>
+ <key>uni1F18</key>
+ <string>uni1F_18.glif</string>
+ <key>uni1F19</key>
+ <string>uni1F_19.glif</string>
+ <key>uni1F1A</key>
+ <string>uni1F_1A_.glif</string>
+ <key>uni1F1B</key>
+ <string>uni1F_1B_.glif</string>
+ <key>uni1F1C</key>
+ <string>uni1F_1C_.glif</string>
+ <key>uni1F1D</key>
+ <string>uni1F_1D_.glif</string>
+ <key>uni1F20</key>
+ <string>uni1F_20.glif</string>
+ <key>uni1F21</key>
+ <string>uni1F_21.glif</string>
+ <key>uni1F22</key>
+ <string>uni1F_22.glif</string>
+ <key>uni1F23</key>
+ <string>uni1F_23.glif</string>
+ <key>uni1F24</key>
+ <string>uni1F_24.glif</string>
+ <key>uni1F25</key>
+ <string>uni1F_25.glif</string>
+ <key>uni1F26</key>
+ <string>uni1F_26.glif</string>
+ <key>uni1F27</key>
+ <string>uni1F_27.glif</string>
+ <key>uni1F28</key>
+ <string>uni1F_28.glif</string>
+ <key>uni1F29</key>
+ <string>uni1F_29.glif</string>
+ <key>uni1F2A</key>
+ <string>uni1F_2A_.glif</string>
+ <key>uni1F2B</key>
+ <string>uni1F_2B_.glif</string>
+ <key>uni1F2C</key>
+ <string>uni1F_2C_.glif</string>
+ <key>uni1F2D</key>
+ <string>uni1F_2D_.glif</string>
+ <key>uni1F2E</key>
+ <string>uni1F_2E_.glif</string>
+ <key>uni1F2F</key>
+ <string>uni1F_2F_.glif</string>
+ <key>uni1F30</key>
+ <string>uni1F_30.glif</string>
+ <key>uni1F31</key>
+ <string>uni1F_31.glif</string>
+ <key>uni1F32</key>
+ <string>uni1F_32.glif</string>
+ <key>uni1F33</key>
+ <string>uni1F_33.glif</string>
+ <key>uni1F34</key>
+ <string>uni1F_34.glif</string>
+ <key>uni1F35</key>
+ <string>uni1F_35.glif</string>
+ <key>uni1F36</key>
+ <string>uni1F_36.glif</string>
+ <key>uni1F37</key>
+ <string>uni1F_37.glif</string>
+ <key>uni1F38</key>
+ <string>uni1F_38.glif</string>
+ <key>uni1F39</key>
+ <string>uni1F_39.glif</string>
+ <key>uni1F3A</key>
+ <string>uni1F_3A_.glif</string>
+ <key>uni1F3B</key>
+ <string>uni1F_3B_.glif</string>
+ <key>uni1F3C</key>
+ <string>uni1F_3C_.glif</string>
+ <key>uni1F3D</key>
+ <string>uni1F_3D_.glif</string>
+ <key>uni1F3E</key>
+ <string>uni1F_3E_.glif</string>
+ <key>uni1F3F</key>
+ <string>uni1F_3F_.glif</string>
+ <key>uni1F40</key>
+ <string>uni1F_40.glif</string>
+ <key>uni1F41</key>
+ <string>uni1F_41.glif</string>
+ <key>uni1F42</key>
+ <string>uni1F_42.glif</string>
+ <key>uni1F43</key>
+ <string>uni1F_43.glif</string>
+ <key>uni1F44</key>
+ <string>uni1F_44.glif</string>
+ <key>uni1F45</key>
+ <string>uni1F_45.glif</string>
+ <key>uni1F48</key>
+ <string>uni1F_48.glif</string>
+ <key>uni1F49</key>
+ <string>uni1F_49.glif</string>
+ <key>uni1F4A</key>
+ <string>uni1F_4A_.glif</string>
+ <key>uni1F4B</key>
+ <string>uni1F_4B_.glif</string>
+ <key>uni1F4C</key>
+ <string>uni1F_4C_.glif</string>
+ <key>uni1F4D</key>
+ <string>uni1F_4D_.glif</string>
+ <key>uni1F50</key>
+ <string>uni1F_50.glif</string>
+ <key>uni1F51</key>
+ <string>uni1F_51.glif</string>
+ <key>uni1F52</key>
+ <string>uni1F_52.glif</string>
+ <key>uni1F53</key>
+ <string>uni1F_53.glif</string>
+ <key>uni1F54</key>
+ <string>uni1F_54.glif</string>
+ <key>uni1F55</key>
+ <string>uni1F_55.glif</string>
+ <key>uni1F56</key>
+ <string>uni1F_56.glif</string>
+ <key>uni1F57</key>
+ <string>uni1F_57.glif</string>
+ <key>uni1F59</key>
+ <string>uni1F_59.glif</string>
+ <key>uni1F5B</key>
+ <string>uni1F_5B_.glif</string>
+ <key>uni1F5D</key>
+ <string>uni1F_5D_.glif</string>
+ <key>uni1F5F</key>
+ <string>uni1F_5F_.glif</string>
+ <key>uni1F60</key>
+ <string>uni1F_60.glif</string>
+ <key>uni1F61</key>
+ <string>uni1F_61.glif</string>
+ <key>uni1F62</key>
+ <string>uni1F_62.glif</string>
+ <key>uni1F63</key>
+ <string>uni1F_63.glif</string>
+ <key>uni1F64</key>
+ <string>uni1F_64.glif</string>
+ <key>uni1F65</key>
+ <string>uni1F_65.glif</string>
+ <key>uni1F66</key>
+ <string>uni1F_66.glif</string>
+ <key>uni1F67</key>
+ <string>uni1F_67.glif</string>
+ <key>uni1F68</key>
+ <string>uni1F_68.glif</string>
+ <key>uni1F69</key>
+ <string>uni1F_69.glif</string>
+ <key>uni1F6A</key>
+ <string>uni1F_6A_.glif</string>
+ <key>uni1F6B</key>
+ <string>uni1F_6B_.glif</string>
+ <key>uni1F6C</key>
+ <string>uni1F_6C_.glif</string>
+ <key>uni1F6D</key>
+ <string>uni1F_6D_.glif</string>
+ <key>uni1F6E</key>
+ <string>uni1F_6E_.glif</string>
+ <key>uni1F6F</key>
+ <string>uni1F_6F_.glif</string>
+ <key>uni1F70</key>
+ <string>uni1F_70.glif</string>
+ <key>uni1F71</key>
+ <string>uni1F_71.glif</string>
+ <key>uni1F72</key>
+ <string>uni1F_72.glif</string>
+ <key>uni1F73</key>
+ <string>uni1F_73.glif</string>
+ <key>uni1F74</key>
+ <string>uni1F_74.glif</string>
+ <key>uni1F75</key>
+ <string>uni1F_75.glif</string>
+ <key>uni1F76</key>
+ <string>uni1F_76.glif</string>
+ <key>uni1F77</key>
+ <string>uni1F_77.glif</string>
+ <key>uni1F78</key>
+ <string>uni1F_78.glif</string>
+ <key>uni1F79</key>
+ <string>uni1F_79.glif</string>
+ <key>uni1F7A</key>
+ <string>uni1F_7A_.glif</string>
+ <key>uni1F7B</key>
+ <string>uni1F_7B_.glif</string>
+ <key>uni1F7C</key>
+ <string>uni1F_7C_.glif</string>
+ <key>uni1F7D</key>
+ <string>uni1F_7D_.glif</string>
+ <key>uni1F80</key>
+ <string>uni1F_80.glif</string>
+ <key>uni1F81</key>
+ <string>uni1F_81.glif</string>
+ <key>uni1F82</key>
+ <string>uni1F_82.glif</string>
+ <key>uni1F83</key>
+ <string>uni1F_83.glif</string>
+ <key>uni1F84</key>
+ <string>uni1F_84.glif</string>
+ <key>uni1F85</key>
+ <string>uni1F_85.glif</string>
+ <key>uni1F86</key>
+ <string>uni1F_86.glif</string>
+ <key>uni1F87</key>
+ <string>uni1F_87.glif</string>
+ <key>uni1F88</key>
+ <string>uni1F_88.glif</string>
+ <key>uni1F89</key>
+ <string>uni1F_89.glif</string>
+ <key>uni1F8A</key>
+ <string>uni1F_8A_.glif</string>
+ <key>uni1F8B</key>
+ <string>uni1F_8B_.glif</string>
+ <key>uni1F8C</key>
+ <string>uni1F_8C_.glif</string>
+ <key>uni1F8D</key>
+ <string>uni1F_8D_.glif</string>
+ <key>uni1F8E</key>
+ <string>uni1F_8E_.glif</string>
+ <key>uni1F8F</key>
+ <string>uni1F_8F_.glif</string>
+ <key>uni1F90</key>
+ <string>uni1F_90.glif</string>
+ <key>uni1F91</key>
+ <string>uni1F_91.glif</string>
+ <key>uni1F92</key>
+ <string>uni1F_92.glif</string>
+ <key>uni1F93</key>
+ <string>uni1F_93.glif</string>
+ <key>uni1F94</key>
+ <string>uni1F_94.glif</string>
+ <key>uni1F95</key>
+ <string>uni1F_95.glif</string>
+ <key>uni1F96</key>
+ <string>uni1F_96.glif</string>
+ <key>uni1F97</key>
+ <string>uni1F_97.glif</string>
+ <key>uni1F98</key>
+ <string>uni1F_98.glif</string>
+ <key>uni1F99</key>
+ <string>uni1F_99.glif</string>
+ <key>uni1F9A</key>
+ <string>uni1F_9A_.glif</string>
+ <key>uni1F9B</key>
+ <string>uni1F_9B_.glif</string>
+ <key>uni1F9C</key>
+ <string>uni1F_9C_.glif</string>
+ <key>uni1F9D</key>
+ <string>uni1F_9D_.glif</string>
+ <key>uni1F9E</key>
+ <string>uni1F_9E_.glif</string>
+ <key>uni1F9F</key>
+ <string>uni1F_9F_.glif</string>
+ <key>uni1FA0</key>
+ <string>uni1F_A_0.glif</string>
+ <key>uni1FA1</key>
+ <string>uni1F_A_1.glif</string>
+ <key>uni1FA2</key>
+ <string>uni1F_A_2.glif</string>
+ <key>uni1FA3</key>
+ <string>uni1F_A_3.glif</string>
+ <key>uni1FA4</key>
+ <string>uni1F_A_4.glif</string>
+ <key>uni1FA5</key>
+ <string>uni1F_A_5.glif</string>
+ <key>uni1FA6</key>
+ <string>uni1F_A_6.glif</string>
+ <key>uni1FA7</key>
+ <string>uni1F_A_7.glif</string>
+ <key>uni1FA8</key>
+ <string>uni1F_A_8.glif</string>
+ <key>uni1FA9</key>
+ <string>uni1F_A_9.glif</string>
+ <key>uni1FAA</key>
+ <string>uni1F_A_A_.glif</string>
+ <key>uni1FAB</key>
+ <string>uni1F_A_B_.glif</string>
+ <key>uni1FAC</key>
+ <string>uni1F_A_C_.glif</string>
+ <key>uni1FAD</key>
+ <string>uni1F_A_D_.glif</string>
+ <key>uni1FAE</key>
+ <string>uni1F_A_E_.glif</string>
+ <key>uni1FAF</key>
+ <string>uni1F_A_F_.glif</string>
+ <key>uni1FB0</key>
+ <string>uni1F_B_0.glif</string>
+ <key>uni1FB1</key>
+ <string>uni1F_B_1.glif</string>
+ <key>uni1FB2</key>
+ <string>uni1F_B_2.glif</string>
+ <key>uni1FB3</key>
+ <string>uni1F_B_3.glif</string>
+ <key>uni1FB4</key>
+ <string>uni1F_B_4.glif</string>
+ <key>uni1FB6</key>
+ <string>uni1F_B_6.glif</string>
+ <key>uni1FB7</key>
+ <string>uni1F_B_7.glif</string>
+ <key>uni1FB8</key>
+ <string>uni1F_B_8.glif</string>
+ <key>uni1FB9</key>
+ <string>uni1F_B_9.glif</string>
+ <key>uni1FBA</key>
+ <string>uni1F_B_A_.glif</string>
+ <key>uni1FBB</key>
+ <string>uni1F_B_B_.glif</string>
+ <key>uni1FBC</key>
+ <string>uni1F_B_C_.glif</string>
+ <key>uni1FBD</key>
+ <string>uni1F_B_D_.glif</string>
+ <key>uni1FBE</key>
+ <string>uni1F_B_E_.glif</string>
+ <key>uni1FBF</key>
+ <string>uni1F_B_F_.glif</string>
+ <key>uni1FC0</key>
+ <string>uni1F_C_0.glif</string>
+ <key>uni1FC1</key>
+ <string>uni1F_C_1.glif</string>
+ <key>uni1FC2</key>
+ <string>uni1F_C_2.glif</string>
+ <key>uni1FC3</key>
+ <string>uni1F_C_3.glif</string>
+ <key>uni1FC4</key>
+ <string>uni1F_C_4.glif</string>
+ <key>uni1FC6</key>
+ <string>uni1F_C_6.glif</string>
+ <key>uni1FC7</key>
+ <string>uni1F_C_7.glif</string>
+ <key>uni1FC8</key>
+ <string>uni1F_C_8.glif</string>
+ <key>uni1FC9</key>
+ <string>uni1F_C_9.glif</string>
+ <key>uni1FCA</key>
+ <string>uni1F_C_A_.glif</string>
+ <key>uni1FCB</key>
+ <string>uni1F_C_B_.glif</string>
+ <key>uni1FCC</key>
+ <string>uni1F_C_C_.glif</string>
+ <key>uni1FCD</key>
+ <string>uni1F_C_D_.glif</string>
+ <key>uni1FCE</key>
+ <string>uni1F_C_E_.glif</string>
+ <key>uni1FCF</key>
+ <string>uni1F_C_F_.glif</string>
+ <key>uni1FD0</key>
+ <string>uni1F_D_0.glif</string>
+ <key>uni1FD1</key>
+ <string>uni1F_D_1.glif</string>
+ <key>uni1FD2</key>
+ <string>uni1F_D_2.glif</string>
+ <key>uni1FD3</key>
+ <string>uni1F_D_3.glif</string>
+ <key>uni1FD6</key>
+ <string>uni1F_D_6.glif</string>
+ <key>uni1FD7</key>
+ <string>uni1F_D_7.glif</string>
+ <key>uni1FD8</key>
+ <string>uni1F_D_8.glif</string>
+ <key>uni1FD9</key>
+ <string>uni1F_D_9.glif</string>
+ <key>uni1FDA</key>
+ <string>uni1F_D_A_.glif</string>
+ <key>uni1FDB</key>
+ <string>uni1F_D_B_.glif</string>
+ <key>uni1FDD</key>
+ <string>uni1F_D_D_.glif</string>
+ <key>uni1FDE</key>
+ <string>uni1F_D_E_.glif</string>
+ <key>uni1FDF</key>
+ <string>uni1F_D_F_.glif</string>
+ <key>uni1FE0</key>
+ <string>uni1F_E_0.glif</string>
+ <key>uni1FE1</key>
+ <string>uni1F_E_1.glif</string>
+ <key>uni1FE2</key>
+ <string>uni1F_E_2.glif</string>
+ <key>uni1FE3</key>
+ <string>uni1F_E_3.glif</string>
+ <key>uni1FE4</key>
+ <string>uni1F_E_4.glif</string>
+ <key>uni1FE5</key>
+ <string>uni1F_E_5.glif</string>
+ <key>uni1FE6</key>
+ <string>uni1F_E_6.glif</string>
+ <key>uni1FE7</key>
+ <string>uni1F_E_7.glif</string>
+ <key>uni1FE8</key>
+ <string>uni1F_E_8.glif</string>
+ <key>uni1FE9</key>
+ <string>uni1F_E_9.glif</string>
+ <key>uni1FEA</key>
+ <string>uni1F_E_A_.glif</string>
+ <key>uni1FEB</key>
+ <string>uni1F_E_B_.glif</string>
+ <key>uni1FEC</key>
+ <string>uni1F_E_C_.glif</string>
+ <key>uni1FED</key>
+ <string>uni1F_E_D_.glif</string>
+ <key>uni1FEE</key>
+ <string>uni1F_E_E_.glif</string>
+ <key>uni1FEF</key>
+ <string>uni1F_E_F_.glif</string>
+ <key>uni1FF2</key>
+ <string>uni1F_F_2.glif</string>
+ <key>uni1FF3</key>
+ <string>uni1F_F_3.glif</string>
+ <key>uni1FF4</key>
+ <string>uni1F_F_4.glif</string>
+ <key>uni1FF6</key>
+ <string>uni1F_F_6.glif</string>
+ <key>uni1FF7</key>
+ <string>uni1F_F_7.glif</string>
+ <key>uni1FF8</key>
+ <string>uni1F_F_8.glif</string>
+ <key>uni1FF9</key>
+ <string>uni1F_F_9.glif</string>
+ <key>uni1FFA</key>
+ <string>uni1F_F_A_.glif</string>
+ <key>uni1FFB</key>
+ <string>uni1F_F_B_.glif</string>
+ <key>uni1FFC</key>
+ <string>uni1F_F_C_.glif</string>
+ <key>uni1FFD</key>
+ <string>uni1F_F_D_.glif</string>
+ <key>uni1FFE</key>
+ <string>uni1F_F_E_.glif</string>
+ <key>uni2009.fra</key>
+ <string>uni2009.fra.glif</string>
+ <key>uni202F</key>
+ <string>uni202F_.glif</string>
+ <key>uni2047</key>
+ <string>uni2047.glif</string>
+ <key>uni2048</key>
+ <string>uni2048.glif</string>
+ <key>uni2049</key>
+ <string>uni2049.glif</string>
+ <key>uni204A</key>
+ <string>uni204A_.glif</string>
+ <key>uni204B</key>
+ <string>uni204B_.glif</string>
+ <key>uni204C</key>
+ <string>uni204C_.glif</string>
+ <key>uni204D</key>
+ <string>uni204D_.glif</string>
+ <key>uni204E</key>
+ <string>uni204E_.glif</string>
+ <key>uni204F</key>
+ <string>uni204F_.glif</string>
+ <key>uni2050</key>
+ <string>uni2050.glif</string>
+ <key>uni2051</key>
+ <string>uni2051.glif</string>
+ <key>uni2052</key>
+ <string>uni2052.glif</string>
+ <key>uni2053</key>
+ <string>uni2053.glif</string>
+ <key>uni2054</key>
+ <string>uni2054.glif</string>
+ <key>uni2055</key>
+ <string>uni2055.glif</string>
+ <key>uni2056</key>
+ <string>uni2056.glif</string>
+ <key>uni2057</key>
+ <string>uni2057.glif</string>
+ <key>uni2058</key>
+ <string>uni2058.glif</string>
+ <key>uni2059</key>
+ <string>uni2059.glif</string>
+ <key>uni205A</key>
+ <string>uni205A_.glif</string>
+ <key>uni205B</key>
+ <string>uni205B_.glif</string>
+ <key>uni205C</key>
+ <string>uni205C_.glif</string>
+ <key>uni205D</key>
+ <string>uni205D_.glif</string>
+ <key>uni205E</key>
+ <string>uni205E_.glif</string>
+ <key>uni205F</key>
+ <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>uni2093</key>
+ <string>uni2093.glif</string>
+ <key>uni2094</key>
+ <string>uni2094.glif</string>
+ <key>uni2095</key>
+ <string>uni2095.glif</string>
+ <key>uni2096</key>
+ <string>uni2096.glif</string>
+ <key>uni2097</key>
+ <string>uni2097.glif</string>
+ <key>uni2098</key>
+ <string>uni2098.glif</string>
+ <key>uni2099</key>
+ <string>uni2099.glif</string>
+ <key>uni209A</key>
+ <string>uni209A_.glif</string>
+ <key>uni209B</key>
+ <string>uni209B_.glif</string>
+ <key>uni209C</key>
+ <string>uni209C_.glif</string>
+ <key>uni20AF</key>
+ <string>uni20A_F_.glif</string>
+ <key>uni20B0</key>
+ <string>uni20B_0.glif</string>
+ <key>uni20B6</key>
+ <string>uni20B_6.glif</string>
+ <key>uni20B7</key>
+ <string>uni20B_7.glif</string>
+ <key>uni20B9</key>
+ <string>uni20B_9.glif</string>
+ <key>uni20BA</key>
+ <string>uni20B_A_.glif</string>
+ <key>uni20BB</key>
+ <string>uni20B_B_.glif</string>
+ <key>uni20BD</key>
+ <string>uni20B_D_.glif</string>
+ <key>uni20DB</key>
+ <string>uni20D_B_.glif</string>
+ <key>uni20DC</key>
+ <string>uni20D_C_.glif</string>
+ <key>uni20E3</key>
+ <string>uni20E_3.glif</string>
+ <key>uni20E8</key>
+ <string>uni20E_8.glif</string>
+ <key>uni20F0</key>
+ <string>uni20F_0.glif</string>
+ <key>uni213B</key>
+ <string>uni213B_.glif</string>
+ <key>uni214D</key>
+ <string>uni214D_.glif</string>
+ <key>uni214F</key>
+ <string>uni214F_.glif</string>
+ <key>uni2150</key>
+ <string>uni2150.glif</string>
+ <key>uni2151</key>
+ <string>uni2151.glif</string>
+ <key>uni2152</key>
+ <string>uni2152.glif</string>
+ <key>uni2155</key>
+ <string>uni2155.glif</string>
+ <key>uni2156</key>
+ <string>uni2156.glif</string>
+ <key>uni2157</key>
+ <string>uni2157.glif</string>
+ <key>uni2158</key>
+ <string>uni2158.glif</string>
+ <key>uni2159</key>
+ <string>uni2159.glif</string>
+ <key>uni215A</key>
+ <string>uni215A_.glif</string>
+ <key>uni215F</key>
+ <string>uni215F_.glif</string>
+ <key>uni217C</key>
+ <string>uni217C_.glif</string>
+ <key>uni217D</key>
+ <string>uni217D_.glif</string>
+ <key>uni217E</key>
+ <string>uni217E_.glif</string>
+ <key>uni217F</key>
+ <string>uni217F_.glif</string>
+ <key>uni2180</key>
+ <string>uni2180.glif</string>
+ <key>uni2181</key>
+ <string>uni2181.glif</string>
+ <key>uni2182</key>
+ <string>uni2182.glif</string>
+ <key>uni2183</key>
+ <string>uni2183.glif</string>
+ <key>uni2184</key>
+ <string>uni2184.glif</string>
+ <key>uni2185</key>
+ <string>uni2185.glif</string>
+ <key>uni2186</key>
+ <string>uni2186.glif</string>
+ <key>uni2187</key>
+ <string>uni2187.glif</string>
+ <key>uni2188</key>
+ <string>uni2188.glif</string>
+ <key>uni2189</key>
+ <string>uni2189.glif</string>
+ <key>uni27EF</key>
+ <string>uni27E_F_.glif</string>
+ <key>uni2B4E</key>
+ <string>uni2B_4E_.glif</string>
+ <key>uni2B4F</key>
+ <string>uni2B_4F_.glif</string>
+ <key>uni2B5A</key>
+ <string>uni2B_5A_.glif</string>
+ <key>uni2B5B</key>
+ <string>uni2B_5B_.glif</string>
+ <key>uni2B5C</key>
+ <string>uni2B_5C_.glif</string>
+ <key>uni2B5D</key>
+ <string>uni2B_5D_.glif</string>
+ <key>uni2B5E</key>
+ <string>uni2B_5E_.glif</string>
+ <key>uni2B5F</key>
+ <string>uni2B_5F_.glif</string>
+ <key>uni2C7F</key>
+ <string>uni2C_7F_.glif</string>
+ <key>uni2DFF</key>
+ <string>uni2D_F_F_.glif</string>
+ <key>uniA69F</key>
+ <string>uniA_69F_.glif</string>
+ <key>uniA7FF</key>
+ <string>uniA_7F_F_.glif</string>
+ <key>uniA92E</key>
+ <string>uniA_92E_.glif</string>
+ <key>uniE001</key>
+ <string>uniE_001.glif</string>
+ <key>uniFE20</key>
+ <string>uniF_E_20.glif</string>
+ <key>uniFE21</key>
+ <string>uniF_E_21.glif</string>
+ <key>uniFE22</key>
+ <string>uniF_E_22.glif</string>
+ <key>uniFE23</key>
+ <string>uniF_E_23.glif</string>
+ <key>uniFE24</key>
+ <string>uniF_E_24.glif</string>
+ <key>uniFE25</key>
+ <string>uniF_E_25.glif</string>
+ <key>uniFE26</key>
+ <string>uniF_E_26.glif</string>
+ <key>uniFE27</key>
+ <string>uniF_E_27.glif</string>
+ <key>uniFE28</key>
+ <string>uniF_E_28.glif</string>
+ <key>uniFE29</key>
+ <string>uniF_E_29.glif</string>
+ <key>uniFE2A</key>
+ <string>uniF_E_2A_.glif</string>
+ <key>uniFE2B</key>
+ <string>uniF_E_2B_.glif</string>
+ <key>uniFE2C</key>
+ <string>uniF_E_2C_.glif</string>
+ <key>uniFE2D</key>
+ <string>uniF_E_2D_.glif</string>
+ <key>uogonek</key>
+ <string>uogonek.glif</string>
+ <key>upsilon</key>
+ <string>upsilon.glif</string>
+ <key>upsilondieresis</key>
+ <string>upsilondieresis.glif</string>
+ <key>upsilondieresistonos</key>
+ <string>upsilondieresistonos.glif</string>
+ <key>upsilonlatin</key>
+ <string>upsilonlatin.glif</string>
+ <key>upsilontonos</key>
+ <string>upsilontonos.glif</string>
+ <key>uptackmod</key>
+ <string>uptackmod.glif</string>
+ <key>uring</key>
+ <string>uring.glif</string>
+ <key>ushortcyrillic</key>
+ <string>ushortcyrillic.glif</string>
+ <key>ustraightcyrillic</key>
+ <string>ustraightcyrillic.glif</string>
+ <key>ustraightstrokecyrillic</key>
+ <string>ustraightstrokecyrillic.glif</string>
+ <key>utilde</key>
+ <string>utilde.glif</string>
+ <key>utildeacute</key>
+ <string>utildeacute.glif</string>
+ <key>utildebelow</key>
+ <string>utildebelow.glif</string>
+ <key>v</key>
+ <string>v.glif</string>
+ <key>vdotbelow</key>
+ <string>vdotbelow.glif</string>
+ <key>vecyrillic</key>
+ <string>vecyrillic.glif</string>
+ <key>versicle</key>
+ <string>versicle.glif</string>
+ <key>verticalbardbl</key>
+ <string>verticalbardbl.glif</string>
+ <key>verticallinelowmod</key>
+ <string>verticallinelowmod.glif</string>
+ <key>vscript</key>
+ <string>vscript.glif</string>
+ <key>vtilde</key>
+ <string>vtilde.glif</string>
+ <key>vturn</key>
+ <string>vturn.glif</string>
+ <key>w</key>
+ <string>w.glif</string>
+ <key>wacute</key>
+ <string>wacute.glif</string>
+ <key>wcircumflex</key>
+ <string>wcircumflex.glif</string>
+ <key>wdieresis</key>
+ <string>wdieresis.glif</string>
+ <key>wdotaccent</key>
+ <string>wdotaccent.glif</string>
+ <key>wdotbelow</key>
+ <string>wdotbelow.glif</string>
+ <key>wgrave</key>
+ <string>wgrave.glif</string>
+ <key>won</key>
+ <string>won.glif</string>
+ <key>wring</key>
+ <string>wring.glif</string>
+ <key>wsuper</key>
+ <string>wsuper.glif</string>
+ <key>wturn</key>
+ <string>wturn.glif</string>
+ <key>wynn</key>
+ <string>wynn.glif</string>
+ <key>x</key>
+ <string>x.glif</string>
+ <key>xdieresis</key>
+ <string>xdieresis.glif</string>
+ <key>xdotaccent</key>
+ <string>xdotaccent.glif</string>
+ <key>xi</key>
+ <string>xi.glif</string>
+ <key>xsuper</key>
+ <string>xsuper.glif</string>
+ <key>xsupnosp</key>
+ <string>xsupnosp.glif</string>
+ <key>y</key>
+ <string>y.glif</string>
+ <key>yacute</key>
+ <string>yacute.glif</string>
+ <key>yatcyrillic</key>
+ <string>yatcyrillic.glif</string>
+ <key>ycircumflex</key>
+ <string>ycircumflex.glif</string>
+ <key>ydieresis</key>
+ <string>ydieresis.glif</string>
+ <key>ydotaccent</key>
+ <string>ydotaccent.glif</string>
+ <key>ydotbelow</key>
+ <string>ydotbelow.glif</string>
+ <key>yen</key>
+ <string>yen.glif</string>
+ <key>yericyrillic</key>
+ <string>yericyrillic.glif</string>
+ <key>yerudieresiscyrillic</key>
+ <string>yerudieresiscyrillic.glif</string>
+ <key>ygrave</key>
+ <string>ygrave.glif</string>
+ <key>yhook</key>
+ <string>yhook.glif</string>
+ <key>yhookabove</key>
+ <string>yhookabove.glif</string>
+ <key>yicyrillic</key>
+ <string>yicyrillic.glif</string>
+ <key>yotgreek</key>
+ <string>yotgreek.glif</string>
+ <key>ypogegrammeni</key>
+ <string>ypogegrammeni.glif</string>
+ <key>yring</key>
+ <string>yring.glif</string>
+ <key>ysuper</key>
+ <string>ysuper.glif</string>
+ <key>ytilde</key>
+ <string>ytilde.glif</string>
+ <key>yturn</key>
+ <string>yturn.glif</string>
+ <key>yusbigcyrillic</key>
+ <string>yusbigcyrillic.glif</string>
+ <key>yusbigiotifiedcyrillic</key>
+ <string>yusbigiotifiedcyrillic.glif</string>
+ <key>yuslittlecyrillic</key>
+ <string>yuslittlecyrillic.glif</string>
+ <key>yuslittleiotifiedcyrillic</key>
+ <string>yuslittleiotifiedcyrillic.glif</string>
+ <key>z</key>
+ <string>z.glif</string>
+ <key>zacute</key>
+ <string>zacute.glif</string>
+ <key>zbar</key>
+ <string>zbar.glif</string>
+ <key>zcaron</key>
+ <string>zcaron.glif</string>
+ <key>zcircumflex</key>
+ <string>zcircumflex.glif</string>
+ <key>zcurl</key>
+ <string>zcurl.glif</string>
+ <key>zdotaccent</key>
+ <string>zdotaccent.glif</string>
+ <key>zdotbelow</key>
+ <string>zdotbelow.glif</string>
+ <key>zecyrillic</key>
+ <string>zecyrillic.glif</string>
+ <key>zedescendercyrillic</key>
+ <string>zedescendercyrillic.glif</string>
+ <key>zedieresiscyrillic</key>
+ <string>zedieresiscyrillic.glif</string>
+ <key>zero</key>
+ <string>zero.glif</string>
+ <key>zero.frac</key>
+ <string>zero.frac.glif</string>
+ <key>zero.slash</key>
+ <string>zero.slash.glif</string>
+ <key>zero.sup</key>
+ <string>zero.sup.glif</string>
+ <key>zero.tnum</key>
+ <string>zero.tnum.glif</string>
+ <key>zero.tnum.slash</key>
+ <string>zero.tnum.slash.glif</string>
+ <key>zerosub</key>
+ <string>zerosub.glif</string>
+ <key>zerosuperior</key>
+ <string>zerosuperior.glif</string>
+ <key>zerowidthjoiner</key>
+ <string>zerowidthjoiner.glif</string>
+ <key>zerowidthspace</key>
+ <string>zerowidthspace.glif</string>
+ <key>zeta</key>
+ <string>zeta.glif</string>
+ <key>zhebrevecyrillic</key>
+ <string>zhebrevecyrillic.glif</string>
+ <key>zhecyrillic</key>
+ <string>zhecyrillic.glif</string>
+ <key>zhedescendercyrillic</key>
+ <string>zhedescendercyrillic.glif</string>
+ <key>zhedieresiscyrillic</key>
+ <string>zhedieresiscyrillic.glif</string>
+ <key>zhook</key>
+ <string>zhook.glif</string>
+ <key>zlinebelow</key>
+ <string>zlinebelow.glif</string>
+ <key>zrthook</key>
+ <string>zrthook.glif</string>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/controlHT_.glif b/src/Inter-UI-Regular.ufo/glyphs/controlHT_.glif
deleted file mode 100644
index 0b1d6eb11..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/controlHT_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="controlHT" format="1">
- <advance width="768"/>
- <outline>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>1.0</real>
- <real>0.3</real>
- <real>0.3</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 701, 'leftMargin': 0, 'rightMargin': 0}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/controlH_T_.glif b/src/Inter-UI-Regular.ufo/glyphs/controlH_T_.glif
new file mode 100644
index 000000000..05a81f37c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/controlH_T_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="controlHT" format="2">
+ <advance width="768.0"/>
+ <outline>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>1,0.302,0.302,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/controlSOT_.glif b/src/Inter-UI-Regular.ufo/glyphs/controlSOT_.glif
deleted file mode 100644
index dcaf41799..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/controlSOT_.glif
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="controlSOT" format="1">
- <advance width="0"/>
- <outline>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>1.0</real>
- <real>0.3</real>
- <real>0.3</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/controlS_O_T_.glif b/src/Inter-UI-Regular.ufo/glyphs/controlS_O_T_.glif
new file mode 100644
index 000000000..b77cc8c3b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/controlS_O_T_.glif
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="controlSOT" format="2">
+ <outline>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>1,0.302,0.302,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/copyright.glif b/src/Inter-UI-Regular.ufo/glyphs/copyright.glif
index e0003f061..0e164546a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/copyright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/copyright.glif
@@ -1,82 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="copyright" format="1">
- <advance width="2288"/>
+<glyph name="copyright" format="2">
+ <advance width="2288.0"/>
<unicode hex="00A9"/>
<outline>
<contour>
- <point x="1372" y="820" type="line"/>
- <point x="1372" y="640"/>
- <point x="1288" y="572"/>
- <point x="1128" y="572" type="curve" smooth="yes"/>
- <point x="952" y="572"/>
- <point x="860" y="716"/>
- <point x="860" y="920" type="curve" smooth="yes"/>
- <point x="860" y="1084" type="line" smooth="yes"/>
- <point x="860" y="1288"/>
- <point x="952" y="1432"/>
- <point x="1128" y="1432" type="curve" smooth="yes"/>
- <point x="1288" y="1432"/>
- <point x="1376" y="1360"/>
- <point x="1376" y="1184" type="curve"/>
- <point x="1588" y="1184" type="line"/>
- <point x="1588" y="1472"/>
- <point x="1408" y="1616"/>
- <point x="1128" y="1616" type="curve" smooth="yes"/>
- <point x="832" y="1616"/>
- <point x="648" y="1400"/>
- <point x="648" y="1084" type="curve"/>
- <point x="648" y="920" type="line"/>
- <point x="648" y="604"/>
- <point x="832" y="388"/>
- <point x="1128" y="388" type="curve" smooth="yes"/>
- <point x="1408" y="388"/>
- <point x="1588" y="532"/>
- <point x="1588" y="820" type="curve"/>
+ <point x="1372.0" y="820.0" type="line"/>
+ <point x="1372.0" y="640.0"/>
+ <point x="1288.0" y="572.0"/>
+ <point x="1128.0" y="572.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="572.0"/>
+ <point x="860.0" y="716.0"/>
+ <point x="860.0" y="920.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="1084.0" type="line" smooth="yes"/>
+ <point x="860.0" y="1288.0"/>
+ <point x="952.0" y="1432.0"/>
+ <point x="1128.0" y="1432.0" type="curve" smooth="yes"/>
+ <point x="1288.0" y="1432.0"/>
+ <point x="1376.0" y="1360.0"/>
+ <point x="1376.0" y="1184.0" type="curve"/>
+ <point x="1588.0" y="1184.0" type="line"/>
+ <point x="1588.0" y="1472.0"/>
+ <point x="1408.0" y="1616.0"/>
+ <point x="1128.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="1616.0"/>
+ <point x="648.0" y="1400.0"/>
+ <point x="648.0" y="1084.0" type="curve"/>
+ <point x="648.0" y="920.0" type="line"/>
+ <point x="648.0" y="604.0"/>
+ <point x="832.0" y="388.0"/>
+ <point x="1128.0" y="388.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="388.0"/>
+ <point x="1588.0" y="532.0"/>
+ <point x="1588.0" y="820.0" type="curve"/>
</contour>
<contour>
- <point x="336" y="1004" type="curve"/>
- <point x="336" y="1488"/>
- <point x="700" y="1860"/>
- <point x="1144" y="1860" type="curve" smooth="yes"/>
- <point x="1592" y="1860"/>
- <point x="1952" y="1488"/>
- <point x="1952" y="1004" type="curve" smooth="yes"/>
- <point x="1952" y="516"/>
- <point x="1592" y="144"/>
- <point x="1144" y="144" type="curve" smooth="yes"/>
- <point x="700" y="144"/>
- <point x="336" y="516"/>
+ <point x="336.0" y="1004.0" type="curve"/>
+ <point x="336.0" y="1488.0"/>
+ <point x="700.0" y="1860.0"/>
+ <point x="1144.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="1860.0"/>
+ <point x="1952.0" y="1488.0"/>
+ <point x="1952.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1952.0" y="516.0"/>
+ <point x="1592.0" y="144.0"/>
+ <point x="1144.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="144.0"/>
+ <point x="336.0" y="516.0"/>
</contour>
<contour>
- <point x="168" y="1004" type="curve"/>
- <point x="168" y="420"/>
- <point x="608" y="-28"/>
- <point x="1144" y="-28" type="curve" smooth="yes"/>
- <point x="1684" y="-28"/>
- <point x="2120" y="420"/>
- <point x="2120" y="1004" type="curve" smooth="yes"/>
- <point x="2120" y="1584"/>
- <point x="1684" y="2032"/>
- <point x="1144" y="2032" type="curve" smooth="yes"/>
- <point x="608" y="2032"/>
- <point x="168" y="1584"/>
+ <point x="168.0" y="1004.0" type="curve"/>
+ <point x="168.0" y="420.0"/>
+ <point x="608.0" y="-28.0"/>
+ <point x="1144.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1684.0" y="-28.0"/>
+ <point x="2120.0" y="420.0"/>
+ <point x="2120.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="2120.0" y="1584.0"/>
+ <point x="1684.0" y="2032.0"/>
+ <point x="1144.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="2032.0"/>
+ <point x="168.0" y="1584.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2204, 'leftMargin': 121, 'rightMargin': 132}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/crossbar.glif b/src/Inter-UI-Regular.ufo/glyphs/crossbar.glif
index 4a8659990..8724d79ae 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/crossbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/crossbar.glif
@@ -1,30 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="crossbar" format="1">
- <advance width="1264"/>
+<glyph name="crossbar" format="2">
+ <advance width="1264.0"/>
+ <anchor x="632.0" y="992.0" name="_cross"/>
<outline>
<contour>
- <point x="1076" y="1096" type="line"/>
- <point x="196" y="1096" type="line"/>
- <point x="196" y="912" type="line"/>
- <point x="1076" y="912" type="line"/>
- </contour>
- <contour>
- <point x="632" y="992" type="move" name="_cross"/>
+ <point x="1076.0" y="1096.0" type="line"/>
+ <point x="196.0" y="1096.0" type="line"/>
+ <point x="196.0" y="912.0" type="line"/>
+ <point x="1076.0" y="912.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cruzeiro.glif b/src/Inter-UI-Regular.ufo/glyphs/cruzeiro.glif
index f054ce06f..3ab6057dd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cruzeiro.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cruzeiro.glif
@@ -1,46 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cruzeiro" format="1">
- <advance width="2048"/>
+<glyph name="cruzeiro" format="2">
+ <advance width="2048.0"/>
<unicode hex="20A2"/>
<outline>
<contour>
- <point x="1768" y="1120" type="line"/>
- <point x="1720" y="1148"/>
- <point x="1644" y="1176"/>
- <point x="1564" y="1176" type="curve"/>
- <point x="1384" y="1176"/>
- <point x="1216" y="1036"/>
- <point x="1172" y="888" type="curve"/>
- <point x="1156" y="888" type="line"/>
- <point x="1156" y="1152" type="line"/>
- <point x="920" y="1152" type="line"/>
- <point x="920" y="128" type="line"/>
- <point x="1156" y="128" type="line"/>
- <point x="1156" y="484" type="line"/>
- <point x="1160" y="692"/>
- <point x="1304" y="932"/>
- <point x="1556" y="932" type="curve"/>
- <point x="1624" y="932"/>
- <point x="1664" y="912"/>
- <point x="1688" y="900" type="curve"/>
+ <point x="1768.0" y="1120.0" type="line"/>
+ <point x="1720.0" y="1148.0"/>
+ <point x="1644.0" y="1176.0"/>
+ <point x="1564.0" y="1176.0" type="curve"/>
+ <point x="1384.0" y="1176.0"/>
+ <point x="1216.0" y="1036.0"/>
+ <point x="1172.0" y="888.0" type="curve"/>
+ <point x="1156.0" y="888.0" type="line"/>
+ <point x="1156.0" y="1152.0" type="line"/>
+ <point x="920.0" y="1152.0" type="line"/>
+ <point x="920.0" y="128.0" type="line"/>
+ <point x="1156.0" y="128.0" type="line"/>
+ <point x="1156.0" y="484.0" type="line"/>
+ <point x="1160.0" y="692.0"/>
+ <point x="1304.0" y="932.0"/>
+ <point x="1556.0" y="932.0" type="curve"/>
+ <point x="1624.0" y="932.0"/>
+ <point x="1664.0" y="912.0"/>
+ <point x="1688.0" y="900.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1896.0" y="1408.0" type="line"/>
+ <point x="1820.0" y="1828.0"/>
+ <point x="1484.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="-28.0"/>
+ <point x="1820.0" y="220.0"/>
+ <point x="1896.0" y="640.0" type="curve"/>
+ <point x="1648.0" y="640.0" type="line"/>
+ <point x="1588.0" y="356.0"/>
+ <point x="1344.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1844.0"/>
+ <point x="1588.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
</contour>
- <component base="C"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 256, 'rightMargin': 2}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cstretch.glif b/src/Inter-UI-Regular.ufo/glyphs/cstretch.glif
index 2625f5ec9..adbcd4162 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cstretch.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cstretch.glif
@@ -1,56 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cstretch" format="1">
- <advance width="1520"/>
+<glyph name="cstretch" format="2">
+ <advance width="1520.0"/>
<unicode hex="0297"/>
+ <anchor x="796.0" y="-616.0" name="bottom"/>
+ <anchor x="796.0" y="2244.0" name="top"/>
+ <anchor x="1480.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="796" y="-380" type="curve" smooth="yes"/>
- <point x="484" y="-380"/>
- <point x="404" y="-112"/>
- <point x="404" y="144" type="curve" smooth="yes"/>
- <point x="404" y="772" type="line" smooth="yes"/>
- <point x="404" y="1024"/>
- <point x="488" y="1296"/>
- <point x="796" y="1296" type="curve"/>
- <point x="996" y="1296"/>
- <point x="1120" y="1148"/>
- <point x="1132" y="976" type="curve"/>
- <point x="1392" y="976" type="line"/>
- <point x="1380" y="1276"/>
- <point x="1152" y="1516"/>
- <point x="796" y="1516" type="curve" smooth="yes"/>
- <point x="344" y="1516"/>
- <point x="128" y="1168"/>
- <point x="128" y="772" type="curve" smooth="yes"/>
- <point x="128" y="144" type="line" smooth="yes"/>
- <point x="128" y="-256"/>
- <point x="340" y="-600"/>
- <point x="796" y="-600" type="curve"/>
- <point x="1112" y="-600"/>
- <point x="1380" y="-364"/>
- <point x="1392" y="-104" type="curve"/>
- <point x="1132" y="-104" type="line"/>
- <point x="1120" y="-260"/>
- <point x="972" y="-380"/>
- </contour>
- <contour>
- <point x="796" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="796" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1480" y="2244" type="move" name="top0315"/>
+ <point x="796.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="-380.0"/>
+ <point x="404.0" y="-112.0"/>
+ <point x="404.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="772.0" type="line" smooth="yes"/>
+ <point x="404.0" y="1024.0"/>
+ <point x="488.0" y="1296.0"/>
+ <point x="796.0" y="1296.0" type="curve"/>
+ <point x="996.0" y="1296.0"/>
+ <point x="1120.0" y="1148.0"/>
+ <point x="1132.0" y="976.0" type="curve"/>
+ <point x="1392.0" y="976.0" type="line"/>
+ <point x="1380.0" y="1276.0"/>
+ <point x="1152.0" y="1516.0"/>
+ <point x="796.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="1516.0"/>
+ <point x="128.0" y="1168.0"/>
+ <point x="128.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="144.0" type="line" smooth="yes"/>
+ <point x="128.0" y="-256.0"/>
+ <point x="340.0" y="-600.0"/>
+ <point x="796.0" y="-600.0" type="curve"/>
+ <point x="1112.0" y="-600.0"/>
+ <point x="1380.0" y="-364.0"/>
+ <point x="1392.0" y="-104.0" type="curve"/>
+ <point x="1132.0" y="-104.0" type="line"/>
+ <point x="1120.0" y="-260.0"/>
+ <point x="972.0" y="-380.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 127, 'rightMargin': 88}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/currency.glif b/src/Inter-UI-Regular.ufo/glyphs/currency.glif
index 72527f445..07819236b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/currency.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/currency.glif
@@ -1,107 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="currency" format="1">
- <advance width="2036"/>
+<glyph name="currency" format="2">
+ <advance width="2036.0"/>
<unicode hex="00A4"/>
+ <guideline x="1004.0" y="1696.0" angle="90.0"/>
+ <guideline x="176.0" y="836.0" angle="0.0"/>
<outline>
<contour>
- <point x="416" y="836" type="curve"/>
- <point x="416" y="1192"/>
- <point x="684" y="1480"/>
- <point x="1012" y="1480" type="curve" smooth="yes"/>
- <point x="1340" y="1480"/>
- <point x="1604" y="1192"/>
- <point x="1604" y="836" type="curve" smooth="yes"/>
- <point x="1604" y="484"/>
- <point x="1340" y="192"/>
- <point x="1012" y="192" type="curve" smooth="yes"/>
- <point x="684" y="192"/>
- <point x="416" y="484"/>
+ <point x="416.0" y="836.0" type="curve"/>
+ <point x="416.0" y="1192.0"/>
+ <point x="684.0" y="1480.0"/>
+ <point x="1012.0" y="1480.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="1480.0"/>
+ <point x="1604.0" y="1192.0"/>
+ <point x="1604.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="1604.0" y="484.0"/>
+ <point x="1340.0" y="192.0"/>
+ <point x="1012.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="192.0"/>
+ <point x="416.0" y="484.0"/>
</contour>
<contour>
- <point x="196" y="836" type="curve"/>
- <point x="196" y="348"/>
- <point x="560" y="-28"/>
- <point x="1012" y="-28" type="curve" smooth="yes"/>
- <point x="1464" y="-28"/>
- <point x="1832" y="348"/>
- <point x="1832" y="836" type="curve" smooth="yes"/>
- <point x="1832" y="1324"/>
- <point x="1464" y="1696"/>
- <point x="1012" y="1696" type="curve" smooth="yes"/>
- <point x="560" y="1696"/>
- <point x="196" y="1324"/>
+ <point x="196.0" y="836.0" type="curve"/>
+ <point x="196.0" y="348.0"/>
+ <point x="560.0" y="-28.0"/>
+ <point x="1012.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="-28.0"/>
+ <point x="1832.0" y="348.0"/>
+ <point x="1832.0" y="836.0" type="curve" smooth="yes"/>
+ <point x="1832.0" y="1324.0"/>
+ <point x="1464.0" y="1696.0"/>
+ <point x="1012.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="1696.0"/>
+ <point x="196.0" y="1324.0"/>
</contour>
<contour>
- <point x="1872" y="1556" type="line"/>
- <point x="1708" y="1724" type="line"/>
- <point x="1432" y="1440" type="line"/>
- <point x="1592" y="1272" type="line"/>
+ <point x="1872.0" y="1556.0" type="line"/>
+ <point x="1708.0" y="1724.0" type="line"/>
+ <point x="1432.0" y="1440.0" type="line"/>
+ <point x="1592.0" y="1272.0" type="line"/>
</contour>
<contour>
- <point x="604" y="264" type="line"/>
- <point x="440" y="428" type="line"/>
- <point x="164" y="148" type="line"/>
- <point x="324" y="-20" type="line"/>
+ <point x="604.0" y="264.0" type="line"/>
+ <point x="440.0" y="428.0" type="line"/>
+ <point x="164.0" y="148.0" type="line"/>
+ <point x="324.0" y="-20.0" type="line"/>
</contour>
<contour>
- <point x="1708" y="-20" type="line"/>
- <point x="1872" y="148" type="line"/>
- <point x="1592" y="428" type="line"/>
- <point x="1432" y="264" type="line"/>
+ <point x="1708.0" y="-20.0" type="line"/>
+ <point x="1872.0" y="148.0" type="line"/>
+ <point x="1592.0" y="428.0" type="line"/>
+ <point x="1432.0" y="264.0" type="line"/>
</contour>
<contour>
- <point x="440" y="1272" type="line"/>
- <point x="604" y="1440" type="line"/>
- <point x="324" y="1724" type="line"/>
- <point x="164" y="1556" type="line"/>
+ <point x="440.0" y="1272.0" type="line"/>
+ <point x="604.0" y="1440.0" type="line"/>
+ <point x="324.0" y="1724.0" type="line"/>
+ <point x="164.0" y="1556.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1004</integer>
- <key>y</key>
- <integer>1696</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>176</integer>
- <key>y</key>
- <integer>836</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2002.0, 'leftMargin': 143, 'rightMargin': 118.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cyrillicbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/cyrillicbreve.glif
new file mode 100644
index 000000000..a3fca14f8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/cyrillicbreve.glif
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="cyrillicbreve" format="2">
+ <advance width="1264.0"/>
+ <outline>
+ <component base="breve"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cyrillichook.glif b/src/Inter-UI-Regular.ufo/glyphs/cyrillichook.glif
index 64b106e38..81efd0452 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cyrillichook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cyrillichook.glif
@@ -1,47 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cyrillichook" format="1">
- <advance width="752"/>
+<glyph name="cyrillichook" format="2">
+ <advance width="752.0"/>
+ <anchor x="524.0" y="164.0" name="_bottom"/>
+ <anchor x="404.0" y="0.0" name="_right"/>
<outline>
<contour>
- <point x="420" y="216" type="line"/>
- <point x="420" y="-124" type="line"/>
- <point x="420" y="-284"/>
- <point x="336" y="-376"/>
- <point x="228" y="-376" type="curve" smooth="yes"/>
- <point x="204" y="-376"/>
- <point x="120" y="-368"/>
- <point x="96" y="-356" type="curve"/>
- <point x="76" y="-580" type="line"/>
- <point x="128" y="-596"/>
- <point x="172" y="-600"/>
- <point x="228" y="-600" type="curve" smooth="yes"/>
- <point x="508" y="-600"/>
- <point x="656" y="-404"/>
- <point x="656" y="-124" type="curve"/>
- <point x="656" y="216" type="line"/>
- </contour>
- <contour>
- <point x="404" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="524" y="164" type="move" name="_bottom"/>
+ <point x="420.0" y="216.0" type="line"/>
+ <point x="420.0" y="-124.0" type="line"/>
+ <point x="420.0" y="-284.0"/>
+ <point x="336.0" y="-376.0"/>
+ <point x="228.0" y="-376.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="-376.0"/>
+ <point x="120.0" y="-368.0"/>
+ <point x="96.0" y="-356.0" type="curve"/>
+ <point x="76.0" y="-580.0" type="line"/>
+ <point x="128.0" y="-596.0"/>
+ <point x="172.0" y="-600.0"/>
+ <point x="228.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="-600.0"/>
+ <point x="656.0" y="-404.0"/>
+ <point x="656.0" y="-124.0" type="curve"/>
+ <point x="656.0" y="216.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': -89, 'rightMargin': 199}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cyrillichookleft.glif b/src/Inter-UI-Regular.ufo/glyphs/cyrillichookleft.glif
index e3b217414..f3d6bd478 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cyrillichookleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cyrillichookleft.glif
@@ -1,54 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cyrillichookleft" format="1">
- <advance width="752"/>
+<glyph name="cyrillichookleft" format="2">
+ <advance width="752.0"/>
+ <anchor x="396.0" y="0.0" name="_bottom"/>
+ <anchor x="532.0" y="0.0" name="_left"/>
+ <anchor x="268.0" y="0.0" name="_right"/>
<outline>
<contour>
- <point x="264" y="0" type="line"/>
- <point x="352" y="-72"/>
- <point x="440" y="-152"/>
- <point x="440" y="-248" type="curve" smooth="yes"/>
- <point x="440" y="-324"/>
- <point x="400" y="-372"/>
- <point x="284" y="-372" type="curve" smooth="yes"/>
- <point x="212" y="-372"/>
- <point x="152" y="-348"/>
- <point x="120" y="-336" type="curve"/>
- <point x="72" y="-512" type="line"/>
- <point x="128" y="-540"/>
- <point x="216" y="-572"/>
- <point x="352" y="-572" type="curve" smooth="yes"/>
- <point x="536" y="-572"/>
- <point x="680" y="-472"/>
- <point x="680" y="-280" type="curve" smooth="yes"/>
- <point x="680" y="-152"/>
- <point x="596" y="-4"/>
- <point x="392" y="96" type="curve"/>
- </contour>
- <contour>
- <point x="532" y="0" type="move" name="_left"/>
- </contour>
- <contour>
- <point x="268" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="396" y="0" type="move" name="_bottom"/>
+ <point x="264.0" y="0.0" type="line"/>
+ <point x="352.0" y="-72.0"/>
+ <point x="440.0" y="-152.0"/>
+ <point x="440.0" y="-248.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="-324.0"/>
+ <point x="400.0" y="-372.0"/>
+ <point x="284.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="-372.0"/>
+ <point x="152.0" y="-348.0"/>
+ <point x="120.0" y="-336.0" type="curve"/>
+ <point x="72.0" y="-512.0" type="line"/>
+ <point x="128.0" y="-540.0"/>
+ <point x="216.0" y="-572.0"/>
+ <point x="352.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="-572.0"/>
+ <point x="680.0" y="-472.0"/>
+ <point x="680.0" y="-280.0" type="curve" smooth="yes"/>
+ <point x="680.0" y="-152.0"/>
+ <point x="596.0" y="-4.0"/>
+ <point x="392.0" y="96.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 776, 'leftMargin': 25, 'rightMargin': 145}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/cyrillictic.glif b/src/Inter-UI-Regular.ufo/glyphs/cyrillictic.glif
index 217b86c00..5dbf654c3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/cyrillictic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/cyrillictic.glif
@@ -1,38 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="cyrillictic" format="1">
- <advance width="496"/>
+<glyph name="cyrillictic" format="2">
+ <advance width="496.0"/>
+ <anchor x="244.0" y="88.0" name="_bottom"/>
+ <anchor x="356.0" y="0.0" name="_left"/>
+ <anchor x="148.0" y="0.0" name="_right"/>
<outline>
<contour>
- <point x="368" y="220" type="line"/>
- <point x="132" y="220" type="line"/>
- <point x="132" y="-496" type="line"/>
- <point x="368" y="-496" type="line"/>
- </contour>
- <contour>
- <point x="148" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="356" y="0" type="move" name="_left"/>
- </contour>
- <contour>
- <point x="244" y="88" type="move" name="_bottom"/>
+ <point x="368.0" y="220.0" type="line"/>
+ <point x="132.0" y="220.0" type="line"/>
+ <point x="132.0" y="-496.0" type="line"/>
+ <point x="368.0" y="-496.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 551, 'leftMargin': 131, 'rightMargin': 145}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/d.glif b/src/Inter-UI-Regular.ufo/glyphs/d.glif
index 2e018d49f..0032b8a0d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/d.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/d.glif
@@ -1,56 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="d" format="1">
- <advance width="1716"/>
+<glyph name="d" format="2">
+ <advance width="1716.0"/>
<unicode hex="0064"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1620.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1560.0" y="2112.0" name="caron"/>
+ <anchor x="1236.0" y="1796.0" name="cross"/>
+ <anchor x="820.0" y="2304.0" name="top"/>
+ <anchor x="1620.0" y="2216.0" name="top0315"/>
+ <anchor x="1620.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1500" y="0" type="line"/>
- <point x="1500" y="2048" type="line"/>
- <point x="1264" y="2048" type="line"/>
- <point x="1264" y="1156" type="line"/>
- <point x="1336" y="748" type="line"/>
- <point x="1272" y="344" type="line"/>
- <point x="1272" y="0" type="line"/>
- </contour>
- <component base="leftloop.cn" xOffset="8"/>
- <contour>
- <point x="1560" y="2112" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="1236" y="1796" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="820" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="820" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1620" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1620" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1620" y="2216" type="move" name="top0315"/>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="1500.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="1156.0" type="line"/>
+ <point x="1336.0" y="748.0" type="line"/>
+ <point x="1272.0" y="344.0" type="line"/>
+ <point x="1272.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1360.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1196.0" y="152.0"/>
+ <point x="1248.0" y="236.0" type="curve"/>
+ <point x="1360.0" y="236.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dagger.glif b/src/Inter-UI-Regular.ufo/glyphs/dagger.glif
index efeb72be3..92761df6a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dagger.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dagger.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dagger" format="1">
- <advance width="1776"/>
+<glyph name="dagger" format="2">
+ <advance width="1776.0"/>
<unicode hex="2020"/>
<outline>
<contour>
- <point x="1024" y="2004" type="line"/>
- <point x="748" y="2004" type="line"/>
- <point x="748" y="0" type="line"/>
- <point x="1024" y="0" type="line"/>
+ <point x="1024.0" y="2004.0" type="line"/>
+ <point x="748.0" y="2004.0" type="line"/>
+ <point x="748.0" y="0.0" type="line"/>
+ <point x="1024.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1568" y="1488" type="line"/>
- <point x="208" y="1488" type="line"/>
- <point x="208" y="1268" type="line"/>
- <point x="1568" y="1268" type="line"/>
+ <point x="1568.0" y="1488.0" type="line"/>
+ <point x="208.0" y="1488.0" type="line"/>
+ <point x="208.0" y="1268.0" type="line"/>
+ <point x="1568.0" y="1268.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1554, 'leftMargin': 98, 'rightMargin': 95}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/daggerdbl.glif b/src/Inter-UI-Regular.ufo/glyphs/daggerdbl.glif
index 5c68346f3..5af882bb1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/daggerdbl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/daggerdbl.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="daggerdbl" format="1">
- <advance width="1520"/>
+<glyph name="daggerdbl" format="2">
+ <advance width="1520.0"/>
<unicode hex="2021"/>
<outline>
<contour>
- <point x="892" y="2004" type="line"/>
- <point x="620" y="2004" type="line"/>
- <point x="620" y="-572" type="line"/>
- <point x="892" y="-572" type="line"/>
+ <point x="892.0" y="2004.0" type="line"/>
+ <point x="620.0" y="2004.0" type="line"/>
+ <point x="620.0" y="-572.0" type="line"/>
+ <point x="892.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="1440" y="1488" type="line"/>
- <point x="80" y="1488" type="line"/>
- <point x="80" y="1268" type="line"/>
- <point x="1440" y="1268" type="line"/>
+ <point x="1440.0" y="1488.0" type="line"/>
+ <point x="80.0" y="1488.0" type="line"/>
+ <point x="80.0" y="1268.0" type="line"/>
+ <point x="1440.0" y="1268.0" type="line"/>
</contour>
<contour>
- <point x="1440" y="220" type="line"/>
- <point x="80" y="220" type="line"/>
- <point x="80" y="0" type="line"/>
- <point x="1440" y="0" type="line"/>
+ <point x="1440.0" y="220.0" type="line"/>
+ <point x="80.0" y="220.0" type="line"/>
+ <point x="80.0" y="0.0" type="line"/>
+ <point x="1440.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1610, 'leftMargin': 121, 'rightMargin': 129}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dasiaoxia.glif b/src/Inter-UI-Regular.ufo/glyphs/dasiaoxia.glif
deleted file mode 100644
index 7ee2580e6..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/dasiaoxia.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dasiaoxia" format="1">
- <advance width="1264"/>
- <outline>
- <contour>
- <point x="620" y="1564" type="line"/>
- <point x="744" y="1564" type="line"/>
- <point x="1020" y="2016" type="line"/>
- <point x="1020" y="2032" type="line"/>
- <point x="732" y="2032" type="line"/>
- <point x="620" y="1588" type="line"/>
- </contour>
- <contour>
- <point x="244" y="1560" type="line"/>
- <point x="492" y="1560" type="line"/>
- <point x="492" y="1668" type="line" smooth="yes"/>
- <point x="492" y="1800"/>
- <point x="528" y="1892"/>
- <point x="604" y="1976" type="curve"/>
- <point x="496" y="2056" type="line"/>
- <point x="332" y="1972"/>
- <point x="244" y="1836"/>
- <point x="244" y="1676" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="816" y="1712" type="move" name="_tonos"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1165, 'leftMargin': 171, 'rightMargin': 218}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dasiapneumatacyrilliccmb.glif b/src/Inter-UI-Regular.ufo/glyphs/dasiapneumatacyrilliccmb.glif
index 438d27845..77d51d2e0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dasiapneumatacyrilliccmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dasiapneumatacyrilliccmb.glif
@@ -1,29 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dasiapneumatacyrilliccmb" format="1">
- <advance width="0"/>
+<glyph name="dasiapneumatacyrilliccmb" format="2">
<unicode hex="0485"/>
+ <anchor x="-752.0" y="1760.0" name="_marktop"/>
<outline>
<contour>
- <point x="-752" y="1760" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-694" y="1786" type="line"/>
- <point x="-582" y="1880" type="line"/>
- <point x="-663" y="2038" type="line"/>
- <point x="-661" y="2230" type="line"/>
- <point x="-921" y="2230" type="line"/>
- <point x="-921" y="2063" type="line"/>
+ <point x="-694.0" y="1786.0" type="line"/>
+ <point x="-582.0" y="1880.0" type="line"/>
+ <point x="-663.0" y="2038.0" type="line"/>
+ <point x="-661.0" y="2230.0" type="line"/>
+ <point x="-921.0" y="2230.0" type="line"/>
+ <point x="-921.0" y="2063.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dblapostrophe.glif b/src/Inter-UI-Regular.ufo/glyphs/dblapostrophe.glif
index c8fba25a5..697381b2a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dblapostrophe.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dblapostrophe.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dblapostrophe" format="1">
- <advance width="1264"/>
+<glyph name="dblapostrophe" format="2">
+ <advance width="1264.0"/>
<unicode hex="02EE"/>
<outline>
<contour>
- <point x="608" y="2144" type="line"/>
- <point x="336" y="2144" type="line"/>
- <point x="336" y="1888" type="line" smooth="yes"/>
- <point x="336" y="1728"/>
- <point x="292" y="1592"/>
- <point x="204" y="1464" type="curve"/>
- <point x="360" y="1356" type="line"/>
- <point x="520" y="1492"/>
- <point x="608" y="1716"/>
- <point x="608" y="1892" type="curve" smooth="yes"/>
+ <point x="608.0" y="2144.0" type="line"/>
+ <point x="336.0" y="2144.0" type="line"/>
+ <point x="336.0" y="1888.0" type="line" smooth="yes"/>
+ <point x="336.0" y="1728.0"/>
+ <point x="292.0" y="1592.0"/>
+ <point x="204.0" y="1464.0" type="curve"/>
+ <point x="360.0" y="1356.0" type="line"/>
+ <point x="520.0" y="1492.0"/>
+ <point x="608.0" y="1716.0"/>
+ <point x="608.0" y="1892.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1064" y="2144" type="line"/>
- <point x="792" y="2144" type="line"/>
- <point x="792" y="1888" type="line" smooth="yes"/>
- <point x="792" y="1728"/>
- <point x="744" y="1592"/>
- <point x="656" y="1464" type="curve"/>
- <point x="812" y="1356" type="line"/>
- <point x="972" y="1492"/>
- <point x="1064" y="1716"/>
- <point x="1064" y="1892" type="curve" smooth="yes"/>
+ <point x="1064.0" y="2144.0" type="line"/>
+ <point x="792.0" y="2144.0" type="line"/>
+ <point x="792.0" y="1888.0" type="line" smooth="yes"/>
+ <point x="792.0" y="1728.0"/>
+ <point x="744.0" y="1592.0"/>
+ <point x="656.0" y="1464.0" type="curve"/>
+ <point x="812.0" y="1356.0" type="line"/>
+ <point x="972.0" y="1492.0"/>
+ <point x="1064.0" y="1716.0"/>
+ <point x="1064.0" y="1892.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1079, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dblgravecmb.glif b/src/Inter-UI-Regular.ufo/glyphs/dblgravecmb.glif
index 890d882a8..e88e841c6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dblgravecmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dblgravecmb.glif
@@ -1,45 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dblgravecmb" format="1">
- <advance width="0"/>
+<glyph name="dblgravecmb" format="2">
<unicode hex="030F"/>
+ <anchor x="-622.0" y="1781.0" name="_marktop"/>
+ <anchor x="-622.0" y="1781.0" name="_top"/>
+ <anchor x="-622.0" y="2207.0" name="mkmktop"/>
+ <anchor x="-622.0" y="2207.0" name="mkmktop_acc"/>
+ <anchor x="-840.0" y="1904.0" name="parent_top"/>
<outline>
<contour>
- <point x="-622" y="1781" type="move" name="_top"/>
+ <point x="-689.0" y="1722.0" type="line"/>
+ <point x="-936.0" y="1722.0" type="line"/>
+ <point x="-1357.0" y="2087.0" type="line"/>
+ <point x="-1026.0" y="2087.0" type="line"/>
</contour>
<contour>
- <point x="-622" y="1781" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-622" y="2207" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-622" y="2207" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-840" y="1904" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-689" y="1722" type="line"/>
- <point x="-936" y="1722" type="line"/>
- <point x="-1357" y="2087" type="line"/>
- <point x="-1026" y="2087" type="line"/>
- </contour>
- <contour>
- <point x="-325" y="1722" type="line"/>
- <point x="-543" y="1722" type="line"/>
- <point x="-880" y="2087" type="line"/>
- <point x="-576" y="2087" type="line"/>
+ <point x="-325.0" y="1722.0" type="line"/>
+ <point x="-543.0" y="1722.0" type="line"/>
+ <point x="-880.0" y="2087.0" type="line"/>
+ <point x="-576.0" y="2087.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dblprimemod.glif b/src/Inter-UI-Regular.ufo/glyphs/dblprimemod.glif
index 838522e4f..69ac73152 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dblprimemod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dblprimemod.glif
@@ -1,19 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dblprimemod" format="1">
- <advance width="1008"/>
+<glyph name="dblprimemod" format="2">
+ <advance width="1008.0"/>
<unicode hex="02BA"/>
<outline>
- <component base="primemod" xOffset="36"/>
- <component base="primemod" xOffset="448"/>
+ <component base="primemod" xOffset="36.0"/>
+ <component base="primemod" xOffset="448.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 866, 'leftMargin': 44, 'rightMargin': -15}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/dcaron.glif
new file mode 100644
index 000000000..f7a9e868c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dcaron.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dcaron" format="2">
+ <advance width="1864.0"/>
+ <unicode hex="010F"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1770.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="2304.0" name="parent_top"/>
+ <anchor x="820.0" y="2304.0" name="top"/>
+ <anchor x="1770.0" y="2216.0" name="top0315"/>
+ <anchor x="1770.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="commaaccent" xOffset="1308.0" yOffset="1772.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dcedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/dcedilla.glif
new file mode 100644
index 000000000..16f4c836a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dcedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dcedilla" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E11"/>
+ <anchor x="856.0" y="-728.0" name="bottom"/>
+ <anchor x="1620.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="2304.0" name="parent_top"/>
+ <anchor x="820.0" y="2304.0" name="top"/>
+ <anchor x="1620.0" y="2216.0" name="top0315"/>
+ <anchor x="1620.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="commaaccent" xOffset="432.0" yOffset="-512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dcircumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/dcircumflexbelow.glif
new file mode 100644
index 000000000..7ad88b1f3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dcircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dcircumflexbelow" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E13"/>
+ <anchor x="819.0" y="-558.0" name="bottom"/>
+ <anchor x="1620.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="2304.0" name="parent_top"/>
+ <anchor x="820.0" y="2304.0" name="top"/>
+ <anchor x="1620.0" y="2216.0" name="top0315"/>
+ <anchor x="1620.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="circumflexsubnosp" xOffset="1632.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dcroat.glif b/src/Inter-UI-Regular.ufo/glyphs/dcroat.glif
index fe41fbc7e..687590369 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dcroat.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dcroat.glif
@@ -1,42 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dcroat" format="1">
- <advance width="1748"/>
+<glyph name="dcroat" format="2">
+ <advance width="1748.0"/>
<unicode hex="0111"/>
+ <anchor x="864.0" y="0.0" name="bottom"/>
+ <anchor x="1608.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1548.0" y="2112.0" name="caron"/>
+ <anchor x="864.0" y="0.0" name="markbottom"/>
+ <anchor x="1228.0" y="1800.0" name="parenthesses.w2"/>
+ <anchor x="792.0" y="2304.0" name="top"/>
+ <anchor x="1712.0" y="2216.0" name="top0315"/>
+ <anchor x="1608.0" y="2200.0" name="top_dd"/>
<outline>
<component base="d"/>
- <component base="crossbar" xOffset="664" yOffset="824"/>
- <contour>
- <point x="1548" y="2112" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="864" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="792" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1608" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1608" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="864" y="0" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1712" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="1228" y="1800" type="move" name="parenthesses.w2"/>
- </contour>
+ <component base="crossbar" xOffset="664.0" yOffset="824.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1698, 'leftMargin': 127, 'rightMargin': 40}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ddotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/ddotaccent.glif
new file mode 100644
index 000000000..88fddfdbf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ddotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ddotaccent" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E0B"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1620.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="2304.0" name="parent_top"/>
+ <anchor x="820.0" y="2700.0" name="top"/>
+ <anchor x="1620.0" y="2216.0" name="top0315"/>
+ <anchor x="1620.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="dotaccent" xOffset="488.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ddotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ddotbelow.glif
new file mode 100644
index 000000000..3bcc7345c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ddotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ddotbelow" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E0D"/>
+ <anchor x="820.0" y="-495.0" name="bottom"/>
+ <anchor x="1620.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="2304.0" name="parent_top"/>
+ <anchor x="820.0" y="2304.0" name="top"/>
+ <anchor x="1620.0" y="2216.0" name="top0315"/>
+ <anchor x="1620.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="dotbelow" xOffset="1648.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/decyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/decyrillic.glif
index 7b830ae9e..76d0c4964 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/decyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/decyrillic.glif
@@ -1,55 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="decyrillic" format="1">
- <advance width="1776"/>
+<glyph name="decyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="0434"/>
+ <anchor x="1000.0" y="1744.0" name="top"/>
+ <anchor x="1760.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="500" y="1488" type="line"/>
- <point x="476" y="928" type="line" smooth="yes"/>
- <point x="460" y="496"/>
- <point x="344" y="364"/>
- <point x="224" y="220" type="curve"/>
- <point x="168" y="220" type="line"/>
- <point x="160" y="0" type="line"/>
- <point x="296" y="0" type="line"/>
- <point x="520" y="132"/>
- <point x="728" y="364"/>
- <point x="752" y="928" type="curve" smooth="yes"/>
- <point x="772" y="1488" type="line"/>
+ <point x="500.0" y="1488.0" type="line"/>
+ <point x="476.0" y="928.0" type="line" smooth="yes"/>
+ <point x="460.0" y="496.0"/>
+ <point x="344.0" y="364.0"/>
+ <point x="224.0" y="220.0" type="curve"/>
+ <point x="168.0" y="220.0" type="line"/>
+ <point x="160.0" y="0.0" type="line"/>
+ <point x="296.0" y="0.0" type="line"/>
+ <point x="520.0" y="132.0"/>
+ <point x="728.0" y="364.0"/>
+ <point x="752.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="564" y="1488" type="line"/>
- <point x="564" y="1240" type="line"/>
- <point x="1200" y="1240" type="line"/>
- <point x="1200" y="0" type="line"/>
- <point x="1476" y="0" type="line"/>
- <point x="1476" y="1488" type="line"/>
+ <point x="564.0" y="1488.0" type="line"/>
+ <point x="564.0" y="1240.0" type="line"/>
+ <point x="1200.0" y="1240.0" type="line"/>
+ <point x="1200.0" y="0.0" type="line"/>
+ <point x="1476.0" y="0.0" type="line"/>
+ <point x="1476.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="104" y="220" type="line"/>
- <point x="104" y="-440" type="line"/>
- <point x="380" y="-440" type="line"/>
- <point x="380" y="0" type="line"/>
- <point x="1400" y="0" type="line"/>
- <point x="1400" y="-440" type="line"/>
- <point x="1676" y="-440" type="line"/>
- <point x="1676" y="220" type="line"/>
- </contour>
- <contour>
- <point x="1000" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1760" y="1744" type="move" name="top0315"/>
+ <point x="104.0" y="220.0" type="line"/>
+ <point x="104.0" y="-440.0" type="line"/>
+ <point x="380.0" y="-440.0" type="line"/>
+ <point x="380.0" y="0.0" type="line"/>
+ <point x="1400.0" y="0.0" type="line"/>
+ <point x="1400.0" y="-440.0" type="line"/>
+ <point x="1676.0" y="-440.0" type="line"/>
+ <point x="1676.0" y="220.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1719, 'leftMargin': 62, 'rightMargin': 85}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/degree.glif b/src/Inter-UI-Regular.ufo/glyphs/degree.glif
index a425f5033..31f06e581 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/degree.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/degree.glif
@@ -1,52 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="degree" format="1">
- <advance width="1264"/>
+<glyph name="degree" format="2">
+ <advance width="1264.0"/>
<unicode hex="00B0"/>
<outline>
<contour>
- <point x="632" y="1076" type="curve" smooth="yes"/>
- <point x="888" y="1076"/>
- <point x="1092" y="1284"/>
- <point x="1092" y="1536" type="curve" smooth="yes"/>
- <point x="1092" y="1792"/>
- <point x="888" y="1996"/>
- <point x="632" y="1996" type="curve" smooth="yes"/>
- <point x="380" y="1996"/>
- <point x="172" y="1792"/>
- <point x="172" y="1536" type="curve" smooth="yes"/>
- <point x="172" y="1284"/>
- <point x="380" y="1076"/>
+ <point x="632.0" y="1076.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="1076.0"/>
+ <point x="1092.0" y="1284.0"/>
+ <point x="1092.0" y="1536.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="1792.0"/>
+ <point x="888.0" y="1996.0"/>
+ <point x="632.0" y="1996.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1996.0"/>
+ <point x="172.0" y="1792.0"/>
+ <point x="172.0" y="1536.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="1284.0"/>
+ <point x="380.0" y="1076.0"/>
</contour>
<contour>
- <point x="632" y="1276" type="curve" smooth="yes"/>
- <point x="488" y="1276"/>
- <point x="368" y="1396"/>
- <point x="368" y="1540" type="curve" smooth="yes"/>
- <point x="368" y="1684"/>
- <point x="488" y="1804"/>
- <point x="632" y="1804" type="curve" smooth="yes"/>
- <point x="776" y="1804"/>
- <point x="896" y="1684"/>
- <point x="896" y="1540" type="curve" smooth="yes"/>
- <point x="896" y="1396"/>
- <point x="776" y="1276"/>
+ <point x="632.0" y="1276.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="1276.0"/>
+ <point x="368.0" y="1396.0"/>
+ <point x="368.0" y="1540.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1684.0"/>
+ <point x="488.0" y="1804.0"/>
+ <point x="632.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="1804.0"/>
+ <point x="896.0" y="1684.0"/>
+ <point x="896.0" y="1540.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="1396.0"/>
+ <point x="776.0" y="1276.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 896, 'leftMargin': 28, 'rightMargin': 168}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/degreecentigrade.glif b/src/Inter-UI-Regular.ufo/glyphs/degreecentigrade.glif
index 688f0dbcc..26a376346 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/degreecentigrade.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/degreecentigrade.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="degreecentigrade" format="1">
- <advance width="3120"/>
+<glyph name="degreecentigrade" format="2">
+ <advance width="3120.0"/>
<unicode hex="2103"/>
<outline>
- <component base="degree" xOffset="-16"/>
- <component base="C" xOffset="1072"/>
+ <component base="degree" xOffset="-16.0"/>
+ <component base="C" xOffset="1072.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2483, 'leftMargin': 55, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/degreefarenheit.glif b/src/Inter-UI-Regular.ufo/glyphs/degreefarenheit.glif
index 8d60ab151..8d42dc904 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/degreefarenheit.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/degreefarenheit.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="degreefarenheit" format="1">
- <advance width="2672"/>
+<glyph name="degreefarenheit" format="2">
+ <advance width="2672.0"/>
<unicode hex="2109"/>
<outline>
- <component base="degree" xOffset="-16"/>
- <component base="F" xOffset="1072"/>
+ <component base="degree" xOffset="-16.0"/>
+ <component base="F" xOffset="1072.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2283, 'leftMargin': 55, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/degreekelvin.glif b/src/Inter-UI-Regular.ufo/glyphs/degreekelvin.glif
index e7707945a..0314b1a52 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/degreekelvin.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/degreekelvin.glif
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="degreekelvin" format="1">
- <advance width="1840"/>
+<glyph name="degreekelvin" format="2">
+ <advance width="1840.0"/>
<unicode hex="212A"/>
<outline>
<component base="K"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1764, 'leftMargin': 256, 'rightMargin': 72}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/delta.glif b/src/Inter-UI-Regular.ufo/glyphs/delta.glif
index 900ccc776..8117211ab 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/delta.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/delta.glif
@@ -1,69 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="delta" format="1">
- <advance width="1520"/>
+<glyph name="delta" format="2">
+ <advance width="1520.0"/>
<unicode hex="03B4"/>
<outline>
<contour>
- <point x="264" y="1740" type="curve"/>
- <point x="264" y="1572"/>
- <point x="372" y="1440"/>
- <point x="544" y="1372" type="curve"/>
- <point x="544" y="1364" type="line"/>
- <point x="300" y="1304"/>
- <point x="96" y="1048"/>
- <point x="96" y="728" type="curve" smooth="yes"/>
- <point x="96" y="700" type="line" smooth="yes"/>
- <point x="96" y="288"/>
- <point x="340" y="-28"/>
- <point x="764" y="-28" type="curve" smooth="yes"/>
- <point x="1180" y="-28"/>
- <point x="1428" y="288"/>
- <point x="1428" y="700" type="curve" smooth="yes"/>
- <point x="1428" y="728" type="line" smooth="yes"/>
- <point x="1428" y="1108"/>
- <point x="1236" y="1360"/>
- <point x="848" y="1496" type="curve" smooth="yes"/>
- <point x="596" y="1588"/>
- <point x="544" y="1680"/>
- <point x="544" y="1748" type="curve"/>
- <point x="544" y="1856"/>
- <point x="632" y="1924"/>
- <point x="784" y="1924" type="curve" smooth="yes"/>
- <point x="928" y="1924"/>
- <point x="1080" y="1876"/>
- <point x="1160" y="1844" type="curve"/>
- <point x="1160" y="2080" type="line"/>
- <point x="1036" y="2128"/>
- <point x="932" y="2152"/>
- <point x="788" y="2152" type="curve" smooth="yes"/>
- <point x="460" y="2152"/>
- <point x="264" y="1996"/>
+ <point x="264.0" y="1740.0" type="curve"/>
+ <point x="264.0" y="1572.0"/>
+ <point x="372.0" y="1440.0"/>
+ <point x="544.0" y="1372.0" type="curve"/>
+ <point x="544.0" y="1364.0" type="line"/>
+ <point x="300.0" y="1304.0"/>
+ <point x="96.0" y="1048.0"/>
+ <point x="96.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="700.0" type="line" smooth="yes"/>
+ <point x="96.0" y="288.0"/>
+ <point x="340.0" y="-28.0"/>
+ <point x="764.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-28.0"/>
+ <point x="1428.0" y="288.0"/>
+ <point x="1428.0" y="700.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1428.0" y="1108.0"/>
+ <point x="1236.0" y="1360.0"/>
+ <point x="848.0" y="1496.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="1588.0"/>
+ <point x="544.0" y="1680.0"/>
+ <point x="544.0" y="1748.0" type="curve"/>
+ <point x="544.0" y="1856.0"/>
+ <point x="632.0" y="1924.0"/>
+ <point x="784.0" y="1924.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="1924.0"/>
+ <point x="1080.0" y="1876.0"/>
+ <point x="1160.0" y="1844.0" type="curve"/>
+ <point x="1160.0" y="2080.0" type="line"/>
+ <point x="1036.0" y="2128.0"/>
+ <point x="932.0" y="2152.0"/>
+ <point x="788.0" y="2152.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="2152.0"/>
+ <point x="264.0" y="1996.0"/>
</contour>
<contour>
- <point x="372" y="728" type="line"/>
- <point x="372" y="1004"/>
- <point x="492" y="1244"/>
- <point x="764" y="1244" type="curve"/>
- <point x="1000" y="1196"/>
- <point x="1152" y="952"/>
- <point x="1152" y="728" type="curve" smooth="yes"/>
- <point x="1152" y="700" type="line" smooth="yes"/>
- <point x="1152" y="424"/>
- <point x="1032" y="192"/>
- <point x="764" y="192" type="curve" smooth="yes"/>
- <point x="492" y="192"/>
- <point x="372" y="424"/>
- <point x="372" y="700" type="curve" smooth="yes"/>
+ <point x="372.0" y="728.0" type="line"/>
+ <point x="372.0" y="1004.0"/>
+ <point x="492.0" y="1244.0"/>
+ <point x="764.0" y="1244.0" type="curve"/>
+ <point x="1000.0" y="1196.0"/>
+ <point x="1152.0" y="952.0"/>
+ <point x="1152.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="700.0" type="line" smooth="yes"/>
+ <point x="1152.0" y="424.0"/>
+ <point x="1032.0" y="192.0"/>
+ <point x="764.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="192.0"/>
+ <point x="372.0" y="424.0"/>
+ <point x="372.0" y="700.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 135, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/deltaturn.glif b/src/Inter-UI-Regular.ufo/glyphs/deltaturn.glif
index c0c832cd7..de730868d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/deltaturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/deltaturn.glif
@@ -1,65 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="deltaturn" format="1">
- <advance width="1520"/>
+<glyph name="deltaturn" format="2">
+ <advance width="1520.0"/>
<unicode hex="018D"/>
<outline>
<contour>
- <point x="1236" y="-516" type="line"/>
- <point x="1236" y="-352" type="line"/>
- <point x="1104" y="-200"/>
- <point x="920" y="-48"/>
- <point x="760" y="100" type="curve"/>
- <point x="776" y="100"/>
- <point x="788" y="100"/>
- <point x="804" y="104" type="curve" smooth="yes"/>
- <point x="1200" y="152"/>
- <point x="1428" y="424"/>
- <point x="1428" y="756" type="curve" smooth="yes"/>
- <point x="1428" y="784" type="line" smooth="yes"/>
- <point x="1428" y="1200"/>
- <point x="1180" y="1516"/>
- <point x="760" y="1516" type="curve" smooth="yes"/>
- <point x="340" y="1516"/>
- <point x="96" y="1200"/>
- <point x="96" y="784" type="curve" smooth="yes"/>
- <point x="96" y="756" type="line" smooth="yes"/>
- <point x="96" y="444"/>
- <point x="308" y="204"/>
- <point x="600" y="-52" type="curve" smooth="yes"/>
- <point x="692" y="-124"/>
- <point x="824" y="-248"/>
- <point x="868" y="-304" type="curve"/>
- <point x="260" y="-304" type="line"/>
- <point x="260" y="-516" type="line"/>
+ <point x="1236.0" y="-516.0" type="line"/>
+ <point x="1236.0" y="-352.0" type="line"/>
+ <point x="1104.0" y="-200.0"/>
+ <point x="920.0" y="-48.0"/>
+ <point x="760.0" y="100.0" type="curve"/>
+ <point x="776.0" y="100.0"/>
+ <point x="788.0" y="100.0"/>
+ <point x="804.0" y="104.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="152.0"/>
+ <point x="1428.0" y="424.0"/>
+ <point x="1428.0" y="756.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="784.0" type="line" smooth="yes"/>
+ <point x="1428.0" y="1200.0"/>
+ <point x="1180.0" y="1516.0"/>
+ <point x="760.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="1516.0"/>
+ <point x="96.0" y="1200.0"/>
+ <point x="96.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="756.0" type="line" smooth="yes"/>
+ <point x="96.0" y="444.0"/>
+ <point x="308.0" y="204.0"/>
+ <point x="600.0" y="-52.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="-124.0"/>
+ <point x="824.0" y="-248.0"/>
+ <point x="868.0" y="-304.0" type="curve"/>
+ <point x="260.0" y="-304.0" type="line"/>
+ <point x="260.0" y="-516.0" type="line"/>
</contour>
<contour>
- <point x="1152" y="756" type="line"/>
- <point x="1152" y="500"/>
- <point x="1024" y="272"/>
- <point x="736" y="272" type="curve" smooth="yes"/>
- <point x="688" y="272"/>
- <point x="652" y="276"/>
- <point x="616" y="288" type="curve"/>
- <point x="488" y="372"/>
- <point x="368" y="540"/>
- <point x="368" y="756" type="curve" smooth="yes"/>
- <point x="368" y="784" type="line" smooth="yes"/>
- <point x="368" y="1060"/>
- <point x="488" y="1296"/>
- <point x="760" y="1296" type="curve" smooth="yes"/>
- <point x="1036" y="1296"/>
- <point x="1152" y="1060"/>
- <point x="1152" y="784" type="curve" smooth="yes"/>
+ <point x="1152.0" y="756.0" type="line"/>
+ <point x="1152.0" y="500.0"/>
+ <point x="1024.0" y="272.0"/>
+ <point x="736.0" y="272.0" type="curve" smooth="yes"/>
+ <point x="688.0" y="272.0"/>
+ <point x="652.0" y="276.0"/>
+ <point x="616.0" y="288.0" type="curve"/>
+ <point x="488.0" y="372.0"/>
+ <point x="368.0" y="540.0"/>
+ <point x="368.0" y="756.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="784.0" type="line" smooth="yes"/>
+ <point x="368.0" y="1060.0"/>
+ <point x="488.0" y="1296.0"/>
+ <point x="760.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1296.0"/>
+ <point x="1152.0" y="1060.0"/>
+ <point x="1152.0" y="784.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 133, 'rightMargin': 136}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dhook.glif b/src/Inter-UI-Regular.ufo/glyphs/dhook.glif
index 20e291769..4359b3699 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dhook.glif
@@ -1,79 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dhook" format="1">
- <advance width="1732"/>
+<glyph name="dhook" format="2">
+ <advance width="1732.0"/>
<unicode hex="0257"/>
+ <anchor x="836.0" y="0.0" name="bottom"/>
+ <anchor x="756.0" y="2200.0" name="top"/>
+ <anchor x="1652.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1264" y="1392" type="line"/>
- <point x="1500" y="1392" type="line"/>
- <point x="1500" y="1672" type="line" smooth="yes"/>
- <point x="1500" y="1832"/>
- <point x="1600" y="1868"/>
- <point x="1728" y="1868" type="curve" smooth="yes"/>
- <point x="1748" y="1868"/>
- <point x="1784" y="1868"/>
- <point x="1804" y="1860" type="curve"/>
- <point x="1804" y="2064" type="line"/>
- <point x="1768" y="2076"/>
- <point x="1712" y="2080"/>
- <point x="1668" y="2080" type="curve" smooth="yes"/>
- <point x="1440" y="2080"/>
- <point x="1264" y="1936"/>
- <point x="1264" y="1672" type="curve" smooth="yes"/>
+ <point x="1264.0" y="1392.0" type="line"/>
+ <point x="1500.0" y="1392.0" type="line"/>
+ <point x="1500.0" y="1672.0" type="line" smooth="yes"/>
+ <point x="1500.0" y="1832.0"/>
+ <point x="1600.0" y="1868.0"/>
+ <point x="1728.0" y="1868.0" type="curve" smooth="yes"/>
+ <point x="1748.0" y="1868.0"/>
+ <point x="1784.0" y="1868.0"/>
+ <point x="1804.0" y="1860.0" type="curve"/>
+ <point x="1804.0" y="2064.0" type="line"/>
+ <point x="1768.0" y="2076.0"/>
+ <point x="1712.0" y="2080.0"/>
+ <point x="1668.0" y="2080.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="2080.0"/>
+ <point x="1264.0" y="1936.0"/>
+ <point x="1264.0" y="1672.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1500" y="0" type="line"/>
- <point x="1500" y="1536" type="line"/>
- <point x="1264" y="1536" type="line"/>
- <point x="1264" y="1292" type="line"/>
- <point x="1244" y="1292" type="line"/>
- <point x="1192" y="1372"/>
- <point x="1100" y="1556"/>
- <point x="800" y="1556" type="curve" smooth="yes"/>
- <point x="412" y="1556"/>
- <point x="144" y="1248"/>
- <point x="144" y="764" type="curve" smooth="yes"/>
- <point x="144" y="276"/>
- <point x="412" y="-32"/>
- <point x="796" y="-32" type="curve" smooth="yes"/>
- <point x="1092" y="-32"/>
- <point x="1192" y="152"/>
- <point x="1244" y="236" type="curve"/>
- <point x="1272" y="236" type="line"/>
- <point x="1272" y="0" type="line"/>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="1500.0" y="1536.0" type="line"/>
+ <point x="1264.0" y="1536.0" type="line"/>
+ <point x="1264.0" y="1292.0" type="line"/>
+ <point x="1244.0" y="1292.0" type="line"/>
+ <point x="1192.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1192.0" y="152.0"/>
+ <point x="1244.0" y="236.0" type="curve"/>
+ <point x="1272.0" y="236.0" type="line"/>
+ <point x="1272.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="380" y="768" type="curve" smooth="yes"/>
- <point x="380" y="1092"/>
- <point x="528" y="1344"/>
- <point x="828" y="1344" type="curve" smooth="yes"/>
- <point x="1116" y="1344"/>
- <point x="1268" y="1112"/>
- <point x="1268" y="768" type="curve" smooth="yes"/>
- <point x="1268" y="420"/>
- <point x="1112" y="180"/>
- <point x="828" y="180" type="curve" smooth="yes"/>
- <point x="532" y="180"/>
- <point x="380" y="440"/>
- </contour>
- <contour>
- <point x="756" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="836" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1652" y="2200" type="move" name="top0315"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1664, 'leftMargin': 127, 'rightMargin': -14}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/diaeresistonosnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/diaeresistonosnosp.glif
index 360e45eef..dd4cbf9e9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/diaeresistonosnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/diaeresistonosnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diaeresistonosnosp" format="1">
- <advance width="0"/>
+<glyph name="diaeresistonosnosp" format="2">
<unicode hex="0344"/>
+ <anchor x="-813.0" y="1774.0" name="_marktop"/>
+ <anchor x="-813.0" y="2402.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-813" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-813" y="2402" type="move" name="mkmktop"/>
- </contour>
- <component base="dieresistonos" xOffset="-1517"/>
+ <component base="dieresistonos" xOffset="-1517.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/diamondblack.glif b/src/Inter-UI-Regular.ufo/glyphs/diamondblack.glif
index 2dafe58e9..ae74fa0e6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/diamondblack.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/diamondblack.glif
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diamondblack" format="1">
- <advance width="2960"/>
+<glyph name="diamondblack" format="2">
+ <advance width="2960.0"/>
<unicode hex="25C6"/>
<outline>
<contour>
- <point x="2824" y="768" type="line"/>
- <point x="1488" y="2112" type="line"/>
- <point x="136" y="768" type="line"/>
- <point x="1488" y="-576" type="line"/>
+ <point x="2824.0" y="768.0" type="line"/>
+ <point x="1488.0" y="2112.0" type="line"/>
+ <point x="136.0" y="768.0" type="line"/>
+ <point x="1488.0" y="-576.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/diamondblack_x.glif b/src/Inter-UI-Regular.ufo/glyphs/diamondblack_x.glif
index 1be23bb90..47e4ca134 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/diamondblack_x.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/diamondblack_x.glif
@@ -1,39 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diamondblack_x" format="1">
- <advance width="2960"/>
+<glyph name="diamondblack_x" format="2">
+ <advance width="2960.0"/>
<unicode hex="2756"/>
<outline>
<contour>
- <point x="2072" y="1520" type="line"/>
- <point x="1488" y="2112" type="line"/>
- <point x="896" y="1520" type="line"/>
- <point x="1488" y="936" type="line"/>
+ <point x="2072.0" y="1520.0" type="line"/>
+ <point x="1488.0" y="2112.0" type="line"/>
+ <point x="896.0" y="1520.0" type="line"/>
+ <point x="1488.0" y="936.0" type="line"/>
</contour>
<contour>
- <point x="2824" y="768" type="line"/>
- <point x="2240" y="1352" type="line"/>
- <point x="1656" y="768" type="line"/>
- <point x="2240" y="176" type="line"/>
+ <point x="2824.0" y="768.0" type="line"/>
+ <point x="2240.0" y="1352.0" type="line"/>
+ <point x="1656.0" y="768.0" type="line"/>
+ <point x="2240.0" y="176.0" type="line"/>
</contour>
<contour>
- <point x="1320" y="768" type="line"/>
- <point x="728" y="1352" type="line"/>
- <point x="136" y="768" type="line"/>
- <point x="728" y="176" type="line"/>
+ <point x="1320.0" y="768.0" type="line"/>
+ <point x="728.0" y="1352.0" type="line"/>
+ <point x="136.0" y="768.0" type="line"/>
+ <point x="728.0" y="176.0" type="line"/>
</contour>
<contour>
- <point x="2072" y="8" type="line"/>
- <point x="1488" y="600" type="line"/>
- <point x="896" y="8" type="line"/>
- <point x="1488" y="-576" type="line"/>
+ <point x="2072.0" y="8.0" type="line"/>
+ <point x="1488.0" y="600.0" type="line"/>
+ <point x="896.0" y="8.0" type="line"/>
+ <point x="1488.0" y="-576.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/diamondwhite.glif b/src/Inter-UI-Regular.ufo/glyphs/diamondwhite.glif
index 6e9ec57f9..ff1c280b5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/diamondwhite.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/diamondwhite.glif
@@ -1,27 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diamondwhite" format="1">
- <advance width="2960"/>
+<glyph name="diamondwhite" format="2">
+ <advance width="2960.0"/>
<unicode hex="25C7"/>
<outline>
<contour>
- <point x="2824" y="768" type="line"/>
- <point x="1488" y="2112" type="line"/>
- <point x="136" y="768" type="line"/>
- <point x="1488" y="-576" type="line"/>
+ <point x="2824.0" y="768.0" type="line"/>
+ <point x="1488.0" y="2112.0" type="line"/>
+ <point x="136.0" y="768.0" type="line"/>
+ <point x="1488.0" y="-576.0" type="line"/>
</contour>
<contour>
- <point x="2580" y="768" type="line"/>
- <point x="1488" y="-336" type="line"/>
- <point x="380" y="768" type="line"/>
- <point x="1488" y="1868" type="line"/>
+ <point x="2580.0" y="768.0" type="line"/>
+ <point x="1488.0" y="-336.0" type="line"/>
+ <point x="380.0" y="768.0" type="line"/>
+ <point x="1488.0" y="1868.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/diamondwhite_x.glif b/src/Inter-UI-Regular.ufo/glyphs/diamondwhite_x.glif
index f583232f4..9a2d120e2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/diamondwhite_x.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/diamondwhite_x.glif
@@ -1,70 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="diamondwhite_x" format="1">
- <advance width="2960"/>
+<glyph name="diamondwhite_x" format="2">
+ <advance width="2960.0"/>
<unicode hex="E000"/>
<outline>
<contour>
- <point x="2072" y="1520" type="line"/>
- <point x="1488" y="2112" type="line"/>
- <point x="896" y="1520" type="line"/>
- <point x="1488" y="936" type="line"/>
+ <point x="2072.0" y="1520.0" type="line"/>
+ <point x="1488.0" y="2112.0" type="line"/>
+ <point x="896.0" y="1520.0" type="line"/>
+ <point x="1488.0" y="936.0" type="line"/>
</contour>
<contour>
- <point x="1136" y="1520" type="line"/>
- <point x="1488" y="1872" type="line"/>
- <point x="1832" y="1520" type="line"/>
- <point x="1488" y="1176" type="line"/>
+ <point x="1136.0" y="1520.0" type="line"/>
+ <point x="1488.0" y="1872.0" type="line"/>
+ <point x="1832.0" y="1520.0" type="line"/>
+ <point x="1488.0" y="1176.0" type="line"/>
</contour>
<contour>
- <point x="2824" y="768" type="line"/>
- <point x="2240" y="1352" type="line"/>
- <point x="1656" y="768" type="line"/>
- <point x="2240" y="176" type="line"/>
+ <point x="2824.0" y="768.0" type="line"/>
+ <point x="2240.0" y="1352.0" type="line"/>
+ <point x="1656.0" y="768.0" type="line"/>
+ <point x="2240.0" y="176.0" type="line"/>
</contour>
<contour>
- <point x="1320" y="768" type="line"/>
- <point x="728" y="1352" type="line"/>
- <point x="136" y="768" type="line"/>
- <point x="728" y="176" type="line"/>
+ <point x="1320.0" y="768.0" type="line"/>
+ <point x="728.0" y="1352.0" type="line"/>
+ <point x="136.0" y="768.0" type="line"/>
+ <point x="728.0" y="176.0" type="line"/>
</contour>
<contour>
- <point x="1888" y="768" type="line"/>
- <point x="2240" y="1120" type="line"/>
- <point x="2592" y="768" type="line"/>
- <point x="2240" y="416" type="line"/>
+ <point x="1888.0" y="768.0" type="line"/>
+ <point x="2240.0" y="1120.0" type="line"/>
+ <point x="2592.0" y="768.0" type="line"/>
+ <point x="2240.0" y="416.0" type="line"/>
</contour>
<contour>
- <point x="376" y="768" type="line"/>
- <point x="728" y="1120" type="line"/>
- <point x="1080" y="768" type="line"/>
- <point x="728" y="416" type="line"/>
+ <point x="376.0" y="768.0" type="line"/>
+ <point x="728.0" y="1120.0" type="line"/>
+ <point x="1080.0" y="768.0" type="line"/>
+ <point x="728.0" y="416.0" type="line"/>
</contour>
<contour>
- <point x="2072" y="8" type="line"/>
- <point x="1488" y="600" type="line"/>
- <point x="896" y="8" type="line"/>
- <point x="1488" y="-576" type="line"/>
+ <point x="2072.0" y="8.0" type="line"/>
+ <point x="1488.0" y="600.0" type="line"/>
+ <point x="896.0" y="8.0" type="line"/>
+ <point x="1488.0" y="-576.0" type="line"/>
</contour>
<contour>
- <point x="1136" y="8" type="line"/>
- <point x="1488" y="360" type="line"/>
- <point x="1832" y="8" type="line"/>
- <point x="1488" y="-336" type="line"/>
+ <point x="1136.0" y="8.0" type="line"/>
+ <point x="1488.0" y="360.0" type="line"/>
+ <point x="1832.0" y="8.0" type="line"/>
+ <point x="1488.0" y="-336.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.97</real>
- <real>0.95</real>
- <real>0.83</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.969,0.949,0.831,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresis.glif
index 06334f652..e335355b7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresis.glif
@@ -1,56 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresis" format="1">
- <advance width="1648"/>
+<glyph name="dieresis" format="2">
+ <advance width="1648.0"/>
<unicode hex="00A8"/>
+ <anchor x="824.0" y="1792.0" name="_top"/>
+ <anchor x="824.0" y="2172.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="540" y="1772" type="curve" smooth="yes"/>
- <point x="632" y="1772"/>
- <point x="700" y="1848"/>
- <point x="700" y="1932" type="curve" smooth="yes"/>
- <point x="700" y="2024"/>
- <point x="632" y="2092"/>
- <point x="540" y="2092" type="curve" smooth="yes"/>
- <point x="456" y="2092"/>
- <point x="380" y="2024"/>
- <point x="380" y="1932" type="curve" smooth="yes"/>
- <point x="380" y="1848"/>
- <point x="456" y="1772"/>
+ <point x="540.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="1772.0"/>
+ <point x="700.0" y="1848.0"/>
+ <point x="700.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="2024.0"/>
+ <point x="632.0" y="2092.0"/>
+ <point x="540.0" y="2092.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="2092.0"/>
+ <point x="380.0" y="2024.0"/>
+ <point x="380.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1848.0"/>
+ <point x="456.0" y="1772.0"/>
</contour>
<contour>
- <point x="1108" y="1772" type="curve" smooth="yes"/>
- <point x="1200" y="1772"/>
- <point x="1268" y="1848"/>
- <point x="1268" y="1932" type="curve" smooth="yes"/>
- <point x="1268" y="2024"/>
- <point x="1200" y="2092"/>
- <point x="1108" y="2092" type="curve" smooth="yes"/>
- <point x="1024" y="2092"/>
- <point x="948" y="2024"/>
- <point x="948" y="1932" type="curve" smooth="yes"/>
- <point x="948" y="1848"/>
- <point x="1024" y="1772"/>
- </contour>
- <contour>
- <point x="824" y="1792" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="824" y="2172" type="move" name="mkmktop_acc"/>
+ <point x="1108.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="1772.0"/>
+ <point x="1268.0" y="1848.0"/>
+ <point x="1268.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="2024.0"/>
+ <point x="1200.0" y="2092.0"/>
+ <point x="1108.0" y="2092.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="2092.0"/>
+ <point x="948.0" y="2024.0"/>
+ <point x="948.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="1848.0"/>
+ <point x="1024.0" y="1772.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.cn.glif
new file mode 100644
index 000000000..801799022
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.cn.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dieresisacutecomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-913.0" y="1926.0" type="line"/>
+ <point x="-738.0" y="1926.0" type="line"/>
+ <point x="-487.0" y="2239.0" type="line"/>
+ <point x="-738.0" y="2239.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1084.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="-992.0" y="1696.0"/>
+ <point x="-924.0" y="1772.0"/>
+ <point x="-924.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="-924.0" y="1948.0"/>
+ <point x="-992.0" y="2016.0"/>
+ <point x="-1084.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="-1168.0" y="2016.0"/>
+ <point x="-1244.0" y="1948.0"/>
+ <point x="-1244.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="-1244.0" y="1772.0"/>
+ <point x="-1168.0" y="1696.0"/>
+ </contour>
+ <contour>
+ <point x="-516.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="-424.0" y="1696.0"/>
+ <point x="-356.0" y="1772.0"/>
+ <point x="-356.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="-356.0" y="1948.0"/>
+ <point x="-424.0" y="2016.0"/>
+ <point x="-516.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="-600.0" y="2016.0"/>
+ <point x="-676.0" y="1948.0"/>
+ <point x="-676.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="-676.0" y="1772.0"/>
+ <point x="-600.0" y="1696.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.glif
deleted file mode 100644
index 44c38888d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisacutecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-913" y="1926" type="line"/>
- <point x="-738" y="1926" type="line"/>
- <point x="-487" y="2239" type="line"/>
- <point x="-738" y="2239" type="line"/>
- </contour>
- <component base="dieresis" xOffset="-1624" yOffset="-76"/>
- <contour>
- <point x="-809.0" y="1737.0" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.lc.glif
index 74e0bb49a..d7ba58162 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresisacutecomb.lc.glif
@@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisacutecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dieresisacutecomb.lc" format="2">
+ <anchor x="-809.0" y="1774.0" name="_top"/>
+ <anchor x="-809.0" y="2668.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1774" type="move" name="_top"/>
+ <point x="-1258.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="-1258.0" y="1796.0"/>
+ <point x="-1205.0" y="1730.0"/>
+ <point x="-1100.0" y="1730.0" type="curve" smooth="yes"/>
+ <point x="-996.0" y="1730.0"/>
+ <point x="-941.0" y="1796.0"/>
+ <point x="-941.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="-941.0" y="1965.0"/>
+ <point x="-996.0" y="2032.0"/>
+ <point x="-1100.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1205.0" y="2032.0"/>
+ <point x="-1258.0" y="1965.0"/>
</contour>
<contour>
- <point x="-809" y="2668" type="move" name="mkmktop_acc"/>
+ <point x="-668.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="1793.0"/>
+ <point x="-615.0" y="1727.0"/>
+ <point x="-510.0" y="1727.0" type="curve" smooth="yes"/>
+ <point x="-406.0" y="1727.0"/>
+ <point x="-351.0" y="1793.0"/>
+ <point x="-351.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-351.0" y="1962.0"/>
+ <point x="-406.0" y="2030.0"/>
+ <point x="-510.0" y="2030.0" type="curve" smooth="yes"/>
+ <point x="-615.0" y="2030.0"/>
+ <point x="-668.0" y="1962.0"/>
</contour>
<contour>
- <point x="-1258" y="1880" type="curve" smooth="yes"/>
- <point x="-1258" y="1796"/>
- <point x="-1205" y="1730"/>
- <point x="-1100" y="1730" type="curve" smooth="yes"/>
- <point x="-996" y="1730"/>
- <point x="-941" y="1796"/>
- <point x="-941" y="1880" type="curve" smooth="yes"/>
- <point x="-941" y="1965"/>
- <point x="-996" y="2032"/>
- <point x="-1100" y="2032" type="curve" smooth="yes"/>
- <point x="-1205" y="2032"/>
- <point x="-1258" y="1965"/>
- </contour>
- <contour>
- <point x="-668" y="1877" type="curve" smooth="yes"/>
- <point x="-668" y="1793"/>
- <point x="-615" y="1727"/>
- <point x="-510" y="1727" type="curve" smooth="yes"/>
- <point x="-406" y="1727"/>
- <point x="-351" y="1793"/>
- <point x="-351" y="1877" type="curve" smooth="yes"/>
- <point x="-351" y="1962"/>
- <point x="-406" y="2030"/>
- <point x="-510" y="2030" type="curve" smooth="yes"/>
- <point x="-615" y="2030"/>
- <point x="-668" y="1962"/>
- </contour>
- <contour>
- <point x="-958" y="2104" type="line"/>
- <point x="-740" y="2104" type="line"/>
- <point x="-360" y="2511" type="line"/>
- <point x="-692" y="2511" type="line"/>
+ <point x="-958.0" y="2104.0" type="line"/>
+ <point x="-740.0" y="2104.0" type="line"/>
+ <point x="-360.0" y="2511.0" type="line"/>
+ <point x="-692.0" y="2511.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.cn.glif
new file mode 100644
index 000000000..b284923c7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.cn.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dieresiscaroncomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-1288.0" y="1849.0" type="curve" smooth="yes"/>
+ <point x="-1288.0" y="1766.0"/>
+ <point x="-1235.0" y="1700.0"/>
+ <point x="-1130.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="1700.0"/>
+ <point x="-971.0" y="1766.0"/>
+ <point x="-971.0" y="1849.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="1935.0"/>
+ <point x="-1026.0" y="2002.0"/>
+ <point x="-1130.0" y="2002.0" type="curve" smooth="yes"/>
+ <point x="-1235.0" y="2002.0"/>
+ <point x="-1288.0" y="1935.0"/>
+ </contour>
+ <contour>
+ <point x="-644.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-644.0" y="1763.0"/>
+ <point x="-590.0" y="1697.0"/>
+ <point x="-485.0" y="1697.0" type="curve" smooth="yes"/>
+ <point x="-381.0" y="1697.0"/>
+ <point x="-326.0" y="1763.0"/>
+ <point x="-326.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-326.0" y="1932.0"/>
+ <point x="-381.0" y="1999.0"/>
+ <point x="-485.0" y="1999.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="1999.0"/>
+ <point x="-644.0" y="1932.0"/>
+ </contour>
+ <contour>
+ <point x="-1012.0" y="2307.0" type="line"/>
+ <point x="-1243.0" y="2307.0" type="line"/>
+ <point x="-1243.0" y="2278.0" type="line"/>
+ <point x="-894.0" y="1983.0" type="line"/>
+ <point x="-729.0" y="1983.0" type="line"/>
+ <point x="-374.0" y="2283.0" type="line"/>
+ <point x="-374.0" y="2307.0" type="line"/>
+ <point x="-611.0" y="2307.0" type="line"/>
+ <point x="-811.0" y="2134.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.glif
deleted file mode 100644
index 8416bd1c6..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.glif
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresiscaroncomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-1288" y="1849" type="curve" smooth="yes"/>
- <point x="-1288" y="1766"/>
- <point x="-1235" y="1700"/>
- <point x="-1130" y="1700" type="curve" smooth="yes"/>
- <point x="-1026" y="1700"/>
- <point x="-971" y="1766"/>
- <point x="-971" y="1849" type="curve" smooth="yes"/>
- <point x="-971" y="1935"/>
- <point x="-1026" y="2002"/>
- <point x="-1130" y="2002" type="curve" smooth="yes"/>
- <point x="-1235" y="2002"/>
- <point x="-1288" y="1935"/>
- </contour>
- <contour>
- <point x="-644" y="1847" type="curve" smooth="yes"/>
- <point x="-644" y="1763"/>
- <point x="-590" y="1697"/>
- <point x="-485" y="1697" type="curve" smooth="yes"/>
- <point x="-381" y="1697"/>
- <point x="-326" y="1763"/>
- <point x="-326" y="1847" type="curve" smooth="yes"/>
- <point x="-326" y="1932"/>
- <point x="-381" y="1999"/>
- <point x="-485" y="1999" type="curve" smooth="yes"/>
- <point x="-590" y="1999"/>
- <point x="-644" y="1932"/>
- </contour>
- <contour>
- <point x="-1012" y="2307" type="line"/>
- <point x="-1243" y="2307" type="line"/>
- <point x="-1243" y="2278" type="line"/>
- <point x="-894" y="1983" type="line"/>
- <point x="-729" y="1983" type="line"/>
- <point x="-374" y="2283" type="line"/>
- <point x="-374" y="2307" type="line"/>
- <point x="-611" y="2307" type="line"/>
- <point x="-811" y="2134" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.lc.glif
index 8df1ba80f..f86da7841 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresiscaroncomb.lc.glif
@@ -1,62 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresiscaroncomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dieresiscaroncomb.lc" format="2">
+ <anchor x="-809.0" y="1774.0" name="_top"/>
+ <anchor x="-809.0" y="2647.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1774" type="move" name="_top"/>
+ <point x="-1258.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="-1258.0" y="1796.0"/>
+ <point x="-1205.0" y="1730.0"/>
+ <point x="-1100.0" y="1730.0" type="curve" smooth="yes"/>
+ <point x="-996.0" y="1730.0"/>
+ <point x="-941.0" y="1796.0"/>
+ <point x="-941.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="-941.0" y="1965.0"/>
+ <point x="-996.0" y="2032.0"/>
+ <point x="-1100.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1205.0" y="2032.0"/>
+ <point x="-1258.0" y="1965.0"/>
</contour>
<contour>
- <point x="-809" y="2647" type="move" name="mkmktop_acc"/>
+ <point x="-668.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="1793.0"/>
+ <point x="-615.0" y="1727.0"/>
+ <point x="-510.0" y="1727.0" type="curve" smooth="yes"/>
+ <point x="-406.0" y="1727.0"/>
+ <point x="-351.0" y="1793.0"/>
+ <point x="-351.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-351.0" y="1962.0"/>
+ <point x="-406.0" y="2030.0"/>
+ <point x="-510.0" y="2030.0" type="curve" smooth="yes"/>
+ <point x="-615.0" y="2030.0"/>
+ <point x="-668.0" y="1962.0"/>
</contour>
<contour>
- <point x="-1258" y="1880" type="curve" smooth="yes"/>
- <point x="-1258" y="1796"/>
- <point x="-1205" y="1730"/>
- <point x="-1100" y="1730" type="curve" smooth="yes"/>
- <point x="-996" y="1730"/>
- <point x="-941" y="1796"/>
- <point x="-941" y="1880" type="curve" smooth="yes"/>
- <point x="-941" y="1965"/>
- <point x="-996" y="2032"/>
- <point x="-1100" y="2032" type="curve" smooth="yes"/>
- <point x="-1205" y="2032"/>
- <point x="-1258" y="1965"/>
- </contour>
- <contour>
- <point x="-668" y="1877" type="curve" smooth="yes"/>
- <point x="-668" y="1793"/>
- <point x="-615" y="1727"/>
- <point x="-510" y="1727" type="curve" smooth="yes"/>
- <point x="-406" y="1727"/>
- <point x="-351" y="1793"/>
- <point x="-351" y="1877" type="curve" smooth="yes"/>
- <point x="-351" y="1962"/>
- <point x="-406" y="2030"/>
- <point x="-510" y="2030" type="curve" smooth="yes"/>
- <point x="-615" y="2030"/>
- <point x="-668" y="1962"/>
- </contour>
- <contour>
- <point x="-1011" y="2514" type="line"/>
- <point x="-1242" y="2514" type="line"/>
- <point x="-1242" y="2500" type="line"/>
- <point x="-892" y="2120" type="line"/>
- <point x="-727" y="2120" type="line"/>
- <point x="-373" y="2500" type="line"/>
- <point x="-373" y="2514" type="line"/>
- <point x="-609" y="2514" type="line"/>
- <point x="-810" y="2285" type="line"/>
+ <point x="-1011.0" y="2514.0" type="line"/>
+ <point x="-1242.0" y="2514.0" type="line"/>
+ <point x="-1242.0" y="2500.0" type="line"/>
+ <point x="-892.0" y="2120.0" type="line"/>
+ <point x="-727.0" y="2120.0" type="line"/>
+ <point x="-373.0" y="2500.0" type="line"/>
+ <point x="-373.0" y="2514.0" type="line"/>
+ <point x="-609.0" y="2514.0" type="line"/>
+ <point x="-810.0" y="2285.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.cn.glif
new file mode 100644
index 000000000..8c22b9a66
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.cn.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dieresisgravecomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-880.0" y="2239.0" type="line"/>
+ <point x="-1132.0" y="2239.0" type="line"/>
+ <point x="-880.0" y="1926.0" type="line"/>
+ <point x="-705.0" y="1926.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1288.0" y="1849.0" type="curve" smooth="yes"/>
+ <point x="-1288.0" y="1766.0"/>
+ <point x="-1235.0" y="1700.0"/>
+ <point x="-1130.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="1700.0"/>
+ <point x="-971.0" y="1766.0"/>
+ <point x="-971.0" y="1849.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="1935.0"/>
+ <point x="-1026.0" y="2002.0"/>
+ <point x="-1130.0" y="2002.0" type="curve" smooth="yes"/>
+ <point x="-1235.0" y="2002.0"/>
+ <point x="-1288.0" y="1935.0"/>
+ </contour>
+ <contour>
+ <point x="-644.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-644.0" y="1763.0"/>
+ <point x="-590.0" y="1697.0"/>
+ <point x="-485.0" y="1697.0" type="curve" smooth="yes"/>
+ <point x="-381.0" y="1697.0"/>
+ <point x="-326.0" y="1763.0"/>
+ <point x="-326.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-326.0" y="1932.0"/>
+ <point x="-381.0" y="1999.0"/>
+ <point x="-485.0" y="1999.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="1999.0"/>
+ <point x="-644.0" y="1932.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.glif
deleted file mode 100644
index c19fb6385..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisgravecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-880" y="2239" type="line"/>
- <point x="-1132" y="2239" type="line"/>
- <point x="-880" y="1926" type="line"/>
- <point x="-705" y="1926" type="line"/>
- </contour>
- <contour>
- <point x="-1288" y="1849" type="curve" smooth="yes"/>
- <point x="-1288" y="1766"/>
- <point x="-1235" y="1700"/>
- <point x="-1130" y="1700" type="curve" smooth="yes"/>
- <point x="-1026" y="1700"/>
- <point x="-971" y="1766"/>
- <point x="-971" y="1849" type="curve" smooth="yes"/>
- <point x="-971" y="1935"/>
- <point x="-1026" y="2002"/>
- <point x="-1130" y="2002" type="curve" smooth="yes"/>
- <point x="-1235" y="2002"/>
- <point x="-1288" y="1935"/>
- </contour>
- <contour>
- <point x="-644" y="1847" type="curve" smooth="yes"/>
- <point x="-644" y="1763"/>
- <point x="-590" y="1697"/>
- <point x="-485" y="1697" type="curve" smooth="yes"/>
- <point x="-381" y="1697"/>
- <point x="-326" y="1763"/>
- <point x="-326" y="1847" type="curve" smooth="yes"/>
- <point x="-326" y="1932"/>
- <point x="-381" y="1999"/>
- <point x="-485" y="1999" type="curve" smooth="yes"/>
- <point x="-590" y="1999"/>
- <point x="-644" y="1932"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.lc.glif
index 33ba4035a..0dbe4a8d2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresisgravecomb.lc.glif
@@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisgravecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dieresisgravecomb.lc" format="2">
+ <anchor x="-809.0" y="1774.0" name="_top"/>
+ <anchor x="-809.0" y="2668.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1774" type="move" name="_top"/>
+ <point x="-1258.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="-1258.0" y="1796.0"/>
+ <point x="-1205.0" y="1730.0"/>
+ <point x="-1100.0" y="1730.0" type="curve" smooth="yes"/>
+ <point x="-996.0" y="1730.0"/>
+ <point x="-941.0" y="1796.0"/>
+ <point x="-941.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="-941.0" y="1965.0"/>
+ <point x="-996.0" y="2032.0"/>
+ <point x="-1100.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1205.0" y="2032.0"/>
+ <point x="-1258.0" y="1965.0"/>
</contour>
<contour>
- <point x="-809" y="2668" type="move" name="mkmktop_acc"/>
+ <point x="-668.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="1793.0"/>
+ <point x="-615.0" y="1727.0"/>
+ <point x="-510.0" y="1727.0" type="curve" smooth="yes"/>
+ <point x="-406.0" y="1727.0"/>
+ <point x="-351.0" y="1793.0"/>
+ <point x="-351.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-351.0" y="1962.0"/>
+ <point x="-406.0" y="2030.0"/>
+ <point x="-510.0" y="2030.0" type="curve" smooth="yes"/>
+ <point x="-615.0" y="2030.0"/>
+ <point x="-668.0" y="1962.0"/>
</contour>
<contour>
- <point x="-1258" y="1880" type="curve" smooth="yes"/>
- <point x="-1258" y="1796"/>
- <point x="-1205" y="1730"/>
- <point x="-1100" y="1730" type="curve" smooth="yes"/>
- <point x="-996" y="1730"/>
- <point x="-941" y="1796"/>
- <point x="-941" y="1880" type="curve" smooth="yes"/>
- <point x="-941" y="1965"/>
- <point x="-996" y="2032"/>
- <point x="-1100" y="2032" type="curve" smooth="yes"/>
- <point x="-1205" y="2032"/>
- <point x="-1258" y="1965"/>
- </contour>
- <contour>
- <point x="-668" y="1877" type="curve" smooth="yes"/>
- <point x="-668" y="1793"/>
- <point x="-615" y="1727"/>
- <point x="-510" y="1727" type="curve" smooth="yes"/>
- <point x="-406" y="1727"/>
- <point x="-351" y="1793"/>
- <point x="-351" y="1877" type="curve" smooth="yes"/>
- <point x="-351" y="1962"/>
- <point x="-406" y="2030"/>
- <point x="-510" y="2030" type="curve" smooth="yes"/>
- <point x="-615" y="2030"/>
- <point x="-668" y="1962"/>
- </contour>
- <contour>
- <point x="-921" y="2511" type="line"/>
- <point x="-1253" y="2511" type="line"/>
- <point x="-888" y="2104" type="line"/>
- <point x="-655" y="2104" type="line"/>
+ <point x="-921.0" y="2511.0" type="line"/>
+ <point x="-1253.0" y="2511.0" type="line"/>
+ <point x="-888.0" y="2104.0" type="line"/>
+ <point x="-655.0" y="2104.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.cn.glif
new file mode 100644
index 000000000..a25b37a64
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.cn.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dieresismacroncomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-338.0" y="2318.0" type="line"/>
+ <point x="-1277.0" y="2318.0" type="line"/>
+ <point x="-1277.0" y="2112.0" type="line"/>
+ <point x="-338.0" y="2112.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1288.0" y="1849.0" type="curve" smooth="yes"/>
+ <point x="-1288.0" y="1766.0"/>
+ <point x="-1235.0" y="1700.0"/>
+ <point x="-1130.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="1700.0"/>
+ <point x="-971.0" y="1766.0"/>
+ <point x="-971.0" y="1849.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="1935.0"/>
+ <point x="-1026.0" y="2002.0"/>
+ <point x="-1130.0" y="2002.0" type="curve" smooth="yes"/>
+ <point x="-1235.0" y="2002.0"/>
+ <point x="-1288.0" y="1935.0"/>
+ </contour>
+ <contour>
+ <point x="-644.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-644.0" y="1763.0"/>
+ <point x="-590.0" y="1697.0"/>
+ <point x="-485.0" y="1697.0" type="curve" smooth="yes"/>
+ <point x="-381.0" y="1697.0"/>
+ <point x="-326.0" y="1763.0"/>
+ <point x="-326.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-326.0" y="1932.0"/>
+ <point x="-381.0" y="1999.0"/>
+ <point x="-485.0" y="1999.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="1999.0"/>
+ <point x="-644.0" y="1932.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.glif
deleted file mode 100644
index c772030b9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresismacroncomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-338" y="2318" type="line"/>
- <point x="-1277" y="2318" type="line"/>
- <point x="-1277" y="2112" type="line"/>
- <point x="-338" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="-1288" y="1849" type="curve" smooth="yes"/>
- <point x="-1288" y="1766"/>
- <point x="-1235" y="1700"/>
- <point x="-1130" y="1700" type="curve" smooth="yes"/>
- <point x="-1026" y="1700"/>
- <point x="-971" y="1766"/>
- <point x="-971" y="1849" type="curve" smooth="yes"/>
- <point x="-971" y="1935"/>
- <point x="-1026" y="2002"/>
- <point x="-1130" y="2002" type="curve" smooth="yes"/>
- <point x="-1235" y="2002"/>
- <point x="-1288" y="1935"/>
- </contour>
- <contour>
- <point x="-644" y="1847" type="curve" smooth="yes"/>
- <point x="-644" y="1763"/>
- <point x="-590" y="1697"/>
- <point x="-485" y="1697" type="curve" smooth="yes"/>
- <point x="-381" y="1697"/>
- <point x="-326" y="1763"/>
- <point x="-326" y="1847" type="curve" smooth="yes"/>
- <point x="-326" y="1932"/>
- <point x="-381" y="1999"/>
- <point x="-485" y="1999" type="curve" smooth="yes"/>
- <point x="-590" y="1999"/>
- <point x="-644" y="1932"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.lc.glif
index 8298fbbe3..6d594df2b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresismacroncomb.lc.glif
@@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresismacroncomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dieresismacroncomb.lc" format="2">
+ <anchor x="-809.0" y="1774.0" name="_top"/>
+ <anchor x="-809.0" y="2582.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1774" type="move" name="_top"/>
+ <point x="-1258.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="-1258.0" y="1796.0"/>
+ <point x="-1205.0" y="1730.0"/>
+ <point x="-1100.0" y="1730.0" type="curve" smooth="yes"/>
+ <point x="-996.0" y="1730.0"/>
+ <point x="-941.0" y="1796.0"/>
+ <point x="-941.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="-941.0" y="1965.0"/>
+ <point x="-996.0" y="2032.0"/>
+ <point x="-1100.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1205.0" y="2032.0"/>
+ <point x="-1258.0" y="1965.0"/>
</contour>
<contour>
- <point x="-809" y="2582" type="move" name="mkmktop_acc"/>
+ <point x="-668.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="1793.0"/>
+ <point x="-615.0" y="1727.0"/>
+ <point x="-510.0" y="1727.0" type="curve" smooth="yes"/>
+ <point x="-406.0" y="1727.0"/>
+ <point x="-351.0" y="1793.0"/>
+ <point x="-351.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-351.0" y="1962.0"/>
+ <point x="-406.0" y="2030.0"/>
+ <point x="-510.0" y="2030.0" type="curve" smooth="yes"/>
+ <point x="-615.0" y="2030.0"/>
+ <point x="-668.0" y="1962.0"/>
</contour>
<contour>
- <point x="-1258" y="1880" type="curve" smooth="yes"/>
- <point x="-1258" y="1796"/>
- <point x="-1205" y="1730"/>
- <point x="-1100" y="1730" type="curve" smooth="yes"/>
- <point x="-996" y="1730"/>
- <point x="-941" y="1796"/>
- <point x="-941" y="1880" type="curve" smooth="yes"/>
- <point x="-941" y="1965"/>
- <point x="-996" y="2032"/>
- <point x="-1100" y="2032" type="curve" smooth="yes"/>
- <point x="-1205" y="2032"/>
- <point x="-1258" y="1965"/>
- </contour>
- <contour>
- <point x="-668" y="1877" type="curve" smooth="yes"/>
- <point x="-668" y="1793"/>
- <point x="-615" y="1727"/>
- <point x="-510" y="1727" type="curve" smooth="yes"/>
- <point x="-406" y="1727"/>
- <point x="-351" y="1793"/>
- <point x="-351" y="1877" type="curve" smooth="yes"/>
- <point x="-351" y="1962"/>
- <point x="-406" y="2030"/>
- <point x="-510" y="2030" type="curve" smooth="yes"/>
- <point x="-615" y="2030"/>
- <point x="-668" y="1962"/>
- </contour>
- <contour>
- <point x="-331" y="2398" type="line"/>
- <point x="-1271" y="2398" type="line"/>
- <point x="-1271" y="2192" type="line"/>
- <point x="-331" y="2192" type="line"/>
+ <point x="-331.0" y="2398.0" type="line"/>
+ <point x="-1271.0" y="2398.0" type="line"/>
+ <point x="-1271.0" y="2192.0" type="line"/>
+ <point x="-331.0" y="2192.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresisnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresisnosp.glif
index 8a3e56ebd..74d1cc8df 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresisnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresisnosp.glif
@@ -1,45 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresisnosp" format="1">
- <advance width="0"/>
+<glyph name="dieresisnosp" format="2">
<unicode hex="0308"/>
+ <guideline x="-836.0" y="1740.0" angle="90.0"/>
+ <anchor x="-836.0" y="1776.0" name="_marktop"/>
+ <anchor x="-836.0" y="2176.0" name="mkmktop"/>
+ <anchor x="-836.0" y="1880.0" name="parent_top"/>
<outline>
- <component base="dieresis" xOffset="-1652"/>
- <contour>
- <point x="-836" y="1776" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-836" y="2176" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-836" y="1880" type="move" name="parent_top"/>
- </contour>
+ <component base="dieresis" xOffset="-1652.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>-836</integer>
- <key>y</key>
- <integer>1740</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dieresistonos.glif b/src/Inter-UI-Regular.ufo/glyphs/dieresistonos.glif
index f1a3f682c..c035c45d5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dieresistonos.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dieresistonos.glif
@@ -1,61 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dieresistonos" format="1">
- <advance width="1520"/>
+<glyph name="dieresistonos" format="2">
+ <advance width="1520.0"/>
<unicode hex="0385"/>
+ <anchor x="764.0" y="1776.0" name="_top"/>
<outline>
<contour>
- <point x="652" y="1936" type="line"/>
- <point x="852" y="1936" type="line"/>
- <point x="996" y="2304" type="line"/>
- <point x="724" y="2304" type="line"/>
+ <point x="652.0" y="1936.0" type="line"/>
+ <point x="852.0" y="1936.0" type="line"/>
+ <point x="996.0" y="2304.0" type="line"/>
+ <point x="724.0" y="2304.0" type="line"/>
</contour>
<contour>
- <point x="204" y="1880" type="curve" smooth="yes"/>
- <point x="204" y="1796"/>
- <point x="256" y="1732"/>
- <point x="360" y="1732" type="curve" smooth="yes"/>
- <point x="464" y="1732"/>
- <point x="520" y="1796"/>
- <point x="520" y="1880" type="curve" smooth="yes"/>
- <point x="520" y="1964"/>
- <point x="464" y="2032"/>
- <point x="360" y="2032" type="curve" smooth="yes"/>
- <point x="256" y="2032"/>
- <point x="204" y="1964"/>
+ <point x="204.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="1796.0"/>
+ <point x="256.0" y="1732.0"/>
+ <point x="360.0" y="1732.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1732.0"/>
+ <point x="520.0" y="1796.0"/>
+ <point x="520.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="1964.0"/>
+ <point x="464.0" y="2032.0"/>
+ <point x="360.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="256.0" y="2032.0"/>
+ <point x="204.0" y="1964.0"/>
</contour>
<contour>
- <point x="1000" y="1876" type="curve" smooth="yes"/>
- <point x="1000" y="1792"/>
- <point x="1056" y="1728"/>
- <point x="1160" y="1728" type="curve" smooth="yes"/>
- <point x="1264" y="1728"/>
- <point x="1320" y="1792"/>
- <point x="1320" y="1876" type="curve" smooth="yes"/>
- <point x="1320" y="1964"/>
- <point x="1264" y="2032"/>
- <point x="1160" y="2032" type="curve" smooth="yes"/>
- <point x="1056" y="2032"/>
- <point x="1000" y="1964"/>
- </contour>
- <contour>
- <point x="764" y="1776" type="move" name="_top"/>
+ <point x="1000.0" y="1876.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="1792.0"/>
+ <point x="1056.0" y="1728.0"/>
+ <point x="1160.0" y="1728.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="1728.0"/>
+ <point x="1320.0" y="1792.0"/>
+ <point x="1320.0" y="1876.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="1964.0"/>
+ <point x="1264.0" y="2032.0"/>
+ <point x="1160.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="2032.0"/>
+ <point x="1000.0" y="1964.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1441.0, 'leftMargin': 144, 'rightMargin': 181.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/digamma.glif b/src/Inter-UI-Regular.ufo/glyphs/digamma.glif
index 818318fb1..09cf28f94 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/digamma.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/digamma.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="digamma" format="1">
- <advance width="1520"/>
+<glyph name="digamma" format="2">
+ <advance width="1520.0"/>
<unicode hex="03DD"/>
<outline>
<contour>
- <point x="472" y="1488" type="line"/>
- <point x="200" y="1488" type="line"/>
- <point x="200" y="-572" type="line"/>
- <point x="472" y="-572" type="line"/>
+ <point x="472.0" y="1488.0" type="line"/>
+ <point x="200.0" y="1488.0" type="line"/>
+ <point x="200.0" y="-572.0" type="line"/>
+ <point x="472.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="1204" y="788" type="line"/>
- <point x="412" y="788" type="line"/>
- <point x="412" y="572" type="line"/>
- <point x="1204" y="572" type="line"/>
+ <point x="1204.0" y="788.0" type="line"/>
+ <point x="412.0" y="788.0" type="line"/>
+ <point x="412.0" y="572.0" type="line"/>
+ <point x="1204.0" y="572.0" type="line"/>
</contour>
<contour>
- <point x="1324" y="1488" type="line"/>
- <point x="412" y="1488" type="line"/>
- <point x="412" y="1272" type="line"/>
- <point x="1324" y="1272" type="line"/>
+ <point x="1324.0" y="1488.0" type="line"/>
+ <point x="412.0" y="1488.0" type="line"/>
+ <point x="412.0" y="1272.0" type="line"/>
+ <point x="1324.0" y="1272.0" type="line"/>
</contour>
<contour>
- <point x="1204" y="328" type="line"/>
- <point x="1204" y="788" type="line"/>
- <point x="984" y="788" type="line"/>
- <point x="984" y="328" type="line"/>
+ <point x="1204.0" y="328.0" type="line"/>
+ <point x="1204.0" y="788.0" type="line"/>
+ <point x="984.0" y="788.0" type="line"/>
+ <point x="984.0" y="328.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1452.0, 'leftMargin': 210, 'rightMargin': 117.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/divide.case.glif b/src/Inter-UI-Regular.ufo/glyphs/divide.case.glif
index 90a3902ae..912c82063 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/divide.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/divide.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="divide.case" format="1">
- <advance width="1808"/>
+<glyph name="divide.case" format="2">
+ <advance width="1808.0"/>
<outline>
- <component base="divide" yOffset="136"/>
+ <component base="divide" yOffset="136.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/divide.glif b/src/Inter-UI-Regular.ufo/glyphs/divide.glif
index ba57a9d64..5b2a10957 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/divide.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/divide.glif
@@ -1,56 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="divide" format="1">
- <advance width="1808"/>
+<glyph name="divide" format="2">
+ <advance width="1808.0"/>
<unicode hex="00F7"/>
<outline>
<contour>
- <point x="1544" y="1008" type="line"/>
- <point x="264" y="1008" type="line"/>
- <point x="264" y="788" type="line"/>
- <point x="1544" y="788" type="line"/>
+ <point x="1544.0" y="1008.0" type="line"/>
+ <point x="264.0" y="1008.0" type="line"/>
+ <point x="264.0" y="788.0" type="line"/>
+ <point x="1544.0" y="788.0" type="line"/>
</contour>
<contour>
- <point x="736" y="1408" type="curve" smooth="yes"/>
- <point x="736" y="1320"/>
- <point x="792" y="1252"/>
- <point x="904" y="1252" type="curve" smooth="yes"/>
- <point x="1012" y="1252"/>
- <point x="1072" y="1320"/>
- <point x="1072" y="1408" type="curve" smooth="yes"/>
- <point x="1072" y="1500"/>
- <point x="1012" y="1568"/>
- <point x="904" y="1568" type="curve" smooth="yes"/>
- <point x="792" y="1568"/>
- <point x="736" y="1500"/>
+ <point x="736.0" y="1408.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="1320.0"/>
+ <point x="792.0" y="1252.0"/>
+ <point x="904.0" y="1252.0" type="curve" smooth="yes"/>
+ <point x="1012.0" y="1252.0"/>
+ <point x="1072.0" y="1320.0"/>
+ <point x="1072.0" y="1408.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="1500.0"/>
+ <point x="1012.0" y="1568.0"/>
+ <point x="904.0" y="1568.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="1568.0"/>
+ <point x="736.0" y="1500.0"/>
</contour>
<contour>
- <point x="736" y="380" type="curve" smooth="yes"/>
- <point x="736" y="292"/>
- <point x="792" y="224"/>
- <point x="904" y="224" type="curve" smooth="yes"/>
- <point x="1012" y="224"/>
- <point x="1072" y="292"/>
- <point x="1072" y="380" type="curve" smooth="yes"/>
- <point x="1072" y="472"/>
- <point x="1012" y="544"/>
- <point x="904" y="544" type="curve" smooth="yes"/>
- <point x="792" y="544"/>
- <point x="736" y="472"/>
+ <point x="736.0" y="380.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="292.0"/>
+ <point x="792.0" y="224.0"/>
+ <point x="904.0" y="224.0" type="curve" smooth="yes"/>
+ <point x="1012.0" y="224.0"/>
+ <point x="1072.0" y="292.0"/>
+ <point x="1072.0" y="380.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="472.0"/>
+ <point x="1012.0" y="544.0"/>
+ <point x="904.0" y="544.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="544.0"/>
+ <point x="736.0" y="472.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/djecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/djecyrillic.glif
index de3e525bd..27dd72294 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/djecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/djecyrillic.glif
@@ -1,37 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="djecyrillic" format="1">
- <advance width="1652"/>
+<glyph name="djecyrillic" format="2">
+ <advance width="1652.0"/>
<unicode hex="0452"/>
<outline>
<contour>
- <point x="1200" y="36" type="line"/>
- <point x="1200" y="-164" type="line" smooth="yes"/>
- <point x="1200" y="-324"/>
- <point x="1104" y="-372"/>
- <point x="976" y="-372" type="curve" smooth="yes"/>
- <point x="948" y="-372"/>
- <point x="920" y="-368"/>
- <point x="900" y="-364" type="curve"/>
- <point x="900" y="-564" type="line"/>
- <point x="936" y="-576"/>
- <point x="988" y="-576"/>
- <point x="1036" y="-576" type="curve" smooth="yes"/>
- <point x="1260" y="-576"/>
- <point x="1436" y="-428"/>
- <point x="1436" y="-164" type="curve" smooth="yes"/>
- <point x="1436" y="36" type="line"/>
+ <point x="1200.0" y="36.0" type="line"/>
+ <point x="1200.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1200.0" y="-324.0"/>
+ <point x="1104.0" y="-372.0"/>
+ <point x="976.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="-372.0"/>
+ <point x="920.0" y="-368.0"/>
+ <point x="900.0" y="-364.0" type="curve"/>
+ <point x="900.0" y="-564.0" type="line"/>
+ <point x="936.0" y="-576.0"/>
+ <point x="988.0" y="-576.0"/>
+ <point x="1036.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="-576.0"/>
+ <point x="1436.0" y="-428.0"/>
+ <point x="1436.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="1436.0" y="36.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="468.0" y="928.0" type="line" smooth="yes"/>
+ <point x="468.0" y="1216.0"/>
+ <point x="676.0" y="1328.0"/>
+ <point x="864.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="1328.0"/>
+ <point x="1200.0" y="1200.0"/>
+ <point x="1200.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="0.0" type="line"/>
+ <point x="1436.0" y="0.0" type="line"/>
+ <point x="1436.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1436.0" y="1356.0"/>
+ <point x="1228.0" y="1556.0"/>
+ <point x="940.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="1556.0"/>
+ <point x="560.0" y="1436.0"/>
+ <point x="484.0" y="1320.0" type="curve"/>
+ <point x="468.0" y="1320.0" type="line"/>
+ <point x="468.0" y="2048.0" type="line"/>
+ <point x="232.0" y="2048.0" type="line"/>
+ <point x="232.0" y="0.0" type="line"/>
+ <point x="468.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="888.0" y="1920.0" type="line"/>
+ <point x="8.0" y="1920.0" type="line"/>
+ <point x="8.0" y="1736.0" type="line"/>
+ <point x="888.0" y="1736.0" type="line"/>
</contour>
- <component base="h" xOffset="16"/>
- <component base="crossbar" xOffset="-188" yOffset="824"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1552, 'leftMargin': -33, 'rightMargin': 16}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dlinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/dlinebelow.glif
new file mode 100644
index 000000000..95c39a44d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dlinebelow" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E0F"/>
+ <anchor x="820.0" y="-404.0" name="bottom"/>
+ <anchor x="1620.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="2304.0" name="parent_top"/>
+ <anchor x="820.0" y="2304.0" name="top"/>
+ <anchor x="1620.0" y="2216.0" name="top0315"/>
+ <anchor x="1620.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="macronsubnosp" xOffset="1632.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif b/src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif
index d5f8b6b2e..fc414f44e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dngb_ballotx.glif
@@ -1,78 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dngb_ballotx" format="1">
- <advance width="1808"/>
+<glyph name="dngb_ballotx" format="2">
+ <advance width="1808.0"/>
<unicode hex="2717"/>
+ <guideline x="1012.0" y="196.0" angle="0.0"/>
<outline>
<contour>
- <point x="388" y="196" type="line"/>
- <point x="1588" y="1416" type="line"/>
- <point x="1436" y="1572" type="line"/>
- <point x="236" y="352" type="line"/>
+ <point x="388.0" y="196.0" type="line"/>
+ <point x="1588.0" y="1416.0" type="line"/>
+ <point x="1436.0" y="1572.0" type="line"/>
+ <point x="236.0" y="352.0" type="line"/>
</contour>
<contour>
- <point x="1420" y="196" type="line"/>
- <point x="1572" y="352" type="line"/>
- <point x="372" y="1572" type="line"/>
- <point x="220" y="1416" type="line"/>
+ <point x="1420.0" y="196.0" type="line"/>
+ <point x="1572.0" y="352.0" type="line"/>
+ <point x="372.0" y="1572.0" type="line"/>
+ <point x="220.0" y="1416.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1012</integer>
- <key>y</key>
- <integer>196</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>dngb:check</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>-4</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>dngb_ballotx</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1808</integer>
- </dict>
- </dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif b/src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif
index 1377a43aa..362ab61a4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dngb_check.glif
@@ -1,15 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dngb_check" format="1">
- <advance width="2484"/>
+<glyph name="dngb_check" format="2">
+ <advance width="2484.0"/>
<unicode hex="2713"/>
<outline>
<contour>
- <point x="2268" y="1516" type="line"/>
- <point x="2108" y="1680" type="line"/>
- <point x="940" y="520" type="line"/>
- <point x="376" y="1076" type="line"/>
- <point x="216" y="916" type="line"/>
- <point x="940" y="196" type="line"/>
+ <point x="2268.0" y="1516.0" type="line"/>
+ <point x="2108.0" y="1680.0" type="line"/>
+ <point x="940.0" y="520.0" type="line"/>
+ <point x="376.0" y="1076.0" type="line"/>
+ <point x="216.0" y="916.0" type="line"/>
+ <point x="940.0" y="196.0" type="line"/>
</contour>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dollar.glif b/src/Inter-UI-Regular.ufo/glyphs/dollar.glif
index e468675ce..8d2a62777 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dollar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dollar.glif
@@ -1,29 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dollar" format="1">
- <advance width="1812"/>
+<glyph name="dollar" format="2">
+ <advance width="1812.0"/>
<unicode hex="0024"/>
<outline>
<contour>
- <point x="800" y="-256" type="line"/>
- <point x="1004" y="-256" type="line"/>
- <point x="1036" y="2304" type="line"/>
- <point x="832" y="2304" type="line"/>
+ <point x="800.0" y="-256.0" type="line"/>
+ <point x="1004.0" y="-256.0" type="line"/>
+ <point x="1036.0" y="2304.0" type="line"/>
+ <point x="832.0" y="2304.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1360.0" y="1520.0" type="curve"/>
+ <point x="1600.0" y="1520.0" type="line"/>
+ <point x="1580.0" y="1844.0"/>
+ <point x="1304.0" y="2076.0"/>
+ <point x="908.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="2076.0"/>
+ <point x="208.0" y="1848.0"/>
+ <point x="208.0" y="1504.0" type="curve" smooth="yes"/>
+ <point x="208.0" y="1228.0"/>
+ <point x="408.0" y="1064.0"/>
+ <point x="728.0" y="972.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="900.0" type="line" smooth="yes"/>
+ <point x="1256.0" y="820.0"/>
+ <point x="1388.0" y="744.0"/>
+ <point x="1388.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="336.0"/>
+ <point x="1172.0" y="188.0"/>
+ <point x="888.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="188.0"/>
+ <point x="428.0" y="296.0"/>
+ <point x="408.0" y="528.0" type="curve"/>
+ <point x="152.0" y="528.0" type="line"/>
+ <point x="176.0" y="192.0"/>
+ <point x="448.0" y="-36.0"/>
+ <point x="888.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="1360.0" y="-36.0"/>
+ <point x="1628.0" y="224.0"/>
+ <point x="1628.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="844.0"/>
+ <point x="1440.0" y="1016.0"/>
+ <point x="1052.0" y="1120.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="1176.0" type="line" smooth="yes"/>
+ <point x="572.0" y="1248.0"/>
+ <point x="448.0" y="1348.0"/>
+ <point x="448.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1712.0"/>
+ <point x="628.0" y="1856.0"/>
+ <point x="900.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="1856.0"/>
+ <point x="1324.0" y="1740.0"/>
</contour>
- <component base="S"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dong.glif b/src/Inter-UI-Regular.ufo/glyphs/dong.glif
new file mode 100644
index 000000000..fad9513e0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dong.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dong" format="2">
+ <advance width="1744.0"/>
+ <unicode hex="20AB"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1650.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="2304.0" name="parent_top"/>
+ <anchor x="820.0" y="2304.0" name="top"/>
+ <anchor x="1650.0" y="2216.0" name="top0315"/>
+ <anchor x="1650.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="d"/>
+ <component base="crossbar" xOffset="604.0" yOffset="804.0"/>
+ <component base="underscore" xOffset="188.0" yOffset="-216.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/dotaccent.glif
index b161d5873..f05d070f3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dotaccent.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dotaccent.glif
@@ -1,98 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotaccent" format="1">
- <advance width="668"/>
+<glyph name="dotaccent" format="2">
+ <advance width="668.0"/>
<unicode hex="02D9"/>
+ <anchor x="196.0" y="1872.0" name="_dot"/>
+ <anchor x="332.0" y="1792.0" name="_top"/>
+ <anchor x="332.0" y="2188.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="332" y="1780" type="curve"/>
- <point x="436" y="1780"/>
- <point x="500" y="1852"/>
- <point x="500" y="1940" type="curve"/>
- <point x="500" y="2020"/>
- <point x="436" y="2100"/>
- <point x="332" y="2100" type="curve"/>
- <point x="228" y="2100"/>
- <point x="164" y="2020"/>
- <point x="164" y="1940" type="curve" smooth="yes"/>
- <point x="164" y="1852"/>
- <point x="228" y="1780"/>
- </contour>
- <contour>
- <point x="332" y="1792" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="196" y="1872" type="move" name="_dot"/>
- </contour>
- <contour>
- <point x="332" y="2188" type="move" name="mkmktop_acc"/>
+ <point x="332.0" y="1780.0" type="curve"/>
+ <point x="436.0" y="1780.0"/>
+ <point x="500.0" y="1852.0"/>
+ <point x="500.0" y="1940.0" type="curve"/>
+ <point x="500.0" y="2020.0"/>
+ <point x="436.0" y="2100.0"/>
+ <point x="332.0" y="2100.0" type="curve"/>
+ <point x="228.0" y="2100.0"/>
+ <point x="164.0" y="2020.0"/>
+ <point x="164.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="164.0" y="1852.0"/>
+ <point x="228.0" y="1780.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>dotlessi</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- <dict>
- <key>baseGlyph</key>
- <string>e</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>dotaccent</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>668</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 696, 'leftMargin': 193, 'rightMargin': 186}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/dotbelow.glif
index 85094e326..fc868d201 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dotbelow.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dotbelow.glif
@@ -1,44 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotbelow" format="1">
- <advance width="0"/>
+<glyph name="dotbelow" format="2">
<unicode hex="0323"/>
+ <anchor x="-825.0" y="0.0" name="_bottom"/>
+ <anchor x="-825.0" y="0.0" name="_bottomu"/>
+ <anchor x="-825.0" y="0.0" name="_markbottom"/>
+ <anchor x="-825.0" y="-495.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-825" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-825" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-825" y="-495" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-825" y="0" type="move" name="_bottomu"/>
- </contour>
- <contour>
- <point x="-991" y="-341" type="curve" smooth="yes"/>
- <point x="-991" y="-425"/>
- <point x="-938" y="-491"/>
- <point x="-833" y="-491" type="curve" smooth="yes"/>
- <point x="-729" y="-491"/>
- <point x="-674" y="-425"/>
- <point x="-674" y="-341" type="curve" smooth="yes"/>
- <point x="-674" y="-256"/>
- <point x="-729" y="-188"/>
- <point x="-833" y="-188" type="curve" smooth="yes"/>
- <point x="-938" y="-188"/>
- <point x="-991" y="-256"/>
+ <point x="-991.0" y="-341.0" type="curve" smooth="yes"/>
+ <point x="-991.0" y="-425.0"/>
+ <point x="-938.0" y="-491.0"/>
+ <point x="-833.0" y="-491.0" type="curve" smooth="yes"/>
+ <point x="-729.0" y="-491.0"/>
+ <point x="-674.0" y="-425.0"/>
+ <point x="-674.0" y="-341.0" type="curve" smooth="yes"/>
+ <point x="-674.0" y="-256.0"/>
+ <point x="-729.0" y="-188.0"/>
+ <point x="-833.0" y="-188.0" type="curve" smooth="yes"/>
+ <point x="-938.0" y="-188.0"/>
+ <point x="-991.0" y="-256.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotdblsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/dotdblsubnosp.glif
index 78300b1cd..19909f5c2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dotdblsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dotdblsubnosp.glif
@@ -1,55 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotdblsubnosp" format="1">
- <advance width="0"/>
+<glyph name="dotdblsubnosp" format="2">
<unicode hex="0324"/>
+ <anchor x="-939.0" y="0.0" name="_bottom"/>
+ <anchor x="-939.0" y="0.0" name="_markbottom"/>
+ <anchor x="-939.0" y="-494.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-939" y="0" type="move" name="_bottom"/>
+ <point x="-1393.0" y="-341.0" type="curve" smooth="yes"/>
+ <point x="-1393.0" y="-425.0"/>
+ <point x="-1339.0" y="-491.0"/>
+ <point x="-1235.0" y="-491.0" type="curve" smooth="yes"/>
+ <point x="-1130.0" y="-491.0"/>
+ <point x="-1075.0" y="-425.0"/>
+ <point x="-1075.0" y="-341.0" type="curve" smooth="yes"/>
+ <point x="-1075.0" y="-256.0"/>
+ <point x="-1130.0" y="-188.0"/>
+ <point x="-1235.0" y="-188.0" type="curve" smooth="yes"/>
+ <point x="-1339.0" y="-188.0"/>
+ <point x="-1393.0" y="-256.0"/>
</contour>
<contour>
- <point x="-939" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-939" y="-494" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1393" y="-341" type="curve" smooth="yes"/>
- <point x="-1393" y="-425"/>
- <point x="-1339" y="-491"/>
- <point x="-1235" y="-491" type="curve" smooth="yes"/>
- <point x="-1130" y="-491"/>
- <point x="-1075" y="-425"/>
- <point x="-1075" y="-341" type="curve" smooth="yes"/>
- <point x="-1075" y="-256"/>
- <point x="-1130" y="-188"/>
- <point x="-1235" y="-188" type="curve" smooth="yes"/>
- <point x="-1339" y="-188"/>
- <point x="-1393" y="-256"/>
- </contour>
- <contour>
- <point x="-803" y="-344" type="curve" smooth="yes"/>
- <point x="-803" y="-428"/>
- <point x="-749" y="-494"/>
- <point x="-645" y="-494" type="curve" smooth="yes"/>
- <point x="-540" y="-494"/>
- <point x="-485" y="-428"/>
- <point x="-485" y="-344" type="curve" smooth="yes"/>
- <point x="-485" y="-259"/>
- <point x="-540" y="-191"/>
- <point x="-645" y="-191" type="curve" smooth="yes"/>
- <point x="-749" y="-191"/>
- <point x="-803" y="-259"/>
+ <point x="-803.0" y="-344.0" type="curve" smooth="yes"/>
+ <point x="-803.0" y="-428.0"/>
+ <point x="-749.0" y="-494.0"/>
+ <point x="-645.0" y="-494.0" type="curve" smooth="yes"/>
+ <point x="-540.0" y="-494.0"/>
+ <point x="-485.0" y="-428.0"/>
+ <point x="-485.0" y="-344.0" type="curve" smooth="yes"/>
+ <point x="-485.0" y="-259.0"/>
+ <point x="-540.0" y="-191.0"/>
+ <point x="-645.0" y="-191.0" type="curve" smooth="yes"/>
+ <point x="-749.0" y="-191.0"/>
+ <point x="-803.0" y="-259.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotlessi.glif b/src/Inter-UI-Regular.ufo/glyphs/dotlessi.glif
index ae0bed15f..8ba3a3cd3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dotlessi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dotlessi.glif
@@ -1,33 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotlessi" format="1">
- <advance width="668"/>
+<glyph name="dotlessi" format="2">
+ <advance width="668.0"/>
<unicode hex="0131"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="352.0" y="900.0" name="rhotichook"/>
+ <anchor x="344.0" y="1796.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="452" y="1536" type="line"/>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- </contour>
- <contour>
- <point x="344" y="1796" type="move" name="top"/>
- </contour>
- <contour>
- <point x="332" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="352" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="672" y="1776" type="move" name="top0315"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotlessj.glif b/src/Inter-UI-Regular.ufo/glyphs/dotlessj.glif
index e04d3a43c..707bb976b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dotlessj.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dotlessj.glif
@@ -1,57 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotlessj" format="1">
- <advance width="668"/>
+<glyph name="dotlessj" format="2">
+ <advance width="668.0"/>
<unicode hex="0237"/>
+ <guideline x="332.0" y="1748.0" angle="90.0"/>
+ <anchor x="652.0" y="0.0" name="_right"/>
+ <anchor x="332.0" y="1716.0" name="top"/>
+ <anchor x="688.0" y="1716.0" name="top0315"/>
<outline>
<contour>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="-112" type="line"/>
- <point x="216" y="-268"/>
- <point x="152" y="-360"/>
- <point x="8" y="-360" type="curve"/>
- <point x="-36" y="-360" type="line"/>
- <point x="-36" y="-580" type="line"/>
- <point x="12" y="-580" type="line"/>
- <point x="308" y="-580"/>
- <point x="452" y="-396"/>
- <point x="452" y="-112" type="curve"/>
- <point x="452" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="332" y="1716" type="move" name="top"/>
- </contour>
- <contour>
- <point x="652" y="0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="688" y="1716" type="move" name="top0315"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="-112.0" type="line"/>
+ <point x="216.0" y="-268.0"/>
+ <point x="152.0" y="-360.0"/>
+ <point x="8.0" y="-360.0" type="curve"/>
+ <point x="-36.0" y="-360.0" type="line"/>
+ <point x="-36.0" y="-580.0" type="line"/>
+ <point x="12.0" y="-580.0" type="line"/>
+ <point x="308.0" y="-580.0"/>
+ <point x="452.0" y="-396.0"/>
+ <point x="452.0" y="-112.0" type="curve"/>
+ <point x="452.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>1748</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 723, 'leftMargin': -92, 'rightMargin': 213}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.cn.glif
new file mode 100644
index 000000000..92d632986
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.cn.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dotmacroncomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-967.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="1763.0"/>
+ <point x="-913.0" y="1697.0"/>
+ <point x="-809.0" y="1697.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="1697.0"/>
+ <point x="-649.0" y="1763.0"/>
+ <point x="-649.0" y="1847.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="1932.0"/>
+ <point x="-704.0" y="1999.0"/>
+ <point x="-809.0" y="1999.0" type="curve" smooth="yes"/>
+ <point x="-913.0" y="1999.0"/>
+ <point x="-967.0" y="1932.0"/>
+ </contour>
+ <contour>
+ <point x="-338.0" y="2318.0" type="line"/>
+ <point x="-1277.0" y="2318.0" type="line"/>
+ <point x="-1277.0" y="2112.0" type="line"/>
+ <point x="-338.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.glif b/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.glif
deleted file mode 100644
index 6ef40f0c2..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotmacroncomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-967" y="1847" type="curve" smooth="yes"/>
- <point x="-967" y="1763"/>
- <point x="-913" y="1697"/>
- <point x="-809" y="1697" type="curve" smooth="yes"/>
- <point x="-704" y="1697"/>
- <point x="-649" y="1763"/>
- <point x="-649" y="1847" type="curve" smooth="yes"/>
- <point x="-649" y="1932"/>
- <point x="-704" y="1999"/>
- <point x="-809" y="1999" type="curve" smooth="yes"/>
- <point x="-913" y="1999"/>
- <point x="-967" y="1932"/>
- </contour>
- <contour>
- <point x="-338" y="2318" type="line"/>
- <point x="-1277" y="2318" type="line"/>
- <point x="-1277" y="2112" type="line"/>
- <point x="-338" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.lc.glif
index cfe30b1fa..f445367c6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dotmacroncomb.lc.glif
@@ -1,43 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotmacroncomb.lc" format="1">
- <advance width="0"/>
+<glyph name="dotmacroncomb.lc" format="2">
+ <anchor x="-809.0" y="1774.0" name="_top"/>
+ <anchor x="-809.0" y="2578.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1774" type="move" name="_top"/>
+ <point x="-967.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-967.0" y="1793.0"/>
+ <point x="-913.0" y="1727.0"/>
+ <point x="-809.0" y="1727.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="1727.0"/>
+ <point x="-649.0" y="1793.0"/>
+ <point x="-649.0" y="1877.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="1962.0"/>
+ <point x="-704.0" y="2030.0"/>
+ <point x="-809.0" y="2030.0" type="curve" smooth="yes"/>
+ <point x="-913.0" y="2030.0"/>
+ <point x="-967.0" y="1962.0"/>
</contour>
<contour>
- <point x="-809" y="2578" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-967" y="1877" type="curve" smooth="yes"/>
- <point x="-967" y="1793"/>
- <point x="-913" y="1727"/>
- <point x="-809" y="1727" type="curve" smooth="yes"/>
- <point x="-704" y="1727"/>
- <point x="-649" y="1793"/>
- <point x="-649" y="1877" type="curve" smooth="yes"/>
- <point x="-649" y="1962"/>
- <point x="-704" y="2030"/>
- <point x="-809" y="2030" type="curve" smooth="yes"/>
- <point x="-913" y="2030"/>
- <point x="-967" y="1962"/>
- </contour>
- <contour>
- <point x="-331" y="2394" type="line"/>
- <point x="-1271" y="2394" type="line"/>
- <point x="-1271" y="2188" type="line"/>
- <point x="-331" y="2188" type="line"/>
+ <point x="-331.0" y="2394.0" type="line"/>
+ <point x="-1271.0" y="2394.0" type="line"/>
+ <point x="-1271.0" y="2188.0" type="line"/>
+ <point x="-331.0" y="2188.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dotnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/dotnosp.glif
index 2aed731fe..3a4797cd3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dotnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dotnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dotnosp" format="1">
- <advance width="0"/>
+<glyph name="dotnosp" format="2">
<unicode hex="0307"/>
+ <anchor x="-809.0" y="1774.0" name="_marktop"/>
+ <anchor x="-809.0" y="2118.0" name="mkmktop"/>
+ <anchor x="-807.0" y="1878.0" name="parent_top"/>
<outline>
- <component base="dotaccent" xOffset="-1140"/>
- <contour>
- <point x="-809" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-809" y="2118" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-807" y="1878" type="move" name="parent_top"/>
- </contour>
+ <component base="dotaccent" xOffset="-1140.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/downtackmod.glif b/src/Inter-UI-Regular.ufo/glyphs/downtackmod.glif
index c58bf7e4f..ce8a67130 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/downtackmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/downtackmod.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="downtackmod" format="1">
- <advance width="1008"/>
+<glyph name="downtackmod" format="2">
+ <advance width="1008.0"/>
<unicode hex="02D5"/>
<outline>
<contour>
- <point x="608" y="236" type="line"/>
- <point x="400" y="236" type="line"/>
- <point x="400" y="740" type="line"/>
- <point x="608" y="740" type="line"/>
+ <point x="608.0" y="236.0" type="line"/>
+ <point x="400.0" y="236.0" type="line"/>
+ <point x="400.0" y="740.0" type="line"/>
+ <point x="608.0" y="740.0" type="line"/>
</contour>
<contour>
- <point x="224" y="548" type="line"/>
- <point x="224" y="740" type="line"/>
- <point x="784" y="740" type="line"/>
- <point x="784" y="548" type="line"/>
+ <point x="224.0" y="548.0" type="line"/>
+ <point x="224.0" y="740.0" type="line"/>
+ <point x="784.0" y="740.0" type="line"/>
+ <point x="784.0" y="548.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 781.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/drthook.glif b/src/Inter-UI-Regular.ufo/glyphs/drthook.glif
index 7be90ec7d..70327fba4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/drthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/drthook.glif
@@ -1,45 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="drthook" format="1">
- <advance width="1724"/>
+<glyph name="drthook" format="2">
+ <advance width="1724.0"/>
<unicode hex="0256"/>
+ <anchor x="860.0" y="-616.0" name="bottom"/>
+ <anchor x="780.0" y="2200.0" name="top"/>
+ <anchor x="1672.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1500" y="292" type="line"/>
- <point x="1264" y="292" type="line"/>
- <point x="1264" y="-164" type="line" smooth="yes"/>
- <point x="1264" y="-428"/>
- <point x="1440" y="-576"/>
- <point x="1664" y="-576" type="curve" smooth="yes"/>
- <point x="1712" y="-576"/>
- <point x="1764" y="-576"/>
- <point x="1800" y="-564" type="curve"/>
- <point x="1800" y="-364" type="line"/>
- <point x="1780" y="-368"/>
- <point x="1752" y="-372"/>
- <point x="1724" y="-372" type="curve" smooth="yes"/>
- <point x="1596" y="-372"/>
- <point x="1500" y="-324"/>
- <point x="1500" y="-164" type="curve" smooth="yes"/>
+ <point x="1500.0" y="292.0" type="line"/>
+ <point x="1264.0" y="292.0" type="line"/>
+ <point x="1264.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1264.0" y="-428.0"/>
+ <point x="1440.0" y="-576.0"/>
+ <point x="1664.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1712.0" y="-576.0"/>
+ <point x="1764.0" y="-576.0"/>
+ <point x="1800.0" y="-564.0" type="curve"/>
+ <point x="1800.0" y="-364.0" type="line"/>
+ <point x="1780.0" y="-368.0"/>
+ <point x="1752.0" y="-372.0"/>
+ <point x="1724.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-372.0"/>
+ <point x="1500.0" y="-324.0"/>
+ <point x="1500.0" y="-164.0" type="curve" smooth="yes"/>
</contour>
- <component base="d"/>
<contour>
- <point x="780" y="2200" type="move" name="top"/>
+ <point x="1360.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1196.0" y="152.0"/>
+ <point x="1248.0" y="236.0" type="curve"/>
+ <point x="1360.0" y="236.0" type="line"/>
</contour>
<contour>
- <point x="860" y="-616" type="move" name="bottom"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
<contour>
- <point x="1672" y="2200" type="move" name="top0315"/>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="1500.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="1156.0" type="line"/>
+ <point x="1336.0" y="748.0" type="line"/>
+ <point x="1272.0" y="344.0" type="line"/>
+ <point x="1272.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1664, 'leftMargin': 256, 'rightMargin': -14}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif b/src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif
index 065de143e..07bdc1608 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dtopbar.glif
@@ -1,24 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dtopbar" format="1">
- <advance width="1716"/>
+<glyph name="dtopbar" format="2">
+ <advance width="1716.0"/>
<unicode hex="018C"/>
<outline>
<contour>
- <point x="1500" y="2048" type="line"/>
- <point x="316" y="2048" type="line"/>
- <point x="316" y="1828" type="line"/>
- <point x="1500" y="1828" type="line"/>
+ <point x="1500.0" y="2048.0" type="line"/>
+ <point x="316.0" y="2048.0" type="line"/>
+ <point x="316.0" y="1828.0" type="line"/>
+ <point x="1500.0" y="1828.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="1500.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="1156.0" type="line"/>
+ <point x="1336.0" y="748.0" type="line"/>
+ <point x="1272.0" y="344.0" type="line"/>
+ <point x="1272.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1360.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1196.0" y="152.0"/>
+ <point x="1248.0" y="236.0" type="curve"/>
+ <point x="1360.0" y="236.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
- <component base="d"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1594, 'leftMargin': 256, 'rightMargin': 58}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dyogh.glif b/src/Inter-UI-Regular.ufo/glyphs/dyogh.glif
index d41dd1ce4..d1a6592ed 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dyogh.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dyogh.glif
@@ -1,88 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dyogh" format="1">
- <advance width="2692"/>
+<glyph name="dyogh" format="2">
+ <advance width="2692.0"/>
<unicode hex="02A4"/>
+ <anchor x="1780.0" y="-616.0" name="bottom"/>
+ <anchor x="1780.0" y="2200.0" name="top"/>
+ <anchor x="2608.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1500" y="0" type="line"/>
- <point x="1500" y="1316" type="line"/>
- <point x="2216" y="1316" type="line"/>
- <point x="1696" y="600" type="line"/>
- <point x="1696" y="384" type="line"/>
- <point x="1896" y="384" type="line" smooth="yes"/>
- <point x="2196" y="384"/>
- <point x="2356" y="184"/>
- <point x="2356" y="-16" type="curve" smooth="yes"/>
- <point x="2356" y="-220"/>
- <point x="2188" y="-408"/>
- <point x="1928" y="-408" type="curve" smooth="yes"/>
- <point x="1704" y="-408"/>
- <point x="1536" y="-280"/>
- <point x="1508" y="-128" type="curve"/>
- <point x="1280" y="-128" type="line"/>
- <point x="1332" y="-472"/>
- <point x="1612" y="-600"/>
- <point x="1928" y="-600" type="curve" smooth="yes"/>
- <point x="2324" y="-600"/>
- <point x="2588" y="-372"/>
- <point x="2588" y="-12" type="curve" smooth="yes"/>
- <point x="2588" y="320"/>
- <point x="2372" y="568"/>
- <point x="1968" y="592" type="curve"/>
- <point x="2540" y="1368" type="line"/>
- <point x="2536" y="1536" type="line"/>
- <point x="1500" y="1536" type="line"/>
- <point x="1500" y="2048" type="line"/>
- <point x="1264" y="2048" type="line"/>
- <point x="1264" y="1292" type="line"/>
- <point x="1248" y="1292" type="line"/>
- <point x="1196" y="1372"/>
- <point x="1100" y="1556"/>
- <point x="800" y="1556" type="curve" smooth="yes"/>
- <point x="412" y="1556"/>
- <point x="144" y="1248"/>
- <point x="144" y="764" type="curve" smooth="yes"/>
- <point x="144" y="276"/>
- <point x="412" y="-32"/>
- <point x="796" y="-32" type="curve" smooth="yes"/>
- <point x="1092" y="-32"/>
- <point x="1196" y="152"/>
- <point x="1248" y="236" type="curve"/>
- <point x="1272" y="236" type="line"/>
- <point x="1272" y="0" type="line"/>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="1500.0" y="1316.0" type="line"/>
+ <point x="2216.0" y="1316.0" type="line"/>
+ <point x="1696.0" y="600.0" type="line"/>
+ <point x="1696.0" y="384.0" type="line"/>
+ <point x="1896.0" y="384.0" type="line" smooth="yes"/>
+ <point x="2196.0" y="384.0"/>
+ <point x="2356.0" y="184.0"/>
+ <point x="2356.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="2356.0" y="-220.0"/>
+ <point x="2188.0" y="-408.0"/>
+ <point x="1928.0" y="-408.0" type="curve" smooth="yes"/>
+ <point x="1704.0" y="-408.0"/>
+ <point x="1536.0" y="-280.0"/>
+ <point x="1508.0" y="-128.0" type="curve"/>
+ <point x="1280.0" y="-128.0" type="line"/>
+ <point x="1332.0" y="-472.0"/>
+ <point x="1612.0" y="-600.0"/>
+ <point x="1928.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="2324.0" y="-600.0"/>
+ <point x="2588.0" y="-372.0"/>
+ <point x="2588.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="2588.0" y="320.0"/>
+ <point x="2372.0" y="568.0"/>
+ <point x="1968.0" y="592.0" type="curve"/>
+ <point x="2540.0" y="1368.0" type="line"/>
+ <point x="2536.0" y="1536.0" type="line"/>
+ <point x="1500.0" y="1536.0" type="line"/>
+ <point x="1500.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1196.0" y="152.0"/>
+ <point x="1248.0" y="236.0" type="curve"/>
+ <point x="1272.0" y="236.0" type="line"/>
+ <point x="1272.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="380" y="768" type="curve" smooth="yes"/>
- <point x="380" y="1092"/>
- <point x="528" y="1344"/>
- <point x="828" y="1344" type="curve" smooth="yes"/>
- <point x="1116" y="1344"/>
- <point x="1268" y="1112"/>
- <point x="1268" y="768" type="curve" smooth="yes"/>
- <point x="1268" y="420"/>
- <point x="1112" y="180"/>
- <point x="828" y="180" type="curve" smooth="yes"/>
- <point x="532" y="180"/>
- <point x="380" y="440"/>
- </contour>
- <contour>
- <point x="1780" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1780" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2608" y="2200" type="move" name="top0315"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2593, 'leftMargin': 256, 'rightMargin': 143}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dz.glif b/src/Inter-UI-Regular.ufo/glyphs/dz.glif
index 2c8f3858f..1d05c9102 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dz.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dz.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dz" format="1">
- <advance width="2980"/>
+<glyph name="dz" format="2">
+ <advance width="2980.0"/>
<unicode hex="02A3"/>
+ <anchor x="1940.0" y="0.0" name="bottom"/>
+ <anchor x="1940.0" y="2200.0" name="top"/>
+ <anchor x="2684.0" y="2200.0" name="top0315"/>
<outline>
<component base="d"/>
- <component base="z" xOffset="1456"/>
- <contour>
- <point x="1940" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1940" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2684" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="z" xOffset="1456.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2676, 'leftMargin': 256, 'rightMargin': 98}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dzcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/dzcaron.glif
index 13bbb313c..cae883f34 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dzcaron.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dzcaron.glif
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dzcaron" format="1">
- <advance width="2980"/>
+<glyph name="dzcaron" format="2">
+ <advance width="2980.0"/>
<unicode hex="01C6"/>
<outline>
<component base="dz"/>
- <component base="caron" xOffset="1580"/>
+ <component base="caron" xOffset="1580.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2817, 'leftMargin': 127, 'rightMargin': 97}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dzcurl.glif b/src/Inter-UI-Regular.ufo/glyphs/dzcurl.glif
index ab8f63e54..f23ce8215 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dzcurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dzcurl.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dzcurl" format="1">
- <advance width="3160"/>
+<glyph name="dzcurl" format="2">
+ <advance width="3160.0"/>
<unicode hex="02A5"/>
+ <anchor x="1908.0" y="-616.0" name="bottom"/>
+ <anchor x="1908.0" y="2200.0" name="top"/>
+ <anchor x="2992.0" y="2200.0" name="top0315"/>
<outline>
<component base="d"/>
- <component base="zcurl" xOffset="1456"/>
- <contour>
- <point x="1908" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1908" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2992" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="zcurl" xOffset="1456.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2985, 'leftMargin': 256, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dzeabkhasiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/dzeabkhasiancyrillic.glif
index effad6bd7..9abfffc8f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dzeabkhasiancyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dzeabkhasiancyrillic.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dzeabkhasiancyrillic" format="1">
- <advance width="1520"/>
+<glyph name="dzeabkhasiancyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="04E1"/>
<outline>
<contour>
- <point x="156" y="1488" type="line"/>
- <point x="156" y="1268" type="line"/>
- <point x="1000" y="1268" type="line"/>
- <point x="504" y="656" type="line"/>
- <point x="504" y="488" type="line"/>
- <point x="688" y="488" type="line"/>
- <point x="1352" y="1320" type="line"/>
- <point x="1352" y="1488" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="156.0" y="1268.0" type="line"/>
+ <point x="1000.0" y="1268.0" type="line"/>
+ <point x="504.0" y="656.0" type="line"/>
+ <point x="504.0" y="488.0" type="line"/>
+ <point x="688.0" y="488.0" type="line"/>
+ <point x="1352.0" y="1320.0" type="line"/>
+ <point x="1352.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="504" y="652" type="line"/>
- <point x="504" y="440" type="line"/>
- <point x="712" y="440" type="line" smooth="yes"/>
- <point x="996" y="440"/>
- <point x="1152" y="324"/>
- <point x="1152" y="40" type="curve" smooth="yes"/>
- <point x="1152" y="-168"/>
- <point x="1000" y="-324"/>
- <point x="744" y="-324" type="curve" smooth="yes"/>
- <point x="520" y="-324"/>
- <point x="372" y="-156"/>
- <point x="372" y="40" type="curve"/>
- <point x="96" y="40" type="line"/>
- <point x="96" y="-368"/>
- <point x="428" y="-544"/>
- <point x="744" y="-544" type="curve" smooth="yes"/>
- <point x="1140" y="-544"/>
- <point x="1424" y="-328"/>
- <point x="1424" y="44" type="curve" smooth="yes"/>
- <point x="1424" y="436"/>
- <point x="1164" y="652"/>
- <point x="716" y="652" type="curve" smooth="yes"/>
+ <point x="504.0" y="652.0" type="line"/>
+ <point x="504.0" y="440.0" type="line"/>
+ <point x="712.0" y="440.0" type="line" smooth="yes"/>
+ <point x="996.0" y="440.0"/>
+ <point x="1152.0" y="324.0"/>
+ <point x="1152.0" y="40.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="-168.0"/>
+ <point x="1000.0" y="-324.0"/>
+ <point x="744.0" y="-324.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="-324.0"/>
+ <point x="372.0" y="-156.0"/>
+ <point x="372.0" y="40.0" type="curve"/>
+ <point x="96.0" y="40.0" type="line"/>
+ <point x="96.0" y="-368.0"/>
+ <point x="428.0" y="-544.0"/>
+ <point x="744.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="-544.0"/>
+ <point x="1424.0" y="-328.0"/>
+ <point x="1424.0" y="44.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="436.0"/>
+ <point x="1164.0" y="652.0"/>
+ <point x="716.0" y="652.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1643, 'leftMargin': 143, 'rightMargin': 170}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dzecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/dzecyrillic.glif
new file mode 100644
index 000000000..9b53932f3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/dzecyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="dzecyrillic" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="0455"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="740.0" y="1792.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/dzhecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/dzhecyrillic.glif
index da2d7dfb7..d7b32bfa1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/dzhecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/dzhecyrillic.glif
@@ -1,33 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="dzhecyrillic" format="1">
- <advance width="1520"/>
+<glyph name="dzhecyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="045F"/>
<outline>
<contour>
- <point x="628" y="220" type="line"/>
- <point x="628" y="-492" type="line"/>
- <point x="900" y="-492" type="line"/>
- <point x="900" y="220" type="line"/>
+ <point x="628.0" y="220.0" type="line"/>
+ <point x="628.0" y="-492.0" type="line"/>
+ <point x="900.0" y="-492.0" type="line"/>
+ <point x="900.0" y="220.0" type="line"/>
</contour>
<contour>
- <point x="156" y="1488" type="line"/>
- <point x="156" y="0" type="line"/>
- <point x="1364" y="0" type="line"/>
- <point x="1364" y="1488" type="line"/>
- <point x="1092" y="1488" type="line"/>
- <point x="1092" y="220" type="line"/>
- <point x="432" y="220" type="line"/>
- <point x="432" y="1488" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="156.0" y="0.0" type="line"/>
+ <point x="1364.0" y="0.0" type="line"/>
+ <point x="1364.0" y="1488.0" type="line"/>
+ <point x="1092.0" y="1488.0" type="line"/>
+ <point x="1092.0" y="220.0" type="line"/>
+ <point x="432.0" y="220.0" type="line"/>
+ <point x="432.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1635, 'leftMargin': 213, 'rightMargin': 213}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/e.glif b/src/Inter-UI-Regular.ufo/glyphs/e.glif
index c60e51a0c..27042c87d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/e.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/e.glif
@@ -1,129 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="e" format="1">
- <advance width="1644"/>
+<glyph name="e" format="2">
+ <advance width="1644.0"/>
<unicode hex="0065"/>
+ <guideline x="832.0" y="1764.0" angle="90.0"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1260.0" y="92.0" name="ogonek"/>
+ <anchor x="1204.0" y="788.0" name="rhotichook"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
<outline>
<contour>
- <point x="860" y="-32" type="curve"/>
- <point x="1172" y="-32"/>
- <point x="1400" y="124"/>
- <point x="1472" y="356" type="curve"/>
- <point x="1244" y="420" type="line"/>
- <point x="1184" y="260"/>
- <point x="1048" y="180"/>
- <point x="860" y="180" type="curve" smooth="yes"/>
- <point x="560" y="180"/>
- <point x="380" y="384"/>
- <point x="380" y="768" type="curve"/>
- <point x="380" y="1132"/>
- <point x="568" y="1344"/>
- <point x="836" y="1344" type="curve"/>
- <point x="1092" y="1344"/>
- <point x="1256" y="1152"/>
- <point x="1256" y="892" type="curve"/>
- <point x="312" y="892" type="line"/>
- <point x="312" y="688" type="line"/>
- <point x="1496" y="688" type="line"/>
- <point x="1496" y="788" type="line" smooth="yes"/>
- <point x="1496" y="1360"/>
- <point x="1156" y="1556"/>
- <point x="836" y="1556" type="curve" smooth="yes"/>
- <point x="420" y="1556"/>
- <point x="144" y="1228"/>
- <point x="144" y="756" type="curve"/>
- <point x="144" y="284"/>
- <point x="416" y="-32"/>
- </contour>
- <contour>
- <point x="836" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="840" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1260" y="92" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="1496" y="2176" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1496" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1204" y="788" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1424" y="1792" type="move" name="top0315"/>
+ <point x="860.0" y="-32.0" type="curve"/>
+ <point x="1172.0" y="-32.0"/>
+ <point x="1400.0" y="124.0"/>
+ <point x="1472.0" y="356.0" type="curve"/>
+ <point x="1244.0" y="420.0" type="line"/>
+ <point x="1184.0" y="260.0"/>
+ <point x="1048.0" y="180.0"/>
+ <point x="860.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="180.0"/>
+ <point x="380.0" y="384.0"/>
+ <point x="380.0" y="768.0" type="curve"/>
+ <point x="380.0" y="1132.0"/>
+ <point x="568.0" y="1344.0"/>
+ <point x="836.0" y="1344.0" type="curve"/>
+ <point x="1092.0" y="1344.0"/>
+ <point x="1256.0" y="1152.0"/>
+ <point x="1256.0" y="892.0" type="curve"/>
+ <point x="312.0" y="892.0" type="line"/>
+ <point x="312.0" y="688.0" type="line"/>
+ <point x="1496.0" y="688.0" type="line"/>
+ <point x="1496.0" y="788.0" type="line" smooth="yes"/>
+ <point x="1496.0" y="1360.0"/>
+ <point x="1156.0" y="1556.0"/>
+ <point x="836.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1556.0"/>
+ <point x="144.0" y="1228.0"/>
+ <point x="144.0" y="756.0" type="curve"/>
+ <point x="144.0" y="284.0"/>
+ <point x="416.0" y="-32.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>832</integer>
- <key>y</key>
- <integer>1764</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>c</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>e</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1644</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eacute.glif b/src/Inter-UI-Regular.ufo/glyphs/eacute.glif
new file mode 100644
index 000000000..79b9aebfb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/eacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="eacute" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="00E9"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2284.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="acute" xOffset="528.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ebreve.glif b/src/Inter-UI-Regular.ufo/glyphs/ebreve.glif
new file mode 100644
index 000000000..0a2ce1cb7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ebreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ebreve" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0115"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2236.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="breve" xOffset="208.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecaron.glif b/src/Inter-UI-Regular.ufo/glyphs/ecaron.glif
new file mode 100644
index 000000000..edb148ea3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecaron" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="011B"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2248.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="caron" xOffset="192.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecedillabreve.glif b/src/Inter-UI-Regular.ufo/glyphs/ecedillabreve.glif
new file mode 100644
index 000000000..a7bf49b04
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecedillabreve.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecedillabreve" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1E1D"/>
+ <anchor x="760.0" y="-604.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2236.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="cedilla" xOffset="464.0"/>
+ <component base="breve" xOffset="208.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/ecircumflex.glif
new file mode 100644
index 000000000..6fdaab882
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflex" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="00EA"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2256.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflex" xOffset="192.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecircumflexacute.glif b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexacute.glif
new file mode 100644
index 000000000..f689d2329
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexacute" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1EBF"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflexacutecomb.cn" xOffset="272.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecircumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexbelow.glif
new file mode 100644
index 000000000..6cf767e08
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexbelow" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1E19"/>
+ <anchor x="839.0" y="-558.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflexsubnosp" xOffset="1648.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecircumflexdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexdotbelow.glif
new file mode 100644
index 000000000..c97fed16b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexdotbelow" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1EC7"/>
+ <anchor x="840.0" y="-495.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2256.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflex" xOffset="192.0"/>
+ <component base="dotbelow" xOffset="1664.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecircumflexgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexgrave.glif
new file mode 100644
index 000000000..1cbc51cc1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexgrave" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1EC1"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflexgravecomb.cn" xOffset="-120.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecircumflexhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexhookabove.glif
new file mode 100644
index 000000000..3c24348cc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecircumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflexhookabove" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1EC3"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflexhookcomb.cn" xOffset="184.0" yOffset="-24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecircumflextilde.glif b/src/Inter-UI-Regular.ufo/glyphs/ecircumflextilde.glif
new file mode 100644
index 000000000..b6c6759c0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecircumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ecircumflextilde" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1EC5"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="circumflextildecomb.cn" xOffset="72.0" yOffset="-56.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ecyrillic.glif
index fcf0bc409..8182c52e6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ecyrillic.glif
@@ -1,30 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ecyrillic" format="1">
- <advance width="1520"/>
+<glyph name="ecyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0454"/>
+ <anchor x="716.0" y="1776.0" name="top"/>
+ <anchor x="1412.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="840" y="852" type="line"/>
- <point x="84" y="852" type="line"/>
- <point x="84" y="632" type="line"/>
- <point x="840" y="632" type="line"/>
+ <point x="840.0" y="852.0" type="line"/>
+ <point x="84.0" y="852.0" type="line"/>
+ <point x="84.0" y="632.0" type="line"/>
+ <point x="840.0" y="632.0" type="line"/>
</contour>
- <component base="c" xOffset="-100"/>
<contour>
- <point x="716" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1412" y="1776" type="move" name="top0315"/>
+ <point x="1344.0" y="1076.0" type="line"/>
+ <point x="1304.0" y="1364.0"/>
+ <point x="1060.0" y="1556.0"/>
+ <point x="736.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="320.0" y="1556.0"/>
+ <point x="44.0" y="1228.0"/>
+ <point x="44.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="44.0" y="296.0"/>
+ <point x="312.0" y="-32.0"/>
+ <point x="740.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1080.0" y="-32.0"/>
+ <point x="1304.0" y="176.0"/>
+ <point x="1344.0" y="448.0" type="curve"/>
+ <point x="1108.0" y="448.0" type="line"/>
+ <point x="1064.0" y="280.0"/>
+ <point x="924.0" y="180.0"/>
+ <point x="740.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="180.0"/>
+ <point x="280.0" y="412.0"/>
+ <point x="280.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="280.0" y="1116.0"/>
+ <point x="464.0" y="1344.0"/>
+ <point x="740.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="1344.0"/>
+ <point x="1072.0" y="1216.0"/>
+ <point x="1108.0" y="1076.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1517, 'leftMargin': 191, 'rightMargin': -25}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/edblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/edblgrave.glif
new file mode 100644
index 000000000..98753d6d2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/edblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="edblgrave" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0205"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2218.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="dblgravecmb" xOffset="1456.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/edieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/edieresis.glif
index a16386f61..50cd07e99 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/edieresis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/edieresis.glif
@@ -1,34 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="edieresis" format="1">
- <advance width="1640"/>
+<glyph name="edieresis" format="2">
+ <advance width="1640.0"/>
<unicode hex="00EB"/>
+ <guideline x="812.0" y="1180.0" angle="90.0"/>
<outline>
- <component base="dieresis" xOffset="-4"/>
+ <component base="dieresis" xOffset="-4.0"/>
<component base="e"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>812</integer>
- <key>y</key>
- <integer>1180</integer>
- </dict>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/edotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/edotaccent.glif
new file mode 100644
index 000000000..d28d586f8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/edotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="edotaccent" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0117"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2188.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="dotaccent" xOffset="504.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/edotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/edotbelow.glif
new file mode 100644
index 000000000..bcf9ad95d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/edotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="edotbelow" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1EB9"/>
+ <anchor x="840.0" y="-495.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="dotbelow" xOffset="1664.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/efcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/efcyrillic.glif
index b44b672b8..36b0fd73c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/efcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/efcyrillic.glif
@@ -1,93 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="efcyrillic" format="1">
- <advance width="2032"/>
+<glyph name="efcyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="0444"/>
+ <anchor x="1012.0" y="2392.0" name="top"/>
+ <anchor x="2036.0" y="2392.0" name="top0315"/>
<outline>
<contour>
- <point x="1904" y="716" type="line"/>
- <point x="1904" y="1184"/>
- <point x="1720" y="1516"/>
- <point x="1360" y="1516" type="curve" smooth="yes"/>
- <point x="1064" y="1516"/>
- <point x="916" y="1336"/>
- <point x="884" y="1036" type="curve"/>
- <point x="884" y="424" type="line"/>
- <point x="916" y="144"/>
- <point x="1064" y="-28"/>
- <point x="1364" y="-28" type="curve" smooth="yes"/>
- <point x="1716" y="-28"/>
- <point x="1904" y="272"/>
- <point x="1904" y="688" type="curve" smooth="yes"/>
+ <point x="1904.0" y="716.0" type="line"/>
+ <point x="1904.0" y="1184.0"/>
+ <point x="1720.0" y="1516.0"/>
+ <point x="1360.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1064.0" y="1516.0"/>
+ <point x="916.0" y="1336.0"/>
+ <point x="884.0" y="1036.0" type="curve"/>
+ <point x="884.0" y="424.0" type="line"/>
+ <point x="916.0" y="144.0"/>
+ <point x="1064.0" y="-28.0"/>
+ <point x="1364.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1716.0" y="-28.0"/>
+ <point x="1904.0" y="272.0"/>
+ <point x="1904.0" y="688.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1628" y="688" type="line"/>
- <point x="1628" y="416"/>
- <point x="1532" y="192"/>
- <point x="1280" y="192" type="curve" smooth="yes"/>
- <point x="1116" y="192"/>
- <point x="1048" y="248"/>
- <point x="1016" y="312" type="curve"/>
- <point x="1016" y="1148" type="line"/>
- <point x="1044" y="1224"/>
- <point x="1116" y="1296"/>
- <point x="1276" y="1296" type="curve" smooth="yes"/>
- <point x="1532" y="1296"/>
- <point x="1628" y="1028"/>
- <point x="1628" y="716" type="curve" smooth="yes"/>
+ <point x="1628.0" y="688.0" type="line"/>
+ <point x="1628.0" y="416.0"/>
+ <point x="1532.0" y="192.0"/>
+ <point x="1280.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="192.0"/>
+ <point x="1048.0" y="248.0"/>
+ <point x="1016.0" y="312.0" type="curve"/>
+ <point x="1016.0" y="1148.0" type="line"/>
+ <point x="1044.0" y="1224.0"/>
+ <point x="1116.0" y="1296.0"/>
+ <point x="1276.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="1296.0"/>
+ <point x="1628.0" y="1028.0"/>
+ <point x="1628.0" y="716.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="128" y="688" type="line"/>
- <point x="128" y="272"/>
- <point x="316" y="-28"/>
- <point x="668" y="-28" type="curve" smooth="yes"/>
- <point x="964" y="-28"/>
- <point x="1104" y="152"/>
- <point x="1136" y="456" type="curve"/>
- <point x="1136" y="1036" type="line"/>
- <point x="1104" y="1336"/>
- <point x="964" y="1516"/>
- <point x="672" y="1516" type="curve" smooth="yes"/>
- <point x="312" y="1516"/>
- <point x="128" y="1184"/>
- <point x="128" y="716" type="curve" smooth="yes"/>
+ <point x="128.0" y="688.0" type="line"/>
+ <point x="128.0" y="272.0"/>
+ <point x="316.0" y="-28.0"/>
+ <point x="668.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="-28.0"/>
+ <point x="1104.0" y="152.0"/>
+ <point x="1136.0" y="456.0" type="curve"/>
+ <point x="1136.0" y="1036.0" type="line"/>
+ <point x="1104.0" y="1336.0"/>
+ <point x="964.0" y="1516.0"/>
+ <point x="672.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="1516.0"/>
+ <point x="128.0" y="1184.0"/>
+ <point x="128.0" y="716.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="404" y="716" type="line"/>
- <point x="404" y="1028"/>
- <point x="488" y="1296"/>
- <point x="740" y="1296" type="curve" smooth="yes"/>
- <point x="904" y="1296"/>
- <point x="976" y="1224"/>
- <point x="1004" y="1148" type="curve"/>
- <point x="1004" y="340" type="line"/>
- <point x="968" y="260"/>
- <point x="904" y="192"/>
- <point x="740" y="192" type="curve" smooth="yes"/>
- <point x="488" y="192"/>
- <point x="404" y="416"/>
- <point x="404" y="688" type="curve" smooth="yes"/>
+ <point x="404.0" y="716.0" type="line"/>
+ <point x="404.0" y="1028.0"/>
+ <point x="488.0" y="1296.0"/>
+ <point x="740.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="1296.0"/>
+ <point x="976.0" y="1224.0"/>
+ <point x="1004.0" y="1148.0" type="curve"/>
+ <point x="1004.0" y="340.0" type="line"/>
+ <point x="968.0" y="260.0"/>
+ <point x="904.0" y="192.0"/>
+ <point x="740.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="192.0"/>
+ <point x="404.0" y="416.0"/>
+ <point x="404.0" y="688.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="868" y="-572" type="line"/>
- <point x="1140" y="-572" type="line"/>
- <point x="1140" y="2112" type="line"/>
- <point x="868" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="1012" y="2392" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2036" y="2392" type="move" name="top0315"/>
+ <point x="868.0" y="-572.0" type="line"/>
+ <point x="1140.0" y="-572.0" type="line"/>
+ <point x="1140.0" y="2112.0" type="line"/>
+ <point x="868.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2043, 'leftMargin': 135, 'rightMargin': 134}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/egrave.glif b/src/Inter-UI-Regular.ufo/glyphs/egrave.glif
new file mode 100644
index 000000000..1d11cc7d2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/egrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="egrave" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="00E8"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2284.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="grave" xOffset="336.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ehookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/ehookabove.glif
new file mode 100644
index 000000000..285197aae
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ehookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ehookabove" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1EBB"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2410.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="hook" xOffset="1648.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif
index 50d82980c..730b0bdb7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eight.frac" format="1">
- <advance width="1264"/>
+<glyph name="eight.frac" format="2">
+ <advance width="1264.0"/>
<outline>
- <component base="eight.sup" xOffset="108" yOffset="912"/>
+ <component base="eight.sup" xOffset="108.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.glif
index 3ebf362fe..f77e8dc23 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eight.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eight.glif
@@ -1,74 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eight" format="1">
- <advance width="1680"/>
+<glyph name="eight" format="2">
+ <advance width="1680.0"/>
<unicode hex="0038"/>
<outline>
<contour>
- <point x="1488" y="580" type="curve" smooth="yes"/>
- <point x="1488" y="944"/>
- <point x="1208" y="1164"/>
- <point x="836" y="1164" type="curve" smooth="yes"/>
- <point x="464" y="1164"/>
- <point x="192" y="944"/>
- <point x="192" y="580" type="curve" smooth="yes"/>
- <point x="192" y="208"/>
- <point x="480" y="-28"/>
- <point x="844" y="-28" type="curve" smooth="yes"/>
- <point x="1204" y="-28"/>
- <point x="1488" y="212"/>
+ <point x="1488.0" y="580.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="944.0"/>
+ <point x="1208.0" y="1164.0"/>
+ <point x="836.0" y="1164.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1164.0"/>
+ <point x="192.0" y="944.0"/>
+ <point x="192.0" y="580.0" type="curve" smooth="yes"/>
+ <point x="192.0" y="208.0"/>
+ <point x="480.0" y="-28.0"/>
+ <point x="844.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="-28.0"/>
+ <point x="1488.0" y="212.0"/>
</contour>
<contour>
- <point x="1244" y="580" type="curve" smooth="yes"/>
- <point x="1244" y="364"/>
- <point x="1072" y="180"/>
- <point x="844" y="180" type="curve" smooth="yes"/>
- <point x="616" y="180"/>
- <point x="432" y="364"/>
- <point x="432" y="584" type="curve" smooth="yes"/>
- <point x="432" y="804"/>
- <point x="616" y="992"/>
- <point x="836" y="992" type="curve" smooth="yes"/>
- <point x="1056" y="992"/>
- <point x="1244" y="804"/>
+ <point x="1244.0" y="580.0" type="curve" smooth="yes"/>
+ <point x="1244.0" y="364.0"/>
+ <point x="1072.0" y="180.0"/>
+ <point x="844.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="180.0"/>
+ <point x="432.0" y="364.0"/>
+ <point x="432.0" y="584.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="804.0"/>
+ <point x="616.0" y="992.0"/>
+ <point x="836.0" y="992.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="992.0"/>
+ <point x="1244.0" y="804.0"/>
</contour>
<contour>
- <point x="1440" y="1544" type="curve" smooth="yes"/>
- <point x="1440" y="1892"/>
- <point x="1184" y="2076"/>
- <point x="844" y="2076" type="curve" smooth="yes"/>
- <point x="500" y="2076"/>
- <point x="240" y="1892"/>
- <point x="240" y="1544" type="curve" smooth="yes"/>
- <point x="240" y="1188"/>
- <point x="496" y="1016"/>
- <point x="840" y="1016" type="curve" smooth="yes"/>
- <point x="1180" y="1016"/>
- <point x="1440" y="1188"/>
+ <point x="1440.0" y="1544.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="1892.0"/>
+ <point x="1184.0" y="2076.0"/>
+ <point x="844.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="500.0" y="2076.0"/>
+ <point x="240.0" y="1892.0"/>
+ <point x="240.0" y="1544.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="1188.0"/>
+ <point x="496.0" y="1016.0"/>
+ <point x="840.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="1016.0"/>
+ <point x="1440.0" y="1188.0"/>
</contour>
<contour>
- <point x="1208" y="1536" type="curve" smooth="yes"/>
- <point x="1208" y="1336"/>
- <point x="1032" y="1192"/>
- <point x="844" y="1192" type="curve" smooth="yes"/>
- <point x="652" y="1192"/>
- <point x="472" y="1336"/>
- <point x="472" y="1540" type="curve" smooth="yes"/>
- <point x="472" y="1744"/>
- <point x="652" y="1864"/>
- <point x="836" y="1864" type="curve" smooth="yes"/>
- <point x="1032" y="1864"/>
- <point x="1208" y="1732"/>
+ <point x="1208.0" y="1536.0" type="curve" smooth="yes"/>
+ <point x="1208.0" y="1336.0"/>
+ <point x="1032.0" y="1192.0"/>
+ <point x="844.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="1192.0"/>
+ <point x="472.0" y="1336.0"/>
+ <point x="472.0" y="1540.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="1744.0"/>
+ <point x="652.0" y="1864.0"/>
+ <point x="836.0" y="1864.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1864.0"/>
+ <point x="1208.0" y="1732.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.sup.glif
index f2fc9cdef..f0e3e604c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eight.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eight.sup.glif
@@ -1,79 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eight.sup" format="1">
- <advance width="1264"/>
+<glyph name="eight.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="1040" y="300" type="curve" smooth="yes"/>
- <point x="1040" y="484"/>
- <point x="868" y="600"/>
- <point x="632" y="600" type="curve" smooth="yes"/>
- <point x="396" y="600"/>
- <point x="224" y="484"/>
- <point x="224" y="300" type="curve" smooth="yes"/>
- <point x="224" y="92"/>
- <point x="400" y="-16"/>
- <point x="632" y="-16" type="curve" smooth="yes"/>
- <point x="864" y="-16"/>
- <point x="1040" y="92"/>
+ <point x="1040.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="484.0"/>
+ <point x="868.0" y="600.0"/>
+ <point x="632.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="600.0"/>
+ <point x="224.0" y="484.0"/>
+ <point x="224.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="92.0"/>
+ <point x="400.0" y="-16.0"/>
+ <point x="632.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="-16.0"/>
+ <point x="1040.0" y="92.0"/>
</contour>
<contour>
- <point x="812" y="316" type="curve" smooth="yes"/>
- <point x="812" y="228"/>
- <point x="740" y="172"/>
- <point x="632" y="172" type="curve" smooth="yes"/>
- <point x="524" y="172"/>
- <point x="456" y="228"/>
- <point x="456" y="316" type="curve" smooth="yes"/>
- <point x="456" y="408"/>
- <point x="524" y="460"/>
- <point x="632" y="460" type="curve" smooth="yes"/>
- <point x="736" y="460"/>
- <point x="812" y="408"/>
+ <point x="812.0" y="316.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="228.0"/>
+ <point x="740.0" y="172.0"/>
+ <point x="632.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="172.0"/>
+ <point x="456.0" y="228.0"/>
+ <point x="456.0" y="316.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="408.0"/>
+ <point x="524.0" y="460.0"/>
+ <point x="632.0" y="460.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="460.0"/>
+ <point x="812.0" y="408.0"/>
</contour>
<contour>
- <point x="1016" y="796" type="curve" smooth="yes"/>
- <point x="1016" y="992"/>
- <point x="856" y="1100"/>
- <point x="632" y="1100" type="curve" smooth="yes"/>
- <point x="408" y="1100"/>
- <point x="248" y="992"/>
- <point x="248" y="796" type="curve" smooth="yes"/>
- <point x="248" y="628"/>
- <point x="408" y="512"/>
- <point x="632" y="512" type="curve" smooth="yes"/>
- <point x="856" y="512"/>
- <point x="1016" y="628"/>
+ <point x="1016.0" y="796.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="992.0"/>
+ <point x="856.0" y="1100.0"/>
+ <point x="632.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="1100.0"/>
+ <point x="248.0" y="992.0"/>
+ <point x="248.0" y="796.0" type="curve" smooth="yes"/>
+ <point x="248.0" y="628.0"/>
+ <point x="408.0" y="512.0"/>
+ <point x="632.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="512.0"/>
+ <point x="1016.0" y="628.0"/>
</contour>
<contour>
- <point x="784" y="784" type="curve" smooth="yes"/>
- <point x="784" y="704"/>
- <point x="728" y="648"/>
- <point x="632" y="648" type="curve" smooth="yes"/>
- <point x="540" y="648"/>
- <point x="480" y="704"/>
- <point x="480" y="784" type="curve" smooth="yes"/>
- <point x="480" y="864"/>
- <point x="540" y="916"/>
- <point x="632" y="916" type="curve" smooth="yes"/>
- <point x="728" y="916"/>
- <point x="784" y="864"/>
+ <point x="784.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="704.0"/>
+ <point x="728.0" y="648.0"/>
+ <point x="632.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="648.0"/>
+ <point x="480.0" y="704.0"/>
+ <point x="480.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="864.0"/>
+ <point x="540.0" y="916.0"/>
+ <point x="632.0" y="916.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="916.0"/>
+ <point x="784.0" y="864.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.tnum.glif
index 12bfd05ec..398ee8da9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eight.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eight.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eight.tnum" format="1">
- <advance width="1680"/>
+<glyph name="eight.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="eight"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9058</real>
- <real>0.9634</real>
- <real>0.7395</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eightroman.glif b/src/Inter-UI-Regular.ufo/glyphs/eightroman.glif
index dcdf7c9f4..f6c1dd298 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eightroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eightroman.glif
@@ -1,28 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eightroman" format="1">
- <advance width="3568"/>
+<glyph name="eightroman" format="2">
+ <advance width="3568.0"/>
<unicode hex="2177"/>
<outline>
- <component base="v" xOffset="56"/>
- <component base="i" xOffset="1424"/>
- <component base="i" xOffset="2120"/>
- <component base="i" xOffset="2816"/>
+ <component base="v" xOffset="56.0"/>
+ <component base="i" xOffset="1424.0"/>
+ <component base="i" xOffset="2120.0"/>
+ <component base="i" xOffset="2816.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3465.0, 'leftMargin': 132, 'rightMargin': 151.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eightsub.glif b/src/Inter-UI-Regular.ufo/glyphs/eightsub.glif
index 3dd894023..706143466 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eightsub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eightsub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eightsub" format="1">
- <advance width="1264"/>
+<glyph name="eightsub" format="2">
+ <advance width="1264.0"/>
<unicode hex="2088"/>
<outline>
- <component base="eight.sup" xOffset="-16" yOffset="-504"/>
+ <component base="eight.sup" xOffset="-16.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 232, 'rightMargin': -11}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eightsuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/eightsuperior.glif
index ce26c711c..b532e97dc 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eightsuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eightsuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eightsuperior" format="1">
- <advance width="1264"/>
+<glyph name="eightsuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2078"/>
<outline>
- <component base="eight.sup" xOffset="108" yOffset="916"/>
+ <component base="eight.sup" xOffset="108.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/einvertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/einvertedbreve.glif
new file mode 100644
index 000000000..c56c9d43b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/einvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="einvertedbreve" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0207"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2259.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="breveinvnosp" xOffset="1648.0" yOffset="144.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eiotifiedcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/eiotifiedcyrillic.glif
index 4cfcf6465..445826c48 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eiotifiedcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eiotifiedcyrillic.glif
@@ -1,25 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eiotifiedcyrillic" format="1">
- <advance width="2288"/>
+<glyph name="eiotifiedcyrillic" format="2">
+ <advance width="2288.0"/>
<unicode hex="0465"/>
<outline>
<contour>
- <point x="1548" y="852" type="line"/>
- <point x="340" y="852" type="line"/>
- <point x="340" y="632" type="line"/>
- <point x="1548" y="632" type="line"/>
+ <point x="1548.0" y="852.0" type="line"/>
+ <point x="340.0" y="852.0" type="line"/>
+ <point x="340.0" y="632.0" type="line"/>
+ <point x="1548.0" y="632.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1992.0" y="1076.0" type="line"/>
+ <point x="1952.0" y="1364.0"/>
+ <point x="1708.0" y="1556.0"/>
+ <point x="1384.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="1556.0"/>
+ <point x="692.0" y="1228.0"/>
+ <point x="692.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="296.0"/>
+ <point x="960.0" y="-32.0"/>
+ <point x="1388.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1728.0" y="-32.0"/>
+ <point x="1952.0" y="176.0"/>
+ <point x="1992.0" y="448.0" type="curve"/>
+ <point x="1756.0" y="448.0" type="line"/>
+ <point x="1712.0" y="280.0"/>
+ <point x="1572.0" y="180.0"/>
+ <point x="1388.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="180.0"/>
+ <point x="928.0" y="412.0"/>
+ <point x="928.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="1116.0"/>
+ <point x="1112.0" y="1344.0"/>
+ <point x="1388.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="1344.0"/>
+ <point x="1720.0" y="1216.0"/>
+ <point x="1756.0" y="1076.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="396.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1536.0" type="line"/>
+ <point x="160.0" y="0.0" type="line"/>
+ <point x="396.0" y="0.0" type="line"/>
</contour>
- <component base="c" xOffset="548"/>
- <component base="dotlessi" xOffset="-56"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2104, 'leftMargin': 253, 'rightMargin': -24}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/elcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/elcyrillic.glif
index c10ccfc63..abea70dcb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/elcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/elcyrillic.glif
@@ -1,55 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="elcyrillic" format="1">
- <advance width="1520"/>
+<glyph name="elcyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="043B"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="1444.0" y="0.0" name="right"/>
+ <anchor x="904.0" y="1744.0" name="top"/>
+ <anchor x="1656.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1196" y="1488" type="line"/>
- <point x="488" y="1488" type="line"/>
- <point x="488" y="1268" type="line"/>
- <point x="1196" y="1268" type="line"/>
+ <point x="1196.0" y="1488.0" type="line"/>
+ <point x="488.0" y="1488.0" type="line"/>
+ <point x="488.0" y="1268.0" type="line"/>
+ <point x="1196.0" y="1268.0" type="line"/>
</contour>
<contour>
- <point x="1444" y="1488" type="line"/>
- <point x="1168" y="1488" type="line"/>
- <point x="1168" y="0" type="line"/>
- <point x="1444" y="0" type="line"/>
+ <point x="1444.0" y="1488.0" type="line"/>
+ <point x="1168.0" y="1488.0" type="line"/>
+ <point x="1168.0" y="0.0" type="line"/>
+ <point x="1444.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="420" y="1488" type="line"/>
- <point x="392" y="856" type="line" smooth="yes"/>
- <point x="372" y="424"/>
- <point x="328" y="256"/>
- <point x="136" y="244" type="curve" smooth="yes"/>
- <point x="80" y="240" type="line"/>
- <point x="80" y="0" type="line"/>
- <point x="160" y="0" type="line" smooth="yes"/>
- <point x="496" y="0"/>
- <point x="624" y="212"/>
- <point x="656" y="768" type="curve" smooth="yes"/>
- <point x="696" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="784" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1444" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="904" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1656" y="1744" type="move" name="top0315"/>
+ <point x="420.0" y="1488.0" type="line"/>
+ <point x="392.0" y="856.0" type="line" smooth="yes"/>
+ <point x="372.0" y="424.0"/>
+ <point x="328.0" y="256.0"/>
+ <point x="136.0" y="244.0" type="curve" smooth="yes"/>
+ <point x="80.0" y="240.0" type="line"/>
+ <point x="80.0" y="0.0" type="line"/>
+ <point x="160.0" y="0.0" type="line" smooth="yes"/>
+ <point x="496.0" y="0.0"/>
+ <point x="624.0" y="212.0"/>
+ <point x="656.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1638, 'leftMargin': 61, 'rightMargin': 213}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/elevenroman.glif b/src/Inter-UI-Regular.ufo/glyphs/elevenroman.glif
index 13a099682..eccf48218 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/elevenroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/elevenroman.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="elevenroman" format="1">
- <advance width="2032"/>
+<glyph name="elevenroman" format="2">
+ <advance width="2032.0"/>
<unicode hex="217A"/>
<outline>
- <component base="x" xOffset="-32"/>
- <component base="i" xOffset="1368"/>
+ <component base="x" xOffset="-32.0"/>
+ <component base="i" xOffset="1368.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2112.0, 'leftMargin': 135, 'rightMargin': 151.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ellipsis.glif b/src/Inter-UI-Regular.ufo/glyphs/ellipsis.glif
index 569ea164d..0e7577dd4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ellipsis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ellipsis.glif
@@ -1,25 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ellipsis" format="1">
- <advance width="2312"/>
+<glyph name="ellipsis" format="2">
+ <advance width="2312.0"/>
<unicode hex="2026"/>
<outline>
<component base="period"/>
- <component base="period" xOffset="768"/>
- <component base="period" xOffset="1536"/>
+ <component base="period" xOffset="768.0"/>
+ <component base="period" xOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/emacron.glif b/src/Inter-UI-Regular.ufo/glyphs/emacron.glif
new file mode 100644
index 000000000..383cc2680
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/emacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="emacron" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0113"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2200.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="macron" xOffset="216.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/emacronacute.glif b/src/Inter-UI-Regular.ufo/glyphs/emacronacute.glif
new file mode 100644
index 000000000..766ea3485
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/emacronacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="emacronacute" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1E17"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2697.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="macronacutecomb.lc" xOffset="1648.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/emacrongrave.glif b/src/Inter-UI-Regular.ufo/glyphs/emacrongrave.glif
new file mode 100644
index 000000000..27a618596
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/emacrongrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="emacrongrave" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1E15"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2697.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="macrongravecomb.lc" xOffset="1648.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/emcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/emcyrillic.glif
index 8c7276079..1b6edec21 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/emcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/emcyrillic.glif
@@ -1,47 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emcyrillic" format="1">
- <advance width="2032"/>
+<glyph name="emcyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="043C"/>
+ <anchor x="1852.0" y="0.0" name="right"/>
+ <anchor x="1004.0" y="1744.0" name="top"/>
+ <anchor x="2064.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1020" y="360" type="line"/>
- <point x="536" y="1488" type="line"/>
- <point x="276" y="1488" type="line"/>
- <point x="928" y="0" type="line"/>
- <point x="1116" y="0" type="line"/>
- <point x="1772" y="1488" type="line"/>
- <point x="1508" y="1488" type="line"/>
+ <point x="1020.0" y="360.0" type="line"/>
+ <point x="536.0" y="1488.0" type="line"/>
+ <point x="276.0" y="1488.0" type="line"/>
+ <point x="928.0" y="0.0" type="line"/>
+ <point x="1116.0" y="0.0" type="line"/>
+ <point x="1772.0" y="1488.0" type="line"/>
+ <point x="1508.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="456" y="1488" type="line"/>
- <point x="184" y="1488" type="line"/>
- <point x="184" y="0" type="line"/>
- <point x="456" y="0" type="line"/>
+ <point x="456.0" y="1488.0" type="line"/>
+ <point x="184.0" y="1488.0" type="line"/>
+ <point x="184.0" y="0.0" type="line"/>
+ <point x="456.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1576" y="0" type="line"/>
- <point x="1852" y="0" type="line"/>
- <point x="1852" y="1488" type="line"/>
- <point x="1576" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1852" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1004" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2064" y="1744" type="move" name="top0315"/>
+ <point x="1576.0" y="0.0" type="line"/>
+ <point x="1852.0" y="0.0" type="line"/>
+ <point x="1852.0" y="1488.0" type="line"/>
+ <point x="1576.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2096, 'leftMargin': 213, 'rightMargin': 214}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/emdash.case.glif b/src/Inter-UI-Regular.ufo/glyphs/emdash.case.glif
index cb024b5f5..f32707c07 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/emdash.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/emdash.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emdash.case" format="1">
- <advance width="2832"/>
+<glyph name="emdash.case" format="2">
+ <advance width="2832.0"/>
<outline>
- <component base="emdash" yOffset="148"/>
+ <component base="emdash" yOffset="148.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/emdash.glif b/src/Inter-UI-Regular.ufo/glyphs/emdash.glif
index 2405b6fad..3348713ee 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/emdash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/emdash.glif
@@ -1,24 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emdash" format="1">
- <advance width="2832"/>
+<glyph name="emdash" format="2">
+ <advance width="2832.0"/>
<unicode hex="2014"/>
<outline>
<contour>
- <point x="2696" y="988" type="line"/>
- <point x="136" y="988" type="line"/>
- <point x="136" y="768" type="line"/>
- <point x="2696" y="768" type="line"/>
+ <point x="2696.0" y="988.0" type="line"/>
+ <point x="136.0" y="988.0" type="line"/>
+ <point x="136.0" y="768.0" type="line"/>
+ <point x="2696.0" y="768.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/emquad.glif b/src/Inter-UI-Regular.ufo/glyphs/emquad.glif
index 25727a479..8efd029e8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/emquad.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/emquad.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emquad" format="1">
- <advance width="3072"/>
+<glyph name="emquad" format="2">
+ <advance width="3072.0"/>
<unicode hex="2001"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2872, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/emspace.glif b/src/Inter-UI-Regular.ufo/glyphs/emspace.glif
index 0176a851f..895fe2733 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/emspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/emspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="emspace" format="1">
- <advance width="2816"/>
+<glyph name="emspace" format="2">
+ <advance width="2816.0"/>
<unicode hex="2003"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2872, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/encyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/encyrillic.glif
index af5112384..3536c15d9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/encyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/encyrillic.glif
@@ -1,44 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="encyrillic" format="1">
- <advance width="1520"/>
+<glyph name="encyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="043D"/>
+ <anchor x="1364.0" y="0.0" name="right"/>
+ <anchor x="764.0" y="1744.0" name="top"/>
+ <anchor x="1580.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1144" y="848" type="line"/>
- <point x="376" y="848" type="line"/>
- <point x="376" y="628" type="line"/>
- <point x="1144" y="628" type="line"/>
+ <point x="1144.0" y="848.0" type="line"/>
+ <point x="376.0" y="848.0" type="line"/>
+ <point x="376.0" y="628.0" type="line"/>
+ <point x="1144.0" y="628.0" type="line"/>
</contour>
<contour>
- <point x="432" y="1488" type="line"/>
- <point x="156" y="1488" type="line"/>
- <point x="156" y="0" type="line"/>
- <point x="432" y="0" type="line"/>
+ <point x="432.0" y="1488.0" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="156.0" y="0.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1364" y="1488" type="line"/>
- <point x="1088" y="1488" type="line"/>
- <point x="1088" y="0" type="line"/>
- <point x="1364" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1364" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="764" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1580" y="1744" type="move" name="top0315"/>
+ <point x="1364.0" y="1488.0" type="line"/>
+ <point x="1088.0" y="1488.0" type="line"/>
+ <point x="1088.0" y="0.0" type="line"/>
+ <point x="1364.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1634, 'leftMargin': 213, 'rightMargin': 214}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/endash.case.glif b/src/Inter-UI-Regular.ufo/glyphs/endash.case.glif
index b05a25536..b1b8a27c2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/endash.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/endash.case.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="endash.case" format="1">
- <advance width="1424"/>
+<glyph name="endash.case" format="2">
+ <advance width="1424.0"/>
<outline>
- <component base="endash" yOffset="148"/>
+ <component base="endash" yOffset="148.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/endash.glif b/src/Inter-UI-Regular.ufo/glyphs/endash.glif
index d0e012cc3..0fe722b13 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/endash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/endash.glif
@@ -1,24 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="endash" format="1">
- <advance width="1424"/>
+<glyph name="endash" format="2">
+ <advance width="1424.0"/>
<unicode hex="2013"/>
<outline>
<contour>
- <point x="1352" y="988" type="line"/>
- <point x="72" y="988" type="line"/>
- <point x="72" y="768" type="line"/>
- <point x="1352" y="768" type="line"/>
+ <point x="1352.0" y="988.0" type="line"/>
+ <point x="72.0" y="988.0" type="line"/>
+ <point x="72.0" y="768.0" type="line"/>
+ <point x="1352.0" y="768.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/endescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/endescendercyrillic.glif
index 14b889993..5497e7d08 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/endescendercyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/endescendercyrillic.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="endescendercyrillic" format="1">
- <advance width="1776"/>
+<glyph name="endescendercyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="04A3"/>
+ <anchor x="1612.0" y="1744.0" name="top0315"/>
<outline>
- <component base="encyrillic" xOffset="-32"/>
- <component base="cyrillictic" xOffset="1224"/>
- <contour>
- <point x="1612" y="1744" type="move" name="top0315"/>
- </contour>
+ <component base="encyrillic" xOffset="-32.0"/>
+ <component base="cyrillictic" xOffset="1224.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1731, 'leftMargin': 164, 'rightMargin': 71}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eng.glif b/src/Inter-UI-Regular.ufo/glyphs/eng.glif
index 73f073da3..47ed6fd7b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eng.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eng.glif
@@ -1,51 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eng" format="1">
- <advance width="1636"/>
+<glyph name="eng" format="2">
+ <advance width="1636.0"/>
<unicode hex="014B"/>
+ <anchor x="736.0" y="16.0" name="bottom"/>
+ <anchor x="736.0" y="16.0" name="markbottom"/>
+ <anchor x="1068.0" y="-420.0" name="parenthesses.w1"/>
+ <anchor x="752.0" y="1776.0" name="top"/>
+ <anchor x="1568.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1184" y="36" type="line"/>
- <point x="1184" y="-164" type="line" smooth="yes"/>
- <point x="1184" y="-324"/>
- <point x="1088" y="-372"/>
- <point x="960" y="-372" type="curve" smooth="yes"/>
- <point x="932" y="-372"/>
- <point x="904" y="-368"/>
- <point x="884" y="-364" type="curve"/>
- <point x="884" y="-564" type="line"/>
- <point x="920" y="-576"/>
- <point x="972" y="-576"/>
- <point x="1020" y="-576" type="curve" smooth="yes"/>
- <point x="1244" y="-576"/>
- <point x="1420" y="-428"/>
- <point x="1420" y="-164" type="curve" smooth="yes"/>
- <point x="1420" y="36" type="line"/>
+ <point x="1184.0" y="36.0" type="line"/>
+ <point x="1184.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="-324.0"/>
+ <point x="1088.0" y="-372.0"/>
+ <point x="960.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="-372.0"/>
+ <point x="904.0" y="-368.0"/>
+ <point x="884.0" y="-364.0" type="curve"/>
+ <point x="884.0" y="-564.0" type="line"/>
+ <point x="920.0" y="-576.0"/>
+ <point x="972.0" y="-576.0"/>
+ <point x="1020.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1244.0" y="-576.0"/>
+ <point x="1420.0" y="-428.0"/>
+ <point x="1420.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="36.0" type="line"/>
</contour>
- <component base="n"/>
<contour>
- <point x="752" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="736" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1068" y="-420" type="move" name="parenthesses.w1"/>
- </contour>
- <contour>
- <point x="736" y="16" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1568" y="1776" type="move" name="top0315"/>
+ <point x="452.0" y="908.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1196.0"/>
+ <point x="672.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1328.0"/>
+ <point x="1184.0" y="1184.0"/>
+ <point x="1184.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1368.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="540.0" y="1432.0"/>
+ <point x="468.0" y="1276.0" type="curve"/>
+ <point x="452.0" y="1276.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 197, 'rightMargin': 206}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/enghecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/enghecyrillic.glif
index 39d30d6d1..99b9e7a13 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/enghecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/enghecyrillic.glif
@@ -1,24 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="enghecyrillic" format="1">
- <advance width="2032"/>
+<glyph name="enghecyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="04A5"/>
<outline>
<contour>
- <point x="1892" y="1488" type="line"/>
- <point x="1260" y="1488" type="line"/>
- <point x="1260" y="1268" type="line"/>
- <point x="1892" y="1268" type="line"/>
+ <point x="1892.0" y="1488.0" type="line"/>
+ <point x="1260.0" y="1488.0" type="line"/>
+ <point x="1260.0" y="1268.0" type="line"/>
+ <point x="1892.0" y="1268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1112.0" y="848.0" type="line"/>
+ <point x="344.0" y="848.0" type="line"/>
+ <point x="344.0" y="628.0" type="line"/>
+ <point x="1112.0" y="628.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="400.0" y="1488.0" type="line"/>
+ <point x="124.0" y="1488.0" type="line"/>
+ <point x="124.0" y="0.0" type="line"/>
+ <point x="400.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1332.0" y="1488.0" type="line"/>
+ <point x="1056.0" y="1488.0" type="line"/>
+ <point x="1056.0" y="0.0" type="line"/>
+ <point x="1332.0" y="0.0" type="line"/>
</contour>
- <component base="encyrillic" xOffset="-32"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2001, 'leftMargin': 147, 'rightMargin': 103}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/enhookcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/enhookcyrillic.glif
index c39e240d6..f2348760b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/enhookcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/enhookcyrillic.glif
@@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="enhookcyrillic" format="1">
- <advance width="1520"/>
+<glyph name="enhookcyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="04C8"/>
<outline>
<contour>
- <point x="156" y="1488" type="line"/>
- <point x="156" y="0" type="line"/>
- <point x="432" y="0" type="line"/>
- <point x="432" y="628" type="line"/>
- <point x="1088" y="628" type="line"/>
- <point x="1088" y="-124" type="line" smooth="yes"/>
- <point x="1088" y="-284"/>
- <point x="1024" y="-380"/>
- <point x="916" y="-380" type="curve" smooth="yes"/>
- <point x="892" y="-380"/>
- <point x="808" y="-376"/>
- <point x="780" y="-364" type="curve"/>
- <point x="760" y="-580" type="line"/>
- <point x="816" y="-596"/>
- <point x="860" y="-600"/>
- <point x="916" y="-600" type="curve" smooth="yes"/>
- <point x="1196" y="-600"/>
- <point x="1364" y="-432"/>
- <point x="1364" y="-124" type="curve" smooth="yes"/>
- <point x="1364" y="1488" type="line"/>
- <point x="1088" y="1488" type="line"/>
- <point x="1088" y="848" type="line"/>
- <point x="432" y="848" type="line"/>
- <point x="432" y="1488" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="156.0" y="0.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
+ <point x="432.0" y="628.0" type="line"/>
+ <point x="1088.0" y="628.0" type="line"/>
+ <point x="1088.0" y="-124.0" type="line" smooth="yes"/>
+ <point x="1088.0" y="-284.0"/>
+ <point x="1024.0" y="-380.0"/>
+ <point x="916.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="-380.0"/>
+ <point x="808.0" y="-376.0"/>
+ <point x="780.0" y="-364.0" type="curve"/>
+ <point x="760.0" y="-580.0" type="line"/>
+ <point x="816.0" y="-596.0"/>
+ <point x="860.0" y="-600.0"/>
+ <point x="916.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="-600.0"/>
+ <point x="1364.0" y="-432.0"/>
+ <point x="1364.0" y="-124.0" type="curve" smooth="yes"/>
+ <point x="1364.0" y="1488.0" type="line"/>
+ <point x="1088.0" y="1488.0" type="line"/>
+ <point x="1088.0" y="848.0" type="line"/>
+ <point x="432.0" y="848.0" type="line"/>
+ <point x="432.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 197, 'rightMargin': 198}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/enquad.glif b/src/Inter-UI-Regular.ufo/glyphs/enquad.glif
index a2af2f3e0..3b0d62e49 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/enquad.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/enquad.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="enquad" format="1">
- <advance width="1536"/>
+<glyph name="enquad" format="2">
+ <advance width="1536.0"/>
<unicode hex="2000"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1436, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/enspace.glif b/src/Inter-UI-Regular.ufo/glyphs/enspace.glif
index 8acfa7fa5..80e3adaa6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/enspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/enspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="enspace" format="1">
- <advance width="1408"/>
+<glyph name="enspace" format="2">
+ <advance width="1408.0"/>
<unicode hex="2002"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1436, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eogonek.N_A_V_.glif b/src/Inter-UI-Regular.ufo/glyphs/eogonek.N_A_V_.glif
new file mode 100644
index 000000000..f873a05af
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/eogonek.N_A_V_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="eogonek.NAV" format="2">
+ <advance width="1644.0"/>
+ <anchor x="840.0" y="-600.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="ogonek" xOffset="352.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/eogonek.glif
new file mode 100644
index 000000000..8cf3e77e5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/eogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="eogonek" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0119"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="ogonek" xOffset="664.0" yOffset="96.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilon.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilon.glif
index 37dd08d1e..21ba076b3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/epsilon.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/epsilon.glif
@@ -1,71 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon" format="1">
- <advance width="1520"/>
+<glyph name="epsilon" format="2">
+ <advance width="1520.0"/>
<unicode hex="03B5"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
<outline>
<contour>
- <point x="720" y="808" type="line"/>
- <point x="352" y="808"/>
- <point x="136" y="672"/>
- <point x="136" y="420" type="curve" smooth="yes"/>
- <point x="136" y="140"/>
- <point x="400" y="-28"/>
- <point x="760" y="-28" type="curve" smooth="yes"/>
- <point x="1068" y="-28"/>
- <point x="1384" y="116"/>
- <point x="1384" y="444" type="curve"/>
- <point x="1112" y="444" type="line"/>
- <point x="1112" y="312"/>
- <point x="972" y="192"/>
- <point x="760" y="192" type="curve" smooth="yes"/>
- <point x="540" y="192"/>
- <point x="412" y="300"/>
- <point x="412" y="420" type="curve" smooth="yes"/>
- <point x="412" y="580"/>
- <point x="528" y="652"/>
- <point x="744" y="652" type="curve" smooth="yes"/>
- <point x="1032" y="652" type="line"/>
- <point x="1032" y="808" type="line"/>
+ <point x="720.0" y="808.0" type="line"/>
+ <point x="352.0" y="808.0"/>
+ <point x="136.0" y="672.0"/>
+ <point x="136.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="140.0"/>
+ <point x="400.0" y="-28.0"/>
+ <point x="760.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="-28.0"/>
+ <point x="1384.0" y="116.0"/>
+ <point x="1384.0" y="444.0" type="curve"/>
+ <point x="1112.0" y="444.0" type="line"/>
+ <point x="1112.0" y="312.0"/>
+ <point x="972.0" y="192.0"/>
+ <point x="760.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="192.0"/>
+ <point x="412.0" y="300.0"/>
+ <point x="412.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="580.0"/>
+ <point x="528.0" y="652.0"/>
+ <point x="744.0" y="652.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="652.0" type="line"/>
+ <point x="1032.0" y="808.0" type="line"/>
</contour>
<contour>
- <point x="1032" y="712" type="line"/>
- <point x="1032" y="868" type="line"/>
- <point x="744" y="868" type="line" smooth="yes"/>
- <point x="524" y="868"/>
- <point x="440" y="956"/>
- <point x="440" y="1080" type="curve"/>
- <point x="440" y="1188"/>
- <point x="540" y="1296"/>
- <point x="760" y="1296" type="curve" smooth="yes"/>
- <point x="944" y="1296"/>
- <point x="1088" y="1196"/>
- <point x="1088" y="1072" type="curve"/>
- <point x="1360" y="1072" type="line"/>
- <point x="1360" y="1344"/>
- <point x="1088" y="1516"/>
- <point x="760" y="1516" type="curve" smooth="yes"/>
- <point x="400" y="1516"/>
- <point x="164" y="1364"/>
- <point x="164" y="1080" type="curve"/>
- <point x="164" y="876"/>
- <point x="388" y="712"/>
- <point x="720" y="712" type="curve"/>
- </contour>
- <contour>
- <point x="760" y="1772" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1520" y="1772" type="move" name="top0315"/>
+ <point x="1032.0" y="712.0" type="line"/>
+ <point x="1032.0" y="868.0" type="line"/>
+ <point x="744.0" y="868.0" type="line" smooth="yes"/>
+ <point x="524.0" y="868.0"/>
+ <point x="440.0" y="956.0"/>
+ <point x="440.0" y="1080.0" type="curve"/>
+ <point x="440.0" y="1188.0"/>
+ <point x="540.0" y="1296.0"/>
+ <point x="760.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="1296.0"/>
+ <point x="1088.0" y="1196.0"/>
+ <point x="1088.0" y="1072.0" type="curve"/>
+ <point x="1360.0" y="1072.0" type="line"/>
+ <point x="1360.0" y="1344.0"/>
+ <point x="1088.0" y="1516.0"/>
+ <point x="760.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="1516.0"/>
+ <point x="164.0" y="1364.0"/>
+ <point x="164.0" y="1080.0" type="curve"/>
+ <point x="164.0" y="876.0"/>
+ <point x="388.0" y="712.0"/>
+ <point x="720.0" y="712.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1517, 'leftMargin': 135, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilon1.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilon1.glif
index ee1ff308e..b434bda0c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/epsilon1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/epsilon1.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1" format="1">
- <advance width="1520"/>
+<glyph name="epsilon1" format="2">
+ <advance width="1520.0"/>
<unicode hex="025B"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="760.0" y="1776.0" name="top"/>
+ <anchor x="1520.0" y="1776.0" name="top0315"/>
<outline>
- <component base="epsilon" xOffset="-4"/>
- <contour>
- <point x="760" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1520" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="760" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="epsilon" xOffset="-4.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1517, 'leftMargin': 135, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilon1rev.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilon1rev.glif
index a624d7910..034dcd020 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/epsilon1rev.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/epsilon1rev.glif
@@ -1,77 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1rev" format="1">
- <advance width="1520"/>
+<glyph name="epsilon1rev" format="2">
+ <advance width="1520.0"/>
<unicode hex="025C"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1260.0" y="1072.0" name="rhotichook"/>
+ <anchor x="760.0" y="1776.0" name="top"/>
+ <anchor x="1520.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="492" y="808" type="line"/>
- <point x="492" y="652" type="line"/>
- <point x="780" y="652" type="line" smooth="yes"/>
- <point x="996" y="652"/>
- <point x="1108" y="580"/>
- <point x="1108" y="420" type="curve" smooth="yes"/>
- <point x="1108" y="300"/>
- <point x="980" y="192"/>
- <point x="760" y="192" type="curve" smooth="yes"/>
- <point x="548" y="192"/>
- <point x="412" y="312"/>
- <point x="412" y="444" type="curve"/>
- <point x="136" y="444" type="line"/>
- <point x="136" y="116"/>
- <point x="456" y="-28"/>
- <point x="760" y="-28" type="curve" smooth="yes"/>
- <point x="1120" y="-28"/>
- <point x="1384" y="140"/>
- <point x="1384" y="420" type="curve" smooth="yes"/>
- <point x="1384" y="672"/>
- <point x="1168" y="808"/>
- <point x="800" y="808" type="curve"/>
+ <point x="492.0" y="808.0" type="line"/>
+ <point x="492.0" y="652.0" type="line"/>
+ <point x="780.0" y="652.0" type="line" smooth="yes"/>
+ <point x="996.0" y="652.0"/>
+ <point x="1108.0" y="580.0"/>
+ <point x="1108.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="300.0"/>
+ <point x="980.0" y="192.0"/>
+ <point x="760.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="192.0"/>
+ <point x="412.0" y="312.0"/>
+ <point x="412.0" y="444.0" type="curve"/>
+ <point x="136.0" y="444.0" type="line"/>
+ <point x="136.0" y="116.0"/>
+ <point x="456.0" y="-28.0"/>
+ <point x="760.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="-28.0"/>
+ <point x="1384.0" y="140.0"/>
+ <point x="1384.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="672.0"/>
+ <point x="1168.0" y="808.0"/>
+ <point x="800.0" y="808.0" type="curve"/>
</contour>
<contour>
- <point x="800" y="712" type="line"/>
- <point x="1136" y="712"/>
- <point x="1360" y="876"/>
- <point x="1360" y="1080" type="curve"/>
- <point x="1360" y="1364"/>
- <point x="1120" y="1516"/>
- <point x="760" y="1516" type="curve" smooth="yes"/>
- <point x="436" y="1516"/>
- <point x="164" y="1344"/>
- <point x="164" y="1072" type="curve"/>
- <point x="436" y="1072" type="line"/>
- <point x="436" y="1196"/>
- <point x="580" y="1296"/>
- <point x="760" y="1296" type="curve" smooth="yes"/>
- <point x="984" y="1296"/>
- <point x="1084" y="1188"/>
- <point x="1084" y="1080" type="curve"/>
- <point x="1084" y="956"/>
- <point x="996" y="868"/>
- <point x="780" y="868" type="curve" smooth="yes"/>
- <point x="492" y="868" type="line"/>
- <point x="492" y="712" type="line"/>
- </contour>
- <contour>
- <point x="1260" y="1072" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="760" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="760" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1520" y="1776" type="move" name="top0315"/>
+ <point x="800.0" y="712.0" type="line"/>
+ <point x="1136.0" y="712.0"/>
+ <point x="1360.0" y="876.0"/>
+ <point x="1360.0" y="1080.0" type="curve"/>
+ <point x="1360.0" y="1364.0"/>
+ <point x="1120.0" y="1516.0"/>
+ <point x="760.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="1516.0"/>
+ <point x="164.0" y="1344.0"/>
+ <point x="164.0" y="1072.0" type="curve"/>
+ <point x="436.0" y="1072.0" type="line"/>
+ <point x="436.0" y="1196.0"/>
+ <point x="580.0" y="1296.0"/>
+ <point x="760.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="1296.0"/>
+ <point x="1084.0" y="1188.0"/>
+ <point x="1084.0" y="1080.0" type="curve"/>
+ <point x="1084.0" y="956.0"/>
+ <point x="996.0" y="868.0"/>
+ <point x="780.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="868.0" type="line"/>
+ <point x="492.0" y="712.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1517, 'leftMargin': 135, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed.glif
index fc41b19d9..cdebaf314 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed.glif
@@ -1,77 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1revclosed" format="1">
- <advance width="1520"/>
+<glyph name="epsilon1revclosed" format="2">
+ <advance width="1520.0"/>
<unicode hex="025E"/>
+ <anchor x="780.0" y="0.0" name="bottom"/>
+ <anchor x="1068.0" y="876.0" name="rhotichook"/>
+ <anchor x="780.0" y="1776.0" name="top"/>
+ <anchor x="1500.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="820" y="712" type="line"/>
- <point x="1140" y="712"/>
- <point x="1336" y="876"/>
- <point x="1336" y="1080" type="curve"/>
- <point x="1336" y="1364"/>
- <point x="1128" y="1516"/>
- <point x="780" y="1516" type="curve" smooth="yes"/>
- <point x="468" y="1516"/>
- <point x="156" y="1352"/>
- <point x="156" y="764" type="curve"/>
- <point x="428" y="764" type="line"/>
- <point x="428" y="1164"/>
- <point x="588" y="1296"/>
- <point x="780" y="1296" type="curve" smooth="yes"/>
- <point x="984" y="1296"/>
- <point x="1064" y="1188"/>
- <point x="1064" y="1080" type="curve"/>
- <point x="1064" y="956"/>
- <point x="996" y="872"/>
- <point x="800" y="872" type="curve" smooth="yes"/>
- <point x="648" y="872" type="line"/>
- <point x="648" y="712" type="line"/>
+ <point x="820.0" y="712.0" type="line"/>
+ <point x="1140.0" y="712.0"/>
+ <point x="1336.0" y="876.0"/>
+ <point x="1336.0" y="1080.0" type="curve"/>
+ <point x="1336.0" y="1364.0"/>
+ <point x="1128.0" y="1516.0"/>
+ <point x="780.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1516.0"/>
+ <point x="156.0" y="1352.0"/>
+ <point x="156.0" y="764.0" type="curve"/>
+ <point x="428.0" y="764.0" type="line"/>
+ <point x="428.0" y="1164.0"/>
+ <point x="588.0" y="1296.0"/>
+ <point x="780.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="1296.0"/>
+ <point x="1064.0" y="1188.0"/>
+ <point x="1064.0" y="1080.0" type="curve"/>
+ <point x="1064.0" y="956.0"/>
+ <point x="996.0" y="872.0"/>
+ <point x="800.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="872.0" type="line"/>
+ <point x="648.0" y="712.0" type="line"/>
</contour>
<contour>
- <point x="648" y="808" type="line"/>
- <point x="648" y="648" type="line"/>
- <point x="800" y="648" type="line" smooth="yes"/>
- <point x="996" y="648"/>
- <point x="1088" y="580"/>
- <point x="1088" y="420" type="curve" smooth="yes"/>
- <point x="1088" y="300"/>
- <point x="984" y="188"/>
- <point x="780" y="188" type="curve" smooth="yes"/>
- <point x="560" y="188"/>
- <point x="428" y="360"/>
- <point x="428" y="768" type="curve"/>
- <point x="156" y="768" type="line"/>
- <point x="156" y="124"/>
- <point x="488" y="-28"/>
- <point x="780" y="-28" type="curve" smooth="yes"/>
- <point x="1128" y="-28"/>
- <point x="1364" y="140"/>
- <point x="1364" y="420" type="curve" smooth="yes"/>
- <point x="1364" y="672"/>
- <point x="1172" y="808"/>
- <point x="820" y="808" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="780" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="780" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1500" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="1068" y="876" type="move" name="rhotichook"/>
+ <point x="648.0" y="808.0" type="line"/>
+ <point x="648.0" y="648.0" type="line"/>
+ <point x="800.0" y="648.0" type="line" smooth="yes"/>
+ <point x="996.0" y="648.0"/>
+ <point x="1088.0" y="580.0"/>
+ <point x="1088.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="300.0"/>
+ <point x="984.0" y="188.0"/>
+ <point x="780.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="188.0"/>
+ <point x="428.0" y="360.0"/>
+ <point x="428.0" y="768.0" type="curve"/>
+ <point x="156.0" y="768.0" type="line"/>
+ <point x="156.0" y="124.0"/>
+ <point x="488.0" y="-28.0"/>
+ <point x="780.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1128.0" y="-28.0"/>
+ <point x="1364.0" y="140.0"/>
+ <point x="1364.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1364.0" y="672.0"/>
+ <point x="1172.0" y="808.0"/>
+ <point x="820.0" y="808.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1478, 'leftMargin': 135, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed_uni02DE__.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed_uni02DE__.glif
deleted file mode 100644
index 0c8f78679..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed_uni02DE__.glif
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1revclosed_uni02DE" format="1">
- <advance width="2032"/>
- <outline>
- <component base="epsilon1revclosed" xOffset="-132"/>
- <component base="rhotichookmod" xOffset="1196"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1891, 'leftMargin': 164, 'rightMargin': -223}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed_uni02D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed_uni02D_E_.glif
new file mode 100644
index 000000000..9cefbfd5c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/epsilon1revclosed_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="epsilon1revclosed_uni02DE" format="2">
+ <advance width="2032.0"/>
+ <outline>
+ <component base="epsilon1revclosed" xOffset="-132.0"/>
+ <component base="rhotichookmod" xOffset="1196.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilon1revhook.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilon1revhook.glif
index fdbb19240..f165818f4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/epsilon1revhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/epsilon1revhook.glif
@@ -1,92 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilon1revhook" format="1">
- <advance width="2032"/>
+<glyph name="epsilon1revhook" format="2">
+ <advance width="2032.0"/>
<unicode hex="025D"/>
+ <anchor x="712.0" y="0.0" name="bottom"/>
+ <anchor x="712.0" y="1776.0" name="top"/>
+ <anchor x="1972.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1240" y="1000" type="line"/>
- <point x="1428" y="1036" type="line"/>
- <point x="1468" y="852"/>
- <point x="1540" y="692"/>
- <point x="1768" y="692" type="curve" smooth="yes"/>
- <point x="1832" y="692"/>
- <point x="1892" y="708"/>
- <point x="1944" y="736" type="curve"/>
- <point x="1908" y="904" type="line"/>
- <point x="1892" y="900"/>
- <point x="1872" y="896"/>
- <point x="1824" y="896" type="curve" smooth="yes"/>
- <point x="1676" y="896"/>
- <point x="1640" y="1060"/>
- <point x="1604" y="1296" type="curve"/>
- <point x="1240" y="1224" type="line"/>
+ <point x="1240.0" y="1000.0" type="line"/>
+ <point x="1428.0" y="1036.0" type="line"/>
+ <point x="1468.0" y="852.0"/>
+ <point x="1540.0" y="692.0"/>
+ <point x="1768.0" y="692.0" type="curve" smooth="yes"/>
+ <point x="1832.0" y="692.0"/>
+ <point x="1892.0" y="708.0"/>
+ <point x="1944.0" y="736.0" type="curve"/>
+ <point x="1908.0" y="904.0" type="line"/>
+ <point x="1892.0" y="900.0"/>
+ <point x="1872.0" y="896.0"/>
+ <point x="1824.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="1676.0" y="896.0"/>
+ <point x="1640.0" y="1060.0"/>
+ <point x="1604.0" y="1296.0" type="curve"/>
+ <point x="1240.0" y="1224.0" type="line"/>
</contour>
<contour>
- <point x="444" y="808" type="line"/>
- <point x="444" y="652" type="line"/>
- <point x="732" y="652" type="line" smooth="yes"/>
- <point x="948" y="652"/>
- <point x="1060" y="580"/>
- <point x="1060" y="420" type="curve" smooth="yes"/>
- <point x="1060" y="300"/>
- <point x="932" y="192"/>
- <point x="712" y="192" type="curve" smooth="yes"/>
- <point x="500" y="192"/>
- <point x="364" y="312"/>
- <point x="364" y="444" type="curve"/>
- <point x="88" y="444" type="line"/>
- <point x="88" y="116"/>
- <point x="408" y="-28"/>
- <point x="712" y="-28" type="curve" smooth="yes"/>
- <point x="1072" y="-28"/>
- <point x="1336" y="140"/>
- <point x="1336" y="420" type="curve" smooth="yes"/>
- <point x="1336" y="672"/>
- <point x="1120" y="808"/>
- <point x="752" y="808" type="curve"/>
+ <point x="444.0" y="808.0" type="line"/>
+ <point x="444.0" y="652.0" type="line"/>
+ <point x="732.0" y="652.0" type="line" smooth="yes"/>
+ <point x="948.0" y="652.0"/>
+ <point x="1060.0" y="580.0"/>
+ <point x="1060.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="300.0"/>
+ <point x="932.0" y="192.0"/>
+ <point x="712.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="500.0" y="192.0"/>
+ <point x="364.0" y="312.0"/>
+ <point x="364.0" y="444.0" type="curve"/>
+ <point x="88.0" y="444.0" type="line"/>
+ <point x="88.0" y="116.0"/>
+ <point x="408.0" y="-28.0"/>
+ <point x="712.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="-28.0"/>
+ <point x="1336.0" y="140.0"/>
+ <point x="1336.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="672.0"/>
+ <point x="1120.0" y="808.0"/>
+ <point x="752.0" y="808.0" type="curve"/>
</contour>
<contour>
- <point x="752" y="712" type="line"/>
- <point x="1088" y="712"/>
- <point x="1312" y="876"/>
- <point x="1312" y="1080" type="curve"/>
- <point x="1312" y="1364"/>
- <point x="1072" y="1516"/>
- <point x="712" y="1516" type="curve" smooth="yes"/>
- <point x="388" y="1516"/>
- <point x="116" y="1344"/>
- <point x="116" y="1072" type="curve"/>
- <point x="388" y="1072" type="line"/>
- <point x="388" y="1196"/>
- <point x="532" y="1296"/>
- <point x="712" y="1296" type="curve" smooth="yes"/>
- <point x="936" y="1296"/>
- <point x="1036" y="1188"/>
- <point x="1036" y="1080" type="curve"/>
- <point x="1036" y="956"/>
- <point x="948" y="868"/>
- <point x="732" y="868" type="curve" smooth="yes"/>
- <point x="444" y="868" type="line"/>
- <point x="444" y="712" type="line"/>
- </contour>
- <contour>
- <point x="712" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="712" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1972" y="1776" type="move" name="top0315"/>
+ <point x="752.0" y="712.0" type="line"/>
+ <point x="1088.0" y="712.0"/>
+ <point x="1312.0" y="876.0"/>
+ <point x="1312.0" y="1080.0" type="curve"/>
+ <point x="1312.0" y="1364.0"/>
+ <point x="1072.0" y="1516.0"/>
+ <point x="712.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="1516.0"/>
+ <point x="116.0" y="1344.0"/>
+ <point x="116.0" y="1072.0" type="curve"/>
+ <point x="388.0" y="1072.0" type="line"/>
+ <point x="388.0" y="1196.0"/>
+ <point x="532.0" y="1296.0"/>
+ <point x="712.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="1296.0"/>
+ <point x="1036.0" y="1188.0"/>
+ <point x="1036.0" y="1080.0" type="curve"/>
+ <point x="1036.0" y="956.0"/>
+ <point x="948.0" y="868.0"/>
+ <point x="732.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="868.0" type="line"/>
+ <point x="444.0" y="712.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2017, 'leftMargin': 135, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilonclosed.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilonclosed.glif
index 5ebbb8e30..434d83881 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/epsilonclosed.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/epsilonclosed.glif
@@ -1,74 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="epsilonclosed" format="1">
- <advance width="1520"/>
+<glyph name="epsilonclosed" format="2">
+ <advance width="1520.0"/>
<unicode hex="029A"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="740.0" y="1776.0" name="top"/>
+ <anchor x="1500.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="872" y="712" type="line"/>
- <point x="872" y="872" type="line"/>
- <point x="720" y="872" type="line" smooth="yes"/>
- <point x="524" y="872"/>
- <point x="460" y="956"/>
- <point x="460" y="1080" type="curve" smooth="yes"/>
- <point x="460" y="1188"/>
- <point x="536" y="1296"/>
- <point x="740" y="1296" type="curve" smooth="yes"/>
- <point x="936" y="1296"/>
- <point x="1092" y="1164"/>
- <point x="1092" y="764" type="curve"/>
- <point x="1364" y="764" type="line"/>
- <point x="1364" y="1352"/>
- <point x="1052" y="1516"/>
- <point x="740" y="1516" type="curve" smooth="yes"/>
- <point x="396" y="1516"/>
- <point x="184" y="1364"/>
- <point x="184" y="1080" type="curve" smooth="yes"/>
- <point x="184" y="876"/>
- <point x="380" y="712"/>
- <point x="700" y="712" type="curve" smooth="yes"/>
+ <point x="872.0" y="712.0" type="line"/>
+ <point x="872.0" y="872.0" type="line"/>
+ <point x="720.0" y="872.0" type="line" smooth="yes"/>
+ <point x="524.0" y="872.0"/>
+ <point x="460.0" y="956.0"/>
+ <point x="460.0" y="1080.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="1188.0"/>
+ <point x="536.0" y="1296.0"/>
+ <point x="740.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="1296.0"/>
+ <point x="1092.0" y="1164.0"/>
+ <point x="1092.0" y="764.0" type="curve"/>
+ <point x="1364.0" y="764.0" type="line"/>
+ <point x="1364.0" y="1352.0"/>
+ <point x="1052.0" y="1516.0"/>
+ <point x="740.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="1516.0"/>
+ <point x="184.0" y="1364.0"/>
+ <point x="184.0" y="1080.0" type="curve" smooth="yes"/>
+ <point x="184.0" y="876.0"/>
+ <point x="380.0" y="712.0"/>
+ <point x="700.0" y="712.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="700" y="808" type="line"/>
- <point x="348" y="808"/>
- <point x="156" y="672"/>
- <point x="156" y="420" type="curve" smooth="yes"/>
- <point x="156" y="140"/>
- <point x="396" y="-28"/>
- <point x="740" y="-28" type="curve" smooth="yes"/>
- <point x="1032" y="-28"/>
- <point x="1364" y="124"/>
- <point x="1364" y="768" type="curve"/>
- <point x="1092" y="768" type="line"/>
- <point x="1092" y="360"/>
- <point x="960" y="188"/>
- <point x="740" y="188" type="curve" smooth="yes"/>
- <point x="536" y="188"/>
- <point x="432" y="300"/>
- <point x="432" y="420" type="curve" smooth="yes"/>
- <point x="432" y="580"/>
- <point x="524" y="648"/>
- <point x="720" y="648" type="curve" smooth="yes"/>
- <point x="872" y="648" type="line"/>
- <point x="872" y="808" type="line"/>
- </contour>
- <contour>
- <point x="740" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="740" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1500" y="1776" type="move" name="top0315"/>
+ <point x="700.0" y="808.0" type="line"/>
+ <point x="348.0" y="808.0"/>
+ <point x="156.0" y="672.0"/>
+ <point x="156.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="156.0" y="140.0"/>
+ <point x="396.0" y="-28.0"/>
+ <point x="740.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="-28.0"/>
+ <point x="1364.0" y="124.0"/>
+ <point x="1364.0" y="768.0" type="curve"/>
+ <point x="1092.0" y="768.0" type="line"/>
+ <point x="1092.0" y="360.0"/>
+ <point x="960.0" y="188.0"/>
+ <point x="740.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="188.0"/>
+ <point x="432.0" y="300.0"/>
+ <point x="432.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="580.0"/>
+ <point x="524.0" y="648.0"/>
+ <point x="720.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="648.0" type="line"/>
+ <point x="872.0" y="808.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1478, 'leftMargin': 135, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/epsilontonos.glif b/src/Inter-UI-Regular.ufo/glyphs/epsilontonos.glif
new file mode 100644
index 000000000..1f5fe8f70
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/epsilontonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="epsilontonos" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="03AD"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="tonos" xOffset="448.0" yOffset="112.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/equal.case.glif b/src/Inter-UI-Regular.ufo/glyphs/equal.case.glif
index 4448b99fb..3ce26014a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/equal.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/equal.case.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="equal.case" format="1">
- <advance width="1808"/>
+<glyph name="equal.case" format="2">
+ <advance width="1808.0"/>
<outline>
- <component base="equal" yOffset="128"/>
+ <component base="equal" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1664, 'leftMargin': 256, 'rightMargin': 256}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/equal.glif b/src/Inter-UI-Regular.ufo/glyphs/equal.glif
index 061bf4273..2b73fcf8c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/equal.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/equal.glif
@@ -1,53 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="equal" format="1">
- <advance width="1808"/>
+<glyph name="equal" format="2">
+ <advance width="1808.0"/>
<unicode hex="003D"/>
+ <guideline x="256.0" y="896.0" angle="0.0"/>
<outline>
<contour>
- <point x="328" y="732" type="line"/>
- <point x="328" y="512" type="line"/>
- <point x="1480" y="512" type="line"/>
- <point x="1480" y="732" type="line"/>
+ <point x="328.0" y="732.0" type="line"/>
+ <point x="328.0" y="512.0" type="line"/>
+ <point x="1480.0" y="512.0" type="line"/>
+ <point x="1480.0" y="732.0" type="line"/>
</contour>
<contour>
- <point x="328" y="1280" type="line"/>
- <point x="328" y="1060" type="line"/>
- <point x="1480" y="1060" type="line"/>
- <point x="1480" y="1280" type="line"/>
+ <point x="328.0" y="1280.0" type="line"/>
+ <point x="328.0" y="1060.0" type="line"/>
+ <point x="1480.0" y="1060.0" type="line"/>
+ <point x="1480.0" y="1280.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>256</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1664, 'leftMargin': 256, 'rightMargin': 256}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/equalsub.glif b/src/Inter-UI-Regular.ufo/glyphs/equalsub.glif
index 34b546748..bb8687b59 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/equalsub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/equalsub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="equalsub" format="1">
- <advance width="1264"/>
+<glyph name="equalsub" format="2">
+ <advance width="1264.0"/>
<unicode hex="208C"/>
<outline>
- <component base="equalsuperior" xOffset="-20" yOffset="-1376"/>
+ <component base="equalsuperior" xOffset="-20.0" yOffset="-1376.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1056.0, 'leftMargin': 224, 'rightMargin': -4.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/equalsuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/equalsuperior.glif
index b7c609d5f..7558fe9cd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/equalsuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/equalsuperior.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="equalsuperior" format="1">
- <advance width="1264"/>
+<glyph name="equalsuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="207C"/>
<outline>
<contour>
- <point x="1052" y="1288" type="line"/>
- <point x="216" y="1288" type="line"/>
- <point x="216" y="1100" type="line"/>
- <point x="1052" y="1100" type="line"/>
+ <point x="1052.0" y="1288.0" type="line"/>
+ <point x="216.0" y="1288.0" type="line"/>
+ <point x="216.0" y="1100.0" type="line"/>
+ <point x="1052.0" y="1100.0" type="line"/>
</contour>
<contour>
- <point x="1052" y="1672" type="line"/>
- <point x="216" y="1672" type="line"/>
- <point x="216" y="1484" type="line"/>
- <point x="1052" y="1484" type="line"/>
+ <point x="1052.0" y="1672.0" type="line"/>
+ <point x="216.0" y="1672.0" type="line"/>
+ <point x="216.0" y="1484.0" type="line"/>
+ <point x="1052.0" y="1484.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1056.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ercyrillic.glif
new file mode 100644
index 000000000..f3f94b479
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ercyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ercyrillic" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="0440"/>
+ <anchor x="332.0" y="-576.0" name="bottom"/>
+ <anchor x="1560.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="1792.0" name="parent_top"/>
+ <anchor x="904.0" y="1792.0" name="top"/>
+ <anchor x="1560.0" y="1760.0" name="top0315"/>
+ <anchor x="1560.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="p"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/erev.glif b/src/Inter-UI-Regular.ufo/glyphs/erev.glif
index 637f914f1..0de27f531 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/erev.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/erev.glif
@@ -1,63 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="erev" format="1">
- <advance width="1520"/>
+<glyph name="erev" format="2">
+ <advance width="1520.0"/>
<unicode hex="0258"/>
+ <anchor x="708.0" y="0.0" name="bottom"/>
+ <anchor x="1216.0" y="900.0" name="rhotichook"/>
+ <anchor x="744.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="708" y="-28" type="curve" smooth="yes"/>
- <point x="1132" y="-28"/>
- <point x="1396" y="272"/>
- <point x="1396" y="692" type="curve" smooth="yes"/>
- <point x="1396" y="748" type="line" smooth="yes"/>
- <point x="1396" y="1240"/>
- <point x="1076" y="1516"/>
- <point x="744" y="1516" type="curve" smooth="yes"/>
- <point x="304" y="1516"/>
- <point x="124" y="1200"/>
- <point x="124" y="780" type="curve" smooth="yes"/>
- <point x="124" y="660" type="line"/>
- <point x="1232" y="660" type="line"/>
- <point x="1232" y="880" type="line"/>
- <point x="400" y="880" type="line"/>
- <point x="400" y="900" type="line"/>
- <point x="416" y="1088"/>
- <point x="488" y="1296"/>
- <point x="744" y="1296" type="curve" smooth="yes"/>
- <point x="964" y="1296"/>
- <point x="1120" y="1104"/>
- <point x="1120" y="748" type="curve" smooth="yes"/>
- <point x="1120" y="692" type="line" smooth="yes"/>
- <point x="1120" y="416"/>
- <point x="968" y="192"/>
- <point x="696" y="192" type="curve" smooth="yes"/>
- <point x="516" y="192"/>
- <point x="396" y="276"/>
- <point x="308" y="392" type="curve"/>
- <point x="140" y="264" type="line"/>
- <point x="240" y="116"/>
- <point x="408" y="-28"/>
- </contour>
- <contour>
- <point x="1216" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="744" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="708" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1524" y="1776" type="move" name="top0315"/>
+ <point x="708.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="-28.0"/>
+ <point x="1396.0" y="272.0"/>
+ <point x="1396.0" y="692.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="748.0" type="line" smooth="yes"/>
+ <point x="1396.0" y="1240.0"/>
+ <point x="1076.0" y="1516.0"/>
+ <point x="744.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="304.0" y="1516.0"/>
+ <point x="124.0" y="1200.0"/>
+ <point x="124.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="660.0" type="line"/>
+ <point x="1232.0" y="660.0" type="line"/>
+ <point x="1232.0" y="880.0" type="line"/>
+ <point x="400.0" y="880.0" type="line"/>
+ <point x="400.0" y="900.0" type="line"/>
+ <point x="416.0" y="1088.0"/>
+ <point x="488.0" y="1296.0"/>
+ <point x="744.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1296.0"/>
+ <point x="1120.0" y="1104.0"/>
+ <point x="1120.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="692.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="416.0"/>
+ <point x="968.0" y="192.0"/>
+ <point x="696.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="192.0"/>
+ <point x="396.0" y="276.0"/>
+ <point x="308.0" y="392.0" type="curve"/>
+ <point x="140.0" y="264.0" type="line"/>
+ <point x="240.0" y="116.0"/>
+ <point x="408.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1502, 'leftMargin': 102, 'rightMargin': 130}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ereversedcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ereversedcyrillic.glif
index 2d5f4e307..35fdfea59 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ereversedcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ereversedcyrillic.glif
@@ -1,59 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ereversedcyrillic" format="1">
- <advance width="1520"/>
+<glyph name="ereversedcyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="044D"/>
+ <anchor x="760.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="724" y="1296" type="curve" smooth="yes"/>
- <point x="996" y="1296"/>
- <point x="1104" y="1024"/>
- <point x="1104" y="772" type="curve" smooth="yes"/>
- <point x="1104" y="716" type="line" smooth="yes"/>
- <point x="1104" y="468"/>
- <point x="992" y="192"/>
- <point x="724" y="192" type="curve"/>
- <point x="544" y="192"/>
- <point x="404" y="340"/>
- <point x="404" y="512" type="curve"/>
- <point x="144" y="512" type="line"/>
- <point x="144" y="212"/>
- <point x="388" y="-28"/>
- <point x="724" y="-28" type="curve" smooth="yes"/>
- <point x="1144" y="-28"/>
- <point x="1380" y="320"/>
- <point x="1380" y="716" type="curve" smooth="yes"/>
- <point x="1380" y="772" type="line" smooth="yes"/>
- <point x="1380" y="1168"/>
- <point x="1144" y="1516"/>
- <point x="724" y="1516" type="curve"/>
- <point x="424" y="1516"/>
- <point x="144" y="1276"/>
- <point x="144" y="1016" type="curve"/>
- <point x="404" y="1016" type="line"/>
- <point x="404" y="1172"/>
- <point x="564" y="1296"/>
+ <point x="724.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="1296.0"/>
+ <point x="1104.0" y="1024.0"/>
+ <point x="1104.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1104.0" y="468.0"/>
+ <point x="992.0" y="192.0"/>
+ <point x="724.0" y="192.0" type="curve"/>
+ <point x="544.0" y="192.0"/>
+ <point x="404.0" y="340.0"/>
+ <point x="404.0" y="512.0" type="curve"/>
+ <point x="144.0" y="512.0" type="line"/>
+ <point x="144.0" y="212.0"/>
+ <point x="388.0" y="-28.0"/>
+ <point x="724.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="-28.0"/>
+ <point x="1380.0" y="320.0"/>
+ <point x="1380.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="772.0" type="line" smooth="yes"/>
+ <point x="1380.0" y="1168.0"/>
+ <point x="1144.0" y="1516.0"/>
+ <point x="724.0" y="1516.0" type="curve"/>
+ <point x="424.0" y="1516.0"/>
+ <point x="144.0" y="1276.0"/>
+ <point x="144.0" y="1016.0" type="curve"/>
+ <point x="404.0" y="1016.0" type="line"/>
+ <point x="404.0" y="1172.0"/>
+ <point x="564.0" y="1296.0"/>
</contour>
<contour>
- <point x="1240" y="868" type="line"/>
- <point x="568" y="868" type="line"/>
- <point x="568" y="648" type="line"/>
- <point x="1240" y="648" type="line"/>
- </contour>
- <contour>
- <point x="760" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1524" y="1776" type="move" name="top0315"/>
+ <point x="1240.0" y="868.0" type="line"/>
+ <point x="568.0" y="868.0" type="line"/>
+ <point x="568.0" y="648.0" type="line"/>
+ <point x="1240.0" y="648.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1517, 'leftMargin': 135, 'rightMargin': 147}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/escyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/escyrillic.glif
new file mode 100644
index 000000000..4ff8b8dd8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/escyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="escyrillic" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="0441"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="1792.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/esdescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/esdescendercyrillic.glif
new file mode 100644
index 000000000..66a900720
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/esdescendercyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="esdescendercyrillic" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="04AB"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="1792.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ <component base="cyrillictic" xOffset="592.0" yOffset="-88.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/esh.glif b/src/Inter-UI-Regular.ufo/glyphs/esh.glif
index 4cd50810d..3e3931679 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/esh.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/esh.glif
@@ -1,62 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="esh" format="1">
- <advance width="1264"/>
+<glyph name="esh" format="2">
+ <advance width="1264.0"/>
<unicode hex="0283"/>
+ <anchor x="352.0" y="-616.0" name="bottom"/>
+ <anchor x="844.0" y="2340.0" name="top"/>
+ <anchor x="1212.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="768" y="0" type="line"/>
- <point x="768" y="1640" type="line" smooth="yes"/>
- <point x="768" y="1816"/>
- <point x="864" y="1912"/>
- <point x="1020" y="1912" type="curve" smooth="yes"/>
- <point x="1068" y="1912"/>
- <point x="1120" y="1908"/>
- <point x="1156" y="1900" type="curve"/>
- <point x="1172" y="2120" type="line"/>
- <point x="1112" y="2132"/>
- <point x="1052" y="2140"/>
- <point x="996" y="2140" type="curve" smooth="yes"/>
- <point x="684" y="2140"/>
- <point x="496" y="1964"/>
- <point x="496" y="1640" type="curve" smooth="yes"/>
- <point x="496" y="0" type="line"/>
+ <point x="768.0" y="0.0" type="line"/>
+ <point x="768.0" y="1640.0" type="line" smooth="yes"/>
+ <point x="768.0" y="1816.0"/>
+ <point x="864.0" y="1912.0"/>
+ <point x="1020.0" y="1912.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="1912.0"/>
+ <point x="1120.0" y="1908.0"/>
+ <point x="1156.0" y="1900.0" type="curve"/>
+ <point x="1172.0" y="2120.0" type="line"/>
+ <point x="1112.0" y="2132.0"/>
+ <point x="1052.0" y="2140.0"/>
+ <point x="996.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="2140.0"/>
+ <point x="496.0" y="1964.0"/>
+ <point x="496.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="496" y="1540" type="line"/>
- <point x="496" y="-100" type="line" smooth="yes"/>
- <point x="496" y="-276"/>
- <point x="404" y="-372"/>
- <point x="244" y="-372" type="curve" smooth="yes"/>
- <point x="196" y="-372"/>
- <point x="144" y="-368"/>
- <point x="108" y="-360" type="curve"/>
- <point x="96" y="-580" type="line"/>
- <point x="152" y="-592"/>
- <point x="212" y="-600"/>
- <point x="268" y="-600" type="curve" smooth="yes"/>
- <point x="580" y="-600"/>
- <point x="768" y="-424"/>
- <point x="768" y="-100" type="curve" smooth="yes"/>
- <point x="768" y="1540" type="line"/>
- </contour>
- <contour>
- <point x="844" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="352" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1212" y="2340" type="move" name="top0315"/>
+ <point x="496.0" y="1540.0" type="line"/>
+ <point x="496.0" y="-100.0" type="line" smooth="yes"/>
+ <point x="496.0" y="-276.0"/>
+ <point x="404.0" y="-372.0"/>
+ <point x="244.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="-372.0"/>
+ <point x="144.0" y="-368.0"/>
+ <point x="108.0" y="-360.0" type="curve"/>
+ <point x="96.0" y="-580.0" type="line"/>
+ <point x="152.0" y="-592.0"/>
+ <point x="212.0" y="-600.0"/>
+ <point x="268.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="-600.0"/>
+ <point x="768.0" y="-424.0"/>
+ <point x="768.0" y="-100.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="1540.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1158, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eshcurl.glif b/src/Inter-UI-Regular.ufo/glyphs/eshcurl.glif
index 92e6e5a8e..2832fddf3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eshcurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eshcurl.glif
@@ -1,78 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eshcurl" format="1">
- <advance width="1520"/>
+<glyph name="eshcurl" format="2">
+ <advance width="1520.0"/>
<unicode hex="0286"/>
+ <anchor x="556.0" y="-616.0" name="bottom"/>
+ <anchor x="1136.0" y="2340.0" name="top"/>
+ <anchor x="1412.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="968" y="312" type="line"/>
- <point x="732" y="312" type="line"/>
- <point x="732" y="312"/>
- <point x="732" y="-144"/>
- <point x="732" y="-228" type="curve" smooth="yes"/>
- <point x="732" y="-316"/>
- <point x="660" y="-380"/>
- <point x="548" y="-380" type="curve" smooth="yes"/>
- <point x="464" y="-380"/>
- <point x="408" y="-320"/>
- <point x="408" y="-236" type="curve" smooth="yes"/>
- <point x="408" y="-156"/>
- <point x="468" y="-88"/>
- <point x="564" y="-88" type="curve" smooth="yes"/>
- <point x="676" y="-88"/>
- <point x="788" y="-180"/>
- <point x="932" y="-324" type="curve"/>
- <point x="1140" y="-544" type="line"/>
- <point x="1300" y="-380" type="line"/>
- <point x="968" y="-56" type="line"/>
- <point x="828" y="60"/>
- <point x="692" y="132"/>
- <point x="528" y="132" type="curve" smooth="yes"/>
- <point x="308" y="132"/>
- <point x="136" y="0"/>
- <point x="136" y="-236" type="curve" smooth="yes"/>
- <point x="136" y="-448"/>
- <point x="304" y="-600"/>
- <point x="552" y="-600" type="curve" smooth="yes"/>
- <point x="876" y="-600"/>
- <point x="968" y="-388"/>
- <point x="968" y="-168" type="curve"/>
+ <point x="968.0" y="312.0" type="line"/>
+ <point x="732.0" y="312.0" type="line"/>
+ <point x="732.0" y="312.0"/>
+ <point x="732.0" y="-144.0"/>
+ <point x="732.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="-316.0"/>
+ <point x="660.0" y="-380.0"/>
+ <point x="548.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="-380.0"/>
+ <point x="408.0" y="-320.0"/>
+ <point x="408.0" y="-236.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="-156.0"/>
+ <point x="468.0" y="-88.0"/>
+ <point x="564.0" y="-88.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="-88.0"/>
+ <point x="788.0" y="-180.0"/>
+ <point x="932.0" y="-324.0" type="curve"/>
+ <point x="1140.0" y="-544.0" type="line"/>
+ <point x="1300.0" y="-380.0" type="line"/>
+ <point x="968.0" y="-56.0" type="line"/>
+ <point x="828.0" y="60.0"/>
+ <point x="692.0" y="132.0"/>
+ <point x="528.0" y="132.0" type="curve" smooth="yes"/>
+ <point x="308.0" y="132.0"/>
+ <point x="136.0" y="0.0"/>
+ <point x="136.0" y="-236.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="-448.0"/>
+ <point x="304.0" y="-600.0"/>
+ <point x="552.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="876.0" y="-600.0"/>
+ <point x="968.0" y="-388.0"/>
+ <point x="968.0" y="-168.0" type="curve"/>
</contour>
<contour>
- <point x="968" y="0" type="line"/>
- <point x="968" y="1640" type="line" smooth="yes"/>
- <point x="968" y="1816"/>
- <point x="1080" y="1912"/>
- <point x="1236" y="1912" type="curve" smooth="yes"/>
- <point x="1284" y="1912"/>
- <point x="1336" y="1908"/>
- <point x="1372" y="1900" type="curve"/>
- <point x="1388" y="2120" type="line"/>
- <point x="1328" y="2132"/>
- <point x="1268" y="2140"/>
- <point x="1212" y="2140" type="curve" smooth="yes"/>
- <point x="900" y="2140"/>
- <point x="732" y="1964"/>
- <point x="732" y="1640" type="curve" smooth="yes"/>
- <point x="732" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1136" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="556" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1412" y="2340" type="move" name="top0315"/>
+ <point x="968.0" y="0.0" type="line"/>
+ <point x="968.0" y="1640.0" type="line" smooth="yes"/>
+ <point x="968.0" y="1816.0"/>
+ <point x="1080.0" y="1912.0"/>
+ <point x="1236.0" y="1912.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="1912.0"/>
+ <point x="1336.0" y="1908.0"/>
+ <point x="1372.0" y="1900.0" type="curve"/>
+ <point x="1388.0" y="2120.0" type="line"/>
+ <point x="1328.0" y="2132.0"/>
+ <point x="1268.0" y="2140.0"/>
+ <point x="1212.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="900.0" y="2140.0"/>
+ <point x="732.0" y="1964.0"/>
+ <point x="732.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1320.0, 'leftMargin': 41, 'rightMargin': 27.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eshlooprev.glif b/src/Inter-UI-Regular.ufo/glyphs/eshlooprev.glif
index e5bfec33c..2b9967a3a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eshlooprev.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eshlooprev.glif
@@ -1,66 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eshlooprev" format="1">
- <advance width="1520"/>
+<glyph name="eshlooprev" format="2">
+ <advance width="1520.0"/>
<unicode hex="01AA"/>
<outline>
<contour>
- <point x="816" y="1560" type="line" name="hr00"/>
- <point x="816" y="-80" type="line" smooth="yes"/>
- <point x="816" y="-392"/>
- <point x="944" y="-560"/>
- <point x="1204" y="-560" type="curve" smooth="yes"/>
- <point x="1252" y="-560"/>
- <point x="1324" y="-552"/>
- <point x="1364" y="-536" type="curve"/>
- <point x="1364" y="-320" type="line"/>
- <point x="1336" y="-328"/>
- <point x="1300" y="-332"/>
- <point x="1276" y="-332" type="curve" smooth="yes"/>
- <point x="1156" y="-332"/>
- <point x="1092" y="-268"/>
- <point x="1092" y="-80" type="curve" smooth="yes"/>
- <point x="1092" y="1676" type="line"/>
+ <point x="816.0" y="1560.0" type="line"/>
+ <point x="816.0" y="-80.0" type="line" smooth="yes"/>
+ <point x="816.0" y="-392.0"/>
+ <point x="944.0" y="-560.0"/>
+ <point x="1204.0" y="-560.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="-560.0"/>
+ <point x="1324.0" y="-552.0"/>
+ <point x="1364.0" y="-536.0" type="curve"/>
+ <point x="1364.0" y="-320.0" type="line"/>
+ <point x="1336.0" y="-328.0"/>
+ <point x="1300.0" y="-332.0"/>
+ <point x="1276.0" y="-332.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="-332.0"/>
+ <point x="1092.0" y="-268.0"/>
+ <point x="1092.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="1676.0" type="line"/>
</contour>
<contour>
- <point x="156" y="1676" type="curve" smooth="yes"/>
- <point x="156" y="1420"/>
- <point x="364" y="1208"/>
- <point x="624" y="1208" type="curve" smooth="yes"/>
- <point x="880" y="1208"/>
- <point x="1092" y="1420"/>
- <point x="1092" y="1676" type="curve" smooth="yes"/>
- <point x="1092" y="1936"/>
- <point x="880" y="2144"/>
- <point x="624" y="2144" type="curve" smooth="yes"/>
- <point x="364" y="2144"/>
- <point x="156" y="1936"/>
+ <point x="156.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="156.0" y="1420.0"/>
+ <point x="364.0" y="1208.0"/>
+ <point x="624.0" y="1208.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="1208.0"/>
+ <point x="1092.0" y="1420.0"/>
+ <point x="1092.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="1936.0"/>
+ <point x="880.0" y="2144.0"/>
+ <point x="624.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="2144.0"/>
+ <point x="156.0" y="1936.0"/>
</contour>
<contour>
- <point x="624" y="1460" type="curve" smooth="yes"/>
- <point x="504" y="1460"/>
- <point x="412" y="1532"/>
- <point x="412" y="1680" type="curve" smooth="yes"/>
- <point x="412" y="1824"/>
- <point x="504" y="1900"/>
- <point x="624" y="1900" type="curve" smooth="yes"/>
- <point x="740" y="1900"/>
- <point x="832" y="1824"/>
- <point x="832" y="1680" type="curve" smooth="yes"/>
- <point x="832" y="1532"/>
- <point x="740" y="1460"/>
+ <point x="624.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="1460.0"/>
+ <point x="412.0" y="1532.0"/>
+ <point x="412.0" y="1680.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1824.0"/>
+ <point x="504.0" y="1900.0"/>
+ <point x="624.0" y="1900.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="1900.0"/>
+ <point x="832.0" y="1824.0"/>
+ <point x="832.0" y="1680.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="1532.0"/>
+ <point x="740.0" y="1460.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1313, 'leftMargin': 28, 'rightMargin': 75}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.15</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eshshortrev.glif b/src/Inter-UI-Regular.ufo/glyphs/eshshortrev.glif
index 0f53c42b8..38b40fe29 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eshshortrev.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eshshortrev.glif
@@ -1,62 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eshshortrev" format="1">
- <advance width="1264"/>
+<glyph name="eshshortrev" format="2">
+ <advance width="1264.0"/>
<unicode hex="0285"/>
+ <anchor x="880.0" y="-616.0" name="bottom"/>
+ <anchor x="352.0" y="1776.0" name="top"/>
+ <anchor x="1212.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="768" y="0" type="line"/>
- <point x="768" y="1016" type="line" smooth="yes"/>
- <point x="768" y="1340"/>
- <point x="580" y="1516"/>
- <point x="268" y="1516" type="curve" smooth="yes"/>
- <point x="212" y="1516"/>
- <point x="152" y="1508"/>
- <point x="96" y="1492" type="curve"/>
- <point x="108" y="1276" type="line"/>
- <point x="144" y="1284"/>
- <point x="196" y="1288"/>
- <point x="244" y="1288" type="curve" smooth="yes"/>
- <point x="404" y="1288"/>
- <point x="496" y="1188"/>
- <point x="496" y="1016" type="curve" smooth="yes"/>
- <point x="496" y="0" type="line"/>
+ <point x="768.0" y="0.0" type="line"/>
+ <point x="768.0" y="1016.0" type="line" smooth="yes"/>
+ <point x="768.0" y="1340.0"/>
+ <point x="580.0" y="1516.0"/>
+ <point x="268.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="1516.0"/>
+ <point x="152.0" y="1508.0"/>
+ <point x="96.0" y="1492.0" type="curve"/>
+ <point x="108.0" y="1276.0" type="line"/>
+ <point x="144.0" y="1284.0"/>
+ <point x="196.0" y="1288.0"/>
+ <point x="244.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1288.0"/>
+ <point x="496.0" y="1188.0"/>
+ <point x="496.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="496" y="912" type="line"/>
- <point x="496" y="-100" type="line" smooth="yes"/>
- <point x="496" y="-424"/>
- <point x="684" y="-600"/>
- <point x="996" y="-600" type="curve" smooth="yes"/>
- <point x="1052" y="-600"/>
- <point x="1112" y="-592"/>
- <point x="1172" y="-580" type="curve"/>
- <point x="1156" y="-360" type="line"/>
- <point x="1120" y="-368"/>
- <point x="1068" y="-372"/>
- <point x="1020" y="-372" type="curve" smooth="yes"/>
- <point x="864" y="-372"/>
- <point x="768" y="-276"/>
- <point x="768" y="-100" type="curve" smooth="yes"/>
- <point x="768" y="912" type="line"/>
- </contour>
- <contour>
- <point x="352" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="880" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1212" y="1776" type="move" name="top0315"/>
+ <point x="496.0" y="912.0" type="line"/>
+ <point x="496.0" y="-100.0" type="line" smooth="yes"/>
+ <point x="496.0" y="-424.0"/>
+ <point x="684.0" y="-600.0"/>
+ <point x="996.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="-600.0"/>
+ <point x="1112.0" y="-592.0"/>
+ <point x="1172.0" y="-580.0" type="curve"/>
+ <point x="1156.0" y="-360.0" type="line"/>
+ <point x="1120.0" y="-368.0"/>
+ <point x="1068.0" y="-372.0"/>
+ <point x="1020.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="-372.0"/>
+ <point x="768.0" y="-276.0"/>
+ <point x="768.0" y="-100.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="912.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1158, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/estimated.glif b/src/Inter-UI-Regular.ufo/glyphs/estimated.glif
index 19fe5c7a1..97072f9af 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/estimated.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/estimated.glif
@@ -1,61 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="estimated" format="1">
- <advance width="1776"/>
+<glyph name="estimated" format="2">
+ <advance width="1776.0"/>
<unicode hex="212E"/>
<outline>
<contour>
- <point x="1416" y="272" type="line"/>
- <point x="1252" y="156"/>
- <point x="1080" y="104"/>
- <point x="908" y="104" type="curve" smooth="yes"/>
- <point x="764" y="104"/>
- <point x="632" y="164"/>
- <point x="532" y="256" type="curve"/>
- <point x="532" y="708" type="line"/>
- <point x="1588" y="708" type="line"/>
- <point x="1588" y="756"/>
- <point x="1588" y="768"/>
- <point x="1588" y="772" type="curve" smooth="yes"/>
- <point x="1588" y="1200"/>
- <point x="1284" y="1516"/>
- <point x="908" y="1516" type="curve" smooth="yes"/>
- <point x="548" y="1516"/>
- <point x="188" y="1168"/>
- <point x="188" y="744" type="curve" smooth="yes"/>
- <point x="188" y="320"/>
- <point x="508" y="-28"/>
- <point x="908" y="-28" type="curve" smooth="yes"/>
- <point x="1088" y="-28"/>
- <point x="1264" y="32"/>
- <point x="1416" y="128" type="curve"/>
+ <point x="1416.0" y="272.0" type="line"/>
+ <point x="1252.0" y="156.0"/>
+ <point x="1080.0" y="104.0"/>
+ <point x="908.0" y="104.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="104.0"/>
+ <point x="632.0" y="164.0"/>
+ <point x="532.0" y="256.0" type="curve"/>
+ <point x="532.0" y="708.0" type="line"/>
+ <point x="1588.0" y="708.0" type="line"/>
+ <point x="1588.0" y="756.0"/>
+ <point x="1588.0" y="768.0"/>
+ <point x="1588.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1588.0" y="1200.0"/>
+ <point x="1284.0" y="1516.0"/>
+ <point x="908.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="1516.0"/>
+ <point x="188.0" y="1168.0"/>
+ <point x="188.0" y="744.0" type="curve" smooth="yes"/>
+ <point x="188.0" y="320.0"/>
+ <point x="508.0" y="-28.0"/>
+ <point x="908.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="-28.0"/>
+ <point x="1264.0" y="32.0"/>
+ <point x="1416.0" y="128.0" type="curve"/>
</contour>
<contour>
- <point x="908" y="1388" type="curve"/>
- <point x="1048" y="1388"/>
- <point x="1180" y="1328"/>
- <point x="1276" y="1232" type="curve"/>
- <point x="1276" y="836" type="line"/>
- <point x="532" y="836" type="line"/>
- <point x="532" y="1220" type="line"/>
- <point x="636" y="1320"/>
- <point x="772" y="1388"/>
+ <point x="908.0" y="1388.0" type="curve"/>
+ <point x="1048.0" y="1388.0"/>
+ <point x="1180.0" y="1328.0"/>
+ <point x="1276.0" y="1232.0" type="curve"/>
+ <point x="1276.0" y="836.0" type="line"/>
+ <point x="532.0" y="836.0" type="line"/>
+ <point x="532.0" y="1220.0" type="line"/>
+ <point x="636.0" y="1320.0"/>
+ <point x="772.0" y="1388.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1794, 'leftMargin': 210, 'rightMargin': 182}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eta.glif b/src/Inter-UI-Regular.ufo/glyphs/eta.glif
index 4a4443ee5..f599f9ce3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eta.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eta.glif
@@ -1,49 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eta" format="1">
- <advance width="1620"/>
+<glyph name="eta" format="2">
+ <advance width="1620.0"/>
<unicode hex="03B7"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="444" y="908" type="line" smooth="yes"/>
- <point x="444" y="1196"/>
- <point x="664" y="1328"/>
- <point x="840" y="1328" type="curve" smooth="yes"/>
- <point x="1036" y="1328"/>
- <point x="1176" y="1184"/>
- <point x="1176" y="960" type="curve" smooth="yes"/>
- <point x="1176" y="-576" type="line"/>
- <point x="1412" y="-576" type="line"/>
- <point x="1412" y="976" type="line" smooth="yes"/>
- <point x="1412" y="1368"/>
- <point x="1204" y="1556"/>
- <point x="916" y="1556" type="curve" smooth="yes"/>
- <point x="684" y="1556"/>
- <point x="532" y="1432"/>
- <point x="460" y="1276" type="curve"/>
- <point x="444" y="1276" type="line"/>
- <point x="444" y="1536" type="line"/>
- <point x="208" y="1536" type="line"/>
- <point x="208" y="0" type="line"/>
- <point x="444" y="0" type="line"/>
- </contour>
- <contour>
- <point x="808" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="348" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1616" y="1776" type="move" name="top0315"/>
+ <point x="444.0" y="908.0" type="line" smooth="yes"/>
+ <point x="444.0" y="1196.0"/>
+ <point x="664.0" y="1328.0"/>
+ <point x="840.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1328.0"/>
+ <point x="1176.0" y="1184.0"/>
+ <point x="1176.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="-576.0" type="line"/>
+ <point x="1412.0" y="-576.0" type="line"/>
+ <point x="1412.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1412.0" y="1368.0"/>
+ <point x="1204.0" y="1556.0"/>
+ <point x="916.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="1556.0"/>
+ <point x="532.0" y="1432.0"/>
+ <point x="460.0" y="1276.0" type="curve"/>
+ <point x="444.0" y="1276.0" type="line"/>
+ <point x="444.0" y="1536.0" type="line"/>
+ <point x="208.0" y="1536.0" type="line"/>
+ <point x="208.0" y="0.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 197, 'rightMargin': 206}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/etatonos.glif b/src/Inter-UI-Regular.ufo/glyphs/etatonos.glif
new file mode 100644
index 000000000..42e3442be
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/etatonos.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="etatonos" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="03AE"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="tonos" xOffset="496.0" yOffset="112.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eth.glif b/src/Inter-UI-Regular.ufo/glyphs/eth.glif
index df2726738..cf35050e9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eth.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eth.glif
@@ -1,97 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eth" format="1">
- <advance width="1632"/>
+<glyph name="eth" format="2">
+ <advance width="1632.0"/>
<unicode hex="00F0"/>
<outline>
<contour>
- <point x="1328" y="1948" type="line"/>
- <point x="1260" y="2096" type="line"/>
- <point x="440" y="1700" type="line"/>
- <point x="508" y="1552" type="line"/>
+ <point x="1328.0" y="1948.0" type="line"/>
+ <point x="1260.0" y="2096.0" type="line"/>
+ <point x="440.0" y="1700.0" type="line"/>
+ <point x="508.0" y="1552.0" type="line"/>
</contour>
<contour>
- <point x="816" y="-32" type="curve" smooth="yes"/>
- <point x="1220" y="-32"/>
- <point x="1488" y="256"/>
- <point x="1488" y="752" type="curve" smooth="yes"/>
- <point x="1488" y="1452"/>
- <point x="1008" y="1944"/>
- <point x="560" y="2176" type="curve"/>
- <point x="456" y="2008" type="line"/>
- <point x="932" y="1764"/>
- <point x="1132" y="1428"/>
- <point x="1220" y="1180" type="curve"/>
- <point x="1200" y="1180" type="line"/>
- <point x="1132" y="1300"/>
- <point x="988" y="1440"/>
- <point x="756" y="1440" type="curve" smooth="yes"/>
- <point x="416" y="1440"/>
- <point x="144" y="1140"/>
- <point x="144" y="704" type="curve" smooth="yes"/>
- <point x="144" y="276"/>
- <point x="404" y="-32"/>
+ <point x="816.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1220.0" y="-32.0"/>
+ <point x="1488.0" y="256.0"/>
+ <point x="1488.0" y="752.0" type="curve" smooth="yes"/>
+ <point x="1488.0" y="1452.0"/>
+ <point x="1008.0" y="1944.0"/>
+ <point x="560.0" y="2176.0" type="curve"/>
+ <point x="456.0" y="2008.0" type="line"/>
+ <point x="932.0" y="1764.0"/>
+ <point x="1132.0" y="1428.0"/>
+ <point x="1220.0" y="1180.0" type="curve"/>
+ <point x="1200.0" y="1180.0" type="line"/>
+ <point x="1132.0" y="1300.0"/>
+ <point x="988.0" y="1440.0"/>
+ <point x="756.0" y="1440.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1440.0"/>
+ <point x="144.0" y="1140.0"/>
+ <point x="144.0" y="704.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="404.0" y="-32.0"/>
</contour>
<contour>
- <point x="816" y="180" type="curve" smooth="yes"/>
- <point x="508" y="180"/>
- <point x="380" y="432"/>
- <point x="380" y="704" type="curve" smooth="yes"/>
- <point x="380" y="992"/>
- <point x="524" y="1244"/>
- <point x="816" y="1244" type="curve" smooth="yes"/>
- <point x="1132" y="1244"/>
- <point x="1260" y="948"/>
- <point x="1260" y="688" type="curve" smooth="yes"/>
- <point x="1260" y="404"/>
- <point x="1108" y="180"/>
+ <point x="816.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="180.0"/>
+ <point x="380.0" y="432.0"/>
+ <point x="380.0" y="704.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="992.0"/>
+ <point x="524.0" y="1244.0"/>
+ <point x="816.0" y="1244.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="1244.0"/>
+ <point x="1260.0" y="948.0"/>
+ <point x="1260.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="404.0"/>
+ <point x="1108.0" y="180.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>o</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>eth</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1632</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1654, 'leftMargin': 166, 'rightMargin': 179}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/etilde.glif b/src/Inter-UI-Regular.ufo/glyphs/etilde.glif
new file mode 100644
index 000000000..9446ce6a7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/etilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="etilde" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1EBD"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2208.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="tilde" xOffset="208.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/etildebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/etildebelow.glif
new file mode 100644
index 000000000..fa175d3f3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/etildebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="etildebelow" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="1E1B"/>
+ <anchor x="840.0" y="-596.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="tildesubnosp" xOffset="1704.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eturn.glif b/src/Inter-UI-Regular.ufo/glyphs/eturn.glif
new file mode 100644
index 000000000..59939ab1f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/eturn.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="eturn" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="01DD"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="768.0" y="1776.0" name="parent_top"/>
+ <anchor x="768.0" y="1776.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="schwa"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/eurocurrency.glif b/src/Inter-UI-Regular.ufo/glyphs/eurocurrency.glif
index 9738ee1e1..dfbecdc91 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/eurocurrency.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/eurocurrency.glif
@@ -1,72 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="eurocurrency" format="1">
- <advance width="2032"/>
+<glyph name="eurocurrency" format="2">
+ <advance width="2032.0"/>
<unicode hex="20A0"/>
<outline>
<contour>
- <point x="816" y="836" type="line"/>
- <point x="620" y="836"/>
- <point x="468" y="1028"/>
- <point x="468" y="1276" type="curve" smooth="yes"/>
- <point x="468" y="1484" type="line" smooth="yes"/>
- <point x="468" y="1732"/>
- <point x="616" y="1920"/>
- <point x="816" y="1920" type="curve" smooth="yes"/>
- <point x="1016" y="1920"/>
- <point x="1120" y="1820"/>
- <point x="1140" y="1604" type="curve"/>
- <point x="1388" y="1604" type="line"/>
- <point x="1364" y="1944"/>
- <point x="1152" y="2112"/>
- <point x="816" y="2112" type="curve" smooth="yes"/>
- <point x="484" y="2112"/>
- <point x="224" y="1856"/>
- <point x="224" y="1480" type="curve" smooth="yes"/>
- <point x="224" y="1276" type="line" smooth="yes"/>
- <point x="224" y="900"/>
- <point x="484" y="644"/>
- <point x="816" y="644" type="curve"/>
+ <point x="816.0" y="836.0" type="line"/>
+ <point x="620.0" y="836.0"/>
+ <point x="468.0" y="1028.0"/>
+ <point x="468.0" y="1276.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1484.0" type="line" smooth="yes"/>
+ <point x="468.0" y="1732.0"/>
+ <point x="616.0" y="1920.0"/>
+ <point x="816.0" y="1920.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1920.0"/>
+ <point x="1120.0" y="1820.0"/>
+ <point x="1140.0" y="1604.0" type="curve"/>
+ <point x="1388.0" y="1604.0" type="line"/>
+ <point x="1364.0" y="1944.0"/>
+ <point x="1152.0" y="2112.0"/>
+ <point x="816.0" y="2112.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="2112.0"/>
+ <point x="224.0" y="1856.0"/>
+ <point x="224.0" y="1480.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="1276.0" type="line" smooth="yes"/>
+ <point x="224.0" y="900.0"/>
+ <point x="484.0" y="644.0"/>
+ <point x="816.0" y="644.0" type="curve"/>
</contour>
<contour>
- <point x="1812" y="192" type="line"/>
- <point x="1000" y="192" type="line"/>
- <point x="1000" y="-4" type="line"/>
- <point x="1812" y="-4" type="line"/>
+ <point x="1812.0" y="192.0" type="line"/>
+ <point x="1000.0" y="192.0" type="line"/>
+ <point x="1000.0" y="-4.0" type="line"/>
+ <point x="1812.0" y="-4.0" type="line"/>
</contour>
<contour>
- <point x="1060" y="1424" type="line"/>
- <point x="816" y="1424" type="line"/>
- <point x="816" y="-4" type="line"/>
- <point x="1060" y="-4" type="line"/>
+ <point x="1060.0" y="1424.0" type="line"/>
+ <point x="816.0" y="1424.0" type="line"/>
+ <point x="816.0" y="-4.0" type="line"/>
+ <point x="1060.0" y="-4.0" type="line"/>
</contour>
<contour>
- <point x="1704" y="836" type="line"/>
- <point x="1000" y="836" type="line"/>
- <point x="1000" y="644" type="line"/>
- <point x="1704" y="644" type="line"/>
+ <point x="1704.0" y="836.0" type="line"/>
+ <point x="1000.0" y="836.0" type="line"/>
+ <point x="1000.0" y="644.0" type="line"/>
+ <point x="1704.0" y="644.0" type="line"/>
</contour>
<contour>
- <point x="1812" y="1424" type="line"/>
- <point x="1000" y="1424" type="line"/>
- <point x="1000" y="1228" type="line"/>
- <point x="1812" y="1228" type="line"/>
+ <point x="1812.0" y="1424.0" type="line"/>
+ <point x="1000.0" y="1424.0" type="line"/>
+ <point x="1000.0" y="1228.0" type="line"/>
+ <point x="1812.0" y="1228.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1810, 'leftMargin': 138, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/exclam.glif b/src/Inter-UI-Regular.ufo/glyphs/exclam.glif
index a7a5730ae..b6c8f1655 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/exclam.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/exclam.glif
@@ -1,42 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="exclam" format="1">
- <advance width="784"/>
+<glyph name="exclam" format="2">
+ <advance width="784.0"/>
<unicode hex="0021"/>
<outline>
<contour>
- <point x="528" y="2048" type="line"/>
- <point x="256" y="2048" type="line"/>
- <point x="276" y="576" type="line"/>
- <point x="508" y="576" type="line"/>
+ <point x="528.0" y="2048.0" type="line"/>
+ <point x="256.0" y="2048.0" type="line"/>
+ <point x="276.0" y="576.0" type="line"/>
+ <point x="508.0" y="576.0" type="line"/>
</contour>
<contour>
- <point x="392" y="-32" type="curve" smooth="yes"/>
- <point x="496" y="-32"/>
- <point x="584" y="52"/>
- <point x="584" y="160" type="curve" smooth="yes"/>
- <point x="584" y="268"/>
- <point x="496" y="356"/>
- <point x="392" y="356" type="curve" smooth="yes"/>
- <point x="284" y="356"/>
- <point x="200" y="268"/>
- <point x="200" y="160" type="curve" smooth="yes"/>
- <point x="200" y="52"/>
- <point x="284" y="-32"/>
+ <point x="392.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="-32.0"/>
+ <point x="584.0" y="52.0"/>
+ <point x="584.0" y="160.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="268.0"/>
+ <point x="496.0" y="356.0"/>
+ <point x="392.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="284.0" y="356.0"/>
+ <point x="200.0" y="268.0"/>
+ <point x="200.0" y="160.0" type="curve" smooth="yes"/>
+ <point x="200.0" y="52.0"/>
+ <point x="284.0" y="-32.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/exclam1.glif b/src/Inter-UI-Regular.ufo/glyphs/exclam1.glif
index acba1ebad..e37fa456a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/exclam1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/exclam1.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="exclam1" format="1">
- <advance width="752"/>
+<glyph name="exclam1" format="2">
+ <advance width="752.0"/>
<unicode hex="01C3"/>
<outline>
- <component base="exclam" xOffset="-20"/>
+ <component base="exclam" xOffset="-20.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 745, 'leftMargin': 228, 'rightMargin': 201}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/exclamdbl.glif b/src/Inter-UI-Regular.ufo/glyphs/exclamdbl.glif
new file mode 100644
index 000000000..7cfb0b08b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/exclamdbl.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="exclamdbl" format="2">
+ <advance width="1824.0"/>
+ <unicode hex="203C"/>
+ <outline>
+ <component base="exclam" xOffset="256.0"/>
+ <component base="exclam" xOffset="1040.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/exclamdown.glif b/src/Inter-UI-Regular.ufo/glyphs/exclamdown.glif
index 884943523..215be8fb7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/exclamdown.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/exclamdown.glif
@@ -1,23 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="exclamdown" format="1">
- <advance width="784"/>
+<glyph name="exclamdown" format="2">
+ <advance width="784.0"/>
<unicode hex="00A1"/>
<outline>
- <component base="exclam" yScale="-1" yOffset="1528"/>
+ <component base="exclam" yScale="-1.0" yOffset="1528.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ezh.glif b/src/Inter-UI-Regular.ufo/glyphs/ezh.glif
index 08b4b1fc0..f49549568 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ezh.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ezh.glif
@@ -1,56 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezh" format="1">
- <advance width="1520"/>
+<glyph name="ezh" format="2">
+ <advance width="1520.0"/>
<unicode hex="0292"/>
+ <anchor x="744.0" y="-616.0" name="bottom"/>
+ <anchor x="744.0" y="1776.0" name="top"/>
+ <anchor x="1568.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="744" y="-600" type="curve" smooth="yes"/>
- <point x="1140" y="-600"/>
- <point x="1424" y="-388"/>
- <point x="1424" y="-12" type="curve" smooth="yes"/>
- <point x="1424" y="348"/>
- <point x="1204" y="572"/>
- <point x="816" y="592" type="curve" smooth="yes"/>
- <point x="788" y="592" type="line"/>
- <point x="1356" y="1320" type="line"/>
- <point x="1352" y="1488" type="line"/>
- <point x="156" y="1488" type="line"/>
- <point x="156" y="1268" type="line"/>
- <point x="1028" y="1268" type="line"/>
- <point x="508" y="600" type="line"/>
- <point x="508" y="384" type="line"/>
- <point x="712" y="384" type="line" smooth="yes"/>
- <point x="996" y="384"/>
- <point x="1152" y="264"/>
- <point x="1152" y="-16" type="curve" smooth="yes"/>
- <point x="1152" y="-228"/>
- <point x="1004" y="-380"/>
- <point x="744" y="-380" type="curve" smooth="yes"/>
- <point x="520" y="-380"/>
- <point x="396" y="-240"/>
- <point x="372" y="-60" type="curve"/>
- <point x="96" y="-60" type="line"/>
- <point x="148" y="-476"/>
- <point x="428" y="-600"/>
- </contour>
- <contour>
- <point x="744" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="744" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1568" y="1776" type="move" name="top0315"/>
+ <point x="744.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="-600.0"/>
+ <point x="1424.0" y="-388.0"/>
+ <point x="1424.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="348.0"/>
+ <point x="1204.0" y="572.0"/>
+ <point x="816.0" y="592.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="592.0" type="line"/>
+ <point x="1356.0" y="1320.0" type="line"/>
+ <point x="1352.0" y="1488.0" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="156.0" y="1268.0" type="line"/>
+ <point x="1028.0" y="1268.0" type="line"/>
+ <point x="508.0" y="600.0" type="line"/>
+ <point x="508.0" y="384.0" type="line"/>
+ <point x="712.0" y="384.0" type="line" smooth="yes"/>
+ <point x="996.0" y="384.0"/>
+ <point x="1152.0" y="264.0"/>
+ <point x="1152.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="-228.0"/>
+ <point x="1004.0" y="-380.0"/>
+ <point x="744.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="-380.0"/>
+ <point x="396.0" y="-240.0"/>
+ <point x="372.0" y="-60.0" type="curve"/>
+ <point x="96.0" y="-60.0" type="line"/>
+ <point x="148.0" y="-476.0"/>
+ <point x="428.0" y="-600.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1588, 'leftMargin': 116, 'rightMargin': 143}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ezhcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/ezhcaron.glif
index de719a062..d26be4fb5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ezhcaron.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ezhcaron.glif
@@ -1,62 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezhcaron" format="1">
- <advance width="1520"/>
+<glyph name="ezhcaron" format="2">
+ <advance width="1520.0"/>
<unicode hex="01EF"/>
<outline>
<contour>
- <point x="520" y="2088" type="line"/>
- <point x="292" y="2088" type="line"/>
- <point x="292" y="2060" type="line"/>
- <point x="640" y="1724" type="line"/>
- <point x="804" y="1724" type="line"/>
- <point x="1160" y="2064" type="line"/>
- <point x="1160" y="2088" type="line"/>
- <point x="924" y="2088" type="line"/>
- <point x="724" y="1888" type="line"/>
+ <point x="520.0" y="2088.0" type="line"/>
+ <point x="292.0" y="2088.0" type="line"/>
+ <point x="292.0" y="2060.0" type="line"/>
+ <point x="640.0" y="1724.0" type="line"/>
+ <point x="804.0" y="1724.0" type="line"/>
+ <point x="1160.0" y="2064.0" type="line"/>
+ <point x="1160.0" y="2088.0" type="line"/>
+ <point x="924.0" y="2088.0" type="line"/>
+ <point x="724.0" y="1888.0" type="line"/>
</contour>
<contour>
- <point x="156" y="1488" type="line"/>
- <point x="156" y="1268" type="line"/>
- <point x="1000" y="1268" type="line"/>
- <point x="504" y="656" type="line"/>
- <point x="504" y="488" type="line"/>
- <point x="688" y="488" type="line"/>
- <point x="1352" y="1320" type="line"/>
- <point x="1352" y="1488" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="156.0" y="1268.0" type="line"/>
+ <point x="1000.0" y="1268.0" type="line"/>
+ <point x="504.0" y="656.0" type="line"/>
+ <point x="504.0" y="488.0" type="line"/>
+ <point x="688.0" y="488.0" type="line"/>
+ <point x="1352.0" y="1320.0" type="line"/>
+ <point x="1352.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="504" y="652" type="line"/>
- <point x="504" y="440" type="line"/>
- <point x="712" y="440" type="line" smooth="yes"/>
- <point x="996" y="440"/>
- <point x="1152" y="324"/>
- <point x="1152" y="40" type="curve" smooth="yes"/>
- <point x="1152" y="-168"/>
- <point x="1000" y="-324"/>
- <point x="744" y="-324" type="curve" smooth="yes"/>
- <point x="520" y="-324"/>
- <point x="372" y="-156"/>
- <point x="372" y="40" type="curve"/>
- <point x="96" y="40" type="line"/>
- <point x="96" y="-368"/>
- <point x="428" y="-544"/>
- <point x="744" y="-544" type="curve" smooth="yes"/>
- <point x="1140" y="-544"/>
- <point x="1424" y="-328"/>
- <point x="1424" y="44" type="curve" smooth="yes"/>
- <point x="1424" y="436"/>
- <point x="1164" y="652"/>
- <point x="716" y="652" type="curve" smooth="yes"/>
+ <point x="504.0" y="652.0" type="line"/>
+ <point x="504.0" y="440.0" type="line"/>
+ <point x="712.0" y="440.0" type="line" smooth="yes"/>
+ <point x="996.0" y="440.0"/>
+ <point x="1152.0" y="324.0"/>
+ <point x="1152.0" y="40.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="-168.0"/>
+ <point x="1000.0" y="-324.0"/>
+ <point x="744.0" y="-324.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="-324.0"/>
+ <point x="372.0" y="-156.0"/>
+ <point x="372.0" y="40.0" type="curve"/>
+ <point x="96.0" y="40.0" type="line"/>
+ <point x="96.0" y="-368.0"/>
+ <point x="428.0" y="-544.0"/>
+ <point x="744.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="-544.0"/>
+ <point x="1424.0" y="-328.0"/>
+ <point x="1424.0" y="44.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="436.0"/>
+ <point x="1164.0" y="652.0"/>
+ <point x="716.0" y="652.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1643, 'leftMargin': 143, 'rightMargin': 170}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ezhcurl.glif b/src/Inter-UI-Regular.ufo/glyphs/ezhcurl.glif
index 9e28beb6a..d9b06269f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ezhcurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ezhcurl.glif
@@ -1,78 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezhcurl" format="1">
- <advance width="1776"/>
+<glyph name="ezhcurl" format="2">
+ <advance width="1776.0"/>
<unicode hex="0293"/>
+ <anchor x="832.0" y="-616.0" name="bottom"/>
+ <anchor x="832.0" y="1776.0" name="top"/>
+ <anchor x="1620.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="804" y="-600" type="curve" smooth="yes"/>
- <point x="1000" y="-600"/>
- <point x="1168" y="-556"/>
- <point x="1288" y="-468" type="curve"/>
- <point x="1420" y="-600" type="line"/>
- <point x="1596" y="-424" type="line"/>
- <point x="1448" y="-284" type="line"/>
- <point x="1488" y="-208"/>
- <point x="1512" y="-116"/>
- <point x="1512" y="-12" type="curve" smooth="yes"/>
- <point x="1512" y="348"/>
- <point x="1292" y="572"/>
- <point x="904" y="592" type="curve" smooth="yes"/>
- <point x="872" y="592" type="line"/>
- <point x="1440" y="1320" type="line"/>
- <point x="1440" y="1488" type="line"/>
- <point x="244" y="1488" type="line"/>
- <point x="244" y="1268" type="line"/>
- <point x="1116" y="1268" type="line"/>
- <point x="596" y="600" type="line"/>
- <point x="596" y="384" type="line"/>
- <point x="796" y="384" type="line" smooth="yes"/>
- <point x="1084" y="384"/>
- <point x="1236" y="264"/>
- <point x="1236" y="-16" type="curve" smooth="yes"/>
- <point x="1236" y="-40"/>
- <point x="1236" y="-60"/>
- <point x="1232" y="-80" type="curve"/>
- <point x="1048" y="80"/>
- <point x="860" y="192"/>
- <point x="612" y="192" type="curve" smooth="yes"/>
- <point x="368" y="192"/>
- <point x="184" y="44"/>
- <point x="184" y="-164" type="curve" smooth="yes"/>
- <point x="184" y="-428"/>
- <point x="420" y="-600"/>
+ <point x="804.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="-600.0"/>
+ <point x="1168.0" y="-556.0"/>
+ <point x="1288.0" y="-468.0" type="curve"/>
+ <point x="1420.0" y="-600.0" type="line"/>
+ <point x="1596.0" y="-424.0" type="line"/>
+ <point x="1448.0" y="-284.0" type="line"/>
+ <point x="1488.0" y="-208.0"/>
+ <point x="1512.0" y="-116.0"/>
+ <point x="1512.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="348.0"/>
+ <point x="1292.0" y="572.0"/>
+ <point x="904.0" y="592.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="592.0" type="line"/>
+ <point x="1440.0" y="1320.0" type="line"/>
+ <point x="1440.0" y="1488.0" type="line"/>
+ <point x="244.0" y="1488.0" type="line"/>
+ <point x="244.0" y="1268.0" type="line"/>
+ <point x="1116.0" y="1268.0" type="line"/>
+ <point x="596.0" y="600.0" type="line"/>
+ <point x="596.0" y="384.0" type="line"/>
+ <point x="796.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1084.0" y="384.0"/>
+ <point x="1236.0" y="264.0"/>
+ <point x="1236.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="-40.0"/>
+ <point x="1236.0" y="-60.0"/>
+ <point x="1232.0" y="-80.0" type="curve"/>
+ <point x="1048.0" y="80.0"/>
+ <point x="860.0" y="192.0"/>
+ <point x="612.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="192.0"/>
+ <point x="184.0" y="44.0"/>
+ <point x="184.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="184.0" y="-428.0"/>
+ <point x="420.0" y="-600.0"/>
</contour>
<contour>
- <point x="800" y="-380" type="curve" smooth="yes"/>
- <point x="604" y="-380"/>
- <point x="456" y="-328"/>
- <point x="456" y="-180" type="curve" smooth="yes"/>
- <point x="456" y="-92"/>
- <point x="512" y="-28"/>
- <point x="620" y="-28" type="curve" smooth="yes"/>
- <point x="784" y="-28"/>
- <point x="956" y="-148"/>
- <point x="1112" y="-292" type="curve"/>
- <point x="1036" y="-348"/>
- <point x="936" y="-380"/>
- </contour>
- <contour>
- <point x="832" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="832" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1620" y="1776" type="move" name="top0315"/>
+ <point x="800.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="-380.0"/>
+ <point x="456.0" y="-328.0"/>
+ <point x="456.0" y="-180.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="-92.0"/>
+ <point x="512.0" y="-28.0"/>
+ <point x="620.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="-28.0"/>
+ <point x="956.0" y="-148.0"/>
+ <point x="1112.0" y="-292.0" type="curve"/>
+ <point x="1036.0" y="-348.0"/>
+ <point x="936.0" y="-380.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1555, 'leftMargin': 116, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ezhreversed.glif b/src/Inter-UI-Regular.ufo/glyphs/ezhreversed.glif
index 54e0aead0..5e229d76c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ezhreversed.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ezhreversed.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezhreversed" format="1">
- <advance width="1776"/>
+<glyph name="ezhreversed" format="2">
+ <advance width="1776.0"/>
<unicode hex="01B9"/>
<outline>
<contour>
- <point x="296" y="1488" type="line"/>
- <point x="296" y="1320" type="line"/>
- <point x="960" y="488" type="line"/>
- <point x="1144" y="488" type="line"/>
- <point x="1144" y="656" type="line"/>
- <point x="648" y="1268" type="line"/>
- <point x="1492" y="1268" type="line"/>
- <point x="1492" y="1488" type="line"/>
+ <point x="296.0" y="1488.0" type="line"/>
+ <point x="296.0" y="1320.0" type="line"/>
+ <point x="960.0" y="488.0" type="line"/>
+ <point x="1144.0" y="488.0" type="line"/>
+ <point x="1144.0" y="656.0" type="line"/>
+ <point x="648.0" y="1268.0" type="line"/>
+ <point x="1492.0" y="1268.0" type="line"/>
+ <point x="1492.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="932" y="652" type="line"/>
- <point x="484" y="652"/>
- <point x="224" y="436"/>
- <point x="224" y="44" type="curve" smooth="yes"/>
- <point x="224" y="-328"/>
- <point x="508" y="-544"/>
- <point x="904" y="-544" type="curve" smooth="yes"/>
- <point x="1220" y="-544"/>
- <point x="1552" y="-368"/>
- <point x="1552" y="40" type="curve"/>
- <point x="1280" y="40" type="line"/>
- <point x="1280" y="-156"/>
- <point x="1128" y="-324"/>
- <point x="904" y="-324" type="curve" smooth="yes"/>
- <point x="648" y="-324"/>
- <point x="500" y="-168"/>
- <point x="500" y="40" type="curve" smooth="yes"/>
- <point x="500" y="324"/>
- <point x="652" y="440"/>
- <point x="940" y="440" type="curve" smooth="yes"/>
- <point x="1144" y="440" type="line"/>
- <point x="1144" y="652" type="line"/>
+ <point x="932.0" y="652.0" type="line"/>
+ <point x="484.0" y="652.0"/>
+ <point x="224.0" y="436.0"/>
+ <point x="224.0" y="44.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="-328.0"/>
+ <point x="508.0" y="-544.0"/>
+ <point x="904.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="1220.0" y="-544.0"/>
+ <point x="1552.0" y="-368.0"/>
+ <point x="1552.0" y="40.0" type="curve"/>
+ <point x="1280.0" y="40.0" type="line"/>
+ <point x="1280.0" y="-156.0"/>
+ <point x="1128.0" y="-324.0"/>
+ <point x="904.0" y="-324.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="-324.0"/>
+ <point x="500.0" y="-168.0"/>
+ <point x="500.0" y="40.0" type="curve" smooth="yes"/>
+ <point x="500.0" y="324.0"/>
+ <point x="652.0" y="440.0"/>
+ <point x="940.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="440.0" type="line"/>
+ <point x="1144.0" y="652.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1588, 'leftMargin': 143, 'rightMargin': 115}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ezhtail.glif b/src/Inter-UI-Regular.ufo/glyphs/ezhtail.glif
index c144f0f69..70bef7ecd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ezhtail.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ezhtail.glif
@@ -1,66 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ezhtail" format="1">
- <advance width="1520"/>
+<glyph name="ezhtail" format="2">
+ <advance width="1520.0"/>
<unicode hex="01BA"/>
<outline>
<contour>
- <point x="200" y="1488" type="line" name="hr00"/>
- <point x="200" y="1268" type="line"/>
- <point x="1004" y="1268" type="line"/>
- <point x="472" y="852" type="line"/>
- <point x="472" y="680" type="line"/>
- <point x="688" y="680" type="line"/>
- <point x="1396" y="1320" type="line"/>
- <point x="1396" y="1488" type="line"/>
+ <point x="200.0" y="1488.0" type="line"/>
+ <point x="200.0" y="1268.0" type="line"/>
+ <point x="1004.0" y="1268.0" type="line"/>
+ <point x="472.0" y="852.0" type="line"/>
+ <point x="472.0" y="680.0" type="line"/>
+ <point x="688.0" y="680.0" type="line"/>
+ <point x="1396.0" y="1320.0" type="line"/>
+ <point x="1396.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="400" y="-176" type="curve" smooth="yes"/>
- <point x="400" y="-68"/>
- <point x="460" y="8"/>
- <point x="724" y="64" type="curve" smooth="yes"/>
- <point x="1056" y="136"/>
- <point x="1272" y="240"/>
- <point x="1272" y="504" type="curve" smooth="yes"/>
- <point x="1272" y="740"/>
- <point x="1052" y="900"/>
- <point x="712" y="900" type="curve" smooth="yes"/>
- <point x="624" y="900" type="line"/>
- <point x="624" y="680" type="line"/>
- <point x="712" y="680" type="line" smooth="yes"/>
- <point x="916" y="680"/>
- <point x="996" y="616"/>
- <point x="996" y="512" type="curve" smooth="yes"/>
- <point x="996" y="388"/>
- <point x="928" y="340"/>
- <point x="684" y="288" type="curve" smooth="yes"/>
- <point x="320" y="212"/>
- <point x="128" y="84"/>
- <point x="128" y="-156" type="curve" smooth="yes"/>
- <point x="128" y="-420"/>
- <point x="356" y="-600"/>
- <point x="708" y="-600" type="curve" smooth="yes"/>
- <point x="1104" y="-600"/>
- <point x="1320" y="-356"/>
- <point x="1320" y="-108" type="curve"/>
- <point x="1048" y="-108" type="line"/>
- <point x="1036" y="-316"/>
- <point x="860" y="-380"/>
- <point x="708" y="-380" type="curve" smooth="yes"/>
- <point x="508" y="-380"/>
- <point x="400" y="-296"/>
+ <point x="400.0" y="-176.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="-68.0"/>
+ <point x="460.0" y="8.0"/>
+ <point x="724.0" y="64.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="136.0"/>
+ <point x="1272.0" y="240.0"/>
+ <point x="1272.0" y="504.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="740.0"/>
+ <point x="1052.0" y="900.0"/>
+ <point x="712.0" y="900.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="900.0" type="line"/>
+ <point x="624.0" y="680.0" type="line"/>
+ <point x="712.0" y="680.0" type="line" smooth="yes"/>
+ <point x="916.0" y="680.0"/>
+ <point x="996.0" y="616.0"/>
+ <point x="996.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="388.0"/>
+ <point x="928.0" y="340.0"/>
+ <point x="684.0" y="288.0" type="curve" smooth="yes"/>
+ <point x="320.0" y="212.0"/>
+ <point x="128.0" y="84.0"/>
+ <point x="128.0" y="-156.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="-420.0"/>
+ <point x="356.0" y="-600.0"/>
+ <point x="708.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="-600.0"/>
+ <point x="1320.0" y="-356.0"/>
+ <point x="1320.0" y="-108.0" type="curve"/>
+ <point x="1048.0" y="-108.0" type="line"/>
+ <point x="1036.0" y="-316.0"/>
+ <point x="860.0" y="-380.0"/>
+ <point x="708.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="-380.0"/>
+ <point x="400.0" y="-296.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1515, 'leftMargin': 103, 'rightMargin': 143}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.7</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/f.glif b/src/Inter-UI-Regular.ufo/glyphs/f.glif
index ad1e38086..1bbd51695 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/f.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/f.glif
@@ -1,61 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="f" format="1">
- <advance width="1008"/>
+<glyph name="f" format="2">
+ <advance width="1008.0"/>
<unicode hex="0066"/>
+ <anchor x="440.0" y="0.0" name="bottom"/>
+ <anchor x="980.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="544.0" y="2304.0" name="top"/>
+ <anchor x="924.0" y="2116.0" name="top0315"/>
+ <anchor x="764.0" y="1484.0" name="top_dd"/>
<outline>
<contour>
- <point x="900" y="1536" type="line"/>
- <point x="72" y="1536" type="line"/>
- <point x="72" y="1316" type="line"/>
- <point x="900" y="1316" type="line"/>
+ <point x="900.0" y="1536.0" type="line"/>
+ <point x="72.0" y="1536.0" type="line"/>
+ <point x="72.0" y="1316.0" type="line"/>
+ <point x="900.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="320" y="0" type="line"/>
- <point x="556" y="0" type="line"/>
- <point x="556" y="1624" type="line"/>
- <point x="556" y="1776"/>
- <point x="620" y="1856"/>
- <point x="776" y="1856" type="curve" smooth="yes"/>
- <point x="844" y="1856"/>
- <point x="884" y="1840"/>
- <point x="908" y="1832" type="curve"/>
- <point x="976" y="2036" type="line"/>
- <point x="940" y="2052"/>
- <point x="868" y="2076"/>
- <point x="752" y="2076" type="curve" smooth="yes"/>
- <point x="532" y="2076"/>
- <point x="320" y="1944"/>
- <point x="320" y="1680" type="curve"/>
- </contour>
- <contour>
- <point x="544" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="440" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="764" y="1484" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="980" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="924" y="2116" type="move" name="top0315"/>
+ <point x="320.0" y="0.0" type="line"/>
+ <point x="556.0" y="0.0" type="line"/>
+ <point x="556.0" y="1624.0" type="line"/>
+ <point x="556.0" y="1776.0"/>
+ <point x="620.0" y="1856.0"/>
+ <point x="776.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="1856.0"/>
+ <point x="884.0" y="1840.0"/>
+ <point x="908.0" y="1832.0" type="curve"/>
+ <point x="976.0" y="2036.0" type="line"/>
+ <point x="940.0" y="2052.0"/>
+ <point x="868.0" y="2076.0"/>
+ <point x="752.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="2076.0"/>
+ <point x="320.0" y="1944.0"/>
+ <point x="320.0" y="1680.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/fdotaccent.glif
new file mode 100644
index 000000000..cef0a0336
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/fdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="fdotaccent" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="1E1F"/>
+ <anchor x="440.0" y="0.0" name="bottom"/>
+ <anchor x="980.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="544.0" y="2304.0" name="parent_top"/>
+ <anchor x="544.0" y="2700.0" name="top"/>
+ <anchor x="924.0" y="2116.0" name="top0315"/>
+ <anchor x="764.0" y="1484.0" name="top_dd"/>
+ <outline>
+ <component base="f"/>
+ <component base="dotaccent" xOffset="216.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/feng.glif b/src/Inter-UI-Regular.ufo/glyphs/feng.glif
index 7872593e8..1b57235b7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/feng.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/feng.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="feng" format="1">
- <advance width="2312"/>
+<glyph name="feng" format="2">
+ <advance width="2312.0"/>
<unicode hex="02A9"/>
+ <anchor x="1624.0" y="-616.0" name="bottom"/>
+ <anchor x="1624.0" y="2340.0" name="top"/>
+ <anchor x="2372.0" y="2340.0" name="top0315"/>
<outline>
<component base="f"/>
- <component base="eng" xOffset="676"/>
- <contour>
- <point x="1624" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1624" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2372" y="2340" type="move" name="top0315"/>
- </contour>
+ <component base="eng" xOffset="676.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2354.0, 'leftMargin': 83, 'rightMargin': 187.0}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/figuredash.case.glif b/src/Inter-UI-Regular.ufo/glyphs/figuredash.case.glif
index 62b26c885..503824918 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/figuredash.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/figuredash.case.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="figuredash.case" format="1">
- <advance width="1784"/>
+<glyph name="figuredash.case" format="2">
+ <advance width="1784.0"/>
<outline>
- <component base="figuredash" yOffset="148"/>
+ <component base="figuredash" yOffset="148.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1610, 'leftMargin': 256, 'rightMargin': 330}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/figuredash.glif b/src/Inter-UI-Regular.ufo/glyphs/figuredash.glif
index 207fb9a35..26597546b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/figuredash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/figuredash.glif
@@ -1,26 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="figuredash" format="1">
- <advance width="1784"/>
+<glyph name="figuredash" format="2">
+ <advance width="1784.0"/>
<unicode hex="2012"/>
<outline>
<contour>
- <point x="1788" y="988" type="line"/>
- <point x="-4" y="988" type="line"/>
- <point x="-4" y="768" type="line"/>
- <point x="1788" y="768" type="line"/>
+ <point x="1788.0" y="988.0" type="line"/>
+ <point x="-4.0" y="988.0" type="line"/>
+ <point x="-4.0" y="768.0" type="line"/>
+ <point x="1788.0" y="768.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1610, 'leftMargin': 256, 'rightMargin': 330}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/figurespace.glif b/src/Inter-UI-Regular.ufo/glyphs/figurespace.glif
index d481af00d..9cdbbca74 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/figurespace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/figurespace.glif
@@ -1,61 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="figurespace" format="1">
- <advance width="1688"/>
+<glyph name="figurespace" format="2">
+ <advance width="1688.0"/>
<unicode hex="2007"/>
<note>
- space equal to tabular width of a font this is equivalent to the digit width of fonts with fixed-width digits
- </note>
+space equal to tabular width of a font this is equivalent to the digit width of fonts with fixed-width digits
+</note>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>one.tnum</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>figurespace</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1688</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1583, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/finalkaf.glif b/src/Inter-UI-Regular.ufo/glyphs/finalkaf.glif
index 7210eb7d2..c2a333936 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/finalkaf.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/finalkaf.glif
@@ -1,67 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="finalkaf" format="1">
- <advance width="1776"/>
+<glyph name="finalkaf" format="2">
+ <advance width="1776.0"/>
<unicode hex="02AA"/>
+ <anchor x="1044.0" y="0.0" name="bottom"/>
+ <anchor x="1044.0" y="2200.0" name="top"/>
+ <anchor x="1764.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1356" y="396" type="curve" smooth="yes"/>
- <point x="1356" y="280"/>
- <point x="1248" y="192"/>
- <point x="1052" y="192" type="curve" smooth="yes"/>
- <point x="900" y="192"/>
- <point x="572" y="240"/>
- <point x="276" y="512" type="curve"/>
- <point x="172" y="300" type="line"/>
- <point x="436" y="40"/>
- <point x="792" y="-28"/>
- <point x="1052" y="-28" type="curve" smooth="yes"/>
- <point x="1400" y="-28"/>
- <point x="1632" y="156"/>
- <point x="1632" y="420" type="curve"/>
- <point x="1632" y="664"/>
- <point x="1440" y="792"/>
- <point x="1080" y="868" type="curve" smooth="yes"/>
- <point x="848" y="916"/>
- <point x="760" y="968"/>
- <point x="760" y="1084" type="curve"/>
- <point x="760" y="1188"/>
- <point x="840" y="1296"/>
- <point x="1044" y="1296" type="curve" smooth="yes"/>
- <point x="1232" y="1296"/>
- <point x="1340" y="1164"/>
- <point x="1340" y="1048" type="curve"/>
- <point x="1616" y="1048" type="line"/>
- <point x="1616" y="1304"/>
- <point x="1404" y="1516"/>
- <point x="1044" y="1516" type="curve" smooth="yes"/>
- <point x="708" y="1516"/>
- <point x="488" y="1312"/>
- <point x="488" y="1076" type="curve"/>
- <point x="488" y="832"/>
- <point x="688" y="720"/>
- <point x="1028" y="644" type="curve" smooth="yes"/>
- <point x="1284" y="588"/>
- <point x="1356" y="524"/>
+ <point x="1356.0" y="396.0" type="curve" smooth="yes"/>
+ <point x="1356.0" y="280.0"/>
+ <point x="1248.0" y="192.0"/>
+ <point x="1052.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="900.0" y="192.0"/>
+ <point x="572.0" y="240.0"/>
+ <point x="276.0" y="512.0" type="curve"/>
+ <point x="172.0" y="300.0" type="line"/>
+ <point x="436.0" y="40.0"/>
+ <point x="792.0" y="-28.0"/>
+ <point x="1052.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="-28.0"/>
+ <point x="1632.0" y="156.0"/>
+ <point x="1632.0" y="420.0" type="curve"/>
+ <point x="1632.0" y="664.0"/>
+ <point x="1440.0" y="792.0"/>
+ <point x="1080.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="916.0"/>
+ <point x="760.0" y="968.0"/>
+ <point x="760.0" y="1084.0" type="curve"/>
+ <point x="760.0" y="1188.0"/>
+ <point x="840.0" y="1296.0"/>
+ <point x="1044.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="1296.0"/>
+ <point x="1340.0" y="1164.0"/>
+ <point x="1340.0" y="1048.0" type="curve"/>
+ <point x="1616.0" y="1048.0" type="line"/>
+ <point x="1616.0" y="1304.0"/>
+ <point x="1404.0" y="1516.0"/>
+ <point x="1044.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="1516.0"/>
+ <point x="488.0" y="1312.0"/>
+ <point x="488.0" y="1076.0" type="curve"/>
+ <point x="488.0" y="832.0"/>
+ <point x="688.0" y="720.0"/>
+ <point x="1028.0" y="644.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="588.0"/>
+ <point x="1356.0" y="524.0"/>
</contour>
- <component base="l" xOffset="-116"/>
<contour>
- <point x="1044" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1044" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1764" y="2200" type="move" name="top0315"/>
+ <point x="336.0" y="2048.0" type="line"/>
+ <point x="100.0" y="2048.0" type="line"/>
+ <point x="100.0" y="0.0" type="line"/>
+ <point x="336.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1874, 'leftMargin': 256, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/finalmem.glif b/src/Inter-UI-Regular.ufo/glyphs/finalmem.glif
index a89eb1b61..6fd5ccd5f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/finalmem.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/finalmem.glif
@@ -1,62 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="finalmem" format="1">
- <advance width="1520"/>
+<glyph name="finalmem" format="2">
+ <advance width="1520.0"/>
<unicode hex="02AD"/>
+ <anchor x="756.0" y="0.0" name="bottom"/>
+ <anchor x="756.0" y="2200.0" name="top"/>
+ <anchor x="1428.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1132" y="800" type="line"/>
- <point x="384" y="800" type="line"/>
- <point x="384" y="632" type="line"/>
- <point x="1132" y="632" type="line"/>
+ <point x="1132.0" y="800.0" type="line"/>
+ <point x="384.0" y="800.0" type="line"/>
+ <point x="384.0" y="632.0" type="line"/>
+ <point x="1132.0" y="632.0" type="line"/>
</contour>
<contour>
- <point x="412" y="800" type="line"/>
- <point x="204" y="800" type="line"/>
- <point x="204" y="0" type="line"/>
- <point x="412" y="0" type="line"/>
+ <point x="412.0" y="800.0" type="line"/>
+ <point x="204.0" y="800.0" type="line"/>
+ <point x="204.0" y="0.0" type="line"/>
+ <point x="412.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1320" y="800" type="line"/>
- <point x="1112" y="800" type="line"/>
- <point x="1112" y="0" type="line"/>
- <point x="1320" y="0" type="line"/>
+ <point x="1320.0" y="800.0" type="line"/>
+ <point x="1112.0" y="800.0" type="line"/>
+ <point x="1112.0" y="0.0" type="line"/>
+ <point x="1320.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1132" y="2000" type="line"/>
- <point x="384" y="2000" type="line"/>
- <point x="384" y="1832" type="line"/>
- <point x="1132" y="1832" type="line"/>
+ <point x="1132.0" y="2000.0" type="line"/>
+ <point x="384.0" y="2000.0" type="line"/>
+ <point x="384.0" y="1832.0" type="line"/>
+ <point x="1132.0" y="1832.0" type="line"/>
</contour>
<contour>
- <point x="412" y="2000" type="line"/>
- <point x="204" y="2000" type="line"/>
- <point x="204" y="1204" type="line"/>
- <point x="412" y="1204" type="line"/>
+ <point x="412.0" y="2000.0" type="line"/>
+ <point x="204.0" y="2000.0" type="line"/>
+ <point x="204.0" y="1204.0" type="line"/>
+ <point x="412.0" y="1204.0" type="line"/>
</contour>
<contour>
- <point x="1320" y="2000" type="line"/>
- <point x="1112" y="2000" type="line"/>
- <point x="1112" y="1204" type="line"/>
- <point x="1320" y="1204" type="line"/>
- </contour>
- <contour>
- <point x="756" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="756" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1428" y="2200" type="move" name="top0315"/>
+ <point x="1320.0" y="2000.0" type="line"/>
+ <point x="1112.0" y="2000.0" type="line"/>
+ <point x="1112.0" y="1204.0" type="line"/>
+ <point x="1320.0" y="1204.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1335, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/finaltsadi.glif b/src/Inter-UI-Regular.ufo/glyphs/finaltsadi.glif
index 106578cb6..249d6f76b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/finaltsadi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/finaltsadi.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="finaltsadi" format="1">
- <advance width="1008"/>
+<glyph name="finaltsadi" format="2">
+ <advance width="1008.0"/>
<unicode hex="02B5"/>
<outline>
<contour>
- <point x="136" y="888" type="line"/>
- <point x="148" y="880"/>
- <point x="188" y="876"/>
- <point x="232" y="876" type="curve" smooth="yes"/>
- <point x="420" y="876"/>
- <point x="552" y="1100"/>
- <point x="552" y="1408" type="curve"/>
- <point x="488" y="1408" type="line"/>
- <point x="484" y="1236"/>
- <point x="424" y="1112"/>
- <point x="276" y="1112" type="curve" smooth="yes"/>
- <point x="224" y="1112"/>
- <point x="180" y="1124"/>
- <point x="136" y="1144" type="curve"/>
+ <point x="136.0" y="888.0" type="line"/>
+ <point x="148.0" y="880.0"/>
+ <point x="188.0" y="876.0"/>
+ <point x="232.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="876.0"/>
+ <point x="552.0" y="1100.0"/>
+ <point x="552.0" y="1408.0" type="curve"/>
+ <point x="488.0" y="1408.0" type="line"/>
+ <point x="484.0" y="1236.0"/>
+ <point x="424.0" y="1112.0"/>
+ <point x="276.0" y="1112.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="1112.0"/>
+ <point x="180.0" y="1124.0"/>
+ <point x="136.0" y="1144.0" type="curve"/>
</contour>
<contour>
- <point x="876" y="476" type="curve"/>
- <point x="876" y="712" type="line"/>
- <point x="856" y="704"/>
- <point x="812" y="696"/>
- <point x="776" y="696" type="curve" smooth="yes"/>
- <point x="740" y="696"/>
- <point x="704" y="716"/>
- <point x="704" y="788" type="curve" smooth="yes"/>
- <point x="704" y="1996" type="line"/>
- <point x="452" y="1996" type="line"/>
- <point x="452" y="772" type="line" smooth="yes"/>
- <point x="452" y="580"/>
- <point x="496" y="452"/>
- <point x="668" y="452" type="curve" smooth="yes"/>
- <point x="740" y="452"/>
- <point x="800" y="460"/>
+ <point x="876.0" y="476.0" type="curve"/>
+ <point x="876.0" y="712.0" type="line"/>
+ <point x="856.0" y="704.0"/>
+ <point x="812.0" y="696.0"/>
+ <point x="776.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="696.0"/>
+ <point x="704.0" y="716.0"/>
+ <point x="704.0" y="788.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="1996.0" type="line"/>
+ <point x="452.0" y="1996.0" type="line"/>
+ <point x="452.0" y="772.0" type="line" smooth="yes"/>
+ <point x="452.0" y="580.0"/>
+ <point x="496.0" y="452.0"/>
+ <point x="668.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="452.0"/>
+ <point x="800.0" y="460.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 850, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/firsttonechinese.glif b/src/Inter-UI-Regular.ufo/glyphs/firsttonechinese.glif
index d22586fa7..7028e668e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/firsttonechinese.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/firsttonechinese.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="firsttonechinese" format="1">
- <advance width="1264"/>
+<glyph name="firsttonechinese" format="2">
+ <advance width="1264.0"/>
<unicode hex="02C9"/>
<outline>
- <component base="macron" xOffset="-44"/>
+ <component base="macron" xOffset="-44.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1310, 'leftMargin': 198, 'rightMargin': 173}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fitacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/fitacyrillic.glif
index 0d7d32f7b..cca5548c1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/fitacyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/fitacyrillic.glif
@@ -1,30 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fitacyrillic" format="1">
- <advance width="1680"/>
+<glyph name="fitacyrillic" format="2">
+ <advance width="1680.0"/>
<unicode hex="0473"/>
+ <anchor x="776.0" y="1776.0" name="top"/>
+ <anchor x="1612.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1372" y="876" type="line"/>
- <point x="296" y="876" type="line"/>
- <point x="296" y="656" type="line"/>
- <point x="1372" y="656" type="line"/>
+ <point x="1372.0" y="876.0" type="line"/>
+ <point x="296.0" y="876.0" type="line"/>
+ <point x="296.0" y="656.0" type="line"/>
+ <point x="1372.0" y="656.0" type="line"/>
</contour>
- <component base="o"/>
<contour>
- <point x="776" y="1776" type="move" name="top"/>
+ <point x="840.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="-32.0"/>
+ <point x="1536.0" y="284.0"/>
+ <point x="1536.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="1240.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="840.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="1556.0"/>
+ <point x="144.0" y="1240.0"/>
+ <point x="144.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="284.0"/>
+ <point x="424.0" y="-32.0"/>
</contour>
<contour>
- <point x="1612" y="1776" type="move" name="top0315"/>
+ <point x="840.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="180.0"/>
+ <point x="380.0" y="452.0"/>
+ <point x="380.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1068.0"/>
+ <point x="524.0" y="1344.0"/>
+ <point x="840.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="1344.0"/>
+ <point x="1300.0" y="1068.0"/>
+ <point x="1300.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1300.0" y="452.0"/>
+ <point x="1156.0" y="180.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 236, 'rightMargin': 46}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/five.frac.glif
index 6683de046..a752daea8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/five.frac.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/five.frac.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="five.frac" format="1">
- <advance width="1264"/>
+<glyph name="five.frac" format="2">
+ <advance width="1264.0"/>
<outline>
- <component base="five.sup" xOffset="96" yOffset="912"/>
+ <component base="five.sup" xOffset="96.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 121, 'rightMargin': 98}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.glif b/src/Inter-UI-Regular.ufo/glyphs/five.glif
index e3e12dc6b..04ea74d84 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/five.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/five.glif
@@ -1,52 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="five" format="1">
- <advance width="1680"/>
+<glyph name="five" format="2">
+ <advance width="1680.0"/>
<unicode hex="0035"/>
<outline>
<contour>
- <point x="440" y="948" type="line"/>
- <point x="532" y="1024"/>
- <point x="644" y="1076"/>
- <point x="832" y="1076" type="curve" smooth="yes"/>
- <point x="1044" y="1076"/>
- <point x="1260" y="948"/>
- <point x="1260" y="636" type="curve" smooth="yes"/>
- <point x="1260" y="356"/>
- <point x="1048" y="184"/>
- <point x="816" y="184" type="curve" smooth="yes"/>
- <point x="608" y="184"/>
- <point x="464" y="292"/>
- <point x="424" y="512" type="curve"/>
- <point x="184" y="512" type="line"/>
- <point x="220" y="136"/>
- <point x="476" y="-28"/>
- <point x="800" y="-28" type="curve" smooth="yes"/>
- <point x="1240" y="-28"/>
- <point x="1496" y="248"/>
- <point x="1496" y="640" type="curve" smooth="yes"/>
- <point x="1496" y="1040"/>
- <point x="1232" y="1300"/>
- <point x="832" y="1300" type="curve" smooth="yes"/>
- <point x="692" y="1300"/>
- <point x="552" y="1240"/>
- <point x="476" y="1180" type="curve"/>
- <point x="464" y="1180" type="line"/>
- <point x="548" y="1812" type="line"/>
- <point x="1404" y="1812" type="line"/>
- <point x="1404" y="2048" type="line"/>
- <point x="324" y="2048" type="line"/>
- <point x="204" y="1000" type="line"/>
+ <point x="440.0" y="948.0" type="line"/>
+ <point x="532.0" y="1024.0"/>
+ <point x="644.0" y="1076.0"/>
+ <point x="832.0" y="1076.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1076.0"/>
+ <point x="1260.0" y="948.0"/>
+ <point x="1260.0" y="636.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="356.0"/>
+ <point x="1048.0" y="184.0"/>
+ <point x="816.0" y="184.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="184.0"/>
+ <point x="464.0" y="292.0"/>
+ <point x="424.0" y="512.0" type="curve"/>
+ <point x="184.0" y="512.0" type="line"/>
+ <point x="220.0" y="136.0"/>
+ <point x="476.0" y="-28.0"/>
+ <point x="800.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="-28.0"/>
+ <point x="1496.0" y="248.0"/>
+ <point x="1496.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="1496.0" y="1040.0"/>
+ <point x="1232.0" y="1300.0"/>
+ <point x="832.0" y="1300.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1300.0"/>
+ <point x="552.0" y="1240.0"/>
+ <point x="476.0" y="1180.0" type="curve"/>
+ <point x="464.0" y="1180.0" type="line"/>
+ <point x="548.0" y="1812.0" type="line"/>
+ <point x="1404.0" y="1812.0" type="line"/>
+ <point x="1404.0" y="2048.0" type="line"/>
+ <point x="324.0" y="2048.0" type="line"/>
+ <point x="204.0" y="1000.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/five.sup.glif
index cfb0e8f66..3270c48fd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/five.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/five.sup.glif
@@ -1,56 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="five.sup" format="1">
- <advance width="1264"/>
+<glyph name="five.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="440" y="484" type="line"/>
- <point x="476" y="512"/>
- <point x="516" y="544"/>
- <point x="612" y="544" type="curve"/>
- <point x="740" y="544"/>
- <point x="808" y="468"/>
- <point x="808" y="360" type="curve" smooth="yes"/>
- <point x="808" y="252"/>
- <point x="760" y="172"/>
- <point x="632" y="172" type="curve" smooth="yes"/>
- <point x="532" y="172"/>
- <point x="460" y="208"/>
- <point x="452" y="300" type="curve"/>
- <point x="224" y="300" type="line"/>
- <point x="232" y="100"/>
- <point x="424" y="-16"/>
- <point x="632" y="-16" type="curve" smooth="yes"/>
- <point x="912" y="-16"/>
- <point x="1040" y="160"/>
- <point x="1040" y="356" type="curve" smooth="yes"/>
- <point x="1040" y="580"/>
- <point x="904" y="712"/>
- <point x="668" y="712" type="curve" smooth="yes"/>
- <point x="588" y="712"/>
- <point x="516" y="688"/>
- <point x="484" y="676" type="curve"/>
- <point x="512" y="896" type="line"/>
- <point x="984" y="896" type="line"/>
- <point x="984" y="1084" type="line"/>
- <point x="320" y="1084" type="line"/>
- <point x="252" y="532" type="line"/>
+ <point x="440.0" y="484.0" type="line"/>
+ <point x="476.0" y="512.0"/>
+ <point x="516.0" y="544.0"/>
+ <point x="612.0" y="544.0" type="curve"/>
+ <point x="740.0" y="544.0"/>
+ <point x="808.0" y="468.0"/>
+ <point x="808.0" y="360.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="252.0"/>
+ <point x="760.0" y="172.0"/>
+ <point x="632.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="172.0"/>
+ <point x="460.0" y="208.0"/>
+ <point x="452.0" y="300.0" type="curve"/>
+ <point x="224.0" y="300.0" type="line"/>
+ <point x="232.0" y="100.0"/>
+ <point x="424.0" y="-16.0"/>
+ <point x="632.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="-16.0"/>
+ <point x="1040.0" y="160.0"/>
+ <point x="1040.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="580.0"/>
+ <point x="904.0" y="712.0"/>
+ <point x="668.0" y="712.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="712.0"/>
+ <point x="516.0" y="688.0"/>
+ <point x="484.0" y="676.0" type="curve"/>
+ <point x="512.0" y="896.0" type="line"/>
+ <point x="984.0" y="896.0" type="line"/>
+ <point x="984.0" y="1084.0" type="line"/>
+ <point x="320.0" y="1084.0" type="line"/>
+ <point x="252.0" y="532.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 121, 'rightMargin': 98}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/five.tnum.glif
index 3ba66aaa1..5eca51b5b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/five.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/five.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="five.tnum" format="1">
- <advance width="1680"/>
+<glyph name="five.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="five"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9058</real>
- <real>0.9634</real>
- <real>0.7395</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif b/src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif
index f22beb401..65e0aa81d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fiveeighths" format="1">
- <advance width="2288"/>
+<glyph name="fiveeighths" format="2">
+ <advance width="2288.0"/>
<unicode hex="215D"/>
<outline>
- <component base="five.sup" xOffset="-84" yOffset="900"/>
- <component base="fraction" xOffset="436"/>
- <component base="eight.sup" xOffset="1200"/>
+ <component base="five.sup" xOffset="-84.0" yOffset="900.0"/>
+ <component base="fraction" xOffset="436.0"/>
+ <component base="eight.sup" xOffset="1200.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2399, 'leftMargin': 242, 'rightMargin': 178}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fiveroman.glif b/src/Inter-UI-Regular.ufo/glyphs/fiveroman.glif
index 4cd3e949b..e21f6c556 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/fiveroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/fiveroman.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fiveroman" format="1">
- <advance width="1520"/>
+<glyph name="fiveroman" format="2">
+ <advance width="1520.0"/>
<unicode hex="2174"/>
<outline>
- <component base="v" xOffset="-16"/>
+ <component base="v" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1368, 'leftMargin': 132, 'rightMargin': -44}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fivesub.glif b/src/Inter-UI-Regular.ufo/glyphs/fivesub.glif
index 6bb18c1b5..202576c87 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/fivesub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/fivesub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fivesub" format="1">
- <advance width="1264"/>
+<glyph name="fivesub" format="2">
+ <advance width="1264.0"/>
<unicode hex="2085"/>
<outline>
- <component base="five.sup" xOffset="-16" yOffset="-504"/>
+ <component base="five.sup" xOffset="-16.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 232, 'rightMargin': -11}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fivesuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/fivesuperior.glif
index 5a4b13f71..81609c0c4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/fivesuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/fivesuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fivesuperior" format="1">
- <advance width="1264"/>
+<glyph name="fivesuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2075"/>
<outline>
- <component base="five.sup" xOffset="96" yOffset="916"/>
+ <component base="five.sup" xOffset="96.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 121, 'rightMargin': 98}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/florin.glif b/src/Inter-UI-Regular.ufo/glyphs/florin.glif
index 44a2e49b5..f3db2ddce 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/florin.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/florin.glif
@@ -1,55 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="florin" format="1">
- <advance width="1088"/>
+<glyph name="florin" format="2">
+ <advance width="1088.0"/>
<unicode hex="0192"/>
<outline>
<contour>
- <point x="912" y="1488" type="line"/>
- <point x="632" y="1488" type="line"/>
- <point x="632" y="1640" type="line" smooth="yes"/>
- <point x="632" y="1816"/>
- <point x="716" y="1904"/>
- <point x="876" y="1904" type="curve" smooth="yes"/>
- <point x="924" y="1904"/>
- <point x="960" y="1896"/>
- <point x="988" y="1888" type="curve"/>
- <point x="1048" y="2104" type="line"/>
- <point x="996" y="2124"/>
- <point x="888" y="2140"/>
- <point x="812" y="2140" type="curve" smooth="yes"/>
- <point x="564" y="2140"/>
- <point x="384" y="1964"/>
- <point x="384" y="1640" type="curve" smooth="yes"/>
- <point x="384" y="1488" type="line"/>
- <point x="136" y="1488" type="line"/>
- <point x="136" y="1284" type="line"/>
- <point x="384" y="1284" type="line"/>
- <point x="384" y="-124" type="line" smooth="yes"/>
- <point x="384" y="-284"/>
- <point x="304" y="-380"/>
- <point x="196" y="-380" type="curve" smooth="yes"/>
- <point x="172" y="-380"/>
- <point x="88" y="-376"/>
- <point x="60" y="-364" type="curve"/>
- <point x="40" y="-580" type="line"/>
- <point x="92" y="-596"/>
- <point x="140" y="-600"/>
- <point x="196" y="-600" type="curve" smooth="yes"/>
- <point x="476" y="-600"/>
- <point x="632" y="-432"/>
- <point x="632" y="-124" type="curve" smooth="yes"/>
- <point x="632" y="1284" type="line"/>
- <point x="912" y="1284" type="line"/>
+ <point x="912.0" y="1488.0" type="line"/>
+ <point x="632.0" y="1488.0" type="line"/>
+ <point x="632.0" y="1640.0" type="line" smooth="yes"/>
+ <point x="632.0" y="1816.0"/>
+ <point x="716.0" y="1904.0"/>
+ <point x="876.0" y="1904.0" type="curve" smooth="yes"/>
+ <point x="924.0" y="1904.0"/>
+ <point x="960.0" y="1896.0"/>
+ <point x="988.0" y="1888.0" type="curve"/>
+ <point x="1048.0" y="2104.0" type="line"/>
+ <point x="996.0" y="2124.0"/>
+ <point x="888.0" y="2140.0"/>
+ <point x="812.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="2140.0"/>
+ <point x="384.0" y="1964.0"/>
+ <point x="384.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1488.0" type="line"/>
+ <point x="136.0" y="1488.0" type="line"/>
+ <point x="136.0" y="1284.0" type="line"/>
+ <point x="384.0" y="1284.0" type="line"/>
+ <point x="384.0" y="-124.0" type="line" smooth="yes"/>
+ <point x="384.0" y="-284.0"/>
+ <point x="304.0" y="-380.0"/>
+ <point x="196.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="172.0" y="-380.0"/>
+ <point x="88.0" y="-376.0"/>
+ <point x="60.0" y="-364.0" type="curve"/>
+ <point x="40.0" y="-580.0" type="line"/>
+ <point x="92.0" y="-596.0"/>
+ <point x="140.0" y="-600.0"/>
+ <point x="196.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="-600.0"/>
+ <point x="632.0" y="-432.0"/>
+ <point x="632.0" y="-124.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="1284.0" type="line"/>
+ <point x="912.0" y="1284.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 968.0, 'leftMargin': -30, 'rightMargin': -1.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.1.glif b/src/Inter-UI-Regular.ufo/glyphs/four.1.glif
index 4233318dd..ffed10901 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/four.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/four.1.glif
@@ -1,32 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.1" format="1">
- <advance width="1680"/>
+<glyph name="four.1" format="2">
+ <advance width="1680.0"/>
<outline>
<contour>
- <point x="1544" y="604" type="line"/>
- <point x="412" y="604" type="line"/>
- <point x="1152" y="2048" type="line"/>
- <point x="900" y="2048" type="line"/>
- <point x="104" y="540" type="line"/>
- <point x="104" y="384" type="line"/>
- <point x="1544" y="384" type="line"/>
+ <point x="1544.0" y="604.0" type="line"/>
+ <point x="412.0" y="604.0" type="line"/>
+ <point x="1152.0" y="2048.0" type="line"/>
+ <point x="900.0" y="2048.0" type="line"/>
+ <point x="104.0" y="540.0" type="line"/>
+ <point x="104.0" y="384.0" type="line"/>
+ <point x="1544.0" y="384.0" type="line"/>
</contour>
<contour>
- <point x="1288" y="1280" type="line"/>
- <point x="1068" y="1280" type="line"/>
- <point x="1068" y="0" type="line"/>
- <point x="1288" y="0" type="line"/>
+ <point x="1288.0" y="1280.0" type="line"/>
+ <point x="1068.0" y="1280.0" type="line"/>
+ <point x="1068.0" y="0.0" type="line"/>
+ <point x="1288.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/four.frac.glif
index 3f9512938..38a873d08 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/four.frac.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/four.frac.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.frac" format="1">
- <advance width="1264"/>
+<glyph name="four.frac" format="2">
+ <advance width="1264.0"/>
<outline>
- <component base="four.sup" xOffset="108" yOffset="912"/>
+ <component base="four.sup" xOffset="108.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 73, 'rightMargin': 73}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.glif b/src/Inter-UI-Regular.ufo/glyphs/four.glif
index e4d5a5138..47a9a404b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/four.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/four.glif
@@ -1,35 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four" format="1">
- <advance width="1680"/>
+<glyph name="four" format="2">
+ <advance width="1680.0"/>
<unicode hex="0034"/>
<outline>
<contour>
- <point x="1568" y="640" type="line"/>
- <point x="412" y="640" type="line"/>
- <point x="1052" y="1676" type="line"/>
- <point x="1152" y="1676" type="line"/>
+ <point x="1568.0" y="640.0" type="line"/>
+ <point x="412.0" y="640.0" type="line"/>
+ <point x="1052.0" y="1676.0" type="line"/>
+ <point x="1152.0" y="1676.0" type="line"/>
<point x="1152.0" y="2048.0" type="line"/>
<point x="1028.0" y="2048.0" type="line"/>
- <point x="104" y="576" type="line"/>
- <point x="104" y="420" type="line"/>
- <point x="1568" y="420" type="line"/>
+ <point x="104.0" y="576.0" type="line"/>
+ <point x="104.0" y="420.0" type="line"/>
+ <point x="1568.0" y="420.0" type="line"/>
</contour>
<contour>
- <point x="1288" y="2048" type="line"/>
- <point x="1068" y="2048" type="line"/>
- <point x="1068" y="0" type="line"/>
- <point x="1288" y="0" type="line"/>
+ <point x="1288.0" y="2048.0" type="line"/>
+ <point x="1068.0" y="2048.0" type="line"/>
+ <point x="1068.0" y="0.0" type="line"/>
+ <point x="1288.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/four.sup.glif
index 6aac69b5a..e0cf82e0e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/four.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/four.sup.glif
@@ -1,39 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.sup" format="1">
- <advance width="1264"/>
+<glyph name="four.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="1080" y="420" type="line"/>
- <point x="420" y="420" type="line"/>
- <point x="688" y="760" type="line"/>
- <point x="884" y="1084" type="line"/>
- <point x="700" y="1084" type="line"/>
- <point x="188" y="380" type="line"/>
- <point x="196" y="232" type="line"/>
- <point x="1080" y="232" type="line"/>
+ <point x="1080.0" y="420.0" type="line"/>
+ <point x="420.0" y="420.0" type="line"/>
+ <point x="688.0" y="760.0" type="line"/>
+ <point x="884.0" y="1084.0" type="line"/>
+ <point x="700.0" y="1084.0" type="line"/>
+ <point x="188.0" y="380.0" type="line"/>
+ <point x="196.0" y="232.0" type="line"/>
+ <point x="1080.0" y="232.0" type="line"/>
</contour>
<contour>
- <point x="936" y="1084" type="line"/>
- <point x="704" y="1084" type="line"/>
- <point x="704" y="0" type="line"/>
- <point x="936" y="0" type="line"/>
+ <point x="936.0" y="1084.0" type="line"/>
+ <point x="704.0" y="1084.0" type="line"/>
+ <point x="704.0" y="0.0" type="line"/>
+ <point x="936.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 73, 'rightMargin': 73}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.tnum.1.glif b/src/Inter-UI-Regular.ufo/glyphs/four.tnum.1.glif
index 774a705a9..ec20fce0f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/four.tnum.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/four.tnum.1.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.tnum.1" format="1">
- <advance width="1680"/>
+<glyph name="four.tnum.1" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="four.1"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/four.tnum.glif
index 3da693c1a..777c72abf 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/four.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/four.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="four.tnum" format="1">
- <advance width="1680"/>
+<glyph name="four.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="four"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9058</real>
- <real>0.9634</real>
- <real>0.7395</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fourroman.glif b/src/Inter-UI-Regular.ufo/glyphs/fourroman.glif
index 194d4faec..349e57473 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/fourroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/fourroman.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fourroman" format="1">
- <advance width="2288"/>
+<glyph name="fourroman" format="2">
+ <advance width="2288.0"/>
<unicode hex="2173"/>
<outline>
- <component base="i" xOffset="-24"/>
- <component base="v" xOffset="672"/>
+ <component base="i" xOffset="-24.0"/>
+ <component base="v" xOffset="672.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2060, 'leftMargin': 216, 'rightMargin': -44}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/foursub.glif b/src/Inter-UI-Regular.ufo/glyphs/foursub.glif
index f1773e276..4700fe063 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/foursub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/foursub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="foursub" format="1">
- <advance width="1264"/>
+<glyph name="foursub" format="2">
+ <advance width="1264.0"/>
<unicode hex="2084"/>
<outline>
- <component base="four.sup" xOffset="-20" yOffset="-504"/>
+ <component base="four.sup" xOffset="-20.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 196, 'rightMargin': -51}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/foursuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/foursuperior.glif
index 6ba1eec57..7887e2883 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/foursuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/foursuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="foursuperior" format="1">
- <advance width="1264"/>
+<glyph name="foursuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2074"/>
<outline>
- <component base="four.sup" xOffset="108" yOffset="916"/>
+ <component base="four.sup" xOffset="108.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 73, 'rightMargin': 73}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fourthtonechinese.glif b/src/Inter-UI-Regular.ufo/glyphs/fourthtonechinese.glif
index 74d3a74e3..b0062b0e3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/fourthtonechinese.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/fourthtonechinese.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fourthtonechinese" format="1">
- <advance width="1008"/>
+<glyph name="fourthtonechinese" format="2">
+ <advance width="1008.0"/>
<unicode hex="02CB"/>
<outline>
- <component base="grave" xOffset="132"/>
+ <component base="grave" xOffset="132.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 791, 'leftMargin': 69, 'rightMargin': 124}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/fraction.glif b/src/Inter-UI-Regular.ufo/glyphs/fraction.glif
index eb7dbe238..6ebf7c634 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/fraction.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/fraction.glif
@@ -1,30 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="fraction" format="1">
- <advance width="1520"/>
+<glyph name="fraction" format="2">
+ <advance width="1520.0"/>
<unicode hex="2044"/>
<outline>
<contour>
- <point x="1324" y="1716" type="line"/>
- <point x="1172" y="1812" type="line"/>
- <point x="196" y="244" type="line"/>
- <point x="348" y="152" type="line"/>
+ <point x="1324.0" y="1716.0" type="line"/>
+ <point x="1172.0" y="1812.0" type="line"/>
+ <point x="196.0" y="244.0" type="line"/>
+ <point x="348.0" y="152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1284, 'leftMargin': 81, 'rightMargin': 73}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/franc.glif b/src/Inter-UI-Regular.ufo/glyphs/franc.glif
new file mode 100644
index 000000000..65afd6024
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/franc.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="franc" format="2">
+ <advance width="1652.0"/>
+ <unicode hex="20A3"/>
+ <anchor x="768.0" y="16.0" name="bottom"/>
+ <anchor x="1588.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1588.0" y="2216.0" name="top0315"/>
+ <anchor x="1588.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="F"/>
+ <component base="crossbar" xOffset="-136.0" yOffset="-528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/g.glif b/src/Inter-UI-Regular.ufo/glyphs/g.glif
index 1e177e1d8..fee32c73f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/g.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/g.glif
@@ -1,128 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="g" format="1">
- <advance width="1716"/>
+<glyph name="g" format="2">
+ <advance width="1716.0"/>
<unicode hex="0067"/>
+ <anchor x="828.0" y="-588.0" name="bottom"/>
+ <anchor x="1644.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="1792.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
+ <anchor x="1644.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1272" y="1536" type="line"/>
- <point x="1272" y="1200" type="line"/>
- <point x="1348" y="768" type="line"/>
- <point x="1264" y="360" type="line"/>
- <point x="1264" y="280" type="line"/>
- <point x="1264" y="12" type="line"/>
- <point x="1268" y="-244"/>
- <point x="1064" y="-364"/>
- <point x="828" y="-364" type="curve" smooth="yes"/>
- <point x="564" y="-364"/>
- <point x="456" y="-212"/>
- <point x="396" y="-136" type="curve"/>
- <point x="208" y="-268" type="line"/>
- <point x="304" y="-432"/>
- <point x="500" y="-576"/>
- <point x="828" y="-576" type="curve" smooth="yes"/>
- <point x="1184" y="-576"/>
- <point x="1500" y="-408"/>
- <point x="1500" y="-12" type="curve" smooth="yes"/>
- <point x="1500" y="1536" type="line"/>
+ <point x="1272.0" y="1536.0" type="line"/>
+ <point x="1272.0" y="1200.0" type="line"/>
+ <point x="1348.0" y="768.0" type="line"/>
+ <point x="1264.0" y="360.0" type="line"/>
+ <point x="1264.0" y="280.0" type="line"/>
+ <point x="1264.0" y="12.0" type="line"/>
+ <point x="1268.0" y="-244.0"/>
+ <point x="1064.0" y="-364.0"/>
+ <point x="828.0" y="-364.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="-364.0"/>
+ <point x="456.0" y="-212.0"/>
+ <point x="396.0" y="-136.0" type="curve"/>
+ <point x="208.0" y="-268.0" type="line"/>
+ <point x="304.0" y="-432.0"/>
+ <point x="500.0" y="-576.0"/>
+ <point x="828.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="-576.0"/>
+ <point x="1500.0" y="-408.0"/>
+ <point x="1500.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="1360" y="1292" type="line"/>
- <point x="1248" y="1292" type="line"/>
- <point x="1196" y="1372"/>
- <point x="1100" y="1556"/>
- <point x="800" y="1556" type="curve" smooth="yes"/>
- <point x="412" y="1556"/>
- <point x="144" y="1248"/>
- <point x="144" y="776" type="curve" smooth="yes"/>
- <point x="144" y="296"/>
- <point x="424" y="24"/>
- <point x="796" y="24" type="curve" smooth="yes"/>
- <point x="1096" y="24"/>
- <point x="1192" y="200"/>
- <point x="1244" y="284" type="curve"/>
- <point x="1360" y="284" type="line"/>
+ <point x="1360.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="296.0"/>
+ <point x="424.0" y="24.0"/>
+ <point x="796.0" y="24.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="24.0"/>
+ <point x="1192.0" y="200.0"/>
+ <point x="1244.0" y="284.0" type="curve"/>
+ <point x="1360.0" y="284.0" type="line"/>
</contour>
<contour>
- <point x="380" y="780" type="curve" smooth="yes"/>
- <point x="380" y="1092"/>
- <point x="528" y="1344"/>
- <point x="828" y="1344" type="curve" smooth="yes"/>
- <point x="1116" y="1344"/>
- <point x="1268" y="1112"/>
- <point x="1268" y="780" type="curve" smooth="yes"/>
- <point x="1268" y="440"/>
- <point x="1112" y="236"/>
- <point x="828" y="236" type="curve" smooth="yes"/>
- <point x="532" y="236"/>
- <point x="380" y="460"/>
- </contour>
- <contour>
- <point x="888" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="828" y="-588" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1644" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1644" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1644" y="1776" type="move" name="top0315"/>
+ <point x="380.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="440.0"/>
+ <point x="1112.0" y="236.0"/>
+ <point x="828.0" y="236.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="236.0"/>
+ <point x="380.0" y="460.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>q</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>g</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1716</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gacute.glif b/src/Inter-UI-Regular.ufo/glyphs/gacute.glif
new file mode 100644
index 000000000..320bcc2dc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/gacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gacute" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="01F5"/>
+ <anchor x="828.0" y="-588.0" name="bottom"/>
+ <anchor x="1644.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="1792.0" name="parent_top"/>
+ <anchor x="888.0" y="2284.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
+ <anchor x="1644.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="acute" xOffset="576.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gamma.glif b/src/Inter-UI-Regular.ufo/glyphs/gamma.glif
index 210f5831f..8c08e9d17 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gamma.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gamma.glif
@@ -1,40 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gamma" format="1">
- <advance width="1520"/>
+<glyph name="gamma" format="2">
+ <advance width="1520.0"/>
<unicode hex="03B3"/>
+ <anchor x="764.0" y="88.0" name="cross"/>
<outline>
<contour>
- <point x="900" y="192" type="line"/>
- <point x="624" y="192" type="line"/>
- <point x="624" y="-572" type="line"/>
- <point x="900" y="-572" type="line"/>
+ <point x="900.0" y="192.0" type="line"/>
+ <point x="624.0" y="192.0" type="line"/>
+ <point x="624.0" y="-572.0" type="line"/>
+ <point x="900.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="744" y="348" type="line"/>
- <point x="688" y="0" type="line"/>
- <point x="868" y="0" type="line"/>
- <point x="1416" y="1488" type="line"/>
- <point x="1136" y="1488" type="line"/>
+ <point x="744.0" y="348.0" type="line"/>
+ <point x="688.0" y="0.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
+ <point x="1416.0" y="1488.0" type="line"/>
+ <point x="1136.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="388" y="1488" type="line"/>
- <point x="108" y="1488" type="line"/>
- <point x="660" y="0" type="line"/>
- <point x="840" y="0" type="line"/>
- <point x="788" y="348" type="line"/>
- </contour>
- <contour>
- <point x="764" y="88" type="move" name="cross"/>
+ <point x="388.0" y="1488.0" type="line"/>
+ <point x="108.0" y="1488.0" type="line"/>
+ <point x="660.0" y="0.0" type="line"/>
+ <point x="840.0" y="0.0" type="line"/>
+ <point x="788.0" y="348.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1419.0, 'leftMargin': 65, 'rightMargin': 47.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gamma1.glif b/src/Inter-UI-Regular.ufo/glyphs/gamma1.glif
index fdff0058c..05be2bca2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gamma1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gamma1.glif
@@ -1,58 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gamma1" format="1">
- <advance width="1676"/>
+<glyph name="gamma1" format="2">
+ <advance width="1676.0"/>
<unicode hex="0263"/>
+ <anchor x="840.0" y="-616.0" name="bottom"/>
+ <anchor x="840.0" y="1776.0" name="top"/>
+ <anchor x="1620.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="836" y="-600" type="curve" smooth="yes"/>
- <point x="1068" y="-600"/>
- <point x="1204" y="-480"/>
- <point x="1204" y="-272" type="curve" smooth="yes"/>
- <point x="1204" y="-220"/>
- <point x="1192" y="-136"/>
- <point x="1148" y="-44" type="curve" smooth="yes"/>
- <point x="356" y="1536" type="line"/>
- <point x="96" y="1536" type="line"/>
- <point x="784" y="140" type="line" smooth="yes"/>
- <point x="896" y="-92"/>
- <point x="956" y="-192"/>
- <point x="956" y="-272" type="curve" smooth="yes"/>
- <point x="956" y="-324"/>
- <point x="908" y="-372"/>
- <point x="836" y="-372" type="curve" smooth="yes"/>
- <point x="764" y="-372"/>
- <point x="716" y="-328"/>
- <point x="716" y="-272" type="curve" smooth="yes"/>
- <point x="716" y="-192"/>
- <point x="788" y="-88"/>
- <point x="892" y="128" type="curve" smooth="yes"/>
- <point x="1580" y="1536" type="line"/>
- <point x="1320" y="1536" type="line"/>
- <point x="532" y="-44" type="line" smooth="yes"/>
- <point x="492" y="-124"/>
- <point x="460" y="-208"/>
- <point x="460" y="-272" type="curve" smooth="yes"/>
- <point x="460" y="-480"/>
- <point x="604" y="-600"/>
- </contour>
- <contour>
- <point x="840" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="840" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1620" y="1776" type="move" name="top0315"/>
+ <point x="836.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1068.0" y="-600.0"/>
+ <point x="1204.0" y="-480.0"/>
+ <point x="1204.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="-220.0"/>
+ <point x="1192.0" y="-136.0"/>
+ <point x="1148.0" y="-44.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1536.0" type="line"/>
+ <point x="96.0" y="1536.0" type="line"/>
+ <point x="784.0" y="140.0" type="line" smooth="yes"/>
+ <point x="896.0" y="-92.0"/>
+ <point x="956.0" y="-192.0"/>
+ <point x="956.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="-324.0"/>
+ <point x="908.0" y="-372.0"/>
+ <point x="836.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="-372.0"/>
+ <point x="716.0" y="-328.0"/>
+ <point x="716.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="716.0" y="-192.0"/>
+ <point x="788.0" y="-88.0"/>
+ <point x="892.0" y="128.0" type="curve" smooth="yes"/>
+ <point x="1580.0" y="1536.0" type="line"/>
+ <point x="1320.0" y="1536.0" type="line"/>
+ <point x="532.0" y="-44.0" type="line" smooth="yes"/>
+ <point x="492.0" y="-124.0"/>
+ <point x="460.0" y="-208.0"/>
+ <point x="460.0" y="-272.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="-480.0"/>
+ <point x="604.0" y="-600.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1566, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gammasuper.glif b/src/Inter-UI-Regular.ufo/glyphs/gammasuper.glif
index 53676b4b3..733641628 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gammasuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gammasuper.glif
@@ -1,63 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gammasuper" format="1">
- <advance width="1264"/>
+<glyph name="gammasuper" format="2">
+ <advance width="1264.0"/>
<unicode hex="02E0"/>
<outline>
<contour>
- <point x="640" y="1264" type="line"/>
- <point x="580" y="896" type="line"/>
- <point x="752" y="896" type="line"/>
- <point x="1148" y="1996" type="line"/>
- <point x="872" y="1996" type="line"/>
+ <point x="640.0" y="1264.0" type="line"/>
+ <point x="580.0" y="896.0" type="line"/>
+ <point x="752.0" y="896.0" type="line"/>
+ <point x="1148.0" y="1996.0" type="line"/>
+ <point x="872.0" y="1996.0" type="line"/>
</contour>
<contour>
- <point x="396" y="1996" type="line"/>
- <point x="120" y="1996" type="line"/>
- <point x="516" y="896" type="line"/>
- <point x="688" y="896" type="line"/>
- <point x="628" y="1264" type="line"/>
+ <point x="396.0" y="1996.0" type="line"/>
+ <point x="120.0" y="1996.0" type="line"/>
+ <point x="516.0" y="896.0" type="line"/>
+ <point x="688.0" y="896.0" type="line"/>
+ <point x="628.0" y="1264.0" type="line"/>
</contour>
<contour>
- <point x="624" y="292" type="curve" smooth="yes"/>
- <point x="796" y="292"/>
- <point x="900" y="384"/>
- <point x="900" y="540" type="curve" smooth="yes"/>
- <point x="900" y="584"/>
- <point x="892" y="636"/>
- <point x="860" y="704" type="curve" smooth="yes"/>
- <point x="736" y="1000" type="line"/>
- <point x="528" y="1000" type="line"/>
- <point x="588" y="840" type="line" smooth="yes"/>
- <point x="652" y="676"/>
- <point x="680" y="608"/>
- <point x="680" y="552" type="curve" smooth="yes"/>
- <point x="680" y="520"/>
- <point x="668" y="492"/>
- <point x="624" y="492" type="curve" smooth="yes"/>
- <point x="584" y="492"/>
- <point x="568" y="516"/>
- <point x="568" y="552" type="curve" smooth="yes"/>
- <point x="568" y="608"/>
- <point x="604" y="676"/>
- <point x="664" y="832" type="curve" smooth="yes"/>
- <point x="728" y="1000" type="line"/>
- <point x="524" y="1000" type="line"/>
- <point x="396" y="696" type="line" smooth="yes"/>
- <point x="368" y="632"/>
- <point x="352" y="584"/>
- <point x="352" y="540" type="curve" smooth="yes"/>
- <point x="352" y="384"/>
- <point x="452" y="292"/>
+ <point x="624.0" y="292.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="292.0"/>
+ <point x="900.0" y="384.0"/>
+ <point x="900.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="900.0" y="584.0"/>
+ <point x="892.0" y="636.0"/>
+ <point x="860.0" y="704.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="1000.0" type="line"/>
+ <point x="528.0" y="1000.0" type="line"/>
+ <point x="588.0" y="840.0" type="line" smooth="yes"/>
+ <point x="652.0" y="676.0"/>
+ <point x="680.0" y="608.0"/>
+ <point x="680.0" y="552.0" type="curve" smooth="yes"/>
+ <point x="680.0" y="520.0"/>
+ <point x="668.0" y="492.0"/>
+ <point x="624.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="492.0"/>
+ <point x="568.0" y="516.0"/>
+ <point x="568.0" y="552.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="608.0"/>
+ <point x="604.0" y="676.0"/>
+ <point x="664.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="1000.0" type="line"/>
+ <point x="524.0" y="1000.0" type="line"/>
+ <point x="396.0" y="696.0" type="line" smooth="yes"/>
+ <point x="368.0" y="632.0"/>
+ <point x="352.0" y="584.0"/>
+ <point x="352.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="352.0" y="384.0"/>
+ <point x="452.0" y="292.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1195, 'leftMargin': 83, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gbar.glif b/src/Inter-UI-Regular.ufo/glyphs/gbar.glif
index a7e1594c7..447bbc678 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gbar.glif
@@ -1,36 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gbar" format="1">
- <advance width="1748"/>
+<glyph name="gbar" format="2">
+ <advance width="1748.0"/>
<unicode hex="01E5"/>
+ <anchor x="868.0" y="-672.0" name="bottom"/>
+ <anchor x="868.0" y="-672.0" name="markbottom"/>
+ <anchor x="872.0" y="-156.0" name="parenthesses.w3"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1672.0" y="1776.0" name="top0315"/>
<outline>
<component base="g"/>
- <component base="crossbar" xOffset="664" yOffset="-212"/>
- <contour>
- <point x="868" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="868" y="-672" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="872" y="-156" type="move" name="parenthesses.w3"/>
- </contour>
- <contour>
- <point x="868" y="-672" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1672" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="crossbar" xOffset="664.0" yOffset="-212.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 41, 'rightMargin': 22}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/gbreve.glif
new file mode 100644
index 000000000..2cd05f2c9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/gbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gbreve" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="011F"/>
+ <anchor x="828.0" y="-588.0" name="bottom"/>
+ <anchor x="1644.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="1792.0" name="parent_top"/>
+ <anchor x="888.0" y="2236.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
+ <anchor x="1644.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="breve" xOffset="256.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/gcaron.glif
new file mode 100644
index 000000000..e2a920477
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/gcaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gcaron" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="01E7"/>
+ <anchor x="828.0" y="-588.0" name="bottom"/>
+ <anchor x="1644.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="1792.0" name="parent_top"/>
+ <anchor x="872.0" y="2248.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
+ <anchor x="1644.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="caron" xOffset="240.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gcircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/gcircumflex.glif
new file mode 100644
index 000000000..fa887b8b4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/gcircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gcircumflex" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="011D"/>
+ <anchor x="828.0" y="-588.0" name="bottom"/>
+ <anchor x="1644.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="1792.0" name="parent_top"/>
+ <anchor x="888.0" y="2256.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
+ <anchor x="1644.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="circumflex" xOffset="240.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gcommaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/gcommaaccent.glif
new file mode 100644
index 000000000..2e06022bc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/gcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gcommaaccent" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="0123"/>
+ <anchor x="828.0" y="-588.0" name="bottom"/>
+ <anchor x="1644.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="1792.0" name="parent_top"/>
+ <anchor x="888.0" y="1792.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
+ <anchor x="1644.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="commaaccentrotate.cn" xOffset="552.0" yOffset="144.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gcursive.glif b/src/Inter-UI-Regular.ufo/glyphs/gcursive.glif
index 101519f86..b30cb8a2d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gcursive.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gcursive.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gcursive" format="1">
- <advance width="1776"/>
+<glyph name="gcursive" format="2">
+ <advance width="1776.0"/>
<unicode hex="0261"/>
+ <anchor x="756.0" y="-616.0" name="bottom"/>
+ <anchor x="756.0" y="1776.0" name="top"/>
+ <anchor x="1576.0" y="1776.0" name="top0315"/>
<outline>
- <component base="g" xOffset="-16"/>
- <contour>
- <point x="756" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1576" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="756" y="-616" type="move" name="bottom"/>
- </contour>
+ <component base="g" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 256, 'rightMargin': 49}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/gdotaccent.glif
new file mode 100644
index 000000000..69ee371f2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/gdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gdotaccent" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="0121"/>
+ <anchor x="828.0" y="-588.0" name="bottom"/>
+ <anchor x="1644.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="1792.0" name="parent_top"/>
+ <anchor x="888.0" y="2188.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
+ <anchor x="1644.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="dotaccent" xOffset="560.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/gecyrillic.glif
index 60d7beffe..3d0fcd351 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gecyrillic.glif
@@ -1,37 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gecyrillic" format="1">
- <advance width="1268"/>
+<glyph name="gecyrillic" format="2">
+ <advance width="1268.0"/>
<unicode hex="0433"/>
+ <anchor x="436.0" y="760.0" name="cross"/>
+ <anchor x="488.0" y="0.0" name="right"/>
+ <anchor x="600.0" y="1744.0" name="top"/>
+ <anchor x="1184.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1164" y="1488" type="line"/>
- <point x="216" y="1488" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- <point x="452" y="1268" type="line"/>
- <point x="1164" y="1268" type="line"/>
- </contour>
- <contour>
- <point x="600" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="436" y="760" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="488" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1184" y="1744" type="move" name="top0315"/>
+ <point x="1164.0" y="1488.0" type="line"/>
+ <point x="216.0" y="1488.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="1268.0" type="line"/>
+ <point x="1164.0" y="1268.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1181, 'leftMargin': 210, 'rightMargin': 23}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/germandbls.glif b/src/Inter-UI-Regular.ufo/glyphs/germandbls.glif
index 90ebc5676..381e8fb5a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/germandbls.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/germandbls.glif
@@ -1,60 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="germandbls" format="1">
- <advance width="1664"/>
+<glyph name="germandbls" format="2">
+ <advance width="1664.0"/>
<unicode hex="00DF"/>
<outline>
<contour>
- <point x="452" y="1524" type="line" name="hr00"/>
- <point x="452" y="1796"/>
- <point x="540" y="1924"/>
- <point x="732" y="1924" type="curve" smooth="yes"/>
- <point x="880" y="1924"/>
- <point x="1024" y="1848"/>
- <point x="1024" y="1668" type="curve" smooth="yes"/>
- <point x="1024" y="1456"/>
- <point x="824" y="1356"/>
- <point x="824" y="1128" type="curve" smooth="yes"/>
- <point x="824" y="772"/>
- <point x="1312" y="728"/>
- <point x="1312" y="432" type="curve" smooth="yes"/>
- <point x="1312" y="308"/>
- <point x="1220" y="180"/>
- <point x="984" y="180" type="curve" smooth="yes"/>
- <point x="860" y="180"/>
- <point x="740" y="244"/>
- <point x="680" y="280" type="curve"/>
- <point x="584" y="84" type="line"/>
- <point x="664" y="28"/>
- <point x="824" y="-28"/>
- <point x="1012" y="-28" type="curve" smooth="yes"/>
- <point x="1328" y="-28"/>
- <point x="1544" y="120"/>
- <point x="1544" y="440" type="curve" smooth="yes"/>
- <point x="1544" y="856"/>
- <point x="1064" y="852"/>
- <point x="1064" y="1128" type="curve" smooth="yes"/>
- <point x="1064" y="1300"/>
- <point x="1248" y="1388"/>
- <point x="1248" y="1668" type="curve" smooth="yes"/>
- <point x="1248" y="2016"/>
- <point x="972" y="2140"/>
- <point x="732" y="2140" type="curve" smooth="yes"/>
- <point x="424" y="2140"/>
- <point x="216" y="1932"/>
- <point x="216" y="1524" type="curve" smooth="yes"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
+ <point x="452.0" y="1524.0" type="line"/>
+ <point x="452.0" y="1796.0"/>
+ <point x="540.0" y="1924.0"/>
+ <point x="732.0" y="1924.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="1924.0"/>
+ <point x="1024.0" y="1848.0"/>
+ <point x="1024.0" y="1668.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="1456.0"/>
+ <point x="824.0" y="1356.0"/>
+ <point x="824.0" y="1128.0" type="curve" smooth="yes"/>
+ <point x="824.0" y="772.0"/>
+ <point x="1312.0" y="728.0"/>
+ <point x="1312.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="1312.0" y="308.0"/>
+ <point x="1220.0" y="180.0"/>
+ <point x="984.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="180.0"/>
+ <point x="740.0" y="244.0"/>
+ <point x="680.0" y="280.0" type="curve"/>
+ <point x="584.0" y="84.0" type="line"/>
+ <point x="664.0" y="28.0"/>
+ <point x="824.0" y="-28.0"/>
+ <point x="1012.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="-28.0"/>
+ <point x="1544.0" y="120.0"/>
+ <point x="1544.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="856.0"/>
+ <point x="1064.0" y="852.0"/>
+ <point x="1064.0" y="1128.0" type="curve" smooth="yes"/>
+ <point x="1064.0" y="1300.0"/>
+ <point x="1248.0" y="1388.0"/>
+ <point x="1248.0" y="1668.0" type="curve" smooth="yes"/>
+ <point x="1248.0" y="2016.0"/>
+ <point x="972.0" y="2140.0"/>
+ <point x="732.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="2140.0"/>
+ <point x="216.0" y="1932.0"/>
+ <point x="216.0" y="1524.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.39</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ghemiddlehookcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ghemiddlehookcyrillic.glif
index fb4274d0d..3de60b3fc 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ghemiddlehookcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ghemiddlehookcyrillic.glif
@@ -1,36 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ghemiddlehookcyrillic" format="1">
- <advance width="1520"/>
+<glyph name="ghemiddlehookcyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0495"/>
<outline>
<contour>
- <point x="272" y="656" type="line"/>
- <point x="644" y="656" type="line" smooth="yes"/>
- <point x="896" y="656"/>
- <point x="1068" y="504"/>
- <point x="1072" y="236" type="curve" smooth="yes"/>
- <point x="1072" y="40"/>
- <point x="988" y="-116"/>
- <point x="744" y="-180" type="curve"/>
- <point x="812" y="-392" type="line"/>
- <point x="1204" y="-324"/>
- <point x="1344" y="32"/>
- <point x="1344" y="236" type="curve"/>
- <point x="1344" y="644"/>
- <point x="1052" y="892"/>
- <point x="644" y="892" type="curve" smooth="yes"/>
- <point x="272" y="892" type="line"/>
+ <point x="272.0" y="656.0" type="line"/>
+ <point x="644.0" y="656.0" type="line" smooth="yes"/>
+ <point x="896.0" y="656.0"/>
+ <point x="1068.0" y="504.0"/>
+ <point x="1072.0" y="236.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="40.0"/>
+ <point x="988.0" y="-116.0"/>
+ <point x="744.0" y="-180.0" type="curve"/>
+ <point x="812.0" y="-392.0" type="line"/>
+ <point x="1204.0" y="-324.0"/>
+ <point x="1344.0" y="32.0"/>
+ <point x="1344.0" y="236.0" type="curve"/>
+ <point x="1344.0" y="644.0"/>
+ <point x="1052.0" y="892.0"/>
+ <point x="644.0" y="892.0" type="curve" smooth="yes"/>
+ <point x="272.0" y="892.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1164.0" y="1488.0" type="line"/>
+ <point x="216.0" y="1488.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="1268.0" type="line"/>
+ <point x="1164.0" y="1268.0" type="line"/>
</contour>
- <component base="gecyrillic"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1419.0, 'leftMargin': 154, 'rightMargin': 95.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ghestrokecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ghestrokecyrillic.glif
new file mode 100644
index 000000000..285098dac
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ghestrokecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ghestrokecyrillic" format="2">
+ <advance width="1268.0"/>
+ <unicode hex="0493"/>
+ <anchor x="600.0" y="1744.0" name="parent_top"/>
+ <anchor x="600.0" y="1744.0" name="top"/>
+ <anchor x="1184.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="gecyrillic"/>
+ <component base="crossbar" xOffset="-200.0" yOffset="-232.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gheupturncyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/gheupturncyrillic.glif
index 7be6332f3..d76aa2121 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gheupturncyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gheupturncyrillic.glif
@@ -1,24 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gheupturncyrillic" format="1">
- <advance width="1252"/>
+<glyph name="gheupturncyrillic" format="2">
+ <advance width="1252.0"/>
<unicode hex="0491"/>
<outline>
<contour>
- <point x="1148" y="1916" type="line"/>
- <point x="912" y="1916" type="line"/>
- <point x="912" y="1268" type="line"/>
- <point x="1148" y="1268" type="line"/>
+ <point x="1148.0" y="1916.0" type="line"/>
+ <point x="912.0" y="1916.0" type="line"/>
+ <point x="912.0" y="1268.0" type="line"/>
+ <point x="1148.0" y="1268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1164.0" y="1488.0" type="line"/>
+ <point x="216.0" y="1488.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="1268.0" type="line"/>
+ <point x="1164.0" y="1268.0" type="line"/>
</contour>
- <component base="gecyrillic"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1260, 'leftMargin': 154, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ghook.glif b/src/Inter-UI-Regular.ufo/glyphs/ghook.glif
index 09c746652..4e2ea77b2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ghook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ghook.glif
@@ -1,45 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ghook" format="1">
- <advance width="1728"/>
+<glyph name="ghook" format="2">
+ <advance width="1728.0"/>
<unicode hex="0260"/>
+ <anchor x="748.0" y="-616.0" name="bottom"/>
+ <anchor x="748.0" y="1776.0" name="top"/>
+ <anchor x="1652.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1500" y="1464" type="line"/>
- <point x="1500" y="1664" type="line" smooth="yes"/>
- <point x="1500" y="1824"/>
- <point x="1596" y="1872"/>
- <point x="1724" y="1872" type="curve" smooth="yes"/>
- <point x="1752" y="1872"/>
- <point x="1780" y="1868"/>
- <point x="1800" y="1864" type="curve"/>
- <point x="1800" y="2064" type="line"/>
- <point x="1764" y="2076"/>
- <point x="1712" y="2076"/>
- <point x="1664" y="2076" type="curve" smooth="yes"/>
- <point x="1440" y="2076"/>
- <point x="1272" y="1928"/>
- <point x="1272" y="1664" type="curve" smooth="yes"/>
- <point x="1272" y="1464" type="line"/>
+ <point x="1500.0" y="1464.0" type="line"/>
+ <point x="1500.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="1500.0" y="1824.0"/>
+ <point x="1596.0" y="1872.0"/>
+ <point x="1724.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="1752.0" y="1872.0"/>
+ <point x="1780.0" y="1868.0"/>
+ <point x="1800.0" y="1864.0" type="curve"/>
+ <point x="1800.0" y="2064.0" type="line"/>
+ <point x="1764.0" y="2076.0"/>
+ <point x="1712.0" y="2076.0"/>
+ <point x="1664.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="2076.0"/>
+ <point x="1272.0" y="1928.0"/>
+ <point x="1272.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="1464.0" type="line"/>
</contour>
- <component base="g"/>
<contour>
- <point x="748" y="1776" type="move" name="top"/>
+ <point x="1272.0" y="1536.0" type="line"/>
+ <point x="1272.0" y="1200.0" type="line"/>
+ <point x="1348.0" y="768.0" type="line"/>
+ <point x="1264.0" y="360.0" type="line"/>
+ <point x="1264.0" y="280.0" type="line"/>
+ <point x="1264.0" y="12.0" type="line"/>
+ <point x="1268.0" y="-244.0"/>
+ <point x="1064.0" y="-364.0"/>
+ <point x="828.0" y="-364.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="-364.0"/>
+ <point x="456.0" y="-212.0"/>
+ <point x="396.0" y="-136.0" type="curve"/>
+ <point x="208.0" y="-268.0" type="line"/>
+ <point x="304.0" y="-432.0"/>
+ <point x="500.0" y="-576.0"/>
+ <point x="828.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="-576.0"/>
+ <point x="1500.0" y="-408.0"/>
+ <point x="1500.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="748" y="-616" type="move" name="bottom"/>
+ <point x="1360.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="296.0"/>
+ <point x="424.0" y="24.0"/>
+ <point x="796.0" y="24.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="24.0"/>
+ <point x="1192.0" y="200.0"/>
+ <point x="1244.0" y="284.0" type="curve"/>
+ <point x="1360.0" y="284.0" type="line"/>
</contour>
<contour>
- <point x="1652" y="1776" type="move" name="top0315"/>
+ <point x="380.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="440.0"/>
+ <point x="1112.0" y="236.0"/>
+ <point x="828.0" y="236.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="236.0"/>
+ <point x="380.0" y="460.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1667, 'leftMargin': 129, 'rightMargin': -13}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gjecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/gjecyrillic.glif
new file mode 100644
index 000000000..d1376c8cf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/gjecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gjecyrillic" format="2">
+ <advance width="1268.0"/>
+ <unicode hex="0453"/>
+ <anchor x="600.0" y="1744.0" name="parent_top"/>
+ <anchor x="600.0" y="2236.0" name="top"/>
+ <anchor x="1184.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="gecyrillic"/>
+ <component base="acute" xOffset="288.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstop.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstop.glif
index a58b39702..5d421f261 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstop.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstop.glif
@@ -1,58 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstop" format="1">
- <advance width="1520"/>
+<glyph name="glottalstop" format="2">
+ <advance width="1520.0"/>
<unicode hex="0294"/>
+ <anchor x="708.0" y="0.0" name="bottom"/>
+ <anchor x="724.0" y="2244.0" name="top"/>
+ <anchor x="1520.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="564" y="756" type="line"/>
- <point x="564" y="536" type="line"/>
- <point x="724" y="536" type="line" smooth="yes"/>
- <point x="1180" y="536"/>
- <point x="1392" y="880"/>
- <point x="1392" y="1276" type="curve" smooth="yes"/>
- <point x="1392" y="1400" type="line" smooth="yes"/>
- <point x="1392" y="1796"/>
- <point x="1180" y="2140"/>
- <point x="724" y="2140" type="curve" smooth="yes"/>
- <point x="408" y="2140"/>
- <point x="144" y="1904"/>
- <point x="128" y="1644" type="curve"/>
- <point x="388" y="1644" type="line"/>
- <point x="404" y="1800"/>
- <point x="548" y="1920"/>
- <point x="724" y="1920" type="curve" smooth="yes"/>
- <point x="1036" y="1920"/>
- <point x="1120" y="1652"/>
- <point x="1120" y="1400" type="curve" smooth="yes"/>
- <point x="1120" y="1276" type="line" smooth="yes"/>
- <point x="1120" y="1028"/>
- <point x="1032" y="756"/>
- <point x="724" y="756" type="curve" smooth="yes"/>
+ <point x="564.0" y="756.0" type="line"/>
+ <point x="564.0" y="536.0" type="line"/>
+ <point x="724.0" y="536.0" type="line" smooth="yes"/>
+ <point x="1180.0" y="536.0"/>
+ <point x="1392.0" y="880.0"/>
+ <point x="1392.0" y="1276.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="1400.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1796.0"/>
+ <point x="1180.0" y="2140.0"/>
+ <point x="724.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="2140.0"/>
+ <point x="144.0" y="1904.0"/>
+ <point x="128.0" y="1644.0" type="curve"/>
+ <point x="388.0" y="1644.0" type="line"/>
+ <point x="404.0" y="1800.0"/>
+ <point x="548.0" y="1920.0"/>
+ <point x="724.0" y="1920.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1920.0"/>
+ <point x="1120.0" y="1652.0"/>
+ <point x="1120.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1276.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="1028.0"/>
+ <point x="1032.0" y="756.0"/>
+ <point x="724.0" y="756.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="852" y="756" type="line"/>
- <point x="564" y="756" type="line"/>
- <point x="564" y="0" type="line"/>
- <point x="852" y="0" type="line"/>
- </contour>
- <contour>
- <point x="724" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="708" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1520" y="2244" type="move" name="top0315"/>
+ <point x="852.0" y="756.0" type="line"/>
+ <point x="564.0" y="756.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
+ <point x="852.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstopbar.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstopbar.glif
index 0e0922e3c..dce5ce959 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstopbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstopbar.glif
@@ -1,64 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopbar" format="1">
- <advance width="1520"/>
+<glyph name="glottalstopbar" format="2">
+ <advance width="1520.0"/>
<unicode hex="02A1"/>
+ <anchor x="716.0" y="0.0" name="bottom"/>
+ <anchor x="716.0" y="2244.0" name="top"/>
+ <anchor x="1520.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="1140" y="420" type="line"/>
- <point x="260" y="420" type="line"/>
- <point x="260" y="200" type="line"/>
- <point x="1140" y="200" type="line"/>
+ <point x="1140.0" y="420.0" type="line"/>
+ <point x="260.0" y="420.0" type="line"/>
+ <point x="260.0" y="200.0" type="line"/>
+ <point x="1140.0" y="200.0" type="line"/>
</contour>
<contour>
- <point x="564" y="756" type="line"/>
- <point x="564" y="536" type="line"/>
- <point x="724" y="536" type="line" smooth="yes"/>
- <point x="1180" y="536"/>
- <point x="1392" y="880"/>
- <point x="1392" y="1276" type="curve" smooth="yes"/>
- <point x="1392" y="1400" type="line" smooth="yes"/>
- <point x="1392" y="1796"/>
- <point x="1180" y="2140"/>
- <point x="724" y="2140" type="curve" smooth="yes"/>
- <point x="408" y="2140"/>
- <point x="144" y="1904"/>
- <point x="128" y="1644" type="curve"/>
- <point x="388" y="1644" type="line"/>
- <point x="404" y="1800"/>
- <point x="548" y="1920"/>
- <point x="724" y="1920" type="curve" smooth="yes"/>
- <point x="1036" y="1920"/>
- <point x="1120" y="1652"/>
- <point x="1120" y="1400" type="curve" smooth="yes"/>
- <point x="1120" y="1276" type="line" smooth="yes"/>
- <point x="1120" y="1028"/>
- <point x="1032" y="756"/>
- <point x="724" y="756" type="curve" smooth="yes"/>
+ <point x="564.0" y="756.0" type="line"/>
+ <point x="564.0" y="536.0" type="line"/>
+ <point x="724.0" y="536.0" type="line" smooth="yes"/>
+ <point x="1180.0" y="536.0"/>
+ <point x="1392.0" y="880.0"/>
+ <point x="1392.0" y="1276.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="1400.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1796.0"/>
+ <point x="1180.0" y="2140.0"/>
+ <point x="724.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="2140.0"/>
+ <point x="144.0" y="1904.0"/>
+ <point x="128.0" y="1644.0" type="curve"/>
+ <point x="388.0" y="1644.0" type="line"/>
+ <point x="404.0" y="1800.0"/>
+ <point x="548.0" y="1920.0"/>
+ <point x="724.0" y="1920.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1920.0"/>
+ <point x="1120.0" y="1652.0"/>
+ <point x="1120.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1276.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="1028.0"/>
+ <point x="1032.0" y="756.0"/>
+ <point x="724.0" y="756.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="852" y="756" type="line"/>
- <point x="564" y="756" type="line"/>
- <point x="564" y="0" type="line"/>
- <point x="852" y="0" type="line"/>
- </contour>
- <contour>
- <point x="716" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="716" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1520" y="2244" type="move" name="top0315"/>
+ <point x="852.0" y="756.0" type="line"/>
+ <point x="564.0" y="756.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
+ <point x="852.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstopbarinv.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstopbarinv.glif
index f9d4c8944..7947e8434 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstopbarinv.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstopbarinv.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopbarinv" format="1">
- <advance width="1520"/>
+<glyph name="glottalstopbarinv" format="2">
+ <advance width="1520.0"/>
<unicode hex="01BE"/>
<outline>
<contour>
- <point x="1084" y="396" type="curve" smooth="yes"/>
- <point x="1084" y="280"/>
- <point x="976" y="192"/>
- <point x="780" y="192" type="curve" smooth="yes"/>
- <point x="624" y="192"/>
- <point x="448" y="260"/>
- <point x="440" y="468" type="curve"/>
- <point x="164" y="468" type="line"/>
- <point x="164" y="216"/>
- <point x="380" y="-28"/>
- <point x="780" y="-28" type="curve" smooth="yes"/>
- <point x="1128" y="-28"/>
- <point x="1360" y="156"/>
- <point x="1360" y="420" type="curve" smooth="yes"/>
- <point x="1360" y="832"/>
- <point x="860" y="744"/>
- <point x="860" y="1084" type="curve" smooth="yes"/>
- <point x="860" y="1844" type="line"/>
- <point x="584" y="1844" type="line"/>
- <point x="584" y="1076" type="line" smooth="yes"/>
- <point x="584" y="624"/>
- <point x="1084" y="668"/>
+ <point x="1084.0" y="396.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="280.0"/>
+ <point x="976.0" y="192.0"/>
+ <point x="780.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="192.0"/>
+ <point x="448.0" y="260.0"/>
+ <point x="440.0" y="468.0" type="curve"/>
+ <point x="164.0" y="468.0" type="line"/>
+ <point x="164.0" y="216.0"/>
+ <point x="380.0" y="-28.0"/>
+ <point x="780.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1128.0" y="-28.0"/>
+ <point x="1360.0" y="156.0"/>
+ <point x="1360.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1360.0" y="832.0"/>
+ <point x="860.0" y="744.0"/>
+ <point x="860.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="1844.0" type="line"/>
+ <point x="584.0" y="1844.0" type="line"/>
+ <point x="584.0" y="1076.0" type="line" smooth="yes"/>
+ <point x="584.0" y="624.0"/>
+ <point x="1084.0" y="668.0"/>
</contour>
<contour>
- <point x="1132" y="1488" type="line"/>
- <point x="316" y="1488" type="line"/>
- <point x="316" y="1284" type="line"/>
- <point x="1132" y="1284" type="line"/>
+ <point x="1132.0" y="1488.0" type="line"/>
+ <point x="316.0" y="1488.0" type="line"/>
+ <point x="316.0" y="1284.0" type="line"/>
+ <point x="1132.0" y="1284.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1459, 'leftMargin': 129, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstopbarrev.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstopbarrev.glif
index 068bcbc7f..974a2bb8f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstopbarrev.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstopbarrev.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopbarrev" format="1">
- <advance width="1520"/>
+<glyph name="glottalstopbarrev" format="2">
+ <advance width="1520.0"/>
<unicode hex="02A2"/>
+ <anchor x="780.0" y="0.0" name="bottom"/>
+ <anchor x="780.0" y="2244.0" name="top"/>
+ <anchor x="1472.0" y="2244.0" name="top0315"/>
<outline>
- <component base="glottalstoprevinv" xOffset="-16"/>
- <component base="crossbar" xOffset="124" yOffset="-688"/>
- <contour>
- <point x="780" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1472" y="2244" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="780" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="glottalstoprevinv" xOffset="-16.0"/>
+ <component base="crossbar" xOffset="124.0" yOffset="-688.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 136, 'rightMargin': 80}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstopinv.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstopinv.glif
index 576a36ee5..a9344dd5d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstopinv.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstopinv.glif
@@ -1,58 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopinv" format="1">
- <advance width="1520"/>
+<glyph name="glottalstopinv" format="2">
+ <advance width="1520.0"/>
<unicode hex="0296"/>
+ <anchor x="744.0" y="0.0" name="bottom"/>
+ <anchor x="744.0" y="2244.0" name="top"/>
+ <anchor x="1520.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="724" y="1364" type="line"/>
- <point x="1036" y="1364"/>
- <point x="1120" y="1092"/>
- <point x="1120" y="840" type="curve" smooth="yes"/>
- <point x="1120" y="716" type="line" smooth="yes"/>
- <point x="1120" y="468"/>
- <point x="1032" y="192"/>
- <point x="724" y="192" type="curve" smooth="yes"/>
- <point x="524" y="192"/>
- <point x="404" y="340"/>
- <point x="388" y="512" type="curve"/>
- <point x="128" y="512" type="line"/>
- <point x="144" y="212"/>
- <point x="372" y="-28"/>
- <point x="724" y="-28" type="curve" smooth="yes"/>
- <point x="1180" y="-28"/>
- <point x="1392" y="320"/>
- <point x="1392" y="716" type="curve" smooth="yes"/>
- <point x="1392" y="840" type="line" smooth="yes"/>
- <point x="1392" y="1236"/>
- <point x="1180" y="1584"/>
- <point x="724" y="1584" type="curve" smooth="yes"/>
- <point x="664" y="1584" type="line"/>
- <point x="664" y="1364" type="line"/>
+ <point x="724.0" y="1364.0" type="line"/>
+ <point x="1036.0" y="1364.0"/>
+ <point x="1120.0" y="1092.0"/>
+ <point x="1120.0" y="840.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="468.0"/>
+ <point x="1032.0" y="192.0"/>
+ <point x="724.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="192.0"/>
+ <point x="404.0" y="340.0"/>
+ <point x="388.0" y="512.0" type="curve"/>
+ <point x="128.0" y="512.0" type="line"/>
+ <point x="144.0" y="212.0"/>
+ <point x="372.0" y="-28.0"/>
+ <point x="724.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-28.0"/>
+ <point x="1392.0" y="320.0"/>
+ <point x="1392.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="840.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1236.0"/>
+ <point x="1180.0" y="1584.0"/>
+ <point x="724.0" y="1584.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="1584.0" type="line"/>
+ <point x="664.0" y="1364.0" type="line"/>
</contour>
<contour>
- <point x="876" y="2112" type="line"/>
- <point x="600" y="2112" type="line"/>
- <point x="600" y="1360" type="line"/>
- <point x="876" y="1360" type="line"/>
- </contour>
- <contour>
- <point x="744" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="744" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1520" y="2244" type="move" name="top0315"/>
+ <point x="876.0" y="2112.0" type="line"/>
+ <point x="600.0" y="2112.0" type="line"/>
+ <point x="600.0" y="1360.0" type="line"/>
+ <point x="876.0" y="1360.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstopmod.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstopmod.glif
index 961f6a99f..8afbf9c8f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstopmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstopmod.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopmod" format="1">
- <advance width="1264"/>
+<glyph name="glottalstopmod" format="2">
+ <advance width="1264.0"/>
<unicode hex="02C0"/>
<outline>
<contour>
- <point x="160" y="2084" type="curve"/>
- <point x="380" y="2084" type="line"/>
- <point x="400" y="2192"/>
- <point x="452" y="2272"/>
- <point x="600" y="2272" type="curve" smooth="yes"/>
- <point x="800" y="2272"/>
- <point x="852" y="2120"/>
- <point x="852" y="1932" type="curve" smooth="yes"/>
- <point x="852" y="1804" type="line" smooth="yes"/>
- <point x="852" y="1620"/>
- <point x="832" y="1420"/>
- <point x="600" y="1420" type="curve" smooth="yes"/>
- <point x="556" y="1420" type="line"/>
- <point x="556" y="1212" type="line"/>
- <point x="600" y="1212" type="line" smooth="yes"/>
- <point x="936" y="1212"/>
- <point x="1104" y="1444"/>
- <point x="1104" y="1804" type="curve" smooth="yes"/>
- <point x="1104" y="1932" type="line" smooth="yes"/>
- <point x="1104" y="2228"/>
- <point x="936" y="2484"/>
- <point x="600" y="2484" type="curve" smooth="yes"/>
- <point x="336" y="2484"/>
- <point x="168" y="2308"/>
+ <point x="160.0" y="2084.0" type="curve"/>
+ <point x="380.0" y="2084.0" type="line"/>
+ <point x="400.0" y="2192.0"/>
+ <point x="452.0" y="2272.0"/>
+ <point x="600.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="2272.0"/>
+ <point x="852.0" y="2120.0"/>
+ <point x="852.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="1804.0" type="line" smooth="yes"/>
+ <point x="852.0" y="1620.0"/>
+ <point x="832.0" y="1420.0"/>
+ <point x="600.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="1420.0" type="line"/>
+ <point x="556.0" y="1212.0" type="line"/>
+ <point x="600.0" y="1212.0" type="line" smooth="yes"/>
+ <point x="936.0" y="1212.0"/>
+ <point x="1104.0" y="1444.0"/>
+ <point x="1104.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="1932.0" type="line" smooth="yes"/>
+ <point x="1104.0" y="2228.0"/>
+ <point x="936.0" y="2484.0"/>
+ <point x="600.0" y="2484.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="2484.0"/>
+ <point x="168.0" y="2308.0"/>
</contour>
<contour>
- <point x="508" y="1420" type="line"/>
- <point x="508" y="896" type="line"/>
- <point x="760" y="896" type="line"/>
- <point x="760" y="1420" type="line"/>
+ <point x="508.0" y="1420.0" type="line"/>
+ <point x="508.0" y="896.0" type="line"/>
+ <point x="760.0" y="896.0" type="line"/>
+ <point x="760.0" y="1420.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1056.0, 'leftMargin': 28, 'rightMargin': 82.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedmod.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedmod.glif
index 6bac6f100..e2568cb65 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedmod.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopreversedmod" format="1">
- <advance width="1264"/>
+<glyph name="glottalstopreversedmod" format="2">
+ <advance width="1264.0"/>
<unicode hex="02C1"/>
<outline>
<contour>
- <point x="1104" y="2084" type="line"/>
- <point x="1096" y="2308"/>
- <point x="928" y="2484"/>
- <point x="664" y="2484" type="curve" smooth="yes"/>
- <point x="328" y="2484"/>
- <point x="160" y="2228"/>
- <point x="160" y="1932" type="curve" smooth="yes"/>
- <point x="160" y="1804" type="line" smooth="yes"/>
- <point x="160" y="1444"/>
- <point x="328" y="1212"/>
- <point x="664" y="1212" type="curve" smooth="yes"/>
- <point x="708" y="1212" type="line"/>
- <point x="708" y="1420" type="line"/>
- <point x="664" y="1420" type="line" smooth="yes"/>
- <point x="436" y="1420"/>
- <point x="412" y="1620"/>
- <point x="412" y="1804" type="curve" smooth="yes"/>
- <point x="412" y="1932" type="line" smooth="yes"/>
- <point x="412" y="2120"/>
- <point x="464" y="2272"/>
- <point x="664" y="2272" type="curve" smooth="yes"/>
- <point x="812" y="2272"/>
- <point x="864" y="2192"/>
- <point x="884" y="2084" type="curve"/>
+ <point x="1104.0" y="2084.0" type="line"/>
+ <point x="1096.0" y="2308.0"/>
+ <point x="928.0" y="2484.0"/>
+ <point x="664.0" y="2484.0" type="curve" smooth="yes"/>
+ <point x="328.0" y="2484.0"/>
+ <point x="160.0" y="2228.0"/>
+ <point x="160.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="160.0" y="1804.0" type="line" smooth="yes"/>
+ <point x="160.0" y="1444.0"/>
+ <point x="328.0" y="1212.0"/>
+ <point x="664.0" y="1212.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="1212.0" type="line"/>
+ <point x="708.0" y="1420.0" type="line"/>
+ <point x="664.0" y="1420.0" type="line" smooth="yes"/>
+ <point x="436.0" y="1420.0"/>
+ <point x="412.0" y="1620.0"/>
+ <point x="412.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1932.0" type="line" smooth="yes"/>
+ <point x="412.0" y="2120.0"/>
+ <point x="464.0" y="2272.0"/>
+ <point x="664.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="2272.0"/>
+ <point x="864.0" y="2192.0"/>
+ <point x="884.0" y="2084.0" type="curve"/>
</contour>
<contour>
- <point x="504" y="1420" type="line"/>
- <point x="504" y="896" type="line"/>
- <point x="756" y="896" type="line"/>
- <point x="756" y="1420" type="line"/>
+ <point x="504.0" y="1420.0" type="line"/>
+ <point x="504.0" y="896.0" type="line"/>
+ <point x="756.0" y="896.0" type="line"/>
+ <point x="756.0" y="1420.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1056.0, 'leftMargin': 83, 'rightMargin': 27.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedsuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedsuperior.glif
index 2c2b44467..327312b92 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedsuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstopreversedsuperior.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstopreversedsuperior" format="1">
- <advance width="1264"/>
+<glyph name="glottalstopreversedsuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="02E4"/>
<outline>
<contour>
- <point x="868" y="1608" type="curve"/>
- <point x="1124" y="1608" type="line"/>
- <point x="1124" y="1860"/>
- <point x="904" y="2016"/>
- <point x="636" y="2016" type="curve" smooth="yes"/>
- <point x="356" y="2016"/>
- <point x="140" y="1836"/>
- <point x="140" y="1516" type="curve" smooth="yes"/>
- <point x="140" y="1192"/>
- <point x="352" y="1032"/>
- <point x="632" y="1032" type="curve"/>
- <point x="680" y="1032" type="line"/>
- <point x="680" y="1240" type="line"/>
- <point x="636" y="1240" type="line" smooth="yes"/>
- <point x="448" y="1240"/>
- <point x="392" y="1348"/>
- <point x="392" y="1520" type="curve" smooth="yes"/>
- <point x="392" y="1692"/>
- <point x="460" y="1804"/>
- <point x="632" y="1804" type="curve" smooth="yes"/>
- <point x="772" y="1804"/>
- <point x="856" y="1720"/>
+ <point x="868.0" y="1608.0" type="curve"/>
+ <point x="1124.0" y="1608.0" type="line"/>
+ <point x="1124.0" y="1860.0"/>
+ <point x="904.0" y="2016.0"/>
+ <point x="636.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="2016.0"/>
+ <point x="140.0" y="1836.0"/>
+ <point x="140.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="140.0" y="1192.0"/>
+ <point x="352.0" y="1032.0"/>
+ <point x="632.0" y="1032.0" type="curve"/>
+ <point x="680.0" y="1032.0" type="line"/>
+ <point x="680.0" y="1240.0" type="line"/>
+ <point x="636.0" y="1240.0" type="line" smooth="yes"/>
+ <point x="448.0" y="1240.0"/>
+ <point x="392.0" y="1348.0"/>
+ <point x="392.0" y="1520.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="1692.0"/>
+ <point x="460.0" y="1804.0"/>
+ <point x="632.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="772.0" y="1804.0"/>
+ <point x="856.0" y="1720.0"/>
</contour>
<contour>
- <point x="752" y="896" type="line"/>
- <point x="752" y="1240" type="line"/>
- <point x="500" y="1240" type="line"/>
- <point x="500" y="896" type="line"/>
+ <point x="752.0" y="896.0" type="line"/>
+ <point x="752.0" y="1240.0" type="line"/>
+ <point x="500.0" y="1240.0" type="line"/>
+ <point x="500.0" y="896.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1176, 'leftMargin': 96, 'rightMargin': 97}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/glottalstoprevinv.glif b/src/Inter-UI-Regular.ufo/glyphs/glottalstoprevinv.glif
index a0a69026f..14ce78898 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/glottalstoprevinv.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/glottalstoprevinv.glif
@@ -1,58 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="glottalstoprevinv" format="1">
- <advance width="1520"/>
+<glyph name="glottalstoprevinv" format="2">
+ <advance width="1520.0"/>
<unicode hex="0295"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="796.0" y="2244.0" name="top"/>
+ <anchor x="1480.0" y="2244.0" name="top0315"/>
<outline>
<contour>
- <point x="796" y="752" type="line"/>
- <point x="484" y="752"/>
- <point x="404" y="1024"/>
- <point x="404" y="1272" type="curve" smooth="yes"/>
- <point x="404" y="1400" type="line" smooth="yes"/>
- <point x="404" y="1648"/>
- <point x="488" y="1920"/>
- <point x="796" y="1920" type="curve" smooth="yes"/>
- <point x="996" y="1920"/>
- <point x="1120" y="1776"/>
- <point x="1132" y="1600" type="curve"/>
- <point x="1392" y="1600" type="line"/>
- <point x="1380" y="1904"/>
- <point x="1152" y="2140"/>
- <point x="796" y="2140" type="curve" smooth="yes"/>
- <point x="344" y="2140"/>
- <point x="128" y="1796"/>
- <point x="128" y="1400" type="curve" smooth="yes"/>
- <point x="128" y="1272" type="line" smooth="yes"/>
- <point x="128" y="876"/>
- <point x="340" y="532"/>
- <point x="796" y="532" type="curve" smooth="yes"/>
- <point x="856" y="532" type="line"/>
- <point x="856" y="752" type="line"/>
+ <point x="796.0" y="752.0" type="line"/>
+ <point x="484.0" y="752.0"/>
+ <point x="404.0" y="1024.0"/>
+ <point x="404.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1400.0" type="line" smooth="yes"/>
+ <point x="404.0" y="1648.0"/>
+ <point x="488.0" y="1920.0"/>
+ <point x="796.0" y="1920.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="1920.0"/>
+ <point x="1120.0" y="1776.0"/>
+ <point x="1132.0" y="1600.0" type="curve"/>
+ <point x="1392.0" y="1600.0" type="line"/>
+ <point x="1380.0" y="1904.0"/>
+ <point x="1152.0" y="2140.0"/>
+ <point x="796.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="2140.0"/>
+ <point x="128.0" y="1796.0"/>
+ <point x="128.0" y="1400.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="1272.0" type="line" smooth="yes"/>
+ <point x="128.0" y="876.0"/>
+ <point x="340.0" y="532.0"/>
+ <point x="796.0" y="532.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="532.0" type="line"/>
+ <point x="856.0" y="752.0" type="line"/>
</contour>
<contour>
- <point x="648" y="0" type="line"/>
- <point x="920" y="0" type="line"/>
- <point x="920" y="756" type="line"/>
- <point x="648" y="756" type="line"/>
- </contour>
- <contour>
- <point x="796" y="2244" type="move" name="top"/>
- </contour>
- <contour>
- <point x="784" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1480" y="2244" type="move" name="top0315"/>
+ <point x="648.0" y="0.0" type="line"/>
+ <point x="920.0" y="0.0" type="line"/>
+ <point x="920.0" y="756.0" type="line"/>
+ <point x="648.0" y="756.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 127, 'rightMargin': 88}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/gmacron.glif
new file mode 100644
index 000000000..1acec01f6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/gmacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="gmacron" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E21"/>
+ <anchor x="828.0" y="-588.0" name="bottom"/>
+ <anchor x="1644.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="1792.0" name="parent_top"/>
+ <anchor x="888.0" y="2200.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
+ <anchor x="1644.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="g"/>
+ <component base="macron" xOffset="264.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/grave.glif b/src/Inter-UI-Regular.ufo/glyphs/grave.glif
index ea118f48e..d7dec7a1a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/grave.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/grave.glif
@@ -1,34 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="grave" format="1">
- <advance width="752"/>
+<glyph name="grave" format="2">
+ <advance width="752.0"/>
<unicode hex="0060"/>
+ <anchor x="500.0" y="1776.0" name="_top"/>
+ <anchor x="500.0" y="2268.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="388" y="2112" type="line"/>
- <point x="56" y="2112" type="line"/>
- <point x="420" y="1704" type="line"/>
- <point x="656" y="1704" type="line"/>
- </contour>
- <contour>
- <point x="500" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="500" y="2268" type="move" name="mkmktop_acc"/>
+ <point x="388.0" y="2112.0" type="line"/>
+ <point x="56.0" y="2112.0" type="line"/>
+ <point x="420.0" y="1704.0" type="line"/>
+ <point x="656.0" y="1704.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gravecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/gravecomb.glif
index be3a3266d..5c9d11745 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gravecomb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gravecomb.glif
@@ -1,36 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gravecomb" format="1">
- <advance width="0"/>
+<glyph name="gravecomb" format="2">
<unicode hex="0300"/>
+ <anchor x="-726.0" y="1774.0" name="_marktop"/>
+ <anchor x="-726.0" y="1774.0" name="_top"/>
+ <anchor x="-726.0" y="2269.0" name="mkmktop"/>
+ <anchor x="-897.0" y="1909.0" name="parent_top"/>
<outline>
<contour>
- <point x="-726" y="1774" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-726" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-726" y="2269" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-897" y="1909" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-865" y="2112" type="line"/>
- <point x="-1196" y="2112" type="line"/>
- <point x="-832" y="1705" type="line"/>
- <point x="-598" y="1705" type="line"/>
+ <point x="-865.0" y="2112.0" type="line"/>
+ <point x="-1196.0" y="2112.0" type="line"/>
+ <point x="-832.0" y="1705.0" type="line"/>
+ <point x="-598.0" y="1705.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/graveleftnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/graveleftnosp.glif
index 7b98863bc..0107cddf4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/graveleftnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/graveleftnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="graveleftnosp" format="1">
- <advance width="0"/>
+<glyph name="graveleftnosp" format="2">
<unicode hex="0340"/>
+ <anchor x="44.0" y="1774.0" name="_marktop"/>
+ <anchor x="44.0" y="2228.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="44" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="44" y="2228" type="move" name="mkmktop"/>
- </contour>
- <component base="grave" xOffset="-391"/>
+ <component base="grave" xOffset="-391.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gravelowmod.glif b/src/Inter-UI-Regular.ufo/glyphs/gravelowmod.glif
index 0f4f4a425..7157fd92d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gravelowmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gravelowmod.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gravelowmod" format="1">
- <advance width="1008"/>
+<glyph name="gravelowmod" format="2">
+ <advance width="1008.0"/>
<unicode hex="02CE"/>
<outline>
- <component base="grave" xOffset="132" yOffset="-2200"/>
+ <component base="grave" xOffset="132.0" yOffset="-2200.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 791, 'leftMargin': 69, 'rightMargin': 124}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/gravesubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/gravesubnosp.glif
index 455543796..7df5349da 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/gravesubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/gravesubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="gravesubnosp" format="1">
- <advance width="0"/>
+<glyph name="gravesubnosp" format="2">
<unicode hex="0316"/>
+ <anchor x="-802.0" y="0.0" name="_markbottom"/>
+ <anchor x="-802.0" y="-536.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-802" y="-536" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-802" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="grave" xOffset="-1200" yOffset="-2241"/>
+ <component base="grave" xOffset="-1200.0" yOffset="-2241.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/greater.glif b/src/Inter-UI-Regular.ufo/glyphs/greater.glif
index 0bf0fbdfa..5a6ef886b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/greater.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/greater.glif
@@ -1,23 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="greater" format="1">
- <advance width="1296"/>
+<glyph name="greater" format="2">
+ <advance width="1296.0"/>
<unicode hex="003E"/>
<outline>
- <component base="less" xScale="-1" xOffset="1280"/>
+ <component base="less" xScale="-1.0" xOffset="1280.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/greaterequal.glif b/src/Inter-UI-Regular.ufo/glyphs/greaterequal.glif
index bfb2d4bad..c8c5ca8d7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/greaterequal.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/greaterequal.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="greaterequal" format="1">
- <advance width="1808"/>
+<glyph name="greaterequal" format="2">
+ <advance width="1808.0"/>
<unicode hex="2265"/>
<outline>
- <component base="lessequal" xScale="-1" xOffset="1792"/>
+ <component base="lessequal" xScale="-1.0" xOffset="1792.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1475, 'leftMargin': 209, 'rightMargin': 195}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/guarani.glif b/src/Inter-UI-Regular.ufo/glyphs/guarani.glif
index 1edc54873..ab718bedf 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/guarani.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/guarani.glif
@@ -1,31 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guarani" format="1">
- <advance width="2092"/>
+<glyph name="guarani" format="2">
+ <advance width="2092.0"/>
<unicode hex="20B2"/>
<outline>
<contour>
- <point x="1176" y="2304" type="line"/>
- <point x="956" y="2304" type="line"/>
- <point x="956" y="-256" type="line"/>
- <point x="1176" y="-256" type="line"/>
+ <point x="1176.0" y="2304.0" type="line"/>
+ <point x="956.0" y="2304.0" type="line"/>
+ <point x="956.0" y="-256.0" type="line"/>
+ <point x="1176.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1916.0" y="1016.0" type="line"/>
+ <point x="1176.0" y="1016.0" type="line"/>
+ <point x="1176.0" y="796.0" type="line"/>
+ <point x="1916.0" y="796.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1900.0" y="1408.0" type="line"/>
+ <point x="1780.0" y="1828.0"/>
+ <point x="1472.0" y="2076.0"/>
+ <point x="1064.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1080.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="-28.0"/>
+ <point x="1916.0" y="292.0"/>
+ <point x="1916.0" y="796.0" type="curve"/>
+ <point x="1676.0" y="796.0" type="line"/>
+ <point x="1676.0" y="448.0"/>
+ <point x="1428.0" y="204.0"/>
+ <point x="1080.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1064.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="1844.0"/>
+ <point x="1552.0" y="1692.0"/>
+ <point x="1648.0" y="1408.0" type="curve"/>
</contour>
- <component base="G"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1917, 'leftMargin': 256, 'rightMargin': 101}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/guillemotleft.glif b/src/Inter-UI-Regular.ufo/glyphs/guillemotleft.glif
index ad4be5da9..1f18ae0cb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/guillemotleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/guillemotleft.glif
@@ -1,24 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guillemotleft" format="1">
- <advance width="1264"/>
+<glyph name="guillemotleft" format="2">
+ <advance width="1264.0"/>
<unicode hex="00AB"/>
<outline>
- <component base="guilsinglleft" xOffset="-108"/>
- <component base="guilsinglleft" xOffset="404"/>
+ <component base="guilsinglleft" xOffset="-108.0"/>
+ <component base="guilsinglleft" xOffset="404.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/guillemotright.glif b/src/Inter-UI-Regular.ufo/glyphs/guillemotright.glif
index 634aa89f0..746152148 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/guillemotright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/guillemotright.glif
@@ -1,24 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guillemotright" format="1">
- <advance width="1264"/>
+<glyph name="guillemotright" format="2">
+ <advance width="1264.0"/>
<unicode hex="00BB"/>
<outline>
- <component base="guilsinglright" xOffset="-184"/>
- <component base="guilsinglright" xOffset="328"/>
+ <component base="guilsinglright" xOffset="-184.0"/>
+ <component base="guilsinglright" xOffset="328.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/guilsinglleft.glif b/src/Inter-UI-Regular.ufo/glyphs/guilsinglleft.glif
index fc40d1b0b..426b8a86f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/guilsinglleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/guilsinglleft.glif
@@ -1,36 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guilsinglleft" format="1">
- <advance width="1008"/>
+<glyph name="guilsinglleft" format="2">
+ <advance width="1008.0"/>
<unicode hex="2039"/>
<outline>
<contour>
- <point x="800" y="220" type="line"/>
- <point x="416" y="840" type="line"/>
- <point x="188" y="840" type="line"/>
- <point x="188" y="820" type="line"/>
- <point x="592" y="220" type="line"/>
+ <point x="800.0" y="220.0" type="line"/>
+ <point x="416.0" y="840.0" type="line"/>
+ <point x="188.0" y="840.0" type="line"/>
+ <point x="188.0" y="820.0" type="line"/>
+ <point x="592.0" y="220.0" type="line"/>
</contour>
<contour>
- <point x="800" y="1448" type="line"/>
- <point x="592" y="1448" type="line"/>
- <point x="188" y="848" type="line"/>
- <point x="188" y="828" type="line"/>
- <point x="416" y="828" type="line"/>
+ <point x="800.0" y="1448.0" type="line"/>
+ <point x="592.0" y="1448.0" type="line"/>
+ <point x="188.0" y="848.0" type="line"/>
+ <point x="188.0" y="828.0" type="line"/>
+ <point x="416.0" y="828.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/guilsinglright.glif b/src/Inter-UI-Regular.ufo/glyphs/guilsinglright.glif
index 841f22997..fb8bf5a36 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/guilsinglright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/guilsinglright.glif
@@ -1,36 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="guilsinglright" format="1">
- <advance width="1008"/>
+<glyph name="guilsinglright" format="2">
+ <advance width="1008.0"/>
<unicode hex="203A"/>
<outline>
<contour>
- <point x="188" y="220" type="line"/>
- <point x="396" y="220" type="line"/>
- <point x="800" y="820" type="line"/>
- <point x="800" y="840" type="line"/>
- <point x="572" y="840" type="line"/>
+ <point x="188.0" y="220.0" type="line"/>
+ <point x="396.0" y="220.0" type="line"/>
+ <point x="800.0" y="820.0" type="line"/>
+ <point x="800.0" y="840.0" type="line"/>
+ <point x="572.0" y="840.0" type="line"/>
</contour>
<contour>
- <point x="188" y="1448" type="line"/>
- <point x="572" y="828" type="line"/>
- <point x="800" y="828" type="line"/>
- <point x="800" y="848" type="line"/>
- <point x="396" y="1448" type="line"/>
+ <point x="188.0" y="1448.0" type="line"/>
+ <point x="572.0" y="828.0" type="line"/>
+ <point x="800.0" y="828.0" type="line"/>
+ <point x="800.0" y="848.0" type="line"/>
+ <point x="396.0" y="1448.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/h.glif b/src/Inter-UI-Regular.ufo/glyphs/h.glif
index 5163c14bb..a5fff6dd2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/h.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/h.glif
@@ -1,104 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="h" format="1">
- <advance width="1636"/>
+<glyph name="h" format="2">
+ <advance width="1636.0"/>
<unicode hex="0068"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="364.0" y="1796.0" name="cross"/>
+ <anchor x="1348.0" y="0.0" name="right"/>
+ <anchor x="884.0" y="2304.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="452" y="928" type="line" smooth="yes"/>
- <point x="452" y="1216"/>
- <point x="660" y="1328"/>
- <point x="848" y="1328" type="curve" smooth="yes"/>
- <point x="1052" y="1328"/>
- <point x="1184" y="1200"/>
- <point x="1184" y="976" type="curve" smooth="yes"/>
- <point x="1184" y="0" type="line"/>
- <point x="1420" y="0" type="line"/>
- <point x="1420" y="976" type="line" smooth="yes"/>
- <point x="1420" y="1356"/>
- <point x="1212" y="1556"/>
- <point x="924" y="1556" type="curve" smooth="yes"/>
- <point x="692" y="1556"/>
- <point x="544" y="1436"/>
- <point x="468" y="1320" type="curve"/>
- <point x="452" y="1320" type="line"/>
- <point x="452" y="2048" type="line"/>
- <point x="216" y="2048" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- </contour>
- <contour>
- <point x="884" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="364" y="1796" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="820" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1348" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1528" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1528" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1528" y="2216" type="move" name="top0315"/>
+ <point x="452.0" y="928.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1216.0"/>
+ <point x="660.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1328.0"/>
+ <point x="1184.0" y="1200.0"/>
+ <point x="1184.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1356.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="544.0" y="1436.0"/>
+ <point x="468.0" y="1320.0" type="curve"/>
+ <point x="452.0" y="1320.0" type="line"/>
+ <point x="452.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>n</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>-24</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>h</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1636</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/haabkhasiancyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/haabkhasiancyrillic.glif
index fbf7dd06a..c376cd726 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/haabkhasiancyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/haabkhasiancyrillic.glif
@@ -1,72 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="haabkhasiancyrillic" format="1">
- <advance width="1776"/>
+<glyph name="haabkhasiancyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="04A9"/>
+ <anchor x="792.0" y="-16.0" name="bottom"/>
+ <anchor x="792.0" y="1776.0" name="top"/>
+ <anchor x="1704.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1632" y="212" type="line"/>
- <point x="1200" y="212"/>
- <point x="956" y="448"/>
- <point x="956" y="788" type="curve"/>
- <point x="956" y="936" type="line" smooth="yes"/>
- <point x="956" y="1144"/>
- <point x="1012" y="1292"/>
- <point x="1120" y="1292" type="curve"/>
- <point x="1228" y="1292"/>
- <point x="1288" y="1120"/>
- <point x="1288" y="908" type="curve"/>
- <point x="1288" y="760" type="line" smooth="yes"/>
- <point x="1288" y="440"/>
- <point x="1112" y="200"/>
- <point x="828" y="200" type="curve" smooth="yes"/>
- <point x="576" y="200"/>
- <point x="424" y="456"/>
- <point x="424" y="788" type="curve" smooth="yes"/>
- <point x="424" y="864" type="line" smooth="yes"/>
- <point x="424" y="1108"/>
- <point x="500" y="1288"/>
- <point x="632" y="1288" type="curve"/>
- <point x="632" y="1516" type="line"/>
- <point x="344" y="1516"/>
- <point x="148" y="1236"/>
- <point x="148" y="864" type="curve" smooth="yes"/>
- <point x="148" y="788" type="line" smooth="yes"/>
- <point x="148" y="328"/>
- <point x="420" y="-28"/>
- <point x="828" y="-28" type="curve" smooth="yes"/>
- <point x="1264" y="-28"/>
- <point x="1560" y="312"/>
- <point x="1560" y="760" type="curve" smooth="yes"/>
- <point x="1560" y="904" type="line"/>
- <point x="1560" y="1252"/>
- <point x="1392" y="1520"/>
- <point x="1120" y="1520" type="curve"/>
- <point x="848" y="1520"/>
- <point x="680" y="1276"/>
- <point x="680" y="932" type="curve" smooth="yes"/>
- <point x="680" y="792" type="line"/>
- <point x="680" y="336"/>
- <point x="1044" y="-16"/>
- <point x="1632" y="-16" type="curve"/>
- </contour>
- <contour>
- <point x="792" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="792" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1704" y="1776" type="move" name="top0315"/>
+ <point x="1632.0" y="212.0" type="line"/>
+ <point x="1200.0" y="212.0"/>
+ <point x="956.0" y="448.0"/>
+ <point x="956.0" y="788.0" type="curve"/>
+ <point x="956.0" y="936.0" type="line" smooth="yes"/>
+ <point x="956.0" y="1144.0"/>
+ <point x="1012.0" y="1292.0"/>
+ <point x="1120.0" y="1292.0" type="curve"/>
+ <point x="1228.0" y="1292.0"/>
+ <point x="1288.0" y="1120.0"/>
+ <point x="1288.0" y="908.0" type="curve"/>
+ <point x="1288.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1288.0" y="440.0"/>
+ <point x="1112.0" y="200.0"/>
+ <point x="828.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="200.0"/>
+ <point x="424.0" y="456.0"/>
+ <point x="424.0" y="788.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="864.0" type="line" smooth="yes"/>
+ <point x="424.0" y="1108.0"/>
+ <point x="500.0" y="1288.0"/>
+ <point x="632.0" y="1288.0" type="curve"/>
+ <point x="632.0" y="1516.0" type="line"/>
+ <point x="344.0" y="1516.0"/>
+ <point x="148.0" y="1236.0"/>
+ <point x="148.0" y="864.0" type="curve" smooth="yes"/>
+ <point x="148.0" y="788.0" type="line" smooth="yes"/>
+ <point x="148.0" y="328.0"/>
+ <point x="420.0" y="-28.0"/>
+ <point x="828.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="-28.0"/>
+ <point x="1560.0" y="312.0"/>
+ <point x="1560.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1560.0" y="904.0" type="line"/>
+ <point x="1560.0" y="1252.0"/>
+ <point x="1392.0" y="1520.0"/>
+ <point x="1120.0" y="1520.0" type="curve"/>
+ <point x="848.0" y="1520.0"/>
+ <point x="680.0" y="1276.0"/>
+ <point x="680.0" y="932.0" type="curve" smooth="yes"/>
+ <point x="680.0" y="792.0" type="line"/>
+ <point x="680.0" y="336.0"/>
+ <point x="1044.0" y="-16.0"/>
+ <point x="1632.0" y="-16.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1705.0, 'leftMargin': 149, 'rightMargin': 73.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hadescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/hadescendercyrillic.glif
index 9b5e81ac1..be7809457 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hadescendercyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hadescendercyrillic.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hadescendercyrillic" format="1">
- <advance width="1520"/>
+<glyph name="hadescendercyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="04B3"/>
+ <anchor x="1384.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1384.0" y="1760.0" name="top0315"/>
+ <anchor x="1384.0" y="2200.0" name="top_dd"/>
<outline>
- <component base="x" xOffset="-28"/>
- <component base="cyrillictic" xOffset="996"/>
- <contour>
- <point x="1384" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1384" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1384" y="1760" type="move" name="top0315"/>
- </contour>
+ <component base="x" xOffset="-28.0"/>
+ <component base="cyrillictic" xOffset="996.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1482, 'leftMargin': 128, 'rightMargin': 52}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hairspace.glif b/src/Inter-UI-Regular.ufo/glyphs/hairspace.glif
index 9583f7972..3b464bc87 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hairspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hairspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hairspace" format="1">
- <advance width="512"/>
+<glyph name="hairspace" format="2">
+ <advance width="512.0"/>
<unicode hex="200A"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 287, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hardsigncyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/hardsigncyrillic.glif
index 9f050bf17..ba8768b02 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hardsigncyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hardsigncyrillic.glif
@@ -1,24 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hardsigncyrillic" format="1">
- <advance width="1776"/>
+<glyph name="hardsigncyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="044A"/>
<outline>
<contour>
- <point x="736" y="1488" type="line"/>
- <point x="72" y="1488" type="line"/>
- <point x="72" y="1268" type="line"/>
- <point x="736" y="1268" type="line"/>
+ <point x="736.0" y="1488.0" type="line"/>
+ <point x="72.0" y="1488.0" type="line"/>
+ <point x="72.0" y="1268.0" type="line"/>
+ <point x="736.0" y="1268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="648.0" y="980.0" type="line"/>
+ <point x="648.0" y="760.0" type="line"/>
+ <point x="1088.0" y="760.0" type="line"/>
+ <point x="1296.0" y="760.0"/>
+ <point x="1368.0" y="612.0"/>
+ <point x="1368.0" y="484.0" type="curve"/>
+ <point x="1368.0" y="352.0"/>
+ <point x="1296.0" y="220.0"/>
+ <point x="1088.0" y="220.0" type="curve"/>
+ <point x="720.0" y="220.0" type="line"/>
+ <point x="720.0" y="1488.0" type="line"/>
+ <point x="444.0" y="1488.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
+ <point x="1088.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0"/>
+ <point x="1644.0" y="220.0"/>
+ <point x="1644.0" y="496.0" type="curve"/>
+ <point x="1644.0" y="776.0"/>
+ <point x="1448.0" y="980.0"/>
+ <point x="1088.0" y="980.0" type="curve"/>
</contour>
- <component base="softsigncyrillic" xOffset="284"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1742, 'leftMargin': 40, 'rightMargin': 67}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hbar.glif b/src/Inter-UI-Regular.ufo/glyphs/hbar.glif
new file mode 100644
index 000000000..92216941b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/hbar.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hbar" format="2">
+ <advance width="1664.0"/>
+ <unicode hex="0127"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1558.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="884.0" y="2304.0" name="top"/>
+ <anchor x="1558.0" y="2216.0" name="top0315"/>
+ <anchor x="1558.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h" xOffset="30.0"/>
+ <component base="crossbar" xOffset="-238.0" yOffset="804.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hbrevebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/hbrevebelow.glif
new file mode 100644
index 000000000..72ec48606
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/hbrevebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hbrevebelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E2B"/>
+ <anchor x="820.0" y="-502.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="884.0" y="2304.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="brevesubnosp" xOffset="1632.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hcedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/hcedilla.glif
index 92a5e909f..fc05c3f7e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hcedilla.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hcedilla.glif
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hcedilla" format="1">
- <advance width="1636"/>
+<glyph name="hcedilla" format="2">
+ <advance width="1636.0"/>
<unicode hex="1E29"/>
<outline>
<component base="h"/>
- <component base="cedilla" xOffset="-24"/>
+ <component base="cedilla" xOffset="-24.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1552, 'leftMargin': 191, 'rightMargin': 16}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hcircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/hcircumflex.glif
new file mode 100644
index 000000000..07d605577
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/hcircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hcircumflex" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0125"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="884.0" y="2768.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="circumflex" xOffset="240.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hdieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/hdieresis.glif
new file mode 100644
index 000000000..2336dfae3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/hdieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hdieresis" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E27"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="884.0" y="2684.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="dieresis" xOffset="64.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/hdotaccent.glif
new file mode 100644
index 000000000..e5cbe628c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/hdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hdotaccent" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E23"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="884.0" y="2700.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="dotaccent" xOffset="552.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/hdotbelow.glif
new file mode 100644
index 000000000..d00424bae
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/hdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hdotbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E25"/>
+ <anchor x="820.0" y="-495.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="884.0" y="2304.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="dotbelow" xOffset="1648.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/henghook.glif b/src/Inter-UI-Regular.ufo/glyphs/henghook.glif
index bcda3399e..ce079b59d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/henghook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/henghook.glif
@@ -1,85 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="henghook" format="1">
- <advance width="1636"/>
+<glyph name="henghook" format="2">
+ <advance width="1636.0"/>
<unicode hex="0267"/>
+ <anchor x="764.0" y="-616.0" name="bottom"/>
+ <anchor x="840.0" y="2340.0" name="top"/>
+ <anchor x="1532.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="452" y="1464" type="line"/>
- <point x="452" y="1664" type="line" smooth="yes"/>
- <point x="452" y="1824"/>
- <point x="548" y="1872"/>
- <point x="676" y="1872" type="curve" smooth="yes"/>
- <point x="704" y="1872"/>
- <point x="732" y="1868"/>
- <point x="752" y="1864" type="curve"/>
- <point x="752" y="2064" type="line"/>
- <point x="716" y="2076"/>
- <point x="664" y="2076"/>
- <point x="616" y="2076" type="curve" smooth="yes"/>
- <point x="392" y="2076"/>
- <point x="216" y="1928"/>
- <point x="216" y="1664" type="curve" smooth="yes"/>
- <point x="216" y="1464" type="line"/>
+ <point x="452.0" y="1464.0" type="line"/>
+ <point x="452.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1824.0"/>
+ <point x="548.0" y="1872.0"/>
+ <point x="676.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="1872.0"/>
+ <point x="732.0" y="1868.0"/>
+ <point x="752.0" y="1864.0" type="curve"/>
+ <point x="752.0" y="2064.0" type="line"/>
+ <point x="716.0" y="2076.0"/>
+ <point x="664.0" y="2076.0"/>
+ <point x="616.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2076.0"/>
+ <point x="216.0" y="1928.0"/>
+ <point x="216.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1464.0" type="line"/>
</contour>
<contour>
- <point x="452" y="928" type="line" smooth="yes"/>
- <point x="452" y="1216"/>
- <point x="660" y="1328"/>
- <point x="848" y="1328" type="curve" smooth="yes"/>
- <point x="1052" y="1328"/>
- <point x="1184" y="1200"/>
- <point x="1184" y="976" type="curve" smooth="yes"/>
- <point x="1184" y="0" type="line"/>
- <point x="1420" y="0" type="line"/>
- <point x="1420" y="976" type="line" smooth="yes"/>
- <point x="1420" y="1356"/>
- <point x="1212" y="1556"/>
- <point x="924" y="1556" type="curve" smooth="yes"/>
- <point x="692" y="1556"/>
- <point x="544" y="1436"/>
- <point x="468" y="1320" type="curve"/>
- <point x="452" y="1320" type="line"/>
- <point x="452" y="1536" type="line"/>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
+ <point x="452.0" y="928.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1216.0"/>
+ <point x="660.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1328.0"/>
+ <point x="1184.0" y="1200.0"/>
+ <point x="1184.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1356.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="544.0" y="1436.0"/>
+ <point x="468.0" y="1320.0" type="curve"/>
+ <point x="452.0" y="1320.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1184" y="36" type="line"/>
- <point x="1184" y="-164" type="line" smooth="yes"/>
- <point x="1184" y="-324"/>
- <point x="1088" y="-372"/>
- <point x="960" y="-372" type="curve" smooth="yes"/>
- <point x="932" y="-372"/>
- <point x="904" y="-368"/>
- <point x="884" y="-364" type="curve"/>
- <point x="884" y="-564" type="line"/>
- <point x="920" y="-576"/>
- <point x="972" y="-576"/>
- <point x="1020" y="-576" type="curve" smooth="yes"/>
- <point x="1244" y="-576"/>
- <point x="1420" y="-428"/>
- <point x="1420" y="-164" type="curve" smooth="yes"/>
- <point x="1420" y="36" type="line"/>
- </contour>
- <contour>
- <point x="840" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1532" y="2340" type="move" name="top0315"/>
+ <point x="1184.0" y="36.0" type="line"/>
+ <point x="1184.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="-324.0"/>
+ <point x="1088.0" y="-372.0"/>
+ <point x="960.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="932.0" y="-372.0"/>
+ <point x="904.0" y="-368.0"/>
+ <point x="884.0" y="-364.0" type="curve"/>
+ <point x="884.0" y="-564.0" type="line"/>
+ <point x="920.0" y="-576.0"/>
+ <point x="972.0" y="-576.0"/>
+ <point x="1020.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1244.0" y="-576.0"/>
+ <point x="1420.0" y="-428.0"/>
+ <point x="1420.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="36.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1552, 'leftMargin': 188, 'rightMargin': 182}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hhook.glif b/src/Inter-UI-Regular.ufo/glyphs/hhook.glif
index c359fc145..96d025e41 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hhook.glif
@@ -1,67 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hhook" format="1">
- <advance width="1636"/>
+<glyph name="hhook" format="2">
+ <advance width="1636.0"/>
<unicode hex="0266"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="840.0" y="2340.0" name="top"/>
+ <anchor x="1532.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="452" y="1464" type="line"/>
- <point x="452" y="1664" type="line" smooth="yes"/>
- <point x="452" y="1824"/>
- <point x="548" y="1872"/>
- <point x="676" y="1872" type="curve" smooth="yes"/>
- <point x="704" y="1872"/>
- <point x="732" y="1868"/>
- <point x="752" y="1864" type="curve"/>
- <point x="752" y="2064" type="line"/>
- <point x="716" y="2076"/>
- <point x="664" y="2076"/>
- <point x="616" y="2076" type="curve" smooth="yes"/>
- <point x="392" y="2076"/>
- <point x="216" y="1928"/>
- <point x="216" y="1664" type="curve" smooth="yes"/>
- <point x="216" y="1464" type="line"/>
+ <point x="452.0" y="1464.0" type="line"/>
+ <point x="452.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1824.0"/>
+ <point x="548.0" y="1872.0"/>
+ <point x="676.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="1872.0"/>
+ <point x="732.0" y="1868.0"/>
+ <point x="752.0" y="1864.0" type="curve"/>
+ <point x="752.0" y="2064.0" type="line"/>
+ <point x="716.0" y="2076.0"/>
+ <point x="664.0" y="2076.0"/>
+ <point x="616.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2076.0"/>
+ <point x="216.0" y="1928.0"/>
+ <point x="216.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1464.0" type="line"/>
</contour>
<contour>
- <point x="452" y="928" type="line" smooth="yes"/>
- <point x="452" y="1216"/>
- <point x="660" y="1328"/>
- <point x="848" y="1328" type="curve" smooth="yes"/>
- <point x="1052" y="1328"/>
- <point x="1184" y="1200"/>
- <point x="1184" y="976" type="curve" smooth="yes"/>
- <point x="1184" y="0" type="line"/>
- <point x="1420" y="0" type="line"/>
- <point x="1420" y="976" type="line" smooth="yes"/>
- <point x="1420" y="1356"/>
- <point x="1212" y="1556"/>
- <point x="924" y="1556" type="curve" smooth="yes"/>
- <point x="692" y="1556"/>
- <point x="544" y="1436"/>
- <point x="468" y="1320" type="curve"/>
- <point x="452" y="1320" type="line"/>
- <point x="452" y="1536" type="line"/>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- </contour>
- <contour>
- <point x="840" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1532" y="2340" type="move" name="top0315"/>
+ <point x="452.0" y="928.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1216.0"/>
+ <point x="660.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1328.0"/>
+ <point x="1184.0" y="1200.0"/>
+ <point x="1184.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1356.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="544.0" y="1436.0"/>
+ <point x="468.0" y="1320.0" type="curve"/>
+ <point x="452.0" y="1320.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1552, 'leftMargin': 188, 'rightMargin': 182}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hhooksuper.glif b/src/Inter-UI-Regular.ufo/glyphs/hhooksuper.glif
index 7a83d77a9..32dd01964 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hhooksuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hhooksuper.glif
@@ -1,53 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hhooksuper" format="1">
- <advance width="1264"/>
+<glyph name="hhooksuper" format="2">
+ <advance width="1264.0"/>
<unicode hex="02B1"/>
<outline>
<contour>
- <point x="444" y="2144" type="line"/>
- <point x="444" y="2220"/>
- <point x="480" y="2236"/>
- <point x="512" y="2236" type="curve" smooth="yes"/>
- <point x="548" y="2236"/>
- <point x="592" y="2228"/>
- <point x="612" y="2224" type="curve"/>
- <point x="612" y="2456" type="line"/>
- <point x="540" y="2472"/>
- <point x="476" y="2484"/>
- <point x="404" y="2484" type="curve" smooth="yes"/>
- <point x="232" y="2484"/>
- <point x="192" y="2352"/>
- <point x="192" y="2160" type="curve" smooth="yes"/>
- <point x="192" y="896" type="line"/>
- <point x="444" y="896" type="line"/>
+ <point x="444.0" y="2144.0" type="line"/>
+ <point x="444.0" y="2220.0"/>
+ <point x="480.0" y="2236.0"/>
+ <point x="512.0" y="2236.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2236.0"/>
+ <point x="592.0" y="2228.0"/>
+ <point x="612.0" y="2224.0" type="curve"/>
+ <point x="612.0" y="2456.0" type="line"/>
+ <point x="540.0" y="2472.0"/>
+ <point x="476.0" y="2484.0"/>
+ <point x="404.0" y="2484.0" type="curve" smooth="yes"/>
+ <point x="232.0" y="2484.0"/>
+ <point x="192.0" y="2352.0"/>
+ <point x="192.0" y="2160.0" type="curve" smooth="yes"/>
+ <point x="192.0" y="896.0" type="line"/>
+ <point x="444.0" y="896.0" type="line"/>
</contour>
<contour>
- <point x="412" y="1484" type="line"/>
- <point x="412" y="1664"/>
- <point x="480" y="1808"/>
- <point x="636" y="1808" type="curve" smooth="yes"/>
- <point x="748" y="1808"/>
- <point x="820" y="1740"/>
- <point x="820" y="1548" type="curve" smooth="yes"/>
- <point x="820" y="896" type="line"/>
- <point x="1072" y="896" type="line"/>
- <point x="1072" y="1596" type="line" smooth="yes"/>
- <point x="1072" y="1892"/>
- <point x="936" y="2016"/>
- <point x="720" y="2016" type="curve" smooth="yes"/>
- <point x="488" y="2016"/>
- <point x="348" y="1792"/>
- <point x="348" y="1480" type="curve"/>
+ <point x="412.0" y="1484.0" type="line"/>
+ <point x="412.0" y="1664.0"/>
+ <point x="480.0" y="1808.0"/>
+ <point x="636.0" y="1808.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1808.0"/>
+ <point x="820.0" y="1740.0"/>
+ <point x="820.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="896.0" type="line"/>
+ <point x="1072.0" y="896.0" type="line"/>
+ <point x="1072.0" y="1596.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="1892.0"/>
+ <point x="936.0" y="2016.0"/>
+ <point x="720.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="2016.0"/>
+ <point x="348.0" y="1792.0"/>
+ <point x="348.0" y="1480.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1156, 'leftMargin': 138, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hlinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/hlinebelow.glif
new file mode 100644
index 000000000..1e33efad0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/hlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="hlinebelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E96"/>
+ <anchor x="820.0" y="-404.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="884.0" y="2304.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="macronsubnosp" xOffset="1632.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hook.glif b/src/Inter-UI-Regular.ufo/glyphs/hook.glif
index 622bac109..0a214da18 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hook.glif
@@ -1,51 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hook" format="1">
- <advance width="0"/>
+<glyph name="hook" format="2">
<unicode hex="0309"/>
+ <anchor x="-814.0" y="1755.0" name="_marktop"/>
+ <anchor x="-814.0" y="1755.0" name="_top"/>
+ <anchor x="-814.0" y="2373.0" name="mkmktop"/>
+ <anchor x="-814.0" y="2373.0" name="mkmktop_acc"/>
+ <anchor x="-718.0" y="1994.0" name="parent_top"/>
<outline>
<contour>
- <point x="-814" y="1755" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-814" y="1755" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-814" y="2373" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-814" y="2373" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-718" y="1994" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-711" y="1709" type="line"/>
- <point x="-710" y="1808" type="line"/>
- <point x="-608" y="1823"/>
- <point x="-503" y="1878"/>
- <point x="-503" y="2017" type="curve" smooth="yes"/>
- <point x="-503" y="2174"/>
- <point x="-646" y="2278"/>
- <point x="-923" y="2278" type="curve"/>
- <point x="-932" y="2126" type="line"/>
- <point x="-810" y="2126"/>
- <point x="-715" y="2097"/>
- <point x="-715" y="2023" type="curve" smooth="yes"/>
- <point x="-715" y="1954"/>
- <point x="-774" y="1933"/>
- <point x="-908" y="1925" type="curve"/>
- <point x="-906" y="1709" type="line"/>
+ <point x="-711.0" y="1709.0" type="line"/>
+ <point x="-710.0" y="1808.0" type="line"/>
+ <point x="-608.0" y="1823.0"/>
+ <point x="-503.0" y="1878.0"/>
+ <point x="-503.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-503.0" y="2174.0"/>
+ <point x="-646.0" y="2278.0"/>
+ <point x="-923.0" y="2278.0" type="curve"/>
+ <point x="-932.0" y="2126.0" type="line"/>
+ <point x="-810.0" y="2126.0"/>
+ <point x="-715.0" y="2097.0"/>
+ <point x="-715.0" y="2023.0" type="curve" smooth="yes"/>
+ <point x="-715.0" y="1954.0"/>
+ <point x="-774.0" y="1933.0"/>
+ <point x="-908.0" y="1925.0" type="curve"/>
+ <point x="-906.0" y="1709.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hooksubpalatnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/hooksubpalatnosp.glif
index 51c59231f..5a32c730b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hooksubpalatnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hooksubpalatnosp.glif
@@ -1,36 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hooksubpalatnosp" format="1">
- <advance width="0"/>
+<glyph name="hooksubpalatnosp" format="2">
<unicode hex="0321"/>
<outline>
<contour>
- <point x="-550" y="209" type="line"/>
- <point x="-550" y="-122" type="line" smooth="yes"/>
- <point x="-550" y="-309"/>
- <point x="-616" y="-373"/>
- <point x="-736" y="-373" type="curve" smooth="yes"/>
- <point x="-759" y="-373"/>
- <point x="-796" y="-370"/>
- <point x="-824" y="-362" type="curve"/>
- <point x="-824" y="-578" type="line"/>
- <point x="-781" y="-591"/>
- <point x="-711" y="-601"/>
- <point x="-664" y="-601" type="curve" smooth="yes"/>
- <point x="-402" y="-601"/>
- <point x="-275" y="-432"/>
- <point x="-275" y="-122" type="curve" smooth="yes"/>
- <point x="-275" y="209" type="line"/>
+ <point x="-550.0" y="209.0" type="line"/>
+ <point x="-550.0" y="-122.0" type="line" smooth="yes"/>
+ <point x="-550.0" y="-309.0"/>
+ <point x="-616.0" y="-373.0"/>
+ <point x="-736.0" y="-373.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="-373.0"/>
+ <point x="-796.0" y="-370.0"/>
+ <point x="-824.0" y="-362.0" type="curve"/>
+ <point x="-824.0" y="-578.0" type="line"/>
+ <point x="-781.0" y="-591.0"/>
+ <point x="-711.0" y="-601.0"/>
+ <point x="-664.0" y="-601.0" type="curve" smooth="yes"/>
+ <point x="-402.0" y="-601.0"/>
+ <point x="-275.0" y="-432.0"/>
+ <point x="-275.0" y="-122.0" type="curve" smooth="yes"/>
+ <point x="-275.0" y="209.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hooksubretronosp.glif b/src/Inter-UI-Regular.ufo/glyphs/hooksubretronosp.glif
index fe5ae3dd8..b80b0d51b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hooksubretronosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hooksubretronosp.glif
@@ -1,36 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hooksubretronosp" format="1">
- <advance width="0"/>
+<glyph name="hooksubretronosp" format="2">
<unicode hex="0322"/>
<outline>
<contour>
- <point x="-150" y="209" type="line"/>
- <point x="-150" y="-122" type="line" smooth="yes"/>
- <point x="-150" y="-309"/>
- <point x="-84" y="-373"/>
- <point x="36" y="-373" type="curve" smooth="yes"/>
- <point x="59" y="-373"/>
- <point x="96" y="-370"/>
- <point x="124" y="-362" type="curve"/>
- <point x="124" y="-578" type="line"/>
- <point x="81" y="-591"/>
- <point x="11" y="-601"/>
- <point x="-36" y="-601" type="curve" smooth="yes"/>
- <point x="-298" y="-601"/>
- <point x="-425" y="-432"/>
- <point x="-425" y="-122" type="curve" smooth="yes"/>
- <point x="-425" y="209" type="line"/>
+ <point x="-150.0" y="209.0" type="line"/>
+ <point x="-150.0" y="-122.0" type="line" smooth="yes"/>
+ <point x="-150.0" y="-309.0"/>
+ <point x="-84.0" y="-373.0"/>
+ <point x="36.0" y="-373.0" type="curve" smooth="yes"/>
+ <point x="59.0" y="-373.0"/>
+ <point x="96.0" y="-370.0"/>
+ <point x="124.0" y="-362.0" type="curve"/>
+ <point x="124.0" y="-578.0" type="line"/>
+ <point x="81.0" y="-591.0"/>
+ <point x="11.0" y="-601.0"/>
+ <point x="-36.0" y="-601.0" type="curve" smooth="yes"/>
+ <point x="-298.0" y="-601.0"/>
+ <point x="-425.0" y="-432.0"/>
+ <point x="-425.0" y="-122.0" type="curve" smooth="yes"/>
+ <point x="-425.0" y="209.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/horizontalbar.glif b/src/Inter-UI-Regular.ufo/glyphs/horizontalbar.glif
new file mode 100644
index 000000000..3429d0176
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/horizontalbar.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="horizontalbar" format="2">
+ <advance width="2832.0"/>
+ <unicode hex="2015"/>
+ <outline>
+ <component base="emdash"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hornnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/hornnosp.glif
index 71e883cc2..fc8c7e7ce 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hornnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hornnosp.glif
@@ -1,28 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hornnosp" format="1">
- <advance width="0"/>
+<glyph name="hornnosp" format="2">
<unicode hex="031B"/>
<outline>
<contour>
- <point x="-128" y="2144" type="curve" smooth="yes"/>
- <point x="-400" y="2144" type="line"/>
- <point x="-400" y="1727"/>
- <point x="-447" y="1591"/>
- <point x="-534" y="1460" type="curve"/>
- <point x="-378" y="1356" type="line"/>
- <point x="-219" y="1491"/>
- <point x="-128" y="1715"/>
+ <point x="-128.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="-400.0" y="2144.0" type="line"/>
+ <point x="-400.0" y="1727.0"/>
+ <point x="-447.0" y="1591.0"/>
+ <point x="-534.0" y="1460.0" type="curve"/>
+ <point x="-378.0" y="1356.0" type="line"/>
+ <point x="-219.0" y="1491.0"/>
+ <point x="-128.0" y="1715.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:46:42</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hryvnia.glif b/src/Inter-UI-Regular.ufo/glyphs/hryvnia.glif
index d040a9808..053dc3e60 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hryvnia.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hryvnia.glif
@@ -1,80 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hryvnia" format="1">
- <advance width="1772"/>
+<glyph name="hryvnia" format="2">
+ <advance width="1772.0"/>
<unicode hex="20B4"/>
<outline>
<contour>
- <point x="892" y="1856" type="curve" smooth="yes"/>
- <point x="1116" y="1856"/>
- <point x="1228" y="1756"/>
- <point x="1228" y="1604" type="curve" smooth="yes"/>
- <point x="1228" y="1512"/>
- <point x="1168" y="1428"/>
- <point x="1104" y="1344" type="curve"/>
- <point x="1332" y="1276" type="line"/>
- <point x="1432" y="1364"/>
- <point x="1476" y="1484"/>
- <point x="1476" y="1600" type="curve" smooth="yes"/>
- <point x="1476" y="1912"/>
- <point x="1264" y="2076"/>
- <point x="892" y="2076" type="curve" smooth="yes"/>
- <point x="440" y="2076"/>
- <point x="276" y="1828"/>
- <point x="276" y="1556" type="curve"/>
- <point x="544" y="1556" type="line"/>
- <point x="544" y="1736"/>
- <point x="648" y="1856"/>
+ <point x="892.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1856.0"/>
+ <point x="1228.0" y="1756.0"/>
+ <point x="1228.0" y="1604.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="1512.0"/>
+ <point x="1168.0" y="1428.0"/>
+ <point x="1104.0" y="1344.0" type="curve"/>
+ <point x="1332.0" y="1276.0" type="line"/>
+ <point x="1432.0" y="1364.0"/>
+ <point x="1476.0" y="1484.0"/>
+ <point x="1476.0" y="1600.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="1912.0"/>
+ <point x="1264.0" y="2076.0"/>
+ <point x="892.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="2076.0"/>
+ <point x="276.0" y="1828.0"/>
+ <point x="276.0" y="1556.0" type="curve"/>
+ <point x="544.0" y="1556.0" type="line"/>
+ <point x="544.0" y="1736.0"/>
+ <point x="648.0" y="1856.0"/>
</contour>
<contour>
- <point x="1620" y="1136" type="line"/>
- <point x="1620" y="1356" type="line"/>
- <point x="152" y="1356" type="line"/>
- <point x="152" y="1136" type="line"/>
+ <point x="1620.0" y="1136.0" type="line"/>
+ <point x="1620.0" y="1356.0" type="line"/>
+ <point x="152.0" y="1356.0" type="line"/>
+ <point x="152.0" y="1136.0" type="line"/>
</contour>
<contour>
- <point x="1620" y="720" type="line"/>
- <point x="1620" y="940" type="line"/>
- <point x="152" y="940" type="line"/>
- <point x="152" y="720" type="line"/>
+ <point x="1620.0" y="720.0" type="line"/>
+ <point x="1620.0" y="940.0" type="line"/>
+ <point x="152.0" y="940.0" type="line"/>
+ <point x="152.0" y="720.0" type="line"/>
</contour>
<contour>
- <point x="884" y="-28" type="curve" smooth="yes"/>
- <point x="1264" y="-28"/>
- <point x="1524" y="136"/>
- <point x="1524" y="488" type="curve"/>
- <point x="1256" y="488" type="line"/>
- <point x="1256" y="284"/>
- <point x="1100" y="200"/>
- <point x="884" y="200" type="curve" smooth="yes"/>
- <point x="652" y="200"/>
- <point x="524" y="296"/>
- <point x="524" y="452" type="curve" smooth="yes"/>
- <point x="524" y="560"/>
- <point x="564" y="644"/>
- <point x="672" y="740" type="curve"/>
- <point x="416" y="772" type="line"/>
- <point x="312" y="696"/>
- <point x="260" y="568"/>
- <point x="260" y="452" type="curve" smooth="yes"/>
- <point x="260" y="140"/>
- <point x="500" y="-28"/>
+ <point x="884.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="-28.0"/>
+ <point x="1524.0" y="136.0"/>
+ <point x="1524.0" y="488.0" type="curve"/>
+ <point x="1256.0" y="488.0" type="line"/>
+ <point x="1256.0" y="284.0"/>
+ <point x="1100.0" y="200.0"/>
+ <point x="884.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="200.0"/>
+ <point x="524.0" y="296.0"/>
+ <point x="524.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="560.0"/>
+ <point x="564.0" y="644.0"/>
+ <point x="672.0" y="740.0" type="curve"/>
+ <point x="416.0" y="772.0" type="line"/>
+ <point x="312.0" y="696.0"/>
+ <point x="260.0" y="568.0"/>
+ <point x="260.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="260.0" y="140.0"/>
+ <point x="500.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1635, 'leftMargin': 83, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hsuper.glif b/src/Inter-UI-Regular.ufo/glyphs/hsuper.glif
index 121ee2179..79125864f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hsuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hsuper.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hsuper" format="1">
- <advance width="1264"/>
+<glyph name="hsuper" format="2">
+ <advance width="1264.0"/>
<unicode hex="02B0"/>
<outline>
<contour>
- <point x="444" y="2484" type="line"/>
- <point x="192" y="2484" type="line"/>
- <point x="192" y="896" type="line"/>
- <point x="444" y="896" type="line"/>
+ <point x="444.0" y="2484.0" type="line"/>
+ <point x="192.0" y="2484.0" type="line"/>
+ <point x="192.0" y="896.0" type="line"/>
+ <point x="444.0" y="896.0" type="line"/>
</contour>
<contour>
- <point x="412" y="1484" type="line"/>
- <point x="412" y="1664"/>
- <point x="480" y="1808"/>
- <point x="636" y="1808" type="curve" smooth="yes"/>
- <point x="748" y="1808"/>
- <point x="820" y="1740"/>
- <point x="820" y="1548" type="curve" smooth="yes"/>
- <point x="820" y="896" type="line"/>
- <point x="1072" y="896" type="line"/>
- <point x="1072" y="1596" type="line" smooth="yes"/>
- <point x="1072" y="1892"/>
- <point x="936" y="2016"/>
- <point x="720" y="2016" type="curve" smooth="yes"/>
- <point x="488" y="2016"/>
- <point x="348" y="1792"/>
- <point x="348" y="1480" type="curve"/>
+ <point x="412.0" y="1484.0" type="line"/>
+ <point x="412.0" y="1664.0"/>
+ <point x="480.0" y="1808.0"/>
+ <point x="636.0" y="1808.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1808.0"/>
+ <point x="820.0" y="1740.0"/>
+ <point x="820.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="896.0" type="line"/>
+ <point x="1072.0" y="896.0" type="line"/>
+ <point x="1072.0" y="1596.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="1892.0"/>
+ <point x="936.0" y="2016.0"/>
+ <point x="720.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="2016.0"/>
+ <point x="348.0" y="1792.0"/>
+ <point x="348.0" y="1480.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1156, 'leftMargin': 138, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hturn.glif b/src/Inter-UI-Regular.ufo/glyphs/hturn.glif
index 06f93a9f1..110abe495 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hturn.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hturn" format="1">
- <advance width="1636"/>
+<glyph name="hturn" format="2">
+ <advance width="1636.0"/>
<unicode hex="0265"/>
+ <anchor x="764.0" y="-616.0" name="bottom"/>
+ <anchor x="764.0" y="1776.0" name="top"/>
+ <anchor x="1540.0" y="1776.0" name="top0315"/>
<outline>
- <component base="h" xScale="-1" yScale="-1" xOffset="1644" yOffset="1536"/>
- <contour>
- <point x="764" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="764" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1540" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="h" xScale="-1.0" yScale="-1.0" xOffset="1644.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1552, 'leftMargin': 183, 'rightMargin': 188}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hturnhook2.glif b/src/Inter-UI-Regular.ufo/glyphs/hturnhook2.glif
index a050ad0d5..dd9ddeab0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hturnhook2.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hturnhook2.glif
@@ -1,85 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hturnhook2" format="1">
- <advance width="1640"/>
+<glyph name="hturnhook2" format="2">
+ <advance width="1640.0"/>
<unicode hex="02AF"/>
+ <anchor x="884.0" y="-616.0" name="bottom"/>
+ <anchor x="884.0" y="1776.0" name="top"/>
+ <anchor x="1748.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1184" y="608" type="line" smooth="yes"/>
- <point x="1184" y="320"/>
- <point x="976" y="208"/>
- <point x="788" y="208" type="curve" smooth="yes"/>
- <point x="584" y="208"/>
- <point x="452" y="336"/>
- <point x="452" y="560" type="curve" smooth="yes"/>
- <point x="452" y="1000" type="line"/>
- <point x="216" y="1000" type="line"/>
- <point x="216" y="560" type="line" smooth="yes"/>
- <point x="216" y="168"/>
- <point x="424" y="-20"/>
- <point x="712" y="-20" type="curve" smooth="yes"/>
- <point x="944" y="-20"/>
- <point x="1092" y="100"/>
- <point x="1168" y="216" type="curve"/>
- <point x="1184" y="216" type="line"/>
- <point x="1184" y="0" type="line"/>
- <point x="1420" y="0" type="line"/>
- <point x="1420" y="1536" type="line"/>
- <point x="1184" y="1536" type="line"/>
+ <point x="1184.0" y="608.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="320.0"/>
+ <point x="976.0" y="208.0"/>
+ <point x="788.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="208.0"/>
+ <point x="452.0" y="336.0"/>
+ <point x="452.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="1000.0" type="line"/>
+ <point x="216.0" y="1000.0" type="line"/>
+ <point x="216.0" y="560.0" type="line" smooth="yes"/>
+ <point x="216.0" y="168.0"/>
+ <point x="424.0" y="-20.0"/>
+ <point x="712.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="-20.0"/>
+ <point x="1092.0" y="100.0"/>
+ <point x="1168.0" y="216.0" type="curve"/>
+ <point x="1184.0" y="216.0" type="line"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="1536.0" type="line"/>
+ <point x="1184.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="216" y="944" type="line"/>
- <point x="452" y="944" type="line"/>
- <point x="452" y="1144" type="line" smooth="yes"/>
- <point x="452" y="1408"/>
- <point x="276" y="1556"/>
- <point x="52" y="1556" type="curve" smooth="yes"/>
- <point x="4" y="1556"/>
- <point x="-48" y="1556"/>
- <point x="-84" y="1544" type="curve"/>
- <point x="-84" y="1344" type="line"/>
- <point x="-64" y="1348"/>
- <point x="-36" y="1352"/>
- <point x="-8" y="1352" type="curve" smooth="yes"/>
- <point x="120" y="1352"/>
- <point x="216" y="1304"/>
- <point x="216" y="1144" type="curve" smooth="yes"/>
+ <point x="216.0" y="944.0" type="line"/>
+ <point x="452.0" y="944.0" type="line"/>
+ <point x="452.0" y="1144.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1408.0"/>
+ <point x="276.0" y="1556.0"/>
+ <point x="52.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="4.0" y="1556.0"/>
+ <point x="-48.0" y="1556.0"/>
+ <point x="-84.0" y="1544.0" type="curve"/>
+ <point x="-84.0" y="1344.0" type="line"/>
+ <point x="-64.0" y="1348.0"/>
+ <point x="-36.0" y="1352.0"/>
+ <point x="-8.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="120.0" y="1352.0"/>
+ <point x="216.0" y="1304.0"/>
+ <point x="216.0" y="1144.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1420" y="36" type="line"/>
- <point x="1184" y="36" type="line"/>
- <point x="1184" y="-164" type="line" smooth="yes"/>
- <point x="1184" y="-428"/>
- <point x="1360" y="-576"/>
- <point x="1584" y="-576" type="curve" smooth="yes"/>
- <point x="1632" y="-576"/>
- <point x="1684" y="-576"/>
- <point x="1720" y="-564" type="curve"/>
- <point x="1720" y="-364" type="line"/>
- <point x="1700" y="-368"/>
- <point x="1672" y="-372"/>
- <point x="1644" y="-372" type="curve" smooth="yes"/>
- <point x="1516" y="-372"/>
- <point x="1420" y="-324"/>
- <point x="1420" y="-164" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="884" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="884" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1748" y="1776" type="move" name="top0315"/>
+ <point x="1420.0" y="36.0" type="line"/>
+ <point x="1184.0" y="36.0" type="line"/>
+ <point x="1184.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="-428.0"/>
+ <point x="1360.0" y="-576.0"/>
+ <point x="1584.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="-576.0"/>
+ <point x="1684.0" y="-576.0"/>
+ <point x="1720.0" y="-564.0" type="curve"/>
+ <point x="1720.0" y="-364.0" type="line"/>
+ <point x="1700.0" y="-368.0"/>
+ <point x="1672.0" y="-372.0"/>
+ <point x="1644.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="1516.0" y="-372.0"/>
+ <point x="1420.0" y="-324.0"/>
+ <point x="1420.0" y="-164.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1775, 'leftMargin': 41, 'rightMargin': -14}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hturnlthook.glif b/src/Inter-UI-Regular.ufo/glyphs/hturnlthook.glif
index 2fca2df7e..ca5b6f362 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hturnlthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hturnlthook.glif
@@ -1,70 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hturnlthook" format="1">
- <advance width="1636"/>
+<glyph name="hturnlthook" format="2">
+ <advance width="1636.0"/>
<unicode hex="02AE"/>
+ <anchor x="1004.0" y="-616.0" name="bottom"/>
+ <anchor x="1004.0" y="1776.0" name="top"/>
+ <anchor x="1860.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1184" y="608" type="line" smooth="yes"/>
- <point x="1184" y="320"/>
- <point x="976" y="208"/>
- <point x="788" y="208" type="curve" smooth="yes"/>
- <point x="584" y="208"/>
- <point x="452" y="336"/>
- <point x="452" y="560" type="curve" smooth="yes"/>
- <point x="452" y="960" type="line"/>
- <point x="216" y="960" type="line"/>
- <point x="216" y="560" type="line" smooth="yes"/>
- <point x="216" y="168"/>
- <point x="424" y="-20"/>
- <point x="712" y="-20" type="curve" smooth="yes"/>
- <point x="944" y="-20"/>
- <point x="1092" y="100"/>
- <point x="1168" y="216" type="curve"/>
- <point x="1184" y="216" type="line"/>
- <point x="1184" y="-576" type="line"/>
- <point x="1420" y="-576" type="line"/>
- <point x="1420" y="1536" type="line"/>
- <point x="1184" y="1536" type="line"/>
+ <point x="1184.0" y="608.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="320.0"/>
+ <point x="976.0" y="208.0"/>
+ <point x="788.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="208.0"/>
+ <point x="452.0" y="336.0"/>
+ <point x="452.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="960.0" type="line"/>
+ <point x="216.0" y="960.0" type="line"/>
+ <point x="216.0" y="560.0" type="line" smooth="yes"/>
+ <point x="216.0" y="168.0"/>
+ <point x="424.0" y="-20.0"/>
+ <point x="712.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="-20.0"/>
+ <point x="1092.0" y="100.0"/>
+ <point x="1168.0" y="216.0" type="curve"/>
+ <point x="1184.0" y="216.0" type="line"/>
+ <point x="1184.0" y="-576.0" type="line"/>
+ <point x="1420.0" y="-576.0" type="line"/>
+ <point x="1420.0" y="1536.0" type="line"/>
+ <point x="1184.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="216" y="944" type="line"/>
- <point x="452" y="944" type="line"/>
- <point x="452" y="1144" type="line" smooth="yes"/>
- <point x="452" y="1408"/>
- <point x="276" y="1556"/>
- <point x="52" y="1556" type="curve" smooth="yes"/>
- <point x="4" y="1556"/>
- <point x="-48" y="1556"/>
- <point x="-84" y="1544" type="curve"/>
- <point x="-84" y="1344" type="line"/>
- <point x="-64" y="1348"/>
- <point x="-36" y="1352"/>
- <point x="-8" y="1352" type="curve" smooth="yes"/>
- <point x="120" y="1352"/>
- <point x="216" y="1304"/>
- <point x="216" y="1144" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1004" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1004" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1860" y="1776" type="move" name="top0315"/>
+ <point x="216.0" y="944.0" type="line"/>
+ <point x="452.0" y="944.0" type="line"/>
+ <point x="452.0" y="1144.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1408.0"/>
+ <point x="276.0" y="1556.0"/>
+ <point x="52.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="4.0" y="1556.0"/>
+ <point x="-48.0" y="1556.0"/>
+ <point x="-84.0" y="1544.0" type="curve"/>
+ <point x="-84.0" y="1344.0" type="line"/>
+ <point x="-64.0" y="1348.0"/>
+ <point x="-36.0" y="1352.0"/>
+ <point x="-8.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="120.0" y="1352.0"/>
+ <point x="216.0" y="1304.0"/>
+ <point x="216.0" y="1144.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1766, 'leftMargin': 41, 'rightMargin': 214}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hungarumlaut.glif b/src/Inter-UI-Regular.ufo/glyphs/hungarumlaut.glif
index e429d385c..22a09512d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hungarumlaut.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hungarumlaut.glif
@@ -1,36 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hungarumlaut" format="1">
- <advance width="1040"/>
+<glyph name="hungarumlaut" format="2">
+ <advance width="1040.0"/>
<unicode hex="02DD"/>
+ <anchor x="484.0" y="1776.0" name="_top"/>
+ <anchor x="484.0" y="2228.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="544" y="1688" type="line"/>
- <point x="752" y="1688" type="line"/>
- <point x="1116" y="2112" type="line"/>
- <point x="852" y="2112" type="line"/>
+ <point x="544.0" y="1688.0" type="line"/>
+ <point x="752.0" y="1688.0" type="line"/>
+ <point x="1116.0" y="2112.0" type="line"/>
+ <point x="852.0" y="2112.0" type="line"/>
</contour>
<contour>
- <point x="132" y="1688" type="line"/>
- <point x="320" y="1688" type="line"/>
- <point x="616" y="2112" type="line"/>
- <point x="356" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="484" y="1776" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="484" y="2228" type="move" name="mkmktop_acc"/>
+ <point x="132.0" y="1688.0" type="line"/>
+ <point x="320.0" y="1688.0" type="line"/>
+ <point x="616.0" y="2112.0" type="line"/>
+ <point x="356.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hv.glif b/src/Inter-UI-Regular.ufo/glyphs/hv.glif
index b9c035dfc..a88c28032 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hv.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hv.glif
@@ -1,60 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hv" format="1">
- <advance width="2576"/>
+<glyph name="hv" format="2">
+ <advance width="2576.0"/>
<unicode hex="0195"/>
<outline>
<contour>
- <point x="1772" y="-28" type="curve" smooth="yes"/>
- <point x="2112" y="-28"/>
- <point x="2360" y="156"/>
- <point x="2360" y="608" type="curve" smooth="yes"/>
- <point x="2360" y="1536" type="line"/>
- <point x="2124" y="1536" type="line"/>
- <point x="2124" y="608" type="line" smooth="yes"/>
- <point x="2124" y="248"/>
- <point x="1908" y="180"/>
- <point x="1772" y="180" type="curve" smooth="yes"/>
- <point x="1636" y="180"/>
- <point x="1420" y="248"/>
- <point x="1420" y="608" type="curve" smooth="yes"/>
- <point x="1420" y="800" type="line"/>
- <point x="1184" y="800" type="line"/>
- <point x="1184" y="608" type="line" smooth="yes"/>
- <point x="1184" y="156"/>
- <point x="1432" y="-28"/>
+ <point x="1772.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2112.0" y="-28.0"/>
+ <point x="2360.0" y="156.0"/>
+ <point x="2360.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="2360.0" y="1536.0" type="line"/>
+ <point x="2124.0" y="1536.0" type="line"/>
+ <point x="2124.0" y="608.0" type="line" smooth="yes"/>
+ <point x="2124.0" y="248.0"/>
+ <point x="1908.0" y="180.0"/>
+ <point x="1772.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="1636.0" y="180.0"/>
+ <point x="1420.0" y="248.0"/>
+ <point x="1420.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="800.0" type="line"/>
+ <point x="1184.0" y="800.0" type="line"/>
+ <point x="1184.0" y="608.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="156.0"/>
+ <point x="1432.0" y="-28.0"/>
</contour>
<contour>
- <point x="452" y="928" type="line" smooth="yes"/>
- <point x="452" y="1216"/>
- <point x="664" y="1328"/>
- <point x="848" y="1328" type="curve" smooth="yes"/>
- <point x="1048" y="1328"/>
- <point x="1184" y="1200"/>
- <point x="1184" y="976" type="curve" smooth="yes"/>
- <point x="1184" y="752" type="line"/>
- <point x="1420" y="752" type="line"/>
- <point x="1420" y="976" type="line" smooth="yes"/>
- <point x="1420" y="1368"/>
- <point x="1212" y="1556"/>
- <point x="924" y="1556" type="curve" smooth="yes"/>
- <point x="692" y="1556"/>
- <point x="544" y="1436"/>
- <point x="468" y="1320" type="curve"/>
- <point x="452" y="1320" type="line"/>
- <point x="452" y="2048" type="line"/>
- <point x="216" y="2048" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
+ <point x="452.0" y="928.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1216.0"/>
+ <point x="664.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1328.0"/>
+ <point x="1184.0" y="1200.0"/>
+ <point x="1184.0" y="976.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="752.0" type="line"/>
+ <point x="1420.0" y="752.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1368.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="544.0" y="1436.0"/>
+ <point x="468.0" y="1320.0" type="curve"/>
+ <point x="452.0" y="1320.0" type="line"/>
+ <point x="452.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2349, 'leftMargin': 188, 'rightMargin': 187}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hyphen.case.glif b/src/Inter-UI-Regular.ufo/glyphs/hyphen.case.glif
index df869b39b..5dda813b4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hyphen.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hyphen.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphen.case" format="1">
- <advance width="1264"/>
+<glyph name="hyphen.case" format="2">
+ <advance width="1264.0"/>
<outline>
- <component base="hyphen" yOffset="148"/>
+ <component base="hyphen" yOffset="148.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hyphen.glif b/src/Inter-UI-Regular.ufo/glyphs/hyphen.glif
index 7d9867b94..afa564f65 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hyphen.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hyphen.glif
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphen" format="1">
- <advance width="1296"/>
+<glyph name="hyphen" format="2">
+ <advance width="1296.0"/>
<unicode hex="002D"/>
<outline>
<contour>
- <point x="1096" y="988" type="line"/>
- <point x="200" y="988" type="line"/>
- <point x="200" y="768" type="line"/>
- <point x="1096" y="768" type="line"/>
+ <point x="1096.0" y="988.0" type="line"/>
+ <point x="200.0" y="988.0" type="line"/>
+ <point x="200.0" y="768.0" type="line"/>
+ <point x="1096.0" y="768.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hyphen__.glif b/src/Inter-UI-Regular.ufo/glyphs/hyphen__.glif
index 98c2ffed0..45665a2de 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hyphen__.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hyphen__.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphen__" format="1">
- <advance width="1008"/>
+<glyph name="hyphen__" format="2">
+ <advance width="1008.0"/>
<unicode hex="2010"/>
<outline>
- <component base="hyphen" xOffset="-144"/>
+ <component base="hyphen" xOffset="-144.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 771, 'leftMargin': 256, 'rightMargin': -253}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hyphenbullet.glif b/src/Inter-UI-Regular.ufo/glyphs/hyphenbullet.glif
index 38e943e94..e4d630bc9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hyphenbullet.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hyphenbullet.glif
@@ -1,30 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphenbullet" format="1">
- <advance width="1264"/>
+<glyph name="hyphenbullet" format="2">
+ <advance width="1264.0"/>
<unicode hex="2043"/>
<outline>
<contour>
- <point x="1120" y="1312" type="line"/>
- <point x="144" y="1312" type="line"/>
- <point x="144" y="736" type="line"/>
- <point x="1120" y="736" type="line"/>
+ <point x="1120.0" y="1312.0" type="line"/>
+ <point x="144.0" y="1312.0" type="line"/>
+ <point x="144.0" y="736.0" type="line"/>
+ <point x="1120.0" y="736.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1196, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hyphendot.glif b/src/Inter-UI-Regular.ufo/glyphs/hyphendot.glif
index 822d9d12c..39155d500 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hyphendot.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hyphendot.glif
@@ -1,38 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphendot" format="1">
- <advance width="752"/>
+<glyph name="hyphendot" format="2">
+ <advance width="752.0"/>
<unicode hex="2027"/>
<outline>
<contour>
- <point x="216" y="848" type="curve" smooth="yes"/>
- <point x="216" y="764"/>
- <point x="272" y="696"/>
- <point x="376" y="696" type="curve" smooth="yes"/>
- <point x="480" y="696"/>
- <point x="536" y="764"/>
- <point x="536" y="848" type="curve" smooth="yes"/>
- <point x="536" y="932"/>
- <point x="480" y="1000"/>
- <point x="376" y="1000" type="curve" smooth="yes"/>
- <point x="272" y="1000"/>
- <point x="216" y="932"/>
+ <point x="216.0" y="848.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="764.0"/>
+ <point x="272.0" y="696.0"/>
+ <point x="376.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="696.0"/>
+ <point x="536.0" y="764.0"/>
+ <point x="536.0" y="848.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="932.0"/>
+ <point x="480.0" y="1000.0"/>
+ <point x="376.0" y="1000.0" type="curve" smooth="yes"/>
+ <point x="272.0" y="1000.0"/>
+ <point x="216.0" y="932.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 538, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/hyphennobreak.glif b/src/Inter-UI-Regular.ufo/glyphs/hyphennobreak.glif
index 72085adb8..902bca546 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/hyphennobreak.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/hyphennobreak.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="hyphennobreak" format="1">
- <advance width="1008"/>
+<glyph name="hyphennobreak" format="2">
+ <advance width="1008.0"/>
<unicode hex="2011"/>
<outline>
- <component base="hyphen" xOffset="-144"/>
+ <component base="hyphen" xOffset="-144.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 771, 'leftMargin': 256, 'rightMargin': -253}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/i.glif b/src/Inter-UI-Regular.ufo/glyphs/i.glif
index 479e61340..71857025a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/i.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/i.glif
@@ -1,62 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="i" format="1">
- <advance width="668"/>
+<glyph name="i" format="2">
+ <advance width="668.0"/>
<unicode hex="0069"/>
+ <guideline x="332.0" y="2136.0" angle="90.0"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="456.0" y="0.0" name="ogonek"/>
+ <anchor x="368.0" y="900.0" name="rhotichook"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="672.0" y="2200.0" name="top0315"/>
+ <anchor x="672.0" y="2200.0" name="top_dd"/>
<outline>
<component base="dotlessi"/>
<component base="dotaccent"/>
- <contour>
- <point x="332.0" y="0.0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="452" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="332" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="672.0" y="2200.0" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="672.0" y="-560.0" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="368.0" y="900.0" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="672.0" y="2200.0" type="move" name="top0315"/>
- </contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 06:20:22</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>2136</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iacute.glif b/src/Inter-UI-Regular.ufo/glyphs/iacute.glif
new file mode 100644
index 000000000..2a0b4f1a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iacute" format="2">
+ <advance width="668.0"/>
+ <unicode hex="00ED"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2288.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="acute" xOffset="32.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/iacyrillic.glif
index a1e2f4788..b1e9a8255 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/iacyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/iacyrillic.glif
@@ -1,51 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iacyrillic" format="1">
- <advance width="1520"/>
+<glyph name="iacyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="044F"/>
+ <anchor x="788.0" y="1744.0" name="top"/>
+ <anchor x="1616.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="552" y="716" type="line"/>
- <point x="116" y="0" type="line"/>
- <point x="412" y="0" type="line"/>
- <point x="848" y="716" type="line"/>
+ <point x="552.0" y="716.0" type="line"/>
+ <point x="116.0" y="0.0" type="line"/>
+ <point x="412.0" y="0.0" type="line"/>
+ <point x="848.0" y="716.0" type="line"/>
</contour>
<contour>
- <point x="772" y="1488" type="line"/>
- <point x="412" y="1488"/>
- <point x="200" y="1296"/>
- <point x="200" y="1032" type="curve"/>
- <point x="200" y="772"/>
- <point x="400" y="576"/>
- <point x="744" y="576" type="curve"/>
- <point x="1200" y="576" type="line"/>
- <point x="1200" y="796" type="line"/>
- <point x="744" y="796" type="line"/>
- <point x="556" y="796"/>
- <point x="476" y="916"/>
- <point x="476" y="1032" type="curve"/>
- <point x="476" y="1148"/>
- <point x="564" y="1272"/>
- <point x="772" y="1272" type="curve"/>
- <point x="1128" y="1272" type="line"/>
- <point x="1128" y="0" type="line"/>
- <point x="1404" y="0" type="line"/>
- <point x="1404" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="788" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1616" y="1744" type="move" name="top0315"/>
+ <point x="772.0" y="1488.0" type="line"/>
+ <point x="412.0" y="1488.0"/>
+ <point x="200.0" y="1296.0"/>
+ <point x="200.0" y="1032.0" type="curve"/>
+ <point x="200.0" y="772.0"/>
+ <point x="400.0" y="576.0"/>
+ <point x="744.0" y="576.0" type="curve"/>
+ <point x="1200.0" y="576.0" type="line"/>
+ <point x="1200.0" y="796.0" type="line"/>
+ <point x="744.0" y="796.0" type="line"/>
+ <point x="556.0" y="796.0"/>
+ <point x="476.0" y="916.0"/>
+ <point x="476.0" y="1032.0" type="curve"/>
+ <point x="476.0" y="1148.0"/>
+ <point x="564.0" y="1272.0"/>
+ <point x="772.0" y="1272.0" type="curve"/>
+ <point x="1128.0" y="1272.0" type="line"/>
+ <point x="1128.0" y="0.0" type="line"/>
+ <point x="1404.0" y="0.0" type="line"/>
+ <point x="1404.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1550, 'leftMargin': 51, 'rightMargin': 213}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ibar.glif b/src/Inter-UI-Regular.ufo/glyphs/ibar.glif
index 80d2cf5ff..d9ae496a0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ibar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ibar.glif
@@ -1,44 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ibar" format="1">
- <advance width="840"/>
+<glyph name="ibar" format="2">
+ <advance width="840.0"/>
<unicode hex="0268"/>
+ <guideline x="420.0" y="2148.0" angle="90.0"/>
+ <anchor x="420.0" y="0.0" name="bottom"/>
+ <anchor x="420.0" y="2200.0" name="top"/>
+ <anchor x="892.0" y="2200.0" name="top0315"/>
<outline>
- <component base="i" xOffset="88"/>
- <component base="crossbar" xOffset="-216" yOffset="-164"/>
- <contour>
- <point x="420" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="892" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="420" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="i" xOffset="88.0"/>
+ <component base="crossbar" xOffset="-216.0" yOffset="-164.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>420</integer>
- <key>y</key>
- <integer>2148</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 938, 'leftMargin': 27, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ibreve.glif b/src/Inter-UI-Regular.ufo/glyphs/ibreve.glif
new file mode 100644
index 000000000..341f6a7b3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ibreve.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ibreve" format="2">
+ <advance width="668.0"/>
+ <unicode hex="012D"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2240.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="breve" xOffset="-288.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/icaron.glif b/src/Inter-UI-Regular.ufo/glyphs/icaron.glif
new file mode 100644
index 000000000..5aa12962b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/icaron.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="icaron" format="2">
+ <advance width="668.0"/>
+ <unicode hex="01D0"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="328.0" y="2252.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="caron" xOffset="-304.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/icircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/icircumflex.glif
new file mode 100644
index 000000000..57b701591
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/icircumflex.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="icircumflex" format="2">
+ <advance width="668.0"/>
+ <unicode hex="00EE"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2260.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="circumflex" xOffset="-304.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/icyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/icyrillic.glif
new file mode 100644
index 000000000..ff13c3e09
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/icyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="icyrillic" format="2">
+ <advance width="668.0"/>
+ <unicode hex="0456"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="672.0" y="2200.0" name="top0315"/>
+ <anchor x="672.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="i"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/idblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/idblgrave.glif
new file mode 100644
index 000000000..55d7abdb9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/idblgrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="idblgrave" format="2">
+ <advance width="668.0"/>
+ <unicode hex="0209"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2222.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="dblgravecmb" xOffset="968.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/idieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/idieresis.glif
index f53d8cd53..dfe0e1af4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/idieresis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/idieresis.glif
@@ -1,61 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="idieresis" format="1">
- <advance width="688"/>
+<glyph name="idieresis" format="2">
+ <advance width="688.0"/>
<unicode hex="00EF"/>
+ <guideline x="448.0" y="1440.0" angle="90.0"/>
+ <guideline x="348.0" y="1560.0" angle="90.0"/>
+ <anchor x="344.0" y="0.0" name="bottom"/>
+ <anchor x="492.0" y="2668.0" name="mkmktop_acc"/>
+ <anchor x="532.0" y="900.0" name="rhotichook"/>
+ <anchor x="344.0" y="1776.0" name="top"/>
+ <anchor x="700.0" y="1776.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="8"/>
- <component base="dieresis" xOffset="-480"/>
- <contour>
- <point x="532" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="344" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="700" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="492" y="2668" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="344" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="8.0"/>
+ <component base="dieresis" xOffset="-480.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>448</integer>
- <key>y</key>
- <integer>1440</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>348</integer>
- <key>y</key>
- <integer>1560</integer>
- </dict>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 935.0, 'leftMargin': 14, 'rightMargin': 14.0}</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/idieresisacute.glif b/src/Inter-UI-Regular.ufo/glyphs/idieresisacute.glif
index 0a5e317be..65397915b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/idieresisacute.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/idieresisacute.glif
@@ -1,47 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="idieresisacute" format="1">
- <advance width="708"/>
+<glyph name="idieresisacute" format="2">
+ <advance width="708.0"/>
<unicode hex="1E2F"/>
+ <guideline x="360.0" y="1968.0" angle="90.0"/>
+ <anchor x="360.0" y="0.0" name="bottom"/>
+ <anchor x="404.0" y="2668.0" name="mkmktop_acc"/>
+ <anchor x="444.0" y="900.0" name="rhotichook"/>
+ <anchor x="360.0" y="1776.0" name="top"/>
+ <anchor x="716.0" y="1776.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="24"/>
- <component base="dieresisacutecomb.lc" xOffset="1160"/>
- <contour>
- <point x="444" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="360" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="716" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="404" y="2668" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="360" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="24.0"/>
+ <component base="dieresisacutecomb.lc" xOffset="1160.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>360</integer>
- <key>y</key>
- <integer>1968</integer>
- </dict>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 935.0, 'leftMargin': 14, 'rightMargin': 14.0}</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/idieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/idieresiscyrillic.glif
new file mode 100644
index 000000000..c2c3b2ab4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/idieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="idieresiscyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04E5"/>
+ <anchor x="760.0" y="1744.0" name="parent_top"/>
+ <anchor x="760.0" y="2124.0" name="top"/>
+ <anchor x="1580.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iicyrillic"/>
+ <component base="dieresis" xOffset="-64.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/idotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/idotbelow.glif
new file mode 100644
index 000000000..1c37e8fcc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/idotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="idotbelow" format="2">
+ <advance width="668.0"/>
+ <unicode hex="1ECB"/>
+ <anchor x="332.0" y="-495.0" name="bottom"/>
+ <anchor x="672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="672.0" y="2200.0" name="top0315"/>
+ <anchor x="672.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="i"/>
+ <component base="dotbelow" xOffset="1160.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iebrevecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/iebrevecyrillic.glif
new file mode 100644
index 000000000..c3b98b24a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iebrevecyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iebrevecyrillic" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="04D7"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2236.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="breve" xOffset="208.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/iecyrillic.glif
new file mode 100644
index 000000000..814f49c09
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iecyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iecyrillic" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0435"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/igrave.glif b/src/Inter-UI-Regular.ufo/glyphs/igrave.glif
new file mode 100644
index 000000000..5dbeb0422
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/igrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="igrave" format="2">
+ <advance width="668.0"/>
+ <unicode hex="00EC"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2288.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="grave" xOffset="-160.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ihookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/ihookabove.glif
new file mode 100644
index 000000000..6c2853abc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ihookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ihookabove" format="2">
+ <advance width="668.0"/>
+ <unicode hex="1EC9"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2414.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="hook" xOffset="1160.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iicyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/iicyrillic.glif
index e6006509d..beda0b675 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/iicyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/iicyrillic.glif
@@ -1,38 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iicyrillic" format="1">
- <advance width="1520"/>
+<glyph name="iicyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0438"/>
+ <anchor x="1364.0" y="0.0" name="right"/>
+ <anchor x="760.0" y="1744.0" name="top"/>
+ <anchor x="1580.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="432" y="428" type="line"/>
- <point x="432" y="1488" type="line"/>
- <point x="156" y="1488" type="line"/>
- <point x="156" y="0" type="line"/>
- <point x="432" y="0" type="line"/>
- <point x="1092" y="1064" type="line"/>
- <point x="1092" y="0" type="line"/>
- <point x="1364" y="0" type="line"/>
- <point x="1364" y="1488" type="line"/>
- <point x="1092" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="760" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1364" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1580" y="1744" type="move" name="top0315"/>
+ <point x="432.0" y="428.0" type="line"/>
+ <point x="432.0" y="1488.0" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="156.0" y="0.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
+ <point x="1092.0" y="1064.0" type="line"/>
+ <point x="1092.0" y="0.0" type="line"/>
+ <point x="1364.0" y="0.0" type="line"/>
+ <point x="1364.0" y="1488.0" type="line"/>
+ <point x="1092.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1635, 'leftMargin': 213, 'rightMargin': 213}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iinvertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/iinvertedbreve.glif
new file mode 100644
index 000000000..4039591c8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iinvertedbreve.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iinvertedbreve" format="2">
+ <advance width="668.0"/>
+ <unicode hex="020B"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2263.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="breveinvnosp" xOffset="1152.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iishortcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/iishortcyrillic.glif
new file mode 100644
index 000000000..26aed56b5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iishortcyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iishortcyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="0439"/>
+ <anchor x="760.0" y="1744.0" name="parent_top"/>
+ <anchor x="760.0" y="2188.0" name="top"/>
+ <anchor x="1580.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iicyrillic"/>
+ <component base="breve" xOffset="128.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ij.glif b/src/Inter-UI-Regular.ufo/glyphs/ij.glif
new file mode 100644
index 000000000..3975bdb6f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ij.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ij" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="0133"/>
+ <outline>
+ <component base="i" xOffset="256.0"/>
+ <component base="j" xOffset="924.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/imacron.glif b/src/Inter-UI-Regular.ufo/glyphs/imacron.glif
new file mode 100644
index 000000000..ed8f2f802
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/imacron.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="imacron" format="2">
+ <advance width="668.0"/>
+ <unicode hex="012B"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2204.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="macron" xOffset="-280.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/imacroncyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/imacroncyrillic.glif
new file mode 100644
index 000000000..a5661140b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/imacroncyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="imacroncyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04E3"/>
+ <anchor x="760.0" y="1744.0" name="parent_top"/>
+ <anchor x="760.0" y="2152.0" name="top"/>
+ <anchor x="1580.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iicyrillic"/>
+ <component base="macron" xOffset="136.0" yOffset="-24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/infinity.glif b/src/Inter-UI-Regular.ufo/glyphs/infinity.glif
index c8a09eb39..0154cf52d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/infinity.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/infinity.glif
@@ -1,100 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="infinity" format="1">
- <advance width="2620"/>
+<glyph name="infinity" format="2">
+ <advance width="2620.0"/>
<unicode hex="221E"/>
<outline>
<contour>
- <point x="696" y="1420" type="curve"/>
- <point x="388" y="1420"/>
- <point x="144" y="1176"/>
- <point x="144" y="872" type="curve" smooth="yes"/>
- <point x="144" y="564"/>
- <point x="388" y="320"/>
- <point x="696" y="320" type="curve" smooth="yes"/>
- <point x="912" y="320"/>
- <point x="1076" y="428"/>
- <point x="1188" y="536" type="curve" smooth="yes"/>
- <point x="1236" y="584"/>
- <point x="1276" y="632"/>
- <point x="1312" y="676" type="curve"/>
- <point x="1344" y="632"/>
- <point x="1384" y="584"/>
- <point x="1432" y="536" type="curve" smooth="yes"/>
- <point x="1544" y="428"/>
- <point x="1708" y="320"/>
- <point x="1928" y="320" type="curve" smooth="yes"/>
- <point x="2232" y="320"/>
- <point x="2476" y="564"/>
- <point x="2476" y="872" type="curve" smooth="yes"/>
- <point x="2476" y="1176"/>
- <point x="2232" y="1420"/>
- <point x="1928" y="1420" type="curve" smooth="yes"/>
- <point x="1708" y="1420"/>
- <point x="1544" y="1312"/>
- <point x="1432" y="1200" type="curve" smooth="yes"/>
- <point x="1384" y="1156"/>
- <point x="1344" y="1108"/>
- <point x="1312" y="1064" type="curve"/>
- <point x="1276" y="1108"/>
- <point x="1236" y="1156"/>
- <point x="1188" y="1200" type="curve" smooth="yes"/>
- <point x="1076" y="1312"/>
- <point x="912" y="1420"/>
+ <point x="696.0" y="1420.0" type="curve"/>
+ <point x="388.0" y="1420.0"/>
+ <point x="144.0" y="1176.0"/>
+ <point x="144.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="564.0"/>
+ <point x="388.0" y="320.0"/>
+ <point x="696.0" y="320.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="320.0"/>
+ <point x="1076.0" y="428.0"/>
+ <point x="1188.0" y="536.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="584.0"/>
+ <point x="1276.0" y="632.0"/>
+ <point x="1312.0" y="676.0" type="curve"/>
+ <point x="1344.0" y="632.0"/>
+ <point x="1384.0" y="584.0"/>
+ <point x="1432.0" y="536.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="428.0"/>
+ <point x="1708.0" y="320.0"/>
+ <point x="1928.0" y="320.0" type="curve" smooth="yes"/>
+ <point x="2232.0" y="320.0"/>
+ <point x="2476.0" y="564.0"/>
+ <point x="2476.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="2476.0" y="1176.0"/>
+ <point x="2232.0" y="1420.0"/>
+ <point x="1928.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="1420.0"/>
+ <point x="1544.0" y="1312.0"/>
+ <point x="1432.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="1156.0"/>
+ <point x="1344.0" y="1108.0"/>
+ <point x="1312.0" y="1064.0" type="curve"/>
+ <point x="1276.0" y="1108.0"/>
+ <point x="1236.0" y="1156.0"/>
+ <point x="1188.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="1312.0"/>
+ <point x="912.0" y="1420.0"/>
</contour>
<contour>
- <point x="372" y="872" type="curve"/>
- <point x="372" y="1048"/>
- <point x="516" y="1192"/>
- <point x="696" y="1192" type="curve" smooth="yes"/>
- <point x="828" y="1192"/>
- <point x="940" y="1124"/>
- <point x="1028" y="1036" type="curve" smooth="yes"/>
- <point x="1092" y="976"/>
- <point x="1132" y="920"/>
- <point x="1168" y="872" type="curve"/>
- <point x="1132" y="820"/>
- <point x="1088" y="764"/>
- <point x="1028" y="704" type="curve" smooth="yes"/>
- <point x="936" y="616"/>
- <point x="828" y="548"/>
- <point x="696" y="548" type="curve" smooth="yes"/>
- <point x="516" y="548"/>
- <point x="372" y="692"/>
+ <point x="372.0" y="872.0" type="curve"/>
+ <point x="372.0" y="1048.0"/>
+ <point x="516.0" y="1192.0"/>
+ <point x="696.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="1192.0"/>
+ <point x="940.0" y="1124.0"/>
+ <point x="1028.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="976.0"/>
+ <point x="1132.0" y="920.0"/>
+ <point x="1168.0" y="872.0" type="curve"/>
+ <point x="1132.0" y="820.0"/>
+ <point x="1088.0" y="764.0"/>
+ <point x="1028.0" y="704.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="616.0"/>
+ <point x="828.0" y="548.0"/>
+ <point x="696.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="548.0"/>
+ <point x="372.0" y="692.0"/>
</contour>
<contour>
- <point x="2248" y="872" type="curve"/>
- <point x="2248" y="692"/>
- <point x="2104" y="548"/>
- <point x="1928" y="548" type="curve" smooth="yes"/>
- <point x="1792" y="548"/>
- <point x="1684" y="616"/>
- <point x="1592" y="704" type="curve" smooth="yes"/>
- <point x="1532" y="764"/>
- <point x="1488" y="820"/>
- <point x="1452" y="872" type="curve"/>
- <point x="1488" y="920"/>
- <point x="1528" y="976"/>
- <point x="1592" y="1036" type="curve" smooth="yes"/>
- <point x="1680" y="1124"/>
- <point x="1792" y="1192"/>
- <point x="1928" y="1192" type="curve" smooth="yes"/>
- <point x="2104" y="1192"/>
- <point x="2248" y="1048"/>
+ <point x="2248.0" y="872.0" type="curve"/>
+ <point x="2248.0" y="692.0"/>
+ <point x="2104.0" y="548.0"/>
+ <point x="1928.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="1792.0" y="548.0"/>
+ <point x="1684.0" y="616.0"/>
+ <point x="1592.0" y="704.0" type="curve" smooth="yes"/>
+ <point x="1532.0" y="764.0"/>
+ <point x="1488.0" y="820.0"/>
+ <point x="1452.0" y="872.0" type="curve"/>
+ <point x="1488.0" y="920.0"/>
+ <point x="1528.0" y="976.0"/>
+ <point x="1592.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="1680.0" y="1124.0"/>
+ <point x="1792.0" y="1192.0"/>
+ <point x="1928.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="2104.0" y="1192.0"/>
+ <point x="2248.0" y="1048.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/integral.glif b/src/Inter-UI-Regular.ufo/glyphs/integral.glif
index 5395aceaa..68dcfb331 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/integral.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/integral.glif
@@ -1,50 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="integral" format="1">
- <advance width="784"/>
+<glyph name="integral" format="2">
+ <advance width="784.0"/>
<unicode hex="222B"/>
<outline>
<contour>
- <point x="496" y="-152" type="curve" smooth="yes"/>
- <point x="496" y="1644" type="line" smooth="yes"/>
- <point x="496" y="1820"/>
- <point x="580" y="1920"/>
- <point x="740" y="1920" type="curve" smooth="yes"/>
- <point x="792" y="1920"/>
- <point x="832" y="1916"/>
- <point x="864" y="1908" type="curve"/>
- <point x="896" y="2112" type="line"/>
- <point x="828" y="2128"/>
- <point x="764" y="2140"/>
- <point x="696" y="2140" type="curve" smooth="yes"/>
- <point x="404" y="2140"/>
- <point x="224" y="1968"/>
- <point x="224" y="1644" type="curve"/>
- <point x="224" y="-152" type="line" smooth="yes"/>
- <point x="224" y="-312"/>
- <point x="148" y="-380"/>
- <point x="20" y="-380" type="curve" smooth="yes"/>
- <point x="-4" y="-380"/>
- <point x="-60" y="-372"/>
- <point x="-88" y="-364" type="curve"/>
- <point x="-112" y="-576" type="line"/>
- <point x="-60" y="-592"/>
- <point x="-8" y="-600"/>
- <point x="48" y="-600" type="curve" smooth="yes"/>
- <point x="328" y="-600"/>
- <point x="496" y="-460"/>
+ <point x="496.0" y="-152.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1644.0" type="line" smooth="yes"/>
+ <point x="496.0" y="1820.0"/>
+ <point x="580.0" y="1920.0"/>
+ <point x="740.0" y="1920.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="1920.0"/>
+ <point x="832.0" y="1916.0"/>
+ <point x="864.0" y="1908.0" type="curve"/>
+ <point x="896.0" y="2112.0" type="line"/>
+ <point x="828.0" y="2128.0"/>
+ <point x="764.0" y="2140.0"/>
+ <point x="696.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="2140.0"/>
+ <point x="224.0" y="1968.0"/>
+ <point x="224.0" y="1644.0" type="curve"/>
+ <point x="224.0" y="-152.0" type="line" smooth="yes"/>
+ <point x="224.0" y="-312.0"/>
+ <point x="148.0" y="-380.0"/>
+ <point x="20.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="-4.0" y="-380.0"/>
+ <point x="-60.0" y="-372.0"/>
+ <point x="-88.0" y="-364.0" type="curve"/>
+ <point x="-112.0" y="-576.0" type="line"/>
+ <point x="-60.0" y="-592.0"/>
+ <point x="-8.0" y="-600.0"/>
+ <point x="48.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="328.0" y="-600.0"/>
+ <point x="496.0" y="-460.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 723, 'leftMargin': -99, 'rightMargin': -186}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/interrobang.glif b/src/Inter-UI-Regular.ufo/glyphs/interrobang.glif
index 75e750075..4b8a9fcea 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/interrobang.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/interrobang.glif
@@ -1,31 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="interrobang" format="1">
- <advance width="1264"/>
+<glyph name="interrobang" format="2">
+ <advance width="1264.0"/>
<unicode hex="203D"/>
<outline>
<contour>
- <point x="692" y="1664" type="line"/>
- <point x="436" y="1664" type="line"/>
- <point x="444" y="576" type="line"/>
- <point x="684" y="576" type="line"/>
+ <point x="692.0" y="1664.0" type="line"/>
+ <point x="436.0" y="1664.0" type="line"/>
+ <point x="444.0" y="576.0" type="line"/>
+ <point x="684.0" y="576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="680.0" y="576.0" type="line"/>
+ <point x="680.0" y="1112.0"/>
+ <point x="1180.0" y="1036.0"/>
+ <point x="1180.0" y="1536.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="1848.0"/>
+ <point x="976.0" y="2076.0"/>
+ <point x="624.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="300.0" y="2076.0"/>
+ <point x="48.0" y="1876.0"/>
+ <point x="48.0" y="1536.0" type="curve"/>
+ <point x="300.0" y="1536.0" type="line"/>
+ <point x="300.0" y="1772.0"/>
+ <point x="460.0" y="1868.0"/>
+ <point x="624.0" y="1868.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="1868.0"/>
+ <point x="940.0" y="1744.0"/>
+ <point x="940.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="940.0" y="1152.0"/>
+ <point x="440.0" y="1228.0"/>
+ <point x="440.0" y="576.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="560.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="-32.0"/>
+ <point x="752.0" y="52.0"/>
+ <point x="752.0" y="160.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="268.0"/>
+ <point x="664.0" y="356.0"/>
+ <point x="560.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="356.0"/>
+ <point x="368.0" y="268.0"/>
+ <point x="368.0" y="160.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="52.0"/>
+ <point x="452.0" y="-32.0"/>
</contour>
- <component base="question" xOffset="-200"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1269, 'leftMargin': 222, 'rightMargin': -85}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iocyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/iocyrillic.glif
new file mode 100644
index 000000000..a255e84b9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iocyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iocyrillic" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0451"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2172.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="dieresis" xOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/iogonek.glif
new file mode 100644
index 000000000..0886b1170
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iogonek" format="2">
+ <advance width="668.0"/>
+ <unicode hex="012F"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="672.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="672.0" y="2200.0" name="top0315"/>
+ <anchor x="672.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="i"/>
+ <component base="ogonek" xOffset="-152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iota.glif b/src/Inter-UI-Regular.ufo/glyphs/iota.glif
index 15541d3dd..43c9c8537 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/iota.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/iota.glif
@@ -1,41 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iota" format="1">
- <advance width="748"/>
+<glyph name="iota" format="2">
+ <advance width="748.0"/>
<unicode hex="03B9"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="208" y="1488" type="line"/>
- <point x="208" y="380" type="line"/>
- <point x="208" y="84"/>
- <point x="348" y="-20"/>
- <point x="536" y="-20" type="curve" smooth="yes"/>
- <point x="632" y="-20"/>
- <point x="696" y="-4"/>
- <point x="736" y="8" type="curve"/>
- <point x="736" y="232" type="line"/>
- <point x="716" y="224"/>
- <point x="660" y="212"/>
- <point x="620" y="212" type="curve" smooth="yes"/>
- <point x="536" y="212"/>
- <point x="444" y="236"/>
- <point x="444" y="380" type="curve"/>
- <point x="444" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="332" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="844" y="1744" type="move" name="top0315"/>
+ <point x="208.0" y="1488.0" type="line"/>
+ <point x="208.0" y="380.0" type="line"/>
+ <point x="208.0" y="84.0"/>
+ <point x="348.0" y="-20.0"/>
+ <point x="536.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="-20.0"/>
+ <point x="696.0" y="-4.0"/>
+ <point x="736.0" y="8.0" type="curve"/>
+ <point x="736.0" y="232.0" type="line"/>
+ <point x="716.0" y="224.0"/>
+ <point x="660.0" y="212.0"/>
+ <point x="620.0" y="212.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="212.0"/>
+ <point x="444.0" y="236.0"/>
+ <point x="444.0" y="380.0" type="curve"/>
+ <point x="444.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 928, 'leftMargin': 272, 'rightMargin': 107}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iota1.glif b/src/Inter-UI-Regular.ufo/glyphs/iota1.glif
index 55c5694d3..09afa0427 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/iota1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/iota1.glif
@@ -1,47 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iota1" format="1">
- <advance width="1008"/>
+<glyph name="iota1" format="2">
+ <advance width="1008.0"/>
<unicode hex="0269"/>
+ <anchor x="364.0" y="0.0" name="bottom"/>
+ <anchor x="388.0" y="880.0" name="rhotichook"/>
+ <anchor x="364.0" y="1776.0" name="top"/>
+ <anchor x="848.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="228" y="1488" type="line"/>
- <point x="228" y="384" type="line" smooth="yes"/>
- <point x="228" y="120"/>
- <point x="420" y="-28"/>
- <point x="648" y="-28" type="curve" smooth="yes"/>
- <point x="692" y="-28"/>
- <point x="748" y="-20"/>
- <point x="784" y="-12" type="curve"/>
- <point x="784" y="172" type="line"/>
- <point x="764" y="168"/>
- <point x="728" y="164"/>
- <point x="708" y="164" type="curve" smooth="yes"/>
- <point x="580" y="164"/>
- <point x="500" y="224"/>
- <point x="500" y="384" type="curve" smooth="yes"/>
- <point x="500" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="364" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="364" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="848" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="388" y="880" type="move" name="rhotichook"/>
+ <point x="228.0" y="1488.0" type="line"/>
+ <point x="228.0" y="384.0" type="line" smooth="yes"/>
+ <point x="228.0" y="120.0"/>
+ <point x="420.0" y="-28.0"/>
+ <point x="648.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="-28.0"/>
+ <point x="748.0" y="-20.0"/>
+ <point x="784.0" y="-12.0" type="curve"/>
+ <point x="784.0" y="172.0" type="line"/>
+ <point x="764.0" y="168.0"/>
+ <point x="728.0" y="164.0"/>
+ <point x="708.0" y="164.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="164.0"/>
+ <point x="500.0" y="224.0"/>
+ <point x="500.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="500.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 806, 'leftMargin': 183, 'rightMargin': 66}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iota1_uni02DE__.glif b/src/Inter-UI-Regular.ufo/glyphs/iota1_uni02DE__.glif
deleted file mode 100644
index 4545eab64..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/iota1_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iota1_uni02DE" format="1">
- <advance width="1296"/>
- <outline>
- <component base="iota1" xOffset="-28"/>
- <component base="rhotichookmod" xOffset="600"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1191, 'leftMargin': 183, 'rightMargin': 41}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iota1_uni02D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/iota1_uni02D_E_.glif
new file mode 100644
index 000000000..8e30293fb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iota1_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iota1_uni02DE" format="2">
+ <advance width="1296.0"/>
+ <outline>
+ <component base="iota1" xOffset="-28.0"/>
+ <component base="rhotichookmod" xOffset="600.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iotadieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/iotadieresis.glif
new file mode 100644
index 000000000..b3baf1765
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iotadieresis.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iotadieresis" format="2">
+ <advance width="748.0"/>
+ <unicode hex="03CA"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="2124.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="dieresis" xOffset="-496.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iotadieresistonos.glif b/src/Inter-UI-Regular.ufo/glyphs/iotadieresistonos.glif
new file mode 100644
index 000000000..1758ec44e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iotadieresistonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iotadieresistonos" format="2">
+ <advance width="748.0"/>
+ <unicode hex="0390"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="dieresistonos" xOffset="-432.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iotasubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/iotasubnosp.glif
index 475a51056..acf71ce81 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/iotasubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/iotasubnosp.glif
@@ -1,42 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iotasubnosp" format="1">
- <advance width="0"/>
+<glyph name="iotasubnosp" format="2">
<unicode hex="0345"/>
+ <anchor x="-811.0" y="0.0" name="_markbottom"/>
+ <anchor x="-811.0" y="-723.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-811" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-811" y="-723" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-917" y="-96" type="line"/>
- <point x="-917" y="-469" type="line" smooth="yes"/>
- <point x="-917" y="-649"/>
- <point x="-822" y="-723"/>
- <point x="-685" y="-723" type="curve" smooth="yes"/>
- <point x="-635" y="-723"/>
- <point x="-602" y="-715"/>
- <point x="-582" y="-708" type="curve"/>
- <point x="-582" y="-567" type="line"/>
- <point x="-593" y="-569"/>
- <point x="-620" y="-573"/>
- <point x="-641" y="-573" type="curve" smooth="yes"/>
- <point x="-682" y="-573"/>
- <point x="-708" y="-545"/>
- <point x="-708" y="-462" type="curve" smooth="yes"/>
- <point x="-708" y="-96" type="line"/>
+ <point x="-917.0" y="-96.0" type="line"/>
+ <point x="-917.0" y="-469.0" type="line" smooth="yes"/>
+ <point x="-917.0" y="-649.0"/>
+ <point x="-822.0" y="-723.0"/>
+ <point x="-685.0" y="-723.0" type="curve" smooth="yes"/>
+ <point x="-635.0" y="-723.0"/>
+ <point x="-602.0" y="-715.0"/>
+ <point x="-582.0" y="-708.0" type="curve"/>
+ <point x="-582.0" y="-567.0" type="line"/>
+ <point x="-593.0" y="-569.0"/>
+ <point x="-620.0" y="-573.0"/>
+ <point x="-641.0" y="-573.0" type="curve" smooth="yes"/>
+ <point x="-682.0" y="-573.0"/>
+ <point x="-708.0" y="-545.0"/>
+ <point x="-708.0" y="-462.0" type="curve" smooth="yes"/>
+ <point x="-708.0" y="-96.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iotatonos.glif b/src/Inter-UI-Regular.ufo/glyphs/iotatonos.glif
new file mode 100644
index 000000000..36ac25528
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/iotatonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="iotatonos" format="2">
+ <advance width="748.0"/>
+ <unicode hex="03AF"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="tonos" xOffset="24.0" yOffset="80.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/isuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/isuperior.glif
index 7eb9ed256..85fa4f7e1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/isuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/isuperior.glif
@@ -1,37 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="isuperior" format="1">
- <advance width="496"/>
+<glyph name="isuperior" format="2">
+ <advance width="496.0"/>
<unicode hex="2071"/>
<outline>
<contour>
- <point x="380" y="1872" type="line"/>
- <point x="128" y="1872" type="line"/>
- <point x="128" y="772" type="line"/>
- <point x="380" y="772" type="line"/>
+ <point x="380.0" y="1872.0" type="line"/>
+ <point x="128.0" y="1872.0" type="line"/>
+ <point x="128.0" y="772.0" type="line"/>
+ <point x="380.0" y="772.0" type="line"/>
</contour>
<contour>
- <point x="104" y="2156" type="curve" smooth="yes"/>
- <point x="104" y="2080"/>
- <point x="152" y="2020"/>
- <point x="248" y="2020" type="curve" smooth="yes"/>
- <point x="344" y="2020"/>
- <point x="392" y="2080"/>
- <point x="392" y="2156" type="curve" smooth="yes"/>
- <point x="392" y="2236"/>
- <point x="344" y="2300"/>
- <point x="248" y="2300" type="curve" smooth="yes"/>
- <point x="152" y="2300"/>
- <point x="104" y="2236"/>
+ <point x="104.0" y="2156.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="2080.0"/>
+ <point x="152.0" y="2020.0"/>
+ <point x="248.0" y="2020.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="2020.0"/>
+ <point x="392.0" y="2080.0"/>
+ <point x="392.0" y="2156.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2236.0"/>
+ <point x="344.0" y="2300.0"/>
+ <point x="248.0" y="2300.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="2300.0"/>
+ <point x="104.0" y="2236.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 620, 'leftMargin': 165, 'rightMargin': 165}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/itilde.glif b/src/Inter-UI-Regular.ufo/glyphs/itilde.glif
index 8e94f424c..a2e0d450b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/itilde.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/itilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="itilde" format="1">
- <advance width="784"/>
+<glyph name="itilde" format="2">
+ <advance width="784.0"/>
<unicode hex="0129"/>
<outline>
- <component base="tilde" xOffset="-240"/>
- <component base="dotlessi" xOffset="60"/>
+ <component base="tilde" xOffset="-240.0"/>
+ <component base="dotlessi" xOffset="60.0"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/itildebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/itildebelow.glif
index ad81b4b0c..67b044905 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/itildebelow.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/itildebelow.glif
@@ -1,59 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="itildebelow" format="1">
- <advance width="888"/>
+<glyph name="itildebelow" format="2">
+ <advance width="888.0"/>
<unicode hex="1E2D"/>
+ <guideline x="436.0" y="1508.0" angle="90.0"/>
+ <anchor x="480.0" y="16.0" name="bottom"/>
+ <anchor x="828.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="480.0" y="-580.0" name="mkmkbottom_acc"/>
+ <anchor x="596.0" y="0.0" name="ogonek"/>
+ <anchor x="524.0" y="900.0" name="rhotichook"/>
+ <anchor x="484.0" y="2304.0" name="top"/>
+ <anchor x="828.0" y="2200.0" name="top0315"/>
+ <anchor x="828.0" y="2200.0" name="top_dd"/>
<outline>
- <component base="i" xOffset="112"/>
- <component base="tilde" xOffset="-188" yOffset="-2216"/>
- <contour>
- <point x="480" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="524" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="480" y="-580" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="484" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="828" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="828" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="596" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="828" y="-560" type="move" name="bottom_dd"/>
- </contour>
+ <component base="i" xOffset="112.0"/>
+ <component base="tilde" xOffset="-188.0" yOffset="-2216.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>436</integer>
- <key>y</key>
- <integer>1508</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 997, 'leftMargin': -20, 'rightMargin': 33}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/iucyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/iucyrillic.glif
index ecb8472fe..cde53d381 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/iucyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/iucyrillic.glif
@@ -1,31 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="iucyrillic" format="1">
- <advance width="2288"/>
+<glyph name="iucyrillic" format="2">
+ <advance width="2288.0"/>
<unicode hex="044E"/>
+ <anchor x="1028.0" y="1744.0" name="top"/>
+ <anchor x="2192.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="952" y="864" type="line"/>
- <point x="140" y="864" type="line"/>
- <point x="140" y="644" type="line"/>
- <point x="952" y="644" type="line"/>
+ <point x="952.0" y="864.0" type="line"/>
+ <point x="140.0" y="864.0" type="line"/>
+ <point x="140.0" y="644.0" type="line"/>
+ <point x="952.0" y="644.0" type="line"/>
</contour>
- <component base="dotlessi" xOffset="-112"/>
- <component base="o" xOffset="584"/>
<contour>
- <point x="1028" y="1744" type="move" name="top"/>
+ <point x="340.0" y="1536.0" type="line"/>
+ <point x="104.0" y="1536.0" type="line"/>
+ <point x="104.0" y="0.0" type="line"/>
+ <point x="340.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="2192" y="1744" type="move" name="top0315"/>
+ <point x="1424.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1840.0" y="-32.0"/>
+ <point x="2120.0" y="284.0"/>
+ <point x="2120.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="2120.0" y="1240.0"/>
+ <point x="1840.0" y="1556.0"/>
+ <point x="1424.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1008.0" y="1556.0"/>
+ <point x="728.0" y="1240.0"/>
+ <point x="728.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="284.0"/>
+ <point x="1008.0" y="-32.0"/>
+ </contour>
+ <contour>
+ <point x="1424.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="180.0"/>
+ <point x="964.0" y="452.0"/>
+ <point x="964.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="1068.0"/>
+ <point x="1108.0" y="1344.0"/>
+ <point x="1424.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1740.0" y="1344.0"/>
+ <point x="1884.0" y="1068.0"/>
+ <point x="1884.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1884.0" y="452.0"/>
+ <point x="1740.0" y="180.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2300, 'leftMargin': 249, 'rightMargin': 45}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/izhitsacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/izhitsacyrillic.glif
index d671fb2db..d14a4a7b7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/izhitsacyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/izhitsacyrillic.glif
@@ -1,49 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="izhitsacyrillic" format="1">
- <advance width="1520"/>
+<glyph name="izhitsacyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0475"/>
+ <anchor x="740.0" y="1716.0" name="top"/>
+ <anchor x="1432.0" y="1716.0" name="top0315"/>
<outline>
<contour>
- <point x="736" y="448" type="line"/>
- <point x="632" y="0" type="line"/>
- <point x="812" y="0" type="line"/>
- <point x="1216" y="1156" type="line"/>
- <point x="1244" y="1224"/>
- <point x="1304" y="1276"/>
- <point x="1356" y="1276" type="curve" smooth="yes"/>
- <point x="1384" y="1276"/>
- <point x="1404" y="1272"/>
- <point x="1412" y="1264" type="curve"/>
- <point x="1440" y="1480" type="line"/>
- <point x="1392" y="1512"/>
- <point x="1344" y="1516"/>
- <point x="1292" y="1516" type="curve" smooth="yes"/>
- <point x="1152" y="1516"/>
- <point x="1020" y="1420"/>
- <point x="940" y="1172" type="curve"/>
+ <point x="736.0" y="448.0" type="line"/>
+ <point x="632.0" y="0.0" type="line"/>
+ <point x="812.0" y="0.0" type="line"/>
+ <point x="1216.0" y="1156.0" type="line"/>
+ <point x="1244.0" y="1224.0"/>
+ <point x="1304.0" y="1276.0"/>
+ <point x="1356.0" y="1276.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="1276.0"/>
+ <point x="1404.0" y="1272.0"/>
+ <point x="1412.0" y="1264.0" type="curve"/>
+ <point x="1440.0" y="1480.0" type="line"/>
+ <point x="1392.0" y="1512.0"/>
+ <point x="1344.0" y="1516.0"/>
+ <point x="1292.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="1516.0"/>
+ <point x="1020.0" y="1420.0"/>
+ <point x="940.0" y="1172.0" type="curve"/>
</contour>
<contour>
- <point x="360" y="1488" type="line"/>
- <point x="80" y="1488" type="line"/>
- <point x="604" y="0" type="line"/>
- <point x="784" y="0" type="line"/>
- <point x="680" y="448" type="line"/>
- </contour>
- <contour>
- <point x="740" y="1716" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1432" y="1716" type="move" name="top0315"/>
+ <point x="360.0" y="1488.0" type="line"/>
+ <point x="80.0" y="1488.0" type="line"/>
+ <point x="604.0" y="0.0" type="line"/>
+ <point x="784.0" y="0.0" type="line"/>
+ <point x="680.0" y="448.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1419.0, 'leftMargin': 65, 'rightMargin': -8.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/izhitsadblgravecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/izhitsadblgravecyrillic.glif
new file mode 100644
index 000000000..69644e019
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/izhitsadblgravecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="izhitsadblgravecyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="0477"/>
+ <anchor x="740.0" y="1716.0" name="parent_top"/>
+ <anchor x="740.0" y="2142.0" name="top"/>
+ <anchor x="1432.0" y="1716.0" name="top0315"/>
+ <outline>
+ <component base="izhitsacyrillic"/>
+ <component base="dblgravecmb" xOffset="1360.0" yOffset="-64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/j.glif b/src/Inter-UI-Regular.ufo/glyphs/j.glif
index 5bf8c220e..abd933579 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/j.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/j.glif
@@ -1,56 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="j" format="1">
- <advance width="668"/>
+<glyph name="j" format="2">
+ <advance width="668.0"/>
<unicode hex="006A"/>
+ <guideline x="332.0" y="2132.0" angle="90.0"/>
+ <anchor x="256.0" y="-632.0" name="bottom"/>
+ <anchor x="676.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="676.0" y="2200.0" name="top0315"/>
+ <anchor x="676.0" y="2200.0" name="top_dd"/>
<outline>
<component base="dotlessj"/>
<component base="dotaccent"/>
- <contour>
- <point x="332" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="256" y="-632" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="676" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="676" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="676" y="2200" type="move" name="top0315"/>
- </contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>2132</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/jcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/jcaron.glif
new file mode 100644
index 000000000..111db924b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/jcaron.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="jcaron" format="2">
+ <advance width="668.0"/>
+ <unicode hex="01F0"/>
+ <anchor x="332.0" y="1716.0" name="parent_top"/>
+ <anchor x="316.0" y="2172.0" name="top"/>
+ <anchor x="688.0" y="1716.0" name="top0315"/>
+ <outline>
+ <component base="dotlessj"/>
+ <component base="caron" xOffset="-320.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/jcircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/jcircumflex.glif
new file mode 100644
index 000000000..8c9e28b01
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/jcircumflex.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="jcircumflex" format="2">
+ <advance width="668.0"/>
+ <unicode hex="0135"/>
+ <anchor x="332.0" y="1716.0" name="parent_top"/>
+ <anchor x="332.0" y="2180.0" name="top"/>
+ <anchor x="688.0" y="1716.0" name="top0315"/>
+ <outline>
+ <component base="dotlessj"/>
+ <component base="circumflex" xOffset="-320.0" yOffset="-80.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/jcrosstail.glif b/src/Inter-UI-Regular.ufo/glyphs/jcrosstail.glif
index 57b60f799..f1dca3ff2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/jcrosstail.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/jcrosstail.glif
@@ -1,53 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="jcrosstail" format="1">
- <advance width="976"/>
+<glyph name="jcrosstail" format="2">
+ <advance width="976.0"/>
<unicode hex="029D"/>
+ <anchor x="512.0" y="-632.0" name="bottom"/>
+ <anchor x="640.0" y="2200.0" name="top"/>
+ <anchor x="1084.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1056" y="156" type="line"/>
- <point x="372" y="156" type="line" smooth="yes"/>
- <point x="152" y="156"/>
- <point x="-36" y="16"/>
- <point x="-36" y="-212" type="curve" smooth="yes"/>
- <point x="-36" y="-416"/>
- <point x="116" y="-576"/>
- <point x="364" y="-576" type="curve" smooth="yes"/>
- <point x="616" y="-576"/>
- <point x="760" y="-412"/>
- <point x="760" y="-180" type="curve" smooth="yes"/>
- <point x="760" y="336" type="line"/>
- <point x="524" y="336" type="line"/>
- <point x="524" y="-204" type="line" smooth="yes"/>
- <point x="524" y="-292"/>
- <point x="472" y="-368"/>
- <point x="360" y="-368" type="curve" smooth="yes"/>
- <point x="276" y="-368"/>
- <point x="212" y="-296"/>
- <point x="212" y="-212" type="curve" smooth="yes"/>
- <point x="212" y="-132"/>
- <point x="280" y="-64"/>
- <point x="376" y="-64" type="curve" smooth="yes"/>
- <point x="1056" y="-64" type="line"/>
+ <point x="1056.0" y="156.0" type="line"/>
+ <point x="372.0" y="156.0" type="line" smooth="yes"/>
+ <point x="152.0" y="156.0"/>
+ <point x="-36.0" y="16.0"/>
+ <point x="-36.0" y="-212.0" type="curve" smooth="yes"/>
+ <point x="-36.0" y="-416.0"/>
+ <point x="116.0" y="-576.0"/>
+ <point x="364.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="-576.0"/>
+ <point x="760.0" y="-412.0"/>
+ <point x="760.0" y="-180.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="336.0" type="line"/>
+ <point x="524.0" y="336.0" type="line"/>
+ <point x="524.0" y="-204.0" type="line" smooth="yes"/>
+ <point x="524.0" y="-292.0"/>
+ <point x="472.0" y="-368.0"/>
+ <point x="360.0" y="-368.0" type="curve" smooth="yes"/>
+ <point x="276.0" y="-368.0"/>
+ <point x="212.0" y="-296.0"/>
+ <point x="212.0" y="-212.0" type="curve" smooth="yes"/>
+ <point x="212.0" y="-132.0"/>
+ <point x="280.0" y="-64.0"/>
+ <point x="376.0" y="-64.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="-64.0" type="line"/>
</contour>
- <component base="i" xOffset="308"/>
<contour>
- <point x="640" y="2200" type="move" name="top"/>
+ <point x="760.0" y="1536.0" type="line"/>
+ <point x="524.0" y="1536.0" type="line"/>
+ <point x="524.0" y="0.0" type="line"/>
+ <point x="760.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="512" y="-632" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1084" y="2200" type="move" name="top0315"/>
+ <point x="640.0" y="1780.0" type="curve"/>
+ <point x="744.0" y="1780.0"/>
+ <point x="808.0" y="1852.0"/>
+ <point x="808.0" y="1940.0" type="curve"/>
+ <point x="808.0" y="2020.0"/>
+ <point x="744.0" y="2100.0"/>
+ <point x="640.0" y="2100.0" type="curve"/>
+ <point x="536.0" y="2100.0"/>
+ <point x="472.0" y="2020.0"/>
+ <point x="472.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="1852.0"/>
+ <point x="536.0" y="1780.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1177.0, 'leftMargin': 41, 'rightMargin': 27.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/jdotlessbar.glif b/src/Inter-UI-Regular.ufo/glyphs/jdotlessbar.glif
index 3fd5eec56..65bfc8aff 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/jdotlessbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/jdotlessbar.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="jdotlessbar" format="1">
- <advance width="840"/>
+<glyph name="jdotlessbar" format="2">
+ <advance width="840.0"/>
<unicode hex="025F"/>
+ <anchor x="600.0" y="-616.0" name="bottom"/>
+ <anchor x="600.0" y="1776.0" name="top"/>
+ <anchor x="1004.0" y="1776.0" name="top0315"/>
<outline>
- <component base="dotlessj" xOffset="84"/>
- <component base="crossbar" xOffset="-216" yOffset="-912"/>
- <contour>
- <point x="600" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="600" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1004" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="dotlessj" xOffset="84.0"/>
+ <component base="crossbar" xOffset="-216.0" yOffset="-912.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 920, 'leftMargin': 96, 'rightMargin': 8}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/jecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/jecyrillic.glif
new file mode 100644
index 000000000..c013921ae
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/jecyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="jecyrillic" format="2">
+ <advance width="668.0"/>
+ <unicode hex="0458"/>
+ <anchor x="256.0" y="-632.0" name="bottom"/>
+ <anchor x="676.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="676.0" y="2200.0" name="top0315"/>
+ <anchor x="676.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="j"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/jhookdblbar.glif b/src/Inter-UI-Regular.ufo/glyphs/jhookdblbar.glif
index 58dc4328e..9b5bddbe6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/jhookdblbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/jhookdblbar.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="jhookdblbar" format="1">
- <advance width="1264"/>
+<glyph name="jhookdblbar" format="2">
+ <advance width="1264.0"/>
<unicode hex="0284"/>
+ <anchor x="352.0" y="-616.0" name="bottom"/>
+ <anchor x="844.0" y="2340.0" name="top"/>
+ <anchor x="1212.0" y="2340.0" name="top0315"/>
<outline>
- <component base="esh" xOffset="44"/>
- <component base="crossbar" xOffset="-20" yOffset="-888"/>
- <contour>
- <point x="844" y="2340" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1212" y="2340" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="352" y="-616" type="move" name="bottom"/>
- </contour>
+ <component base="esh" xOffset="44.0"/>
+ <component base="crossbar" xOffset="-20.0" yOffset="-888.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1158, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/jsuper.glif b/src/Inter-UI-Regular.ufo/glyphs/jsuper.glif
index c4e03033c..c9a1c9219 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/jsuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/jsuper.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="jsuper" format="1">
- <advance width="496"/>
+<glyph name="jsuper" format="2">
+ <advance width="496.0"/>
<unicode hex="02B2"/>
<outline>
<contour>
- <point x="208" y="1996" type="line"/>
- <point x="208" y="860" type="line" smooth="yes"/>
- <point x="208" y="720"/>
- <point x="180" y="672"/>
- <point x="92" y="672" type="curve" smooth="yes"/>
- <point x="72" y="672"/>
- <point x="48" y="676"/>
- <point x="24" y="680" type="curve"/>
- <point x="24" y="468" type="line"/>
- <point x="56" y="456"/>
- <point x="108" y="452"/>
- <point x="144" y="452" type="curve" smooth="yes"/>
- <point x="376" y="452"/>
- <point x="460" y="628"/>
- <point x="460" y="860" type="curve" smooth="yes"/>
- <point x="460" y="1996" type="line"/>
+ <point x="208.0" y="1996.0" type="line"/>
+ <point x="208.0" y="860.0" type="line" smooth="yes"/>
+ <point x="208.0" y="720.0"/>
+ <point x="180.0" y="672.0"/>
+ <point x="92.0" y="672.0" type="curve" smooth="yes"/>
+ <point x="72.0" y="672.0"/>
+ <point x="48.0" y="676.0"/>
+ <point x="24.0" y="680.0" type="curve"/>
+ <point x="24.0" y="468.0" type="line"/>
+ <point x="56.0" y="456.0"/>
+ <point x="108.0" y="452.0"/>
+ <point x="144.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="452.0"/>
+ <point x="460.0" y="628.0"/>
+ <point x="460.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="1996.0" type="line"/>
</contour>
<contour>
- <point x="180" y="2284" type="curve" smooth="yes"/>
- <point x="180" y="2208"/>
- <point x="232" y="2148"/>
- <point x="324" y="2148" type="curve" smooth="yes"/>
- <point x="420" y="2148"/>
- <point x="472" y="2208"/>
- <point x="472" y="2284" type="curve" smooth="yes"/>
- <point x="472" y="2360"/>
- <point x="420" y="2424"/>
- <point x="324" y="2424" type="curve" smooth="yes"/>
- <point x="232" y="2424"/>
- <point x="180" y="2360"/>
+ <point x="180.0" y="2284.0" type="curve" smooth="yes"/>
+ <point x="180.0" y="2208.0"/>
+ <point x="232.0" y="2148.0"/>
+ <point x="324.0" y="2148.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="2148.0"/>
+ <point x="472.0" y="2208.0"/>
+ <point x="472.0" y="2284.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="2360.0"/>
+ <point x="420.0" y="2424.0"/>
+ <point x="324.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="232.0" y="2424.0"/>
+ <point x="180.0" y="2360.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 624, 'leftMargin': 41, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/k.glif b/src/Inter-UI-Regular.ufo/glyphs/k.glif
index f442736f3..a76115c23 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/k.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/k.glif
@@ -1,64 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="k" format="1">
- <advance width="1500"/>
+<glyph name="k" format="2">
+ <advance width="1500.0"/>
<unicode hex="006B"/>
+ <anchor x="744.0" y="0.0" name="bottom"/>
+ <anchor x="1416.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="308.0" y="1772.0" name="cross"/>
+ <anchor x="732.0" y="2304.0" name="marktop"/>
+ <anchor x="732.0" y="2304.0" name="top"/>
+ <anchor x="1236.0" y="2216.0" name="top0315"/>
+ <anchor x="1416.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="452" y="2048" type="line"/>
- <point x="216" y="2048" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
+ <point x="452.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1396" y="1536" type="line"/>
- <point x="1104" y="1536" type="line"/>
- <point x="480" y="844" type="line"/>
- <point x="432" y="844" type="line"/>
- <point x="436" y="520" type="line"/>
- <point x="708" y="812" type="line"/>
- <point x="728" y="812" type="line"/>
+ <point x="1396.0" y="1536.0" type="line"/>
+ <point x="1104.0" y="1536.0" type="line"/>
+ <point x="480.0" y="844.0" type="line"/>
+ <point x="432.0" y="844.0" type="line"/>
+ <point x="436.0" y="520.0" type="line"/>
+ <point x="708.0" y="812.0" type="line"/>
+ <point x="728.0" y="812.0" type="line"/>
</contour>
<contour>
- <point x="1184" y="0" type="line"/>
- <point x="1460" y="0" type="line"/>
- <point x="760" y="924" type="line"/>
- <point x="624" y="744" type="line"/>
- </contour>
- <contour>
- <point x="744" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="308" y="1772" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="732" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="732" y="2304" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1416" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1416" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1236" y="2216" type="move" name="top0315"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1460.0" y="0.0" type="line"/>
+ <point x="760.0" y="924.0" type="line"/>
+ <point x="624.0" y="744.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kabashkircyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/kabashkircyrillic.glif
index ace1435ab..cbf176cd7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kabashkircyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kabashkircyrillic.glif
@@ -1,24 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kabashkircyrillic" format="1">
- <advance width="2032"/>
+<glyph name="kabashkircyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="04A1"/>
<outline>
<contour>
- <point x="800" y="1488" type="line"/>
- <point x="84" y="1488" type="line"/>
- <point x="84" y="1268" type="line"/>
- <point x="800" y="1268" type="line"/>
+ <point x="800.0" y="1488.0" type="line"/>
+ <point x="84.0" y="1488.0" type="line"/>
+ <point x="84.0" y="1268.0" type="line"/>
+ <point x="800.0" y="1268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="912.0" y="1488.0" type="line"/>
+ <point x="636.0" y="1488.0" type="line"/>
+ <point x="636.0" y="0.0" type="line"/>
+ <point x="912.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1888.0" y="1488.0" type="line"/>
+ <point x="1556.0" y="1488.0" type="line"/>
+ <point x="1068.0" y="864.0" type="line"/>
+ <point x="776.0" y="864.0" type="line"/>
+ <point x="820.0" y="628.0" type="line"/>
+ <point x="1180.0" y="628.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1588.0" y="0.0" type="line"/>
+ <point x="1932.0" y="0.0" type="line"/>
+ <point x="1232.0" y="864.0" type="line"/>
+ <point x="1056.0" y="668.0" type="line"/>
</contour>
- <component base="kacyrillic" xOffset="432"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1959, 'leftMargin': 89, 'rightMargin': 5}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kacute.glif b/src/Inter-UI-Regular.ufo/glyphs/kacute.glif
new file mode 100644
index 000000000..dda243aeb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/kacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kacute" format="2">
+ <advance width="1500.0"/>
+ <unicode hex="1E31"/>
+ <anchor x="744.0" y="0.0" name="bottom"/>
+ <anchor x="1416.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="732.0" y="2304.0" name="parent_top"/>
+ <anchor x="732.0" y="2796.0" name="top"/>
+ <anchor x="1236.0" y="2216.0" name="top0315"/>
+ <anchor x="1416.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="acute" xOffset="424.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/kacyrillic.glif
index bf9e244f0..52001c0f9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kacyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kacyrillic.glif
@@ -1,44 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kacyrillic" format="1">
- <advance width="1520"/>
+<glyph name="kacyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="043A"/>
+ <anchor x="1364.0" y="0.0" name="right"/>
+ <anchor x="736.0" y="1744.0" name="top"/>
+ <anchor x="1528.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="480" y="1488" type="line"/>
- <point x="204" y="1488" type="line"/>
- <point x="204" y="0" type="line"/>
- <point x="480" y="0" type="line"/>
+ <point x="480.0" y="1488.0" type="line"/>
+ <point x="204.0" y="1488.0" type="line"/>
+ <point x="204.0" y="0.0" type="line"/>
+ <point x="480.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1456" y="1488" type="line"/>
- <point x="1124" y="1488" type="line"/>
- <point x="636" y="864" type="line"/>
- <point x="344" y="864" type="line"/>
- <point x="388" y="628" type="line"/>
- <point x="748" y="628" type="line"/>
+ <point x="1456.0" y="1488.0" type="line"/>
+ <point x="1124.0" y="1488.0" type="line"/>
+ <point x="636.0" y="864.0" type="line"/>
+ <point x="344.0" y="864.0" type="line"/>
+ <point x="388.0" y="628.0" type="line"/>
+ <point x="748.0" y="628.0" type="line"/>
</contour>
<contour>
- <point x="1156" y="0" type="line"/>
- <point x="1500" y="0" type="line"/>
- <point x="800" y="864" type="line"/>
- <point x="624" y="668" type="line"/>
- </contour>
- <contour>
- <point x="736" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1364" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1528" y="1744" type="move" name="top0315"/>
+ <point x="1156.0" y="0.0" type="line"/>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="800.0" y="864.0" type="line"/>
+ <point x="624.0" y="668.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kadescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/kadescendercyrillic.glif
index 4cfd68d22..0f4cf6b30 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kadescendercyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kadescendercyrillic.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kadescendercyrillic" format="1">
- <advance width="1776"/>
+<glyph name="kadescendercyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="049B"/>
+ <anchor x="1512.0" y="1744.0" name="top0315"/>
<outline>
- <component base="kacyrillic" xOffset="-32"/>
- <component base="cyrillictic" xOffset="1172"/>
- <contour>
- <point x="1512" y="1744" type="move" name="top0315"/>
- </contour>
+ <component base="kacyrillic" xOffset="-32.0"/>
+ <component base="cyrillictic" xOffset="1172.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1680, 'leftMargin': 213, 'rightMargin': 71}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kahookcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/kahookcyrillic.glif
index 6063d4850..fb4d993ee 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kahookcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kahookcyrillic.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kahookcyrillic" format="1">
- <advance width="1776"/>
+<glyph name="kahookcyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="04C4"/>
<outline>
<contour>
- <point x="540" y="1488" type="line"/>
- <point x="264" y="1488" type="line"/>
- <point x="264" y="0" type="line"/>
- <point x="540" y="0" type="line"/>
+ <point x="540.0" y="1488.0" type="line"/>
+ <point x="264.0" y="1488.0" type="line"/>
+ <point x="264.0" y="0.0" type="line"/>
+ <point x="540.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1512" y="1488" type="line"/>
- <point x="1184" y="1488" type="line"/>
- <point x="652" y="864" type="line"/>
- <point x="404" y="864" type="line"/>
- <point x="448" y="628" type="line"/>
- <point x="764" y="628" type="line"/>
+ <point x="1512.0" y="1488.0" type="line"/>
+ <point x="1184.0" y="1488.0" type="line"/>
+ <point x="652.0" y="864.0" type="line"/>
+ <point x="404.0" y="864.0" type="line"/>
+ <point x="448.0" y="628.0" type="line"/>
+ <point x="764.0" y="628.0" type="line"/>
</contour>
<contour>
- <point x="384" y="628" type="line"/>
- <point x="768" y="628" type="line" smooth="yes"/>
- <point x="1036" y="628"/>
- <point x="1220" y="516"/>
- <point x="1224" y="248" type="curve" smooth="yes"/>
- <point x="1224" y="64"/>
- <point x="1140" y="-80"/>
- <point x="896" y="-140" type="curve"/>
- <point x="968" y="-352" type="line"/>
- <point x="1356" y="-288"/>
- <point x="1496" y="52"/>
- <point x="1496" y="248" type="curve"/>
- <point x="1496" y="656"/>
- <point x="1192" y="860"/>
- <point x="768" y="860" type="curve" smooth="yes"/>
- <point x="384" y="860" type="line"/>
+ <point x="384.0" y="628.0" type="line"/>
+ <point x="768.0" y="628.0" type="line" smooth="yes"/>
+ <point x="1036.0" y="628.0"/>
+ <point x="1220.0" y="516.0"/>
+ <point x="1224.0" y="248.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="64.0"/>
+ <point x="1140.0" y="-80.0"/>
+ <point x="896.0" y="-140.0" type="curve"/>
+ <point x="968.0" y="-352.0" type="line"/>
+ <point x="1356.0" y="-288.0"/>
+ <point x="1496.0" y="52.0"/>
+ <point x="1496.0" y="248.0" type="curve"/>
+ <point x="1496.0" y="656.0"/>
+ <point x="1192.0" y="860.0"/>
+ <point x="768.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="860.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1543, 'leftMargin': 210, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kappa.glif b/src/Inter-UI-Regular.ufo/glyphs/kappa.glif
new file mode 100644
index 000000000..f55c87e97
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/kappa.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kappa" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03BA"/>
+ <anchor x="848.0" y="16.0" name="bottom"/>
+ <anchor x="848.0" y="1776.0" name="parent_top"/>
+ <anchor x="848.0" y="1776.0" name="top"/>
+ <anchor x="1608.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="kgreenlandic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kappa1.glif b/src/Inter-UI-Regular.ufo/glyphs/kappa1.glif
index 37111727a..9442c0788 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kappa1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kappa1.glif
@@ -1,59 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kappa1" format="1">
- <advance width="2032"/>
+<glyph name="kappa1" format="2">
+ <advance width="2032.0"/>
<unicode hex="03F0"/>
<outline>
<contour>
- <point x="332" y="0" type="line"/>
- <point x="1440" y="1488" type="line"/>
- <point x="1732" y="1488" type="line"/>
- <point x="628" y="0" type="line"/>
+ <point x="332.0" y="0.0" type="line"/>
+ <point x="1440.0" y="1488.0" type="line"/>
+ <point x="1732.0" y="1488.0" type="line"/>
+ <point x="628.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="488" y="60" type="line"/>
- <point x="488" y="1036" type="line" smooth="yes"/>
- <point x="488" y="1224"/>
- <point x="396" y="1288"/>
- <point x="248" y="1288" type="curve" smooth="yes"/>
- <point x="224" y="1288"/>
- <point x="188" y="1284"/>
- <point x="160" y="1276" type="curve"/>
- <point x="160" y="1492" type="line"/>
- <point x="204" y="1504"/>
- <point x="272" y="1516"/>
- <point x="320" y="1516" type="curve" smooth="yes"/>
- <point x="580" y="1516"/>
- <point x="764" y="1344"/>
- <point x="764" y="1036" type="curve" smooth="yes"/>
- <point x="764" y="312" type="line"/>
+ <point x="488.0" y="60.0" type="line"/>
+ <point x="488.0" y="1036.0" type="line" smooth="yes"/>
+ <point x="488.0" y="1224.0"/>
+ <point x="396.0" y="1288.0"/>
+ <point x="248.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="1288.0"/>
+ <point x="188.0" y="1284.0"/>
+ <point x="160.0" y="1276.0" type="curve"/>
+ <point x="160.0" y="1492.0" type="line"/>
+ <point x="204.0" y="1504.0"/>
+ <point x="272.0" y="1516.0"/>
+ <point x="320.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="1516.0"/>
+ <point x="764.0" y="1344.0"/>
+ <point x="764.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="312.0" type="line"/>
</contour>
<contour>
- <point x="1544" y="1428" type="line"/>
- <point x="1544" y="452" type="line" smooth="yes"/>
- <point x="1544" y="264"/>
- <point x="1636" y="200"/>
- <point x="1784" y="200" type="curve" smooth="yes"/>
- <point x="1808" y="200"/>
- <point x="1844" y="204"/>
- <point x="1872" y="212" type="curve"/>
- <point x="1872" y="-4" type="line"/>
- <point x="1832" y="-20"/>
- <point x="1760" y="-28"/>
- <point x="1712" y="-28" type="curve" smooth="yes"/>
- <point x="1452" y="-28"/>
- <point x="1268" y="144"/>
- <point x="1268" y="452" type="curve" smooth="yes"/>
- <point x="1268" y="1176" type="line"/>
+ <point x="1544.0" y="1428.0" type="line"/>
+ <point x="1544.0" y="452.0" type="line" smooth="yes"/>
+ <point x="1544.0" y="264.0"/>
+ <point x="1636.0" y="200.0"/>
+ <point x="1784.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1808.0" y="200.0"/>
+ <point x="1844.0" y="204.0"/>
+ <point x="1872.0" y="212.0" type="curve"/>
+ <point x="1872.0" y="-4.0" type="line"/>
+ <point x="1832.0" y="-20.0"/>
+ <point x="1760.0" y="-28.0"/>
+ <point x="1712.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1452.0" y="-28.0"/>
+ <point x="1268.0" y="144.0"/>
+ <point x="1268.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="1176.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1796, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kaverticalstrokecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/kaverticalstrokecyrillic.glif
index 7715fedea..9d2085d96 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kaverticalstrokecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kaverticalstrokecyrillic.glif
@@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kaverticalstrokecyrillic" format="1">
- <advance width="1776"/>
+<glyph name="kaverticalstrokecyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="049D"/>
<outline>
<contour>
- <point x="192" y="1488" type="line"/>
- <point x="192" y="0" type="line"/>
- <point x="468" y="0" type="line"/>
- <point x="468" y="1488" type="line"/>
+ <point x="192.0" y="1488.0" type="line"/>
+ <point x="192.0" y="0.0" type="line"/>
+ <point x="468.0" y="0.0" type="line"/>
+ <point x="468.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="596" y="1152" type="line"/>
- <point x="596" y="372" type="line"/>
- <point x="816" y="372" type="line"/>
- <point x="816" y="1152" type="line"/>
+ <point x="596.0" y="1152.0" type="line"/>
+ <point x="596.0" y="372.0" type="line"/>
+ <point x="816.0" y="372.0" type="line"/>
+ <point x="816.0" y="1152.0" type="line"/>
</contour>
<contour>
- <point x="1208" y="1488" type="line"/>
- <point x="860" y="864" type="line"/>
- <point x="332" y="864" type="line"/>
- <point x="376" y="628" type="line"/>
- <point x="972" y="628" type="line"/>
- <point x="1540" y="1488" type="line"/>
+ <point x="1208.0" y="1488.0" type="line"/>
+ <point x="860.0" y="864.0" type="line"/>
+ <point x="332.0" y="864.0" type="line"/>
+ <point x="376.0" y="628.0" type="line"/>
+ <point x="972.0" y="628.0" type="line"/>
+ <point x="1540.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="848" y="668" type="line"/>
- <point x="1240" y="0" type="line"/>
- <point x="1584" y="0" type="line"/>
- <point x="1024" y="864" type="line"/>
+ <point x="848.0" y="668.0" type="line"/>
+ <point x="1240.0" y="0.0" type="line"/>
+ <point x="1584.0" y="0.0" type="line"/>
+ <point x="1024.0" y="864.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1595.0, 'leftMargin': 210, 'rightMargin': -8.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/kcaron.glif
new file mode 100644
index 000000000..62ec8fd08
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/kcaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kcaron" format="2">
+ <advance width="1500.0"/>
+ <unicode hex="01E9"/>
+ <anchor x="744.0" y="0.0" name="bottom"/>
+ <anchor x="1416.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="732.0" y="2304.0" name="parent_top"/>
+ <anchor x="716.0" y="2760.0" name="top"/>
+ <anchor x="1236.0" y="2216.0" name="top0315"/>
+ <anchor x="1416.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="caron" xOffset="88.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kcommaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/kcommaaccent.glif
new file mode 100644
index 000000000..771179fc1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/kcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kcommaaccent" format="2">
+ <advance width="1500.0"/>
+ <unicode hex="0137"/>
+ <anchor x="780.0" y="-728.0" name="bottom"/>
+ <anchor x="1416.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="732.0" y="2304.0" name="parent_top"/>
+ <anchor x="732.0" y="2304.0" name="top"/>
+ <anchor x="1236.0" y="2216.0" name="top0315"/>
+ <anchor x="1416.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="commaaccent" xOffset="352.0" yOffset="-512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/kdotbelow.glif
new file mode 100644
index 000000000..4f04b8706
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/kdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kdotbelow" format="2">
+ <advance width="1500.0"/>
+ <unicode hex="1E33"/>
+ <anchor x="744.0" y="-495.0" name="bottom"/>
+ <anchor x="1416.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="732.0" y="2304.0" name="parent_top"/>
+ <anchor x="732.0" y="2304.0" name="top"/>
+ <anchor x="1236.0" y="2216.0" name="top0315"/>
+ <anchor x="1416.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="dotbelow" xOffset="1568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kgreenlandic.glif b/src/Inter-UI-Regular.ufo/glyphs/kgreenlandic.glif
index ae441bfa2..6de9fc2c5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kgreenlandic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kgreenlandic.glif
@@ -1,46 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kgreenlandic" format="1">
- <advance width="1776"/>
+<glyph name="kgreenlandic" format="2">
+ <advance width="1776.0"/>
<unicode hex="0138"/>
+ <anchor x="848.0" y="16.0" name="bottom"/>
+ <anchor x="848.0" y="1776.0" name="top"/>
+ <anchor x="1608.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="516" y="1488" type="line"/>
- <point x="240" y="1488" type="line"/>
- <point x="240" y="0" type="line"/>
- <point x="516" y="0" type="line"/>
+ <point x="516.0" y="1488.0" type="line"/>
+ <point x="240.0" y="1488.0" type="line"/>
+ <point x="240.0" y="0.0" type="line"/>
+ <point x="516.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1492" y="1488" type="line"/>
- <point x="1160" y="1488" type="line"/>
- <point x="628" y="864" type="line"/>
- <point x="380" y="864" type="line"/>
- <point x="424" y="628" type="line"/>
- <point x="752" y="628" type="line"/>
+ <point x="1492.0" y="1488.0" type="line"/>
+ <point x="1160.0" y="1488.0" type="line"/>
+ <point x="628.0" y="864.0" type="line"/>
+ <point x="380.0" y="864.0" type="line"/>
+ <point x="424.0" y="628.0" type="line"/>
+ <point x="752.0" y="628.0" type="line"/>
</contour>
<contour>
- <point x="1188" y="0" type="line"/>
- <point x="1536" y="0" type="line"/>
- <point x="792" y="864" type="line"/>
- <point x="616" y="668" type="line"/>
- </contour>
- <contour>
- <point x="848" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="848" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1608" y="1776" type="move" name="top0315"/>
+ <point x="1188.0" y="0.0" type="line"/>
+ <point x="1536.0" y="0.0" type="line"/>
+ <point x="792.0" y="864.0" type="line"/>
+ <point x="616.0" y="668.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1576, 'leftMargin': 210, 'rightMargin': 70}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/khacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/khacyrillic.glif
new file mode 100644
index 000000000..294fffb35
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/khacyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="khacyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="0445"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1396.0" y="1760.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/khook.glif b/src/Inter-UI-Regular.ufo/glyphs/khook.glif
index dadc0e6d3..94cd1623a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/khook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/khook.glif
@@ -1,50 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="khook" format="1">
- <advance width="1500"/>
+<glyph name="khook" format="2">
+ <advance width="1500.0"/>
<unicode hex="0199"/>
<outline>
<contour>
- <point x="1176" y="0" type="line"/>
- <point x="1460" y="0" type="line"/>
- <point x="792" y="880" type="line"/>
- <point x="1396" y="1536" type="line"/>
- <point x="1096" y="1536" type="line"/>
- <point x="472" y="844" type="line"/>
- <point x="452" y="844" type="line"/>
- <point x="452" y="1600" type="line"/>
- <point x="216" y="1600" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- <point x="452" y="508" type="line"/>
- <point x="636" y="708" type="line"/>
+ <point x="1176.0" y="0.0" type="line"/>
+ <point x="1460.0" y="0.0" type="line"/>
+ <point x="792.0" y="880.0" type="line"/>
+ <point x="1396.0" y="1536.0" type="line"/>
+ <point x="1096.0" y="1536.0" type="line"/>
+ <point x="472.0" y="844.0" type="line"/>
+ <point x="452.0" y="844.0" type="line"/>
+ <point x="452.0" y="1600.0" type="line"/>
+ <point x="216.0" y="1600.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="508.0" type="line"/>
+ <point x="636.0" y="708.0" type="line"/>
</contour>
<contour>
- <point x="452" y="1464" type="line"/>
- <point x="452" y="1664" type="line" smooth="yes"/>
- <point x="452" y="1824"/>
- <point x="548" y="1872"/>
- <point x="676" y="1872" type="curve" smooth="yes"/>
- <point x="704" y="1872"/>
- <point x="732" y="1868"/>
- <point x="752" y="1864" type="curve"/>
- <point x="752" y="2064" type="line"/>
- <point x="716" y="2076"/>
- <point x="664" y="2076"/>
- <point x="616" y="2076" type="curve" smooth="yes"/>
- <point x="392" y="2076"/>
- <point x="216" y="1928"/>
- <point x="216" y="1664" type="curve" smooth="yes"/>
- <point x="216" y="1464" type="line"/>
+ <point x="452.0" y="1464.0" type="line"/>
+ <point x="452.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1824.0"/>
+ <point x="548.0" y="1872.0"/>
+ <point x="676.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="1872.0"/>
+ <point x="732.0" y="1868.0"/>
+ <point x="752.0" y="1864.0" type="curve"/>
+ <point x="752.0" y="2064.0" type="line"/>
+ <point x="716.0" y="2076.0"/>
+ <point x="664.0" y="2076.0"/>
+ <point x="616.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2076.0"/>
+ <point x="216.0" y="1928.0"/>
+ <point x="216.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1464.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1438, 'leftMargin': 190, 'rightMargin': 0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kip.glif b/src/Inter-UI-Regular.ufo/glyphs/kip.glif
index 362e92e61..91407c70a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kip.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kip.glif
@@ -1,31 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kip" format="1">
- <advance width="1992"/>
+<glyph name="kip" format="2">
+ <advance width="1992.0"/>
<unicode hex="20AD"/>
<outline>
<contour>
- <point x="1920" y="1196" type="line"/>
- <point x="72" y="1196" type="line"/>
- <point x="72" y="976" type="line"/>
- <point x="1920" y="976" type="line"/>
+ <point x="1920.0" y="1196.0" type="line"/>
+ <point x="72.0" y="1196.0" type="line"/>
+ <point x="72.0" y="976.0" type="line"/>
+ <point x="1920.0" y="976.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="636.0" y="2048.0" type="line"/>
+ <point x="388.0" y="2048.0" type="line"/>
+ <point x="388.0" y="0.0" type="line"/>
+ <point x="636.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1904.0" y="2048.0" type="line"/>
+ <point x="1580.0" y="2048.0" type="line"/>
+ <point x="660.0" y="1032.0" type="line"/>
+ <point x="588.0" y="1032.0" type="line"/>
+ <point x="588.0" y="612.0" type="line"/>
+ <point x="900.0" y="960.0" type="line"/>
+ <point x="912.0" y="980.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1604.0" y="0.0" type="line"/>
+ <point x="1904.0" y="0.0" type="line"/>
+ <point x="1012.0" y="1168.0" type="line"/>
+ <point x="876.0" y="976.0" type="line"/>
</contour>
- <component base="K" xOffset="140"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1940, 'leftMargin': 41, 'rightMargin': 12}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kjecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/kjecyrillic.glif
new file mode 100644
index 000000000..ba9b5b75a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/kjecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="kjecyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="045C"/>
+ <anchor x="736.0" y="1744.0" name="parent_top"/>
+ <anchor x="736.0" y="2236.0" name="top"/>
+ <anchor x="1528.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="kacyrillic"/>
+ <component base="acute" xOffset="424.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/klinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/klinebelow.glif
new file mode 100644
index 000000000..f057141a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/klinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="klinebelow" format="2">
+ <advance width="1500.0"/>
+ <unicode hex="1E35"/>
+ <anchor x="744.0" y="-404.0" name="bottom"/>
+ <anchor x="1416.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="732.0" y="2304.0" name="parent_top"/>
+ <anchor x="732.0" y="2304.0" name="top"/>
+ <anchor x="1236.0" y="2216.0" name="top0315"/>
+ <anchor x="1416.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="k"/>
+ <component base="macronsubnosp" xOffset="1552.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/koppa.glif b/src/Inter-UI-Regular.ufo/glyphs/koppa.glif
index 15531d1c7..b84df5592 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/koppa.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/koppa.glif
@@ -1,37 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="koppa" format="1">
- <advance width="1520"/>
+<glyph name="koppa" format="2">
+ <advance width="1520.0"/>
<unicode hex="03DF"/>
<outline>
<contour>
- <point x="1192" y="1120" type="line"/>
- <point x="320" y="1120" type="line"/>
- <point x="320" y="900" type="line"/>
- <point x="1192" y="900" type="line"/>
+ <point x="1192.0" y="1120.0" type="line"/>
+ <point x="320.0" y="1120.0" type="line"/>
+ <point x="320.0" y="900.0" type="line"/>
+ <point x="1192.0" y="900.0" type="line"/>
</contour>
<contour>
- <point x="768" y="2048" type="line"/>
- <point x="516" y="2048" type="line"/>
- <point x="132" y="980" type="line"/>
- <point x="132" y="900" type="line"/>
- <point x="356" y="900" type="line"/>
+ <point x="768.0" y="2048.0" type="line"/>
+ <point x="516.0" y="2048.0" type="line"/>
+ <point x="132.0" y="980.0" type="line"/>
+ <point x="132.0" y="900.0" type="line"/>
+ <point x="356.0" y="900.0" type="line"/>
</contour>
<contour>
- <point x="1388" y="1044" type="line"/>
- <point x="1388" y="1120" type="line"/>
- <point x="1164" y="1120" type="line"/>
- <point x="752" y="0" type="line"/>
- <point x="1004" y="0" type="line"/>
+ <point x="1388.0" y="1044.0" type="line"/>
+ <point x="1388.0" y="1120.0" type="line"/>
+ <point x="1164.0" y="1120.0" type="line"/>
+ <point x="752.0" y="0.0" type="line"/>
+ <point x="1004.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1462, 'leftMargin': 103, 'rightMargin': 103}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/koppacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/koppacyrillic.glif
index 3b7e421e2..1bf05d1e5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/koppacyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/koppacyrillic.glif
@@ -1,59 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="koppacyrillic" format="1">
- <advance width="1520"/>
+<glyph name="koppacyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0481"/>
+ <anchor x="796.0" y="-16.0" name="bottom"/>
+ <anchor x="1268.0" y="100.0" name="right"/>
+ <anchor x="796.0" y="1776.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="796" y="192" type="line"/>
- <point x="524" y="192"/>
- <point x="420" y="464"/>
- <point x="420" y="716" type="curve" smooth="yes"/>
- <point x="420" y="772" type="line" smooth="yes"/>
- <point x="420" y="1024"/>
- <point x="528" y="1296"/>
- <point x="796" y="1296" type="curve"/>
- <point x="980" y="1296"/>
- <point x="1120" y="1148"/>
- <point x="1120" y="976" type="curve"/>
- <point x="1380" y="976" type="line"/>
- <point x="1380" y="1276"/>
- <point x="1136" y="1516"/>
- <point x="796" y="1516" type="curve" smooth="yes"/>
- <point x="380" y="1516"/>
- <point x="144" y="1168"/>
- <point x="144" y="772" type="curve" smooth="yes"/>
- <point x="144" y="716" type="line" smooth="yes"/>
- <point x="144" y="320"/>
- <point x="376" y="-28"/>
- <point x="796" y="-28" type="curve"/>
+ <point x="796.0" y="192.0" type="line"/>
+ <point x="524.0" y="192.0"/>
+ <point x="420.0" y="464.0"/>
+ <point x="420.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="772.0" type="line" smooth="yes"/>
+ <point x="420.0" y="1024.0"/>
+ <point x="528.0" y="1296.0"/>
+ <point x="796.0" y="1296.0" type="curve"/>
+ <point x="980.0" y="1296.0"/>
+ <point x="1120.0" y="1148.0"/>
+ <point x="1120.0" y="976.0" type="curve"/>
+ <point x="1380.0" y="976.0" type="line"/>
+ <point x="1380.0" y="1276.0"/>
+ <point x="1136.0" y="1516.0"/>
+ <point x="796.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1516.0"/>
+ <point x="144.0" y="1168.0"/>
+ <point x="144.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="716.0" type="line" smooth="yes"/>
+ <point x="144.0" y="320.0"/>
+ <point x="376.0" y="-28.0"/>
+ <point x="796.0" y="-28.0" type="curve"/>
</contour>
<contour>
- <point x="944" y="192" type="line"/>
- <point x="668" y="192" type="line"/>
- <point x="668" y="-528" type="line"/>
- <point x="944" y="-528" type="line"/>
- </contour>
- <contour>
- <point x="796" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="796" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1268" y="100" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1524" y="1776" type="move" name="top0315"/>
+ <point x="944.0" y="192.0" type="line"/>
+ <point x="668.0" y="192.0" type="line"/>
+ <point x="668.0" y="-528.0" type="line"/>
+ <point x="944.0" y="-528.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1514, 'leftMargin': 135, 'rightMargin': 144}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/koroniscmb.glif b/src/Inter-UI-Regular.ufo/glyphs/koroniscmb.glif
index b8e11c548..325225923 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/koroniscmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/koroniscmb.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="koroniscmb" format="1">
- <advance width="0"/>
+<glyph name="koroniscmb" format="2">
<unicode hex="0343"/>
+ <anchor x="-840.0" y="1774.0" name="_marktop"/>
+ <anchor x="-840.0" y="2366.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-840" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-840" y="2366" type="move" name="mkmktop"/>
- </contour>
- <component base="commaaccent" xOffset="-1104" yOffset="1920"/>
+ <component base="commaaccent" xOffset="-1104.0" yOffset="1920.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ksicyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ksicyrillic.glif
index e958e3c07..45a143c26 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ksicyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ksicyrillic.glif
@@ -1,76 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ksicyrillic" format="1">
- <advance width="1264"/>
+<glyph name="ksicyrillic" format="2">
+ <advance width="1264.0"/>
<unicode hex="046F"/>
+ <anchor x="616.0" y="2392.0" name="top"/>
+ <anchor x="1328.0" y="2392.0" name="top0315"/>
<outline>
<contour>
- <point x="148" y="1488" type="line"/>
- <point x="148" y="1268" type="line"/>
- <point x="564" y="1268" type="line" smooth="yes"/>
- <point x="784" y="1268"/>
- <point x="888" y="1176"/>
- <point x="888" y="1064" type="curve" smooth="yes"/>
- <point x="888" y="940"/>
- <point x="788" y="852"/>
- <point x="536" y="852" type="curve" smooth="yes"/>
- <point x="340" y="852" type="line"/>
- <point x="340" y="688" type="line"/>
- <point x="540" y="688" type="line" smooth="yes"/>
- <point x="916" y="688"/>
- <point x="1164" y="848"/>
- <point x="1164" y="1060" type="curve" smooth="yes"/>
- <point x="1164" y="1328"/>
- <point x="908" y="1488"/>
- <point x="564" y="1488" type="curve" smooth="yes"/>
+ <point x="148.0" y="1488.0" type="line"/>
+ <point x="148.0" y="1268.0" type="line"/>
+ <point x="564.0" y="1268.0" type="line" smooth="yes"/>
+ <point x="784.0" y="1268.0"/>
+ <point x="888.0" y="1176.0"/>
+ <point x="888.0" y="1064.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="940.0"/>
+ <point x="788.0" y="852.0"/>
+ <point x="536.0" y="852.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="852.0" type="line"/>
+ <point x="340.0" y="688.0" type="line"/>
+ <point x="540.0" y="688.0" type="line" smooth="yes"/>
+ <point x="916.0" y="688.0"/>
+ <point x="1164.0" y="848.0"/>
+ <point x="1164.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="1164.0" y="1328.0"/>
+ <point x="908.0" y="1488.0"/>
+ <point x="564.0" y="1488.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="340" y="796" type="line"/>
- <point x="340" y="632" type="line"/>
- <point x="536" y="632" type="line" smooth="yes"/>
- <point x="784" y="632"/>
- <point x="920" y="560"/>
- <point x="920" y="412" type="curve" smooth="yes"/>
- <point x="920" y="284"/>
- <point x="800" y="192"/>
- <point x="600" y="192" type="curve" smooth="yes"/>
- <point x="540" y="192" type="line" smooth="yes"/>
- <point x="256" y="192"/>
- <point x="72" y="84"/>
- <point x="72" y="-168" type="curve"/>
- <point x="76" y="-392"/>
- <point x="268" y="-540"/>
- <point x="440" y="-616" type="curve"/>
- <point x="552" y="-436" type="line"/>
- <point x="472" y="-400"/>
- <point x="332" y="-328"/>
- <point x="332" y="-180" type="curve" smooth="yes"/>
- <point x="332" y="-92"/>
- <point x="388" y="-28"/>
- <point x="532" y="-28" type="curve" smooth="yes"/>
- <point x="600" y="-28" type="line" smooth="yes"/>
- <point x="944" y="-28"/>
- <point x="1196" y="136"/>
- <point x="1196" y="420" type="curve" smooth="yes"/>
- <point x="1196" y="660"/>
- <point x="956" y="796"/>
- <point x="540" y="796" type="curve" smooth="yes"/>
+ <point x="340.0" y="796.0" type="line"/>
+ <point x="340.0" y="632.0" type="line"/>
+ <point x="536.0" y="632.0" type="line" smooth="yes"/>
+ <point x="784.0" y="632.0"/>
+ <point x="920.0" y="560.0"/>
+ <point x="920.0" y="412.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="284.0"/>
+ <point x="800.0" y="192.0"/>
+ <point x="600.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="192.0" type="line" smooth="yes"/>
+ <point x="256.0" y="192.0"/>
+ <point x="72.0" y="84.0"/>
+ <point x="72.0" y="-168.0" type="curve"/>
+ <point x="76.0" y="-392.0"/>
+ <point x="268.0" y="-540.0"/>
+ <point x="440.0" y="-616.0" type="curve"/>
+ <point x="552.0" y="-436.0" type="line"/>
+ <point x="472.0" y="-400.0"/>
+ <point x="332.0" y="-328.0"/>
+ <point x="332.0" y="-180.0" type="curve" smooth="yes"/>
+ <point x="332.0" y="-92.0"/>
+ <point x="388.0" y="-28.0"/>
+ <point x="532.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="944.0" y="-28.0"/>
+ <point x="1196.0" y="136.0"/>
+ <point x="1196.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="660.0"/>
+ <point x="956.0" y="796.0"/>
+ <point x="540.0" y="796.0" type="curve" smooth="yes"/>
</contour>
- <component base="caron" xOffset="-24" yOffset="64"/>
<contour>
- <point x="616" y="2392" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1328" y="2392" type="move" name="top0315"/>
+ <point x="384.0" y="2112.0" type="line"/>
+ <point x="192.0" y="2112.0" type="line"/>
+ <point x="192.0" y="2096.0" type="line"/>
+ <point x="556.0" y="1720.0" type="line"/>
+ <point x="692.0" y="1720.0" type="line"/>
+ <point x="1060.0" y="2096.0" type="line"/>
+ <point x="1060.0" y="2112.0" type="line"/>
+ <point x="868.0" y="2112.0" type="line"/>
+ <point x="624.0" y="1872.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1356, 'leftMargin': 99, 'rightMargin': 134}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/kturn.glif b/src/Inter-UI-Regular.ufo/glyphs/kturn.glif
index e2125ce67..dac8f9af0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/kturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/kturn.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="kturn" format="1">
- <advance width="1500"/>
+<glyph name="kturn" format="2">
+ <advance width="1500.0"/>
<unicode hex="029E"/>
+ <anchor x="640.0" y="-616.0" name="bottom"/>
+ <anchor x="640.0" y="1776.0" name="top"/>
+ <anchor x="1396.0" y="1776.0" name="top0315"/>
<outline>
- <component base="k" xScale="-1.0" yScale="-1.0" xOffset="1484" yOffset="1536"/>
- <contour>
- <point x="640" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="640" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1396" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="k" xScale="-1.0" yScale="-1.0" xOffset="1484.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1438, 'leftMargin': 0, 'rightMargin': 189}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/l.glif b/src/Inter-UI-Regular.ufo/glyphs/l.glif
index ad20a50a2..08af6909f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/l.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/l.glif
@@ -1,52 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="l" format="1">
- <advance width="668"/>
+<glyph name="l" format="2">
+ <advance width="668.0"/>
<unicode hex="006C"/>
+ <anchor x="300.0" y="16.0" name="bottom"/>
+ <anchor x="648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="616.0" y="2112.0" name="caron"/>
+ <anchor x="608.0" y="1064.0" name="dot"/>
+ <anchor x="740.0" y="2124.0" name="marktop"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="648.0" y="2336.0" name="top0315"/>
+ <anchor x="648.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="452" y="2048" type="line"/>
- <point x="216" y="2048" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- </contour>
- <contour>
- <point x="332" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="300" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="616" y="2112" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="608" y="1064" type="move" name="dot"/>
- </contour>
- <contour>
- <point x="740" y="2124" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="648" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="648" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="648" y="2336" type="move" name="top0315"/>
+ <point x="452.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lacute.glif b/src/Inter-UI-Regular.ufo/glyphs/lacute.glif
new file mode 100644
index 000000000..b9ef86c70
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/lacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lacute" format="2">
+ <advance width="668.0"/>
+ <unicode hex="013A"/>
+ <anchor x="300.0" y="16.0" name="bottom"/>
+ <anchor x="648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2796.0" name="top"/>
+ <anchor x="648.0" y="2336.0" name="top0315"/>
+ <anchor x="648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="acute" xOffset="24.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lambda.glif b/src/Inter-UI-Regular.ufo/glyphs/lambda.glif
index 79ae77ad1..2c9f4831b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lambda.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lambda.glif
@@ -1,58 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lambda" format="1">
- <advance width="1776"/>
+<glyph name="lambda" format="2">
+ <advance width="1776.0"/>
<unicode hex="03BB"/>
+ <anchor x="1464.0" y="2216.0" name="top0315"/>
<outline>
<contour>
- <point x="864" y="1088" type="line"/>
- <point x="936" y="1504" type="line"/>
- <point x="744" y="1516" type="line"/>
- <point x="168" y="0" type="line"/>
- <point x="472" y="0" type="line"/>
+ <point x="864.0" y="1088.0" type="line"/>
+ <point x="936.0" y="1504.0" type="line"/>
+ <point x="744.0" y="1516.0" type="line"/>
+ <point x="168.0" y="0.0" type="line"/>
+ <point x="472.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="484" y="2088" type="curve"/>
- <point x="444" y="2088"/>
- <point x="372" y="2080"/>
- <point x="348" y="2072" type="curve"/>
- <point x="348" y="1864" type="line"/>
- <point x="364" y="1868"/>
- <point x="396" y="1868"/>
- <point x="412" y="1868" type="curve" smooth="yes"/>
- <point x="484" y="1868"/>
- <point x="528" y="1840"/>
- <point x="568" y="1740" type="curve" smooth="yes"/>
- <point x="728" y="1344" type="line"/>
- <point x="1156" y="252" type="line" smooth="yes"/>
- <point x="1248" y="4"/>
- <point x="1336" y="-24"/>
- <point x="1500" y="-24" type="curve" smooth="yes"/>
- <point x="1544" y="-24"/>
- <point x="1588" y="-16"/>
- <point x="1608" y="-8" type="curve"/>
- <point x="1600" y="212" type="line"/>
- <point x="1588" y="212"/>
- <point x="1568" y="212"/>
- <point x="1552" y="212" type="curve" smooth="yes"/>
- <point x="1492" y="212"/>
- <point x="1460" y="236"/>
- <point x="1424" y="324" type="curve" smooth="yes"/>
- <point x="828" y="1860" type="line" smooth="yes"/>
- <point x="776" y="2004"/>
- <point x="688" y="2088"/>
- </contour>
- <contour>
- <point x="1464" y="2216" type="move" name="top0315"/>
+ <point x="484.0" y="2088.0" type="curve"/>
+ <point x="444.0" y="2088.0"/>
+ <point x="372.0" y="2080.0"/>
+ <point x="348.0" y="2072.0" type="curve"/>
+ <point x="348.0" y="1864.0" type="line"/>
+ <point x="364.0" y="1868.0"/>
+ <point x="396.0" y="1868.0"/>
+ <point x="412.0" y="1868.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="1868.0"/>
+ <point x="528.0" y="1840.0"/>
+ <point x="568.0" y="1740.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="1344.0" type="line"/>
+ <point x="1156.0" y="252.0" type="line" smooth="yes"/>
+ <point x="1248.0" y="4.0"/>
+ <point x="1336.0" y="-24.0"/>
+ <point x="1500.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="-24.0"/>
+ <point x="1588.0" y="-16.0"/>
+ <point x="1608.0" y="-8.0" type="curve"/>
+ <point x="1600.0" y="212.0" type="line"/>
+ <point x="1588.0" y="212.0"/>
+ <point x="1568.0" y="212.0"/>
+ <point x="1552.0" y="212.0" type="curve" smooth="yes"/>
+ <point x="1492.0" y="212.0"/>
+ <point x="1460.0" y="236.0"/>
+ <point x="1424.0" y="324.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="1860.0" type="line" smooth="yes"/>
+ <point x="776.0" y="2004.0"/>
+ <point x="688.0" y="2088.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1562.0, 'leftMargin': 48, 'rightMargin': 73.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lambdabar.glif b/src/Inter-UI-Regular.ufo/glyphs/lambdabar.glif
index 370e07d42..9decfdc71 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lambdabar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lambdabar.glif
@@ -1,27 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lambdabar" format="1">
- <advance width="1776"/>
+<glyph name="lambdabar" format="2">
+ <advance width="1776.0"/>
<unicode hex="019B"/>
+ <anchor x="1336.0" y="2216.0" name="top0315"/>
<outline>
<contour>
- <point x="944" y="1952" type="line"/>
- <point x="268" y="1692" type="line"/>
- <point x="268" y="1460" type="line"/>
- <point x="944" y="1716" type="line"/>
+ <point x="944.0" y="1952.0" type="line"/>
+ <point x="268.0" y="1692.0" type="line"/>
+ <point x="268.0" y="1460.0" type="line"/>
+ <point x="944.0" y="1716.0" type="line"/>
</contour>
- <component base="lambda" xOffset="-16"/>
<contour>
- <point x="1336" y="2216" type="move" name="top0315"/>
+ <point x="848.0" y="1088.0" type="line"/>
+ <point x="920.0" y="1504.0" type="line"/>
+ <point x="728.0" y="1516.0" type="line"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="456.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="468.0" y="2088.0" type="curve"/>
+ <point x="428.0" y="2088.0"/>
+ <point x="356.0" y="2080.0"/>
+ <point x="332.0" y="2072.0" type="curve"/>
+ <point x="332.0" y="1864.0" type="line"/>
+ <point x="348.0" y="1868.0"/>
+ <point x="380.0" y="1868.0"/>
+ <point x="396.0" y="1868.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1868.0"/>
+ <point x="512.0" y="1840.0"/>
+ <point x="552.0" y="1740.0" type="curve" smooth="yes"/>
+ <point x="712.0" y="1344.0" type="line"/>
+ <point x="1140.0" y="252.0" type="line" smooth="yes"/>
+ <point x="1232.0" y="4.0"/>
+ <point x="1320.0" y="-24.0"/>
+ <point x="1484.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1528.0" y="-24.0"/>
+ <point x="1572.0" y="-16.0"/>
+ <point x="1592.0" y="-8.0" type="curve"/>
+ <point x="1584.0" y="212.0" type="line"/>
+ <point x="1572.0" y="212.0"/>
+ <point x="1552.0" y="212.0"/>
+ <point x="1536.0" y="212.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="212.0"/>
+ <point x="1444.0" y="236.0"/>
+ <point x="1408.0" y="324.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="1860.0" type="line" smooth="yes"/>
+ <point x="760.0" y="2004.0"/>
+ <point x="672.0" y="2088.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1562.0, 'leftMargin': 176, 'rightMargin': -54.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/largerighthook.glif b/src/Inter-UI-Regular.ufo/glyphs/largerighthook.glif
index 27084ecd9..d70a44f5f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/largerighthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/largerighthook.glif
@@ -1,44 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="largerighthook" format="1">
- <advance width="1264"/>
+<glyph name="largerighthook" format="2">
+ <advance width="1264.0"/>
+ <anchor x="200.0" y="0.0" name="_right"/>
<outline>
<contour>
- <point x="76" y="920" type="line"/>
- <point x="364" y="920" type="line" smooth="yes"/>
- <point x="740" y="920"/>
- <point x="948" y="748"/>
- <point x="948" y="352" type="curve" smooth="yes"/>
- <point x="948" y="40"/>
- <point x="820" y="-188"/>
- <point x="532" y="-188" type="curve"/>
- <point x="536" y="-404" type="line"/>
- <point x="960" y="-404"/>
- <point x="1192" y="-112"/>
- <point x="1192" y="352" type="curve" smooth="yes"/>
- <point x="1192" y="884"/>
- <point x="888" y="1140"/>
- <point x="364" y="1140" type="curve" smooth="yes"/>
- <point x="76" y="1140" type="line"/>
- </contour>
- <contour>
- <point x="200" y="0" type="move" name="_right"/>
+ <point x="76.0" y="920.0" type="line"/>
+ <point x="364.0" y="920.0" type="line" smooth="yes"/>
+ <point x="740.0" y="920.0"/>
+ <point x="948.0" y="748.0"/>
+ <point x="948.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="40.0"/>
+ <point x="820.0" y="-188.0"/>
+ <point x="532.0" y="-188.0" type="curve"/>
+ <point x="536.0" y="-404.0" type="line"/>
+ <point x="960.0" y="-404.0"/>
+ <point x="1192.0" y="-112.0"/>
+ <point x="1192.0" y="352.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="884.0"/>
+ <point x="888.0" y="1140.0"/>
+ <point x="364.0" y="1140.0" type="curve" smooth="yes"/>
+ <point x="76.0" y="1140.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1075, 'leftMargin': -129, 'rightMargin': 89}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lari.glif b/src/Inter-UI-Regular.ufo/glyphs/lari.glif
index b8b2c01d2..a5f4397a3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lari.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lari.glif
@@ -1,70 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lari" format="1">
- <advance width="2032"/>
+<glyph name="lari" format="2">
+ <advance width="2032.0"/>
<unicode hex="20BE"/>
<outline>
<contour>
- <point x="1340" y="916" type="line"/>
- <point x="1340" y="2048" type="line"/>
- <point x="1120" y="2048" type="line"/>
- <point x="1120" y="916" type="line"/>
+ <point x="1340.0" y="916.0" type="line"/>
+ <point x="1340.0" y="2048.0" type="line"/>
+ <point x="1120.0" y="2048.0" type="line"/>
+ <point x="1120.0" y="916.0" type="line"/>
</contour>
<contour>
- <point x="912" y="916" type="line"/>
- <point x="912" y="2048" type="line"/>
- <point x="692" y="2048" type="line"/>
- <point x="692" y="916" type="line"/>
+ <point x="912.0" y="916.0" type="line"/>
+ <point x="912.0" y="2048.0" type="line"/>
+ <point x="692.0" y="2048.0" type="line"/>
+ <point x="692.0" y="916.0" type="line"/>
</contour>
<contour>
- <point x="208" y="0" type="line"/>
- <point x="1808" y="0" type="line"/>
- <point x="1808" y="220" type="line"/>
- <point x="208" y="220" type="line"/>
+ <point x="208.0" y="0.0" type="line"/>
+ <point x="1808.0" y="0.0" type="line"/>
+ <point x="1808.0" y="220.0" type="line"/>
+ <point x="208.0" y="220.0" type="line"/>
</contour>
<contour>
- <point x="1024" y="64" type="curve"/>
- <point x="1084" y="220" type="line"/>
- <point x="676" y="220"/>
- <point x="452" y="516"/>
- <point x="452" y="924" type="curve" smooth="yes"/>
- <point x="452" y="1360"/>
- <point x="704" y="1580"/>
- <point x="1016" y="1580" type="curve" smooth="yes"/>
- <point x="1344" y="1580"/>
- <point x="1580" y="1364"/>
- <point x="1580" y="916" type="curve"/>
- <point x="1828" y="916" type="line"/>
- <point x="1828" y="1472"/>
- <point x="1500" y="1812"/>
- <point x="1016" y="1812" type="curve" smooth="yes"/>
- <point x="540" y="1812"/>
- <point x="208" y="1484"/>
- <point x="208" y="968" type="curve" smooth="yes"/>
- <point x="208" y="456"/>
- <point x="540" y="64"/>
+ <point x="1024.0" y="64.0" type="curve"/>
+ <point x="1084.0" y="220.0" type="line"/>
+ <point x="676.0" y="220.0"/>
+ <point x="452.0" y="516.0"/>
+ <point x="452.0" y="924.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="1360.0"/>
+ <point x="704.0" y="1580.0"/>
+ <point x="1016.0" y="1580.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1580.0"/>
+ <point x="1580.0" y="1364.0"/>
+ <point x="1580.0" y="916.0" type="curve"/>
+ <point x="1828.0" y="916.0" type="line"/>
+ <point x="1828.0" y="1472.0"/>
+ <point x="1500.0" y="1812.0"/>
+ <point x="1016.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="1812.0"/>
+ <point x="208.0" y="1484.0"/>
+ <point x="208.0" y="968.0" type="curve" smooth="yes"/>
+ <point x="208.0" y="456.0"/>
+ <point x="540.0" y="64.0"/>
</contour>
<contour>
- <point x="512" y="220" type="line"/>
- <point x="572" y="220" type="line"/>
- <point x="580" y="244" type="line"/>
- <point x="520" y="244" type="line"/>
+ <point x="512.0" y="220.0" type="line"/>
+ <point x="572.0" y="220.0" type="line"/>
+ <point x="580.0" y="244.0" type="line"/>
+ <point x="520.0" y="244.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 161, 'rightMargin': 162}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/layerinfo.plist b/src/Inter-UI-Regular.ufo/glyphs/layerinfo.plist
new file mode 100644
index 000000000..564c7a6bb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/layerinfo.plist
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict/>
+</plist>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lbar.glif b/src/Inter-UI-Regular.ufo/glyphs/lbar.glif
index c3c781183..d42ea351c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lbar.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lbar" format="1">
- <advance width="840"/>
+<glyph name="lbar" format="2">
+ <advance width="840.0"/>
<unicode hex="019A"/>
+ <anchor x="436.0" y="16.0" name="bottom"/>
+ <anchor x="436.0" y="2336.0" name="top"/>
+ <anchor x="908.0" y="2336.0" name="top0315"/>
<outline>
- <component base="l" xOffset="80"/>
- <component base="crossbar" xOffset="-216" yOffset="96"/>
- <contour>
- <point x="436" y="2336" type="move" name="top"/>
- </contour>
- <contour>
- <point x="908" y="2336" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="436" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="l" xOffset="80.0"/>
+ <component base="crossbar" xOffset="-216.0" yOffset="96.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 938, 'leftMargin': 27, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lbelt.glif b/src/Inter-UI-Regular.ufo/glyphs/lbelt.glif
index 1d6fd8759..d78d34ba4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lbelt.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lbelt.glif
@@ -1,53 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lbelt" format="1">
- <advance width="1180"/>
+<glyph name="lbelt" format="2">
+ <advance width="1180.0"/>
<unicode hex="026C"/>
+ <anchor x="768.0" y="0.0" name="bottom"/>
+ <anchor x="768.0" y="2200.0" name="top"/>
+ <anchor x="1244.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1156" y="824" type="line"/>
- <point x="1156" y="1044" type="line"/>
- <point x="476" y="1044" type="line" smooth="yes"/>
- <point x="380" y="1044"/>
- <point x="312" y="1112"/>
- <point x="312" y="1192" type="curve" smooth="yes"/>
- <point x="312" y="1276"/>
- <point x="376" y="1348"/>
- <point x="460" y="1348" type="curve" smooth="yes"/>
- <point x="572" y="1348"/>
- <point x="624" y="1272"/>
- <point x="624" y="1184" type="curve" smooth="yes"/>
- <point x="624" y="644" type="line"/>
- <point x="860" y="644" type="line"/>
- <point x="860" y="1160" type="line" smooth="yes"/>
- <point x="860" y="1392"/>
- <point x="716" y="1556"/>
- <point x="464" y="1556" type="curve" smooth="yes"/>
- <point x="216" y="1556"/>
- <point x="64" y="1396"/>
- <point x="64" y="1192" type="curve" smooth="yes"/>
- <point x="64" y="964"/>
- <point x="252" y="824"/>
- <point x="472" y="824" type="curve" smooth="yes"/>
+ <point x="1156.0" y="824.0" type="line"/>
+ <point x="1156.0" y="1044.0" type="line"/>
+ <point x="476.0" y="1044.0" type="line" smooth="yes"/>
+ <point x="380.0" y="1044.0"/>
+ <point x="312.0" y="1112.0"/>
+ <point x="312.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="1276.0"/>
+ <point x="376.0" y="1348.0"/>
+ <point x="460.0" y="1348.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="1348.0"/>
+ <point x="624.0" y="1272.0"/>
+ <point x="624.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="644.0" type="line"/>
+ <point x="860.0" y="644.0" type="line"/>
+ <point x="860.0" y="1160.0" type="line" smooth="yes"/>
+ <point x="860.0" y="1392.0"/>
+ <point x="716.0" y="1556.0"/>
+ <point x="464.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1556.0"/>
+ <point x="64.0" y="1396.0"/>
+ <point x="64.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="64.0" y="964.0"/>
+ <point x="252.0" y="824.0"/>
+ <point x="472.0" y="824.0" type="curve" smooth="yes"/>
</contour>
- <component base="l" xOffset="408"/>
<contour>
- <point x="768" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="768" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1244" y="2200" type="move" name="top0315"/>
+ <point x="860.0" y="2048.0" type="line"/>
+ <point x="624.0" y="2048.0" type="line"/>
+ <point x="624.0" y="0.0" type="line"/>
+ <point x="860.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1233, 'leftMargin': 41, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/lcaron.glif
new file mode 100644
index 000000000..d8332ec21
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/lcaron.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lcaron" format="2">
+ <advance width="816.0"/>
+ <unicode hex="013E"/>
+ <anchor x="300.0" y="16.0" name="bottom"/>
+ <anchor x="798.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="798.0" y="2336.0" name="top0315"/>
+ <anchor x="798.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="commaaccent" xOffset="364.0" yOffset="1772.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lcircumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/lcircumflexbelow.glif
new file mode 100644
index 000000000..48d4b2b2f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/lcircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lcircumflexbelow" format="2">
+ <advance width="668.0"/>
+ <unicode hex="1E3D"/>
+ <anchor x="299.0" y="-542.0" name="bottom"/>
+ <anchor x="648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="648.0" y="2336.0" name="top0315"/>
+ <anchor x="648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="circumflexsubnosp" xOffset="1112.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lcommaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/lcommaaccent.glif
new file mode 100644
index 000000000..a56d7b069
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/lcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lcommaaccent" format="2">
+ <advance width="668.0"/>
+ <unicode hex="013C"/>
+ <anchor x="336.0" y="-712.0" name="bottom"/>
+ <anchor x="648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="648.0" y="2336.0" name="top0315"/>
+ <anchor x="648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="commaaccent" xOffset="-96.0" yOffset="-496.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lcurl.glif b/src/Inter-UI-Regular.ufo/glyphs/lcurl.glif
index 6ba4370d7..7ba1387db 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lcurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lcurl.glif
@@ -1,52 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lcurl" format="1">
- <advance width="964"/>
+<glyph name="lcurl" format="2">
+ <advance width="964.0"/>
<unicode hex="0234"/>
<outline>
<contour>
- <point x="216" y="336" type="line"/>
- <point x="216" y="-144" type="line"/>
- <point x="216" y="-348"/>
- <point x="332" y="-576"/>
- <point x="640" y="-576" type="curve" smooth="yes"/>
- <point x="888" y="-576"/>
- <point x="1044" y="-428"/>
- <point x="1044" y="-212" type="curve" smooth="yes"/>
- <point x="1044" y="8"/>
- <point x="880" y="152"/>
- <point x="660" y="152" type="curve" smooth="yes"/>
- <point x="508" y="152"/>
- <point x="344" y="84"/>
- <point x="216" y="-48" type="curve" smooth="yes"/>
- <point x="-96" y="-368" type="line"/>
- <point x="56" y="-524" type="line"/>
- <point x="336" y="-232" type="line" smooth="yes"/>
- <point x="420" y="-144"/>
- <point x="500" y="-60"/>
- <point x="628" y="-60" type="curve" smooth="yes"/>
- <point x="732" y="-60"/>
- <point x="800" y="-116"/>
- <point x="800" y="-212" type="curve" smooth="yes"/>
- <point x="800" y="-304"/>
- <point x="736" y="-372"/>
- <point x="640" y="-372" type="curve" smooth="yes"/>
- <point x="540" y="-372"/>
- <point x="452" y="-296"/>
- <point x="452" y="-204" type="curve" smooth="yes"/>
- <point x="452" y="-120"/>
- <point x="452" y="336"/>
- <point x="452" y="336" type="curve"/>
+ <point x="216.0" y="336.0" type="line"/>
+ <point x="216.0" y="-144.0" type="line"/>
+ <point x="216.0" y="-348.0"/>
+ <point x="332.0" y="-576.0"/>
+ <point x="640.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="-576.0"/>
+ <point x="1044.0" y="-428.0"/>
+ <point x="1044.0" y="-212.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="8.0"/>
+ <point x="880.0" y="152.0"/>
+ <point x="660.0" y="152.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="152.0"/>
+ <point x="344.0" y="84.0"/>
+ <point x="216.0" y="-48.0" type="curve" smooth="yes"/>
+ <point x="-96.0" y="-368.0" type="line"/>
+ <point x="56.0" y="-524.0" type="line"/>
+ <point x="336.0" y="-232.0" type="line" smooth="yes"/>
+ <point x="420.0" y="-144.0"/>
+ <point x="500.0" y="-60.0"/>
+ <point x="628.0" y="-60.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="-60.0"/>
+ <point x="800.0" y="-116.0"/>
+ <point x="800.0" y="-212.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="-304.0"/>
+ <point x="736.0" y="-372.0"/>
+ <point x="640.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="-372.0"/>
+ <point x="452.0" y="-296.0"/>
+ <point x="452.0" y="-204.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="-120.0"/>
+ <point x="452.0" y="336.0"/>
+ <point x="452.0" y="336.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="452.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
- <component base="l"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1233, 'leftMargin': 28, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ldot.glif b/src/Inter-UI-Regular.ufo/glyphs/ldot.glif
new file mode 100644
index 000000000..a62aec85a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ldot.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ldot" format="2">
+ <advance width="888.0"/>
+ <unicode hex="0140"/>
+ <anchor x="300.0" y="16.0" name="bottom"/>
+ <anchor x="868.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="868.0" y="2336.0" name="top0315"/>
+ <anchor x="868.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="dotaccent" xOffset="412.0" yOffset="-808.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ldotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ldotbelow.glif
new file mode 100644
index 000000000..5bcba88e1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ldotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ldotbelow" format="2">
+ <advance width="668.0"/>
+ <unicode hex="1E37"/>
+ <anchor x="300.0" y="-479.0" name="bottom"/>
+ <anchor x="648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="648.0" y="2336.0" name="top0315"/>
+ <anchor x="648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="dotbelow" xOffset="1128.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ldotbelowmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/ldotbelowmacron.glif
new file mode 100644
index 000000000..1ae81b5d7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ldotbelowmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ldotbelowmacron" format="2">
+ <advance width="668.0"/>
+ <unicode hex="1E39"/>
+ <anchor x="300.0" y="-479.0" name="bottom"/>
+ <anchor x="648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2712.0" name="top"/>
+ <anchor x="648.0" y="2336.0" name="top0315"/>
+ <anchor x="648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="dotbelow" xOffset="1128.0" yOffset="16.0"/>
+ <component base="macron" xOffset="-296.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif
index 4d17c4e3f..f2ae619e2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/leftloop.cn.glif
@@ -1,83 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="leftloop.cn" format="1">
- <advance width="1680"/>
+<glyph name="leftloop.cn" format="2">
+ <advance width="1680.0"/>
+ <guideline x="76.0" y="764.0" angle="0.0"/>
+ <guideline x="112.0" y="764.0" angle="90.0"/>
<outline>
<contour>
- <point x="1352" y="1292" type="line"/>
- <point x="1240" y="1292" type="line"/>
- <point x="1188" y="1372"/>
- <point x="1092" y="1556"/>
- <point x="792" y="1556" type="curve" smooth="yes"/>
- <point x="404" y="1556"/>
- <point x="136" y="1248"/>
- <point x="136" y="764" type="curve" smooth="yes"/>
- <point x="136" y="276"/>
- <point x="404" y="-32"/>
- <point x="788" y="-32" type="curve" smooth="yes"/>
- <point x="1084" y="-32"/>
- <point x="1188" y="152"/>
- <point x="1240" y="236" type="curve"/>
- <point x="1352" y="236" type="line"/>
+ <point x="1352.0" y="1292.0" type="line"/>
+ <point x="1240.0" y="1292.0" type="line"/>
+ <point x="1188.0" y="1372.0"/>
+ <point x="1092.0" y="1556.0"/>
+ <point x="792.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1556.0"/>
+ <point x="136.0" y="1248.0"/>
+ <point x="136.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="276.0"/>
+ <point x="404.0" y="-32.0"/>
+ <point x="788.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="-32.0"/>
+ <point x="1188.0" y="152.0"/>
+ <point x="1240.0" y="236.0" type="curve"/>
+ <point x="1352.0" y="236.0" type="line"/>
</contour>
<contour>
- <point x="372" y="768" type="curve" smooth="yes"/>
- <point x="372" y="1092"/>
- <point x="520" y="1344"/>
- <point x="820" y="1344" type="curve" smooth="yes"/>
- <point x="1108" y="1344"/>
- <point x="1260" y="1112"/>
- <point x="1260" y="768" type="curve" smooth="yes"/>
- <point x="1260" y="420"/>
- <point x="1104" y="180"/>
- <point x="820" y="180" type="curve" smooth="yes"/>
- <point x="524" y="180"/>
- <point x="372" y="440"/>
+ <point x="372.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="1092.0"/>
+ <point x="520.0" y="1344.0"/>
+ <point x="820.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="1344.0"/>
+ <point x="1260.0" y="1112.0"/>
+ <point x="1260.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="420.0"/>
+ <point x="1104.0" y="180.0"/>
+ <point x="820.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="180.0"/>
+ <point x="372.0" y="440.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>76</integer>
- <key>y</key>
- <integer>764</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>112</integer>
- <key>y</key>
- <integer>764</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.77</real>
- <real>0.95</real>
- <real>0.76</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.Export</key>
+ <false/>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:08</string>
+ <key>public.markColor</key>
+ <string>0.769,0.949,0.761,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/less.glif b/src/Inter-UI-Regular.ufo/glyphs/less.glif
index df605cc41..344474f52 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/less.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/less.glif
@@ -1,104 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="less" format="1">
- <advance width="1296"/>
+<glyph name="less" format="2">
+ <advance width="1296.0"/>
<unicode hex="003C"/>
+ <guideline x="256.0" y="896.0" angle="41.9872"/>
+ <guideline x="256.0" y="896.0" angle="318.0498"/>
+ <guideline x="1060.0" y="176.0" angle="0.0"/>
+ <guideline x="1296.0" y="1616.0" angle="0.0"/>
+ <guideline x="256.0" y="896.0" angle="0.0"/>
<outline>
<contour>
- <point x="1088" y="328" type="line"/>
- <point x="456" y="892" type="line"/>
- <point x="456" y="900" type="line"/>
- <point x="1088" y="1464" type="line"/>
- <point x="932" y="1616" type="line"/>
- <point x="132" y="896" type="line"/>
- <point x="932" y="176" type="line"/>
+ <point x="1088.0" y="328.0" type="line"/>
+ <point x="456.0" y="892.0" type="line"/>
+ <point x="456.0" y="900.0" type="line"/>
+ <point x="1088.0" y="1464.0" type="line"/>
+ <point x="932.0" y="1616.0" type="line"/>
+ <point x="132.0" y="896.0" type="line"/>
+ <point x="932.0" y="176.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>41.98721249581666</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>256</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>-41.950239530731565</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>256</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1060</integer>
- <key>y</key>
- <integer>176</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1296</integer>
- <key>y</key>
- <integer>1616</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>256</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lessequal.glif b/src/Inter-UI-Regular.ufo/glyphs/lessequal.glif
index acc8d8975..1d1be6b48 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lessequal.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lessequal.glif
@@ -1,52 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lessequal" format="1">
- <advance width="1808"/>
+<glyph name="lessequal" format="2">
+ <advance width="1808.0"/>
<unicode hex="2264"/>
+ <guideline x="1548.0" y="1708.0" angle="0.0"/>
<outline>
<contour>
- <point x="1544" y="584" type="line"/>
- <point x="712" y="1016" type="line"/>
- <point x="712" y="1032" type="line"/>
- <point x="1544" y="1460" type="line"/>
- <point x="1544" y="1708" type="line"/>
- <point x="264" y="1044" type="line"/>
- <point x="264" y="1004" type="line"/>
- <point x="1544" y="340" type="line"/>
+ <point x="1544.0" y="584.0" type="line"/>
+ <point x="712.0" y="1016.0" type="line"/>
+ <point x="712.0" y="1032.0" type="line"/>
+ <point x="1544.0" y="1460.0" type="line"/>
+ <point x="1544.0" y="1708.0" type="line"/>
+ <point x="264.0" y="1044.0" type="line"/>
+ <point x="264.0" y="1004.0" type="line"/>
+ <point x="1544.0" y="340.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1544.0" y="228.0" type="line"/>
+ <point x="264.0" y="228.0" type="line"/>
+ <point x="264.0" y="4.0" type="line"/>
+ <point x="1544.0" y="4.0" type="line"/>
</contour>
- <component base="minus" yOffset="-780"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1548</integer>
- <key>y</key>
- <integer>1708</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1430.0, 'leftMargin': 106, 'rightMargin': 150.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/linevert.glif b/src/Inter-UI-Regular.ufo/glyphs/linevert.glif
index 05d261bd4..52aa76ed7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/linevert.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/linevert.glif
@@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="linevert" format="1">
- <advance width="496"/>
+<glyph name="linevert" format="2">
+ <advance width="496.0"/>
<unicode hex="02C8"/>
<outline>
<contour>
- <point x="352" y="2144" type="line"/>
- <point x="144" y="2144" type="line"/>
- <point x="144" y="1584" type="line"/>
- <point x="352" y="1584" type="line"/>
+ <point x="352.0" y="2144.0" type="line"/>
+ <point x="144.0" y="2144.0" type="line"/>
+ <point x="144.0" y="1584.0" type="line"/>
+ <point x="352.0" y="1584.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 344, 'leftMargin': 69, 'rightMargin': 69}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/linevertdblnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/linevertdblnosp.glif
index ed6de5d72..7c2af17b5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/linevertdblnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/linevertdblnosp.glif
@@ -1,29 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="linevertdblnosp" format="1">
- <advance width="0"/>
+<glyph name="linevertdblnosp" format="2">
<unicode hex="030E"/>
+ <anchor x="-811.0" y="1629.0" name="_marktop"/>
+ <anchor x="-811.0" y="2241.0" name="mkmktop"/>
+ <anchor x="-813.0" y="1863.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-811" y="1629" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-813" y="1863" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-811" y="2241" type="move" name="mkmktop"/>
- </contour>
- <component base="linevert" xOffset="-1156"/>
- <component base="linevert" xOffset="-813"/>
+ <component base="linevert" xOffset="-1156.0"/>
+ <component base="linevert" xOffset="-813.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/linevertnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/linevertnosp.glif
index 84cd45464..c281fa537 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/linevertnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/linevertnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="linevertnosp" format="1">
- <advance width="0"/>
+<glyph name="linevertnosp" format="2">
<unicode hex="030D"/>
+ <anchor x="-807.0" y="1629.0" name="_marktop"/>
+ <anchor x="-809.0" y="2241.0" name="mkmktop"/>
+ <anchor x="-809.0" y="1863.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-807" y="1629" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-809" y="1863" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-809" y="2241" type="move" name="mkmktop"/>
- </contour>
- <component base="linevert" xOffset="-980"/>
+ <component base="linevert" xOffset="-980.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/linevertsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/linevertsubnosp.glif
index 19db200c3..c60b3d623 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/linevertsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/linevertsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="linevertsubnosp" format="1">
- <advance width="0"/>
+<glyph name="linevertsubnosp" format="2">
<unicode hex="0329"/>
+ <anchor x="-811.0" y="0.0" name="_markbottom"/>
+ <anchor x="-803.0" y="-672.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-803" y="-672" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-811" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="linevert" xOffset="-979" yOffset="-2255"/>
+ <component base="linevert" xOffset="-979.0" yOffset="-2255.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lira.glif b/src/Inter-UI-Regular.ufo/glyphs/lira.glif
index c51c46eca..405c4fb33 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lira.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lira.glif
@@ -1,66 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lira" format="1">
- <advance width="1776"/>
+<glyph name="lira" format="2">
+ <advance width="1776.0"/>
<unicode hex="20A4"/>
<outline>
<contour>
- <point x="1608" y="0" type="line"/>
- <point x="1608" y="228" type="line"/>
- <point x="176" y="228" type="line"/>
- <point x="176" y="0" type="line"/>
+ <point x="1608.0" y="0.0" type="line"/>
+ <point x="1608.0" y="228.0" type="line"/>
+ <point x="176.0" y="228.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="612" y="1472" type="line"/>
- <point x="612" y="1712"/>
- <point x="796" y="1844"/>
- <point x="968" y="1844" type="curve" smooth="yes"/>
- <point x="1132" y="1844"/>
- <point x="1324" y="1760"/>
- <point x="1324" y="1540" type="curve"/>
- <point x="1568" y="1540" type="line"/>
- <point x="1568" y="1860"/>
- <point x="1356" y="2076"/>
- <point x="996" y="2076" type="curve" smooth="yes"/>
- <point x="640" y="2076"/>
- <point x="360" y="1852"/>
- <point x="372" y="1472" type="curve" smooth="yes"/>
- <point x="400" y="560" type="line" smooth="yes"/>
- <point x="404" y="440"/>
- <point x="372" y="252"/>
- <point x="276" y="228" type="curve"/>
- <point x="532" y="152" type="line"/>
- <point x="636" y="228"/>
- <point x="648" y="392"/>
- <point x="644" y="560" type="curve" smooth="yes"/>
+ <point x="612.0" y="1472.0" type="line"/>
+ <point x="612.0" y="1712.0"/>
+ <point x="796.0" y="1844.0"/>
+ <point x="968.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="1844.0"/>
+ <point x="1324.0" y="1760.0"/>
+ <point x="1324.0" y="1540.0" type="curve"/>
+ <point x="1568.0" y="1540.0" type="line"/>
+ <point x="1568.0" y="1860.0"/>
+ <point x="1356.0" y="2076.0"/>
+ <point x="996.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="2076.0"/>
+ <point x="360.0" y="1852.0"/>
+ <point x="372.0" y="1472.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="560.0" type="line" smooth="yes"/>
+ <point x="404.0" y="440.0"/>
+ <point x="372.0" y="252.0"/>
+ <point x="276.0" y="228.0" type="curve"/>
+ <point x="532.0" y="152.0" type="line"/>
+ <point x="636.0" y="228.0"/>
+ <point x="648.0" y="392.0"/>
+ <point x="644.0" y="560.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1140" y="1184" type="line"/>
- <point x="168" y="1184" type="line"/>
- <point x="168" y="1004" type="line"/>
- <point x="1140" y="1004" type="line"/>
+ <point x="1140.0" y="1184.0" type="line"/>
+ <point x="168.0" y="1184.0" type="line"/>
+ <point x="168.0" y="1004.0" type="line"/>
+ <point x="1140.0" y="1004.0" type="line"/>
</contour>
<contour>
- <point x="1140" y="824" type="line"/>
- <point x="168" y="824" type="line"/>
- <point x="168" y="644" type="line"/>
- <point x="1140" y="644" type="line"/>
+ <point x="1140.0" y="824.0" type="line"/>
+ <point x="168.0" y="824.0" type="line"/>
+ <point x="168.0" y="644.0" type="line"/>
+ <point x="1140.0" y="644.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1643, 'leftMargin': 124, 'rightMargin': 81}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lj.glif b/src/Inter-UI-Regular.ufo/glyphs/lj.glif
new file mode 100644
index 000000000..c0cf98ee5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/lj.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="lj" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="01C9"/>
+ <outline>
+ <component base="l" xOffset="256.0"/>
+ <component base="j" xOffset="924.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ljecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ljecyrillic.glif
index 0c1758e2b..028adef8b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ljecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ljecyrillic.glif
@@ -1,59 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ljecyrillic" format="1">
- <advance width="2544"/>
+<glyph name="ljecyrillic" format="2">
+ <advance width="2544.0"/>
<unicode hex="0459"/>
<outline>
<contour>
- <point x="496" y="1488" type="line"/>
- <point x="468" y="856" type="line" smooth="yes"/>
- <point x="448" y="424"/>
- <point x="404" y="256"/>
- <point x="208" y="244" type="curve" smooth="yes"/>
- <point x="152" y="240" type="line"/>
- <point x="152" y="0" type="line"/>
- <point x="236" y="0" type="line" smooth="yes"/>
- <point x="572" y="0"/>
- <point x="700" y="212"/>
- <point x="732" y="768" type="curve" smooth="yes"/>
- <point x="768" y="1488" type="line"/>
+ <point x="496.0" y="1488.0" type="line"/>
+ <point x="468.0" y="856.0" type="line" smooth="yes"/>
+ <point x="448.0" y="424.0"/>
+ <point x="404.0" y="256.0"/>
+ <point x="208.0" y="244.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="240.0" type="line"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="236.0" y="0.0" type="line" smooth="yes"/>
+ <point x="572.0" y="0.0"/>
+ <point x="700.0" y="212.0"/>
+ <point x="732.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="1224" y="1488" type="line"/>
- <point x="552" y="1488" type="line"/>
- <point x="552" y="1268" type="line"/>
- <point x="1224" y="1268" type="line"/>
+ <point x="1224.0" y="1488.0" type="line"/>
+ <point x="552.0" y="1488.0" type="line"/>
+ <point x="552.0" y="1268.0" type="line"/>
+ <point x="1224.0" y="1268.0" type="line"/>
</contour>
<contour>
- <point x="1396" y="928" type="line"/>
- <point x="1396" y="708" type="line"/>
- <point x="1836" y="708" type="line" smooth="yes"/>
- <point x="2044" y="708"/>
- <point x="2116" y="588"/>
- <point x="2116" y="472" type="curve" smooth="yes"/>
- <point x="2116" y="352"/>
- <point x="2044" y="216"/>
- <point x="1836" y="216" type="curve" smooth="yes"/>
- <point x="1468" y="216" type="line"/>
- <point x="1468" y="1488" type="line"/>
- <point x="1192" y="1488" type="line"/>
- <point x="1192" y="0" type="line"/>
- <point x="1836" y="0" type="line" smooth="yes"/>
- <point x="2196" y="0"/>
- <point x="2392" y="208"/>
- <point x="2392" y="468" type="curve" smooth="yes"/>
- <point x="2392" y="732"/>
- <point x="2196" y="928"/>
- <point x="1836" y="928" type="curve" smooth="yes"/>
+ <point x="1396.0" y="928.0" type="line"/>
+ <point x="1396.0" y="708.0" type="line"/>
+ <point x="1836.0" y="708.0" type="line" smooth="yes"/>
+ <point x="2044.0" y="708.0"/>
+ <point x="2116.0" y="588.0"/>
+ <point x="2116.0" y="472.0" type="curve" smooth="yes"/>
+ <point x="2116.0" y="352.0"/>
+ <point x="2044.0" y="216.0"/>
+ <point x="1836.0" y="216.0" type="curve" smooth="yes"/>
+ <point x="1468.0" y="216.0" type="line"/>
+ <point x="1468.0" y="1488.0" type="line"/>
+ <point x="1192.0" y="1488.0" type="line"/>
+ <point x="1192.0" y="0.0" type="line"/>
+ <point x="1836.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2196.0" y="0.0"/>
+ <point x="2392.0" y="208.0"/>
+ <point x="2392.0" y="468.0" type="curve" smooth="yes"/>
+ <point x="2392.0" y="732.0"/>
+ <point x="2196.0" y="928.0"/>
+ <point x="1836.0" y="928.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2384, 'leftMargin': 55, 'rightMargin': 89}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/llinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/llinebelow.glif
new file mode 100644
index 000000000..e890c5aa4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/llinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="llinebelow" format="2">
+ <advance width="668.0"/>
+ <unicode hex="1E3B"/>
+ <anchor x="300.0" y="-388.0" name="bottom"/>
+ <anchor x="648.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="648.0" y="2336.0" name="top0315"/>
+ <anchor x="648.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="l"/>
+ <component base="macronsubnosp" xOffset="1112.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lmidtilde.glif b/src/Inter-UI-Regular.ufo/glyphs/lmidtilde.glif
index b46324936..7226c1986 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lmidtilde.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lmidtilde.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lmidtilde" format="1">
- <advance width="952"/>
+<glyph name="lmidtilde" format="2">
+ <advance width="952.0"/>
<unicode hex="026B"/>
+ <anchor x="512.0" y="0.0" name="bottom"/>
+ <anchor x="512.0" y="1056.0" name="parenthesses.w2"/>
+ <anchor x="512.0" y="2200.0" name="top"/>
+ <anchor x="1028.0" y="2200.0" name="top0315"/>
<outline>
- <component base="l" xOffset="144"/>
- <component base="tilde" xOffset="-156" yOffset="-824"/>
- <contour>
- <point x="512" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="512" y="1056" type="move" name="parenthesses.w2"/>
- </contour>
- <contour>
- <point x="1028" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="512" y="0" type="move" name="bottom"/>
- </contour>
+ <component base="l" xOffset="144.0"/>
+ <component base="tilde" xOffset="-156.0" yOffset="-824.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1011, 'leftMargin': 14, 'rightMargin': 14}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/logicalnot.glif b/src/Inter-UI-Regular.ufo/glyphs/logicalnot.glif
index 95d8ab415..bf078dfdc 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/logicalnot.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/logicalnot.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="logicalnot" format="1">
- <advance width="1520"/>
+<glyph name="logicalnot" format="2">
+ <advance width="1520.0"/>
<unicode hex="00AC"/>
<outline>
<contour>
- <point x="1336" y="1108" type="line"/>
- <point x="188" y="1108" type="line"/>
- <point x="188" y="872" type="line"/>
- <point x="1336" y="872" type="line"/>
+ <point x="1336.0" y="1108.0" type="line"/>
+ <point x="188.0" y="1108.0" type="line"/>
+ <point x="188.0" y="872.0" type="line"/>
+ <point x="1336.0" y="872.0" type="line"/>
</contour>
<contour>
- <point x="1336" y="1000" type="line"/>
- <point x="1060" y="1000" type="line"/>
- <point x="1060" y="516" type="line"/>
- <point x="1336" y="516" type="line"/>
+ <point x="1336.0" y="1000.0" type="line"/>
+ <point x="1060.0" y="1000.0" type="line"/>
+ <point x="1060.0" y="516.0" type="line"/>
+ <point x="1336.0" y="516.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1565, 'leftMargin': 176, 'rightMargin': 241}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/longs.glif b/src/Inter-UI-Regular.ufo/glyphs/longs.glif
index 9e15628b3..d781d6603 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/longs.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/longs.glif
@@ -1,44 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="longs" format="1">
- <advance width="752"/>
+<glyph name="longs" format="2">
+ <advance width="752.0"/>
<unicode hex="017F"/>
+ <anchor x="168.0" y="16.0" name="bottom"/>
+ <anchor x="420.0" y="2420.0" name="top"/>
+ <anchor x="532.0" y="2420.0" name="top0315"/>
<outline>
<contour>
- <point x="316" y="0" type="line"/>
- <point x="316" y="1640" type="line" smooth="yes"/>
- <point x="316" y="1816"/>
- <point x="400" y="1920"/>
- <point x="560" y="1920" type="curve" smooth="yes"/>
- <point x="608" y="1920"/>
- <point x="648" y="1916"/>
- <point x="680" y="1908" type="curve"/>
- <point x="712" y="2112" type="line"/>
- <point x="648" y="2128"/>
- <point x="580" y="2140"/>
- <point x="516" y="2140" type="curve" smooth="yes"/>
- <point x="220" y="2140"/>
- <point x="40" y="1964"/>
- <point x="40" y="1640" type="curve" smooth="yes"/>
- <point x="40" y="0" type="line"/>
- </contour>
- <contour>
- <point x="420" y="2420" type="move" name="top"/>
- </contour>
- <contour>
- <point x="168" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="532" y="2420" type="move" name="top0315"/>
+ <point x="316.0" y="0.0" type="line"/>
+ <point x="316.0" y="1640.0" type="line" smooth="yes"/>
+ <point x="316.0" y="1816.0"/>
+ <point x="400.0" y="1920.0"/>
+ <point x="560.0" y="1920.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="1920.0"/>
+ <point x="648.0" y="1916.0"/>
+ <point x="680.0" y="1908.0" type="curve"/>
+ <point x="712.0" y="2112.0" type="line"/>
+ <point x="648.0" y="2128.0"/>
+ <point x="580.0" y="2140.0"/>
+ <point x="516.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="220.0" y="2140.0"/>
+ <point x="40.0" y="1964.0"/>
+ <point x="40.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="40.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': 219, 'rightMargin': -180}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lozenge.glif b/src/Inter-UI-Regular.ufo/glyphs/lozenge.glif
index 77f3d536e..1478a6b9a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lozenge.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lozenge.glif
@@ -1,44 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lozenge" format="1">
- <advance width="1520"/>
+<glyph name="lozenge" format="2">
+ <advance width="1520.0"/>
<unicode hex="25CA"/>
<outline>
<contour>
- <point x="108" y="1000" type="line"/>
- <point x="660" y="0" type="line"/>
- <point x="840" y="0" type="line"/>
- <point x="820" y="192" type="line"/>
- <point x="388" y="1000" type="line"/>
- <point x="812" y="1812" type="line"/>
- <point x="836" y="2004" type="line"/>
- <point x="656" y="2004" type="line"/>
+ <point x="108.0" y="1000.0" type="line"/>
+ <point x="660.0" y="0.0" type="line"/>
+ <point x="840.0" y="0.0" type="line"/>
+ <point x="820.0" y="192.0" type="line"/>
+ <point x="388.0" y="1000.0" type="line"/>
+ <point x="812.0" y="1812.0" type="line"/>
+ <point x="836.0" y="2004.0" type="line"/>
+ <point x="656.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="712" y="192" type="line"/>
- <point x="688" y="0" type="line"/>
- <point x="868" y="0" type="line"/>
- <point x="1416" y="1000" type="line"/>
- <point x="860" y="2004" type="line"/>
- <point x="684" y="2004" type="line"/>
- <point x="700" y="1812" type="line"/>
- <point x="1136" y="1000" type="line"/>
+ <point x="712.0" y="192.0" type="line"/>
+ <point x="688.0" y="0.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
+ <point x="1416.0" y="1000.0" type="line"/>
+ <point x="860.0" y="2004.0" type="line"/>
+ <point x="684.0" y="2004.0" type="line"/>
+ <point x="700.0" y="1812.0" type="line"/>
+ <point x="1136.0" y="1000.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1419.0, 'leftMargin': 56, 'rightMargin': 55.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lrthook.glif b/src/Inter-UI-Regular.ufo/glyphs/lrthook.glif
index 4910b908b..acc840632 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lrthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lrthook.glif
@@ -1,45 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lrthook" format="1">
- <advance width="668"/>
+<glyph name="lrthook" format="2">
+ <advance width="668.0"/>
<unicode hex="026D"/>
+ <anchor x="364.0" y="-616.0" name="bottom"/>
+ <anchor x="364.0" y="2200.0" name="top"/>
+ <anchor x="848.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="452" y="36" type="line"/>
- <point x="216" y="36" type="line"/>
- <point x="216" y="-164" type="line" smooth="yes"/>
- <point x="216" y="-428"/>
- <point x="392" y="-576"/>
- <point x="616" y="-576" type="curve" smooth="yes"/>
- <point x="664" y="-576"/>
- <point x="716" y="-576"/>
- <point x="752" y="-564" type="curve"/>
- <point x="752" y="-364" type="line"/>
- <point x="732" y="-368"/>
- <point x="704" y="-372"/>
- <point x="676" y="-372" type="curve" smooth="yes"/>
- <point x="548" y="-372"/>
- <point x="452" y="-324"/>
- <point x="452" y="-164" type="curve" smooth="yes"/>
+ <point x="452.0" y="36.0" type="line"/>
+ <point x="216.0" y="36.0" type="line"/>
+ <point x="216.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="216.0" y="-428.0"/>
+ <point x="392.0" y="-576.0"/>
+ <point x="616.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="-576.0"/>
+ <point x="716.0" y="-576.0"/>
+ <point x="752.0" y="-564.0" type="curve"/>
+ <point x="752.0" y="-364.0" type="line"/>
+ <point x="732.0" y="-368.0"/>
+ <point x="704.0" y="-372.0"/>
+ <point x="676.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="-372.0"/>
+ <point x="452.0" y="-324.0"/>
+ <point x="452.0" y="-164.0" type="curve" smooth="yes"/>
</contour>
- <component base="l"/>
<contour>
- <point x="364" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="364" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="848" y="2200" type="move" name="top0315"/>
+ <point x="452.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 924.0, 'leftMargin': 301, 'rightMargin': 66.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lslash.glif b/src/Inter-UI-Regular.ufo/glyphs/lslash.glif
index 6ba0223dc..75891e767 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lslash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lslash.glif
@@ -1,33 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lslash" format="1">
- <advance width="668"/>
+<glyph name="lslash" format="2">
+ <advance width="668.0"/>
<unicode hex="0142"/>
+ <anchor x="388.0" y="16.0" name="bottom"/>
+ <anchor x="376.0" y="2304.0" name="top"/>
+ <anchor x="768.0" y="2336.0" name="top0315"/>
<outline>
<contour>
- <point x="672" y="1280" type="line"/>
- <point x="-4" y="1024" type="line"/>
- <point x="-4" y="848" type="line"/>
- <point x="672" y="1104" type="line"/>
+ <point x="672.0" y="1280.0" type="line"/>
+ <point x="-4.0" y="1024.0" type="line"/>
+ <point x="-4.0" y="848.0" type="line"/>
+ <point x="672.0" y="1104.0" type="line"/>
</contour>
- <component base="l"/>
<contour>
- <point x="376" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="388" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="768" y="2336" type="move" name="top0315"/>
+ <point x="452.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 769, 'leftMargin': 51, 'rightMargin': 44}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lsquare.glif b/src/Inter-UI-Regular.ufo/glyphs/lsquare.glif
index 4c7b66ad6..1ab0ee8d7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lsquare.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lsquare.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lsquare" format="1">
- <advance width="1264"/>
+<glyph name="lsquare" format="2">
+ <advance width="1264.0"/>
<unicode hex="2113"/>
<outline>
<contour>
- <point x="940" y="200" type="line"/>
- <point x="716" y="200"/>
- <point x="648" y="344"/>
- <point x="648" y="592" type="curve" smooth="yes"/>
- <point x="648" y="1620" type="line"/>
- <point x="648" y="1816"/>
- <point x="692" y="1912"/>
- <point x="784" y="1912" type="curve"/>
- <point x="848" y="1912"/>
- <point x="892" y="1848"/>
- <point x="892" y="1708" type="curve" smooth="yes"/>
- <point x="892" y="1648" type="line"/>
- <point x="892" y="1320"/>
- <point x="656" y="832"/>
- <point x="96" y="832" type="curve"/>
- <point x="96" y="576" type="line"/>
- <point x="780" y="576"/>
- <point x="1168" y="1180"/>
- <point x="1168" y="1648" type="curve"/>
- <point x="1168" y="1708" type="line" smooth="yes"/>
- <point x="1168" y="1976"/>
- <point x="1008" y="2140"/>
- <point x="784" y="2140" type="curve"/>
- <point x="528" y="2140"/>
- <point x="372" y="1948"/>
- <point x="372" y="1620" type="curve"/>
- <point x="372" y="592" type="line" smooth="yes"/>
- <point x="372" y="216"/>
- <point x="556" y="-28"/>
- <point x="940" y="-28" type="curve"/>
+ <point x="940.0" y="200.0" type="line"/>
+ <point x="716.0" y="200.0"/>
+ <point x="648.0" y="344.0"/>
+ <point x="648.0" y="592.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="1620.0" type="line"/>
+ <point x="648.0" y="1816.0"/>
+ <point x="692.0" y="1912.0"/>
+ <point x="784.0" y="1912.0" type="curve"/>
+ <point x="848.0" y="1912.0"/>
+ <point x="892.0" y="1848.0"/>
+ <point x="892.0" y="1708.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="1648.0" type="line"/>
+ <point x="892.0" y="1320.0"/>
+ <point x="656.0" y="832.0"/>
+ <point x="96.0" y="832.0" type="curve"/>
+ <point x="96.0" y="576.0" type="line"/>
+ <point x="780.0" y="576.0"/>
+ <point x="1168.0" y="1180.0"/>
+ <point x="1168.0" y="1648.0" type="curve"/>
+ <point x="1168.0" y="1708.0" type="line" smooth="yes"/>
+ <point x="1168.0" y="1976.0"/>
+ <point x="1008.0" y="2140.0"/>
+ <point x="784.0" y="2140.0" type="curve"/>
+ <point x="528.0" y="2140.0"/>
+ <point x="372.0" y="1948.0"/>
+ <point x="372.0" y="1620.0" type="curve"/>
+ <point x="372.0" y="592.0" type="line" smooth="yes"/>
+ <point x="372.0" y="216.0"/>
+ <point x="556.0" y="-28.0"/>
+ <point x="940.0" y="-28.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1346, 'leftMargin': 147, 'rightMargin': 128}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/lyogh.glif b/src/Inter-UI-Regular.ufo/glyphs/lyogh.glif
index b4ddcc04c..79849a9e9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/lyogh.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/lyogh.glif
@@ -1,61 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="lyogh" format="1">
- <advance width="1776"/>
+<glyph name="lyogh" format="2">
+ <advance width="1776.0"/>
<unicode hex="026E"/>
+ <anchor x="872.0" y="-616.0" name="bottom"/>
+ <anchor x="872.0" y="1776.0" name="top"/>
+ <anchor x="1724.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="284" y="1488" type="line"/>
- <point x="284" y="1268" type="line"/>
- <point x="1156" y="1268" type="line"/>
- <point x="636" y="600" type="line"/>
- <point x="636" y="428" type="line"/>
- <point x="788" y="428" type="line"/>
- <point x="1484" y="1320" type="line"/>
- <point x="1480" y="1488" type="line"/>
+ <point x="284.0" y="1488.0" type="line"/>
+ <point x="284.0" y="1268.0" type="line"/>
+ <point x="1156.0" y="1268.0" type="line"/>
+ <point x="636.0" y="600.0" type="line"/>
+ <point x="636.0" y="428.0" type="line"/>
+ <point x="788.0" y="428.0" type="line"/>
+ <point x="1484.0" y="1320.0" type="line"/>
+ <point x="1480.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="636" y="596" type="line"/>
- <point x="636" y="384" type="line"/>
- <point x="840" y="384" type="line" smooth="yes"/>
- <point x="1124" y="384"/>
- <point x="1280" y="264"/>
- <point x="1280" y="-16" type="curve" smooth="yes"/>
- <point x="1280" y="-228"/>
- <point x="1132" y="-380"/>
- <point x="872" y="-380" type="curve" smooth="yes"/>
- <point x="648" y="-380"/>
- <point x="528" y="-280"/>
- <point x="500" y="-128" type="curve"/>
- <point x="224" y="-128" type="line"/>
- <point x="276" y="-472"/>
- <point x="556" y="-600"/>
- <point x="872" y="-600" type="curve" smooth="yes"/>
- <point x="1268" y="-600"/>
- <point x="1552" y="-388"/>
- <point x="1552" y="-12" type="curve" smooth="yes"/>
- <point x="1552" y="380"/>
- <point x="1292" y="596"/>
- <point x="844" y="596" type="curve"/>
+ <point x="636.0" y="596.0" type="line"/>
+ <point x="636.0" y="384.0" type="line"/>
+ <point x="840.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1124.0" y="384.0"/>
+ <point x="1280.0" y="264.0"/>
+ <point x="1280.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="-228.0"/>
+ <point x="1132.0" y="-380.0"/>
+ <point x="872.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="-380.0"/>
+ <point x="528.0" y="-280.0"/>
+ <point x="500.0" y="-128.0" type="curve"/>
+ <point x="224.0" y="-128.0" type="line"/>
+ <point x="276.0" y="-472.0"/>
+ <point x="556.0" y="-600.0"/>
+ <point x="872.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="-600.0"/>
+ <point x="1552.0" y="-388.0"/>
+ <point x="1552.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="1552.0" y="380.0"/>
+ <point x="1292.0" y="596.0"/>
+ <point x="844.0" y="596.0" type="curve"/>
</contour>
- <component base="l" xOffset="4"/>
<contour>
- <point x="872" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="872" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1724" y="1776" type="move" name="top0315"/>
+ <point x="456.0" y="2048.0" type="line"/>
+ <point x="220.0" y="2048.0" type="line"/>
+ <point x="220.0" y="0.0" type="line"/>
+ <point x="456.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1711, 'leftMargin': 210, 'rightMargin': 171}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/m.glif b/src/Inter-UI-Regular.ufo/glyphs/m.glif
index 8a4e2e5e8..763197046 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/m.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/m.glif
@@ -1,79 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="m" format="1">
- <advance width="2404"/>
+<glyph name="m" format="2">
+ <advance width="2404.0"/>
<unicode hex="006D"/>
+ <anchor x="1204.0" y="0.0" name="bottom"/>
+ <anchor x="2440.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1272.0" y="1792.0" name="marktop"/>
+ <anchor x="1272.0" y="1792.0" name="top"/>
+ <anchor x="2440.0" y="1776.0" name="top0315"/>
+ <anchor x="2440.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1324" y="964" type="line" smooth="yes"/>
- <point x="1324" y="1180"/>
- <point x="1444" y="1328"/>
- <point x="1652" y="1328" type="curve" smooth="yes"/>
- <point x="1780" y="1328"/>
- <point x="1952" y="1252"/>
- <point x="1952" y="1012" type="curve" smooth="yes"/>
- <point x="1952" y="0" type="line"/>
- <point x="2188" y="0" type="line"/>
- <point x="2188" y="1004" type="line" smooth="yes"/>
- <point x="2188" y="1380"/>
- <point x="1980" y="1556"/>
- <point x="1724" y="1556" type="curve" smooth="yes"/>
- <point x="1500" y="1556"/>
- <point x="1324" y="1408"/>
- <point x="1280" y="1280" type="curve"/>
- <point x="1264" y="1280" type="line"/>
- <point x="1196" y="1432"/>
- <point x="1060" y="1556"/>
- <point x="868" y="1556" type="curve" smooth="yes"/>
- <point x="672" y="1556"/>
- <point x="512" y="1408"/>
- <point x="468" y="1276" type="curve"/>
- <point x="452" y="1276" type="line"/>
- <point x="452" y="1536" type="line"/>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- <point x="452" y="916" type="line" smooth="yes"/>
- <point x="452" y="1168"/>
- <point x="624" y="1328"/>
- <point x="804" y="1328" type="curve" smooth="yes"/>
- <point x="976" y="1328"/>
- <point x="1084" y="1236"/>
- <point x="1084" y="1004" type="curve" smooth="yes"/>
- <point x="1084" y="0" type="line"/>
- <point x="1324" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1272" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1204" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1272" y="1792" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="2440" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2440" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2440" y="1776" type="move" name="top0315"/>
+ <point x="1324.0" y="964.0" type="line" smooth="yes"/>
+ <point x="1324.0" y="1180.0"/>
+ <point x="1444.0" y="1328.0"/>
+ <point x="1652.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="1328.0"/>
+ <point x="1952.0" y="1252.0"/>
+ <point x="1952.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="1952.0" y="0.0" type="line"/>
+ <point x="2188.0" y="0.0" type="line"/>
+ <point x="2188.0" y="1004.0" type="line" smooth="yes"/>
+ <point x="2188.0" y="1380.0"/>
+ <point x="1980.0" y="1556.0"/>
+ <point x="1724.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="1556.0"/>
+ <point x="1324.0" y="1408.0"/>
+ <point x="1280.0" y="1280.0" type="curve"/>
+ <point x="1264.0" y="1280.0" type="line"/>
+ <point x="1196.0" y="1432.0"/>
+ <point x="1060.0" y="1556.0"/>
+ <point x="868.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="1556.0"/>
+ <point x="512.0" y="1408.0"/>
+ <point x="468.0" y="1276.0" type="curve"/>
+ <point x="452.0" y="1276.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="916.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1168.0"/>
+ <point x="624.0" y="1328.0"/>
+ <point x="804.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1328.0"/>
+ <point x="1084.0" y="1236.0"/>
+ <point x="1084.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="0.0" type="line"/>
+ <point x="1324.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macron.glif b/src/Inter-UI-Regular.ufo/glyphs/macron.glif
index 7684d516c..98d2314e5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/macron.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/macron.glif
@@ -1,36 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macron" format="1">
- <advance width="1264"/>
+<glyph name="macron" format="2">
+ <advance width="1264.0"/>
<unicode hex="00AF"/>
+ <anchor x="624.0" y="1764.0" name="_top"/>
+ <anchor x="624.0" y="2172.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="1104" y="1988" type="line"/>
- <point x="164" y="1988" type="line"/>
- <point x="164" y="1784" type="line"/>
- <point x="1104" y="1784" type="line"/>
- </contour>
- <contour>
- <point x="624" y="1764" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="624" y="2172" type="move" name="mkmktop_acc"/>
+ <point x="1104.0" y="1988.0" type="line"/>
+ <point x="164.0" y="1988.0" type="line"/>
+ <point x="164.0" y="1784.0" type="line"/>
+ <point x="1104.0" y="1784.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1310, 'leftMargin': 198, 'rightMargin': 173}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.cn.glif
new file mode 100644
index 000000000..870bdcd05
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.cn.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="macronacutecomb.cn" format="2">
+ <anchor x="-809.0" y="1694.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-338.0" y="1854.0" type="line"/>
+ <point x="-1277.0" y="1854.0" type="line"/>
+ <point x="-1277.0" y="1647.0" type="line"/>
+ <point x="-338.0" y="1647.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-913.0" y="1954.0" type="line"/>
+ <point x="-738.0" y="1954.0" type="line"/>
+ <point x="-487.0" y="2225.0" type="line"/>
+ <point x="-738.0" y="2225.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.glif
deleted file mode 100644
index b5d2ac039..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macronacutecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1694" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-338" y="1854" type="line"/>
- <point x="-1277" y="1854" type="line"/>
- <point x="-1277" y="1647" type="line"/>
- <point x="-338" y="1647" type="line"/>
- </contour>
- <contour>
- <point x="-913" y="1954" type="line"/>
- <point x="-738" y="1954" type="line"/>
- <point x="-487" y="2225" type="line"/>
- <point x="-738" y="2225" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.lc.glif
index 94e99ff05..1c81ea29d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/macronacutecomb.lc.glif
@@ -1,35 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macronacutecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="macronacutecomb.lc" format="2">
+ <anchor x="-809.0" y="1763.0" name="_top"/>
+ <anchor x="-809.0" y="2668.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1763" type="move" name="_top"/>
+ <point x="-331.0" y="1988.0" type="line"/>
+ <point x="-1271.0" y="1988.0" type="line"/>
+ <point x="-1271.0" y="1782.0" type="line"/>
+ <point x="-331.0" y="1782.0" type="line"/>
</contour>
<contour>
- <point x="-809" y="2668" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-331" y="1988" type="line"/>
- <point x="-1271" y="1988" type="line"/>
- <point x="-1271" y="1782" type="line"/>
- <point x="-331" y="1782" type="line"/>
- </contour>
- <contour>
- <point x="-958" y="2104" type="line"/>
- <point x="-740" y="2104" type="line"/>
- <point x="-360" y="2511" type="line"/>
- <point x="-692" y="2511" type="line"/>
+ <point x="-958.0" y="2104.0" type="line"/>
+ <point x="-740.0" y="2104.0" type="line"/>
+ <point x="-360.0" y="2511.0" type="line"/>
+ <point x="-692.0" y="2511.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macroncomb.glif b/src/Inter-UI-Regular.ufo/glyphs/macroncomb.glif
index 892f4cbe7..5b7833e13 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/macroncomb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/macroncomb.glif
@@ -1,33 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macroncomb" format="1">
- <advance width="0"/>
+<glyph name="macroncomb" format="2">
<unicode hex="0304"/>
+ <anchor x="-799.0" y="1763.0" name="_marktop"/>
+ <anchor x="-799.0" y="2173.0" name="mkmktop"/>
+ <anchor x="-809.0" y="1899.0" name="parent_top"/>
<outline>
<contour>
- <point x="-799" y="1763" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-799" y="2173" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-809" y="1899" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-340" y="1988" type="line"/>
- <point x="-1279" y="1988" type="line"/>
- <point x="-1279" y="1782" type="line"/>
- <point x="-340" y="1782" type="line"/>
+ <point x="-340.0" y="1988.0" type="line"/>
+ <point x="-1279.0" y="1988.0" type="line"/>
+ <point x="-1279.0" y="1782.0" type="line"/>
+ <point x="-340.0" y="1782.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.cn.glif
new file mode 100644
index 000000000..22598884d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.cn.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="macrondieresiscomb.cn" format="2">
+ <anchor x="-809.0" y="1653.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-338.0" y="1854.0" type="line"/>
+ <point x="-1277.0" y="1854.0" type="line"/>
+ <point x="-1277.0" y="1647.0" type="line"/>
+ <point x="-338.0" y="1647.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1288.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="-1288.0" y="2056.0"/>
+ <point x="-1235.0" y="1990.0"/>
+ <point x="-1130.0" y="1990.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="1990.0"/>
+ <point x="-971.0" y="2056.0"/>
+ <point x="-971.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="2225.0"/>
+ <point x="-1026.0" y="2292.0"/>
+ <point x="-1130.0" y="2292.0" type="curve" smooth="yes"/>
+ <point x="-1235.0" y="2292.0"/>
+ <point x="-1288.0" y="2225.0"/>
+ </contour>
+ <contour>
+ <point x="-644.0" y="2137.0" type="curve" smooth="yes"/>
+ <point x="-644.0" y="2053.0"/>
+ <point x="-590.0" y="1987.0"/>
+ <point x="-485.0" y="1987.0" type="curve" smooth="yes"/>
+ <point x="-381.0" y="1987.0"/>
+ <point x="-326.0" y="2053.0"/>
+ <point x="-326.0" y="2137.0" type="curve" smooth="yes"/>
+ <point x="-326.0" y="2222.0"/>
+ <point x="-381.0" y="2289.0"/>
+ <point x="-485.0" y="2289.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="2289.0"/>
+ <point x="-644.0" y="2222.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.glif b/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.glif
deleted file mode 100644
index f6e0f4dd4..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.glif
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macrondieresiscomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1653" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-338" y="1854" type="line"/>
- <point x="-1277" y="1854" type="line"/>
- <point x="-1277" y="1647" type="line"/>
- <point x="-338" y="1647" type="line"/>
- </contour>
- <contour>
- <point x="-1288" y="2140" type="curve" smooth="yes"/>
- <point x="-1288" y="2056"/>
- <point x="-1235" y="1990"/>
- <point x="-1130" y="1990" type="curve" smooth="yes"/>
- <point x="-1026" y="1990"/>
- <point x="-971" y="2056"/>
- <point x="-971" y="2140" type="curve" smooth="yes"/>
- <point x="-971" y="2225"/>
- <point x="-1026" y="2292"/>
- <point x="-1130" y="2292" type="curve" smooth="yes"/>
- <point x="-1235" y="2292"/>
- <point x="-1288" y="2225"/>
- </contour>
- <contour>
- <point x="-644" y="2137" type="curve" smooth="yes"/>
- <point x="-644" y="2053"/>
- <point x="-590" y="1987"/>
- <point x="-485" y="1987" type="curve" smooth="yes"/>
- <point x="-381" y="1987"/>
- <point x="-326" y="2053"/>
- <point x="-326" y="2137" type="curve" smooth="yes"/>
- <point x="-326" y="2222"/>
- <point x="-381" y="2289"/>
- <point x="-485" y="2289" type="curve" smooth="yes"/>
- <point x="-590" y="2289"/>
- <point x="-644" y="2222"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.lc.glif
index d0a493e82..5f2cc736a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/macrondieresiscomb.lc.glif
@@ -1,57 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macrondieresiscomb.lc" format="1">
- <advance width="0"/>
+<glyph name="macrondieresiscomb.lc" format="2">
+ <anchor x="-809.0" y="1763.0" name="_top"/>
+ <anchor x="-809.0" y="2571.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1763" type="move" name="_top"/>
+ <point x="-331.0" y="1988.0" type="line"/>
+ <point x="-1271.0" y="1988.0" type="line"/>
+ <point x="-1271.0" y="1782.0" type="line"/>
+ <point x="-331.0" y="1782.0" type="line"/>
</contour>
<contour>
- <point x="-809" y="2571" type="move" name="mkmktop_acc"/>
+ <point x="-1258.0" y="2278.0" type="curve" smooth="yes"/>
+ <point x="-1258.0" y="2195.0"/>
+ <point x="-1205.0" y="2129.0"/>
+ <point x="-1100.0" y="2129.0" type="curve" smooth="yes"/>
+ <point x="-996.0" y="2129.0"/>
+ <point x="-941.0" y="2195.0"/>
+ <point x="-941.0" y="2278.0" type="curve" smooth="yes"/>
+ <point x="-941.0" y="2364.0"/>
+ <point x="-996.0" y="2431.0"/>
+ <point x="-1100.0" y="2431.0" type="curve" smooth="yes"/>
+ <point x="-1205.0" y="2431.0"/>
+ <point x="-1258.0" y="2364.0"/>
</contour>
<contour>
- <point x="-331" y="1988" type="line"/>
- <point x="-1271" y="1988" type="line"/>
- <point x="-1271" y="1782" type="line"/>
- <point x="-331" y="1782" type="line"/>
- </contour>
- <contour>
- <point x="-1258" y="2278" type="curve" smooth="yes"/>
- <point x="-1258" y="2195"/>
- <point x="-1205" y="2129"/>
- <point x="-1100" y="2129" type="curve" smooth="yes"/>
- <point x="-996" y="2129"/>
- <point x="-941" y="2195"/>
- <point x="-941" y="2278" type="curve" smooth="yes"/>
- <point x="-941" y="2364"/>
- <point x="-996" y="2431"/>
- <point x="-1100" y="2431" type="curve" smooth="yes"/>
- <point x="-1205" y="2431"/>
- <point x="-1258" y="2364"/>
- </contour>
- <contour>
- <point x="-668" y="2276" type="curve" smooth="yes"/>
- <point x="-668" y="2192"/>
- <point x="-615" y="2126"/>
- <point x="-510" y="2126" type="curve" smooth="yes"/>
- <point x="-406" y="2126"/>
- <point x="-351" y="2192"/>
- <point x="-351" y="2276" type="curve" smooth="yes"/>
- <point x="-351" y="2361"/>
- <point x="-406" y="2428"/>
- <point x="-510" y="2428" type="curve" smooth="yes"/>
- <point x="-615" y="2428"/>
- <point x="-668" y="2361"/>
+ <point x="-668.0" y="2276.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="2192.0"/>
+ <point x="-615.0" y="2126.0"/>
+ <point x="-510.0" y="2126.0" type="curve" smooth="yes"/>
+ <point x="-406.0" y="2126.0"/>
+ <point x="-351.0" y="2192.0"/>
+ <point x="-351.0" y="2276.0" type="curve" smooth="yes"/>
+ <point x="-351.0" y="2361.0"/>
+ <point x="-406.0" y="2428.0"/>
+ <point x="-510.0" y="2428.0" type="curve" smooth="yes"/>
+ <point x="-615.0" y="2428.0"/>
+ <point x="-668.0" y="2361.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.cn.glif
new file mode 100644
index 000000000..7b90d753a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.cn.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="macrongravecomb.cn" format="2">
+ <anchor x="-809.0" y="1694.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-916.0" y="2225.0" type="line"/>
+ <point x="-1180.0" y="2225.0" type="line"/>
+ <point x="-886.0" y="1954.0" type="line"/>
+ <point x="-719.0" y="1954.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-338.0" y="1854.0" type="line"/>
+ <point x="-1277.0" y="1854.0" type="line"/>
+ <point x="-1277.0" y="1647.0" type="line"/>
+ <point x="-338.0" y="1647.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:38:04</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.glif
deleted file mode 100644
index 23c39e05b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macrongravecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1694" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-916" y="2225" type="line"/>
- <point x="-1180" y="2225" type="line"/>
- <point x="-886" y="1954" type="line"/>
- <point x="-719" y="1954" type="line"/>
- </contour>
- <contour>
- <point x="-338" y="1854" type="line"/>
- <point x="-1277" y="1854" type="line"/>
- <point x="-1277" y="1647" type="line"/>
- <point x="-338" y="1647" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.lc.glif
index 6bbafaefb..2be0c69ec 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/macrongravecomb.lc.glif
@@ -1,35 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macrongravecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="macrongravecomb.lc" format="2">
+ <anchor x="-809.0" y="1763.0" name="_top"/>
+ <anchor x="-809.0" y="2668.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1763" type="move" name="_top"/>
+ <point x="-331.0" y="1988.0" type="line"/>
+ <point x="-1271.0" y="1988.0" type="line"/>
+ <point x="-1271.0" y="1782.0" type="line"/>
+ <point x="-331.0" y="1782.0" type="line"/>
</contour>
<contour>
- <point x="-809" y="2668" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-331" y="1988" type="line"/>
- <point x="-1271" y="1988" type="line"/>
- <point x="-1271" y="1782" type="line"/>
- <point x="-331" y="1782" type="line"/>
- </contour>
- <contour>
- <point x="-921" y="2511" type="line"/>
- <point x="-1253" y="2511" type="line"/>
- <point x="-888" y="2104" type="line"/>
- <point x="-655" y="2104" type="line"/>
+ <point x="-921.0" y="2511.0" type="line"/>
+ <point x="-1253.0" y="2511.0" type="line"/>
+ <point x="-888.0" y="2104.0" type="line"/>
+ <point x="-655.0" y="2104.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macronsub.glif b/src/Inter-UI-Regular.ufo/glyphs/macronsub.glif
index 5ad8a30bb..e8253b9d0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/macronsub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/macronsub.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macronsub" format="1">
- <advance width="1264"/>
+<glyph name="macronsub" format="2">
+ <advance width="1264.0"/>
<unicode hex="02CD"/>
<outline>
- <component base="macron" xOffset="-44" yOffset="-2200"/>
+ <component base="macron" xOffset="-44.0" yOffset="-2200.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1132, 'leftMargin': 96, 'rightMargin': 97}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macronsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/macronsubnosp.glif
index f977a1177..146ab1f04 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/macronsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/macronsubnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="macronsubnosp" format="1">
- <advance width="0"/>
+<glyph name="macronsubnosp" format="2">
<unicode hex="0331"/>
+ <anchor x="-809.0" y="0.0" name="_bottom"/>
+ <anchor x="-809.0" y="0.0" name="_markbottom"/>
+ <anchor x="-809.0" y="-404.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-809" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-809" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-809" y="-404" type="move" name="mkmkbottom_acc"/>
- </contour>
- <component base="macron" xOffset="-1475" yOffset="-2200"/>
+ <component base="macron" xOffset="-1475.0" yOffset="-2200.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/macute.glif b/src/Inter-UI-Regular.ufo/glyphs/macute.glif
new file mode 100644
index 000000000..656c41b6f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/macute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="macute" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="1E3F"/>
+ <anchor x="1204.0" y="0.0" name="bottom"/>
+ <anchor x="2440.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1272.0" y="1792.0" name="parent_top"/>
+ <anchor x="1272.0" y="2284.0" name="top"/>
+ <anchor x="2440.0" y="1776.0" name="top0315"/>
+ <anchor x="2440.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="m"/>
+ <component base="acute" xOffset="960.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/manat.glif b/src/Inter-UI-Regular.ufo/glyphs/manat.glif
index 01dfb0c7d..de57f25d4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/manat.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/manat.glif
@@ -1,67 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="manat" format="1">
- <advance width="2032"/>
+<glyph name="manat" format="2">
+ <advance width="2032.0"/>
<unicode hex="20BC"/>
+ <guideline x="1008.0" y="940.0" angle="90.0"/>
<outline>
<contour>
- <point x="1824" y="0" type="line"/>
- <point x="1824" y="252" type="line" smooth="yes"/>
- <point x="1824" y="856"/>
- <point x="1504" y="1224"/>
- <point x="1016" y="1224" type="curve" smooth="yes"/>
- <point x="544" y="1224"/>
- <point x="208" y="856"/>
- <point x="208" y="252" type="curve" smooth="yes"/>
- <point x="208" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- <point x="452" y="252" type="line" smooth="yes"/>
- <point x="452" y="736"/>
- <point x="696" y="984"/>
- <point x="1016" y="984" type="curve" smooth="yes"/>
- <point x="1352" y="984"/>
- <point x="1580" y="736"/>
- <point x="1580" y="252" type="curve" smooth="yes"/>
- <point x="1580" y="0" type="line"/>
+ <point x="1824.0" y="0.0" type="line"/>
+ <point x="1824.0" y="252.0" type="line" smooth="yes"/>
+ <point x="1824.0" y="856.0"/>
+ <point x="1504.0" y="1224.0"/>
+ <point x="1016.0" y="1224.0" type="curve" smooth="yes"/>
+ <point x="544.0" y="1224.0"/>
+ <point x="208.0" y="856.0"/>
+ <point x="208.0" y="252.0" type="curve" smooth="yes"/>
+ <point x="208.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="252.0" type="line" smooth="yes"/>
+ <point x="452.0" y="736.0"/>
+ <point x="696.0" y="984.0"/>
+ <point x="1016.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="984.0"/>
+ <point x="1580.0" y="736.0"/>
+ <point x="1580.0" y="252.0" type="curve" smooth="yes"/>
+ <point x="1580.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1140" y="1536" type="line"/>
- <point x="892" y="1536" type="line"/>
- <point x="892" y="0" type="line"/>
- <point x="1140" y="0" type="line"/>
+ <point x="1140.0" y="1536.0" type="line"/>
+ <point x="892.0" y="1536.0" type="line"/>
+ <point x="892.0" y="0.0" type="line"/>
+ <point x="1140.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1008</integer>
- <key>y</key>
- <integer>940</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1862, 'leftMargin': 124, 'rightMargin': 124}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mcapturn.glif b/src/Inter-UI-Regular.ufo/glyphs/mcapturn.glif
index f3af30b9f..a6e98eeb9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/mcapturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/mcapturn.glif
@@ -1,60 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mcapturn" format="1">
- <advance width="2544"/>
+<glyph name="mcapturn" format="2">
+ <advance width="2544.0"/>
<unicode hex="019C"/>
<outline>
<contour>
- <point x="2044" y="292" type="line"/>
- <point x="2056" y="0" type="line"/>
- <point x="2316" y="0" type="line"/>
- <point x="2316" y="2004" type="line"/>
- <point x="2044" y="2004" type="line"/>
+ <point x="2044.0" y="292.0" type="line"/>
+ <point x="2056.0" y="0.0" type="line"/>
+ <point x="2316.0" y="0.0" type="line"/>
+ <point x="2316.0" y="2004.0" type="line"/>
+ <point x="2044.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="2064" y="692" type="line"/>
- <point x="2064" y="416"/>
- <point x="1964" y="200"/>
- <point x="1668" y="200" type="curve" smooth="yes"/>
- <point x="1540" y="200"/>
- <point x="1408" y="280"/>
- <point x="1408" y="608" type="curve"/>
- <point x="1408" y="2004" type="line"/>
- <point x="1136" y="2004" type="line"/>
- <point x="1136" y="608" type="line"/>
- <point x="1136" y="128"/>
- <point x="1332" y="-28"/>
- <point x="1624" y="-28" type="curve" smooth="yes"/>
- <point x="2032" y="-28"/>
- <point x="2192" y="280"/>
- <point x="2192" y="696" type="curve"/>
+ <point x="2064.0" y="692.0" type="line"/>
+ <point x="2064.0" y="416.0"/>
+ <point x="1964.0" y="200.0"/>
+ <point x="1668.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1540.0" y="200.0"/>
+ <point x="1408.0" y="280.0"/>
+ <point x="1408.0" y="608.0" type="curve"/>
+ <point x="1408.0" y="2004.0" type="line"/>
+ <point x="1136.0" y="2004.0" type="line"/>
+ <point x="1136.0" y="608.0" type="line"/>
+ <point x="1136.0" y="128.0"/>
+ <point x="1332.0" y="-28.0"/>
+ <point x="1624.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2032.0" y="-28.0"/>
+ <point x="2192.0" y="280.0"/>
+ <point x="2192.0" y="696.0" type="curve"/>
</contour>
<contour>
- <point x="1160" y="692" type="line"/>
- <point x="1160" y="416"/>
- <point x="1056" y="200"/>
- <point x="760" y="200" type="curve" smooth="yes"/>
- <point x="632" y="200"/>
- <point x="504" y="280"/>
- <point x="504" y="608" type="curve" smooth="yes"/>
- <point x="504" y="2004" type="line"/>
- <point x="228" y="2004" type="line"/>
- <point x="228" y="608" type="line" smooth="yes"/>
- <point x="228" y="132"/>
- <point x="420" y="-28"/>
- <point x="716" y="-28" type="curve" smooth="yes"/>
- <point x="1124" y="-28"/>
- <point x="1288" y="280"/>
- <point x="1288" y="696" type="curve"/>
+ <point x="1160.0" y="692.0" type="line"/>
+ <point x="1160.0" y="416.0"/>
+ <point x="1056.0" y="200.0"/>
+ <point x="760.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="200.0"/>
+ <point x="504.0" y="280.0"/>
+ <point x="504.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="2004.0" type="line"/>
+ <point x="228.0" y="2004.0" type="line"/>
+ <point x="228.0" y="608.0" type="line" smooth="yes"/>
+ <point x="228.0" y="132.0"/>
+ <point x="420.0" y="-28.0"/>
+ <point x="716.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="-28.0"/>
+ <point x="1288.0" y="280.0"/>
+ <point x="1288.0" y="696.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2558, 'leftMargin': 234, 'rightMargin': 234}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/mdotaccent.glif
new file mode 100644
index 000000000..87d5227f6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/mdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="mdotaccent" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="1E41"/>
+ <anchor x="1204.0" y="0.0" name="bottom"/>
+ <anchor x="2440.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1272.0" y="1792.0" name="parent_top"/>
+ <anchor x="1272.0" y="2188.0" name="top"/>
+ <anchor x="2440.0" y="1776.0" name="top0315"/>
+ <anchor x="2440.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="m"/>
+ <component base="dotaccent" xOffset="944.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/mdotbelow.glif
new file mode 100644
index 000000000..8d67bbaba
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/mdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="mdotbelow" format="2">
+ <advance width="2404.0"/>
+ <unicode hex="1E43"/>
+ <anchor x="1204.0" y="-495.0" name="bottom"/>
+ <anchor x="2440.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1272.0" y="1792.0" name="parent_top"/>
+ <anchor x="1272.0" y="1792.0" name="top"/>
+ <anchor x="2440.0" y="1776.0" name="top0315"/>
+ <anchor x="2440.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="m"/>
+ <component base="dotbelow" xOffset="2032.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mhook.glif b/src/Inter-UI-Regular.ufo/glyphs/mhook.glif
index 17b1fb069..b6147cb2f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/mhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/mhook.glif
@@ -1,45 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mhook" format="1">
- <advance width="2404"/>
+<glyph name="mhook" format="2">
+ <advance width="2404.0"/>
<unicode hex="0271"/>
+ <anchor x="1256.0" y="-616.0" name="bottom"/>
+ <anchor x="1256.0" y="1776.0" name="top"/>
+ <anchor x="2472.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1952" y="36" type="line"/>
- <point x="1952" y="-164" type="line" smooth="yes"/>
- <point x="1952" y="-324"/>
- <point x="1856" y="-372"/>
- <point x="1728" y="-372" type="curve" smooth="yes"/>
- <point x="1700" y="-372"/>
- <point x="1672" y="-368"/>
- <point x="1652" y="-364" type="curve"/>
- <point x="1652" y="-564" type="line"/>
- <point x="1688" y="-576"/>
- <point x="1740" y="-576"/>
- <point x="1788" y="-576" type="curve" smooth="yes"/>
- <point x="2012" y="-576"/>
- <point x="2188" y="-428"/>
- <point x="2188" y="-164" type="curve" smooth="yes"/>
- <point x="2188" y="36" type="line"/>
+ <point x="1952.0" y="36.0" type="line"/>
+ <point x="1952.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1952.0" y="-324.0"/>
+ <point x="1856.0" y="-372.0"/>
+ <point x="1728.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="1700.0" y="-372.0"/>
+ <point x="1672.0" y="-368.0"/>
+ <point x="1652.0" y="-364.0" type="curve"/>
+ <point x="1652.0" y="-564.0" type="line"/>
+ <point x="1688.0" y="-576.0"/>
+ <point x="1740.0" y="-576.0"/>
+ <point x="1788.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="2012.0" y="-576.0"/>
+ <point x="2188.0" y="-428.0"/>
+ <point x="2188.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="2188.0" y="36.0" type="line"/>
</contour>
- <component base="m"/>
<contour>
- <point x="1256" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1256" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2472" y="1776" type="move" name="top0315"/>
+ <point x="1324.0" y="964.0" type="line" smooth="yes"/>
+ <point x="1324.0" y="1180.0"/>
+ <point x="1444.0" y="1328.0"/>
+ <point x="1652.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="1328.0"/>
+ <point x="1952.0" y="1252.0"/>
+ <point x="1952.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="1952.0" y="0.0" type="line"/>
+ <point x="2188.0" y="0.0" type="line"/>
+ <point x="2188.0" y="1004.0" type="line" smooth="yes"/>
+ <point x="2188.0" y="1380.0"/>
+ <point x="1980.0" y="1556.0"/>
+ <point x="1724.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="1556.0"/>
+ <point x="1324.0" y="1408.0"/>
+ <point x="1280.0" y="1280.0" type="curve"/>
+ <point x="1264.0" y="1280.0" type="line"/>
+ <point x="1196.0" y="1432.0"/>
+ <point x="1060.0" y="1556.0"/>
+ <point x="868.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="1556.0"/>
+ <point x="512.0" y="1408.0"/>
+ <point x="468.0" y="1276.0" type="curve"/>
+ <point x="452.0" y="1276.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="916.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1168.0"/>
+ <point x="624.0" y="1328.0"/>
+ <point x="804.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1328.0"/>
+ <point x="1084.0" y="1236.0"/>
+ <point x="1084.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="0.0" type="line"/>
+ <point x="1324.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2463, 'leftMargin': 256, 'rightMargin': 159}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mill.glif b/src/Inter-UI-Regular.ufo/glyphs/mill.glif
index 11240f022..7ec7be7b0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/mill.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/mill.glif
@@ -1,31 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mill" format="1">
- <advance width="2404"/>
+<glyph name="mill" format="2">
+ <advance width="2404.0"/>
<unicode hex="20A5"/>
<outline>
<contour>
- <point x="1584" y="1760" type="line"/>
- <point x="1348" y="1760" type="line"/>
- <point x="572" y="-172" type="line"/>
- <point x="812" y="-172" type="line"/>
+ <point x="1584.0" y="1760.0" type="line"/>
+ <point x="1348.0" y="1760.0" type="line"/>
+ <point x="572.0" y="-172.0" type="line"/>
+ <point x="812.0" y="-172.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1324.0" y="964.0" type="line" smooth="yes"/>
+ <point x="1324.0" y="1180.0"/>
+ <point x="1444.0" y="1328.0"/>
+ <point x="1652.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="1328.0"/>
+ <point x="1952.0" y="1252.0"/>
+ <point x="1952.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="1952.0" y="0.0" type="line"/>
+ <point x="2188.0" y="0.0" type="line"/>
+ <point x="2188.0" y="1004.0" type="line" smooth="yes"/>
+ <point x="2188.0" y="1380.0"/>
+ <point x="1980.0" y="1556.0"/>
+ <point x="1724.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="1556.0"/>
+ <point x="1324.0" y="1408.0"/>
+ <point x="1280.0" y="1280.0" type="curve"/>
+ <point x="1264.0" y="1280.0" type="line"/>
+ <point x="1196.0" y="1432.0"/>
+ <point x="1060.0" y="1556.0"/>
+ <point x="868.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="1556.0"/>
+ <point x="512.0" y="1408.0"/>
+ <point x="468.0" y="1276.0" type="curve"/>
+ <point x="452.0" y="1276.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="916.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1168.0"/>
+ <point x="624.0" y="1328.0"/>
+ <point x="804.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1328.0"/>
+ <point x="1084.0" y="1236.0"/>
+ <point x="1084.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="0.0" type="line"/>
+ <point x="1324.0" y="0.0" type="line"/>
</contour>
- <component base="m"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2463, 'leftMargin': 256, 'rightMargin': 159}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/minus.case.glif b/src/Inter-UI-Regular.ufo/glyphs/minus.case.glif
index ff6e1d436..b24882c6c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/minus.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/minus.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minus.case" format="1">
- <advance width="1808"/>
+<glyph name="minus.case" format="2">
+ <advance width="1808.0"/>
<outline>
- <component base="minus" yOffset="128"/>
+ <component base="minus" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/minus.glif b/src/Inter-UI-Regular.ufo/glyphs/minus.glif
index 43210899e..589ca441e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/minus.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/minus.glif
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minus" format="1">
- <advance width="1808"/>
+<glyph name="minus" format="2">
+ <advance width="1808.0"/>
<unicode hex="2212"/>
<outline>
<contour>
- <point x="1544" y="1008" type="line"/>
- <point x="264" y="1008" type="line"/>
- <point x="264" y="784" type="line"/>
- <point x="1544" y="784" type="line"/>
+ <point x="1544.0" y="1008.0" type="line"/>
+ <point x="264.0" y="1008.0" type="line"/>
+ <point x="264.0" y="784.0" type="line"/>
+ <point x="1544.0" y="784.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/minusmod.glif b/src/Inter-UI-Regular.ufo/glyphs/minusmod.glif
index 821d238c9..f194aa23f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/minusmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/minusmod.glif
@@ -1,30 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minusmod" format="1">
- <advance width="752"/>
+<glyph name="minusmod" format="2">
+ <advance width="752.0"/>
<unicode hex="02D7"/>
<outline>
<contour>
- <point x="68" y="580" type="line"/>
- <point x="68" y="388" type="line"/>
- <point x="684" y="388" type="line"/>
- <point x="684" y="580" type="line"/>
+ <point x="68.0" y="580.0" type="line"/>
+ <point x="68.0" y="388.0" type="line"/>
+ <point x="684.0" y="388.0" type="line"/>
+ <point x="684.0" y="580.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 754, 'leftMargin': 69, 'rightMargin': 69}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/minussub.glif b/src/Inter-UI-Regular.ufo/glyphs/minussub.glif
index b6d86e14a..786f94a0b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/minussub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/minussub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minussub" format="1">
- <advance width="1264"/>
+<glyph name="minussub" format="2">
+ <advance width="1264.0"/>
<unicode hex="208B"/>
<outline>
- <component base="minussuperior" xOffset="96" yOffset="-1376"/>
+ <component base="minussuperior" xOffset="96.0" yOffset="-1376.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1056.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/minussubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/minussubnosp.glif
index 493ec856a..8aed3c9e9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/minussubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/minussubnosp.glif
@@ -1,30 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minussubnosp" format="1">
- <advance width="0"/>
+<glyph name="minussubnosp" format="2">
<unicode hex="0320"/>
+ <anchor x="-806.0" y="0.0" name="_markbottom"/>
+ <anchor x="-806.0" y="-452.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-806" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-806" y="-452" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1114" y="-260" type="line"/>
- <point x="-1114" y="-452" type="line"/>
- <point x="-498" y="-452" type="line"/>
- <point x="-498" y="-260" type="line"/>
+ <point x="-1114.0" y="-260.0" type="line"/>
+ <point x="-1114.0" y="-452.0" type="line"/>
+ <point x="-498.0" y="-452.0" type="line"/>
+ <point x="-498.0" y="-260.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/minussuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/minussuperior.glif
index 4370ba762..d47900a27 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/minussuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/minussuperior.glif
@@ -1,30 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="minussuperior" format="1">
- <advance width="1264"/>
+<glyph name="minussuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="207B"/>
<outline>
<contour>
- <point x="1052" y="1480" type="line"/>
- <point x="216" y="1480" type="line"/>
- <point x="216" y="1292" type="line"/>
- <point x="1052" y="1292" type="line"/>
+ <point x="1052.0" y="1480.0" type="line"/>
+ <point x="216.0" y="1480.0" type="line"/>
+ <point x="216.0" y="1292.0" type="line"/>
+ <point x="1052.0" y="1292.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1056.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/minute.glif b/src/Inter-UI-Regular.ufo/glyphs/minute.glif
new file mode 100644
index 000000000..bf799c8d2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/minute.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="minute" format="2">
+ <advance width="624.0"/>
+ <unicode hex="2032"/>
+ <outline>
+ <component base="quotesingle"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mturn.glif b/src/Inter-UI-Regular.ufo/glyphs/mturn.glif
index d8b05e967..aa0e8c80f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/mturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/mturn.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mturn" format="1">
- <advance width="2404"/>
+<glyph name="mturn" format="2">
+ <advance width="2404.0"/>
<unicode hex="026F"/>
+ <anchor x="1276.0" y="0.0" name="bottom"/>
+ <anchor x="1276.0" y="1776.0" name="top"/>
+ <anchor x="2500.0" y="1776.0" name="top0315"/>
<outline>
- <component base="m" xScale="-1.0" yScale="-1.0" xOffset="2388" yOffset="1536"/>
- <contour>
- <point x="1276" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1276" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2500" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="m" xScale="-1.0" yScale="-1.0" xOffset="2388.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2463, 'leftMargin': 188, 'rightMargin': 189}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mturndescend.glif b/src/Inter-UI-Regular.ufo/glyphs/mturndescend.glif
index 556c1bd2a..dc6c43f07 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/mturndescend.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/mturndescend.glif
@@ -1,33 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mturndescend" format="1">
- <advance width="2404"/>
+<glyph name="mturndescend" format="2">
+ <advance width="2404.0"/>
<unicode hex="0270"/>
+ <anchor x="1280.0" y="-616.0" name="bottom"/>
+ <anchor x="1280.0" y="1776.0" name="top"/>
+ <anchor x="2504.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1952" y="-576" type="line"/>
- <point x="2188" y="-576" type="line"/>
- <point x="2188" y="24" type="line"/>
- <point x="1952" y="24" type="line"/>
+ <point x="1952.0" y="-576.0" type="line"/>
+ <point x="2188.0" y="-576.0" type="line"/>
+ <point x="2188.0" y="24.0" type="line"/>
+ <point x="1952.0" y="24.0" type="line"/>
</contour>
- <component base="m" xScale="-1.0" yScale="-1.0" xOffset="2388" yOffset="1536"/>
<contour>
- <point x="1280" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1280" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2504" y="1776" type="move" name="top0315"/>
+ <point x="1064.0" y="572.0" type="line" smooth="yes"/>
+ <point x="1064.0" y="356.0"/>
+ <point x="944.0" y="208.0"/>
+ <point x="736.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="208.0"/>
+ <point x="436.0" y="284.0"/>
+ <point x="436.0" y="524.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="1536.0" type="line"/>
+ <point x="200.0" y="1536.0" type="line"/>
+ <point x="200.0" y="532.0" type="line" smooth="yes"/>
+ <point x="200.0" y="156.0"/>
+ <point x="408.0" y="-20.0"/>
+ <point x="664.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="-20.0"/>
+ <point x="1064.0" y="128.0"/>
+ <point x="1108.0" y="256.0" type="curve"/>
+ <point x="1124.0" y="256.0" type="line"/>
+ <point x="1192.0" y="104.0"/>
+ <point x="1328.0" y="-20.0"/>
+ <point x="1520.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1716.0" y="-20.0"/>
+ <point x="1876.0" y="128.0"/>
+ <point x="1920.0" y="260.0" type="curve"/>
+ <point x="1936.0" y="260.0" type="line"/>
+ <point x="1936.0" y="0.0" type="line"/>
+ <point x="2172.0" y="0.0" type="line"/>
+ <point x="2172.0" y="1536.0" type="line"/>
+ <point x="1936.0" y="1536.0" type="line"/>
+ <point x="1936.0" y="620.0" type="line" smooth="yes"/>
+ <point x="1936.0" y="368.0"/>
+ <point x="1764.0" y="208.0"/>
+ <point x="1584.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="1412.0" y="208.0"/>
+ <point x="1304.0" y="300.0"/>
+ <point x="1304.0" y="532.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="1536.0" type="line"/>
+ <point x="1064.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2463, 'leftMargin': 188, 'rightMargin': 189}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mu.glif b/src/Inter-UI-Regular.ufo/glyphs/mu.glif
index ff9ecc5d6..3ccab5f33 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/mu.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/mu.glif
@@ -1,129 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="mu" format="1">
- <advance width="1636"/>
+<glyph name="mu" format="2">
+ <advance width="1636.0"/>
<unicode hex="00B5"/>
+ <guideline x="1300.0" y="692.0" angle="0.0"/>
+ <guideline x="1300.0" y="304.0" angle="0.0"/>
+ <guideline x="1204.0" y="400.0" angle="0.0"/>
<outline>
<contour>
- <point x="1196" y="1536" type="line"/>
- <point x="1196" y="344" type="line"/>
- <point x="1224" y="0" type="line"/>
- <point x="1420" y="0" type="line"/>
- <point x="1420" y="1536" type="line"/>
+ <point x="1196.0" y="1536.0" type="line"/>
+ <point x="1196.0" y="344.0" type="line"/>
+ <point x="1224.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="1536.0" type="line"/>
</contour>
<contour>
- <point x="1196" y="692" type="line"/>
- <point x="1196" y="360"/>
- <point x="1012" y="212"/>
- <point x="824" y="212" type="curve" smooth="yes"/>
- <point x="636" y="212"/>
- <point x="452" y="360"/>
- <point x="452" y="692" type="curve"/>
- <point x="340" y="692" type="line"/>
- <point x="340" y="240"/>
- <point x="544" y="-28"/>
- <point x="828" y="-28" type="curve" smooth="yes"/>
- <point x="1112" y="-28"/>
- <point x="1308" y="240"/>
- <point x="1308" y="692" type="curve"/>
+ <point x="1196.0" y="692.0" type="line"/>
+ <point x="1196.0" y="360.0"/>
+ <point x="1012.0" y="212.0"/>
+ <point x="824.0" y="212.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="212.0"/>
+ <point x="452.0" y="360.0"/>
+ <point x="452.0" y="692.0" type="curve"/>
+ <point x="340.0" y="692.0" type="line"/>
+ <point x="340.0" y="240.0"/>
+ <point x="544.0" y="-28.0"/>
+ <point x="828.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="-28.0"/>
+ <point x="1308.0" y="240.0"/>
+ <point x="1308.0" y="692.0" type="curve"/>
</contour>
<contour>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="-572" type="line"/>
- <point x="452" y="-572" type="line"/>
- <point x="452" y="1536" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="-572.0" type="line"/>
+ <point x="452.0" y="-572.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1300</integer>
- <key>y</key>
- <integer>692</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1300</integer>
- <key>y</key>
- <integer>304</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1204</integer>
- <key>y</key>
- <integer>400</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>u</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>mu</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1636</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1796, 'leftMargin': 256, 'rightMargin': 292}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/mugreek.glif b/src/Inter-UI-Regular.ufo/glyphs/mugreek.glif
new file mode 100644
index 000000000..1d644e708
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/mugreek.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="mugreek" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="03BC"/>
+ <outline>
+ <component base="mu"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/multiply.case.glif b/src/Inter-UI-Regular.ufo/glyphs/multiply.case.glif
index 0cbea0d34..39ef2f3a1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/multiply.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/multiply.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="multiply.case" format="1">
- <advance width="1808"/>
+<glyph name="multiply.case" format="2">
+ <advance width="1808.0"/>
<outline>
- <component base="multiply" yOffset="128"/>
+ <component base="multiply" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/multiply.glif b/src/Inter-UI-Regular.ufo/glyphs/multiply.glif
index 1a56a86b4..c83b06d4e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/multiply.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/multiply.glif
@@ -1,34 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="multiply" format="1">
- <advance width="1808"/>
+<glyph name="multiply" format="2">
+ <advance width="1808.0"/>
<unicode hex="00D7"/>
<outline>
<contour>
- <point x="452" y="280" type="line"/>
- <point x="1524" y="1372" type="line"/>
- <point x="1372" y="1528" type="line"/>
- <point x="300" y="436" type="line"/>
+ <point x="452.0" y="280.0" type="line"/>
+ <point x="1524.0" y="1372.0" type="line"/>
+ <point x="1372.0" y="1528.0" type="line"/>
+ <point x="300.0" y="436.0" type="line"/>
</contour>
<contour>
- <point x="1356" y="280" type="line"/>
- <point x="1508" y="436" type="line"/>
- <point x="436" y="1528" type="line"/>
- <point x="284" y="1372" type="line"/>
+ <point x="1356.0" y="280.0" type="line"/>
+ <point x="1508.0" y="436.0" type="line"/>
+ <point x="436.0" y="1528.0" type="line"/>
+ <point x="284.0" y="1372.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/n.glif b/src/Inter-UI-Regular.ufo/glyphs/n.glif
index 69de5068b..93721ec1a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/n.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/n.glif
@@ -1,107 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="n" format="1">
- <advance width="1636"/>
+<glyph name="n" format="2">
+ <advance width="1636.0"/>
<unicode hex="006E"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="-192.0" y="2120.0" name="caron"/>
+ <anchor x="824.0" y="1792.0" name="marktop"/>
+ <anchor x="1216.0" y="0.0" name="right"/>
+ <anchor x="824.0" y="1792.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="452" y="908" type="line" smooth="yes"/>
- <point x="452" y="1196"/>
- <point x="672" y="1328"/>
- <point x="848" y="1328" type="curve" smooth="yes"/>
- <point x="1044" y="1328"/>
- <point x="1184" y="1184"/>
- <point x="1184" y="960" type="curve" smooth="yes"/>
- <point x="1184" y="0" type="line"/>
- <point x="1420" y="0" type="line"/>
- <point x="1420" y="976" type="line" smooth="yes"/>
- <point x="1420" y="1368"/>
- <point x="1212" y="1556"/>
- <point x="924" y="1556" type="curve" smooth="yes"/>
- <point x="692" y="1556"/>
- <point x="540" y="1432"/>
- <point x="468" y="1276" type="curve"/>
- <point x="452" y="1276" type="line"/>
- <point x="452" y="1536" type="line"/>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- </contour>
- <contour>
- <point x="824" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="820" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="-192" y="2120" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="1216" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="824" y="1792" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1408" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1408" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1408" y="1776" type="move" name="top0315"/>
+ <point x="452.0" y="908.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1196.0"/>
+ <point x="672.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1328.0"/>
+ <point x="1184.0" y="1184.0"/>
+ <point x="1184.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1368.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="540.0" y="1432.0"/>
+ <point x="468.0" y="1276.0" type="curve"/>
+ <point x="452.0" y="1276.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>m</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>-24</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>n</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1636</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nacute.glif b/src/Inter-UI-Regular.ufo/glyphs/nacute.glif
new file mode 100644
index 000000000..df3fd768f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/nacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nacute" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0144"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="2284.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="acute" xOffset="512.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/naira.glif b/src/Inter-UI-Regular.ufo/glyphs/naira.glif
index d4f232f1e..decefc80e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/naira.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/naira.glif
@@ -1,37 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="naira" format="1">
- <advance width="2304"/>
+<glyph name="naira" format="2">
+ <advance width="2304.0"/>
<unicode hex="20A6"/>
<outline>
<contour>
- <point x="2232" y="1300" type="line"/>
- <point x="72" y="1300" type="line"/>
- <point x="72" y="1080" type="line"/>
- <point x="2232" y="1080" type="line"/>
+ <point x="2232.0" y="1300.0" type="line"/>
+ <point x="72.0" y="1300.0" type="line"/>
+ <point x="72.0" y="1080.0" type="line"/>
+ <point x="2232.0" y="1080.0" type="line"/>
</contour>
<contour>
- <point x="2232" y="888" type="line"/>
- <point x="72" y="888" type="line"/>
- <point x="72" y="668" type="line"/>
- <point x="2232" y="668" type="line"/>
+ <point x="2232.0" y="888.0" type="line"/>
+ <point x="72.0" y="888.0" type="line"/>
+ <point x="72.0" y="668.0" type="line"/>
+ <point x="2232.0" y="668.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1944.0" y="2048.0" type="line"/>
+ <point x="1700.0" y="2048.0" type="line"/>
+ <point x="1700.0" y="436.0" type="line"/>
+ <point x="1680.0" y="436.0" type="line"/>
+ <point x="600.0" y="2048.0" type="line"/>
+ <point x="360.0" y="2048.0" type="line"/>
+ <point x="360.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ <point x="608.0" y="1604.0" type="line"/>
+ <point x="628.0" y="1604.0" type="line"/>
+ <point x="1704.0" y="0.0" type="line"/>
+ <point x="1944.0" y="0.0" type="line"/>
</contour>
- <component base="N" xOffset="112"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2244.0, 'leftMargin': 41, 'rightMargin': 41.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/napostrophe.glif b/src/Inter-UI-Regular.ufo/glyphs/napostrophe.glif
new file mode 100644
index 000000000..614cee81a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/napostrophe.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="napostrophe" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0149"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="1792.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="commaaccent" xOffset="-444.0" yOffset="1780.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nbspace.glif b/src/Inter-UI-Regular.ufo/glyphs/nbspace.glif
new file mode 100644
index 000000000..3fef0b437
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/nbspace.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nbspace" format="2">
+ <advance width="792.0"/>
+ <unicode hex="00A0"/>
+ <outline>
+ <component base="space"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ncaron.glif b/src/Inter-UI-Regular.ufo/glyphs/ncaron.glif
new file mode 100644
index 000000000..9a1835005
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ncaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ncaron" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0148"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="808.0" y="2248.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="caron" xOffset="176.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ncircumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ncircumflexbelow.glif
new file mode 100644
index 000000000..c1ed54743
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ncircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ncircumflexbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E4B"/>
+ <anchor x="819.0" y="-558.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="1792.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="circumflexsubnosp" xOffset="1632.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ncommaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/ncommaaccent.glif
new file mode 100644
index 000000000..94548b639
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ncommaaccent.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ncommaaccent" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0146"/>
+ <anchor x="856.0" y="-728.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="1792.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="commaaccent" xOffset="428.0" yOffset="-512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ncurl.glif b/src/Inter-UI-Regular.ufo/glyphs/ncurl.glif
index f3029a349..360f4904f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ncurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ncurl.glif
@@ -1,52 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ncurl" format="1">
- <advance width="1976"/>
+<glyph name="ncurl" format="2">
+ <advance width="1976.0"/>
<unicode hex="0235"/>
<outline>
<contour>
- <point x="1184" y="568" type="line"/>
- <point x="1184" y="88" type="line"/>
- <point x="1184" y="-116"/>
- <point x="1300" y="-344"/>
- <point x="1608" y="-344" type="curve" smooth="yes"/>
- <point x="1856" y="-344"/>
- <point x="2012" y="-196"/>
- <point x="2012" y="20" type="curve" smooth="yes"/>
- <point x="2012" y="240"/>
- <point x="1848" y="384"/>
- <point x="1628" y="384" type="curve" smooth="yes"/>
- <point x="1476" y="384"/>
- <point x="1312" y="316"/>
- <point x="1184" y="184" type="curve" smooth="yes"/>
- <point x="872" y="-136" type="line"/>
- <point x="1024" y="-292" type="line"/>
- <point x="1304" y="0" type="line" smooth="yes"/>
- <point x="1388" y="88"/>
- <point x="1468" y="172"/>
- <point x="1596" y="172" type="curve" smooth="yes"/>
- <point x="1700" y="172"/>
- <point x="1768" y="116"/>
- <point x="1768" y="20" type="curve" smooth="yes"/>
- <point x="1768" y="-72"/>
- <point x="1704" y="-140"/>
- <point x="1608" y="-140" type="curve" smooth="yes"/>
- <point x="1508" y="-140"/>
- <point x="1420" y="-64"/>
- <point x="1420" y="28" type="curve" smooth="yes"/>
- <point x="1420" y="112"/>
- <point x="1420" y="568"/>
- <point x="1420" y="568" type="curve"/>
+ <point x="1184.0" y="568.0" type="line"/>
+ <point x="1184.0" y="88.0" type="line"/>
+ <point x="1184.0" y="-116.0"/>
+ <point x="1300.0" y="-344.0"/>
+ <point x="1608.0" y="-344.0" type="curve" smooth="yes"/>
+ <point x="1856.0" y="-344.0"/>
+ <point x="2012.0" y="-196.0"/>
+ <point x="2012.0" y="20.0" type="curve" smooth="yes"/>
+ <point x="2012.0" y="240.0"/>
+ <point x="1848.0" y="384.0"/>
+ <point x="1628.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="384.0"/>
+ <point x="1312.0" y="316.0"/>
+ <point x="1184.0" y="184.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="-136.0" type="line"/>
+ <point x="1024.0" y="-292.0" type="line"/>
+ <point x="1304.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1388.0" y="88.0"/>
+ <point x="1468.0" y="172.0"/>
+ <point x="1596.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="1700.0" y="172.0"/>
+ <point x="1768.0" y="116.0"/>
+ <point x="1768.0" y="20.0" type="curve" smooth="yes"/>
+ <point x="1768.0" y="-72.0"/>
+ <point x="1704.0" y="-140.0"/>
+ <point x="1608.0" y="-140.0" type="curve" smooth="yes"/>
+ <point x="1508.0" y="-140.0"/>
+ <point x="1420.0" y="-64.0"/>
+ <point x="1420.0" y="28.0" type="curve" smooth="yes"/>
+ <point x="1420.0" y="112.0"/>
+ <point x="1420.0" y="568.0"/>
+ <point x="1420.0" y="568.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="452.0" y="908.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1196.0"/>
+ <point x="672.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1328.0"/>
+ <point x="1184.0" y="1184.0"/>
+ <point x="1184.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1368.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="540.0" y="1432.0"/>
+ <point x="468.0" y="1276.0" type="curve"/>
+ <point x="452.0" y="1276.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
- <component base="n"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1987, 'leftMargin': 188, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ndotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/ndotaccent.glif
new file mode 100644
index 000000000..c2ede68a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ndotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ndotaccent" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E45"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="2188.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="dotaccent" xOffset="496.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ndotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ndotbelow.glif
new file mode 100644
index 000000000..3170b6f90
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ndotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ndotbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E47"/>
+ <anchor x="820.0" y="-495.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="1792.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="dotbelow" xOffset="1648.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.1.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.1.glif
index 3b16134b0..c96a8c44d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nine.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nine.1.glif
@@ -1,56 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.1" format="1">
- <advance width="1680"/>
+<glyph name="nine.1" format="2">
+ <advance width="1680.0"/>
<outline>
- <component base="six.1" xScale="-1" yScale="-1" xOffset="1664" yOffset="2048"/>
+ <component base="six.1" xScale="-1.0" yScale="-1.0" xOffset="1664.0" yOffset="2048.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>nine</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <real>8.0</real>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>nine.1</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1680</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif
index 0950c3ea4..09db8b40f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.frac" format="1">
- <advance width="1264"/>
+<glyph name="nine.frac" format="2">
+ <advance width="1264.0"/>
<outline>
- <component base="nine.sup" xOffset="116" yOffset="912"/>
+ <component base="nine.sup" xOffset="116.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.glif
index 1b6deb7c3..d76eb729a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nine.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nine.glif
@@ -1,60 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine" format="1">
- <advance width="1680"/>
+<glyph name="nine" format="2">
+ <advance width="1680.0"/>
<unicode hex="0039"/>
<outline>
<contour>
- <point x="452" y="512" type="curve"/>
- <point x="216" y="512" type="line"/>
- <point x="288" y="160"/>
- <point x="488" y="-32"/>
- <point x="812" y="-32" type="curve" smooth="yes"/>
- <point x="1280" y="-32"/>
- <point x="1500" y="368"/>
- <point x="1500" y="1000" type="curve" smooth="yes"/>
- <point x="1500" y="1068" type="line" smooth="yes"/>
- <point x="1500" y="1724"/>
- <point x="1280" y="2076"/>
- <point x="832" y="2076" type="curve" smooth="yes"/>
- <point x="408" y="2076"/>
- <point x="184" y="1760"/>
- <point x="184" y="1416" type="curve" smooth="yes"/>
- <point x="184" y="1076"/>
- <point x="408" y="760"/>
- <point x="800" y="760" type="curve" smooth="yes"/>
- <point x="1084" y="760"/>
- <point x="1412" y="928"/>
- <point x="1412" y="1412" type="curve"/>
- <point x="1236" y="1412" type="line"/>
- <point x="1236" y="1152"/>
- <point x="1060" y="980"/>
- <point x="804" y="980" type="curve" smooth="yes"/>
- <point x="524" y="980"/>
- <point x="420" y="1188"/>
- <point x="420" y="1416" type="curve" smooth="yes"/>
- <point x="420" y="1692"/>
- <point x="576" y="1860"/>
- <point x="812" y="1860" type="curve" smooth="yes"/>
- <point x="1036" y="1860"/>
- <point x="1236" y="1708"/>
- <point x="1236" y="1396" type="curve"/>
- <point x="1256" y="1012" type="line"/>
- <point x="1256" y="340"/>
- <point x="1028" y="192"/>
- <point x="808" y="192" type="curve" smooth="yes"/>
- <point x="568" y="192"/>
- <point x="500" y="368"/>
+ <point x="452.0" y="512.0" type="curve"/>
+ <point x="216.0" y="512.0" type="line"/>
+ <point x="288.0" y="160.0"/>
+ <point x="488.0" y="-32.0"/>
+ <point x="812.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="-32.0"/>
+ <point x="1500.0" y="368.0"/>
+ <point x="1500.0" y="1000.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="1068.0" type="line" smooth="yes"/>
+ <point x="1500.0" y="1724.0"/>
+ <point x="1280.0" y="2076.0"/>
+ <point x="832.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="2076.0"/>
+ <point x="184.0" y="1760.0"/>
+ <point x="184.0" y="1416.0" type="curve" smooth="yes"/>
+ <point x="184.0" y="1076.0"/>
+ <point x="408.0" y="760.0"/>
+ <point x="800.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="760.0"/>
+ <point x="1412.0" y="928.0"/>
+ <point x="1412.0" y="1412.0" type="curve"/>
+ <point x="1236.0" y="1412.0" type="line"/>
+ <point x="1236.0" y="1152.0"/>
+ <point x="1060.0" y="980.0"/>
+ <point x="804.0" y="980.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="980.0"/>
+ <point x="420.0" y="1188.0"/>
+ <point x="420.0" y="1416.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1692.0"/>
+ <point x="576.0" y="1860.0"/>
+ <point x="812.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="1860.0"/>
+ <point x="1236.0" y="1708.0"/>
+ <point x="1236.0" y="1396.0" type="curve"/>
+ <point x="1256.0" y="1012.0" type="line"/>
+ <point x="1256.0" y="340.0"/>
+ <point x="1028.0" y="192.0"/>
+ <point x="808.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="192.0"/>
+ <point x="500.0" y="368.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.sup.glif
index bec26bc20..babd1c2e2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nine.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nine.sup.glif
@@ -1,61 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.sup" format="1">
- <advance width="1264"/>
+<glyph name="nine.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="412" y="176" type="line"/>
- <point x="412" y="-12" type="line"/>
- <point x="432" y="-12" type="line"/>
- <point x="848" y="-12"/>
- <point x="1040" y="204"/>
- <point x="1040" y="588" type="curve"/>
- <point x="1040" y="656" type="line"/>
- <point x="1040" y="936"/>
- <point x="888" y="1100"/>
- <point x="632" y="1100" type="curve" smooth="yes"/>
- <point x="380" y="1100"/>
- <point x="224" y="924"/>
- <point x="224" y="716" type="curve"/>
- <point x="224" y="500"/>
- <point x="348" y="352"/>
- <point x="580" y="352" type="curve"/>
- <point x="764" y="352"/>
- <point x="888" y="484"/>
- <point x="896" y="608" type="curve"/>
- <point x="828" y="672" type="line"/>
- <point x="824" y="604"/>
- <point x="748" y="528"/>
- <point x="636" y="528" type="curve"/>
- <point x="516" y="528"/>
- <point x="456" y="608"/>
- <point x="456" y="716" type="curve"/>
- <point x="456" y="824"/>
- <point x="520" y="912"/>
- <point x="632" y="912" type="curve" smooth="yes"/>
- <point x="732" y="912"/>
- <point x="808" y="844"/>
- <point x="808" y="700" type="curve" smooth="yes"/>
- <point x="808" y="496" type="line" smooth="yes"/>
- <point x="808" y="276"/>
- <point x="696" y="176"/>
- <point x="432" y="176" type="curve"/>
+ <point x="412.0" y="176.0" type="line"/>
+ <point x="412.0" y="-12.0" type="line"/>
+ <point x="432.0" y="-12.0" type="line"/>
+ <point x="848.0" y="-12.0"/>
+ <point x="1040.0" y="204.0"/>
+ <point x="1040.0" y="588.0" type="curve"/>
+ <point x="1040.0" y="656.0" type="line"/>
+ <point x="1040.0" y="936.0"/>
+ <point x="888.0" y="1100.0"/>
+ <point x="632.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1100.0"/>
+ <point x="224.0" y="924.0"/>
+ <point x="224.0" y="716.0" type="curve"/>
+ <point x="224.0" y="500.0"/>
+ <point x="348.0" y="352.0"/>
+ <point x="580.0" y="352.0" type="curve"/>
+ <point x="764.0" y="352.0"/>
+ <point x="888.0" y="484.0"/>
+ <point x="896.0" y="608.0" type="curve"/>
+ <point x="828.0" y="672.0" type="line"/>
+ <point x="824.0" y="604.0"/>
+ <point x="748.0" y="528.0"/>
+ <point x="636.0" y="528.0" type="curve"/>
+ <point x="516.0" y="528.0"/>
+ <point x="456.0" y="608.0"/>
+ <point x="456.0" y="716.0" type="curve"/>
+ <point x="456.0" y="824.0"/>
+ <point x="520.0" y="912.0"/>
+ <point x="632.0" y="912.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="912.0"/>
+ <point x="808.0" y="844.0"/>
+ <point x="808.0" y="700.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="496.0" type="line" smooth="yes"/>
+ <point x="808.0" y="276.0"/>
+ <point x="696.0" y="176.0"/>
+ <point x="432.0" y="176.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.tnum.1.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.tnum.1.glif
index 2b480664a..d9c22254a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nine.tnum.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nine.tnum.1.glif
@@ -1,56 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.tnum.1" format="1">
- <advance width="1680"/>
+<glyph name="nine.tnum.1" format="2">
+ <advance width="1680.0"/>
<outline>
- <component base="nine.1" xOffset="28"/>
+ <component base="nine.1" xOffset="28.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>nine</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>nine.tnum.1</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1680</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.tnum.glif
index 11c27b1e1..e16131eb8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nine.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nine.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nine.tnum" format="1">
- <advance width="1680"/>
+<glyph name="nine.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="nine"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9058</real>
- <real>0.9634</real>
- <real>0.7395</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nineinferior.glif b/src/Inter-UI-Regular.ufo/glyphs/nineinferior.glif
index 20f3023ed..a46612364 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nineinferior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nineinferior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nineinferior" format="1">
- <advance width="1264"/>
+<glyph name="nineinferior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2089"/>
<outline>
- <component base="nine.sup" xOffset="116" yOffset="-504"/>
+ <component base="nine.sup" xOffset="116.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nineroman.glif b/src/Inter-UI-Regular.ufo/glyphs/nineroman.glif
index 0899086bb..167c4e425 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nineroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nineroman.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nineroman" format="1">
- <advance width="2288"/>
+<glyph name="nineroman" format="2">
+ <advance width="2288.0"/>
<unicode hex="2178"/>
<outline>
- <component base="i" xOffset="-24"/>
- <component base="x" xOffset="672"/>
+ <component base="i" xOffset="-24.0"/>
+ <component base="x" xOffset="672.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2100, 'leftMargin': 216, 'rightMargin': -4}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ninesuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/ninesuperior.glif
index aa83048ab..d86e32710 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ninesuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ninesuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ninesuperior" format="1">
- <advance width="1264"/>
+<glyph name="ninesuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2079"/>
<outline>
- <component base="nine.sup" xOffset="116" yOffset="916"/>
+ <component base="nine.sup" xOffset="116.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nj.glif b/src/Inter-UI-Regular.ufo/glyphs/nj.glif
new file mode 100644
index 000000000..93fe8775a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/nj.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nj" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="01CC"/>
+ <outline>
+ <component base="n" xOffset="256.0"/>
+ <component base="j" xOffset="1892.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/njecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/njecyrillic.glif
index d451566ac..3edb52570 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/njecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/njecyrillic.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="njecyrillic" format="1">
- <advance width="2544"/>
+<glyph name="njecyrillic" format="2">
+ <advance width="2544.0"/>
<unicode hex="045A"/>
<outline>
<contour>
- <point x="1192" y="932" type="line"/>
- <point x="424" y="932" type="line"/>
- <point x="424" y="712" type="line"/>
- <point x="1192" y="712" type="line"/>
+ <point x="1192.0" y="932.0" type="line"/>
+ <point x="424.0" y="932.0" type="line"/>
+ <point x="424.0" y="712.0" type="line"/>
+ <point x="1192.0" y="712.0" type="line"/>
</contour>
<contour>
- <point x="480" y="1488" type="line"/>
- <point x="208" y="1488" type="line"/>
- <point x="208" y="0" type="line"/>
- <point x="480" y="0" type="line"/>
+ <point x="480.0" y="1488.0" type="line"/>
+ <point x="208.0" y="1488.0" type="line"/>
+ <point x="208.0" y="0.0" type="line"/>
+ <point x="480.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1344" y="924" type="line"/>
- <point x="1344" y="708" type="line"/>
- <point x="1780" y="708" type="line"/>
- <point x="1992" y="708"/>
- <point x="2064" y="588"/>
- <point x="2064" y="472" type="curve"/>
- <point x="2064" y="352"/>
- <point x="1992" y="216"/>
- <point x="1780" y="216" type="curve"/>
- <point x="1412" y="216" type="line"/>
- <point x="1412" y="1488" type="line"/>
- <point x="1140" y="1488" type="line"/>
- <point x="1140" y="0" type="line"/>
- <point x="1780" y="0" type="line"/>
- <point x="2144" y="0"/>
- <point x="2340" y="208"/>
- <point x="2340" y="468" type="curve"/>
- <point x="2340" y="732"/>
- <point x="2144" y="924"/>
- <point x="1780" y="924" type="curve"/>
+ <point x="1344.0" y="924.0" type="line"/>
+ <point x="1344.0" y="708.0" type="line"/>
+ <point x="1780.0" y="708.0" type="line"/>
+ <point x="1992.0" y="708.0"/>
+ <point x="2064.0" y="588.0"/>
+ <point x="2064.0" y="472.0" type="curve"/>
+ <point x="2064.0" y="352.0"/>
+ <point x="1992.0" y="216.0"/>
+ <point x="1780.0" y="216.0" type="curve"/>
+ <point x="1412.0" y="216.0" type="line"/>
+ <point x="1412.0" y="1488.0" type="line"/>
+ <point x="1140.0" y="1488.0" type="line"/>
+ <point x="1140.0" y="0.0" type="line"/>
+ <point x="1780.0" y="0.0" type="line"/>
+ <point x="2144.0" y="0.0"/>
+ <point x="2340.0" y="208.0"/>
+ <point x="2340.0" y="468.0" type="curve"/>
+ <point x="2340.0" y="732.0"/>
+ <point x="2144.0" y="924.0"/>
+ <point x="1780.0" y="924.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2426, 'leftMargin': 213, 'rightMargin': 80}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nlegrightlong.glif b/src/Inter-UI-Regular.ufo/glyphs/nlegrightlong.glif
new file mode 100644
index 000000000..707216de6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/nlegrightlong.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nlegrightlong" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="019E"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nlfthook.glif b/src/Inter-UI-Regular.ufo/glyphs/nlfthook.glif
index 3fcc91e1c..f7ff6a315 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nlfthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nlfthook.glif
@@ -1,45 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nlfthook" format="1">
- <advance width="1636"/>
+<glyph name="nlfthook" format="2">
+ <advance width="1636.0"/>
<unicode hex="0272"/>
+ <anchor x="964.0" y="-616.0" name="bottom"/>
+ <anchor x="964.0" y="1776.0" name="top"/>
+ <anchor x="1724.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="216" y="36" type="line"/>
- <point x="216" y="-164" type="line" smooth="yes"/>
- <point x="216" y="-324"/>
- <point x="120" y="-372"/>
- <point x="-8" y="-372" type="curve" smooth="yes"/>
- <point x="-36" y="-372"/>
- <point x="-64" y="-368"/>
- <point x="-84" y="-364" type="curve"/>
- <point x="-84" y="-564" type="line"/>
- <point x="-48" y="-576"/>
- <point x="4" y="-576"/>
- <point x="52" y="-576" type="curve" smooth="yes"/>
- <point x="276" y="-576"/>
- <point x="452" y="-428"/>
- <point x="452" y="-164" type="curve" smooth="yes"/>
- <point x="452" y="36" type="line"/>
+ <point x="216.0" y="36.0" type="line"/>
+ <point x="216.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="216.0" y="-324.0"/>
+ <point x="120.0" y="-372.0"/>
+ <point x="-8.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="-36.0" y="-372.0"/>
+ <point x="-64.0" y="-368.0"/>
+ <point x="-84.0" y="-364.0" type="curve"/>
+ <point x="-84.0" y="-564.0" type="line"/>
+ <point x="-48.0" y="-576.0"/>
+ <point x="4.0" y="-576.0"/>
+ <point x="52.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="276.0" y="-576.0"/>
+ <point x="452.0" y="-428.0"/>
+ <point x="452.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="36.0" type="line"/>
</contour>
- <component base="n"/>
<contour>
- <point x="964" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="964" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1724" y="1776" type="move" name="top0315"/>
+ <point x="452.0" y="908.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1196.0"/>
+ <point x="672.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1328.0"/>
+ <point x="1184.0" y="1184.0"/>
+ <point x="1184.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1368.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="540.0" y="1432.0"/>
+ <point x="468.0" y="1276.0" type="curve"/>
+ <point x="452.0" y="1276.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1636, 'leftMargin': -14, 'rightMargin': 20}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nlinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/nlinebelow.glif
new file mode 100644
index 000000000..035c47311
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/nlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nlinebelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E49"/>
+ <anchor x="820.0" y="-404.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="1792.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="macronsubnosp" xOffset="1632.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/notequal.case.glif b/src/Inter-UI-Regular.ufo/glyphs/notequal.case.glif
index 67e5e4e37..86c76a1b1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/notequal.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/notequal.case.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="notequal.case" format="1">
- <advance width="1808"/>
+<glyph name="notequal.case" format="2">
+ <advance width="1808.0"/>
<outline>
- <component base="notequal" yOffset="128"/>
+ <component base="notequal" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1543, 'leftMargin': 256, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/notequal.glif b/src/Inter-UI-Regular.ufo/glyphs/notequal.glif
index d32efb6bd..eae9ff522 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/notequal.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/notequal.glif
@@ -1,31 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="notequal" format="1">
- <advance width="1808"/>
+<glyph name="notequal" format="2">
+ <advance width="1808.0"/>
<unicode hex="2260"/>
<outline>
<contour>
- <point x="1388" y="1544" type="line"/>
- <point x="1252" y="1628" type="line"/>
- <point x="424" y="220" type="line"/>
- <point x="564" y="136" type="line"/>
+ <point x="1388.0" y="1544.0" type="line"/>
+ <point x="1252.0" y="1628.0" type="line"/>
+ <point x="424.0" y="220.0" type="line"/>
+ <point x="564.0" y="136.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="328.0" y="732.0" type="line"/>
+ <point x="328.0" y="512.0" type="line"/>
+ <point x="1480.0" y="512.0" type="line"/>
+ <point x="1480.0" y="732.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="328.0" y="1280.0" type="line"/>
+ <point x="328.0" y="1060.0" type="line"/>
+ <point x="1480.0" y="1060.0" type="line"/>
+ <point x="1480.0" y="1280.0" type="line"/>
</contour>
- <component base="equal"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1543, 'leftMargin': 256, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nrthook.glif b/src/Inter-UI-Regular.ufo/glyphs/nrthook.glif
index 3fca2e984..29d7c250c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nrthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nrthook.glif
@@ -1,45 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nrthook" format="1">
- <advance width="1636"/>
+<glyph name="nrthook" format="2">
+ <advance width="1636.0"/>
<unicode hex="0273"/>
+ <anchor x="796.0" y="-616.0" name="bottom"/>
+ <anchor x="796.0" y="1776.0" name="top"/>
+ <anchor x="1644.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1420" y="36" type="line"/>
- <point x="1184" y="36" type="line"/>
- <point x="1184" y="-164" type="line" smooth="yes"/>
- <point x="1184" y="-428"/>
- <point x="1360" y="-576"/>
- <point x="1584" y="-576" type="curve" smooth="yes"/>
- <point x="1632" y="-576"/>
- <point x="1684" y="-576"/>
- <point x="1720" y="-564" type="curve"/>
- <point x="1720" y="-364" type="line"/>
- <point x="1700" y="-368"/>
- <point x="1672" y="-372"/>
- <point x="1644" y="-372" type="curve" smooth="yes"/>
- <point x="1516" y="-372"/>
- <point x="1420" y="-324"/>
- <point x="1420" y="-164" type="curve" smooth="yes"/>
+ <point x="1420.0" y="36.0" type="line"/>
+ <point x="1184.0" y="36.0" type="line"/>
+ <point x="1184.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="-428.0"/>
+ <point x="1360.0" y="-576.0"/>
+ <point x="1584.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="-576.0"/>
+ <point x="1684.0" y="-576.0"/>
+ <point x="1720.0" y="-564.0" type="curve"/>
+ <point x="1720.0" y="-364.0" type="line"/>
+ <point x="1700.0" y="-368.0"/>
+ <point x="1672.0" y="-372.0"/>
+ <point x="1644.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="1516.0" y="-372.0"/>
+ <point x="1420.0" y="-324.0"/>
+ <point x="1420.0" y="-164.0" type="curve" smooth="yes"/>
</contour>
- <component base="n"/>
<contour>
- <point x="796" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="796" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1644" y="1776" type="move" name="top0315"/>
+ <point x="452.0" y="908.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1196.0"/>
+ <point x="672.0" y="1328.0"/>
+ <point x="848.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1328.0"/>
+ <point x="1184.0" y="1184.0"/>
+ <point x="1184.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="976.0" type="line" smooth="yes"/>
+ <point x="1420.0" y="1368.0"/>
+ <point x="1212.0" y="1556.0"/>
+ <point x="924.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1556.0"/>
+ <point x="540.0" y="1432.0"/>
+ <point x="468.0" y="1276.0" type="curve"/>
+ <point x="452.0" y="1276.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1638, 'leftMargin': 256, 'rightMargin': -13}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nsuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/nsuperior.glif
index 1faca6a6c..d94960be4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/nsuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/nsuperior.glif
@@ -1,42 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="nsuperior" format="1">
- <advance width="1264"/>
+<glyph name="nsuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="207F"/>
<outline>
<contour>
- <point x="444" y="1760" type="line"/>
- <point x="384" y="1996" type="line"/>
- <point x="192" y="1996" type="line"/>
- <point x="192" y="896" type="line"/>
- <point x="444" y="896" type="line"/>
+ <point x="444.0" y="1760.0" type="line"/>
+ <point x="384.0" y="1996.0" type="line"/>
+ <point x="192.0" y="1996.0" type="line"/>
+ <point x="192.0" y="896.0" type="line"/>
+ <point x="444.0" y="896.0" type="line"/>
</contour>
<contour>
- <point x="412" y="1484" type="line"/>
- <point x="412" y="1664"/>
- <point x="480" y="1808"/>
- <point x="636" y="1808" type="curve" smooth="yes"/>
- <point x="748" y="1808"/>
- <point x="824" y="1740"/>
- <point x="824" y="1548" type="curve"/>
- <point x="824" y="896" type="line"/>
- <point x="1072" y="896" type="line"/>
- <point x="1072" y="1596" type="line"/>
- <point x="1072" y="1892"/>
- <point x="936" y="2016"/>
- <point x="720" y="2016" type="curve" smooth="yes"/>
- <point x="488" y="2016"/>
- <point x="348" y="1792"/>
- <point x="348" y="1480" type="curve"/>
+ <point x="412.0" y="1484.0" type="line"/>
+ <point x="412.0" y="1664.0"/>
+ <point x="480.0" y="1808.0"/>
+ <point x="636.0" y="1808.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1808.0"/>
+ <point x="824.0" y="1740.0"/>
+ <point x="824.0" y="1548.0" type="curve"/>
+ <point x="824.0" y="896.0" type="line"/>
+ <point x="1072.0" y="896.0" type="line"/>
+ <point x="1072.0" y="1596.0" type="line"/>
+ <point x="1072.0" y="1892.0"/>
+ <point x="936.0" y="2016.0"/>
+ <point x="720.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="2016.0"/>
+ <point x="348.0" y="1792.0"/>
+ <point x="348.0" y="1480.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1189, 'leftMargin': 168, 'rightMargin': 140}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ntilde.glif b/src/Inter-UI-Regular.ufo/glyphs/ntilde.glif
index 74902e0d8..82951c07b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ntilde.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ntilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ntilde" format="1">
- <advance width="1636"/>
+<glyph name="ntilde" format="2">
+ <advance width="1636.0"/>
<unicode hex="00F1"/>
<outline>
- <component base="tilde" xOffset="132"/>
+ <component base="tilde" xOffset="132.0"/>
<component base="n"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/nu.glif b/src/Inter-UI-Regular.ufo/glyphs/nu.glif
new file mode 100644
index 000000000..d7252b0fc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/nu.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="nu" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="03BD"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1360.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1400.0" y="1792.0" name="top0315"/>
+ <anchor x="1360.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="v"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/numbersign.glif b/src/Inter-UI-Regular.ufo/glyphs/numbersign.glif
index e5d39f909..eb177dc79 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/numbersign.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/numbersign.glif
@@ -1,46 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="numbersign" format="1">
- <advance width="1808"/>
+<glyph name="numbersign" format="2">
+ <advance width="1808.0"/>
<unicode hex="0023"/>
<outline>
<contour>
- <point x="360" y="0" type="line"/>
- <point x="564" y="0" type="line"/>
- <point x="836" y="2048" type="line"/>
- <point x="632" y="2048" type="line"/>
+ <point x="360.0" y="0.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
+ <point x="836.0" y="2048.0" type="line"/>
+ <point x="632.0" y="2048.0" type="line"/>
</contour>
<contour>
- <point x="984" y="0" type="line"/>
- <point x="1184" y="0" type="line"/>
- <point x="1460" y="2048" type="line"/>
- <point x="1256" y="2048" type="line"/>
+ <point x="984.0" y="0.0" type="line"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1460.0" y="2048.0" type="line"/>
+ <point x="1256.0" y="2048.0" type="line"/>
</contour>
<contour>
- <point x="1652" y="1280" type="line"/>
- <point x="1680" y="1488" type="line"/>
- <point x="252" y="1488" type="line"/>
- <point x="224" y="1280" type="line"/>
+ <point x="1652.0" y="1280.0" type="line"/>
+ <point x="1680.0" y="1488.0" type="line"/>
+ <point x="252.0" y="1488.0" type="line"/>
+ <point x="224.0" y="1280.0" type="line"/>
</contour>
<contour>
- <point x="1560" y="568" type="line"/>
- <point x="1588" y="768" type="line"/>
- <point x="160" y="768" type="line"/>
- <point x="132" y="568" type="line"/>
+ <point x="1560.0" y="568.0" type="line"/>
+ <point x="1588.0" y="768.0" type="line"/>
+ <point x="160.0" y="768.0" type="line"/>
+ <point x="132.0" y="568.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/numeralgreek.glif b/src/Inter-UI-Regular.ufo/glyphs/numeralgreek.glif
index 7e2a8ac5d..d9d9bd873 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/numeralgreek.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/numeralgreek.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="numeralgreek" format="1">
- <advance width="752"/>
+<glyph name="numeralgreek" format="2">
+ <advance width="752.0"/>
<unicode hex="0374"/>
<outline>
- <component base="primemod" xOffset="112"/>
+ <component base="primemod" xOffset="112.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 646, 'leftMargin': 140, 'rightMargin': 82}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/numeralgreeksub.glif b/src/Inter-UI-Regular.ufo/glyphs/numeralgreeksub.glif
index 16a1af35c..ee12b2b6a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/numeralgreeksub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/numeralgreeksub.glif
@@ -1,30 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="numeralgreeksub" format="1">
- <advance width="752"/>
+<glyph name="numeralgreeksub" format="2">
+ <advance width="752.0"/>
<unicode hex="0375"/>
<outline>
<contour>
- <point x="588" y="-88" type="line"/>
- <point x="424" y="-88" type="line"/>
- <point x="164" y="-572" type="line"/>
- <point x="416" y="-572" type="line"/>
+ <point x="588.0" y="-88.0" type="line"/>
+ <point x="424.0" y="-88.0" type="line"/>
+ <point x="164.0" y="-572.0" type="line"/>
+ <point x="416.0" y="-572.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 646, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/numero.glif b/src/Inter-UI-Regular.ufo/glyphs/numero.glif
index cbd1b2a97..dd54f2512 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/numero.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/numero.glif
@@ -1,74 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="numero" format="1">
- <advance width="2800"/>
+<glyph name="numero" format="2">
+ <advance width="2800.0"/>
<unicode hex="2116"/>
<outline>
<contour>
- <point x="2612" y="768" type="line"/>
- <point x="1760" y="768" type="line"/>
- <point x="1760" y="564" type="line"/>
- <point x="2612" y="564" type="line"/>
+ <point x="2612.0" y="768.0" type="line"/>
+ <point x="1760.0" y="768.0" type="line"/>
+ <point x="1760.0" y="564.0" type="line"/>
+ <point x="2612.0" y="564.0" type="line"/>
</contour>
<contour>
- <point x="1712" y="1416" type="line"/>
- <point x="1712" y="1132"/>
- <point x="1896" y="944"/>
- <point x="2192" y="944" type="curve" smooth="yes"/>
- <point x="2484" y="944"/>
- <point x="2664" y="1132"/>
- <point x="2664" y="1416" type="curve"/>
- <point x="2664" y="1552" type="line"/>
- <point x="2664" y="1836"/>
- <point x="2484" y="2024"/>
- <point x="2188" y="2024" type="curve" smooth="yes"/>
- <point x="1896" y="2024"/>
- <point x="1712" y="1836"/>
- <point x="1712" y="1552" type="curve"/>
+ <point x="1712.0" y="1416.0" type="line"/>
+ <point x="1712.0" y="1132.0"/>
+ <point x="1896.0" y="944.0"/>
+ <point x="2192.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="2484.0" y="944.0"/>
+ <point x="2664.0" y="1132.0"/>
+ <point x="2664.0" y="1416.0" type="curve"/>
+ <point x="2664.0" y="1552.0" type="line"/>
+ <point x="2664.0" y="1836.0"/>
+ <point x="2484.0" y="2024.0"/>
+ <point x="2188.0" y="2024.0" type="curve" smooth="yes"/>
+ <point x="1896.0" y="2024.0"/>
+ <point x="1712.0" y="1836.0"/>
+ <point x="1712.0" y="1552.0" type="curve"/>
</contour>
<contour>
- <point x="1952" y="1552" type="line"/>
- <point x="1952" y="1712"/>
- <point x="2028" y="1820"/>
- <point x="2188" y="1820" type="curve" smooth="yes"/>
- <point x="2348" y="1820"/>
- <point x="2424" y="1712"/>
- <point x="2424" y="1552" type="curve"/>
- <point x="2424" y="1416" type="line"/>
- <point x="2424" y="1252"/>
- <point x="2348" y="1144"/>
- <point x="2192" y="1144" type="curve" smooth="yes"/>
- <point x="2028" y="1144"/>
- <point x="1952" y="1252"/>
- <point x="1952" y="1416" type="curve"/>
+ <point x="1952.0" y="1552.0" type="line"/>
+ <point x="1952.0" y="1712.0"/>
+ <point x="2028.0" y="1820.0"/>
+ <point x="2188.0" y="1820.0" type="curve" smooth="yes"/>
+ <point x="2348.0" y="1820.0"/>
+ <point x="2424.0" y="1712.0"/>
+ <point x="2424.0" y="1552.0" type="curve"/>
+ <point x="2424.0" y="1416.0" type="line"/>
+ <point x="2424.0" y="1252.0"/>
+ <point x="2348.0" y="1144.0"/>
+ <point x="2192.0" y="1144.0" type="curve" smooth="yes"/>
+ <point x="2028.0" y="1144.0"/>
+ <point x="1952.0" y="1252.0"/>
+ <point x="1952.0" y="1416.0" type="curve"/>
</contour>
<contour>
- <point x="1500" y="2004" type="line"/>
- <point x="1228" y="2004" type="line"/>
- <point x="1228" y="464" type="line"/>
- <point x="440" y="2004" type="line"/>
- <point x="136" y="2004" type="line"/>
- <point x="136" y="0" type="line"/>
- <point x="412" y="0" type="line"/>
- <point x="412" y="1532" type="line"/>
- <point x="1196" y="0" type="line"/>
- <point x="1500" y="0" type="line"/>
+ <point x="1500.0" y="2004.0" type="line"/>
+ <point x="1228.0" y="2004.0" type="line"/>
+ <point x="1228.0" y="464.0" type="line"/>
+ <point x="440.0" y="2004.0" type="line"/>
+ <point x="136.0" y="2004.0" type="line"/>
+ <point x="136.0" y="0.0" type="line"/>
+ <point x="412.0" y="0.0" type="line"/>
+ <point x="412.0" y="1532.0" type="line"/>
+ <point x="1196.0" y="0.0" type="line"/>
+ <point x="1500.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2901, 'leftMargin': 219, 'rightMargin': 154}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/o.glif b/src/Inter-UI-Regular.ufo/glyphs/o.glif
index 2cd64d40c..e36ad2078 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/o.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/o.glif
@@ -1,85 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="o" format="1">
- <advance width="1680"/>
+<glyph name="o" format="2">
+ <advance width="1680.0"/>
<unicode hex="006F"/>
+ <guideline x="832.0" y="1208.0" angle="90.0"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1368.0" y="896.0" name="rhotichook"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
<outline>
<contour>
- <point x="840" y="-32" type="curve" smooth="yes"/>
- <point x="1256" y="-32"/>
- <point x="1536" y="284"/>
- <point x="1536" y="760" type="curve" smooth="yes"/>
- <point x="1536" y="1240"/>
- <point x="1256" y="1556"/>
- <point x="840" y="1556" type="curve" smooth="yes"/>
- <point x="424" y="1556"/>
- <point x="144" y="1240"/>
- <point x="144" y="760" type="curve" smooth="yes"/>
- <point x="144" y="284"/>
- <point x="424" y="-32"/>
- </contour>
- <contour>
- <point x="840" y="180" type="curve" smooth="yes"/>
- <point x="524" y="180"/>
- <point x="380" y="452"/>
- <point x="380" y="760" type="curve" smooth="yes"/>
- <point x="380" y="1068"/>
- <point x="524" y="1344"/>
- <point x="840" y="1344" type="curve" smooth="yes"/>
- <point x="1156" y="1344"/>
- <point x="1300" y="1068"/>
- <point x="1300" y="760" type="curve" smooth="yes"/>
- <point x="1300" y="452"/>
- <point x="1156" y="180"/>
- </contour>
- <contour>
- <point x="840" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="840" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1616" y="2176" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1616" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1368" y="896" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1552" y="1792" type="move" name="top0315"/>
+ <point x="840.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="-32.0"/>
+ <point x="1536.0" y="284.0"/>
+ <point x="1536.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="1240.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="840.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="1556.0"/>
+ <point x="144.0" y="1240.0"/>
+ <point x="144.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="284.0"/>
+ <point x="424.0" y="-32.0"/>
+ </contour>
+ <contour>
+ <point x="840.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="180.0"/>
+ <point x="380.0" y="452.0"/>
+ <point x="380.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1068.0"/>
+ <point x="524.0" y="1344.0"/>
+ <point x="840.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="1344.0"/>
+ <point x="1300.0" y="1068.0"/>
+ <point x="1300.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1300.0" y="452.0"/>
+ <point x="1156.0" y="180.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>832</integer>
- <key>y</key>
- <integer>1208</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/o_uni02DE__.glif b/src/Inter-UI-Regular.ufo/glyphs/o_uni02DE__.glif
deleted file mode 100644
index a2269132e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/o_uni02DE__.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="o_uni02DE" format="1">
- <advance width="2320"/>
- <outline>
- <component base="o" xOffset="-168"/>
- <component base="rhotichookmod" xOffset="1448"/>
- <contour>
- <point x="2020" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="636" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="648" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="648" y="0" type="move" name="markbottom"/>
- </contour>
- <contour>
- <point x="1456" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1456" y="-560" type="move" name="bottom_dd"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2177, 'leftMargin': 236, 'rightMargin': -223}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/o_uni02D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/o_uni02D_E_.glif
new file mode 100644
index 000000000..48859e6ce
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/o_uni02D_E_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="o_uni02DE" format="2">
+ <advance width="2320.0"/>
+ <anchor x="648.0" y="0.0" name="bottom"/>
+ <anchor x="1456.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="648.0" y="0.0" name="markbottom"/>
+ <anchor x="636.0" y="1776.0" name="top"/>
+ <anchor x="2020.0" y="1776.0" name="top0315"/>
+ <anchor x="1456.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="o" xOffset="-168.0"/>
+ <component base="rhotichookmod" xOffset="1448.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oacute.glif b/src/Inter-UI-Regular.ufo/glyphs/oacute.glif
new file mode 100644
index 000000000..923e4ae76
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/oacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oacute" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="00F3"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2284.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="acute" xOffset="528.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/obar.glif b/src/Inter-UI-Regular.ufo/glyphs/obar.glif
new file mode 100644
index 000000000..a3216538e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/obar.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="obar" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="0275"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="1776.0" name="top"/>
+ <anchor x="1612.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="fitacyrillic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/obarredcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/obarredcyrillic.glif
new file mode 100644
index 000000000..01c7e75a4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/obarredcyrillic.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="obarredcyrillic" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="04E9"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="1776.0" name="top"/>
+ <anchor x="1612.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="fitacyrillic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/obarreddieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/obarreddieresiscyrillic.glif
new file mode 100644
index 000000000..d0333e811
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/obarreddieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="obarreddieresiscyrillic" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="04EB"/>
+ <anchor x="776.0" y="1776.0" name="parent_top"/>
+ <anchor x="776.0" y="2156.0" name="top"/>
+ <anchor x="1612.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="fitacyrillic"/>
+ <component base="dieresis" xOffset="-48.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/obreve.glif b/src/Inter-UI-Regular.ufo/glyphs/obreve.glif
new file mode 100644
index 000000000..b31a8d20f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/obreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="obreve" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="014F"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2236.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="breve" xOffset="208.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ocaron.glif b/src/Inter-UI-Regular.ufo/glyphs/ocaron.glif
new file mode 100644
index 000000000..7b552c77a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ocaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocaron" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="01D2"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="2248.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="caron" xOffset="192.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ocircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/ocircumflex.glif
new file mode 100644
index 000000000..1901845d1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ocircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflex" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="00F4"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2256.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflex" xOffset="192.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ocircumflexacute.glif b/src/Inter-UI-Regular.ufo/glyphs/ocircumflexacute.glif
new file mode 100644
index 000000000..c0a1008de
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ocircumflexacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflexacute" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1ED1"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflexacutecomb.cn" xOffset="272.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ocircumflexdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ocircumflexdotbelow.glif
new file mode 100644
index 000000000..04f610a7a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ocircumflexdotbelow.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflexdotbelow" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1ED9"/>
+ <anchor x="840.0" y="-495.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2256.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflex" xOffset="192.0"/>
+ <component base="dotbelow" xOffset="1664.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ocircumflexgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/ocircumflexgrave.glif
new file mode 100644
index 000000000..e1a709a4c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ocircumflexgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflexgrave" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1ED3"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflexgravecomb.cn" xOffset="-112.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ocircumflexhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/ocircumflexhookabove.glif
new file mode 100644
index 000000000..e73f57c75
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ocircumflexhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflexhookabove" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1ED5"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflexhookcomb.cn" xOffset="192.0" yOffset="-24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ocircumflextilde.glif b/src/Inter-UI-Regular.ufo/glyphs/ocircumflextilde.glif
new file mode 100644
index 000000000..28178db28
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ocircumflextilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocircumflextilde" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1ED7"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="circumflextildecomb.cn" xOffset="80.0" yOffset="-56.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ocyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ocyrillic.glif
new file mode 100644
index 000000000..25caa7caf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ocyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ocyrillic" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="043E"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/odblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/odblgrave.glif
new file mode 100644
index 000000000..c3fb573f5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/odblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="odblgrave" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="020D"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2218.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dblgravecmb" xOffset="1464.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/odieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/odieresis.glif
index 58d766f24..5f682ec95 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/odieresis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/odieresis.glif
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="odieresis" format="1">
- <advance width="1680"/>
+<glyph name="odieresis" format="2">
+ <advance width="1680.0"/>
<unicode hex="00F6"/>
<outline>
- <component base="dieresis" xOffset="16"/>
+ <component base="dieresis" xOffset="16.0"/>
<component base="o"/>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/odieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/odieresiscyrillic.glif
new file mode 100644
index 000000000..df9ce4a49
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/odieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="odieresiscyrillic" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="04E7"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2172.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dieresis" xOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/odotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/odotbelow.glif
new file mode 100644
index 000000000..edd87b5ba
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/odotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="odotbelow" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1ECD"/>
+ <anchor x="840.0" y="-495.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dotbelow" xOffset="1664.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oe.glif b/src/Inter-UI-Regular.ufo/glyphs/oe.glif
index d5ec8c30f..67bcf758e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/oe.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/oe.glif
@@ -1,33 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oe" format="1">
- <advance width="2788"/>
+<glyph name="oe" format="2">
+ <advance width="2788.0"/>
<unicode hex="0153"/>
+ <anchor x="1288.0" y="0.0" name="bottom"/>
+ <anchor x="2544.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1288.0" y="1776.0" name="top"/>
+ <anchor x="2544.0" y="1776.0" name="top0315"/>
+ <anchor x="2544.0" y="2200.0" name="top_dd"/>
<outline>
<component base="o"/>
- <component base="e" xOffset="1156"/>
- <contour>
- <point x="1288" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1288" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2544" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2544" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2544" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="e" xOffset="1156.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2548, 'leftMargin': 135, 'rightMargin': 94}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/ogonek.glif
index 86fbd54b0..a986495fa 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ogonek.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ogonek.glif
@@ -1,58 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ogonek" format="1">
- <advance width="752"/>
+<glyph name="ogonek" format="2">
+ <advance width="752.0"/>
<unicode hex="02DB"/>
+ <anchor x="488.0" y="0.0" name="_bottom"/>
+ <anchor x="600.0" y="0.0" name="_ogonek"/>
+ <anchor x="600.0" y="0.0" name="_right"/>
+ <anchor x="488.0" y="-600.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="492" y="84" type="line"/>
- <point x="228" y="-36"/>
- <point x="128" y="-188"/>
- <point x="128" y="-336" type="curve" smooth="yes"/>
- <point x="128" y="-508"/>
- <point x="248" y="-600"/>
- <point x="400" y="-600" type="curve" smooth="yes"/>
- <point x="512" y="-600"/>
- <point x="580" y="-568"/>
- <point x="624" y="-540" type="curve"/>
- <point x="608" y="-364" type="line"/>
- <point x="580" y="-380"/>
- <point x="532" y="-400"/>
- <point x="472" y="-400" type="curve" smooth="yes"/>
- <point x="392" y="-400"/>
- <point x="368" y="-364"/>
- <point x="368" y="-304" type="curve" smooth="yes"/>
- <point x="368" y="-184"/>
- <point x="480" y="-88"/>
- <point x="600" y="0" type="curve"/>
- </contour>
- <contour>
- <point x="600.0" y="0.0" type="move" name="_ogonek"/>
- </contour>
- <contour>
- <point x="600.0" y="0.0" type="move" name="_right"/>
- </contour>
- <contour>
- <point x="488.0" y="0.0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="488.0" y="-600.0" type="move" name="mkmkbottom_acc"/>
+ <point x="492.0" y="84.0" type="line"/>
+ <point x="228.0" y="-36.0"/>
+ <point x="128.0" y="-188.0"/>
+ <point x="128.0" y="-336.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="-508.0"/>
+ <point x="248.0" y="-600.0"/>
+ <point x="400.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="-600.0"/>
+ <point x="580.0" y="-568.0"/>
+ <point x="624.0" y="-540.0" type="curve"/>
+ <point x="608.0" y="-364.0" type="line"/>
+ <point x="580.0" y="-380.0"/>
+ <point x="532.0" y="-400.0"/>
+ <point x="472.0" y="-400.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="-400.0"/>
+ <point x="368.0" y="-364.0"/>
+ <point x="368.0" y="-304.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="-184.0"/>
+ <point x="480.0" y="-88.0"/>
+ <point x="600.0" y="0.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 776, 'leftMargin': 66, 'rightMargin': 214}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 06:20:04</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ogoneknosp.glif b/src/Inter-UI-Regular.ufo/glyphs/ogoneknosp.glif
index 7fb698a54..065df59b3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ogoneknosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ogoneknosp.glif
@@ -1,43 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ogoneknosp" format="1">
- <advance width="0"/>
+<glyph name="ogoneknosp" format="2">
<unicode hex="0328"/>
+ <anchor x="-781.0" y="0.0" name="_markbottom"/>
<outline>
<contour>
- <point x="-781" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-760" y="83" type="line"/>
- <point x="-1023" y="-34"/>
- <point x="-1132" y="-186"/>
- <point x="-1132" y="-334" type="curve" smooth="yes"/>
- <point x="-1132" y="-509"/>
- <point x="-1012" y="-601"/>
- <point x="-861" y="-601" type="curve" smooth="yes"/>
- <point x="-749" y="-601"/>
- <point x="-681" y="-568"/>
- <point x="-635" y="-540" type="curve"/>
- <point x="-653" y="-364" type="line"/>
- <point x="-681" y="-378"/>
- <point x="-730" y="-400"/>
- <point x="-789" y="-400" type="curve" smooth="yes"/>
- <point x="-866" y="-400"/>
- <point x="-894" y="-363"/>
- <point x="-894" y="-303" type="curve" smooth="yes"/>
- <point x="-894" y="-184"/>
- <point x="-778" y="-87"/>
- <point x="-661" y="0" type="curve"/>
+ <point x="-760.0" y="83.0" type="line"/>
+ <point x="-1023.0" y="-34.0"/>
+ <point x="-1132.0" y="-186.0"/>
+ <point x="-1132.0" y="-334.0" type="curve" smooth="yes"/>
+ <point x="-1132.0" y="-509.0"/>
+ <point x="-1012.0" y="-601.0"/>
+ <point x="-861.0" y="-601.0" type="curve" smooth="yes"/>
+ <point x="-749.0" y="-601.0"/>
+ <point x="-681.0" y="-568.0"/>
+ <point x="-635.0" y="-540.0" type="curve"/>
+ <point x="-653.0" y="-364.0" type="line"/>
+ <point x="-681.0" y="-378.0"/>
+ <point x="-730.0" y="-400.0"/>
+ <point x="-789.0" y="-400.0" type="curve" smooth="yes"/>
+ <point x="-866.0" y="-400.0"/>
+ <point x="-894.0" y="-363.0"/>
+ <point x="-894.0" y="-303.0" type="curve" smooth="yes"/>
+ <point x="-894.0" y="-184.0"/>
+ <point x="-778.0" y="-87.0"/>
+ <point x="-661.0" y="0.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ograve.glif b/src/Inter-UI-Regular.ufo/glyphs/ograve.glif
new file mode 100644
index 000000000..f31d89461
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ograve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ograve" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="00F2"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2284.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="grave" xOffset="344.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ohookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/ohookabove.glif
new file mode 100644
index 000000000..7c56b9be5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ohookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohookabove" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1ECF"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2410.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="hook" xOffset="1656.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ohorn.glif b/src/Inter-UI-Regular.ufo/glyphs/ohorn.glif
index 0c441e2af..43cf73312 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ohorn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ohorn.glif
@@ -1,37 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ohorn" format="1">
- <advance width="1700"/>
+<glyph name="ohorn" format="2">
+ <advance width="1700.0"/>
<unicode hex="01A1"/>
+ <anchor x="812.0" y="-16.0" name="bottom"/>
+ <anchor x="912.0" y="1792.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1464" y="1652" type="line"/>
- <point x="1464" y="1456"/>
- <point x="1436" y="1324"/>
- <point x="1236" y="1324" type="curve"/>
- <point x="1236" y="1156" type="line"/>
- <point x="1568" y="1156"/>
- <point x="1684" y="1348"/>
- <point x="1684" y="1652" type="curve"/>
+ <point x="1464.0" y="1652.0" type="line"/>
+ <point x="1464.0" y="1456.0"/>
+ <point x="1436.0" y="1324.0"/>
+ <point x="1236.0" y="1324.0" type="curve"/>
+ <point x="1236.0" y="1156.0" type="line"/>
+ <point x="1568.0" y="1156.0"/>
+ <point x="1684.0" y="1348.0"/>
+ <point x="1684.0" y="1652.0" type="curve"/>
</contour>
- <component base="o"/>
<contour>
- <point x="912" y="1792" type="move" name="top"/>
+ <point x="840.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="-32.0"/>
+ <point x="1536.0" y="284.0"/>
+ <point x="1536.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="1240.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="840.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="1556.0"/>
+ <point x="144.0" y="1240.0"/>
+ <point x="144.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="284.0"/>
+ <point x="424.0" y="-32.0"/>
</contour>
<contour>
- <point x="812" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1628" y="1776" type="move" name="top0315"/>
+ <point x="840.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="180.0"/>
+ <point x="380.0" y="452.0"/>
+ <point x="380.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1068.0"/>
+ <point x="524.0" y="1344.0"/>
+ <point x="840.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="1344.0"/>
+ <point x="1300.0" y="1068.0"/>
+ <point x="1300.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1300.0" y="452.0"/>
+ <point x="1156.0" y="180.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1617.0, 'leftMargin': 236, 'rightMargin': -55.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ohornacute.glif b/src/Inter-UI-Regular.ufo/glyphs/ohornacute.glif
new file mode 100644
index 000000000..abca4b5d4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ohornacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohornacute" format="2">
+ <advance width="1700.0"/>
+ <unicode hex="1EDB"/>
+ <anchor x="812.0" y="-16.0" name="bottom"/>
+ <anchor x="912.0" y="1792.0" name="parent_top"/>
+ <anchor x="912.0" y="2284.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="acute" xOffset="600.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ohorndotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ohorndotbelow.glif
new file mode 100644
index 000000000..33b6be92f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ohorndotbelow.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohorndotbelow" format="2">
+ <advance width="1700.0"/>
+ <unicode hex="1EE3"/>
+ <anchor x="812.0" y="-511.0" name="bottom"/>
+ <anchor x="912.0" y="1792.0" name="parent_top"/>
+ <anchor x="912.0" y="1792.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="dotbelow" xOffset="1640.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ohorngrave.glif b/src/Inter-UI-Regular.ufo/glyphs/ohorngrave.glif
new file mode 100644
index 000000000..ef3c90c58
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ohorngrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohorngrave" format="2">
+ <advance width="1700.0"/>
+ <unicode hex="1EDD"/>
+ <anchor x="812.0" y="-16.0" name="bottom"/>
+ <anchor x="912.0" y="1792.0" name="parent_top"/>
+ <anchor x="912.0" y="2284.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="grave" xOffset="416.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ohornhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/ohornhookabove.glif
new file mode 100644
index 000000000..9013b4cac
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ohornhookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohornhookabove" format="2">
+ <advance width="1700.0"/>
+ <unicode hex="1EDF"/>
+ <anchor x="812.0" y="-16.0" name="bottom"/>
+ <anchor x="912.0" y="1792.0" name="parent_top"/>
+ <anchor x="912.0" y="2410.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="hook" xOffset="1728.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ohorntilde.glif b/src/Inter-UI-Regular.ufo/glyphs/ohorntilde.glif
new file mode 100644
index 000000000..4f36c6ce6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ohorntilde.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohorntilde" format="2">
+ <advance width="1700.0"/>
+ <unicode hex="1EE1"/>
+ <anchor x="812.0" y="-16.0" name="bottom"/>
+ <anchor x="912.0" y="1792.0" name="parent_top"/>
+ <anchor x="912.0" y="2208.0" name="top"/>
+ <anchor x="1628.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ohorn"/>
+ <component base="tilde" xOffset="280.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ohungarumlaut.glif b/src/Inter-UI-Regular.ufo/glyphs/ohungarumlaut.glif
new file mode 100644
index 000000000..a5d19a340
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ohungarumlaut.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ohungarumlaut" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="0151"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2244.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="hungarumlaut" xOffset="360.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oi.glif b/src/Inter-UI-Regular.ufo/glyphs/oi.glif
index 109953521..f2213abe2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/oi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/oi.glif
@@ -1,60 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oi" format="1">
- <advance width="1776"/>
+<glyph name="oi" format="2">
+ <advance width="1776.0"/>
<unicode hex="01A3"/>
<outline>
<contour>
- <point x="764" y="192" type="curve" smooth="yes"/>
- <point x="516" y="192"/>
- <point x="372" y="384"/>
- <point x="372" y="716" type="curve" smooth="yes"/>
- <point x="372" y="772" type="line" smooth="yes"/>
- <point x="372" y="1024"/>
- <point x="456" y="1296"/>
- <point x="764" y="1296" type="curve"/>
- <point x="844" y="1296"/>
- <point x="912" y="1272"/>
- <point x="964" y="1232" type="curve"/>
- <point x="964" y="700" type="line"/>
- <point x="1240" y="700" type="line"/>
- <point x="1240" y="1304" type="line"/>
- <point x="1136" y="1436"/>
- <point x="972" y="1516"/>
- <point x="764" y="1516" type="curve" smooth="yes"/>
- <point x="312" y="1516"/>
- <point x="96" y="1168"/>
- <point x="96" y="772" type="curve" smooth="yes"/>
- <point x="96" y="716" type="line" smooth="yes"/>
- <point x="96" y="320"/>
- <point x="308" y="-28"/>
- <point x="764" y="-28" type="curve"/>
- <point x="956" y="-28"/>
- <point x="1132" y="60"/>
- <point x="1240" y="188" type="curve"/>
- <point x="1240" y="748" type="line"/>
- <point x="964" y="748" type="line"/>
- <point x="964" y="252" type="line"/>
- <point x="908" y="216"/>
- <point x="840" y="192"/>
+ <point x="764.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="516.0" y="192.0"/>
+ <point x="372.0" y="384.0"/>
+ <point x="372.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="772.0" type="line" smooth="yes"/>
+ <point x="372.0" y="1024.0"/>
+ <point x="456.0" y="1296.0"/>
+ <point x="764.0" y="1296.0" type="curve"/>
+ <point x="844.0" y="1296.0"/>
+ <point x="912.0" y="1272.0"/>
+ <point x="964.0" y="1232.0" type="curve"/>
+ <point x="964.0" y="700.0" type="line"/>
+ <point x="1240.0" y="700.0" type="line"/>
+ <point x="1240.0" y="1304.0" type="line"/>
+ <point x="1136.0" y="1436.0"/>
+ <point x="972.0" y="1516.0"/>
+ <point x="764.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="1516.0"/>
+ <point x="96.0" y="1168.0"/>
+ <point x="96.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="716.0" type="line" smooth="yes"/>
+ <point x="96.0" y="320.0"/>
+ <point x="308.0" y="-28.0"/>
+ <point x="764.0" y="-28.0" type="curve"/>
+ <point x="956.0" y="-28.0"/>
+ <point x="1132.0" y="60.0"/>
+ <point x="1240.0" y="188.0" type="curve"/>
+ <point x="1240.0" y="748.0" type="line"/>
+ <point x="964.0" y="748.0" type="line"/>
+ <point x="964.0" y="252.0" type="line"/>
+ <point x="908.0" y="216.0"/>
+ <point x="840.0" y="192.0"/>
</contour>
<contour>
- <point x="1680" y="1488" type="line"/>
- <point x="1464" y="1488" type="line"/>
- <point x="1108" y="1304" type="line"/>
- <point x="1108" y="956" type="line"/>
- <point x="1408" y="1132" type="line"/>
- <point x="1408" y="-572" type="line"/>
- <point x="1680" y="-572" type="line"/>
+ <point x="1680.0" y="1488.0" type="line"/>
+ <point x="1464.0" y="1488.0" type="line"/>
+ <point x="1108.0" y="1304.0" type="line"/>
+ <point x="1108.0" y="956.0" type="line"/>
+ <point x="1408.0" y="1132.0" type="line"/>
+ <point x="1408.0" y="-572.0" type="line"/>
+ <point x="1680.0" y="-572.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1910, 'leftMargin': 127, 'rightMargin': 198}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oinvertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/oinvertedbreve.glif
new file mode 100644
index 000000000..7d8a1417e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/oinvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oinvertedbreve" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="020F"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2259.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="breveinvnosp" xOffset="1648.0" yOffset="144.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omacron.glif b/src/Inter-UI-Regular.ufo/glyphs/omacron.glif
new file mode 100644
index 000000000..caab86a68
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/omacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omacron" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="014D"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2200.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="macron" xOffset="216.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omacronacute.glif b/src/Inter-UI-Regular.ufo/glyphs/omacronacute.glif
new file mode 100644
index 000000000..12d0a968e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/omacronacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omacronacute" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1E53"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2697.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="macronacutecomb.lc" xOffset="1648.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omacrongrave.glif b/src/Inter-UI-Regular.ufo/glyphs/omacrongrave.glif
new file mode 100644
index 000000000..28a50d261
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/omacrongrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omacrongrave" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1E51"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2697.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="macrongravecomb.lc" xOffset="1648.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omega.glif b/src/Inter-UI-Regular.ufo/glyphs/omega.glif
index c330540f4..1a916e086 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/omega.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/omega.glif
@@ -1,74 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omega" format="1">
- <advance width="2288"/>
+<glyph name="omega" format="2">
+ <advance width="2288.0"/>
<unicode hex="03C9"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
<outline>
<contour>
- <point x="1664" y="1488" type="line"/>
- <point x="1776" y="1260"/>
- <point x="1856" y="1024"/>
- <point x="1864" y="780" type="curve"/>
- <point x="1864" y="456"/>
- <point x="1788" y="192"/>
- <point x="1576" y="192" type="curve" smooth="yes"/>
- <point x="1408" y="192"/>
- <point x="1284" y="316"/>
- <point x="1284" y="648" type="curve"/>
- <point x="1284" y="1060" type="line"/>
- <point x="1092" y="1060" type="line"/>
- <point x="1092" y="648" type="line"/>
- <point x="1092" y="216"/>
- <point x="1272" y="-28"/>
- <point x="1588" y="-28" type="curve" smooth="yes"/>
- <point x="1996" y="-28"/>
- <point x="2140" y="356"/>
- <point x="2140" y="780" type="curve"/>
- <point x="2140" y="1080"/>
- <point x="2052" y="1320"/>
- <point x="1952" y="1488" type="curve"/>
+ <point x="1664.0" y="1488.0" type="line"/>
+ <point x="1776.0" y="1260.0"/>
+ <point x="1856.0" y="1024.0"/>
+ <point x="1864.0" y="780.0" type="curve"/>
+ <point x="1864.0" y="456.0"/>
+ <point x="1788.0" y="192.0"/>
+ <point x="1576.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="192.0"/>
+ <point x="1284.0" y="316.0"/>
+ <point x="1284.0" y="648.0" type="curve"/>
+ <point x="1284.0" y="1060.0" type="line"/>
+ <point x="1092.0" y="1060.0" type="line"/>
+ <point x="1092.0" y="648.0" type="line"/>
+ <point x="1092.0" y="216.0"/>
+ <point x="1272.0" y="-28.0"/>
+ <point x="1588.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1996.0" y="-28.0"/>
+ <point x="2140.0" y="356.0"/>
+ <point x="2140.0" y="780.0" type="curve"/>
+ <point x="2140.0" y="1080.0"/>
+ <point x="2052.0" y="1320.0"/>
+ <point x="1952.0" y="1488.0" type="curve"/>
</contour>
<contour>
- <point x="336" y="1488" type="line"/>
- <point x="236" y="1320"/>
- <point x="152" y="1080"/>
- <point x="152" y="780" type="curve"/>
- <point x="152" y="356"/>
- <point x="296" y="-28"/>
- <point x="700" y="-28" type="curve" smooth="yes"/>
- <point x="1020" y="-28"/>
- <point x="1196" y="216"/>
- <point x="1196" y="648" type="curve"/>
- <point x="1196" y="1060" type="line"/>
- <point x="1008" y="1060" type="line"/>
- <point x="1008" y="648" type="line"/>
- <point x="1008" y="316"/>
- <point x="880" y="192"/>
- <point x="712" y="192" type="curve" smooth="yes"/>
- <point x="504" y="192"/>
- <point x="428" y="460"/>
- <point x="428" y="780" type="curve"/>
- <point x="432" y="1024"/>
- <point x="516" y="1260"/>
- <point x="624" y="1488" type="curve"/>
- </contour>
- <contour>
- <point x="1148" y="1740" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1144" y="-16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2308" y="1740" type="move" name="top0315"/>
+ <point x="336.0" y="1488.0" type="line"/>
+ <point x="236.0" y="1320.0"/>
+ <point x="152.0" y="1080.0"/>
+ <point x="152.0" y="780.0" type="curve"/>
+ <point x="152.0" y="356.0"/>
+ <point x="296.0" y="-28.0"/>
+ <point x="700.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="-28.0"/>
+ <point x="1196.0" y="216.0"/>
+ <point x="1196.0" y="648.0" type="curve"/>
+ <point x="1196.0" y="1060.0" type="line"/>
+ <point x="1008.0" y="1060.0" type="line"/>
+ <point x="1008.0" y="648.0" type="line"/>
+ <point x="1008.0" y="316.0"/>
+ <point x="880.0" y="192.0"/>
+ <point x="712.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="192.0"/>
+ <point x="428.0" y="460.0"/>
+ <point x="428.0" y="780.0" type="curve"/>
+ <point x="432.0" y="1024.0"/>
+ <point x="516.0" y="1260.0"/>
+ <point x="624.0" y="1488.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2320, 'leftMargin': 164, 'rightMargin': 169}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omegaclosed.glif b/src/Inter-UI-Regular.ufo/glyphs/omegaclosed.glif
index b55ebe646..1bd172d89 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/omegaclosed.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/omegaclosed.glif
@@ -1,74 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omegaclosed" format="1">
- <advance width="2288"/>
+<glyph name="omegaclosed" format="2">
+ <advance width="2288.0"/>
<unicode hex="0277"/>
+ <anchor x="1140.0" y="0.0" name="bottom"/>
+ <anchor x="1140.0" y="1776.0" name="top"/>
+ <anchor x="2304.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1144" y="1516" type="line"/>
- <point x="420" y="1516"/>
- <point x="152" y="1080"/>
- <point x="152" y="684" type="curve" smooth="yes"/>
- <point x="152" y="356"/>
- <point x="296" y="-28"/>
- <point x="700" y="-28" type="curve" smooth="yes"/>
- <point x="1020" y="-28"/>
- <point x="1196" y="216"/>
- <point x="1196" y="648" type="curve" smooth="yes"/>
- <point x="1196" y="908" type="line"/>
- <point x="1008" y="908" type="line"/>
- <point x="1008" y="648" type="line" smooth="yes"/>
- <point x="1008" y="316"/>
- <point x="880" y="192"/>
- <point x="712" y="192" type="curve" smooth="yes"/>
- <point x="504" y="192"/>
- <point x="428" y="460"/>
- <point x="428" y="688" type="curve" smooth="yes"/>
- <point x="428" y="1024"/>
- <point x="600" y="1296"/>
- <point x="1144" y="1296" type="curve"/>
+ <point x="1144.0" y="1516.0" type="line"/>
+ <point x="420.0" y="1516.0"/>
+ <point x="152.0" y="1080.0"/>
+ <point x="152.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="356.0"/>
+ <point x="296.0" y="-28.0"/>
+ <point x="700.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="-28.0"/>
+ <point x="1196.0" y="216.0"/>
+ <point x="1196.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="908.0" type="line"/>
+ <point x="1008.0" y="908.0" type="line"/>
+ <point x="1008.0" y="648.0" type="line" smooth="yes"/>
+ <point x="1008.0" y="316.0"/>
+ <point x="880.0" y="192.0"/>
+ <point x="712.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="192.0"/>
+ <point x="428.0" y="460.0"/>
+ <point x="428.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="428.0" y="1024.0"/>
+ <point x="600.0" y="1296.0"/>
+ <point x="1144.0" y="1296.0" type="curve"/>
</contour>
<contour>
- <point x="1144" y="1296" type="line"/>
- <point x="1688" y="1296"/>
- <point x="1864" y="1024"/>
- <point x="1864" y="688" type="curve" smooth="yes"/>
- <point x="1864" y="460"/>
- <point x="1784" y="192"/>
- <point x="1576" y="192" type="curve" smooth="yes"/>
- <point x="1408" y="192"/>
- <point x="1280" y="316"/>
- <point x="1280" y="648" type="curve" smooth="yes"/>
- <point x="1280" y="908" type="line"/>
- <point x="1092" y="908" type="line"/>
- <point x="1092" y="648" type="line" smooth="yes"/>
- <point x="1092" y="216"/>
- <point x="1268" y="-28"/>
- <point x="1588" y="-28" type="curve" smooth="yes"/>
- <point x="1996" y="-28"/>
- <point x="2136" y="356"/>
- <point x="2136" y="688" type="curve" smooth="yes"/>
- <point x="2136" y="1080"/>
- <point x="1868" y="1516"/>
- <point x="1144" y="1516" type="curve"/>
- </contour>
- <contour>
- <point x="1140" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1140" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2304" y="1776" type="move" name="top0315"/>
+ <point x="1144.0" y="1296.0" type="line"/>
+ <point x="1688.0" y="1296.0"/>
+ <point x="1864.0" y="1024.0"/>
+ <point x="1864.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="1864.0" y="460.0"/>
+ <point x="1784.0" y="192.0"/>
+ <point x="1576.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="192.0"/>
+ <point x="1280.0" y="316.0"/>
+ <point x="1280.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="908.0" type="line"/>
+ <point x="1092.0" y="908.0" type="line"/>
+ <point x="1092.0" y="648.0" type="line" smooth="yes"/>
+ <point x="1092.0" y="216.0"/>
+ <point x="1268.0" y="-28.0"/>
+ <point x="1588.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1996.0" y="-28.0"/>
+ <point x="2136.0" y="356.0"/>
+ <point x="2136.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="2136.0" y="1080.0"/>
+ <point x="1868.0" y="1516.0"/>
+ <point x="1144.0" y="1516.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2316, 'leftMargin': 165, 'rightMargin': 165}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omegacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/omegacyrillic.glif
index fd2622b1d..4677986ae 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/omegacyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/omegacyrillic.glif
@@ -1,63 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omegacyrillic" format="1">
- <advance width="2032"/>
+<glyph name="omegacyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="0461"/>
+ <anchor x="988.0" y="1744.0" name="top"/>
+ <anchor x="2080.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="880" y="1488" type="line"/>
- <point x="880" y="480" type="line" smooth="yes"/>
- <point x="880" y="284"/>
- <point x="760" y="192"/>
- <point x="604" y="192" type="curve" smooth="yes"/>
- <point x="476" y="192"/>
- <point x="384" y="284"/>
- <point x="384" y="480" type="curve" smooth="yes"/>
- <point x="384" y="1488" type="line"/>
- <point x="108" y="1488" type="line"/>
- <point x="108" y="480" type="line" smooth="yes"/>
- <point x="108" y="140"/>
- <point x="320" y="-28"/>
- <point x="604" y="-28" type="curve" smooth="yes"/>
- <point x="888" y="-28"/>
- <point x="1100" y="140"/>
- <point x="1100" y="480" type="curve" smooth="yes"/>
- <point x="1100" y="1488" type="line"/>
+ <point x="880.0" y="1488.0" type="line"/>
+ <point x="880.0" y="480.0" type="line" smooth="yes"/>
+ <point x="880.0" y="284.0"/>
+ <point x="760.0" y="192.0"/>
+ <point x="604.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="192.0"/>
+ <point x="384.0" y="284.0"/>
+ <point x="384.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1488.0" type="line"/>
+ <point x="108.0" y="1488.0" type="line"/>
+ <point x="108.0" y="480.0" type="line" smooth="yes"/>
+ <point x="108.0" y="140.0"/>
+ <point x="320.0" y="-28.0"/>
+ <point x="604.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="-28.0"/>
+ <point x="1100.0" y="140.0"/>
+ <point x="1100.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="1648" y="1488" type="line"/>
- <point x="1648" y="480" type="line" smooth="yes"/>
- <point x="1648" y="284"/>
- <point x="1544" y="192"/>
- <point x="1404" y="192" type="curve" smooth="yes"/>
- <point x="1256" y="192"/>
- <point x="1156" y="284"/>
- <point x="1156" y="480" type="curve" smooth="yes"/>
- <point x="1156" y="1488" type="line"/>
- <point x="936" y="1488" type="line"/>
- <point x="936" y="480" type="line" smooth="yes"/>
- <point x="936" y="140"/>
- <point x="1132" y="-28"/>
- <point x="1404" y="-28" type="curve" smooth="yes"/>
- <point x="1700" y="-28"/>
- <point x="1924" y="140"/>
- <point x="1924" y="480" type="curve" smooth="yes"/>
- <point x="1924" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="988" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2080" y="1744" type="move" name="top0315"/>
+ <point x="1648.0" y="1488.0" type="line"/>
+ <point x="1648.0" y="480.0" type="line" smooth="yes"/>
+ <point x="1648.0" y="284.0"/>
+ <point x="1544.0" y="192.0"/>
+ <point x="1404.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="192.0"/>
+ <point x="1156.0" y="284.0"/>
+ <point x="1156.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="1488.0" type="line"/>
+ <point x="936.0" y="1488.0" type="line"/>
+ <point x="936.0" y="480.0" type="line" smooth="yes"/>
+ <point x="936.0" y="140.0"/>
+ <point x="1132.0" y="-28.0"/>
+ <point x="1404.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1700.0" y="-28.0"/>
+ <point x="1924.0" y="140.0"/>
+ <point x="1924.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1924.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2140, 'leftMargin': 169, 'rightMargin': 157}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omegaroundcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/omegaroundcyrillic.glif
index ce171ebd8..07965330f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/omegaroundcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/omegaroundcyrillic.glif
@@ -1,36 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omegaroundcyrillic" format="1">
- <advance width="1776"/>
+<glyph name="omegaroundcyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="047B"/>
+ <anchor x="804.0" y="1872.0" name="top"/>
+ <anchor x="1596.0" y="1872.0" name="top0315"/>
<outline>
<contour>
- <point x="932" y="1656" type="line"/>
- <point x="656" y="1656" type="line"/>
- <point x="656" y="1144" type="line"/>
- <point x="932" y="1144" type="line"/>
+ <point x="932.0" y="1656.0" type="line"/>
+ <point x="656.0" y="1656.0" type="line"/>
+ <point x="656.0" y="1144.0" type="line"/>
+ <point x="932.0" y="1144.0" type="line"/>
</contour>
<contour>
- <point x="932" y="352" type="line"/>
- <point x="656" y="352" type="line"/>
- <point x="656" y="-160" type="line"/>
- <point x="932" y="-160" type="line"/>
+ <point x="932.0" y="352.0" type="line"/>
+ <point x="656.0" y="352.0" type="line"/>
+ <point x="656.0" y="-160.0" type="line"/>
+ <point x="932.0" y="-160.0" type="line"/>
</contour>
- <component base="o" xOffset="-16"/>
<contour>
- <point x="804" y="1872" type="move" name="top"/>
+ <point x="824.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="-32.0"/>
+ <point x="1520.0" y="284.0"/>
+ <point x="1520.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1520.0" y="1240.0"/>
+ <point x="1240.0" y="1556.0"/>
+ <point x="824.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="128.0" y="1240.0"/>
+ <point x="128.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="284.0"/>
+ <point x="408.0" y="-32.0"/>
</contour>
<contour>
- <point x="1596" y="1872" type="move" name="top0315"/>
+ <point x="824.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="180.0"/>
+ <point x="364.0" y="452.0"/>
+ <point x="364.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="1068.0"/>
+ <point x="508.0" y="1344.0"/>
+ <point x="824.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="1344.0"/>
+ <point x="1284.0" y="1068.0"/>
+ <point x="1284.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="452.0"/>
+ <point x="1140.0" y="180.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 236, 'rightMargin': 46}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omegatitlocyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/omegatitlocyrillic.glif
index f86105147..f58e3d06c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/omegatitlocyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/omegatitlocyrillic.glif
@@ -1,101 +1,97 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="omegatitlocyrillic" format="1">
- <advance width="2032"/>
+<glyph name="omegatitlocyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="047D"/>
<outline>
<contour>
- <point x="1608" y="1928" type="line"/>
- <point x="1312" y="1928"/>
- <point x="1164" y="2092"/>
- <point x="948" y="2092" type="curve" smooth="yes"/>
- <point x="744" y="2092"/>
- <point x="620" y="2000"/>
- <point x="620" y="1796" type="curve" smooth="yes"/>
- <point x="620" y="1744" type="line"/>
- <point x="808" y="1744" type="line"/>
- <point x="808" y="1768" type="line" smooth="yes"/>
- <point x="808" y="1868"/>
- <point x="868" y="1908"/>
- <point x="952" y="1908" type="curve" smooth="yes"/>
- <point x="1112" y="1908"/>
- <point x="1284" y="1744"/>
- <point x="1604" y="1744" type="curve" smooth="yes"/>
- <point x="1668" y="1744" type="line"/>
- <point x="1668" y="1928" type="line"/>
+ <point x="1608.0" y="1928.0" type="line"/>
+ <point x="1312.0" y="1928.0"/>
+ <point x="1164.0" y="2092.0"/>
+ <point x="948.0" y="2092.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="2092.0"/>
+ <point x="620.0" y="2000.0"/>
+ <point x="620.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="1744.0" type="line"/>
+ <point x="808.0" y="1744.0" type="line"/>
+ <point x="808.0" y="1768.0" type="line" smooth="yes"/>
+ <point x="808.0" y="1868.0"/>
+ <point x="868.0" y="1908.0"/>
+ <point x="952.0" y="1908.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="1908.0"/>
+ <point x="1284.0" y="1744.0"/>
+ <point x="1604.0" y="1744.0" type="curve" smooth="yes"/>
+ <point x="1668.0" y="1744.0" type="line"/>
+ <point x="1668.0" y="1928.0" type="line"/>
</contour>
<contour>
- <point x="1012" y="1316" type="line"/>
- <point x="1104" y="1364"/>
- <point x="1224" y="1484"/>
- <point x="1224" y="1592" type="curve" smooth="yes"/>
- <point x="1224" y="1732" type="line"/>
- <point x="992" y="1732" type="line"/>
- <point x="992" y="1600" type="line" smooth="yes"/>
- <point x="992" y="1532"/>
- <point x="960" y="1468"/>
- <point x="900" y="1392" type="curve"/>
+ <point x="1012.0" y="1316.0" type="line"/>
+ <point x="1104.0" y="1364.0"/>
+ <point x="1224.0" y="1484.0"/>
+ <point x="1224.0" y="1592.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="1732.0" type="line"/>
+ <point x="992.0" y="1732.0" type="line"/>
+ <point x="992.0" y="1600.0" type="line" smooth="yes"/>
+ <point x="992.0" y="1532.0"/>
+ <point x="960.0" y="1468.0"/>
+ <point x="900.0" y="1392.0" type="curve"/>
</contour>
<contour>
- <point x="604" y="1504" type="line"/>
- <point x="320" y="1504"/>
- <point x="112" y="1316"/>
- <point x="112" y="940" type="curve"/>
- <point x="112" y="536" type="line" smooth="yes"/>
- <point x="112" y="156"/>
- <point x="320" y="-28"/>
- <point x="604" y="-28" type="curve" smooth="yes"/>
- <point x="892" y="-28"/>
- <point x="1100" y="140"/>
- <point x="1100" y="480" type="curve" smooth="yes"/>
- <point x="1100" y="800" type="line"/>
- <point x="880" y="800" type="line"/>
- <point x="880" y="480" type="line" smooth="yes"/>
- <point x="880" y="284"/>
- <point x="760" y="192"/>
- <point x="604" y="192" type="curve" smooth="yes"/>
- <point x="476" y="192"/>
- <point x="384" y="300"/>
- <point x="384" y="536" type="curve" smooth="yes"/>
- <point x="384" y="940" type="line"/>
- <point x="384" y="1172"/>
- <point x="476" y="1284"/>
- <point x="604" y="1284" type="curve"/>
+ <point x="604.0" y="1504.0" type="line"/>
+ <point x="320.0" y="1504.0"/>
+ <point x="112.0" y="1316.0"/>
+ <point x="112.0" y="940.0" type="curve"/>
+ <point x="112.0" y="536.0" type="line" smooth="yes"/>
+ <point x="112.0" y="156.0"/>
+ <point x="320.0" y="-28.0"/>
+ <point x="604.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="-28.0"/>
+ <point x="1100.0" y="140.0"/>
+ <point x="1100.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="800.0" type="line"/>
+ <point x="880.0" y="800.0" type="line"/>
+ <point x="880.0" y="480.0" type="line" smooth="yes"/>
+ <point x="880.0" y="284.0"/>
+ <point x="760.0" y="192.0"/>
+ <point x="604.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="192.0"/>
+ <point x="384.0" y="300.0"/>
+ <point x="384.0" y="536.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="940.0" type="line"/>
+ <point x="384.0" y="1172.0"/>
+ <point x="476.0" y="1284.0"/>
+ <point x="604.0" y="1284.0" type="curve"/>
</contour>
<contour>
- <point x="1428" y="1284" type="line"/>
- <point x="1556" y="1284"/>
- <point x="1648" y="1172"/>
- <point x="1648" y="940" type="curve" smooth="yes"/>
- <point x="1648" y="536" type="line" smooth="yes"/>
- <point x="1648" y="300"/>
- <point x="1556" y="192"/>
- <point x="1428" y="192" type="curve" smooth="yes"/>
- <point x="1272" y="192"/>
- <point x="1156" y="284"/>
- <point x="1156" y="480" type="curve" smooth="yes"/>
- <point x="1156" y="800" type="line"/>
- <point x="936" y="800" type="line"/>
- <point x="936" y="480" type="line" smooth="yes"/>
- <point x="936" y="140"/>
- <point x="1144" y="-28"/>
- <point x="1428" y="-28" type="curve" smooth="yes"/>
- <point x="1712" y="-28"/>
- <point x="1924" y="156"/>
- <point x="1924" y="536" type="curve" smooth="yes"/>
- <point x="1924" y="940" type="line" smooth="yes"/>
- <point x="1924" y="1316"/>
- <point x="1712" y="1504"/>
- <point x="1428" y="1504" type="curve"/>
+ <point x="1428.0" y="1284.0" type="line"/>
+ <point x="1556.0" y="1284.0"/>
+ <point x="1648.0" y="1172.0"/>
+ <point x="1648.0" y="940.0" type="curve" smooth="yes"/>
+ <point x="1648.0" y="536.0" type="line" smooth="yes"/>
+ <point x="1648.0" y="300.0"/>
+ <point x="1556.0" y="192.0"/>
+ <point x="1428.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="192.0"/>
+ <point x="1156.0" y="284.0"/>
+ <point x="1156.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="800.0" type="line"/>
+ <point x="936.0" y="800.0" type="line"/>
+ <point x="936.0" y="480.0" type="line" smooth="yes"/>
+ <point x="936.0" y="140.0"/>
+ <point x="1144.0" y="-28.0"/>
+ <point x="1428.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1712.0" y="-28.0"/>
+ <point x="1924.0" y="156.0"/>
+ <point x="1924.0" y="536.0" type="curve" smooth="yes"/>
+ <point x="1924.0" y="940.0" type="line" smooth="yes"/>
+ <point x="1924.0" y="1316.0"/>
+ <point x="1712.0" y="1504.0"/>
+ <point x="1428.0" y="1504.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2142, 'leftMargin': 169, 'rightMargin': 161}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omegatonos.glif b/src/Inter-UI-Regular.ufo/glyphs/omegatonos.glif
new file mode 100644
index 000000000..545c1bc79
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/omegatonos.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omegatonos" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="03CE"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="tonos" xOffset="840.0" yOffset="80.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omicron.glif b/src/Inter-UI-Regular.ufo/glyphs/omicron.glif
new file mode 100644
index 000000000..cd3b63181
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/omicron.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omicron" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="03BF"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/omicrontonos.glif b/src/Inter-UI-Regular.ufo/glyphs/omicrontonos.glif
new file mode 100644
index 000000000..cd6972157
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/omicrontonos.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="omicrontonos" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="03CC"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="tonos" xOffset="528.0" yOffset="128.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.1.glif b/src/Inter-UI-Regular.ufo/glyphs/one.1.glif
index 3dce52f17..d2e54843a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/one.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/one.1.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one.1" format="1">
- <advance width="1260"/>
+<glyph name="one.1" format="2">
+ <advance width="1260.0"/>
<outline>
<contour>
- <point x="868" y="2048" type="line"/>
- <point x="632" y="2048" type="line"/>
- <point x="120" y="1748" type="line"/>
- <point x="224" y="1564" type="line"/>
- <point x="620" y="1796" type="line"/>
- <point x="632" y="1796" type="line"/>
- <point x="632" y="0" type="line"/>
- <point x="868" y="0" type="line"/>
+ <point x="868.0" y="2048.0" type="line"/>
+ <point x="632.0" y="2048.0" type="line"/>
+ <point x="120.0" y="1748.0" type="line"/>
+ <point x="224.0" y="1564.0" type="line"/>
+ <point x="620.0" y="1796.0" type="line"/>
+ <point x="632.0" y="1796.0" type="line"/>
+ <point x="632.0" y="0.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983485</real>
- <real>0.9647658846</real>
- <real>0.7954395628</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.glif b/src/Inter-UI-Regular.ufo/glyphs/one.glif
index f2f27dbbb..bb4fa31f6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/one.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/one.glif
@@ -1,32 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one" format="1">
- <advance width="1260"/>
+<glyph name="one" format="2">
+ <advance width="1260.0"/>
<unicode hex="0031"/>
<outline>
<contour>
- <point x="868" y="2048" type="line"/>
- <point x="660" y="2048" type="line"/>
- <point x="636" y="2024"/>
- <point x="504" y="1744"/>
- <point x="184" y="1744" type="curve"/>
- <point x="184" y="1536" type="line"/>
- <point x="420" y="1536"/>
- <point x="588" y="1632"/>
- <point x="616" y="1688" type="curve"/>
- <point x="632" y="1688" type="line"/>
- <point x="632" y="0" type="line"/>
- <point x="868" y="0" type="line"/>
+ <point x="868.0" y="2048.0" type="line"/>
+ <point x="660.0" y="2048.0" type="line"/>
+ <point x="636.0" y="2024.0"/>
+ <point x="504.0" y="1744.0"/>
+ <point x="184.0" y="1744.0" type="curve"/>
+ <point x="184.0" y="1536.0" type="line"/>
+ <point x="420.0" y="1536.0"/>
+ <point x="588.0" y="1632.0"/>
+ <point x="616.0" y="1688.0" type="curve"/>
+ <point x="632.0" y="1688.0" type="line"/>
+ <point x="632.0" y="0.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/one.sup.glif
index b6da9f69b..5cb3247c9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/one.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/one.sup.glif
@@ -1,32 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one.sup" format="1">
- <advance width="1008"/>
+<glyph name="one.sup" format="2">
+ <advance width="1008.0"/>
<outline>
<contour>
- <point x="764" y="1084" type="line"/>
- <point x="740" y="1084" type="line"/>
- <point x="244" y="924" type="line"/>
- <point x="244" y="736" type="line"/>
- <point x="536" y="812" type="line"/>
- <point x="536" y="0" type="line"/>
- <point x="764" y="0" type="line"/>
+ <point x="764.0" y="1084.0" type="line"/>
+ <point x="740.0" y="1084.0" type="line"/>
+ <point x="244.0" y="924.0" type="line"/>
+ <point x="244.0" y="736.0" type="line"/>
+ <point x="536.0" y="812.0" type="line"/>
+ <point x="536.0" y="0.0" type="line"/>
+ <point x="764.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 168, 'rightMargin': 347}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.tnum.1.glif b/src/Inter-UI-Regular.ufo/glyphs/one.tnum.1.glif
index 25b96e4e3..ee0bdb7cf 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/one.tnum.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/one.tnum.1.glif
@@ -1,24 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one.tnum.1" format="1">
- <advance width="1680"/>
+<glyph name="one.tnum.1" format="2">
+ <advance width="1680.0"/>
<outline>
<contour>
- <point x="392" y="0" type="line"/>
- <point x="1448" y="0" type="line"/>
- <point x="1448" y="220" type="line"/>
- <point x="392" y="220" type="line"/>
+ <point x="392.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
+ <point x="1448.0" y="220.0" type="line"/>
+ <point x="392.0" y="220.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1060.0" y="2048.0" type="line"/>
+ <point x="824.0" y="2048.0" type="line"/>
+ <point x="312.0" y="1748.0" type="line"/>
+ <point x="416.0" y="1564.0" type="line"/>
+ <point x="812.0" y="1796.0" type="line"/>
+ <point x="824.0" y="1796.0" type="line"/>
+ <point x="824.0" y="0.0" type="line"/>
+ <point x="1060.0" y="0.0" type="line"/>
</contour>
- <component base="one.1" xOffset="192"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863776848417</real>
- <real>0.9647658846</real>
- <real>0.7857136537221083</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/one.tnum.glif
index d3b97175a..a52a9c60c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/one.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/one.tnum.glif
@@ -1,24 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="one.tnum" format="1">
- <advance width="1680"/>
+<glyph name="one.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<contour>
- <point x="392" y="0" type="line"/>
- <point x="1448" y="0" type="line"/>
- <point x="1448" y="220" type="line"/>
- <point x="392" y="220" type="line"/>
+ <point x="392.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
+ <point x="1448.0" y="220.0" type="line"/>
+ <point x="392.0" y="220.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1060.0" y="2048.0" type="line"/>
+ <point x="852.0" y="2048.0" type="line"/>
+ <point x="828.0" y="2024.0"/>
+ <point x="696.0" y="1744.0"/>
+ <point x="376.0" y="1744.0" type="curve"/>
+ <point x="376.0" y="1536.0" type="line"/>
+ <point x="612.0" y="1536.0"/>
+ <point x="780.0" y="1632.0"/>
+ <point x="808.0" y="1688.0" type="curve"/>
+ <point x="824.0" y="1688.0" type="line"/>
+ <point x="824.0" y="0.0" type="line"/>
+ <point x="1060.0" y="0.0" type="line"/>
</contour>
- <component base="one" xOffset="192"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/onedotleader.glif b/src/Inter-UI-Regular.ufo/glyphs/onedotleader.glif
index c5c9b7dd9..16636cee9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/onedotleader.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/onedotleader.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onedotleader" format="1">
- <advance width="752"/>
+<glyph name="onedotleader" format="2">
+ <advance width="752.0"/>
<unicode hex="2024"/>
<outline>
- <component base="period" xOffset="-16"/>
+ <component base="period" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 719, 'leftMargin': 210, 'rightMargin': 173}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif b/src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif
index 9c0037b6a..b41345fab 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oneeighth" format="1">
- <advance width="2064"/>
+<glyph name="oneeighth" format="2">
+ <advance width="2064.0"/>
<unicode hex="215B"/>
<outline>
- <component base="one.sup" xOffset="-136" yOffset="888"/>
- <component base="fraction" xOffset="236"/>
- <component base="eight.sup" xOffset="1008"/>
+ <component base="one.sup" xOffset="-136.0" yOffset="888.0"/>
+ <component base="fraction" xOffset="236.0"/>
+ <component base="eight.sup" xOffset="1008.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2167.0, 'leftMargin': 196, 'rightMargin': 154.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/onehalf.glif b/src/Inter-UI-Regular.ufo/glyphs/onehalf.glif
index 51cba1d2c..2e1d9f47b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/onehalf.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/onehalf.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onehalf" format="1">
- <advance width="2288"/>
+<glyph name="onehalf" format="2">
+ <advance width="2288.0"/>
<unicode hex="00BD"/>
<outline>
- <component base="fraction" xOffset="344" yOffset="12"/>
- <component base="one.sup" xOffset="-48" yOffset="912"/>
- <component base="two.sup" xOffset="1124"/>
+ <component base="fraction" xOffset="344.0" yOffset="12.0"/>
+ <component base="one.sup" xOffset="-48.0" yOffset="912.0"/>
+ <component base="two.sup" xOffset="1124.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2197, 'leftMargin': 187, 'rightMargin': 146}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oneinferior.glif b/src/Inter-UI-Regular.ufo/glyphs/oneinferior.glif
index 78a6fb5ef..cdce2731d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/oneinferior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/oneinferior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oneinferior" format="1">
- <advance width="1008"/>
+<glyph name="oneinferior" format="2">
+ <advance width="1008.0"/>
<unicode hex="2081"/>
<outline>
- <component base="one.sup" xOffset="-16" yOffset="-504"/>
+ <component base="one.sup" xOffset="-16.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 252, 'rightMargin': 265}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/onequarter.glif b/src/Inter-UI-Regular.ufo/glyphs/onequarter.glif
index 20c35774e..a522d586c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/onequarter.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/onequarter.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onequarter" format="1">
- <advance width="2288"/>
+<glyph name="onequarter" format="2">
+ <advance width="2288.0"/>
<unicode hex="00BC"/>
<outline>
- <component base="one.sup" xOffset="-68" yOffset="912"/>
- <component base="fraction" xOffset="380" yOffset="12"/>
- <component base="four.sup" xOffset="1000"/>
+ <component base="one.sup" xOffset="-68.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="380.0" yOffset="12.0"/>
+ <component base="four.sup" xOffset="1000.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2068.0, 'leftMargin': 191, 'rightMargin': -25.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oneroman.glif b/src/Inter-UI-Regular.ufo/glyphs/oneroman.glif
index 4f429ed12..8a21d9646 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/oneroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/oneroman.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oneroman" format="1">
- <advance width="752"/>
+<glyph name="oneroman" format="2">
+ <advance width="752.0"/>
<unicode hex="2170"/>
<outline>
- <component base="i" xOffset="-16"/>
+ <component base="i" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 703, 'leftMargin': 216, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/onesuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/onesuperior.glif
index 1d5eaf053..22f610383 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/onesuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/onesuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onesuperior" format="1">
- <advance width="1008"/>
+<glyph name="onesuperior" format="2">
+ <advance width="1008.0"/>
<unicode hex="00B9"/>
<outline>
- <component base="one.sup" xOffset="-16" yOffset="916"/>
+ <component base="one.sup" xOffset="-16.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 252, 'rightMargin': 265}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/onethird.glif b/src/Inter-UI-Regular.ufo/glyphs/onethird.glif
index f572a3a18..aac556a7a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/onethird.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/onethird.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="onethird" format="1">
- <advance width="2544"/>
+<glyph name="onethird" format="2">
+ <advance width="2544.0"/>
<unicode hex="2153"/>
<outline>
- <component base="one.sup" xOffset="60" yOffset="912"/>
- <component base="three.sup" xOffset="1380"/>
- <component base="fraction" xOffset="488"/>
+ <component base="one.sup" xOffset="60.0" yOffset="912.0"/>
+ <component base="three.sup" xOffset="1380.0"/>
+ <component base="fraction" xOffset="488.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2503, 'leftMargin': 185, 'rightMargin': 248}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oogonek.N_A_V_.glif b/src/Inter-UI-Regular.ufo/glyphs/oogonek.N_A_V_.glif
new file mode 100644
index 000000000..c312580d1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/oogonek.N_A_V_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oogonek.NAV" format="2">
+ <advance width="1680.0"/>
+ <anchor x="840.0" y="-600.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="ogonek" xOffset="352.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/oogonek.glif
new file mode 100644
index 000000000..768be260e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/oogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oogonek" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="01EB"/>
+ <anchor x="840.0" y="-600.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="ogonek" xOffset="352.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oogonekmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/oogonekmacron.glif
new file mode 100644
index 000000000..4fc03a334
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/oogonekmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oogonekmacron" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="01ED"/>
+ <anchor x="840.0" y="-600.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2200.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="ogonek" xOffset="352.0"/>
+ <component base="macron" xOffset="216.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oopen.glif b/src/Inter-UI-Regular.ufo/glyphs/oopen.glif
index f25d686c6..c273c8f2f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/oopen.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/oopen.glif
@@ -1,59 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oopen" format="1">
- <advance width="1520"/>
+<glyph name="oopen" format="2">
+ <advance width="1520.0"/>
<unicode hex="0254"/>
+ <anchor x="724.0" y="0.0" name="bottom"/>
+ <anchor x="1208.0" y="900.0" name="rhotichook"/>
+ <anchor x="724.0" y="1776.0" name="top"/>
+ <anchor x="1520.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="128" y="472" type="line"/>
- <point x="144" y="212"/>
- <point x="408" y="-28"/>
- <point x="724" y="-28" type="curve" smooth="yes"/>
- <point x="1180" y="-28"/>
- <point x="1392" y="320"/>
- <point x="1392" y="716" type="curve" smooth="yes"/>
- <point x="1392" y="772" type="line" smooth="yes"/>
- <point x="1392" y="1168"/>
- <point x="1180" y="1516"/>
- <point x="724" y="1516" type="curve" smooth="yes"/>
- <point x="372" y="1516"/>
- <point x="144" y="1276"/>
- <point x="128" y="976" type="curve"/>
- <point x="388" y="976" type="line"/>
- <point x="404" y="1148"/>
- <point x="524" y="1296"/>
- <point x="724" y="1296" type="curve" smooth="yes"/>
- <point x="1032" y="1296"/>
- <point x="1120" y="1024"/>
- <point x="1120" y="772" type="curve" smooth="yes"/>
- <point x="1120" y="716" type="line" smooth="yes"/>
- <point x="1120" y="464"/>
- <point x="1036" y="192"/>
- <point x="724" y="192" type="curve" smooth="yes"/>
- <point x="548" y="192"/>
- <point x="404" y="316"/>
- <point x="388" y="472" type="curve"/>
- </contour>
- <contour>
- <point x="1208" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="724" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="724" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1520" y="1776" type="move" name="top0315"/>
+ <point x="128.0" y="472.0" type="line"/>
+ <point x="144.0" y="212.0"/>
+ <point x="408.0" y="-28.0"/>
+ <point x="724.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-28.0"/>
+ <point x="1392.0" y="320.0"/>
+ <point x="1392.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="772.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1168.0"/>
+ <point x="1180.0" y="1516.0"/>
+ <point x="724.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="1516.0"/>
+ <point x="144.0" y="1276.0"/>
+ <point x="128.0" y="976.0" type="curve"/>
+ <point x="388.0" y="976.0" type="line"/>
+ <point x="404.0" y="1148.0"/>
+ <point x="524.0" y="1296.0"/>
+ <point x="724.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1296.0"/>
+ <point x="1120.0" y="1024.0"/>
+ <point x="1120.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="464.0"/>
+ <point x="1036.0" y="192.0"/>
+ <point x="724.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="192.0"/>
+ <point x="404.0" y="316.0"/>
+ <point x="388.0" y="472.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oopen_uni02DE__.glif b/src/Inter-UI-Regular.ufo/glyphs/oopen_uni02DE__.glif
deleted file mode 100644
index faa2f8fd7..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/oopen_uni02DE__.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oopen_uni02DE" format="1">
- <advance width="2064"/>
- <outline>
- <component base="oopen" xOffset="-176"/>
- <component base="rhotichookmod" xOffset="1300"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2043, 'leftMargin': 136, 'rightMargin': -223}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oopen_uni02D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/oopen_uni02D_E_.glif
new file mode 100644
index 000000000..851daec99
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/oopen_uni02D_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oopen_uni02DE" format="2">
+ <advance width="2064.0"/>
+ <outline>
+ <component base="oopen" xOffset="-176.0"/>
+ <component base="rhotichookmod" xOffset="1300.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ordfeminine.glif b/src/Inter-UI-Regular.ufo/glyphs/ordfeminine.glif
index a91e7c866..afeb04702 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ordfeminine.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ordfeminine.glif
@@ -1,65 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ordfeminine" format="1">
- <advance width="1264"/>
+<glyph name="ordfeminine" format="2">
+ <advance width="1264.0"/>
<unicode hex="00AA"/>
<outline>
<contour>
- <point x="800" y="1184" type="line"/>
- <point x="800" y="1112"/>
- <point x="812" y="1036"/>
- <point x="832" y="972" type="curve"/>
- <point x="1076" y="972" type="line"/>
- <point x="1048" y="1052"/>
- <point x="1040" y="1132"/>
- <point x="1040" y="1220" type="curve" smooth="yes"/>
- <point x="1040" y="1652" type="line"/>
- <point x="1040" y="1904"/>
- <point x="880" y="2032"/>
- <point x="640" y="2032" type="curve" smooth="yes"/>
- <point x="380" y="2032"/>
- <point x="212" y="1896"/>
- <point x="212" y="1712" type="curve"/>
- <point x="448" y="1692" type="line"/>
- <point x="448" y="1780"/>
- <point x="520" y="1828"/>
- <point x="640" y="1828" type="curve" smooth="yes"/>
- <point x="748" y="1828"/>
- <point x="800" y="1768"/>
- <point x="800" y="1652" type="curve"/>
+ <point x="800.0" y="1184.0" type="line"/>
+ <point x="800.0" y="1112.0"/>
+ <point x="812.0" y="1036.0"/>
+ <point x="832.0" y="972.0" type="curve"/>
+ <point x="1076.0" y="972.0" type="line"/>
+ <point x="1048.0" y="1052.0"/>
+ <point x="1040.0" y="1132.0"/>
+ <point x="1040.0" y="1220.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="1652.0" type="line"/>
+ <point x="1040.0" y="1904.0"/>
+ <point x="880.0" y="2032.0"/>
+ <point x="640.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="2032.0"/>
+ <point x="212.0" y="1896.0"/>
+ <point x="212.0" y="1712.0" type="curve"/>
+ <point x="448.0" y="1692.0" type="line"/>
+ <point x="448.0" y="1780.0"/>
+ <point x="520.0" y="1828.0"/>
+ <point x="640.0" y="1828.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1828.0"/>
+ <point x="800.0" y="1768.0"/>
+ <point x="800.0" y="1652.0" type="curve"/>
</contour>
<contour>
- <point x="860" y="1584" type="line"/>
- <point x="660" y="1584" type="line"/>
- <point x="344" y="1584"/>
- <point x="188" y="1468"/>
- <point x="188" y="1264" type="curve" smooth="yes"/>
- <point x="188" y="1076"/>
- <point x="312" y="952"/>
- <point x="532" y="952" type="curve" smooth="yes"/>
- <point x="720" y="952"/>
- <point x="824" y="1060"/>
- <point x="864" y="1148" type="curve"/>
- <point x="840" y="1308" type="line"/>
- <point x="840" y="1240"/>
- <point x="704" y="1152"/>
- <point x="592" y="1152" type="curve" smooth="yes"/>
- <point x="480" y="1152"/>
- <point x="432" y="1196"/>
- <point x="432" y="1272" type="curve" smooth="yes"/>
- <point x="432" y="1352"/>
- <point x="500" y="1424"/>
- <point x="660" y="1424" type="curve"/>
- <point x="860" y="1424" type="line"/>
+ <point x="860.0" y="1584.0" type="line"/>
+ <point x="660.0" y="1584.0" type="line"/>
+ <point x="344.0" y="1584.0"/>
+ <point x="188.0" y="1468.0"/>
+ <point x="188.0" y="1264.0" type="curve" smooth="yes"/>
+ <point x="188.0" y="1076.0"/>
+ <point x="312.0" y="952.0"/>
+ <point x="532.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="952.0"/>
+ <point x="824.0" y="1060.0"/>
+ <point x="864.0" y="1148.0" type="curve"/>
+ <point x="840.0" y="1308.0" type="line"/>
+ <point x="840.0" y="1240.0"/>
+ <point x="704.0" y="1152.0"/>
+ <point x="592.0" y="1152.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="1152.0"/>
+ <point x="432.0" y="1196.0"/>
+ <point x="432.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="1352.0"/>
+ <point x="500.0" y="1424.0"/>
+ <point x="660.0" y="1424.0" type="curve"/>
+ <point x="860.0" y="1424.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1262, 'leftMargin': 199, 'rightMargin': 177}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ordmasculine.glif b/src/Inter-UI-Regular.ufo/glyphs/ordmasculine.glif
index b9e0c1b8f..e9c513e04 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ordmasculine.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ordmasculine.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ordmasculine" format="1">
- <advance width="1264"/>
+<glyph name="ordmasculine" format="2">
+ <advance width="1264.0"/>
<unicode hex="00BA"/>
<outline>
<contour>
- <point x="156" y="1436" type="line"/>
- <point x="156" y="1152"/>
- <point x="340" y="952"/>
- <point x="636" y="952" type="curve" smooth="yes"/>
- <point x="928" y="952"/>
- <point x="1108" y="1152"/>
- <point x="1108" y="1436" type="curve"/>
- <point x="1108" y="1544" type="line"/>
- <point x="1108" y="1828"/>
- <point x="928" y="2032"/>
- <point x="632" y="2032" type="curve" smooth="yes"/>
- <point x="340" y="2032"/>
- <point x="156" y="1828"/>
- <point x="156" y="1544" type="curve"/>
+ <point x="156.0" y="1436.0" type="line"/>
+ <point x="156.0" y="1152.0"/>
+ <point x="340.0" y="952.0"/>
+ <point x="636.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="952.0"/>
+ <point x="1108.0" y="1152.0"/>
+ <point x="1108.0" y="1436.0" type="curve"/>
+ <point x="1108.0" y="1544.0" type="line"/>
+ <point x="1108.0" y="1828.0"/>
+ <point x="928.0" y="2032.0"/>
+ <point x="632.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="2032.0"/>
+ <point x="156.0" y="1828.0"/>
+ <point x="156.0" y="1544.0" type="curve"/>
</contour>
<contour>
- <point x="396" y="1544" type="line"/>
- <point x="396" y="1704"/>
- <point x="476" y="1828"/>
- <point x="632" y="1828" type="curve" smooth="yes"/>
- <point x="792" y="1828"/>
- <point x="868" y="1704"/>
- <point x="868" y="1544" type="curve"/>
- <point x="868" y="1436" type="line"/>
- <point x="868" y="1272"/>
- <point x="792" y="1152"/>
- <point x="636" y="1152" type="curve" smooth="yes"/>
- <point x="476" y="1152"/>
- <point x="396" y="1272"/>
- <point x="396" y="1436" type="curve"/>
+ <point x="396.0" y="1544.0" type="line"/>
+ <point x="396.0" y="1704.0"/>
+ <point x="476.0" y="1828.0"/>
+ <point x="632.0" y="1828.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="1828.0"/>
+ <point x="868.0" y="1704.0"/>
+ <point x="868.0" y="1544.0" type="curve"/>
+ <point x="868.0" y="1436.0" type="line"/>
+ <point x="868.0" y="1272.0"/>
+ <point x="792.0" y="1152.0"/>
+ <point x="636.0" y="1152.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="1152.0"/>
+ <point x="396.0" y="1272.0"/>
+ <point x="396.0" y="1436.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1284, 'leftMargin': 165, 'rightMargin': 166}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oslash.glif b/src/Inter-UI-Regular.ufo/glyphs/oslash.glif
index 0266c7c27..be752ad78 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/oslash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/oslash.glif
@@ -1,92 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="oslash" format="1">
- <advance width="1680"/>
+<glyph name="oslash" format="2">
+ <advance width="1680.0"/>
<unicode hex="00F8"/>
+ <guideline x="832.0" y="1232.0" angle="90.0"/>
+ <guideline x="832.0" y="768.0" angle="55.9902"/>
+ <guideline x="948.0" y="1556.0" angle="0.0"/>
+ <guideline x="1040.0" y="-32.0" angle="0.0"/>
+ <anchor x="852.0" y="1792.0" name="top"/>
+ <anchor x="1596.0" y="1792.0" name="top0315"/>
+ <anchor x="1612.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="380" y="-84" type="line"/>
- <point x="1452" y="1504" type="line"/>
- <point x="1300" y="1608" type="line"/>
- <point x="228" y="20" type="line"/>
+ <point x="380.0" y="-84.0" type="line"/>
+ <point x="1452.0" y="1504.0" type="line"/>
+ <point x="1300.0" y="1608.0" type="line"/>
+ <point x="228.0" y="20.0" type="line"/>
</contour>
- <component base="o"/>
<contour>
- <point x="852" y="1792" type="move" name="top"/>
+ <point x="840.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1256.0" y="-32.0"/>
+ <point x="1536.0" y="284.0"/>
+ <point x="1536.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1536.0" y="1240.0"/>
+ <point x="1256.0" y="1556.0"/>
+ <point x="840.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="1556.0"/>
+ <point x="144.0" y="1240.0"/>
+ <point x="144.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="284.0"/>
+ <point x="424.0" y="-32.0"/>
</contour>
<contour>
- <point x="1612" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1596" y="1792" type="move" name="top0315"/>
+ <point x="840.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="180.0"/>
+ <point x="380.0" y="452.0"/>
+ <point x="380.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1068.0"/>
+ <point x="524.0" y="1344.0"/>
+ <point x="840.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="1344.0"/>
+ <point x="1300.0" y="1068.0"/>
+ <point x="1300.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1300.0" y="452.0"/>
+ <point x="1156.0" y="180.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>832</integer>
- <key>y</key>
- <integer>1232</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>55.990204880344805</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>832</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>948</integer>
- <key>y</key>
- <integer>1556</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1040</integer>
- <key>y</key>
- <integer>-32</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 236, 'rightMargin': 46}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/oslashacute.glif b/src/Inter-UI-Regular.ufo/glyphs/oslashacute.glif
new file mode 100644
index 000000000..7414a0fcb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/oslashacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="oslashacute" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="01FF"/>
+ <anchor x="852.0" y="1792.0" name="parent_top"/>
+ <anchor x="852.0" y="2284.0" name="top"/>
+ <anchor x="1596.0" y="1792.0" name="top0315"/>
+ <anchor x="1612.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="oslash"/>
+ <component base="acute" xOffset="544.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/otcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/otcyrillic.glif
index fdb717857..1e38ef42f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/otcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/otcyrillic.glif
@@ -1,34 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="otcyrillic" format="1">
- <advance width="2032"/>
+<glyph name="otcyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="047F"/>
+ <anchor x="1048.0" y="2200.0" name="top"/>
+ <anchor x="2132.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="940" y="1848" type="line"/>
- <point x="940" y="1676" type="line"/>
- <point x="1192" y="1676" type="line"/>
- <point x="1192" y="1848" type="line"/>
- <point x="1648" y="1848" type="line"/>
- <point x="1644" y="2004" type="line"/>
- <point x="512" y="2004" type="line"/>
- <point x="512" y="1848" type="line"/>
+ <point x="940.0" y="1848.0" type="line"/>
+ <point x="940.0" y="1676.0" type="line"/>
+ <point x="1192.0" y="1676.0" type="line"/>
+ <point x="1192.0" y="1848.0" type="line"/>
+ <point x="1648.0" y="1848.0" type="line"/>
+ <point x="1644.0" y="2004.0" type="line"/>
+ <point x="512.0" y="2004.0" type="line"/>
+ <point x="512.0" y="1848.0" type="line"/>
</contour>
- <component base="omegacyrillic" xOffset="-16"/>
<contour>
- <point x="1048" y="2200" type="move" name="top"/>
+ <point x="864.0" y="1488.0" type="line"/>
+ <point x="864.0" y="480.0" type="line" smooth="yes"/>
+ <point x="864.0" y="284.0"/>
+ <point x="744.0" y="192.0"/>
+ <point x="588.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="192.0"/>
+ <point x="368.0" y="284.0"/>
+ <point x="368.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1488.0" type="line"/>
+ <point x="92.0" y="1488.0" type="line"/>
+ <point x="92.0" y="480.0" type="line" smooth="yes"/>
+ <point x="92.0" y="140.0"/>
+ <point x="304.0" y="-28.0"/>
+ <point x="588.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="-28.0"/>
+ <point x="1084.0" y="140.0"/>
+ <point x="1084.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="2132" y="2200" type="move" name="top0315"/>
+ <point x="1632.0" y="1488.0" type="line"/>
+ <point x="1632.0" y="480.0" type="line" smooth="yes"/>
+ <point x="1632.0" y="284.0"/>
+ <point x="1528.0" y="192.0"/>
+ <point x="1388.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="192.0"/>
+ <point x="1140.0" y="284.0"/>
+ <point x="1140.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="1488.0" type="line"/>
+ <point x="920.0" y="1488.0" type="line"/>
+ <point x="920.0" y="480.0" type="line" smooth="yes"/>
+ <point x="920.0" y="140.0"/>
+ <point x="1116.0" y="-28.0"/>
+ <point x="1388.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1684.0" y="-28.0"/>
+ <point x="1908.0" y="140.0"/>
+ <point x="1908.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="1908.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2140, 'leftMargin': 116, 'rightMargin': 208}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/otilde.glif b/src/Inter-UI-Regular.ufo/glyphs/otilde.glif
index 38afb4b31..f7d2ed5e0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/otilde.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/otilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="otilde" format="1">
- <advance width="1680"/>
+<glyph name="otilde" format="2">
+ <advance width="1680.0"/>
<unicode hex="00F5"/>
<outline>
- <component base="tilde" xOffset="208"/>
+ <component base="tilde" xOffset="208.0"/>
<component base="o"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/otildeacute.glif b/src/Inter-UI-Regular.ufo/glyphs/otildeacute.glif
new file mode 100644
index 000000000..10f9b65b9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/otildeacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="otildeacute" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1E4D"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2725.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="tildeacutecomb.lc" xOffset="1648.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/otildedieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/otildedieresis.glif
new file mode 100644
index 000000000..8df30576c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/otildedieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="otildedieresis" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1E4F"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2629.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="tildedieresiscomb.lc" xOffset="1648.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ounce.glif b/src/Inter-UI-Regular.ufo/glyphs/ounce.glif
index bef3db818..6774ebd42 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ounce.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ounce.glif
@@ -1,68 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ounce" format="1">
- <advance width="1520"/>
+<glyph name="ounce" format="2">
+ <advance width="1520.0"/>
<unicode hex="2125"/>
<outline>
<contour>
- <point x="508" y="1324" type="line"/>
- <point x="508" y="1096" type="line"/>
- <point x="952" y="1096" type="line"/>
- <point x="508" y="656" type="line"/>
- <point x="508" y="488" type="line"/>
- <point x="700" y="488" type="line"/>
- <point x="1356" y="1156" type="line"/>
- <point x="1352" y="1324" type="line"/>
+ <point x="508.0" y="1324.0" type="line"/>
+ <point x="508.0" y="1096.0" type="line"/>
+ <point x="952.0" y="1096.0" type="line"/>
+ <point x="508.0" y="656.0" type="line"/>
+ <point x="508.0" y="488.0" type="line"/>
+ <point x="700.0" y="488.0" type="line"/>
+ <point x="1356.0" y="1156.0" type="line"/>
+ <point x="1352.0" y="1324.0" type="line"/>
</contour>
<contour>
- <point x="508" y="652" type="line"/>
- <point x="508" y="440" type="line"/>
- <point x="712" y="440" type="line" smooth="yes"/>
- <point x="996" y="440"/>
- <point x="1140" y="324"/>
- <point x="1140" y="40" type="curve" smooth="yes"/>
- <point x="1140" y="-168"/>
- <point x="1004" y="-316"/>
- <point x="744" y="-316" type="curve" smooth="yes"/>
- <point x="524" y="-316"/>
- <point x="384" y="-140"/>
- <point x="384" y="40" type="curve"/>
- <point x="96" y="40" type="line"/>
- <point x="96" y="-368"/>
- <point x="428" y="-544"/>
- <point x="744" y="-544" type="curve" smooth="yes"/>
- <point x="1140" y="-544"/>
- <point x="1424" y="-328"/>
- <point x="1424" y="44" type="curve" smooth="yes"/>
- <point x="1424" y="436"/>
- <point x="1164" y="652"/>
- <point x="716" y="652" type="curve" smooth="yes"/>
+ <point x="508.0" y="652.0" type="line"/>
+ <point x="508.0" y="440.0" type="line"/>
+ <point x="712.0" y="440.0" type="line" smooth="yes"/>
+ <point x="996.0" y="440.0"/>
+ <point x="1140.0" y="324.0"/>
+ <point x="1140.0" y="40.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="-168.0"/>
+ <point x="1004.0" y="-316.0"/>
+ <point x="744.0" y="-316.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="-316.0"/>
+ <point x="384.0" y="-140.0"/>
+ <point x="384.0" y="40.0" type="curve"/>
+ <point x="96.0" y="40.0" type="line"/>
+ <point x="96.0" y="-368.0"/>
+ <point x="428.0" y="-544.0"/>
+ <point x="744.0" y="-544.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="-544.0"/>
+ <point x="1424.0" y="-328.0"/>
+ <point x="1424.0" y="44.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="436.0"/>
+ <point x="1164.0" y="652.0"/>
+ <point x="716.0" y="652.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="160" y="2004" type="line"/>
- <point x="160" y="1776" type="line"/>
- <point x="952" y="1776" type="line"/>
- <point x="508" y="1324" type="line"/>
- <point x="508" y="1152" type="line"/>
- <point x="700" y="1152" type="line"/>
- <point x="1356" y="1836" type="line"/>
- <point x="1352" y="2004" type="line"/>
+ <point x="160.0" y="2004.0" type="line"/>
+ <point x="160.0" y="1776.0" type="line"/>
+ <point x="952.0" y="1776.0" type="line"/>
+ <point x="508.0" y="1324.0" type="line"/>
+ <point x="508.0" y="1152.0" type="line"/>
+ <point x="700.0" y="1152.0" type="line"/>
+ <point x="1356.0" y="1836.0" type="line"/>
+ <point x="1352.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1599, 'leftMargin': 124, 'rightMargin': 146}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/overline.glif b/src/Inter-UI-Regular.ufo/glyphs/overline.glif
index 52ea9137a..fcdfe3532 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/overline.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/overline.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="overline" format="1">
- <advance width="1520"/>
+<glyph name="overline" format="2">
+ <advance width="1520.0"/>
<unicode hex="203E"/>
<outline>
- <component base="underscore" xOffset="112" yOffset="2396"/>
+ <component base="underscore" xOffset="112.0" yOffset="2396.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1326, 'leftMargin': 21, 'rightMargin': 25}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/overscoredblnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/overscoredblnosp.glif
index 2d9d52153..a239306ee 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/overscoredblnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/overscoredblnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="overscoredblnosp" format="1">
- <advance width="0"/>
+<glyph name="overscoredblnosp" format="2">
<unicode hex="033F"/>
+ <anchor x="-807.0" y="2013.0" name="_marktop"/>
+ <anchor x="-807.0" y="2797.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-807" y="2013" type="move" name="_marktop"/>
+ <point x="-172.0" y="2259.0" type="line"/>
+ <point x="-1442.0" y="2259.0" type="line"/>
+ <point x="-1442.0" y="2039.0" type="line"/>
+ <point x="-172.0" y="2039.0" type="line"/>
</contour>
<contour>
- <point x="-807" y="2797" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-172" y="2259" type="line"/>
- <point x="-1442" y="2259" type="line"/>
- <point x="-1442" y="2039" type="line"/>
- <point x="-172" y="2039" type="line"/>
- </contour>
- <contour>
- <point x="-173" y="2611" type="line"/>
- <point x="-1444" y="2611" type="line"/>
- <point x="-1444" y="2391" type="line"/>
- <point x="-173" y="2391" type="line"/>
+ <point x="-173.0" y="2611.0" type="line"/>
+ <point x="-1444.0" y="2611.0" type="line"/>
+ <point x="-1444.0" y="2391.0" type="line"/>
+ <point x="-173.0" y="2391.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/overscorenosp.glif b/src/Inter-UI-Regular.ufo/glyphs/overscorenosp.glif
index 5cddb9b2c..7650a7bcb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/overscorenosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/overscorenosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="overscorenosp" format="1">
- <advance width="0"/>
+<glyph name="overscorenosp" format="2">
<unicode hex="0305"/>
+ <anchor x="-807.0" y="2160.0" name="_marktop"/>
+ <anchor x="-807.0" y="2520.0" name="mkmktop"/>
+ <anchor x="-809.0" y="2291.0" name="parent_top"/>
<outline>
- <component base="underscore" xOffset="-1451" yOffset="2401"/>
- <contour>
- <point x="-807" y="2160" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-809" y="2291" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-807" y="2520" type="move" name="mkmktop"/>
- </contour>
+ <component base="underscore" xOffset="-1451.0" yOffset="2401.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/p.glif b/src/Inter-UI-Regular.ufo/glyphs/p.glif
index 05352d73c..ecb12455b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/p.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/p.glif
@@ -1,51 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="p" format="1">
- <advance width="1716"/>
+<glyph name="p" format="2">
+ <advance width="1716.0"/>
<unicode hex="0070"/>
+ <anchor x="332.0" y="-576.0" name="bottom"/>
+ <anchor x="1560.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="1792.0" name="marktop"/>
+ <anchor x="904.0" y="1792.0" name="top"/>
+ <anchor x="1560.0" y="1760.0" name="top0315"/>
+ <anchor x="1560.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="216" y="-576" type="line"/>
- <point x="452" y="-576" type="line"/>
- <point x="452" y="392" type="line"/>
- <point x="384" y="728" type="line"/>
- <point x="444" y="1148" type="line"/>
- <point x="444" y="1244" type="line"/>
- <point x="444" y="1536" type="line"/>
- <point x="216" y="1536" type="line"/>
+ <point x="216.0" y="-576.0" type="line"/>
+ <point x="452.0" y="-576.0" type="line"/>
+ <point x="452.0" y="392.0" type="line"/>
+ <point x="384.0" y="728.0" type="line"/>
+ <point x="444.0" y="1148.0" type="line"/>
+ <point x="444.0" y="1244.0" type="line"/>
+ <point x="444.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
</contour>
- <component base="rightloop.cn" xOffset="52"/>
<contour>
- <point x="904" y="1792" type="move" name="top"/>
+ <point x="356.0" y="1292.0" type="line"/>
+ <point x="356.0" y="236.0" type="line"/>
+ <point x="472.0" y="236.0" type="line"/>
+ <point x="524.0" y="152.0"/>
+ <point x="624.0" y="-32.0"/>
+ <point x="920.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-32.0"/>
+ <point x="1572.0" y="276.0"/>
+ <point x="1572.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="1248.0"/>
+ <point x="1304.0" y="1556.0"/>
+ <point x="916.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1556.0"/>
+ <point x="524.0" y="1372.0"/>
+ <point x="472.0" y="1292.0" type="curve"/>
</contour>
<contour>
- <point x="332" y="-576" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="904" y="1792" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1560" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1560" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1560" y="1760" type="move" name="top0315"/>
+ <point x="1336.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="440.0"/>
+ <point x="1184.0" y="180.0"/>
+ <point x="888.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="180.0"/>
+ <point x="448.0" y="420.0"/>
+ <point x="448.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1112.0"/>
+ <point x="600.0" y="1344.0"/>
+ <point x="888.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1344.0"/>
+ <point x="1336.0" y="1092.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pacute.glif b/src/Inter-UI-Regular.ufo/glyphs/pacute.glif
new file mode 100644
index 000000000..18d19572e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/pacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="pacute" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E55"/>
+ <anchor x="332.0" y="-576.0" name="bottom"/>
+ <anchor x="1560.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="1792.0" name="parent_top"/>
+ <anchor x="904.0" y="2284.0" name="top"/>
+ <anchor x="1560.0" y="1760.0" name="top0315"/>
+ <anchor x="1560.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="p"/>
+ <component base="acute" xOffset="592.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/palatalizationcyrilliccmb.glif b/src/Inter-UI-Regular.ufo/glyphs/palatalizationcyrilliccmb.glif
index 17317e821..6b2a0068d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/palatalizationcyrilliccmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/palatalizationcyrilliccmb.glif
@@ -1,41 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="palatalizationcyrilliccmb" format="1">
- <advance width="0"/>
+<glyph name="palatalizationcyrilliccmb" format="2">
<unicode hex="0484"/>
+ <anchor x="-608.0" y="1636.0" name="_marktop"/>
<outline>
<contour>
- <point x="-608" y="1636" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1258" y="1976" type="line"/>
- <point x="-1258" y="1792" type="line"/>
- <point x="-1194" y="1792" type="line" smooth="yes"/>
- <point x="-875" y="1792"/>
- <point x="-700" y="1957"/>
- <point x="-543" y="1957" type="curve" smooth="yes"/>
- <point x="-458" y="1957"/>
- <point x="-397" y="1915"/>
- <point x="-397" y="1816" type="curve" smooth="yes"/>
- <point x="-397" y="1792" type="line"/>
- <point x="-210" y="1792" type="line"/>
- <point x="-210" y="1843" type="line" smooth="yes"/>
- <point x="-210" y="2047"/>
- <point x="-334" y="2141"/>
- <point x="-538" y="2141" type="curve" smooth="yes"/>
- <point x="-755" y="2141"/>
- <point x="-903" y="1976"/>
- <point x="-1196" y="1976" type="curve" smooth="yes"/>
+ <point x="-1258.0" y="1976.0" type="line"/>
+ <point x="-1258.0" y="1792.0" type="line"/>
+ <point x="-1194.0" y="1792.0" type="line" smooth="yes"/>
+ <point x="-875.0" y="1792.0"/>
+ <point x="-700.0" y="1957.0"/>
+ <point x="-543.0" y="1957.0" type="curve" smooth="yes"/>
+ <point x="-458.0" y="1957.0"/>
+ <point x="-397.0" y="1915.0"/>
+ <point x="-397.0" y="1816.0" type="curve" smooth="yes"/>
+ <point x="-397.0" y="1792.0" type="line"/>
+ <point x="-210.0" y="1792.0" type="line"/>
+ <point x="-210.0" y="1843.0" type="line" smooth="yes"/>
+ <point x="-210.0" y="2047.0"/>
+ <point x="-334.0" y="2141.0"/>
+ <point x="-538.0" y="2141.0" type="curve" smooth="yes"/>
+ <point x="-755.0" y="2141.0"/>
+ <point x="-903.0" y="1976.0"/>
+ <point x="-1196.0" y="1976.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/palochkacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/palochkacyrillic.glif
new file mode 100644
index 000000000..c96c2550d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/palochkacyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="palochkacyrillic" format="2">
+ <advance width="744.0"/>
+ <unicode hex="04C0"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/paragraph.glif b/src/Inter-UI-Regular.ufo/glyphs/paragraph.glif
index ad341cb94..9206a7c3b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/paragraph.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/paragraph.glif
@@ -1,37 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="paragraph" format="1">
- <advance width="1264"/>
+<glyph name="paragraph" format="2">
+ <advance width="1264.0"/>
<unicode hex="00B6"/>
<outline>
<contour>
- <point x="1168" y="0" type="line"/>
- <point x="1168" y="2004" type="line"/>
- <point x="776" y="2004" type="line" smooth="yes"/>
- <point x="340" y="2004"/>
- <point x="100" y="1728"/>
- <point x="100" y="1360" type="curve" smooth="yes"/>
- <point x="100" y="988"/>
- <point x="340" y="716"/>
- <point x="776" y="716" type="curve" smooth="yes"/>
- <point x="892" y="716" type="line"/>
- <point x="892" y="0" type="line"/>
+ <point x="1168.0" y="0.0" type="line"/>
+ <point x="1168.0" y="2004.0" type="line"/>
+ <point x="776.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="340.0" y="2004.0"/>
+ <point x="100.0" y="1728.0"/>
+ <point x="100.0" y="1360.0" type="curve" smooth="yes"/>
+ <point x="100.0" y="988.0"/>
+ <point x="340.0" y="716.0"/>
+ <point x="776.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="716.0" type="line"/>
+ <point x="892.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1386.0, 'leftMargin': 88, 'rightMargin': 231.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenleft.case.glif b/src/Inter-UI-Regular.ufo/glyphs/parenleft.case.glif
index 00813ba43..3d791ac46 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/parenleft.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/parenleft.case.glif
@@ -1,81 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenleft.case" format="1">
- <advance width="928"/>
+<glyph name="parenleft.case" format="2">
+ <advance width="928.0"/>
+ <guideline x="384.0" y="-128.0" angle="90.0"/>
+ <guideline x="584.0" y="4.0" angle="90.0"/>
+ <guideline x="388.0" y="1752.0" angle="0.0"/>
+ <guideline x="556.0" y="1640.0" angle="0.0"/>
<outline>
- <component base="parenleft" yOffset="192"/>
+ <component base="parenleft" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>384</integer>
- <key>y</key>
- <integer>-128</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>584</integer>
- <key>y</key>
- <integer>4</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>388</integer>
- <key>y</key>
- <integer>1752</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>556</integer>
- <key>y</key>
- <integer>1640</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenleft.glif b/src/Inter-UI-Regular.ufo/glyphs/parenleft.glif
index f75c38ec2..ce3de35fa 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/parenleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/parenleft.glif
@@ -1,97 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenleft" format="1">
- <advance width="928"/>
+<glyph name="parenleft" format="2">
+ <advance width="928.0"/>
<unicode hex="0028"/>
+ <guideline x="384.0" y="-128.0" angle="90.0"/>
+ <guideline x="584.0" y="4.0" angle="90.0"/>
+ <guideline x="388.0" y="1752.0" angle="0.0"/>
+ <guideline x="556.0" y="1640.0" angle="0.0"/>
<outline>
<contour>
- <point x="828" y="-384" type="line"/>
- <point x="592" y="24"/>
- <point x="492" y="404"/>
- <point x="492" y="832" type="curve" smooth="yes"/>
- <point x="492" y="1276"/>
- <point x="592" y="1640"/>
- <point x="832" y="2048" type="curve"/>
- <point x="612" y="2048" type="line"/>
- <point x="392" y="1752"/>
- <point x="248" y="1304"/>
- <point x="248" y="832" type="curve" smooth="yes"/>
- <point x="248" y="360"/>
- <point x="392" y="-88"/>
- <point x="592" y="-384" type="curve"/>
+ <point x="828.0" y="-384.0" type="line"/>
+ <point x="592.0" y="24.0"/>
+ <point x="492.0" y="404.0"/>
+ <point x="492.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1276.0"/>
+ <point x="592.0" y="1640.0"/>
+ <point x="832.0" y="2048.0" type="curve"/>
+ <point x="612.0" y="2048.0" type="line"/>
+ <point x="392.0" y="1752.0"/>
+ <point x="248.0" y="1304.0"/>
+ <point x="248.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="248.0" y="360.0"/>
+ <point x="392.0" y="-88.0"/>
+ <point x="592.0" y="-384.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>384</integer>
- <key>y</key>
- <integer>-128</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>584</integer>
- <key>y</key>
- <integer>4</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>388</integer>
- <key>y</key>
- <integer>1752</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>556</integer>
- <key>y</key>
- <integer>1640</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenleftinferior.glif b/src/Inter-UI-Regular.ufo/glyphs/parenleftinferior.glif
index cea0a9f48..c55da04ea 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/parenleftinferior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/parenleftinferior.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenleftinferior" format="1">
- <advance width="752"/>
+<glyph name="parenleftinferior" format="2">
+ <advance width="752.0"/>
<unicode hex="208D"/>
<outline>
<contour>
- <point x="144" y="36" type="line"/>
- <point x="144" y="-404"/>
- <point x="392" y="-660"/>
- <point x="536" y="-736" type="curve"/>
- <point x="608" y="-576" type="line"/>
- <point x="504" y="-472"/>
- <point x="384" y="-328"/>
- <point x="384" y="36" type="curve" smooth="yes"/>
- <point x="384" y="64" type="line" smooth="yes"/>
- <point x="384" y="400"/>
- <point x="508" y="572"/>
- <point x="608" y="668" type="curve"/>
- <point x="536" y="836" type="line"/>
- <point x="392" y="760"/>
- <point x="144" y="500"/>
- <point x="144" y="60" type="curve" smooth="yes"/>
+ <point x="144.0" y="36.0" type="line"/>
+ <point x="144.0" y="-404.0"/>
+ <point x="392.0" y="-660.0"/>
+ <point x="536.0" y="-736.0" type="curve"/>
+ <point x="608.0" y="-576.0" type="line"/>
+ <point x="504.0" y="-472.0"/>
+ <point x="384.0" y="-328.0"/>
+ <point x="384.0" y="36.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="64.0" type="line" smooth="yes"/>
+ <point x="384.0" y="400.0"/>
+ <point x="508.0" y="572.0"/>
+ <point x="608.0" y="668.0" type="curve"/>
+ <point x="536.0" y="836.0" type="line"/>
+ <point x="392.0" y="760.0"/>
+ <point x="144.0" y="500.0"/>
+ <point x="144.0" y="60.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 683, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenleftsuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/parenleftsuperior.glif
index dddd1c8fd..74ce85e65 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/parenleftsuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/parenleftsuperior.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenleftsuperior" format="1">
- <advance width="752"/>
+<glyph name="parenleftsuperior" format="2">
+ <advance width="752.0"/>
<unicode hex="207D"/>
<outline>
<contour>
- <point x="144" y="1372" type="line"/>
- <point x="144" y="908"/>
- <point x="392" y="636"/>
- <point x="536" y="556" type="curve"/>
- <point x="608" y="716" type="line"/>
- <point x="504" y="824"/>
- <point x="384" y="984"/>
- <point x="384" y="1372" type="curve" smooth="yes"/>
- <point x="384" y="1396" type="line" smooth="yes"/>
- <point x="384" y="1756"/>
- <point x="508" y="1944"/>
- <point x="608" y="2044" type="curve"/>
- <point x="536" y="2212" type="line"/>
- <point x="392" y="2132"/>
- <point x="144" y="1860"/>
- <point x="144" y="1396" type="curve" smooth="yes"/>
+ <point x="144.0" y="1372.0" type="line"/>
+ <point x="144.0" y="908.0"/>
+ <point x="392.0" y="636.0"/>
+ <point x="536.0" y="556.0" type="curve"/>
+ <point x="608.0" y="716.0" type="line"/>
+ <point x="504.0" y="824.0"/>
+ <point x="384.0" y="984.0"/>
+ <point x="384.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1396.0" type="line" smooth="yes"/>
+ <point x="384.0" y="1756.0"/>
+ <point x="508.0" y="1944.0"/>
+ <point x="608.0" y="2044.0" type="curve"/>
+ <point x="536.0" y="2212.0" type="line"/>
+ <point x="392.0" y="2132.0"/>
+ <point x="144.0" y="1860.0"/>
+ <point x="144.0" y="1396.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 683, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenright.case.glif b/src/Inter-UI-Regular.ufo/glyphs/parenright.case.glif
index fc6131909..bcbb97bcb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/parenright.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/parenright.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenright.case" format="1">
- <advance width="928"/>
+<glyph name="parenright.case" format="2">
+ <advance width="928.0"/>
<outline>
- <component base="parenright" yOffset="192"/>
+ <component base="parenright" yOffset="192.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenright.glif b/src/Inter-UI-Regular.ufo/glyphs/parenright.glif
index cb6d78709..efd2fe35e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/parenright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/parenright.glif
@@ -1,23 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenright" format="1">
- <advance width="928"/>
+<glyph name="parenright" format="2">
+ <advance width="928.0"/>
<unicode hex="0029"/>
<outline>
- <component base="parenleft" xScale="-1" xOffset="912"/>
+ <component base="parenleft" xScale="-1.0" xOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenrightsub.glif b/src/Inter-UI-Regular.ufo/glyphs/parenrightsub.glif
index b1b79c12b..52ac59e72 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/parenrightsub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/parenrightsub.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenrightsub" format="1">
- <advance width="752"/>
+<glyph name="parenrightsub" format="2">
+ <advance width="752.0"/>
<unicode hex="208E"/>
<outline>
<contour>
- <point x="608" y="76" type="line"/>
- <point x="608" y="508"/>
- <point x="364" y="764"/>
- <point x="220" y="836" type="curve"/>
- <point x="144" y="668" type="line"/>
- <point x="248" y="576"/>
- <point x="368" y="408"/>
- <point x="368" y="76" type="curve" smooth="yes"/>
- <point x="368" y="52" type="line" smooth="yes"/>
- <point x="368" y="-324"/>
- <point x="248" y="-472"/>
- <point x="144" y="-576" type="curve"/>
- <point x="220" y="-736" type="line"/>
- <point x="364" y="-660"/>
- <point x="608" y="-396"/>
- <point x="608" y="52" type="curve" smooth="yes"/>
+ <point x="608.0" y="76.0" type="line"/>
+ <point x="608.0" y="508.0"/>
+ <point x="364.0" y="764.0"/>
+ <point x="220.0" y="836.0" type="curve"/>
+ <point x="144.0" y="668.0" type="line"/>
+ <point x="248.0" y="576.0"/>
+ <point x="368.0" y="408.0"/>
+ <point x="368.0" y="76.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="52.0" type="line" smooth="yes"/>
+ <point x="368.0" y="-324.0"/>
+ <point x="248.0" y="-472.0"/>
+ <point x="144.0" y="-576.0" type="curve"/>
+ <point x="220.0" y="-736.0" type="line"/>
+ <point x="364.0" y="-660.0"/>
+ <point x="608.0" y="-396.0"/>
+ <point x="608.0" y="52.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 683, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenrightsuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/parenrightsuperior.glif
index 31bd2746a..788d77635 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/parenrightsuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/parenrightsuperior.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="parenrightsuperior" format="1">
- <advance width="752"/>
+<glyph name="parenrightsuperior" format="2">
+ <advance width="752.0"/>
<unicode hex="207E"/>
<outline>
<contour>
- <point x="608" y="1396" type="line"/>
- <point x="608" y="1860"/>
- <point x="364" y="2132"/>
- <point x="220" y="2212" type="curve"/>
- <point x="144" y="2044" type="line"/>
- <point x="248" y="1944"/>
- <point x="368" y="1756"/>
- <point x="368" y="1396" type="curve" smooth="yes"/>
- <point x="368" y="1372" type="line" smooth="yes"/>
- <point x="368" y="984"/>
- <point x="248" y="824"/>
- <point x="144" y="716" type="curve"/>
- <point x="220" y="556" type="line"/>
- <point x="364" y="636"/>
- <point x="608" y="908"/>
- <point x="608" y="1372" type="curve"/>
+ <point x="608.0" y="1396.0" type="line"/>
+ <point x="608.0" y="1860.0"/>
+ <point x="364.0" y="2132.0"/>
+ <point x="220.0" y="2212.0" type="curve"/>
+ <point x="144.0" y="2044.0" type="line"/>
+ <point x="248.0" y="1944.0"/>
+ <point x="368.0" y="1756.0"/>
+ <point x="368.0" y="1396.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1372.0" type="line" smooth="yes"/>
+ <point x="368.0" y="984.0"/>
+ <point x="248.0" y="824.0"/>
+ <point x="144.0" y="716.0" type="curve"/>
+ <point x="220.0" y="556.0" type="line"/>
+ <point x="364.0" y="636.0"/>
+ <point x="608.0" y="908.0"/>
+ <point x="608.0" y="1372.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 683, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/partialdiff.glif b/src/Inter-UI-Regular.ufo/glyphs/partialdiff.glif
index 17d56393d..09a96c7da 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/partialdiff.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/partialdiff.glif
@@ -1,69 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="partialdiff" format="1">
- <advance width="1776"/>
+<glyph name="partialdiff" format="2">
+ <advance width="1776.0"/>
<unicode hex="2202"/>
<outline>
<contour>
- <point x="864" y="1404" type="curve" smooth="yes"/>
- <point x="456" y="1404"/>
- <point x="224" y="1116"/>
- <point x="224" y="732" type="curve" smooth="yes"/>
- <point x="224" y="700" type="line" smooth="yes"/>
- <point x="224" y="288"/>
- <point x="468" y="-28"/>
- <point x="888" y="-28" type="curve" smooth="yes"/>
- <point x="1308" y="-28"/>
- <point x="1556" y="360"/>
- <point x="1556" y="868" type="curve" smooth="yes"/>
- <point x="1556" y="948" type="line" smooth="yes"/>
- <point x="1556" y="1624"/>
- <point x="1308" y="2084"/>
- <point x="792" y="2084" type="curve" smooth="yes"/>
- <point x="576" y="2084"/>
- <point x="464" y="2040"/>
- <point x="360" y="1996" type="curve"/>
- <point x="380" y="1776" type="line"/>
- <point x="508" y="1820"/>
- <point x="628" y="1848"/>
- <point x="768" y="1848" type="curve" smooth="yes"/>
- <point x="1016" y="1848"/>
- <point x="1240" y="1604"/>
- <point x="1280" y="1220" type="curve"/>
- <point x="1176" y="1336"/>
- <point x="1020" y="1404"/>
+ <point x="864.0" y="1404.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1404.0"/>
+ <point x="224.0" y="1116.0"/>
+ <point x="224.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="700.0" type="line" smooth="yes"/>
+ <point x="224.0" y="288.0"/>
+ <point x="468.0" y="-28.0"/>
+ <point x="888.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1308.0" y="-28.0"/>
+ <point x="1556.0" y="360.0"/>
+ <point x="1556.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="948.0" type="line" smooth="yes"/>
+ <point x="1556.0" y="1624.0"/>
+ <point x="1308.0" y="2084.0"/>
+ <point x="792.0" y="2084.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="2084.0"/>
+ <point x="464.0" y="2040.0"/>
+ <point x="360.0" y="1996.0" type="curve"/>
+ <point x="380.0" y="1776.0" type="line"/>
+ <point x="508.0" y="1820.0"/>
+ <point x="628.0" y="1848.0"/>
+ <point x="768.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1848.0"/>
+ <point x="1240.0" y="1604.0"/>
+ <point x="1280.0" y="1220.0" type="curve"/>
+ <point x="1176.0" y="1336.0"/>
+ <point x="1020.0" y="1404.0"/>
</contour>
<contour>
- <point x="892" y="1184" type="curve" smooth="yes"/>
- <point x="1160" y="1184"/>
- <point x="1264" y="996"/>
- <point x="1280" y="904" type="curve"/>
- <point x="1280" y="812" type="line" smooth="yes"/>
- <point x="1280" y="464"/>
- <point x="1160" y="192"/>
- <point x="888" y="192" type="curve" smooth="yes"/>
- <point x="616" y="192"/>
- <point x="496" y="428"/>
- <point x="496" y="700" type="curve" smooth="yes"/>
- <point x="496" y="732" type="line" smooth="yes"/>
- <point x="496" y="972"/>
- <point x="616" y="1184"/>
+ <point x="892.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="1184.0"/>
+ <point x="1264.0" y="996.0"/>
+ <point x="1280.0" y="904.0" type="curve"/>
+ <point x="1280.0" y="812.0" type="line" smooth="yes"/>
+ <point x="1280.0" y="464.0"/>
+ <point x="1160.0" y="192.0"/>
+ <point x="888.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="192.0"/>
+ <point x="496.0" y="428.0"/>
+ <point x="496.0" y="700.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="732.0" type="line" smooth="yes"/>
+ <point x="496.0" y="972.0"/>
+ <point x="616.0" y="1184.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1605, 'leftMargin': 146, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/pdotaccent.glif
new file mode 100644
index 000000000..bb777c050
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/pdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="pdotaccent" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="1E57"/>
+ <anchor x="332.0" y="-576.0" name="bottom"/>
+ <anchor x="1560.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="1792.0" name="parent_top"/>
+ <anchor x="904.0" y="2188.0" name="top"/>
+ <anchor x="1560.0" y="1760.0" name="top0315"/>
+ <anchor x="1560.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="p"/>
+ <component base="dotaccent" xOffset="576.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/pecyrillic.glif
index 508306894..1f0fa9202 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/pecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/pecyrillic.glif
@@ -1,44 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pecyrillic" format="1">
- <advance width="1520"/>
+<glyph name="pecyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="043F"/>
+ <anchor x="1364.0" y="0.0" name="right"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1580.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1120" y="1488" type="line"/>
- <point x="396" y="1488" type="line"/>
- <point x="396" y="1268" type="line"/>
- <point x="1120" y="1268" type="line"/>
+ <point x="1120.0" y="1488.0" type="line"/>
+ <point x="396.0" y="1488.0" type="line"/>
+ <point x="396.0" y="1268.0" type="line"/>
+ <point x="1120.0" y="1268.0" type="line"/>
</contour>
<contour>
- <point x="432" y="1488" type="line"/>
- <point x="156" y="1488" type="line"/>
- <point x="156" y="0" type="line"/>
- <point x="432" y="0" type="line"/>
+ <point x="432.0" y="1488.0" type="line"/>
+ <point x="156.0" y="1488.0" type="line"/>
+ <point x="156.0" y="0.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1364" y="1488" type="line"/>
- <point x="1092" y="1488" type="line"/>
- <point x="1092" y="0" type="line"/>
- <point x="1364" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1364" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="776" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1580" y="1744" type="move" name="top0315"/>
+ <point x="1364.0" y="1488.0" type="line"/>
+ <point x="1092.0" y="1488.0" type="line"/>
+ <point x="1092.0" y="0.0" type="line"/>
+ <point x="1364.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1635, 'leftMargin': 213, 'rightMargin': 213}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pemiddlehookcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/pemiddlehookcyrillic.glif
index d52452194..b49dc010a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/pemiddlehookcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/pemiddlehookcyrillic.glif
@@ -1,36 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pemiddlehookcyrillic" format="1">
- <advance width="2544"/>
+<glyph name="pemiddlehookcyrillic" format="2">
+ <advance width="2544.0"/>
<unicode hex="04A7"/>
<outline>
<contour>
- <point x="1268" y="656" type="line"/>
- <point x="1652" y="656" type="line" smooth="yes"/>
- <point x="1920" y="656"/>
- <point x="2104" y="504"/>
- <point x="2108" y="236" type="curve" smooth="yes"/>
- <point x="2108" y="40"/>
- <point x="2028" y="-116"/>
- <point x="1780" y="-180" type="curve"/>
- <point x="1852" y="-392" type="line"/>
- <point x="2240" y="-324"/>
- <point x="2380" y="32"/>
- <point x="2384" y="236" type="curve"/>
- <point x="2384" y="644"/>
- <point x="2076" y="892"/>
- <point x="1652" y="892" type="curve" smooth="yes"/>
- <point x="1268" y="892" type="line"/>
+ <point x="1268.0" y="656.0" type="line"/>
+ <point x="1652.0" y="656.0" type="line" smooth="yes"/>
+ <point x="1920.0" y="656.0"/>
+ <point x="2104.0" y="504.0"/>
+ <point x="2108.0" y="236.0" type="curve" smooth="yes"/>
+ <point x="2108.0" y="40.0"/>
+ <point x="2028.0" y="-116.0"/>
+ <point x="1780.0" y="-180.0" type="curve"/>
+ <point x="1852.0" y="-392.0" type="line"/>
+ <point x="2240.0" y="-324.0"/>
+ <point x="2380.0" y="32.0"/>
+ <point x="2384.0" y="236.0" type="curve"/>
+ <point x="2384.0" y="644.0"/>
+ <point x="2076.0" y="892.0"/>
+ <point x="1652.0" y="892.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="892.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1112.0" y="1488.0" type="line"/>
+ <point x="388.0" y="1488.0" type="line"/>
+ <point x="388.0" y="1268.0" type="line"/>
+ <point x="1112.0" y="1268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="424.0" y="1488.0" type="line"/>
+ <point x="148.0" y="1488.0" type="line"/>
+ <point x="148.0" y="0.0" type="line"/>
+ <point x="424.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1356.0" y="1488.0" type="line"/>
+ <point x="1084.0" y="1488.0" type="line"/>
+ <point x="1084.0" y="0.0" type="line"/>
+ <point x="1356.0" y="0.0" type="line"/>
</contour>
- <component base="pecyrillic" xOffset="-8"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2459, 'leftMargin': 147, 'rightMargin': 93}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/percent.glif b/src/Inter-UI-Regular.ufo/glyphs/percent.glif
index 139091daf..9c87a7f4e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/percent.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/percent.glif
@@ -1,92 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="percent" format="1">
- <advance width="2288"/>
+<glyph name="percent" format="2">
+ <advance width="2288.0"/>
<unicode hex="0025"/>
<outline>
<contour>
- <point x="1256" y="384" type="line" smooth="yes"/>
- <point x="1256" y="160"/>
- <point x="1396" y="-28"/>
- <point x="1656" y="-28" type="curve" smooth="yes"/>
- <point x="1912" y="-28"/>
- <point x="2052" y="160"/>
- <point x="2052" y="384" type="curve" smooth="yes"/>
- <point x="2052" y="492" type="line" smooth="yes"/>
- <point x="2052" y="716"/>
- <point x="1916" y="904"/>
- <point x="1656" y="904" type="curve" smooth="yes"/>
- <point x="1400" y="904"/>
- <point x="1256" y="716"/>
- <point x="1256" y="492" type="curve" smooth="yes"/>
+ <point x="1256.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1256.0" y="160.0"/>
+ <point x="1396.0" y="-28.0"/>
+ <point x="1656.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1912.0" y="-28.0"/>
+ <point x="2052.0" y="160.0"/>
+ <point x="2052.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="2052.0" y="492.0" type="line" smooth="yes"/>
+ <point x="2052.0" y="716.0"/>
+ <point x="1916.0" y="904.0"/>
+ <point x="1656.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="904.0"/>
+ <point x="1256.0" y="716.0"/>
+ <point x="1256.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1460" y="492" type="line" smooth="yes"/>
- <point x="1460" y="616"/>
- <point x="1516" y="732"/>
- <point x="1656" y="732" type="curve" smooth="yes"/>
- <point x="1800" y="732"/>
- <point x="1848" y="616"/>
- <point x="1848" y="492" type="curve" smooth="yes"/>
- <point x="1848" y="384" type="line" smooth="yes"/>
- <point x="1848" y="260"/>
- <point x="1796" y="144"/>
- <point x="1656" y="144" type="curve" smooth="yes"/>
- <point x="1512" y="144"/>
- <point x="1460" y="260"/>
- <point x="1460" y="384" type="curve" smooth="yes"/>
+ <point x="1460.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1460.0" y="616.0"/>
+ <point x="1516.0" y="732.0"/>
+ <point x="1656.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="1800.0" y="732.0"/>
+ <point x="1848.0" y="616.0"/>
+ <point x="1848.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1848.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1848.0" y="260.0"/>
+ <point x="1796.0" y="144.0"/>
+ <point x="1656.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="144.0"/>
+ <point x="1460.0" y="260.0"/>
+ <point x="1460.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1952" y="2048" type="line"/>
- <point x="1720" y="2048" type="line"/>
- <point x="312" y="0" type="line"/>
- <point x="544" y="0" type="line"/>
+ <point x="1952.0" y="2048.0" type="line"/>
+ <point x="1720.0" y="2048.0" type="line"/>
+ <point x="312.0" y="0.0" type="line"/>
+ <point x="544.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="236" y="1556" type="line" smooth="yes"/>
- <point x="236" y="1332"/>
- <point x="376" y="1144"/>
- <point x="636" y="1144" type="curve" smooth="yes"/>
- <point x="892" y="1144"/>
- <point x="1032" y="1332"/>
- <point x="1032" y="1556" type="curve" smooth="yes"/>
- <point x="1032" y="1664" type="line" smooth="yes"/>
- <point x="1032" y="1888"/>
- <point x="896" y="2076"/>
- <point x="636" y="2076" type="curve" smooth="yes"/>
- <point x="380" y="2076"/>
- <point x="236" y="1888"/>
- <point x="236" y="1664" type="curve" smooth="yes"/>
+ <point x="236.0" y="1556.0" type="line" smooth="yes"/>
+ <point x="236.0" y="1332.0"/>
+ <point x="376.0" y="1144.0"/>
+ <point x="636.0" y="1144.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="1144.0"/>
+ <point x="1032.0" y="1332.0"/>
+ <point x="1032.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="1032.0" y="1888.0"/>
+ <point x="896.0" y="2076.0"/>
+ <point x="636.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="2076.0"/>
+ <point x="236.0" y="1888.0"/>
+ <point x="236.0" y="1664.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="440" y="1664" type="line" smooth="yes"/>
- <point x="440" y="1788"/>
- <point x="496" y="1904"/>
- <point x="636" y="1904" type="curve" smooth="yes"/>
- <point x="780" y="1904"/>
- <point x="828" y="1788"/>
- <point x="828" y="1664" type="curve" smooth="yes"/>
- <point x="828" y="1556" type="line" smooth="yes"/>
- <point x="828" y="1432"/>
- <point x="776" y="1316"/>
- <point x="636" y="1316" type="curve" smooth="yes"/>
- <point x="492" y="1316"/>
- <point x="440" y="1432"/>
- <point x="440" y="1556" type="curve" smooth="yes"/>
+ <point x="440.0" y="1664.0" type="line" smooth="yes"/>
+ <point x="440.0" y="1788.0"/>
+ <point x="496.0" y="1904.0"/>
+ <point x="636.0" y="1904.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="1904.0"/>
+ <point x="828.0" y="1788.0"/>
+ <point x="828.0" y="1664.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="1556.0" type="line" smooth="yes"/>
+ <point x="828.0" y="1432.0"/>
+ <point x="776.0" y="1316.0"/>
+ <point x="636.0" y="1316.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1316.0"/>
+ <point x="440.0" y="1432.0"/>
+ <point x="440.0" y="1556.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/period.glif b/src/Inter-UI-Regular.ufo/glyphs/period.glif
index 44133dc47..e2646100f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/period.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/period.glif
@@ -1,36 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="period" format="1">
- <advance width="776"/>
+<glyph name="period" format="2">
+ <advance width="776.0"/>
<unicode hex="002E"/>
<outline>
<contour>
- <point x="388" y="-16" type="curve" smooth="yes"/>
- <point x="488" y="-16"/>
- <point x="568" y="64"/>
- <point x="568" y="164" type="curve" smooth="yes"/>
- <point x="568" y="260"/>
- <point x="488" y="340"/>
- <point x="388" y="340" type="curve" smooth="yes"/>
- <point x="292" y="340"/>
- <point x="208" y="264"/>
- <point x="208" y="164" type="curve" smooth="yes"/>
- <point x="208" y="64"/>
- <point x="288" y="-16"/>
+ <point x="388.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="-16.0"/>
+ <point x="568.0" y="64.0"/>
+ <point x="568.0" y="164.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="260.0"/>
+ <point x="488.0" y="340.0"/>
+ <point x="388.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="292.0" y="340.0"/>
+ <point x="208.0" y="264.0"/>
+ <point x="208.0" y="164.0" type="curve" smooth="yes"/>
+ <point x="208.0" y="64.0"/>
+ <point x="288.0" y="-16.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/period.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/period.tnum.glif
index 8f7365a34..358c48ee9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/period.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/period.tnum.glif
@@ -1,35 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="period.tnum" format="1">
- <advance width="776"/>
+<glyph name="period.tnum" format="2">
+ <advance width="776.0"/>
<outline>
<contour>
- <point x="388" y="-16" type="curve" smooth="yes"/>
- <point x="488" y="-16"/>
- <point x="568" y="64"/>
- <point x="568" y="164" type="curve" smooth="yes"/>
- <point x="568" y="260"/>
- <point x="488" y="340"/>
- <point x="388" y="340" type="curve" smooth="yes"/>
- <point x="292" y="340"/>
- <point x="208" y="264"/>
- <point x="208" y="164" type="curve" smooth="yes"/>
- <point x="208" y="64"/>
- <point x="288" y="-16"/>
+ <point x="388.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="-16.0"/>
+ <point x="568.0" y="64.0"/>
+ <point x="568.0" y="164.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="260.0"/>
+ <point x="488.0" y="340.0"/>
+ <point x="388.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="292.0" y="340.0"/>
+ <point x="208.0" y="264.0"/>
+ <point x="208.0" y="164.0" type="curve" smooth="yes"/>
+ <point x="208.0" y="64.0"/>
+ <point x="288.0" y="-16.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/periodcentered.glif b/src/Inter-UI-Regular.ufo/glyphs/periodcentered.glif
index 96d34e053..3e2f8521a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/periodcentered.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/periodcentered.glif
@@ -1,23 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="periodcentered" format="1">
- <advance width="784"/>
+<glyph name="periodcentered" format="2">
+ <advance width="784.0"/>
<unicode hex="00B7"/>
<outline>
- <component base="period" yOffset="892"/>
+ <component base="period" yOffset="892.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/perispomenigreekcmb.glif b/src/Inter-UI-Regular.ufo/glyphs/perispomenigreekcmb.glif
index b98ee8369..595e0fefc 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/perispomenigreekcmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/perispomenigreekcmb.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="perispomenigreekcmb" format="1">
- <advance width="0"/>
+<glyph name="perispomenigreekcmb" format="2">
<unicode hex="0342"/>
+ <anchor x="-788.0" y="1774.0" name="_marktop"/>
+ <anchor x="-788.0" y="2173.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-788" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-788" y="2173" type="move" name="mkmktop"/>
- </contour>
- <component base="tilde" xOffset="-1475"/>
+ <component base="tilde" xOffset="-1475.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pertenthousand.glif b/src/Inter-UI-Regular.ufo/glyphs/pertenthousand.glif
index a4eb6515d..b2fb8dbe4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/pertenthousand.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/pertenthousand.glif
@@ -1,153 +1,149 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pertenthousand" format="1">
- <advance width="3312"/>
+<glyph name="pertenthousand" format="2">
+ <advance width="3312.0"/>
<unicode hex="2031"/>
<outline>
<contour>
- <point x="124" y="1512" type="line"/>
- <point x="124" y="1288"/>
- <point x="280" y="1100"/>
- <point x="540" y="1100" type="curve" smooth="yes"/>
- <point x="800" y="1100"/>
- <point x="952" y="1288"/>
- <point x="952" y="1512" type="curve" smooth="yes"/>
- <point x="952" y="1616" type="line" smooth="yes"/>
- <point x="952" y="1844"/>
- <point x="800" y="2032"/>
- <point x="536" y="2032" type="curve" smooth="yes"/>
- <point x="280" y="2032"/>
- <point x="124" y="1844"/>
- <point x="124" y="1616" type="curve" smooth="yes"/>
+ <point x="124.0" y="1512.0" type="line"/>
+ <point x="124.0" y="1288.0"/>
+ <point x="280.0" y="1100.0"/>
+ <point x="540.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="1100.0"/>
+ <point x="952.0" y="1288.0"/>
+ <point x="952.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="952.0" y="1844.0"/>
+ <point x="800.0" y="2032.0"/>
+ <point x="536.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="280.0" y="2032.0"/>
+ <point x="124.0" y="1844.0"/>
+ <point x="124.0" y="1616.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="328" y="1616" type="line"/>
- <point x="328" y="1744"/>
- <point x="396" y="1860"/>
- <point x="536" y="1860" type="curve" smooth="yes"/>
- <point x="680" y="1860"/>
- <point x="748" y="1744"/>
- <point x="748" y="1616" type="curve" smooth="yes"/>
- <point x="748" y="1512" type="line" smooth="yes"/>
- <point x="748" y="1388"/>
- <point x="680" y="1272"/>
- <point x="540" y="1272" type="curve" smooth="yes"/>
- <point x="396" y="1272"/>
- <point x="328" y="1388"/>
- <point x="328" y="1512" type="curve" smooth="yes"/>
+ <point x="328.0" y="1616.0" type="line"/>
+ <point x="328.0" y="1744.0"/>
+ <point x="396.0" y="1860.0"/>
+ <point x="536.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="680.0" y="1860.0"/>
+ <point x="748.0" y="1744.0"/>
+ <point x="748.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1512.0" type="line" smooth="yes"/>
+ <point x="748.0" y="1388.0"/>
+ <point x="680.0" y="1272.0"/>
+ <point x="540.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="1272.0"/>
+ <point x="328.0" y="1388.0"/>
+ <point x="328.0" y="1512.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1108" y="384" type="line"/>
- <point x="1108" y="160"/>
- <point x="1264" y="-28"/>
- <point x="1524" y="-28" type="curve" smooth="yes"/>
- <point x="1764" y="-28"/>
- <point x="1908" y="160"/>
- <point x="1908" y="384" type="curve" smooth="yes"/>
- <point x="1908" y="492" type="line" smooth="yes"/>
- <point x="1908" y="716"/>
- <point x="1764" y="904"/>
- <point x="1524" y="904" type="curve" smooth="yes"/>
- <point x="1264" y="904"/>
- <point x="1108" y="716"/>
- <point x="1108" y="492" type="curve" smooth="yes"/>
+ <point x="1108.0" y="384.0" type="line"/>
+ <point x="1108.0" y="160.0"/>
+ <point x="1264.0" y="-28.0"/>
+ <point x="1524.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1764.0" y="-28.0"/>
+ <point x="1908.0" y="160.0"/>
+ <point x="1908.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="1908.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1908.0" y="716.0"/>
+ <point x="1764.0" y="904.0"/>
+ <point x="1524.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1264.0" y="904.0"/>
+ <point x="1108.0" y="716.0"/>
+ <point x="1108.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1312" y="492" type="line"/>
- <point x="1312" y="616"/>
- <point x="1380" y="732"/>
- <point x="1524" y="732" type="curve" smooth="yes"/>
- <point x="1664" y="732"/>
- <point x="1736" y="616"/>
- <point x="1736" y="492" type="curve" smooth="yes"/>
- <point x="1736" y="384" type="line" smooth="yes"/>
- <point x="1736" y="260"/>
- <point x="1668" y="144"/>
- <point x="1524" y="144" type="curve" smooth="yes"/>
- <point x="1380" y="144"/>
- <point x="1312" y="260"/>
- <point x="1312" y="384" type="curve" smooth="yes"/>
+ <point x="1312.0" y="492.0" type="line"/>
+ <point x="1312.0" y="616.0"/>
+ <point x="1380.0" y="732.0"/>
+ <point x="1524.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="732.0"/>
+ <point x="1736.0" y="616.0"/>
+ <point x="1736.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1736.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1736.0" y="260.0"/>
+ <point x="1668.0" y="144.0"/>
+ <point x="1524.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="144.0"/>
+ <point x="1312.0" y="260.0"/>
+ <point x="1312.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1764" y="384" type="line"/>
- <point x="1764" y="160"/>
- <point x="1908" y="-28"/>
- <point x="2152" y="-28" type="curve" smooth="yes"/>
- <point x="2408" y="-28"/>
- <point x="2536" y="160"/>
- <point x="2536" y="384" type="curve" smooth="yes"/>
- <point x="2536" y="492" type="line" smooth="yes"/>
- <point x="2536" y="716"/>
- <point x="2408" y="904"/>
- <point x="2148" y="904" type="curve" smooth="yes"/>
- <point x="1908" y="904"/>
- <point x="1764" y="716"/>
- <point x="1764" y="492" type="curve" smooth="yes"/>
+ <point x="1764.0" y="384.0" type="line"/>
+ <point x="1764.0" y="160.0"/>
+ <point x="1908.0" y="-28.0"/>
+ <point x="2152.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2408.0" y="-28.0"/>
+ <point x="2536.0" y="160.0"/>
+ <point x="2536.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="2536.0" y="492.0" type="line" smooth="yes"/>
+ <point x="2536.0" y="716.0"/>
+ <point x="2408.0" y="904.0"/>
+ <point x="2148.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1908.0" y="904.0"/>
+ <point x="1764.0" y="716.0"/>
+ <point x="1764.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1940" y="492" type="line"/>
- <point x="1940" y="616"/>
- <point x="2008" y="732"/>
- <point x="2148" y="732" type="curve" smooth="yes"/>
- <point x="2292" y="732"/>
- <point x="2360" y="616"/>
- <point x="2360" y="492" type="curve" smooth="yes"/>
- <point x="2360" y="384" type="line" smooth="yes"/>
- <point x="2360" y="260"/>
- <point x="2292" y="144"/>
- <point x="2152" y="144" type="curve" smooth="yes"/>
- <point x="2008" y="144"/>
- <point x="1940" y="260"/>
- <point x="1940" y="384" type="curve" smooth="yes"/>
+ <point x="1940.0" y="492.0" type="line"/>
+ <point x="1940.0" y="616.0"/>
+ <point x="2008.0" y="732.0"/>
+ <point x="2148.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="2292.0" y="732.0"/>
+ <point x="2360.0" y="616.0"/>
+ <point x="2360.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="2360.0" y="384.0" type="line" smooth="yes"/>
+ <point x="2360.0" y="260.0"/>
+ <point x="2292.0" y="144.0"/>
+ <point x="2152.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="2008.0" y="144.0"/>
+ <point x="1940.0" y="260.0"/>
+ <point x="1940.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2388" y="384" type="line"/>
- <point x="2388" y="160"/>
- <point x="2532" y="-28"/>
- <point x="2776" y="-28" type="curve" smooth="yes"/>
- <point x="3036" y="-28"/>
- <point x="3188" y="160"/>
- <point x="3188" y="384" type="curve" smooth="yes"/>
- <point x="3188" y="492" type="line" smooth="yes"/>
- <point x="3188" y="716"/>
- <point x="3036" y="904"/>
- <point x="2776" y="904" type="curve" smooth="yes"/>
- <point x="2532" y="904"/>
- <point x="2388" y="716"/>
- <point x="2388" y="492" type="curve" smooth="yes"/>
+ <point x="2388.0" y="384.0" type="line"/>
+ <point x="2388.0" y="160.0"/>
+ <point x="2532.0" y="-28.0"/>
+ <point x="2776.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="3036.0" y="-28.0"/>
+ <point x="3188.0" y="160.0"/>
+ <point x="3188.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="3188.0" y="492.0" type="line" smooth="yes"/>
+ <point x="3188.0" y="716.0"/>
+ <point x="3036.0" y="904.0"/>
+ <point x="2776.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="2532.0" y="904.0"/>
+ <point x="2388.0" y="716.0"/>
+ <point x="2388.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2564" y="492" type="line"/>
- <point x="2564" y="616"/>
- <point x="2632" y="732"/>
- <point x="2776" y="732" type="curve" smooth="yes"/>
- <point x="2916" y="732"/>
- <point x="2984" y="616"/>
- <point x="2984" y="492" type="curve" smooth="yes"/>
- <point x="2984" y="384" type="line" smooth="yes"/>
- <point x="2984" y="260"/>
- <point x="2916" y="144"/>
- <point x="2776" y="144" type="curve" smooth="yes"/>
- <point x="2632" y="144"/>
- <point x="2564" y="260"/>
- <point x="2564" y="384" type="curve" smooth="yes"/>
+ <point x="2564.0" y="492.0" type="line"/>
+ <point x="2564.0" y="616.0"/>
+ <point x="2632.0" y="732.0"/>
+ <point x="2776.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="2916.0" y="732.0"/>
+ <point x="2984.0" y="616.0"/>
+ <point x="2984.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="2984.0" y="384.0" type="line" smooth="yes"/>
+ <point x="2984.0" y="260.0"/>
+ <point x="2916.0" y="144.0"/>
+ <point x="2776.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="2632.0" y="144.0"/>
+ <point x="2564.0" y="260.0"/>
+ <point x="2564.0" y="384.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1676.0" y="1716.0" type="line"/>
+ <point x="1524.0" y="1812.0" type="line"/>
+ <point x="548.0" y="244.0" type="line"/>
+ <point x="700.0" y="152.0" type="line"/>
</contour>
- <component base="fraction" xOffset="352"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3240, 'leftMargin': 87, 'rightMargin': 87}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/perthousand.glif b/src/Inter-UI-Regular.ufo/glyphs/perthousand.glif
index 773fbdedc..2b3d5d3d2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/perthousand.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/perthousand.glif
@@ -1,126 +1,117 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="perthousand" format="1">
- <advance width="2800"/>
+<glyph name="perthousand" format="2">
+ <advance width="2800.0"/>
<unicode hex="2030"/>
<outline>
<contour>
- <point x="156" y="1512" type="line"/>
- <point x="156" y="1288"/>
- <point x="312" y="1100"/>
- <point x="572" y="1100" type="curve" smooth="yes"/>
- <point x="828" y="1100"/>
- <point x="984" y="1288"/>
- <point x="984" y="1512" type="curve" smooth="yes"/>
- <point x="984" y="1616" type="line" smooth="yes"/>
- <point x="984" y="1844"/>
- <point x="828" y="2032"/>
- <point x="568" y="2032" type="curve" smooth="yes"/>
- <point x="312" y="2032"/>
- <point x="156" y="1844"/>
- <point x="156" y="1616" type="curve" smooth="yes"/>
+ <point x="156.0" y="1512.0" type="line"/>
+ <point x="156.0" y="1288.0"/>
+ <point x="312.0" y="1100.0"/>
+ <point x="572.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="828.0" y="1100.0"/>
+ <point x="984.0" y="1288.0"/>
+ <point x="984.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="984.0" y="1844.0"/>
+ <point x="828.0" y="2032.0"/>
+ <point x="568.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="2032.0"/>
+ <point x="156.0" y="1844.0"/>
+ <point x="156.0" y="1616.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="356" y="1616" type="line"/>
- <point x="356" y="1744"/>
- <point x="428" y="1860"/>
- <point x="568" y="1860" type="curve" smooth="yes"/>
- <point x="712" y="1860"/>
- <point x="780" y="1744"/>
- <point x="780" y="1616" type="curve" smooth="yes"/>
- <point x="780" y="1512" type="line" smooth="yes"/>
- <point x="780" y="1388"/>
- <point x="712" y="1272"/>
- <point x="572" y="1272" type="curve" smooth="yes"/>
- <point x="428" y="1272"/>
- <point x="356" y="1388"/>
- <point x="356" y="1512" type="curve" smooth="yes"/>
+ <point x="356.0" y="1616.0" type="line"/>
+ <point x="356.0" y="1744.0"/>
+ <point x="428.0" y="1860.0"/>
+ <point x="568.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="712.0" y="1860.0"/>
+ <point x="780.0" y="1744.0"/>
+ <point x="780.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="1512.0" type="line" smooth="yes"/>
+ <point x="780.0" y="1388.0"/>
+ <point x="712.0" y="1272.0"/>
+ <point x="572.0" y="1272.0" type="curve" smooth="yes"/>
+ <point x="428.0" y="1272.0"/>
+ <point x="356.0" y="1388.0"/>
+ <point x="356.0" y="1512.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1192" y="384" type="line"/>
- <point x="1192" y="160"/>
- <point x="1348" y="-28"/>
- <point x="1608" y="-28" type="curve" smooth="yes"/>
- <point x="1848" y="-28"/>
- <point x="1992" y="160"/>
- <point x="1992" y="384" type="curve" smooth="yes"/>
- <point x="1992" y="492" type="line" smooth="yes"/>
- <point x="1992" y="716"/>
- <point x="1848" y="904"/>
- <point x="1608" y="904" type="curve" smooth="yes"/>
- <point x="1348" y="904"/>
- <point x="1192" y="716"/>
- <point x="1192" y="492" type="curve" smooth="yes"/>
+ <point x="1192.0" y="384.0" type="line"/>
+ <point x="1192.0" y="160.0"/>
+ <point x="1348.0" y="-28.0"/>
+ <point x="1608.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1848.0" y="-28.0"/>
+ <point x="1992.0" y="160.0"/>
+ <point x="1992.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="1992.0" y="492.0" type="line" smooth="yes"/>
+ <point x="1992.0" y="716.0"/>
+ <point x="1848.0" y="904.0"/>
+ <point x="1608.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="904.0"/>
+ <point x="1192.0" y="716.0"/>
+ <point x="1192.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1396" y="492" type="line"/>
- <point x="1396" y="616"/>
- <point x="1464" y="732"/>
- <point x="1608" y="732" type="curve" smooth="yes"/>
- <point x="1748" y="732"/>
- <point x="1816" y="616"/>
- <point x="1816" y="492" type="curve" smooth="yes"/>
- <point x="1816" y="384" type="line" smooth="yes"/>
- <point x="1816" y="260"/>
- <point x="1752" y="144"/>
- <point x="1608" y="144" type="curve" smooth="yes"/>
- <point x="1464" y="144"/>
- <point x="1396" y="260"/>
- <point x="1396" y="384" type="curve" smooth="yes"/>
+ <point x="1396.0" y="492.0" type="line"/>
+ <point x="1396.0" y="616.0"/>
+ <point x="1464.0" y="732.0"/>
+ <point x="1608.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="1748.0" y="732.0"/>
+ <point x="1816.0" y="616.0"/>
+ <point x="1816.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="1816.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1816.0" y="260.0"/>
+ <point x="1752.0" y="144.0"/>
+ <point x="1608.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="144.0"/>
+ <point x="1396.0" y="260.0"/>
+ <point x="1396.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1844" y="384" type="line"/>
- <point x="1844" y="160"/>
- <point x="1992" y="-28"/>
- <point x="2236" y="-28" type="curve" smooth="yes"/>
- <point x="2492" y="-28"/>
- <point x="2648" y="160"/>
- <point x="2648" y="384" type="curve" smooth="yes"/>
- <point x="2648" y="492" type="line" smooth="yes"/>
- <point x="2648" y="716"/>
- <point x="2492" y="904"/>
- <point x="2232" y="904" type="curve" smooth="yes"/>
- <point x="1992" y="904"/>
- <point x="1844" y="716"/>
- <point x="1844" y="492" type="curve" smooth="yes"/>
+ <point x="1844.0" y="384.0" type="line"/>
+ <point x="1844.0" y="160.0"/>
+ <point x="1992.0" y="-28.0"/>
+ <point x="2236.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2492.0" y="-28.0"/>
+ <point x="2648.0" y="160.0"/>
+ <point x="2648.0" y="384.0" type="curve" smooth="yes"/>
+ <point x="2648.0" y="492.0" type="line" smooth="yes"/>
+ <point x="2648.0" y="716.0"/>
+ <point x="2492.0" y="904.0"/>
+ <point x="2232.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1992.0" y="904.0"/>
+ <point x="1844.0" y="716.0"/>
+ <point x="1844.0" y="492.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2020" y="492" type="line"/>
- <point x="2020" y="616"/>
- <point x="2092" y="732"/>
- <point x="2232" y="732" type="curve" smooth="yes"/>
- <point x="2376" y="732"/>
- <point x="2444" y="616"/>
- <point x="2444" y="492" type="curve" smooth="yes"/>
- <point x="2444" y="384" type="line" smooth="yes"/>
- <point x="2444" y="260"/>
- <point x="2376" y="144"/>
- <point x="2236" y="144" type="curve" smooth="yes"/>
- <point x="2092" y="144"/>
- <point x="2020" y="260"/>
- <point x="2020" y="384" type="curve" smooth="yes"/>
+ <point x="2020.0" y="492.0" type="line"/>
+ <point x="2020.0" y="616.0"/>
+ <point x="2092.0" y="732.0"/>
+ <point x="2232.0" y="732.0" type="curve" smooth="yes"/>
+ <point x="2376.0" y="732.0"/>
+ <point x="2444.0" y="616.0"/>
+ <point x="2444.0" y="492.0" type="curve" smooth="yes"/>
+ <point x="2444.0" y="384.0" type="line" smooth="yes"/>
+ <point x="2444.0" y="260.0"/>
+ <point x="2376.0" y="144.0"/>
+ <point x="2236.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="2092.0" y="144.0"/>
+ <point x="2020.0" y="260.0"/>
+ <point x="2020.0" y="384.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1636" y="1716" type="line"/>
- <point x="1484" y="1812" type="line"/>
- <point x="508" y="244" type="line"/>
- <point x="660" y="152" type="line"/>
+ <point x="1636.0" y="1716.0" type="line"/>
+ <point x="1484.0" y="1812.0" type="line"/>
+ <point x="508.0" y="244.0" type="line"/>
+ <point x="660.0" y="152.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2687, 'leftMargin': 87, 'rightMargin': 107}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/peseta.glif b/src/Inter-UI-Regular.ufo/glyphs/peseta.glif
index cae33d4bb..987960e42 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/peseta.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/peseta.glif
@@ -1,89 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="peseta" format="1">
- <advance width="3144"/>
+<glyph name="peseta" format="2">
+ <advance width="3144.0"/>
<unicode hex="20A7"/>
<outline>
<contour>
- <point x="752" y="816" type="line"/>
- <point x="1208" y="816"/>
- <point x="1388" y="1076"/>
- <point x="1388" y="1432" type="curve"/>
- <point x="1388" y="1784"/>
- <point x="1208" y="2048"/>
- <point x="752" y="2048" type="curve"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- <point x="496" y="1828" type="line"/>
- <point x="752" y="1828" type="line"/>
- <point x="1060" y="1828"/>
- <point x="1136" y="1628"/>
- <point x="1136" y="1428" type="curve"/>
- <point x="1136" y="1228"/>
- <point x="1060" y="1036"/>
- <point x="752" y="1036" type="curve"/>
- <point x="440" y="1036" type="line"/>
- <point x="440" y="816" type="line"/>
+ <point x="752.0" y="816.0" type="line"/>
+ <point x="1208.0" y="816.0"/>
+ <point x="1388.0" y="1076.0"/>
+ <point x="1388.0" y="1432.0" type="curve"/>
+ <point x="1388.0" y="1784.0"/>
+ <point x="1208.0" y="2048.0"/>
+ <point x="752.0" y="2048.0" type="curve"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1828.0" type="line"/>
+ <point x="752.0" y="1828.0" type="line"/>
+ <point x="1060.0" y="1828.0"/>
+ <point x="1136.0" y="1628.0"/>
+ <point x="1136.0" y="1428.0" type="curve"/>
+ <point x="1136.0" y="1228.0"/>
+ <point x="1060.0" y="1036.0"/>
+ <point x="752.0" y="1036.0" type="curve"/>
+ <point x="440.0" y="1036.0" type="line"/>
+ <point x="440.0" y="816.0" type="line"/>
</contour>
<contour>
- <point x="2992" y="1192" type="line"/>
- <point x="2924" y="1416"/>
- <point x="2776" y="1556"/>
- <point x="2552" y="1556" type="curve" smooth="yes"/>
- <point x="2288" y="1556"/>
- <point x="2084" y="1368"/>
- <point x="2084" y="1112" type="curve" smooth="yes"/>
- <point x="2084" y="928"/>
- <point x="2196" y="752"/>
- <point x="2420" y="684" type="curve" smooth="yes"/>
- <point x="2632" y="620" type="line" smooth="yes"/>
- <point x="2756" y="584"/>
- <point x="2780" y="516"/>
- <point x="2780" y="416" type="curve" smooth="yes"/>
- <point x="2780" y="288"/>
- <point x="2700" y="192"/>
- <point x="2524" y="192" type="curve" smooth="yes"/>
- <point x="2356" y="192"/>
- <point x="2284" y="296"/>
- <point x="2236" y="436" type="curve"/>
- <point x="2028" y="356" type="line"/>
- <point x="2088" y="164"/>
- <point x="2228" y="-32"/>
- <point x="2528" y="-32" type="curve" smooth="yes"/>
- <point x="2852" y="-32"/>
- <point x="3008" y="184"/>
- <point x="3008" y="424" type="curve" smooth="yes"/>
- <point x="3008" y="600"/>
- <point x="2912" y="764"/>
- <point x="2684" y="832" type="curve" smooth="yes"/>
- <point x="2496" y="888" type="line" smooth="yes"/>
- <point x="2352" y="932"/>
- <point x="2312" y="1020"/>
- <point x="2312" y="1124" type="curve" smooth="yes"/>
- <point x="2312" y="1244"/>
- <point x="2404" y="1328"/>
- <point x="2552" y="1328" type="curve" smooth="yes"/>
- <point x="2724" y="1328"/>
- <point x="2760" y="1200"/>
- <point x="2784" y="1132" type="curve"/>
+ <point x="2992.0" y="1192.0" type="line"/>
+ <point x="2924.0" y="1416.0"/>
+ <point x="2776.0" y="1556.0"/>
+ <point x="2552.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="2288.0" y="1556.0"/>
+ <point x="2084.0" y="1368.0"/>
+ <point x="2084.0" y="1112.0" type="curve" smooth="yes"/>
+ <point x="2084.0" y="928.0"/>
+ <point x="2196.0" y="752.0"/>
+ <point x="2420.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="2632.0" y="620.0" type="line" smooth="yes"/>
+ <point x="2756.0" y="584.0"/>
+ <point x="2780.0" y="516.0"/>
+ <point x="2780.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="2780.0" y="288.0"/>
+ <point x="2700.0" y="192.0"/>
+ <point x="2524.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="2356.0" y="192.0"/>
+ <point x="2284.0" y="296.0"/>
+ <point x="2236.0" y="436.0" type="curve"/>
+ <point x="2028.0" y="356.0" type="line"/>
+ <point x="2088.0" y="164.0"/>
+ <point x="2228.0" y="-32.0"/>
+ <point x="2528.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="2852.0" y="-32.0"/>
+ <point x="3008.0" y="184.0"/>
+ <point x="3008.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="3008.0" y="600.0"/>
+ <point x="2912.0" y="764.0"/>
+ <point x="2684.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="2496.0" y="888.0" type="line" smooth="yes"/>
+ <point x="2352.0" y="932.0"/>
+ <point x="2312.0" y="1020.0"/>
+ <point x="2312.0" y="1124.0" type="curve" smooth="yes"/>
+ <point x="2312.0" y="1244.0"/>
+ <point x="2404.0" y="1328.0"/>
+ <point x="2552.0" y="1328.0" type="curve" smooth="yes"/>
+ <point x="2724.0" y="1328.0"/>
+ <point x="2760.0" y="1200.0"/>
+ <point x="2784.0" y="1132.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="2156.0" y="1536.0" type="line"/>
+ <point x="1360.0" y="1536.0" type="line"/>
+ <point x="1360.0" y="1316.0" type="line"/>
+ <point x="2156.0" y="1316.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1592.0" y="1864.0" type="line"/>
+ <point x="1592.0" y="376.0" type="line"/>
+ <point x="1592.0" y="108.0"/>
+ <point x="1808.0" y="-20.0"/>
+ <point x="2008.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="2096.0" y="-20.0"/>
+ <point x="2152.0" y="-4.0"/>
+ <point x="2184.0" y="8.0" type="curve"/>
+ <point x="2136.0" y="220.0" type="line"/>
+ <point x="2116.0" y="216.0"/>
+ <point x="2084.0" y="208.0"/>
+ <point x="2032.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="1928.0" y="208.0"/>
+ <point x="1828.0" y="240.0"/>
+ <point x="1828.0" y="440.0" type="curve"/>
+ <point x="1828.0" y="1864.0" type="line"/>
</contour>
- <component base="t" xOffset="1296"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2313, 'leftMargin': 224, 'rightMargin': 195}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/peso.glif b/src/Inter-UI-Regular.ufo/glyphs/peso.glif
index f55fa05d7..25134e42d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/peso.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/peso.glif
@@ -1,37 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="peso" format="1">
- <advance width="2040"/>
+<glyph name="peso" format="2">
+ <advance width="2040.0"/>
<unicode hex="20B1"/>
<outline>
<contour>
- <point x="1968" y="1668" type="line"/>
- <point x="140" y="1668" type="line"/>
- <point x="140" y="1448" type="line"/>
- <point x="1968" y="1448" type="line"/>
+ <point x="1968.0" y="1668.0" type="line"/>
+ <point x="140.0" y="1668.0" type="line"/>
+ <point x="140.0" y="1448.0" type="line"/>
+ <point x="1968.0" y="1448.0" type="line"/>
</contour>
<contour>
- <point x="1968" y="1340" type="line"/>
- <point x="140" y="1340" type="line"/>
- <point x="140" y="1120" type="line"/>
- <point x="1968" y="1120" type="line"/>
+ <point x="1968.0" y="1340.0" type="line"/>
+ <point x="140.0" y="1340.0" type="line"/>
+ <point x="140.0" y="1120.0" type="line"/>
+ <point x="1968.0" y="1120.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1080.0" y="740.0" type="line"/>
+ <point x="1556.0" y="740.0"/>
+ <point x="1764.0" y="1032.0"/>
+ <point x="1764.0" y="1400.0" type="curve"/>
+ <point x="1764.0" y="1768.0"/>
+ <point x="1556.0" y="2048.0"/>
+ <point x="1076.0" y="2048.0" type="curve"/>
+ <point x="392.0" y="2048.0" type="line"/>
+ <point x="392.0" y="0.0" type="line"/>
+ <point x="640.0" y="0.0" type="line"/>
+ <point x="640.0" y="1828.0" type="line"/>
+ <point x="1076.0" y="1828.0" type="line"/>
+ <point x="1408.0" y="1828.0"/>
+ <point x="1520.0" y="1652.0"/>
+ <point x="1520.0" y="1400.0" type="curve"/>
+ <point x="1520.0" y="1148.0"/>
+ <point x="1408.0" y="960.0"/>
+ <point x="1080.0" y="960.0" type="curve"/>
+ <point x="592.0" y="960.0" type="line"/>
+ <point x="592.0" y="740.0" type="line"/>
</contour>
- <component base="P" xOffset="144"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2089, 'leftMargin': 41, 'rightMargin': 42}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/phi.glif b/src/Inter-UI-Regular.ufo/glyphs/phi.glif
index 63ee000db..a30b4f057 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/phi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/phi.glif
@@ -1,53 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="phi" format="1">
- <advance width="2044"/>
+<glyph name="phi" format="2">
+ <advance width="2044.0"/>
<unicode hex="03C6"/>
<outline>
<contour>
- <point x="892" y="-640" type="line"/>
- <point x="1128" y="-640" type="line"/>
- <point x="1128" y="1248" type="line"/>
- <point x="1128" y="1300"/>
- <point x="1160" y="1344"/>
- <point x="1228" y="1344" type="curve"/>
- <point x="1500" y="1344"/>
- <point x="1664" y="1084"/>
- <point x="1672" y="780" type="curve"/>
- <point x="1672" y="488"/>
- <point x="1472" y="192"/>
- <point x="1008" y="192" type="curve" smooth="yes"/>
- <point x="560" y="192"/>
- <point x="372" y="496"/>
- <point x="372" y="812" type="curve"/>
- <point x="380" y="1056"/>
- <point x="464" y="1232"/>
- <point x="624" y="1376" type="curve"/>
- <point x="484" y="1556" type="line"/>
- <point x="252" y="1396"/>
- <point x="136" y="1128"/>
- <point x="136" y="812" type="curve" smooth="yes"/>
- <point x="136" y="356"/>
- <point x="368" y="-28"/>
- <point x="1008" y="-28" type="curve" smooth="yes"/>
- <point x="1664" y="-28"/>
- <point x="1908" y="356"/>
- <point x="1908" y="780" type="curve" smooth="yes"/>
- <point x="1908" y="1224"/>
- <point x="1604" y="1556"/>
- <point x="1228" y="1556" type="curve"/>
- <point x="1012" y="1556"/>
- <point x="892" y="1460"/>
- <point x="892" y="1240" type="curve"/>
+ <point x="892.0" y="-640.0" type="line"/>
+ <point x="1128.0" y="-640.0" type="line"/>
+ <point x="1128.0" y="1248.0" type="line"/>
+ <point x="1128.0" y="1300.0"/>
+ <point x="1160.0" y="1344.0"/>
+ <point x="1228.0" y="1344.0" type="curve"/>
+ <point x="1500.0" y="1344.0"/>
+ <point x="1664.0" y="1084.0"/>
+ <point x="1672.0" y="780.0" type="curve"/>
+ <point x="1672.0" y="488.0"/>
+ <point x="1472.0" y="192.0"/>
+ <point x="1008.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="192.0"/>
+ <point x="372.0" y="496.0"/>
+ <point x="372.0" y="812.0" type="curve"/>
+ <point x="380.0" y="1056.0"/>
+ <point x="464.0" y="1232.0"/>
+ <point x="624.0" y="1376.0" type="curve"/>
+ <point x="484.0" y="1556.0" type="line"/>
+ <point x="252.0" y="1396.0"/>
+ <point x="136.0" y="1128.0"/>
+ <point x="136.0" y="812.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="356.0"/>
+ <point x="368.0" y="-28.0"/>
+ <point x="1008.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="-28.0"/>
+ <point x="1908.0" y="356.0"/>
+ <point x="1908.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1908.0" y="1224.0"/>
+ <point x="1604.0" y="1556.0"/>
+ <point x="1228.0" y="1556.0" type="curve"/>
+ <point x="1012.0" y="1556.0"/>
+ <point x="892.0" y="1460.0"/>
+ <point x="892.0" y="1240.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1997, 'leftMargin': 113, 'rightMargin': 113}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/phi1.glif b/src/Inter-UI-Regular.ufo/glyphs/phi1.glif
index b91929252..da99c1454 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/phi1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/phi1.glif
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="phi1" format="1">
- <advance width="2032"/>
+<glyph name="phi1" format="2">
+ <advance width="2032.0"/>
<unicode hex="03D5"/>
<outline>
- <component base="efcyrillic" xOffset="-16"/>
+ <component base="efcyrillic" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2043, 'leftMargin': 136, 'rightMargin': 131}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/philatin.glif b/src/Inter-UI-Regular.ufo/glyphs/philatin.glif
index 3742e53c5..70a5c3e79 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/philatin.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/philatin.glif
@@ -1,64 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="philatin" format="1">
- <advance width="1776"/>
+<glyph name="philatin" format="2">
+ <advance width="1776.0"/>
<unicode hex="0278"/>
+ <anchor x="888.0" y="-616.0" name="bottom"/>
+ <anchor x="888.0" y="2200.0" name="top"/>
+ <anchor x="1696.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="208" y="728" type="line"/>
- <point x="208" y="300"/>
- <point x="468" y="-28"/>
- <point x="888" y="-28" type="curve" smooth="yes"/>
- <point x="1312" y="-28"/>
- <point x="1568" y="300"/>
- <point x="1568" y="728" type="curve" smooth="yes"/>
- <point x="1568" y="760" type="line" smooth="yes"/>
- <point x="1568" y="1188"/>
- <point x="1312" y="1516"/>
- <point x="888" y="1516" type="curve" smooth="yes"/>
- <point x="468" y="1516"/>
- <point x="208" y="1188"/>
- <point x="208" y="760" type="curve" smooth="yes"/>
+ <point x="208.0" y="728.0" type="line"/>
+ <point x="208.0" y="300.0"/>
+ <point x="468.0" y="-28.0"/>
+ <point x="888.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1312.0" y="-28.0"/>
+ <point x="1568.0" y="300.0"/>
+ <point x="1568.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1568.0" y="760.0" type="line" smooth="yes"/>
+ <point x="1568.0" y="1188.0"/>
+ <point x="1312.0" y="1516.0"/>
+ <point x="888.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1516.0"/>
+ <point x="208.0" y="1188.0"/>
+ <point x="208.0" y="760.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="484" y="760" type="line"/>
- <point x="484" y="1044"/>
- <point x="616" y="1296"/>
- <point x="888" y="1296" type="curve" smooth="yes"/>
- <point x="1160" y="1296"/>
- <point x="1292" y="1044"/>
- <point x="1292" y="760" type="curve" smooth="yes"/>
- <point x="1292" y="728" type="line" smooth="yes"/>
- <point x="1292" y="440"/>
- <point x="1160" y="192"/>
- <point x="888" y="192" type="curve" smooth="yes"/>
- <point x="616" y="192"/>
- <point x="484" y="440"/>
- <point x="484" y="728" type="curve" smooth="yes"/>
+ <point x="484.0" y="760.0" type="line"/>
+ <point x="484.0" y="1044.0"/>
+ <point x="616.0" y="1296.0"/>
+ <point x="888.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="1296.0"/>
+ <point x="1292.0" y="1044.0"/>
+ <point x="1292.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1292.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1292.0" y="440.0"/>
+ <point x="1160.0" y="192.0"/>
+ <point x="888.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="192.0"/>
+ <point x="484.0" y="440.0"/>
+ <point x="484.0" y="728.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="752" y="-572" type="line"/>
- <point x="1024" y="-572" type="line"/>
- <point x="1024" y="2112" type="line"/>
- <point x="752" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="888" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="888" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1696" y="2200" type="move" name="top0315"/>
+ <point x="752.0" y="-572.0" type="line"/>
+ <point x="1024.0" y="-572.0" type="line"/>
+ <point x="1024.0" y="2112.0" type="line"/>
+ <point x="752.0" y="2112.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1613, 'leftMargin': 127, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/phook.glif b/src/Inter-UI-Regular.ufo/glyphs/phook.glif
index a3ccd991c..23bffab70 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/phook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/phook.glif
@@ -1,36 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="phook" format="1">
- <advance width="1716"/>
+<glyph name="phook" format="2">
+ <advance width="1716.0"/>
<unicode hex="01A5"/>
<outline>
<contour>
- <point x="444" y="1288" type="line"/>
- <point x="444" y="1488" type="line" smooth="yes"/>
- <point x="444" y="1648"/>
- <point x="540" y="1696"/>
- <point x="668" y="1696" type="curve" smooth="yes"/>
- <point x="696" y="1696"/>
- <point x="724" y="1692"/>
- <point x="744" y="1688" type="curve"/>
- <point x="744" y="1888" type="line"/>
- <point x="708" y="1900"/>
- <point x="656" y="1900"/>
- <point x="608" y="1900" type="curve" smooth="yes"/>
- <point x="384" y="1900"/>
- <point x="216" y="1756"/>
- <point x="216" y="1528" type="curve" smooth="yes"/>
- <point x="216" y="1288" type="line"/>
+ <point x="444.0" y="1288.0" type="line"/>
+ <point x="444.0" y="1488.0" type="line" smooth="yes"/>
+ <point x="444.0" y="1648.0"/>
+ <point x="540.0" y="1696.0"/>
+ <point x="668.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="1696.0"/>
+ <point x="724.0" y="1692.0"/>
+ <point x="744.0" y="1688.0" type="curve"/>
+ <point x="744.0" y="1888.0" type="line"/>
+ <point x="708.0" y="1900.0"/>
+ <point x="656.0" y="1900.0"/>
+ <point x="608.0" y="1900.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="1900.0"/>
+ <point x="216.0" y="1756.0"/>
+ <point x="216.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1288.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="216.0" y="-576.0" type="line"/>
+ <point x="452.0" y="-576.0" type="line"/>
+ <point x="452.0" y="392.0" type="line"/>
+ <point x="384.0" y="728.0" type="line"/>
+ <point x="444.0" y="1148.0" type="line"/>
+ <point x="444.0" y="1244.0" type="line"/>
+ <point x="444.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="356.0" y="1292.0" type="line"/>
+ <point x="356.0" y="236.0" type="line"/>
+ <point x="472.0" y="236.0" type="line"/>
+ <point x="524.0" y="152.0"/>
+ <point x="624.0" y="-32.0"/>
+ <point x="920.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-32.0"/>
+ <point x="1572.0" y="276.0"/>
+ <point x="1572.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="1248.0"/>
+ <point x="1304.0" y="1556.0"/>
+ <point x="916.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1556.0"/>
+ <point x="524.0" y="1372.0"/>
+ <point x="472.0" y="1292.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1336.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="440.0"/>
+ <point x="1184.0" y="180.0"/>
+ <point x="888.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="180.0"/>
+ <point x="448.0" y="420.0"/>
+ <point x="448.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1112.0"/>
+ <point x="600.0" y="1344.0"/>
+ <point x="888.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1344.0"/>
+ <point x="1336.0" y="1092.0"/>
</contour>
- <component base="p"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 188, 'rightMargin': 126}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pi.glif b/src/Inter-UI-Regular.ufo/glyphs/pi.glif
index 133f90cd8..d908d77b5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/pi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/pi.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pi" format="1">
- <advance width="1776"/>
+<glyph name="pi" format="2">
+ <advance width="1776.0"/>
<unicode hex="03C0"/>
<outline>
<contour>
- <point x="1608" y="1536" type="line"/>
- <point x="100" y="1536" type="line"/>
- <point x="100" y="1316" type="line"/>
- <point x="1608" y="1316" type="line"/>
+ <point x="1608.0" y="1536.0" type="line"/>
+ <point x="100.0" y="1536.0" type="line"/>
+ <point x="100.0" y="1316.0" type="line"/>
+ <point x="1608.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="564" y="1536" type="line"/>
- <point x="328" y="1536" type="line"/>
- <point x="328" y="0" type="line"/>
- <point x="564" y="0" type="line"/>
+ <point x="564.0" y="1536.0" type="line"/>
+ <point x="328.0" y="1536.0" type="line"/>
+ <point x="328.0" y="0.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1152" y="1536" type="line"/>
- <point x="1152" y="380" type="line"/>
- <point x="1152" y="84"/>
- <point x="1288" y="-20"/>
- <point x="1476" y="-20" type="curve" smooth="yes"/>
- <point x="1572" y="-20"/>
- <point x="1640" y="0"/>
- <point x="1680" y="12" type="curve"/>
- <point x="1680" y="232" type="line"/>
- <point x="1656" y="224"/>
- <point x="1604" y="212"/>
- <point x="1560" y="212" type="curve" smooth="yes"/>
- <point x="1480" y="212"/>
- <point x="1388" y="236"/>
- <point x="1388" y="380" type="curve"/>
- <point x="1388" y="1536" type="line"/>
+ <point x="1152.0" y="1536.0" type="line"/>
+ <point x="1152.0" y="380.0" type="line"/>
+ <point x="1152.0" y="84.0"/>
+ <point x="1288.0" y="-20.0"/>
+ <point x="1476.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="-20.0"/>
+ <point x="1640.0" y="0.0"/>
+ <point x="1680.0" y="12.0" type="curve"/>
+ <point x="1680.0" y="232.0" type="line"/>
+ <point x="1656.0" y="224.0"/>
+ <point x="1604.0" y="212.0"/>
+ <point x="1560.0" y="212.0" type="curve" smooth="yes"/>
+ <point x="1480.0" y="212.0"/>
+ <point x="1388.0" y="236.0"/>
+ <point x="1388.0" y="380.0" type="curve"/>
+ <point x="1388.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1679, 'leftMargin': 54, 'rightMargin': 45}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pipe.glif b/src/Inter-UI-Regular.ufo/glyphs/pipe.glif
index 22adef4ff..acc3c9eb6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/pipe.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/pipe.glif
@@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pipe" format="1">
- <advance width="748"/>
+<glyph name="pipe" format="2">
+ <advance width="748.0"/>
<unicode hex="01C0"/>
<outline>
<contour>
- <point x="484" y="2048" type="line"/>
- <point x="264" y="2048" type="line"/>
- <point x="264" y="0" type="line"/>
- <point x="484" y="0" type="line"/>
+ <point x="484.0" y="2048.0" type="line"/>
+ <point x="264.0" y="2048.0" type="line"/>
+ <point x="264.0" y="0.0" type="line"/>
+ <point x="484.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 715.0, 'leftMargin': 248, 'rightMargin': 247.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pipedbl.glif b/src/Inter-UI-Regular.ufo/glyphs/pipedbl.glif
index e176dbcd9..227544042 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/pipedbl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/pipedbl.glif
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pipedbl" format="1">
- <advance width="1008"/>
+<glyph name="pipedbl" format="2">
+ <advance width="1008.0"/>
<unicode hex="01C1"/>
<outline>
- <component base="pipe" xOffset="-76"/>
- <component base="pipe" xOffset="296"/>
+ <component base="pipe" xOffset="-76.0"/>
+ <component base="pipe" xOffset="296.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1086, 'leftMargin': 276, 'rightMargin': 219}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pipedblbar.glif b/src/Inter-UI-Regular.ufo/glyphs/pipedblbar.glif
index e484ee0a8..3512b2982 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/pipedblbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/pipedblbar.glif
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pipedblbar" format="1">
- <advance width="1152"/>
+<glyph name="pipedblbar" format="2">
+ <advance width="1152.0"/>
<unicode hex="01C2"/>
<outline>
- <component base="pipe" xOffset="204"/>
- <component base="crossbar" xOffset="-60" yOffset="380"/>
- <component base="crossbar" xOffset="-60" yOffset="-308"/>
+ <component base="pipe" xOffset="204.0"/>
+ <component base="crossbar" xOffset="-60.0" yOffset="380.0"/>
+ <component base="crossbar" xOffset="-60.0" yOffset="-308.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 938, 'leftMargin': 27, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/pisymbolgreek.glif b/src/Inter-UI-Regular.ufo/glyphs/pisymbolgreek.glif
index ba111dc68..0dc65d09f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/pisymbolgreek.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/pisymbolgreek.glif
@@ -1,77 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="pisymbolgreek" format="1">
- <advance width="2288"/>
+<glyph name="pisymbolgreek" format="2">
+ <advance width="2288.0"/>
<unicode hex="03D6"/>
+ <anchor x="1136.0" y="1744.0" name="top"/>
+ <anchor x="2228.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="2164" y="1488" type="line"/>
- <point x="128" y="1488" type="line"/>
- <point x="128" y="1268" type="line"/>
- <point x="2164" y="1268" type="line"/>
+ <point x="2164.0" y="1488.0" type="line"/>
+ <point x="128.0" y="1488.0" type="line"/>
+ <point x="128.0" y="1268.0" type="line"/>
+ <point x="2164.0" y="1268.0" type="line"/>
</contour>
<contour>
- <point x="1592" y="1488" type="line"/>
- <point x="1704" y="1260"/>
- <point x="1784" y="1024"/>
- <point x="1792" y="780" type="curve"/>
- <point x="1792" y="456"/>
- <point x="1728" y="192"/>
- <point x="1560" y="192" type="curve" smooth="yes"/>
- <point x="1392" y="192"/>
- <point x="1268" y="316"/>
- <point x="1268" y="648" type="curve"/>
- <point x="1268" y="988" type="line"/>
- <point x="1076" y="988" type="line"/>
- <point x="1076" y="648" type="line"/>
- <point x="1076" y="216"/>
- <point x="1256" y="-28"/>
- <point x="1576" y="-28" type="curve" smooth="yes"/>
- <point x="1936" y="-28"/>
- <point x="2068" y="356"/>
- <point x="2068" y="780" type="curve"/>
- <point x="2068" y="1080"/>
- <point x="1980" y="1320"/>
- <point x="1880" y="1488" type="curve"/>
+ <point x="1592.0" y="1488.0" type="line"/>
+ <point x="1704.0" y="1260.0"/>
+ <point x="1784.0" y="1024.0"/>
+ <point x="1792.0" y="780.0" type="curve"/>
+ <point x="1792.0" y="456.0"/>
+ <point x="1728.0" y="192.0"/>
+ <point x="1560.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="192.0"/>
+ <point x="1268.0" y="316.0"/>
+ <point x="1268.0" y="648.0" type="curve"/>
+ <point x="1268.0" y="988.0" type="line"/>
+ <point x="1076.0" y="988.0" type="line"/>
+ <point x="1076.0" y="648.0" type="line"/>
+ <point x="1076.0" y="216.0"/>
+ <point x="1256.0" y="-28.0"/>
+ <point x="1576.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1936.0" y="-28.0"/>
+ <point x="2068.0" y="356.0"/>
+ <point x="2068.0" y="780.0" type="curve"/>
+ <point x="2068.0" y="1080.0"/>
+ <point x="1980.0" y="1320.0"/>
+ <point x="1880.0" y="1488.0" type="curve"/>
</contour>
<contour>
- <point x="380" y="1488" type="line"/>
- <point x="280" y="1320"/>
- <point x="192" y="1080"/>
- <point x="192" y="780" type="curve"/>
- <point x="192" y="356"/>
- <point x="324" y="-28"/>
- <point x="684" y="-28" type="curve" smooth="yes"/>
- <point x="1004" y="-28"/>
- <point x="1184" y="216"/>
- <point x="1184" y="648" type="curve"/>
- <point x="1184" y="988" type="line"/>
- <point x="992" y="988" type="line"/>
- <point x="992" y="648" type="line"/>
- <point x="992" y="316"/>
- <point x="868" y="192"/>
- <point x="700" y="192" type="curve" smooth="yes"/>
- <point x="532" y="192"/>
- <point x="468" y="460"/>
- <point x="468" y="780" type="curve"/>
- <point x="476" y="1024"/>
- <point x="556" y="1260"/>
- <point x="668" y="1488" type="curve"/>
- </contour>
- <contour>
- <point x="1136" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2228" y="1744" type="move" name="top0315"/>
+ <point x="380.0" y="1488.0" type="line"/>
+ <point x="280.0" y="1320.0"/>
+ <point x="192.0" y="1080.0"/>
+ <point x="192.0" y="780.0" type="curve"/>
+ <point x="192.0" y="356.0"/>
+ <point x="324.0" y="-28.0"/>
+ <point x="684.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1004.0" y="-28.0"/>
+ <point x="1184.0" y="216.0"/>
+ <point x="1184.0" y="648.0" type="curve"/>
+ <point x="1184.0" y="988.0" type="line"/>
+ <point x="992.0" y="988.0" type="line"/>
+ <point x="992.0" y="648.0" type="line"/>
+ <point x="992.0" y="316.0"/>
+ <point x="868.0" y="192.0"/>
+ <point x="700.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="192.0"/>
+ <point x="468.0" y="460.0"/>
+ <point x="468.0" y="780.0" type="curve"/>
+ <point x="476.0" y="1024.0"/>
+ <point x="556.0" y="1260.0"/>
+ <point x="668.0" y="1488.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2211.0, 'leftMargin': 109, 'rightMargin': 65.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.glif b/src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.glif
index ae81175e1..a600035ec 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.glif
@@ -1,133 +1,123 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="placeofinterestsign" format="1">
- <advance width="2544"/>
+<glyph name="placeofinterestsign" format="2">
+ <advance width="2544.0"/>
<unicode hex="2318"/>
<outline>
<contour>
- <point x="1880" y="2076" type="curve" smooth="yes"/>
- <point x="1636" y="2076"/>
- <point x="1436" y="1876"/>
- <point x="1436" y="1632" type="curve" smooth="yes"/>
- <point x="1436" y="1408" type="line"/>
- <point x="1108" y="1408" type="line"/>
- <point x="1108" y="1632" type="line" smooth="yes"/>
- <point x="1108" y="1876"/>
- <point x="908" y="2076"/>
- <point x="664" y="2076" type="curve" smooth="yes"/>
- <point x="420" y="2076"/>
- <point x="220" y="1876"/>
- <point x="220" y="1632" type="curve"/>
- <point x="220" y="1388"/>
- <point x="420" y="1188"/>
- <point x="664" y="1188" type="curve" smooth="yes"/>
- <point x="888" y="1188" type="line"/>
- <point x="888" y="860" type="line"/>
- <point x="664" y="860" type="line" smooth="yes"/>
- <point x="420" y="860"/>
- <point x="220" y="660"/>
- <point x="220" y="416" type="curve" smooth="yes"/>
- <point x="220" y="172"/>
- <point x="420" y="-28"/>
- <point x="664" y="-28" type="curve" smooth="yes"/>
- <point x="908" y="-28"/>
- <point x="1108" y="172"/>
- <point x="1108" y="416" type="curve" smooth="yes"/>
- <point x="1108" y="640" type="line"/>
- <point x="1436" y="640" type="line"/>
- <point x="1436" y="416" type="line" smooth="yes"/>
- <point x="1436" y="172"/>
- <point x="1636" y="-28"/>
- <point x="1880" y="-28" type="curve" smooth="yes"/>
- <point x="2124" y="-28"/>
- <point x="2324" y="172"/>
- <point x="2324" y="416" type="curve" smooth="yes"/>
- <point x="2324" y="660"/>
- <point x="2124" y="860"/>
- <point x="1880" y="860" type="curve" smooth="yes"/>
- <point x="1656" y="860" type="line"/>
- <point x="1656" y="1188" type="line"/>
- <point x="1880" y="1188" type="line" smooth="yes"/>
- <point x="2124" y="1188"/>
- <point x="2324" y="1388"/>
- <point x="2324" y="1632" type="curve" smooth="yes"/>
- <point x="2324" y="1876"/>
- <point x="2124" y="2076"/>
+ <point x="1880.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="1636.0" y="2076.0"/>
+ <point x="1436.0" y="1876.0"/>
+ <point x="1436.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="1436.0" y="1408.0" type="line"/>
+ <point x="1108.0" y="1408.0" type="line"/>
+ <point x="1108.0" y="1632.0" type="line" smooth="yes"/>
+ <point x="1108.0" y="1876.0"/>
+ <point x="908.0" y="2076.0"/>
+ <point x="664.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="2076.0"/>
+ <point x="220.0" y="1876.0"/>
+ <point x="220.0" y="1632.0" type="curve"/>
+ <point x="220.0" y="1388.0"/>
+ <point x="420.0" y="1188.0"/>
+ <point x="664.0" y="1188.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="1188.0" type="line"/>
+ <point x="888.0" y="860.0" type="line"/>
+ <point x="664.0" y="860.0" type="line" smooth="yes"/>
+ <point x="420.0" y="860.0"/>
+ <point x="220.0" y="660.0"/>
+ <point x="220.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="220.0" y="172.0"/>
+ <point x="420.0" y="-28.0"/>
+ <point x="664.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="-28.0"/>
+ <point x="1108.0" y="172.0"/>
+ <point x="1108.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="640.0" type="line"/>
+ <point x="1436.0" y="640.0" type="line"/>
+ <point x="1436.0" y="416.0" type="line" smooth="yes"/>
+ <point x="1436.0" y="172.0"/>
+ <point x="1636.0" y="-28.0"/>
+ <point x="1880.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2124.0" y="-28.0"/>
+ <point x="2324.0" y="172.0"/>
+ <point x="2324.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="2324.0" y="660.0"/>
+ <point x="2124.0" y="860.0"/>
+ <point x="1880.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="1656.0" y="860.0" type="line"/>
+ <point x="1656.0" y="1188.0" type="line"/>
+ <point x="1880.0" y="1188.0" type="line" smooth="yes"/>
+ <point x="2124.0" y="1188.0"/>
+ <point x="2324.0" y="1388.0"/>
+ <point x="2324.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="2324.0" y="1876.0"/>
+ <point x="2124.0" y="2076.0"/>
</contour>
<contour>
- <point x="888" y="1408" type="line"/>
- <point x="664" y="1408" type="line" smooth="yes"/>
- <point x="540" y="1408"/>
- <point x="440" y="1508"/>
- <point x="440" y="1632" type="curve" smooth="yes"/>
- <point x="440" y="1756"/>
- <point x="540" y="1856"/>
- <point x="664" y="1856" type="curve" smooth="yes"/>
- <point x="788" y="1856"/>
- <point x="888" y="1756"/>
- <point x="888" y="1632" type="curve" smooth="yes"/>
+ <point x="888.0" y="1408.0" type="line"/>
+ <point x="664.0" y="1408.0" type="line" smooth="yes"/>
+ <point x="540.0" y="1408.0"/>
+ <point x="440.0" y="1508.0"/>
+ <point x="440.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="1756.0"/>
+ <point x="540.0" y="1856.0"/>
+ <point x="664.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="1856.0"/>
+ <point x="888.0" y="1756.0"/>
+ <point x="888.0" y="1632.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1108" y="1188" type="line"/>
- <point x="1436" y="1188" type="line"/>
- <point x="1436" y="860" type="line"/>
- <point x="1108" y="860" type="line"/>
+ <point x="1108.0" y="1188.0" type="line"/>
+ <point x="1436.0" y="1188.0" type="line"/>
+ <point x="1436.0" y="860.0" type="line"/>
+ <point x="1108.0" y="860.0" type="line"/>
</contour>
<contour>
- <point x="888" y="640" type="line"/>
- <point x="888" y="416" type="line" smooth="yes"/>
- <point x="888" y="292"/>
- <point x="788" y="192"/>
- <point x="664" y="192" type="curve" smooth="yes"/>
- <point x="540" y="192"/>
- <point x="440" y="292"/>
- <point x="440" y="416" type="curve" smooth="yes"/>
- <point x="440" y="540"/>
- <point x="540" y="640"/>
- <point x="664" y="640" type="curve" smooth="yes"/>
+ <point x="888.0" y="640.0" type="line"/>
+ <point x="888.0" y="416.0" type="line" smooth="yes"/>
+ <point x="888.0" y="292.0"/>
+ <point x="788.0" y="192.0"/>
+ <point x="664.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="192.0"/>
+ <point x="440.0" y="292.0"/>
+ <point x="440.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="540.0"/>
+ <point x="540.0" y="640.0"/>
+ <point x="664.0" y="640.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1656" y="640" type="line"/>
- <point x="1880" y="640" type="line" smooth="yes"/>
- <point x="2004" y="640"/>
- <point x="2104" y="540"/>
- <point x="2104" y="416" type="curve" smooth="yes"/>
- <point x="2104" y="292"/>
- <point x="2004" y="192"/>
- <point x="1880" y="192" type="curve" smooth="yes"/>
- <point x="1756" y="192"/>
- <point x="1656" y="292"/>
- <point x="1656" y="416" type="curve" smooth="yes"/>
+ <point x="1656.0" y="640.0" type="line"/>
+ <point x="1880.0" y="640.0" type="line" smooth="yes"/>
+ <point x="2004.0" y="640.0"/>
+ <point x="2104.0" y="540.0"/>
+ <point x="2104.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="2104.0" y="292.0"/>
+ <point x="2004.0" y="192.0"/>
+ <point x="1880.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1756.0" y="192.0"/>
+ <point x="1656.0" y="292.0"/>
+ <point x="1656.0" y="416.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1656" y="1408" type="line"/>
- <point x="1656" y="1632" type="line" smooth="yes"/>
- <point x="1656" y="1756"/>
- <point x="1756" y="1856"/>
- <point x="1880" y="1856" type="curve" smooth="yes"/>
- <point x="2004" y="1856"/>
- <point x="2104" y="1756"/>
- <point x="2104" y="1632" type="curve" smooth="yes"/>
- <point x="2104" y="1508"/>
- <point x="2004" y="1408"/>
- <point x="1880" y="1408" type="curve" smooth="yes"/>
+ <point x="1656.0" y="1408.0" type="line"/>
+ <point x="1656.0" y="1632.0" type="line" smooth="yes"/>
+ <point x="1656.0" y="1756.0"/>
+ <point x="1756.0" y="1856.0"/>
+ <point x="1880.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="2004.0" y="1856.0"/>
+ <point x="2104.0" y="1756.0"/>
+ <point x="2104.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="2104.0" y="1508.0"/>
+ <point x="2004.0" y="1408.0"/>
+ <point x="1880.0" y="1408.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.specz.medium.glif b/src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.specz.medium.glif
deleted file mode 100644
index f2b7b898b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/placeofinterestsign.specz.medium.glif
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="placeofinterestsign.specz.medium" format="1">
- <advance width="2544"/>
- <outline>
- <contour>
- <point x="1860" y="2076" type="curve" smooth="yes"/>
- <point x="1600" y="2076"/>
- <point x="1392" y="1868"/>
- <point x="1392" y="1612" type="curve" smooth="yes"/>
- <point x="1392" y="1432" type="line"/>
- <point x="1152" y="1432" type="line"/>
- <point x="1152" y="1612" type="line" smooth="yes"/>
- <point x="1152" y="1868"/>
- <point x="944" y="2076"/>
- <point x="688" y="2076" type="curve" smooth="yes"/>
- <point x="428" y="2076"/>
- <point x="220" y="1868"/>
- <point x="220" y="1612" type="curve" smooth="yes"/>
- <point x="220" y="1352"/>
- <point x="428" y="1144"/>
- <point x="688" y="1144" type="curve" smooth="yes"/>
- <point x="864" y="1144" type="line"/>
- <point x="864" y="904" type="line"/>
- <point x="688" y="904" type="line" smooth="yes"/>
- <point x="428" y="904"/>
- <point x="220" y="696"/>
- <point x="220" y="440" type="curve" smooth="yes"/>
- <point x="220" y="180"/>
- <point x="428" y="-28"/>
- <point x="688" y="-28" type="curve" smooth="yes"/>
- <point x="944" y="-28"/>
- <point x="1152" y="180"/>
- <point x="1152" y="440" type="curve" smooth="yes"/>
- <point x="1152" y="616" type="line"/>
- <point x="1392" y="616" type="line"/>
- <point x="1392" y="440" type="line" smooth="yes"/>
- <point x="1392" y="180"/>
- <point x="1600" y="-28"/>
- <point x="1860" y="-28" type="curve" smooth="yes"/>
- <point x="2116" y="-28"/>
- <point x="2324" y="180"/>
- <point x="2324" y="440" type="curve" smooth="yes"/>
- <point x="2324" y="696"/>
- <point x="2116" y="904"/>
- <point x="1860" y="904" type="curve" smooth="yes"/>
- <point x="1680" y="904" type="line"/>
- <point x="1680" y="1144" type="line"/>
- <point x="1860" y="1144" type="line" smooth="yes"/>
- <point x="2116" y="1144"/>
- <point x="2324" y="1352"/>
- <point x="2324" y="1612" type="curve" smooth="yes"/>
- <point x="2324" y="1868"/>
- <point x="2116" y="2076"/>
- </contour>
- <contour>
- <point x="864" y="1432" type="line"/>
- <point x="688" y="1432" type="line" smooth="yes"/>
- <point x="588" y="1432"/>
- <point x="508" y="1512"/>
- <point x="508" y="1612" type="curve" smooth="yes"/>
- <point x="508" y="1708"/>
- <point x="588" y="1788"/>
- <point x="688" y="1788" type="curve" smooth="yes"/>
- <point x="784" y="1788"/>
- <point x="864" y="1708"/>
- <point x="864" y="1612" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1152" y="1144" type="line"/>
- <point x="1392" y="1144" type="line"/>
- <point x="1392" y="904" type="line"/>
- <point x="1152" y="904" type="line"/>
- </contour>
- <contour>
- <point x="864" y="616" type="line"/>
- <point x="864" y="440" type="line"/>
- <point x="864" y="340"/>
- <point x="784" y="260"/>
- <point x="688" y="260" type="curve" smooth="yes"/>
- <point x="588" y="260"/>
- <point x="508" y="340"/>
- <point x="508" y="440" type="curve" smooth="yes"/>
- <point x="508" y="536"/>
- <point x="588" y="616"/>
- <point x="688" y="616" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1680" y="616" type="line"/>
- <point x="1860" y="616" type="line" smooth="yes"/>
- <point x="1956" y="616"/>
- <point x="2036" y="536"/>
- <point x="2036" y="440" type="curve" smooth="yes"/>
- <point x="2036" y="340"/>
- <point x="1956" y="260"/>
- <point x="1860" y="260" type="curve" smooth="yes"/>
- <point x="1760" y="260"/>
- <point x="1680" y="340"/>
- <point x="1680" y="440" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1680" y="1432" type="line"/>
- <point x="1680" y="1612" type="line"/>
- <point x="1680" y="1708"/>
- <point x="1760" y="1788"/>
- <point x="1860" y="1788" type="curve" smooth="yes"/>
- <point x="1956" y="1788"/>
- <point x="2036" y="1708"/>
- <point x="2036" y="1612" type="curve" smooth="yes"/>
- <point x="2036" y="1512"/>
- <point x="1956" y="1432"/>
- <point x="1860" y="1432" type="curve" smooth="yes"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/plus.case.glif b/src/Inter-UI-Regular.ufo/glyphs/plus.case.glif
index b4393046c..f1b998345 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/plus.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/plus.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plus.case" format="1">
- <advance width="1808"/>
+<glyph name="plus.case" format="2">
+ <advance width="1808.0"/>
<outline>
- <component base="plus" yOffset="128"/>
+ <component base="plus" yOffset="128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/plus.glif b/src/Inter-UI-Regular.ufo/glyphs/plus.glif
index b480bd13f..978599b0c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/plus.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/plus.glif
@@ -1,51 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plus" format="1">
- <advance width="1808"/>
+<glyph name="plus" format="2">
+ <advance width="1808.0"/>
<unicode hex="002B"/>
+ <guideline x="268.0" y="896.0" angle="0.0"/>
<outline>
<contour>
- <point x="1544" y="1008" type="line"/>
- <point x="264" y="1008" type="line"/>
- <point x="264" y="784" type="line"/>
- <point x="1544" y="784" type="line"/>
+ <point x="1544.0" y="1008.0" type="line"/>
+ <point x="264.0" y="1008.0" type="line"/>
+ <point x="264.0" y="784.0" type="line"/>
+ <point x="1544.0" y="784.0" type="line"/>
</contour>
<contour>
- <point x="1016" y="1536" type="line"/>
- <point x="792" y="1536" type="line"/>
- <point x="792" y="256" type="line"/>
- <point x="1016" y="256" type="line"/>
+ <point x="1016.0" y="1536.0" type="line"/>
+ <point x="792.0" y="1536.0" type="line"/>
+ <point x="792.0" y="256.0" type="line"/>
+ <point x="1016.0" y="256.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>268</integer>
- <key>y</key>
- <integer>896</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/plusminus.case.glif b/src/Inter-UI-Regular.ufo/glyphs/plusminus.case.glif
index a4daae316..82e9b4fd7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/plusminus.case.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/plusminus.case.glif
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plusminus.case" format="1">
- <advance width="1808"/>
+<glyph name="plusminus.case" format="2">
+ <advance width="1808.0"/>
<outline>
- <component base="plusminus" yOffset="296"/>
+ <component base="plusminus" yOffset="296.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/plusminus.glif b/src/Inter-UI-Regular.ufo/glyphs/plusminus.glif
index 3a93c90d1..eff20e3e2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/plusminus.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/plusminus.glif
@@ -1,42 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plusminus" format="1">
- <advance width="1808"/>
+<glyph name="plusminus" format="2">
+ <advance width="1808.0"/>
<unicode hex="00B1"/>
<outline>
<contour>
- <point x="1544" y="220" type="line"/>
- <point x="264" y="220" type="line"/>
- <point x="264" y="0" type="line"/>
- <point x="1544" y="0" type="line"/>
+ <point x="1544.0" y="220.0" type="line"/>
+ <point x="264.0" y="220.0" type="line"/>
+ <point x="264.0" y="0.0" type="line"/>
+ <point x="1544.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1544" y="1096" type="line"/>
- <point x="1020" y="1096" type="line"/>
- <point x="1020" y="1536" type="line"/>
- <point x="788" y="1536" type="line"/>
- <point x="788" y="1096" type="line"/>
- <point x="264" y="1096" type="line"/>
- <point x="264" y="872" type="line"/>
- <point x="788" y="872" type="line"/>
- <point x="788" y="432" type="line"/>
- <point x="1020" y="432" type="line"/>
- <point x="1020" y="872" type="line"/>
- <point x="1544" y="872" type="line"/>
+ <point x="1544.0" y="1096.0" type="line"/>
+ <point x="1020.0" y="1096.0" type="line"/>
+ <point x="1020.0" y="1536.0" type="line"/>
+ <point x="788.0" y="1536.0" type="line"/>
+ <point x="788.0" y="1096.0" type="line"/>
+ <point x="264.0" y="1096.0" type="line"/>
+ <point x="264.0" y="872.0" type="line"/>
+ <point x="788.0" y="872.0" type="line"/>
+ <point x="788.0" y="432.0" type="line"/>
+ <point x="1020.0" y="432.0" type="line"/>
+ <point x="1020.0" y="872.0" type="line"/>
+ <point x="1544.0" y="872.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/plusmod.glif b/src/Inter-UI-Regular.ufo/glyphs/plusmod.glif
index cf28681d2..d2fd3d43b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/plusmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/plusmod.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plusmod" format="1">
- <advance width="1008"/>
+<glyph name="plusmod" format="2">
+ <advance width="1008.0"/>
<unicode hex="02D6"/>
<outline>
<contour>
- <point x="608" y="760" type="line"/>
- <point x="400" y="760" type="line"/>
- <point x="400" y="208" type="line"/>
- <point x="608" y="208" type="line"/>
+ <point x="608.0" y="760.0" type="line"/>
+ <point x="400.0" y="760.0" type="line"/>
+ <point x="400.0" y="208.0" type="line"/>
+ <point x="608.0" y="208.0" type="line"/>
</contour>
<contour>
- <point x="224" y="580" type="line"/>
- <point x="224" y="388" type="line"/>
- <point x="784" y="388" type="line"/>
- <point x="784" y="580" type="line"/>
+ <point x="224.0" y="580.0" type="line"/>
+ <point x="224.0" y="388.0" type="line"/>
+ <point x="784.0" y="388.0" type="line"/>
+ <point x="784.0" y="580.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 781.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/plussub.glif b/src/Inter-UI-Regular.ufo/glyphs/plussub.glif
index 81a2c0c45..1f9863eba 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/plussub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/plussub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plussub" format="1">
- <advance width="1264"/>
+<glyph name="plussub" format="2">
+ <advance width="1264.0"/>
<unicode hex="208A"/>
<outline>
- <component base="plussuperior" xOffset="56" yOffset="-1376"/>
+ <component base="plussuperior" xOffset="56.0" yOffset="-1376.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1139, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/plussubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/plussubnosp.glif
index 4e14f9fcc..7bb732421 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/plussubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/plussubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plussubnosp" format="1">
- <advance width="0"/>
+<glyph name="plussubnosp" format="2">
<unicode hex="031F"/>
+ <anchor x="-811.0" y="0.0" name="_markbottom"/>
+ <anchor x="-809.0" y="-631.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-809" y="-631" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-811" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="plusmod" xOffset="-1199" yOffset="-839"/>
+ <component base="plusmod" xOffset="-1199.0" yOffset="-839.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/plussuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/plussuperior.glif
index d230295a4..e26ad648d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/plussuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/plussuperior.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="plussuperior" format="1">
- <advance width="1264"/>
+<glyph name="plussuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="207A"/>
<outline>
<contour>
- <point x="1092" y="1480" type="line"/>
- <point x="172" y="1480" type="line"/>
- <point x="172" y="1292" type="line"/>
- <point x="1092" y="1292" type="line"/>
+ <point x="1092.0" y="1480.0" type="line"/>
+ <point x="172.0" y="1480.0" type="line"/>
+ <point x="172.0" y="1292.0" type="line"/>
+ <point x="1092.0" y="1292.0" type="line"/>
</contour>
<contour>
- <point x="728" y="1876" type="line"/>
- <point x="536" y="1876" type="line"/>
- <point x="536" y="900" type="line"/>
- <point x="728" y="900" type="line"/>
+ <point x="728.0" y="1876.0" type="line"/>
+ <point x="536.0" y="1876.0" type="line"/>
+ <point x="536.0" y="900.0" type="line"/>
+ <point x="728.0" y="900.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1139, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/primemod.glif b/src/Inter-UI-Regular.ufo/glyphs/primemod.glif
index ea097b2ff..05767e6e5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/primemod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/primemod.glif
@@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="primemod" format="1">
- <advance width="496"/>
+<glyph name="primemod" format="2">
+ <advance width="496.0"/>
<unicode hex="02B9"/>
<outline>
<contour>
- <point x="36" y="1664" type="line"/>
- <point x="204" y="1664" type="line"/>
- <point x="460" y="2148" type="line"/>
- <point x="208" y="2148" type="line"/>
+ <point x="36.0" y="1664.0" type="line"/>
+ <point x="204.0" y="1664.0" type="line"/>
+ <point x="460.0" y="2148.0" type="line"/>
+ <point x="208.0" y="2148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 454, 'leftMargin': 14, 'rightMargin': 14}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/primerev1.glif b/src/Inter-UI-Regular.ufo/glyphs/primerev1.glif
index b0082e41e..02cfb3592 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/primerev1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/primerev1.glif
@@ -1,30 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="primerev1" format="1">
- <advance width="752"/>
+<glyph name="primerev1" format="2">
+ <advance width="752.0"/>
<unicode hex="2035"/>
<outline>
<contour>
- <point x="416" y="2148" type="line"/>
- <point x="164" y="2148" type="line"/>
- <point x="424" y="1664" type="line"/>
- <point x="588" y="1664" type="line"/>
+ <point x="416.0" y="2148.0" type="line"/>
+ <point x="164.0" y="2148.0" type="line"/>
+ <point x="424.0" y="1664.0" type="line"/>
+ <point x="588.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 646, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/primetripl1.glif b/src/Inter-UI-Regular.ufo/glyphs/primetripl1.glif
index ad32c3b95..7d17cac3a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/primetripl1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/primetripl1.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="primetripl1" format="1">
- <advance width="1520"/>
+<glyph name="primetripl1" format="2">
+ <advance width="1520.0"/>
<unicode hex="2034"/>
<outline>
<contour>
- <point x="136" y="1664" type="line"/>
- <point x="304" y="1664" type="line"/>
- <point x="560" y="2148" type="line"/>
- <point x="308" y="2148" type="line"/>
+ <point x="136.0" y="1664.0" type="line"/>
+ <point x="304.0" y="1664.0" type="line"/>
+ <point x="560.0" y="2148.0" type="line"/>
+ <point x="308.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="548" y="1664" type="line"/>
- <point x="716" y="1664" type="line"/>
- <point x="976" y="2148" type="line"/>
- <point x="720" y="2148" type="line"/>
+ <point x="548.0" y="1664.0" type="line"/>
+ <point x="716.0" y="1664.0" type="line"/>
+ <point x="976.0" y="2148.0" type="line"/>
+ <point x="720.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="960" y="1664" type="line"/>
- <point x="1128" y="1664" type="line"/>
- <point x="1388" y="2148" type="line"/>
- <point x="1132" y="2148" type="line"/>
+ <point x="960.0" y="1664.0" type="line"/>
+ <point x="1128.0" y="1664.0" type="line"/>
+ <point x="1388.0" y="2148.0" type="line"/>
+ <point x="1132.0" y="2148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1471, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/primetriplerev1.glif b/src/Inter-UI-Regular.ufo/glyphs/primetriplerev1.glif
index ba5bece10..bcfdc0e0b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/primetriplerev1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/primetriplerev1.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="primetriplerev1" format="1">
- <advance width="1520"/>
+<glyph name="primetriplerev1" format="2">
+ <advance width="1520.0"/>
<unicode hex="2037"/>
<outline>
<contour>
- <point x="1212" y="2148" type="line"/>
- <point x="960" y="2148" type="line"/>
- <point x="1220" y="1664" type="line"/>
- <point x="1388" y="1664" type="line"/>
+ <point x="1212.0" y="2148.0" type="line"/>
+ <point x="960.0" y="2148.0" type="line"/>
+ <point x="1220.0" y="1664.0" type="line"/>
+ <point x="1388.0" y="1664.0" type="line"/>
</contour>
<contour>
- <point x="800" y="2148" type="line"/>
- <point x="548" y="2148" type="line"/>
- <point x="808" y="1664" type="line"/>
- <point x="976" y="1664" type="line"/>
+ <point x="800.0" y="2148.0" type="line"/>
+ <point x="548.0" y="2148.0" type="line"/>
+ <point x="808.0" y="1664.0" type="line"/>
+ <point x="976.0" y="1664.0" type="line"/>
</contour>
<contour>
- <point x="388" y="2148" type="line"/>
- <point x="136" y="2148" type="line"/>
- <point x="396" y="1664" type="line"/>
- <point x="560" y="1664" type="line"/>
+ <point x="388.0" y="2148.0" type="line"/>
+ <point x="136.0" y="2148.0" type="line"/>
+ <point x="396.0" y="1664.0" type="line"/>
+ <point x="560.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1471, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/product.glif b/src/Inter-UI-Regular.ufo/glyphs/product.glif
index fd6438e9a..3fb1202b3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/product.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/product.glif
@@ -1,34 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="product" format="1">
- <advance width="2032"/>
+<glyph name="product" format="2">
+ <advance width="2032.0"/>
<unicode hex="220F"/>
<outline>
<contour>
- <point x="1776" y="2004" type="line"/>
- <point x="256" y="2004" type="line"/>
- <point x="256" y="-288" type="line"/>
- <point x="532" y="-288" type="line"/>
- <point x="532" y="1784" type="line"/>
- <point x="1500" y="1784" type="line"/>
- <point x="1500" y="-288" type="line"/>
- <point x="1776" y="-288" type="line"/>
+ <point x="1776.0" y="2004.0" type="line"/>
+ <point x="256.0" y="2004.0" type="line"/>
+ <point x="256.0" y="-288.0" type="line"/>
+ <point x="532.0" y="-288.0" type="line"/>
+ <point x="532.0" y="1784.0" type="line"/>
+ <point x="1500.0" y="1784.0" type="line"/>
+ <point x="1500.0" y="-288.0" type="line"/>
+ <point x="1776.0" y="-288.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1980.0, 'leftMargin': 231, 'rightMargin': 231.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/psi.glif b/src/Inter-UI-Regular.ufo/glyphs/psi.glif
index 95cfd9ea4..abc4c711a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/psi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/psi.glif
@@ -1,53 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="psi" format="1">
- <advance width="2032"/>
+<glyph name="psi" format="2">
+ <advance width="2032.0"/>
<unicode hex="03C8"/>
+ <anchor x="1000.0" y="1744.0" name="top"/>
+ <anchor x="2004.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="144" y="1488" type="line"/>
- <point x="144" y="820" type="line" smooth="yes"/>
- <point x="144" y="232"/>
- <point x="476" y="-28"/>
- <point x="1004" y="-28" type="curve" smooth="yes"/>
- <point x="1660" y="-28"/>
- <point x="1888" y="356"/>
- <point x="1888" y="780" type="curve" smooth="yes"/>
- <point x="1888" y="1080"/>
- <point x="1812" y="1320"/>
- <point x="1732" y="1488" type="curve"/>
- <point x="1444" y="1488" type="line"/>
- <point x="1540" y="1260"/>
- <point x="1608" y="1024"/>
- <point x="1616" y="780" type="curve"/>
- <point x="1616" y="500"/>
- <point x="1452" y="192"/>
- <point x="992" y="192" type="curve" smooth="yes"/>
- <point x="668" y="192"/>
- <point x="420" y="360"/>
- <point x="420" y="820" type="curve" smooth="yes"/>
- <point x="420" y="1488" type="line"/>
+ <point x="144.0" y="1488.0" type="line"/>
+ <point x="144.0" y="820.0" type="line" smooth="yes"/>
+ <point x="144.0" y="232.0"/>
+ <point x="476.0" y="-28.0"/>
+ <point x="1004.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="-28.0"/>
+ <point x="1888.0" y="356.0"/>
+ <point x="1888.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1888.0" y="1080.0"/>
+ <point x="1812.0" y="1320.0"/>
+ <point x="1732.0" y="1488.0" type="curve"/>
+ <point x="1444.0" y="1488.0" type="line"/>
+ <point x="1540.0" y="1260.0"/>
+ <point x="1608.0" y="1024.0"/>
+ <point x="1616.0" y="780.0" type="curve"/>
+ <point x="1616.0" y="500.0"/>
+ <point x="1452.0" y="192.0"/>
+ <point x="992.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="668.0" y="192.0"/>
+ <point x="420.0" y="360.0"/>
+ <point x="420.0" y="820.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="856" y="1488" type="line"/>
- <point x="856" y="-656" type="line"/>
- <point x="1128" y="-656" type="line"/>
- <point x="1128" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1000" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2004" y="1744" type="move" name="top0315"/>
+ <point x="856.0" y="1488.0" type="line"/>
+ <point x="856.0" y="-656.0" type="line"/>
+ <point x="1128.0" y="-656.0" type="line"/>
+ <point x="1128.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1983, 'leftMargin': 124, 'rightMargin': 113}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/psicyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/psicyrillic.glif
new file mode 100644
index 000000000..084d2009d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/psicyrillic.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="psicyrillic" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="0471"/>
+ <anchor x="1000.0" y="1744.0" name="parent_top"/>
+ <anchor x="1000.0" y="1744.0" name="top"/>
+ <anchor x="2004.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="psi"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/psilipneumatacyrilliccmb.glif b/src/Inter-UI-Regular.ufo/glyphs/psilipneumatacyrilliccmb.glif
index 463fcc59c..169708cd9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/psilipneumatacyrilliccmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/psilipneumatacyrilliccmb.glif
@@ -1,29 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="psilipneumatacyrilliccmb" format="1">
- <advance width="0"/>
+<glyph name="psilipneumatacyrilliccmb" format="2">
<unicode hex="0486"/>
+ <anchor x="-663.0" y="1760.0" name="_marktop"/>
<outline>
<contour>
- <point x="-663" y="1760" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-492" y="2063" type="line"/>
- <point x="-492" y="2230" type="line"/>
- <point x="-754" y="2230" type="line"/>
- <point x="-752" y="2038" type="line"/>
- <point x="-832" y="1880" type="line"/>
- <point x="-721" y="1786" type="line"/>
+ <point x="-492.0" y="2063.0" type="line"/>
+ <point x="-492.0" y="2230.0" type="line"/>
+ <point x="-754.0" y="2230.0" type="line"/>
+ <point x="-752.0" y="2038.0" type="line"/>
+ <point x="-832.0" y="1880.0" type="line"/>
+ <point x="-721.0" y="1786.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/published.glif b/src/Inter-UI-Regular.ufo/glyphs/published.glif
index 9d3dac312..b22420656 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/published.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/published.glif
@@ -1,74 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="published" format="1">
- <advance width="2288"/>
+<glyph name="published" format="2">
+ <advance width="2288.0"/>
<unicode hex="2117"/>
<outline>
<contour>
- <point x="1144" y="144" type="curve" smooth="yes"/>
- <point x="700" y="144"/>
- <point x="336" y="516"/>
- <point x="336" y="1004" type="curve" smooth="yes"/>
- <point x="336" y="1488"/>
- <point x="700" y="1860"/>
- <point x="1144" y="1860" type="curve" smooth="yes"/>
- <point x="1592" y="1860"/>
- <point x="1952" y="1488"/>
- <point x="1952" y="1004" type="curve" smooth="yes"/>
- <point x="1952" y="516"/>
- <point x="1592" y="144"/>
+ <point x="1144.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="144.0"/>
+ <point x="336.0" y="516.0"/>
+ <point x="336.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="1488.0"/>
+ <point x="700.0" y="1860.0"/>
+ <point x="1144.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="1860.0"/>
+ <point x="1952.0" y="1488.0"/>
+ <point x="1952.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1952.0" y="516.0"/>
+ <point x="1592.0" y="144.0"/>
</contour>
<contour>
- <point x="1144" y="-28" type="curve" smooth="yes"/>
- <point x="1684" y="-28"/>
- <point x="2120" y="420"/>
- <point x="2120" y="1004" type="curve" smooth="yes"/>
- <point x="2120" y="1584"/>
- <point x="1684" y="2032"/>
- <point x="1144" y="2032" type="curve" smooth="yes"/>
- <point x="608" y="2032"/>
- <point x="168" y="1584"/>
- <point x="168" y="1004" type="curve" smooth="yes"/>
- <point x="168" y="420"/>
- <point x="608" y="-28"/>
+ <point x="1144.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1684.0" y="-28.0"/>
+ <point x="2120.0" y="420.0"/>
+ <point x="2120.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="2120.0" y="1584.0"/>
+ <point x="1684.0" y="2032.0"/>
+ <point x="1144.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="2032.0"/>
+ <point x="168.0" y="1584.0"/>
+ <point x="168.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="168.0" y="420.0"/>
+ <point x="608.0" y="-28.0"/>
</contour>
<contour>
- <point x="1232" y="812" type="line"/>
- <point x="1512" y="812"/>
- <point x="1672" y="972"/>
- <point x="1672" y="1188" type="curve" smooth="yes"/>
- <point x="1672" y="1404"/>
- <point x="1512" y="1564"/>
- <point x="1232" y="1564" type="curve" smooth="yes"/>
- <point x="764" y="1564" type="line"/>
- <point x="764" y="392" type="line"/>
- <point x="972" y="392" type="line"/>
- <point x="972" y="1380" type="line"/>
- <point x="1232" y="1380" type="line" smooth="yes"/>
- <point x="1400" y="1380"/>
- <point x="1472" y="1296"/>
- <point x="1472" y="1184" type="curve" smooth="yes"/>
- <point x="1472" y="1080"/>
- <point x="1400" y="1000"/>
- <point x="1232" y="1000" type="curve" smooth="yes"/>
- <point x="920" y="1000" type="line"/>
- <point x="920" y="812" type="line"/>
+ <point x="1232.0" y="812.0" type="line"/>
+ <point x="1512.0" y="812.0"/>
+ <point x="1672.0" y="972.0"/>
+ <point x="1672.0" y="1188.0" type="curve" smooth="yes"/>
+ <point x="1672.0" y="1404.0"/>
+ <point x="1512.0" y="1564.0"/>
+ <point x="1232.0" y="1564.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="1564.0" type="line"/>
+ <point x="764.0" y="392.0" type="line"/>
+ <point x="972.0" y="392.0" type="line"/>
+ <point x="972.0" y="1380.0" type="line"/>
+ <point x="1232.0" y="1380.0" type="line" smooth="yes"/>
+ <point x="1400.0" y="1380.0"/>
+ <point x="1472.0" y="1296.0"/>
+ <point x="1472.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="1080.0"/>
+ <point x="1400.0" y="1000.0"/>
+ <point x="1232.0" y="1000.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="1000.0" type="line"/>
+ <point x="920.0" y="812.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2199, 'leftMargin': 124, 'rightMargin': 124}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/punctuationspace.glif b/src/Inter-UI-Regular.ufo/glyphs/punctuationspace.glif
index 8e8d3ca8c..3d9e12751 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/punctuationspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/punctuationspace.glif
@@ -1,61 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="punctuationspace" format="1">
- <advance width="784"/>
+<glyph name="punctuationspace" format="2">
+ <advance width="784.0"/>
<unicode hex="2008"/>
<note>
- As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity: &amp;puncsp;
- </note>
+As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity: &amp;puncsp;
+</note>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>period</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>punctuationspace</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>784</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 770.0, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/q.glif b/src/Inter-UI-Regular.ufo/glyphs/q.glif
index f594f29e2..b6851fadd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/q.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/q.glif
@@ -1,51 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="q" format="1">
- <advance width="1716"/>
+<glyph name="q" format="2">
+ <advance width="1716.0"/>
<unicode hex="0071"/>
+ <anchor x="1380.0" y="-576.0" name="bottom"/>
+ <anchor x="1624.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="marktop"/>
+ <anchor x="820.0" y="1792.0" name="top"/>
+ <anchor x="1428.0" y="1792.0" name="top0315"/>
+ <anchor x="1624.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1500" y="1536" type="line"/>
- <point x="1272" y="1536" type="line"/>
- <point x="1272" y="1244" type="line"/>
- <point x="1272" y="1148" type="line"/>
- <point x="1336" y="728" type="line"/>
- <point x="1264" y="392" type="line"/>
- <point x="1264" y="-576" type="line"/>
- <point x="1500" y="-576" type="line"/>
+ <point x="1500.0" y="1536.0" type="line"/>
+ <point x="1272.0" y="1536.0" type="line"/>
+ <point x="1272.0" y="1244.0" type="line"/>
+ <point x="1272.0" y="1148.0" type="line"/>
+ <point x="1336.0" y="728.0" type="line"/>
+ <point x="1264.0" y="392.0" type="line"/>
+ <point x="1264.0" y="-576.0" type="line"/>
+ <point x="1500.0" y="-576.0" type="line"/>
</contour>
- <component base="leftloop.cn" xOffset="8"/>
<contour>
- <point x="820" y="1792" type="move" name="top"/>
+ <point x="1360.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1196.0" y="152.0"/>
+ <point x="1248.0" y="236.0" type="curve"/>
+ <point x="1360.0" y="236.0" type="line"/>
</contour>
<contour>
- <point x="1380" y="-576" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="820" y="1792" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1624" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1624" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1428" y="1792" type="move" name="top0315"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/qhook.glif b/src/Inter-UI-Regular.ufo/glyphs/qhook.glif
index 9fa53b0f4..6050febcd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/qhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/qhook.glif
@@ -1,45 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="qhook" format="1">
- <advance width="1776"/>
+<glyph name="qhook" format="2">
+ <advance width="1776.0"/>
<unicode hex="02A0"/>
+ <anchor x="784.0" y="-616.0" name="bottom"/>
+ <anchor x="784.0" y="2200.0" name="top"/>
+ <anchor x="1648.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1500" y="1288" type="line"/>
- <point x="1500" y="1488" type="line" smooth="yes"/>
- <point x="1500" y="1648"/>
- <point x="1596" y="1696"/>
- <point x="1724" y="1696" type="curve" smooth="yes"/>
- <point x="1752" y="1696"/>
- <point x="1780" y="1692"/>
- <point x="1800" y="1688" type="curve"/>
- <point x="1800" y="1888" type="line"/>
- <point x="1764" y="1900"/>
- <point x="1712" y="1900"/>
- <point x="1664" y="1900" type="curve" smooth="yes"/>
- <point x="1440" y="1900"/>
- <point x="1272" y="1756"/>
- <point x="1272" y="1528" type="curve" smooth="yes"/>
- <point x="1272" y="1288" type="line"/>
+ <point x="1500.0" y="1288.0" type="line"/>
+ <point x="1500.0" y="1488.0" type="line" smooth="yes"/>
+ <point x="1500.0" y="1648.0"/>
+ <point x="1596.0" y="1696.0"/>
+ <point x="1724.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="1752.0" y="1696.0"/>
+ <point x="1780.0" y="1692.0"/>
+ <point x="1800.0" y="1688.0" type="curve"/>
+ <point x="1800.0" y="1888.0" type="line"/>
+ <point x="1764.0" y="1900.0"/>
+ <point x="1712.0" y="1900.0"/>
+ <point x="1664.0" y="1900.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="1900.0"/>
+ <point x="1272.0" y="1756.0"/>
+ <point x="1272.0" y="1528.0" type="curve" smooth="yes"/>
+ <point x="1272.0" y="1288.0" type="line"/>
</contour>
- <component base="q"/>
<contour>
- <point x="784" y="2200" type="move" name="top"/>
+ <point x="1500.0" y="1536.0" type="line"/>
+ <point x="1272.0" y="1536.0" type="line"/>
+ <point x="1272.0" y="1244.0" type="line"/>
+ <point x="1272.0" y="1148.0" type="line"/>
+ <point x="1336.0" y="728.0" type="line"/>
+ <point x="1264.0" y="392.0" type="line"/>
+ <point x="1264.0" y="-576.0" type="line"/>
+ <point x="1500.0" y="-576.0" type="line"/>
</contour>
<contour>
- <point x="784" y="-616" type="move" name="bottom"/>
+ <point x="1360.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1196.0" y="152.0"/>
+ <point x="1248.0" y="236.0" type="curve"/>
+ <point x="1360.0" y="236.0" type="line"/>
</contour>
<contour>
- <point x="1648" y="2200" type="move" name="top0315"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1662, 'leftMargin': 127, 'rightMargin': -14}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/qofdagesh.glif b/src/Inter-UI-Regular.ufo/glyphs/qofdagesh.glif
index 9cd245013..37bcff197 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/qofdagesh.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/qofdagesh.glif
@@ -1,39 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="qofdagesh" format="1">
- <advance width="1008"/>
+<glyph name="qofdagesh" format="2">
+ <advance width="1008.0"/>
<unicode hex="02DF"/>
+ <anchor x="504.0" y="1648.0" name="_top"/>
<outline>
<contour>
- <point x="304" y="1596" type="line"/>
- <point x="840" y="2136" type="line"/>
- <point x="704" y="2272" type="line"/>
- <point x="168" y="1732" type="line"/>
+ <point x="304.0" y="1596.0" type="line"/>
+ <point x="840.0" y="2136.0" type="line"/>
+ <point x="704.0" y="2272.0" type="line"/>
+ <point x="168.0" y="1732.0" type="line"/>
</contour>
<contour>
- <point x="704" y="1592" type="line"/>
- <point x="840" y="1732" type="line"/>
- <point x="308" y="2276" type="line"/>
- <point x="172" y="2136" type="line"/>
- </contour>
- <contour>
- <point x="504" y="1648" type="move" name="_top"/>
+ <point x="704.0" y="1592.0" type="line"/>
+ <point x="840.0" y="1732.0" type="line"/>
+ <point x="308.0" y="2276.0" type="line"/>
+ <point x="172.0" y="2136.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 894, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/qrthook.glif b/src/Inter-UI-Regular.ufo/glyphs/qrthook.glif
index f3956ebb5..262dc6d43 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/qrthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/qrthook.glif
@@ -1,70 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="qrthook" format="1">
- <advance width="1716"/>
+<glyph name="qrthook" format="2">
+ <advance width="1716.0"/>
<unicode hex="024B"/>
<outline>
<contour>
- <point x="1500" y="36" type="line"/>
- <point x="1264" y="36" type="line"/>
- <point x="1264" y="-164" type="line" smooth="yes"/>
- <point x="1264" y="-428"/>
- <point x="1440" y="-576"/>
- <point x="1664" y="-576" type="curve" smooth="yes"/>
- <point x="1712" y="-576"/>
- <point x="1764" y="-576"/>
- <point x="1800" y="-564" type="curve"/>
- <point x="1800" y="-364" type="line"/>
- <point x="1780" y="-368"/>
- <point x="1752" y="-372"/>
- <point x="1724" y="-372" type="curve" smooth="yes"/>
- <point x="1596" y="-372"/>
- <point x="1500" y="-324"/>
- <point x="1500" y="-164" type="curve" smooth="yes"/>
+ <point x="1500.0" y="36.0" type="line"/>
+ <point x="1264.0" y="36.0" type="line"/>
+ <point x="1264.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="1264.0" y="-428.0"/>
+ <point x="1440.0" y="-576.0"/>
+ <point x="1664.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1712.0" y="-576.0"/>
+ <point x="1764.0" y="-576.0"/>
+ <point x="1800.0" y="-564.0" type="curve"/>
+ <point x="1800.0" y="-364.0" type="line"/>
+ <point x="1780.0" y="-368.0"/>
+ <point x="1752.0" y="-372.0"/>
+ <point x="1724.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-372.0"/>
+ <point x="1500.0" y="-324.0"/>
+ <point x="1500.0" y="-164.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1500" y="1536" type="line"/>
- <point x="1272" y="1536" type="line"/>
- <point x="1272" y="1292" type="line"/>
- <point x="1248" y="1292" type="line"/>
- <point x="1196" y="1372"/>
- <point x="1100" y="1556"/>
- <point x="800" y="1556" type="curve" smooth="yes"/>
- <point x="412" y="1556"/>
- <point x="144" y="1248"/>
- <point x="144" y="764" type="curve" smooth="yes"/>
- <point x="144" y="276"/>
- <point x="412" y="-32"/>
- <point x="796" y="-32" type="curve" smooth="yes"/>
- <point x="1092" y="-32"/>
- <point x="1196" y="152"/>
- <point x="1248" y="236" type="curve"/>
- <point x="1264" y="236" type="line"/>
- <point x="1264" y="-64" type="line"/>
- <point x="1500" y="-64" type="line"/>
+ <point x="1500.0" y="1536.0" type="line"/>
+ <point x="1272.0" y="1536.0" type="line"/>
+ <point x="1272.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1196.0" y="152.0"/>
+ <point x="1248.0" y="236.0" type="curve"/>
+ <point x="1264.0" y="236.0" type="line"/>
+ <point x="1264.0" y="-64.0" type="line"/>
+ <point x="1500.0" y="-64.0" type="line"/>
</contour>
<contour>
- <point x="380" y="768" type="curve" smooth="yes"/>
- <point x="380" y="1092"/>
- <point x="528" y="1344"/>
- <point x="828" y="1344" type="curve" smooth="yes"/>
- <point x="1116" y="1344"/>
- <point x="1268" y="1112"/>
- <point x="1268" y="768" type="curve" smooth="yes"/>
- <point x="1268" y="420"/>
- <point x="1112" y="180"/>
- <point x="828" y="180" type="curve" smooth="yes"/>
- <point x="532" y="180"/>
- <point x="380" y="440"/>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1662, 'leftMargin': 127, 'rightMargin': -14}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quarteremspace.glif b/src/Inter-UI-Regular.ufo/glyphs/quarteremspace.glif
index 40466d185..59803831d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quarteremspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quarteremspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quarteremspace" format="1">
- <advance width="704"/>
+<glyph name="quarteremspace" format="2">
+ <advance width="704.0"/>
<unicode hex="2005"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 718, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/question.glif b/src/Inter-UI-Regular.ufo/glyphs/question.glif
index 4e7012fa4..ad8e10b9f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/question.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/question.glif
@@ -1,58 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="question" format="1">
- <advance width="1520"/>
+<glyph name="question" format="2">
+ <advance width="1520.0"/>
<unicode hex="003F"/>
<outline>
<contour>
- <point x="880" y="576" type="line"/>
- <point x="880" y="1112"/>
- <point x="1380" y="1036"/>
- <point x="1380" y="1536" type="curve" smooth="yes"/>
- <point x="1380" y="1848"/>
- <point x="1176" y="2076"/>
- <point x="824" y="2076" type="curve" smooth="yes"/>
- <point x="500" y="2076"/>
- <point x="248" y="1876"/>
- <point x="248" y="1536" type="curve"/>
- <point x="500" y="1536" type="line"/>
- <point x="500" y="1772"/>
- <point x="660" y="1868"/>
- <point x="824" y="1868" type="curve" smooth="yes"/>
- <point x="1012" y="1868"/>
- <point x="1140" y="1744"/>
- <point x="1140" y="1548" type="curve" smooth="yes"/>
- <point x="1140" y="1152"/>
- <point x="640" y="1228"/>
- <point x="640" y="576" type="curve"/>
+ <point x="880.0" y="576.0" type="line"/>
+ <point x="880.0" y="1112.0"/>
+ <point x="1380.0" y="1036.0"/>
+ <point x="1380.0" y="1536.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="1848.0"/>
+ <point x="1176.0" y="2076.0"/>
+ <point x="824.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="500.0" y="2076.0"/>
+ <point x="248.0" y="1876.0"/>
+ <point x="248.0" y="1536.0" type="curve"/>
+ <point x="500.0" y="1536.0" type="line"/>
+ <point x="500.0" y="1772.0"/>
+ <point x="660.0" y="1868.0"/>
+ <point x="824.0" y="1868.0" type="curve" smooth="yes"/>
+ <point x="1012.0" y="1868.0"/>
+ <point x="1140.0" y="1744.0"/>
+ <point x="1140.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="1152.0"/>
+ <point x="640.0" y="1228.0"/>
+ <point x="640.0" y="576.0" type="curve"/>
</contour>
<contour>
- <point x="760" y="-32" type="curve" smooth="yes"/>
- <point x="864" y="-32"/>
- <point x="952" y="52"/>
- <point x="952" y="160" type="curve" smooth="yes"/>
- <point x="952" y="268"/>
- <point x="864" y="356"/>
- <point x="760" y="356" type="curve" smooth="yes"/>
- <point x="652" y="356"/>
- <point x="568" y="268"/>
- <point x="568" y="160" type="curve" smooth="yes"/>
- <point x="568" y="52"/>
- <point x="652" y="-32"/>
+ <point x="760.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="-32.0"/>
+ <point x="952.0" y="52.0"/>
+ <point x="952.0" y="160.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="268.0"/>
+ <point x="864.0" y="356.0"/>
+ <point x="760.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="356.0"/>
+ <point x="568.0" y="268.0"/>
+ <point x="568.0" y="160.0" type="curve" smooth="yes"/>
+ <point x="568.0" y="52.0"/>
+ <point x="652.0" y="-32.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/questiondown.glif b/src/Inter-UI-Regular.ufo/glyphs/questiondown.glif
index 2300a8b37..f37bb17df 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/questiondown.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/questiondown.glif
@@ -1,23 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="questiondown" format="1">
- <advance width="1520"/>
+<glyph name="questiondown" format="2">
+ <advance width="1520.0"/>
<unicode hex="00BF"/>
<outline>
- <component base="question" xScale="-1" yScale="-1" xOffset="1612" yOffset="1532"/>
+ <component base="question" xScale="-1.0" yScale="-1.0" xOffset="1612.0" yOffset="1532.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/questiongreek.glif b/src/Inter-UI-Regular.ufo/glyphs/questiongreek.glif
index fddf8605e..c0f6bf949 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/questiongreek.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/questiongreek.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="questiongreek" format="1">
- <advance width="784"/>
+<glyph name="questiongreek" format="2">
+ <advance width="784.0"/>
<unicode hex="037E"/>
<outline>
- <component base="period" xOffset="-4" yOffset="1204"/>
- <component base="comma" xOffset="16"/>
+ <component base="period" xOffset="-4.0" yOffset="1204.0"/>
+ <component base="comma" xOffset="16.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 726.0, 'leftMargin': 206, 'rightMargin': 144.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quotedbl.glif b/src/Inter-UI-Regular.ufo/glyphs/quotedbl.glif
index ab4059958..f86123d81 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quotedbl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quotedbl.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedbl" format="1">
- <advance width="1264"/>
+<glyph name="quotedbl" format="2">
+ <advance width="1264.0"/>
<unicode hex="0022"/>
<outline>
- <component base="quotesingle" xOffset="32"/>
- <component base="quotesingle" xOffset="544"/>
+ <component base="quotesingle" xOffset="32.0"/>
+ <component base="quotesingle" xOffset="544.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1152, 'leftMargin': 256, 'rightMargin': 256}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quotedblbase.glif b/src/Inter-UI-Regular.ufo/glyphs/quotedblbase.glif
index b4d00724e..d633b11b5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quotedblbase.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quotedblbase.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedblbase" format="1">
- <advance width="1160"/>
+<glyph name="quotedblbase" format="2">
+ <advance width="1160.0"/>
<unicode hex="201E"/>
<outline>
- <component base="quotedblright" xOffset="-16" yOffset="-1792"/>
+ <component base="quotedblright" xOffset="-16.0" yOffset="-1792.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1005, 'leftMargin': 48, 'rightMargin': 125}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quotedblleft.glif b/src/Inter-UI-Regular.ufo/glyphs/quotedblleft.glif
index 7e135ca80..5a8449076 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quotedblleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quotedblleft.glif
@@ -1,24 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedblleft" format="1">
- <advance width="1072"/>
+<glyph name="quotedblleft" format="2">
+ <advance width="1072.0"/>
<unicode hex="201C"/>
<outline>
<component base="quoteleft"/>
- <component base="quoteleft" xOffset="512"/>
+ <component base="quoteleft" xOffset="512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quotedblreversed.glif b/src/Inter-UI-Regular.ufo/glyphs/quotedblreversed.glif
index 174aa653d..151024b9c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quotedblreversed.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quotedblreversed.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedblreversed" format="1">
- <advance width="1264"/>
+<glyph name="quotedblreversed" format="2">
+ <advance width="1264.0"/>
<unicode hex="201F"/>
<outline>
- <component base="quotereversed" xOffset="36"/>
- <component base="quotereversed" xOffset="548"/>
+ <component base="quotereversed" xOffset="36.0"/>
+ <component base="quotereversed" xOffset="548.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1095, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quotedblright.glif b/src/Inter-UI-Regular.ufo/glyphs/quotedblright.glif
index 27719d720..3aad6a143 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quotedblright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quotedblright.glif
@@ -1,64 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotedblright" format="1">
- <advance width="1136"/>
+<glyph name="quotedblright" format="2">
+ <advance width="1136.0"/>
<unicode hex="201D"/>
<outline>
<component base="quoteright"/>
- <component base="quoteright" xOffset="512"/>
+ <component base="quoteright" xOffset="512.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>quoteright</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>quotedblright</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1136</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1041, 'leftMargin': 142, 'rightMargin': 78}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quoteleft.glif b/src/Inter-UI-Regular.ufo/glyphs/quoteleft.glif
index 8ac238bd0..86965377c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quoteleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quoteleft.glif
@@ -1,34 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quoteleft" format="1">
- <advance width="560"/>
+<glyph name="quoteleft" format="2">
+ <advance width="560.0"/>
<unicode hex="2018"/>
<outline>
<contour>
- <point x="136" y="1408" type="line"/>
- <point x="360" y="1408" type="line"/>
- <point x="360" y="1592" type="line" smooth="yes"/>
- <point x="360" y="1740"/>
- <point x="432" y="1868"/>
- <point x="516" y="1988" type="curve"/>
- <point x="388" y="2092" type="line"/>
- <point x="228" y="1964"/>
- <point x="136" y="1752"/>
- <point x="136" y="1588" type="curve" smooth="yes"/>
+ <point x="136.0" y="1408.0" type="line"/>
+ <point x="360.0" y="1408.0" type="line"/>
+ <point x="360.0" y="1592.0" type="line" smooth="yes"/>
+ <point x="360.0" y="1740.0"/>
+ <point x="432.0" y="1868.0"/>
+ <point x="516.0" y="1988.0" type="curve"/>
+ <point x="388.0" y="2092.0" type="line"/>
+ <point x="228.0" y="1964.0"/>
+ <point x="136.0" y="1752.0"/>
+ <point x="136.0" y="1588.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quotereversed.glif b/src/Inter-UI-Regular.ufo/glyphs/quotereversed.glif
index e503c099e..2d77d0230 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quotereversed.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quotereversed.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotereversed" format="1">
- <advance width="624"/>
+<glyph name="quotereversed" format="2">
+ <advance width="624.0"/>
<unicode hex="201B"/>
<outline>
<contour>
- <point x="196" y="2048" type="line"/>
- <point x="196" y="1868" type="line" smooth="yes"/>
- <point x="196" y="1704"/>
- <point x="288" y="1492"/>
- <point x="448" y="1364" type="curve"/>
- <point x="576" y="1468" type="line"/>
- <point x="492" y="1588"/>
- <point x="420" y="1716"/>
- <point x="420" y="1864" type="curve" smooth="yes"/>
- <point x="420" y="2048" type="line"/>
+ <point x="196.0" y="2048.0" type="line"/>
+ <point x="196.0" y="1868.0" type="line" smooth="yes"/>
+ <point x="196.0" y="1704.0"/>
+ <point x="288.0" y="1492.0"/>
+ <point x="448.0" y="1364.0" type="curve"/>
+ <point x="576.0" y="1468.0" type="line"/>
+ <point x="492.0" y="1588.0"/>
+ <point x="420.0" y="1716.0"/>
+ <point x="420.0" y="1864.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 578, 'leftMargin': 106, 'rightMargin': 66}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quoteright.glif b/src/Inter-UI-Regular.ufo/glyphs/quoteright.glif
index 64ff9dbfd..ddfb522e4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quoteright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quoteright.glif
@@ -1,37 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quoteright" format="1">
- <advance width="624"/>
+<glyph name="quoteright" format="2">
+ <advance width="624.0"/>
<unicode hex="2019"/>
+ <anchor x="88.0" y="2112.0" name="_caron"/>
<outline>
<contour>
- <point x="488" y="2048" type="line"/>
- <point x="264" y="2048" type="line"/>
- <point x="264" y="1864" type="line" smooth="yes"/>
- <point x="264" y="1716"/>
- <point x="192" y="1588"/>
- <point x="108" y="1468" type="curve"/>
- <point x="236" y="1364" type="line"/>
- <point x="396" y="1492"/>
- <point x="488" y="1704"/>
- <point x="488" y="1868" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="88" y="2112" type="move" name="_caron"/>
+ <point x="488.0" y="2048.0" type="line"/>
+ <point x="264.0" y="2048.0" type="line"/>
+ <point x="264.0" y="1864.0" type="line" smooth="yes"/>
+ <point x="264.0" y="1716.0"/>
+ <point x="192.0" y="1588.0"/>
+ <point x="108.0" y="1468.0" type="curve"/>
+ <point x="236.0" y="1364.0" type="line"/>
+ <point x="396.0" y="1492.0"/>
+ <point x="488.0" y="1704.0"/>
+ <point x="488.0" y="1868.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quotesinglbase.glif b/src/Inter-UI-Regular.ufo/glyphs/quotesinglbase.glif
index 321190cb2..7c8454c46 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quotesinglbase.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quotesinglbase.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotesinglbase" format="1">
- <advance width="624"/>
+<glyph name="quotesinglbase" format="2">
+ <advance width="624.0"/>
<unicode hex="201A"/>
<outline>
- <component base="quoteright" xOffset="-16" yOffset="-1792"/>
+ <component base="quoteright" xOffset="-16.0" yOffset="-1792.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 578, 'leftMargin': 48, 'rightMargin': 124}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/quotesingle.glif b/src/Inter-UI-Regular.ufo/glyphs/quotesingle.glif
index 0465fc434..81143369d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/quotesingle.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/quotesingle.glif
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="quotesingle" format="1">
- <advance width="624"/>
+<glyph name="quotesingle" format="2">
+ <advance width="624.0"/>
<unicode hex="0027"/>
<outline>
<contour>
- <point x="420" y="2048" type="line"/>
- <point x="200" y="2048" type="line"/>
- <point x="200" y="1344" type="line"/>
- <point x="420" y="1344" type="line"/>
+ <point x="420.0" y="2048.0" type="line"/>
+ <point x="200.0" y="2048.0" type="line"/>
+ <point x="200.0" y="1344.0" type="line"/>
+ <point x="420.0" y="1344.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/r.glif b/src/Inter-UI-Regular.ufo/glyphs/r.glif
index f84442fe1..0f706ac7b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/r.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/r.glif
@@ -1,58 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="r" format="1">
- <advance width="1088"/>
+<glyph name="r" format="2">
+ <advance width="1088.0"/>
<unicode hex="0072"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1064" y="1504" type="line"/>
- <point x="1016" y="1532"/>
- <point x="940" y="1560"/>
- <point x="860" y="1560" type="curve"/>
- <point x="680" y="1560"/>
- <point x="512" y="1420"/>
- <point x="468" y="1272" type="curve"/>
- <point x="452" y="1272" type="line"/>
- <point x="452" y="1536" type="line"/>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="0" type="line"/>
- <point x="452" y="0" type="line"/>
- <point x="452" y="868" type="line"/>
- <point x="456" y="1076"/>
- <point x="600" y="1316"/>
- <point x="852" y="1316" type="curve"/>
- <point x="920" y="1316"/>
- <point x="960" y="1296"/>
- <point x="984" y="1284" type="curve"/>
- </contour>
- <contour>
- <point x="552" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="332" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="932" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="932" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="932" y="1792" type="move" name="top0315"/>
+ <point x="1064.0" y="1504.0" type="line"/>
+ <point x="1016.0" y="1532.0"/>
+ <point x="940.0" y="1560.0"/>
+ <point x="860.0" y="1560.0" type="curve"/>
+ <point x="680.0" y="1560.0"/>
+ <point x="512.0" y="1420.0"/>
+ <point x="468.0" y="1272.0" type="curve"/>
+ <point x="452.0" y="1272.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="868.0" type="line"/>
+ <point x="456.0" y="1076.0"/>
+ <point x="600.0" y="1316.0"/>
+ <point x="852.0" y="1316.0" type="curve"/>
+ <point x="920.0" y="1316.0"/>
+ <point x="960.0" y="1296.0"/>
+ <point x="984.0" y="1284.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/racute.glif b/src/Inter-UI-Regular.ufo/glyphs/racute.glif
new file mode 100644
index 000000000..3891147cc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/racute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="racute" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="0155"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="552.0" y="2284.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="acute" xOffset="240.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/radical.glif b/src/Inter-UI-Regular.ufo/glyphs/radical.glif
index baa416ab1..b2e61eec1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/radical.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/radical.glif
@@ -1,44 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="radical" format="1">
- <advance width="1776"/>
+<glyph name="radical" format="2">
+ <advance width="1776.0"/>
<unicode hex="221A"/>
<outline>
<contour>
- <point x="776" y="340" type="line"/>
- <point x="736" y="0" type="line"/>
- <point x="916" y="0" type="line"/>
- <point x="1672" y="2004" type="line"/>
- <point x="1392" y="2004" type="line"/>
+ <point x="776.0" y="340.0" type="line"/>
+ <point x="736.0" y="0.0" type="line"/>
+ <point x="916.0" y="0.0" type="line"/>
+ <point x="1672.0" y="2004.0" type="line"/>
+ <point x="1392.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="560" y="1084" type="line"/>
- <point x="280" y="1084" type="line"/>
- <point x="708" y="0" type="line"/>
- <point x="888" y="0" type="line"/>
- <point x="836" y="340" type="line"/>
+ <point x="560.0" y="1084.0" type="line"/>
+ <point x="280.0" y="1084.0" type="line"/>
+ <point x="708.0" y="0.0" type="line"/>
+ <point x="888.0" y="0.0" type="line"/>
+ <point x="836.0" y="340.0" type="line"/>
</contour>
<contour>
- <point x="104" y="864" type="line"/>
- <point x="552" y="864" type="line"/>
- <point x="552" y="1084" type="line"/>
- <point x="104" y="1084" type="line"/>
+ <point x="104.0" y="864.0" type="line"/>
+ <point x="552.0" y="864.0" type="line"/>
+ <point x="552.0" y="1084.0" type="line"/>
+ <point x="104.0" y="1084.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1711, 'leftMargin': 87, 'rightMargin': 57}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/rcaron.glif
new file mode 100644
index 000000000..b0547bab2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/rcaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rcaron" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="0159"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="536.0" y="2248.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="caron" xOffset="-96.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rcommaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/rcommaaccent.glif
new file mode 100644
index 000000000..0cd9974b0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/rcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rcommaaccent" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="0157"/>
+ <anchor x="368.0" y="-728.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="552.0" y="1792.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="commaaccent" xOffset="-64.0" yOffset="-512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rdblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/rdblgrave.glif
new file mode 100644
index 000000000..5dca6dc43
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/rdblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rdblgrave" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="0211"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="552.0" y="2218.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="dblgravecmb" xOffset="1176.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rdescend.glif b/src/Inter-UI-Regular.ufo/glyphs/rdescend.glif
index c056cf441..d2b800777 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rdescend.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rdescend.glif
@@ -1,36 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rdescend" format="1">
- <advance width="1088"/>
+<glyph name="rdescend" format="2">
+ <advance width="1088.0"/>
<unicode hex="027C"/>
+ <anchor x="600.0" y="-616.0" name="bottom"/>
+ <anchor x="592.0" y="1792.0" name="top"/>
+ <anchor x="900.0" y="1792.0" name="top0315"/>
<outline>
<contour>
- <point x="216" y="-576" type="line"/>
- <point x="452" y="-576" type="line"/>
- <point x="452" y="100" type="line"/>
- <point x="216" y="100" type="line"/>
+ <point x="216.0" y="-576.0" type="line"/>
+ <point x="452.0" y="-576.0" type="line"/>
+ <point x="452.0" y="100.0" type="line"/>
+ <point x="216.0" y="100.0" type="line"/>
</contour>
- <component base="r"/>
<contour>
- <point x="592" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="600" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="900" y="1792" type="move" name="top0315"/>
+ <point x="1064.0" y="1504.0" type="line"/>
+ <point x="1016.0" y="1532.0"/>
+ <point x="940.0" y="1560.0"/>
+ <point x="860.0" y="1560.0" type="curve"/>
+ <point x="680.0" y="1560.0"/>
+ <point x="512.0" y="1420.0"/>
+ <point x="468.0" y="1272.0" type="curve"/>
+ <point x="452.0" y="1272.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="868.0" type="line"/>
+ <point x="456.0" y="1076.0"/>
+ <point x="600.0" y="1316.0"/>
+ <point x="852.0" y="1316.0" type="curve"/>
+ <point x="920.0" y="1316.0"/>
+ <point x="960.0" y="1296.0"/>
+ <point x="984.0" y="1284.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 956, 'leftMargin': 188, 'rightMargin': 42}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/rdotaccent.glif
new file mode 100644
index 000000000..52b7a8e6b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/rdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rdotaccent" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="1E59"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="552.0" y="2188.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="dotaccent" xOffset="224.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/rdotbelow.glif
new file mode 100644
index 000000000..797cf9f86
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/rdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rdotbelow" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="1E5B"/>
+ <anchor x="332.0" y="-495.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="552.0" y="1792.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="dotbelow" xOffset="1160.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rdotbelowmacron.glif b/src/Inter-UI-Regular.ufo/glyphs/rdotbelowmacron.glif
new file mode 100644
index 000000000..670c49f3f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/rdotbelowmacron.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rdotbelowmacron" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="1E5D"/>
+ <anchor x="332.0" y="-495.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="552.0" y="2200.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="dotbelow" xOffset="1160.0"/>
+ <component base="macron" xOffset="-72.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/referencemark.glif b/src/Inter-UI-Regular.ufo/glyphs/referencemark.glif
index 1d03ed3c1..1b6145399 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/referencemark.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/referencemark.glif
@@ -1,92 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="referencemark" format="1">
- <advance width="1776"/>
+<glyph name="referencemark" format="2">
+ <advance width="1776.0"/>
<unicode hex="203B"/>
<outline>
<contour>
- <point x="452" y="308" type="line"/>
- <point x="1524" y="1400" type="line"/>
- <point x="1348" y="1580" type="line"/>
- <point x="276" y="488" type="line"/>
+ <point x="452.0" y="308.0" type="line"/>
+ <point x="1524.0" y="1400.0" type="line"/>
+ <point x="1348.0" y="1580.0" type="line"/>
+ <point x="276.0" y="488.0" type="line"/>
</contour>
<contour>
- <point x="1348" y="308" type="line"/>
- <point x="1524" y="488" type="line"/>
- <point x="452" y="1580" type="line"/>
- <point x="276" y="1400" type="line"/>
+ <point x="1348.0" y="308.0" type="line"/>
+ <point x="1524.0" y="488.0" type="line"/>
+ <point x="452.0" y="1580.0" type="line"/>
+ <point x="276.0" y="1400.0" type="line"/>
</contour>
<contour>
- <point x="144" y="952" type="curve" smooth="yes"/>
- <point x="144" y="868"/>
- <point x="196" y="804"/>
- <point x="300" y="804" type="curve" smooth="yes"/>
- <point x="408" y="804"/>
- <point x="460" y="868"/>
- <point x="460" y="952" type="curve" smooth="yes"/>
- <point x="460" y="1040"/>
- <point x="408" y="1108"/>
- <point x="300" y="1108" type="curve" smooth="yes"/>
- <point x="196" y="1108"/>
- <point x="144" y="1040"/>
+ <point x="144.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="868.0"/>
+ <point x="196.0" y="804.0"/>
+ <point x="300.0" y="804.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="804.0"/>
+ <point x="460.0" y="868.0"/>
+ <point x="460.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="1040.0"/>
+ <point x="408.0" y="1108.0"/>
+ <point x="300.0" y="1108.0" type="curve" smooth="yes"/>
+ <point x="196.0" y="1108.0"/>
+ <point x="144.0" y="1040.0"/>
</contour>
<contour>
- <point x="732" y="348" type="curve" smooth="yes"/>
- <point x="732" y="264"/>
- <point x="784" y="196"/>
- <point x="888" y="196" type="curve" smooth="yes"/>
- <point x="992" y="196"/>
- <point x="1048" y="264"/>
- <point x="1048" y="348" type="curve" smooth="yes"/>
- <point x="1048" y="432"/>
- <point x="992" y="500"/>
- <point x="888" y="500" type="curve" smooth="yes"/>
- <point x="784" y="500"/>
- <point x="732" y="432"/>
+ <point x="732.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="264.0"/>
+ <point x="784.0" y="196.0"/>
+ <point x="888.0" y="196.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="196.0"/>
+ <point x="1048.0" y="264.0"/>
+ <point x="1048.0" y="348.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="432.0"/>
+ <point x="992.0" y="500.0"/>
+ <point x="888.0" y="500.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="500.0"/>
+ <point x="732.0" y="432.0"/>
</contour>
<contour>
- <point x="732" y="1540" type="curve" smooth="yes"/>
- <point x="732" y="1456"/>
- <point x="784" y="1388"/>
- <point x="888" y="1388" type="curve" smooth="yes"/>
- <point x="992" y="1388"/>
- <point x="1048" y="1456"/>
- <point x="1048" y="1540" type="curve" smooth="yes"/>
- <point x="1048" y="1624"/>
- <point x="992" y="1692"/>
- <point x="888" y="1692" type="curve" smooth="yes"/>
- <point x="784" y="1692"/>
- <point x="732" y="1624"/>
+ <point x="732.0" y="1540.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="1456.0"/>
+ <point x="784.0" y="1388.0"/>
+ <point x="888.0" y="1388.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="1388.0"/>
+ <point x="1048.0" y="1456.0"/>
+ <point x="1048.0" y="1540.0" type="curve" smooth="yes"/>
+ <point x="1048.0" y="1624.0"/>
+ <point x="992.0" y="1692.0"/>
+ <point x="888.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="1692.0"/>
+ <point x="732.0" y="1624.0"/>
</contour>
<contour>
- <point x="1316" y="952" type="curve" smooth="yes"/>
- <point x="1316" y="868"/>
- <point x="1372" y="804"/>
- <point x="1476" y="804" type="curve" smooth="yes"/>
- <point x="1580" y="804"/>
- <point x="1636" y="868"/>
- <point x="1636" y="952" type="curve" smooth="yes"/>
- <point x="1636" y="1040"/>
- <point x="1580" y="1108"/>
- <point x="1476" y="1108" type="curve" smooth="yes"/>
- <point x="1372" y="1108"/>
- <point x="1316" y="1040"/>
+ <point x="1316.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="868.0"/>
+ <point x="1372.0" y="804.0"/>
+ <point x="1476.0" y="804.0" type="curve" smooth="yes"/>
+ <point x="1580.0" y="804.0"/>
+ <point x="1636.0" y="868.0"/>
+ <point x="1636.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="1636.0" y="1040.0"/>
+ <point x="1580.0" y="1108.0"/>
+ <point x="1476.0" y="1108.0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="1108.0"/>
+ <point x="1316.0" y="1040.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1738.0, 'leftMargin': 96, 'rightMargin': 151.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/registered.glif b/src/Inter-UI-Regular.ufo/glyphs/registered.glif
index 80c0241d4..ca09ab13b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/registered.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/registered.glif
@@ -1,99 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="registered" format="1">
- <advance width="2288"/>
+<glyph name="registered" format="2">
+ <advance width="2288.0"/>
<unicode hex="00AE"/>
<outline>
<contour>
- <point x="1180" y="900" type="line"/>
- <point x="1232" y="900"/>
- <point x="1208" y="900"/>
- <point x="1256" y="928" type="curve" smooth="yes"/>
- <point x="1260" y="928"/>
- <point x="1268" y="948"/>
- <point x="1272" y="948" type="curve" smooth="yes"/>
- <point x="1468" y="1000"/>
- <point x="1572" y="1100"/>
- <point x="1572" y="1252" type="curve"/>
- <point x="1572" y="1488"/>
- <point x="1400" y="1604"/>
- <point x="1128" y="1604" type="curve"/>
- <point x="740" y="1604" type="line"/>
- <point x="740" y="436" type="line"/>
- <point x="948" y="436" type="line"/>
- <point x="948" y="1420" type="line"/>
- <point x="1128" y="1420" type="line"/>
- <point x="1304" y="1420"/>
- <point x="1368" y="1376"/>
- <point x="1368" y="1244" type="curve"/>
- <point x="1368" y="1140"/>
- <point x="1268" y="1084"/>
- <point x="1156" y="1084" type="curve"/>
- <point x="880" y="1084" type="line"/>
- <point x="884" y="900" type="line"/>
+ <point x="1180.0" y="900.0" type="line"/>
+ <point x="1232.0" y="900.0"/>
+ <point x="1208.0" y="900.0"/>
+ <point x="1256.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="1260.0" y="928.0"/>
+ <point x="1268.0" y="948.0"/>
+ <point x="1272.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="1468.0" y="1000.0"/>
+ <point x="1572.0" y="1100.0"/>
+ <point x="1572.0" y="1252.0" type="curve"/>
+ <point x="1572.0" y="1488.0"/>
+ <point x="1400.0" y="1604.0"/>
+ <point x="1128.0" y="1604.0" type="curve"/>
+ <point x="740.0" y="1604.0" type="line"/>
+ <point x="740.0" y="436.0" type="line"/>
+ <point x="948.0" y="436.0" type="line"/>
+ <point x="948.0" y="1420.0" type="line"/>
+ <point x="1128.0" y="1420.0" type="line"/>
+ <point x="1304.0" y="1420.0"/>
+ <point x="1368.0" y="1376.0"/>
+ <point x="1368.0" y="1244.0" type="curve"/>
+ <point x="1368.0" y="1140.0"/>
+ <point x="1268.0" y="1084.0"/>
+ <point x="1156.0" y="1084.0" type="curve"/>
+ <point x="880.0" y="1084.0" type="line"/>
+ <point x="884.0" y="900.0" type="line"/>
</contour>
<contour>
- <point x="1164" y="900" type="line"/>
- <point x="1308" y="900"/>
- <point x="1360" y="836"/>
- <point x="1360" y="708" type="curve"/>
- <point x="1360" y="632" type="line"/>
- <point x="1360" y="592"/>
- <point x="1360" y="480"/>
- <point x="1380" y="436" type="curve"/>
- <point x="1592" y="436" type="line"/>
- <point x="1592" y="456" type="line"/>
- <point x="1576" y="500"/>
- <point x="1568" y="564"/>
- <point x="1568" y="632" type="curve"/>
- <point x="1568" y="708" type="line"/>
- <point x="1568" y="892"/>
- <point x="1480" y="1028"/>
- <point x="1192" y="1028" type="curve"/>
+ <point x="1164.0" y="900.0" type="line"/>
+ <point x="1308.0" y="900.0"/>
+ <point x="1360.0" y="836.0"/>
+ <point x="1360.0" y="708.0" type="curve"/>
+ <point x="1360.0" y="632.0" type="line"/>
+ <point x="1360.0" y="592.0"/>
+ <point x="1360.0" y="480.0"/>
+ <point x="1380.0" y="436.0" type="curve"/>
+ <point x="1592.0" y="436.0" type="line"/>
+ <point x="1592.0" y="456.0" type="line"/>
+ <point x="1576.0" y="500.0"/>
+ <point x="1568.0" y="564.0"/>
+ <point x="1568.0" y="632.0" type="curve"/>
+ <point x="1568.0" y="708.0" type="line"/>
+ <point x="1568.0" y="892.0"/>
+ <point x="1480.0" y="1028.0"/>
+ <point x="1192.0" y="1028.0" type="curve"/>
</contour>
<contour>
- <point x="336" y="1004" type="curve" smooth="yes"/>
- <point x="336" y="1488"/>
- <point x="700" y="1860"/>
- <point x="1144" y="1860" type="curve" smooth="yes"/>
- <point x="1592" y="1860"/>
- <point x="1952" y="1488"/>
- <point x="1952" y="1004" type="curve" smooth="yes"/>
- <point x="1952" y="516"/>
- <point x="1592" y="144"/>
- <point x="1144" y="144" type="curve" smooth="yes"/>
- <point x="700" y="144"/>
- <point x="336" y="516"/>
+ <point x="336.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="1488.0"/>
+ <point x="700.0" y="1860.0"/>
+ <point x="1144.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="1592.0" y="1860.0"/>
+ <point x="1952.0" y="1488.0"/>
+ <point x="1952.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="1952.0" y="516.0"/>
+ <point x="1592.0" y="144.0"/>
+ <point x="1144.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="144.0"/>
+ <point x="336.0" y="516.0"/>
</contour>
<contour>
- <point x="168" y="1004" type="curve" smooth="yes"/>
- <point x="168" y="420"/>
- <point x="608" y="-28"/>
- <point x="1144" y="-28" type="curve" smooth="yes"/>
- <point x="1684" y="-28"/>
- <point x="2120" y="420"/>
- <point x="2120" y="1004" type="curve" smooth="yes"/>
- <point x="2120" y="1584"/>
- <point x="1684" y="2032"/>
- <point x="1144" y="2032" type="curve" smooth="yes"/>
- <point x="608" y="2032"/>
- <point x="168" y="1584"/>
+ <point x="168.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="168.0" y="420.0"/>
+ <point x="608.0" y="-28.0"/>
+ <point x="1144.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1684.0" y="-28.0"/>
+ <point x="2120.0" y="420.0"/>
+ <point x="2120.0" y="1004.0" type="curve" smooth="yes"/>
+ <point x="2120.0" y="1584.0"/>
+ <point x="1684.0" y="2032.0"/>
+ <point x="1144.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="2032.0"/>
+ <point x="168.0" y="1584.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2204, 'leftMargin': 121, 'rightMargin': 132}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/response.glif b/src/Inter-UI-Regular.ufo/glyphs/response.glif
index 9b0c9dc38..43d27facf 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/response.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/response.glif
@@ -1,33 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="response" format="1">
- <advance width="1784"/>
+<glyph name="response" format="2">
+ <advance width="1784.0"/>
<unicode hex="211F"/>
<outline>
<contour>
- <point x="1524" y="2252" type="line"/>
- <point x="1084" y="2476" type="line"/>
- <point x="1004" y="2288" type="line"/>
- <point x="1264" y="2160" type="line"/>
- <point x="308" y="-396" type="line"/>
- <point x="496" y="-468" type="line"/>
+ <point x="1524.0" y="2252.0" type="line"/>
+ <point x="1084.0" y="2476.0" type="line"/>
+ <point x="1004.0" y="2288.0" type="line"/>
+ <point x="1264.0" y="2160.0" type="line"/>
+ <point x="308.0" y="-396.0" type="line"/>
+ <point x="496.0" y="-468.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1828.0" type="line"/>
+ <point x="932.0" y="1828.0" type="line" smooth="yes"/>
+ <point x="1296.0" y="1828.0"/>
+ <point x="1376.0" y="1612.0"/>
+ <point x="1376.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1376.0" y="1192.0"/>
+ <point x="1264.0" y="1024.0"/>
+ <point x="904.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="1024.0" type="line"/>
+ <point x="440.0" y="796.0" type="line"/>
+ <point x="1068.0" y="796.0" type="line"/>
+ <point x="1144.0" y="816.0" type="line"/>
+ <point x="1448.0" y="896.0"/>
+ <point x="1620.0" y="1100.0"/>
+ <point x="1620.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="1760.0"/>
+ <point x="1420.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1404.0" y="0.0" type="line"/>
+ <point x="1692.0" y="0.0" type="line"/>
+ <point x="1224.0" y="900.0" type="line"/>
+ <point x="944.0" y="900.0" type="line"/>
</contour>
- <component base="R"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1727.0, 'leftMargin': 250, 'rightMargin': 7.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/reverseddblprime.glif b/src/Inter-UI-Regular.ufo/glyphs/reverseddblprime.glif
index bec1ebff5..6f78713c9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/reverseddblprime.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/reverseddblprime.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="reverseddblprime" format="1">
- <advance width="1264"/>
+<glyph name="reverseddblprime" format="2">
+ <advance width="1264.0"/>
<unicode hex="2036"/>
<outline>
<contour>
- <point x="880" y="2148" type="line"/>
- <point x="628" y="2148" type="line"/>
- <point x="884" y="1664" type="line"/>
- <point x="1052" y="1664" type="line"/>
+ <point x="880.0" y="2148.0" type="line"/>
+ <point x="628.0" y="2148.0" type="line"/>
+ <point x="884.0" y="1664.0" type="line"/>
+ <point x="1052.0" y="1664.0" type="line"/>
</contour>
<contour>
- <point x="468" y="2148" type="line"/>
- <point x="212" y="2148" type="line"/>
- <point x="472" y="1664" type="line"/>
- <point x="640" y="1664" type="line"/>
+ <point x="468.0" y="2148.0" type="line"/>
+ <point x="212.0" y="2148.0" type="line"/>
+ <point x="472.0" y="1664.0" type="line"/>
+ <point x="640.0" y="1664.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1059, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rfishhook.glif b/src/Inter-UI-Regular.ufo/glyphs/rfishhook.glif
index 032065884..1e67d8be9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rfishhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rfishhook.glif
@@ -1,82 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rfishhook" format="1">
- <advance width="860"/>
+<glyph name="rfishhook" format="2">
+ <advance width="860.0"/>
<unicode hex="027E"/>
+ <anchor x="372.0" y="0.0" name="bottom"/>
+ <anchor x="372.0" y="1776.0" name="top"/>
+ <anchor x="828.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="452" y="0" type="line"/>
- <point x="452" y="1132" type="line" smooth="yes"/>
- <point x="452" y="1288"/>
- <point x="568" y="1336"/>
- <point x="696" y="1336" type="curve" smooth="yes"/>
- <point x="720" y="1336"/>
- <point x="748" y="1332"/>
- <point x="772" y="1328" type="curve"/>
- <point x="772" y="1536" type="line"/>
- <point x="736" y="1548"/>
- <point x="676" y="1556"/>
- <point x="636" y="1556" type="curve" smooth="yes"/>
- <point x="412" y="1556"/>
- <point x="216" y="1412"/>
- <point x="216" y="1148" type="curve" smooth="yes"/>
- <point x="216" y="0" type="line"/>
- </contour>
- <contour>
- <point x="372" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="372" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="828" y="1776" type="move" name="top0315"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="1132.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1288.0"/>
+ <point x="568.0" y="1336.0"/>
+ <point x="696.0" y="1336.0" type="curve" smooth="yes"/>
+ <point x="720.0" y="1336.0"/>
+ <point x="748.0" y="1332.0"/>
+ <point x="772.0" y="1328.0" type="curve"/>
+ <point x="772.0" y="1536.0" type="line"/>
+ <point x="736.0" y="1548.0"/>
+ <point x="676.0" y="1556.0"/>
+ <point x="636.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="216.0" y="1412.0"/>
+ <point x="216.0" y="1148.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>r</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>rfishhook</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>860</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 787, 'leftMargin': 188, 'rightMargin': 42}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rfishhookrev.glif b/src/Inter-UI-Regular.ufo/glyphs/rfishhookrev.glif
index 28af522ce..490416473 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rfishhookrev.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rfishhookrev.glif
@@ -1,44 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rfishhookrev" format="1">
- <advance width="844"/>
+<glyph name="rfishhookrev" format="2">
+ <advance width="844.0"/>
<unicode hex="027F"/>
+ <anchor x="512.0" y="-616.0" name="bottom"/>
+ <anchor x="512.0" y="1776.0" name="top"/>
+ <anchor x="832.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="628" y="-576" type="line"/>
- <point x="628" y="1148" type="line" smooth="yes"/>
- <point x="628" y="1412"/>
- <point x="432" y="1556"/>
- <point x="208" y="1556" type="curve" smooth="yes"/>
- <point x="168" y="1556"/>
- <point x="108" y="1548"/>
- <point x="72" y="1536" type="curve"/>
- <point x="72" y="1328" type="line"/>
- <point x="96" y="1332"/>
- <point x="124" y="1336"/>
- <point x="148" y="1336" type="curve" smooth="yes"/>
- <point x="276" y="1336"/>
- <point x="392" y="1288"/>
- <point x="392" y="1132" type="curve" smooth="yes"/>
- <point x="392" y="-576" type="line"/>
- </contour>
- <contour>
- <point x="512" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="512" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="832" y="1776" type="move" name="top0315"/>
+ <point x="628.0" y="-576.0" type="line"/>
+ <point x="628.0" y="1148.0" type="line" smooth="yes"/>
+ <point x="628.0" y="1412.0"/>
+ <point x="432.0" y="1556.0"/>
+ <point x="208.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="168.0" y="1556.0"/>
+ <point x="108.0" y="1548.0"/>
+ <point x="72.0" y="1536.0" type="curve"/>
+ <point x="72.0" y="1328.0" type="line"/>
+ <point x="96.0" y="1332.0"/>
+ <point x="124.0" y="1336.0"/>
+ <point x="148.0" y="1336.0" type="curve" smooth="yes"/>
+ <point x="276.0" y="1336.0"/>
+ <point x="392.0" y="1288.0"/>
+ <point x="392.0" y="1132.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="-576.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 787, 'leftMargin': 41, 'rightMargin': 189}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rho.glif b/src/Inter-UI-Regular.ufo/glyphs/rho.glif
index b58b2b8f9..44ff249f3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rho.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rho.glif
@@ -1,55 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rho" format="1">
- <advance width="1608"/>
+<glyph name="rho" format="2">
+ <advance width="1608.0"/>
<unicode hex="03C1"/>
+ <anchor x="824.0" y="1760.0" name="top"/>
+ <anchor x="1608.0" y="1760.0" name="top0315"/>
<outline>
<contour>
- <point x="200" y="-572" type="line"/>
- <point x="436" y="-572" type="line"/>
- <point x="428" y="792" type="line" smooth="yes"/>
- <point x="428" y="1012"/>
- <point x="540" y="1296"/>
- <point x="820" y="1296" type="curve" smooth="yes"/>
- <point x="1096" y="1296"/>
- <point x="1220" y="1028"/>
- <point x="1220" y="716" type="curve" smooth="yes"/>
- <point x="1220" y="688" type="line" smooth="yes"/>
- <point x="1220" y="416"/>
- <point x="1096" y="184"/>
- <point x="828" y="184" type="curve" smooth="yes"/>
- <point x="524" y="184"/>
- <point x="428" y="484"/>
- <point x="428" y="676" type="curve"/>
- <point x="272" y="480" type="line"/>
- <point x="380" y="168"/>
- <point x="528" y="-28"/>
- <point x="840" y="-28" type="curve" smooth="yes"/>
- <point x="1224" y="-28"/>
- <point x="1464" y="272"/>
- <point x="1464" y="688" type="curve" smooth="yes"/>
- <point x="1464" y="716" type="line" smooth="yes"/>
- <point x="1464" y="1184"/>
- <point x="1224" y="1516"/>
- <point x="820" y="1516" type="curve" smooth="yes"/>
- <point x="468" y="1516"/>
- <point x="200" y="1264"/>
- <point x="200" y="788" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="824" y="1760" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1608" y="1760" type="move" name="top0315"/>
+ <point x="200.0" y="-572.0" type="line"/>
+ <point x="436.0" y="-572.0" type="line"/>
+ <point x="428.0" y="792.0" type="line" smooth="yes"/>
+ <point x="428.0" y="1012.0"/>
+ <point x="540.0" y="1296.0"/>
+ <point x="820.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="1296.0"/>
+ <point x="1220.0" y="1028.0"/>
+ <point x="1220.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1220.0" y="688.0" type="line" smooth="yes"/>
+ <point x="1220.0" y="416.0"/>
+ <point x="1096.0" y="184.0"/>
+ <point x="828.0" y="184.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="184.0"/>
+ <point x="428.0" y="484.0"/>
+ <point x="428.0" y="676.0" type="curve"/>
+ <point x="272.0" y="480.0" type="line"/>
+ <point x="380.0" y="168.0"/>
+ <point x="528.0" y="-28.0"/>
+ <point x="840.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="-28.0"/>
+ <point x="1464.0" y="272.0"/>
+ <point x="1464.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1464.0" y="1184.0"/>
+ <point x="1224.0" y="1516.0"/>
+ <point x="820.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1516.0"/>
+ <point x="200.0" y="1264.0"/>
+ <point x="200.0" y="788.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 197, 'rightMargin': 142}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rho1.glif b/src/Inter-UI-Regular.ufo/glyphs/rho1.glif
index 64eff5391..ab3759a46 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rho1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rho1.glif
@@ -1,70 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rho1" format="1">
- <advance width="1776"/>
+<glyph name="rho1" format="2">
+ <advance width="1776.0"/>
<unicode hex="03F1"/>
<outline>
<contour>
- <point x="1452" y="-652" type="line"/>
- <point x="1452" y="-280"/>
- <point x="1200" y="-256"/>
- <point x="952" y="-200" type="curve" smooth="yes"/>
- <point x="644" y="-128"/>
- <point x="400" y="40"/>
- <point x="448" y="648" type="curve"/>
- <point x="448" y="776" type="line"/>
- <point x="224" y="776" type="line"/>
- <point x="224" y="648" type="line" smooth="yes"/>
- <point x="224" y="-32"/>
- <point x="496" y="-352"/>
- <point x="896" y="-432" type="curve" smooth="yes"/>
- <point x="1092" y="-472"/>
- <point x="1228" y="-508"/>
- <point x="1228" y="-652" type="curve"/>
+ <point x="1452.0" y="-652.0" type="line"/>
+ <point x="1452.0" y="-280.0"/>
+ <point x="1200.0" y="-256.0"/>
+ <point x="952.0" y="-200.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="-128.0"/>
+ <point x="400.0" y="40.0"/>
+ <point x="448.0" y="648.0" type="curve"/>
+ <point x="448.0" y="776.0" type="line"/>
+ <point x="224.0" y="776.0" type="line"/>
+ <point x="224.0" y="648.0" type="line" smooth="yes"/>
+ <point x="224.0" y="-32.0"/>
+ <point x="496.0" y="-352.0"/>
+ <point x="896.0" y="-432.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-472.0"/>
+ <point x="1228.0" y="-508.0"/>
+ <point x="1228.0" y="-652.0" type="curve"/>
</contour>
<contour>
- <point x="940" y="80" type="curve" smooth="yes"/>
- <point x="1328" y="80"/>
- <point x="1556" y="372"/>
- <point x="1556" y="756" type="curve" smooth="yes"/>
- <point x="1556" y="784" type="line" smooth="yes"/>
- <point x="1556" y="1200"/>
- <point x="1308" y="1516"/>
- <point x="888" y="1516" type="curve" smooth="yes"/>
- <point x="468" y="1516"/>
- <point x="224" y="1200"/>
- <point x="224" y="784" type="curve" smooth="yes"/>
- <point x="224" y="756" type="line"/>
- <point x="224" y="688"/>
- <point x="272" y="628"/>
- <point x="304" y="552" type="curve" smooth="yes"/>
- <point x="404" y="304"/>
- <point x="624" y="80"/>
+ <point x="940.0" y="80.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="80.0"/>
+ <point x="1556.0" y="372.0"/>
+ <point x="1556.0" y="756.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="784.0" type="line" smooth="yes"/>
+ <point x="1556.0" y="1200.0"/>
+ <point x="1308.0" y="1516.0"/>
+ <point x="888.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1516.0"/>
+ <point x="224.0" y="1200.0"/>
+ <point x="224.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="224.0" y="756.0" type="line"/>
+ <point x="224.0" y="688.0"/>
+ <point x="272.0" y="628.0"/>
+ <point x="304.0" y="552.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="304.0"/>
+ <point x="624.0" y="80.0"/>
</contour>
<contour>
- <point x="888" y="300" type="curve" smooth="yes"/>
- <point x="616" y="300"/>
- <point x="496" y="512"/>
- <point x="496" y="756" type="curve" smooth="yes"/>
- <point x="496" y="784" type="line" smooth="yes"/>
- <point x="496" y="1060"/>
- <point x="616" y="1296"/>
- <point x="888" y="1296" type="curve" smooth="yes"/>
- <point x="1160" y="1296"/>
- <point x="1280" y="1060"/>
- <point x="1280" y="784" type="curve" smooth="yes"/>
- <point x="1280" y="756" type="line" smooth="yes"/>
- <point x="1280" y="512"/>
- <point x="1160" y="300"/>
+ <point x="888.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="300.0"/>
+ <point x="496.0" y="512.0"/>
+ <point x="496.0" y="756.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="784.0" type="line" smooth="yes"/>
+ <point x="496.0" y="1060.0"/>
+ <point x="616.0" y="1296.0"/>
+ <point x="888.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="1296.0"/>
+ <point x="1280.0" y="1060.0"/>
+ <point x="1280.0" y="784.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="756.0" type="line" smooth="yes"/>
+ <point x="1280.0" y="512.0"/>
+ <point x="1160.0" y="300.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 127, 'rightMargin': 126}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rhotichookmod.glif b/src/Inter-UI-Regular.ufo/glyphs/rhotichookmod.glif
index e7fef1f7b..ee92b2d40 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rhotichookmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rhotichookmod.glif
@@ -1,41 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rhotichookmod" format="1">
- <advance width="784"/>
+<glyph name="rhotichookmod" format="2">
+ <advance width="784.0"/>
<unicode hex="02DE"/>
+ <anchor x="-8.0" y="880.0" name="_markrhotichook"/>
<outline>
<contour>
- <point x="-12" y="760" type="line"/>
- <point x="312" y="820" type="line"/>
- <point x="356" y="660"/>
- <point x="424" y="496"/>
- <point x="624" y="496" type="curve" smooth="yes"/>
- <point x="684" y="496"/>
- <point x="744" y="504"/>
- <point x="796" y="528" type="curve"/>
- <point x="752" y="740" type="line"/>
- <point x="732" y="736"/>
- <point x="696" y="724"/>
- <point x="676" y="724" type="curve" smooth="yes"/>
- <point x="524" y="724"/>
- <point x="520" y="836"/>
- <point x="484" y="1060" type="curve"/>
- <point x="-16" y="964" type="line"/>
- </contour>
- <contour>
- <point x="-8" y="880" type="move" name="_markrhotichook"/>
+ <point x="-12.0" y="760.0" type="line"/>
+ <point x="312.0" y="820.0" type="line"/>
+ <point x="356.0" y="660.0"/>
+ <point x="424.0" y="496.0"/>
+ <point x="624.0" y="496.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="496.0"/>
+ <point x="744.0" y="504.0"/>
+ <point x="796.0" y="528.0" type="curve"/>
+ <point x="752.0" y="740.0" type="line"/>
+ <point x="732.0" y="736.0"/>
+ <point x="696.0" y="724.0"/>
+ <point x="676.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="724.0"/>
+ <point x="520.0" y="836.0"/>
+ <point x="484.0" y="1060.0" type="curve"/>
+ <point x="-16.0" y="964.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 593, 'leftMargin': -281, 'rightMargin': 69}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif
index 04225a2db..2af4325f1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rightloop.cn.glif
@@ -1,121 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rightloop.cn" format="1">
- <advance width="1680"/>
+<glyph name="rightloop.cn" format="2">
+ <advance width="1680.0"/>
+ <guideline x="1528.0" y="652.0" angle="90.0"/>
+ <guideline x="1528.0" y="748.0" angle="90.0"/>
<outline>
<contour>
- <point x="304" y="1292" type="line"/>
- <point x="304" y="236" type="line"/>
- <point x="420" y="236" type="line"/>
- <point x="472" y="152"/>
- <point x="572" y="-32"/>
- <point x="868" y="-32" type="curve" smooth="yes"/>
- <point x="1252" y="-32"/>
- <point x="1520" y="276"/>
- <point x="1520" y="764" type="curve" smooth="yes"/>
- <point x="1520" y="1248"/>
- <point x="1252" y="1556"/>
- <point x="864" y="1556" type="curve" smooth="yes"/>
- <point x="564" y="1556"/>
- <point x="472" y="1372"/>
- <point x="420" y="1292" type="curve"/>
+ <point x="304.0" y="1292.0" type="line"/>
+ <point x="304.0" y="236.0" type="line"/>
+ <point x="420.0" y="236.0" type="line"/>
+ <point x="472.0" y="152.0"/>
+ <point x="572.0" y="-32.0"/>
+ <point x="868.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="-32.0"/>
+ <point x="1520.0" y="276.0"/>
+ <point x="1520.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1520.0" y="1248.0"/>
+ <point x="1252.0" y="1556.0"/>
+ <point x="864.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="564.0" y="1556.0"/>
+ <point x="472.0" y="1372.0"/>
+ <point x="420.0" y="1292.0" type="curve"/>
</contour>
<contour>
- <point x="1284" y="768" type="curve" smooth="yes"/>
- <point x="1284" y="440"/>
- <point x="1132" y="180"/>
- <point x="836" y="180" type="curve" smooth="yes"/>
- <point x="552" y="180"/>
- <point x="396" y="420"/>
- <point x="396" y="768" type="curve" smooth="yes"/>
- <point x="396" y="1112"/>
- <point x="548" y="1344"/>
- <point x="836" y="1344" type="curve" smooth="yes"/>
- <point x="1136" y="1344"/>
- <point x="1284" y="1092"/>
+ <point x="1284.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="440.0"/>
+ <point x="1132.0" y="180.0"/>
+ <point x="836.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="180.0"/>
+ <point x="396.0" y="420.0"/>
+ <point x="396.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="1112.0"/>
+ <point x="548.0" y="1344.0"/>
+ <point x="836.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1344.0"/>
+ <point x="1284.0" y="1092.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1528</integer>
- <key>y</key>
- <integer>652</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1528</integer>
- <key>y</key>
- <integer>748</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>o</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>rightloop.cn</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1680</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.77</real>
- <real>0.95</real>
- <real>0.76</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.Export</key>
+ <false/>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:11</string>
+ <key>public.markColor</key>
+ <string>0.769,0.949,0.761,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ring.glif b/src/Inter-UI-Regular.ufo/glyphs/ring.glif
index 46ca24fce..2ebc338ee 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ring.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ring.glif
@@ -1,56 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ring" format="1">
- <advance width="880"/>
+<glyph name="ring" format="2">
+ <advance width="880.0"/>
<unicode hex="02DA"/>
+ <anchor x="440.0" y="1800.0" name="_top"/>
+ <anchor x="452.0" y="2764.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="76" y="2072" type="curve"/>
- <point x="76" y="1880"/>
- <point x="236" y="1732"/>
- <point x="440" y="1732" type="curve" smooth="yes"/>
- <point x="644" y="1732"/>
- <point x="800" y="1880"/>
- <point x="800" y="2072" type="curve" smooth="yes"/>
- <point x="800" y="2264"/>
- <point x="644" y="2424"/>
- <point x="440" y="2424" type="curve" smooth="yes"/>
- <point x="236" y="2424"/>
- <point x="76" y="2264"/>
+ <point x="76.0" y="2072.0" type="curve"/>
+ <point x="76.0" y="1880.0"/>
+ <point x="236.0" y="1732.0"/>
+ <point x="440.0" y="1732.0" type="curve" smooth="yes"/>
+ <point x="644.0" y="1732.0"/>
+ <point x="800.0" y="1880.0"/>
+ <point x="800.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="2264.0"/>
+ <point x="644.0" y="2424.0"/>
+ <point x="440.0" y="2424.0" type="curve" smooth="yes"/>
+ <point x="236.0" y="2424.0"/>
+ <point x="76.0" y="2264.0"/>
</contour>
<contour>
- <point x="248" y="2072" type="curve"/>
- <point x="248" y="2172"/>
- <point x="328" y="2268"/>
- <point x="440" y="2268" type="curve" smooth="yes"/>
- <point x="552" y="2268"/>
- <point x="632" y="2172"/>
- <point x="632" y="2072" type="curve" smooth="yes"/>
- <point x="632" y="1976"/>
- <point x="552" y="1884"/>
- <point x="440" y="1884" type="curve" smooth="yes"/>
- <point x="328" y="1884"/>
- <point x="248" y="1976"/>
- </contour>
- <contour>
- <point x="440" y="1800" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="452" y="2764" type="move" name="mkmktop_acc"/>
+ <point x="248.0" y="2072.0" type="curve"/>
+ <point x="248.0" y="2172.0"/>
+ <point x="328.0" y="2268.0"/>
+ <point x="440.0" y="2268.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="2268.0"/>
+ <point x="632.0" y="2172.0"/>
+ <point x="632.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="1976.0"/>
+ <point x="552.0" y="1884.0"/>
+ <point x="440.0" y="1884.0" type="curve" smooth="yes"/>
+ <point x="328.0" y="1884.0"/>
+ <point x="248.0" y="1976.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringacute.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/ringacute.cn.glif
new file mode 100644
index 000000000..5e3cbc7fe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringacute.cn.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ringacute.cn" format="2">
+ <advance width="1008.0"/>
+ <anchor x="412.0" y="1792.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="360.0" y="2016.0" type="line"/>
+ <point x="528.0" y="2016.0" type="line"/>
+ <point x="832.0" y="2264.0" type="line"/>
+ <point x="560.0" y="2264.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="184.0" y="1712.0" type="curve"/>
+ <point x="180.0" y="1580.0"/>
+ <point x="288.0" y="1488.0"/>
+ <point x="424.0" y="1488.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="1488.0"/>
+ <point x="656.0" y="1580.0"/>
+ <point x="656.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="1848.0"/>
+ <point x="548.0" y="1948.0"/>
+ <point x="424.0" y="1952.0" type="curve" smooth="yes"/>
+ <point x="288.0" y="1948.0"/>
+ <point x="180.0" y="1848.0"/>
+ </contour>
+ <contour>
+ <point x="304.0" y="1712.0" type="curve"/>
+ <point x="300.0" y="1784.0"/>
+ <point x="356.0" y="1836.0"/>
+ <point x="424.0" y="1840.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="1836.0"/>
+ <point x="532.0" y="1784.0"/>
+ <point x="536.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1648.0"/>
+ <point x="484.0" y="1600.0"/>
+ <point x="424.0" y="1600.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1600.0"/>
+ <point x="300.0" y="1648.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:20:07</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringacute.glif b/src/Inter-UI-Regular.ufo/glyphs/ringacute.glif
deleted file mode 100644
index 20cb93f82..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/ringacute.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringacute" format="1">
- <advance width="1008"/>
- <outline>
- <contour>
- <point x="360" y="2012" type="line"/>
- <point x="524" y="2012" type="line"/>
- <point x="832" y="2264" type="line"/>
- <point x="556" y="2264" type="line"/>
- </contour>
- <contour>
- <point x="180" y="1712" type="curve"/>
- <point x="180" y="1580"/>
- <point x="288" y="1488"/>
- <point x="420" y="1488" type="curve" smooth="yes"/>
- <point x="548" y="1488"/>
- <point x="656" y="1580"/>
- <point x="656" y="1712" type="curve" smooth="yes"/>
- <point x="656" y="1848"/>
- <point x="548" y="1948"/>
- <point x="420" y="1948" type="curve" smooth="yes"/>
- <point x="288" y="1948"/>
- <point x="180" y="1848"/>
- </contour>
- <contour>
- <point x="300" y="1712" type="curve"/>
- <point x="300" y="1784"/>
- <point x="356" y="1836"/>
- <point x="420" y="1836" type="curve" smooth="yes"/>
- <point x="484" y="1836"/>
- <point x="532" y="1784"/>
- <point x="532" y="1712" type="curve" smooth="yes"/>
- <point x="532" y="1648"/>
- <point x="484" y="1600"/>
- <point x="420" y="1600" type="curve" smooth="yes"/>
- <point x="356" y="1600"/>
- <point x="300" y="1648"/>
- </contour>
- <contour>
- <point x="412" y="1792" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 958, 'leftMargin': 213, 'rightMargin': 92}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringhalfleft.glif b/src/Inter-UI-Regular.ufo/glyphs/ringhalfleft.glif
index 1efcf6ee5..9a5fd5b7a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ringhalfleft.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringhalfleft.glif
@@ -1,33 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringhalfleft" format="1">
- <advance width="496"/>
+<glyph name="ringhalfleft" format="2">
+ <advance width="496.0"/>
<unicode hex="02BF"/>
<outline>
<contour>
- <point x="392" y="1528" type="line"/>
- <point x="236" y="1528"/>
- <point x="108" y="1636"/>
- <point x="108" y="1796" type="curve" smooth="yes"/>
- <point x="108" y="1960"/>
- <point x="236" y="2076"/>
- <point x="392" y="2076" type="curve"/>
- <point x="392" y="1948" type="line"/>
- <point x="312" y="1948"/>
- <point x="252" y="1884"/>
- <point x="252" y="1796" type="curve" smooth="yes"/>
- <point x="252" y="1716"/>
- <point x="312" y="1652"/>
- <point x="392" y="1652" type="curve"/>
+ <point x="392.0" y="1528.0" type="line"/>
+ <point x="236.0" y="1528.0"/>
+ <point x="108.0" y="1636.0"/>
+ <point x="108.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="108.0" y="1960.0"/>
+ <point x="236.0" y="2076.0"/>
+ <point x="392.0" y="2076.0" type="curve"/>
+ <point x="392.0" y="1948.0" type="line"/>
+ <point x="312.0" y="1948.0"/>
+ <point x="252.0" y="1884.0"/>
+ <point x="252.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="252.0" y="1716.0"/>
+ <point x="312.0" y="1652.0"/>
+ <point x="392.0" y="1652.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 393, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringhalfleftcentered.glif b/src/Inter-UI-Regular.ufo/glyphs/ringhalfleftcentered.glif
index 93718b5e2..417483120 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ringhalfleftcentered.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringhalfleftcentered.glif
@@ -1,40 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringhalfleftcentered" format="1">
- <advance width="496"/>
+<glyph name="ringhalfleftcentered" format="2">
+ <advance width="496.0"/>
<unicode hex="02D3"/>
<outline>
<contour>
- <point x="392" y="304" type="line"/>
- <point x="312" y="304"/>
- <point x="252" y="364"/>
- <point x="252" y="448" type="curve" smooth="yes"/>
- <point x="252" y="532"/>
- <point x="312" y="596"/>
- <point x="392" y="596" type="curve"/>
- <point x="392" y="724" type="line"/>
- <point x="236" y="724"/>
- <point x="108" y="608"/>
- <point x="108" y="448" type="curve" smooth="yes"/>
- <point x="108" y="284"/>
- <point x="236" y="176"/>
- <point x="392" y="176" type="curve"/>
+ <point x="392.0" y="304.0" type="line"/>
+ <point x="312.0" y="304.0"/>
+ <point x="252.0" y="364.0"/>
+ <point x="252.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="252.0" y="532.0"/>
+ <point x="312.0" y="596.0"/>
+ <point x="392.0" y="596.0" type="curve"/>
+ <point x="392.0" y="724.0" type="line"/>
+ <point x="236.0" y="724.0"/>
+ <point x="108.0" y="608.0"/>
+ <point x="108.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="108.0" y="284.0"/>
+ <point x="236.0" y="176.0"/>
+ <point x="392.0" y="176.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 393, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringhalfright.glif b/src/Inter-UI-Regular.ufo/glyphs/ringhalfright.glif
index 3961559bb..7537f5561 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ringhalfright.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringhalfright.glif
@@ -1,39 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringhalfright" format="1">
- <advance width="496"/>
+<glyph name="ringhalfright" format="2">
+ <advance width="496.0"/>
<unicode hex="02BE"/>
+ <anchor x="220.0" y="1584.0" name="_rhalfring"/>
+ <anchor x="148.0" y="1584.0" name="_top"/>
<outline>
<contour>
- <point x="108" y="1528" type="line"/>
- <point x="264" y="1528"/>
- <point x="392" y="1636"/>
- <point x="392" y="1796" type="curve" smooth="yes"/>
- <point x="392" y="1960"/>
- <point x="264" y="2076"/>
- <point x="108" y="2076" type="curve"/>
- <point x="108" y="1948" type="line"/>
- <point x="184" y="1948"/>
- <point x="248" y="1884"/>
- <point x="248" y="1796" type="curve" smooth="yes"/>
- <point x="248" y="1716"/>
- <point x="184" y="1652"/>
- <point x="108" y="1652" type="curve"/>
- </contour>
- <contour>
- <point x="148" y="1584" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="220" y="1584" type="move" name="_rhalfring"/>
+ <point x="108.0" y="1528.0" type="line"/>
+ <point x="264.0" y="1528.0"/>
+ <point x="392.0" y="1636.0"/>
+ <point x="392.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="1960.0"/>
+ <point x="264.0" y="2076.0"/>
+ <point x="108.0" y="2076.0" type="curve"/>
+ <point x="108.0" y="1948.0" type="line"/>
+ <point x="184.0" y="1948.0"/>
+ <point x="248.0" y="1884.0"/>
+ <point x="248.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="248.0" y="1716.0"/>
+ <point x="184.0" y="1652.0"/>
+ <point x="108.0" y="1652.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 393, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringhalfrightcentered.glif b/src/Inter-UI-Regular.ufo/glyphs/ringhalfrightcentered.glif
index 9e9660b89..75f508a53 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ringhalfrightcentered.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringhalfrightcentered.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringhalfrightcentered" format="1">
- <advance width="496"/>
+<glyph name="ringhalfrightcentered" format="2">
+ <advance width="496.0"/>
<unicode hex="02D2"/>
<outline>
- <component base="ringhalfright" xOffset="44" yOffset="-1352"/>
+ <component base="ringhalfright" xOffset="44.0" yOffset="-1352.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 393, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringlefthalfsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/ringlefthalfsubnosp.glif
index 48852adbd..20364df57 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ringlefthalfsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringlefthalfsubnosp.glif
@@ -1,40 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringlefthalfsubnosp" format="1">
- <advance width="0"/>
+<glyph name="ringlefthalfsubnosp" format="2">
<unicode hex="031C"/>
+ <anchor x="-690.0" y="-14.0" name="_markbottom"/>
+ <anchor x="-690.0" y="-672.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-690" y="-14" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-690" y="-672" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-579" y="-660" type="line"/>
- <point x="-734" y="-660"/>
- <point x="-862" y="-551"/>
- <point x="-862" y="-389" type="curve" smooth="yes"/>
- <point x="-862" y="-228"/>
- <point x="-734" y="-113"/>
- <point x="-579" y="-113" type="curve"/>
- <point x="-579" y="-241" type="line"/>
- <point x="-657" y="-241"/>
- <point x="-719" y="-304"/>
- <point x="-719" y="-389" type="curve" smooth="yes"/>
- <point x="-719" y="-472"/>
- <point x="-657" y="-534"/>
- <point x="-579" y="-534" type="curve"/>
+ <point x="-579.0" y="-660.0" type="line"/>
+ <point x="-734.0" y="-660.0"/>
+ <point x="-862.0" y="-551.0"/>
+ <point x="-862.0" y="-389.0" type="curve" smooth="yes"/>
+ <point x="-862.0" y="-228.0"/>
+ <point x="-734.0" y="-113.0"/>
+ <point x="-579.0" y="-113.0" type="curve"/>
+ <point x="-579.0" y="-241.0" type="line"/>
+ <point x="-657.0" y="-241.0"/>
+ <point x="-719.0" y="-304.0"/>
+ <point x="-719.0" y="-389.0" type="curve" smooth="yes"/>
+ <point x="-719.0" y="-472.0"/>
+ <point x="-657.0" y="-534.0"/>
+ <point x="-579.0" y="-534.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/ringnosp.glif
index 93a3e4981..ab18e01f8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ringnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringnosp.glif
@@ -1,28 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringnosp" format="1">
- <advance width="0"/>
+<glyph name="ringnosp" format="2">
<unicode hex="030A"/>
+ <anchor x="-806.0" y="1774.0" name="_marktop"/>
+ <anchor x="-806.0" y="2338.0" name="mkmktop"/>
+ <anchor x="-806.0" y="1943.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-806" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-806" y="1943" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-806" y="2338" type="move" name="mkmktop"/>
- </contour>
- <component base="ring" xOffset="-1276" yOffset="64"/>
+ <component base="ring" xOffset="-1276.0" yOffset="64.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringrighthalfsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/ringrighthalfsubnosp.glif
index 52198fe28..13744877b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ringrighthalfsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringrighthalfsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringrighthalfsubnosp" format="1">
- <advance width="0"/>
+<glyph name="ringrighthalfsubnosp" format="2">
<unicode hex="0339"/>
+ <anchor x="-858.0" y="0.0" name="_markbottom"/>
+ <anchor x="-858.0" y="-659.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-858" y="-659" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-858" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="ringhalfright" xOffset="-1005" yOffset="-2186"/>
+ <component base="ringhalfright" xOffset="-1005.0" yOffset="-2186.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ringsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/ringsubnosp.glif
index 21624b7cc..a45efce6f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ringsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ringsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ringsubnosp" format="1">
- <advance width="0"/>
+<glyph name="ringsubnosp" format="2">
<unicode hex="0325"/>
+ <anchor x="-803.0" y="0.0" name="_markbottom"/>
+ <anchor x="-803.0" y="-633.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-803" y="-633" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-803" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="ring" xOffset="-1275" yOffset="-2296"/>
+ <component base="ring" xOffset="-1275.0" yOffset="-2296.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rinvertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/rinvertedbreve.glif
new file mode 100644
index 000000000..f119f788d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/rinvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rinvertedbreve" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="0213"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="552.0" y="2259.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="breveinvnosp" xOffset="1360.0" yOffset="144.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rlinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/rlinebelow.glif
new file mode 100644
index 000000000..8ca96fd9e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/rlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="rlinebelow" format="2">
+ <advance width="1088.0"/>
+ <unicode hex="1E5F"/>
+ <anchor x="332.0" y="-404.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="552.0" y="1792.0" name="parent_top"/>
+ <anchor x="552.0" y="1792.0" name="top"/>
+ <anchor x="932.0" y="1792.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="r"/>
+ <component base="macronsubnosp" xOffset="1144.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romaneight.glif b/src/Inter-UI-Regular.ufo/glyphs/romaneight.glif
index e4af514e5..13dbf7715 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romaneight.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romaneight.glif
@@ -1,28 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romaneight" format="1">
- <advance width="4004"/>
+<glyph name="romaneight" format="2">
+ <advance width="4004.0"/>
<unicode hex="2167"/>
<outline>
- <component base="V" xOffset="12"/>
- <component base="I" xOffset="1804"/>
- <component base="I" xOffset="2532"/>
- <component base="I" xOffset="3260"/>
+ <component base="V" xOffset="12.0"/>
+ <component base="I" xOffset="1804.0"/>
+ <component base="I" xOffset="2532.0"/>
+ <component base="I" xOffset="3260.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 4022, 'leftMargin': 128, 'rightMargin': 261}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romaneleven.glif b/src/Inter-UI-Regular.ufo/glyphs/romaneleven.glif
index d16a1144f..c60ad4c61 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romaneleven.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romaneleven.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romaneleven" format="1">
- <advance width="2536"/>
+<glyph name="romaneleven" format="2">
+ <advance width="2536.0"/>
<unicode hex="216A"/>
<outline>
<component base="X"/>
- <component base="I" xOffset="1792"/>
+ <component base="I" xOffset="1792.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2564, 'leftMargin': 124, 'rightMargin': 260}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanfifty.glif b/src/Inter-UI-Regular.ufo/glyphs/romanfifty.glif
index 209831aa2..d7a7a8c0f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanfifty.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanfifty.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanfifty" format="1">
- <advance width="1584"/>
+<glyph name="romanfifty" format="2">
+ <advance width="1584.0"/>
<unicode hex="216C"/>
<outline>
<component base="L"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1539, 'leftMargin': 271, 'rightMargin': 104}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanfive.glif b/src/Inter-UI-Regular.ufo/glyphs/romanfive.glif
index d17e14ddc..9e355c6af 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanfive.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanfive.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanfive" format="1">
- <advance width="1904"/>
+<glyph name="romanfive" format="2">
+ <advance width="1904.0"/>
<unicode hex="2164"/>
<outline>
- <component base="V" xOffset="12"/>
+ <component base="V" xOffset="12.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1808, 'leftMargin': 128, 'rightMargin': 144}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanfivehundred.glif b/src/Inter-UI-Regular.ufo/glyphs/romanfivehundred.glif
index b0f0658d6..71769e29e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanfivehundred.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanfivehundred.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanfivehundred" format="1">
- <advance width="2024"/>
+<glyph name="romanfivehundred" format="2">
+ <advance width="2024.0"/>
<unicode hex="216E"/>
<outline>
<component base="D"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1848.0, 'leftMargin': 271, 'rightMargin': 169.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanfour.glif b/src/Inter-UI-Regular.ufo/glyphs/romanfour.glif
index 8e8dba89a..f14a49247 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanfour.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanfour.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanfour" format="1">
- <advance width="2652"/>
+<glyph name="romanfour" format="2">
+ <advance width="2652.0"/>
<unicode hex="2163"/>
<outline>
<component base="I"/>
- <component base="V" xOffset="760"/>
+ <component base="V" xOffset="760.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2564, 'leftMargin': 256, 'rightMargin': 144}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanhundred.glif b/src/Inter-UI-Regular.ufo/glyphs/romanhundred.glif
index fecc1ae09..b43108223 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanhundred.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanhundred.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanhundred" format="1">
- <advance width="2048"/>
+<glyph name="romanhundred" format="2">
+ <advance width="2048.0"/>
<unicode hex="216D"/>
<outline>
<component base="C"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1827, 'leftMargin': 249, 'rightMargin': 2}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romannine.glif b/src/Inter-UI-Regular.ufo/glyphs/romannine.glif
index 3db7e37a6..765321202 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romannine.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romannine.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romannine" format="1">
- <advance width="2516"/>
+<glyph name="romannine" format="2">
+ <advance width="2516.0"/>
<unicode hex="2168"/>
<outline>
<component base="I"/>
- <component base="X" xOffset="708"/>
+ <component base="X" xOffset="708.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2551, 'leftMargin': 256, 'rightMargin': 113}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanone.glif b/src/Inter-UI-Regular.ufo/glyphs/romanone.glif
index 6eb221911..407d28b65 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanone.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanone.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanone" format="1">
- <advance width="744"/>
+<glyph name="romanone" format="2">
+ <advance width="744.0"/>
<unicode hex="2160"/>
<outline>
<component base="I"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 773, 'leftMargin': 256, 'rightMargin': 261}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanseven.glif b/src/Inter-UI-Regular.ufo/glyphs/romanseven.glif
index 3e6f500ef..680db76ab 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanseven.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanseven.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanseven" format="1">
- <advance width="3276"/>
+<glyph name="romanseven" format="2">
+ <advance width="3276.0"/>
<unicode hex="2166"/>
<outline>
- <component base="V" xOffset="12"/>
- <component base="I" xOffset="1840"/>
- <component base="I" xOffset="2532"/>
+ <component base="V" xOffset="12.0"/>
+ <component base="I" xOffset="1840.0"/>
+ <component base="I" xOffset="2532.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3293, 'leftMargin': 128, 'rightMargin': 261}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romansix.glif b/src/Inter-UI-Regular.ufo/glyphs/romansix.glif
index 0435a4a7e..3a106ce68 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romansix.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romansix.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romansix" format="1">
- <advance width="2548"/>
+<glyph name="romansix" format="2">
+ <advance width="2548.0"/>
<unicode hex="2165"/>
<outline>
- <component base="V" xOffset="12"/>
- <component base="I" xOffset="1804"/>
+ <component base="V" xOffset="12.0"/>
+ <component base="I" xOffset="1804.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2564, 'leftMargin': 128, 'rightMargin': 260}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanten.glif b/src/Inter-UI-Regular.ufo/glyphs/romanten.glif
index 3c79201a6..4f545b4ee 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanten.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanten.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanten" format="1">
- <advance width="1808"/>
+<glyph name="romanten" format="2">
+ <advance width="1808.0"/>
<unicode hex="2169"/>
<outline>
<component base="X"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1781, 'leftMargin': 124, 'rightMargin': 113}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanthousand.glif b/src/Inter-UI-Regular.ufo/glyphs/romanthousand.glif
index 0aaa7b080..e19a6f39f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanthousand.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanthousand.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanthousand" format="1">
- <advance width="2464"/>
+<glyph name="romanthousand" format="2">
+ <advance width="2464.0"/>
<unicode hex="216F"/>
<outline>
<component base="M"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2493, 'leftMargin': 271, 'rightMargin': 174}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romanthree.glif b/src/Inter-UI-Regular.ufo/glyphs/romanthree.glif
index f29053855..42eaa8a93 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romanthree.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romanthree.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romanthree" format="1">
- <advance width="2200"/>
+<glyph name="romanthree" format="2">
+ <advance width="2200.0"/>
<unicode hex="2162"/>
<outline>
<component base="I"/>
- <component base="I" xOffset="728"/>
- <component base="I" xOffset="1456"/>
+ <component base="I" xOffset="728.0"/>
+ <component base="I" xOffset="1456.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2230, 'leftMargin': 256, 'rightMargin': 260}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romantwelve.glif b/src/Inter-UI-Regular.ufo/glyphs/romantwelve.glif
index b7c16ffb8..5bee32fd0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romantwelve.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romantwelve.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romantwelve" format="1">
- <advance width="3264"/>
+<glyph name="romantwelve" format="2">
+ <advance width="3264.0"/>
<unicode hex="216B"/>
<outline>
<component base="X"/>
- <component base="I" xOffset="1792"/>
- <component base="I" xOffset="2520"/>
+ <component base="I" xOffset="1792.0"/>
+ <component base="I" xOffset="2520.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3293, 'leftMargin': 124, 'rightMargin': 261}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/romantwo.glif b/src/Inter-UI-Regular.ufo/glyphs/romantwo.glif
index e5b82e1cc..f645e58bd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/romantwo.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/romantwo.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="romantwo" format="1">
- <advance width="1472"/>
+<glyph name="romantwo" format="2">
+ <advance width="1472.0"/>
<unicode hex="2161"/>
<outline>
<component base="I"/>
- <component base="I" xOffset="728"/>
+ <component base="I" xOffset="728.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1502, 'leftMargin': 256, 'rightMargin': 261}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rrthook.glif b/src/Inter-UI-Regular.ufo/glyphs/rrthook.glif
index fdf4d9ba2..28c652757 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rrthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rrthook.glif
@@ -1,48 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rrthook" format="1">
- <advance width="1088"/>
+<glyph name="rrthook" format="2">
+ <advance width="1088.0"/>
<unicode hex="027D"/>
+ <anchor x="488.0" y="-576.0" name="bottom"/>
+ <anchor x="368.0" y="-424.0" name="parenthesses.w1"/>
+ <anchor x="576.0" y="1792.0" name="top"/>
+ <anchor x="888.0" y="1792.0" name="top0315"/>
<outline>
<contour>
- <point x="452" y="36" type="line"/>
- <point x="216" y="36" type="line"/>
- <point x="216" y="-164" type="line" smooth="yes"/>
- <point x="216" y="-428"/>
- <point x="392" y="-576"/>
- <point x="616" y="-576" type="curve" smooth="yes"/>
- <point x="664" y="-576"/>
- <point x="716" y="-576"/>
- <point x="752" y="-564" type="curve"/>
- <point x="752" y="-364" type="line"/>
- <point x="732" y="-368"/>
- <point x="704" y="-372"/>
- <point x="676" y="-372" type="curve" smooth="yes"/>
- <point x="548" y="-372"/>
- <point x="452" y="-324"/>
- <point x="452" y="-164" type="curve" smooth="yes"/>
+ <point x="452.0" y="36.0" type="line"/>
+ <point x="216.0" y="36.0" type="line"/>
+ <point x="216.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="216.0" y="-428.0"/>
+ <point x="392.0" y="-576.0"/>
+ <point x="616.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="-576.0"/>
+ <point x="716.0" y="-576.0"/>
+ <point x="752.0" y="-564.0" type="curve"/>
+ <point x="752.0" y="-364.0" type="line"/>
+ <point x="732.0" y="-368.0"/>
+ <point x="704.0" y="-372.0"/>
+ <point x="676.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="-372.0"/>
+ <point x="452.0" y="-324.0"/>
+ <point x="452.0" y="-164.0" type="curve" smooth="yes"/>
</contour>
- <component base="r"/>
<contour>
- <point x="368" y="-424" type="move" name="parenthesses.w1"/>
- </contour>
- <contour>
- <point x="576" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="488" y="-576" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="888" y="1792" type="move" name="top0315"/>
+ <point x="1064.0" y="1504.0" type="line"/>
+ <point x="1016.0" y="1532.0"/>
+ <point x="940.0" y="1560.0"/>
+ <point x="860.0" y="1560.0" type="curve"/>
+ <point x="680.0" y="1560.0"/>
+ <point x="512.0" y="1420.0"/>
+ <point x="468.0" y="1272.0" type="curve"/>
+ <point x="452.0" y="1272.0" type="line"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="868.0" type="line"/>
+ <point x="456.0" y="1076.0"/>
+ <point x="600.0" y="1316.0"/>
+ <point x="852.0" y="1316.0" type="curve"/>
+ <point x="920.0" y="1316.0"/>
+ <point x="960.0" y="1296.0"/>
+ <point x="984.0" y="1284.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 956, 'leftMargin': 188, 'rightMargin': -68}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rsuper.glif b/src/Inter-UI-Regular.ufo/glyphs/rsuper.glif
index 95316a83e..1538413b6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rsuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rsuper.glif
@@ -1,40 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rsuper" format="1">
- <advance width="752"/>
+<glyph name="rsuper" format="2">
+ <advance width="752.0"/>
<unicode hex="02B3"/>
<outline>
<contour>
- <point x="344" y="1760" type="line"/>
- <point x="280" y="1996" type="line"/>
- <point x="92" y="1996" type="line"/>
- <point x="92" y="896" type="line"/>
- <point x="344" y="896" type="line"/>
+ <point x="344.0" y="1760.0" type="line"/>
+ <point x="280.0" y="1996.0" type="line"/>
+ <point x="92.0" y="1996.0" type="line"/>
+ <point x="92.0" y="896.0" type="line"/>
+ <point x="344.0" y="896.0" type="line"/>
</contour>
<contour>
- <point x="660" y="2004" type="line"/>
- <point x="648" y="2012"/>
- <point x="608" y="2016"/>
- <point x="564" y="2016" type="curve" smooth="yes"/>
- <point x="376" y="2016"/>
- <point x="244" y="1792"/>
- <point x="244" y="1480" type="curve"/>
- <point x="308" y="1484" type="line"/>
- <point x="312" y="1656"/>
- <point x="372" y="1780"/>
- <point x="520" y="1780" type="curve" smooth="yes"/>
- <point x="572" y="1780"/>
- <point x="616" y="1768"/>
- <point x="660" y="1744" type="curve"/>
+ <point x="660.0" y="2004.0" type="line"/>
+ <point x="648.0" y="2012.0"/>
+ <point x="608.0" y="2016.0"/>
+ <point x="564.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="2016.0"/>
+ <point x="244.0" y="1792.0"/>
+ <point x="244.0" y="1480.0" type="curve"/>
+ <point x="308.0" y="1484.0" type="line"/>
+ <point x="312.0" y="1656.0"/>
+ <point x="372.0" y="1780.0"/>
+ <point x="520.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="1780.0"/>
+ <point x="616.0" y="1768.0"/>
+ <point x="660.0" y="1744.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 763, 'leftMargin': 138, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rturn.glif b/src/Inter-UI-Regular.ufo/glyphs/rturn.glif
index 18b4edaae..ada82a259 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rturn.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rturn" format="1">
- <advance width="1088"/>
+<glyph name="rturn" format="2">
+ <advance width="1088.0"/>
<unicode hex="0279"/>
+ <anchor x="304.0" y="0.0" name="bottom"/>
+ <anchor x="304.0" y="1776.0" name="top"/>
+ <anchor x="936.0" y="1776.0" name="top0315"/>
<outline>
- <component base="r" xScale="-1.0" yScale="-1.0" xOffset="1072" yOffset="1536"/>
- <contour>
- <point x="304" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="304" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="936" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="r" xScale="-1.0" yScale="-1.0" xOffset="1072.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 956, 'leftMargin': 41, 'rightMargin': 189}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rturnascend.glif b/src/Inter-UI-Regular.ufo/glyphs/rturnascend.glif
index 934c37c8e..c67988f0a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rturnascend.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rturnascend.glif
@@ -1,49 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rturnascend" format="1">
- <advance width="1008"/>
+<glyph name="rturnascend" format="2">
+ <advance width="1008.0"/>
<unicode hex="027A"/>
+ <anchor x="424.0" y="0.0" name="bottom"/>
+ <anchor x="424.0" y="2200.0" name="top"/>
+ <anchor x="1056.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="592" y="232" type="line"/>
- <point x="600" y="0" type="line"/>
- <point x="868" y="0" type="line"/>
- <point x="868" y="2112" type="line"/>
- <point x="592" y="2112" type="line"/>
+ <point x="592.0" y="232.0" type="line"/>
+ <point x="600.0" y="0.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
+ <point x="868.0" y="2112.0" type="line"/>
+ <point x="592.0" y="2112.0" type="line"/>
</contour>
<contour>
- <point x="140" y="-8" type="line"/>
- <point x="160" y="-16"/>
- <point x="220" y="-28"/>
- <point x="256" y="-28" type="curve"/>
- <point x="572" y="-28"/>
- <point x="708" y="272"/>
- <point x="708" y="624" type="curve"/>
- <point x="636" y="580" type="line"/>
- <point x="608" y="376"/>
- <point x="496" y="232"/>
- <point x="268" y="232" type="curve"/>
- <point x="220" y="232"/>
- <point x="188" y="236"/>
- <point x="140" y="244" type="curve"/>
- </contour>
- <contour>
- <point x="424" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="424" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1056" y="2200" type="move" name="top0315"/>
+ <point x="140.0" y="-8.0" type="line"/>
+ <point x="160.0" y="-16.0"/>
+ <point x="220.0" y="-28.0"/>
+ <point x="256.0" y="-28.0" type="curve"/>
+ <point x="572.0" y="-28.0"/>
+ <point x="708.0" y="272.0"/>
+ <point x="708.0" y="624.0" type="curve"/>
+ <point x="636.0" y="580.0" type="line"/>
+ <point x="608.0" y="376.0"/>
+ <point x="496.0" y="232.0"/>
+ <point x="268.0" y="232.0" type="curve"/>
+ <point x="220.0" y="232.0"/>
+ <point x="188.0" y="236.0"/>
+ <point x="140.0" y="244.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 956, 'leftMargin': 41, 'rightMargin': 189}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rturnrthook.glif b/src/Inter-UI-Regular.ufo/glyphs/rturnrthook.glif
index 81c20d18d..203a1ee69 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rturnrthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rturnrthook.glif
@@ -1,45 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rturnrthook" format="1">
- <advance width="1116"/>
+<glyph name="rturnrthook" format="2">
+ <advance width="1116.0"/>
<unicode hex="027B"/>
+ <anchor x="444.0" y="-616.0" name="bottom"/>
+ <anchor x="444.0" y="1776.0" name="top"/>
+ <anchor x="1156.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="636" y="336" type="line"/>
- <point x="636" y="-192" type="line" smooth="yes"/>
- <point x="636" y="-456"/>
- <point x="812" y="-600"/>
- <point x="1036" y="-600" type="curve" smooth="yes"/>
- <point x="1080" y="-600"/>
- <point x="1136" y="-596"/>
- <point x="1172" y="-584" type="curve"/>
- <point x="1172" y="-400" type="line"/>
- <point x="1152" y="-408"/>
- <point x="1116" y="-408"/>
- <point x="1096" y="-408" type="curve" smooth="yes"/>
- <point x="968" y="-408"/>
- <point x="872" y="-352"/>
- <point x="872" y="-192" type="curve" smooth="yes"/>
- <point x="872" y="336" type="line"/>
+ <point x="636.0" y="336.0" type="line"/>
+ <point x="636.0" y="-192.0" type="line" smooth="yes"/>
+ <point x="636.0" y="-456.0"/>
+ <point x="812.0" y="-600.0"/>
+ <point x="1036.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1080.0" y="-600.0"/>
+ <point x="1136.0" y="-596.0"/>
+ <point x="1172.0" y="-584.0" type="curve"/>
+ <point x="1172.0" y="-400.0" type="line"/>
+ <point x="1152.0" y="-408.0"/>
+ <point x="1116.0" y="-408.0"/>
+ <point x="1096.0" y="-408.0" type="curve" smooth="yes"/>
+ <point x="968.0" y="-408.0"/>
+ <point x="872.0" y="-352.0"/>
+ <point x="872.0" y="-192.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="336.0" type="line"/>
</contour>
- <component base="r" xScale="-1" yScale="-1" xOffset="1072" yOffset="1488"/>
<contour>
- <point x="444" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="444" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1156" y="1776" type="move" name="top0315"/>
+ <point x="8.0" y="-16.0" type="line"/>
+ <point x="56.0" y="-44.0"/>
+ <point x="132.0" y="-72.0"/>
+ <point x="212.0" y="-72.0" type="curve"/>
+ <point x="392.0" y="-72.0"/>
+ <point x="560.0" y="68.0"/>
+ <point x="604.0" y="216.0" type="curve"/>
+ <point x="620.0" y="216.0" type="line"/>
+ <point x="620.0" y="-48.0" type="line"/>
+ <point x="856.0" y="-48.0" type="line"/>
+ <point x="856.0" y="1488.0" type="line"/>
+ <point x="620.0" y="1488.0" type="line"/>
+ <point x="620.0" y="620.0" type="line"/>
+ <point x="616.0" y="412.0"/>
+ <point x="472.0" y="172.0"/>
+ <point x="220.0" y="172.0" type="curve"/>
+ <point x="152.0" y="172.0"/>
+ <point x="112.0" y="192.0"/>
+ <point x="88.0" y="204.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1035, 'leftMargin': -68, 'rightMargin': -14}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rturnsuper.glif b/src/Inter-UI-Regular.ufo/glyphs/rturnsuper.glif
index ceb91613d..d72f827bb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rturnsuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rturnsuper.glif
@@ -1,40 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rturnsuper" format="1">
- <advance width="752"/>
+<glyph name="rturnsuper" format="2">
+ <advance width="752.0"/>
<unicode hex="02B4"/>
<outline>
<contour>
- <point x="92" y="888" type="line"/>
- <point x="108" y="880"/>
- <point x="148" y="876"/>
- <point x="188" y="876" type="curve" smooth="yes"/>
- <point x="376" y="876"/>
- <point x="508" y="1100"/>
- <point x="508" y="1408" type="curve"/>
- <point x="444" y="1408" type="line"/>
- <point x="444" y="1236"/>
- <point x="380" y="1112"/>
- <point x="232" y="1112" type="curve" smooth="yes"/>
- <point x="180" y="1112"/>
- <point x="136" y="1124"/>
- <point x="92" y="1144" type="curve"/>
+ <point x="92.0" y="888.0" type="line"/>
+ <point x="108.0" y="880.0"/>
+ <point x="148.0" y="876.0"/>
+ <point x="188.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="876.0"/>
+ <point x="508.0" y="1100.0"/>
+ <point x="508.0" y="1408.0" type="curve"/>
+ <point x="444.0" y="1408.0" type="line"/>
+ <point x="444.0" y="1236.0"/>
+ <point x="380.0" y="1112.0"/>
+ <point x="232.0" y="1112.0" type="curve" smooth="yes"/>
+ <point x="180.0" y="1112.0"/>
+ <point x="136.0" y="1124.0"/>
+ <point x="92.0" y="1144.0" type="curve"/>
</contour>
<contour>
- <point x="412" y="1132" type="line"/>
- <point x="472" y="896" type="line"/>
- <point x="664" y="896" type="line"/>
- <point x="664" y="1996" type="line"/>
- <point x="412" y="1996" type="line"/>
+ <point x="412.0" y="1132.0" type="line"/>
+ <point x="472.0" y="896.0" type="line"/>
+ <point x="664.0" y="896.0" type="line"/>
+ <point x="664.0" y="1996.0" type="line"/>
+ <point x="412.0" y="1996.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 763, 'leftMargin': 55, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/rupee.glif b/src/Inter-UI-Regular.ufo/glyphs/rupee.glif
index 491600dbd..11315ffde 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/rupee.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/rupee.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="rupee" format="1">
- <advance width="2984"/>
+<glyph name="rupee" format="2">
+ <advance width="2984.0"/>
<unicode hex="20A8"/>
<outline>
<component base="R"/>
- <component base="s" xOffset="1524"/>
+ <component base="s" xOffset="1524.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2985, 'leftMargin': 256, 'rightMargin': 167}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/s.glif b/src/Inter-UI-Regular.ufo/glyphs/s.glif
index eab1fe392..72d9b14d5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/s.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/s.glif
@@ -1,124 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="s" format="1">
- <advance width="1460"/>
+<glyph name="s" format="2">
+ <advance width="1460.0"/>
<unicode hex="0073"/>
+ <guideline x="796.0" y="1024.0" angle="19.9589"/>
+ <guideline x="1264.0" y="784.0" angle="20.0339"/>
+ <guideline x="732.0" y="328.0" angle="90.0"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1276" y="1192" type="line"/>
- <point x="1196" y="1416"/>
- <point x="1024" y="1556"/>
- <point x="740" y="1556" type="curve" smooth="yes"/>
- <point x="416" y="1556"/>
- <point x="176" y="1372"/>
- <point x="176" y="1112" type="curve" smooth="yes"/>
- <point x="176" y="924"/>
- <point x="300" y="756"/>
- <point x="580" y="684" type="curve" smooth="yes"/>
- <point x="836" y="620" type="line" smooth="yes"/>
- <point x="988" y="584"/>
- <point x="1056" y="516"/>
- <point x="1056" y="416" type="curve" smooth="yes"/>
- <point x="1056" y="288"/>
- <point x="928" y="172"/>
- <point x="708" y="172" type="curve" smooth="yes"/>
- <point x="480" y="172"/>
- <point x="372" y="296"/>
- <point x="316" y="436" type="curve"/>
- <point x="100" y="356" type="line"/>
- <point x="176" y="164"/>
- <point x="344" y="-32"/>
- <point x="712" y="-32" type="curve" smooth="yes"/>
- <point x="1092" y="-32"/>
- <point x="1296" y="188"/>
- <point x="1296" y="424" type="curve" smooth="yes"/>
- <point x="1296" y="600"/>
- <point x="1180" y="760"/>
- <point x="900" y="828" type="curve" smooth="yes"/>
- <point x="672" y="884" type="line" smooth="yes"/>
- <point x="496" y="928"/>
- <point x="412" y="1020"/>
- <point x="412" y="1124" type="curve" smooth="yes"/>
- <point x="412" y="1256"/>
- <point x="552" y="1356"/>
- <point x="740" y="1356" type="curve" smooth="yes"/>
- <point x="976" y="1356"/>
- <point x="1036" y="1200"/>
- <point x="1064" y="1132" type="curve"/>
- </contour>
- <contour>
- <point x="740" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="740" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1436" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1436" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1436" y="1776" type="move" name="top0315"/>
+ <point x="1276.0" y="1192.0" type="line"/>
+ <point x="1196.0" y="1416.0"/>
+ <point x="1024.0" y="1556.0"/>
+ <point x="740.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1556.0"/>
+ <point x="176.0" y="1372.0"/>
+ <point x="176.0" y="1112.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="924.0"/>
+ <point x="300.0" y="756.0"/>
+ <point x="580.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="620.0" type="line" smooth="yes"/>
+ <point x="988.0" y="584.0"/>
+ <point x="1056.0" y="516.0"/>
+ <point x="1056.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="288.0"/>
+ <point x="928.0" y="172.0"/>
+ <point x="708.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="172.0"/>
+ <point x="372.0" y="296.0"/>
+ <point x="316.0" y="436.0" type="curve"/>
+ <point x="100.0" y="356.0" type="line"/>
+ <point x="176.0" y="164.0"/>
+ <point x="344.0" y="-32.0"/>
+ <point x="712.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1296.0" y="188.0"/>
+ <point x="1296.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="600.0"/>
+ <point x="1180.0" y="760.0"/>
+ <point x="900.0" y="828.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="884.0" type="line" smooth="yes"/>
+ <point x="496.0" y="928.0"/>
+ <point x="412.0" y="1020.0"/>
+ <point x="412.0" y="1124.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1256.0"/>
+ <point x="552.0" y="1356.0"/>
+ <point x="740.0" y="1356.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1356.0"/>
+ <point x="1036.0" y="1200.0"/>
+ <point x="1064.0" y="1132.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>19.95889021754606</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>796</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>20.033923164462895</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1264</integer>
- <key>y</key>
- <integer>784</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>732</integer>
- <key>y</key>
- <integer>328</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sacute.glif b/src/Inter-UI-Regular.ufo/glyphs/sacute.glif
new file mode 100644
index 000000000..619a1527e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/sacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sacute" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="015B"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="740.0" y="2284.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="acute" xOffset="432.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sacutedotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/sacutedotaccent.glif
new file mode 100644
index 000000000..89b24b332
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/sacutedotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sacutedotaccent" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="1E65"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="739.0" y="2681.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="acutedotcomb.lc" xOffset="1552.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sampi.glif b/src/Inter-UI-Regular.ufo/glyphs/sampi.glif
index 7b8e88f90..248f42ab0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sampi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sampi.glif
@@ -1,42 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sampi" format="1">
- <advance width="2032"/>
+<glyph name="sampi" format="2">
+ <advance width="2032.0"/>
<unicode hex="03E1"/>
<outline>
<contour>
- <point x="140" y="2008" type="line" name="hr00"/>
- <point x="1388" y="1440"/>
- <point x="1644" y="736"/>
- <point x="1644" y="-600" type="curve"/>
- <point x="1896" y="-464" type="line"/>
- <point x="1896" y="864"/>
- <point x="1560" y="1628"/>
- <point x="388" y="2144" type="curve"/>
+ <point x="140.0" y="2008.0" type="line"/>
+ <point x="1388.0" y="1440.0"/>
+ <point x="1644.0" y="736.0"/>
+ <point x="1644.0" y="-600.0" type="curve"/>
+ <point x="1896.0" y="-464.0" type="line"/>
+ <point x="1896.0" y="864.0"/>
+ <point x="1560.0" y="1628.0"/>
+ <point x="388.0" y="2144.0" type="curve"/>
</contour>
<contour>
- <point x="1368" y="1224" type="line"/>
- <point x="1256" y="1416" type="line"/>
- <point x="180" y="792" type="line"/>
- <point x="288" y="600" type="line"/>
+ <point x="1368.0" y="1224.0" type="line"/>
+ <point x="1256.0" y="1416.0" type="line"/>
+ <point x="180.0" y="792.0" type="line"/>
+ <point x="288.0" y="600.0" type="line"/>
</contour>
<contour>
- <point x="1672" y="596" type="line"/>
- <point x="1560" y="788" type="line"/>
- <point x="484" y="164" type="line"/>
- <point x="592" y="-28" type="line"/>
+ <point x="1672.0" y="596.0" type="line"/>
+ <point x="1560.0" y="788.0" type="line"/>
+ <point x="484.0" y="164.0" type="line"/>
+ <point x="592.0" y="-28.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1921, 'leftMargin': 62, 'rightMargin': 103}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.7</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/scaron.glif b/src/Inter-UI-Regular.ufo/glyphs/scaron.glif
new file mode 100644
index 000000000..3b5b2243d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/scaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scaron" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="0161"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="724.0" y="2248.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="caron" xOffset="96.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/scarondotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/scarondotaccent.glif
new file mode 100644
index 000000000..7484fd0ba
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/scarondotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scarondotaccent" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="1E67"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="739.0" y="2661.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="carondotcomb.lc" xOffset="1552.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/scedilla.glif b/src/Inter-UI-Regular.ufo/glyphs/scedilla.glif
new file mode 100644
index 000000000..d5f66bac9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/scedilla.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scedilla" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="015F"/>
+ <anchor x="660.0" y="-604.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="740.0" y="1792.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="cedilla" xOffset="368.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/schwa.glif b/src/Inter-UI-Regular.ufo/glyphs/schwa.glif
index c263d982f..5444a3301 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/schwa.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/schwa.glif
@@ -1,66 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="schwa" format="1">
- <advance width="1520"/>
+<glyph name="schwa" format="2">
+ <advance width="1520.0"/>
<unicode hex="0259"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1216.0" y="900.0" name="rhotichook"/>
+ <anchor x="1244.0" y="88.0" name="right"/>
+ <anchor x="768.0" y="1776.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="704" y="1520" type="curve"/>
- <point x="432" y="1520"/>
- <point x="268" y="1420"/>
- <point x="180" y="1336" type="curve"/>
- <point x="284" y="1152" type="line"/>
- <point x="376" y="1232"/>
- <point x="508" y="1300"/>
- <point x="704" y="1300" type="curve" smooth="yes"/>
- <point x="976" y="1300"/>
- <point x="1108" y="1064"/>
- <point x="1108" y="772" type="curve" smooth="yes"/>
- <point x="1108" y="716" type="line" smooth="yes"/>
- <point x="1108" y="428"/>
- <point x="956" y="196"/>
- <point x="748" y="196" type="curve"/>
- <point x="512" y="196"/>
- <point x="412" y="368"/>
- <point x="412" y="560" type="curve"/>
- <point x="412" y="596" type="line"/>
- <point x="1220" y="596" type="line"/>
- <point x="1220" y="816" type="line"/>
- <point x="136" y="816" type="line"/>
- <point x="136" y="644" type="line" smooth="yes"/>
- <point x="136" y="252"/>
- <point x="328" y="-28"/>
- <point x="748" y="-28" type="curve" smooth="yes"/>
- <point x="1080" y="-28"/>
- <point x="1384" y="280"/>
- <point x="1384" y="716" type="curve" smooth="yes"/>
- <point x="1384" y="772" type="line" smooth="yes"/>
- <point x="1384" y="1208"/>
- <point x="1124" y="1520"/>
- </contour>
- <contour>
- <point x="768" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1244" y="88" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1216" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1492" y="1776" type="move" name="top0315"/>
+ <point x="704.0" y="1520.0" type="curve"/>
+ <point x="432.0" y="1520.0"/>
+ <point x="268.0" y="1420.0"/>
+ <point x="180.0" y="1336.0" type="curve"/>
+ <point x="284.0" y="1152.0" type="line"/>
+ <point x="376.0" y="1232.0"/>
+ <point x="508.0" y="1300.0"/>
+ <point x="704.0" y="1300.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1300.0"/>
+ <point x="1108.0" y="1064.0"/>
+ <point x="1108.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1108.0" y="428.0"/>
+ <point x="956.0" y="196.0"/>
+ <point x="748.0" y="196.0" type="curve"/>
+ <point x="512.0" y="196.0"/>
+ <point x="412.0" y="368.0"/>
+ <point x="412.0" y="560.0" type="curve"/>
+ <point x="412.0" y="596.0" type="line"/>
+ <point x="1220.0" y="596.0" type="line"/>
+ <point x="1220.0" y="816.0" type="line"/>
+ <point x="136.0" y="816.0" type="line"/>
+ <point x="136.0" y="644.0" type="line" smooth="yes"/>
+ <point x="136.0" y="252.0"/>
+ <point x="328.0" y="-28.0"/>
+ <point x="748.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1080.0" y="-28.0"/>
+ <point x="1384.0" y="280.0"/>
+ <point x="1384.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="772.0" type="line" smooth="yes"/>
+ <point x="1384.0" y="1208.0"/>
+ <point x="1124.0" y="1520.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1492, 'leftMargin': 138, 'rightMargin': 107}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/schwacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/schwacyrillic.glif
new file mode 100644
index 000000000..68d690df2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/schwacyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="schwacyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04D9"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="768.0" y="1776.0" name="parent_top"/>
+ <anchor x="768.0" y="1776.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="schwa"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/schwadieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/schwadieresiscyrillic.glif
new file mode 100644
index 000000000..3def65b3f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/schwadieresiscyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="schwadieresiscyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04DB"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="768.0" y="1776.0" name="parent_top"/>
+ <anchor x="768.0" y="2156.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="schwa"/>
+ <component base="dieresis" xOffset="-56.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/schwahook.glif b/src/Inter-UI-Regular.ufo/glyphs/schwahook.glif
index 21e71bcc0..84ac6d090 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/schwahook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/schwahook.glif
@@ -1,78 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="schwahook" format="1">
- <advance width="2032"/>
+<glyph name="schwahook" format="2">
+ <advance width="2032.0"/>
<unicode hex="025A"/>
+ <anchor x="780.0" y="0.0" name="bottom"/>
+ <anchor x="760.0" y="1776.0" name="top"/>
+ <anchor x="1968.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="676" y="1516" type="curve" smooth="yes"/>
- <point x="376" y="1516"/>
- <point x="208" y="1372"/>
- <point x="108" y="1224" type="curve"/>
- <point x="276" y="1096" type="line"/>
- <point x="364" y="1212"/>
- <point x="484" y="1296"/>
- <point x="664" y="1296" type="curve" smooth="yes"/>
- <point x="936" y="1296"/>
- <point x="1088" y="1072"/>
- <point x="1088" y="800" type="curve" smooth="yes"/>
- <point x="1088" y="740" type="line" smooth="yes"/>
- <point x="1088" y="384"/>
- <point x="932" y="192"/>
- <point x="712" y="192" type="curve" smooth="yes"/>
- <point x="456" y="192"/>
- <point x="368" y="400"/>
- <point x="368" y="588" type="curve" smooth="yes"/>
- <point x="368" y="628" type="line"/>
- <point x="1128" y="772" type="line"/>
- <point x="1128" y="1000" type="line"/>
- <point x="92" y="800" type="line"/>
- <point x="92" y="712" type="line" smooth="yes"/>
- <point x="92" y="292"/>
- <point x="272" y="-28"/>
- <point x="712" y="-28" type="curve" smooth="yes"/>
- <point x="1044" y="-28"/>
- <point x="1364" y="252"/>
- <point x="1364" y="740" type="curve" smooth="yes"/>
- <point x="1364" y="800" type="line" smooth="yes"/>
- <point x="1364" y="1216"/>
- <point x="1100" y="1516"/>
+ <point x="676.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="1516.0"/>
+ <point x="208.0" y="1372.0"/>
+ <point x="108.0" y="1224.0" type="curve"/>
+ <point x="276.0" y="1096.0" type="line"/>
+ <point x="364.0" y="1212.0"/>
+ <point x="484.0" y="1296.0"/>
+ <point x="664.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="1296.0"/>
+ <point x="1088.0" y="1072.0"/>
+ <point x="1088.0" y="800.0" type="curve" smooth="yes"/>
+ <point x="1088.0" y="740.0" type="line" smooth="yes"/>
+ <point x="1088.0" y="384.0"/>
+ <point x="932.0" y="192.0"/>
+ <point x="712.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="192.0"/>
+ <point x="368.0" y="400.0"/>
+ <point x="368.0" y="588.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="628.0" type="line"/>
+ <point x="1128.0" y="772.0" type="line"/>
+ <point x="1128.0" y="1000.0" type="line"/>
+ <point x="92.0" y="800.0" type="line"/>
+ <point x="92.0" y="712.0" type="line" smooth="yes"/>
+ <point x="92.0" y="292.0"/>
+ <point x="272.0" y="-28.0"/>
+ <point x="712.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="-28.0"/>
+ <point x="1364.0" y="252.0"/>
+ <point x="1364.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="1364.0" y="800.0" type="line" smooth="yes"/>
+ <point x="1364.0" y="1216.0"/>
+ <point x="1100.0" y="1516.0"/>
</contour>
<contour>
- <point x="1236" y="792" type="line"/>
- <point x="1424" y="832" type="line"/>
- <point x="1464" y="644"/>
- <point x="1536" y="484"/>
- <point x="1764" y="484" type="curve" smooth="yes"/>
- <point x="1828" y="484"/>
- <point x="1888" y="504"/>
- <point x="1940" y="528" type="curve"/>
- <point x="1904" y="696" type="line"/>
- <point x="1888" y="692"/>
- <point x="1868" y="692"/>
- <point x="1820" y="692" type="curve" smooth="yes"/>
- <point x="1672" y="692"/>
- <point x="1636" y="852"/>
- <point x="1600" y="1088" type="curve"/>
- <point x="1236" y="1020" type="line"/>
- </contour>
- <contour>
- <point x="760" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="780" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1968" y="1776" type="move" name="top0315"/>
+ <point x="1236.0" y="792.0" type="line"/>
+ <point x="1424.0" y="832.0" type="line"/>
+ <point x="1464.0" y="644.0"/>
+ <point x="1536.0" y="484.0"/>
+ <point x="1764.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="1828.0" y="484.0"/>
+ <point x="1888.0" y="504.0"/>
+ <point x="1940.0" y="528.0" type="curve"/>
+ <point x="1904.0" y="696.0" type="line"/>
+ <point x="1888.0" y="692.0"/>
+ <point x="1868.0" y="692.0"/>
+ <point x="1820.0" y="692.0" type="curve" smooth="yes"/>
+ <point x="1672.0" y="692.0"/>
+ <point x="1636.0" y="852.0"/>
+ <point x="1600.0" y="1088.0" type="curve"/>
+ <point x="1236.0" y="1020.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1976, 'leftMargin': 102, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/scircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/scircumflex.glif
new file mode 100644
index 000000000..6c9c1c0d6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/scircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scircumflex" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="015D"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="740.0" y="2256.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="circumflex" xOffset="96.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/scommaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/scommaaccent.glif
new file mode 100644
index 000000000..e5f066eb5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/scommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="scommaaccent" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="0219"/>
+ <anchor x="776.0" y="-728.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="740.0" y="1792.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="commaaccent" xOffset="352.0" yOffset="-512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/sdotaccent.glif
new file mode 100644
index 000000000..06335f9b9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/sdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sdotaccent" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="1E61"/>
+ <anchor x="740.0" y="0.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="740.0" y="2188.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="dotaccent" xOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/sdotbelow.glif
new file mode 100644
index 000000000..f529064c6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/sdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sdotbelow" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="1E63"/>
+ <anchor x="740.0" y="-495.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="740.0" y="1792.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="dotbelow" xOffset="1568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sdotbelowdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/sdotbelowdotaccent.glif
new file mode 100644
index 000000000..348f4fb6f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/sdotbelowdotaccent.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sdotbelowdotaccent" format="2">
+ <advance width="1460.0"/>
+ <unicode hex="1E69"/>
+ <anchor x="740.0" y="-495.0" name="bottom"/>
+ <anchor x="1436.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="740.0" y="1792.0" name="parent_top"/>
+ <anchor x="740.0" y="2188.0" name="top"/>
+ <anchor x="1436.0" y="1776.0" name="top0315"/>
+ <anchor x="1436.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="s"/>
+ <component base="dotbelow" xOffset="1568.0"/>
+ <component base="dotaccent" xOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/seagullsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/seagullsubnosp.glif
index 15933ca0b..8878d6592 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/seagullsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/seagullsubnosp.glif
@@ -1,56 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seagullsubnosp" format="1">
- <advance width="0"/>
+<glyph name="seagullsubnosp" format="2">
<unicode hex="033C"/>
+ <anchor x="-807.0" y="0.0" name="_markbottom"/>
+ <anchor x="-807.0" y="-457.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-807" y="0" type="move" name="_markbottom"/>
+ <point x="-1354.0" y="-485.0" type="line"/>
+ <point x="-1354.0" y="-292.0"/>
+ <point x="-1228.0" y="-154.0"/>
+ <point x="-1052.0" y="-154.0" type="curve" smooth="yes"/>
+ <point x="-850.0" y="-154.0"/>
+ <point x="-741.0" y="-292.0"/>
+ <point x="-741.0" y="-484.0" type="curve"/>
+ <point x="-873.0" y="-484.0" type="line"/>
+ <point x="-873.0" y="-380.0"/>
+ <point x="-930.0" y="-312.0"/>
+ <point x="-1052.0" y="-312.0" type="curve" smooth="yes"/>
+ <point x="-1147.0" y="-312.0"/>
+ <point x="-1221.0" y="-380.0"/>
+ <point x="-1221.0" y="-485.0" type="curve"/>
</contour>
<contour>
- <point x="-807" y="-457" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1354" y="-485" type="line"/>
- <point x="-1354" y="-292"/>
- <point x="-1228" y="-154"/>
- <point x="-1052" y="-154" type="curve" smooth="yes"/>
- <point x="-850" y="-154"/>
- <point x="-741" y="-292"/>
- <point x="-741" y="-484" type="curve"/>
- <point x="-873" y="-484" type="line"/>
- <point x="-873" y="-380"/>
- <point x="-930" y="-312"/>
- <point x="-1052" y="-312" type="curve" smooth="yes"/>
- <point x="-1147" y="-312"/>
- <point x="-1221" y="-380"/>
- <point x="-1221" y="-485" type="curve"/>
- </contour>
- <contour>
- <point x="-873" y="-484" type="line"/>
- <point x="-873" y="-292"/>
- <point x="-765" y="-154"/>
- <point x="-562" y="-154" type="curve" smooth="yes"/>
- <point x="-386" y="-154"/>
- <point x="-260" y="-292"/>
- <point x="-260" y="-485" type="curve"/>
- <point x="-393" y="-485" type="line"/>
- <point x="-393" y="-380"/>
- <point x="-468" y="-312"/>
- <point x="-562" y="-312" type="curve" smooth="yes"/>
- <point x="-685" y="-312"/>
- <point x="-741" y="-380"/>
- <point x="-741" y="-484" type="curve"/>
+ <point x="-873.0" y="-484.0" type="line"/>
+ <point x="-873.0" y="-292.0"/>
+ <point x="-765.0" y="-154.0"/>
+ <point x="-562.0" y="-154.0" type="curve" smooth="yes"/>
+ <point x="-386.0" y="-154.0"/>
+ <point x="-260.0" y="-292.0"/>
+ <point x="-260.0" y="-485.0" type="curve"/>
+ <point x="-393.0" y="-485.0" type="line"/>
+ <point x="-393.0" y="-380.0"/>
+ <point x="-468.0" y="-312.0"/>
+ <point x="-562.0" y="-312.0" type="curve" smooth="yes"/>
+ <point x="-685.0" y="-312.0"/>
+ <point x="-741.0" y="-380.0"/>
+ <point x="-741.0" y="-484.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/second.glif b/src/Inter-UI-Regular.ufo/glyphs/second.glif
new file mode 100644
index 000000000..73c726381
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/second.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="second" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="2033"/>
+ <outline>
+ <component base="quotedbl"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/secondtonechinese.glif b/src/Inter-UI-Regular.ufo/glyphs/secondtonechinese.glif
index 523fe2cde..ae680b604 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/secondtonechinese.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/secondtonechinese.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="secondtonechinese" format="1">
- <advance width="1008"/>
+<glyph name="secondtonechinese" format="2">
+ <advance width="1008.0"/>
<unicode hex="02CA"/>
<outline>
- <component base="acute" xOffset="28"/>
+ <component base="acute" xOffset="28.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 804, 'leftMargin': 97, 'rightMargin': 109}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/section.glif b/src/Inter-UI-Regular.ufo/glyphs/section.glif
index d9d91b409..126255976 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/section.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/section.glif
@@ -1,96 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="section" format="1">
- <advance width="1552"/>
+<glyph name="section" format="2">
+ <advance width="1552.0"/>
<unicode hex="00A7"/>
<outline>
<contour>
- <point x="1272" y="1564" type="line"/>
- <point x="1272" y="1864"/>
- <point x="1080" y="2076"/>
- <point x="772" y="2076" type="curve" smooth="yes"/>
- <point x="488" y="2076"/>
- <point x="284" y="1896"/>
- <point x="284" y="1648" type="curve"/>
- <point x="284" y="1520"/>
- <point x="340" y="1416"/>
- <point x="424" y="1332" type="curve"/>
- <point x="424" y="1324" type="line"/>
- <point x="260" y="1276"/>
- <point x="144" y="1104"/>
- <point x="144" y="960" type="curve" smooth="yes"/>
- <point x="144" y="708"/>
- <point x="332" y="576"/>
- <point x="436" y="516" type="curve" smooth="yes"/>
- <point x="824" y="292" type="line" smooth="yes"/>
- <point x="920" y="236"/>
- <point x="1040" y="168"/>
- <point x="1040" y="16" type="curve" smooth="yes"/>
- <point x="1040" y="-132"/>
- <point x="908" y="-204"/>
- <point x="760" y="-204" type="curve" smooth="yes"/>
- <point x="580" y="-204"/>
- <point x="448" y="-96"/>
- <point x="448" y="100" type="curve"/>
- <point x="216" y="100" type="line"/>
- <point x="216" y="-220"/>
- <point x="444" y="-416"/>
- <point x="760" y="-416" type="curve"/>
- <point x="1024" y="-416"/>
- <point x="1268" y="-280"/>
- <point x="1268" y="16" type="curve" smooth="yes"/>
- <point x="1268" y="144"/>
- <point x="1224" y="256"/>
- <point x="1128" y="340" type="curve"/>
- <point x="1128" y="344" type="line"/>
- <point x="1280" y="392"/>
- <point x="1408" y="556"/>
- <point x="1408" y="704" type="curve" smooth="yes"/>
- <point x="1408" y="956"/>
- <point x="1220" y="1084"/>
- <point x="1116" y="1144" type="curve" smooth="yes"/>
- <point x="728" y="1372" type="line" smooth="yes"/>
- <point x="632" y="1428"/>
- <point x="512" y="1524"/>
- <point x="512" y="1648" type="curve" smooth="yes"/>
- <point x="512" y="1748"/>
- <point x="592" y="1864"/>
- <point x="772" y="1864" type="curve" smooth="yes"/>
- <point x="960" y="1864"/>
- <point x="1044" y="1736"/>
- <point x="1044" y="1564" type="curve"/>
+ <point x="1272.0" y="1564.0" type="line"/>
+ <point x="1272.0" y="1864.0"/>
+ <point x="1080.0" y="2076.0"/>
+ <point x="772.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="2076.0"/>
+ <point x="284.0" y="1896.0"/>
+ <point x="284.0" y="1648.0" type="curve"/>
+ <point x="284.0" y="1520.0"/>
+ <point x="340.0" y="1416.0"/>
+ <point x="424.0" y="1332.0" type="curve"/>
+ <point x="424.0" y="1324.0" type="line"/>
+ <point x="260.0" y="1276.0"/>
+ <point x="144.0" y="1104.0"/>
+ <point x="144.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="708.0"/>
+ <point x="332.0" y="576.0"/>
+ <point x="436.0" y="516.0" type="curve" smooth="yes"/>
+ <point x="824.0" y="292.0" type="line" smooth="yes"/>
+ <point x="920.0" y="236.0"/>
+ <point x="1040.0" y="168.0"/>
+ <point x="1040.0" y="16.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="-132.0"/>
+ <point x="908.0" y="-204.0"/>
+ <point x="760.0" y="-204.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="-204.0"/>
+ <point x="448.0" y="-96.0"/>
+ <point x="448.0" y="100.0" type="curve"/>
+ <point x="216.0" y="100.0" type="line"/>
+ <point x="216.0" y="-220.0"/>
+ <point x="444.0" y="-416.0"/>
+ <point x="760.0" y="-416.0" type="curve"/>
+ <point x="1024.0" y="-416.0"/>
+ <point x="1268.0" y="-280.0"/>
+ <point x="1268.0" y="16.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="144.0"/>
+ <point x="1224.0" y="256.0"/>
+ <point x="1128.0" y="340.0" type="curve"/>
+ <point x="1128.0" y="344.0" type="line"/>
+ <point x="1280.0" y="392.0"/>
+ <point x="1408.0" y="556.0"/>
+ <point x="1408.0" y="704.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="956.0"/>
+ <point x="1220.0" y="1084.0"/>
+ <point x="1116.0" y="1144.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="1372.0" type="line" smooth="yes"/>
+ <point x="632.0" y="1428.0"/>
+ <point x="512.0" y="1524.0"/>
+ <point x="512.0" y="1648.0" type="curve" smooth="yes"/>
+ <point x="512.0" y="1748.0"/>
+ <point x="592.0" y="1864.0"/>
+ <point x="772.0" y="1864.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="1864.0"/>
+ <point x="1044.0" y="1736.0"/>
+ <point x="1044.0" y="1564.0" type="curve"/>
</contour>
<contour>
- <point x="1188" y="704" type="curve"/>
- <point x="1188" y="540"/>
- <point x="1012" y="432"/>
- <point x="928" y="480" type="curve" smooth="yes"/>
- <point x="556" y="696" type="line" smooth="yes"/>
- <point x="456" y="756"/>
- <point x="364" y="832"/>
- <point x="364" y="960" type="curve" smooth="yes"/>
- <point x="364" y="1128"/>
- <point x="520" y="1244"/>
- <point x="608" y="1192" type="curve" smooth="yes"/>
- <point x="1000" y="964" type="line" smooth="yes"/>
- <point x="1096" y="908"/>
- <point x="1188" y="820"/>
+ <point x="1188.0" y="704.0" type="curve"/>
+ <point x="1188.0" y="540.0"/>
+ <point x="1012.0" y="432.0"/>
+ <point x="928.0" y="480.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="696.0" type="line" smooth="yes"/>
+ <point x="456.0" y="756.0"/>
+ <point x="364.0" y="832.0"/>
+ <point x="364.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="1128.0"/>
+ <point x="520.0" y="1244.0"/>
+ <point x="608.0" y="1192.0" type="curve" smooth="yes"/>
+ <point x="1000.0" y="964.0" type="line" smooth="yes"/>
+ <point x="1096.0" y="908.0"/>
+ <point x="1188.0" y="820.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1733, 'leftMargin': 121, 'rightMargin': 150}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/semicolon.glif b/src/Inter-UI-Regular.ufo/glyphs/semicolon.glif
index f6e35aac9..6eff9e55c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/semicolon.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/semicolon.glif
@@ -1,24 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="semicolon" format="1">
- <advance width="776"/>
+<glyph name="semicolon" format="2">
+ <advance width="776.0"/>
<unicode hex="003B"/>
<outline>
<component base="comma"/>
- <component base="period" yOffset="1140"/>
+ <component base="period" yOffset="1140.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/servicemark.glif b/src/Inter-UI-Regular.ufo/glyphs/servicemark.glif
index 3a7577583..0a6b69f3c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/servicemark.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/servicemark.glif
@@ -1,85 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="servicemark" format="1">
- <advance width="1776"/>
+<glyph name="servicemark" format="2">
+ <advance width="1776.0"/>
<unicode hex="2120"/>
<outline>
<contour>
- <point x="1260" y="1464" type="line"/>
- <point x="1036" y="2004" type="line"/>
- <point x="904" y="2004" type="line"/>
- <point x="1224" y="1264" type="line"/>
- <point x="1296" y="1264" type="line"/>
- <point x="1616" y="2004" type="line"/>
- <point x="1484" y="2004" type="line"/>
+ <point x="1260.0" y="1464.0" type="line"/>
+ <point x="1036.0" y="2004.0" type="line"/>
+ <point x="904.0" y="2004.0" type="line"/>
+ <point x="1224.0" y="1264.0" type="line"/>
+ <point x="1296.0" y="1264.0" type="line"/>
+ <point x="1616.0" y="2004.0" type="line"/>
+ <point x="1484.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1004" y="2004" type="line"/>
- <point x="872" y="2004" type="line"/>
- <point x="872" y="1264" type="line"/>
- <point x="1004" y="1264" type="line"/>
+ <point x="1004.0" y="2004.0" type="line"/>
+ <point x="872.0" y="2004.0" type="line"/>
+ <point x="872.0" y="1264.0" type="line"/>
+ <point x="1004.0" y="1264.0" type="line"/>
</contour>
<contour>
- <point x="1508" y="1264" type="line"/>
- <point x="1640" y="1264" type="line"/>
- <point x="1640" y="2004" type="line"/>
- <point x="1508" y="2004" type="line"/>
+ <point x="1508.0" y="1264.0" type="line"/>
+ <point x="1640.0" y="1264.0" type="line"/>
+ <point x="1640.0" y="2004.0" type="line"/>
+ <point x="1508.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="612" y="1460" type="curve" smooth="yes"/>
- <point x="612" y="1400"/>
- <point x="556" y="1360"/>
- <point x="440" y="1360" type="curve" smooth="yes"/>
- <point x="356" y="1360"/>
- <point x="264" y="1388"/>
- <point x="264" y="1484" type="curve"/>
- <point x="140" y="1484" type="line"/>
- <point x="140" y="1312"/>
- <point x="292" y="1256"/>
- <point x="440" y="1256" type="curve" smooth="yes"/>
- <point x="624" y="1256"/>
- <point x="740" y="1328"/>
- <point x="740" y="1460" type="curve" smooth="yes"/>
- <point x="740" y="1592"/>
- <point x="640" y="1644"/>
- <point x="476" y="1692" type="curve"/>
- <point x="324" y="1728"/>
- <point x="292" y="1752"/>
- <point x="292" y="1808" type="curve" smooth="yes"/>
- <point x="292" y="1868"/>
- <point x="340" y="1908"/>
- <point x="448" y="1908" type="curve" smooth="yes"/>
- <point x="552" y="1908"/>
- <point x="604" y="1860"/>
- <point x="604" y="1784" type="curve"/>
- <point x="732" y="1784" type="line"/>
- <point x="732" y="1932"/>
- <point x="624" y="2012"/>
- <point x="448" y="2012" type="curve" smooth="yes"/>
- <point x="276" y="2012"/>
- <point x="164" y="1932"/>
- <point x="164" y="1808" type="curve" smooth="yes"/>
- <point x="164" y="1672"/>
- <point x="264" y="1624"/>
- <point x="432" y="1580" type="curve"/>
- <point x="572" y="1548"/>
- <point x="612" y="1516"/>
+ <point x="612.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="1400.0"/>
+ <point x="556.0" y="1360.0"/>
+ <point x="440.0" y="1360.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1360.0"/>
+ <point x="264.0" y="1388.0"/>
+ <point x="264.0" y="1484.0" type="curve"/>
+ <point x="140.0" y="1484.0" type="line"/>
+ <point x="140.0" y="1312.0"/>
+ <point x="292.0" y="1256.0"/>
+ <point x="440.0" y="1256.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="1256.0"/>
+ <point x="740.0" y="1328.0"/>
+ <point x="740.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="740.0" y="1592.0"/>
+ <point x="640.0" y="1644.0"/>
+ <point x="476.0" y="1692.0" type="curve"/>
+ <point x="324.0" y="1728.0"/>
+ <point x="292.0" y="1752.0"/>
+ <point x="292.0" y="1808.0" type="curve" smooth="yes"/>
+ <point x="292.0" y="1868.0"/>
+ <point x="340.0" y="1908.0"/>
+ <point x="448.0" y="1908.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1908.0"/>
+ <point x="604.0" y="1860.0"/>
+ <point x="604.0" y="1784.0" type="curve"/>
+ <point x="732.0" y="1784.0" type="line"/>
+ <point x="732.0" y="1932.0"/>
+ <point x="624.0" y="2012.0"/>
+ <point x="448.0" y="2012.0" type="curve" smooth="yes"/>
+ <point x="276.0" y="2012.0"/>
+ <point x="164.0" y="1932.0"/>
+ <point x="164.0" y="1808.0" type="curve" smooth="yes"/>
+ <point x="164.0" y="1672.0"/>
+ <point x="264.0" y="1624.0"/>
+ <point x="432.0" y="1580.0" type="curve"/>
+ <point x="572.0" y="1548.0"/>
+ <point x="612.0" y="1516.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1775, 'leftMargin': 138, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif
index 2ba81d4ec..5e160ffa0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seven.frac" format="1">
- <advance width="1264"/>
+<glyph name="seven.frac" format="2">
+ <advance width="1264.0"/>
<outline>
- <component base="seven.sup" xOffset="116" yOffset="912"/>
+ <component base="seven.sup" xOffset="116.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.glif
index a7ac02196..cabbbf70f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/seven.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/seven.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seven" format="1">
- <advance width="1552"/>
+<glyph name="seven" format="2">
+ <advance width="1552.0"/>
<unicode hex="0037"/>
<outline>
<contour>
- <point x="1416" y="2048" type="line"/>
- <point x="136" y="2048" type="line"/>
- <point x="136" y="1816" type="line"/>
- <point x="1176" y="1816" type="line"/>
- <point x="328" y="0" type="line"/>
- <point x="600" y="0" type="line"/>
- <point x="1416" y="1792" type="line"/>
+ <point x="1416.0" y="2048.0" type="line"/>
+ <point x="136.0" y="2048.0" type="line"/>
+ <point x="136.0" y="1816.0" type="line"/>
+ <point x="1176.0" y="1816.0" type="line"/>
+ <point x="328.0" y="0.0" type="line"/>
+ <point x="600.0" y="0.0" type="line"/>
+ <point x="1416.0" y="1792.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.sup.glif
index 15876b625..474923d92 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/seven.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/seven.sup.glif
@@ -1,32 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seven.sup" format="1">
- <advance width="1264"/>
+<glyph name="seven.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="1060" y="1084" type="line"/>
- <point x="204" y="1084" type="line"/>
- <point x="204" y="900" type="line"/>
- <point x="816" y="900" type="line"/>
- <point x="340" y="0" type="line"/>
- <point x="584" y="0" type="line"/>
- <point x="1060" y="956" type="line"/>
+ <point x="1060.0" y="1084.0" type="line"/>
+ <point x="204.0" y="1084.0" type="line"/>
+ <point x="204.0" y="900.0" type="line"/>
+ <point x="816.0" y="900.0" type="line"/>
+ <point x="340.0" y="0.0" type="line"/>
+ <point x="584.0" y="0.0" type="line"/>
+ <point x="1060.0" y="956.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.tnum.glif
index e6bf102a7..ea3399fff 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/seven.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/seven.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seven.tnum" format="1">
- <advance width="1680"/>
+<glyph name="seven.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
- <component base="seven" xOffset="64"/>
+ <component base="seven" xOffset="64.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif b/src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif
index 6a96e69af..5cc492d0d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="seveneighths" format="1">
- <advance width="2288"/>
+<glyph name="seveneighths" format="2">
+ <advance width="2288.0"/>
<unicode hex="215E"/>
<outline>
- <component base="seven.sup" xOffset="60" yOffset="900"/>
- <component base="fraction" xOffset="416"/>
- <component base="eight.sup" xOffset="1208"/>
+ <component base="seven.sup" xOffset="60.0" yOffset="900.0"/>
+ <component base="fraction" xOffset="416.0"/>
+ <component base="eight.sup" xOffset="1208.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2258, 'leftMargin': 119, 'rightMargin': 142}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sevenroman.glif b/src/Inter-UI-Regular.ufo/glyphs/sevenroman.glif
index 59f8ecfe0..88666228a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sevenroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sevenroman.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sevenroman" format="1">
- <advance width="2800"/>
+<glyph name="sevenroman" format="2">
+ <advance width="2800.0"/>
<unicode hex="2176"/>
<outline>
- <component base="v" xOffset="20"/>
- <component base="i" xOffset="1388"/>
- <component base="i" xOffset="2084"/>
+ <component base="v" xOffset="20.0"/>
+ <component base="i" xOffset="1388.0"/>
+ <component base="i" xOffset="2084.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2769, 'leftMargin': 132, 'rightMargin': 150}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sevensub.glif b/src/Inter-UI-Regular.ufo/glyphs/sevensub.glif
index 9823893f3..0e61e0c72 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sevensub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sevensub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sevensub" format="1">
- <advance width="1264"/>
+<glyph name="sevensub" format="2">
+ <advance width="1264.0"/>
<unicode hex="2087"/>
<outline>
- <component base="seven.sup" xOffset="116" yOffset="-504"/>
+ <component base="seven.sup" xOffset="116.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sevensuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/sevensuperior.glif
index aeb32cd2f..460f86e3c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sevensuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sevensuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sevensuperior" format="1">
- <advance width="1264"/>
+<glyph name="sevensuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2077"/>
<outline>
- <component base="seven.sup" xOffset="116" yOffset="916"/>
+ <component base="seven.sup" xOffset="116.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/shacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/shacyrillic.glif
index 254aab574..1ab91ec38 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/shacyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/shacyrillic.glif
@@ -1,37 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="shacyrillic" format="1">
- <advance width="2288"/>
+<glyph name="shacyrillic" format="2">
+ <advance width="2288.0"/>
<unicode hex="0448"/>
+ <anchor x="1136.0" y="1744.0" name="top"/>
+ <anchor x="2288.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="212" y="1488" type="line"/>
- <point x="212" y="0" type="line"/>
- <point x="2076" y="0" type="line"/>
- <point x="2076" y="1488" type="line"/>
- <point x="1800" y="1488" type="line"/>
- <point x="1800" y="220" type="line"/>
- <point x="1284" y="220" type="line"/>
- <point x="1284" y="1488" type="line"/>
- <point x="1008" y="1488" type="line"/>
- <point x="1008" y="220" type="line"/>
- <point x="488" y="220" type="line"/>
- <point x="488" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1136" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2288" y="1744" type="move" name="top0315"/>
+ <point x="212.0" y="1488.0" type="line"/>
+ <point x="212.0" y="0.0" type="line"/>
+ <point x="2076.0" y="0.0" type="line"/>
+ <point x="2076.0" y="1488.0" type="line"/>
+ <point x="1800.0" y="1488.0" type="line"/>
+ <point x="1800.0" y="220.0" type="line"/>
+ <point x="1284.0" y="220.0" type="line"/>
+ <point x="1284.0" y="1488.0" type="line"/>
+ <point x="1008.0" y="1488.0" type="line"/>
+ <point x="1008.0" y="220.0" type="line"/>
+ <point x="488.0" y="220.0" type="line"/>
+ <point x="488.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2288.0, 'leftMargin': 213, 'rightMargin': 213.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/shchacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/shchacyrillic.glif
index a76f4e794..f7e0ad41f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/shchacyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/shchacyrillic.glif
@@ -1,32 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="shchacyrillic" format="1">
- <advance width="2544"/>
+<glyph name="shchacyrillic" format="2">
+ <advance width="2544.0"/>
<unicode hex="0449"/>
+ <anchor x="1156.0" y="1744.0" name="top"/>
+ <anchor x="2384.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="2312" y="220" type="line"/>
- <point x="1840" y="220" type="line"/>
- <point x="1840" y="0" type="line"/>
- <point x="2040" y="0" type="line"/>
- <point x="2040" y="-440" type="line"/>
- <point x="2284" y="-440" type="line"/>
+ <point x="2312.0" y="220.0" type="line"/>
+ <point x="1840.0" y="220.0" type="line"/>
+ <point x="1840.0" y="0.0" type="line"/>
+ <point x="2040.0" y="0.0" type="line"/>
+ <point x="2040.0" y="-440.0" type="line"/>
+ <point x="2284.0" y="-440.0" type="line"/>
</contour>
- <component base="shacyrillic" xOffset="12"/>
<contour>
- <point x="1156" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2384" y="1744" type="move" name="top0315"/>
+ <point x="224.0" y="1488.0" type="line"/>
+ <point x="224.0" y="0.0" type="line"/>
+ <point x="2088.0" y="0.0" type="line"/>
+ <point x="2088.0" y="1488.0" type="line"/>
+ <point x="1812.0" y="1488.0" type="line"/>
+ <point x="1812.0" y="220.0" type="line"/>
+ <point x="1296.0" y="220.0" type="line"/>
+ <point x="1296.0" y="1488.0" type="line"/>
+ <point x="1020.0" y="1488.0" type="line"/>
+ <point x="1020.0" y="220.0" type="line"/>
+ <point x="500.0" y="220.0" type="line"/>
+ <point x="500.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2346, 'leftMargin': 196, 'rightMargin': 72}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/shhacyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/shhacyrillic.glif
new file mode 100644
index 000000000..ea035ba8b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/shhacyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="shhacyrillic" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="04BB"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="884.0" y="2304.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/shindagesh.glif b/src/Inter-UI-Regular.ufo/glyphs/shindagesh.glif
index 7006c379f..455d61e31 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/shindagesh.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/shindagesh.glif
@@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="shindagesh" format="1">
- <advance width="496"/>
+<glyph name="shindagesh" format="2">
+ <advance width="496.0"/>
<unicode hex="02E1"/>
<outline>
<contour>
- <point x="376" y="2484" type="line"/>
- <point x="124" y="2484" type="line"/>
- <point x="124" y="896" type="line"/>
- <point x="376" y="896" type="line"/>
+ <point x="376.0" y="2484.0" type="line"/>
+ <point x="124.0" y="2484.0" type="line"/>
+ <point x="124.0" y="896.0" type="line"/>
+ <point x="376.0" y="896.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 527, 'leftMargin': 138, 'rightMargin': 138}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sigma.glif b/src/Inter-UI-Regular.ufo/glyphs/sigma.glif
index 3b87c722b..aeee4998c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sigma.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sigma.glif
@@ -1,58 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sigma" format="1">
- <advance width="1776"/>
+<glyph name="sigma" format="2">
+ <advance width="1776.0"/>
<unicode hex="03C3"/>
<outline>
<contour>
- <point x="164" y="728" type="line"/>
- <point x="164" y="300"/>
- <point x="412" y="-28"/>
- <point x="832" y="-28" type="curve" smooth="yes"/>
- <point x="1252" y="-28"/>
- <point x="1496" y="312"/>
- <point x="1496" y="672" type="curve"/>
- <point x="1496" y="700" type="line"/>
- <point x="1496" y="992"/>
- <point x="1356" y="1220"/>
- <point x="1108" y="1344" type="curve" smooth="yes"/>
- <point x="956" y="1384"/>
- <point x="916" y="1480"/>
- <point x="828" y="1488" type="curve"/>
- <point x="412" y="1488"/>
- <point x="164" y="1172"/>
- <point x="164" y="760" type="curve"/>
+ <point x="164.0" y="728.0" type="line"/>
+ <point x="164.0" y="300.0"/>
+ <point x="412.0" y="-28.0"/>
+ <point x="832.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="-28.0"/>
+ <point x="1496.0" y="312.0"/>
+ <point x="1496.0" y="672.0" type="curve"/>
+ <point x="1496.0" y="700.0" type="line"/>
+ <point x="1496.0" y="992.0"/>
+ <point x="1356.0" y="1220.0"/>
+ <point x="1108.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="1384.0"/>
+ <point x="916.0" y="1480.0"/>
+ <point x="828.0" y="1488.0" type="curve"/>
+ <point x="412.0" y="1488.0"/>
+ <point x="164.0" y="1172.0"/>
+ <point x="164.0" y="760.0" type="curve"/>
</contour>
<contour>
- <point x="440" y="760" type="line"/>
- <point x="440" y="1032"/>
- <point x="556" y="1268"/>
- <point x="828" y="1268" type="curve" smooth="yes"/>
- <point x="1104" y="1268"/>
- <point x="1220" y="1032"/>
- <point x="1220" y="760" type="curve"/>
- <point x="1220" y="728" type="line"/>
- <point x="1220" y="440"/>
- <point x="1104" y="192"/>
- <point x="832" y="192" type="curve" smooth="yes"/>
- <point x="556" y="192"/>
- <point x="440" y="440"/>
- <point x="440" y="728" type="curve"/>
+ <point x="440.0" y="760.0" type="line"/>
+ <point x="440.0" y="1032.0"/>
+ <point x="556.0" y="1268.0"/>
+ <point x="828.0" y="1268.0" type="curve" smooth="yes"/>
+ <point x="1104.0" y="1268.0"/>
+ <point x="1220.0" y="1032.0"/>
+ <point x="1220.0" y="760.0" type="curve"/>
+ <point x="1220.0" y="728.0" type="line"/>
+ <point x="1220.0" y="440.0"/>
+ <point x="1104.0" y="192.0"/>
+ <point x="832.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="192.0"/>
+ <point x="440.0" y="440.0"/>
+ <point x="440.0" y="728.0" type="curve"/>
</contour>
<contour>
- <point x="1612" y="1488" type="line"/>
- <point x="828" y="1488" type="line"/>
- <point x="828" y="1268" type="line"/>
- <point x="1612" y="1268" type="line"/>
+ <point x="1612.0" y="1488.0" type="line"/>
+ <point x="828.0" y="1488.0" type="line"/>
+ <point x="828.0" y="1268.0" type="line"/>
+ <point x="1612.0" y="1268.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 135, 'rightMargin': 19}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sigma1.glif b/src/Inter-UI-Regular.ufo/glyphs/sigma1.glif
index 28d5ee9db..6634c65e6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sigma1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sigma1.glif
@@ -1,53 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sigma1" format="1">
- <advance width="1516"/>
+<glyph name="sigma1" format="2">
+ <advance width="1516.0"/>
<unicode hex="03C2"/>
<outline>
<contour>
- <point x="796" y="1516" type="curve" smooth="yes"/>
- <point x="380" y="1516"/>
- <point x="144" y="1168"/>
- <point x="144" y="772" type="curve" smooth="yes"/>
- <point x="144" y="716" type="line" smooth="yes"/>
- <point x="144" y="336"/>
- <point x="372" y="100"/>
- <point x="812" y="0" type="curve" smooth="yes"/>
- <point x="956" y="-32"/>
- <point x="1024" y="-56"/>
- <point x="1024" y="-136" type="curve" smooth="yes"/>
- <point x="1024" y="-240"/>
- <point x="980" y="-292"/>
- <point x="892" y="-392" type="curve"/>
- <point x="1036" y="-516" type="line"/>
- <point x="1136" y="-432"/>
- <point x="1280" y="-248"/>
- <point x="1284" y="-104" type="curve"/>
- <point x="1284" y="128"/>
- <point x="1104" y="156"/>
- <point x="892" y="212" type="curve" smooth="yes"/>
- <point x="572" y="300"/>
- <point x="384" y="476"/>
- <point x="384" y="716" type="curve" smooth="yes"/>
- <point x="384" y="772" type="line" smooth="yes"/>
- <point x="384" y="1024"/>
- <point x="528" y="1296"/>
- <point x="796" y="1296" type="curve" smooth="yes"/>
- <point x="1016" y="1296"/>
- <point x="1120" y="1148"/>
- <point x="1120" y="976" type="curve"/>
- <point x="1380" y="976" type="line"/>
- <point x="1380" y="1316"/>
- <point x="1136" y="1516"/>
+ <point x="796.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1516.0"/>
+ <point x="144.0" y="1168.0"/>
+ <point x="144.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="716.0" type="line" smooth="yes"/>
+ <point x="144.0" y="336.0"/>
+ <point x="372.0" y="100.0"/>
+ <point x="812.0" y="0.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="-32.0"/>
+ <point x="1024.0" y="-56.0"/>
+ <point x="1024.0" y="-136.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="-240.0"/>
+ <point x="980.0" y="-292.0"/>
+ <point x="892.0" y="-392.0" type="curve"/>
+ <point x="1036.0" y="-516.0" type="line"/>
+ <point x="1136.0" y="-432.0"/>
+ <point x="1280.0" y="-248.0"/>
+ <point x="1284.0" y="-104.0" type="curve"/>
+ <point x="1284.0" y="128.0"/>
+ <point x="1104.0" y="156.0"/>
+ <point x="892.0" y="212.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="300.0"/>
+ <point x="384.0" y="476.0"/>
+ <point x="384.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="772.0" type="line" smooth="yes"/>
+ <point x="384.0" y="1024.0"/>
+ <point x="528.0" y="1296.0"/>
+ <point x="796.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1296.0"/>
+ <point x="1120.0" y="1148.0"/>
+ <point x="1120.0" y="976.0" type="curve"/>
+ <point x="1380.0" y="976.0" type="line"/>
+ <point x="1380.0" y="1316.0"/>
+ <point x="1136.0" y="1516.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1517, 'leftMargin': 136, 'rightMargin': 146}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sigmalunatesymbolgreek.glif b/src/Inter-UI-Regular.ufo/glyphs/sigmalunatesymbolgreek.glif
new file mode 100644
index 000000000..11171f19d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/sigmalunatesymbolgreek.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="sigmalunatesymbolgreek" format="2">
+ <advance width="1572.0"/>
+ <unicode hex="03F2"/>
+ <anchor x="832.0" y="0.0" name="bottom"/>
+ <anchor x="1464.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="1792.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
+ <anchor x="1464.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="c"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.1.glif b/src/Inter-UI-Regular.ufo/glyphs/six.1.glif
index 1048c2d5c..ee7ca7054 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/six.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/six.1.glif
@@ -1,92 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.1" format="1">
- <advance width="1680"/>
+<glyph name="six.1" format="2">
+ <advance width="1680.0"/>
<outline>
<contour>
- <point x="980" y="2048" type="line"/>
- <point x="412" y="1216" type="line" smooth="yes"/>
- <point x="288" y="1032"/>
- <point x="224" y="836"/>
- <point x="224" y="644" type="curve"/>
- <point x="224" y="320"/>
- <point x="412" y="-28"/>
- <point x="864" y="-28" type="curve" smooth="yes"/>
- <point x="1280" y="-28"/>
- <point x="1512" y="268"/>
- <point x="1512" y="644" type="curve" smooth="yes"/>
- <point x="1512" y="980"/>
- <point x="1324" y="1288"/>
- <point x="944" y="1288" type="curve" smooth="yes"/>
- <point x="536" y="1288"/>
- <point x="376" y="928"/>
- <point x="376" y="636" type="curve"/>
- <point x="460" y="636" type="line"/>
- <point x="460" y="900"/>
- <point x="636" y="1068"/>
- <point x="892" y="1068" type="curve" smooth="yes"/>
- <point x="1172" y="1068"/>
- <point x="1276" y="860"/>
- <point x="1276" y="640" type="curve" smooth="yes"/>
- <point x="1276" y="364"/>
- <point x="1116" y="188"/>
- <point x="888" y="188" type="curve" smooth="yes"/>
- <point x="656" y="188"/>
- <point x="460" y="368"/>
- <point x="460" y="652" type="curve"/>
- <point x="428" y="844" type="line"/>
- <point x="1252" y="2048" type="line"/>
+ <point x="980.0" y="2048.0" type="line"/>
+ <point x="412.0" y="1216.0" type="line" smooth="yes"/>
+ <point x="288.0" y="1032.0"/>
+ <point x="224.0" y="836.0"/>
+ <point x="224.0" y="644.0" type="curve"/>
+ <point x="224.0" y="320.0"/>
+ <point x="412.0" y="-28.0"/>
+ <point x="864.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1280.0" y="-28.0"/>
+ <point x="1512.0" y="268.0"/>
+ <point x="1512.0" y="644.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="980.0"/>
+ <point x="1324.0" y="1288.0"/>
+ <point x="944.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="1288.0"/>
+ <point x="376.0" y="928.0"/>
+ <point x="376.0" y="636.0" type="curve"/>
+ <point x="460.0" y="636.0" type="line"/>
+ <point x="460.0" y="900.0"/>
+ <point x="636.0" y="1068.0"/>
+ <point x="892.0" y="1068.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="1068.0"/>
+ <point x="1276.0" y="860.0"/>
+ <point x="1276.0" y="640.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="364.0"/>
+ <point x="1116.0" y="188.0"/>
+ <point x="888.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="188.0"/>
+ <point x="460.0" y="368.0"/>
+ <point x="460.0" y="652.0" type="curve"/>
+ <point x="428.0" y="844.0" type="line"/>
+ <point x="1252.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>six</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <real>8.0</real>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>six.1</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1680</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8029983484880496</real>
- <real>0.964765884551495</real>
- <real>0.7954395628097722</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.804,0.965,0.796,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/six.frac.glif
index d50996823..9ea18cf5d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/six.frac.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/six.frac.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.frac" format="1">
- <advance width="1264"/>
+<glyph name="six.frac" format="2">
+ <advance width="1264.0"/>
<outline>
- <component base="six.sup" xOffset="-16" yOffset="912"/>
+ <component base="six.sup" xOffset="-16.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 224, 'rightMargin': -19}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.glif b/src/Inter-UI-Regular.ufo/glyphs/six.glif
index 59a4d8120..625070299 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/six.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/six.glif
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six" format="1">
- <advance width="1680"/>
+<glyph name="six" format="2">
+ <advance width="1680.0"/>
<unicode hex="0036"/>
<outline>
- <component base="nine" xScale="-1" yScale="-1" xOffset="1664" yOffset="2048"/>
+ <component base="nine" xScale="-1.0" yScale="-1.0" xOffset="1664.0" yOffset="2048.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/six.sup.glif
index ddb606e49..b801ba8cf 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/six.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/six.sup.glif
@@ -1,61 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.sup" format="1">
- <advance width="1264"/>
+<glyph name="six.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="832" y="1100" type="line"/>
- <point x="428" y="1100"/>
- <point x="216" y="872"/>
- <point x="216" y="492" type="curve"/>
- <point x="216" y="420" type="line"/>
- <point x="216" y="152"/>
- <point x="380" y="-16"/>
- <point x="640" y="-16" type="curve" smooth="yes"/>
- <point x="892" y="-16"/>
- <point x="1048" y="148"/>
- <point x="1048" y="360" type="curve"/>
- <point x="1048" y="560"/>
- <point x="932" y="720"/>
- <point x="700" y="720" type="curve"/>
- <point x="500" y="720"/>
- <point x="376" y="572"/>
- <point x="372" y="456" type="curve"/>
- <point x="432" y="388" type="line"/>
- <point x="436" y="460"/>
- <point x="520" y="536"/>
- <point x="636" y="536" type="curve"/>
- <point x="752" y="536"/>
- <point x="816" y="464"/>
- <point x="816" y="356" type="curve" smooth="yes"/>
- <point x="816" y="252"/>
- <point x="748" y="172"/>
- <point x="636" y="172" type="curve" smooth="yes"/>
- <point x="528" y="172"/>
- <point x="448" y="244"/>
- <point x="448" y="396" type="curve" smooth="yes"/>
- <point x="448" y="556" type="line" smooth="yes"/>
- <point x="448" y="796"/>
- <point x="580" y="908"/>
- <point x="848" y="908" type="curve"/>
- <point x="864" y="908" type="line"/>
- <point x="864" y="1100" type="line"/>
+ <point x="832.0" y="1100.0" type="line"/>
+ <point x="428.0" y="1100.0"/>
+ <point x="216.0" y="872.0"/>
+ <point x="216.0" y="492.0" type="curve"/>
+ <point x="216.0" y="420.0" type="line"/>
+ <point x="216.0" y="152.0"/>
+ <point x="380.0" y="-16.0"/>
+ <point x="640.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="892.0" y="-16.0"/>
+ <point x="1048.0" y="148.0"/>
+ <point x="1048.0" y="360.0" type="curve"/>
+ <point x="1048.0" y="560.0"/>
+ <point x="932.0" y="720.0"/>
+ <point x="700.0" y="720.0" type="curve"/>
+ <point x="500.0" y="720.0"/>
+ <point x="376.0" y="572.0"/>
+ <point x="372.0" y="456.0" type="curve"/>
+ <point x="432.0" y="388.0" type="line"/>
+ <point x="436.0" y="460.0"/>
+ <point x="520.0" y="536.0"/>
+ <point x="636.0" y="536.0" type="curve"/>
+ <point x="752.0" y="536.0"/>
+ <point x="816.0" y="464.0"/>
+ <point x="816.0" y="356.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="252.0"/>
+ <point x="748.0" y="172.0"/>
+ <point x="636.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="172.0"/>
+ <point x="448.0" y="244.0"/>
+ <point x="448.0" y="396.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="556.0" type="line" smooth="yes"/>
+ <point x="448.0" y="796.0"/>
+ <point x="580.0" y="908.0"/>
+ <point x="848.0" y="908.0" type="curve"/>
+ <point x="864.0" y="908.0" type="line"/>
+ <point x="864.0" y="1100.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 116, 'rightMargin': 91}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.tnum.1.glif b/src/Inter-UI-Regular.ufo/glyphs/six.tnum.1.glif
index d8a9bf0c9..9de00678e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/six.tnum.1.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/six.tnum.1.glif
@@ -1,59 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.tnum.1" format="1">
- <advance width="1680"/>
+<glyph name="six.tnum.1" format="2">
+ <advance width="1680.0"/>
<outline>
- <component base="six.1" xOffset="-28"/>
+ <component base="six.1" xOffset="-28.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>six</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <real>8.0</real>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>six.tnum.1</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1680</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/six.tnum.glif
index d3475e61a..2274db01b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/six.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/six.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="six.tnum" format="1">
- <advance width="1680"/>
+<glyph name="six.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="six"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9058</real>
- <real>0.9634</real>
- <real>0.7395</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.906,0.965,0.741,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sixinferior.glif b/src/Inter-UI-Regular.ufo/glyphs/sixinferior.glif
index b506e23b2..b4b6b4791 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sixinferior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sixinferior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sixinferior" format="1">
- <advance width="1264"/>
+<glyph name="sixinferior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2086"/>
<outline>
- <component base="six.sup" xOffset="-16" yOffset="-504"/>
+ <component base="six.sup" xOffset="-16.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 224, 'rightMargin': -19}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sixroman.glif b/src/Inter-UI-Regular.ufo/glyphs/sixroman.glif
index c273a050d..4cef141d6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sixroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sixroman.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sixroman" format="1">
- <advance width="2032"/>
+<glyph name="sixroman" format="2">
+ <advance width="2032.0"/>
<unicode hex="2175"/>
<outline>
- <component base="v" xOffset="-16"/>
- <component base="i" xOffset="1352"/>
+ <component base="v" xOffset="-16.0"/>
+ <component base="i" xOffset="1352.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2074, 'leftMargin': 132, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sixsuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/sixsuperior.glif
index 83de38cbf..53782f3d3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sixsuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sixsuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sixsuperior" format="1">
- <advance width="1264"/>
+<glyph name="sixsuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2076"/>
<outline>
- <component base="six.sup" xOffset="-16" yOffset="916"/>
+ <component base="six.sup" xOffset="-16.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 224, 'rightMargin': -19}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sixthemspace.glif b/src/Inter-UI-Regular.ufo/glyphs/sixthemspace.glif
index 98fa1434a..87fc31aa7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sixthemspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sixthemspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sixthemspace" format="1">
- <advance width="468"/>
+<glyph name="sixthemspace" format="2">
+ <advance width="468.0"/>
<unicode hex="2006"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 479, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/slash.glif b/src/Inter-UI-Regular.ufo/glyphs/slash.glif
index d141c7644..96ab3d7dd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/slash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/slash.glif
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slash" format="1">
- <advance width="1040"/>
+<glyph name="slash" format="2">
+ <advance width="1040.0"/>
<unicode hex="002F"/>
<outline>
<contour>
- <point x="932" y="2048" type="line"/>
- <point x="700" y="2048" type="line"/>
- <point x="104" y="-308" type="line"/>
- <point x="336" y="-308" type="line"/>
+ <point x="932.0" y="2048.0" type="line"/>
+ <point x="700.0" y="2048.0" type="line"/>
+ <point x="104.0" y="-308.0" type="line"/>
+ <point x="336.0" y="-308.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/slashlongnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/slashlongnosp.glif
index 5b54ce91d..bcbe7a6af 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/slashlongnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/slashlongnosp.glif
@@ -1,24 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slashlongnosp" format="1">
- <advance width="0"/>
+<glyph name="slashlongnosp" format="2">
<unicode hex="0338"/>
<outline>
<contour>
- <point x="-116" y="2088" type="line"/>
- <point x="-256" y="2088" type="line"/>
- <point x="-1640" y="-132" type="line"/>
- <point x="-1500" y="-132" type="line"/>
+ <point x="-116.0" y="2088.0" type="line"/>
+ <point x="-256.0" y="2088.0" type="line"/>
+ <point x="-1640.0" y="-132.0" type="line"/>
+ <point x="-1500.0" y="-132.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/slashshortnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/slashshortnosp.glif
index 861283b00..d61705d79 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/slashshortnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/slashshortnosp.glif
@@ -1,24 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slashshortnosp" format="1">
- <advance width="0"/>
+<glyph name="slashshortnosp" format="2">
<unicode hex="0337"/>
<outline>
<contour>
- <point x="-276" y="1661" type="line"/>
- <point x="-455" y="1661" type="line"/>
- <point x="-1367" y="-184" type="line"/>
- <point x="-1188" y="-184" type="line"/>
+ <point x="-276.0" y="1661.0" type="line"/>
+ <point x="-455.0" y="1661.0" type="line"/>
+ <point x="-1367.0" y="-184.0" type="line"/>
+ <point x="-1188.0" y="-184.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/slongdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/slongdotaccent.glif
index 2f0d1b516..34cc2826d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/slongdotaccent.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/slongdotaccent.glif
@@ -1,36 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slongdotaccent" format="1">
- <advance width="824"/>
+<glyph name="slongdotaccent" format="2">
+ <advance width="824.0"/>
<unicode hex="1E9B"/>
<outline>
<contour>
- <point x="452" y="0" type="line"/>
- <point x="452" y="1640" type="line" smooth="yes"/>
- <point x="452" y="1820"/>
- <point x="616" y="1860"/>
- <point x="692" y="1860" type="curve" smooth="yes"/>
- <point x="764" y="1860"/>
- <point x="768" y="1856"/>
- <point x="800" y="1852" type="curve"/>
- <point x="800" y="2060" type="line"/>
- <point x="776" y="2068"/>
- <point x="732" y="2076"/>
- <point x="676" y="2076" type="curve" smooth="yes"/>
- <point x="424" y="2076"/>
- <point x="216" y="1920"/>
- <point x="216" y="1640" type="curve" smooth="yes"/>
- <point x="216" y="0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="1640.0" type="line" smooth="yes"/>
+ <point x="452.0" y="1820.0"/>
+ <point x="616.0" y="1860.0"/>
+ <point x="692.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="1860.0"/>
+ <point x="768.0" y="1856.0"/>
+ <point x="800.0" y="1852.0" type="curve"/>
+ <point x="800.0" y="2060.0" type="line"/>
+ <point x="776.0" y="2068.0"/>
+ <point x="732.0" y="2076.0"/>
+ <point x="676.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="2076.0"/>
+ <point x="216.0" y="1920.0"/>
+ <point x="216.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="472.0" y="2360.0" type="curve"/>
+ <point x="576.0" y="2360.0"/>
+ <point x="640.0" y="2432.0"/>
+ <point x="640.0" y="2520.0" type="curve"/>
+ <point x="640.0" y="2600.0"/>
+ <point x="576.0" y="2680.0"/>
+ <point x="472.0" y="2680.0" type="curve"/>
+ <point x="368.0" y="2680.0"/>
+ <point x="304.0" y="2600.0"/>
+ <point x="304.0" y="2520.0" type="curve" smooth="yes"/>
+ <point x="304.0" y="2432.0"/>
+ <point x="368.0" y="2360.0"/>
</contour>
- <component base="dotaccent" xOffset="140" yOffset="580"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 989, 'leftMargin': 315, 'rightMargin': -1}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/slongstroke.glif b/src/Inter-UI-Regular.ufo/glyphs/slongstroke.glif
index c9795211a..20e6f1b91 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/slongstroke.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/slongstroke.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="slongstroke" format="1">
- <advance width="1008"/>
+<glyph name="slongstroke" format="2">
+ <advance width="1008.0"/>
<unicode hex="1E9C"/>
<outline>
<contour>
- <point x="776" y="1288" type="line"/>
- <point x="100" y="1032" type="line"/>
- <point x="100" y="796" type="line"/>
- <point x="776" y="1052" type="line"/>
+ <point x="776.0" y="1288.0" type="line"/>
+ <point x="100.0" y="1032.0" type="line"/>
+ <point x="100.0" y="796.0" type="line"/>
+ <point x="776.0" y="1052.0" type="line"/>
</contour>
<contour>
- <point x="556" y="0" type="line"/>
- <point x="556" y="1640" type="line" smooth="yes"/>
- <point x="556" y="1820"/>
- <point x="720" y="1860"/>
- <point x="796" y="1860" type="curve" smooth="yes"/>
- <point x="868" y="1860"/>
- <point x="872" y="1856"/>
- <point x="904" y="1852" type="curve"/>
- <point x="904" y="2060" type="line"/>
- <point x="880" y="2068"/>
- <point x="836" y="2076"/>
- <point x="780" y="2076" type="curve" smooth="yes"/>
- <point x="528" y="2076"/>
- <point x="320" y="1920"/>
- <point x="320" y="1640" type="curve" smooth="yes"/>
- <point x="320" y="0" type="line"/>
+ <point x="556.0" y="0.0" type="line"/>
+ <point x="556.0" y="1640.0" type="line" smooth="yes"/>
+ <point x="556.0" y="1820.0"/>
+ <point x="720.0" y="1860.0"/>
+ <point x="796.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="868.0" y="1860.0"/>
+ <point x="872.0" y="1856.0"/>
+ <point x="904.0" y="1852.0" type="curve"/>
+ <point x="904.0" y="2060.0" type="line"/>
+ <point x="880.0" y="2068.0"/>
+ <point x="836.0" y="2076.0"/>
+ <point x="780.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="2076.0"/>
+ <point x="320.0" y="1920.0"/>
+ <point x="320.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="320.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1031, 'leftMargin': 125, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/softhyphen.glif b/src/Inter-UI-Regular.ufo/glyphs/softhyphen.glif
new file mode 100644
index 000000000..8e4934abe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/softhyphen.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="softhyphen" format="2">
+ <advance width="1296.0"/>
+ <unicode hex="00AD"/>
+ <outline>
+ <component base="hyphen"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/softsigncyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/softsigncyrillic.glif
index 8d7c91a4e..f1853ded1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/softsigncyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/softsigncyrillic.glif
@@ -1,42 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="softsigncyrillic" format="1">
- <advance width="1520"/>
+<glyph name="softsigncyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="044C"/>
+ <anchor x="288.0" y="1232.0" name="cross"/>
<outline>
<contour>
- <point x="364" y="980" type="line"/>
- <point x="364" y="760" type="line"/>
- <point x="804" y="760" type="line"/>
- <point x="1012" y="760"/>
- <point x="1084" y="612"/>
- <point x="1084" y="484" type="curve"/>
- <point x="1084" y="352"/>
- <point x="1012" y="220"/>
- <point x="804" y="220" type="curve"/>
- <point x="436" y="220" type="line"/>
- <point x="436" y="1488" type="line"/>
- <point x="160" y="1488" type="line"/>
- <point x="160" y="0" type="line"/>
- <point x="804" y="0" type="line"/>
- <point x="1164" y="0"/>
- <point x="1360" y="220"/>
- <point x="1360" y="496" type="curve"/>
- <point x="1360" y="776"/>
- <point x="1164" y="980"/>
- <point x="804" y="980" type="curve"/>
- </contour>
- <contour>
- <point x="288" y="1232" type="move" name="cross"/>
+ <point x="364.0" y="980.0" type="line"/>
+ <point x="364.0" y="760.0" type="line"/>
+ <point x="804.0" y="760.0" type="line"/>
+ <point x="1012.0" y="760.0"/>
+ <point x="1084.0" y="612.0"/>
+ <point x="1084.0" y="484.0" type="curve"/>
+ <point x="1084.0" y="352.0"/>
+ <point x="1012.0" y="220.0"/>
+ <point x="804.0" y="220.0" type="curve"/>
+ <point x="436.0" y="220.0" type="line"/>
+ <point x="436.0" y="1488.0" type="line"/>
+ <point x="160.0" y="1488.0" type="line"/>
+ <point x="160.0" y="0.0" type="line"/>
+ <point x="804.0" y="0.0" type="line"/>
+ <point x="1164.0" y="0.0"/>
+ <point x="1360.0" y="220.0"/>
+ <point x="1360.0" y="496.0" type="curve"/>
+ <point x="1360.0" y="776.0"/>
+ <point x="1164.0" y="980.0"/>
+ <point x="804.0" y="980.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1535, 'leftMargin': 213, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/space.glif b/src/Inter-UI-Regular.ufo/glyphs/space.glif
index 5721b1fac..7261eb334 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/space.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/space.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="space" format="1">
- <advance width="792"/>
+<glyph name="space" format="2">
+ <advance width="792.0"/>
<unicode hex="0020"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/spaceopenbox.glif b/src/Inter-UI-Regular.ufo/glyphs/spaceopenbox.glif
index 849811d80..24416ea3d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/spaceopenbox.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/spaceopenbox.glif
@@ -1,34 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="spaceopenbox" format="1">
- <advance width="2032"/>
+<glyph name="spaceopenbox" format="2">
+ <advance width="2032.0"/>
<unicode hex="2423"/>
<outline>
<contour>
- <point x="208" y="192" type="line"/>
- <point x="208" y="-436" type="line"/>
- <point x="1824" y="-436" type="line"/>
- <point x="1824" y="192" type="line"/>
- <point x="1592" y="192" type="line"/>
- <point x="1592" y="-216" type="line"/>
- <point x="444" y="-216" type="line"/>
- <point x="444" y="192" type="line"/>
+ <point x="208.0" y="192.0" type="line"/>
+ <point x="208.0" y="-436.0" type="line"/>
+ <point x="1824.0" y="-436.0" type="line"/>
+ <point x="1824.0" y="192.0" type="line"/>
+ <point x="1592.0" y="192.0" type="line"/>
+ <point x="1592.0" y="-216.0" type="line"/>
+ <point x="444.0" y="-216.0" type="line"/>
+ <point x="444.0" y="192.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1837.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/squaresubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/squaresubnosp.glif
index adacf61ba..1f12fbae4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/squaresubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/squaresubnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="squaresubnosp" format="1">
- <advance width="0"/>
+<glyph name="squaresubnosp" format="2">
<unicode hex="033B"/>
+ <anchor x="-807.0" y="0.0" name="_markbottom"/>
+ <anchor x="-807.0" y="-666.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-807" y="0" type="move" name="_markbottom"/>
+ <point x="-1085.0" y="-666.0" type="line"/>
+ <point x="-529.0" y="-666.0" type="line"/>
+ <point x="-529.0" y="-110.0" type="line"/>
+ <point x="-1085.0" y="-110.0" type="line"/>
</contour>
<contour>
- <point x="-807" y="-666" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1085" y="-666" type="line"/>
- <point x="-529" y="-666" type="line"/>
- <point x="-529" y="-110" type="line"/>
- <point x="-1085" y="-110" type="line"/>
- </contour>
- <contour>
- <point x="-935" y="-260" type="line"/>
- <point x="-679" y="-260" type="line"/>
- <point x="-679" y="-516" type="line"/>
- <point x="-935" y="-516" type="line"/>
+ <point x="-935.0" y="-260.0" type="line"/>
+ <point x="-679.0" y="-260.0" type="line"/>
+ <point x="-679.0" y="-516.0" type="line"/>
+ <point x="-935.0" y="-516.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/srthook.glif b/src/Inter-UI-Regular.ufo/glyphs/srthook.glif
index 1a3738f31..9dbbe3012 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/srthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/srthook.glif
@@ -1,45 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="srthook" format="1">
- <advance width="1460"/>
+<glyph name="srthook" format="2">
+ <advance width="1460.0"/>
<unicode hex="0282"/>
+ <anchor x="760.0" y="-616.0" name="bottom"/>
+ <anchor x="760.0" y="1776.0" name="top"/>
+ <anchor x="1464.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="100" y="356" type="line"/>
- <point x="100" y="-44" type="line" smooth="yes"/>
- <point x="100" y="-308"/>
- <point x="276" y="-452"/>
- <point x="504" y="-452" type="curve" smooth="yes"/>
- <point x="548" y="-452"/>
- <point x="604" y="-448"/>
- <point x="640" y="-436" type="curve"/>
- <point x="640" y="-232" type="line"/>
- <point x="620" y="-240"/>
- <point x="584" y="-240"/>
- <point x="564" y="-240" type="curve" smooth="yes"/>
- <point x="436" y="-240"/>
- <point x="336" y="-204"/>
- <point x="336" y="-44" type="curve" smooth="yes"/>
- <point x="336" y="356" type="line"/>
+ <point x="100.0" y="356.0" type="line"/>
+ <point x="100.0" y="-44.0" type="line" smooth="yes"/>
+ <point x="100.0" y="-308.0"/>
+ <point x="276.0" y="-452.0"/>
+ <point x="504.0" y="-452.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="-452.0"/>
+ <point x="604.0" y="-448.0"/>
+ <point x="640.0" y="-436.0" type="curve"/>
+ <point x="640.0" y="-232.0" type="line"/>
+ <point x="620.0" y="-240.0"/>
+ <point x="584.0" y="-240.0"/>
+ <point x="564.0" y="-240.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="-240.0"/>
+ <point x="336.0" y="-204.0"/>
+ <point x="336.0" y="-44.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="356.0" type="line"/>
</contour>
- <component base="s"/>
<contour>
- <point x="760" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="760" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1464" y="1776" type="move" name="top0315"/>
+ <point x="1276.0" y="1192.0" type="line"/>
+ <point x="1196.0" y="1416.0"/>
+ <point x="1024.0" y="1556.0"/>
+ <point x="740.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1556.0"/>
+ <point x="176.0" y="1372.0"/>
+ <point x="176.0" y="1112.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="924.0"/>
+ <point x="300.0" y="756.0"/>
+ <point x="580.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="620.0" type="line" smooth="yes"/>
+ <point x="988.0" y="584.0"/>
+ <point x="1056.0" y="516.0"/>
+ <point x="1056.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="288.0"/>
+ <point x="928.0" y="172.0"/>
+ <point x="708.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="172.0"/>
+ <point x="372.0" y="296.0"/>
+ <point x="316.0" y="436.0" type="curve"/>
+ <point x="100.0" y="356.0" type="line"/>
+ <point x="176.0" y="164.0"/>
+ <point x="344.0" y="-32.0"/>
+ <point x="712.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1296.0" y="188.0"/>
+ <point x="1296.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="600.0"/>
+ <point x="1180.0" y="760.0"/>
+ <point x="900.0" y="828.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="884.0" type="line" smooth="yes"/>
+ <point x="496.0" y="928.0"/>
+ <point x="412.0" y="1020.0"/>
+ <point x="412.0" y="1124.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1256.0"/>
+ <point x="552.0" y="1356.0"/>
+ <point x="740.0" y="1356.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1356.0"/>
+ <point x="1036.0" y="1200.0"/>
+ <point x="1064.0" y="1132.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1459, 'leftMargin': 129, 'rightMargin': 167}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/sterling.glif b/src/Inter-UI-Regular.ufo/glyphs/sterling.glif
index 292be60a5..902ba6e9e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/sterling.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/sterling.glif
@@ -1,58 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="sterling" format="1">
- <advance width="1776"/>
+<glyph name="sterling" format="2">
+ <advance width="1776.0"/>
<unicode hex="00A3"/>
<outline>
<contour>
- <point x="1540" y="0" type="line"/>
- <point x="1540" y="220" type="line"/>
- <point x="184" y="220" type="line"/>
- <point x="184" y="0" type="line"/>
+ <point x="1540.0" y="0.0" type="line"/>
+ <point x="1540.0" y="220.0" type="line"/>
+ <point x="184.0" y="220.0" type="line"/>
+ <point x="184.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1108" y="796" type="line"/>
- <point x="1108" y="1024" type="line"/>
- <point x="176" y="1024" type="line"/>
- <point x="176" y="796" type="line"/>
+ <point x="1108.0" y="796.0" type="line"/>
+ <point x="1108.0" y="1024.0" type="line"/>
+ <point x="176.0" y="1024.0" type="line"/>
+ <point x="176.0" y="796.0" type="line"/>
</contour>
<contour>
- <point x="612" y="1428" type="line"/>
- <point x="612" y="1724"/>
- <point x="808" y="1856"/>
- <point x="1000" y="1856" type="curve" smooth="yes"/>
- <point x="1180" y="1856"/>
- <point x="1356" y="1740"/>
- <point x="1328" y="1532" type="curve"/>
- <point x="1560" y="1468" type="line"/>
- <point x="1636" y="1772"/>
- <point x="1368" y="2076"/>
- <point x="988" y="2076" type="curve" smooth="yes"/>
- <point x="664" y="2076"/>
- <point x="368" y="1856"/>
- <point x="380" y="1428" type="curve" smooth="yes"/>
- <point x="408" y="560" type="line" smooth="yes"/>
- <point x="408" y="440"/>
- <point x="388" y="220"/>
- <point x="264" y="220" type="curve"/>
- <point x="512" y="164" type="line"/>
- <point x="620" y="240"/>
- <point x="652" y="392"/>
- <point x="644" y="560" type="curve" smooth="yes"/>
+ <point x="612.0" y="1428.0" type="line"/>
+ <point x="612.0" y="1724.0"/>
+ <point x="808.0" y="1856.0"/>
+ <point x="1000.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="1856.0"/>
+ <point x="1356.0" y="1740.0"/>
+ <point x="1328.0" y="1532.0" type="curve"/>
+ <point x="1560.0" y="1468.0" type="line"/>
+ <point x="1636.0" y="1772.0"/>
+ <point x="1368.0" y="2076.0"/>
+ <point x="988.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="2076.0"/>
+ <point x="368.0" y="1856.0"/>
+ <point x="380.0" y="1428.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="560.0" type="line" smooth="yes"/>
+ <point x="408.0" y="440.0"/>
+ <point x="388.0" y="220.0"/>
+ <point x="264.0" y="220.0" type="curve"/>
+ <point x="512.0" y="164.0" type="line"/>
+ <point x="620.0" y="240.0"/>
+ <point x="652.0" y="392.0"/>
+ <point x="644.0" y="560.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/stigma.glif b/src/Inter-UI-Regular.ufo/glyphs/stigma.glif
index 7079eef30..96ffda4eb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/stigma.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/stigma.glif
@@ -1,55 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="stigma" format="1">
- <advance width="1520"/>
+<glyph name="stigma" format="2">
+ <advance width="1520.0"/>
<unicode hex="03DB"/>
<outline>
<contour>
- <point x="952" y="-524" type="line"/>
- <point x="1256" y="-524"/>
- <point x="1396" y="-376"/>
- <point x="1396" y="-160" type="curve" smooth="yes"/>
- <point x="1396" y="24"/>
- <point x="1296" y="108"/>
- <point x="1124" y="160" type="curve"/>
- <point x="732" y="272" type="line"/>
- <point x="548" y="328"/>
- <point x="400" y="440"/>
- <point x="400" y="716" type="curve" smooth="yes"/>
- <point x="400" y="772" type="line" smooth="yes"/>
- <point x="400" y="1024"/>
- <point x="484" y="1296"/>
- <point x="792" y="1296" type="curve" smooth="yes"/>
- <point x="992" y="1296"/>
- <point x="1116" y="1148"/>
- <point x="1128" y="976" type="curve"/>
- <point x="1388" y="976" type="line"/>
- <point x="1376" y="1276"/>
- <point x="1148" y="1516"/>
- <point x="792" y="1516" type="curve" smooth="yes"/>
- <point x="340" y="1516"/>
- <point x="124" y="1168"/>
- <point x="124" y="772" type="curve" smooth="yes"/>
- <point x="124" y="716" type="line" smooth="yes"/>
- <point x="124" y="276"/>
- <point x="356" y="124"/>
- <point x="616" y="56" type="curve"/>
- <point x="972" y="-28" type="line"/>
- <point x="1056" y="-44"/>
- <point x="1124" y="-88"/>
- <point x="1124" y="-172" type="curve" smooth="yes"/>
- <point x="1124" y="-252"/>
- <point x="1056" y="-296"/>
- <point x="952" y="-296" type="curve"/>
+ <point x="952.0" y="-524.0" type="line"/>
+ <point x="1256.0" y="-524.0"/>
+ <point x="1396.0" y="-376.0"/>
+ <point x="1396.0" y="-160.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="24.0"/>
+ <point x="1296.0" y="108.0"/>
+ <point x="1124.0" y="160.0" type="curve"/>
+ <point x="732.0" y="272.0" type="line"/>
+ <point x="548.0" y="328.0"/>
+ <point x="400.0" y="440.0"/>
+ <point x="400.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="772.0" type="line" smooth="yes"/>
+ <point x="400.0" y="1024.0"/>
+ <point x="484.0" y="1296.0"/>
+ <point x="792.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="1296.0"/>
+ <point x="1116.0" y="1148.0"/>
+ <point x="1128.0" y="976.0" type="curve"/>
+ <point x="1388.0" y="976.0" type="line"/>
+ <point x="1376.0" y="1276.0"/>
+ <point x="1148.0" y="1516.0"/>
+ <point x="792.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="1516.0"/>
+ <point x="124.0" y="1168.0"/>
+ <point x="124.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="716.0" type="line" smooth="yes"/>
+ <point x="124.0" y="276.0"/>
+ <point x="356.0" y="124.0"/>
+ <point x="616.0" y="56.0" type="curve"/>
+ <point x="972.0" y="-28.0" type="line"/>
+ <point x="1056.0" y="-44.0"/>
+ <point x="1124.0" y="-88.0"/>
+ <point x="1124.0" y="-172.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="-252.0"/>
+ <point x="1056.0" y="-296.0"/>
+ <point x="952.0" y="-296.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 127, 'rightMargin': 80}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/summation.glif b/src/Inter-UI-Regular.ufo/glyphs/summation.glif
index 2ef445ec6..4cf48cf41 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/summation.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/summation.glif
@@ -1,47 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="summation" format="1">
- <advance width="1776"/>
+<glyph name="summation" format="2">
+ <advance width="1776.0"/>
<unicode hex="2211"/>
<outline>
<contour>
- <point x="1664" y="-152" type="line"/>
- <point x="224" y="-152" type="line"/>
- <point x="224" y="-372" type="line"/>
- <point x="1664" y="-372" type="line"/>
+ <point x="1664.0" y="-152.0" type="line"/>
+ <point x="224.0" y="-152.0" type="line"/>
+ <point x="224.0" y="-372.0" type="line"/>
+ <point x="1664.0" y="-372.0" type="line"/>
</contour>
<contour>
- <point x="1556" y="2004" type="line"/>
- <point x="168" y="2004" type="line"/>
- <point x="168" y="1784" type="line"/>
- <point x="1556" y="1784" type="line"/>
+ <point x="1556.0" y="2004.0" type="line"/>
+ <point x="168.0" y="2004.0" type="line"/>
+ <point x="168.0" y="1784.0" type="line"/>
+ <point x="1556.0" y="1784.0" type="line"/>
</contour>
<contour>
- <point x="1244" y="828" type="line"/>
- <point x="256" y="2004" type="line"/>
- <point x="112" y="2004" type="line"/>
- <point x="112" y="1792" type="line"/>
- <point x="952" y="812" type="line"/>
- <point x="112" y="-164" type="line"/>
- <point x="112" y="-372" type="line"/>
- <point x="256" y="-372" type="line"/>
- <point x="1244" y="792" type="line"/>
+ <point x="1244.0" y="828.0" type="line"/>
+ <point x="256.0" y="2004.0" type="line"/>
+ <point x="112.0" y="2004.0" type="line"/>
+ <point x="112.0" y="1792.0" type="line"/>
+ <point x="952.0" y="812.0" type="line"/>
+ <point x="112.0" y="-164.0" type="line"/>
+ <point x="112.0" y="-372.0" type="line"/>
+ <point x="256.0" y="-372.0" type="line"/>
+ <point x="1244.0" y="792.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1654, 'leftMargin': 98, 'rightMargin': 5}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/t.glif b/src/Inter-UI-Regular.ufo/glyphs/t.glif
index e74631a6d..289ab8be4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/t.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/t.glif
@@ -1,125 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="t" format="1">
- <advance width="1000"/>
+<glyph name="t" format="2">
+ <advance width="1000.0"/>
<unicode hex="0074"/>
+ <guideline x="852.0" y="1332.0" angle="90.0"/>
+ <anchor x="596.0" y="0.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="720.0" y="2288.0" name="caron"/>
+ <anchor x="380.0" y="932.0" name="cross"/>
+ <anchor x="736.0" y="1876.0" name="marktop"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="860" y="1536" type="line"/>
- <point x="64" y="1536" type="line"/>
- <point x="64" y="1316" type="line"/>
- <point x="860" y="1316" type="line"/>
- </contour>
- <contour>
- <point x="296" y="1864" type="line"/>
- <point x="296" y="376" type="line"/>
- <point x="296" y="108"/>
- <point x="512" y="-20"/>
- <point x="712" y="-20" type="curve" smooth="yes"/>
- <point x="800" y="-20"/>
- <point x="856" y="-4"/>
- <point x="888" y="8" type="curve"/>
- <point x="840" y="220" type="line"/>
- <point x="820" y="216"/>
- <point x="788" y="208"/>
- <point x="736" y="208" type="curve" smooth="yes"/>
- <point x="632" y="208"/>
- <point x="532" y="240"/>
- <point x="532" y="440" type="curve"/>
- <point x="532" y="1864" type="line"/>
- </contour>
- <contour>
- <point x="596" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="720" y="2288" type="move" name="caron"/>
- </contour>
- <contour>
- <point x="380" y="932" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="412" y="2048" type="move" name="top"/>
- </contour>
- <contour>
- <point x="736" y="1876" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="892" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="892" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="892" y="2032" type="move" name="top0315"/>
+ <point x="860.0" y="1536.0" type="line"/>
+ <point x="64.0" y="1536.0" type="line"/>
+ <point x="64.0" y="1316.0" type="line"/>
+ <point x="860.0" y="1316.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="296.0" y="1864.0" type="line"/>
+ <point x="296.0" y="376.0" type="line"/>
+ <point x="296.0" y="108.0"/>
+ <point x="512.0" y="-20.0"/>
+ <point x="712.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="-20.0"/>
+ <point x="856.0" y="-4.0"/>
+ <point x="888.0" y="8.0" type="curve"/>
+ <point x="840.0" y="220.0" type="line"/>
+ <point x="820.0" y="216.0"/>
+ <point x="788.0" y="208.0"/>
+ <point x="736.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="208.0"/>
+ <point x="532.0" y="240.0"/>
+ <point x="532.0" y="440.0" type="curve"/>
+ <point x="532.0" y="1864.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>852</integer>
- <key>y</key>
- <integer>1332</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>f</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>-16</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>t</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1000</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tackdownsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/tackdownsubnosp.glif
index 0d6eefc73..fdc085cda 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tackdownsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tackdownsubnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tackdownsubnosp" format="1">
- <advance width="0"/>
+<glyph name="tackdownsubnosp" format="2">
<unicode hex="031E"/>
+ <anchor x="-811.0" y="0.0" name="_markbottom"/>
+ <anchor x="-811.0" y="-590.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-811" y="0" type="move" name="_markbottom"/>
+ <point x="-705.0" y="-590.0" type="line"/>
+ <point x="-912.0" y="-590.0" type="line"/>
+ <point x="-912.0" y="-125.0" type="line"/>
+ <point x="-705.0" y="-125.0" type="line"/>
</contour>
<contour>
- <point x="-811" y="-590" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-705" y="-590" type="line"/>
- <point x="-912" y="-590" type="line"/>
- <point x="-912" y="-125" type="line"/>
- <point x="-705" y="-125" type="line"/>
- </contour>
- <contour>
- <point x="-1089" y="-318" type="line"/>
- <point x="-1089" y="-125" type="line"/>
- <point x="-528" y="-125" type="line"/>
- <point x="-528" y="-318" type="line"/>
+ <point x="-1089.0" y="-318.0" type="line"/>
+ <point x="-1089.0" y="-125.0" type="line"/>
+ <point x="-528.0" y="-125.0" type="line"/>
+ <point x="-528.0" y="-318.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tackleftsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/tackleftsubnosp.glif
index 926c3a277..53caa5335 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tackleftsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tackleftsubnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tackleftsubnosp" format="1">
- <advance width="0"/>
+<glyph name="tackleftsubnosp" format="2">
<unicode hex="0318"/>
+ <anchor x="-780.0" y="0.0" name="_markbottom"/>
+ <anchor x="-780.0" y="-613.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-780" y="0" type="move" name="_markbottom"/>
+ <point x="-550.0" y="-83.0" type="line"/>
+ <point x="-756.0" y="-83.0" type="line"/>
+ <point x="-756.0" y="-613.0" type="line"/>
+ <point x="-550.0" y="-613.0" type="line"/>
</contour>
<contour>
- <point x="-780" y="-613" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-550" y="-83" type="line"/>
- <point x="-756" y="-83" type="line"/>
- <point x="-756" y="-613" type="line"/>
- <point x="-550" y="-613" type="line"/>
- </contour>
- <contour>
- <point x="-1097" y="-252" type="line"/>
- <point x="-1097" y="-444" type="line"/>
- <point x="-564" y="-444" type="line"/>
- <point x="-564" y="-252" type="line"/>
+ <point x="-1097.0" y="-252.0" type="line"/>
+ <point x="-1097.0" y="-444.0" type="line"/>
+ <point x="-564.0" y="-444.0" type="line"/>
+ <point x="-564.0" y="-252.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tackrightsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/tackrightsubnosp.glif
index f076cb2fe..c1edf4bbe 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tackrightsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tackrightsubnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tackrightsubnosp" format="1">
- <advance width="0"/>
+<glyph name="tackrightsubnosp" format="2">
<unicode hex="0319"/>
+ <anchor x="-806.0" y="0.0" name="_markbottom"/>
+ <anchor x="-804.0" y="-613.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-806" y="0" type="move" name="_markbottom"/>
+ <point x="-1081.0" y="-83.0" type="line"/>
+ <point x="-875.0" y="-83.0" type="line"/>
+ <point x="-875.0" y="-613.0" type="line"/>
+ <point x="-1081.0" y="-613.0" type="line"/>
</contour>
<contour>
- <point x="-804" y="-613" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1081" y="-83" type="line"/>
- <point x="-875" y="-83" type="line"/>
- <point x="-875" y="-613" type="line"/>
- <point x="-1081" y="-613" type="line"/>
- </contour>
- <contour>
- <point x="-534" y="-252" type="line"/>
- <point x="-534" y="-444" type="line"/>
- <point x="-1067" y="-444" type="line"/>
- <point x="-1067" y="-252" type="line"/>
+ <point x="-534.0" y="-252.0" type="line"/>
+ <point x="-534.0" y="-444.0" type="line"/>
+ <point x="-1067.0" y="-444.0" type="line"/>
+ <point x="-1067.0" y="-252.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tackupsubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/tackupsubnosp.glif
index 56b02a7df..c45ad507b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tackupsubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tackupsubnosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tackupsubnosp" format="1">
- <advance width="0"/>
+<glyph name="tackupsubnosp" format="2">
<unicode hex="031D"/>
+ <anchor x="-811.0" y="0.0" name="_markbottom"/>
+ <anchor x="-811.0" y="-590.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-811" y="-590" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-811" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uptackmod" xOffset="-1199" yOffset="-825"/>
+ <component base="uptackmod" xOffset="-1199.0" yOffset="-825.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tau.glif b/src/Inter-UI-Regular.ufo/glyphs/tau.glif
index 5fc05e765..3c90532f3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tau.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tau.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tau" format="1">
- <advance width="1328"/>
+<glyph name="tau" format="2">
+ <advance width="1328.0"/>
<unicode hex="03C4"/>
<outline>
<contour>
- <point x="1288" y="1536" type="line"/>
- <point x="40" y="1536" type="line"/>
- <point x="40" y="1316" type="line"/>
- <point x="1288" y="1316" type="line"/>
+ <point x="1288.0" y="1536.0" type="line"/>
+ <point x="40.0" y="1536.0" type="line"/>
+ <point x="40.0" y="1316.0" type="line"/>
+ <point x="1288.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="532" y="1536" type="line"/>
- <point x="532" y="384" type="line"/>
- <point x="532" y="88"/>
- <point x="640" y="-28"/>
- <point x="848" y="-28" type="curve" smooth="yes"/>
- <point x="936" y="-28"/>
- <point x="1016" y="-16"/>
- <point x="1108" y="52" type="curve"/>
- <point x="1044" y="240" type="line"/>
- <point x="1016" y="220"/>
- <point x="968" y="196"/>
- <point x="920" y="196" type="curve" smooth="yes"/>
- <point x="856" y="196"/>
- <point x="768" y="196"/>
- <point x="768" y="372" type="curve"/>
- <point x="768" y="1536" type="line"/>
+ <point x="532.0" y="1536.0" type="line"/>
+ <point x="532.0" y="384.0" type="line"/>
+ <point x="532.0" y="88.0"/>
+ <point x="640.0" y="-28.0"/>
+ <point x="848.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="-28.0"/>
+ <point x="1016.0" y="-16.0"/>
+ <point x="1108.0" y="52.0" type="curve"/>
+ <point x="1044.0" y="240.0" type="line"/>
+ <point x="1016.0" y="220.0"/>
+ <point x="968.0" y="196.0"/>
+ <point x="920.0" y="196.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="196.0"/>
+ <point x="768.0" y="196.0"/>
+ <point x="768.0" y="372.0" type="curve"/>
+ <point x="768.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1475, 'leftMargin': 113, 'rightMargin': 115}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tavdages.glif b/src/Inter-UI-Regular.ufo/glyphs/tavdages.glif
index 866a34ce1..84c66b4f3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tavdages.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tavdages.glif
@@ -1,57 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tavdages" format="1">
- <advance width="1264"/>
+<glyph name="tavdages" format="2">
+ <advance width="1264.0"/>
<unicode hex="02E2"/>
<outline>
<contour>
- <point x="836" y="1188" type="curve" smooth="yes"/>
- <point x="836" y="1124"/>
- <point x="768" y="1084"/>
- <point x="672" y="1084" type="curve" smooth="yes"/>
- <point x="552" y="1084"/>
- <point x="444" y="1116"/>
- <point x="420" y="1240" type="curve"/>
- <point x="176" y="1240" type="line"/>
- <point x="176" y="1056"/>
- <point x="332" y="876"/>
- <point x="664" y="876" type="curve" smooth="yes"/>
- <point x="936" y="876"/>
- <point x="1088" y="988"/>
- <point x="1088" y="1204" type="curve"/>
- <point x="1088" y="1408"/>
- <point x="940" y="1496"/>
- <point x="672" y="1560" type="curve" smooth="yes"/>
- <point x="544" y="1592"/>
- <point x="464" y="1616"/>
- <point x="464" y="1696" type="curve" smooth="yes"/>
- <point x="464" y="1752"/>
- <point x="508" y="1804"/>
- <point x="640" y="1804" type="curve" smooth="yes"/>
- <point x="780" y="1804"/>
- <point x="828" y="1740"/>
- <point x="832" y="1672" type="curve"/>
- <point x="1076" y="1672" type="line"/>
- <point x="1076" y="1860"/>
- <point x="904" y="2016"/>
- <point x="620" y="2016" type="curve" smooth="yes"/>
- <point x="396" y="2016"/>
- <point x="216" y="1896"/>
- <point x="216" y="1696" type="curve" smooth="yes"/>
- <point x="216" y="1500"/>
- <point x="348" y="1408"/>
- <point x="596" y="1348" type="curve" smooth="yes"/>
- <point x="756" y="1312"/>
- <point x="836" y="1272"/>
+ <point x="836.0" y="1188.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="1124.0"/>
+ <point x="768.0" y="1084.0"/>
+ <point x="672.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="1084.0"/>
+ <point x="444.0" y="1116.0"/>
+ <point x="420.0" y="1240.0" type="curve"/>
+ <point x="176.0" y="1240.0" type="line"/>
+ <point x="176.0" y="1056.0"/>
+ <point x="332.0" y="876.0"/>
+ <point x="664.0" y="876.0" type="curve" smooth="yes"/>
+ <point x="936.0" y="876.0"/>
+ <point x="1088.0" y="988.0"/>
+ <point x="1088.0" y="1204.0" type="curve"/>
+ <point x="1088.0" y="1408.0"/>
+ <point x="940.0" y="1496.0"/>
+ <point x="672.0" y="1560.0" type="curve" smooth="yes"/>
+ <point x="544.0" y="1592.0"/>
+ <point x="464.0" y="1616.0"/>
+ <point x="464.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1752.0"/>
+ <point x="508.0" y="1804.0"/>
+ <point x="640.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="780.0" y="1804.0"/>
+ <point x="828.0" y="1740.0"/>
+ <point x="832.0" y="1672.0" type="curve"/>
+ <point x="1076.0" y="1672.0" type="line"/>
+ <point x="1076.0" y="1860.0"/>
+ <point x="904.0" y="2016.0"/>
+ <point x="620.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="2016.0"/>
+ <point x="216.0" y="1896.0"/>
+ <point x="216.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1500.0"/>
+ <point x="348.0" y="1408.0"/>
+ <point x="596.0" y="1348.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="1312.0"/>
+ <point x="836.0" y="1272.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1077, 'leftMargin': 83, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tbar.glif b/src/Inter-UI-Regular.ufo/glyphs/tbar.glif
new file mode 100644
index 000000000..76f442afc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tbar.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tbar" format="2">
+ <advance width="1000.0"/>
+ <unicode hex="0167"/>
+ <anchor x="596.0" y="0.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="crossbar" xOffset="-256.0" yOffset="-64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:41:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/tcaron.glif
new file mode 100644
index 000000000..460dfa3f2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tcaron.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tcaron" format="2">
+ <advance width="1040.0"/>
+ <unicode hex="0165"/>
+ <anchor x="596.0" y="0.0" name="bottom"/>
+ <anchor x="932.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="932.0" y="2032.0" name="top0315"/>
+ <anchor x="932.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="commaaccent" xOffset="468.0" yOffset="1948.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tccurl.glif b/src/Inter-UI-Regular.ufo/glyphs/tccurl.glif
index 7a2099e6d..482fe8b78 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tccurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tccurl.glif
@@ -1,86 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tccurl" format="1">
- <advance width="2208"/>
+<glyph name="tccurl" format="2">
+ <advance width="2208.0"/>
<unicode hex="02A8"/>
+ <anchor x="1512.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="2200.0" name="top"/>
+ <anchor x="2196.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1512" y="188" type="curve" smooth="yes"/>
- <point x="1200" y="188"/>
- <point x="1080" y="484"/>
- <point x="1080" y="736" type="curve" smooth="yes"/>
- <point x="1080" y="792" type="line" smooth="yes"/>
- <point x="1080" y="1048"/>
- <point x="1216" y="1336"/>
- <point x="1512" y="1336" type="curve" smooth="yes"/>
- <point x="1732" y="1336"/>
- <point x="1852" y="1176"/>
- <point x="1864" y="1016" type="curve"/>
- <point x="2108" y="1016" type="line"/>
- <point x="2092" y="1316"/>
- <point x="1864" y="1556"/>
- <point x="1512" y="1556" type="curve" smooth="yes"/>
- <point x="1076" y="1556"/>
- <point x="844" y="1188"/>
- <point x="844" y="792" type="curve" smooth="yes"/>
- <point x="844" y="736" type="line" smooth="yes"/>
- <point x="844" y="340"/>
- <point x="1056" y="-28"/>
- <point x="1512" y="-28" type="curve" smooth="yes"/>
- <point x="1828" y="-28"/>
- <point x="2108" y="160"/>
- <point x="2108" y="436" type="curve" smooth="yes"/>
- <point x="2108" y="620"/>
- <point x="1980" y="764"/>
- <point x="1756" y="764" type="curve" smooth="yes"/>
- <point x="1312" y="764"/>
- <point x="992" y="196"/>
- <point x="720" y="196" type="curve"/>
- <point x="640" y="-28" type="line"/>
- <point x="1144" y="-28"/>
- <point x="1408" y="552"/>
- <point x="1752" y="552" type="curve" smooth="yes"/>
- <point x="1828" y="552"/>
- <point x="1888" y="512"/>
- <point x="1888" y="420" type="curve" smooth="yes"/>
- <point x="1888" y="284"/>
- <point x="1692" y="188"/>
+ <point x="1512.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="1200.0" y="188.0"/>
+ <point x="1080.0" y="484.0"/>
+ <point x="1080.0" y="736.0" type="curve" smooth="yes"/>
+ <point x="1080.0" y="792.0" type="line" smooth="yes"/>
+ <point x="1080.0" y="1048.0"/>
+ <point x="1216.0" y="1336.0"/>
+ <point x="1512.0" y="1336.0" type="curve" smooth="yes"/>
+ <point x="1732.0" y="1336.0"/>
+ <point x="1852.0" y="1176.0"/>
+ <point x="1864.0" y="1016.0" type="curve"/>
+ <point x="2108.0" y="1016.0" type="line"/>
+ <point x="2092.0" y="1316.0"/>
+ <point x="1864.0" y="1556.0"/>
+ <point x="1512.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="1556.0"/>
+ <point x="844.0" y="1188.0"/>
+ <point x="844.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="736.0" type="line" smooth="yes"/>
+ <point x="844.0" y="340.0"/>
+ <point x="1056.0" y="-28.0"/>
+ <point x="1512.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1828.0" y="-28.0"/>
+ <point x="2108.0" y="160.0"/>
+ <point x="2108.0" y="436.0" type="curve" smooth="yes"/>
+ <point x="2108.0" y="620.0"/>
+ <point x="1980.0" y="764.0"/>
+ <point x="1756.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1312.0" y="764.0"/>
+ <point x="992.0" y="196.0"/>
+ <point x="720.0" y="196.0" type="curve"/>
+ <point x="640.0" y="-28.0" type="line"/>
+ <point x="1144.0" y="-28.0"/>
+ <point x="1408.0" y="552.0"/>
+ <point x="1752.0" y="552.0" type="curve" smooth="yes"/>
+ <point x="1828.0" y="552.0"/>
+ <point x="1888.0" y="512.0"/>
+ <point x="1888.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1888.0" y="284.0"/>
+ <point x="1692.0" y="188.0"/>
</contour>
<contour>
- <point x="844" y="1536" type="line"/>
- <point x="64" y="1536" type="line"/>
- <point x="64" y="1316" type="line"/>
- <point x="844" y="1316" type="line"/>
+ <point x="844.0" y="1536.0" type="line"/>
+ <point x="64.0" y="1536.0" type="line"/>
+ <point x="64.0" y="1316.0" type="line"/>
+ <point x="844.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="312" y="1864" type="line"/>
- <point x="312" y="412" type="line" smooth="yes"/>
- <point x="312" y="116"/>
- <point x="452" y="-28"/>
- <point x="640" y="-28" type="curve"/>
- <point x="720" y="196" type="line"/>
- <point x="640" y="196"/>
- <point x="548" y="248"/>
- <point x="548" y="412" type="curve" smooth="yes"/>
- <point x="548" y="1864" type="line"/>
- </contour>
- <contour>
- <point x="1512" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1512" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2196" y="2200" type="move" name="top0315"/>
+ <point x="312.0" y="1864.0" type="line"/>
+ <point x="312.0" y="412.0" type="line" smooth="yes"/>
+ <point x="312.0" y="116.0"/>
+ <point x="452.0" y="-28.0"/>
+ <point x="640.0" y="-28.0" type="curve"/>
+ <point x="720.0" y="196.0" type="line"/>
+ <point x="640.0" y="196.0"/>
+ <point x="548.0" y="248.0"/>
+ <point x="548.0" y="412.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="1864.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2182, 'leftMargin': 8, 'rightMargin': 88}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tcircumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/tcircumflexbelow.glif
new file mode 100644
index 000000000..1175bdda2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tcircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tcircumflexbelow" format="2">
+ <advance width="1000.0"/>
+ <unicode hex="1E71"/>
+ <anchor x="595.0" y="-558.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="circumflexsubnosp" xOffset="1408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tcommaaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/tcommaaccent.glif
new file mode 100644
index 000000000..04178b936
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tcommaaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tcommaaccent" format="2">
+ <advance width="1000.0"/>
+ <unicode hex="0163"/>
+ <anchor x="516.0" y="-604.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="cedilla" xOffset="224.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tcurl.glif b/src/Inter-UI-Regular.ufo/glyphs/tcurl.glif
index 914d9ed5d..8f29c2a74 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tcurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tcurl.glif
@@ -1,63 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tcurl" format="1">
- <advance width="1140"/>
+<glyph name="tcurl" format="2">
+ <advance width="1140.0"/>
<unicode hex="0236"/>
<outline>
<contour>
- <point x="308" y="880" type="line"/>
- <point x="308" y="400" type="line"/>
- <point x="308" y="196"/>
- <point x="424" y="-32"/>
- <point x="732" y="-32" type="curve" smooth="yes"/>
- <point x="980" y="-32"/>
- <point x="1144" y="116"/>
- <point x="1144" y="332" type="curve" smooth="yes"/>
- <point x="1144" y="552"/>
- <point x="972" y="696"/>
- <point x="752" y="696" type="curve" smooth="yes"/>
- <point x="600" y="696"/>
- <point x="436" y="628"/>
- <point x="308" y="496" type="curve" smooth="yes"/>
- <point x="-4" y="176" type="line"/>
- <point x="148" y="20" type="line"/>
- <point x="428" y="312" type="line" smooth="yes"/>
- <point x="512" y="400"/>
- <point x="592" y="484"/>
- <point x="720" y="484" type="curve" smooth="yes"/>
- <point x="824" y="484"/>
- <point x="900" y="428"/>
- <point x="900" y="332" type="curve" smooth="yes"/>
- <point x="900" y="240"/>
- <point x="828" y="172"/>
- <point x="732" y="172" type="curve" smooth="yes"/>
- <point x="632" y="172"/>
- <point x="544" y="248"/>
- <point x="544" y="340" type="curve" smooth="yes"/>
- <point x="544" y="424"/>
- <point x="544" y="880"/>
- <point x="544" y="880" type="curve"/>
+ <point x="308.0" y="880.0" type="line"/>
+ <point x="308.0" y="400.0" type="line"/>
+ <point x="308.0" y="196.0"/>
+ <point x="424.0" y="-32.0"/>
+ <point x="732.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="-32.0"/>
+ <point x="1144.0" y="116.0"/>
+ <point x="1144.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="552.0"/>
+ <point x="972.0" y="696.0"/>
+ <point x="752.0" y="696.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="696.0"/>
+ <point x="436.0" y="628.0"/>
+ <point x="308.0" y="496.0" type="curve" smooth="yes"/>
+ <point x="-4.0" y="176.0" type="line"/>
+ <point x="148.0" y="20.0" type="line"/>
+ <point x="428.0" y="312.0" type="line" smooth="yes"/>
+ <point x="512.0" y="400.0"/>
+ <point x="592.0" y="484.0"/>
+ <point x="720.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="824.0" y="484.0"/>
+ <point x="900.0" y="428.0"/>
+ <point x="900.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="900.0" y="240.0"/>
+ <point x="828.0" y="172.0"/>
+ <point x="732.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="172.0"/>
+ <point x="544.0" y="248.0"/>
+ <point x="544.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="544.0" y="424.0"/>
+ <point x="544.0" y="880.0"/>
+ <point x="544.0" y="880.0" type="curve"/>
</contour>
<contour>
- <point x="872" y="1536" type="line"/>
- <point x="60" y="1536" type="line"/>
- <point x="60" y="1316" type="line"/>
- <point x="872" y="1316" type="line"/>
+ <point x="872.0" y="1536.0" type="line"/>
+ <point x="60.0" y="1536.0" type="line"/>
+ <point x="60.0" y="1316.0" type="line"/>
+ <point x="872.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="308" y="1864" type="line"/>
- <point x="308" y="752" type="line"/>
- <point x="544" y="752" type="line"/>
- <point x="544" y="1864" type="line"/>
+ <point x="308.0" y="1864.0" type="line"/>
+ <point x="308.0" y="752.0" type="line"/>
+ <point x="544.0" y="752.0" type="line"/>
+ <point x="544.0" y="1864.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1233, 'leftMargin': 28, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tdieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/tdieresis.glif
new file mode 100644
index 000000000..9e2c9703a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tdieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tdieresis" format="2">
+ <advance width="1000.0"/>
+ <unicode hex="1E97"/>
+ <anchor x="596.0" y="0.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2428.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="dieresis" xOffset="-416.0" yOffset="256.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/tdotaccent.glif
new file mode 100644
index 000000000..1b2524aa2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tdotaccent" format="2">
+ <advance width="1000.0"/>
+ <unicode hex="1E6B"/>
+ <anchor x="596.0" y="0.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2444.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="dotaccent" xOffset="80.0" yOffset="256.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/tdotbelow.glif
new file mode 100644
index 000000000..7f1108416
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tdotbelow" format="2">
+ <advance width="1000.0"/>
+ <unicode hex="1E6D"/>
+ <anchor x="596.0" y="-495.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="dotbelow" xOffset="1424.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/tecyrillic.glif
index adb7b1d5f..ac09f2f97 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tecyrillic.glif
@@ -1,38 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tecyrillic" format="1">
- <advance width="1520"/>
+<glyph name="tecyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0442"/>
+ <anchor x="896.0" y="0.0" name="right"/>
+ <anchor x="756.0" y="1744.0" name="top"/>
+ <anchor x="1440.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="896" y="1488" type="line"/>
- <point x="620" y="1488" type="line"/>
- <point x="620" y="0" type="line"/>
- <point x="896" y="0" type="line"/>
+ <point x="896.0" y="1488.0" type="line"/>
+ <point x="620.0" y="1488.0" type="line"/>
+ <point x="620.0" y="0.0" type="line"/>
+ <point x="896.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1384" y="1488" type="line"/>
- <point x="136" y="1488" type="line"/>
- <point x="136" y="1272" type="line"/>
- <point x="1384" y="1272" type="line"/>
- </contour>
- <contour>
- <point x="896" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="756" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1440" y="1744" type="move" name="top0315"/>
+ <point x="1384.0" y="1488.0" type="line"/>
+ <point x="136.0" y="1488.0" type="line"/>
+ <point x="136.0" y="1272.0" type="line"/>
+ <point x="1384.0" y="1272.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1357, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tedescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/tedescendercyrillic.glif
new file mode 100644
index 000000000..1d452841d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tedescendercyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tedescendercyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04AD"/>
+ <anchor x="756.0" y="1744.0" name="parent_top"/>
+ <anchor x="756.0" y="1744.0" name="top"/>
+ <anchor x="1440.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="tecyrillic"/>
+ <component base="cyrillictic" xOffset="752.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tel.glif b/src/Inter-UI-Regular.ufo/glyphs/tel.glif
index fe8d0f6eb..aabc954c1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tel.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tel.glif
@@ -1,72 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tel" format="1">
- <advance width="2032"/>
+<glyph name="tel" format="2">
+ <advance width="2032.0"/>
<unicode hex="2121"/>
<outline>
<contour>
- <point x="516" y="2004" type="line"/>
- <point x="388" y="2004" type="line"/>
- <point x="388" y="1264" type="line"/>
- <point x="516" y="1264" type="line"/>
+ <point x="516.0" y="2004.0" type="line"/>
+ <point x="388.0" y="2004.0" type="line"/>
+ <point x="388.0" y="1264.0" type="line"/>
+ <point x="516.0" y="1264.0" type="line"/>
</contour>
<contour>
- <point x="716" y="2004" type="line"/>
- <point x="188" y="2004" type="line"/>
- <point x="188" y="1888" type="line"/>
- <point x="716" y="1888" type="line"/>
+ <point x="716.0" y="2004.0" type="line"/>
+ <point x="188.0" y="2004.0" type="line"/>
+ <point x="188.0" y="1888.0" type="line"/>
+ <point x="716.0" y="1888.0" type="line"/>
</contour>
<contour>
- <point x="956" y="2004" type="line"/>
- <point x="824" y="2004" type="line"/>
- <point x="824" y="1264" type="line"/>
- <point x="956" y="1264" type="line"/>
+ <point x="956.0" y="2004.0" type="line"/>
+ <point x="824.0" y="2004.0" type="line"/>
+ <point x="824.0" y="1264.0" type="line"/>
+ <point x="956.0" y="1264.0" type="line"/>
</contour>
<contour>
- <point x="1252" y="2004" type="line"/>
- <point x="904" y="2004" type="line"/>
- <point x="904" y="1888" type="line"/>
- <point x="1252" y="1888" type="line"/>
+ <point x="1252.0" y="2004.0" type="line"/>
+ <point x="904.0" y="2004.0" type="line"/>
+ <point x="904.0" y="1888.0" type="line"/>
+ <point x="1252.0" y="1888.0" type="line"/>
</contour>
<contour>
- <point x="1252" y="1380" type="line"/>
- <point x="904" y="1380" type="line"/>
- <point x="904" y="1264" type="line"/>
- <point x="1252" y="1264" type="line"/>
+ <point x="1252.0" y="1380.0" type="line"/>
+ <point x="904.0" y="1380.0" type="line"/>
+ <point x="904.0" y="1264.0" type="line"/>
+ <point x="1252.0" y="1264.0" type="line"/>
</contour>
<contour>
- <point x="1212" y="1700" type="line"/>
- <point x="904" y="1700" type="line"/>
- <point x="904" y="1588" type="line"/>
- <point x="1212" y="1588" type="line"/>
+ <point x="1212.0" y="1700.0" type="line"/>
+ <point x="904.0" y="1700.0" type="line"/>
+ <point x="904.0" y="1588.0" type="line"/>
+ <point x="1212.0" y="1588.0" type="line"/>
</contour>
<contour>
- <point x="1548" y="2004" type="line"/>
- <point x="1416" y="2004" type="line"/>
- <point x="1416" y="1264" type="line"/>
- <point x="1548" y="1264" type="line"/>
+ <point x="1548.0" y="2004.0" type="line"/>
+ <point x="1416.0" y="2004.0" type="line"/>
+ <point x="1416.0" y="1264.0" type="line"/>
+ <point x="1548.0" y="1264.0" type="line"/>
</contour>
<contour>
- <point x="1844" y="1380" type="line"/>
- <point x="1492" y="1380" type="line"/>
- <point x="1492" y="1264" type="line"/>
- <point x="1844" y="1264" type="line"/>
+ <point x="1844.0" y="1380.0" type="line"/>
+ <point x="1492.0" y="1380.0" type="line"/>
+ <point x="1492.0" y="1264.0" type="line"/>
+ <point x="1844.0" y="1264.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1929, 'leftMargin': 138, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tenge.glif b/src/Inter-UI-Regular.ufo/glyphs/tenge.glif
index 8cc738021..253fc942d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tenge.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tenge.glif
@@ -1,42 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tenge" format="1">
- <advance width="1808"/>
+<glyph name="tenge" format="2">
+ <advance width="1808.0"/>
<unicode hex="20B8"/>
<outline>
<contour>
- <point x="1028" y="1664" type="line"/>
- <point x="780" y="1664" type="line"/>
- <point x="780" y="0" type="line"/>
- <point x="1028" y="0" type="line"/>
+ <point x="1028.0" y="1664.0" type="line"/>
+ <point x="780.0" y="1664.0" type="line"/>
+ <point x="780.0" y="0.0" type="line"/>
+ <point x="1028.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1672" y="1664" type="line"/>
- <point x="136" y="1664" type="line"/>
- <point x="136" y="1444" type="line"/>
- <point x="1672" y="1444" type="line"/>
+ <point x="1672.0" y="1664.0" type="line"/>
+ <point x="136.0" y="1664.0" type="line"/>
+ <point x="136.0" y="1444.0" type="line"/>
+ <point x="1672.0" y="1444.0" type="line"/>
</contour>
<contour>
- <point x="1672" y="2048" type="line"/>
- <point x="136" y="2048" type="line"/>
- <point x="136" y="1828" type="line"/>
- <point x="1672" y="1828" type="line"/>
+ <point x="1672.0" y="2048.0" type="line"/>
+ <point x="136.0" y="2048.0" type="line"/>
+ <point x="136.0" y="1828.0" type="line"/>
+ <point x="1672.0" y="1828.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1680, 'leftMargin': 67, 'rightMargin': 63}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tenroman.glif b/src/Inter-UI-Regular.ufo/glyphs/tenroman.glif
index 2022d0b85..6e0060048 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tenroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tenroman.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tenroman" format="1">
- <advance width="1520"/>
+<glyph name="tenroman" format="2">
+ <advance width="1520.0"/>
<unicode hex="2179"/>
<outline>
- <component base="x" xOffset="-16"/>
+ <component base="x" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1411, 'leftMargin': 135, 'rightMargin': -4}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tesh.glif b/src/Inter-UI-Regular.ufo/glyphs/tesh.glif
index 038677ecb..30406df22 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tesh.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tesh.glif
@@ -1,47 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tesh" format="1">
- <advance width="1552"/>
+<glyph name="tesh" format="2">
+ <advance width="1552.0"/>
<unicode hex="02A7"/>
+ <anchor x="688.0" y="-616.0" name="bottom"/>
+ <anchor x="688.0" y="2340.0" name="top"/>
+ <anchor x="1544.0" y="2340.0" name="top0315"/>
<outline>
<contour>
- <point x="1020" y="1488" type="line"/>
- <point x="52" y="1488" type="line"/>
- <point x="52" y="1284" type="line"/>
- <point x="1020" y="1284" type="line"/>
+ <point x="1020.0" y="1488.0" type="line"/>
+ <point x="52.0" y="1488.0" type="line"/>
+ <point x="52.0" y="1284.0" type="line"/>
+ <point x="1020.0" y="1284.0" type="line"/>
</contour>
<contour>
- <point x="320" y="1844" type="line"/>
- <point x="320" y="412" type="line" smooth="yes"/>
- <point x="320" y="140"/>
- <point x="412" y="-28"/>
- <point x="684" y="-28" type="curve" smooth="yes"/>
- <point x="812" y="-28"/>
- <point x="928" y="0"/>
- <point x="968" y="12" type="curve"/>
- <point x="968" y="232" type="line"/>
- <point x="944" y="228"/>
- <point x="832" y="204"/>
- <point x="752" y="204" type="curve" smooth="yes"/>
- <point x="636" y="204"/>
- <point x="596" y="252"/>
- <point x="596" y="412" type="curve" smooth="yes"/>
- <point x="596" y="1844" type="line"/>
+ <point x="320.0" y="1844.0" type="line"/>
+ <point x="320.0" y="412.0" type="line" smooth="yes"/>
+ <point x="320.0" y="140.0"/>
+ <point x="412.0" y="-28.0"/>
+ <point x="684.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="-28.0"/>
+ <point x="928.0" y="0.0"/>
+ <point x="968.0" y="12.0" type="curve"/>
+ <point x="968.0" y="232.0" type="line"/>
+ <point x="944.0" y="228.0"/>
+ <point x="832.0" y="204.0"/>
+ <point x="752.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="204.0"/>
+ <point x="596.0" y="252.0"/>
+ <point x="596.0" y="412.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="1844.0" type="line"/>
</contour>
- <component base="esh" xOffset="380"/>
<contour>
- <point x="688" y="2340" type="move" name="top"/>
+ <point x="1148.0" y="0.0" type="line"/>
+ <point x="1148.0" y="1640.0" type="line" smooth="yes"/>
+ <point x="1148.0" y="1816.0"/>
+ <point x="1244.0" y="1912.0"/>
+ <point x="1400.0" y="1912.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="1912.0"/>
+ <point x="1500.0" y="1908.0"/>
+ <point x="1536.0" y="1900.0" type="curve"/>
+ <point x="1552.0" y="2120.0" type="line"/>
+ <point x="1492.0" y="2132.0"/>
+ <point x="1432.0" y="2140.0"/>
+ <point x="1376.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="1064.0" y="2140.0"/>
+ <point x="876.0" y="1964.0"/>
+ <point x="876.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="876.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="688" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1544" y="2340" type="move" name="top0315"/>
+ <point x="876.0" y="1540.0" type="line"/>
+ <point x="876.0" y="-100.0" type="line" smooth="yes"/>
+ <point x="876.0" y="-276.0"/>
+ <point x="784.0" y="-372.0"/>
+ <point x="624.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="576.0" y="-372.0"/>
+ <point x="524.0" y="-368.0"/>
+ <point x="488.0" y="-360.0" type="curve"/>
+ <point x="476.0" y="-580.0" type="line"/>
+ <point x="532.0" y="-592.0"/>
+ <point x="592.0" y="-600.0"/>
+ <point x="648.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="-600.0"/>
+ <point x="1148.0" y="-424.0"/>
+ <point x="1148.0" y="-100.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="1540.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1502, 'leftMargin': 8, 'rightMargin': 41}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tetsecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/tetsecyrillic.glif
index 8269d5560..e582e7b94 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tetsecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tetsecyrillic.glif
@@ -1,24 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tetsecyrillic" format="1">
- <advance width="2032"/>
+<glyph name="tetsecyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="04B5"/>
<outline>
<contour>
- <point x="1112" y="1488" type="line"/>
- <point x="136" y="1488" type="line"/>
- <point x="136" y="1268" type="line"/>
- <point x="1112" y="1268" type="line"/>
+ <point x="1112.0" y="1488.0" type="line"/>
+ <point x="136.0" y="1488.0" type="line"/>
+ <point x="136.0" y="1268.0" type="line"/>
+ <point x="1112.0" y="1268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="476.0" y="0.0" type="line"/>
+ <point x="1684.0" y="0.0" type="line"/>
+ <point x="1684.0" y="1488.0" type="line"/>
+ <point x="1412.0" y="1488.0" type="line"/>
+ <point x="1412.0" y="220.0" type="line"/>
+ <point x="752.0" y="220.0" type="line"/>
+ <point x="752.0" y="1488.0" type="line"/>
+ <point x="476.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1868.0" y="220.0" type="line"/>
+ <point x="1396.0" y="220.0" type="line"/>
+ <point x="1396.0" y="0.0" type="line"/>
+ <point x="1596.0" y="0.0" type="line"/>
+ <point x="1596.0" y="-440.0" type="line"/>
+ <point x="1840.0" y="-440.0" type="line"/>
</contour>
- <component base="tsecyrillic" xOffset="284"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1898, 'leftMargin': 44, 'rightMargin': 94}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/theta.glif b/src/Inter-UI-Regular.ufo/glyphs/theta.glif
index 8d8678b5e..76dde666b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/theta.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/theta.glif
@@ -1,55 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="theta" format="1">
- <advance width="1520"/>
+<glyph name="theta" format="2">
+ <advance width="1520.0"/>
<unicode hex="03B8"/>
<outline>
<contour>
- <point x="1252" y="1108" type="line"/>
- <point x="276" y="1108" type="line"/>
- <point x="276" y="888" type="line"/>
- <point x="1252" y="888" type="line"/>
+ <point x="1252.0" y="1108.0" type="line"/>
+ <point x="276.0" y="1108.0" type="line"/>
+ <point x="276.0" y="888.0" type="line"/>
+ <point x="1252.0" y="888.0" type="line"/>
</contour>
<contour>
- <point x="1396" y="1132" type="line"/>
- <point x="1396" y="1756"/>
- <point x="1148" y="2032"/>
- <point x="760" y="2032" type="curve" smooth="yes"/>
- <point x="376" y="2032"/>
- <point x="124" y="1756"/>
- <point x="124" y="1132" type="curve"/>
- <point x="124" y="888" type="line"/>
- <point x="124" y="260"/>
- <point x="380" y="-28"/>
- <point x="764" y="-28" type="curve" smooth="yes"/>
- <point x="1148" y="-28"/>
- <point x="1396" y="260"/>
- <point x="1396" y="888" type="curve"/>
+ <point x="1396.0" y="1132.0" type="line"/>
+ <point x="1396.0" y="1756.0"/>
+ <point x="1148.0" y="2032.0"/>
+ <point x="760.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="2032.0"/>
+ <point x="124.0" y="1756.0"/>
+ <point x="124.0" y="1132.0" type="curve"/>
+ <point x="124.0" y="888.0" type="line"/>
+ <point x="124.0" y="260.0"/>
+ <point x="380.0" y="-28.0"/>
+ <point x="764.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="-28.0"/>
+ <point x="1396.0" y="260.0"/>
+ <point x="1396.0" y="888.0" type="curve"/>
</contour>
<contour>
- <point x="1156" y="844" type="line"/>
- <point x="1156" y="432"/>
- <point x="1000" y="184"/>
- <point x="764" y="184" type="curve" smooth="yes"/>
- <point x="532" y="184"/>
- <point x="360" y="432"/>
- <point x="360" y="844" type="curve" smooth="yes"/>
- <point x="360" y="1176" type="line" smooth="yes"/>
- <point x="360" y="1588"/>
- <point x="528" y="1820"/>
- <point x="760" y="1820" type="curve" smooth="yes"/>
- <point x="996" y="1820"/>
- <point x="1156" y="1588"/>
- <point x="1156" y="1176" type="curve"/>
+ <point x="1156.0" y="844.0" type="line"/>
+ <point x="1156.0" y="432.0"/>
+ <point x="1000.0" y="184.0"/>
+ <point x="764.0" y="184.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="184.0"/>
+ <point x="360.0" y="432.0"/>
+ <point x="360.0" y="844.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1176.0" type="line" smooth="yes"/>
+ <point x="360.0" y="1588.0"/>
+ <point x="528.0" y="1820.0"/>
+ <point x="760.0" y="1820.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="1820.0"/>
+ <point x="1156.0" y="1588.0"/>
+ <point x="1156.0" y="1176.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 164, 'rightMargin': 166}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/thetasymbolgreek.glif b/src/Inter-UI-Regular.ufo/glyphs/thetasymbolgreek.glif
index 5750391b7..ee1ecdefd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/thetasymbolgreek.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/thetasymbolgreek.glif
@@ -1,63 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thetasymbolgreek" format="1">
- <advance width="1776"/>
+<glyph name="thetasymbolgreek" format="2">
+ <advance width="1776.0"/>
<unicode hex="03D1"/>
<outline>
<contour>
- <point x="1584" y="1068" type="line"/>
- <point x="1504" y="1048"/>
- <point x="1404" y="1032"/>
- <point x="1312" y="1032" type="curve" smooth="yes"/>
- <point x="948" y="1032"/>
- <point x="744" y="1264"/>
- <point x="744" y="1528" type="curve"/>
- <point x="744" y="1552" type="line" smooth="yes"/>
- <point x="744" y="1736"/>
- <point x="824" y="1800"/>
- <point x="936" y="1800" type="curve"/>
- <point x="1064" y="1800"/>
- <point x="1132" y="1720"/>
- <point x="1132" y="1524" type="curve"/>
- <point x="1132" y="600" type="line" smooth="yes"/>
- <point x="1132" y="332"/>
- <point x="1008" y="200"/>
- <point x="808" y="200" type="curve" smooth="yes"/>
- <point x="588" y="200"/>
- <point x="456" y="352"/>
- <point x="456" y="600" type="curve" smooth="yes"/>
- <point x="456" y="1064" type="line"/>
- <point x="184" y="1060" type="line"/>
- <point x="184" y="600" type="line" smooth="yes"/>
- <point x="184" y="220"/>
- <point x="432" y="-28"/>
- <point x="808" y="-28" type="curve" smooth="yes"/>
- <point x="1164" y="-28"/>
- <point x="1404" y="196"/>
- <point x="1404" y="600" type="curve" smooth="yes"/>
- <point x="1404" y="1524" type="line"/>
- <point x="1404" y="1848"/>
- <point x="1224" y="2032"/>
- <point x="936" y="2032" type="curve"/>
- <point x="664" y="2032"/>
- <point x="468" y="1856"/>
- <point x="468" y="1552" type="curve" smooth="yes"/>
- <point x="468" y="1532" type="line"/>
- <point x="468" y="1120"/>
- <point x="808" y="804"/>
- <point x="1312" y="804" type="curve" smooth="yes"/>
- <point x="1408" y="804"/>
- <point x="1512" y="820"/>
- <point x="1596" y="852" type="curve"/>
+ <point x="1584.0" y="1068.0" type="line"/>
+ <point x="1504.0" y="1048.0"/>
+ <point x="1404.0" y="1032.0"/>
+ <point x="1312.0" y="1032.0" type="curve" smooth="yes"/>
+ <point x="948.0" y="1032.0"/>
+ <point x="744.0" y="1264.0"/>
+ <point x="744.0" y="1528.0" type="curve"/>
+ <point x="744.0" y="1552.0" type="line" smooth="yes"/>
+ <point x="744.0" y="1736.0"/>
+ <point x="824.0" y="1800.0"/>
+ <point x="936.0" y="1800.0" type="curve"/>
+ <point x="1064.0" y="1800.0"/>
+ <point x="1132.0" y="1720.0"/>
+ <point x="1132.0" y="1524.0" type="curve"/>
+ <point x="1132.0" y="600.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="332.0"/>
+ <point x="1008.0" y="200.0"/>
+ <point x="808.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="200.0"/>
+ <point x="456.0" y="352.0"/>
+ <point x="456.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1064.0" type="line"/>
+ <point x="184.0" y="1060.0" type="line"/>
+ <point x="184.0" y="600.0" type="line" smooth="yes"/>
+ <point x="184.0" y="220.0"/>
+ <point x="432.0" y="-28.0"/>
+ <point x="808.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1164.0" y="-28.0"/>
+ <point x="1404.0" y="196.0"/>
+ <point x="1404.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="1524.0" type="line"/>
+ <point x="1404.0" y="1848.0"/>
+ <point x="1224.0" y="2032.0"/>
+ <point x="936.0" y="2032.0" type="curve"/>
+ <point x="664.0" y="2032.0"/>
+ <point x="468.0" y="1856.0"/>
+ <point x="468.0" y="1552.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1532.0" type="line"/>
+ <point x="468.0" y="1120.0"/>
+ <point x="808.0" y="804.0"/>
+ <point x="1312.0" y="804.0" type="curve" smooth="yes"/>
+ <point x="1408.0" y="804.0"/>
+ <point x="1512.0" y="820.0"/>
+ <point x="1596.0" y="852.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1634, 'leftMargin': 164, 'rightMargin': 57}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/thinspace.glif b/src/Inter-UI-Regular.ufo/glyphs/thinspace.glif
index b1a72b4ce..4557b1fa2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/thinspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/thinspace.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thinspace" format="1">
- <advance width="564"/>
+<glyph name="thinspace" format="2">
+ <advance width="564.0"/>
<unicode hex="2009"/>
<note>
- One-fifth (sometimes one-sixth) of an em wide. Recommended for use as a thousands separator for measures made with SI units. Unlike U+2002 to U+2008, its width may get adjusted in typesetting.
- </note>
+One-fifth (sometimes one-sixth) of an em wide. Recommended for use as a thousands separator for measures made with SI units. Unlike U+2002 to U+2008, its width may get adjusted in typesetting.
+</note>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 575, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/thirdemspace.glif b/src/Inter-UI-Regular.ufo/glyphs/thirdemspace.glif
index 6949ea439..274fb5f6b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/thirdemspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/thirdemspace.glif
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thirdemspace" format="1">
- <advance width="940"/>
+<glyph name="thirdemspace" format="2">
+ <advance width="940.0"/>
<unicode hex="2004"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.93</real>
- <real>0.9</real>
- <real>0.98</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 958, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.929,0.898,0.98,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/thook.glif b/src/Inter-UI-Regular.ufo/glyphs/thook.glif
index 71d3568ad..2fb0c6b3d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/thook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/thook.glif
@@ -1,59 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thook" format="1">
- <advance width="1008"/>
+<glyph name="thook" format="2">
+ <advance width="1008.0"/>
<unicode hex="01AD"/>
<outline>
<contour>
- <point x="636" y="1532" type="line"/>
- <point x="636" y="1736" type="line" smooth="yes"/>
- <point x="636" y="1896"/>
- <point x="716" y="1952"/>
- <point x="844" y="1952" type="curve" smooth="yes"/>
- <point x="864" y="1952"/>
- <point x="896" y="1948"/>
- <point x="920" y="1940" type="curve"/>
- <point x="920" y="2124" type="line"/>
- <point x="880" y="2136"/>
- <point x="824" y="2144"/>
- <point x="784" y="2144" type="curve" smooth="yes"/>
- <point x="556" y="2144"/>
- <point x="360" y="2000"/>
- <point x="360" y="1736" type="curve" smooth="yes"/>
- <point x="360" y="1532" type="line"/>
+ <point x="636.0" y="1532.0" type="line"/>
+ <point x="636.0" y="1736.0" type="line" smooth="yes"/>
+ <point x="636.0" y="1896.0"/>
+ <point x="716.0" y="1952.0"/>
+ <point x="844.0" y="1952.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="1952.0"/>
+ <point x="896.0" y="1948.0"/>
+ <point x="920.0" y="1940.0" type="curve"/>
+ <point x="920.0" y="2124.0" type="line"/>
+ <point x="880.0" y="2136.0"/>
+ <point x="824.0" y="2144.0"/>
+ <point x="784.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="2144.0"/>
+ <point x="360.0" y="2000.0"/>
+ <point x="360.0" y="1736.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1532.0" type="line"/>
</contour>
<contour>
- <point x="908" y="1488" type="line"/>
- <point x="92" y="1488" type="line"/>
- <point x="92" y="1284" type="line"/>
- <point x="908" y="1284" type="line"/>
+ <point x="908.0" y="1488.0" type="line"/>
+ <point x="92.0" y="1488.0" type="line"/>
+ <point x="92.0" y="1284.0" type="line"/>
+ <point x="908.0" y="1284.0" type="line"/>
</contour>
<contour>
- <point x="360" y="1572" type="line"/>
- <point x="360" y="412" type="line"/>
- <point x="360" y="96"/>
- <point x="520" y="-28"/>
- <point x="708" y="-28" type="curve" smooth="yes"/>
- <point x="804" y="-28"/>
- <point x="872" y="-12"/>
- <point x="912" y="0" type="curve"/>
- <point x="912" y="220" type="line"/>
- <point x="888" y="216"/>
- <point x="836" y="204"/>
- <point x="792" y="204" type="curve" smooth="yes"/>
- <point x="712" y="204"/>
- <point x="636" y="248"/>
- <point x="636" y="412" type="curve"/>
- <point x="636" y="1572" type="line"/>
+ <point x="360.0" y="1572.0" type="line"/>
+ <point x="360.0" y="412.0" type="line"/>
+ <point x="360.0" y="96.0"/>
+ <point x="520.0" y="-28.0"/>
+ <point x="708.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="-28.0"/>
+ <point x="872.0" y="-12.0"/>
+ <point x="912.0" y="0.0" type="curve"/>
+ <point x="912.0" y="220.0" type="line"/>
+ <point x="888.0" y="216.0"/>
+ <point x="836.0" y="204.0"/>
+ <point x="792.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="712.0" y="204.0"/>
+ <point x="636.0" y="248.0"/>
+ <point x="636.0" y="412.0" type="curve"/>
+ <point x="636.0" y="1572.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 941, 'leftMargin': 30, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/thorn.glif b/src/Inter-UI-Regular.ufo/glyphs/thorn.glif
index 39449e590..570750ce8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/thorn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/thorn.glif
@@ -1,65 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thorn" format="1">
- <advance width="1716"/>
+<glyph name="thorn" format="2">
+ <advance width="1716.0"/>
<unicode hex="00FE"/>
<outline>
<contour>
- <point x="216" y="2048" type="line"/>
- <point x="216" y="-576" type="line"/>
- <point x="452" y="-576" type="line"/>
- <point x="452" y="288" type="line"/>
- <point x="392" y="784" type="line"/>
- <point x="452" y="1172" type="line"/>
- <point x="452" y="2048" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="-576.0" type="line"/>
+ <point x="452.0" y="-576.0" type="line"/>
+ <point x="452.0" y="288.0" type="line"/>
+ <point x="392.0" y="784.0" type="line"/>
+ <point x="452.0" y="1172.0" type="line"/>
+ <point x="452.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="356.0" y="1292.0" type="line"/>
+ <point x="356.0" y="236.0" type="line"/>
+ <point x="472.0" y="236.0" type="line"/>
+ <point x="524.0" y="152.0"/>
+ <point x="624.0" y="-32.0"/>
+ <point x="920.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-32.0"/>
+ <point x="1572.0" y="276.0"/>
+ <point x="1572.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="1248.0"/>
+ <point x="1304.0" y="1556.0"/>
+ <point x="916.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1556.0"/>
+ <point x="524.0" y="1372.0"/>
+ <point x="472.0" y="1292.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1336.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="440.0"/>
+ <point x="1184.0" y="180.0"/>
+ <point x="888.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="180.0"/>
+ <point x="448.0" y="420.0"/>
+ <point x="448.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1112.0"/>
+ <point x="600.0" y="1344.0"/>
+ <point x="888.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1344.0"/>
+ <point x="1336.0" y="1092.0"/>
</contour>
- <component base="rightloop.cn" xOffset="52"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>p</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>thorn</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1716</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1632, 'leftMargin': 202, 'rightMargin': 159}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/thousandcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/thousandcyrillic.glif
index 96d6572a9..9b748c37f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/thousandcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/thousandcyrillic.glif
@@ -1,46 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="thousandcyrillic" format="1">
- <advance width="1776"/>
+<glyph name="thousandcyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="0482"/>
<outline>
<contour>
- <point x="1120" y="1112" type="line"/>
- <point x="1516" y="880" type="line"/>
- <point x="1620" y="1052" type="line"/>
- <point x="1216" y="1288" type="line"/>
- <point x="1528" y="1844" type="line"/>
- <point x="1292" y="1844" type="line"/>
- <point x="1040" y="1396" type="line"/>
- <point x="640" y="1632" type="line"/>
- <point x="540" y="1452" type="line"/>
- <point x="936" y="1220" type="line"/>
- <point x="660" y="724" type="line"/>
- <point x="256" y="960" type="line"/>
- <point x="160" y="784" type="line"/>
- <point x="556" y="548" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="488" y="0" type="line"/>
- <point x="736" y="440" type="line"/>
- <point x="1136" y="204" type="line"/>
- <point x="1236" y="380" type="line"/>
- <point x="836" y="616" type="line"/>
+ <point x="1120.0" y="1112.0" type="line"/>
+ <point x="1516.0" y="880.0" type="line"/>
+ <point x="1620.0" y="1052.0" type="line"/>
+ <point x="1216.0" y="1288.0" type="line"/>
+ <point x="1528.0" y="1844.0" type="line"/>
+ <point x="1292.0" y="1844.0" type="line"/>
+ <point x="1040.0" y="1396.0" type="line"/>
+ <point x="640.0" y="1632.0" type="line"/>
+ <point x="540.0" y="1452.0" type="line"/>
+ <point x="936.0" y="1220.0" type="line"/>
+ <point x="660.0" y="724.0" type="line"/>
+ <point x="256.0" y="960.0" type="line"/>
+ <point x="160.0" y="784.0" type="line"/>
+ <point x="556.0" y="548.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="488.0" y="0.0" type="line"/>
+ <point x="736.0" y="440.0" type="line"/>
+ <point x="1136.0" y="204.0" type="line"/>
+ <point x="1236.0" y="380.0" type="line"/>
+ <point x="836.0" y="616.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1766, 'leftMargin': 154, 'rightMargin': 152}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/three.glif b/src/Inter-UI-Regular.ufo/glyphs/three.glif
index f13d97ffd..261afb18a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/three.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/three.glif
@@ -1,66 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="three" format="1">
- <advance width="1680"/>
+<glyph name="three" format="2">
+ <advance width="1680.0"/>
<unicode hex="0033"/>
<outline>
<contour>
- <point x="680" y="1152" type="line"/>
- <point x="680" y="984" type="line"/>
- <point x="836" y="984" type="line" smooth="yes"/>
- <point x="1276" y="984"/>
- <point x="1440" y="1308"/>
- <point x="1440" y="1508" type="curve" smooth="yes"/>
- <point x="1440" y="1880"/>
- <point x="1180" y="2076"/>
- <point x="824" y="2076" type="curve" smooth="yes"/>
- <point x="432" y="2076"/>
- <point x="220" y="1836"/>
- <point x="220" y="1536" type="curve"/>
- <point x="456" y="1536" type="line"/>
- <point x="456" y="1736"/>
- <point x="600" y="1880"/>
- <point x="820" y="1880" type="curve" smooth="yes"/>
- <point x="1040" y="1880"/>
- <point x="1196" y="1740"/>
- <point x="1196" y="1512" type="curve" smooth="yes"/>
- <point x="1196" y="1316"/>
- <point x="1052" y="1152"/>
- <point x="796" y="1152" type="curve" smooth="yes"/>
+ <point x="680.0" y="1152.0" type="line"/>
+ <point x="680.0" y="984.0" type="line"/>
+ <point x="836.0" y="984.0" type="line" smooth="yes"/>
+ <point x="1276.0" y="984.0"/>
+ <point x="1440.0" y="1308.0"/>
+ <point x="1440.0" y="1508.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="1880.0"/>
+ <point x="1180.0" y="2076.0"/>
+ <point x="824.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="432.0" y="2076.0"/>
+ <point x="220.0" y="1836.0"/>
+ <point x="220.0" y="1536.0" type="curve"/>
+ <point x="456.0" y="1536.0" type="line"/>
+ <point x="456.0" y="1736.0"/>
+ <point x="600.0" y="1880.0"/>
+ <point x="820.0" y="1880.0" type="curve" smooth="yes"/>
+ <point x="1040.0" y="1880.0"/>
+ <point x="1196.0" y="1740.0"/>
+ <point x="1196.0" y="1512.0" type="curve" smooth="yes"/>
+ <point x="1196.0" y="1316.0"/>
+ <point x="1052.0" y="1152.0"/>
+ <point x="796.0" y="1152.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="680" y="924" type="line"/>
- <point x="796" y="924" type="line" smooth="yes"/>
- <point x="1044" y="924"/>
- <point x="1224" y="800"/>
- <point x="1224" y="556" type="curve" smooth="yes"/>
- <point x="1224" y="308"/>
- <point x="1040" y="184"/>
- <point x="812" y="184" type="curve" smooth="yes"/>
- <point x="584" y="184"/>
- <point x="456" y="308"/>
- <point x="456" y="512" type="curve"/>
- <point x="200" y="512" type="line"/>
- <point x="200" y="160"/>
- <point x="456" y="-28"/>
- <point x="816" y="-28" type="curve" smooth="yes"/>
- <point x="1180" y="-28"/>
- <point x="1484" y="188"/>
- <point x="1484" y="556" type="curve" smooth="yes"/>
- <point x="1484" y="792"/>
- <point x="1356" y="1092"/>
- <point x="836" y="1092" type="curve" smooth="yes"/>
- <point x="680" y="1092" type="line"/>
+ <point x="680.0" y="924.0" type="line"/>
+ <point x="796.0" y="924.0" type="line" smooth="yes"/>
+ <point x="1044.0" y="924.0"/>
+ <point x="1224.0" y="800.0"/>
+ <point x="1224.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="308.0"/>
+ <point x="1040.0" y="184.0"/>
+ <point x="812.0" y="184.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="184.0"/>
+ <point x="456.0" y="308.0"/>
+ <point x="456.0" y="512.0" type="curve"/>
+ <point x="200.0" y="512.0" type="line"/>
+ <point x="200.0" y="160.0"/>
+ <point x="456.0" y="-28.0"/>
+ <point x="816.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-28.0"/>
+ <point x="1484.0" y="188.0"/>
+ <point x="1484.0" y="556.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="792.0"/>
+ <point x="1356.0" y="1092.0"/>
+ <point x="836.0" y="1092.0" type="curve" smooth="yes"/>
+ <point x="680.0" y="1092.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/three.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/three.sup.glif
index 121500f60..8d4d59f6d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/three.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/three.sup.glif
@@ -1,71 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="three.sup" format="1">
- <advance width="1264"/>
+<glyph name="three.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="496" y="636" type="line"/>
- <point x="496" y="524" type="line"/>
- <point x="652" y="524" type="line"/>
- <point x="896" y="524"/>
- <point x="1032" y="644"/>
- <point x="1032" y="792" type="curve"/>
- <point x="1032" y="992"/>
- <point x="868" y="1100"/>
- <point x="624" y="1100" type="curve" smooth="yes"/>
- <point x="404" y="1100"/>
- <point x="228" y="984"/>
- <point x="228" y="796" type="curve"/>
- <point x="460" y="796" type="line"/>
- <point x="460" y="868"/>
- <point x="532" y="916"/>
- <point x="628" y="916" type="curve" smooth="yes"/>
- <point x="748" y="916"/>
- <point x="800" y="856"/>
- <point x="800" y="780" type="curve"/>
- <point x="800" y="696"/>
- <point x="740" y="636"/>
- <point x="612" y="636" type="curve" smooth="yes"/>
+ <point x="496.0" y="636.0" type="line"/>
+ <point x="496.0" y="524.0" type="line"/>
+ <point x="652.0" y="524.0" type="line"/>
+ <point x="896.0" y="524.0"/>
+ <point x="1032.0" y="644.0"/>
+ <point x="1032.0" y="792.0" type="curve"/>
+ <point x="1032.0" y="992.0"/>
+ <point x="868.0" y="1100.0"/>
+ <point x="624.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1100.0"/>
+ <point x="228.0" y="984.0"/>
+ <point x="228.0" y="796.0" type="curve"/>
+ <point x="460.0" y="796.0" type="line"/>
+ <point x="460.0" y="868.0"/>
+ <point x="532.0" y="916.0"/>
+ <point x="628.0" y="916.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="916.0"/>
+ <point x="800.0" y="856.0"/>
+ <point x="800.0" y="780.0" type="curve"/>
+ <point x="800.0" y="696.0"/>
+ <point x="740.0" y="636.0"/>
+ <point x="612.0" y="636.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="496" y="468" type="line"/>
- <point x="612" y="468" type="line" smooth="yes"/>
- <point x="740" y="468"/>
- <point x="820" y="428"/>
- <point x="820" y="316" type="curve" smooth="yes"/>
- <point x="820" y="232"/>
- <point x="756" y="172"/>
- <point x="632" y="172" type="curve" smooth="yes"/>
- <point x="520" y="172"/>
- <point x="448" y="232"/>
- <point x="448" y="308" type="curve"/>
- <point x="216" y="308" type="line"/>
- <point x="216" y="84"/>
- <point x="416" y="-16"/>
- <point x="624" y="-16" type="curve" smooth="yes"/>
- <point x="868" y="-16"/>
- <point x="1052" y="100"/>
- <point x="1052" y="304" type="curve" smooth="yes"/>
- <point x="1052" y="480"/>
- <point x="928" y="580"/>
- <point x="652" y="580" type="curve" smooth="yes"/>
- <point x="496" y="580" type="line"/>
+ <point x="496.0" y="468.0" type="line"/>
+ <point x="612.0" y="468.0" type="line" smooth="yes"/>
+ <point x="740.0" y="468.0"/>
+ <point x="820.0" y="428.0"/>
+ <point x="820.0" y="316.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="232.0"/>
+ <point x="756.0" y="172.0"/>
+ <point x="632.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="172.0"/>
+ <point x="448.0" y="232.0"/>
+ <point x="448.0" y="308.0" type="curve"/>
+ <point x="216.0" y="308.0" type="line"/>
+ <point x="216.0" y="84.0"/>
+ <point x="416.0" y="-16.0"/>
+ <point x="624.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="868.0" y="-16.0"/>
+ <point x="1052.0" y="100.0"/>
+ <point x="1052.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="480.0"/>
+ <point x="928.0" y="580.0"/>
+ <point x="652.0" y="580.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="580.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 84, 'rightMargin': 116}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/three.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/three.tnum.glif
index 2b97c03b0..6ed1f9c17 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/three.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/three.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="three.tnum" format="1">
- <advance width="1680"/>
+<glyph name="three.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="three"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif b/src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif
index 1213c8fe2..010ed2169 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threeeighths" format="1">
- <advance width="2288"/>
+<glyph name="threeeighths" format="2">
+ <advance width="2288.0"/>
<unicode hex="215C"/>
<outline>
- <component base="three.sup" xOffset="-68" yOffset="908"/>
- <component base="fraction" xOffset="464"/>
- <component base="eight.sup" xOffset="1188"/>
+ <component base="three.sup" xOffset="-68.0" yOffset="908.0"/>
+ <component base="fraction" xOffset="464.0"/>
+ <component base="eight.sup" xOffset="1188.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2406, 'leftMargin': 271, 'rightMargin': 175}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/threequarters.glif b/src/Inter-UI-Regular.ufo/glyphs/threequarters.glif
index 1701b8f77..ef1c0893a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/threequarters.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/threequarters.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threequarters" format="1">
- <advance width="2288"/>
+<glyph name="threequarters" format="2">
+ <advance width="2288.0"/>
<unicode hex="00BE"/>
<outline>
- <component base="fraction" xOffset="572" yOffset="12"/>
- <component base="four.sup" xOffset="1140"/>
- <component base="three.sup" xOffset="84" yOffset="916"/>
+ <component base="fraction" xOffset="572.0" yOffset="12.0"/>
+ <component base="four.sup" xOffset="1140.0"/>
+ <component base="three.sup" xOffset="84.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2192, 'leftMargin': 153, 'rightMargin': 105}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/threeroman.glif b/src/Inter-UI-Regular.ufo/glyphs/threeroman.glif
index ce0bf4688..d579c5976 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/threeroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/threeroman.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threeroman" format="1">
- <advance width="2032"/>
+<glyph name="threeroman" format="2">
+ <advance width="2032.0"/>
<unicode hex="2172"/>
<outline>
- <component base="i" xOffset="-72"/>
- <component base="i" xOffset="624"/>
- <component base="i" xOffset="1320"/>
+ <component base="i" xOffset="-72.0"/>
+ <component base="i" xOffset="624.0"/>
+ <component base="i" xOffset="1320.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2094, 'leftMargin': 216, 'rightMargin': 150}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/threesub.glif b/src/Inter-UI-Regular.ufo/glyphs/threesub.glif
index 60c104100..0caf57d29 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/threesub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/threesub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threesub" format="1">
- <advance width="1264"/>
+<glyph name="threesub" format="2">
+ <advance width="1264.0"/>
<unicode hex="2083"/>
<outline>
- <component base="three.sup" xOffset="124" yOffset="-504"/>
+ <component base="three.sup" xOffset="124.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 84, 'rightMargin': 116}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/threesuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/threesuperior.glif
index b349b4b85..1b9bf032e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/threesuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/threesuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="threesuperior" format="1">
- <advance width="1264"/>
+<glyph name="threesuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="00B3"/>
<outline>
- <component base="three.sup" xOffset="124" yOffset="916"/>
+ <component base="three.sup" xOffset="124.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 84, 'rightMargin': 116}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tilde.glif b/src/Inter-UI-Regular.ufo/glyphs/tilde.glif
index c80bf0c0b..3d4754d9f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tilde.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tilde.glif
@@ -1,52 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tilde" format="1">
- <advance width="1264"/>
+<glyph name="tilde" format="2">
+ <advance width="1264.0"/>
<unicode hex="02DC"/>
+ <anchor x="632.0" y="1792.0" name="_top"/>
+ <anchor x="632.0" y="2208.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="944" y="2100" type="line"/>
- <point x="944" y="2016"/>
- <point x="884" y="1948"/>
- <point x="808" y="1948" type="curve" smooth="yes"/>
- <point x="664" y="1948"/>
- <point x="596" y="2076"/>
- <point x="444" y="2076" type="curve" smooth="yes"/>
- <point x="272" y="2076"/>
- <point x="140" y="1932"/>
- <point x="140" y="1728" type="curve"/>
- <point x="324" y="1720" type="line"/>
- <point x="324" y="1804"/>
- <point x="380" y="1872"/>
- <point x="456" y="1872" type="curve" smooth="yes"/>
- <point x="608" y="1872"/>
- <point x="636" y="1744"/>
- <point x="820" y="1744" type="curve" smooth="yes"/>
- <point x="992" y="1744"/>
- <point x="1124" y="1876"/>
- <point x="1124" y="2084" type="curve"/>
- </contour>
- <contour>
- <point x="632" y="1792" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="632" y="2208" type="move" name="mkmktop_acc"/>
+ <point x="944.0" y="2100.0" type="line"/>
+ <point x="944.0" y="2016.0"/>
+ <point x="884.0" y="1948.0"/>
+ <point x="808.0" y="1948.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="1948.0"/>
+ <point x="596.0" y="2076.0"/>
+ <point x="444.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="272.0" y="2076.0"/>
+ <point x="140.0" y="1932.0"/>
+ <point x="140.0" y="1728.0" type="curve"/>
+ <point x="324.0" y="1720.0" type="line"/>
+ <point x="324.0" y="1804.0"/>
+ <point x="380.0" y="1872.0"/>
+ <point x="456.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="1872.0"/>
+ <point x="636.0" y="1744.0"/>
+ <point x="820.0" y="1744.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="1744.0"/>
+ <point x="1124.0" y="1876.0"/>
+ <point x="1124.0" y="2084.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1352, 'leftMargin': 175, 'rightMargin': 194}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.cn.glif
new file mode 100644
index 000000000..a699d6336
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.cn.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tildeacutecomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-545.0" y="1973.0" type="line"/>
+ <point x="-545.0" y="1906.0"/>
+ <point x="-595.0" y="1854.0"/>
+ <point x="-655.0" y="1854.0" type="curve" smooth="yes"/>
+ <point x="-771.0" y="1854.0"/>
+ <point x="-837.0" y="1955.0"/>
+ <point x="-960.0" y="1955.0" type="curve" smooth="yes"/>
+ <point x="-1096.0" y="1955.0"/>
+ <point x="-1189.0" y="1832.0"/>
+ <point x="-1189.0" y="1700.0" type="curve"/>
+ <point x="-1068.0" y="1669.0" type="line"/>
+ <point x="-1068.0" y="1737.0"/>
+ <point x="-1020.0" y="1790.0"/>
+ <point x="-960.0" y="1790.0" type="curve" smooth="yes"/>
+ <point x="-839.0" y="1790.0"/>
+ <point x="-803.0" y="1689.0"/>
+ <point x="-655.0" y="1689.0" type="curve" smooth="yes"/>
+ <point x="-520.0" y="1689.0"/>
+ <point x="-425.0" y="1804.0"/>
+ <point x="-425.0" y="1939.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-913.0" y="2009.0" type="line"/>
+ <point x="-738.0" y="2009.0" type="line"/>
+ <point x="-487.0" y="2321.0" type="line"/>
+ <point x="-738.0" y="2321.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.glif
deleted file mode 100644
index ea357894d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildeacutecomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-545" y="1973" type="line"/>
- <point x="-545" y="1906"/>
- <point x="-595" y="1854"/>
- <point x="-655" y="1854" type="curve" smooth="yes"/>
- <point x="-771" y="1854"/>
- <point x="-837" y="1955"/>
- <point x="-960" y="1955" type="curve" smooth="yes"/>
- <point x="-1096" y="1955"/>
- <point x="-1189" y="1832"/>
- <point x="-1189" y="1700" type="curve"/>
- <point x="-1068" y="1669" type="line"/>
- <point x="-1068" y="1737"/>
- <point x="-1020" y="1790"/>
- <point x="-960" y="1790" type="curve" smooth="yes"/>
- <point x="-839" y="1790"/>
- <point x="-803" y="1689"/>
- <point x="-655" y="1689" type="curve" smooth="yes"/>
- <point x="-520" y="1689"/>
- <point x="-425" y="1804"/>
- <point x="-425" y="1939" type="curve"/>
- </contour>
- <contour>
- <point x="-913" y="2009" type="line"/>
- <point x="-738" y="2009" type="line"/>
- <point x="-487" y="2321" type="line"/>
- <point x="-738" y="2321" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.lc.glif
index d7a84f5b6..ace97fa9e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildeacutecomb.lc.glif
@@ -1,51 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildeacutecomb.lc" format="1">
- <advance width="0"/>
+<glyph name="tildeacutecomb.lc" format="2">
+ <anchor x="-809.0" y="1770.0" name="_top"/>
+ <anchor x="-809.0" y="2703.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1770" type="move" name="_top"/>
+ <point x="-498.0" y="2085.0" type="line"/>
+ <point x="-498.0" y="1999.0"/>
+ <point x="-557.0" y="1932.0"/>
+ <point x="-633.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="-777.0" y="1932.0"/>
+ <point x="-846.0" y="2060.0"/>
+ <point x="-998.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="2060.0"/>
+ <point x="-1299.0" y="1917.0"/>
+ <point x="-1299.0" y="1712.0" type="curve"/>
+ <point x="-1118.0" y="1702.0" type="line"/>
+ <point x="-1118.0" y="1786.0"/>
+ <point x="-1060.0" y="1854.0"/>
+ <point x="-985.0" y="1854.0" type="curve" smooth="yes"/>
+ <point x="-833.0" y="1854.0"/>
+ <point x="-804.0" y="1727.0"/>
+ <point x="-619.0" y="1727.0" type="curve" smooth="yes"/>
+ <point x="-450.0" y="1727.0"/>
+ <point x="-316.0" y="1860.0"/>
+ <point x="-316.0" y="2067.0" type="curve"/>
</contour>
<contour>
- <point x="-809" y="2703" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-498" y="2085" type="line"/>
- <point x="-498" y="1999"/>
- <point x="-557" y="1932"/>
- <point x="-633" y="1932" type="curve" smooth="yes"/>
- <point x="-777" y="1932"/>
- <point x="-846" y="2060"/>
- <point x="-998" y="2060" type="curve" smooth="yes"/>
- <point x="-1169" y="2060"/>
- <point x="-1299" y="1917"/>
- <point x="-1299" y="1712" type="curve"/>
- <point x="-1118" y="1702" type="line"/>
- <point x="-1118" y="1786"/>
- <point x="-1060" y="1854"/>
- <point x="-985" y="1854" type="curve" smooth="yes"/>
- <point x="-833" y="1854"/>
- <point x="-804" y="1727"/>
- <point x="-619" y="1727" type="curve" smooth="yes"/>
- <point x="-450" y="1727"/>
- <point x="-316" y="1860"/>
- <point x="-316" y="2067" type="curve"/>
- </contour>
- <contour>
- <point x="-958" y="2140" type="line"/>
- <point x="-740" y="2140" type="line"/>
- <point x="-360" y="2547" type="line"/>
- <point x="-692" y="2547" type="line"/>
+ <point x="-958.0" y="2140.0" type="line"/>
+ <point x="-740.0" y="2140.0" type="line"/>
+ <point x="-360.0" y="2547.0" type="line"/>
+ <point x="-692.0" y="2547.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildecomb.glif b/src/Inter-UI-Regular.ufo/glyphs/tildecomb.glif
index 9d71fa26f..89868cd32 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tildecomb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildecomb.glif
@@ -1,48 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildecomb" format="1">
- <advance width="0"/>
+<glyph name="tildecomb" format="2">
<unicode hex="0303"/>
+ <guideline x="-780.0" y="2192.0" angle="90.0"/>
+ <anchor x="-780.0" y="1728.0" name="_marktop"/>
+ <anchor x="-780.0" y="1728.0" name="_top"/>
+ <anchor x="-780.0" y="2208.0" name="mkmktop"/>
+ <anchor x="-780.0" y="1892.0" name="parent_top"/>
<outline>
- <contour>
- <point x="-780" y="1728" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-780" y="1728" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-780" y="1892" type="move" name="parent_top"/>
- </contour>
- <contour>
- <point x="-780" y="2208" type="move" name="mkmktop"/>
- </contour>
- <component base="tilde" xOffset="-1403"/>
+ <component base="tilde" xOffset="-1403.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>-780</integer>
- <key>y</key>
- <integer>2192</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.cn.glif
new file mode 100644
index 000000000..3c0a2a39b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.cn.glif
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tildedieresiscomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-545.0" y="1973.0" type="line"/>
+ <point x="-545.0" y="1906.0"/>
+ <point x="-595.0" y="1854.0"/>
+ <point x="-655.0" y="1854.0" type="curve" smooth="yes"/>
+ <point x="-771.0" y="1854.0"/>
+ <point x="-837.0" y="1955.0"/>
+ <point x="-960.0" y="1955.0" type="curve" smooth="yes"/>
+ <point x="-1096.0" y="1955.0"/>
+ <point x="-1189.0" y="1832.0"/>
+ <point x="-1189.0" y="1700.0" type="curve"/>
+ <point x="-1068.0" y="1669.0" type="line"/>
+ <point x="-1068.0" y="1737.0"/>
+ <point x="-1020.0" y="1790.0"/>
+ <point x="-960.0" y="1790.0" type="curve" smooth="yes"/>
+ <point x="-839.0" y="1790.0"/>
+ <point x="-803.0" y="1689.0"/>
+ <point x="-655.0" y="1689.0" type="curve" smooth="yes"/>
+ <point x="-520.0" y="1689.0"/>
+ <point x="-425.0" y="1804.0"/>
+ <point x="-425.0" y="1939.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-1288.0" y="2208.0" type="curve" smooth="yes"/>
+ <point x="-1288.0" y="2124.0"/>
+ <point x="-1235.0" y="2058.0"/>
+ <point x="-1130.0" y="2058.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="2058.0"/>
+ <point x="-971.0" y="2124.0"/>
+ <point x="-971.0" y="2208.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="2294.0"/>
+ <point x="-1026.0" y="2361.0"/>
+ <point x="-1130.0" y="2361.0" type="curve" smooth="yes"/>
+ <point x="-1235.0" y="2361.0"/>
+ <point x="-1288.0" y="2294.0"/>
+ </contour>
+ <contour>
+ <point x="-644.0" y="2206.0" type="curve" smooth="yes"/>
+ <point x="-644.0" y="2122.0"/>
+ <point x="-590.0" y="2056.0"/>
+ <point x="-485.0" y="2056.0" type="curve" smooth="yes"/>
+ <point x="-381.0" y="2056.0"/>
+ <point x="-326.0" y="2122.0"/>
+ <point x="-326.0" y="2206.0" type="curve" smooth="yes"/>
+ <point x="-326.0" y="2291.0"/>
+ <point x="-381.0" y="2358.0"/>
+ <point x="-485.0" y="2358.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="2358.0"/>
+ <point x="-644.0" y="2291.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.glif b/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.glif
deleted file mode 100644
index 26b4bb6fc..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.glif
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildedieresiscomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-545" y="1973" type="line"/>
- <point x="-545" y="1906"/>
- <point x="-595" y="1854"/>
- <point x="-655" y="1854" type="curve" smooth="yes"/>
- <point x="-771" y="1854"/>
- <point x="-837" y="1955"/>
- <point x="-960" y="1955" type="curve" smooth="yes"/>
- <point x="-1096" y="1955"/>
- <point x="-1189" y="1832"/>
- <point x="-1189" y="1700" type="curve"/>
- <point x="-1068" y="1669" type="line"/>
- <point x="-1068" y="1737"/>
- <point x="-1020" y="1790"/>
- <point x="-960" y="1790" type="curve" smooth="yes"/>
- <point x="-839" y="1790"/>
- <point x="-803" y="1689"/>
- <point x="-655" y="1689" type="curve" smooth="yes"/>
- <point x="-520" y="1689"/>
- <point x="-425" y="1804"/>
- <point x="-425" y="1939" type="curve"/>
- </contour>
- <contour>
- <point x="-1288" y="2208" type="curve" smooth="yes"/>
- <point x="-1288" y="2124"/>
- <point x="-1235" y="2058"/>
- <point x="-1130" y="2058" type="curve" smooth="yes"/>
- <point x="-1026" y="2058"/>
- <point x="-971" y="2124"/>
- <point x="-971" y="2208" type="curve" smooth="yes"/>
- <point x="-971" y="2294"/>
- <point x="-1026" y="2361"/>
- <point x="-1130" y="2361" type="curve" smooth="yes"/>
- <point x="-1235" y="2361"/>
- <point x="-1288" y="2294"/>
- </contour>
- <contour>
- <point x="-644" y="2206" type="curve" smooth="yes"/>
- <point x="-644" y="2122"/>
- <point x="-590" y="2056"/>
- <point x="-485" y="2056" type="curve" smooth="yes"/>
- <point x="-381" y="2056"/>
- <point x="-326" y="2122"/>
- <point x="-326" y="2206" type="curve" smooth="yes"/>
- <point x="-326" y="2291"/>
- <point x="-381" y="2358"/>
- <point x="-485" y="2358" type="curve" smooth="yes"/>
- <point x="-590" y="2358"/>
- <point x="-644" y="2291"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.lc.glif
index 1fcd11bbc..2d5121cbe 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildedieresiscomb.lc.glif
@@ -1,73 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildedieresiscomb.lc" format="1">
- <advance width="0"/>
+<glyph name="tildedieresiscomb.lc" format="2">
+ <anchor x="-809.0" y="1770.0" name="_top"/>
+ <anchor x="-809.0" y="2607.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1770" type="move" name="_top"/>
+ <point x="-1258.0" y="2314.0" type="curve" smooth="yes"/>
+ <point x="-1258.0" y="2230.0"/>
+ <point x="-1205.0" y="2164.0"/>
+ <point x="-1100.0" y="2164.0" type="curve" smooth="yes"/>
+ <point x="-996.0" y="2164.0"/>
+ <point x="-941.0" y="2230.0"/>
+ <point x="-941.0" y="2314.0" type="curve" smooth="yes"/>
+ <point x="-941.0" y="2399.0"/>
+ <point x="-996.0" y="2467.0"/>
+ <point x="-1100.0" y="2467.0" type="curve" smooth="yes"/>
+ <point x="-1205.0" y="2467.0"/>
+ <point x="-1258.0" y="2399.0"/>
</contour>
<contour>
- <point x="-809" y="2607" type="move" name="mkmktop_acc"/>
+ <point x="-668.0" y="2311.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="2228.0"/>
+ <point x="-615.0" y="2162.0"/>
+ <point x="-510.0" y="2162.0" type="curve" smooth="yes"/>
+ <point x="-406.0" y="2162.0"/>
+ <point x="-351.0" y="2228.0"/>
+ <point x="-351.0" y="2311.0" type="curve" smooth="yes"/>
+ <point x="-351.0" y="2397.0"/>
+ <point x="-406.0" y="2464.0"/>
+ <point x="-510.0" y="2464.0" type="curve" smooth="yes"/>
+ <point x="-615.0" y="2464.0"/>
+ <point x="-668.0" y="2397.0"/>
</contour>
<contour>
- <point x="-1258" y="2314" type="curve" smooth="yes"/>
- <point x="-1258" y="2230"/>
- <point x="-1205" y="2164"/>
- <point x="-1100" y="2164" type="curve" smooth="yes"/>
- <point x="-996" y="2164"/>
- <point x="-941" y="2230"/>
- <point x="-941" y="2314" type="curve" smooth="yes"/>
- <point x="-941" y="2399"/>
- <point x="-996" y="2467"/>
- <point x="-1100" y="2467" type="curve" smooth="yes"/>
- <point x="-1205" y="2467"/>
- <point x="-1258" y="2399"/>
- </contour>
- <contour>
- <point x="-668" y="2311" type="curve" smooth="yes"/>
- <point x="-668" y="2228"/>
- <point x="-615" y="2162"/>
- <point x="-510" y="2162" type="curve" smooth="yes"/>
- <point x="-406" y="2162"/>
- <point x="-351" y="2228"/>
- <point x="-351" y="2311" type="curve" smooth="yes"/>
- <point x="-351" y="2397"/>
- <point x="-406" y="2464"/>
- <point x="-510" y="2464" type="curve" smooth="yes"/>
- <point x="-615" y="2464"/>
- <point x="-668" y="2397"/>
- </contour>
- <contour>
- <point x="-498" y="2085" type="line"/>
- <point x="-498" y="1999"/>
- <point x="-557" y="1932"/>
- <point x="-633" y="1932" type="curve" smooth="yes"/>
- <point x="-777" y="1932"/>
- <point x="-846" y="2060"/>
- <point x="-998" y="2060" type="curve" smooth="yes"/>
- <point x="-1169" y="2060"/>
- <point x="-1299" y="1917"/>
- <point x="-1299" y="1712" type="curve"/>
- <point x="-1118" y="1702" type="line"/>
- <point x="-1118" y="1786"/>
- <point x="-1060" y="1854"/>
- <point x="-985" y="1854" type="curve" smooth="yes"/>
- <point x="-833" y="1854"/>
- <point x="-804" y="1727"/>
- <point x="-619" y="1727" type="curve" smooth="yes"/>
- <point x="-450" y="1727"/>
- <point x="-316" y="1860"/>
- <point x="-316" y="2067" type="curve"/>
+ <point x="-498.0" y="2085.0" type="line"/>
+ <point x="-498.0" y="1999.0"/>
+ <point x="-557.0" y="1932.0"/>
+ <point x="-633.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="-777.0" y="1932.0"/>
+ <point x="-846.0" y="2060.0"/>
+ <point x="-998.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="2060.0"/>
+ <point x="-1299.0" y="1917.0"/>
+ <point x="-1299.0" y="1712.0" type="curve"/>
+ <point x="-1118.0" y="1702.0" type="line"/>
+ <point x="-1118.0" y="1786.0"/>
+ <point x="-1060.0" y="1854.0"/>
+ <point x="-985.0" y="1854.0" type="curve" smooth="yes"/>
+ <point x="-833.0" y="1854.0"/>
+ <point x="-804.0" y="1727.0"/>
+ <point x="-619.0" y="1727.0" type="curve" smooth="yes"/>
+ <point x="-450.0" y="1727.0"/>
+ <point x="-316.0" y="1860.0"/>
+ <point x="-316.0" y="2067.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildedoublecmb.glif b/src/Inter-UI-Regular.ufo/glyphs/tildedoublecmb.glif
index 72bc12c1a..28a3a3644 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tildedoublecmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildedoublecmb.glif
@@ -1,43 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildedoublecmb" format="1">
- <advance width="0"/>
+<glyph name="tildedoublecmb" format="2">
<unicode hex="0360"/>
+ <anchor x="0.0" y="1746.0" name="_marktop_dd"/>
<outline>
<contour>
- <point x="0" y="1746" type="move" name="_marktop_dd"/>
- </contour>
- <contour>
- <point x="1152" y="2098" type="line"/>
- <point x="1122" y="1988"/>
- <point x="1013" y="1932"/>
- <point x="876" y="1932" type="curve" smooth="yes"/>
- <point x="466" y="1932"/>
- <point x="-448" y="2074"/>
- <point x="-879" y="2074" type="curve" smooth="yes"/>
- <point x="-1115" y="2074"/>
- <point x="-1277" y="1921"/>
- <point x="-1304" y="1753" type="curve"/>
- <point x="-1154" y="1716" type="line"/>
- <point x="-1112" y="1827"/>
- <point x="-1016" y="1881"/>
- <point x="-879" y="1881" type="curve" smooth="yes"/>
- <point x="-452" y="1881"/>
- <point x="373" y="1741"/>
- <point x="876" y="1741" type="curve" smooth="yes"/>
- <point x="1111" y="1741"/>
- <point x="1275" y="1869"/>
- <point x="1302" y="2053" type="curve"/>
+ <point x="1152.0" y="2098.0" type="line"/>
+ <point x="1122.0" y="1988.0"/>
+ <point x="1013.0" y="1932.0"/>
+ <point x="876.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="466.0" y="1932.0"/>
+ <point x="-448.0" y="2074.0"/>
+ <point x="-879.0" y="2074.0" type="curve" smooth="yes"/>
+ <point x="-1115.0" y="2074.0"/>
+ <point x="-1277.0" y="1921.0"/>
+ <point x="-1304.0" y="1753.0" type="curve"/>
+ <point x="-1154.0" y="1716.0" type="line"/>
+ <point x="-1112.0" y="1827.0"/>
+ <point x="-1016.0" y="1881.0"/>
+ <point x="-879.0" y="1881.0" type="curve" smooth="yes"/>
+ <point x="-452.0" y="1881.0"/>
+ <point x="373.0" y="1741.0"/>
+ <point x="876.0" y="1741.0" type="curve" smooth="yes"/>
+ <point x="1111.0" y="1741.0"/>
+ <point x="1275.0" y="1869.0"/>
+ <point x="1302.0" y="2053.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.cn.glif
new file mode 100644
index 000000000..306108132
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.cn.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tildemacroncomb.cn" format="2">
+ <anchor x="-809.0" y="1737.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="-545.0" y="1973.0" type="line"/>
+ <point x="-545.0" y="1906.0"/>
+ <point x="-595.0" y="1854.0"/>
+ <point x="-655.0" y="1854.0" type="curve" smooth="yes"/>
+ <point x="-771.0" y="1854.0"/>
+ <point x="-837.0" y="1955.0"/>
+ <point x="-960.0" y="1955.0" type="curve" smooth="yes"/>
+ <point x="-1096.0" y="1955.0"/>
+ <point x="-1189.0" y="1832.0"/>
+ <point x="-1189.0" y="1700.0" type="curve"/>
+ <point x="-1068.0" y="1669.0" type="line"/>
+ <point x="-1068.0" y="1737.0"/>
+ <point x="-1020.0" y="1790.0"/>
+ <point x="-960.0" y="1790.0" type="curve" smooth="yes"/>
+ <point x="-839.0" y="1790.0"/>
+ <point x="-803.0" y="1689.0"/>
+ <point x="-655.0" y="1689.0" type="curve" smooth="yes"/>
+ <point x="-520.0" y="1689.0"/>
+ <point x="-425.0" y="1804.0"/>
+ <point x="-425.0" y="1939.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-338.0" y="2318.0" type="line"/>
+ <point x="-1277.0" y="2318.0" type="line"/>
+ <point x="-1277.0" y="2112.0" type="line"/>
+ <point x="-338.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.glif b/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.glif
deleted file mode 100644
index ea2ecf59b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildemacroncomb" format="1">
- <advance width="0"/>
- <outline>
- <contour>
- <point x="-809" y="1737" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-545" y="1973" type="line"/>
- <point x="-545" y="1906"/>
- <point x="-595" y="1854"/>
- <point x="-655" y="1854" type="curve" smooth="yes"/>
- <point x="-771" y="1854"/>
- <point x="-837" y="1955"/>
- <point x="-960" y="1955" type="curve" smooth="yes"/>
- <point x="-1096" y="1955"/>
- <point x="-1189" y="1832"/>
- <point x="-1189" y="1700" type="curve"/>
- <point x="-1068" y="1669" type="line"/>
- <point x="-1068" y="1737"/>
- <point x="-1020" y="1790"/>
- <point x="-960" y="1790" type="curve" smooth="yes"/>
- <point x="-839" y="1790"/>
- <point x="-803" y="1689"/>
- <point x="-655" y="1689" type="curve" smooth="yes"/>
- <point x="-520" y="1689"/>
- <point x="-425" y="1804"/>
- <point x="-425" y="1939" type="curve"/>
- </contour>
- <contour>
- <point x="-338" y="2318" type="line"/>
- <point x="-1277" y="2318" type="line"/>
- <point x="-1277" y="2112" type="line"/>
- <point x="-338" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.lc.glif b/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.lc.glif
index 48f40c1ad..4b16b990b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.lc.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildemacroncomb.lc.glif
@@ -1,51 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildemacroncomb.lc" format="1">
- <advance width="0"/>
+<glyph name="tildemacroncomb.lc" format="2">
+ <anchor x="-809.0" y="1770.0" name="_top"/>
+ <anchor x="-809.0" y="2618.0" name="mkmktop_acc"/>
<outline>
<contour>
- <point x="-809" y="1770" type="move" name="_top"/>
+ <point x="-498.0" y="2085.0" type="line"/>
+ <point x="-498.0" y="1999.0"/>
+ <point x="-557.0" y="1932.0"/>
+ <point x="-633.0" y="1932.0" type="curve" smooth="yes"/>
+ <point x="-777.0" y="1932.0"/>
+ <point x="-846.0" y="2060.0"/>
+ <point x="-998.0" y="2060.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="2060.0"/>
+ <point x="-1299.0" y="1917.0"/>
+ <point x="-1299.0" y="1712.0" type="curve"/>
+ <point x="-1118.0" y="1702.0" type="line"/>
+ <point x="-1118.0" y="1786.0"/>
+ <point x="-1060.0" y="1854.0"/>
+ <point x="-985.0" y="1854.0" type="curve" smooth="yes"/>
+ <point x="-833.0" y="1854.0"/>
+ <point x="-804.0" y="1727.0"/>
+ <point x="-619.0" y="1727.0" type="curve" smooth="yes"/>
+ <point x="-450.0" y="1727.0"/>
+ <point x="-316.0" y="1860.0"/>
+ <point x="-316.0" y="2067.0" type="curve"/>
</contour>
<contour>
- <point x="-809" y="2618" type="move" name="mkmktop_acc"/>
- </contour>
- <contour>
- <point x="-498" y="2085" type="line"/>
- <point x="-498" y="1999"/>
- <point x="-557" y="1932"/>
- <point x="-633" y="1932" type="curve" smooth="yes"/>
- <point x="-777" y="1932"/>
- <point x="-846" y="2060"/>
- <point x="-998" y="2060" type="curve" smooth="yes"/>
- <point x="-1169" y="2060"/>
- <point x="-1299" y="1917"/>
- <point x="-1299" y="1712" type="curve"/>
- <point x="-1118" y="1702" type="line"/>
- <point x="-1118" y="1786"/>
- <point x="-1060" y="1854"/>
- <point x="-985" y="1854" type="curve" smooth="yes"/>
- <point x="-833" y="1854"/>
- <point x="-804" y="1727"/>
- <point x="-619" y="1727" type="curve" smooth="yes"/>
- <point x="-450" y="1727"/>
- <point x="-316" y="1860"/>
- <point x="-316" y="2067" type="curve"/>
- </contour>
- <contour>
- <point x="-331" y="2434" type="line"/>
- <point x="-1271" y="2434" type="line"/>
- <point x="-1271" y="2228" type="line"/>
- <point x="-331" y="2228" type="line"/>
+ <point x="-331.0" y="2434.0" type="line"/>
+ <point x="-1271.0" y="2434.0" type="line"/>
+ <point x="-1271.0" y="2228.0" type="line"/>
+ <point x="-331.0" y="2228.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildemidnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/tildemidnosp.glif
index 12d79c890..38fe23109 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tildemidnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildemidnosp.glif
@@ -1,19 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildemidnosp" format="1">
- <advance width="0"/>
+<glyph name="tildemidnosp" format="2">
<unicode hex="0334"/>
<outline>
- <component base="tilde" xOffset="-1474" yOffset="-1163"/>
+ <component base="tilde" xOffset="-1474.0" yOffset="-1163.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildesubnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/tildesubnosp.glif
index 86e8613f2..7a529dc4b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tildesubnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildesubnosp.glif
@@ -1,45 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildesubnosp" format="1">
- <advance width="0"/>
+<glyph name="tildesubnosp" format="2">
<unicode hex="0330"/>
+ <guideline x="-864.0" y="-996.0" angle="90.0"/>
+ <anchor x="-864.0" y="0.0" name="_bottom"/>
+ <anchor x="-864.0" y="0.0" name="_markbottom"/>
+ <anchor x="-864.0" y="-596.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-864" y="0" type="move" name="_bottom"/>
- </contour>
- <contour>
- <point x="-864" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-864" y="-596" type="move" name="mkmkbottom_acc"/>
- </contour>
- <component base="tilde" xOffset="-1488" yOffset="-2228"/>
+ <component base="tilde" xOffset="-1488.0" yOffset="-2228.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>-864</integer>
- <key>y</key>
- <integer>-996</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tildevertsupnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/tildevertsupnosp.glif
index 827905ee7..b3a89e72b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tildevertsupnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tildevertsupnosp.glif
@@ -1,46 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tildevertsupnosp" format="1">
- <advance width="0"/>
+<glyph name="tildevertsupnosp" format="2">
<unicode hex="033E"/>
+ <anchor x="-803.0" y="1507.0" name="_marktop"/>
+ <anchor x="-803.0" y="2369.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-803" y="1507" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-803" y="2369" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-953" y="1550" type="line"/>
- <point x="-769" y="1550"/>
- <point x="-664" y="1631"/>
- <point x="-664" y="1759" type="curve" smooth="yes"/>
- <point x="-664" y="1867"/>
- <point x="-749" y="1973"/>
- <point x="-749" y="2038" type="curve" smooth="yes"/>
- <point x="-749" y="2087"/>
- <point x="-708" y="2104"/>
- <point x="-664" y="2104" type="curve"/>
- <point x="-664" y="2269" type="line"/>
- <point x="-839" y="2269"/>
- <point x="-953" y="2196"/>
- <point x="-953" y="2072" type="curve" smooth="yes"/>
- <point x="-953" y="1965"/>
- <point x="-857" y="1866"/>
- <point x="-857" y="1794" type="curve" smooth="yes"/>
- <point x="-857" y="1757"/>
- <point x="-891" y="1715"/>
- <point x="-953" y="1715" type="curve"/>
+ <point x="-953.0" y="1550.0" type="line"/>
+ <point x="-769.0" y="1550.0"/>
+ <point x="-664.0" y="1631.0"/>
+ <point x="-664.0" y="1759.0" type="curve" smooth="yes"/>
+ <point x="-664.0" y="1867.0"/>
+ <point x="-749.0" y="1973.0"/>
+ <point x="-749.0" y="2038.0" type="curve" smooth="yes"/>
+ <point x="-749.0" y="2087.0"/>
+ <point x="-708.0" y="2104.0"/>
+ <point x="-664.0" y="2104.0" type="curve"/>
+ <point x="-664.0" y="2269.0" type="line"/>
+ <point x="-839.0" y="2269.0"/>
+ <point x="-953.0" y="2196.0"/>
+ <point x="-953.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="-953.0" y="1965.0"/>
+ <point x="-857.0" y="1866.0"/>
+ <point x="-857.0" y="1794.0" type="curve" smooth="yes"/>
+ <point x="-857.0" y="1757.0"/>
+ <point x="-891.0" y="1715.0"/>
+ <point x="-953.0" y="1715.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/titlocyrilliccmb.glif b/src/Inter-UI-Regular.ufo/glyphs/titlocyrilliccmb.glif
index bbac4f27a..b96d7a165 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/titlocyrilliccmb.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/titlocyrilliccmb.glif
@@ -1,34 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="titlocyrilliccmb" format="1">
- <advance width="0"/>
+<glyph name="titlocyrilliccmb" format="2">
<unicode hex="0483"/>
+ <anchor x="-773.0" y="1636.0" name="_marktop"/>
+ <anchor x="-773.0" y="1698.0" name="_top"/>
<outline>
<contour>
- <point x="-773" y="1698" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="-773" y="1636" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-292" y="1804" type="line"/>
- <point x="-292" y="2107" type="line"/>
- <point x="-535" y="2108" type="line"/>
- <point x="-534" y="1959" type="line"/>
- <point x="-1284" y="1959" type="line"/>
- <point x="-1286" y="1632" type="line"/>
- <point x="-1041" y="1631" type="line"/>
- <point x="-1041" y="1804" type="line"/>
+ <point x="-292.0" y="1804.0" type="line"/>
+ <point x="-292.0" y="2107.0" type="line"/>
+ <point x="-535.0" y="2108.0" type="line"/>
+ <point x="-534.0" y="1959.0" type="line"/>
+ <point x="-1284.0" y="1959.0" type="line"/>
+ <point x="-1286.0" y="1632.0" type="line"/>
+ <point x="-1041.0" y="1631.0" type="line"/>
+ <point x="-1041.0" y="1804.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tlinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/tlinebelow.glif
new file mode 100644
index 000000000..460cb0d49
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tlinebelow" format="2">
+ <advance width="1000.0"/>
+ <unicode hex="1E6F"/>
+ <anchor x="596.0" y="-404.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="macronsubnosp" xOffset="1408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarextrahighmod.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarextrahighmod.cn.glif
new file mode 100644
index 000000000..1c176bb75
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonebarextrahighmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarextrahighmod.cn" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02E5"/>
+ <outline>
+ <contour>
+ <point x="820.0" y="2004.0" type="line"/>
+ <point x="544.0" y="2004.0" type="line"/>
+ <point x="544.0" y="0.0" type="line"/>
+ <point x="820.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="752.0" y="2004.0" type="line"/>
+ <point x="188.0" y="2004.0" type="line"/>
+ <point x="188.0" y="1784.0" type="line"/>
+ <point x="752.0" y="1784.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarextrahighmod.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarextrahighmod.glif
deleted file mode 100644
index 21bd3905d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/tonebarextrahighmod.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarextrahighmod" format="1">
- <advance width="1008"/>
- <unicode hex="02E5"/>
- <outline>
- <contour>
- <point x="820" y="2004" type="line"/>
- <point x="544" y="2004" type="line"/>
- <point x="544" y="0" type="line"/>
- <point x="820" y="0" type="line"/>
- </contour>
- <contour>
- <point x="752" y="2004" type="line"/>
- <point x="188" y="2004" type="line"/>
- <point x="188" y="1784" type="line"/>
- <point x="752" y="1784" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 919, 'leftMargin': 55, 'rightMargin': 234}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarextralowmod.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarextralowmod.cn.glif
new file mode 100644
index 000000000..f4416a917
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonebarextralowmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarextralowmod.cn" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02E9"/>
+ <outline>
+ <contour>
+ <point x="820.0" y="2004.0" type="line"/>
+ <point x="544.0" y="2004.0" type="line"/>
+ <point x="544.0" y="0.0" type="line"/>
+ <point x="820.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="752.0" y="220.0" type="line"/>
+ <point x="188.0" y="220.0" type="line"/>
+ <point x="188.0" y="0.0" type="line"/>
+ <point x="752.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarextralowmod.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarextralowmod.glif
deleted file mode 100644
index 44c37b058..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/tonebarextralowmod.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarextralowmod" format="1">
- <advance width="1008"/>
- <unicode hex="02E9"/>
- <outline>
- <contour>
- <point x="820" y="2004" type="line"/>
- <point x="544" y="2004" type="line"/>
- <point x="544" y="0" type="line"/>
- <point x="820" y="0" type="line"/>
- </contour>
- <contour>
- <point x="752" y="220" type="line"/>
- <point x="188" y="220" type="line"/>
- <point x="188" y="0" type="line"/>
- <point x="752" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 919, 'leftMargin': 55, 'rightMargin': 234}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarhighmod.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarhighmod.cn.glif
new file mode 100644
index 000000000..87994d817
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonebarhighmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarhighmod.cn" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02E6"/>
+ <outline>
+ <contour>
+ <point x="820.0" y="2004.0" type="line"/>
+ <point x="544.0" y="2004.0" type="line"/>
+ <point x="544.0" y="0.0" type="line"/>
+ <point x="820.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="752.0" y="1612.0" type="line"/>
+ <point x="188.0" y="1612.0" type="line"/>
+ <point x="188.0" y="1392.0" type="line"/>
+ <point x="752.0" y="1392.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarhighmod.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarhighmod.glif
deleted file mode 100644
index d50d8eb6c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/tonebarhighmod.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarhighmod" format="1">
- <advance width="1008"/>
- <unicode hex="02E6"/>
- <outline>
- <contour>
- <point x="820" y="2004" type="line"/>
- <point x="544" y="2004" type="line"/>
- <point x="544" y="0" type="line"/>
- <point x="820" y="0" type="line"/>
- </contour>
- <contour>
- <point x="752" y="1612" type="line"/>
- <point x="188" y="1612" type="line"/>
- <point x="188" y="1392" type="line"/>
- <point x="752" y="1392" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 919, 'leftMargin': 55, 'rightMargin': 234}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarlowmod.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarlowmod.cn.glif
new file mode 100644
index 000000000..ec144cfa5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonebarlowmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarlowmod.cn" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02E8"/>
+ <outline>
+ <contour>
+ <point x="820.0" y="2004.0" type="line"/>
+ <point x="544.0" y="2004.0" type="line"/>
+ <point x="544.0" y="0.0" type="line"/>
+ <point x="820.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="752.0" y="612.0" type="line"/>
+ <point x="188.0" y="612.0" type="line"/>
+ <point x="188.0" y="392.0" type="line"/>
+ <point x="752.0" y="392.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarlowmod.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarlowmod.glif
deleted file mode 100644
index 834129aec..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/tonebarlowmod.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarlowmod" format="1">
- <advance width="1008"/>
- <unicode hex="02E8"/>
- <outline>
- <contour>
- <point x="820" y="2004" type="line"/>
- <point x="544" y="2004" type="line"/>
- <point x="544" y="0" type="line"/>
- <point x="820" y="0" type="line"/>
- </contour>
- <contour>
- <point x="752" y="612" type="line"/>
- <point x="188" y="612" type="line"/>
- <point x="188" y="392" type="line"/>
- <point x="752" y="392" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 919, 'leftMargin': 55, 'rightMargin': 234}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarmidmod.cn.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarmidmod.cn.glif
new file mode 100644
index 000000000..75cb91864
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonebarmidmod.cn.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="tonebarmidmod.cn" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02E7"/>
+ <outline>
+ <contour>
+ <point x="820.0" y="2004.0" type="line"/>
+ <point x="544.0" y="2004.0" type="line"/>
+ <point x="544.0" y="0.0" type="line"/>
+ <point x="820.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="752.0" y="1112.0" type="line"/>
+ <point x="188.0" y="1112.0" type="line"/>
+ <point x="188.0" y="892.0" type="line"/>
+ <point x="752.0" y="892.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonebarmidmod.glif b/src/Inter-UI-Regular.ufo/glyphs/tonebarmidmod.glif
deleted file mode 100644
index 232f028c0..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/tonebarmidmod.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonebarmidmod" format="1">
- <advance width="1008"/>
- <unicode hex="02E7"/>
- <outline>
- <contour>
- <point x="820" y="2004" type="line"/>
- <point x="544" y="2004" type="line"/>
- <point x="544" y="0" type="line"/>
- <point x="820" y="0" type="line"/>
- </contour>
- <contour>
- <point x="752" y="1112" type="line"/>
- <point x="188" y="1112" type="line"/>
- <point x="188" y="892" type="line"/>
- <point x="752" y="892" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 919, 'leftMargin': 55, 'rightMargin': 234}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonefive.glif b/src/Inter-UI-Regular.ufo/glyphs/tonefive.glif
index 5bc6e2111..456640c0e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tonefive.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonefive.glif
@@ -1,59 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonefive" format="1">
- <advance width="1520"/>
+<glyph name="tonefive" format="2">
+ <advance width="1520.0"/>
<unicode hex="01BD"/>
<outline>
<contour>
- <point x="524" y="648" type="line" name="hr00"/>
- <point x="576" y="724"/>
- <point x="656" y="792"/>
- <point x="812" y="792" type="curve" smooth="yes"/>
- <point x="1016" y="792"/>
- <point x="1120" y="672"/>
- <point x="1120" y="496" type="curve" smooth="yes"/>
- <point x="1120" y="324"/>
- <point x="1024" y="200"/>
- <point x="804" y="200" type="curve" smooth="yes"/>
- <point x="624" y="200"/>
- <point x="496" y="296"/>
- <point x="496" y="444" type="curve"/>
- <point x="232" y="420" type="line"/>
- <point x="232" y="120"/>
- <point x="548" y="-24"/>
- <point x="804" y="-24" type="curve" smooth="yes"/>
- <point x="1224" y="-24"/>
- <point x="1392" y="204"/>
- <point x="1392" y="496" type="curve" smooth="yes"/>
- <point x="1392" y="828"/>
- <point x="1196" y="1020"/>
- <point x="864" y="1012" type="curve"/>
- <point x="760" y="1008"/>
- <point x="636" y="968"/>
- <point x="576" y="928" type="curve"/>
- <point x="616" y="1252" type="line"/>
- <point x="1316" y="1252" type="line"/>
- <point x="1316" y="1488" type="line"/>
- <point x="384" y="1488" type="line"/>
- <point x="288" y="668" type="line"/>
+ <point x="524.0" y="648.0" type="line"/>
+ <point x="576.0" y="724.0"/>
+ <point x="656.0" y="792.0"/>
+ <point x="812.0" y="792.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="792.0"/>
+ <point x="1120.0" y="672.0"/>
+ <point x="1120.0" y="496.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="324.0"/>
+ <point x="1024.0" y="200.0"/>
+ <point x="804.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="200.0"/>
+ <point x="496.0" y="296.0"/>
+ <point x="496.0" y="444.0" type="curve"/>
+ <point x="232.0" y="420.0" type="line"/>
+ <point x="232.0" y="120.0"/>
+ <point x="548.0" y="-24.0"/>
+ <point x="804.0" y="-24.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="-24.0"/>
+ <point x="1392.0" y="204.0"/>
+ <point x="1392.0" y="496.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="828.0"/>
+ <point x="1196.0" y="1020.0"/>
+ <point x="864.0" y="1012.0" type="curve"/>
+ <point x="760.0" y="1008.0"/>
+ <point x="636.0" y="968.0"/>
+ <point x="576.0" y="928.0" type="curve"/>
+ <point x="616.0" y="1252.0" type="line"/>
+ <point x="1316.0" y="1252.0" type="line"/>
+ <point x="1316.0" y="1488.0" type="line"/>
+ <point x="384.0" y="1488.0" type="line"/>
+ <point x="288.0" y="668.0" type="line"/>
</contour>
<contour>
- <point x="544" y="1488" type="line"/>
- <point x="128" y="1488" type="line"/>
- <point x="128" y="1252" type="line"/>
- <point x="544" y="1252" type="line"/>
+ <point x="544.0" y="1488.0" type="line"/>
+ <point x="128.0" y="1488.0" type="line"/>
+ <point x="128.0" y="1252.0" type="line"/>
+ <point x="544.0" y="1252.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1411, 'leftMargin': 55, 'rightMargin': 90}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.30</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonesix.glif b/src/Inter-UI-Regular.ufo/glyphs/tonesix.glif
index 1d6db8f60..f6f5bb374 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tonesix.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonesix.glif
@@ -1,26 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonesix" format="1">
- <advance width="1776"/>
+<glyph name="tonesix" format="2">
+ <advance width="1776.0"/>
<unicode hex="0185"/>
<outline>
<contour>
- <point x="328" y="2112" type="line"/>
- <point x="104" y="1832" type="line"/>
- <point x="104" y="1720" type="line"/>
- <point x="328" y="1440" type="line"/>
- <point x="392" y="1440" type="line"/>
- <point x="392" y="2112" type="line"/>
+ <point x="328.0" y="2112.0" type="line"/>
+ <point x="104.0" y="1832.0" type="line"/>
+ <point x="104.0" y="1720.0" type="line"/>
+ <point x="328.0" y="1440.0" type="line"/>
+ <point x="392.0" y="1440.0" type="line"/>
+ <point x="392.0" y="2112.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="488.0" y="1292.0" type="line"/>
+ <point x="488.0" y="236.0" type="line"/>
+ <point x="604.0" y="236.0" type="line"/>
+ <point x="656.0" y="152.0"/>
+ <point x="756.0" y="-32.0"/>
+ <point x="1052.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1436.0" y="-32.0"/>
+ <point x="1704.0" y="276.0"/>
+ <point x="1704.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1704.0" y="1248.0"/>
+ <point x="1436.0" y="1556.0"/>
+ <point x="1048.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1556.0"/>
+ <point x="656.0" y="1372.0"/>
+ <point x="604.0" y="1292.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1468.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1468.0" y="440.0"/>
+ <point x="1316.0" y="180.0"/>
+ <point x="1020.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="736.0" y="180.0"/>
+ <point x="580.0" y="420.0"/>
+ <point x="580.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="580.0" y="1112.0"/>
+ <point x="732.0" y="1344.0"/>
+ <point x="1020.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1320.0" y="1344.0"/>
+ <point x="1468.0" y="1092.0"/>
+ </contour>
+ <contour>
+ <point x="348.0" y="2048.0" type="line"/>
+ <point x="348.0" y="0.0" type="line"/>
+ <point x="576.0" y="0.0" type="line"/>
+ <point x="576.0" y="288.0" type="line"/>
+ <point x="504.0" y="784.0" type="line"/>
+ <point x="584.0" y="1172.0" type="line"/>
+ <point x="584.0" y="2048.0" type="line"/>
</contour>
- <component base="b" xOffset="132"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1759, 'leftMargin': 138, 'rightMargin': 50}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonetwo.glif b/src/Inter-UI-Regular.ufo/glyphs/tonetwo.glif
index 75e52f82c..f7937ac90 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tonetwo.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonetwo.glif
@@ -1,57 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonetwo" format="1">
- <advance width="1520"/>
+<glyph name="tonetwo" format="2">
+ <advance width="1520.0"/>
<unicode hex="01A8"/>
<outline>
<contour>
- <point x="440" y="396" type="curve" smooth="yes"/>
- <point x="440" y="504"/>
- <point x="484" y="588"/>
- <point x="768" y="644" type="curve" smooth="yes"/>
- <point x="1100" y="716"/>
- <point x="1308" y="832"/>
- <point x="1308" y="1076" type="curve"/>
- <point x="1308" y="1312"/>
- <point x="1088" y="1516"/>
- <point x="752" y="1516" type="curve" smooth="yes"/>
- <point x="392" y="1516"/>
- <point x="180" y="1304"/>
- <point x="180" y="1048" type="curve"/>
- <point x="456" y="1048" type="line"/>
- <point x="456" y="1164"/>
- <point x="560" y="1296"/>
- <point x="752" y="1296" type="curve" smooth="yes"/>
- <point x="952" y="1296"/>
- <point x="1032" y="1188"/>
- <point x="1032" y="1084" type="curve"/>
- <point x="1032" y="976"/>
- <point x="972" y="924"/>
- <point x="700" y="864" type="curve" smooth="yes"/>
- <point x="336" y="780"/>
- <point x="164" y="660"/>
- <point x="164" y="420" type="curve"/>
- <point x="164" y="156"/>
- <point x="396" y="-28"/>
- <point x="744" y="-28" type="curve" smooth="yes"/>
- <point x="1144" y="-28"/>
- <point x="1360" y="216"/>
- <point x="1360" y="468" type="curve"/>
- <point x="1084" y="468" type="line"/>
- <point x="1072" y="260"/>
- <point x="896" y="192"/>
- <point x="744" y="192" type="curve" smooth="yes"/>
- <point x="544" y="192"/>
- <point x="440" y="280"/>
+ <point x="440.0" y="396.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="504.0"/>
+ <point x="484.0" y="588.0"/>
+ <point x="768.0" y="644.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="716.0"/>
+ <point x="1308.0" y="832.0"/>
+ <point x="1308.0" y="1076.0" type="curve"/>
+ <point x="1308.0" y="1312.0"/>
+ <point x="1088.0" y="1516.0"/>
+ <point x="752.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="1516.0"/>
+ <point x="180.0" y="1304.0"/>
+ <point x="180.0" y="1048.0" type="curve"/>
+ <point x="456.0" y="1048.0" type="line"/>
+ <point x="456.0" y="1164.0"/>
+ <point x="560.0" y="1296.0"/>
+ <point x="752.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="1296.0"/>
+ <point x="1032.0" y="1188.0"/>
+ <point x="1032.0" y="1084.0" type="curve"/>
+ <point x="1032.0" y="976.0"/>
+ <point x="972.0" y="924.0"/>
+ <point x="700.0" y="864.0" type="curve" smooth="yes"/>
+ <point x="336.0" y="780.0"/>
+ <point x="164.0" y="660.0"/>
+ <point x="164.0" y="420.0" type="curve"/>
+ <point x="164.0" y="156.0"/>
+ <point x="396.0" y="-28.0"/>
+ <point x="744.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="-28.0"/>
+ <point x="1360.0" y="216.0"/>
+ <point x="1360.0" y="468.0" type="curve"/>
+ <point x="1084.0" y="468.0" type="line"/>
+ <point x="1072.0" y="260.0"/>
+ <point x="896.0" y="192.0"/>
+ <point x="744.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="544.0" y="192.0"/>
+ <point x="440.0" y="280.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1459, 'leftMargin': 135, 'rightMargin': 129}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tonos.glif b/src/Inter-UI-Regular.ufo/glyphs/tonos.glif
index c527798d1..d9657bd90 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tonos.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tonos.glif
@@ -1,34 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tonos" format="1">
- <advance width="752"/>
+<glyph name="tonos" format="2">
+ <advance width="752.0"/>
<unicode hex="0384"/>
+ <anchor x="492.0" y="2048.0" name="_tonos"/>
+ <anchor x="312.0" y="1664.0" name="_top"/>
<outline>
<contour>
- <point x="168" y="1580" type="line"/>
- <point x="332" y="1580" type="line"/>
- <point x="492" y="2048" type="line"/>
- <point x="236" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="312" y="1664" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="492" y="2048" type="move" name="_tonos"/>
+ <point x="168.0" y="1580.0" type="line"/>
+ <point x="332.0" y="1580.0" type="line"/>
+ <point x="492.0" y="2048.0" type="line"/>
+ <point x="236.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tpalatalhook.glif b/src/Inter-UI-Regular.ufo/glyphs/tpalatalhook.glif
index 8c4067100..61b199178 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tpalatalhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tpalatalhook.glif
@@ -1,36 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tpalatalhook" format="1">
- <advance width="1008"/>
+<glyph name="tpalatalhook" format="2">
+ <advance width="1008.0"/>
<unicode hex="01AB"/>
<outline>
<contour>
- <point x="652" y="184" type="line"/>
- <point x="652" y="-164" type="line" smooth="yes"/>
- <point x="652" y="-324"/>
- <point x="556" y="-372"/>
- <point x="428" y="-372" type="curve" smooth="yes"/>
- <point x="400" y="-372"/>
- <point x="372" y="-368"/>
- <point x="352" y="-364" type="curve"/>
- <point x="352" y="-564" type="line"/>
- <point x="388" y="-576"/>
- <point x="440" y="-576"/>
- <point x="488" y="-576" type="curve" smooth="yes"/>
- <point x="712" y="-576"/>
- <point x="888" y="-428"/>
- <point x="888" y="-164" type="curve" smooth="yes"/>
- <point x="888" y="232" type="line"/>
+ <point x="652.0" y="184.0" type="line"/>
+ <point x="652.0" y="-164.0" type="line" smooth="yes"/>
+ <point x="652.0" y="-324.0"/>
+ <point x="556.0" y="-372.0"/>
+ <point x="428.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="-372.0"/>
+ <point x="372.0" y="-368.0"/>
+ <point x="352.0" y="-364.0" type="curve"/>
+ <point x="352.0" y="-564.0" type="line"/>
+ <point x="388.0" y="-576.0"/>
+ <point x="440.0" y="-576.0"/>
+ <point x="488.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="712.0" y="-576.0"/>
+ <point x="888.0" y="-428.0"/>
+ <point x="888.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="232.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="860.0" y="1536.0" type="line"/>
+ <point x="64.0" y="1536.0" type="line"/>
+ <point x="64.0" y="1316.0" type="line"/>
+ <point x="860.0" y="1316.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="296.0" y="1864.0" type="line"/>
+ <point x="296.0" y="376.0" type="line"/>
+ <point x="296.0" y="108.0"/>
+ <point x="512.0" y="-20.0"/>
+ <point x="712.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="800.0" y="-20.0"/>
+ <point x="856.0" y="-4.0"/>
+ <point x="888.0" y="8.0" type="curve"/>
+ <point x="840.0" y="220.0" type="line"/>
+ <point x="820.0" y="216.0"/>
+ <point x="788.0" y="208.0"/>
+ <point x="736.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="632.0" y="208.0"/>
+ <point x="532.0" y="240.0"/>
+ <point x="532.0" y="440.0" type="curve"/>
+ <point x="532.0" y="1864.0" type="line"/>
</contour>
- <component base="t"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 924.0, 'leftMargin': 0, 'rightMargin': 96.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/trademark.glif b/src/Inter-UI-Regular.ufo/glyphs/trademark.glif
index 05ffe43a9..cf50317e6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/trademark.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/trademark.glif
@@ -1,47 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="trademark" format="1">
- <advance width="1776"/>
+<glyph name="trademark" format="2">
+ <advance width="1776.0"/>
<unicode hex="2122"/>
<outline>
<contour>
- <point x="1348" y="1264" type="line"/>
- <point x="1476" y="1264" type="line"/>
- <point x="1476" y="2004" type="line"/>
- <point x="1316" y="2004" type="line"/>
- <point x="1124" y="1464" type="line"/>
- <point x="932" y="2004" type="line"/>
- <point x="772" y="2004" type="line"/>
- <point x="772" y="1264" type="line"/>
- <point x="900" y="1264" type="line"/>
- <point x="900" y="1800" type="line"/>
- <point x="1088" y="1264" type="line"/>
- <point x="1160" y="1264" type="line"/>
- <point x="1348" y="1800" type="line"/>
+ <point x="1348.0" y="1264.0" type="line"/>
+ <point x="1476.0" y="1264.0" type="line"/>
+ <point x="1476.0" y="2004.0" type="line"/>
+ <point x="1316.0" y="2004.0" type="line"/>
+ <point x="1124.0" y="1464.0" type="line"/>
+ <point x="932.0" y="2004.0" type="line"/>
+ <point x="772.0" y="2004.0" type="line"/>
+ <point x="772.0" y="1264.0" type="line"/>
+ <point x="900.0" y="1264.0" type="line"/>
+ <point x="900.0" y="1800.0" type="line"/>
+ <point x="1088.0" y="1264.0" type="line"/>
+ <point x="1160.0" y="1264.0" type="line"/>
+ <point x="1348.0" y="1800.0" type="line"/>
</contour>
<contour>
- <point x="664" y="2004" type="line"/>
- <point x="136" y="2004" type="line"/>
- <point x="136" y="1888" type="line"/>
- <point x="332" y="1888" type="line"/>
- <point x="332" y="1264" type="line"/>
- <point x="464" y="1264" type="line"/>
- <point x="464" y="1888" type="line"/>
- <point x="664" y="1888" type="line"/>
+ <point x="664.0" y="2004.0" type="line"/>
+ <point x="136.0" y="2004.0" type="line"/>
+ <point x="136.0" y="1888.0" type="line"/>
+ <point x="332.0" y="1888.0" type="line"/>
+ <point x="332.0" y="1264.0" type="line"/>
+ <point x="464.0" y="1264.0" type="line"/>
+ <point x="464.0" y="1888.0" type="line"/>
+ <point x="664.0" y="1888.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/triagdn.glif b/src/Inter-UI-Regular.ufo/glyphs/triagdn.glif
index 1fecb54ab..9c2773a63 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/triagdn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/triagdn.glif
@@ -1,23 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="triagdn" format="1">
- <advance width="2840"/>
+<glyph name="triagdn" format="2">
+ <advance width="2840.0"/>
<unicode hex="25BC"/>
<outline>
<contour>
- <point x="140" y="2048" type="line"/>
- <point x="1420" y="-128" type="line"/>
- <point x="2700" y="2048" type="line"/>
+ <point x="140.0" y="2048.0" type="line"/>
+ <point x="1420.0" y="-128.0" type="line"/>
+ <point x="2700.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/triagrt.glif b/src/Inter-UI-Regular.ufo/glyphs/triagrt.glif
index c2af30c4f..9c6c2bb04 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/triagrt.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/triagrt.glif
@@ -1,27 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="triagrt" format="1">
- <advance width="2576"/>
+<glyph name="triagrt" format="2">
+ <advance width="2576.0"/>
<unicode hex="25BA"/>
<outline>
<contour>
- <point x="264" y="-256" type="line"/>
- <point x="2440" y="1024" type="line"/>
- <point x="264" y="2304" type="line"/>
+ <point x="264.0" y="-256.0" type="line"/>
+ <point x="2440.0" y="1024.0" type="line"/>
+ <point x="264.0" y="2304.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/triagup.glif b/src/Inter-UI-Regular.ufo/glyphs/triagup.glif
index 1b06e8f2f..a11190f53 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/triagup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/triagup.glif
@@ -1,23 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="triagup" format="1">
- <advance width="2840"/>
+<glyph name="triagup" format="2">
+ <advance width="2840.0"/>
<unicode hex="25B2"/>
<outline>
<contour>
- <point x="140" y="0" type="line"/>
- <point x="2700" y="0" type="line"/>
- <point x="1420" y="2176" type="line"/>
+ <point x="140.0" y="0.0" type="line"/>
+ <point x="2700.0" y="0.0" type="line"/>
+ <point x="1420.0" y="2176.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/trianglebullet.glif b/src/Inter-UI-Regular.ufo/glyphs/trianglebullet.glif
index 6ed5fcf16..9c92f8867 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/trianglebullet.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/trianglebullet.glif
@@ -1,82 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="trianglebullet" format="1">
- <advance width="1408"/>
+<glyph name="trianglebullet" format="2">
+ <advance width="1408.0"/>
<unicode hex="2023"/>
+ <guideline x="1116.0" y="832.0" angle="0.0"/>
<outline>
<contour>
- <point x="364" y="364" type="line"/>
- <point x="1104" y="832" type="line"/>
- <point x="364" y="1296" type="line"/>
+ <point x="364.0" y="364.0" type="line"/>
+ <point x="1104.0" y="832.0" type="line"/>
+ <point x="364.0" y="1296.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1116</integer>
- <key>y</key>
- <integer>832</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>bullet</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>-4</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>trianglebullet</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1408</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/trthook.glif b/src/Inter-UI-Regular.ufo/glyphs/trthook.glif
index 599b61e46..602672d5d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/trthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/trthook.glif
@@ -1,50 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="trthook" format="1">
- <advance width="980"/>
+<glyph name="trthook" format="2">
+ <advance width="980.0"/>
<unicode hex="0288"/>
+ <anchor x="612.0" y="-600.0" name="bottom"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="924.0" y="2048.0" name="top0315"/>
<outline>
<contour>
- <point x="296" y="1844" type="line"/>
- <point x="296" y="-192" type="line" smooth="yes"/>
- <point x="296" y="-456"/>
- <point x="492" y="-600"/>
- <point x="720" y="-600" type="curve" smooth="yes"/>
- <point x="764" y="-600"/>
- <point x="820" y="-596"/>
- <point x="856" y="-584" type="curve"/>
- <point x="856" y="-388" type="line"/>
- <point x="832" y="-396"/>
- <point x="800" y="-396"/>
- <point x="780" y="-396" type="curve" smooth="yes"/>
- <point x="652" y="-396"/>
- <point x="532" y="-352"/>
- <point x="532" y="-192" type="curve" smooth="yes"/>
- <point x="532" y="1844" type="line"/>
+ <point x="296.0" y="1844.0" type="line"/>
+ <point x="296.0" y="-192.0" type="line" smooth="yes"/>
+ <point x="296.0" y="-456.0"/>
+ <point x="492.0" y="-600.0"/>
+ <point x="720.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="764.0" y="-600.0"/>
+ <point x="820.0" y="-596.0"/>
+ <point x="856.0" y="-584.0" type="curve"/>
+ <point x="856.0" y="-388.0" type="line"/>
+ <point x="832.0" y="-396.0"/>
+ <point x="800.0" y="-396.0"/>
+ <point x="780.0" y="-396.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="-396.0"/>
+ <point x="532.0" y="-352.0"/>
+ <point x="532.0" y="-192.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="1844.0" type="line"/>
</contour>
<contour>
- <point x="860" y="1536" type="line"/>
- <point x="64" y="1536" type="line"/>
- <point x="64" y="1316" type="line"/>
- <point x="860" y="1316" type="line"/>
- </contour>
- <contour>
- <point x="412" y="2048" type="move" name="top"/>
- </contour>
- <contour>
- <point x="612" y="-600" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="924" y="2048" type="move" name="top0315"/>
+ <point x="860.0" y="1536.0" type="line"/>
+ <point x="64.0" y="1536.0" type="line"/>
+ <point x="64.0" y="1316.0" type="line"/>
+ <point x="860.0" y="1316.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 932, 'leftMargin': 8, 'rightMargin': 96}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ts.glif b/src/Inter-UI-Regular.ufo/glyphs/ts.glif
index e81ea71e8..f54e0eda2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ts.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ts.glif
@@ -1,82 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ts" format="1">
- <advance width="2032"/>
+<glyph name="ts" format="2">
+ <advance width="2032.0"/>
<unicode hex="02A6"/>
+ <anchor x="1356.0" y="0.0" name="bottom"/>
+ <anchor x="1356.0" y="2200.0" name="top"/>
+ <anchor x="2076.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="364" y="1844" type="line"/>
- <point x="364" y="440" type="line" smooth="yes"/>
- <point x="364" y="124"/>
- <point x="524" y="0"/>
- <point x="712" y="0" type="curve" smooth="yes"/>
- <point x="912" y="0" type="line"/>
- <point x="912" y="232" type="line"/>
- <point x="796" y="232" type="line" smooth="yes"/>
- <point x="716" y="232"/>
- <point x="640" y="276"/>
- <point x="640" y="440" type="curve" smooth="yes"/>
- <point x="640" y="1844" type="line"/>
+ <point x="364.0" y="1844.0" type="line"/>
+ <point x="364.0" y="440.0" type="line" smooth="yes"/>
+ <point x="364.0" y="124.0"/>
+ <point x="524.0" y="0.0"/>
+ <point x="712.0" y="0.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="0.0" type="line"/>
+ <point x="912.0" y="232.0" type="line"/>
+ <point x="796.0" y="232.0" type="line" smooth="yes"/>
+ <point x="716.0" y="232.0"/>
+ <point x="640.0" y="276.0"/>
+ <point x="640.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="640.0" y="1844.0" type="line"/>
</contour>
<contour>
- <point x="1664" y="396" type="curve" smooth="yes"/>
- <point x="1664" y="280"/>
- <point x="1560" y="232"/>
- <point x="1360" y="232" type="curve" smooth="yes"/>
- <point x="812" y="232" type="line"/>
- <point x="812" y="0" type="line"/>
- <point x="1360" y="0" type="line" smooth="yes"/>
- <point x="1708" y="0"/>
- <point x="1940" y="156"/>
- <point x="1940" y="420" type="curve" smooth="yes"/>
- <point x="1940" y="660"/>
- <point x="1764" y="784"/>
- <point x="1384" y="868" type="curve" smooth="yes"/>
- <point x="1172" y="916"/>
- <point x="1072" y="960"/>
- <point x="1072" y="1084" type="curve" smooth="yes"/>
- <point x="1072" y="1188"/>
- <point x="1152" y="1296"/>
- <point x="1352" y="1296" type="curve" smooth="yes"/>
- <point x="1544" y="1296"/>
- <point x="1648" y="1164"/>
- <point x="1648" y="1048" type="curve"/>
- <point x="1924" y="1048" type="line"/>
- <point x="1924" y="1304"/>
- <point x="1712" y="1516"/>
- <point x="1352" y="1516" type="curve" smooth="yes"/>
- <point x="1016" y="1516"/>
- <point x="796" y="1312"/>
- <point x="796" y="1076" type="curve" smooth="yes"/>
- <point x="796" y="832"/>
- <point x="1004" y="712"/>
- <point x="1344" y="644" type="curve" smooth="yes"/>
- <point x="1620" y="588"/>
- <point x="1664" y="500"/>
+ <point x="1664.0" y="396.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="280.0"/>
+ <point x="1560.0" y="232.0"/>
+ <point x="1360.0" y="232.0" type="curve" smooth="yes"/>
+ <point x="812.0" y="232.0" type="line"/>
+ <point x="812.0" y="0.0" type="line"/>
+ <point x="1360.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1708.0" y="0.0"/>
+ <point x="1940.0" y="156.0"/>
+ <point x="1940.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1940.0" y="660.0"/>
+ <point x="1764.0" y="784.0"/>
+ <point x="1384.0" y="868.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="916.0"/>
+ <point x="1072.0" y="960.0"/>
+ <point x="1072.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="1188.0"/>
+ <point x="1152.0" y="1296.0"/>
+ <point x="1352.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="1296.0"/>
+ <point x="1648.0" y="1164.0"/>
+ <point x="1648.0" y="1048.0" type="curve"/>
+ <point x="1924.0" y="1048.0" type="line"/>
+ <point x="1924.0" y="1304.0"/>
+ <point x="1712.0" y="1516.0"/>
+ <point x="1352.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1516.0"/>
+ <point x="796.0" y="1312.0"/>
+ <point x="796.0" y="1076.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="832.0"/>
+ <point x="1004.0" y="712.0"/>
+ <point x="1344.0" y="644.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="588.0"/>
+ <point x="1664.0" y="500.0"/>
</contour>
<contour>
- <point x="1184" y="1488" type="line"/>
- <point x="92" y="1488" type="line"/>
- <point x="92" y="1284" type="line"/>
- <point x="1184" y="1284" type="line"/>
- </contour>
- <contour>
- <point x="1356" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1356" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2076" y="2200" type="move" name="top0315"/>
+ <point x="1184.0" y="1488.0" type="line"/>
+ <point x="92.0" y="1488.0" type="line"/>
+ <point x="92.0" y="1284.0" type="line"/>
+ <point x="1184.0" y="1284.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1990, 'leftMargin': 8, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tsecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/tsecyrillic.glif
index 676a31829..658a15493 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tsecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tsecyrillic.glif
@@ -1,41 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tsecyrillic" format="1">
- <advance width="1776"/>
+<glyph name="tsecyrillic" format="2">
+ <advance width="1776.0"/>
<unicode hex="0446"/>
+ <anchor x="848.0" y="1744.0" name="top"/>
+ <anchor x="1664.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="192" y="0" type="line"/>
- <point x="1400" y="0" type="line"/>
- <point x="1400" y="1488" type="line"/>
- <point x="1128" y="1488" type="line"/>
- <point x="1128" y="220" type="line"/>
- <point x="468" y="220" type="line"/>
- <point x="468" y="1488" type="line"/>
- <point x="192" y="1488" type="line"/>
+ <point x="192.0" y="0.0" type="line"/>
+ <point x="1400.0" y="0.0" type="line"/>
+ <point x="1400.0" y="1488.0" type="line"/>
+ <point x="1128.0" y="1488.0" type="line"/>
+ <point x="1128.0" y="220.0" type="line"/>
+ <point x="468.0" y="220.0" type="line"/>
+ <point x="468.0" y="1488.0" type="line"/>
+ <point x="192.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="1584" y="220" type="line"/>
- <point x="1112" y="220" type="line"/>
- <point x="1112" y="0" type="line"/>
- <point x="1312" y="0" type="line"/>
- <point x="1312" y="-440" type="line"/>
- <point x="1556" y="-440" type="line"/>
- </contour>
- <contour>
- <point x="848" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1664" y="1744" type="move" name="top0315"/>
+ <point x="1584.0" y="220.0" type="line"/>
+ <point x="1112.0" y="220.0" type="line"/>
+ <point x="1112.0" y="0.0" type="line"/>
+ <point x="1312.0" y="0.0" type="line"/>
+ <point x="1312.0" y="-440.0" type="line"/>
+ <point x="1556.0" y="-440.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1683.0, 'leftMargin': 213, 'rightMargin': 78.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tshecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/tshecyrillic.glif
index fd108a68b..3351b0cc1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tshecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tshecyrillic.glif
@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tshecyrillic" format="1">
- <advance width="1652"/>
+<glyph name="tshecyrillic" format="2">
+ <advance width="1652.0"/>
<unicode hex="045B"/>
<outline>
- <component base="h" xOffset="16"/>
- <component base="crossbar" xOffset="-188" yOffset="824"/>
+ <component base="h" xOffset="16.0"/>
+ <component base="crossbar" xOffset="-188.0" yOffset="824.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 0, 'rightMargin': 66}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tturn.glif b/src/Inter-UI-Regular.ufo/glyphs/tturn.glif
index cab91751b..538593263 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tturn.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tturn" format="1">
- <advance width="1008"/>
+<glyph name="tturn" format="2">
+ <advance width="1008.0"/>
<unicode hex="0287"/>
+ <anchor x="556.0" y="0.0" name="bottom"/>
+ <anchor x="368.0" y="2200.0" name="top"/>
+ <anchor x="972.0" y="2200.0" name="top0315"/>
<outline>
- <component base="t" xScale="-1.0" yScale="-1.0" xOffset="992" yOffset="1540"/>
- <contour>
- <point x="368" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="556" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="972" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="t" xScale="-1.0" yScale="-1.0" xOffset="992.0" yOffset="1540.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 924.0, 'leftMargin': 96, 'rightMargin': 8.0}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tugrik.glif b/src/Inter-UI-Regular.ufo/glyphs/tugrik.glif
index d7285079a..dd33033b8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tugrik.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tugrik.glif
@@ -1,37 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tugrik" format="1">
- <advance width="1808"/>
+<glyph name="tugrik" format="2">
+ <advance width="1808.0"/>
<unicode hex="20AE"/>
<outline>
<contour>
- <point x="1396" y="1552" type="line"/>
- <point x="416" y="1104" type="line"/>
- <point x="416" y="856" type="line"/>
- <point x="1396" y="1304" type="line"/>
+ <point x="1396.0" y="1552.0" type="line"/>
+ <point x="416.0" y="1104.0" type="line"/>
+ <point x="416.0" y="856.0" type="line"/>
+ <point x="1396.0" y="1304.0" type="line"/>
</contour>
<contour>
- <point x="1396" y="1084" type="line"/>
- <point x="416" y="636" type="line"/>
- <point x="416" y="388" type="line"/>
- <point x="1396" y="836" type="line"/>
+ <point x="1396.0" y="1084.0" type="line"/>
+ <point x="416.0" y="636.0" type="line"/>
+ <point x="416.0" y="388.0" type="line"/>
+ <point x="1396.0" y="836.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1028.0" y="2048.0" type="line"/>
+ <point x="780.0" y="2048.0" type="line"/>
+ <point x="780.0" y="0.0" type="line"/>
+ <point x="1028.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1672.0" y="2048.0" type="line"/>
+ <point x="136.0" y="2048.0" type="line"/>
+ <point x="136.0" y="1828.0" type="line"/>
+ <point x="1672.0" y="1828.0" type="line"/>
</contour>
- <component base="T"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1680, 'leftMargin': 128, 'rightMargin': 16}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/twelveroman.glif b/src/Inter-UI-Regular.ufo/glyphs/twelveroman.glif
index 2a5d5f3d6..aba822655 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/twelveroman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/twelveroman.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twelveroman" format="1">
- <advance width="2800"/>
+<glyph name="twelveroman" format="2">
+ <advance width="2800.0"/>
<unicode hex="217B"/>
<outline>
- <component base="x" xOffset="4"/>
- <component base="i" xOffset="1404"/>
- <component base="i" xOffset="2100"/>
+ <component base="x" xOffset="4.0"/>
+ <component base="i" xOffset="1404.0"/>
+ <component base="i" xOffset="2100.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2808, 'leftMargin': 135, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/two.glif b/src/Inter-UI-Regular.ufo/glyphs/two.glif
index f9fc05003..c2b24b53b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/two.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/two.glif
@@ -1,46 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="two" format="1">
- <advance width="1680"/>
+<glyph name="two" format="2">
+ <advance width="1680.0"/>
<unicode hex="0032"/>
<outline>
<contour>
- <point x="1516" y="220" type="line"/>
- <point x="512" y="220" type="line"/>
- <point x="512" y="232" type="line"/>
- <point x="1064" y="796" type="line" smooth="yes"/>
- <point x="1276" y="1012"/>
- <point x="1464" y="1260"/>
- <point x="1464" y="1496" type="curve" smooth="yes"/>
- <point x="1464" y="1832"/>
- <point x="1208" y="2076"/>
- <point x="832" y="2076" type="curve" smooth="yes"/>
- <point x="392" y="2076"/>
- <point x="216" y="1740"/>
- <point x="216" y="1408" type="curve"/>
- <point x="460" y="1408" type="line"/>
- <point x="460" y="1644"/>
- <point x="548" y="1872"/>
- <point x="824" y="1872" type="curve" smooth="yes"/>
- <point x="1072" y="1872"/>
- <point x="1224" y="1692"/>
- <point x="1224" y="1488" type="curve" smooth="yes"/>
- <point x="1224" y="1312"/>
- <point x="1108" y="1176"/>
- <point x="860" y="920" type="curve" smooth="yes"/>
- <point x="140" y="180" type="line"/>
- <point x="140" y="0" type="line"/>
- <point x="1516" y="0" type="line"/>
+ <point x="1516.0" y="220.0" type="line"/>
+ <point x="512.0" y="220.0" type="line"/>
+ <point x="512.0" y="232.0" type="line"/>
+ <point x="1064.0" y="796.0" type="line" smooth="yes"/>
+ <point x="1276.0" y="1012.0"/>
+ <point x="1464.0" y="1260.0"/>
+ <point x="1464.0" y="1496.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="1832.0"/>
+ <point x="1208.0" y="2076.0"/>
+ <point x="832.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2076.0"/>
+ <point x="216.0" y="1740.0"/>
+ <point x="216.0" y="1408.0" type="curve"/>
+ <point x="460.0" y="1408.0" type="line"/>
+ <point x="460.0" y="1644.0"/>
+ <point x="548.0" y="1872.0"/>
+ <point x="824.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="1872.0"/>
+ <point x="1224.0" y="1692.0"/>
+ <point x="1224.0" y="1488.0" type="curve" smooth="yes"/>
+ <point x="1224.0" y="1312.0"/>
+ <point x="1108.0" y="1176.0"/>
+ <point x="860.0" y="920.0" type="curve" smooth="yes"/>
+ <point x="140.0" y="180.0" type="line"/>
+ <point x="140.0" y="0.0" type="line"/>
+ <point x="1516.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/two.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/two.sup.glif
index b631ba43f..0dc854dcf 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/two.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/two.sup.glif
@@ -1,50 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="two.sup" format="1">
- <advance width="1264"/>
+<glyph name="two.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="1060" y="188" type="line"/>
- <point x="524" y="188" type="line"/>
- <point x="756" y="376" type="line" smooth="yes"/>
- <point x="920" y="520"/>
- <point x="1020" y="628"/>
- <point x="1020" y="772" type="curve" smooth="yes"/>
- <point x="1020" y="976"/>
- <point x="872" y="1100"/>
- <point x="620" y="1100" type="curve" smooth="yes"/>
- <point x="360" y="1100"/>
- <point x="204" y="936"/>
- <point x="204" y="740" type="curve"/>
- <point x="436" y="740" type="line"/>
- <point x="436" y="840"/>
- <point x="496" y="916"/>
- <point x="628" y="916" type="curve" smooth="yes"/>
- <point x="728" y="916"/>
- <point x="788" y="856"/>
- <point x="788" y="772" type="curve" smooth="yes"/>
- <point x="788" y="712"/>
- <point x="748" y="636"/>
- <point x="624" y="528" type="curve" smooth="yes"/>
- <point x="228" y="156" type="line"/>
- <point x="228" y="0" type="line"/>
- <point x="1060" y="0" type="line"/>
+ <point x="1060.0" y="188.0" type="line"/>
+ <point x="524.0" y="188.0" type="line"/>
+ <point x="756.0" y="376.0" type="line" smooth="yes"/>
+ <point x="920.0" y="520.0"/>
+ <point x="1020.0" y="628.0"/>
+ <point x="1020.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="976.0"/>
+ <point x="872.0" y="1100.0"/>
+ <point x="620.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1100.0"/>
+ <point x="204.0" y="936.0"/>
+ <point x="204.0" y="740.0" type="curve"/>
+ <point x="436.0" y="740.0" type="line"/>
+ <point x="436.0" y="840.0"/>
+ <point x="496.0" y="916.0"/>
+ <point x="628.0" y="916.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="916.0"/>
+ <point x="788.0" y="856.0"/>
+ <point x="788.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="712.0"/>
+ <point x="748.0" y="636.0"/>
+ <point x="624.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="228.0" y="156.0" type="line"/>
+ <point x="228.0" y="0.0" type="line"/>
+ <point x="1060.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 88, 'rightMargin': 92}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/two.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/two.tnum.glif
index 70e97d09a..30da973a2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/two.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/two.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="two.tnum" format="1">
- <advance width="1680"/>
+<glyph name="two.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="two"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/twodotleader.glif b/src/Inter-UI-Regular.ufo/glyphs/twodotleader.glif
index 7419b640d..22d82d102 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/twodotleader.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/twodotleader.glif
@@ -1,24 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twodotleader" format="1">
- <advance width="1544"/>
+<glyph name="twodotleader" format="2">
+ <advance width="1544.0"/>
<unicode hex="2025"/>
<outline>
<component base="period"/>
- <component base="period" xOffset="768"/>
+ <component base="period" xOffset="768.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/tworoman.glif b/src/Inter-UI-Regular.ufo/glyphs/tworoman.glif
index b4e9e7779..3db4fb40b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/tworoman.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/tworoman.glif
@@ -1,26 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="tworoman" format="1">
- <advance width="1264"/>
+<glyph name="tworoman" format="2">
+ <advance width="1264.0"/>
<unicode hex="2171"/>
<outline>
- <component base="i" xOffset="-108"/>
- <component base="i" xOffset="588"/>
+ <component base="i" xOffset="-108.0"/>
+ <component base="i" xOffset="588.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1398, 'leftMargin': 216, 'rightMargin': 150}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/twostroke.glif b/src/Inter-UI-Regular.ufo/glyphs/twostroke.glif
index f2f8b58a0..31860b670 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/twostroke.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/twostroke.glif
@@ -1,39 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twostroke" format="1">
- <advance width="1680"/>
+<glyph name="twostroke" format="2">
+ <advance width="1680.0"/>
<unicode hex="01BB"/>
+ <guideline x="1476.0" y="80.0" angle="90.0"/>
<outline>
<component base="two"/>
- <component base="crossbar" xOffset="440"/>
+ <component base="crossbar" xOffset="440.0"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1476</integer>
- <key>y</key>
- <integer>80</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1596, 'leftMargin': 256, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/twosub.glif b/src/Inter-UI-Regular.ufo/glyphs/twosub.glif
index aec1c3bb4..74b26246e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/twosub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/twosub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twosub" format="1">
- <advance width="1264"/>
+<glyph name="twosub" format="2">
+ <advance width="1264.0"/>
<unicode hex="2082"/>
<outline>
- <component base="two.sup" xOffset="-16" yOffset="-504"/>
+ <component base="two.sup" xOffset="-16.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 212, 'rightMargin': -31}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/twosuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/twosuperior.glif
index 721624b6b..bc0cf7e46 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/twosuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/twosuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twosuperior" format="1">
- <advance width="1264"/>
+<glyph name="twosuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="00B2"/>
<outline>
- <component base="two.sup" xOffset="108" yOffset="916"/>
+ <component base="two.sup" xOffset="108.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 88, 'rightMargin': 92}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/twothirds.glif b/src/Inter-UI-Regular.ufo/glyphs/twothirds.glif
index 138656c3a..c7b0a83f1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/twothirds.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/twothirds.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="twothirds" format="1">
- <advance width="2800"/>
+<glyph name="twothirds" format="2">
+ <advance width="2800.0"/>
<unicode hex="2154"/>
<outline>
- <component base="two.sup" xOffset="112" yOffset="912"/>
- <component base="fraction" xOffset="776"/>
- <component base="three.sup" xOffset="1664"/>
+ <component base="two.sup" xOffset="112.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="776.0"/>
+ <component base="three.sup" xOffset="1664.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2779, 'leftMargin': 144, 'rightMargin': 248}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/u.glif b/src/Inter-UI-Regular.ufo/glyphs/u.glif
index 23b578cb3..3a44124a0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/u.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/u.glif
@@ -1,86 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="u" format="1">
- <advance width="1636"/>
+<glyph name="u" format="2">
+ <advance width="1636.0"/>
<unicode hex="0075"/>
+ <guideline x="812.0" y="1476.0" angle="90.0"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="788.0" y="0.0" name="bottomu"/>
+ <anchor x="1272.0" y="0.0" name="ogonek"/>
+ <anchor x="1184.0" y="900.0" name="rhotichook"/>
+ <anchor x="820.0" y="1792.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1184" y="608" type="line" smooth="yes"/>
- <point x="1184" y="320"/>
- <point x="964" y="208"/>
- <point x="788" y="208" type="curve" smooth="yes"/>
- <point x="592" y="208"/>
- <point x="452" y="336"/>
- <point x="452" y="560" type="curve" smooth="yes"/>
- <point x="452" y="1536" type="line"/>
- <point x="216" y="1536" type="line"/>
- <point x="216" y="560" type="line" smooth="yes"/>
- <point x="216" y="156"/>
- <point x="488" y="-20"/>
- <point x="712" y="-20" type="curve" smooth="yes"/>
- <point x="944" y="-20"/>
- <point x="1092" y="100"/>
- <point x="1168" y="216" type="curve"/>
- <point x="1184" y="216" type="line"/>
- <point x="1184" y="0" type="line"/>
- <point x="1420" y="0" type="line"/>
- <point x="1420" y="1536" type="line"/>
- <point x="1184" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="820" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1272" y="0" type="move" name="ogonek"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottomu"/>
- </contour>
- <contour>
- <point x="1476" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1476" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1184" y="900" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1440" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
+ <point x="1184.0" y="608.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="320.0"/>
+ <point x="964.0" y="208.0"/>
+ <point x="788.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="208.0"/>
+ <point x="452.0" y="336.0"/>
+ <point x="452.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="560.0" type="line" smooth="yes"/>
+ <point x="216.0" y="156.0"/>
+ <point x="488.0" y="-20.0"/>
+ <point x="712.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="-20.0"/>
+ <point x="1092.0" y="100.0"/>
+ <point x="1168.0" y="216.0" type="curve"/>
+ <point x="1184.0" y="216.0" type="line"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="1536.0" type="line"/>
+ <point x="1184.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>812</integer>
- <key>y</key>
- <integer>1476</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uacute.glif b/src/Inter-UI-Regular.ufo/glyphs/uacute.glif
new file mode 100644
index 000000000..4d6cfea1f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uacute" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="00FA"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2284.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="acute" xOffset="512.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ubar.glif b/src/Inter-UI-Regular.ufo/glyphs/ubar.glif
index ed307b46b..ae1835fec 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ubar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ubar.glif
@@ -1,33 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ubar" format="1">
- <advance width="1724"/>
+<glyph name="ubar" format="2">
+ <advance width="1724.0"/>
<unicode hex="0289"/>
+ <anchor x="752.0" y="0.0" name="bottom"/>
+ <anchor x="752.0" y="1776.0" name="top"/>
+ <anchor x="1652.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1728" y="996" type="line"/>
- <point x="-4" y="996" type="line"/>
- <point x="-4" y="796" type="line"/>
- <point x="1728" y="796" type="line"/>
+ <point x="1728.0" y="996.0" type="line"/>
+ <point x="-4.0" y="996.0" type="line"/>
+ <point x="-4.0" y="796.0" type="line"/>
+ <point x="1728.0" y="796.0" type="line"/>
</contour>
- <component base="u" xOffset="44"/>
<contour>
- <point x="752" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="752" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1652" y="1776" type="move" name="top0315"/>
+ <point x="1228.0" y="608.0" type="line" smooth="yes"/>
+ <point x="1228.0" y="320.0"/>
+ <point x="1008.0" y="208.0"/>
+ <point x="832.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="636.0" y="208.0"/>
+ <point x="496.0" y="336.0"/>
+ <point x="496.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="1536.0" type="line"/>
+ <point x="260.0" y="1536.0" type="line"/>
+ <point x="260.0" y="560.0" type="line" smooth="yes"/>
+ <point x="260.0" y="156.0"/>
+ <point x="532.0" y="-20.0"/>
+ <point x="756.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="988.0" y="-20.0"/>
+ <point x="1136.0" y="100.0"/>
+ <point x="1212.0" y="216.0" type="curve"/>
+ <point x="1228.0" y="216.0" type="line"/>
+ <point x="1228.0" y="0.0" type="line"/>
+ <point x="1464.0" y="0.0" type="line"/>
+ <point x="1464.0" y="1536.0" type="line"/>
+ <point x="1228.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1786, 'leftMargin': 28, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ubreve.glif b/src/Inter-UI-Regular.ufo/glyphs/ubreve.glif
new file mode 100644
index 000000000..0a46d87e0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ubreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ubreve" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="016D"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2236.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="breve" xOffset="192.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ucaron.glif b/src/Inter-UI-Regular.ufo/glyphs/ucaron.glif
new file mode 100644
index 000000000..9d9bd6151
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ucaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ucaron" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="01D4"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2248.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="caron" xOffset="176.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ucircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/ucircumflex.glif
new file mode 100644
index 000000000..6a7a338b0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ucircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ucircumflex" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="00FB"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2256.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="circumflex" xOffset="176.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ucircumflexbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ucircumflexbelow.glif
new file mode 100644
index 000000000..fc50b3d47
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ucircumflexbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ucircumflexbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E77"/>
+ <anchor x="788.0" y="-558.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="1792.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="circumflexsubnosp" xOffset="1600.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ucyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ucyrillic.glif
new file mode 100644
index 000000000..7974cf761
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ucyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ucyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0443"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="1792.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udblgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/udblgrave.glif
new file mode 100644
index 000000000..5d22096ef
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/udblgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udblgrave" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0215"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2218.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dblgravecmb" xOffset="1440.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/udieresis.glif
index 322920666..efc19a72a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/udieresis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/udieresis.glif
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="udieresis" format="1">
- <advance width="1636"/>
+<glyph name="udieresis" format="2">
+ <advance width="1636.0"/>
<unicode hex="00FC"/>
<outline>
- <component base="dieresis" xOffset="-8"/>
+ <component base="dieresis" xOffset="-8.0"/>
<component base="u"/>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udieresisacute.glif b/src/Inter-UI-Regular.ufo/glyphs/udieresisacute.glif
new file mode 100644
index 000000000..737d9ded3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/udieresisacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresisacute" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="01D8"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2686.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dieresisacutecomb.lc" xOffset="1632.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udieresisbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/udieresisbelow.glif
new file mode 100644
index 000000000..6f412977d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/udieresisbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresisbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E73"/>
+ <anchor x="788.0" y="-494.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="1792.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dotdblsubnosp" xOffset="1728.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udieresiscaron.glif b/src/Inter-UI-Regular.ufo/glyphs/udieresiscaron.glif
new file mode 100644
index 000000000..d96694254
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/udieresiscaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresiscaron" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="01DA"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2665.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dieresiscaroncomb.lc" xOffset="1632.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/udieresiscyrillic.glif
new file mode 100644
index 000000000..a21e257fa
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/udieresiscyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresiscyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04F1"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2172.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="dieresis" xOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udieresisgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/udieresisgrave.glif
new file mode 100644
index 000000000..2e0dd7a47
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/udieresisgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresisgrave" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="01DC"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2686.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dieresisgravecomb.lc" xOffset="1632.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udieresismacron.glif b/src/Inter-UI-Regular.ufo/glyphs/udieresismacron.glif
new file mode 100644
index 000000000..9ba106ac8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/udieresismacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udieresismacron" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="01D6"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2600.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dieresismacroncomb.lc" xOffset="1632.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/udotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/udotbelow.glif
new file mode 100644
index 000000000..ece42ef8a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/udotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="udotbelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EE5"/>
+ <anchor x="788.0" y="-495.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="1792.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="dotbelow" xOffset="1616.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ugrave.glif b/src/Inter-UI-Regular.ufo/glyphs/ugrave.glif
new file mode 100644
index 000000000..acbf3b533
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ugrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ugrave" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="00F9"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2284.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="grave" xOffset="320.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/uhookabove.glif
new file mode 100644
index 000000000..ffd9cba86
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhookabove" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1EE7"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2410.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="hook" xOffset="1632.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhorn.glif b/src/Inter-UI-Regular.ufo/glyphs/uhorn.glif
index 0f55ad74b..81efdd7cd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uhorn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhorn.glif
@@ -1,43 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uhorn" format="1">
- <advance width="1752"/>
+<glyph name="uhorn" format="2">
+ <advance width="1752.0"/>
<unicode hex="01B0"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="708.0" y="0.0" name="bottomu"/>
+ <anchor x="1412.0" y="0.0" name="right"/>
+ <anchor x="832.0" y="1792.0" name="top"/>
+ <anchor x="1772.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="1600" y="1604" type="line"/>
- <point x="1600" y="1396"/>
- <point x="1596" y="1308"/>
- <point x="1348" y="1308" type="curve"/>
- <point x="1348" y="1144" type="line"/>
- <point x="1708" y="1144"/>
- <point x="1808" y="1300"/>
- <point x="1808" y="1604" type="curve"/>
+ <point x="1600.0" y="1604.0" type="line"/>
+ <point x="1600.0" y="1396.0"/>
+ <point x="1596.0" y="1308.0"/>
+ <point x="1348.0" y="1308.0" type="curve"/>
+ <point x="1348.0" y="1144.0" type="line"/>
+ <point x="1708.0" y="1144.0"/>
+ <point x="1808.0" y="1300.0"/>
+ <point x="1808.0" y="1604.0" type="curve"/>
</contour>
- <component base="u"/>
<contour>
- <point x="832" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1412" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="1772" y="1744" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="708" y="0" type="move" name="bottomu"/>
- </contour>
- <contour>
- <point x="784" y="0" type="move" name="bottom"/>
+ <point x="1184.0" y="608.0" type="line" smooth="yes"/>
+ <point x="1184.0" y="320.0"/>
+ <point x="964.0" y="208.0"/>
+ <point x="788.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="592.0" y="208.0"/>
+ <point x="452.0" y="336.0"/>
+ <point x="452.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ <point x="216.0" y="560.0" type="line" smooth="yes"/>
+ <point x="216.0" y="156.0"/>
+ <point x="488.0" y="-20.0"/>
+ <point x="712.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="-20.0"/>
+ <point x="1092.0" y="100.0"/>
+ <point x="1168.0" y="216.0" type="curve"/>
+ <point x="1184.0" y="216.0" type="line"/>
+ <point x="1184.0" y="0.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ <point x="1420.0" y="1536.0" type="line"/>
+ <point x="1184.0" y="1536.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1763, 'leftMargin': 256, 'rightMargin': -36}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhornacute.glif b/src/Inter-UI-Regular.ufo/glyphs/uhornacute.glif
new file mode 100644
index 000000000..dc0ca0461
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhornacute.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhornacute" format="2">
+ <advance width="1752.0"/>
+ <unicode hex="1EE9"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2284.0" name="top"/>
+ <anchor x="1772.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="acute" xOffset="520.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhorndotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/uhorndotbelow.glif
new file mode 100644
index 000000000..c576a1c7d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhorndotbelow.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhorndotbelow" format="2">
+ <advance width="1752.0"/>
+ <unicode hex="1EF1"/>
+ <anchor x="784.0" y="-495.0" name="bottom"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="1792.0" name="top"/>
+ <anchor x="1772.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="dotbelow" xOffset="1608.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhorngrave.glif b/src/Inter-UI-Regular.ufo/glyphs/uhorngrave.glif
new file mode 100644
index 000000000..937cb71c2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhorngrave.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhorngrave" format="2">
+ <advance width="1752.0"/>
+ <unicode hex="1EEB"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2284.0" name="top"/>
+ <anchor x="1772.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="grave" xOffset="336.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhornhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/uhornhookabove.glif
new file mode 100644
index 000000000..84b4ce49c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhornhookabove.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhornhookabove" format="2">
+ <advance width="1752.0"/>
+ <unicode hex="1EED"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2410.0" name="top"/>
+ <anchor x="1772.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="hook" xOffset="1648.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhorntilde.glif b/src/Inter-UI-Regular.ufo/glyphs/uhorntilde.glif
new file mode 100644
index 000000000..07e6d0d65
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhorntilde.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhorntilde" format="2">
+ <advance width="1752.0"/>
+ <unicode hex="1EEF"/>
+ <anchor x="784.0" y="0.0" name="bottom"/>
+ <anchor x="832.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2208.0" name="top"/>
+ <anchor x="1772.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="uhorn"/>
+ <component base="tilde" xOffset="200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhungarumlaut.glif b/src/Inter-UI-Regular.ufo/glyphs/uhungarumlaut.glif
new file mode 100644
index 000000000..586e82780
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhungarumlaut.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhungarumlaut" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0171"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2244.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="hungarumlaut" xOffset="336.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uhungarumlautcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/uhungarumlautcyrillic.glif
new file mode 100644
index 000000000..ff19bf0b3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uhungarumlautcyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uhungarumlautcyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04F3"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2244.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="hungarumlaut" xOffset="296.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uinvertedbreve.glif b/src/Inter-UI-Regular.ufo/glyphs/uinvertedbreve.glif
new file mode 100644
index 000000000..e1d468fca
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uinvertedbreve.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uinvertedbreve" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0217"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2259.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="breveinvnosp" xOffset="1632.0" yOffset="144.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ukcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ukcyrillic.glif
new file mode 100644
index 000000000..029d2cb00
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ukcyrillic.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ukcyrillic" format="2">
+ <advance width="3504.0"/>
+ <unicode hex="0479"/>
+ <outline>
+ <component base="o" xOffset="256.0"/>
+ <component base="y" xOffset="1936.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/umacron.glif b/src/Inter-UI-Regular.ufo/glyphs/umacron.glif
new file mode 100644
index 000000000..323582851
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/umacron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="umacron" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="016B"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2200.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="macron" xOffset="200.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/umacroncyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/umacroncyrillic.glif
new file mode 100644
index 000000000..eb33ae038
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/umacroncyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="umacroncyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="04EF"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2200.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="macron" xOffset="160.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/umacrondieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/umacrondieresis.glif
new file mode 100644
index 000000000..420d54492
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/umacrondieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="umacrondieresis" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E7B"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2600.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="macrondieresiscomb.lc" xOffset="1632.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/underscore.glif b/src/Inter-UI-Regular.ufo/glyphs/underscore.glif
index 229cc7d44..5c3d9d7b7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/underscore.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/underscore.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="underscore" format="1">
- <advance width="1272"/>
+<glyph name="underscore" format="2">
+ <advance width="1272.0"/>
<unicode hex="005F"/>
+ <anchor x="632.0" y="216.0" name="_bottom"/>
<outline>
<contour>
- <point x="1276" y="0" type="line"/>
- <point x="-4" y="0" type="line"/>
- <point x="-4" y="-220" type="line"/>
- <point x="1276" y="-220" type="line"/>
- </contour>
- <contour>
- <point x="632" y="216" type="move" name="_bottom"/>
+ <point x="1276.0" y="0.0" type="line"/>
+ <point x="-4.0" y="0.0" type="line"/>
+ <point x="-4.0" y="-220.0" type="line"/>
+ <point x="1276.0" y="-220.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/underscoredbl.glif b/src/Inter-UI-Regular.ufo/glyphs/underscoredbl.glif
index 37ac30a71..0ab65d180 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/underscoredbl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/underscoredbl.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="underscoredbl" format="1">
- <advance width="1272"/>
+<glyph name="underscoredbl" format="2">
+ <advance width="1272.0"/>
<unicode hex="2017"/>
<outline>
<contour>
- <point x="1276" y="-352" type="line"/>
- <point x="-4" y="-352" type="line"/>
- <point x="-4" y="-572" type="line"/>
- <point x="1276" y="-572" type="line"/>
+ <point x="1276.0" y="-352.0" type="line"/>
+ <point x="-4.0" y="-352.0" type="line"/>
+ <point x="-4.0" y="-572.0" type="line"/>
+ <point x="1276.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="1276" y="0" type="line"/>
- <point x="-4" y="0" type="line"/>
- <point x="-4" y="-220" type="line"/>
- <point x="1276" y="-220" type="line"/>
+ <point x="1276.0" y="0.0" type="line"/>
+ <point x="-4.0" y="0.0" type="line"/>
+ <point x="-4.0" y="-220.0" type="line"/>
+ <point x="1276.0" y="-220.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1286, 'leftMargin': 8, 'rightMargin': 7}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/underscoredblnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/underscoredblnosp.glif
index fbf91d63f..e2b029394 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/underscoredblnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/underscoredblnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="underscoredblnosp" format="1">
- <advance width="0"/>
+<glyph name="underscoredblnosp" format="2">
<unicode hex="0333"/>
+ <anchor x="-809.0" y="0.0" name="_markbottom"/>
+ <anchor x="-807.0" y="-689.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-172" y="-116" type="line"/>
- <point x="-1452" y="-116" type="line"/>
- <point x="-1452" y="-336" type="line"/>
- <point x="-172" y="-336" type="line"/>
+ <point x="-172.0" y="-116.0" type="line"/>
+ <point x="-1452.0" y="-116.0" type="line"/>
+ <point x="-1452.0" y="-336.0" type="line"/>
+ <point x="-172.0" y="-336.0" type="line"/>
</contour>
<contour>
- <point x="-172" y="-468" type="line"/>
- <point x="-1452" y="-468" type="line"/>
- <point x="-1452" y="-688" type="line"/>
- <point x="-172" y="-688" type="line"/>
- </contour>
- <contour>
- <point x="-809" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-807" y="-689" type="move" name="mkmkbottom_acc"/>
+ <point x="-172.0" y="-468.0" type="line"/>
+ <point x="-1452.0" y="-468.0" type="line"/>
+ <point x="-1452.0" y="-688.0" type="line"/>
+ <point x="-172.0" y="-688.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/underscorenosp.glif b/src/Inter-UI-Regular.ufo/glyphs/underscorenosp.glif
index e5a607a97..4faa98376 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/underscorenosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/underscorenosp.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="underscorenosp" format="1">
- <advance width="0"/>
+<glyph name="underscorenosp" format="2">
<unicode hex="0332"/>
+ <anchor x="-809.0" y="0.0" name="_markbottom"/>
+ <anchor x="-809.0" y="-418.0" name="mkmkbottom_acc"/>
<outline>
- <component base="underscore" xOffset="-1451" yOffset="-198"/>
- <contour>
- <point x="-809" y="-418" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-809" y="0" type="move" name="_markbottom"/>
- </contour>
+ <component base="underscore" xOffset="-1451.0" yOffset="-198.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/undertie.glif b/src/Inter-UI-Regular.ufo/glyphs/undertie.glif
index 59f1600b7..057fd0b25 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/undertie.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/undertie.glif
@@ -1,40 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="undertie" format="1">
- <advance width="2288"/>
+<glyph name="undertie" format="2">
+ <advance width="2288.0"/>
<unicode hex="203F"/>
<outline>
<contour>
- <point x="1144" y="-664" type="curve" smooth="yes"/>
- <point x="1688" y="-664"/>
- <point x="2020" y="-480"/>
- <point x="2188" y="-268" type="curve"/>
- <point x="2060" y="-160" type="line"/>
- <point x="1872" y="-280"/>
- <point x="1584" y="-388"/>
- <point x="1144" y="-388" type="curve" smooth="yes"/>
- <point x="704" y="-388"/>
- <point x="440" y="-288"/>
- <point x="256" y="-160" type="curve"/>
- <point x="104" y="-268" type="line"/>
- <point x="312" y="-496"/>
- <point x="600" y="-664"/>
+ <point x="1144.0" y="-664.0" type="curve" smooth="yes"/>
+ <point x="1688.0" y="-664.0"/>
+ <point x="2020.0" y="-480.0"/>
+ <point x="2188.0" y="-268.0" type="curve"/>
+ <point x="2060.0" y="-160.0" type="line"/>
+ <point x="1872.0" y="-280.0"/>
+ <point x="1584.0" y="-388.0"/>
+ <point x="1144.0" y="-388.0" type="curve" smooth="yes"/>
+ <point x="704.0" y="-388.0"/>
+ <point x="440.0" y="-288.0"/>
+ <point x="256.0" y="-160.0" type="curve"/>
+ <point x="104.0" y="-268.0" type="line"/>
+ <point x="312.0" y="-496.0"/>
+ <point x="600.0" y="-664.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2138, 'leftMargin': 28, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0069.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0069.ccmp.glif
index 31232151f..26e0d00a4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0069.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0069.ccmp.glif
@@ -1,33 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0069.ccmp" format="1">
- <advance width="752"/>
+<glyph name="uni0069.ccmp" format="2">
+ <advance width="752.0"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="352.0" y="1776.0" name="top"/>
+ <anchor x="712.0" y="1776.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="-8"/>
- <contour>
- <point x="352" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="712" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="348" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="-8.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.9763825535774231</real>
- <real>0.2888321667515325</real>
- <real>0.8148636841244352</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': 256, 'rightMargin': 216}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.976,0.29,0.816,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni006A_.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni006A_.ccmp.glif
index f642a58df..312c03045 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni006A_.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni006A_.ccmp.glif
@@ -1,46 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni006A.ccmp" format="1">
- <advance width="668"/>
+<glyph name="uni006A.ccmp" format="2">
+ <advance width="668.0"/>
+ <guideline x="332.0" y="1648.0" angle="90.0"/>
+ <anchor x="256.0" y="-632.0" name="bottom"/>
+ <anchor x="332.0" y="1716.0" name="top"/>
+ <anchor x="776.0" y="1716.0" name="top0315"/>
<outline>
<component base="dotlessj"/>
- <contour>
- <point x="332" y="1716" type="move" name="top"/>
- </contour>
- <contour>
- <point x="776" y="1716" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="256" y="-632" type="move" name="bottom"/>
- </contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>332</integer>
- <key>y</key>
- <integer>1648</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8953856825828552</real>
- <real>0.25325059269374833</real>
- <real>0.846124574218061</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 723, 'leftMargin': -92, 'rightMargin': 213}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.894,0.255,0.847,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni012F_.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni012F_.ccmp.glif
index e8d39fd59..9f41535e9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni012F_.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni012F_.ccmp.glif
@@ -1,34 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni012F.ccmp" format="1">
- <advance width="668"/>
+<glyph name="uni012F.ccmp" format="2">
+ <advance width="668.0"/>
+ <anchor x="480.0" y="-632.0" name="bottom"/>
+ <anchor x="488.0" y="1776.0" name="top"/>
+ <anchor x="844.0" y="1776.0" name="top0315"/>
<outline>
<component base="i"/>
- <component base="ogonek" xOffset="-148"/>
- <contour>
- <point x="488" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="844" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="480" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="ogonek" xOffset="-144.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8953856825828552</real>
- <real>0.229125253643056</real>
- <real>0.8712183052476337</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': -10, 'rightMargin': 216}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 06:20:22</string>
+ <key>public.markColor</key>
+ <string>0.894,0.227,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni01F6_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni01F6_.glif
deleted file mode 100644
index bb1c07ff0..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni01F6_.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni01F6" format="1">
- <advance width="3136"/>
- <unicode hex="01F6"/>
- <outline>
- <contour>
- <point x="2672" y="1536" type="line"/>
- <point x="2672" y="648" type="line" smooth="yes"/>
- <point x="2672" y="340"/>
- <point x="2528" y="200"/>
- <point x="2260" y="200" type="curve" smooth="yes"/>
- <point x="1992" y="200"/>
- <point x="1836" y="340"/>
- <point x="1836" y="648" type="curve" smooth="yes"/>
- <point x="1836" y="776" type="line"/>
- <point x="1588" y="776" type="line"/>
- <point x="1588" y="648" type="line" smooth="yes"/>
- <point x="1588" y="204"/>
- <point x="1860" y="-28"/>
- <point x="2260" y="-28" type="curve" smooth="yes"/>
- <point x="2648" y="-28"/>
- <point x="2920" y="196"/>
- <point x="2920" y="648" type="curve" smooth="yes"/>
- <point x="2920" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="1624" y="1136" type="line"/>
- <point x="452" y="1136" type="line"/>
- <point x="452" y="916" type="line"/>
- <point x="1624" y="916" type="line"/>
- </contour>
- <contour>
- <point x="496" y="2048" type="line"/>
- <point x="248" y="2048" type="line"/>
- <point x="248" y="0" type="line"/>
- <point x="496" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1836" y="2048" type="line"/>
- <point x="1588" y="2048" type="line"/>
- <point x="1588" y="704" type="line"/>
- <point x="1836" y="704" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3059, 'leftMargin': 228, 'rightMargin': 176}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni01F7_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni01F7_.glif
deleted file mode 100644
index 777e164c0..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni01F7_.glif
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni01F7" format="1">
- <advance width="1776"/>
- <unicode hex="01F7"/>
- <outline>
- <contour>
- <point x="444" y="2004" type="line"/>
- <point x="156" y="2004" type="line"/>
- <point x="156" y="-572" type="line"/>
- <point x="444" y="-572" type="line"/>
- </contour>
- <contour>
- <point x="292" y="-248" type="line"/>
- <point x="1040" y="-160"/>
- <point x="1620" y="424"/>
- <point x="1620" y="1124" type="curve" smooth="yes"/>
- <point x="1620" y="1196" type="line" smooth="yes"/>
- <point x="1620" y="1756"/>
- <point x="1308" y="2032"/>
- <point x="808" y="2032" type="curve" smooth="yes"/>
- <point x="616" y="2032"/>
- <point x="464" y="1980"/>
- <point x="348" y="1892" type="curve"/>
- <point x="348" y="1352" type="line"/>
- <point x="392" y="1624"/>
- <point x="504" y="1800"/>
- <point x="808" y="1800" type="curve" smooth="yes"/>
- <point x="1164" y="1800"/>
- <point x="1336" y="1616"/>
- <point x="1336" y="1200" type="curve" smooth="yes"/>
- <point x="1336" y="1124" type="line" smooth="yes"/>
- <point x="1336" y="656"/>
- <point x="1012" y="92"/>
- <point x="292" y="-20" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1856, 'leftMargin': 228, 'rightMargin': 163}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni01F_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni01F_6.glif
new file mode 100644
index 000000000..ee34db3a4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni01F_6.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni01F6" format="2">
+ <advance width="3136.0"/>
+ <unicode hex="01F6"/>
+ <outline>
+ <contour>
+ <point x="2672.0" y="1536.0" type="line"/>
+ <point x="2672.0" y="648.0" type="line" smooth="yes"/>
+ <point x="2672.0" y="340.0"/>
+ <point x="2528.0" y="200.0"/>
+ <point x="2260.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1992.0" y="200.0"/>
+ <point x="1836.0" y="340.0"/>
+ <point x="1836.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="1836.0" y="776.0" type="line"/>
+ <point x="1588.0" y="776.0" type="line"/>
+ <point x="1588.0" y="648.0" type="line" smooth="yes"/>
+ <point x="1588.0" y="204.0"/>
+ <point x="1860.0" y="-28.0"/>
+ <point x="2260.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2648.0" y="-28.0"/>
+ <point x="2920.0" y="196.0"/>
+ <point x="2920.0" y="648.0" type="curve" smooth="yes"/>
+ <point x="2920.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1624.0" y="1136.0" type="line"/>
+ <point x="452.0" y="1136.0" type="line"/>
+ <point x="452.0" y="916.0" type="line"/>
+ <point x="1624.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1836.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="2048.0" type="line"/>
+ <point x="1588.0" y="704.0" type="line"/>
+ <point x="1836.0" y="704.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni01F_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni01F_7.glif
new file mode 100644
index 000000000..2a5d03a6d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni01F_7.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni01F7" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="01F7"/>
+ <outline>
+ <contour>
+ <point x="444.0" y="2004.0" type="line"/>
+ <point x="156.0" y="2004.0" type="line"/>
+ <point x="156.0" y="-572.0" type="line"/>
+ <point x="444.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="292.0" y="-248.0" type="line"/>
+ <point x="1040.0" y="-160.0"/>
+ <point x="1620.0" y="424.0"/>
+ <point x="1620.0" y="1124.0" type="curve" smooth="yes"/>
+ <point x="1620.0" y="1196.0" type="line" smooth="yes"/>
+ <point x="1620.0" y="1756.0"/>
+ <point x="1308.0" y="2032.0"/>
+ <point x="808.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="2032.0"/>
+ <point x="464.0" y="1980.0"/>
+ <point x="348.0" y="1892.0" type="curve"/>
+ <point x="348.0" y="1352.0" type="line"/>
+ <point x="392.0" y="1624.0"/>
+ <point x="504.0" y="1800.0"/>
+ <point x="808.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1164.0" y="1800.0"/>
+ <point x="1336.0" y="1616.0"/>
+ <point x="1336.0" y="1200.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="1124.0" type="line" smooth="yes"/>
+ <point x="1336.0" y="656.0"/>
+ <point x="1012.0" y="92.0"/>
+ <point x="292.0" y="-20.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni01F_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni01F_8.glif
new file mode 100644
index 000000000..b917b2174
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni01F_8.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni01F8" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="01F8"/>
+ <anchor x="996.0" y="16.0" name="bottom"/>
+ <anchor x="2020.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2796.0" name="top"/>
+ <anchor x="2020.0" y="2200.0" name="top0315"/>
+ <anchor x="2020.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="N"/>
+ <component base="grave" xOffset="536.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni01F_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni01F_9.glif
new file mode 100644
index 000000000..e6143cfc9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni01F_9.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni01F9" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="01F9"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1408.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="824.0" y="1792.0" name="parent_top"/>
+ <anchor x="824.0" y="2284.0" name="top"/>
+ <anchor x="1408.0" y="1776.0" name="top0315"/>
+ <anchor x="1408.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="n"/>
+ <component base="grave" xOffset="328.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni021A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni021A_.glif
new file mode 100644
index 000000000..437b7a8ce
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni021A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni021A" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="021A"/>
+ <anchor x="940.0" y="-728.0" name="bottom"/>
+ <anchor x="1664.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1664.0" y="2200.0" name="top0315"/>
+ <anchor x="1664.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="T"/>
+ <component base="commaaccent" xOffset="512.0" yOffset="-512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni021B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni021B_.glif
new file mode 100644
index 000000000..6c01d0c45
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni021B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni021B" format="2">
+ <advance width="1000.0"/>
+ <unicode hex="021B"/>
+ <anchor x="632.0" y="-728.0" name="bottom"/>
+ <anchor x="892.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="412.0" y="2048.0" name="parent_top"/>
+ <anchor x="412.0" y="2048.0" name="top"/>
+ <anchor x="892.0" y="2032.0" name="top0315"/>
+ <anchor x="892.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="t"/>
+ <component base="commaaccent" xOffset="208.0" yOffset="-512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni021C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni021C_.glif
index ad23b98f7..96fa6c3a3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni021C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni021C_.glif
@@ -1,55 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni021C" format="1">
- <advance width="1776"/>
+<glyph name="uni021C" format="2">
+ <advance width="1776.0"/>
<unicode hex="021C"/>
<outline>
<contour>
- <point x="304" y="444" type="line"/>
- <point x="1024" y="620"/>
- <point x="1568" y="980"/>
- <point x="1568" y="1460" type="curve" smooth="yes"/>
- <point x="1568" y="1832"/>
- <point x="1292" y="2032"/>
- <point x="856" y="2032" type="curve" smooth="yes"/>
- <point x="488" y="2032"/>
- <point x="180" y="1816"/>
- <point x="180" y="1476" type="curve"/>
- <point x="464" y="1476" type="line"/>
- <point x="464" y="1668"/>
- <point x="644" y="1800"/>
- <point x="856" y="1800" type="curve" smooth="yes"/>
- <point x="1156" y="1800"/>
- <point x="1284" y="1644"/>
- <point x="1284" y="1464" type="curve" smooth="yes"/>
- <point x="1284" y="1040"/>
- <point x="932" y="840"/>
- <point x="304" y="652" type="curve"/>
+ <point x="304.0" y="444.0" type="line"/>
+ <point x="1024.0" y="620.0"/>
+ <point x="1568.0" y="980.0"/>
+ <point x="1568.0" y="1460.0" type="curve" smooth="yes"/>
+ <point x="1568.0" y="1832.0"/>
+ <point x="1292.0" y="2032.0"/>
+ <point x="856.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="2032.0"/>
+ <point x="180.0" y="1816.0"/>
+ <point x="180.0" y="1476.0" type="curve"/>
+ <point x="464.0" y="1476.0" type="line"/>
+ <point x="464.0" y="1668.0"/>
+ <point x="644.0" y="1800.0"/>
+ <point x="856.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="1800.0"/>
+ <point x="1284.0" y="1644.0"/>
+ <point x="1284.0" y="1464.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="1040.0"/>
+ <point x="932.0" y="840.0"/>
+ <point x="304.0" y="652.0" type="curve"/>
</contour>
<contour>
- <point x="1100" y="872" type="line"/>
- <point x="1252" y="812"/>
- <point x="1312" y="692"/>
- <point x="1312" y="452" type="curve" smooth="yes"/>
- <point x="1312" y="-36"/>
- <point x="940" y="-244"/>
- <point x="304" y="-372" type="curve"/>
- <point x="304" y="-600" type="line"/>
- <point x="1052" y="-448"/>
- <point x="1600" y="-204"/>
- <point x="1600" y="448" type="curve" smooth="yes"/>
- <point x="1600" y="760"/>
- <point x="1468" y="944"/>
- <point x="1240" y="1028" type="curve"/>
+ <point x="1100.0" y="872.0" type="line"/>
+ <point x="1252.0" y="812.0"/>
+ <point x="1312.0" y="692.0"/>
+ <point x="1312.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="1312.0" y="-36.0"/>
+ <point x="940.0" y="-244.0"/>
+ <point x="304.0" y="-372.0" type="curve"/>
+ <point x="304.0" y="-600.0" type="line"/>
+ <point x="1052.0" y="-448.0"/>
+ <point x="1600.0" y="-204.0"/>
+ <point x="1600.0" y="448.0" type="curve" smooth="yes"/>
+ <point x="1600.0" y="760.0"/>
+ <point x="1468.0" y="944.0"/>
+ <point x="1240.0" y="1028.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1690, 'leftMargin': 124, 'rightMargin': 146}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni021D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni021D_.glif
index d1d02acbd..8f10946cc 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni021D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni021D_.glif
@@ -1,55 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni021D" format="1">
- <advance width="1520"/>
+<glyph name="uni021D" format="2">
+ <advance width="1520.0"/>
<unicode hex="021D"/>
<outline>
<contour>
- <point x="300" y="288" type="line"/>
- <point x="812" y="384"/>
- <point x="1312" y="672"/>
- <point x="1312" y="1080" type="curve" smooth="yes"/>
- <point x="1312" y="1364"/>
- <point x="1100" y="1516"/>
- <point x="756" y="1516" type="curve" smooth="yes"/>
- <point x="444" y="1516"/>
- <point x="184" y="1344"/>
- <point x="184" y="1072" type="curve"/>
- <point x="456" y="1072" type="line"/>
- <point x="456" y="1196"/>
- <point x="588" y="1296"/>
- <point x="756" y="1296" type="curve" smooth="yes"/>
- <point x="960" y="1296"/>
- <point x="1036" y="1188"/>
- <point x="1036" y="1080" type="curve" smooth="yes"/>
- <point x="1036" y="732"/>
- <point x="636" y="572"/>
- <point x="300" y="492" type="curve"/>
+ <point x="300.0" y="288.0" type="line"/>
+ <point x="812.0" y="384.0"/>
+ <point x="1312.0" y="672.0"/>
+ <point x="1312.0" y="1080.0" type="curve" smooth="yes"/>
+ <point x="1312.0" y="1364.0"/>
+ <point x="1100.0" y="1516.0"/>
+ <point x="756.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="1516.0"/>
+ <point x="184.0" y="1344.0"/>
+ <point x="184.0" y="1072.0" type="curve"/>
+ <point x="456.0" y="1072.0" type="line"/>
+ <point x="456.0" y="1196.0"/>
+ <point x="588.0" y="1296.0"/>
+ <point x="756.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="1296.0"/>
+ <point x="1036.0" y="1188.0"/>
+ <point x="1036.0" y="1080.0" type="curve" smooth="yes"/>
+ <point x="1036.0" y="732.0"/>
+ <point x="636.0" y="572.0"/>
+ <point x="300.0" y="492.0" type="curve"/>
</contour>
<contour>
- <point x="888" y="624" type="line"/>
- <point x="1004" y="572"/>
- <point x="1064" y="432"/>
- <point x="1064" y="260" type="curve" smooth="yes"/>
- <point x="1064" y="-136"/>
- <point x="756" y="-284"/>
- <point x="300" y="-384" type="curve"/>
- <point x="300" y="-600" type="line"/>
- <point x="972" y="-512"/>
- <point x="1340" y="-260"/>
- <point x="1340" y="260" type="curve" smooth="yes"/>
- <point x="1340" y="488"/>
- <point x="1236" y="680"/>
- <point x="1040" y="764" type="curve"/>
+ <point x="888.0" y="624.0" type="line"/>
+ <point x="1004.0" y="572.0"/>
+ <point x="1064.0" y="432.0"/>
+ <point x="1064.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="1064.0" y="-136.0"/>
+ <point x="756.0" y="-284.0"/>
+ <point x="300.0" y="-384.0" type="curve"/>
+ <point x="300.0" y="-600.0" type="line"/>
+ <point x="972.0" y="-512.0"/>
+ <point x="1340.0" y="-260.0"/>
+ <point x="1340.0" y="260.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="488.0"/>
+ <point x="1236.0" y="680.0"/>
+ <point x="1040.0" y="764.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1416, 'leftMargin': 110, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni021E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni021E_.glif
new file mode 100644
index 000000000..8c25f6781
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni021E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni021E" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="021E"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1024.0" y="2760.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="caron" xOffset="392.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni021F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni021F_.glif
new file mode 100644
index 000000000..88e9ea8f2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni021F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni021F" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="021F"/>
+ <anchor x="820.0" y="0.0" name="bottom"/>
+ <anchor x="1528.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="884.0" y="2304.0" name="parent_top"/>
+ <anchor x="868.0" y="2760.0" name="top"/>
+ <anchor x="1528.0" y="2216.0" name="top0315"/>
+ <anchor x="1528.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="h"/>
+ <component base="caron" xOffset="240.0" yOffset="584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0220.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0220.glif
index 38df13985..a624b449a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0220.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0220.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0220" format="1">
- <advance width="1776"/>
+<glyph name="uni0220" format="2">
+ <advance width="1776.0"/>
<unicode hex="0220"/>
<outline>
<contour>
- <point x="1616" y="-572" type="line"/>
- <point x="1616" y="1356" type="line" smooth="yes"/>
- <point x="1616" y="1808"/>
- <point x="1268" y="2032"/>
- <point x="888" y="2032" type="curve" smooth="yes"/>
- <point x="676" y="2032"/>
- <point x="492" y="1964"/>
- <point x="368" y="1880" type="curve"/>
- <point x="368" y="1660" type="line"/>
- <point x="496" y="1748"/>
- <point x="660" y="1804"/>
- <point x="888" y="1804" type="curve" smooth="yes"/>
- <point x="1160" y="1804"/>
- <point x="1340" y="1668"/>
- <point x="1340" y="1356" type="curve" smooth="yes"/>
- <point x="1340" y="-572" type="line"/>
+ <point x="1616.0" y="-572.0" type="line"/>
+ <point x="1616.0" y="1356.0" type="line" smooth="yes"/>
+ <point x="1616.0" y="1808.0"/>
+ <point x="1268.0" y="2032.0"/>
+ <point x="888.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="676.0" y="2032.0"/>
+ <point x="492.0" y="1964.0"/>
+ <point x="368.0" y="1880.0" type="curve"/>
+ <point x="368.0" y="1660.0" type="line"/>
+ <point x="496.0" y="1748.0"/>
+ <point x="660.0" y="1804.0"/>
+ <point x="888.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="1160.0" y="1804.0"/>
+ <point x="1340.0" y="1668.0"/>
+ <point x="1340.0" y="1356.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="436" y="2004" type="line"/>
- <point x="164" y="2004" type="line"/>
- <point x="164" y="0" type="line"/>
- <point x="436" y="0" type="line"/>
+ <point x="436.0" y="2004.0" type="line"/>
+ <point x="164.0" y="2004.0" type="line"/>
+ <point x="164.0" y="0.0" type="line"/>
+ <point x="436.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1866, 'leftMargin': 228, 'rightMargin': 186}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0221.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0221.glif
index f1c4c3429..d022f9efe 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0221.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0221.glif
@@ -1,52 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0221" format="1">
- <advance width="2024"/>
+<glyph name="uni0221" format="2">
+ <advance width="2024.0"/>
<unicode hex="0221"/>
<outline>
<contour>
- <point x="1264" y="336" type="line"/>
- <point x="1264" y="-144" type="line"/>
- <point x="1264" y="-348"/>
- <point x="1380" y="-576"/>
- <point x="1688" y="-576" type="curve" smooth="yes"/>
- <point x="1936" y="-576"/>
- <point x="2092" y="-428"/>
- <point x="2092" y="-212" type="curve" smooth="yes"/>
- <point x="2092" y="8"/>
- <point x="1928" y="152"/>
- <point x="1708" y="152" type="curve" smooth="yes"/>
- <point x="1556" y="152"/>
- <point x="1392" y="84"/>
- <point x="1264" y="-48" type="curve" smooth="yes"/>
- <point x="952" y="-368" type="line"/>
- <point x="1104" y="-524" type="line"/>
- <point x="1384" y="-232" type="line" smooth="yes"/>
- <point x="1468" y="-144"/>
- <point x="1548" y="-60"/>
- <point x="1676" y="-60" type="curve" smooth="yes"/>
- <point x="1780" y="-60"/>
- <point x="1848" y="-116"/>
- <point x="1848" y="-212" type="curve" smooth="yes"/>
- <point x="1848" y="-304"/>
- <point x="1784" y="-372"/>
- <point x="1688" y="-372" type="curve" smooth="yes"/>
- <point x="1588" y="-372"/>
- <point x="1500" y="-296"/>
- <point x="1500" y="-204" type="curve" smooth="yes"/>
- <point x="1500" y="-120"/>
- <point x="1500" y="336"/>
- <point x="1500" y="336" type="curve"/>
+ <point x="1264.0" y="336.0" type="line"/>
+ <point x="1264.0" y="-144.0" type="line"/>
+ <point x="1264.0" y="-348.0"/>
+ <point x="1380.0" y="-576.0"/>
+ <point x="1688.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1936.0" y="-576.0"/>
+ <point x="2092.0" y="-428.0"/>
+ <point x="2092.0" y="-212.0" type="curve" smooth="yes"/>
+ <point x="2092.0" y="8.0"/>
+ <point x="1928.0" y="152.0"/>
+ <point x="1708.0" y="152.0" type="curve" smooth="yes"/>
+ <point x="1556.0" y="152.0"/>
+ <point x="1392.0" y="84.0"/>
+ <point x="1264.0" y="-48.0" type="curve" smooth="yes"/>
+ <point x="952.0" y="-368.0" type="line"/>
+ <point x="1104.0" y="-524.0" type="line"/>
+ <point x="1384.0" y="-232.0" type="line" smooth="yes"/>
+ <point x="1468.0" y="-144.0"/>
+ <point x="1548.0" y="-60.0"/>
+ <point x="1676.0" y="-60.0" type="curve" smooth="yes"/>
+ <point x="1780.0" y="-60.0"/>
+ <point x="1848.0" y="-116.0"/>
+ <point x="1848.0" y="-212.0" type="curve" smooth="yes"/>
+ <point x="1848.0" y="-304.0"/>
+ <point x="1784.0" y="-372.0"/>
+ <point x="1688.0" y="-372.0" type="curve" smooth="yes"/>
+ <point x="1588.0" y="-372.0"/>
+ <point x="1500.0" y="-296.0"/>
+ <point x="1500.0" y="-204.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="-120.0"/>
+ <point x="1500.0" y="336.0"/>
+ <point x="1500.0" y="336.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1500.0" y="0.0" type="line"/>
+ <point x="1500.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="2048.0" type="line"/>
+ <point x="1264.0" y="1156.0" type="line"/>
+ <point x="1336.0" y="748.0" type="line"/>
+ <point x="1272.0" y="344.0" type="line"/>
+ <point x="1272.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1360.0" y="1292.0" type="line"/>
+ <point x="1248.0" y="1292.0" type="line"/>
+ <point x="1196.0" y="1372.0"/>
+ <point x="1100.0" y="1556.0"/>
+ <point x="800.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1556.0"/>
+ <point x="144.0" y="1248.0"/>
+ <point x="144.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="144.0" y="276.0"/>
+ <point x="412.0" y="-32.0"/>
+ <point x="796.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1196.0" y="152.0"/>
+ <point x="1248.0" y="236.0" type="curve"/>
+ <point x="1360.0" y="236.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="380.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1092.0"/>
+ <point x="528.0" y="1344.0"/>
+ <point x="828.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1344.0"/>
+ <point x="1268.0" y="1112.0"/>
+ <point x="1268.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="420.0"/>
+ <point x="1112.0" y="180.0"/>
+ <point x="828.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="180.0"/>
+ <point x="380.0" y="440.0"/>
</contour>
- <component base="d"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2013.0, 'leftMargin': 256, 'rightMargin': 41.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0222.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0222.glif
index 50f149c62..1a7480ba1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0222.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0222.glif
@@ -1,82 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0222" format="1">
- <advance width="1776"/>
+<glyph name="uni0222" format="2">
+ <advance width="1776.0"/>
<unicode hex="0222"/>
<outline>
<contour>
- <point x="872" y="1212" type="line" name="hr00"/>
- <point x="444" y="1212"/>
- <point x="112" y="1004"/>
- <point x="112" y="596" type="curve" smooth="yes"/>
- <point x="112" y="176"/>
- <point x="444" y="-28"/>
- <point x="872" y="-28" type="curve" smooth="yes"/>
- <point x="904" y="-28" type="line" smooth="yes"/>
- <point x="1332" y="-28"/>
- <point x="1664" y="176"/>
- <point x="1664" y="600" type="curve" smooth="yes"/>
- <point x="1664" y="1004"/>
- <point x="1332" y="1212"/>
- <point x="904" y="1212" type="curve" smooth="yes"/>
+ <point x="872.0" y="1212.0" type="line"/>
+ <point x="444.0" y="1212.0"/>
+ <point x="112.0" y="1004.0"/>
+ <point x="112.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="112.0" y="176.0"/>
+ <point x="444.0" y="-28.0"/>
+ <point x="872.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="1332.0" y="-28.0"/>
+ <point x="1664.0" y="176.0"/>
+ <point x="1664.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="1004.0"/>
+ <point x="1332.0" y="1212.0"/>
+ <point x="904.0" y="1212.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="904" y="996" type="line"/>
- <point x="1192" y="996"/>
- <point x="1380" y="868"/>
- <point x="1380" y="600" type="curve" smooth="yes"/>
- <point x="1380" y="324"/>
- <point x="1192" y="208"/>
- <point x="904" y="208" type="curve" smooth="yes"/>
- <point x="872" y="208" type="line" smooth="yes"/>
- <point x="584" y="208"/>
- <point x="396" y="324"/>
- <point x="396" y="596" type="curve" smooth="yes"/>
- <point x="396" y="868"/>
- <point x="584" y="996"/>
- <point x="872" y="996" type="curve" smooth="yes"/>
+ <point x="904.0" y="996.0" type="line"/>
+ <point x="1192.0" y="996.0"/>
+ <point x="1380.0" y="868.0"/>
+ <point x="1380.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="324.0"/>
+ <point x="1192.0" y="208.0"/>
+ <point x="904.0" y="208.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="208.0" type="line" smooth="yes"/>
+ <point x="584.0" y="208.0"/>
+ <point x="396.0" y="324.0"/>
+ <point x="396.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="868.0"/>
+ <point x="584.0" y="996.0"/>
+ <point x="872.0" y="996.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="860" y="1232" type="line"/>
- <point x="612" y="1232"/>
- <point x="396" y="1292"/>
- <point x="396" y="1532" type="curve" smooth="yes"/>
- <point x="396" y="1704"/>
- <point x="484" y="1772"/>
- <point x="656" y="1816" type="curve"/>
- <point x="656" y="2032" type="line"/>
- <point x="356" y="2016"/>
- <point x="112" y="1864"/>
- <point x="112" y="1532" type="curve" smooth="yes"/>
- <point x="112" y="1148"/>
- <point x="464" y="1016"/>
- <point x="860" y="1016" type="curve" smooth="yes"/>
- <point x="916" y="1016" type="line" smooth="yes"/>
- <point x="1312" y="1016"/>
- <point x="1664" y="1148"/>
- <point x="1664" y="1532" type="curve" smooth="yes"/>
- <point x="1664" y="1864"/>
- <point x="1424" y="2016"/>
- <point x="1120" y="2032" type="curve"/>
- <point x="1120" y="1816" type="line"/>
- <point x="1292" y="1772"/>
- <point x="1380" y="1704"/>
- <point x="1380" y="1532" type="curve" smooth="yes"/>
- <point x="1380" y="1292"/>
- <point x="1168" y="1232"/>
- <point x="916" y="1232" type="curve" smooth="yes"/>
+ <point x="860.0" y="1232.0" type="line"/>
+ <point x="612.0" y="1232.0"/>
+ <point x="396.0" y="1292.0"/>
+ <point x="396.0" y="1532.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="1704.0"/>
+ <point x="484.0" y="1772.0"/>
+ <point x="656.0" y="1816.0" type="curve"/>
+ <point x="656.0" y="2032.0" type="line"/>
+ <point x="356.0" y="2016.0"/>
+ <point x="112.0" y="1864.0"/>
+ <point x="112.0" y="1532.0" type="curve" smooth="yes"/>
+ <point x="112.0" y="1148.0"/>
+ <point x="464.0" y="1016.0"/>
+ <point x="860.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="1016.0" type="line" smooth="yes"/>
+ <point x="1312.0" y="1016.0"/>
+ <point x="1664.0" y="1148.0"/>
+ <point x="1664.0" y="1532.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="1864.0"/>
+ <point x="1424.0" y="2016.0"/>
+ <point x="1120.0" y="2032.0" type="curve"/>
+ <point x="1120.0" y="1816.0" type="line"/>
+ <point x="1292.0" y="1772.0"/>
+ <point x="1380.0" y="1704.0"/>
+ <point x="1380.0" y="1532.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="1292.0"/>
+ <point x="1168.0" y="1232.0"/>
+ <point x="916.0" y="1232.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1873, 'leftMargin': 161, 'rightMargin': 161}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.13</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0223.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0223.glif
index d11a9879b..705a49a13 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0223.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0223.glif
@@ -1,79 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0223" format="1">
- <advance width="1776"/>
+<glyph name="uni0223" format="2">
+ <advance width="1776.0"/>
<unicode hex="0223"/>
<outline>
<contour>
- <point x="872" y="1208" type="line"/>
- <point x="444" y="1208"/>
- <point x="116" y="1004"/>
- <point x="116" y="596" type="curve" smooth="yes"/>
- <point x="116" y="176"/>
- <point x="444" y="-28"/>
- <point x="872" y="-28" type="curve" smooth="yes"/>
- <point x="904" y="-28" type="line" smooth="yes"/>
- <point x="1332" y="-28"/>
- <point x="1660" y="176"/>
- <point x="1660" y="600" type="curve" smooth="yes"/>
- <point x="1660" y="1004"/>
- <point x="1332" y="1208"/>
- <point x="904" y="1208" type="curve" smooth="yes"/>
+ <point x="872.0" y="1208.0" type="line"/>
+ <point x="444.0" y="1208.0"/>
+ <point x="116.0" y="1004.0"/>
+ <point x="116.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="176.0"/>
+ <point x="444.0" y="-28.0"/>
+ <point x="872.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="1332.0" y="-28.0"/>
+ <point x="1660.0" y="176.0"/>
+ <point x="1660.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="1004.0"/>
+ <point x="1332.0" y="1208.0"/>
+ <point x="904.0" y="1208.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="904" y="1000" type="line"/>
- <point x="1188" y="1000"/>
- <point x="1384" y="868"/>
- <point x="1384" y="600" type="curve" smooth="yes"/>
- <point x="1384" y="324"/>
- <point x="1188" y="192"/>
- <point x="904" y="192" type="curve" smooth="yes"/>
- <point x="872" y="192" type="line" smooth="yes"/>
- <point x="584" y="192"/>
- <point x="392" y="324"/>
- <point x="392" y="596" type="curve" smooth="yes"/>
- <point x="392" y="868"/>
- <point x="584" y="1000"/>
- <point x="872" y="1000" type="curve" smooth="yes"/>
+ <point x="904.0" y="1000.0" type="line"/>
+ <point x="1188.0" y="1000.0"/>
+ <point x="1384.0" y="868.0"/>
+ <point x="1384.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="324.0"/>
+ <point x="1188.0" y="192.0"/>
+ <point x="904.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="192.0" type="line" smooth="yes"/>
+ <point x="584.0" y="192.0"/>
+ <point x="392.0" y="324.0"/>
+ <point x="392.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="868.0"/>
+ <point x="584.0" y="1000.0"/>
+ <point x="872.0" y="1000.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="916" y="1220" type="curve"/>
- <point x="860" y="1220" type="line" smooth="yes"/>
- <point x="612" y="1220"/>
- <point x="392" y="1292"/>
- <point x="392" y="1572" type="curve" smooth="yes"/>
- <point x="392" y="1772"/>
- <point x="484" y="1868"/>
- <point x="656" y="1936" type="curve"/>
- <point x="656" y="2140" type="line"/>
- <point x="356" y="2128"/>
- <point x="116" y="1928"/>
- <point x="116" y="1572" type="curve" smooth="yes"/>
- <point x="116" y="1160"/>
- <point x="464" y="1016"/>
- <point x="860" y="1016" type="curve" smooth="yes"/>
- <point x="916" y="1016" type="line" smooth="yes"/>
- <point x="1312" y="1016"/>
- <point x="1660" y="1160"/>
- <point x="1660" y="1572" type="curve" smooth="yes"/>
- <point x="1660" y="1928"/>
- <point x="1420" y="2128"/>
- <point x="1120" y="2140" type="curve"/>
- <point x="1120" y="1936" type="line"/>
- <point x="1292" y="1868"/>
- <point x="1384" y="1772"/>
- <point x="1384" y="1572" type="curve" smooth="yes"/>
- <point x="1384" y="1292"/>
- <point x="1168" y="1220"/>
+ <point x="916.0" y="1220.0" type="curve"/>
+ <point x="860.0" y="1220.0" type="line" smooth="yes"/>
+ <point x="612.0" y="1220.0"/>
+ <point x="392.0" y="1292.0"/>
+ <point x="392.0" y="1572.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="1772.0"/>
+ <point x="484.0" y="1868.0"/>
+ <point x="656.0" y="1936.0" type="curve"/>
+ <point x="656.0" y="2140.0" type="line"/>
+ <point x="356.0" y="2128.0"/>
+ <point x="116.0" y="1928.0"/>
+ <point x="116.0" y="1572.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="1160.0"/>
+ <point x="464.0" y="1016.0"/>
+ <point x="860.0" y="1016.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="1016.0" type="line" smooth="yes"/>
+ <point x="1312.0" y="1016.0"/>
+ <point x="1660.0" y="1160.0"/>
+ <point x="1660.0" y="1572.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="1928.0"/>
+ <point x="1420.0" y="2128.0"/>
+ <point x="1120.0" y="2140.0" type="curve"/>
+ <point x="1120.0" y="1936.0" type="line"/>
+ <point x="1292.0" y="1868.0"/>
+ <point x="1384.0" y="1772.0"/>
+ <point x="1384.0" y="1572.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="1292.0"/>
+ <point x="1168.0" y="1220.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1818, 'leftMargin': 138, 'rightMargin': 138}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0224.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0224.glif
index d9252935a..1c5e9f60a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0224.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0224.glif
@@ -1,81 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0224" format="1">
- <advance width="1760"/>
+<glyph name="uni0224" format="2">
+ <advance width="1760.0"/>
<unicode hex="0224"/>
<outline>
<contour>
- <point x="728" y="220" type="line"/>
- <point x="728" y="0" type="line"/>
- <point x="1200" y="0" type="line" smooth="yes"/>
- <point x="1340" y="0"/>
- <point x="1384" y="-112"/>
- <point x="1384" y="-228" type="curve"/>
- <point x="1384" y="-304" type="line"/>
- <point x="1608" y="-304" type="line"/>
- <point x="1608" y="-184" type="line"/>
- <point x="1608" y="56"/>
- <point x="1452" y="220"/>
- <point x="1200" y="220" type="curve" smooth="yes"/>
+ <point x="728.0" y="220.0" type="line"/>
+ <point x="728.0" y="0.0" type="line"/>
+ <point x="1200.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1340.0" y="0.0"/>
+ <point x="1384.0" y="-112.0"/>
+ <point x="1384.0" y="-228.0" type="curve"/>
+ <point x="1384.0" y="-304.0" type="line"/>
+ <point x="1608.0" y="-304.0" type="line"/>
+ <point x="1608.0" y="-184.0" type="line"/>
+ <point x="1608.0" y="56.0"/>
+ <point x="1452.0" y="220.0"/>
+ <point x="1200.0" y="220.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1016" y="220" type="line"/>
- <point x="476" y="220" type="line"/>
- <point x="1580" y="1868" type="line"/>
- <point x="1580" y="2048" type="line"/>
- <point x="168" y="2048" type="line"/>
- <point x="168" y="1828" type="line"/>
- <point x="1284" y="1828" type="line"/>
- <point x="180" y="180" type="line"/>
- <point x="180" y="0" type="line"/>
- <point x="1016" y="0" type="line"/>
+ <point x="1016.0" y="220.0" type="line"/>
+ <point x="476.0" y="220.0" type="line"/>
+ <point x="1580.0" y="1868.0" type="line"/>
+ <point x="1580.0" y="2048.0" type="line"/>
+ <point x="168.0" y="2048.0" type="line"/>
+ <point x="168.0" y="1828.0" type="line"/>
+ <point x="1284.0" y="1828.0" type="line"/>
+ <point x="180.0" y="180.0" type="line"/>
+ <point x="180.0" y="0.0" type="line"/>
+ <point x="1016.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>Z</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>uni0224</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1760</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1724, 'leftMargin': 118, 'rightMargin': 44}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0226.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0226.glif
new file mode 100644
index 000000000..456cd346d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0226.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0226" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="0226"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2700.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="dotaccent" xOffset="624.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0227.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0227.glif
new file mode 100644
index 000000000..fae2d2055
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0227.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0227" format="2">
+ <advance width="1588.0"/>
+ <unicode hex="0227"/>
+ <anchor x="764.0" y="0.0" name="bottom"/>
+ <anchor x="1512.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="804.0" y="1792.0" name="parent_top"/>
+ <anchor x="804.0" y="2188.0" name="top"/>
+ <anchor x="1280.0" y="1792.0" name="top0315"/>
+ <anchor x="1512.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="a"/>
+ <component base="dotaccent" xOffset="472.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0228.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0228.glif
new file mode 100644
index 000000000..3f7b120b0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0228.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0228" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0228"/>
+ <anchor x="808.0" y="-588.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="cedilla" xOffset="512.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0229.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0229.glif
new file mode 100644
index 000000000..08ef8140b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0229.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0229" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0229"/>
+ <anchor x="760.0" y="-604.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="1792.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="cedilla" xOffset="464.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni022A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni022A_.glif
new file mode 100644
index 000000000..77f1c311c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni022A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022A" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="022A"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dieresismacroncomb.cn" xOffset="1880.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni022B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni022B_.glif
new file mode 100644
index 000000000..a76c33db4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni022B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022B" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="022B"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2600.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dieresismacroncomb.lc" xOffset="1648.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni022C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni022C_.glif
new file mode 100644
index 000000000..a1f38e1c6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni022C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022C" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="022C"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="tildemacroncomb.cn" xOffset="1880.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni022D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni022D_.glif
new file mode 100644
index 000000000..566cfbc71
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni022D_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022D" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="022D"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2640.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="tildemacroncomb.lc" xOffset="1648.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni022E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni022E_.glif
new file mode 100644
index 000000000..46855783b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni022E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022E" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="022E"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2700.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dotaccent" xOffset="744.0" yOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni022F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni022F_.glif
new file mode 100644
index 000000000..e67c499b3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni022F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni022F" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="022F"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2188.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dotaccent" xOffset="512.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0230.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0230.glif
new file mode 100644
index 000000000..2e816e45c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0230.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0230" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="0230"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1984.0" y="2200.0" name="top0315"/>
+ <anchor x="1984.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O"/>
+ <component base="dotmacroncomb.cn" xOffset="1880.0" yOffset="568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:46</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0231.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0231.glif
new file mode 100644
index 000000000..02c7c4b9b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0231.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0231" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="0231"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="2596.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="dotmacroncomb.lc" xOffset="1648.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0232.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0232.glif
new file mode 100644
index 000000000..57db19dfa
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0232.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0232" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="0232"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2712.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="macron" xOffset="320.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0233.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0233.glif
new file mode 100644
index 000000000..2fc6d8c57
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0233.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0233" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0233"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2200.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="macron" xOffset="160.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0238.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0238.glif
index ad892147f..7d7cde060 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0238.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0238.glif
@@ -1,88 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0238" format="1">
- <advance width="2544"/>
+<glyph name="uni0238" format="2">
+ <advance width="2544.0"/>
<unicode hex="0238"/>
<outline>
<contour>
- <point x="2408" y="756" type="line"/>
- <point x="2408" y="1208"/>
- <point x="2200" y="1516"/>
- <point x="1824" y="1516" type="curve" smooth="yes"/>
- <point x="1444" y="1516"/>
- <point x="1260" y="1240"/>
- <point x="1220" y="788" type="curve"/>
- <point x="1220" y="700" type="line"/>
- <point x="1260" y="248"/>
- <point x="1444" y="-28"/>
- <point x="1828" y="-28" type="curve" smooth="yes"/>
- <point x="2196" y="-28"/>
- <point x="2408" y="296"/>
- <point x="2408" y="728" type="curve" smooth="yes"/>
+ <point x="2408.0" y="756.0" type="line"/>
+ <point x="2408.0" y="1208.0"/>
+ <point x="2200.0" y="1516.0"/>
+ <point x="1824.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1516.0"/>
+ <point x="1260.0" y="1240.0"/>
+ <point x="1220.0" y="788.0" type="curve"/>
+ <point x="1220.0" y="700.0" type="line"/>
+ <point x="1260.0" y="248.0"/>
+ <point x="1444.0" y="-28.0"/>
+ <point x="1828.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2196.0" y="-28.0"/>
+ <point x="2408.0" y="296.0"/>
+ <point x="2408.0" y="728.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2132" y="728" type="line"/>
- <point x="2132" y="440"/>
- <point x="2024" y="200"/>
- <point x="1756" y="200" type="curve" smooth="yes"/>
- <point x="1508" y="200"/>
- <point x="1396" y="396"/>
- <point x="1352" y="588" type="curve"/>
- <point x="1352" y="900" type="line"/>
- <point x="1392" y="1104"/>
- <point x="1508" y="1288"/>
- <point x="1752" y="1288" type="curve" smooth="yes"/>
- <point x="2036" y="1288"/>
- <point x="2132" y="1044"/>
- <point x="2132" y="756" type="curve" smooth="yes"/>
+ <point x="2132.0" y="728.0" type="line"/>
+ <point x="2132.0" y="440.0"/>
+ <point x="2024.0" y="200.0"/>
+ <point x="1756.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="1508.0" y="200.0"/>
+ <point x="1396.0" y="396.0"/>
+ <point x="1352.0" y="588.0" type="curve"/>
+ <point x="1352.0" y="900.0" type="line"/>
+ <point x="1392.0" y="1104.0"/>
+ <point x="1508.0" y="1288.0"/>
+ <point x="1752.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="2036.0" y="1288.0"/>
+ <point x="2132.0" y="1044.0"/>
+ <point x="2132.0" y="756.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1132" y="288" type="line"/>
- <point x="1156" y="0" type="line"/>
- <point x="1408" y="0" type="line"/>
- <point x="1408" y="2112" type="line"/>
- <point x="1132" y="2112" type="line"/>
+ <point x="1132.0" y="288.0" type="line"/>
+ <point x="1156.0" y="0.0" type="line"/>
+ <point x="1408.0" y="0.0" type="line"/>
+ <point x="1408.0" y="2112.0" type="line"/>
+ <point x="1132.0" y="2112.0" type="line"/>
</contour>
<contour>
- <point x="140" y="728" type="line"/>
- <point x="140" y="296"/>
- <point x="380" y="-28"/>
- <point x="728" y="-28" type="curve" smooth="yes"/>
- <point x="1108" y="-28"/>
- <point x="1292" y="248"/>
- <point x="1332" y="700" type="curve"/>
- <point x="1332" y="788" type="line"/>
- <point x="1292" y="1240"/>
- <point x="1108" y="1516"/>
- <point x="732" y="1516" type="curve" smooth="yes"/>
- <point x="376" y="1516"/>
- <point x="140" y="1208"/>
- <point x="140" y="756" type="curve" smooth="yes"/>
+ <point x="140.0" y="728.0" type="line"/>
+ <point x="140.0" y="296.0"/>
+ <point x="380.0" y="-28.0"/>
+ <point x="728.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="-28.0"/>
+ <point x="1292.0" y="248.0"/>
+ <point x="1332.0" y="700.0" type="curve"/>
+ <point x="1332.0" y="788.0" type="line"/>
+ <point x="1292.0" y="1240.0"/>
+ <point x="1108.0" y="1516.0"/>
+ <point x="732.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="376.0" y="1516.0"/>
+ <point x="140.0" y="1208.0"/>
+ <point x="140.0" y="756.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="416" y="756" type="line"/>
- <point x="416" y="1044"/>
- <point x="528" y="1288"/>
- <point x="800" y="1288" type="curve" smooth="yes"/>
- <point x="1044" y="1288"/>
- <point x="1160" y="1104"/>
- <point x="1200" y="900" type="curve"/>
- <point x="1200" y="588" type="line"/>
- <point x="1144" y="380"/>
- <point x="1044" y="200"/>
- <point x="796" y="200" type="curve" smooth="yes"/>
- <point x="528" y="200"/>
- <point x="416" y="440"/>
- <point x="416" y="728" type="curve" smooth="yes"/>
+ <point x="416.0" y="756.0" type="line"/>
+ <point x="416.0" y="1044.0"/>
+ <point x="528.0" y="1288.0"/>
+ <point x="800.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="1288.0"/>
+ <point x="1160.0" y="1104.0"/>
+ <point x="1200.0" y="900.0" type="curve"/>
+ <point x="1200.0" y="588.0" type="line"/>
+ <point x="1144.0" y="380.0"/>
+ <point x="1044.0" y="200.0"/>
+ <point x="796.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="200.0"/>
+ <point x="416.0" y="440.0"/>
+ <point x="416.0" y="728.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2520, 'leftMargin': 127, 'rightMargin': 126}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0239.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0239.glif
index 56651444c..f4853a577 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0239.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0239.glif
@@ -1,89 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0239" format="1">
- <advance width="2544"/>
+<glyph name="uni0239" format="2">
+ <advance width="2544.0"/>
<unicode hex="0239"/>
<outline>
<contour>
- <point x="1132" y="-572" type="line"/>
- <point x="1408" y="-572" type="line"/>
- <point x="1408" y="1204" type="line"/>
- <point x="1384" y="1488" type="line"/>
- <point x="1156" y="1488" type="line"/>
- <point x="1132" y="1204" type="line"/>
+ <point x="1132.0" y="-572.0" type="line"/>
+ <point x="1408.0" y="-572.0" type="line"/>
+ <point x="1408.0" y="1204.0" type="line"/>
+ <point x="1384.0" y="1488.0" type="line"/>
+ <point x="1156.0" y="1488.0" type="line"/>
+ <point x="1132.0" y="1204.0" type="line"/>
</contour>
<contour>
- <point x="140" y="728" type="line"/>
- <point x="140" y="296"/>
- <point x="364" y="-28"/>
- <point x="736" y="-28" type="curve" smooth="yes"/>
- <point x="1116" y="-28"/>
- <point x="1308" y="248"/>
- <point x="1348" y="700" type="curve"/>
- <point x="1348" y="788" type="line"/>
- <point x="1308" y="1240"/>
- <point x="1116" y="1516"/>
- <point x="736" y="1516" type="curve" smooth="yes"/>
- <point x="360" y="1516"/>
- <point x="140" y="1208"/>
- <point x="140" y="756" type="curve" smooth="yes"/>
+ <point x="140.0" y="728.0" type="line"/>
+ <point x="140.0" y="296.0"/>
+ <point x="364.0" y="-28.0"/>
+ <point x="736.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="-28.0"/>
+ <point x="1308.0" y="248.0"/>
+ <point x="1348.0" y="700.0" type="curve"/>
+ <point x="1348.0" y="788.0" type="line"/>
+ <point x="1308.0" y="1240.0"/>
+ <point x="1116.0" y="1516.0"/>
+ <point x="736.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="360.0" y="1516.0"/>
+ <point x="140.0" y="1208.0"/>
+ <point x="140.0" y="756.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="416" y="756" type="line"/>
- <point x="416" y="1044"/>
- <point x="536" y="1296"/>
- <point x="808" y="1296" type="curve" smooth="yes"/>
- <point x="1052" y="1296"/>
- <point x="1176" y="1104"/>
- <point x="1216" y="900" type="curve"/>
- <point x="1216" y="588" type="line"/>
- <point x="1160" y="380"/>
- <point x="1052" y="192"/>
- <point x="804" y="192" type="curve" smooth="yes"/>
- <point x="536" y="192"/>
- <point x="416" y="440"/>
- <point x="416" y="728" type="curve" smooth="yes"/>
+ <point x="416.0" y="756.0" type="line"/>
+ <point x="416.0" y="1044.0"/>
+ <point x="536.0" y="1296.0"/>
+ <point x="808.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1052.0" y="1296.0"/>
+ <point x="1176.0" y="1104.0"/>
+ <point x="1216.0" y="900.0" type="curve"/>
+ <point x="1216.0" y="588.0" type="line"/>
+ <point x="1160.0" y="380.0"/>
+ <point x="1052.0" y="192.0"/>
+ <point x="804.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="192.0"/>
+ <point x="416.0" y="440.0"/>
+ <point x="416.0" y="728.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2404" y="756" type="line"/>
- <point x="2404" y="1208"/>
- <point x="2200" y="1516"/>
- <point x="1820" y="1516" type="curve" smooth="yes"/>
- <point x="1440" y="1516"/>
- <point x="1248" y="1240"/>
- <point x="1204" y="788" type="curve"/>
- <point x="1204" y="672" type="line"/>
- <point x="1248" y="240"/>
- <point x="1440" y="-28"/>
- <point x="1824" y="-28" type="curve" smooth="yes"/>
- <point x="2196" y="-28"/>
- <point x="2404" y="296"/>
- <point x="2404" y="728" type="curve" smooth="yes"/>
+ <point x="2404.0" y="756.0" type="line"/>
+ <point x="2404.0" y="1208.0"/>
+ <point x="2200.0" y="1516.0"/>
+ <point x="1820.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="1516.0"/>
+ <point x="1248.0" y="1240.0"/>
+ <point x="1204.0" y="788.0" type="curve"/>
+ <point x="1204.0" y="672.0" type="line"/>
+ <point x="1248.0" y="240.0"/>
+ <point x="1440.0" y="-28.0"/>
+ <point x="1824.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2196.0" y="-28.0"/>
+ <point x="2404.0" y="296.0"/>
+ <point x="2404.0" y="728.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="2128" y="728" type="line"/>
- <point x="2128" y="440"/>
- <point x="2012" y="192"/>
- <point x="1740" y="192" type="curve" smooth="yes"/>
- <point x="1496" y="192"/>
- <point x="1392" y="368"/>
- <point x="1336" y="560" type="curve"/>
- <point x="1336" y="900" type="line"/>
- <point x="1380" y="1104"/>
- <point x="1496" y="1288"/>
- <point x="1736" y="1288" type="curve" smooth="yes"/>
- <point x="2012" y="1288"/>
- <point x="2128" y="1044"/>
- <point x="2128" y="756" type="curve" smooth="yes"/>
+ <point x="2128.0" y="728.0" type="line"/>
+ <point x="2128.0" y="440.0"/>
+ <point x="2012.0" y="192.0"/>
+ <point x="1740.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1496.0" y="192.0"/>
+ <point x="1392.0" y="368.0"/>
+ <point x="1336.0" y="560.0" type="curve"/>
+ <point x="1336.0" y="900.0" type="line"/>
+ <point x="1380.0" y="1104.0"/>
+ <point x="1496.0" y="1288.0"/>
+ <point x="1736.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="2012.0" y="1288.0"/>
+ <point x="2128.0" y="1044.0"/>
+ <point x="2128.0" y="756.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2518, 'leftMargin': 127, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni023A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni023A_.glif
index facc5a271..28469f322 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni023A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni023A_.glif
@@ -1,20 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023A" format="1">
- <advance width="1904"/>
+<glyph name="uni023A" format="2">
+ <advance width="1904.0"/>
<unicode hex="023A"/>
<outline>
<contour>
- <point x="1696" y="2176" type="line"/>
- <point x="1464" y="2176" type="line"/>
- <point x="120" y="-192" type="line"/>
- <point x="352" y="-192" type="line"/>
+ <point x="1696.0" y="2176.0" type="line"/>
+ <point x="1464.0" y="2176.0" type="line"/>
+ <point x="120.0" y="-192.0" type="line"/>
+ <point x="352.0" y="-192.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1460.0" y="768.0" type="line"/>
+ <point x="448.0" y="768.0" type="line"/>
+ <point x="448.0" y="548.0" type="line"/>
+ <point x="1460.0" y="548.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="332.0" y="0.0" type="line"/>
+ <point x="940.0" y="1724.0" type="line"/>
+ <point x="964.0" y="1724.0" type="line"/>
+ <point x="1572.0" y="0.0" type="line"/>
+ <point x="1832.0" y="0.0" type="line"/>
+ <point x="1080.0" y="2048.0" type="line"/>
+ <point x="824.0" y="2048.0" type="line"/>
+ <point x="72.0" y="0.0" type="line"/>
</contour>
- <component base="A"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1855, 'leftMargin': -226, 'rightMargin': -8}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni023B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni023B_.glif
index fa28c818c..72389a7a9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni023B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni023B_.glif
@@ -1,41 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023B" format="1">
- <advance width="2048"/>
+<glyph name="uni023B" format="2">
+ <advance width="2048.0"/>
<unicode hex="023B"/>
+ <guideline x="1016.0" y="1756.0" angle="90.0"/>
<outline>
<contour>
- <point x="636" y="-192" type="line"/>
- <point x="1600" y="2164" type="line"/>
- <point x="1428" y="2236" type="line"/>
- <point x="464" y="-120" type="line"/>
+ <point x="636.0" y="-192.0" type="line"/>
+ <point x="1600.0" y="2164.0" type="line"/>
+ <point x="1428.0" y="2236.0" type="line"/>
+ <point x="464.0" y="-120.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1896.0" y="1404.0" type="line"/>
+ <point x="1820.0" y="1824.0"/>
+ <point x="1484.0" y="2072.0"/>
+ <point x="1072.0" y="2072.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2072.0"/>
+ <point x="168.0" y="1668.0"/>
+ <point x="168.0" y="1020.0" type="curve"/>
+ <point x="168.0" y="372.0"/>
+ <point x="548.0" y="-32.0"/>
+ <point x="1072.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="-32.0"/>
+ <point x="1820.0" y="216.0"/>
+ <point x="1896.0" y="636.0" type="curve"/>
+ <point x="1648.0" y="636.0" type="line"/>
+ <point x="1588.0" y="352.0"/>
+ <point x="1344.0" y="200.0"/>
+ <point x="1072.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="200.0"/>
+ <point x="408.0" y="488.0"/>
+ <point x="408.0" y="1020.0" type="curve"/>
+ <point x="408.0" y="1552.0"/>
+ <point x="700.0" y="1840.0"/>
+ <point x="1072.0" y="1840.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1840.0"/>
+ <point x="1588.0" y="1688.0"/>
+ <point x="1648.0" y="1404.0" type="curve"/>
</contour>
- <component base="C" yOffset="-4"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1016</integer>
- <key>y</key>
- <integer>1756</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 256, 'rightMargin': 2}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni023C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni023C_.glif
index 84d366f6b..7f3fbaf05 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni023C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni023C_.glif
@@ -1,24 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023C" format="1">
- <advance width="1520"/>
+<glyph name="uni023C" format="2">
+ <advance width="1520.0"/>
<unicode hex="023C"/>
<outline>
<contour>
- <point x="1356" y="2004" type="line"/>
- <point x="1168" y="2004" type="line"/>
- <point x="116" y="-572" type="line"/>
- <point x="308" y="-572" type="line"/>
+ <point x="1356.0" y="2004.0" type="line"/>
+ <point x="1168.0" y="2004.0" type="line"/>
+ <point x="116.0" y="-572.0" type="line"/>
+ <point x="308.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1376.0" y="1076.0" type="line"/>
+ <point x="1336.0" y="1364.0"/>
+ <point x="1092.0" y="1556.0"/>
+ <point x="768.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="352.0" y="1556.0"/>
+ <point x="76.0" y="1228.0"/>
+ <point x="76.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="76.0" y="296.0"/>
+ <point x="344.0" y="-32.0"/>
+ <point x="772.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="-32.0"/>
+ <point x="1336.0" y="176.0"/>
+ <point x="1376.0" y="448.0" type="curve"/>
+ <point x="1140.0" y="448.0" type="line"/>
+ <point x="1096.0" y="280.0"/>
+ <point x="956.0" y="180.0"/>
+ <point x="772.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="180.0"/>
+ <point x="312.0" y="412.0"/>
+ <point x="312.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="312.0" y="1116.0"/>
+ <point x="496.0" y="1344.0"/>
+ <point x="772.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="980.0" y="1344.0"/>
+ <point x="1104.0" y="1216.0"/>
+ <point x="1140.0" y="1076.0" type="curve"/>
</contour>
- <component base="c" xOffset="-68"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 110, 'rightMargin': -48}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni023E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni023E_.glif
index 05950c6a1..a7f70f8d8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni023E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni023E_.glif
@@ -1,24 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023E" format="1">
- <advance width="1808"/>
+<glyph name="uni023E" format="2">
+ <advance width="1808.0"/>
<unicode hex="023E"/>
<outline>
<contour>
- <point x="540" y="-192" type="line"/>
- <point x="1504" y="2164" type="line"/>
- <point x="1332" y="2236" type="line"/>
- <point x="368" y="-120" type="line"/>
+ <point x="540.0" y="-192.0" type="line"/>
+ <point x="1504.0" y="2164.0" type="line"/>
+ <point x="1332.0" y="2236.0" type="line"/>
+ <point x="368.0" y="-120.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1028.0" y="2048.0" type="line"/>
+ <point x="780.0" y="2048.0" type="line"/>
+ <point x="780.0" y="0.0" type="line"/>
+ <point x="1028.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1672.0" y="2048.0" type="line"/>
+ <point x="136.0" y="2048.0" type="line"/>
+ <point x="136.0" y="1828.0" type="line"/>
+ <point x="1672.0" y="1828.0" type="line"/>
</contour>
- <component base="T"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1680, 'leftMargin': 128, 'rightMargin': 16}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni023F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni023F_.glif
index d6ab44da0..1f91603d6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni023F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni023F_.glif
@@ -1,35 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni023F" format="1">
- <advance width="1460"/>
+<glyph name="uni023F" format="2">
+ <advance width="1460.0"/>
<unicode hex="023F"/>
<outline>
<contour>
- <point x="348" y="364" type="curve"/>
- <point x="164" y="232" type="line"/>
- <point x="444" y="-256" type="line" smooth="yes"/>
- <point x="560" y="-460"/>
- <point x="672" y="-576"/>
- <point x="848" y="-576" type="curve" smooth="yes"/>
- <point x="956" y="-576"/>
- <point x="1068" y="-500"/>
- <point x="1128" y="-440" type="curve"/>
- <point x="1036" y="-280" type="line"/>
- <point x="992" y="-320"/>
- <point x="924" y="-364"/>
- <point x="852" y="-364" type="curve" smooth="yes"/>
- <point x="744" y="-364"/>
- <point x="696" y="-256"/>
+ <point x="348.0" y="364.0" type="curve"/>
+ <point x="164.0" y="232.0" type="line"/>
+ <point x="444.0" y="-256.0" type="line" smooth="yes"/>
+ <point x="560.0" y="-460.0"/>
+ <point x="672.0" y="-576.0"/>
+ <point x="848.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="956.0" y="-576.0"/>
+ <point x="1068.0" y="-500.0"/>
+ <point x="1128.0" y="-440.0" type="curve"/>
+ <point x="1036.0" y="-280.0" type="line"/>
+ <point x="992.0" y="-320.0"/>
+ <point x="924.0" y="-364.0"/>
+ <point x="852.0" y="-364.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="-364.0"/>
+ <point x="696.0" y="-256.0"/>
+ </contour>
+ <contour>
+ <point x="1276.0" y="1192.0" type="line"/>
+ <point x="1196.0" y="1416.0"/>
+ <point x="1024.0" y="1556.0"/>
+ <point x="740.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1556.0"/>
+ <point x="176.0" y="1372.0"/>
+ <point x="176.0" y="1112.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="924.0"/>
+ <point x="300.0" y="756.0"/>
+ <point x="580.0" y="684.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="620.0" type="line" smooth="yes"/>
+ <point x="988.0" y="584.0"/>
+ <point x="1056.0" y="516.0"/>
+ <point x="1056.0" y="416.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="288.0"/>
+ <point x="928.0" y="172.0"/>
+ <point x="708.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="172.0"/>
+ <point x="372.0" y="296.0"/>
+ <point x="316.0" y="436.0" type="curve"/>
+ <point x="100.0" y="356.0" type="line"/>
+ <point x="176.0" y="164.0"/>
+ <point x="344.0" y="-32.0"/>
+ <point x="712.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-32.0"/>
+ <point x="1296.0" y="188.0"/>
+ <point x="1296.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="600.0"/>
+ <point x="1180.0" y="760.0"/>
+ <point x="900.0" y="828.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="884.0" type="line" smooth="yes"/>
+ <point x="496.0" y="928.0"/>
+ <point x="412.0" y="1020.0"/>
+ <point x="412.0" y="1124.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1256.0"/>
+ <point x="552.0" y="1356.0"/>
+ <point x="740.0" y="1356.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1356.0"/>
+ <point x="1036.0" y="1200.0"/>
+ <point x="1064.0" y="1132.0" type="curve"/>
</contour>
- <component base="s"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1459, 'leftMargin': 122, 'rightMargin': 132}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0240.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0240.glif
index c2b9425a4..773f3242e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0240.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0240.glif
@@ -1,46 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0240" format="1">
- <advance width="1516"/>
+<glyph name="uni0240" format="2">
+ <advance width="1516.0"/>
<unicode hex="0240"/>
<outline>
<contour>
- <point x="276" y="220" type="line"/>
- <point x="276" y="0" type="line"/>
- <point x="516" y="0" type="line" smooth="yes"/>
- <point x="956" y="0"/>
- <point x="956" y="-576"/>
- <point x="1316" y="-576" type="curve" smooth="yes"/>
- <point x="1448" y="-576"/>
- <point x="1548" y="-500"/>
- <point x="1608" y="-440" type="curve"/>
- <point x="1516" y="-280" type="line"/>
- <point x="1468" y="-324"/>
- <point x="1408" y="-356"/>
- <point x="1332" y="-356" type="curve" smooth="yes"/>
- <point x="1116" y="-356"/>
- <point x="1048" y="220"/>
- <point x="544" y="220" type="curve" smooth="yes"/>
+ <point x="276.0" y="220.0" type="line"/>
+ <point x="276.0" y="0.0" type="line"/>
+ <point x="516.0" y="0.0" type="line" smooth="yes"/>
+ <point x="956.0" y="0.0"/>
+ <point x="956.0" y="-576.0"/>
+ <point x="1316.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="-576.0"/>
+ <point x="1548.0" y="-500.0"/>
+ <point x="1608.0" y="-440.0" type="curve"/>
+ <point x="1516.0" y="-280.0" type="line"/>
+ <point x="1468.0" y="-324.0"/>
+ <point x="1408.0" y="-356.0"/>
+ <point x="1332.0" y="-356.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="-356.0"/>
+ <point x="1048.0" y="220.0"/>
+ <point x="544.0" y="220.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="484" y="220" type="line"/>
- <point x="1344" y="1348" type="line"/>
- <point x="1344" y="1536" type="line"/>
- <point x="160" y="1536" type="line"/>
- <point x="160" y="1316" type="line"/>
- <point x="1040" y="1316" type="line"/>
- <point x="176" y="200" type="line"/>
- <point x="176" y="0" type="line"/>
- <point x="484" y="0" type="line"/>
+ <point x="484.0" y="220.0" type="line"/>
+ <point x="1344.0" y="1348.0" type="line"/>
+ <point x="1344.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1316.0" type="line"/>
+ <point x="1040.0" y="1316.0" type="line"/>
+ <point x="176.0" y="200.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="484.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1403, 'leftMargin': 122, 'rightMargin': -160}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0241.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0241.glif
index d65e5941a..2aad3ab2a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0241.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0241.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0241" format="1">
- <advance width="1520"/>
+<glyph name="uni0241" format="2">
+ <advance width="1520.0"/>
<unicode hex="0241"/>
<outline>
<contour>
- <point x="664" y="624" type="line"/>
- <point x="664" y="384" type="line"/>
- <point x="724" y="384" type="line" smooth="yes"/>
- <point x="1180" y="384"/>
- <point x="1400" y="732"/>
- <point x="1400" y="1128" type="curve" smooth="yes"/>
- <point x="1400" y="1288" type="line" smooth="yes"/>
- <point x="1400" y="1684"/>
- <point x="1180" y="2032"/>
- <point x="724" y="2032" type="curve" smooth="yes"/>
- <point x="368" y="2032"/>
- <point x="132" y="1792"/>
- <point x="120" y="1472" type="curve"/>
- <point x="388" y="1472" type="line"/>
- <point x="400" y="1664"/>
- <point x="524" y="1792"/>
- <point x="724" y="1792" type="curve" smooth="yes"/>
- <point x="1032" y="1792"/>
- <point x="1116" y="1536"/>
- <point x="1116" y="1288" type="curve" smooth="yes"/>
- <point x="1116" y="1128" type="line" smooth="yes"/>
- <point x="1116" y="876"/>
- <point x="1036" y="624"/>
- <point x="724" y="624" type="curve"/>
+ <point x="664.0" y="624.0" type="line"/>
+ <point x="664.0" y="384.0" type="line"/>
+ <point x="724.0" y="384.0" type="line" smooth="yes"/>
+ <point x="1180.0" y="384.0"/>
+ <point x="1400.0" y="732.0"/>
+ <point x="1400.0" y="1128.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="1288.0" type="line" smooth="yes"/>
+ <point x="1400.0" y="1684.0"/>
+ <point x="1180.0" y="2032.0"/>
+ <point x="724.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="2032.0"/>
+ <point x="132.0" y="1792.0"/>
+ <point x="120.0" y="1472.0" type="curve"/>
+ <point x="388.0" y="1472.0" type="line"/>
+ <point x="400.0" y="1664.0"/>
+ <point x="524.0" y="1792.0"/>
+ <point x="724.0" y="1792.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1792.0"/>
+ <point x="1116.0" y="1536.0"/>
+ <point x="1116.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1128.0" type="line" smooth="yes"/>
+ <point x="1116.0" y="876.0"/>
+ <point x="1036.0" y="624.0"/>
+ <point x="724.0" y="624.0" type="curve"/>
</contour>
<contour>
- <point x="880" y="624" type="line"/>
- <point x="592" y="624" type="line"/>
- <point x="592" y="0" type="line"/>
- <point x="880" y="0" type="line"/>
+ <point x="880.0" y="624.0" type="line"/>
+ <point x="592.0" y="624.0" type="line"/>
+ <point x="592.0" y="0.0" type="line"/>
+ <point x="880.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1526, 'leftMargin': 88, 'rightMargin': 156}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0242.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0242.glif
index f72574f2c..0e5e1f4e7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0242.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0242.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0242" format="1">
- <advance width="1520"/>
+<glyph name="uni0242" format="2">
+ <advance width="1520.0"/>
<unicode hex="0242"/>
<outline>
<contour>
- <point x="192" y="964" type="curve"/>
- <point x="468" y="964" type="line"/>
- <point x="468" y="1152"/>
- <point x="576" y="1296"/>
- <point x="744" y="1296" type="curve" smooth="yes"/>
- <point x="976" y="1296"/>
- <point x="1056" y="1136"/>
- <point x="1056" y="948" type="curve" smooth="yes"/>
- <point x="1056" y="756"/>
- <point x="980" y="616"/>
- <point x="768" y="616" type="curve" smooth="yes"/>
- <point x="708" y="616" type="line"/>
- <point x="708" y="444" type="line"/>
- <point x="772" y="444" type="line" smooth="yes"/>
- <point x="1180" y="444"/>
- <point x="1328" y="668"/>
- <point x="1328" y="944" type="curve" smooth="yes"/>
- <point x="1328" y="1316"/>
- <point x="1120" y="1516"/>
- <point x="744" y="1516" type="curve" smooth="yes"/>
- <point x="436" y="1516"/>
- <point x="192" y="1304"/>
+ <point x="192.0" y="964.0" type="curve"/>
+ <point x="468.0" y="964.0" type="line"/>
+ <point x="468.0" y="1152.0"/>
+ <point x="576.0" y="1296.0"/>
+ <point x="744.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="1296.0"/>
+ <point x="1056.0" y="1136.0"/>
+ <point x="1056.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="756.0"/>
+ <point x="980.0" y="616.0"/>
+ <point x="768.0" y="616.0" type="curve" smooth="yes"/>
+ <point x="708.0" y="616.0" type="line"/>
+ <point x="708.0" y="444.0" type="line"/>
+ <point x="772.0" y="444.0" type="line" smooth="yes"/>
+ <point x="1180.0" y="444.0"/>
+ <point x="1328.0" y="668.0"/>
+ <point x="1328.0" y="944.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="1316.0"/>
+ <point x="1120.0" y="1516.0"/>
+ <point x="744.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="1516.0"/>
+ <point x="192.0" y="1304.0"/>
</contour>
<contour>
- <point x="640" y="616" type="line"/>
- <point x="640" y="0" type="line"/>
- <point x="916" y="0" type="line"/>
- <point x="916" y="616" type="line"/>
+ <point x="640.0" y="616.0" type="line"/>
+ <point x="640.0" y="0.0" type="line"/>
+ <point x="916.0" y="0.0" type="line"/>
+ <point x="916.0" y="616.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1352, 'leftMargin': 88, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0243.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0243.glif
index 89452d5a0..797168572 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0243.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0243.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0243" format="1">
- <advance width="1832"/>
+<glyph name="uni0243" format="2">
+ <advance width="1832.0"/>
<unicode hex="0243"/>
+ <anchor x="784.0" y="16.0" name="bottom"/>
+ <anchor x="784.0" y="2216.0" name="top"/>
+ <anchor x="1768.0" y="2216.0" name="top0315"/>
<outline>
<component base="B"/>
- <component base="crossbar" xOffset="-188" yOffset="-432"/>
- <contour>
- <point x="784" y="2216" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1768" y="2216" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="784" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="crossbar" xOffset="-188.0" yOffset="-432.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1851, 'leftMargin': 41, 'rightMargin': 100}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0244.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0244.glif
index 782b47a39..d09416d05 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0244.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0244.glif
@@ -1,50 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0244" format="1">
- <advance width="2088"/>
+<glyph name="uni0244" format="2">
+ <advance width="2088.0"/>
<unicode hex="0244"/>
+ <guideline x="1036.0" y="148.0" angle="90.0"/>
+ <anchor x="1044.0" y="0.0" name="bottom"/>
+ <anchor x="1044.0" y="2304.0" name="top"/>
+ <anchor x="2016.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="2096" y="1188" type="line"/>
- <point x="-8" y="1188" type="line"/>
- <point x="-8" y="1024" type="line"/>
- <point x="2096" y="1024" type="line"/>
+ <point x="2096.0" y="1188.0" type="line"/>
+ <point x="-8.0" y="1188.0" type="line"/>
+ <point x="-8.0" y="1024.0" type="line"/>
+ <point x="2096.0" y="1024.0" type="line"/>
</contour>
- <component base="U"/>
<contour>
- <point x="1044" y="2304" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1044" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2016" y="2200" type="move" name="top0315"/>
+ <point x="1592.0" y="2048.0" type="line"/>
+ <point x="1592.0" y="692.0" type="line" smooth="yes"/>
+ <point x="1592.0" y="372.0"/>
+ <point x="1336.0" y="196.0"/>
+ <point x="1044.0" y="196.0" type="curve" smooth="yes"/>
+ <point x="752.0" y="196.0"/>
+ <point x="496.0" y="372.0"/>
+ <point x="496.0" y="692.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="692.0" type="line"/>
+ <point x="248.0" y="232.0"/>
+ <point x="612.0" y="-36.0"/>
+ <point x="1044.0" y="-36.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="-36.0"/>
+ <point x="1840.0" y="232.0"/>
+ <point x="1840.0" y="692.0" type="curve"/>
+ <point x="1840.0" y="2048.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1036</integer>
- <key>y</key>
- <integer>148</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2199, 'leftMargin': 41, 'rightMargin': 42}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0245.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0245.glif
index 0e469106e..9f6cef3ed 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0245.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0245.glif
@@ -1,31 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0245" format="1">
- <advance width="2032"/>
+<glyph name="uni0245" format="2">
+ <advance width="2032.0"/>
<unicode hex="0245"/>
<outline>
<contour>
- <point x="1572" y="0" type="line"/>
- <point x="1884" y="0" type="line"/>
- <point x="1140" y="2004" type="line"/>
- <point x="920" y="2004" type="line"/>
- <point x="992" y="1688" type="line"/>
+ <point x="1572.0" y="0.0" type="line"/>
+ <point x="1884.0" y="0.0" type="line"/>
+ <point x="1140.0" y="2004.0" type="line"/>
+ <point x="920.0" y="2004.0" type="line"/>
+ <point x="992.0" y="1688.0" type="line"/>
</contour>
<contour>
- <point x="1036" y="1688" type="line"/>
- <point x="1112" y="2004" type="line"/>
- <point x="892" y="2004" type="line"/>
- <point x="152" y="0" type="line"/>
- <point x="464" y="0" type="line"/>
+ <point x="1036.0" y="1688.0" type="line"/>
+ <point x="1112.0" y="2004.0" type="line"/>
+ <point x="892.0" y="2004.0" type="line"/>
+ <point x="152.0" y="0.0" type="line"/>
+ <point x="464.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1805, 'leftMargin': 37, 'rightMargin': 37}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0246.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0246.glif
index 7e79dfe04..96a44490c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0246.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0246.glif
@@ -1,24 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0246" format="1">
- <advance width="1668"/>
+<glyph name="uni0246" format="2">
+ <advance width="1668.0"/>
<unicode hex="0246"/>
<outline>
<contour>
- <point x="584" y="-220" type="line"/>
- <point x="1352" y="2208" type="line"/>
- <point x="1176" y="2264" type="line"/>
- <point x="408" y="-164" type="line"/>
+ <point x="584.0" y="-220.0" type="line"/>
+ <point x="1352.0" y="2208.0" type="line"/>
+ <point x="1176.0" y="2264.0" type="line"/>
+ <point x="408.0" y="-164.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1500.0" y="220.0" type="line"/>
+ <point x="432.0" y="220.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
+ <point x="1500.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="496.0" y="2048.0" type="line"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1380.0" y="1136.0" type="line"/>
+ <point x="432.0" y="1136.0" type="line"/>
+ <point x="432.0" y="916.0" type="line"/>
+ <point x="1380.0" y="916.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1484.0" y="2048.0" type="line"/>
+ <point x="432.0" y="2048.0" type="line"/>
+ <point x="432.0" y="1828.0" type="line"/>
+ <point x="1484.0" y="1828.0" type="line"/>
</contour>
- <component base="E"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1601, 'leftMargin': 256, 'rightMargin': 65}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0247.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0247.glif
index 78b0035ee..0ab847959 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0247.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0247.glif
@@ -1,24 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0247" format="1">
- <advance width="1640"/>
+<glyph name="uni0247" format="2">
+ <advance width="1640.0"/>
<unicode hex="0247"/>
<outline>
<contour>
- <point x="1424" y="2048" type="line"/>
- <point x="1236" y="2048" type="line"/>
- <point x="184" y="-576" type="line"/>
- <point x="376" y="-576" type="line"/>
+ <point x="1424.0" y="2048.0" type="line"/>
+ <point x="1236.0" y="2048.0" type="line"/>
+ <point x="184.0" y="-576.0" type="line"/>
+ <point x="376.0" y="-576.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="860.0" y="-32.0" type="curve"/>
+ <point x="1172.0" y="-32.0"/>
+ <point x="1400.0" y="124.0"/>
+ <point x="1472.0" y="356.0" type="curve"/>
+ <point x="1244.0" y="420.0" type="line"/>
+ <point x="1184.0" y="260.0"/>
+ <point x="1048.0" y="180.0"/>
+ <point x="860.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="180.0"/>
+ <point x="380.0" y="384.0"/>
+ <point x="380.0" y="768.0" type="curve"/>
+ <point x="380.0" y="1132.0"/>
+ <point x="568.0" y="1344.0"/>
+ <point x="836.0" y="1344.0" type="curve"/>
+ <point x="1092.0" y="1344.0"/>
+ <point x="1256.0" y="1152.0"/>
+ <point x="1256.0" y="892.0" type="curve"/>
+ <point x="312.0" y="892.0" type="line"/>
+ <point x="312.0" y="688.0" type="line"/>
+ <point x="1496.0" y="688.0" type="line"/>
+ <point x="1496.0" y="788.0" type="line" smooth="yes"/>
+ <point x="1496.0" y="1360.0"/>
+ <point x="1156.0" y="1556.0"/>
+ <point x="836.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="420.0" y="1556.0"/>
+ <point x="144.0" y="1228.0"/>
+ <point x="144.0" y="756.0" type="curve"/>
+ <point x="144.0" y="284.0"/>
+ <point x="416.0" y="-32.0"/>
</contour>
- <component base="e"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1502, 'leftMargin': 110, 'rightMargin': 102}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0248.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0248.glif
index a5a9e5457..484fd6b24 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0248.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0248.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0248" format="1">
- <advance width="1464"/>
+<glyph name="uni0248" format="2">
+ <advance width="1464.0"/>
<unicode hex="0248"/>
+ <anchor x="712.0" y="-16.0" name="bottom"/>
+ <anchor x="1200.0" y="2200.0" name="top"/>
+ <anchor x="1692.0" y="2200.0" name="top0315"/>
<outline>
<component base="J"/>
- <component base="crossbar" xOffset="364" yOffset="96"/>
- <contour>
- <point x="1200" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1692" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="712" y="-16" type="move" name="bottom"/>
- </contour>
+ <component base="crossbar" xOffset="364.0" yOffset="96.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1683.0, 'leftMargin': 128, 'rightMargin': 41.0}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0249.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0249.ccmp.glif
index 32f8064a1..ede0168c5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0249.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0249.ccmp.glif
@@ -1,34 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0249.ccmp" format="1">
- <advance width="872"/>
+<glyph name="uni0249.ccmp" format="2">
+ <advance width="872.0"/>
+ <anchor x="460.0" y="-632.0" name="bottom"/>
+ <anchor x="432.0" y="1716.0" name="top"/>
+ <anchor x="872.0" y="1716.0" name="top0315"/>
<outline>
- <component base="dotlessj" xOffset="100"/>
- <component base="crossbar" xOffset="-200" yOffset="-164"/>
- <contour>
- <point x="432" y="1716" type="move" name="top"/>
- </contour>
- <contour>
- <point x="872" y="1716" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="460" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessj" xOffset="100.0"/>
+ <component base="crossbar" xOffset="-200.0" yOffset="-164.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.8953856825828552</real>
- <real>0.31748411609599864</real>
- <real>0.6889154441827888</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 980, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.894,0.318,0.69,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0249.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0249.glif
index 56e3739b8..66e619bf1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0249.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0249.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0249" format="1">
- <advance width="872"/>
+<glyph name="uni0249" format="2">
+ <advance width="872.0"/>
<unicode hex="0249"/>
+ <anchor x="568.0" y="-632.0" name="bottom"/>
+ <anchor x="612.0" y="2200.0" name="top"/>
+ <anchor x="1088.0" y="2200.0" name="top0315"/>
<outline>
- <component base="j" xOffset="100"/>
- <component base="crossbar" xOffset="-200" yOffset="-164"/>
- <contour>
- <point x="612" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1088" y="2200" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="568" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="j" xOffset="100.0"/>
+ <component base="crossbar" xOffset="-200.0" yOffset="-164.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 965, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni024C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni024C_.glif
index 51e444876..9fc2d4d2a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni024C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni024C_.glif
@@ -1,93 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni024C" format="1">
- <advance width="1792"/>
+<glyph name="uni024C" format="2">
+ <advance width="1792.0"/>
<unicode hex="024C"/>
+ <anchor x="944.0" y="16.0" name="bottom"/>
+ <anchor x="944.0" y="2200.0" name="top"/>
+ <anchor x="1920.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="256" y="2048" type="line"/>
- <point x="256" y="0" type="line"/>
- <point x="504" y="0" type="line"/>
- <point x="504" y="1828" type="line"/>
- <point x="940" y="1828" type="line" smooth="yes"/>
- <point x="1304" y="1828"/>
- <point x="1384" y="1612"/>
- <point x="1384" y="1420" type="curve" smooth="yes"/>
- <point x="1384" y="1192"/>
- <point x="1272" y="1024"/>
- <point x="912" y="1024" type="curve" smooth="yes"/>
- <point x="8" y="1024" type="line"/>
- <point x="8" y="796" type="line"/>
- <point x="1076" y="796" type="line"/>
- <point x="1152" y="816" type="line"/>
- <point x="1456" y="896"/>
- <point x="1628" y="1100"/>
- <point x="1628" y="1420" type="curve" smooth="yes"/>
- <point x="1628" y="1760"/>
- <point x="1428" y="2048"/>
- <point x="940" y="2048" type="curve"/>
+ <point x="256.0" y="2048.0" type="line"/>
+ <point x="256.0" y="0.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
+ <point x="504.0" y="1828.0" type="line"/>
+ <point x="940.0" y="1828.0" type="line" smooth="yes"/>
+ <point x="1304.0" y="1828.0"/>
+ <point x="1384.0" y="1612.0"/>
+ <point x="1384.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1384.0" y="1192.0"/>
+ <point x="1272.0" y="1024.0"/>
+ <point x="912.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="8.0" y="1024.0" type="line"/>
+ <point x="8.0" y="796.0" type="line"/>
+ <point x="1076.0" y="796.0" type="line"/>
+ <point x="1152.0" y="816.0" type="line"/>
+ <point x="1456.0" y="896.0"/>
+ <point x="1628.0" y="1100.0"/>
+ <point x="1628.0" y="1420.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="1760.0"/>
+ <point x="1428.0" y="2048.0"/>
+ <point x="940.0" y="2048.0" type="curve"/>
</contour>
<contour>
- <point x="1412" y="0" type="line"/>
- <point x="1700" y="0" type="line"/>
- <point x="1232" y="900" type="line"/>
- <point x="952" y="900" type="line"/>
- </contour>
- <contour>
- <point x="944" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="944" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1920" y="2200" type="move" name="top0315"/>
+ <point x="1412.0" y="0.0" type="line"/>
+ <point x="1700.0" y="0.0" type="line"/>
+ <point x="1232.0" y="900.0" type="line"/>
+ <point x="952.0" y="900.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>R</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>16</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>uni024C</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1792</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1816, 'leftMargin': 55, 'rightMargin': 33}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni024D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni024D_.glif
index 5e8d9da9c..f2060150c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni024D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni024D_.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni024D" format="1">
- <advance width="1144"/>
+<glyph name="uni024D" format="2">
+ <advance width="1144.0"/>
<unicode hex="024D"/>
+ <anchor x="388.0" y="16.0" name="bottom"/>
+ <anchor x="496.0" y="1776.0" name="top"/>
+ <anchor x="1020.0" y="1776.0" name="top0315"/>
<outline>
- <component base="r" xOffset="56"/>
- <component base="crossbar" xOffset="-252" yOffset="-268"/>
- <contour>
- <point x="496" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1020" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="388" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="r" xOffset="56.0"/>
+ <component base="crossbar" xOffset="-252.0" yOffset="-268.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1084, 'leftMargin': 41, 'rightMargin': -68}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni024E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni024E_.glif
index 4fa8d2f3a..c0c17a082 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni024E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni024E_.glif
@@ -1,50 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni024E" format="1">
- <advance width="1856"/>
+<glyph name="uni024E" format="2">
+ <advance width="1856.0"/>
<unicode hex="024E"/>
+ <guideline x="932.0" y="1188.0" angle="90.0"/>
+ <anchor x="928.0" y="0.0" name="bottom"/>
+ <anchor x="928.0" y="2304.0" name="top"/>
+ <anchor x="1856.0" y="2200.0" name="top0315"/>
<outline>
<contour>
- <point x="1860" y="1628" type="line"/>
- <point x="-4" y="1628" type="line"/>
- <point x="-4" y="1464" type="line"/>
- <point x="1860" y="1464" type="line"/>
+ <point x="1860.0" y="1628.0" type="line"/>
+ <point x="-4.0" y="1628.0" type="line"/>
+ <point x="-4.0" y="1464.0" type="line"/>
+ <point x="1860.0" y="1464.0" type="line"/>
</contour>
- <component base="Y" xOffset="-12"/>
<contour>
- <point x="928" y="2304" type="move" name="top"/>
+ <point x="348.0" y="2048.0" type="line"/>
+ <point x="64.0" y="2048.0" type="line"/>
+ <point x="804.0" y="844.0" type="line"/>
+ <point x="804.0" y="0.0" type="line"/>
+ <point x="1052.0" y="0.0" type="line"/>
+ <point x="1052.0" y="844.0" type="line"/>
+ <point x="1792.0" y="2048.0" type="line"/>
+ <point x="1508.0" y="2048.0" type="line"/>
+ <point x="928.0" y="1072.0" type="line"/>
</contour>
<contour>
- <point x="928" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1856" y="2200" type="move" name="top0315"/>
+ <point x="904.0" y="1044.0" type="line"/>
+ <point x="952.0" y="1044.0" type="line"/>
+ <point x="952.0" y="1092.0" type="line"/>
+ <point x="904.0" y="1092.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>932</integer>
- <key>y</key>
- <integer>1188</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1911, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni024F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni024F_.glif
index ef5704e6b..ab15ed505 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni024F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni024F_.glif
@@ -1,29 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni024F" format="1">
- <advance width="1520"/>
+<glyph name="uni024F" format="2">
+ <advance width="1520.0"/>
<unicode hex="024F"/>
+ <anchor x="936.0" y="-216.0" name="bottom"/>
+ <anchor x="656.0" y="1776.0" name="top"/>
+ <anchor x="1400.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1436" y="1096" type="line"/>
- <point x="92" y="1096" type="line"/>
- <point x="92" y="912" type="line"/>
- <point x="1436" y="912" type="line"/>
+ <point x="1436.0" y="1096.0" type="line"/>
+ <point x="92.0" y="1096.0" type="line"/>
+ <point x="92.0" y="912.0" type="line"/>
+ <point x="1436.0" y="912.0" type="line"/>
</contour>
- <component base="y"/>
<contour>
- <point x="656" y="1776" type="move" name="top"/>
+ <point x="612.0" y="-152.0" type="line" smooth="yes"/>
+ <point x="524.0" y="-380.0"/>
+ <point x="416.0" y="-400.0"/>
+ <point x="248.0" y="-360.0" type="curve"/>
+ <point x="188.0" y="-568.0" type="line"/>
+ <point x="212.0" y="-580.0"/>
+ <point x="280.0" y="-596.0"/>
+ <point x="360.0" y="-596.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="-596.0"/>
+ <point x="724.0" y="-484.0"/>
+ <point x="812.0" y="-248.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="1536.0" type="line"/>
+ <point x="1216.0" y="1536.0" type="line"/>
+ <point x="748.0" y="184.0" type="line"/>
+ <point x="676.0" y="16.0" type="line"/>
</contour>
<contour>
- <point x="936" y="-216" type="move" name="bottom"/>
+ <point x="352.0" y="1536.0" type="line"/>
+ <point x="96.0" y="1536.0" type="line"/>
+ <point x="680.0" y="-48.0" type="line"/>
+ <point x="864.0" y="56.0" type="line"/>
</contour>
<contour>
- <point x="1400" y="1776" type="move" name="top0315"/>
+ <point x="760.0" y="260.0" type="line"/>
+ <point x="808.0" y="260.0" type="line"/>
+ <point x="808.0" y="312.0" type="line"/>
+ <point x="760.0" y="312.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1442, 'leftMargin': 41, 'rightMargin': -167}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0268.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0268.ccmp.glif
index 0781b24b7..e5926d5f5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0268.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0268.ccmp.glif
@@ -1,34 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0268.ccmp" format="1">
- <advance width="1008"/>
+<glyph name="uni0268.ccmp" format="2">
+ <advance width="1008.0"/>
+ <anchor x="512.0" y="16.0" name="bottom"/>
+ <anchor x="520.0" y="1776.0" name="top"/>
+ <anchor x="988.0" y="1776.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="156"/>
- <component base="crossbar" xOffset="-148" yOffset="-164"/>
- <contour>
- <point x="520" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="988" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="512" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="156.0"/>
+ <component base="crossbar" xOffset="-148.0" yOffset="-164.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 965, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0299.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0299.glif
new file mode 100644
index 000000000..19e1cf4f2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0299.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0299" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="0299"/>
+ <anchor x="672.0" y="1744.0" name="parent_top"/>
+ <anchor x="672.0" y="1744.0" name="top"/>
+ <anchor x="1536.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="vecyrillic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni029C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni029C_.glif
new file mode 100644
index 000000000..05899ff1f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni029C_.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni029C" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="029C"/>
+ <anchor x="764.0" y="1744.0" name="parent_top"/>
+ <anchor x="764.0" y="1744.0" name="top"/>
+ <anchor x="1580.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="encyrillic"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni029D_.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni029D_.ccmp.glif
index 1337753a3..ae8f2d1ce 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni029D_.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni029D_.ccmp.glif
@@ -1,73 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni029D.ccmp" format="1">
- <advance width="976"/>
+<glyph name="uni029D.ccmp" format="2">
+ <advance width="976.0"/>
+ <guideline x="640.0" y="2160.0" angle="90.0"/>
+ <anchor x="512.0" y="-632.0" name="bottom"/>
+ <anchor x="640.0" y="2200.0" name="top"/>
<outline>
<contour>
- <point x="1056" y="156" type="line"/>
- <point x="372" y="156" type="line" smooth="yes"/>
- <point x="152" y="156"/>
- <point x="-36" y="16"/>
- <point x="-36" y="-212" type="curve" smooth="yes"/>
- <point x="-36" y="-416"/>
- <point x="116" y="-576"/>
- <point x="364" y="-576" type="curve" smooth="yes"/>
- <point x="616" y="-576"/>
- <point x="760" y="-412"/>
- <point x="760" y="-180" type="curve" smooth="yes"/>
- <point x="760" y="336" type="line"/>
- <point x="524" y="336" type="line"/>
- <point x="524" y="-204" type="line" smooth="yes"/>
- <point x="524" y="-292"/>
- <point x="472" y="-368"/>
- <point x="360" y="-368" type="curve" smooth="yes"/>
- <point x="276" y="-368"/>
- <point x="212" y="-296"/>
- <point x="212" y="-212" type="curve" smooth="yes"/>
- <point x="212" y="-132"/>
- <point x="280" y="-64"/>
- <point x="376" y="-64" type="curve" smooth="yes"/>
- <point x="1056" y="-64" type="line"/>
+ <point x="368.0" y="-576.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="-576.0"/>
+ <point x="760.0" y="-412.0"/>
+ <point x="760.0" y="-184.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="336.0" type="line"/>
+ <point x="528.0" y="336.0" type="line"/>
+ <point x="528.0" y="-208.0" type="line" smooth="yes"/>
+ <point x="528.0" y="-292.0"/>
+ <point x="472.0" y="-368.0"/>
+ <point x="360.0" y="-368.0" type="curve" smooth="yes"/>
+ <point x="276.0" y="-368.0"/>
+ <point x="212.0" y="-296.0"/>
+ <point x="216.0" y="-216.0" type="curve" smooth="yes"/>
+ <point x="220.0" y="-132.0"/>
+ <point x="280.0" y="-64.0"/>
+ <point x="376.0" y="-64.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="-64.0" type="line"/>
+ <point x="1056.0" y="160.0" type="line"/>
+ <point x="376.0" y="160.0" type="line" smooth="yes"/>
+ <point x="152.0" y="160.0"/>
+ <point x="-37.0" y="16.0"/>
+ <point x="-40.0" y="-216.0" type="curve" smooth="yes"/>
+ <point x="-43.0" y="-416.0"/>
+ <point x="116.0" y="-576.0"/>
</contour>
- <component base="dotlessi" xOffset="308"/>
<contour>
- <point x="512" y="-632" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="640" y="2200" type="move" name="top"/>
+ <point x="760.0" y="1536.0" type="line"/>
+ <point x="524.0" y="1536.0" type="line"/>
+ <point x="524.0" y="0.0" type="line"/>
+ <point x="760.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>640</integer>
- <key>y</key>
- <integer>2160</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8953856825828552</real>
- <real>0.2715440397434941</real>
- <real>0.8436879515474552</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1177.0, 'leftMargin': 41, 'rightMargin': 27.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 00:57:44</string>
+ <key>public.markColor</key>
+ <string>0.894,0.271,0.843,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02AB__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02AB__.glif
deleted file mode 100644
index 88c00d1cd..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02AB__.glif
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02AB" format="1">
- <advance width="2036"/>
- <unicode hex="02AB"/>
- <outline>
- <contour>
- <point x="1876" y="220" type="line"/>
- <point x="792" y="220" type="line"/>
- <point x="792" y="0" type="line"/>
- <point x="1876" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1856" y="1348" type="line"/>
- <point x="1856" y="1536" type="line"/>
- <point x="1720" y="1536" type="line"/>
- <point x="688" y="200" type="line"/>
- <point x="688" y="0" type="line"/>
- <point x="828" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1736" y="1536" type="line"/>
- <point x="352" y="1536" type="line"/>
- <point x="352" y="1316" type="line"/>
- <point x="1736" y="1316" type="line"/>
- </contour>
- <component base="l"/>
- <contour>
- <point x="988" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="988" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1692" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1767, 'leftMargin': 256, 'rightMargin': 98}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02AC__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02AC__.glif
deleted file mode 100644
index 4b1a9aa56..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02AC__.glif
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02AC" format="1">
- <advance width="1264"/>
- <unicode hex="02AC"/>
- <outline>
- <contour>
- <point x="356" y="1380" type="line"/>
- <point x="356" y="1200" type="line"/>
- <point x="464" y="1200" type="line"/>
- <point x="656" y="1820" type="line"/>
- <point x="668" y="2004" type="line"/>
- <point x="544" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="268" y="2004" type="line"/>
- <point x="52" y="2004" type="line"/>
- <point x="288" y="1200" type="line"/>
- <point x="408" y="1200" type="line"/>
- <point x="400" y="1380" type="line"/>
- </contour>
- <contour>
- <point x="872" y="1380" type="line"/>
- <point x="856" y="1200" type="line"/>
- <point x="976" y="1200" type="line"/>
- <point x="1212" y="2004" type="line"/>
- <point x="1000" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="720" y="2004" type="line"/>
- <point x="604" y="2004" type="line"/>
- <point x="612" y="1824" type="line"/>
- <point x="800" y="1200" type="line"/>
- <point x="912" y="1200" type="line"/>
- <point x="916" y="1380" type="line"/>
- </contour>
- <contour>
- <point x="356" y="184" type="line"/>
- <point x="356" y="0" type="line"/>
- <point x="464" y="0" type="line"/>
- <point x="656" y="624" type="line"/>
- <point x="668" y="804" type="line"/>
- <point x="544" y="804" type="line"/>
- </contour>
- <contour>
- <point x="268" y="804" type="line"/>
- <point x="52" y="804" type="line"/>
- <point x="288" y="0" type="line"/>
- <point x="408" y="0" type="line"/>
- <point x="400" y="184" type="line"/>
- </contour>
- <contour>
- <point x="872" y="184" type="line"/>
- <point x="856" y="0" type="line"/>
- <point x="976" y="0" type="line"/>
- <point x="1212" y="804" type="line"/>
- <point x="1000" y="804" type="line"/>
- </contour>
- <contour>
- <point x="720" y="804" type="line"/>
- <point x="604" y="804" type="line"/>
- <point x="612" y="624" type="line"/>
- <point x="800" y="0" type="line"/>
- <point x="912" y="0" type="line"/>
- <point x="916" y="184" type="line"/>
- </contour>
- <contour>
- <point x="632" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="632" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1268" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1269, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02A_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02A_B_.glif
new file mode 100644
index 000000000..aceb9a752
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02A_B_.glif
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02AB" format="2">
+ <advance width="2036.0"/>
+ <unicode hex="02AB"/>
+ <anchor x="988.0" y="0.0" name="bottom"/>
+ <anchor x="988.0" y="2200.0" name="top"/>
+ <anchor x="1692.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="1876.0" y="220.0" type="line"/>
+ <point x="792.0" y="220.0" type="line"/>
+ <point x="792.0" y="0.0" type="line"/>
+ <point x="1876.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1856.0" y="1348.0" type="line"/>
+ <point x="1856.0" y="1536.0" type="line"/>
+ <point x="1720.0" y="1536.0" type="line"/>
+ <point x="688.0" y="200.0" type="line"/>
+ <point x="688.0" y="0.0" type="line"/>
+ <point x="828.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="1536.0" type="line"/>
+ <point x="352.0" y="1536.0" type="line"/>
+ <point x="352.0" y="1316.0" type="line"/>
+ <point x="1736.0" y="1316.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="452.0" y="2048.0" type="line"/>
+ <point x="216.0" y="2048.0" type="line"/>
+ <point x="216.0" y="0.0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02A_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02A_C_.glif
new file mode 100644
index 000000000..465d78e72
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02A_C_.glif
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02AC" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="02AC"/>
+ <anchor x="632.0" y="0.0" name="bottom"/>
+ <anchor x="632.0" y="2200.0" name="top"/>
+ <anchor x="1268.0" y="2200.0" name="top0315"/>
+ <outline>
+ <contour>
+ <point x="356.0" y="1380.0" type="line"/>
+ <point x="356.0" y="1200.0" type="line"/>
+ <point x="464.0" y="1200.0" type="line"/>
+ <point x="656.0" y="1820.0" type="line"/>
+ <point x="668.0" y="2004.0" type="line"/>
+ <point x="544.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="268.0" y="2004.0" type="line"/>
+ <point x="52.0" y="2004.0" type="line"/>
+ <point x="288.0" y="1200.0" type="line"/>
+ <point x="408.0" y="1200.0" type="line"/>
+ <point x="400.0" y="1380.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="872.0" y="1380.0" type="line"/>
+ <point x="856.0" y="1200.0" type="line"/>
+ <point x="976.0" y="1200.0" type="line"/>
+ <point x="1212.0" y="2004.0" type="line"/>
+ <point x="1000.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="720.0" y="2004.0" type="line"/>
+ <point x="604.0" y="2004.0" type="line"/>
+ <point x="612.0" y="1824.0" type="line"/>
+ <point x="800.0" y="1200.0" type="line"/>
+ <point x="912.0" y="1200.0" type="line"/>
+ <point x="916.0" y="1380.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="356.0" y="184.0" type="line"/>
+ <point x="356.0" y="0.0" type="line"/>
+ <point x="464.0" y="0.0" type="line"/>
+ <point x="656.0" y="624.0" type="line"/>
+ <point x="668.0" y="804.0" type="line"/>
+ <point x="544.0" y="804.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="268.0" y="804.0" type="line"/>
+ <point x="52.0" y="804.0" type="line"/>
+ <point x="288.0" y="0.0" type="line"/>
+ <point x="408.0" y="0.0" type="line"/>
+ <point x="400.0" y="184.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="872.0" y="184.0" type="line"/>
+ <point x="856.0" y="0.0" type="line"/>
+ <point x="976.0" y="0.0" type="line"/>
+ <point x="1212.0" y="804.0" type="line"/>
+ <point x="1000.0" y="804.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="720.0" y="804.0" type="line"/>
+ <point x="604.0" y="804.0" type="line"/>
+ <point x="612.0" y="624.0" type="line"/>
+ <point x="800.0" y="0.0" type="line"/>
+ <point x="912.0" y="0.0" type="line"/>
+ <point x="916.0" y="184.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02B2_.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02B2_.ccmp.glif
deleted file mode 100644
index 96e962417..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02B2_.ccmp.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02B2.ccmp" format="1">
- <advance width="496"/>
- <outline>
- <contour>
- <point x="216" y="1996" type="line"/>
- <point x="216" y="860" type="line" smooth="yes"/>
- <point x="216" y="720"/>
- <point x="188" y="672"/>
- <point x="96" y="672" type="curve" smooth="yes"/>
- <point x="80" y="672"/>
- <point x="52" y="676"/>
- <point x="32" y="680" type="curve"/>
- <point x="32" y="468" type="line"/>
- <point x="64" y="456"/>
- <point x="116" y="452"/>
- <point x="152" y="452" type="curve" smooth="yes"/>
- <point x="384" y="452"/>
- <point x="464" y="628"/>
- <point x="464" y="860" type="curve" smooth="yes"/>
- <point x="464" y="1996" type="line"/>
- </contour>
- <contour>
- <point x="340" y="2268" type="move" name="top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 624, 'leftMargin': 41, 'rightMargin': 150}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02B_2.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02B_2.ccmp.glif
new file mode 100644
index 000000000..f80ebe69a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02B_2.ccmp.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02B2.ccmp" format="2">
+ <advance width="496.0"/>
+ <anchor x="340.0" y="2268.0" name="top"/>
+ <outline>
+ <contour>
+ <point x="216.0" y="1996.0" type="line"/>
+ <point x="216.0" y="860.0" type="line" smooth="yes"/>
+ <point x="216.0" y="720.0"/>
+ <point x="188.0" y="672.0"/>
+ <point x="96.0" y="672.0" type="curve" smooth="yes"/>
+ <point x="80.0" y="672.0"/>
+ <point x="52.0" y="676.0"/>
+ <point x="32.0" y="680.0" type="curve"/>
+ <point x="32.0" y="468.0" type="line"/>
+ <point x="64.0" y="456.0"/>
+ <point x="116.0" y="452.0"/>
+ <point x="152.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="452.0"/>
+ <point x="464.0" y="628.0"/>
+ <point x="464.0" y="860.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1996.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02EA__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02EA__.glif
deleted file mode 100644
index 43339c011..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02EA__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02EA" format="1">
- <advance width="1008"/>
- <unicode hex="02EA"/>
- <outline>
- <contour>
- <point x="896" y="220" type="line"/>
- <point x="276" y="220" type="line"/>
- <point x="276" y="0" type="line"/>
- <point x="896" y="0" type="line"/>
- </contour>
- <contour>
- <point x="388" y="1248" type="line"/>
- <point x="116" y="1248" type="line"/>
- <point x="116" y="0" type="line"/>
- <point x="388" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1023.0, 'leftMargin': 188, 'rightMargin': 55.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02EB__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02EB__.glif
deleted file mode 100644
index 162eddea2..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02EB__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02EB" format="1">
- <advance width="1008"/>
- <unicode hex="02EB"/>
- <outline>
- <contour>
- <point x="852" y="740" type="line"/>
- <point x="316" y="740" type="line"/>
- <point x="316" y="520" type="line"/>
- <point x="852" y="520" type="line"/>
- </contour>
- <contour>
- <point x="432" y="1248" type="line"/>
- <point x="156" y="1248" type="line"/>
- <point x="156" y="0" type="line"/>
- <point x="432" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 941, 'leftMargin': 188, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02EC__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02EC__.glif
deleted file mode 100644
index d8565364d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02EC__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02EC" format="1">
- <advance width="1264"/>
- <unicode hex="02EC"/>
- <outline>
- <contour>
- <point x="428" y="-180" type="line"/>
- <point x="200" y="-180" type="line"/>
- <point x="200" y="-192" type="line"/>
- <point x="548" y="-572" type="line"/>
- <point x="712" y="-572" type="line"/>
- <point x="1068" y="-192" type="line"/>
- <point x="1068" y="-180" type="line"/>
- <point x="832" y="-180" type="line"/>
- <point x="632" y="-408" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1089.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02ED__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02ED__.glif
deleted file mode 100644
index 83a945184..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02ED__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02ED" format="1">
- <advance width="1264"/>
- <unicode hex="02ED"/>
- <outline>
- <contour>
- <point x="1088" y="2112" type="line"/>
- <point x="180" y="2112" type="line"/>
- <point x="180" y="1928" type="line"/>
- <point x="1088" y="1928" type="line"/>
- </contour>
- <contour>
- <point x="1088" y="1796" type="line"/>
- <point x="180" y="1796" type="line"/>
- <point x="180" y="1608" type="line"/>
- <point x="1088" y="1608" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1074, 'leftMargin': 83, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02EF__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02EF__.glif
deleted file mode 100644
index 83be78cd8..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02EF__.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02EF" format="1">
- <advance width="1008"/>
- <unicode hex="02EF"/>
- <outline>
- <contour>
- <point x="488" y="-504" type="line"/>
- <point x="556" y="-748" type="line"/>
- <point x="440" y="-748" type="line"/>
- <point x="152" y="-100" type="line"/>
- <point x="320" y="-100" type="line"/>
- </contour>
- <contour>
- <point x="688" y="-100" type="line"/>
- <point x="856" y="-100" type="line"/>
- <point x="572" y="-748" type="line"/>
- <point x="456" y="-748" type="line"/>
- <point x="524" y="-504" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 843, 'leftMargin': 69, 'rightMargin': 69}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02E_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02E_A_.glif
new file mode 100644
index 000000000..6a2f89fb2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02E_A_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02EA" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02EA"/>
+ <outline>
+ <contour>
+ <point x="896.0" y="220.0" type="line"/>
+ <point x="276.0" y="220.0" type="line"/>
+ <point x="276.0" y="0.0" type="line"/>
+ <point x="896.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="388.0" y="1248.0" type="line"/>
+ <point x="116.0" y="1248.0" type="line"/>
+ <point x="116.0" y="0.0" type="line"/>
+ <point x="388.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02E_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02E_B_.glif
new file mode 100644
index 000000000..9dc936658
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02E_B_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02EB" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02EB"/>
+ <outline>
+ <contour>
+ <point x="852.0" y="740.0" type="line"/>
+ <point x="316.0" y="740.0" type="line"/>
+ <point x="316.0" y="520.0" type="line"/>
+ <point x="852.0" y="520.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="432.0" y="1248.0" type="line"/>
+ <point x="156.0" y="1248.0" type="line"/>
+ <point x="156.0" y="0.0" type="line"/>
+ <point x="432.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02E_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02E_C_.glif
new file mode 100644
index 000000000..88bbad1f4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02E_C_.glif
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02EC" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="02EC"/>
+ <outline>
+ <contour>
+ <point x="428.0" y="-180.0" type="line"/>
+ <point x="200.0" y="-180.0" type="line"/>
+ <point x="200.0" y="-192.0" type="line"/>
+ <point x="548.0" y="-572.0" type="line"/>
+ <point x="712.0" y="-572.0" type="line"/>
+ <point x="1068.0" y="-192.0" type="line"/>
+ <point x="1068.0" y="-180.0" type="line"/>
+ <point x="832.0" y="-180.0" type="line"/>
+ <point x="632.0" y="-408.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02E_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02E_D_.glif
new file mode 100644
index 000000000..0d5d2b10f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02E_D_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02ED" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="02ED"/>
+ <outline>
+ <contour>
+ <point x="1088.0" y="2112.0" type="line"/>
+ <point x="180.0" y="2112.0" type="line"/>
+ <point x="180.0" y="1928.0" type="line"/>
+ <point x="1088.0" y="1928.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1088.0" y="1796.0" type="line"/>
+ <point x="180.0" y="1796.0" type="line"/>
+ <point x="180.0" y="1608.0" type="line"/>
+ <point x="1088.0" y="1608.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02E_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02E_F_.glif
new file mode 100644
index 000000000..bfe886f31
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02E_F_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02EF" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02EF"/>
+ <outline>
+ <contour>
+ <point x="488.0" y="-504.0" type="line"/>
+ <point x="556.0" y="-748.0" type="line"/>
+ <point x="440.0" y="-748.0" type="line"/>
+ <point x="152.0" y="-100.0" type="line"/>
+ <point x="320.0" y="-100.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="688.0" y="-100.0" type="line"/>
+ <point x="856.0" y="-100.0" type="line"/>
+ <point x="572.0" y="-748.0" type="line"/>
+ <point x="456.0" y="-748.0" type="line"/>
+ <point x="524.0" y="-504.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F0_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F0_.glif
deleted file mode 100644
index 755f4171d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F0_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F0" format="1">
- <advance width="1008"/>
- <unicode hex="02F0"/>
- <outline>
- <contour>
- <point x="488" y="-344" type="line"/>
- <point x="556" y="-100" type="line"/>
- <point x="440" y="-100" type="line"/>
- <point x="152" y="-748" type="line"/>
- <point x="320" y="-748" type="line"/>
- </contour>
- <contour>
- <point x="688" y="-748" type="line"/>
- <point x="856" y="-748" type="line"/>
- <point x="572" y="-100" type="line"/>
- <point x="456" y="-100" type="line"/>
- <point x="524" y="-344" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 843, 'leftMargin': 69, 'rightMargin': 69}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F1_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F1_.glif
deleted file mode 100644
index a58edac01..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F1_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F1" format="1">
- <advance width="1008"/>
- <unicode hex="02F1"/>
- <outline>
- <contour>
- <point x="420" y="-444" type="line"/>
- <point x="156" y="-380" type="line"/>
- <point x="156" y="-484" type="line"/>
- <point x="856" y="-752" type="line"/>
- <point x="856" y="-596" type="line"/>
- </contour>
- <contour>
- <point x="856" y="-252" type="line"/>
- <point x="856" y="-100" type="line"/>
- <point x="156" y="-364" type="line"/>
- <point x="156" y="-472" type="line"/>
- <point x="420" y="-412" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 837, 'leftMargin': 69, 'rightMargin': 68}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F2_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F2_.glif
deleted file mode 100644
index 9ccd0fc9b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F2_.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F2" format="1">
- <advance width="1008"/>
- <unicode hex="02F2"/>
- <outline>
- <contour>
- <point x="592" y="-444" type="line"/>
- <point x="856" y="-380" type="line"/>
- <point x="856" y="-484" type="line"/>
- <point x="156" y="-752" type="line"/>
- <point x="156" y="-596" type="line"/>
- </contour>
- <contour>
- <point x="156" y="-252" type="line"/>
- <point x="156" y="-100" type="line"/>
- <point x="856" y="-364" type="line"/>
- <point x="856" y="-472" type="line"/>
- <point x="592" y="-412" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 837, 'leftMargin': 69, 'rightMargin': 68}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F3_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F3_.glif
deleted file mode 100644
index 20b78837b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F3_.glif
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F3" format="1">
- <advance width="752"/>
- <unicode hex="02F3"/>
- <outline>
- <contour>
- <point x="132" y="-336" type="curve" smooth="yes"/>
- <point x="132" y="-476"/>
- <point x="240" y="-568"/>
- <point x="376" y="-568" type="curve" smooth="yes"/>
- <point x="504" y="-568"/>
- <point x="620" y="-476"/>
- <point x="620" y="-336" type="curve" smooth="yes"/>
- <point x="620" y="-200"/>
- <point x="504" y="-104"/>
- <point x="376" y="-104" type="curve" smooth="yes"/>
- <point x="240" y="-104"/>
- <point x="132" y="-200"/>
- </contour>
- <contour>
- <point x="256" y="-336" type="curve" smooth="yes"/>
- <point x="256" y="-268"/>
- <point x="308" y="-216"/>
- <point x="376" y="-216" type="curve" smooth="yes"/>
- <point x="436" y="-216"/>
- <point x="496" y="-268"/>
- <point x="496" y="-336" type="curve" smooth="yes"/>
- <point x="496" y="-404"/>
- <point x="436" y="-456"/>
- <point x="376" y="-456" type="curve" smooth="yes"/>
- <point x="308" y="-456"/>
- <point x="256" y="-404"/>
- </contour>
- <contour>
- <point x="404" y="0" type="move" name="_bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F4_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F4_.glif
deleted file mode 100644
index eabb0c404..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F4_.glif
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F4" format="1">
- <advance width="1008"/>
- <unicode hex="02F4"/>
- <outline>
- <component base="grave" xOffset="132" yOffset="-1400"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 791, 'leftMargin': 69, 'rightMargin': 124}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F5_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F5_.glif
deleted file mode 100644
index 6fab23ab7..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F5_.glif
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F5" format="1">
- <advance width="1520"/>
- <unicode hex="02F5"/>
- <outline>
- <component base="grave" xOffset="128" yOffset="-1400"/>
- <component base="grave" xOffset="652" yOffset="-1400"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1313, 'leftMargin': 69, 'rightMargin': 123}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F6_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F6_.glif
deleted file mode 100644
index 058bd74c4..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F6_.glif
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F6" format="1">
- <advance width="1520"/>
- <unicode hex="02F6"/>
- <outline>
- <component base="acute" xOffset="24" yOffset="-1400"/>
- <component base="acute" xOffset="548" yOffset="-1400"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1327, 'leftMargin': 97, 'rightMargin': 109}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F7_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F7_.glif
deleted file mode 100644
index 18cd426b1..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F7_.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F7" format="1">
- <advance width="1264"/>
- <unicode hex="02F7"/>
- <outline>
- <contour>
- <point x="944" y="-228" type="line"/>
- <point x="944" y="-312"/>
- <point x="884" y="-380"/>
- <point x="808" y="-380" type="curve" smooth="yes"/>
- <point x="664" y="-380"/>
- <point x="596" y="-252"/>
- <point x="444" y="-252" type="curve" smooth="yes"/>
- <point x="272" y="-252"/>
- <point x="140" y="-392"/>
- <point x="140" y="-600" type="curve"/>
- <point x="324" y="-608" type="line"/>
- <point x="324" y="-524"/>
- <point x="380" y="-456"/>
- <point x="456" y="-456" type="curve" smooth="yes"/>
- <point x="608" y="-456"/>
- <point x="636" y="-584"/>
- <point x="824" y="-584" type="curve" smooth="yes"/>
- <point x="992" y="-584"/>
- <point x="1124" y="-452"/>
- <point x="1124" y="-244" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1176, 'leftMargin': 96, 'rightMargin': 97}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F8_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F8_.glif
deleted file mode 100644
index 0a0089abb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F8_.glif
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F8" format="1">
- <advance width="496"/>
- <unicode hex="02F8"/>
- <outline>
- <component base="period" xOffset="-144" yOffset="552"/>
- <component base="period" xOffset="-144" yOffset="1756"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 499, 'leftMargin': 100, 'rightMargin': 63}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F9_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F9_.glif
deleted file mode 100644
index f9011496b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02F9_.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02F9" format="1">
- <advance width="752"/>
- <unicode hex="02F9"/>
- <outline>
- <contour>
- <point x="308" y="2112" type="line"/>
- <point x="104" y="2112" type="line"/>
- <point x="104" y="1580" type="line"/>
- <point x="308" y="1580" type="line"/>
- </contour>
- <contour>
- <point x="104" y="2112" type="line"/>
- <point x="104" y="1920" type="line"/>
- <point x="652" y="1920" type="line"/>
- <point x="652" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 767, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02FA__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02FA__.glif
deleted file mode 100644
index 800235aac..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02FA__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FA" format="1">
- <advance width="752"/>
- <unicode hex="02FA"/>
- <outline>
- <contour>
- <point x="444" y="2112" type="line"/>
- <point x="652" y="2112" type="line"/>
- <point x="652" y="1580" type="line"/>
- <point x="444" y="1580" type="line"/>
- </contour>
- <contour>
- <point x="652" y="2112" type="line"/>
- <point x="652" y="1920" type="line"/>
- <point x="104" y="1920" type="line"/>
- <point x="104" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 767, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02FB__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02FB__.glif
deleted file mode 100644
index 96e2ac063..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02FB__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FB" format="1">
- <advance width="752"/>
- <unicode hex="02FB"/>
- <outline>
- <contour>
- <point x="308" y="-656" type="line"/>
- <point x="104" y="-656" type="line"/>
- <point x="104" y="-124" type="line"/>
- <point x="308" y="-124" type="line"/>
- </contour>
- <contour>
- <point x="104" y="-656" type="line"/>
- <point x="104" y="-464" type="line"/>
- <point x="652" y="-464" type="line"/>
- <point x="652" y="-656" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 767, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02FC__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02FC__.glif
deleted file mode 100644
index ba629a3f9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02FC__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FC" format="1">
- <advance width="752"/>
- <unicode hex="02FC"/>
- <outline>
- <contour>
- <point x="652" y="-656" type="line"/>
- <point x="652" y="-464" type="line"/>
- <point x="104" y="-464" type="line"/>
- <point x="104" y="-656" type="line"/>
- </contour>
- <contour>
- <point x="444" y="-656" type="line"/>
- <point x="652" y="-656" type="line"/>
- <point x="652" y="-124" type="line"/>
- <point x="444" y="-124" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 767, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02FD__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02FD__.glif
deleted file mode 100644
index 7bbd201d7..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02FD__.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FD" format="1">
- <advance width="1264"/>
- <unicode hex="02FD"/>
- <outline>
- <contour>
- <point x="912" y="-460" type="line"/>
- <point x="348" y="-460" type="line"/>
- <point x="348" y="-628" type="line"/>
- <point x="912" y="-628" type="line"/>
- </contour>
- <contour>
- <point x="372" y="-140" type="line"/>
- <point x="164" y="-140" type="line"/>
- <point x="164" y="-628" type="line"/>
- <point x="372" y="-628" type="line"/>
- </contour>
- <contour>
- <point x="1100" y="-140" type="line"/>
- <point x="892" y="-140" type="line"/>
- <point x="892" y="-628" type="line"/>
- <point x="1100" y="-628" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1156, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02FE__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02FE__.glif
deleted file mode 100644
index d09b3c421..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02FE__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FE" format="1">
- <advance width="1264"/>
- <unicode hex="02FE"/>
- <outline>
- <contour>
- <point x="1100" y="-488" type="line"/>
- <point x="348" y="-488" type="line"/>
- <point x="348" y="-656" type="line"/>
- <point x="1100" y="-656" type="line"/>
- </contour>
- <contour>
- <point x="372" y="-124" type="line"/>
- <point x="164" y="-124" type="line"/>
- <point x="164" y="-656" type="line"/>
- <point x="372" y="-656" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1156, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02FF__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02FF__.glif
deleted file mode 100644
index 3af574640..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni02FF__.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni02FF" format="1">
- <advance width="1264"/>
- <unicode hex="02FF"/>
- <outline>
- <contour>
- <point x="1164" y="-100" type="line"/>
- <point x="272" y="-100" type="line"/>
- <point x="272" y="-268" type="line"/>
- <point x="1164" y="-268" type="line"/>
- </contour>
- <contour>
- <point x="516" y="232" type="line"/>
- <point x="100" y="-184" type="line"/>
- <point x="232" y="-292" type="line"/>
- <point x="756" y="232" type="line"/>
- </contour>
- <contour>
- <point x="756" y="-600" type="line"/>
- <point x="240" y="-84" type="line"/>
- <point x="100" y="-184" type="line"/>
- <point x="516" y="-600" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1255, 'leftMargin': 83, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_0.glif
new file mode 100644
index 000000000..87be3506c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_0.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F0" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02F0"/>
+ <outline>
+ <contour>
+ <point x="488.0" y="-344.0" type="line"/>
+ <point x="556.0" y="-100.0" type="line"/>
+ <point x="440.0" y="-100.0" type="line"/>
+ <point x="152.0" y="-748.0" type="line"/>
+ <point x="320.0" y="-748.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="688.0" y="-748.0" type="line"/>
+ <point x="856.0" y="-748.0" type="line"/>
+ <point x="572.0" y="-100.0" type="line"/>
+ <point x="456.0" y="-100.0" type="line"/>
+ <point x="524.0" y="-344.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_1.glif
new file mode 100644
index 000000000..b7c8aee9c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_1.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F1" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02F1"/>
+ <outline>
+ <contour>
+ <point x="420.0" y="-444.0" type="line"/>
+ <point x="156.0" y="-380.0" type="line"/>
+ <point x="156.0" y="-484.0" type="line"/>
+ <point x="856.0" y="-752.0" type="line"/>
+ <point x="856.0" y="-596.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="856.0" y="-252.0" type="line"/>
+ <point x="856.0" y="-100.0" type="line"/>
+ <point x="156.0" y="-364.0" type="line"/>
+ <point x="156.0" y="-472.0" type="line"/>
+ <point x="420.0" y="-412.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_2.glif
new file mode 100644
index 000000000..0afc271d1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_2.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F2" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02F2"/>
+ <outline>
+ <contour>
+ <point x="592.0" y="-444.0" type="line"/>
+ <point x="856.0" y="-380.0" type="line"/>
+ <point x="856.0" y="-484.0" type="line"/>
+ <point x="156.0" y="-752.0" type="line"/>
+ <point x="156.0" y="-596.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="156.0" y="-252.0" type="line"/>
+ <point x="156.0" y="-100.0" type="line"/>
+ <point x="856.0" y="-364.0" type="line"/>
+ <point x="856.0" y="-472.0" type="line"/>
+ <point x="592.0" y="-412.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_3.glif
new file mode 100644
index 000000000..33cf2ca21
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_3.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F3" format="2">
+ <advance width="752.0"/>
+ <unicode hex="02F3"/>
+ <anchor x="404.0" y="0.0" name="_bottom"/>
+ <outline>
+ <contour>
+ <point x="132.0" y="-336.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="-476.0"/>
+ <point x="240.0" y="-568.0"/>
+ <point x="376.0" y="-568.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="-568.0"/>
+ <point x="620.0" y="-476.0"/>
+ <point x="620.0" y="-336.0" type="curve" smooth="yes"/>
+ <point x="620.0" y="-200.0"/>
+ <point x="504.0" y="-104.0"/>
+ <point x="376.0" y="-104.0" type="curve" smooth="yes"/>
+ <point x="240.0" y="-104.0"/>
+ <point x="132.0" y="-200.0"/>
+ </contour>
+ <contour>
+ <point x="256.0" y="-336.0" type="curve" smooth="yes"/>
+ <point x="256.0" y="-268.0"/>
+ <point x="308.0" y="-216.0"/>
+ <point x="376.0" y="-216.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="-216.0"/>
+ <point x="496.0" y="-268.0"/>
+ <point x="496.0" y="-336.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="-404.0"/>
+ <point x="436.0" y="-456.0"/>
+ <point x="376.0" y="-456.0" type="curve" smooth="yes"/>
+ <point x="308.0" y="-456.0"/>
+ <point x="256.0" y="-404.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_4.glif
new file mode 100644
index 000000000..a07559a8f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_4.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F4" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="02F4"/>
+ <outline>
+ <component base="grave" xOffset="132.0" yOffset="-1400.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_5.glif
new file mode 100644
index 000000000..f10fcb51b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_5.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F5" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="02F5"/>
+ <outline>
+ <component base="grave" xOffset="128.0" yOffset="-1400.0"/>
+ <component base="grave" xOffset="652.0" yOffset="-1400.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_6.glif
new file mode 100644
index 000000000..703eea706
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_6.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F6" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="02F6"/>
+ <outline>
+ <component base="acute" xOffset="24.0" yOffset="-1400.0"/>
+ <component base="acute" xOffset="548.0" yOffset="-1400.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_7.glif
new file mode 100644
index 000000000..ed6580b1d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_7.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F7" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="02F7"/>
+ <outline>
+ <contour>
+ <point x="944.0" y="-228.0" type="line"/>
+ <point x="944.0" y="-312.0"/>
+ <point x="884.0" y="-380.0"/>
+ <point x="808.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="664.0" y="-380.0"/>
+ <point x="596.0" y="-252.0"/>
+ <point x="444.0" y="-252.0" type="curve" smooth="yes"/>
+ <point x="272.0" y="-252.0"/>
+ <point x="140.0" y="-392.0"/>
+ <point x="140.0" y="-600.0" type="curve"/>
+ <point x="324.0" y="-608.0" type="line"/>
+ <point x="324.0" y="-524.0"/>
+ <point x="380.0" y="-456.0"/>
+ <point x="456.0" y="-456.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="-456.0"/>
+ <point x="636.0" y="-584.0"/>
+ <point x="824.0" y="-584.0" type="curve" smooth="yes"/>
+ <point x="992.0" y="-584.0"/>
+ <point x="1124.0" y="-452.0"/>
+ <point x="1124.0" y="-244.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_8.glif
new file mode 100644
index 000000000..a5cbb8f3a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_8.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F8" format="2">
+ <advance width="496.0"/>
+ <unicode hex="02F8"/>
+ <outline>
+ <component base="period" xOffset="-144.0" yOffset="552.0"/>
+ <component base="period" xOffset="-144.0" yOffset="1756.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_9.glif
new file mode 100644
index 000000000..bbcfe5e86
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_9.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02F9" format="2">
+ <advance width="752.0"/>
+ <unicode hex="02F9"/>
+ <outline>
+ <contour>
+ <point x="308.0" y="2112.0" type="line"/>
+ <point x="104.0" y="2112.0" type="line"/>
+ <point x="104.0" y="1580.0" type="line"/>
+ <point x="308.0" y="1580.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="104.0" y="2112.0" type="line"/>
+ <point x="104.0" y="1920.0" type="line"/>
+ <point x="652.0" y="1920.0" type="line"/>
+ <point x="652.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_A_.glif
new file mode 100644
index 000000000..f09ad24ce
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_A_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FA" format="2">
+ <advance width="752.0"/>
+ <unicode hex="02FA"/>
+ <outline>
+ <contour>
+ <point x="444.0" y="2112.0" type="line"/>
+ <point x="652.0" y="2112.0" type="line"/>
+ <point x="652.0" y="1580.0" type="line"/>
+ <point x="444.0" y="1580.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="652.0" y="2112.0" type="line"/>
+ <point x="652.0" y="1920.0" type="line"/>
+ <point x="104.0" y="1920.0" type="line"/>
+ <point x="104.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_B_.glif
new file mode 100644
index 000000000..580e3de9b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_B_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FB" format="2">
+ <advance width="752.0"/>
+ <unicode hex="02FB"/>
+ <outline>
+ <contour>
+ <point x="308.0" y="-656.0" type="line"/>
+ <point x="104.0" y="-656.0" type="line"/>
+ <point x="104.0" y="-124.0" type="line"/>
+ <point x="308.0" y="-124.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="104.0" y="-656.0" type="line"/>
+ <point x="104.0" y="-464.0" type="line"/>
+ <point x="652.0" y="-464.0" type="line"/>
+ <point x="652.0" y="-656.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_C_.glif
new file mode 100644
index 000000000..e73b49fd1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_C_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FC" format="2">
+ <advance width="752.0"/>
+ <unicode hex="02FC"/>
+ <outline>
+ <contour>
+ <point x="652.0" y="-656.0" type="line"/>
+ <point x="652.0" y="-464.0" type="line"/>
+ <point x="104.0" y="-464.0" type="line"/>
+ <point x="104.0" y="-656.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="444.0" y="-656.0" type="line"/>
+ <point x="652.0" y="-656.0" type="line"/>
+ <point x="652.0" y="-124.0" type="line"/>
+ <point x="444.0" y="-124.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_D_.glif
new file mode 100644
index 000000000..838d14d50
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_D_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FD" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="02FD"/>
+ <outline>
+ <contour>
+ <point x="912.0" y="-460.0" type="line"/>
+ <point x="348.0" y="-460.0" type="line"/>
+ <point x="348.0" y="-628.0" type="line"/>
+ <point x="912.0" y="-628.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="372.0" y="-140.0" type="line"/>
+ <point x="164.0" y="-140.0" type="line"/>
+ <point x="164.0" y="-628.0" type="line"/>
+ <point x="372.0" y="-628.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1100.0" y="-140.0" type="line"/>
+ <point x="892.0" y="-140.0" type="line"/>
+ <point x="892.0" y="-628.0" type="line"/>
+ <point x="1100.0" y="-628.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_E_.glif
new file mode 100644
index 000000000..cb8b11dbe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_E_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FE" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="02FE"/>
+ <outline>
+ <contour>
+ <point x="1100.0" y="-488.0" type="line"/>
+ <point x="348.0" y="-488.0" type="line"/>
+ <point x="348.0" y="-656.0" type="line"/>
+ <point x="1100.0" y="-656.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="372.0" y="-124.0" type="line"/>
+ <point x="164.0" y="-124.0" type="line"/>
+ <point x="164.0" y="-656.0" type="line"/>
+ <point x="372.0" y="-656.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni02F_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni02F_F_.glif
new file mode 100644
index 000000000..98341dc6a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni02F_F_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni02FF" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="02FF"/>
+ <outline>
+ <contour>
+ <point x="1164.0" y="-100.0" type="line"/>
+ <point x="272.0" y="-100.0" type="line"/>
+ <point x="272.0" y="-268.0" type="line"/>
+ <point x="1164.0" y="-268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="516.0" y="232.0" type="line"/>
+ <point x="100.0" y="-184.0" type="line"/>
+ <point x="232.0" y="-292.0" type="line"/>
+ <point x="756.0" y="232.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="756.0" y="-600.0" type="line"/>
+ <point x="240.0" y="-84.0" type="line"/>
+ <point x="100.0" y="-184.0" type="line"/>
+ <point x="516.0" y="-600.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0346.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0346.glif
index e62c8f6d7..e1c70c090 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0346.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0346.glif
@@ -1,42 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0346" format="1">
- <advance width="0"/>
+<glyph name="uni0346" format="2">
<unicode hex="0346"/>
+ <anchor x="-806.0" y="1664.0" name="_marktop"/>
+ <anchor x="-806.0" y="2354.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-806" y="1664" type="move" name="_marktop"/>
+ <point x="-528.0" y="2052.0" type="line"/>
+ <point x="-1096.0" y="2052.0" type="line"/>
+ <point x="-1096.0" y="2221.0" type="line"/>
+ <point x="-528.0" y="2221.0" type="line"/>
</contour>
<contour>
- <point x="-806" y="2354" type="move" name="mkmktop"/>
+ <point x="-1070.0" y="1690.0" type="line"/>
+ <point x="-1277.0" y="1690.0" type="line"/>
+ <point x="-1277.0" y="2221.0" type="line"/>
+ <point x="-1070.0" y="2221.0" type="line"/>
</contour>
<contour>
- <point x="-528" y="2052" type="line"/>
- <point x="-1096" y="2052" type="line"/>
- <point x="-1096" y="2221" type="line"/>
- <point x="-528" y="2221" type="line"/>
- </contour>
- <contour>
- <point x="-1070" y="1690" type="line"/>
- <point x="-1277" y="1690" type="line"/>
- <point x="-1277" y="2221" type="line"/>
- <point x="-1070" y="2221" type="line"/>
- </contour>
- <contour>
- <point x="-341" y="1690" type="line"/>
- <point x="-549" y="1690" type="line"/>
- <point x="-549" y="2221" type="line"/>
- <point x="-341" y="2221" type="line"/>
+ <point x="-341.0" y="1690.0" type="line"/>
+ <point x="-549.0" y="1690.0" type="line"/>
+ <point x="-549.0" y="2221.0" type="line"/>
+ <point x="-341.0" y="2221.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0347.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0347.glif
index 270db0dff..f064a7f6f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0347.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0347.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0347" format="1">
- <advance width="0"/>
+<glyph name="uni0347" format="2">
<unicode hex="0347"/>
+ <anchor x="-806.0" y="0.0" name="_markbottom"/>
+ <anchor x="-806.0" y="-645.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-806" y="0" type="move" name="_markbottom"/>
+ <point x="-1114.0" y="-150.0" type="line"/>
+ <point x="-1114.0" y="-342.0" type="line"/>
+ <point x="-498.0" y="-342.0" type="line"/>
+ <point x="-498.0" y="-150.0" type="line"/>
</contour>
<contour>
- <point x="-806" y="-645" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1114" y="-150" type="line"/>
- <point x="-1114" y="-342" type="line"/>
- <point x="-498" y="-342" type="line"/>
- <point x="-498" y="-150" type="line"/>
- </contour>
- <contour>
- <point x="-1114" y="-452" type="line"/>
- <point x="-1114" y="-645" type="line"/>
- <point x="-498" y="-645" type="line"/>
- <point x="-498" y="-452" type="line"/>
+ <point x="-1114.0" y="-452.0" type="line"/>
+ <point x="-1114.0" y="-645.0" type="line"/>
+ <point x="-498.0" y="-645.0" type="line"/>
+ <point x="-498.0" y="-452.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0348.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0348.glif
index ce6db7069..abaa16561 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0348.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0348.glif
@@ -1,26 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0348" format="1">
- <advance width="0"/>
+<glyph name="uni0348" format="2">
<unicode hex="0348"/>
+ <anchor x="-807.0" y="0.0" name="_markbottom"/>
+ <anchor x="-807.0" y="-672.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-807" y="-672" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-807" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="linevert" xOffset="-1172" yOffset="-2255"/>
- <component base="linevert" xOffset="-787" yOffset="-2255"/>
+ <component base="linevert" xOffset="-1172.0" yOffset="-2255.0"/>
+ <component base="linevert" xOffset="-787.0" yOffset="-2255.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0349.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0349.glif
index 1aa387ec8..695bbb90b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0349.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0349.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0349" format="1">
- <advance width="0"/>
+<glyph name="uni0349" format="2">
<unicode hex="0349"/>
+ <anchor x="-782.0" y="0.0" name="_markbottom"/>
+ <anchor x="-782.0" y="-697.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-782" y="0" type="move" name="_markbottom"/>
+ <point x="-715.0" y="-166.0" type="line"/>
+ <point x="-509.0" y="-166.0" type="line"/>
+ <point x="-509.0" y="-697.0" type="line"/>
+ <point x="-715.0" y="-697.0" type="line"/>
</contour>
<contour>
- <point x="-782" y="-697" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-715" y="-166" type="line"/>
- <point x="-509" y="-166" type="line"/>
- <point x="-509" y="-697" type="line"/>
- <point x="-715" y="-697" type="line"/>
- </contour>
- <contour>
- <point x="-509" y="-166" type="line"/>
- <point x="-509" y="-359" type="line"/>
- <point x="-1056" y="-359" type="line"/>
- <point x="-1056" y="-166" type="line"/>
+ <point x="-509.0" y="-166.0" type="line"/>
+ <point x="-509.0" y="-359.0" type="line"/>
+ <point x="-1056.0" y="-359.0" type="line"/>
+ <point x="-1056.0" y="-166.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni034A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni034A_.glif
index a213e898e..04e71764f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni034A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni034A_.glif
@@ -1,31 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034A" format="1">
- <advance width="0"/>
+<glyph name="uni034A" format="2">
<unicode hex="034A"/>
+ <anchor x="-807.0" y="1727.0" name="_marktop"/>
+ <anchor x="-807.0" y="2263.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-807" y="1727" type="move" name="_marktop"/>
+ <point x="-741.0" y="2164.0" type="line"/>
+ <point x="-1002.0" y="1715.0" type="line"/>
+ <point x="-869.0" y="1631.0" type="line"/>
+ <point x="-611.0" y="2080.0" type="line"/>
</contour>
<contour>
- <point x="-807" y="2263" type="move" name="mkmktop"/>
+ <point x="-530.0" y="2100.0" type="line"/>
+ <point x="-530.0" y="2016.0"/>
+ <point x="-590.0" y="1948.0"/>
+ <point x="-666.0" y="1948.0" type="curve" smooth="yes"/>
+ <point x="-810.0" y="1948.0"/>
+ <point x="-878.0" y="2076.0"/>
+ <point x="-1030.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="-1202.0" y="2076.0"/>
+ <point x="-1334.0" y="1932.0"/>
+ <point x="-1334.0" y="1728.0" type="curve"/>
+ <point x="-1150.0" y="1720.0" type="line"/>
+ <point x="-1150.0" y="1804.0"/>
+ <point x="-1094.0" y="1872.0"/>
+ <point x="-1018.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="-866.0" y="1872.0"/>
+ <point x="-838.0" y="1744.0"/>
+ <point x="-654.0" y="1744.0" type="curve" smooth="yes"/>
+ <point x="-482.0" y="1744.0"/>
+ <point x="-350.0" y="1876.0"/>
+ <point x="-350.0" y="2084.0" type="curve"/>
</contour>
- <contour>
- <point x="-741" y="2164" type="line"/>
- <point x="-1002" y="1715" type="line"/>
- <point x="-869" y="1631" type="line"/>
- <point x="-611" y="2080" type="line"/>
- </contour>
- <component base="tilde" xOffset="-1474"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni034B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni034B_.glif
index 1b47641b6..032bee9ef 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni034B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni034B_.glif
@@ -1,74 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034B" format="1">
- <advance width="0"/>
+<glyph name="uni034B" format="2">
<unicode hex="034B"/>
+ <anchor x="-869.0" y="1543.0" name="_marktop"/>
+ <anchor x="-869.0" y="2610.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-869" y="1543" type="move" name="_marktop"/>
+ <point x="-561.0" y="2243.0" type="line"/>
+ <point x="-561.0" y="2157.0"/>
+ <point x="-620.0" y="2090.0"/>
+ <point x="-696.0" y="2090.0" type="curve" smooth="yes"/>
+ <point x="-840.0" y="2090.0"/>
+ <point x="-909.0" y="2218.0"/>
+ <point x="-1062.0" y="2218.0" type="curve" smooth="yes"/>
+ <point x="-1232.0" y="2218.0"/>
+ <point x="-1363.0" y="2075.0"/>
+ <point x="-1363.0" y="1870.0" type="curve"/>
+ <point x="-1181.0" y="1860.0" type="line"/>
+ <point x="-1181.0" y="1944.0"/>
+ <point x="-1123.0" y="2012.0"/>
+ <point x="-1048.0" y="2012.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="2012.0"/>
+ <point x="-868.0" y="1885.0"/>
+ <point x="-682.0" y="1885.0" type="curve" smooth="yes"/>
+ <point x="-513.0" y="1885.0"/>
+ <point x="-380.0" y="2019.0"/>
+ <point x="-380.0" y="2225.0" type="curve"/>
</contour>
<contour>
- <point x="-869" y="2610" type="move" name="mkmktop"/>
+ <point x="-1027.0" y="2399.0" type="curve" smooth="yes"/>
+ <point x="-1027.0" y="2316.0"/>
+ <point x="-974.0" y="2250.0"/>
+ <point x="-869.0" y="2250.0" type="curve" smooth="yes"/>
+ <point x="-765.0" y="2250.0"/>
+ <point x="-710.0" y="2316.0"/>
+ <point x="-710.0" y="2399.0" type="curve" smooth="yes"/>
+ <point x="-710.0" y="2485.0"/>
+ <point x="-765.0" y="2552.0"/>
+ <point x="-869.0" y="2552.0" type="curve" smooth="yes"/>
+ <point x="-974.0" y="2552.0"/>
+ <point x="-1027.0" y="2485.0"/>
</contour>
<contour>
- <point x="-561" y="2243" type="line"/>
- <point x="-561" y="2157"/>
- <point x="-620" y="2090"/>
- <point x="-696" y="2090" type="curve" smooth="yes"/>
- <point x="-840" y="2090"/>
- <point x="-909" y="2218"/>
- <point x="-1062" y="2218" type="curve" smooth="yes"/>
- <point x="-1232" y="2218"/>
- <point x="-1363" y="2075"/>
- <point x="-1363" y="1870" type="curve"/>
- <point x="-1181" y="1860" type="line"/>
- <point x="-1181" y="1944"/>
- <point x="-1123" y="2012"/>
- <point x="-1048" y="2012" type="curve" smooth="yes"/>
- <point x="-897" y="2012"/>
- <point x="-868" y="1885"/>
- <point x="-682" y="1885" type="curve" smooth="yes"/>
- <point x="-513" y="1885"/>
- <point x="-380" y="2019"/>
- <point x="-380" y="2225" type="curve"/>
- </contour>
- <contour>
- <point x="-1027" y="2399" type="curve" smooth="yes"/>
- <point x="-1027" y="2316"/>
- <point x="-974" y="2250"/>
- <point x="-869" y="2250" type="curve" smooth="yes"/>
- <point x="-765" y="2250"/>
- <point x="-710" y="2316"/>
- <point x="-710" y="2399" type="curve" smooth="yes"/>
- <point x="-710" y="2485"/>
- <point x="-765" y="2552"/>
- <point x="-869" y="2552" type="curve" smooth="yes"/>
- <point x="-974" y="2552"/>
- <point x="-1027" y="2485"/>
- </contour>
- <contour>
- <point x="-1027" y="1712" type="curve" smooth="yes"/>
- <point x="-1027" y="1628"/>
- <point x="-974" y="1562"/>
- <point x="-869" y="1562" type="curve" smooth="yes"/>
- <point x="-765" y="1562"/>
- <point x="-710" y="1628"/>
- <point x="-710" y="1712" type="curve" smooth="yes"/>
- <point x="-710" y="1797"/>
- <point x="-765" y="1865"/>
- <point x="-869" y="1865" type="curve" smooth="yes"/>
- <point x="-974" y="1865"/>
- <point x="-1027" y="1797"/>
+ <point x="-1027.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="-1027.0" y="1628.0"/>
+ <point x="-974.0" y="1562.0"/>
+ <point x="-869.0" y="1562.0" type="curve" smooth="yes"/>
+ <point x="-765.0" y="1562.0"/>
+ <point x="-710.0" y="1628.0"/>
+ <point x="-710.0" y="1712.0" type="curve" smooth="yes"/>
+ <point x="-710.0" y="1797.0"/>
+ <point x="-765.0" y="1865.0"/>
+ <point x="-869.0" y="1865.0" type="curve" smooth="yes"/>
+ <point x="-974.0" y="1865.0"/>
+ <point x="-1027.0" y="1797.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni034C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni034C_.glif
index 1ed74daa7..6f23f31f8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni034C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni034C_.glif
@@ -1,68 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034C" format="1">
- <advance width="0"/>
+<glyph name="uni034C" format="2">
<unicode hex="034C"/>
+ <anchor x="-784.0" y="1713.0" name="_marktop"/>
+ <anchor x="-784.0" y="2287.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-784" y="1713" type="move" name="_marktop"/>
+ <point x="-474.0" y="2001.0" type="line"/>
+ <point x="-474.0" y="1936.0"/>
+ <point x="-534.0" y="1887.0"/>
+ <point x="-609.0" y="1887.0" type="curve" smooth="yes"/>
+ <point x="-754.0" y="1887.0"/>
+ <point x="-822.0" y="1981.0"/>
+ <point x="-975.0" y="1981.0" type="curve" smooth="yes"/>
+ <point x="-1145.0" y="1981.0"/>
+ <point x="-1276.0" y="1874.0"/>
+ <point x="-1276.0" y="1722.0" type="curve"/>
+ <point x="-1095.0" y="1713.0" type="line"/>
+ <point x="-1095.0" y="1777.0"/>
+ <point x="-1037.0" y="1827.0"/>
+ <point x="-961.0" y="1827.0" type="curve" smooth="yes"/>
+ <point x="-810.0" y="1827.0"/>
+ <point x="-781.0" y="1733.0"/>
+ <point x="-595.0" y="1733.0" type="curve" smooth="yes"/>
+ <point x="-426.0" y="1733.0"/>
+ <point x="-293.0" y="1833.0"/>
+ <point x="-293.0" y="1987.0" type="curve"/>
</contour>
<contour>
- <point x="-784" y="2287" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-474" y="2001" type="line"/>
- <point x="-474" y="1936"/>
- <point x="-534" y="1887"/>
- <point x="-609" y="1887" type="curve" smooth="yes"/>
- <point x="-754" y="1887"/>
- <point x="-822" y="1981"/>
- <point x="-975" y="1981" type="curve" smooth="yes"/>
- <point x="-1145" y="1981"/>
- <point x="-1276" y="1874"/>
- <point x="-1276" y="1722" type="curve"/>
- <point x="-1095" y="1713" type="line"/>
- <point x="-1095" y="1777"/>
- <point x="-1037" y="1827"/>
- <point x="-961" y="1827" type="curve" smooth="yes"/>
- <point x="-810" y="1827"/>
- <point x="-781" y="1733"/>
- <point x="-595" y="1733" type="curve" smooth="yes"/>
- <point x="-426" y="1733"/>
- <point x="-293" y="1833"/>
- <point x="-293" y="1987" type="curve"/>
- </contour>
- <contour>
- <point x="-474" y="2287" type="line"/>
- <point x="-474" y="2222"/>
- <point x="-534" y="2173"/>
- <point x="-609" y="2173" type="curve" smooth="yes"/>
- <point x="-754" y="2173"/>
- <point x="-822" y="2267"/>
- <point x="-975" y="2267" type="curve" smooth="yes"/>
- <point x="-1145" y="2267"/>
- <point x="-1276" y="2160"/>
- <point x="-1276" y="2008" type="curve"/>
- <point x="-1095" y="1999" type="line"/>
- <point x="-1095" y="2063"/>
- <point x="-1037" y="2113"/>
- <point x="-961" y="2113" type="curve" smooth="yes"/>
- <point x="-810" y="2113"/>
- <point x="-781" y="2019"/>
- <point x="-595" y="2019" type="curve" smooth="yes"/>
- <point x="-426" y="2019"/>
- <point x="-293" y="2119"/>
- <point x="-293" y="2273" type="curve"/>
+ <point x="-474.0" y="2287.0" type="line"/>
+ <point x="-474.0" y="2222.0"/>
+ <point x="-534.0" y="2173.0"/>
+ <point x="-609.0" y="2173.0" type="curve" smooth="yes"/>
+ <point x="-754.0" y="2173.0"/>
+ <point x="-822.0" y="2267.0"/>
+ <point x="-975.0" y="2267.0" type="curve" smooth="yes"/>
+ <point x="-1145.0" y="2267.0"/>
+ <point x="-1276.0" y="2160.0"/>
+ <point x="-1276.0" y="2008.0" type="curve"/>
+ <point x="-1095.0" y="1999.0" type="line"/>
+ <point x="-1095.0" y="2063.0"/>
+ <point x="-1037.0" y="2113.0"/>
+ <point x="-961.0" y="2113.0" type="curve" smooth="yes"/>
+ <point x="-810.0" y="2113.0"/>
+ <point x="-781.0" y="2019.0"/>
+ <point x="-595.0" y="2019.0" type="curve" smooth="yes"/>
+ <point x="-426.0" y="2019.0"/>
+ <point x="-293.0" y="2119.0"/>
+ <point x="-293.0" y="2273.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni034D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni034D_.glif
index 0c173a914..1c8bd8fe5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni034D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni034D_.glif
@@ -1,54 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034D" format="1">
- <advance width="0"/>
+<glyph name="uni034D" format="2">
<unicode hex="034D"/>
+ <anchor x="-807.0" y="0.0" name="_markbottom"/>
+ <anchor x="-807.0" y="-759.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-807" y="0" type="move" name="_markbottom"/>
+ <point x="-366.0" y="-382.0" type="line"/>
+ <point x="-1242.0" y="-382.0" type="line"/>
+ <point x="-1242.0" y="-521.0" type="line"/>
+ <point x="-366.0" y="-521.0" type="line"/>
</contour>
<contour>
- <point x="-807" y="-759" type="move" name="mkmkbottom_acc"/>
+ <point x="-903.0" y="-758.0" type="line"/>
+ <point x="-1268.0" y="-374.0" type="line"/>
+ <point x="-1361.0" y="-452.0" type="line"/>
+ <point x="-1071.0" y="-758.0" type="line"/>
</contour>
<contour>
- <point x="-366" y="-382" type="line"/>
- <point x="-1242" y="-382" type="line"/>
- <point x="-1242" y="-521" type="line"/>
- <point x="-366" y="-521" type="line"/>
+ <point x="-1071.0" y="-147.0" type="line"/>
+ <point x="-1361.0" y="-452.0" type="line"/>
+ <point x="-1264.0" y="-525.0" type="line"/>
+ <point x="-903.0" y="-147.0" type="line"/>
</contour>
<contour>
- <point x="-903" y="-758" type="line"/>
- <point x="-1268" y="-374" type="line"/>
- <point x="-1361" y="-452" type="line"/>
- <point x="-1071" y="-758" type="line"/>
+ <point x="-545.0" y="-758.0" type="line"/>
+ <point x="-254.0" y="-452.0" type="line"/>
+ <point x="-348.0" y="-374.0" type="line"/>
+ <point x="-712.0" y="-758.0" type="line"/>
</contour>
<contour>
- <point x="-1071" y="-147" type="line"/>
- <point x="-1361" y="-452" type="line"/>
- <point x="-1264" y="-525" type="line"/>
- <point x="-903" y="-147" type="line"/>
- </contour>
- <contour>
- <point x="-545" y="-758" type="line"/>
- <point x="-254" y="-452" type="line"/>
- <point x="-348" y="-374" type="line"/>
- <point x="-712" y="-758" type="line"/>
- </contour>
- <contour>
- <point x="-712" y="-147" type="line"/>
- <point x="-352" y="-525" type="line"/>
- <point x="-254" y="-452" type="line"/>
- <point x="-545" y="-147" type="line"/>
+ <point x="-712.0" y="-147.0" type="line"/>
+ <point x="-352.0" y="-525.0" type="line"/>
+ <point x="-254.0" y="-452.0" type="line"/>
+ <point x="-545.0" y="-147.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni034E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni034E_.glif
index c5265b09c..9260846e2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni034E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni034E_.glif
@@ -1,42 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034E" format="1">
- <advance width="0"/>
+<glyph name="uni034E" format="2">
<unicode hex="034E"/>
+ <anchor x="-809.0" y="0.0" name="_markbottom"/>
+ <anchor x="-809.0" y="-755.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-809" y="0" type="move" name="_markbottom"/>
+ <point x="-740.0" y="-755.0" type="line"/>
+ <point x="-740.0" y="-250.0" type="line"/>
+ <point x="-876.0" y="-250.0" type="line"/>
+ <point x="-876.0" y="-755.0" type="line"/>
</contour>
<contour>
- <point x="-809" y="-755" type="move" name="mkmkbottom_acc"/>
+ <point x="-1141.0" y="-589.0" type="line"/>
+ <point x="-723.0" y="-223.0" type="line"/>
+ <point x="-809.0" y="-131.0" type="line"/>
+ <point x="-1141.0" y="-421.0" type="line"/>
</contour>
<contour>
- <point x="-740" y="-755" type="line"/>
- <point x="-740" y="-250" type="line"/>
- <point x="-876" y="-250" type="line"/>
- <point x="-876" y="-755" type="line"/>
- </contour>
- <contour>
- <point x="-1141" y="-589" type="line"/>
- <point x="-723" y="-223" type="line"/>
- <point x="-809" y="-131" type="line"/>
- <point x="-1141" y="-421" type="line"/>
- </contour>
- <contour>
- <point x="-476" y="-421" type="line"/>
- <point x="-809" y="-131" type="line"/>
- <point x="-888" y="-228" type="line"/>
- <point x="-476" y="-589" type="line"/>
+ <point x="-476.0" y="-421.0" type="line"/>
+ <point x="-809.0" y="-131.0" type="line"/>
+ <point x="-888.0" y="-228.0" type="line"/>
+ <point x="-476.0" y="-589.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni034F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni034F_.glif
index 37266a5ba..7b0ff3989 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni034F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni034F_.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni034F" format="1">
- <advance width="0"/>
+<glyph name="uni034F" format="2">
<unicode hex="034F"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0350.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0350.glif
index be7108e06..61a46ee4f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0350.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0350.glif
@@ -1,38 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0350" format="1">
- <advance width="0"/>
+<glyph name="uni0350" format="2">
<unicode hex="0350"/>
+ <anchor x="-738.0" y="1636.0" name="_marktop"/>
+ <anchor x="-738.0" y="2684.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-738" y="1636" type="move" name="_marktop"/>
+ <point x="-616.0" y="2098.0" type="line"/>
+ <point x="-239.0" y="2196.0" type="line"/>
+ <point x="-239.0" y="2032.0" type="line"/>
+ <point x="-1239.0" y="1621.0" type="line"/>
+ <point x="-1239.0" y="1862.0" type="line"/>
</contour>
<contour>
- <point x="-738" y="2684" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-616" y="2098" type="line"/>
- <point x="-239" y="2196" type="line"/>
- <point x="-239" y="2032" type="line"/>
- <point x="-1239" y="1621" type="line"/>
- <point x="-1239" y="1862" type="line"/>
- </contour>
- <contour>
- <point x="-1239" y="2390" type="line"/>
- <point x="-1239" y="2629" type="line"/>
- <point x="-239" y="2219" type="line"/>
- <point x="-239" y="2054" type="line"/>
- <point x="-616" y="2149" type="line"/>
+ <point x="-1239.0" y="2390.0" type="line"/>
+ <point x="-1239.0" y="2629.0" type="line"/>
+ <point x="-239.0" y="2219.0" type="line"/>
+ <point x="-239.0" y="2054.0" type="line"/>
+ <point x="-616.0" y="2149.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0351.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0351.glif
index a13529870..7dc3ed7b5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0351.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0351.glif
@@ -1,40 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0351" format="1">
- <advance width="0"/>
+<glyph name="uni0351" format="2">
<unicode hex="0351"/>
+ <anchor x="-666.0" y="1513.0" name="_marktop"/>
+ <anchor x="-666.0" y="2129.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-666" y="1513" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-666" y="2129" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-583" y="1526" type="curve"/>
- <point x="-583" y="1653" type="line"/>
- <point x="-661" y="1653"/>
- <point x="-723" y="1715"/>
- <point x="-723" y="1797" type="curve" smooth="yes"/>
- <point x="-723" y="1882"/>
- <point x="-661" y="1946"/>
- <point x="-583" y="1946" type="curve"/>
- <point x="-583" y="2074" type="line"/>
- <point x="-738" y="2074"/>
- <point x="-866" y="1958"/>
- <point x="-866" y="1797" type="curve" smooth="yes"/>
- <point x="-866" y="1635"/>
- <point x="-738" y="1526"/>
+ <point x="-583.0" y="1526.0" type="curve"/>
+ <point x="-583.0" y="1653.0" type="line"/>
+ <point x="-661.0" y="1653.0"/>
+ <point x="-723.0" y="1715.0"/>
+ <point x="-723.0" y="1797.0" type="curve" smooth="yes"/>
+ <point x="-723.0" y="1882.0"/>
+ <point x="-661.0" y="1946.0"/>
+ <point x="-583.0" y="1946.0" type="curve"/>
+ <point x="-583.0" y="2074.0" type="line"/>
+ <point x="-738.0" y="2074.0"/>
+ <point x="-866.0" y="1958.0"/>
+ <point x="-866.0" y="1797.0" type="curve" smooth="yes"/>
+ <point x="-866.0" y="1635.0"/>
+ <point x="-738.0" y="1526.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0352.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0352.glif
index e2dea6238..acd87f5cd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0352.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0352.glif
@@ -1,54 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0352" format="1">
- <advance width="0"/>
+<glyph name="uni0352" format="2">
<unicode hex="0352"/>
+ <anchor x="-810.0" y="1654.0" name="_marktop"/>
+ <anchor x="-810.0" y="2428.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-810" y="1654" type="move" name="_marktop"/>
+ <point x="-395.0" y="1948.0" type="line"/>
+ <point x="-395.0" y="2166.0"/>
+ <point x="-553.0" y="2318.0"/>
+ <point x="-809.0" y="2318.0" type="curve" smooth="yes"/>
+ <point x="-1064.0" y="2318.0"/>
+ <point x="-1224.0" y="2166.0"/>
+ <point x="-1224.0" y="1948.0" type="curve"/>
+ <point x="-1002.0" y="1948.0" type="line"/>
+ <point x="-1002.0" y="2054.0"/>
+ <point x="-950.0" y="2148.0"/>
+ <point x="-809.0" y="2148.0" type="curve" smooth="yes"/>
+ <point x="-670.0" y="2148.0"/>
+ <point x="-616.0" y="2054.0"/>
+ <point x="-616.0" y="1948.0" type="curve"/>
</contour>
<contour>
- <point x="-810" y="2428" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-395" y="1948" type="line"/>
- <point x="-395" y="2166"/>
- <point x="-553" y="2318"/>
- <point x="-809" y="2318" type="curve" smooth="yes"/>
- <point x="-1064" y="2318"/>
- <point x="-1224" y="2166"/>
- <point x="-1224" y="1948" type="curve"/>
- <point x="-1002" y="1948" type="line"/>
- <point x="-1002" y="2054"/>
- <point x="-950" y="2148"/>
- <point x="-809" y="2148" type="curve" smooth="yes"/>
- <point x="-670" y="2148"/>
- <point x="-616" y="2054"/>
- <point x="-616" y="1948" type="curve"/>
- </contour>
- <contour>
- <point x="-968" y="1759" type="curve" smooth="yes"/>
- <point x="-968" y="1675"/>
- <point x="-914" y="1609"/>
- <point x="-810" y="1609" type="curve" smooth="yes"/>
- <point x="-705" y="1609"/>
- <point x="-650" y="1675"/>
- <point x="-650" y="1759" type="curve" smooth="yes"/>
- <point x="-650" y="1844"/>
- <point x="-705" y="1911"/>
- <point x="-810" y="1911" type="curve" smooth="yes"/>
- <point x="-914" y="1911"/>
- <point x="-968" y="1844"/>
+ <point x="-968.0" y="1759.0" type="curve" smooth="yes"/>
+ <point x="-968.0" y="1675.0"/>
+ <point x="-914.0" y="1609.0"/>
+ <point x="-810.0" y="1609.0" type="curve" smooth="yes"/>
+ <point x="-705.0" y="1609.0"/>
+ <point x="-650.0" y="1675.0"/>
+ <point x="-650.0" y="1759.0" type="curve" smooth="yes"/>
+ <point x="-650.0" y="1844.0"/>
+ <point x="-705.0" y="1911.0"/>
+ <point x="-810.0" y="1911.0" type="curve" smooth="yes"/>
+ <point x="-914.0" y="1911.0"/>
+ <point x="-968.0" y="1844.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0353.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0353.glif
index aabf73a88..95504f804 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0353.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0353.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0353" format="1">
- <advance width="0"/>
+<glyph name="uni0353" format="2">
<unicode hex="0353"/>
+ <anchor x="-700.0" y="0.0" name="_markbottom"/>
+ <anchor x="-700.0" y="-759.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-700" y="0" type="move" name="_markbottom"/>
+ <point x="-891.0" y="-725.0" type="line"/>
+ <point x="-380.0" y="-210.0" type="line"/>
+ <point x="-509.0" y="-78.0" type="line"/>
+ <point x="-1020.0" y="-593.0" type="line"/>
</contour>
<contour>
- <point x="-700" y="-759" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-891" y="-725" type="line"/>
- <point x="-380" y="-210" type="line"/>
- <point x="-509" y="-78" type="line"/>
- <point x="-1020" y="-593" type="line"/>
- </contour>
- <contour>
- <point x="-512" y="-727" type="line"/>
- <point x="-382" y="-595" type="line"/>
- <point x="-888" y="-77" type="line"/>
- <point x="-1018" y="-209" type="line"/>
+ <point x="-512.0" y="-727.0" type="line"/>
+ <point x="-382.0" y="-595.0" type="line"/>
+ <point x="-888.0" y="-77.0" type="line"/>
+ <point x="-1018.0" y="-209.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0354.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0354.glif
index e052027b4..195fda9a1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0354.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0354.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0354" format="1">
- <advance width="0"/>
+<glyph name="uni0354" format="2">
<unicode hex="0354"/>
+ <anchor x="-774.0" y="0.0" name="_markbottom"/>
+ <anchor x="-774.0" y="-762.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-774" y="-762" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-774" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uni02F1" xOffset="-1196"/>
+ <component base="uni02F1" xOffset="-1196.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0355.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0355.glif
index c3cb50585..4254fad14 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0355.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0355.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0355" format="1">
- <advance width="0"/>
+<glyph name="uni0355" format="2">
<unicode hex="0355"/>
+ <anchor x="-738.0" y="0.0" name="_markbottom"/>
+ <anchor x="-738.0" y="-762.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-738" y="-762" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-738" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uni02F2" xOffset="-1141"/>
+ <component base="uni02F2" xOffset="-1141.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0356.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0356.glif
index 9731d5297..ac645710d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0356.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0356.glif
@@ -1,26 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0356" format="1">
- <advance width="0"/>
+<glyph name="uni0356" format="2">
<unicode hex="0356"/>
+ <anchor x="-679.0" y="0.0" name="_markbottom"/>
+ <anchor x="-679.0" y="-758.0" name="mkmkbottom_acc"/>
<outline>
- <contour>
- <point x="-679" y="-758" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-679" y="0" type="move" name="_markbottom"/>
- </contour>
- <component base="uni02F2" xOffset="-1403"/>
- <component base="uni02F0" xOffset="-688"/>
+ <component base="uni02F2" xOffset="-1403.0"/>
+ <component base="uni02F0" xOffset="-688.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0357.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0357.glif
index 95f5267e1..ecc4673a0 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0357.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0357.glif
@@ -1,25 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0357" format="1">
- <advance width="0"/>
+<glyph name="uni0357" format="2">
<unicode hex="0357"/>
+ <anchor x="-880.0" y="1526.0" name="_marktop"/>
+ <anchor x="-880.0" y="2129.0" name="mkmktop"/>
<outline>
- <contour>
- <point x="-880" y="1526" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-880" y="2129" type="move" name="mkmktop"/>
- </contour>
- <component base="ringhalfright" xOffset="-1005"/>
+ <component base="ringhalfright" xOffset="-1005.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0358.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0358.glif
index 759f6cc15..5aeab012d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0358.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0358.glif
@@ -1,21 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0358" format="1">
- <advance width="528"/>
+<glyph name="uni0358" format="2">
<unicode hex="0358"/>
<outline>
- <component base="dotbelow" xOffset="1096" yOffset="2140"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="2140.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 565, 'leftMargin': 97, 'rightMargin': 151}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.originalWidth</key>
+ <real>528.0</real>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0359.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0359.glif
index ff764bcb3..a17cf26ed 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0359.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0359.glif
@@ -1,41 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0359" format="1">
- <advance width="0"/>
+<glyph name="uni0359" format="2">
<unicode hex="0359"/>
+ <anchor x="-817.0" y="0.0" name="_markbottom"/>
+ <anchor x="-817.0" y="-718.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-817" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-817" y="-718" type="move" name="mkmkbottom_acc"/>
- </contour>
- <contour>
- <point x="-1041" y="-646" type="line"/>
- <point x="-943" y="-716" type="line"/>
- <point x="-815" y="-514" type="line"/>
- <point x="-685" y="-722" type="line"/>
- <point x="-587" y="-650" type="line"/>
- <point x="-727" y="-455" type="line"/>
- <point x="-507" y="-391" type="line"/>
- <point x="-543" y="-274" type="line"/>
- <point x="-756" y="-352" type="line"/>
- <point x="-748" y="-99" type="line"/>
- <point x="-868" y="-99" type="line"/>
- <point x="-861" y="-348" type="line"/>
- <point x="-1077" y="-268" type="line"/>
- <point x="-1112" y="-384" type="line"/>
- <point x="-897" y="-447" type="line"/>
+ <point x="-1041.0" y="-646.0" type="line"/>
+ <point x="-943.0" y="-716.0" type="line"/>
+ <point x="-815.0" y="-514.0" type="line"/>
+ <point x="-685.0" y="-722.0" type="line"/>
+ <point x="-587.0" y="-650.0" type="line"/>
+ <point x="-727.0" y="-455.0" type="line"/>
+ <point x="-507.0" y="-391.0" type="line"/>
+ <point x="-543.0" y="-274.0" type="line"/>
+ <point x="-756.0" y="-352.0" type="line"/>
+ <point x="-748.0" y="-99.0" type="line"/>
+ <point x="-868.0" y="-99.0" type="line"/>
+ <point x="-861.0" y="-348.0" type="line"/>
+ <point x="-1077.0" y="-268.0" type="line"/>
+ <point x="-1112.0" y="-384.0" type="line"/>
+ <point x="-897.0" y="-447.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni035A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni035A_.glif
index 218835681..28039ae75 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni035A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni035A_.glif
@@ -1,80 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035A" format="1">
- <advance width="0"/>
+<glyph name="uni035A" format="2">
<unicode hex="035A"/>
+ <anchor x="-785.0" y="50.0" name="_markbottom"/>
+ <anchor x="-785.0" y="-656.0" name="mkmkbottom_acc"/>
<outline>
<contour>
- <point x="-785" y="50" type="move" name="_markbottom"/>
+ <point x="-1323.0" y="-370.0" type="curve"/>
+ <point x="-1323.0" y="-532.0"/>
+ <point x="-1192.0" y="-655.0"/>
+ <point x="-1020.0" y="-655.0" type="curve" smooth="yes"/>
+ <point x="-850.0" y="-655.0"/>
+ <point x="-718.0" y="-532.0"/>
+ <point x="-718.0" y="-370.0" type="curve" smooth="yes"/>
+ <point x="-718.0" y="-209.0"/>
+ <point x="-850.0" y="-80.0"/>
+ <point x="-1020.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="-1192.0" y="-80.0"/>
+ <point x="-1323.0" y="-209.0"/>
</contour>
<contour>
- <point x="-785" y="-656" type="move" name="mkmkbottom_acc"/>
+ <point x="-1180.0" y="-370.0" type="curve"/>
+ <point x="-1180.0" y="-285.0"/>
+ <point x="-1114.0" y="-208.0"/>
+ <point x="-1020.0" y="-208.0" type="curve" smooth="yes"/>
+ <point x="-927.0" y="-208.0"/>
+ <point x="-861.0" y="-285.0"/>
+ <point x="-861.0" y="-370.0" type="curve" smooth="yes"/>
+ <point x="-861.0" y="-452.0"/>
+ <point x="-927.0" y="-528.0"/>
+ <point x="-1020.0" y="-528.0" type="curve" smooth="yes"/>
+ <point x="-1114.0" y="-528.0"/>
+ <point x="-1180.0" y="-450.0"/>
</contour>
<contour>
- <point x="-1323" y="-370" type="curve"/>
- <point x="-1323" y="-532"/>
- <point x="-1192" y="-655"/>
- <point x="-1020" y="-655" type="curve" smooth="yes"/>
- <point x="-850" y="-655"/>
- <point x="-718" y="-532"/>
- <point x="-718" y="-370" type="curve" smooth="yes"/>
- <point x="-718" y="-209"/>
- <point x="-850" y="-80"/>
- <point x="-1020" y="-80" type="curve" smooth="yes"/>
- <point x="-1192" y="-80"/>
- <point x="-1323" y="-209"/>
+ <point x="-853.0" y="-370.0" type="curve"/>
+ <point x="-853.0" y="-532.0"/>
+ <point x="-722.0" y="-655.0"/>
+ <point x="-550.0" y="-655.0" type="curve" smooth="yes"/>
+ <point x="-380.0" y="-655.0"/>
+ <point x="-248.0" y="-532.0"/>
+ <point x="-248.0" y="-370.0" type="curve" smooth="yes"/>
+ <point x="-248.0" y="-209.0"/>
+ <point x="-380.0" y="-80.0"/>
+ <point x="-550.0" y="-80.0" type="curve" smooth="yes"/>
+ <point x="-722.0" y="-80.0"/>
+ <point x="-853.0" y="-209.0"/>
</contour>
<contour>
- <point x="-1180" y="-370" type="curve"/>
- <point x="-1180" y="-285"/>
- <point x="-1114" y="-208"/>
- <point x="-1020" y="-208" type="curve" smooth="yes"/>
- <point x="-927" y="-208"/>
- <point x="-861" y="-285"/>
- <point x="-861" y="-370" type="curve" smooth="yes"/>
- <point x="-861" y="-452"/>
- <point x="-927" y="-528"/>
- <point x="-1020" y="-528" type="curve" smooth="yes"/>
- <point x="-1114" y="-528"/>
- <point x="-1180" y="-450"/>
- </contour>
- <contour>
- <point x="-853" y="-370" type="curve"/>
- <point x="-853" y="-532"/>
- <point x="-722" y="-655"/>
- <point x="-550" y="-655" type="curve" smooth="yes"/>
- <point x="-380" y="-655"/>
- <point x="-248" y="-532"/>
- <point x="-248" y="-370" type="curve" smooth="yes"/>
- <point x="-248" y="-209"/>
- <point x="-380" y="-80"/>
- <point x="-550" y="-80" type="curve" smooth="yes"/>
- <point x="-722" y="-80"/>
- <point x="-853" y="-209"/>
- </contour>
- <contour>
- <point x="-710" y="-370" type="curve"/>
- <point x="-710" y="-285"/>
- <point x="-644" y="-208"/>
- <point x="-550" y="-208" type="curve" smooth="yes"/>
- <point x="-457" y="-208"/>
- <point x="-391" y="-285"/>
- <point x="-391" y="-370" type="curve" smooth="yes"/>
- <point x="-391" y="-452"/>
- <point x="-457" y="-528"/>
- <point x="-550" y="-528" type="curve" smooth="yes"/>
- <point x="-644" y="-528"/>
- <point x="-710" y="-450"/>
+ <point x="-710.0" y="-370.0" type="curve"/>
+ <point x="-710.0" y="-285.0"/>
+ <point x="-644.0" y="-208.0"/>
+ <point x="-550.0" y="-208.0" type="curve" smooth="yes"/>
+ <point x="-457.0" y="-208.0"/>
+ <point x="-391.0" y="-285.0"/>
+ <point x="-391.0" y="-370.0" type="curve" smooth="yes"/>
+ <point x="-391.0" y="-452.0"/>
+ <point x="-457.0" y="-528.0"/>
+ <point x="-550.0" y="-528.0" type="curve" smooth="yes"/>
+ <point x="-644.0" y="-528.0"/>
+ <point x="-710.0" y="-450.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni035B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni035B_.glif
index 1c4967feb..1140d6850 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni035B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni035B_.glif
@@ -1,34 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035B" format="1">
- <advance width="0"/>
+<glyph name="uni035B" format="2">
<unicode hex="035B"/>
+ <anchor x="-820.0" y="1678.0" name="_marktop"/>
+ <anchor x="-820.0" y="2394.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-820" y="1678" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-820" y="2394" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-892" y="2284" type="line"/>
- <point x="-1030" y="1871" type="line"/>
- <point x="-737" y="1871" type="line"/>
- <point x="-820" y="1624" type="line"/>
- <point x="-655" y="1624" type="line"/>
- <point x="-517" y="2036" type="line"/>
- <point x="-810" y="2036" type="line"/>
- <point x="-727" y="2284" type="line"/>
+ <point x="-892.0" y="2284.0" type="line"/>
+ <point x="-1030.0" y="1871.0" type="line"/>
+ <point x="-737.0" y="1871.0" type="line"/>
+ <point x="-820.0" y="1624.0" type="line"/>
+ <point x="-655.0" y="1624.0" type="line"/>
+ <point x="-517.0" y="2036.0" type="line"/>
+ <point x="-810.0" y="2036.0" type="line"/>
+ <point x="-727.0" y="2284.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni035C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni035C_.glif
index cfd0545da..f4fb776fd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni035C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni035C_.glif
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035C" format="1">
- <advance width="0"/>
+<glyph name="uni035C" format="2">
<unicode hex="035C"/>
+ <anchor x="0.0" y="-55.0" name="_markbottom_dd"/>
<outline>
- <contour>
- <point x="0" y="-55" type="move" name="_markbottom_dd"/>
- </contour>
- <component base="uni035D" yOffset="-2186"/>
+ <component base="uni035D" yOffset="-2186.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni035D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni035D_.glif
index 0319bdeb9..dd7f8cf69 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni035D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni035D_.glif
@@ -1,37 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035D" format="1">
- <advance width="0"/>
+<glyph name="uni035D" format="2">
<unicode hex="035D"/>
+ <anchor x="0.0" y="1595.0" name="_marktop_dd"/>
<outline>
<contour>
- <point x="0" y="1595" type="move" name="_marktop_dd"/>
- </contour>
- <contour>
- <point x="743" y="2043" type="line"/>
- <point x="633" y="1937"/>
- <point x="318" y="1803"/>
- <point x="0" y="1803" type="curve" smooth="yes"/>
- <point x="-320" y="1803"/>
- <point x="-634" y="1937"/>
- <point x="-744" y="2043" type="curve"/>
- <point x="-965" y="2043" type="line"/>
- <point x="-814" y="1826"/>
- <point x="-448" y="1632"/>
- <point x="0" y="1632" type="curve" smooth="yes"/>
- <point x="448" y="1632"/>
- <point x="813" y="1826"/>
- <point x="964" y="2043" type="curve"/>
+ <point x="743.0" y="2043.0" type="line"/>
+ <point x="633.0" y="1937.0"/>
+ <point x="318.0" y="1803.0"/>
+ <point x="0.0" y="1803.0" type="curve" smooth="yes"/>
+ <point x="-320.0" y="1803.0"/>
+ <point x="-634.0" y="1937.0"/>
+ <point x="-744.0" y="2043.0" type="curve"/>
+ <point x="-965.0" y="2043.0" type="line"/>
+ <point x="-814.0" y="1826.0"/>
+ <point x="-448.0" y="1632.0"/>
+ <point x="0.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1632.0"/>
+ <point x="813.0" y="1826.0"/>
+ <point x="964.0" y="2043.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni035E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni035E_.glif
index f4fa56d4c..bf86b8480 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni035E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni035E_.glif
@@ -1,27 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035E" format="1">
- <advance width="0"/>
+<glyph name="uni035E" format="2">
<unicode hex="035E"/>
+ <anchor x="0.0" y="1705.0" name="_marktop_dd"/>
<outline>
<contour>
- <point x="0" y="1705" type="move" name="_marktop_dd"/>
- </contour>
- <contour>
- <point x="813" y="1975" type="line"/>
- <point x="-814" y="1975" type="line"/>
- <point x="-814" y="1768" type="line"/>
- <point x="813" y="1768" type="line"/>
+ <point x="813.0" y="1975.0" type="line"/>
+ <point x="-814.0" y="1975.0" type="line"/>
+ <point x="-814.0" y="1768.0" type="line"/>
+ <point x="813.0" y="1768.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni035F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni035F_.glif
index 7ad2d9af1..1486d4a84 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni035F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni035F_.glif
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni035F" format="1">
- <advance width="0"/>
+<glyph name="uni035F" format="2">
<unicode hex="035F"/>
+ <anchor x="0.0" y="-69.0" name="_markbottom_dd"/>
<outline>
- <contour>
- <point x="0" y="-69" type="move" name="_markbottom_dd"/>
- </contour>
- <component base="uni035E" yOffset="-2173"/>
+ <component base="uni035E" yOffset="-2173.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0362.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0362.glif
index 2da4b9161..e51418796 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0362.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0362.glif
@@ -1,39 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0362" format="1">
- <advance width="0"/>
+<glyph name="uni0362" format="2">
<unicode hex="0362"/>
+ <anchor x="0.0" y="-206.0" name="_markbottom_dd"/>
<outline>
<contour>
- <point x="0" y="-206" type="move" name="_markbottom_dd"/>
+ <point x="993.0" y="-392.0" type="line"/>
+ <point x="-946.0" y="-392.0" type="line"/>
+ <point x="-946.0" y="-517.0" type="line"/>
+ <point x="993.0" y="-517.0" type="line"/>
</contour>
<contour>
- <point x="993" y="-392" type="line"/>
- <point x="-946" y="-392" type="line"/>
- <point x="-946" y="-517" type="line"/>
- <point x="993" y="-517" type="line"/>
+ <point x="737.0" y="-762.0" type="line"/>
+ <point x="1151.0" y="-454.0" type="line"/>
+ <point x="1019.0" y="-375.0" type="line"/>
+ <point x="498.0" y="-762.0" type="line"/>
</contour>
<contour>
- <point x="737" y="-762" type="line"/>
- <point x="1151" y="-454" type="line"/>
- <point x="1019" y="-375" type="line"/>
- <point x="498" y="-762" type="line"/>
- </contour>
- <contour>
- <point x="498" y="-147" type="line"/>
- <point x="1012" y="-529" type="line"/>
- <point x="1151" y="-454" type="line"/>
- <point x="737" y="-147" type="line"/>
+ <point x="498.0" y="-147.0" type="line"/>
+ <point x="1012.0" y="-529.0" type="line"/>
+ <point x="1151.0" y="-454.0" type="line"/>
+ <point x="737.0" y="-147.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0363.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0363.glif
index c4aa68441..537c701ed 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0363.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0363.glif
@@ -1,72 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0363" format="1">
- <advance width="0"/>
+<glyph name="uni0363" format="2">
<unicode hex="0363"/>
+ <anchor x="-773.0" y="1609.0" name="_marktop"/>
+ <anchor x="-773.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-773" y="1609" type="move" name="_marktop"/>
+ <point x="-641.0" y="1808.0" type="line"/>
+ <point x="-641.0" y="1753.0"/>
+ <point x="-631.0" y="1700.0"/>
+ <point x="-616.0" y="1653.0" type="curve"/>
+ <point x="-433.0" y="1653.0" type="line"/>
+ <point x="-452.0" y="1711.0"/>
+ <point x="-459.0" y="1767.0"/>
+ <point x="-459.0" y="1833.0" type="curve" smooth="yes"/>
+ <point x="-459.0" y="2145.0" type="line" smooth="yes"/>
+ <point x="-459.0" y="2327.0"/>
+ <point x="-582.0" y="2419.0"/>
+ <point x="-756.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-943.0" y="2419.0"/>
+ <point x="-1064.0" y="2321.0"/>
+ <point x="-1064.0" y="2188.0" type="curve"/>
+ <point x="-894.0" y="2174.0" type="line"/>
+ <point x="-894.0" y="2237.0"/>
+ <point x="-842.0" y="2272.0"/>
+ <point x="-756.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-678.0" y="2272.0"/>
+ <point x="-641.0" y="2228.0"/>
+ <point x="-641.0" y="2146.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="-773" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-641" y="1808" type="line"/>
- <point x="-641" y="1753"/>
- <point x="-631" y="1700"/>
- <point x="-616" y="1653" type="curve"/>
- <point x="-433" y="1653" type="line"/>
- <point x="-452" y="1711"/>
- <point x="-459" y="1767"/>
- <point x="-459" y="1833" type="curve" smooth="yes"/>
- <point x="-459" y="2145" type="line" smooth="yes"/>
- <point x="-459" y="2327"/>
- <point x="-582" y="2419"/>
- <point x="-756" y="2419" type="curve" smooth="yes"/>
- <point x="-943" y="2419"/>
- <point x="-1064" y="2321"/>
- <point x="-1064" y="2188" type="curve"/>
- <point x="-894" y="2174" type="line"/>
- <point x="-894" y="2237"/>
- <point x="-842" y="2272"/>
- <point x="-756" y="2272" type="curve" smooth="yes"/>
- <point x="-678" y="2272"/>
- <point x="-641" y="2228"/>
- <point x="-641" y="2146" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="-623" y="2096" type="line"/>
- <point x="-777" y="2096" type="line" smooth="yes"/>
- <point x="-993" y="2096"/>
- <point x="-1114" y="2012"/>
- <point x="-1114" y="1866" type="curve" smooth="yes"/>
- <point x="-1114" y="1728"/>
- <point x="-1016" y="1639"/>
- <point x="-858" y="1639" type="curve" smooth="yes"/>
- <point x="-723" y="1639"/>
- <point x="-648" y="1716"/>
- <point x="-617" y="1779" type="curve"/>
- <point x="-635" y="1896" type="line"/>
- <point x="-635" y="1848"/>
- <point x="-734" y="1782"/>
- <point x="-815" y="1782" type="curve" smooth="yes"/>
- <point x="-894" y="1782"/>
- <point x="-932" y="1815"/>
- <point x="-932" y="1870" type="curve" smooth="yes"/>
- <point x="-932" y="1928"/>
- <point x="-877" y="1979"/>
- <point x="-776" y="1979" type="curve" smooth="yes"/>
- <point x="-622" y="1979" type="line"/>
+ <point x="-623.0" y="2096.0" type="line"/>
+ <point x="-777.0" y="2096.0" type="line" smooth="yes"/>
+ <point x="-993.0" y="2096.0"/>
+ <point x="-1114.0" y="2012.0"/>
+ <point x="-1114.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1114.0" y="1728.0"/>
+ <point x="-1016.0" y="1639.0"/>
+ <point x="-858.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-723.0" y="1639.0"/>
+ <point x="-648.0" y="1716.0"/>
+ <point x="-617.0" y="1779.0" type="curve"/>
+ <point x="-635.0" y="1896.0" type="line"/>
+ <point x="-635.0" y="1848.0"/>
+ <point x="-734.0" y="1782.0"/>
+ <point x="-815.0" y="1782.0" type="curve" smooth="yes"/>
+ <point x="-894.0" y="1782.0"/>
+ <point x="-932.0" y="1815.0"/>
+ <point x="-932.0" y="1870.0" type="curve" smooth="yes"/>
+ <point x="-932.0" y="1928.0"/>
+ <point x="-877.0" y="1979.0"/>
+ <point x="-776.0" y="1979.0" type="curve" smooth="yes"/>
+ <point x="-622.0" y="1979.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0364.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0364.glif
index 3791b24ff..d5591787b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0364.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0364.glif
@@ -1,58 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0364" format="1">
- <advance width="0"/>
+<glyph name="uni0364" format="2">
<unicode hex="0364"/>
+ <anchor x="-777.0" y="1609.0" name="_marktop"/>
+ <anchor x="-777.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-777" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-777" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-752" y="1632" type="curve" smooth="yes"/>
- <point x="-598" y="1632"/>
- <point x="-505" y="1706"/>
- <point x="-455" y="1781" type="curve"/>
- <point x="-549" y="1870" type="line"/>
- <point x="-594" y="1810"/>
- <point x="-652" y="1781"/>
- <point x="-744" y="1781" type="curve" smooth="yes"/>
- <point x="-868" y="1781"/>
- <point x="-934" y="1858"/>
- <point x="-934" y="1998" type="curve" smooth="yes"/>
- <point x="-934" y="2028" type="line" smooth="yes"/>
- <point x="-934" y="2186"/>
- <point x="-881" y="2272"/>
- <point x="-769" y="2272" type="curve" smooth="yes"/>
- <point x="-653" y="2272"/>
- <point x="-615" y="2201"/>
- <point x="-608" y="2105" type="curve" smooth="yes"/>
- <point x="-608" y="2096" type="line"/>
- <point x="-1019" y="2096" type="line"/>
- <point x="-1019" y="1979" type="line"/>
- <point x="-440" y="1979" type="line"/>
- <point x="-440" y="2043" type="line" smooth="yes"/>
- <point x="-440" y="2256"/>
- <point x="-546" y="2419"/>
- <point x="-769" y="2419" type="curve" smooth="yes"/>
- <point x="-960" y="2419"/>
- <point x="-1115" y="2284"/>
- <point x="-1115" y="2028" type="curve" smooth="yes"/>
- <point x="-1115" y="1998" type="line" smooth="yes"/>
- <point x="-1115" y="1785"/>
- <point x="-983" y="1632"/>
+ <point x="-752.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-598.0" y="1632.0"/>
+ <point x="-505.0" y="1706.0"/>
+ <point x="-455.0" y="1781.0" type="curve"/>
+ <point x="-549.0" y="1870.0" type="line"/>
+ <point x="-594.0" y="1810.0"/>
+ <point x="-652.0" y="1781.0"/>
+ <point x="-744.0" y="1781.0" type="curve" smooth="yes"/>
+ <point x="-868.0" y="1781.0"/>
+ <point x="-934.0" y="1858.0"/>
+ <point x="-934.0" y="1998.0" type="curve" smooth="yes"/>
+ <point x="-934.0" y="2028.0" type="line" smooth="yes"/>
+ <point x="-934.0" y="2186.0"/>
+ <point x="-881.0" y="2272.0"/>
+ <point x="-769.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-653.0" y="2272.0"/>
+ <point x="-615.0" y="2201.0"/>
+ <point x="-608.0" y="2105.0" type="curve" smooth="yes"/>
+ <point x="-608.0" y="2096.0" type="line"/>
+ <point x="-1019.0" y="2096.0" type="line"/>
+ <point x="-1019.0" y="1979.0" type="line"/>
+ <point x="-440.0" y="1979.0" type="line"/>
+ <point x="-440.0" y="2043.0" type="line" smooth="yes"/>
+ <point x="-440.0" y="2256.0"/>
+ <point x="-546.0" y="2419.0"/>
+ <point x="-769.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-960.0" y="2419.0"/>
+ <point x="-1115.0" y="2284.0"/>
+ <point x="-1115.0" y="2028.0" type="curve" smooth="yes"/>
+ <point x="-1115.0" y="1998.0" type="line" smooth="yes"/>
+ <point x="-1115.0" y="1785.0"/>
+ <point x="-983.0" y="1632.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0365.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0365.glif
index 4912f964a..db42501e4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0365.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0365.glif
@@ -1,44 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0365" format="1">
- <advance width="0"/>
+<glyph name="uni0365" format="2">
<unicode hex="0365"/>
+ <anchor x="-771.0" y="1609.0" name="_marktop"/>
+ <anchor x="-771.0" y="2775.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-771" y="1609" type="move" name="_marktop"/>
+ <point x="-679.0" y="2410.0" type="line"/>
+ <point x="-861.0" y="2410.0" type="line"/>
+ <point x="-861.0" y="1651.0" type="line"/>
+ <point x="-679.0" y="1651.0" type="line"/>
</contour>
<contour>
- <point x="-771" y="2775" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-679" y="2410" type="line"/>
- <point x="-861" y="2410" type="line"/>
- <point x="-861" y="1651" type="line"/>
- <point x="-679" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-876" y="2592" type="curve" smooth="yes"/>
- <point x="-876" y="2537"/>
- <point x="-840" y="2494"/>
- <point x="-771" y="2494" type="curve" smooth="yes"/>
- <point x="-704" y="2494"/>
- <point x="-667" y="2537"/>
- <point x="-667" y="2592" type="curve" smooth="yes"/>
- <point x="-667" y="2648"/>
- <point x="-704" y="2692"/>
- <point x="-771" y="2692" type="curve" smooth="yes"/>
- <point x="-840" y="2692"/>
- <point x="-876" y="2648"/>
+ <point x="-876.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-876.0" y="2537.0"/>
+ <point x="-840.0" y="2494.0"/>
+ <point x="-771.0" y="2494.0" type="curve" smooth="yes"/>
+ <point x="-704.0" y="2494.0"/>
+ <point x="-667.0" y="2537.0"/>
+ <point x="-667.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-667.0" y="2648.0"/>
+ <point x="-704.0" y="2692.0"/>
+ <point x="-771.0" y="2692.0" type="curve" smooth="yes"/>
+ <point x="-840.0" y="2692.0"/>
+ <point x="-876.0" y="2648.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0366.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0366.glif
index 23accec4d..489fc0750 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0366.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0366.glif
@@ -1,56 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0366" format="1">
- <advance width="0"/>
+<glyph name="uni0366" format="2">
<unicode hex="0366"/>
+ <anchor x="-773.0" y="1609.0" name="_marktop"/>
+ <anchor x="-773.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-773" y="1609" type="move" name="_marktop"/>
+ <point x="-773.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-557.0" y="1632.0"/>
+ <point x="-413.0" y="1785.0"/>
+ <point x="-413.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-413.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-413.0" y="2266.0"/>
+ <point x="-557.0" y="2419.0"/>
+ <point x="-774.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-987.0" y="2419.0"/>
+ <point x="-1133.0" y="2266.0"/>
+ <point x="-1133.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1133.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1133.0" y="1785.0"/>
+ <point x="-987.0" y="1632.0"/>
</contour>
<contour>
- <point x="-773" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-773" y="1632" type="curve" smooth="yes"/>
- <point x="-557" y="1632"/>
- <point x="-413" y="1785"/>
- <point x="-413" y="2017" type="curve" smooth="yes"/>
- <point x="-413" y="2032" type="line" smooth="yes"/>
- <point x="-413" y="2266"/>
- <point x="-557" y="2419"/>
- <point x="-774" y="2419" type="curve" smooth="yes"/>
- <point x="-987" y="2419"/>
- <point x="-1133" y="2266"/>
- <point x="-1133" y="2032" type="curve" smooth="yes"/>
- <point x="-1133" y="2017" type="line" smooth="yes"/>
- <point x="-1133" y="1785"/>
- <point x="-987" y="1632"/>
- </contour>
- <contour>
- <point x="-773" y="1779" type="curve" smooth="yes"/>
- <point x="-898" y="1779"/>
- <point x="-952" y="1870"/>
- <point x="-952" y="2017" type="curve" smooth="yes"/>
- <point x="-952" y="2032" type="line" smooth="yes"/>
- <point x="-952" y="2179"/>
- <point x="-898" y="2272"/>
- <point x="-774" y="2272" type="curve" smooth="yes"/>
- <point x="-648" y="2272"/>
- <point x="-594" y="2179"/>
- <point x="-594" y="2032" type="curve" smooth="yes"/>
- <point x="-594" y="2017" type="line" smooth="yes"/>
- <point x="-594" y="1870"/>
- <point x="-648" y="1779"/>
+ <point x="-773.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-898.0" y="1779.0"/>
+ <point x="-952.0" y="1870.0"/>
+ <point x="-952.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-952.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-952.0" y="2179.0"/>
+ <point x="-898.0" y="2272.0"/>
+ <point x="-774.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-648.0" y="2272.0"/>
+ <point x="-594.0" y="2179.0"/>
+ <point x="-594.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-594.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-594.0" y="1870.0"/>
+ <point x="-648.0" y="1779.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0367.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0367.glif
index 694f1d6f2..f692bcda6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0367.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0367.glif
@@ -1,49 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0367" format="1">
- <advance width="0"/>
+<glyph name="uni0367" format="2">
<unicode hex="0367"/>
+ <anchor x="-781.0" y="1609.0" name="_marktop"/>
+ <anchor x="-781.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-781" y="1609" type="move" name="_marktop"/>
+ <point x="-641.0" y="1827.0" type="line"/>
+ <point x="-594.0" y="1651.0" type="line"/>
+ <point x="-459.0" y="1651.0" type="line"/>
+ <point x="-459.0" y="2410.0" type="line"/>
+ <point x="-641.0" y="2410.0" type="line"/>
</contour>
<contour>
- <point x="-781" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-641" y="1827" type="line"/>
- <point x="-594" y="1651" type="line"/>
- <point x="-459" y="1651" type="line"/>
- <point x="-459" y="2410" type="line"/>
- <point x="-641" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-616" y="2005" type="line"/>
- <point x="-616" y="1863"/>
- <point x="-668" y="1785"/>
- <point x="-792" y="1785" type="curve" smooth="yes"/>
- <point x="-884" y="1785"/>
- <point x="-923" y="1840"/>
- <point x="-923" y="1961" type="curve" smooth="yes"/>
- <point x="-923" y="2410" type="line"/>
- <point x="-1104" y="2410" type="line"/>
- <point x="-1104" y="1962" type="line" smooth="yes"/>
- <point x="-1104" y="1731"/>
- <point x="-1004" y="1638"/>
- <point x="-842" y="1638" type="curve" smooth="yes"/>
- <point x="-633" y="1638"/>
- <point x="-551" y="1793"/>
- <point x="-551" y="2006" type="curve"/>
+ <point x="-616.0" y="2005.0" type="line"/>
+ <point x="-616.0" y="1863.0"/>
+ <point x="-668.0" y="1785.0"/>
+ <point x="-792.0" y="1785.0" type="curve" smooth="yes"/>
+ <point x="-884.0" y="1785.0"/>
+ <point x="-923.0" y="1840.0"/>
+ <point x="-923.0" y="1961.0" type="curve" smooth="yes"/>
+ <point x="-923.0" y="2410.0" type="line"/>
+ <point x="-1104.0" y="2410.0" type="line"/>
+ <point x="-1104.0" y="1962.0" type="line" smooth="yes"/>
+ <point x="-1104.0" y="1731.0"/>
+ <point x="-1004.0" y="1638.0"/>
+ <point x="-842.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-633.0" y="1638.0"/>
+ <point x="-551.0" y="1793.0"/>
+ <point x="-551.0" y="2006.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0368.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0368.glif
index 433faf4d4..0d6b5a13e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0368.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0368.glif
@@ -1,54 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0368" format="1">
- <advance width="0"/>
+<glyph name="uni0368" format="2">
<unicode hex="0368"/>
+ <anchor x="-788.0" y="1609.0" name="_marktop"/>
+ <anchor x="-788.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-788" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-788" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-771" y="1632" type="curve" smooth="yes"/>
- <point x="-595" y="1632"/>
- <point x="-457" y="1753"/>
- <point x="-450" y="1887" type="curve"/>
- <point x="-623" y="1887" type="line"/>
- <point x="-635" y="1827"/>
- <point x="-682" y="1779"/>
- <point x="-771" y="1779" type="curve" smooth="yes"/>
- <point x="-888" y="1779"/>
- <point x="-945" y="1882"/>
- <point x="-945" y="2010" type="curve" smooth="yes"/>
- <point x="-945" y="2041" type="line" smooth="yes"/>
- <point x="-945" y="2167"/>
- <point x="-887" y="2272"/>
- <point x="-771" y="2272" type="curve" smooth="yes"/>
- <point x="-670" y="2272"/>
- <point x="-627" y="2203"/>
- <point x="-623" y="2144" type="curve"/>
- <point x="-450" y="2144" type="line"/>
- <point x="-457" y="2298"/>
- <point x="-578" y="2419"/>
- <point x="-771" y="2419" type="curve" smooth="yes"/>
- <point x="-1016" y="2419"/>
- <point x="-1126" y="2243"/>
- <point x="-1126" y="2041" type="curve" smooth="yes"/>
- <point x="-1126" y="2010" type="line" smooth="yes"/>
- <point x="-1126" y="1810"/>
- <point x="-1018" y="1632"/>
+ <point x="-771.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-595.0" y="1632.0"/>
+ <point x="-457.0" y="1753.0"/>
+ <point x="-450.0" y="1887.0" type="curve"/>
+ <point x="-623.0" y="1887.0" type="line"/>
+ <point x="-635.0" y="1827.0"/>
+ <point x="-682.0" y="1779.0"/>
+ <point x="-771.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="1779.0"/>
+ <point x="-945.0" y="1882.0"/>
+ <point x="-945.0" y="2010.0" type="curve" smooth="yes"/>
+ <point x="-945.0" y="2041.0" type="line" smooth="yes"/>
+ <point x="-945.0" y="2167.0"/>
+ <point x="-887.0" y="2272.0"/>
+ <point x="-771.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-670.0" y="2272.0"/>
+ <point x="-627.0" y="2203.0"/>
+ <point x="-623.0" y="2144.0" type="curve"/>
+ <point x="-450.0" y="2144.0" type="line"/>
+ <point x="-457.0" y="2298.0"/>
+ <point x="-578.0" y="2419.0"/>
+ <point x="-771.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1016.0" y="2419.0"/>
+ <point x="-1126.0" y="2243.0"/>
+ <point x="-1126.0" y="2041.0" type="curve" smooth="yes"/>
+ <point x="-1126.0" y="2010.0" type="line" smooth="yes"/>
+ <point x="-1126.0" y="1810.0"/>
+ <point x="-1018.0" y="1632.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0369.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0369.glif
index 03e44660b..dda38357a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0369.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0369.glif
@@ -1,63 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0369" format="1">
- <advance width="0"/>
+<glyph name="uni0369" format="2">
<unicode hex="0369"/>
+ <anchor x="-793.0" y="1609.0" name="_marktop"/>
+ <anchor x="-793.0" y="2775.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-793" y="1609" type="move" name="_marktop"/>
+ <point x="-624.0" y="1793.0" type="line"/>
+ <point x="-601.0" y="1651.0" type="line"/>
+ <point x="-443.0" y="1651.0" type="line"/>
+ <point x="-443.0" y="2740.0" type="line"/>
+ <point x="-624.0" y="2740.0" type="line"/>
</contour>
<contour>
- <point x="-793" y="2775" type="move" name="_mkmktop"/>
+ <point x="-832.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-637.0" y="1632.0"/>
+ <point x="-543.0" y="1746.0"/>
+ <point x="-523.0" y="1976.0" type="curve"/>
+ <point x="-523.0" y="2075.0" type="line"/>
+ <point x="-543.0" y="2306.0"/>
+ <point x="-637.0" y="2419.0"/>
+ <point x="-831.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1024.0" y="2419.0"/>
+ <point x="-1145.0" y="2262.0"/>
+ <point x="-1145.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1145.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1145.0" y="1796.0"/>
+ <point x="-1023.0" y="1632.0"/>
</contour>
<contour>
- <point x="-624" y="1793" type="line"/>
- <point x="-601" y="1651" type="line"/>
- <point x="-443" y="1651" type="line"/>
- <point x="-443" y="2740" type="line"/>
- <point x="-624" y="2740" type="line"/>
- </contour>
- <contour>
- <point x="-832" y="1632" type="curve" smooth="yes"/>
- <point x="-637" y="1632"/>
- <point x="-543" y="1746"/>
- <point x="-523" y="1976" type="curve"/>
- <point x="-523" y="2075" type="line"/>
- <point x="-543" y="2306"/>
- <point x="-637" y="2419"/>
- <point x="-831" y="2419" type="curve" smooth="yes"/>
- <point x="-1024" y="2419"/>
- <point x="-1145" y="2262"/>
- <point x="-1145" y="2032" type="curve" smooth="yes"/>
- <point x="-1145" y="2017" type="line" smooth="yes"/>
- <point x="-1145" y="1796"/>
- <point x="-1023" y="1632"/>
- </contour>
- <contour>
- <point x="-796" y="1779" type="curve" smooth="yes"/>
- <point x="-906" y="1779"/>
- <point x="-964" y="1870"/>
- <point x="-964" y="2017" type="curve" smooth="yes"/>
- <point x="-964" y="2032" type="line" smooth="yes"/>
- <point x="-964" y="2178"/>
- <point x="-906" y="2272"/>
- <point x="-795" y="2272" type="curve" smooth="yes"/>
- <point x="-697" y="2272"/>
- <point x="-626" y="2210"/>
- <point x="-604" y="2105" type="curve"/>
- <point x="-604" y="1944" type="line"/>
- <point x="-633" y="1840"/>
- <point x="-697" y="1779"/>
+ <point x="-796.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-906.0" y="1779.0"/>
+ <point x="-964.0" y="1870.0"/>
+ <point x="-964.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-964.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-964.0" y="2178.0"/>
+ <point x="-906.0" y="2272.0"/>
+ <point x="-795.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="2272.0"/>
+ <point x="-626.0" y="2210.0"/>
+ <point x="-604.0" y="2105.0" type="curve"/>
+ <point x="-604.0" y="1944.0" type="line"/>
+ <point x="-633.0" y="1840.0"/>
+ <point x="-697.0" y="1779.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni036A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni036A_.glif
index 2bda73208..5f4ee6eea 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni036A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni036A_.glif
@@ -1,48 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036A" format="1">
- <advance width="0"/>
+<glyph name="uni036A" format="2">
<unicode hex="036A"/>
+ <anchor x="-781.0" y="1609.0" name="_marktop"/>
+ <anchor x="-781.0" y="2775.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-781" y="1609" type="move" name="_marktop"/>
+ <point x="-923.0" y="2740.0" type="line"/>
+ <point x="-1104.0" y="2740.0" type="line"/>
+ <point x="-1104.0" y="1651.0" type="line"/>
+ <point x="-923.0" y="1651.0" type="line"/>
</contour>
<contour>
- <point x="-781" y="2775" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-923" y="2740" type="line"/>
- <point x="-1104" y="2740" type="line"/>
- <point x="-1104" y="1651" type="line"/>
- <point x="-923" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-947" y="2052" type="line"/>
- <point x="-947" y="2193"/>
- <point x="-895" y="2272"/>
- <point x="-771" y="2272" type="curve" smooth="yes"/>
- <point x="-679" y="2272"/>
- <point x="-641" y="2217"/>
- <point x="-641" y="2096" type="curve" smooth="yes"/>
- <point x="-641" y="1651" type="line"/>
- <point x="-459" y="1651" type="line"/>
- <point x="-459" y="2094" type="line" smooth="yes"/>
- <point x="-459" y="2325"/>
- <point x="-560" y="2419"/>
- <point x="-722" y="2419" type="curve" smooth="yes"/>
- <point x="-931" y="2419"/>
- <point x="-1012" y="2263"/>
- <point x="-1012" y="2050" type="curve"/>
+ <point x="-947.0" y="2052.0" type="line"/>
+ <point x="-947.0" y="2193.0"/>
+ <point x="-895.0" y="2272.0"/>
+ <point x="-771.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-679.0" y="2272.0"/>
+ <point x="-641.0" y="2217.0"/>
+ <point x="-641.0" y="2096.0" type="curve" smooth="yes"/>
+ <point x="-641.0" y="1651.0" type="line"/>
+ <point x="-459.0" y="1651.0" type="line"/>
+ <point x="-459.0" y="2094.0" type="line" smooth="yes"/>
+ <point x="-459.0" y="2325.0"/>
+ <point x="-560.0" y="2419.0"/>
+ <point x="-722.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-931.0" y="2419.0"/>
+ <point x="-1012.0" y="2263.0"/>
+ <point x="-1012.0" y="2050.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni036B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni036B_.glif
index 90068e77a..c380e47a7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni036B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni036B_.glif
@@ -1,67 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036B" format="1">
- <advance width="0"/>
+<glyph name="uni036B" format="2">
<unicode hex="036B"/>
+ <anchor x="-774.0" y="1609.0" name="_marktop"/>
+ <anchor x="-774.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-774" y="1609" type="move" name="_marktop"/>
+ <point x="-1147.0" y="2234.0" type="line"/>
+ <point x="-1194.0" y="2410.0" type="line"/>
+ <point x="-1328.0" y="2410.0" type="line"/>
+ <point x="-1328.0" y="1651.0" type="line"/>
+ <point x="-1147.0" y="1651.0" type="line"/>
</contour>
<contour>
- <point x="-774" y="2500" type="move" name="_mkmktop"/>
+ <point x="-1172.0" y="2052.0" type="line"/>
+ <point x="-1172.0" y="2193.0"/>
+ <point x="-1119.0" y="2272.0"/>
+ <point x="-996.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-903.0" y="2272.0"/>
+ <point x="-865.0" y="2217.0"/>
+ <point x="-865.0" y="2096.0" type="curve" smooth="yes"/>
+ <point x="-865.0" y="1651.0" type="line"/>
+ <point x="-683.0" y="1651.0" type="line"/>
+ <point x="-683.0" y="2094.0" type="line" smooth="yes"/>
+ <point x="-683.0" y="2325.0"/>
+ <point x="-784.0" y="2419.0"/>
+ <point x="-946.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1155.0" y="2419.0"/>
+ <point x="-1236.0" y="2263.0"/>
+ <point x="-1236.0" y="2050.0" type="curve"/>
</contour>
<contour>
- <point x="-1147" y="2234" type="line"/>
- <point x="-1194" y="2410" type="line"/>
- <point x="-1328" y="2410" type="line"/>
- <point x="-1328" y="1651" type="line"/>
- <point x="-1147" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-1172" y="2052" type="line"/>
- <point x="-1172" y="2193"/>
- <point x="-1119" y="2272"/>
- <point x="-996" y="2272" type="curve" smooth="yes"/>
- <point x="-903" y="2272"/>
- <point x="-865" y="2217"/>
- <point x="-865" y="2096" type="curve" smooth="yes"/>
- <point x="-865" y="1651" type="line"/>
- <point x="-683" y="1651" type="line"/>
- <point x="-683" y="2094" type="line" smooth="yes"/>
- <point x="-683" y="2325"/>
- <point x="-784" y="2419"/>
- <point x="-946" y="2419" type="curve" smooth="yes"/>
- <point x="-1155" y="2419"/>
- <point x="-1236" y="2263"/>
- <point x="-1236" y="2050" type="curve"/>
- </contour>
- <contour>
- <point x="-708" y="2052" type="line"/>
- <point x="-708" y="2193"/>
- <point x="-656" y="2272"/>
- <point x="-532" y="2272" type="curve" smooth="yes"/>
- <point x="-440" y="2272"/>
- <point x="-402" y="2217"/>
- <point x="-402" y="2096" type="curve" smooth="yes"/>
- <point x="-402" y="1651" type="line"/>
- <point x="-220" y="1651" type="line"/>
- <point x="-220" y="2094" type="line" smooth="yes"/>
- <point x="-220" y="2325"/>
- <point x="-320" y="2419"/>
- <point x="-483" y="2419" type="curve" smooth="yes"/>
- <point x="-692" y="2419"/>
- <point x="-773" y="2263"/>
- <point x="-773" y="2050" type="curve"/>
+ <point x="-708.0" y="2052.0" type="line"/>
+ <point x="-708.0" y="2193.0"/>
+ <point x="-656.0" y="2272.0"/>
+ <point x="-532.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-440.0" y="2272.0"/>
+ <point x="-402.0" y="2217.0"/>
+ <point x="-402.0" y="2096.0" type="curve" smooth="yes"/>
+ <point x="-402.0" y="1651.0" type="line"/>
+ <point x="-220.0" y="1651.0" type="line"/>
+ <point x="-220.0" y="2094.0" type="line" smooth="yes"/>
+ <point x="-220.0" y="2325.0"/>
+ <point x="-320.0" y="2419.0"/>
+ <point x="-483.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-692.0" y="2419.0"/>
+ <point x="-773.0" y="2263.0"/>
+ <point x="-773.0" y="2050.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni036C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni036C_.glif
index 3f616b2a2..e8cb4032e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni036C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni036C_.glif
@@ -1,47 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036C" format="1">
- <advance width="0"/>
+<glyph name="uni036C" format="2">
<unicode hex="036C"/>
+ <anchor x="-756.0" y="1609.0" name="_marktop"/>
+ <anchor x="-756.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-756" y="1609" type="move" name="_marktop"/>
+ <point x="-782.0" y="2234.0" type="line"/>
+ <point x="-829.0" y="2410.0" type="line"/>
+ <point x="-964.0" y="2410.0" type="line"/>
+ <point x="-964.0" y="1651.0" type="line"/>
+ <point x="-782.0" y="1651.0" type="line"/>
</contour>
<contour>
- <point x="-756" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-782" y="2234" type="line"/>
- <point x="-829" y="2410" type="line"/>
- <point x="-964" y="2410" type="line"/>
- <point x="-964" y="1651" type="line"/>
- <point x="-782" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-549" y="2412" type="line"/>
- <point x="-561" y="2416"/>
- <point x="-583" y="2419"/>
- <point x="-609" y="2419" type="curve" smooth="yes"/>
- <point x="-791" y="2419"/>
- <point x="-872" y="2263"/>
- <point x="-872" y="2050" type="curve"/>
- <point x="-800" y="2052" type="line"/>
- <point x="-800" y="2193"/>
- <point x="-747" y="2266"/>
- <point x="-631" y="2266" type="curve" smooth="yes"/>
- <point x="-600" y="2266"/>
- <point x="-572" y="2259"/>
- <point x="-549" y="2245" type="curve"/>
+ <point x="-549.0" y="2412.0" type="line"/>
+ <point x="-561.0" y="2416.0"/>
+ <point x="-583.0" y="2419.0"/>
+ <point x="-609.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-791.0" y="2419.0"/>
+ <point x="-872.0" y="2263.0"/>
+ <point x="-872.0" y="2050.0" type="curve"/>
+ <point x="-800.0" y="2052.0" type="line"/>
+ <point x="-800.0" y="2193.0"/>
+ <point x="-747.0" y="2266.0"/>
+ <point x="-631.0" y="2266.0" type="curve" smooth="yes"/>
+ <point x="-600.0" y="2266.0"/>
+ <point x="-572.0" y="2259.0"/>
+ <point x="-549.0" y="2245.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni036D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni036D_.glif
index 97da79364..1f23e051d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni036D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni036D_.glif
@@ -1,48 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036D" format="1">
- <advance width="0"/>
+<glyph name="uni036D" format="2">
<unicode hex="036D"/>
+ <anchor x="-813.0" y="1609.0" name="_marktop"/>
+ <anchor x="-813.0" y="2775.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-813" y="1609" type="move" name="_marktop"/>
+ <point x="-584.0" y="2419.0" type="line"/>
+ <point x="-1041.0" y="2419.0" type="line"/>
+ <point x="-1041.0" y="2272.0" type="line"/>
+ <point x="-584.0" y="2272.0" type="line"/>
</contour>
<contour>
- <point x="-813" y="2775" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-584" y="2419" type="line"/>
- <point x="-1041" y="2419" type="line"/>
- <point x="-1041" y="2272" type="line"/>
- <point x="-584" y="2272" type="line"/>
- </contour>
- <contour>
- <point x="-903" y="2602" type="line"/>
- <point x="-903" y="1900" type="line" smooth="yes"/>
- <point x="-903" y="1720"/>
- <point x="-836" y="1646"/>
- <point x="-699" y="1646" type="curve" smooth="yes"/>
- <point x="-649" y="1646"/>
- <point x="-616" y="1654"/>
- <point x="-595" y="1661" type="curve"/>
- <point x="-595" y="1803" type="line"/>
- <point x="-606" y="1800"/>
- <point x="-634" y="1796"/>
- <point x="-655" y="1796" type="curve" smooth="yes"/>
- <point x="-696" y="1796"/>
- <point x="-722" y="1825"/>
- <point x="-722" y="1907" type="curve" smooth="yes"/>
- <point x="-722" y="2602" type="line"/>
+ <point x="-903.0" y="2602.0" type="line"/>
+ <point x="-903.0" y="1900.0" type="line" smooth="yes"/>
+ <point x="-903.0" y="1720.0"/>
+ <point x="-836.0" y="1646.0"/>
+ <point x="-699.0" y="1646.0" type="curve" smooth="yes"/>
+ <point x="-649.0" y="1646.0"/>
+ <point x="-616.0" y="1654.0"/>
+ <point x="-595.0" y="1661.0" type="curve"/>
+ <point x="-595.0" y="1803.0" type="line"/>
+ <point x="-606.0" y="1800.0"/>
+ <point x="-634.0" y="1796.0"/>
+ <point x="-655.0" y="1796.0" type="curve" smooth="yes"/>
+ <point x="-696.0" y="1796.0"/>
+ <point x="-722.0" y="1825.0"/>
+ <point x="-722.0" y="1907.0" type="curve" smooth="yes"/>
+ <point x="-722.0" y="2602.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni036E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni036E_.glif
index e3df17bed..f648376a5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni036E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni036E_.glif
@@ -1,38 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036E" format="1">
- <advance width="0"/>
+<glyph name="uni036E" format="2">
<unicode hex="036E"/>
+ <anchor x="-774.0" y="1609.0" name="_marktop"/>
+ <anchor x="-774.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-774" y="1609" type="move" name="_marktop"/>
+ <point x="-763.0" y="1926.0" type="line"/>
+ <point x="-813.0" y="1651.0" type="line"/>
+ <point x="-693.0" y="1651.0" type="line"/>
+ <point x="-422.0" y="2410.0" type="line"/>
+ <point x="-620.0" y="2410.0" type="line"/>
</contour>
<contour>
- <point x="-774" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-763" y="1926" type="line"/>
- <point x="-813" y="1651" type="line"/>
- <point x="-693" y="1651" type="line"/>
- <point x="-422" y="2410" type="line"/>
- <point x="-620" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-928" y="2410" type="line"/>
- <point x="-1126" y="2410" type="line"/>
- <point x="-854" y="1651" type="line"/>
- <point x="-733" y="1651" type="line"/>
- <point x="-781" y="1926" type="line"/>
+ <point x="-928.0" y="2410.0" type="line"/>
+ <point x="-1126.0" y="2410.0" type="line"/>
+ <point x="-854.0" y="1651.0" type="line"/>
+ <point x="-733.0" y="1651.0" type="line"/>
+ <point x="-781.0" y="1926.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni036F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni036F_.glif
index 5e031ec17..312ff5de8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni036F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni036F_.glif
@@ -1,38 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni036F" format="1">
- <advance width="0"/>
+<glyph name="uni036F" format="2">
<unicode hex="036F"/>
+ <anchor x="-703.0" y="1609.0" name="_marktop"/>
+ <anchor x="-703.0" y="2500.0" name="_mkmktop"/>
<outline>
<contour>
- <point x="-703" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-703" y="2500" type="move" name="_mkmktop"/>
- </contour>
- <contour>
- <point x="-836" y="2410" type="line"/>
- <point x="-1052" y="2410" type="line"/>
- <point x="-820" y="2035" type="line"/>
- <point x="-1059" y="1651" type="line"/>
- <point x="-842" y="1651" type="line"/>
- <point x="-703" y="1893" type="line"/>
- <point x="-564" y="1651" type="line"/>
- <point x="-348" y="1651" type="line"/>
- <point x="-587" y="2035" type="line"/>
- <point x="-355" y="2410" type="line"/>
- <point x="-573" y="2410" type="line"/>
- <point x="-705" y="2175" type="line"/>
+ <point x="-836.0" y="2410.0" type="line"/>
+ <point x="-1052.0" y="2410.0" type="line"/>
+ <point x="-820.0" y="2035.0" type="line"/>
+ <point x="-1059.0" y="1651.0" type="line"/>
+ <point x="-842.0" y="1651.0" type="line"/>
+ <point x="-703.0" y="1893.0" type="line"/>
+ <point x="-564.0" y="1651.0" type="line"/>
+ <point x="-348.0" y="1651.0" type="line"/>
+ <point x="-587.0" y="2035.0" type="line"/>
+ <point x="-355.0" y="2410.0" type="line"/>
+ <point x="-573.0" y="2410.0" type="line"/>
+ <point x="-705.0" y="2175.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0370.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0370.glif
index 606331db2..268b41eca 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0370.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0370.glif
@@ -1,32 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0370" format="1">
- <advance width="1776"/>
+<glyph name="uni0370" format="2">
+ <advance width="1776.0"/>
<unicode hex="0370"/>
<outline>
<contour>
- <point x="1536" y="1148" type="line" name="hr00"/>
- <point x="484" y="1148" type="line"/>
- <point x="484" y="920" type="line"/>
- <point x="1536" y="920" type="line"/>
+ <point x="1536.0" y="1148.0" type="line"/>
+ <point x="484.0" y="1148.0" type="line"/>
+ <point x="484.0" y="920.0" type="line"/>
+ <point x="1536.0" y="920.0" type="line"/>
</contour>
<contour>
- <point x="524" y="2004" type="line"/>
- <point x="240" y="2004" type="line"/>
- <point x="240" y="0" type="line"/>
- <point x="524" y="0" type="line"/>
+ <point x="524.0" y="2004.0" type="line"/>
+ <point x="240.0" y="2004.0" type="line"/>
+ <point x="240.0" y="0.0" type="line"/>
+ <point x="524.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1584.0, 'leftMargin': 228, 'rightMargin': 58.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0371.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0371.glif
index 80ab35f05..92a2fc60f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0371.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0371.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0371" format="1">
- <advance width="1520"/>
+<glyph name="uni0371" format="2">
+ <advance width="1520.0"/>
<unicode hex="0371"/>
<outline>
<contour>
- <point x="684" y="0" type="line"/>
- <point x="684" y="1108" type="line" smooth="yes"/>
- <point x="684" y="1372"/>
- <point x="488" y="1516"/>
- <point x="264" y="1516" type="curve" smooth="yes"/>
- <point x="220" y="1516"/>
- <point x="164" y="1508"/>
- <point x="128" y="1500" type="curve"/>
- <point x="128" y="1316" type="line"/>
- <point x="148" y="1320"/>
- <point x="184" y="1324"/>
- <point x="204" y="1324" type="curve" smooth="yes"/>
- <point x="328" y="1324"/>
- <point x="408" y="1264"/>
- <point x="408" y="1108" type="curve" smooth="yes"/>
- <point x="408" y="0" type="line"/>
+ <point x="684.0" y="0.0" type="line"/>
+ <point x="684.0" y="1108.0" type="line" smooth="yes"/>
+ <point x="684.0" y="1372.0"/>
+ <point x="488.0" y="1516.0"/>
+ <point x="264.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="220.0" y="1516.0"/>
+ <point x="164.0" y="1508.0"/>
+ <point x="128.0" y="1500.0" type="curve"/>
+ <point x="128.0" y="1316.0" type="line"/>
+ <point x="148.0" y="1320.0"/>
+ <point x="184.0" y="1324.0"/>
+ <point x="204.0" y="1324.0" type="curve" smooth="yes"/>
+ <point x="328.0" y="1324.0"/>
+ <point x="408.0" y="1264.0"/>
+ <point x="408.0" y="1108.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1396" y="848" type="line"/>
- <point x="628" y="848" type="line"/>
- <point x="628" y="628" type="line"/>
- <point x="1396" y="628" type="line"/>
+ <point x="1396.0" y="848.0" type="line"/>
+ <point x="628.0" y="848.0" type="line"/>
+ <point x="628.0" y="628.0" type="line"/>
+ <point x="1396.0" y="628.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1349, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0372.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0372.glif
index f5a6fe69d..2bd2c6e04 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0372.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0372.glif
@@ -1,33 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0372" format="1">
- <advance width="1840"/>
+<glyph name="uni0372" format="2">
+ <advance width="1840.0"/>
<unicode hex="0372"/>
<outline>
<contour>
- <point x="1688" y="2004" type="line" name="hr00"/>
- <point x="1460" y="2004" type="line"/>
- <point x="1460" y="1240" type="line"/>
- <point x="1688" y="1240" type="line"/>
+ <point x="1688.0" y="2004.0" type="line"/>
+ <point x="1460.0" y="2004.0" type="line"/>
+ <point x="1460.0" y="1240.0" type="line"/>
+ <point x="1688.0" y="1240.0" type="line"/>
</contour>
<contour>
- <point x="380" y="2004" type="line"/>
- <point x="152" y="2004" type="line"/>
- <point x="152" y="1240" type="line"/>
- <point x="380" y="1240" type="line"/>
+ <point x="380.0" y="2004.0" type="line"/>
+ <point x="152.0" y="2004.0" type="line"/>
+ <point x="152.0" y="1240.0" type="line"/>
+ <point x="380.0" y="1240.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1044.0" y="2048.0" type="line"/>
+ <point x="796.0" y="2048.0" type="line"/>
+ <point x="796.0" y="0.0" type="line"/>
+ <point x="1044.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1688.0" y="2048.0" type="line"/>
+ <point x="152.0" y="2048.0" type="line"/>
+ <point x="152.0" y="1828.0" type="line"/>
+ <point x="1688.0" y="1828.0" type="line"/>
</contour>
- <component base="T" xOffset="16"/>
</outline>
<lib>
<dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1680, 'leftMargin': 67, 'rightMargin': 16}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0373.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0373.glif
index 2cce8cc24..904b69f53 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0373.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0373.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0373" format="1">
- <advance width="1520"/>
+<glyph name="uni0373" format="2">
+ <advance width="1520.0"/>
<unicode hex="0373"/>
<outline>
<contour>
- <point x="884" y="2004" type="line"/>
- <point x="636" y="2004" type="line"/>
- <point x="636" y="0" type="line"/>
- <point x="884" y="0" type="line"/>
+ <point x="884.0" y="2004.0" type="line"/>
+ <point x="636.0" y="2004.0" type="line"/>
+ <point x="636.0" y="0.0" type="line"/>
+ <point x="884.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1352" y="2004" type="line"/>
- <point x="168" y="2004" type="line"/>
- <point x="168" y="1784" type="line"/>
- <point x="1352" y="1784" type="line"/>
+ <point x="1352.0" y="2004.0" type="line"/>
+ <point x="168.0" y="2004.0" type="line"/>
+ <point x="168.0" y="1784.0" type="line"/>
+ <point x="1352.0" y="1784.0" type="line"/>
</contour>
<contour>
- <point x="1352" y="2004" type="line"/>
- <point x="1132" y="2004" type="line"/>
- <point x="1132" y="1376" type="line"/>
- <point x="1352" y="1376" type="line"/>
+ <point x="1352.0" y="2004.0" type="line"/>
+ <point x="1132.0" y="2004.0" type="line"/>
+ <point x="1132.0" y="1376.0" type="line"/>
+ <point x="1352.0" y="1376.0" type="line"/>
</contour>
<contour>
- <point x="388" y="2004" type="line"/>
- <point x="168" y="2004" type="line"/>
- <point x="168" y="1376" type="line"/>
- <point x="388" y="1376" type="line"/>
+ <point x="388.0" y="2004.0" type="line"/>
+ <point x="168.0" y="2004.0" type="line"/>
+ <point x="168.0" y="1376.0" type="line"/>
+ <point x="388.0" y="1376.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1323, 'leftMargin': 69, 'rightMargin': 69}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0376.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0376.glif
index 896da1720..0bbe0c193 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0376.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0376.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0376" format="1">
- <advance width="2080"/>
+<glyph name="uni0376" format="2">
+ <advance width="2080.0"/>
<unicode hex="0376"/>
<outline>
<component base="afii10026"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2010, 'leftMargin': 241, 'rightMargin': 246}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0377.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0377.glif
index 2be47fc5a..809b8d66f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0377.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0377.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0377" format="1">
- <advance width="1776"/>
+<glyph name="uni0377" format="2">
+ <advance width="1776.0"/>
<unicode hex="0377"/>
<outline>
<contour>
- <point x="1404" y="1488" type="line"/>
- <point x="1404" y="412" type="line" smooth="yes"/>
- <point x="1404" y="248"/>
- <point x="1452" y="212"/>
- <point x="1508" y="212" type="curve" smooth="yes"/>
- <point x="1524" y="212"/>
- <point x="1540" y="216"/>
- <point x="1548" y="220" type="curve"/>
- <point x="1584" y="20" type="line"/>
- <point x="1524" y="-24"/>
- <point x="1468" y="-28"/>
- <point x="1408" y="-28" type="curve" smooth="yes"/>
- <point x="1232" y="-28"/>
- <point x="1128" y="96"/>
- <point x="1128" y="412" type="curve" smooth="yes"/>
- <point x="1128" y="1488" type="line"/>
+ <point x="1404.0" y="1488.0" type="line"/>
+ <point x="1404.0" y="412.0" type="line" smooth="yes"/>
+ <point x="1404.0" y="248.0"/>
+ <point x="1452.0" y="212.0"/>
+ <point x="1508.0" y="212.0" type="curve" smooth="yes"/>
+ <point x="1524.0" y="212.0"/>
+ <point x="1540.0" y="216.0"/>
+ <point x="1548.0" y="220.0" type="curve"/>
+ <point x="1584.0" y="20.0" type="line"/>
+ <point x="1524.0" y="-24.0"/>
+ <point x="1468.0" y="-28.0"/>
+ <point x="1408.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1232.0" y="-28.0"/>
+ <point x="1128.0" y="96.0"/>
+ <point x="1128.0" y="412.0" type="curve" smooth="yes"/>
+ <point x="1128.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="1308" y="1356" type="line"/>
- <point x="468" y="0" type="line"/>
- <point x="284" y="132" type="line"/>
- <point x="1128" y="1488" type="line"/>
+ <point x="1308.0" y="1356.0" type="line"/>
+ <point x="468.0" y="0.0" type="line"/>
+ <point x="284.0" y="132.0" type="line"/>
+ <point x="1128.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="196" y="1488" type="line"/>
- <point x="468" y="1488" type="line"/>
- <point x="468" y="0" type="line"/>
- <point x="196" y="0" type="line"/>
+ <point x="196.0" y="1488.0" type="line"/>
+ <point x="468.0" y="1488.0" type="line"/>
+ <point x="468.0" y="0.0" type="line"/>
+ <point x="196.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1679, 'leftMargin': 213, 'rightMargin': 78}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni037B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni037B_.glif
index a4b025c3a..b268e53b6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni037B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni037B_.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni037B" format="1">
- <advance width="1520"/>
+<glyph name="uni037B" format="2">
+ <advance width="1520.0"/>
<unicode hex="037B"/>
<outline>
<contour>
- <point x="128" y="472" type="line"/>
- <point x="144" y="212"/>
- <point x="408" y="-28"/>
- <point x="724" y="-28" type="curve" smooth="yes"/>
- <point x="1180" y="-28"/>
- <point x="1392" y="320"/>
- <point x="1392" y="716" type="curve" smooth="yes"/>
- <point x="1392" y="772" type="line" smooth="yes"/>
- <point x="1392" y="1168"/>
- <point x="1180" y="1516"/>
- <point x="724" y="1516" type="curve" smooth="yes"/>
- <point x="372" y="1516"/>
- <point x="144" y="1276"/>
- <point x="128" y="976" type="curve"/>
- <point x="388" y="976" type="line"/>
- <point x="404" y="1148"/>
- <point x="524" y="1296"/>
- <point x="724" y="1296" type="curve" smooth="yes"/>
- <point x="1032" y="1296"/>
- <point x="1120" y="1024"/>
- <point x="1120" y="772" type="curve" smooth="yes"/>
- <point x="1120" y="716" type="line" smooth="yes"/>
- <point x="1120" y="464"/>
- <point x="1036" y="192"/>
- <point x="724" y="192" type="curve" smooth="yes"/>
- <point x="548" y="192"/>
- <point x="404" y="316"/>
- <point x="388" y="472" type="curve"/>
+ <point x="128.0" y="472.0" type="line"/>
+ <point x="144.0" y="212.0"/>
+ <point x="408.0" y="-28.0"/>
+ <point x="724.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-28.0"/>
+ <point x="1392.0" y="320.0"/>
+ <point x="1392.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="772.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1168.0"/>
+ <point x="1180.0" y="1516.0"/>
+ <point x="724.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="1516.0"/>
+ <point x="144.0" y="1276.0"/>
+ <point x="128.0" y="976.0" type="curve"/>
+ <point x="388.0" y="976.0" type="line"/>
+ <point x="404.0" y="1148.0"/>
+ <point x="524.0" y="1296.0"/>
+ <point x="724.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1296.0"/>
+ <point x="1120.0" y="1024.0"/>
+ <point x="1120.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="464.0"/>
+ <point x="1036.0" y="192.0"/>
+ <point x="724.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="192.0"/>
+ <point x="404.0" y="316.0"/>
+ <point x="388.0" y="472.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni037C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni037C_.glif
index 540b4b6f9..2379507b5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni037C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni037C_.glif
@@ -1,61 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni037C" format="1">
- <advance width="1520"/>
+<glyph name="uni037C" format="2">
+ <advance width="1520.0"/>
<unicode hex="037C"/>
<outline>
<contour>
- <point x="600" y="740" type="curve" smooth="yes"/>
- <point x="600" y="656"/>
- <point x="652" y="588"/>
- <point x="756" y="588" type="curve" smooth="yes"/>
- <point x="860" y="588"/>
- <point x="916" y="656"/>
- <point x="916" y="740" type="curve" smooth="yes"/>
- <point x="916" y="824"/>
- <point x="860" y="892"/>
- <point x="756" y="892" type="curve" smooth="yes"/>
- <point x="652" y="892"/>
- <point x="600" y="824"/>
+ <point x="600.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="656.0"/>
+ <point x="652.0" y="588.0"/>
+ <point x="756.0" y="588.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="588.0"/>
+ <point x="916.0" y="656.0"/>
+ <point x="916.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="916.0" y="824.0"/>
+ <point x="860.0" y="892.0"/>
+ <point x="756.0" y="892.0" type="curve" smooth="yes"/>
+ <point x="652.0" y="892.0"/>
+ <point x="600.0" y="824.0"/>
</contour>
<contour>
- <point x="796" y="-28" type="curve" smooth="yes"/>
- <point x="1112" y="-28"/>
- <point x="1380" y="212"/>
- <point x="1392" y="472" type="curve"/>
- <point x="1132" y="472" type="line"/>
- <point x="1120" y="316"/>
- <point x="972" y="192"/>
- <point x="796" y="192" type="curve" smooth="yes"/>
- <point x="484" y="192"/>
- <point x="404" y="464"/>
- <point x="404" y="716" type="curve" smooth="yes"/>
- <point x="404" y="772" type="line" smooth="yes"/>
- <point x="404" y="1024"/>
- <point x="488" y="1296"/>
- <point x="796" y="1296" type="curve" smooth="yes"/>
- <point x="996" y="1296"/>
- <point x="1120" y="1148"/>
- <point x="1132" y="976" type="curve"/>
- <point x="1392" y="976" type="line"/>
- <point x="1380" y="1276"/>
- <point x="1152" y="1516"/>
- <point x="796" y="1516" type="curve" smooth="yes"/>
- <point x="344" y="1516"/>
- <point x="128" y="1168"/>
- <point x="128" y="772" type="curve" smooth="yes"/>
- <point x="128" y="716" type="line" smooth="yes"/>
- <point x="128" y="320"/>
- <point x="340" y="-28"/>
+ <point x="796.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="-28.0"/>
+ <point x="1380.0" y="212.0"/>
+ <point x="1392.0" y="472.0" type="curve"/>
+ <point x="1132.0" y="472.0" type="line"/>
+ <point x="1120.0" y="316.0"/>
+ <point x="972.0" y="192.0"/>
+ <point x="796.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="192.0"/>
+ <point x="404.0" y="464.0"/>
+ <point x="404.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="772.0" type="line" smooth="yes"/>
+ <point x="404.0" y="1024.0"/>
+ <point x="488.0" y="1296.0"/>
+ <point x="796.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="996.0" y="1296.0"/>
+ <point x="1120.0" y="1148.0"/>
+ <point x="1132.0" y="976.0" type="curve"/>
+ <point x="1392.0" y="976.0" type="line"/>
+ <point x="1380.0" y="1276.0"/>
+ <point x="1152.0" y="1516.0"/>
+ <point x="796.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="1516.0"/>
+ <point x="128.0" y="1168.0"/>
+ <point x="128.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="716.0" type="line" smooth="yes"/>
+ <point x="128.0" y="320.0"/>
+ <point x="340.0" y="-28.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 127, 'rightMargin': 88}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni037D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni037D_.glif
index 73dd2720e..1a07a03c3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni037D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni037D_.glif
@@ -1,61 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni037D" format="1">
- <advance width="1520"/>
+<glyph name="uni037D" format="2">
+ <advance width="1520.0"/>
<unicode hex="037D"/>
<outline>
<contour>
- <point x="128" y="472" type="line"/>
- <point x="144" y="212"/>
- <point x="408" y="-28"/>
- <point x="724" y="-28" type="curve" smooth="yes"/>
- <point x="1180" y="-28"/>
- <point x="1392" y="320"/>
- <point x="1392" y="716" type="curve" smooth="yes"/>
- <point x="1392" y="772" type="line" smooth="yes"/>
- <point x="1392" y="1168"/>
- <point x="1180" y="1516"/>
- <point x="724" y="1516" type="curve" smooth="yes"/>
- <point x="372" y="1516"/>
- <point x="144" y="1276"/>
- <point x="128" y="976" type="curve"/>
- <point x="388" y="976" type="line"/>
- <point x="404" y="1148"/>
- <point x="524" y="1296"/>
- <point x="724" y="1296" type="curve" smooth="yes"/>
- <point x="1032" y="1296"/>
- <point x="1120" y="1024"/>
- <point x="1120" y="772" type="curve" smooth="yes"/>
- <point x="1120" y="716" type="line" smooth="yes"/>
- <point x="1120" y="464"/>
- <point x="1036" y="192"/>
- <point x="724" y="192" type="curve" smooth="yes"/>
- <point x="548" y="192"/>
- <point x="404" y="316"/>
- <point x="388" y="472" type="curve"/>
+ <point x="128.0" y="472.0" type="line"/>
+ <point x="144.0" y="212.0"/>
+ <point x="408.0" y="-28.0"/>
+ <point x="724.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-28.0"/>
+ <point x="1392.0" y="320.0"/>
+ <point x="1392.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="772.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1168.0"/>
+ <point x="1180.0" y="1516.0"/>
+ <point x="724.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="1516.0"/>
+ <point x="144.0" y="1276.0"/>
+ <point x="128.0" y="976.0" type="curve"/>
+ <point x="388.0" y="976.0" type="line"/>
+ <point x="404.0" y="1148.0"/>
+ <point x="524.0" y="1296.0"/>
+ <point x="724.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1296.0"/>
+ <point x="1120.0" y="1024.0"/>
+ <point x="1120.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="464.0"/>
+ <point x="1036.0" y="192.0"/>
+ <point x="724.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="192.0"/>
+ <point x="404.0" y="316.0"/>
+ <point x="388.0" y="472.0" type="curve"/>
</contour>
<contour>
- <point x="728" y="588" type="curve" smooth="yes"/>
- <point x="832" y="588"/>
- <point x="888" y="656"/>
- <point x="888" y="740" type="curve" smooth="yes"/>
- <point x="888" y="824"/>
- <point x="832" y="892"/>
- <point x="728" y="892" type="curve" smooth="yes"/>
- <point x="624" y="892"/>
- <point x="572" y="824"/>
- <point x="572" y="740" type="curve" smooth="yes"/>
- <point x="572" y="656"/>
- <point x="624" y="588"/>
+ <point x="728.0" y="588.0" type="curve" smooth="yes"/>
+ <point x="832.0" y="588.0"/>
+ <point x="888.0" y="656.0"/>
+ <point x="888.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="824.0"/>
+ <point x="832.0" y="892.0"/>
+ <point x="728.0" y="892.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="892.0"/>
+ <point x="572.0" y="824.0"/>
+ <point x="572.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="656.0"/>
+ <point x="624.0" y="588.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni037F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni037F_.glif
new file mode 100644
index 000000000..1203048d9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni037F_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni037F" format="2">
+ <advance width="1424.0"/>
+ <unicode hex="037F"/>
+ <anchor x="712.0" y="-16.0" name="bottom"/>
+ <anchor x="1564.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1076.0" y="2304.0" name="parent_top"/>
+ <anchor x="1076.0" y="2304.0" name="top"/>
+ <anchor x="1564.0" y="2200.0" name="top0315"/>
+ <anchor x="1564.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="J"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03CF__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03CF__.glif
deleted file mode 100644
index f68141c3d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03CF__.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03CF" format="1">
- <advance width="1776"/>
- <unicode hex="03CF"/>
- <outline>
- <contour>
- <point x="400" y="2004" type="line"/>
- <point x="116" y="2004" type="line"/>
- <point x="116" y="0" type="line"/>
- <point x="400" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1604" y="2004" type="line"/>
- <point x="1260" y="2004" type="line"/>
- <point x="604" y="1264" type="line"/>
- <point x="252" y="868" type="line"/>
- <point x="304" y="572" type="line"/>
- <point x="776" y="1068" type="line"/>
- </contour>
- <contour>
- <point x="1664" y="0" type="line"/>
- <point x="772" y="1192" type="line"/>
- <point x="604" y="968" type="line"/>
- <point x="1320" y="4" type="line"/>
- <point x="936" y="-332" type="line"/>
- <point x="1084" y="-504" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1764, 'leftMargin': 228, 'rightMargin': -13}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03C_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03C_F_.glif
new file mode 100644
index 000000000..5d7239c04
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03C_F_.glif
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03CF" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03CF"/>
+ <outline>
+ <contour>
+ <point x="400.0" y="2004.0" type="line"/>
+ <point x="116.0" y="2004.0" type="line"/>
+ <point x="116.0" y="0.0" type="line"/>
+ <point x="400.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1604.0" y="2004.0" type="line"/>
+ <point x="1260.0" y="2004.0" type="line"/>
+ <point x="604.0" y="1264.0" type="line"/>
+ <point x="252.0" y="868.0" type="line"/>
+ <point x="304.0" y="572.0" type="line"/>
+ <point x="776.0" y="1068.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1664.0" y="0.0" type="line"/>
+ <point x="772.0" y="1192.0" type="line"/>
+ <point x="604.0" y="968.0" type="line"/>
+ <point x="1320.0" y="4.0" type="line"/>
+ <point x="936.0" y="-332.0" type="line"/>
+ <point x="1084.0" y="-504.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03D7_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03D7_.glif
deleted file mode 100644
index b9ee2702f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03D7_.glif
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03D7" format="1">
- <advance width="2032"/>
- <unicode hex="03D7"/>
- <outline>
- <contour>
- <point x="612" y="0" type="line"/>
- <point x="1716" y="1488" type="line"/>
- <point x="1424" y="1488" type="line"/>
- <point x="320" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1304" y="1072" type="line"/>
- <point x="1328" y="884"/>
- <point x="1364" y="736"/>
- <point x="1400" y="616" type="curve" smooth="yes"/>
- <point x="1500" y="300"/>
- <point x="1616" y="164"/>
- <point x="1616" y="-68" type="curve" smooth="yes"/>
- <point x="1616" y="-256"/>
- <point x="1520" y="-320"/>
- <point x="1376" y="-320" type="curve" smooth="yes"/>
- <point x="1352" y="-320"/>
- <point x="1312" y="-316"/>
- <point x="1288" y="-308" type="curve"/>
- <point x="1288" y="-524" type="line"/>
- <point x="1328" y="-536"/>
- <point x="1400" y="-548"/>
- <point x="1444" y="-548" type="curve" smooth="yes"/>
- <point x="1708" y="-548"/>
- <point x="1888" y="-376"/>
- <point x="1888" y="-68" type="curve" smooth="yes"/>
- <point x="1888" y="244"/>
- <point x="1760" y="400"/>
- <point x="1652" y="724" type="curve" smooth="yes"/>
- <point x="1604" y="876"/>
- <point x="1556" y="1064"/>
- <point x="1532" y="1320" type="curve"/>
- </contour>
- <contour>
- <point x="748" y="312" type="line"/>
- <point x="748" y="1036" type="line" smooth="yes"/>
- <point x="748" y="1344"/>
- <point x="568" y="1516"/>
- <point x="304" y="1516" type="curve" smooth="yes"/>
- <point x="256" y="1516"/>
- <point x="188" y="1504"/>
- <point x="144" y="1492" type="curve"/>
- <point x="144" y="1276" type="line"/>
- <point x="172" y="1284"/>
- <point x="208" y="1288"/>
- <point x="232" y="1288" type="curve" smooth="yes"/>
- <point x="380" y="1288"/>
- <point x="472" y="1224"/>
- <point x="472" y="1036" type="curve" smooth="yes"/>
- <point x="472" y="60" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1827, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03D8_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03D8_.glif
deleted file mode 100644
index bea108c7d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03D8_.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03D8" format="1">
- <advance width="2144"/>
- <unicode hex="03D8"/>
- <outline>
- <contour>
- <point x="1196" y="56" type="line" name="hr00"/>
- <point x="948" y="56" type="line"/>
- <point x="948" y="-572" type="line"/>
- <point x="1196" y="-572" type="line"/>
- </contour>
- <component base="O"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1048</integer>
- <key>y</key>
- <integer>128</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1944, 'leftMargin': 256, 'rightMargin': 152}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03D9_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03D9_.glif
deleted file mode 100644
index 5c4d40cec..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03D9_.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03D9" format="1">
- <advance width="1776"/>
- <unicode hex="03D9"/>
- <outline>
- <contour>
- <point x="936" y="92" type="line" name="hr00"/>
- <point x="660" y="92" type="line"/>
- <point x="660" y="-572" type="line"/>
- <point x="936" y="-572" type="line"/>
- </contour>
- <component base="o" xOffset="-16"/>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1613, 'leftMargin': 236, 'rightMargin': 57}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03D_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03D_7.glif
new file mode 100644
index 000000000..6a5c7c46d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03D_7.glif
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03D7" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="03D7"/>
+ <outline>
+ <contour>
+ <point x="612.0" y="0.0" type="line"/>
+ <point x="1716.0" y="1488.0" type="line"/>
+ <point x="1424.0" y="1488.0" type="line"/>
+ <point x="320.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1304.0" y="1072.0" type="line"/>
+ <point x="1328.0" y="884.0"/>
+ <point x="1364.0" y="736.0"/>
+ <point x="1400.0" y="616.0" type="curve" smooth="yes"/>
+ <point x="1500.0" y="300.0"/>
+ <point x="1616.0" y="164.0"/>
+ <point x="1616.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="1616.0" y="-256.0"/>
+ <point x="1520.0" y="-320.0"/>
+ <point x="1376.0" y="-320.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="-320.0"/>
+ <point x="1312.0" y="-316.0"/>
+ <point x="1288.0" y="-308.0" type="curve"/>
+ <point x="1288.0" y="-524.0" type="line"/>
+ <point x="1328.0" y="-536.0"/>
+ <point x="1400.0" y="-548.0"/>
+ <point x="1444.0" y="-548.0" type="curve" smooth="yes"/>
+ <point x="1708.0" y="-548.0"/>
+ <point x="1888.0" y="-376.0"/>
+ <point x="1888.0" y="-68.0" type="curve" smooth="yes"/>
+ <point x="1888.0" y="244.0"/>
+ <point x="1760.0" y="400.0"/>
+ <point x="1652.0" y="724.0" type="curve" smooth="yes"/>
+ <point x="1604.0" y="876.0"/>
+ <point x="1556.0" y="1064.0"/>
+ <point x="1532.0" y="1320.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="748.0" y="312.0" type="line"/>
+ <point x="748.0" y="1036.0" type="line" smooth="yes"/>
+ <point x="748.0" y="1344.0"/>
+ <point x="568.0" y="1516.0"/>
+ <point x="304.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="256.0" y="1516.0"/>
+ <point x="188.0" y="1504.0"/>
+ <point x="144.0" y="1492.0" type="curve"/>
+ <point x="144.0" y="1276.0" type="line"/>
+ <point x="172.0" y="1284.0"/>
+ <point x="208.0" y="1288.0"/>
+ <point x="232.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1288.0"/>
+ <point x="472.0" y="1224.0"/>
+ <point x="472.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="60.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03D_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03D_8.glif
new file mode 100644
index 000000000..cb82f3d66
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03D_8.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03D8" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="03D8"/>
+ <guideline x="1048.0" y="128.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="1196.0" y="56.0" type="line"/>
+ <point x="948.0" y="56.0" type="line"/>
+ <point x="948.0" y="-572.0" type="line"/>
+ <point x="1196.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1976.0" y="1024.0" type="curve"/>
+ <point x="1976.0" y="1672.0"/>
+ <point x="1596.0" y="2076.0"/>
+ <point x="1072.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="2076.0"/>
+ <point x="168.0" y="1672.0"/>
+ <point x="168.0" y="1024.0" type="curve"/>
+ <point x="168.0" y="376.0"/>
+ <point x="548.0" y="-28.0"/>
+ <point x="1072.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-28.0"/>
+ <point x="1976.0" y="376.0"/>
+ </contour>
+ <contour>
+ <point x="1736.0" y="1024.0" type="curve"/>
+ <point x="1736.0" y="492.0"/>
+ <point x="1444.0" y="204.0"/>
+ <point x="1072.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="700.0" y="204.0"/>
+ <point x="408.0" y="492.0"/>
+ <point x="408.0" y="1024.0" type="curve"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="700.0" y="1844.0"/>
+ <point x="1072.0" y="1844.0" type="curve" smooth="yes"/>
+ <point x="1444.0" y="1844.0"/>
+ <point x="1736.0" y="1556.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03D_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03D_9.glif
new file mode 100644
index 000000000..e7b246b85
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03D_9.glif
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03D9" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03D9"/>
+ <outline>
+ <contour>
+ <point x="936.0" y="92.0" type="line"/>
+ <point x="660.0" y="92.0" type="line"/>
+ <point x="660.0" y="-572.0" type="line"/>
+ <point x="936.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="824.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="-32.0"/>
+ <point x="1520.0" y="284.0"/>
+ <point x="1520.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1520.0" y="1240.0"/>
+ <point x="1240.0" y="1556.0"/>
+ <point x="824.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="408.0" y="1556.0"/>
+ <point x="128.0" y="1240.0"/>
+ <point x="128.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="284.0"/>
+ <point x="408.0" y="-32.0"/>
+ </contour>
+ <contour>
+ <point x="824.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="180.0"/>
+ <point x="364.0" y="452.0"/>
+ <point x="364.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="1068.0"/>
+ <point x="508.0" y="1344.0"/>
+ <point x="824.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1140.0" y="1344.0"/>
+ <point x="1284.0" y="1068.0"/>
+ <point x="1284.0" y="760.0" type="curve" smooth="yes"/>
+ <point x="1284.0" y="452.0"/>
+ <point x="1140.0" y="180.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.3</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F3_.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F3_.ccmp.glif
deleted file mode 100644
index a2d10e572..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03F3_.ccmp.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03F3.ccmp" format="1">
- <advance width="752"/>
- <outline>
- <component base="dotlessj" xOffset="-16"/>
- <contour>
- <point x="368" y="1716" type="move" name="top"/>
- </contour>
- <contour>
- <point x="716" y="1716" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="368" y="-632" type="move" name="bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 723, 'leftMargin': 84, 'rightMargin': 39}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F5_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F5_.glif
deleted file mode 100644
index 547e57bd0..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03F5_.glif
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03F5" format="1">
- <advance width="1264"/>
- <unicode hex="03F5"/>
- <outline>
- <contour>
- <point x="756" y="220" type="line"/>
- <point x="444" y="220"/>
- <point x="364" y="464"/>
- <point x="364" y="716" type="curve" smooth="yes"/>
- <point x="364" y="772" type="line" smooth="yes"/>
- <point x="364" y="1024"/>
- <point x="448" y="1268"/>
- <point x="756" y="1268" type="curve" smooth="yes"/>
- <point x="1176" y="1268" type="line"/>
- <point x="1176" y="1488" type="line"/>
- <point x="756" y="1488" type="line" smooth="yes"/>
- <point x="304" y="1488"/>
- <point x="88" y="1168"/>
- <point x="88" y="772" type="curve" smooth="yes"/>
- <point x="88" y="716" type="line" smooth="yes"/>
- <point x="88" y="320"/>
- <point x="300" y="0"/>
- <point x="756" y="0" type="curve" smooth="yes"/>
- <point x="1176" y="0" type="line"/>
- <point x="1176" y="220" type="line"/>
- </contour>
- <contour>
- <point x="908" y="852" type="line"/>
- <point x="152" y="852" type="line"/>
- <point x="152" y="632" type="line"/>
- <point x="908" y="632" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1272, 'leftMargin': 127, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F6_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F6_.glif
deleted file mode 100644
index f22072439..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03F6_.glif
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03F6" format="1">
- <advance width="1264"/>
- <unicode hex="03F6"/>
- <outline>
- <contour>
- <point x="88" y="220" type="line"/>
- <point x="88" y="0" type="line"/>
- <point x="508" y="0" type="line" smooth="yes"/>
- <point x="964" y="0"/>
- <point x="1176" y="320"/>
- <point x="1176" y="716" type="curve" smooth="yes"/>
- <point x="1176" y="772" type="line" smooth="yes"/>
- <point x="1176" y="1168"/>
- <point x="964" y="1488"/>
- <point x="508" y="1488" type="curve" smooth="yes"/>
- <point x="88" y="1488" type="line"/>
- <point x="88" y="1268" type="line"/>
- <point x="508" y="1268" type="line" smooth="yes"/>
- <point x="816" y="1268"/>
- <point x="904" y="1024"/>
- <point x="904" y="772" type="curve" smooth="yes"/>
- <point x="904" y="716" type="line" smooth="yes"/>
- <point x="904" y="464"/>
- <point x="820" y="220"/>
- <point x="508" y="220" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="356" y="632" type="line"/>
- <point x="1112" y="632" type="line"/>
- <point x="1112" y="852" type="line"/>
- <point x="356" y="852" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1272, 'leftMargin': 55, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03FB__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03FB__.glif
deleted file mode 100644
index 9cf7dace8..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03FB__.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FB" format="1">
- <advance width="2032"/>
- <unicode hex="03FB"/>
- <outline>
- <contour>
- <point x="1020" y="360" type="line"/>
- <point x="536" y="1488" type="line"/>
- <point x="276" y="1488" type="line"/>
- <point x="924" y="0" type="line"/>
- <point x="1116" y="0" type="line"/>
- <point x="1772" y="1488" type="line"/>
- <point x="1508" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="456" y="1488" type="line"/>
- <point x="180" y="1488" type="line"/>
- <point x="180" y="-572" type="line"/>
- <point x="456" y="-572" type="line"/>
- </contour>
- <contour>
- <point x="1576" y="0" type="line"/>
- <point x="1852" y="0" type="line"/>
- <point x="1852" y="1488" type="line"/>
- <point x="1576" y="1488" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2046.0, 'leftMargin': 188, 'rightMargin': 188.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03FC__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03FC__.glif
deleted file mode 100644
index fc47762ce..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03FC__.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FC" format="1">
- <advance width="1696"/>
- <unicode hex="03FC"/>
- <outline>
- <component base="rho" xOffset="88"/>
- <component base="crossbar" xOffset="-188" yOffset="-1240"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1702, 'leftMargin': 27, 'rightMargin': 142}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03FD__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03FD__.glif
deleted file mode 100644
index 93361b78c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03FD__.glif
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FD" format="1">
- <advance width="1776"/>
- <unicode hex="03FD"/>
- <outline>
- <contour>
- <point x="112" y="644" type="line"/>
- <point x="152" y="252"/>
- <point x="392" y="-28"/>
- <point x="852" y="-28" type="curve" smooth="yes"/>
- <point x="1352" y="-28"/>
- <point x="1664" y="344"/>
- <point x="1664" y="908" type="curve" smooth="yes"/>
- <point x="1664" y="1096" type="line" smooth="yes"/>
- <point x="1664" y="1660"/>
- <point x="1352" y="2032"/>
- <point x="876" y="2032" type="curve" smooth="yes"/>
- <point x="388" y="2032"/>
- <point x="156" y="1740"/>
- <point x="112" y="1364" type="curve"/>
- <point x="400" y="1364" type="line"/>
- <point x="444" y="1636"/>
- <point x="544" y="1800"/>
- <point x="876" y="1800" type="curve" smooth="yes"/>
- <point x="1228" y="1800"/>
- <point x="1380" y="1484"/>
- <point x="1380" y="1096" type="curve" smooth="yes"/>
- <point x="1380" y="904" type="line" smooth="yes"/>
- <point x="1380" y="484"/>
- <point x="1200" y="204"/>
- <point x="852" y="204" type="curve" smooth="yes"/>
- <point x="548" y="204"/>
- <point x="440" y="376"/>
- <point x="400" y="644" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 121, 'rightMargin': 161}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03FE__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03FE__.glif
deleted file mode 100644
index 9eef80f6f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03FE__.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FE" format="1">
- <advance width="2048"/>
- <unicode hex="03FE"/>
- <outline>
- <component base="C"/>
- <component base="period" xOffset="696" yOffset="876"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 161, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03FF__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03FF__.glif
deleted file mode 100644
index 8138f25cc..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni03FF__.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni03FF" format="1">
- <advance width="2048"/>
- <unicode hex="03FF"/>
- <outline>
- <component base="uni03FE" xScale="-1" xOffset="2032"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1834, 'leftMargin': 121, 'rightMargin': 161}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_3.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_3.ccmp.glif
new file mode 100644
index 000000000..a770a5703
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_3.ccmp.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F3.ccmp" format="2">
+ <advance width="752.0"/>
+ <anchor x="368.0" y="-632.0" name="bottom"/>
+ <anchor x="368.0" y="1716.0" name="top"/>
+ <anchor x="716.0" y="1716.0" name="top0315"/>
+ <outline>
+ <component base="dotlessj" xOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_4.glif
new file mode 100644
index 000000000..8c77680f1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_4.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F4" format="2">
+ <advance width="2144.0"/>
+ <unicode hex="03F4"/>
+ <anchor x="1020.0" y="2212.0" name="parent_top"/>
+ <anchor x="1020.0" y="2212.0" name="top"/>
+ <anchor x="1952.0" y="2212.0" name="top0315"/>
+ <outline>
+ <component base="afii10147"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_5.glif
new file mode 100644
index 000000000..c2422d10f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_5.glif
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F5" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="03F5"/>
+ <outline>
+ <contour>
+ <point x="756.0" y="220.0" type="line"/>
+ <point x="444.0" y="220.0"/>
+ <point x="364.0" y="464.0"/>
+ <point x="364.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="364.0" y="772.0" type="line" smooth="yes"/>
+ <point x="364.0" y="1024.0"/>
+ <point x="448.0" y="1268.0"/>
+ <point x="756.0" y="1268.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="1268.0" type="line"/>
+ <point x="1176.0" y="1488.0" type="line"/>
+ <point x="756.0" y="1488.0" type="line" smooth="yes"/>
+ <point x="304.0" y="1488.0"/>
+ <point x="88.0" y="1168.0"/>
+ <point x="88.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="88.0" y="716.0" type="line" smooth="yes"/>
+ <point x="88.0" y="320.0"/>
+ <point x="300.0" y="0.0"/>
+ <point x="756.0" y="0.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="0.0" type="line"/>
+ <point x="1176.0" y="220.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="908.0" y="852.0" type="line"/>
+ <point x="152.0" y="852.0" type="line"/>
+ <point x="152.0" y="632.0" type="line"/>
+ <point x="908.0" y="632.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_6.glif
new file mode 100644
index 000000000..92516ba89
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_6.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F6" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="03F6"/>
+ <outline>
+ <contour>
+ <point x="88.0" y="220.0" type="line"/>
+ <point x="88.0" y="0.0" type="line"/>
+ <point x="508.0" y="0.0" type="line" smooth="yes"/>
+ <point x="964.0" y="0.0"/>
+ <point x="1176.0" y="320.0"/>
+ <point x="1176.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="772.0" type="line" smooth="yes"/>
+ <point x="1176.0" y="1168.0"/>
+ <point x="964.0" y="1488.0"/>
+ <point x="508.0" y="1488.0" type="curve" smooth="yes"/>
+ <point x="88.0" y="1488.0" type="line"/>
+ <point x="88.0" y="1268.0" type="line"/>
+ <point x="508.0" y="1268.0" type="line" smooth="yes"/>
+ <point x="816.0" y="1268.0"/>
+ <point x="904.0" y="1024.0"/>
+ <point x="904.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="904.0" y="716.0" type="line" smooth="yes"/>
+ <point x="904.0" y="464.0"/>
+ <point x="820.0" y="220.0"/>
+ <point x="508.0" y="220.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="356.0" y="632.0" type="line"/>
+ <point x="1112.0" y="632.0" type="line"/>
+ <point x="1112.0" y="852.0" type="line"/>
+ <point x="356.0" y="852.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_7.glif
new file mode 100644
index 000000000..387a42547
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_7.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F7" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03F7"/>
+ <outline>
+ <component base="Thorn"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_8.glif
new file mode 100644
index 000000000..752c82899
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_8.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F8" format="2">
+ <advance width="1716.0"/>
+ <unicode hex="03F8"/>
+ <outline>
+ <component base="thorn"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_9.glif
new file mode 100644
index 000000000..63f991210
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_9.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03F9" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="03F9"/>
+ <anchor x="1072.0" y="-16.0" name="bottom"/>
+ <anchor x="1940.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="1940.0" y="2244.0" name="top0315"/>
+ <anchor x="1940.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="C"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_A_.glif
new file mode 100644
index 000000000..eef89069c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_A_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FA" format="2">
+ <advance width="2464.0"/>
+ <unicode hex="03FA"/>
+ <anchor x="1232.0" y="0.0" name="bottom"/>
+ <anchor x="2456.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1232.0" y="2304.0" name="parent_top"/>
+ <anchor x="1232.0" y="2304.0" name="top"/>
+ <anchor x="2456.0" y="2200.0" name="top0315"/>
+ <anchor x="2456.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_B_.glif
new file mode 100644
index 000000000..127027787
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_B_.glif
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FB" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="03FB"/>
+ <outline>
+ <contour>
+ <point x="1020.0" y="360.0" type="line"/>
+ <point x="536.0" y="1488.0" type="line"/>
+ <point x="276.0" y="1488.0" type="line"/>
+ <point x="924.0" y="0.0" type="line"/>
+ <point x="1116.0" y="0.0" type="line"/>
+ <point x="1772.0" y="1488.0" type="line"/>
+ <point x="1508.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="456.0" y="1488.0" type="line"/>
+ <point x="180.0" y="1488.0" type="line"/>
+ <point x="180.0" y="-572.0" type="line"/>
+ <point x="456.0" y="-572.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1576.0" y="0.0" type="line"/>
+ <point x="1852.0" y="0.0" type="line"/>
+ <point x="1852.0" y="1488.0" type="line"/>
+ <point x="1576.0" y="1488.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_C_.glif
new file mode 100644
index 000000000..ce6c13455
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_C_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FC" format="2">
+ <advance width="1696.0"/>
+ <unicode hex="03FC"/>
+ <outline>
+ <component base="rho" xOffset="88.0"/>
+ <component base="crossbar" xOffset="-188.0" yOffset="-1240.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_D_.glif
new file mode 100644
index 000000000..3f054bc4c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_D_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FD" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="03FD"/>
+ <outline>
+ <contour>
+ <point x="112.0" y="644.0" type="line"/>
+ <point x="152.0" y="252.0"/>
+ <point x="392.0" y="-28.0"/>
+ <point x="852.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="-28.0"/>
+ <point x="1664.0" y="344.0"/>
+ <point x="1664.0" y="908.0" type="curve" smooth="yes"/>
+ <point x="1664.0" y="1096.0" type="line" smooth="yes"/>
+ <point x="1664.0" y="1660.0"/>
+ <point x="1352.0" y="2032.0"/>
+ <point x="876.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="2032.0"/>
+ <point x="156.0" y="1740.0"/>
+ <point x="112.0" y="1364.0" type="curve"/>
+ <point x="400.0" y="1364.0" type="line"/>
+ <point x="444.0" y="1636.0"/>
+ <point x="544.0" y="1800.0"/>
+ <point x="876.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="1800.0"/>
+ <point x="1380.0" y="1484.0"/>
+ <point x="1380.0" y="1096.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="904.0" type="line" smooth="yes"/>
+ <point x="1380.0" y="484.0"/>
+ <point x="1200.0" y="204.0"/>
+ <point x="852.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="204.0"/>
+ <point x="440.0" y="376.0"/>
+ <point x="400.0" y="644.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_E_.glif
new file mode 100644
index 000000000..0f4aae14d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_E_.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FE" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="03FE"/>
+ <outline>
+ <component base="C"/>
+ <component base="period" xOffset="696.0" yOffset="876.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni03F_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni03F_F_.glif
new file mode 100644
index 000000000..dd11347bd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni03F_F_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni03FF" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="03FF"/>
+ <outline>
+ <component base="uni03FE" xScale="-1.0" xOffset="2032.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0400.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0400.glif
new file mode 100644
index 000000000..257e050c7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0400.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0400" format="2">
+ <advance width="1684.0"/>
+ <unicode hex="0400"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1636.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2796.0" name="top"/>
+ <anchor x="1636.0" y="2216.0" name="top0315"/>
+ <anchor x="1636.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E"/>
+ <component base="grave" xOffset="392.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni040D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni040D_.glif
new file mode 100644
index 000000000..febf38bf8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni040D_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni040D" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="040D"/>
+ <anchor x="1032.0" y="2304.0" name="parent_top"/>
+ <anchor x="1032.0" y="2796.0" name="top"/>
+ <anchor x="2024.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="afii10026"/>
+ <component base="grave" xOffset="536.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0450.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0450.glif
new file mode 100644
index 000000000..43dd2f751
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0450.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni0450" format="2">
+ <advance width="1644.0"/>
+ <unicode hex="0450"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1496.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="836.0" y="1792.0" name="parent_top"/>
+ <anchor x="836.0" y="2284.0" name="top"/>
+ <anchor x="1424.0" y="1792.0" name="top0315"/>
+ <anchor x="1496.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="e"/>
+ <component base="grave" xOffset="336.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0456.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0456.ccmp.glif
index 777c90e10..2682ce4ee 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0456.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0456.ccmp.glif
@@ -1,33 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0456.ccmp" format="1">
- <advance width="752"/>
+<glyph name="uni0456.ccmp" format="2">
+ <advance width="752.0"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="352.0" y="1776.0" name="top"/>
+ <anchor x="712.0" y="1776.0" name="top0315"/>
<outline>
- <component base="dotlessi" xOffset="-8"/>
- <contour>
- <point x="352" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="712" y="1776" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="348" y="16" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessi" xOffset="-8.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 712, 'leftMargin': 256, 'rightMargin': 216}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0458.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0458.ccmp.glif
index bd744363f..eada8840b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0458.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0458.ccmp.glif
@@ -1,29 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0458.ccmp" format="1">
- <advance width="784"/>
+<glyph name="uni0458.ccmp" format="2">
+ <advance width="784.0"/>
+ <anchor x="556.0" y="-632.0" name="bottom"/>
+ <anchor x="556.0" y="1716.0" name="top"/>
+ <anchor x="908.0" y="1716.0" name="top0315"/>
<outline>
- <component base="dotlessj" xOffset="176"/>
- <contour>
- <point x="556" y="1716" type="move" name="top"/>
- </contour>
- <contour>
- <point x="908" y="1716" type="move" name="top0315"/>
- </contour>
- <contour>
- <point x="556" y="-632" type="move" name="bottom"/>
- </contour>
+ <component base="dotlessj" xOffset="176.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
+ <integer>-1</integer>
</array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 723, 'leftMargin': -92, 'rightMargin': 213}</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni045D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni045D_.glif
new file mode 100644
index 000000000..7e328facb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni045D_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni045D" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="045D"/>
+ <anchor x="760.0" y="1744.0" name="parent_top"/>
+ <anchor x="760.0" y="2236.0" name="top"/>
+ <anchor x="1580.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iicyrillic"/>
+ <component base="grave" xOffset="264.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0487.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0487.glif
index 394871ceb..2372ac0ca 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0487.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0487.glif
@@ -1,41 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0487" format="1">
- <advance width="0"/>
+<glyph name="uni0487" format="2">
<unicode hex="0487"/>
+ <anchor x="-814.0" y="1636.0" name="_marktop"/>
<outline>
<contour>
- <point x="-814" y="1636" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-430" y="1976" type="line"/>
- <point x="-573" y="1976"/>
- <point x="-667" y="2141"/>
- <point x="-953" y="2141" type="curve" smooth="yes"/>
- <point x="-1196" y="2141"/>
- <point x="-1338" y="2024"/>
- <point x="-1338" y="1843" type="curve" smooth="yes"/>
- <point x="-1338" y="1792" type="line"/>
- <point x="-1151" y="1792" type="line"/>
- <point x="-1151" y="1816" type="line" smooth="yes"/>
- <point x="-1151" y="1915"/>
- <point x="-1059" y="1957"/>
- <point x="-971" y="1957" type="curve" smooth="yes"/>
- <point x="-707" y="1957"/>
- <point x="-638" y="1792"/>
- <point x="-451" y="1792" type="curve" smooth="yes"/>
- <point x="-208" y="1792" type="line"/>
- <point x="-208" y="1976" type="line"/>
+ <point x="-430.0" y="1976.0" type="line"/>
+ <point x="-573.0" y="1976.0"/>
+ <point x="-667.0" y="2141.0"/>
+ <point x="-953.0" y="2141.0" type="curve" smooth="yes"/>
+ <point x="-1196.0" y="2141.0"/>
+ <point x="-1338.0" y="2024.0"/>
+ <point x="-1338.0" y="1843.0" type="curve" smooth="yes"/>
+ <point x="-1338.0" y="1792.0" type="line"/>
+ <point x="-1151.0" y="1792.0" type="line"/>
+ <point x="-1151.0" y="1816.0" type="line" smooth="yes"/>
+ <point x="-1151.0" y="1915.0"/>
+ <point x="-1059.0" y="1957.0"/>
+ <point x="-971.0" y="1957.0" type="curve" smooth="yes"/>
+ <point x="-707.0" y="1957.0"/>
+ <point x="-638.0" y="1792.0"/>
+ <point x="-451.0" y="1792.0" type="curve" smooth="yes"/>
+ <point x="-208.0" y="1792.0" type="line"/>
+ <point x="-208.0" y="1976.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0488.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0488.glif
index d37293334..343415498 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0488.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0488.glif
@@ -1,146 +1,142 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0488" format="1">
- <advance width="0"/>
+<glyph name="uni0488" format="2">
<unicode hex="0488"/>
<outline>
<contour>
- <point x="-892" y="1742" type="line"/>
- <point x="-892" y="1815"/>
- <point x="-857" y="1881"/>
- <point x="-759" y="1881" type="curve" smooth="yes"/>
- <point x="-660" y="1881"/>
- <point x="-623" y="1815"/>
- <point x="-623" y="1742" type="curve"/>
- <point x="-469" y="1742" type="line"/>
- <point x="-469" y="1893"/>
- <point x="-580" y="2001"/>
- <point x="-759" y="2001" type="curve" smooth="yes"/>
- <point x="-938" y="2001"/>
- <point x="-1048" y="1893"/>
- <point x="-1048" y="1742" type="curve"/>
+ <point x="-892.0" y="1742.0" type="line"/>
+ <point x="-892.0" y="1815.0"/>
+ <point x="-857.0" y="1881.0"/>
+ <point x="-759.0" y="1881.0" type="curve" smooth="yes"/>
+ <point x="-660.0" y="1881.0"/>
+ <point x="-623.0" y="1815.0"/>
+ <point x="-623.0" y="1742.0" type="curve"/>
+ <point x="-469.0" y="1742.0" type="line"/>
+ <point x="-469.0" y="1893.0"/>
+ <point x="-580.0" y="2001.0"/>
+ <point x="-759.0" y="2001.0" type="curve" smooth="yes"/>
+ <point x="-938.0" y="2001.0"/>
+ <point x="-1048.0" y="1893.0"/>
+ <point x="-1048.0" y="1742.0" type="curve"/>
</contour>
<contour>
- <point x="-78" y="1361" type="line"/>
- <point x="-78" y="1434"/>
- <point x="-43" y="1500"/>
- <point x="54" y="1500" type="curve" smooth="yes"/>
- <point x="154" y="1500"/>
- <point x="190" y="1434"/>
- <point x="190" y="1361" type="curve"/>
- <point x="345" y="1361" type="line"/>
- <point x="345" y="1513"/>
- <point x="234" y="1620"/>
- <point x="54" y="1620" type="curve" smooth="yes"/>
- <point x="-124" y="1620"/>
- <point x="-235" y="1513"/>
- <point x="-235" y="1361" type="curve"/>
+ <point x="-78.0" y="1361.0" type="line"/>
+ <point x="-78.0" y="1434.0"/>
+ <point x="-43.0" y="1500.0"/>
+ <point x="54.0" y="1500.0" type="curve" smooth="yes"/>
+ <point x="154.0" y="1500.0"/>
+ <point x="190.0" y="1434.0"/>
+ <point x="190.0" y="1361.0" type="curve"/>
+ <point x="345.0" y="1361.0" type="line"/>
+ <point x="345.0" y="1513.0"/>
+ <point x="234.0" y="1620.0"/>
+ <point x="54.0" y="1620.0" type="curve" smooth="yes"/>
+ <point x="-124.0" y="1620.0"/>
+ <point x="-235.0" y="1513.0"/>
+ <point x="-235.0" y="1361.0" type="curve"/>
</contour>
<contour>
- <point x="177" y="670" type="line"/>
- <point x="177" y="743"/>
- <point x="215" y="809"/>
- <point x="311" y="809" type="curve" smooth="yes"/>
- <point x="411" y="809"/>
- <point x="447" y="743"/>
- <point x="447" y="670" type="curve"/>
- <point x="601" y="670" type="line"/>
- <point x="601" y="821"/>
- <point x="491" y="928"/>
- <point x="311" y="928" type="curve" smooth="yes"/>
- <point x="133" y="928"/>
- <point x="22" y="821"/>
- <point x="22" y="670" type="curve"/>
+ <point x="177.0" y="670.0" type="line"/>
+ <point x="177.0" y="743.0"/>
+ <point x="215.0" y="809.0"/>
+ <point x="311.0" y="809.0" type="curve" smooth="yes"/>
+ <point x="411.0" y="809.0"/>
+ <point x="447.0" y="743.0"/>
+ <point x="447.0" y="670.0" type="curve"/>
+ <point x="601.0" y="670.0" type="line"/>
+ <point x="601.0" y="821.0"/>
+ <point x="491.0" y="928.0"/>
+ <point x="311.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="133.0" y="928.0"/>
+ <point x="22.0" y="821.0"/>
+ <point x="22.0" y="670.0" type="curve"/>
</contour>
<contour>
- <point x="-94" y="-44" type="line"/>
- <point x="-94" y="29"/>
- <point x="-56" y="95"/>
- <point x="40" y="95" type="curve" smooth="yes"/>
- <point x="140" y="95"/>
- <point x="176" y="29"/>
- <point x="176" y="-44" type="curve"/>
- <point x="330" y="-44" type="line"/>
- <point x="330" y="107"/>
- <point x="220" y="215"/>
- <point x="40" y="215" type="curve" smooth="yes"/>
- <point x="-138" y="215"/>
- <point x="-249" y="107"/>
- <point x="-249" y="-44" type="curve"/>
+ <point x="-94.0" y="-44.0" type="line"/>
+ <point x="-94.0" y="29.0"/>
+ <point x="-56.0" y="95.0"/>
+ <point x="40.0" y="95.0" type="curve" smooth="yes"/>
+ <point x="140.0" y="95.0"/>
+ <point x="176.0" y="29.0"/>
+ <point x="176.0" y="-44.0" type="curve"/>
+ <point x="330.0" y="-44.0" type="line"/>
+ <point x="330.0" y="107.0"/>
+ <point x="220.0" y="215.0"/>
+ <point x="40.0" y="215.0" type="curve" smooth="yes"/>
+ <point x="-138.0" y="215.0"/>
+ <point x="-249.0" y="107.0"/>
+ <point x="-249.0" y="-44.0" type="curve"/>
</contour>
<contour>
- <point x="-886" y="-435" type="line"/>
- <point x="-886" y="-362"/>
- <point x="-848" y="-296"/>
- <point x="-752" y="-296" type="curve" smooth="yes"/>
- <point x="-653" y="-296"/>
- <point x="-616" y="-362"/>
- <point x="-616" y="-435" type="curve"/>
- <point x="-462" y="-435" type="line"/>
- <point x="-462" y="-283"/>
- <point x="-573" y="-176"/>
- <point x="-752" y="-176" type="curve" smooth="yes"/>
- <point x="-931" y="-176"/>
- <point x="-1041" y="-283"/>
- <point x="-1041" y="-435" type="curve"/>
+ <point x="-886.0" y="-435.0" type="line"/>
+ <point x="-886.0" y="-362.0"/>
+ <point x="-848.0" y="-296.0"/>
+ <point x="-752.0" y="-296.0" type="curve" smooth="yes"/>
+ <point x="-653.0" y="-296.0"/>
+ <point x="-616.0" y="-362.0"/>
+ <point x="-616.0" y="-435.0" type="curve"/>
+ <point x="-462.0" y="-435.0" type="line"/>
+ <point x="-462.0" y="-283.0"/>
+ <point x="-573.0" y="-176.0"/>
+ <point x="-752.0" y="-176.0" type="curve" smooth="yes"/>
+ <point x="-931.0" y="-176.0"/>
+ <point x="-1041.0" y="-283.0"/>
+ <point x="-1041.0" y="-435.0" type="curve"/>
</contour>
<contour>
- <point x="-1679" y="1361" type="line"/>
- <point x="-1679" y="1434"/>
- <point x="-1643" y="1500"/>
- <point x="-1546" y="1500" type="curve" smooth="yes"/>
- <point x="-1447" y="1500"/>
- <point x="-1409" y="1434"/>
- <point x="-1409" y="1361" type="curve"/>
- <point x="-1255" y="1361" type="line"/>
- <point x="-1255" y="1513"/>
- <point x="-1367" y="1620"/>
- <point x="-1546" y="1620" type="curve" smooth="yes"/>
- <point x="-1724" y="1620"/>
- <point x="-1836" y="1513"/>
- <point x="-1836" y="1361" type="curve"/>
+ <point x="-1679.0" y="1361.0" type="line"/>
+ <point x="-1679.0" y="1434.0"/>
+ <point x="-1643.0" y="1500.0"/>
+ <point x="-1546.0" y="1500.0" type="curve" smooth="yes"/>
+ <point x="-1447.0" y="1500.0"/>
+ <point x="-1409.0" y="1434.0"/>
+ <point x="-1409.0" y="1361.0" type="curve"/>
+ <point x="-1255.0" y="1361.0" type="line"/>
+ <point x="-1255.0" y="1513.0"/>
+ <point x="-1367.0" y="1620.0"/>
+ <point x="-1546.0" y="1620.0" type="curve" smooth="yes"/>
+ <point x="-1724.0" y="1620.0"/>
+ <point x="-1836.0" y="1513.0"/>
+ <point x="-1836.0" y="1361.0" type="curve"/>
</contour>
<contour>
- <point x="-1922" y="670" type="line"/>
- <point x="-1922" y="743"/>
- <point x="-1885" y="809"/>
- <point x="-1789" y="809" type="curve" smooth="yes"/>
- <point x="-1689" y="809"/>
- <point x="-1653" y="743"/>
- <point x="-1653" y="670" type="curve"/>
- <point x="-1499" y="670" type="line"/>
- <point x="-1499" y="821"/>
- <point x="-1609" y="928"/>
- <point x="-1789" y="928" type="curve" smooth="yes"/>
- <point x="-1966" y="928"/>
- <point x="-2078" y="821"/>
- <point x="-2078" y="670" type="curve"/>
+ <point x="-1922.0" y="670.0" type="line"/>
+ <point x="-1922.0" y="743.0"/>
+ <point x="-1885.0" y="809.0"/>
+ <point x="-1789.0" y="809.0" type="curve" smooth="yes"/>
+ <point x="-1689.0" y="809.0"/>
+ <point x="-1653.0" y="743.0"/>
+ <point x="-1653.0" y="670.0" type="curve"/>
+ <point x="-1499.0" y="670.0" type="line"/>
+ <point x="-1499.0" y="821.0"/>
+ <point x="-1609.0" y="928.0"/>
+ <point x="-1789.0" y="928.0" type="curve" smooth="yes"/>
+ <point x="-1966.0" y="928.0"/>
+ <point x="-2078.0" y="821.0"/>
+ <point x="-2078.0" y="670.0" type="curve"/>
</contour>
<contour>
- <point x="-1693" y="-44" type="line"/>
- <point x="-1693" y="29"/>
- <point x="-1657" y="95"/>
- <point x="-1561" y="95" type="curve" smooth="yes"/>
- <point x="-1460" y="95"/>
- <point x="-1425" y="29"/>
- <point x="-1425" y="-44" type="curve"/>
- <point x="-1269" y="-44" type="line"/>
- <point x="-1269" y="107"/>
- <point x="-1381" y="215"/>
- <point x="-1561" y="215" type="curve" smooth="yes"/>
- <point x="-1738" y="215"/>
- <point x="-1849" y="107"/>
- <point x="-1849" y="-44" type="curve"/>
+ <point x="-1693.0" y="-44.0" type="line"/>
+ <point x="-1693.0" y="29.0"/>
+ <point x="-1657.0" y="95.0"/>
+ <point x="-1561.0" y="95.0" type="curve" smooth="yes"/>
+ <point x="-1460.0" y="95.0"/>
+ <point x="-1425.0" y="29.0"/>
+ <point x="-1425.0" y="-44.0" type="curve"/>
+ <point x="-1269.0" y="-44.0" type="line"/>
+ <point x="-1269.0" y="107.0"/>
+ <point x="-1381.0" y="215.0"/>
+ <point x="-1561.0" y="215.0" type="curve" smooth="yes"/>
+ <point x="-1738.0" y="215.0"/>
+ <point x="-1849.0" y="107.0"/>
+ <point x="-1849.0" y="-44.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni0489.glif b/src/Inter-UI-Regular.ufo/glyphs/uni0489.glif
index 0718fa69e..9a67e8a49 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni0489.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni0489.glif
@@ -1,74 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni0489" format="1">
- <advance width="0"/>
+<glyph name="uni0489" format="2">
<unicode hex="0489"/>
<outline>
<contour>
- <point x="-828" y="-83" type="line"/>
- <point x="-924" y="-568" type="line"/>
- <point x="-792" y="-568" type="line"/>
- <point x="-624" y="-102" type="line"/>
- <point x="-639" y="-83" type="line"/>
+ <point x="-828.0" y="-83.0" type="line"/>
+ <point x="-924.0" y="-568.0" type="line"/>
+ <point x="-792.0" y="-568.0" type="line"/>
+ <point x="-624.0" y="-102.0" type="line"/>
+ <point x="-639.0" y="-83.0" type="line"/>
</contour>
<contour>
- <point x="-721" y="1548" type="line"/>
- <point x="-624" y="2032" type="line"/>
- <point x="-756" y="2032" type="line"/>
- <point x="-924" y="1568" type="line"/>
- <point x="-908" y="1548" type="line"/>
+ <point x="-721.0" y="1548.0" type="line"/>
+ <point x="-624.0" y="2032.0" type="line"/>
+ <point x="-756.0" y="2032.0" type="line"/>
+ <point x="-924.0" y="1568.0" type="line"/>
+ <point x="-908.0" y="1548.0" type="line"/>
</contour>
<contour>
- <point x="25" y="677" type="line"/>
- <point x="501" y="579" type="line"/>
- <point x="501" y="714" type="line"/>
- <point x="43" y="884" type="line"/>
- <point x="25" y="868" type="line"/>
+ <point x="25.0" y="677.0" type="line"/>
+ <point x="501.0" y="579.0" type="line"/>
+ <point x="501.0" y="714.0" type="line"/>
+ <point x="43.0" y="884.0" type="line"/>
+ <point x="25.0" y="868.0" type="line"/>
</contour>
<contour>
- <point x="-1576" y="787" type="line"/>
- <point x="-2052" y="884" type="line"/>
- <point x="-2052" y="749" type="line"/>
- <point x="-1594" y="579" type="line"/>
- <point x="-1576" y="595" type="line"/>
+ <point x="-1576.0" y="787.0" type="line"/>
+ <point x="-2052.0" y="884.0" type="line"/>
+ <point x="-2052.0" y="749.0" type="line"/>
+ <point x="-1594.0" y="579.0" type="line"/>
+ <point x="-1576.0" y="595.0" type="line"/>
</contour>
<contour>
- <point x="-172" y="1242" type="line"/>
- <point x="232" y="1517" type="line"/>
- <point x="139" y="1610" type="line"/>
- <point x="-303" y="1400" type="line"/>
- <point x="-305" y="1378" type="line"/>
+ <point x="-172.0" y="1242.0" type="line"/>
+ <point x="232.0" y="1517.0" type="line"/>
+ <point x="139.0" y="1610.0" type="line"/>
+ <point x="-303.0" y="1400.0" type="line"/>
+ <point x="-305.0" y="1378.0" type="line"/>
</contour>
<contour>
- <point x="-1379" y="165" type="line"/>
- <point x="-1783" y="-110" type="line"/>
- <point x="-1689" y="-205" type="line"/>
- <point x="-1249" y="6" type="line"/>
- <point x="-1246" y="29" type="line"/>
+ <point x="-1379.0" y="165.0" type="line"/>
+ <point x="-1783.0" y="-110.0" type="line"/>
+ <point x="-1689.0" y="-205.0" type="line"/>
+ <point x="-1249.0" y="6.0" type="line"/>
+ <point x="-1246.0" y="29.0" type="line"/>
</contour>
<contour>
- <point x="-1304" y="1317" type="line"/>
- <point x="-1576" y="1728" type="line"/>
- <point x="-1665" y="1634" type="line"/>
- <point x="-1462" y="1185" type="line"/>
- <point x="-1438" y="1183" type="line"/>
+ <point x="-1304.0" y="1317.0" type="line"/>
+ <point x="-1576.0" y="1728.0" type="line"/>
+ <point x="-1665.0" y="1634.0" type="line"/>
+ <point x="-1462.0" y="1185.0" type="line"/>
+ <point x="-1438.0" y="1183.0" type="line"/>
</contour>
<contour>
- <point x="-249" y="85" type="line"/>
- <point x="22" y="-326" type="line"/>
- <point x="113" y="-228" type="line"/>
- <point x="-92" y="219" type="line"/>
- <point x="-116" y="221" type="line"/>
+ <point x="-249.0" y="85.0" type="line"/>
+ <point x="22.0" y="-326.0" type="line"/>
+ <point x="113.0" y="-228.0" type="line"/>
+ <point x="-92.0" y="219.0" type="line"/>
+ <point x="-116.0" y="221.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni048A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni048A_.glif
index 930a70ac7..4c4aeb245 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni048A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni048A_.glif
@@ -1,25 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048A" format="1">
- <advance width="2288"/>
+<glyph name="uni048A" format="2">
+ <advance width="2288.0"/>
<unicode hex="048A"/>
+ <anchor x="1004.0" y="2688.0" name="top"/>
+ <anchor x="1968.0" y="2216.0" name="top0315"/>
<outline>
- <component base="afii10026" xOffset="-48"/>
- <component base="breve" xOffset="368" yOffset="444"/>
- <component base="comma" xOffset="1520" yOffset="-100"/>
- <contour>
- <point x="1004" y="2688" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1968" y="2216" type="move" name="top0315"/>
- </contour>
+ <component base="afii10026" xOffset="-48.0"/>
+ <component base="breve" xOffset="368.0" yOffset="444.0"/>
+ <component base="comma" xOffset="1520.0" yOffset="-100.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2151, 'leftMargin': 264, 'rightMargin': 44}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni048B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni048B_.glif
index 741016d4a..1985d178c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni048B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni048B_.glif
@@ -1,25 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048B" format="1">
- <advance width="1776"/>
+<glyph name="uni048B" format="2">
+ <advance width="1776.0"/>
<unicode hex="048B"/>
+ <anchor x="740.0" y="2136.0" name="top"/>
+ <anchor x="1560.0" y="1744.0" name="top0315"/>
<outline>
- <component base="iicyrillic" xOffset="-84"/>
- <component base="breve" xOffset="144" yOffset="-28"/>
- <component base="comma" xOffset="1168" yOffset="-100"/>
- <contour>
- <point x="740" y="2136" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1560" y="1744" type="move" name="top0315"/>
- </contour>
+ <component base="iicyrillic" xOffset="-84.0"/>
+ <component base="breve" xOffset="144.0" yOffset="-28.0"/>
+ <component base="comma" xOffset="1168.0" yOffset="-100.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1761, 'leftMargin': 164, 'rightMargin': -5}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni048C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni048C_.glif
new file mode 100644
index 000000000..8678364bc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni048C_.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni048C" format="2">
+ <advance width="1788.0"/>
+ <unicode hex="048C"/>
+ <outline>
+ <component base="afii10046"/>
+ <component base="crossbar" xOffset="-288.0" yOffset="624.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni048D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni048D_.glif
index 13df50f18..3eb90f30f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni048D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni048D_.glif
@@ -1,48 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048D" format="1">
- <advance width="1520"/>
+<glyph name="uni048D" format="2">
+ <advance width="1520.0"/>
<unicode hex="048D"/>
+ <anchor x="420.0" y="1204.0" name="cross"/>
<outline>
<contour>
- <point x="496" y="1036" type="line"/>
- <point x="496" y="816" type="line"/>
- <point x="936" y="816" type="line"/>
- <point x="1144" y="816"/>
- <point x="1216" y="652"/>
- <point x="1216" y="512" type="curve"/>
- <point x="1216" y="368"/>
- <point x="1144" y="220"/>
- <point x="936" y="220" type="curve"/>
- <point x="568" y="220" type="line"/>
- <point x="568" y="2272" type="line"/>
- <point x="292" y="2272" type="line"/>
- <point x="292" y="0" type="line"/>
- <point x="936" y="0" type="line"/>
- <point x="1296" y="0"/>
- <point x="1492" y="232"/>
- <point x="1492" y="524" type="curve"/>
- <point x="1492" y="820"/>
- <point x="1296" y="1036"/>
- <point x="936" y="1036" type="curve"/>
+ <point x="496.0" y="1036.0" type="line"/>
+ <point x="496.0" y="816.0" type="line"/>
+ <point x="936.0" y="816.0" type="line"/>
+ <point x="1144.0" y="816.0"/>
+ <point x="1216.0" y="652.0"/>
+ <point x="1216.0" y="512.0" type="curve"/>
+ <point x="1216.0" y="368.0"/>
+ <point x="1144.0" y="220.0"/>
+ <point x="936.0" y="220.0" type="curve"/>
+ <point x="568.0" y="220.0" type="line"/>
+ <point x="568.0" y="2272.0" type="line"/>
+ <point x="292.0" y="2272.0" type="line"/>
+ <point x="292.0" y="0.0" type="line"/>
+ <point x="936.0" y="0.0" type="line"/>
+ <point x="1296.0" y="0.0"/>
+ <point x="1492.0" y="232.0"/>
+ <point x="1492.0" y="524.0" type="curve"/>
+ <point x="1492.0" y="820.0"/>
+ <point x="1296.0" y="1036.0"/>
+ <point x="936.0" y="1036.0" type="curve"/>
</contour>
<contour>
- <point x="1008" y="2004" type="line"/>
- <point x="28" y="2004" type="line"/>
- <point x="28" y="1784" type="line"/>
- <point x="1008" y="1784" type="line"/>
- </contour>
- <contour>
- <point x="420" y="1204" type="move" name="cross"/>
+ <point x="1008.0" y="2004.0" type="line"/>
+ <point x="28.0" y="2004.0" type="line"/>
+ <point x="28.0" y="1784.0" type="line"/>
+ <point x="1008.0" y="1784.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1532, 'leftMargin': -52, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni048E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni048E_.glif
index a0daafa4a..447bc801a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni048E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni048E_.glif
@@ -1,24 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048E" format="1">
- <advance width="1784"/>
+<glyph name="uni048E" format="2">
+ <advance width="1784.0"/>
<unicode hex="048E"/>
<outline>
<contour>
- <point x="1128" y="1340" type="line"/>
- <point x="968" y="1192" type="line"/>
- <point x="1484" y="632" type="line"/>
- <point x="1644" y="780" type="line"/>
+ <point x="1128.0" y="1340.0" type="line"/>
+ <point x="968.0" y="1192.0" type="line"/>
+ <point x="1484.0" y="632.0" type="line"/>
+ <point x="1644.0" y="780.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="936.0" y="740.0" type="line"/>
+ <point x="1412.0" y="740.0"/>
+ <point x="1620.0" y="1032.0"/>
+ <point x="1620.0" y="1400.0" type="curve"/>
+ <point x="1620.0" y="1768.0"/>
+ <point x="1412.0" y="2048.0"/>
+ <point x="932.0" y="2048.0" type="curve"/>
+ <point x="248.0" y="2048.0" type="line"/>
+ <point x="248.0" y="0.0" type="line"/>
+ <point x="496.0" y="0.0" type="line"/>
+ <point x="496.0" y="1828.0" type="line"/>
+ <point x="932.0" y="1828.0" type="line"/>
+ <point x="1264.0" y="1828.0"/>
+ <point x="1376.0" y="1652.0"/>
+ <point x="1376.0" y="1400.0" type="curve"/>
+ <point x="1376.0" y="1148.0"/>
+ <point x="1264.0" y="960.0"/>
+ <point x="936.0" y="960.0" type="curve"/>
+ <point x="448.0" y="960.0" type="line"/>
+ <point x="448.0" y="740.0" type="line"/>
</contour>
- <component base="P"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1801, 'leftMargin': 256, 'rightMargin': 73}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif
index 0858749dc..23adfc59c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni048F_.glif
@@ -1,24 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni048F" format="1">
- <advance width="1716"/>
+<glyph name="uni048F" format="2">
+ <advance width="1716.0"/>
<unicode hex="048F"/>
<outline>
<contour>
- <point x="1084" y="536" type="line"/>
- <point x="924" y="384" type="line"/>
- <point x="1388" y="-132" type="line"/>
- <point x="1548" y="20" type="line"/>
+ <point x="1084.0" y="536.0" type="line"/>
+ <point x="924.0" y="384.0" type="line"/>
+ <point x="1388.0" y="-132.0" type="line"/>
+ <point x="1548.0" y="20.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="216.0" y="-576.0" type="line"/>
+ <point x="452.0" y="-576.0" type="line"/>
+ <point x="452.0" y="392.0" type="line"/>
+ <point x="384.0" y="728.0" type="line"/>
+ <point x="444.0" y="1148.0" type="line"/>
+ <point x="444.0" y="1244.0" type="line"/>
+ <point x="444.0" y="1536.0" type="line"/>
+ <point x="216.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="356.0" y="1292.0" type="line"/>
+ <point x="356.0" y="236.0" type="line"/>
+ <point x="472.0" y="236.0" type="line"/>
+ <point x="524.0" y="152.0"/>
+ <point x="624.0" y="-32.0"/>
+ <point x="920.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="-32.0"/>
+ <point x="1572.0" y="276.0"/>
+ <point x="1572.0" y="764.0" type="curve" smooth="yes"/>
+ <point x="1572.0" y="1248.0"/>
+ <point x="1304.0" y="1556.0"/>
+ <point x="916.0" y="1556.0" type="curve" smooth="yes"/>
+ <point x="616.0" y="1556.0"/>
+ <point x="524.0" y="1372.0"/>
+ <point x="472.0" y="1292.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1336.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="440.0"/>
+ <point x="1184.0" y="180.0"/>
+ <point x="888.0" y="180.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="180.0"/>
+ <point x="448.0" y="420.0"/>
+ <point x="448.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="448.0" y="1112.0"/>
+ <point x="600.0" y="1344.0"/>
+ <point x="888.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="1344.0"/>
+ <point x="1336.0" y="1092.0"/>
</contour>
- <component base="p"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1599, 'leftMargin': 256, 'rightMargin': 43}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C5_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C5_.glif
deleted file mode 100644
index 926b06d36..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04C5_.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04C5" format="1">
- <advance width="2288"/>
- <unicode hex="04C5"/>
- <outline>
- <component base="afii10029" xOffset="56"/>
- <component base="comma" xOffset="1636" yOffset="-100"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2137, 'leftMargin': 67, 'rightMargin': 44}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C6_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C6_.glif
deleted file mode 100644
index c2ef9788c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04C6_.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04C6" format="1">
- <advance width="1776"/>
- <unicode hex="04C6"/>
- <outline>
- <component base="elcyrillic" xOffset="-48"/>
- <component base="comma" xOffset="1208" yOffset="-100"/>
- <contour>
- <point x="1600" y="1744" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1764, 'leftMargin': 88, 'rightMargin': -5}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C9_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C9_.glif
deleted file mode 100644
index b28894a5b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04C9_.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04C9" format="1">
- <advance width="2048"/>
- <unicode hex="04C9"/>
- <outline>
- <component base="H" xOffset="-52"/>
- <component base="comma" xOffset="1492" yOffset="-100"/>
- <contour>
- <point x="1968" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1968" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1968" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2166, 'leftMargin': 256, 'rightMargin': 44}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04CA__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04CA__.glif
deleted file mode 100644
index 5ec1e0ccf..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04CA__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04CA" format="1">
- <advance width="1776"/>
- <unicode hex="04CA"/>
- <outline>
- <component base="encyrillic" xOffset="-84"/>
- <component base="comma" xOffset="1168" yOffset="-100"/>
- <contour>
- <point x="1560" y="1744" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1760.0, 'leftMargin': 164, 'rightMargin': -5.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04CD__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04CD__.glif
deleted file mode 100644
index f08001c6d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04CD__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04CD" format="1">
- <advance width="2484"/>
- <unicode hex="04CD"/>
- <outline>
- <component base="M"/>
- <component base="comma" xOffset="1864" yOffset="-100"/>
- <contour>
- <point x="2472" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2472" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2472" y="2200" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2602, 'leftMargin': 256, 'rightMargin': 44}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04CE__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04CE__.glif
deleted file mode 100644
index 771926e8b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04CE__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04CE" format="1">
- <advance width="2288"/>
- <unicode hex="04CE"/>
- <outline>
- <component base="emcyrillic" xOffset="-72"/>
- <component base="comma" xOffset="1644" yOffset="-100"/>
- <contour>
- <point x="2032" y="1744" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2222.0, 'leftMargin': 192, 'rightMargin': -5.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C_5.glif
new file mode 100644
index 000000000..bcee7d123
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04C_5.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04C5" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04C5"/>
+ <outline>
+ <component base="afii10029" xOffset="56.0"/>
+ <component base="comma" xOffset="1636.0" yOffset="-100.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C_6.glif
new file mode 100644
index 000000000..fafab590f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04C_6.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04C6" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04C6"/>
+ <anchor x="1600.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="elcyrillic" xOffset="-48.0"/>
+ <component base="comma" xOffset="1208.0" yOffset="-100.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C_9.glif
new file mode 100644
index 000000000..ad5018bca
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04C_9.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04C9" format="2">
+ <advance width="2048.0"/>
+ <unicode hex="04C9"/>
+ <anchor x="1968.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1968.0" y="2216.0" name="top0315"/>
+ <anchor x="1968.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="-52.0"/>
+ <component base="comma" xOffset="1492.0" yOffset="-100.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C_A_.glif
new file mode 100644
index 000000000..346c1a4b3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04C_A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04CA" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04CA"/>
+ <anchor x="1560.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="encyrillic" xOffset="-84.0"/>
+ <component base="comma" xOffset="1168.0" yOffset="-100.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C_D_.glif
new file mode 100644
index 000000000..187a0689a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04C_D_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04CD" format="2">
+ <advance width="2484.0"/>
+ <unicode hex="04CD"/>
+ <anchor x="2472.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="2472.0" y="2200.0" name="top0315"/>
+ <anchor x="2472.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="M"/>
+ <component base="comma" xOffset="1864.0" yOffset="-100.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C_E_.glif
new file mode 100644
index 000000000..555bdbac3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04C_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04CE" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04CE"/>
+ <anchor x="2032.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="emcyrillic" xOffset="-72.0"/>
+ <component base="comma" xOffset="1644.0" yOffset="-100.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04C_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04C_F_.glif
new file mode 100644
index 000000000..ffbb637f2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04C_F_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04CF" format="2">
+ <advance width="744.0"/>
+ <unicode hex="04CF"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04E_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04E_C_.glif
new file mode 100644
index 000000000..24bad14eb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04E_C_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04EC" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="04EC"/>
+ <anchor x="916.0" y="2248.0" name="parent_top"/>
+ <anchor x="916.0" y="2628.0" name="top"/>
+ <anchor x="1872.0" y="2248.0" name="top0315"/>
+ <outline>
+ <component base="afii10047"/>
+ <component base="dieresis" xOffset="96.0" yOffset="456.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04E_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04E_D_.glif
new file mode 100644
index 000000000..194fb08fb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04E_D_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04ED" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04ED"/>
+ <anchor x="760.0" y="1776.0" name="parent_top"/>
+ <anchor x="760.0" y="2156.0" name="top"/>
+ <anchor x="1524.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="ereversedcyrillic"/>
+ <component base="dieresis" xOffset="-64.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04FA__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04FA__.glif
deleted file mode 100644
index d3de2f77f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04FA__.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04FA" format="1">
- <advance width="1776"/>
- <unicode hex="04FA"/>
- <outline>
- <component base="Gamma" xOffset="132"/>
- <component base="crossbar" xOffset="-88" yOffset="88"/>
- <component base="cyrillichook" xOffset="388"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1673, 'leftMargin': 88, 'rightMargin': 52}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04FB__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04FB__.glif
deleted file mode 100644
index af76f0c3f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04FB__.glif
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04FB" format="1">
- <advance width="1520"/>
- <unicode hex="04FB"/>
- <outline>
- <component base="gecyrillic" xOffset="212"/>
- <component base="crossbar" xOffset="-24" yOffset="-156"/>
- <component base="cyrillichook" xOffset="428"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1302, 'leftMargin': 89, 'rightMargin': 65}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04FC__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04FC__.glif
deleted file mode 100644
index 35f0e7dfb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04FC__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04FC" format="1">
- <advance width="1808"/>
- <unicode hex="04FC"/>
- <outline>
- <component base="X"/>
- <component base="cyrillichook" xOffset="1080" yOffset="24"/>
- <contour>
- <point x="1784" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1784" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1784" y="2216" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1837.0, 'leftMargin': 124, 'rightMargin': -133.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04FD__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04FD__.glif
deleted file mode 100644
index 8a0dd2075..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni04FD__.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni04FD" format="1">
- <advance width="1552"/>
- <unicode hex="04FD"/>
- <outline>
- <component base="x" xOffset="-116"/>
- <component base="cyrillichook" xOffset="840"/>
- <contour>
- <point x="1296" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1296" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1296" y="1760" type="move" name="top0315"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1517, 'leftMargin': 128, 'rightMargin': -119}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04F_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04F_6.glif
new file mode 100644
index 000000000..bee30edc3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04F_6.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04F6" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04F6"/>
+ <anchor x="892.0" y="2304.0" name="parent_top"/>
+ <anchor x="892.0" y="2304.0" name="top"/>
+ <anchor x="1600.0" y="2216.0" name="top0315"/>
+ <outline>
+ <component base="Gamma"/>
+ <component base="cyrillictic" xOffset="408.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04F_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04F_7.glif
new file mode 100644
index 000000000..de48f7362
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04F_7.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04F7" format="2">
+ <advance width="1268.0"/>
+ <unicode hex="04F7"/>
+ <anchor x="600.0" y="1744.0" name="parent_top"/>
+ <anchor x="600.0" y="1744.0" name="top"/>
+ <anchor x="1184.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="gecyrillic"/>
+ <component base="cyrillictic" xOffset="344.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04F_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04F_A_.glif
new file mode 100644
index 000000000..c23f402fb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04F_A_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FA" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="04FA"/>
+ <outline>
+ <component base="Gamma" xOffset="132.0"/>
+ <component base="crossbar" xOffset="-88.0" yOffset="88.0"/>
+ <component base="cyrillichook" xOffset="388.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04F_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04F_B_.glif
new file mode 100644
index 000000000..ba0310843
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04F_B_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FB" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04FB"/>
+ <outline>
+ <component base="gecyrillic" xOffset="212.0"/>
+ <component base="crossbar" xOffset="-24.0" yOffset="-156.0"/>
+ <component base="cyrillichook" xOffset="428.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04F_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04F_C_.glif
new file mode 100644
index 000000000..de1d4ef48
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04F_C_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FC" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="04FC"/>
+ <anchor x="1784.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1784.0" y="2216.0" name="top0315"/>
+ <anchor x="1784.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="cyrillichook" xOffset="1080.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04F_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04F_D_.glif
new file mode 100644
index 000000000..0a32bbe14
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04F_D_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FD" format="2">
+ <advance width="1552.0"/>
+ <unicode hex="04FD"/>
+ <anchor x="1296.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1296.0" y="1760.0" name="top0315"/>
+ <anchor x="1296.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x" xOffset="-116.0"/>
+ <component base="cyrillichook" xOffset="840.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04F_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04F_E_.glif
new file mode 100644
index 000000000..c6a4faccb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04F_E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FE" format="2">
+ <advance width="1808.0"/>
+ <unicode hex="04FE"/>
+ <anchor x="904.0" y="16.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1848.0" y="2216.0" name="top0315"/>
+ <anchor x="1848.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="X"/>
+ <component base="crossbar" xOffset="336.0" yOffset="32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni04F_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni04F_F_.glif
new file mode 100644
index 000000000..10b4114d5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni04F_F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni04FF" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04FF"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1396.0" y="1760.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x"/>
+ <component base="crossbar" xOffset="64.0" yOffset="-232.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni052F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni052F_.glif
index d1c193d35..a0ec85973 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni052F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni052F_.glif
@@ -1,42 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni052F" format="1">
- <advance width="1776"/>
+<glyph name="uni052F" format="2">
+ <advance width="1776.0"/>
<unicode hex="052F"/>
+ <anchor x="1664.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="428" y="1488" type="line"/>
- <point x="400" y="856" type="line" smooth="yes"/>
- <point x="384" y="424"/>
- <point x="336" y="256"/>
- <point x="144" y="244" type="curve" smooth="yes"/>
- <point x="88" y="240" type="line"/>
- <point x="88" y="0" type="line"/>
- <point x="172" y="0" type="line" smooth="yes"/>
- <point x="508" y="0"/>
- <point x="636" y="212"/>
- <point x="664" y="768" type="curve" smooth="yes"/>
- <point x="692" y="1268" type="line"/>
- <point x="1176" y="1268" type="line"/>
- <point x="1176" y="0" type="line"/>
- <point x="1416" y="0" type="line"/>
- <point x="1416" y="-496" type="line"/>
- <point x="1692" y="-496" type="line"/>
- <point x="1692" y="220" type="line"/>
- <point x="1452" y="220" type="line"/>
- <point x="1452" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="1664" y="1744" type="move" name="top0315"/>
+ <point x="428.0" y="1488.0" type="line"/>
+ <point x="400.0" y="856.0" type="line" smooth="yes"/>
+ <point x="384.0" y="424.0"/>
+ <point x="336.0" y="256.0"/>
+ <point x="144.0" y="244.0" type="curve" smooth="yes"/>
+ <point x="88.0" y="240.0" type="line"/>
+ <point x="88.0" y="0.0" type="line"/>
+ <point x="172.0" y="0.0" type="line" smooth="yes"/>
+ <point x="508.0" y="0.0"/>
+ <point x="636.0" y="212.0"/>
+ <point x="664.0" y="768.0" type="curve" smooth="yes"/>
+ <point x="692.0" y="1268.0" type="line"/>
+ <point x="1176.0" y="1268.0" type="line"/>
+ <point x="1176.0" y="0.0" type="line"/>
+ <point x="1416.0" y="0.0" type="line"/>
+ <point x="1416.0" y="-496.0" type="line"/>
+ <point x="1692.0" y="-496.0" type="line"/>
+ <point x="1692.0" y="220.0" type="line"/>
+ <point x="1452.0" y="220.0" type="line"/>
+ <point x="1452.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1735, 'leftMargin': 61, 'rightMargin': 71}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DBF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DBF___.glif
deleted file mode 100644
index 62bc83e41..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DBF___.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DBF" format="1">
- <advance width="1264"/>
- <unicode hex="1DBF"/>
- <outline>
- <contour>
- <point x="632" y="872" type="curve" smooth="yes"/>
- <point x="920" y="872"/>
- <point x="1136" y="1088"/>
- <point x="1136" y="1548" type="curve" smooth="yes"/>
- <point x="1136" y="1732" type="line" smooth="yes"/>
- <point x="1136" y="2192"/>
- <point x="920" y="2396"/>
- <point x="632" y="2396" type="curve" smooth="yes"/>
- <point x="348" y="2396"/>
- <point x="128" y="2192"/>
- <point x="128" y="1732" type="curve" smooth="yes"/>
- <point x="128" y="1548" type="line" smooth="yes"/>
- <point x="128" y="1088"/>
- <point x="352" y="872"/>
- </contour>
- <contour>
- <point x="632" y="1084" type="curve" smooth="yes"/>
- <point x="464" y="1084"/>
- <point x="380" y="1212"/>
- <point x="380" y="1516" type="curve" smooth="yes"/>
- <point x="380" y="1764" type="line" smooth="yes"/>
- <point x="380" y="2068"/>
- <point x="460" y="2188"/>
- <point x="632" y="2188" type="curve" smooth="yes"/>
- <point x="804" y="2188"/>
- <point x="884" y="2068"/>
- <point x="884" y="1764" type="curve" smooth="yes"/>
- <point x="884" y="1516" type="line" smooth="yes"/>
- <point x="884" y="1212"/>
- <point x="808" y="1084"/>
- </contour>
- <contour>
- <point x="1004" y="1532" type="line"/>
- <point x="1004" y="1744" type="line"/>
- <point x="216" y="1744" type="line"/>
- <point x="216" y="1532" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1282, 'leftMargin': 138, 'rightMargin': 138}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC0__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC0__.glif
deleted file mode 100644
index 47044d7d7..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC0__.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC0" format="1">
- <advance width="0"/>
- <unicode hex="1DC0"/>
- <outline>
- <contour>
- <point x="-822" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-883" y="2112" type="line"/>
- <point x="-1214" y="2112" type="line"/>
- <point x="-850" y="1705" type="line"/>
- <point x="-616" y="1705" type="line"/>
- </contour>
- <contour>
- <point x="-1403" y="1772" type="curve" smooth="yes"/>
- <point x="-1403" y="1689"/>
- <point x="-1349" y="1623"/>
- <point x="-1244" y="1623" type="curve" smooth="yes"/>
- <point x="-1140" y="1623"/>
- <point x="-1085" y="1689"/>
- <point x="-1085" y="1772" type="curve" smooth="yes"/>
- <point x="-1085" y="1858"/>
- <point x="-1140" y="1925"/>
- <point x="-1244" y="1925" type="curve" smooth="yes"/>
- <point x="-1349" y="1925"/>
- <point x="-1403" y="1858"/>
- </contour>
- <contour>
- <point x="-615" y="1909" type="curve" smooth="yes"/>
- <point x="-615" y="1825"/>
- <point x="-561" y="1759"/>
- <point x="-457" y="1759" type="curve" smooth="yes"/>
- <point x="-352" y="1759"/>
- <point x="-297" y="1825"/>
- <point x="-297" y="1909" type="curve" smooth="yes"/>
- <point x="-297" y="1994"/>
- <point x="-352" y="2061"/>
- <point x="-457" y="2061" type="curve" smooth="yes"/>
- <point x="-561" y="2061"/>
- <point x="-615" y="1994"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC1__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC1__.glif
deleted file mode 100644
index bff988c48..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC1__.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC1" format="1">
- <advance width="0"/>
- <unicode hex="1DC1"/>
- <outline>
- <contour>
- <point x="-912" y="1774" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-655" y="1772" type="curve" smooth="yes"/>
- <point x="-655" y="1689"/>
- <point x="-601" y="1623"/>
- <point x="-496" y="1623" type="curve" smooth="yes"/>
- <point x="-392" y="1623"/>
- <point x="-337" y="1689"/>
- <point x="-337" y="1772" type="curve" smooth="yes"/>
- <point x="-337" y="1858"/>
- <point x="-392" y="1925"/>
- <point x="-496" y="1925" type="curve" smooth="yes"/>
- <point x="-601" y="1925"/>
- <point x="-655" y="1858"/>
- </contour>
- <contour>
- <point x="-1112" y="1705" type="line"/>
- <point x="-894" y="1705" type="line"/>
- <point x="-514" y="2112" type="line"/>
- <point x="-846" y="2112" type="line"/>
- </contour>
- <contour>
- <point x="-1445" y="1909" type="curve" smooth="yes"/>
- <point x="-1445" y="1825"/>
- <point x="-1392" y="1759"/>
- <point x="-1287" y="1759" type="curve" smooth="yes"/>
- <point x="-1183" y="1759"/>
- <point x="-1128" y="1825"/>
- <point x="-1128" y="1909" type="curve" smooth="yes"/>
- <point x="-1128" y="1994"/>
- <point x="-1183" y="2061"/>
- <point x="-1287" y="2061" type="curve" smooth="yes"/>
- <point x="-1392" y="2061"/>
- <point x="-1445" y="1994"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC2__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC2__.glif
deleted file mode 100644
index 4322caee9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC2__.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC2" format="1">
- <advance width="0"/>
- <unicode hex="1DC2"/>
- <outline>
- <contour>
- <point x="-811" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-1042" y="-197" type="curve"/>
- <point x="-978" y="-296" type="line"/>
- <point x="-923" y="-267"/>
- <point x="-854" y="-245"/>
- <point x="-792" y="-245" type="curve" smooth="yes"/>
- <point x="-760" y="-245"/>
- <point x="-741" y="-253"/>
- <point x="-741" y="-275" type="curve" smooth="yes"/>
- <point x="-741" y="-309"/>
- <point x="-953" y="-327"/>
- <point x="-953" y="-410" type="curve" smooth="yes"/>
- <point x="-953" y="-491"/>
- <point x="-740" y="-487"/>
- <point x="-740" y="-517" type="curve" smooth="yes"/>
- <point x="-740" y="-557"/>
- <point x="-952" y="-529"/>
- <point x="-952" y="-627" type="curve" smooth="yes"/>
- <point x="-952" y="-707"/>
- <point x="-820" y="-751"/>
- <point x="-634" y="-763" type="curve"/>
- <point x="-608" y="-659" type="line"/>
- <point x="-727" y="-653"/>
- <point x="-795" y="-641"/>
- <point x="-795" y="-626" type="curve" smooth="yes"/>
- <point x="-795" y="-593"/>
- <point x="-580" y="-616"/>
- <point x="-580" y="-513" type="curve" smooth="yes"/>
- <point x="-580" y="-422"/>
- <point x="-795" y="-432"/>
- <point x="-795" y="-400" type="curve" smooth="yes"/>
- <point x="-795" y="-363"/>
- <point x="-598" y="-370"/>
- <point x="-598" y="-254" type="curve" smooth="yes"/>
- <point x="-598" y="-187"/>
- <point x="-649" y="-122"/>
- <point x="-773" y="-122" type="curve" smooth="yes"/>
- <point x="-864" y="-122"/>
- <point x="-961" y="-147"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC3__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC3__.glif
deleted file mode 100644
index acddea7ff..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC3__.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC3" format="1">
- <advance width="0"/>
- <unicode hex="1DC3"/>
- <outline>
- <contour>
- <point x="-668" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-325" y="2145" type="line"/>
- <point x="-864" y="1837" type="line"/>
- <point x="-760" y="1658" type="line"/>
- <point x="-221" y="1966" type="line"/>
- </contour>
- <contour>
- <point x="-1115" y="1862" type="line"/>
- <point x="-760" y="1658" type="line"/>
- <point x="-657" y="1837" type="line"/>
- <point x="-1012" y="2041" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC4__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC4__.glif
deleted file mode 100644
index 9368b8909..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC4__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC4" format="1">
- <advance width="0"/>
- <unicode hex="1DC4"/>
- <outline>
- <contour>
- <point x="-620" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1088" y="1705" type="line"/>
- <point x="-451" y="1705" type="line"/>
- <point x="-154" y="2112" type="line"/>
- <point x="-458" y="2112" type="line"/>
- <point x="-549" y="1911" type="line"/>
- <point x="-1088" y="1911" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC5__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC5__.glif
deleted file mode 100644
index b6f8f5ed9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC5__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC5" format="1">
- <advance width="0"/>
- <unicode hex="1DC5"/>
- <outline>
- <contour>
- <point x="-813" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-983" y="1705" type="line"/>
- <point x="-347" y="1705" type="line"/>
- <point x="-347" y="1911" type="line"/>
- <point x="-886" y="1911" type="line"/>
- <point x="-976" y="2112" type="line"/>
- <point x="-1280" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC6__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC6__.glif
deleted file mode 100644
index cfcc06ad7..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC6__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC6" format="1">
- <advance width="0"/>
- <unicode hex="1DC6"/>
- <outline>
- <contour>
- <point x="-690" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1156" y="1906" type="line"/>
- <point x="-639" y="1906" type="line"/>
- <point x="-459" y="1705" type="line"/>
- <point x="-226" y="1705" type="line"/>
- <point x="-492" y="2112" type="line"/>
- <point x="-1156" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC7__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC7__.glif
deleted file mode 100644
index c2f7d0a18..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC7__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC7" format="1">
- <advance width="0"/>
- <unicode hex="1DC7"/>
- <outline>
- <contour>
- <point x="-759" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1225" y="1705" type="line"/>
- <point x="-991" y="1705" type="line"/>
- <point x="-811" y="1906" type="line"/>
- <point x="-294" y="1906" type="line"/>
- <point x="-294" y="2112" type="line"/>
- <point x="-958" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC8__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC8__.glif
deleted file mode 100644
index 9d65b484d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC8__.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC8" format="1">
- <advance width="0"/>
- <unicode hex="1DC8"/>
- <outline>
- <contour>
- <point x="-749" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1041" y="1705" type="line"/>
- <point x="-760" y="1705" type="line"/>
- <point x="-571" y="1946" type="line"/>
- <point x="-395" y="1705" type="line"/>
- <point x="-176" y="1705" type="line"/>
- <point x="-374" y="2112" type="line"/>
- <point x="-755" y="2112" type="line"/>
- <point x="-894" y="1891" type="line"/>
- <point x="-1020" y="2112" type="line"/>
- <point x="-1324" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DC9__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DC9__.glif
deleted file mode 100644
index d766c614f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DC9__.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DC9" format="1">
- <advance width="0"/>
- <unicode hex="1DC9"/>
- <outline>
- <contour>
- <point x="-639" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1214" y="1705" type="line"/>
- <point x="-996" y="1705" type="line"/>
- <point x="-820" y="1946" type="line"/>
- <point x="-630" y="1705" type="line"/>
- <point x="-349" y="1705" type="line"/>
- <point x="-66" y="2112" type="line"/>
- <point x="-370" y="2112" type="line"/>
- <point x="-496" y="1891" type="line"/>
- <point x="-635" y="2112" type="line"/>
- <point x="-1016" y="2112" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DCA___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DCA___.glif
deleted file mode 100644
index 87d6cb78c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DCA___.glif
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCA" format="1">
- <advance width="0"/>
- <unicode hex="1DCA"/>
- <outline>
- <contour>
- <point x="-760" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-787" y="-351" type="line"/>
- <point x="-833" y="-175" type="line"/>
- <point x="-968" y="-175" type="line"/>
- <point x="-968" y="-756" type="line"/>
- <point x="-787" y="-756" type="line"/>
- </contour>
- <contour>
- <point x="-553" y="-173" type="line"/>
- <point x="-565" y="-169"/>
- <point x="-587" y="-166"/>
- <point x="-613" y="-166" type="curve" smooth="yes"/>
- <point x="-795" y="-166"/>
- <point x="-876" y="-322"/>
- <point x="-876" y="-535" type="curve"/>
- <point x="-804" y="-534" type="line"/>
- <point x="-804" y="-392"/>
- <point x="-751" y="-319"/>
- <point x="-635" y="-319" type="curve" smooth="yes"/>
- <point x="-604" y="-319"/>
- <point x="-576" y="-326"/>
- <point x="-553" y="-340" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DCB___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DCB___.glif
deleted file mode 100644
index 3e52df8f2..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DCB___.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCB" format="1">
- <advance width="0"/>
- <unicode hex="1DCB"/>
- <outline>
- <contour>
- <point x="-782" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="47" y="1851" type="line"/>
- <point x="47" y="2057" type="line"/>
- <point x="-1004" y="2057" type="line"/>
- <point x="-1004" y="1951"/>
- <point x="-1057" y="1858"/>
- <point x="-1196" y="1858" type="curve" smooth="yes"/>
- <point x="-1338" y="1858"/>
- <point x="-1390" y="1951"/>
- <point x="-1390" y="2057" type="curve"/>
- <point x="-1612" y="2057" type="line"/>
- <point x="-1612" y="1840"/>
- <point x="-1452" y="1687"/>
- <point x="-1196" y="1687" type="curve" smooth="yes"/>
- <point x="-1033" y="1687"/>
- <point x="-910" y="1749"/>
- <point x="-842" y="1851" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DCC___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DCC___.glif
deleted file mode 100644
index ad0417f3a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DCC___.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCC" format="1">
- <advance width="0"/>
- <unicode hex="1DCC"/>
- <outline>
- <contour>
- <point x="-837" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-424" y="1687" type="curve" smooth="yes"/>
- <point x="-168" y="1687"/>
- <point x="-10" y="1840"/>
- <point x="-10" y="2057" type="curve"/>
- <point x="-231" y="2057" type="line"/>
- <point x="-231" y="1951"/>
- <point x="-285" y="1858"/>
- <point x="-424" y="1858" type="curve" smooth="yes"/>
- <point x="-565" y="1858"/>
- <point x="-617" y="1951"/>
- <point x="-617" y="2057" type="curve"/>
- <point x="-1665" y="2057" type="line"/>
- <point x="-1665" y="1851" type="line"/>
- <point x="-780" y="1851" type="line"/>
- <point x="-711" y="1749"/>
- <point x="-587" y="1687"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DCD___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DCD___.glif
deleted file mode 100644
index a7fb2cac2..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DCD___.glif
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCD" format="1">
- <advance width="0"/>
- <unicode hex="1DCD"/>
- <outline>
- <contour>
- <point x="0" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="81" y="2087" type="line"/>
- <point x="-84" y="2087" type="line"/>
- <point x="-1249" y="1759" type="line"/>
- <point x="-1249" y="1722" type="line"/>
- <point x="-943" y="1639" type="line"/>
- <point x="-1" y="1924" type="line"/>
- <point x="942" y="1639" type="line"/>
- <point x="1249" y="1722" type="line"/>
- <point x="1249" y="1757" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DCE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DCE___.glif
deleted file mode 100644
index 2bbb40343..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DCE___.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCE" format="1">
- <advance width="0"/>
- <unicode hex="1DCE"/>
- <outline>
- <component base="ogonek" xScale="-1" yScale="-1" xOffset="-385" yOffset="1466"/>
- <contour>
- <point x="-699" y="1365" type="move" name="_marktop"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DCF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DCF___.glif
deleted file mode 100644
index 8b860bdce..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DCF___.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DCF" format="1">
- <advance width="0"/>
- <unicode hex="1DCF"/>
- <outline>
- <contour>
- <point x="-810" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-802" y="-154" type="line"/>
- <point x="-1002" y="-154" type="line"/>
- <point x="-1114" y="-538" type="line"/>
- <point x="-913" y="-538" type="line"/>
- </contour>
- <contour>
- <point x="-507" y="-380" type="line"/>
- <point x="-708" y="-380" type="line"/>
- <point x="-820" y="-763" type="line"/>
- <point x="-619" y="-763" type="line"/>
- </contour>
- <contour>
- <point x="-971" y="-538" type="line"/>
- <point x="-620" y="-538" type="line"/>
- <point x="-620" y="-380" type="line"/>
- <point x="-971" y="-380" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD0__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD0__.glif
deleted file mode 100644
index 51c42c2fb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD0__.glif
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD0" format="1">
- <advance width="0"/>
- <unicode hex="1DD0"/>
- <outline>
- <contour>
- <point x="-620" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-920" y="-91" type="line"/>
- <point x="-1115" y="-583" type="line"/>
- <point x="-989" y="-645" type="line"/>
- <point x="-903" y="-600"/>
- <point x="-833" y="-562"/>
- <point x="-751" y="-562" type="curve" smooth="yes"/>
- <point x="-635" y="-562"/>
- <point x="-525" y="-666"/>
- <point x="-373" y="-666" type="curve" smooth="yes"/>
- <point x="-208" y="-666"/>
- <point x="-138" y="-516"/>
- <point x="-127" y="-389" type="curve"/>
- <point x="-281" y="-340" type="line"/>
- <point x="-301" y="-417"/>
- <point x="-349" y="-455"/>
- <point x="-410" y="-455" type="curve" smooth="yes"/>
- <point x="-505" y="-455"/>
- <point x="-573" y="-369"/>
- <point x="-677" y="-369" type="curve" smooth="yes"/>
- <point x="-732" y="-369"/>
- <point x="-795" y="-393"/>
- <point x="-868" y="-437" type="curve"/>
- <point x="-730" y="-91" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD1__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD1__.glif
deleted file mode 100644
index 0b83fdf02..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD1__.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD1" format="1">
- <advance width="0"/>
- <unicode hex="1DD1"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-633" y="1709" type="curve" smooth="yes"/>
- <point x="-685" y="1709"/>
- <point x="-712" y="1738"/>
- <point x="-745" y="1833" type="curve" smooth="yes"/>
- <point x="-778" y="1926"/>
- <point x="-842" y="2024"/>
- <point x="-983" y="2024" type="curve" smooth="yes"/>
- <point x="-1123" y="2024"/>
- <point x="-1209" y="1935"/>
- <point x="-1209" y="1812" type="curve" smooth="yes"/>
- <point x="-1209" y="1683"/>
- <point x="-1100" y="1587"/>
- <point x="-967" y="1587" type="curve"/>
- <point x="-967" y="1705" type="line"/>
- <point x="-1031" y="1715"/>
- <point x="-1068" y="1744"/>
- <point x="-1068" y="1812" type="curve" smooth="yes"/>
- <point x="-1068" y="1866"/>
- <point x="-1040" y="1895"/>
- <point x="-985" y="1895" type="curve" smooth="yes"/>
- <point x="-934" y="1895"/>
- <point x="-908" y="1859"/>
- <point x="-884" y="1793" type="curve" smooth="yes"/>
- <point x="-835" y="1658"/>
- <point x="-782" y="1581"/>
- <point x="-639" y="1581" type="curve" smooth="yes"/>
- <point x="-485" y="1581"/>
- <point x="-408" y="1684"/>
- <point x="-408" y="1804" type="curve" smooth="yes"/>
- <point x="-408" y="1954"/>
- <point x="-536" y="2042"/>
- <point x="-664" y="2042" type="curve"/>
- <point x="-664" y="1924" type="line"/>
- <point x="-576" y="1920"/>
- <point x="-549" y="1856"/>
- <point x="-549" y="1801" type="curve" smooth="yes"/>
- <point x="-549" y="1739"/>
- <point x="-582" y="1709"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD2__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD2__.glif
deleted file mode 100644
index 08063aa6b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD2__.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD2" format="1">
- <advance width="0"/>
- <unicode hex="1DD2"/>
- <outline>
- <contour>
- <point x="-800" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-851" y="1959" type="curve" smooth="yes"/>
- <point x="-762" y="1959"/>
- <point x="-704" y="1980"/>
- <point x="-657" y="2012" type="curve"/>
- <point x="-692" y="2120" type="line"/>
- <point x="-727" y="2104"/>
- <point x="-766" y="2096"/>
- <point x="-824" y="2096" type="curve" smooth="yes"/>
- <point x="-946" y="2096"/>
- <point x="-1007" y="2157"/>
- <point x="-1007" y="2287" type="curve" smooth="yes"/>
- <point x="-1007" y="2404"/>
- <point x="-931" y="2485"/>
- <point x="-807" y="2485" type="curve" smooth="yes"/>
- <point x="-682" y="2485"/>
- <point x="-594" y="2388"/>
- <point x="-594" y="2211" type="curve" smooth="yes"/>
- <point x="-594" y="1866"/>
- <point x="-807" y="1781"/>
- <point x="-975" y="1726" type="curve"/>
- <point x="-924" y="1581" type="line"/>
- <point x="-685" y="1643"/>
- <point x="-413" y="1799"/>
- <point x="-413" y="2215" type="curve" smooth="yes"/>
- <point x="-413" y="2472"/>
- <point x="-582" y="2632"/>
- <point x="-811" y="2632" type="curve" smooth="yes"/>
- <point x="-1016" y="2632"/>
- <point x="-1188" y="2489"/>
- <point x="-1188" y="2278" type="curve" smooth="yes"/>
- <point x="-1188" y="2049"/>
- <point x="-1019" y="1959"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD3__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD3__.glif
deleted file mode 100644
index a8e59f561..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD3__.glif
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD3" format="1">
- <advance width="0"/>
- <unicode hex="1DD3"/>
- <outline>
- <contour>
- <point x="-806" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-902" y="1910" type="line"/>
- <point x="-902" y="1829"/>
- <point x="-939" y="1786"/>
- <point x="-1023" y="1786" type="curve" smooth="yes"/>
- <point x="-1103" y="1786"/>
- <point x="-1155" y="1830"/>
- <point x="-1155" y="1910" type="curve"/>
- <point x="-1326" y="1910" type="line"/>
- <point x="-1326" y="1742"/>
- <point x="-1205" y="1639"/>
- <point x="-1023" y="1639" type="curve" smooth="yes"/>
- <point x="-843" y="1639"/>
- <point x="-748" y="1728"/>
- <point x="-748" y="1910" type="curve"/>
- </contour>
- <contour>
- <point x="-468" y="1910" type="line"/>
- <point x="-468" y="1829"/>
- <point x="-505" y="1786"/>
- <point x="-589" y="1786" type="curve" smooth="yes"/>
- <point x="-668" y="1786"/>
- <point x="-734" y="1830"/>
- <point x="-734" y="1910" type="curve"/>
- <point x="-886" y="1910" type="line"/>
- <point x="-886" y="1742"/>
- <point x="-770" y="1639"/>
- <point x="-589" y="1639" type="curve" smooth="yes"/>
- <point x="-408" y="1639"/>
- <point x="-286" y="1728"/>
- <point x="-286" y="1910" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD4__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD4__.glif
deleted file mode 100644
index 6d5a01192..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD4__.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD4" format="1">
- <advance width="0"/>
- <unicode hex="1DD4"/>
- <outline>
- <contour>
- <point x="-814" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-916" y="2006" type="line"/>
- <point x="-734" y="2031" type="line"/>
- <point x="-734" y="2145" type="line" smooth="yes"/>
- <point x="-734" y="2327"/>
- <point x="-857" y="2419"/>
- <point x="-1031" y="2419" type="curve" smooth="yes"/>
- <point x="-1218" y="2419"/>
- <point x="-1339" y="2321"/>
- <point x="-1339" y="2188" type="curve"/>
- <point x="-1169" y="2174" type="line"/>
- <point x="-1169" y="2237"/>
- <point x="-1117" y="2272"/>
- <point x="-1031" y="2272" type="curve" smooth="yes"/>
- <point x="-953" y="2272"/>
- <point x="-916" y="2228"/>
- <point x="-916" y="2146" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="-898" y="2096" type="line"/>
- <point x="-1052" y="2096" type="line" smooth="yes"/>
- <point x="-1268" y="2096"/>
- <point x="-1389" y="2012"/>
- <point x="-1389" y="1866" type="curve" smooth="yes"/>
- <point x="-1389" y="1728"/>
- <point x="-1291" y="1639"/>
- <point x="-1133" y="1639" type="curve" smooth="yes"/>
- <point x="-998" y="1639"/>
- <point x="-906" y="1716"/>
- <point x="-865" y="1812" type="curve"/>
- <point x="-891" y="1913" type="line"/>
- <point x="-914" y="1836"/>
- <point x="-1009" y="1782"/>
- <point x="-1090" y="1782" type="curve" smooth="yes"/>
- <point x="-1169" y="1782"/>
- <point x="-1207" y="1815"/>
- <point x="-1207" y="1870" type="curve" smooth="yes"/>
- <point x="-1207" y="1928"/>
- <point x="-1152" y="1979"/>
- <point x="-1051" y="1979" type="curve" smooth="yes"/>
- <point x="-897" y="1979" type="line"/>
- </contour>
- <component base="uni0364" xOffset="201"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD5__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD5__.glif
deleted file mode 100644
index 106258ac3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD5__.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD5" format="1">
- <advance width="0"/>
- <unicode hex="1DD5"/>
- <outline>
- <contour>
- <point x="-791" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-916" y="2006" type="line"/>
- <point x="-734" y="2031" type="line"/>
- <point x="-734" y="2145" type="line" smooth="yes"/>
- <point x="-734" y="2327"/>
- <point x="-857" y="2419"/>
- <point x="-1031" y="2419" type="curve" smooth="yes"/>
- <point x="-1218" y="2419"/>
- <point x="-1339" y="2321"/>
- <point x="-1339" y="2188" type="curve"/>
- <point x="-1169" y="2174" type="line"/>
- <point x="-1169" y="2237"/>
- <point x="-1117" y="2272"/>
- <point x="-1031" y="2272" type="curve" smooth="yes"/>
- <point x="-953" y="2272"/>
- <point x="-916" y="2228"/>
- <point x="-916" y="2146" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="-898" y="2096" type="line"/>
- <point x="-1052" y="2096" type="line" smooth="yes"/>
- <point x="-1268" y="2096"/>
- <point x="-1389" y="2012"/>
- <point x="-1389" y="1866" type="curve" smooth="yes"/>
- <point x="-1389" y="1728"/>
- <point x="-1291" y="1639"/>
- <point x="-1133" y="1639" type="curve" smooth="yes"/>
- <point x="-998" y="1639"/>
- <point x="-906" y="1716"/>
- <point x="-865" y="1812" type="curve"/>
- <point x="-891" y="1913" type="line"/>
- <point x="-914" y="1836"/>
- <point x="-1009" y="1782"/>
- <point x="-1090" y="1782" type="curve" smooth="yes"/>
- <point x="-1169" y="1782"/>
- <point x="-1207" y="1815"/>
- <point x="-1207" y="1870" type="curve" smooth="yes"/>
- <point x="-1207" y="1928"/>
- <point x="-1152" y="1979"/>
- <point x="-1051" y="1979" type="curve" smooth="yes"/>
- <point x="-897" y="1979" type="line"/>
- </contour>
- <component base="uni0366" xOffset="220"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD6__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD6__.glif
deleted file mode 100644
index a256453e8..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD6__.glif
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD6" format="1">
- <advance width="0"/>
- <unicode hex="1DD6"/>
- <outline>
- <contour>
- <point x="-857" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-708" y="1928" type="line"/>
- <point x="-799" y="1653" type="line"/>
- <point x="-638" y="1653" type="line"/>
- <point x="-326" y="2412" type="line"/>
- <point x="-524" y="2412" type="line"/>
- </contour>
- <component base="uni0363" xOffset="-275"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD7__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD7__.glif
deleted file mode 100644
index 93a298f19..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD7__.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD7" format="1">
- <advance width="0"/>
- <unicode hex="1DD7"/>
- <outline>
- <contour>
- <point x="-788" y="1335" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-843" y="1649" type="line"/>
- <point x="-869" y="1547" type="line"/>
- <point x="-806" y="1540"/>
- <point x="-769" y="1535"/>
- <point x="-769" y="1495" type="curve" smooth="yes"/>
- <point x="-769" y="1452"/>
- <point x="-804" y="1438"/>
- <point x="-868" y="1438" type="curve"/>
- <point x="-861" y="1345" type="line"/>
- <point x="-705" y="1346"/>
- <point x="-627" y="1404"/>
- <point x="-627" y="1492" type="curve" smooth="yes"/>
- <point x="-627" y="1573"/>
- <point x="-672" y="1599"/>
- <point x="-738" y="1613" type="curve"/>
- <point x="-730" y="1649" type="line"/>
- </contour>
- <component base="uni0368"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD8__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD8__.glif
deleted file mode 100644
index 17a4b4cb7..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD8__.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD8" format="1">
- <advance width="0"/>
- <unicode hex="1DD8"/>
- <outline>
- <contour>
- <point x="-803" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-974" y="2602" type="line"/>
- <point x="-806" y="2547"/>
- <point x="-620" y="2398"/>
- <point x="-620" y="2101" type="curve" smooth="yes"/>
- <point x="-620" y="2030" type="line" smooth="yes"/>
- <point x="-620" y="1871"/>
- <point x="-693" y="1786"/>
- <point x="-806" y="1786" type="curve" smooth="yes"/>
- <point x="-928" y="1786"/>
- <point x="-987" y="1870"/>
- <point x="-987" y="1983" type="curve" smooth="yes"/>
- <point x="-987" y="2102"/>
- <point x="-935" y="2195"/>
- <point x="-811" y="2195" type="curve" smooth="yes"/>
- <point x="-655" y="2195"/>
- <point x="-598" y="2135"/>
- <point x="-598" y="2075" type="curve"/>
- <point x="-502" y="2086" type="line"/>
- <point x="-502" y="2210"/>
- <point x="-653" y="2342"/>
- <point x="-811" y="2342" type="curve" smooth="yes"/>
- <point x="-1007" y="2342"/>
- <point x="-1169" y="2199"/>
- <point x="-1169" y="1983" type="curve" smooth="yes"/>
- <point x="-1169" y="1792"/>
- <point x="-1012" y="1639"/>
- <point x="-806" y="1639" type="curve" smooth="yes"/>
- <point x="-605" y="1639"/>
- <point x="-439" y="1799"/>
- <point x="-439" y="2030" type="curve" smooth="yes"/>
- <point x="-439" y="2100" type="line" smooth="yes"/>
- <point x="-439" y="2428"/>
- <point x="-674" y="2680"/>
- <point x="-914" y="2743" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DD9__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DD9__.glif
deleted file mode 100644
index 3301a8219..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DD9__.glif
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DD9" format="1">
- <advance width="0"/>
- <unicode hex="1DD9"/>
- <outline>
- <contour>
- <point x="-803" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-974" y="2602" type="line"/>
- <point x="-806" y="2547"/>
- <point x="-620" y="2398"/>
- <point x="-620" y="2101" type="curve" smooth="yes"/>
- <point x="-620" y="2030" type="line" smooth="yes"/>
- <point x="-620" y="1871"/>
- <point x="-693" y="1786"/>
- <point x="-806" y="1786" type="curve" smooth="yes"/>
- <point x="-928" y="1786"/>
- <point x="-987" y="1870"/>
- <point x="-987" y="1983" type="curve" smooth="yes"/>
- <point x="-987" y="2102"/>
- <point x="-935" y="2195"/>
- <point x="-811" y="2195" type="curve" smooth="yes"/>
- <point x="-655" y="2195"/>
- <point x="-598" y="2135"/>
- <point x="-598" y="2075" type="curve"/>
- <point x="-502" y="2086" type="line"/>
- <point x="-502" y="2210"/>
- <point x="-653" y="2342"/>
- <point x="-811" y="2342" type="curve" smooth="yes"/>
- <point x="-1007" y="2342"/>
- <point x="-1169" y="2199"/>
- <point x="-1169" y="1983" type="curve" smooth="yes"/>
- <point x="-1169" y="1792"/>
- <point x="-1012" y="1639"/>
- <point x="-806" y="1639" type="curve" smooth="yes"/>
- <point x="-605" y="1639"/>
- <point x="-439" y="1799"/>
- <point x="-439" y="2030" type="curve" smooth="yes"/>
- <point x="-439" y="2100" type="line" smooth="yes"/>
- <point x="-439" y="2428"/>
- <point x="-674" y="2680"/>
- <point x="-914" y="2743" type="curve"/>
- </contour>
- <contour>
- <point x="-455" y="2641" type="line"/>
- <point x="-510" y="2714" type="line"/>
- <point x="-969" y="2452" type="line"/>
- <point x="-914" y="2379" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DDA___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DDA___.glif
deleted file mode 100644
index ad7119966..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DDA___.glif
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDA" format="1">
- <advance width="0"/>
- <unicode hex="1DDA"/>
- <outline>
- <contour>
- <point x="-800" y="1337" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-810" y="1353" type="curve" smooth="yes"/>
- <point x="-619" y="1353"/>
- <point x="-443" y="1440"/>
- <point x="-443" y="1669" type="curve" smooth="yes"/>
- <point x="-443" y="2410" type="line"/>
- <point x="-602" y="2410" type="line"/>
- <point x="-624" y="2244" type="line"/>
- <point x="-624" y="1662" type="line" smooth="yes"/>
- <point x="-624" y="1533"/>
- <point x="-703" y="1500"/>
- <point x="-820" y="1500" type="curve" smooth="yes"/>
- <point x="-886" y="1500"/>
- <point x="-972" y="1524"/>
- <point x="-1035" y="1602" type="curve"/>
- <point x="-1121" y="1488" type="line"/>
- <point x="-1049" y="1394"/>
- <point x="-919" y="1353"/>
- </contour>
- <contour>
- <point x="-832" y="1638" type="curve" smooth="yes"/>
- <point x="-637" y="1638"/>
- <point x="-543" y="1779"/>
- <point x="-523" y="2010" type="curve"/>
- <point x="-523" y="2053" type="line"/>
- <point x="-543" y="2284"/>
- <point x="-637" y="2426"/>
- <point x="-831" y="2426" type="curve" smooth="yes"/>
- <point x="-1016" y="2426"/>
- <point x="-1159" y="2269"/>
- <point x="-1159" y="2038" type="curve" smooth="yes"/>
- <point x="-1159" y="2023" type="line" smooth="yes"/>
- <point x="-1159" y="1803"/>
- <point x="-1015" y="1638"/>
- </contour>
- <contour>
- <point x="-796" y="1785" type="curve" smooth="yes"/>
- <point x="-927" y="1785"/>
- <point x="-978" y="1877"/>
- <point x="-978" y="2023" type="curve" smooth="yes"/>
- <point x="-978" y="2038" type="line" smooth="yes"/>
- <point x="-978" y="2185"/>
- <point x="-921" y="2278"/>
- <point x="-795" y="2278" type="curve" smooth="yes"/>
- <point x="-671" y="2278"/>
- <point x="-612" y="2215"/>
- <point x="-590" y="2112" type="curve"/>
- <point x="-590" y="1951" type="line"/>
- <point x="-619" y="1847"/>
- <point x="-671" y="1785"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DDB___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DDB___.glif
deleted file mode 100644
index c613bec90..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DDB___.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDB" format="1">
- <advance width="0"/>
- <unicode hex="1DDB"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-803" y="1638" type="curve" smooth="yes"/>
- <point x="-615" y="1638"/>
- <point x="-473" y="1712"/>
- <point x="-440" y="1760" type="curve"/>
- <point x="-440" y="2091" type="line"/>
- <point x="-793" y="2091" type="line"/>
- <point x="-793" y="1944" type="line"/>
- <point x="-622" y="1944" type="line"/>
- <point x="-622" y="1830" type="line"/>
- <point x="-644" y="1812"/>
- <point x="-693" y="1785"/>
- <point x="-803" y="1785" type="curve" smooth="yes"/>
- <point x="-942" y="1785"/>
- <point x="-997" y="1845"/>
- <point x="-997" y="1995" type="curve" smooth="yes"/>
- <point x="-997" y="2104" type="line" smooth="yes"/>
- <point x="-997" y="2270"/>
- <point x="-936" y="2329"/>
- <point x="-806" y="2329" type="curve" smooth="yes"/>
- <point x="-692" y="2329"/>
- <point x="-648" y="2296"/>
- <point x="-631" y="2221" type="curve"/>
- <point x="-465" y="2221" type="line"/>
- <point x="-479" y="2366"/>
- <point x="-591" y="2476"/>
- <point x="-806" y="2476" type="curve" smooth="yes"/>
- <point x="-1016" y="2476"/>
- <point x="-1178" y="2342"/>
- <point x="-1178" y="2142" type="curve" smooth="yes"/>
- <point x="-1178" y="1972" type="line" smooth="yes"/>
- <point x="-1178" y="1774"/>
- <point x="-1019" y="1638"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DDC___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DDC___.glif
deleted file mode 100644
index 03bb4baa4..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DDC___.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDC" format="1">
- <advance width="0"/>
- <unicode hex="1DDC"/>
- <outline>
- <contour>
- <point x="-777" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-949" y="2746" type="line"/>
- <point x="-1130" y="2746" type="line"/>
- <point x="-1130" y="1651" type="line"/>
- <point x="-949" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-483" y="2410" type="line"/>
- <point x="-679" y="2410" type="line"/>
- <point x="-890" y="2167" type="line"/>
- <point x="-1016" y="2010" type="line"/>
- <point x="-998" y="1843" type="line"/>
- <point x="-809" y="2042" type="line"/>
- </contour>
- <contour>
- <point x="-630" y="1651" type="line"/>
- <point x="-424" y="1651" type="line"/>
- <point x="-769" y="2131" type="line"/>
- <point x="-877" y="2008" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DDD___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DDD___.glif
deleted file mode 100644
index 11bd301e6..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DDD___.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDD" format="1">
- <advance width="0"/>
- <unicode hex="1DDD"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-899" y="2740" type="line"/>
- <point x="-899" y="1651" type="line"/>
- <point x="-718" y="1651" type="line"/>
- <point x="-718" y="2740" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DDE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DDE___.glif
deleted file mode 100644
index 33f9662fe..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DDE___.glif
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDE" format="1">
- <advance width="0"/>
- <unicode hex="1DDE"/>
- <outline>
- <contour>
- <point x="-776" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-502" y="1799" type="line"/>
- <point x="-902" y="1799" type="line"/>
- <point x="-902" y="1651" type="line"/>
- <point x="-502" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-869" y="2470" type="line"/>
- <point x="-1051" y="2470" type="line"/>
- <point x="-1051" y="1651" type="line"/>
- <point x="-869" y="1651" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DDF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DDF___.glif
deleted file mode 100644
index 7d0bece97..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DDF___.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DDF" format="1">
- <advance width="0"/>
- <unicode hex="1DDF"/>
- <outline>
- <contour>
- <point x="-810" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-807" y="1848" type="line"/>
- <point x="-1055" y="2470" type="line"/>
- <point x="-1216" y="2470" type="line"/>
- <point x="-884" y="1651" type="line"/>
- <point x="-732" y="1651" type="line"/>
- <point x="-399" y="2470" type="line"/>
- <point x="-560" y="2470" type="line"/>
- </contour>
- <contour>
- <point x="-1096" y="2470" type="line"/>
- <point x="-1277" y="2470" type="line"/>
- <point x="-1277" y="1651" type="line"/>
- <point x="-1096" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-524" y="1651" type="line"/>
- <point x="-342" y="1651" type="line"/>
- <point x="-342" y="2470" type="line"/>
- <point x="-524" y="2470" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE0__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE0__.glif
deleted file mode 100644
index d44e15b8a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE0__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE0" format="1">
- <advance width="0"/>
- <unicode hex="1DE0"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="uni0367" xScale="-1" yScale="-1" xOffset="-1591" yOffset="4062"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE1__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE1__.glif
deleted file mode 100644
index f38caa91d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE1__.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE1" format="1">
- <advance width="0"/>
- <unicode hex="1DE1"/>
- <outline>
- <contour>
- <point x="-831" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-495" y="1761" type="line"/>
- <point x="-1038" y="2470" type="line"/>
- <point x="-1180" y="2373" type="line"/>
- <point x="-623" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-1038" y="2470" type="line"/>
- <point x="-1220" y="2470" type="line"/>
- <point x="-1220" y="1651" type="line"/>
- <point x="-1038" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-441" y="2470" type="line"/>
- <point x="-623" y="2470" type="line"/>
- <point x="-623" y="1651" type="line"/>
- <point x="-441" y="1651" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE2__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE2__.glif
deleted file mode 100644
index 6d3f81226..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE2__.glif
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE2" format="1">
- <advance width="0"/>
- <unicode hex="1DE2"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-755" y="1951" type="line"/>
- <point x="-733" y="1953"/>
- <point x="-734" y="1957"/>
- <point x="-704" y="1964" type="curve" smooth="yes"/>
- <point x="-700" y="1965"/>
- <point x="-694" y="2009"/>
- <point x="-692" y="2010" type="curve" smooth="yes"/>
- <point x="-561" y="2043"/>
- <point x="-491" y="2126"/>
- <point x="-491" y="2229" type="curve" smooth="yes"/>
- <point x="-491" y="2380"/>
- <point x="-601" y="2470"/>
- <point x="-793" y="2470" type="curve" smooth="yes"/>
- <point x="-1158" y="2470" type="line"/>
- <point x="-1158" y="1651" type="line"/>
- <point x="-976" y="1651" type="line"/>
- <point x="-976" y="2322" type="line"/>
- <point x="-793" y="2322" type="line" smooth="yes"/>
- <point x="-725" y="2322"/>
- <point x="-672" y="2291"/>
- <point x="-672" y="2221" type="curve" smooth="yes"/>
- <point x="-672" y="2146"/>
- <point x="-723" y="2098"/>
- <point x="-793" y="2098" type="curve" smooth="yes"/>
- <point x="-1015" y="2098" type="line"/>
- <point x="-1013" y="1951" type="line"/>
- </contour>
- <contour>
- <point x="-814" y="1951" type="line"/>
- <point x="-722" y="1951"/>
- <point x="-672" y="1939"/>
- <point x="-672" y="1855" type="curve" smooth="yes"/>
- <point x="-672" y="1788" type="line" smooth="yes"/>
- <point x="-672" y="1761"/>
- <point x="-672" y="1680"/>
- <point x="-646" y="1651" type="curve"/>
- <point x="-461" y="1651" type="line"/>
- <point x="-461" y="1665" type="line"/>
- <point x="-484" y="1691"/>
- <point x="-491" y="1749"/>
- <point x="-491" y="1786" type="curve" smooth="yes"/>
- <point x="-491" y="1855" type="line" smooth="yes"/>
- <point x="-491" y="1977"/>
- <point x="-550" y="2067"/>
- <point x="-745" y="2067" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE3__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE3__.glif
deleted file mode 100644
index 40c66da86..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE3__.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE3" format="1">
- <advance width="0"/>
- <unicode hex="1DE3"/>
- <outline>
- <contour>
- <point x="-781" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-971" y="2226" type="line"/>
- <point x="-928" y="2250"/>
- <point x="-872" y="2276"/>
- <point x="-810" y="2276" type="curve" smooth="yes"/>
- <point x="-751" y="2276"/>
- <point x="-714" y="2240"/>
- <point x="-714" y="2171" type="curve" smooth="yes"/>
- <point x="-714" y="2078"/>
- <point x="-774" y="2032"/>
- <point x="-903" y="1959" type="curve"/>
- <point x="-800" y="1863" type="line"/>
- <point x="-694" y="1926"/>
- <point x="-532" y="2023"/>
- <point x="-532" y="2185" type="curve" smooth="yes"/>
- <point x="-532" y="2332"/>
- <point x="-646" y="2423"/>
- <point x="-795" y="2423" type="curve" smooth="yes"/>
- <point x="-884" y="2423"/>
- <point x="-982" y="2387"/>
- <point x="-1052" y="2329" type="curve"/>
- </contour>
- <contour>
- <point x="-705" y="1651" type="line"/>
- <point x="-512" y="1651" type="line"/>
- <point x="-512" y="1657" type="line"/>
- <point x="-707" y="1976" type="line"/>
- <point x="-903" y="1959" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE4__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE4__.glif
deleted file mode 100644
index 233896147..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE4__.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE4" format="1">
- <advance width="0"/>
- <unicode hex="1DE4"/>
- <outline>
- <contour>
- <point x="-824" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-681" y="1860" type="curve" smooth="yes"/>
- <point x="-681" y="1811"/>
- <point x="-722" y="1778"/>
- <point x="-810" y="1778" type="curve" smooth="yes"/>
- <point x="-888" y="1778"/>
- <point x="-976" y="1805"/>
- <point x="-982" y="1892" type="curve"/>
- <point x="-1150" y="1892" type="line"/>
- <point x="-1150" y="1766"/>
- <point x="-1026" y="1640"/>
- <point x="-814" y="1640" type="curve" smooth="yes"/>
- <point x="-645" y="1640"/>
- <point x="-499" y="1716"/>
- <point x="-499" y="1867" type="curve" smooth="yes"/>
- <point x="-499" y="2008"/>
- <point x="-608" y="2060"/>
- <point x="-799" y="2108" type="curve" smooth="yes"/>
- <point x="-891" y="2131"/>
- <point x="-942" y="2156"/>
- <point x="-942" y="2207" type="curve" smooth="yes"/>
- <point x="-942" y="2261"/>
- <point x="-901" y="2289"/>
- <point x="-826" y="2289" type="curve" smooth="yes"/>
- <point x="-729" y="2289"/>
- <point x="-688" y="2252"/>
- <point x="-675" y="2189" type="curve"/>
- <point x="-507" y="2189" type="line"/>
- <point x="-507" y="2320"/>
- <point x="-644" y="2427"/>
- <point x="-826" y="2427" type="curve" smooth="yes"/>
- <point x="-998" y="2427"/>
- <point x="-1123" y="2343"/>
- <point x="-1123" y="2206" type="curve" smooth="yes"/>
- <point x="-1123" y="2067"/>
- <point x="-986" y="2003"/>
- <point x="-855" y="1972" type="curve" smooth="yes"/>
- <point x="-721" y="1939"/>
- <point x="-681" y="1913"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE5__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE5__.glif
deleted file mode 100644
index 8098882be..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE5__.glif
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE5" format="1">
- <advance width="0"/>
- <unicode hex="1DE5"/>
- <outline>
- <contour>
- <point x="-721" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-727" y="1651" type="line"/>
- <point x="-727" y="2486" type="line" smooth="yes"/>
- <point x="-727" y="2577"/>
- <point x="-675" y="2614"/>
- <point x="-615" y="2614" type="curve" smooth="yes"/>
- <point x="-590" y="2614"/>
- <point x="-569" y="2611"/>
- <point x="-551" y="2606" type="curve"/>
- <point x="-534" y="2746" type="line"/>
- <point x="-568" y="2754"/>
- <point x="-601" y="2761"/>
- <point x="-635" y="2761" type="curve" smooth="yes"/>
- <point x="-785" y="2761"/>
- <point x="-909" y="2670"/>
- <point x="-909" y="2486" type="curve" smooth="yes"/>
- <point x="-909" y="1651" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE6__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE6__.glif
deleted file mode 100644
index f1a6e584e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE6__.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE6" format="1">
- <advance width="0"/>
- <unicode hex="1DE6"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-507" y="1800" type="line"/>
- <point x="-1056" y="1800" type="line"/>
- <point x="-1056" y="1651" type="line"/>
- <point x="-507" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-525" y="2280" type="line"/>
- <point x="-525" y="2410" type="line"/>
- <point x="-615" y="2410" type="line"/>
- <point x="-1110" y="1789" type="line"/>
- <point x="-1110" y="1651" type="line"/>
- <point x="-1011" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-587" y="2410" type="line"/>
- <point x="-1106" y="2410" type="line"/>
- <point x="-1106" y="2263" type="line"/>
- <point x="-587" y="2263" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE7__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE7__.glif
deleted file mode 100644
index d803682be..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE7__.glif
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE7" format="1">
- <advance width="0"/>
- <unicode hex="1DE7"/>
- <outline>
- <contour>
- <point x="-807" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-884" y="1638" type="curve" smooth="yes"/>
- <point x="-697" y="1638"/>
- <point x="-609" y="1779"/>
- <point x="-589" y="2010" type="curve"/>
- <point x="-589" y="2054" type="line"/>
- <point x="-609" y="2284"/>
- <point x="-697" y="2426"/>
- <point x="-883" y="2426" type="curve" smooth="yes"/>
- <point x="-1084" y="2426"/>
- <point x="-1207" y="2256"/>
- <point x="-1207" y="2017" type="curve" smooth="yes"/>
- <point x="-1207" y="2002" type="line" smooth="yes"/>
- <point x="-1207" y="1790"/>
- <point x="-1079" y="1638"/>
- </contour>
- <contour>
- <point x="-848" y="1785" type="curve" smooth="yes"/>
- <point x="-971" y="1785"/>
- <point x="-1026" y="1863"/>
- <point x="-1026" y="2002" type="curve" smooth="yes"/>
- <point x="-1026" y="2017" type="line" smooth="yes"/>
- <point x="-1026" y="2177"/>
- <point x="-971" y="2278"/>
- <point x="-847" y="2278" type="curve" smooth="yes"/>
- <point x="-726" y="2278"/>
- <point x="-659" y="2181"/>
- <point x="-635" y="2042" type="curve"/>
- <point x="-635" y="2008" type="line"/>
- <point x="-666" y="1876"/>
- <point x="-721" y="1785"/>
- </contour>
- <contour>
- <point x="-657" y="2412" type="line"/>
- <point x="-678" y="2245" type="line"/>
- <point x="-678" y="1862" type="line" smooth="yes"/>
- <point x="-678" y="1701"/>
- <point x="-626" y="1638"/>
- <point x="-527" y="1638" type="curve" smooth="yes"/>
- <point x="-483" y="1638"/>
- <point x="-439" y="1642"/>
- <point x="-408" y="1662" type="curve"/>
- <point x="-422" y="1782" type="line"/>
- <point x="-428" y="1781"/>
- <point x="-436" y="1779"/>
- <point x="-444" y="1779" type="curve" smooth="yes"/>
- <point x="-472" y="1779"/>
- <point x="-496" y="1804"/>
- <point x="-496" y="1862" type="curve" smooth="yes"/>
- <point x="-496" y="2412" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE8__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE8__.glif
deleted file mode 100644
index d3ed73484..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE8__.glif
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE8" format="1">
- <advance width="0"/>
- <unicode hex="1DE8"/>
- <outline>
- <contour>
- <point x="-807" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1159" y="1651" type="line"/>
- <point x="-1001" y="1651" type="line"/>
- <point x="-978" y="1793" type="line"/>
- <point x="-978" y="2740" type="line"/>
- <point x="-1159" y="2740" type="line"/>
- </contour>
- <contour>
- <point x="-770" y="1632" type="curve" smooth="yes"/>
- <point x="-579" y="1632"/>
- <point x="-457" y="1796"/>
- <point x="-457" y="2017" type="curve" smooth="yes"/>
- <point x="-457" y="2032" type="line" smooth="yes"/>
- <point x="-457" y="2262"/>
- <point x="-578" y="2419"/>
- <point x="-771" y="2419" type="curve" smooth="yes"/>
- <point x="-965" y="2419"/>
- <point x="-1059" y="2306"/>
- <point x="-1079" y="2075" type="curve"/>
- <point x="-1079" y="1976" type="line"/>
- <point x="-1059" y="1746"/>
- <point x="-965" y="1632"/>
- </contour>
- <contour>
- <point x="-806" y="1779" type="curve" smooth="yes"/>
- <point x="-905" y="1779"/>
- <point x="-969" y="1840"/>
- <point x="-998" y="1944" type="curve"/>
- <point x="-998" y="2105" type="line"/>
- <point x="-976" y="2210"/>
- <point x="-905" y="2272"/>
- <point x="-807" y="2272" type="curve" smooth="yes"/>
- <point x="-696" y="2272"/>
- <point x="-638" y="2178"/>
- <point x="-638" y="2032" type="curve" smooth="yes"/>
- <point x="-638" y="2017" type="line" smooth="yes"/>
- <point x="-638" y="1870"/>
- <point x="-696" y="1779"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DE9__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DE9__.glif
deleted file mode 100644
index 40113b396..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DE9__.glif
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DE9" format="1">
- <advance width="0"/>
- <unicode hex="1DE9"/>
- <outline>
- <contour>
- <point x="-807" y="1374" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-880" y="2232" type="line" name="hr00"/>
- <point x="-880" y="2131" type="line"/>
- <point x="-791" y="2131" type="line" smooth="yes"/>
- <point x="-694" y="2131"/>
- <point x="-620" y="2080"/>
- <point x="-620" y="1948" type="curve" smooth="yes"/>
- <point x="-620" y="1834"/>
- <point x="-683" y="1775"/>
- <point x="-806" y="1775" type="curve" smooth="yes"/>
- <point x="-946" y="1775"/>
- <point x="-1024" y="1865"/>
- <point x="-1038" y="1935" type="curve"/>
- <point x="-1099" y="1896" type="line"/>
- <point x="-1099" y="1708"/>
- <point x="-938" y="1638"/>
- <point x="-791" y="1638" type="curve" smooth="yes"/>
- <point x="-578" y="1638"/>
- <point x="-439" y="1750"/>
- <point x="-439" y="1951" type="curve" smooth="yes"/>
- <point x="-439" y="2112"/>
- <point x="-562" y="2232"/>
- <point x="-777" y="2232" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="-820" y="2687" type="curve" smooth="yes"/>
- <point x="-991" y="2687"/>
- <point x="-1177" y="2600"/>
- <point x="-1177" y="2365" type="curve" smooth="yes"/>
- <point x="-1177" y="1383" type="line"/>
- <point x="-996" y="1383" type="line"/>
- <point x="-996" y="2366" type="line" smooth="yes"/>
- <point x="-996" y="2508"/>
- <point x="-908" y="2549"/>
- <point x="-824" y="2549" type="curve" smooth="yes"/>
- <point x="-727" y="2549"/>
- <point x="-664" y="2494"/>
- <point x="-664" y="2413" type="curve" smooth="yes"/>
- <point x="-664" y="2322"/>
- <point x="-704" y="2266"/>
- <point x="-822" y="2266" type="curve" smooth="yes"/>
- <point x="-880" y="2266" type="line"/>
- <point x="-880" y="2168" type="line"/>
- <point x="-820" y="2168" type="line" smooth="yes"/>
- <point x="-638" y="2168"/>
- <point x="-499" y="2255"/>
- <point x="-499" y="2426" type="curve" smooth="yes"/>
- <point x="-499" y="2586"/>
- <point x="-635" y="2687"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DEA___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DEA___.glif
deleted file mode 100644
index eb47a1a80..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DEA___.glif
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEA" format="1">
- <advance width="0"/>
- <unicode hex="1DEA"/>
- <outline>
- <contour>
- <point x="-807" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-817" y="1632" type="curve" smooth="yes"/>
- <point x="-626" y="1632"/>
- <point x="-470" y="1767"/>
- <point x="-470" y="2023" type="curve" smooth="yes"/>
- <point x="-470" y="2053" type="line" smooth="yes"/>
- <point x="-470" y="2266"/>
- <point x="-602" y="2419"/>
- <point x="-833" y="2419" type="curve" smooth="yes"/>
- <point x="-987" y="2419"/>
- <point x="-1081" y="2344"/>
- <point x="-1130" y="2270" type="curve"/>
- <point x="-1037" y="2181" type="line"/>
- <point x="-991" y="2241"/>
- <point x="-934" y="2270"/>
- <point x="-842" y="2270" type="curve" smooth="yes"/>
- <point x="-718" y="2270"/>
- <point x="-652" y="2193"/>
- <point x="-652" y="2053" type="curve" smooth="yes"/>
- <point x="-652" y="2023" type="line" smooth="yes"/>
- <point x="-652" y="1865"/>
- <point x="-704" y="1779"/>
- <point x="-817" y="1779" type="curve" smooth="yes"/>
- <point x="-932" y="1779"/>
- <point x="-971" y="1849"/>
- <point x="-978" y="1946" type="curve" smooth="yes"/>
- <point x="-978" y="1955" type="line"/>
- <point x="-567" y="1955" type="line"/>
- <point x="-567" y="2072" type="line"/>
- <point x="-1145" y="2072" type="line"/>
- <point x="-1145" y="2008" type="line" smooth="yes"/>
- <point x="-1145" y="1794"/>
- <point x="-1040" y="1632"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DEB___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DEB___.glif
deleted file mode 100644
index b97470c63..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DEB___.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEB" format="1">
- <advance width="0"/>
- <unicode hex="1DEB"/>
- <outline>
- <contour>
- <point x="-789" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-590" y="2419" type="line"/>
- <point x="-1046" y="2419" type="line"/>
- <point x="-1046" y="2272" type="line"/>
- <point x="-590" y="2272" type="line"/>
- </contour>
- <component base="uni1DE5"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DEC___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DEC___.glif
deleted file mode 100644
index 5f3d096d1..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DEC___.glif
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEC" format="1">
- <advance width="0"/>
- <unicode hex="1DEC"/>
- <outline>
- <contour>
- <point x="-810" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-644" y="2399" type="line"/>
- <point x="-644" y="2355"/>
- <point x="-675" y="2321"/>
- <point x="-714" y="2321" type="curve" smooth="yes"/>
- <point x="-788" y="2321"/>
- <point x="-831" y="2387"/>
- <point x="-908" y="2387" type="curve" smooth="yes"/>
- <point x="-994" y="2387"/>
- <point x="-1055" y="2309"/>
- <point x="-1055" y="2223" type="curve"/>
- <point x="-978" y="2204" type="line"/>
- <point x="-978" y="2247"/>
- <point x="-946" y="2281"/>
- <point x="-908" y="2281" type="curve" smooth="yes"/>
- <point x="-831" y="2281"/>
- <point x="-809" y="2217"/>
- <point x="-714" y="2217" type="curve" smooth="yes"/>
- <point x="-628" y="2217"/>
- <point x="-567" y="2289"/>
- <point x="-567" y="2376" type="curve"/>
- </contour>
- <contour>
- <point x="-644" y="2193" type="line"/>
- <point x="-644" y="2149"/>
- <point x="-675" y="2115"/>
- <point x="-714" y="2115" type="curve" smooth="yes"/>
- <point x="-788" y="2115"/>
- <point x="-831" y="2181"/>
- <point x="-908" y="2181" type="curve" smooth="yes"/>
- <point x="-994" y="2181"/>
- <point x="-1055" y="2102"/>
- <point x="-1055" y="2017" type="curve"/>
- <point x="-978" y="1998" type="line"/>
- <point x="-978" y="2041"/>
- <point x="-946" y="2075"/>
- <point x="-908" y="2075" type="curve" smooth="yes"/>
- <point x="-831" y="2075"/>
- <point x="-809" y="2010"/>
- <point x="-714" y="2010" type="curve" smooth="yes"/>
- <point x="-628" y="2010"/>
- <point x="-567" y="2083"/>
- <point x="-567" y="2170" type="curve"/>
- </contour>
- <component base="uni1DDD"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DED___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DED___.glif
deleted file mode 100644
index 9f7442a74..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DED___.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DED" format="1">
- <advance width="0"/>
- <unicode hex="1DED"/>
- <outline>
- <contour>
- <point x="-848" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1251" y="1471" type="line"/>
- <point x="-1111" y="1390" type="line"/>
- <point x="-881" y="1757" type="line"/>
- <point x="-1022" y="1838" type="line"/>
- </contour>
- <component base="uni0366" xOffset="-33"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DEE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DEE___.glif
deleted file mode 100644
index 89d86c605..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DEE___.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEE" format="1">
- <advance width="0"/>
- <unicode hex="1DEE"/>
- <outline>
- <contour>
- <point x="-807" y="1299" type="move" name="_marktop"/>
- </contour>
- <component base="uni0369" xScale="-1" yScale="-1" xOffset="-1602" yOffset="4056"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DEF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DEF___.glif
deleted file mode 100644
index 9493cbec7..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DEF___.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DEF" format="1">
- <advance width="0"/>
- <unicode hex="1DEF"/>
- <outline>
- <contour>
- <point x="-818" y="1298" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-727" y="1651" type="line"/>
- <point x="-727" y="2486" type="line" smooth="yes"/>
- <point x="-727" y="2577"/>
- <point x="-675" y="2614"/>
- <point x="-615" y="2614" type="curve" smooth="yes"/>
- <point x="-590" y="2614"/>
- <point x="-569" y="2611"/>
- <point x="-551" y="2606" type="curve"/>
- <point x="-534" y="2746" type="line"/>
- <point x="-568" y="2754"/>
- <point x="-601" y="2761"/>
- <point x="-635" y="2761" type="curve" smooth="yes"/>
- <point x="-785" y="2761"/>
- <point x="-909" y="2670"/>
- <point x="-909" y="2486" type="curve" smooth="yes"/>
- <point x="-909" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-909" y="2427" type="line"/>
- <point x="-909" y="1592" type="line" smooth="yes"/>
- <point x="-909" y="1502"/>
- <point x="-961" y="1464"/>
- <point x="-1022" y="1464" type="curve" smooth="yes"/>
- <point x="-1046" y="1464"/>
- <point x="-1067" y="1467"/>
- <point x="-1085" y="1473" type="curve"/>
- <point x="-1103" y="1332" type="line"/>
- <point x="-1068" y="1324"/>
- <point x="-1035" y="1317"/>
- <point x="-1001" y="1317" type="curve" smooth="yes"/>
- <point x="-851" y="1317"/>
- <point x="-727" y="1408"/>
- <point x="-727" y="1592" type="curve" smooth="yes"/>
- <point x="-727" y="2427" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DF0__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DF0__.glif
deleted file mode 100644
index 2cb0aa644..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DF0__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF0" format="1">
- <advance width="0"/>
- <unicode hex="1DF0"/>
- <outline>
- <contour>
- <point x="-869" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1251" y="1471" type="line"/>
- <point x="-1111" y="1390" type="line"/>
- <point x="-881" y="1757" type="line"/>
- <point x="-1022" y="1838" type="line"/>
- </contour>
- <component base="uni0367" xOffset="-28"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DF1__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DF1__.glif
deleted file mode 100644
index 7cef60f5a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DF1__.glif
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF1" format="1">
- <advance width="0"/>
- <unicode hex="1DF1"/>
- <outline>
- <contour>
- <point x="-807" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1029" y="1932" type="line"/>
- <point x="-1073" y="1651" type="line"/>
- <point x="-979" y="1651" type="line"/>
- <point x="-840" y="2094" type="line"/>
- <point x="-744" y="2410" type="line"/>
- <point x="-891" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-1151" y="2410" type="line"/>
- <point x="-1331" y="2410" type="line"/>
- <point x="-1119" y="1651" type="line"/>
- <point x="-1004" y="1651" type="line"/>
- <point x="-1040" y="1932" type="line"/>
- </contour>
- <contour>
- <point x="-568" y="1932" type="line"/>
- <point x="-609" y="1651" type="line"/>
- <point x="-495" y="1651" type="line"/>
- <point x="-283" y="2410" type="line"/>
- <point x="-463" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-723" y="2410" type="line"/>
- <point x="-876" y="2410" type="line"/>
- <point x="-776" y="2094" type="line"/>
- <point x="-635" y="1651" type="line"/>
- <point x="-542" y="1651" type="line"/>
- <point x="-586" y="1932" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DF2__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DF2__.glif
deleted file mode 100644
index eb687d639..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DF2__.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF2" format="1">
- <advance width="0"/>
- <unicode hex="1DF2"/>
- <outline>
- <contour>
- <point x="-773" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1041" y="2592" type="curve" smooth="yes"/>
- <point x="-1041" y="2537"/>
- <point x="-1005" y="2494"/>
- <point x="-936" y="2494" type="curve" smooth="yes"/>
- <point x="-869" y="2494"/>
- <point x="-832" y="2537"/>
- <point x="-832" y="2592" type="curve" smooth="yes"/>
- <point x="-832" y="2648"/>
- <point x="-869" y="2692"/>
- <point x="-936" y="2692" type="curve" smooth="yes"/>
- <point x="-1005" y="2692"/>
- <point x="-1041" y="2648"/>
- </contour>
- <contour>
- <point x="-711" y="2592" type="curve" smooth="yes"/>
- <point x="-711" y="2537"/>
- <point x="-675" y="2494"/>
- <point x="-606" y="2494" type="curve" smooth="yes"/>
- <point x="-539" y="2494"/>
- <point x="-502" y="2537"/>
- <point x="-502" y="2592" type="curve" smooth="yes"/>
- <point x="-502" y="2648"/>
- <point x="-539" y="2692"/>
- <point x="-606" y="2692" type="curve" smooth="yes"/>
- <point x="-675" y="2692"/>
- <point x="-711" y="2648"/>
- </contour>
- <component base="uni0363"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DF3__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DF3__.glif
deleted file mode 100644
index d57703075..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DF3__.glif
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF3" format="1">
- <advance width="0"/>
- <unicode hex="1DF3"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1077" y="2592" type="curve" smooth="yes"/>
- <point x="-1077" y="2537"/>
- <point x="-1041" y="2494"/>
- <point x="-972" y="2494" type="curve" smooth="yes"/>
- <point x="-905" y="2494"/>
- <point x="-868" y="2537"/>
- <point x="-868" y="2592" type="curve" smooth="yes"/>
- <point x="-868" y="2648"/>
- <point x="-905" y="2692"/>
- <point x="-972" y="2692" type="curve" smooth="yes"/>
- <point x="-1041" y="2692"/>
- <point x="-1077" y="2648"/>
- </contour>
- <contour>
- <point x="-747" y="2592" type="curve" smooth="yes"/>
- <point x="-747" y="2537"/>
- <point x="-711" y="2494"/>
- <point x="-642" y="2494" type="curve" smooth="yes"/>
- <point x="-575" y="2494"/>
- <point x="-538" y="2537"/>
- <point x="-538" y="2592" type="curve" smooth="yes"/>
- <point x="-538" y="2648"/>
- <point x="-575" y="2692"/>
- <point x="-642" y="2692" type="curve" smooth="yes"/>
- <point x="-711" y="2692"/>
- <point x="-747" y="2648"/>
- </contour>
- <contour>
- <point x="-809" y="1632" type="curve" smooth="yes"/>
- <point x="-593" y="1632"/>
- <point x="-448" y="1785"/>
- <point x="-448" y="2017" type="curve" smooth="yes"/>
- <point x="-448" y="2032" type="line" smooth="yes"/>
- <point x="-448" y="2266"/>
- <point x="-593" y="2419"/>
- <point x="-810" y="2419" type="curve" smooth="yes"/>
- <point x="-1023" y="2419"/>
- <point x="-1169" y="2266"/>
- <point x="-1169" y="2032" type="curve" smooth="yes"/>
- <point x="-1169" y="2017" type="line" smooth="yes"/>
- <point x="-1169" y="1785"/>
- <point x="-1023" y="1632"/>
- </contour>
- <contour>
- <point x="-809" y="1779" type="curve" smooth="yes"/>
- <point x="-934" y="1779"/>
- <point x="-987" y="1870"/>
- <point x="-987" y="2017" type="curve" smooth="yes"/>
- <point x="-987" y="2032" type="line" smooth="yes"/>
- <point x="-987" y="2179"/>
- <point x="-934" y="2272"/>
- <point x="-810" y="2272" type="curve" smooth="yes"/>
- <point x="-683" y="2272"/>
- <point x="-630" y="2179"/>
- <point x="-630" y="2032" type="curve" smooth="yes"/>
- <point x="-630" y="2017" type="line" smooth="yes"/>
- <point x="-630" y="1870"/>
- <point x="-683" y="1779"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DF4__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DF4__.glif
deleted file mode 100644
index 01feb942a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DF4__.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF4" format="1">
- <advance width="0"/>
- <unicode hex="1DF4"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1082" y="2592" type="curve" smooth="yes"/>
- <point x="-1082" y="2537"/>
- <point x="-1046" y="2494"/>
- <point x="-978" y="2494" type="curve" smooth="yes"/>
- <point x="-910" y="2494"/>
- <point x="-873" y="2537"/>
- <point x="-873" y="2592" type="curve" smooth="yes"/>
- <point x="-873" y="2648"/>
- <point x="-910" y="2692"/>
- <point x="-978" y="2692" type="curve" smooth="yes"/>
- <point x="-1046" y="2692"/>
- <point x="-1082" y="2648"/>
- </contour>
- <contour>
- <point x="-752" y="2592" type="curve" smooth="yes"/>
- <point x="-752" y="2537"/>
- <point x="-716" y="2494"/>
- <point x="-648" y="2494" type="curve" smooth="yes"/>
- <point x="-580" y="2494"/>
- <point x="-543" y="2537"/>
- <point x="-543" y="2592" type="curve" smooth="yes"/>
- <point x="-543" y="2648"/>
- <point x="-580" y="2692"/>
- <point x="-648" y="2692" type="curve" smooth="yes"/>
- <point x="-716" y="2692"/>
- <point x="-752" y="2648"/>
- </contour>
- <component base="uni0367" xOffset="-28"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DF5__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DF5__.glif
deleted file mode 100644
index 40da1888d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DF5__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DF5" format="1">
- <advance width="0"/>
- <unicode hex="1DF5"/>
- <outline>
- <contour>
- <point x="-809" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="uptackmod" xOffset="-1199" yOffset="1361"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DFC___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DFC___.glif
deleted file mode 100644
index 8f3ad5515..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DFC___.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DFC" format="1">
- <advance width="0"/>
- <unicode hex="1DFC"/>
- <outline>
- <contour>
- <point x="928" y="-554" type="line"/>
- <point x="777" y="-337"/>
- <point x="413" y="-143"/>
- <point x="-36" y="-143" type="curve" smooth="yes"/>
- <point x="-484" y="-143"/>
- <point x="-850" y="-337"/>
- <point x="-1001" y="-554" type="curve"/>
- <point x="-780" y="-554" type="line"/>
- <point x="-670" y="-448"/>
- <point x="-356" y="-314"/>
- <point x="-36" y="-314" type="curve" smooth="yes"/>
- <point x="282" y="-314"/>
- <point x="597" y="-448"/>
- <point x="707" y="-554" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DFD___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DFD___.glif
deleted file mode 100644
index fd1323300..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DFD___.glif
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DFD" format="1">
- <advance width="0"/>
- <unicode hex="1DFD"/>
- <outline>
- <contour>
- <point x="-784" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-474" y="-106" type="line"/>
- <point x="-474" y="-171"/>
- <point x="-534" y="-220"/>
- <point x="-609" y="-220" type="curve" smooth="yes"/>
- <point x="-754" y="-220"/>
- <point x="-822" y="-125"/>
- <point x="-975" y="-125" type="curve" smooth="yes"/>
- <point x="-1145" y="-125"/>
- <point x="-1276" y="-232"/>
- <point x="-1276" y="-385" type="curve"/>
- <point x="-1095" y="-393" type="line"/>
- <point x="-1095" y="-330"/>
- <point x="-1037" y="-279"/>
- <point x="-961" y="-279" type="curve" smooth="yes"/>
- <point x="-810" y="-279"/>
- <point x="-781" y="-374"/>
- <point x="-595" y="-374" type="curve" smooth="yes"/>
- <point x="-426" y="-374"/>
- <point x="-293" y="-274"/>
- <point x="-293" y="-120" type="curve"/>
- </contour>
- <contour>
- <point x="-474" y="-392" type="line"/>
- <point x="-474" y="-457"/>
- <point x="-534" y="-506"/>
- <point x="-609" y="-506" type="curve" smooth="yes"/>
- <point x="-754" y="-506"/>
- <point x="-822" y="-411"/>
- <point x="-975" y="-411" type="curve" smooth="yes"/>
- <point x="-1145" y="-411"/>
- <point x="-1276" y="-518"/>
- <point x="-1276" y="-671" type="curve"/>
- <point x="-1095" y="-679" type="line"/>
- <point x="-1095" y="-616"/>
- <point x="-1037" y="-565"/>
- <point x="-961" y="-565" type="curve" smooth="yes"/>
- <point x="-810" y="-565"/>
- <point x="-781" y="-660"/>
- <point x="-595" y="-660" type="curve" smooth="yes"/>
- <point x="-426" y="-660"/>
- <point x="-293" y="-560"/>
- <point x="-293" y="-406" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DFE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DFE___.glif
deleted file mode 100644
index 1a63e825b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DFE___.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DFE" format="1">
- <advance width="0"/>
- <unicode hex="1DFE"/>
- <outline>
- <contour>
- <point x="-807" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="arrowheadleftmod" xOffset="-1376" yOffset="802"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1DFF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1DFF___.glif
deleted file mode 100644
index beb3e0e62..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1DFF___.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1DFF" format="1">
- <advance width="0"/>
- <unicode hex="1DFF"/>
- <outline>
- <contour>
- <point x="-712" y="0" type="move" name="_markbottom"/>
- </contour>
- <contour>
- <point x="-1055" y="-429" type="line"/>
- <point x="-678" y="-380" type="line"/>
- <point x="-678" y="-485" type="line"/>
- <point x="-1678" y="-752" type="line"/>
- <point x="-1678" y="-583" type="line"/>
- </contour>
- <contour>
- <point x="-1678" y="-267" type="line"/>
- <point x="-1678" y="-98" type="line"/>
- <point x="-678" y="-364" type="line"/>
- <point x="-678" y="-472" type="line"/>
- <point x="-1055" y="-424" type="line"/>
- </contour>
- <contour>
- <point x="-292" y="-503" type="line"/>
- <point x="-180" y="-748" type="line"/>
- <point x="-344" y="-748" type="line"/>
- <point x="-755" y="-99" type="line"/>
- <point x="-528" y="-99" type="line"/>
- </contour>
- <contour>
- <point x="28" y="-99" type="line"/>
- <point x="253" y="-99" type="line"/>
- <point x="-157" y="-748" type="line"/>
- <point x="-322" y="-748" type="line"/>
- <point x="-213" y="-503" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_B_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_B_F_.glif
new file mode 100644
index 000000000..157b949e2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_B_F_.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DBF" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1DBF"/>
+ <outline>
+ <contour>
+ <point x="632.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="872.0"/>
+ <point x="1136.0" y="1088.0"/>
+ <point x="1136.0" y="1548.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1732.0" type="line" smooth="yes"/>
+ <point x="1136.0" y="2192.0"/>
+ <point x="920.0" y="2396.0"/>
+ <point x="632.0" y="2396.0" type="curve" smooth="yes"/>
+ <point x="348.0" y="2396.0"/>
+ <point x="128.0" y="2192.0"/>
+ <point x="128.0" y="1732.0" type="curve" smooth="yes"/>
+ <point x="128.0" y="1548.0" type="line" smooth="yes"/>
+ <point x="128.0" y="1088.0"/>
+ <point x="352.0" y="872.0"/>
+ </contour>
+ <contour>
+ <point x="632.0" y="1084.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1084.0"/>
+ <point x="380.0" y="1212.0"/>
+ <point x="380.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="1764.0" type="line" smooth="yes"/>
+ <point x="380.0" y="2068.0"/>
+ <point x="460.0" y="2188.0"/>
+ <point x="632.0" y="2188.0" type="curve" smooth="yes"/>
+ <point x="804.0" y="2188.0"/>
+ <point x="884.0" y="2068.0"/>
+ <point x="884.0" y="1764.0" type="curve" smooth="yes"/>
+ <point x="884.0" y="1516.0" type="line" smooth="yes"/>
+ <point x="884.0" y="1212.0"/>
+ <point x="808.0" y="1084.0"/>
+ </contour>
+ <contour>
+ <point x="1004.0" y="1532.0" type="line"/>
+ <point x="1004.0" y="1744.0" type="line"/>
+ <point x="216.0" y="1744.0" type="line"/>
+ <point x="216.0" y="1532.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_0.glif
new file mode 100644
index 000000000..c3af0110b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_0.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC0" format="2">
+ <unicode hex="1DC0"/>
+ <anchor x="-822.0" y="1774.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-883.0" y="2112.0" type="line"/>
+ <point x="-1214.0" y="2112.0" type="line"/>
+ <point x="-850.0" y="1705.0" type="line"/>
+ <point x="-616.0" y="1705.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1403.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="-1403.0" y="1689.0"/>
+ <point x="-1349.0" y="1623.0"/>
+ <point x="-1244.0" y="1623.0" type="curve" smooth="yes"/>
+ <point x="-1140.0" y="1623.0"/>
+ <point x="-1085.0" y="1689.0"/>
+ <point x="-1085.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="-1085.0" y="1858.0"/>
+ <point x="-1140.0" y="1925.0"/>
+ <point x="-1244.0" y="1925.0" type="curve" smooth="yes"/>
+ <point x="-1349.0" y="1925.0"/>
+ <point x="-1403.0" y="1858.0"/>
+ </contour>
+ <contour>
+ <point x="-615.0" y="1909.0" type="curve" smooth="yes"/>
+ <point x="-615.0" y="1825.0"/>
+ <point x="-561.0" y="1759.0"/>
+ <point x="-457.0" y="1759.0" type="curve" smooth="yes"/>
+ <point x="-352.0" y="1759.0"/>
+ <point x="-297.0" y="1825.0"/>
+ <point x="-297.0" y="1909.0" type="curve" smooth="yes"/>
+ <point x="-297.0" y="1994.0"/>
+ <point x="-352.0" y="2061.0"/>
+ <point x="-457.0" y="2061.0" type="curve" smooth="yes"/>
+ <point x="-561.0" y="2061.0"/>
+ <point x="-615.0" y="1994.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_1.glif
new file mode 100644
index 000000000..015662b73
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_1.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC1" format="2">
+ <unicode hex="1DC1"/>
+ <anchor x="-912.0" y="1774.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-655.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="-655.0" y="1689.0"/>
+ <point x="-601.0" y="1623.0"/>
+ <point x="-496.0" y="1623.0" type="curve" smooth="yes"/>
+ <point x="-392.0" y="1623.0"/>
+ <point x="-337.0" y="1689.0"/>
+ <point x="-337.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="-337.0" y="1858.0"/>
+ <point x="-392.0" y="1925.0"/>
+ <point x="-496.0" y="1925.0" type="curve" smooth="yes"/>
+ <point x="-601.0" y="1925.0"/>
+ <point x="-655.0" y="1858.0"/>
+ </contour>
+ <contour>
+ <point x="-1112.0" y="1705.0" type="line"/>
+ <point x="-894.0" y="1705.0" type="line"/>
+ <point x="-514.0" y="2112.0" type="line"/>
+ <point x="-846.0" y="2112.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1445.0" y="1909.0" type="curve" smooth="yes"/>
+ <point x="-1445.0" y="1825.0"/>
+ <point x="-1392.0" y="1759.0"/>
+ <point x="-1287.0" y="1759.0" type="curve" smooth="yes"/>
+ <point x="-1183.0" y="1759.0"/>
+ <point x="-1128.0" y="1825.0"/>
+ <point x="-1128.0" y="1909.0" type="curve" smooth="yes"/>
+ <point x="-1128.0" y="1994.0"/>
+ <point x="-1183.0" y="2061.0"/>
+ <point x="-1287.0" y="2061.0" type="curve" smooth="yes"/>
+ <point x="-1392.0" y="2061.0"/>
+ <point x="-1445.0" y="1994.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_2.glif
new file mode 100644
index 000000000..86fcbf87c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_2.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC2" format="2">
+ <unicode hex="1DC2"/>
+ <anchor x="-811.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-1042.0" y="-197.0" type="curve"/>
+ <point x="-978.0" y="-296.0" type="line"/>
+ <point x="-923.0" y="-267.0"/>
+ <point x="-854.0" y="-245.0"/>
+ <point x="-792.0" y="-245.0" type="curve" smooth="yes"/>
+ <point x="-760.0" y="-245.0"/>
+ <point x="-741.0" y="-253.0"/>
+ <point x="-741.0" y="-275.0" type="curve" smooth="yes"/>
+ <point x="-741.0" y="-309.0"/>
+ <point x="-953.0" y="-327.0"/>
+ <point x="-953.0" y="-410.0" type="curve" smooth="yes"/>
+ <point x="-953.0" y="-491.0"/>
+ <point x="-740.0" y="-487.0"/>
+ <point x="-740.0" y="-517.0" type="curve" smooth="yes"/>
+ <point x="-740.0" y="-557.0"/>
+ <point x="-952.0" y="-529.0"/>
+ <point x="-952.0" y="-627.0" type="curve" smooth="yes"/>
+ <point x="-952.0" y="-707.0"/>
+ <point x="-820.0" y="-751.0"/>
+ <point x="-634.0" y="-763.0" type="curve"/>
+ <point x="-608.0" y="-659.0" type="line"/>
+ <point x="-727.0" y="-653.0"/>
+ <point x="-795.0" y="-641.0"/>
+ <point x="-795.0" y="-626.0" type="curve" smooth="yes"/>
+ <point x="-795.0" y="-593.0"/>
+ <point x="-580.0" y="-616.0"/>
+ <point x="-580.0" y="-513.0" type="curve" smooth="yes"/>
+ <point x="-580.0" y="-422.0"/>
+ <point x="-795.0" y="-432.0"/>
+ <point x="-795.0" y="-400.0" type="curve" smooth="yes"/>
+ <point x="-795.0" y="-363.0"/>
+ <point x="-598.0" y="-370.0"/>
+ <point x="-598.0" y="-254.0" type="curve" smooth="yes"/>
+ <point x="-598.0" y="-187.0"/>
+ <point x="-649.0" y="-122.0"/>
+ <point x="-773.0" y="-122.0" type="curve" smooth="yes"/>
+ <point x="-864.0" y="-122.0"/>
+ <point x="-961.0" y="-147.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_3.glif
new file mode 100644
index 000000000..68f19af23
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_3.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC3" format="2">
+ <unicode hex="1DC3"/>
+ <anchor x="-668.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-325.0" y="2145.0" type="line"/>
+ <point x="-864.0" y="1837.0" type="line"/>
+ <point x="-760.0" y="1658.0" type="line"/>
+ <point x="-221.0" y="1966.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1115.0" y="1862.0" type="line"/>
+ <point x="-760.0" y="1658.0" type="line"/>
+ <point x="-657.0" y="1837.0" type="line"/>
+ <point x="-1012.0" y="2041.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_4.glif
new file mode 100644
index 000000000..c59ed1afb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_4.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC4" format="2">
+ <unicode hex="1DC4"/>
+ <anchor x="-620.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1088.0" y="1705.0" type="line"/>
+ <point x="-451.0" y="1705.0" type="line"/>
+ <point x="-154.0" y="2112.0" type="line"/>
+ <point x="-458.0" y="2112.0" type="line"/>
+ <point x="-549.0" y="1911.0" type="line"/>
+ <point x="-1088.0" y="1911.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_5.glif
new file mode 100644
index 000000000..f752d95d6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_5.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC5" format="2">
+ <unicode hex="1DC5"/>
+ <anchor x="-813.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-983.0" y="1705.0" type="line"/>
+ <point x="-347.0" y="1705.0" type="line"/>
+ <point x="-347.0" y="1911.0" type="line"/>
+ <point x="-886.0" y="1911.0" type="line"/>
+ <point x="-976.0" y="2112.0" type="line"/>
+ <point x="-1280.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_6.glif
new file mode 100644
index 000000000..975839ae8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_6.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC6" format="2">
+ <unicode hex="1DC6"/>
+ <anchor x="-690.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1156.0" y="1906.0" type="line"/>
+ <point x="-639.0" y="1906.0" type="line"/>
+ <point x="-459.0" y="1705.0" type="line"/>
+ <point x="-226.0" y="1705.0" type="line"/>
+ <point x="-492.0" y="2112.0" type="line"/>
+ <point x="-1156.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_7.glif
new file mode 100644
index 000000000..2bafce689
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_7.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC7" format="2">
+ <unicode hex="1DC7"/>
+ <anchor x="-759.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1225.0" y="1705.0" type="line"/>
+ <point x="-991.0" y="1705.0" type="line"/>
+ <point x="-811.0" y="1906.0" type="line"/>
+ <point x="-294.0" y="1906.0" type="line"/>
+ <point x="-294.0" y="2112.0" type="line"/>
+ <point x="-958.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_8.glif
new file mode 100644
index 000000000..eefaf3b7f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_8.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC8" format="2">
+ <unicode hex="1DC8"/>
+ <anchor x="-749.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1041.0" y="1705.0" type="line"/>
+ <point x="-760.0" y="1705.0" type="line"/>
+ <point x="-571.0" y="1946.0" type="line"/>
+ <point x="-395.0" y="1705.0" type="line"/>
+ <point x="-176.0" y="1705.0" type="line"/>
+ <point x="-374.0" y="2112.0" type="line"/>
+ <point x="-755.0" y="2112.0" type="line"/>
+ <point x="-894.0" y="1891.0" type="line"/>
+ <point x="-1020.0" y="2112.0" type="line"/>
+ <point x="-1324.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_9.glif
new file mode 100644
index 000000000..058543ae5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_9.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DC9" format="2">
+ <unicode hex="1DC9"/>
+ <anchor x="-639.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1214.0" y="1705.0" type="line"/>
+ <point x="-996.0" y="1705.0" type="line"/>
+ <point x="-820.0" y="1946.0" type="line"/>
+ <point x="-630.0" y="1705.0" type="line"/>
+ <point x="-349.0" y="1705.0" type="line"/>
+ <point x="-66.0" y="2112.0" type="line"/>
+ <point x="-370.0" y="2112.0" type="line"/>
+ <point x="-496.0" y="1891.0" type="line"/>
+ <point x="-635.0" y="2112.0" type="line"/>
+ <point x="-1016.0" y="2112.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_A_.glif
new file mode 100644
index 000000000..ece836e4b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_A_.glif
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCA" format="2">
+ <unicode hex="1DCA"/>
+ <anchor x="-760.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-787.0" y="-351.0" type="line"/>
+ <point x="-833.0" y="-175.0" type="line"/>
+ <point x="-968.0" y="-175.0" type="line"/>
+ <point x="-968.0" y="-756.0" type="line"/>
+ <point x="-787.0" y="-756.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-553.0" y="-173.0" type="line"/>
+ <point x="-565.0" y="-169.0"/>
+ <point x="-587.0" y="-166.0"/>
+ <point x="-613.0" y="-166.0" type="curve" smooth="yes"/>
+ <point x="-795.0" y="-166.0"/>
+ <point x="-876.0" y="-322.0"/>
+ <point x="-876.0" y="-535.0" type="curve"/>
+ <point x="-804.0" y="-534.0" type="line"/>
+ <point x="-804.0" y="-392.0"/>
+ <point x="-751.0" y="-319.0"/>
+ <point x="-635.0" y="-319.0" type="curve" smooth="yes"/>
+ <point x="-604.0" y="-319.0"/>
+ <point x="-576.0" y="-326.0"/>
+ <point x="-553.0" y="-340.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_B_.glif
new file mode 100644
index 000000000..632bdf155
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_B_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCB" format="2">
+ <unicode hex="1DCB"/>
+ <anchor x="-782.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="47.0" y="1851.0" type="line"/>
+ <point x="47.0" y="2057.0" type="line"/>
+ <point x="-1004.0" y="2057.0" type="line"/>
+ <point x="-1004.0" y="1951.0"/>
+ <point x="-1057.0" y="1858.0"/>
+ <point x="-1196.0" y="1858.0" type="curve" smooth="yes"/>
+ <point x="-1338.0" y="1858.0"/>
+ <point x="-1390.0" y="1951.0"/>
+ <point x="-1390.0" y="2057.0" type="curve"/>
+ <point x="-1612.0" y="2057.0" type="line"/>
+ <point x="-1612.0" y="1840.0"/>
+ <point x="-1452.0" y="1687.0"/>
+ <point x="-1196.0" y="1687.0" type="curve" smooth="yes"/>
+ <point x="-1033.0" y="1687.0"/>
+ <point x="-910.0" y="1749.0"/>
+ <point x="-842.0" y="1851.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_C_.glif
new file mode 100644
index 000000000..def002234
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_C_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCC" format="2">
+ <unicode hex="1DCC"/>
+ <anchor x="-837.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-424.0" y="1687.0" type="curve" smooth="yes"/>
+ <point x="-168.0" y="1687.0"/>
+ <point x="-10.0" y="1840.0"/>
+ <point x="-10.0" y="2057.0" type="curve"/>
+ <point x="-231.0" y="2057.0" type="line"/>
+ <point x="-231.0" y="1951.0"/>
+ <point x="-285.0" y="1858.0"/>
+ <point x="-424.0" y="1858.0" type="curve" smooth="yes"/>
+ <point x="-565.0" y="1858.0"/>
+ <point x="-617.0" y="1951.0"/>
+ <point x="-617.0" y="2057.0" type="curve"/>
+ <point x="-1665.0" y="2057.0" type="line"/>
+ <point x="-1665.0" y="1851.0" type="line"/>
+ <point x="-780.0" y="1851.0" type="line"/>
+ <point x="-711.0" y="1749.0"/>
+ <point x="-587.0" y="1687.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_D_.glif
new file mode 100644
index 000000000..6da17d4d3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCD" format="2">
+ <unicode hex="1DCD"/>
+ <anchor x="0.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="81.0" y="2087.0" type="line"/>
+ <point x="-84.0" y="2087.0" type="line"/>
+ <point x="-1249.0" y="1759.0" type="line"/>
+ <point x="-1249.0" y="1722.0" type="line"/>
+ <point x="-943.0" y="1639.0" type="line"/>
+ <point x="-1.0" y="1924.0" type="line"/>
+ <point x="942.0" y="1639.0" type="line"/>
+ <point x="1249.0" y="1722.0" type="line"/>
+ <point x="1249.0" y="1757.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_E_.glif
new file mode 100644
index 000000000..08252726e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_E_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCE" format="2">
+ <unicode hex="1DCE"/>
+ <anchor x="-699.0" y="1365.0" name="_marktop"/>
+ <outline>
+ <component base="ogonek" xScale="-1.0" yScale="-1.0" xOffset="-385.0" yOffset="1466.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_F_.glif
new file mode 100644
index 000000000..f5bb77cef
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_C_F_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DCF" format="2">
+ <unicode hex="1DCF"/>
+ <anchor x="-810.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-802.0" y="-154.0" type="line"/>
+ <point x="-1002.0" y="-154.0" type="line"/>
+ <point x="-1114.0" y="-538.0" type="line"/>
+ <point x="-913.0" y="-538.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-507.0" y="-380.0" type="line"/>
+ <point x="-708.0" y="-380.0" type="line"/>
+ <point x="-820.0" y="-763.0" type="line"/>
+ <point x="-619.0" y="-763.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-971.0" y="-538.0" type="line"/>
+ <point x="-620.0" y="-538.0" type="line"/>
+ <point x="-620.0" y="-380.0" type="line"/>
+ <point x="-971.0" y="-380.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_0.glif
new file mode 100644
index 000000000..61e4f3a32
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_0.glif
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD0" format="2">
+ <unicode hex="1DD0"/>
+ <anchor x="-620.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-920.0" y="-91.0" type="line"/>
+ <point x="-1115.0" y="-583.0" type="line"/>
+ <point x="-989.0" y="-645.0" type="line"/>
+ <point x="-903.0" y="-600.0"/>
+ <point x="-833.0" y="-562.0"/>
+ <point x="-751.0" y="-562.0" type="curve" smooth="yes"/>
+ <point x="-635.0" y="-562.0"/>
+ <point x="-525.0" y="-666.0"/>
+ <point x="-373.0" y="-666.0" type="curve" smooth="yes"/>
+ <point x="-208.0" y="-666.0"/>
+ <point x="-138.0" y="-516.0"/>
+ <point x="-127.0" y="-389.0" type="curve"/>
+ <point x="-281.0" y="-340.0" type="line"/>
+ <point x="-301.0" y="-417.0"/>
+ <point x="-349.0" y="-455.0"/>
+ <point x="-410.0" y="-455.0" type="curve" smooth="yes"/>
+ <point x="-505.0" y="-455.0"/>
+ <point x="-573.0" y="-369.0"/>
+ <point x="-677.0" y="-369.0" type="curve" smooth="yes"/>
+ <point x="-732.0" y="-369.0"/>
+ <point x="-795.0" y="-393.0"/>
+ <point x="-868.0" y="-437.0" type="curve"/>
+ <point x="-730.0" y="-91.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_1.glif
new file mode 100644
index 000000000..0bc4bf3e5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_1.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD1" format="2">
+ <unicode hex="1DD1"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-633.0" y="1709.0" type="curve" smooth="yes"/>
+ <point x="-685.0" y="1709.0"/>
+ <point x="-712.0" y="1738.0"/>
+ <point x="-745.0" y="1833.0" type="curve" smooth="yes"/>
+ <point x="-778.0" y="1926.0"/>
+ <point x="-842.0" y="2024.0"/>
+ <point x="-983.0" y="2024.0" type="curve" smooth="yes"/>
+ <point x="-1123.0" y="2024.0"/>
+ <point x="-1209.0" y="1935.0"/>
+ <point x="-1209.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="-1209.0" y="1683.0"/>
+ <point x="-1100.0" y="1587.0"/>
+ <point x="-967.0" y="1587.0" type="curve"/>
+ <point x="-967.0" y="1705.0" type="line"/>
+ <point x="-1031.0" y="1715.0"/>
+ <point x="-1068.0" y="1744.0"/>
+ <point x="-1068.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="-1068.0" y="1866.0"/>
+ <point x="-1040.0" y="1895.0"/>
+ <point x="-985.0" y="1895.0" type="curve" smooth="yes"/>
+ <point x="-934.0" y="1895.0"/>
+ <point x="-908.0" y="1859.0"/>
+ <point x="-884.0" y="1793.0" type="curve" smooth="yes"/>
+ <point x="-835.0" y="1658.0"/>
+ <point x="-782.0" y="1581.0"/>
+ <point x="-639.0" y="1581.0" type="curve" smooth="yes"/>
+ <point x="-485.0" y="1581.0"/>
+ <point x="-408.0" y="1684.0"/>
+ <point x="-408.0" y="1804.0" type="curve" smooth="yes"/>
+ <point x="-408.0" y="1954.0"/>
+ <point x="-536.0" y="2042.0"/>
+ <point x="-664.0" y="2042.0" type="curve"/>
+ <point x="-664.0" y="1924.0" type="line"/>
+ <point x="-576.0" y="1920.0"/>
+ <point x="-549.0" y="1856.0"/>
+ <point x="-549.0" y="1801.0" type="curve" smooth="yes"/>
+ <point x="-549.0" y="1739.0"/>
+ <point x="-582.0" y="1709.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_2.glif
new file mode 100644
index 000000000..f4e8ea907
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_2.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD2" format="2">
+ <unicode hex="1DD2"/>
+ <anchor x="-800.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-851.0" y="1959.0" type="curve" smooth="yes"/>
+ <point x="-762.0" y="1959.0"/>
+ <point x="-704.0" y="1980.0"/>
+ <point x="-657.0" y="2012.0" type="curve"/>
+ <point x="-692.0" y="2120.0" type="line"/>
+ <point x="-727.0" y="2104.0"/>
+ <point x="-766.0" y="2096.0"/>
+ <point x="-824.0" y="2096.0" type="curve" smooth="yes"/>
+ <point x="-946.0" y="2096.0"/>
+ <point x="-1007.0" y="2157.0"/>
+ <point x="-1007.0" y="2287.0" type="curve" smooth="yes"/>
+ <point x="-1007.0" y="2404.0"/>
+ <point x="-931.0" y="2485.0"/>
+ <point x="-807.0" y="2485.0" type="curve" smooth="yes"/>
+ <point x="-682.0" y="2485.0"/>
+ <point x="-594.0" y="2388.0"/>
+ <point x="-594.0" y="2211.0" type="curve" smooth="yes"/>
+ <point x="-594.0" y="1866.0"/>
+ <point x="-807.0" y="1781.0"/>
+ <point x="-975.0" y="1726.0" type="curve"/>
+ <point x="-924.0" y="1581.0" type="line"/>
+ <point x="-685.0" y="1643.0"/>
+ <point x="-413.0" y="1799.0"/>
+ <point x="-413.0" y="2215.0" type="curve" smooth="yes"/>
+ <point x="-413.0" y="2472.0"/>
+ <point x="-582.0" y="2632.0"/>
+ <point x="-811.0" y="2632.0" type="curve" smooth="yes"/>
+ <point x="-1016.0" y="2632.0"/>
+ <point x="-1188.0" y="2489.0"/>
+ <point x="-1188.0" y="2278.0" type="curve" smooth="yes"/>
+ <point x="-1188.0" y="2049.0"/>
+ <point x="-1019.0" y="1959.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_3.glif
new file mode 100644
index 000000000..29d70525e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_3.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD3" format="2">
+ <unicode hex="1DD3"/>
+ <anchor x="-806.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-902.0" y="1910.0" type="line"/>
+ <point x="-902.0" y="1829.0"/>
+ <point x="-939.0" y="1786.0"/>
+ <point x="-1023.0" y="1786.0" type="curve" smooth="yes"/>
+ <point x="-1103.0" y="1786.0"/>
+ <point x="-1155.0" y="1830.0"/>
+ <point x="-1155.0" y="1910.0" type="curve"/>
+ <point x="-1326.0" y="1910.0" type="line"/>
+ <point x="-1326.0" y="1742.0"/>
+ <point x="-1205.0" y="1639.0"/>
+ <point x="-1023.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-843.0" y="1639.0"/>
+ <point x="-748.0" y="1728.0"/>
+ <point x="-748.0" y="1910.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-468.0" y="1910.0" type="line"/>
+ <point x="-468.0" y="1829.0"/>
+ <point x="-505.0" y="1786.0"/>
+ <point x="-589.0" y="1786.0" type="curve" smooth="yes"/>
+ <point x="-668.0" y="1786.0"/>
+ <point x="-734.0" y="1830.0"/>
+ <point x="-734.0" y="1910.0" type="curve"/>
+ <point x="-886.0" y="1910.0" type="line"/>
+ <point x="-886.0" y="1742.0"/>
+ <point x="-770.0" y="1639.0"/>
+ <point x="-589.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-408.0" y="1639.0"/>
+ <point x="-286.0" y="1728.0"/>
+ <point x="-286.0" y="1910.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_4.glif
new file mode 100644
index 000000000..abd4a0a9f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_4.glif
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD4" format="2">
+ <unicode hex="1DD4"/>
+ <anchor x="-814.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-916.0" y="2006.0" type="line"/>
+ <point x="-734.0" y="2031.0" type="line"/>
+ <point x="-734.0" y="2145.0" type="line" smooth="yes"/>
+ <point x="-734.0" y="2327.0"/>
+ <point x="-857.0" y="2419.0"/>
+ <point x="-1031.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1218.0" y="2419.0"/>
+ <point x="-1339.0" y="2321.0"/>
+ <point x="-1339.0" y="2188.0" type="curve"/>
+ <point x="-1169.0" y="2174.0" type="line"/>
+ <point x="-1169.0" y="2237.0"/>
+ <point x="-1117.0" y="2272.0"/>
+ <point x="-1031.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-953.0" y="2272.0"/>
+ <point x="-916.0" y="2228.0"/>
+ <point x="-916.0" y="2146.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="-898.0" y="2096.0" type="line"/>
+ <point x="-1052.0" y="2096.0" type="line" smooth="yes"/>
+ <point x="-1268.0" y="2096.0"/>
+ <point x="-1389.0" y="2012.0"/>
+ <point x="-1389.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1389.0" y="1728.0"/>
+ <point x="-1291.0" y="1639.0"/>
+ <point x="-1133.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-998.0" y="1639.0"/>
+ <point x="-906.0" y="1716.0"/>
+ <point x="-865.0" y="1812.0" type="curve"/>
+ <point x="-891.0" y="1913.0" type="line"/>
+ <point x="-914.0" y="1836.0"/>
+ <point x="-1009.0" y="1782.0"/>
+ <point x="-1090.0" y="1782.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="1782.0"/>
+ <point x="-1207.0" y="1815.0"/>
+ <point x="-1207.0" y="1870.0" type="curve" smooth="yes"/>
+ <point x="-1207.0" y="1928.0"/>
+ <point x="-1152.0" y="1979.0"/>
+ <point x="-1051.0" y="1979.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="1979.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-551.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-397.0" y="1632.0"/>
+ <point x="-304.0" y="1706.0"/>
+ <point x="-254.0" y="1781.0" type="curve"/>
+ <point x="-348.0" y="1870.0" type="line"/>
+ <point x="-393.0" y="1810.0"/>
+ <point x="-451.0" y="1781.0"/>
+ <point x="-543.0" y="1781.0" type="curve" smooth="yes"/>
+ <point x="-667.0" y="1781.0"/>
+ <point x="-733.0" y="1858.0"/>
+ <point x="-733.0" y="1998.0" type="curve" smooth="yes"/>
+ <point x="-733.0" y="2028.0" type="line" smooth="yes"/>
+ <point x="-733.0" y="2186.0"/>
+ <point x="-680.0" y="2272.0"/>
+ <point x="-568.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-452.0" y="2272.0"/>
+ <point x="-414.0" y="2201.0"/>
+ <point x="-407.0" y="2105.0" type="curve" smooth="yes"/>
+ <point x="-407.0" y="2096.0" type="line"/>
+ <point x="-818.0" y="2096.0" type="line"/>
+ <point x="-818.0" y="1979.0" type="line"/>
+ <point x="-239.0" y="1979.0" type="line"/>
+ <point x="-239.0" y="2043.0" type="line" smooth="yes"/>
+ <point x="-239.0" y="2256.0"/>
+ <point x="-345.0" y="2419.0"/>
+ <point x="-568.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-759.0" y="2419.0"/>
+ <point x="-914.0" y="2284.0"/>
+ <point x="-914.0" y="2028.0" type="curve" smooth="yes"/>
+ <point x="-914.0" y="1998.0" type="line" smooth="yes"/>
+ <point x="-914.0" y="1785.0"/>
+ <point x="-782.0" y="1632.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_5.glif
new file mode 100644
index 000000000..d02c52b41
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_5.glif
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD5" format="2">
+ <unicode hex="1DD5"/>
+ <anchor x="-791.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-916.0" y="2006.0" type="line"/>
+ <point x="-734.0" y="2031.0" type="line"/>
+ <point x="-734.0" y="2145.0" type="line" smooth="yes"/>
+ <point x="-734.0" y="2327.0"/>
+ <point x="-857.0" y="2419.0"/>
+ <point x="-1031.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1218.0" y="2419.0"/>
+ <point x="-1339.0" y="2321.0"/>
+ <point x="-1339.0" y="2188.0" type="curve"/>
+ <point x="-1169.0" y="2174.0" type="line"/>
+ <point x="-1169.0" y="2237.0"/>
+ <point x="-1117.0" y="2272.0"/>
+ <point x="-1031.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-953.0" y="2272.0"/>
+ <point x="-916.0" y="2228.0"/>
+ <point x="-916.0" y="2146.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="-898.0" y="2096.0" type="line"/>
+ <point x="-1052.0" y="2096.0" type="line" smooth="yes"/>
+ <point x="-1268.0" y="2096.0"/>
+ <point x="-1389.0" y="2012.0"/>
+ <point x="-1389.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1389.0" y="1728.0"/>
+ <point x="-1291.0" y="1639.0"/>
+ <point x="-1133.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-998.0" y="1639.0"/>
+ <point x="-906.0" y="1716.0"/>
+ <point x="-865.0" y="1812.0" type="curve"/>
+ <point x="-891.0" y="1913.0" type="line"/>
+ <point x="-914.0" y="1836.0"/>
+ <point x="-1009.0" y="1782.0"/>
+ <point x="-1090.0" y="1782.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="1782.0"/>
+ <point x="-1207.0" y="1815.0"/>
+ <point x="-1207.0" y="1870.0" type="curve" smooth="yes"/>
+ <point x="-1207.0" y="1928.0"/>
+ <point x="-1152.0" y="1979.0"/>
+ <point x="-1051.0" y="1979.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="1979.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-553.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-337.0" y="1632.0"/>
+ <point x="-193.0" y="1785.0"/>
+ <point x="-193.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-193.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-193.0" y="2266.0"/>
+ <point x="-337.0" y="2419.0"/>
+ <point x="-554.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-767.0" y="2419.0"/>
+ <point x="-913.0" y="2266.0"/>
+ <point x="-913.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-913.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-913.0" y="1785.0"/>
+ <point x="-767.0" y="1632.0"/>
+ </contour>
+ <contour>
+ <point x="-553.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-678.0" y="1779.0"/>
+ <point x="-732.0" y="1870.0"/>
+ <point x="-732.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-732.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-732.0" y="2179.0"/>
+ <point x="-678.0" y="2272.0"/>
+ <point x="-554.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-428.0" y="2272.0"/>
+ <point x="-374.0" y="2179.0"/>
+ <point x="-374.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-374.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-374.0" y="1870.0"/>
+ <point x="-428.0" y="1779.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_6.glif
new file mode 100644
index 000000000..d74525184
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_6.glif
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD6" format="2">
+ <unicode hex="1DD6"/>
+ <anchor x="-857.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-708.0" y="1928.0" type="line"/>
+ <point x="-799.0" y="1653.0" type="line"/>
+ <point x="-638.0" y="1653.0" type="line"/>
+ <point x="-326.0" y="2412.0" type="line"/>
+ <point x="-524.0" y="2412.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-916.0" y="1808.0" type="line"/>
+ <point x="-916.0" y="1753.0"/>
+ <point x="-906.0" y="1700.0"/>
+ <point x="-891.0" y="1653.0" type="curve"/>
+ <point x="-708.0" y="1653.0" type="line"/>
+ <point x="-727.0" y="1711.0"/>
+ <point x="-734.0" y="1767.0"/>
+ <point x="-734.0" y="1833.0" type="curve" smooth="yes"/>
+ <point x="-734.0" y="2145.0" type="line" smooth="yes"/>
+ <point x="-734.0" y="2327.0"/>
+ <point x="-857.0" y="2419.0"/>
+ <point x="-1031.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1218.0" y="2419.0"/>
+ <point x="-1339.0" y="2321.0"/>
+ <point x="-1339.0" y="2188.0" type="curve"/>
+ <point x="-1169.0" y="2174.0" type="line"/>
+ <point x="-1169.0" y="2237.0"/>
+ <point x="-1117.0" y="2272.0"/>
+ <point x="-1031.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-953.0" y="2272.0"/>
+ <point x="-916.0" y="2228.0"/>
+ <point x="-916.0" y="2146.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="-898.0" y="2096.0" type="line"/>
+ <point x="-1052.0" y="2096.0" type="line" smooth="yes"/>
+ <point x="-1268.0" y="2096.0"/>
+ <point x="-1389.0" y="2012.0"/>
+ <point x="-1389.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1389.0" y="1728.0"/>
+ <point x="-1291.0" y="1639.0"/>
+ <point x="-1133.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-998.0" y="1639.0"/>
+ <point x="-923.0" y="1716.0"/>
+ <point x="-892.0" y="1779.0" type="curve"/>
+ <point x="-910.0" y="1896.0" type="line"/>
+ <point x="-910.0" y="1848.0"/>
+ <point x="-1009.0" y="1782.0"/>
+ <point x="-1090.0" y="1782.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="1782.0"/>
+ <point x="-1207.0" y="1815.0"/>
+ <point x="-1207.0" y="1870.0" type="curve" smooth="yes"/>
+ <point x="-1207.0" y="1928.0"/>
+ <point x="-1152.0" y="1979.0"/>
+ <point x="-1051.0" y="1979.0" type="curve" smooth="yes"/>
+ <point x="-897.0" y="1979.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_7.glif
new file mode 100644
index 000000000..f0aa826f3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_7.glif
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD7" format="2">
+ <unicode hex="1DD7"/>
+ <anchor x="-788.0" y="1335.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-843.0" y="1649.0" type="line"/>
+ <point x="-869.0" y="1547.0" type="line"/>
+ <point x="-806.0" y="1540.0"/>
+ <point x="-769.0" y="1535.0"/>
+ <point x="-769.0" y="1495.0" type="curve" smooth="yes"/>
+ <point x="-769.0" y="1452.0"/>
+ <point x="-804.0" y="1438.0"/>
+ <point x="-868.0" y="1438.0" type="curve"/>
+ <point x="-861.0" y="1345.0" type="line"/>
+ <point x="-705.0" y="1346.0"/>
+ <point x="-627.0" y="1404.0"/>
+ <point x="-627.0" y="1492.0" type="curve" smooth="yes"/>
+ <point x="-627.0" y="1573.0"/>
+ <point x="-672.0" y="1599.0"/>
+ <point x="-738.0" y="1613.0" type="curve"/>
+ <point x="-730.0" y="1649.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-771.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-595.0" y="1632.0"/>
+ <point x="-457.0" y="1753.0"/>
+ <point x="-450.0" y="1887.0" type="curve"/>
+ <point x="-623.0" y="1887.0" type="line"/>
+ <point x="-635.0" y="1827.0"/>
+ <point x="-682.0" y="1779.0"/>
+ <point x="-771.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="1779.0"/>
+ <point x="-945.0" y="1882.0"/>
+ <point x="-945.0" y="2010.0" type="curve" smooth="yes"/>
+ <point x="-945.0" y="2041.0" type="line" smooth="yes"/>
+ <point x="-945.0" y="2167.0"/>
+ <point x="-887.0" y="2272.0"/>
+ <point x="-771.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-670.0" y="2272.0"/>
+ <point x="-627.0" y="2203.0"/>
+ <point x="-623.0" y="2144.0" type="curve"/>
+ <point x="-450.0" y="2144.0" type="line"/>
+ <point x="-457.0" y="2298.0"/>
+ <point x="-578.0" y="2419.0"/>
+ <point x="-771.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1016.0" y="2419.0"/>
+ <point x="-1126.0" y="2243.0"/>
+ <point x="-1126.0" y="2041.0" type="curve" smooth="yes"/>
+ <point x="-1126.0" y="2010.0" type="line" smooth="yes"/>
+ <point x="-1126.0" y="1810.0"/>
+ <point x="-1018.0" y="1632.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_8.glif
new file mode 100644
index 000000000..fb00a5c3a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_8.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD8" format="2">
+ <unicode hex="1DD8"/>
+ <anchor x="-803.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-974.0" y="2602.0" type="line"/>
+ <point x="-806.0" y="2547.0"/>
+ <point x="-620.0" y="2398.0"/>
+ <point x="-620.0" y="2101.0" type="curve" smooth="yes"/>
+ <point x="-620.0" y="2030.0" type="line" smooth="yes"/>
+ <point x="-620.0" y="1871.0"/>
+ <point x="-693.0" y="1786.0"/>
+ <point x="-806.0" y="1786.0" type="curve" smooth="yes"/>
+ <point x="-928.0" y="1786.0"/>
+ <point x="-987.0" y="1870.0"/>
+ <point x="-987.0" y="1983.0" type="curve" smooth="yes"/>
+ <point x="-987.0" y="2102.0"/>
+ <point x="-935.0" y="2195.0"/>
+ <point x="-811.0" y="2195.0" type="curve" smooth="yes"/>
+ <point x="-655.0" y="2195.0"/>
+ <point x="-598.0" y="2135.0"/>
+ <point x="-598.0" y="2075.0" type="curve"/>
+ <point x="-502.0" y="2086.0" type="line"/>
+ <point x="-502.0" y="2210.0"/>
+ <point x="-653.0" y="2342.0"/>
+ <point x="-811.0" y="2342.0" type="curve" smooth="yes"/>
+ <point x="-1007.0" y="2342.0"/>
+ <point x="-1169.0" y="2199.0"/>
+ <point x="-1169.0" y="1983.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="1792.0"/>
+ <point x="-1012.0" y="1639.0"/>
+ <point x="-806.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-605.0" y="1639.0"/>
+ <point x="-439.0" y="1799.0"/>
+ <point x="-439.0" y="2030.0" type="curve" smooth="yes"/>
+ <point x="-439.0" y="2100.0" type="line" smooth="yes"/>
+ <point x="-439.0" y="2428.0"/>
+ <point x="-674.0" y="2680.0"/>
+ <point x="-914.0" y="2743.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_9.glif
new file mode 100644
index 000000000..c28d31d26
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_9.glif
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DD9" format="2">
+ <unicode hex="1DD9"/>
+ <anchor x="-803.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-974.0" y="2602.0" type="line"/>
+ <point x="-806.0" y="2547.0"/>
+ <point x="-620.0" y="2398.0"/>
+ <point x="-620.0" y="2101.0" type="curve" smooth="yes"/>
+ <point x="-620.0" y="2030.0" type="line" smooth="yes"/>
+ <point x="-620.0" y="1871.0"/>
+ <point x="-693.0" y="1786.0"/>
+ <point x="-806.0" y="1786.0" type="curve" smooth="yes"/>
+ <point x="-928.0" y="1786.0"/>
+ <point x="-987.0" y="1870.0"/>
+ <point x="-987.0" y="1983.0" type="curve" smooth="yes"/>
+ <point x="-987.0" y="2102.0"/>
+ <point x="-935.0" y="2195.0"/>
+ <point x="-811.0" y="2195.0" type="curve" smooth="yes"/>
+ <point x="-655.0" y="2195.0"/>
+ <point x="-598.0" y="2135.0"/>
+ <point x="-598.0" y="2075.0" type="curve"/>
+ <point x="-502.0" y="2086.0" type="line"/>
+ <point x="-502.0" y="2210.0"/>
+ <point x="-653.0" y="2342.0"/>
+ <point x="-811.0" y="2342.0" type="curve" smooth="yes"/>
+ <point x="-1007.0" y="2342.0"/>
+ <point x="-1169.0" y="2199.0"/>
+ <point x="-1169.0" y="1983.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="1792.0"/>
+ <point x="-1012.0" y="1639.0"/>
+ <point x="-806.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-605.0" y="1639.0"/>
+ <point x="-439.0" y="1799.0"/>
+ <point x="-439.0" y="2030.0" type="curve" smooth="yes"/>
+ <point x="-439.0" y="2100.0" type="line" smooth="yes"/>
+ <point x="-439.0" y="2428.0"/>
+ <point x="-674.0" y="2680.0"/>
+ <point x="-914.0" y="2743.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-455.0" y="2641.0" type="line"/>
+ <point x="-510.0" y="2714.0" type="line"/>
+ <point x="-969.0" y="2452.0" type="line"/>
+ <point x="-914.0" y="2379.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_A_.glif
new file mode 100644
index 000000000..4330b21ca
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_A_.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDA" format="2">
+ <unicode hex="1DDA"/>
+ <anchor x="-800.0" y="1337.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-810.0" y="1353.0" type="curve" smooth="yes"/>
+ <point x="-619.0" y="1353.0"/>
+ <point x="-443.0" y="1440.0"/>
+ <point x="-443.0" y="1669.0" type="curve" smooth="yes"/>
+ <point x="-443.0" y="2410.0" type="line"/>
+ <point x="-602.0" y="2410.0" type="line"/>
+ <point x="-624.0" y="2244.0" type="line"/>
+ <point x="-624.0" y="1662.0" type="line" smooth="yes"/>
+ <point x="-624.0" y="1533.0"/>
+ <point x="-703.0" y="1500.0"/>
+ <point x="-820.0" y="1500.0" type="curve" smooth="yes"/>
+ <point x="-886.0" y="1500.0"/>
+ <point x="-972.0" y="1524.0"/>
+ <point x="-1035.0" y="1602.0" type="curve"/>
+ <point x="-1121.0" y="1488.0" type="line"/>
+ <point x="-1049.0" y="1394.0"/>
+ <point x="-919.0" y="1353.0"/>
+ </contour>
+ <contour>
+ <point x="-832.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-637.0" y="1638.0"/>
+ <point x="-543.0" y="1779.0"/>
+ <point x="-523.0" y="2010.0" type="curve"/>
+ <point x="-523.0" y="2053.0" type="line"/>
+ <point x="-543.0" y="2284.0"/>
+ <point x="-637.0" y="2426.0"/>
+ <point x="-831.0" y="2426.0" type="curve" smooth="yes"/>
+ <point x="-1016.0" y="2426.0"/>
+ <point x="-1159.0" y="2269.0"/>
+ <point x="-1159.0" y="2038.0" type="curve" smooth="yes"/>
+ <point x="-1159.0" y="2023.0" type="line" smooth="yes"/>
+ <point x="-1159.0" y="1803.0"/>
+ <point x="-1015.0" y="1638.0"/>
+ </contour>
+ <contour>
+ <point x="-796.0" y="1785.0" type="curve" smooth="yes"/>
+ <point x="-927.0" y="1785.0"/>
+ <point x="-978.0" y="1877.0"/>
+ <point x="-978.0" y="2023.0" type="curve" smooth="yes"/>
+ <point x="-978.0" y="2038.0" type="line" smooth="yes"/>
+ <point x="-978.0" y="2185.0"/>
+ <point x="-921.0" y="2278.0"/>
+ <point x="-795.0" y="2278.0" type="curve" smooth="yes"/>
+ <point x="-671.0" y="2278.0"/>
+ <point x="-612.0" y="2215.0"/>
+ <point x="-590.0" y="2112.0" type="curve"/>
+ <point x="-590.0" y="1951.0" type="line"/>
+ <point x="-619.0" y="1847.0"/>
+ <point x="-671.0" y="1785.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_B_.glif
new file mode 100644
index 000000000..a88af90bb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_B_.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDB" format="2">
+ <unicode hex="1DDB"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-803.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-615.0" y="1638.0"/>
+ <point x="-473.0" y="1712.0"/>
+ <point x="-440.0" y="1760.0" type="curve"/>
+ <point x="-440.0" y="2091.0" type="line"/>
+ <point x="-793.0" y="2091.0" type="line"/>
+ <point x="-793.0" y="1944.0" type="line"/>
+ <point x="-622.0" y="1944.0" type="line"/>
+ <point x="-622.0" y="1830.0" type="line"/>
+ <point x="-644.0" y="1812.0"/>
+ <point x="-693.0" y="1785.0"/>
+ <point x="-803.0" y="1785.0" type="curve" smooth="yes"/>
+ <point x="-942.0" y="1785.0"/>
+ <point x="-997.0" y="1845.0"/>
+ <point x="-997.0" y="1995.0" type="curve" smooth="yes"/>
+ <point x="-997.0" y="2104.0" type="line" smooth="yes"/>
+ <point x="-997.0" y="2270.0"/>
+ <point x="-936.0" y="2329.0"/>
+ <point x="-806.0" y="2329.0" type="curve" smooth="yes"/>
+ <point x="-692.0" y="2329.0"/>
+ <point x="-648.0" y="2296.0"/>
+ <point x="-631.0" y="2221.0" type="curve"/>
+ <point x="-465.0" y="2221.0" type="line"/>
+ <point x="-479.0" y="2366.0"/>
+ <point x="-591.0" y="2476.0"/>
+ <point x="-806.0" y="2476.0" type="curve" smooth="yes"/>
+ <point x="-1016.0" y="2476.0"/>
+ <point x="-1178.0" y="2342.0"/>
+ <point x="-1178.0" y="2142.0" type="curve" smooth="yes"/>
+ <point x="-1178.0" y="1972.0" type="line" smooth="yes"/>
+ <point x="-1178.0" y="1774.0"/>
+ <point x="-1019.0" y="1638.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_C_.glif
new file mode 100644
index 000000000..52ab6b787
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_C_.glif
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDC" format="2">
+ <unicode hex="1DDC"/>
+ <anchor x="-777.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-949.0" y="2746.0" type="line"/>
+ <point x="-1130.0" y="2746.0" type="line"/>
+ <point x="-1130.0" y="1651.0" type="line"/>
+ <point x="-949.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-483.0" y="2410.0" type="line"/>
+ <point x="-679.0" y="2410.0" type="line"/>
+ <point x="-890.0" y="2167.0" type="line"/>
+ <point x="-1016.0" y="2010.0" type="line"/>
+ <point x="-998.0" y="1843.0" type="line"/>
+ <point x="-809.0" y="2042.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-630.0" y="1651.0" type="line"/>
+ <point x="-424.0" y="1651.0" type="line"/>
+ <point x="-769.0" y="2131.0" type="line"/>
+ <point x="-877.0" y="2008.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_D_.glif
new file mode 100644
index 000000000..62df82f9f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_D_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDD" format="2">
+ <unicode hex="1DDD"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-899.0" y="2740.0" type="line"/>
+ <point x="-899.0" y="1651.0" type="line"/>
+ <point x="-718.0" y="1651.0" type="line"/>
+ <point x="-718.0" y="2740.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_E_.glif
new file mode 100644
index 000000000..62c20f55c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_E_.glif
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDE" format="2">
+ <unicode hex="1DDE"/>
+ <anchor x="-776.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-502.0" y="1799.0" type="line"/>
+ <point x="-902.0" y="1799.0" type="line"/>
+ <point x="-902.0" y="1651.0" type="line"/>
+ <point x="-502.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-869.0" y="2470.0" type="line"/>
+ <point x="-1051.0" y="2470.0" type="line"/>
+ <point x="-1051.0" y="1651.0" type="line"/>
+ <point x="-869.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_F_.glif
new file mode 100644
index 000000000..24f1660e5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_D_F_.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DDF" format="2">
+ <unicode hex="1DDF"/>
+ <anchor x="-810.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-807.0" y="1848.0" type="line"/>
+ <point x="-1055.0" y="2470.0" type="line"/>
+ <point x="-1216.0" y="2470.0" type="line"/>
+ <point x="-884.0" y="1651.0" type="line"/>
+ <point x="-732.0" y="1651.0" type="line"/>
+ <point x="-399.0" y="2470.0" type="line"/>
+ <point x="-560.0" y="2470.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1096.0" y="2470.0" type="line"/>
+ <point x="-1277.0" y="2470.0" type="line"/>
+ <point x="-1277.0" y="1651.0" type="line"/>
+ <point x="-1096.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-524.0" y="1651.0" type="line"/>
+ <point x="-342.0" y="1651.0" type="line"/>
+ <point x="-342.0" y="2470.0" type="line"/>
+ <point x="-524.0" y="2470.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_0.glif
new file mode 100644
index 000000000..ba71f3de2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_0.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE0" format="2">
+ <unicode hex="1DE0"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="uni0367" xScale="-1.0" yScale="-1.0" xOffset="-1591.0" yOffset="4062.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_1.glif
new file mode 100644
index 000000000..375aa0fa6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_1.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE1" format="2">
+ <unicode hex="1DE1"/>
+ <anchor x="-831.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-495.0" y="1761.0" type="line"/>
+ <point x="-1038.0" y="2470.0" type="line"/>
+ <point x="-1180.0" y="2373.0" type="line"/>
+ <point x="-623.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1038.0" y="2470.0" type="line"/>
+ <point x="-1220.0" y="2470.0" type="line"/>
+ <point x="-1220.0" y="1651.0" type="line"/>
+ <point x="-1038.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-441.0" y="2470.0" type="line"/>
+ <point x="-623.0" y="2470.0" type="line"/>
+ <point x="-623.0" y="1651.0" type="line"/>
+ <point x="-441.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_2.glif
new file mode 100644
index 000000000..240749d24
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_2.glif
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE2" format="2">
+ <unicode hex="1DE2"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-755.0" y="1951.0" type="line"/>
+ <point x="-733.0" y="1953.0"/>
+ <point x="-734.0" y="1957.0"/>
+ <point x="-704.0" y="1964.0" type="curve" smooth="yes"/>
+ <point x="-700.0" y="1965.0"/>
+ <point x="-694.0" y="2009.0"/>
+ <point x="-692.0" y="2010.0" type="curve" smooth="yes"/>
+ <point x="-561.0" y="2043.0"/>
+ <point x="-491.0" y="2126.0"/>
+ <point x="-491.0" y="2229.0" type="curve" smooth="yes"/>
+ <point x="-491.0" y="2380.0"/>
+ <point x="-601.0" y="2470.0"/>
+ <point x="-793.0" y="2470.0" type="curve" smooth="yes"/>
+ <point x="-1158.0" y="2470.0" type="line"/>
+ <point x="-1158.0" y="1651.0" type="line"/>
+ <point x="-976.0" y="1651.0" type="line"/>
+ <point x="-976.0" y="2322.0" type="line"/>
+ <point x="-793.0" y="2322.0" type="line" smooth="yes"/>
+ <point x="-725.0" y="2322.0"/>
+ <point x="-672.0" y="2291.0"/>
+ <point x="-672.0" y="2221.0" type="curve" smooth="yes"/>
+ <point x="-672.0" y="2146.0"/>
+ <point x="-723.0" y="2098.0"/>
+ <point x="-793.0" y="2098.0" type="curve" smooth="yes"/>
+ <point x="-1015.0" y="2098.0" type="line"/>
+ <point x="-1013.0" y="1951.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-814.0" y="1951.0" type="line"/>
+ <point x="-722.0" y="1951.0"/>
+ <point x="-672.0" y="1939.0"/>
+ <point x="-672.0" y="1855.0" type="curve" smooth="yes"/>
+ <point x="-672.0" y="1788.0" type="line" smooth="yes"/>
+ <point x="-672.0" y="1761.0"/>
+ <point x="-672.0" y="1680.0"/>
+ <point x="-646.0" y="1651.0" type="curve"/>
+ <point x="-461.0" y="1651.0" type="line"/>
+ <point x="-461.0" y="1665.0" type="line"/>
+ <point x="-484.0" y="1691.0"/>
+ <point x="-491.0" y="1749.0"/>
+ <point x="-491.0" y="1786.0" type="curve" smooth="yes"/>
+ <point x="-491.0" y="1855.0" type="line" smooth="yes"/>
+ <point x="-491.0" y="1977.0"/>
+ <point x="-550.0" y="2067.0"/>
+ <point x="-745.0" y="2067.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_3.glif
new file mode 100644
index 000000000..5b4b145ed
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_3.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE3" format="2">
+ <unicode hex="1DE3"/>
+ <anchor x="-781.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-971.0" y="2226.0" type="line"/>
+ <point x="-928.0" y="2250.0"/>
+ <point x="-872.0" y="2276.0"/>
+ <point x="-810.0" y="2276.0" type="curve" smooth="yes"/>
+ <point x="-751.0" y="2276.0"/>
+ <point x="-714.0" y="2240.0"/>
+ <point x="-714.0" y="2171.0" type="curve" smooth="yes"/>
+ <point x="-714.0" y="2078.0"/>
+ <point x="-774.0" y="2032.0"/>
+ <point x="-903.0" y="1959.0" type="curve"/>
+ <point x="-800.0" y="1863.0" type="line"/>
+ <point x="-694.0" y="1926.0"/>
+ <point x="-532.0" y="2023.0"/>
+ <point x="-532.0" y="2185.0" type="curve" smooth="yes"/>
+ <point x="-532.0" y="2332.0"/>
+ <point x="-646.0" y="2423.0"/>
+ <point x="-795.0" y="2423.0" type="curve" smooth="yes"/>
+ <point x="-884.0" y="2423.0"/>
+ <point x="-982.0" y="2387.0"/>
+ <point x="-1052.0" y="2329.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-705.0" y="1651.0" type="line"/>
+ <point x="-512.0" y="1651.0" type="line"/>
+ <point x="-512.0" y="1657.0" type="line"/>
+ <point x="-707.0" y="1976.0" type="line"/>
+ <point x="-903.0" y="1959.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_4.glif
new file mode 100644
index 000000000..8947d5b48
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_4.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE4" format="2">
+ <unicode hex="1DE4"/>
+ <anchor x="-824.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-681.0" y="1860.0" type="curve" smooth="yes"/>
+ <point x="-681.0" y="1811.0"/>
+ <point x="-722.0" y="1778.0"/>
+ <point x="-810.0" y="1778.0" type="curve" smooth="yes"/>
+ <point x="-888.0" y="1778.0"/>
+ <point x="-976.0" y="1805.0"/>
+ <point x="-982.0" y="1892.0" type="curve"/>
+ <point x="-1150.0" y="1892.0" type="line"/>
+ <point x="-1150.0" y="1766.0"/>
+ <point x="-1026.0" y="1640.0"/>
+ <point x="-814.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="-645.0" y="1640.0"/>
+ <point x="-499.0" y="1716.0"/>
+ <point x="-499.0" y="1867.0" type="curve" smooth="yes"/>
+ <point x="-499.0" y="2008.0"/>
+ <point x="-608.0" y="2060.0"/>
+ <point x="-799.0" y="2108.0" type="curve" smooth="yes"/>
+ <point x="-891.0" y="2131.0"/>
+ <point x="-942.0" y="2156.0"/>
+ <point x="-942.0" y="2207.0" type="curve" smooth="yes"/>
+ <point x="-942.0" y="2261.0"/>
+ <point x="-901.0" y="2289.0"/>
+ <point x="-826.0" y="2289.0" type="curve" smooth="yes"/>
+ <point x="-729.0" y="2289.0"/>
+ <point x="-688.0" y="2252.0"/>
+ <point x="-675.0" y="2189.0" type="curve"/>
+ <point x="-507.0" y="2189.0" type="line"/>
+ <point x="-507.0" y="2320.0"/>
+ <point x="-644.0" y="2427.0"/>
+ <point x="-826.0" y="2427.0" type="curve" smooth="yes"/>
+ <point x="-998.0" y="2427.0"/>
+ <point x="-1123.0" y="2343.0"/>
+ <point x="-1123.0" y="2206.0" type="curve" smooth="yes"/>
+ <point x="-1123.0" y="2067.0"/>
+ <point x="-986.0" y="2003.0"/>
+ <point x="-855.0" y="1972.0" type="curve" smooth="yes"/>
+ <point x="-721.0" y="1939.0"/>
+ <point x="-681.0" y="1913.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_5.glif
new file mode 100644
index 000000000..661ed4778
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_5.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE5" format="2">
+ <unicode hex="1DE5"/>
+ <anchor x="-721.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-727.0" y="1651.0" type="line"/>
+ <point x="-727.0" y="2486.0" type="line" smooth="yes"/>
+ <point x="-727.0" y="2577.0"/>
+ <point x="-675.0" y="2614.0"/>
+ <point x="-615.0" y="2614.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="2614.0"/>
+ <point x="-569.0" y="2611.0"/>
+ <point x="-551.0" y="2606.0" type="curve"/>
+ <point x="-534.0" y="2746.0" type="line"/>
+ <point x="-568.0" y="2754.0"/>
+ <point x="-601.0" y="2761.0"/>
+ <point x="-635.0" y="2761.0" type="curve" smooth="yes"/>
+ <point x="-785.0" y="2761.0"/>
+ <point x="-909.0" y="2670.0"/>
+ <point x="-909.0" y="2486.0" type="curve" smooth="yes"/>
+ <point x="-909.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_6.glif
new file mode 100644
index 000000000..3a2d6c06a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_6.glif
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE6" format="2">
+ <unicode hex="1DE6"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-507.0" y="1800.0" type="line"/>
+ <point x="-1056.0" y="1800.0" type="line"/>
+ <point x="-1056.0" y="1651.0" type="line"/>
+ <point x="-507.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-525.0" y="2280.0" type="line"/>
+ <point x="-525.0" y="2410.0" type="line"/>
+ <point x="-615.0" y="2410.0" type="line"/>
+ <point x="-1110.0" y="1789.0" type="line"/>
+ <point x="-1110.0" y="1651.0" type="line"/>
+ <point x="-1011.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-587.0" y="2410.0" type="line"/>
+ <point x="-1106.0" y="2410.0" type="line"/>
+ <point x="-1106.0" y="2263.0" type="line"/>
+ <point x="-587.0" y="2263.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_7.glif
new file mode 100644
index 000000000..0462e24dc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_7.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE7" format="2">
+ <unicode hex="1DE7"/>
+ <anchor x="-807.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-884.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-697.0" y="1638.0"/>
+ <point x="-609.0" y="1779.0"/>
+ <point x="-589.0" y="2010.0" type="curve"/>
+ <point x="-589.0" y="2054.0" type="line"/>
+ <point x="-609.0" y="2284.0"/>
+ <point x="-697.0" y="2426.0"/>
+ <point x="-883.0" y="2426.0" type="curve" smooth="yes"/>
+ <point x="-1084.0" y="2426.0"/>
+ <point x="-1207.0" y="2256.0"/>
+ <point x="-1207.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-1207.0" y="2002.0" type="line" smooth="yes"/>
+ <point x="-1207.0" y="1790.0"/>
+ <point x="-1079.0" y="1638.0"/>
+ </contour>
+ <contour>
+ <point x="-848.0" y="1785.0" type="curve" smooth="yes"/>
+ <point x="-971.0" y="1785.0"/>
+ <point x="-1026.0" y="1863.0"/>
+ <point x="-1026.0" y="2002.0" type="curve" smooth="yes"/>
+ <point x="-1026.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1026.0" y="2177.0"/>
+ <point x="-971.0" y="2278.0"/>
+ <point x="-847.0" y="2278.0" type="curve" smooth="yes"/>
+ <point x="-726.0" y="2278.0"/>
+ <point x="-659.0" y="2181.0"/>
+ <point x="-635.0" y="2042.0" type="curve"/>
+ <point x="-635.0" y="2008.0" type="line"/>
+ <point x="-666.0" y="1876.0"/>
+ <point x="-721.0" y="1785.0"/>
+ </contour>
+ <contour>
+ <point x="-657.0" y="2412.0" type="line"/>
+ <point x="-678.0" y="2245.0" type="line"/>
+ <point x="-678.0" y="1862.0" type="line" smooth="yes"/>
+ <point x="-678.0" y="1701.0"/>
+ <point x="-626.0" y="1638.0"/>
+ <point x="-527.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-483.0" y="1638.0"/>
+ <point x="-439.0" y="1642.0"/>
+ <point x="-408.0" y="1662.0" type="curve"/>
+ <point x="-422.0" y="1782.0" type="line"/>
+ <point x="-428.0" y="1781.0"/>
+ <point x="-436.0" y="1779.0"/>
+ <point x="-444.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-472.0" y="1779.0"/>
+ <point x="-496.0" y="1804.0"/>
+ <point x="-496.0" y="1862.0" type="curve" smooth="yes"/>
+ <point x="-496.0" y="2412.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_8.glif
new file mode 100644
index 000000000..6e50a211d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_8.glif
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE8" format="2">
+ <unicode hex="1DE8"/>
+ <anchor x="-807.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1159.0" y="1651.0" type="line"/>
+ <point x="-1001.0" y="1651.0" type="line"/>
+ <point x="-978.0" y="1793.0" type="line"/>
+ <point x="-978.0" y="2740.0" type="line"/>
+ <point x="-1159.0" y="2740.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-770.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-579.0" y="1632.0"/>
+ <point x="-457.0" y="1796.0"/>
+ <point x="-457.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-457.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-457.0" y="2262.0"/>
+ <point x="-578.0" y="2419.0"/>
+ <point x="-771.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-965.0" y="2419.0"/>
+ <point x="-1059.0" y="2306.0"/>
+ <point x="-1079.0" y="2075.0" type="curve"/>
+ <point x="-1079.0" y="1976.0" type="line"/>
+ <point x="-1059.0" y="1746.0"/>
+ <point x="-965.0" y="1632.0"/>
+ </contour>
+ <contour>
+ <point x="-806.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-905.0" y="1779.0"/>
+ <point x="-969.0" y="1840.0"/>
+ <point x="-998.0" y="1944.0" type="curve"/>
+ <point x="-998.0" y="2105.0" type="line"/>
+ <point x="-976.0" y="2210.0"/>
+ <point x="-905.0" y="2272.0"/>
+ <point x="-807.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-696.0" y="2272.0"/>
+ <point x="-638.0" y="2178.0"/>
+ <point x="-638.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-638.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-638.0" y="1870.0"/>
+ <point x="-696.0" y="1779.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_9.glif
new file mode 100644
index 000000000..c4ca6faed
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_9.glif
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DE9" format="2">
+ <unicode hex="1DE9"/>
+ <anchor x="-807.0" y="1374.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-880.0" y="2232.0" type="line"/>
+ <point x="-880.0" y="2131.0" type="line"/>
+ <point x="-791.0" y="2131.0" type="line" smooth="yes"/>
+ <point x="-694.0" y="2131.0"/>
+ <point x="-620.0" y="2080.0"/>
+ <point x="-620.0" y="1948.0" type="curve" smooth="yes"/>
+ <point x="-620.0" y="1834.0"/>
+ <point x="-683.0" y="1775.0"/>
+ <point x="-806.0" y="1775.0" type="curve" smooth="yes"/>
+ <point x="-946.0" y="1775.0"/>
+ <point x="-1024.0" y="1865.0"/>
+ <point x="-1038.0" y="1935.0" type="curve"/>
+ <point x="-1099.0" y="1896.0" type="line"/>
+ <point x="-1099.0" y="1708.0"/>
+ <point x="-938.0" y="1638.0"/>
+ <point x="-791.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-578.0" y="1638.0"/>
+ <point x="-439.0" y="1750.0"/>
+ <point x="-439.0" y="1951.0" type="curve" smooth="yes"/>
+ <point x="-439.0" y="2112.0"/>
+ <point x="-562.0" y="2232.0"/>
+ <point x="-777.0" y="2232.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="-820.0" y="2687.0" type="curve" smooth="yes"/>
+ <point x="-991.0" y="2687.0"/>
+ <point x="-1177.0" y="2600.0"/>
+ <point x="-1177.0" y="2365.0" type="curve" smooth="yes"/>
+ <point x="-1177.0" y="1383.0" type="line"/>
+ <point x="-996.0" y="1383.0" type="line"/>
+ <point x="-996.0" y="2366.0" type="line" smooth="yes"/>
+ <point x="-996.0" y="2508.0"/>
+ <point x="-908.0" y="2549.0"/>
+ <point x="-824.0" y="2549.0" type="curve" smooth="yes"/>
+ <point x="-727.0" y="2549.0"/>
+ <point x="-664.0" y="2494.0"/>
+ <point x="-664.0" y="2413.0" type="curve" smooth="yes"/>
+ <point x="-664.0" y="2322.0"/>
+ <point x="-704.0" y="2266.0"/>
+ <point x="-822.0" y="2266.0" type="curve" smooth="yes"/>
+ <point x="-880.0" y="2266.0" type="line"/>
+ <point x="-880.0" y="2168.0" type="line"/>
+ <point x="-820.0" y="2168.0" type="line" smooth="yes"/>
+ <point x="-638.0" y="2168.0"/>
+ <point x="-499.0" y="2255.0"/>
+ <point x="-499.0" y="2426.0" type="curve" smooth="yes"/>
+ <point x="-499.0" y="2586.0"/>
+ <point x="-635.0" y="2687.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.21</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_A_.glif
new file mode 100644
index 000000000..7368a4a68
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_A_.glif
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEA" format="2">
+ <unicode hex="1DEA"/>
+ <anchor x="-807.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-817.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-626.0" y="1632.0"/>
+ <point x="-470.0" y="1767.0"/>
+ <point x="-470.0" y="2023.0" type="curve" smooth="yes"/>
+ <point x="-470.0" y="2053.0" type="line" smooth="yes"/>
+ <point x="-470.0" y="2266.0"/>
+ <point x="-602.0" y="2419.0"/>
+ <point x="-833.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-987.0" y="2419.0"/>
+ <point x="-1081.0" y="2344.0"/>
+ <point x="-1130.0" y="2270.0" type="curve"/>
+ <point x="-1037.0" y="2181.0" type="line"/>
+ <point x="-991.0" y="2241.0"/>
+ <point x="-934.0" y="2270.0"/>
+ <point x="-842.0" y="2270.0" type="curve" smooth="yes"/>
+ <point x="-718.0" y="2270.0"/>
+ <point x="-652.0" y="2193.0"/>
+ <point x="-652.0" y="2053.0" type="curve" smooth="yes"/>
+ <point x="-652.0" y="2023.0" type="line" smooth="yes"/>
+ <point x="-652.0" y="1865.0"/>
+ <point x="-704.0" y="1779.0"/>
+ <point x="-817.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-932.0" y="1779.0"/>
+ <point x="-971.0" y="1849.0"/>
+ <point x="-978.0" y="1946.0" type="curve" smooth="yes"/>
+ <point x="-978.0" y="1955.0" type="line"/>
+ <point x="-567.0" y="1955.0" type="line"/>
+ <point x="-567.0" y="2072.0" type="line"/>
+ <point x="-1145.0" y="2072.0" type="line"/>
+ <point x="-1145.0" y="2008.0" type="line" smooth="yes"/>
+ <point x="-1145.0" y="1794.0"/>
+ <point x="-1040.0" y="1632.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_B_.glif
new file mode 100644
index 000000000..9a79b0c33
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_B_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEB" format="2">
+ <unicode hex="1DEB"/>
+ <anchor x="-789.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-590.0" y="2419.0" type="line"/>
+ <point x="-1046.0" y="2419.0" type="line"/>
+ <point x="-1046.0" y="2272.0" type="line"/>
+ <point x="-590.0" y="2272.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-727.0" y="1651.0" type="line"/>
+ <point x="-727.0" y="2486.0" type="line" smooth="yes"/>
+ <point x="-727.0" y="2577.0"/>
+ <point x="-675.0" y="2614.0"/>
+ <point x="-615.0" y="2614.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="2614.0"/>
+ <point x="-569.0" y="2611.0"/>
+ <point x="-551.0" y="2606.0" type="curve"/>
+ <point x="-534.0" y="2746.0" type="line"/>
+ <point x="-568.0" y="2754.0"/>
+ <point x="-601.0" y="2761.0"/>
+ <point x="-635.0" y="2761.0" type="curve" smooth="yes"/>
+ <point x="-785.0" y="2761.0"/>
+ <point x="-909.0" y="2670.0"/>
+ <point x="-909.0" y="2486.0" type="curve" smooth="yes"/>
+ <point x="-909.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_C_.glif
new file mode 100644
index 000000000..94f72bab6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_C_.glif
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEC" format="2">
+ <unicode hex="1DEC"/>
+ <anchor x="-810.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-644.0" y="2399.0" type="line"/>
+ <point x="-644.0" y="2355.0"/>
+ <point x="-675.0" y="2321.0"/>
+ <point x="-714.0" y="2321.0" type="curve" smooth="yes"/>
+ <point x="-788.0" y="2321.0"/>
+ <point x="-831.0" y="2387.0"/>
+ <point x="-908.0" y="2387.0" type="curve" smooth="yes"/>
+ <point x="-994.0" y="2387.0"/>
+ <point x="-1055.0" y="2309.0"/>
+ <point x="-1055.0" y="2223.0" type="curve"/>
+ <point x="-978.0" y="2204.0" type="line"/>
+ <point x="-978.0" y="2247.0"/>
+ <point x="-946.0" y="2281.0"/>
+ <point x="-908.0" y="2281.0" type="curve" smooth="yes"/>
+ <point x="-831.0" y="2281.0"/>
+ <point x="-809.0" y="2217.0"/>
+ <point x="-714.0" y="2217.0" type="curve" smooth="yes"/>
+ <point x="-628.0" y="2217.0"/>
+ <point x="-567.0" y="2289.0"/>
+ <point x="-567.0" y="2376.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-644.0" y="2193.0" type="line"/>
+ <point x="-644.0" y="2149.0"/>
+ <point x="-675.0" y="2115.0"/>
+ <point x="-714.0" y="2115.0" type="curve" smooth="yes"/>
+ <point x="-788.0" y="2115.0"/>
+ <point x="-831.0" y="2181.0"/>
+ <point x="-908.0" y="2181.0" type="curve" smooth="yes"/>
+ <point x="-994.0" y="2181.0"/>
+ <point x="-1055.0" y="2102.0"/>
+ <point x="-1055.0" y="2017.0" type="curve"/>
+ <point x="-978.0" y="1998.0" type="line"/>
+ <point x="-978.0" y="2041.0"/>
+ <point x="-946.0" y="2075.0"/>
+ <point x="-908.0" y="2075.0" type="curve" smooth="yes"/>
+ <point x="-831.0" y="2075.0"/>
+ <point x="-809.0" y="2010.0"/>
+ <point x="-714.0" y="2010.0" type="curve" smooth="yes"/>
+ <point x="-628.0" y="2010.0"/>
+ <point x="-567.0" y="2083.0"/>
+ <point x="-567.0" y="2170.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-899.0" y="2740.0" type="line"/>
+ <point x="-899.0" y="1651.0" type="line"/>
+ <point x="-718.0" y="1651.0" type="line"/>
+ <point x="-718.0" y="2740.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_D_.glif
new file mode 100644
index 000000000..4f9b44e65
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_D_.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DED" format="2">
+ <unicode hex="1DED"/>
+ <anchor x="-848.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1251.0" y="1471.0" type="line"/>
+ <point x="-1111.0" y="1390.0" type="line"/>
+ <point x="-881.0" y="1757.0" type="line"/>
+ <point x="-1022.0" y="1838.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-806.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="1632.0"/>
+ <point x="-446.0" y="1785.0"/>
+ <point x="-446.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-446.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-446.0" y="2266.0"/>
+ <point x="-590.0" y="2419.0"/>
+ <point x="-807.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1020.0" y="2419.0"/>
+ <point x="-1166.0" y="2266.0"/>
+ <point x="-1166.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1166.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1166.0" y="1785.0"/>
+ <point x="-1020.0" y="1632.0"/>
+ </contour>
+ <contour>
+ <point x="-806.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-931.0" y="1779.0"/>
+ <point x="-985.0" y="1870.0"/>
+ <point x="-985.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-985.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-985.0" y="2179.0"/>
+ <point x="-931.0" y="2272.0"/>
+ <point x="-807.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-681.0" y="2272.0"/>
+ <point x="-627.0" y="2179.0"/>
+ <point x="-627.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-627.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-627.0" y="1870.0"/>
+ <point x="-681.0" y="1779.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_E_.glif
new file mode 100644
index 000000000..611998de6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_E_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEE" format="2">
+ <unicode hex="1DEE"/>
+ <anchor x="-807.0" y="1299.0" name="_marktop"/>
+ <outline>
+ <component base="uni0369" xScale="-1.0" yScale="-1.0" xOffset="-1602.0" yOffset="4056.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_F_.glif
new file mode 100644
index 000000000..ddef86756
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_E_F_.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DEF" format="2">
+ <unicode hex="1DEF"/>
+ <anchor x="-818.0" y="1298.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-727.0" y="1651.0" type="line"/>
+ <point x="-727.0" y="2486.0" type="line" smooth="yes"/>
+ <point x="-727.0" y="2577.0"/>
+ <point x="-675.0" y="2614.0"/>
+ <point x="-615.0" y="2614.0" type="curve" smooth="yes"/>
+ <point x="-590.0" y="2614.0"/>
+ <point x="-569.0" y="2611.0"/>
+ <point x="-551.0" y="2606.0" type="curve"/>
+ <point x="-534.0" y="2746.0" type="line"/>
+ <point x="-568.0" y="2754.0"/>
+ <point x="-601.0" y="2761.0"/>
+ <point x="-635.0" y="2761.0" type="curve" smooth="yes"/>
+ <point x="-785.0" y="2761.0"/>
+ <point x="-909.0" y="2670.0"/>
+ <point x="-909.0" y="2486.0" type="curve" smooth="yes"/>
+ <point x="-909.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-909.0" y="2427.0" type="line"/>
+ <point x="-909.0" y="1592.0" type="line" smooth="yes"/>
+ <point x="-909.0" y="1502.0"/>
+ <point x="-961.0" y="1464.0"/>
+ <point x="-1022.0" y="1464.0" type="curve" smooth="yes"/>
+ <point x="-1046.0" y="1464.0"/>
+ <point x="-1067.0" y="1467.0"/>
+ <point x="-1085.0" y="1473.0" type="curve"/>
+ <point x="-1103.0" y="1332.0" type="line"/>
+ <point x="-1068.0" y="1324.0"/>
+ <point x="-1035.0" y="1317.0"/>
+ <point x="-1001.0" y="1317.0" type="curve" smooth="yes"/>
+ <point x="-851.0" y="1317.0"/>
+ <point x="-727.0" y="1408.0"/>
+ <point x="-727.0" y="1592.0" type="curve" smooth="yes"/>
+ <point x="-727.0" y="2427.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_0.glif
new file mode 100644
index 000000000..3c6b232f1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_0.glif
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF0" format="2">
+ <unicode hex="1DF0"/>
+ <anchor x="-869.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1251.0" y="1471.0" type="line"/>
+ <point x="-1111.0" y="1390.0" type="line"/>
+ <point x="-881.0" y="1757.0" type="line"/>
+ <point x="-1022.0" y="1838.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-669.0" y="1827.0" type="line"/>
+ <point x="-622.0" y="1651.0" type="line"/>
+ <point x="-487.0" y="1651.0" type="line"/>
+ <point x="-487.0" y="2410.0" type="line"/>
+ <point x="-669.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-644.0" y="2005.0" type="line"/>
+ <point x="-644.0" y="1863.0"/>
+ <point x="-696.0" y="1785.0"/>
+ <point x="-820.0" y="1785.0" type="curve" smooth="yes"/>
+ <point x="-912.0" y="1785.0"/>
+ <point x="-951.0" y="1840.0"/>
+ <point x="-951.0" y="1961.0" type="curve" smooth="yes"/>
+ <point x="-951.0" y="2410.0" type="line"/>
+ <point x="-1132.0" y="2410.0" type="line"/>
+ <point x="-1132.0" y="1962.0" type="line" smooth="yes"/>
+ <point x="-1132.0" y="1731.0"/>
+ <point x="-1032.0" y="1638.0"/>
+ <point x="-870.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-661.0" y="1638.0"/>
+ <point x="-579.0" y="1793.0"/>
+ <point x="-579.0" y="2006.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_1.glif
new file mode 100644
index 000000000..2f906f65f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_1.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF1" format="2">
+ <unicode hex="1DF1"/>
+ <anchor x="-807.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1029.0" y="1932.0" type="line"/>
+ <point x="-1073.0" y="1651.0" type="line"/>
+ <point x="-979.0" y="1651.0" type="line"/>
+ <point x="-840.0" y="2094.0" type="line"/>
+ <point x="-744.0" y="2410.0" type="line"/>
+ <point x="-891.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1151.0" y="2410.0" type="line"/>
+ <point x="-1331.0" y="2410.0" type="line"/>
+ <point x="-1119.0" y="1651.0" type="line"/>
+ <point x="-1004.0" y="1651.0" type="line"/>
+ <point x="-1040.0" y="1932.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-568.0" y="1932.0" type="line"/>
+ <point x="-609.0" y="1651.0" type="line"/>
+ <point x="-495.0" y="1651.0" type="line"/>
+ <point x="-283.0" y="2410.0" type="line"/>
+ <point x="-463.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-723.0" y="2410.0" type="line"/>
+ <point x="-876.0" y="2410.0" type="line"/>
+ <point x="-776.0" y="2094.0" type="line"/>
+ <point x="-635.0" y="1651.0" type="line"/>
+ <point x="-542.0" y="1651.0" type="line"/>
+ <point x="-586.0" y="1932.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_2.glif
new file mode 100644
index 000000000..27c02a378
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_2.glif
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF2" format="2">
+ <unicode hex="1DF2"/>
+ <anchor x="-773.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1041.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-1041.0" y="2537.0"/>
+ <point x="-1005.0" y="2494.0"/>
+ <point x="-936.0" y="2494.0" type="curve" smooth="yes"/>
+ <point x="-869.0" y="2494.0"/>
+ <point x="-832.0" y="2537.0"/>
+ <point x="-832.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-832.0" y="2648.0"/>
+ <point x="-869.0" y="2692.0"/>
+ <point x="-936.0" y="2692.0" type="curve" smooth="yes"/>
+ <point x="-1005.0" y="2692.0"/>
+ <point x="-1041.0" y="2648.0"/>
+ </contour>
+ <contour>
+ <point x="-711.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-711.0" y="2537.0"/>
+ <point x="-675.0" y="2494.0"/>
+ <point x="-606.0" y="2494.0" type="curve" smooth="yes"/>
+ <point x="-539.0" y="2494.0"/>
+ <point x="-502.0" y="2537.0"/>
+ <point x="-502.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-502.0" y="2648.0"/>
+ <point x="-539.0" y="2692.0"/>
+ <point x="-606.0" y="2692.0" type="curve" smooth="yes"/>
+ <point x="-675.0" y="2692.0"/>
+ <point x="-711.0" y="2648.0"/>
+ </contour>
+ <contour>
+ <point x="-641.0" y="1808.0" type="line"/>
+ <point x="-641.0" y="1753.0"/>
+ <point x="-631.0" y="1700.0"/>
+ <point x="-616.0" y="1653.0" type="curve"/>
+ <point x="-433.0" y="1653.0" type="line"/>
+ <point x="-452.0" y="1711.0"/>
+ <point x="-459.0" y="1767.0"/>
+ <point x="-459.0" y="1833.0" type="curve" smooth="yes"/>
+ <point x="-459.0" y="2145.0" type="line" smooth="yes"/>
+ <point x="-459.0" y="2327.0"/>
+ <point x="-582.0" y="2419.0"/>
+ <point x="-756.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-943.0" y="2419.0"/>
+ <point x="-1064.0" y="2321.0"/>
+ <point x="-1064.0" y="2188.0" type="curve"/>
+ <point x="-894.0" y="2174.0" type="line"/>
+ <point x="-894.0" y="2237.0"/>
+ <point x="-842.0" y="2272.0"/>
+ <point x="-756.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-678.0" y="2272.0"/>
+ <point x="-641.0" y="2228.0"/>
+ <point x="-641.0" y="2146.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="-623.0" y="2096.0" type="line"/>
+ <point x="-777.0" y="2096.0" type="line" smooth="yes"/>
+ <point x="-993.0" y="2096.0"/>
+ <point x="-1114.0" y="2012.0"/>
+ <point x="-1114.0" y="1866.0" type="curve" smooth="yes"/>
+ <point x="-1114.0" y="1728.0"/>
+ <point x="-1016.0" y="1639.0"/>
+ <point x="-858.0" y="1639.0" type="curve" smooth="yes"/>
+ <point x="-723.0" y="1639.0"/>
+ <point x="-648.0" y="1716.0"/>
+ <point x="-617.0" y="1779.0" type="curve"/>
+ <point x="-635.0" y="1896.0" type="line"/>
+ <point x="-635.0" y="1848.0"/>
+ <point x="-734.0" y="1782.0"/>
+ <point x="-815.0" y="1782.0" type="curve" smooth="yes"/>
+ <point x="-894.0" y="1782.0"/>
+ <point x="-932.0" y="1815.0"/>
+ <point x="-932.0" y="1870.0" type="curve" smooth="yes"/>
+ <point x="-932.0" y="1928.0"/>
+ <point x="-877.0" y="1979.0"/>
+ <point x="-776.0" y="1979.0" type="curve" smooth="yes"/>
+ <point x="-622.0" y="1979.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_3.glif
new file mode 100644
index 000000000..894b6d6ef
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_3.glif
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF3" format="2">
+ <unicode hex="1DF3"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1077.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-1077.0" y="2537.0"/>
+ <point x="-1041.0" y="2494.0"/>
+ <point x="-972.0" y="2494.0" type="curve" smooth="yes"/>
+ <point x="-905.0" y="2494.0"/>
+ <point x="-868.0" y="2537.0"/>
+ <point x="-868.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-868.0" y="2648.0"/>
+ <point x="-905.0" y="2692.0"/>
+ <point x="-972.0" y="2692.0" type="curve" smooth="yes"/>
+ <point x="-1041.0" y="2692.0"/>
+ <point x="-1077.0" y="2648.0"/>
+ </contour>
+ <contour>
+ <point x="-747.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-747.0" y="2537.0"/>
+ <point x="-711.0" y="2494.0"/>
+ <point x="-642.0" y="2494.0" type="curve" smooth="yes"/>
+ <point x="-575.0" y="2494.0"/>
+ <point x="-538.0" y="2537.0"/>
+ <point x="-538.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-538.0" y="2648.0"/>
+ <point x="-575.0" y="2692.0"/>
+ <point x="-642.0" y="2692.0" type="curve" smooth="yes"/>
+ <point x="-711.0" y="2692.0"/>
+ <point x="-747.0" y="2648.0"/>
+ </contour>
+ <contour>
+ <point x="-809.0" y="1632.0" type="curve" smooth="yes"/>
+ <point x="-593.0" y="1632.0"/>
+ <point x="-448.0" y="1785.0"/>
+ <point x="-448.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-448.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-448.0" y="2266.0"/>
+ <point x="-593.0" y="2419.0"/>
+ <point x="-810.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-1023.0" y="2419.0"/>
+ <point x="-1169.0" y="2266.0"/>
+ <point x="-1169.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-1169.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-1169.0" y="1785.0"/>
+ <point x="-1023.0" y="1632.0"/>
+ </contour>
+ <contour>
+ <point x="-809.0" y="1779.0" type="curve" smooth="yes"/>
+ <point x="-934.0" y="1779.0"/>
+ <point x="-987.0" y="1870.0"/>
+ <point x="-987.0" y="2017.0" type="curve" smooth="yes"/>
+ <point x="-987.0" y="2032.0" type="line" smooth="yes"/>
+ <point x="-987.0" y="2179.0"/>
+ <point x="-934.0" y="2272.0"/>
+ <point x="-810.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-683.0" y="2272.0"/>
+ <point x="-630.0" y="2179.0"/>
+ <point x="-630.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="-630.0" y="2017.0" type="line" smooth="yes"/>
+ <point x="-630.0" y="1870.0"/>
+ <point x="-683.0" y="1779.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_4.glif
new file mode 100644
index 000000000..b6a7e0772
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_4.glif
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF4" format="2">
+ <unicode hex="1DF4"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1082.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-1082.0" y="2537.0"/>
+ <point x="-1046.0" y="2494.0"/>
+ <point x="-978.0" y="2494.0" type="curve" smooth="yes"/>
+ <point x="-910.0" y="2494.0"/>
+ <point x="-873.0" y="2537.0"/>
+ <point x="-873.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-873.0" y="2648.0"/>
+ <point x="-910.0" y="2692.0"/>
+ <point x="-978.0" y="2692.0" type="curve" smooth="yes"/>
+ <point x="-1046.0" y="2692.0"/>
+ <point x="-1082.0" y="2648.0"/>
+ </contour>
+ <contour>
+ <point x="-752.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-752.0" y="2537.0"/>
+ <point x="-716.0" y="2494.0"/>
+ <point x="-648.0" y="2494.0" type="curve" smooth="yes"/>
+ <point x="-580.0" y="2494.0"/>
+ <point x="-543.0" y="2537.0"/>
+ <point x="-543.0" y="2592.0" type="curve" smooth="yes"/>
+ <point x="-543.0" y="2648.0"/>
+ <point x="-580.0" y="2692.0"/>
+ <point x="-648.0" y="2692.0" type="curve" smooth="yes"/>
+ <point x="-716.0" y="2692.0"/>
+ <point x="-752.0" y="2648.0"/>
+ </contour>
+ <contour>
+ <point x="-669.0" y="1827.0" type="line"/>
+ <point x="-622.0" y="1651.0" type="line"/>
+ <point x="-487.0" y="1651.0" type="line"/>
+ <point x="-487.0" y="2410.0" type="line"/>
+ <point x="-669.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-644.0" y="2005.0" type="line"/>
+ <point x="-644.0" y="1863.0"/>
+ <point x="-696.0" y="1785.0"/>
+ <point x="-820.0" y="1785.0" type="curve" smooth="yes"/>
+ <point x="-912.0" y="1785.0"/>
+ <point x="-951.0" y="1840.0"/>
+ <point x="-951.0" y="1961.0" type="curve" smooth="yes"/>
+ <point x="-951.0" y="2410.0" type="line"/>
+ <point x="-1132.0" y="2410.0" type="line"/>
+ <point x="-1132.0" y="1962.0" type="line" smooth="yes"/>
+ <point x="-1132.0" y="1731.0"/>
+ <point x="-1032.0" y="1638.0"/>
+ <point x="-870.0" y="1638.0" type="curve" smooth="yes"/>
+ <point x="-661.0" y="1638.0"/>
+ <point x="-579.0" y="1793.0"/>
+ <point x="-579.0" y="2006.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_5.glif
new file mode 100644
index 000000000..edcdb1d8d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_5.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DF5" format="2">
+ <unicode hex="1DF5"/>
+ <anchor x="-809.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="uptackmod" xOffset="-1199.0" yOffset="1361.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_C_.glif
new file mode 100644
index 000000000..dc3e31e76
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_C_.glif
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DFC" format="2">
+ <unicode hex="1DFC"/>
+ <outline>
+ <contour>
+ <point x="928.0" y="-554.0" type="line"/>
+ <point x="777.0" y="-337.0"/>
+ <point x="413.0" y="-143.0"/>
+ <point x="-36.0" y="-143.0" type="curve" smooth="yes"/>
+ <point x="-484.0" y="-143.0"/>
+ <point x="-850.0" y="-337.0"/>
+ <point x="-1001.0" y="-554.0" type="curve"/>
+ <point x="-780.0" y="-554.0" type="line"/>
+ <point x="-670.0" y="-448.0"/>
+ <point x="-356.0" y="-314.0"/>
+ <point x="-36.0" y="-314.0" type="curve" smooth="yes"/>
+ <point x="282.0" y="-314.0"/>
+ <point x="597.0" y="-448.0"/>
+ <point x="707.0" y="-554.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_D_.glif
new file mode 100644
index 000000000..8aabea015
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_D_.glif
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DFD" format="2">
+ <unicode hex="1DFD"/>
+ <anchor x="-784.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-474.0" y="-106.0" type="line"/>
+ <point x="-474.0" y="-171.0"/>
+ <point x="-534.0" y="-220.0"/>
+ <point x="-609.0" y="-220.0" type="curve" smooth="yes"/>
+ <point x="-754.0" y="-220.0"/>
+ <point x="-822.0" y="-125.0"/>
+ <point x="-975.0" y="-125.0" type="curve" smooth="yes"/>
+ <point x="-1145.0" y="-125.0"/>
+ <point x="-1276.0" y="-232.0"/>
+ <point x="-1276.0" y="-385.0" type="curve"/>
+ <point x="-1095.0" y="-393.0" type="line"/>
+ <point x="-1095.0" y="-330.0"/>
+ <point x="-1037.0" y="-279.0"/>
+ <point x="-961.0" y="-279.0" type="curve" smooth="yes"/>
+ <point x="-810.0" y="-279.0"/>
+ <point x="-781.0" y="-374.0"/>
+ <point x="-595.0" y="-374.0" type="curve" smooth="yes"/>
+ <point x="-426.0" y="-374.0"/>
+ <point x="-293.0" y="-274.0"/>
+ <point x="-293.0" y="-120.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="-474.0" y="-392.0" type="line"/>
+ <point x="-474.0" y="-457.0"/>
+ <point x="-534.0" y="-506.0"/>
+ <point x="-609.0" y="-506.0" type="curve" smooth="yes"/>
+ <point x="-754.0" y="-506.0"/>
+ <point x="-822.0" y="-411.0"/>
+ <point x="-975.0" y="-411.0" type="curve" smooth="yes"/>
+ <point x="-1145.0" y="-411.0"/>
+ <point x="-1276.0" y="-518.0"/>
+ <point x="-1276.0" y="-671.0" type="curve"/>
+ <point x="-1095.0" y="-679.0" type="line"/>
+ <point x="-1095.0" y="-616.0"/>
+ <point x="-1037.0" y="-565.0"/>
+ <point x="-961.0" y="-565.0" type="curve" smooth="yes"/>
+ <point x="-810.0" y="-565.0"/>
+ <point x="-781.0" y="-660.0"/>
+ <point x="-595.0" y="-660.0" type="curve" smooth="yes"/>
+ <point x="-426.0" y="-660.0"/>
+ <point x="-293.0" y="-560.0"/>
+ <point x="-293.0" y="-406.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_E_.glif
new file mode 100644
index 000000000..54e010043
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_E_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DFE" format="2">
+ <unicode hex="1DFE"/>
+ <anchor x="-807.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="arrowheadleftmod" xOffset="-1376.0" yOffset="802.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_F_.glif
new file mode 100644
index 000000000..d3c89fa26
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1D_F_F_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1DFF" format="2">
+ <unicode hex="1DFF"/>
+ <anchor x="-712.0" y="0.0" name="_markbottom"/>
+ <outline>
+ <contour>
+ <point x="-1055.0" y="-429.0" type="line"/>
+ <point x="-678.0" y="-380.0" type="line"/>
+ <point x="-678.0" y="-485.0" type="line"/>
+ <point x="-1678.0" y="-752.0" type="line"/>
+ <point x="-1678.0" y="-583.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1678.0" y="-267.0" type="line"/>
+ <point x="-1678.0" y="-98.0" type="line"/>
+ <point x="-678.0" y="-364.0" type="line"/>
+ <point x="-678.0" y="-472.0" type="line"/>
+ <point x="-1055.0" y="-424.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-292.0" y="-503.0" type="line"/>
+ <point x="-180.0" y="-748.0" type="line"/>
+ <point x="-344.0" y="-748.0" type="line"/>
+ <point x="-755.0" y="-99.0" type="line"/>
+ <point x="-528.0" y="-99.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="28.0" y="-99.0" type="line"/>
+ <point x="253.0" y="-99.0" type="line"/>
+ <point x="-157.0" y="-748.0" type="line"/>
+ <point x="-322.0" y="-748.0" type="line"/>
+ <point x="-213.0" y="-503.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E9D__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E9D__.glif
deleted file mode 100644
index 19d363d79..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1E9D__.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1E9D" format="1">
- <advance width="1008"/>
- <unicode hex="1E9D"/>
- <outline>
- <contour>
- <point x="560" y="0" type="line"/>
- <point x="560" y="1640" type="line" smooth="yes"/>
- <point x="560" y="1816"/>
- <point x="652" y="1912"/>
- <point x="812" y="1912" type="curve" smooth="yes"/>
- <point x="856" y="1912"/>
- <point x="908" y="1908"/>
- <point x="944" y="1900" type="curve"/>
- <point x="960" y="2120" type="line"/>
- <point x="904" y="2132"/>
- <point x="840" y="2140"/>
- <point x="784" y="2140" type="curve" smooth="yes"/>
- <point x="472" y="2140"/>
- <point x="284" y="1964"/>
- <point x="284" y="1640" type="curve" smooth="yes"/>
- <point x="284" y="0" type="line"/>
- </contour>
- <contour>
- <point x="868" y="1724" type="line"/>
- <point x="52" y="1724" type="line"/>
- <point x="52" y="1516" type="line"/>
- <point x="868" y="1516" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 989, 'leftMargin': 83, 'rightMargin': -1}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E9F__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E9F__.glif
deleted file mode 100644
index 87b4464ff..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1E9F__.glif
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1E9F" format="1">
- <advance width="1520"/>
- <unicode hex="1E9F"/>
- <outline>
- <component base="delta" xOffset="-48"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1602, 'leftMargin': 135, 'rightMargin': 135}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1EFA___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1EFA___.glif
deleted file mode 100644
index 7c122e54c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1EFA___.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFA" format="1">
- <advance width="2132"/>
- <unicode hex="1EFA"/>
- <outline>
- <component base="L"/>
- <component base="L" xOffset="548"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2074, 'leftMargin': 256, 'rightMargin': 104}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1EFB___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1EFB___.glif
deleted file mode 100644
index 6af237a81..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1EFB___.glif
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFB" format="1">
- <advance width="1520"/>
- <unicode hex="1EFB"/>
- <outline>
- <contour>
- <point x="1420" y="1824" type="line"/>
- <point x="100" y="1824" type="line"/>
- <point x="100" y="1604" type="line"/>
- <point x="1420" y="1604" type="line"/>
- </contour>
- <component base="l" xOffset="156"/>
- <component base="l" xOffset="652"/>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1376, 'leftMargin': 28, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1EFC___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1EFC___.glif
deleted file mode 100644
index e5b89aacf..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1EFC___.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFC" format="1">
- <advance width="1520"/>
- <unicode hex="1EFC"/>
- <outline>
- <contour>
- <point x="752" y="1120" type="line" name="hr00"/>
- <point x="948" y="1068"/>
- <point x="1124" y="908"/>
- <point x="1124" y="596" type="curve" smooth="yes"/>
- <point x="1124" y="340"/>
- <point x="996" y="196"/>
- <point x="768" y="196" type="curve" smooth="yes"/>
- <point x="584" y="196"/>
- <point x="400" y="384"/>
- <point x="400" y="740" type="curve" smooth="yes"/>
- <point x="400" y="920" type="line" smooth="yes"/>
- <point x="400" y="1380"/>
- <point x="572" y="1684"/>
- <point x="1024" y="1776" type="curve"/>
- <point x="980" y="2004" type="line"/>
- <point x="276" y="1876"/>
- <point x="124" y="1400"/>
- <point x="124" y="824" type="curve" smooth="yes"/>
- <point x="124" y="748" type="line" smooth="yes"/>
- <point x="124" y="380"/>
- <point x="328" y="-28"/>
- <point x="768" y="-28" type="curve" smooth="yes"/>
- <point x="1184" y="-28"/>
- <point x="1396" y="224"/>
- <point x="1396" y="616" type="curve" smooth="yes"/>
- <point x="1396" y="980"/>
- <point x="1164" y="1260"/>
- <point x="824" y="1344" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.adobe.type.autohint</key>
- <data>
- </data>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1594, 'leftMargin': 161, 'rightMargin': 163}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1EFD___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1EFD___.glif
deleted file mode 100644
index 2e90d0ae5..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1EFD___.glif
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFD" format="1">
- <advance width="1520"/>
- <unicode hex="1EFD"/>
- <outline>
- <contour>
- <point x="752" y="1120" type="line"/>
- <point x="948" y="1068"/>
- <point x="1124" y="908"/>
- <point x="1124" y="596" type="curve" smooth="yes"/>
- <point x="1124" y="340"/>
- <point x="996" y="196"/>
- <point x="768" y="196" type="curve" smooth="yes"/>
- <point x="584" y="196"/>
- <point x="400" y="384"/>
- <point x="400" y="740" type="curve" smooth="yes"/>
- <point x="400" y="828" type="line" smooth="yes"/>
- <point x="400" y="1380"/>
- <point x="628" y="1740"/>
- <point x="1024" y="1944" type="curve"/>
- <point x="928" y="2144" type="line"/>
- <point x="364" y="1856"/>
- <point x="124" y="1400"/>
- <point x="124" y="824" type="curve" smooth="yes"/>
- <point x="124" y="748" type="line" smooth="yes"/>
- <point x="124" y="380"/>
- <point x="328" y="-28"/>
- <point x="768" y="-28" type="curve" smooth="yes"/>
- <point x="1184" y="-28"/>
- <point x="1396" y="224"/>
- <point x="1396" y="616" type="curve" smooth="yes"/>
- <point x="1396" y="980"/>
- <point x="1164" y="1260"/>
- <point x="824" y="1344" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1518.0, 'leftMargin': 124, 'rightMargin': 124.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1EFE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1EFE___.glif
deleted file mode 100644
index 5781fe872..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1EFE___.glif
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFE" format="1">
- <advance width="2032"/>
- <unicode hex="1EFE"/>
- <outline>
- <contour>
- <point x="1004" y="764" type="line"/>
- <point x="996" y="696" type="line"/>
- <point x="1024" y="216" type="line"/>
- <point x="1888" y="2004" type="line"/>
- <point x="1572" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="564" y="2004" type="line"/>
- <point x="248" y="2004" type="line"/>
- <point x="944" y="692" type="line"/>
- <point x="1116" y="692" type="line"/>
- <point x="1176" y="780" type="line"/>
- </contour>
- <contour>
- <point x="616" y="-28" type="curve" smooth="yes"/>
- <point x="872" y="-28"/>
- <point x="1084" y="180"/>
- <point x="1084" y="440" type="curve" smooth="yes"/>
- <point x="1084" y="672"/>
- <point x="900" y="908"/>
- <point x="616" y="908" type="curve" smooth="yes"/>
- <point x="356" y="908"/>
- <point x="148" y="696"/>
- <point x="148" y="440" type="curve" smooth="yes"/>
- <point x="148" y="180"/>
- <point x="356" y="-28"/>
- </contour>
- <contour>
- <point x="616" y="220" type="curve" smooth="yes"/>
- <point x="496" y="220"/>
- <point x="404" y="296"/>
- <point x="404" y="440" type="curve" smooth="yes"/>
- <point x="404" y="588"/>
- <point x="496" y="664"/>
- <point x="616" y="664" type="curve" smooth="yes"/>
- <point x="732" y="664"/>
- <point x="824" y="588"/>
- <point x="824" y="440" type="curve" smooth="yes"/>
- <point x="824" y="296"/>
- <point x="732" y="220"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1859.0, 'leftMargin': 36, 'rightMargin': 84.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1EFF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1EFF___.glif
deleted file mode 100644
index f96329445..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1EFF___.glif
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1EFF" format="1">
- <advance width="1776"/>
- <unicode hex="1EFF"/>
- <outline>
- <contour>
- <point x="676" y="1488" type="line"/>
- <point x="368" y="1488" type="line"/>
- <point x="868" y="88" type="line"/>
- <point x="1104" y="68" type="line"/>
- <point x="980" y="520" type="line"/>
- </contour>
- <contour>
- <point x="608" y="-352" type="curve" smooth="yes"/>
- <point x="488" y="-352"/>
- <point x="396" y="-276"/>
- <point x="396" y="-132" type="curve" smooth="yes"/>
- <point x="396" y="16"/>
- <point x="488" y="92"/>
- <point x="608" y="92" type="curve" smooth="yes"/>
- <point x="724" y="92"/>
- <point x="816" y="16"/>
- <point x="816" y="-132" type="curve" smooth="yes"/>
- <point x="816" y="-276"/>
- <point x="724" y="-352"/>
- </contour>
- <contour>
- <point x="604" y="-600" type="curve" smooth="yes"/>
- <point x="844" y="-600"/>
- <point x="988" y="-464"/>
- <point x="1056" y="-256" type="curve" smooth="yes"/>
- <point x="1640" y="1488" type="line"/>
- <point x="1332" y="1488" type="line"/>
- <point x="916" y="164" type="line"/>
- <point x="896" y="-60" type="line"/>
- <point x="1072" y="-132" type="line"/>
- <point x="1072" y="124"/>
- <point x="864" y="336"/>
- <point x="604" y="336" type="curve" smooth="yes"/>
- <point x="348" y="336"/>
- <point x="136" y="124"/>
- <point x="136" y="-132" type="curve" smooth="yes"/>
- <point x="136" y="-392"/>
- <point x="348" y="-600"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1565, 'leftMargin': 29, 'rightMargin': 33}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_2D_.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_2D_.ccmp.glif
new file mode 100644
index 000000000..eddbff765
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_2D_.ccmp.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1E2D.ccmp" format="2">
+ <advance width="668.0"/>
+ <anchor x="332.0" y="-596.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="1796.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="tildesubnosp" xOffset="1200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_9D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_9D_.glif
new file mode 100644
index 000000000..739719502
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_9D_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1E9D" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="1E9D"/>
+ <outline>
+ <contour>
+ <point x="560.0" y="0.0" type="line"/>
+ <point x="560.0" y="1640.0" type="line" smooth="yes"/>
+ <point x="560.0" y="1816.0"/>
+ <point x="652.0" y="1912.0"/>
+ <point x="812.0" y="1912.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="1912.0"/>
+ <point x="908.0" y="1908.0"/>
+ <point x="944.0" y="1900.0" type="curve"/>
+ <point x="960.0" y="2120.0" type="line"/>
+ <point x="904.0" y="2132.0"/>
+ <point x="840.0" y="2140.0"/>
+ <point x="784.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="2140.0"/>
+ <point x="284.0" y="1964.0"/>
+ <point x="284.0" y="1640.0" type="curve" smooth="yes"/>
+ <point x="284.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="868.0" y="1724.0" type="line"/>
+ <point x="52.0" y="1724.0" type="line"/>
+ <point x="52.0" y="1516.0" type="line"/>
+ <point x="868.0" y="1516.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_9F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_9F_.glif
new file mode 100644
index 000000000..130a1eb9a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_9F_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1E9F" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1E9F"/>
+ <outline>
+ <component base="delta" xOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_C_B_.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_C_B_.ccmp.glif
new file mode 100644
index 000000000..679fbc047
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_C_B_.ccmp.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1ECB.ccmp" format="2">
+ <advance width="668.0"/>
+ <anchor x="332.0" y="-495.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="1796.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="dotbelow" xOffset="1160.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_A_.glif
new file mode 100644
index 000000000..004c120a2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_A_.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFA" format="2">
+ <advance width="2132.0"/>
+ <unicode hex="1EFA"/>
+ <outline>
+ <component base="L"/>
+ <component base="L" xOffset="548.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_B_.glif
new file mode 100644
index 000000000..fa1ca4fb8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_B_.glif
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFB" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1EFB"/>
+ <outline>
+ <contour>
+ <point x="1420.0" y="1824.0" type="line"/>
+ <point x="100.0" y="1824.0" type="line"/>
+ <point x="100.0" y="1604.0" type="line"/>
+ <point x="1420.0" y="1604.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="2048.0" type="line"/>
+ <point x="372.0" y="2048.0" type="line"/>
+ <point x="372.0" y="0.0" type="line"/>
+ <point x="608.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1104.0" y="2048.0" type="line"/>
+ <point x="868.0" y="2048.0" type="line"/>
+ <point x="868.0" y="0.0" type="line"/>
+ <point x="1104.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_C_.glif
new file mode 100644
index 000000000..fd867ce88
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_C_.glif
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFC" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1EFC"/>
+ <outline>
+ <contour>
+ <point x="752.0" y="1120.0" type="line"/>
+ <point x="948.0" y="1068.0"/>
+ <point x="1124.0" y="908.0"/>
+ <point x="1124.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="340.0"/>
+ <point x="996.0" y="196.0"/>
+ <point x="768.0" y="196.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="196.0"/>
+ <point x="400.0" y="384.0"/>
+ <point x="400.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="920.0" type="line" smooth="yes"/>
+ <point x="400.0" y="1380.0"/>
+ <point x="572.0" y="1684.0"/>
+ <point x="1024.0" y="1776.0" type="curve"/>
+ <point x="980.0" y="2004.0" type="line"/>
+ <point x="276.0" y="1876.0"/>
+ <point x="124.0" y="1400.0"/>
+ <point x="124.0" y="824.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="748.0" type="line" smooth="yes"/>
+ <point x="124.0" y="380.0"/>
+ <point x="328.0" y="-28.0"/>
+ <point x="768.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="-28.0"/>
+ <point x="1396.0" y="224.0"/>
+ <point x="1396.0" y="616.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="980.0"/>
+ <point x="1164.0" y="1260.0"/>
+ <point x="824.0" y="1344.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.Glyphs.nodeUserData.0.27</key>
+ <dict>
+ <key>name</key>
+ <string>hr00</string>
+ </dict>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_D_.glif
new file mode 100644
index 000000000..75cba14fd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_D_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFD" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1EFD"/>
+ <outline>
+ <contour>
+ <point x="752.0" y="1120.0" type="line"/>
+ <point x="948.0" y="1068.0"/>
+ <point x="1124.0" y="908.0"/>
+ <point x="1124.0" y="596.0" type="curve" smooth="yes"/>
+ <point x="1124.0" y="340.0"/>
+ <point x="996.0" y="196.0"/>
+ <point x="768.0" y="196.0" type="curve" smooth="yes"/>
+ <point x="584.0" y="196.0"/>
+ <point x="400.0" y="384.0"/>
+ <point x="400.0" y="740.0" type="curve" smooth="yes"/>
+ <point x="400.0" y="828.0" type="line" smooth="yes"/>
+ <point x="400.0" y="1380.0"/>
+ <point x="628.0" y="1740.0"/>
+ <point x="1024.0" y="1944.0" type="curve"/>
+ <point x="928.0" y="2144.0" type="line"/>
+ <point x="364.0" y="1856.0"/>
+ <point x="124.0" y="1400.0"/>
+ <point x="124.0" y="824.0" type="curve" smooth="yes"/>
+ <point x="124.0" y="748.0" type="line" smooth="yes"/>
+ <point x="124.0" y="380.0"/>
+ <point x="328.0" y="-28.0"/>
+ <point x="768.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="-28.0"/>
+ <point x="1396.0" y="224.0"/>
+ <point x="1396.0" y="616.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="980.0"/>
+ <point x="1164.0" y="1260.0"/>
+ <point x="824.0" y="1344.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_E_.glif
new file mode 100644
index 000000000..cf39521b0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_E_.glif
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFE" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="1EFE"/>
+ <outline>
+ <contour>
+ <point x="1004.0" y="764.0" type="line"/>
+ <point x="996.0" y="696.0" type="line"/>
+ <point x="1024.0" y="216.0" type="line"/>
+ <point x="1888.0" y="2004.0" type="line"/>
+ <point x="1572.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="564.0" y="2004.0" type="line"/>
+ <point x="248.0" y="2004.0" type="line"/>
+ <point x="944.0" y="692.0" type="line"/>
+ <point x="1116.0" y="692.0" type="line"/>
+ <point x="1176.0" y="780.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="616.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="-28.0"/>
+ <point x="1084.0" y="180.0"/>
+ <point x="1084.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="1084.0" y="672.0"/>
+ <point x="900.0" y="908.0"/>
+ <point x="616.0" y="908.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="908.0"/>
+ <point x="148.0" y="696.0"/>
+ <point x="148.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="148.0" y="180.0"/>
+ <point x="356.0" y="-28.0"/>
+ </contour>
+ <contour>
+ <point x="616.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="496.0" y="220.0"/>
+ <point x="404.0" y="296.0"/>
+ <point x="404.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="588.0"/>
+ <point x="496.0" y="664.0"/>
+ <point x="616.0" y="664.0" type="curve" smooth="yes"/>
+ <point x="732.0" y="664.0"/>
+ <point x="824.0" y="588.0"/>
+ <point x="824.0" y="440.0" type="curve" smooth="yes"/>
+ <point x="824.0" y="296.0"/>
+ <point x="732.0" y="220.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_F_.glif
new file mode 100644
index 000000000..0a8b20712
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1E_F_F_.glif
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1EFF" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1EFF"/>
+ <outline>
+ <contour>
+ <point x="676.0" y="1488.0" type="line"/>
+ <point x="368.0" y="1488.0" type="line"/>
+ <point x="868.0" y="88.0" type="line"/>
+ <point x="1104.0" y="68.0" type="line"/>
+ <point x="980.0" y="520.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="608.0" y="-352.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="-352.0"/>
+ <point x="396.0" y="-276.0"/>
+ <point x="396.0" y="-132.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="16.0"/>
+ <point x="488.0" y="92.0"/>
+ <point x="608.0" y="92.0" type="curve" smooth="yes"/>
+ <point x="724.0" y="92.0"/>
+ <point x="816.0" y="16.0"/>
+ <point x="816.0" y="-132.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="-276.0"/>
+ <point x="724.0" y="-352.0"/>
+ </contour>
+ <contour>
+ <point x="604.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="844.0" y="-600.0"/>
+ <point x="988.0" y="-464.0"/>
+ <point x="1056.0" y="-256.0" type="curve" smooth="yes"/>
+ <point x="1640.0" y="1488.0" type="line"/>
+ <point x="1332.0" y="1488.0" type="line"/>
+ <point x="916.0" y="164.0" type="line"/>
+ <point x="896.0" y="-60.0" type="line"/>
+ <point x="1072.0" y="-132.0" type="line"/>
+ <point x="1072.0" y="124.0"/>
+ <point x="864.0" y="336.0"/>
+ <point x="604.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="348.0" y="336.0"/>
+ <point x="136.0" y="124.0"/>
+ <point x="136.0" y="-132.0" type="curve" smooth="yes"/>
+ <point x="136.0" y="-392.0"/>
+ <point x="348.0" y="-600.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F16A__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F16A__.glif
deleted file mode 100644
index 160449e1c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1F16A__.glif
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1F16A" format="1">
- <advance width="1776"/>
- <unicode hex="1F16A"/>
- <outline>
- <contour>
- <point x="516" y="1464" type="line"/>
- <point x="292" y="2004" type="line"/>
- <point x="160" y="2004" type="line"/>
- <point x="484" y="1264" type="line"/>
- <point x="552" y="1264" type="line"/>
- <point x="876" y="2004" type="line"/>
- <point x="744" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="260" y="2004" type="line"/>
- <point x="132" y="2004" type="line"/>
- <point x="132" y="1264" type="line"/>
- <point x="260" y="1264" type="line"/>
- </contour>
- <contour>
- <point x="768" y="1264" type="line"/>
- <point x="896" y="1264" type="line"/>
- <point x="896" y="2004" type="line"/>
- <point x="768" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1348" y="1352" type="curve" smooth="yes"/>
- <point x="1192" y="1352"/>
- <point x="1144" y="1492"/>
- <point x="1144" y="1616" type="curve" smooth="yes"/>
- <point x="1144" y="1648" type="line" smooth="yes"/>
- <point x="1144" y="1772"/>
- <point x="1192" y="1912"/>
- <point x="1348" y="1912" type="curve" smooth="yes"/>
- <point x="1448" y="1912"/>
- <point x="1512" y="1832"/>
- <point x="1520" y="1748" type="curve"/>
- <point x="1644" y="1748" type="line"/>
- <point x="1640" y="1900"/>
- <point x="1524" y="2016"/>
- <point x="1348" y="2016" type="curve" smooth="yes"/>
- <point x="1120" y="2016"/>
- <point x="1016" y="1844"/>
- <point x="1016" y="1648" type="curve" smooth="yes"/>
- <point x="1016" y="1616" type="line" smooth="yes"/>
- <point x="1016" y="1420"/>
- <point x="1120" y="1248"/>
- <point x="1348" y="1248" type="curve" smooth="yes"/>
- <point x="1504" y="1248"/>
- <point x="1640" y="1364"/>
- <point x="1644" y="1496" type="curve"/>
- <point x="1520" y="1496" type="line"/>
- <point x="1512" y="1420"/>
- <point x="1436" y="1352"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1789, 'leftMargin': 138, 'rightMargin': 138}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F16B__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F16B__.glif
deleted file mode 100644
index db97e51bb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1F16B__.glif
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1F16B" format="1">
- <advance width="1776"/>
- <unicode hex="1F16B"/>
- <outline>
- <contour>
- <point x="512" y="1464" type="line"/>
- <point x="288" y="2004" type="line"/>
- <point x="156" y="2004" type="line"/>
- <point x="480" y="1264" type="line"/>
- <point x="548" y="1264" type="line"/>
- <point x="872" y="2004" type="line"/>
- <point x="740" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="256" y="2004" type="line"/>
- <point x="128" y="2004" type="line"/>
- <point x="128" y="1264" type="line"/>
- <point x="256" y="1264" type="line"/>
- </contour>
- <contour>
- <point x="764" y="1264" type="line"/>
- <point x="892" y="1264" type="line"/>
- <point x="892" y="2004" type="line"/>
- <point x="764" y="2004" type="line"/>
- </contour>
- <contour>
- <point x="1332" y="1264" type="line"/>
- <point x="1508" y="1264"/>
- <point x="1648" y="1388"/>
- <point x="1648" y="1568" type="curve" smooth="yes"/>
- <point x="1648" y="1700" type="line" smooth="yes"/>
- <point x="1648" y="1880"/>
- <point x="1508" y="2004"/>
- <point x="1332" y="2004" type="curve" smooth="yes"/>
- <point x="1116" y="2004" type="line"/>
- <point x="1116" y="1900" type="line"/>
- <point x="1332" y="1900" type="line" smooth="yes"/>
- <point x="1440" y="1900"/>
- <point x="1520" y="1816"/>
- <point x="1520" y="1700" type="curve" smooth="yes"/>
- <point x="1520" y="1568" type="line" smooth="yes"/>
- <point x="1520" y="1452"/>
- <point x="1440" y="1368"/>
- <point x="1332" y="1368" type="curve" smooth="yes"/>
- <point x="1120" y="1368" type="line"/>
- <point x="1120" y="1264" type="line"/>
- </contour>
- <contour>
- <point x="1192" y="2004" type="line"/>
- <point x="1064" y="2004" type="line"/>
- <point x="1064" y="1264" type="line"/>
- <point x="1192" y="1264" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1796, 'leftMargin': 138, 'rightMargin': 138}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FBD___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FBD___.glif
deleted file mode 100644
index 3bc5b0419..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FBD___.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FBD" format="1">
- <advance width="752"/>
- <unicode hex="1FBD"/>
- <outline>
- <contour>
- <point x="556" y="2056" type="line"/>
- <point x="308" y="2056" type="line"/>
- <point x="308" y="1952" type="line" smooth="yes"/>
- <point x="308" y="1820"/>
- <point x="272" y="1728"/>
- <point x="196" y="1644" type="curve"/>
- <point x="304" y="1560" type="line"/>
- <point x="468" y="1648"/>
- <point x="556" y="1784"/>
- <point x="556" y="1944" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="616" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="328" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 718, 'leftMargin': 131, 'rightMargin': 228}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FBE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FBE___.glif
deleted file mode 100644
index 8a9132dcb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FBE___.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FBE" format="1">
- <advance width="752"/>
- <unicode hex="1FBE"/>
- <outline>
- <contour>
- <point x="208" y="-140" type="line"/>
- <point x="208" y="-468" type="line" smooth="yes"/>
- <point x="208" y="-648"/>
- <point x="304" y="-724"/>
- <point x="440" y="-724" type="curve" smooth="yes"/>
- <point x="492" y="-724"/>
- <point x="524" y="-716"/>
- <point x="544" y="-708" type="curve"/>
- <point x="544" y="-568" type="line"/>
- <point x="532" y="-568"/>
- <point x="504" y="-572"/>
- <point x="484" y="-572" type="curve" smooth="yes"/>
- <point x="444" y="-572"/>
- <point x="416" y="-544"/>
- <point x="416" y="-464" type="curve" smooth="yes"/>
- <point x="416" y="-140" type="line"/>
- </contour>
- <contour>
- <point x="312" y="0" type="move" name="_bottom"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 613, 'leftMargin': 169, 'rightMargin': 108}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FBF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FBF___.glif
deleted file mode 100644
index 6a5fd50d5..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FBF___.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FBF" format="1">
- <advance width="752"/>
- <unicode hex="1FBF"/>
- <outline>
- <contour>
- <point x="556" y="2056" type="line"/>
- <point x="308" y="2056" type="line"/>
- <point x="308" y="1952" type="line" smooth="yes"/>
- <point x="308" y="1820"/>
- <point x="272" y="1728"/>
- <point x="196" y="1644" type="curve"/>
- <point x="304" y="1560" type="line"/>
- <point x="468" y="1648"/>
- <point x="556" y="1784"/>
- <point x="556" y="1944" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="616" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="312" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 754, 'leftMargin': 131, 'rightMargin': 264}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FC0__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FC0__.glif
deleted file mode 100644
index 701a3e9f2..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FC0__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FC0" format="1">
- <advance width="1264"/>
- <unicode hex="1FC0"/>
- <outline>
- <component base="tilde" xOffset="-16"/>
- <contour>
- <point x="580" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1125, 'leftMargin': 48, 'rightMargin': 93}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FC1__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FC1__.glif
deleted file mode 100644
index fa5891b22..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FC1__.glif
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FC1" format="1">
- <advance width="1264"/>
- <unicode hex="1FC1"/>
- <outline>
- <contour>
- <point x="152" y="1848" type="curve" smooth="yes"/>
- <point x="152" y="1768"/>
- <point x="204" y="1700"/>
- <point x="312" y="1700" type="curve" smooth="yes"/>
- <point x="416" y="1700"/>
- <point x="468" y="1768"/>
- <point x="468" y="1848" type="curve" smooth="yes"/>
- <point x="468" y="1936"/>
- <point x="416" y="2004"/>
- <point x="312" y="2004" type="curve" smooth="yes"/>
- <point x="204" y="2004"/>
- <point x="152" y="1936"/>
- </contour>
- <contour>
- <point x="796" y="1848" type="curve" smooth="yes"/>
- <point x="796" y="1764"/>
- <point x="852" y="1696"/>
- <point x="956" y="1696" type="curve" smooth="yes"/>
- <point x="1060" y="1696"/>
- <point x="1116" y="1764"/>
- <point x="1116" y="1848" type="curve" smooth="yes"/>
- <point x="1116" y="1932"/>
- <point x="1060" y="2000"/>
- <point x="956" y="2000" type="curve" smooth="yes"/>
- <point x="852" y="2000"/>
- <point x="796" y="1932"/>
- </contour>
- <contour>
- <point x="884" y="2360" type="line"/>
- <point x="884" y="2292"/>
- <point x="832" y="2240"/>
- <point x="772" y="2240" type="curve" smooth="yes"/>
- <point x="656" y="2240"/>
- <point x="588" y="2344"/>
- <point x="468" y="2344" type="curve" smooth="yes"/>
- <point x="332" y="2344"/>
- <point x="236" y="2220"/>
- <point x="236" y="2088" type="curve"/>
- <point x="360" y="2056" type="line"/>
- <point x="360" y="2124"/>
- <point x="408" y="2176"/>
- <point x="468" y="2176" type="curve" smooth="yes"/>
- <point x="588" y="2176"/>
- <point x="624" y="2076"/>
- <point x="772" y="2076" type="curve" smooth="yes"/>
- <point x="908" y="2076"/>
- <point x="1000" y="2192"/>
- <point x="1000" y="2324" type="curve"/>
- </contour>
- <contour>
- <point x="628" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1269, 'leftMargin': 155, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FCD___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FCD___.glif
deleted file mode 100644
index 1b4d8152f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FCD___.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FCD" format="1">
- <advance width="1264"/>
- <unicode hex="1FCD"/>
- <outline>
- <contour>
- <point x="1068" y="1612" type="line"/>
- <point x="912" y="2056" type="line"/>
- <point x="624" y="2056" type="line"/>
- <point x="624" y="2028" type="line"/>
- <point x="940" y="1592" type="line"/>
- <point x="1068" y="1592" type="line"/>
- </contour>
- <contour>
- <point x="560" y="2056" type="line"/>
- <point x="312" y="2056" type="line"/>
- <point x="312" y="1952" type="line" smooth="yes"/>
- <point x="312" y="1820"/>
- <point x="272" y="1728"/>
- <point x="200" y="1644" type="curve"/>
- <point x="308" y="1560" type="line"/>
- <point x="468" y="1648"/>
- <point x="560" y="1784"/>
- <point x="560" y="1944" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1184" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="632" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1119, 'leftMargin': 131, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FCE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FCE___.glif
deleted file mode 100644
index 0b05599b9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FCE___.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FCE" format="1">
- <advance width="1264"/>
- <unicode hex="1FCE"/>
- <outline>
- <contour>
- <point x="600" y="1592" type="line"/>
- <point x="728" y="1592" type="line"/>
- <point x="1044" y="2028" type="line"/>
- <point x="1044" y="2056" type="line"/>
- <point x="756" y="2056" type="line"/>
- <point x="600" y="1612" type="line"/>
- </contour>
- <contour>
- <point x="580" y="2056" type="line"/>
- <point x="332" y="2056" type="line"/>
- <point x="332" y="1952" type="line" smooth="yes"/>
- <point x="332" y="1820"/>
- <point x="292" y="1728"/>
- <point x="220" y="1644" type="curve"/>
- <point x="328" y="1560" type="line"/>
- <point x="488" y="1648"/>
- <point x="580" y="1784"/>
- <point x="580" y="1944" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="1068" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="528" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1078.0, 'leftMargin': 131, 'rightMargin': 121.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FCF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FCF___.glif
deleted file mode 100644
index 5002e6b2a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FCF___.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FCF" format="1">
- <advance width="1008"/>
- <unicode hex="1FCF"/>
- <outline>
- <contour>
- <point x="768" y="2324" type="line"/>
- <point x="768" y="2256"/>
- <point x="716" y="2204"/>
- <point x="656" y="2204" type="curve" smooth="yes"/>
- <point x="540" y="2204"/>
- <point x="476" y="2308"/>
- <point x="352" y="2308" type="curve" smooth="yes"/>
- <point x="216" y="2308"/>
- <point x="124" y="2184"/>
- <point x="124" y="2052" type="curve"/>
- <point x="244" y="2020" type="line"/>
- <point x="244" y="2088"/>
- <point x="292" y="2140"/>
- <point x="352" y="2140" type="curve" smooth="yes"/>
- <point x="472" y="2140"/>
- <point x="508" y="2040"/>
- <point x="656" y="2040" type="curve" smooth="yes"/>
- <point x="792" y="2040"/>
- <point x="888" y="2156"/>
- <point x="888" y="2288" type="curve"/>
- </contour>
- <contour>
- <point x="636" y="1972" type="line"/>
- <point x="428" y="1972" type="line"/>
- <point x="428" y="1872" type="line" smooth="yes"/>
- <point x="428" y="1780"/>
- <point x="404" y="1704"/>
- <point x="348" y="1628" type="curve"/>
- <point x="468" y="1560" type="line"/>
- <point x="580" y="1640"/>
- <point x="636" y="1772"/>
- <point x="636" y="1876" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="832" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="480" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1071, 'leftMargin': 155, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FDD___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FDD___.glif
deleted file mode 100644
index d1a61d7ec..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FDD___.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FDD" format="1">
- <advance width="1264"/>
- <unicode hex="1FDD"/>
- <outline>
- <contour>
- <point x="1024" y="1612" type="line"/>
- <point x="872" y="2056" type="line"/>
- <point x="580" y="2056" type="line"/>
- <point x="580" y="2028" type="line"/>
- <point x="896" y="1592" type="line"/>
- <point x="1024" y="1592" type="line"/>
- </contour>
- <contour>
- <point x="240" y="1944" type="line"/>
- <point x="240" y="1784"/>
- <point x="332" y="1648"/>
- <point x="492" y="1560" type="curve"/>
- <point x="600" y="1644" type="line"/>
- <point x="524" y="1728"/>
- <point x="488" y="1820"/>
- <point x="488" y="1952" type="curve" smooth="yes"/>
- <point x="488" y="2056" type="line"/>
- <point x="240" y="2056" type="line"/>
- </contour>
- <contour>
- <point x="1140" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="684" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1064, 'leftMargin': 158, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FDE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FDE___.glif
deleted file mode 100644
index 0f49a9861..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FDE___.glif
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FDE" format="1">
- <advance width="1264"/>
- <unicode hex="1FDE"/>
- <outline>
- <contour>
- <point x="616" y="1592" type="line"/>
- <point x="744" y="1592" type="line"/>
- <point x="1060" y="2028" type="line"/>
- <point x="1060" y="2056" type="line"/>
- <point x="768" y="2056" type="line"/>
- <point x="616" y="1612" type="line"/>
- </contour>
- <contour>
- <point x="204" y="1944" type="line"/>
- <point x="204" y="1784"/>
- <point x="296" y="1648"/>
- <point x="456" y="1560" type="curve"/>
- <point x="564" y="1644" type="line"/>
- <point x="492" y="1728"/>
- <point x="452" y="1820"/>
- <point x="452" y="1952" type="curve" smooth="yes"/>
- <point x="452" y="2056" type="line"/>
- <point x="204" y="2056" type="line"/>
- </contour>
- <contour>
- <point x="1072" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="588" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1133.0, 'leftMargin': 158, 'rightMargin': 121.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FDF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FDF___.glif
deleted file mode 100644
index 58ddc3f87..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FDF___.glif
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FDF" format="1">
- <advance width="1008"/>
- <unicode hex="1FDF"/>
- <outline>
- <contour>
- <point x="416" y="1876" type="line"/>
- <point x="416" y="1772"/>
- <point x="468" y="1640"/>
- <point x="580" y="1560" type="curve"/>
- <point x="704" y="1628" type="line"/>
- <point x="648" y="1704"/>
- <point x="624" y="1780"/>
- <point x="624" y="1872" type="curve" smooth="yes"/>
- <point x="624" y="1972" type="line"/>
- <point x="416" y="1972" type="line"/>
- </contour>
- <contour>
- <point x="768" y="2324" type="line"/>
- <point x="768" y="2256"/>
- <point x="716" y="2204"/>
- <point x="656" y="2204" type="curve" smooth="yes"/>
- <point x="540" y="2204"/>
- <point x="476" y="2308"/>
- <point x="352" y="2308" type="curve" smooth="yes"/>
- <point x="216" y="2308"/>
- <point x="124" y="2184"/>
- <point x="124" y="2052" type="curve"/>
- <point x="244" y="2020" type="line"/>
- <point x="244" y="2088"/>
- <point x="292" y="2140"/>
- <point x="352" y="2140" type="curve" smooth="yes"/>
- <point x="472" y="2140"/>
- <point x="508" y="2040"/>
- <point x="656" y="2040" type="curve" smooth="yes"/>
- <point x="792" y="2040"/>
- <point x="888" y="2156"/>
- <point x="888" y="2288" type="curve"/>
- </contour>
- <contour>
- <point x="844" y="2000" type="move" name="_tonos"/>
- </contour>
- <contour>
- <point x="516" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1071, 'leftMargin': 155, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FED___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FED___.glif
deleted file mode 100644
index 76d0ea634..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FED___.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FED" format="1">
- <advance width="1264"/>
- <unicode hex="1FED"/>
- <outline>
- <contour>
- <point x="152" y="1848" type="curve" smooth="yes"/>
- <point x="152" y="1768"/>
- <point x="204" y="1700"/>
- <point x="312" y="1700" type="curve" smooth="yes"/>
- <point x="416" y="1700"/>
- <point x="468" y="1768"/>
- <point x="468" y="1848" type="curve" smooth="yes"/>
- <point x="468" y="1936"/>
- <point x="416" y="2004"/>
- <point x="312" y="2004" type="curve" smooth="yes"/>
- <point x="204" y="2004"/>
- <point x="152" y="1936"/>
- </contour>
- <contour>
- <point x="796" y="1848" type="curve" smooth="yes"/>
- <point x="796" y="1764"/>
- <point x="852" y="1696"/>
- <point x="956" y="1696" type="curve" smooth="yes"/>
- <point x="1060" y="1696"/>
- <point x="1116" y="1764"/>
- <point x="1116" y="1848" type="curve" smooth="yes"/>
- <point x="1116" y="1932"/>
- <point x="1060" y="2000"/>
- <point x="956" y="2000" type="curve" smooth="yes"/>
- <point x="852" y="2000"/>
- <point x="796" y="1932"/>
- </contour>
- <contour>
- <point x="560" y="2240" type="line"/>
- <point x="308" y="2240" type="line"/>
- <point x="560" y="1928" type="line"/>
- <point x="736" y="1928" type="line"/>
- </contour>
- <contour>
- <point x="628" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1269, 'leftMargin': 155, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FEE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FEE___.glif
deleted file mode 100644
index de252e11c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FEE___.glif
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FEE" format="1">
- <advance width="1264"/>
- <unicode hex="1FEE"/>
- <outline>
- <contour>
- <point x="152" y="1848" type="curve" smooth="yes"/>
- <point x="152" y="1768"/>
- <point x="204" y="1700"/>
- <point x="312" y="1700" type="curve" smooth="yes"/>
- <point x="416" y="1700"/>
- <point x="468" y="1768"/>
- <point x="468" y="1848" type="curve" smooth="yes"/>
- <point x="468" y="1936"/>
- <point x="416" y="2004"/>
- <point x="312" y="2004" type="curve" smooth="yes"/>
- <point x="204" y="2004"/>
- <point x="152" y="1936"/>
- </contour>
- <contour>
- <point x="796" y="1848" type="curve" smooth="yes"/>
- <point x="796" y="1764"/>
- <point x="852" y="1696"/>
- <point x="956" y="1696" type="curve" smooth="yes"/>
- <point x="1060" y="1696"/>
- <point x="1116" y="1764"/>
- <point x="1116" y="1848" type="curve" smooth="yes"/>
- <point x="1116" y="1932"/>
- <point x="1060" y="2000"/>
- <point x="956" y="2000" type="curve" smooth="yes"/>
- <point x="852" y="2000"/>
- <point x="796" y="1932"/>
- </contour>
- <contour>
- <point x="528" y="1928" type="line"/>
- <point x="700" y="1928" type="line"/>
- <point x="952" y="2240" type="line"/>
- <point x="700" y="2240" type="line"/>
- </contour>
- <contour>
- <point x="600" y="1624" type="move" name="_top"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1269, 'leftMargin': 155, 'rightMargin': 151}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FEF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FEF___.glif
deleted file mode 100644
index 0f1378c11..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FEF___.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FEF" format="1">
- <advance width="752"/>
- <unicode hex="1FEF"/>
- <outline>
- <contour>
- <point x="600" y="1560" type="line"/>
- <point x="600" y="1584" type="line"/>
- <point x="444" y="2028" type="line"/>
- <point x="156" y="2028" type="line"/>
- <point x="156" y="2000" type="line"/>
- <point x="472" y="1560" type="line"/>
- </contour>
- <contour>
- <point x="492" y="1624" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="720" y="2000" type="move" name="_tonos"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 707, 'leftMargin': 142, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FFD___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FFD___.glif
deleted file mode 100644
index 185740b4c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FFD___.glif
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FFD" format="1">
- <advance width="752"/>
- <unicode hex="1FFD"/>
- <outline>
- <contour>
- <point x="156" y="1584" type="line"/>
- <point x="308" y="2028" type="line"/>
- <point x="600" y="2028" type="line"/>
- <point x="600" y="2000" type="line"/>
- <point x="284" y="1560" type="line"/>
- <point x="156" y="1560" type="line"/>
- </contour>
- <contour>
- <point x="232" y="1624" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="616" y="2000" type="move" name="_tonos"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 707, 'leftMargin': 142, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1FFE___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1FFE___.glif
deleted file mode 100644
index e65be42f1..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni1FFE___.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni1FFE" format="1">
- <advance width="752"/>
- <unicode hex="1FFE"/>
- <outline>
- <contour>
- <point x="196" y="1944" type="line"/>
- <point x="196" y="1784"/>
- <point x="288" y="1648"/>
- <point x="448" y="1560" type="curve"/>
- <point x="556" y="1644" type="line"/>
- <point x="480" y="1728"/>
- <point x="444" y="1820"/>
- <point x="444" y="1952" type="curve" smooth="yes"/>
- <point x="444" y="2056" type="line"/>
- <point x="196" y="2056" type="line"/>
- </contour>
- <contour>
- <point x="376" y="1624" type="move" name="_top"/>
- </contour>
- <contour>
- <point x="616" y="2000" type="move" name="_tonos"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 718, 'leftMargin': 131, 'rightMargin': 228}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_00.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_00.glif
new file mode 100644
index 000000000..e927c8d2a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_00.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F00" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F00"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBD" xOffset="544.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_01.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_01.glif
new file mode 100644
index 000000000..9f833aebc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_01.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F01" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F01"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FFE" xOffset="496.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_02.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_02.glif
new file mode 100644
index 000000000..6e947c5ff
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_02.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F02" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F02"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FCD" xOffset="240.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_03.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_03.glif
new file mode 100644
index 000000000..ae41918e9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_03.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F03" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F03"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FDD" xOffset="184.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_04.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_04.glif
new file mode 100644
index 000000000..37f08faea
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_04.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F04" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F04"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FCE" xOffset="344.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_05.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_05.glif
new file mode 100644
index 000000000..b30df4f84
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_05.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F05" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F05"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FDE" xOffset="280.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_06.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_06.glif
new file mode 100644
index 000000000..9f224af00
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_06.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F06" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F06"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FCF" xOffset="392.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_07.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_07.glif
new file mode 100644
index 000000000..f3f179251
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_07.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F07" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F07"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FDF" xOffset="352.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_08.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_08.glif
new file mode 100644
index 000000000..fa5c168cd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_08.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F08" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F08"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBD" xOffset="64.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_09.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_09.glif
new file mode 100644
index 000000000..3c4bdcf22
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_09.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F09" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F09"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FFE" xOffset="64.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_0A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0A_.glif
new file mode 100644
index 000000000..c753e5df0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0A" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F0A"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FCD" xOffset="-504.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_0B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0B_.glif
new file mode 100644
index 000000000..428c3f12f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0B" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F0B"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FDD" xOffset="-464.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_0C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0C_.glif
new file mode 100644
index 000000000..e9cfb2cc2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0C" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F0C"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FCE" xOffset="-392.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_0D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0D_.glif
new file mode 100644
index 000000000..fac2bdb46
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0D_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0D" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F0D"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FDE" xOffset="-392.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_0E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0E_.glif
new file mode 100644
index 000000000..e92007359
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0E" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F0E"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FCF" xOffset="-152.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_0F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0F_.glif
new file mode 100644
index 000000000..169f34ae0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_0F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F0F" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F0F"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FDF" xOffset="-168.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_10.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_10.glif
new file mode 100644
index 000000000..e562488d1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_10.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F10" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1F10"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FBD" xOffset="432.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_11.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_11.glif
new file mode 100644
index 000000000..a6053d2f3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_11.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F11" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1F11"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FFE" xOffset="384.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_12.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_12.glif
new file mode 100644
index 000000000..bd29a8e90
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_12.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F12" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1F12"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FCD" xOffset="128.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_13.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_13.glif
new file mode 100644
index 000000000..82d56b676
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_13.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F13" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1F13"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FDD" xOffset="80.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_14.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_14.glif
new file mode 100644
index 000000000..f640af55c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_14.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F14" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1F14"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FCE" xOffset="232.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_15.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_15.glif
new file mode 100644
index 000000000..2b8e9986f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_15.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F15" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1F15"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FDE" xOffset="176.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_16A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_16A_.glif
new file mode 100644
index 000000000..1c9c7c0ee
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_16A_.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F16A" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1F16A"/>
+ <outline>
+ <contour>
+ <point x="516.0" y="1464.0" type="line"/>
+ <point x="292.0" y="2004.0" type="line"/>
+ <point x="160.0" y="2004.0" type="line"/>
+ <point x="484.0" y="1264.0" type="line"/>
+ <point x="552.0" y="1264.0" type="line"/>
+ <point x="876.0" y="2004.0" type="line"/>
+ <point x="744.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="260.0" y="2004.0" type="line"/>
+ <point x="132.0" y="2004.0" type="line"/>
+ <point x="132.0" y="1264.0" type="line"/>
+ <point x="260.0" y="1264.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="768.0" y="1264.0" type="line"/>
+ <point x="896.0" y="1264.0" type="line"/>
+ <point x="896.0" y="2004.0" type="line"/>
+ <point x="768.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1348.0" y="1352.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="1352.0"/>
+ <point x="1144.0" y="1492.0"/>
+ <point x="1144.0" y="1616.0" type="curve" smooth="yes"/>
+ <point x="1144.0" y="1648.0" type="line" smooth="yes"/>
+ <point x="1144.0" y="1772.0"/>
+ <point x="1192.0" y="1912.0"/>
+ <point x="1348.0" y="1912.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="1912.0"/>
+ <point x="1512.0" y="1832.0"/>
+ <point x="1520.0" y="1748.0" type="curve"/>
+ <point x="1644.0" y="1748.0" type="line"/>
+ <point x="1640.0" y="1900.0"/>
+ <point x="1524.0" y="2016.0"/>
+ <point x="1348.0" y="2016.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="2016.0"/>
+ <point x="1016.0" y="1844.0"/>
+ <point x="1016.0" y="1648.0" type="curve" smooth="yes"/>
+ <point x="1016.0" y="1616.0" type="line" smooth="yes"/>
+ <point x="1016.0" y="1420.0"/>
+ <point x="1120.0" y="1248.0"/>
+ <point x="1348.0" y="1248.0" type="curve" smooth="yes"/>
+ <point x="1504.0" y="1248.0"/>
+ <point x="1640.0" y="1364.0"/>
+ <point x="1644.0" y="1496.0" type="curve"/>
+ <point x="1520.0" y="1496.0" type="line"/>
+ <point x="1512.0" y="1420.0"/>
+ <point x="1436.0" y="1352.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_16B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_16B_.glif
new file mode 100644
index 000000000..fb26758ba
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_16B_.glif
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F16B" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1F16B"/>
+ <outline>
+ <contour>
+ <point x="512.0" y="1464.0" type="line"/>
+ <point x="288.0" y="2004.0" type="line"/>
+ <point x="156.0" y="2004.0" type="line"/>
+ <point x="480.0" y="1264.0" type="line"/>
+ <point x="548.0" y="1264.0" type="line"/>
+ <point x="872.0" y="2004.0" type="line"/>
+ <point x="740.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="256.0" y="2004.0" type="line"/>
+ <point x="128.0" y="2004.0" type="line"/>
+ <point x="128.0" y="1264.0" type="line"/>
+ <point x="256.0" y="1264.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="764.0" y="1264.0" type="line"/>
+ <point x="892.0" y="1264.0" type="line"/>
+ <point x="892.0" y="2004.0" type="line"/>
+ <point x="764.0" y="2004.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1332.0" y="1264.0" type="line"/>
+ <point x="1508.0" y="1264.0"/>
+ <point x="1648.0" y="1388.0"/>
+ <point x="1648.0" y="1568.0" type="curve" smooth="yes"/>
+ <point x="1648.0" y="1700.0" type="line" smooth="yes"/>
+ <point x="1648.0" y="1880.0"/>
+ <point x="1508.0" y="2004.0"/>
+ <point x="1332.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="2004.0" type="line"/>
+ <point x="1116.0" y="1900.0" type="line"/>
+ <point x="1332.0" y="1900.0" type="line" smooth="yes"/>
+ <point x="1440.0" y="1900.0"/>
+ <point x="1520.0" y="1816.0"/>
+ <point x="1520.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="1520.0" y="1568.0" type="line" smooth="yes"/>
+ <point x="1520.0" y="1452.0"/>
+ <point x="1440.0" y="1368.0"/>
+ <point x="1332.0" y="1368.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1368.0" type="line"/>
+ <point x="1120.0" y="1264.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1192.0" y="2004.0" type="line"/>
+ <point x="1064.0" y="2004.0" type="line"/>
+ <point x="1064.0" y="1264.0" type="line"/>
+ <point x="1192.0" y="1264.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_18.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_18.glif
new file mode 100644
index 000000000..e4a6dfc64
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_18.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F18" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1F18"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1736.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1736.0" y="2216.0" name="top0315"/>
+ <anchor x="1736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="uni1FBD" xOffset="-508.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_19.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_19.glif
new file mode 100644
index 000000000..d9f895529
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_19.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F19" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1F19"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1736.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1736.0" y="2216.0" name="top0315"/>
+ <anchor x="1736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-508.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_1A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_1A_.glif
new file mode 100644
index 000000000..7100a1289
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_1A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F1A" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="1F1A"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1786.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1786.0" y="2216.0" name="top0315"/>
+ <anchor x="1786.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="150.0"/>
+ <component base="uni1FCD" xOffset="-1026.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_1B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_1B_.glif
new file mode 100644
index 000000000..1809f6dd0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_1B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F1B" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="1F1B"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1786.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1786.0" y="2216.0" name="top0315"/>
+ <anchor x="1786.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="150.0"/>
+ <component base="uni1FDD" xOffset="-982.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_1C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_1C_.glif
new file mode 100644
index 000000000..3e0571b33
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_1C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F1C" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="1F1C"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1786.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1786.0" y="2216.0" name="top0315"/>
+ <anchor x="1786.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="150.0"/>
+ <component base="uni1FCE" xOffset="-910.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_1D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_1D_.glif
new file mode 100644
index 000000000..6bc3a3d71
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_1D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F1D" format="2">
+ <advance width="1832.0"/>
+ <unicode hex="1F1D"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1786.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1786.0" y="2216.0" name="top0315"/>
+ <anchor x="1786.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="150.0"/>
+ <component base="uni1FDE" xOffset="-914.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_20.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_20.glif
new file mode 100644
index 000000000..9ea8babe6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_20.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F20" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F20"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBD" xOffset="480.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_21.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_21.glif
new file mode 100644
index 000000000..b99a56f81
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_21.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F21" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F21"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FFE" xOffset="432.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_22.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_22.glif
new file mode 100644
index 000000000..7b3571442
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_22.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F22" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F22"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FCD" xOffset="176.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_23.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_23.glif
new file mode 100644
index 000000000..b15de7aa9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_23.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F23" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F23"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FDD" xOffset="128.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_24.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_24.glif
new file mode 100644
index 000000000..5cc504479
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_24.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F24" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F24"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FCE" xOffset="280.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_25.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_25.glif
new file mode 100644
index 000000000..5a0aa0bd1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_25.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F25" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F25"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FDE" xOffset="224.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_26.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_26.glif
new file mode 100644
index 000000000..cfe957444
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_26.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F26" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F26"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FCF" xOffset="328.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_27.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_27.glif
new file mode 100644
index 000000000..5bcf3541e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_27.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F27" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F27"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FDF" xOffset="296.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_28.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_28.glif
new file mode 100644
index 000000000..c6d10e6ec
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_28.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F28" format="2">
+ <advance width="2184.0"/>
+ <unicode hex="1F28"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2148.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2148.0" y="2216.0" name="top0315"/>
+ <anchor x="2148.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FBD" xOffset="-508.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_29.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_29.glif
new file mode 100644
index 000000000..61dae4eee
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_29.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F29" format="2">
+ <advance width="2184.0"/>
+ <unicode hex="1F29"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2148.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2148.0" y="2216.0" name="top0315"/>
+ <anchor x="2148.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-508.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_2A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2A_.glif
new file mode 100644
index 000000000..96d79f139
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2A" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F2A"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FCD" xOffset="-1026.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_2B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2B_.glif
new file mode 100644
index 000000000..26ae0499b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2B" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F2B"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FDD" xOffset="-982.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_2C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2C_.glif
new file mode 100644
index 000000000..9fe25bb2d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2C" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F2C"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FCE" xOffset="-910.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_2D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2D_.glif
new file mode 100644
index 000000000..f4b0b9a66
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2D" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F2D"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FDE" xOffset="-914.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_2E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2E_.glif
new file mode 100644
index 000000000..d6f17e93b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2E_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2E" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F2E"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FCF" xOffset="-674.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_2F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2F_.glif
new file mode 100644
index 000000000..b0ad732b9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_2F_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F2F" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F2F"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FDF" xOffset="-686.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_30.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_30.glif
new file mode 100644
index 000000000..32b7d3ce0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_30.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F30" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F30"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FBD" xOffset="8.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_31.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_31.glif
new file mode 100644
index 000000000..2c4190f13
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_31.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F31" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F31"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FFE" xOffset="-48.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_32.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_32.glif
new file mode 100644
index 000000000..488254331
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_32.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F32" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F32"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FCD" xOffset="-304.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_33.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_33.glif
new file mode 100644
index 000000000..014dea655
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_33.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F33" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F33"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FDD" xOffset="-352.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_34.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_34.glif
new file mode 100644
index 000000000..8e16374ed
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_34.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F34" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F34"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FCE" xOffset="-200.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_35.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_35.glif
new file mode 100644
index 000000000..12b117d50
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_35.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F35" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F35"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FDE" xOffset="-256.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_36.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_36.glif
new file mode 100644
index 000000000..c4cab413f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_36.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F36" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F36"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FCF" xOffset="-152.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_37.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_37.glif
new file mode 100644
index 000000000..009affe79
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_37.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F37" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F37"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FDF" xOffset="-184.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_38.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_38.glif
new file mode 100644
index 000000000..bcf96c66e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_38.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F38" format="2">
+ <advance width="844.0"/>
+ <unicode hex="1F38"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="864.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="864.0" y="2216.0" name="top0315"/>
+ <anchor x="864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="100.0"/>
+ <component base="uni1FBD" xOffset="-524.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_39.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_39.glif
new file mode 100644
index 000000000..b18bb848d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_39.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F39" format="2">
+ <advance width="844.0"/>
+ <unicode hex="1F39"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="864.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="864.0" y="2216.0" name="top0315"/>
+ <anchor x="864.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-524.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_3A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3A_.glif
new file mode 100644
index 000000000..27f79e816
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3A" format="2">
+ <advance width="896.0"/>
+ <unicode hex="1F3A"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="914.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="914.0" y="2216.0" name="top0315"/>
+ <anchor x="914.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FCD" xOffset="-1042.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_3B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3B_.glif
new file mode 100644
index 000000000..77c75f44d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3B" format="2">
+ <advance width="896.0"/>
+ <unicode hex="1F3B"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="914.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="914.0" y="2216.0" name="top0315"/>
+ <anchor x="914.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FDD" xOffset="-998.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_3C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3C_.glif
new file mode 100644
index 000000000..41b49d325
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3C" format="2">
+ <advance width="896.0"/>
+ <unicode hex="1F3C"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="914.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="914.0" y="2216.0" name="top0315"/>
+ <anchor x="914.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FCE" xOffset="-926.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_3D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3D_.glif
new file mode 100644
index 000000000..30257b465
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3D" format="2">
+ <advance width="896.0"/>
+ <unicode hex="1F3D"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="914.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="914.0" y="2216.0" name="top0315"/>
+ <anchor x="914.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FDE" xOffset="-930.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_3E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3E_.glif
new file mode 100644
index 000000000..b62577ed3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3E_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3E" format="2">
+ <advance width="896.0"/>
+ <unicode hex="1F3E"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="914.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="914.0" y="2216.0" name="top0315"/>
+ <anchor x="914.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FCF" xOffset="-690.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_3F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3F_.glif
new file mode 100644
index 000000000..7b55c04dc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_3F_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F3F" format="2">
+ <advance width="896.0"/>
+ <unicode hex="1F3F"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="914.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="914.0" y="2216.0" name="top0315"/>
+ <anchor x="914.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I" xOffset="150.0"/>
+ <component base="uni1FDF" xOffset="-702.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_40.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_40.glif
new file mode 100644
index 000000000..33695fb31
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_40.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F40" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1F40"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FBD" xOffset="512.0" yOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_41.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_41.glif
new file mode 100644
index 000000000..3688f2fe6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_41.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F41" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1F41"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FFE" xOffset="464.0" yOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_42.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_42.glif
new file mode 100644
index 000000000..dbac1d57a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_42.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F42" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1F42"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FCD" xOffset="208.0" yOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_43.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_43.glif
new file mode 100644
index 000000000..83452d016
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_43.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F43" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1F43"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FDD" xOffset="160.0" yOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_44.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_44.glif
new file mode 100644
index 000000000..5965363b0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_44.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F44" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1F44"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FCE" xOffset="312.0" yOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_45.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_45.glif
new file mode 100644
index 000000000..986a6d94f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_45.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F45" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1F45"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FDE" xOffset="256.0" yOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_48.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_48.glif
new file mode 100644
index 000000000..3614ee282
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_48.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F48" format="2">
+ <advance width="2164.0"/>
+ <unicode hex="1F48"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2068.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2004.0" y="2200.0" name="top0315"/>
+ <anchor x="2004.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="uni1FBD" xOffset="-324.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_49.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_49.glif
new file mode 100644
index 000000000..46bd8da12
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_49.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F49" format="2">
+ <advance width="2164.0"/>
+ <unicode hex="1F49"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2068.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2004.0" y="2200.0" name="top0315"/>
+ <anchor x="2004.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="uni1FFE" xOffset="-324.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_4A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_4A_.glif
new file mode 100644
index 000000000..d03ebf6c5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_4A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F4A" format="2">
+ <advance width="2216.0"/>
+ <unicode hex="1F4A"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2118.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2054.0" y="2200.0" name="top0315"/>
+ <anchor x="2054.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="70.0"/>
+ <component base="uni1FCD" xOffset="-842.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_4B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_4B_.glif
new file mode 100644
index 000000000..3234a7269
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_4B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F4B" format="2">
+ <advance width="2216.0"/>
+ <unicode hex="1F4B"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2118.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2054.0" y="2200.0" name="top0315"/>
+ <anchor x="2054.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="70.0"/>
+ <component base="uni1FDD" xOffset="-798.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_4C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_4C_.glif
new file mode 100644
index 000000000..ec3119f50
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_4C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F4C" format="2">
+ <advance width="2216.0"/>
+ <unicode hex="1F4C"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2118.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2054.0" y="2200.0" name="top0315"/>
+ <anchor x="2054.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="70.0"/>
+ <component base="uni1FCE" xOffset="-726.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_4D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_4D_.glif
new file mode 100644
index 000000000..3a37d1353
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_4D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F4D" format="2">
+ <advance width="2216.0"/>
+ <unicode hex="1F4D"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2118.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2054.0" y="2200.0" name="top0315"/>
+ <anchor x="2054.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="70.0"/>
+ <component base="uni1FDE" xOffset="-730.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_50.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_50.glif
new file mode 100644
index 000000000..e1354a831
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_50.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F50" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F50"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FBD" xOffset="448.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_51.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_51.glif
new file mode 100644
index 000000000..94737d745
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_51.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F51" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F51"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FFE" xOffset="400.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_52.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_52.glif
new file mode 100644
index 000000000..0a54a629c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_52.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F52" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F52"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FCD" xOffset="144.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_53.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_53.glif
new file mode 100644
index 000000000..a04d55134
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_53.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F53" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F53"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FDD" xOffset="96.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_54.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_54.glif
new file mode 100644
index 000000000..461a4d0e5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_54.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F54" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F54"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FCE" xOffset="248.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_55.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_55.glif
new file mode 100644
index 000000000..3f259505b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_55.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F55" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F55"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FDE" xOffset="192.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_56.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_56.glif
new file mode 100644
index 000000000..34d49e71f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_56.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F56" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F56"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FCF" xOffset="296.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_57.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_57.glif
new file mode 100644
index 000000000..8ddc2c4ad
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_57.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F57" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F57"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FDF" xOffset="264.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_59.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_59.glif
new file mode 100644
index 000000000..a7f20f74e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_59.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F59" format="2">
+ <advance width="1980.0"/>
+ <unicode hex="1F59"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-488.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_5B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_5B_.glif
new file mode 100644
index 000000000..c748a3547
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_5B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F5B" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1F5B"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="2112.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="2112.0" y="2200.0" name="top0315"/>
+ <anchor x="2112.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="200.0"/>
+ <component base="uni1FDD" xOffset="-912.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_5D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_5D_.glif
new file mode 100644
index 000000000..be1c249eb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_5D_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F5D" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1F5D"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="2112.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="2112.0" y="2200.0" name="top0315"/>
+ <anchor x="2112.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="200.0"/>
+ <component base="uni1FDE" xOffset="-844.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_5F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_5F_.glif
new file mode 100644
index 000000000..08b0ac8a4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_5F_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F5F" format="2">
+ <advance width="2080.0"/>
+ <unicode hex="1F5F"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="2112.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="2112.0" y="2200.0" name="top0315"/>
+ <anchor x="2112.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="200.0"/>
+ <component base="uni1FDF" xOffset="-616.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_60.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_60.glif
new file mode 100644
index 000000000..345c9a780
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_60.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F60" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F60"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBD" xOffset="824.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_61.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_61.glif
new file mode 100644
index 000000000..33fbdfce6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_61.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F61" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F61"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FFE" xOffset="776.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_62.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_62.glif
new file mode 100644
index 000000000..1c13b623f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_62.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F62" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F62"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FCD" xOffset="520.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_63.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_63.glif
new file mode 100644
index 000000000..795103e1c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_63.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F63" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F63"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FDD" xOffset="464.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_64.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_64.glif
new file mode 100644
index 000000000..b34efade3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_64.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F64" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F64"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FCE" xOffset="624.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_65.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_65.glif
new file mode 100644
index 000000000..b78debbf0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_65.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F65" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F65"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FDE" xOffset="560.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_66.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_66.glif
new file mode 100644
index 000000000..ab8dc121f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_66.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F66" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F66"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FCF" xOffset="672.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_67.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_67.glif
new file mode 100644
index 000000000..1e3c47267
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_67.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F67" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F67"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FDF" xOffset="632.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_68.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_68.glif
new file mode 100644
index 000000000..b1d3dfc2b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_68.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F68" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1F68"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FBD" xOffset="-476.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_69.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_69.glif
new file mode 100644
index 000000000..d5324979c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_69.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F69" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1F69"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FFE" xOffset="-476.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_6A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6A_.glif
new file mode 100644
index 000000000..25853c696
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6A" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1F6A"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FCD" xOffset="-994.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_6B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6B_.glif
new file mode 100644
index 000000000..da579f536
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6B" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1F6B"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FDD" xOffset="-950.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_6C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6C_.glif
new file mode 100644
index 000000000..f15b0f9c5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6C" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1F6C"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FCE" xOffset="-878.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_6D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6D_.glif
new file mode 100644
index 000000000..976a8f27d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6D_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6D" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1F6D"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FDE" xOffset="-882.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_6E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6E_.glif
new file mode 100644
index 000000000..0a5ef1e1f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6E_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6E" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1F6E"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FCF" xOffset="-642.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_6F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6F_.glif
new file mode 100644
index 000000000..8d4119fbc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_6F_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F6F" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1F6F"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FDF" xOffset="-654.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_70.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_70.glif
new file mode 100644
index 000000000..50bb7f9ce
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_70.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F70" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F70"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FEF" xOffset="376.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_71.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_71.glif
new file mode 100644
index 000000000..d2a845724
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_71.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F71" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F71"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FFD" xOffset="640.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_72.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_72.glif
new file mode 100644
index 000000000..e9e08dcdf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_72.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F72" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1F72"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FEF" xOffset="272.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_73.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_73.glif
new file mode 100644
index 000000000..3fcbddcfe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_73.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F73" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1F73"/>
+ <anchor x="760.0" y="1772.0" name="parent_top"/>
+ <anchor x="760.0" y="1772.0" name="top"/>
+ <anchor x="1520.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="epsilon"/>
+ <component base="uni1FFD" xOffset="528.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_74.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_74.glif
new file mode 100644
index 000000000..35ec69dc9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_74.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F74" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F74"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FEF" xOffset="320.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_75.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_75.glif
new file mode 100644
index 000000000..dad8a8db8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_75.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F75" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F75"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FFD" xOffset="576.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_76.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_76.glif
new file mode 100644
index 000000000..4f7d41611
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_76.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F76" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F76"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FEF" xOffset="-160.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_77.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_77.glif
new file mode 100644
index 000000000..80c5bb8a6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_77.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F77" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1F77"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FFD" xOffset="104.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_78.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_78.glif
new file mode 100644
index 000000000..10baee558
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_78.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F78" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1F78"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FEF" xOffset="352.0" yOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_79.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_79.glif
new file mode 100644
index 000000000..3408787f6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_79.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F79" format="2">
+ <advance width="1680.0"/>
+ <unicode hex="1F79"/>
+ <anchor x="840.0" y="0.0" name="bottom"/>
+ <anchor x="1616.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="840.0" y="1792.0" name="parent_top"/>
+ <anchor x="840.0" y="1792.0" name="top"/>
+ <anchor x="1552.0" y="1792.0" name="top0315"/>
+ <anchor x="1616.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="o"/>
+ <component base="uni1FFD" xOffset="608.0" yOffset="168.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_7A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_7A_.glif
new file mode 100644
index 000000000..74146dbab
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_7A_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F7A" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F7A"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FEF" xOffset="288.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_7B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_7B_.glif
new file mode 100644
index 000000000..ec7f9f0c4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_7B_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F7B" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1F7B"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FFD" xOffset="544.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_7C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_7C_.glif
new file mode 100644
index 000000000..b48e65ad0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_7C_.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F7C" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F7C"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FEF" xOffset="656.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_7D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_7D_.glif
new file mode 100644
index 000000000..1491f9b8f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_7D_.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F7D" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1F7D"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FFD" xOffset="920.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_80.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_80.glif
new file mode 100644
index 000000000..bbed646f8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_80.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F80" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F80"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FBD" xOffset="544.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_81.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_81.glif
new file mode 100644
index 000000000..6266bc4af
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_81.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F81" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F81"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FFE" xOffset="496.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_82.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_82.glif
new file mode 100644
index 000000000..550f85561
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_82.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F82" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F82"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FCD" xOffset="240.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_83.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_83.glif
new file mode 100644
index 000000000..ade8fced0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_83.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F83" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F83"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FDD" xOffset="184.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_84.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_84.glif
new file mode 100644
index 000000000..f7675bd02
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_84.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F84" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F84"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FCE" xOffset="344.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_85.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_85.glif
new file mode 100644
index 000000000..6638054bf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_85.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F85" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F85"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FDE" xOffset="280.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_86.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_86.glif
new file mode 100644
index 000000000..eb2d11b0b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_86.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F86" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F86"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FCF" xOffset="392.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_87.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_87.glif
new file mode 100644
index 000000000..a0383b1ab
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_87.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F87" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1F87"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FDF" xOffset="352.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_88.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_88.glif
new file mode 100644
index 000000000..a1308880a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_88.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F88" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F88"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ <component base="uni1FBD" xOffset="64.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_89.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_89.glif
new file mode 100644
index 000000000..c406fe6d7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_89.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F89" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F89"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ <component base="uni1FFE" xOffset="64.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_8A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8A_.glif
new file mode 100644
index 000000000..8c3461b20
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8A_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8A" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F8A"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ <component base="uni1FCD" xOffset="-504.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_8B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8B_.glif
new file mode 100644
index 000000000..e5c40738b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8B_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8B" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F8B"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ <component base="uni1FDD" xOffset="-464.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_8C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8C_.glif
new file mode 100644
index 000000000..7f4c6a397
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8C_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8C" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F8C"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ <component base="uni1FCE" xOffset="-392.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_8D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8D_.glif
new file mode 100644
index 000000000..c59bc4453
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8D_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8D" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F8D"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ <component base="uni1FDE" xOffset="-392.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_8E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8E_.glif
new file mode 100644
index 000000000..6780e885e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8E_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8E" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F8E"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ <component base="uni1FCF" xOffset="-152.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_8F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8F_.glif
new file mode 100644
index 000000000..a3b31dc0d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_8F_.glif
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F8F" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1F8F"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ <component base="uni1FDF" xOffset="-168.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_90.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_90.glif
new file mode 100644
index 000000000..c905a991b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_90.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F90" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F90"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FBD" xOffset="480.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_91.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_91.glif
new file mode 100644
index 000000000..785c41c04
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_91.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F91" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F91"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FFE" xOffset="432.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_92.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_92.glif
new file mode 100644
index 000000000..aaab384d9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_92.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F92" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F92"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FCD" xOffset="176.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_93.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_93.glif
new file mode 100644
index 000000000..af04dd834
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_93.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F93" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F93"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FDD" xOffset="128.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_94.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_94.glif
new file mode 100644
index 000000000..97c53c4fe
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_94.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F94" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F94"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FCE" xOffset="280.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_95.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_95.glif
new file mode 100644
index 000000000..3dd8e2d9b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_95.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F95" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F95"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FDE" xOffset="224.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_96.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_96.glif
new file mode 100644
index 000000000..b7154b95e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_96.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F96" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F96"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FCF" xOffset="328.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_97.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_97.glif
new file mode 100644
index 000000000..76c7a4409
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_97.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F97" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1F97"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FDF" xOffset="296.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_98.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_98.glif
new file mode 100644
index 000000000..0727b3df2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_98.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F98" format="2">
+ <advance width="2184.0"/>
+ <unicode hex="1F98"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2148.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2148.0" y="2216.0" name="top0315"/>
+ <anchor x="2148.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FBE" xOffset="808.0" yOffset="16.0"/>
+ <component base="uni1FBD" xOffset="-508.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_99.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_99.glif
new file mode 100644
index 000000000..84e74e21a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_99.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F99" format="2">
+ <advance width="2184.0"/>
+ <unicode hex="1F99"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2148.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2148.0" y="2216.0" name="top0315"/>
+ <anchor x="2148.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FBE" xOffset="808.0" yOffset="16.0"/>
+ <component base="uni1FFE" xOffset="-508.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_9A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9A_.glif
new file mode 100644
index 000000000..ab98cba49
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9A_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9A" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F9A"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="858.0" yOffset="16.0"/>
+ <component base="uni1FCD" xOffset="-1026.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_9B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9B_.glif
new file mode 100644
index 000000000..f9b474228
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9B_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9B" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F9B"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="858.0" yOffset="16.0"/>
+ <component base="uni1FDD" xOffset="-982.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_9C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9C_.glif
new file mode 100644
index 000000000..a28319058
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9C_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9C" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F9C"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="858.0" yOffset="16.0"/>
+ <component base="uni1FCE" xOffset="-910.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_9D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9D_.glif
new file mode 100644
index 000000000..fa82cdaf5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9D_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9D" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F9D"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="858.0" yOffset="16.0"/>
+ <component base="uni1FDE" xOffset="-914.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_9E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9E_.glif
new file mode 100644
index 000000000..e4f4b3948
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9E_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9E" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F9E"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="858.0" yOffset="16.0"/>
+ <component base="uni1FCF" xOffset="-674.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_9F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9F_.glif
new file mode 100644
index 000000000..9d5ae4ccc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_9F_.glif
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1F9F" format="2">
+ <advance width="2232.0"/>
+ <unicode hex="1F9F"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2198.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2198.0" y="2216.0" name="top0315"/>
+ <anchor x="2198.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="150.0"/>
+ <component base="uni1FBE" xOffset="858.0" yOffset="16.0"/>
+ <component base="uni1FDF" xOffset="-686.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_0.glif
new file mode 100644
index 000000000..34d60ecbb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_0.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA0" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FA0"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FBD" xOffset="824.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_1.glif
new file mode 100644
index 000000000..8bee7910b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_1.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA1" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FA1"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FFE" xOffset="776.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_2.glif
new file mode 100644
index 000000000..6378738b4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_2.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA2" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FA2"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FCD" xOffset="520.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_3.glif
new file mode 100644
index 000000000..ac724f165
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_3.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA3" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FA3"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FDD" xOffset="464.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_4.glif
new file mode 100644
index 000000000..57e61537c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_4.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA4" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FA4"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FCE" xOffset="624.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_5.glif
new file mode 100644
index 000000000..c1364a0c8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_5.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA5" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FA5"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FDE" xOffset="560.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_6.glif
new file mode 100644
index 000000000..f6bae8d59
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_6.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA6" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FA6"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FCF" xOffset="672.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_7.glif
new file mode 100644
index 000000000..92db5f8eb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_7.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA7" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FA7"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FDF" xOffset="632.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_8.glif
new file mode 100644
index 000000000..e199fffcb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_8.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA8" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1FA8"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FBE" xOffset="608.0" yOffset="16.0"/>
+ <component base="uni1FBD" xOffset="-476.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_9.glif
new file mode 100644
index 000000000..8a828ca8d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_9.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FA9" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1FA9"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FBE" xOffset="608.0" yOffset="16.0"/>
+ <component base="uni1FFE" xOffset="-476.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_A_.glif
new file mode 100644
index 000000000..de3bd4693
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_A_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAA" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1FAA"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FCD" xOffset="-994.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_B_.glif
new file mode 100644
index 000000000..06388754d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_B_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAB" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1FAB"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FDD" xOffset="-950.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_C_.glif
new file mode 100644
index 000000000..35242bd16
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_C_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAC" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1FAC"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FCE" xOffset="-878.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_D_.glif
new file mode 100644
index 000000000..7b7a076a8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_D_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAD" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1FAD"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FDE" xOffset="-882.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_E_.glif
new file mode 100644
index 000000000..913914001
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_E_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAE" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1FAE"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FCF" xOffset="-642.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_F_.glif
new file mode 100644
index 000000000..2f96978b2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_A_F_.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FAF" format="2">
+ <advance width="1848.0"/>
+ <unicode hex="1FAF"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="70.0"/>
+ <component base="uni1FBE" xOffset="658.0" yOffset="16.0"/>
+ <component base="uni1FDF" xOffset="-654.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_0.glif
new file mode 100644
index 000000000..0333975d4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_0.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB0" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1FB0"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="2220.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="breve" xOffset="240.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_1.glif
new file mode 100644
index 000000000..c84f5f9fa
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_1.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB1" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1FB1"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="2184.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="macron" xOffset="248.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_2.glif
new file mode 100644
index 000000000..269ac1fb6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_2.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB2" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1FB2"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FEF" xOffset="376.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_3.glif
new file mode 100644
index 000000000..c319dd6c8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_3.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB3" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1FB3"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_4.glif
new file mode 100644
index 000000000..ce93d42b4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_4.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB4" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1FB4"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FFD" xOffset="640.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_6.glif
new file mode 100644
index 000000000..52991c5cc
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_6.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB6" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1FB6"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FC0" xOffset="288.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_7.glif
new file mode 100644
index 000000000..855259533
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_7.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB7" format="2">
+ <advance width="1624.0"/>
+ <unicode hex="1FB7"/>
+ <anchor x="764.0" y="-16.0" name="bottom"/>
+ <anchor x="868.0" y="1776.0" name="parent_top"/>
+ <anchor x="868.0" y="1776.0" name="top"/>
+ <anchor x="1600.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="alpha"/>
+ <component base="uni1FBE" xOffset="456.0" yOffset="-16.0"/>
+ <component base="uni1FC0" xOffset="288.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_8.glif
new file mode 100644
index 000000000..7b5a39497
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_8.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB8" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1FB8"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2748.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="breve" xOffset="320.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_9.glif
new file mode 100644
index 000000000..91f472d37
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_9.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FB9" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1FB9"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2712.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="macron" xOffset="328.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_A_.glif
new file mode 100644
index 000000000..3ce8ce367
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBA" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1FBA"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FEF" xOffset="-40.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_B_.glif
new file mode 100644
index 000000000..843bf2e8e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBB" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1FBB"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FFD" xOffset="64.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_C_.glif
new file mode 100644
index 000000000..864e857e9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBC" format="2">
+ <advance width="1904.0"/>
+ <unicode hex="1FBC"/>
+ <anchor x="952.0" y="0.0" name="bottom"/>
+ <anchor x="1848.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="952.0" y="2304.0" name="parent_top"/>
+ <anchor x="952.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2200.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="A"/>
+ <component base="uni1FBE" xOffset="640.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_D_.glif
new file mode 100644
index 000000000..1876072ed
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_D_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBD" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FBD"/>
+ <anchor x="616.0" y="2000.0" name="_tonos"/>
+ <anchor x="328.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="556.0" y="2056.0" type="line"/>
+ <point x="308.0" y="2056.0" type="line"/>
+ <point x="308.0" y="1952.0" type="line" smooth="yes"/>
+ <point x="308.0" y="1820.0"/>
+ <point x="272.0" y="1728.0"/>
+ <point x="196.0" y="1644.0" type="curve"/>
+ <point x="304.0" y="1560.0" type="line"/>
+ <point x="468.0" y="1648.0"/>
+ <point x="556.0" y="1784.0"/>
+ <point x="556.0" y="1944.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_E_.glif
new file mode 100644
index 000000000..cc26c38ba
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_E_.glif
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBE" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FBE"/>
+ <anchor x="312.0" y="0.0" name="_bottom"/>
+ <outline>
+ <contour>
+ <point x="208.0" y="-140.0" type="line"/>
+ <point x="208.0" y="-468.0" type="line" smooth="yes"/>
+ <point x="208.0" y="-648.0"/>
+ <point x="304.0" y="-724.0"/>
+ <point x="440.0" y="-724.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="-724.0"/>
+ <point x="524.0" y="-716.0"/>
+ <point x="544.0" y="-708.0" type="curve"/>
+ <point x="544.0" y="-568.0" type="line"/>
+ <point x="532.0" y="-568.0"/>
+ <point x="504.0" y="-572.0"/>
+ <point x="484.0" y="-572.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="-572.0"/>
+ <point x="416.0" y="-544.0"/>
+ <point x="416.0" y="-464.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="-140.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_F_.glif
new file mode 100644
index 000000000..cf1060fd7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_B_F_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FBF" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FBF"/>
+ <anchor x="616.0" y="2000.0" name="_tonos"/>
+ <anchor x="312.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="556.0" y="2056.0" type="line"/>
+ <point x="308.0" y="2056.0" type="line"/>
+ <point x="308.0" y="1952.0" type="line" smooth="yes"/>
+ <point x="308.0" y="1820.0"/>
+ <point x="272.0" y="1728.0"/>
+ <point x="196.0" y="1644.0" type="curve"/>
+ <point x="304.0" y="1560.0" type="line"/>
+ <point x="468.0" y="1648.0"/>
+ <point x="556.0" y="1784.0"/>
+ <point x="556.0" y="1944.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_0.glif
new file mode 100644
index 000000000..9890abb0f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_0.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC0" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1FC0"/>
+ <anchor x="580.0" y="1624.0" name="_top"/>
+ <outline>
+ <component base="tilde" xOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_1.glif
new file mode 100644
index 000000000..8ab88353f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_1.glif
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC1" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1FC1"/>
+ <anchor x="628.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="152.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="1768.0"/>
+ <point x="204.0" y="1700.0"/>
+ <point x="312.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1700.0"/>
+ <point x="468.0" y="1768.0"/>
+ <point x="468.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1936.0"/>
+ <point x="416.0" y="2004.0"/>
+ <point x="312.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="2004.0"/>
+ <point x="152.0" y="1936.0"/>
+ </contour>
+ <contour>
+ <point x="796.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="1764.0"/>
+ <point x="852.0" y="1696.0"/>
+ <point x="956.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="1696.0"/>
+ <point x="1116.0" y="1764.0"/>
+ <point x="1116.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1932.0"/>
+ <point x="1060.0" y="2000.0"/>
+ <point x="956.0" y="2000.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="2000.0"/>
+ <point x="796.0" y="1932.0"/>
+ </contour>
+ <contour>
+ <point x="884.0" y="2360.0" type="line"/>
+ <point x="884.0" y="2292.0"/>
+ <point x="832.0" y="2240.0"/>
+ <point x="772.0" y="2240.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="2240.0"/>
+ <point x="588.0" y="2344.0"/>
+ <point x="468.0" y="2344.0" type="curve" smooth="yes"/>
+ <point x="332.0" y="2344.0"/>
+ <point x="236.0" y="2220.0"/>
+ <point x="236.0" y="2088.0" type="curve"/>
+ <point x="360.0" y="2056.0" type="line"/>
+ <point x="360.0" y="2124.0"/>
+ <point x="408.0" y="2176.0"/>
+ <point x="468.0" y="2176.0" type="curve" smooth="yes"/>
+ <point x="588.0" y="2176.0"/>
+ <point x="624.0" y="2076.0"/>
+ <point x="772.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="908.0" y="2076.0"/>
+ <point x="1000.0" y="2192.0"/>
+ <point x="1000.0" y="2324.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_2.glif
new file mode 100644
index 000000000..5853955da
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_2.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC2" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1FC2"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FEF" xOffset="320.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_3.glif
new file mode 100644
index 000000000..879bcaf4c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_3.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC3" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1FC3"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_4.glif
new file mode 100644
index 000000000..38f25ab8d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_4.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC4" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1FC4"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FFD" xOffset="576.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_6.glif
new file mode 100644
index 000000000..8424b7294
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_6.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC6" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1FC6"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FC0" xOffset="232.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_7.glif
new file mode 100644
index 000000000..50c9c8a85
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_7.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC7" format="2">
+ <advance width="1620.0"/>
+ <unicode hex="1FC7"/>
+ <anchor x="348.0" y="16.0" name="bottom"/>
+ <anchor x="808.0" y="1776.0" name="parent_top"/>
+ <anchor x="808.0" y="1776.0" name="top"/>
+ <anchor x="1616.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="eta"/>
+ <component base="uni1FBE" xOffset="40.0" yOffset="16.0"/>
+ <component base="uni1FC0" xOffset="232.0" yOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_8.glif
new file mode 100644
index 000000000..ea5258409
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_8.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC8" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1FC8"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1736.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1736.0" y="2216.0" name="top0315"/>
+ <anchor x="1736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="uni1FEF" xOffset="-612.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_9.glif
new file mode 100644
index 000000000..c32012a7f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_9.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FC9" format="2">
+ <advance width="1784.0"/>
+ <unicode hex="1FC9"/>
+ <anchor x="888.0" y="16.0" name="bottom"/>
+ <anchor x="1736.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="888.0" y="2304.0" name="parent_top"/>
+ <anchor x="888.0" y="2304.0" name="top"/>
+ <anchor x="1736.0" y="2216.0" name="top0315"/>
+ <anchor x="1736.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="E" xOffset="100.0"/>
+ <component base="uni1FFD" xOffset="-508.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_A_.glif
new file mode 100644
index 000000000..449f7c47a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCA" format="2">
+ <advance width="2184.0"/>
+ <unicode hex="1FCA"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2148.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2148.0" y="2216.0" name="top0315"/>
+ <anchor x="2148.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FEF" xOffset="-612.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_B_.glif
new file mode 100644
index 000000000..18c39be19
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCB" format="2">
+ <advance width="2184.0"/>
+ <unicode hex="1FCB"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2148.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2148.0" y="2216.0" name="top0315"/>
+ <anchor x="2148.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H" xOffset="100.0"/>
+ <component base="uni1FFD" xOffset="-508.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_C_.glif
new file mode 100644
index 000000000..55ef6d53c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_C_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCC" format="2">
+ <advance width="2084.0"/>
+ <unicode hex="1FCC"/>
+ <anchor x="1020.0" y="16.0" name="bottom"/>
+ <anchor x="2048.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1040.0" y="2304.0" name="parent_top"/>
+ <anchor x="1040.0" y="2304.0" name="top"/>
+ <anchor x="2048.0" y="2216.0" name="top0315"/>
+ <anchor x="2048.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="H"/>
+ <component base="uni1FBE" xOffset="712.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_D_.glif
new file mode 100644
index 000000000..df9780e33
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_D_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCD" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1FCD"/>
+ <anchor x="1184.0" y="2000.0" name="_tonos"/>
+ <anchor x="632.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="1068.0" y="1612.0" type="line"/>
+ <point x="912.0" y="2056.0" type="line"/>
+ <point x="624.0" y="2056.0" type="line"/>
+ <point x="624.0" y="2028.0" type="line"/>
+ <point x="940.0" y="1592.0" type="line"/>
+ <point x="1068.0" y="1592.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="560.0" y="2056.0" type="line"/>
+ <point x="312.0" y="2056.0" type="line"/>
+ <point x="312.0" y="1952.0" type="line" smooth="yes"/>
+ <point x="312.0" y="1820.0"/>
+ <point x="272.0" y="1728.0"/>
+ <point x="200.0" y="1644.0" type="curve"/>
+ <point x="308.0" y="1560.0" type="line"/>
+ <point x="468.0" y="1648.0"/>
+ <point x="560.0" y="1784.0"/>
+ <point x="560.0" y="1944.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_E_.glif
new file mode 100644
index 000000000..45f6fbc5b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_E_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCE" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1FCE"/>
+ <anchor x="1068.0" y="2000.0" name="_tonos"/>
+ <anchor x="528.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="600.0" y="1592.0" type="line"/>
+ <point x="728.0" y="1592.0" type="line"/>
+ <point x="1044.0" y="2028.0" type="line"/>
+ <point x="1044.0" y="2056.0" type="line"/>
+ <point x="756.0" y="2056.0" type="line"/>
+ <point x="600.0" y="1612.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="580.0" y="2056.0" type="line"/>
+ <point x="332.0" y="2056.0" type="line"/>
+ <point x="332.0" y="1952.0" type="line" smooth="yes"/>
+ <point x="332.0" y="1820.0"/>
+ <point x="292.0" y="1728.0"/>
+ <point x="220.0" y="1644.0" type="curve"/>
+ <point x="328.0" y="1560.0" type="line"/>
+ <point x="488.0" y="1648.0"/>
+ <point x="580.0" y="1784.0"/>
+ <point x="580.0" y="1944.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_F_.glif
new file mode 100644
index 000000000..a82416c60
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_C_F_.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FCF" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="1FCF"/>
+ <anchor x="832.0" y="2000.0" name="_tonos"/>
+ <anchor x="480.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="768.0" y="2324.0" type="line"/>
+ <point x="768.0" y="2256.0"/>
+ <point x="716.0" y="2204.0"/>
+ <point x="656.0" y="2204.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="2204.0"/>
+ <point x="476.0" y="2308.0"/>
+ <point x="352.0" y="2308.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="2308.0"/>
+ <point x="124.0" y="2184.0"/>
+ <point x="124.0" y="2052.0" type="curve"/>
+ <point x="244.0" y="2020.0" type="line"/>
+ <point x="244.0" y="2088.0"/>
+ <point x="292.0" y="2140.0"/>
+ <point x="352.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="2140.0"/>
+ <point x="508.0" y="2040.0"/>
+ <point x="656.0" y="2040.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="2040.0"/>
+ <point x="888.0" y="2156.0"/>
+ <point x="888.0" y="2288.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="636.0" y="1972.0" type="line"/>
+ <point x="428.0" y="1972.0" type="line"/>
+ <point x="428.0" y="1872.0" type="line" smooth="yes"/>
+ <point x="428.0" y="1780.0"/>
+ <point x="404.0" y="1704.0"/>
+ <point x="348.0" y="1628.0" type="curve"/>
+ <point x="468.0" y="1560.0" type="line"/>
+ <point x="580.0" y="1640.0"/>
+ <point x="636.0" y="1772.0"/>
+ <point x="636.0" y="1876.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_0.glif
new file mode 100644
index 000000000..7dc0d0a9e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_0.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD0" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1FD0"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="2188.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="breve" xOffset="-304.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_1.glif
new file mode 100644
index 000000000..9a5b47922
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_1.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD1" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1FD1"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="2152.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="macron" xOffset="-296.0" yOffset="-24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_2.glif
new file mode 100644
index 000000000..791578d9c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_2.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD2" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1FD2"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FED" xOffset="-296.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_3.glif
new file mode 100644
index 000000000..9130bd4b5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_3.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD3" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1FD3"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FEE" xOffset="-272.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_6.glif
new file mode 100644
index 000000000..b7ef0bd13
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_6.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD6" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1FD6"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FC0" xOffset="-248.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_7.glif
new file mode 100644
index 000000000..11a240255
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_7.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD7" format="2">
+ <advance width="748.0"/>
+ <unicode hex="1FD7"/>
+ <anchor x="332.0" y="1744.0" name="parent_top"/>
+ <anchor x="332.0" y="1744.0" name="top"/>
+ <anchor x="844.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="iota"/>
+ <component base="uni1FC1" xOffset="-296.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_8.glif
new file mode 100644
index 000000000..7f0ef9e57
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_8.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD8" format="2">
+ <advance width="744.0"/>
+ <unicode hex="1FD8"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2748.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="breve" xOffset="-280.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_9.glif
new file mode 100644
index 000000000..ac88d6996
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_9.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FD9" format="2">
+ <advance width="744.0"/>
+ <unicode hex="1FD9"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2712.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="macron" xOffset="-272.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:47</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_A_.glif
new file mode 100644
index 000000000..f7ae56c87
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDA" format="2">
+ <advance width="744.0"/>
+ <unicode hex="1FDA"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="uni1FEF" xOffset="-136.0" yOffset="680.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_B_.glif
new file mode 100644
index 000000000..ccfaf0ce0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDB" format="2">
+ <advance width="744.0"/>
+ <unicode hex="1FDB"/>
+ <anchor x="376.0" y="16.0" name="bottom"/>
+ <anchor x="764.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="356.0" y="2304.0" name="parent_top"/>
+ <anchor x="356.0" y="2304.0" name="top"/>
+ <anchor x="764.0" y="2216.0" name="top0315"/>
+ <anchor x="764.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="I"/>
+ <component base="uni1FFD" xOffset="124.0" yOffset="680.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_D_.glif
new file mode 100644
index 000000000..9a003c1c7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_D_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDD" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1FDD"/>
+ <anchor x="1140.0" y="2000.0" name="_tonos"/>
+ <anchor x="684.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="1024.0" y="1612.0" type="line"/>
+ <point x="872.0" y="2056.0" type="line"/>
+ <point x="580.0" y="2056.0" type="line"/>
+ <point x="580.0" y="2028.0" type="line"/>
+ <point x="896.0" y="1592.0" type="line"/>
+ <point x="1024.0" y="1592.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="240.0" y="1944.0" type="line"/>
+ <point x="240.0" y="1784.0"/>
+ <point x="332.0" y="1648.0"/>
+ <point x="492.0" y="1560.0" type="curve"/>
+ <point x="600.0" y="1644.0" type="line"/>
+ <point x="524.0" y="1728.0"/>
+ <point x="488.0" y="1820.0"/>
+ <point x="488.0" y="1952.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="2056.0" type="line"/>
+ <point x="240.0" y="2056.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_E_.glif
new file mode 100644
index 000000000..7900755b3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_E_.glif
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDE" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1FDE"/>
+ <anchor x="1072.0" y="2000.0" name="_tonos"/>
+ <anchor x="588.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="616.0" y="1592.0" type="line"/>
+ <point x="744.0" y="1592.0" type="line"/>
+ <point x="1060.0" y="2028.0" type="line"/>
+ <point x="1060.0" y="2056.0" type="line"/>
+ <point x="768.0" y="2056.0" type="line"/>
+ <point x="616.0" y="1612.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="204.0" y="1944.0" type="line"/>
+ <point x="204.0" y="1784.0"/>
+ <point x="296.0" y="1648.0"/>
+ <point x="456.0" y="1560.0" type="curve"/>
+ <point x="564.0" y="1644.0" type="line"/>
+ <point x="492.0" y="1728.0"/>
+ <point x="452.0" y="1820.0"/>
+ <point x="452.0" y="1952.0" type="curve" smooth="yes"/>
+ <point x="452.0" y="2056.0" type="line"/>
+ <point x="204.0" y="2056.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_F_.glif
new file mode 100644
index 000000000..a13a250b6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_D_F_.glif
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FDF" format="2">
+ <advance width="1008.0"/>
+ <unicode hex="1FDF"/>
+ <anchor x="844.0" y="2000.0" name="_tonos"/>
+ <anchor x="516.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="416.0" y="1876.0" type="line"/>
+ <point x="416.0" y="1772.0"/>
+ <point x="468.0" y="1640.0"/>
+ <point x="580.0" y="1560.0" type="curve"/>
+ <point x="704.0" y="1628.0" type="line"/>
+ <point x="648.0" y="1704.0"/>
+ <point x="624.0" y="1780.0"/>
+ <point x="624.0" y="1872.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="1972.0" type="line"/>
+ <point x="416.0" y="1972.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="768.0" y="2324.0" type="line"/>
+ <point x="768.0" y="2256.0"/>
+ <point x="716.0" y="2204.0"/>
+ <point x="656.0" y="2204.0" type="curve" smooth="yes"/>
+ <point x="540.0" y="2204.0"/>
+ <point x="476.0" y="2308.0"/>
+ <point x="352.0" y="2308.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="2308.0"/>
+ <point x="124.0" y="2184.0"/>
+ <point x="124.0" y="2052.0" type="curve"/>
+ <point x="244.0" y="2020.0" type="line"/>
+ <point x="244.0" y="2088.0"/>
+ <point x="292.0" y="2140.0"/>
+ <point x="352.0" y="2140.0" type="curve" smooth="yes"/>
+ <point x="472.0" y="2140.0"/>
+ <point x="508.0" y="2040.0"/>
+ <point x="656.0" y="2040.0" type="curve" smooth="yes"/>
+ <point x="792.0" y="2040.0"/>
+ <point x="888.0" y="2156.0"/>
+ <point x="888.0" y="2288.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_0.glif
new file mode 100644
index 000000000..b0511f534
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_0.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE0" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1FE0"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="2188.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="breve" xOffset="144.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_1.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_1.glif
new file mode 100644
index 000000000..281daf411
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_1.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE1" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1FE1"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="2152.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="macron" xOffset="152.0" yOffset="-24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_2.glif
new file mode 100644
index 000000000..b2774d5ba
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_2.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE2" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1FE2"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FED" xOffset="152.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_3.glif
new file mode 100644
index 000000000..37053a6f6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_3.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE3" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1FE3"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FEE" xOffset="176.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_4.glif
new file mode 100644
index 000000000..16203e5e5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_4.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE4" format="2">
+ <advance width="1608.0"/>
+ <unicode hex="1FE4"/>
+ <anchor x="824.0" y="1760.0" name="parent_top"/>
+ <anchor x="824.0" y="1760.0" name="top"/>
+ <anchor x="1608.0" y="1760.0" name="top0315"/>
+ <outline>
+ <component base="rho"/>
+ <component base="uni1FBD" xOffset="496.0" yOffset="136.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_5.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_5.glif
new file mode 100644
index 000000000..50e89836e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_5.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE5" format="2">
+ <advance width="1608.0"/>
+ <unicode hex="1FE5"/>
+ <anchor x="824.0" y="1760.0" name="parent_top"/>
+ <anchor x="824.0" y="1760.0" name="top"/>
+ <anchor x="1608.0" y="1760.0" name="top0315"/>
+ <outline>
+ <component base="rho"/>
+ <component base="uni1FFE" xOffset="448.0" yOffset="136.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_6.glif
new file mode 100644
index 000000000..3e2889a2f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_6.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE6" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1FE6"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FC0" xOffset="200.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_7.glif
new file mode 100644
index 000000000..5e9a3197a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_7.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE7" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="1FE7"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="uni1FC1" xOffset="152.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_8.glif
new file mode 100644
index 000000000..4371a7d45
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_8.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE8" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="1FE8"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2748.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="breve" xOffset="312.0" yOffset="528.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_9.glif
new file mode 100644
index 000000000..c3eca0126
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_9.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FE9" format="2">
+ <advance width="1880.0"/>
+ <unicode hex="1FE9"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="1912.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2712.0" name="top"/>
+ <anchor x="1912.0" y="2200.0" name="top0315"/>
+ <anchor x="1912.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y"/>
+ <component base="macron" xOffset="320.0" yOffset="544.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_A_.glif
new file mode 100644
index 000000000..fe7bd71db
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_A_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEA" format="2">
+ <advance width="1980.0"/>
+ <unicode hex="1FEA"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="100.0"/>
+ <component base="uni1FEF" xOffset="-592.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_B_.glif
new file mode 100644
index 000000000..fa99b0259
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_B_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEB" format="2">
+ <advance width="1980.0"/>
+ <unicode hex="1FEB"/>
+ <anchor x="940.0" y="0.0" name="bottom"/>
+ <anchor x="2012.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="940.0" y="2304.0" name="parent_top"/>
+ <anchor x="940.0" y="2304.0" name="top"/>
+ <anchor x="2012.0" y="2200.0" name="top0315"/>
+ <anchor x="2012.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="Y" xOffset="100.0"/>
+ <component base="uni1FFD" xOffset="-488.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_C_.glif
new file mode 100644
index 000000000..92a94cfb3
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_C_.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEC" format="2">
+ <advance width="1884.0"/>
+ <unicode hex="1FEC"/>
+ <anchor x="736.0" y="0.0" name="bottom"/>
+ <anchor x="1896.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="904.0" y="2304.0" name="parent_top"/>
+ <anchor x="904.0" y="2304.0" name="top"/>
+ <anchor x="1896.0" y="2216.0" name="top0315"/>
+ <anchor x="1896.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="P" xOffset="100.0"/>
+ <component base="uni1FFE" xOffset="-472.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_D_.glif
new file mode 100644
index 000000000..67c297c97
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_D_.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FED" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1FED"/>
+ <anchor x="628.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="152.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="1768.0"/>
+ <point x="204.0" y="1700.0"/>
+ <point x="312.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1700.0"/>
+ <point x="468.0" y="1768.0"/>
+ <point x="468.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1936.0"/>
+ <point x="416.0" y="2004.0"/>
+ <point x="312.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="2004.0"/>
+ <point x="152.0" y="1936.0"/>
+ </contour>
+ <contour>
+ <point x="796.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="1764.0"/>
+ <point x="852.0" y="1696.0"/>
+ <point x="956.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="1696.0"/>
+ <point x="1116.0" y="1764.0"/>
+ <point x="1116.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1932.0"/>
+ <point x="1060.0" y="2000.0"/>
+ <point x="956.0" y="2000.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="2000.0"/>
+ <point x="796.0" y="1932.0"/>
+ </contour>
+ <contour>
+ <point x="560.0" y="2240.0" type="line"/>
+ <point x="308.0" y="2240.0" type="line"/>
+ <point x="560.0" y="1928.0" type="line"/>
+ <point x="736.0" y="1928.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_E_.glif
new file mode 100644
index 000000000..cc06a7aa7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_E_.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEE" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="1FEE"/>
+ <anchor x="600.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="152.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="1768.0"/>
+ <point x="204.0" y="1700.0"/>
+ <point x="312.0" y="1700.0" type="curve" smooth="yes"/>
+ <point x="416.0" y="1700.0"/>
+ <point x="468.0" y="1768.0"/>
+ <point x="468.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="1936.0"/>
+ <point x="416.0" y="2004.0"/>
+ <point x="312.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="204.0" y="2004.0"/>
+ <point x="152.0" y="1936.0"/>
+ </contour>
+ <contour>
+ <point x="796.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="1764.0"/>
+ <point x="852.0" y="1696.0"/>
+ <point x="956.0" y="1696.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="1696.0"/>
+ <point x="1116.0" y="1764.0"/>
+ <point x="1116.0" y="1848.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="1932.0"/>
+ <point x="1060.0" y="2000.0"/>
+ <point x="956.0" y="2000.0" type="curve" smooth="yes"/>
+ <point x="852.0" y="2000.0"/>
+ <point x="796.0" y="1932.0"/>
+ </contour>
+ <contour>
+ <point x="528.0" y="1928.0" type="line"/>
+ <point x="700.0" y="1928.0" type="line"/>
+ <point x="952.0" y="2240.0" type="line"/>
+ <point x="700.0" y="2240.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_F_.glif
new file mode 100644
index 000000000..b134fc1dd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_E_F_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FEF" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FEF"/>
+ <anchor x="720.0" y="2000.0" name="_tonos"/>
+ <anchor x="492.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="600.0" y="1560.0" type="line"/>
+ <point x="600.0" y="1584.0" type="line"/>
+ <point x="444.0" y="2028.0" type="line"/>
+ <point x="156.0" y="2028.0" type="line"/>
+ <point x="156.0" y="2000.0" type="line"/>
+ <point x="472.0" y="1560.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_2.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_2.glif
new file mode 100644
index 000000000..442f6862b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_2.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF2" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FF2"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FEF" xOffset="656.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_3.glif
new file mode 100644
index 000000000..b80e23871
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_3.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF3" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FF3"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_4.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_4.glif
new file mode 100644
index 000000000..0e7ae9eff
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_4.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF4" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FF4"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FFD" xOffset="920.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_6.glif
new file mode 100644
index 000000000..83ede7c46
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_6.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF6" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FF6"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FC0" xOffset="568.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_7.glif
new file mode 100644
index 000000000..5edf7ea72
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_7.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF7" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1FF7"/>
+ <anchor x="1144.0" y="-16.0" name="bottom"/>
+ <anchor x="1148.0" y="1740.0" name="parent_top"/>
+ <anchor x="1148.0" y="1740.0" name="top"/>
+ <anchor x="2308.0" y="1740.0" name="top0315"/>
+ <outline>
+ <component base="omega"/>
+ <component base="uni1FBE" xOffset="832.0" yOffset="-16.0"/>
+ <component base="uni1FC0" xOffset="568.0" yOffset="120.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_8.glif
new file mode 100644
index 000000000..70d9889b9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_8.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF8" format="2">
+ <advance width="2164.0"/>
+ <unicode hex="1FF8"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2068.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2004.0" y="2200.0" name="top0315"/>
+ <anchor x="2004.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="uni1FEF" xOffset="-428.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_9.glif
new file mode 100644
index 000000000..4238fc7be
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_9.glif
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FF9" format="2">
+ <advance width="2164.0"/>
+ <unicode hex="1FF9"/>
+ <anchor x="1072.0" y="0.0" name="bottom"/>
+ <anchor x="2068.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1072.0" y="2304.0" name="parent_top"/>
+ <anchor x="1072.0" y="2304.0" name="top"/>
+ <anchor x="2004.0" y="2200.0" name="top0315"/>
+ <anchor x="2004.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="O" xOffset="20.0"/>
+ <component base="uni1FFD" xOffset="-324.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_A_.glif
new file mode 100644
index 000000000..0acd713ce
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_A_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFA" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1FFA"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FEF" xOffset="-580.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_B_.glif
new file mode 100644
index 000000000..396a38990
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_B_.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFB" format="2">
+ <advance width="1796.0"/>
+ <unicode hex="1FFB"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega" xOffset="20.0"/>
+ <component base="uni1FFD" xOffset="-476.0" yOffset="48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_C_.glif
new file mode 100644
index 000000000..b02e91066
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_C_.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFC" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="1FFC"/>
+ <anchor x="900.0" y="16.0" name="bottom"/>
+ <outline>
+ <component base="Omega"/>
+ <component base="uni1FBE" xOffset="592.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:50:56</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_D_.glif
new file mode 100644
index 000000000..6771a1a64
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_D_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFD" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FFD"/>
+ <anchor x="616.0" y="2000.0" name="_tonos"/>
+ <anchor x="232.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="156.0" y="1584.0" type="line"/>
+ <point x="308.0" y="2028.0" type="line"/>
+ <point x="600.0" y="2028.0" type="line"/>
+ <point x="600.0" y="2000.0" type="line"/>
+ <point x="284.0" y="1560.0" type="line"/>
+ <point x="156.0" y="1560.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_E_.glif
new file mode 100644
index 000000000..d6b9509ec
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni1F_F_E_.glif
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni1FFE" format="2">
+ <advance width="752.0"/>
+ <unicode hex="1FFE"/>
+ <anchor x="616.0" y="2000.0" name="_tonos"/>
+ <anchor x="376.0" y="1624.0" name="_top"/>
+ <outline>
+ <contour>
+ <point x="196.0" y="1944.0" type="line"/>
+ <point x="196.0" y="1784.0"/>
+ <point x="288.0" y="1648.0"/>
+ <point x="448.0" y="1560.0" type="curve"/>
+ <point x="556.0" y="1644.0" type="line"/>
+ <point x="480.0" y="1728.0"/>
+ <point x="444.0" y="1820.0"/>
+ <point x="444.0" y="1952.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="2056.0" type="line"/>
+ <point x="196.0" y="2056.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2009.fra.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2009.fra.glif
index b0d08a7b2..d28189d9c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2009.fra.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2009.fra.glif
@@ -1,19 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2009.fra" format="1">
- <advance width="512"/>
+<glyph name="uni2009.fra" format="2">
+ <advance width="512.0"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 352.0, 'leftMargin': 0, 'rightMargin': 0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni202F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni202F_.glif
new file mode 100644
index 000000000..fa3ad6447
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni202F_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni202F" format="2">
+ <advance width="792.0"/>
+ <unicode hex="202F"/>
+ <outline>
+ <component base="space"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2047.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2047.glif
new file mode 100644
index 000000000..0f4213f48
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2047.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2047" format="2">
+ <advance width="3296.0"/>
+ <unicode hex="2047"/>
+ <outline>
+ <component base="question" xOffset="256.0"/>
+ <component base="question" xOffset="1776.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2048.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2048.glif
new file mode 100644
index 000000000..a6a16be7d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2048.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2048" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="2048"/>
+ <outline>
+ <component base="question" xOffset="256.0"/>
+ <component base="exclam" xOffset="1776.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2049.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2049.glif
new file mode 100644
index 000000000..2582b4899
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2049.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2049" format="2">
+ <advance width="2560.0"/>
+ <unicode hex="2049"/>
+ <outline>
+ <component base="exclam" xOffset="256.0"/>
+ <component base="question" xOffset="1040.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni204A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni204A_.glif
index 109bb4a7c..f95f2266a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni204A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni204A_.glif
@@ -1,32 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204A" format="1">
- <advance width="1264"/>
+<glyph name="uni204A" format="2">
+ <advance width="1264.0"/>
<unicode hex="204A"/>
<outline>
<contour>
- <point x="160" y="1268" type="line"/>
- <point x="832" y="1268" type="line"/>
- <point x="832" y="-572" type="line"/>
- <point x="1108" y="-572" type="line"/>
- <point x="1108" y="1488" type="line"/>
- <point x="160" y="1488" type="line"/>
+ <point x="160.0" y="1268.0" type="line"/>
+ <point x="832.0" y="1268.0" type="line"/>
+ <point x="832.0" y="-572.0" type="line"/>
+ <point x="1108.0" y="-572.0" type="line"/>
+ <point x="1108.0" y="1488.0" type="line"/>
+ <point x="160.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1236, 'leftMargin': 55, 'rightMargin': 234}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni204B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni204B_.glif
index 7574ce2f8..03bc8dfe7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni204B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni204B_.glif
@@ -1,37 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204B" format="1">
- <advance width="1520"/>
+<glyph name="uni204B" format="2">
+ <advance width="1520.0"/>
<unicode hex="204B"/>
<outline>
<contour>
- <point x="228" y="0" type="line"/>
- <point x="228" y="2004" type="line"/>
- <point x="616" y="2004" type="line" smooth="yes"/>
- <point x="1056" y="2004"/>
- <point x="1292" y="1728"/>
- <point x="1292" y="1360" type="curve" smooth="yes"/>
- <point x="1292" y="988"/>
- <point x="1056" y="716"/>
- <point x="616" y="716" type="curve" smooth="yes"/>
- <point x="504" y="716" type="line"/>
- <point x="504" y="0" type="line"/>
+ <point x="228.0" y="0.0" type="line"/>
+ <point x="228.0" y="2004.0" type="line"/>
+ <point x="616.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="1056.0" y="2004.0"/>
+ <point x="1292.0" y="1728.0"/>
+ <point x="1292.0" y="1360.0" type="curve" smooth="yes"/>
+ <point x="1292.0" y="988.0"/>
+ <point x="1056.0" y="716.0"/>
+ <point x="616.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="504.0" y="716.0" type="line"/>
+ <point x="504.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1386.0, 'leftMargin': 234, 'rightMargin': 87.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni204C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni204C_.glif
index e447070bc..a880944b2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni204C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni204C_.glif
@@ -1,41 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204C" format="1">
- <advance width="1776"/>
+<glyph name="uni204C" format="2">
+ <advance width="1776.0"/>
<unicode hex="204C"/>
<outline>
<contour>
- <point x="712" y="1316" type="line"/>
- <point x="380" y="1316"/>
- <point x="152" y="1112"/>
- <point x="152" y="800" type="curve" smooth="yes"/>
- <point x="152" y="488"/>
- <point x="380" y="284"/>
- <point x="712" y="284" type="curve" smooth="yes"/>
- <point x="1628" y="284" type="line"/>
- <point x="1628" y="1316" type="line"/>
+ <point x="712.0" y="1316.0" type="line"/>
+ <point x="380.0" y="1316.0"/>
+ <point x="152.0" y="1112.0"/>
+ <point x="152.0" y="800.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="488.0"/>
+ <point x="380.0" y="284.0"/>
+ <point x="712.0" y="284.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="284.0" type="line"/>
+ <point x="1628.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="1352" y="1148" type="line"/>
- <point x="1352" y="452" type="line"/>
- <point x="1208" y="452" type="line"/>
- <point x="1208" y="1148" type="line"/>
+ <point x="1352.0" y="1148.0" type="line"/>
+ <point x="1352.0" y="452.0" type="line"/>
+ <point x="1208.0" y="452.0" type="line"/>
+ <point x="1208.0" y="1148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1695, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni204D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni204D_.glif
index 19e455e04..6220ff10a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni204D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni204D_.glif
@@ -1,41 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204D" format="1">
- <advance width="1776"/>
+<glyph name="uni204D" format="2">
+ <advance width="1776.0"/>
<unicode hex="204D"/>
<outline>
<contour>
- <point x="1068" y="1316" type="line"/>
- <point x="1400" y="1316"/>
- <point x="1628" y="1112"/>
- <point x="1628" y="800" type="curve" smooth="yes"/>
- <point x="1628" y="488"/>
- <point x="1400" y="284"/>
- <point x="1068" y="284" type="curve" smooth="yes"/>
- <point x="152" y="284" type="line"/>
- <point x="152" y="1316" type="line"/>
+ <point x="1068.0" y="1316.0" type="line"/>
+ <point x="1400.0" y="1316.0"/>
+ <point x="1628.0" y="1112.0"/>
+ <point x="1628.0" y="800.0" type="curve" smooth="yes"/>
+ <point x="1628.0" y="488.0"/>
+ <point x="1400.0" y="284.0"/>
+ <point x="1068.0" y="284.0" type="curve" smooth="yes"/>
+ <point x="152.0" y="284.0" type="line"/>
+ <point x="152.0" y="1316.0" type="line"/>
</contour>
<contour>
- <point x="428" y="1148" type="line"/>
- <point x="428" y="452" type="line"/>
- <point x="572" y="452" type="line"/>
- <point x="572" y="1148" type="line"/>
+ <point x="428.0" y="1148.0" type="line"/>
+ <point x="428.0" y="452.0" type="line"/>
+ <point x="572.0" y="452.0" type="line"/>
+ <point x="572.0" y="1148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1695, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni204E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni204E_.glif
index fc32c79c4..1c932ae3c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni204E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni204E_.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204E" format="1">
- <advance width="1520"/>
+<glyph name="uni204E" format="2">
+ <advance width="1520.0"/>
<unicode hex="204E"/>
<outline>
- <component base="asterisk" xOffset="144" yOffset="-1420"/>
+ <component base="asterisk" xOffset="144.0" yOffset="-1420.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1359, 'leftMargin': 111, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni204F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni204F_.glif
index 0d45a0ece..9d2d979a2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni204F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni204F_.glif
@@ -1,50 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni204F" format="1">
- <advance width="752"/>
+<glyph name="uni204F" format="2">
+ <advance width="752.0"/>
<unicode hex="204F"/>
<outline>
<contour>
- <point x="160" y="1344" type="curve" smooth="yes"/>
- <point x="160" y="1256"/>
- <point x="216" y="1188"/>
- <point x="324" y="1188" type="curve" smooth="yes"/>
- <point x="436" y="1188"/>
- <point x="492" y="1256"/>
- <point x="492" y="1344" type="curve" smooth="yes"/>
- <point x="492" y="1436"/>
- <point x="436" y="1508"/>
- <point x="324" y="1508" type="curve" smooth="yes"/>
- <point x="216" y="1508"/>
- <point x="160" y="1436"/>
+ <point x="160.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="160.0" y="1256.0"/>
+ <point x="216.0" y="1188.0"/>
+ <point x="324.0" y="1188.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="1188.0"/>
+ <point x="492.0" y="1256.0"/>
+ <point x="492.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="492.0" y="1436.0"/>
+ <point x="436.0" y="1508.0"/>
+ <point x="324.0" y="1508.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="1508.0"/>
+ <point x="160.0" y="1436.0"/>
</contour>
<contour>
- <point x="188" y="308" type="line"/>
- <point x="464" y="308" type="line"/>
- <point x="464" y="100" type="line"/>
- <point x="464" y="-60"/>
- <point x="508" y="-196"/>
- <point x="596" y="-328" type="curve"/>
- <point x="440" y="-432" type="line"/>
- <point x="280" y="-296"/>
- <point x="188" y="-72"/>
- <point x="188" y="104" type="curve"/>
+ <point x="188.0" y="308.0" type="line"/>
+ <point x="464.0" y="308.0" type="line"/>
+ <point x="464.0" y="100.0" type="line"/>
+ <point x="464.0" y="-60.0"/>
+ <point x="508.0" y="-196.0"/>
+ <point x="596.0" y="-328.0" type="curve"/>
+ <point x="440.0" y="-432.0" type="line"/>
+ <point x="280.0" y="-296.0"/>
+ <point x="188.0" y="-72.0"/>
+ <point x="188.0" y="104.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 726.0, 'leftMargin': 199, 'rightMargin': 91.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2050.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2050.glif
index e4ecda409..f35a266d8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2050.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2050.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2050" format="1">
- <advance width="2288"/>
+<glyph name="uni2050" format="2">
+ <advance width="2288.0"/>
<unicode hex="2050"/>
<outline>
- <component base="undertie" xOffset="-20"/>
- <component base="undertie" yScale="-1" xOffset="-20" yOffset="1472"/>
+ <component base="undertie" xOffset="-20.0"/>
+ <component base="undertie" yScale="-1.0" xOffset="-20.0" yOffset="1472.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2138, 'leftMargin': 112, 'rightMargin': -58}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2051.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2051.glif
index f5daeff82..321f8a030 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2051.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2051.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2051" format="1">
- <advance width="1520"/>
+<glyph name="uni2051" format="2">
+ <advance width="1520.0"/>
<unicode hex="2051"/>
<outline>
- <component base="asterisk" xOffset="144"/>
- <component base="asterisk" xOffset="144" yOffset="-1416"/>
+ <component base="asterisk" xOffset="144.0"/>
+ <component base="asterisk" xOffset="144.0" yOffset="-1416.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1359, 'leftMargin': 111, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2052.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2052.glif
index a1d1a1b23..e33167455 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2052.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2052.glif
@@ -1,58 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2052" format="1">
- <advance width="1264"/>
+<glyph name="uni2052" format="2">
+ <advance width="1264.0"/>
<unicode hex="2052"/>
<outline>
<contour>
- <point x="1168" y="2004" type="line"/>
- <point x="936" y="2004" type="line"/>
- <point x="100" y="-172" type="line"/>
- <point x="332" y="-172" type="line"/>
+ <point x="1168.0" y="2004.0" type="line"/>
+ <point x="936.0" y="2004.0" type="line"/>
+ <point x="100.0" y="-172.0" type="line"/>
+ <point x="332.0" y="-172.0" type="line"/>
</contour>
<contour>
- <point x="108" y="1468" type="curve" smooth="yes"/>
- <point x="108" y="1384"/>
- <point x="160" y="1316"/>
- <point x="264" y="1316" type="curve" smooth="yes"/>
- <point x="368" y="1316"/>
- <point x="424" y="1384"/>
- <point x="424" y="1468" type="curve" smooth="yes"/>
- <point x="424" y="1552"/>
- <point x="368" y="1620"/>
- <point x="264" y="1620" type="curve" smooth="yes"/>
- <point x="160" y="1620"/>
- <point x="108" y="1552"/>
+ <point x="108.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="108.0" y="1384.0"/>
+ <point x="160.0" y="1316.0"/>
+ <point x="264.0" y="1316.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="1316.0"/>
+ <point x="424.0" y="1384.0"/>
+ <point x="424.0" y="1468.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="1552.0"/>
+ <point x="368.0" y="1620.0"/>
+ <point x="264.0" y="1620.0" type="curve" smooth="yes"/>
+ <point x="160.0" y="1620.0"/>
+ <point x="108.0" y="1552.0"/>
</contour>
<contour>
- <point x="836" y="368" type="curve" smooth="yes"/>
- <point x="836" y="284"/>
- <point x="888" y="216"/>
- <point x="992" y="216" type="curve" smooth="yes"/>
- <point x="1100" y="216"/>
- <point x="1152" y="284"/>
- <point x="1152" y="368" type="curve" smooth="yes"/>
- <point x="1152" y="452"/>
- <point x="1100" y="520"/>
- <point x="992" y="520" type="curve" smooth="yes"/>
- <point x="888" y="520"/>
- <point x="836" y="452"/>
+ <point x="836.0" y="368.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="284.0"/>
+ <point x="888.0" y="216.0"/>
+ <point x="992.0" y="216.0" type="curve" smooth="yes"/>
+ <point x="1100.0" y="216.0"/>
+ <point x="1152.0" y="284.0"/>
+ <point x="1152.0" y="368.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="452.0"/>
+ <point x="1100.0" y="520.0"/>
+ <point x="992.0" y="520.0" type="curve" smooth="yes"/>
+ <point x="888.0" y="520.0"/>
+ <point x="836.0" y="452.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1297, 'leftMargin': 74, 'rightMargin': 154}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2053.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2053.glif
index 1064d3aa6..e5c8c4ca9 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2053.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2053.glif
@@ -1,46 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2053" format="1">
- <advance width="2032"/>
+<glyph name="uni2053" format="2">
+ <advance width="2032.0"/>
<unicode hex="2053"/>
<outline>
<contour>
- <point x="1744" y="1096" type="line"/>
- <point x="1640" y="1020"/>
- <point x="1536" y="968"/>
- <point x="1412" y="968" type="curve" smooth="yes"/>
- <point x="1156" y="968"/>
- <point x="924" y="1244"/>
- <point x="628" y="1244" type="curve" smooth="yes"/>
- <point x="436" y="1244"/>
- <point x="296" y="1144"/>
- <point x="184" y="1072" type="curve"/>
- <point x="284" y="896" type="line"/>
- <point x="384" y="972"/>
- <point x="476" y="1024"/>
- <point x="628" y="1024" type="curve" smooth="yes"/>
- <point x="872" y="1024"/>
- <point x="1124" y="748"/>
- <point x="1412" y="748" type="curve" smooth="yes"/>
- <point x="1608" y="748"/>
- <point x="1760" y="856"/>
- <point x="1852" y="928" type="curve"/>
+ <point x="1744.0" y="1096.0" type="line"/>
+ <point x="1640.0" y="1020.0"/>
+ <point x="1536.0" y="968.0"/>
+ <point x="1412.0" y="968.0" type="curve" smooth="yes"/>
+ <point x="1156.0" y="968.0"/>
+ <point x="924.0" y="1244.0"/>
+ <point x="628.0" y="1244.0" type="curve" smooth="yes"/>
+ <point x="436.0" y="1244.0"/>
+ <point x="296.0" y="1144.0"/>
+ <point x="184.0" y="1072.0" type="curve"/>
+ <point x="284.0" y="896.0" type="line"/>
+ <point x="384.0" y="972.0"/>
+ <point x="476.0" y="1024.0"/>
+ <point x="628.0" y="1024.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="1024.0"/>
+ <point x="1124.0" y="748.0"/>
+ <point x="1412.0" y="748.0" type="curve" smooth="yes"/>
+ <point x="1608.0" y="748.0"/>
+ <point x="1760.0" y="856.0"/>
+ <point x="1852.0" y="928.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1889, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2054.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2054.glif
index 96126fdde..37ce9f37d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2054.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2054.glif
@@ -1,40 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2054" format="1">
- <advance width="2288"/>
+<glyph name="uni2054" format="2">
+ <advance width="2288.0"/>
<unicode hex="2054"/>
<outline>
<contour>
- <point x="1144" y="-160" type="curve" smooth="yes"/>
- <point x="600" y="-160"/>
- <point x="312" y="-328"/>
- <point x="104" y="-556" type="curve"/>
- <point x="256" y="-660" type="line"/>
- <point x="440" y="-532"/>
- <point x="704" y="-432"/>
- <point x="1144" y="-432" type="curve" smooth="yes"/>
- <point x="1584" y="-432"/>
- <point x="1872" y="-544"/>
- <point x="2060" y="-664" type="curve"/>
- <point x="2188" y="-556" type="line"/>
- <point x="2020" y="-344"/>
- <point x="1688" y="-160"/>
+ <point x="1144.0" y="-160.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="-160.0"/>
+ <point x="312.0" y="-328.0"/>
+ <point x="104.0" y="-556.0" type="curve"/>
+ <point x="256.0" y="-660.0" type="line"/>
+ <point x="440.0" y="-532.0"/>
+ <point x="704.0" y="-432.0"/>
+ <point x="1144.0" y="-432.0" type="curve" smooth="yes"/>
+ <point x="1584.0" y="-432.0"/>
+ <point x="1872.0" y="-544.0"/>
+ <point x="2060.0" y="-664.0" type="curve"/>
+ <point x="2188.0" y="-556.0" type="line"/>
+ <point x="2020.0" y="-344.0"/>
+ <point x="1688.0" y="-160.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2138, 'leftMargin': 28, 'rightMargin': 27}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2055.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2055.glif
index 4a5afbbf6..09400190c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2055.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2055.glif
@@ -1,48 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2055" format="1">
- <advance width="1520"/>
+<glyph name="uni2055" format="2">
+ <advance width="1520.0"/>
<unicode hex="2055"/>
<outline>
<contour>
- <point x="1332" y="652" type="line"/>
- <point x="1332" y="840" type="line"/>
- <point x="188" y="840" type="line"/>
- <point x="188" y="652" type="line"/>
+ <point x="1332.0" y="652.0" type="line"/>
+ <point x="1332.0" y="840.0" type="line"/>
+ <point x="188.0" y="840.0" type="line"/>
+ <point x="188.0" y="652.0" type="line"/>
</contour>
<contour>
- <point x="1096" y="264" type="line"/>
- <point x="1228" y="400" type="line"/>
- <point x="424" y="1216" type="line"/>
- <point x="292" y="1084" type="line"/>
+ <point x="1096.0" y="264.0" type="line"/>
+ <point x="1228.0" y="400.0" type="line"/>
+ <point x="424.0" y="1216.0" type="line"/>
+ <point x="292.0" y="1084.0" type="line"/>
</contour>
<contour>
- <point x="856" y="1320" type="line"/>
- <point x="668" y="1320" type="line"/>
- <point x="664" y="172" type="line"/>
- <point x="856" y="172" type="line"/>
+ <point x="856.0" y="1320.0" type="line"/>
+ <point x="668.0" y="1320.0" type="line"/>
+ <point x="664.0" y="172.0" type="line"/>
+ <point x="856.0" y="172.0" type="line"/>
</contour>
<contour>
- <point x="424" y="264" type="line"/>
- <point x="1228" y="1084" type="line"/>
- <point x="1096" y="1216" type="line"/>
- <point x="292" y="400" type="line"/>
+ <point x="424.0" y="264.0" type="line"/>
+ <point x="1228.0" y="1084.0" type="line"/>
+ <point x="1096.0" y="1216.0" type="line"/>
+ <point x="292.0" y="400.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1621, 'leftMargin': 237, 'rightMargin': 238}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2056.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2056.glif
index d97dab04e..df51242db 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2056.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2056.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2056" format="1">
- <advance width="1296"/>
+<glyph name="uni2056" format="2">
+ <advance width="1296.0"/>
<unicode hex="2056"/>
<outline>
- <component base="dotbelow" xOffset="1092" yOffset="1012"/>
- <component base="dotbelow" xOffset="1868" yOffset="460"/>
- <component base="dotbelow" xOffset="1868" yOffset="1560"/>
+ <component base="dotbelow" xOffset="1092.0" yOffset="1012.0"/>
+ <component base="dotbelow" xOffset="1868.0" yOffset="460.0"/>
+ <component base="dotbelow" xOffset="1868.0" yOffset="1560.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1313, 'leftMargin': 83, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2057.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2057.glif
index f25ed4860..9956d7886 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2057.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2057.glif
@@ -1,48 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2057" format="1">
- <advance width="2032"/>
+<glyph name="uni2057" format="2">
+ <advance width="2032.0"/>
<unicode hex="2057"/>
<outline>
<contour>
- <point x="184" y="1664" type="line"/>
- <point x="352" y="1664" type="line"/>
- <point x="612" y="2148" type="line"/>
- <point x="356" y="2148" type="line"/>
+ <point x="184.0" y="1664.0" type="line"/>
+ <point x="352.0" y="1664.0" type="line"/>
+ <point x="612.0" y="2148.0" type="line"/>
+ <point x="356.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="596" y="1664" type="line"/>
- <point x="764" y="1664" type="line"/>
- <point x="1024" y="2148" type="line"/>
- <point x="772" y="2148" type="line"/>
+ <point x="596.0" y="1664.0" type="line"/>
+ <point x="764.0" y="1664.0" type="line"/>
+ <point x="1024.0" y="2148.0" type="line"/>
+ <point x="772.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="1008" y="1664" type="line"/>
- <point x="1176" y="1664" type="line"/>
- <point x="1436" y="2148" type="line"/>
- <point x="1184" y="2148" type="line"/>
+ <point x="1008.0" y="1664.0" type="line"/>
+ <point x="1176.0" y="1664.0" type="line"/>
+ <point x="1436.0" y="2148.0" type="line"/>
+ <point x="1184.0" y="2148.0" type="line"/>
</contour>
<contour>
- <point x="1424" y="1664" type="line"/>
- <point x="1588" y="1664" type="line"/>
- <point x="1848" y="2148" type="line"/>
- <point x="1596" y="2148" type="line"/>
+ <point x="1424.0" y="1664.0" type="line"/>
+ <point x="1588.0" y="1664.0" type="line"/>
+ <point x="1848.0" y="2148.0" type="line"/>
+ <point x="1596.0" y="2148.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1884, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2058.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2058.glif
index 9fa3307c5..0ec0fd00c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2058.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2058.glif
@@ -1,24 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2058" format="1">
- <advance width="1808"/>
+<glyph name="uni2058" format="2">
+ <advance width="1808.0"/>
<unicode hex="2058"/>
<outline>
- <component base="dotbelow" xOffset="1168" yOffset="1012"/>
- <component base="dotbelow" xOffset="1736" yOffset="460"/>
- <component base="dotbelow" xOffset="2308" yOffset="1012"/>
- <component base="dotbelow" xOffset="1736" yOffset="1560"/>
+ <component base="dotbelow" xOffset="1168.0" yOffset="1012.0"/>
+ <component base="dotbelow" xOffset="1736.0" yOffset="460.0"/>
+ <component base="dotbelow" xOffset="2308.0" yOffset="1012.0"/>
+ <component base="dotbelow" xOffset="1736.0" yOffset="1560.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1678, 'leftMargin': 83, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2059.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2059.glif
index fc5f3ca17..0a55fadb3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2059.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2059.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2059" format="1">
- <advance width="1552"/>
+<glyph name="uni2059" format="2">
+ <advance width="1552.0"/>
<unicode hex="2059"/>
<outline>
- <component base="dotbelow" xOffset="1108" yOffset="1560"/>
- <component base="dotbelow" xOffset="2112" yOffset="460"/>
- <component base="dotbelow" xOffset="1108" yOffset="460"/>
- <component base="dotbelow" xOffset="2112" yOffset="1560"/>
- <component base="dotbelow" xOffset="1612" yOffset="1012"/>
+ <component base="dotbelow" xOffset="1108.0" yOffset="1560.0"/>
+ <component base="dotbelow" xOffset="2112.0" yOffset="460.0"/>
+ <component base="dotbelow" xOffset="1108.0" yOffset="460.0"/>
+ <component base="dotbelow" xOffset="2112.0" yOffset="1560.0"/>
+ <component base="dotbelow" xOffset="1612.0" yOffset="1012.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1540.0, 'leftMargin': 83, 'rightMargin': 138.0}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni205A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni205A_.glif
index b4c8b7625..4a1be5fe6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni205A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni205A_.glif
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205A" format="1">
- <advance width="528"/>
+<glyph name="uni205A" format="2">
+ <advance width="528.0"/>
<unicode hex="205A"/>
<outline>
- <component base="dotbelow" xOffset="1096" yOffset="460"/>
- <component base="dotbelow" xOffset="1096" yOffset="2068"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="460.0"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="2068.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 538, 'leftMargin': 83, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni205B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni205B_.glif
index 8246566c6..b70a142e8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni205B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni205B_.glif
@@ -1,24 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205B" format="1">
- <advance width="1552"/>
+<glyph name="uni205B" format="2">
+ <advance width="1552.0"/>
<unicode hex="205B"/>
<outline>
- <component base="dotbelow" xOffset="1128" yOffset="1288"/>
- <component base="dotbelow" xOffset="2092" yOffset="1288"/>
- <component base="dotbelow" xOffset="1608" yOffset="460"/>
- <component base="dotbelow" xOffset="1608" yOffset="2068"/>
+ <component base="dotbelow" xOffset="1128.0" yOffset="1288.0"/>
+ <component base="dotbelow" xOffset="2092.0" yOffset="1288.0"/>
+ <component base="dotbelow" xOffset="1608.0" yOffset="460.0"/>
+ <component base="dotbelow" xOffset="1608.0" yOffset="2068.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1503, 'leftMargin': 83, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni205C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni205C_.glif
index 97f84f2df..602c11edb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni205C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni205C_.glif
@@ -1,92 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205C" format="1">
- <advance width="1520"/>
+<glyph name="uni205C" format="2">
+ <advance width="1520.0"/>
<unicode hex="205C"/>
<outline>
<contour>
- <point x="1444" y="824" type="line"/>
- <point x="72" y="824" type="line"/>
- <point x="72" y="572" type="line"/>
- <point x="1444" y="572" type="line"/>
+ <point x="1444.0" y="824.0" type="line"/>
+ <point x="72.0" y="824.0" type="line"/>
+ <point x="72.0" y="572.0" type="line"/>
+ <point x="1444.0" y="572.0" type="line"/>
</contour>
<contour>
- <point x="896" y="1400" type="line"/>
- <point x="620" y="1400" type="line"/>
- <point x="620" y="-60" type="line"/>
- <point x="896" y="-60" type="line"/>
+ <point x="896.0" y="1400.0" type="line"/>
+ <point x="620.0" y="1400.0" type="line"/>
+ <point x="620.0" y="-60.0" type="line"/>
+ <point x="896.0" y="-60.0" type="line"/>
</contour>
<contour>
- <point x="1132" y="120" type="curve" smooth="yes"/>
- <point x="1132" y="36"/>
- <point x="1188" y="-32"/>
- <point x="1292" y="-32" type="curve" smooth="yes"/>
- <point x="1396" y="-32"/>
- <point x="1452" y="36"/>
- <point x="1452" y="120" type="curve" smooth="yes"/>
- <point x="1452" y="204"/>
- <point x="1396" y="272"/>
- <point x="1292" y="272" type="curve" smooth="yes"/>
- <point x="1188" y="272"/>
- <point x="1132" y="204"/>
+ <point x="1132.0" y="120.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="36.0"/>
+ <point x="1188.0" y="-32.0"/>
+ <point x="1292.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="-32.0"/>
+ <point x="1452.0" y="36.0"/>
+ <point x="1452.0" y="120.0" type="curve" smooth="yes"/>
+ <point x="1452.0" y="204.0"/>
+ <point x="1396.0" y="272.0"/>
+ <point x="1292.0" y="272.0" type="curve" smooth="yes"/>
+ <point x="1188.0" y="272.0"/>
+ <point x="1132.0" y="204.0"/>
</contour>
<contour>
- <point x="80" y="120" type="curve" smooth="yes"/>
- <point x="80" y="36"/>
- <point x="132" y="-32"/>
- <point x="236" y="-32" type="curve" smooth="yes"/>
- <point x="340" y="-32"/>
- <point x="396" y="36"/>
- <point x="396" y="120" type="curve" smooth="yes"/>
- <point x="396" y="204"/>
- <point x="340" y="272"/>
- <point x="236" y="272" type="curve" smooth="yes"/>
- <point x="132" y="272"/>
- <point x="80" y="204"/>
+ <point x="80.0" y="120.0" type="curve" smooth="yes"/>
+ <point x="80.0" y="36.0"/>
+ <point x="132.0" y="-32.0"/>
+ <point x="236.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="-32.0"/>
+ <point x="396.0" y="36.0"/>
+ <point x="396.0" y="120.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="204.0"/>
+ <point x="340.0" y="272.0"/>
+ <point x="236.0" y="272.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="272.0"/>
+ <point x="80.0" y="204.0"/>
</contour>
<contour>
- <point x="80" y="1220" type="curve" smooth="yes"/>
- <point x="80" y="1136"/>
- <point x="132" y="1072"/>
- <point x="236" y="1072" type="curve" smooth="yes"/>
- <point x="340" y="1072"/>
- <point x="396" y="1136"/>
- <point x="396" y="1220" type="curve" smooth="yes"/>
- <point x="396" y="1304"/>
- <point x="340" y="1372"/>
- <point x="236" y="1372" type="curve" smooth="yes"/>
- <point x="132" y="1372"/>
- <point x="80" y="1304"/>
+ <point x="80.0" y="1220.0" type="curve" smooth="yes"/>
+ <point x="80.0" y="1136.0"/>
+ <point x="132.0" y="1072.0"/>
+ <point x="236.0" y="1072.0" type="curve" smooth="yes"/>
+ <point x="340.0" y="1072.0"/>
+ <point x="396.0" y="1136.0"/>
+ <point x="396.0" y="1220.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="1304.0"/>
+ <point x="340.0" y="1372.0"/>
+ <point x="236.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="1372.0"/>
+ <point x="80.0" y="1304.0"/>
</contour>
<contour>
- <point x="1132" y="1220" type="curve" smooth="yes"/>
- <point x="1132" y="1136"/>
- <point x="1184" y="1072"/>
- <point x="1292" y="1072" type="curve" smooth="yes"/>
- <point x="1396" y="1072"/>
- <point x="1448" y="1136"/>
- <point x="1448" y="1220" type="curve" smooth="yes"/>
- <point x="1448" y="1304"/>
- <point x="1396" y="1372"/>
- <point x="1292" y="1372" type="curve" smooth="yes"/>
- <point x="1184" y="1372"/>
- <point x="1132" y="1304"/>
+ <point x="1132.0" y="1220.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="1136.0"/>
+ <point x="1184.0" y="1072.0"/>
+ <point x="1292.0" y="1072.0" type="curve" smooth="yes"/>
+ <point x="1396.0" y="1072.0"/>
+ <point x="1448.0" y="1136.0"/>
+ <point x="1448.0" y="1220.0" type="curve" smooth="yes"/>
+ <point x="1448.0" y="1304.0"/>
+ <point x="1396.0" y="1372.0"/>
+ <point x="1292.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="1184.0" y="1372.0"/>
+ <point x="1132.0" y="1304.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1592, 'leftMargin': 74, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni205D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni205D_.glif
index dae8bea16..d85a2bfb8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni205D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni205D_.glif
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205D" format="1">
- <advance width="528"/>
+<glyph name="uni205D" format="2">
+ <advance width="528.0"/>
<unicode hex="205D"/>
<outline>
- <component base="dotbelow" xOffset="1096" yOffset="2068"/>
- <component base="dotbelow" xOffset="1096" yOffset="1264"/>
- <component base="dotbelow" xOffset="1096" yOffset="460"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="2068.0"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="1264.0"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="460.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 538, 'leftMargin': 83, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni205E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni205E_.glif
index 9cb571f3b..47a152502 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni205E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni205E_.glif
@@ -1,24 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni205E" format="1">
- <advance width="528"/>
+<glyph name="uni205E" format="2">
+ <advance width="528.0"/>
<unicode hex="205E"/>
<outline>
- <component base="dotbelow" xOffset="1096" yOffset="2068"/>
- <component base="dotbelow" xOffset="1096" yOffset="1528"/>
- <component base="dotbelow" xOffset="1096" yOffset="996"/>
- <component base="dotbelow" xOffset="1096" yOffset="460"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="2068.0"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="1528.0"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="996.0"/>
+ <component base="dotbelow" xOffset="1096.0" yOffset="460.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 538, 'leftMargin': 83, 'rightMargin': 138}</string>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni205F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni205F_.glif
new file mode 100644
index 000000000..1a50e36dd
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni205F_.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni205F" format="2">
+ <advance width="792.0"/>
+ <unicode hex="205F"/>
+ <outline>
+ <component base="space"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2071.ccmp.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2071.ccmp.glif
index 231365ec4..838305a0d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2071.ccmp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2071.ccmp.glif
@@ -1,32 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2071.ccmp" format="1">
- <advance width="496"/>
+<glyph name="uni2071.ccmp" format="2">
+ <advance width="496.0"/>
+ <anchor x="248.0" y="2268.0" name="top"/>
<outline>
<contour>
- <point x="376" y="1872" type="line"/>
- <point x="124" y="1872" type="line"/>
- <point x="124" y="772" type="line"/>
- <point x="376" y="772" type="line"/>
- </contour>
- <contour>
- <point x="248" y="2268" type="move" name="top"/>
+ <point x="376.0" y="1872.0" type="line"/>
+ <point x="124.0" y="1872.0" type="line"/>
+ <point x="124.0" y="772.0" type="line"/>
+ <point x="376.0" y="772.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 620, 'leftMargin': 191, 'rightMargin': 177}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2090.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2090.glif
index 91a7ef33e..8ecc4417c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2090.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2090.glif
@@ -1,66 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2090" format="1">
- <advance width="1264"/>
+<glyph name="uni2090" format="2">
+ <advance width="1264.0"/>
<unicode hex="2090"/>
<outline>
<contour>
- <point x="812" y="-388" type="line"/>
- <point x="812" y="-448"/>
- <point x="824" y="-532"/>
- <point x="840" y="-572" type="curve"/>
- <point x="1100" y="-572" type="line"/>
- <point x="1100" y="-556" type="line"/>
- <point x="1076" y="-496"/>
- <point x="1060" y="-404"/>
- <point x="1060" y="-332" type="curve" smooth="yes"/>
- <point x="1060" y="152" type="line" smooth="yes"/>
- <point x="1060" y="424"/>
- <point x="864" y="548"/>
- <point x="620" y="548" type="curve" smooth="yes"/>
- <point x="352" y="548"/>
- <point x="168" y="360"/>
- <point x="168" y="204" type="curve"/>
- <point x="396" y="204" type="line"/>
- <point x="416" y="280"/>
- <point x="472" y="336"/>
- <point x="608" y="336" type="curve" smooth="yes"/>
- <point x="756" y="336"/>
- <point x="812" y="260"/>
- <point x="812" y="132" type="curve" smooth="yes"/>
+ <point x="812.0" y="-388.0" type="line"/>
+ <point x="812.0" y="-448.0"/>
+ <point x="824.0" y="-532.0"/>
+ <point x="840.0" y="-572.0" type="curve"/>
+ <point x="1100.0" y="-572.0" type="line"/>
+ <point x="1100.0" y="-556.0" type="line"/>
+ <point x="1076.0" y="-496.0"/>
+ <point x="1060.0" y="-404.0"/>
+ <point x="1060.0" y="-332.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="152.0" type="line" smooth="yes"/>
+ <point x="1060.0" y="424.0"/>
+ <point x="864.0" y="548.0"/>
+ <point x="620.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="352.0" y="548.0"/>
+ <point x="168.0" y="360.0"/>
+ <point x="168.0" y="204.0" type="curve"/>
+ <point x="396.0" y="204.0" type="line"/>
+ <point x="416.0" y="280.0"/>
+ <point x="472.0" y="336.0"/>
+ <point x="608.0" y="336.0" type="curve" smooth="yes"/>
+ <point x="756.0" y="336.0"/>
+ <point x="812.0" y="260.0"/>
+ <point x="812.0" y="132.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="864" y="112" type="line"/>
- <point x="636" y="112" type="line" smooth="yes"/>
- <point x="328" y="112"/>
- <point x="132" y="-20"/>
- <point x="132" y="-268" type="curve" smooth="yes"/>
- <point x="132" y="-464"/>
- <point x="280" y="-592"/>
- <point x="512" y="-592" type="curve" smooth="yes"/>
- <point x="748" y="-592"/>
- <point x="904" y="-428"/>
- <point x="936" y="-292" type="curve"/>
- <point x="848" y="-196" type="line"/>
- <point x="848" y="-288"/>
- <point x="708" y="-384"/>
- <point x="564" y="-384" type="curve" smooth="yes"/>
- <point x="444" y="-384"/>
- <point x="384" y="-328"/>
- <point x="384" y="-236" type="curve" smooth="yes"/>
- <point x="384" y="-112"/>
- <point x="476" y="-64"/>
- <point x="684" y="-64" type="curve" smooth="yes"/>
- <point x="864" y="-64" type="line"/>
+ <point x="864.0" y="112.0" type="line"/>
+ <point x="636.0" y="112.0" type="line" smooth="yes"/>
+ <point x="328.0" y="112.0"/>
+ <point x="132.0" y="-20.0"/>
+ <point x="132.0" y="-268.0" type="curve" smooth="yes"/>
+ <point x="132.0" y="-464.0"/>
+ <point x="280.0" y="-592.0"/>
+ <point x="512.0" y="-592.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="-592.0"/>
+ <point x="904.0" y="-428.0"/>
+ <point x="936.0" y="-292.0" type="curve"/>
+ <point x="848.0" y="-196.0" type="line"/>
+ <point x="848.0" y="-288.0"/>
+ <point x="708.0" y="-384.0"/>
+ <point x="564.0" y="-384.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="-384.0"/>
+ <point x="384.0" y="-328.0"/>
+ <point x="384.0" y="-236.0" type="curve" smooth="yes"/>
+ <point x="384.0" y="-112.0"/>
+ <point x="476.0" y="-64.0"/>
+ <point x="684.0" y="-64.0" type="curve" smooth="yes"/>
+ <point x="864.0" y="-64.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1191, 'leftMargin': 156, 'rightMargin': 67}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2091.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2091.glif
index dc074a598..eed7405ce 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2091.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2091.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2091" format="1">
- <advance width="1264"/>
+<glyph name="uni2091" format="2">
+ <advance width="1264.0"/>
<unicode hex="2091"/>
<outline>
<contour>
- <point x="648" y="-600" type="curve" smooth="yes"/>
- <point x="872" y="-600"/>
- <point x="1012" y="-500"/>
- <point x="1084" y="-392" type="curve"/>
- <point x="924" y="-248" type="line"/>
- <point x="860" y="-320"/>
- <point x="788" y="-392"/>
- <point x="660" y="-392" type="curve" smooth="yes"/>
- <point x="488" y="-392"/>
- <point x="368" y="-272"/>
- <point x="368" y="-72" type="curve" smooth="yes"/>
- <point x="368" y="-28" type="line" smooth="yes"/>
- <point x="368" y="208"/>
- <point x="460" y="328"/>
- <point x="624" y="328" type="curve" smooth="yes"/>
- <point x="788" y="328"/>
- <point x="860" y="224"/>
- <point x="860" y="84" type="curve" smooth="yes"/>
- <point x="860" y="72" type="line"/>
- <point x="264" y="72" type="line"/>
- <point x="264" y="-140" type="line"/>
- <point x="1112" y="-140" type="line"/>
- <point x="1112" y="-4" type="line" smooth="yes"/>
- <point x="1112" y="304"/>
- <point x="948" y="540"/>
- <point x="624" y="540" type="curve" smooth="yes"/>
- <point x="380" y="540"/>
- <point x="116" y="336"/>
- <point x="116" y="-28" type="curve" smooth="yes"/>
- <point x="116" y="-72" type="line" smooth="yes"/>
- <point x="116" y="-380"/>
- <point x="340" y="-600"/>
+ <point x="648.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="872.0" y="-600.0"/>
+ <point x="1012.0" y="-500.0"/>
+ <point x="1084.0" y="-392.0" type="curve"/>
+ <point x="924.0" y="-248.0" type="line"/>
+ <point x="860.0" y="-320.0"/>
+ <point x="788.0" y="-392.0"/>
+ <point x="660.0" y="-392.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="-392.0"/>
+ <point x="368.0" y="-272.0"/>
+ <point x="368.0" y="-72.0" type="curve" smooth="yes"/>
+ <point x="368.0" y="-28.0" type="line" smooth="yes"/>
+ <point x="368.0" y="208.0"/>
+ <point x="460.0" y="328.0"/>
+ <point x="624.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="328.0"/>
+ <point x="860.0" y="224.0"/>
+ <point x="860.0" y="84.0" type="curve" smooth="yes"/>
+ <point x="860.0" y="72.0" type="line"/>
+ <point x="264.0" y="72.0" type="line"/>
+ <point x="264.0" y="-140.0" type="line"/>
+ <point x="1112.0" y="-140.0" type="line"/>
+ <point x="1112.0" y="-4.0" type="line" smooth="yes"/>
+ <point x="1112.0" y="304.0"/>
+ <point x="948.0" y="540.0"/>
+ <point x="624.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="380.0" y="540.0"/>
+ <point x="116.0" y="336.0"/>
+ <point x="116.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="116.0" y="-72.0" type="line" smooth="yes"/>
+ <point x="116.0" y="-380.0"/>
+ <point x="340.0" y="-600.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1161, 'leftMargin': 144, 'rightMargin': 21}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2092.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2092.glif
index 9bdf423d5..e77a6f2f4 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2092.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2092.glif
@@ -1,49 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2092" format="1">
- <advance width="1264"/>
+<glyph name="uni2092" format="2">
+ <advance width="1264.0"/>
<unicode hex="2092"/>
<outline>
<contour>
- <point x="100" y="-40" type="line"/>
- <point x="100" y="-376"/>
- <point x="304" y="-600"/>
- <point x="616" y="-600" type="curve" smooth="yes"/>
- <point x="928" y="-600"/>
- <point x="1132" y="-376"/>
- <point x="1132" y="-40" type="curve" smooth="yes"/>
- <point x="1132" y="-20" type="line" smooth="yes"/>
- <point x="1132" y="312"/>
- <point x="928" y="540"/>
- <point x="616" y="540" type="curve" smooth="yes"/>
- <point x="304" y="540"/>
- <point x="100" y="312"/>
- <point x="100" y="-20" type="curve" smooth="yes"/>
+ <point x="100.0" y="-40.0" type="line"/>
+ <point x="100.0" y="-376.0"/>
+ <point x="304.0" y="-600.0"/>
+ <point x="616.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="928.0" y="-600.0"/>
+ <point x="1132.0" y="-376.0"/>
+ <point x="1132.0" y="-40.0" type="curve" smooth="yes"/>
+ <point x="1132.0" y="-20.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="312.0"/>
+ <point x="928.0" y="540.0"/>
+ <point x="616.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="304.0" y="540.0"/>
+ <point x="100.0" y="312.0"/>
+ <point x="100.0" y="-20.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="352" y="-20" type="line"/>
- <point x="352" y="192"/>
- <point x="440" y="328"/>
- <point x="616" y="328" type="curve" smooth="yes"/>
- <point x="788" y="328"/>
- <point x="880" y="192"/>
- <point x="880" y="-20" type="curve" smooth="yes"/>
- <point x="880" y="-40" type="line" smooth="yes"/>
- <point x="880" y="-256"/>
- <point x="788" y="-392"/>
- <point x="616" y="-392" type="curve" smooth="yes"/>
- <point x="440" y="-392"/>
- <point x="352" y="-256"/>
- <point x="352" y="-40" type="curve" smooth="yes"/>
+ <point x="352.0" y="-20.0" type="line"/>
+ <point x="352.0" y="192.0"/>
+ <point x="440.0" y="328.0"/>
+ <point x="616.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="788.0" y="328.0"/>
+ <point x="880.0" y="192.0"/>
+ <point x="880.0" y="-20.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="-40.0" type="line" smooth="yes"/>
+ <point x="880.0" y="-256.0"/>
+ <point x="788.0" y="-392.0"/>
+ <point x="616.0" y="-392.0" type="curve" smooth="yes"/>
+ <point x="440.0" y="-392.0"/>
+ <point x="352.0" y="-256.0"/>
+ <point x="352.0" y="-40.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1199.0, 'leftMargin': 124, 'rightMargin': 43.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2093.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2093.glif
index 56d571375..94217dce2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2093.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2093.glif
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2093" format="1">
- <advance width="1264"/>
+<glyph name="uni2093" format="2">
+ <advance width="1264.0"/>
<unicode hex="2093"/>
<outline>
- <component base="xsuper" xOffset="-20" yOffset="-1468"/>
+ <component base="xsuper" xOffset="-20.0" yOffset="-1468.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1123, 'leftMargin': 136, 'rightMargin': -25}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2094.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2094.glif
index 7a74bcd66..21f2ceecd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2094.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2094.glif
@@ -1,51 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2094" format="1">
- <advance width="1264"/>
+<glyph name="uni2094" format="2">
+ <advance width="1264.0"/>
<unicode hex="2094"/>
<outline>
<contour>
- <point x="616" y="540" type="curve" smooth="yes"/>
- <point x="392" y="540"/>
- <point x="252" y="440"/>
- <point x="180" y="332" type="curve"/>
- <point x="340" y="188" type="line"/>
- <point x="404" y="260"/>
- <point x="476" y="332"/>
- <point x="604" y="332" type="curve" smooth="yes"/>
- <point x="776" y="332"/>
- <point x="896" y="212"/>
- <point x="896" y="12" type="curve" smooth="yes"/>
- <point x="896" y="-32" type="line" smooth="yes"/>
- <point x="896" y="-268"/>
- <point x="804" y="-388"/>
- <point x="640" y="-388" type="curve" smooth="yes"/>
- <point x="476" y="-388"/>
- <point x="404" y="-284"/>
- <point x="404" y="-144" type="curve" smooth="yes"/>
- <point x="404" y="-132" type="line"/>
- <point x="1000" y="-132" type="line"/>
- <point x="1000" y="80" type="line"/>
- <point x="152" y="80" type="line"/>
- <point x="152" y="-56" type="line" smooth="yes"/>
- <point x="152" y="-364"/>
- <point x="316" y="-600"/>
- <point x="640" y="-600" type="curve" smooth="yes"/>
- <point x="884" y="-600"/>
- <point x="1148" y="-396"/>
- <point x="1148" y="-32" type="curve" smooth="yes"/>
- <point x="1148" y="12" type="line" smooth="yes"/>
- <point x="1148" y="320"/>
- <point x="924" y="540"/>
+ <point x="616.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="540.0"/>
+ <point x="252.0" y="440.0"/>
+ <point x="180.0" y="332.0" type="curve"/>
+ <point x="340.0" y="188.0" type="line"/>
+ <point x="404.0" y="260.0"/>
+ <point x="476.0" y="332.0"/>
+ <point x="604.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="776.0" y="332.0"/>
+ <point x="896.0" y="212.0"/>
+ <point x="896.0" y="12.0" type="curve" smooth="yes"/>
+ <point x="896.0" y="-32.0" type="line" smooth="yes"/>
+ <point x="896.0" y="-268.0"/>
+ <point x="804.0" y="-388.0"/>
+ <point x="640.0" y="-388.0" type="curve" smooth="yes"/>
+ <point x="476.0" y="-388.0"/>
+ <point x="404.0" y="-284.0"/>
+ <point x="404.0" y="-144.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="-132.0" type="line"/>
+ <point x="1000.0" y="-132.0" type="line"/>
+ <point x="1000.0" y="80.0" type="line"/>
+ <point x="152.0" y="80.0" type="line"/>
+ <point x="152.0" y="-56.0" type="line" smooth="yes"/>
+ <point x="152.0" y="-364.0"/>
+ <point x="316.0" y="-600.0"/>
+ <point x="640.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="884.0" y="-600.0"/>
+ <point x="1148.0" y="-396.0"/>
+ <point x="1148.0" y="-32.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="12.0" type="line" smooth="yes"/>
+ <point x="1148.0" y="320.0"/>
+ <point x="924.0" y="540.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1161, 'leftMargin': 21, 'rightMargin': 144}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2095.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2095.glif
index 595ba0a24..6638c59e5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2095.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2095.glif
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2095" format="1">
- <advance width="1264"/>
+<glyph name="uni2095" format="2">
+ <advance width="1264.0"/>
<unicode hex="2095"/>
<outline>
- <component base="hsuper" xOffset="-16" yOffset="-1468"/>
+ <component base="hsuper" xOffset="-16.0" yOffset="-1468.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1156, 'leftMargin': 200, 'rightMargin': 76}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2096.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2096.glif
index 3a74f2488..42a336797 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2096.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2096.glif
@@ -1,37 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2096" format="1">
- <advance width="1264"/>
+<glyph name="uni2096" format="2">
+ <advance width="1264.0"/>
<unicode hex="2096"/>
<outline>
<contour>
- <point x="376" y="1016" type="line"/>
- <point x="124" y="1016" type="line"/>
- <point x="124" y="-572" type="line"/>
- <point x="376" y="-572" type="line"/>
+ <point x="376.0" y="1016.0" type="line"/>
+ <point x="124.0" y="1016.0" type="line"/>
+ <point x="124.0" y="-572.0" type="line"/>
+ <point x="376.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="1064" y="528" type="line"/>
- <point x="780" y="528" type="line"/>
- <point x="468" y="176" type="line"/>
- <point x="276" y="-64" type="line"/>
- <point x="304" y="-292" type="line"/>
- <point x="592" y="16" type="line"/>
+ <point x="1064.0" y="528.0" type="line"/>
+ <point x="780.0" y="528.0" type="line"/>
+ <point x="468.0" y="176.0" type="line"/>
+ <point x="276.0" y="-64.0" type="line"/>
+ <point x="304.0" y="-292.0" type="line"/>
+ <point x="592.0" y="16.0" type="line"/>
</contour>
<contour>
- <point x="816" y="-572" type="line"/>
- <point x="1108" y="-572" type="line"/>
- <point x="624" y="124" type="line"/>
- <point x="480" y="-56" type="line"/>
+ <point x="816.0" y="-572.0" type="line"/>
+ <point x="1108.0" y="-572.0" type="line"/>
+ <point x="624.0" y="124.0" type="line"/>
+ <point x="480.0" y="-56.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1151, 'leftMargin': 148, 'rightMargin': 19}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2097.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2097.glif
index aa4737cb5..bbe5f6a6f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2097.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2097.glif
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2097" format="1">
- <advance width="496"/>
+<glyph name="uni2097" format="2">
+ <advance width="496.0"/>
<unicode hex="2097"/>
<outline>
- <component base="shindagesh" xOffset="-20" yOffset="-1468"/>
+ <component base="shindagesh" xOffset="-20.0" yOffset="-1468.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 582, 'leftMargin': 160, 'rightMargin': 170}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2098.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2098.glif
index 808ae01c0..d7dec860e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2098.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2098.glif
@@ -1,60 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2098" format="1">
- <advance width="1776"/>
+<glyph name="uni2098" format="2">
+ <advance width="1776.0"/>
<unicode hex="2098"/>
<outline>
<contour>
- <point x="336" y="16" type="line"/>
- <point x="336" y="196"/>
- <point x="404" y="340"/>
- <point x="560" y="340" type="curve" smooth="yes"/>
- <point x="672" y="340"/>
- <point x="744" y="272"/>
- <point x="744" y="80" type="curve" smooth="yes"/>
- <point x="744" y="-572" type="line"/>
- <point x="996" y="-572" type="line"/>
- <point x="996" y="128" type="line" smooth="yes"/>
- <point x="996" y="424"/>
- <point x="860" y="548"/>
- <point x="644" y="548" type="curve" smooth="yes"/>
- <point x="412" y="548"/>
- <point x="272" y="324"/>
- <point x="272" y="12" type="curve"/>
+ <point x="336.0" y="16.0" type="line"/>
+ <point x="336.0" y="196.0"/>
+ <point x="404.0" y="340.0"/>
+ <point x="560.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="340.0"/>
+ <point x="744.0" y="272.0"/>
+ <point x="744.0" y="80.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="-572.0" type="line"/>
+ <point x="996.0" y="-572.0" type="line"/>
+ <point x="996.0" y="128.0" type="line" smooth="yes"/>
+ <point x="996.0" y="424.0"/>
+ <point x="860.0" y="548.0"/>
+ <point x="644.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="548.0"/>
+ <point x="272.0" y="324.0"/>
+ <point x="272.0" y="12.0" type="curve"/>
</contour>
<contour>
- <point x="368" y="292" type="line"/>
- <point x="304" y="528" type="line"/>
- <point x="116" y="528" type="line"/>
- <point x="116" y="-572" type="line"/>
- <point x="368" y="-572" type="line"/>
+ <point x="368.0" y="292.0" type="line"/>
+ <point x="304.0" y="528.0" type="line"/>
+ <point x="116.0" y="528.0" type="line"/>
+ <point x="116.0" y="-572.0" type="line"/>
+ <point x="368.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="968" y="16" type="line"/>
- <point x="968" y="196"/>
- <point x="1036" y="340"/>
- <point x="1196" y="340" type="curve" smooth="yes"/>
- <point x="1304" y="340"/>
- <point x="1380" y="272"/>
- <point x="1380" y="80" type="curve" smooth="yes"/>
- <point x="1380" y="-572" type="line"/>
- <point x="1628" y="-572" type="line"/>
- <point x="1628" y="128" type="line" smooth="yes"/>
- <point x="1628" y="424"/>
- <point x="1492" y="548"/>
- <point x="1276" y="548" type="curve" smooth="yes"/>
- <point x="1044" y="548"/>
- <point x="904" y="324"/>
- <point x="904" y="12" type="curve"/>
+ <point x="968.0" y="16.0" type="line"/>
+ <point x="968.0" y="196.0"/>
+ <point x="1036.0" y="340.0"/>
+ <point x="1196.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="1304.0" y="340.0"/>
+ <point x="1380.0" y="272.0"/>
+ <point x="1380.0" y="80.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="-572.0" type="line"/>
+ <point x="1628.0" y="-572.0" type="line"/>
+ <point x="1628.0" y="128.0" type="line" smooth="yes"/>
+ <point x="1628.0" y="424.0"/>
+ <point x="1492.0" y="548.0"/>
+ <point x="1276.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="1044.0" y="548.0"/>
+ <point x="904.0" y="324.0"/>
+ <point x="904.0" y="12.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1789, 'leftMargin': 140, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2099.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2099.glif
index 75c8e61b2..b107a8478 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2099.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2099.glif
@@ -1,42 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2099" format="1">
- <advance width="1264"/>
+<glyph name="uni2099" format="2">
+ <advance width="1264.0"/>
<unicode hex="2099"/>
<outline>
<contour>
- <point x="412" y="16" type="line"/>
- <point x="412" y="196"/>
- <point x="480" y="340"/>
- <point x="636" y="340" type="curve" smooth="yes"/>
- <point x="748" y="340"/>
- <point x="820" y="272"/>
- <point x="820" y="80" type="curve" smooth="yes"/>
- <point x="820" y="-572" type="line"/>
- <point x="1072" y="-572" type="line"/>
- <point x="1072" y="128" type="line" smooth="yes"/>
- <point x="1072" y="424"/>
- <point x="936" y="548"/>
- <point x="720" y="548" type="curve" smooth="yes"/>
- <point x="488" y="548"/>
- <point x="348" y="324"/>
- <point x="348" y="16" type="curve"/>
+ <point x="412.0" y="16.0" type="line"/>
+ <point x="412.0" y="196.0"/>
+ <point x="480.0" y="340.0"/>
+ <point x="636.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="340.0"/>
+ <point x="820.0" y="272.0"/>
+ <point x="820.0" y="80.0" type="curve" smooth="yes"/>
+ <point x="820.0" y="-572.0" type="line"/>
+ <point x="1072.0" y="-572.0" type="line"/>
+ <point x="1072.0" y="128.0" type="line" smooth="yes"/>
+ <point x="1072.0" y="424.0"/>
+ <point x="936.0" y="548.0"/>
+ <point x="720.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="488.0" y="548.0"/>
+ <point x="348.0" y="324.0"/>
+ <point x="348.0" y="16.0" type="curve"/>
</contour>
<contour>
- <point x="444" y="292" type="line"/>
- <point x="412" y="528" type="line"/>
- <point x="192" y="528" type="line"/>
- <point x="192" y="-572" type="line"/>
- <point x="444" y="-572" type="line"/>
+ <point x="444.0" y="292.0" type="line"/>
+ <point x="412.0" y="528.0" type="line"/>
+ <point x="192.0" y="528.0" type="line"/>
+ <point x="192.0" y="-572.0" type="line"/>
+ <point x="444.0" y="-572.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1156, 'leftMargin': 138, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni209A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni209A_.glif
index 733e0c822..85daee544 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni209A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni209A_.glif
@@ -1,56 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni209A" format="1">
- <advance width="1264"/>
+<glyph name="uni209A" format="2">
+ <advance width="1264.0"/>
<unicode hex="209A"/>
<outline>
<contour>
- <point x="380" y="-728" type="line"/>
- <point x="380" y="308" type="line"/>
- <point x="352" y="520" type="line"/>
- <point x="128" y="520" type="line"/>
- <point x="128" y="-728" type="line"/>
+ <point x="380.0" y="-728.0" type="line"/>
+ <point x="380.0" y="308.0" type="line"/>
+ <point x="352.0" y="520.0" type="line"/>
+ <point x="128.0" y="520.0" type="line"/>
+ <point x="128.0" y="-728.0" type="line"/>
</contour>
<contour>
- <point x="1136" y="24" type="line"/>
- <point x="1136" y="332"/>
- <point x="960" y="540"/>
- <point x="688" y="540" type="curve" smooth="yes"/>
- <point x="404" y="540"/>
- <point x="268" y="340"/>
- <point x="240" y="16" type="curve"/>
- <point x="240" y="-20" type="line"/>
- <point x="268" y="-332"/>
- <point x="404" y="-520"/>
- <point x="684" y="-520" type="curve" smooth="yes"/>
- <point x="964" y="-520"/>
- <point x="1136" y="-324"/>
- <point x="1136" y="0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="24.0" type="line"/>
+ <point x="1136.0" y="332.0"/>
+ <point x="960.0" y="540.0"/>
+ <point x="688.0" y="540.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="540.0"/>
+ <point x="268.0" y="340.0"/>
+ <point x="240.0" y="16.0" type="curve"/>
+ <point x="240.0" y="-20.0" type="line"/>
+ <point x="268.0" y="-332.0"/>
+ <point x="404.0" y="-520.0"/>
+ <point x="684.0" y="-520.0" type="curve" smooth="yes"/>
+ <point x="964.0" y="-520.0"/>
+ <point x="1136.0" y="-324.0"/>
+ <point x="1136.0" y="0.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="884" y="0" type="line"/>
- <point x="884" y="-188"/>
- <point x="816" y="-308"/>
- <point x="636" y="-308" type="curve" smooth="yes"/>
- <point x="480" y="-308"/>
- <point x="364" y="-216"/>
- <point x="336" y="-92" type="curve"/>
- <point x="336" y="88" type="line"/>
- <point x="368" y="220"/>
- <point x="480" y="328"/>
- <point x="636" y="328" type="curve" smooth="yes"/>
- <point x="808" y="328"/>
- <point x="884" y="212"/>
- <point x="884" y="24" type="curve" smooth="yes"/>
+ <point x="884.0" y="0.0" type="line"/>
+ <point x="884.0" y="-188.0"/>
+ <point x="816.0" y="-308.0"/>
+ <point x="636.0" y="-308.0" type="curve" smooth="yes"/>
+ <point x="480.0" y="-308.0"/>
+ <point x="364.0" y="-216.0"/>
+ <point x="336.0" y="-92.0" type="curve"/>
+ <point x="336.0" y="88.0" type="line"/>
+ <point x="368.0" y="220.0"/>
+ <point x="480.0" y="328.0"/>
+ <point x="636.0" y="328.0" type="curve" smooth="yes"/>
+ <point x="808.0" y="328.0"/>
+ <point x="884.0" y="212.0"/>
+ <point x="884.0" y="24.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1229, 'leftMargin': 138, 'rightMargin': 82}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni209B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni209B_.glif
index 12b12108b..74235d63b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni209B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni209B_.glif
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni209B" format="1">
- <advance width="1264"/>
+<glyph name="uni209B" format="2">
+ <advance width="1264.0"/>
<unicode hex="209B"/>
<outline>
- <component base="tavdages" xOffset="-16" yOffset="-1476"/>
+ <component base="tavdages" xOffset="-16.0" yOffset="-1476.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1077, 'leftMargin': 184, 'rightMargin': -19}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni209C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni209C_.glif
index 6efb4067e..29a24e950 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni209C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni209C_.glif
@@ -1,41 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni209C" format="1">
- <advance width="1008"/>
+<glyph name="uni209C" format="2">
+ <advance width="1008.0"/>
<unicode hex="209C"/>
<outline>
<contour>
- <point x="816" y="520" type="line"/>
- <point x="156" y="520" type="line"/>
- <point x="156" y="308" type="line"/>
- <point x="816" y="308" type="line"/>
+ <point x="816.0" y="520.0" type="line"/>
+ <point x="156.0" y="520.0" type="line"/>
+ <point x="156.0" y="308.0" type="line"/>
+ <point x="816.0" y="308.0" type="line"/>
</contour>
<contour>
- <point x="356" y="784" type="line"/>
- <point x="356" y="-276" type="line" smooth="yes"/>
- <point x="356" y="-512"/>
- <point x="472" y="-600"/>
- <point x="612" y="-600" type="curve" smooth="yes"/>
- <point x="684" y="-600"/>
- <point x="768" y="-588"/>
- <point x="800" y="-580" type="curve"/>
- <point x="800" y="-380" type="line"/>
- <point x="784" y="-384"/>
- <point x="736" y="-392"/>
- <point x="708" y="-392" type="curve" smooth="yes"/>
- <point x="648" y="-392"/>
- <point x="608" y="-360"/>
- <point x="608" y="-236" type="curve" smooth="yes"/>
- <point x="608" y="784" type="line"/>
+ <point x="356.0" y="784.0" type="line"/>
+ <point x="356.0" y="-276.0" type="line" smooth="yes"/>
+ <point x="356.0" y="-512.0"/>
+ <point x="472.0" y="-600.0"/>
+ <point x="612.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="684.0" y="-600.0"/>
+ <point x="768.0" y="-588.0"/>
+ <point x="800.0" y="-580.0" type="curve"/>
+ <point x="800.0" y="-380.0" type="line"/>
+ <point x="784.0" y="-384.0"/>
+ <point x="736.0" y="-392.0"/>
+ <point x="708.0" y="-392.0" type="curve" smooth="yes"/>
+ <point x="648.0" y="-392.0"/>
+ <point x="608.0" y="-360.0"/>
+ <point x="608.0" y="-236.0" type="curve" smooth="yes"/>
+ <point x="608.0" y="784.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 770.0, 'leftMargin': 184, 'rightMargin': -74.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20AF__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20AF__.glif
deleted file mode 100644
index 0c5b0f3d4..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20AF__.glif
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20AF" format="1">
- <advance width="3568"/>
- <unicode hex="20AF"/>
- <outline>
- <contour>
- <point x="1368" y="-28" type="line"/>
- <point x="1832" y="-28"/>
- <point x="2120" y="372"/>
- <point x="2120" y="960" type="curve" smooth="yes"/>
- <point x="2120" y="1068" type="line" smooth="yes"/>
- <point x="2120" y="1656"/>
- <point x="1764" y="2076"/>
- <point x="1164" y="2076" type="curve" smooth="yes"/>
- <point x="880" y="2076"/>
- <point x="584" y="2032"/>
- <point x="276" y="1936" type="curve"/>
- <point x="276" y="1716" type="line"/>
- <point x="620" y="1828"/>
- <point x="920" y="1856"/>
- <point x="1164" y="1856" type="curve" smooth="yes"/>
- <point x="1632" y="1856"/>
- <point x="1848" y="1536"/>
- <point x="1848" y="1072" type="curve" smooth="yes"/>
- <point x="1848" y="960" type="line" smooth="yes"/>
- <point x="1848" y="520"/>
- <point x="1672" y="192"/>
- <point x="1368" y="192" type="curve"/>
- </contour>
- <contour>
- <point x="948" y="2304" type="line"/>
- <point x="672" y="2304" type="line"/>
- <point x="672" y="344" type="line" smooth="yes"/>
- <point x="672" y="260"/>
- <point x="620" y="192"/>
- <point x="508" y="192" type="curve" smooth="yes"/>
- <point x="424" y="192"/>
- <point x="372" y="256"/>
- <point x="372" y="340" type="curve" smooth="yes"/>
- <point x="372" y="420"/>
- <point x="428" y="480"/>
- <point x="524" y="484" type="curve" smooth="yes"/>
- <point x="768" y="492"/>
- <point x="824" y="-28"/>
- <point x="1368" y="-28" type="curve"/>
- <point x="1368" y="192" type="line"/>
- <point x="948" y="192"/>
- <point x="872" y="704"/>
- <point x="488" y="704" type="curve" smooth="yes"/>
- <point x="268" y="704"/>
- <point x="96" y="576"/>
- <point x="96" y="340" type="curve" smooth="yes"/>
- <point x="96" y="124"/>
- <point x="264" y="-28"/>
- <point x="512" y="-28" type="curve" smooth="yes"/>
- <point x="836" y="-28"/>
- <point x="948" y="188"/>
- <point x="948" y="408" type="curve" smooth="yes"/>
- </contour>
- <component base="rho" xOffset="2064"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3645, 'leftMargin': 83, 'rightMargin': 184}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20A_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20A_F_.glif
new file mode 100644
index 000000000..89f91af00
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20A_F_.glif
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20AF" format="2">
+ <advance width="3568.0"/>
+ <unicode hex="20AF"/>
+ <outline>
+ <contour>
+ <point x="1368.0" y="-28.0" type="line"/>
+ <point x="1832.0" y="-28.0"/>
+ <point x="2120.0" y="372.0"/>
+ <point x="2120.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="2120.0" y="1068.0" type="line" smooth="yes"/>
+ <point x="2120.0" y="1656.0"/>
+ <point x="1764.0" y="2076.0"/>
+ <point x="1164.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="880.0" y="2076.0"/>
+ <point x="584.0" y="2032.0"/>
+ <point x="276.0" y="1936.0" type="curve"/>
+ <point x="276.0" y="1716.0" type="line"/>
+ <point x="620.0" y="1828.0"/>
+ <point x="920.0" y="1856.0"/>
+ <point x="1164.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1632.0" y="1856.0"/>
+ <point x="1848.0" y="1536.0"/>
+ <point x="1848.0" y="1072.0" type="curve" smooth="yes"/>
+ <point x="1848.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1848.0" y="520.0"/>
+ <point x="1672.0" y="192.0"/>
+ <point x="1368.0" y="192.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="948.0" y="2304.0" type="line"/>
+ <point x="672.0" y="2304.0" type="line"/>
+ <point x="672.0" y="344.0" type="line" smooth="yes"/>
+ <point x="672.0" y="260.0"/>
+ <point x="620.0" y="192.0"/>
+ <point x="508.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="424.0" y="192.0"/>
+ <point x="372.0" y="256.0"/>
+ <point x="372.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="420.0"/>
+ <point x="428.0" y="480.0"/>
+ <point x="524.0" y="484.0" type="curve" smooth="yes"/>
+ <point x="768.0" y="492.0"/>
+ <point x="824.0" y="-28.0"/>
+ <point x="1368.0" y="-28.0" type="curve"/>
+ <point x="1368.0" y="192.0" type="line"/>
+ <point x="948.0" y="192.0"/>
+ <point x="872.0" y="704.0"/>
+ <point x="488.0" y="704.0" type="curve" smooth="yes"/>
+ <point x="268.0" y="704.0"/>
+ <point x="96.0" y="576.0"/>
+ <point x="96.0" y="340.0" type="curve" smooth="yes"/>
+ <point x="96.0" y="124.0"/>
+ <point x="264.0" y="-28.0"/>
+ <point x="512.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="836.0" y="-28.0"/>
+ <point x="948.0" y="188.0"/>
+ <point x="948.0" y="408.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="2264.0" y="-572.0" type="line"/>
+ <point x="2500.0" y="-572.0" type="line"/>
+ <point x="2492.0" y="792.0" type="line" smooth="yes"/>
+ <point x="2492.0" y="1012.0"/>
+ <point x="2604.0" y="1296.0"/>
+ <point x="2884.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="3160.0" y="1296.0"/>
+ <point x="3284.0" y="1028.0"/>
+ <point x="3284.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="3284.0" y="688.0" type="line" smooth="yes"/>
+ <point x="3284.0" y="416.0"/>
+ <point x="3160.0" y="184.0"/>
+ <point x="2892.0" y="184.0" type="curve" smooth="yes"/>
+ <point x="2588.0" y="184.0"/>
+ <point x="2492.0" y="484.0"/>
+ <point x="2492.0" y="676.0" type="curve"/>
+ <point x="2336.0" y="480.0" type="line"/>
+ <point x="2444.0" y="168.0"/>
+ <point x="2592.0" y="-28.0"/>
+ <point x="2904.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="3288.0" y="-28.0"/>
+ <point x="3528.0" y="272.0"/>
+ <point x="3528.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="3528.0" y="716.0" type="line" smooth="yes"/>
+ <point x="3528.0" y="1184.0"/>
+ <point x="3288.0" y="1516.0"/>
+ <point x="2884.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="2532.0" y="1516.0"/>
+ <point x="2264.0" y="1264.0"/>
+ <point x="2264.0" y="788.0" type="curve" smooth="yes"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B0_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B0_.glif
deleted file mode 100644
index 47ff2a64d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20B0_.glif
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20B0" format="1">
- <advance width="1776"/>
- <unicode hex="20B0"/>
- <outline>
- <contour>
- <point x="100" y="0" type="line"/>
- <point x="376" y="0" type="line"/>
- <point x="600" y="436" type="line"/>
- <point x="932" y="-28" type="line"/>
- <point x="1460" y="1008"/>
- <point x="1676" y="1380"/>
- <point x="1676" y="1692" type="curve" smooth="yes"/>
- <point x="1676" y="1928"/>
- <point x="1560" y="2144"/>
- <point x="1232" y="2144" type="curve" smooth="yes"/>
- <point x="920" y="2144"/>
- <point x="784" y="1932"/>
- <point x="784" y="1692" type="curve" smooth="yes"/>
- <point x="784" y="1484"/>
- <point x="844" y="1316"/>
- <point x="888" y="1180" type="curve" smooth="yes"/>
- <point x="1268" y="48" type="line" smooth="yes"/>
- <point x="1292" y="-28"/>
- <point x="1316" y="-132"/>
- <point x="1316" y="-228" type="curve" smooth="yes"/>
- <point x="1316" y="-320"/>
- <point x="1260" y="-380"/>
- <point x="1160" y="-380" type="curve" smooth="yes"/>
- <point x="1092" y="-380"/>
- <point x="992" y="-372"/>
- <point x="888" y="-328" type="curve"/>
- <point x="888" y="-544" type="line"/>
- <point x="980" y="-580"/>
- <point x="1056" y="-600"/>
- <point x="1180" y="-600" type="curve" smooth="yes"/>
- <point x="1440" y="-600"/>
- <point x="1596" y="-464"/>
- <point x="1596" y="-276" type="curve" smooth="yes"/>
- <point x="1596" y="-164"/>
- <point x="1568" y="-28"/>
- <point x="1488" y="212" type="curve" smooth="yes"/>
- <point x="1148" y="1232" type="line" smooth="yes"/>
- <point x="1100" y="1368"/>
- <point x="1032" y="1552"/>
- <point x="1032" y="1692" type="curve" smooth="yes"/>
- <point x="1032" y="1840"/>
- <point x="1116" y="1924"/>
- <point x="1232" y="1924" type="curve" smooth="yes"/>
- <point x="1344" y="1924"/>
- <point x="1428" y="1840"/>
- <point x="1428" y="1692" type="curve" smooth="yes"/>
- <point x="1428" y="1512"/>
- <point x="1348" y="1324"/>
- <point x="1084" y="804" type="curve"/>
- <point x="896" y="436" type="line"/>
- <point x="564" y="876" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1739, 'leftMargin': 41, 'rightMargin': 123}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B6_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B6_.glif
deleted file mode 100644
index 55717324f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20B6_.glif
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20B6" format="1">
- <advance width="1520"/>
- <unicode hex="20B6"/>
- <outline>
- <contour>
- <point x="1408" y="1488" type="line"/>
- <point x="112" y="1488" type="line"/>
- <point x="112" y="1284" type="line"/>
- <point x="1408" y="1284" type="line"/>
- </contour>
- <contour>
- <point x="864" y="1844" type="line"/>
- <point x="864" y="376" type="line" smooth="yes"/>
- <point x="864" y="160"/>
- <point x="944" y="-28"/>
- <point x="1212" y="-28" type="curve" smooth="yes"/>
- <point x="1308" y="-28"/>
- <point x="1372" y="-12"/>
- <point x="1412" y="0" type="curve"/>
- <point x="1412" y="220" type="line"/>
- <point x="1392" y="216"/>
- <point x="1336" y="204"/>
- <point x="1296" y="204" type="curve" smooth="yes"/>
- <point x="1148" y="204"/>
- <point x="1136" y="284"/>
- <point x="1136" y="412" type="curve" smooth="yes"/>
- <point x="1136" y="1844" type="line"/>
- </contour>
- <component base="l" xOffset="112"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1397.0, 'leftMargin': 41, 'rightMargin': 55.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B7_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B7_.glif
deleted file mode 100644
index 8f466079c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20B7_.glif
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20B7" format="1">
- <advance width="1776"/>
- <unicode hex="20B7"/>
- <outline>
- <contour>
- <point x="284" y="284" type="line"/>
- <point x="284" y="420"/>
- <point x="336" y="528"/>
- <point x="456" y="528" type="curve" smooth="yes"/>
- <point x="544" y="528"/>
- <point x="596" y="476"/>
- <point x="596" y="332" type="curve" smooth="yes"/>
- <point x="596" y="-164" type="line"/>
- <point x="788" y="-164" type="line"/>
- <point x="788" y="368" type="line" smooth="yes"/>
- <point x="788" y="592"/>
- <point x="684" y="688"/>
- <point x="520" y="688" type="curve" smooth="yes"/>
- <point x="344" y="688"/>
- <point x="236" y="516"/>
- <point x="236" y="280" type="curve"/>
- </contour>
- <contour>
- <point x="312" y="492" type="line"/>
- <point x="264" y="672" type="line"/>
- <point x="120" y="672" type="line"/>
- <point x="120" y="-164" type="line"/>
- <point x="312" y="-164" type="line"/>
- </contour>
- <contour>
- <point x="764" y="284" type="line"/>
- <point x="764" y="420"/>
- <point x="816" y="528"/>
- <point x="936" y="528" type="curve" smooth="yes"/>
- <point x="1020" y="528"/>
- <point x="1076" y="476"/>
- <point x="1076" y="332" type="curve" smooth="yes"/>
- <point x="1076" y="-164" type="line"/>
- <point x="1268" y="-164" type="line"/>
- <point x="1268" y="368" type="line" smooth="yes"/>
- <point x="1268" y="592"/>
- <point x="1164" y="688"/>
- <point x="1000" y="688" type="curve" smooth="yes"/>
- <point x="824" y="688"/>
- <point x="716" y="516"/>
- <point x="716" y="280" type="curve"/>
- </contour>
- <contour>
- <point x="1368" y="508" type="curve" smooth="yes"/>
- <point x="1368" y="316"/>
- <point x="1224" y="200"/>
- <point x="952" y="200" type="curve" smooth="yes"/>
- <point x="696" y="200"/>
- <point x="380" y="312"/>
- <point x="300" y="484" type="curve"/>
- <point x="120" y="672" type="line"/>
- <point x="120" y="112"/>
- <point x="580" y="-28"/>
- <point x="952" y="-28" type="curve" smooth="yes"/>
- <point x="1376" y="-28"/>
- <point x="1656" y="188"/>
- <point x="1656" y="512" type="curve" smooth="yes"/>
- <point x="1656" y="820"/>
- <point x="1448" y="1008"/>
- <point x="1020" y="1124" type="curve" smooth="yes"/>
- <point x="748" y="1200"/>
- <point x="548" y="1292"/>
- <point x="548" y="1484" type="curve" smooth="yes"/>
- <point x="548" y="1664"/>
- <point x="672" y="1800"/>
- <point x="940" y="1800" type="curve" smooth="yes"/>
- <point x="1244" y="1800"/>
- <point x="1368" y="1632"/>
- <point x="1368" y="1424" type="curve"/>
- <point x="1656" y="1424" type="line"/>
- <point x="1656" y="1732"/>
- <point x="1400" y="2032"/>
- <point x="940" y="2032" type="curve" smooth="yes"/>
- <point x="528" y="2032"/>
- <point x="260" y="1792"/>
- <point x="260" y="1480" type="curve" smooth="yes"/>
- <point x="260" y="1176"/>
- <point x="508" y="1004"/>
- <point x="924" y="880" type="curve" smooth="yes"/>
- <point x="1236" y="788"/>
- <point x="1368" y="708"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1724, 'leftMargin': 83, 'rightMargin': 104}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B9_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B9_.glif
deleted file mode 100644
index 892638104..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20B9_.glif
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20B9" format="1">
- <advance width="1520"/>
- <unicode hex="20B9"/>
- <outline>
- <contour>
- <point x="1444" y="1564" type="line"/>
- <point x="148" y="1564" type="line"/>
- <point x="80" y="1332" type="line"/>
- <point x="1376" y="1332" type="line"/>
- </contour>
- <contour>
- <point x="836" y="0" type="line"/>
- <point x="1148" y="0" type="line"/>
- <point x="1148" y="16" type="line"/>
- <point x="472" y="844" type="line"/>
- <point x="976" y="844"/>
- <point x="1172" y="1112"/>
- <point x="1172" y="1432" type="curve" smooth="yes"/>
- <point x="1172" y="1784"/>
- <point x="952" y="2048"/>
- <point x="464" y="2048" type="curve" smooth="yes"/>
- <point x="148" y="2048" type="line"/>
- <point x="80" y="1824" type="line"/>
- <point x="464" y="1824" type="line" smooth="yes"/>
- <point x="768" y="1824"/>
- <point x="912" y="1676"/>
- <point x="912" y="1432" type="curve" smooth="yes"/>
- <point x="912" y="1184"/>
- <point x="748" y="1064"/>
- <point x="464" y="1064" type="curve" smooth="yes"/>
- <point x="100" y="1064" type="line"/>
- <point x="104" y="896" type="line"/>
- </contour>
- <contour>
- <point x="1444" y="2048" type="line"/>
- <point x="424" y="2048" type="line"/>
- <point x="356" y="1824" type="line"/>
- <point x="1376" y="1816" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1474.0, 'leftMargin': 55, 'rightMargin': 55.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20BA__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20BA__.glif
deleted file mode 100644
index b48004783..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20BA__.glif
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20BA" format="1">
- <advance width="1660"/>
- <unicode hex="20BA"/>
- <outline>
- <contour>
- <point x="684" y="2048" type="line"/>
- <point x="436" y="2048" type="line"/>
- <point x="436" y="-16" type="line"/>
- <point x="684" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1244" y="896" type="line"/>
- <point x="1244" y="368"/>
- <point x="992" y="204"/>
- <point x="680" y="204" type="curve"/>
- <point x="436" y="-16" type="line"/>
- <point x="492" y="-24"/>
- <point x="596" y="-28"/>
- <point x="680" y="-28" type="curve" smooth="yes"/>
- <point x="1172" y="-28"/>
- <point x="1492" y="264"/>
- <point x="1492" y="896" type="curve"/>
- </contour>
- <contour>
- <point x="1112" y="1892" type="line"/>
- <point x="136" y="1444" type="line"/>
- <point x="136" y="1196" type="line"/>
- <point x="1112" y="1644" type="line"/>
- </contour>
- <contour>
- <point x="1112" y="1424" type="line"/>
- <point x="136" y="976" type="line"/>
- <point x="136" y="728" type="line"/>
- <point x="1112" y="1176" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>668</integer>
- <key>y</key>
- <integer>1972</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1595.0, 'leftMargin': 41, 'rightMargin': 118.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20BB__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20BB__.glif
deleted file mode 100644
index a591cd2d0..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20BB__.glif
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20BB" format="1">
- <advance width="2288"/>
- <unicode hex="20BB"/>
- <outline>
- <contour>
- <point x="932" y="1568" type="line"/>
- <point x="932" y="1784"/>
- <point x="824" y="2000"/>
- <point x="500" y="2000" type="curve" smooth="yes"/>
- <point x="252" y="2000"/>
- <point x="80" y="1848"/>
- <point x="80" y="1636" type="curve" smooth="yes"/>
- <point x="80" y="1396"/>
- <point x="252" y="1268"/>
- <point x="476" y="1268" type="curve" smooth="yes"/>
- <point x="1512" y="1268" type="line"/>
- <point x="1512" y="1488" type="line"/>
- <point x="508" y="1488" type="line" smooth="yes"/>
- <point x="416" y="1488"/>
- <point x="356" y="1552"/>
- <point x="356" y="1636" type="curve" smooth="yes"/>
- <point x="356" y="1716"/>
- <point x="412" y="1780"/>
- <point x="496" y="1780" type="curve" smooth="yes"/>
- <point x="604" y="1780"/>
- <point x="656" y="1712"/>
- <point x="656" y="1628" type="curve" smooth="yes"/>
- <point x="656" y="676" type="line" smooth="yes"/>
- <point x="656" y="196"/>
- <point x="880" y="0"/>
- <point x="1484" y="0" type="curve"/>
- <point x="1484" y="220" type="line"/>
- <point x="1044" y="220"/>
- <point x="932" y="344"/>
- <point x="932" y="676" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="456" y="496" type="line"/>
- <point x="1012" y="696" type="line"/>
- <point x="1200" y="496" type="line"/>
- <point x="1440" y="676" type="line"/>
- <point x="1628" y="496" type="line"/>
- <point x="1872" y="496"/>
- <point x="2208" y="644"/>
- <point x="2208" y="1000" type="curve" smooth="yes"/>
- <point x="2208" y="1196"/>
- <point x="2080" y="1488"/>
- <point x="1512" y="1488" type="curve"/>
- <point x="1512" y="1268" type="line"/>
- <point x="1820" y="1268"/>
- <point x="1932" y="1160"/>
- <point x="1932" y="1008" type="curve" smooth="yes"/>
- <point x="1932" y="912"/>
- <point x="1904" y="788"/>
- <point x="1744" y="764" type="curve"/>
- <point x="1524" y="1000" type="line"/>
- <point x="1244" y="820" type="line"/>
- <point x="1072" y="1000" type="line"/>
- <point x="312" y="756" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2265, 'leftMargin': 55, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20BD__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20BD__.glif
deleted file mode 100644
index a5d0ef370..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20BD__.glif
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20BD" format="1">
- <advance width="1976"/>
- <unicode hex="20BD"/>
- <outline>
- <contour>
- <point x="1144" y="832" type="line"/>
- <point x="1600" y="832"/>
- <point x="1812" y="1108"/>
- <point x="1812" y="1440" type="curve" smooth="yes"/>
- <point x="1812" y="1772"/>
- <point x="1600" y="2048"/>
- <point x="1144" y="2048" type="curve" smooth="yes"/>
- <point x="428" y="2048" type="line"/>
- <point x="428" y="0" type="line"/>
- <point x="676" y="0" type="line"/>
- <point x="676" y="1828" type="line"/>
- <point x="1144" y="1828" type="line" smooth="yes"/>
- <point x="1432" y="1828"/>
- <point x="1568" y="1664"/>
- <point x="1568" y="1440" type="curve" smooth="yes"/>
- <point x="1568" y="1216"/>
- <point x="1432" y="1052"/>
- <point x="1144" y="1052" type="curve" smooth="yes"/>
- <point x="104" y="1052" type="line"/>
- <point x="104" y="832" type="line"/>
- </contour>
- <contour>
- <point x="1128" y="640" type="line"/>
- <point x="104" y="640" type="line"/>
- <point x="104" y="420" type="line"/>
- <point x="1128" y="420" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1056</integer>
- <key>y</key>
- <integer>1440</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1882, 'leftMargin': 41, 'rightMargin': 99}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B_0.glif
new file mode 100644
index 000000000..1e552fc8f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20B_0.glif
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20B0" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="20B0"/>
+ <outline>
+ <contour>
+ <point x="100.0" y="0.0" type="line"/>
+ <point x="376.0" y="0.0" type="line"/>
+ <point x="600.0" y="436.0" type="line"/>
+ <point x="932.0" y="-28.0" type="line"/>
+ <point x="1460.0" y="1008.0"/>
+ <point x="1676.0" y="1380.0"/>
+ <point x="1676.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="1676.0" y="1928.0"/>
+ <point x="1560.0" y="2144.0"/>
+ <point x="1232.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="2144.0"/>
+ <point x="784.0" y="1932.0"/>
+ <point x="784.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="784.0" y="1484.0"/>
+ <point x="844.0" y="1316.0"/>
+ <point x="888.0" y="1180.0" type="curve" smooth="yes"/>
+ <point x="1268.0" y="48.0" type="line" smooth="yes"/>
+ <point x="1292.0" y="-28.0"/>
+ <point x="1316.0" y="-132.0"/>
+ <point x="1316.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="1316.0" y="-320.0"/>
+ <point x="1260.0" y="-380.0"/>
+ <point x="1160.0" y="-380.0" type="curve" smooth="yes"/>
+ <point x="1092.0" y="-380.0"/>
+ <point x="992.0" y="-372.0"/>
+ <point x="888.0" y="-328.0" type="curve"/>
+ <point x="888.0" y="-544.0" type="line"/>
+ <point x="980.0" y="-580.0"/>
+ <point x="1056.0" y="-600.0"/>
+ <point x="1180.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1440.0" y="-600.0"/>
+ <point x="1596.0" y="-464.0"/>
+ <point x="1596.0" y="-276.0" type="curve" smooth="yes"/>
+ <point x="1596.0" y="-164.0"/>
+ <point x="1568.0" y="-28.0"/>
+ <point x="1488.0" y="212.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="1232.0" type="line" smooth="yes"/>
+ <point x="1100.0" y="1368.0"/>
+ <point x="1032.0" y="1552.0"/>
+ <point x="1032.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1840.0"/>
+ <point x="1116.0" y="1924.0"/>
+ <point x="1232.0" y="1924.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1924.0"/>
+ <point x="1428.0" y="1840.0"/>
+ <point x="1428.0" y="1692.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="1512.0"/>
+ <point x="1348.0" y="1324.0"/>
+ <point x="1084.0" y="804.0" type="curve"/>
+ <point x="896.0" y="436.0" type="line"/>
+ <point x="564.0" y="876.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B_6.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B_6.glif
new file mode 100644
index 000000000..6b2ae2635
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20B_6.glif
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20B6" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="20B6"/>
+ <outline>
+ <contour>
+ <point x="1408.0" y="1488.0" type="line"/>
+ <point x="112.0" y="1488.0" type="line"/>
+ <point x="112.0" y="1284.0" type="line"/>
+ <point x="1408.0" y="1284.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="864.0" y="1844.0" type="line"/>
+ <point x="864.0" y="376.0" type="line" smooth="yes"/>
+ <point x="864.0" y="160.0"/>
+ <point x="944.0" y="-28.0"/>
+ <point x="1212.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1308.0" y="-28.0"/>
+ <point x="1372.0" y="-12.0"/>
+ <point x="1412.0" y="0.0" type="curve"/>
+ <point x="1412.0" y="220.0" type="line"/>
+ <point x="1392.0" y="216.0"/>
+ <point x="1336.0" y="204.0"/>
+ <point x="1296.0" y="204.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="204.0"/>
+ <point x="1136.0" y="284.0"/>
+ <point x="1136.0" y="412.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1844.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="564.0" y="2048.0" type="line"/>
+ <point x="328.0" y="2048.0" type="line"/>
+ <point x="328.0" y="0.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B_7.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B_7.glif
new file mode 100644
index 000000000..06125bec5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20B_7.glif
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20B7" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="20B7"/>
+ <outline>
+ <contour>
+ <point x="284.0" y="284.0" type="line"/>
+ <point x="284.0" y="420.0"/>
+ <point x="336.0" y="528.0"/>
+ <point x="456.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="544.0" y="528.0"/>
+ <point x="596.0" y="476.0"/>
+ <point x="596.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="596.0" y="-164.0" type="line"/>
+ <point x="788.0" y="-164.0" type="line"/>
+ <point x="788.0" y="368.0" type="line" smooth="yes"/>
+ <point x="788.0" y="592.0"/>
+ <point x="684.0" y="688.0"/>
+ <point x="520.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="688.0"/>
+ <point x="236.0" y="516.0"/>
+ <point x="236.0" y="280.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="312.0" y="492.0" type="line"/>
+ <point x="264.0" y="672.0" type="line"/>
+ <point x="120.0" y="672.0" type="line"/>
+ <point x="120.0" y="-164.0" type="line"/>
+ <point x="312.0" y="-164.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="764.0" y="284.0" type="line"/>
+ <point x="764.0" y="420.0"/>
+ <point x="816.0" y="528.0"/>
+ <point x="936.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="528.0"/>
+ <point x="1076.0" y="476.0"/>
+ <point x="1076.0" y="332.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="-164.0" type="line"/>
+ <point x="1268.0" y="-164.0" type="line"/>
+ <point x="1268.0" y="368.0" type="line" smooth="yes"/>
+ <point x="1268.0" y="592.0"/>
+ <point x="1164.0" y="688.0"/>
+ <point x="1000.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="824.0" y="688.0"/>
+ <point x="716.0" y="516.0"/>
+ <point x="716.0" y="280.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1368.0" y="508.0" type="curve" smooth="yes"/>
+ <point x="1368.0" y="316.0"/>
+ <point x="1224.0" y="200.0"/>
+ <point x="952.0" y="200.0" type="curve" smooth="yes"/>
+ <point x="696.0" y="200.0"/>
+ <point x="380.0" y="312.0"/>
+ <point x="300.0" y="484.0" type="curve"/>
+ <point x="120.0" y="672.0" type="line"/>
+ <point x="120.0" y="112.0"/>
+ <point x="580.0" y="-28.0"/>
+ <point x="952.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1376.0" y="-28.0"/>
+ <point x="1656.0" y="188.0"/>
+ <point x="1656.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="1656.0" y="820.0"/>
+ <point x="1448.0" y="1008.0"/>
+ <point x="1020.0" y="1124.0" type="curve" smooth="yes"/>
+ <point x="748.0" y="1200.0"/>
+ <point x="548.0" y="1292.0"/>
+ <point x="548.0" y="1484.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="1664.0"/>
+ <point x="672.0" y="1800.0"/>
+ <point x="940.0" y="1800.0" type="curve" smooth="yes"/>
+ <point x="1244.0" y="1800.0"/>
+ <point x="1368.0" y="1632.0"/>
+ <point x="1368.0" y="1424.0" type="curve"/>
+ <point x="1656.0" y="1424.0" type="line"/>
+ <point x="1656.0" y="1732.0"/>
+ <point x="1400.0" y="2032.0"/>
+ <point x="940.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="528.0" y="2032.0"/>
+ <point x="260.0" y="1792.0"/>
+ <point x="260.0" y="1480.0" type="curve" smooth="yes"/>
+ <point x="260.0" y="1176.0"/>
+ <point x="508.0" y="1004.0"/>
+ <point x="924.0" y="880.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="788.0"/>
+ <point x="1368.0" y="708.0"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B_9.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B_9.glif
new file mode 100644
index 000000000..100a1c8d7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20B_9.glif
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20B9" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="20B9"/>
+ <outline>
+ <contour>
+ <point x="1444.0" y="1564.0" type="line"/>
+ <point x="148.0" y="1564.0" type="line"/>
+ <point x="80.0" y="1332.0" type="line"/>
+ <point x="1376.0" y="1332.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="836.0" y="0.0" type="line"/>
+ <point x="1148.0" y="0.0" type="line"/>
+ <point x="1148.0" y="16.0" type="line"/>
+ <point x="472.0" y="844.0" type="line"/>
+ <point x="976.0" y="844.0"/>
+ <point x="1172.0" y="1112.0"/>
+ <point x="1172.0" y="1432.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="1784.0"/>
+ <point x="952.0" y="2048.0"/>
+ <point x="464.0" y="2048.0" type="curve" smooth="yes"/>
+ <point x="148.0" y="2048.0" type="line"/>
+ <point x="80.0" y="1824.0" type="line"/>
+ <point x="464.0" y="1824.0" type="line" smooth="yes"/>
+ <point x="768.0" y="1824.0"/>
+ <point x="912.0" y="1676.0"/>
+ <point x="912.0" y="1432.0" type="curve" smooth="yes"/>
+ <point x="912.0" y="1184.0"/>
+ <point x="748.0" y="1064.0"/>
+ <point x="464.0" y="1064.0" type="curve" smooth="yes"/>
+ <point x="100.0" y="1064.0" type="line"/>
+ <point x="104.0" y="896.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1444.0" y="2048.0" type="line"/>
+ <point x="424.0" y="2048.0" type="line"/>
+ <point x="356.0" y="1824.0" type="line"/>
+ <point x="1376.0" y="1816.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B_A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B_A_.glif
new file mode 100644
index 000000000..f3d508843
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20B_A_.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20BA" format="2">
+ <advance width="1660.0"/>
+ <unicode hex="20BA"/>
+ <guideline x="668.0" y="1972.0" angle="90.0"/>
+ <outline>
+ <contour>
+ <point x="684.0" y="2048.0" type="line"/>
+ <point x="436.0" y="2048.0" type="line"/>
+ <point x="436.0" y="-16.0" type="line"/>
+ <point x="684.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1244.0" y="896.0" type="line"/>
+ <point x="1244.0" y="368.0"/>
+ <point x="992.0" y="204.0"/>
+ <point x="680.0" y="204.0" type="curve"/>
+ <point x="436.0" y="-16.0" type="line"/>
+ <point x="492.0" y="-24.0"/>
+ <point x="596.0" y="-28.0"/>
+ <point x="680.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1172.0" y="-28.0"/>
+ <point x="1492.0" y="264.0"/>
+ <point x="1492.0" y="896.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1112.0" y="1892.0" type="line"/>
+ <point x="136.0" y="1444.0" type="line"/>
+ <point x="136.0" y="1196.0" type="line"/>
+ <point x="1112.0" y="1644.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1112.0" y="1424.0" type="line"/>
+ <point x="136.0" y="976.0" type="line"/>
+ <point x="136.0" y="728.0" type="line"/>
+ <point x="1112.0" y="1176.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B_B_.glif
new file mode 100644
index 000000000..4ef504a0d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20B_B_.glif
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20BB" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="20BB"/>
+ <outline>
+ <contour>
+ <point x="932.0" y="1568.0" type="line"/>
+ <point x="932.0" y="1784.0"/>
+ <point x="824.0" y="2000.0"/>
+ <point x="500.0" y="2000.0" type="curve" smooth="yes"/>
+ <point x="252.0" y="2000.0"/>
+ <point x="80.0" y="1848.0"/>
+ <point x="80.0" y="1636.0" type="curve" smooth="yes"/>
+ <point x="80.0" y="1396.0"/>
+ <point x="252.0" y="1268.0"/>
+ <point x="476.0" y="1268.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="1268.0" type="line"/>
+ <point x="1512.0" y="1488.0" type="line"/>
+ <point x="508.0" y="1488.0" type="line" smooth="yes"/>
+ <point x="416.0" y="1488.0"/>
+ <point x="356.0" y="1552.0"/>
+ <point x="356.0" y="1636.0" type="curve" smooth="yes"/>
+ <point x="356.0" y="1716.0"/>
+ <point x="412.0" y="1780.0"/>
+ <point x="496.0" y="1780.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="1780.0"/>
+ <point x="656.0" y="1712.0"/>
+ <point x="656.0" y="1628.0" type="curve" smooth="yes"/>
+ <point x="656.0" y="676.0" type="line" smooth="yes"/>
+ <point x="656.0" y="196.0"/>
+ <point x="880.0" y="0.0"/>
+ <point x="1484.0" y="0.0" type="curve"/>
+ <point x="1484.0" y="220.0" type="line"/>
+ <point x="1044.0" y="220.0"/>
+ <point x="932.0" y="344.0"/>
+ <point x="932.0" y="676.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="456.0" y="496.0" type="line"/>
+ <point x="1012.0" y="696.0" type="line"/>
+ <point x="1200.0" y="496.0" type="line"/>
+ <point x="1440.0" y="676.0" type="line"/>
+ <point x="1628.0" y="496.0" type="line"/>
+ <point x="1872.0" y="496.0"/>
+ <point x="2208.0" y="644.0"/>
+ <point x="2208.0" y="1000.0" type="curve" smooth="yes"/>
+ <point x="2208.0" y="1196.0"/>
+ <point x="2080.0" y="1488.0"/>
+ <point x="1512.0" y="1488.0" type="curve"/>
+ <point x="1512.0" y="1268.0" type="line"/>
+ <point x="1820.0" y="1268.0"/>
+ <point x="1932.0" y="1160.0"/>
+ <point x="1932.0" y="1008.0" type="curve" smooth="yes"/>
+ <point x="1932.0" y="912.0"/>
+ <point x="1904.0" y="788.0"/>
+ <point x="1744.0" y="764.0" type="curve"/>
+ <point x="1524.0" y="1000.0" type="line"/>
+ <point x="1244.0" y="820.0" type="line"/>
+ <point x="1072.0" y="1000.0" type="line"/>
+ <point x="312.0" y="756.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B_D_.glif
new file mode 100644
index 000000000..bbe4859f4
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20B_D_.glif
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20BD" format="2">
+ <advance width="1976.0"/>
+ <unicode hex="20BD"/>
+ <guideline x="1056.0" y="1440.0" angle="0.0"/>
+ <outline>
+ <contour>
+ <point x="1144.0" y="832.0" type="line"/>
+ <point x="1600.0" y="832.0"/>
+ <point x="1812.0" y="1108.0"/>
+ <point x="1812.0" y="1440.0" type="curve" smooth="yes"/>
+ <point x="1812.0" y="1772.0"/>
+ <point x="1600.0" y="2048.0"/>
+ <point x="1144.0" y="2048.0" type="curve" smooth="yes"/>
+ <point x="428.0" y="2048.0" type="line"/>
+ <point x="428.0" y="0.0" type="line"/>
+ <point x="676.0" y="0.0" type="line"/>
+ <point x="676.0" y="1828.0" type="line"/>
+ <point x="1144.0" y="1828.0" type="line" smooth="yes"/>
+ <point x="1432.0" y="1828.0"/>
+ <point x="1568.0" y="1664.0"/>
+ <point x="1568.0" y="1440.0" type="curve" smooth="yes"/>
+ <point x="1568.0" y="1216.0"/>
+ <point x="1432.0" y="1052.0"/>
+ <point x="1144.0" y="1052.0" type="curve" smooth="yes"/>
+ <point x="104.0" y="1052.0" type="line"/>
+ <point x="104.0" y="832.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1128.0" y="640.0" type="line"/>
+ <point x="104.0" y="640.0" type="line"/>
+ <point x="104.0" y="420.0" type="line"/>
+ <point x="1128.0" y="420.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20DB__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20DB__.glif
deleted file mode 100644
index 3c8e5cc93..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20DB__.glif
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20DB" format="1">
- <advance width="0"/>
- <unicode hex="20DB"/>
- <outline>
- <component base="period" xOffset="-1788" yOffset="1788"/>
- <component base="period" xOffset="-1178" yOffset="1788"/>
- <component base="period" xOffset="-601" yOffset="1788"/>
- <contour>
- <point x="-829" y="1609" type="move" name="_marktop"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20DC__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20DC__.glif
deleted file mode 100644
index c9ce3b5ae..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20DC__.glif
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20DC" format="1">
- <advance width="0"/>
- <unicode hex="20DC"/>
- <outline>
- <component base="period" xOffset="-2063" yOffset="1788"/>
- <component base="period" xOffset="-1453" yOffset="1788"/>
- <component base="period" xOffset="-876" yOffset="1788"/>
- <component base="period" xOffset="-312" yOffset="1788"/>
- <contour>
- <point x="-822" y="1609" type="move" name="_marktop"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20D_B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20D_B_.glif
new file mode 100644
index 000000000..68a1bcefb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20D_B_.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20DB" format="2">
+ <unicode hex="20DB"/>
+ <anchor x="-829.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="period" xOffset="-1788.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-1178.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-601.0" yOffset="1788.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20D_C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20D_C_.glif
new file mode 100644
index 000000000..a454feda6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20D_C_.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20DC" format="2">
+ <unicode hex="20DC"/>
+ <anchor x="-822.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="period" xOffset="-2063.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-1453.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-876.0" yOffset="1788.0"/>
+ <component base="period" xOffset="-312.0" yOffset="1788.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20E3_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20E3_.glif
deleted file mode 100644
index 923d66abe..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20E3_.glif
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20E3" format="1">
- <advance width="1040"/>
- <unicode hex="20E3"/>
- <outline>
- <contour>
- <point x="1656" y="1796" type="line"/>
- <point x="1656" y="2276"/>
- <point x="1224" y="2356"/>
- <point x="484" y="2356" type="curve" smooth="yes"/>
- <point x="-200" y="2356"/>
- <point x="-616" y="2256"/>
- <point x="-616" y="1796" type="curve"/>
- <point x="-616" y="164" type="line"/>
- <point x="-616" y="-396"/>
- <point x="-204" y="-392"/>
- <point x="484" y="-392" type="curve" smooth="yes"/>
- <point x="884" y="-392"/>
- <point x="1656" y="-396"/>
- <point x="1656" y="164" type="curve"/>
- </contour>
- <contour>
- <point x="1428" y="164" type="line"/>
- <point x="1428" y="-160"/>
- <point x="988" y="-164"/>
- <point x="484" y="-164" type="curve" smooth="yes"/>
- <point x="-164" y="-164"/>
- <point x="-388" y="-160"/>
- <point x="-388" y="164" type="curve" smooth="yes"/>
- <point x="-388" y="1796" type="line" smooth="yes"/>
- <point x="-388" y="2100"/>
- <point x="-72" y="2128"/>
- <point x="484" y="2128" type="curve" smooth="yes"/>
- <point x="1148" y="2128"/>
- <point x="1428" y="2060"/>
- <point x="1428" y="1796" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 967, 'leftMargin': -1928, 'rightMargin': 626}</string>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20E8_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20E8_.glif
deleted file mode 100644
index 708d6c997..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20E8_.glif
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20E8" format="1">
- <advance width="0"/>
- <unicode hex="20E8"/>
- <outline>
- <component base="period" xOffset="-1788" yOffset="-688"/>
- <component base="period" xOffset="-1178" yOffset="-688"/>
- <component base="period" xOffset="-601" yOffset="-688"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20E_3.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20E_3.glif
new file mode 100644
index 000000000..96bd049a9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20E_3.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20E3" format="2">
+ <advance width="1040.0"/>
+ <unicode hex="20E3"/>
+ <outline>
+ <contour>
+ <point x="1656.0" y="1796.0" type="line"/>
+ <point x="1656.0" y="2276.0"/>
+ <point x="1224.0" y="2356.0"/>
+ <point x="484.0" y="2356.0" type="curve" smooth="yes"/>
+ <point x="-200.0" y="2356.0"/>
+ <point x="-616.0" y="2256.0"/>
+ <point x="-616.0" y="1796.0" type="curve"/>
+ <point x="-616.0" y="164.0" type="line"/>
+ <point x="-616.0" y="-396.0"/>
+ <point x="-204.0" y="-392.0"/>
+ <point x="484.0" y="-392.0" type="curve" smooth="yes"/>
+ <point x="884.0" y="-392.0"/>
+ <point x="1656.0" y="-396.0"/>
+ <point x="1656.0" y="164.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1428.0" y="164.0" type="line"/>
+ <point x="1428.0" y="-160.0"/>
+ <point x="988.0" y="-164.0"/>
+ <point x="484.0" y="-164.0" type="curve" smooth="yes"/>
+ <point x="-164.0" y="-164.0"/>
+ <point x="-388.0" y="-160.0"/>
+ <point x="-388.0" y="164.0" type="curve" smooth="yes"/>
+ <point x="-388.0" y="1796.0" type="line" smooth="yes"/>
+ <point x="-388.0" y="2100.0"/>
+ <point x="-72.0" y="2128.0"/>
+ <point x="484.0" y="2128.0" type="curve" smooth="yes"/>
+ <point x="1148.0" y="2128.0"/>
+ <point x="1428.0" y="2060.0"/>
+ <point x="1428.0" y="1796.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20E_8.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20E_8.glif
new file mode 100644
index 000000000..31def0ce7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20E_8.glif
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20E8" format="2">
+ <unicode hex="20E8"/>
+ <outline>
+ <component base="period" xOffset="-1788.0" yOffset="-688.0"/>
+ <component base="period" xOffset="-1178.0" yOffset="-688.0"/>
+ <component base="period" xOffset="-601.0" yOffset="-688.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20F0_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20F0_.glif
deleted file mode 100644
index 7250a7096..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni20F0_.glif
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni20F0" format="1">
- <advance width="0"/>
- <unicode hex="20F0"/>
- <outline>
- <contour>
- <point x="-781" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-888" y="1726" type="line"/>
- <point x="-664" y="1726" type="line"/>
- <point x="-674" y="2064" type="line"/>
- <point x="-384" y="1887" type="line"/>
- <point x="-272" y="2082" type="line"/>
- <point x="-571" y="2244" type="line"/>
- <point x="-272" y="2405" type="line"/>
- <point x="-385" y="2599" type="line"/>
- <point x="-675" y="2421" type="line"/>
- <point x="-666" y="2760" type="line"/>
- <point x="-890" y="2760" type="line"/>
- <point x="-880" y="2421" type="line"/>
- <point x="-1170" y="2599" type="line"/>
- <point x="-1282" y="2404" type="line"/>
- <point x="-983" y="2243" type="line"/>
- <point x="-1282" y="2080" type="line"/>
- <point x="-1169" y="1887" type="line"/>
- <point x="-879" y="2064" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20F_0.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20F_0.glif
new file mode 100644
index 000000000..e958d3e0f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni20F_0.glif
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni20F0" format="2">
+ <unicode hex="20F0"/>
+ <anchor x="-781.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-888.0" y="1726.0" type="line"/>
+ <point x="-664.0" y="1726.0" type="line"/>
+ <point x="-674.0" y="2064.0" type="line"/>
+ <point x="-384.0" y="1887.0" type="line"/>
+ <point x="-272.0" y="2082.0" type="line"/>
+ <point x="-571.0" y="2244.0" type="line"/>
+ <point x="-272.0" y="2405.0" type="line"/>
+ <point x="-385.0" y="2599.0" type="line"/>
+ <point x="-675.0" y="2421.0" type="line"/>
+ <point x="-666.0" y="2760.0" type="line"/>
+ <point x="-890.0" y="2760.0" type="line"/>
+ <point x="-880.0" y="2421.0" type="line"/>
+ <point x="-1170.0" y="2599.0" type="line"/>
+ <point x="-1282.0" y="2404.0" type="line"/>
+ <point x="-983.0" y="2243.0" type="line"/>
+ <point x="-1282.0" y="2080.0" type="line"/>
+ <point x="-1169.0" y="1887.0" type="line"/>
+ <point x="-879.0" y="2064.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni213B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni213B_.glif
index e965bf917..b7fdd25aa 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni213B_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni213B_.glif
@@ -1,76 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni213B" format="1">
- <advance width="2032"/>
+<glyph name="uni213B" format="2">
+ <advance width="2032.0"/>
<unicode hex="213B"/>
<outline>
<contour>
- <point x="204" y="2004" type="line"/>
- <point x="76" y="2004" type="line"/>
- <point x="76" y="1264" type="line"/>
- <point x="204" y="1264" type="line"/>
+ <point x="204.0" y="2004.0" type="line"/>
+ <point x="76.0" y="2004.0" type="line"/>
+ <point x="76.0" y="1264.0" type="line"/>
+ <point x="204.0" y="1264.0" type="line"/>
</contour>
<contour>
- <point x="500" y="2004" type="line"/>
- <point x="152" y="2004" type="line"/>
- <point x="152" y="1888" type="line"/>
- <point x="500" y="1888" type="line"/>
+ <point x="500.0" y="2004.0" type="line"/>
+ <point x="152.0" y="2004.0" type="line"/>
+ <point x="152.0" y="1888.0" type="line"/>
+ <point x="500.0" y="1888.0" type="line"/>
</contour>
<contour>
- <point x="460" y="1672" type="line"/>
- <point x="152" y="1672" type="line"/>
- <point x="152" y="1560" type="line"/>
- <point x="460" y="1560" type="line"/>
+ <point x="460.0" y="1672.0" type="line"/>
+ <point x="152.0" y="1672.0" type="line"/>
+ <point x="152.0" y="1560.0" type="line"/>
+ <point x="460.0" y="1560.0" type="line"/>
</contour>
<contour>
- <point x="876" y="1928" type="line"/>
- <point x="860" y="2000" type="line"/>
- <point x="788" y="2000" type="line"/>
- <point x="488" y="1264" type="line"/>
- <point x="620" y="1264" type="line"/>
+ <point x="876.0" y="1928.0" type="line"/>
+ <point x="860.0" y="2000.0" type="line"/>
+ <point x="788.0" y="2000.0" type="line"/>
+ <point x="488.0" y="1264.0" type="line"/>
+ <point x="620.0" y="1264.0" type="line"/>
</contour>
<contour>
- <point x="1072" y="1264" type="line"/>
- <point x="1200" y="1264" type="line"/>
- <point x="904" y="2000" type="line"/>
- <point x="828" y="2000" type="line"/>
- <point x="812" y="1932" type="line"/>
+ <point x="1072.0" y="1264.0" type="line"/>
+ <point x="1200.0" y="1264.0" type="line"/>
+ <point x="904.0" y="2000.0" type="line"/>
+ <point x="828.0" y="2000.0" type="line"/>
+ <point x="812.0" y="1932.0" type="line"/>
</contour>
<contour>
- <point x="1052" y="1532" type="line"/>
- <point x="636" y="1532" type="line"/>
- <point x="636" y="1428" type="line"/>
- <point x="1052" y="1428" type="line"/>
+ <point x="1052.0" y="1532.0" type="line"/>
+ <point x="636.0" y="1532.0" type="line"/>
+ <point x="636.0" y="1428.0" type="line"/>
+ <point x="1052.0" y="1428.0" type="line"/>
</contour>
<contour>
- <point x="1456" y="2000" type="line"/>
- <point x="1308" y="2000" type="line"/>
- <point x="1556" y="1636" type="line"/>
- <point x="1304" y="1264" type="line"/>
- <point x="1452" y="1264" type="line"/>
- <point x="1632" y="1540" type="line"/>
- <point x="1812" y="1264" type="line"/>
- <point x="1960" y="1264" type="line"/>
- <point x="1708" y="1636" type="line"/>
- <point x="1952" y="2000" type="line"/>
- <point x="1804" y="2000" type="line"/>
- <point x="1628" y="1732" type="line"/>
+ <point x="1456.0" y="2000.0" type="line"/>
+ <point x="1308.0" y="2000.0" type="line"/>
+ <point x="1556.0" y="1636.0" type="line"/>
+ <point x="1304.0" y="1264.0" type="line"/>
+ <point x="1452.0" y="1264.0" type="line"/>
+ <point x="1632.0" y="1540.0" type="line"/>
+ <point x="1812.0" y="1264.0" type="line"/>
+ <point x="1960.0" y="1264.0" type="line"/>
+ <point x="1708.0" y="1636.0" type="line"/>
+ <point x="1952.0" y="2000.0" type="line"/>
+ <point x="1804.0" y="2000.0" type="line"/>
+ <point x="1628.0" y="1732.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2160, 'leftMargin': 138, 'rightMargin': 137}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif
index 70d3d881d..97f2a5a5b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif
@@ -1,85 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni214D" format="1">
- <advance width="2800"/>
+<glyph name="uni214D" format="2">
+ <advance width="2800.0"/>
<unicode hex="214D"/>
<outline>
<contour>
- <point x="764" y="2152" type="line"/>
- <point x="760" y="2300" type="line"/>
- <point x="632" y="2300" type="line"/>
- <point x="160" y="1100" type="line"/>
- <point x="384" y="1100" type="line"/>
+ <point x="764.0" y="2152.0" type="line"/>
+ <point x="760.0" y="2300.0" type="line"/>
+ <point x="632.0" y="2300.0" type="line"/>
+ <point x="160.0" y="1100.0" type="line"/>
+ <point x="384.0" y="1100.0" type="line"/>
</contour>
<contour>
- <point x="1064" y="1100" type="line"/>
- <point x="1288" y="1100" type="line"/>
- <point x="820" y="2300" type="line"/>
- <point x="696" y="2300" type="line"/>
- <point x="688" y="2156" type="line"/>
+ <point x="1064.0" y="1100.0" type="line"/>
+ <point x="1288.0" y="1100.0" type="line"/>
+ <point x="820.0" y="2300.0" type="line"/>
+ <point x="696.0" y="2300.0" type="line"/>
+ <point x="688.0" y="2156.0" type="line"/>
</contour>
<contour>
- <point x="1076" y="1548" type="line"/>
- <point x="392" y="1548" type="line"/>
- <point x="392" y="1380" type="line"/>
- <point x="1076" y="1380" type="line"/>
+ <point x="1076.0" y="1548.0" type="line"/>
+ <point x="392.0" y="1548.0" type="line"/>
+ <point x="392.0" y="1380.0" type="line"/>
+ <point x="1076.0" y="1380.0" type="line"/>
</contour>
<contour>
- <point x="2440" y="300" type="curve" smooth="yes"/>
- <point x="2440" y="200"/>
- <point x="2360" y="144"/>
- <point x="2204" y="144" type="curve" smooth="yes"/>
- <point x="2056" y="144"/>
- <point x="1944" y="200"/>
- <point x="1916" y="372" type="curve"/>
- <point x="1720" y="372" type="line"/>
- <point x="1720" y="172"/>
- <point x="1880" y="-28"/>
- <point x="2204" y="-28" type="curve" smooth="yes"/>
- <point x="2500" y="-28"/>
- <point x="2644" y="124"/>
- <point x="2644" y="304" type="curve" smooth="yes"/>
- <point x="2644" y="504"/>
- <point x="2496" y="584"/>
- <point x="2188" y="688" type="curve" smooth="yes"/>
- <point x="2052" y="736"/>
- <point x="1948" y="792"/>
- <point x="1948" y="888" type="curve" smooth="yes"/>
- <point x="1948" y="976"/>
- <point x="2016" y="1036"/>
- <point x="2148" y="1036" type="curve" smooth="yes"/>
- <point x="2336" y="1036"/>
- <point x="2412" y="904"/>
- <point x="2420" y="828" type="curve"/>
- <point x="2616" y="828" type="line"/>
- <point x="2592" y="1020"/>
- <point x="2472" y="1204"/>
- <point x="2148" y="1204" type="curve" smooth="yes"/>
- <point x="1900" y="1204"/>
- <point x="1748" y="1060"/>
- <point x="1748" y="896" type="curve" smooth="yes"/>
- <point x="1748" y="704"/>
- <point x="1864" y="612"/>
- <point x="2152" y="512" type="curve" smooth="yes"/>
- <point x="2364" y="436"/>
- <point x="2440" y="388"/>
+ <point x="2440.0" y="300.0" type="curve" smooth="yes"/>
+ <point x="2440.0" y="200.0"/>
+ <point x="2360.0" y="144.0"/>
+ <point x="2204.0" y="144.0" type="curve" smooth="yes"/>
+ <point x="2056.0" y="144.0"/>
+ <point x="1944.0" y="200.0"/>
+ <point x="1916.0" y="372.0" type="curve"/>
+ <point x="1720.0" y="372.0" type="line"/>
+ <point x="1720.0" y="172.0"/>
+ <point x="1880.0" y="-28.0"/>
+ <point x="2204.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2500.0" y="-28.0"/>
+ <point x="2644.0" y="124.0"/>
+ <point x="2644.0" y="304.0" type="curve" smooth="yes"/>
+ <point x="2644.0" y="504.0"/>
+ <point x="2496.0" y="584.0"/>
+ <point x="2188.0" y="688.0" type="curve" smooth="yes"/>
+ <point x="2052.0" y="736.0"/>
+ <point x="1948.0" y="792.0"/>
+ <point x="1948.0" y="888.0" type="curve" smooth="yes"/>
+ <point x="1948.0" y="976.0"/>
+ <point x="2016.0" y="1036.0"/>
+ <point x="2148.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="2336.0" y="1036.0"/>
+ <point x="2412.0" y="904.0"/>
+ <point x="2420.0" y="828.0" type="curve"/>
+ <point x="2616.0" y="828.0" type="line"/>
+ <point x="2592.0" y="1020.0"/>
+ <point x="2472.0" y="1204.0"/>
+ <point x="2148.0" y="1204.0" type="curve" smooth="yes"/>
+ <point x="1900.0" y="1204.0"/>
+ <point x="1748.0" y="1060.0"/>
+ <point x="1748.0" y="896.0" type="curve" smooth="yes"/>
+ <point x="1748.0" y="704.0"/>
+ <point x="1864.0" y="612.0"/>
+ <point x="2152.0" y="512.0" type="curve" smooth="yes"/>
+ <point x="2364.0" y="436.0"/>
+ <point x="2440.0" y="388.0"/>
+ </contour>
+ <contour>
+ <point x="2140.0" y="1716.0" type="line"/>
+ <point x="1988.0" y="1812.0" type="line"/>
+ <point x="1012.0" y="244.0" type="line"/>
+ <point x="1164.0" y="152.0" type="line"/>
</contour>
- <component base="fraction" xOffset="816"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2782, 'leftMargin': 149, 'rightMargin': 149}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni214F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni214F_.glif
index 9a705cfe6..3ad9c7d3c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni214F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni214F_.glif
@@ -1,100 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni214F" format="1">
- <advance width="2800"/>
+<glyph name="uni214F" format="2">
+ <advance width="2800.0"/>
<unicode hex="214F"/>
<outline>
<contour>
- <point x="184" y="-28" type="line"/>
- <point x="588" y="-28"/>
- <point x="960" y="260"/>
- <point x="960" y="776" type="curve" smooth="yes"/>
- <point x="960" y="1016"/>
- <point x="892" y="1232"/>
- <point x="588" y="1232" type="curve" smooth="yes"/>
- <point x="284" y="1232"/>
- <point x="220" y="1016"/>
- <point x="220" y="776" type="curve" smooth="yes"/>
- <point x="220" y="260"/>
- <point x="592" y="-28"/>
- <point x="996" y="-28" type="curve" smooth="yes"/>
- <point x="1400" y="-28"/>
- <point x="1772" y="260"/>
- <point x="1772" y="776" type="curve" smooth="yes"/>
- <point x="1772" y="1016"/>
- <point x="1704" y="1232"/>
- <point x="1400" y="1232" type="curve" smooth="yes"/>
- <point x="1096" y="1232"/>
- <point x="1032" y="1016"/>
- <point x="1032" y="776" type="curve" smooth="yes"/>
- <point x="1032" y="260"/>
- <point x="1400" y="-28"/>
- <point x="1804" y="-28" type="curve" smooth="yes"/>
- <point x="2212" y="-28"/>
- <point x="2580" y="260"/>
- <point x="2580" y="776" type="curve" smooth="yes"/>
- <point x="2580" y="1016"/>
- <point x="2516" y="1232"/>
- <point x="2212" y="1232" type="curve" smooth="yes"/>
- <point x="1908" y="1232"/>
- <point x="1840" y="1016"/>
- <point x="1840" y="776" type="curve" smooth="yes"/>
- <point x="1840" y="260"/>
- <point x="2212" y="-28"/>
- <point x="2616" y="-28" type="curve"/>
- <point x="2616" y="192" type="line"/>
- <point x="2236" y="192"/>
- <point x="2088" y="452"/>
- <point x="2088" y="780" type="curve" smooth="yes"/>
- <point x="2088" y="912"/>
- <point x="2128" y="1012"/>
- <point x="2212" y="1012" type="curve" smooth="yes"/>
- <point x="2292" y="1012"/>
- <point x="2332" y="912"/>
- <point x="2332" y="780" type="curve" smooth="yes"/>
- <point x="2332" y="452"/>
- <point x="2188" y="192"/>
- <point x="1804" y="192" type="curve" smooth="yes"/>
- <point x="1424" y="192"/>
- <point x="1276" y="452"/>
- <point x="1276" y="780" type="curve" smooth="yes"/>
- <point x="1276" y="912"/>
- <point x="1316" y="1012"/>
- <point x="1400" y="1012" type="curve" smooth="yes"/>
- <point x="1484" y="1012"/>
- <point x="1524" y="912"/>
- <point x="1524" y="780" type="curve" smooth="yes"/>
- <point x="1524" y="452"/>
- <point x="1376" y="192"/>
- <point x="996" y="192" type="curve" smooth="yes"/>
- <point x="612" y="192"/>
- <point x="468" y="452"/>
- <point x="468" y="780" type="curve" smooth="yes"/>
- <point x="468" y="912"/>
- <point x="508" y="1012"/>
- <point x="588" y="1012" type="curve" smooth="yes"/>
- <point x="672" y="1012"/>
- <point x="712" y="912"/>
- <point x="712" y="780" type="curve" smooth="yes"/>
- <point x="712" y="452"/>
- <point x="564" y="192"/>
- <point x="184" y="192" type="curve"/>
+ <point x="184.0" y="-28.0" type="line"/>
+ <point x="588.0" y="-28.0"/>
+ <point x="960.0" y="260.0"/>
+ <point x="960.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="960.0" y="1016.0"/>
+ <point x="892.0" y="1232.0"/>
+ <point x="588.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="284.0" y="1232.0"/>
+ <point x="220.0" y="1016.0"/>
+ <point x="220.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="220.0" y="260.0"/>
+ <point x="592.0" y="-28.0"/>
+ <point x="996.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1400.0" y="-28.0"/>
+ <point x="1772.0" y="260.0"/>
+ <point x="1772.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="1772.0" y="1016.0"/>
+ <point x="1704.0" y="1232.0"/>
+ <point x="1400.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="1096.0" y="1232.0"/>
+ <point x="1032.0" y="1016.0"/>
+ <point x="1032.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="260.0"/>
+ <point x="1400.0" y="-28.0"/>
+ <point x="1804.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="2212.0" y="-28.0"/>
+ <point x="2580.0" y="260.0"/>
+ <point x="2580.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="2580.0" y="1016.0"/>
+ <point x="2516.0" y="1232.0"/>
+ <point x="2212.0" y="1232.0" type="curve" smooth="yes"/>
+ <point x="1908.0" y="1232.0"/>
+ <point x="1840.0" y="1016.0"/>
+ <point x="1840.0" y="776.0" type="curve" smooth="yes"/>
+ <point x="1840.0" y="260.0"/>
+ <point x="2212.0" y="-28.0"/>
+ <point x="2616.0" y="-28.0" type="curve"/>
+ <point x="2616.0" y="192.0" type="line"/>
+ <point x="2236.0" y="192.0"/>
+ <point x="2088.0" y="452.0"/>
+ <point x="2088.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="2088.0" y="912.0"/>
+ <point x="2128.0" y="1012.0"/>
+ <point x="2212.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="2292.0" y="1012.0"/>
+ <point x="2332.0" y="912.0"/>
+ <point x="2332.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="2332.0" y="452.0"/>
+ <point x="2188.0" y="192.0"/>
+ <point x="1804.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="192.0"/>
+ <point x="1276.0" y="452.0"/>
+ <point x="1276.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1276.0" y="912.0"/>
+ <point x="1316.0" y="1012.0"/>
+ <point x="1400.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="1484.0" y="1012.0"/>
+ <point x="1524.0" y="912.0"/>
+ <point x="1524.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="1524.0" y="452.0"/>
+ <point x="1376.0" y="192.0"/>
+ <point x="996.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="612.0" y="192.0"/>
+ <point x="468.0" y="452.0"/>
+ <point x="468.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="468.0" y="912.0"/>
+ <point x="508.0" y="1012.0"/>
+ <point x="588.0" y="1012.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="1012.0"/>
+ <point x="712.0" y="912.0"/>
+ <point x="712.0" y="780.0" type="curve" smooth="yes"/>
+ <point x="712.0" y="452.0"/>
+ <point x="564.0" y="192.0"/>
+ <point x="184.0" y="192.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2681, 'leftMargin': 124, 'rightMargin': 123}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2150.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2150.glif
index ccdabc885..23e110860 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2150.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2150.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2150" format="1">
- <advance width="2544"/>
+<glyph name="uni2150" format="2">
+ <advance width="2544.0"/>
<unicode hex="2150"/>
<outline>
- <component base="one.sup" xOffset="4" yOffset="912"/>
- <component base="seven.sup" xOffset="1420"/>
- <component base="fraction" xOffset="428"/>
+ <component base="one.sup" xOffset="4.0" yOffset="912.0"/>
+ <component base="seven.sup" xOffset="1420.0"/>
+ <component base="fraction" xOffset="428.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2522, 'leftMargin': 185, 'rightMargin': 154}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2151.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2151.glif
index 3d546d5f5..d8fabd614 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2151.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2151.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2151" format="1">
- <advance width="2544"/>
+<glyph name="uni2151" format="2">
+ <advance width="2544.0"/>
<unicode hex="2151"/>
<outline>
- <component base="one.sup" xOffset="84" yOffset="912"/>
- <component base="nine.sup" xOffset="1360"/>
- <component base="fraction" xOffset="508"/>
+ <component base="one.sup" xOffset="84.0" yOffset="912.0"/>
+ <component base="nine.sup" xOffset="1360.0"/>
+ <component base="fraction" xOffset="508.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2471, 'leftMargin': 185, 'rightMargin': 262}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2152.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2152.glif
index e3df0dd56..13f726408 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2152.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2152.glif
@@ -1,28 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2152" format="1">
- <advance width="3056"/>
+<glyph name="uni2152" format="2">
+ <advance width="3056.0"/>
<unicode hex="2152"/>
<outline>
- <component base="one.sup" xOffset="28" yOffset="912"/>
- <component base="zero.sup" xOffset="1920"/>
- <component base="fraction" xOffset="452"/>
- <component base="one.sup" xOffset="1184"/>
+ <component base="one.sup" xOffset="28.0" yOffset="912.0"/>
+ <component base="zero.sup" xOffset="1920.0"/>
+ <component base="fraction" xOffset="452.0"/>
+ <component base="one.sup" xOffset="1184.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3158, 'leftMargin': 185, 'rightMargin': 320}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2155.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2155.glif
index 1cadd1a2b..db2f23035 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2155.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2155.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2155" format="1">
- <advance width="2288"/>
+<glyph name="uni2155" format="2">
+ <advance width="2288.0"/>
<unicode hex="2155"/>
<outline>
- <component base="one.sup" xOffset="-40" yOffset="912"/>
- <component base="five.sup" xOffset="1208"/>
- <component base="fraction" xOffset="384"/>
+ <component base="one.sup" xOffset="-40.0" yOffset="912.0"/>
+ <component base="five.sup" xOffset="1208.0"/>
+ <component base="fraction" xOffset="384.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2431.0, 'leftMargin': 185, 'rightMargin': 227.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2156.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2156.glif
index 5d160aa2a..df2b8377a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2156.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2156.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2156" format="1">
- <advance width="2800"/>
+<glyph name="uni2156" format="2">
+ <advance width="2800.0"/>
<unicode hex="2156"/>
<outline>
- <component base="two.sup" xOffset="136" yOffset="912"/>
- <component base="fraction" xOffset="800"/>
- <component base="five.sup" xOffset="1624"/>
+ <component base="two.sup" xOffset="136.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="800.0"/>
+ <component base="five.sup" xOffset="1624.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2712, 'leftMargin': 144, 'rightMargin': 227}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2157.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2157.glif
index 175b66d35..ec599201f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2157.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2157.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2157" format="1">
- <advance width="2544"/>
+<glyph name="uni2157" format="2">
+ <advance width="2544.0"/>
<unicode hex="2157"/>
<outline>
- <component base="three.sup" xOffset="56" yOffset="912"/>
- <component base="fraction" xOffset="544"/>
- <component base="five.sup" xOffset="1452"/>
+ <component base="three.sup" xOffset="56.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="544.0"/>
+ <component base="five.sup" xOffset="1452.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2624, 'leftMargin': 145, 'rightMargin': 227}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2158.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2158.glif
index b35446b76..fade6b968 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2158.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2158.glif
@@ -1,25 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2158" format="1">
- <advance width="2800"/>
+<glyph name="uni2158" format="2">
+ <advance width="2800.0"/>
<unicode hex="2158"/>
<outline>
- <component base="four.sup" xOffset="12" yOffset="912"/>
- <component base="fraction" xOffset="700"/>
- <component base="five.sup" xOffset="1608"/>
+ <component base="four.sup" xOffset="12.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="700.0"/>
+ <component base="five.sup" xOffset="1608.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2159.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2159.glif
index 9f8339d30..7f4b20054 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2159.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2159.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2159" format="1">
- <advance width="2288"/>
+<glyph name="uni2159" format="2">
+ <advance width="2288.0"/>
<unicode hex="2159"/>
<outline>
- <component base="one.sup" xOffset="-24" yOffset="912"/>
- <component base="six.sup" xOffset="1184"/>
- <component base="fraction" xOffset="400"/>
+ <component base="one.sup" xOffset="-24.0" yOffset="912.0"/>
+ <component base="six.sup" xOffset="1184.0"/>
+ <component base="fraction" xOffset="400.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2424, 'leftMargin': 185, 'rightMargin': 254}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni215A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni215A_.glif
index ead44a7f2..ae7decaab 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni215A_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni215A_.glif
@@ -1,27 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni215A" format="1">
- <advance width="2544"/>
+<glyph name="uni215A" format="2">
+ <advance width="2544.0"/>
<unicode hex="215A"/>
<outline>
- <component base="five.sup" xOffset="52" yOffset="912"/>
- <component base="six.sup" xOffset="1412"/>
- <component base="fraction" xOffset="624"/>
+ <component base="five.sup" xOffset="52.0" yOffset="912.0"/>
+ <component base="six.sup" xOffset="1412.0"/>
+ <component base="fraction" xOffset="624.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2552.0, 'leftMargin': 115, 'rightMargin': 254.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni215F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni215F_.glif
index 27a623983..97db7fbce 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni215F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni215F_.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni215F" format="1">
- <advance width="1776"/>
+<glyph name="uni215F" format="2">
+ <advance width="1776.0"/>
<unicode hex="215F"/>
<outline>
- <component base="one.sup" xOffset="-20" yOffset="912"/>
- <component base="fraction" xOffset="404"/>
+ <component base="one.sup" xOffset="-20.0" yOffset="912.0"/>
+ <component base="fraction" xOffset="404.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1772, 'leftMargin': 185, 'rightMargin': 120}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni217C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni217C_.glif
index 2f4c45503..07a7227d6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni217C_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni217C_.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni217C" format="1">
- <advance width="752"/>
+<glyph name="uni217C" format="2">
+ <advance width="752.0"/>
<unicode hex="217C"/>
<outline>
- <component base="l" xOffset="-16"/>
+ <component base="l" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 660.0, 'leftMargin': 238, 'rightMargin': 166.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni217D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni217D_.glif
index 97aa6b55b..11e01d2c1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni217D_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni217D_.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni217D" format="1">
- <advance width="1532"/>
+<glyph name="uni217D" format="2">
+ <advance width="1532.0"/>
<unicode hex="217D"/>
<outline>
- <component base="c" xOffset="-128"/>
+ <component base="c" xOffset="-128.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1504, 'leftMargin': 256, 'rightMargin': -24}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni217E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni217E_.glif
index bd05dda5d..3f3176bc6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni217E_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni217E_.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni217E" format="1">
- <advance width="1776"/>
+<glyph name="uni217E" format="2">
+ <advance width="1776.0"/>
<unicode hex="217E"/>
<outline>
- <component base="d" xOffset="-16"/>
+ <component base="d" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1588, 'leftMargin': 256, 'rightMargin': 52}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni217F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni217F_.glif
index 1d874f3ff..b0f3f4eb8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni217F_.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni217F_.glif
@@ -1,25 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni217F" format="1">
- <advance width="2544"/>
+<glyph name="uni217F" format="2">
+ <advance width="2544.0"/>
<unicode hex="217F"/>
<outline>
- <component base="m" xOffset="-16"/>
+ <component base="m" xOffset="-16.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2467, 'leftMargin': 260, 'rightMargin': 159}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2180.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2180.glif
index d3d09d1b4..8def49d80 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2180.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2180.glif
@@ -1,74 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2180" format="1">
- <advance width="2544"/>
+<glyph name="uni2180" format="2">
+ <advance width="2544.0"/>
<unicode hex="2180"/>
<outline>
<contour>
- <point x="1448" y="0" type="line"/>
- <point x="2012" y="0"/>
- <point x="2364" y="360"/>
- <point x="2364" y="948" type="curve" smooth="yes"/>
- <point x="2364" y="1056" type="line" smooth="yes"/>
- <point x="2364" y="1644"/>
- <point x="2008" y="2004"/>
- <point x="1476" y="2004" type="curve" smooth="yes"/>
- <point x="1168" y="2004" type="line"/>
- <point x="1168" y="1772" type="line"/>
- <point x="1476" y="1772" type="line" smooth="yes"/>
- <point x="1888" y="1772"/>
- <point x="2080" y="1492"/>
- <point x="2080" y="1060" type="curve" smooth="yes"/>
- <point x="2080" y="948" type="line" smooth="yes"/>
- <point x="2080" y="500"/>
- <point x="1868" y="228"/>
- <point x="1448" y="228" type="curve" smooth="yes"/>
- <point x="1176" y="228" type="line"/>
- <point x="1176" y="0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
+ <point x="2012.0" y="0.0"/>
+ <point x="2364.0" y="360.0"/>
+ <point x="2364.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="2364.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="2364.0" y="1644.0"/>
+ <point x="2008.0" y="2004.0"/>
+ <point x="1476.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="1168.0" y="2004.0" type="line"/>
+ <point x="1168.0" y="1772.0" type="line"/>
+ <point x="1476.0" y="1772.0" type="line" smooth="yes"/>
+ <point x="1888.0" y="1772.0"/>
+ <point x="2080.0" y="1492.0"/>
+ <point x="2080.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="2080.0" y="948.0" type="line" smooth="yes"/>
+ <point x="2080.0" y="500.0"/>
+ <point x="1868.0" y="228.0"/>
+ <point x="1448.0" y="228.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="228.0" type="line"/>
+ <point x="1176.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1408" y="2004" type="line"/>
- <point x="1132" y="2004" type="line"/>
- <point x="1132" y="0" type="line"/>
- <point x="1408" y="0" type="line"/>
+ <point x="1408.0" y="2004.0" type="line"/>
+ <point x="1132.0" y="2004.0" type="line"/>
+ <point x="1132.0" y="0.0" type="line"/>
+ <point x="1408.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1372" y="0" type="line"/>
- <point x="1368" y="228" type="line"/>
- <point x="1108" y="228" type="line" smooth="yes"/>
- <point x="676" y="228"/>
- <point x="464" y="508"/>
- <point x="464" y="948" type="curve" smooth="yes"/>
- <point x="464" y="1060" type="line" smooth="yes"/>
- <point x="464" y="1524"/>
- <point x="684" y="1772"/>
- <point x="1080" y="1772" type="curve" smooth="yes"/>
- <point x="1380" y="1772" type="line"/>
- <point x="1380" y="2004" type="line"/>
- <point x="1072" y="2004" type="line" smooth="yes"/>
- <point x="540" y="2004"/>
- <point x="184" y="1644"/>
- <point x="184" y="1056" type="curve" smooth="yes"/>
- <point x="184" y="948" type="line" smooth="yes"/>
- <point x="184" y="360"/>
- <point x="532" y="0"/>
- <point x="1096" y="0" type="curve" smooth="yes"/>
+ <point x="1372.0" y="0.0" type="line"/>
+ <point x="1368.0" y="228.0" type="line"/>
+ <point x="1108.0" y="228.0" type="line" smooth="yes"/>
+ <point x="676.0" y="228.0"/>
+ <point x="464.0" y="508.0"/>
+ <point x="464.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="464.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="464.0" y="1524.0"/>
+ <point x="684.0" y="1772.0"/>
+ <point x="1080.0" y="1772.0" type="curve" smooth="yes"/>
+ <point x="1380.0" y="1772.0" type="line"/>
+ <point x="1380.0" y="2004.0" type="line"/>
+ <point x="1072.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="540.0" y="2004.0"/>
+ <point x="184.0" y="1644.0"/>
+ <point x="184.0" y="1056.0" type="curve" smooth="yes"/>
+ <point x="184.0" y="948.0" type="line" smooth="yes"/>
+ <point x="184.0" y="360.0"/>
+ <point x="532.0" y="0.0"/>
+ <point x="1096.0" y="0.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2508.0, 'leftMargin': 164, 'rightMargin': 164.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2181.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2181.glif
index 1cc38ecdc..3233660de 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2181.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2181.glif
@@ -1,74 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2181" format="1">
- <advance width="1776"/>
+<glyph name="uni2181" format="2">
+ <advance width="1776.0"/>
<unicode hex="2181"/>
<outline>
<contour>
- <point x="696" y="0" type="line"/>
- <point x="1264" y="0"/>
- <point x="1612" y="360"/>
- <point x="1612" y="948" type="curve" smooth="yes"/>
- <point x="1612" y="1056" type="line" smooth="yes"/>
- <point x="1612" y="1644"/>
- <point x="1256" y="2004"/>
- <point x="724" y="2004" type="curve" smooth="yes"/>
- <point x="280" y="2004" type="line"/>
- <point x="280" y="1812" type="line"/>
- <point x="724" y="1812" type="line" smooth="yes"/>
- <point x="1124" y="1812"/>
- <point x="1368" y="1552"/>
- <point x="1368" y="1060" type="curve" smooth="yes"/>
- <point x="1368" y="948" type="line" smooth="yes"/>
- <point x="1368" y="480"/>
- <point x="1132" y="192"/>
- <point x="696" y="192" type="curve" smooth="yes"/>
- <point x="292" y="192" type="line"/>
- <point x="288" y="0" type="line"/>
+ <point x="696.0" y="0.0" type="line"/>
+ <point x="1264.0" y="0.0"/>
+ <point x="1612.0" y="360.0"/>
+ <point x="1612.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="1612.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="1612.0" y="1644.0"/>
+ <point x="1256.0" y="2004.0"/>
+ <point x="724.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="280.0" y="2004.0" type="line"/>
+ <point x="280.0" y="1812.0" type="line"/>
+ <point x="724.0" y="1812.0" type="line" smooth="yes"/>
+ <point x="1124.0" y="1812.0"/>
+ <point x="1368.0" y="1552.0"/>
+ <point x="1368.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="1368.0" y="948.0" type="line" smooth="yes"/>
+ <point x="1368.0" y="480.0"/>
+ <point x="1132.0" y="192.0"/>
+ <point x="696.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="292.0" y="192.0" type="line"/>
+ <point x="288.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="440" y="2004" type="line"/>
- <point x="164" y="2004" type="line"/>
- <point x="164" y="0" type="line"/>
- <point x="440" y="0" type="line"/>
+ <point x="440.0" y="2004.0" type="line"/>
+ <point x="164.0" y="2004.0" type="line"/>
+ <point x="164.0" y="0.0" type="line"/>
+ <point x="440.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="608" y="324" type="line"/>
- <point x="992" y="324"/>
- <point x="1228" y="568"/>
- <point x="1228" y="960" type="curve" smooth="yes"/>
- <point x="1228" y="1036" type="line" smooth="yes"/>
- <point x="1228" y="1432"/>
- <point x="988" y="1676"/>
- <point x="628" y="1676" type="curve" smooth="yes"/>
- <point x="324" y="1676" type="line"/>
- <point x="324" y="1484" type="line"/>
- <point x="628" y="1484" type="line" smooth="yes"/>
- <point x="856" y="1484"/>
- <point x="984" y="1352"/>
- <point x="984" y="1040" type="curve" smooth="yes"/>
- <point x="984" y="960" type="line" smooth="yes"/>
- <point x="984" y="668"/>
- <point x="860" y="516"/>
- <point x="608" y="516" type="curve" smooth="yes"/>
- <point x="332" y="516" type="line"/>
- <point x="332" y="324" type="line"/>
+ <point x="608.0" y="324.0" type="line"/>
+ <point x="992.0" y="324.0"/>
+ <point x="1228.0" y="568.0"/>
+ <point x="1228.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="1036.0" type="line" smooth="yes"/>
+ <point x="1228.0" y="1432.0"/>
+ <point x="988.0" y="1676.0"/>
+ <point x="628.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="324.0" y="1676.0" type="line"/>
+ <point x="324.0" y="1484.0" type="line"/>
+ <point x="628.0" y="1484.0" type="line" smooth="yes"/>
+ <point x="856.0" y="1484.0"/>
+ <point x="984.0" y="1352.0"/>
+ <point x="984.0" y="1040.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="960.0" type="line" smooth="yes"/>
+ <point x="984.0" y="668.0"/>
+ <point x="860.0" y="516.0"/>
+ <point x="608.0" y="516.0" type="curve" smooth="yes"/>
+ <point x="332.0" y="516.0" type="line"/>
+ <point x="332.0" y="324.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1848.0, 'leftMargin': 234, 'rightMargin': 165.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2182.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2182.glif
index 2abbb6ffb..356c0e9e1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2182.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2182.glif
@@ -1,118 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2182" format="1">
- <advance width="2544"/>
+<glyph name="uni2182" format="2">
+ <advance width="2544.0"/>
<unicode hex="2182"/>
<outline>
<contour>
- <point x="1328" y="0" type="line"/>
- <point x="1532" y="0" type="line" smooth="yes"/>
- <point x="2096" y="0"/>
- <point x="2448" y="360"/>
- <point x="2448" y="948" type="curve" smooth="yes"/>
- <point x="2448" y="1056" type="line" smooth="yes"/>
- <point x="2448" y="1644"/>
- <point x="2092" y="2004"/>
- <point x="1560" y="2004" type="curve" smooth="yes"/>
- <point x="1252" y="2004" type="line"/>
- <point x="1252" y="1812" type="line"/>
- <point x="1560" y="1812" type="line" smooth="yes"/>
- <point x="1956" y="1812"/>
- <point x="2204" y="1552"/>
- <point x="2204" y="1060" type="curve" smooth="yes"/>
- <point x="2204" y="948" type="line" smooth="yes"/>
- <point x="2204" y="480"/>
- <point x="1964" y="192"/>
- <point x="1532" y="192" type="curve" smooth="yes"/>
- <point x="1328" y="192" type="line"/>
+ <point x="1328.0" y="0.0" type="line"/>
+ <point x="1532.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2096.0" y="0.0"/>
+ <point x="2448.0" y="360.0"/>
+ <point x="2448.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="2448.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="2448.0" y="1644.0"/>
+ <point x="2092.0" y="2004.0"/>
+ <point x="1560.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="1252.0" y="2004.0" type="line"/>
+ <point x="1252.0" y="1812.0" type="line"/>
+ <point x="1560.0" y="1812.0" type="line" smooth="yes"/>
+ <point x="1956.0" y="1812.0"/>
+ <point x="2204.0" y="1552.0"/>
+ <point x="2204.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="2204.0" y="948.0" type="line" smooth="yes"/>
+ <point x="2204.0" y="480.0"/>
+ <point x="1964.0" y="192.0"/>
+ <point x="1532.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1328.0" y="192.0" type="line"/>
</contour>
<contour>
- <point x="1412" y="2004" type="line"/>
- <point x="1136" y="2004" type="line"/>
- <point x="1136" y="0" type="line"/>
- <point x="1412" y="0" type="line"/>
+ <point x="1412.0" y="2004.0" type="line"/>
+ <point x="1136.0" y="2004.0" type="line"/>
+ <point x="1136.0" y="0.0" type="line"/>
+ <point x="1412.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1300" y="324" type="line"/>
- <point x="1440" y="324" type="line" smooth="yes"/>
- <point x="1824" y="324"/>
- <point x="2060" y="568"/>
- <point x="2060" y="960" type="curve" smooth="yes"/>
- <point x="2060" y="1036" type="line" smooth="yes"/>
- <point x="2060" y="1432"/>
- <point x="1820" y="1676"/>
- <point x="1460" y="1676" type="curve" smooth="yes"/>
- <point x="1296" y="1676" type="line"/>
- <point x="1296" y="1484" type="line"/>
- <point x="1460" y="1484" type="line" smooth="yes"/>
- <point x="1688" y="1484"/>
- <point x="1816" y="1352"/>
- <point x="1816" y="1040" type="curve" smooth="yes"/>
- <point x="1816" y="960" type="line" smooth="yes"/>
- <point x="1816" y="668"/>
- <point x="1696" y="516"/>
- <point x="1440" y="516" type="curve" smooth="yes"/>
- <point x="1300" y="516" type="line"/>
+ <point x="1300.0" y="324.0" type="line"/>
+ <point x="1440.0" y="324.0" type="line" smooth="yes"/>
+ <point x="1824.0" y="324.0"/>
+ <point x="2060.0" y="568.0"/>
+ <point x="2060.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="2060.0" y="1036.0" type="line" smooth="yes"/>
+ <point x="2060.0" y="1432.0"/>
+ <point x="1820.0" y="1676.0"/>
+ <point x="1460.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="1676.0" type="line"/>
+ <point x="1296.0" y="1484.0" type="line"/>
+ <point x="1460.0" y="1484.0" type="line" smooth="yes"/>
+ <point x="1688.0" y="1484.0"/>
+ <point x="1816.0" y="1352.0"/>
+ <point x="1816.0" y="1040.0" type="curve" smooth="yes"/>
+ <point x="1816.0" y="960.0" type="line" smooth="yes"/>
+ <point x="1816.0" y="668.0"/>
+ <point x="1696.0" y="516.0"/>
+ <point x="1440.0" y="516.0" type="curve" smooth="yes"/>
+ <point x="1300.0" y="516.0" type="line"/>
</contour>
<contour>
- <point x="1244" y="0" type="line"/>
- <point x="1244" y="192" type="line"/>
- <point x="1016" y="192" type="line" smooth="yes"/>
- <point x="580" y="192"/>
- <point x="344" y="480"/>
- <point x="344" y="948" type="curve" smooth="yes"/>
- <point x="344" y="1060" type="line" smooth="yes"/>
- <point x="344" y="1552"/>
- <point x="588" y="1812"/>
- <point x="988" y="1812" type="curve" smooth="yes"/>
- <point x="1296" y="1812" type="line"/>
- <point x="1296" y="2004" type="line"/>
- <point x="988" y="2004" type="line" smooth="yes"/>
- <point x="456" y="2004"/>
- <point x="100" y="1644"/>
- <point x="100" y="1056" type="curve" smooth="yes"/>
- <point x="100" y="948" type="line" smooth="yes"/>
- <point x="100" y="360"/>
- <point x="448" y="0"/>
- <point x="1016" y="0" type="curve" smooth="yes"/>
+ <point x="1244.0" y="0.0" type="line"/>
+ <point x="1244.0" y="192.0" type="line"/>
+ <point x="1016.0" y="192.0" type="line" smooth="yes"/>
+ <point x="580.0" y="192.0"/>
+ <point x="344.0" y="480.0"/>
+ <point x="344.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="344.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="344.0" y="1552.0"/>
+ <point x="588.0" y="1812.0"/>
+ <point x="988.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="1296.0" y="1812.0" type="line"/>
+ <point x="1296.0" y="2004.0" type="line"/>
+ <point x="988.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="456.0" y="2004.0"/>
+ <point x="100.0" y="1644.0"/>
+ <point x="100.0" y="1056.0" type="curve" smooth="yes"/>
+ <point x="100.0" y="948.0" type="line" smooth="yes"/>
+ <point x="100.0" y="360.0"/>
+ <point x="448.0" y="0.0"/>
+ <point x="1016.0" y="0.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1244" y="324" type="line"/>
- <point x="1244" y="516" type="line"/>
- <point x="1104" y="516" type="line" smooth="yes"/>
- <point x="852" y="516"/>
- <point x="728" y="668"/>
- <point x="728" y="960" type="curve" smooth="yes"/>
- <point x="728" y="1040" type="line" smooth="yes"/>
- <point x="728" y="1352"/>
- <point x="856" y="1484"/>
- <point x="1084" y="1484" type="curve" smooth="yes"/>
- <point x="1248" y="1484" type="line"/>
- <point x="1248" y="1676" type="line"/>
- <point x="1084" y="1676" type="line" smooth="yes"/>
- <point x="724" y="1676"/>
- <point x="484" y="1432"/>
- <point x="484" y="1036" type="curve" smooth="yes"/>
- <point x="484" y="960" type="line" smooth="yes"/>
- <point x="484" y="568"/>
- <point x="720" y="324"/>
- <point x="1104" y="324" type="curve" smooth="yes"/>
+ <point x="1244.0" y="324.0" type="line"/>
+ <point x="1244.0" y="516.0" type="line"/>
+ <point x="1104.0" y="516.0" type="line" smooth="yes"/>
+ <point x="852.0" y="516.0"/>
+ <point x="728.0" y="668.0"/>
+ <point x="728.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="728.0" y="1040.0" type="line" smooth="yes"/>
+ <point x="728.0" y="1352.0"/>
+ <point x="856.0" y="1484.0"/>
+ <point x="1084.0" y="1484.0" type="curve" smooth="yes"/>
+ <point x="1248.0" y="1484.0" type="line"/>
+ <point x="1248.0" y="1676.0" type="line"/>
+ <point x="1084.0" y="1676.0" type="line" smooth="yes"/>
+ <point x="724.0" y="1676.0"/>
+ <point x="484.0" y="1432.0"/>
+ <point x="484.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="484.0" y="960.0" type="line" smooth="yes"/>
+ <point x="484.0" y="568.0"/>
+ <point x="720.0" y="324.0"/>
+ <point x="1104.0" y="324.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2679, 'leftMargin': 165, 'rightMargin': 165}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2183.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2183.glif
index 46c15d6da..1be835ed7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2183.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2183.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2183" format="1">
- <advance width="1776"/>
+<glyph name="uni2183" format="2">
+ <advance width="1776.0"/>
<unicode hex="2183"/>
<outline>
<contour>
- <point x="116" y="636" type="line"/>
- <point x="160" y="264"/>
- <point x="388" y="-28"/>
- <point x="876" y="-28" type="curve" smooth="yes"/>
- <point x="1348" y="-28"/>
- <point x="1660" y="340"/>
- <point x="1660" y="904" type="curve" smooth="yes"/>
- <point x="1660" y="1100" type="line" smooth="yes"/>
- <point x="1660" y="1660"/>
- <point x="1352" y="2032"/>
- <point x="848" y="2032" type="curve" smooth="yes"/>
- <point x="392" y="2032"/>
- <point x="156" y="1752"/>
- <point x="116" y="1360" type="curve"/>
- <point x="392" y="1360" type="line"/>
- <point x="432" y="1636"/>
- <point x="544" y="1812"/>
- <point x="848" y="1812" type="curve" smooth="yes"/>
- <point x="1204" y="1812"/>
- <point x="1388" y="1520"/>
- <point x="1388" y="1100" type="curve" smooth="yes"/>
- <point x="1388" y="904" type="line" smooth="yes"/>
- <point x="1388" y="520"/>
- <point x="1232" y="192"/>
- <point x="876" y="192" type="curve" smooth="yes"/>
- <point x="536" y="192"/>
- <point x="436" y="360"/>
- <point x="392" y="636" type="curve"/>
+ <point x="116.0" y="636.0" type="line"/>
+ <point x="160.0" y="264.0"/>
+ <point x="388.0" y="-28.0"/>
+ <point x="876.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="-28.0"/>
+ <point x="1660.0" y="340.0"/>
+ <point x="1660.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="1100.0" type="line" smooth="yes"/>
+ <point x="1660.0" y="1660.0"/>
+ <point x="1352.0" y="2032.0"/>
+ <point x="848.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="392.0" y="2032.0"/>
+ <point x="156.0" y="1752.0"/>
+ <point x="116.0" y="1360.0" type="curve"/>
+ <point x="392.0" y="1360.0" type="line"/>
+ <point x="432.0" y="1636.0"/>
+ <point x="544.0" y="1812.0"/>
+ <point x="848.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="1812.0"/>
+ <point x="1388.0" y="1520.0"/>
+ <point x="1388.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="1388.0" y="904.0" type="line" smooth="yes"/>
+ <point x="1388.0" y="520.0"/>
+ <point x="1232.0" y="192.0"/>
+ <point x="876.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="192.0"/>
+ <point x="436.0" y="360.0"/>
+ <point x="392.0" y="636.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1827, 'leftMargin': 121, 'rightMargin': 160}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2184.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2184.glif
index 17b3b53d1..5c2c176ad 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2184.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2184.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2184" format="1">
- <advance width="1520"/>
+<glyph name="uni2184" format="2">
+ <advance width="1520.0"/>
<unicode hex="2184"/>
<outline>
<contour>
- <point x="128" y="472" type="line"/>
- <point x="144" y="212"/>
- <point x="408" y="-28"/>
- <point x="724" y="-28" type="curve" smooth="yes"/>
- <point x="1180" y="-28"/>
- <point x="1392" y="320"/>
- <point x="1392" y="716" type="curve" smooth="yes"/>
- <point x="1392" y="772" type="line" smooth="yes"/>
- <point x="1392" y="1168"/>
- <point x="1180" y="1516"/>
- <point x="724" y="1516" type="curve" smooth="yes"/>
- <point x="372" y="1516"/>
- <point x="144" y="1276"/>
- <point x="128" y="976" type="curve"/>
- <point x="388" y="976" type="line"/>
- <point x="404" y="1148"/>
- <point x="524" y="1296"/>
- <point x="724" y="1296" type="curve" smooth="yes"/>
- <point x="1032" y="1296"/>
- <point x="1120" y="1024"/>
- <point x="1120" y="772" type="curve" smooth="yes"/>
- <point x="1120" y="716" type="line" smooth="yes"/>
- <point x="1120" y="464"/>
- <point x="1036" y="192"/>
- <point x="724" y="192" type="curve" smooth="yes"/>
- <point x="548" y="192"/>
- <point x="404" y="316"/>
- <point x="388" y="472" type="curve"/>
+ <point x="128.0" y="472.0" type="line"/>
+ <point x="144.0" y="212.0"/>
+ <point x="408.0" y="-28.0"/>
+ <point x="724.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1180.0" y="-28.0"/>
+ <point x="1392.0" y="320.0"/>
+ <point x="1392.0" y="716.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="772.0" type="line" smooth="yes"/>
+ <point x="1392.0" y="1168.0"/>
+ <point x="1180.0" y="1516.0"/>
+ <point x="724.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="1516.0"/>
+ <point x="144.0" y="1276.0"/>
+ <point x="128.0" y="976.0" type="curve"/>
+ <point x="388.0" y="976.0" type="line"/>
+ <point x="404.0" y="1148.0"/>
+ <point x="524.0" y="1296.0"/>
+ <point x="724.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="1296.0"/>
+ <point x="1120.0" y="1024.0"/>
+ <point x="1120.0" y="772.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="716.0" type="line" smooth="yes"/>
+ <point x="1120.0" y="464.0"/>
+ <point x="1036.0" y="192.0"/>
+ <point x="724.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="548.0" y="192.0"/>
+ <point x="404.0" y="316.0"/>
+ <point x="388.0" y="472.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2185.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2185.glif
index d8332e525..d2954fc41 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2185.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2185.glif
@@ -1,60 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2185" format="1">
- <advance width="2032"/>
+<glyph name="uni2185" format="2">
+ <advance width="2032.0"/>
<unicode hex="2185"/>
<outline>
<contour>
- <point x="1524" y="428" type="line"/>
- <point x="1456" y="328"/>
- <point x="1304" y="192"/>
- <point x="1028" y="192" type="curve" smooth="yes"/>
- <point x="672" y="192"/>
- <point x="520" y="520"/>
- <point x="520" y="904" type="curve" smooth="yes"/>
- <point x="520" y="1100" type="line" smooth="yes"/>
- <point x="520" y="1520"/>
- <point x="700" y="1812"/>
- <point x="1056" y="1812" type="curve" smooth="yes"/>
- <point x="1360" y="1812"/>
- <point x="1472" y="1636"/>
- <point x="1516" y="1360" type="curve"/>
- <point x="1788" y="1360" type="line"/>
- <point x="1748" y="1752"/>
- <point x="1512" y="2032"/>
- <point x="1056" y="2032" type="curve" smooth="yes"/>
- <point x="556" y="2032"/>
- <point x="244" y="1660"/>
- <point x="244" y="1100" type="curve" smooth="yes"/>
- <point x="244" y="904" type="line" smooth="yes"/>
- <point x="244" y="340"/>
- <point x="556" y="-28"/>
- <point x="1028" y="-28" type="curve" smooth="yes"/>
- <point x="1332" y="-28"/>
- <point x="1532" y="84"/>
- <point x="1652" y="256" type="curve"/>
+ <point x="1524.0" y="428.0" type="line"/>
+ <point x="1456.0" y="328.0"/>
+ <point x="1304.0" y="192.0"/>
+ <point x="1028.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="672.0" y="192.0"/>
+ <point x="520.0" y="520.0"/>
+ <point x="520.0" y="904.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="1100.0" type="line" smooth="yes"/>
+ <point x="520.0" y="1520.0"/>
+ <point x="700.0" y="1812.0"/>
+ <point x="1056.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="1360.0" y="1812.0"/>
+ <point x="1472.0" y="1636.0"/>
+ <point x="1516.0" y="1360.0" type="curve"/>
+ <point x="1788.0" y="1360.0" type="line"/>
+ <point x="1748.0" y="1752.0"/>
+ <point x="1512.0" y="2032.0"/>
+ <point x="1056.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="2032.0"/>
+ <point x="244.0" y="1660.0"/>
+ <point x="244.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="244.0" y="904.0" type="line" smooth="yes"/>
+ <point x="244.0" y="340.0"/>
+ <point x="556.0" y="-28.0"/>
+ <point x="1028.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1332.0" y="-28.0"/>
+ <point x="1532.0" y="84.0"/>
+ <point x="1652.0" y="256.0" type="curve"/>
</contour>
<contour>
- <point x="1776" y="616" type="line"/>
- <point x="1500" y="616" type="line"/>
- <point x="1500" y="-496" type="line"/>
- <point x="1776" y="-496" type="line"/>
+ <point x="1776.0" y="616.0" type="line"/>
+ <point x="1500.0" y="616.0" type="line"/>
+ <point x="1500.0" y="-496.0" type="line"/>
+ <point x="1776.0" y="-496.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1827, 'leftMargin': 161, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2186.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2186.glif
index da7fb5451..10f42fda5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2186.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2186.glif
@@ -1,44 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2186" format="1">
- <advance width="2288"/>
+<glyph name="uni2186" format="2">
+ <advance width="2288.0"/>
<unicode hex="2186"/>
<outline>
<contour>
- <point x="372" y="1128" type="line"/>
- <point x="172" y="944" type="line"/>
- <point x="1028" y="0" type="line"/>
- <point x="1240" y="0" type="line"/>
- <point x="1176" y="228" type="line"/>
+ <point x="372.0" y="1128.0" type="line"/>
+ <point x="172.0" y="944.0" type="line"/>
+ <point x="1028.0" y="0.0" type="line"/>
+ <point x="1240.0" y="0.0" type="line"/>
+ <point x="1176.0" y="228.0" type="line"/>
</contour>
<contour>
- <point x="1280" y="2004" type="line"/>
- <point x="1004" y="2004" type="line"/>
- <point x="1004" y="180" type="line"/>
- <point x="1280" y="180" type="line"/>
+ <point x="1280.0" y="2004.0" type="line"/>
+ <point x="1004.0" y="2004.0" type="line"/>
+ <point x="1004.0" y="180.0" type="line"/>
+ <point x="1280.0" y="180.0" type="line"/>
</contour>
<contour>
- <point x="2116" y="932" type="line"/>
- <point x="1928" y="1128" type="line"/>
- <point x="1108" y="228" type="line"/>
- <point x="1048" y="0" type="line"/>
- <point x="1264" y="0" type="line"/>
+ <point x="2116.0" y="932.0" type="line"/>
+ <point x="1928.0" y="1128.0" type="line"/>
+ <point x="1108.0" y="228.0" type="line"/>
+ <point x="1048.0" y="0.0" type="line"/>
+ <point x="1264.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2108, 'leftMargin': 83, 'rightMargin': 83}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2187.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2187.glif
index 1e354eefa..d5cde5497 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2187.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2187.glif
@@ -1,96 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2187" format="1">
- <advance width="1776"/>
+<glyph name="uni2187" format="2">
+ <advance width="1776.0"/>
<unicode hex="2187"/>
<outline>
<contour>
- <point x="164" y="0" type="line"/>
- <point x="440" y="0" type="line"/>
- <point x="440" y="2004" type="line"/>
- <point x="164" y="2004" type="line"/>
+ <point x="164.0" y="0.0" type="line"/>
+ <point x="440.0" y="0.0" type="line"/>
+ <point x="440.0" y="2004.0" type="line"/>
+ <point x="164.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="296" y="0" type="line"/>
- <point x="696" y="0" type="line" smooth="yes"/>
- <point x="1264" y="0"/>
- <point x="1612" y="360"/>
- <point x="1612" y="948" type="curve" smooth="yes"/>
- <point x="1612" y="1056" type="line" smooth="yes"/>
- <point x="1612" y="1644"/>
- <point x="1256" y="2004"/>
- <point x="724" y="2004" type="curve" smooth="yes"/>
- <point x="296" y="2004" type="line"/>
- <point x="296" y="1812" type="line"/>
- <point x="724" y="1812" type="line" smooth="yes"/>
- <point x="1124" y="1812"/>
- <point x="1368" y="1552"/>
- <point x="1368" y="1060" type="curve" smooth="yes"/>
- <point x="1368" y="948" type="line" smooth="yes"/>
- <point x="1368" y="480"/>
- <point x="1132" y="192"/>
- <point x="696" y="192" type="curve" smooth="yes"/>
- <point x="296" y="192" type="line"/>
+ <point x="296.0" y="0.0" type="line"/>
+ <point x="696.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1264.0" y="0.0"/>
+ <point x="1612.0" y="360.0"/>
+ <point x="1612.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="1612.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="1612.0" y="1644.0"/>
+ <point x="1256.0" y="2004.0"/>
+ <point x="724.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="296.0" y="2004.0" type="line"/>
+ <point x="296.0" y="1812.0" type="line"/>
+ <point x="724.0" y="1812.0" type="line" smooth="yes"/>
+ <point x="1124.0" y="1812.0"/>
+ <point x="1368.0" y="1552.0"/>
+ <point x="1368.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="1368.0" y="948.0" type="line" smooth="yes"/>
+ <point x="1368.0" y="480.0"/>
+ <point x="1132.0" y="192.0"/>
+ <point x="696.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="296.0" y="192.0" type="line"/>
</contour>
<contour>
- <point x="296" y="324" type="line"/>
- <point x="608" y="324" type="line" smooth="yes"/>
- <point x="992" y="324"/>
- <point x="1228" y="568"/>
- <point x="1228" y="960" type="curve" smooth="yes"/>
- <point x="1228" y="1036" type="line" smooth="yes"/>
- <point x="1228" y="1432"/>
- <point x="988" y="1676"/>
- <point x="628" y="1676" type="curve" smooth="yes"/>
- <point x="296" y="1676" type="line"/>
- <point x="296" y="1484" type="line"/>
- <point x="628" y="1484" type="line" smooth="yes"/>
- <point x="856" y="1484"/>
- <point x="984" y="1352"/>
- <point x="984" y="1040" type="curve" smooth="yes"/>
- <point x="984" y="960" type="line" smooth="yes"/>
- <point x="984" y="668"/>
- <point x="860" y="516"/>
- <point x="608" y="516" type="curve" smooth="yes"/>
- <point x="296" y="516" type="line"/>
+ <point x="296.0" y="324.0" type="line"/>
+ <point x="608.0" y="324.0" type="line" smooth="yes"/>
+ <point x="992.0" y="324.0"/>
+ <point x="1228.0" y="568.0"/>
+ <point x="1228.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="1228.0" y="1036.0" type="line" smooth="yes"/>
+ <point x="1228.0" y="1432.0"/>
+ <point x="988.0" y="1676.0"/>
+ <point x="628.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="296.0" y="1676.0" type="line"/>
+ <point x="296.0" y="1484.0" type="line"/>
+ <point x="628.0" y="1484.0" type="line" smooth="yes"/>
+ <point x="856.0" y="1484.0"/>
+ <point x="984.0" y="1352.0"/>
+ <point x="984.0" y="1040.0" type="curve" smooth="yes"/>
+ <point x="984.0" y="960.0" type="line" smooth="yes"/>
+ <point x="984.0" y="668.0"/>
+ <point x="860.0" y="516.0"/>
+ <point x="608.0" y="516.0" type="curve" smooth="yes"/>
+ <point x="296.0" y="516.0" type="line"/>
</contour>
<contour>
- <point x="296" y="640" type="line"/>
- <point x="424" y="640" type="line" smooth="yes"/>
- <point x="724" y="640"/>
- <point x="840" y="772"/>
- <point x="840" y="984" type="curve" smooth="yes"/>
- <point x="840" y="1028" type="line" smooth="yes"/>
- <point x="840" y="1240"/>
- <point x="720" y="1372"/>
- <point x="432" y="1372" type="curve" smooth="yes"/>
- <point x="296" y="1372" type="line"/>
- <point x="296" y="1184" type="line"/>
- <point x="432" y="1184" type="line" smooth="yes"/>
- <point x="556" y="1184"/>
- <point x="600" y="1136"/>
- <point x="600" y="1028" type="curve" smooth="yes"/>
- <point x="600" y="984" type="line" smooth="yes"/>
- <point x="600" y="888"/>
- <point x="560" y="828"/>
- <point x="424" y="828" type="curve" smooth="yes"/>
- <point x="296" y="828" type="line"/>
+ <point x="296.0" y="640.0" type="line"/>
+ <point x="424.0" y="640.0" type="line" smooth="yes"/>
+ <point x="724.0" y="640.0"/>
+ <point x="840.0" y="772.0"/>
+ <point x="840.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="840.0" y="1028.0" type="line" smooth="yes"/>
+ <point x="840.0" y="1240.0"/>
+ <point x="720.0" y="1372.0"/>
+ <point x="432.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="296.0" y="1372.0" type="line"/>
+ <point x="296.0" y="1184.0" type="line"/>
+ <point x="432.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="556.0" y="1184.0"/>
+ <point x="600.0" y="1136.0"/>
+ <point x="600.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="600.0" y="984.0" type="line" smooth="yes"/>
+ <point x="600.0" y="888.0"/>
+ <point x="560.0" y="828.0"/>
+ <point x="424.0" y="828.0" type="curve" smooth="yes"/>
+ <point x="296.0" y="828.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1848.0, 'leftMargin': 234, 'rightMargin': 165.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2188.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2188.glif
index 7870cd827..cf38d1138 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2188.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2188.glif
@@ -1,162 +1,153 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2188" format="1">
- <advance width="3056"/>
+<glyph name="uni2188" format="2">
+ <advance width="3056.0"/>
<unicode hex="2188"/>
<outline>
<contour>
- <point x="1652" y="0" type="line"/>
- <point x="1924" y="0" type="line" smooth="yes"/>
- <point x="2488" y="0"/>
- <point x="2840" y="360"/>
- <point x="2840" y="948" type="curve" smooth="yes"/>
- <point x="2840" y="1056" type="line" smooth="yes"/>
- <point x="2840" y="1644"/>
- <point x="2484" y="2004"/>
- <point x="1952" y="2004" type="curve" smooth="yes"/>
- <point x="1644" y="2004" type="line"/>
- <point x="1644" y="1812" type="line"/>
- <point x="1952" y="1812" type="line" smooth="yes"/>
- <point x="2352" y="1812"/>
- <point x="2596" y="1552"/>
- <point x="2596" y="1060" type="curve" smooth="yes"/>
- <point x="2596" y="948" type="line" smooth="yes"/>
- <point x="2596" y="480"/>
- <point x="2360" y="192"/>
- <point x="1924" y="192" type="curve" smooth="yes"/>
- <point x="1652" y="192" type="line"/>
+ <point x="1652.0" y="0.0" type="line"/>
+ <point x="1924.0" y="0.0" type="line" smooth="yes"/>
+ <point x="2488.0" y="0.0"/>
+ <point x="2840.0" y="360.0"/>
+ <point x="2840.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="2840.0" y="1056.0" type="line" smooth="yes"/>
+ <point x="2840.0" y="1644.0"/>
+ <point x="2484.0" y="2004.0"/>
+ <point x="1952.0" y="2004.0" type="curve" smooth="yes"/>
+ <point x="1644.0" y="2004.0" type="line"/>
+ <point x="1644.0" y="1812.0" type="line"/>
+ <point x="1952.0" y="1812.0" type="line" smooth="yes"/>
+ <point x="2352.0" y="1812.0"/>
+ <point x="2596.0" y="1552.0"/>
+ <point x="2596.0" y="1060.0" type="curve" smooth="yes"/>
+ <point x="2596.0" y="948.0" type="line" smooth="yes"/>
+ <point x="2596.0" y="480.0"/>
+ <point x="2360.0" y="192.0"/>
+ <point x="1924.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="1652.0" y="192.0" type="line"/>
</contour>
<contour>
- <point x="1568" y="640" type="line"/>
- <point x="1664" y="640" type="line" smooth="yes"/>
- <point x="1964" y="640"/>
- <point x="2080" y="772"/>
- <point x="2080" y="984" type="curve" smooth="yes"/>
- <point x="2080" y="1028" type="line" smooth="yes"/>
- <point x="2080" y="1240"/>
- <point x="1960" y="1372"/>
- <point x="1676" y="1372" type="curve" smooth="yes"/>
- <point x="1512" y="1372" type="line"/>
- <point x="1512" y="1184" type="line"/>
- <point x="1676" y="1184" type="line" smooth="yes"/>
- <point x="1796" y="1184"/>
- <point x="1848" y="1136"/>
- <point x="1848" y="1028" type="curve" smooth="yes"/>
- <point x="1848" y="984" type="line" smooth="yes"/>
- <point x="1848" y="888"/>
- <point x="1800" y="828"/>
- <point x="1664" y="828" type="curve" smooth="yes"/>
- <point x="1568" y="828" type="line"/>
+ <point x="1568.0" y="640.0" type="line"/>
+ <point x="1664.0" y="640.0" type="line" smooth="yes"/>
+ <point x="1964.0" y="640.0"/>
+ <point x="2080.0" y="772.0"/>
+ <point x="2080.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="2080.0" y="1028.0" type="line" smooth="yes"/>
+ <point x="2080.0" y="1240.0"/>
+ <point x="1960.0" y="1372.0"/>
+ <point x="1676.0" y="1372.0" type="curve" smooth="yes"/>
+ <point x="1512.0" y="1372.0" type="line"/>
+ <point x="1512.0" y="1184.0" type="line"/>
+ <point x="1676.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="1796.0" y="1184.0"/>
+ <point x="1848.0" y="1136.0"/>
+ <point x="1848.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="1848.0" y="984.0" type="line" smooth="yes"/>
+ <point x="1848.0" y="888.0"/>
+ <point x="1800.0" y="828.0"/>
+ <point x="1664.0" y="828.0" type="curve" smooth="yes"/>
+ <point x="1568.0" y="828.0" type="line"/>
</contour>
<contour>
- <point x="1640" y="324" type="line"/>
- <point x="1836" y="324" type="line" smooth="yes"/>
- <point x="2216" y="324"/>
- <point x="2452" y="568"/>
- <point x="2452" y="960" type="curve" smooth="yes"/>
- <point x="2452" y="1036" type="line" smooth="yes"/>
- <point x="2452" y="1432"/>
- <point x="2212" y="1676"/>
- <point x="1856" y="1676" type="curve" smooth="yes"/>
- <point x="1636" y="1676" type="line"/>
- <point x="1636" y="1484" type="line"/>
- <point x="1856" y="1484" type="line" smooth="yes"/>
- <point x="2080" y="1484"/>
- <point x="2208" y="1352"/>
- <point x="2208" y="1040" type="curve" smooth="yes"/>
- <point x="2208" y="960" type="line" smooth="yes"/>
- <point x="2208" y="668"/>
- <point x="2088" y="516"/>
- <point x="1836" y="516" type="curve" smooth="yes"/>
- <point x="1640" y="516" type="line"/>
+ <point x="1640.0" y="324.0" type="line"/>
+ <point x="1836.0" y="324.0" type="line" smooth="yes"/>
+ <point x="2216.0" y="324.0"/>
+ <point x="2452.0" y="568.0"/>
+ <point x="2452.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="2452.0" y="1036.0" type="line" smooth="yes"/>
+ <point x="2452.0" y="1432.0"/>
+ <point x="2212.0" y="1676.0"/>
+ <point x="1856.0" y="1676.0" type="curve" smooth="yes"/>
+ <point x="1636.0" y="1676.0" type="line"/>
+ <point x="1636.0" y="1484.0" type="line"/>
+ <point x="1856.0" y="1484.0" type="line" smooth="yes"/>
+ <point x="2080.0" y="1484.0"/>
+ <point x="2208.0" y="1352.0"/>
+ <point x="2208.0" y="1040.0" type="curve" smooth="yes"/>
+ <point x="2208.0" y="960.0" type="line" smooth="yes"/>
+ <point x="2208.0" y="668.0"/>
+ <point x="2088.0" y="516.0"/>
+ <point x="1836.0" y="516.0" type="curve" smooth="yes"/>
+ <point x="1640.0" y="516.0" type="line"/>
</contour>
<contour>
- <point x="1404" y="0" type="line"/>
- <point x="1404" y="192" type="line"/>
- <point x="1132" y="192" type="line" smooth="yes"/>
- <point x="696" y="192"/>
- <point x="460" y="480"/>
- <point x="460" y="948" type="curve" smooth="yes"/>
- <point x="460" y="1060" type="line" smooth="yes"/>
- <point x="460" y="1552"/>
- <point x="708" y="1812"/>
- <point x="1104" y="1812" type="curve" smooth="yes"/>
- <point x="1412" y="1812" type="line"/>
- <point x="1412" y="2004" type="line"/>
- <point x="1104" y="2004" type="line" smooth="yes"/>
- <point x="572" y="2004"/>
- <point x="216" y="1644"/>
- <point x="216" y="1056" type="curve" smooth="yes"/>
- <point x="216" y="948" type="line" smooth="yes"/>
- <point x="216" y="360"/>
- <point x="568" y="0"/>
- <point x="1132" y="0" type="curve" smooth="yes"/>
+ <point x="1404.0" y="0.0" type="line"/>
+ <point x="1404.0" y="192.0" type="line"/>
+ <point x="1132.0" y="192.0" type="line" smooth="yes"/>
+ <point x="696.0" y="192.0"/>
+ <point x="460.0" y="480.0"/>
+ <point x="460.0" y="948.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="1060.0" type="line" smooth="yes"/>
+ <point x="460.0" y="1552.0"/>
+ <point x="708.0" y="1812.0"/>
+ <point x="1104.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="1412.0" y="1812.0" type="line"/>
+ <point x="1412.0" y="2004.0" type="line"/>
+ <point x="1104.0" y="2004.0" type="line" smooth="yes"/>
+ <point x="572.0" y="2004.0"/>
+ <point x="216.0" y="1644.0"/>
+ <point x="216.0" y="1056.0" type="curve" smooth="yes"/>
+ <point x="216.0" y="948.0" type="line" smooth="yes"/>
+ <point x="216.0" y="360.0"/>
+ <point x="568.0" y="0.0"/>
+ <point x="1132.0" y="0.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1392" y="0" type="line"/>
- <point x="1664" y="0" type="line"/>
- <point x="1664" y="2004" type="line"/>
- <point x="1392" y="2004" type="line"/>
+ <point x="1392.0" y="0.0" type="line"/>
+ <point x="1664.0" y="0.0" type="line"/>
+ <point x="1664.0" y="2004.0" type="line"/>
+ <point x="1392.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="1500" y="640" type="line"/>
- <point x="1500" y="828" type="line"/>
- <point x="1388" y="828" type="line" smooth="yes"/>
- <point x="1252" y="828"/>
- <point x="1204" y="888"/>
- <point x="1204" y="984" type="curve" smooth="yes"/>
- <point x="1204" y="1028" type="line" smooth="yes"/>
- <point x="1204" y="1136"/>
- <point x="1256" y="1184"/>
- <point x="1380" y="1184" type="curve" smooth="yes"/>
- <point x="1544" y="1184" type="line"/>
- <point x="1544" y="1372" type="line"/>
- <point x="1380" y="1372" type="line" smooth="yes"/>
- <point x="1092" y="1372"/>
- <point x="976" y="1240"/>
- <point x="976" y="1028" type="curve" smooth="yes"/>
- <point x="976" y="984" type="line" smooth="yes"/>
- <point x="976" y="772"/>
- <point x="1088" y="640"/>
- <point x="1388" y="640" type="curve" smooth="yes"/>
+ <point x="1500.0" y="640.0" type="line"/>
+ <point x="1500.0" y="828.0" type="line"/>
+ <point x="1388.0" y="828.0" type="line" smooth="yes"/>
+ <point x="1252.0" y="828.0"/>
+ <point x="1204.0" y="888.0"/>
+ <point x="1204.0" y="984.0" type="curve" smooth="yes"/>
+ <point x="1204.0" y="1028.0" type="line" smooth="yes"/>
+ <point x="1204.0" y="1136.0"/>
+ <point x="1256.0" y="1184.0"/>
+ <point x="1380.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="1544.0" y="1184.0" type="line"/>
+ <point x="1544.0" y="1372.0" type="line"/>
+ <point x="1380.0" y="1372.0" type="line" smooth="yes"/>
+ <point x="1092.0" y="1372.0"/>
+ <point x="976.0" y="1240.0"/>
+ <point x="976.0" y="1028.0" type="curve" smooth="yes"/>
+ <point x="976.0" y="984.0" type="line" smooth="yes"/>
+ <point x="976.0" y="772.0"/>
+ <point x="1088.0" y="640.0"/>
+ <point x="1388.0" y="640.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1416" y="324" type="line"/>
- <point x="1416" y="516" type="line"/>
- <point x="1220" y="516" type="line" smooth="yes"/>
- <point x="968" y="516"/>
- <point x="848" y="668"/>
- <point x="848" y="960" type="curve" smooth="yes"/>
- <point x="848" y="1040" type="line" smooth="yes"/>
- <point x="848" y="1352"/>
- <point x="976" y="1484"/>
- <point x="1204" y="1484" type="curve" smooth="yes"/>
- <point x="1424" y="1484" type="line"/>
- <point x="1424" y="1676" type="line"/>
- <point x="1204" y="1676" type="line" smooth="yes"/>
- <point x="844" y="1676"/>
- <point x="604" y="1432"/>
- <point x="604" y="1036" type="curve" smooth="yes"/>
- <point x="604" y="960" type="line" smooth="yes"/>
- <point x="604" y="568"/>
- <point x="840" y="324"/>
- <point x="1220" y="324" type="curve" smooth="yes"/>
+ <point x="1416.0" y="324.0" type="line"/>
+ <point x="1416.0" y="516.0" type="line"/>
+ <point x="1220.0" y="516.0" type="line" smooth="yes"/>
+ <point x="968.0" y="516.0"/>
+ <point x="848.0" y="668.0"/>
+ <point x="848.0" y="960.0" type="curve" smooth="yes"/>
+ <point x="848.0" y="1040.0" type="line" smooth="yes"/>
+ <point x="848.0" y="1352.0"/>
+ <point x="976.0" y="1484.0"/>
+ <point x="1204.0" y="1484.0" type="curve" smooth="yes"/>
+ <point x="1424.0" y="1484.0" type="line"/>
+ <point x="1424.0" y="1676.0" type="line"/>
+ <point x="1204.0" y="1676.0" type="line" smooth="yes"/>
+ <point x="844.0" y="1676.0"/>
+ <point x="604.0" y="1432.0"/>
+ <point x="604.0" y="1036.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="960.0" type="line" smooth="yes"/>
+ <point x="604.0" y="568.0"/>
+ <point x="840.0" y="324.0"/>
+ <point x="1220.0" y="324.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2954, 'leftMargin': 165, 'rightMargin': 165}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2189.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2189.glif
index 321428b00..9eb81babd 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2189.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2189.glif
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2189" format="1">
- <advance width="2544"/>
+<glyph name="uni2189" format="2">
+ <advance width="2544.0"/>
<unicode hex="2189"/>
<outline>
- <component base="fraction" xOffset="508"/>
- <component base="three.sup" xOffset="1332"/>
- <component base="zero.sup" xOffset="32" yOffset="892"/>
+ <component base="fraction" xOffset="508.0"/>
+ <component base="three.sup" xOffset="1332.0"/>
+ <component base="zero.sup" xOffset="32.0" yOffset="892.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2452, 'leftMargin': 92, 'rightMargin': 109}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni27EF__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni27EF__.glif
deleted file mode 100644
index 044fb65ca..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni27EF__.glif
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni27EF" format="1">
- <advance width="752"/>
- <unicode hex="27EF"/>
- <outline>
- <contour>
- <point x="100" y="-332" type="line"/>
- <point x="276" y="-504" type="line"/>
- <point x="652" y="-128" type="line"/>
- <point x="652" y="2000" type="line"/>
- <point x="276" y="2376" type="line"/>
- <point x="100" y="2204" type="line"/>
- <point x="404" y="1900" type="line"/>
- <point x="404" y="-28" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 895, 'leftMargin': 110, 'rightMargin': 234}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni27E_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni27E_F_.glif
new file mode 100644
index 000000000..5cac253d5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni27E_F_.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni27EF" format="2">
+ <advance width="752.0"/>
+ <unicode hex="27EF"/>
+ <outline>
+ <contour>
+ <point x="100.0" y="-332.0" type="line"/>
+ <point x="276.0" y="-504.0" type="line"/>
+ <point x="652.0" y="-128.0" type="line"/>
+ <point x="652.0" y="2000.0" type="line"/>
+ <point x="276.0" y="2376.0" type="line"/>
+ <point x="100.0" y="2204.0" type="line"/>
+ <point x="404.0" y="1900.0" type="line"/>
+ <point x="404.0" y="-28.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B4E__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B4E__.glif
deleted file mode 100644
index 7980f1bea..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2B4E__.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B4E" format="1">
- <advance width="1264"/>
- <unicode hex="2B4E"/>
- <outline>
- <contour>
- <point x="452" y="0" type="line"/>
- <point x="808" y="1328" type="line"/>
- <point x="644" y="1372" type="line"/>
- <point x="276" y="0" type="line"/>
- </contour>
- <contour>
- <point x="200" y="992" type="line"/>
- <point x="840" y="1360" type="line"/>
- <point x="768" y="1516" type="line"/>
- <point x="264" y="1224" type="line"/>
- </contour>
- <contour>
- <point x="1064" y="1008" type="line"/>
- <point x="768" y="1516" type="line"/>
- <point x="636" y="1408" type="line"/>
- <point x="1004" y="776" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1084, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B4F__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B4F__.glif
deleted file mode 100644
index a0ad3531c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2B4F__.glif
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B4F" format="1">
- <advance width="1264"/>
- <unicode hex="2B4F"/>
- <outline>
- <contour>
- <point x="276" y="1488" type="line"/>
- <point x="644" y="116" type="line"/>
- <point x="808" y="160" type="line"/>
- <point x="452" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="264" y="264" type="line"/>
- <point x="768" y="-28" type="line"/>
- <point x="840" y="128" type="line"/>
- <point x="200" y="496" type="line"/>
- </contour>
- <contour>
- <point x="1004" y="712" type="line"/>
- <point x="636" y="80" type="line"/>
- <point x="768" y="-28" type="line"/>
- <point x="1064" y="480" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1084, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B5A__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B5A__.glif
deleted file mode 100644
index d7cc83f64..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2B5A__.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5A" format="1">
- <advance width="2032"/>
- <unicode hex="2B5A"/>
- <outline>
- <contour>
- <point x="364" y="0" type="line"/>
- <point x="712" y="1300" type="line" smooth="yes"/>
- <point x="796" y="1612"/>
- <point x="844" y="1980"/>
- <point x="1116" y="1980" type="curve" smooth="yes"/>
- <point x="1340" y="1980"/>
- <point x="1388" y="1824"/>
- <point x="1332" y="1620" type="curve" smooth="yes"/>
- <point x="1244" y="1296" type="line"/>
- <point x="1412" y="1256" type="line"/>
- <point x="1508" y="1604" type="line" smooth="yes"/>
- <point x="1588" y="1912"/>
- <point x="1456" y="2144"/>
- <point x="1128" y="2144" type="curve" smooth="yes"/>
- <point x="760" y="2144"/>
- <point x="676" y="1824"/>
- <point x="548" y="1344" type="curve" smooth="yes"/>
- <point x="188" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1844" y="1616" type="line"/>
- <point x="1204" y="1248" type="line"/>
- <point x="1276" y="1092" type="line"/>
- <point x="1780" y="1384" type="line"/>
- </contour>
- <contour>
- <point x="980" y="1600" type="line"/>
- <point x="1276" y="1092" type="line"/>
- <point x="1408" y="1200" type="line"/>
- <point x="1044" y="1832" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1874, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B5B__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B5B__.glif
deleted file mode 100644
index 414b798b3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2B5B__.glif
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5B" format="1">
- <advance width="1776"/>
- <unicode hex="2B5B"/>
- <outline>
- <contour>
- <point x="1416" y="140" type="line"/>
- <point x="1000" y="1692" type="line" smooth="yes"/>
- <point x="924" y="1968"/>
- <point x="832" y="2144"/>
- <point x="528" y="2144" type="curve" smooth="yes"/>
- <point x="200" y="2144"/>
- <point x="56" y="1892"/>
- <point x="136" y="1604" type="curve" smooth="yes"/>
- <point x="228" y="1256" type="line"/>
- <point x="396" y="1296" type="line"/>
- <point x="308" y="1620" type="line" smooth="yes"/>
- <point x="252" y="1836"/>
- <point x="320" y="1980"/>
- <point x="524" y="1980" type="curve" smooth="yes"/>
- <point x="744" y="1980"/>
- <point x="792" y="1808"/>
- <point x="832" y="1652" type="curve" smooth="yes"/>
- <point x="1240" y="140" type="line"/>
- </contour>
- <contour>
- <point x="860" y="264" type="line"/>
- <point x="1368" y="-28" type="line"/>
- <point x="1440" y="128" type="line"/>
- <point x="800" y="496" type="line"/>
- </contour>
- <contour>
- <point x="1600" y="712" type="line"/>
- <point x="1236" y="80" type="line"/>
- <point x="1368" y="-28" type="line"/>
- <point x="1664" y="480" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1770, 'leftMargin': 111.50659125511498, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B5C__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B5C__.glif
deleted file mode 100644
index 824fca1fa..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2B5C__.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5C" format="1">
- <advance width="1776"/>
- <unicode hex="2B5C"/>
- <outline>
- <contour>
- <point x="816" y="0" type="line"/>
- <point x="1344" y="1960" type="line"/>
- <point x="1180" y="2004" type="line"/>
- <point x="640" y="0" type="line"/>
- </contour>
- <contour>
- <point x="736" y="1624" type="line"/>
- <point x="1376" y="1992" type="line"/>
- <point x="1308" y="2144" type="line"/>
- <point x="800" y="1856" type="line"/>
- </contour>
- <contour>
- <point x="1600" y="1640" type="line"/>
- <point x="1308" y="2144" type="line"/>
- <point x="1176" y="2040" type="line"/>
- <point x="1540" y="1408" type="line"/>
- </contour>
- <contour>
- <point x="176" y="164" type="line"/>
- <point x="176" y="0" type="line"/>
- <point x="736" y="0" type="line"/>
- <point x="736" y="164" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1645, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B5D__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B5D__.glif
deleted file mode 100644
index a79aa3530..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2B5D__.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5D" format="1">
- <advance width="1776"/>
- <unicode hex="2B5D"/>
- <outline>
- <contour>
- <point x="640" y="2120" type="line"/>
- <point x="1180" y="116" type="line"/>
- <point x="1344" y="160" type="line"/>
- <point x="816" y="2120" type="line"/>
- </contour>
- <contour>
- <point x="800" y="264" type="line"/>
- <point x="1308" y="-28" type="line"/>
- <point x="1376" y="128" type="line"/>
- <point x="736" y="496" type="line"/>
- </contour>
- <contour>
- <point x="1540" y="712" type="line"/>
- <point x="1176" y="80" type="line"/>
- <point x="1308" y="-28" type="line"/>
- <point x="1600" y="480" type="line"/>
- </contour>
- <contour>
- <point x="176" y="1952" type="line"/>
- <point x="736" y="1952" type="line"/>
- <point x="736" y="2120" type="line"/>
- <point x="176" y="2120" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1645, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B5E__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B5E__.glif
deleted file mode 100644
index e0570c23b..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2B5E__.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5E" format="1">
- <advance width="1776"/>
- <unicode hex="2B5E"/>
- <outline>
- <contour>
- <point x="308" y="-28" type="line"/>
- <point x="884" y="2112" type="line"/>
- <point x="712" y="2112" type="line"/>
- <point x="176" y="128" type="line"/>
- </contour>
- <contour>
- <point x="308" y="-28" type="line"/>
- <point x="1500" y="660" type="line"/>
- <point x="1412" y="808" type="line"/>
- <point x="224" y="120" type="line"/>
- </contour>
- <contour>
- <point x="832" y="852" type="line"/>
- <point x="1544" y="660" type="line"/>
- <point x="1604" y="820" type="line"/>
- <point x="1040" y="972" type="line"/>
- </contour>
- <contour>
- <point x="1452" y="252" type="line"/>
- <point x="1604" y="820" type="line"/>
- <point x="1436" y="836" type="line"/>
- <point x="1244" y="132" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1649, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B5F__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B5F__.glif
deleted file mode 100644
index b3932e43d..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2B5F__.glif
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2B5F" format="1">
- <advance width="1776"/>
- <unicode hex="2B5F"/>
- <outline>
- <contour>
- <point x="308" y="-28" type="line"/>
- <point x="720" y="1488" type="line"/>
- <point x="548" y="1488" type="line"/>
- <point x="176" y="128" type="line"/>
- </contour>
- <contour>
- <point x="308" y="-28" type="line"/>
- <point x="1500" y="660" type="line"/>
- <point x="1412" y="808" type="line"/>
- <point x="224" y="120" type="line"/>
- </contour>
- <contour>
- <point x="832" y="852" type="line"/>
- <point x="1544" y="660" type="line"/>
- <point x="1604" y="820" type="line"/>
- <point x="1040" y="972" type="line"/>
- </contour>
- <contour>
- <point x="1452" y="252" type="line"/>
- <point x="1604" y="820" type="line"/>
- <point x="1436" y="836" type="line"/>
- <point x="1244" y="132" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1649, 'leftMargin': 110, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B_4E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B_4E_.glif
new file mode 100644
index 000000000..12d8f8ece
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2B_4E_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B4E" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="2B4E"/>
+ <outline>
+ <contour>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="808.0" y="1328.0" type="line"/>
+ <point x="644.0" y="1372.0" type="line"/>
+ <point x="276.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="200.0" y="992.0" type="line"/>
+ <point x="840.0" y="1360.0" type="line"/>
+ <point x="768.0" y="1516.0" type="line"/>
+ <point x="264.0" y="1224.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1064.0" y="1008.0" type="line"/>
+ <point x="768.0" y="1516.0" type="line"/>
+ <point x="636.0" y="1408.0" type="line"/>
+ <point x="1004.0" y="776.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B_4F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B_4F_.glif
new file mode 100644
index 000000000..c171ad4bb
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2B_4F_.glif
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B4F" format="2">
+ <advance width="1264.0"/>
+ <unicode hex="2B4F"/>
+ <outline>
+ <contour>
+ <point x="276.0" y="1488.0" type="line"/>
+ <point x="644.0" y="116.0" type="line"/>
+ <point x="808.0" y="160.0" type="line"/>
+ <point x="452.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="264.0" y="264.0" type="line"/>
+ <point x="768.0" y="-28.0" type="line"/>
+ <point x="840.0" y="128.0" type="line"/>
+ <point x="200.0" y="496.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1004.0" y="712.0" type="line"/>
+ <point x="636.0" y="80.0" type="line"/>
+ <point x="768.0" y="-28.0" type="line"/>
+ <point x="1064.0" y="480.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B_5A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5A_.glif
new file mode 100644
index 000000000..36ad7c24f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5A_.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5A" format="2">
+ <advance width="2032.0"/>
+ <unicode hex="2B5A"/>
+ <outline>
+ <contour>
+ <point x="364.0" y="0.0" type="line"/>
+ <point x="712.0" y="1300.0" type="line" smooth="yes"/>
+ <point x="796.0" y="1612.0"/>
+ <point x="844.0" y="1980.0"/>
+ <point x="1116.0" y="1980.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="1980.0"/>
+ <point x="1388.0" y="1824.0"/>
+ <point x="1332.0" y="1620.0" type="curve" smooth="yes"/>
+ <point x="1244.0" y="1296.0" type="line"/>
+ <point x="1412.0" y="1256.0" type="line"/>
+ <point x="1508.0" y="1604.0" type="line" smooth="yes"/>
+ <point x="1588.0" y="1912.0"/>
+ <point x="1456.0" y="2144.0"/>
+ <point x="1128.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="760.0" y="2144.0"/>
+ <point x="676.0" y="1824.0"/>
+ <point x="548.0" y="1344.0" type="curve" smooth="yes"/>
+ <point x="188.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1844.0" y="1616.0" type="line"/>
+ <point x="1204.0" y="1248.0" type="line"/>
+ <point x="1276.0" y="1092.0" type="line"/>
+ <point x="1780.0" y="1384.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="980.0" y="1600.0" type="line"/>
+ <point x="1276.0" y="1092.0" type="line"/>
+ <point x="1408.0" y="1200.0" type="line"/>
+ <point x="1044.0" y="1832.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B_5B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5B_.glif
new file mode 100644
index 000000000..fbbcfac3d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5B_.glif
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5B" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="2B5B"/>
+ <outline>
+ <contour>
+ <point x="1416.0" y="140.0" type="line"/>
+ <point x="1000.0" y="1692.0" type="line" smooth="yes"/>
+ <point x="924.0" y="1968.0"/>
+ <point x="832.0" y="2144.0"/>
+ <point x="528.0" y="2144.0" type="curve" smooth="yes"/>
+ <point x="200.0" y="2144.0"/>
+ <point x="56.0" y="1892.0"/>
+ <point x="136.0" y="1604.0" type="curve" smooth="yes"/>
+ <point x="228.0" y="1256.0" type="line"/>
+ <point x="396.0" y="1296.0" type="line"/>
+ <point x="308.0" y="1620.0" type="line" smooth="yes"/>
+ <point x="252.0" y="1836.0"/>
+ <point x="320.0" y="1980.0"/>
+ <point x="524.0" y="1980.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="1980.0"/>
+ <point x="792.0" y="1808.0"/>
+ <point x="832.0" y="1652.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="140.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="860.0" y="264.0" type="line"/>
+ <point x="1368.0" y="-28.0" type="line"/>
+ <point x="1440.0" y="128.0" type="line"/>
+ <point x="800.0" y="496.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1600.0" y="712.0" type="line"/>
+ <point x="1236.0" y="80.0" type="line"/>
+ <point x="1368.0" y="-28.0" type="line"/>
+ <point x="1664.0" y="480.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B_5C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5C_.glif
new file mode 100644
index 000000000..f20adfdc8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5C_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5C" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="2B5C"/>
+ <outline>
+ <contour>
+ <point x="816.0" y="0.0" type="line"/>
+ <point x="1344.0" y="1960.0" type="line"/>
+ <point x="1180.0" y="2004.0" type="line"/>
+ <point x="640.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="736.0" y="1624.0" type="line"/>
+ <point x="1376.0" y="1992.0" type="line"/>
+ <point x="1308.0" y="2144.0" type="line"/>
+ <point x="800.0" y="1856.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1600.0" y="1640.0" type="line"/>
+ <point x="1308.0" y="2144.0" type="line"/>
+ <point x="1176.0" y="2040.0" type="line"/>
+ <point x="1540.0" y="1408.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="176.0" y="164.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="736.0" y="0.0" type="line"/>
+ <point x="736.0" y="164.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B_5D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5D_.glif
new file mode 100644
index 000000000..f8c572d67
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5D_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5D" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="2B5D"/>
+ <outline>
+ <contour>
+ <point x="640.0" y="2120.0" type="line"/>
+ <point x="1180.0" y="116.0" type="line"/>
+ <point x="1344.0" y="160.0" type="line"/>
+ <point x="816.0" y="2120.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="800.0" y="264.0" type="line"/>
+ <point x="1308.0" y="-28.0" type="line"/>
+ <point x="1376.0" y="128.0" type="line"/>
+ <point x="736.0" y="496.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1540.0" y="712.0" type="line"/>
+ <point x="1176.0" y="80.0" type="line"/>
+ <point x="1308.0" y="-28.0" type="line"/>
+ <point x="1600.0" y="480.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="176.0" y="1952.0" type="line"/>
+ <point x="736.0" y="1952.0" type="line"/>
+ <point x="736.0" y="2120.0" type="line"/>
+ <point x="176.0" y="2120.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B_5E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5E_.glif
new file mode 100644
index 000000000..6c4a9afd6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5E_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5E" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="2B5E"/>
+ <outline>
+ <contour>
+ <point x="308.0" y="-28.0" type="line"/>
+ <point x="884.0" y="2112.0" type="line"/>
+ <point x="712.0" y="2112.0" type="line"/>
+ <point x="176.0" y="128.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="308.0" y="-28.0" type="line"/>
+ <point x="1500.0" y="660.0" type="line"/>
+ <point x="1412.0" y="808.0" type="line"/>
+ <point x="224.0" y="120.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="832.0" y="852.0" type="line"/>
+ <point x="1544.0" y="660.0" type="line"/>
+ <point x="1604.0" y="820.0" type="line"/>
+ <point x="1040.0" y="972.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1452.0" y="252.0" type="line"/>
+ <point x="1604.0" y="820.0" type="line"/>
+ <point x="1436.0" y="836.0" type="line"/>
+ <point x="1244.0" y="132.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2B_5F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5F_.glif
new file mode 100644
index 000000000..dc6036978
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2B_5F_.glif
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2B5F" format="2">
+ <advance width="1776.0"/>
+ <unicode hex="2B5F"/>
+ <outline>
+ <contour>
+ <point x="308.0" y="-28.0" type="line"/>
+ <point x="720.0" y="1488.0" type="line"/>
+ <point x="548.0" y="1488.0" type="line"/>
+ <point x="176.0" y="128.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="308.0" y="-28.0" type="line"/>
+ <point x="1500.0" y="660.0" type="line"/>
+ <point x="1412.0" y="808.0" type="line"/>
+ <point x="224.0" y="120.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="832.0" y="852.0" type="line"/>
+ <point x="1544.0" y="660.0" type="line"/>
+ <point x="1604.0" y="820.0" type="line"/>
+ <point x="1040.0" y="972.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1452.0" y="252.0" type="line"/>
+ <point x="1604.0" y="820.0" type="line"/>
+ <point x="1436.0" y="836.0" type="line"/>
+ <point x="1244.0" y="132.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2C7F__.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2C7F__.glif
deleted file mode 100644
index d23454d7a..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2C7F__.glif
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2C7F" format="1">
- <advance width="1760"/>
- <unicode hex="2C7F"/>
- <outline>
- <contour>
- <point x="288" y="0" type="line"/>
- <point x="796" y="0"/>
- <point x="972" y="-600"/>
- <point x="1388" y="-600" type="curve" smooth="yes"/>
- <point x="1480" y="-600"/>
- <point x="1572" y="-584"/>
- <point x="1616" y="-564" type="curve"/>
- <point x="1616" y="-344" type="line"/>
- <point x="1564" y="-356"/>
- <point x="1508" y="-368"/>
- <point x="1432" y="-368" type="curve" smooth="yes"/>
- <point x="1108" y="-368"/>
- <point x="948" y="224"/>
- <point x="296" y="224" type="curve"/>
- </contour>
- <contour>
- <point x="1580" y="1868" type="line"/>
- <point x="1580" y="2048" type="line"/>
- <point x="1432" y="2048" type="line"/>
- <point x="180" y="180" type="line"/>
- <point x="180" y="0" type="line"/>
- <point x="328" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1456" y="2048" type="line"/>
- <point x="168" y="2048" type="line"/>
- <point x="168" y="1828" type="line"/>
- <point x="1456" y="1828" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>Z</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>uni2C7F</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1760</integer>
- </dict>
- </dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1687, 'leftMargin': 117, 'rightMargin': 115}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2C_7F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2C_7F_.glif
new file mode 100644
index 000000000..66fb5b796
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2C_7F_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2C7F" format="2">
+ <advance width="1760.0"/>
+ <unicode hex="2C7F"/>
+ <outline>
+ <contour>
+ <point x="288.0" y="0.0" type="line"/>
+ <point x="796.0" y="0.0"/>
+ <point x="972.0" y="-600.0"/>
+ <point x="1388.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1480.0" y="-600.0"/>
+ <point x="1572.0" y="-584.0"/>
+ <point x="1616.0" y="-564.0" type="curve"/>
+ <point x="1616.0" y="-344.0" type="line"/>
+ <point x="1564.0" y="-356.0"/>
+ <point x="1508.0" y="-368.0"/>
+ <point x="1432.0" y="-368.0" type="curve" smooth="yes"/>
+ <point x="1108.0" y="-368.0"/>
+ <point x="948.0" y="224.0"/>
+ <point x="296.0" y="224.0" type="curve"/>
+ </contour>
+ <contour>
+ <point x="1580.0" y="1868.0" type="line"/>
+ <point x="1580.0" y="2048.0" type="line"/>
+ <point x="1432.0" y="2048.0" type="line"/>
+ <point x="180.0" y="180.0" type="line"/>
+ <point x="180.0" y="0.0" type="line"/>
+ <point x="328.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1456.0" y="2048.0" type="line"/>
+ <point x="168.0" y="2048.0" type="line"/>
+ <point x="168.0" y="1828.0" type="line"/>
+ <point x="1456.0" y="1828.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2DFF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2DFF___.glif
deleted file mode 100644
index 697b28149..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uni2DFF___.glif
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uni2DFF" format="1">
- <advance width="0"/>
- <unicode hex="2DFF"/>
- <outline>
- <contour>
- <point x="-776" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-1239" y="2078" type="line"/>
- <point x="-1239" y="1940" type="line"/>
- <point x="-686" y="1940" type="line"/>
- <point x="-686" y="2078" type="line"/>
- </contour>
- <contour>
- <point x="-1389" y="2410" type="line"/>
- <point x="-1389" y="1651" type="line"/>
- <point x="-1207" y="1651" type="line"/>
- <point x="-1207" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-419" y="2410" type="line"/>
- <point x="-660" y="2009" type="line"/>
- <point x="-637" y="1928" type="line"/>
- <point x="-554" y="1928" type="line"/>
- <point x="-221" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-1012" y="2410" type="line"/>
- <point x="-679" y="1928" type="line"/>
- <point x="-595" y="1928" type="line"/>
- <point x="-571" y="2005" type="line"/>
- <point x="-813" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-703" y="1651" type="line"/>
- <point x="-535" y="1651" type="line"/>
- <point x="-535" y="2072" type="line"/>
- <point x="-703" y="2072" type="line"/>
- </contour>
- <contour>
- <point x="-881" y="2410" type="line"/>
- <point x="-840" y="2273" type="line"/>
- <point x="-403" y="2273" type="line"/>
- <point x="-362" y="2410" type="line"/>
- </contour>
- <contour>
- <point x="-905" y="1651" type="line"/>
- <point x="-905" y="1764" type="line" smooth="yes"/>
- <point x="-905" y="1921"/>
- <point x="-848" y="1940"/>
- <point x="-730" y="1940" type="curve" smooth="yes"/>
- <point x="-503" y="1940" type="line" smooth="yes"/>
- <point x="-385" y="1940"/>
- <point x="-329" y="1921"/>
- <point x="-329" y="1764" type="curve" smooth="yes"/>
- <point x="-329" y="1651" type="line"/>
- <point x="-161" y="1651" type="line"/>
- <point x="-161" y="1764" type="line" smooth="yes"/>
- <point x="-161" y="1992"/>
- <point x="-279" y="2078"/>
- <point x="-503" y="2078" type="curve" smooth="yes"/>
- <point x="-730" y="2078" type="line" smooth="yes"/>
- <point x="-954" y="2078"/>
- <point x="-1073" y="1992"/>
- <point x="-1073" y="1764" type="curve" smooth="yes"/>
- <point x="-1073" y="1651" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2D_F_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2D_F_F_.glif
new file mode 100644
index 000000000..a99de666c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uni2D_F_F_.glif
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uni2DFF" format="2">
+ <unicode hex="2DFF"/>
+ <anchor x="-776.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-1239.0" y="2078.0" type="line"/>
+ <point x="-1239.0" y="1940.0" type="line"/>
+ <point x="-686.0" y="1940.0" type="line"/>
+ <point x="-686.0" y="2078.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1389.0" y="2410.0" type="line"/>
+ <point x="-1389.0" y="1651.0" type="line"/>
+ <point x="-1207.0" y="1651.0" type="line"/>
+ <point x="-1207.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-419.0" y="2410.0" type="line"/>
+ <point x="-660.0" y="2009.0" type="line"/>
+ <point x="-637.0" y="1928.0" type="line"/>
+ <point x="-554.0" y="1928.0" type="line"/>
+ <point x="-221.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1012.0" y="2410.0" type="line"/>
+ <point x="-679.0" y="1928.0" type="line"/>
+ <point x="-595.0" y="1928.0" type="line"/>
+ <point x="-571.0" y="2005.0" type="line"/>
+ <point x="-813.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-703.0" y="1651.0" type="line"/>
+ <point x="-535.0" y="1651.0" type="line"/>
+ <point x="-535.0" y="2072.0" type="line"/>
+ <point x="-703.0" y="2072.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-881.0" y="2410.0" type="line"/>
+ <point x="-840.0" y="2273.0" type="line"/>
+ <point x="-403.0" y="2273.0" type="line"/>
+ <point x="-362.0" y="2410.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-905.0" y="1651.0" type="line"/>
+ <point x="-905.0" y="1764.0" type="line" smooth="yes"/>
+ <point x="-905.0" y="1921.0"/>
+ <point x="-848.0" y="1940.0"/>
+ <point x="-730.0" y="1940.0" type="curve" smooth="yes"/>
+ <point x="-503.0" y="1940.0" type="line" smooth="yes"/>
+ <point x="-385.0" y="1940.0"/>
+ <point x="-329.0" y="1921.0"/>
+ <point x="-329.0" y="1764.0" type="curve" smooth="yes"/>
+ <point x="-329.0" y="1651.0" type="line"/>
+ <point x="-161.0" y="1651.0" type="line"/>
+ <point x="-161.0" y="1764.0" type="line" smooth="yes"/>
+ <point x="-161.0" y="1992.0"/>
+ <point x="-279.0" y="2078.0"/>
+ <point x="-503.0" y="2078.0" type="curve" smooth="yes"/>
+ <point x="-730.0" y="2078.0" type="line" smooth="yes"/>
+ <point x="-954.0" y="2078.0"/>
+ <point x="-1073.0" y="1992.0"/>
+ <point x="-1073.0" y="1764.0" type="curve" smooth="yes"/>
+ <point x="-1073.0" y="1651.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniA69F__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniA69F__.glif
deleted file mode 100644
index 90b8cc9d9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniA69F__.glif
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniA69F" format="1">
- <advance width="0"/>
- <unicode hex="A69F"/>
- <outline>
- <contour>
- <point x="-741" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-815" y="2111" type="line"/>
- <point x="-1052" y="2111" type="line"/>
- <point x="-1052" y="1964" type="line"/>
- <point x="-815" y="1964" type="line"/>
- </contour>
- <contour>
- <point x="-1023" y="2410" type="line"/>
- <point x="-1205" y="2410" type="line"/>
- <point x="-1205" y="1651" type="line"/>
- <point x="-1023" y="1651" type="line"/>
- </contour>
- <contour>
- <point x="-534" y="1631" type="curve" smooth="yes"/>
- <point x="-360" y="1631"/>
- <point x="-223" y="1746"/>
- <point x="-223" y="1907" type="curve"/>
- <point x="-384" y="1907" type="line"/>
- <point x="-392" y="1819"/>
- <point x="-440" y="1778"/>
- <point x="-534" y="1778" type="curve" smooth="yes"/>
- <point x="-656" y="1778"/>
- <point x="-712" y="1862"/>
- <point x="-712" y="2010" type="curve" smooth="yes"/>
- <point x="-712" y="2039" type="line" smooth="yes"/>
- <point x="-712" y="2188"/>
- <point x="-657" y="2272"/>
- <point x="-534" y="2272" type="curve" smooth="yes"/>
- <point x="-451" y="2272"/>
- <point x="-393" y="2239"/>
- <point x="-384" y="2163" type="curve"/>
- <point x="-223" y="2163" type="line"/>
- <point x="-223" y="2335"/>
- <point x="-380" y="2419"/>
- <point x="-534" y="2419" type="curve" smooth="yes"/>
- <point x="-747" y="2419"/>
- <point x="-894" y="2269"/>
- <point x="-894" y="2039" type="curve" smooth="yes"/>
- <point x="-894" y="2010" type="line" smooth="yes"/>
- <point x="-894" y="1781"/>
- <point x="-747" y="1631"/>
- </contour>
- <contour>
- <point x="-795" y="1959" type="line"/>
- <point x="-452" y="1959" type="line"/>
- <point x="-452" y="2097" type="line"/>
- <point x="-795" y="2097" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniA7FF___.glif b/src/Inter-UI-Regular.ufo/glyphs/uniA7FF___.glif
deleted file mode 100644
index a4deee0c9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniA7FF___.glif
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniA7FF" format="1">
- <advance width="3312"/>
- <unicode hex="A7FF"/>
- <outline>
- <contour>
- <point x="1608" y="196" type="line"/>
- <point x="628" y="2004" type="line"/>
- <point x="440" y="1808" type="line"/>
- <point x="1420" y="0" type="line"/>
- </contour>
- <contour>
- <point x="628" y="2004" type="line"/>
- <point x="340" y="2004" type="line"/>
- <point x="148" y="0" type="line"/>
- <point x="436" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1896" y="2004" type="line"/>
- <point x="1616" y="2004" type="line"/>
- <point x="1424" y="0" type="line"/>
- <point x="1704" y="0" type="line"/>
- </contour>
- <contour>
- <point x="2876" y="196" type="line"/>
- <point x="1896" y="2004" type="line"/>
- <point x="1708" y="1808" type="line"/>
- <point x="2684" y="0" type="line"/>
- </contour>
- <contour>
- <point x="3164" y="2004" type="line"/>
- <point x="2884" y="2004" type="line"/>
- <point x="2692" y="0" type="line"/>
- <point x="2972" y="0" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 3388.0, 'leftMargin': 182, 'rightMargin': 192.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniA92E__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniA92E__.glif
deleted file mode 100644
index b9970181f..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniA92E__.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniA92E" format="1">
- <advance width="1520"/>
- <unicode hex="A92E"/>
- <outline>
- <contour>
- <point x="1484" y="688" type="line"/>
- <point x="1372" y="924"/>
- <point x="1112" y="1140"/>
- <point x="760" y="1140" type="curve" smooth="yes"/>
- <point x="412" y="1140"/>
- <point x="152" y="924"/>
- <point x="36" y="688" type="curve"/>
- <point x="260" y="688" type="line"/>
- <point x="340" y="804"/>
- <point x="468" y="952"/>
- <point x="760" y="952" type="curve" smooth="yes"/>
- <point x="1028" y="952"/>
- <point x="1180" y="804"/>
- <point x="1264" y="688" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1502, 'leftMargin': 28, 'rightMargin': 28}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniA_69F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uniA_69F_.glif
new file mode 100644
index 000000000..58421bd4b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniA_69F_.glif
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniA69F" format="2">
+ <unicode hex="A69F"/>
+ <anchor x="-741.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-815.0" y="2111.0" type="line"/>
+ <point x="-1052.0" y="2111.0" type="line"/>
+ <point x="-1052.0" y="1964.0" type="line"/>
+ <point x="-815.0" y="1964.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-1023.0" y="2410.0" type="line"/>
+ <point x="-1205.0" y="2410.0" type="line"/>
+ <point x="-1205.0" y="1651.0" type="line"/>
+ <point x="-1023.0" y="1651.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-534.0" y="1631.0" type="curve" smooth="yes"/>
+ <point x="-360.0" y="1631.0"/>
+ <point x="-223.0" y="1746.0"/>
+ <point x="-223.0" y="1907.0" type="curve"/>
+ <point x="-384.0" y="1907.0" type="line"/>
+ <point x="-392.0" y="1819.0"/>
+ <point x="-440.0" y="1778.0"/>
+ <point x="-534.0" y="1778.0" type="curve" smooth="yes"/>
+ <point x="-656.0" y="1778.0"/>
+ <point x="-712.0" y="1862.0"/>
+ <point x="-712.0" y="2010.0" type="curve" smooth="yes"/>
+ <point x="-712.0" y="2039.0" type="line" smooth="yes"/>
+ <point x="-712.0" y="2188.0"/>
+ <point x="-657.0" y="2272.0"/>
+ <point x="-534.0" y="2272.0" type="curve" smooth="yes"/>
+ <point x="-451.0" y="2272.0"/>
+ <point x="-393.0" y="2239.0"/>
+ <point x="-384.0" y="2163.0" type="curve"/>
+ <point x="-223.0" y="2163.0" type="line"/>
+ <point x="-223.0" y="2335.0"/>
+ <point x="-380.0" y="2419.0"/>
+ <point x="-534.0" y="2419.0" type="curve" smooth="yes"/>
+ <point x="-747.0" y="2419.0"/>
+ <point x="-894.0" y="2269.0"/>
+ <point x="-894.0" y="2039.0" type="curve" smooth="yes"/>
+ <point x="-894.0" y="2010.0" type="line" smooth="yes"/>
+ <point x="-894.0" y="1781.0"/>
+ <point x="-747.0" y="1631.0"/>
+ </contour>
+ <contour>
+ <point x="-795.0" y="1959.0" type="line"/>
+ <point x="-452.0" y="1959.0" type="line"/>
+ <point x="-452.0" y="2097.0" type="line"/>
+ <point x="-795.0" y="2097.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniA_7F_F_.glif b/src/Inter-UI-Regular.ufo/glyphs/uniA_7F_F_.glif
new file mode 100644
index 000000000..a503b1bb5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniA_7F_F_.glif
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniA7FF" format="2">
+ <advance width="3312.0"/>
+ <unicode hex="A7FF"/>
+ <outline>
+ <contour>
+ <point x="1608.0" y="196.0" type="line"/>
+ <point x="628.0" y="2004.0" type="line"/>
+ <point x="440.0" y="1808.0" type="line"/>
+ <point x="1420.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="628.0" y="2004.0" type="line"/>
+ <point x="340.0" y="2004.0" type="line"/>
+ <point x="148.0" y="0.0" type="line"/>
+ <point x="436.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1896.0" y="2004.0" type="line"/>
+ <point x="1616.0" y="2004.0" type="line"/>
+ <point x="1424.0" y="0.0" type="line"/>
+ <point x="1704.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2876.0" y="196.0" type="line"/>
+ <point x="1896.0" y="2004.0" type="line"/>
+ <point x="1708.0" y="1808.0" type="line"/>
+ <point x="2684.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="3164.0" y="2004.0" type="line"/>
+ <point x="2884.0" y="2004.0" type="line"/>
+ <point x="2692.0" y="0.0" type="line"/>
+ <point x="2972.0" y="0.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniA_92E_.glif b/src/Inter-UI-Regular.ufo/glyphs/uniA_92E_.glif
new file mode 100644
index 000000000..7dced7eae
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniA_92E_.glif
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniA92E" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="A92E"/>
+ <outline>
+ <contour>
+ <point x="1484.0" y="688.0" type="line"/>
+ <point x="1372.0" y="924.0"/>
+ <point x="1112.0" y="1140.0"/>
+ <point x="760.0" y="1140.0" type="curve" smooth="yes"/>
+ <point x="412.0" y="1140.0"/>
+ <point x="152.0" y="924.0"/>
+ <point x="36.0" y="688.0" type="curve"/>
+ <point x="260.0" y="688.0" type="line"/>
+ <point x="340.0" y="804.0"/>
+ <point x="468.0" y="952.0"/>
+ <point x="760.0" y="952.0" type="curve" smooth="yes"/>
+ <point x="1028.0" y="952.0"/>
+ <point x="1180.0" y="804.0"/>
+ <point x="1264.0" y="688.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniE001_.glif b/src/Inter-UI-Regular.ufo/glyphs/uniE001_.glif
deleted file mode 100644
index 723ebd8a9..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniE001_.glif
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniE001" format="1">
- <advance width="2808"/>
- <unicode hex="E001"/>
- <outline>
- <contour>
- <point x="-4" y="2048" type="line"/>
- <point x="-4" y="1792" type="line"/>
- <point x="252" y="1792" type="line"/>
- <point x="252" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="2556" y="2048" type="line"/>
- <point x="2556" y="1792" type="line"/>
- <point x="2812" y="1792" type="line"/>
- <point x="2812" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="1632" y="2016" type="line"/>
- <point x="2000" y="2016" type="line"/>
- <point x="2028" y="2048" type="line"/>
- <point x="1604" y="2048" type="line"/>
- </contour>
- <contour>
- <point x="-4" y="1536" type="line"/>
- <point x="-4" y="1280" type="line"/>
- <point x="508" y="1280" type="line"/>
- <point x="508" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="2300" y="1536" type="line"/>
- <point x="2300" y="1280" type="line"/>
- <point x="2812" y="1280" type="line"/>
- <point x="2812" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="1276" y="1024" type="line"/>
- <point x="1276" y="512" type="line"/>
- <point x="1532" y="512" type="line"/>
- <point x="1532" y="1024" type="line"/>
- </contour>
- <contour>
- <point x="2300" y="896" type="line"/>
- <point x="2300" y="768" type="line"/>
- <point x="2812" y="768" type="line"/>
- <point x="2812" y="896" type="line"/>
- </contour>
- <contour>
- <point x="-4" y="896" type="line"/>
- <point x="-4" y="768" type="line"/>
- <point x="508" y="768" type="line"/>
- <point x="508" y="896" type="line"/>
- </contour>
- <contour>
- <point x="1788" y="768" type="line"/>
- <point x="1788" y="640" type="line"/>
- <point x="2300" y="640" type="line"/>
- <point x="2300" y="768" type="line"/>
- </contour>
- <contour>
- <point x="508" y="768" type="line"/>
- <point x="508" y="640" type="line"/>
- <point x="1020" y="640" type="line"/>
- <point x="1020" y="768" type="line"/>
- </contour>
- <contour>
- <point x="-4" y="256" type="line"/>
- <point x="-4" y="0" type="line"/>
- <point x="508" y="0" type="line"/>
- <point x="508" y="256" type="line"/>
- </contour>
- <contour>
- <point x="2300" y="256" type="line"/>
- <point x="2300" y="0" type="line"/>
- <point x="2812" y="0" type="line"/>
- <point x="2812" y="256" type="line"/>
- </contour>
- <contour>
- <point x="-4" y="-256" type="line"/>
- <point x="-4" y="-512" type="line"/>
- <point x="252" y="-512" type="line"/>
- <point x="252" y="-256" type="line"/>
- </contour>
- <contour>
- <point x="2556" y="-256" type="line"/>
- <point x="2556" y="-512" type="line"/>
- <point x="2812" y="-512" type="line"/>
- <point x="2812" y="-256" type="line"/>
- </contour>
- <contour>
- <point x="1632" y="1504" type="line"/>
- <point x="2000" y="1504" type="line"/>
- <point x="2028" y="1536" type="line"/>
- <point x="1604" y="1536" type="line"/>
- </contour>
- <contour>
- <point x="1632" y="2656" type="line"/>
- <point x="2000" y="2656" type="line"/>
- <point x="2028" y="2688" type="line"/>
- <point x="1604" y="2688" type="line"/>
- </contour>
- <contour>
- <point x="1632" y="32" type="line"/>
- <point x="2000" y="32" type="line"/>
- <point x="2028" y="0" type="line"/>
- <point x="1604" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1632" y="-608" type="line"/>
- <point x="2000" y="-608" type="line"/>
- <point x="2028" y="-640" type="line"/>
- <point x="1604" y="-640" type="line"/>
- </contour>
- </outline>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniE_001.glif b/src/Inter-UI-Regular.ufo/glyphs/uniE_001.glif
new file mode 100644
index 000000000..dbb0a90f5
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniE_001.glif
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniE001" format="2">
+ <advance width="2808.0"/>
+ <unicode hex="E001"/>
+ <outline>
+ <contour>
+ <point x="-4.0" y="2048.0" type="line"/>
+ <point x="-4.0" y="1792.0" type="line"/>
+ <point x="252.0" y="1792.0" type="line"/>
+ <point x="252.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2556.0" y="2048.0" type="line"/>
+ <point x="2556.0" y="1792.0" type="line"/>
+ <point x="2812.0" y="1792.0" type="line"/>
+ <point x="2812.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1632.0" y="2016.0" type="line"/>
+ <point x="2000.0" y="2016.0" type="line"/>
+ <point x="2028.0" y="2048.0" type="line"/>
+ <point x="1604.0" y="2048.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-4.0" y="1536.0" type="line"/>
+ <point x="-4.0" y="1280.0" type="line"/>
+ <point x="508.0" y="1280.0" type="line"/>
+ <point x="508.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2300.0" y="1536.0" type="line"/>
+ <point x="2300.0" y="1280.0" type="line"/>
+ <point x="2812.0" y="1280.0" type="line"/>
+ <point x="2812.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1276.0" y="1024.0" type="line"/>
+ <point x="1276.0" y="512.0" type="line"/>
+ <point x="1532.0" y="512.0" type="line"/>
+ <point x="1532.0" y="1024.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2300.0" y="896.0" type="line"/>
+ <point x="2300.0" y="768.0" type="line"/>
+ <point x="2812.0" y="768.0" type="line"/>
+ <point x="2812.0" y="896.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-4.0" y="896.0" type="line"/>
+ <point x="-4.0" y="768.0" type="line"/>
+ <point x="508.0" y="768.0" type="line"/>
+ <point x="508.0" y="896.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1788.0" y="768.0" type="line"/>
+ <point x="1788.0" y="640.0" type="line"/>
+ <point x="2300.0" y="640.0" type="line"/>
+ <point x="2300.0" y="768.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="508.0" y="768.0" type="line"/>
+ <point x="508.0" y="640.0" type="line"/>
+ <point x="1020.0" y="640.0" type="line"/>
+ <point x="1020.0" y="768.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-4.0" y="256.0" type="line"/>
+ <point x="-4.0" y="0.0" type="line"/>
+ <point x="508.0" y="0.0" type="line"/>
+ <point x="508.0" y="256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2300.0" y="256.0" type="line"/>
+ <point x="2300.0" y="0.0" type="line"/>
+ <point x="2812.0" y="0.0" type="line"/>
+ <point x="2812.0" y="256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="-4.0" y="-256.0" type="line"/>
+ <point x="-4.0" y="-512.0" type="line"/>
+ <point x="252.0" y="-512.0" type="line"/>
+ <point x="252.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2556.0" y="-256.0" type="line"/>
+ <point x="2556.0" y="-512.0" type="line"/>
+ <point x="2812.0" y="-512.0" type="line"/>
+ <point x="2812.0" y="-256.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1632.0" y="1504.0" type="line"/>
+ <point x="2000.0" y="1504.0" type="line"/>
+ <point x="2028.0" y="1536.0" type="line"/>
+ <point x="1604.0" y="1536.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1632.0" y="2656.0" type="line"/>
+ <point x="2000.0" y="2656.0" type="line"/>
+ <point x="2028.0" y="2688.0" type="line"/>
+ <point x="1604.0" y="2688.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1632.0" y="32.0" type="line"/>
+ <point x="2000.0" y="32.0" type="line"/>
+ <point x="2028.0" y="0.0" type="line"/>
+ <point x="1604.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1632.0" y="-608.0" type="line"/>
+ <point x="2000.0" y="-608.0" type="line"/>
+ <point x="2028.0" y="-640.0" type="line"/>
+ <point x="1604.0" y="-640.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE20__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE20__.glif
deleted file mode 100644
index 2142ac8fd..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE20__.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE20" format="1">
- <advance width="0"/>
- <unicode hex="FE20"/>
- <outline>
- <contour>
- <point x="-476" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="0" y="2112" type="line"/>
- <point x="-506" y="2112"/>
- <point x="-897" y="1955"/>
- <point x="-952" y="1587" type="curve"/>
- <point x="-677" y="1587" type="line"/>
- <point x="-622" y="1804"/>
- <point x="-363" y="1892"/>
- <point x="0" y="1892" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE21__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE21__.glif
deleted file mode 100644
index d76cf4deb..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE21__.glif
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE21" format="1">
- <advance width="0"/>
- <unicode hex="FE21"/>
- <outline>
- <contour>
- <point x="476" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="0" y="1892" type="line"/>
- <point x="363" y="1892"/>
- <point x="622" y="1804"/>
- <point x="677" y="1587" type="curve"/>
- <point x="952" y="1587" type="line"/>
- <point x="897" y="1955"/>
- <point x="506" y="2112"/>
- <point x="0" y="2112" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE22__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE22__.glif
deleted file mode 100644
index 857524690..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE22__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE22" format="1">
- <advance width="0"/>
- <unicode hex="FE22"/>
- <outline>
- <contour>
- <point x="-721" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="uniFE29" yOffset="2200"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE23__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE23__.glif
deleted file mode 100644
index f40fdfc6e..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE23__.glif
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE23" format="1">
- <advance width="0"/>
- <unicode hex="FE23"/>
- <outline>
- <contour>
- <point x="721" y="1609" type="move" name="_marktop"/>
- </contour>
- <component base="uniFE2A" yOffset="2200"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE24__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE24__.glif
deleted file mode 100644
index a67a0ed86..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE24__.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE24" format="1">
- <advance width="0"/>
- <unicode hex="FE24"/>
- <outline>
- <contour>
- <point x="-430" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-51" y="2002" type="line"/>
- <point x="-809" y="2002" type="line"/>
- <point x="-809" y="1796" type="line"/>
- <point x="-51" y="1796" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE25__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE25__.glif
deleted file mode 100644
index 58258b3ba..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE25__.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE25" format="1">
- <advance width="0"/>
- <unicode hex="FE25"/>
- <outline>
- <contour>
- <point x="-1188" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-809" y="2002" type="line"/>
- <point x="-1568" y="2002" type="line"/>
- <point x="-1568" y="1796" type="line"/>
- <point x="-809" y="1796" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE26__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE26__.glif
deleted file mode 100644
index faefe89ae..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE26__.glif
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE26" format="1">
- <advance width="0"/>
- <unicode hex="FE26"/>
- <outline>
- <contour>
- <point x="-810" y="1609" type="move" name="_marktop"/>
- </contour>
- <contour>
- <point x="-51" y="2002" type="line"/>
- <point x="-1568" y="2002" type="line"/>
- <point x="-1568" y="1796" type="line"/>
- <point x="-51" y="1796" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE27__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE27__.glif
deleted file mode 100644
index 3aaf0ad9c..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE27__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE27" format="1">
- <advance width="0"/>
- <unicode hex="FE27"/>
- <outline>
- <contour>
- <point x="0" y="-384" type="line"/>
- <point x="-320" y="-384"/>
- <point x="-634" y="-249"/>
- <point x="-744" y="-143" type="curve"/>
- <point x="-965" y="-143" type="line"/>
- <point x="-814" y="-360"/>
- <point x="-448" y="-554"/>
- <point x="0" y="-554" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE28__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE28__.glif
deleted file mode 100644
index 28c77ec80..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE28__.glif
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE28" format="1">
- <advance width="0"/>
- <unicode hex="FE28"/>
- <outline>
- <contour>
- <point x="743" y="-143" type="line"/>
- <point x="633" y="-249"/>
- <point x="318" y="-384"/>
- <point x="0" y="-384" type="curve"/>
- <point x="0" y="-554" type="line"/>
- <point x="448" y="-554"/>
- <point x="813" y="-360"/>
- <point x="964" y="-143" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE29__.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE29__.glif
deleted file mode 100644
index d79743484..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE29__.glif
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE29" format="1">
- <advance width="0"/>
- <unicode hex="FE29"/>
- <outline>
- <contour>
- <point x="0" y="-292" type="line"/>
- <point x="-535" y="-245" type="line"/>
- <point x="-667" y="-235"/>
- <point x="-784" y="-228"/>
- <point x="-879" y="-228" type="curve" smooth="yes"/>
- <point x="-1187" y="-228"/>
- <point x="-1386" y="-381"/>
- <point x="-1441" y="-549" type="curve"/>
- <point x="-1291" y="-586" type="line"/>
- <point x="-1236" y="-502"/>
- <point x="-1092" y="-435"/>
- <point x="-879" y="-435" type="curve" smooth="yes"/>
- <point x="-782" y="-435"/>
- <point x="-664" y="-441"/>
- <point x="-532" y="-451" type="curve"/>
- <point x="0" y="-499" type="line"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE2A___.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE2A___.glif
deleted file mode 100644
index 03f8c8561..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE2A___.glif
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE2A" format="1">
- <advance width="0"/>
- <unicode hex="FE2A"/>
- <outline>
- <contour>
- <point x="0" y="-499" type="line"/>
- <point x="150" y="-514"/>
- <point x="301" y="-528"/>
- <point x="443" y="-539" type="curve" smooth="yes"/>
- <point x="605" y="-551"/>
- <point x="755" y="-561"/>
- <point x="876" y="-561" type="curve" smooth="yes"/>
- <point x="1183" y="-561"/>
- <point x="1385" y="-418"/>
- <point x="1440" y="-249" type="curve"/>
- <point x="1290" y="-204" type="line"/>
- <point x="1235" y="-289"/>
- <point x="1089" y="-356"/>
- <point x="876" y="-356" type="curve" smooth="yes"/>
- <point x="759" y="-356"/>
- <point x="601" y="-348"/>
- <point x="429" y="-337" type="curve" smooth="yes"/>
- <point x="282" y="-327"/>
- <point x="142" y="-316"/>
- <point x="0" y="-292" type="curve"/>
- </contour>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE2B___.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE2B___.glif
deleted file mode 100644
index 95bede8be..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE2B___.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE2B" format="1">
- <advance width="0"/>
- <unicode hex="FE2B"/>
- <outline>
- <component base="uniFE24" yOffset="-2200"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE2C___.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE2C___.glif
deleted file mode 100644
index fd85ba5a1..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE2C___.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE2C" format="1">
- <advance width="0"/>
- <unicode hex="FE2C"/>
- <outline>
- <component base="uniFE25" yOffset="-2200"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniFE2D___.glif b/src/Inter-UI-Regular.ufo/glyphs/uniFE2D___.glif
deleted file mode 100644
index 0eb12bef3..000000000
--- a/src/Inter-UI-Regular.ufo/glyphs/uniFE2D___.glif
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uniFE2D" format="1">
- <advance width="0"/>
- <unicode hex="FE2D"/>
- <outline>
- <component base="uniFE26" yOffset="-2200"/>
- </outline>
- <lib>
- <dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
- </dict>
- </lib>
-</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_20.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_20.glif
new file mode 100644
index 000000000..744075dc7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_20.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE20" format="2">
+ <unicode hex="FE20"/>
+ <anchor x="-476.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="2112.0" type="line"/>
+ <point x="-506.0" y="2112.0"/>
+ <point x="-897.0" y="1955.0"/>
+ <point x="-952.0" y="1587.0" type="curve"/>
+ <point x="-677.0" y="1587.0" type="line"/>
+ <point x="-622.0" y="1804.0"/>
+ <point x="-363.0" y="1892.0"/>
+ <point x="0.0" y="1892.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_21.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_21.glif
new file mode 100644
index 000000000..ac63f1a1e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_21.glif
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE21" format="2">
+ <unicode hex="FE21"/>
+ <anchor x="476.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="1892.0" type="line"/>
+ <point x="363.0" y="1892.0"/>
+ <point x="622.0" y="1804.0"/>
+ <point x="677.0" y="1587.0" type="curve"/>
+ <point x="952.0" y="1587.0" type="line"/>
+ <point x="897.0" y="1955.0"/>
+ <point x="506.0" y="2112.0"/>
+ <point x="0.0" y="2112.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_22.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_22.glif
new file mode 100644
index 000000000..6923e45f0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_22.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE22" format="2">
+ <unicode hex="FE22"/>
+ <anchor x="-721.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="uniFE29" yOffset="2200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_23.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_23.glif
new file mode 100644
index 000000000..45b3e529e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_23.glif
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE23" format="2">
+ <unicode hex="FE23"/>
+ <anchor x="721.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <component base="uniFE2A" yOffset="2200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_24.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_24.glif
new file mode 100644
index 000000000..5b7a293a9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_24.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE24" format="2">
+ <unicode hex="FE24"/>
+ <anchor x="-430.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-51.0" y="2002.0" type="line"/>
+ <point x="-809.0" y="2002.0" type="line"/>
+ <point x="-809.0" y="1796.0" type="line"/>
+ <point x="-51.0" y="1796.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_25.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_25.glif
new file mode 100644
index 000000000..431e199ce
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_25.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE25" format="2">
+ <unicode hex="FE25"/>
+ <anchor x="-1188.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-809.0" y="2002.0" type="line"/>
+ <point x="-1568.0" y="2002.0" type="line"/>
+ <point x="-1568.0" y="1796.0" type="line"/>
+ <point x="-809.0" y="1796.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_26.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_26.glif
new file mode 100644
index 000000000..d86ecc96a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_26.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE26" format="2">
+ <unicode hex="FE26"/>
+ <anchor x="-810.0" y="1609.0" name="_marktop"/>
+ <outline>
+ <contour>
+ <point x="-51.0" y="2002.0" type="line"/>
+ <point x="-1568.0" y="2002.0" type="line"/>
+ <point x="-1568.0" y="1796.0" type="line"/>
+ <point x="-51.0" y="1796.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_27.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_27.glif
new file mode 100644
index 000000000..d5c8c8175
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_27.glif
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE27" format="2">
+ <unicode hex="FE27"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="-384.0" type="line"/>
+ <point x="-320.0" y="-384.0"/>
+ <point x="-634.0" y="-249.0"/>
+ <point x="-744.0" y="-143.0" type="curve"/>
+ <point x="-965.0" y="-143.0" type="line"/>
+ <point x="-814.0" y="-360.0"/>
+ <point x="-448.0" y="-554.0"/>
+ <point x="0.0" y="-554.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_28.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_28.glif
new file mode 100644
index 000000000..bbbc9bd29
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_28.glif
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE28" format="2">
+ <unicode hex="FE28"/>
+ <outline>
+ <contour>
+ <point x="743.0" y="-143.0" type="line"/>
+ <point x="633.0" y="-249.0"/>
+ <point x="318.0" y="-384.0"/>
+ <point x="0.0" y="-384.0" type="curve"/>
+ <point x="0.0" y="-554.0" type="line"/>
+ <point x="448.0" y="-554.0"/>
+ <point x="813.0" y="-360.0"/>
+ <point x="964.0" y="-143.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_29.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_29.glif
new file mode 100644
index 000000000..9526656aa
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_29.glif
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE29" format="2">
+ <unicode hex="FE29"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="-292.0" type="line"/>
+ <point x="-535.0" y="-245.0" type="line"/>
+ <point x="-667.0" y="-235.0"/>
+ <point x="-784.0" y="-228.0"/>
+ <point x="-879.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="-1187.0" y="-228.0"/>
+ <point x="-1386.0" y="-381.0"/>
+ <point x="-1441.0" y="-549.0" type="curve"/>
+ <point x="-1291.0" y="-586.0" type="line"/>
+ <point x="-1236.0" y="-502.0"/>
+ <point x="-1092.0" y="-435.0"/>
+ <point x="-879.0" y="-435.0" type="curve" smooth="yes"/>
+ <point x="-782.0" y="-435.0"/>
+ <point x="-664.0" y="-441.0"/>
+ <point x="-532.0" y="-451.0" type="curve"/>
+ <point x="0.0" y="-499.0" type="line"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2A_.glif
new file mode 100644
index 000000000..292b7a57b
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2A_.glif
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE2A" format="2">
+ <unicode hex="FE2A"/>
+ <outline>
+ <contour>
+ <point x="0.0" y="-499.0" type="line"/>
+ <point x="150.0" y="-514.0"/>
+ <point x="301.0" y="-528.0"/>
+ <point x="443.0" y="-539.0" type="curve" smooth="yes"/>
+ <point x="605.0" y="-551.0"/>
+ <point x="755.0" y="-561.0"/>
+ <point x="876.0" y="-561.0" type="curve" smooth="yes"/>
+ <point x="1183.0" y="-561.0"/>
+ <point x="1385.0" y="-418.0"/>
+ <point x="1440.0" y="-249.0" type="curve"/>
+ <point x="1290.0" y="-204.0" type="line"/>
+ <point x="1235.0" y="-289.0"/>
+ <point x="1089.0" y="-356.0"/>
+ <point x="876.0" y="-356.0" type="curve" smooth="yes"/>
+ <point x="759.0" y="-356.0"/>
+ <point x="601.0" y="-348.0"/>
+ <point x="429.0" y="-337.0" type="curve" smooth="yes"/>
+ <point x="282.0" y="-327.0"/>
+ <point x="142.0" y="-316.0"/>
+ <point x="0.0" y="-292.0" type="curve"/>
+ </contour>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2B_.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2B_.glif
new file mode 100644
index 000000000..0f1f50d4f
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2B_.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE2B" format="2">
+ <unicode hex="FE2B"/>
+ <outline>
+ <component base="uniFE24" yOffset="-2200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2C_.glif
new file mode 100644
index 000000000..aad9063c7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2C_.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE2C" format="2">
+ <unicode hex="FE2C"/>
+ <outline>
+ <component base="uniFE25" yOffset="-2200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2D_.glif
new file mode 100644
index 000000000..884a46faa
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uniF_E_2D_.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uniFE2D" format="2">
+ <unicode hex="FE2D"/>
+ <outline>
+ <component base="uniFE26" yOffset="-2200.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uogonek.glif b/src/Inter-UI-Regular.ufo/glyphs/uogonek.glif
new file mode 100644
index 000000000..fc17ffbdf
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uogonek.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uogonek" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="0173"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="1792.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="ogonek" xOffset="672.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/upsilon.glif b/src/Inter-UI-Regular.ufo/glyphs/upsilon.glif
index 424dcf4fc..53d055b22 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/upsilon.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/upsilon.glif
@@ -1,47 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="upsilon" format="1">
- <advance width="1592"/>
+<glyph name="upsilon" format="2">
+ <advance width="1592.0"/>
<unicode hex="03C5"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="216" y="1488" type="line"/>
- <point x="216" y="596" type="line"/>
- <point x="216" y="164"/>
- <point x="444" y="-28"/>
- <point x="772" y="-28" type="curve" smooth="yes"/>
- <point x="1236" y="-28"/>
- <point x="1432" y="360"/>
- <point x="1432" y="780" type="curve"/>
- <point x="1432" y="1048"/>
- <point x="1356" y="1320"/>
- <point x="1272" y="1488" type="curve"/>
- <point x="1024" y="1488" type="line"/>
- <point x="1116" y="1260"/>
- <point x="1196" y="1008"/>
- <point x="1200" y="780" type="curve"/>
- <point x="1200" y="448"/>
- <point x="1020" y="188"/>
- <point x="764" y="188" type="curve" smooth="yes"/>
- <point x="604" y="188"/>
- <point x="452" y="292"/>
- <point x="452" y="592" type="curve"/>
- <point x="452" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="776" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1568" y="1744" type="move" name="top0315"/>
+ <point x="216.0" y="1488.0" type="line"/>
+ <point x="216.0" y="596.0" type="line"/>
+ <point x="216.0" y="164.0"/>
+ <point x="444.0" y="-28.0"/>
+ <point x="772.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1236.0" y="-28.0"/>
+ <point x="1432.0" y="360.0"/>
+ <point x="1432.0" y="780.0" type="curve"/>
+ <point x="1432.0" y="1048.0"/>
+ <point x="1356.0" y="1320.0"/>
+ <point x="1272.0" y="1488.0" type="curve"/>
+ <point x="1024.0" y="1488.0" type="line"/>
+ <point x="1116.0" y="1260.0"/>
+ <point x="1196.0" y="1008.0"/>
+ <point x="1200.0" y="780.0" type="curve"/>
+ <point x="1200.0" y="448.0"/>
+ <point x="1020.0" y="188.0"/>
+ <point x="764.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="604.0" y="188.0"/>
+ <point x="452.0" y="292.0"/>
+ <point x="452.0" y="592.0" type="curve"/>
+ <point x="452.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1544, 'leftMargin': 194, 'rightMargin': 136}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/upsilondieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/upsilondieresis.glif
new file mode 100644
index 000000000..40dbd40c6
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/upsilondieresis.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="upsilondieresis" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="03CB"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="2124.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="dieresis" xOffset="-48.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/upsilondieresistonos.glif b/src/Inter-UI-Regular.ufo/glyphs/upsilondieresistonos.glif
new file mode 100644
index 000000000..bb7bb1b5e
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/upsilondieresistonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="upsilondieresistonos" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="03B0"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="dieresistonos" xOffset="16.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/upsilonlatin.glif b/src/Inter-UI-Regular.ufo/glyphs/upsilonlatin.glif
index 80dd2e11d..042f06a0d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/upsilonlatin.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/upsilonlatin.glif
@@ -1,66 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="upsilonlatin" format="1">
- <advance width="1776"/>
+<glyph name="upsilonlatin" format="2">
+ <advance width="1776.0"/>
<unicode hex="028A"/>
+ <anchor x="892.0" y="0.0" name="bottom"/>
+ <anchor x="892.0" y="1776.0" name="top"/>
+ <anchor x="1756.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="888" y="192" type="curve" smooth="yes"/>
- <point x="508" y="192"/>
- <point x="444" y="444"/>
- <point x="444" y="600" type="curve" smooth="yes"/>
- <point x="444" y="852"/>
- <point x="624" y="1020"/>
- <point x="624" y="1184" type="curve" smooth="yes"/>
- <point x="624" y="1276"/>
- <point x="604" y="1516"/>
- <point x="160" y="1516" type="curve"/>
- <point x="160" y="1296" type="line"/>
- <point x="224" y="1296"/>
- <point x="352" y="1284"/>
- <point x="352" y="1152" type="curve" smooth="yes"/>
- <point x="352" y="988"/>
- <point x="168" y="876"/>
- <point x="168" y="548" type="curve" smooth="yes"/>
- <point x="168" y="272"/>
- <point x="316" y="-28"/>
- <point x="888" y="-28" type="curve" smooth="yes"/>
- <point x="1464" y="-28"/>
- <point x="1608" y="272"/>
- <point x="1608" y="548" type="curve" smooth="yes"/>
- <point x="1608" y="876"/>
- <point x="1428" y="988"/>
- <point x="1428" y="1152" type="curve" smooth="yes"/>
- <point x="1428" y="1284"/>
- <point x="1552" y="1296"/>
- <point x="1616" y="1296" type="curve"/>
- <point x="1616" y="1516" type="line"/>
- <point x="1172" y="1516"/>
- <point x="1152" y="1276"/>
- <point x="1152" y="1184" type="curve" smooth="yes"/>
- <point x="1152" y="1020"/>
- <point x="1332" y="852"/>
- <point x="1332" y="600" type="curve" smooth="yes"/>
- <point x="1332" y="444"/>
- <point x="1268" y="192"/>
- </contour>
- <contour>
- <point x="892" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="892" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1756" y="1776" type="move" name="top0315"/>
+ <point x="888.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="508.0" y="192.0"/>
+ <point x="444.0" y="444.0"/>
+ <point x="444.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="444.0" y="852.0"/>
+ <point x="624.0" y="1020.0"/>
+ <point x="624.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="624.0" y="1276.0"/>
+ <point x="604.0" y="1516.0"/>
+ <point x="160.0" y="1516.0" type="curve"/>
+ <point x="160.0" y="1296.0" type="line"/>
+ <point x="224.0" y="1296.0"/>
+ <point x="352.0" y="1284.0"/>
+ <point x="352.0" y="1152.0" type="curve" smooth="yes"/>
+ <point x="352.0" y="988.0"/>
+ <point x="168.0" y="876.0"/>
+ <point x="168.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="168.0" y="272.0"/>
+ <point x="316.0" y="-28.0"/>
+ <point x="888.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="-28.0"/>
+ <point x="1608.0" y="272.0"/>
+ <point x="1608.0" y="548.0" type="curve" smooth="yes"/>
+ <point x="1608.0" y="876.0"/>
+ <point x="1428.0" y="988.0"/>
+ <point x="1428.0" y="1152.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="1284.0"/>
+ <point x="1552.0" y="1296.0"/>
+ <point x="1616.0" y="1296.0" type="curve"/>
+ <point x="1616.0" y="1516.0" type="line"/>
+ <point x="1172.0" y="1516.0"/>
+ <point x="1152.0" y="1276.0"/>
+ <point x="1152.0" y="1184.0" type="curve" smooth="yes"/>
+ <point x="1152.0" y="1020.0"/>
+ <point x="1332.0" y="852.0"/>
+ <point x="1332.0" y="600.0" type="curve" smooth="yes"/>
+ <point x="1332.0" y="444.0"/>
+ <point x="1268.0" y="192.0"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1734, 'leftMargin': 138, 'rightMargin': 138}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/upsilontonos.glif b/src/Inter-UI-Regular.ufo/glyphs/upsilontonos.glif
new file mode 100644
index 000000000..29c38b272
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/upsilontonos.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="upsilontonos" format="2">
+ <advance width="1592.0"/>
+ <unicode hex="03CD"/>
+ <anchor x="776.0" y="1744.0" name="parent_top"/>
+ <anchor x="776.0" y="1744.0" name="top"/>
+ <anchor x="1568.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="upsilon"/>
+ <component base="tonos" xOffset="464.0" yOffset="80.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uptackmod.glif b/src/Inter-UI-Regular.ufo/glyphs/uptackmod.glif
index 16a142470..d285f284a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/uptackmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/uptackmod.glif
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="uptackmod" format="1">
- <advance width="1008"/>
+<glyph name="uptackmod" format="2">
+ <advance width="1008.0"/>
<unicode hex="02D4"/>
<outline>
<contour>
- <point x="608" y="700" type="line"/>
- <point x="400" y="700" type="line"/>
- <point x="400" y="236" type="line"/>
- <point x="608" y="236" type="line"/>
+ <point x="608.0" y="700.0" type="line"/>
+ <point x="400.0" y="700.0" type="line"/>
+ <point x="400.0" y="236.0" type="line"/>
+ <point x="608.0" y="236.0" type="line"/>
</contour>
<contour>
- <point x="224" y="428" type="line"/>
- <point x="224" y="236" type="line"/>
- <point x="784" y="236" type="line"/>
- <point x="784" y="428" type="line"/>
+ <point x="224.0" y="428.0" type="line"/>
+ <point x="224.0" y="236.0" type="line"/>
+ <point x="784.0" y="236.0" type="line"/>
+ <point x="784.0" y="428.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 781.0, 'leftMargin': 110, 'rightMargin': 110.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/uring.glif b/src/Inter-UI-Regular.ufo/glyphs/uring.glif
new file mode 100644
index 000000000..71d2834d2
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/uring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="uring" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="016F"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="832.0" y="2756.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="ring" xOffset="384.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ushortcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ushortcyrillic.glif
new file mode 100644
index 000000000..6ead96be7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ushortcyrillic.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ushortcyrillic" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="045E"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2236.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="breve" xOffset="152.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ustraightcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ustraightcyrillic.glif
new file mode 100644
index 000000000..023f88395
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ustraightcyrillic.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ustraightcyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04AF"/>
+ <outline>
+ <component base="gamma"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ustraightstrokecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/ustraightstrokecyrillic.glif
new file mode 100644
index 000000000..1da999816
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ustraightstrokecyrillic.glif
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ustraightstrokecyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04B1"/>
+ <outline>
+ <component base="gamma"/>
+ <component base="crossbar" xOffset="136.0" yOffset="-904.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/utilde.glif b/src/Inter-UI-Regular.ufo/glyphs/utilde.glif
index 79004c816..9c0511477 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/utilde.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/utilde.glif
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="utilde" format="1">
- <advance width="1636"/>
+<glyph name="utilde" format="2">
+ <advance width="1636.0"/>
<unicode hex="0169"/>
<outline>
- <component base="tilde" xOffset="132"/>
+ <component base="tilde" xOffset="132.0"/>
<component base="u"/>
</outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/utildeacute.glif b/src/Inter-UI-Regular.ufo/glyphs/utildeacute.glif
new file mode 100644
index 000000000..811a08269
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/utildeacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="utildeacute" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E79"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="2725.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="tildeacutecomb.lc" xOffset="1632.0" yOffset="24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/utildebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/utildebelow.glif
new file mode 100644
index 000000000..7db1f393a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/utildebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="utildebelow" format="2">
+ <advance width="1636.0"/>
+ <unicode hex="1E75"/>
+ <anchor x="788.0" y="-596.0" name="bottom"/>
+ <anchor x="1476.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="820.0" y="1792.0" name="parent_top"/>
+ <anchor x="820.0" y="1792.0" name="top"/>
+ <anchor x="1440.0" y="1776.0" name="top0315"/>
+ <anchor x="1476.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="u"/>
+ <component base="tildesubnosp" xOffset="1656.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/v.glif b/src/Inter-UI-Regular.ufo/glyphs/v.glif
index 18f2e5097..f57db9b6c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/v.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/v.glif
@@ -1,102 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="v" format="1">
- <advance width="1568"/>
+<glyph name="v" format="2">
+ <advance width="1568.0"/>
<unicode hex="0076"/>
+ <guideline x="776.0" y="360.0" angle="90.0"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1360.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1400.0" y="1792.0" name="top0315"/>
+ <anchor x="1360.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1472" y="1536" type="line"/>
- <point x="1216" y="1536" type="line"/>
- <point x="792" y="312" type="line"/>
- <point x="776" y="312" type="line"/>
- <point x="352" y="1536" type="line"/>
- <point x="96" y="1536" type="line"/>
- <point x="664" y="0" type="line"/>
- <point x="904" y="0" type="line"/>
- </contour>
- <contour>
- <point x="760" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="760" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1360" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1360" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1400" y="1792" type="move" name="top0315"/>
+ <point x="1472.0" y="1536.0" type="line"/>
+ <point x="1216.0" y="1536.0" type="line"/>
+ <point x="792.0" y="312.0" type="line"/>
+ <point x="776.0" y="312.0" type="line"/>
+ <point x="352.0" y="1536.0" type="line"/>
+ <point x="96.0" y="1536.0" type="line"/>
+ <point x="664.0" y="0.0" type="line"/>
+ <point x="904.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>776</integer>
- <key>y</key>
- <integer>360</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>y</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>8</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>v</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1568</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/vdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/vdotbelow.glif
new file mode 100644
index 000000000..f07f94a5d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/vdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="vdotbelow" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E7F"/>
+ <anchor x="760.0" y="-495.0" name="bottom"/>
+ <anchor x="1360.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1400.0" y="1792.0" name="top0315"/>
+ <anchor x="1360.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="v"/>
+ <component base="dotbelow" xOffset="1584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/vecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/vecyrillic.glif
index edd199e7e..d56694937 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/vecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/vecyrillic.glif
@@ -1,67 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="vecyrillic" format="1">
- <advance width="1520"/>
+<glyph name="vecyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0432"/>
+ <anchor x="672.0" y="1744.0" name="top"/>
+ <anchor x="1536.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="816" y="648" type="line"/>
- <point x="912" y="728" type="line"/>
- <point x="1188" y="748"/>
- <point x="1340" y="896"/>
- <point x="1340" y="1080" type="curve"/>
- <point x="1340" y="1360"/>
- <point x="1100" y="1488"/>
- <point x="720" y="1488" type="curve"/>
- <point x="132" y="1488" type="line"/>
- <point x="132" y="0" type="line"/>
- <point x="404" y="0" type="line"/>
- <point x="404" y="1272" type="line"/>
- <point x="720" y="1272" type="line"/>
- <point x="948" y="1272"/>
- <point x="1064" y="1204"/>
- <point x="1064" y="1064" type="curve"/>
- <point x="1064" y="932"/>
- <point x="948" y="864"/>
- <point x="720" y="864" type="curve"/>
- <point x="332" y="864" type="line"/>
- <point x="336" y="648" type="line"/>
+ <point x="816.0" y="648.0" type="line"/>
+ <point x="912.0" y="728.0" type="line"/>
+ <point x="1188.0" y="748.0"/>
+ <point x="1340.0" y="896.0"/>
+ <point x="1340.0" y="1080.0" type="curve"/>
+ <point x="1340.0" y="1360.0"/>
+ <point x="1100.0" y="1488.0"/>
+ <point x="720.0" y="1488.0" type="curve"/>
+ <point x="132.0" y="1488.0" type="line"/>
+ <point x="132.0" y="0.0" type="line"/>
+ <point x="404.0" y="0.0" type="line"/>
+ <point x="404.0" y="1272.0" type="line"/>
+ <point x="720.0" y="1272.0" type="line"/>
+ <point x="948.0" y="1272.0"/>
+ <point x="1064.0" y="1204.0"/>
+ <point x="1064.0" y="1064.0" type="curve"/>
+ <point x="1064.0" y="932.0"/>
+ <point x="948.0" y="864.0"/>
+ <point x="720.0" y="864.0" type="curve"/>
+ <point x="332.0" y="864.0" type="line"/>
+ <point x="336.0" y="648.0" type="line"/>
</contour>
<contour>
- <point x="816" y="0" type="line"/>
- <point x="1172" y="0"/>
- <point x="1392" y="144"/>
- <point x="1392" y="424" type="curve" smooth="yes"/>
- <point x="1392" y="608"/>
- <point x="1256" y="764"/>
- <point x="1008" y="784" type="curve"/>
- <point x="912" y="864" type="line"/>
- <point x="428" y="864" type="line"/>
- <point x="428" y="648" type="line"/>
- <point x="816" y="648" type="line" smooth="yes"/>
- <point x="1016" y="648"/>
- <point x="1116" y="568"/>
- <point x="1116" y="432" type="curve" smooth="yes"/>
- <point x="1116" y="296"/>
- <point x="1016" y="216"/>
- <point x="816" y="216" type="curve" smooth="yes"/>
- <point x="372" y="216" type="line"/>
- <point x="232" y="0" type="line"/>
- </contour>
- <contour>
- <point x="672" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1536" y="1744" type="move" name="top0315"/>
+ <point x="816.0" y="0.0" type="line"/>
+ <point x="1172.0" y="0.0"/>
+ <point x="1392.0" y="144.0"/>
+ <point x="1392.0" y="424.0" type="curve" smooth="yes"/>
+ <point x="1392.0" y="608.0"/>
+ <point x="1256.0" y="764.0"/>
+ <point x="1008.0" y="784.0" type="curve"/>
+ <point x="912.0" y="864.0" type="line"/>
+ <point x="428.0" y="864.0" type="line"/>
+ <point x="428.0" y="648.0" type="line"/>
+ <point x="816.0" y="648.0" type="line" smooth="yes"/>
+ <point x="1016.0" y="648.0"/>
+ <point x="1116.0" y="568.0"/>
+ <point x="1116.0" y="432.0" type="curve" smooth="yes"/>
+ <point x="1116.0" y="296.0"/>
+ <point x="1016.0" y="216.0"/>
+ <point x="816.0" y="216.0" type="curve" smooth="yes"/>
+ <point x="372.0" y="216.0" type="line"/>
+ <point x="232.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1617.0, 'leftMargin': 213, 'rightMargin': 143.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/versicle.glif b/src/Inter-UI-Regular.ufo/glyphs/versicle.glif
index c5cd8abdf..6c937b02f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/versicle.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/versicle.glif
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="versicle" format="1">
- <advance width="1880"/>
+<glyph name="versicle" format="2">
+ <advance width="1880.0"/>
<unicode hex="2123"/>
<outline>
<contour>
- <point x="1372" y="2224" type="line"/>
- <point x="932" y="2464" type="line"/>
- <point x="816" y="2240" type="line"/>
- <point x="1084" y="2104" type="line"/>
- <point x="104" y="-496" type="line"/>
- <point x="336" y="-496" type="line"/>
+ <point x="1372.0" y="2224.0" type="line"/>
+ <point x="932.0" y="2464.0" type="line"/>
+ <point x="816.0" y="2240.0" type="line"/>
+ <point x="1084.0" y="2104.0" type="line"/>
+ <point x="104.0" y="-496.0" type="line"/>
+ <point x="336.0" y="-496.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="332.0" y="2048.0" type="line"/>
+ <point x="72.0" y="2048.0" type="line"/>
+ <point x="824.0" y="0.0" type="line"/>
+ <point x="1080.0" y="0.0" type="line"/>
+ <point x="1832.0" y="2048.0" type="line"/>
+ <point x="1572.0" y="2048.0" type="line"/>
+ <point x="964.0" y="324.0" type="line"/>
+ <point x="940.0" y="324.0" type="line"/>
</contour>
- <component base="V"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1805, 'leftMargin': 94, 'rightMargin': 141}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/verticalbardbl.glif b/src/Inter-UI-Regular.ufo/glyphs/verticalbardbl.glif
index 6f2326552..dc301e6c8 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/verticalbardbl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/verticalbardbl.glif
@@ -1,26 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="verticalbardbl" format="1">
- <advance width="1008"/>
+<glyph name="verticalbardbl" format="2">
+ <advance width="1008.0"/>
<unicode hex="2016"/>
<outline>
- <component base="bar" xOffset="-76"/>
- <component base="bar" xOffset="336"/>
+ <component base="bar" xOffset="-76.0"/>
+ <component base="bar" xOffset="336.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1100.0, 'leftMargin': 249, 'rightMargin': 218.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/verticallinelowmod.glif b/src/Inter-UI-Regular.ufo/glyphs/verticallinelowmod.glif
index 240f30252..047192339 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/verticallinelowmod.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/verticallinelowmod.glif
@@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="verticallinelowmod" format="1">
- <advance width="496"/>
+<glyph name="verticallinelowmod" format="2">
+ <advance width="496.0"/>
<unicode hex="02CC"/>
<outline>
<contour>
- <point x="352" y="-112" type="line"/>
- <point x="144" y="-112" type="line"/>
- <point x="144" y="-672" type="line"/>
- <point x="352" y="-672" type="line"/>
+ <point x="352.0" y="-112.0" type="line"/>
+ <point x="144.0" y="-112.0" type="line"/>
+ <point x="144.0" y="-672.0" type="line"/>
+ <point x="352.0" y="-672.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 344, 'leftMargin': 69, 'rightMargin': 69}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/vscript.glif b/src/Inter-UI-Regular.ufo/glyphs/vscript.glif
index ce06b8c61..8829a3ee2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/vscript.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/vscript.glif
@@ -1,62 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="vscript" format="1">
- <advance width="1520"/>
+<glyph name="vscript" format="2">
+ <advance width="1520.0"/>
<unicode hex="028B"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="760.0" y="1776.0" name="top"/>
+ <anchor x="1520.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="760" y="200" type="line"/>
- <point x="592" y="200"/>
- <point x="460" y="280"/>
- <point x="460" y="608" type="curve" smooth="yes"/>
- <point x="460" y="1488" type="line"/>
- <point x="188" y="1488" type="line"/>
- <point x="188" y="608" type="line" smooth="yes"/>
- <point x="188" y="156"/>
- <point x="424" y="-28"/>
- <point x="760" y="-28" type="curve"/>
+ <point x="760.0" y="200.0" type="line"/>
+ <point x="592.0" y="200.0"/>
+ <point x="460.0" y="280.0"/>
+ <point x="460.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="460.0" y="1488.0" type="line"/>
+ <point x="188.0" y="1488.0" type="line"/>
+ <point x="188.0" y="608.0" type="line" smooth="yes"/>
+ <point x="188.0" y="156.0"/>
+ <point x="424.0" y="-28.0"/>
+ <point x="760.0" y="-28.0" type="curve"/>
</contour>
<contour>
- <point x="760" y="-28" type="line"/>
- <point x="1100" y="-28"/>
- <point x="1336" y="156"/>
- <point x="1336" y="608" type="curve" smooth="yes"/>
- <point x="1336" y="1092" type="line" smooth="yes"/>
- <point x="1336" y="1296"/>
- <point x="1320" y="1516"/>
- <point x="1052" y="1516" type="curve" smooth="yes"/>
- <point x="944" y="1516"/>
- <point x="828" y="1484"/>
- <point x="740" y="1456" type="curve"/>
- <point x="772" y="1244" type="line"/>
- <point x="840" y="1260"/>
- <point x="884" y="1268"/>
- <point x="940" y="1268" type="curve" smooth="yes"/>
- <point x="1020" y="1268"/>
- <point x="1060" y="1220"/>
- <point x="1060" y="1096" type="curve" smooth="yes"/>
- <point x="1060" y="608" type="line" smooth="yes"/>
- <point x="1060" y="280"/>
- <point x="932" y="200"/>
- <point x="760" y="200" type="curve"/>
- </contour>
- <contour>
- <point x="760" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="760" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1520" y="1776" type="move" name="top0315"/>
+ <point x="760.0" y="-28.0" type="line"/>
+ <point x="1100.0" y="-28.0"/>
+ <point x="1336.0" y="156.0"/>
+ <point x="1336.0" y="608.0" type="curve" smooth="yes"/>
+ <point x="1336.0" y="1092.0" type="line" smooth="yes"/>
+ <point x="1336.0" y="1296.0"/>
+ <point x="1320.0" y="1516.0"/>
+ <point x="1052.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="944.0" y="1516.0"/>
+ <point x="828.0" y="1484.0"/>
+ <point x="740.0" y="1456.0" type="curve"/>
+ <point x="772.0" y="1244.0" type="line"/>
+ <point x="840.0" y="1260.0"/>
+ <point x="884.0" y="1268.0"/>
+ <point x="940.0" y="1268.0" type="curve" smooth="yes"/>
+ <point x="1020.0" y="1268.0"/>
+ <point x="1060.0" y="1220.0"/>
+ <point x="1060.0" y="1096.0" type="curve" smooth="yes"/>
+ <point x="1060.0" y="608.0" type="line" smooth="yes"/>
+ <point x="1060.0" y="280.0"/>
+ <point x="932.0" y="200.0"/>
+ <point x="760.0" y="200.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1515, 'leftMargin': 183, 'rightMargin': 183}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/vtilde.glif b/src/Inter-UI-Regular.ufo/glyphs/vtilde.glif
new file mode 100644
index 000000000..157a1daa1
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/vtilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="vtilde" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E7D"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1360.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="2208.0" name="top"/>
+ <anchor x="1400.0" y="1792.0" name="top0315"/>
+ <anchor x="1360.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="v"/>
+ <component base="tilde" xOffset="128.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/vturn.glif b/src/Inter-UI-Regular.ufo/glyphs/vturn.glif
index 554c4f2f3..78a5fec74 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/vturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/vturn.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="vturn" format="1">
- <advance width="1568"/>
+<glyph name="vturn" format="2">
+ <advance width="1568.0"/>
<unicode hex="028C"/>
+ <anchor x="804.0" y="0.0" name="bottom"/>
+ <anchor x="804.0" y="1776.0" name="top"/>
+ <anchor x="1492.0" y="1776.0" name="top0315"/>
<outline>
- <component base="v" xScale="-1.0" yScale="-1.0" xOffset="1552" yOffset="1536"/>
- <contour>
- <point x="804" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="804" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1492" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="v" xScale="-1.0" yScale="-1.0" xOffset="1552.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1368, 'leftMargin': 48, 'rightMargin': 48}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/w.glif b/src/Inter-UI-Regular.ufo/glyphs/w.glif
index fa585061d..a17a81a96 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/w.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/w.glif
@@ -1,75 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="w" format="1">
- <advance width="2288"/>
+<glyph name="w" format="2">
+ <advance width="2288.0"/>
<unicode hex="0077"/>
+ <guideline x="1136.0" y="1108.0" angle="90.0"/>
+ <anchor x="1144.0" y="0.0" name="bottom"/>
+ <anchor x="2108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1144.0" y="1792.0" name="marktop"/>
+ <anchor x="1144.0" y="1792.0" name="top"/>
+ <anchor x="2108.0" y="1776.0" name="top0315"/>
+ <anchor x="2108.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="2192" y="1536" type="line"/>
- <point x="1944" y="1536" type="line" smooth="yes"/>
- <point x="1612" y="364" type="line"/>
- <point x="1596" y="364" type="line"/>
- <point x="1272" y="1536" type="line"/>
- <point x="1020" y="1536" type="line"/>
- <point x="692" y="360" type="line"/>
- <point x="676" y="360" type="line"/>
- <point x="344" y="1536" type="line" smooth="yes"/>
- <point x="96" y="1536" type="line"/>
- <point x="564" y="0" type="line"/>
- <point x="796" y="0" type="line"/>
- <point x="1132" y="1180" type="line"/>
- <point x="1156" y="1180" type="line"/>
- <point x="1492" y="0" type="line"/>
- <point x="1724" y="0" type="line"/>
- </contour>
- <contour>
- <point x="1144" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1144" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1144" y="1792" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="2108" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="2108" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="2108" y="1776" type="move" name="top0315"/>
+ <point x="2192.0" y="1536.0" type="line"/>
+ <point x="1944.0" y="1536.0" type="line" smooth="yes"/>
+ <point x="1612.0" y="364.0" type="line"/>
+ <point x="1596.0" y="364.0" type="line"/>
+ <point x="1272.0" y="1536.0" type="line"/>
+ <point x="1020.0" y="1536.0" type="line"/>
+ <point x="692.0" y="360.0" type="line"/>
+ <point x="676.0" y="360.0" type="line"/>
+ <point x="344.0" y="1536.0" type="line" smooth="yes"/>
+ <point x="96.0" y="1536.0" type="line"/>
+ <point x="564.0" y="0.0" type="line"/>
+ <point x="796.0" y="0.0" type="line"/>
+ <point x="1132.0" y="1180.0" type="line"/>
+ <point x="1156.0" y="1180.0" type="line"/>
+ <point x="1492.0" y="0.0" type="line"/>
+ <point x="1724.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>1108</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wacute.glif b/src/Inter-UI-Regular.ufo/glyphs/wacute.glif
new file mode 100644
index 000000000..916131d47
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/wacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wacute" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1E83"/>
+ <anchor x="1144.0" y="0.0" name="bottom"/>
+ <anchor x="2108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1144.0" y="1792.0" name="parent_top"/>
+ <anchor x="1144.0" y="2284.0" name="top"/>
+ <anchor x="2108.0" y="1776.0" name="top0315"/>
+ <anchor x="2108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="acute" xOffset="832.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wcircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/wcircumflex.glif
new file mode 100644
index 000000000..a74feeb33
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/wcircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wcircumflex" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="0175"/>
+ <anchor x="1144.0" y="0.0" name="bottom"/>
+ <anchor x="2108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1144.0" y="1792.0" name="parent_top"/>
+ <anchor x="1144.0" y="2256.0" name="top"/>
+ <anchor x="2108.0" y="1776.0" name="top0315"/>
+ <anchor x="2108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="circumflex" xOffset="496.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wdieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/wdieresis.glif
index 7d365736c..e606f387a 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/wdieresis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/wdieresis.glif
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="wdieresis" format="1">
- <advance width="2288"/>
+<glyph name="wdieresis" format="2">
+ <advance width="2288.0"/>
<unicode hex="1E85"/>
<outline>
- <component base="dieresis" xOffset="320"/>
+ <component base="dieresis" xOffset="320.0"/>
<component base="w"/>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/wdotaccent.glif
new file mode 100644
index 000000000..98bf301a0
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/wdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wdotaccent" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1E87"/>
+ <anchor x="1144.0" y="0.0" name="bottom"/>
+ <anchor x="2108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1144.0" y="1792.0" name="parent_top"/>
+ <anchor x="1144.0" y="2188.0" name="top"/>
+ <anchor x="2108.0" y="1776.0" name="top0315"/>
+ <anchor x="2108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="dotaccent" xOffset="816.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/wdotbelow.glif
new file mode 100644
index 000000000..188646b62
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/wdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wdotbelow" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1E89"/>
+ <anchor x="1144.0" y="-495.0" name="bottom"/>
+ <anchor x="2108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1144.0" y="1792.0" name="parent_top"/>
+ <anchor x="1144.0" y="1792.0" name="top"/>
+ <anchor x="2108.0" y="1776.0" name="top0315"/>
+ <anchor x="2108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="dotbelow" xOffset="1968.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wgrave.glif b/src/Inter-UI-Regular.ufo/glyphs/wgrave.glif
new file mode 100644
index 000000000..2308e5684
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/wgrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wgrave" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1E81"/>
+ <anchor x="1144.0" y="0.0" name="bottom"/>
+ <anchor x="2108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1144.0" y="1792.0" name="parent_top"/>
+ <anchor x="1144.0" y="2284.0" name="top"/>
+ <anchor x="2108.0" y="1776.0" name="top0315"/>
+ <anchor x="2108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="grave" xOffset="648.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/won.glif b/src/Inter-UI-Regular.ufo/glyphs/won.glif
index 8c9a694dd..864de6ca7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/won.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/won.glif
@@ -1,54 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="won" format="1">
- <advance width="2672"/>
+<glyph name="won" format="2">
+ <advance width="2672.0"/>
<unicode hex="20A9"/>
+ <guideline x="1328.0" y="1432.0" angle="90.0"/>
<outline>
<contour>
- <point x="2596" y="1352" type="line"/>
- <point x="76" y="1352" type="line"/>
- <point x="76" y="1132" type="line"/>
- <point x="2596" y="1132" type="line"/>
+ <point x="2596.0" y="1352.0" type="line"/>
+ <point x="76.0" y="1352.0" type="line"/>
+ <point x="76.0" y="1132.0" type="line"/>
+ <point x="2596.0" y="1132.0" type="line"/>
</contour>
<contour>
- <point x="2596" y="872" type="line"/>
- <point x="76" y="872" type="line"/>
- <point x="76" y="652" type="line"/>
- <point x="2596" y="652" type="line"/>
+ <point x="2596.0" y="872.0" type="line"/>
+ <point x="76.0" y="872.0" type="line"/>
+ <point x="76.0" y="652.0" type="line"/>
+ <point x="2596.0" y="652.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="312.0" y="2048.0" type="line"/>
+ <point x="60.0" y="2048.0" type="line"/>
+ <point x="620.0" y="0.0" type="line"/>
+ <point x="876.0" y="0.0" type="line"/>
+ <point x="1328.0" y="1632.0" type="line"/>
+ <point x="1344.0" y="1632.0" type="line"/>
+ <point x="1796.0" y="0.0" type="line"/>
+ <point x="2052.0" y="0.0" type="line"/>
+ <point x="2612.0" y="2048.0" type="line"/>
+ <point x="2360.0" y="2048.0" type="line"/>
+ <point x="1932.0" y="380.0" type="line"/>
+ <point x="1912.0" y="380.0" type="line"/>
+ <point x="1476.0" y="2048.0" type="line"/>
+ <point x="1196.0" y="2048.0" type="line"/>
+ <point x="760.0" y="380.0" type="line"/>
+ <point x="740.0" y="380.0" type="line"/>
</contour>
- <component base="W"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1328</integer>
- <key>y</key>
- <integer>1432</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2071, 'leftMargin': 41, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wring.glif b/src/Inter-UI-Regular.ufo/glyphs/wring.glif
new file mode 100644
index 000000000..ef6f0c33c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/wring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="wring" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="1E98"/>
+ <anchor x="1144.0" y="0.0" name="bottom"/>
+ <anchor x="2108.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="1144.0" y="1792.0" name="parent_top"/>
+ <anchor x="1156.0" y="2756.0" name="top"/>
+ <anchor x="2108.0" y="1776.0" name="top0315"/>
+ <anchor x="2108.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="w"/>
+ <component base="ring" xOffset="704.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wsuper.glif b/src/Inter-UI-Regular.ufo/glyphs/wsuper.glif
index ffdebb89f..3978a131d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/wsuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/wsuper.glif
@@ -1,47 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="wsuper" format="1">
- <advance width="1776"/>
+<glyph name="wsuper" format="2">
+ <advance width="1776.0"/>
<unicode hex="02B7"/>
<outline>
<contour>
- <point x="788" y="1996" type="line"/>
- <point x="596" y="1340" type="line"/>
- <point x="524" y="896" type="line"/>
- <point x="680" y="896" type="line"/>
- <point x="888" y="1556" type="line"/>
- <point x="960" y="1996" type="line"/>
+ <point x="788.0" y="1996.0" type="line"/>
+ <point x="596.0" y="1340.0" type="line"/>
+ <point x="524.0" y="896.0" type="line"/>
+ <point x="680.0" y="896.0" type="line"/>
+ <point x="888.0" y="1556.0" type="line"/>
+ <point x="960.0" y="1996.0" type="line"/>
</contour>
<contour>
- <point x="156" y="1996" type="line"/>
- <point x="448" y="896" type="line"/>
- <point x="624" y="896" type="line"/>
- <point x="568" y="1340" type="line"/>
- <point x="428" y="1996" type="line"/>
+ <point x="156.0" y="1996.0" type="line"/>
+ <point x="448.0" y="896.0" type="line"/>
+ <point x="624.0" y="896.0" type="line"/>
+ <point x="568.0" y="1340.0" type="line"/>
+ <point x="428.0" y="1996.0" type="line"/>
</contour>
<contour>
- <point x="1352" y="1996" type="line"/>
- <point x="1212" y="1340" type="line"/>
- <point x="1152" y="896" type="line"/>
- <point x="1328" y="896" type="line"/>
- <point x="1620" y="1996" type="line"/>
+ <point x="1352.0" y="1996.0" type="line"/>
+ <point x="1212.0" y="1340.0" type="line"/>
+ <point x="1152.0" y="896.0" type="line"/>
+ <point x="1328.0" y="896.0" type="line"/>
+ <point x="1620.0" y="1996.0" type="line"/>
</contour>
<contour>
- <point x="816" y="1996" type="line"/>
- <point x="888" y="1556" type="line"/>
- <point x="1096" y="896" type="line"/>
- <point x="1252" y="896" type="line"/>
- <point x="1180" y="1340" type="line"/>
- <point x="988" y="1996" type="line"/>
+ <point x="816.0" y="1996.0" type="line"/>
+ <point x="888.0" y="1556.0" type="line"/>
+ <point x="1096.0" y="896.0" type="line"/>
+ <point x="1252.0" y="896.0" type="line"/>
+ <point x="1180.0" y="1340.0" type="line"/>
+ <point x="988.0" y="1996.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1576, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wturn.glif b/src/Inter-UI-Regular.ufo/glyphs/wturn.glif
index c5806ee1c..d733c7204 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/wturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/wturn.glif
@@ -1,43 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="wturn" format="1">
- <advance width="2288"/>
+<glyph name="wturn" format="2">
+ <advance width="2288.0"/>
<unicode hex="028D"/>
+ <guideline x="1136.0" y="176.0" angle="90.0"/>
+ <anchor x="1144.0" y="0.0" name="bottom"/>
+ <anchor x="1144.0" y="1792.0" name="top"/>
+ <anchor x="2200.0" y="1776.0" name="top0315"/>
<outline>
- <component base="w" xScale="-1.0" yScale="-1.0" xOffset="2272" yOffset="1536"/>
- <contour>
- <point x="1144" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1144" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="2200" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="w" xScale="-1.0" yScale="-1.0" xOffset="2272.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1136</integer>
- <key>y</key>
- <integer>176</integer>
- </dict>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2109, 'leftMargin': 54, 'rightMargin': 53}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/wynn.glif b/src/Inter-UI-Regular.ufo/glyphs/wynn.glif
index 908a60abc..3fc44f2eb 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/wynn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/wynn.glif
@@ -1,48 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="wynn" format="1">
- <advance width="1776"/>
+<glyph name="wynn" format="2">
+ <advance width="1776.0"/>
<unicode hex="01BF"/>
<outline>
<contour>
- <point x="528" y="1204" type="line"/>
- <point x="504" y="1488" type="line"/>
- <point x="252" y="1488" type="line"/>
- <point x="252" y="-572" type="line"/>
- <point x="528" y="-572" type="line"/>
+ <point x="528.0" y="1204.0" type="line"/>
+ <point x="504.0" y="1488.0" type="line"/>
+ <point x="252.0" y="1488.0" type="line"/>
+ <point x="252.0" y="-572.0" type="line"/>
+ <point x="528.0" y="-572.0" type="line"/>
</contour>
<contour>
- <point x="456" y="900" type="line"/>
- <point x="500" y="1104"/>
- <point x="616" y="1288"/>
- <point x="856" y="1288" type="curve" smooth="yes"/>
- <point x="1128" y="1288"/>
- <point x="1248" y="1044"/>
- <point x="1248" y="756" type="curve" smooth="yes"/>
- <point x="1248" y="728" type="line" smooth="yes"/>
- <point x="1248" y="284"/>
- <point x="904" y="84"/>
- <point x="440" y="-28" type="curve"/>
- <point x="440" y="-248" type="line"/>
- <point x="1108" y="-60"/>
- <point x="1524" y="156"/>
- <point x="1524" y="728" type="curve" smooth="yes"/>
- <point x="1524" y="756" type="line" smooth="yes"/>
- <point x="1524" y="1208"/>
- <point x="1320" y="1516"/>
- <point x="940" y="1516" type="curve" smooth="yes"/>
- <point x="560" y="1516"/>
- <point x="368" y="1240"/>
- <point x="324" y="788" type="curve"/>
+ <point x="456.0" y="900.0" type="line"/>
+ <point x="500.0" y="1104.0"/>
+ <point x="616.0" y="1288.0"/>
+ <point x="856.0" y="1288.0" type="curve" smooth="yes"/>
+ <point x="1128.0" y="1288.0"/>
+ <point x="1248.0" y="1044.0"/>
+ <point x="1248.0" y="756.0" type="curve" smooth="yes"/>
+ <point x="1248.0" y="728.0" type="line" smooth="yes"/>
+ <point x="1248.0" y="284.0"/>
+ <point x="904.0" y="84.0"/>
+ <point x="440.0" y="-28.0" type="curve"/>
+ <point x="440.0" y="-248.0" type="line"/>
+ <point x="1108.0" y="-60.0"/>
+ <point x="1524.0" y="156.0"/>
+ <point x="1524.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1524.0" y="756.0" type="line" smooth="yes"/>
+ <point x="1524.0" y="1208.0"/>
+ <point x="1320.0" y="1516.0"/>
+ <point x="940.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="560.0" y="1516.0"/>
+ <point x="368.0" y="1240.0"/>
+ <point x="324.0" y="788.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1585, 'leftMargin': 188, 'rightMargin': 126}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/x.glif b/src/Inter-UI-Regular.ufo/glyphs/x.glif
index ac994d25e..7c6c144fa 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/x.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/x.glif
@@ -1,74 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="x" format="1">
- <advance width="1520"/>
+<glyph name="x" format="2">
+ <advance width="1520.0"/>
<unicode hex="0078"/>
+ <guideline x="752.0" y="868.0" angle="90.0"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="692.0" y="760.0" name="cross"/>
+ <anchor x="1184.0" y="0.0" name="right"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1396.0" y="1760.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="392" y="1536" type="line"/>
- <point x="120" y="1536" type="line"/>
- <point x="608" y="768" type="line"/>
- <point x="120" y="0" type="line"/>
- <point x="392" y="0" type="line"/>
- <point x="760" y="596" type="line"/>
- <point x="1128" y="0" type="line"/>
- <point x="1400" y="0" type="line"/>
- <point x="904" y="768" type="line"/>
- <point x="1400" y="1536" type="line"/>
- <point x="1128" y="1536" type="line"/>
- <point x="760" y="908" type="line"/>
- </contour>
- <contour>
- <point x="760" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1184" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="692" y="760" type="move" name="cross"/>
- </contour>
- <contour>
- <point x="760" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="1396" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1396" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1396" y="1760" type="move" name="top0315"/>
+ <point x="392.0" y="1536.0" type="line"/>
+ <point x="120.0" y="1536.0" type="line"/>
+ <point x="608.0" y="768.0" type="line"/>
+ <point x="120.0" y="0.0" type="line"/>
+ <point x="392.0" y="0.0" type="line"/>
+ <point x="760.0" y="596.0" type="line"/>
+ <point x="1128.0" y="0.0" type="line"/>
+ <point x="1400.0" y="0.0" type="line"/>
+ <point x="904.0" y="768.0" type="line"/>
+ <point x="1400.0" y="1536.0" type="line"/>
+ <point x="1128.0" y="1536.0" type="line"/>
+ <point x="760.0" y="908.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>752</integer>
- <key>y</key>
- <integer>868</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/xdieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/xdieresis.glif
new file mode 100644
index 000000000..2810e087c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/xdieresis.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="xdieresis" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1E8D"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="2172.0" name="top"/>
+ <anchor x="1396.0" y="1760.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x"/>
+ <component base="dieresis" xOffset="-64.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/xdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/xdotaccent.glif
new file mode 100644
index 000000000..3d1d5b8be
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/xdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="xdotaccent" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="1E8B"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="2188.0" name="top"/>
+ <anchor x="1396.0" y="1760.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="x"/>
+ <component base="dotaccent" xOffset="432.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/xi.glif b/src/Inter-UI-Regular.ufo/glyphs/xi.glif
index cb9630d4e..57fc941a1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/xi.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/xi.glif
@@ -1,73 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="xi" format="1">
- <advance width="1520"/>
+<glyph name="xi" format="2">
+ <advance width="1520.0"/>
<unicode hex="03BE"/>
<outline>
<contour>
- <point x="1292" y="1976" type="line"/>
- <point x="1212" y="2008"/>
- <point x="1072" y="2032"/>
- <point x="944" y="2032" type="curve" smooth="yes"/>
- <point x="532" y="2032"/>
- <point x="268" y="1856"/>
- <point x="268" y="1556" type="curve"/>
- <point x="268" y="1300"/>
- <point x="552" y="1100"/>
- <point x="972" y="1100" type="curve"/>
- <point x="1176" y="1100" type="line"/>
- <point x="1176" y="1264" type="line"/>
- <point x="980" y="1264" type="line" smooth="yes"/>
- <point x="668" y="1264"/>
- <point x="544" y="1384"/>
- <point x="544" y="1564" type="curve"/>
- <point x="544" y="1692"/>
- <point x="664" y="1812"/>
- <point x="944" y="1812" type="curve" smooth="yes"/>
- <point x="1056" y="1812"/>
- <point x="1156" y="1788"/>
- <point x="1252" y="1760" type="curve"/>
+ <point x="1292.0" y="1976.0" type="line"/>
+ <point x="1212.0" y="2008.0"/>
+ <point x="1072.0" y="2032.0"/>
+ <point x="944.0" y="2032.0" type="curve" smooth="yes"/>
+ <point x="532.0" y="2032.0"/>
+ <point x="268.0" y="1856.0"/>
+ <point x="268.0" y="1556.0" type="curve"/>
+ <point x="268.0" y="1300.0"/>
+ <point x="552.0" y="1100.0"/>
+ <point x="972.0" y="1100.0" type="curve"/>
+ <point x="1176.0" y="1100.0" type="line"/>
+ <point x="1176.0" y="1264.0" type="line"/>
+ <point x="980.0" y="1264.0" type="line" smooth="yes"/>
+ <point x="668.0" y="1264.0"/>
+ <point x="544.0" y="1384.0"/>
+ <point x="544.0" y="1564.0" type="curve"/>
+ <point x="544.0" y="1692.0"/>
+ <point x="664.0" y="1812.0"/>
+ <point x="944.0" y="1812.0" type="curve" smooth="yes"/>
+ <point x="1056.0" y="1812.0"/>
+ <point x="1156.0" y="1788.0"/>
+ <point x="1252.0" y="1760.0" type="curve"/>
</contour>
<contour>
- <point x="972" y="1208" type="line"/>
- <point x="508" y="1208"/>
- <point x="180" y="1004"/>
- <point x="180" y="616" type="curve" smooth="yes"/>
- <point x="180" y="204"/>
- <point x="428" y="72"/>
- <point x="792" y="-12" type="curve" smooth="yes"/>
- <point x="868" y="-28" type="line"/>
- <point x="1020" y="-64"/>
- <point x="1076" y="-96"/>
- <point x="1076" y="-168" type="curve" smooth="yes"/>
- <point x="1076" y="-272"/>
- <point x="1024" y="-320"/>
- <point x="936" y="-424" type="curve"/>
- <point x="1096" y="-544" type="line"/>
- <point x="1192" y="-460"/>
- <point x="1336" y="-280"/>
- <point x="1340" y="-132" type="curve"/>
- <point x="1340" y="68"/>
- <point x="1204" y="116"/>
- <point x="976" y="172" type="curve"/>
- <point x="820" y="208" type="line" smooth="yes"/>
- <point x="636" y="252"/>
- <point x="456" y="376"/>
- <point x="456" y="612" type="curve" smooth="yes"/>
- <point x="456" y="908"/>
- <point x="640" y="1044"/>
- <point x="980" y="1044" type="curve" smooth="yes"/>
- <point x="1176" y="1044" type="line"/>
- <point x="1176" y="1208" type="line"/>
+ <point x="972.0" y="1208.0" type="line"/>
+ <point x="508.0" y="1208.0"/>
+ <point x="180.0" y="1004.0"/>
+ <point x="180.0" y="616.0" type="curve" smooth="yes"/>
+ <point x="180.0" y="204.0"/>
+ <point x="428.0" y="72.0"/>
+ <point x="792.0" y="-12.0" type="curve" smooth="yes"/>
+ <point x="868.0" y="-28.0" type="line"/>
+ <point x="1020.0" y="-64.0"/>
+ <point x="1076.0" y="-96.0"/>
+ <point x="1076.0" y="-168.0" type="curve" smooth="yes"/>
+ <point x="1076.0" y="-272.0"/>
+ <point x="1024.0" y="-320.0"/>
+ <point x="936.0" y="-424.0" type="curve"/>
+ <point x="1096.0" y="-544.0" type="line"/>
+ <point x="1192.0" y="-460.0"/>
+ <point x="1336.0" y="-280.0"/>
+ <point x="1340.0" y="-132.0" type="curve"/>
+ <point x="1340.0" y="68.0"/>
+ <point x="1204.0" y="116.0"/>
+ <point x="976.0" y="172.0" type="curve"/>
+ <point x="820.0" y="208.0" type="line" smooth="yes"/>
+ <point x="636.0" y="252.0"/>
+ <point x="456.0" y="376.0"/>
+ <point x="456.0" y="612.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="908.0"/>
+ <point x="640.0" y="1044.0"/>
+ <point x="980.0" y="1044.0" type="curve" smooth="yes"/>
+ <point x="1176.0" y="1044.0" type="line"/>
+ <point x="1176.0" y="1208.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1381, 'leftMargin': 135, 'rightMargin': 87}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/xsuper.glif b/src/Inter-UI-Regular.ufo/glyphs/xsuper.glif
index d414f48ef..d2310d3e1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/xsuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/xsuper.glif
@@ -1,31 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="xsuper" format="1">
- <advance width="1264"/>
+<glyph name="xsuper" format="2">
+ <advance width="1264.0"/>
<unicode hex="02E3"/>
<outline>
<contour>
- <point x="428" y="1996" type="line"/>
- <point x="136" y="1996" type="line"/>
- <point x="468" y="1452" type="line"/>
- <point x="128" y="896" type="line"/>
- <point x="420" y="896" type="line"/>
- <point x="632" y="1280" type="line"/>
- <point x="848" y="896" type="line"/>
- <point x="1140" y="896" type="line"/>
- <point x="800" y="1452" type="line"/>
- <point x="1128" y="1996" type="line"/>
- <point x="836" y="1996" type="line"/>
- <point x="628" y="1624" type="line"/>
+ <point x="428.0" y="1996.0" type="line"/>
+ <point x="136.0" y="1996.0" type="line"/>
+ <point x="468.0" y="1452.0" type="line"/>
+ <point x="128.0" y="896.0" type="line"/>
+ <point x="420.0" y="896.0" type="line"/>
+ <point x="632.0" y="1280.0" type="line"/>
+ <point x="848.0" y="896.0" type="line"/>
+ <point x="1140.0" y="896.0" type="line"/>
+ <point x="800.0" y="1452.0" type="line"/>
+ <point x="1128.0" y="1996.0" type="line"/>
+ <point x="836.0" y="1996.0" type="line"/>
+ <point x="628.0" y="1624.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1123, 'leftMargin': 55, 'rightMargin': 55}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/xsupnosp.glif b/src/Inter-UI-Regular.ufo/glyphs/xsupnosp.glif
index 4e4607cea..cc07954ab 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/xsupnosp.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/xsupnosp.glif
@@ -1,36 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="xsupnosp" format="1">
- <advance width="0"/>
+<glyph name="xsupnosp" format="2">
<unicode hex="033D"/>
+ <anchor x="-683.0" y="1609.0" name="_marktop"/>
+ <anchor x="-683.0" y="2500.0" name="mkmktop"/>
<outline>
<contour>
- <point x="-683" y="1609" type="move" name="_marktop"/>
+ <point x="-884.0" y="1706.0" type="line"/>
+ <point x="-347.0" y="2247.0" type="line"/>
+ <point x="-483.0" y="2386.0" type="line"/>
+ <point x="-1020.0" y="1845.0" type="line"/>
</contour>
<contour>
- <point x="-683" y="2500" type="move" name="mkmktop"/>
- </contour>
- <contour>
- <point x="-884" y="1706" type="line"/>
- <point x="-347" y="2247" type="line"/>
- <point x="-483" y="2386" type="line"/>
- <point x="-1020" y="1845" type="line"/>
- </contour>
- <contour>
- <point x="-485" y="1704" type="line"/>
- <point x="-349" y="1843" type="line"/>
- <point x="-881" y="2387" type="line"/>
- <point x="-1018" y="2248" type="line"/>
+ <point x="-485.0" y="1704.0" type="line"/>
+ <point x="-349.0" y="1843.0" type="line"/>
+ <point x="-881.0" y="2387.0" type="line"/>
+ <point x="-1018.0" y="2248.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.98</real>
- <real>0.89</real>
- <real>0.89</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.98,0.89,0.89,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/y.glif b/src/Inter-UI-Regular.ufo/glyphs/y.glif
index c850c8968..3a87e2be2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/y.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/y.glif
@@ -1,127 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="y" format="1">
- <advance width="1568"/>
+<glyph name="y" format="2">
+ <advance width="1568.0"/>
<unicode hex="0079"/>
+ <guideline x="776.0" y="1488.0" angle="90.0"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="marktop"/>
+ <anchor x="780.0" y="896.0" name="rhotichook"/>
+ <anchor x="780.0" y="1792.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
<outline>
<contour>
- <point x="612" y="-152" type="line" smooth="yes"/>
- <point x="524" y="-380"/>
- <point x="416" y="-400"/>
- <point x="248" y="-360" type="curve"/>
- <point x="188" y="-568" type="line"/>
- <point x="212" y="-580"/>
- <point x="280" y="-596"/>
- <point x="360" y="-596" type="curve" smooth="yes"/>
- <point x="572" y="-596"/>
- <point x="724" y="-484"/>
- <point x="812" y="-248" type="curve" smooth="yes"/>
- <point x="1472" y="1536" type="line"/>
- <point x="1216" y="1536" type="line"/>
- <point x="748" y="184" type="line"/>
- <point x="676" y="16" type="line"/>
- </contour>
- <contour>
- <point x="352" y="1536" type="line"/>
- <point x="96" y="1536" type="line"/>
- <point x="680" y="-48" type="line"/>
- <point x="864" y="56" type="line"/>
- </contour>
- <contour>
- <point x="760" y="260" type="line"/>
- <point x="808" y="260" type="line"/>
- <point x="808" y="312" type="line"/>
- <point x="760" y="312" type="line"/>
- </contour>
- <contour>
- <point x="780" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="564" y="-576" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="780" y="1792" type="move" name="marktop"/>
- </contour>
- <contour>
- <point x="1164" y="2176" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1088" y="-576" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="780" y="896" type="move" name="rhotichook"/>
- </contour>
- <contour>
- <point x="1356" y="1792" type="move" name="top0315"/>
+ <point x="612.0" y="-152.0" type="line" smooth="yes"/>
+ <point x="524.0" y="-380.0"/>
+ <point x="416.0" y="-400.0"/>
+ <point x="248.0" y="-360.0" type="curve"/>
+ <point x="188.0" y="-568.0" type="line"/>
+ <point x="212.0" y="-580.0"/>
+ <point x="280.0" y="-596.0"/>
+ <point x="360.0" y="-596.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="-596.0"/>
+ <point x="724.0" y="-484.0"/>
+ <point x="812.0" y="-248.0" type="curve" smooth="yes"/>
+ <point x="1472.0" y="1536.0" type="line"/>
+ <point x="1216.0" y="1536.0" type="line"/>
+ <point x="748.0" y="184.0" type="line"/>
+ <point x="676.0" y="16.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="352.0" y="1536.0" type="line"/>
+ <point x="96.0" y="1536.0" type="line"/>
+ <point x="680.0" y="-48.0" type="line"/>
+ <point x="864.0" y="56.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="760.0" y="260.0" type="line"/>
+ <point x="808.0" y="260.0" type="line"/>
+ <point x="808.0" y="312.0" type="line"/>
+ <point x="760.0" y="312.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>776</integer>
- <key>y</key>
- <integer>1488</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.layerData</key>
- <dict>
- <key>reference</key>
- <dict>
- <key>anchors</key>
- <array>
- </array>
- <key>components</key>
- <array>
- <dict>
- <key>baseGlyph</key>
- <string>x</string>
- <key>transformation</key>
- <array>
- <integer>1</integer>
- <integer>0</integer>
- <integer>0</integer>
- <integer>1</integer>
- <integer>28</integer>
- <integer>0</integer>
- </array>
- </dict>
- </array>
- <key>contours</key>
- <array>
- </array>
- <key>lib</key>
- <dict>
- </dict>
- <key>name</key>
- <string>y</string>
- <key>unicodes</key>
- <array>
- </array>
- <key>width</key>
- <integer>1568</integer>
- </dict>
- </dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yacute.glif b/src/Inter-UI-Regular.ufo/glyphs/yacute.glif
new file mode 100644
index 000000000..c0745be5a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/yacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yacute" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="00FD"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2284.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="acute" xOffset="472.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yatcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/yatcyrillic.glif
index 772ced842..4e31ce837 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yatcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yatcyrillic.glif
@@ -1,48 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yatcyrillic" format="1">
- <advance width="1520"/>
+<glyph name="yatcyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0463"/>
+ <anchor x="420.0" y="1204.0" name="cross"/>
<outline>
<contour>
- <point x="496" y="1036" type="line"/>
- <point x="496" y="816" type="line"/>
- <point x="936" y="816" type="line"/>
- <point x="1144" y="816"/>
- <point x="1216" y="652"/>
- <point x="1216" y="512" type="curve"/>
- <point x="1216" y="368"/>
- <point x="1144" y="220"/>
- <point x="936" y="220" type="curve"/>
- <point x="568" y="220" type="line"/>
- <point x="568" y="2144" type="line"/>
- <point x="292" y="2144" type="line"/>
- <point x="292" y="0" type="line"/>
- <point x="936" y="0" type="line"/>
- <point x="1296" y="0"/>
- <point x="1492" y="232"/>
- <point x="1492" y="524" type="curve"/>
- <point x="1492" y="820"/>
- <point x="1296" y="1036"/>
- <point x="936" y="1036" type="curve"/>
+ <point x="496.0" y="1036.0" type="line"/>
+ <point x="496.0" y="816.0" type="line"/>
+ <point x="936.0" y="816.0" type="line"/>
+ <point x="1144.0" y="816.0"/>
+ <point x="1216.0" y="652.0"/>
+ <point x="1216.0" y="512.0" type="curve"/>
+ <point x="1216.0" y="368.0"/>
+ <point x="1144.0" y="220.0"/>
+ <point x="936.0" y="220.0" type="curve"/>
+ <point x="568.0" y="220.0" type="line"/>
+ <point x="568.0" y="2144.0" type="line"/>
+ <point x="292.0" y="2144.0" type="line"/>
+ <point x="292.0" y="0.0" type="line"/>
+ <point x="936.0" y="0.0" type="line"/>
+ <point x="1296.0" y="0.0"/>
+ <point x="1492.0" y="232.0"/>
+ <point x="1492.0" y="524.0" type="curve"/>
+ <point x="1492.0" y="820.0"/>
+ <point x="1296.0" y="1036.0"/>
+ <point x="936.0" y="1036.0" type="curve"/>
</contour>
<contour>
- <point x="1008" y="1708" type="line"/>
- <point x="28" y="1708" type="line"/>
- <point x="28" y="1488" type="line"/>
- <point x="1008" y="1488" type="line"/>
- </contour>
- <contour>
- <point x="420" y="1204" type="move" name="cross"/>
+ <point x="1008.0" y="1708.0" type="line"/>
+ <point x="28.0" y="1708.0" type="line"/>
+ <point x="28.0" y="1488.0" type="line"/>
+ <point x="1008.0" y="1488.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1532, 'leftMargin': -52, 'rightMargin': 121}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ycircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/ycircumflex.glif
new file mode 100644
index 000000000..94006a316
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ycircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ycircumflex" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="0177"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2256.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="circumflex" xOffset="136.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ydieresis.glif b/src/Inter-UI-Regular.ufo/glyphs/ydieresis.glif
index e0e4fb586..fb53d9a2f 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ydieresis.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ydieresis.glif
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ydieresis" format="1">
- <advance width="1520"/>
+<glyph name="ydieresis" format="2">
+ <advance width="1520.0"/>
<unicode hex="00FF"/>
<outline>
- <component base="dieresis" xOffset="-64"/>
+ <component base="dieresis" xOffset="-64.0"/>
<component base="y"/>
</outline>
<lib>
<dict>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ydotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/ydotaccent.glif
new file mode 100644
index 000000000..7e902fa41
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ydotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ydotaccent" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E8F"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2188.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="dotaccent" xOffset="448.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ydotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/ydotbelow.glif
new file mode 100644
index 000000000..83389673a
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ydotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ydotbelow" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1EF5"/>
+ <anchor x="564.0" y="-1071.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="1792.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="dotbelow" xOffset="1392.0" yOffset="-576.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yen.glif b/src/Inter-UI-Regular.ufo/glyphs/yen.glif
index cd972990d..32caafec6 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yen.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yen.glif
@@ -1,71 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yen" format="1">
- <advance width="1544"/>
+<glyph name="yen" format="2">
+ <advance width="1544.0"/>
<unicode hex="00A5"/>
+ <guideline x="768.0" y="48.0" angle="90.0"/>
<outline>
<contour>
- <point x="1344" y="1020" type="line"/>
- <point x="200" y="1020" type="line"/>
- <point x="200" y="840" type="line"/>
- <point x="1344" y="840" type="line"/>
+ <point x="1344.0" y="1020.0" type="line"/>
+ <point x="200.0" y="1020.0" type="line"/>
+ <point x="200.0" y="840.0" type="line"/>
+ <point x="1344.0" y="840.0" type="line"/>
</contour>
<contour>
- <point x="1344" y="624" type="line"/>
- <point x="200" y="624" type="line"/>
- <point x="200" y="444" type="line"/>
- <point x="1344" y="444" type="line"/>
+ <point x="1344.0" y="624.0" type="line"/>
+ <point x="200.0" y="624.0" type="line"/>
+ <point x="200.0" y="444.0" type="line"/>
+ <point x="1344.0" y="444.0" type="line"/>
</contour>
<contour>
- <point x="704" y="908" type="line"/>
- <point x="732" y="828" type="line"/>
- <point x="896" y="828" type="line"/>
- <point x="1504" y="2048" type="line"/>
- <point x="1228" y="2048" type="line"/>
+ <point x="704.0" y="908.0" type="line"/>
+ <point x="732.0" y="828.0" type="line"/>
+ <point x="896.0" y="828.0" type="line"/>
+ <point x="1504.0" y="2048.0" type="line"/>
+ <point x="1228.0" y="2048.0" type="line"/>
</contour>
<contour>
- <point x="316" y="2048" type="line"/>
- <point x="40" y="2048" type="line"/>
- <point x="648" y="828" type="line"/>
- <point x="812" y="828" type="line"/>
- <point x="840" y="908" type="line"/>
+ <point x="316.0" y="2048.0" type="line"/>
+ <point x="40.0" y="2048.0" type="line"/>
+ <point x="648.0" y="828.0" type="line"/>
+ <point x="812.0" y="828.0" type="line"/>
+ <point x="840.0" y="908.0" type="line"/>
</contour>
<contour>
- <point x="896" y="1076" type="line"/>
- <point x="648" y="1076" type="line"/>
- <point x="648" y="0" type="line"/>
- <point x="896" y="0" type="line"/>
+ <point x="896.0" y="1076.0" type="line"/>
+ <point x="648.0" y="1076.0" type="line"/>
+ <point x="648.0" y="0.0" type="line"/>
+ <point x="896.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>768</integer>
- <key>y</key>
- <integer>48</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.8</real>
- <real>0.94</real>
- <real>0.95</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.8,0.941,0.949,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yericyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/yericyrillic.glif
index 2b5e5e63a..00f48831b 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yericyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yericyrillic.glif
@@ -1,24 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yericyrillic" format="1">
- <advance width="2288"/>
+<glyph name="yericyrillic" format="2">
+ <advance width="2288.0"/>
<unicode hex="044B"/>
+ <anchor x="1164.0" y="1744.0" name="top"/>
+ <anchor x="2284.0" y="1744.0" name="top0315"/>
<outline>
- <component base="softsigncyrillic" xOffset="72"/>
- <component base="dotlessi" xOffset="1536"/>
- <contour>
- <point x="1164" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2284" y="1744" type="move" name="top0315"/>
- </contour>
+ <component base="softsigncyrillic" xOffset="72.0"/>
+ <component base="dotlessi" xOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2203, 'leftMargin': 168, 'rightMargin': 244}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yerudieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/yerudieresiscyrillic.glif
new file mode 100644
index 000000000..6c57656f9
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/yerudieresiscyrillic.glif
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yerudieresiscyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04F9"/>
+ <anchor x="1164.0" y="1744.0" name="parent_top"/>
+ <anchor x="1164.0" y="2124.0" name="top"/>
+ <anchor x="2284.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="yericyrillic"/>
+ <component base="dieresis" xOffset="340.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
+ <array>
+ <integer>-1</integer>
+ <integer>-1</integer>
+ </array>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ygrave.glif b/src/Inter-UI-Regular.ufo/glyphs/ygrave.glif
new file mode 100644
index 000000000..8e9f54f7d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ygrave.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ygrave" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1EF3"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2284.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="grave" xOffset="280.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yhook.glif b/src/Inter-UI-Regular.ufo/glyphs/yhook.glif
index f3d204bdb..ef2b64a05 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yhook.glif
@@ -1,57 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yhook" format="1">
- <advance width="1716"/>
+<glyph name="yhook" format="2">
+ <advance width="1716.0"/>
<unicode hex="01B4"/>
<outline>
<contour>
- <point x="1344" y="1304" type="line"/>
- <point x="1364" y="1360" type="line" smooth="yes"/>
- <point x="1444" y="1584"/>
- <point x="1500" y="1688"/>
- <point x="1624" y="1688" type="curve" smooth="yes"/>
- <point x="1680" y="1688"/>
- <point x="1740" y="1664"/>
- <point x="1792" y="1636" type="curve"/>
- <point x="1856" y="1800" type="line"/>
- <point x="1788" y="1856"/>
- <point x="1692" y="1896"/>
- <point x="1588" y="1896" type="curve" smooth="yes"/>
- <point x="1340" y="1896"/>
- <point x="1220" y="1668"/>
- <point x="1140" y="1444" type="curve" smooth="yes"/>
- <point x="1120" y="1388" type="line"/>
+ <point x="1344.0" y="1304.0" type="line"/>
+ <point x="1364.0" y="1360.0" type="line" smooth="yes"/>
+ <point x="1444.0" y="1584.0"/>
+ <point x="1500.0" y="1688.0"/>
+ <point x="1624.0" y="1688.0" type="curve" smooth="yes"/>
+ <point x="1680.0" y="1688.0"/>
+ <point x="1740.0" y="1664.0"/>
+ <point x="1792.0" y="1636.0" type="curve"/>
+ <point x="1856.0" y="1800.0" type="line"/>
+ <point x="1788.0" y="1856.0"/>
+ <point x="1692.0" y="1896.0"/>
+ <point x="1588.0" y="1896.0" type="curve" smooth="yes"/>
+ <point x="1340.0" y="1896.0"/>
+ <point x="1220.0" y="1668.0"/>
+ <point x="1140.0" y="1444.0" type="curve" smooth="yes"/>
+ <point x="1120.0" y="1388.0" type="line"/>
</contour>
<contour>
- <point x="592" y="-136" type="line" smooth="yes"/>
- <point x="520" y="-348"/>
- <point x="384" y="-368"/>
- <point x="248" y="-368" type="curve" smooth="yes"/>
- <point x="180" y="-368"/>
- <point x="144" y="-364"/>
- <point x="132" y="-360" type="curve"/>
- <point x="132" y="-580" type="line"/>
- <point x="160" y="-588"/>
- <point x="272" y="-600"/>
- <point x="312" y="-600" type="curve" smooth="yes"/>
- <point x="536" y="-600"/>
- <point x="720" y="-464"/>
- <point x="804" y="-228" type="curve" smooth="yes"/>
- <point x="1344" y="1304" type="line"/>
- <point x="1120" y="1388" type="line"/>
- <point x="760" y="348" type="line"/>
- <point x="352" y="1536" type="line"/>
- <point x="96" y="1536" type="line"/>
- <point x="640" y="0" type="line"/>
+ <point x="592.0" y="-136.0" type="line" smooth="yes"/>
+ <point x="520.0" y="-348.0"/>
+ <point x="384.0" y="-368.0"/>
+ <point x="248.0" y="-368.0" type="curve" smooth="yes"/>
+ <point x="180.0" y="-368.0"/>
+ <point x="144.0" y="-364.0"/>
+ <point x="132.0" y="-360.0" type="curve"/>
+ <point x="132.0" y="-580.0" type="line"/>
+ <point x="160.0" y="-588.0"/>
+ <point x="272.0" y="-600.0"/>
+ <point x="312.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="536.0" y="-600.0"/>
+ <point x="720.0" y="-464.0"/>
+ <point x="804.0" y="-228.0" type="curve" smooth="yes"/>
+ <point x="1344.0" y="1304.0" type="line"/>
+ <point x="1120.0" y="1388.0" type="line"/>
+ <point x="760.0" y="348.0" type="line"/>
+ <point x="352.0" y="1536.0" type="line"/>
+ <point x="96.0" y="1536.0" type="line"/>
+ <point x="640.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1672.0, 'leftMargin': 28, 'rightMargin': -41.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yhookabove.glif b/src/Inter-UI-Regular.ufo/glyphs/yhookabove.glif
new file mode 100644
index 000000000..744d958ce
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/yhookabove.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yhookabove" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1EF7"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2410.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="hook" xOffset="1592.0" yOffset="40.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yicyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/yicyrillic.glif
new file mode 100644
index 000000000..6ba8e9e74
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/yicyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yicyrillic" format="2">
+ <advance width="668.0"/>
+ <unicode hex="0457"/>
+ <anchor x="332.0" y="0.0" name="bottom"/>
+ <anchor x="344.0" y="1796.0" name="parent_top"/>
+ <anchor x="344.0" y="2176.0" name="top"/>
+ <anchor x="672.0" y="1776.0" name="top0315"/>
+ <outline>
+ <component base="dotlessi"/>
+ <component base="dieresis" xOffset="-480.0" yOffset="8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yotgreek.glif b/src/Inter-UI-Regular.ufo/glyphs/yotgreek.glif
new file mode 100644
index 000000000..61f1cb34c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/yotgreek.glif
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yotgreek" format="2">
+ <advance width="668.0"/>
+ <unicode hex="03F3"/>
+ <anchor x="256.0" y="-632.0" name="bottom"/>
+ <anchor x="676.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="332.0" y="2304.0" name="parent_top"/>
+ <anchor x="332.0" y="2304.0" name="top"/>
+ <anchor x="676.0" y="2200.0" name="top0315"/>
+ <anchor x="676.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="j"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ypogegrammeni.glif b/src/Inter-UI-Regular.ufo/glyphs/ypogegrammeni.glif
new file mode 100644
index 000000000..340a6a1f7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ypogegrammeni.glif
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ypogegrammeni" format="2">
+ <advance width="752.0"/>
+ <unicode hex="037A"/>
+ <outline>
+ <component base="uni1FBE"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yring.glif b/src/Inter-UI-Regular.ufo/glyphs/yring.glif
new file mode 100644
index 000000000..5b49cbfc8
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/yring.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="yring" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1E99"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="792.0" y="2756.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="ring" xOffset="344.0" yOffset="-8.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ysuper.glif b/src/Inter-UI-Regular.ufo/glyphs/ysuper.glif
index 634f7640f..2607ad9c1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/ysuper.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/ysuper.glif
@@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="ysuper" format="1">
- <advance width="1264"/>
+<glyph name="ysuper" format="2">
+ <advance width="1264.0"/>
<unicode hex="02B8"/>
<outline>
<contour>
- <point x="560" y="1016" type="line"/>
- <point x="488" y="808" type="line" smooth="yes"/>
- <point x="460" y="712"/>
- <point x="424" y="660"/>
- <point x="328" y="660" type="curve" smooth="yes"/>
- <point x="288" y="660"/>
- <point x="256" y="660"/>
- <point x="248" y="664" type="curve"/>
- <point x="248" y="468" type="line"/>
- <point x="276" y="460"/>
- <point x="320" y="452"/>
- <point x="368" y="452" type="curve" smooth="yes"/>
- <point x="556" y="452"/>
- <point x="656" y="596"/>
- <point x="700" y="728" type="curve" smooth="yes"/>
- <point x="1136" y="1996" type="line"/>
- <point x="868" y="1996" type="line"/>
+ <point x="560.0" y="1016.0" type="line"/>
+ <point x="488.0" y="808.0" type="line" smooth="yes"/>
+ <point x="460.0" y="712.0"/>
+ <point x="424.0" y="660.0"/>
+ <point x="328.0" y="660.0" type="curve" smooth="yes"/>
+ <point x="288.0" y="660.0"/>
+ <point x="256.0" y="660.0"/>
+ <point x="248.0" y="664.0" type="curve"/>
+ <point x="248.0" y="468.0" type="line"/>
+ <point x="276.0" y="460.0"/>
+ <point x="320.0" y="452.0"/>
+ <point x="368.0" y="452.0" type="curve" smooth="yes"/>
+ <point x="556.0" y="452.0"/>
+ <point x="656.0" y="596.0"/>
+ <point x="700.0" y="728.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1996.0" type="line"/>
+ <point x="868.0" y="1996.0" type="line"/>
</contour>
<contour>
- <point x="412" y="1996" type="line"/>
- <point x="128" y="1996" type="line"/>
- <point x="528" y="872" type="line"/>
- <point x="728" y="944" type="line"/>
- <point x="648" y="1240" type="line"/>
+ <point x="412.0" y="1996.0" type="line"/>
+ <point x="128.0" y="1996.0" type="line"/>
+ <point x="528.0" y="872.0" type="line"/>
+ <point x="728.0" y="944.0" type="line"/>
+ <point x="648.0" y="1240.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1133.0, 'leftMargin': 69, 'rightMargin': 55.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/ytilde.glif b/src/Inter-UI-Regular.ufo/glyphs/ytilde.glif
new file mode 100644
index 000000000..c7727850d
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/ytilde.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="ytilde" format="2">
+ <advance width="1568.0"/>
+ <unicode hex="1EF9"/>
+ <anchor x="564.0" y="-576.0" name="bottom"/>
+ <anchor x="1088.0" y="-576.0" name="bottom_dd"/>
+ <anchor x="780.0" y="1792.0" name="parent_top"/>
+ <anchor x="780.0" y="2208.0" name="top"/>
+ <anchor x="1356.0" y="1792.0" name="top0315"/>
+ <anchor x="1164.0" y="2176.0" name="top_dd"/>
+ <outline>
+ <component base="y"/>
+ <component base="tilde" xOffset="152.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yturn.glif b/src/Inter-UI-Regular.ufo/glyphs/yturn.glif
index 31e30d971..b5d217cd7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yturn.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yturn.glif
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yturn" format="1">
- <advance width="1568"/>
+<glyph name="yturn" format="2">
+ <advance width="1568.0"/>
<unicode hex="028E"/>
+ <anchor x="788.0" y="0.0" name="bottom"/>
+ <anchor x="788.0" y="2200.0" name="top"/>
+ <anchor x="1468.0" y="2200.0" name="top0315"/>
<outline>
- <component base="y" xScale="-1.0" yScale="-1.0" xOffset="1552" yOffset="1536"/>
- <contour>
- <point x="788" y="2200" type="move" name="top"/>
- </contour>
- <contour>
- <point x="788" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1468" y="2200" type="move" name="top0315"/>
- </contour>
+ <component base="y" xScale="-1.0" yScale="-1.0" xOffset="1552.0" yOffset="1536.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1331.0, 'leftMargin': 28, 'rightMargin': 33.0}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yusbigcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/yusbigcyrillic.glif
index 6096ebeff..28938a58e 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yusbigcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yusbigcyrillic.glif
@@ -1,65 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yusbigcyrillic" format="1">
- <advance width="2032"/>
+<glyph name="yusbigcyrillic" format="2">
+ <advance width="2032.0"/>
<unicode hex="046B"/>
<outline>
<contour>
- <point x="452" y="0" type="line"/>
- <point x="452" y="220" type="line" smooth="yes"/>
- <point x="452" y="528"/>
- <point x="564" y="612"/>
- <point x="796" y="612" type="curve" smooth="yes"/>
- <point x="1240" y="612" type="line" smooth="yes"/>
- <point x="1468" y="612"/>
- <point x="1580" y="528"/>
- <point x="1580" y="220" type="curve" smooth="yes"/>
- <point x="1580" y="0" type="line"/>
- <point x="1856" y="0" type="line"/>
- <point x="1856" y="220" type="line" smooth="yes"/>
- <point x="1856" y="668"/>
- <point x="1624" y="832"/>
- <point x="1240" y="832" type="curve" smooth="yes"/>
- <point x="796" y="832" type="line" smooth="yes"/>
- <point x="408" y="832"/>
- <point x="176" y="668"/>
- <point x="176" y="220" type="curve" smooth="yes"/>
- <point x="176" y="0" type="line"/>
+ <point x="452.0" y="0.0" type="line"/>
+ <point x="452.0" y="220.0" type="line" smooth="yes"/>
+ <point x="452.0" y="528.0"/>
+ <point x="564.0" y="612.0"/>
+ <point x="796.0" y="612.0" type="curve" smooth="yes"/>
+ <point x="1240.0" y="612.0" type="line" smooth="yes"/>
+ <point x="1468.0" y="612.0"/>
+ <point x="1580.0" y="528.0"/>
+ <point x="1580.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="1580.0" y="0.0" type="line"/>
+ <point x="1856.0" y="0.0" type="line"/>
+ <point x="1856.0" y="220.0" type="line" smooth="yes"/>
+ <point x="1856.0" y="668.0"/>
+ <point x="1624.0" y="832.0"/>
+ <point x="1240.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="796.0" y="832.0" type="line" smooth="yes"/>
+ <point x="408.0" y="832.0"/>
+ <point x="176.0" y="668.0"/>
+ <point x="176.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="176.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1520" y="1488" type="line"/>
- <point x="580" y="1488" type="line"/>
- <point x="580" y="1268" type="line"/>
- <point x="1520" y="1268" type="line"/>
+ <point x="1520.0" y="1488.0" type="line"/>
+ <point x="580.0" y="1488.0" type="line"/>
+ <point x="580.0" y="1268.0" type="line"/>
+ <point x="1520.0" y="1268.0" type="line"/>
</contour>
<contour>
- <point x="940" y="676" type="line"/>
- <point x="984" y="572" type="line"/>
- <point x="1148" y="572" type="line"/>
- <point x="1688" y="1488" type="line"/>
- <point x="1380" y="1488" type="line"/>
+ <point x="940.0" y="676.0" type="line"/>
+ <point x="984.0" y="572.0" type="line"/>
+ <point x="1148.0" y="572.0" type="line"/>
+ <point x="1688.0" y="1488.0" type="line"/>
+ <point x="1380.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="668" y="1488" type="line"/>
- <point x="360" y="1488" type="line"/>
- <point x="904" y="572" type="line"/>
- <point x="1068" y="572" type="line"/>
- <point x="1116" y="668" type="line"/>
+ <point x="668.0" y="1488.0" type="line"/>
+ <point x="360.0" y="1488.0" type="line"/>
+ <point x="904.0" y="572.0" type="line"/>
+ <point x="1068.0" y="572.0" type="line"/>
+ <point x="1116.0" y="668.0" type="line"/>
</contour>
<contour>
- <point x="1160" y="800" type="line"/>
- <point x="884" y="800" type="line"/>
- <point x="884" y="0" type="line"/>
- <point x="1160" y="0" type="line"/>
+ <point x="1160.0" y="800.0" type="line"/>
+ <point x="884.0" y="800.0" type="line"/>
+ <point x="884.0" y="0.0" type="line"/>
+ <point x="1160.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2089, 'leftMargin': 205, 'rightMargin': 205}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yusbigiotifiedcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/yusbigiotifiedcyrillic.glif
index 6276155ea..d17fad1d1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yusbigiotifiedcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yusbigiotifiedcyrillic.glif
@@ -1,25 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yusbigiotifiedcyrillic" format="1">
- <advance width="2800"/>
+<glyph name="yusbigiotifiedcyrillic" format="2">
+ <advance width="2800.0"/>
<unicode hex="046D"/>
<outline>
<contour>
- <point x="1748" y="832" type="line"/>
- <point x="352" y="832" type="line"/>
- <point x="352" y="612" type="line"/>
- <point x="1748" y="612" type="line"/>
+ <point x="1748.0" y="832.0" type="line"/>
+ <point x="352.0" y="832.0" type="line"/>
+ <point x="352.0" y="612.0" type="line"/>
+ <point x="1748.0" y="612.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="436.0" y="1536.0" type="line"/>
+ <point x="200.0" y="1536.0" type="line"/>
+ <point x="200.0" y="0.0" type="line"/>
+ <point x="436.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1132.0" y="0.0" type="line"/>
+ <point x="1132.0" y="220.0" type="line" smooth="yes"/>
+ <point x="1132.0" y="528.0"/>
+ <point x="1244.0" y="612.0"/>
+ <point x="1476.0" y="612.0" type="curve" smooth="yes"/>
+ <point x="1920.0" y="612.0" type="line" smooth="yes"/>
+ <point x="2148.0" y="612.0"/>
+ <point x="2260.0" y="528.0"/>
+ <point x="2260.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="2260.0" y="0.0" type="line"/>
+ <point x="2536.0" y="0.0" type="line"/>
+ <point x="2536.0" y="220.0" type="line" smooth="yes"/>
+ <point x="2536.0" y="668.0"/>
+ <point x="2304.0" y="832.0"/>
+ <point x="1920.0" y="832.0" type="curve" smooth="yes"/>
+ <point x="1476.0" y="832.0" type="line" smooth="yes"/>
+ <point x="1088.0" y="832.0"/>
+ <point x="856.0" y="668.0"/>
+ <point x="856.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="856.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="2200.0" y="1488.0" type="line"/>
+ <point x="1260.0" y="1488.0" type="line"/>
+ <point x="1260.0" y="1268.0" type="line"/>
+ <point x="2200.0" y="1268.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1620.0" y="676.0" type="line"/>
+ <point x="1664.0" y="572.0" type="line"/>
+ <point x="1828.0" y="572.0" type="line"/>
+ <point x="2368.0" y="1488.0" type="line"/>
+ <point x="2060.0" y="1488.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1348.0" y="1488.0" type="line"/>
+ <point x="1040.0" y="1488.0" type="line"/>
+ <point x="1584.0" y="572.0" type="line"/>
+ <point x="1748.0" y="572.0" type="line"/>
+ <point x="1796.0" y="668.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1840.0" y="800.0" type="line"/>
+ <point x="1564.0" y="800.0" type="line"/>
+ <point x="1564.0" y="0.0" type="line"/>
+ <point x="1840.0" y="0.0" type="line"/>
</contour>
- <component base="dotlessi" xOffset="-16"/>
- <component base="yusbigcyrillic" xOffset="680"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2783.0, 'leftMargin': 256, 'rightMargin': 223.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yuslittlecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/yuslittlecyrillic.glif
index b45d8d164..6edac697c 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yuslittlecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yuslittlecyrillic.glif
@@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yuslittlecyrillic" format="1">
- <advance width="1520"/>
+<glyph name="yuslittlecyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0467"/>
<outline>
<contour>
- <point x="728" y="1040" type="line"/>
- <point x="848" y="1488" type="line"/>
- <point x="640" y="1488" type="line"/>
- <point x="36" y="0" type="line"/>
- <point x="316" y="0" type="line"/>
+ <point x="728.0" y="1040.0" type="line"/>
+ <point x="848.0" y="1488.0" type="line"/>
+ <point x="640.0" y="1488.0" type="line"/>
+ <point x="36.0" y="0.0" type="line"/>
+ <point x="316.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1204" y="0" type="line"/>
- <point x="1484" y="0" type="line"/>
- <point x="876" y="1488" type="line"/>
- <point x="668" y="1488" type="line"/>
- <point x="784" y="1040" type="line"/>
+ <point x="1204.0" y="0.0" type="line"/>
+ <point x="1484.0" y="0.0" type="line"/>
+ <point x="876.0" y="1488.0" type="line"/>
+ <point x="668.0" y="1488.0" type="line"/>
+ <point x="784.0" y="1040.0" type="line"/>
</contour>
<contour>
- <point x="1180" y="616" type="line"/>
- <point x="356" y="616" type="line"/>
- <point x="356" y="396" type="line"/>
- <point x="1180" y="396" type="line"/>
+ <point x="1180.0" y="616.0" type="line"/>
+ <point x="356.0" y="616.0" type="line"/>
+ <point x="356.0" y="396.0" type="line"/>
+ <point x="1180.0" y="396.0" type="line"/>
</contour>
<contour>
- <point x="900" y="564" type="line"/>
- <point x="628" y="564" type="line"/>
- <point x="628" y="0" type="line"/>
- <point x="900" y="0" type="line"/>
+ <point x="900.0" y="564.0" type="line"/>
+ <point x="628.0" y="564.0" type="line"/>
+ <point x="628.0" y="0.0" type="line"/>
+ <point x="900.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1510, 'leftMargin': 18, 'rightMargin': 43}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/yuslittleiotifiedcyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/yuslittleiotifiedcyrillic.glif
index 8256b24cd..b76226135 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/yuslittleiotifiedcyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/yuslittleiotifiedcyrillic.glif
@@ -1,25 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="yuslittleiotifiedcyrillic" format="1">
- <advance width="2288"/>
+<glyph name="yuslittleiotifiedcyrillic" format="2">
+ <advance width="2288.0"/>
<unicode hex="0469"/>
<outline>
<contour>
- <point x="968" y="616" type="line"/>
- <point x="324" y="616" type="line"/>
- <point x="324" y="396" type="line"/>
- <point x="968" y="396" type="line"/>
+ <point x="968.0" y="616.0" type="line"/>
+ <point x="324.0" y="616.0" type="line"/>
+ <point x="324.0" y="396.0" type="line"/>
+ <point x="968.0" y="396.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1276.0" y="1040.0" type="line"/>
+ <point x="1396.0" y="1488.0" type="line"/>
+ <point x="1188.0" y="1488.0" type="line"/>
+ <point x="584.0" y="0.0" type="line"/>
+ <point x="864.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1752.0" y="0.0" type="line"/>
+ <point x="2032.0" y="0.0" type="line"/>
+ <point x="1424.0" y="1488.0" type="line"/>
+ <point x="1216.0" y="1488.0" type="line"/>
+ <point x="1332.0" y="1040.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1728.0" y="616.0" type="line"/>
+ <point x="904.0" y="616.0" type="line"/>
+ <point x="904.0" y="396.0" type="line"/>
+ <point x="1728.0" y="396.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1448.0" y="564.0" type="line"/>
+ <point x="1176.0" y="564.0" type="line"/>
+ <point x="1176.0" y="0.0" type="line"/>
+ <point x="1448.0" y="0.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="428.0" y="1536.0" type="line"/>
+ <point x="192.0" y="1536.0" type="line"/>
+ <point x="192.0" y="0.0" type="line"/>
+ <point x="428.0" y="0.0" type="line"/>
</contour>
- <component base="yuslittlecyrillic" xOffset="548"/>
- <component base="dotlessi" xOffset="-24"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2130, 'leftMargin': 301, 'rightMargin': 23}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/z.glif b/src/Inter-UI-Regular.ufo/glyphs/z.glif
index 64c3ca341..922b0b221 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/z.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/z.glif
@@ -1,74 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="z" format="1">
- <advance width="1524"/>
+<glyph name="z" format="2">
+ <advance width="1524.0"/>
<unicode hex="007A"/>
+ <guideline x="752.0" y="500.0" angle="90.0"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1396.0" y="1776.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
<outline>
<contour>
- <point x="1364" y="220" type="line"/>
- <point x="280" y="220" type="line"/>
- <point x="280" y="0" type="line"/>
- <point x="1364" y="0" type="line"/>
+ <point x="1364.0" y="220.0" type="line"/>
+ <point x="280.0" y="220.0" type="line"/>
+ <point x="280.0" y="0.0" type="line"/>
+ <point x="1364.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1344" y="1348" type="line"/>
- <point x="1344" y="1536" type="line"/>
- <point x="1208" y="1536" type="line"/>
- <point x="176" y="200" type="line"/>
- <point x="176" y="0" type="line"/>
- <point x="316" y="0" type="line"/>
+ <point x="1344.0" y="1348.0" type="line"/>
+ <point x="1344.0" y="1536.0" type="line"/>
+ <point x="1208.0" y="1536.0" type="line"/>
+ <point x="176.0" y="200.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="316.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1224" y="1536" type="line"/>
- <point x="160" y="1536" type="line"/>
- <point x="160" y="1316" type="line"/>
- <point x="1224" y="1316" type="line"/>
- </contour>
- <contour>
- <point x="760" y="1792" type="move" name="top"/>
- </contour>
- <contour>
- <point x="760" y="0" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1396" y="2200" type="move" name="top_dd"/>
- </contour>
- <contour>
- <point x="1396" y="-560" type="move" name="bottom_dd"/>
- </contour>
- <contour>
- <point x="1396" y="1776" type="move" name="top0315"/>
+ <point x="1224.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1316.0" type="line"/>
+ <point x="1224.0" y="1316.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <false/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>752</integer>
- <key>y</key>
- <integer>500</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.86</real>
- <real>0.92</real>
- <real>0.97</real>
- <real>1.0</real>
- </array>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.859,0.922,0.969,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zacute.glif b/src/Inter-UI-Regular.ufo/glyphs/zacute.glif
new file mode 100644
index 000000000..9be14e122
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zacute.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zacute" format="2">
+ <advance width="1524.0"/>
+ <unicode hex="017A"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="2284.0" name="top"/>
+ <anchor x="1396.0" y="1776.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="acute" xOffset="448.0" yOffset="16.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zbar.glif b/src/Inter-UI-Regular.ufo/glyphs/zbar.glif
index 1a7404b18..7cb9e531d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zbar.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zbar.glif
@@ -1,27 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zbar" format="1">
- <advance width="1524"/>
+<glyph name="zbar" format="2">
+ <advance width="1524.0"/>
<unicode hex="01B6"/>
+ <anchor x="716.0" y="16.0" name="bottom"/>
+ <anchor x="704.0" y="1776.0" name="top"/>
+ <anchor x="1424.0" y="1776.0" name="top0315"/>
<outline>
<component base="z"/>
- <component base="crossbar" xOffset="128" yOffset="-236"/>
- <contour>
- <point x="704" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="716" y="16" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1424" y="1776" type="move" name="top0315"/>
- </contour>
+ <component base="crossbar" xOffset="128.0" yOffset="-236.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1430.0, 'leftMargin': 204, 'rightMargin': -121.0}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zcaron.glif b/src/Inter-UI-Regular.ufo/glyphs/zcaron.glif
new file mode 100644
index 000000000..7ad2b25f7
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zcaron.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zcaron" format="2">
+ <advance width="1524.0"/>
+ <unicode hex="017E"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="744.0" y="2248.0" name="top"/>
+ <anchor x="1396.0" y="1776.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="caron" xOffset="112.0" yOffset="72.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zcircumflex.glif b/src/Inter-UI-Regular.ufo/glyphs/zcircumflex.glif
new file mode 100644
index 000000000..79e1d7f24
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zcircumflex.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zcircumflex" format="2">
+ <advance width="1524.0"/>
+ <unicode hex="1E91"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="2256.0" name="top"/>
+ <anchor x="1396.0" y="1776.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="circumflex" xOffset="112.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zcurl.glif b/src/Inter-UI-Regular.ufo/glyphs/zcurl.glif
index ee4d58e50..058687eda 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zcurl.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zcurl.glif
@@ -1,64 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zcurl" format="1">
- <advance width="1720"/>
+<glyph name="zcurl" format="2">
+ <advance width="1720.0"/>
<unicode hex="0291"/>
+ <anchor x="656.0" y="-616.0" name="bottom"/>
+ <anchor x="656.0" y="1776.0" name="top"/>
+ <anchor x="1704.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="920" y="0" type="line"/>
- <point x="1064" y="0" type="line" smooth="yes"/>
- <point x="1508" y="0"/>
- <point x="1660" y="280"/>
- <point x="1660" y="464" type="curve" smooth="yes"/>
- <point x="1660" y="652"/>
- <point x="1500" y="788"/>
- <point x="1308" y="788" type="curve" smooth="yes"/>
- <point x="1032" y="788"/>
- <point x="856" y="504"/>
- <point x="516" y="28" type="curve" smooth="yes"/>
- <point x="396" y="-140" type="line"/>
- <point x="580" y="-264" type="line"/>
- <point x="788" y="28" type="line" smooth="yes"/>
- <point x="1024" y="356"/>
- <point x="1128" y="560"/>
- <point x="1292" y="560" type="curve" smooth="yes"/>
- <point x="1360" y="560"/>
- <point x="1428" y="524"/>
- <point x="1428" y="444" type="curve" smooth="yes"/>
- <point x="1428" y="336"/>
- <point x="1308" y="220"/>
- <point x="1068" y="220" type="curve" smooth="yes"/>
- <point x="920" y="220" type="line"/>
+ <point x="920.0" y="0.0" type="line"/>
+ <point x="1064.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1508.0" y="0.0"/>
+ <point x="1660.0" y="280.0"/>
+ <point x="1660.0" y="464.0" type="curve" smooth="yes"/>
+ <point x="1660.0" y="652.0"/>
+ <point x="1500.0" y="788.0"/>
+ <point x="1308.0" y="788.0" type="curve" smooth="yes"/>
+ <point x="1032.0" y="788.0"/>
+ <point x="856.0" y="504.0"/>
+ <point x="516.0" y="28.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="-140.0" type="line"/>
+ <point x="580.0" y="-264.0" type="line"/>
+ <point x="788.0" y="28.0" type="line" smooth="yes"/>
+ <point x="1024.0" y="356.0"/>
+ <point x="1128.0" y="560.0"/>
+ <point x="1292.0" y="560.0" type="curve" smooth="yes"/>
+ <point x="1360.0" y="560.0"/>
+ <point x="1428.0" y="524.0"/>
+ <point x="1428.0" y="444.0" type="curve" smooth="yes"/>
+ <point x="1428.0" y="336.0"/>
+ <point x="1308.0" y="220.0"/>
+ <point x="1068.0" y="220.0" type="curve" smooth="yes"/>
+ <point x="920.0" y="220.0" type="line"/>
</contour>
<contour>
- <point x="1044" y="220" type="line"/>
- <point x="484" y="220" type="line"/>
- <point x="1344" y="1348" type="line"/>
- <point x="1344" y="1536" type="line"/>
- <point x="160" y="1536" type="line"/>
- <point x="160" y="1316" type="line"/>
- <point x="1040" y="1316" type="line"/>
- <point x="176" y="200" type="line"/>
- <point x="176" y="0" type="line"/>
- <point x="1044" y="0" type="line"/>
- </contour>
- <contour>
- <point x="656" y="1776" type="move" name="top"/>
- </contour>
- <contour>
- <point x="656" y="-616" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1704" y="1776" type="move" name="top0315"/>
+ <point x="1044.0" y="220.0" type="line"/>
+ <point x="484.0" y="220.0" type="line"/>
+ <point x="1344.0" y="1348.0" type="line"/>
+ <point x="1344.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1316.0" type="line"/>
+ <point x="1040.0" y="1316.0" type="line"/>
+ <point x="176.0" y="200.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="1044.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1713, 'leftMargin': 122, 'rightMargin': 41}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zdotaccent.glif b/src/Inter-UI-Regular.ufo/glyphs/zdotaccent.glif
new file mode 100644
index 000000000..ca5b1c651
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zdotaccent.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zdotaccent" format="2">
+ <advance width="1524.0"/>
+ <unicode hex="017C"/>
+ <anchor x="760.0" y="0.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="2188.0" name="top"/>
+ <anchor x="1396.0" y="1776.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="dotaccent" xOffset="432.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zdotbelow.glif b/src/Inter-UI-Regular.ufo/glyphs/zdotbelow.glif
new file mode 100644
index 000000000..6a1c432de
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zdotbelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zdotbelow" format="2">
+ <advance width="1524.0"/>
+ <unicode hex="1E93"/>
+ <anchor x="760.0" y="-495.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1396.0" y="1776.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="dotbelow" xOffset="1584.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/zecyrillic.glif
index 4f4b9ff37..4cace8979 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zecyrillic.glif
@@ -1,74 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zecyrillic" format="1">
- <advance width="1520"/>
+<glyph name="zecyrillic" format="2">
+ <advance width="1520.0"/>
<unicode hex="0437"/>
+ <anchor x="768.0" y="-12.0" name="bottom"/>
+ <anchor x="768.0" y="1772.0" name="top"/>
+ <anchor x="1484.0" y="1772.0" name="top0315"/>
<outline>
<contour>
- <point x="808" y="712" type="line"/>
- <point x="1124" y="712"/>
- <point x="1324" y="876"/>
- <point x="1324" y="1080" type="curve"/>
- <point x="1324" y="1364"/>
- <point x="1112" y="1516"/>
- <point x="768" y="1516" type="curve" smooth="yes"/>
- <point x="456" y="1516"/>
- <point x="196" y="1344"/>
- <point x="196" y="1072" type="curve"/>
- <point x="468" y="1072" type="line"/>
- <point x="468" y="1196"/>
- <point x="600" y="1296"/>
- <point x="768" y="1296" type="curve" smooth="yes"/>
- <point x="972" y="1296"/>
- <point x="1048" y="1188"/>
- <point x="1048" y="1080" type="curve"/>
- <point x="1048" y="956"/>
- <point x="984" y="872"/>
- <point x="784" y="872" type="curve" smooth="yes"/>
- <point x="524" y="872" type="line"/>
- <point x="524" y="712" type="line"/>
+ <point x="808.0" y="712.0" type="line"/>
+ <point x="1124.0" y="712.0"/>
+ <point x="1324.0" y="876.0"/>
+ <point x="1324.0" y="1080.0" type="curve"/>
+ <point x="1324.0" y="1364.0"/>
+ <point x="1112.0" y="1516.0"/>
+ <point x="768.0" y="1516.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="1516.0"/>
+ <point x="196.0" y="1344.0"/>
+ <point x="196.0" y="1072.0" type="curve"/>
+ <point x="468.0" y="1072.0" type="line"/>
+ <point x="468.0" y="1196.0"/>
+ <point x="600.0" y="1296.0"/>
+ <point x="768.0" y="1296.0" type="curve" smooth="yes"/>
+ <point x="972.0" y="1296.0"/>
+ <point x="1048.0" y="1188.0"/>
+ <point x="1048.0" y="1080.0" type="curve"/>
+ <point x="1048.0" y="956.0"/>
+ <point x="984.0" y="872.0"/>
+ <point x="784.0" y="872.0" type="curve" smooth="yes"/>
+ <point x="524.0" y="872.0" type="line"/>
+ <point x="524.0" y="712.0" type="line"/>
</contour>
<contour>
- <point x="524" y="808" type="line"/>
- <point x="524" y="648" type="line"/>
- <point x="784" y="648" type="line" smooth="yes"/>
- <point x="984" y="648"/>
- <point x="1072" y="580"/>
- <point x="1072" y="420" type="curve" smooth="yes"/>
- <point x="1072" y="300"/>
- <point x="972" y="188"/>
- <point x="768" y="188" type="curve" smooth="yes"/>
- <point x="572" y="188"/>
- <point x="444" y="312"/>
- <point x="444" y="444" type="curve"/>
- <point x="172" y="444" type="line"/>
- <point x="172" y="116"/>
- <point x="476" y="-28"/>
- <point x="768" y="-28" type="curve" smooth="yes"/>
- <point x="1112" y="-28"/>
- <point x="1352" y="140"/>
- <point x="1352" y="420" type="curve" smooth="yes"/>
- <point x="1352" y="672"/>
- <point x="1160" y="808"/>
- <point x="808" y="808" type="curve" smooth="yes"/>
- </contour>
- <contour>
- <point x="768" y="1772" type="move" name="top"/>
- </contour>
- <contour>
- <point x="768" y="-12" type="move" name="bottom"/>
- </contour>
- <contour>
- <point x="1484" y="1772" type="move" name="top0315"/>
+ <point x="524.0" y="808.0" type="line"/>
+ <point x="524.0" y="648.0" type="line"/>
+ <point x="784.0" y="648.0" type="line" smooth="yes"/>
+ <point x="984.0" y="648.0"/>
+ <point x="1072.0" y="580.0"/>
+ <point x="1072.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1072.0" y="300.0"/>
+ <point x="972.0" y="188.0"/>
+ <point x="768.0" y="188.0" type="curve" smooth="yes"/>
+ <point x="572.0" y="188.0"/>
+ <point x="444.0" y="312.0"/>
+ <point x="444.0" y="444.0" type="curve"/>
+ <point x="172.0" y="444.0" type="line"/>
+ <point x="172.0" y="116.0"/>
+ <point x="476.0" y="-28.0"/>
+ <point x="768.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1112.0" y="-28.0"/>
+ <point x="1352.0" y="140.0"/>
+ <point x="1352.0" y="420.0" type="curve" smooth="yes"/>
+ <point x="1352.0" y="672.0"/>
+ <point x="1160.0" y="808.0"/>
+ <point x="808.0" y="808.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1431, 'leftMargin': 118, 'rightMargin': 134}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zedescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/zedescendercyrillic.glif
new file mode 100644
index 000000000..9c0ddd580
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zedescendercyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zedescendercyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="0499"/>
+ <anchor x="768.0" y="-12.0" name="bottom"/>
+ <anchor x="768.0" y="1772.0" name="parent_top"/>
+ <anchor x="768.0" y="1772.0" name="top"/>
+ <anchor x="1484.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="zecyrillic"/>
+ <component base="cyrillictic" xOffset="528.0" yOffset="-104.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zedieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/zedieresiscyrillic.glif
new file mode 100644
index 000000000..bb3736f35
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zedieresiscyrillic.glif
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zedieresiscyrillic" format="2">
+ <advance width="1520.0"/>
+ <unicode hex="04DF"/>
+ <anchor x="768.0" y="-12.0" name="bottom"/>
+ <anchor x="768.0" y="1772.0" name="parent_top"/>
+ <anchor x="768.0" y="2152.0" name="top"/>
+ <anchor x="1484.0" y="1772.0" name="top0315"/>
+ <outline>
+ <component base="zecyrillic"/>
+ <component base="dieresis" xOffset="-56.0" yOffset="-24.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:51</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif
index b9f38836f..9c7667d3d 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.frac" format="1">
- <advance width="1264"/>
+<glyph name="zero.frac" format="2">
+ <advance width="1264.0"/>
<outline>
- <component base="zero.sup" xOffset="108" yOffset="912"/>
+ <component base="zero.sup" xOffset="108.0" yOffset="912.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.glif
index 1b68ab7b6..ee60ebb59 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zero.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zero.glif
@@ -1,50 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero" format="1">
- <advance width="1680"/>
+<glyph name="zero" format="2">
+ <advance width="1680.0"/>
<unicode hex="0030"/>
<outline>
<contour>
- <point x="1524" y="1140" type="line" smooth="yes"/>
- <point x="1524" y="1740"/>
- <point x="1288" y="2076"/>
- <point x="844" y="2076" type="curve" smooth="yes"/>
- <point x="396" y="2076"/>
- <point x="156" y="1740"/>
- <point x="156" y="1140" type="curve" smooth="yes"/>
- <point x="156" y="944" type="line" smooth="yes"/>
- <point x="156" y="340"/>
- <point x="400" y="-28"/>
- <point x="848" y="-28" type="curve" smooth="yes"/>
- <point x="1292" y="-28"/>
- <point x="1524" y="340"/>
- <point x="1524" y="944" type="curve" smooth="yes"/>
+ <point x="1524.0" y="1140.0" type="line" smooth="yes"/>
+ <point x="1524.0" y="1740.0"/>
+ <point x="1288.0" y="2076.0"/>
+ <point x="844.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="2076.0"/>
+ <point x="156.0" y="1740.0"/>
+ <point x="156.0" y="1140.0" type="curve" smooth="yes"/>
+ <point x="156.0" y="944.0" type="line" smooth="yes"/>
+ <point x="156.0" y="340.0"/>
+ <point x="400.0" y="-28.0"/>
+ <point x="848.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1292.0" y="-28.0"/>
+ <point x="1524.0" y="340.0"/>
+ <point x="1524.0" y="944.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="1276" y="900" type="line" smooth="yes"/>
- <point x="1276" y="516"/>
- <point x="1140" y="192"/>
- <point x="848" y="192" type="curve" smooth="yes"/>
- <point x="552" y="192"/>
- <point x="404" y="516"/>
- <point x="404" y="900" type="curve" smooth="yes"/>
- <point x="404" y="1184" type="line" smooth="yes"/>
- <point x="404" y="1572"/>
- <point x="548" y="1856"/>
- <point x="844" y="1856" type="curve" smooth="yes"/>
- <point x="1136" y="1856"/>
- <point x="1276" y="1572"/>
- <point x="1276" y="1184" type="curve" smooth="yes"/>
+ <point x="1276.0" y="900.0" type="line" smooth="yes"/>
+ <point x="1276.0" y="516.0"/>
+ <point x="1140.0" y="192.0"/>
+ <point x="848.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="192.0"/>
+ <point x="404.0" y="516.0"/>
+ <point x="404.0" y="900.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="404.0" y="1572.0"/>
+ <point x="548.0" y="1856.0"/>
+ <point x="844.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1856.0"/>
+ <point x="1276.0" y="1572.0"/>
+ <point x="1276.0" y="1184.0" type="curve" smooth="yes"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.slash.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.slash.glif
index 57283d544..d39be9ee5 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zero.slash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zero.slash.glif
@@ -1,24 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.slash" format="1">
- <advance width="1680"/>
+<glyph name="zero.slash" format="2">
+ <advance width="1680.0"/>
<outline>
<contour>
- <point x="1156" y="1848" type="line"/>
- <point x="412" y="336" type="line"/>
- <point x="532" y="224" type="line"/>
- <point x="1284" y="1744" type="line"/>
+ <point x="1156.0" y="1848.0" type="line"/>
+ <point x="412.0" y="336.0" type="line"/>
+ <point x="532.0" y="224.0" type="line"/>
+ <point x="1284.0" y="1744.0" type="line"/>
+ </contour>
+ <contour>
+ <point x="1524.0" y="1140.0" type="line" smooth="yes"/>
+ <point x="1524.0" y="1740.0"/>
+ <point x="1288.0" y="2076.0"/>
+ <point x="844.0" y="2076.0" type="curve" smooth="yes"/>
+ <point x="396.0" y="2076.0"/>
+ <point x="156.0" y="1740.0"/>
+ <point x="156.0" y="1140.0" type="curve" smooth="yes"/>
+ <point x="156.0" y="944.0" type="line" smooth="yes"/>
+ <point x="156.0" y="340.0"/>
+ <point x="400.0" y="-28.0"/>
+ <point x="848.0" y="-28.0" type="curve" smooth="yes"/>
+ <point x="1292.0" y="-28.0"/>
+ <point x="1524.0" y="340.0"/>
+ <point x="1524.0" y="944.0" type="curve" smooth="yes"/>
+ </contour>
+ <contour>
+ <point x="1276.0" y="900.0" type="line" smooth="yes"/>
+ <point x="1276.0" y="516.0"/>
+ <point x="1140.0" y="192.0"/>
+ <point x="848.0" y="192.0" type="curve" smooth="yes"/>
+ <point x="552.0" y="192.0"/>
+ <point x="404.0" y="516.0"/>
+ <point x="404.0" y="900.0" type="curve" smooth="yes"/>
+ <point x="404.0" y="1184.0" type="line" smooth="yes"/>
+ <point x="404.0" y="1572.0"/>
+ <point x="548.0" y="1856.0"/>
+ <point x="844.0" y="1856.0" type="curve" smooth="yes"/>
+ <point x="1136.0" y="1856.0"/>
+ <point x="1276.0" y="1572.0"/>
+ <point x="1276.0" y="1184.0" type="curve" smooth="yes"/>
</contour>
- <component base="zero"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.sup.glif
index 8fa0cd30a..6542a83fe 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zero.sup.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zero.sup.glif
@@ -1,55 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.sup" format="1">
- <advance width="1264"/>
+<glyph name="zero.sup" format="2">
+ <advance width="1264.0"/>
<outline>
<contour>
- <point x="1040" y="640" type="line"/>
- <point x="1040" y="952"/>
- <point x="876" y="1100"/>
- <point x="632" y="1100" type="curve" smooth="yes"/>
- <point x="388" y="1100"/>
- <point x="224" y="952"/>
- <point x="224" y="640" type="curve"/>
- <point x="224" y="448" type="line"/>
- <point x="224" y="132"/>
- <point x="388" y="-16"/>
- <point x="636" y="-16" type="curve" smooth="yes"/>
- <point x="876" y="-16"/>
- <point x="1040" y="132"/>
- <point x="1040" y="448" type="curve"/>
+ <point x="1040.0" y="640.0" type="line"/>
+ <point x="1040.0" y="952.0"/>
+ <point x="876.0" y="1100.0"/>
+ <point x="632.0" y="1100.0" type="curve" smooth="yes"/>
+ <point x="388.0" y="1100.0"/>
+ <point x="224.0" y="952.0"/>
+ <point x="224.0" y="640.0" type="curve"/>
+ <point x="224.0" y="448.0" type="line"/>
+ <point x="224.0" y="132.0"/>
+ <point x="388.0" y="-16.0"/>
+ <point x="636.0" y="-16.0" type="curve" smooth="yes"/>
+ <point x="876.0" y="-16.0"/>
+ <point x="1040.0" y="132.0"/>
+ <point x="1040.0" y="448.0" type="curve"/>
</contour>
<contour>
- <point x="808" y="428" type="line"/>
- <point x="808" y="248"/>
- <point x="744" y="172"/>
- <point x="636" y="172" type="curve" smooth="yes"/>
- <point x="520" y="172"/>
- <point x="456" y="248"/>
- <point x="456" y="428" type="curve" smooth="yes"/>
- <point x="456" y="660" type="line" smooth="yes"/>
- <point x="456" y="836"/>
- <point x="520" y="912"/>
- <point x="632" y="912" type="curve" smooth="yes"/>
- <point x="744" y="912"/>
- <point x="808" y="836"/>
- <point x="808" y="660" type="curve"/>
+ <point x="808.0" y="428.0" type="line"/>
+ <point x="808.0" y="248.0"/>
+ <point x="744.0" y="172.0"/>
+ <point x="636.0" y="172.0" type="curve" smooth="yes"/>
+ <point x="520.0" y="172.0"/>
+ <point x="456.0" y="248.0"/>
+ <point x="456.0" y="428.0" type="curve" smooth="yes"/>
+ <point x="456.0" y="660.0" type="line" smooth="yes"/>
+ <point x="456.0" y="836.0"/>
+ <point x="520.0" y="912.0"/>
+ <point x="632.0" y="912.0" type="curve" smooth="yes"/>
+ <point x="744.0" y="912.0"/>
+ <point x="808.0" y="836.0"/>
+ <point x="808.0" y="660.0" type="curve"/>
</contour>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.87</real>
- <real>0.87</real>
- <real>0.87</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.871,0.871,0.871,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.tnum.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.tnum.glif
index d85e6a0a1..094fb79b3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zero.tnum.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zero.tnum.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.tnum" format="1">
- <advance width="1680"/>
+<glyph name="zero.tnum" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="zero"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.tnum.slash.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.tnum.slash.glif
index 9c6e2d4a3..aa4043fc2 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zero.tnum.slash.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zero.tnum.slash.glif
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zero.tnum.slash" format="1">
- <advance width="1680"/>
+<glyph name="zero.tnum.slash" format="2">
+ <advance width="1680.0"/>
<outline>
<component base="zero.slash"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.9230863777</real>
- <real>0.9647658846</real>
- <real>0.7857136537</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.922,0.965,0.784,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zerosub.glif b/src/Inter-UI-Regular.ufo/glyphs/zerosub.glif
index db9cf4275..0c0fe7f45 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zerosub.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zerosub.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zerosub" format="1">
- <advance width="1264"/>
+<glyph name="zerosub" format="2">
+ <advance width="1264.0"/>
<unicode hex="2080"/>
<outline>
- <component base="zero.sup" xOffset="108" yOffset="-504"/>
+ <component base="zero.sup" xOffset="108.0" yOffset="-504.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zerosuperior.glif b/src/Inter-UI-Regular.ufo/glyphs/zerosuperior.glif
index 5a7b046c5..c3fef65d7 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zerosuperior.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zerosuperior.glif
@@ -1,25 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zerosuperior" format="1">
- <advance width="1264"/>
+<glyph name="zerosuperior" format="2">
+ <advance width="1264.0"/>
<unicode hex="2070"/>
<outline>
- <component base="zero.sup" xOffset="108" yOffset="916"/>
+ <component base="zero.sup" xOffset="108.0" yOffset="916.0"/>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.89</real>
- <real>0.96</real>
- <real>0.92</real>
- <real>1.0</real>
- </array>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.89,0.961,0.922,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zerowidthjoiner.glif b/src/Inter-UI-Regular.ufo/glyphs/zerowidthjoiner.glif
index bdce2394b..23600a7f3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zerowidthjoiner.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zerowidthjoiner.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zerowidthjoiner" format="1">
- <advance width="0"/>
+<glyph name="zerowidthjoiner" format="2">
<unicode hex="FEFF"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zerowidthspace.glif b/src/Inter-UI-Regular.ufo/glyphs/zerowidthspace.glif
index b3bdd8da8..ae100c475 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zerowidthspace.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zerowidthspace.glif
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zerowidthspace" format="1">
- <advance width="0"/>
+<glyph name="zerowidthspace" format="2">
<unicode hex="200B"/>
<outline>
</outline>
<lib>
<dict>
- <key>com.typemytype.robofont.mark</key>
- <array>
- <real>0.94</real>
- <real>0.94</real>
- <real>0.94</real>
- <real>1.0</real>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>public.markColor</key>
+ <string>0.941,0.941,0.941,0.004</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zeta.glif b/src/Inter-UI-Regular.ufo/glyphs/zeta.glif
index b9b383e3f..1fadb1379 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zeta.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zeta.glif
@@ -1,56 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zeta" format="1">
- <advance width="1520"/>
+<glyph name="zeta" format="2">
+ <advance width="1520.0"/>
<unicode hex="03B6"/>
<outline>
<contour>
- <point x="1228" y="2004" type="line"/>
- <point x="664" y="1372" type="line"/>
- <point x="384" y="1044"/>
- <point x="272" y="732"/>
- <point x="272" y="528" type="curve" smooth="yes"/>
- <point x="272" y="236"/>
- <point x="380" y="104"/>
- <point x="692" y="20" type="curve" smooth="yes"/>
- <point x="816" y="-16" type="line" smooth="yes"/>
- <point x="964" y="-56"/>
- <point x="1024" y="-100"/>
- <point x="1024" y="-160" type="curve" smooth="yes"/>
- <point x="1024" y="-236"/>
- <point x="984" y="-304"/>
- <point x="896" y="-404" type="curve"/>
- <point x="1040" y="-528" type="line"/>
- <point x="1140" y="-444"/>
- <point x="1284" y="-260"/>
- <point x="1288" y="-116" type="curve"/>
- <point x="1288" y="116"/>
- <point x="1128" y="136"/>
- <point x="924" y="196" type="curve"/>
- <point x="740" y="248" type="line" smooth="yes"/>
- <point x="600" y="288"/>
- <point x="548" y="364"/>
- <point x="548" y="536" type="curve"/>
- <point x="548" y="828"/>
- <point x="672" y="1012"/>
- <point x="880" y="1260" type="curve" smooth="yes"/>
- <point x="1348" y="1828" type="line"/>
- <point x="1348" y="2004" type="line"/>
+ <point x="1228.0" y="2004.0" type="line"/>
+ <point x="664.0" y="1372.0" type="line"/>
+ <point x="384.0" y="1044.0"/>
+ <point x="272.0" y="732.0"/>
+ <point x="272.0" y="528.0" type="curve" smooth="yes"/>
+ <point x="272.0" y="236.0"/>
+ <point x="380.0" y="104.0"/>
+ <point x="692.0" y="20.0" type="curve" smooth="yes"/>
+ <point x="816.0" y="-16.0" type="line" smooth="yes"/>
+ <point x="964.0" y="-56.0"/>
+ <point x="1024.0" y="-100.0"/>
+ <point x="1024.0" y="-160.0" type="curve" smooth="yes"/>
+ <point x="1024.0" y="-236.0"/>
+ <point x="984.0" y="-304.0"/>
+ <point x="896.0" y="-404.0" type="curve"/>
+ <point x="1040.0" y="-528.0" type="line"/>
+ <point x="1140.0" y="-444.0"/>
+ <point x="1284.0" y="-260.0"/>
+ <point x="1288.0" y="-116.0" type="curve"/>
+ <point x="1288.0" y="116.0"/>
+ <point x="1128.0" y="136.0"/>
+ <point x="924.0" y="196.0" type="curve"/>
+ <point x="740.0" y="248.0" type="line" smooth="yes"/>
+ <point x="600.0" y="288.0"/>
+ <point x="548.0" y="364.0"/>
+ <point x="548.0" y="536.0" type="curve"/>
+ <point x="548.0" y="828.0"/>
+ <point x="672.0" y="1012.0"/>
+ <point x="880.0" y="1260.0" type="curve" smooth="yes"/>
+ <point x="1348.0" y="1828.0" type="line"/>
+ <point x="1348.0" y="2004.0" type="line"/>
</contour>
<contour>
- <point x="172" y="2004" type="line"/>
- <point x="172" y="1784" type="line"/>
- <point x="1264" y="1784" type="line"/>
- <point x="1264" y="2004" type="line"/>
+ <point x="172.0" y="2004.0" type="line"/>
+ <point x="172.0" y="1784.0" type="line"/>
+ <point x="1264.0" y="1784.0" type="line"/>
+ <point x="1264.0" y="2004.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1475, 'leftMargin': 161, 'rightMargin': 138}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zhebrevecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/zhebrevecyrillic.glif
new file mode 100644
index 000000000..490fb01ed
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zhebrevecyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zhebrevecyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04C2"/>
+ <anchor x="1144.0" y="1744.0" name="parent_top"/>
+ <anchor x="1144.0" y="2188.0" name="top"/>
+ <anchor x="2228.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="zhecyrillic"/>
+ <component base="breve" xOffset="512.0" yOffset="-32.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zhecyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/zhecyrillic.glif
index efbb8a0cc..14b412ced 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zhecyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zhecyrillic.glif
@@ -1,60 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zhecyrillic" format="1">
- <advance width="2288"/>
+<glyph name="zhecyrillic" format="2">
+ <advance width="2288.0"/>
<unicode hex="0436"/>
+ <anchor x="2040.0" y="0.0" name="right"/>
+ <anchor x="1144.0" y="1744.0" name="top"/>
+ <anchor x="2228.0" y="1744.0" name="top0315"/>
<outline>
<contour>
- <point x="700" y="640" type="line"/>
- <point x="1100" y="640" type="line"/>
- <point x="1140" y="880" type="line"/>
- <point x="840" y="880" type="line"/>
- <point x="476" y="1488" type="line"/>
- <point x="148" y="1488" type="line"/>
+ <point x="700.0" y="640.0" type="line"/>
+ <point x="1100.0" y="640.0" type="line"/>
+ <point x="1140.0" y="880.0" type="line"/>
+ <point x="840.0" y="880.0" type="line"/>
+ <point x="476.0" y="1488.0" type="line"/>
+ <point x="148.0" y="1488.0" type="line"/>
</contour>
<contour>
- <point x="852" y="668" type="line"/>
- <point x="676" y="864" type="line"/>
- <point x="100" y="0" type="line"/>
- <point x="444" y="0" type="line"/>
+ <point x="852.0" y="668.0" type="line"/>
+ <point x="676.0" y="864.0" type="line"/>
+ <point x="100.0" y="0.0" type="line"/>
+ <point x="444.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1280" y="1488" type="line"/>
- <point x="1008" y="1488" type="line"/>
- <point x="1008" y="0" type="line"/>
- <point x="1280" y="0" type="line"/>
+ <point x="1280.0" y="1488.0" type="line"/>
+ <point x="1008.0" y="1488.0" type="line"/>
+ <point x="1008.0" y="0.0" type="line"/>
+ <point x="1280.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="2144" y="1488" type="line"/>
- <point x="1812" y="1488" type="line"/>
- <point x="1448" y="880" type="line"/>
- <point x="1148" y="880" type="line"/>
- <point x="1192" y="640" type="line"/>
- <point x="1588" y="640" type="line"/>
+ <point x="2144.0" y="1488.0" type="line"/>
+ <point x="1812.0" y="1488.0" type="line"/>
+ <point x="1448.0" y="880.0" type="line"/>
+ <point x="1148.0" y="880.0" type="line"/>
+ <point x="1192.0" y="640.0" type="line"/>
+ <point x="1588.0" y="640.0" type="line"/>
</contour>
<contour>
- <point x="1844" y="0" type="line"/>
- <point x="2188" y="0" type="line"/>
- <point x="1616" y="864" type="line"/>
- <point x="1440" y="668" type="line"/>
- </contour>
- <contour>
- <point x="1144" y="1744" type="move" name="top"/>
- </contour>
- <contour>
- <point x="2040" y="0" type="move" name="right"/>
- </contour>
- <contour>
- <point x="2228" y="1744" type="move" name="top0315"/>
+ <point x="1844.0" y="0.0" type="line"/>
+ <point x="2188.0" y="0.0" type="line"/>
+ <point x="1616.0" y="864.0" type="line"/>
+ <point x="1440.0" y="668.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2156.0, 'leftMargin': 29, 'rightMargin': 37.0}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zhedescendercyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/zhedescendercyrillic.glif
index 23e034e36..dbaf528c1 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zhedescendercyrillic.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zhedescendercyrillic.glif
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zhedescendercyrillic" format="1">
- <advance width="2288"/>
+<glyph name="zhedescendercyrillic" format="2">
+ <advance width="2288.0"/>
<unicode hex="0497"/>
+ <anchor x="2148.0" y="1744.0" name="top0315"/>
<outline>
- <component base="zhecyrillic" xOffset="-16"/>
- <component base="cyrillictic" xOffset="1784"/>
- <contour>
- <point x="2148" y="1744" type="move" name="top0315"/>
- </contour>
+ <component base="zhecyrillic" xOffset="-16.0"/>
+ <component base="cyrillictic" xOffset="1784.0"/>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 2259, 'leftMargin': 108, 'rightMargin': 62}</string>
- <key>interface.width-adjustments</key>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ <key>com.schriftgestaltung.componentsAlignment</key>
<array>
- <integer>-16</integer>
+ <integer>-1</integer>
+ <integer>-1</integer>
</array>
</dict>
</lib>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zhedieresiscyrillic.glif b/src/Inter-UI-Regular.ufo/glyphs/zhedieresiscyrillic.glif
new file mode 100644
index 000000000..b9755940c
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zhedieresiscyrillic.glif
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zhedieresiscyrillic" format="2">
+ <advance width="2288.0"/>
+ <unicode hex="04DD"/>
+ <anchor x="1144.0" y="1744.0" name="parent_top"/>
+ <anchor x="1144.0" y="2124.0" name="top"/>
+ <anchor x="2228.0" y="1744.0" name="top0315"/>
+ <outline>
+ <component base="zhecyrillic"/>
+ <component base="dieresis" xOffset="320.0" yOffset="-48.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zhook.glif b/src/Inter-UI-Regular.ufo/glyphs/zhook.glif
index 79157145c..c45252061 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zhook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zhook.glif
@@ -1,43 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zhook" format="1">
- <advance width="1520"/>
+<glyph name="zhook" format="2">
+ <advance width="1520.0"/>
<unicode hex="0225"/>
<outline>
<contour>
- <point x="780" y="220" type="line"/>
- <point x="780" y="0" type="line"/>
- <point x="996" y="0" type="line" smooth="yes"/>
- <point x="1156" y="0"/>
- <point x="1192" y="-116"/>
- <point x="1192" y="-244" type="curve" smooth="yes"/>
- <point x="1192" y="-320" type="line"/>
- <point x="1404" y="-320" type="line"/>
- <point x="1404" y="-184" type="line" smooth="yes"/>
- <point x="1404" y="44"/>
- <point x="1256" y="220"/>
- <point x="996" y="220" type="curve" smooth="yes"/>
+ <point x="780.0" y="220.0" type="line"/>
+ <point x="780.0" y="0.0" type="line"/>
+ <point x="996.0" y="0.0" type="line" smooth="yes"/>
+ <point x="1156.0" y="0.0"/>
+ <point x="1192.0" y="-116.0"/>
+ <point x="1192.0" y="-244.0" type="curve" smooth="yes"/>
+ <point x="1192.0" y="-320.0" type="line"/>
+ <point x="1404.0" y="-320.0" type="line"/>
+ <point x="1404.0" y="-184.0" type="line" smooth="yes"/>
+ <point x="1404.0" y="44.0"/>
+ <point x="1256.0" y="220.0"/>
+ <point x="996.0" y="220.0" type="curve" smooth="yes"/>
</contour>
<contour>
- <point x="916" y="220" type="line"/>
- <point x="484" y="220" type="line"/>
- <point x="1344" y="1348" type="line"/>
- <point x="1344" y="1536" type="line"/>
- <point x="160" y="1536" type="line"/>
- <point x="160" y="1316" type="line"/>
- <point x="1040" y="1316" type="line"/>
- <point x="176" y="200" type="line"/>
- <point x="176" y="0" type="line"/>
- <point x="916" y="0" type="line"/>
+ <point x="916.0" y="220.0" type="line"/>
+ <point x="484.0" y="220.0" type="line"/>
+ <point x="1344.0" y="1348.0" type="line"/>
+ <point x="1344.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1316.0" type="line"/>
+ <point x="1040.0" y="1316.0" type="line"/>
+ <point x="176.0" y="200.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="916.0" y="0.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1456, 'leftMargin': 122, 'rightMargin': 62}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zlinebelow.glif b/src/Inter-UI-Regular.ufo/glyphs/zlinebelow.glif
new file mode 100644
index 000000000..772182637
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/glyphs/zlinebelow.glif
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<glyph name="zlinebelow" format="2">
+ <advance width="1524.0"/>
+ <unicode hex="1E95"/>
+ <anchor x="760.0" y="-404.0" name="bottom"/>
+ <anchor x="1396.0" y="-560.0" name="bottom_dd"/>
+ <anchor x="760.0" y="1792.0" name="parent_top"/>
+ <anchor x="760.0" y="1792.0" name="top"/>
+ <anchor x="1396.0" y="1776.0" name="top0315"/>
+ <anchor x="1396.0" y="2200.0" name="top_dd"/>
+ <outline>
+ <component base="z"/>
+ <component base="macronsubnosp" xOffset="1568.0"/>
+ </outline>
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/02 05:51:50</string>
+ </dict>
+ </lib>
+</glyph>
diff --git a/src/Inter-UI-Regular.ufo/glyphs/zrthook.glif b/src/Inter-UI-Regular.ufo/glyphs/zrthook.glif
index 692279269..76a92dcc3 100644
--- a/src/Inter-UI-Regular.ufo/glyphs/zrthook.glif
+++ b/src/Inter-UI-Regular.ufo/glyphs/zrthook.glif
@@ -1,45 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
-<glyph name="zrthook" format="1">
- <advance width="1524"/>
+<glyph name="zrthook" format="2">
+ <advance width="1524.0"/>
<unicode hex="0290"/>
+ <anchor x="616.0" y="-616.0" name="bottom"/>
+ <anchor x="616.0" y="1776.0" name="top"/>
+ <anchor x="1460.0" y="1776.0" name="top0315"/>
<outline>
<contour>
- <point x="1128" y="168" type="line"/>
- <point x="1128" y="-192" type="line" smooth="yes"/>
- <point x="1128" y="-456"/>
- <point x="1304" y="-600"/>
- <point x="1532" y="-600" type="curve" smooth="yes"/>
- <point x="1576" y="-600"/>
- <point x="1632" y="-596"/>
- <point x="1668" y="-584" type="curve"/>
- <point x="1668" y="-380" type="line"/>
- <point x="1648" y="-388"/>
- <point x="1612" y="-388"/>
- <point x="1592" y="-388" type="curve" smooth="yes"/>
- <point x="1464" y="-388"/>
- <point x="1364" y="-352"/>
- <point x="1364" y="-192" type="curve" smooth="yes"/>
- <point x="1364" y="168" type="line"/>
+ <point x="1128.0" y="168.0" type="line"/>
+ <point x="1128.0" y="-192.0" type="line" smooth="yes"/>
+ <point x="1128.0" y="-456.0"/>
+ <point x="1304.0" y="-600.0"/>
+ <point x="1532.0" y="-600.0" type="curve" smooth="yes"/>
+ <point x="1576.0" y="-600.0"/>
+ <point x="1632.0" y="-596.0"/>
+ <point x="1668.0" y="-584.0" type="curve"/>
+ <point x="1668.0" y="-380.0" type="line"/>
+ <point x="1648.0" y="-388.0"/>
+ <point x="1612.0" y="-388.0"/>
+ <point x="1592.0" y="-388.0" type="curve" smooth="yes"/>
+ <point x="1464.0" y="-388.0"/>
+ <point x="1364.0" y="-352.0"/>
+ <point x="1364.0" y="-192.0" type="curve" smooth="yes"/>
+ <point x="1364.0" y="168.0" type="line"/>
</contour>
- <component base="z"/>
<contour>
- <point x="616" y="1776" type="move" name="top"/>
+ <point x="1364.0" y="220.0" type="line"/>
+ <point x="280.0" y="220.0" type="line"/>
+ <point x="280.0" y="0.0" type="line"/>
+ <point x="1364.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="616" y="-616" type="move" name="bottom"/>
+ <point x="1344.0" y="1348.0" type="line"/>
+ <point x="1344.0" y="1536.0" type="line"/>
+ <point x="1208.0" y="1536.0" type="line"/>
+ <point x="176.0" y="200.0" type="line"/>
+ <point x="176.0" y="0.0" type="line"/>
+ <point x="316.0" y="0.0" type="line"/>
</contour>
<contour>
- <point x="1460" y="1776" type="move" name="top0315"/>
+ <point x="1224.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1536.0" type="line"/>
+ <point x="160.0" y="1316.0" type="line"/>
+ <point x="1224.0" y="1316.0" type="line"/>
</contour>
</outline>
<lib>
<dict>
- <key>interface.gridadjust.original</key>
- <string>{'width': 1535, 'leftMargin': 122, 'rightMargin': -13}</string>
- <key>interface.width-adjustments</key>
- <array>
- <integer>-16</integer>
- </array>
+ <key>com.schriftgestaltung.Glyphs.lastChange</key>
+ <string>2018/09/01 23:10:14</string>
</dict>
</lib>
</glyph>
diff --git a/src/Inter-UI-Regular.ufo/groups.plist b/src/Inter-UI-Regular.ufo/groups.plist
index 9707baf75..9e499b216 100644
--- a/src/Inter-UI-Regular.ufo/groups.plist
+++ b/src/Inter-UI-Regular.ufo/groups.plist
@@ -1,1381 +1,1381 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>@KERN_LEFT_A</key>
- <array>
- <string>A</string>
- <string>uni023A</string>
- <string>Agrave</string>
- <string>Aacute</string>
- <string>Acircumflex</string>
- <string>Atilde</string>
- <string>Adieresis</string>
- <string>Aring</string>
- <string>Aringacute</string>
- <string>Amacron</string>
- <string>Abreve</string>
- <string>Aogonek</string>
- <string>Acaron</string>
- </array>
- <key>@KERN_LEFT_AE</key>
- <array>
- <string>AE</string>
- <string>AEacute</string>
- <string>AEmacron</string>
- </array>
- <key>@KERN_LEFT_Alphagreek</key>
- <array>
- <string>Lambda</string>
- <string>Delta</string>
- </array>
- <key>@KERN_LEFT_B</key>
- <array>
- <string>B</string>
- <string>uni0243</string>
- <string>Bhook</string>
- </array>
- <key>@KERN_LEFT_C</key>
- <array>
- <string>C</string>
- <string>coloncurrency</string>
- <string>cedi</string>
- <string>Ccedilla</string>
- <string>Cacute</string>
- <string>Ccircumflex</string>
- <string>Ccaron</string>
- <string>uni023B</string>
- </array>
- <key>@KERN_LEFT_D</key>
- <array>
- <string>Oslash</string>
- <string>D</string>
- <string>Dhook</string>
- <string>Q</string>
- <string>O</string>
- <string>Oopen</string>
- <string>Eth</string>
- <string>Ograve</string>
- <string>Oacute</string>
- <string>Ocircumflex</string>
- <string>Otilde</string>
- <string>Odieresis</string>
- <string>Dcaron</string>
- <string>Omacron</string>
- <string>Obreve</string>
- <string>Ohungarumlaut</string>
- <string>Ocaron</string>
- <string>Oogonek</string>
- </array>
- <key>@KERN_LEFT_Decyrillic</key>
- <array>
- <string>afii10021</string>
- <string>afii10043</string>
- <string>afii10040</string>
- </array>
- <key>@KERN_LEFT_E</key>
- <array>
- <string>E</string>
- <string>uni0246</string>
- <string>OE</string>
- <string>Egrave</string>
- <string>Eacute</string>
- <string>Ecircumflex</string>
- <string>Edieresis</string>
- <string>Emacron</string>
- <string>Ebreve</string>
- <string>Edotaccent</string>
- <string>Eogonek</string>
- <string>Ecaron</string>
- </array>
- <key>@KERN_LEFT_Ecyrillic</key>
- <array>
- <string>afii10053</string>
- </array>
- <key>@KERN_LEFT_Epsilongreek</key>
- <array>
- <string>Xi</string>
- </array>
- <key>@KERN_LEFT_Ereversedcyrillic</key>
- <array>
- <string>afii10048</string>
- <string>afii10047</string>
- </array>
- <key>@KERN_LEFT_F</key>
- <array>
- <string>F</string>
- <string>Fhook</string>
- </array>
- <key>@KERN_LEFT_G</key>
- <array>
- <string>G</string>
- <string>guarani</string>
- <string>Ghook</string>
- <string>Gcircumflex</string>
- <string>Gbreve</string>
- <string>Gcommaaccent</string>
- <string>Gcaron</string>
- <string>Gacute</string>
- </array>
- <key>@KERN_LEFT_Gecyrillic</key>
- <array>
- <string>afii10050</string>
- </array>
- <key>@KERN_LEFT_H</key>
- <array>
- <string>Itildebelow</string>
- <string>Idieresisacute</string>
- <string>Hcedilla</string>
- <string>I</string>
- <string>l</string>
- <string>d</string>
- <string>M</string>
- <string>N</string>
- <string>Eng</string>
- <string>Nhook</string>
- <string>H</string>
- <string>afii10026</string>
- <string>uni0376</string>
- <string>Enhookcyrillic</string>
- <string>Igrave</string>
- <string>Iacute</string>
- <string>Icircumflex</string>
- <string>Idieresis</string>
- <string>Ntilde</string>
- <string>Hcircumflex</string>
- <string>Itilde</string>
- <string>Imacron</string>
- <string>Ibreve</string>
- <string>Iogonek</string>
- <string>Idotaccent</string>
- <string>Nacute</string>
- <string>Ncommaaccent</string>
- <string>Ncaron</string>
- <string>Icaron</string>
- </array>
- <key>@KERN_LEFT_Hardsigncyrillic</key>
- <array>
- <string>afii10059</string>
- <string>afii10044</string>
- <string>afii10046</string>
- <string>afii10058</string>
- </array>
- <key>@KERN_LEFT_IJacute</key>
- <array>
- <string>J</string>
- <string>uni0248</string>
- <string>U</string>
- <string>uni0244</string>
- <string>Ugrave</string>
- <string>Uacute</string>
- <string>Ucircumflex</string>
- <string>Udieresis</string>
- <string>Jcircumflex</string>
- <string>Utilde</string>
- <string>Umacron</string>
- <string>Ubreve</string>
- <string>Uring</string>
- <string>Uhungarumlaut</string>
- <string>Uogonek</string>
- <string>Ucaron</string>
- </array>
- <key>@KERN_LEFT_K</key>
- <array>
- <string>K</string>
- <string>Khook</string>
- <string>Kcommaaccent</string>
- <string>Kcaron</string>
- <string>Kacyr</string>
- </array>
- <key>@KERN_LEFT_L</key>
- <array>
- <string>L</string>
- <string>Lacute</string>
- <string>Lcommaaccent</string>
- <string>Lcaron</string>
- <string>L_bar</string>
- </array>
- <key>@KERN_LEFT_Ohorn</key>
- <array>
- <string>Ohorn</string>
- </array>
- <key>@KERN_LEFT_Omegagreek</key>
- <array>
- <string>Omega</string>
- </array>
- <key>@KERN_LEFT_Omicrongreek</key>
- <array>
- <string>Theta</string>
- <string>Phi</string>
- </array>
- <key>@KERN_LEFT_P</key>
- <array>
- <string>P</string>
- </array>
- <key>@KERN_LEFT_R</key>
- <array>
- <string>R</string>
- <string>uni024C</string>
- <string>Racute</string>
- <string>Rcommaaccent</string>
- <string>Rcaron</string>
- </array>
- <key>@KERN_LEFT_S</key>
- <array>
- <string>S</string>
- <string>Sacute</string>
- <string>Scircumflex</string>
- <string>Scedilla</string>
- <string>Scaron</string>
- <string>Germandbls</string>
- <string>dollar</string>
- </array>
- <key>@KERN_LEFT_T</key>
- <array>
- <string>T</string>
- <string>Trthook</string>
- <string>uni023E</string>
- <string>Tcaron</string>
- <string>Thook</string>
- </array>
- <key>@KERN_LEFT_Ucyrillic</key>
- <array>
- <string>afii10037</string>
- </array>
- <key>@KERN_LEFT_Uhorn</key>
- <array>
- <string>Uhorn</string>
- </array>
- <key>@KERN_LEFT_V</key>
- <array>
- <string>V</string>
- <string>Gamma1</string>
- </array>
- <key>@KERN_LEFT_Vecyrillic</key>
- <array>
- <string>afii10025</string>
- </array>
- <key>@KERN_LEFT_W</key>
- <array>
- <string>W</string>
- <string>Wcircumflex</string>
- <string>Wgrave</string>
- <string>Wacute</string>
- <string>Wdieresis</string>
- </array>
- <key>@KERN_LEFT_X</key>
- <array>
- <string>X</string>
- </array>
- <key>@KERN_LEFT_Y</key>
- <array>
- <string>Y</string>
- <string>Yhook</string>
- <string>Yacute</string>
- <string>Ycircumflex</string>
- <string>Ydieresis</string>
- <string>Ygrave</string>
- </array>
- <key>@KERN_LEFT_Z</key>
- <array>
- <string>Z</string>
- <string>uni0224</string>
- <string>Zbar</string>
- <string>uni2C7F</string>
- <string>Zacute</string>
- <string>Zdotaccent</string>
- <string>Zcaron</string>
- </array>
- <key>@KERN_LEFT_a</key>
- <array>
- <string>hcedilla</string>
- <string>a</string>
- <string>h</string>
- <string>hhook</string>
- <string>henghook</string>
- <string>m</string>
- <string>mhook</string>
- <string>n</string>
- <string>eng</string>
- <string>feng</string>
- <string>nlfthook</string>
- <string>hbar</string>
- <string>agrave</string>
- <string>aacute</string>
- <string>acircumflex</string>
- <string>atilde</string>
- <string>adieresis</string>
- <string>aring</string>
- <string>aringacute</string>
- <string>ntilde</string>
- <string>amacron</string>
- <string>abreve</string>
- <string>aogonek</string>
- <string>hcircumflex</string>
- <string>nacute</string>
- <string>ncommaaccent</string>
- <string>ncaron</string>
- <string>acaron</string>
- </array>
- <key>@KERN_LEFT_acyrillic</key>
- <array>
- <string>tshecyrillic</string>
- <string>djecyrillic</string>
- </array>
- <key>@KERN_LEFT_ae</key>
- <array>
- <string>ae</string>
- <string>e</string>
- <string>uni0247</string>
- <string>oe</string>
- <string>tccurl</string>
- <string>egrave</string>
- <string>eacute</string>
- <string>ecircumflex</string>
- <string>edieresis</string>
- <string>emacron</string>
- <string>ebreve</string>
- <string>edotaccent</string>
- <string>eogonek</string>
- <string>ecaron</string>
- <string>aeacute</string>
- <string>aemacron</string>
- </array>
- <key>@KERN_LEFT_alphagreek</key>
- <array>
- <string>alpha</string>
- </array>
- <key>@KERN_LEFT_approxequal</key>
- <array>
- <string>plusminus</string>
- <string>greaterequal</string>
- <string>notequal</string>
- <string>lessequal</string>
- <string>approxequal</string>
- <string>equal</string>
- </array>
- <key>@KERN_LEFT_asciicircum</key>
- <array>
- <string>asciicircum</string>
- <string>asterisk</string>
- <string>degree</string>
- </array>
- <key>@KERN_LEFT_b</key>
- <array>
- <string>oslash</string>
- <string>b</string>
- <string>bhook</string>
- <string>thorn</string>
- <string>o</string>
- <string>eth</string>
- <string>p</string>
- <string>phook</string>
- <string>ograve</string>
- <string>oacute</string>
- <string>ocircumflex</string>
- <string>otilde</string>
- <string>odieresis</string>
- <string>omacron</string>
- <string>obreve</string>
- <string>ohungarumlaut</string>
- <string>ocaron</string>
- <string>oogonek</string>
- </array>
- <key>@KERN_LEFT_becyrillic</key>
- <array>
- <string>becyrillic</string>
- <string>ereversedcyrillic</string>
- <string>iucyrillic</string>
- <string>efcyrillic</string>
- </array>
- <key>@KERN_LEFT_braceleft</key>
- <array>
- <string>bracketleft</string>
- <string>parenleft</string>
- <string>braceleft</string>
- </array>
- <key>@KERN_LEFT_braceleft.case</key>
- <array>
- <string>bracketleft.case</string>
- <string>parenleft.case</string>
- <string>braceleft.case</string>
- </array>
- <key>@KERN_LEFT_c</key>
- <array>
- <string>c</string>
- <string>cent</string>
- <string>chook</string>
- <string>ccedilla</string>
- <string>cacute</string>
- <string>ccircumflex</string>
- <string>ccaron</string>
- </array>
- <key>@KERN_LEFT_colon</key>
- <array>
- <string>colon</string>
- <string>semicolon</string>
- </array>
- <key>@KERN_LEFT_colon.case</key>
- <array>
- <string>punctuationspace</string>
- <string>colon.case</string>
- </array>
- <key>@KERN_LEFT_comma</key>
- <array>
- <string>ellipsis</string>
- <string>comma</string>
- <string>period</string>
- </array>
- <key>@KERN_LEFT_dagger</key>
- <array>
- <string>ordfeminine</string>
- <string>dagger</string>
- <string>ordmasculine</string>
- <string>daggerdbl</string>
- <string>registered</string>
- <string>trademark</string>
- <string>isuperior</string>
- <string>nsuperior</string>
- </array>
- <key>@KERN_LEFT_dcaron</key>
- <array>
- <string>dcaron</string>
- <string>lcaron</string>
- </array>
- <key>@KERN_LEFT_decyrillic</key>
- <array>
- <string>decyrillic</string>
- <string>shchacyrillic</string>
- <string>tsecyrillic</string>
- </array>
- <key>@KERN_LEFT_deltagreek</key>
- <array>
- <string>delta</string>
- <string>phi</string>
- <string>rho</string>
- </array>
- <key>@KERN_LEFT_divide</key>
- <array>
- <string>hyphen</string>
- <string>plus</string>
- <string>divide</string>
- <string>minus</string>
- </array>
- <key>@KERN_LEFT_dotlessi</key>
- <array>
- <string>j</string>
- <string>jcrosstail</string>
- <string>dotlessj</string>
- <string>dotlessi</string>
- <string>itildebelow</string>
- <string>i</string>
- <string>igrave</string>
- <string>iacute</string>
- <string>icircumflex</string>
- <string>imacron</string>
- <string>ibreve</string>
- <string>iogonek</string>
- <string>jcircumflex</string>
- <string>icaron</string>
- </array>
- <key>@KERN_LEFT_ecyrillic</key>
- <array>
- <string>ecyrillic</string>
- </array>
- <key>@KERN_LEFT_eight</key>
- <array>
- <string>eight</string>
- <string>three</string>
- </array>
- <key>@KERN_LEFT_eight.subs</key>
- <array>
- <string>eightsub</string>
- <string>fivesub</string>
- <string>oneinferior</string>
- <string>sevensub</string>
- <string>threesub</string>
- <string>sixinferior</string>
- <string>plussub</string>
- <string>zerosub</string>
- <string>foursub</string>
- <string>nineinferior</string>
- <string>equalsub</string>
- <string>minussub</string>
- <string>parenleftinferior</string>
- <string>parenrightsub</string>
- <string>twosub</string>
- </array>
- <key>@KERN_LEFT_eight.sups</key>
- <array>
- <string>foursuperior</string>
- <string>sevensuperior</string>
- <string>twosuperior</string>
- <string>sixsuperior</string>
- <string>eightsuperior</string>
- <string>onesuperior</string>
- <string>threesuperior</string>
- <string>ninesuperior</string>
- <string>parenrightsuperior</string>
- <string>fivesuperior</string>
- <string>parenleftsuperior</string>
- <string>plussuperior</string>
- <string>zerosuperior</string>
- <string>minussuperior</string>
- <string>equalsuperior</string>
- </array>
- <key>@KERN_LEFT_epsilongreek</key>
- <array>
- <string>epsilon</string>
- </array>
- <key>@KERN_LEFT_etagreek</key>
- <array>
- <string>eta</string>
- </array>
- <key>@KERN_LEFT_f</key>
- <array>
- <string>f</string>
- <string>slongstroke</string>
- <string>yturn</string>
- </array>
- <key>@KERN_LEFT_g</key>
- <array>
- <string>g</string>
- <string>q</string>
- <string>mturndescend</string>
- <string>hturn</string>
- <string>hturnlthook</string>
- <string>gcircumflex</string>
- <string>gbreve</string>
- <string>gcommaaccent</string>
- <string>gcaron</string>
- <string>gacute</string>
- </array>
- <key>@KERN_LEFT_gammagreek</key>
- <array>
- <string>gamma</string>
- </array>
- <key>@KERN_LEFT_gecyrillic</key>
- <array>
- <string>gheupturncyrillic</string>
- <string>gecyrillic</string>
- </array>
- <key>@KERN_LEFT_guillemotleft</key>
- <array>
- <string>guilsinglleft</string>
- <string>guillemotleft</string>
- </array>
- <key>@KERN_LEFT_guillemotright</key>
- <array>
- <string>guillemotright</string>
- <string>guilsinglright</string>
- </array>
- <key>@KERN_LEFT_hardsigncyrillic</key>
- <array>
- <string>njecyrillic</string>
- <string>hardsigncyrillic</string>
- <string>softsigncyrillic</string>
- <string>ljecyrillic</string>
- </array>
- <key>@KERN_LEFT_idieresis</key>
- <array>
- <string>idieresis</string>
- <string>idieresisacute</string>
- <string>itilde</string>
- </array>
- <key>@KERN_LEFT_iotadieresisgreek</key>
- <array>
- <string>iota</string>
- </array>
- <key>@KERN_LEFT_k</key>
- <array>
- <string>k</string>
- <string>khook</string>
- <string>kcommaaccent</string>
- <string>kcaron</string>
- </array>
- <key>@KERN_LEFT_kacyrillic</key>
- <array>
- <string>kacyrillic</string>
- </array>
- <key>@KERN_LEFT_nine</key>
- <array>
- <string>zero</string>
- <string>zero.slash</string>
- <string>nine</string>
- <string>nine.1</string>
- </array>
- <key>@KERN_LEFT_ohorn</key>
- <array>
- <string>ohorn</string>
- </array>
- <key>@KERN_LEFT_omegagreek</key>
- <array>
- <string>omega</string>
- </array>
- <key>@KERN_LEFT_one</key>
- <array>
- <string>one</string>
- <string>one.1</string>
- </array>
- <key>@KERN_LEFT_psigreek</key>
- <array>
- <string>psi</string>
- <string>upsilon</string>
- </array>
- <key>@KERN_LEFT_quotedbl</key>
- <array>
- <string>quotedbl</string>
- <string>quotesingle</string>
- </array>
- <key>@KERN_LEFT_quotedblbase</key>
- <array>
- <string>quotedblbase</string>
- <string>quotesinglbase</string>
- </array>
- <key>@KERN_LEFT_quotedblleft</key>
- <array>
- <string>quotedblleft</string>
- <string>quoteleft</string>
- </array>
- <key>@KERN_LEFT_quotedblright</key>
- <array>
- <string>quoteright</string>
- <string>quotedblright</string>
- <string>primetripl1</string>
- </array>
- <key>@KERN_LEFT_r</key>
- <array>
- <string>r</string>
- <string>rfishhook</string>
- <string>rrthook</string>
- <string>uni024D</string>
- <string>racute</string>
- <string>rcommaaccent</string>
- <string>rcaron</string>
- </array>
- <key>@KERN_LEFT_rthook</key>
- <array>
- <string>drthook</string>
- <string>nrthook</string>
- <string>qrthook</string>
- <string>Q_rthook</string>
- <string>hturnhook2</string>
- </array>
- <key>@KERN_LEFT_s</key>
- <array>
- <string>s</string>
- <string>srthook</string>
- <string>sacute</string>
- <string>scircumflex</string>
- <string>scedilla</string>
- <string>scaron</string>
- <string>germandbls</string>
- </array>
- <key>@KERN_LEFT_t</key>
- <array>
- <string>t</string>
- <string>tcaron</string>
- <string>tpalatalhook</string>
- </array>
- <key>@KERN_LEFT_u</key>
- <array>
- <string>uni01F6</string>
- <string>u</string>
- <string>mturn</string>
- <string>ugrave</string>
- <string>uacute</string>
- <string>ucircumflex</string>
- <string>udieresis</string>
- <string>utilde</string>
- <string>umacron</string>
- <string>ubreve</string>
- <string>uring</string>
- <string>uhungarumlaut</string>
- <string>uogonek</string>
- <string>ucaron</string>
- </array>
- <key>@KERN_LEFT_uhorn</key>
- <array>
- <string>uhorn</string>
- </array>
- <key>@KERN_LEFT_v</key>
- <array>
- <string>y</string>
- <string>yhook</string>
- <string>uni024F</string>
- <string>v</string>
- <string>gamma1</string>
- <string>yacute</string>
- <string>ydieresis</string>
- <string>ycircumflex</string>
- <string>ygrave</string>
- </array>
- <key>@KERN_LEFT_vecyrillic</key>
- <array>
- <string>vecyrillic</string>
- <string>zecyrillic</string>
- </array>
- <key>@KERN_LEFT_w</key>
- <array>
- <string>w</string>
- <string>wcircumflex</string>
- <string>wgrave</string>
- <string>wacute</string>
- <string>wdieresis</string>
- </array>
- <key>@KERN_LEFT_x</key>
- <array>
- <string>x</string>
- </array>
- <key>@KERN_LEFT_z</key>
- <array>
- <string>Dzcaron_</string>
- <string>dzcaron</string>
- <string>z</string>
- <string>zrthook</string>
- <string>uni0240</string>
- <string>zhook</string>
- <string>zbar</string>
- <string>zacute</string>
- <string>zdotaccent</string>
- <string>zcaron</string>
- </array>
- <key>@KERN_RIGHT_A</key>
- <array>
- <string>A</string>
- <string>yturn</string>
- <string>uni023A</string>
- <string>Agrave</string>
- <string>Aacute</string>
- <string>Acircumflex</string>
- <string>Atilde</string>
- <string>Adieresis</string>
- <string>Aring</string>
- <string>Aringacute</string>
- <string>Amacron</string>
- <string>Abreve</string>
- <string>Aogonek</string>
- <string>Acaron</string>
- </array>
- <key>@KERN_RIGHT_AE</key>
- <array>
- <string>AE</string>
- <string>AEacute</string>
- <string>AEmacron</string>
- </array>
- <key>@KERN_RIGHT_Alphagreek</key>
- <array>
- <string>Lambda</string>
- <string>Delta</string>
- </array>
- <key>@KERN_RIGHT_B</key>
- <array>
- <string>h</string>
- <string>b</string>
- <string>k</string>
- <string>numero</string>
- <string>D</string>
- <string>H</string>
- <string>uni01F6</string>
- <string>afii10026</string>
- <string>uni0376</string>
- <string>Enhookcyrillic</string>
- <string>L</string>
- <string>P</string>
- <string>I</string>
- <string>K</string>
- <string>l</string>
- <string>Khook</string>
- <string>Idieresisacute</string>
- <string>Hcedilla</string>
- <string>B</string>
- <string>F</string>
- <string>Fhook</string>
- <string>N</string>
- <string>Eng</string>
- <string>Nhook</string>
- <string>uni048A</string>
- <string>R</string>
- <string>Rx</string>
- <string>Dzcaron_</string>
- <string>Itildebelow</string>
- <string>E</string>
- <string>uni0246</string>
- <string>Thorn</string>
- <string>M</string>
- <string>Egrave</string>
- <string>Eacute</string>
- <string>Ecircumflex</string>
- <string>Edieresis</string>
- <string>Igrave</string>
- <string>Iacute</string>
- <string>Icircumflex</string>
- <string>Idieresis</string>
- <string>Ntilde</string>
- <string>Dcaron</string>
- <string>Emacron</string>
- <string>Ebreve</string>
- <string>Edotaccent</string>
- <string>Eogonek</string>
- <string>Ecaron</string>
- <string>Hcircumflex</string>
- <string>Itilde</string>
- <string>Imacron</string>
- <string>Ibreve</string>
- <string>Iogonek</string>
- <string>Idotaccent</string>
- <string>Kcommaaccent</string>
- <string>Lacute</string>
- <string>Lcommaaccent</string>
- <string>Lcaron</string>
- <string>Nacute</string>
- <string>Ncommaaccent</string>
- <string>Ncaron</string>
- <string>Racute</string>
- <string>Rcommaaccent</string>
- <string>Rcaron</string>
- <string>Icaron</string>
- <string>Kcaron</string>
- </array>
- <key>@KERN_RIGHT_C</key>
- <array>
- <string>Ohorn</string>
- <string>OE</string>
- <string>Oslash</string>
- <string>C</string>
- <string>cedi</string>
- <string>uni023B</string>
- <string>G</string>
- <string>guarani</string>
- <string>Ghook</string>
- <string>O</string>
- <string>Oopen</string>
- <string>Q</string>
- <string>Ccedilla</string>
- <string>Ograve</string>
- <string>Oacute</string>
- <string>Ocircumflex</string>
- <string>Otilde</string>
- <string>Odieresis</string>
- <string>Cacute</string>
- <string>Ccircumflex</string>
- <string>Ccaron</string>
- <string>Gcircumflex</string>
- <string>Gbreve</string>
- <string>Gcommaaccent</string>
- <string>Omacron</string>
- <string>Obreve</string>
- <string>Ohungarumlaut</string>
- <string>Ocaron</string>
- <string>Gcaron</string>
- <string>Oogonek</string>
- <string>Gacute</string>
- </array>
- <key>@KERN_RIGHT_Dcroat</key>
- <array>
- <string>Eth</string>
- </array>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <array>
- <string>afii10060</string>
- <string>afii10051</string>
- </array>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <array>
- <string>afii10053</string>
- </array>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <array>
- <string>afii10058</string>
- <string>afii10029</string>
- </array>
- <key>@KERN_RIGHT_J</key>
- <array>
- <string>J</string>
- <string>uni0248</string>
- <string>Jcircumflex</string>
- </array>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <array>
- <string>Theta</string>
- <string>Phi</string>
- </array>
- <key>@KERN_RIGHT_S</key>
- <array>
- <string>S</string>
- <string>Sacute</string>
- <string>Scircumflex</string>
- <string>Scedilla</string>
- <string>Scaron</string>
- <string>dollar</string>
- </array>
- <key>@KERN_RIGHT_T</key>
- <array>
- <string>T</string>
- <string>Trthook</string>
- <string>uni023E</string>
- <string>Tcaron</string>
- </array>
- <key>@KERN_RIGHT_U</key>
- <array>
- <string>Uhorn</string>
- <string>U</string>
- <string>uni0244</string>
- <string>Ugrave</string>
- <string>Uacute</string>
- <string>Ucircumflex</string>
- <string>Udieresis</string>
- <string>Utilde</string>
- <string>Umacron</string>
- <string>Ubreve</string>
- <string>Uring</string>
- <string>Uhungarumlaut</string>
- <string>Uogonek</string>
- <string>Ucaron</string>
- </array>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <array>
- <string>afii10037</string>
- </array>
- <key>@KERN_RIGHT_V</key>
- <array>
- <string>V</string>
- <string>Gamma1</string>
- </array>
- <key>@KERN_RIGHT_W</key>
- <array>
- <string>W</string>
- <string>Wcircumflex</string>
- <string>Wgrave</string>
- <string>Wacute</string>
- <string>Wdieresis</string>
- </array>
- <key>@KERN_RIGHT_X</key>
- <array>
- <string>X</string>
- </array>
- <key>@KERN_RIGHT_Y</key>
- <array>
- <string>Y</string>
- <string>Yhook</string>
- <string>Yacute</string>
- <string>Ycircumflex</string>
- <string>Ydieresis</string>
- <string>Ygrave</string>
- </array>
- <key>@KERN_RIGHT_Z</key>
- <array>
- <string>Z</string>
- <string>uni0224</string>
- <string>Zbar</string>
- <string>uni2C7F</string>
- <string>Zacute</string>
- <string>Zdotaccent</string>
- <string>Zcaron</string>
- </array>
- <key>@KERN_RIGHT_a</key>
- <array>
- <string>ae</string>
- <string>a</string>
- <string>a_uni02DE</string>
- <string>agrave</string>
- <string>aacute</string>
- <string>acircumflex</string>
- <string>atilde</string>
- <string>adieresis</string>
- <string>aring</string>
- <string>aringacute</string>
- <string>amacron</string>
- <string>abreve</string>
- <string>aogonek</string>
- <string>aeacute</string>
- <string>acaron</string>
- <string>aemacron</string>
- </array>
- <key>@KERN_RIGHT_alphagreek</key>
- <array>
- <string>alpha</string>
- </array>
- <key>@KERN_RIGHT_approxequal</key>
- <array>
- <string>notequal</string>
- <string>greaterequal</string>
- <string>plusminus</string>
- <string>approxequal</string>
- <string>lessequal</string>
- <string>equal</string>
- </array>
- <key>@KERN_RIGHT_asciicircum</key>
- <array>
- <string>asciicircum</string>
- <string>asterisk</string>
- <string>degree</string>
- </array>
- <key>@KERN_RIGHT_braceright</key>
- <array>
- <string>parenright</string>
- <string>bracketright</string>
- <string>braceright</string>
- </array>
- <key>@KERN_RIGHT_braceright.case</key>
- <array>
- <string>parenright.case</string>
- <string>bracketright.case</string>
- <string>braceright.case</string>
- </array>
- <key>@KERN_RIGHT_c</key>
- <array>
- <string>c</string>
- <string>cacute</string>
- <string>ccaron</string>
- <string>ccedilla</string>
- <string>ccircumflex</string>
- <string>ccurl</string>
- <string>cent</string>
- <string>chook</string>
- <string>d</string>
- <string>dcaron</string>
- <string>dcroat</string>
- <string>dhook</string>
- <string>drthook</string>
- <string>dyogh</string>
- <string>dz</string>
- <string>dzcaron</string>
- <string>dzcurl</string>
- <string>e</string>
- <string>eacute</string>
- <string>ebreve</string>
- <string>ecaron</string>
- <string>ecircumflex</string>
- <string>edieresis</string>
- <string>edotaccent</string>
- <string>egrave</string>
- <string>emacron</string>
- <string>eogonek</string>
- <string>eth</string>
- <string>g</string>
- <string>gacute</string>
- <string>gbreve</string>
- <string>gcaron</string>
- <string>gcircumflex</string>
- <string>gcommaaccent</string>
- <string>o</string>
- <string>oacute</string>
- <string>obreve</string>
- <string>ocaron</string>
- <string>ocircumflex</string>
- <string>odieresis</string>
- <string>oe</string>
- <string>ograve</string>
- <string>ohorn</string>
- <string>ohungarumlaut</string>
- <string>omacron</string>
- <string>oogonek</string>
- <string>oslash</string>
- <string>otilde</string>
- <string>q</string>
- <string>qrthook</string>
- <string>uni0221</string>
- <string>uni0247</string>
- </array>
- <key>@KERN_RIGHT_colon</key>
- <array>
- <string>colon</string>
- <string>colon.case</string>
- <string>semicolon</string>
- </array>
- <key>@KERN_RIGHT_colon.case</key>
- <array>
- <string>punctuationspace</string>
- </array>
- <key>@KERN_RIGHT_comma</key>
- <array>
- <string>ellipsis</string>
- <string>comma</string>
- <string>period</string>
- </array>
- <key>@KERN_RIGHT_dagger</key>
- <array>
- <string>ordfeminine</string>
- <string>dagger</string>
- <string>ordmasculine</string>
- <string>daggerdbl</string>
- <string>registered</string>
- <string>trademark</string>
- <string>isuperior</string>
- <string>nsuperior</string>
- </array>
- <key>@KERN_RIGHT_deltagreek</key>
- <array>
- <string>sigma</string>
- <string>delta</string>
- <string>sigma1</string>
- <string>phi</string>
- </array>
- <key>@KERN_RIGHT_divide</key>
- <array>
- <string>hyphen</string>
- <string>plus</string>
- <string>minus</string>
- <string>divide</string>
- </array>
- <key>@KERN_RIGHT_dotlessi</key>
- <array>
- <string>itildebelow</string>
- <string>dotlessi</string>
- <string>i</string>
- <string>igrave</string>
- <string>iacute</string>
- <string>icircumflex</string>
- <string>imacron</string>
- <string>ibreve</string>
- <string>iogonek</string>
- <string>icaron</string>
- </array>
- <key>@KERN_RIGHT_dotlessj</key>
- <array>
- <string>dotlessj</string>
- <string>j</string>
- <string>jcrosstail</string>
- <string>jcircumflex</string>
- </array>
- <key>@KERN_RIGHT_dzhecyrillic</key>
- <array>
- <string>kacyrillic</string>
- <string>njecyrillic</string>
- <string>tsecyrillic</string>
- <string>yericyrillic</string>
- <string>gecyrillic</string>
- <string>dzhecyrillic</string>
- <string>gheupturncyrillic</string>
- <string>vecyrillic</string>
- <string>shchacyrillic</string>
- <string>shacyrillic</string>
- <string>softsigncyrillic</string>
- <string>iucyrillic</string>
- <string>emcyrillic</string>
- <string>encyrillic</string>
- <string>pecyrillic</string>
- <string>iicyrillic</string>
- </array>
- <key>@KERN_RIGHT_ecyrillic</key>
- <array>
- <string>ecyrillic</string>
- <string>efcyrillic</string>
- </array>
- <key>@KERN_RIGHT_eight.subs</key>
- <array>
- <string>plussub</string>
- <string>oneinferior</string>
- <string>sevensub</string>
- <string>threesub</string>
- <string>sixinferior</string>
- <string>eightsub</string>
- <string>zerosub</string>
- <string>foursub</string>
- <string>fivesub</string>
- <string>twosub</string>
- <string>equalsub</string>
- <string>minussub</string>
- <string>parenleftinferior</string>
- <string>parenrightsub</string>
- <string>nineinferior</string>
- </array>
- <key>@KERN_RIGHT_eight.sups</key>
- <array>
- <string>foursuperior</string>
- <string>sevensuperior</string>
- <string>twosuperior</string>
- <string>sixsuperior</string>
- <string>eightsuperior</string>
- <string>onesuperior</string>
- <string>minussuperior</string>
- <string>parenrightsuperior</string>
- <string>equalsuperior</string>
- <string>plussuperior</string>
- <string>parenleftsuperior</string>
- <string>fivesuperior</string>
- <string>zerosuperior</string>
- <string>ninesuperior</string>
- <string>threesuperior</string>
- </array>
- <key>@KERN_RIGHT_elcyrillic</key>
- <array>
- <string>ljecyrillic</string>
- <string>elcyrillic</string>
- </array>
- <key>@KERN_RIGHT_epsilongreek</key>
- <array>
- <string>epsilon</string>
- </array>
- <key>@KERN_RIGHT_etagreek</key>
- <array>
- <string>eta</string>
- </array>
- <key>@KERN_RIGHT_f</key>
- <array>
- <string>f</string>
- <string>slongstroke</string>
- <string>feng</string>
- </array>
- <key>@KERN_RIGHT_gammagreek</key>
- <array>
- <string>gamma</string>
- </array>
- <key>@KERN_RIGHT_guillemotleft</key>
- <array>
- <string>guillemotleft</string>
- <string>guilsinglleft</string>
- </array>
- <key>@KERN_RIGHT_guillemotright</key>
- <array>
- <string>guilsinglright</string>
- <string>guillemotright</string>
- </array>
- <key>@KERN_RIGHT_idieresis</key>
- <array>
- <string>idieresis</string>
- <string>idieresisacute</string>
- <string>itilde</string>
- </array>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <array>
- <string>iota</string>
- </array>
- <key>@KERN_RIGHT_m</key>
- <array>
- <string>r</string>
- <string>rfishhook</string>
- <string>rrthook</string>
- <string>uni024D</string>
- <string>n</string>
- <string>ncurl</string>
- <string>nrthook</string>
- <string>eng</string>
- <string>p</string>
- <string>phook</string>
- <string>m</string>
- <string>mhook</string>
- <string>ntilde</string>
- <string>nacute</string>
- <string>ncommaaccent</string>
- <string>ncaron</string>
- <string>racute</string>
- <string>rcommaaccent</string>
- <string>rcaron</string>
- </array>
- <key>@KERN_RIGHT_omegagreek</key>
- <array>
- <string>omega</string>
- </array>
- <key>@KERN_RIGHT_one</key>
- <array>
- <string>one</string>
- <string>one.1</string>
- </array>
- <key>@KERN_RIGHT_psigreek</key>
- <array>
- <string>psi</string>
- <string>upsilon</string>
- </array>
- <key>@KERN_RIGHT_quotedbl</key>
- <array>
- <string>quotedbl</string>
- <string>quotesingle</string>
- </array>
- <key>@KERN_RIGHT_quotedblbase</key>
- <array>
- <string>quotedblbase</string>
- <string>quotesinglbase</string>
- </array>
- <key>@KERN_RIGHT_quotedblleft</key>
- <array>
- <string>quotedblleft</string>
- <string>quoteleft</string>
- </array>
- <key>@KERN_RIGHT_quotedblright</key>
- <array>
- <string>quoteright</string>
- <string>quotedblright</string>
- <string>primetripl1</string>
- </array>
- <key>@KERN_RIGHT_s</key>
- <array>
- <string>s</string>
- <string>srthook</string>
- <string>sacute</string>
- <string>scircumflex</string>
- <string>scedilla</string>
- <string>scaron</string>
- </array>
- <key>@KERN_RIGHT_six</key>
- <array>
- <string>zero</string>
- <string>zero.slash</string>
- <string>six</string>
- <string>six.1</string>
- </array>
- <key>@KERN_RIGHT_t</key>
- <array>
- <string>t</string>
- <string>tcaron</string>
- <string>tccurl</string>
- <string>tpalatalhook</string>
- </array>
- <key>@KERN_RIGHT_u</key>
- <array>
- <string>uhorn</string>
- <string>u</string>
- <string>mturndescend</string>
- <string>mturn</string>
- <string>hturn</string>
- <string>ugrave</string>
- <string>uacute</string>
- <string>ucircumflex</string>
- <string>udieresis</string>
- <string>utilde</string>
- <string>umacron</string>
- <string>ubreve</string>
- <string>uring</string>
- <string>uhungarumlaut</string>
- <string>uogonek</string>
- <string>ucaron</string>
- </array>
- <key>@KERN_RIGHT_v</key>
- <array>
- <string>y</string>
- <string>yhook</string>
- <string>uni024F</string>
- <string>v</string>
- <string>gamma1</string>
- <string>yacute</string>
- <string>ydieresis</string>
- <string>ycircumflex</string>
- <string>ygrave</string>
- </array>
- <key>@KERN_RIGHT_w</key>
- <array>
- <string>w</string>
- <string>wcircumflex</string>
- <string>wgrave</string>
- <string>wacute</string>
- <string>wdieresis</string>
- </array>
- <key>@KERN_RIGHT_x</key>
- <array>
- <string>x</string>
- </array>
- <key>@KERN_RIGHT_z</key>
- <array>
- <string>z</string>
- <string>zrthook</string>
- <string>uni0240</string>
- <string>zbar</string>
- <string>zhook</string>
- <string>zacute</string>
- <string>zdotaccent</string>
- <string>zcaron</string>
- <string>zcurl</string>
- </array>
-</dict>
+ <dict>
+ <key>public.kern1.A</key>
+ <array>
+ <string>A</string>
+ <string>Adieresis</string>
+ <string>Atilde</string>
+ <string>uni023A</string>
+ <string>Agrave</string>
+ <string>Aacute</string>
+ <string>Acircumflex</string>
+ <string>Aring</string>
+ <string>Amacron</string>
+ <string>Abreve</string>
+ <string>Aogonek</string>
+ <string>Acaron</string>
+ <string>Aringacute</string>
+ </array>
+ <key>public.kern1.AE</key>
+ <array>
+ <string>AE</string>
+ <string>AEmacron</string>
+ <string>AEacute</string>
+ </array>
+ <key>public.kern1.Alphagreek</key>
+ <array>
+ <string>Lambda</string>
+ <string>Delta</string>
+ </array>
+ <key>public.kern1.B</key>
+ <array>
+ <string>B</string>
+ <string>uni0243</string>
+ <string>Bhook</string>
+ </array>
+ <key>public.kern1.C</key>
+ <array>
+ <string>C</string>
+ <string>uni023B</string>
+ <string>coloncurrency</string>
+ <string>cedi</string>
+ <string>Ccedilla</string>
+ <string>Cacute</string>
+ <string>Ccircumflex</string>
+ <string>Ccaron</string>
+ </array>
+ <key>public.kern1.D</key>
+ <array>
+ <string>Oopen</string>
+ <string>D</string>
+ <string>Dhook</string>
+ <string>O</string>
+ <string>Odieresis</string>
+ <string>Otilde</string>
+ <string>Oslash</string>
+ <string>Q</string>
+ <string>Eth</string>
+ <string>Dcaron</string>
+ <string>Ograve</string>
+ <string>Oacute</string>
+ <string>Ocircumflex</string>
+ <string>Omacron</string>
+ <string>Obreve</string>
+ <string>Ohungarumlaut</string>
+ <string>Ocaron</string>
+ <string>Oogonek</string>
+ </array>
+ <key>public.kern1.Decyrillic</key>
+ <array>
+ <string>afii10021</string>
+ <string>afii10040</string>
+ <string>afii10043</string>
+ </array>
+ <key>public.kern1.E</key>
+ <array>
+ <string>E</string>
+ <string>uni0246</string>
+ <string>OE</string>
+ <string>Egrave</string>
+ <string>Eacute</string>
+ <string>Ecircumflex</string>
+ <string>Edieresis</string>
+ <string>Emacron</string>
+ <string>Ebreve</string>
+ <string>Edotaccent</string>
+ <string>Eogonek</string>
+ <string>Ecaron</string>
+ </array>
+ <key>public.kern1.Ecyrillic</key>
+ <array>
+ <string>afii10053</string>
+ </array>
+ <key>public.kern1.Epsilongreek</key>
+ <array>
+ <string>Xi</string>
+ </array>
+ <key>public.kern1.Ereversedcyrillic</key>
+ <array>
+ <string>afii10047</string>
+ <string>afii10048</string>
+ </array>
+ <key>public.kern1.F</key>
+ <array>
+ <string>F</string>
+ <string>Fhook</string>
+ </array>
+ <key>public.kern1.G</key>
+ <array>
+ <string>G</string>
+ <string>Ghook</string>
+ <string>guarani</string>
+ <string>Gcircumflex</string>
+ <string>Gbreve</string>
+ <string>Gcommaaccent</string>
+ <string>Gcaron</string>
+ <string>Gacute</string>
+ </array>
+ <key>public.kern1.Gecyrillic</key>
+ <array>
+ <string>afii10050</string>
+ </array>
+ <key>public.kern1.H</key>
+ <array>
+ <string>H</string>
+ <string>Hcedilla</string>
+ <string>Enhookcyrillic</string>
+ <string>I</string>
+ <string>Idieresis</string>
+ <string>Idieresisacute</string>
+ <string>Itildebelow</string>
+ <string>M</string>
+ <string>N</string>
+ <string>Nhook</string>
+ <string>Eng</string>
+ <string>afii10026</string>
+ <string>uni0376</string>
+ <string>d</string>
+ <string>l</string>
+ <string>Hcircumflex</string>
+ <string>Igrave</string>
+ <string>Iacute</string>
+ <string>Icircumflex</string>
+ <string>Itilde</string>
+ <string>Imacron</string>
+ <string>Ibreve</string>
+ <string>Iogonek</string>
+ <string>Idotaccent</string>
+ <string>Icaron</string>
+ <string>Ntilde</string>
+ <string>Nacute</string>
+ <string>Ncommaaccent</string>
+ <string>Ncaron</string>
+ </array>
+ <key>public.kern1.Hardsigncyrillic</key>
+ <array>
+ <string>afii10044</string>
+ <string>afii10046</string>
+ <string>afii10058</string>
+ <string>afii10059</string>
+ </array>
+ <key>public.kern1.IJacute</key>
+ <array>
+ <string>J</string>
+ <string>uni0248</string>
+ <string>U</string>
+ <string>uni0244</string>
+ <string>Jcircumflex</string>
+ <string>Ugrave</string>
+ <string>Uacute</string>
+ <string>Ucircumflex</string>
+ <string>Udieresis</string>
+ <string>Utilde</string>
+ <string>Umacron</string>
+ <string>Ubreve</string>
+ <string>Uring</string>
+ <string>Uhungarumlaut</string>
+ <string>Uogonek</string>
+ <string>Ucaron</string>
+ </array>
+ <key>public.kern1.K</key>
+ <array>
+ <string>K</string>
+ <string>Khook</string>
+ <string>Kacyr</string>
+ <string>Kcommaaccent</string>
+ <string>Kcaron</string>
+ </array>
+ <key>public.kern1.L</key>
+ <array>
+ <string>L</string>
+ <string>L_bar</string>
+ <string>Lacute</string>
+ <string>Lcommaaccent</string>
+ <string>Lcaron</string>
+ </array>
+ <key>public.kern1.Ohorn</key>
+ <array>
+ <string>Ohorn</string>
+ </array>
+ <key>public.kern1.Omegagreek</key>
+ <array>
+ <string>Omega</string>
+ </array>
+ <key>public.kern1.Omicrongreek</key>
+ <array>
+ <string>Theta</string>
+ <string>Phi</string>
+ </array>
+ <key>public.kern1.P</key>
+ <array>
+ <string>P</string>
+ </array>
+ <key>public.kern1.R</key>
+ <array>
+ <string>R</string>
+ <string>uni024C</string>
+ <string>Racute</string>
+ <string>Rcommaaccent</string>
+ <string>Rcaron</string>
+ </array>
+ <key>public.kern1.S</key>
+ <array>
+ <string>S</string>
+ <string>Germandbls</string>
+ <string>dollar</string>
+ <string>Sacute</string>
+ <string>Scircumflex</string>
+ <string>Scedilla</string>
+ <string>Scaron</string>
+ </array>
+ <key>public.kern1.T</key>
+ <array>
+ <string>T</string>
+ <string>Thook</string>
+ <string>Trthook</string>
+ <string>uni023E</string>
+ <string>Tcaron</string>
+ </array>
+ <key>public.kern1.Ucyrillic</key>
+ <array>
+ <string>afii10037</string>
+ </array>
+ <key>public.kern1.Uhorn</key>
+ <array>
+ <string>Uhorn</string>
+ </array>
+ <key>public.kern1.V</key>
+ <array>
+ <string>V</string>
+ <string>Gamma1</string>
+ </array>
+ <key>public.kern1.Vecyrillic</key>
+ <array>
+ <string>afii10025</string>
+ </array>
+ <key>public.kern1.W</key>
+ <array>
+ <string>W</string>
+ <string>Wcircumflex</string>
+ <string>Wgrave</string>
+ <string>Wacute</string>
+ <string>Wdieresis</string>
+ </array>
+ <key>public.kern1.X</key>
+ <array>
+ <string>X</string>
+ </array>
+ <key>public.kern1.Y</key>
+ <array>
+ <string>Y</string>
+ <string>Yhook</string>
+ <string>Yacute</string>
+ <string>Ycircumflex</string>
+ <string>Ydieresis</string>
+ <string>Ygrave</string>
+ </array>
+ <key>public.kern1.Z</key>
+ <array>
+ <string>Z</string>
+ <string>uni0224</string>
+ <string>Zbar</string>
+ <string>uni2C7F</string>
+ <string>Zacute</string>
+ <string>Zdotaccent</string>
+ <string>Zcaron</string>
+ </array>
+ <key>public.kern1.a</key>
+ <array>
+ <string>a</string>
+ <string>adieresis</string>
+ <string>atilde</string>
+ <string>feng</string>
+ <string>h</string>
+ <string>hcedilla</string>
+ <string>hhook</string>
+ <string>henghook</string>
+ <string>m</string>
+ <string>mhook</string>
+ <string>n</string>
+ <string>ntilde</string>
+ <string>eng</string>
+ <string>nlfthook</string>
+ <string>hbar</string>
+ <string>agrave</string>
+ <string>aacute</string>
+ <string>acircumflex</string>
+ <string>aring</string>
+ <string>amacron</string>
+ <string>abreve</string>
+ <string>aogonek</string>
+ <string>acaron</string>
+ <string>aringacute</string>
+ <string>hcircumflex</string>
+ <string>nacute</string>
+ <string>ncommaaccent</string>
+ <string>ncaron</string>
+ </array>
+ <key>public.kern1.acyrillic</key>
+ <array>
+ <string>tshecyrillic</string>
+ <string>djecyrillic</string>
+ </array>
+ <key>public.kern1.ae</key>
+ <array>
+ <string>ae</string>
+ <string>e</string>
+ <string>edieresis</string>
+ <string>uni0247</string>
+ <string>oe</string>
+ <string>tccurl</string>
+ <string>aemacron</string>
+ <string>aeacute</string>
+ <string>egrave</string>
+ <string>eacute</string>
+ <string>ecircumflex</string>
+ <string>emacron</string>
+ <string>ebreve</string>
+ <string>edotaccent</string>
+ <string>eogonek</string>
+ <string>ecaron</string>
+ </array>
+ <key>public.kern1.alphagreek</key>
+ <array>
+ <string>alpha</string>
+ </array>
+ <key>public.kern1.approxequal</key>
+ <array>
+ <string>lessequal</string>
+ <string>greaterequal</string>
+ <string>equal</string>
+ <string>notequal</string>
+ <string>plusminus</string>
+ <string>approxequal</string>
+ </array>
+ <key>public.kern1.asciicircum</key>
+ <array>
+ <string>asciicircum</string>
+ <string>asterisk</string>
+ <string>degree</string>
+ </array>
+ <key>public.kern1.b</key>
+ <array>
+ <string>b</string>
+ <string>bhook</string>
+ <string>o</string>
+ <string>odieresis</string>
+ <string>otilde</string>
+ <string>oslash</string>
+ <string>p</string>
+ <string>phook</string>
+ <string>eth</string>
+ <string>thorn</string>
+ <string>ograve</string>
+ <string>oacute</string>
+ <string>ocircumflex</string>
+ <string>omacron</string>
+ <string>obreve</string>
+ <string>ohungarumlaut</string>
+ <string>ocaron</string>
+ <string>oogonek</string>
+ </array>
+ <key>public.kern1.becyrillic</key>
+ <array>
+ <string>becyrillic</string>
+ <string>efcyrillic</string>
+ <string>ereversedcyrillic</string>
+ <string>iucyrillic</string>
+ </array>
+ <key>public.kern1.braceleft</key>
+ <array>
+ <string>parenleft</string>
+ <string>bracketleft</string>
+ <string>braceleft</string>
+ </array>
+ <key>public.kern1.braceleft.case</key>
+ <array>
+ <string>parenleft.case</string>
+ <string>bracketleft.case</string>
+ <string>braceleft.case</string>
+ </array>
+ <key>public.kern1.c</key>
+ <array>
+ <string>c</string>
+ <string>chook</string>
+ <string>cent</string>
+ <string>ccedilla</string>
+ <string>cacute</string>
+ <string>ccircumflex</string>
+ <string>ccaron</string>
+ </array>
+ <key>public.kern1.colon</key>
+ <array>
+ <string>colon</string>
+ <string>semicolon</string>
+ </array>
+ <key>public.kern1.colon.case</key>
+ <array>
+ <string>colon.case</string>
+ <string>punctuationspace</string>
+ </array>
+ <key>public.kern1.comma</key>
+ <array>
+ <string>comma</string>
+ <string>period</string>
+ <string>ellipsis</string>
+ </array>
+ <key>public.kern1.dagger</key>
+ <array>
+ <string>dagger</string>
+ <string>daggerdbl</string>
+ <string>registered</string>
+ <string>trademark</string>
+ <string>ordfeminine</string>
+ <string>ordmasculine</string>
+ <string>isuperior</string>
+ <string>nsuperior</string>
+ </array>
+ <key>public.kern1.dcaron</key>
+ <array>
+ <string>dcaron</string>
+ <string>lcaron</string>
+ </array>
+ <key>public.kern1.decyrillic</key>
+ <array>
+ <string>decyrillic</string>
+ <string>tsecyrillic</string>
+ <string>shchacyrillic</string>
+ </array>
+ <key>public.kern1.deltagreek</key>
+ <array>
+ <string>delta</string>
+ <string>rho</string>
+ <string>phi</string>
+ </array>
+ <key>public.kern1.divide</key>
+ <array>
+ <string>hyphen</string>
+ <string>plus</string>
+ <string>minus</string>
+ <string>divide</string>
+ </array>
+ <key>public.kern1.dotlessi</key>
+ <array>
+ <string>dotlessi</string>
+ <string>i</string>
+ <string>itildebelow</string>
+ <string>dotlessj</string>
+ <string>j</string>
+ <string>jcrosstail</string>
+ <string>igrave</string>
+ <string>iacute</string>
+ <string>icircumflex</string>
+ <string>imacron</string>
+ <string>ibreve</string>
+ <string>iogonek</string>
+ <string>icaron</string>
+ <string>jcircumflex</string>
+ </array>
+ <key>public.kern1.ecyrillic</key>
+ <array>
+ <string>ecyrillic</string>
+ </array>
+ <key>public.kern1.eight</key>
+ <array>
+ <string>three</string>
+ <string>eight</string>
+ </array>
+ <key>public.kern1.eight.subs</key>
+ <array>
+ <string>zerosub</string>
+ <string>oneinferior</string>
+ <string>twosub</string>
+ <string>threesub</string>
+ <string>foursub</string>
+ <string>fivesub</string>
+ <string>sixinferior</string>
+ <string>sevensub</string>
+ <string>eightsub</string>
+ <string>nineinferior</string>
+ <string>plussub</string>
+ <string>minussub</string>
+ <string>equalsub</string>
+ <string>parenleftinferior</string>
+ <string>parenrightsub</string>
+ </array>
+ <key>public.kern1.eight.sups</key>
+ <array>
+ <string>zerosuperior</string>
+ <string>onesuperior</string>
+ <string>twosuperior</string>
+ <string>threesuperior</string>
+ <string>foursuperior</string>
+ <string>fivesuperior</string>
+ <string>sixsuperior</string>
+ <string>sevensuperior</string>
+ <string>eightsuperior</string>
+ <string>ninesuperior</string>
+ <string>plussuperior</string>
+ <string>minussuperior</string>
+ <string>equalsuperior</string>
+ <string>parenleftsuperior</string>
+ <string>parenrightsuperior</string>
+ </array>
+ <key>public.kern1.epsilongreek</key>
+ <array>
+ <string>epsilon</string>
+ </array>
+ <key>public.kern1.etagreek</key>
+ <array>
+ <string>eta</string>
+ </array>
+ <key>public.kern1.f</key>
+ <array>
+ <string>f</string>
+ <string>slongstroke</string>
+ <string>yturn</string>
+ </array>
+ <key>public.kern1.g</key>
+ <array>
+ <string>g</string>
+ <string>hturn</string>
+ <string>hturnlthook</string>
+ <string>mturndescend</string>
+ <string>q</string>
+ <string>gcircumflex</string>
+ <string>gbreve</string>
+ <string>gcommaaccent</string>
+ <string>gcaron</string>
+ <string>gacute</string>
+ </array>
+ <key>public.kern1.gammagreek</key>
+ <array>
+ <string>gamma</string>
+ </array>
+ <key>public.kern1.gecyrillic</key>
+ <array>
+ <string>gecyrillic</string>
+ <string>gheupturncyrillic</string>
+ </array>
+ <key>public.kern1.guillemotleft</key>
+ <array>
+ <string>guilsinglleft</string>
+ <string>guillemotleft</string>
+ </array>
+ <key>public.kern1.guillemotright</key>
+ <array>
+ <string>guilsinglright</string>
+ <string>guillemotright</string>
+ </array>
+ <key>public.kern1.hardsigncyrillic</key>
+ <array>
+ <string>softsigncyrillic</string>
+ <string>hardsigncyrillic</string>
+ <string>ljecyrillic</string>
+ <string>njecyrillic</string>
+ </array>
+ <key>public.kern1.idieresis</key>
+ <array>
+ <string>idieresis</string>
+ <string>idieresisacute</string>
+ <string>itilde</string>
+ </array>
+ <key>public.kern1.iotadieresisgreek</key>
+ <array>
+ <string>iota</string>
+ </array>
+ <key>public.kern1.k</key>
+ <array>
+ <string>k</string>
+ <string>khook</string>
+ <string>kcommaaccent</string>
+ <string>kcaron</string>
+ </array>
+ <key>public.kern1.kacyrillic</key>
+ <array>
+ <string>kacyrillic</string>
+ </array>
+ <key>public.kern1.nine</key>
+ <array>
+ <string>zero</string>
+ <string>zero.slash</string>
+ <string>nine</string>
+ <string>nine.1</string>
+ </array>
+ <key>public.kern1.ohorn</key>
+ <array>
+ <string>ohorn</string>
+ </array>
+ <key>public.kern1.omegagreek</key>
+ <array>
+ <string>omega</string>
+ </array>
+ <key>public.kern1.one</key>
+ <array>
+ <string>one</string>
+ <string>one.1</string>
+ </array>
+ <key>public.kern1.psigreek</key>
+ <array>
+ <string>upsilon</string>
+ <string>psi</string>
+ </array>
+ <key>public.kern1.quotedbl</key>
+ <array>
+ <string>quotesingle</string>
+ <string>quotedbl</string>
+ </array>
+ <key>public.kern1.quotedblbase</key>
+ <array>
+ <string>quotedblbase</string>
+ <string>quotesinglbase</string>
+ </array>
+ <key>public.kern1.quotedblleft</key>
+ <array>
+ <string>quoteleft</string>
+ <string>quotedblleft</string>
+ </array>
+ <key>public.kern1.quotedblright</key>
+ <array>
+ <string>quoteright</string>
+ <string>primetripl1</string>
+ <string>quotedblright</string>
+ </array>
+ <key>public.kern1.r</key>
+ <array>
+ <string>r</string>
+ <string>rrthook</string>
+ <string>uni024D</string>
+ <string>rfishhook</string>
+ <string>racute</string>
+ <string>rcommaaccent</string>
+ <string>rcaron</string>
+ </array>
+ <key>public.kern1.rthook</key>
+ <array>
+ <string>drthook</string>
+ <string>hturnhook2</string>
+ <string>nrthook</string>
+ <string>qrthook</string>
+ <string>Q_rthook</string>
+ </array>
+ <key>public.kern1.s</key>
+ <array>
+ <string>s</string>
+ <string>srthook</string>
+ <string>germandbls</string>
+ <string>sacute</string>
+ <string>scircumflex</string>
+ <string>scedilla</string>
+ <string>scaron</string>
+ </array>
+ <key>public.kern1.t</key>
+ <array>
+ <string>t</string>
+ <string>tpalatalhook</string>
+ <string>tcaron</string>
+ </array>
+ <key>public.kern1.u</key>
+ <array>
+ <string>uni01F6</string>
+ <string>mturn</string>
+ <string>u</string>
+ <string>udieresis</string>
+ <string>utilde</string>
+ <string>ugrave</string>
+ <string>uacute</string>
+ <string>ucircumflex</string>
+ <string>umacron</string>
+ <string>ubreve</string>
+ <string>uring</string>
+ <string>uhungarumlaut</string>
+ <string>uogonek</string>
+ <string>ucaron</string>
+ </array>
+ <key>public.kern1.uhorn</key>
+ <array>
+ <string>uhorn</string>
+ </array>
+ <key>public.kern1.v</key>
+ <array>
+ <string>v</string>
+ <string>y</string>
+ <string>ydieresis</string>
+ <string>yhook</string>
+ <string>uni024F</string>
+ <string>gamma1</string>
+ <string>yacute</string>
+ <string>ycircumflex</string>
+ <string>ygrave</string>
+ </array>
+ <key>public.kern1.vecyrillic</key>
+ <array>
+ <string>vecyrillic</string>
+ <string>zecyrillic</string>
+ </array>
+ <key>public.kern1.w</key>
+ <array>
+ <string>w</string>
+ <string>wdieresis</string>
+ <string>wcircumflex</string>
+ <string>wgrave</string>
+ <string>wacute</string>
+ </array>
+ <key>public.kern1.x</key>
+ <array>
+ <string>x</string>
+ </array>
+ <key>public.kern1.z</key>
+ <array>
+ <string>Dzcaron_</string>
+ <string>dzcaron</string>
+ <string>z</string>
+ <string>zbar</string>
+ <string>zhook</string>
+ <string>uni0240</string>
+ <string>zrthook</string>
+ <string>zacute</string>
+ <string>zdotaccent</string>
+ <string>zcaron</string>
+ </array>
+ <key>public.kern2.A</key>
+ <array>
+ <string>A</string>
+ <string>Adieresis</string>
+ <string>Atilde</string>
+ <string>uni023A</string>
+ <string>yturn</string>
+ <string>Agrave</string>
+ <string>Aacute</string>
+ <string>Acircumflex</string>
+ <string>Aring</string>
+ <string>Amacron</string>
+ <string>Abreve</string>
+ <string>Aogonek</string>
+ <string>Acaron</string>
+ <string>Aringacute</string>
+ </array>
+ <key>public.kern2.AE</key>
+ <array>
+ <string>AE</string>
+ <string>AEmacron</string>
+ <string>AEacute</string>
+ </array>
+ <key>public.kern2.Alphagreek</key>
+ <array>
+ <string>Lambda</string>
+ <string>Delta</string>
+ </array>
+ <key>public.kern2.B</key>
+ <array>
+ <string>B</string>
+ <string>D</string>
+ <string>Dzcaron_</string>
+ <string>E</string>
+ <string>uni0246</string>
+ <string>F</string>
+ <string>Fhook</string>
+ <string>H</string>
+ <string>Hcedilla</string>
+ <string>Enhookcyrillic</string>
+ <string>uni01F6</string>
+ <string>I</string>
+ <string>Idieresis</string>
+ <string>Idieresisacute</string>
+ <string>Itildebelow</string>
+ <string>K</string>
+ <string>Khook</string>
+ <string>L</string>
+ <string>M</string>
+ <string>N</string>
+ <string>Nhook</string>
+ <string>Eng</string>
+ <string>afii10026</string>
+ <string>uni048A</string>
+ <string>uni0376</string>
+ <string>P</string>
+ <string>R</string>
+ <string>Rx</string>
+ <string>b</string>
+ <string>h</string>
+ <string>k</string>
+ <string>l</string>
+ <string>Thorn</string>
+ <string>numero</string>
+ <string>Dcaron</string>
+ <string>Egrave</string>
+ <string>Eacute</string>
+ <string>Ecircumflex</string>
+ <string>Edieresis</string>
+ <string>Emacron</string>
+ <string>Ebreve</string>
+ <string>Edotaccent</string>
+ <string>Eogonek</string>
+ <string>Ecaron</string>
+ <string>Hcircumflex</string>
+ <string>Igrave</string>
+ <string>Iacute</string>
+ <string>Icircumflex</string>
+ <string>Itilde</string>
+ <string>Imacron</string>
+ <string>Ibreve</string>
+ <string>Iogonek</string>
+ <string>Idotaccent</string>
+ <string>Icaron</string>
+ <string>Kcommaaccent</string>
+ <string>Kcaron</string>
+ <string>Lacute</string>
+ <string>Lcommaaccent</string>
+ <string>Lcaron</string>
+ <string>Ntilde</string>
+ <string>Nacute</string>
+ <string>Ncommaaccent</string>
+ <string>Ncaron</string>
+ <string>Racute</string>
+ <string>Rcommaaccent</string>
+ <string>Rcaron</string>
+ </array>
+ <key>public.kern2.C</key>
+ <array>
+ <string>C</string>
+ <string>uni023B</string>
+ <string>Oopen</string>
+ <string>G</string>
+ <string>Ghook</string>
+ <string>O</string>
+ <string>Odieresis</string>
+ <string>Otilde</string>
+ <string>Oslash</string>
+ <string>Ohorn</string>
+ <string>Q</string>
+ <string>OE</string>
+ <string>guarani</string>
+ <string>cedi</string>
+ <string>Ccedilla</string>
+ <string>Cacute</string>
+ <string>Ccircumflex</string>
+ <string>Ccaron</string>
+ <string>Gcircumflex</string>
+ <string>Gbreve</string>
+ <string>Gcommaaccent</string>
+ <string>Gcaron</string>
+ <string>Gacute</string>
+ <string>Ograve</string>
+ <string>Oacute</string>
+ <string>Ocircumflex</string>
+ <string>Omacron</string>
+ <string>Obreve</string>
+ <string>Ohungarumlaut</string>
+ <string>Ocaron</string>
+ <string>Oogonek</string>
+ </array>
+ <key>public.kern2.Dcroat</key>
+ <array>
+ <string>Eth</string>
+ </array>
+ <key>public.kern2.Djecyrillic</key>
+ <array>
+ <string>afii10060</string>
+ <string>afii10051</string>
+ </array>
+ <key>public.kern2.Ecyrillic</key>
+ <array>
+ <string>afii10053</string>
+ </array>
+ <key>public.kern2.Elcyrillic</key>
+ <array>
+ <string>afii10029</string>
+ <string>afii10058</string>
+ </array>
+ <key>public.kern2.J</key>
+ <array>
+ <string>J</string>
+ <string>uni0248</string>
+ <string>Jcircumflex</string>
+ </array>
+ <key>public.kern2.Omicrongreek</key>
+ <array>
+ <string>Theta</string>
+ <string>Phi</string>
+ </array>
+ <key>public.kern2.S</key>
+ <array>
+ <string>S</string>
+ <string>dollar</string>
+ <string>Sacute</string>
+ <string>Scircumflex</string>
+ <string>Scedilla</string>
+ <string>Scaron</string>
+ </array>
+ <key>public.kern2.T</key>
+ <array>
+ <string>T</string>
+ <string>Trthook</string>
+ <string>uni023E</string>
+ <string>Tcaron</string>
+ </array>
+ <key>public.kern2.U</key>
+ <array>
+ <string>U</string>
+ <string>Uhorn</string>
+ <string>uni0244</string>
+ <string>Ugrave</string>
+ <string>Uacute</string>
+ <string>Ucircumflex</string>
+ <string>Udieresis</string>
+ <string>Utilde</string>
+ <string>Umacron</string>
+ <string>Ubreve</string>
+ <string>Uring</string>
+ <string>Uhungarumlaut</string>
+ <string>Uogonek</string>
+ <string>Ucaron</string>
+ </array>
+ <key>public.kern2.Ucyrillic</key>
+ <array>
+ <string>afii10037</string>
+ </array>
+ <key>public.kern2.V</key>
+ <array>
+ <string>V</string>
+ <string>Gamma1</string>
+ </array>
+ <key>public.kern2.W</key>
+ <array>
+ <string>W</string>
+ <string>Wcircumflex</string>
+ <string>Wgrave</string>
+ <string>Wacute</string>
+ <string>Wdieresis</string>
+ </array>
+ <key>public.kern2.X</key>
+ <array>
+ <string>X</string>
+ </array>
+ <key>public.kern2.Y</key>
+ <array>
+ <string>Y</string>
+ <string>Yhook</string>
+ <string>Yacute</string>
+ <string>Ycircumflex</string>
+ <string>Ydieresis</string>
+ <string>Ygrave</string>
+ </array>
+ <key>public.kern2.Z</key>
+ <array>
+ <string>Z</string>
+ <string>uni0224</string>
+ <string>Zbar</string>
+ <string>uni2C7F</string>
+ <string>Zacute</string>
+ <string>Zdotaccent</string>
+ <string>Zcaron</string>
+ </array>
+ <key>public.kern2.a</key>
+ <array>
+ <string>a</string>
+ <string>adieresis</string>
+ <string>atilde</string>
+ <string>a_uni02DE</string>
+ <string>ae</string>
+ <string>agrave</string>
+ <string>aacute</string>
+ <string>acircumflex</string>
+ <string>aring</string>
+ <string>amacron</string>
+ <string>abreve</string>
+ <string>aogonek</string>
+ <string>acaron</string>
+ <string>aringacute</string>
+ <string>aemacron</string>
+ <string>aeacute</string>
+ </array>
+ <key>public.kern2.alphagreek</key>
+ <array>
+ <string>alpha</string>
+ </array>
+ <key>public.kern2.approxequal</key>
+ <array>
+ <string>lessequal</string>
+ <string>greaterequal</string>
+ <string>equal</string>
+ <string>notequal</string>
+ <string>plusminus</string>
+ <string>approxequal</string>
+ </array>
+ <key>public.kern2.asciicircum</key>
+ <array>
+ <string>asciicircum</string>
+ <string>asterisk</string>
+ <string>degree</string>
+ </array>
+ <key>public.kern2.braceright</key>
+ <array>
+ <string>parenright</string>
+ <string>bracketright</string>
+ <string>braceright</string>
+ </array>
+ <key>public.kern2.braceright.case</key>
+ <array>
+ <string>parenright.case</string>
+ <string>bracketright.case</string>
+ <string>braceright.case</string>
+ </array>
+ <key>public.kern2.c</key>
+ <array>
+ <string>c</string>
+ <string>chook</string>
+ <string>ccurl</string>
+ <string>d</string>
+ <string>dcroat</string>
+ <string>drthook</string>
+ <string>dhook</string>
+ <string>uni0221</string>
+ <string>dz</string>
+ <string>dzcaron</string>
+ <string>dzcurl</string>
+ <string>dyogh</string>
+ <string>e</string>
+ <string>edieresis</string>
+ <string>uni0247</string>
+ <string>g</string>
+ <string>o</string>
+ <string>odieresis</string>
+ <string>otilde</string>
+ <string>oslash</string>
+ <string>ohorn</string>
+ <string>oe</string>
+ <string>q</string>
+ <string>qrthook</string>
+ <string>eth</string>
+ <string>cent</string>
+ <string>ccedilla</string>
+ <string>cacute</string>
+ <string>ccircumflex</string>
+ <string>ccaron</string>
+ <string>dcaron</string>
+ <string>egrave</string>
+ <string>eacute</string>
+ <string>ecircumflex</string>
+ <string>emacron</string>
+ <string>ebreve</string>
+ <string>edotaccent</string>
+ <string>eogonek</string>
+ <string>ecaron</string>
+ <string>gcircumflex</string>
+ <string>gbreve</string>
+ <string>gcommaaccent</string>
+ <string>gcaron</string>
+ <string>gacute</string>
+ <string>ograve</string>
+ <string>oacute</string>
+ <string>ocircumflex</string>
+ <string>omacron</string>
+ <string>obreve</string>
+ <string>ohungarumlaut</string>
+ <string>ocaron</string>
+ <string>oogonek</string>
+ </array>
+ <key>public.kern2.colon</key>
+ <array>
+ <string>colon</string>
+ <string>colon.case</string>
+ <string>semicolon</string>
+ </array>
+ <key>public.kern2.colon.case</key>
+ <array>
+ <string>punctuationspace</string>
+ </array>
+ <key>public.kern2.comma</key>
+ <array>
+ <string>comma</string>
+ <string>period</string>
+ <string>ellipsis</string>
+ </array>
+ <key>public.kern2.dagger</key>
+ <array>
+ <string>dagger</string>
+ <string>daggerdbl</string>
+ <string>registered</string>
+ <string>trademark</string>
+ <string>ordfeminine</string>
+ <string>ordmasculine</string>
+ <string>isuperior</string>
+ <string>nsuperior</string>
+ </array>
+ <key>public.kern2.deltagreek</key>
+ <array>
+ <string>delta</string>
+ <string>sigma1</string>
+ <string>sigma</string>
+ <string>phi</string>
+ </array>
+ <key>public.kern2.divide</key>
+ <array>
+ <string>hyphen</string>
+ <string>plus</string>
+ <string>minus</string>
+ <string>divide</string>
+ </array>
+ <key>public.kern2.dotlessi</key>
+ <array>
+ <string>dotlessi</string>
+ <string>i</string>
+ <string>itildebelow</string>
+ <string>igrave</string>
+ <string>iacute</string>
+ <string>icircumflex</string>
+ <string>imacron</string>
+ <string>ibreve</string>
+ <string>iogonek</string>
+ <string>icaron</string>
+ </array>
+ <key>public.kern2.dotlessj</key>
+ <array>
+ <string>dotlessj</string>
+ <string>j</string>
+ <string>jcrosstail</string>
+ <string>jcircumflex</string>
+ </array>
+ <key>public.kern2.dzhecyrillic</key>
+ <array>
+ <string>vecyrillic</string>
+ <string>gecyrillic</string>
+ <string>gheupturncyrillic</string>
+ <string>iicyrillic</string>
+ <string>kacyrillic</string>
+ <string>emcyrillic</string>
+ <string>encyrillic</string>
+ <string>pecyrillic</string>
+ <string>tsecyrillic</string>
+ <string>dzhecyrillic</string>
+ <string>shacyrillic</string>
+ <string>shchacyrillic</string>
+ <string>softsigncyrillic</string>
+ <string>yericyrillic</string>
+ <string>njecyrillic</string>
+ <string>iucyrillic</string>
+ </array>
+ <key>public.kern2.ecyrillic</key>
+ <array>
+ <string>efcyrillic</string>
+ <string>ecyrillic</string>
+ </array>
+ <key>public.kern2.eight.subs</key>
+ <array>
+ <string>zerosub</string>
+ <string>oneinferior</string>
+ <string>twosub</string>
+ <string>threesub</string>
+ <string>foursub</string>
+ <string>fivesub</string>
+ <string>sixinferior</string>
+ <string>sevensub</string>
+ <string>eightsub</string>
+ <string>nineinferior</string>
+ <string>plussub</string>
+ <string>minussub</string>
+ <string>equalsub</string>
+ <string>parenleftinferior</string>
+ <string>parenrightsub</string>
+ </array>
+ <key>public.kern2.eight.sups</key>
+ <array>
+ <string>zerosuperior</string>
+ <string>onesuperior</string>
+ <string>twosuperior</string>
+ <string>threesuperior</string>
+ <string>foursuperior</string>
+ <string>fivesuperior</string>
+ <string>sixsuperior</string>
+ <string>sevensuperior</string>
+ <string>eightsuperior</string>
+ <string>ninesuperior</string>
+ <string>plussuperior</string>
+ <string>minussuperior</string>
+ <string>equalsuperior</string>
+ <string>parenleftsuperior</string>
+ <string>parenrightsuperior</string>
+ </array>
+ <key>public.kern2.elcyrillic</key>
+ <array>
+ <string>elcyrillic</string>
+ <string>ljecyrillic</string>
+ </array>
+ <key>public.kern2.epsilongreek</key>
+ <array>
+ <string>epsilon</string>
+ </array>
+ <key>public.kern2.etagreek</key>
+ <array>
+ <string>eta</string>
+ </array>
+ <key>public.kern2.f</key>
+ <array>
+ <string>f</string>
+ <string>slongstroke</string>
+ <string>feng</string>
+ </array>
+ <key>public.kern2.gammagreek</key>
+ <array>
+ <string>gamma</string>
+ </array>
+ <key>public.kern2.guillemotleft</key>
+ <array>
+ <string>guilsinglleft</string>
+ <string>guillemotleft</string>
+ </array>
+ <key>public.kern2.guillemotright</key>
+ <array>
+ <string>guilsinglright</string>
+ <string>guillemotright</string>
+ </array>
+ <key>public.kern2.idieresis</key>
+ <array>
+ <string>idieresis</string>
+ <string>idieresisacute</string>
+ <string>itilde</string>
+ </array>
+ <key>public.kern2.iotadieresisgreek</key>
+ <array>
+ <string>iota</string>
+ </array>
+ <key>public.kern2.m</key>
+ <array>
+ <string>m</string>
+ <string>mhook</string>
+ <string>n</string>
+ <string>ntilde</string>
+ <string>nrthook</string>
+ <string>eng</string>
+ <string>ncurl</string>
+ <string>p</string>
+ <string>phook</string>
+ <string>r</string>
+ <string>rrthook</string>
+ <string>uni024D</string>
+ <string>rfishhook</string>
+ <string>nacute</string>
+ <string>ncommaaccent</string>
+ <string>ncaron</string>
+ <string>racute</string>
+ <string>rcommaaccent</string>
+ <string>rcaron</string>
+ </array>
+ <key>public.kern2.omegagreek</key>
+ <array>
+ <string>omega</string>
+ </array>
+ <key>public.kern2.one</key>
+ <array>
+ <string>one</string>
+ <string>one.1</string>
+ </array>
+ <key>public.kern2.psigreek</key>
+ <array>
+ <string>upsilon</string>
+ <string>psi</string>
+ </array>
+ <key>public.kern2.quotedbl</key>
+ <array>
+ <string>quotesingle</string>
+ <string>quotedbl</string>
+ </array>
+ <key>public.kern2.quotedblbase</key>
+ <array>
+ <string>quotedblbase</string>
+ <string>quotesinglbase</string>
+ </array>
+ <key>public.kern2.quotedblleft</key>
+ <array>
+ <string>quoteleft</string>
+ <string>quotedblleft</string>
+ </array>
+ <key>public.kern2.quotedblright</key>
+ <array>
+ <string>quoteright</string>
+ <string>primetripl1</string>
+ <string>quotedblright</string>
+ </array>
+ <key>public.kern2.s</key>
+ <array>
+ <string>s</string>
+ <string>srthook</string>
+ <string>sacute</string>
+ <string>scircumflex</string>
+ <string>scedilla</string>
+ <string>scaron</string>
+ </array>
+ <key>public.kern2.six</key>
+ <array>
+ <string>zero</string>
+ <string>zero.slash</string>
+ <string>six</string>
+ <string>six.1</string>
+ </array>
+ <key>public.kern2.t</key>
+ <array>
+ <string>t</string>
+ <string>tpalatalhook</string>
+ <string>tccurl</string>
+ <string>tcaron</string>
+ </array>
+ <key>public.kern2.u</key>
+ <array>
+ <string>hturn</string>
+ <string>mturn</string>
+ <string>mturndescend</string>
+ <string>u</string>
+ <string>udieresis</string>
+ <string>utilde</string>
+ <string>uhorn</string>
+ <string>ugrave</string>
+ <string>uacute</string>
+ <string>ucircumflex</string>
+ <string>umacron</string>
+ <string>ubreve</string>
+ <string>uring</string>
+ <string>uhungarumlaut</string>
+ <string>uogonek</string>
+ <string>ucaron</string>
+ </array>
+ <key>public.kern2.v</key>
+ <array>
+ <string>v</string>
+ <string>y</string>
+ <string>ydieresis</string>
+ <string>yhook</string>
+ <string>uni024F</string>
+ <string>gamma1</string>
+ <string>yacute</string>
+ <string>ycircumflex</string>
+ <string>ygrave</string>
+ </array>
+ <key>public.kern2.w</key>
+ <array>
+ <string>w</string>
+ <string>wdieresis</string>
+ <string>wcircumflex</string>
+ <string>wgrave</string>
+ <string>wacute</string>
+ </array>
+ <key>public.kern2.x</key>
+ <array>
+ <string>x</string>
+ </array>
+ <key>public.kern2.z</key>
+ <array>
+ <string>z</string>
+ <string>zbar</string>
+ <string>zhook</string>
+ <string>uni0240</string>
+ <string>zrthook</string>
+ <string>zcurl</string>
+ <string>zacute</string>
+ <string>zdotaccent</string>
+ <string>zcaron</string>
+ </array>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Regular.ufo/kerning.plist b/src/Inter-UI-Regular.ufo/kerning.plist
index ffe59f540..501084829 100644
--- a/src/Inter-UI-Regular.ufo/kerning.plist
+++ b/src/Inter-UI-Regular.ufo/kerning.plist
@@ -1,5819 +1,5798 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>@KERN_LEFT_A</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-233</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>0</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-371</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-276</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-29</integer>
- <key>Tbar</key>
- <integer>-151</integer>
- <key>backslash</key>
- <integer>-55</integer>
- <key>eight</key>
- <integer>-29</integer>
- <key>five</key>
- <integer>-14</integer>
- <key>less</key>
- <integer>-83</integer>
- <key>logicalnot</key>
- <integer>-55</integer>
- <key>multiply</key>
- <integer>-82</integer>
- <key>nine</key>
- <integer>-82</integer>
- <key>nine.1</key>
- <integer>-28</integer>
- <key>periodcentered</key>
- <integer>-84</integer>
- <key>question</key>
- <integer>-166</integer>
- <key>seven</key>
- <integer>-42</integer>
- </dict>
- <key>@KERN_LEFT_AE</key>
- <dict>
- <key>periodcentered</key>
- <integer>-13</integer>
- </dict>
- <key>@KERN_LEFT_Alphagreek</key>
- <dict>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>0</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-372</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-27</integer>
- <key>Psi</key>
- <integer>-165</integer>
- <key>backslash</key>
- <integer>-55</integer>
- <key>five</key>
- <integer>-13</integer>
- <key>less</key>
- <integer>-82</integer>
- <key>nine</key>
- <integer>-15</integer>
- <key>nine.1</key>
- <integer>-15</integer>
- <key>pi</key>
- <integer>-83</integer>
- <key>question</key>
- <integer>-164</integer>
- <key>rho</key>
- <integer>-42</integer>
- <key>seven</key>
- <integer>-41</integer>
- <key>tau</key>
- <integer>-139</integer>
- <key>theta</key>
- <integer>-111</integer>
- <key>xi</key>
- <integer>-69</integer>
- <key>zeta</key>
- <integer>-109</integer>
- </dict>
- <key>@KERN_LEFT_B</key>
- <dict>
- <key>@KERN_RIGHT_AE</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>82</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-82</integer>
- </dict>
- <key>@KERN_LEFT_C</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>96</integer>
- <key>backslash</key>
- <integer>41</integer>
- <key>underscore</key>
- <integer>-111</integer>
- </dict>
- <key>@KERN_LEFT_D</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_braceright.case</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-28</integer>
- <key>jcrosstail</key>
- <integer>-240</integer>
- <key>seven</key>
- <integer>-29</integer>
- <key>slash</key>
- <integer>-111</integer>
- <key>underscore</key>
- <integer>-111</integer>
- </dict>
- <key>@KERN_LEFT_Decyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>40</integer>
- <key>afii10021</key>
- <integer>96</integer>
- <key>afii10024</key>
- <integer>54</integer>
- <key>afii10025</key>
- <integer>29</integer>
- <key>afii10044</key>
- <integer>-41</integer>
- <key>decyrillic</key>
- <integer>68</integer>
- <key>iacyrillic</key>
- <integer>56</integer>
- <key>underscore</key>
- <integer>165</integer>
- <key>zhecyrillic</key>
- <integer>27</integer>
- </dict>
- <key>@KERN_LEFT_E</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>208</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-64</integer>
- <key>backslash</key>
- <integer>56</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>periodcentered</key>
- <integer>-14</integer>
- </dict>
- <key>@KERN_LEFT_Ecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-41</integer>
- <key>afii10021</key>
- <integer>-29</integer>
- <key>afii10024</key>
- <integer>-55</integer>
- <key>afii10038</key>
- <integer>-42</integer>
- <key>afii10041</key>
- <integer>-13</integer>
- <key>afii10044</key>
- <integer>-83</integer>
- <key>afii10049</key>
- <integer>-42</integer>
- <key>tecyrillic</key>
- <integer>-29</integer>
- <key>tenge</key>
- <integer>-14</integer>
- <key>underscore</key>
- <integer>-69</integer>
- <key>zhecyrillic</key>
- <integer>-27</integer>
- </dict>
- <key>@KERN_LEFT_Epsilongreek</key>
- <dict>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-29</integer>
- <key>backslash</key>
- <integer>55</integer>
- <key>four</key>
- <integer>-28</integer>
- </dict>
- <key>@KERN_LEFT_Ereversedcyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-96</integer>
- <key>afii10024</key>
- <integer>-69</integer>
- <key>afii10025</key>
- <integer>-15</integer>
- <key>afii10044</key>
- <integer>-68</integer>
- <key>underscore</key>
- <integer>-111</integer>
- </dict>
- <key>@KERN_LEFT_F</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-256</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-248</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-233</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>208</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-331</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-96</integer>
- <key>ampersand</key>
- <integer>-70</integer>
- <key>backslash</key>
- <integer>27</integer>
- <key>eight</key>
- <integer>-42</integer>
- <key>four</key>
- <integer>-41</integer>
- <key>periodcentered</key>
- <integer>-14</integer>
- <key>slash</key>
- <integer>-139</integer>
- <key>three</key>
- <integer>-28</integer>
- <key>two</key>
- <integer>-28</integer>
- <key>underscore</key>
- <integer>-192</integer>
- </dict>
- <key>@KERN_LEFT_G</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_braceright.case</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>96</integer>
- <key>slash</key>
- <integer>-42</integer>
- </dict>
- <key>@KERN_LEFT_Gecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_dzhecyrillic</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-235</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-412</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-82</integer>
- <key>afii10021</key>
- <integer>-84</integer>
- <key>afii10024</key>
- <integer>-41</integer>
- <key>afii10025</key>
- <integer>-13</integer>
- <key>afii10038</key>
- <integer>-96</integer>
- <key>afii10047</key>
- <integer>-54</integer>
- <key>afii10049</key>
- <integer>-82</integer>
- <key>ampersand</key>
- <integer>-96</integer>
- <key>asciitilde</key>
- <integer>-206</integer>
- <key>becyrillic</key>
- <integer>-42</integer>
- <key>checyrillic</key>
- <integer>-206</integer>
- <key>decyrillic</key>
- <integer>-207</integer>
- <key>eight</key>
- <integer>-41</integer>
- <key>ereversedcyrillic</key>
- <integer>-205</integer>
- <key>five</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-164</integer>
- <key>greater</key>
- <integer>-69</integer>
- <key>hardsigncyrillic</key>
- <integer>-206</integer>
- <key>hryvnia</key>
- <integer>-27</integer>
- <key>iacyrillic</key>
- <integer>-274</integer>
- <key>less</key>
- <integer>-206</integer>
- <key>logicalnot</key>
- <integer>-206</integer>
- <key>multiply</key>
- <integer>-219</integer>
- <key>nine</key>
- <integer>-29</integer>
- <key>nine.1</key>
- <integer>-29</integer>
- <key>numbersign</key>
- <integer>-70</integer>
- <key>tecyrillic</key>
- <integer>-180</integer>
- <key>three</key>
- <integer>-27</integer>
- <key>two</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-179</integer>
- <key>uni20BD</key>
- <integer>-84</integer>
- <key>zecyrillic</key>
- <integer>-205</integer>
- <key>zhecyrillic</key>
- <integer>-205</integer>
- </dict>
- <key>@KERN_LEFT_H</key>
- <dict>
- <key>@KERN_RIGHT_B</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>8</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>208</integer>
- <key>backslash</key>
- <integer>16</integer>
- </dict>
- <key>@KERN_LEFT_Hardsigncyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-56</integer>
- <key>afii10024</key>
- <integer>-55</integer>
- <key>afii10041</key>
- <integer>-27</integer>
- <key>afii10044</key>
- <integer>-165</integer>
- <key>afii10049</key>
- <integer>-13</integer>
- <key>checyrillic</key>
- <integer>-14</integer>
- <key>hardsigncyrillic</key>
- <integer>-55</integer>
- <key>seven</key>
- <integer>-41</integer>
- <key>tecyrillic</key>
- <integer>-28</integer>
- <key>tenge</key>
- <integer>-42</integer>
- <key>zhecyrillic</key>
- <integer>-14</integer>
- </dict>
- <key>@KERN_LEFT_IJacute</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-179</integer>
- <key>backslash</key>
- <integer>56</integer>
- <key>slash</key>
- <integer>-137</integer>
- <key>underscore</key>
- <integer>-111</integer>
- </dict>
- <key>@KERN_LEFT_K</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>240</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-100</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-179</integer>
- <key>ampersand</key>
- <integer>-41</integer>
- <key>asterisk.case</key>
- <integer>-48</integer>
- <key>at</key>
- <integer>-41</integer>
- <key>five</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-70</integer>
- <key>infinity</key>
- <integer>-96</integer>
- <key>less</key>
- <integer>-180</integer>
- <key>logicalnot</key>
- <integer>-137</integer>
- <key>multiply</key>
- <integer>-54</integer>
- <key>nine</key>
- <integer>-42</integer>
- <key>nine.1</key>
- <integer>-42</integer>
- <key>periodcentered</key>
- <integer>-123</integer>
- <key>tbar</key>
- <integer>-68</integer>
- <key>three</key>
- <integer>-27</integer>
- </dict>
- <key>@KERN_LEFT_L</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-370</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-260</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>-425</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-178</integer>
- <key>Tbar</key>
- <integer>-261</integer>
- <key>backslash</key>
- <integer>-56</integer>
- <key>eight</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-29</integer>
- <key>less</key>
- <integer>-56</integer>
- <key>logicalnot</key>
- <integer>-358</integer>
- <key>periodcentered</key>
- <integer>-166</integer>
- <key>question</key>
- <integer>-192</integer>
- <key>seven</key>
- <integer>-40</integer>
- </dict>
- <key>@KERN_LEFT_Ohorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>40</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>139</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>54</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>28</integer>
- <key>Hbar</key>
- <integer>42</integer>
- <key>Tbar</key>
- <integer>40</integer>
- <key>asciitilde</key>
- <integer>-42</integer>
- <key>at</key>
- <integer>-42</integer>
- <key>bullet</key>
- <integer>-42</integer>
- <key>copyright</key>
- <integer>-40</integer>
- <key>emdash</key>
- <integer>-40</integer>
- <key>endash</key>
- <integer>-41</integer>
- <key>exclamdown</key>
- <integer>-41</integer>
- <key>figuredash</key>
- <integer>-41</integer>
- <key>hyphenbullet</key>
- <integer>-42</integer>
- <key>infinity</key>
- <integer>-42</integer>
- <key>integral</key>
- <integer>-42</integer>
- <key>logicalnot</key>
- <integer>-40</integer>
- <key>lslash</key>
- <integer>28</integer>
- <key>multiply</key>
- <integer>-42</integer>
- <key>partialdiff</key>
- <integer>-40</integer>
- <key>periodcentered</key>
- <integer>-42</integer>
- <key>questiondown</key>
- <integer>-40</integer>
- <key>seven</key>
- <integer>56</integer>
- </dict>
- <key>@KERN_LEFT_Omegagreek</key>
- <dict>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-28</integer>
- <key>Psi</key>
- <integer>-29</integer>
- <key>theta</key>
- <integer>-13</integer>
- <key>xi</key>
- <integer>-14</integer>
- </dict>
- <key>@KERN_LEFT_Omicrongreek</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-84</integer>
- <key>Psi</key>
- <integer>-42</integer>
- <key>Sigma</key>
- <integer>-42</integer>
- <key>lambda</key>
- <integer>-40</integer>
- <key>pi</key>
- <integer>-13</integer>
- <key>rho</key>
- <integer>-15</integer>
- <key>seven</key>
- <integer>-28</integer>
- <key>slash</key>
- <integer>-109</integer>
- <key>tau</key>
- <integer>-13</integer>
- <key>underscore</key>
- <integer>-110</integer>
- <key>xi</key>
- <integer>-13</integer>
- <key>zeta</key>
- <integer>-29</integer>
- </dict>
- <key>@KERN_LEFT_P</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-315</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-58</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>68</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-400</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>70</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>55</integer>
- <key>ampersand</key>
- <integer>-84</integer>
- <key>backslash</key>
- <integer>40</integer>
- <key>four</key>
- <integer>-83</integer>
- <key>hyphen</key>
- <integer>-128</integer>
- <key>periodcentered</key>
- <integer>-13</integer>
- <key>seven</key>
- <integer>-13</integer>
- <key>slash</key>
- <integer>-137</integer>
- <key>two</key>
- <integer>-13</integer>
- <key>underscore</key>
- <integer>-233</integer>
- </dict>
- <key>@KERN_LEFT_R</key>
- <dict>
- <key>@KERN_RIGHT_V</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>28</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>128</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>70</integer>
- <key>four</key>
- <integer>-28</integer>
- <key>periodcentered</key>
- <integer>-14</integer>
- </dict>
- <key>@KERN_LEFT_S</key>
- <dict>
- <key>@KERN_RIGHT_V</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>128</integer>
- </dict>
- <key>@KERN_LEFT_T</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-344</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-235</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-329</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-112</integer>
- <key>adieresis</key>
- <integer>-112</integer>
- <key>ampersand</key>
- <integer>-96</integer>
- <key>asterisk.case</key>
- <integer>-96</integer>
- <key>atilde</key>
- <integer>-112</integer>
- <key>backslash</key>
- <integer>54</integer>
- <key>edieresis</key>
- <integer>-144</integer>
- <key>four</key>
- <integer>-192</integer>
- <key>itilde</key>
- <integer>16</integer>
- <key>less</key>
- <integer>-221</integer>
- <key>ntilde</key>
- <integer>-80</integer>
- <key>odieresis</key>
- <integer>-144</integer>
- <key>otilde</key>
- <integer>-144</integer>
- <key>periodcentered</key>
- <integer>-221</integer>
- <key>slash</key>
- <integer>-219</integer>
- <key>three</key>
- <integer>-27</integer>
- <key>udieresis</key>
- <integer>-144</integer>
- <key>underscore</key>
- <integer>-150</integer>
- <key>utilde</key>
- <integer>-112</integer>
- <key>wdieresis</key>
- <integer>-144</integer>
- <key>ydieresis</key>
- <integer>-96</integer>
- </dict>
- <key>@KERN_LEFT_Ucyrillic</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_dzhecyrillic</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-260</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-454</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-29</integer>
- <key>afii10021</key>
- <integer>-40</integer>
- <key>afii10024</key>
- <integer>-69</integer>
- <key>afii10025</key>
- <integer>-29</integer>
- <key>afii10038</key>
- <integer>-68</integer>
- <key>afii10044</key>
- <integer>-28</integer>
- <key>afii10047</key>
- <integer>-40</integer>
- <key>afii10049</key>
- <integer>-68</integer>
- <key>ampersand</key>
- <integer>-70</integer>
- <key>becyrillic</key>
- <integer>-41</integer>
- <key>checyrillic</key>
- <integer>-96</integer>
- <key>decyrillic</key>
- <integer>-123</integer>
- <key>eight</key>
- <integer>-55</integer>
- <key>ereversedcyrillic</key>
- <integer>-111</integer>
- <key>four</key>
- <integer>-111</integer>
- <key>greater</key>
- <integer>-28</integer>
- <key>hardsigncyrillic</key>
- <integer>-110</integer>
- <key>hryvnia</key>
- <integer>-56</integer>
- <key>iacyrillic</key>
- <integer>-138</integer>
- <key>less</key>
- <integer>-192</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>multiply</key>
- <integer>-138</integer>
- <key>nine</key>
- <integer>-13</integer>
- <key>nine.1</key>
- <integer>-13</integer>
- <key>numbersign</key>
- <integer>-55</integer>
- <key>tecyrillic</key>
- <integer>-82</integer>
- <key>three</key>
- <integer>-70</integer>
- <key>two</key>
- <integer>-83</integer>
- <key>underscore</key>
- <integer>-235</integer>
- <key>uni20BD</key>
- <integer>-29</integer>
- <key>zecyrillic</key>
- <integer>-110</integer>
- <key>zhecyrillic</key>
- <integer>-109</integer>
- </dict>
- <key>@KERN_LEFT_Uhorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-288</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>70</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>111</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-276</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>192</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-164</integer>
- <key>ampersand</key>
- <integer>-125</integer>
- <key>asciitilde</key>
- <integer>-166</integer>
- <key>at</key>
- <integer>-109</integer>
- <key>bullet</key>
- <integer>-166</integer>
- <key>emdash</key>
- <integer>-164</integer>
- <key>endash</key>
- <integer>-166</integer>
- <key>figuredash</key>
- <integer>-166</integer>
- <key>four</key>
- <integer>-125</integer>
- <key>hyphenbullet</key>
- <integer>-164</integer>
- <key>infinity</key>
- <integer>-165</integer>
- <key>integral</key>
- <integer>-164</integer>
- <key>less</key>
- <integer>-166</integer>
- <key>logicalnot</key>
- <integer>-164</integer>
- <key>multiply</key>
- <integer>-164</integer>
- <key>partialdiff</key>
- <integer>-165</integer>
- <key>periodcentered</key>
- <integer>-164</integer>
- <key>questiondown</key>
- <integer>-164</integer>
- <key>radical</key>
- <integer>-84</integer>
- <key>slash</key>
- <integer>-139</integer>
- <key>trianglebullet</key>
- <integer>-166</integer>
- </dict>
- <key>@KERN_LEFT_V</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-358</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>80</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-274</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-260</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>240</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-316</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-42</integer>
- <key>adieresis</key>
- <integer>-112</integer>
- <key>ampersand</key>
- <integer>-138</integer>
- <key>at</key>
- <integer>-96</integer>
- <key>backslash</key>
- <integer>54</integer>
- <key>eight</key>
- <integer>-40</integer>
- <key>four</key>
- <integer>-96</integer>
- <key>infinity</key>
- <integer>-70</integer>
- <key>less</key>
- <integer>-207</integer>
- <key>logicalnot</key>
- <integer>-164</integer>
- <key>multiply</key>
- <integer>-109</integer>
- <key>nine</key>
- <integer>-15</integer>
- <key>nine.1</key>
- <integer>-15</integer>
- <key>ntilde</key>
- <integer>-48</integer>
- <key>otilde</key>
- <integer>-128</integer>
- <key>periodcentered</key>
- <integer>-111</integer>
- <key>questiongreek</key>
- <integer>-69</integer>
- <key>slash</key>
- <integer>-206</integer>
- <key>underscore</key>
- <integer>-219</integer>
- </dict>
- <key>@KERN_LEFT_Vecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-56</integer>
- <key>afii10044</key>
- <integer>-42</integer>
- <key>afii10049</key>
- <integer>-15</integer>
- <key>checyrillic</key>
- <integer>-14</integer>
- <key>hardsigncyrillic</key>
- <integer>-41</integer>
- <key>iacyrillic</key>
- <integer>-29</integer>
- <key>tecyrillic</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-55</integer>
- <key>zecyrillic</key>
- <integer>-15</integer>
- <key>zhecyrillic</key>
- <integer>-15</integer>
- </dict>
- <key>@KERN_LEFT_W</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-274</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-41</integer>
- <key>ampersand</key>
- <integer>-137</integer>
- <key>backslash</key>
- <integer>54</integer>
- <key>eight</key>
- <integer>-40</integer>
- <key>four</key>
- <integer>-96</integer>
- <key>infinity</key>
- <integer>-29</integer>
- <key>less</key>
- <integer>-207</integer>
- <key>periodcentered</key>
- <integer>-84</integer>
- <key>slash</key>
- <integer>-192</integer>
- <key>three</key>
- <integer>-42</integer>
- <key>underscore</key>
- <integer>-221</integer>
- </dict>
- <key>@KERN_LEFT_X</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-84</integer>
- <key>ampersand</key>
- <integer>-28</integer>
- <key>at</key>
- <integer>-27</integer>
- <key>backslash</key>
- <integer>29</integer>
- <key>eight</key>
- <integer>-15</integer>
- <key>four</key>
- <integer>-42</integer>
- <key>infinity</key>
- <integer>-27</integer>
- <key>less</key>
- <integer>-150</integer>
- <key>periodcentered</key>
- <integer>-123</integer>
- <key>slash</key>
- <integer>-41</integer>
- <key>three</key>
- <integer>-42</integer>
- <key>two</key>
- <integer>-27</integer>
- </dict>
- <key>@KERN_LEFT_Y</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-316</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_S</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>80</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-176</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-261</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-160</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-274</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-317</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-248</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-12</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-76</integer>
- <key>adieresis</key>
- <integer>-112</integer>
- <key>ampersand</key>
- <integer>-164</integer>
- <key>at</key>
- <integer>-55</integer>
- <key>backslash</key>
- <integer>42</integer>
- <key>edieresis</key>
- <integer>-144</integer>
- <key>eight</key>
- <integer>-68</integer>
- <key>four</key>
- <integer>-192</integer>
- <key>infinity</key>
- <integer>-96</integer>
- <key>itilde</key>
- <integer>1</integer>
- <key>less</key>
- <integer>-288</integer>
- <key>logicalnot</key>
- <integer>-137</integer>
- <key>multiply</key>
- <integer>-125</integer>
- <key>nine</key>
- <integer>-28</integer>
- <key>nine.1</key>
- <integer>-28</integer>
- <key>ntilde</key>
- <integer>-64</integer>
- <key>odieresis</key>
- <integer>-144</integer>
- <key>otilde</key>
- <integer>-144</integer>
- <key>periodcentered</key>
- <integer>-138</integer>
- <key>questiongreek</key>
- <integer>-164</integer>
- <key>slash</key>
- <integer>-192</integer>
- <key>three</key>
- <integer>-54</integer>
- <key>two</key>
- <integer>-28</integer>
- <key>underscore</key>
- <integer>-276</integer>
- </dict>
- <key>@KERN_LEFT_Z</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>240</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-68</integer>
- <key>less</key>
- <integer>-164</integer>
- <key>periodcentered</key>
- <integer>-84</integer>
- </dict>
- <key>@KERN_LEFT_a</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-86</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-69</integer>
- <key>seven</key>
- <integer>-48</integer>
- </dict>
- <key>@KERN_LEFT_acyrillic</key>
- <dict>
- <key>hardsigncyrillic</key>
- <integer>-29</integer>
- <key>tecyrillic</key>
- <integer>-28</integer>
- </dict>
- <key>@KERN_LEFT_ae</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-56</integer>
- <key>seven</key>
- <integer>-64</integer>
- <key>underscore</key>
- <integer>-42</integer>
- </dict>
- <key>@KERN_LEFT_alphagreek</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>125</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>84</integer>
- <key>Psi</key>
- <integer>-29</integer>
- <key>ampersand</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-54</integer>
- <key>less</key>
- <integer>-111</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>pi</key>
- <integer>-42</integer>
- <key>slash</key>
- <integer>-96</integer>
- <key>tau</key>
- <integer>-40</integer>
- <key>theta</key>
- <integer>-42</integer>
- <key>xi</key>
- <integer>-27</integer>
- <key>zeta</key>
- <integer>-20</integer>
- </dict>
- <key>@KERN_LEFT_approxequal</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-261</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-96</integer>
- <key>afii10044</key>
- <integer>-124</integer>
- <key>tenge</key>
- <integer>-110</integer>
- </dict>
- <key>@KERN_LEFT_asciicircum</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-384</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-29</integer>
- <key>Hbar</key>
- <integer>70</integer>
- <key>afii10021</key>
- <integer>-55</integer>
- <key>afii10024</key>
- <integer>-29</integer>
- <key>ampersand</key>
- <integer>-96</integer>
- <key>decyrillic</key>
- <integer>-41</integer>
- <key>four</key>
- <integer>-123</integer>
- <key>underscore</key>
- <integer>-192</integer>
- </dict>
- <key>@KERN_LEFT_b</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-80</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-240</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-16</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-42</integer>
- <key>jcrosstail</key>
- <integer>-208</integer>
- <key>seven</key>
- <integer>-80</integer>
- <key>underscore</key>
- <integer>-40</integer>
- </dict>
- <key>@KERN_LEFT_becyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-15</integer>
- <key>checyrillic</key>
- <integer>-29</integer>
- <key>decyrillic</key>
- <integer>-14</integer>
- <key>ereversedcyrillic</key>
- <integer>-14</integer>
- <key>hardsigncyrillic</key>
- <integer>-96</integer>
- <key>iacyrillic</key>
- <integer>-15</integer>
- <key>tecyrillic</key>
- <integer>-56</integer>
- <key>zecyrillic</key>
- <integer>-15</integer>
- <key>zhecyrillic</key>
- <integer>-69</integer>
- </dict>
- <key>@KERN_LEFT_braceleft</key>
- <dict>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>83</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-27</integer>
- <key>checyrillic</key>
- <integer>-42</integer>
- <key>rho</key>
- <integer>-27</integer>
- <key>theta</key>
- <integer>-28</integer>
- <key>xi</key>
- <integer>-29</integer>
- <key>zeta</key>
- <integer>-29</integer>
- </dict>
- <key>@KERN_LEFT_braceleft.case</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-64</integer>
- </dict>
- <key>@KERN_LEFT_c</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>-60</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-78</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-21</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-168</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>4</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-8</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>36</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-7</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>23</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-42</integer>
- <key>seven</key>
- <integer>-36</integer>
- </dict>
- <key>@KERN_LEFT_colon</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-123</integer>
- <key>Psi</key>
- <integer>-165</integer>
- <key>afii10044</key>
- <integer>-137</integer>
- <key>four</key>
- <integer>-41</integer>
- <key>seven</key>
- <integer>-40</integer>
- <key>tenge</key>
- <integer>-28</integer>
- <key>three</key>
- <integer>-13</integer>
- <key>two</key>
- <integer>13</integer>
- </dict>
- <key>@KERN_LEFT_colon.case</key>
- <dict>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-54</integer>
- <key>five</key>
- <integer>44</integer>
- <key>seven</key>
- <integer>-27</integer>
- <key>three</key>
- <integer>-13</integer>
- <key>two</key>
- <integer>14</integer>
- </dict>
- <key>@KERN_LEFT_comma</key>
- <dict>
- <key>grave</key>
- <integer>-384</integer>
- <key>quotedblreversed</key>
- <integer>-384</integer>
- <key>quotereversed</key>
- <integer>-384</integer>
- </dict>
- <key>@KERN_LEFT_dagger</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-40</integer>
- <key>Hbar</key>
- <integer>110</integer>
- <key>ampersand</key>
- <integer>-110</integer>
- </dict>
- <key>@KERN_LEFT_dcaron</key>
- <dict>
- <key>@KERN_RIGHT_B</key>
- <integer>54</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>109</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>109</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>68</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>56</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>125</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>109</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>109</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>55</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>150</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>276</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>111</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>192</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>125</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>40</integer>
- <key>Hbar</key>
- <integer>152</integer>
- <key>Tbar</key>
- <integer>125</integer>
- <key>backslash</key>
- <integer>152</integer>
- <key>eight</key>
- <integer>40</integer>
- <key>exclam</key>
- <integer>84</integer>
- <key>question</key>
- <integer>82</integer>
- <key>seven</key>
- <integer>124</integer>
- <key>two</key>
- <integer>70</integer>
- </dict>
- <key>@KERN_LEFT_decyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>55</integer>
- <key>checyrillic</key>
- <integer>-29</integer>
- <key>decyrillic</key>
- <integer>56</integer>
- <key>hardsigncyrillic</key>
- <integer>-42</integer>
- <key>slash</key>
- <integer>69</integer>
- <key>underscore</key>
- <integer>123</integer>
- </dict>
- <key>@KERN_LEFT_deltagreek</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-165</integer>
- <key>Psi</key>
- <integer>-235</integer>
- <key>lambda</key>
- <integer>-68</integer>
- <key>pi</key>
- <integer>-83</integer>
- <key>seven</key>
- <integer>-83</integer>
- <key>tau</key>
- <integer>-84</integer>
- <key>underscore</key>
- <integer>-41</integer>
- </dict>
- <key>@KERN_LEFT_divide</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-29</integer>
- <key>Psi</key>
- <integer>-219</integer>
- <key>Tbar</key>
- <integer>-69</integer>
- <key>afii10021</key>
- <integer>-70</integer>
- <key>afii10024</key>
- <integer>-304</integer>
- <key>afii10025</key>
- <integer>-138</integer>
- <key>afii10041</key>
- <integer>-41</integer>
- <key>afii10044</key>
- <integer>-192</integer>
- <key>afii10047</key>
- <integer>-54</integer>
- <key>afii10049</key>
- <integer>-83</integer>
- <key>pi</key>
- <integer>-54</integer>
- <key>tau</key>
- <integer>-56</integer>
- <key>tecyrillic</key>
- <integer>-29</integer>
- </dict>
- <key>@KERN_LEFT_dotlessi</key>
- <dict>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>-32</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-69</integer>
- </dict>
- <key>@KERN_LEFT_ecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-68</integer>
- <key>checyrillic</key>
- <integer>-41</integer>
- <key>hardsigncyrillic</key>
- <integer>-69</integer>
- <key>iacyrillic</key>
- <integer>-27</integer>
- <key>tecyrillic</key>
- <integer>-70</integer>
- <key>zhecyrillic</key>
- <integer>-70</integer>
- </dict>
- <key>@KERN_LEFT_eight</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-82</integer>
- <key>Psi</key>
- <integer>-69</integer>
- <key>afii10024</key>
- <integer>-40</integer>
- <key>backslash</key>
- <integer>42</integer>
- <key>underscore</key>
- <integer>-41</integer>
- </dict>
- <key>@KERN_LEFT_eight.subs</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-345</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-344</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-317</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>165</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-83</integer>
- <key>Psi</key>
- <integer>-317</integer>
- <key>Tbar</key>
- <integer>-205</integer>
- <key>afii10041</key>
- <integer>-109</integer>
- <key>afii10044</key>
- <integer>-96</integer>
- <key>pi</key>
- <integer>-68</integer>
- <key>tau</key>
- <integer>-69</integer>
- </dict>
- <key>@KERN_LEFT_eight.sups</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-371</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-316</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-400</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>96</integer>
- <key>Hbar</key>
- <integer>124</integer>
- <key>afii10021</key>
- <integer>-69</integer>
- <key>ampersand</key>
- <integer>-42</integer>
- <key>four</key>
- <integer>-150</integer>
- <key>pi</key>
- <integer>96</integer>
- <key>tau</key>
- <integer>96</integer>
- </dict>
- <key>@KERN_LEFT_epsilongreek</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-28</integer>
- <key>Psi</key>
- <integer>-124</integer>
- <key>lambda</key>
- <integer>-28</integer>
- <key>seven</key>
- <integer>-54</integer>
- <key>theta</key>
- <integer>-15</integer>
- <key>xi</key>
- <integer>-15</integer>
- <key>zeta</key>
- <integer>-13</integer>
- </dict>
- <key>@KERN_LEFT_etagreek</key>
- <dict>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-55</integer>
- <key>pi</key>
- <integer>-28</integer>
- <key>tau</key>
- <integer>-29</integer>
- </dict>
- <key>@KERN_LEFT_f</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>64</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>69</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>288</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-248</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>54</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-69</integer>
- <key>ampersand</key>
- <integer>-42</integer>
- <key>four</key>
- <integer>-164</integer>
- <key>hturnhook2</key>
- <integer>112</integer>
- <key>periodcentered</key>
- <integer>-28</integer>
- <key>slash</key>
- <integer>-68</integer>
- <key>underscore</key>
- <integer>-40</integer>
- </dict>
- <key>@KERN_LEFT_g</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-83</integer>
- <key>seven</key>
- <integer>-41</integer>
- <key>underscore</key>
- <integer>96</integer>
- </dict>
- <key>@KERN_LEFT_gammagreek</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-22</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>123</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>84</integer>
- <key>Psi</key>
- <integer>-27</integer>
- <key>Sigma</key>
- <integer>-84</integer>
- <key>ampersand</key>
- <integer>-27</integer>
- <key>four</key>
- <integer>-56</integer>
- <key>lambda</key>
- <integer>-109</integer>
- <key>less</key>
- <integer>-110</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>pi</key>
- <integer>-15</integer>
- <key>rho</key>
- <integer>-27</integer>
- <key>seven</key>
- <integer>-83</integer>
- <key>slash</key>
- <integer>-96</integer>
- <key>tau</key>
- <integer>-13</integer>
- <key>theta</key>
- <integer>-34</integer>
- <key>underscore</key>
- <integer>-109</integer>
- <key>xi</key>
- <integer>-29</integer>
- <key>zeta</key>
- <integer>-21</integer>
- </dict>
- <key>@KERN_LEFT_gecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-330</integer>
- <key>ampersand</key>
- <integer>-27</integer>
- <key>checyrillic</key>
- <integer>-28</integer>
- <key>decyrillic</key>
- <integer>-54</integer>
- <key>ereversedcyrillic</key>
- <integer>-14</integer>
- <key>four</key>
- <integer>-42</integer>
- <key>iacyrillic</key>
- <integer>-56</integer>
- <key>integral</key>
- <integer>-150</integer>
- <key>less</key>
- <integer>-42</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>multiply</key>
- <integer>-42</integer>
- <key>slash</key>
- <integer>-70</integer>
- <key>underscore</key>
- <integer>-137</integer>
- <key>zecyrillic</key>
- <integer>-27</integer>
- <key>zhecyrillic</key>
- <integer>-28</integer>
- </dict>
- <key>@KERN_LEFT_guillemotleft</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-27</integer>
- <key>Psi</key>
- <integer>-166</integer>
- <key>afii10024</key>
- <integer>-69</integer>
- <key>afii10041</key>
- <integer>-54</integer>
- <key>afii10044</key>
- <integer>-192</integer>
- <key>afii10049</key>
- <integer>-69</integer>
- <key>checyrillic</key>
- <integer>-69</integer>
- <key>four</key>
- <integer>-68</integer>
- <key>seven</key>
- <integer>-54</integer>
- <key>tecyrillic</key>
- <integer>-29</integer>
- <key>tenge</key>
- <integer>-54</integer>
- <key>zecyrillic</key>
- <integer>-40</integer>
- </dict>
- <key>@KERN_LEFT_guillemotright</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-359</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-233</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-83</integer>
- <key>Psi</key>
- <integer>-249</integer>
- <key>afii10024</key>
- <integer>-139</integer>
- <key>afii10041</key>
- <integer>-55</integer>
- <key>afii10044</key>
- <integer>-192</integer>
- <key>afii10047</key>
- <integer>-41</integer>
- <key>afii10049</key>
- <integer>-68</integer>
- <key>checyrillic</key>
- <integer>-40</integer>
- <key>eight</key>
- <integer>-96</integer>
- <key>pi</key>
- <integer>-55</integer>
- <key>seven</key>
- <integer>-137</integer>
- <key>tau</key>
- <integer>-54</integer>
- <key>tecyrillic</key>
- <integer>-68</integer>
- <key>three</key>
- <integer>-125</integer>
- <key>two</key>
- <integer>-139</integer>
- <key>zecyrillic</key>
- <integer>-40</integer>
- <key>zhecyrillic</key>
- <integer>-68</integer>
- </dict>
- <key>@KERN_LEFT_hardsigncyrillic</key>
- <dict>
- <key>@KERN_RIGHT_one</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-82</integer>
- <key>checyrillic</key>
- <integer>-40</integer>
- <key>hardsigncyrillic</key>
- <integer>-139</integer>
- <key>seven</key>
- <integer>-14</integer>
- <key>tecyrillic</key>
- <integer>-96</integer>
- <key>zecyrillic</key>
- <integer>-29</integer>
- <key>zhecyrillic</key>
- <integer>-29</integer>
- </dict>
- <key>@KERN_LEFT_idieresis</key>
- <dict>
- <key>@KERN_RIGHT_B</key>
- <integer>208</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>48</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>256</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>112</integer>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>432</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>144</integer>
- <key>V</key>
- <integer>240</integer>
- <key>idieresisacute</key>
- <integer>352</integer>
- <key>jcrosstail</key>
- <integer>-112</integer>
- <key>seven</key>
- <integer>256</integer>
- </dict>
- <key>@KERN_LEFT_iotadieresisgreek</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>124</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>84</integer>
- <key>Psi</key>
- <integer>-29</integer>
- <key>ampersand</key>
- <integer>-27</integer>
- <key>four</key>
- <integer>-55</integer>
- <key>lambda</key>
- <integer>70</integer>
- <key>less</key>
- <integer>-109</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>pi</key>
- <integer>-40</integer>
- <key>rho</key>
- <integer>-21</integer>
- <key>slash</key>
- <integer>-96</integer>
- <key>tau</key>
- <integer>-42</integer>
- <key>theta</key>
- <integer>-41</integer>
- <key>underscore</key>
- <integer>-84</integer>
- <key>xi</key>
- <integer>-28</integer>
- <key>zeta</key>
- <integer>-22</integer>
- </dict>
- <key>@KERN_LEFT_k</key>
- <dict>
- <key>@KERN_RIGHT_J</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-70</integer>
- <key>ampersand</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-123</integer>
- <key>less</key>
- <integer>-233</integer>
- <key>logicalnot</key>
- <integer>-192</integer>
- <key>periodcentered</key>
- <integer>-55</integer>
- <key>seven</key>
- <integer>-54</integer>
- </dict>
- <key>@KERN_LEFT_kacyrillic</key>
- <dict>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-70</integer>
- <key>at</key>
- <integer>-41</integer>
- <key>becyrillic</key>
- <integer>-15</integer>
- <key>checyrillic</key>
- <integer>-54</integer>
- <key>ereversedcyrillic</key>
- <integer>-68</integer>
- <key>four</key>
- <integer>-29</integer>
- <key>hardsigncyrillic</key>
- <integer>-68</integer>
- <key>iacyrillic</key>
- <integer>-55</integer>
- <key>less</key>
- <integer>-69</integer>
- <key>tecyrillic</key>
- <integer>-54</integer>
- <key>zecyrillic</key>
- <integer>-42</integer>
- <key>zhecyrillic</key>
- <integer>-15</integer>
- </dict>
- <key>@KERN_LEFT_nine</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-62</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-28</integer>
- <key>Psi</key>
- <integer>-96</integer>
- <key>afii10024</key>
- <integer>-70</integer>
- <key>afii10044</key>
- <integer>-42</integer>
- <key>backslash</key>
- <integer>83</integer>
- <key>seven</key>
- <integer>-55</integer>
- <key>underscore</key>
- <integer>-125</integer>
- </dict>
- <key>@KERN_LEFT_ohorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>83</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>82</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>69</integer>
- <key>Hbar</key>
- <integer>125</integer>
- <key>backslash</key>
- <integer>164</integer>
- <key>infinity</key>
- <integer>-40</integer>
- <key>less</key>
- <integer>-41</integer>
- <key>logicalnot</key>
- <integer>-41</integer>
- <key>lslash</key>
- <integer>41</integer>
- <key>multiply</key>
- <integer>-40</integer>
- <key>question</key>
- <integer>96</integer>
- <key>questiondown</key>
- <integer>-40</integer>
- <key>tbar</key>
- <integer>124</integer>
- </dict>
- <key>@KERN_LEFT_omegagreek</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-164</integer>
- <key>Psi</key>
- <integer>-235</integer>
- <key>lambda</key>
- <integer>-68</integer>
- <key>pi</key>
- <integer>-14</integer>
- <key>rho</key>
- <integer>-13</integer>
- <key>seven</key>
- <integer>-82</integer>
- <key>tau</key>
- <integer>-28</integer>
- <key>underscore</key>
- <integer>-40</integer>
- </dict>
- <key>@KERN_LEFT_one</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-69</integer>
- <key>ampersand</key>
- <integer>-28</integer>
- </dict>
- <key>@KERN_LEFT_psigreek</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-166</integer>
- <key>Psi</key>
- <integer>-235</integer>
- <key>lambda</key>
- <integer>-109</integer>
- <key>pi</key>
- <integer>-28</integer>
- <key>rho</key>
- <integer>-15</integer>
- <key>seven</key>
- <integer>-84</integer>
- <key>tau</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-41</integer>
- </dict>
- <key>@KERN_LEFT_quotedbl</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-261</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-40</integer>
- <key>afii10021</key>
- <integer>-68</integer>
- <key>afii10024</key>
- <integer>-28</integer>
- <key>afii10049</key>
- <integer>-15</integer>
- <key>ampersand</key>
- <integer>-96</integer>
- <key>decyrillic</key>
- <integer>-70</integer>
- <key>eight</key>
- <integer>-40</integer>
- <key>four</key>
- <integer>-178</integer>
- </dict>
- <key>@KERN_LEFT_quotedblbase</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-276</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-274</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-344</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-68</integer>
- <key>Psi</key>
- <integer>-276</integer>
- <key>Tbar</key>
- <integer>-274</integer>
- <key>afii10021</key>
- <integer>137</integer>
- <key>afii10038</key>
- <integer>-70</integer>
- <key>afii10041</key>
- <integer>-166</integer>
- <key>afii10044</key>
- <integer>-138</integer>
- <key>checyrillic</key>
- <integer>-96</integer>
- <key>decyrillic</key>
- <integer>164</integer>
- <key>hardsigncyrillic</key>
- <integer>-110</integer>
- <key>tecyrillic</key>
- <integer>-138</integer>
- </dict>
- <key>@KERN_LEFT_quotedblleft</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-288</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-344</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-345</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-41</integer>
- <key>afii10021</key>
- <integer>-138</integer>
- <key>afii10038</key>
- <integer>-83</integer>
- <key>afii10049</key>
- <integer>-69</integer>
- <key>ampersand</key>
- <integer>-166</integer>
- <key>decyrillic</key>
- <integer>-152</integer>
- <key>eight</key>
- <integer>-41</integer>
- <key>ereversedcyrillic</key>
- <integer>-56</integer>
- <key>four</key>
- <integer>-179</integer>
- <key>iacyrillic</key>
- <integer>-55</integer>
- <key>numbersign</key>
- <integer>-42</integer>
- <key>questiondown</key>
- <integer>-179</integer>
- <key>slash</key>
- <integer>-260</integer>
- <key>three</key>
- <integer>-15</integer>
- <key>zecyrillic</key>
- <integer>-55</integer>
- </dict>
- <key>@KERN_LEFT_quotedblright</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-372</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-345</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-371</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>14</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_colon.case</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-537</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-233</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-522</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-55</integer>
- <key>afii10021</key>
- <integer>-111</integer>
- <key>afii10038</key>
- <integer>-69</integer>
- <key>ampersand</key>
- <integer>-180</integer>
- <key>asciitilde</key>
- <integer>-124</integer>
- <key>at</key>
- <integer>-150</integer>
- <key>braceleft</key>
- <integer>-69</integer>
- <key>checyrillic</key>
- <integer>-55</integer>
- <key>decyrillic</key>
- <integer>-151</integer>
- <key>eight</key>
- <integer>-111</integer>
- <key>exclamdown</key>
- <integer>-83</integer>
- <key>four</key>
- <integer>-275</integer>
- <key>iacyrillic</key>
- <integer>-96</integer>
- <key>less</key>
- <integer>-262</integer>
- <key>mu</key>
- <integer>-123</integer>
- <key>nine</key>
- <integer>-28</integer>
- <key>nine.1</key>
- <integer>-28</integer>
- <key>numbersign</key>
- <integer>-345</integer>
- <key>questiondown</key>
- <integer>-192</integer>
- <key>rho</key>
- <integer>-178</integer>
- <key>slash</key>
- <integer>-400</integer>
- <key>theta</key>
- <integer>-180</integer>
- <key>three</key>
- <integer>-28</integer>
- <key>underscore</key>
- <integer>-111</integer>
- <key>xi</key>
- <integer>-180</integer>
- <key>zecyrillic</key>
- <integer>-56</integer>
- <key>zeta</key>
- <integer>-179</integer>
- </dict>
- <key>@KERN_LEFT_r</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-179</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>27</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>124</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>84</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_m</key>
- <integer>27</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>83</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>32</integer>
- <key>ampersand</key>
- <integer>-27</integer>
- <key>four</key>
- <integer>-55</integer>
- <key>less</key>
- <integer>-111</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>question</key>
- <integer>54</integer>
- <key>seven</key>
- <integer>-29</integer>
- <key>slash</key>
- <integer>-96</integer>
- <key>t</key>
- <integer>96</integer>
- <key>tcaron</key>
- <integer>82</integer>
- <key>tccurl</key>
- <integer>82</integer>
- <key>tpalatalhook</key>
- <integer>82</integer>
- <key>underscore</key>
- <integer>-83</integer>
- </dict>
- <key>@KERN_LEFT_rthook</key>
- <dict>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>256</integer>
- </dict>
- <key>@KERN_LEFT_s</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_B</key>
- <integer>-64</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_dotlessi</key>
- <integer>-50</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-27</integer>
- <key>seven</key>
- <integer>-54</integer>
- <key>underscore</key>
- <integer>-41</integer>
- </dict>
- <key>@KERN_LEFT_t</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-20</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>56</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-28</integer>
- <key>four</key>
- <integer>-54</integer>
- <key>less</key>
- <integer>-69</integer>
- <key>periodcentered</key>
- <integer>-15</integer>
- </dict>
- <key>@KERN_LEFT_u</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-111</integer>
- <key>seven</key>
- <integer>-28</integer>
- </dict>
- <key>@KERN_LEFT_uhorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>40</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>40</integer>
- <key>@KERN_RIGHT_braceright</key>
- <integer>138</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>41</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>29</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>54</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_t</key>
- <integer>42</integer>
- <key>Hbar</key>
- <integer>40</integer>
- <key>anoteleia</key>
- <integer>41</integer>
- <key>asciitilde</key>
- <integer>-40</integer>
- <key>at</key>
- <integer>-40</integer>
- <key>backslash</key>
- <integer>125</integer>
- <key>bullet</key>
- <integer>-42</integer>
- <key>emdash</key>
- <integer>-164</integer>
- <key>endash</key>
- <integer>-166</integer>
- <key>four</key>
- <integer>-56</integer>
- <key>hyphenbullet</key>
- <integer>-125</integer>
- <key>integral</key>
- <integer>-84</integer>
- <key>less</key>
- <integer>-69</integer>
- <key>logicalnot</key>
- <integer>-166</integer>
- <key>lslash</key>
- <integer>42</integer>
- <key>multiply</key>
- <integer>-41</integer>
- <key>nine</key>
- <integer>40</integer>
- <key>nine.1</key>
- <integer>40</integer>
- <key>onehalf</key>
- <integer>40</integer>
- <key>onequarter</key>
- <integer>41</integer>
- <key>partialdiff</key>
- <integer>-40</integer>
- <key>percent</key>
- <integer>41</integer>
- <key>periodcentered</key>
- <integer>-42</integer>
- <key>perthousand</key>
- <integer>42</integer>
- <key>question</key>
- <integer>83</integer>
- <key>seven</key>
- <integer>40</integer>
- <key>slash</key>
- <integer>-84</integer>
- <key>tbar</key>
- <integer>42</integer>
- <key>threequarters</key>
- <integer>41</integer>
- <key>underscore</key>
- <integer>-83</integer>
- </dict>
- <key>@KERN_LEFT_v</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-52</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>32</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-28</integer>
- <key>ampersand</key>
- <integer>-68</integer>
- <key>at</key>
- <integer>-40</integer>
- <key>four</key>
- <integer>-54</integer>
- <key>less</key>
- <integer>-96</integer>
- <key>logicalnot</key>
- <integer>-111</integer>
- <key>multiply</key>
- <integer>-56</integer>
- <key>slash</key>
- <integer>-150</integer>
- <key>underscore</key>
- <integer>-220</integer>
- </dict>
- <key>@KERN_LEFT_vecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-109</integer>
- <key>checyrillic</key>
- <integer>-56</integer>
- <key>hardsigncyrillic</key>
- <integer>-83</integer>
- <key>tecyrillic</key>
- <integer>-35</integer>
- <key>zecyrillic</key>
- <integer>-27</integer>
- <key>zhecyrillic</key>
- <integer>-28</integer>
- </dict>
- <key>@KERN_LEFT_w</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>32</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-27</integer>
- <key>ampersand</key>
- <integer>-84</integer>
- <key>four</key>
- <integer>-56</integer>
- <key>less</key>
- <integer>-82</integer>
- <key>logicalnot</key>
- <integer>-83</integer>
- <key>slash</key>
- <integer>-83</integer>
- <key>underscore</key>
- <integer>-220</integer>
- </dict>
- <key>@KERN_LEFT_x</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_f</key>
- <integer>56</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-28</integer>
- <key>ampersand</key>
- <integer>-13</integer>
- <key>four</key>
- <integer>-54</integer>
- <key>less</key>
- <integer>-82</integer>
- <key>periodcentered</key>
- <integer>-41</integer>
- <key>seven</key>
- <integer>-27</integer>
- </dict>
- <key>@KERN_LEFT_z</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-112</integer>
- </dict>
- <key>A</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-96</integer>
- </dict>
- <key>C</key>
- <dict>
- <key>O</key>
- <integer>0</integer>
- </dict>
- <key>Delta</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-96</integer>
- </dict>
- <key>E</key>
- <dict>
- <key>c</key>
- <integer>-48</integer>
- </dict>
- <key>F</key>
- <dict>
- <key>r</key>
- <integer>-128</integer>
- </dict>
- <key>Gamma</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-235</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-358</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-288</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-288</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-359</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-357</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-331</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-84</integer>
- <key>Omega</key>
- <integer>-96</integer>
- <key>ampersand</key>
- <integer>-68</integer>
- <key>backslash</key>
- <integer>27</integer>
- <key>four</key>
- <integer>-192</integer>
- <key>lambda</key>
- <integer>-96</integer>
- <key>less</key>
- <integer>-221</integer>
- <key>mu</key>
- <integer>-288</integer>
- <key>pi</key>
- <integer>-288</integer>
- <key>rho</key>
- <integer>-359</integer>
- <key>slash</key>
- <integer>-137</integer>
- <key>tau</key>
- <integer>-288</integer>
- <key>theta</key>
- <integer>-219</integer>
- <key>three</key>
- <integer>-28</integer>
- <key>underscore</key>
- <integer>-192</integer>
- <key>xi</key>
- <integer>-150</integer>
- <key>zeta</key>
- <integer>-220</integer>
- </dict>
- <key>Gamma1</key>
- <dict>
- <key>T</key>
- <integer>64</integer>
- </dict>
- <key>Ghook</key>
- <dict>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>304</integer>
- <key>T</key>
- <integer>86</integer>
- </dict>
- <key>Hbar</key>
- <dict>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>69</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>111</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>123</integer>
- </dict>
- <key>Idieresis</key>
- <dict>
- <key>Idieresis</key>
- <integer>220</integer>
- <key>Idieresisacute</key>
- <integer>128</integer>
- </dict>
- <key>L</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-96</integer>
- <key>quotedblreversed</key>
- <integer>-128</integer>
- <key>quotereversed</key>
- <integer>-128</integer>
- <key>uni023A</key>
- <integer>128</integer>
- </dict>
- <key>Lambda</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-96</integer>
- </dict>
- <key>Ohorn</key>
- <dict>
- <key>dotlessi</key>
- <integer>-40</integer>
- <key>idieresisacute</key>
- <integer>82</integer>
- </dict>
- <key>Psi</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-274</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-317</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-329</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-96</integer>
- <key>Omega</key>
- <integer>-28</integer>
- <key>ampersand</key>
- <integer>-166</integer>
- <key>backslash</key>
- <integer>41</integer>
- <key>eight</key>
- <integer>-68</integer>
- <key>four</key>
- <integer>-192</integer>
- <key>lambda</key>
- <integer>-83</integer>
- <key>less</key>
- <integer>-249</integer>
- <key>mu</key>
- <integer>-150</integer>
- <key>pi</key>
- <integer>-27</integer>
- <key>rho</key>
- <integer>-96</integer>
- <key>slash</key>
- <integer>-192</integer>
- <key>tau</key>
- <integer>-27</integer>
- <key>three</key>
- <integer>-54</integer>
- <key>two</key>
- <integer>-27</integer>
- <key>underscore</key>
- <integer>-276</integer>
- <key>xi</key>
- <integer>-84</integer>
- </dict>
- <key>Sigma</key>
- <dict>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-27</integer>
- <key>asterisk.case</key>
- <integer>-96</integer>
- <key>four</key>
- <integer>-68</integer>
- <key>less</key>
- <integer>-164</integer>
- <key>pi</key>
- <integer>-96</integer>
- <key>rho</key>
- <integer>-14</integer>
- <key>tau</key>
- <integer>-192</integer>
- <key>theta</key>
- <integer>-82</integer>
- <key>xi</key>
- <integer>-40</integer>
- <key>zeta</key>
- <integer>-70</integer>
- </dict>
- <key>Tbar</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-275</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_approxequal</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-206</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-331</integer>
- <key>periodcentered</key>
- <integer>-82</integer>
- </dict>
- <key>Thorn</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-276</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-152</integer>
- <key>Psi</key>
- <integer>-150</integer>
- </dict>
- <key>Uhorn</key>
- <dict>
- <key>dotlessi</key>
- <integer>-180</integer>
- <key>idieresisacute</key>
- <integer>164</integer>
- </dict>
- <key>V</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-48</integer>
- </dict>
- <key>Y</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-32</integer>
- </dict>
- <key>Yhook</key>
- <dict>
- <key>T</key>
- <integer>128</integer>
- </dict>
- <key>Z</key>
- <dict>
- <key>asterisk.case</key>
- <integer>-32</integer>
- </dict>
- <key>adieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-128</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-128</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-128</integer>
- <key>Gamma1</key>
- <integer>-96</integer>
- <key>Yhook</key>
- <integer>-144</integer>
- </dict>
- <key>afii10018</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-14</integer>
- <key>afii10024</key>
- <integer>-41</integer>
- <key>afii10044</key>
- <integer>-152</integer>
- <key>afii10049</key>
- <integer>-56</integer>
- <key>checyrillic</key>
- <integer>-41</integer>
- <key>hardsigncyrillic</key>
- <integer>-83</integer>
- <key>question</key>
- <integer>-27</integer>
- <key>seven</key>
- <integer>-13</integer>
- <key>tecyrillic</key>
- <integer>-41</integer>
- <key>tenge</key>
- <integer>-68</integer>
- <key>zecyrillic</key>
- <integer>-14</integer>
- <key>zhecyrillic</key>
- <integer>-28</integer>
- </dict>
- <key>afii10024</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-70</integer>
- <key>afii10024</key>
- <integer>-27</integer>
- <key>afii10025</key>
- <integer>-42</integer>
- <key>afii10038</key>
- <integer>-137</integer>
- <key>afii10041</key>
- <integer>-84</integer>
- <key>afii10044</key>
- <integer>-111</integer>
- <key>afii10047</key>
- <integer>-69</integer>
- <key>afii10049</key>
- <integer>-69</integer>
- <key>ampersand</key>
- <integer>-40</integer>
- <key>asciitilde</key>
- <integer>-96</integer>
- <key>becyrillic</key>
- <integer>-70</integer>
- <key>checyrillic</key>
- <integer>-151</integer>
- <key>eight</key>
- <integer>-40</integer>
- <key>ereversedcyrillic</key>
- <integer>-29</integer>
- <key>five</key>
- <integer>-41</integer>
- <key>four</key>
- <integer>-111</integer>
- <key>greater</key>
- <integer>-28</integer>
- <key>hardsigncyrillic</key>
- <integer>-124</integer>
- <key>hryvnia</key>
- <integer>-84</integer>
- <key>less</key>
- <integer>-137</integer>
- <key>logicalnot</key>
- <integer>-138</integer>
- <key>multiply</key>
- <integer>-125</integer>
- <key>nine</key>
- <integer>-41</integer>
- <key>nine.1</key>
- <integer>-41</integer>
- <key>numbersign</key>
- <integer>-29</integer>
- <key>question</key>
- <integer>-41</integer>
- <key>seven</key>
- <integer>-27</integer>
- <key>tecyrillic</key>
- <integer>-164</integer>
- <key>tenge</key>
- <integer>-70</integer>
- <key>three</key>
- <integer>-70</integer>
- <key>two</key>
- <integer>-28</integer>
- <key>zecyrillic</key>
- <integer>-84</integer>
- <key>zhecyrillic</key>
- <integer>-29</integer>
- </dict>
- <key>afii10038</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-138</integer>
- <key>afii10021</key>
- <integer>-13</integer>
- <key>afii10024</key>
- <integer>-139</integer>
- <key>afii10025</key>
- <integer>-13</integer>
- <key>afii10044</key>
- <integer>-96</integer>
- <key>afii10047</key>
- <integer>-15</integer>
- <key>afii10049</key>
- <integer>-27</integer>
- <key>decyrillic</key>
- <integer>-29</integer>
- <key>hardsigncyrillic</key>
- <integer>-28</integer>
- <key>iacyrillic</key>
- <integer>-13</integer>
- <key>seven</key>
- <integer>-28</integer>
- <key>tenge</key>
- <integer>-42</integer>
- <key>three</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-68</integer>
- <key>zecyrillic</key>
- <integer>-15</integer>
- <key>zhecyrillic</key>
- <integer>-40</integer>
- </dict>
- <key>afii10051</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-40</integer>
- <key>afii10021</key>
- <integer>27</integer>
- <key>afii10024</key>
- <integer>-13</integer>
- <key>afii10041</key>
- <integer>-27</integer>
- <key>afii10044</key>
- <integer>-69</integer>
- <key>hardsigncyrillic</key>
- <integer>-55</integer>
- <key>seven</key>
- <integer>-29</integer>
- <key>tecyrillic</key>
- <integer>-41</integer>
- <key>underscore</key>
- <integer>-29</integer>
- </dict>
- <key>afii10060</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-68</integer>
- <key>afii10024</key>
- <integer>-15</integer>
- <key>afii10041</key>
- <integer>-29</integer>
- <key>afii10044</key>
- <integer>-68</integer>
- <key>hardsigncyrillic</key>
- <integer>-28</integer>
- <key>tecyrillic</key>
- <integer>-27</integer>
- <key>zhecyrillic</key>
- <integer>-28</integer>
- </dict>
- <key>ampersand</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-178</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>-123</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_quotedbl</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-247</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-84</integer>
- <key>Psi</key>
- <integer>-205</integer>
- <key>afii10024</key>
- <integer>-29</integer>
- <key>afii10041</key>
- <integer>-27</integer>
- <key>afii10044</key>
- <integer>-151</integer>
- <key>afii10047</key>
- <integer>-28</integer>
- <key>afii10049</key>
- <integer>-13</integer>
- <key>seven</key>
- <integer>-42</integer>
- <key>tenge</key>
- <integer>-56</integer>
- </dict>
- <key>asciitilde</key>
- <dict>
- <key>afii10024</key>
- <integer>-96</integer>
- <key>afii10044</key>
- <integer>-69</integer>
- <key>tenge</key>
- <integer>-41</integer>
- </dict>
- <key>asterisk.case</key>
- <dict>
- <key>A</key>
- <integer>-96</integer>
- <key>Delta</key>
- <integer>-96</integer>
- <key>Lambda</key>
- <integer>-96</integer>
- <key>Sigma</key>
- <integer>-48</integer>
- <key>T</key>
- <integer>-96</integer>
- <key>V</key>
- <integer>-48</integer>
- <key>Y</key>
- <integer>-32</integer>
- <key>Z</key>
- <integer>-32</integer>
- <key>seven</key>
- <integer>-32</integer>
- </dict>
- <key>at</key>
- <dict>
- <key>@KERN_RIGHT_V</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-42</integer>
- <key>seven</key>
- <integer>-56</integer>
- <key>tenge</key>
- <integer>-41</integer>
- <key>two</key>
- <integer>-27</integer>
- </dict>
- <key>atilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-128</integer>
- <key>Gamma1</key>
- <integer>-109</integer>
- </dict>
- <key>backslash</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>110</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>82</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-400</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-317</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-83</integer>
- <key>Psi</key>
- <integer>-109</integer>
- <key>checyrillic</key>
- <integer>-70</integer>
- <key>seven</key>
- <integer>-42</integer>
- <key>tecyrillic</key>
- <integer>-55</integer>
- <key>tenge</key>
- <integer>-139</integer>
- </dict>
- <key>beta</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-6</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-165</integer>
- <key>Psi</key>
- <integer>-68</integer>
- <key>lambda</key>
- <integer>-40</integer>
- <key>pi</key>
- <integer>-28</integer>
- <key>seven</key>
- <integer>-82</integer>
- <key>tau</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-40</integer>
- </dict>
- <key>braceright</key>
- <dict>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-96</integer>
- </dict>
- <key>colon.case</key>
- <dict>
- <key>seven</key>
- <integer>-32</integer>
- </dict>
- <key>comma</key>
- <dict>
- <key>quotedblreversed</key>
- <integer>-256</integer>
- <key>quotereversed</key>
- <integer>-256</integer>
- </dict>
- <key>d</key>
- <dict>
- <key>I</key>
- <integer>-16</integer>
- <key>b</key>
- <integer>-16</integer>
- <key>k</key>
- <integer>-16</integer>
- <key>l</key>
- <integer>-16</integer>
- </dict>
- <key>dhook</key>
- <dict>
- <key>T</key>
- <integer>128</integer>
- </dict>
- <key>dyogh</key>
- <dict>
- <key>T</key>
- <integer>-128</integer>
- </dict>
- <key>edieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-144</integer>
- <key>Gamma1</key>
- <integer>-106</integer>
- <key>Yhook</key>
- <integer>-107</integer>
- </dict>
- <key>eight</key>
- <dict>
- <key>nine.1</key>
- <integer>-66</integer>
- </dict>
- <key>ellipsis</key>
- <dict>
- <key>quotedblreversed</key>
- <integer>-512</integer>
- <key>quotereversed</key>
- <integer>-384</integer>
- </dict>
- <key>emdash</key>
- <dict>
- <key>tenge</key>
- <integer>-28</integer>
- </dict>
- <key>endash</key>
- <dict>
- <key>tenge</key>
- <integer>-42</integer>
- </dict>
- <key>eth</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-112</integer>
- </dict>
- <key>exclamdown</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-84</integer>
- <key>Psi</key>
- <integer>-180</integer>
- <key>Tbar</key>
- <integer>-83</integer>
- </dict>
- <key>five</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-13</integer>
- <key>afii10024</key>
- <integer>-42</integer>
- <key>backslash</key>
- <integer>41</integer>
- <key>six.1</key>
- <integer>-80</integer>
- <key>underscore</key>
- <integer>-40</integer>
- </dict>
- <key>four</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-42</integer>
- <key>afii10024</key>
- <integer>-27</integer>
- <key>period</key>
- <integer>-96</integer>
- <key>tecyrillic</key>
- <integer>-29</integer>
- <key>tenge</key>
- <integer>-28</integer>
- </dict>
- <key>four.1</key>
- <dict>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-13</integer>
- <key>Psi</key>
- <integer>-42</integer>
- <key>afii10024</key>
- <integer>-27</integer>
- <key>tecyrillic</key>
- <integer>-29</integer>
- <key>tenge</key>
- <integer>-28</integer>
- </dict>
- <key>germandbls</key>
- <dict>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-69</integer>
- </dict>
- <key>greater</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-205</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-151</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-248</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-262</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-54</integer>
- <key>Psi</key>
- <integer>-247</integer>
- <key>afii10021</key>
- <integer>-55</integer>
- <key>afii10024</key>
- <integer>-137</integer>
- <key>afii10025</key>
- <integer>-56</integer>
- <key>afii10041</key>
- <integer>-56</integer>
- <key>afii10044</key>
- <integer>-206</integer>
- <key>afii10047</key>
- <integer>-42</integer>
- <key>afii10049</key>
- <integer>-70</integer>
- <key>seven</key>
- <integer>-206</integer>
- <key>tecyrillic</key>
- <integer>-69</integer>
- <key>tenge</key>
- <integer>-205</integer>
- </dict>
- <key>hryvnia</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-28</integer>
- <key>afii10024</key>
- <integer>-83</integer>
- <key>slash</key>
- <integer>-42</integer>
- <key>underscore</key>
- <integer>-40</integer>
- </dict>
- <key>idieresis</key>
- <dict>
- <key>backslash</key>
- <integer>256</integer>
- <key>one</key>
- <integer>128</integer>
- </dict>
- <key>infinity</key>
- <dict>
- <key>@KERN_RIGHT_V</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-96</integer>
- </dict>
- <key>itilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>16</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>32</integer>
- <key>dotlessj</key>
- <integer>-160</integer>
- <key>jcrosstail</key>
- <integer>-160</integer>
- </dict>
- <key>k</key>
- <dict>
- <key>t</key>
- <integer>0</integer>
- </dict>
- <key>l</key>
- <dict>
- <key>b</key>
- <integer>-16</integer>
- </dict>
- <key>lacute</key>
- <dict>
- <key>igrave</key>
- <integer>54</integer>
- </dict>
- <key>lambda</key>
- <dict>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-68</integer>
- <key>five</key>
- <integer>-42</integer>
- <key>four</key>
- <integer>-69</integer>
- <key>pi</key>
- <integer>-192</integer>
- <key>rho</key>
- <integer>-28</integer>
- <key>tau</key>
- <integer>-275</integer>
- <key>theta</key>
- <integer>-69</integer>
- <key>xi</key>
- <integer>-54</integer>
- <key>zeta</key>
- <integer>-14</integer>
- </dict>
- <key>lcommaaccent</key>
- <dict>
- <key>igrave</key>
- <integer>56</integer>
- </dict>
- <key>less</key>
- <dict>
- <key>afii10044</key>
- <integer>-82</integer>
- <key>tenge</key>
- <integer>-15</integer>
- </dict>
- <key>logicalnot</key>
- <dict>
- <key>afii10044</key>
- <integer>-139</integer>
- <key>tecyrillic</key>
- <integer>-40</integer>
- <key>tenge</key>
- <integer>-54</integer>
- </dict>
- <key>lslash</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>28</integer>
- <key>periodcentered</key>
- <integer>40</integer>
- </dict>
- <key>mu</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-164</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>125</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>82</integer>
- <key>Psi</key>
- <integer>-28</integer>
- <key>ampersand</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-56</integer>
- <key>less</key>
- <integer>-111</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>pi</key>
- <integer>-41</integer>
- <key>rho</key>
- <integer>-21</integer>
- <key>slash</key>
- <integer>-96</integer>
- <key>tau</key>
- <integer>-42</integer>
- <key>theta</key>
- <integer>-41</integer>
- <key>underscore</key>
- <integer>-84</integer>
- <key>xi</key>
- <integer>-27</integer>
- <key>zeta</key>
- <integer>-20</integer>
- </dict>
- <key>multiply</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-55</integer>
- <key>afii10021</key>
- <integer>-42</integer>
- <key>afii10024</key>
- <integer>-123</integer>
- <key>afii10041</key>
- <integer>-70</integer>
- <key>afii10044</key>
- <integer>-206</integer>
- <key>afii10047</key>
- <integer>-70</integer>
- <key>afii10049</key>
- <integer>-124</integer>
- <key>tenge</key>
- <integer>-96</integer>
- </dict>
- <key>nine</key>
- <dict>
- <key>slash</key>
- <integer>-48</integer>
- </dict>
- <key>nine.1</key>
- <dict>
- <key>four</key>
- <integer>-176</integer>
- <key>four.1</key>
- <integer>-176</integer>
- <key>nine.1</key>
- <integer>-64</integer>
- <key>seven</key>
- <integer>-103</integer>
- <key>six.1</key>
- <integer>-176</integer>
- <key>slash</key>
- <integer>-48</integer>
- <key>three</key>
- <integer>0</integer>
- <key>two</key>
- <integer>-96</integer>
- </dict>
- <key>ntilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-112</integer>
- </dict>
- <key>numbersign</key>
- <dict>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-68</integer>
- <key>afii10024</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-41</integer>
- </dict>
- <key>odieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-144</integer>
- <key>Gamma1</key>
- <integer>-64</integer>
- <key>Yhook</key>
- <integer>-144</integer>
- </dict>
- <key>otilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-112</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-144</integer>
- <key>seven</key>
- <integer>-48</integer>
- </dict>
- <key>percent</key>
- <dict>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-180</integer>
- <key>afii10044</key>
- <integer>-27</integer>
- </dict>
- <key>period</key>
- <dict>
- <key>@KERN_RIGHT_one</key>
- <integer>-144</integer>
- <key>eight</key>
- <integer>-96</integer>
- <key>five</key>
- <integer>-64</integer>
- <key>nine</key>
- <integer>-32</integer>
- <key>nine.1</key>
- <integer>-144</integer>
- <key>six</key>
- <integer>-112</integer>
- <key>six.1</key>
- <integer>-112</integer>
- <key>three</key>
- <integer>-96</integer>
- <key>zero</key>
- <integer>-110</integer>
- </dict>
- <key>periodcentered</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-139</integer>
- <key>@KERN_RIGHT_Dcroat</key>
- <integer>55</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_Z</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_z</key>
- <integer>-41</integer>
- <key>Tbar</key>
- <integer>-83</integer>
- <key>ampersand</key>
- <integer>-41</integer>
- <key>lslash</key>
- <integer>41</integer>
- <key>tbar</key>
- <integer>42</integer>
- </dict>
- <key>perthousand</key>
- <dict>
- <key>tenge</key>
- <integer>-54</integer>
- </dict>
- <key>pi</key>
- <dict>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>96</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>56</integer>
- <key>Psi</key>
- <integer>-54</integer>
- <key>four</key>
- <integer>-56</integer>
- <key>lambda</key>
- <integer>-29</integer>
- <key>less</key>
- <integer>-69</integer>
- <key>rho</key>
- <integer>-41</integer>
- <key>theta</key>
- <integer>-29</integer>
- <key>xi</key>
- <integer>-29</integer>
- <key>zeta</key>
- <integer>-40</integer>
- </dict>
- <key>question</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-165</integer>
- <key>@KERN_RIGHT_AE</key>
- <integer>-234</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-70</integer>
- <key>afii10024</key>
- <integer>-40</integer>
- <key>becyrillic</key>
- <integer>15</integer>
- <key>decyrillic</key>
- <integer>-13</integer>
- <key>four</key>
- <integer>-69</integer>
- </dict>
- <key>questiondown</key>
- <dict>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>-96</integer>
- <key>Psi</key>
- <integer>-248</integer>
- <key>Tbar</key>
- <integer>-192</integer>
- <key>checyrillic</key>
- <integer>-13</integer>
- <key>four</key>
- <integer>-82</integer>
- </dict>
- <key>questiongreek</key>
- <dict>
- <key>@KERN_RIGHT_V</key>
- <integer>-68</integer>
- </dict>
- <key>radical</key>
- <dict>
- <key>tecyrillic</key>
- <integer>-42</integer>
- </dict>
- <key>s</key>
- <dict>
- <key>a</key>
- <integer>0</integer>
- </dict>
- <key>seven</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_C</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-125</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_colon</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_colon.case</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-343</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-249</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-137</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-166</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-400</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-48</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_x</key>
- <integer>-54</integer>
- <key>afii10021</key>
- <integer>-40</integer>
- <key>afii10024</key>
- <integer>-29</integer>
- <key>afii10038</key>
- <integer>-54</integer>
- <key>afii10049</key>
- <integer>-27</integer>
- <key>ampersand</key>
- <integer>-124</integer>
- <key>at</key>
- <integer>-54</integer>
- <key>backslash</key>
- <integer>55</integer>
- <key>checyrillic</key>
- <integer>-28</integer>
- <key>decyrillic</key>
- <integer>-68</integer>
- <key>eight</key>
- <integer>-48</integer>
- <key>five</key>
- <integer>-29</integer>
- <key>four</key>
- <integer>-164</integer>
- <key>idieresis</key>
- <integer>256</integer>
- <key>less</key>
- <integer>-247</integer>
- <key>nine</key>
- <integer>-27</integer>
- <key>nine.1</key>
- <integer>-11</integer>
- <key>numbersign</key>
- <integer>-151</integer>
- <key>rho</key>
- <integer>-139</integer>
- <key>seven</key>
- <integer>55</integer>
- <key>six.1</key>
- <integer>-160</integer>
- <key>slash</key>
- <integer>-82</integer>
- <key>theta</key>
- <integer>-139</integer>
- <key>three</key>
- <integer>-48</integer>
- <key>underscore</key>
- <integer>-439</integer>
- <key>uni20BD</key>
- <integer>-42</integer>
- <key>zeta</key>
- <integer>-137</integer>
- </dict>
- <key>sigma</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-207</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_eight.sups</key>
- <integer>124</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-221</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>54</integer>
- <key>Psi</key>
- <integer>-55</integer>
- <key>ampersand</key>
- <integer>-28</integer>
- <key>four</key>
- <integer>-54</integer>
- <key>lambda</key>
- <integer>-192</integer>
- <key>less</key>
- <integer>-68</integer>
- <key>logicalnot</key>
- <integer>-96</integer>
- <key>rho</key>
- <integer>-41</integer>
- <key>slash</key>
- <integer>-96</integer>
- <key>theta</key>
- <integer>-29</integer>
- <key>underscore</key>
- <integer>-83</integer>
- <key>xi</key>
- <integer>-27</integer>
- <key>zeta</key>
- <integer>-42</integer>
- </dict>
- <key>sigma1</key>
- <dict>
- <key>@KERN_RIGHT_divide</key>
- <integer>-40</integer>
- </dict>
- <key>six</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-123</integer>
- <key>Psi</key>
- <integer>-28</integer>
- <key>afii10024</key>
- <integer>-40</integer>
- <key>backslash</key>
- <integer>40</integer>
- <key>underscore</key>
- <integer>-123</integer>
- </dict>
- <key>six.1</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-15</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_X</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-123</integer>
- <key>Psi</key>
- <integer>-28</integer>
- <key>afii10024</key>
- <integer>-40</integer>
- <key>backslash</key>
- <integer>40</integer>
- <key>nine.1</key>
- <integer>-64</integer>
- <key>seven</key>
- <integer>-112</integer>
- <key>underscore</key>
- <integer>-123</integer>
- </dict>
- <key>slash</key>
- <dict>
- <key>@KERN_RIGHT_A</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>42</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-109</integer>
- <key>four</key>
- <integer>-56</integer>
- </dict>
- <key>summation</key>
- <dict>
- <key>checyrillic</key>
- <integer>-68</integer>
- </dict>
- <key>tau</key>
- <dict>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-96</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_quotedblright</key>
- <integer>54</integer>
- <key>Psi</key>
- <integer>-54</integer>
- <key>four</key>
- <integer>-54</integer>
- <key>lambda</key>
- <integer>-40</integer>
- <key>less</key>
- <integer>-68</integer>
- <key>rho</key>
- <integer>-41</integer>
- <key>theta</key>
- <integer>-29</integer>
- <key>xi</key>
- <integer>-28</integer>
- <key>zeta</key>
- <integer>-41</integer>
- </dict>
- <key>tbar</key>
- <dict>
- <key>@KERN_RIGHT_eight.subs</key>
- <integer>83</integer>
- <key>periodcentered</key>
- <integer>28</integer>
- </dict>
- <key>tecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_comma</key>
- <integer>-138</integer>
- <key>@KERN_RIGHT_divide</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_quotedblbase</key>
- <integer>-207</integer>
- <key>decyrillic</key>
- <integer>-15</integer>
- <key>ereversedcyrillic</key>
- <integer>-13</integer>
- <key>four</key>
- <integer>-29</integer>
- <key>hardsigncyrillic</key>
- <integer>-27</integer>
- <key>less</key>
- <integer>-70</integer>
- <key>logicalnot</key>
- <integer>-68</integer>
- <key>slash</key>
- <integer>-55</integer>
- <key>underscore</key>
- <integer>-69</integer>
- </dict>
- <key>theta</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-29</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-70</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-164</integer>
- <key>lambda</key>
- <integer>-56</integer>
- <key>seven</key>
- <integer>-83</integer>
- <key>underscore</key>
- <integer>-40</integer>
- <key>xi</key>
- <integer>-14</integer>
- <key>zeta</key>
- <integer>-14</integer>
- </dict>
- <key>two</key>
- <dict>
- <key>@KERN_RIGHT_Y</key>
- <integer>-27</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_dagger</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-13</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-68</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-15</integer>
- <key>Psi</key>
- <integer>-28</integer>
- <key>afii10024</key>
- <integer>-13</integer>
- <key>at</key>
- <integer>-15</integer>
- <key>four</key>
- <integer>-42</integer>
- <key>rho</key>
- <integer>-15</integer>
- <key>theta</key>
- <integer>-13</integer>
- <key>xi</key>
- <integer>-14</integer>
- </dict>
- <key>udieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- </dict>
- <key>underscore</key>
- <dict>
- <key>@KERN_RIGHT_C</key>
- <integer>-109</integer>
- <key>@KERN_RIGHT_Djecyrillic</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_Ecyrillic</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_J</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_Omicrongreek</key>
- <integer>-110</integer>
- <key>@KERN_RIGHT_T</key>
- <integer>-150</integer>
- <key>@KERN_RIGHT_U</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_Ucyrillic</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_V</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_W</key>
- <integer>-219</integer>
- <key>@KERN_RIGHT_Y</key>
- <integer>-274</integer>
- <key>@KERN_RIGHT_a</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_asciicircum</key>
- <integer>-192</integer>
- <key>@KERN_RIGHT_c</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_dotlessj</key>
- <integer>262</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-152</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-54</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-55</integer>
- <key>@KERN_RIGHT_one</key>
- <integer>-304</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-111</integer>
- <key>@KERN_RIGHT_s</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_six</key>
- <integer>-124</integer>
- <key>@KERN_RIGHT_u</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_v</key>
- <integer>-220</integer>
- <key>@KERN_RIGHT_w</key>
- <integer>-220</integer>
- <key>Psi</key>
- <integer>-275</integer>
- <key>afii10021</key>
- <integer>150</integer>
- <key>afii10038</key>
- <integer>-69</integer>
- <key>afii10041</key>
- <integer>-304</integer>
- <key>afii10044</key>
- <integer>-137</integer>
- <key>afii10047</key>
- <integer>-110</integer>
- <key>checyrillic</key>
- <integer>-82</integer>
- <key>decyrillic</key>
- <integer>125</integer>
- <key>eight</key>
- <integer>-125</integer>
- <key>five</key>
- <integer>-123</integer>
- <key>four</key>
- <integer>-152</integer>
- <key>hryvnia</key>
- <integer>-40</integer>
- <key>nine</key>
- <integer>-123</integer>
- <key>nine.1</key>
- <integer>-123</integer>
- <key>p</key>
- <integer>123</integer>
- <key>tecyrillic</key>
- <integer>-70</integer>
- <key>tenge</key>
- <integer>-139</integer>
- <key>theta</key>
- <integer>-40</integer>
- <key>three</key>
- <integer>-125</integer>
- <key>xi</key>
- <integer>-42</integer>
- <key>zeta</key>
- <integer>-42</integer>
- </dict>
- <key>uni01F6</key>
- <dict>
- <key>T</key>
- <integer>-128</integer>
- </dict>
- <key>uni023A</key>
- <dict>
- <key>@KERN_RIGHT_idieresis</key>
- <integer>128</integer>
- <key>T</key>
- <integer>23</integer>
- </dict>
- <key>uni20BD</key>
- <dict>
- <key>@KERN_RIGHT_Elcyrillic</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_comma</key>
- <integer>-180</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_guillemotright</key>
- <integer>-13</integer>
- <key>afii10021</key>
- <integer>-68</integer>
- <key>afii10024</key>
- <integer>-69</integer>
- <key>ampersand</key>
- <integer>-41</integer>
- <key>four</key>
- <integer>-54</integer>
- <key>less</key>
- <integer>-56</integer>
- <key>logicalnot</key>
- <integer>-40</integer>
- <key>multiply</key>
- <integer>-29</integer>
- <key>slash</key>
- <integer>-111</integer>
- <key>underscore</key>
- <integer>-139</integer>
- </dict>
- <key>utilde</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- </dict>
- <key>wdieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-144</integer>
- </dict>
- <key>xi</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-14</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-40</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-29</integer>
- <key>Psi</key>
- <integer>-125</integer>
- <key>pi</key>
- <integer>-29</integer>
- <key>tau</key>
- <integer>-27</integer>
- <key>theta</key>
- <integer>-28</integer>
- <key>underscore</key>
- <integer>192</integer>
- </dict>
- <key>ydieresis</key>
- <dict>
- <key>@KERN_RIGHT_T</key>
- <integer>-96</integer>
- <key>Gamma1</key>
- <integer>-16</integer>
- </dict>
- <key>yhook</key>
- <dict>
- <key>@KERN_RIGHT_c</key>
- <integer>-224</integer>
- <key>T</key>
- <integer>206</integer>
- </dict>
- <key>zcurl</key>
- <dict>
- <key>T</key>
- <integer>-272</integer>
- </dict>
- <key>zeta</key>
- <dict>
- <key>@KERN_RIGHT_Alphagreek</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_alphagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_deltagreek</key>
- <integer>-56</integer>
- <key>@KERN_RIGHT_epsilongreek</key>
- <integer>-83</integer>
- <key>@KERN_RIGHT_etagreek</key>
- <integer>-41</integer>
- <key>@KERN_RIGHT_gammagreek</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_iotadieresisgreek</key>
- <integer>-84</integer>
- <key>@KERN_RIGHT_omegagreek</key>
- <integer>-82</integer>
- <key>@KERN_RIGHT_psigreek</key>
- <integer>-42</integer>
- <key>@KERN_RIGHT_quotedblleft</key>
- <integer>-28</integer>
- <key>Psi</key>
- <integer>-125</integer>
- <key>pi</key>
- <integer>-70</integer>
- <key>tau</key>
- <integer>-40</integer>
- <key>theta</key>
- <integer>-27</integer>
- <key>underscore</key>
- <integer>192</integer>
- </dict>
- <key>zhecyrillic</key>
- <dict>
- <key>@KERN_RIGHT_ecyrillic</key>
- <integer>-69</integer>
- <key>@KERN_RIGHT_elcyrillic</key>
- <integer>-28</integer>
- <key>@KERN_RIGHT_guillemotleft</key>
- <integer>-69</integer>
- <key>becyrillic</key>
- <integer>-42</integer>
- <key>checyrillic</key>
- <integer>-70</integer>
- <key>decyrillic</key>
- <integer>-15</integer>
- <key>ereversedcyrillic</key>
- <integer>-42</integer>
- <key>hardsigncyrillic</key>
- <integer>-96</integer>
- <key>iacyrillic</key>
- <integer>-27</integer>
- <key>tecyrillic</key>
- <integer>-68</integer>
- <key>zecyrillic</key>
- <integer>-41</integer>
- <key>zhecyrillic</key>
- <integer>-14</integer>
- </dict>
-</dict>
+ <dict>
+ <key>A</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-96.0</real>
+ </dict>
+ <key>Delta</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-96.0</real>
+ </dict>
+ <key>E</key>
+ <dict>
+ <key>c</key>
+ <real>-48.0</real>
+ </dict>
+ <key>F</key>
+ <dict>
+ <key>r</key>
+ <real>-128.0</real>
+ </dict>
+ <key>Gamma</key>
+ <dict>
+ <key>Omega</key>
+ <real>-96.0</real>
+ <key>ampersand</key>
+ <real>-68.0</real>
+ <key>backslash</key>
+ <real>27.0</real>
+ <key>four</key>
+ <real>-192.0</real>
+ <key>lambda</key>
+ <real>-96.0</real>
+ <key>less</key>
+ <real>-221.0</real>
+ <key>mu</key>
+ <real>-288.0</real>
+ <key>pi</key>
+ <real>-288.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-247.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-138.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-357.0</real>
+ <key>public.kern2.colon</key>
+ <real>-109.0</real>
+ <key>public.kern2.comma</key>
+ <real>-235.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-357.0</real>
+ <key>public.kern2.divide</key>
+ <real>-205.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-152.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-358.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-288.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-288.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-357.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-139.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-359.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-357.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-357.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-331.0</real>
+ <key>public.kern2.six</key>
+ <real>-84.0</real>
+ <key>rho</key>
+ <real>-359.0</real>
+ <key>slash</key>
+ <real>-137.0</real>
+ <key>tau</key>
+ <real>-288.0</real>
+ <key>theta</key>
+ <real>-219.0</real>
+ <key>three</key>
+ <real>-28.0</real>
+ <key>underscore</key>
+ <real>-192.0</real>
+ <key>xi</key>
+ <real>-150.0</real>
+ <key>zeta</key>
+ <real>-220.0</real>
+ </dict>
+ <key>Gamma1</key>
+ <dict>
+ <key>T</key>
+ <real>64.0</real>
+ </dict>
+ <key>Ghook</key>
+ <dict>
+ <key>T</key>
+ <real>86.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>304.0</real>
+ </dict>
+ <key>Hbar</key>
+ <dict>
+ <key>public.kern2.asciicircum</key>
+ <real>69.0</real>
+ <key>public.kern2.dagger</key>
+ <real>111.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>123.0</real>
+ </dict>
+ <key>Idieresis</key>
+ <dict>
+ <key>Idieresis</key>
+ <real>220.0</real>
+ <key>Idieresisacute</key>
+ <real>128.0</real>
+ </dict>
+ <key>L</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-96.0</real>
+ <key>quotedblreversed</key>
+ <real>-128.0</real>
+ <key>quotereversed</key>
+ <real>-128.0</real>
+ <key>uni023A</key>
+ <real>128.0</real>
+ </dict>
+ <key>Lambda</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-96.0</real>
+ </dict>
+ <key>Ohorn</key>
+ <dict>
+ <key>dotlessi</key>
+ <real>-40.0</real>
+ <key>idieresisacute</key>
+ <real>82.0</real>
+ </dict>
+ <key>Psi</key>
+ <dict>
+ <key>Omega</key>
+ <real>-28.0</real>
+ <key>ampersand</key>
+ <real>-166.0</real>
+ <key>backslash</key>
+ <real>41.0</real>
+ <key>eight</key>
+ <real>-68.0</real>
+ <key>four</key>
+ <real>-192.0</real>
+ <key>lambda</key>
+ <real>-83.0</real>
+ <key>less</key>
+ <real>-249.0</real>
+ <key>mu</key>
+ <real>-150.0</real>
+ <key>pi</key>
+ <real>-27.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-165.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.colon</key>
+ <real>-165.0</real>
+ <key>public.kern2.comma</key>
+ <real>-274.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.divide</key>
+ <real>-221.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-317.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-249.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-166.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-329.0</real>
+ <key>public.kern2.six</key>
+ <real>-96.0</real>
+ <key>rho</key>
+ <real>-96.0</real>
+ <key>slash</key>
+ <real>-192.0</real>
+ <key>tau</key>
+ <real>-27.0</real>
+ <key>three</key>
+ <real>-54.0</real>
+ <key>two</key>
+ <real>-27.0</real>
+ <key>underscore</key>
+ <real>-276.0</real>
+ <key>xi</key>
+ <real>-84.0</real>
+ </dict>
+ <key>Sigma</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-96.0</real>
+ <key>four</key>
+ <real>-68.0</real>
+ <key>less</key>
+ <real>-164.0</real>
+ <key>pi</key>
+ <real>-96.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-111.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.divide</key>
+ <real>-111.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-137.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.six</key>
+ <real>-27.0</real>
+ <key>rho</key>
+ <real>-14.0</real>
+ <key>tau</key>
+ <real>-192.0</real>
+ <key>theta</key>
+ <real>-82.0</real>
+ <key>xi</key>
+ <real>-40.0</real>
+ <key>zeta</key>
+ <real>-70.0</real>
+ </dict>
+ <key>Tbar</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>-82.0</real>
+ <key>public.kern2.A</key>
+ <real>-151.0</real>
+ <key>public.kern2.AE</key>
+ <real>-275.0</real>
+ <key>public.kern2.C</key>
+ <real>-41.0</real>
+ <key>public.kern2.J</key>
+ <real>-207.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-96.0</real>
+ <key>public.kern2.comma</key>
+ <real>-205.0</real>
+ <key>public.kern2.divide</key>
+ <real>-70.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-206.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-331.0</real>
+ </dict>
+ <key>Thorn</key>
+ <dict>
+ <key>Psi</key>
+ <real>-150.0</real>
+ <key>public.kern2.A</key>
+ <real>-111.0</real>
+ <key>public.kern2.AE</key>
+ <real>-180.0</real>
+ <key>public.kern2.J</key>
+ <real>-69.0</real>
+ <key>public.kern2.T</key>
+ <real>-150.0</real>
+ <key>public.kern2.V</key>
+ <real>-138.0</real>
+ <key>public.kern2.W</key>
+ <real>-70.0</real>
+ <key>public.kern2.Y</key>
+ <real>-152.0</real>
+ <key>public.kern2.Z</key>
+ <real>-109.0</real>
+ <key>public.kern2.comma</key>
+ <real>-276.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-82.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-343.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-152.0</real>
+ </dict>
+ <key>Uhorn</key>
+ <dict>
+ <key>dotlessi</key>
+ <real>-180.0</real>
+ <key>idieresisacute</key>
+ <real>164.0</real>
+ </dict>
+ <key>V</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-48.0</real>
+ </dict>
+ <key>Y</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-32.0</real>
+ </dict>
+ <key>Yhook</key>
+ <dict>
+ <key>T</key>
+ <real>128.0</real>
+ </dict>
+ <key>Z</key>
+ <dict>
+ <key>asterisk.case</key>
+ <real>-32.0</real>
+ </dict>
+ <key>adieresis</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-96.0</real>
+ <key>Yhook</key>
+ <real>-144.0</real>
+ <key>public.kern2.T</key>
+ <real>-128.0</real>
+ <key>public.kern2.V</key>
+ <real>-128.0</real>
+ <key>public.kern2.Y</key>
+ <real>-128.0</real>
+ </dict>
+ <key>afii10018</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-41.0</real>
+ <key>afii10044</key>
+ <real>-152.0</real>
+ <key>afii10049</key>
+ <real>-56.0</real>
+ <key>checyrillic</key>
+ <real>-41.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-83.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-69.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-28.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-13.0</real>
+ <key>public.kern2.one</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-54.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-41.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-14.0</real>
+ <key>question</key>
+ <real>-27.0</real>
+ <key>seven</key>
+ <real>-13.0</real>
+ <key>tecyrillic</key>
+ <real>-41.0</real>
+ <key>tenge</key>
+ <real>-68.0</real>
+ <key>zecyrillic</key>
+ <real>-14.0</real>
+ <key>zhecyrillic</key>
+ <real>-28.0</real>
+ </dict>
+ <key>afii10024</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-27.0</real>
+ <key>afii10025</key>
+ <real>-42.0</real>
+ <key>afii10038</key>
+ <real>-137.0</real>
+ <key>afii10041</key>
+ <real>-84.0</real>
+ <key>afii10044</key>
+ <real>-111.0</real>
+ <key>afii10047</key>
+ <real>-69.0</real>
+ <key>afii10049</key>
+ <real>-69.0</real>
+ <key>ampersand</key>
+ <real>-40.0</real>
+ <key>asciitilde</key>
+ <real>-96.0</real>
+ <key>becyrillic</key>
+ <real>-70.0</real>
+ <key>checyrillic</key>
+ <real>-151.0</real>
+ <key>eight</key>
+ <real>-40.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-29.0</real>
+ <key>five</key>
+ <real>-41.0</real>
+ <key>four</key>
+ <real>-111.0</real>
+ <key>greater</key>
+ <real>-28.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-124.0</real>
+ <key>hryvnia</key>
+ <real>-84.0</real>
+ <key>less</key>
+ <real>-137.0</real>
+ <key>logicalnot</key>
+ <real>-138.0</real>
+ <key>multiply</key>
+ <real>-125.0</real>
+ <key>nine</key>
+ <real>-41.0</real>
+ <key>nine.1</key>
+ <real>-41.0</real>
+ <key>numbersign</key>
+ <real>-29.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-69.0</real>
+ <key>public.kern2.Ecyrillic</key>
+ <real>-68.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-40.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-29.0</real>
+ <key>public.kern2.divide</key>
+ <real>-304.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-68.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-137.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-70.0</real>
+ <key>public.kern2.one</key>
+ <real>-54.0</real>
+ <key>public.kern2.six</key>
+ <real>-70.0</real>
+ <key>question</key>
+ <real>-41.0</real>
+ <key>seven</key>
+ <real>-27.0</real>
+ <key>tecyrillic</key>
+ <real>-164.0</real>
+ <key>tenge</key>
+ <real>-70.0</real>
+ <key>three</key>
+ <real>-70.0</real>
+ <key>two</key>
+ <real>-28.0</real>
+ <key>zecyrillic</key>
+ <real>-84.0</real>
+ <key>zhecyrillic</key>
+ <real>-29.0</real>
+ </dict>
+ <key>afii10038</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-13.0</real>
+ <key>afii10024</key>
+ <real>-139.0</real>
+ <key>afii10025</key>
+ <real>-13.0</real>
+ <key>afii10044</key>
+ <real>-96.0</real>
+ <key>afii10047</key>
+ <real>-15.0</real>
+ <key>afii10049</key>
+ <real>-27.0</real>
+ <key>decyrillic</key>
+ <real>-29.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-28.0</real>
+ <key>iacyrillic</key>
+ <real>-13.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-138.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.comma</key>
+ <real>-70.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-138.0</real>
+ <key>seven</key>
+ <real>-28.0</real>
+ <key>tenge</key>
+ <real>-42.0</real>
+ <key>three</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-68.0</real>
+ <key>zecyrillic</key>
+ <real>-15.0</real>
+ <key>zhecyrillic</key>
+ <real>-40.0</real>
+ </dict>
+ <key>afii10051</key>
+ <dict>
+ <key>afii10021</key>
+ <real>27.0</real>
+ <key>afii10024</key>
+ <real>-13.0</real>
+ <key>afii10041</key>
+ <real>-27.0</real>
+ <key>afii10044</key>
+ <real>-69.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-55.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-207.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-42.0</real>
+ <key>public.kern2.one</key>
+ <real>-84.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-40.0</real>
+ <key>seven</key>
+ <real>-29.0</real>
+ <key>tecyrillic</key>
+ <real>-41.0</real>
+ <key>underscore</key>
+ <real>-29.0</real>
+ </dict>
+ <key>afii10060</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-15.0</real>
+ <key>afii10041</key>
+ <real>-29.0</real>
+ <key>afii10044</key>
+ <real>-68.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-28.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-207.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-27.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-70.0</real>
+ <key>public.kern2.one</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-68.0</real>
+ <key>tecyrillic</key>
+ <real>-27.0</real>
+ <key>zhecyrillic</key>
+ <real>-28.0</real>
+ </dict>
+ <key>ampersand</key>
+ <dict>
+ <key>Psi</key>
+ <real>-205.0</real>
+ <key>afii10024</key>
+ <real>-29.0</real>
+ <key>afii10041</key>
+ <real>-27.0</real>
+ <key>afii10044</key>
+ <real>-151.0</real>
+ <key>afii10047</key>
+ <real>-28.0</real>
+ <key>afii10049</key>
+ <real>-13.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-150.0</real>
+ <key>public.kern2.T</key>
+ <real>-152.0</real>
+ <key>public.kern2.V</key>
+ <real>-178.0</real>
+ <key>public.kern2.W</key>
+ <real>-110.0</real>
+ <key>public.kern2.Y</key>
+ <real>-205.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-111.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>-123.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.one</key>
+ <real>-42.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-84.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-247.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-70.0</real>
+ <key>public.kern2.v</key>
+ <real>-84.0</real>
+ <key>public.kern2.w</key>
+ <real>-84.0</real>
+ <key>seven</key>
+ <real>-42.0</real>
+ <key>tenge</key>
+ <real>-56.0</real>
+ </dict>
+ <key>asciitilde</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-96.0</real>
+ <key>afii10044</key>
+ <real>-69.0</real>
+ <key>tenge</key>
+ <real>-41.0</real>
+ </dict>
+ <key>asterisk.case</key>
+ <dict>
+ <key>A</key>
+ <real>-96.0</real>
+ <key>Delta</key>
+ <real>-96.0</real>
+ <key>Lambda</key>
+ <real>-96.0</real>
+ <key>Sigma</key>
+ <real>-48.0</real>
+ <key>T</key>
+ <real>-96.0</real>
+ <key>V</key>
+ <real>-48.0</real>
+ <key>Y</key>
+ <real>-32.0</real>
+ <key>Z</key>
+ <real>-32.0</real>
+ <key>seven</key>
+ <real>-32.0</real>
+ </dict>
+ <key>at</key>
+ <dict>
+ <key>public.kern2.V</key>
+ <real>-41.0</real>
+ <key>public.kern2.X</key>
+ <real>-28.0</real>
+ <key>public.kern2.Y</key>
+ <real>-56.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-83.0</real>
+ <key>public.kern2.v</key>
+ <real>-42.0</real>
+ <key>seven</key>
+ <real>-56.0</real>
+ <key>tenge</key>
+ <real>-41.0</real>
+ <key>two</key>
+ <real>-27.0</real>
+ </dict>
+ <key>atilde</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-109.0</real>
+ <key>public.kern2.T</key>
+ <real>-128.0</real>
+ </dict>
+ <key>backslash</key>
+ <dict>
+ <key>Psi</key>
+ <real>-109.0</real>
+ <key>checyrillic</key>
+ <real>-70.0</real>
+ <key>public.kern2.C</key>
+ <real>-40.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-42.0</real>
+ <key>public.kern2.T</key>
+ <real>-111.0</real>
+ <key>public.kern2.U</key>
+ <real>-54.0</real>
+ <key>public.kern2.V</key>
+ <real>-139.0</real>
+ <key>public.kern2.W</key>
+ <real>-138.0</real>
+ <key>public.kern2.X</key>
+ <real>-27.0</real>
+ <key>public.kern2.Y</key>
+ <real>-109.0</real>
+ <key>public.kern2.comma</key>
+ <real>110.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>82.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-139.0</real>
+ <key>public.kern2.one</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-400.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-317.0</real>
+ <key>public.kern2.v</key>
+ <real>-137.0</real>
+ <key>public.kern2.w</key>
+ <real>-83.0</real>
+ <key>seven</key>
+ <real>-42.0</real>
+ <key>tecyrillic</key>
+ <real>-55.0</real>
+ <key>tenge</key>
+ <real>-139.0</real>
+ </dict>
+ <key>beta</key>
+ <dict>
+ <key>Psi</key>
+ <real>-68.0</real>
+ <key>lambda</key>
+ <real>-40.0</real>
+ <key>pi</key>
+ <real>-28.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.comma</key>
+ <real>-28.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-6.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.one</key>
+ <real>-70.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-165.0</real>
+ <key>seven</key>
+ <real>-82.0</real>
+ <key>tau</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-40.0</real>
+ </dict>
+ <key>braceright</key>
+ <dict>
+ <key>public.kern2.quotedblleft</key>
+ <real>-96.0</real>
+ </dict>
+ <key>colon.case</key>
+ <dict>
+ <key>seven</key>
+ <real>-32.0</real>
+ </dict>
+ <key>comma</key>
+ <dict>
+ <key>quotedblreversed</key>
+ <real>-256.0</real>
+ <key>quotereversed</key>
+ <real>-256.0</real>
+ </dict>
+ <key>d</key>
+ <dict>
+ <key>I</key>
+ <real>-16.0</real>
+ <key>b</key>
+ <real>-16.0</real>
+ <key>k</key>
+ <real>-16.0</real>
+ <key>l</key>
+ <real>-16.0</real>
+ </dict>
+ <key>dhook</key>
+ <dict>
+ <key>T</key>
+ <real>128.0</real>
+ </dict>
+ <key>dyogh</key>
+ <dict>
+ <key>T</key>
+ <real>-128.0</real>
+ </dict>
+ <key>edieresis</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-106.0</real>
+ <key>Yhook</key>
+ <real>-107.0</real>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ <key>public.kern2.Y</key>
+ <real>-144.0</real>
+ </dict>
+ <key>eight</key>
+ <dict>
+ <key>nine.1</key>
+ <real>-66.0</real>
+ </dict>
+ <key>ellipsis</key>
+ <dict>
+ <key>quotedblreversed</key>
+ <real>-512.0</real>
+ <key>quotereversed</key>
+ <real>-384.0</real>
+ </dict>
+ <key>emdash</key>
+ <dict>
+ <key>tenge</key>
+ <real>-28.0</real>
+ </dict>
+ <key>endash</key>
+ <dict>
+ <key>tenge</key>
+ <real>-42.0</real>
+ </dict>
+ <key>eth</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-112.0</real>
+ </dict>
+ <key>exclamdown</key>
+ <dict>
+ <key>Psi</key>
+ <real>-180.0</real>
+ <key>Tbar</key>
+ <real>-83.0</real>
+ <key>public.kern2.T</key>
+ <real>-180.0</real>
+ <key>public.kern2.V</key>
+ <real>-96.0</real>
+ <key>public.kern2.W</key>
+ <real>-41.0</real>
+ <key>public.kern2.Y</key>
+ <real>-180.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-84.0</real>
+ </dict>
+ <key>five</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-42.0</real>
+ <key>backslash</key>
+ <real>41.0</real>
+ <key>public.kern2.comma</key>
+ <real>-96.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-13.0</real>
+ <key>six.1</key>
+ <real>-80.0</real>
+ <key>underscore</key>
+ <real>-40.0</real>
+ </dict>
+ <key>four</key>
+ <dict>
+ <key>Psi</key>
+ <real>-42.0</real>
+ <key>afii10024</key>
+ <real>-27.0</real>
+ <key>period</key>
+ <real>-96.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.T</key>
+ <real>-41.0</real>
+ <key>public.kern2.V</key>
+ <real>-28.0</real>
+ <key>public.kern2.W</key>
+ <real>-28.0</real>
+ <key>public.kern2.Y</key>
+ <real>-42.0</real>
+ <key>public.kern2.Z</key>
+ <real>-15.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-28.0</real>
+ <key>public.kern2.comma</key>
+ <real>-96.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-13.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>-41.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.one</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-41.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-27.0</real>
+ <key>public.kern2.v</key>
+ <real>-40.0</real>
+ <key>public.kern2.w</key>
+ <real>-41.0</real>
+ <key>public.kern2.x</key>
+ <real>-13.0</real>
+ <key>tecyrillic</key>
+ <real>-29.0</real>
+ <key>tenge</key>
+ <real>-28.0</real>
+ </dict>
+ <key>four.1</key>
+ <dict>
+ <key>Psi</key>
+ <real>-42.0</real>
+ <key>afii10024</key>
+ <real>-27.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.T</key>
+ <real>-41.0</real>
+ <key>public.kern2.V</key>
+ <real>-28.0</real>
+ <key>public.kern2.W</key>
+ <real>-28.0</real>
+ <key>public.kern2.Y</key>
+ <real>-42.0</real>
+ <key>public.kern2.Z</key>
+ <real>-15.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-28.0</real>
+ <key>public.kern2.comma</key>
+ <real>-96.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-13.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>-41.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.one</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-41.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-27.0</real>
+ <key>public.kern2.v</key>
+ <real>-40.0</real>
+ <key>public.kern2.w</key>
+ <real>-41.0</real>
+ <key>public.kern2.x</key>
+ <real>-13.0</real>
+ <key>tecyrillic</key>
+ <real>-29.0</real>
+ <key>tenge</key>
+ <real>-28.0</real>
+ </dict>
+ <key>germandbls</key>
+ <dict>
+ <key>public.kern2.quotedblbase</key>
+ <real>-138.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-192.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-69.0</real>
+ </dict>
+ <key>greater</key>
+ <dict>
+ <key>Psi</key>
+ <real>-247.0</real>
+ <key>afii10021</key>
+ <real>-55.0</real>
+ <key>afii10024</key>
+ <real>-137.0</real>
+ <key>afii10025</key>
+ <real>-56.0</real>
+ <key>afii10041</key>
+ <real>-56.0</real>
+ <key>afii10044</key>
+ <real>-206.0</real>
+ <key>afii10047</key>
+ <real>-42.0</real>
+ <key>afii10049</key>
+ <real>-70.0</real>
+ <key>public.kern2.A</key>
+ <real>-82.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-219.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-84.0</real>
+ <key>public.kern2.T</key>
+ <real>-219.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-125.0</real>
+ <key>public.kern2.V</key>
+ <real>-207.0</real>
+ <key>public.kern2.W</key>
+ <real>-205.0</real>
+ <key>public.kern2.X</key>
+ <real>-151.0</real>
+ <key>public.kern2.Y</key>
+ <real>-248.0</real>
+ <key>public.kern2.Z</key>
+ <real>-165.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-262.0</real>
+ <key>public.kern2.v</key>
+ <real>-83.0</real>
+ <key>public.kern2.w</key>
+ <real>-82.0</real>
+ <key>public.kern2.x</key>
+ <real>-83.0</real>
+ <key>public.kern2.z</key>
+ <real>-54.0</real>
+ <key>seven</key>
+ <real>-206.0</real>
+ <key>tecyrillic</key>
+ <real>-69.0</real>
+ <key>tenge</key>
+ <real>-205.0</real>
+ </dict>
+ <key>hryvnia</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-83.0</real>
+ <key>public.kern2.comma</key>
+ <real>-28.0</real>
+ <key>slash</key>
+ <real>-42.0</real>
+ <key>underscore</key>
+ <real>-40.0</real>
+ </dict>
+ <key>idieresis</key>
+ <dict>
+ <key>backslash</key>
+ <real>256.0</real>
+ <key>one</key>
+ <real>128.0</real>
+ </dict>
+ <key>infinity</key>
+ <dict>
+ <key>public.kern2.V</key>
+ <real>-69.0</real>
+ <key>public.kern2.W</key>
+ <real>-28.0</real>
+ <key>public.kern2.X</key>
+ <real>-27.0</real>
+ <key>public.kern2.Y</key>
+ <real>-96.0</real>
+ </dict>
+ <key>itilde</key>
+ <dict>
+ <key>dotlessj</key>
+ <real>-160.0</real>
+ <key>jcrosstail</key>
+ <real>-160.0</real>
+ <key>public.kern2.T</key>
+ <real>16.0</real>
+ <key>public.kern2.Y</key>
+ <real>32.0</real>
+ </dict>
+ <key>l</key>
+ <dict>
+ <key>b</key>
+ <real>-16.0</real>
+ </dict>
+ <key>lacute</key>
+ <dict>
+ <key>igrave</key>
+ <real>54.0</real>
+ </dict>
+ <key>lambda</key>
+ <dict>
+ <key>five</key>
+ <real>-42.0</real>
+ <key>four</key>
+ <real>-69.0</real>
+ <key>pi</key>
+ <real>-192.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-110.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-110.0</real>
+ <key>public.kern2.divide</key>
+ <real>-84.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-124.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-152.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-111.0</real>
+ <key>public.kern2.one</key>
+ <real>-150.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-96.0</real>
+ <key>public.kern2.six</key>
+ <real>-68.0</real>
+ <key>rho</key>
+ <real>-28.0</real>
+ <key>tau</key>
+ <real>-275.0</real>
+ <key>theta</key>
+ <real>-69.0</real>
+ <key>xi</key>
+ <real>-54.0</real>
+ <key>zeta</key>
+ <real>-14.0</real>
+ </dict>
+ <key>lcommaaccent</key>
+ <dict>
+ <key>igrave</key>
+ <real>56.0</real>
+ </dict>
+ <key>less</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-82.0</real>
+ <key>tenge</key>
+ <real>-15.0</real>
+ </dict>
+ <key>logicalnot</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-139.0</real>
+ <key>tecyrillic</key>
+ <real>-40.0</real>
+ <key>tenge</key>
+ <real>-54.0</real>
+ </dict>
+ <key>lslash</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>40.0</real>
+ <key>public.kern2.C</key>
+ <real>28.0</real>
+ </dict>
+ <key>mu</key>
+ <dict>
+ <key>Psi</key>
+ <real>-28.0</real>
+ <key>ampersand</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-56.0</real>
+ <key>less</key>
+ <real>-111.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>pi</key>
+ <real>-41.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-111.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.divide</key>
+ <real>-111.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-164.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>125.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-15.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-137.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>82.0</real>
+ <key>rho</key>
+ <real>-21.0</real>
+ <key>slash</key>
+ <real>-96.0</real>
+ <key>tau</key>
+ <real>-42.0</real>
+ <key>theta</key>
+ <real>-41.0</real>
+ <key>underscore</key>
+ <real>-84.0</real>
+ <key>xi</key>
+ <real>-27.0</real>
+ <key>zeta</key>
+ <real>-20.0</real>
+ </dict>
+ <key>multiply</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-42.0</real>
+ <key>afii10024</key>
+ <real>-123.0</real>
+ <key>afii10041</key>
+ <real>-70.0</real>
+ <key>afii10044</key>
+ <real>-206.0</real>
+ <key>afii10047</key>
+ <real>-70.0</real>
+ <key>afii10049</key>
+ <real>-124.0</real>
+ <key>public.kern2.A</key>
+ <real>-83.0</real>
+ <key>public.kern2.T</key>
+ <real>-150.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.V</key>
+ <real>-110.0</real>
+ <key>public.kern2.Y</key>
+ <real>-125.0</real>
+ <key>public.kern2.v</key>
+ <real>-55.0</real>
+ <key>tenge</key>
+ <real>-96.0</real>
+ </dict>
+ <key>nine</key>
+ <dict>
+ <key>slash</key>
+ <real>-48.0</real>
+ </dict>
+ <key>nine.1</key>
+ <dict>
+ <key>four</key>
+ <real>-176.0</real>
+ <key>four.1</key>
+ <real>-176.0</real>
+ <key>nine.1</key>
+ <real>-64.0</real>
+ <key>seven</key>
+ <real>-103.0</real>
+ <key>six.1</key>
+ <real>-176.0</real>
+ <key>slash</key>
+ <real>-48.0</real>
+ <key>two</key>
+ <real>-96.0</real>
+ </dict>
+ <key>ntilde</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ <key>public.kern2.V</key>
+ <real>-112.0</real>
+ <key>public.kern2.Y</key>
+ <real>-112.0</real>
+ </dict>
+ <key>numbersign</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-41.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-68.0</real>
+ </dict>
+ <key>odieresis</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-64.0</real>
+ <key>Yhook</key>
+ <real>-144.0</real>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ <key>public.kern2.Y</key>
+ <real>-144.0</real>
+ </dict>
+ <key>otilde</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ <key>public.kern2.V</key>
+ <real>-112.0</real>
+ <key>public.kern2.Y</key>
+ <real>-144.0</real>
+ <key>seven</key>
+ <real>-48.0</real>
+ </dict>
+ <key>percent</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-166.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-180.0</real>
+ </dict>
+ <key>period</key>
+ <dict>
+ <key>eight</key>
+ <real>-96.0</real>
+ <key>five</key>
+ <real>-64.0</real>
+ <key>nine</key>
+ <real>-32.0</real>
+ <key>nine.1</key>
+ <real>-144.0</real>
+ <key>public.kern2.one</key>
+ <real>-144.0</real>
+ <key>six</key>
+ <real>-112.0</real>
+ <key>six.1</key>
+ <real>-112.0</real>
+ <key>three</key>
+ <real>-96.0</real>
+ <key>zero</key>
+ <real>-110.0</real>
+ </dict>
+ <key>periodcentered</key>
+ <dict>
+ <key>Tbar</key>
+ <real>-83.0</real>
+ <key>ampersand</key>
+ <real>-41.0</real>
+ <key>lslash</key>
+ <real>41.0</real>
+ <key>public.kern2.A</key>
+ <real>-84.0</real>
+ <key>public.kern2.AE</key>
+ <real>-139.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>55.0</real>
+ <key>public.kern2.J</key>
+ <real>-124.0</real>
+ <key>public.kern2.T</key>
+ <real>-220.0</real>
+ <key>public.kern2.V</key>
+ <real>-111.0</real>
+ <key>public.kern2.W</key>
+ <real>-82.0</real>
+ <key>public.kern2.X</key>
+ <real>-124.0</real>
+ <key>public.kern2.Y</key>
+ <real>-138.0</real>
+ <key>public.kern2.Z</key>
+ <real>-82.0</real>
+ <key>public.kern2.a</key>
+ <real>-15.0</real>
+ <key>public.kern2.x</key>
+ <real>-41.0</real>
+ <key>public.kern2.z</key>
+ <real>-41.0</real>
+ <key>tbar</key>
+ <real>42.0</real>
+ </dict>
+ <key>perthousand</key>
+ <dict>
+ <key>tenge</key>
+ <real>-54.0</real>
+ </dict>
+ <key>pi</key>
+ <dict>
+ <key>Psi</key>
+ <real>-54.0</real>
+ <key>four</key>
+ <real>-56.0</real>
+ <key>lambda</key>
+ <real>-29.0</real>
+ <key>less</key>
+ <real>-69.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.divide</key>
+ <real>-55.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>96.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-110.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>56.0</real>
+ <key>rho</key>
+ <real>-41.0</real>
+ <key>theta</key>
+ <real>-29.0</real>
+ <key>xi</key>
+ <real>-29.0</real>
+ <key>zeta</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.A</key>
+ <dict>
+ <key>Tbar</key>
+ <real>-151.0</real>
+ <key>backslash</key>
+ <real>-55.0</real>
+ <key>eight</key>
+ <real>-29.0</real>
+ <key>five</key>
+ <real>-14.0</real>
+ <key>less</key>
+ <real>-83.0</real>
+ <key>logicalnot</key>
+ <real>-55.0</real>
+ <key>multiply</key>
+ <real>-82.0</real>
+ <key>nine</key>
+ <real>-82.0</real>
+ <key>nine.1</key>
+ <real>-28.0</real>
+ <key>periodcentered</key>
+ <real>-84.0</real>
+ <key>public.kern2.C</key>
+ <real>-96.0</real>
+ <key>public.kern2.T</key>
+ <real>-233.0</real>
+ <key>public.kern2.U</key>
+ <real>-40.0</real>
+ <key>public.kern2.V</key>
+ <real>-180.0</real>
+ <key>public.kern2.W</key>
+ <real>-152.0</real>
+ <key>public.kern2.Y</key>
+ <real>-207.0</real>
+ <key>public.kern2.a</key>
+ <real>-15.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-139.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-220.0</real>
+ <key>public.kern2.c</key>
+ <real>-83.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-206.0</real>
+ <key>public.kern2.divide</key>
+ <real>-41.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>-249.0</real>
+ <key>public.kern2.f</key>
+ <real>-42.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-96.0</real>
+ <key>public.kern2.one</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-221.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-371.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-276.0</real>
+ <key>public.kern2.s</key>
+ <real>-27.0</real>
+ <key>public.kern2.six</key>
+ <real>-27.0</real>
+ <key>public.kern2.t</key>
+ <real>-84.0</real>
+ <key>public.kern2.u</key>
+ <real>-68.0</real>
+ <key>public.kern2.v</key>
+ <real>-192.0</real>
+ <key>public.kern2.w</key>
+ <real>-192.0</real>
+ <key>public.kern2.x</key>
+ <real>-13.0</real>
+ <key>public.kern2.z</key>
+ <real>-29.0</real>
+ <key>question</key>
+ <real>-166.0</real>
+ <key>seven</key>
+ <real>-42.0</real>
+ </dict>
+ <key>public.kern1.AE</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>-13.0</real>
+ </dict>
+ <key>public.kern1.Alphagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-165.0</real>
+ <key>backslash</key>
+ <real>-55.0</real>
+ <key>five</key>
+ <real>-13.0</real>
+ <key>less</key>
+ <real>-82.0</real>
+ <key>nine</key>
+ <real>-15.0</real>
+ <key>nine.1</key>
+ <real>-15.0</real>
+ <key>pi</key>
+ <real>-83.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-96.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-219.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-206.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.divide</key>
+ <real>-40.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>-247.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-192.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-96.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.one</key>
+ <real>-96.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-275.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-372.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-275.0</real>
+ <key>public.kern2.six</key>
+ <real>-27.0</real>
+ <key>question</key>
+ <real>-164.0</real>
+ <key>rho</key>
+ <real>-42.0</real>
+ <key>seven</key>
+ <real>-41.0</real>
+ <key>tau</key>
+ <real>-139.0</real>
+ <key>theta</key>
+ <real>-111.0</real>
+ <key>xi</key>
+ <real>-69.0</real>
+ <key>zeta</key>
+ <real>-109.0</real>
+ </dict>
+ <key>public.kern1.B</key>
+ <dict>
+ <key>public.kern2.AE</key>
+ <real>-13.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>82.0</real>
+ <key>public.kern2.Y</key>
+ <real>-56.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-27.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>96.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-82.0</real>
+ </dict>
+ <key>public.kern1.C</key>
+ <dict>
+ <key>backslash</key>
+ <real>41.0</real>
+ <key>public.kern2.A</key>
+ <real>-54.0</real>
+ <key>public.kern2.AE</key>
+ <real>-56.0</real>
+ <key>public.kern2.T</key>
+ <real>-70.0</real>
+ <key>public.kern2.X</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>-42.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>96.0</real>
+ <key>underscore</key>
+ <real>-111.0</real>
+ </dict>
+ <key>public.kern1.D</key>
+ <dict>
+ <key>jcrosstail</key>
+ <real>-240.0</real>
+ <key>public.kern2.A</key>
+ <real>-96.0</real>
+ <key>public.kern2.AE</key>
+ <real>-82.0</real>
+ <key>public.kern2.T</key>
+ <real>-96.0</real>
+ <key>public.kern2.V</key>
+ <real>-80.0</real>
+ <key>public.kern2.W</key>
+ <real>-20.0</real>
+ <key>public.kern2.X</key>
+ <real>-68.0</real>
+ <key>public.kern2.Y</key>
+ <real>-96.0</real>
+ <key>public.kern2.Z</key>
+ <real>-83.0</real>
+ <key>public.kern2.braceright.case</key>
+ <real>-64.0</real>
+ <key>public.kern2.comma</key>
+ <real>-125.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-15.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-29.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-40.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>48.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-109.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-84.0</real>
+ <key>public.kern2.x</key>
+ <real>-28.0</real>
+ <key>seven</key>
+ <real>-29.0</real>
+ <key>slash</key>
+ <real>-111.0</real>
+ <key>underscore</key>
+ <real>-111.0</real>
+ </dict>
+ <key>public.kern1.Decyrillic</key>
+ <dict>
+ <key>afii10021</key>
+ <real>96.0</real>
+ <key>afii10024</key>
+ <real>54.0</real>
+ <key>afii10025</key>
+ <real>29.0</real>
+ <key>afii10044</key>
+ <real>-41.0</real>
+ <key>decyrillic</key>
+ <real>68.0</real>
+ <key>iacyrillic</key>
+ <real>56.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>41.0</real>
+ <key>public.kern2.divide</key>
+ <real>-42.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>40.0</real>
+ <key>underscore</key>
+ <real>165.0</real>
+ <key>zhecyrillic</key>
+ <real>27.0</real>
+ </dict>
+ <key>public.kern1.E</key>
+ <dict>
+ <key>backslash</key>
+ <real>56.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>periodcentered</key>
+ <real>-14.0</real>
+ <key>public.kern2.C</key>
+ <real>-32.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-48.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-48.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>208.0</real>
+ <key>public.kern2.v</key>
+ <real>-64.0</real>
+ </dict>
+ <key>public.kern1.Ecyrillic</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-29.0</real>
+ <key>afii10024</key>
+ <real>-55.0</real>
+ <key>afii10038</key>
+ <real>-42.0</real>
+ <key>afii10041</key>
+ <real>-13.0</real>
+ <key>afii10044</key>
+ <real>-83.0</real>
+ <key>afii10049</key>
+ <real>-42.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-28.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-56.0</real>
+ <key>public.kern2.comma</key>
+ <real>-124.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-41.0</real>
+ <key>tecyrillic</key>
+ <real>-29.0</real>
+ <key>tenge</key>
+ <real>-14.0</real>
+ <key>underscore</key>
+ <real>-69.0</real>
+ <key>zhecyrillic</key>
+ <real>-27.0</real>
+ </dict>
+ <key>public.kern1.Epsilongreek</key>
+ <dict>
+ <key>backslash</key>
+ <real>55.0</real>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-29.0</real>
+ </dict>
+ <key>public.kern1.Ereversedcyrillic</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-69.0</real>
+ <key>afii10025</key>
+ <real>-15.0</real>
+ <key>afii10044</key>
+ <real>-68.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-14.0</real>
+ <key>public.kern2.comma</key>
+ <real>-123.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-96.0</real>
+ <key>underscore</key>
+ <real>-111.0</real>
+ </dict>
+ <key>public.kern1.F</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-70.0</real>
+ <key>backslash</key>
+ <real>27.0</real>
+ <key>eight</key>
+ <real>-42.0</real>
+ <key>four</key>
+ <real>-41.0</real>
+ <key>periodcentered</key>
+ <real>-14.0</real>
+ <key>public.kern2.A</key>
+ <real>-256.0</real>
+ <key>public.kern2.AE</key>
+ <real>-248.0</real>
+ <key>public.kern2.C</key>
+ <real>-48.0</real>
+ <key>public.kern2.J</key>
+ <real>-139.0</real>
+ <key>public.kern2.a</key>
+ <real>-112.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-42.0</real>
+ <key>public.kern2.c</key>
+ <real>-112.0</real>
+ <key>public.kern2.comma</key>
+ <real>-233.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-64.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-64.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-151.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>208.0</real>
+ <key>public.kern2.m</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-331.0</real>
+ <key>public.kern2.six</key>
+ <real>-40.0</real>
+ <key>public.kern2.u</key>
+ <real>-96.0</real>
+ <key>public.kern2.v</key>
+ <real>-96.0</real>
+ <key>public.kern2.z</key>
+ <real>-96.0</real>
+ <key>slash</key>
+ <real>-139.0</real>
+ <key>three</key>
+ <real>-28.0</real>
+ <key>two</key>
+ <real>-28.0</real>
+ <key>underscore</key>
+ <real>-192.0</real>
+ </dict>
+ <key>public.kern1.G</key>
+ <dict>
+ <key>public.kern2.A</key>
+ <real>-41.0</real>
+ <key>public.kern2.AE</key>
+ <real>-70.0</real>
+ <key>public.kern2.T</key>
+ <real>-42.0</real>
+ <key>public.kern2.X</key>
+ <real>-40.0</real>
+ <key>public.kern2.Y</key>
+ <real>-41.0</real>
+ <key>public.kern2.braceright.case</key>
+ <real>-32.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>96.0</real>
+ <key>slash</key>
+ <real>-42.0</real>
+ </dict>
+ <key>public.kern1.Gecyrillic</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-84.0</real>
+ <key>afii10024</key>
+ <real>-41.0</real>
+ <key>afii10025</key>
+ <real>-13.0</real>
+ <key>afii10038</key>
+ <real>-96.0</real>
+ <key>afii10047</key>
+ <real>-54.0</real>
+ <key>afii10049</key>
+ <real>-82.0</real>
+ <key>ampersand</key>
+ <real>-96.0</real>
+ <key>asciitilde</key>
+ <real>-206.0</real>
+ <key>becyrillic</key>
+ <real>-42.0</real>
+ <key>checyrillic</key>
+ <real>-206.0</real>
+ <key>decyrillic</key>
+ <real>-207.0</real>
+ <key>eight</key>
+ <real>-41.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-205.0</real>
+ <key>five</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-164.0</real>
+ <key>greater</key>
+ <real>-69.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-206.0</real>
+ <key>hryvnia</key>
+ <real>-27.0</real>
+ <key>iacyrillic</key>
+ <real>-274.0</real>
+ <key>less</key>
+ <real>-206.0</real>
+ <key>logicalnot</key>
+ <real>-206.0</real>
+ <key>multiply</key>
+ <real>-219.0</real>
+ <key>nine</key>
+ <real>-29.0</real>
+ <key>nine.1</key>
+ <real>-29.0</real>
+ <key>numbersign</key>
+ <real>-70.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-41.0</real>
+ <key>public.kern2.Ecyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-110.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-249.0</real>
+ <key>public.kern2.colon</key>
+ <real>-110.0</real>
+ <key>public.kern2.comma</key>
+ <real>-234.0</real>
+ <key>public.kern2.divide</key>
+ <real>-206.0</real>
+ <key>public.kern2.dzhecyrillic</key>
+ <real>-150.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-234.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-235.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-357.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-137.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-412.0</real>
+ <key>public.kern2.six</key>
+ <real>-82.0</real>
+ <key>tecyrillic</key>
+ <real>-180.0</real>
+ <key>three</key>
+ <real>-27.0</real>
+ <key>two</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-179.0</real>
+ <key>uni20BD</key>
+ <real>-84.0</real>
+ <key>zecyrillic</key>
+ <real>-205.0</real>
+ <key>zhecyrillic</key>
+ <real>-205.0</real>
+ </dict>
+ <key>public.kern1.H</key>
+ <dict>
+ <key>backslash</key>
+ <real>16.0</real>
+ <key>public.kern2.B</key>
+ <real>-32.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>8.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>208.0</real>
+ </dict>
+ <key>public.kern1.Hardsigncyrillic</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-55.0</real>
+ <key>afii10041</key>
+ <real>-27.0</real>
+ <key>afii10044</key>
+ <real>-165.0</real>
+ <key>afii10049</key>
+ <real>-13.0</real>
+ <key>checyrillic</key>
+ <real>-14.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-55.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-205.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-40.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-56.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>-42.0</real>
+ <key>public.kern2.one</key>
+ <real>-41.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-56.0</real>
+ <key>seven</key>
+ <real>-41.0</real>
+ <key>tecyrillic</key>
+ <real>-28.0</real>
+ <key>tenge</key>
+ <real>-42.0</real>
+ <key>zhecyrillic</key>
+ <real>-14.0</real>
+ </dict>
+ <key>public.kern1.IJacute</key>
+ <dict>
+ <key>backslash</key>
+ <real>56.0</real>
+ <key>public.kern2.A</key>
+ <real>-41.0</real>
+ <key>public.kern2.AE</key>
+ <real>-56.0</real>
+ <key>public.kern2.comma</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-179.0</real>
+ <key>slash</key>
+ <real>-137.0</real>
+ <key>underscore</key>
+ <real>-111.0</real>
+ </dict>
+ <key>public.kern1.K</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-41.0</real>
+ <key>asterisk.case</key>
+ <real>-48.0</real>
+ <key>at</key>
+ <real>-41.0</real>
+ <key>five</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-70.0</real>
+ <key>infinity</key>
+ <real>-96.0</real>
+ <key>less</key>
+ <real>-180.0</real>
+ <key>logicalnot</key>
+ <real>-137.0</real>
+ <key>multiply</key>
+ <real>-54.0</real>
+ <key>nine</key>
+ <real>-42.0</real>
+ <key>nine.1</key>
+ <real>-42.0</real>
+ <key>periodcentered</key>
+ <real>-123.0</real>
+ <key>public.kern2.C</key>
+ <real>-110.0</real>
+ <key>public.kern2.S</key>
+ <real>-69.0</real>
+ <key>public.kern2.a</key>
+ <real>-28.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-84.0</real>
+ <key>public.kern2.c</key>
+ <real>-110.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-82.0</real>
+ <key>public.kern2.divide</key>
+ <real>-304.0</real>
+ <key>public.kern2.f</key>
+ <real>-41.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-139.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>240.0</real>
+ <key>public.kern2.one</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-70.0</real>
+ <key>public.kern2.s</key>
+ <real>-68.0</real>
+ <key>public.kern2.six</key>
+ <real>-56.0</real>
+ <key>public.kern2.t</key>
+ <real>-54.0</real>
+ <key>public.kern2.u</key>
+ <real>-96.0</real>
+ <key>public.kern2.v</key>
+ <real>-100.0</real>
+ <key>public.kern2.w</key>
+ <real>-179.0</real>
+ <key>tbar</key>
+ <real>-68.0</real>
+ <key>three</key>
+ <real>-27.0</real>
+ </dict>
+ <key>public.kern1.L</key>
+ <dict>
+ <key>Tbar</key>
+ <real>-261.0</real>
+ <key>backslash</key>
+ <real>-56.0</real>
+ <key>eight</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-29.0</real>
+ <key>less</key>
+ <real>-56.0</real>
+ <key>logicalnot</key>
+ <real>-358.0</real>
+ <key>periodcentered</key>
+ <real>-166.0</real>
+ <key>public.kern2.C</key>
+ <real>-82.0</real>
+ <key>public.kern2.T</key>
+ <real>-262.0</real>
+ <key>public.kern2.U</key>
+ <real>-68.0</real>
+ <key>public.kern2.V</key>
+ <real>-192.0</real>
+ <key>public.kern2.W</key>
+ <real>-192.0</real>
+ <key>public.kern2.Y</key>
+ <real>-262.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-370.0</real>
+ <key>public.kern2.c</key>
+ <real>-70.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-260.0</real>
+ <key>public.kern2.divide</key>
+ <real>-234.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>-425.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-165.0</real>
+ <key>public.kern2.one</key>
+ <real>-124.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-249.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-234.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-192.0</real>
+ <key>public.kern2.six</key>
+ <real>-41.0</real>
+ <key>public.kern2.t</key>
+ <real>-68.0</real>
+ <key>public.kern2.v</key>
+ <real>-192.0</real>
+ <key>public.kern2.w</key>
+ <real>-178.0</real>
+ <key>question</key>
+ <real>-192.0</real>
+ <key>seven</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.Ohorn</key>
+ <dict>
+ <key>Hbar</key>
+ <real>42.0</real>
+ <key>Tbar</key>
+ <real>40.0</real>
+ <key>asciitilde</key>
+ <real>-42.0</real>
+ <key>at</key>
+ <real>-42.0</real>
+ <key>bullet</key>
+ <real>-42.0</real>
+ <key>copyright</key>
+ <real>-40.0</real>
+ <key>emdash</key>
+ <real>-40.0</real>
+ <key>endash</key>
+ <real>-41.0</real>
+ <key>exclamdown</key>
+ <real>-41.0</real>
+ <key>figuredash</key>
+ <real>-41.0</real>
+ <key>hyphenbullet</key>
+ <real>-42.0</real>
+ <key>infinity</key>
+ <real>-42.0</real>
+ <key>integral</key>
+ <real>-42.0</real>
+ <key>logicalnot</key>
+ <real>-40.0</real>
+ <key>lslash</key>
+ <real>28.0</real>
+ <key>multiply</key>
+ <real>-42.0</real>
+ <key>partialdiff</key>
+ <real>-40.0</real>
+ <key>periodcentered</key>
+ <real>-42.0</real>
+ <key>public.kern2.A</key>
+ <real>-96.0</real>
+ <key>public.kern2.AE</key>
+ <real>-84.0</real>
+ <key>public.kern2.T</key>
+ <real>40.0</real>
+ <key>public.kern2.a</key>
+ <real>-42.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-42.0</real>
+ <key>public.kern2.c</key>
+ <real>-40.0</real>
+ <key>public.kern2.comma</key>
+ <real>-138.0</real>
+ <key>public.kern2.divide</key>
+ <real>-42.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>139.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-152.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>256.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>54.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-206.0</real>
+ <key>public.kern2.t</key>
+ <real>28.0</real>
+ <key>questiondown</key>
+ <real>-40.0</real>
+ <key>seven</key>
+ <real>56.0</real>
+ </dict>
+ <key>public.kern1.Omegagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-29.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-28.0</real>
+ <key>theta</key>
+ <real>-13.0</real>
+ <key>xi</key>
+ <real>-14.0</real>
+ </dict>
+ <key>public.kern1.Omicrongreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-42.0</real>
+ <key>Sigma</key>
+ <real>-42.0</real>
+ <key>lambda</key>
+ <real>-40.0</real>
+ <key>pi</key>
+ <real>-13.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-96.0</real>
+ <key>public.kern2.comma</key>
+ <real>-124.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-41.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-84.0</real>
+ <key>rho</key>
+ <real>-15.0</real>
+ <key>seven</key>
+ <real>-28.0</real>
+ <key>slash</key>
+ <real>-109.0</real>
+ <key>tau</key>
+ <real>-13.0</real>
+ <key>underscore</key>
+ <real>-110.0</real>
+ <key>xi</key>
+ <real>-13.0</real>
+ <key>zeta</key>
+ <real>-29.0</real>
+ </dict>
+ <key>public.kern1.P</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-84.0</real>
+ <key>backslash</key>
+ <real>40.0</real>
+ <key>four</key>
+ <real>-83.0</real>
+ <key>hyphen</key>
+ <real>-128.0</real>
+ <key>periodcentered</key>
+ <real>-13.0</real>
+ <key>public.kern2.A</key>
+ <real>-205.0</real>
+ <key>public.kern2.AE</key>
+ <real>-315.0</real>
+ <key>public.kern2.J</key>
+ <real>-150.0</real>
+ <key>public.kern2.X</key>
+ <real>-83.0</real>
+ <key>public.kern2.Y</key>
+ <real>-54.0</real>
+ <key>public.kern2.Z</key>
+ <real>-55.0</real>
+ <key>public.kern2.a</key>
+ <real>-40.0</real>
+ <key>public.kern2.c</key>
+ <real>-58.0</real>
+ <key>public.kern2.comma</key>
+ <real>-275.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-48.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-219.0</real>
+ <key>public.kern2.f</key>
+ <real>68.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-55.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-400.0</real>
+ <key>public.kern2.s</key>
+ <real>-41.0</real>
+ <key>public.kern2.t</key>
+ <real>70.0</real>
+ <key>public.kern2.v</key>
+ <real>55.0</real>
+ <key>seven</key>
+ <real>-13.0</real>
+ <key>slash</key>
+ <real>-137.0</real>
+ <key>two</key>
+ <real>-13.0</real>
+ <key>underscore</key>
+ <real>-233.0</real>
+ </dict>
+ <key>public.kern1.R</key>
+ <dict>
+ <key>four</key>
+ <real>-28.0</real>
+ <key>periodcentered</key>
+ <real>-14.0</real>
+ <key>public.kern2.V</key>
+ <real>-42.0</real>
+ <key>public.kern2.W</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>-54.0</real>
+ <key>public.kern2.c</key>
+ <real>-32.0</real>
+ <key>public.kern2.f</key>
+ <real>28.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>128.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-27.0</real>
+ <key>public.kern2.s</key>
+ <real>-29.0</real>
+ <key>public.kern2.t</key>
+ <real>70.0</real>
+ </dict>
+ <key>public.kern1.S</key>
+ <dict>
+ <key>public.kern2.V</key>
+ <real>-27.0</real>
+ <key>public.kern2.W</key>
+ <real>-28.0</real>
+ <key>public.kern2.X</key>
+ <real>-13.0</real>
+ <key>public.kern2.Y</key>
+ <real>-29.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>128.0</real>
+ </dict>
+ <key>public.kern1.T</key>
+ <dict>
+ <key>adieresis</key>
+ <real>-112.0</real>
+ <key>ampersand</key>
+ <real>-96.0</real>
+ <key>asterisk.case</key>
+ <real>-96.0</real>
+ <key>atilde</key>
+ <real>-112.0</real>
+ <key>backslash</key>
+ <real>54.0</real>
+ <key>edieresis</key>
+ <real>-144.0</real>
+ <key>four</key>
+ <real>-192.0</real>
+ <key>itilde</key>
+ <real>16.0</real>
+ <key>less</key>
+ <real>-221.0</real>
+ <key>ntilde</key>
+ <real>-80.0</real>
+ <key>odieresis</key>
+ <real>-144.0</real>
+ <key>otilde</key>
+ <real>-144.0</real>
+ <key>periodcentered</key>
+ <real>-221.0</real>
+ <key>public.kern2.A</key>
+ <real>-234.0</real>
+ <key>public.kern2.AE</key>
+ <real>-344.0</real>
+ <key>public.kern2.C</key>
+ <real>-83.0</real>
+ <key>public.kern2.J</key>
+ <real>-206.0</real>
+ <key>public.kern2.a</key>
+ <real>-205.0</real>
+ <key>public.kern2.c</key>
+ <real>-220.0</real>
+ <key>public.kern2.colon</key>
+ <real>-109.0</real>
+ <key>public.kern2.comma</key>
+ <real>-235.0</real>
+ <key>public.kern2.divide</key>
+ <real>-206.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-343.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-357.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-137.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>256.0</real>
+ <key>public.kern2.m</key>
+ <real>-151.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-329.0</real>
+ <key>public.kern2.s</key>
+ <real>-207.0</real>
+ <key>public.kern2.six</key>
+ <real>-83.0</real>
+ <key>public.kern2.u</key>
+ <real>-207.0</real>
+ <key>public.kern2.v</key>
+ <real>-178.0</real>
+ <key>public.kern2.w</key>
+ <real>-178.0</real>
+ <key>public.kern2.x</key>
+ <real>-164.0</real>
+ <key>public.kern2.z</key>
+ <real>-112.0</real>
+ <key>slash</key>
+ <real>-219.0</real>
+ <key>three</key>
+ <real>-27.0</real>
+ <key>udieresis</key>
+ <real>-144.0</real>
+ <key>underscore</key>
+ <real>-150.0</real>
+ <key>utilde</key>
+ <real>-112.0</real>
+ <key>wdieresis</key>
+ <real>-144.0</real>
+ <key>ydieresis</key>
+ <real>-96.0</real>
+ </dict>
+ <key>public.kern1.Ucyrillic</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-40.0</real>
+ <key>afii10024</key>
+ <real>-69.0</real>
+ <key>afii10025</key>
+ <real>-29.0</real>
+ <key>afii10038</key>
+ <real>-68.0</real>
+ <key>afii10044</key>
+ <real>-28.0</real>
+ <key>afii10047</key>
+ <real>-40.0</real>
+ <key>afii10049</key>
+ <real>-68.0</real>
+ <key>ampersand</key>
+ <real>-70.0</real>
+ <key>becyrillic</key>
+ <real>-41.0</real>
+ <key>checyrillic</key>
+ <real>-96.0</real>
+ <key>decyrillic</key>
+ <real>-123.0</real>
+ <key>eight</key>
+ <real>-55.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-111.0</real>
+ <key>four</key>
+ <real>-111.0</real>
+ <key>greater</key>
+ <real>-28.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-110.0</real>
+ <key>hryvnia</key>
+ <real>-56.0</real>
+ <key>iacyrillic</key>
+ <real>-138.0</real>
+ <key>less</key>
+ <real>-192.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>multiply</key>
+ <real>-138.0</real>
+ <key>nine</key>
+ <real>-13.0</real>
+ <key>nine.1</key>
+ <real>-13.0</real>
+ <key>numbersign</key>
+ <real>-55.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-41.0</real>
+ <key>public.kern2.Ecyrillic</key>
+ <real>-84.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-68.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-13.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-137.0</real>
+ <key>public.kern2.comma</key>
+ <real>-357.0</real>
+ <key>public.kern2.divide</key>
+ <real>-192.0</real>
+ <key>public.kern2.dzhecyrillic</key>
+ <real>-68.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-139.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-260.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-164.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-180.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-137.0</real>
+ <key>public.kern2.one</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-454.0</real>
+ <key>public.kern2.six</key>
+ <real>-29.0</real>
+ <key>tecyrillic</key>
+ <real>-82.0</real>
+ <key>three</key>
+ <real>-70.0</real>
+ <key>two</key>
+ <real>-83.0</real>
+ <key>underscore</key>
+ <real>-235.0</real>
+ <key>uni20BD</key>
+ <real>-29.0</real>
+ <key>zecyrillic</key>
+ <real>-110.0</real>
+ <key>zhecyrillic</key>
+ <real>-109.0</real>
+ </dict>
+ <key>public.kern1.Uhorn</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-125.0</real>
+ <key>asciitilde</key>
+ <real>-166.0</real>
+ <key>at</key>
+ <real>-109.0</real>
+ <key>bullet</key>
+ <real>-166.0</real>
+ <key>emdash</key>
+ <real>-164.0</real>
+ <key>endash</key>
+ <real>-166.0</real>
+ <key>figuredash</key>
+ <real>-166.0</real>
+ <key>four</key>
+ <real>-125.0</real>
+ <key>hyphenbullet</key>
+ <real>-164.0</real>
+ <key>infinity</key>
+ <real>-165.0</real>
+ <key>integral</key>
+ <real>-164.0</real>
+ <key>less</key>
+ <real>-166.0</real>
+ <key>logicalnot</key>
+ <real>-164.0</real>
+ <key>multiply</key>
+ <real>-164.0</real>
+ <key>partialdiff</key>
+ <real>-165.0</real>
+ <key>periodcentered</key>
+ <real>-164.0</real>
+ <key>public.kern2.A</key>
+ <real>-219.0</real>
+ <key>public.kern2.AE</key>
+ <real>-343.0</real>
+ <key>public.kern2.C</key>
+ <real>-109.0</real>
+ <key>public.kern2.J</key>
+ <real>-288.0</real>
+ <key>public.kern2.S</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>70.0</real>
+ <key>public.kern2.a</key>
+ <real>-165.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-165.0</real>
+ <key>public.kern2.braceright</key>
+ <real>111.0</real>
+ <key>public.kern2.c</key>
+ <real>-164.0</real>
+ <key>public.kern2.colon</key>
+ <real>-165.0</real>
+ <key>public.kern2.comma</key>
+ <real>-247.0</real>
+ <key>public.kern2.divide</key>
+ <real>-165.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-166.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>42.0</real>
+ <key>public.kern2.f</key>
+ <real>-40.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-276.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-139.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>192.0</real>
+ <key>public.kern2.m</key>
+ <real>-165.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-357.0</real>
+ <key>public.kern2.s</key>
+ <real>-164.0</real>
+ <key>public.kern2.six</key>
+ <real>-55.0</real>
+ <key>public.kern2.t</key>
+ <real>-83.0</real>
+ <key>public.kern2.u</key>
+ <real>-166.0</real>
+ <key>public.kern2.v</key>
+ <real>-164.0</real>
+ <key>public.kern2.w</key>
+ <real>-139.0</real>
+ <key>public.kern2.x</key>
+ <real>-139.0</real>
+ <key>public.kern2.z</key>
+ <real>-164.0</real>
+ <key>questiondown</key>
+ <real>-164.0</real>
+ <key>radical</key>
+ <real>-84.0</real>
+ <key>slash</key>
+ <real>-139.0</real>
+ <key>trianglebullet</key>
+ <real>-166.0</real>
+ </dict>
+ <key>public.kern1.V</key>
+ <dict>
+ <key>adieresis</key>
+ <real>-112.0</real>
+ <key>ampersand</key>
+ <real>-138.0</real>
+ <key>at</key>
+ <real>-96.0</real>
+ <key>backslash</key>
+ <real>54.0</real>
+ <key>eight</key>
+ <real>-40.0</real>
+ <key>four</key>
+ <real>-96.0</real>
+ <key>infinity</key>
+ <real>-70.0</real>
+ <key>less</key>
+ <real>-207.0</real>
+ <key>logicalnot</key>
+ <real>-164.0</real>
+ <key>multiply</key>
+ <real>-109.0</real>
+ <key>nine</key>
+ <real>-15.0</real>
+ <key>nine.1</key>
+ <real>-15.0</real>
+ <key>ntilde</key>
+ <real>-48.0</real>
+ <key>otilde</key>
+ <real>-128.0</real>
+ <key>periodcentered</key>
+ <real>-111.0</real>
+ <key>public.kern2.A</key>
+ <real>-178.0</real>
+ <key>public.kern2.AE</key>
+ <real>-358.0</real>
+ <key>public.kern2.C</key>
+ <real>-80.0</real>
+ <key>public.kern2.J</key>
+ <real>-166.0</real>
+ <key>public.kern2.S</key>
+ <real>-27.0</real>
+ <key>public.kern2.V</key>
+ <real>64.0</real>
+ <key>public.kern2.Y</key>
+ <real>80.0</real>
+ <key>public.kern2.a</key>
+ <real>-139.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-178.0</real>
+ <key>public.kern2.c</key>
+ <real>-144.0</real>
+ <key>public.kern2.colon</key>
+ <real>-166.0</real>
+ <key>public.kern2.comma</key>
+ <real>-274.0</real>
+ <key>public.kern2.divide</key>
+ <real>-138.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-260.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-151.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-68.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>240.0</real>
+ <key>public.kern2.m</key>
+ <real>-83.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-316.0</real>
+ <key>public.kern2.s</key>
+ <real>-125.0</real>
+ <key>public.kern2.six</key>
+ <real>-29.0</real>
+ <key>public.kern2.u</key>
+ <real>-70.0</real>
+ <key>public.kern2.v</key>
+ <real>-48.0</real>
+ <key>public.kern2.w</key>
+ <real>-40.0</real>
+ <key>public.kern2.x</key>
+ <real>-42.0</real>
+ <key>public.kern2.z</key>
+ <real>-42.0</real>
+ <key>questiongreek</key>
+ <real>-69.0</real>
+ <key>slash</key>
+ <real>-206.0</real>
+ <key>underscore</key>
+ <real>-219.0</real>
+ </dict>
+ <key>public.kern1.Vecyrillic</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-42.0</real>
+ <key>afii10049</key>
+ <real>-15.0</real>
+ <key>checyrillic</key>
+ <real>-14.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-41.0</real>
+ <key>iacyrillic</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-56.0</real>
+ <key>tecyrillic</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-55.0</real>
+ <key>zecyrillic</key>
+ <real>-15.0</real>
+ <key>zhecyrillic</key>
+ <real>-15.0</real>
+ </dict>
+ <key>public.kern1.W</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-137.0</real>
+ <key>backslash</key>
+ <real>54.0</real>
+ <key>eight</key>
+ <real>-40.0</real>
+ <key>four</key>
+ <real>-96.0</real>
+ <key>infinity</key>
+ <real>-29.0</real>
+ <key>less</key>
+ <real>-207.0</real>
+ <key>periodcentered</key>
+ <real>-84.0</real>
+ <key>public.kern2.A</key>
+ <real>-151.0</real>
+ <key>public.kern2.AE</key>
+ <real>-249.0</real>
+ <key>public.kern2.C</key>
+ <real>-84.0</real>
+ <key>public.kern2.J</key>
+ <real>-165.0</real>
+ <key>public.kern2.S</key>
+ <real>-32.0</real>
+ <key>public.kern2.a</key>
+ <real>-137.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-178.0</real>
+ <key>public.kern2.c</key>
+ <real>-137.0</real>
+ <key>public.kern2.colon</key>
+ <real>-137.0</real>
+ <key>public.kern2.comma</key>
+ <real>-274.0</real>
+ <key>public.kern2.divide</key>
+ <real>-139.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-249.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-150.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-69.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>256.0</real>
+ <key>public.kern2.m</key>
+ <real>-84.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-304.0</real>
+ <key>public.kern2.s</key>
+ <real>-96.0</real>
+ <key>public.kern2.six</key>
+ <real>-29.0</real>
+ <key>public.kern2.u</key>
+ <real>-68.0</real>
+ <key>public.kern2.v</key>
+ <real>-42.0</real>
+ <key>public.kern2.w</key>
+ <real>-40.0</real>
+ <key>public.kern2.x</key>
+ <real>-41.0</real>
+ <key>public.kern2.z</key>
+ <real>-41.0</real>
+ <key>slash</key>
+ <real>-192.0</real>
+ <key>three</key>
+ <real>-42.0</real>
+ <key>underscore</key>
+ <real>-221.0</real>
+ </dict>
+ <key>public.kern1.X</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-28.0</real>
+ <key>at</key>
+ <real>-27.0</real>
+ <key>backslash</key>
+ <real>29.0</real>
+ <key>eight</key>
+ <real>-15.0</real>
+ <key>four</key>
+ <real>-42.0</real>
+ <key>infinity</key>
+ <real>-27.0</real>
+ <key>less</key>
+ <real>-150.0</real>
+ <key>periodcentered</key>
+ <real>-123.0</real>
+ <key>public.kern2.C</key>
+ <real>-70.0</real>
+ <key>public.kern2.J</key>
+ <real>-56.0</real>
+ <key>public.kern2.S</key>
+ <real>-14.0</real>
+ <key>public.kern2.a</key>
+ <real>-27.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-137.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-42.0</real>
+ <key>public.kern2.c</key>
+ <real>-80.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-28.0</real>
+ <key>public.kern2.divide</key>
+ <real>-180.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-111.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-40.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>256.0</real>
+ <key>public.kern2.s</key>
+ <real>-41.0</real>
+ <key>public.kern2.six</key>
+ <real>-82.0</real>
+ <key>public.kern2.t</key>
+ <real>-54.0</real>
+ <key>public.kern2.u</key>
+ <real>-42.0</real>
+ <key>public.kern2.v</key>
+ <real>-83.0</real>
+ <key>public.kern2.w</key>
+ <real>-84.0</real>
+ <key>slash</key>
+ <real>-41.0</real>
+ <key>three</key>
+ <real>-42.0</real>
+ <key>two</key>
+ <real>-27.0</real>
+ </dict>
+ <key>public.kern1.Y</key>
+ <dict>
+ <key>adieresis</key>
+ <real>-112.0</real>
+ <key>ampersand</key>
+ <real>-164.0</real>
+ <key>at</key>
+ <real>-55.0</real>
+ <key>backslash</key>
+ <real>42.0</real>
+ <key>edieresis</key>
+ <real>-144.0</real>
+ <key>eight</key>
+ <real>-68.0</real>
+ <key>four</key>
+ <real>-192.0</real>
+ <key>infinity</key>
+ <real>-96.0</real>
+ <key>itilde</key>
+ <real>1.0</real>
+ <key>less</key>
+ <real>-288.0</real>
+ <key>logicalnot</key>
+ <real>-137.0</real>
+ <key>multiply</key>
+ <real>-125.0</real>
+ <key>nine</key>
+ <real>-28.0</real>
+ <key>nine.1</key>
+ <real>-28.0</real>
+ <key>ntilde</key>
+ <real>-64.0</real>
+ <key>odieresis</key>
+ <real>-144.0</real>
+ <key>otilde</key>
+ <real>-144.0</real>
+ <key>periodcentered</key>
+ <real>-138.0</real>
+ <key>public.kern2.A</key>
+ <real>-205.0</real>
+ <key>public.kern2.AE</key>
+ <real>-316.0</real>
+ <key>public.kern2.C</key>
+ <real>-96.0</real>
+ <key>public.kern2.J</key>
+ <real>-205.0</real>
+ <key>public.kern2.S</key>
+ <real>-29.0</real>
+ <key>public.kern2.V</key>
+ <real>80.0</real>
+ <key>public.kern2.Y</key>
+ <real>64.0</real>
+ <key>public.kern2.a</key>
+ <real>-176.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-261.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-42.0</real>
+ <key>public.kern2.c</key>
+ <real>-160.0</real>
+ <key>public.kern2.colon</key>
+ <real>-165.0</real>
+ <key>public.kern2.comma</key>
+ <real>-274.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-29.0</real>
+ <key>public.kern2.divide</key>
+ <real>-219.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-317.0</real>
+ <key>public.kern2.f</key>
+ <real>-64.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-248.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-164.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>256.0</real>
+ <key>public.kern2.m</key>
+ <real>-112.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-304.0</real>
+ <key>public.kern2.s</key>
+ <real>-192.0</real>
+ <key>public.kern2.six</key>
+ <real>-64.0</real>
+ <key>public.kern2.t</key>
+ <real>-12.0</real>
+ <key>public.kern2.u</key>
+ <real>-112.0</real>
+ <key>public.kern2.v</key>
+ <real>-64.0</real>
+ <key>public.kern2.w</key>
+ <real>-48.0</real>
+ <key>public.kern2.x</key>
+ <real>-64.0</real>
+ <key>public.kern2.z</key>
+ <real>-76.0</real>
+ <key>questiongreek</key>
+ <real>-164.0</real>
+ <key>slash</key>
+ <real>-192.0</real>
+ <key>three</key>
+ <real>-54.0</real>
+ <key>two</key>
+ <real>-28.0</real>
+ <key>underscore</key>
+ <real>-276.0</real>
+ </dict>
+ <key>public.kern1.Z</key>
+ <dict>
+ <key>four</key>
+ <real>-68.0</real>
+ <key>less</key>
+ <real>-164.0</real>
+ <key>periodcentered</key>
+ <real>-84.0</real>
+ <key>public.kern2.C</key>
+ <real>-84.0</real>
+ <key>public.kern2.c</key>
+ <real>-40.0</real>
+ <key>public.kern2.divide</key>
+ <real>-109.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>240.0</real>
+ <key>public.kern2.six</key>
+ <real>-29.0</real>
+ </dict>
+ <key>public.kern1.a</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-205.0</real>
+ <key>public.kern2.U</key>
+ <real>-41.0</real>
+ <key>public.kern2.V</key>
+ <real>-137.0</real>
+ <key>public.kern2.W</key>
+ <real>-138.0</real>
+ <key>public.kern2.Y</key>
+ <real>-205.0</real>
+ <key>public.kern2.c</key>
+ <real>-8.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-29.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>-8.0</real>
+ <key>public.kern2.one</key>
+ <real>-110.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-123.0</real>
+ <key>public.kern2.t</key>
+ <real>-16.0</real>
+ <key>public.kern2.v</key>
+ <real>-86.0</real>
+ <key>public.kern2.w</key>
+ <real>-69.0</real>
+ <key>seven</key>
+ <real>-48.0</real>
+ </dict>
+ <key>public.kern1.acyrillic</key>
+ <dict>
+ <key>hardsigncyrillic</key>
+ <real>-29.0</real>
+ <key>tecyrillic</key>
+ <real>-28.0</real>
+ </dict>
+ <key>public.kern1.ae</key>
+ <dict>
+ <key>public.kern2.A</key>
+ <real>-54.0</real>
+ <key>public.kern2.T</key>
+ <real>-221.0</real>
+ <key>public.kern2.V</key>
+ <real>-144.0</real>
+ <key>public.kern2.W</key>
+ <real>-139.0</real>
+ <key>public.kern2.X</key>
+ <real>-70.0</real>
+ <key>public.kern2.Y</key>
+ <real>-240.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-83.0</real>
+ <key>public.kern2.v</key>
+ <real>-48.0</real>
+ <key>public.kern2.w</key>
+ <real>-55.0</real>
+ <key>public.kern2.x</key>
+ <real>-56.0</real>
+ <key>seven</key>
+ <real>-64.0</real>
+ <key>underscore</key>
+ <real>-42.0</real>
+ </dict>
+ <key>public.kern1.alphagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-29.0</real>
+ <key>ampersand</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-54.0</real>
+ <key>less</key>
+ <real>-111.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>pi</key>
+ <real>-42.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-111.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.divide</key>
+ <real>-110.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>125.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-15.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-56.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-137.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>84.0</real>
+ <key>slash</key>
+ <real>-96.0</real>
+ <key>tau</key>
+ <real>-40.0</real>
+ <key>theta</key>
+ <real>-42.0</real>
+ <key>xi</key>
+ <real>-27.0</real>
+ <key>zeta</key>
+ <real>-20.0</real>
+ </dict>
+ <key>public.kern1.approxequal</key>
+ <dict>
+ <key>afii10044</key>
+ <real>-124.0</real>
+ <key>public.kern2.A</key>
+ <real>-139.0</real>
+ <key>public.kern2.AE</key>
+ <real>-137.0</real>
+ <key>public.kern2.V</key>
+ <real>-180.0</real>
+ <key>public.kern2.W</key>
+ <real>-178.0</real>
+ <key>public.kern2.X</key>
+ <real>-139.0</real>
+ <key>public.kern2.Y</key>
+ <real>-261.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-152.0</real>
+ <key>public.kern2.v</key>
+ <real>-111.0</real>
+ <key>public.kern2.w</key>
+ <real>-83.0</real>
+ <key>public.kern2.x</key>
+ <real>-96.0</real>
+ <key>tenge</key>
+ <real>-110.0</real>
+ </dict>
+ <key>public.kern1.asciicircum</key>
+ <dict>
+ <key>Hbar</key>
+ <real>70.0</real>
+ <key>afii10021</key>
+ <real>-55.0</real>
+ <key>afii10024</key>
+ <real>-29.0</real>
+ <key>ampersand</key>
+ <real>-96.0</real>
+ <key>decyrillic</key>
+ <real>-41.0</real>
+ <key>four</key>
+ <real>-123.0</real>
+ <key>public.kern2.A</key>
+ <real>-221.0</real>
+ <key>public.kern2.AE</key>
+ <real>-304.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-221.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>96.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.J</key>
+ <real>-275.0</real>
+ <key>public.kern2.X</key>
+ <real>-41.0</real>
+ <key>public.kern2.Y</key>
+ <real>-41.0</real>
+ <key>public.kern2.comma</key>
+ <real>-384.0</real>
+ <key>public.kern2.six</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-192.0</real>
+ </dict>
+ <key>public.kern1.b</key>
+ <dict>
+ <key>jcrosstail</key>
+ <real>-208.0</real>
+ <key>public.kern2.A</key>
+ <real>-84.0</real>
+ <key>public.kern2.AE</key>
+ <real>-96.0</real>
+ <key>public.kern2.T</key>
+ <real>-221.0</real>
+ <key>public.kern2.V</key>
+ <real>-144.0</real>
+ <key>public.kern2.W</key>
+ <real>-139.0</real>
+ <key>public.kern2.X</key>
+ <real>-80.0</real>
+ <key>public.kern2.Y</key>
+ <real>-240.0</real>
+ <key>public.kern2.braceright</key>
+ <real>-32.0</real>
+ <key>public.kern2.comma</key>
+ <real>-28.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-96.0</real>
+ <key>public.kern2.m</key>
+ <real>-32.0</real>
+ <key>public.kern2.one</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-165.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-16.0</real>
+ <key>public.kern2.u</key>
+ <real>-16.0</real>
+ <key>public.kern2.v</key>
+ <real>-56.0</real>
+ <key>public.kern2.w</key>
+ <real>-55.0</real>
+ <key>public.kern2.x</key>
+ <real>-68.0</real>
+ <key>public.kern2.z</key>
+ <real>-42.0</real>
+ <key>seven</key>
+ <real>-80.0</real>
+ <key>underscore</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.becyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-29.0</real>
+ <key>decyrillic</key>
+ <real>-14.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-14.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-96.0</real>
+ <key>iacyrillic</key>
+ <real>-15.0</real>
+ <key>public.kern2.comma</key>
+ <real>-55.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-15.0</real>
+ <key>tecyrillic</key>
+ <real>-56.0</real>
+ <key>zecyrillic</key>
+ <real>-15.0</real>
+ <key>zhecyrillic</key>
+ <real>-69.0</real>
+ </dict>
+ <key>public.kern1.braceleft</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.c</key>
+ <real>-32.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>83.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-27.0</real>
+ <key>rho</key>
+ <real>-27.0</real>
+ <key>theta</key>
+ <real>-28.0</real>
+ <key>xi</key>
+ <real>-29.0</real>
+ <key>zeta</key>
+ <real>-29.0</real>
+ </dict>
+ <key>public.kern1.braceleft.case</key>
+ <dict>
+ <key>public.kern2.C</key>
+ <real>-64.0</real>
+ </dict>
+ <key>public.kern1.c</key>
+ <dict>
+ <key>public.kern2.A</key>
+ <real>-20.0</real>
+ <key>public.kern2.B</key>
+ <real>-60.0</real>
+ <key>public.kern2.T</key>
+ <real>-207.0</real>
+ <key>public.kern2.V</key>
+ <real>-78.0</real>
+ <key>public.kern2.W</key>
+ <real>-62.0</real>
+ <key>public.kern2.X</key>
+ <real>-21.0</real>
+ <key>public.kern2.Y</key>
+ <real>-168.0</real>
+ <key>public.kern2.c</key>
+ <real>4.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-8.0</real>
+ <key>public.kern2.f</key>
+ <real>36.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-7.0</real>
+ <key>public.kern2.t</key>
+ <real>23.0</real>
+ <key>public.kern2.v</key>
+ <real>-42.0</real>
+ <key>seven</key>
+ <real>-36.0</real>
+ </dict>
+ <key>public.kern1.colon</key>
+ <dict>
+ <key>Psi</key>
+ <real>-165.0</real>
+ <key>afii10044</key>
+ <real>-137.0</real>
+ <key>four</key>
+ <real>-41.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-111.0</real>
+ <key>public.kern2.T</key>
+ <real>-109.0</real>
+ <key>public.kern2.V</key>
+ <real>-166.0</real>
+ <key>public.kern2.W</key>
+ <real>-137.0</real>
+ <key>public.kern2.Y</key>
+ <real>-165.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-123.0</real>
+ <key>seven</key>
+ <real>-40.0</real>
+ <key>tenge</key>
+ <real>-28.0</real>
+ <key>three</key>
+ <real>-13.0</real>
+ <key>two</key>
+ <real>13.0</real>
+ </dict>
+ <key>public.kern1.colon.case</key>
+ <dict>
+ <key>five</key>
+ <real>44.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-54.0</real>
+ <key>seven</key>
+ <real>-27.0</real>
+ <key>three</key>
+ <real>-13.0</real>
+ <key>two</key>
+ <real>14.0</real>
+ </dict>
+ <key>public.kern1.comma</key>
+ <dict>
+ <key>grave</key>
+ <real>-384.0</real>
+ <key>quotedblreversed</key>
+ <real>-384.0</real>
+ <key>quotereversed</key>
+ <real>-384.0</real>
+ </dict>
+ <key>public.kern1.dagger</key>
+ <dict>
+ <key>Hbar</key>
+ <real>110.0</real>
+ <key>ampersand</key>
+ <real>-110.0</real>
+ <key>public.kern2.A</key>
+ <real>-205.0</real>
+ <key>public.kern2.AE</key>
+ <real>-247.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-206.0</real>
+ <key>public.kern2.C</key>
+ <real>-15.0</real>
+ <key>public.kern2.J</key>
+ <real>-206.0</real>
+ <key>public.kern2.X</key>
+ <real>-28.0</real>
+ <key>public.kern2.Y</key>
+ <real>-29.0</real>
+ <key>public.kern2.a</key>
+ <real>-69.0</real>
+ <key>public.kern2.c</key>
+ <real>-96.0</real>
+ <key>public.kern2.s</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.dcaron</key>
+ <dict>
+ <key>Hbar</key>
+ <real>152.0</real>
+ <key>Tbar</key>
+ <real>125.0</real>
+ <key>backslash</key>
+ <real>152.0</real>
+ <key>eight</key>
+ <real>40.0</real>
+ <key>exclam</key>
+ <real>84.0</real>
+ <key>public.kern2.B</key>
+ <real>54.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>109.0</real>
+ <key>public.kern2.T</key>
+ <real>109.0</real>
+ <key>public.kern2.U</key>
+ <real>68.0</real>
+ <key>public.kern2.V</key>
+ <real>56.0</real>
+ <key>public.kern2.W</key>
+ <real>125.0</real>
+ <key>public.kern2.X</key>
+ <real>109.0</real>
+ <key>public.kern2.Y</key>
+ <real>109.0</real>
+ <key>public.kern2.Z</key>
+ <real>55.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>150.0</real>
+ <key>public.kern2.braceright</key>
+ <real>276.0</real>
+ <key>public.kern2.dagger</key>
+ <real>111.0</real>
+ <key>public.kern2.divide</key>
+ <real>-28.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-110.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>192.0</real>
+ <key>public.kern2.one</key>
+ <real>125.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>96.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>96.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>40.0</real>
+ <key>question</key>
+ <real>82.0</real>
+ <key>seven</key>
+ <real>124.0</real>
+ <key>two</key>
+ <real>70.0</real>
+ </dict>
+ <key>public.kern1.decyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-29.0</real>
+ <key>decyrillic</key>
+ <real>56.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.comma</key>
+ <real>55.0</real>
+ <key>slash</key>
+ <real>69.0</real>
+ <key>underscore</key>
+ <real>123.0</real>
+ </dict>
+ <key>public.kern1.deltagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-235.0</real>
+ <key>lambda</key>
+ <real>-68.0</real>
+ <key>pi</key>
+ <real>-83.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.comma</key>
+ <real>-28.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.one</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-165.0</real>
+ <key>seven</key>
+ <real>-83.0</real>
+ <key>tau</key>
+ <real>-84.0</real>
+ <key>underscore</key>
+ <real>-41.0</real>
+ </dict>
+ <key>public.kern1.divide</key>
+ <dict>
+ <key>Psi</key>
+ <real>-219.0</real>
+ <key>Tbar</key>
+ <real>-69.0</real>
+ <key>afii10021</key>
+ <real>-70.0</real>
+ <key>afii10024</key>
+ <real>-304.0</real>
+ <key>afii10025</key>
+ <real>-138.0</real>
+ <key>afii10041</key>
+ <real>-41.0</real>
+ <key>afii10044</key>
+ <real>-192.0</real>
+ <key>afii10047</key>
+ <real>-54.0</real>
+ <key>afii10049</key>
+ <real>-83.0</real>
+ <key>pi</key>
+ <real>-54.0</real>
+ <key>public.kern2.A</key>
+ <real>-40.0</real>
+ <key>public.kern2.AE</key>
+ <real>-96.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-304.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-54.0</real>
+ <key>public.kern2.J</key>
+ <real>-42.0</real>
+ <key>public.kern2.T</key>
+ <real>-206.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-138.0</real>
+ <key>public.kern2.V</key>
+ <real>-138.0</real>
+ <key>public.kern2.W</key>
+ <real>-137.0</real>
+ <key>public.kern2.X</key>
+ <real>-179.0</real>
+ <key>public.kern2.Y</key>
+ <real>-221.0</real>
+ <key>public.kern2.Z</key>
+ <real>-70.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.f</key>
+ <real>-56.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-165.0</real>
+ <key>public.kern2.t</key>
+ <real>-56.0</real>
+ <key>public.kern2.v</key>
+ <real>-29.0</real>
+ <key>public.kern2.w</key>
+ <real>-27.0</real>
+ <key>public.kern2.x</key>
+ <real>-55.0</real>
+ <key>public.kern2.z</key>
+ <real>-29.0</real>
+ <key>tau</key>
+ <real>-56.0</real>
+ <key>tecyrillic</key>
+ <real>-29.0</real>
+ </dict>
+ <key>public.kern1.dotlessi</key>
+ <dict>
+ <key>public.kern2.dotlessj</key>
+ <real>-32.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-42.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-69.0</real>
+ </dict>
+ <key>public.kern1.ecyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-41.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-69.0</real>
+ <key>iacyrillic</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-68.0</real>
+ <key>tecyrillic</key>
+ <real>-70.0</real>
+ <key>zhecyrillic</key>
+ <real>-70.0</real>
+ </dict>
+ <key>public.kern1.eight</key>
+ <dict>
+ <key>Psi</key>
+ <real>-69.0</real>
+ <key>afii10024</key>
+ <real>-40.0</real>
+ <key>backslash</key>
+ <real>42.0</real>
+ <key>public.kern2.A</key>
+ <real>-15.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.V</key>
+ <real>-41.0</real>
+ <key>public.kern2.W</key>
+ <real>-42.0</real>
+ <key>public.kern2.X</key>
+ <real>-15.0</real>
+ <key>public.kern2.Y</key>
+ <real>-69.0</real>
+ <key>public.kern2.comma</key>
+ <real>-96.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-40.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-138.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-82.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-82.0</real>
+ <key>underscore</key>
+ <real>-41.0</real>
+ </dict>
+ <key>public.kern1.eight.subs</key>
+ <dict>
+ <key>Psi</key>
+ <real>-317.0</real>
+ <key>Tbar</key>
+ <real>-205.0</real>
+ <key>afii10041</key>
+ <real>-109.0</real>
+ <key>afii10044</key>
+ <real>-96.0</real>
+ <key>pi</key>
+ <real>-68.0</real>
+ <key>public.kern2.C</key>
+ <real>-28.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-345.0</real>
+ <key>public.kern2.T</key>
+ <real>-344.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-41.0</real>
+ <key>public.kern2.V</key>
+ <real>-262.0</real>
+ <key>public.kern2.W</key>
+ <real>-247.0</real>
+ <key>public.kern2.Y</key>
+ <real>-317.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>165.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-139.0</real>
+ <key>public.kern2.one</key>
+ <real>-247.0</real>
+ <key>public.kern2.t</key>
+ <real>-68.0</real>
+ <key>public.kern2.v</key>
+ <real>-137.0</real>
+ <key>public.kern2.w</key>
+ <real>-83.0</real>
+ <key>tau</key>
+ <real>-69.0</real>
+ </dict>
+ <key>public.kern1.eight.sups</key>
+ <dict>
+ <key>Hbar</key>
+ <real>124.0</real>
+ <key>afii10021</key>
+ <real>-69.0</real>
+ <key>ampersand</key>
+ <real>-42.0</real>
+ <key>four</key>
+ <real>-150.0</real>
+ <key>pi</key>
+ <real>96.0</real>
+ <key>public.kern2.A</key>
+ <real>-247.0</real>
+ <key>public.kern2.AE</key>
+ <real>-371.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-247.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-82.0</real>
+ <key>public.kern2.J</key>
+ <real>-316.0</real>
+ <key>public.kern2.comma</key>
+ <real>-304.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>96.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-400.0</real>
+ <key>public.kern2.t</key>
+ <real>96.0</real>
+ <key>tau</key>
+ <real>96.0</real>
+ </dict>
+ <key>public.kern1.epsilongreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-124.0</real>
+ <key>lambda</key>
+ <real>-28.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-41.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-28.0</real>
+ <key>seven</key>
+ <real>-54.0</real>
+ <key>theta</key>
+ <real>-15.0</real>
+ <key>xi</key>
+ <real>-15.0</real>
+ <key>zeta</key>
+ <real>-13.0</real>
+ </dict>
+ <key>public.kern1.etagreek</key>
+ <dict>
+ <key>pi</key>
+ <real>-28.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-55.0</real>
+ <key>tau</key>
+ <real>-29.0</real>
+ </dict>
+ <key>public.kern1.f</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-42.0</real>
+ <key>four</key>
+ <real>-164.0</real>
+ <key>hturnhook2</key>
+ <real>112.0</real>
+ <key>periodcentered</key>
+ <real>-28.0</real>
+ <key>public.kern2.A</key>
+ <real>-96.0</real>
+ <key>public.kern2.AE</key>
+ <real>-84.0</real>
+ <key>public.kern2.J</key>
+ <real>-166.0</real>
+ <key>public.kern2.Y</key>
+ <real>64.0</real>
+ <key>public.kern2.a</key>
+ <real>-42.0</real>
+ <key>public.kern2.c</key>
+ <real>-62.0</real>
+ <key>public.kern2.comma</key>
+ <real>-152.0</real>
+ <key>public.kern2.divide</key>
+ <real>-70.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-110.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>69.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-111.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>288.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-248.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>54.0</real>
+ <key>public.kern2.s</key>
+ <real>-69.0</real>
+ <key>slash</key>
+ <real>-68.0</real>
+ <key>underscore</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.g</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-83.0</real>
+ <key>seven</key>
+ <real>-41.0</real>
+ <key>underscore</key>
+ <real>96.0</real>
+ </dict>
+ <key>public.kern1.gammagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-27.0</real>
+ <key>Sigma</key>
+ <real>-84.0</real>
+ <key>ampersand</key>
+ <real>-27.0</real>
+ <key>four</key>
+ <real>-56.0</real>
+ <key>lambda</key>
+ <real>-109.0</real>
+ <key>less</key>
+ <real>-110.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>pi</key>
+ <real>-15.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-192.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.comma</key>
+ <real>-206.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-22.0</real>
+ <key>public.kern2.divide</key>
+ <real>-109.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>123.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-42.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-41.0</real>
+ <key>public.kern2.one</key>
+ <real>-70.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-219.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-165.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>84.0</real>
+ <key>rho</key>
+ <real>-27.0</real>
+ <key>seven</key>
+ <real>-83.0</real>
+ <key>slash</key>
+ <real>-96.0</real>
+ <key>tau</key>
+ <real>-13.0</real>
+ <key>theta</key>
+ <real>-34.0</real>
+ <key>underscore</key>
+ <real>-109.0</real>
+ <key>xi</key>
+ <real>-29.0</real>
+ <key>zeta</key>
+ <real>-21.0</real>
+ </dict>
+ <key>public.kern1.gecyrillic</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-27.0</real>
+ <key>checyrillic</key>
+ <real>-28.0</real>
+ <key>decyrillic</key>
+ <real>-54.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-14.0</real>
+ <key>four</key>
+ <real>-42.0</real>
+ <key>iacyrillic</key>
+ <real>-56.0</real>
+ <key>integral</key>
+ <real>-150.0</real>
+ <key>less</key>
+ <real>-42.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>multiply</key>
+ <real>-42.0</real>
+ <key>public.kern2.comma</key>
+ <real>-247.0</real>
+ <key>public.kern2.divide</key>
+ <real>-27.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-42.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-110.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-69.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-109.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-330.0</real>
+ <key>slash</key>
+ <real>-70.0</real>
+ <key>underscore</key>
+ <real>-137.0</real>
+ <key>zecyrillic</key>
+ <real>-27.0</real>
+ <key>zhecyrillic</key>
+ <real>-28.0</real>
+ </dict>
+ <key>public.kern1.guillemotleft</key>
+ <dict>
+ <key>Psi</key>
+ <real>-166.0</real>
+ <key>afii10024</key>
+ <real>-69.0</real>
+ <key>afii10041</key>
+ <real>-54.0</real>
+ <key>afii10044</key>
+ <real>-192.0</real>
+ <key>afii10049</key>
+ <real>-69.0</real>
+ <key>checyrillic</key>
+ <real>-69.0</real>
+ <key>four</key>
+ <real>-68.0</real>
+ <key>public.kern2.A</key>
+ <real>-96.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.C</key>
+ <real>-40.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-138.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-14.0</real>
+ <key>public.kern2.J</key>
+ <real>-55.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-41.0</real>
+ <key>public.kern2.T</key>
+ <real>-138.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-54.0</real>
+ <key>public.kern2.V</key>
+ <real>-82.0</real>
+ <key>public.kern2.W</key>
+ <real>-83.0</real>
+ <key>public.kern2.Y</key>
+ <real>-164.0</real>
+ <key>public.kern2.six</key>
+ <real>-27.0</real>
+ <key>seven</key>
+ <real>-54.0</real>
+ <key>tecyrillic</key>
+ <real>-29.0</real>
+ <key>tenge</key>
+ <real>-54.0</real>
+ <key>zecyrillic</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.guillemotright</key>
+ <dict>
+ <key>Psi</key>
+ <real>-249.0</real>
+ <key>afii10024</key>
+ <real>-139.0</real>
+ <key>afii10041</key>
+ <real>-55.0</real>
+ <key>afii10044</key>
+ <real>-192.0</real>
+ <key>afii10047</key>
+ <real>-41.0</real>
+ <key>afii10049</key>
+ <real>-68.0</real>
+ <key>checyrillic</key>
+ <real>-40.0</real>
+ <key>eight</key>
+ <real>-96.0</real>
+ <key>pi</key>
+ <real>-55.0</real>
+ <key>public.kern2.A</key>
+ <real>-96.0</real>
+ <key>public.kern2.AE</key>
+ <real>-70.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-96.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-138.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-96.0</real>
+ <key>public.kern2.J</key>
+ <real>-69.0</real>
+ <key>public.kern2.T</key>
+ <real>-359.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-83.0</real>
+ <key>public.kern2.V</key>
+ <real>-178.0</real>
+ <key>public.kern2.W</key>
+ <real>-151.0</real>
+ <key>public.kern2.X</key>
+ <real>-109.0</real>
+ <key>public.kern2.Y</key>
+ <real>-249.0</real>
+ <key>public.kern2.Z</key>
+ <real>-96.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.one</key>
+ <real>-111.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-233.0</real>
+ <key>public.kern2.t</key>
+ <real>-56.0</real>
+ <key>public.kern2.v</key>
+ <real>-96.0</real>
+ <key>public.kern2.w</key>
+ <real>-96.0</real>
+ <key>public.kern2.x</key>
+ <real>-96.0</real>
+ <key>public.kern2.z</key>
+ <real>-83.0</real>
+ <key>seven</key>
+ <real>-137.0</real>
+ <key>tau</key>
+ <real>-54.0</real>
+ <key>tecyrillic</key>
+ <real>-68.0</real>
+ <key>three</key>
+ <real>-125.0</real>
+ <key>two</key>
+ <real>-139.0</real>
+ <key>zecyrillic</key>
+ <real>-40.0</real>
+ <key>zhecyrillic</key>
+ <real>-68.0</real>
+ </dict>
+ <key>public.kern1.hardsigncyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-40.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-139.0</real>
+ <key>public.kern2.one</key>
+ <real>-125.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-40.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-82.0</real>
+ <key>seven</key>
+ <real>-14.0</real>
+ <key>tecyrillic</key>
+ <real>-96.0</real>
+ <key>zecyrillic</key>
+ <real>-29.0</real>
+ <key>zhecyrillic</key>
+ <real>-29.0</real>
+ </dict>
+ <key>public.kern1.idieresis</key>
+ <dict>
+ <key>V</key>
+ <real>240.0</real>
+ <key>idieresisacute</key>
+ <real>352.0</real>
+ <key>jcrosstail</key>
+ <real>-112.0</real>
+ <key>public.kern2.B</key>
+ <real>208.0</real>
+ <key>public.kern2.C</key>
+ <real>48.0</real>
+ <key>public.kern2.T</key>
+ <real>256.0</real>
+ <key>public.kern2.W</key>
+ <real>256.0</real>
+ <key>public.kern2.X</key>
+ <real>256.0</real>
+ <key>public.kern2.Y</key>
+ <real>256.0</real>
+ <key>public.kern2.Z</key>
+ <real>256.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>256.0</real>
+ <key>public.kern2.f</key>
+ <real>112.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>432.0</real>
+ <key>public.kern2.t</key>
+ <real>144.0</real>
+ <key>seven</key>
+ <real>256.0</real>
+ </dict>
+ <key>public.kern1.iotadieresisgreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-29.0</real>
+ <key>ampersand</key>
+ <real>-27.0</real>
+ <key>four</key>
+ <real>-55.0</real>
+ <key>lambda</key>
+ <real>70.0</real>
+ <key>less</key>
+ <real>-109.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>pi</key>
+ <real>-40.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-110.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.divide</key>
+ <real>-110.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-166.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>124.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-15.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-138.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>84.0</real>
+ <key>rho</key>
+ <real>-21.0</real>
+ <key>slash</key>
+ <real>-96.0</real>
+ <key>tau</key>
+ <real>-42.0</real>
+ <key>theta</key>
+ <real>-41.0</real>
+ <key>underscore</key>
+ <real>-84.0</real>
+ <key>xi</key>
+ <real>-28.0</real>
+ <key>zeta</key>
+ <real>-22.0</real>
+ </dict>
+ <key>public.kern1.k</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-123.0</real>
+ <key>less</key>
+ <real>-233.0</real>
+ <key>logicalnot</key>
+ <real>-192.0</real>
+ <key>periodcentered</key>
+ <real>-55.0</real>
+ <key>public.kern2.J</key>
+ <real>-14.0</real>
+ <key>public.kern2.T</key>
+ <real>-152.0</real>
+ <key>public.kern2.V</key>
+ <real>-55.0</real>
+ <key>public.kern2.W</key>
+ <real>-56.0</real>
+ <key>public.kern2.Y</key>
+ <real>-96.0</real>
+ <key>public.kern2.a</key>
+ <real>-41.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-27.0</real>
+ <key>public.kern2.c</key>
+ <real>-70.0</real>
+ <key>public.kern2.divide</key>
+ <real>-124.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-138.0</real>
+ <key>public.kern2.s</key>
+ <real>-55.0</real>
+ <key>public.kern2.six</key>
+ <real>-70.0</real>
+ <key>seven</key>
+ <real>-54.0</real>
+ </dict>
+ <key>public.kern1.kacyrillic</key>
+ <dict>
+ <key>at</key>
+ <real>-41.0</real>
+ <key>becyrillic</key>
+ <real>-15.0</real>
+ <key>checyrillic</key>
+ <real>-54.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-68.0</real>
+ <key>four</key>
+ <real>-29.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-68.0</real>
+ <key>iacyrillic</key>
+ <real>-55.0</real>
+ <key>less</key>
+ <real>-69.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-13.0</real>
+ <key>public.kern2.divide</key>
+ <real>-27.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-70.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-70.0</real>
+ <key>tecyrillic</key>
+ <real>-54.0</real>
+ <key>zecyrillic</key>
+ <real>-42.0</real>
+ <key>zhecyrillic</key>
+ <real>-15.0</real>
+ </dict>
+ <key>public.kern1.nine</key>
+ <dict>
+ <key>Psi</key>
+ <real>-96.0</real>
+ <key>afii10024</key>
+ <real>-70.0</real>
+ <key>afii10044</key>
+ <real>-42.0</real>
+ <key>backslash</key>
+ <real>83.0</real>
+ <key>public.kern2.A</key>
+ <real>-28.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-29.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-84.0</real>
+ <key>public.kern2.T</key>
+ <real>-83.0</real>
+ <key>public.kern2.V</key>
+ <real>-28.0</real>
+ <key>public.kern2.W</key>
+ <real>-29.0</real>
+ <key>public.kern2.X</key>
+ <real>-82.0</real>
+ <key>public.kern2.Y</key>
+ <real>-96.0</real>
+ <key>public.kern2.Z</key>
+ <real>-27.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-29.0</real>
+ <key>public.kern2.comma</key>
+ <real>-62.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-41.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-138.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-124.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-41.0</real>
+ <key>public.kern2.v</key>
+ <real>-27.0</real>
+ <key>public.kern2.w</key>
+ <real>-29.0</real>
+ <key>public.kern2.x</key>
+ <real>-28.0</real>
+ <key>seven</key>
+ <real>-55.0</real>
+ <key>underscore</key>
+ <real>-125.0</real>
+ </dict>
+ <key>public.kern1.ohorn</key>
+ <dict>
+ <key>Hbar</key>
+ <real>125.0</real>
+ <key>backslash</key>
+ <real>164.0</real>
+ <key>infinity</key>
+ <real>-40.0</real>
+ <key>less</key>
+ <real>-41.0</real>
+ <key>logicalnot</key>
+ <real>-41.0</real>
+ <key>lslash</key>
+ <real>41.0</real>
+ <key>multiply</key>
+ <real>-40.0</real>
+ <key>public.kern2.A</key>
+ <real>-82.0</real>
+ <key>public.kern2.AE</key>
+ <real>-124.0</real>
+ <key>public.kern2.Dcroat</key>
+ <real>83.0</real>
+ <key>public.kern2.J</key>
+ <real>-42.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>42.0</real>
+ <key>public.kern2.comma</key>
+ <real>-123.0</real>
+ <key>public.kern2.divide</key>
+ <real>-41.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-29.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>42.0</real>
+ <key>public.kern2.f</key>
+ <real>42.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>82.0</real>
+ <key>public.kern2.t</key>
+ <real>69.0</real>
+ <key>question</key>
+ <real>96.0</real>
+ <key>questiondown</key>
+ <real>-40.0</real>
+ <key>tbar</key>
+ <real>124.0</real>
+ </dict>
+ <key>public.kern1.omegagreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-235.0</real>
+ <key>lambda</key>
+ <real>-68.0</real>
+ <key>pi</key>
+ <real>-14.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.comma</key>
+ <real>-27.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.one</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-164.0</real>
+ <key>rho</key>
+ <real>-13.0</real>
+ <key>seven</key>
+ <real>-82.0</real>
+ <key>tau</key>
+ <real>-28.0</real>
+ <key>underscore</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.one</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-28.0</real>
+ <key>public.kern2.comma</key>
+ <real>-70.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-70.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>-56.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-123.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-69.0</real>
+ </dict>
+ <key>public.kern1.psigreek</key>
+ <dict>
+ <key>Psi</key>
+ <real>-235.0</real>
+ <key>lambda</key>
+ <real>-109.0</real>
+ <key>pi</key>
+ <real>-28.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.comma</key>
+ <real>-27.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-56.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.one</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-166.0</real>
+ <key>rho</key>
+ <real>-15.0</real>
+ <key>seven</key>
+ <real>-84.0</real>
+ <key>tau</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-41.0</real>
+ </dict>
+ <key>public.kern1.quotedbl</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-68.0</real>
+ <key>afii10024</key>
+ <real>-28.0</real>
+ <key>afii10049</key>
+ <real>-15.0</real>
+ <key>ampersand</key>
+ <real>-96.0</real>
+ <key>decyrillic</key>
+ <real>-70.0</real>
+ <key>eight</key>
+ <real>-40.0</real>
+ <key>four</key>
+ <real>-178.0</real>
+ <key>public.kern2.A</key>
+ <real>-220.0</real>
+ <key>public.kern2.AE</key>
+ <real>-343.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-220.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-123.0</real>
+ <key>public.kern2.J</key>
+ <real>-343.0</real>
+ <key>public.kern2.comma</key>
+ <real>-261.0</real>
+ <key>public.kern2.six</key>
+ <real>-40.0</real>
+ </dict>
+ <key>public.kern1.quotedblbase</key>
+ <dict>
+ <key>Psi</key>
+ <real>-276.0</real>
+ <key>Tbar</key>
+ <real>-274.0</real>
+ <key>afii10021</key>
+ <real>137.0</real>
+ <key>afii10038</key>
+ <real>-70.0</real>
+ <key>afii10041</key>
+ <real>-166.0</real>
+ <key>afii10044</key>
+ <real>-138.0</real>
+ <key>checyrillic</key>
+ <real>-96.0</real>
+ <key>decyrillic</key>
+ <real>164.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-110.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-276.0</real>
+ <key>public.kern2.T</key>
+ <real>-274.0</real>
+ <key>public.kern2.V</key>
+ <real>-247.0</real>
+ <key>public.kern2.W</key>
+ <real>-164.0</real>
+ <key>public.kern2.Y</key>
+ <real>-304.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>-262.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-139.0</real>
+ <key>public.kern2.one</key>
+ <real>-180.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-344.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-275.0</real>
+ <key>public.kern2.v</key>
+ <real>-137.0</real>
+ <key>public.kern2.w</key>
+ <real>-68.0</real>
+ <key>tecyrillic</key>
+ <real>-138.0</real>
+ </dict>
+ <key>public.kern1.quotedblleft</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-138.0</real>
+ <key>afii10038</key>
+ <real>-83.0</real>
+ <key>afii10049</key>
+ <real>-69.0</real>
+ <key>ampersand</key>
+ <real>-166.0</real>
+ <key>decyrillic</key>
+ <real>-152.0</real>
+ <key>eight</key>
+ <real>-41.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-56.0</real>
+ <key>four</key>
+ <real>-179.0</real>
+ <key>iacyrillic</key>
+ <real>-55.0</real>
+ <key>numbersign</key>
+ <real>-42.0</real>
+ <key>public.kern2.A</key>
+ <real>-275.0</real>
+ <key>public.kern2.AE</key>
+ <real>-262.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-275.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-164.0</real>
+ <key>public.kern2.J</key>
+ <real>-288.0</real>
+ <key>public.kern2.comma</key>
+ <real>-344.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-137.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-234.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-345.0</real>
+ <key>public.kern2.six</key>
+ <real>-41.0</real>
+ <key>questiondown</key>
+ <real>-179.0</real>
+ <key>slash</key>
+ <real>-260.0</real>
+ <key>three</key>
+ <real>-15.0</real>
+ <key>zecyrillic</key>
+ <real>-55.0</real>
+ </dict>
+ <key>public.kern1.quotedblright</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-111.0</real>
+ <key>afii10038</key>
+ <real>-69.0</real>
+ <key>ampersand</key>
+ <real>-180.0</real>
+ <key>asciitilde</key>
+ <real>-124.0</real>
+ <key>at</key>
+ <real>-150.0</real>
+ <key>braceleft</key>
+ <real>-69.0</real>
+ <key>checyrillic</key>
+ <real>-55.0</real>
+ <key>decyrillic</key>
+ <real>-151.0</real>
+ <key>eight</key>
+ <real>-111.0</real>
+ <key>exclamdown</key>
+ <real>-83.0</real>
+ <key>four</key>
+ <real>-275.0</real>
+ <key>iacyrillic</key>
+ <real>-96.0</real>
+ <key>less</key>
+ <real>-262.0</real>
+ <key>mu</key>
+ <real>-123.0</real>
+ <key>nine</key>
+ <real>-28.0</real>
+ <key>nine.1</key>
+ <real>-28.0</real>
+ <key>numbersign</key>
+ <real>-345.0</real>
+ <key>public.kern2.A</key>
+ <real>-372.0</real>
+ <key>public.kern2.AE</key>
+ <real>-345.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-371.0</real>
+ <key>public.kern2.B</key>
+ <real>14.0</real>
+ <key>public.kern2.C</key>
+ <real>-55.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-139.0</real>
+ <key>public.kern2.J</key>
+ <real>-343.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-56.0</real>
+ <key>public.kern2.a</key>
+ <real>-151.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-179.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-152.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-54.0</real>
+ <key>public.kern2.c</key>
+ <real>-179.0</real>
+ <key>public.kern2.colon</key>
+ <real>-151.0</real>
+ <key>public.kern2.colon.case</key>
+ <real>-70.0</real>
+ <key>public.kern2.comma</key>
+ <real>-537.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-179.0</real>
+ <key>public.kern2.divide</key>
+ <real>-164.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-68.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-166.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-178.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-233.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-179.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-179.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-109.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-522.0</real>
+ <key>public.kern2.s</key>
+ <real>-178.0</real>
+ <key>public.kern2.six</key>
+ <real>-123.0</real>
+ <key>public.kern2.u</key>
+ <real>-111.0</real>
+ <key>public.kern2.v</key>
+ <real>-70.0</real>
+ <key>public.kern2.w</key>
+ <real>-68.0</real>
+ <key>public.kern2.x</key>
+ <real>-54.0</real>
+ <key>public.kern2.z</key>
+ <real>-55.0</real>
+ <key>questiondown</key>
+ <real>-192.0</real>
+ <key>rho</key>
+ <real>-178.0</real>
+ <key>slash</key>
+ <real>-400.0</real>
+ <key>theta</key>
+ <real>-180.0</real>
+ <key>three</key>
+ <real>-28.0</real>
+ <key>underscore</key>
+ <real>-111.0</real>
+ <key>xi</key>
+ <real>-180.0</real>
+ <key>zecyrillic</key>
+ <real>-56.0</real>
+ <key>zeta</key>
+ <real>-179.0</real>
+ </dict>
+ <key>public.kern1.r</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-27.0</real>
+ <key>four</key>
+ <real>-55.0</real>
+ <key>less</key>
+ <real>-111.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>public.kern2.A</key>
+ <real>-109.0</real>
+ <key>public.kern2.AE</key>
+ <real>-27.0</real>
+ <key>public.kern2.J</key>
+ <real>-151.0</real>
+ <key>public.kern2.T</key>
+ <real>-152.0</real>
+ <key>public.kern2.V</key>
+ <real>-13.0</real>
+ <key>public.kern2.W</key>
+ <real>-13.0</real>
+ <key>public.kern2.X</key>
+ <real>-28.0</real>
+ <key>public.kern2.Y</key>
+ <real>-28.0</real>
+ <key>public.kern2.Z</key>
+ <real>-84.0</real>
+ <key>public.kern2.c</key>
+ <real>-64.0</real>
+ <key>public.kern2.comma</key>
+ <real>-179.0</real>
+ <key>public.kern2.divide</key>
+ <real>-110.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>27.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-137.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>124.0</real>
+ <key>public.kern2.f</key>
+ <real>84.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.m</key>
+ <real>27.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-219.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>83.0</real>
+ <key>public.kern2.s</key>
+ <real>-28.0</real>
+ <key>public.kern2.v</key>
+ <real>32.0</real>
+ <key>question</key>
+ <real>54.0</real>
+ <key>seven</key>
+ <real>-29.0</real>
+ <key>slash</key>
+ <real>-96.0</real>
+ <key>t</key>
+ <real>96.0</real>
+ <key>tcaron</key>
+ <real>82.0</real>
+ <key>tccurl</key>
+ <real>82.0</real>
+ <key>tpalatalhook</key>
+ <real>82.0</real>
+ <key>underscore</key>
+ <real>-83.0</real>
+ </dict>
+ <key>public.kern1.rthook</key>
+ <dict>
+ <key>public.kern2.dotlessj</key>
+ <real>256.0</real>
+ </dict>
+ <key>public.kern1.s</key>
+ <dict>
+ <key>public.kern2.A</key>
+ <real>-29.0</real>
+ <key>public.kern2.B</key>
+ <real>-64.0</real>
+ <key>public.kern2.T</key>
+ <real>-207.0</real>
+ <key>public.kern2.V</key>
+ <real>-125.0</real>
+ <key>public.kern2.W</key>
+ <real>-96.0</real>
+ <key>public.kern2.X</key>
+ <real>-40.0</real>
+ <key>public.kern2.Y</key>
+ <real>-205.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-40.0</real>
+ <key>public.kern2.dotlessi</key>
+ <real>-50.0</real>
+ <key>public.kern2.one</key>
+ <real>-42.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-139.0</real>
+ <key>public.kern2.s</key>
+ <real>-28.0</real>
+ <key>public.kern2.t</key>
+ <real>-14.0</real>
+ <key>public.kern2.v</key>
+ <real>-42.0</real>
+ <key>public.kern2.w</key>
+ <real>-41.0</real>
+ <key>public.kern2.x</key>
+ <real>-27.0</real>
+ <key>seven</key>
+ <real>-54.0</real>
+ <key>underscore</key>
+ <real>-41.0</real>
+ </dict>
+ <key>public.kern1.t</key>
+ <dict>
+ <key>four</key>
+ <real>-54.0</real>
+ <key>less</key>
+ <real>-69.0</real>
+ <key>periodcentered</key>
+ <real>-15.0</real>
+ <key>public.kern2.T</key>
+ <real>-96.0</real>
+ <key>public.kern2.V</key>
+ <real>-27.0</real>
+ <key>public.kern2.W</key>
+ <real>-27.0</real>
+ <key>public.kern2.Y</key>
+ <real>-55.0</real>
+ <key>public.kern2.c</key>
+ <real>-20.0</real>
+ <key>public.kern2.divide</key>
+ <real>-54.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>96.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-111.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>56.0</real>
+ <key>public.kern2.s</key>
+ <real>-28.0</real>
+ </dict>
+ <key>public.kern1.u</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-207.0</real>
+ <key>public.kern2.V</key>
+ <real>-54.0</real>
+ <key>public.kern2.W</key>
+ <real>-56.0</real>
+ <key>public.kern2.Y</key>
+ <real>-152.0</real>
+ <key>public.kern2.f</key>
+ <real>42.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-111.0</real>
+ <key>seven</key>
+ <real>-28.0</real>
+ </dict>
+ <key>public.kern1.uhorn</key>
+ <dict>
+ <key>Hbar</key>
+ <real>40.0</real>
+ <key>anoteleia</key>
+ <real>41.0</real>
+ <key>asciitilde</key>
+ <real>-40.0</real>
+ <key>at</key>
+ <real>-40.0</real>
+ <key>backslash</key>
+ <real>125.0</real>
+ <key>bullet</key>
+ <real>-42.0</real>
+ <key>emdash</key>
+ <real>-164.0</real>
+ <key>endash</key>
+ <real>-166.0</real>
+ <key>four</key>
+ <real>-56.0</real>
+ <key>hyphenbullet</key>
+ <real>-125.0</real>
+ <key>integral</key>
+ <real>-84.0</real>
+ <key>less</key>
+ <real>-69.0</real>
+ <key>logicalnot</key>
+ <real>-166.0</real>
+ <key>lslash</key>
+ <real>42.0</real>
+ <key>multiply</key>
+ <real>-41.0</real>
+ <key>nine</key>
+ <real>40.0</real>
+ <key>nine.1</key>
+ <real>40.0</real>
+ <key>onehalf</key>
+ <real>40.0</real>
+ <key>onequarter</key>
+ <real>41.0</real>
+ <key>partialdiff</key>
+ <real>-40.0</real>
+ <key>percent</key>
+ <real>41.0</real>
+ <key>periodcentered</key>
+ <real>-42.0</real>
+ <key>perthousand</key>
+ <real>42.0</real>
+ <key>public.kern2.A</key>
+ <real>-96.0</real>
+ <key>public.kern2.AE</key>
+ <real>-164.0</real>
+ <key>public.kern2.J</key>
+ <real>-110.0</real>
+ <key>public.kern2.Y</key>
+ <real>40.0</real>
+ <key>public.kern2.a</key>
+ <real>-42.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-40.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>40.0</real>
+ <key>public.kern2.braceright</key>
+ <real>138.0</real>
+ <key>public.kern2.c</key>
+ <real>-82.0</real>
+ <key>public.kern2.comma</key>
+ <real>-123.0</real>
+ <key>public.kern2.dagger</key>
+ <real>41.0</real>
+ <key>public.kern2.divide</key>
+ <real>-41.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-42.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>42.0</real>
+ <key>public.kern2.f</key>
+ <real>41.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-27.0</real>
+ <key>public.kern2.one</key>
+ <real>96.0</real>
+ <key>public.kern2.quotedbl</key>
+ <real>42.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-192.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>29.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>54.0</real>
+ <key>public.kern2.s</key>
+ <real>-41.0</real>
+ <key>public.kern2.t</key>
+ <real>42.0</real>
+ <key>question</key>
+ <real>83.0</real>
+ <key>seven</key>
+ <real>40.0</real>
+ <key>slash</key>
+ <real>-84.0</real>
+ <key>tbar</key>
+ <real>42.0</real>
+ <key>threequarters</key>
+ <real>41.0</real>
+ <key>underscore</key>
+ <real>-83.0</real>
+ </dict>
+ <key>public.kern1.v</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-68.0</real>
+ <key>at</key>
+ <real>-40.0</real>
+ <key>four</key>
+ <real>-54.0</real>
+ <key>less</key>
+ <real>-96.0</real>
+ <key>logicalnot</key>
+ <real>-111.0</real>
+ <key>multiply</key>
+ <real>-56.0</real>
+ <key>public.kern2.A</key>
+ <real>-192.0</real>
+ <key>public.kern2.AE</key>
+ <real>-192.0</real>
+ <key>public.kern2.J</key>
+ <real>-165.0</real>
+ <key>public.kern2.T</key>
+ <real>-178.0</real>
+ <key>public.kern2.V</key>
+ <real>-48.0</real>
+ <key>public.kern2.W</key>
+ <real>-40.0</real>
+ <key>public.kern2.X</key>
+ <real>-82.0</real>
+ <key>public.kern2.Y</key>
+ <real>-96.0</real>
+ <key>public.kern2.Z</key>
+ <real>-82.0</real>
+ <key>public.kern2.a</key>
+ <real>-56.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-110.0</real>
+ <key>public.kern2.c</key>
+ <real>-52.0</real>
+ <key>public.kern2.comma</key>
+ <real>-206.0</real>
+ <key>public.kern2.divide</key>
+ <real>-27.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-139.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-110.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-219.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-82.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>32.0</real>
+ <key>public.kern2.s</key>
+ <real>-42.0</real>
+ <key>public.kern2.six</key>
+ <real>-28.0</real>
+ <key>slash</key>
+ <real>-150.0</real>
+ <key>underscore</key>
+ <real>-220.0</real>
+ </dict>
+ <key>public.kern1.vecyrillic</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-56.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-83.0</real>
+ <key>public.kern2.comma</key>
+ <real>-13.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-13.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-109.0</real>
+ <key>tecyrillic</key>
+ <real>-35.0</real>
+ <key>zecyrillic</key>
+ <real>-27.0</real>
+ <key>zhecyrillic</key>
+ <real>-28.0</real>
+ </dict>
+ <key>public.kern1.w</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-84.0</real>
+ <key>four</key>
+ <real>-56.0</real>
+ <key>less</key>
+ <real>-82.0</real>
+ <key>logicalnot</key>
+ <real>-83.0</real>
+ <key>public.kern2.A</key>
+ <real>-192.0</real>
+ <key>public.kern2.J</key>
+ <real>-152.0</real>
+ <key>public.kern2.T</key>
+ <real>-178.0</real>
+ <key>public.kern2.V</key>
+ <real>-41.0</real>
+ <key>public.kern2.W</key>
+ <real>-42.0</real>
+ <key>public.kern2.X</key>
+ <real>-84.0</real>
+ <key>public.kern2.Y</key>
+ <real>-96.0</real>
+ <key>public.kern2.Z</key>
+ <real>-84.0</real>
+ <key>public.kern2.a</key>
+ <real>-40.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-82.0</real>
+ <key>public.kern2.c</key>
+ <real>-55.0</real>
+ <key>public.kern2.comma</key>
+ <real>-206.0</real>
+ <key>public.kern2.divide</key>
+ <real>-27.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-82.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-219.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>32.0</real>
+ <key>public.kern2.s</key>
+ <real>-40.0</real>
+ <key>public.kern2.six</key>
+ <real>-27.0</real>
+ <key>slash</key>
+ <real>-83.0</real>
+ <key>underscore</key>
+ <real>-220.0</real>
+ </dict>
+ <key>public.kern1.x</key>
+ <dict>
+ <key>ampersand</key>
+ <real>-13.0</real>
+ <key>four</key>
+ <real>-54.0</real>
+ <key>less</key>
+ <real>-82.0</real>
+ <key>periodcentered</key>
+ <real>-41.0</real>
+ <key>public.kern2.A</key>
+ <real>-14.0</real>
+ <key>public.kern2.C</key>
+ <real>-27.0</real>
+ <key>public.kern2.T</key>
+ <real>-166.0</real>
+ <key>public.kern2.V</key>
+ <real>-40.0</real>
+ <key>public.kern2.W</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>-96.0</real>
+ <key>public.kern2.approxequal</key>
+ <real>-96.0</real>
+ <key>public.kern2.c</key>
+ <real>-70.0</real>
+ <key>public.kern2.divide</key>
+ <real>-54.0</real>
+ <key>public.kern2.f</key>
+ <real>56.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-54.0</real>
+ <key>public.kern2.s</key>
+ <real>-27.0</real>
+ <key>public.kern2.six</key>
+ <real>-28.0</real>
+ <key>seven</key>
+ <real>-27.0</real>
+ </dict>
+ <key>public.kern1.z</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-112.0</real>
+ </dict>
+ <key>question</key>
+ <dict>
+ <key>afii10024</key>
+ <real>-40.0</real>
+ <key>becyrillic</key>
+ <real>15.0</real>
+ <key>decyrillic</key>
+ <real>-13.0</real>
+ <key>four</key>
+ <real>-69.0</real>
+ <key>public.kern2.A</key>
+ <real>-165.0</real>
+ <key>public.kern2.AE</key>
+ <real>-234.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-166.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-70.0</real>
+ </dict>
+ <key>questiondown</key>
+ <dict>
+ <key>Psi</key>
+ <real>-248.0</real>
+ <key>Tbar</key>
+ <real>-192.0</real>
+ <key>checyrillic</key>
+ <real>-13.0</real>
+ <key>four</key>
+ <real>-82.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-166.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>-96.0</real>
+ </dict>
+ <key>questiongreek</key>
+ <dict>
+ <key>public.kern2.V</key>
+ <real>-68.0</real>
+ </dict>
+ <key>radical</key>
+ <dict>
+ <key>tecyrillic</key>
+ <real>-42.0</real>
+ </dict>
+ <key>seven</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-40.0</real>
+ <key>afii10024</key>
+ <real>-29.0</real>
+ <key>afii10038</key>
+ <real>-54.0</real>
+ <key>afii10049</key>
+ <real>-27.0</real>
+ <key>ampersand</key>
+ <real>-124.0</real>
+ <key>at</key>
+ <real>-54.0</real>
+ <key>backslash</key>
+ <real>55.0</real>
+ <key>checyrillic</key>
+ <real>-28.0</real>
+ <key>decyrillic</key>
+ <real>-68.0</real>
+ <key>eight</key>
+ <real>-48.0</real>
+ <key>five</key>
+ <real>-29.0</real>
+ <key>four</key>
+ <real>-164.0</real>
+ <key>idieresis</key>
+ <real>256.0</real>
+ <key>less</key>
+ <real>-247.0</real>
+ <key>nine</key>
+ <real>-27.0</real>
+ <key>nine.1</key>
+ <real>-11.0</real>
+ <key>numbersign</key>
+ <real>-151.0</real>
+ <key>public.kern2.A</key>
+ <real>-304.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-304.0</real>
+ <key>public.kern2.C</key>
+ <real>-29.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-70.0</real>
+ <key>public.kern2.J</key>
+ <real>-220.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.a</key>
+ <real>-125.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-137.0</real>
+ <key>public.kern2.c</key>
+ <real>-138.0</real>
+ <key>public.kern2.colon</key>
+ <real>-84.0</real>
+ <key>public.kern2.colon.case</key>
+ <real>-29.0</real>
+ <key>public.kern2.comma</key>
+ <real>-343.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-137.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-249.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-69.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-137.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-166.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-54.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-138.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-138.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-400.0</real>
+ <key>public.kern2.s</key>
+ <real>-111.0</real>
+ <key>public.kern2.six</key>
+ <real>-48.0</real>
+ <key>public.kern2.u</key>
+ <real>-68.0</real>
+ <key>public.kern2.x</key>
+ <real>-54.0</real>
+ <key>rho</key>
+ <real>-139.0</real>
+ <key>seven</key>
+ <real>55.0</real>
+ <key>six.1</key>
+ <real>-160.0</real>
+ <key>slash</key>
+ <real>-82.0</real>
+ <key>theta</key>
+ <real>-139.0</real>
+ <key>three</key>
+ <real>-48.0</real>
+ <key>underscore</key>
+ <real>-439.0</real>
+ <key>uni20BD</key>
+ <real>-42.0</real>
+ <key>zeta</key>
+ <real>-137.0</real>
+ </dict>
+ <key>sigma</key>
+ <dict>
+ <key>Psi</key>
+ <real>-55.0</real>
+ <key>ampersand</key>
+ <real>-28.0</real>
+ <key>four</key>
+ <real>-54.0</real>
+ <key>lambda</key>
+ <real>-192.0</real>
+ <key>less</key>
+ <real>-68.0</real>
+ <key>logicalnot</key>
+ <real>-96.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-109.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.comma</key>
+ <real>-207.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.divide</key>
+ <real>-54.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>-96.0</real>
+ <key>public.kern2.eight.sups</key>
+ <real>124.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-56.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-221.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-110.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>54.0</real>
+ <key>rho</key>
+ <real>-41.0</real>
+ <key>slash</key>
+ <real>-96.0</real>
+ <key>theta</key>
+ <real>-29.0</real>
+ <key>underscore</key>
+ <real>-83.0</real>
+ <key>xi</key>
+ <real>-27.0</real>
+ <key>zeta</key>
+ <real>-42.0</real>
+ </dict>
+ <key>sigma1</key>
+ <dict>
+ <key>public.kern2.divide</key>
+ <real>-40.0</real>
+ </dict>
+ <key>six</key>
+ <dict>
+ <key>Psi</key>
+ <real>-28.0</real>
+ <key>afii10024</key>
+ <real>-40.0</real>
+ <key>backslash</key>
+ <real>40.0</real>
+ <key>public.kern2.A</key>
+ <real>-15.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.X</key>
+ <real>-13.0</real>
+ <key>public.kern2.Y</key>
+ <real>-27.0</real>
+ <key>public.kern2.comma</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-123.0</real>
+ <key>underscore</key>
+ <real>-123.0</real>
+ </dict>
+ <key>six.1</key>
+ <dict>
+ <key>Psi</key>
+ <real>-28.0</real>
+ <key>afii10024</key>
+ <real>-40.0</real>
+ <key>backslash</key>
+ <real>40.0</real>
+ <key>nine.1</key>
+ <real>-64.0</real>
+ <key>public.kern2.A</key>
+ <real>-15.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.X</key>
+ <real>-13.0</real>
+ <key>public.kern2.Y</key>
+ <real>-27.0</real>
+ <key>public.kern2.comma</key>
+ <real>-96.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-123.0</real>
+ <key>seven</key>
+ <real>-112.0</real>
+ <key>underscore</key>
+ <real>-123.0</real>
+ </dict>
+ <key>slash</key>
+ <dict>
+ <key>four</key>
+ <real>-56.0</real>
+ <key>public.kern2.A</key>
+ <real>-83.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.J</key>
+ <real>-82.0</real>
+ <key>public.kern2.T</key>
+ <real>42.0</real>
+ <key>public.kern2.comma</key>
+ <real>-109.0</real>
+ </dict>
+ <key>summation</key>
+ <dict>
+ <key>checyrillic</key>
+ <real>-68.0</real>
+ </dict>
+ <key>tau</key>
+ <dict>
+ <key>Psi</key>
+ <real>-54.0</real>
+ <key>four</key>
+ <real>-54.0</real>
+ <key>lambda</key>
+ <real>-40.0</real>
+ <key>less</key>
+ <real>-68.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-96.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-109.0</real>
+ <key>public.kern2.divide</key>
+ <real>-55.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-55.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-70.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-68.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-109.0</real>
+ <key>public.kern2.quotedblright</key>
+ <real>54.0</real>
+ <key>rho</key>
+ <real>-41.0</real>
+ <key>theta</key>
+ <real>-29.0</real>
+ <key>xi</key>
+ <real>-28.0</real>
+ <key>zeta</key>
+ <real>-41.0</real>
+ </dict>
+ <key>tbar</key>
+ <dict>
+ <key>periodcentered</key>
+ <real>28.0</real>
+ <key>public.kern2.eight.subs</key>
+ <real>83.0</real>
+ </dict>
+ <key>tecyrillic</key>
+ <dict>
+ <key>decyrillic</key>
+ <real>-15.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-13.0</real>
+ <key>four</key>
+ <real>-29.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-27.0</real>
+ <key>less</key>
+ <real>-70.0</real>
+ <key>logicalnot</key>
+ <real>-68.0</real>
+ <key>public.kern2.comma</key>
+ <real>-138.0</real>
+ <key>public.kern2.divide</key>
+ <real>-28.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-54.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-56.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-27.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-29.0</real>
+ <key>public.kern2.quotedblbase</key>
+ <real>-207.0</real>
+ <key>slash</key>
+ <real>-55.0</real>
+ <key>underscore</key>
+ <real>-69.0</real>
+ </dict>
+ <key>theta</key>
+ <dict>
+ <key>lambda</key>
+ <real>-56.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.comma</key>
+ <real>-29.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-27.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.one</key>
+ <real>-70.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-164.0</real>
+ <key>seven</key>
+ <real>-83.0</real>
+ <key>underscore</key>
+ <real>-40.0</real>
+ <key>xi</key>
+ <real>-14.0</real>
+ <key>zeta</key>
+ <real>-14.0</real>
+ </dict>
+ <key>two</key>
+ <dict>
+ <key>Psi</key>
+ <real>-28.0</real>
+ <key>afii10024</key>
+ <real>-13.0</real>
+ <key>at</key>
+ <real>-15.0</real>
+ <key>four</key>
+ <real>-42.0</real>
+ <key>public.kern2.Y</key>
+ <real>-27.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.c</key>
+ <real>-13.0</real>
+ <key>public.kern2.comma</key>
+ <real>-41.0</real>
+ <key>public.kern2.dagger</key>
+ <real>-13.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-13.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-68.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-15.0</real>
+ <key>rho</key>
+ <real>-15.0</real>
+ <key>theta</key>
+ <real>-13.0</real>
+ <key>xi</key>
+ <real>-14.0</real>
+ </dict>
+ <key>udieresis</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ </dict>
+ <key>underscore</key>
+ <dict>
+ <key>Psi</key>
+ <real>-275.0</real>
+ <key>afii10021</key>
+ <real>150.0</real>
+ <key>afii10038</key>
+ <real>-69.0</real>
+ <key>afii10041</key>
+ <real>-304.0</real>
+ <key>afii10044</key>
+ <real>-137.0</real>
+ <key>afii10047</key>
+ <real>-110.0</real>
+ <key>checyrillic</key>
+ <real>-82.0</real>
+ <key>decyrillic</key>
+ <real>125.0</real>
+ <key>eight</key>
+ <real>-125.0</real>
+ <key>five</key>
+ <real>-123.0</real>
+ <key>four</key>
+ <real>-152.0</real>
+ <key>hryvnia</key>
+ <real>-40.0</real>
+ <key>nine</key>
+ <real>-123.0</real>
+ <key>nine.1</key>
+ <real>-123.0</real>
+ <key>p</key>
+ <real>123.0</real>
+ <key>public.kern2.C</key>
+ <real>-109.0</real>
+ <key>public.kern2.Djecyrillic</key>
+ <real>-150.0</real>
+ <key>public.kern2.Ecyrillic</key>
+ <real>-110.0</real>
+ <key>public.kern2.J</key>
+ <real>-41.0</real>
+ <key>public.kern2.Omicrongreek</key>
+ <real>-110.0</real>
+ <key>public.kern2.T</key>
+ <real>-150.0</real>
+ <key>public.kern2.U</key>
+ <real>-111.0</real>
+ <key>public.kern2.Ucyrillic</key>
+ <real>-41.0</real>
+ <key>public.kern2.V</key>
+ <real>-220.0</real>
+ <key>public.kern2.W</key>
+ <real>-219.0</real>
+ <key>public.kern2.Y</key>
+ <real>-274.0</real>
+ <key>public.kern2.a</key>
+ <real>-55.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.asciicircum</key>
+ <real>-192.0</real>
+ <key>public.kern2.c</key>
+ <real>-41.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.dotlessj</key>
+ <real>262.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-152.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-54.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-55.0</real>
+ <key>public.kern2.one</key>
+ <real>-304.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-111.0</real>
+ <key>public.kern2.s</key>
+ <real>-42.0</real>
+ <key>public.kern2.six</key>
+ <real>-124.0</real>
+ <key>public.kern2.u</key>
+ <real>-42.0</real>
+ <key>public.kern2.v</key>
+ <real>-220.0</real>
+ <key>public.kern2.w</key>
+ <real>-220.0</real>
+ <key>tecyrillic</key>
+ <real>-70.0</real>
+ <key>tenge</key>
+ <real>-139.0</real>
+ <key>theta</key>
+ <real>-40.0</real>
+ <key>three</key>
+ <real>-125.0</real>
+ <key>xi</key>
+ <real>-42.0</real>
+ <key>zeta</key>
+ <real>-42.0</real>
+ </dict>
+ <key>uni01F6</key>
+ <dict>
+ <key>T</key>
+ <real>-128.0</real>
+ </dict>
+ <key>uni023A</key>
+ <dict>
+ <key>T</key>
+ <real>23.0</real>
+ <key>public.kern2.idieresis</key>
+ <real>128.0</real>
+ </dict>
+ <key>uni20BD</key>
+ <dict>
+ <key>afii10021</key>
+ <real>-68.0</real>
+ <key>afii10024</key>
+ <real>-69.0</real>
+ <key>ampersand</key>
+ <real>-41.0</real>
+ <key>four</key>
+ <real>-54.0</real>
+ <key>less</key>
+ <real>-56.0</real>
+ <key>logicalnot</key>
+ <real>-40.0</real>
+ <key>multiply</key>
+ <real>-29.0</real>
+ <key>public.kern2.Elcyrillic</key>
+ <real>-56.0</real>
+ <key>public.kern2.comma</key>
+ <real>-180.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-41.0</real>
+ <key>public.kern2.guillemotright</key>
+ <real>-13.0</real>
+ <key>slash</key>
+ <real>-111.0</real>
+ <key>underscore</key>
+ <real>-139.0</real>
+ </dict>
+ <key>utilde</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ </dict>
+ <key>wdieresis</key>
+ <dict>
+ <key>public.kern2.T</key>
+ <real>-144.0</real>
+ </dict>
+ <key>xi</key>
+ <dict>
+ <key>Psi</key>
+ <real>-125.0</real>
+ <key>pi</key>
+ <real>-29.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-41.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-42.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-14.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-41.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-40.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-42.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-28.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-29.0</real>
+ <key>tau</key>
+ <real>-27.0</real>
+ <key>theta</key>
+ <real>-28.0</real>
+ <key>underscore</key>
+ <real>192.0</real>
+ </dict>
+ <key>ydieresis</key>
+ <dict>
+ <key>Gamma1</key>
+ <real>-16.0</real>
+ <key>public.kern2.T</key>
+ <real>-96.0</real>
+ </dict>
+ <key>yhook</key>
+ <dict>
+ <key>T</key>
+ <real>206.0</real>
+ <key>public.kern2.c</key>
+ <real>-224.0</real>
+ </dict>
+ <key>zcurl</key>
+ <dict>
+ <key>T</key>
+ <real>-272.0</real>
+ </dict>
+ <key>zeta</key>
+ <dict>
+ <key>Psi</key>
+ <real>-125.0</real>
+ <key>pi</key>
+ <real>-70.0</real>
+ <key>public.kern2.Alphagreek</key>
+ <real>-42.0</real>
+ <key>public.kern2.alphagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.deltagreek</key>
+ <real>-56.0</real>
+ <key>public.kern2.epsilongreek</key>
+ <real>-83.0</real>
+ <key>public.kern2.etagreek</key>
+ <real>-41.0</real>
+ <key>public.kern2.gammagreek</key>
+ <real>-69.0</real>
+ <key>public.kern2.iotadieresisgreek</key>
+ <real>-84.0</real>
+ <key>public.kern2.omegagreek</key>
+ <real>-82.0</real>
+ <key>public.kern2.psigreek</key>
+ <real>-42.0</real>
+ <key>public.kern2.quotedblleft</key>
+ <real>-28.0</real>
+ <key>tau</key>
+ <real>-40.0</real>
+ <key>theta</key>
+ <real>-27.0</real>
+ <key>underscore</key>
+ <real>192.0</real>
+ </dict>
+ <key>zhecyrillic</key>
+ <dict>
+ <key>becyrillic</key>
+ <real>-42.0</real>
+ <key>checyrillic</key>
+ <real>-70.0</real>
+ <key>decyrillic</key>
+ <real>-15.0</real>
+ <key>ereversedcyrillic</key>
+ <real>-42.0</real>
+ <key>hardsigncyrillic</key>
+ <real>-96.0</real>
+ <key>iacyrillic</key>
+ <real>-27.0</real>
+ <key>public.kern2.ecyrillic</key>
+ <real>-69.0</real>
+ <key>public.kern2.elcyrillic</key>
+ <real>-28.0</real>
+ <key>public.kern2.guillemotleft</key>
+ <real>-69.0</real>
+ <key>tecyrillic</key>
+ <real>-68.0</real>
+ <key>zecyrillic</key>
+ <real>-41.0</real>
+ <key>zhecyrillic</key>
+ <real>-14.0</real>
+ </dict>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Regular.ufo/layercontents.plist b/src/Inter-UI-Regular.ufo/layercontents.plist
new file mode 100644
index 000000000..963df4006
--- /dev/null
+++ b/src/Inter-UI-Regular.ufo/layercontents.plist
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <array>
+ <array>
+ <string>public.default</string>
+ <string>glyphs</string>
+ </array>
+ </array>
+</plist>
diff --git a/src/Inter-UI-Regular.ufo/lib.plist b/src/Inter-UI-Regular.ufo/lib.plist
index e491f50a0..d632d6c19 100644
--- a/src/Inter-UI-Regular.ufo/lib.plist
+++ b/src/Inter-UI-Regular.ufo/lib.plist
@@ -1,2947 +1,2207 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>com.fontlab.v2.tth</key>
- <dict>
- <key>stems</key>
- <dict>
- <key>X: 108</key>
- <dict>
- <key>horizontal</key>
- <false/>
- <key>round</key>
- <dict>
- <key>0</key>
- <integer>1</integer>
- <key>14</key>
- <integer>2</integer>
- <key>24</key>
- <integer>3</integer>
- <key>33</key>
- <integer>4</integer>
- <key>42</key>
- <integer>5</integer>
- <key>51</key>
- <integer>6</integer>
- </dict>
- <key>width</key>
- <integer>216</integer>
- </dict>
- <key>Y: 104</key>
- <dict>
- <key>horizontal</key>
- <true/>
- <key>round</key>
- <dict>
- <key>0</key>
- <integer>1</integer>
- <key>15</key>
- <integer>2</integer>
- <key>25</key>
- <integer>3</integer>
- <key>34</key>
- <integer>4</integer>
- <key>44</key>
- <integer>5</integer>
- <key>53</key>
- <integer>6</integer>
- </dict>
- <key>width</key>
- <integer>208</integer>
- </dict>
- </dict>
- </dict>
- <key>com.typemytype.robofont.compileSettings.autohint</key>
- <true/>
- <key>com.typemytype.robofont.compileSettings.checkOutlines</key>
- <integer>1</integer>
- <key>com.typemytype.robofont.compileSettings.createDummyDSIG</key>
- <true/>
- <key>com.typemytype.robofont.compileSettings.decompose</key>
- <integer>1</integer>
- <key>com.typemytype.robofont.compileSettings.generateFormat</key>
- <integer>1</integer>
- <key>com.typemytype.robofont.compileSettings.releaseMode</key>
- <integer>1</integer>
- <key>com.typemytype.robofont.foreground.layerStrokeColor</key>
- <array>
- <real>0.5</real>
- <real>0.0</real>
- <real>0.5</real>
- <real>0.7</real>
- </array>
- <key>com.typemytype.robofont.guides</key>
- <array>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>0</integer>
- <key>x</key>
- <integer>1368</integer>
- <key>y</key>
- <integer>2304</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>0</integer>
- <key>x</key>
- <real>0.0</real>
- <key>y</key>
- <real>3792.0</real>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>0</integer>
- <key>x</key>
- <integer>1520</integer>
- <key>y</key>
- <integer>512</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>0</integer>
- <key>name</key>
- <string>Accent</string>
- <key>x</key>
- <integer>1604</integer>
- <key>y</key>
- <integer>1280</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>0.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>0</integer>
- <key>x</key>
- <integer>1752</integer>
- <key>y</key>
- <integer>-576</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>0</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1632</integer>
- <key>y</key>
- <integer>768</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>0</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1560</integer>
- <key>y</key>
- <integer>1024</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>224</integer>
- <key>y</key>
- <integer>1560</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1828</integer>
- <key>y</key>
- <integer>2076</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1580</integer>
- <key>y</key>
- <integer>-44</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>472</integer>
- <key>y</key>
- <integer>1588</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1180</integer>
- <key>y</key>
- <integer>1596</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1428</integer>
- <key>y</key>
- <integer>1576</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>460</integer>
- <key>y</key>
- <integer>1580</integer>
- </dict>
- <dict>
- <key>angle</key>
- <real>90.0</real>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>1192</integer>
- <key>y</key>
- <integer>1588</integer>
- </dict>
- <dict>
- <key>angle</key>
- <integer>0</integer>
- <key>isGlobal</key>
- <true/>
- <key>magnetic</key>
- <integer>5</integer>
- <key>name</key>
- <string></string>
- <key>x</key>
- <integer>872</integer>
- <key>y</key>
- <integer>-344</integer>
- </dict>
- </array>
- <key>com.typemytype.robofont.italicSlantOffset</key>
- <integer>0</integer>
- <key>com.typemytype.robofont.layerOrder</key>
- <array>
- <string>reference</string>
- </array>
- <key>com.typemytype.robofont.reference.layerShow</key>
- <true/>
- <key>com.typemytype.robofont.reference.layerStrokeColor</key>
- <array>
- <real>0.9804</real>
- <real>0.1803</real>
- <real>0.6923</real>
- <real>0.8955</real>
- </array>
- <key>com.typemytype.robofont.segmentType</key>
- <string>curve</string>
- <key>com.typemytype.robofont.shouldAddPointsInSplineConversion</key>
- <integer>1</integer>
- <key>com.typemytype.robofont.sort</key>
- <array>
- <dict>
- <key>ascending</key>
- <array>
- <string>.null</string>
- <string>.notdef</string>
- <string>space</string>
- <string>A</string>
- <string>Adieresis</string>
- <string>Atilde</string>
- <string>uni023A</string>
- <string>Lambda</string>
- <string>AE</string>
- <string>B</string>
- <string>uni0243</string>
- <string>Bhook</string>
- <string>C</string>
- <string>Chook</string>
- <string>uni023B</string>
- <string>Oopen</string>
- <string>D</string>
- <string>Dhook</string>
- <string>Dbar1</string>
- <string>Dzcaron_</string>
- <string>E</string>
- <string>uni0246</string>
- <string>Eturn</string>
- <string>F</string>
- <string>Fhook</string>
- <string>Fturn</string>
- <string>G</string>
- <string>Gbar</string>
- <string>Ghook</string>
- <string>H</string>
- <string>Hcedilla</string>
- <string>Hbar</string>
- <string>Enhookcyrillic</string>
- <string>Endescendercyrillic</string>
- <string>uni04C9</string>
- <string>Enghecyrillic</string>
- <string>uni01F6</string>
- <string>I</string>
- <string>Idieresis</string>
- <string>Idieresisacute</string>
- <string>Istroke</string>
- <string>Itildebelow</string>
- <string>J</string>
- <string>uni0248</string>
- <string>K</string>
- <string>Kabashkircyrillic</string>
- <string>Kadescendercyrillic</string>
- <string>Khook</string>
- <string>L</string>
- <string>L_slash</string>
- <string>L_bar</string>
- <string>M</string>
- <string>uni04CD</string>
- <string>N</string>
- <string>Nhook</string>
- <string>Eng</string>
- <string>afii10026</string>
- <string>uni048A</string>
- <string>uni0376</string>
- <string>O</string>
- <string>Odieresis</string>
- <string>Otilde</string>
- <string>Oslash</string>
- <string>Ohorn</string>
- <string>P</string>
- <string>uni048E</string>
- <string>Phook</string>
- <string>Q</string>
- <string>R</string>
- <string>response</string>
- <string>Rx</string>
- <string>uni024C</string>
- <string>S</string>
- <string>Germandbls</string>
- <string>T</string>
- <string>Thook</string>
- <string>Trthook</string>
- <string>uni023E</string>
- <string>U</string>
- <string>Uhorn</string>
- <string>uni0244</string>
- <string>V</string>
- <string>W</string>
- <string>X</string>
- <string>Hadescendercyrillic</string>
- <string>uni04FC</string>
- <string>Y</string>
- <string>Yhook</string>
- <string>uni024E</string>
- <string>Z</string>
- <string>uni0224</string>
- <string>Zbar</string>
- <string>uni2C7F</string>
- <string>OE</string>
- <string>a</string>
- <string>adieresis</string>
- <string>atilde</string>
- <string>a_uni02DE</string>
- <string>ae</string>
- <string>aturn</string>
- <string>leftloop.cn</string>
- <string>rightloop.cn</string>
- <string>b</string>
- <string>bbar</string>
- <string>btopbar</string>
- <string>bhook</string>
- <string>c</string>
- <string>uni023C</string>
- <string>chook</string>
- <string>ccurl</string>
- <string>d</string>
- <string>dcroat</string>
- <string>drthook</string>
- <string>dhook</string>
- <string>dtopbar</string>
- <string>uni0221</string>
- <string>dz</string>
- <string>dzcaron</string>
- <string>dzcurl</string>
- <string>dyogh</string>
- <string>e</string>
- <string>edieresis</string>
- <string>uni0247</string>
- <string>f</string>
- <string>slongstroke</string>
- <string>slongdotaccent</string>
- <string>feng</string>
- <string>g</string>
- <string>ghook</string>
- <string>gbar</string>
- <string>h</string>
- <string>hcedilla</string>
- <string>tshecyrillic</string>
- <string>djecyrillic</string>
- <string>hhook</string>
- <string>henghook</string>
- <string>hv</string>
- <string>hturn</string>
- <string>hturnlthook</string>
- <string>hturnhook2</string>
- <string>dotlessi</string>
- <string>uni0069.ccmp</string>
- <string>i</string>
- <string>idieresis</string>
- <string>idieresisacute</string>
- <string>itilde</string>
- <string>itildebelow</string>
- <string>ibar</string>
- <string>uni012F.ccmp</string>
- <string>dotlessj</string>
- <string>uni006A.ccmp</string>
- <string>jdotlessbar</string>
- <string>uni0249</string>
- <string>uni0249.ccmp</string>
- <string>j</string>
- <string>uni029D.ccmp</string>
- <string>jcrosstail</string>
- <string>k</string>
- <string>khook</string>
- <string>kturn</string>
- <string>l</string>
- <string>lslash</string>
- <string>lbar</string>
- <string>lmidtilde</string>
- <string>lrthook</string>
- <string>lbelt</string>
- <string>lcurl</string>
- <string>m</string>
- <string>mhook</string>
- <string>mturn</string>
- <string>mturndescend</string>
- <string>n</string>
- <string>ntilde</string>
- <string>nrthook</string>
- <string>eng</string>
- <string>ncurl</string>
- <string>nlfthook</string>
- <string>o</string>
- <string>odieresis</string>
- <string>otilde</string>
- <string>oslash</string>
- <string>ohorn</string>
- <string>fitacyrillic</string>
- <string>oe</string>
- <string>p</string>
- <string>uni048F</string>
- <string>phook</string>
- <string>q</string>
- <string>qhook</string>
- <string>qrthook</string>
- <string>Q_rthook</string>
- <string>r</string>
- <string>rrthook</string>
- <string>uni024D</string>
- <string>rturn</string>
- <string>rturnrthook</string>
- <string>rfishhookrev</string>
- <string>rfishhook</string>
- <string>rdescend</string>
- <string>s</string>
- <string>srthook</string>
- <string>uni023F</string>
- <string>germandbls</string>
- <string>t</string>
- <string>tpalatalhook</string>
- <string>trthook</string>
- <string>tcurl</string>
- <string>tccurl</string>
- <string>tturn</string>
- <string>u</string>
- <string>udieresis</string>
- <string>utilde</string>
- <string>uhorn</string>
- <string>mu</string>
- <string>ubar</string>
- <string>v</string>
- <string>vturn</string>
- <string>w</string>
- <string>wdieresis</string>
- <string>wturn</string>
- <string>x</string>
- <string>y</string>
- <string>ydieresis</string>
- <string>yhook</string>
- <string>uni024F</string>
- <string>yturn</string>
- <string>z</string>
- <string>zbar</string>
- <string>zhook</string>
- <string>uni0240</string>
- <string>zrthook</string>
- <string>zcurl</string>
- <string>Thorn</string>
- <string>Gamma</string>
- <string>Delta</string>
- <string>Theta</string>
- <string>Xi</string>
- <string>Pi</string>
- <string>Sigma</string>
- <string>Phi</string>
- <string>Psi</string>
- <string>Omega</string>
- <string>Gamma1</string>
- <string>afii10018</string>
- <string>afii10050</string>
- <string>uni04FA</string>
- <string>afii10021</string>
- <string>afii10024</string>
- <string>Zhedescendercyrillic</string>
- <string>afii10025</string>
- <string>Kacyr</string>
- <string>Kaverticalstrokecyrillic</string>
- <string>Kahookcyrillic</string>
- <string>afii10029</string>
- <string>uni04C5</string>
- <string>afii10147</string>
- <string>afii10145</string>
- <string>afii10037</string>
- <string>afii10038</string>
- <string>afii10040</string>
- <string>Tetsecyrillic</string>
- <string>afii10041</string>
- <string>Chedescendercyrillic</string>
- <string>Cheverticalstrokecyrillic</string>
- <string>Shhacyrillic</string>
- <string>afii10060</string>
- <string>afii10042</string>
- <string>afii10043</string>
- <string>afii10044</string>
- <string>afii10045</string>
- <string>afii10046</string>
- <string>afii10058</string>
- <string>afii10059</string>
- <string>afii10047</string>
- <string>afii10048</string>
- <string>afii10049</string>
- <string>Ghemiddlehookcyrillic</string>
- <string>Pemiddlehookcyrillic</string>
- <string>afii10053</string>
- <string>Haabkhasiancyrillic</string>
- <string>Cheabkhasiancyrillic</string>
- <string>Schwacyrillic</string>
- <string>Dzeabkhasiancyrillic</string>
- <string>afii10148</string>
- <string>afii10051</string>
- <string>eth</string>
- <string>thorn</string>
- <string>alpha</string>
- <string>beta</string>
- <string>gamma</string>
- <string>delta</string>
- <string>epsilon</string>
- <string>zeta</string>
- <string>eta</string>
- <string>theta</string>
- <string>iota</string>
- <string>lambda</string>
- <string>xi</string>
- <string>pi</string>
- <string>rho</string>
- <string>uni03FC</string>
- <string>sigma1</string>
- <string>sigma</string>
- <string>tau</string>
- <string>upsilon</string>
- <string>phi</string>
- <string>psi</string>
- <string>omega</string>
- <string>gamma1</string>
- <string>becyrillic</string>
- <string>vecyrillic</string>
- <string>gecyrillic</string>
- <string>gheupturncyrillic</string>
- <string>uni04FB</string>
- <string>decyrillic</string>
- <string>zhecyrillic</string>
- <string>zhedescendercyrillic</string>
- <string>zecyrillic</string>
- <string>iicyrillic</string>
- <string>uni048B</string>
- <string>kacyrillic</string>
- <string>kahookcyrillic</string>
- <string>kadescendercyrillic</string>
- <string>kaverticalstrokecyrillic</string>
- <string>kabashkircyrillic</string>
- <string>elcyrillic</string>
- <string>uni04C6</string>
- <string>uni052F</string>
- <string>emcyrillic</string>
- <string>uni04CE</string>
- <string>encyrillic</string>
- <string>endescendercyrillic</string>
- <string>enghecyrillic</string>
- <string>enhookcyrillic</string>
- <string>uni04CA</string>
- <string>pecyrillic</string>
- <string>tecyrillic</string>
- <string>efcyrillic</string>
- <string>uni04FD</string>
- <string>hadescendercyrillic</string>
- <string>tsecyrillic</string>
- <string>dzhecyrillic</string>
- <string>checyrillic</string>
- <string>chedescendercyrillic</string>
- <string>cheverticalstrokecyrillic</string>
- <string>shacyrillic</string>
- <string>shchacyrillic</string>
- <string>softsigncyrillic</string>
- <string>hardsigncyrillic</string>
- <string>yericyrillic</string>
- <string>uni048D</string>
- <string>yatcyrillic</string>
- <string>ljecyrillic</string>
- <string>njecyrillic</string>
- <string>ereversedcyrillic</string>
- <string>iucyrillic</string>
- <string>iacyrillic</string>
- <string>ghemiddlehookcyrillic</string>
- <string>pemiddlehookcyrillic</string>
- <string>ecyrillic</string>
- <string>haabkhasiancyrillic</string>
- <string>tetsecyrillic</string>
- <string>cheabkhasiancyrillic</string>
- <string>dzeabkhasiancyrillic</string>
- <string>izhitsacyrillic</string>
- <string>dollar</string>
- <string>cent</string>
- <string>yen</string>
- <string>sterling</string>
- <string>florin</string>
- <string>uni20BA</string>
- <string>uni20BD</string>
- <string>Euro</string>
- <string>uni20B9</string>
- <string>tenge</string>
- <string>peseta</string>
- <string>peso</string>
- <string>kip</string>
- <string>won</string>
- <string>lira</string>
- <string>austral</string>
- <string>hryvnia</string>
- <string>naira</string>
- <string>guarani</string>
- <string>coloncurrency</string>
- <string>cedi</string>
- <string>cruzeiro</string>
- <string>tugrik</string>
- <string>uni20AF</string>
- <string>mill</string>
- <string>afii57636</string>
- <string>manat</string>
- <string>rupee</string>
- <string>lari</string>
- <string>zero</string>
- <string>zero.slash</string>
- <string>zero.tnum</string>
- <string>zero.tnum.slash</string>
- <string>one</string>
- <string>one.1</string>
- <string>one.tnum</string>
- <string>one.tnum.1</string>
- <string>two</string>
- <string>two.tnum</string>
- <string>twostroke</string>
- <string>three</string>
- <string>three.tnum</string>
- <string>four</string>
- <string>four.1</string>
- <string>four.tnum</string>
- <string>four.tnum.1</string>
- <string>five</string>
- <string>five.tnum</string>
- <string>Tonefive</string>
- <string>six</string>
- <string>six.1</string>
- <string>six.tnum</string>
- <string>six.tnum.1</string>
- <string>seven</string>
- <string>seven.tnum</string>
- <string>eight</string>
- <string>eight.tnum</string>
- <string>nine</string>
- <string>nine.1</string>
- <string>nine.tnum</string>
- <string>nine.tnum.1</string>
- <string>ampersand</string>
- <string>exclam</string>
- <string>exclamdown</string>
- <string>question</string>
- <string>questiondown</string>
- <string>parenleft</string>
- <string>parenleft.case</string>
- <string>parenright</string>
- <string>parenright.case</string>
- <string>bracketleft</string>
- <string>bracketleft.case</string>
- <string>bracketleft_quill</string>
- <string>bracketright</string>
- <string>bracketright.case</string>
- <string>bracketright_quill</string>
- <string>braceleft</string>
- <string>braceleft.case</string>
- <string>braceright</string>
- <string>braceright.case</string>
- <string>at</string>
- <string>at.case</string>
- <string>numbersign</string>
- <string>currency</string>
- <string>slash</string>
- <string>bar</string>
- <string>brokenbar</string>
- <string>backslash</string>
- <string>hyphenbullet</string>
- <string>hyphen</string>
- <string>hyphen.case</string>
- <string>endash</string>
- <string>endash.case</string>
- <string>figuredash</string>
- <string>figuredash.case</string>
- <string>emdash</string>
- <string>emdash.case</string>
- <string>bullet</string>
- <string>bullet.case</string>
- <string>quoteleft</string>
- <string>quoteright</string>
- <string>primetripl1</string>
- <string>quotesingle</string>
- <string>quotedbl</string>
- <string>quotedblleft</string>
- <string>quotedblright</string>
- <string>quotedblbase</string>
- <string>quotesinglbase</string>
- <string>comma</string>
- <string>comma.tnum</string>
- <string>period</string>
- <string>period.tnum</string>
- <string>ellipsis</string>
- <string>twodotleader</string>
- <string>colon</string>
- <string>colon.case</string>
- <string>semicolon</string>
- <string>guilsinglleft</string>
- <string>guilsinglright</string>
- <string>guillemotleft</string>
- <string>guillemotright</string>
- <string>less</string>
- <string>greater</string>
- <string>lessequal</string>
- <string>greaterequal</string>
- <string>equal</string>
- <string>equal.case</string>
- <string>notequal</string>
- <string>notequal.case</string>
- <string>plus</string>
- <string>plus.case</string>
- <string>minus</string>
- <string>minus.case</string>
- <string>multiply</string>
- <string>multiply.case</string>
- <string>divide</string>
- <string>divide.case</string>
- <string>plusminus</string>
- <string>plusminus.case</string>
- <string>approxequal</string>
- <string>asciitilde</string>
- <string>logicalnot</string>
- <string>periodcentered</string>
- <string>anoteleia</string>
- <string>questiongreek</string>
- <string>underscore</string>
- <string>dagger</string>
- <string>daggerdbl</string>
- <string>asciicircum</string>
- <string>asterisk</string>
- <string>asterisk.case</string>
- <string>registered</string>
- <string>trademark</string>
- <string>servicemark</string>
- <string>degree</string>
- <string>ordfeminine</string>
- <string>ordmasculine</string>
- <string>isuperior</string>
- <string>nsuperior</string>
- <string>paragraph</string>
- <string>section</string>
- <string>copyright</string>
- <string>infinity</string>
- <string>partialdiff</string>
- <string>summation</string>
- <string>product</string>
- <string>integral</string>
- <string>radical</string>
- <string>lozenge</string>
- <string>fraction</string>
- <string>zerosub</string>
- <string>oneinferior</string>
- <string>twosub</string>
- <string>threesub</string>
- <string>foursub</string>
- <string>fivesub</string>
- <string>sixinferior</string>
- <string>sevensub</string>
- <string>eightsub</string>
- <string>nineinferior</string>
- <string>plussub</string>
- <string>minussub</string>
- <string>equalsub</string>
- <string>parenleftinferior</string>
- <string>parenrightsub</string>
- <string>zerosuperior</string>
- <string>onesuperior</string>
- <string>twosuperior</string>
- <string>threesuperior</string>
- <string>foursuperior</string>
- <string>fivesuperior</string>
- <string>sixsuperior</string>
- <string>sevensuperior</string>
- <string>eightsuperior</string>
- <string>ninesuperior</string>
- <string>plussuperior</string>
- <string>minussuperior</string>
- <string>equalsuperior</string>
- <string>parenleftsuperior</string>
- <string>parenrightsuperior</string>
- <string>onehalf</string>
- <string>onequarter</string>
- <string>threequarters</string>
- <string>percent</string>
- <string>perthousand</string>
- <string>numero</string>
- <string>acute</string>
- <string>hungarumlaut</string>
- <string>grave</string>
- <string>tonos</string>
- <string>dieresis</string>
- <string>casedieresis.cn</string>
- <string>circumflex</string>
- <string>tilde</string>
- <string>casetilde.cn</string>
- <string>macron</string>
- <string>breve</string>
- <string>dotaccent</string>
- <string>ring</string>
- <string>caron</string>
- <string>dieresistonos</string>
- <string>cedilla</string>
- <string>ogonek</string>
- <string>commaaccent</string>
- <string>acutecomb</string>
- <string>acutedblnosp</string>
- <string>gravecomb</string>
- <string>dblgravecmb</string>
- <string>macroncomb</string>
- <string>dieresisnosp</string>
- <string>brevenosp</string>
- <string>breveinvnosp</string>
- <string>hook</string>
- <string>circumflexnosp</string>
- <string>caroncmb</string>
- <string>tildecomb</string>
- <string>dotnosp</string>
- <string>ringnosp</string>
- <string>hornnosp</string>
- <string>ogoneknosp</string>
- <string>cedillanosp</string>
- <string>circumflexsubnosp</string>
- <string>brevesubnosp</string>
- <string>dotbelow</string>
- <string>commabelowcmb</string>
- <string>dotdblsubnosp</string>
- <string>ringsubnosp</string>
- <string>underscorenosp</string>
- <string>tildesubnosp</string>
- <string>enquad</string>
- <string>emquad</string>
- <string>enspace</string>
- <string>emspace</string>
- <string>thirdemspace</string>
- <string>quarteremspace</string>
- <string>sixthemspace</string>
- <string>figurespace</string>
- <string>punctuationspace</string>
- <string>thinspace</string>
- <string>hairspace</string>
- <string>zerowidthspace</string>
- <string>arrowleft</string>
- <string>arrowleft.case</string>
- <string>arrowleftlong</string>
- <string>arrowleftlong.case</string>
- <string>arrowup</string>
- <string>arrowright</string>
- <string>arrowright.case</string>
- <string>arrowrightlong</string>
- <string>arrowrightlong.case</string>
- <string>arrowdown</string>
- <string>arrowNW</string>
- <string>arrowNE</string>
- <string>arrowSE</string>
- <string>arrowSW</string>
- <string>dngb_check</string>
- <string>dngb_ballotx</string>
- <string>triagrt</string>
- <string>triagdn</string>
- <string>triagup</string>
- <string>blackleftpointingtriangle</string>
- <string>uni2009.fra</string>
- <string>overscoredblnosp</string>
- <string>uni215A</string>
- <string>uni215F</string>
- <string>macronacutecomb</string>
- <string>crossbar</string>
- <string>acutedotcomb.lc</string>
- <string>tildedieresiscomb.lc</string>
- <string>underscoredbl</string>
- <string>uni2151</string>
- <string>uni2150</string>
- <string>uni2152</string>
- <string>uni2155</string>
- <string>romanone</string>
- <string>uni2157</string>
- <string>uni2156</string>
- <string>estimated</string>
- <string>degreecentigrade</string>
- <string>dieresisacutecomb.lc</string>
- <string>carondotcomb.lc</string>
- <string>aturn_uni02DE</string>
- <string>uni1FFD</string>
- <string>uni1FFE</string>
- <string>oopen</string>
- <string>Gsmallcaphook</string>
- <string>uni0346</string>
- <string>anglesupnosp</string>
- <string>ringacute</string>
- <string>uni1DD8</string>
- <string>uni1DD9</string>
- <string>uni1DD2</string>
- <string>uni1DD3</string>
- <string>uni1DD0</string>
- <string>uni1DD1</string>
- <string>circumflexgravecomb</string>
- <string>uni1DD4</string>
- <string>uni1DD5</string>
- <string>dieresiscaroncomb</string>
- <string>breveinvsubnosp</string>
- <string>commaturnsupnosp</string>
- <string>uni1DDB</string>
- <string>uni1DDC</string>
- <string>ringrighthalfsubnosp</string>
- <string>uni1DDF</string>
- <string>uni1DDD</string>
- <string>uni1DDE</string>
- <string>romanten</string>
- <string>degreefarenheit</string>
- <string>Upsilon2</string>
- <string>degreekelvin</string>
- <string>uni02AB</string>
- <string>uni02AC</string>
- <string>uni1FCD</string>
- <string>kappa1</string>
- <string>onethird</string>
- <string>uni2159</string>
- <string>uni2158</string>
- <string>uni214F</string>
- <string>uni214D</string>
- <string>OEsmallcap</string>
- <string>tackupsubnosp</string>
- <string>uni2DFF</string>
- <string>glottalstopbarinv</string>
- <string>seagullsubnosp</string>
- <string>uni02EC</string>
- <string>afii300</string>
- <string>caronnosp</string>
- <string>romanfour</string>
- <string>macrongravecomb</string>
- <string>uni03F5</string>
- <string>uni03F6</string>
- <string>longs</string>
- <string>tonebarextrahighmod</string>
- <string>one.sup</string>
- <string>dieresismacroncomb</string>
- <string>trianglebullet</string>
- <string>Ysmallcap</string>
- <string>uni03FB</string>
- <string>uni03FD</string>
- <string>uni03FE</string>
- <string>uni03FF</string>
- <string>iota1_uni02DE</string>
- <string>uni0373</string>
- <string>uni0372</string>
- <string>uni0371</string>
- <string>uni0370</string>
- <string>uni0377</string>
- <string>gravesubnosp</string>
- <string>seveneighths</string>
- <string>undertie</string>
- <string>barmidshortnosp</string>
- <string>glottalstoprevinv</string>
- <string>uni037C</string>
- <string>uni037B</string>
- <string>uni037D</string>
- <string>interrobang</string>
- <string>primemod</string>
- <string>uni213B</string>
- <string>erev</string>
- <string>cstretch</string>
- <string>Btopbar</string>
- <string>Koppa</string>
- <string>commaturnedmod</string>
- <string>commareversedmod</string>
- <string>ringhalfleft</string>
- <string>Rsmallcap</string>
- <string>five.frac</string>
- <string>Tonesix</string>
- <string>tavdages</string>
- <string>beta1</string>
- <string>uni204F</string>
- <string>uni204E</string>
- <string>uni204D</string>
- <string>uni204C</string>
- <string>uni204B</string>
- <string>uni204A</string>
- <string>jsuper</string>
- <string>epsilon1</string>
- <string>CR</string>
- <string>slashlongnosp</string>
- <string>exclam1</string>
- <string>Digamma</string>
- <string>candrabindunosp</string>
- <string>qofdagesh</string>
- <string>uni036A</string>
- <string>uni036B</string>
- <string>uni036C</string>
- <string>uni036D</string>
- <string>uni036E</string>
- <string>uni036F</string>
- <string>uni20B7</string>
- <string>uni20B6</string>
- <string>uni20B0</string>
- <string>uni20BB</string>
- <string>tildedoublecmb</string>
- <string>breveinverteddoublecmb</string>
- <string>uni0362</string>
- <string>uni0363</string>
- <string>uni0364</string>
- <string>uni0365</string>
- <string>uni0366</string>
- <string>uni0367</string>
- <string>uni0368</string>
- <string>uni0369</string>
- <string>tildemidnosp</string>
- <string>uni01F7</string>
- <string>glottalstopinv</string>
- <string>pertenthousand</string>
- <string>acutelowmod</string>
- <string>gravelowmod</string>
- <string>fourthtonechinese</string>
- <string>verticallinelowmod</string>
- <string>secondtonechinese</string>
- <string>romantwelve</string>
- <string>uni2183</string>
- <string>arrowheadupmod</string>
- <string>arrowheaddownmod</string>
- <string>arrowheadleftmod</string>
- <string>arrowheadrightmod</string>
- <string>glottalstopmod</string>
- <string>firsttonechinese</string>
- <string>five.sup</string>
- <string>uni021D</string>
- <string>uni0268.ccmp</string>
- <string>uni021C</string>
- <string>numeralgreeksub</string>
- <string>caronsubnosp</string>
- <string>uni205E</string>
- <string>uni205A</string>
- <string>uni205B</string>
- <string>uni205C</string>
- <string>schwahook</string>
- <string>uni0458.ccmp</string>
- <string>uni1E9D</string>
- <string>uni1E9F</string>
- <string>Dtopbar</string>
- <string>uni1EFE</string>
- <string>uni1EFD</string>
- <string>uni1EFF</string>
- <string>uni1EFA</string>
- <string>uni1EFC</string>
- <string>uni1EFB</string>
- <string>uni2058</string>
- <string>uni2059</string>
- <string>uni2054</string>
- <string>uni2055</string>
- <string>uni2056</string>
- <string>uni2057</string>
- <string>uni2050</string>
- <string>uni2051</string>
- <string>uni2052</string>
- <string>uni2053</string>
- <string>ascript_uni02DE</string>
- <string>tesh</string>
- <string>asterism</string>
- <string>philatin</string>
- <string>sixroman</string>
- <string>cyrillichookleft</string>
- <string>uni03D8</string>
- <string>uni03D9</string>
- <string>Upsilonhooksymbol</string>
- <string>thetasymbolgreek</string>
- <string>thook</string>
- <string>uni03D7</string>
- <string>uni27EF</string>
- <string>finaltsadi</string>
- <string>glottalstop</string>
- <string>uni0359</string>
- <string>uni0358</string>
- <string>epsilon1revclosed</string>
- <string>uni0355</string>
- <string>uni0354</string>
- <string>uni0357</string>
- <string>uni0356</string>
- <string>uni0351</string>
- <string>uni0350</string>
- <string>uni0353</string>
- <string>uni0352</string>
- <string>glottalstopreversedmod</string>
- <string>cadauna</string>
- <string>uni035E</string>
- <string>uni0220</string>
- <string>uni0223</string>
- <string>uni035F</string>
- <string>uni035C</string>
- <string>uni035B</string>
- <string>digamma</string>
- <string>koppa</string>
- <string>ringhalfrightcentered</string>
- <string>colontriangularhalfmod</string>
- <string>colontriangularmod</string>
- <string>minusmod</string>
- <string>plusmod</string>
- <string>downtackmod</string>
- <string>linevertnosp</string>
- <string>eshlooprev</string>
- <string>verticalbardbl</string>
- <string>romaneleven</string>
- <string>Iota1</string>
- <string>uniA69F</string>
- <string>lsquare</string>
- <string>carondotcomb</string>
- <string>rhotichookmod</string>
- <string>uni1DD6</string>
- <string>uni1DD7</string>
- <string>oneeighth</string>
- <string>linevertsubnosp</string>
- <string>mcapturn</string>
- <string>uni205D</string>
- <string>spaceopenbox</string>
- <string>shindagesh</string>
- <string>uni034B</string>
- <string>uni034C</string>
- <string>uni034A</string>
- <string>uni034F</string>
- <string>uni034D</string>
- <string>uni034E</string>
- <string>uni0348</string>
- <string>uni0349</string>
- <string>reverseddblprime</string>
- <string>perispomenigreekcmb</string>
- <string>koroniscmb</string>
- <string>uni0347</string>
- <string>uni0238</string>
- <string>uni0239</string>
- <string>tackdownsubnosp</string>
- <string>uni02EA</string>
- <string>uni02EB</string>
- <string>uni2071.ccmp</string>
- <string>uni02ED</string>
- <string>uni02EF</string>
- <string>glottalstopreversedsuperior</string>
- <string>six.sup</string>
- <string>tonebarhighmod</string>
- <string>tonebarmidmod</string>
- <string>tonebarlowmod</string>
- <string>tonebarextralowmod</string>
- <string>afii61664</string>
- <string>uni1DC6</string>
- <string>uni1DC4</string>
- <string>babygamma</string>
- <string>Vcursive</string>
- <string>careof</string>
- <string>phi1</string>
- <string>breveacutecomb</string>
- <string>wynn</string>
- <string>referencemark</string>
- <string>overscorenosp</string>
- <string>commaaboverightcomb</string>
- <string>versicle</string>
- <string>hyphen__</string>
- <string>diaeresistonosnosp</string>
- <string>stigma</string>
- <string>afii57596</string>
- <string>afii57598</string>
- <string>uni2B4E</string>
- <string>uni2B4F</string>
- <string>rturnascend</string>
- <string>romanfivehundred</string>
- <string>caret</string>
- <string>caretinsertionpoint</string>
- <string>bridgesubnosp</string>
- <string>uni0242</string>
- <string>uni0241</string>
- <string>uni0245</string>
- <string>accountof</string>
- <string>uni02F9</string>
- <string>uni02F8</string>
- <string>uni02F5</string>
- <string>uni02F4</string>
- <string>uni02F7</string>
- <string>uni02F6</string>
- <string>uni02F1</string>
- <string>uni02F0</string>
- <string>uni02F3</string>
- <string>uni02F2</string>
- <string>dotmacroncomb.lc</string>
- <string>fiveeighths</string>
- <string>uni02FE</string>
- <string>uni02FD</string>
- <string>uni02FF</string>
- <string>uni02FA</string>
- <string>uni02FC</string>
- <string>uni02FB</string>
- <string>angstrom</string>
- <string>macrongravecomb.lc</string>
- <string>macronsubnosp</string>
- <string>ringlefthalfsubnosp</string>
- <string>Lsmallcap</string>
- <string>squaresubnosp</string>
- <string>Schwa</string>
- <string>uni2B5B</string>
- <string>uni2B5C</string>
- <string>uni2B5A</string>
- <string>uni2B5F</string>
- <string>uni2B5D</string>
- <string>uni2B5E</string>
- <string>three.sup</string>
- <string>oi</string>
- <string>Tonetwo</string>
- <string>two.sup</string>
- <string>o_uni02DE</string>
- <string>finalmem</string>
- <string>Gsmallcap</string>
- <string>Esh</string>
- <string>zero.sup</string>
- <string>acutedotcomb</string>
- <string>dieresismacroncomb.lc</string>
- <string>brevegravecomb</string>
- <string>circumflexacutecomb</string>
- <string>Rsmallcapinv</string>
- <string>zerowidthjoiner</string>
- <string>placeofinterestsign</string>
- <string>ts</string>
- <string>tonesix</string>
- <string>twothirds</string>
- <string>uni1F16B</string>
- <string>pisymbolgreek</string>
- <string>uni1F16A</string>
- <string>dieresisgravecomb.lc</string>
- <string>tonefive</string>
- <string>tildedieresiscomb</string>
- <string>tel</string>
- <string>commasuprevnosp</string>
- <string>hyphennobreak</string>
- <string>archdblsubnosp</string>
- <string>hsuper</string>
- <string>deltaturn</string>
- <string>published</string>
- <string>wsuper</string>
- <string>macronacutecomb.lc</string>
- <string>oopen_uni02DE</string>
- <string>four.frac</string>
- <string>onedotleader</string>
- <string>plussubnosp</string>
- <string>largerighthook</string>
- <string>romanthree</string>
- <string>uni1DCF</string>
- <string>uni1DCE</string>
- <string>uni1DCD</string>
- <string>uni1DCC</string>
- <string>uni1DCB</string>
- <string>uni1DCA</string>
- <string>tildemacroncomb.lc</string>
- <string>iota1</string>
- <string>uni1DC9</string>
- <string>uni1DC8</string>
- <string>uni1DC7</string>
- <string>uni1DC5</string>
- <string>uni1DC3</string>
- <string>uni1DC2</string>
- <string>uni1DC1</string>
- <string>uni1DC0</string>
- <string>uniFE28</string>
- <string>hooksubretronosp</string>
- <string>circumflexhookcomb</string>
- <string>primerev1</string>
- <string>macrondieresiscomb.lc</string>
- <string>romannine</string>
- <string>epsilonclosed</string>
- <string>uni1FBD</string>
- <string>omegacyrillic</string>
- <string>Omegacyrillic</string>
- <string>yuslittlecyrillic</string>
- <string>Yuslittlecyrillic</string>
- <string>eiotifiedcyrillic</string>
- <string>Eiotifiedcyrillic</string>
- <string>yuslittleiotifiedcyrillic</string>
- <string>Yuslittleiotifiedcyrillic</string>
- <string>four.sup</string>
- <string>hhooksuper</string>
- <string>Yusbigiotifiedcyrillic</string>
- <string>yusbigcyrillic</string>
- <string>Yusbigcyrillic</string>
- <string>ksicyrillic</string>
- <string>Ksicyrillic</string>
- <string>yusbigiotifiedcyrillic</string>
- <string>brevetildecomb</string>
- <string>tildeacutecomb.lc</string>
- <string>nine.frac</string>
- <string>uni0456.ccmp</string>
- <string>romanthousand</string>
- <string>macronsub</string>
- <string>bullseye</string>
- <string>dasiaoxia</string>
- <string>dieresiscaroncomb.lc</string>
- <string>ascriptturn</string>
- <string>uni1DBF</string>
- <string>glottalstopbarrev</string>
- <string>cyrillichook</string>
- <string>ezh</string>
- <string>ezhcurl</string>
- <string>uni1DE9</string>
- <string>nine.sup</string>
- <string>numeralgreek</string>
- <string>Omegaroundcyrillic</string>
- <string>omegaroundcyrillic</string>
- <string>Omegatitlocyrillic</string>
- <string>omegatitlocyrillic</string>
- <string>Otcyrillic</string>
- <string>otcyrillic</string>
- <string>gcursive</string>
- <string>uni035D</string>
- <string>uni035A</string>
- <string>quotedblreversed</string>
- <string>Rturnsuper</string>
- <string>uni1FCE</string>
- <string>uni1FCF</string>
- <string>upsilonlatin</string>
- <string>uni1FC1</string>
- <string>uni1FC0</string>
- <string>dieresisacutecomb</string>
- <string>ringhalfleftcentered</string>
- <string>omegaclosed</string>
- <string>uni1DE2</string>
- <string>OI</string>
- <string>xsupnosp</string>
- <string>ascriptturn_uni02DE</string>
- <string>sampi</string>
- <string>epsilon1revclosed_uni02DE</string>
- <string>eshshortrev</string>
- <string>ounce</string>
- <string>vscript</string>
- <string>acuterightnosp</string>
- <string>barmidlongnosp</string>
- <string>tildevertsupnosp</string>
- <string>dotmacroncomb</string>
- <string>linevertdblnosp</string>
- <string>uni03F3.ccmp</string>
- <string>macrondieresiscomb</string>
- <string>jhookdblbar</string>
- <string>six.frac</string>
- <string>seven.frac</string>
- <string>overline</string>
- <string>ascript</string>
- <string>seven.sup</string>
- <string>threeeighths</string>
- <string>uni03CF</string>
- <string>uni20DC</string>
- <string>uni20DB</string>
- <string>romansix</string>
- <string>uni1FBF</string>
- <string>uni1FBE</string>
- <string>romaneight</string>
- <string>zero.frac</string>
- <string>charactertie</string>
- <string>Stigma</string>
- <string>epsilon1rev</string>
- <string>Epsilon1</string>
- <string>iotasubnosp</string>
- <string>dieresisgravecomb</string>
- <string>tildemacroncomb</string>
- <string>pipedblbar</string>
- <string>YR</string>
- <string>kgreenlandic</string>
- <string>uni2182</string>
- <string>uni2180</string>
- <string>uni2181</string>
- <string>uni2186</string>
- <string>uni2187</string>
- <string>uni2184</string>
- <string>uni2185</string>
- <string>uni2188</string>
- <string>uni0222</string>
- <string>romanseven</string>
- <string>romanhundred</string>
- <string>uni1FEE</string>
- <string>uni1FED</string>
- <string>graveleftnosp</string>
- <string>uniA7FF</string>
- <string>uni2189</string>
- <string>xsuper</string>
- <string>tackleftsubnosp</string>
- <string>eurocurrency</string>
- <string>uni20E8</string>
- <string>rho1</string>
- <string>uni20E3</string>
- <string>dblapostrophe</string>
- <string>glottalstopbar</string>
- <string>minussubnosp</string>
- <string>rturnsuper</string>
- <string>linevert</string>
- <string>addresssubject</string>
- <string>eight.frac</string>
- <string>primetriplerev1</string>
- <string>uni217F</string>
- <string>uni217E</string>
- <string>uni217D</string>
- <string>uni217C</string>
- <string>twelveroman</string>
- <string>elevenroman</string>
- <string>lambdabar</string>
- <string>pipe</string>
- <string>tenroman</string>
- <string>nineroman</string>
- <string>eightroman</string>
- <string>sevenroman</string>
- <string>fiveroman</string>
- <string>fourroman</string>
- <string>threeroman</string>
- <string>tworoman</string>
- <string>oneroman</string>
- <string>circumflextildecomb</string>
- <string>underscoredblnosp</string>
- <string>ysuper</string>
- <string>tackrightsubnosp</string>
- <string>rsuper</string>
- <string>Sampi</string>
- <string>schwa</string>
- <string>uni1DDA</string>
- <string>koppacyrillic</string>
- <string>Koppacyrillic</string>
- <string>titlocyrilliccmb</string>
- <string>thousandcyrillic</string>
- <string>dasiapneumatacyrilliccmb</string>
- <string>palatalizationcyrilliccmb</string>
- <string>uni0487</string>
- <string>psilipneumatacyrilliccmb</string>
- <string>uni0489</string>
- <string>uni0488</string>
- <string>uni20F0</string>
- <string>eshcurl</string>
- <string>quotereversed</string>
- <string>romanfive</string>
- <string>tonetwo</string>
- <string>uni1FDD</string>
- <string>uni1FDE</string>
- <string>uni1FDF</string>
- <string>slashshortnosp</string>
- <string>ezhtail</string>
- <string>uni1DF0</string>
- <string>uni1DF1</string>
- <string>uni1DF2</string>
- <string>uni1DF3</string>
- <string>uni1DF4</string>
- <string>uni1DF5</string>
- <string>caronbelowcmb</string>
- <string>acutesubnosp</string>
- <string>romantwo</string>
- <string>eight.sup</string>
- <string>finalkaf</string>
- <string>uni1DFC</string>
- <string>uni1DFD</string>
- <string>uni1DFE</string>
- <string>uni1DFF</string>
- <string>uni1FEF</string>
- <string>dblprimemod</string>
- <string>Ezhreversed</string>
- <string>ezhreversed</string>
- <string>Ezh</string>
- <string>romanfifty</string>
- <string>ringhalfright</string>
- <string>Ismallcap</string>
- <string>uptackmod</string>
- <string>hyphendot</string>
- <string>uniFE29</string>
- <string>epsilon1revhook</string>
- <string>uniFE20</string>
- <string>uniFE21</string>
- <string>uniFE22</string>
- <string>uniFE23</string>
- <string>uniFE24</string>
- <string>uniFE25</string>
- <string>uniFE26</string>
- <string>uniFE27</string>
- <string>lyogh</string>
- <string>uniFE2A</string>
- <string>uniFE2B</string>
- <string>uniFE2C</string>
- <string>uniFE2D</string>
- <string>brevehookcomb</string>
- <string>gammasuper</string>
- <string>Nsmallcap</string>
- <string>uni2098</string>
- <string>uni2099</string>
- <string>uni2090</string>
- <string>uni2091</string>
- <string>uni2092</string>
- <string>uni2093</string>
- <string>uni2094</string>
- <string>uni2095</string>
- <string>uni2096</string>
- <string>uni2097</string>
- <string>uni02B2.ccmp</string>
- <string>bridgeinvsubnosp</string>
- <string>uni209A</string>
- <string>uni209B</string>
- <string>uni209C</string>
- <string>commaaccentrotate</string>
- <string>esh</string>
- <string>cyrillictic</string>
- <string>uni1DEE</string>
- <string>uni1DED</string>
- <string>uni1DEF</string>
- <string>uni1DEA</string>
- <string>uni1DEC</string>
- <string>uni1DEB</string>
- <string>pipedbl</string>
- <string>controlHT</string>
- <string>uni1DE8</string>
- <string>uni1DE5</string>
- <string>uni1DE4</string>
- <string>uni1DE7</string>
- <string>uni1DE6</string>
- <string>uni1DE1</string>
- <string>uni1DE0</string>
- <string>uni1DE3</string>
- <string>controlSOT</string>
- <string>uniA92E</string>
- <string>commaabovecmb</string>
- <string>commaaboverightcmb</string>
- <string>hooksubpalatnosp</string>
- <string>ezhcaron</string>
- <string>Ezhcaron</string>
- <string>tildeacutecomb</string>
- <string>placeofinterestsign.specz.medium</string>
- <string>uniE001</string>
- <string>circleblack</string>
- <string>circlewhite</string>
- <string>diamondblack</string>
- <string>diamondblack_x</string>
- <string>diamondwhite</string>
- <string>diamondwhite_x</string>
- </array>
- <key>type</key>
- <string>glyphList</string>
- </dict>
- </array>
- <key>org.robofab.componentMapping</key>
- <dict>
- </dict>
- <key>public.glyphOrder</key>
- <array>
- <string>.null</string>
- <string>.notdef</string>
- <string>space</string>
- <string>A</string>
- <string>Adieresis</string>
- <string>Atilde</string>
- <string>uni023A</string>
- <string>Lambda</string>
- <string>AE</string>
- <string>B</string>
- <string>uni0243</string>
- <string>Bhook</string>
- <string>C</string>
- <string>Chook</string>
- <string>uni023B</string>
- <string>Oopen</string>
- <string>D</string>
- <string>Dhook</string>
- <string>Dbar1</string>
- <string>Dzcaron_</string>
- <string>E</string>
- <string>uni0246</string>
- <string>Eturn</string>
- <string>F</string>
- <string>Fhook</string>
- <string>Fturn</string>
- <string>G</string>
- <string>Gbar</string>
- <string>Ghook</string>
- <string>H</string>
- <string>Hcedilla</string>
- <string>Hbar</string>
- <string>Enhookcyrillic</string>
- <string>Endescendercyrillic</string>
- <string>uni04C9</string>
- <string>Enghecyrillic</string>
- <string>uni01F6</string>
- <string>I</string>
- <string>Idieresis</string>
- <string>Idieresisacute</string>
- <string>Istroke</string>
- <string>Itildebelow</string>
- <string>J</string>
- <string>uni0248</string>
- <string>K</string>
- <string>Kabashkircyrillic</string>
- <string>Kadescendercyrillic</string>
- <string>Khook</string>
- <string>L</string>
- <string>L_slash</string>
- <string>L_bar</string>
- <string>M</string>
- <string>uni04CD</string>
- <string>N</string>
- <string>Nhook</string>
- <string>Eng</string>
- <string>afii10026</string>
- <string>uni048A</string>
- <string>uni0376</string>
- <string>O</string>
- <string>Odieresis</string>
- <string>Otilde</string>
- <string>Oslash</string>
- <string>Ohorn</string>
- <string>P</string>
- <string>uni048E</string>
- <string>Phook</string>
- <string>Q</string>
- <string>R</string>
- <string>response</string>
- <string>Rx</string>
- <string>uni024C</string>
- <string>S</string>
- <string>Germandbls</string>
- <string>T</string>
- <string>Thook</string>
- <string>Trthook</string>
- <string>uni023E</string>
- <string>U</string>
- <string>Uhorn</string>
- <string>uni0244</string>
- <string>V</string>
- <string>W</string>
- <string>X</string>
- <string>Hadescendercyrillic</string>
- <string>uni04FC</string>
- <string>Y</string>
- <string>Yhook</string>
- <string>uni024E</string>
- <string>Z</string>
- <string>uni0224</string>
- <string>Zbar</string>
- <string>uni2C7F</string>
- <string>OE</string>
- <string>a</string>
- <string>adieresis</string>
- <string>atilde</string>
- <string>a_uni02DE</string>
- <string>ae</string>
- <string>aturn</string>
- <string>leftloop.cn</string>
- <string>rightloop.cn</string>
- <string>b</string>
- <string>bbar</string>
- <string>btopbar</string>
- <string>bhook</string>
- <string>c</string>
- <string>uni023C</string>
- <string>chook</string>
- <string>ccurl</string>
- <string>d</string>
- <string>dcroat</string>
- <string>drthook</string>
- <string>dhook</string>
- <string>dtopbar</string>
- <string>uni0221</string>
- <string>dz</string>
- <string>dzcaron</string>
- <string>dzcurl</string>
- <string>dyogh</string>
- <string>e</string>
- <string>edieresis</string>
- <string>uni0247</string>
- <string>f</string>
- <string>slongstroke</string>
- <string>slongdotaccent</string>
- <string>feng</string>
- <string>g</string>
- <string>ghook</string>
- <string>gbar</string>
- <string>h</string>
- <string>hcedilla</string>
- <string>tshecyrillic</string>
- <string>djecyrillic</string>
- <string>hhook</string>
- <string>henghook</string>
- <string>hv</string>
- <string>hturn</string>
- <string>hturnlthook</string>
- <string>hturnhook2</string>
- <string>dotlessi</string>
- <string>uni0069.ccmp</string>
- <string>i</string>
- <string>idieresis</string>
- <string>idieresisacute</string>
- <string>itilde</string>
- <string>itildebelow</string>
- <string>ibar</string>
- <string>uni012F.ccmp</string>
- <string>dotlessj</string>
- <string>uni006A.ccmp</string>
- <string>jdotlessbar</string>
- <string>uni0249</string>
- <string>uni0249.ccmp</string>
- <string>j</string>
- <string>uni029D.ccmp</string>
- <string>jcrosstail</string>
- <string>k</string>
- <string>khook</string>
- <string>kturn</string>
- <string>l</string>
- <string>lslash</string>
- <string>lbar</string>
- <string>lmidtilde</string>
- <string>lrthook</string>
- <string>lbelt</string>
- <string>lcurl</string>
- <string>m</string>
- <string>mhook</string>
- <string>mturn</string>
- <string>mturndescend</string>
- <string>n</string>
- <string>ntilde</string>
- <string>nrthook</string>
- <string>eng</string>
- <string>ncurl</string>
- <string>nlfthook</string>
- <string>o</string>
- <string>odieresis</string>
- <string>otilde</string>
- <string>oslash</string>
- <string>ohorn</string>
- <string>fitacyrillic</string>
- <string>oe</string>
- <string>p</string>
- <string>uni048F</string>
- <string>phook</string>
- <string>q</string>
- <string>qhook</string>
- <string>qrthook</string>
- <string>Q_rthook</string>
- <string>r</string>
- <string>rrthook</string>
- <string>uni024D</string>
- <string>rturn</string>
- <string>rturnrthook</string>
- <string>rfishhookrev</string>
- <string>rfishhook</string>
- <string>rdescend</string>
- <string>s</string>
- <string>srthook</string>
- <string>uni023F</string>
- <string>germandbls</string>
- <string>t</string>
- <string>tpalatalhook</string>
- <string>trthook</string>
- <string>tcurl</string>
- <string>tccurl</string>
- <string>tturn</string>
- <string>u</string>
- <string>udieresis</string>
- <string>utilde</string>
- <string>uhorn</string>
- <string>mu</string>
- <string>ubar</string>
- <string>v</string>
- <string>vturn</string>
- <string>w</string>
- <string>wdieresis</string>
- <string>wturn</string>
- <string>x</string>
- <string>y</string>
- <string>ydieresis</string>
- <string>yhook</string>
- <string>uni024F</string>
- <string>yturn</string>
- <string>z</string>
- <string>zbar</string>
- <string>zhook</string>
- <string>uni0240</string>
- <string>zrthook</string>
- <string>zcurl</string>
- <string>Thorn</string>
- <string>Gamma</string>
- <string>Delta</string>
- <string>Theta</string>
- <string>Xi</string>
- <string>Pi</string>
- <string>Sigma</string>
- <string>Phi</string>
- <string>Psi</string>
- <string>Omega</string>
- <string>Gamma1</string>
- <string>afii10018</string>
- <string>afii10050</string>
- <string>uni04FA</string>
- <string>afii10021</string>
- <string>afii10024</string>
- <string>Zhedescendercyrillic</string>
- <string>afii10025</string>
- <string>Kacyr</string>
- <string>Kaverticalstrokecyrillic</string>
- <string>Kahookcyrillic</string>
- <string>afii10029</string>
- <string>uni04C5</string>
- <string>afii10147</string>
- <string>afii10145</string>
- <string>afii10037</string>
- <string>afii10038</string>
- <string>afii10040</string>
- <string>Tetsecyrillic</string>
- <string>afii10041</string>
- <string>Chedescendercyrillic</string>
- <string>Cheverticalstrokecyrillic</string>
- <string>Shhacyrillic</string>
- <string>afii10060</string>
- <string>afii10042</string>
- <string>afii10043</string>
- <string>afii10044</string>
- <string>afii10045</string>
- <string>afii10046</string>
- <string>afii10058</string>
- <string>afii10059</string>
- <string>afii10047</string>
- <string>afii10048</string>
- <string>afii10049</string>
- <string>Ghemiddlehookcyrillic</string>
- <string>Pemiddlehookcyrillic</string>
- <string>afii10053</string>
- <string>Haabkhasiancyrillic</string>
- <string>Cheabkhasiancyrillic</string>
- <string>Schwacyrillic</string>
- <string>Dzeabkhasiancyrillic</string>
- <string>afii10148</string>
- <string>afii10051</string>
- <string>eth</string>
- <string>thorn</string>
- <string>alpha</string>
- <string>beta</string>
- <string>gamma</string>
- <string>delta</string>
- <string>epsilon</string>
- <string>zeta</string>
- <string>eta</string>
- <string>theta</string>
- <string>iota</string>
- <string>lambda</string>
- <string>xi</string>
- <string>pi</string>
- <string>rho</string>
- <string>uni03FC</string>
- <string>sigma1</string>
- <string>sigma</string>
- <string>tau</string>
- <string>upsilon</string>
- <string>phi</string>
- <string>psi</string>
- <string>omega</string>
- <string>gamma1</string>
- <string>becyrillic</string>
- <string>vecyrillic</string>
- <string>gecyrillic</string>
- <string>gheupturncyrillic</string>
- <string>uni04FB</string>
- <string>decyrillic</string>
- <string>zhecyrillic</string>
- <string>zhedescendercyrillic</string>
- <string>zecyrillic</string>
- <string>iicyrillic</string>
- <string>uni048B</string>
- <string>kacyrillic</string>
- <string>kahookcyrillic</string>
- <string>kadescendercyrillic</string>
- <string>kaverticalstrokecyrillic</string>
- <string>kabashkircyrillic</string>
- <string>elcyrillic</string>
- <string>uni04C6</string>
- <string>uni052F</string>
- <string>emcyrillic</string>
- <string>uni04CE</string>
- <string>encyrillic</string>
- <string>endescendercyrillic</string>
- <string>enghecyrillic</string>
- <string>enhookcyrillic</string>
- <string>uni04CA</string>
- <string>pecyrillic</string>
- <string>tecyrillic</string>
- <string>efcyrillic</string>
- <string>uni04FD</string>
- <string>hadescendercyrillic</string>
- <string>tsecyrillic</string>
- <string>dzhecyrillic</string>
- <string>checyrillic</string>
- <string>chedescendercyrillic</string>
- <string>cheverticalstrokecyrillic</string>
- <string>shacyrillic</string>
- <string>shchacyrillic</string>
- <string>softsigncyrillic</string>
- <string>hardsigncyrillic</string>
- <string>yericyrillic</string>
- <string>uni048D</string>
- <string>yatcyrillic</string>
- <string>ljecyrillic</string>
- <string>njecyrillic</string>
- <string>ereversedcyrillic</string>
- <string>iucyrillic</string>
- <string>iacyrillic</string>
- <string>ghemiddlehookcyrillic</string>
- <string>pemiddlehookcyrillic</string>
- <string>ecyrillic</string>
- <string>haabkhasiancyrillic</string>
- <string>tetsecyrillic</string>
- <string>cheabkhasiancyrillic</string>
- <string>dzeabkhasiancyrillic</string>
- <string>izhitsacyrillic</string>
- <string>dollar</string>
- <string>cent</string>
- <string>yen</string>
- <string>sterling</string>
- <string>florin</string>
- <string>uni20BA</string>
- <string>uni20BD</string>
- <string>Euro</string>
- <string>uni20B9</string>
- <string>tenge</string>
- <string>peseta</string>
- <string>peso</string>
- <string>kip</string>
- <string>won</string>
- <string>lira</string>
- <string>austral</string>
- <string>hryvnia</string>
- <string>naira</string>
- <string>guarani</string>
- <string>coloncurrency</string>
- <string>cedi</string>
- <string>cruzeiro</string>
- <string>tugrik</string>
- <string>uni20AF</string>
- <string>mill</string>
- <string>afii57636</string>
- <string>manat</string>
- <string>rupee</string>
- <string>lari</string>
- <string>zero</string>
- <string>zero.slash</string>
- <string>zero.tnum</string>
- <string>zero.tnum.slash</string>
- <string>one</string>
- <string>one.1</string>
- <string>one.tnum</string>
- <string>one.tnum.1</string>
- <string>two</string>
- <string>two.tnum</string>
- <string>twostroke</string>
- <string>three</string>
- <string>three.tnum</string>
- <string>four</string>
- <string>four.1</string>
- <string>four.tnum</string>
- <string>four.tnum.1</string>
- <string>five</string>
- <string>five.tnum</string>
- <string>Tonefive</string>
- <string>six</string>
- <string>six.1</string>
- <string>six.tnum</string>
- <string>six.tnum.1</string>
- <string>seven</string>
- <string>seven.tnum</string>
- <string>eight</string>
- <string>eight.tnum</string>
- <string>nine</string>
- <string>nine.1</string>
- <string>nine.tnum</string>
- <string>nine.tnum.1</string>
- <string>ampersand</string>
- <string>exclam</string>
- <string>exclamdown</string>
- <string>question</string>
- <string>questiondown</string>
- <string>parenleft</string>
- <string>parenleft.case</string>
- <string>parenright</string>
- <string>parenright.case</string>
- <string>bracketleft</string>
- <string>bracketleft.case</string>
- <string>bracketleft_quill</string>
- <string>bracketright</string>
- <string>bracketright.case</string>
- <string>bracketright_quill</string>
- <string>braceleft</string>
- <string>braceleft.case</string>
- <string>braceright</string>
- <string>braceright.case</string>
- <string>at</string>
- <string>at.case</string>
- <string>numbersign</string>
- <string>currency</string>
- <string>slash</string>
- <string>bar</string>
- <string>brokenbar</string>
- <string>backslash</string>
- <string>hyphenbullet</string>
- <string>hyphen</string>
- <string>hyphen.case</string>
- <string>endash</string>
- <string>endash.case</string>
- <string>figuredash</string>
- <string>figuredash.case</string>
- <string>emdash</string>
- <string>emdash.case</string>
- <string>bullet</string>
- <string>bullet.case</string>
- <string>quoteleft</string>
- <string>quoteright</string>
- <string>primetripl1</string>
- <string>quotesingle</string>
- <string>quotedbl</string>
- <string>quotedblleft</string>
- <string>quotedblright</string>
- <string>quotedblbase</string>
- <string>quotesinglbase</string>
- <string>comma</string>
- <string>comma.tnum</string>
- <string>period</string>
- <string>period.tnum</string>
- <string>ellipsis</string>
- <string>twodotleader</string>
- <string>colon</string>
- <string>colon.case</string>
- <string>semicolon</string>
- <string>guilsinglleft</string>
- <string>guilsinglright</string>
- <string>guillemotleft</string>
- <string>guillemotright</string>
- <string>less</string>
- <string>greater</string>
- <string>lessequal</string>
- <string>greaterequal</string>
- <string>equal</string>
- <string>equal.case</string>
- <string>notequal</string>
- <string>notequal.case</string>
- <string>plus</string>
- <string>plus.case</string>
- <string>minus</string>
- <string>minus.case</string>
- <string>multiply</string>
- <string>multiply.case</string>
- <string>divide</string>
- <string>divide.case</string>
- <string>plusminus</string>
- <string>plusminus.case</string>
- <string>approxequal</string>
- <string>asciitilde</string>
- <string>logicalnot</string>
- <string>periodcentered</string>
- <string>anoteleia</string>
- <string>questiongreek</string>
- <string>underscore</string>
- <string>dagger</string>
- <string>daggerdbl</string>
- <string>asciicircum</string>
- <string>asterisk</string>
- <string>asterisk.case</string>
- <string>registered</string>
- <string>trademark</string>
- <string>servicemark</string>
- <string>degree</string>
- <string>ordfeminine</string>
- <string>ordmasculine</string>
- <string>isuperior</string>
- <string>nsuperior</string>
- <string>paragraph</string>
- <string>section</string>
- <string>copyright</string>
- <string>infinity</string>
- <string>partialdiff</string>
- <string>summation</string>
- <string>product</string>
- <string>integral</string>
- <string>radical</string>
- <string>lozenge</string>
- <string>fraction</string>
- <string>zerosub</string>
- <string>oneinferior</string>
- <string>twosub</string>
- <string>threesub</string>
- <string>foursub</string>
- <string>fivesub</string>
- <string>sixinferior</string>
- <string>sevensub</string>
- <string>eightsub</string>
- <string>nineinferior</string>
- <string>plussub</string>
- <string>minussub</string>
- <string>equalsub</string>
- <string>parenleftinferior</string>
- <string>parenrightsub</string>
- <string>zerosuperior</string>
- <string>onesuperior</string>
- <string>twosuperior</string>
- <string>threesuperior</string>
- <string>foursuperior</string>
- <string>fivesuperior</string>
- <string>sixsuperior</string>
- <string>sevensuperior</string>
- <string>eightsuperior</string>
- <string>ninesuperior</string>
- <string>plussuperior</string>
- <string>minussuperior</string>
- <string>equalsuperior</string>
- <string>parenleftsuperior</string>
- <string>parenrightsuperior</string>
- <string>onehalf</string>
- <string>onequarter</string>
- <string>threequarters</string>
- <string>percent</string>
- <string>perthousand</string>
- <string>numero</string>
- <string>acute</string>
- <string>hungarumlaut</string>
- <string>grave</string>
- <string>tonos</string>
- <string>dieresis</string>
- <string>casedieresis.cn</string>
- <string>circumflex</string>
- <string>tilde</string>
- <string>casetilde.cn</string>
- <string>macron</string>
- <string>breve</string>
- <string>dotaccent</string>
- <string>ring</string>
- <string>caron</string>
- <string>dieresistonos</string>
- <string>cedilla</string>
- <string>ogonek</string>
- <string>commaaccent</string>
- <string>acutecomb</string>
- <string>acutedblnosp</string>
- <string>gravecomb</string>
- <string>dblgravecmb</string>
- <string>macroncomb</string>
- <string>dieresisnosp</string>
- <string>brevenosp</string>
- <string>breveinvnosp</string>
- <string>hook</string>
- <string>circumflexnosp</string>
- <string>caroncmb</string>
- <string>tildecomb</string>
- <string>dotnosp</string>
- <string>ringnosp</string>
- <string>hornnosp</string>
- <string>ogoneknosp</string>
- <string>cedillanosp</string>
- <string>circumflexsubnosp</string>
- <string>brevesubnosp</string>
- <string>dotbelow</string>
- <string>commabelowcmb</string>
- <string>dotdblsubnosp</string>
- <string>ringsubnosp</string>
- <string>underscorenosp</string>
- <string>tildesubnosp</string>
- <string>enquad</string>
- <string>emquad</string>
- <string>enspace</string>
- <string>emspace</string>
- <string>thirdemspace</string>
- <string>quarteremspace</string>
- <string>sixthemspace</string>
- <string>figurespace</string>
- <string>punctuationspace</string>
- <string>thinspace</string>
- <string>hairspace</string>
- <string>zerowidthspace</string>
- <string>arrowleft</string>
- <string>arrowleft.case</string>
- <string>arrowleftlong</string>
- <string>arrowleftlong.case</string>
- <string>arrowup</string>
- <string>arrowright</string>
- <string>arrowright.case</string>
- <string>arrowrightlong</string>
- <string>arrowrightlong.case</string>
- <string>arrowdown</string>
- <string>arrowNW</string>
- <string>arrowNE</string>
- <string>arrowSE</string>
- <string>arrowSW</string>
- <string>dngb_check</string>
- <string>dngb_ballotx</string>
- <string>triagrt</string>
- <string>triagdn</string>
- <string>triagup</string>
- <string>blackleftpointingtriangle</string>
- <string>uni2009.fra</string>
- <string>overscoredblnosp</string>
- <string>uni215A</string>
- <string>uni215F</string>
- <string>macronacutecomb</string>
- <string>crossbar</string>
- <string>acutedotcomb.lc</string>
- <string>tildedieresiscomb.lc</string>
- <string>underscoredbl</string>
- <string>uni2151</string>
- <string>uni2150</string>
- <string>uni2152</string>
- <string>uni2155</string>
- <string>romanone</string>
- <string>uni2157</string>
- <string>uni2156</string>
- <string>estimated</string>
- <string>degreecentigrade</string>
- <string>dieresisacutecomb.lc</string>
- <string>carondotcomb.lc</string>
- <string>aturn_uni02DE</string>
- <string>uni1FFD</string>
- <string>uni1FFE</string>
- <string>oopen</string>
- <string>Gsmallcaphook</string>
- <string>uni0346</string>
- <string>anglesupnosp</string>
- <string>ringacute</string>
- <string>uni1DD8</string>
- <string>uni1DD9</string>
- <string>uni1DD2</string>
- <string>uni1DD3</string>
- <string>uni1DD0</string>
- <string>uni1DD1</string>
- <string>circumflexgravecomb</string>
- <string>uni1DD4</string>
- <string>uni1DD5</string>
- <string>dieresiscaroncomb</string>
- <string>breveinvsubnosp</string>
- <string>commaturnsupnosp</string>
- <string>uni1DDB</string>
- <string>uni1DDC</string>
- <string>ringrighthalfsubnosp</string>
- <string>uni1DDF</string>
- <string>uni1DDD</string>
- <string>uni1DDE</string>
- <string>romanten</string>
- <string>degreefarenheit</string>
- <string>Upsilon2</string>
- <string>degreekelvin</string>
- <string>uni02AB</string>
- <string>uni02AC</string>
- <string>uni1FCD</string>
- <string>kappa1</string>
- <string>onethird</string>
- <string>uni2159</string>
- <string>uni2158</string>
- <string>uni214F</string>
- <string>uni214D</string>
- <string>OEsmallcap</string>
- <string>tackupsubnosp</string>
- <string>uni2DFF</string>
- <string>glottalstopbarinv</string>
- <string>seagullsubnosp</string>
- <string>uni02EC</string>
- <string>afii300</string>
- <string>caronnosp</string>
- <string>romanfour</string>
- <string>macrongravecomb</string>
- <string>uni03F5</string>
- <string>uni03F6</string>
- <string>longs</string>
- <string>tonebarextrahighmod</string>
- <string>one.sup</string>
- <string>dieresismacroncomb</string>
- <string>trianglebullet</string>
- <string>Ysmallcap</string>
- <string>uni03FB</string>
- <string>uni03FD</string>
- <string>uni03FE</string>
- <string>uni03FF</string>
- <string>iota1_uni02DE</string>
- <string>uni0373</string>
- <string>uni0372</string>
- <string>uni0371</string>
- <string>uni0370</string>
- <string>uni0377</string>
- <string>gravesubnosp</string>
- <string>seveneighths</string>
- <string>undertie</string>
- <string>barmidshortnosp</string>
- <string>glottalstoprevinv</string>
- <string>uni037C</string>
- <string>uni037B</string>
- <string>uni037D</string>
- <string>interrobang</string>
- <string>primemod</string>
- <string>uni213B</string>
- <string>erev</string>
- <string>cstretch</string>
- <string>Btopbar</string>
- <string>Koppa</string>
- <string>commaturnedmod</string>
- <string>commareversedmod</string>
- <string>ringhalfleft</string>
- <string>Rsmallcap</string>
- <string>five.frac</string>
- <string>Tonesix</string>
- <string>tavdages</string>
- <string>beta1</string>
- <string>uni204F</string>
- <string>uni204E</string>
- <string>uni204D</string>
- <string>uni204C</string>
- <string>uni204B</string>
- <string>uni204A</string>
- <string>jsuper</string>
- <string>epsilon1</string>
- <string>CR</string>
- <string>slashlongnosp</string>
- <string>exclam1</string>
- <string>Digamma</string>
- <string>candrabindunosp</string>
- <string>qofdagesh</string>
- <string>uni036A</string>
- <string>uni036B</string>
- <string>uni036C</string>
- <string>uni036D</string>
- <string>uni036E</string>
- <string>uni036F</string>
- <string>uni20B7</string>
- <string>uni20B6</string>
- <string>uni20B0</string>
- <string>uni20BB</string>
- <string>tildedoublecmb</string>
- <string>breveinverteddoublecmb</string>
- <string>uni0362</string>
- <string>uni0363</string>
- <string>uni0364</string>
- <string>uni0365</string>
- <string>uni0366</string>
- <string>uni0367</string>
- <string>uni0368</string>
- <string>uni0369</string>
- <string>tildemidnosp</string>
- <string>uni01F7</string>
- <string>glottalstopinv</string>
- <string>pertenthousand</string>
- <string>acutelowmod</string>
- <string>gravelowmod</string>
- <string>fourthtonechinese</string>
- <string>verticallinelowmod</string>
- <string>secondtonechinese</string>
- <string>romantwelve</string>
- <string>uni2183</string>
- <string>arrowheadupmod</string>
- <string>arrowheaddownmod</string>
- <string>arrowheadleftmod</string>
- <string>arrowheadrightmod</string>
- <string>glottalstopmod</string>
- <string>firsttonechinese</string>
- <string>five.sup</string>
- <string>uni021D</string>
- <string>uni0268.ccmp</string>
- <string>uni021C</string>
- <string>numeralgreeksub</string>
- <string>caronsubnosp</string>
- <string>uni205E</string>
- <string>uni205A</string>
- <string>uni205B</string>
- <string>uni205C</string>
- <string>schwahook</string>
- <string>uni0458.ccmp</string>
- <string>uni1E9D</string>
- <string>uni1E9F</string>
- <string>Dtopbar</string>
- <string>uni1EFE</string>
- <string>uni1EFD</string>
- <string>uni1EFF</string>
- <string>uni1EFA</string>
- <string>uni1EFC</string>
- <string>uni1EFB</string>
- <string>uni2058</string>
- <string>uni2059</string>
- <string>uni2054</string>
- <string>uni2055</string>
- <string>uni2056</string>
- <string>uni2057</string>
- <string>uni2050</string>
- <string>uni2051</string>
- <string>uni2052</string>
- <string>uni2053</string>
- <string>ascript_uni02DE</string>
- <string>tesh</string>
- <string>asterism</string>
- <string>philatin</string>
- <string>sixroman</string>
- <string>cyrillichookleft</string>
- <string>uni03D8</string>
- <string>uni03D9</string>
- <string>Upsilonhooksymbol</string>
- <string>thetasymbolgreek</string>
- <string>thook</string>
- <string>uni03D7</string>
- <string>uni27EF</string>
- <string>finaltsadi</string>
- <string>glottalstop</string>
- <string>uni0359</string>
- <string>uni0358</string>
- <string>epsilon1revclosed</string>
- <string>uni0355</string>
- <string>uni0354</string>
- <string>uni0357</string>
- <string>uni0356</string>
- <string>uni0351</string>
- <string>uni0350</string>
- <string>uni0353</string>
- <string>uni0352</string>
- <string>glottalstopreversedmod</string>
- <string>cadauna</string>
- <string>uni035E</string>
- <string>uni0220</string>
- <string>uni0223</string>
- <string>uni035F</string>
- <string>uni035C</string>
- <string>uni035B</string>
- <string>digamma</string>
- <string>koppa</string>
- <string>ringhalfrightcentered</string>
- <string>colontriangularhalfmod</string>
- <string>colontriangularmod</string>
- <string>minusmod</string>
- <string>plusmod</string>
- <string>downtackmod</string>
- <string>linevertnosp</string>
- <string>eshlooprev</string>
- <string>verticalbardbl</string>
- <string>romaneleven</string>
- <string>Iota1</string>
- <string>uniA69F</string>
- <string>lsquare</string>
- <string>carondotcomb</string>
- <string>rhotichookmod</string>
- <string>uni1DD6</string>
- <string>uni1DD7</string>
- <string>oneeighth</string>
- <string>linevertsubnosp</string>
- <string>mcapturn</string>
- <string>uni205D</string>
- <string>spaceopenbox</string>
- <string>shindagesh</string>
- <string>uni034B</string>
- <string>uni034C</string>
- <string>uni034A</string>
- <string>uni034F</string>
- <string>uni034D</string>
- <string>uni034E</string>
- <string>uni0348</string>
- <string>uni0349</string>
- <string>reverseddblprime</string>
- <string>perispomenigreekcmb</string>
- <string>koroniscmb</string>
- <string>uni0347</string>
- <string>uni0238</string>
- <string>uni0239</string>
- <string>tackdownsubnosp</string>
- <string>uni02EA</string>
- <string>uni02EB</string>
- <string>uni2071.ccmp</string>
- <string>uni02ED</string>
- <string>uni02EF</string>
- <string>glottalstopreversedsuperior</string>
- <string>six.sup</string>
- <string>tonebarhighmod</string>
- <string>tonebarmidmod</string>
- <string>tonebarlowmod</string>
- <string>tonebarextralowmod</string>
- <string>afii61664</string>
- <string>uni1DC6</string>
- <string>uni1DC4</string>
- <string>babygamma</string>
- <string>Vcursive</string>
- <string>careof</string>
- <string>phi1</string>
- <string>breveacutecomb</string>
- <string>wynn</string>
- <string>referencemark</string>
- <string>overscorenosp</string>
- <string>commaaboverightcomb</string>
- <string>versicle</string>
- <string>hyphen__</string>
- <string>diaeresistonosnosp</string>
- <string>stigma</string>
- <string>afii57596</string>
- <string>afii57598</string>
- <string>uni2B4E</string>
- <string>uni2B4F</string>
- <string>rturnascend</string>
- <string>romanfivehundred</string>
- <string>caret</string>
- <string>caretinsertionpoint</string>
- <string>bridgesubnosp</string>
- <string>uni0242</string>
- <string>uni0241</string>
- <string>uni0245</string>
- <string>accountof</string>
- <string>uni02F9</string>
- <string>uni02F8</string>
- <string>uni02F5</string>
- <string>uni02F4</string>
- <string>uni02F7</string>
- <string>uni02F6</string>
- <string>uni02F1</string>
- <string>uni02F0</string>
- <string>uni02F3</string>
- <string>uni02F2</string>
- <string>dotmacroncomb.lc</string>
- <string>fiveeighths</string>
- <string>uni02FE</string>
- <string>uni02FD</string>
- <string>uni02FF</string>
- <string>uni02FA</string>
- <string>uni02FC</string>
- <string>uni02FB</string>
- <string>angstrom</string>
- <string>macrongravecomb.lc</string>
- <string>macronsubnosp</string>
- <string>ringlefthalfsubnosp</string>
- <string>Lsmallcap</string>
- <string>squaresubnosp</string>
- <string>Schwa</string>
- <string>uni2B5B</string>
- <string>uni2B5C</string>
- <string>uni2B5A</string>
- <string>uni2B5F</string>
- <string>uni2B5D</string>
- <string>uni2B5E</string>
- <string>three.sup</string>
- <string>oi</string>
- <string>Tonetwo</string>
- <string>two.sup</string>
- <string>o_uni02DE</string>
- <string>finalmem</string>
- <string>Gsmallcap</string>
- <string>Esh</string>
- <string>zero.sup</string>
- <string>acutedotcomb</string>
- <string>dieresismacroncomb.lc</string>
- <string>brevegravecomb</string>
- <string>circumflexacutecomb</string>
- <string>Rsmallcapinv</string>
- <string>zerowidthjoiner</string>
- <string>placeofinterestsign</string>
- <string>ts</string>
- <string>tonesix</string>
- <string>twothirds</string>
- <string>uni1F16B</string>
- <string>pisymbolgreek</string>
- <string>uni1F16A</string>
- <string>dieresisgravecomb.lc</string>
- <string>tonefive</string>
- <string>tildedieresiscomb</string>
- <string>tel</string>
- <string>commasuprevnosp</string>
- <string>hyphennobreak</string>
- <string>archdblsubnosp</string>
- <string>hsuper</string>
- <string>deltaturn</string>
- <string>published</string>
- <string>wsuper</string>
- <string>macronacutecomb.lc</string>
- <string>oopen_uni02DE</string>
- <string>four.frac</string>
- <string>onedotleader</string>
- <string>plussubnosp</string>
- <string>largerighthook</string>
- <string>romanthree</string>
- <string>uni1DCF</string>
- <string>uni1DCE</string>
- <string>uni1DCD</string>
- <string>uni1DCC</string>
- <string>uni1DCB</string>
- <string>uni1DCA</string>
- <string>tildemacroncomb.lc</string>
- <string>iota1</string>
- <string>uni1DC9</string>
- <string>uni1DC8</string>
- <string>uni1DC7</string>
- <string>uni1DC5</string>
- <string>uni1DC3</string>
- <string>uni1DC2</string>
- <string>uni1DC1</string>
- <string>uni1DC0</string>
- <string>uniFE28</string>
- <string>hooksubretronosp</string>
- <string>circumflexhookcomb</string>
- <string>primerev1</string>
- <string>macrondieresiscomb.lc</string>
- <string>romannine</string>
- <string>epsilonclosed</string>
- <string>uni1FBD</string>
- <string>omegacyrillic</string>
- <string>Omegacyrillic</string>
- <string>yuslittlecyrillic</string>
- <string>Yuslittlecyrillic</string>
- <string>eiotifiedcyrillic</string>
- <string>Eiotifiedcyrillic</string>
- <string>yuslittleiotifiedcyrillic</string>
- <string>Yuslittleiotifiedcyrillic</string>
- <string>four.sup</string>
- <string>hhooksuper</string>
- <string>Yusbigiotifiedcyrillic</string>
- <string>yusbigcyrillic</string>
- <string>Yusbigcyrillic</string>
- <string>ksicyrillic</string>
- <string>Ksicyrillic</string>
- <string>yusbigiotifiedcyrillic</string>
- <string>brevetildecomb</string>
- <string>tildeacutecomb.lc</string>
- <string>nine.frac</string>
- <string>uni0456.ccmp</string>
- <string>romanthousand</string>
- <string>macronsub</string>
- <string>bullseye</string>
- <string>dasiaoxia</string>
- <string>dieresiscaroncomb.lc</string>
- <string>ascriptturn</string>
- <string>uni1DBF</string>
- <string>glottalstopbarrev</string>
- <string>cyrillichook</string>
- <string>ezh</string>
- <string>ezhcurl</string>
- <string>uni1DE9</string>
- <string>nine.sup</string>
- <string>numeralgreek</string>
- <string>Omegaroundcyrillic</string>
- <string>omegaroundcyrillic</string>
- <string>Omegatitlocyrillic</string>
- <string>omegatitlocyrillic</string>
- <string>Otcyrillic</string>
- <string>otcyrillic</string>
- <string>gcursive</string>
- <string>uni035D</string>
- <string>uni035A</string>
- <string>quotedblreversed</string>
- <string>Rturnsuper</string>
- <string>uni1FCE</string>
- <string>uni1FCF</string>
- <string>upsilonlatin</string>
- <string>uni1FC1</string>
- <string>uni1FC0</string>
- <string>dieresisacutecomb</string>
- <string>ringhalfleftcentered</string>
- <string>omegaclosed</string>
- <string>uni1DE2</string>
- <string>OI</string>
- <string>xsupnosp</string>
- <string>ascriptturn_uni02DE</string>
- <string>sampi</string>
- <string>epsilon1revclosed_uni02DE</string>
- <string>eshshortrev</string>
- <string>ounce</string>
- <string>vscript</string>
- <string>acuterightnosp</string>
- <string>barmidlongnosp</string>
- <string>tildevertsupnosp</string>
- <string>dotmacroncomb</string>
- <string>linevertdblnosp</string>
- <string>uni03F3.ccmp</string>
- <string>macrondieresiscomb</string>
- <string>jhookdblbar</string>
- <string>six.frac</string>
- <string>seven.frac</string>
- <string>overline</string>
- <string>ascript</string>
- <string>seven.sup</string>
- <string>threeeighths</string>
- <string>uni03CF</string>
- <string>uni20DC</string>
- <string>uni20DB</string>
- <string>romansix</string>
- <string>uni1FBF</string>
- <string>uni1FBE</string>
- <string>romaneight</string>
- <string>zero.frac</string>
- <string>charactertie</string>
- <string>Stigma</string>
- <string>epsilon1rev</string>
- <string>Epsilon1</string>
- <string>iotasubnosp</string>
- <string>dieresisgravecomb</string>
- <string>tildemacroncomb</string>
- <string>pipedblbar</string>
- <string>YR</string>
- <string>kgreenlandic</string>
- <string>uni2182</string>
- <string>uni2180</string>
- <string>uni2181</string>
- <string>uni2186</string>
- <string>uni2187</string>
- <string>uni2184</string>
- <string>uni2185</string>
- <string>uni2188</string>
- <string>uni0222</string>
- <string>romanseven</string>
- <string>romanhundred</string>
- <string>uni1FEE</string>
- <string>uni1FED</string>
- <string>graveleftnosp</string>
- <string>uniA7FF</string>
- <string>uni2189</string>
- <string>xsuper</string>
- <string>tackleftsubnosp</string>
- <string>eurocurrency</string>
- <string>uni20E8</string>
- <string>rho1</string>
- <string>uni20E3</string>
- <string>dblapostrophe</string>
- <string>glottalstopbar</string>
- <string>minussubnosp</string>
- <string>rturnsuper</string>
- <string>linevert</string>
- <string>addresssubject</string>
- <string>eight.frac</string>
- <string>primetriplerev1</string>
- <string>uni217F</string>
- <string>uni217E</string>
- <string>uni217D</string>
- <string>uni217C</string>
- <string>twelveroman</string>
- <string>elevenroman</string>
- <string>lambdabar</string>
- <string>pipe</string>
- <string>tenroman</string>
- <string>nineroman</string>
- <string>eightroman</string>
- <string>sevenroman</string>
- <string>fiveroman</string>
- <string>fourroman</string>
- <string>threeroman</string>
- <string>tworoman</string>
- <string>oneroman</string>
- <string>circumflextildecomb</string>
- <string>underscoredblnosp</string>
- <string>ysuper</string>
- <string>tackrightsubnosp</string>
- <string>rsuper</string>
- <string>Sampi</string>
- <string>schwa</string>
- <string>uni1DDA</string>
- <string>koppacyrillic</string>
- <string>Koppacyrillic</string>
- <string>titlocyrilliccmb</string>
- <string>thousandcyrillic</string>
- <string>dasiapneumatacyrilliccmb</string>
- <string>palatalizationcyrilliccmb</string>
- <string>uni0487</string>
- <string>psilipneumatacyrilliccmb</string>
- <string>uni0489</string>
- <string>uni0488</string>
- <string>uni20F0</string>
- <string>eshcurl</string>
- <string>quotereversed</string>
- <string>romanfive</string>
- <string>tonetwo</string>
- <string>uni1FDD</string>
- <string>uni1FDE</string>
- <string>uni1FDF</string>
- <string>slashshortnosp</string>
- <string>ezhtail</string>
- <string>uni1DF0</string>
- <string>uni1DF1</string>
- <string>uni1DF2</string>
- <string>uni1DF3</string>
- <string>uni1DF4</string>
- <string>uni1DF5</string>
- <string>caronbelowcmb</string>
- <string>acutesubnosp</string>
- <string>romantwo</string>
- <string>eight.sup</string>
- <string>finalkaf</string>
- <string>uni1DFC</string>
- <string>uni1DFD</string>
- <string>uni1DFE</string>
- <string>uni1DFF</string>
- <string>uni1FEF</string>
- <string>dblprimemod</string>
- <string>Ezhreversed</string>
- <string>ezhreversed</string>
- <string>Ezh</string>
- <string>romanfifty</string>
- <string>ringhalfright</string>
- <string>Ismallcap</string>
- <string>uptackmod</string>
- <string>hyphendot</string>
- <string>uniFE29</string>
- <string>epsilon1revhook</string>
- <string>uniFE20</string>
- <string>uniFE21</string>
- <string>uniFE22</string>
- <string>uniFE23</string>
- <string>uniFE24</string>
- <string>uniFE25</string>
- <string>uniFE26</string>
- <string>uniFE27</string>
- <string>lyogh</string>
- <string>uniFE2A</string>
- <string>uniFE2B</string>
- <string>uniFE2C</string>
- <string>uniFE2D</string>
- <string>brevehookcomb</string>
- <string>gammasuper</string>
- <string>Nsmallcap</string>
- <string>uni2098</string>
- <string>uni2099</string>
- <string>uni2090</string>
- <string>uni2091</string>
- <string>uni2092</string>
- <string>uni2093</string>
- <string>uni2094</string>
- <string>uni2095</string>
- <string>uni2096</string>
- <string>uni2097</string>
- <string>uni02B2.ccmp</string>
- <string>bridgeinvsubnosp</string>
- <string>uni209A</string>
- <string>uni209B</string>
- <string>uni209C</string>
- <string>commaaccentrotate</string>
- <string>esh</string>
- <string>cyrillictic</string>
- <string>uni1DEE</string>
- <string>uni1DED</string>
- <string>uni1DEF</string>
- <string>uni1DEA</string>
- <string>uni1DEC</string>
- <string>uni1DEB</string>
- <string>pipedbl</string>
- <string>controlHT</string>
- <string>uni1DE8</string>
- <string>uni1DE5</string>
- <string>uni1DE4</string>
- <string>uni1DE7</string>
- <string>uni1DE6</string>
- <string>uni1DE1</string>
- <string>uni1DE0</string>
- <string>uni1DE3</string>
- <string>controlSOT</string>
- <string>uniA92E</string>
- <string>commaabovecmb</string>
- <string>commaaboverightcmb</string>
- <string>hooksubpalatnosp</string>
- <string>ezhcaron</string>
- <string>Ezhcaron</string>
- <string>tildeacutecomb</string>
- <string>placeofinterestsign.specz.medium</string>
- <string>uniE001</string>
- <string>circleblack</string>
- <string>circlewhite</string>
- <string>diamondblack</string>
- <string>diamondblack_x</string>
- <string>diamondwhite</string>
- <string>diamondwhite_x</string>
- </array>
-</dict>
+ <dict>
+ <key>public.glyphOrder</key>
+ <array>
+ <string>.null</string>
+ <string>.notdef</string>
+ <string>space</string>
+ <string>A</string>
+ <string>Adieresis</string>
+ <string>Atilde</string>
+ <string>uni023A</string>
+ <string>Lambda</string>
+ <string>AE</string>
+ <string>B</string>
+ <string>uni0243</string>
+ <string>Bhook</string>
+ <string>C</string>
+ <string>Chook</string>
+ <string>uni023B</string>
+ <string>Oopen</string>
+ <string>D</string>
+ <string>Dhook</string>
+ <string>Dbar1</string>
+ <string>Dzcaron_</string>
+ <string>E</string>
+ <string>uni0246</string>
+ <string>Eturn</string>
+ <string>F</string>
+ <string>Fhook</string>
+ <string>Fturn</string>
+ <string>G</string>
+ <string>Gbar</string>
+ <string>Ghook</string>
+ <string>H</string>
+ <string>Hcedilla</string>
+ <string>Hbar</string>
+ <string>Enhookcyrillic</string>
+ <string>Endescendercyrillic</string>
+ <string>uni04C9</string>
+ <string>Enghecyrillic</string>
+ <string>uni01F6</string>
+ <string>I</string>
+ <string>Idieresis</string>
+ <string>Idieresisacute</string>
+ <string>Istroke</string>
+ <string>Itildebelow</string>
+ <string>J</string>
+ <string>uni0248</string>
+ <string>K</string>
+ <string>Kabashkircyrillic</string>
+ <string>Kadescendercyrillic</string>
+ <string>Khook</string>
+ <string>L</string>
+ <string>L_slash</string>
+ <string>L_bar</string>
+ <string>M</string>
+ <string>uni04CD</string>
+ <string>N</string>
+ <string>Nhook</string>
+ <string>Eng</string>
+ <string>afii10026</string>
+ <string>uni048A</string>
+ <string>uni0376</string>
+ <string>O</string>
+ <string>Odieresis</string>
+ <string>Otilde</string>
+ <string>Oslash</string>
+ <string>Ohorn</string>
+ <string>P</string>
+ <string>uni048E</string>
+ <string>Phook</string>
+ <string>Q</string>
+ <string>R</string>
+ <string>response</string>
+ <string>Rx</string>
+ <string>uni024C</string>
+ <string>S</string>
+ <string>Germandbls</string>
+ <string>T</string>
+ <string>Thook</string>
+ <string>Trthook</string>
+ <string>uni023E</string>
+ <string>U</string>
+ <string>Uhorn</string>
+ <string>uni0244</string>
+ <string>V</string>
+ <string>W</string>
+ <string>X</string>
+ <string>Hadescendercyrillic</string>
+ <string>uni04FC</string>
+ <string>Y</string>
+ <string>Yhook</string>
+ <string>uni024E</string>
+ <string>Z</string>
+ <string>uni0224</string>
+ <string>Zbar</string>
+ <string>uni2C7F</string>
+ <string>OE</string>
+ <string>a</string>
+ <string>adieresis</string>
+ <string>atilde</string>
+ <string>a_uni02DE</string>
+ <string>ae</string>
+ <string>aturn</string>
+ <string>leftloop.cn</string>
+ <string>rightloop.cn</string>
+ <string>b</string>
+ <string>bbar</string>
+ <string>btopbar</string>
+ <string>bhook</string>
+ <string>c</string>
+ <string>uni023C</string>
+ <string>chook</string>
+ <string>ccurl</string>
+ <string>d</string>
+ <string>dcroat</string>
+ <string>drthook</string>
+ <string>dhook</string>
+ <string>dtopbar</string>
+ <string>uni0221</string>
+ <string>dz</string>
+ <string>dzcaron</string>
+ <string>dzcurl</string>
+ <string>dyogh</string>
+ <string>e</string>
+ <string>edieresis</string>
+ <string>uni0247</string>
+ <string>f</string>
+ <string>slongstroke</string>
+ <string>slongdotaccent</string>
+ <string>feng</string>
+ <string>g</string>
+ <string>ghook</string>
+ <string>gbar</string>
+ <string>h</string>
+ <string>hcedilla</string>
+ <string>tshecyrillic</string>
+ <string>djecyrillic</string>
+ <string>hhook</string>
+ <string>henghook</string>
+ <string>hv</string>
+ <string>hturn</string>
+ <string>hturnlthook</string>
+ <string>hturnhook2</string>
+ <string>dotlessi</string>
+ <string>uni0069.ccmp</string>
+ <string>i</string>
+ <string>idieresis</string>
+ <string>idieresisacute</string>
+ <string>itilde</string>
+ <string>itildebelow</string>
+ <string>ibar</string>
+ <string>uni012F.ccmp</string>
+ <string>dotlessj</string>
+ <string>uni006A.ccmp</string>
+ <string>jdotlessbar</string>
+ <string>uni0249</string>
+ <string>uni0249.ccmp</string>
+ <string>j</string>
+ <string>uni029D.ccmp</string>
+ <string>jcrosstail</string>
+ <string>k</string>
+ <string>khook</string>
+ <string>kturn</string>
+ <string>l</string>
+ <string>lslash</string>
+ <string>lbar</string>
+ <string>lmidtilde</string>
+ <string>lrthook</string>
+ <string>lbelt</string>
+ <string>lcurl</string>
+ <string>m</string>
+ <string>mhook</string>
+ <string>mturn</string>
+ <string>mturndescend</string>
+ <string>n</string>
+ <string>ntilde</string>
+ <string>nrthook</string>
+ <string>eng</string>
+ <string>ncurl</string>
+ <string>nlfthook</string>
+ <string>o</string>
+ <string>odieresis</string>
+ <string>otilde</string>
+ <string>oslash</string>
+ <string>ohorn</string>
+ <string>fitacyrillic</string>
+ <string>oe</string>
+ <string>p</string>
+ <string>uni048F</string>
+ <string>phook</string>
+ <string>q</string>
+ <string>qhook</string>
+ <string>qrthook</string>
+ <string>Q_rthook</string>
+ <string>r</string>
+ <string>rrthook</string>
+ <string>uni024D</string>
+ <string>rturn</string>
+ <string>rturnrthook</string>
+ <string>rfishhookrev</string>
+ <string>rfishhook</string>
+ <string>rdescend</string>
+ <string>s</string>
+ <string>srthook</string>
+ <string>uni023F</string>
+ <string>germandbls</string>
+ <string>t</string>
+ <string>tpalatalhook</string>
+ <string>trthook</string>
+ <string>tcurl</string>
+ <string>tccurl</string>
+ <string>tturn</string>
+ <string>u</string>
+ <string>udieresis</string>
+ <string>utilde</string>
+ <string>uhorn</string>
+ <string>mu</string>
+ <string>ubar</string>
+ <string>v</string>
+ <string>vturn</string>
+ <string>w</string>
+ <string>wdieresis</string>
+ <string>wturn</string>
+ <string>x</string>
+ <string>y</string>
+ <string>ydieresis</string>
+ <string>yhook</string>
+ <string>uni024F</string>
+ <string>yturn</string>
+ <string>z</string>
+ <string>zbar</string>
+ <string>zhook</string>
+ <string>uni0240</string>
+ <string>zrthook</string>
+ <string>zcurl</string>
+ <string>Thorn</string>
+ <string>Gamma</string>
+ <string>Delta</string>
+ <string>Theta</string>
+ <string>Xi</string>
+ <string>Pi</string>
+ <string>Sigma</string>
+ <string>Phi</string>
+ <string>Psi</string>
+ <string>Omega</string>
+ <string>Gamma1</string>
+ <string>afii10018</string>
+ <string>afii10050</string>
+ <string>uni04FA</string>
+ <string>afii10021</string>
+ <string>afii10024</string>
+ <string>Zhedescendercyrillic</string>
+ <string>afii10025</string>
+ <string>Kacyr</string>
+ <string>Kaverticalstrokecyrillic</string>
+ <string>Kahookcyrillic</string>
+ <string>afii10029</string>
+ <string>uni04C5</string>
+ <string>afii10147</string>
+ <string>afii10145</string>
+ <string>afii10037</string>
+ <string>afii10038</string>
+ <string>afii10040</string>
+ <string>Tetsecyrillic</string>
+ <string>afii10041</string>
+ <string>Chedescendercyrillic</string>
+ <string>Cheverticalstrokecyrillic</string>
+ <string>Shhacyrillic</string>
+ <string>afii10060</string>
+ <string>afii10042</string>
+ <string>afii10043</string>
+ <string>afii10044</string>
+ <string>afii10045</string>
+ <string>afii10046</string>
+ <string>afii10058</string>
+ <string>afii10059</string>
+ <string>afii10047</string>
+ <string>afii10048</string>
+ <string>afii10049</string>
+ <string>Ghemiddlehookcyrillic</string>
+ <string>Pemiddlehookcyrillic</string>
+ <string>afii10053</string>
+ <string>Haabkhasiancyrillic</string>
+ <string>Cheabkhasiancyrillic</string>
+ <string>Schwacyrillic</string>
+ <string>Dzeabkhasiancyrillic</string>
+ <string>afii10148</string>
+ <string>afii10051</string>
+ <string>eth</string>
+ <string>thorn</string>
+ <string>alpha</string>
+ <string>beta</string>
+ <string>gamma</string>
+ <string>delta</string>
+ <string>epsilon</string>
+ <string>zeta</string>
+ <string>eta</string>
+ <string>theta</string>
+ <string>iota</string>
+ <string>lambda</string>
+ <string>xi</string>
+ <string>pi</string>
+ <string>rho</string>
+ <string>uni03FC</string>
+ <string>sigma1</string>
+ <string>sigma</string>
+ <string>tau</string>
+ <string>upsilon</string>
+ <string>phi</string>
+ <string>psi</string>
+ <string>omega</string>
+ <string>gamma1</string>
+ <string>becyrillic</string>
+ <string>vecyrillic</string>
+ <string>gecyrillic</string>
+ <string>gheupturncyrillic</string>
+ <string>uni04FB</string>
+ <string>decyrillic</string>
+ <string>zhecyrillic</string>
+ <string>zhedescendercyrillic</string>
+ <string>zecyrillic</string>
+ <string>iicyrillic</string>
+ <string>uni048B</string>
+ <string>kacyrillic</string>
+ <string>kahookcyrillic</string>
+ <string>kadescendercyrillic</string>
+ <string>kaverticalstrokecyrillic</string>
+ <string>kabashkircyrillic</string>
+ <string>elcyrillic</string>
+ <string>uni04C6</string>
+ <string>uni052F</string>
+ <string>emcyrillic</string>
+ <string>uni04CE</string>
+ <string>encyrillic</string>
+ <string>endescendercyrillic</string>
+ <string>enghecyrillic</string>
+ <string>enhookcyrillic</string>
+ <string>uni04CA</string>
+ <string>pecyrillic</string>
+ <string>tecyrillic</string>
+ <string>efcyrillic</string>
+ <string>uni04FD</string>
+ <string>hadescendercyrillic</string>
+ <string>tsecyrillic</string>
+ <string>dzhecyrillic</string>
+ <string>checyrillic</string>
+ <string>chedescendercyrillic</string>
+ <string>cheverticalstrokecyrillic</string>
+ <string>shacyrillic</string>
+ <string>shchacyrillic</string>
+ <string>softsigncyrillic</string>
+ <string>hardsigncyrillic</string>
+ <string>yericyrillic</string>
+ <string>uni048D</string>
+ <string>yatcyrillic</string>
+ <string>ljecyrillic</string>
+ <string>njecyrillic</string>
+ <string>ereversedcyrillic</string>
+ <string>iucyrillic</string>
+ <string>iacyrillic</string>
+ <string>ghemiddlehookcyrillic</string>
+ <string>pemiddlehookcyrillic</string>
+ <string>ecyrillic</string>
+ <string>haabkhasiancyrillic</string>
+ <string>tetsecyrillic</string>
+ <string>cheabkhasiancyrillic</string>
+ <string>dzeabkhasiancyrillic</string>
+ <string>izhitsacyrillic</string>
+ <string>dollar</string>
+ <string>cent</string>
+ <string>yen</string>
+ <string>sterling</string>
+ <string>florin</string>
+ <string>uni20BA</string>
+ <string>uni20BD</string>
+ <string>Euro</string>
+ <string>uni20B9</string>
+ <string>tenge</string>
+ <string>peseta</string>
+ <string>peso</string>
+ <string>kip</string>
+ <string>won</string>
+ <string>lira</string>
+ <string>austral</string>
+ <string>hryvnia</string>
+ <string>naira</string>
+ <string>guarani</string>
+ <string>coloncurrency</string>
+ <string>cedi</string>
+ <string>cruzeiro</string>
+ <string>tugrik</string>
+ <string>uni20AF</string>
+ <string>mill</string>
+ <string>afii57636</string>
+ <string>manat</string>
+ <string>rupee</string>
+ <string>lari</string>
+ <string>zero</string>
+ <string>zero.slash</string>
+ <string>zero.tnum</string>
+ <string>zero.tnum.slash</string>
+ <string>one</string>
+ <string>one.1</string>
+ <string>one.tnum</string>
+ <string>one.tnum.1</string>
+ <string>two</string>
+ <string>two.tnum</string>
+ <string>twostroke</string>
+ <string>three</string>
+ <string>three.tnum</string>
+ <string>four</string>
+ <string>four.1</string>
+ <string>four.tnum</string>
+ <string>four.tnum.1</string>
+ <string>five</string>
+ <string>five.tnum</string>
+ <string>Tonefive</string>
+ <string>six</string>
+ <string>six.1</string>
+ <string>six.tnum</string>
+ <string>six.tnum.1</string>
+ <string>seven</string>
+ <string>seven.tnum</string>
+ <string>eight</string>
+ <string>eight.tnum</string>
+ <string>nine</string>
+ <string>nine.1</string>
+ <string>nine.tnum</string>
+ <string>nine.tnum.1</string>
+ <string>ampersand</string>
+ <string>exclam</string>
+ <string>exclamdown</string>
+ <string>question</string>
+ <string>questiondown</string>
+ <string>parenleft</string>
+ <string>parenleft.case</string>
+ <string>parenright</string>
+ <string>parenright.case</string>
+ <string>bracketleft</string>
+ <string>bracketleft.case</string>
+ <string>bracketleft_quill</string>
+ <string>bracketright</string>
+ <string>bracketright.case</string>
+ <string>bracketright_quill</string>
+ <string>braceleft</string>
+ <string>braceleft.case</string>
+ <string>braceright</string>
+ <string>braceright.case</string>
+ <string>at</string>
+ <string>at.case</string>
+ <string>numbersign</string>
+ <string>currency</string>
+ <string>slash</string>
+ <string>bar</string>
+ <string>brokenbar</string>
+ <string>backslash</string>
+ <string>hyphenbullet</string>
+ <string>hyphen</string>
+ <string>hyphen.case</string>
+ <string>endash</string>
+ <string>endash.case</string>
+ <string>figuredash</string>
+ <string>figuredash.case</string>
+ <string>emdash</string>
+ <string>emdash.case</string>
+ <string>bullet</string>
+ <string>bullet.case</string>
+ <string>quoteleft</string>
+ <string>quoteright</string>
+ <string>primetripl1</string>
+ <string>quotesingle</string>
+ <string>quotedbl</string>
+ <string>quotedblleft</string>
+ <string>quotedblright</string>
+ <string>quotedblbase</string>
+ <string>quotesinglbase</string>
+ <string>comma</string>
+ <string>comma.tnum</string>
+ <string>period</string>
+ <string>period.tnum</string>
+ <string>ellipsis</string>
+ <string>twodotleader</string>
+ <string>colon</string>
+ <string>colon.case</string>
+ <string>semicolon</string>
+ <string>guilsinglleft</string>
+ <string>guilsinglright</string>
+ <string>guillemotleft</string>
+ <string>guillemotright</string>
+ <string>less</string>
+ <string>greater</string>
+ <string>lessequal</string>
+ <string>greaterequal</string>
+ <string>equal</string>
+ <string>equal.case</string>
+ <string>notequal</string>
+ <string>notequal.case</string>
+ <string>plus</string>
+ <string>plus.case</string>
+ <string>minus</string>
+ <string>minus.case</string>
+ <string>multiply</string>
+ <string>multiply.case</string>
+ <string>divide</string>
+ <string>divide.case</string>
+ <string>plusminus</string>
+ <string>plusminus.case</string>
+ <string>approxequal</string>
+ <string>asciitilde</string>
+ <string>logicalnot</string>
+ <string>periodcentered</string>
+ <string>anoteleia</string>
+ <string>questiongreek</string>
+ <string>underscore</string>
+ <string>dagger</string>
+ <string>daggerdbl</string>
+ <string>asciicircum</string>
+ <string>asterisk</string>
+ <string>asterisk.case</string>
+ <string>registered</string>
+ <string>trademark</string>
+ <string>servicemark</string>
+ <string>degree</string>
+ <string>ordfeminine</string>
+ <string>ordmasculine</string>
+ <string>isuperior</string>
+ <string>nsuperior</string>
+ <string>paragraph</string>
+ <string>section</string>
+ <string>copyright</string>
+ <string>infinity</string>
+ <string>partialdiff</string>
+ <string>summation</string>
+ <string>product</string>
+ <string>integral</string>
+ <string>radical</string>
+ <string>lozenge</string>
+ <string>fraction</string>
+ <string>zerosub</string>
+ <string>oneinferior</string>
+ <string>twosub</string>
+ <string>threesub</string>
+ <string>foursub</string>
+ <string>fivesub</string>
+ <string>sixinferior</string>
+ <string>sevensub</string>
+ <string>eightsub</string>
+ <string>nineinferior</string>
+ <string>plussub</string>
+ <string>minussub</string>
+ <string>equalsub</string>
+ <string>parenleftinferior</string>
+ <string>parenrightsub</string>
+ <string>zerosuperior</string>
+ <string>onesuperior</string>
+ <string>twosuperior</string>
+ <string>threesuperior</string>
+ <string>foursuperior</string>
+ <string>fivesuperior</string>
+ <string>sixsuperior</string>
+ <string>sevensuperior</string>
+ <string>eightsuperior</string>
+ <string>ninesuperior</string>
+ <string>plussuperior</string>
+ <string>minussuperior</string>
+ <string>equalsuperior</string>
+ <string>parenleftsuperior</string>
+ <string>parenrightsuperior</string>
+ <string>onehalf</string>
+ <string>onequarter</string>
+ <string>threequarters</string>
+ <string>percent</string>
+ <string>perthousand</string>
+ <string>numero</string>
+ <string>acute</string>
+ <string>hungarumlaut</string>
+ <string>grave</string>
+ <string>tonos</string>
+ <string>dieresis</string>
+ <string>casedieresis.cn</string>
+ <string>circumflex</string>
+ <string>tilde</string>
+ <string>casetilde.cn</string>
+ <string>macron</string>
+ <string>breve</string>
+ <string>dotaccent</string>
+ <string>ring</string>
+ <string>caron</string>
+ <string>dieresistonos</string>
+ <string>cedilla</string>
+ <string>ogonek</string>
+ <string>commaaccent</string>
+ <string>acutecomb</string>
+ <string>acutedblnosp</string>
+ <string>gravecomb</string>
+ <string>dblgravecmb</string>
+ <string>macroncomb</string>
+ <string>dieresisnosp</string>
+ <string>brevenosp</string>
+ <string>breveinvnosp</string>
+ <string>hook</string>
+ <string>circumflexnosp</string>
+ <string>caroncmb</string>
+ <string>tildecomb</string>
+ <string>dotnosp</string>
+ <string>ringnosp</string>
+ <string>hornnosp</string>
+ <string>ogoneknosp</string>
+ <string>cedillanosp</string>
+ <string>circumflexsubnosp</string>
+ <string>brevesubnosp</string>
+ <string>dotbelow</string>
+ <string>commabelowcmb</string>
+ <string>dotdblsubnosp</string>
+ <string>ringsubnosp</string>
+ <string>underscorenosp</string>
+ <string>tildesubnosp</string>
+ <string>enquad</string>
+ <string>emquad</string>
+ <string>enspace</string>
+ <string>emspace</string>
+ <string>thirdemspace</string>
+ <string>quarteremspace</string>
+ <string>sixthemspace</string>
+ <string>figurespace</string>
+ <string>punctuationspace</string>
+ <string>thinspace</string>
+ <string>hairspace</string>
+ <string>zerowidthspace</string>
+ <string>arrowleft</string>
+ <string>arrowleft.case</string>
+ <string>arrowleftlong</string>
+ <string>arrowleftlong.case</string>
+ <string>arrowup</string>
+ <string>arrowright</string>
+ <string>arrowright.case</string>
+ <string>arrowrightlong</string>
+ <string>arrowrightlong.case</string>
+ <string>arrowdown</string>
+ <string>arrowNW</string>
+ <string>arrowNE</string>
+ <string>arrowSE</string>
+ <string>arrowSW</string>
+ <string>dngb_check</string>
+ <string>dngb_ballotx</string>
+ <string>triagrt</string>
+ <string>triagdn</string>
+ <string>triagup</string>
+ <string>blackleftpointingtriangle</string>
+ <string>uni2009.fra</string>
+ <string>overscoredblnosp</string>
+ <string>uni215A</string>
+ <string>uni215F</string>
+ <string>crossbar</string>
+ <string>acutedotcomb.lc</string>
+ <string>tildedieresiscomb.lc</string>
+ <string>underscoredbl</string>
+ <string>uni2151</string>
+ <string>uni2150</string>
+ <string>uni2152</string>
+ <string>uni2155</string>
+ <string>romanone</string>
+ <string>uni2157</string>
+ <string>uni2156</string>
+ <string>estimated</string>
+ <string>degreecentigrade</string>
+ <string>dieresisacutecomb.lc</string>
+ <string>carondotcomb.lc</string>
+ <string>aturn_uni02DE</string>
+ <string>uni1FFD</string>
+ <string>uni1FFE</string>
+ <string>oopen</string>
+ <string>Gsmallcaphook</string>
+ <string>uni0346</string>
+ <string>anglesupnosp</string>
+ <string>uni1DD8</string>
+ <string>uni1DD9</string>
+ <string>uni1DD2</string>
+ <string>uni1DD3</string>
+ <string>uni1DD0</string>
+ <string>uni1DD1</string>
+ <string>uni1DD4</string>
+ <string>uni1DD5</string>
+ <string>breveinvsubnosp</string>
+ <string>commaturnsupnosp</string>
+ <string>uni1DDB</string>
+ <string>uni1DDC</string>
+ <string>ringrighthalfsubnosp</string>
+ <string>uni1DDF</string>
+ <string>uni1DDD</string>
+ <string>uni1DDE</string>
+ <string>romanten</string>
+ <string>degreefarenheit</string>
+ <string>Upsilon2</string>
+ <string>degreekelvin</string>
+ <string>uni02AB</string>
+ <string>uni02AC</string>
+ <string>uni1FCD</string>
+ <string>kappa1</string>
+ <string>onethird</string>
+ <string>uni2159</string>
+ <string>uni2158</string>
+ <string>uni214F</string>
+ <string>uni214D</string>
+ <string>OEsmallcap</string>
+ <string>tackupsubnosp</string>
+ <string>uni2DFF</string>
+ <string>glottalstopbarinv</string>
+ <string>seagullsubnosp</string>
+ <string>uni02EC</string>
+ <string>afii300</string>
+ <string>caronnosp</string>
+ <string>romanfour</string>
+ <string>uni03F5</string>
+ <string>uni03F6</string>
+ <string>longs</string>
+ <string>one.sup</string>
+ <string>trianglebullet</string>
+ <string>Ysmallcap</string>
+ <string>uni03FB</string>
+ <string>uni03FD</string>
+ <string>uni03FE</string>
+ <string>uni03FF</string>
+ <string>iota1_uni02DE</string>
+ <string>uni0373</string>
+ <string>uni0372</string>
+ <string>uni0371</string>
+ <string>uni0370</string>
+ <string>uni0377</string>
+ <string>gravesubnosp</string>
+ <string>seveneighths</string>
+ <string>undertie</string>
+ <string>barmidshortnosp</string>
+ <string>glottalstoprevinv</string>
+ <string>uni037C</string>
+ <string>uni037B</string>
+ <string>uni037D</string>
+ <string>interrobang</string>
+ <string>primemod</string>
+ <string>uni213B</string>
+ <string>erev</string>
+ <string>cstretch</string>
+ <string>Btopbar</string>
+ <string>Koppa</string>
+ <string>commaturnedmod</string>
+ <string>commareversedmod</string>
+ <string>ringhalfleft</string>
+ <string>Rsmallcap</string>
+ <string>five.frac</string>
+ <string>Tonesix</string>
+ <string>tavdages</string>
+ <string>beta1</string>
+ <string>uni204F</string>
+ <string>uni204E</string>
+ <string>uni204D</string>
+ <string>uni204C</string>
+ <string>uni204B</string>
+ <string>uni204A</string>
+ <string>jsuper</string>
+ <string>epsilon1</string>
+ <string>CR</string>
+ <string>slashlongnosp</string>
+ <string>exclam1</string>
+ <string>Digamma</string>
+ <string>candrabindunosp</string>
+ <string>qofdagesh</string>
+ <string>uni036A</string>
+ <string>uni036B</string>
+ <string>uni036C</string>
+ <string>uni036D</string>
+ <string>uni036E</string>
+ <string>uni036F</string>
+ <string>uni20B7</string>
+ <string>uni20B6</string>
+ <string>uni20B0</string>
+ <string>uni20BB</string>
+ <string>tildedoublecmb</string>
+ <string>breveinverteddoublecmb</string>
+ <string>uni0362</string>
+ <string>uni0363</string>
+ <string>uni0364</string>
+ <string>uni0365</string>
+ <string>uni0366</string>
+ <string>uni0367</string>
+ <string>uni0368</string>
+ <string>uni0369</string>
+ <string>tildemidnosp</string>
+ <string>uni01F7</string>
+ <string>glottalstopinv</string>
+ <string>pertenthousand</string>
+ <string>acutelowmod</string>
+ <string>gravelowmod</string>
+ <string>fourthtonechinese</string>
+ <string>verticallinelowmod</string>
+ <string>secondtonechinese</string>
+ <string>romantwelve</string>
+ <string>uni2183</string>
+ <string>arrowheadupmod</string>
+ <string>arrowheaddownmod</string>
+ <string>arrowheadleftmod</string>
+ <string>arrowheadrightmod</string>
+ <string>glottalstopmod</string>
+ <string>firsttonechinese</string>
+ <string>five.sup</string>
+ <string>uni021D</string>
+ <string>uni0268.ccmp</string>
+ <string>uni021C</string>
+ <string>numeralgreeksub</string>
+ <string>caronsubnosp</string>
+ <string>uni205E</string>
+ <string>uni205A</string>
+ <string>uni205B</string>
+ <string>uni205C</string>
+ <string>schwahook</string>
+ <string>uni0458.ccmp</string>
+ <string>uni1E9D</string>
+ <string>uni1E9F</string>
+ <string>Dtopbar</string>
+ <string>uni1EFE</string>
+ <string>uni1EFD</string>
+ <string>uni1EFF</string>
+ <string>uni1EFA</string>
+ <string>uni1EFC</string>
+ <string>uni1EFB</string>
+ <string>uni2058</string>
+ <string>uni2059</string>
+ <string>uni2054</string>
+ <string>uni2055</string>
+ <string>uni2056</string>
+ <string>uni2057</string>
+ <string>uni2050</string>
+ <string>uni2051</string>
+ <string>uni2052</string>
+ <string>uni2053</string>
+ <string>ascript_uni02DE</string>
+ <string>tesh</string>
+ <string>asterism</string>
+ <string>philatin</string>
+ <string>sixroman</string>
+ <string>cyrillichookleft</string>
+ <string>uni03D8</string>
+ <string>uni03D9</string>
+ <string>Upsilonhooksymbol</string>
+ <string>thetasymbolgreek</string>
+ <string>thook</string>
+ <string>uni03D7</string>
+ <string>uni27EF</string>
+ <string>finaltsadi</string>
+ <string>glottalstop</string>
+ <string>uni0359</string>
+ <string>uni0358</string>
+ <string>epsilon1revclosed</string>
+ <string>uni0355</string>
+ <string>uni0354</string>
+ <string>uni0357</string>
+ <string>uni0356</string>
+ <string>uni0351</string>
+ <string>uni0350</string>
+ <string>uni0353</string>
+ <string>uni0352</string>
+ <string>glottalstopreversedmod</string>
+ <string>cadauna</string>
+ <string>uni035E</string>
+ <string>uni0220</string>
+ <string>uni0223</string>
+ <string>uni035F</string>
+ <string>uni035C</string>
+ <string>uni035B</string>
+ <string>digamma</string>
+ <string>koppa</string>
+ <string>ringhalfrightcentered</string>
+ <string>colontriangularhalfmod</string>
+ <string>colontriangularmod</string>
+ <string>minusmod</string>
+ <string>plusmod</string>
+ <string>downtackmod</string>
+ <string>linevertnosp</string>
+ <string>eshlooprev</string>
+ <string>verticalbardbl</string>
+ <string>romaneleven</string>
+ <string>Iota1</string>
+ <string>uniA69F</string>
+ <string>lsquare</string>
+ <string>rhotichookmod</string>
+ <string>uni1DD6</string>
+ <string>uni1DD7</string>
+ <string>oneeighth</string>
+ <string>linevertsubnosp</string>
+ <string>mcapturn</string>
+ <string>uni205D</string>
+ <string>spaceopenbox</string>
+ <string>shindagesh</string>
+ <string>uni034B</string>
+ <string>uni034C</string>
+ <string>uni034A</string>
+ <string>uni034F</string>
+ <string>uni034D</string>
+ <string>uni034E</string>
+ <string>uni0348</string>
+ <string>uni0349</string>
+ <string>reverseddblprime</string>
+ <string>perispomenigreekcmb</string>
+ <string>koroniscmb</string>
+ <string>uni0347</string>
+ <string>uni0238</string>
+ <string>uni0239</string>
+ <string>tackdownsubnosp</string>
+ <string>uni02EA</string>
+ <string>uni02EB</string>
+ <string>uni2071.ccmp</string>
+ <string>uni02ED</string>
+ <string>uni02EF</string>
+ <string>glottalstopreversedsuperior</string>
+ <string>six.sup</string>
+ <string>afii61664</string>
+ <string>uni1DC6</string>
+ <string>uni1DC4</string>
+ <string>babygamma</string>
+ <string>Vcursive</string>
+ <string>careof</string>
+ <string>phi1</string>
+ <string>wynn</string>
+ <string>referencemark</string>
+ <string>overscorenosp</string>
+ <string>versicle</string>
+ <string>hyphen__</string>
+ <string>diaeresistonosnosp</string>
+ <string>stigma</string>
+ <string>afii57596</string>
+ <string>afii57598</string>
+ <string>uni2B4E</string>
+ <string>uni2B4F</string>
+ <string>rturnascend</string>
+ <string>romanfivehundred</string>
+ <string>caret</string>
+ <string>caretinsertionpoint</string>
+ <string>bridgesubnosp</string>
+ <string>uni0242</string>
+ <string>uni0241</string>
+ <string>uni0245</string>
+ <string>accountof</string>
+ <string>uni02F9</string>
+ <string>uni02F8</string>
+ <string>uni02F5</string>
+ <string>uni02F4</string>
+ <string>uni02F7</string>
+ <string>uni02F6</string>
+ <string>uni02F1</string>
+ <string>uni02F0</string>
+ <string>uni02F3</string>
+ <string>uni02F2</string>
+ <string>dotmacroncomb.lc</string>
+ <string>fiveeighths</string>
+ <string>uni02FE</string>
+ <string>uni02FD</string>
+ <string>uni02FF</string>
+ <string>uni02FA</string>
+ <string>uni02FC</string>
+ <string>uni02FB</string>
+ <string>angstrom</string>
+ <string>macrongravecomb.lc</string>
+ <string>macronsubnosp</string>
+ <string>ringlefthalfsubnosp</string>
+ <string>Lsmallcap</string>
+ <string>squaresubnosp</string>
+ <string>Schwa</string>
+ <string>uni2B5B</string>
+ <string>uni2B5C</string>
+ <string>uni2B5A</string>
+ <string>uni2B5F</string>
+ <string>uni2B5D</string>
+ <string>uni2B5E</string>
+ <string>three.sup</string>
+ <string>oi</string>
+ <string>Tonetwo</string>
+ <string>two.sup</string>
+ <string>o_uni02DE</string>
+ <string>finalmem</string>
+ <string>Gsmallcap</string>
+ <string>Esh</string>
+ <string>zero.sup</string>
+ <string>dieresismacroncomb.lc</string>
+ <string>Rsmallcapinv</string>
+ <string>zerowidthjoiner</string>
+ <string>placeofinterestsign</string>
+ <string>ts</string>
+ <string>tonesix</string>
+ <string>twothirds</string>
+ <string>uni1F16B</string>
+ <string>pisymbolgreek</string>
+ <string>uni1F16A</string>
+ <string>dieresisgravecomb.lc</string>
+ <string>tonefive</string>
+ <string>tel</string>
+ <string>commasuprevnosp</string>
+ <string>hyphennobreak</string>
+ <string>archdblsubnosp</string>
+ <string>hsuper</string>
+ <string>deltaturn</string>
+ <string>published</string>
+ <string>wsuper</string>
+ <string>macronacutecomb.lc</string>
+ <string>oopen_uni02DE</string>
+ <string>four.frac</string>
+ <string>onedotleader</string>
+ <string>plussubnosp</string>
+ <string>largerighthook</string>
+ <string>romanthree</string>
+ <string>uni1DCF</string>
+ <string>uni1DCE</string>
+ <string>uni1DCD</string>
+ <string>uni1DCC</string>
+ <string>uni1DCB</string>
+ <string>uni1DCA</string>
+ <string>tildemacroncomb.lc</string>
+ <string>iota1</string>
+ <string>uni1DC9</string>
+ <string>uni1DC8</string>
+ <string>uni1DC7</string>
+ <string>uni1DC5</string>
+ <string>uni1DC3</string>
+ <string>uni1DC2</string>
+ <string>uni1DC1</string>
+ <string>uni1DC0</string>
+ <string>uniFE28</string>
+ <string>hooksubretronosp</string>
+ <string>primerev1</string>
+ <string>macrondieresiscomb.lc</string>
+ <string>romannine</string>
+ <string>epsilonclosed</string>
+ <string>uni1FBD</string>
+ <string>omegacyrillic</string>
+ <string>Omegacyrillic</string>
+ <string>yuslittlecyrillic</string>
+ <string>Yuslittlecyrillic</string>
+ <string>eiotifiedcyrillic</string>
+ <string>Eiotifiedcyrillic</string>
+ <string>yuslittleiotifiedcyrillic</string>
+ <string>Yuslittleiotifiedcyrillic</string>
+ <string>four.sup</string>
+ <string>hhooksuper</string>
+ <string>Yusbigiotifiedcyrillic</string>
+ <string>yusbigcyrillic</string>
+ <string>Yusbigcyrillic</string>
+ <string>ksicyrillic</string>
+ <string>Ksicyrillic</string>
+ <string>yusbigiotifiedcyrillic</string>
+ <string>tildeacutecomb.lc</string>
+ <string>nine.frac</string>
+ <string>uni0456.ccmp</string>
+ <string>romanthousand</string>
+ <string>macronsub</string>
+ <string>bullseye</string>
+ <string>dieresiscaroncomb.lc</string>
+ <string>ascriptturn</string>
+ <string>uni1DBF</string>
+ <string>glottalstopbarrev</string>
+ <string>cyrillichook</string>
+ <string>ezh</string>
+ <string>ezhcurl</string>
+ <string>uni1DE9</string>
+ <string>nine.sup</string>
+ <string>numeralgreek</string>
+ <string>Omegaroundcyrillic</string>
+ <string>omegaroundcyrillic</string>
+ <string>Omegatitlocyrillic</string>
+ <string>omegatitlocyrillic</string>
+ <string>Otcyrillic</string>
+ <string>otcyrillic</string>
+ <string>gcursive</string>
+ <string>uni035D</string>
+ <string>uni035A</string>
+ <string>quotedblreversed</string>
+ <string>Rturnsuper</string>
+ <string>uni1FCE</string>
+ <string>uni1FCF</string>
+ <string>upsilonlatin</string>
+ <string>uni1FC1</string>
+ <string>uni1FC0</string>
+ <string>ringhalfleftcentered</string>
+ <string>omegaclosed</string>
+ <string>uni1DE2</string>
+ <string>OI</string>
+ <string>xsupnosp</string>
+ <string>ascriptturn_uni02DE</string>
+ <string>sampi</string>
+ <string>epsilon1revclosed_uni02DE</string>
+ <string>eshshortrev</string>
+ <string>ounce</string>
+ <string>vscript</string>
+ <string>acuterightnosp</string>
+ <string>barmidlongnosp</string>
+ <string>tildevertsupnosp</string>
+ <string>linevertdblnosp</string>
+ <string>uni03F3.ccmp</string>
+ <string>jhookdblbar</string>
+ <string>six.frac</string>
+ <string>seven.frac</string>
+ <string>overline</string>
+ <string>ascript</string>
+ <string>seven.sup</string>
+ <string>threeeighths</string>
+ <string>uni03CF</string>
+ <string>uni20DC</string>
+ <string>uni20DB</string>
+ <string>romansix</string>
+ <string>uni1FBF</string>
+ <string>uni1FBE</string>
+ <string>romaneight</string>
+ <string>zero.frac</string>
+ <string>charactertie</string>
+ <string>Stigma</string>
+ <string>epsilon1rev</string>
+ <string>Epsilon1</string>
+ <string>iotasubnosp</string>
+ <string>pipedblbar</string>
+ <string>YR</string>
+ <string>kgreenlandic</string>
+ <string>uni2182</string>
+ <string>uni2180</string>
+ <string>uni2181</string>
+ <string>uni2186</string>
+ <string>uni2187</string>
+ <string>uni2184</string>
+ <string>uni2185</string>
+ <string>uni2188</string>
+ <string>uni0222</string>
+ <string>romanseven</string>
+ <string>romanhundred</string>
+ <string>uni1FEE</string>
+ <string>uni1FED</string>
+ <string>graveleftnosp</string>
+ <string>uniA7FF</string>
+ <string>uni2189</string>
+ <string>xsuper</string>
+ <string>tackleftsubnosp</string>
+ <string>eurocurrency</string>
+ <string>uni20E8</string>
+ <string>rho1</string>
+ <string>uni20E3</string>
+ <string>dblapostrophe</string>
+ <string>glottalstopbar</string>
+ <string>minussubnosp</string>
+ <string>rturnsuper</string>
+ <string>linevert</string>
+ <string>addresssubject</string>
+ <string>eight.frac</string>
+ <string>primetriplerev1</string>
+ <string>uni217F</string>
+ <string>uni217E</string>
+ <string>uni217D</string>
+ <string>uni217C</string>
+ <string>twelveroman</string>
+ <string>elevenroman</string>
+ <string>lambdabar</string>
+ <string>pipe</string>
+ <string>tenroman</string>
+ <string>nineroman</string>
+ <string>eightroman</string>
+ <string>sevenroman</string>
+ <string>fiveroman</string>
+ <string>fourroman</string>
+ <string>threeroman</string>
+ <string>tworoman</string>
+ <string>oneroman</string>
+ <string>underscoredblnosp</string>
+ <string>ysuper</string>
+ <string>tackrightsubnosp</string>
+ <string>rsuper</string>
+ <string>Sampi</string>
+ <string>schwa</string>
+ <string>uni1DDA</string>
+ <string>koppacyrillic</string>
+ <string>Koppacyrillic</string>
+ <string>titlocyrilliccmb</string>
+ <string>thousandcyrillic</string>
+ <string>dasiapneumatacyrilliccmb</string>
+ <string>palatalizationcyrilliccmb</string>
+ <string>uni0487</string>
+ <string>psilipneumatacyrilliccmb</string>
+ <string>uni0489</string>
+ <string>uni0488</string>
+ <string>uni20F0</string>
+ <string>eshcurl</string>
+ <string>quotereversed</string>
+ <string>romanfive</string>
+ <string>tonetwo</string>
+ <string>uni1FDD</string>
+ <string>uni1FDE</string>
+ <string>uni1FDF</string>
+ <string>slashshortnosp</string>
+ <string>ezhtail</string>
+ <string>uni1DF0</string>
+ <string>uni1DF1</string>
+ <string>uni1DF2</string>
+ <string>uni1DF3</string>
+ <string>uni1DF4</string>
+ <string>uni1DF5</string>
+ <string>caronbelowcmb</string>
+ <string>acutesubnosp</string>
+ <string>romantwo</string>
+ <string>eight.sup</string>
+ <string>finalkaf</string>
+ <string>uni1DFC</string>
+ <string>uni1DFD</string>
+ <string>uni1DFE</string>
+ <string>uni1DFF</string>
+ <string>uni1FEF</string>
+ <string>dblprimemod</string>
+ <string>Ezhreversed</string>
+ <string>ezhreversed</string>
+ <string>Ezh</string>
+ <string>romanfifty</string>
+ <string>ringhalfright</string>
+ <string>Ismallcap</string>
+ <string>uptackmod</string>
+ <string>hyphendot</string>
+ <string>uniFE29</string>
+ <string>epsilon1revhook</string>
+ <string>uniFE20</string>
+ <string>uniFE21</string>
+ <string>uniFE22</string>
+ <string>uniFE23</string>
+ <string>uniFE24</string>
+ <string>uniFE25</string>
+ <string>uniFE26</string>
+ <string>uniFE27</string>
+ <string>lyogh</string>
+ <string>uniFE2A</string>
+ <string>uniFE2B</string>
+ <string>uniFE2C</string>
+ <string>uniFE2D</string>
+ <string>gammasuper</string>
+ <string>Nsmallcap</string>
+ <string>uni2098</string>
+ <string>uni2099</string>
+ <string>uni2090</string>
+ <string>uni2091</string>
+ <string>uni2092</string>
+ <string>uni2093</string>
+ <string>uni2094</string>
+ <string>uni2095</string>
+ <string>uni2096</string>
+ <string>uni2097</string>
+ <string>uni02B2.ccmp</string>
+ <string>bridgeinvsubnosp</string>
+ <string>uni209A</string>
+ <string>uni209B</string>
+ <string>uni209C</string>
+ <string>esh</string>
+ <string>cyrillictic</string>
+ <string>uni1DEE</string>
+ <string>uni1DED</string>
+ <string>uni1DEF</string>
+ <string>uni1DEA</string>
+ <string>uni1DEC</string>
+ <string>uni1DEB</string>
+ <string>pipedbl</string>
+ <string>controlHT</string>
+ <string>uni1DE8</string>
+ <string>uni1DE5</string>
+ <string>uni1DE4</string>
+ <string>uni1DE7</string>
+ <string>uni1DE6</string>
+ <string>uni1DE1</string>
+ <string>uni1DE0</string>
+ <string>uni1DE3</string>
+ <string>controlSOT</string>
+ <string>uniA92E</string>
+ <string>commaabovecmb</string>
+ <string>commaaboverightcmb</string>
+ <string>hooksubpalatnosp</string>
+ <string>ezhcaron</string>
+ <string>Ezhcaron</string>
+ <string>uniE001</string>
+ <string>circleblack</string>
+ <string>circlewhite</string>
+ <string>diamondblack</string>
+ <string>diamondblack_x</string>
+ <string>diamondwhite</string>
+ <string>diamondwhite_x</string>
+ <string>Eth</string>
+ <string>Dcroat</string>
+ <string>IJ</string>
+ <string>Ldot</string>
+ <string>Tbar</string>
+ <string>Obar</string>
+ <string>LJ</string>
+ <string>NJ</string>
+ <string>DZ</string>
+ <string>Agrave</string>
+ <string>Aacute</string>
+ <string>Acircumflex</string>
+ <string>Aring</string>
+ <string>Amacron</string>
+ <string>Abreve</string>
+ <string>Aogonek</string>
+ <string>Acaron</string>
+ <string>Adieresismacron</string>
+ <string>Adotmacron</string>
+ <string>Aringacute</string>
+ <string>Adblgrave</string>
+ <string>Ainvertedbreve</string>
+ <string>uni0226</string>
+ <string>Aringbelow</string>
+ <string>Adotbelow</string>
+ <string>Ahookabove</string>
+ <string>Acircumflexacute</string>
+ <string>Acircumflexgrave</string>
+ <string>Acircumflexhookabove</string>
+ <string>Acircumflextilde</string>
+ <string>Acircumflexdotbelow</string>
+ <string>Abreveacute</string>
+ <string>Abrevegrave</string>
+ <string>Abrevehookabove</string>
+ <string>Abrevetilde</string>
+ <string>Abrevedotbelow</string>
+ <string>AEmacron</string>
+ <string>AEacute</string>
+ <string>Bdotaccent</string>
+ <string>Bdotbelow</string>
+ <string>Blinebelow</string>
+ <string>Ccedilla</string>
+ <string>Cacute</string>
+ <string>Ccircumflex</string>
+ <string>Cdotaccent</string>
+ <string>Ccaron</string>
+ <string>Ccedillaacute</string>
+ <string>Dcaron</string>
+ <string>Ddotaccent</string>
+ <string>Ddotbelow</string>
+ <string>Dlinebelow</string>
+ <string>Dcedilla</string>
+ <string>Dcircumflexbelow</string>
+ <string>Egrave</string>
+ <string>Eacute</string>
+ <string>Ecircumflex</string>
+ <string>Edieresis</string>
+ <string>Emacron</string>
+ <string>Ebreve</string>
+ <string>Edotaccent</string>
+ <string>Eogonek</string>
+ <string>Ecaron</string>
+ <string>Edblgrave</string>
+ <string>Einvertedbreve</string>
+ <string>uni0228</string>
+ <string>Emacrongrave</string>
+ <string>Emacronacute</string>
+ <string>Ecircumflexbelow</string>
+ <string>Etildebelow</string>
+ <string>Ecedillabreve</string>
+ <string>Edotbelow</string>
+ <string>Ehookabove</string>
+ <string>Etilde</string>
+ <string>Ecircumflexacute</string>
+ <string>Ecircumflexgrave</string>
+ <string>Ecircumflexhookabove</string>
+ <string>Ecircumflextilde</string>
+ <string>Ecircumflexdotbelow</string>
+ <string>Fdotaccent</string>
+ <string>Gcircumflex</string>
+ <string>Gbreve</string>
+ <string>Gdotaccent</string>
+ <string>Gcommaaccent</string>
+ <string>Gcaron</string>
+ <string>Gacute</string>
+ <string>Gmacron</string>
+ <string>Hcircumflex</string>
+ <string>uni021E</string>
+ <string>Hdotaccent</string>
+ <string>Hdotbelow</string>
+ <string>Hdieresis</string>
+ <string>Hbrevebelow</string>
+ <string>Igrave</string>
+ <string>Iacute</string>
+ <string>Icircumflex</string>
+ <string>Itilde</string>
+ <string>Imacron</string>
+ <string>Ibreve</string>
+ <string>Iogonek</string>
+ <string>Idotaccent</string>
+ <string>Icaron</string>
+ <string>Idblgrave</string>
+ <string>Iinvertedbreve</string>
+ <string>Ihookabove</string>
+ <string>Idotbelow</string>
+ <string>Jcircumflex</string>
+ <string>Kcommaaccent</string>
+ <string>Kcaron</string>
+ <string>Kacute</string>
+ <string>Kdotbelow</string>
+ <string>Klinebelow</string>
+ <string>Lacute</string>
+ <string>Lcommaaccent</string>
+ <string>Lcaron</string>
+ <string>Ldotbelow</string>
+ <string>Ldotbelowmacron</string>
+ <string>Llinebelow</string>
+ <string>Lcircumflexbelow</string>
+ <string>Macute</string>
+ <string>Mdotaccent</string>
+ <string>Mdotbelow</string>
+ <string>Ntilde</string>
+ <string>Nacute</string>
+ <string>Ncommaaccent</string>
+ <string>Ncaron</string>
+ <string>uni01F8</string>
+ <string>Ndotaccent</string>
+ <string>Ndotbelow</string>
+ <string>Nlinebelow</string>
+ <string>Ncircumflexbelow</string>
+ <string>Ograve</string>
+ <string>Oacute</string>
+ <string>Ocircumflex</string>
+ <string>Omacron</string>
+ <string>Obreve</string>
+ <string>Ohungarumlaut</string>
+ <string>Ocaron</string>
+ <string>Oogonek</string>
+ <string>Oogonekmacron</string>
+ <string>Odblgrave</string>
+ <string>Oinvertedbreve</string>
+ <string>uni022A</string>
+ <string>uni022C</string>
+ <string>uni022E</string>
+ <string>uni0230</string>
+ <string>Otildeacute</string>
+ <string>Otildedieresis</string>
+ <string>Omacrongrave</string>
+ <string>Omacronacute</string>
+ <string>Odotbelow</string>
+ <string>Ohookabove</string>
+ <string>Ocircumflexacute</string>
+ <string>Ocircumflexgrave</string>
+ <string>Ocircumflexhookabove</string>
+ <string>Ocircumflextilde</string>
+ <string>Ocircumflexdotbelow</string>
+ <string>Ohornacute</string>
+ <string>Ohorngrave</string>
+ <string>Ohornhookabove</string>
+ <string>Ohorntilde</string>
+ <string>Ohorndotbelow</string>
+ <string>Oslashacute</string>
+ <string>Pacute</string>
+ <string>Pdotaccent</string>
+ <string>Racute</string>
+ <string>Rcommaaccent</string>
+ <string>Rcaron</string>
+ <string>Rdblgrave</string>
+ <string>Rinvertedbreve</string>
+ <string>Rdotaccent</string>
+ <string>Rdotbelow</string>
+ <string>Rdotbelowmacron</string>
+ <string>Rlinebelow</string>
+ <string>Sacute</string>
+ <string>Scircumflex</string>
+ <string>Scedilla</string>
+ <string>Scaron</string>
+ <string>Scommaaccent</string>
+ <string>Sdotaccent</string>
+ <string>Sdotbelow</string>
+ <string>Sacutedotaccent</string>
+ <string>Scarondotaccent</string>
+ <string>Sdotbelowdotaccent</string>
+ <string>Tcommaaccent</string>
+ <string>Tcaron</string>
+ <string>uni021A</string>
+ <string>Tdotaccent</string>
+ <string>Tdotbelow</string>
+ <string>Tlinebelow</string>
+ <string>Tcircumflexbelow</string>
+ <string>Ugrave</string>
+ <string>Uacute</string>
+ <string>Ucircumflex</string>
+ <string>Udieresis</string>
+ <string>Utilde</string>
+ <string>Umacron</string>
+ <string>Ubreve</string>
+ <string>Uring</string>
+ <string>Uhungarumlaut</string>
+ <string>Uogonek</string>
+ <string>Ucaron</string>
+ <string>Udieresismacron</string>
+ <string>Udieresisacute</string>
+ <string>Udieresiscaron</string>
+ <string>Udieresisgrave</string>
+ <string>Udblgrave</string>
+ <string>Uinvertedbreve</string>
+ <string>Udieresisbelow</string>
+ <string>Utildebelow</string>
+ <string>Ucircumflexbelow</string>
+ <string>Utildeacute</string>
+ <string>Umacrondieresis</string>
+ <string>Udotbelow</string>
+ <string>Uhookabove</string>
+ <string>Uhornacute</string>
+ <string>Uhorngrave</string>
+ <string>Uhornhookabove</string>
+ <string>Uhorntilde</string>
+ <string>Uhorndotbelow</string>
+ <string>Vtilde</string>
+ <string>Vdotbelow</string>
+ <string>Wcircumflex</string>
+ <string>Wgrave</string>
+ <string>Wacute</string>
+ <string>Wdieresis</string>
+ <string>Wdotaccent</string>
+ <string>Wdotbelow</string>
+ <string>Xdotaccent</string>
+ <string>Xdieresis</string>
+ <string>Yacute</string>
+ <string>Ycircumflex</string>
+ <string>Ydieresis</string>
+ <string>uni0232</string>
+ <string>Ydotaccent</string>
+ <string>Ygrave</string>
+ <string>Ydotbelow</string>
+ <string>Yhookabove</string>
+ <string>Ytilde</string>
+ <string>Zacute</string>
+ <string>Zdotaccent</string>
+ <string>Zcaron</string>
+ <string>Zcircumflex</string>
+ <string>Zdotbelow</string>
+ <string>Zlinebelow</string>
+ <string>Aogonek.NAV</string>
+ <string>Eogonek.NAV</string>
+ <string>Oogonek.NAV</string>
+ <string>uni037F</string>
+ <string>Alpha</string>
+ <string>Alphatonos</string>
+ <string>uni1F08</string>
+ <string>uni1F09</string>
+ <string>uni1F0A</string>
+ <string>uni1F0B</string>
+ <string>uni1F0C</string>
+ <string>uni1F0D</string>
+ <string>uni1F0E</string>
+ <string>uni1F0F</string>
+ <string>uni1FB8</string>
+ <string>uni1FB9</string>
+ <string>uni1FBA</string>
+ <string>Beta</string>
+ <string>Epsilon</string>
+ <string>Epsilontonos</string>
+ <string>uni1F18</string>
+ <string>uni1F19</string>
+ <string>uni1F1A</string>
+ <string>uni1F1B</string>
+ <string>uni1F1C</string>
+ <string>uni1F1D</string>
+ <string>uni1FC8</string>
+ <string>Zeta</string>
+ <string>Eta</string>
+ <string>Etatonos</string>
+ <string>uni1F28</string>
+ <string>uni1F29</string>
+ <string>uni1F2A</string>
+ <string>uni1F2B</string>
+ <string>uni1F2C</string>
+ <string>uni1F2D</string>
+ <string>uni1F2E</string>
+ <string>uni1F2F</string>
+ <string>uni1FCA</string>
+ <string>Iota</string>
+ <string>Iotatonos</string>
+ <string>Iotadieresis</string>
+ <string>uni1F38</string>
+ <string>uni1F39</string>
+ <string>uni1F3A</string>
+ <string>uni1F3B</string>
+ <string>uni1F3C</string>
+ <string>uni1F3D</string>
+ <string>uni1F3E</string>
+ <string>uni1F3F</string>
+ <string>uni1FD8</string>
+ <string>uni1FD9</string>
+ <string>uni1FDA</string>
+ <string>Kappa</string>
+ <string>Mu</string>
+ <string>Nu</string>
+ <string>Omicron</string>
+ <string>Omicrontonos</string>
+ <string>uni1F48</string>
+ <string>uni1F49</string>
+ <string>uni1F4A</string>
+ <string>uni1F4B</string>
+ <string>uni1F4C</string>
+ <string>uni1F4D</string>
+ <string>uni1FF8</string>
+ <string>Rho</string>
+ <string>uni1FEC</string>
+ <string>Tau</string>
+ <string>Upsilon</string>
+ <string>Upsilontonos</string>
+ <string>Upsilondieresis</string>
+ <string>uni1F59</string>
+ <string>uni1F5B</string>
+ <string>uni1F5D</string>
+ <string>uni1F5F</string>
+ <string>uni1FE8</string>
+ <string>uni1FE9</string>
+ <string>uni1FEA</string>
+ <string>Chi</string>
+ <string>uni03F4</string>
+ <string>uni03F7</string>
+ <string>uni03F9</string>
+ <string>uni03FA</string>
+ <string>uni1FBB</string>
+ <string>uni1FC9</string>
+ <string>uni1FCB</string>
+ <string>uni1FDB</string>
+ <string>uni1FEB</string>
+ <string>uni1FF9</string>
+ <string>uni1FFB</string>
+ <string>Omegatonos</string>
+ <string>uni1F68</string>
+ <string>uni1F69</string>
+ <string>uni1F6A</string>
+ <string>uni1F6B</string>
+ <string>uni1F6C</string>
+ <string>uni1F6D</string>
+ <string>uni1F6E</string>
+ <string>uni1F6F</string>
+ <string>uni1FFA</string>
+ <string>Upsilonacutehooksymbolgreek</string>
+ <string>Upsilondieresishooksymbolgreek</string>
+ <string>afii10054</string>
+ <string>afii10055</string>
+ <string>afii10056</string>
+ <string>afii10057</string>
+ <string>afii10017</string>
+ <string>Abrevecyrillic</string>
+ <string>Adieresiscyrillic</string>
+ <string>afii10019</string>
+ <string>afii10020</string>
+ <string>afii10052</string>
+ <string>afii10022</string>
+ <string>uni0400</string>
+ <string>afii10023</string>
+ <string>Iebrevecyrillic</string>
+ <string>afii10030</string>
+ <string>afii10031</string>
+ <string>afii10032</string>
+ <string>Odieresiscyrillic</string>
+ <string>afii10033</string>
+ <string>afii10034</string>
+ <string>afii10035</string>
+ <string>afii10036</string>
+ <string>afii10039</string>
+ <string>afii10146</string>
+ <string>Psicyrillic</string>
+ <string>Ukcyrillic</string>
+ <string>uni048C</string>
+ <string>Ghestrokecyrillic</string>
+ <string>Zedescendercyrillic</string>
+ <string>Esdescendercyrillic</string>
+ <string>Tedescendercyrillic</string>
+ <string>Ustraightcyrillic</string>
+ <string>Ustraightstrokecyrillic</string>
+ <string>Chedescenderabkhasiancyrillic</string>
+ <string>palochkacyrillic</string>
+ <string>Chekhakassiancyrillic</string>
+ <string>Aiecyrillic</string>
+ <string>Obarredcyrillic</string>
+ <string>Obarreddieresiscyrillic</string>
+ <string>uni04F6</string>
+ <string>uni04FE</string>
+ <string>afii10061</string>
+ <string>Schwadieresiscyrillic</string>
+ <string>Zhebrevecyrillic</string>
+ <string>Zhedieresiscyrillic</string>
+ <string>Zedieresiscyrillic</string>
+ <string>uni040D</string>
+ <string>afii10027</string>
+ <string>Imacroncyrillic</string>
+ <string>Idieresiscyrillic</string>
+ <string>afii10062</string>
+ <string>Umacroncyrillic</string>
+ <string>Udieresiscyrillic</string>
+ <string>Uhungarumlautcyrillic</string>
+ <string>Chedieresiscyrillic</string>
+ <string>Yerudieresiscyrillic</string>
+ <string>uni04EC</string>
+ <string>Izhitsadblgravecyrillic</string>
+ <string>hbar</string>
+ <string>ij</string>
+ <string>ldot</string>
+ <string>napostrophe</string>
+ <string>tbar</string>
+ <string>nlegrightlong</string>
+ <string>lj</string>
+ <string>nj</string>
+ <string>eturn</string>
+ <string>obar</string>
+ <string>uni0299</string>
+ <string>uni029C</string>
+ <string>arighthalfring</string>
+ <string>agrave</string>
+ <string>aacute</string>
+ <string>acircumflex</string>
+ <string>aring</string>
+ <string>amacron</string>
+ <string>abreve</string>
+ <string>aogonek</string>
+ <string>acaron</string>
+ <string>adieresismacron</string>
+ <string>adotmacron</string>
+ <string>aringacute</string>
+ <string>adblgrave</string>
+ <string>ainvertedbreve</string>
+ <string>uni0227</string>
+ <string>aringbelow</string>
+ <string>adotbelow</string>
+ <string>ahookabove</string>
+ <string>acircumflexacute</string>
+ <string>acircumflexgrave</string>
+ <string>acircumflexhookabove</string>
+ <string>acircumflextilde</string>
+ <string>acircumflexdotbelow</string>
+ <string>abreveacute</string>
+ <string>abrevegrave</string>
+ <string>abrevehookabove</string>
+ <string>abrevetilde</string>
+ <string>abrevedotbelow</string>
+ <string>aemacron</string>
+ <string>aeacute</string>
+ <string>bdotaccent</string>
+ <string>bdotbelow</string>
+ <string>blinebelow</string>
+ <string>ccedilla</string>
+ <string>cacute</string>
+ <string>ccircumflex</string>
+ <string>cdotaccent</string>
+ <string>ccaron</string>
+ <string>ccedillaacute</string>
+ <string>dcaron</string>
+ <string>ddotaccent</string>
+ <string>ddotbelow</string>
+ <string>dlinebelow</string>
+ <string>dcedilla</string>
+ <string>dcircumflexbelow</string>
+ <string>egrave</string>
+ <string>eacute</string>
+ <string>ecircumflex</string>
+ <string>emacron</string>
+ <string>ebreve</string>
+ <string>edotaccent</string>
+ <string>eogonek</string>
+ <string>ecaron</string>
+ <string>edblgrave</string>
+ <string>einvertedbreve</string>
+ <string>uni0229</string>
+ <string>emacrongrave</string>
+ <string>emacronacute</string>
+ <string>ecircumflexbelow</string>
+ <string>etildebelow</string>
+ <string>ecedillabreve</string>
+ <string>edotbelow</string>
+ <string>ehookabove</string>
+ <string>etilde</string>
+ <string>ecircumflexacute</string>
+ <string>ecircumflexgrave</string>
+ <string>ecircumflexhookabove</string>
+ <string>ecircumflextilde</string>
+ <string>ecircumflexdotbelow</string>
+ <string>fdotaccent</string>
+ <string>gcircumflex</string>
+ <string>gbreve</string>
+ <string>gdotaccent</string>
+ <string>gcommaaccent</string>
+ <string>gcaron</string>
+ <string>gacute</string>
+ <string>gmacron</string>
+ <string>hcircumflex</string>
+ <string>uni021F</string>
+ <string>hdotaccent</string>
+ <string>hdotbelow</string>
+ <string>hdieresis</string>
+ <string>hbrevebelow</string>
+ <string>hlinebelow</string>
+ <string>igrave</string>
+ <string>iacute</string>
+ <string>icircumflex</string>
+ <string>imacron</string>
+ <string>ibreve</string>
+ <string>iogonek</string>
+ <string>icaron</string>
+ <string>idblgrave</string>
+ <string>iinvertedbreve</string>
+ <string>ihookabove</string>
+ <string>idotbelow</string>
+ <string>jcircumflex</string>
+ <string>jcaron</string>
+ <string>kcommaaccent</string>
+ <string>kcaron</string>
+ <string>kacute</string>
+ <string>kdotbelow</string>
+ <string>klinebelow</string>
+ <string>lacute</string>
+ <string>lcommaaccent</string>
+ <string>lcaron</string>
+ <string>ldotbelow</string>
+ <string>ldotbelowmacron</string>
+ <string>llinebelow</string>
+ <string>lcircumflexbelow</string>
+ <string>macute</string>
+ <string>mdotaccent</string>
+ <string>mdotbelow</string>
+ <string>nacute</string>
+ <string>ncommaaccent</string>
+ <string>ncaron</string>
+ <string>uni01F9</string>
+ <string>ndotaccent</string>
+ <string>ndotbelow</string>
+ <string>nlinebelow</string>
+ <string>ncircumflexbelow</string>
+ <string>ograve</string>
+ <string>oacute</string>
+ <string>ocircumflex</string>
+ <string>omacron</string>
+ <string>obreve</string>
+ <string>ohungarumlaut</string>
+ <string>ocaron</string>
+ <string>oogonek</string>
+ <string>oogonekmacron</string>
+ <string>odblgrave</string>
+ <string>oinvertedbreve</string>
+ <string>uni022B</string>
+ <string>uni022D</string>
+ <string>uni022F</string>
+ <string>uni0231</string>
+ <string>otildeacute</string>
+ <string>otildedieresis</string>
+ <string>omacrongrave</string>
+ <string>omacronacute</string>
+ <string>odotbelow</string>
+ <string>ohookabove</string>
+ <string>ocircumflexacute</string>
+ <string>ocircumflexgrave</string>
+ <string>ocircumflexhookabove</string>
+ <string>ocircumflextilde</string>
+ <string>ocircumflexdotbelow</string>
+ <string>ohornacute</string>
+ <string>ohorngrave</string>
+ <string>ohornhookabove</string>
+ <string>ohorntilde</string>
+ <string>ohorndotbelow</string>
+ <string>oslashacute</string>
+ <string>pacute</string>
+ <string>pdotaccent</string>
+ <string>racute</string>
+ <string>rcommaaccent</string>
+ <string>rcaron</string>
+ <string>rdblgrave</string>
+ <string>rinvertedbreve</string>
+ <string>rdotaccent</string>
+ <string>rdotbelow</string>
+ <string>rdotbelowmacron</string>
+ <string>rlinebelow</string>
+ <string>sacute</string>
+ <string>scircumflex</string>
+ <string>scedilla</string>
+ <string>scaron</string>
+ <string>scommaaccent</string>
+ <string>sdotaccent</string>
+ <string>sdotbelow</string>
+ <string>sacutedotaccent</string>
+ <string>scarondotaccent</string>
+ <string>sdotbelowdotaccent</string>
+ <string>tcommaaccent</string>
+ <string>tcaron</string>
+ <string>uni021B</string>
+ <string>tdotaccent</string>
+ <string>tdotbelow</string>
+ <string>tlinebelow</string>
+ <string>tcircumflexbelow</string>
+ <string>tdieresis</string>
+ <string>ugrave</string>
+ <string>uacute</string>
+ <string>ucircumflex</string>
+ <string>umacron</string>
+ <string>ubreve</string>
+ <string>uring</string>
+ <string>uhungarumlaut</string>
+ <string>uogonek</string>
+ <string>ucaron</string>
+ <string>udieresismacron</string>
+ <string>udieresisacute</string>
+ <string>udieresiscaron</string>
+ <string>udieresisgrave</string>
+ <string>udblgrave</string>
+ <string>uinvertedbreve</string>
+ <string>udieresisbelow</string>
+ <string>utildebelow</string>
+ <string>ucircumflexbelow</string>
+ <string>utildeacute</string>
+ <string>umacrondieresis</string>
+ <string>udotbelow</string>
+ <string>uhookabove</string>
+ <string>uhornacute</string>
+ <string>uhorngrave</string>
+ <string>uhornhookabove</string>
+ <string>uhorntilde</string>
+ <string>uhorndotbelow</string>
+ <string>vtilde</string>
+ <string>vdotbelow</string>
+ <string>wcircumflex</string>
+ <string>wgrave</string>
+ <string>wacute</string>
+ <string>wdotaccent</string>
+ <string>wdotbelow</string>
+ <string>wring</string>
+ <string>xdotaccent</string>
+ <string>xdieresis</string>
+ <string>yacute</string>
+ <string>ycircumflex</string>
+ <string>uni0233</string>
+ <string>ydotaccent</string>
+ <string>yring</string>
+ <string>ygrave</string>
+ <string>ydotbelow</string>
+ <string>yhookabove</string>
+ <string>ytilde</string>
+ <string>zacute</string>
+ <string>zdotaccent</string>
+ <string>zcaron</string>
+ <string>zcircumflex</string>
+ <string>zdotbelow</string>
+ <string>zlinebelow</string>
+ <string>aogonek.NAV</string>
+ <string>eogonek.NAV</string>
+ <string>oogonek.NAV</string>
+ <string>kappa</string>
+ <string>mugreek</string>
+ <string>nu</string>
+ <string>omicron</string>
+ <string>omicrontonos</string>
+ <string>uni1F40</string>
+ <string>uni1F41</string>
+ <string>uni1F42</string>
+ <string>uni1F43</string>
+ <string>uni1F44</string>
+ <string>uni1F45</string>
+ <string>uni1F78</string>
+ <string>sigmalunatesymbolgreek</string>
+ <string>yotgreek</string>
+ <string>uni03F8</string>
+ <string>uni1F71</string>
+ <string>uni1F73</string>
+ <string>uni1F75</string>
+ <string>uni1F77</string>
+ <string>uni1F79</string>
+ <string>uni1F7B</string>
+ <string>uni1F7D</string>
+ <string>uni1FD3</string>
+ <string>uni1FE3</string>
+ <string>alphatonos</string>
+ <string>uni1F00</string>
+ <string>uni1F01</string>
+ <string>uni1F02</string>
+ <string>uni1F03</string>
+ <string>uni1F04</string>
+ <string>uni1F05</string>
+ <string>uni1F06</string>
+ <string>uni1F07</string>
+ <string>uni1F70</string>
+ <string>uni1F80</string>
+ <string>uni1F81</string>
+ <string>uni1F82</string>
+ <string>uni1F83</string>
+ <string>uni1F84</string>
+ <string>uni1F85</string>
+ <string>uni1F86</string>
+ <string>uni1F87</string>
+ <string>uni1FB0</string>
+ <string>uni1FB1</string>
+ <string>uni1FB2</string>
+ <string>uni1FB3</string>
+ <string>uni1FB4</string>
+ <string>uni1FB6</string>
+ <string>uni1FB7</string>
+ <string>epsilontonos</string>
+ <string>uni1F10</string>
+ <string>uni1F11</string>
+ <string>uni1F12</string>
+ <string>uni1F13</string>
+ <string>uni1F14</string>
+ <string>uni1F15</string>
+ <string>uni1F72</string>
+ <string>etatonos</string>
+ <string>uni1F20</string>
+ <string>uni1F21</string>
+ <string>uni1F22</string>
+ <string>uni1F23</string>
+ <string>uni1F24</string>
+ <string>uni1F25</string>
+ <string>uni1F26</string>
+ <string>uni1F27</string>
+ <string>uni1F74</string>
+ <string>uni1F90</string>
+ <string>uni1F91</string>
+ <string>uni1F92</string>
+ <string>uni1F93</string>
+ <string>uni1F94</string>
+ <string>uni1F95</string>
+ <string>uni1F96</string>
+ <string>uni1F97</string>
+ <string>uni1FC2</string>
+ <string>uni1FC3</string>
+ <string>uni1FC4</string>
+ <string>uni1FC6</string>
+ <string>uni1FC7</string>
+ <string>iotadieresistonos</string>
+ <string>iotatonos</string>
+ <string>iotadieresis</string>
+ <string>uni1F30</string>
+ <string>uni1F31</string>
+ <string>uni1F32</string>
+ <string>uni1F33</string>
+ <string>uni1F34</string>
+ <string>uni1F35</string>
+ <string>uni1F36</string>
+ <string>uni1F37</string>
+ <string>uni1F76</string>
+ <string>uni1FD0</string>
+ <string>uni1FD1</string>
+ <string>uni1FD2</string>
+ <string>uni1FD6</string>
+ <string>uni1FD7</string>
+ <string>omegatonos</string>
+ <string>uni1F60</string>
+ <string>uni1F61</string>
+ <string>uni1F62</string>
+ <string>uni1F63</string>
+ <string>uni1F64</string>
+ <string>uni1F65</string>
+ <string>uni1F66</string>
+ <string>uni1F67</string>
+ <string>uni1F7C</string>
+ <string>uni1FA0</string>
+ <string>uni1FA1</string>
+ <string>uni1FA2</string>
+ <string>uni1FA3</string>
+ <string>uni1FA4</string>
+ <string>uni1FA5</string>
+ <string>uni1FA6</string>
+ <string>uni1FA7</string>
+ <string>uni1FF2</string>
+ <string>uni1FF3</string>
+ <string>uni1FF4</string>
+ <string>uni1FF6</string>
+ <string>uni1FF7</string>
+ <string>uni1FE4</string>
+ <string>uni1FE5</string>
+ <string>upsilondieresistonos</string>
+ <string>upsilondieresis</string>
+ <string>upsilontonos</string>
+ <string>uni1F50</string>
+ <string>uni1F51</string>
+ <string>uni1F52</string>
+ <string>uni1F53</string>
+ <string>uni1F54</string>
+ <string>uni1F55</string>
+ <string>uni1F56</string>
+ <string>uni1F57</string>
+ <string>uni1F7A</string>
+ <string>uni1FE0</string>
+ <string>uni1FE1</string>
+ <string>uni1FE2</string>
+ <string>uni1FE6</string>
+ <string>uni1FE7</string>
+ <string>afii10065</string>
+ <string>abrevecyrillic</string>
+ <string>adieresiscyrillic</string>
+ <string>iecyrillic</string>
+ <string>uni0450</string>
+ <string>iocyrillic</string>
+ <string>iebrevecyrillic</string>
+ <string>ocyrillic</string>
+ <string>odieresiscyrillic</string>
+ <string>ercyrillic</string>
+ <string>escyrillic</string>
+ <string>ucyrillic</string>
+ <string>ushortcyrillic</string>
+ <string>umacroncyrillic</string>
+ <string>udieresiscyrillic</string>
+ <string>uhungarumlautcyrillic</string>
+ <string>khacyrillic</string>
+ <string>dzecyrillic</string>
+ <string>icyrillic</string>
+ <string>yicyrillic</string>
+ <string>jecyrillic</string>
+ <string>psicyrillic</string>
+ <string>ukcyrillic</string>
+ <string>ghestrokecyrillic</string>
+ <string>zedescendercyrillic</string>
+ <string>esdescendercyrillic</string>
+ <string>tedescendercyrillic</string>
+ <string>ustraightcyrillic</string>
+ <string>ustraightstrokecyrillic</string>
+ <string>shhacyrillic</string>
+ <string>chedescenderabkhasiancyrillic</string>
+ <string>chekhakassiancyrillic</string>
+ <string>uni04CF</string>
+ <string>aiecyrillic</string>
+ <string>schwacyrillic</string>
+ <string>schwadieresiscyrillic</string>
+ <string>obarredcyrillic</string>
+ <string>obarreddieresiscyrillic</string>
+ <string>uni04F7</string>
+ <string>uni04FF</string>
+ <string>chedieresiscyrillic</string>
+ <string>uni04ED</string>
+ <string>gjecyrillic</string>
+ <string>iishortcyrillic</string>
+ <string>uni045D</string>
+ <string>imacroncyrillic</string>
+ <string>idieresiscyrillic</string>
+ <string>izhitsadblgravecyrillic</string>
+ <string>kjecyrillic</string>
+ <string>yerudieresiscyrillic</string>
+ <string>zedieresiscyrillic</string>
+ <string>zhebrevecyrillic</string>
+ <string>zhedieresiscyrillic</string>
+ <string>Lj</string>
+ <string>Nj</string>
+ <string>Dz</string>
+ <string>uni1F88</string>
+ <string>uni1F89</string>
+ <string>uni1F8A</string>
+ <string>uni1F8B</string>
+ <string>uni1F8C</string>
+ <string>uni1F8D</string>
+ <string>uni1F8E</string>
+ <string>uni1F8F</string>
+ <string>uni1FBC</string>
+ <string>uni1F98</string>
+ <string>uni1F99</string>
+ <string>uni1F9A</string>
+ <string>uni1F9B</string>
+ <string>uni1F9C</string>
+ <string>uni1F9D</string>
+ <string>uni1F9E</string>
+ <string>uni1F9F</string>
+ <string>uni1FCC</string>
+ <string>uni1FA8</string>
+ <string>uni1FA9</string>
+ <string>uni1FAA</string>
+ <string>uni1FAB</string>
+ <string>uni1FAC</string>
+ <string>uni1FAD</string>
+ <string>uni1FAE</string>
+ <string>uni1FAF</string>
+ <string>uni1FFC</string>
+ <string>apostrophemod</string>
+ <string>ypogegrammeni</string>
+ <string>horizontalbar</string>
+ <string>minute</string>
+ <string>second</string>
+ <string>exclamdbl</string>
+ <string>uni2047</string>
+ <string>uni2048</string>
+ <string>uni2049</string>
+ <string>franc</string>
+ <string>dong</string>
+ <string>nbspace</string>
+ <string>uni202F</string>
+ <string>uni205F</string>
+ <string>softhyphen</string>
+ <string>cyrillicbreve</string>
+ <string>uni1E2D.ccmp</string>
+ <string>uni1ECB.ccmp</string>
+ <string>tonebarextrahighmod.cn</string>
+ <string>tonebarextralowmod.cn</string>
+ <string>tonebarhighmod.cn</string>
+ <string>tonebarlowmod.cn</string>
+ <string>tonebarmidmod.cn</string>
+ <string>macronacutecomb.cn</string>
+ <string>macrongravecomb.cn</string>
+ <string>ringacute.cn</string>
+ <string>circumflexgravecomb.cn</string>
+ <string>dieresiscaroncomb.cn</string>
+ <string>dieresismacroncomb.cn</string>
+ <string>carondotcomb.cn</string>
+ <string>breveacutecomb.cn</string>
+ <string>acutedotcomb.cn</string>
+ <string>brevegravecomb.cn</string>
+ <string>circumflexacutecomb.cn</string>
+ <string>tildedieresiscomb.cn</string>
+ <string>circumflexhookcomb.cn</string>
+ <string>brevetildecomb.cn</string>
+ <string>dieresisacutecomb.cn</string>
+ <string>dotmacroncomb.cn</string>
+ <string>macrondieresiscomb.cn</string>
+ <string>dieresisgravecomb.cn</string>
+ <string>tildemacroncomb.cn</string>
+ <string>circumflextildecomb.cn</string>
+ <string>brevehookcomb.cn</string>
+ <string>commaaccentrotate.cn</string>
+ <string>tildeacutecomb.cn</string>
+ </array>
+ </dict>
</plist>
diff --git a/src/Inter-UI-Regular.ufo/metainfo.plist b/src/Inter-UI-Regular.ufo/metainfo.plist
index f5ec4e54c..8e836fbfb 100644
--- a/src/Inter-UI-Regular.ufo/metainfo.plist
+++ b/src/Inter-UI-Regular.ufo/metainfo.plist
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>creator</key>
- <string>org.robofab.ufoLib</string>
- <key>formatVersion</key>
- <integer>2</integer>
-</dict>
+ <dict>
+ <key>creator</key>
+ <string>org.robofab.ufoLib</string>
+ <key>formatVersion</key>
+ <integer>3</integer>
+ </dict>
</plist>
diff --git a/src/Inter-UI.designspace b/src/Inter-UI.designspace
new file mode 100644
index 000000000..28181a03a
--- /dev/null
+++ b/src/Inter-UI.designspace
@@ -0,0 +1,230 @@
+<?xml version='1.0' encoding='utf-8'?>
+<designspace format="4.0">
+ <axes>
+ <axis default="400" maximum="900" minimum="100" name="Weight" tag="wght" />
+ </axes>
+ <sources>
+ <source familyname="Inter UI" filename="Inter-UI-Regular.ufo" name="regular" stylename="Regular">
+ <lib copy="1" />
+ <groups copy="1" />
+ <features copy="1" />
+ <info copy="1" />
+ <location>
+ <dimension name="Weight" xvalue="400" />
+ </location>
+ </source>
+ <source familyname="Inter UI" filename="Inter-UI-Black.ufo" name="black" stylename="Black">
+ <location>
+ <dimension name="Weight" xvalue="900" />
+ </location>
+ </source>
+ </sources>
+ <instances>
+ <instance familyname="Inter UI" filename="../build/ufo/Inter-UI-Italic.ufo" name="italic" stylemapfamilyname="Inter UI" stylemapstylename="italic" stylename="Italic">
+ <location>
+ <dimension name="Weight" xvalue="400" />
+ </location>
+ <kerning />
+ <info />
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.customParameters</key>
+ <array>
+ <array>
+ <string>italicAngle</string>
+ <string>9.4</string>
+ </array>
+ <array>
+ <string>Filter</string>
+ <string>Transformations;Slant:9.4;Origin:4;</string>
+ </array>
+ <array>
+ <string>panose</string>
+ <array>
+ <integer>2</integer>
+ <integer>11</integer>
+ <integer>5</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>4</integer>
+ </array>
+ </array>
+ </array>
+ </dict>
+ </lib>
+ </instance>
+ <instance familyname="Inter UI" filename="../build/ufo/Inter-UI-Medium.ufo" name="medium" postscriptfontname="InterUI-Medium" stylemapfamilyname="Inter UI Medium" stylemapstylename="regular" stylename="Medium">
+ <location>
+ <dimension name="Weight" xvalue="500" />
+ </location>
+ <kerning />
+ <info />
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.customParameters</key>
+ <array>
+ <array>
+ <string>panose</string>
+ <array>
+ <integer>2</integer>
+ <integer>11</integer>
+ <integer>6</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>4</integer>
+ </array>
+ </array>
+ </array>
+ </dict>
+ </lib>
+ </instance>
+ <instance familyname="Inter UI" filename="../build/ufo/Inter-UI-MediumItalic.ufo" name="mediumitalic" stylemapfamilyname="Inter UI Medium" stylemapstylename="italic" stylename="Medium Italic">
+ <location>
+ <dimension name="Weight" xvalue="500" />
+ </location>
+ <kerning />
+ <info />
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.customParameters</key>
+ <array>
+ <array>
+ <string>italicAngle</string>
+ <string>9.4</string>
+ </array>
+ <array>
+ <string>Filter</string>
+ <string>Transformations;Slant:9.4;Origin:4;</string>
+ </array>
+ <array>
+ <string>panose</string>
+ <array>
+ <integer>2</integer>
+ <integer>11</integer>
+ <integer>6</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>4</integer>
+ </array>
+ </array>
+ </array>
+ </dict>
+ </lib>
+ </instance>
+ <instance familyname="Inter UI" filename="../build/ufo/Inter-UI-Bold.ufo" name="bold" postscriptfontname="InterUI-Bold" stylemapfamilyname="Inter UI" stylemapstylename="bold" stylename="Bold">
+ <location>
+ <dimension name="Weight" xvalue="700" />
+ </location>
+ <kerning />
+ <info />
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.customParameters</key>
+ <array>
+ <array>
+ <string>panose</string>
+ <array>
+ <integer>2</integer>
+ <integer>11</integer>
+ <integer>8</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>4</integer>
+ </array>
+ </array>
+ </array>
+ </dict>
+ </lib>
+ </instance>
+ <instance familyname="Inter UI" filename="../build/ufo/Inter-UI-BoldItalic.ufo" name="bolditalic" stylemapfamilyname="Inter UI Bold" stylemapstylename="italic" stylename="Bold Italic">
+ <location>
+ <dimension name="Weight" xvalue="700" />
+ </location>
+ <kerning />
+ <info />
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.customParameters</key>
+ <array>
+ <array>
+ <string>Filter</string>
+ <string>Transformations;Slant:9.4;Origin:4;</string>
+ </array>
+ <array>
+ <string>italicAngle</string>
+ <string>9.4</string>
+ </array>
+ <array>
+ <string>panose</string>
+ <array>
+ <integer>2</integer>
+ <integer>11</integer>
+ <integer>8</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>4</integer>
+ </array>
+ </array>
+ </array>
+ </dict>
+ </lib>
+ </instance>
+ <instance familyname="Inter UI" filename="../build/ufo/Inter-UI-BlackItalic.ufo" name="blackitalic" stylemapfamilyname="Inter UI Black" stylemapstylename="italic" stylename="Black Italic">
+ <location>
+ <dimension name="Weight" xvalue="900" />
+ </location>
+ <kerning />
+ <info />
+ <lib>
+ <dict>
+ <key>com.schriftgestaltung.customParameters</key>
+ <array>
+ <array>
+ <string>Filter</string>
+ <string>Transformations;Slant:9.4;Origin:4;</string>
+ </array>
+ <array>
+ <string>italicAngle</string>
+ <string>9.4</string>
+ </array>
+ <array>
+ <string>panose</string>
+ <array>
+ <integer>2</integer>
+ <integer>11</integer>
+ <integer>10</integer>
+ <integer>2</integer>
+ <integer>3</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>0</integer>
+ <integer>4</integer>
+ </array>
+ </array>
+ </array>
+ </dict>
+ </lib>
+ </instance>
+ </instances>
+</designspace>
diff --git a/src/Inter-UI.glyphs b/src/Inter-UI.glyphs
new file mode 100644
index 000000000..d14b2511b
--- /dev/null
+++ b/src/Inter-UI.glyphs
@@ -0,0 +1,202377 @@
+{
+.appVersion = "1141";
+classes = (
+{
+code = "\012 A - Z\012 AE AEacute Aacute Abreve Acircumflex Adieresis Agrave Alpha Alphatonos\012 Amacron Aogonek Aogonek.NAV Aring Aringacute Atilde Beta Cacute Ccaron\012 Ccedilla Ccircumflex Dcaron Dcroat Delta Eacute Ebreve Ecaron Ecircumflex\012 Edieresis Edotaccent Egrave Emacron Eng Eogonek Eogonek.NAV Epsilon\012 Epsilontonos Eta Etatonos Eth Gamma Gbreve Gcircumflex Gcommaaccent Germandbls\012 Hbar Hcircumflex IJ Iacute Ibreve Icircumflex Idieresis Igrave Imacron Iogonek\012 Iota Iotadieresis Iotatonos Itilde Jcircumflex Kappa Kcommaaccent Lacute\012 Lambda Lcaron Lcommaaccent Ldot L_slash Nacute Ncaron Ncommaaccent Ntilde Nu\012 OE Oacute Obreve Ocircumflex Odieresis Ograve Ohungarumlaut Omacron Omega\012 Omegatonos Omicron Omicrontonos Oogonek Oogonek.NAV Oslash Oslashacute Otilde\012 Phi Pi Psi Racute Rcaron Rcommaaccent Rho Sacute Scaron Scedilla Scircumflex\012 Sigma Tau Tbar Tcaron Theta Thorn Uacute Ubreve Ucircumflex Udieresis Ugrave\012 Uhungarumlaut Umacron Uogonek Upsilon Upsilondieresis Upsilontonos Uring\012 Utilde Wacute Wcircumflex Wdieresis Wgrave Xi Yacute Ycircumflex Ydieresis\012 Ygrave Zacute Zcaron Zdotaccent Zeta ampersand Cdotaccent Gdotaccent\012 Tcommaaccent Scommaaccent uni021A uni037F\012";
+name = UC_ROMAN;
+},
+{
+code = "\012 a - z\012 ae aeacute aacute abreve acircumflex adieresis agrave alpha alphatonos\012 amacron aogonek aogonek.NAV aring aringacute atilde beta cacute ccaron\012 ccedilla ccircumflex dcaron dcroat delta eacute ebreve ecaron ecircumflex\012 edieresis edotaccent egrave emacron eng eogonek eogonek.NAV epsilon\012 epsilontonos eta etatonos eth gamma gbreve gcircumflex gcommaaccent\012 germandbls hbar hcircumflex ij iacute ibreve icircumflex idieresis igrave\012 imacron iogonek iota iotadieresis iotatonos itilde jcircumflex kappa\012 kcommaaccent lacute lambda lcaron lcommaaccent ldot lslash nacute ncaron\012 ncommaaccent ntilde nu oe oacute obreve ocircumflex odieresis ograve\012 ohungarumlaut omacron omega omegatonos omicron omicrontonos oogonek\012 oogonek.NAV oslash oslashacute otilde phi pi psi racute rcaron rcommaaccent\012 rho sacute scaron scedilla scircumflex sigma tau tbar tcaron theta thorn\012 uacute ubreve ucircumflex udieresis ugrave uhungarumlaut umacron uogonek\012 upsilon upsilondieresis upsilontonos uring utilde wacute wcircumflex\012 wdieresis wgrave xi yacute ycircumflex ydieresis ygrave zacute zcaron\012 zdotaccent zeta ampersand cdotaccent gdotaccent tcommaaccent scommaaccent\012 uni021B yotgreek\012";
+name = LC_ROMAN;
+},
+{
+code = "\012 zero one two three four five six seven eight nine\012 Euro Idotaccent Mu dollar\012 lira sterling afii10023 afii10051 afii10052 afii10053 afii10054 afii10055\012 afii10056 afii10057 afii10058 afii10059 afii10060 afii10061 afii10062\012 afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022\012 afii10024 afii10025 afii10026 afii10027 afii10029 afii10030 afii10031\012 afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038\012 afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045\012 afii10046 afii10047 afii10048 afii10049 afii10050 Ghestrokecyrillic\012 Zhedescendercyrillic Zedescendercyrillic Kadescendercyrillic\012 Kaverticalstrokecyrillic Kabashkircyrillic Endescendercyrillic\012 Haabkhasiancyrillic Esdescendercyrillic Ustraightcyrillic\012 Ustraightstrokecyrillic Hadescendercyrillic Tetsecyrillic\012 Cheverticalstrokecyrillic Shhacyrillic Cheabkhasiancyrillic\012 Chedescenderabkhasiancyrillic Schwacyrillic Dzeabkhasiancyrillic\012 Imacroncyrillic Obarredcyrillic Umacroncyrillic hryvnia tenge uni20BD numero\012 yen placeofinterestsign L_bar\012";
+name = UC_SET1;
+},
+{
+code = "\012 dotlessi sigma1 mugreek afii10065 becyrillic vecyrillic gecyrillic\012 decyrillic iecyrillic zhecyrillic zecyrillic iicyrillic iishortcyrillic\012 kacyrillic elcyrillic emcyrillic encyrillic ocyrillic pecyrillic ercyrillic\012 escyrillic tecyrillic ucyrillic efcyrillic khacyrillic tsecyrillic\012 checyrillic shacyrillic shchacyrillic hardsigncyrillic yericyrillic\012 softsigncyrillic ereversedcyrillic iucyrillic iacyrillic iocyrillic\012 djecyrillic gjecyrillic ecyrillic dzecyrillic icyrillic yicyrillic\012 jecyrillic ljecyrillic njecyrillic tshecyrillic kjecyrillic ushortcyrillic\012 dzhecyrillic gheupturncyrillic ghestrokecyrillic zhedescendercyrillic\012 zedescendercyrillic kadescendercyrillic kaverticalstrokecyrillic\012 kabashkircyrillic endescendercyrillic haabkhasiancyrillic\012 esdescendercyrillic ustraightcyrillic ustraightstrokecyrillic\012 hadescendercyrillic tetsecyrillic cheverticalstrokecyrillic shhacyrillic\012 cheabkhasiancyrillic chedescenderabkhasiancyrillic schwacyrillic\012 dzeabkhasiancyrillic imacroncyrillic obarredcyrillic umacroncyrillic zhook\012";
+name = LC_SET1;
+},
+{
+code = "\012 zero.tnum one.tnum two.tnum three.tnum four.tnum five.tnum\012 six.tnum seven.tnum eight.tnum nine.tnum\012";
+name = TNUM;
+},
+{
+code = "\012 zero one two three four five\012 six seven eight nine\012 one.1 four.1 six.1 nine.1\012 period comma\012";
+name = TNUM_L;
+},
+{
+code = "\012 zero.tnum one.tnum two.tnum three.tnum four.tnum five.tnum\012 six.tnum seven.tnum eight.tnum nine.tnum\012 one.tnum.1 four.tnum.1 six.tnum.1 nine.tnum.1\012 period.tnum comma.tnum\012";
+name = TNUM_R;
+},
+{
+code = " one four six nine ";
+name = SS01_L;
+},
+{
+code = " one.1 four.1 six.1 nine.1 ";
+name = SS01_R;
+},
+{
+code = " zero one two three four five six seven eight nine @TNUM @SS01_R ";
+name = NUM;
+},
+{
+code = "\012 space enspace emspace thirdemspace quarteremspace sixthemspace figurespace\012 punctuationspace thinspace hairspace zerowidthspace\012";
+name = SPACE;
+},
+{
+code = " zero one two three four five six seven eight nine ";
+name = frac1;
+},
+{
+code = " zero.frac onesuperior twosuperior threesuperior four.frac five.frac six.frac seven.frac eight.frac nine.frac ";
+name = frac2;
+},
+{
+code = " fraction zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ";
+name = frac3;
+},
+{
+code = " zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ";
+name = frac4;
+},
+{
+code = "\012 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z\012 a b c d e f g h i j k l m n o p q r s t u v w x y z\012 AE AEacute AEmacron Aacute Abreve\012 Acaron Acircumflex Adieresis Agrave Alpha Alphatonos Amacron Aogonek\012 Aogonek.NAV Aring Aringacute Atilde Beta Cacute Ccaron Ccedilla Ccircumflex\012 Dcaron Dcroat Eacute Ebreve Ecaron Ecircumflex Edieresis Edotaccent Egrave\012 Emacron Eng Eogonek Eogonek.NAV Epsilon Epsilon1 Epsilontonos Esh Eta Etatonos\012 Eth Gacute Gamma Gbar Gbreve Gcaron Gcircumflex Gcommaaccent Gsmallcap\012 Gsmallcaphook Hbar Hcircumflex Iacute Istroke Ibreve Icaron Icircumflex\012 Idieresis Idotaccent Igrave Imacron Iogonek Iota Iota1 Iotadieresis Iotatonos\012 Ismallcap Itilde Jcircumflex Kappa Kcaron Kcommaaccent Lacute Lcaron\012 Lcommaaccent Ldot L_slash L_bar Lsmallcap Mu Nacute Ncaron Ncommaaccent\012 Nsmallcap Ntilde Nu OE OEsmallcap Oacute Obar Obreve Ocaron Ocircumflex\012 Odieresis Ograve Ohorn Ohungarumlaut Omacron Omega Omicron Omicrontonos\012 Oogonek Oogonek.NAV Oslash Oslashacute Otilde Racute Rcaron Rcommaaccent Rho\012 Rsmallcap Rsmallcapinv Sacute Scaron Scedilla Schwa Scircumflex Tau Tbar\012 Tcaron Uacute Ubreve Ucaron Ucircumflex Udieresis Ugrave Uhorn Uhungarumlaut\012 Umacron Uogonek Upsilon Upsilondieresis Upsilontonos Uring Utilde Wacute\012 Wcircumflex Wdieresis Wgrave Yacute Ycircumflex Ydieresis Ygrave Ysmallcap\012 Zacute Zbar Zcaron Zdotaccent Zeta a_uni02DE aacute abreve acaron acircumflex\012 adieresis ae aeacute aemacron agrave alpha alphatonos amacron aogonek\012 aogonek.NAV aring aringacute ascript ascriptturn atilde aturn babygamma bbar\012 bhook bullseye cacute ccaron ccedilla ccircumflex ccurl cedilla cstretch\012 dcaron dcroat dhook dotlessi drthook dyogh dz dzcurl eacute ebreve ecaron\012 ecircumflex edieresis edotaccent egrave emacron eng eogonek eogonek.NAV\012 epsilon epsilon1 epsilon1rev epsilon1revclosed epsilon1revhook epsilonclosed\012 epsilontonos erev esh eshcurl eshshortrev eta etatonos eturn finalkaf finalmem\012 hturnhook2 franc gacute gamma1 gbar gbreve gcaron gcircumflex gcommaaccent\012 gcursive ghook glottalstop glottalstopbar glottalstopbarrev glottalstopinv\012 glottalstoprevinv hbar hcircumflex henghook hhook hturn iacute ibar ibreve\012 icaron icircumflex idieresis igrave imacron iogonek iota iota1 iotadieresis\012 iotadieresistonos iotatonos itilde jcircumflex jcrosstail jdotlessbar\012 jhookdblbar kappa kcaron kcommaaccent kgreenlandic kturn lacute lbar lbelt\012 lcaron lcommaaccent ldot lmidtilde longs lrthook lslash lyogh mhook mturn\012 mturndescend nacute napostrophe ncaron ncommaaccent nlfthook nrthook ntilde nu\012 o_uni02DE oacute obar obreve ocaron ocircumflex odieresis oe ogonek ograve\012 ohorn ohungarumlaut omacron omega omegaclosed omegatonos omicron omicrontonos\012 oogonek oogonek.NAV oopen oslash oslashacute otilde philatin psi qhook racute\012 rcaron rcommaaccent rdescend rfishhook rfishhookrev rho rrthook rturn\012 rturnascend rturnrthook sacute scaron scedilla schwa schwahook scircumflex\012 srthook tbar tcaron tccurl tesh trthook ts tturn uacute ubar ubreve ucaron\012 ucircumflex udieresis ugrave uhorn uhungarumlaut umacron uni0069.ccmp\012 uni006A.ccmp Cdotaccent cdotaccent Gdotaccent gdotaccent uni012F.ccmp\012 Tcommaaccent tcommaaccent nlegrightlong Udieresismacron udieresismacron\012 Udieresisacute udieresisacute Udieresiscaron udieresiscaron Udieresisgrave\012 udieresisgrave Adieresismacron adieresismacron Adotmacron adotmacron\012 Oogonekmacron oogonekmacron jcaron uni01F8 uni01F9 Adblgrave adblgrave\012 Ainvertedbreve ainvertedbreve Edblgrave edblgrave Einvertedbreve\012 einvertedbreve Idblgrave idblgrave Iinvertedbreve iinvertedbreve Odblgrave\012 odblgrave Oinvertedbreve oinvertedbreve Rdblgrave rdblgrave Rinvertedbreve\012 rinvertedbreve Udblgrave udblgrave Uinvertedbreve uinvertedbreve Scommaaccent\012 scommaaccent uni021A uni021B uni021E uni021F uni0226 uni0227 uni0228 uni0229\012 uni022A uni022B uni022C uni022D uni022E uni022F uni0230 uni0231 uni0232\012 uni0233 dotlessj uni0243 uni0244 uni0248 uni0249 uni0249.ccmp uni024C uni024D\012 uni024E uni024F uni0268.ccmp ezh ezhcurl uni0299 uni029C uni029D.ccmp feng\012 uni02AB uni02AC hturnlthook rhotichookmod uni037F Upsilonhooksymbol\012 Upsilonacutehooksymbolgreek Upsilondieresishooksymbolgreek pisymbolgreek\012 sigmalunatesymbolgreek yotgreek uni03F3.ccmp uni03F4 uni03F9 uni03FA uni0400\012 afii10023 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057\012 afii10061 uni040D afii10062 afii10017 afii10019 afii10020 afii10022 afii10024\012 afii10025 afii10026 afii10027 afii10029 afii10030 afii10031 afii10032\012 afii10034 afii10035 afii10036 afii10037 afii10039 afii10041 afii10045\012 afii10047 afii10048 afii10049 afii10065 vecyrillic gecyrillic decyrillic\012 iecyrillic zhecyrillic zecyrillic iicyrillic iishortcyrillic kacyrillic\012 elcyrillic emcyrillic encyrillic ocyrillic pecyrillic ercyrillic escyrillic\012 tecyrillic ucyrillic efcyrillic khacyrillic tsecyrillic checyrillic\012 shacyrillic shchacyrillic yericyrillic ereversedcyrillic iucyrillic iacyrillic\012 uni0450 iocyrillic gjecyrillic ecyrillic dzecyrillic icyrillic uni0456.ccmp\012 yicyrillic jecyrillic uni0458.ccmp kjecyrillic uni045D ushortcyrillic\012 Omegacyrillic omegacyrillic ksicyrillic psicyrillic afii10147 fitacyrillic\012 afii10148 izhitsacyrillic Izhitsadblgravecyrillic izhitsadblgravecyrillic\012 omegaroundcyrillic otcyrillic Koppacyrillic koppacyrillic uni048A uni048B\012 Ghestrokecyrillic ghestrokecyrillic Zhedescendercyrillic zhedescendercyrillic\012 Zedescendercyrillic zedescendercyrillic kadescendercyrillic\012 Endescendercyrillic endescendercyrillic Haabkhasiancyrillic\012 haabkhasiancyrillic Esdescendercyrillic esdescendercyrillic\012 Tedescendercyrillic tedescendercyrillic Ustraightcyrillic\012 Ustraightstrokecyrillic Hadescendercyrillic hadescendercyrillic\012 Chedescendercyrillic chedescendercyrillic Shhacyrillic shhacyrillic\012 Cheabkhasiancyrillic cheabkhasiancyrillic palochkacyrillic Zhebrevecyrillic\012 zhebrevecyrillic uni04C6 uni04C9 uni04CA Chekhakassiancyrillic\012 chekhakassiancyrillic uni04CD uni04CE uni04CF Abrevecyrillic abrevecyrillic\012 Adieresiscyrillic adieresiscyrillic Aiecyrillic aiecyrillic Iebrevecyrillic\012 iebrevecyrillic Schwacyrillic schwacyrillic Schwadieresiscyrillic\012 schwadieresiscyrillic Zhedieresiscyrillic zhedieresiscyrillic\012 Zedieresiscyrillic zedieresiscyrillic Imacroncyrillic imacroncyrillic\012 Idieresiscyrillic idieresiscyrillic Odieresiscyrillic odieresiscyrillic\012 Obarredcyrillic obarredcyrillic Obarreddieresiscyrillic\012 obarreddieresiscyrillic uni04EC uni04ED Umacroncyrillic umacroncyrillic\012 Udieresiscyrillic udieresiscyrillic Uhungarumlautcyrillic\012 uhungarumlautcyrillic Chedieresiscyrillic chedieresiscyrillic uni04F6 uni04F7\012 Yerudieresiscyrillic yerudieresiscyrillic uni04FC uni04FD uni04FE uni04FF\012 uni052F Aringbelow aringbelow Bdotaccent bdotaccent Bdotbelow bdotbelow\012 Blinebelow blinebelow Ccedillaacute ccedillaacute Ddotaccent ddotaccent\012 Ddotbelow ddotbelow Dlinebelow dlinebelow Dcedilla dcedilla Dcircumflexbelow\012 dcircumflexbelow Emacrongrave emacrongrave Emacronacute emacronacute\012 Ecircumflexbelow ecircumflexbelow Etildebelow etildebelow Ecedillabreve\012 ecedillabreve Fdotaccent fdotaccent Gmacron gmacron Hdotaccent hdotaccent\012 Hdotbelow hdotbelow Hdieresis hdieresis Hbrevebelow hbrevebelow Itildebelow\012 itildebelow uni1E2D.ccmp Idieresisacute idieresisacute Kacute kacute Kdotbelow\012 kdotbelow Klinebelow klinebelow Ldotbelow ldotbelow Ldotbelowmacron\012 ldotbelowmacron Llinebelow llinebelow Lcircumflexbelow lcircumflexbelow Macute\012 macute Mdotaccent mdotaccent Mdotbelow mdotbelow Ndotaccent ndotaccent\012 Ndotbelow ndotbelow Nlinebelow nlinebelow Ncircumflexbelow ncircumflexbelow\012 Otildeacute otildeacute Otildedieresis otildedieresis Omacrongrave\012 omacrongrave Omacronacute omacronacute Pacute pacute Pdotaccent pdotaccent\012 Rdotaccent rdotaccent Rdotbelow rdotbelow Rdotbelowmacron rdotbelowmacron\012 Rlinebelow rlinebelow Sdotaccent sdotaccent Sdotbelow sdotbelow\012 Sacutedotaccent sacutedotaccent Scarondotaccent scarondotaccent\012 Sdotbelowdotaccent sdotbelowdotaccent Tdotaccent tdotaccent Tdotbelow\012 tdotbelow Tlinebelow tlinebelow Tcircumflexbelow tcircumflexbelow\012 Udieresisbelow udieresisbelow Utildebelow utildebelow Ucircumflexbelow\012 ucircumflexbelow Utildeacute utildeacute Umacrondieresis umacrondieresis\012 Vtilde vtilde Vdotbelow vdotbelow Wdotaccent wdotaccent Wdotbelow wdotbelow\012 Xdotaccent xdotaccent Xdieresis xdieresis Ydotaccent ydotaccent Zcircumflex\012 zcircumflex Zdotbelow zdotbelow Zlinebelow zlinebelow hlinebelow tdieresis\012 wring yring arighthalfring Adotbelow adotbelow Ahookabove ahookabove\012 Acircumflexacute acircumflexacute Acircumflexgrave acircumflexgrave\012 Acircumflexhookabove acircumflexhookabove Acircumflextilde acircumflextilde\012 Acircumflexdotbelow acircumflexdotbelow Abreveacute abreveacute Abrevegrave\012 abrevegrave Abrevehookabove abrevehookabove Abrevetilde abrevetilde\012 Abrevedotbelow abrevedotbelow Edotbelow edotbelow Ehookabove ehookabove Etilde\012 etilde Ecircumflexacute ecircumflexacute Ecircumflexgrave ecircumflexgrave\012 Ecircumflexhookabove ecircumflexhookabove Ecircumflextilde ecircumflextilde\012 Ecircumflexdotbelow ecircumflexdotbelow Ihookabove ihookabove Idotbelow\012 idotbelow uni1ECB.ccmp Odotbelow odotbelow Ohookabove ohookabove\012 Ocircumflexacute ocircumflexacute Ocircumflexgrave ocircumflexgrave\012 Ocircumflexhookabove ocircumflexhookabove Ocircumflextilde ocircumflextilde\012 Ocircumflexdotbelow ocircumflexdotbelow Ohornacute ohornacute Ohorngrave\012 ohorngrave Ohornhookabove ohornhookabove Ohorntilde ohorntilde Ohorndotbelow\012 ohorndotbelow Udotbelow udotbelow Uhookabove uhookabove Uhornacute uhornacute\012 Uhorngrave uhorngrave Uhornhookabove uhornhookabove Uhorntilde uhorntilde\012 Uhorndotbelow uhorndotbelow Ydotbelow ydotbelow Yhookabove yhookabove Ytilde\012 ytilde uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F08\012 uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F10 uni1F11\012 uni1F12 uni1F13 uni1F14 uni1F15 uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C\012 uni1F1D uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27\012 uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F30\012 uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F38 uni1F39\012 uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F40 uni1F41 uni1F42\012 uni1F43 uni1F44 uni1F45 uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D\012 uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F59\012 uni1F5B uni1F5D uni1F5F uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65\012 uni1F66 uni1F67 uni1F70 uni1F71 uni1F72 uni1F73 uni1F74 uni1F75 uni1F76\012 uni1F77 uni1F78 uni1F79 uni1F7A uni1F7B uni1F7C uni1F7D uni1F80 uni1F81\012 uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1F88 uni1F89 uni1F8A\012 uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F90 uni1F91 uni1F92 uni1F93\012 uni1F94 uni1F95 uni1F96 uni1F97 uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C\012 uni1F9D uni1F9E uni1F9F uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5\012 uni1FA6 uni1FA7 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7\012 uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC2 uni1FC3 uni1FC4 uni1FC6\012 uni1FC7 uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD0 uni1FD1 uni1FD2\012 uni1FD3 uni1FD6 uni1FD7 uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE0 uni1FE1\012 uni1FE2 uni1FE3 uni1FE4 uni1FE5 uni1FE6 uni1FE7 uni1FE8 uni1FE9 uni1FEA\012 uni1FEB uni1FEC uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni1FF8 uni1FF9 dong\012 uogonek upsilon upsilondieresis upsilondieresistonos upsilonlatin upsilontonos\012 uring utilde vscript vturn wacute wcircumflex wdieresis wgrave wturn yacute\012 ycircumflex ydieresis ygrave yturn zacute zbar zcaron zcurl zdotaccent zrthook\012";
+name = GDEF_BASE;
+},
+{
+code = " slongdotaccent ";
+name = GDEF_LIGATURE;
+},
+{
+code = " acutecomb acutedblnosp acuterightnosp acutesubnosp anglesupnosp archdblsubnosp breveinvnosp breveinvsubnosp brevenosp brevesubnosp bridgeinvsubnosp bridgesubnosp candrabindunosp cedillanosp circumflexnosp circumflexsubnosp commaaccent commasuprevnosp commaturnsupnosp diaeresistonosnosp dieresisnosp dotbelow dotdblsubnosp dotnosp gravecomb graveleftnosp gravesubnosp hook iotasubnosp linevertdblnosp linevertnosp linevertsubnosp macroncomb macronsubnosp minussubnosp ogoneknosp overscoredblnosp overscorenosp plussubnosp ringlefthalfsubnosp ringnosp ringrighthalfsubnosp ringsubnosp seagullsubnosp squaresubnosp tackdownsubnosp tackleftsubnosp tackrightsubnosp tackupsubnosp tildecomb tildesubnosp tildevertsupnosp underscoredblnosp underscorenosp caroncmb dblgravecmb commaabovecmb commaaboverightcmb commabelowcmb caronbelowcmb perispomenigreekcmb koroniscmb uni0346 uni0347 uni0348 uni0349 uni034A uni034B uni034C uni034D uni034E uni0350 uni0351 uni0352 uni0353 uni0354 uni0355 uni0356 uni0357 uni0359 uni035A uni035B uni035C uni035D uni035E uni035F tildedoublecmb breveinverteddoublecmb uni0362 uni0363 uni0364 uni0365 uni0366 uni0367 uni0368 uni0369 uni036A uni036B uni036C uni036D uni036E uni036F titlocyrilliccmb palatalizationcyrilliccmb uni1DC0 uni1DC1 uni1DC2 uni1DC3 uni1DC4 uni1DC5 uni1DC6 uni1DC7 uni1DC8 uni1DC9 uni1DCA uni1DCB uni1DCC uni1DCD uni1DCE uni1DCF uni1DD0 uni1DD1 uni1DD2 uni1DD3 uni1DD4 uni1DD5 uni1DD6 uni1DD7 uni1DD8 uni1DD9 uni1DDA uni1DDB uni1DDC uni1DDD uni1DDE uni1DDF uni1DE0 uni1DE1 uni1DE2 uni1DE3 uni1DE4 uni1DE5 uni1DE6 uni1DE7 uni1DE8 uni1DE9 uni1DEA uni1DEB uni1DEC uni1DED uni1DEE uni1DEF uni1DF0 uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFD uni1DFE uni1DFF xsupnosp ";
+name = GDEF_MARK;
+},
+{
+code = " acutedotcomb.cn breveacutecomb.cn brevegravecomb.cn brevehookcomb.cn brevetildecomb.cn carondotcomb.cn circumflexacutecomb.cn circumflexgravecomb.cn circumflexhookcomb.cn circumflextildecomb.cn commaaccentrotate.cn dieresisacutecomb.cn dieresiscaroncomb.cn dieresisgravecomb.cn dieresismacroncomb.cn dotmacroncomb.cn macronacutecomb.cn macrondieresiscomb.cn macrongravecomb.cn ringacute.cn tildeacutecomb.cn tildedieresiscomb.cn tildemacroncomb.cn tonebarextrahighmod.cn tonebarhighmod.cn tonebarmidmod.cn tonebarlowmod.cn tonebarextralowmod.cn ";
+name = GDEF_COMPONENT;
+},
+{
+code = "gravecomb acutecomb tildecomb brevetildecomb.cn brevehookcomb.cn breveacutecomb.cn\012circumflextildecomb.cn circumflexhookcomb.cn circumflexgravecomb.cn circumflexacutecomb.cn\012brevegravecomb.cn macroncomb dieresismacroncomb.cn\012dieresisacutecomb.cn dieresiscaroncomb.cn dieresisgravecomb.cn dotmacroncomb.cn\012tildeacutecomb.cn macrongravecomb.cn macronacutecomb.cn macrondieresiscomb.cn acutedotcomb.cn\012carondotcomb.cn tildemacroncomb.cn tildedieresiscomb.cn circumflexnosp overscorenosp\012brevenosp dotnosp dieresisnosp hook ringnosp acutedblnosp caroncmb\012linevertnosp linevertdblnosp dblgravecmb candrabindunosp breveinvnosp\012commaturnsupnosp commaabovecmb commasuprevnosp commaaboverightcmb anglesupnosp\012hornnosp xsupnosp tildevertsupnosp overscoredblnosp graveleftnosp\012acuterightnosp perispomenigreekcmb koroniscmb diaeresistonosnosp uni0346\012uni034A uni034B uni034C uni0350 uni0351 uni0352 uni0357 uni0358 uni035B\012uni1DC0 uni1DC1 uni1DC3 uni1DC4 uni1DC5 uni1DC6 uni1DC7 uni1DC8 uni1DC9\012uni1DCB uni1DCC uni1DCD uni1DCE uni1DD1 uni1DD2 uni1DD3 uni1DD4 uni1DD5\012uni1DD6 uni1DD7 uni1DD8 uni1DD9 uni1DDA uni1DDB uni1DDC uni1DDD uni1DDE\012uni1DDF uni1DE0 uni1DE1 uni1DE2 uni1DE3 uni1DE4 uni1DE5 uni1DE6 uni1DE7\012uni1DE8 uni1DE9 uni1DEA uni1DEB uni1DEC uni1DED uni1DEE uni1DEF uni1DF0\012uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFE uni0363 uni0364 uni0365\012uni0366 uni0367 uni0368 uni0369 uni036A uni036B uni036C uni036D uni036E\012uni036F titlocyrilliccmb palatalizationcyrilliccmb dasiapneumatacyrilliccmb\012psilipneumatacyrilliccmb uni0487 uni20F0 uniA69F uni2DFF uni20DC uniFE20\012uniFE21 uniFE22 uniFE23 uniFE24 uniFE25 uniFE26";
+name = ccmp_acc;
+},
+{
+code = "\012 braceleft braceright\012 bracketleft bracketright\012 parenleft parenright\012";
+name = CASE_DELIM_L;
+},
+{
+code = "\012 asterisk\012 at\012 multiply\012 minus\012 plus\012 plusminus\012 divide\012 equal\012 notequal\012 endash\012 figuredash\012 emdash\012 hyphen\012 bullet\012 arrowleft\012 arrowleftlong\012 arrowright\012 arrowrightlong\012 notequal\012 colon\012";
+name = CASE_NONDELIM_L;
+},
+{
+code = " @CASE_DELIM_L @CASE_NONDELIM_L ";
+name = CASE_L;
+},
+{
+code = "\012 braceleft.case braceright.case\012 bracketleft.case bracketright.case\012 parenleft.case parenright.case\012";
+name = CASE_DELIM_R;
+},
+{
+code = "\012 asterisk.case\012 at.case\012 multiply.case\012 minus.case\012 plus.case\012 plusminus.case\012 divide.case\012 equal.case\012 notequal.case\012 endash.case\012 figuredash.case\012 emdash.case\012 hyphen.case\012 bullet.case\012 arrowleft.case\012 arrowleftlong.case\012 arrowright.case\012 arrowrightlong.case\012 notequal.case\012 colon.case\012";
+name = CASE_NONDELIM_R;
+},
+{
+code = " @CASE_DELIM_R @CASE_NONDELIM_R ";
+name = CASE_R;
+}
+);
+copyright = "Copyright 2018 The Inter UI project authors";
+customParameters = (
+{
+name = glyphOrder;
+value = (
+.null,
+.notdef,
+space,
+A,
+Adieresis,
+Atilde,
+uni023A,
+Lambda,
+AE,
+B,
+uni0243,
+Bhook,
+C,
+Chook,
+uni023B,
+Oopen,
+D,
+Dhook,
+Dbar1,
+Dzcaron_,
+E,
+uni0246,
+Eturn,
+F,
+Fhook,
+Fturn,
+G,
+Gbar,
+Ghook,
+H,
+Hcedilla,
+Hbar,
+Enhookcyrillic,
+Endescendercyrillic,
+uni04C9,
+Enghecyrillic,
+uni01F6,
+I,
+Idieresis,
+Idieresisacute,
+Istroke,
+Itildebelow,
+J,
+uni0248,
+K,
+Kabashkircyrillic,
+Kadescendercyrillic,
+Khook,
+L,
+L_slash,
+L_bar,
+M,
+uni04CD,
+N,
+Nhook,
+Eng,
+afii10026,
+uni048A,
+uni0376,
+O,
+Odieresis,
+Otilde,
+Oslash,
+Ohorn,
+P,
+uni048E,
+Phook,
+Q,
+R,
+response,
+Rx,
+uni024C,
+S,
+Germandbls,
+T,
+Thook,
+Trthook,
+uni023E,
+U,
+Uhorn,
+uni0244,
+V,
+W,
+X,
+Hadescendercyrillic,
+uni04FC,
+Y,
+Yhook,
+uni024E,
+Z,
+uni0224,
+Zbar,
+uni2C7F,
+OE,
+a,
+adieresis,
+atilde,
+a_uni02DE,
+ae,
+aturn,
+leftloop.cn,
+rightloop.cn,
+b,
+bbar,
+btopbar,
+bhook,
+c,
+uni023C,
+chook,
+ccurl,
+d,
+dcroat,
+drthook,
+dhook,
+dtopbar,
+uni0221,
+dz,
+dzcaron,
+dzcurl,
+dyogh,
+e,
+edieresis,
+uni0247,
+f,
+slongstroke,
+slongdotaccent,
+feng,
+g,
+ghook,
+gbar,
+h,
+hcedilla,
+tshecyrillic,
+djecyrillic,
+hhook,
+henghook,
+hv,
+hturn,
+hturnlthook,
+hturnhook2,
+dotlessi,
+uni0069.ccmp,
+i,
+idieresis,
+idieresisacute,
+itilde,
+itildebelow,
+ibar,
+uni012F.ccmp,
+dotlessj,
+uni006A.ccmp,
+jdotlessbar,
+uni0249,
+uni0249.ccmp,
+j,
+uni029D.ccmp,
+jcrosstail,
+k,
+khook,
+kturn,
+l,
+lslash,
+lbar,
+lmidtilde,
+lrthook,
+lbelt,
+lcurl,
+m,
+mhook,
+mturn,
+mturndescend,
+n,
+ntilde,
+nrthook,
+eng,
+ncurl,
+nlfthook,
+o,
+odieresis,
+otilde,
+oslash,
+ohorn,
+fitacyrillic,
+oe,
+p,
+uni048F,
+phook,
+q,
+qhook,
+qrthook,
+Q_rthook,
+r,
+rrthook,
+uni024D,
+rturn,
+rturnrthook,
+rfishhookrev,
+rfishhook,
+rdescend,
+s,
+srthook,
+uni023F,
+germandbls,
+t,
+tpalatalhook,
+trthook,
+tcurl,
+tccurl,
+tturn,
+u,
+udieresis,
+utilde,
+uhorn,
+mu,
+ubar,
+v,
+vturn,
+w,
+wdieresis,
+wturn,
+x,
+y,
+ydieresis,
+yhook,
+uni024F,
+yturn,
+z,
+zbar,
+zhook,
+uni0240,
+zrthook,
+zcurl,
+Thorn,
+Gamma,
+Delta,
+Theta,
+Xi,
+Pi,
+Sigma,
+Phi,
+Psi,
+Omega,
+Gamma1,
+afii10018,
+afii10050,
+uni04FA,
+afii10021,
+afii10024,
+Zhedescendercyrillic,
+afii10025,
+Kacyr,
+Kaverticalstrokecyrillic,
+Kahookcyrillic,
+afii10029,
+uni04C5,
+afii10147,
+afii10145,
+afii10037,
+afii10038,
+afii10040,
+Tetsecyrillic,
+afii10041,
+Chedescendercyrillic,
+Cheverticalstrokecyrillic,
+Shhacyrillic,
+afii10060,
+afii10042,
+afii10043,
+afii10044,
+afii10045,
+afii10046,
+afii10058,
+afii10059,
+afii10047,
+afii10048,
+afii10049,
+Ghemiddlehookcyrillic,
+Pemiddlehookcyrillic,
+afii10053,
+Haabkhasiancyrillic,
+Cheabkhasiancyrillic,
+Schwacyrillic,
+Dzeabkhasiancyrillic,
+afii10148,
+afii10051,
+eth,
+thorn,
+alpha,
+beta,
+gamma,
+delta,
+epsilon,
+zeta,
+eta,
+theta,
+iota,
+lambda,
+xi,
+pi,
+rho,
+uni03FC,
+sigma1,
+sigma,
+tau,
+upsilon,
+phi,
+psi,
+omega,
+gamma1,
+becyrillic,
+vecyrillic,
+gecyrillic,
+gheupturncyrillic,
+uni04FB,
+decyrillic,
+zhecyrillic,
+zhedescendercyrillic,
+zecyrillic,
+iicyrillic,
+uni048B,
+kacyrillic,
+kahookcyrillic,
+kadescendercyrillic,
+kaverticalstrokecyrillic,
+kabashkircyrillic,
+elcyrillic,
+uni04C6,
+uni052F,
+emcyrillic,
+uni04CE,
+encyrillic,
+endescendercyrillic,
+enghecyrillic,
+enhookcyrillic,
+uni04CA,
+pecyrillic,
+tecyrillic,
+efcyrillic,
+uni04FD,
+hadescendercyrillic,
+tsecyrillic,
+dzhecyrillic,
+checyrillic,
+chedescendercyrillic,
+cheverticalstrokecyrillic,
+shacyrillic,
+shchacyrillic,
+softsigncyrillic,
+hardsigncyrillic,
+yericyrillic,
+uni048D,
+yatcyrillic,
+ljecyrillic,
+njecyrillic,
+ereversedcyrillic,
+iucyrillic,
+iacyrillic,
+ghemiddlehookcyrillic,
+pemiddlehookcyrillic,
+ecyrillic,
+haabkhasiancyrillic,
+tetsecyrillic,
+cheabkhasiancyrillic,
+dzeabkhasiancyrillic,
+izhitsacyrillic,
+dollar,
+cent,
+yen,
+sterling,
+florin,
+uni20BA,
+uni20BD,
+Euro,
+uni20B9,
+tenge,
+peseta,
+peso,
+kip,
+won,
+lira,
+austral,
+hryvnia,
+naira,
+guarani,
+coloncurrency,
+cedi,
+cruzeiro,
+tugrik,
+uni20AF,
+mill,
+afii57636,
+manat,
+rupee,
+lari,
+zero,
+zero.slash,
+zero.tnum,
+zero.tnum.slash,
+one,
+one.1,
+one.tnum,
+one.tnum.1,
+two,
+two.tnum,
+twostroke,
+three,
+three.tnum,
+four,
+four.1,
+four.tnum,
+four.tnum.1,
+five,
+five.tnum,
+Tonefive,
+six,
+six.1,
+six.tnum,
+six.tnum.1,
+seven,
+seven.tnum,
+eight,
+eight.tnum,
+nine,
+nine.1,
+nine.tnum,
+nine.tnum.1,
+ampersand,
+exclam,
+exclamdown,
+question,
+questiondown,
+parenleft,
+parenleft.case,
+parenright,
+parenright.case,
+bracketleft,
+bracketleft.case,
+bracketleft_quill,
+bracketright,
+bracketright.case,
+bracketright_quill,
+braceleft,
+braceleft.case,
+braceright,
+braceright.case,
+at,
+at.case,
+numbersign,
+currency,
+slash,
+bar,
+brokenbar,
+backslash,
+hyphenbullet,
+hyphen,
+hyphen.case,
+endash,
+endash.case,
+figuredash,
+figuredash.case,
+emdash,
+emdash.case,
+bullet,
+bullet.case,
+quoteleft,
+quoteright,
+primetripl1,
+quotesingle,
+quotedbl,
+quotedblleft,
+quotedblright,
+quotedblbase,
+quotesinglbase,
+comma,
+comma.tnum,
+period,
+period.tnum,
+ellipsis,
+twodotleader,
+colon,
+colon.case,
+semicolon,
+guilsinglleft,
+guilsinglright,
+guillemotleft,
+guillemotright,
+less,
+greater,
+lessequal,
+greaterequal,
+equal,
+equal.case,
+notequal,
+notequal.case,
+plus,
+plus.case,
+minus,
+minus.case,
+multiply,
+multiply.case,
+divide,
+divide.case,
+plusminus,
+plusminus.case,
+approxequal,
+asciitilde,
+logicalnot,
+periodcentered,
+anoteleia,
+questiongreek,
+underscore,
+dagger,
+daggerdbl,
+asciicircum,
+asterisk,
+asterisk.case,
+registered,
+trademark,
+servicemark,
+degree,
+ordfeminine,
+ordmasculine,
+isuperior,
+nsuperior,
+paragraph,
+section,
+copyright,
+infinity,
+partialdiff,
+summation,
+product,
+integral,
+radical,
+lozenge,
+fraction,
+zerosub,
+oneinferior,
+twosub,
+threesub,
+foursub,
+fivesub,
+sixinferior,
+sevensub,
+eightsub,
+nineinferior,
+plussub,
+minussub,
+equalsub,
+parenleftinferior,
+parenrightsub,
+zerosuperior,
+onesuperior,
+twosuperior,
+threesuperior,
+foursuperior,
+fivesuperior,
+sixsuperior,
+sevensuperior,
+eightsuperior,
+ninesuperior,
+plussuperior,
+minussuperior,
+equalsuperior,
+parenleftsuperior,
+parenrightsuperior,
+onehalf,
+onequarter,
+threequarters,
+percent,
+perthousand,
+numero,
+acute,
+hungarumlaut,
+grave,
+tonos,
+dieresis,
+casedieresis.cn,
+circumflex,
+tilde,
+casetilde.cn,
+macron,
+breve,
+dotaccent,
+ring,
+caron,
+dieresistonos,
+cedilla,
+ogonek,
+commaaccent,
+acutecomb,
+acutedblnosp,
+gravecomb,
+dblgravecmb,
+macroncomb,
+dieresisnosp,
+brevenosp,
+breveinvnosp,
+hook,
+circumflexnosp,
+caroncmb,
+tildecomb,
+dotnosp,
+ringnosp,
+hornnosp,
+ogoneknosp,
+cedillanosp,
+circumflexsubnosp,
+brevesubnosp,
+dotbelow,
+commabelowcmb,
+dotdblsubnosp,
+ringsubnosp,
+underscorenosp,
+tildesubnosp,
+enquad,
+emquad,
+enspace,
+emspace,
+thirdemspace,
+quarteremspace,
+sixthemspace,
+figurespace,
+punctuationspace,
+thinspace,
+hairspace,
+zerowidthspace,
+arrowleft,
+arrowleft.case,
+arrowleftlong,
+arrowleftlong.case,
+arrowup,
+arrowright,
+arrowright.case,
+arrowrightlong,
+arrowrightlong.case,
+arrowdown,
+arrowNW,
+arrowNE,
+arrowSE,
+arrowSW,
+dngb_check,
+dngb_ballotx,
+triagrt,
+triagdn,
+triagup,
+blackleftpointingtriangle,
+uni2009.fra,
+overscoredblnosp,
+uni215A,
+uni215F,
+macronacutecomb,
+crossbar,
+acutedotcomb.lc,
+tildedieresiscomb.lc,
+underscoredbl,
+uni2151,
+uni2150,
+uni2152,
+uni2155,
+romanone,
+uni2157,
+uni2156,
+estimated,
+degreecentigrade,
+dieresisacutecomb.lc,
+carondotcomb.lc,
+aturn_uni02DE,
+uni1FFD,
+uni1FFE,
+oopen,
+Gsmallcaphook,
+uni0346,
+anglesupnosp,
+ringacute,
+uni1DD8,
+uni1DD9,
+uni1DD2,
+uni1DD3,
+uni1DD0,
+uni1DD1,
+circumflexgravecomb,
+uni1DD4,
+uni1DD5,
+dieresiscaroncomb,
+breveinvsubnosp,
+commaturnsupnosp,
+uni1DDB,
+uni1DDC,
+ringrighthalfsubnosp,
+uni1DDF,
+uni1DDD,
+uni1DDE,
+romanten,
+degreefarenheit,
+Upsilon2,
+degreekelvin,
+uni02AB,
+uni02AC,
+uni1FCD,
+kappa1,
+onethird,
+uni2159,
+uni2158,
+uni214F,
+uni214D,
+OEsmallcap,
+tackupsubnosp,
+uni2DFF,
+glottalstopbarinv,
+seagullsubnosp,
+uni02EC,
+afii300,
+caronnosp,
+romanfour,
+macrongravecomb,
+uni03F5,
+uni03F6,
+longs,
+tonebarextrahighmod,
+one.sup,
+dieresismacroncomb,
+trianglebullet,
+Ysmallcap,
+uni03FB,
+uni03FD,
+uni03FE,
+uni03FF,
+iota1_uni02DE,
+uni0373,
+uni0372,
+uni0371,
+uni0370,
+uni0377,
+gravesubnosp,
+seveneighths,
+undertie,
+barmidshortnosp,
+glottalstoprevinv,
+uni037C,
+uni037B,
+uni037D,
+interrobang,
+primemod,
+uni213B,
+erev,
+cstretch,
+Btopbar,
+Koppa,
+commaturnedmod,
+commareversedmod,
+ringhalfleft,
+Rsmallcap,
+five.frac,
+Tonesix,
+tavdages,
+beta1,
+uni204F,
+uni204E,
+uni204D,
+uni204C,
+uni204B,
+uni204A,
+jsuper,
+epsilon1,
+CR,
+slashlongnosp,
+exclam1,
+Digamma,
+candrabindunosp,
+qofdagesh,
+uni036A,
+uni036B,
+uni036C,
+uni036D,
+uni036E,
+uni036F,
+uni20B7,
+uni20B6,
+uni20B0,
+uni20BB,
+tildedoublecmb,
+breveinverteddoublecmb,
+uni0362,
+uni0363,
+uni0364,
+uni0365,
+uni0366,
+uni0367,
+uni0368,
+uni0369,
+tildemidnosp,
+uni01F7,
+glottalstopinv,
+pertenthousand,
+acutelowmod,
+gravelowmod,
+fourthtonechinese,
+verticallinelowmod,
+secondtonechinese,
+romantwelve,
+uni2183,
+arrowheadupmod,
+arrowheaddownmod,
+arrowheadleftmod,
+arrowheadrightmod,
+glottalstopmod,
+firsttonechinese,
+five.sup,
+uni021D,
+uni0268.ccmp,
+uni021C,
+numeralgreeksub,
+caronsubnosp,
+uni205E,
+uni205A,
+uni205B,
+uni205C,
+schwahook,
+uni0458.ccmp,
+uni1E9D,
+uni1E9F,
+Dtopbar,
+uni1EFE,
+uni1EFD,
+uni1EFF,
+uni1EFA,
+uni1EFC,
+uni1EFB,
+uni2058,
+uni2059,
+uni2054,
+uni2055,
+uni2056,
+uni2057,
+uni2050,
+uni2051,
+uni2052,
+uni2053,
+ascript_uni02DE,
+tesh,
+asterism,
+philatin,
+sixroman,
+cyrillichookleft,
+uni03D8,
+uni03D9,
+Upsilonhooksymbol,
+thetasymbolgreek,
+thook,
+uni03D7,
+uni27EF,
+finaltsadi,
+glottalstop,
+uni0359,
+uni0358,
+epsilon1revclosed,
+uni0355,
+uni0354,
+uni0357,
+uni0356,
+uni0351,
+uni0350,
+uni0353,
+uni0352,
+glottalstopreversedmod,
+cadauna,
+uni035E,
+uni0220,
+uni0223,
+uni035F,
+uni035C,
+uni035B,
+digamma,
+koppa,
+ringhalfrightcentered,
+colontriangularhalfmod,
+colontriangularmod,
+minusmod,
+plusmod,
+downtackmod,
+linevertnosp,
+eshlooprev,
+verticalbardbl,
+romaneleven,
+Iota1,
+uniA69F,
+lsquare,
+carondotcomb,
+rhotichookmod,
+uni1DD6,
+uni1DD7,
+oneeighth,
+linevertsubnosp,
+mcapturn,
+uni205D,
+spaceopenbox,
+shindagesh,
+uni034B,
+uni034C,
+uni034A,
+uni034F,
+uni034D,
+uni034E,
+uni0348,
+uni0349,
+reverseddblprime,
+perispomenigreekcmb,
+koroniscmb,
+uni0347,
+uni0238,
+uni0239,
+tackdownsubnosp,
+uni02EA,
+uni02EB,
+uni2071.ccmp,
+uni02ED,
+uni02EF,
+glottalstopreversedsuperior,
+six.sup,
+tonebarhighmod,
+tonebarmidmod,
+tonebarlowmod,
+tonebarextralowmod,
+afii61664,
+uni1DC6,
+uni1DC4,
+babygamma,
+Vcursive,
+careof,
+phi1,
+breveacutecomb,
+wynn,
+referencemark,
+overscorenosp,
+commaaboverightcomb,
+versicle,
+hyphen__,
+diaeresistonosnosp,
+stigma,
+afii57596,
+afii57598,
+uni2B4E,
+uni2B4F,
+rturnascend,
+romanfivehundred,
+caret,
+caretinsertionpoint,
+bridgesubnosp,
+uni0242,
+uni0241,
+uni0245,
+accountof,
+uni02F9,
+uni02F8,
+uni02F5,
+uni02F4,
+uni02F7,
+uni02F6,
+uni02F1,
+uni02F0,
+uni02F3,
+uni02F2,
+dotmacroncomb.lc,
+fiveeighths,
+uni02FE,
+uni02FD,
+uni02FF,
+uni02FA,
+uni02FC,
+uni02FB,
+angstrom,
+macrongravecomb.lc,
+macronsubnosp,
+ringlefthalfsubnosp,
+Lsmallcap,
+squaresubnosp,
+Schwa,
+uni2B5B,
+uni2B5C,
+uni2B5A,
+uni2B5F,
+uni2B5D,
+uni2B5E,
+three.sup,
+oi,
+Tonetwo,
+two.sup,
+o_uni02DE,
+finalmem,
+Gsmallcap,
+Esh,
+zero.sup,
+acutedotcomb,
+dieresismacroncomb.lc,
+brevegravecomb,
+circumflexacutecomb,
+Rsmallcapinv,
+zerowidthjoiner,
+placeofinterestsign,
+ts,
+tonesix,
+twothirds,
+uni1F16B,
+pisymbolgreek,
+uni1F16A,
+dieresisgravecomb.lc,
+tonefive,
+tildedieresiscomb,
+tel,
+commasuprevnosp,
+hyphennobreak,
+archdblsubnosp,
+hsuper,
+deltaturn,
+published,
+wsuper,
+macronacutecomb.lc,
+oopen_uni02DE,
+four.frac,
+onedotleader,
+plussubnosp,
+largerighthook,
+romanthree,
+uni1DCF,
+uni1DCE,
+uni1DCD,
+uni1DCC,
+uni1DCB,
+uni1DCA,
+tildemacroncomb.lc,
+iota1,
+uni1DC9,
+uni1DC8,
+uni1DC7,
+uni1DC5,
+uni1DC3,
+uni1DC2,
+uni1DC1,
+uni1DC0,
+uniFE28,
+hooksubretronosp,
+circumflexhookcomb,
+primerev1,
+macrondieresiscomb.lc,
+romannine,
+epsilonclosed,
+uni1FBD,
+omegacyrillic,
+Omegacyrillic,
+yuslittlecyrillic,
+Yuslittlecyrillic,
+eiotifiedcyrillic,
+Eiotifiedcyrillic,
+yuslittleiotifiedcyrillic,
+Yuslittleiotifiedcyrillic,
+four.sup,
+hhooksuper,
+Yusbigiotifiedcyrillic,
+yusbigcyrillic,
+Yusbigcyrillic,
+ksicyrillic,
+Ksicyrillic,
+yusbigiotifiedcyrillic,
+brevetildecomb,
+tildeacutecomb.lc,
+nine.frac,
+uni0456.ccmp,
+romanthousand,
+macronsub,
+bullseye,
+dasiaoxia,
+dieresiscaroncomb.lc,
+ascriptturn,
+uni1DBF,
+glottalstopbarrev,
+cyrillichook,
+ezh,
+ezhcurl,
+uni1DE9,
+nine.sup,
+numeralgreek,
+Omegaroundcyrillic,
+omegaroundcyrillic,
+Omegatitlocyrillic,
+omegatitlocyrillic,
+Otcyrillic,
+otcyrillic,
+gcursive,
+uni035D,
+uni035A,
+quotedblreversed,
+Rturnsuper,
+uni1FCE,
+uni1FCF,
+upsilonlatin,
+uni1FC1,
+uni1FC0,
+dieresisacutecomb,
+ringhalfleftcentered,
+omegaclosed,
+uni1DE2,
+OI,
+xsupnosp,
+ascriptturn_uni02DE,
+sampi,
+epsilon1revclosed_uni02DE,
+eshshortrev,
+ounce,
+vscript,
+acuterightnosp,
+barmidlongnosp,
+tildevertsupnosp,
+dotmacroncomb,
+linevertdblnosp,
+uni03F3.ccmp,
+macrondieresiscomb,
+jhookdblbar,
+six.frac,
+seven.frac,
+overline,
+ascript,
+seven.sup,
+threeeighths,
+uni03CF,
+uni20DC,
+uni20DB,
+romansix,
+uni1FBF,
+uni1FBE,
+romaneight,
+zero.frac,
+charactertie,
+Stigma,
+epsilon1rev,
+Epsilon1,
+iotasubnosp,
+dieresisgravecomb,
+tildemacroncomb,
+pipedblbar,
+YR,
+kgreenlandic,
+uni2182,
+uni2180,
+uni2181,
+uni2186,
+uni2187,
+uni2184,
+uni2185,
+uni2188,
+uni0222,
+romanseven,
+romanhundred,
+uni1FEE,
+uni1FED,
+graveleftnosp,
+uniA7FF,
+uni2189,
+xsuper,
+tackleftsubnosp,
+eurocurrency,
+uni20E8,
+rho1,
+uni20E3,
+dblapostrophe,
+glottalstopbar,
+minussubnosp,
+rturnsuper,
+linevert,
+addresssubject,
+eight.frac,
+primetriplerev1,
+uni217F,
+uni217E,
+uni217D,
+uni217C,
+twelveroman,
+elevenroman,
+lambdabar,
+pipe,
+tenroman,
+nineroman,
+eightroman,
+sevenroman,
+fiveroman,
+fourroman,
+threeroman,
+tworoman,
+oneroman,
+circumflextildecomb,
+underscoredblnosp,
+ysuper,
+tackrightsubnosp,
+rsuper,
+Sampi,
+schwa,
+uni1DDA,
+koppacyrillic,
+Koppacyrillic,
+titlocyrilliccmb,
+thousandcyrillic,
+dasiapneumatacyrilliccmb,
+palatalizationcyrilliccmb,
+uni0487,
+psilipneumatacyrilliccmb,
+uni0489,
+uni0488,
+uni20F0,
+eshcurl,
+quotereversed,
+romanfive,
+tonetwo,
+uni1FDD,
+uni1FDE,
+uni1FDF,
+slashshortnosp,
+ezhtail,
+uni1DF0,
+uni1DF1,
+uni1DF2,
+uni1DF3,
+uni1DF4,
+uni1DF5,
+caronbelowcmb,
+acutesubnosp,
+romantwo,
+eight.sup,
+finalkaf,
+uni1DFC,
+uni1DFD,
+uni1DFE,
+uni1DFF,
+uni1FEF,
+dblprimemod,
+Ezhreversed,
+ezhreversed,
+Ezh,
+romanfifty,
+ringhalfright,
+Ismallcap,
+uptackmod,
+hyphendot,
+uniFE29,
+epsilon1revhook,
+uniFE20,
+uniFE21,
+uniFE22,
+uniFE23,
+uniFE24,
+uniFE25,
+uniFE26,
+uniFE27,
+lyogh,
+uniFE2A,
+uniFE2B,
+uniFE2C,
+uniFE2D,
+brevehookcomb,
+gammasuper,
+Nsmallcap,
+uni2098,
+uni2099,
+uni2090,
+uni2091,
+uni2092,
+uni2093,
+uni2094,
+uni2095,
+uni2096,
+uni2097,
+uni02B2.ccmp,
+bridgeinvsubnosp,
+uni209A,
+uni209B,
+uni209C,
+commaaccentrotate,
+esh,
+cyrillictic,
+uni1DEE,
+uni1DED,
+uni1DEF,
+uni1DEA,
+uni1DEC,
+uni1DEB,
+pipedbl,
+controlHT,
+uni1DE8,
+uni1DE5,
+uni1DE4,
+uni1DE7,
+uni1DE6,
+uni1DE1,
+uni1DE0,
+uni1DE3,
+controlSOT,
+uniA92E,
+commaabovecmb,
+commaaboverightcmb,
+hooksubpalatnosp,
+ezhcaron,
+Ezhcaron,
+tildeacutecomb,
+placeofinterestsign.specz.medium,
+uniE001,
+circleblack,
+circlewhite,
+diamondblack,
+diamondblack_x,
+diamondwhite,
+diamondwhite_x,
+Eth,
+Dcroat,
+IJ,
+Ldot,
+Tbar,
+Obar,
+LJ,
+NJ,
+DZ,
+Agrave,
+Aacute,
+Acircumflex,
+Aring,
+Amacron,
+Abreve,
+Aogonek,
+Acaron,
+Adieresismacron,
+Adotmacron,
+Aringacute,
+Adblgrave,
+Ainvertedbreve,
+uni0226,
+Aringbelow,
+Adotbelow,
+Ahookabove,
+Acircumflexacute,
+Acircumflexgrave,
+Acircumflexhookabove,
+Acircumflextilde,
+Acircumflexdotbelow,
+Abreveacute,
+Abrevegrave,
+Abrevehookabove,
+Abrevetilde,
+Abrevedotbelow,
+AEmacron,
+AEacute,
+Bdotaccent,
+Bdotbelow,
+Blinebelow,
+Ccedilla,
+Cacute,
+Ccircumflex,
+Cdotaccent,
+Ccaron,
+Ccedillaacute,
+Dcaron,
+Ddotaccent,
+Ddotbelow,
+Dlinebelow,
+Dcedilla,
+Dcircumflexbelow,
+Egrave,
+Eacute,
+Ecircumflex,
+Edieresis,
+Emacron,
+Ebreve,
+Edotaccent,
+Eogonek,
+Ecaron,
+Edblgrave,
+Einvertedbreve,
+uni0228,
+Emacrongrave,
+Emacronacute,
+Ecircumflexbelow,
+Etildebelow,
+Ecedillabreve,
+Edotbelow,
+Ehookabove,
+Etilde,
+Ecircumflexacute,
+Ecircumflexgrave,
+Ecircumflexhookabove,
+Ecircumflextilde,
+Ecircumflexdotbelow,
+Fdotaccent,
+Gcircumflex,
+Gbreve,
+Gdotaccent,
+Gcommaaccent,
+Gcaron,
+Gacute,
+Gmacron,
+Hcircumflex,
+uni021E,
+Hdotaccent,
+Hdotbelow,
+Hdieresis,
+Hbrevebelow,
+Igrave,
+Iacute,
+Icircumflex,
+Itilde,
+Imacron,
+Ibreve,
+Iogonek,
+Idotaccent,
+Icaron,
+Idblgrave,
+Iinvertedbreve,
+Ihookabove,
+Idotbelow,
+Jcircumflex,
+Kcommaaccent,
+Kcaron,
+Kacute,
+Kdotbelow,
+Klinebelow,
+Lacute,
+Lcommaaccent,
+Lcaron,
+Ldotbelow,
+Ldotbelowmacron,
+Llinebelow,
+Lcircumflexbelow,
+Macute,
+Mdotaccent,
+Mdotbelow,
+Ntilde,
+Nacute,
+Ncommaaccent,
+Ncaron,
+uni01F8,
+Ndotaccent,
+Ndotbelow,
+Nlinebelow,
+Ncircumflexbelow,
+Ograve,
+Oacute,
+Ocircumflex,
+Omacron,
+Obreve,
+Ohungarumlaut,
+Ocaron,
+Oogonek,
+Oogonekmacron,
+Odblgrave,
+Oinvertedbreve,
+uni022A,
+uni022C,
+uni022E,
+uni0230,
+Otildeacute,
+Otildedieresis,
+Omacrongrave,
+Omacronacute,
+Odotbelow,
+Ohookabove,
+Ocircumflexacute,
+Ocircumflexgrave,
+Ocircumflexhookabove,
+Ocircumflextilde,
+Ocircumflexdotbelow,
+Ohornacute,
+Ohorngrave,
+Ohornhookabove,
+Ohorntilde,
+Ohorndotbelow,
+Oslashacute,
+Pacute,
+Pdotaccent,
+Racute,
+Rcommaaccent,
+Rcaron,
+Rdblgrave,
+Rinvertedbreve,
+Rdotaccent,
+Rdotbelow,
+Rdotbelowmacron,
+Rlinebelow,
+Sacute,
+Scircumflex,
+Scedilla,
+Scaron,
+Scommaaccent,
+Sdotaccent,
+Sdotbelow,
+Sacutedotaccent,
+Scarondotaccent,
+Sdotbelowdotaccent,
+Tcommaaccent,
+Tcaron,
+uni021A,
+Tdotaccent,
+Tdotbelow,
+Tlinebelow,
+Tcircumflexbelow,
+Ugrave,
+Uacute,
+Ucircumflex,
+Udieresis,
+Utilde,
+Umacron,
+Ubreve,
+Uring,
+Uhungarumlaut,
+Uogonek,
+Ucaron,
+Udieresismacron,
+Udieresisacute,
+Udieresiscaron,
+Udieresisgrave,
+Udblgrave,
+Uinvertedbreve,
+Udieresisbelow,
+Utildebelow,
+Ucircumflexbelow,
+Utildeacute,
+Umacrondieresis,
+Udotbelow,
+Uhookabove,
+Uhornacute,
+Uhorngrave,
+Uhornhookabove,
+Uhorntilde,
+Uhorndotbelow,
+Vtilde,
+Vdotbelow,
+Wcircumflex,
+Wgrave,
+Wacute,
+Wdieresis,
+Wdotaccent,
+Wdotbelow,
+Xdotaccent,
+Xdieresis,
+Yacute,
+Ycircumflex,
+Ydieresis,
+uni0232,
+Ydotaccent,
+Ygrave,
+Ydotbelow,
+Yhookabove,
+Ytilde,
+Zacute,
+Zdotaccent,
+Zcaron,
+Zcircumflex,
+Zdotbelow,
+Zlinebelow,
+Aogonek.NAV,
+Eogonek.NAV,
+Oogonek.NAV,
+uni037F,
+Alpha,
+Alphatonos,
+uni1F08,
+uni1F09,
+uni1F0A,
+uni1F0B,
+uni1F0C,
+uni1F0D,
+uni1F0E,
+uni1F0F,
+uni1FB8,
+uni1FB9,
+uni1FBA,
+Beta,
+Epsilon,
+Epsilontonos,
+uni1F18,
+uni1F19,
+uni1F1A,
+uni1F1B,
+uni1F1C,
+uni1F1D,
+uni1FC8,
+Zeta,
+Eta,
+Etatonos,
+uni1F28,
+uni1F29,
+uni1F2A,
+uni1F2B,
+uni1F2C,
+uni1F2D,
+uni1F2E,
+uni1F2F,
+uni1FCA,
+Iota,
+Iotatonos,
+Iotadieresis,
+uni1F38,
+uni1F39,
+uni1F3A,
+uni1F3B,
+uni1F3C,
+uni1F3D,
+uni1F3E,
+uni1F3F,
+uni1FD8,
+uni1FD9,
+uni1FDA,
+Kappa,
+Mu,
+Nu,
+Omicron,
+Omicrontonos,
+uni1F48,
+uni1F49,
+uni1F4A,
+uni1F4B,
+uni1F4C,
+uni1F4D,
+uni1FF8,
+Rho,
+uni1FEC,
+Tau,
+Upsilon,
+Upsilontonos,
+Upsilondieresis,
+uni1F59,
+uni1F5B,
+uni1F5D,
+uni1F5F,
+uni1FE8,
+uni1FE9,
+uni1FEA,
+Chi,
+uni03F4,
+uni03F7,
+uni03F9,
+uni03FA,
+uni1FBB,
+uni1FC9,
+uni1FCB,
+uni1FDB,
+uni1FEB,
+uni1FF9,
+uni1FFB,
+Omegatonos,
+uni1F68,
+uni1F69,
+uni1F6A,
+uni1F6B,
+uni1F6C,
+uni1F6D,
+uni1F6E,
+uni1F6F,
+uni1FFA,
+Upsilonacutehooksymbolgreek,
+Upsilondieresishooksymbolgreek,
+afii10054,
+afii10055,
+afii10056,
+afii10057,
+afii10017,
+Abrevecyrillic,
+Adieresiscyrillic,
+afii10019,
+afii10020,
+afii10052,
+afii10022,
+uni0400,
+afii10023,
+Iebrevecyrillic,
+afii10030,
+afii10031,
+afii10032,
+Odieresiscyrillic,
+afii10033,
+afii10034,
+afii10035,
+afii10036,
+afii10039,
+afii10146,
+Psicyrillic,
+Ukcyrillic,
+uni048C,
+Ghestrokecyrillic,
+Zedescendercyrillic,
+Esdescendercyrillic,
+Tedescendercyrillic,
+Ustraightcyrillic,
+Ustraightstrokecyrillic,
+Chedescenderabkhasiancyrillic,
+palochkacyrillic,
+Chekhakassiancyrillic,
+Aiecyrillic,
+Obarredcyrillic,
+Obarreddieresiscyrillic,
+uni04F6,
+uni04FE,
+afii10061,
+Schwadieresiscyrillic,
+Zhebrevecyrillic,
+Zhedieresiscyrillic,
+Zedieresiscyrillic,
+uni040D,
+afii10027,
+Imacroncyrillic,
+Idieresiscyrillic,
+afii10062,
+Umacroncyrillic,
+Udieresiscyrillic,
+Uhungarumlautcyrillic,
+Chedieresiscyrillic,
+Yerudieresiscyrillic,
+uni04EC,
+Izhitsadblgravecyrillic,
+hbar,
+ij,
+ldot,
+napostrophe,
+tbar,
+nlegrightlong,
+lj,
+nj,
+eturn,
+obar,
+uni0299,
+uni029C,
+arighthalfring,
+agrave,
+aacute,
+acircumflex,
+aring,
+amacron,
+abreve,
+aogonek,
+acaron,
+adieresismacron,
+adotmacron,
+aringacute,
+adblgrave,
+ainvertedbreve,
+uni0227,
+aringbelow,
+adotbelow,
+ahookabove,
+acircumflexacute,
+acircumflexgrave,
+acircumflexhookabove,
+acircumflextilde,
+acircumflexdotbelow,
+abreveacute,
+abrevegrave,
+abrevehookabove,
+abrevetilde,
+abrevedotbelow,
+aemacron,
+aeacute,
+bdotaccent,
+bdotbelow,
+blinebelow,
+ccedilla,
+cacute,
+ccircumflex,
+cdotaccent,
+ccaron,
+ccedillaacute,
+dcaron,
+ddotaccent,
+ddotbelow,
+dlinebelow,
+dcedilla,
+dcircumflexbelow,
+egrave,
+eacute,
+ecircumflex,
+emacron,
+ebreve,
+edotaccent,
+eogonek,
+ecaron,
+edblgrave,
+einvertedbreve,
+uni0229,
+emacrongrave,
+emacronacute,
+ecircumflexbelow,
+etildebelow,
+ecedillabreve,
+edotbelow,
+ehookabove,
+etilde,
+ecircumflexacute,
+ecircumflexgrave,
+ecircumflexhookabove,
+ecircumflextilde,
+ecircumflexdotbelow,
+fdotaccent,
+gcircumflex,
+gbreve,
+gdotaccent,
+gcommaaccent,
+gcaron,
+gacute,
+gmacron,
+hcircumflex,
+uni021F,
+hdotaccent,
+hdotbelow,
+hdieresis,
+hbrevebelow,
+hlinebelow,
+igrave,
+iacute,
+icircumflex,
+imacron,
+ibreve,
+iogonek,
+icaron,
+idblgrave,
+iinvertedbreve,
+ihookabove,
+idotbelow,
+jcircumflex,
+jcaron,
+kcommaaccent,
+kcaron,
+kacute,
+kdotbelow,
+klinebelow,
+lacute,
+lcommaaccent,
+lcaron,
+ldotbelow,
+ldotbelowmacron,
+llinebelow,
+lcircumflexbelow,
+macute,
+mdotaccent,
+mdotbelow,
+nacute,
+ncommaaccent,
+ncaron,
+uni01F9,
+ndotaccent,
+ndotbelow,
+nlinebelow,
+ncircumflexbelow,
+ograve,
+oacute,
+ocircumflex,
+omacron,
+obreve,
+ohungarumlaut,
+ocaron,
+oogonek,
+oogonekmacron,
+odblgrave,
+oinvertedbreve,
+uni022B,
+uni022D,
+uni022F,
+uni0231,
+otildeacute,
+otildedieresis,
+omacrongrave,
+omacronacute,
+odotbelow,
+ohookabove,
+ocircumflexacute,
+ocircumflexgrave,
+ocircumflexhookabove,
+ocircumflextilde,
+ocircumflexdotbelow,
+ohornacute,
+ohorngrave,
+ohornhookabove,
+ohorntilde,
+ohorndotbelow,
+oslashacute,
+pacute,
+pdotaccent,
+racute,
+rcommaaccent,
+rcaron,
+rdblgrave,
+rinvertedbreve,
+rdotaccent,
+rdotbelow,
+rdotbelowmacron,
+rlinebelow,
+sacute,
+scircumflex,
+scedilla,
+scaron,
+scommaaccent,
+sdotaccent,
+sdotbelow,
+sacutedotaccent,
+scarondotaccent,
+sdotbelowdotaccent,
+tcommaaccent,
+tcaron,
+uni021B,
+tdotaccent,
+tdotbelow,
+tlinebelow,
+tcircumflexbelow,
+tdieresis,
+ugrave,
+uacute,
+ucircumflex,
+umacron,
+ubreve,
+uring,
+uhungarumlaut,
+uogonek,
+ucaron,
+udieresismacron,
+udieresisacute,
+udieresiscaron,
+udieresisgrave,
+udblgrave,
+uinvertedbreve,
+udieresisbelow,
+utildebelow,
+ucircumflexbelow,
+utildeacute,
+umacrondieresis,
+udotbelow,
+uhookabove,
+uhornacute,
+uhorngrave,
+uhornhookabove,
+uhorntilde,
+uhorndotbelow,
+vtilde,
+vdotbelow,
+wcircumflex,
+wgrave,
+wacute,
+wdotaccent,
+wdotbelow,
+wring,
+xdotaccent,
+xdieresis,
+yacute,
+ycircumflex,
+uni0233,
+ydotaccent,
+yring,
+ygrave,
+ydotbelow,
+yhookabove,
+ytilde,
+zacute,
+zdotaccent,
+zcaron,
+zcircumflex,
+zdotbelow,
+zlinebelow,
+aogonek.NAV,
+eogonek.NAV,
+oogonek.NAV,
+kappa,
+mugreek,
+nu,
+omicron,
+omicrontonos,
+uni1F40,
+uni1F41,
+uni1F42,
+uni1F43,
+uni1F44,
+uni1F45,
+uni1F78,
+sigmalunatesymbolgreek,
+yotgreek,
+uni03F8,
+uni1F71,
+uni1F73,
+uni1F75,
+uni1F77,
+uni1F79,
+uni1F7B,
+uni1F7D,
+uni1FD3,
+uni1FE3,
+alphatonos,
+uni1F00,
+uni1F01,
+uni1F02,
+uni1F03,
+uni1F04,
+uni1F05,
+uni1F06,
+uni1F07,
+uni1F70,
+uni1F80,
+uni1F81,
+uni1F82,
+uni1F83,
+uni1F84,
+uni1F85,
+uni1F86,
+uni1F87,
+uni1FB0,
+uni1FB1,
+uni1FB2,
+uni1FB3,
+uni1FB4,
+uni1FB6,
+uni1FB7,
+epsilontonos,
+uni1F10,
+uni1F11,
+uni1F12,
+uni1F13,
+uni1F14,
+uni1F15,
+uni1F72,
+etatonos,
+uni1F20,
+uni1F21,
+uni1F22,
+uni1F23,
+uni1F24,
+uni1F25,
+uni1F26,
+uni1F27,
+uni1F74,
+uni1F90,
+uni1F91,
+uni1F92,
+uni1F93,
+uni1F94,
+uni1F95,
+uni1F96,
+uni1F97,
+uni1FC2,
+uni1FC3,
+uni1FC4,
+uni1FC6,
+uni1FC7,
+iotadieresistonos,
+iotatonos,
+iotadieresis,
+uni1F30,
+uni1F31,
+uni1F32,
+uni1F33,
+uni1F34,
+uni1F35,
+uni1F36,
+uni1F37,
+uni1F76,
+uni1FD0,
+uni1FD1,
+uni1FD2,
+uni1FD6,
+uni1FD7,
+omegatonos,
+uni1F60,
+uni1F61,
+uni1F62,
+uni1F63,
+uni1F64,
+uni1F65,
+uni1F66,
+uni1F67,
+uni1F7C,
+uni1FA0,
+uni1FA1,
+uni1FA2,
+uni1FA3,
+uni1FA4,
+uni1FA5,
+uni1FA6,
+uni1FA7,
+uni1FF2,
+uni1FF3,
+uni1FF4,
+uni1FF6,
+uni1FF7,
+uni1FE4,
+uni1FE5,
+upsilondieresistonos,
+upsilondieresis,
+upsilontonos,
+uni1F50,
+uni1F51,
+uni1F52,
+uni1F53,
+uni1F54,
+uni1F55,
+uni1F56,
+uni1F57,
+uni1F7A,
+uni1FE0,
+uni1FE1,
+uni1FE2,
+uni1FE6,
+uni1FE7,
+afii10065,
+abrevecyrillic,
+adieresiscyrillic,
+iecyrillic,
+uni0450,
+iocyrillic,
+iebrevecyrillic,
+ocyrillic,
+odieresiscyrillic,
+ercyrillic,
+escyrillic,
+ucyrillic,
+ushortcyrillic,
+umacroncyrillic,
+udieresiscyrillic,
+uhungarumlautcyrillic,
+khacyrillic,
+dzecyrillic,
+icyrillic,
+yicyrillic,
+jecyrillic,
+psicyrillic,
+ukcyrillic,
+ghestrokecyrillic,
+zedescendercyrillic,
+esdescendercyrillic,
+tedescendercyrillic,
+ustraightcyrillic,
+ustraightstrokecyrillic,
+shhacyrillic,
+chedescenderabkhasiancyrillic,
+chekhakassiancyrillic,
+uni04CF,
+aiecyrillic,
+schwacyrillic,
+schwadieresiscyrillic,
+obarredcyrillic,
+obarreddieresiscyrillic,
+uni04F7,
+uni04FF,
+chedieresiscyrillic,
+uni04ED,
+gjecyrillic,
+iishortcyrillic,
+uni045D,
+imacroncyrillic,
+idieresiscyrillic,
+izhitsadblgravecyrillic,
+kjecyrillic,
+yerudieresiscyrillic,
+zedieresiscyrillic,
+zhebrevecyrillic,
+zhedieresiscyrillic,
+Lj,
+Nj,
+Dz,
+uni1F88,
+uni1F89,
+uni1F8A,
+uni1F8B,
+uni1F8C,
+uni1F8D,
+uni1F8E,
+uni1F8F,
+uni1FBC,
+uni1F98,
+uni1F99,
+uni1F9A,
+uni1F9B,
+uni1F9C,
+uni1F9D,
+uni1F9E,
+uni1F9F,
+uni1FCC,
+uni1FA8,
+uni1FA9,
+uni1FAA,
+uni1FAB,
+uni1FAC,
+uni1FAD,
+uni1FAE,
+uni1FAF,
+uni1FFC,
+apostrophemod,
+ypogegrammeni,
+horizontalbar,
+minute,
+second,
+exclamdbl,
+uni2047,
+uni2048,
+uni2049,
+franc,
+dong,
+nbspace,
+uni202F,
+uni205F,
+softhyphen,
+cyrillicbreve,
+uni1E2D.ccmp,
+uni1ECB.ccmp
+);
+},
+{
+name = macintoshFONDName;
+value = "Inter UI Regular";
+},
+{
+name = openTypeHeadFlags;
+value = (
+0,
+1,
+3,
+4
+);
+},
+{
+name = openTypeHeadLowestRecPPEM;
+value = 6;
+},
+{
+name = description;
+value = "";
+},
+{
+name = openTypeNameLicense;
+value = "OFL 1.1 (SIL Open Font License, Version 1.1)";
+},
+{
+name = openTypeNameLicenseURL;
+value = "http://scripts.sil.org/OFL";
+},
+{
+name = openTypeNameSampleText;
+value = "";
+},
+{
+name = openTypeNameUniqueID;
+value = "Inter UI Regular:2018:4e6c626a";
+},
+{
+name = openTypeNameVersion;
+value = "2.6;4e6c626a";
+},
+{
+name = codePageRanges;
+value = (
+1252,
+1250,
+1251,
+1253,
+1254,
+1257,
+1258
+);
+},
+{
+name = openTypeOS2FamilyClass;
+value = (
+0,
+0
+);
+},
+{
+name = openTypeOS2Panose;
+value = (
+2,
+11,
+5,
+2,
+3,
+0,
+0,
+0,
+0,
+4
+);
+},
+{
+name = openTypeOS2Selection;
+value = (
+);
+},
+{
+name = openTypeOS2StrikeoutPosition;
+value = 1024;
+},
+{
+name = openTypeOS2StrikeoutSize;
+value = 256;
+},
+{
+name = openTypeOS2SubscriptXOffset;
+value = 0;
+},
+{
+name = openTypeOS2SubscriptXSize;
+value = 1536;
+},
+{
+name = openTypeOS2SubscriptYOffset;
+value = 256;
+},
+{
+name = openTypeOS2SubscriptYSize;
+value = 1280;
+},
+{
+name = openTypeOS2SuperscriptXOffset;
+value = 0;
+},
+{
+name = openTypeOS2SuperscriptXSize;
+value = 1536;
+},
+{
+name = openTypeOS2SuperscriptYOffset;
+value = 1024;
+},
+{
+name = openTypeOS2SuperscriptYSize;
+value = 1280;
+},
+{
+name = fsType;
+value = (
+);
+},
+{
+name = unicodeRanges;
+value = (
+0,
+1,
+2,
+3,
+4,
+5,
+6,
+7,
+9,
+11,
+29,
+30,
+31,
+32,
+33,
+34,
+35,
+36,
+37,
+38,
+39,
+40,
+45,
+47,
+57,
+60,
+62,
+64,
+69
+);
+},
+{
+name = vendorID;
+value = RSMS;
+},
+{
+name = blueFuzz;
+value = 0;
+},
+{
+name = blueShift;
+value = 16;
+},
+{
+name = postscriptDefaultCharacter;
+value = space;
+},
+{
+name = postscriptDefaultWidthX;
+value = 256;
+},
+{
+name = postscriptForceBold;
+value = 0;
+},
+{
+name = postscriptIsFixedPitch;
+value = 0;
+},
+{
+name = trademark;
+value = "Inter UI is a trademark of rsms.";
+},
+{
+name = year;
+value = 2018;
+},
+{
+name = Axes;
+value = (
+{
+Name = Weight;
+Tag = wght;
+}
+);
+}
+);
+date = "2016-12-04 18:21:54 +0000";
+designer = "Rasmus Andersson";
+designerURL = "https://rsms.me/";
+disablesNiceNames = 1;
+familyName = "Inter UI";
+featurePrefixes = (
+{
+code = "languagesystem DFLT dflt;\012languagesystem latn dflt;\012languagesystem latn MOL;\012languagesystem latn ROM;\012languagesystem latn FRA;\012languagesystem latn TRK;\012languagesystem latn AZE;\012languagesystem latn CRT;\012languagesystem latn NAV;\012languagesystem cyrl dflt;\012languagesystem grek dflt;\012";
+name = Languagesystems;
+},
+{
+code = "# Common features shared by all weights\012\012# classes\012\012# gdef classes\012#table GDEF {\012# GlyphClassDef @GDEF_BASE, @GDEF_LIGATURE, @GDEF_MARK, @GDEF_COMPONENT;\012#} GDEF;\012# Glyph Composition/Decomposition\012# Access All Alternates\012# Localized Forms\012# Fractions\012# Case alternates\012# Contextual Alternates\012# Stylistic set 1: open digits\012# Tabular numbers\012# Slashed zero";
+name = Prefix;
+}
+);
+features = (
+{
+code = " ;#insert from script mark";
+name = mark;
+},
+{
+code = " ;#insert from script mkmk";
+name = mkmk;
+},
+{
+code = " # Transpose sequences like /i /gravecomb -> /dotlessi /gravecomb\012 lookup ccmp02 {\012 sub i' @ccmp_acc by dotlessi;\012 sub j' @ccmp_acc by dotlessj;\012 sub ibar' @ccmp_acc by uni0268.ccmp;\012 sub iogonek' @ccmp_acc by uni012F.ccmp; # iogonek is generated\012 sub uni0249' @ccmp_acc by uni0249.ccmp;\012 sub jcrosstail' @ccmp_acc by uni029D.ccmp;\012 sub jsuper' @ccmp_acc by uni02B2.ccmp;\012 sub yotgreek' @ccmp_acc by dotlessj;\012 sub icyrillic' @ccmp_acc by dotlessi;\012 sub jecyrillic' @ccmp_acc by dotlessj;\012 sub itildebelow' @ccmp_acc by uni1E2D.ccmp; # uni1E2D.ccmp is generated\012 sub idotbelow' @ccmp_acc by uni1ECB.ccmp; # both are generated\012 sub isuperior' @ccmp_acc by uni2071.ccmp;\012 } ccmp02;\012\012 lookup ccmp03 {\012\012 sub d caroncmb by dcaron;\012 sub l caroncmb by lcaron;\012 sub t caroncmb by tcaron;\012\012 sub A gravecomb by Agrave;\012 sub A acutecomb by Aacute;\012 sub A circumflexnosp by Acircumflex;\012 sub A tildecomb by Atilde;\012 sub A dieresisnosp by Adieresis;\012 sub A ringnosp by Aring;\012 sub A ringacute.cn by Aringacute;\012 sub C cedillanosp by Ccedilla;\012 sub E gravecomb by Egrave;\012 sub E acutecomb by Eacute;\012 sub E circumflexnosp by Ecircumflex;\012 sub E dieresisnosp by Edieresis;\012 sub I gravecomb by Igrave;\012 sub I acutecomb by Iacute;\012 sub I circumflexnosp by Icircumflex;\012 sub I dieresisnosp by Idieresis;\012 sub N tildecomb by Ntilde;\012 sub O gravecomb by Ograve;\012 sub O acutecomb by Oacute;\012 sub O circumflexnosp by Ocircumflex;\012 sub O tildecomb by Otilde;\012 sub O dieresisnosp by Odieresis;\012 sub U gravecomb by Ugrave;\012 sub U acutecomb by Uacute;\012 sub U circumflexnosp by Ucircumflex;\012 sub U dieresisnosp by Udieresis;\012 sub Y acutecomb by Yacute;\012 sub a gravecomb by agrave;\012 sub a acutecomb by aacute;\012 sub a circumflexnosp by acircumflex;\012 sub a tildecomb by atilde;\012 sub a dieresisnosp by adieresis;\012 sub a ringnosp by aring;\012 sub a ringacute.cn by aringacute;\012 sub c cedillanosp by ccedilla;\012 sub e gravecomb by egrave;\012 sub e acutecomb by eacute;\012 sub e circumflexnosp by ecircumflex;\012 sub e dieresisnosp by edieresis;\012 sub dotlessi gravecomb by igrave;\012 sub dotlessi acutecomb by iacute;\012 sub dotlessi circumflexnosp by icircumflex;\012 sub dotlessi dieresisnosp by idieresis;\012 sub n tildecomb by ntilde;\012 sub o gravecomb by ograve;\012 sub o acutecomb by oacute;\012 sub o circumflexnosp by ocircumflex;\012 sub o tildecomb by otilde;\012 sub o dieresisnosp by odieresis;\012 sub u gravecomb by ugrave;\012 sub u acutecomb by uacute;\012 sub u circumflexnosp by ucircumflex;\012 sub u dieresisnosp by udieresis;\012 sub y acutecomb by yacute;\012 sub y dieresisnosp by ydieresis;\012 sub A macroncomb by Amacron;\012 sub a macroncomb by amacron;\012 sub A brevenosp by Abreve;\012 sub a brevenosp by abreve;\012 sub A ogoneknosp by Aogonek;\012 sub a ogoneknosp by aogonek;\012 sub C acutecomb by Cacute;\012 sub c acutecomb by cacute;\012 sub C circumflexnosp by Ccircumflex;\012 sub c circumflexnosp by ccircumflex;\012 sub C dotnosp by Cdotaccent;\012 sub c dotnosp by cdotaccent;\012 sub C caroncmb by Ccaron;\012 sub c caroncmb by ccaron;\012 sub D caroncmb by Dcaron;\012 sub E macroncomb by Emacron;\012 sub e macroncomb by emacron;\012 sub E brevenosp by Ebreve;\012 sub e brevenosp by ebreve;\012 sub E dotnosp by Edotaccent;\012 sub e dotnosp by edotaccent;\012 sub E ogoneknosp by Eogonek;\012 sub e ogoneknosp by eogonek;\012 sub E caroncmb by Ecaron;\012 sub e caroncmb by ecaron;\012 sub G circumflexnosp by Gcircumflex;\012 sub g circumflexnosp by gcircumflex;\012 sub G brevenosp by Gbreve;\012 sub g brevenosp by gbreve;\012 sub G dotnosp by Gdotaccent;\012 sub g dotnosp by gdotaccent;\012 sub G commaaccent by Gcommaaccent;\012 sub g commaaccentrotate.cn by gcommaaccent;\012 sub H circumflexnosp by Hcircumflex;\012 sub h circumflexnosp by hcircumflex;\012 sub I tildecomb by Itilde;\012 sub dotlessi tildecomb by itilde;\012 sub I macroncomb by Imacron;\012 sub dotlessi macroncomb by imacron;\012 sub I brevenosp by Ibreve;\012 sub dotlessi brevenosp by ibreve;\012 sub I ogoneknosp by Iogonek;\012 sub i ogoneknosp by iogonek;\012 sub I dotnosp by Idotaccent;\012 sub J circumflexnosp by Jcircumflex;\012 sub dotlessj circumflexnosp by jcircumflex;\012 sub K commaaccent by Kcommaaccent;\012 sub k commaaccent by kcommaaccent;\012 sub L acutecomb by Lacute;\012 sub l acutecomb by lacute;\012 sub L commaaccent by Lcommaaccent;\012 sub l commaaccent by lcommaaccent;\012 sub L dotnosp by Ldot;\012 sub l dotnosp by ldot;\012 sub N acutecomb by Nacute;\012 sub n acutecomb by nacute;\012 sub N commaaccent by Ncommaaccent;\012 sub n commaaccent by ncommaaccent;\012 sub N caroncmb by Ncaron;\012 sub n caroncmb by ncaron;\012 sub O macroncomb by Omacron;\012 sub o macroncomb by omacron;\012 sub O brevenosp by Obreve;\012 sub o brevenosp by obreve;\012 sub O acutedblnosp by Ohungarumlaut;\012 sub o acutedblnosp by ohungarumlaut;\012 sub R acutecomb by Racute;\012 sub r acutecomb by racute;\012 sub R commaaccent by Rcommaaccent;\012 sub r commaaccent by rcommaaccent;\012 sub R caroncmb by Rcaron;\012 sub r caroncmb by rcaron;\012 sub S acutecomb by Sacute;\012 sub s acutecomb by sacute;\012 sub S circumflexnosp by Scircumflex;\012 sub s circumflexnosp by scircumflex;\012 sub S cedillanosp by Scedilla;\012 sub s cedillanosp by scedilla;\012 sub S commaaccent by Scommaaccent;\012 sub s commaaccent by scommaaccent;\012 sub S caroncmb by Scaron;\012 sub s caroncmb by scaron;\012 sub T commaaccent by uni021A;\012 sub t commaaccent by uni021B;\012 sub T cedillanosp by Tcommaaccent;\012 sub t cedillanosp by tcommaaccent;\012 sub T caroncmb by Tcaron;\012 sub U tildecomb by Utilde;\012 sub u tildecomb by utilde;\012 sub U macroncomb by Umacron;\012 sub u macroncomb by umacron;\012 sub U brevenosp by Ubreve;\012 sub u brevenosp by ubreve;\012 sub U ringnosp by Uring;\012 sub u ringnosp by uring;\012 sub U acutedblnosp by Uhungarumlaut;\012 sub u acutedblnosp by uhungarumlaut;\012 sub U ogoneknosp by Uogonek;\012 sub u ogoneknosp by uogonek;\012 sub W circumflexnosp by Wcircumflex;\012 sub w circumflexnosp by wcircumflex;\012 sub Y circumflexnosp by Ycircumflex;\012 sub y circumflexnosp by ycircumflex;\012 sub Y dieresisnosp by Ydieresis;\012 sub Z acutecomb by Zacute;\012 sub z acutecomb by zacute;\012 sub Z dotnosp by Zdotaccent;\012 sub z dotnosp by zdotaccent;\012 sub Z caroncmb by Zcaron;\012 sub z caroncmb by zcaron;\012 sub AE acutecomb by AEacute;\012 sub ae acutecomb by aeacute;\012 sub Oslash acutecomb by Oslashacute;\012 sub oslash acutecomb by oslashacute;\012 #sub z caroncmb by zcaron;\012 sub W gravecomb by Wgrave;\012 sub w gravecomb by wgrave;\012 sub W acutecomb by Wacute;\012 sub w acutecomb by wacute;\012 sub W dieresisnosp by Wdieresis;\012 sub w dieresisnosp by wdieresis;\012 sub Y gravecomb by Ygrave;\012 sub y gravecomb by ygrave;\012 sub dotlessj caroncmb by jcaron;\012 sub A dotbelow by Adotbelow;\012 sub a dotbelow by adotbelow;\012 sub A hook by Ahookabove;\012 sub a hook by ahookabove;\012 #sub A circumflexacutecomb.cn by uni1EA4;\012 sub A circumflexnosp acutecomb by Acircumflexacute;\012 sub a circumflexacutecomb.cn by acircumflexacute;\012 #sub A circumflexgravecomb.cn by uni1EA6;\012 sub A circumflexnosp gravecomb by Acircumflexgrave;\012 sub a circumflexgravecomb.cn by acircumflexgrave;\012 #sub A circumflexhookcomb.cn by uni1EA8;\012 sub A circumflexnosp hook by Acircumflexhookabove;\012 sub a circumflexhookcomb.cn by acircumflexhookabove;\012 #sub A circumflextildecomb.cn by uni1EAA;\012 sub A circumflexnosp tildecomb by Acircumflextilde;\012 sub a circumflextildecomb.cn by acircumflextilde;\012 #sub A breveacutecomb.cn by uni1EAE;\012 sub A brevenosp acutecomb by Abreveacute;\012 sub a breveacutecomb.cn by abreveacute;\012 #sub A brevegravecomb.cn by uni1EB0;\012 sub A brevenosp gravecomb by Abrevegrave;\012 sub a brevegravecomb.cn by abrevegrave;\012 #sub A brevehookcomb.cn by uni1EB2;\012 sub A brevenosp hook by Abrevehookabove;\012 sub a brevehookcomb.cn by abrevehookabove;\012 sub A brevetildecomb.cn by Abrevetilde;\012 sub a brevetildecomb.cn by abrevetilde;\012 sub E dotbelow by Edotbelow;\012 sub e dotbelow by edotbelow;\012 sub E hook by Ehookabove;\012 sub e hook by ehookabove;\012 sub E tildecomb by Etilde;\012 sub e tildecomb by etilde;\012 #sub E circumflexacutecomb.cn by uni1EBE;\012 sub E circumflexnosp acutecomb by Ecircumflexacute;\012 sub e circumflexacutecomb.cn by ecircumflexacute;\012 #sub E circumflexgravecomb.cn by uni1EC0;\012 sub E circumflexnosp gravecomb by Ecircumflexgrave;\012 sub e circumflexgravecomb.cn by ecircumflexgrave;\012 #sub E circumflexhookcomb.cn by uni1EC2;\012 sub E circumflexnosp hook by Ecircumflexhookabove;\012 sub e circumflexhookcomb.cn by ecircumflexhookabove;\012 #sub E circumflextildecomb.cn by uni1EC4;\012 sub E circumflexnosp tildecomb by Ecircumflextilde;\012 sub e circumflextildecomb.cn by ecircumflextilde;\012 sub I hook by Ihookabove;\012 sub dotlessi hook by ihookabove;\012 sub I dotbelow by Idotbelow;\012 sub i dotbelow by idotbelow;\012 sub O dotbelow by Odotbelow;\012 sub o dotbelow by odotbelow;\012 sub O hook by Ohookabove;\012 sub o hook by ohookabove;\012 #sub O circumflexacutecomb.cn by uni1ED0;\012 sub O circumflexnosp acutecomb by Ocircumflexacute;\012 sub o circumflexacutecomb.cn by ocircumflexacute;\012 #sub O circumflexgravecomb.cn by uni1ED2;\012 sub O circumflexnosp gravecomb by Ocircumflexgrave;\012 sub o circumflexgravecomb.cn by ocircumflexgrave;\012 #sub O circumflexhookcomb.cn by uni1ED4;\012 sub O circumflexnosp hook by Ocircumflexhookabove;\012 sub o circumflexhookcomb.cn by ocircumflexhookabove;\012 #sub O circumflextildecomb.cn by uni1ED6;\012 sub O circumflexnosp tildecomb by Ocircumflextilde;\012 sub o circumflextildecomb.cn by ocircumflextilde;\012 sub Ohorn acutecomb by Ohornacute;\012 sub ohorn acutecomb by ohornacute;\012 sub Ohorn gravecomb by Ohorngrave;\012 sub ohorn gravecomb by ohorngrave;\012 sub Ohorn hook by Ohornhookabove;\012 sub ohorn hook by ohornhookabove;\012 sub Ohorn tildecomb by Ohorntilde;\012 sub ohorn tildecomb by ohorntilde;\012 sub Ohorn dotbelow by Ohorndotbelow;\012 sub ohorn dotbelow by ohorndotbelow;\012 sub U dotbelow by Udotbelow;\012 sub u dotbelow by udotbelow;\012 sub U hook by Uhookabove;\012 sub u hook by uhookabove;\012 sub Uhorn acutecomb by Uhornacute;\012 sub uhorn acutecomb by uhornacute;\012 sub Uhorn gravecomb by Uhorngrave;\012 sub uhorn gravecomb by uhorngrave;\012 sub Uhorn hook by Uhornhookabove;\012 sub uhorn hook by uhornhookabove;\012 sub Uhorn tildecomb by Uhorntilde;\012 sub uhorn tildecomb by uhorntilde;\012 sub Uhorn dotbelow by Uhorndotbelow;\012 sub uhorn dotbelow by uhorndotbelow;\012 sub Y dotbelow by Ydotbelow;\012 sub y dotbelow by ydotbelow;\012 sub Y hook by Yhookabove;\012 sub y hook by yhookabove;\012 sub Y tildecomb by Ytilde;\012 sub y tildecomb by ytilde;\012 sub A caroncmb by Acaron;\012 sub a caroncmb by acaron;\012 sub I caroncmb by Icaron;\012 sub dotlessi caroncmb by icaron;\012 sub O caroncmb by Ocaron;\012 sub o caroncmb by ocaron;\012 sub U caroncmb by Ucaron;\012 sub u caroncmb by ucaron;\012 #sub U dieresismacroncomb.cn by uni01D5;\012 sub U dieresisnosp macroncomb by Udieresismacron;\012 sub u dieresismacroncomb.cn by udieresismacron;\012 #sub U dieresisacutecomb.cn by uni01D7;\012 sub U dieresisnosp acutecomb by Udieresisacute;\012 sub u dieresisacutecomb.cn by udieresisacute;\012 #sub U dieresiscaroncomb.cn by uni01D9;\012 sub U dieresisnosp caroncmb by Udieresiscaron;\012 sub u dieresiscaroncomb.cn by udieresiscaron;\012 #sub U dieresisgravecomb.cn by uni01DB;\012 sub U dieresisnosp gravecomb by Udieresisgrave;\012 sub u dieresisgravecomb.cn by udieresisgrave;\012 #sub A dieresismacroncomb.cn by uni01DE;\012 sub A dieresisnosp macroncomb by Adieresismacron;\012 sub a dieresismacroncomb.cn by adieresismacron;\012 #sub A dotmacroncomb.cn by uni01E0;\012 sub A dotnosp macroncomb by Adotmacron;\012 sub a dotmacroncomb.cn by adotmacron;\012 sub AE macroncomb by AEmacron;\012 sub ae macroncomb by aemacron;\012 sub G caroncmb by Gcaron;\012 sub g caroncmb by gcaron;\012 sub K caroncmb by Kcaron;\012 sub k caroncmb by kcaron;\012 sub O ogoneknosp by Oogonek;\012 sub o ogoneknosp by oogonek;\012 sub G acutecomb by Gacute;\012 sub g acutecomb by gacute;\012 sub N gravecomb by uni01F8;\012 sub n gravecomb by uni01F9;\012 sub A dblgravecmb by Adblgrave;\012 sub a dblgravecmb by adblgrave;\012 sub A breveinvnosp by Ainvertedbreve;\012 sub a breveinvnosp by ainvertedbreve;\012 sub E dblgravecmb by Edblgrave;\012 sub e dblgravecmb by edblgrave;\012 sub E breveinvnosp by Einvertedbreve;\012 sub e breveinvnosp by einvertedbreve;\012 sub I dblgravecmb by Idblgrave;\012 sub dotlessi dblgravecmb by idblgrave;\012 sub I breveinvnosp by Iinvertedbreve;\012 sub dotlessi breveinvnosp by iinvertedbreve;\012 sub O dblgravecmb by Odblgrave;\012 sub o dblgravecmb by odblgrave;\012 sub O breveinvnosp by Oinvertedbreve;\012 sub o breveinvnosp by oinvertedbreve;\012 sub R dblgravecmb by Rdblgrave;\012 sub r dblgravecmb by rdblgrave;\012 sub R breveinvnosp by Rinvertedbreve;\012 sub r breveinvnosp by rinvertedbreve;\012 sub U dblgravecmb by Udblgrave;\012 sub u dblgravecmb by udblgrave;\012 sub U breveinvnosp by Uinvertedbreve;\012 sub u breveinvnosp by uinvertedbreve;\012 sub H caroncmb by uni021E;\012 sub h caroncmb by uni021F;\012 sub A dotnosp by uni0226;\012 sub a dotnosp by uni0227;\012 sub E cedillanosp by uni0228;\012 sub e cedillanosp by uni0229;\012 #sub O dieresismacroncomb.cn by uni022A;\012 sub O dieresisnosp macroncomb by uni022A;\012 sub o dieresismacroncomb.cn by uni022B;\012 #sub O tildemacroncomb.cn by uni022C;\012 sub O tildecomb macroncomb by uni022C;\012 sub o tildemacroncomb.cn by uni022D;\012 sub O dotnosp by uni022E;\012 sub o dotnosp by uni022F;\012 #sub O dotmacroncomb.cn by uni0230;\012 sub O dotnosp macroncomb by uni0230;\012 sub o dotmacroncomb.cn by uni0231;\012 sub Y macroncomb by uni0232;\012 sub y macroncomb by uni0233;\012 sub Upsilonhooksymbol acutecomb by Upsilonacutehooksymbolgreek;\012 sub Upsilonhooksymbol dieresisnosp by Upsilondieresishooksymbolgreek;\012 sub B dotnosp by Bdotaccent;\012 sub b dotnosp by bdotaccent;\012 sub B dotbelow by Bdotbelow;\012 sub b dotbelow by bdotbelow;\012 sub B macronsubnosp by Blinebelow;\012 sub b macronsubnosp by blinebelow;\012 sub D dotnosp by Ddotaccent;\012 sub d dotnosp by ddotaccent;\012 sub D dotbelow by Ddotbelow;\012 sub d dotbelow by ddotbelow;\012 sub D macronsubnosp by Dlinebelow;\012 sub d macronsubnosp by dlinebelow;\012 sub D commaaccent by Dcedilla;\012 sub d commaaccent by dcedilla;\012 sub D circumflexsubnosp by Dcircumflexbelow;\012 sub d circumflexsubnosp by dcircumflexbelow;\012 #sub E macrongravecomb.cn by uni1E14;\012 sub E macroncomb gravecomb by Emacrongrave;\012 sub e macrongravecomb.cn by emacrongrave;\012 #sub E macronacutecomb.cn by uni1E16;\012 sub E macroncomb acutecomb by Emacronacute;\012 sub e macronacutecomb.cn by emacronacute;\012 sub E circumflexsubnosp by Ecircumflexbelow;\012 sub e circumflexsubnosp by ecircumflexbelow;\012 sub E tildesubnosp by Etildebelow;\012 sub e tildesubnosp by etildebelow;\012 sub F dotnosp by Fdotaccent;\012 sub f dotnosp by fdotaccent;\012 sub G macroncomb by Gmacron;\012 sub g macroncomb by gmacron;\012 sub H dotnosp by Hdotaccent;\012 sub h dotnosp by hdotaccent;\012 sub H dotbelow by Hdotbelow;\012 sub h dotbelow by hdotbelow;\012 sub H dieresisnosp by Hdieresis;\012 sub h dieresisnosp by hdieresis;\012 sub H brevesubnosp by Hbrevebelow;\012 sub h brevesubnosp by hbrevebelow;\012 sub I tildesubnosp by Itildebelow;\012 sub i tildesubnosp by itildebelow;\012 #sub I dieresisacutecomb.cn by Idieresisacute;\012 sub I dieresisnosp acutecomb by Idieresisacute;\012 sub dotlessi dieresisacutecomb.cn by idieresisacute;\012 sub K acutecomb by Kacute;\012 sub k acutecomb by kacute;\012 sub K dotbelow by Kdotbelow;\012 sub k dotbelow by kdotbelow;\012 sub K macronsubnosp by Klinebelow;\012 sub k macronsubnosp by klinebelow;\012 sub L dotbelow by Ldotbelow;\012 sub l dotbelow by ldotbelow;\012 sub L macronsubnosp by Llinebelow;\012 sub l macronsubnosp by llinebelow;\012 sub L circumflexsubnosp by Lcircumflexbelow;\012 sub l circumflexsubnosp by lcircumflexbelow;\012 sub M acutecomb by Macute;\012 sub m acutecomb by macute;\012 sub M dotnosp by Mdotaccent;\012 sub m dotnosp by mdotaccent;\012 sub M dotbelow by Mdotbelow;\012 sub m dotbelow by mdotbelow;\012 sub N dotnosp by Ndotaccent;\012 sub n dotnosp by ndotaccent;\012 sub N dotbelow by Ndotbelow;\012 sub n dotbelow by ndotbelow;\012 sub N macronsubnosp by Nlinebelow;\012 sub n macronsubnosp by nlinebelow;\012 sub N circumflexsubnosp by Ncircumflexbelow;\012 sub n circumflexsubnosp by ncircumflexbelow;\012 #sub O tildeacutecomb.cn by uni1E4C;\012 sub O tildecomb acutecomb by Otildeacute;\012 sub o tildeacutecomb.cn by otildeacute;\012 #sub O tildedieresiscomb.cn by uni1E4E;\012 sub O tildecomb dieresisnosp by Otildedieresis;\012 sub o tildedieresiscomb.cn by otildedieresis;\012 #sub O macrongravecomb.cn by uni1E50;\012 sub O macroncomb gravecomb by Omacrongrave;\012 sub o macrongravecomb.cn by omacrongrave;\012 #sub O macronacutecomb.cn by uni1E52;\012 sub O macroncomb acutecomb by Omacronacute;\012 sub o macronacutecomb.cn by omacronacute;\012 sub P acutecomb by Pacute;\012 sub p acutecomb by pacute;\012 sub P dotnosp by Pdotaccent;\012 sub p dotnosp by pdotaccent;\012 sub R dotnosp by Rdotaccent;\012 sub r dotnosp by rdotaccent;\012 sub R dotbelow by Rdotbelow;\012 sub r dotbelow by rdotbelow;\012 sub R macronsubnosp by Rlinebelow;\012 sub r macronsubnosp by rlinebelow;\012 sub S dotnosp by Sdotaccent;\012 sub s dotnosp by sdotaccent;\012 sub S dotbelow by Sdotbelow;\012 sub s dotbelow by sdotbelow;\012 #sub S acutedotcomb.cn by uni1E64;\012 sub S acutecomb dotnosp by Sacutedotaccent;\012 sub s acutedotcomb.cn by sacutedotaccent;\012 #sub S carondotcomb.cn by uni1E66;\012 sub S caroncmb dotnosp by Scarondotaccent;\012 sub s carondotcomb.cn by scarondotaccent;\012 sub T dotnosp by Tdotaccent;\012 sub t dotnosp by tdotaccent;\012 sub T dotbelow by Tdotbelow;\012 sub t dotbelow by tdotbelow;\012 sub T macronsubnosp by Tlinebelow;\012 sub t macronsubnosp by tlinebelow;\012 sub T circumflexsubnosp by Tcircumflexbelow;\012 sub t circumflexsubnosp by tcircumflexbelow;\012 sub U dotdblsubnosp by Udieresisbelow;\012 sub u dotdblsubnosp by udieresisbelow;\012 sub U tildesubnosp by Utildebelow;\012 sub u tildesubnosp by utildebelow;\012 sub U circumflexsubnosp by Ucircumflexbelow;\012 sub u circumflexsubnosp by ucircumflexbelow;\012 #sub U tildeacutecomb.cn by uni1E78;\012 sub U tildecomb acutecomb by Utildeacute;\012 sub u tildeacutecomb.cn by utildeacute;\012 #sub U macrondieresiscomb.cn by uni1E7A;\012 sub U macroncomb dieresisnosp by Umacrondieresis;\012 sub u macrondieresiscomb.cn by umacrondieresis;\012 sub V tildecomb by Vtilde;\012 sub v tildecomb by vtilde;\012 sub V dotbelow by Vdotbelow;\012 sub v dotbelow by vdotbelow;\012 sub W dotnosp by Wdotaccent;\012 sub w dotnosp by wdotaccent;\012 sub W dotbelow by Wdotbelow;\012 sub w dotbelow by wdotbelow;\012 sub X dotnosp by Xdotaccent;\012 sub x dotnosp by xdotaccent;\012 sub X dieresisnosp by Xdieresis;\012 sub x dieresisnosp by xdieresis;\012 sub Y dotnosp by Ydotaccent;\012 sub y dotnosp by ydotaccent;\012 sub Z circumflexnosp by Zcircumflex;\012 sub z circumflexnosp by zcircumflex;\012 sub Z dotbelow by Zdotbelow;\012 sub z dotbelow by zdotbelow;\012 sub Z macronsubnosp by Zlinebelow;\012 sub z macronsubnosp by zlinebelow;\012 sub h macronsubnosp by hlinebelow;\012 sub t dieresisnosp by tdieresis;\012 sub w ringnosp by wring;\012 sub y ringnosp by yring;\012 sub longs dotnosp by slongdotaccent;\012 sub A ringsubnosp by Aringbelow;\012 sub a ringsubnosp by aringbelow;\012 } ccmp03;";
+name = ccmp;
+},
+{
+code = " feature locl;\012 feature frac;\012 feature numr;\012 feature dnom;\012 feature tnum;\012 feature ss01;\012 feature zero;\012 feature calt;";
+name = aalt;
+},
+{
+code = " script latn; language dflt; #set comment (#) for FDK 2.5\012 language MOL exclude_dflt; # Moldavian\012 sub [Scedilla scedilla] by [Scommaaccent scommaaccent];\012 language ROM exclude_dflt; # Romanian\012 sub [Scedilla scedilla] by [Scommaaccent scommaaccent];\012 language FRA exclude_dflt; # French\012 sub [thinspace] by [uni2009.fra];";
+name = locl;
+},
+{
+code = " # Latin\012 lookup frac_1 {\012 sub slash by fraction;\012 } frac_1;\012 lookup frac_2 {\012 sub @frac3 @frac1' by @frac4;\012 } frac_2;\012 lookup frac_3 {\012 sub @frac1 by @frac2;\012 } frac_3;";
+name = frac;
+},
+{
+code = " sub @frac1 by @frac4;";
+name = dnom;
+},
+{
+code = " sub @frac1 by @frac2;";
+name = numr;
+},
+{
+code = " sub @CASE_L by @CASE_R;";
+name = case;
+},
+{
+code = " @UC = [ @UC_ROMAN @UC_SET1 exclam question ];\012 @LC = [ @LC_ROMAN @LC_SET1 ];\012 \012 sub [ @UC @CASE_R ] @CASE_L' by @CASE_R; # Z y' -> Z x -> Z x 'y -> Z x x ...\012 ignore sub @LC @CASE_NONDELIM_L @UC; # e.g. m multiply M\012 sub @CASE_L' [ @UC @CASE_R ] by @CASE_R; # y' Z -> x Z\012\012 # rule to support left-hand repetition of CASE{L}->{R} [issue #57]\012 # e.g. /at /at /UC -> /at.case /at /UC -> /at.case /at.case /UC\012 # Note that we can't look further than 2 glyphs back, since it would break\012 # cases like /a /braceleft /braceright /asterisk /asterisk /A\012 sub @CASE_L' @CASE_L [ @CASE_R @UC ] by @CASE_R;\012\012 # arrows: -> and <-\012 @ARROW_DASH_LONG = [ endash emdash ];\012 @ARROW_DASH_LONG_CASE = [ endash.case emdash.case ];\012\012 sub hyphen greater by arrowright;\012 sub hyphen.case greater by arrowright.case;\012 sub @ARROW_DASH_LONG greater by arrowrightlong;\012 sub @ARROW_DASH_LONG_CASE greater by arrowrightlong.case;\012 # ignore <-NUM e.g. \"<-3\"\012 ignore sub less [ hyphen hyphen.case @ARROW_DASH_LONG @ARROW_DASH_LONG_CASE ] @NUM;\012 sub less hyphen by arrowleft;\012 sub less hyphen.case by arrowleft.case;\012 sub less @ARROW_DASH_LONG by arrowleftlong;\012 sub less @ARROW_DASH_LONG_CASE by arrowleftlong.case;";
+name = calt;
+},
+{
+code = " sub @SS01_L by @SS01_R;";
+name = ss01;
+},
+{
+code = " sub @TNUM_L by @TNUM_R;";
+name = tnum;
+},
+{
+code = " sub zero by zero.slash;\012 sub zero.tnum by zero.tnum.slash;";
+name = zero;
+}
+);
+fontMaster = (
+{
+alignmentZones = (
+"{2048, 28}",
+"{1536, 20}",
+"{0, -32}",
+"{-512, -64}"
+);
+ascender = 2708;
+capHeight = 2048;
+customParameters = (
+{
+name = TTFStems;
+value = (
+{
+horizontal = 1;
+name = "Y: 104";
+width = 208;
+},
+{
+horizontal = 1;
+name = "X: 108";
+width = 216;
+}
+);
+},
+{
+name = typoAscender;
+value = 2708;
+},
+{
+name = typoLineGap;
+value = 0;
+},
+{
+name = hheaAscender;
+value = 2708;
+},
+{
+name = hheaLineGap;
+value = 0;
+},
+{
+name = underlineThickness;
+value = 170;
+},
+{
+name = underlinePosition;
+value = -422;
+}
+);
+descender = -660;
+guideLines = (
+{
+position = "{1368, 2304}";
+},
+{
+position = "{0, 3792}";
+},
+{
+position = "{1520, 512}";
+},
+{
+name = Accent;
+position = "{1604, 1280}";
+},
+{
+position = "{1752, -576}";
+},
+{
+position = "{1632, 768}";
+},
+{
+position = "{1560, 1024}";
+},
+{
+angle = 90;
+position = "{224, 1560}";
+},
+{
+angle = 90;
+position = "{1828, 2076}";
+},
+{
+angle = 90;
+position = "{1580, -44}";
+},
+{
+angle = 90;
+position = "{472, 1588}";
+},
+{
+angle = 90;
+position = "{1180, 1596}";
+},
+{
+angle = 90;
+position = "{1428, 1576}";
+},
+{
+angle = 90;
+position = "{460, 1580}";
+},
+{
+angle = 90;
+position = "{1192, 1588}";
+},
+{
+position = "{872, -344}";
+}
+);
+horizontalStems = (
+128
+);
+id = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+verticalStems = (
+128
+);
+weightValue = 400;
+widthValue = 0;
+xHeight = 1536;
+},
+{
+alignmentZones = (
+"{2048, 28}",
+"{1536, 20}",
+"{0, -32}",
+"{-512, -64}"
+);
+ascender = 2708;
+capHeight = 2048;
+custom = Black;
+customParameters = (
+{
+name = TTFStems;
+value = (
+{
+horizontal = 1;
+name = "Y: 104";
+width = 208;
+},
+{
+horizontal = 1;
+name = "X: 108";
+width = 216;
+}
+);
+},
+{
+name = typoAscender;
+value = 2708;
+},
+{
+name = typoLineGap;
+value = 0;
+},
+{
+name = hheaAscender;
+value = 2708;
+},
+{
+name = hheaLineGap;
+value = 0;
+},
+{
+name = underlineThickness;
+value = 256;
+},
+{
+name = underlinePosition;
+value = -422;
+},
+{
+name = openTypeOS2Panose;
+value = (
+2,
+11,
+10,
+2,
+5,
+0,
+0,
+0,
+0,
+4
+);
+}
+);
+descender = -660;
+guideLines = (
+{
+position = "{0, -221}";
+},
+{
+name = anchors_Cap;
+position = "{52, 1620}";
+},
+{
+angle = 90;
+position = "{128, 2152}";
+},
+{
+angle = 90;
+position = "{592, 2168}";
+},
+{
+position = "{1512, 1216}";
+},
+{
+position = "{1016, 832}";
+},
+{
+position = "{1496, 384}";
+},
+{
+position = "{1624, -576}";
+}
+);
+horizontalStems = (
+256
+);
+id = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+verticalStems = (
+256
+);
+weightValue = 900;
+widthValue = 0;
+xHeight = 1536;
+}
+);
+glyphs = (
+{
+color = (255,77,77,1);
+glyphname = .null;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = .notdef;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2552 -640 LINE",
+"2552 -128 LINE",
+"248 -128 LINE",
+"248 -640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2552 1472 LINE",
+"2552 1984 LINE",
+"248 1984 LINE",
+"248 1472 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2552 2176 LINE",
+"2552 2688 LINE",
+"248 2688 LINE",
+"248 2176 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2552 64 LINE",
+"2552 576 LINE",
+"248 576 LINE",
+"248 64 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2552 768 LINE",
+"2552 1280 LINE",
+"248 1280 LINE",
+"248 768 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2576 -640 LINE",
+"2576 -128 LINE",
+"272 -128 LINE",
+"272 -640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2576 1472 LINE",
+"2576 1984 LINE",
+"272 1984 LINE",
+"272 1472 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2576 2176 LINE",
+"2576 2688 LINE",
+"272 2688 LINE",
+"272 2176 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2576 64 LINE",
+"2576 576 LINE",
+"272 576 LINE",
+"272 64 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2576 768 LINE",
+"2576 1280 LINE",
+"272 1280 LINE",
+"272 768 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (237,229,250,1);
+glyphname = space;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 792;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 768;
+}
+);
+unicode = 0020;
+},
+{
+color = (219,235,247,1);
+glyphname = A;
+lastChange = "2018-09-02 07:38:52 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = ogonek;
+position = "{1776, 0}";
+},
+{
+name = right;
+position = "{1832, 0}";
+},
+{
+name = tonos;
+position = "{680, 2048}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{2064, 1832}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"448 768 LINE",
+"448 548 LINE",
+"1460 548 LINE",
+"1460 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"940 1724 LINE",
+"964 1724 LINE",
+"1572 0 LINE",
+"1832 0 LINE",
+"1080 2048 LINE",
+"824 2048 LINE",
+"72 0 LINE",
+"332 0 LINE"
+);
+}
+);
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = ogonek;
+position = "{1952, 0}";
+},
+{
+name = right;
+position = "{2088, 0}";
+},
+{
+name = tonos;
+position = "{568, 2000}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1894.75}";
+},
+{
+angle = 90;
+position = "{1084, 964}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"492 756 LINE",
+"492 384 LINE",
+"1676 384 LINE",
+"1676 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 1468 LINE",
+"1096 1468 LINE",
+"1588 0 LINE",
+"2088 0 LINE",
+"1332 2048 LINE",
+"836 2048 LINE",
+"80 0 LINE",
+"580 0 LINE"
+);
+}
+);
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 0041;
+userData = {
+com.typemytype.robofont.guideline.magnetic.9EkLRXjahr = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Adieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = A;
+},
+{
+name = casedieresis.cn;
+transform = "{1, 0, 0, 1, 128, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+components = (
+{
+alignment = -1;
+name = A;
+},
+{
+alignment = -1;
+name = casedieresis.cn;
+transform = "{1, 0, 0, 1, 428, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1084, 1232}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 00C4;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Atilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = casetilde.cn;
+transform = "{1, 0, 0, 1, 320, 0}";
+},
+{
+alignment = -1;
+name = A;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+components = (
+{
+alignment = -1;
+name = casetilde.cn;
+transform = "{1, 0, 0, 1, 428, 0}";
+},
+{
+alignment = -1;
+name = A;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 00C3;
+},
+{
+glyphname = uni023A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1464 2176 LINE",
+"120 -192 LINE",
+"352 -192 LINE",
+"1696 2176 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 768 LINE",
+"448 548 LINE",
+"1460 548 LINE",
+"1460 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"940 1724 LINE",
+"964 1724 LINE",
+"1572 0 LINE",
+"1832 0 LINE",
+"1080 2048 LINE",
+"824 2048 LINE",
+"72 0 LINE",
+"332 0 LINE"
+);
+}
+);
+width = 1904;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1668 2176 LINE",
+"168 -256 LINE",
+"460 -256 LINE",
+"1960 2176 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"492 756 LINE",
+"492 384 LINE",
+"1676 384 LINE",
+"1676 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 1468 LINE",
+"1096 1468 LINE",
+"1588 0 LINE",
+"2088 0 LINE",
+"1332 2048 LINE",
+"836 2048 LINE",
+"80 0 LINE",
+"580 0 LINE"
+);
+}
+);
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 023A;
+userData = {
+interface.gridadjust.original = "{'width': 1855, 'leftMargin': -226, 'rightMargin': -8}";
+};
+},
+{
+glyphname = Lambda;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"940 1724 LINE",
+"964 1724 LINE",
+"1572 0 LINE",
+"1832 0 LINE",
+"1080 2048 LINE",
+"824 2048 LINE",
+"72 0 LINE",
+"332 0 LINE"
+);
+}
+);
+width = 1904;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1072 1468 LINE",
+"1096 1468 LINE",
+"1588 0 LINE",
+"2088 0 LINE",
+"1332 2048 LINE",
+"836 2048 LINE",
+"80 0 LINE",
+"580 0 LINE"
+);
+}
+);
+width = 2168;
+}
+);
+leftKerningGroup = Alphagreek;
+rightKerningGroup = Alphagreek;
+unicode = 039B;
+userData = {
+interface.gridadjust.original = "{'width': 1851, 'leftMargin': 63, 'rightMargin': 77}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = AE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1476, 2304}";
+},
+{
+name = top0315;
+position = "{2736, 2216}";
+},
+{
+name = top_dd;
+position = "{2736, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1448 2048 LINE",
+"1272 2048 LINE",
+"60 0 LINE",
+"356 0 LINE",
+"1424 1860 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 768 LINE",
+"604 552 LINE",
+"1640 552 LINE",
+"1640 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1684 220 LINE",
+"1684 0 LINE",
+"2692 0 LINE",
+"2692 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1404 2048 LINE",
+"1488 0 LINE",
+"1732 0 LINE",
+"1648 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1628 1152 LINE",
+"1628 932 LINE",
+"2496 932 LINE",
+"2496 1152 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1600 2048 LINE",
+"1600 1828 LINE",
+"2608 1828 LINE",
+"2608 2048 LINE"
+);
+}
+);
+width = 2848;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1348, 2216}";
+},
+{
+name = top0315;
+position = "{2712, 2216}";
+},
+{
+name = top_dd;
+position = "{2712, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1392 2048 LINE",
+"1112 2048 LINE",
+"80 0 LINE",
+"596 0 LINE",
+"1444 1828 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"532 756 LINE",
+"532 384 LINE",
+"1564 384 LINE",
+"1564 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1612 364 LINE",
+"1612 0 LINE",
+"2616 0 LINE",
+"2616 364 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1300 2048 LINE",
+"1384 0 LINE",
+"1824 0 LINE",
+"1744 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1552 1204 LINE",
+"1552 844 LINE",
+"2420 844 LINE",
+"2420 1204 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1528 2048 LINE",
+"1528 1684 LINE",
+"2532 1684 LINE",
+"2532 2048 LINE"
+);
+}
+);
+width = 2744;
+}
+);
+leftKerningGroup = AE;
+rightKerningGroup = AE;
+unicode = 00C6;
+userData = {
+interface.gridadjust.original = "{'width': 2647, 'leftMargin': -30, 'rightMargin': 45}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = top;
+position = "{876, 2304}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{924, 1772}";
+},
+{
+angle = 90;
+position = "{1612, 1340}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1000 1044 LINE",
+"1236 1044 OFFCURVE",
+"1592 1104 OFFCURVE",
+"1592 1504 CURVE",
+"1592 1804 OFFCURVE",
+"1392 2048 OFFCURVE",
+"964 2048 CURVE",
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 1828 LINE",
+"964 1828 LINE",
+"1236 1828 OFFCURVE",
+"1356 1684 OFFCURVE",
+"1356 1504 CURVE",
+"1356 1288 OFFCURVE",
+"1180 1148 OFFCURVE",
+"956 1148 CURVE",
+"448 1148 LINE",
+"448 932 LINE",
+"1000 932 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1472 0 OFFCURVE",
+"1672 236 OFFCURVE",
+"1672 544 CURVE SMOOTH",
+"1672 868 OFFCURVE",
+"1448 1044 OFFCURVE",
+"1260 1056 CURVE",
+"1260 1148 LINE",
+"560 1148 LINE",
+"560 932 LINE",
+"1000 932 LINE SMOOTH",
+"1268 932 OFFCURVE",
+"1436 752 OFFCURVE",
+"1436 544 CURVE SMOOTH",
+"1436 364 OFFCURVE",
+"1312 220 OFFCURVE",
+"988 220 CURVE SMOOTH",
+"368 220 LINE",
+"368 0 LINE",
+"988 0 LINE"
+);
+}
+);
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{928, 24}";
+},
+{
+name = bottom_dd;
+position = "{1920, -560}";
+},
+{
+name = top;
+position = "{876, 2260}";
+},
+{
+name = top0315;
+position = "{1920, 2260}";
+},
+{
+name = top_dd;
+position = "{1920, 2244}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1096 1040 LINE",
+"1488 1044 OFFCURVE",
+"1648 1220 OFFCURVE",
+"1648 1488 CURVE",
+"1648 1816 OFFCURVE",
+"1408 2048 OFFCURVE",
+"912 2048 CURVE",
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 1664 LINE",
+"900 1664 LINE",
+"1128 1664 OFFCURVE",
+"1188 1548 OFFCURVE",
+"1188 1424 CURVE",
+"1188 1268 OFFCURVE",
+"1096 1196 OFFCURVE",
+"872 1196 CURVE",
+"436 1196 LINE",
+"436 876 LINE",
+"964 876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1440 0 OFFCURVE",
+"1688 224 OFFCURVE",
+"1688 556 CURVE SMOOTH",
+"1688 820 OFFCURVE",
+"1532 1012 OFFCURVE",
+"1288 1044 CURVE",
+"1288 1196 LINE",
+"548 1196 LINE",
+"548 876 LINE",
+"964 876 LINE SMOOTH",
+"1156 876 OFFCURVE",
+"1232 760 OFFCURVE",
+"1232 620 CURVE SMOOTH",
+"1232 472 OFFCURVE",
+"1148 384 OFFCURVE",
+"948 384 CURVE SMOOTH",
+"380 384 LINE",
+"380 0 LINE",
+"984 0 LINE"
+);
+}
+);
+width = 1784;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = B;
+unicode = 0042;
+userData = {
+com.typemytype.robofont.guideline.magnetic.olHMUUD5VH = 5;
+com.typemytype.robofont.guideline.magnetic.rWKPWS6RQH = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0243;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = top;
+position = "{784, 2216}";
+},
+{
+name = top0315;
+position = "{1768, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = B;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -188, -432}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1016, 16}";
+},
+{
+name = top;
+position = "{1016, 2216}";
+},
+{
+name = top0315;
+position = "{2036, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = B;
+transform = "{1, 0, 0, 1, 208, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -92, -400}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1992;
+}
+);
+rightKerningGroup = B;
+unicode = 0243;
+userData = {
+interface.gridadjust.original = "{'width': 1851, 'leftMargin': 41, 'rightMargin': 100}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Bhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"616 2048 LINE",
+"416 2048 LINE SMOOTH",
+"152 2048 OFFCURVE",
+"8 1864 OFFCURVE",
+"8 1640 CURVE SMOOTH",
+"8 1504 LINE",
+"240 1504 LINE",
+"240 1580 LINE SMOOTH",
+"240 1708 OFFCURVE",
+"260 1828 OFFCURVE",
+"420 1828 CURVE SMOOTH",
+"616 1828 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1300 1044 LINE",
+"1536 1044 OFFCURVE",
+"1892 1104 OFFCURVE",
+"1892 1504 CURVE",
+"1892 1804 OFFCURVE",
+"1692 2048 OFFCURVE",
+"1264 2048 CURVE",
+"548 2048 LINE",
+"548 0 LINE",
+"796 0 LINE",
+"796 1828 LINE",
+"1264 1828 LINE",
+"1536 1828 OFFCURVE",
+"1656 1684 OFFCURVE",
+"1656 1504 CURVE",
+"1656 1288 OFFCURVE",
+"1480 1148 OFFCURVE",
+"1256 1148 CURVE",
+"748 1148 LINE",
+"748 932 LINE",
+"1300 932 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1772 0 OFFCURVE",
+"1972 236 OFFCURVE",
+"1972 544 CURVE SMOOTH",
+"1972 868 OFFCURVE",
+"1748 1044 OFFCURVE",
+"1560 1056 CURVE",
+"1560 1148 LINE",
+"860 1148 LINE",
+"860 932 LINE",
+"1300 932 LINE SMOOTH",
+"1568 932 OFFCURVE",
+"1736 752 OFFCURVE",
+"1736 544 CURVE SMOOTH",
+"1736 364 OFFCURVE",
+"1612 220 OFFCURVE",
+"1288 220 CURVE SMOOTH",
+"668 220 LINE",
+"668 0 LINE",
+"1288 0 LINE"
+);
+}
+);
+width = 2132;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"940 2048 LINE",
+"628 2048 LINE SMOOTH",
+"252 2048 OFFCURVE",
+"16 1840 OFFCURVE",
+"16 1496 CURVE SMOOTH",
+"16 1284 LINE",
+"428 1284 LINE",
+"428 1412 LINE SMOOTH",
+"428 1536 OFFCURVE",
+"468 1668 OFFCURVE",
+"628 1668 CURVE SMOOTH",
+"940 1668 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1624 1040 LINE",
+"2016 1044 OFFCURVE",
+"2176 1220 OFFCURVE",
+"2176 1488 CURVE",
+"2176 1816 OFFCURVE",
+"1936 2048 OFFCURVE",
+"1440 2048 CURVE",
+"672 2048 LINE",
+"672 0 LINE",
+"1136 0 LINE",
+"1136 1664 LINE",
+"1428 1664 LINE",
+"1656 1664 OFFCURVE",
+"1716 1548 OFFCURVE",
+"1716 1424 CURVE",
+"1716 1268 OFFCURVE",
+"1624 1196 OFFCURVE",
+"1400 1196 CURVE",
+"964 1196 LINE",
+"964 876 LINE",
+"1492 876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1968 0 OFFCURVE",
+"2216 224 OFFCURVE",
+"2216 556 CURVE SMOOTH",
+"2216 820 OFFCURVE",
+"2060 1012 OFFCURVE",
+"1816 1044 CURVE",
+"1816 1196 LINE",
+"1076 1196 LINE",
+"1076 876 LINE",
+"1492 876 LINE SMOOTH",
+"1684 876 OFFCURVE",
+"1760 760 OFFCURVE",
+"1760 620 CURVE SMOOTH",
+"1760 472 OFFCURVE",
+"1676 384 OFFCURVE",
+"1476 384 CURVE SMOOTH",
+"908 384 LINE",
+"908 0 LINE",
+"1512 0 LINE"
+);
+}
+);
+width = 2312;
+}
+);
+rightKerningGroup = B;
+unicode = 0181;
+userData = {
+interface.gridadjust.original = "{'width': 2046.0, 'leftMargin': 41, 'rightMargin': 100.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -16}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1064, 1432}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1820 1828 OFFCURVE",
+"1484 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1484 -28 OFFCURVE",
+"1820 220 OFFCURVE",
+"1896 640 CURVE",
+"1648 640 LINE",
+"1588 356 OFFCURVE",
+"1344 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1344 1844 OFFCURVE",
+"1588 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1896 1408 LINE"
+);
+}
+);
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+guideLines = (
+{
+angle = 8.0272;
+position = "{1364, 1340}";
+},
+{
+angle = 351.9643;
+position = "{1360, 696}";
+},
+{
+angle = 90;
+position = "{1024, 2104}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1764 1836 OFFCURVE",
+"1432 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1688 OFFCURVE",
+"120 1020 CURVE",
+"120 356 OFFCURVE",
+"504 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1432 -28 OFFCURVE",
+"1760 208 OFFCURVE",
+"1872 632 CURVE",
+"1420 696 LINE",
+"1360 488 OFFCURVE",
+"1216 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"764 388 OFFCURVE",
+"588 568 OFFCURVE",
+"588 1020 CURVE",
+"588 1472 OFFCURVE",
+"764 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1216 1660 OFFCURVE",
+"1368 1556 OFFCURVE",
+"1428 1340 CURVE",
+"1876 1404 LINE"
+);
+}
+);
+width = 1984;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = C;
+unicode = 0043;
+userData = {
+com.typemytype.robofont.guideline.magnetic.ju3ppiFr9V = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Chook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1896 1664 LINE SMOOTH",
+"1896 1824 OFFCURVE",
+"1992 1872 OFFCURVE",
+"2120 1872 CURVE SMOOTH",
+"2148 1872 OFFCURVE",
+"2176 1868 OFFCURVE",
+"2196 1864 CURVE",
+"2196 2064 LINE",
+"2160 2076 OFFCURVE",
+"2108 2076 OFFCURVE",
+"2060 2076 CURVE SMOOTH",
+"1836 2076 OFFCURVE",
+"1660 1928 OFFCURVE",
+"1660 1664 CURVE SMOOTH",
+"1660 1408 LINE",
+"1896 1408 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1820 1828 OFFCURVE",
+"1484 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1484 -28 OFFCURVE",
+"1820 220 OFFCURVE",
+"1896 640 CURVE",
+"1648 640 LINE",
+"1588 356 OFFCURVE",
+"1344 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1344 1844 OFFCURVE",
+"1588 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1896 1408 LINE"
+);
+}
+);
+width = 2172;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{-1571.625, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1876 1496 LINE SMOOTH",
+"1876 1696 OFFCURVE",
+"2032 1760 OFFCURVE",
+"2156 1760 CURVE",
+"2188 1760 OFFCURVE",
+"2252 1756 OFFCURVE",
+"2284 1756 CURVE",
+"2284 2128 LINE",
+"2208 2140 OFFCURVE",
+"2144 2140 OFFCURVE",
+"2072 2140 CURVE SMOOTH",
+"1728 2140 OFFCURVE",
+"1428 1936 OFFCURVE",
+"1428 1560 CURVE SMOOTH",
+"1428 1340 LINE",
+"1876 1340 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 1836 OFFCURVE",
+"1432 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1688 OFFCURVE",
+"120 1020 CURVE",
+"120 356 OFFCURVE",
+"504 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1432 -28 OFFCURVE",
+"1760 208 OFFCURVE",
+"1872 632 CURVE",
+"1420 696 LINE",
+"1360 488 OFFCURVE",
+"1216 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"764 388 OFFCURVE",
+"588 568 OFFCURVE",
+"588 1020 CURVE",
+"588 1472 OFFCURVE",
+"764 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1216 1660 OFFCURVE",
+"1368 1556 OFFCURVE",
+"1428 1340 CURVE",
+"1876 1404 LINE"
+);
+}
+);
+width = 2232;
+}
+);
+unicode = 0187;
+userData = {
+interface.gridadjust.original = "{'width': 1998, 'leftMargin': 256, 'rightMargin': -44}";
+};
+},
+{
+glyphname = uni023B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1016, 1756}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1600 2164 LINE",
+"1428 2236 LINE",
+"464 -120 LINE",
+"636 -192 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1820 1824 OFFCURVE",
+"1484 2072 OFFCURVE",
+"1072 2072 CURVE SMOOTH",
+"548 2072 OFFCURVE",
+"168 1668 OFFCURVE",
+"168 1020 CURVE",
+"168 372 OFFCURVE",
+"548 -32 OFFCURVE",
+"1072 -32 CURVE SMOOTH",
+"1484 -32 OFFCURVE",
+"1820 216 OFFCURVE",
+"1896 636 CURVE",
+"1648 636 LINE",
+"1588 352 OFFCURVE",
+"1344 200 OFFCURVE",
+"1072 200 CURVE SMOOTH",
+"700 200 OFFCURVE",
+"408 488 OFFCURVE",
+"408 1020 CURVE",
+"408 1552 OFFCURVE",
+"700 1840 OFFCURVE",
+"1072 1840 CURVE SMOOTH",
+"1344 1840 OFFCURVE",
+"1588 1688 OFFCURVE",
+"1648 1404 CURVE",
+"1896 1404 LINE"
+);
+}
+);
+width = 2048;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1548 2176 LINE",
+"1320 2260 LINE",
+"452 -132 LINE",
+"680 -216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 1836 OFFCURVE",
+"1432 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1688 OFFCURVE",
+"120 1020 CURVE",
+"120 356 OFFCURVE",
+"504 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1432 -28 OFFCURVE",
+"1760 208 OFFCURVE",
+"1872 632 CURVE",
+"1420 696 LINE",
+"1360 488 OFFCURVE",
+"1216 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"764 388 OFFCURVE",
+"588 568 OFFCURVE",
+"588 1020 CURVE",
+"588 1472 OFFCURVE",
+"764 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1216 1660 OFFCURVE",
+"1368 1556 OFFCURVE",
+"1428 1340 CURVE",
+"1876 1404 LINE"
+);
+}
+);
+width = 1984;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = C;
+unicode = 023B;
+userData = {
+com.typemytype.robofont.guideline.magnetic.7GS4PBDdqi = 5;
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 256, 'rightMargin': 2}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Oopen;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = C;
+transform = "{-1, 0, 0, 1, 2056, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+components = (
+{
+name = C;
+transform = "{-1, 0, 0, 1, 1984, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 0186;
+userData = {
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 121, 'rightMargin': 161}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, 16}";
+},
+{
+name = bottom_dd;
+position = "{1856, -560}";
+},
+{
+name = cross;
+position = "{444, 1016}";
+},
+{
+name = top;
+position = "{848, 2304}";
+},
+{
+name = top0315;
+position = "{1856, 2216}";
+},
+{
+name = top_dd;
+position = "{1856, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1504 0 OFFCURVE",
+"1856 388 OFFCURVE",
+"1856 1028 CURVE",
+"1856 1664 OFFCURVE",
+"1504 2048 OFFCURVE",
+"908 2048 CURVE",
+"376 2048 LINE",
+"376 1828 LINE",
+"892 1828 LINE",
+"1372 1828 OFFCURVE",
+"1616 1524 OFFCURVE",
+"1616 1028 CURVE",
+"1616 528 OFFCURVE",
+"1372 220 OFFCURVE",
+"864 220 CURVE",
+"388 220 LINE",
+"388 0 LINE",
+"880 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+}
+);
+width = 2024;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = cross;
+position = "{552, 1000}";
+},
+{
+name = top;
+position = "{784, 2200}";
+},
+{
+name = top0315;
+position = "{1924, 2200}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+guideLines = (
+{
+position = "{1908, 1024}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1549.625}";
+},
+{
+position = "{1872, 1696}";
+},
+{
+position = "{1872, 348}";
+},
+{
+position = "{1408, 1480}";
+},
+{
+position = "{1472, 560}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1468 0 OFFCURVE",
+"1840 384 OFFCURVE",
+"1840 1024 CURVE",
+"1840 1664 OFFCURVE",
+"1468 2048 OFFCURVE",
+"868 2048 CURVE",
+"336 2048 LINE",
+"336 1648 LINE",
+"844 1648 LINE",
+"1188 1648 OFFCURVE",
+"1372 1472 OFFCURVE",
+"1372 1024 CURVE",
+"1372 576 OFFCURVE",
+"1188 400 OFFCURVE",
+"848 400 CURVE",
+"344 400 LINE",
+"344 0 LINE",
+"868 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+}
+);
+width = 1960;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = D;
+unicode = 0044;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Dhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"616 2048 LINE",
+"416 2048 LINE SMOOTH",
+"152 2048 OFFCURVE",
+"8 1864 OFFCURVE",
+"8 1640 CURVE SMOOTH",
+"8 1504 LINE",
+"240 1504 LINE",
+"240 1580 LINE SMOOTH",
+"240 1708 OFFCURVE",
+"260 1828 OFFCURVE",
+"420 1828 CURVE SMOOTH",
+"616 1828 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1820 0 OFFCURVE",
+"2172 388 OFFCURVE",
+"2172 1028 CURVE",
+"2172 1664 OFFCURVE",
+"1820 2048 OFFCURVE",
+"1224 2048 CURVE",
+"692 2048 LINE",
+"692 1828 LINE",
+"1208 1828 LINE",
+"1688 1828 OFFCURVE",
+"1932 1524 OFFCURVE",
+"1932 1028 CURVE",
+"1932 528 OFFCURVE",
+"1688 220 OFFCURVE",
+"1180 220 CURVE",
+"704 220 LINE",
+"704 0 LINE",
+"1196 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 2048 LINE",
+"564 0 LINE",
+"812 0 LINE",
+"812 2048 LINE"
+);
+}
+);
+width = 2340;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"940 2048 LINE",
+"628 2048 LINE SMOOTH",
+"252 2048 OFFCURVE",
+"16 1840 OFFCURVE",
+"16 1496 CURVE SMOOTH",
+"16 1284 LINE",
+"428 1284 LINE",
+"428 1412 LINE SMOOTH",
+"428 1536 OFFCURVE",
+"468 1648 OFFCURVE",
+"628 1648 CURVE SMOOTH",
+"940 1648 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 0 OFFCURVE",
+"2372 384 OFFCURVE",
+"2372 1024 CURVE",
+"2372 1664 OFFCURVE",
+"2000 2048 OFFCURVE",
+"1400 2048 CURVE",
+"868 2048 LINE",
+"868 1648 LINE",
+"1376 1648 LINE",
+"1720 1648 OFFCURVE",
+"1904 1472 OFFCURVE",
+"1904 1024 CURVE",
+"1904 576 OFFCURVE",
+"1720 400 OFFCURVE",
+"1380 400 CURVE",
+"876 400 LINE",
+"876 0 LINE",
+"1400 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"676 2048 LINE",
+"676 0 LINE",
+"1140 0 LINE",
+"1140 2048 LINE"
+);
+}
+);
+width = 2492;
+}
+);
+rightKerningGroup = D;
+unicode = 018A;
+userData = {
+interface.gridadjust.original = "{'width': 2134.0, 'leftMargin': 41, 'rightMargin': 184.0}";
+};
+},
+{
+glyphname = Dbar1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 96, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -156, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2120;
+},
+{
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 184, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -84, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2144;
+}
+);
+unicode = 0189;
+userData = {
+interface.gridadjust.original = "{'width': 1953, 'leftMargin': 55, 'rightMargin': 184}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Dzcaron_;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = D;
+},
+{
+alignment = -1;
+name = z;
+transform = "{1, 0, 0, 1, 1844, 0}";
+},
+{
+alignment = -1;
+name = caron;
+transform = "{1, 0, 0, 1, 1964, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3368;
+},
+{
+components = (
+{
+alignment = -1;
+name = D;
+},
+{
+alignment = -1;
+name = z;
+transform = "{1, 0, 0, 1, 1736, 0}";
+},
+{
+alignment = -1;
+name = caron;
+transform = "{1, 0, 0, 1, 1736, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3280;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = z;
+unicode = 01C5;
+userData = {
+interface.gridadjust.original = "{'width': 3079, 'leftMargin': 256, 'rightMargin': 98}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = ogonek;
+position = "{1440, 0}";
+},
+{
+name = tonos;
+position = "{8, 2048}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"432 220 LINE",
+"432 0 LINE",
+"1500 0 LINE",
+"1500 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 1136 LINE",
+"432 916 LINE",
+"1380 916 LINE",
+"1380 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 2048 LINE",
+"432 1828 LINE",
+"1484 1828 LINE",
+"1484 2048 LINE"
+);
+}
+);
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = ogonek;
+position = "{1292, 0}";
+},
+{
+name = tonos;
+position = "{-72, 2004}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1358.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"448 384 LINE",
+"448 0 LINE",
+"1512 0 LINE",
+"1512 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 1216 LINE",
+"448 832 LINE",
+"1372 832 LINE",
+"1372 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 2048 LINE",
+"448 1664 LINE",
+"1512 1664 LINE",
+"1512 2048 LINE"
+);
+}
+);
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 0045;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0246;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1352 2208 LINE",
+"1176 2264 LINE",
+"408 -164 LINE",
+"584 -220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 220 LINE",
+"432 0 LINE",
+"1500 0 LINE",
+"1500 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 1136 LINE",
+"432 916 LINE",
+"1380 916 LINE",
+"1380 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 2048 LINE",
+"432 1828 LINE",
+"1484 1828 LINE",
+"1484 2048 LINE"
+);
+}
+);
+width = 1668;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1388 2188 LINE",
+"1160 2268 LINE",
+"340 -144 LINE",
+"568 -224 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 384 LINE",
+"448 0 LINE",
+"1512 0 LINE",
+"1512 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 1216 LINE",
+"448 832 LINE",
+"1372 832 LINE",
+"1372 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 2048 LINE",
+"448 1664 LINE",
+"1512 1664 LINE",
+"1512 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 0246;
+userData = {
+interface.gridadjust.original = "{'width': 1601, 'leftMargin': 256, 'rightMargin': 65}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Eturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{-1, 0, 0, -1, 1676, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1668;
+},
+{
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{-1, 0, 0, -1, 1624, 2048}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 018E;
+userData = {
+interface.gridadjust.original = "{'width': 1601, 'leftMargin': 95, 'rightMargin': 229}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{768, 16}";
+},
+{
+name = bottom_dd;
+position = "{1588, -560}";
+},
+{
+name = cross;
+position = "{496, 464}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1588, 2216}";
+},
+{
+name = top_dd;
+position = "{1588, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 1136 LINE",
+"468 916 LINE",
+"1344 916 LINE",
+"1344 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 2048 LINE",
+"468 1828 LINE",
+"1476 1828 LINE",
+"1476 2048 LINE"
+);
+}
+);
+width = 1652;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 16}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = cross;
+position = "{540, 400}";
+},
+{
+name = top;
+position = "{968, 2216}";
+},
+{
+name = top0315;
+position = "{1628, 2216}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1320}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"460 1216 LINE",
+"460 832 LINE",
+"1372 832 LINE",
+"1372 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"476 2048 LINE",
+"476 1664 LINE",
+"1512 1664 LINE",
+"1512 2048 LINE"
+);
+}
+);
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = F;
+unicode = 0046;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Fhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 -160 LINE SMOOTH",
+"248 -320 OFFCURVE",
+"156 -368 OFFCURVE",
+"28 -368 CURVE SMOOTH",
+"0 -368 OFFCURVE",
+"-28 -364 OFFCURVE",
+"-48 -360 CURVE",
+"-48 -564 LINE",
+"-12 -576 OFFCURVE",
+"40 -576 OFFCURVE",
+"88 -576 CURVE SMOOTH",
+"312 -576 OFFCURVE",
+"496 -428 OFFCURVE",
+"496 -164 CURVE SMOOTH",
+"496 36 LINE",
+"248 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 1136 LINE",
+"468 916 LINE",
+"1344 916 LINE",
+"1344 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 2048 LINE",
+"468 1828 LINE",
+"1476 1828 LINE",
+"1476 2048 LINE"
+);
+}
+);
+width = 1644;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 -80 LINE SMOOTH",
+"144 -192 OFFCURVE",
+"44 -220 OFFCURVE",
+"-60 -220 CURVE",
+"-80 -220 OFFCURVE",
+"-120 -220 OFFCURVE",
+"-144 -216 CURVE",
+"-144 -568 LINE",
+"-96 -576 OFFCURVE",
+"12 -576 OFFCURVE",
+"64 -576 CURVE",
+"304 -576 OFFCURVE",
+"608 -516 OFFCURVE",
+"608 -80 CURVE SMOOTH",
+"608 184 LINE",
+"144 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"460 1216 LINE",
+"460 832 LINE",
+"1372 832 LINE",
+"1372 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"476 2048 LINE",
+"476 1664 LINE",
+"1512 1664 LINE",
+"1512 2048 LINE"
+);
+}
+);
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = F;
+unicode = 0191;
+userData = {
+interface.gridadjust.original = "{'width': 1645, 'leftMargin': 0, 'rightMargin': 31}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Fturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = F;
+transform = "{-1, 0, 0, -1, 1660, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1652;
+},
+{
+components = (
+{
+alignment = -1;
+name = F;
+transform = "{-1, 0, 0, -1, 1624, 2048}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 2132;
+userData = {
+interface.gridadjust.original = "{'width': 1551.0, 'leftMargin': 83, 'rightMargin': 228.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = G;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1064, -16}";
+},
+{
+name = bottom_dd;
+position = "{2024, -560}";
+},
+{
+name = top;
+position = "{1064, 2304}";
+},
+{
+name = top0315;
+position = "{2024, 2244}";
+},
+{
+name = top_dd;
+position = "{2024, 2200}";
+}
+);
+guideLines = (
+{
+position = "{1880, 1408}";
+},
+{
+angle = 90;
+position = "{1892, 1304}";
+},
+{
+angle = 90;
+position = "{1056, 1644}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1176 1016 LINE",
+"1176 796 LINE",
+"1916 796 LINE",
+"1916 1016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1780 1828 OFFCURVE",
+"1472 2076 OFFCURVE",
+"1064 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1080 -28 CURVE SMOOTH",
+"1556 -28 OFFCURVE",
+"1916 292 OFFCURVE",
+"1916 796 CURVE",
+"1676 796 LINE",
+"1676 448 OFFCURVE",
+"1428 204 OFFCURVE",
+"1080 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1064 1844 CURVE SMOOTH",
+"1328 1844 OFFCURVE",
+"1552 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1900 1408 LINE"
+);
+}
+);
+width = 2092;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+guideLines = (
+{
+angle = 7.9575;
+position = "{1024, 1320}";
+},
+{
+angle = 90;
+position = "{1024, 528}";
+},
+{
+position = "{1360, 756}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1024 1096 LINE",
+"1024 756 LINE",
+"1872 756 LINE",
+"1872 1096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 1852 OFFCURVE",
+"1408 2076 OFFCURVE",
+"1016 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"508 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1492 -28 OFFCURVE",
+"1872 284 OFFCURVE",
+"1872 756 CURVE",
+"1420 756 LINE",
+"1420 524 OFFCURVE",
+"1244 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"776 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1016 1660 CURVE SMOOTH",
+"1184 1660 OFFCURVE",
+"1336 1576 OFFCURVE",
+"1396 1372 CURVE",
+"1864 1436 LINE"
+);
+}
+);
+width = 2000;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = G;
+unicode = 0047;
+userData = {
+com.typemytype.robofont.guideline.magnetic.DBpTQJmUAf = 5;
+com.typemytype.robofont.guideline.magnetic.Mdeh49HlEG = 5;
+com.typemytype.robofont.guideline.magnetic.iFgX6ho5qJ = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Gbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1080, -16}";
+},
+{
+name = top;
+position = "{1080, 2304}";
+},
+{
+name = top0315;
+position = "{1928, 2244}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1168, 744}";
+},
+{
+angle = 90;
+position = "{1072, 148}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1176 632 LINE",
+"1176 412 LINE",
+"2124 412 LINE",
+"2124 632 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 1016 LINE",
+"1176 800 LINE",
+"1676 800 LINE",
+"1676 796 LINE",
+"1916 796 LINE",
+"1916 1016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1780 1828 OFFCURVE",
+"1472 2076 OFFCURVE",
+"1064 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1080 -28 CURVE SMOOTH",
+"1556 -28 OFFCURVE",
+"1916 292 OFFCURVE",
+"1916 796 CURVE",
+"1676 796 LINE",
+"1676 448 OFFCURVE",
+"1428 204 OFFCURVE",
+"1080 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1064 1844 CURVE SMOOTH",
+"1328 1844 OFFCURVE",
+"1552 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1900 1408 LINE"
+);
+}
+);
+width = 2164;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1012, 0}";
+},
+{
+name = top;
+position = "{984, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1024 716 LINE",
+"1024 516 LINE",
+"2048 516 LINE",
+"2048 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1024 1096 LINE",
+"1024 832 LINE",
+"1420 832 LINE",
+"1420 756 LINE",
+"1872 756 LINE",
+"1872 1096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 1852 OFFCURVE",
+"1408 2076 OFFCURVE",
+"1016 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"508 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1492 -28 OFFCURVE",
+"1872 284 OFFCURVE",
+"1872 756 CURVE",
+"1420 756 LINE",
+"1420 524 OFFCURVE",
+"1244 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"776 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1016 1660 CURVE SMOOTH",
+"1184 1660 OFFCURVE",
+"1336 1576 OFFCURVE",
+"1396 1372 CURVE",
+"1864 1436 LINE"
+);
+}
+);
+width = 2112;
+}
+);
+unicode = 01E4;
+userData = {
+com.typemytype.robofont.guideline.magnetic.L529Uh5F2Z = 5;
+com.typemytype.robofont.guideline.magnetic.aP8dy3XBkq = 5;
+interface.gridadjust.original = "{'width': 1917, 'leftMargin': 256, 'rightMargin': 7}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ghook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1900 1624 LINE SMOOTH",
+"1900 1784 OFFCURVE",
+"1996 1832 OFFCURVE",
+"2124 1832 CURVE SMOOTH",
+"2152 1832 OFFCURVE",
+"2180 1828 OFFCURVE",
+"2200 1824 CURVE",
+"2200 2024 LINE",
+"2164 2036 OFFCURVE",
+"2112 2036 OFFCURVE",
+"2064 2036 CURVE SMOOTH",
+"1808 2036 OFFCURVE",
+"1676 1888 OFFCURVE",
+"1660 1624 CURVE SMOOTH",
+"1648 1408 LINE",
+"1900 1408 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 1016 LINE",
+"1176 796 LINE",
+"1916 796 LINE",
+"1916 1016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1780 1828 OFFCURVE",
+"1472 2076 OFFCURVE",
+"1064 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1080 -28 CURVE SMOOTH",
+"1556 -28 OFFCURVE",
+"1916 292 OFFCURVE",
+"1916 796 CURVE",
+"1676 796 LINE",
+"1676 448 OFFCURVE",
+"1428 204 OFFCURVE",
+"1080 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1064 1844 CURVE SMOOTH",
+"1328 1844 OFFCURVE",
+"1552 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1900 1408 LINE"
+);
+}
+);
+width = 2176;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1872, 996}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1872 1712 LINE SMOOTH",
+"1872 1888 OFFCURVE",
+"2012 1912 OFFCURVE",
+"2136 1912 CURVE SMOOTH",
+"2180 1912 OFFCURVE",
+"2220 1904 OFFCURVE",
+"2264 1900 CURVE",
+"2264 2268 LINE",
+"2188 2284 OFFCURVE",
+"2128 2292 OFFCURVE",
+"2052 2292 CURVE SMOOTH",
+"1708 2292 OFFCURVE",
+"1396 2088 OFFCURVE",
+"1396 1712 CURVE SMOOTH",
+"1396 1372 LINE",
+"1872 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1024 1096 LINE",
+"1024 756 LINE",
+"1872 756 LINE",
+"1872 1096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 1852 OFFCURVE",
+"1408 2076 OFFCURVE",
+"1016 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"508 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1492 -28 OFFCURVE",
+"1872 284 OFFCURVE",
+"1872 756 CURVE",
+"1420 756 LINE",
+"1420 524 OFFCURVE",
+"1244 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"776 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1016 1660 CURVE SMOOTH",
+"1184 1660 OFFCURVE",
+"1336 1576 OFFCURVE",
+"1396 1372 CURVE",
+"1864 1436 LINE"
+);
+}
+);
+width = 2320;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = G;
+unicode = 0193;
+userData = {
+interface.gridadjust.original = "{'width': 1998, 'leftMargin': 256, 'rightMargin': -45}";
+};
+},
+{
+color = (219,235,247,1);
+glyphname = H;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = right;
+position = "{1816, 0}";
+},
+{
+name = tonos;
+position = "{8, 2048}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1136 LINE",
+"452 916 LINE",
+"1624 916 LINE",
+"1624 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 2048 LINE",
+"1588 0 LINE",
+"1836 0 LINE",
+"1836 2048 LINE"
+);
+}
+);
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = right;
+position = "{1868, 0}";
+},
+{
+name = tonos;
+position = "{-88, 1996}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1651.375}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"456 1216 LINE",
+"456 832 LINE",
+"1484 832 LINE",
+"1484 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 2048 LINE",
+"1344 0 LINE",
+"1808 0 LINE",
+"1808 2048 LINE"
+);
+}
+);
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0048;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Hcedilla;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, -8, 0}";
+},
+{
+alignment = -1;
+name = cedilla;
+transform = "{1, 0, 0, 1, 12, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+components = (
+{
+alignment = -1;
+name = H;
+},
+{
+alignment = -1;
+name = cedilla;
+transform = "{1, 0, 0, 1, -16, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 1E28;
+userData = {
+interface.gridadjust.original = "{'width': 2012, 'leftMargin': 239, 'rightMargin': 220}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Hbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1016, 16}";
+},
+{
+name = top;
+position = "{1032, 2304}";
+},
+{
+name = top0315;
+position = "{1996, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"84 1616 LINE",
+"84 1408 LINE",
+"2000 1408 LINE",
+"2000 1616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"456 1136 LINE",
+"456 916 LINE",
+"1628 916 LINE",
+"1628 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"252 2048 LINE",
+"252 0 LINE",
+"500 0 LINE",
+"500 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1592 2048 LINE",
+"1592 0 LINE",
+"1840 0 LINE",
+"1840 2048 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{976, 16}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-8 1708 LINE",
+"-8 1460 LINE",
+"1960 1460 LINE",
+"1960 1708 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"456 1216 LINE",
+"456 832 LINE",
+"1484 832 LINE",
+"1484 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 2048 LINE",
+"1344 0 LINE",
+"1808 0 LINE",
+"1808 2048 LINE"
+);
+}
+);
+width = 1952;
+}
+);
+unicode = 0126;
+userData = {
+interface.gridadjust.original = "{'width': 1980.0, 'leftMargin': 43, 'rightMargin': 22.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Enhookcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1588 -160 LINE SMOOTH",
+"1588 -320 OFFCURVE",
+"1496 -368 OFFCURVE",
+"1368 -368 CURVE SMOOTH",
+"1340 -368 OFFCURVE",
+"1312 -364 OFFCURVE",
+"1292 -360 CURVE",
+"1292 -564 LINE",
+"1328 -576 OFFCURVE",
+"1380 -576 OFFCURVE",
+"1428 -576 CURVE SMOOTH",
+"1652 -576 OFFCURVE",
+"1836 -428 OFFCURVE",
+"1836 -164 CURVE SMOOTH",
+"1836 36 LINE",
+"1588 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1136 LINE",
+"452 916 LINE",
+"1624 916 LINE",
+"1624 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 2048 LINE",
+"1588 0 LINE",
+"1836 0 LINE",
+"1836 2048 LINE"
+);
+}
+);
+width = 2084;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1344 -4 LINE SMOOTH",
+"1344 -180 OFFCURVE",
+"1216 -232 OFFCURVE",
+"1092 -232 CURVE",
+"1060 -232 OFFCURVE",
+"996 -228 OFFCURVE",
+"964 -228 CURVE",
+"964 -600 LINE",
+"1036 -612 OFFCURVE",
+"1112 -612 OFFCURVE",
+"1176 -612 CURVE SMOOTH",
+"1520 -612 OFFCURVE",
+"1808 -432 OFFCURVE",
+"1808 -32 CURVE SMOOTH",
+"1808 124 LINE",
+"1344 124 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"456 1216 LINE",
+"456 832 LINE",
+"1484 832 LINE",
+"1484 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 2048 LINE",
+"1344 0 LINE",
+"1808 0 LINE",
+"1808 2048 LINE"
+);
+}
+);
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 04C7;
+userData = {
+interface.gridadjust.original = "{'width': 2010, 'leftMargin': 242, 'rightMargin': 244}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Endescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = top0315;
+position = "{2020, 2216}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1612, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1980, -560}";
+},
+{
+name = top0315;
+position = "{1980, 2200}";
+},
+{
+name = top_dd;
+position = "{1980, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, -20, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1564, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 04A2;
+userData = {
+interface.gridadjust.original = "{'width': 2137, 'leftMargin': 256, 'rightMargin': 119}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04C9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = top0315;
+position = "{1968, 2216}";
+},
+{
+name = top_dd;
+position = "{1968, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, -52, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1492, -100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{2000, -560}";
+},
+{
+name = top0315;
+position = "{2000, 2200}";
+},
+{
+name = top_dd;
+position = "{2000, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1560, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2216;
+}
+);
+unicode = 04C9;
+userData = {
+interface.gridadjust.original = "{'width': 2166, 'leftMargin': 256, 'rightMargin': 44}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Enghecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1540 2048 LINE",
+"1716 1828 LINE",
+"2588 1828 LINE",
+"2588 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"400 1136 LINE",
+"400 916 LINE",
+"1572 916 LINE",
+"1572 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"196 2048 LINE",
+"196 0 LINE",
+"444 0 LINE",
+"444 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1536 2048 LINE",
+"1536 0 LINE",
+"1784 0 LINE",
+"1784 2048 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1364 2048 LINE",
+"1752 1688 LINE",
+"2612 1688 LINE",
+"2612 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"428 1216 LINE",
+"428 832 LINE",
+"1456 832 LINE",
+"1456 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"116 2048 LINE",
+"116 0 LINE",
+"580 0 LINE",
+"580 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1316 2048 LINE",
+"1316 0 LINE",
+"1780 0 LINE",
+"1780 2048 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 04A4;
+userData = {
+interface.gridadjust.original = "{'width': 2729, 'leftMargin': 256, 'rightMargin': 101}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni01F6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2672 648 LINE SMOOTH",
+"2672 340 OFFCURVE",
+"2528 200 OFFCURVE",
+"2260 200 CURVE SMOOTH",
+"1992 200 OFFCURVE",
+"1836 340 OFFCURVE",
+"1836 648 CURVE SMOOTH",
+"1836 776 LINE",
+"1588 776 LINE",
+"1588 648 LINE SMOOTH",
+"1588 204 OFFCURVE",
+"1860 -28 OFFCURVE",
+"2260 -28 CURVE SMOOTH",
+"2648 -28 OFFCURVE",
+"2920 196 OFFCURVE",
+"2920 648 CURVE SMOOTH",
+"2920 1536 LINE",
+"2672 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1136 LINE",
+"452 916 LINE",
+"1624 916 LINE",
+"1624 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 2048 LINE",
+"1588 704 LINE",
+"1836 704 LINE",
+"1836 2048 LINE"
+);
+}
+);
+width = 3136;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2364 696 LINE SMOOTH",
+"2364 492 OFFCURVE",
+"2292 352 OFFCURVE",
+"2084 352 CURVE SMOOTH",
+"1880 352 OFFCURVE",
+"1804 492 OFFCURVE",
+"1804 696 CURVE SMOOTH",
+"1804 776 LINE",
+"1344 776 LINE",
+"1344 696 LINE SMOOTH",
+"1344 228 OFFCURVE",
+"1620 -28 OFFCURVE",
+"2084 -28 CURVE SMOOTH",
+"2548 -28 OFFCURVE",
+"2824 228 OFFCURVE",
+"2824 696 CURVE SMOOTH",
+"2824 1488 LINE",
+"2364 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"456 1208 LINE",
+"456 836 LINE",
+"1488 836 LINE",
+"1488 1208 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 2048 LINE",
+"1344 688 LINE",
+"1804 688 LINE",
+"1804 2048 LINE"
+);
+}
+);
+width = 2968;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = u;
+unicode = 01F6;
+userData = {
+interface.gridadjust.original = "{'width': 3059, 'leftMargin': 228, 'rightMargin': 176}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = I;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = ogonek;
+position = "{468, 0}";
+},
+{
+name = right;
+position = "{516, 0}";
+},
+{
+name = tonos;
+position = "{-8, 2048}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+}
+);
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = ogonek;
+position = "{516, 0}";
+},
+{
+name = right;
+position = "{596, 0}";
+},
+{
+name = tonos;
+position = "{-184, 2004}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 292.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+}
+);
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0049;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Idieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = casedieresis.cn;
+transform = "{1, 0, 0, 1, -400, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 48, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 848;
+},
+{
+components = (
+{
+alignment = -1;
+name = casedieresis.cn;
+transform = "{1, 0, 0, 1, -96, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 184, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1120;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 00CF;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Idieresisacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{412, 16}";
+},
+{
+name = bottom_dd;
+position = "{796, -560}";
+},
+{
+name = ogonek;
+position = "{504, 0}";
+},
+{
+name = right;
+position = "{548, 0}";
+},
+{
+name = tonos;
+position = "{136, 2004}";
+},
+{
+name = top;
+position = "{412, 2216}";
+},
+{
+name = top0315;
+position = "{796, 2216}";
+},
+{
+name = top_dd;
+position = "{796, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 40, 0}";
+},
+{
+alignment = -1;
+name = dieresisacutecomb.cn;
+transform = "{1, 0, 0, 1, 1220, 480}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{532, 0}";
+},
+{
+name = bottom_dd;
+position = "{952, -560}";
+},
+{
+name = ogonek;
+position = "{668, 0}";
+},
+{
+name = right;
+position = "{748, 0}";
+},
+{
+name = tonos;
+position = "{112, 2004}";
+},
+{
+name = top;
+position = "{528, 2200}";
+},
+{
+name = top0315;
+position = "{952, 2200}";
+},
+{
+name = top_dd;
+position = "{952, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 96, 0}";
+},
+{
+alignment = -1;
+name = dieresisacutecomb.cn;
+transform = "{1, 0, 0, 1, 1320, 464}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 1E2E;
+userData = {
+interface.gridadjust.original = "{'width': 1018, 'leftMargin': 28, 'rightMargin': 28}";
+};
+},
+{
+glyphname = Istroke;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{440, 16}";
+},
+{
+name = top;
+position = "{440, 2216}";
+},
+{
+name = top0315;
+position = "{912, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 40, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -236, 96}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 800;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{704, 0}";
+},
+{
+name = top;
+position = "{704, 2200}";
+},
+{
+name = top0315;
+position = "{1228, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 268, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 0197;
+userData = {
+interface.gridadjust.original = "{'width': 938, 'leftMargin': 27, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Itildebelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{556, 16}";
+},
+{
+name = bottom_dd;
+position = "{940, -560}";
+},
+{
+name = mkmkbottom_acc;
+position = "{556, -580}";
+},
+{
+name = ogonek;
+position = "{648, 0}";
+},
+{
+name = right;
+position = "{692, 0}";
+},
+{
+name = tonos;
+position = "{280, 2004}";
+},
+{
+name = top;
+position = "{500, 2304}";
+},
+{
+name = top0315;
+position = "{940, 2216}";
+},
+{
+name = top_dd;
+position = "{940, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 144, 0}";
+},
+{
+alignment = -1;
+name = tilde;
+transform = "{1, 0, 0, 1, -132, -2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1020;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{588, 0}";
+},
+{
+name = bottom_dd;
+position = "{1012, -560}";
+},
+{
+name = mkmkbottom_acc;
+position = "{588, -560}";
+},
+{
+name = ogonek;
+position = "{728, 0}";
+},
+{
+name = right;
+position = "{808, 0}";
+},
+{
+name = tonos;
+position = "{168, 2004}";
+},
+{
+name = top;
+position = "{588, 2200}";
+},
+{
+name = top0315;
+position = "{1012, 2200}";
+},
+{
+name = top_dd;
+position = "{1012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 152, 0}";
+},
+{
+alignment = -1;
+name = tilde;
+transform = "{1, 0, 0, 1, -112, -2284}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1088;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 1E2C;
+userData = {
+interface.gridadjust.original = "{'width': 1011, 'leftMargin': -13, 'rightMargin': 40}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = J;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{712, -16}";
+},
+{
+name = bottom_dd;
+position = "{1564, -560}";
+},
+{
+name = top;
+position = "{1076, 2304}";
+},
+{
+name = top0315;
+position = "{1564, 2200}";
+},
+{
+name = top_dd;
+position = "{1564, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"952 272 OFFCURVE",
+"772 192 OFFCURVE",
+"612 192 CURVE SMOOTH",
+"416 192 OFFCURVE",
+"248 308 OFFCURVE",
+"248 512 CURVE",
+"8 512 LINE",
+"8 180 OFFCURVE",
+"272 -28 OFFCURVE",
+"596 -28 CURVE SMOOTH",
+"964 -28 OFFCURVE",
+"1200 188 OFFCURVE",
+"1200 584 CURVE",
+"1200 2048 LINE",
+"952 2048 LINE",
+"952 584 LINE"
+);
+}
+);
+width = 1424;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{752, -16}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = top;
+position = "{1228, 2200}";
+},
+{
+name = top0315;
+position = "{1628, 2200}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1358.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1008 452 OFFCURVE",
+"924 344 OFFCURVE",
+"784 344 CURVE SMOOTH",
+"652 344 OFFCURVE",
+"568 436 OFFCURVE",
+"564 604 CURVE",
+"100 604 LINE",
+"100 172 OFFCURVE",
+"388 -28 OFFCURVE",
+"784 -28 CURVE SMOOTH",
+"1172 -28 OFFCURVE",
+"1468 228 OFFCURVE",
+"1468 628 CURVE",
+"1468 2048 LINE",
+"1008 2048 LINE",
+"1008 628 LINE"
+);
+}
+);
+width = 1612;
+}
+);
+leftKerningGroup = J;
+rightKerningGroup = IJacute;
+unicode = 004A;
+},
+{
+glyphname = uni0248;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{712, -16}";
+},
+{
+name = top;
+position = "{1200, 2200}";
+},
+{
+name = top0315;
+position = "{1692, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = J;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 364, 96}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1464;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{780, -16}";
+},
+{
+name = top;
+position = "{1256, 2200}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = J;
+transform = "{1, 0, 0, 1, 60, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 548, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+leftKerningGroup = J;
+rightKerningGroup = IJacute;
+unicode = 0248;
+userData = {
+interface.gridadjust.original = "{'width': 1683.0, 'leftMargin': 128, 'rightMargin': 41.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = K;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{920, 120}";
+},
+{
+name = bottom_dd;
+position = "{1772, -560}";
+},
+{
+name = cross;
+position = "{388, 1692}";
+},
+{
+name = right;
+position = "{1696, 0}";
+},
+{
+name = top;
+position = "{840, 2304}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+},
+{
+name = top_dd;
+position = "{1772, 2200}";
+}
+);
+guideLines = (
+{
+angle = 227.6708;
+position = "{1748, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1440 2048 LINE",
+"520 1032 LINE",
+"448 1032 LINE",
+"448 612 LINE",
+"760 960 LINE",
+"772 980 LINE",
+"1764 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 0 LINE",
+"872 1168 LINE",
+"736 976 LINE",
+"1464 0 LINE"
+);
+}
+);
+width = 1836;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 2}";
+},
+{
+name = bottom_dd;
+position = "{1972, -560}";
+},
+{
+name = cross;
+position = "{388, 1684}";
+},
+{
+name = right;
+position = "{1824, 0}";
+},
+{
+name = top;
+position = "{864, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1651.375}";
+},
+{
+angle = 227.7134;
+position = "{2016, 2048}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1408 2048 LINE",
+"636 1192 LINE",
+"564 1192 LINE",
+"564 452 LINE",
+"892 812 LINE",
+"996 940 LINE",
+"2016 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1956 0 LINE",
+"1084 1180 LINE",
+"744 904 LINE",
+"1400 0 LINE"
+);
+}
+);
+width = 2048;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = K;
+unicode = 004B;
+userData = {
+com.typemytype.robofont.guideline.magnetic.bB6GeEoQ3O = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Kabashkircyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"24 2048 LINE",
+"24 1828 LINE",
+"752 1828 LINE",
+"752 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"668 2048 LINE",
+"668 0 LINE",
+"916 0 LINE",
+"916 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1860 2048 LINE",
+"940 1032 LINE",
+"868 1032 LINE",
+"868 612 LINE",
+"1180 960 LINE",
+"1192 980 LINE",
+"2184 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2184 0 LINE",
+"1292 1168 LINE",
+"1156 976 LINE",
+"1884 0 LINE"
+);
+}
+);
+width = 2256;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"48 2048 LINE",
+"48 1688 LINE",
+"860 1688 LINE",
+"860 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"672 2048 LINE",
+"672 0 LINE",
+"1136 0 LINE",
+"1136 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1936 2048 LINE",
+"1164 1192 LINE",
+"1092 1192 LINE",
+"1092 452 LINE",
+"1420 812 LINE",
+"1524 940 LINE",
+"2544 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2484 0 LINE",
+"1612 1180 LINE",
+"1272 904 LINE",
+"1928 0 LINE"
+);
+}
+);
+width = 2576;
+}
+);
+unicode = 04A0;
+userData = {
+interface.gridadjust.original = "{'width': 2311, 'leftMargin': 91, 'rightMargin': -1}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Kadescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = K;
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1468, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1928;
+},
+{
+components = (
+{
+alignment = -1;
+name = K;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1588, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2308;
+}
+);
+unicode = 049A;
+userData = {
+interface.gridadjust.original = "{'width': 1991.0, 'leftMargin': 240, 'rightMargin': 129.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Khook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 227.6988;
+position = "{1244, 1840}";
+},
+{
+angle = 227.64;
+position = "{1436, 1704}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 1752 LINE SMOOTH",
+"1592 1868 OFFCURVE",
+"1680 1868 OFFCURVE",
+"1768 1812 CURVE",
+"1868 1996 LINE",
+"1704 2112 OFFCURVE",
+"1492 2104 OFFCURVE",
+"1332 1928 CURVE SMOOTH",
+"1252 1840 LINE",
+"1444 1704 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 0 LINE",
+"872 1168 LINE",
+"736 976 LINE",
+"1464 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"520 1032 LINE",
+"448 1032 LINE",
+"448 612 LINE",
+"760 960 LINE",
+"772 980 LINE",
+"1444 1704 LINE",
+"1252 1840 LINE"
+);
+}
+);
+width = 1892;
+},
+{
+guideLines = (
+{
+angle = 227.7472;
+position = "{1132, 1740}";
+},
+{
+angle = 227.9329;
+position = "{1520, 1508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1584 1580 LINE SMOOTH",
+"1672 1676 OFFCURVE",
+"1736 1708 OFFCURVE",
+"1848 1648 CURVE",
+"1992 1980 LINE",
+"1724 2136 OFFCURVE",
+"1460 2104 OFFCURVE",
+"1248 1868 CURVE SMOOTH",
+"1132 1740 LINE",
+"1520 1508 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1956 0 LINE",
+"1084 1180 LINE",
+"744 904 LINE",
+"1400 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"636 1192 LINE",
+"564 1192 LINE",
+"564 452 LINE",
+"892 812 LINE",
+"996 940 LINE",
+"1520 1508 LINE",
+"1132 1740 LINE"
+);
+}
+);
+width = 2008;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = K;
+unicode = 0198;
+userData = {
+com.typemytype.robofont.guideline.magnetic.39qH0NXtzo = 5;
+com.typemytype.robofont.guideline.magnetic.tBAYMBoO6i = 5;
+interface.gridadjust.original = "{'width': 1764, 'leftMargin': 228, 'rightMargin': -13}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = L;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, 16}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = caron;
+position = "{844, 2000}";
+},
+{
+name = dot;
+position = "{832, 1092}";
+},
+{
+name = top;
+position = "{376, 2304}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"440 220 LINE",
+"440 0 LINE",
+"1448 0 LINE",
+"1448 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+}
+);
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = caron;
+position = "{896, 2004}";
+},
+{
+name = dot;
+position = "{792, 1168}";
+},
+{
+name = top;
+position = "{372, 2200}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1304.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"448 384 LINE",
+"448 0 LINE",
+"1436 0 LINE",
+"1436 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = L;
+unicode = 004C;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = L_slash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, 16}";
+},
+{
+name = top;
+position = "{372, 2304}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"60 1024 LINE",
+"60 844 LINE",
+"872 1100 LINE",
+"872 1280 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 220 LINE",
+"440 0 LINE",
+"1448 0 LINE",
+"1448 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+}
+);
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 16}";
+},
+{
+name = top;
+position = "{572, 2200}";
+},
+{
+name = top0315;
+position = "{1716, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"100 1072 LINE",
+"100 828 LINE",
+"1024 1084 LINE",
+"1024 1332 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"620 384 LINE",
+"620 0 LINE",
+"1608 0 LINE",
+"1608 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"316 2048 LINE",
+"316 0 LINE",
+"780 0 LINE",
+"780 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0141;
+userData = {
+interface.gridadjust.original = "{'width': 1524, 'leftMargin': 52, 'rightMargin': 104}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = L_bar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{964, 16}";
+},
+{
+name = top;
+position = "{564, 2200}";
+},
+{
+name = top0315;
+position = "{1728, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -188, 96}";
+},
+{
+alignment = -1;
+name = L;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 16}";
+},
+{
+name = top;
+position = "{624, 2200}";
+},
+{
+name = top0315;
+position = "{1776, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -60, 0}";
+},
+{
+alignment = -1;
+name = L;
+transform = "{1, 0, 0, 1, 232, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+rightKerningGroup = L;
+unicode = 023D;
+userData = {
+interface.gridadjust.original = "{'width': 1614, 'leftMargin': 41, 'rightMargin': 103}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = M;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1232, 0}";
+},
+{
+name = bottom_dd;
+position = "{2456, -560}";
+},
+{
+name = right;
+position = "{2208, 0}";
+},
+{
+name = top;
+position = "{1232, 2304}";
+},
+{
+name = top0315;
+position = "{2456, 2200}";
+},
+{
+name = top_dd;
+position = "{2456, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1224, 152}";
+},
+{
+angle = 90;
+position = "{516, 2056}";
+},
+{
+angle = 90;
+position = "{1932, 2060}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 0 LINE",
+"480 0 LINE",
+"480 1536 LINE",
+"500 1536 LINE",
+"1120 16 LINE",
+"1344 16 LINE",
+"1964 1536 LINE",
+"1984 1536 LINE",
+"1984 0 LINE",
+"2216 0 LINE",
+"2216 2048 LINE",
+"1940 2048 LINE",
+"1248 376 LINE",
+"1224 376 LINE",
+"524 2048 LINE",
+"248 2048 LINE"
+);
+}
+);
+width = 2464;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1280, 4}";
+},
+{
+name = bottom_dd;
+position = "{2532, -560}";
+},
+{
+name = right;
+position = "{2364, 0}";
+},
+{
+name = top;
+position = "{1280, 2200}";
+},
+{
+name = top0315;
+position = "{2532, 2200}";
+},
+{
+name = top_dd;
+position = "{2532, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1219.625}";
+},
+{
+angle = 90;
+position = "{1280, 1848}";
+},
+{
+angle = 90;
+position = "{744, 2164}";
+},
+{
+angle = 90;
+position = "{1816, 2040}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"608 0 LINE",
+"608 1340 LINE",
+"624 1340 LINE",
+"1124 32 LINE",
+"1436 32 LINE",
+"1936 1332 LINE",
+"1952 1332 LINE",
+"1952 0 LINE",
+"2416 0 LINE",
+"2416 2048 LINE",
+"1816 2048 LINE",
+"1292 736 LINE",
+"1268 736 LINE",
+"744 2048 LINE",
+"144 2048 LINE"
+);
+}
+);
+width = 2560;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 004D;
+userData = {
+com.typemytype.robofont.guideline.magnetic.ezYETy42tZ = 5;
+com.typemytype.robofont.guideline.magnetic.wu5HJlZVk6 = 5;
+com.typemytype.robofont.guideline.magnetic.x5YoYrsuLC = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04CD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{2472, -560}";
+},
+{
+name = top0315;
+position = "{2472, 2200}";
+},
+{
+name = top_dd;
+position = "{2472, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = M;
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1864, -100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2484;
+},
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{2484, -560}";
+},
+{
+name = top0315;
+position = "{2484, 2200}";
+},
+{
+name = top_dd;
+position = "{2484, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = M;
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 2064, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2752;
+}
+);
+unicode = 04CD;
+userData = {
+interface.gridadjust.original = "{'width': 2602, 'leftMargin': 256, 'rightMargin': 44}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = N;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, 16}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = right;
+position = "{1784, 0}";
+},
+{
+name = top;
+position = "{1032, 2304}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1588 2048 LINE",
+"1588 436 LINE",
+"1568 436 LINE",
+"488 2048 LINE",
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 1604 LINE",
+"516 1604 LINE",
+"1592 0 LINE",
+"1832 0 LINE",
+"1832 2048 LINE"
+);
+}
+);
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, 0}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = right;
+position = "{1868, 0}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1650}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1344 2048 LINE",
+"1344 788 LINE",
+"1328 788 LINE",
+"604 2048 LINE",
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 1260 LINE",
+"624 1260 LINE",
+"1352 0 LINE",
+"1808 0 LINE",
+"1808 2048 LINE"
+);
+}
+);
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 004E;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Nhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 -160 LINE SMOOTH",
+"248 -320 OFFCURVE",
+"156 -368 OFFCURVE",
+"28 -368 CURVE SMOOTH",
+"0 -368 OFFCURVE",
+"-28 -364 OFFCURVE",
+"-48 -360 CURVE",
+"-48 -564 LINE",
+"-12 -576 OFFCURVE",
+"40 -576 OFFCURVE",
+"88 -576 CURVE SMOOTH",
+"312 -576 OFFCURVE",
+"496 -428 OFFCURVE",
+"496 -164 CURVE SMOOTH",
+"496 36 LINE",
+"248 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 2048 LINE",
+"1588 436 LINE",
+"1568 436 LINE",
+"488 2048 LINE",
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 1604 LINE",
+"516 1604 LINE",
+"1592 0 LINE",
+"1832 0 LINE",
+"1832 2048 LINE"
+);
+}
+);
+width = 2080;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 -80 LINE SMOOTH",
+"144 -192 OFFCURVE",
+"44 -220 OFFCURVE",
+"-60 -220 CURVE",
+"-80 -220 OFFCURVE",
+"-120 -220 OFFCURVE",
+"-144 -216 CURVE",
+"-144 -568 LINE",
+"-96 -576 OFFCURVE",
+"12 -576 OFFCURVE",
+"64 -576 CURVE",
+"304 -576 OFFCURVE",
+"608 -516 OFFCURVE",
+"608 -80 CURVE SMOOTH",
+"608 184 LINE",
+"144 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 2048 LINE",
+"1344 788 LINE",
+"1328 788 LINE",
+"604 2048 LINE",
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 1260 LINE",
+"624 1260 LINE",
+"1352 0 LINE",
+"1808 0 LINE",
+"1808 2048 LINE"
+);
+}
+);
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 019D;
+userData = {
+interface.gridadjust.original = "{'width': 2104, 'leftMargin': 0, 'rightMargin': 218}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Eng;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1028, 16}";
+},
+{
+name = top;
+position = "{1036, 2200}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1584 -160 LINE SMOOTH",
+"1584 -320 OFFCURVE",
+"1492 -368 OFFCURVE",
+"1364 -368 CURVE SMOOTH",
+"1336 -368 OFFCURVE",
+"1308 -364 OFFCURVE",
+"1288 -360 CURVE",
+"1288 -564 LINE",
+"1324 -576 OFFCURVE",
+"1376 -576 OFFCURVE",
+"1424 -576 CURVE SMOOTH",
+"1648 -576 OFFCURVE",
+"1832 -428 OFFCURVE",
+"1832 -164 CURVE SMOOTH",
+"1832 36 LINE",
+"1584 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 2048 LINE",
+"1588 436 LINE",
+"1568 436 LINE",
+"488 2048 LINE",
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 1604 LINE",
+"516 1604 LINE",
+"1592 0 LINE",
+"1832 0 LINE",
+"1832 2048 LINE"
+);
+}
+);
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, 0}";
+},
+{
+name = top;
+position = "{1044, 2200}";
+},
+{
+name = top0315;
+position = "{2036, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1352 -4 LINE SMOOTH",
+"1352 -180 OFFCURVE",
+"1216 -232 OFFCURVE",
+"1092 -232 CURVE",
+"1060 -232 OFFCURVE",
+"996 -228 OFFCURVE",
+"964 -228 CURVE",
+"964 -600 LINE",
+"1036 -612 OFFCURVE",
+"1112 -612 OFFCURVE",
+"1176 -612 CURVE SMOOTH",
+"1520 -612 OFFCURVE",
+"1808 -432 OFFCURVE",
+"1808 -32 CURVE SMOOTH",
+"1808 124 LINE",
+"1352 124 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 2048 LINE",
+"1344 788 LINE",
+"1328 788 LINE",
+"604 2048 LINE",
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 1260 LINE",
+"624 1260 LINE",
+"1352 0 LINE",
+"1808 0 LINE",
+"1808 2048 LINE"
+);
+}
+);
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 014A;
+userData = {
+interface.gridadjust.original = "{'width': 1947.0, 'leftMargin': 217, 'rightMargin': 205.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10026;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{1776, 0}";
+},
+{
+name = top;
+position = "{1032, 2304}";
+},
+{
+name = top0315;
+position = "{2024, 2216}";
+}
+);
+components = (
+{
+name = N;
+transform = "{1, 0, 0, -1, 0, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = right;
+position = "{1872, 0}";
+},
+{
+name = top;
+position = "{1044, 2200}";
+},
+{
+name = top0315;
+position = "{2028, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = N;
+transform = "{1, 0, 0, -1, 0, 2004}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0418;
+userData = {
+interface.gridadjust.original = "{'width': 2010, 'leftMargin': 241, 'rightMargin': 246}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni048A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1004, 2688}";
+},
+{
+name = top0315;
+position = "{1968, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10026;
+transform = "{1, 0, 0, 1, -48, 0}";
+},
+{
+alignment = -1;
+name = breve;
+transform = "{1, 0, 0, 1, 368, 444}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1520, -100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = top;
+position = "{992, 2632}";
+},
+{
+name = top0315;
+position = "{1976, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10026;
+},
+{
+alignment = -1;
+name = breve;
+transform = "{1, 0, 0, 1, 344, 428}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1560, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2248;
+}
+);
+leftKerningGroup = B;
+unicode = 048A;
+userData = {
+interface.gridadjust.original = "{'width': 2151, 'leftMargin': 264, 'rightMargin': 44}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0376;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = afii10026;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+components = (
+{
+alignment = -1;
+name = afii10026;
+transform = "{1, 0, 0, 1, 52, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0376;
+userData = {
+interface.gridadjust.original = "{'width': 2010, 'leftMargin': 241, 'rightMargin': 246}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = O;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = tonos;
+position = "{272, 2048}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1064, 1652}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1976 1672 OFFCURVE",
+"1596 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1596 -28 OFFCURVE",
+"1976 376 OFFCURVE",
+"1976 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 492 OFFCURVE",
+"1444 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1444 1844 OFFCURVE",
+"1736 1556 OFFCURVE",
+"1736 1024 CURVE"
+);
+}
+);
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = tonos;
+position = "{188, 2000}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1024, 2104}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1920 1696 OFFCURVE",
+"1532 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"512 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1532 -28 OFFCURVE",
+"1920 348 OFFCURVE",
+"1920 1020 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 560 OFFCURVE",
+"1276 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"772 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1276 1660 OFFCURVE",
+"1452 1480 OFFCURVE",
+"1452 1020 CURVE"
+);
+}
+);
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 004F;
+userData = {
+com.typemytype.robofont.guideline.magnetic.GU6fgH972W = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Odieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = casedieresis.cn;
+transform = "{1, 0, 0, 1, 248, 0}";
+},
+{
+alignment = -1;
+name = O;
+}
+);
+guideLines = (
+{
+position = "{1652, 1556}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+components = (
+{
+alignment = -1;
+name = casedieresis.cn;
+transform = "{1, 0, 0, 1, 364, 0}";
+},
+{
+alignment = -1;
+name = O;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 00D6;
+userData = {
+com.typemytype.robofont.guideline.magnetic.MDaFEnfneI = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Otilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = casetilde.cn;
+transform = "{1, 0, 0, 1, 440, 0}";
+},
+{
+alignment = -1;
+name = O;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+components = (
+{
+alignment = -1;
+name = casetilde.cn;
+transform = "{1, 0, 0, 1, 364, 0}";
+},
+{
+alignment = -1;
+name = O;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 00D5;
+},
+{
+glyphname = Oslash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1068, 2304}";
+},
+{
+name = top0315;
+position = "{2020, 2304}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+guideLines = (
+{
+angle = 145.6539;
+position = "{396, -96}";
+},
+{
+angle = 90;
+position = "{1016, 1852}";
+},
+{
+angle = 56.0077;
+position = "{1016, 1024}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1856 2024 LINE",
+"1704 2128 LINE",
+"280 20 LINE",
+"432 -84 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1976 1672 OFFCURVE",
+"1596 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1596 -28 OFFCURVE",
+"1976 376 OFFCURVE",
+"1976 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 492 OFFCURVE",
+"1444 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1444 1844 OFFCURVE",
+"1736 1556 OFFCURVE",
+"1736 1024 CURVE"
+);
+}
+);
+width = 2144;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1024, 2304}";
+},
+{
+name = top0315;
+position = "{1972, 2304}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1024, 1588}";
+},
+{
+position = "{1292, 1024}";
+},
+{
+angle = 55.9722;
+position = "{1024, 1024}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1848 2008 LINE",
+"1648 2144 LINE",
+"224 36 LINE",
+"424 -100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1920 1696 OFFCURVE",
+"1532 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"512 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1532 -28 OFFCURVE",
+"1920 348 OFFCURVE",
+"1920 1020 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 560 OFFCURVE",
+"1276 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"772 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1276 1660 OFFCURVE",
+"1452 1480 OFFCURVE",
+"1452 1020 CURVE"
+);
+}
+);
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 00D8;
+userData = {
+com.typemytype.robofont.guideline.magnetic.7eFhkhwEhv = 5;
+com.typemytype.robofont.guideline.magnetic.bDBaZ7HKjd = 5;
+com.typemytype.robofont.guideline.magnetic.rquz9RFtyk = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ohorn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = top;
+position = "{1020, 2304}";
+},
+{
+name = top0315;
+position = "{1964, 2192}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1904 1964 OFFCURVE",
+"1812 1828 OFFCURVE",
+"1604 1828 CURVE",
+"1604 1632 LINE",
+"1960 1632 OFFCURVE",
+"2140 1836 OFFCURVE",
+"2140 2196 CURVE",
+"1904 2196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1976 1672 OFFCURVE",
+"1596 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1596 -28 OFFCURVE",
+"1976 376 OFFCURVE",
+"1976 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 492 OFFCURVE",
+"1444 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1444 1844 OFFCURVE",
+"1736 1556 OFFCURVE",
+"1736 1024 CURVE"
+);
+}
+);
+width = 2180;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = top;
+position = "{1024, 2212}";
+},
+{
+name = top0315;
+position = "{2008, 2212}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1024, 1568}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1808 1888 OFFCURVE",
+"1760 1740 OFFCURVE",
+"1576 1740 CURVE",
+"1576 1516 LINE",
+"1932 1516 OFFCURVE",
+"2084 1744 OFFCURVE",
+"2084 2140 CURVE",
+"1808 2140 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1920 1696 OFFCURVE",
+"1532 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"512 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1532 -28 OFFCURVE",
+"1920 348 OFFCURVE",
+"1920 1020 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 560 OFFCURVE",
+"1276 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"772 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1276 1660 OFFCURVE",
+"1452 1480 OFFCURVE",
+"1452 1020 CURVE"
+);
+}
+);
+width = 2100;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = Ohorn;
+unicode = 01A0;
+userData = {
+interface.gridadjust.original = "{'width': 1928, 'leftMargin': 226, 'rightMargin': -45}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = P;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{736, 0}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = tonos;
+position = "{44, 2000}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1396, 1760}";
+},
+{
+angle = 90;
+position = "{1248, 1804}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1412 740 OFFCURVE",
+"1620 1032 OFFCURVE",
+"1620 1400 CURVE",
+"1620 1768 OFFCURVE",
+"1412 2048 OFFCURVE",
+"932 2048 CURVE",
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 1828 LINE",
+"932 1828 LINE",
+"1264 1828 OFFCURVE",
+"1376 1652 OFFCURVE",
+"1376 1400 CURVE",
+"1376 1148 OFFCURVE",
+"1264 960 OFFCURVE",
+"936 960 CURVE",
+"448 960 LINE",
+"448 740 LINE",
+"936 740 LINE"
+);
+}
+);
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 16}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = tonos;
+position = "{28, 2000}";
+},
+{
+name = top;
+position = "{920, 2216}";
+},
+{
+name = top0315;
+position = "{1928, 2216}";
+},
+{
+name = top_dd;
+position = "{1928, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1552.375}";
+},
+{
+position = "{808, 1372}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1448 704 OFFCURVE",
+"1668 960 OFFCURVE",
+"1668 1372 CURVE",
+"1668 1776 OFFCURVE",
+"1460 2048 OFFCURVE",
+"936 2048 CURVE",
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 1664 LINE",
+"936 1664 LINE",
+"1136 1664 OFFCURVE",
+"1208 1532 OFFCURVE",
+"1208 1372 CURVE",
+"1208 1212 OFFCURVE",
+"1136 1084 OFFCURVE",
+"936 1084 CURVE",
+"436 1084 LINE",
+"436 704 LINE",
+"936 704 LINE"
+);
+}
+);
+width = 1796;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = P;
+unicode = 0050;
+userData = {
+com.typemytype.robofont.guideline.magnetic.fNIC4eKo9v = 5;
+com.typemytype.robofont.guideline.magnetic.hdLF6WxJ6g = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni048E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"968 1192 LINE",
+"1484 632 LINE",
+"1644 780 LINE",
+"1128 1340 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1412 740 OFFCURVE",
+"1620 1032 OFFCURVE",
+"1620 1400 CURVE",
+"1620 1768 OFFCURVE",
+"1412 2048 OFFCURVE",
+"932 2048 CURVE",
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 1828 LINE",
+"932 1828 LINE",
+"1264 1828 OFFCURVE",
+"1376 1652 OFFCURVE",
+"1376 1400 CURVE",
+"1376 1148 OFFCURVE",
+"1264 960 OFFCURVE",
+"936 960 CURVE",
+"448 960 LINE",
+"448 740 LINE",
+"936 740 LINE"
+);
+}
+);
+width = 1784;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"788 1268 LINE",
+"1324 484 LINE",
+"1540 640 LINE",
+"1004 1428 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1448 704 OFFCURVE",
+"1668 960 OFFCURVE",
+"1668 1372 CURVE",
+"1668 1776 OFFCURVE",
+"1460 2048 OFFCURVE",
+"936 2048 CURVE",
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 1664 LINE",
+"936 1664 LINE",
+"1136 1664 OFFCURVE",
+"1208 1532 OFFCURVE",
+"1208 1372 CURVE",
+"1208 1212 OFFCURVE",
+"1136 1084 OFFCURVE",
+"936 1084 CURVE",
+"436 1084 LINE",
+"436 704 LINE",
+"936 704 LINE"
+);
+}
+);
+width = 1796;
+}
+);
+unicode = 048E;
+userData = {
+interface.gridadjust.original = "{'width': 1801, 'leftMargin': 256, 'rightMargin': 73}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Phook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"616 2048 LINE",
+"416 2048 LINE SMOOTH",
+"152 2048 OFFCURVE",
+"8 1864 OFFCURVE",
+"8 1640 CURVE SMOOTH",
+"8 1504 LINE",
+"240 1504 LINE",
+"240 1580 LINE SMOOTH",
+"240 1708 OFFCURVE",
+"260 1828 OFFCURVE",
+"420 1828 CURVE SMOOTH",
+"616 1828 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1712 740 OFFCURVE",
+"1920 1032 OFFCURVE",
+"1920 1400 CURVE",
+"1920 1768 OFFCURVE",
+"1712 2048 OFFCURVE",
+"1232 2048 CURVE",
+"548 2048 LINE",
+"548 0 LINE",
+"796 0 LINE",
+"796 1828 LINE",
+"1232 1828 LINE",
+"1564 1828 OFFCURVE",
+"1676 1652 OFFCURVE",
+"1676 1400 CURVE",
+"1676 1148 OFFCURVE",
+"1564 960 OFFCURVE",
+"1236 960 CURVE",
+"748 960 LINE",
+"748 740 LINE",
+"1236 740 LINE"
+);
+}
+);
+width = 2084;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"940 2048 LINE",
+"628 2048 LINE SMOOTH",
+"252 2048 OFFCURVE",
+"16 1840 OFFCURVE",
+"16 1496 CURVE SMOOTH",
+"16 1284 LINE",
+"428 1284 LINE",
+"428 1412 LINE SMOOTH",
+"428 1536 OFFCURVE",
+"468 1668 OFFCURVE",
+"628 1668 CURVE SMOOTH",
+"940 1668 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1976 704 OFFCURVE",
+"2196 960 OFFCURVE",
+"2196 1372 CURVE",
+"2196 1776 OFFCURVE",
+"1988 2048 OFFCURVE",
+"1464 2048 CURVE",
+"672 2048 LINE",
+"672 0 LINE",
+"1136 0 LINE",
+"1136 1664 LINE",
+"1464 1664 LINE",
+"1664 1664 OFFCURVE",
+"1736 1532 OFFCURVE",
+"1736 1372 CURVE",
+"1736 1212 OFFCURVE",
+"1664 1084 OFFCURVE",
+"1464 1084 CURVE",
+"964 1084 LINE",
+"964 704 LINE",
+"1464 704 LINE"
+);
+}
+);
+width = 2324;
+}
+);
+unicode = 01A4;
+userData = {
+interface.gridadjust.original = "{'width': 2072, 'leftMargin': 41, 'rightMargin': 158}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = Q;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1032, -28}";
+},
+{
+name = bottom_dd;
+position = "{1952, -560}";
+},
+{
+name = top;
+position = "{1020, 2304}";
+},
+{
+name = top0315;
+position = "{1952, 2200}";
+},
+{
+name = top_dd;
+position = "{1952, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1340 184 LINE",
+"1396 108 LINE",
+"1620 -192 LINE",
+"1892 -192 LINE",
+"1552 260 LINE",
+"1492 340 LINE",
+"1264 640 LINE",
+"992 640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1976 1672 OFFCURVE",
+"1596 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1596 -28 OFFCURVE",
+"1976 376 OFFCURVE",
+"1976 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 492 OFFCURVE",
+"1444 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1444 1844 OFFCURVE",
+"1736 1556 OFFCURVE",
+"1736 1024 CURVE"
+);
+}
+);
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, -16}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1024, 1432}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1112 316 LINE",
+"1228 124 LINE",
+"1448 -192 LINE",
+"1876 -192 LINE",
+"1556 264 LINE",
+"1364 500 LINE",
+"1220 704 LINE",
+"840 704 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1920 1696 OFFCURVE",
+"1532 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"512 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1532 -28 OFFCURVE",
+"1920 348 OFFCURVE",
+"1920 1020 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 560 OFFCURVE",
+"1276 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"772 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1276 1660 OFFCURVE",
+"1452 1480 OFFCURVE",
+"1452 1020 CURVE"
+);
+}
+);
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 0051;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = R;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 0}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{924, 2112}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 0 LINE",
+"496 0 LINE",
+"496 1828 LINE",
+"932 1828 LINE SMOOTH",
+"1296 1828 OFFCURVE",
+"1376 1612 OFFCURVE",
+"1376 1420 CURVE SMOOTH",
+"1376 1192 OFFCURVE",
+"1264 1024 OFFCURVE",
+"904 1024 CURVE SMOOTH",
+"440 1024 LINE",
+"440 796 LINE",
+"1068 796 LINE",
+"1144 816 LINE",
+"1448 896 OFFCURVE",
+"1620 1100 OFFCURVE",
+"1620 1420 CURVE SMOOTH",
+"1620 1760 OFFCURVE",
+"1420 2048 OFFCURVE",
+"932 2048 CURVE",
+"248 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1692 0 LINE",
+"1224 900 LINE",
+"944 900 LINE",
+"1404 0 LINE"
+);
+}
+);
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, 16}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1552.375}";
+},
+{
+angle = 90;
+position = "{1432.75, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"608 0 LINE",
+"608 1664 LINE",
+"932 1664 LINE SMOOTH",
+"1100 1664 OFFCURVE",
+"1208 1572 OFFCURVE",
+"1208 1396 CURVE SMOOTH",
+"1208 1216 OFFCURVE",
+"1096 1132 OFFCURVE",
+"932 1132 CURVE SMOOTH",
+"432 1132 LINE",
+"436 752 LINE",
+"1088 752 LINE",
+"1240 792 LINE",
+"1480 888 OFFCURVE",
+"1668 1076 OFFCURVE",
+"1668 1408 CURVE SMOOTH",
+"1668 1808 OFFCURVE",
+"1416 2048 OFFCURVE",
+"932 2048 CURVE SMOOTH",
+"144 2048 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1752 0 LINE",
+"1288 932 LINE",
+"788 932 LINE",
+"1244 0 LINE"
+);
+}
+);
+width = 1796;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = R;
+unicode = 0052;
+userData = {
+com.typemytype.robofont.guideline.magnetic.vulxOItvKZ = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = response;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1084 2476 LINE",
+"1004 2288 LINE",
+"1264 2160 LINE",
+"308 -396 LINE",
+"496 -468 LINE",
+"1524 2252 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 0 LINE",
+"496 0 LINE",
+"496 1828 LINE",
+"932 1828 LINE SMOOTH",
+"1296 1828 OFFCURVE",
+"1376 1612 OFFCURVE",
+"1376 1420 CURVE SMOOTH",
+"1376 1192 OFFCURVE",
+"1264 1024 OFFCURVE",
+"904 1024 CURVE SMOOTH",
+"440 1024 LINE",
+"440 796 LINE",
+"1068 796 LINE",
+"1144 816 LINE",
+"1448 896 OFFCURVE",
+"1620 1100 OFFCURVE",
+"1620 1420 CURVE SMOOTH",
+"1620 1760 OFFCURVE",
+"1420 2048 OFFCURVE",
+"932 2048 CURVE",
+"248 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1692 0 LINE",
+"1224 900 LINE",
+"944 900 LINE",
+"1404 0 LINE"
+);
+}
+);
+width = 1784;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"852 2420 LINE",
+"776 2176 LINE",
+"1052 2104 LINE",
+"352 -496 LINE",
+"584 -496 LINE",
+"1352 2260 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"608 0 LINE",
+"608 1664 LINE",
+"932 1664 LINE SMOOTH",
+"1100 1664 OFFCURVE",
+"1208 1572 OFFCURVE",
+"1208 1396 CURVE SMOOTH",
+"1208 1216 OFFCURVE",
+"1096 1132 OFFCURVE",
+"932 1132 CURVE SMOOTH",
+"432 1132 LINE",
+"436 752 LINE",
+"1088 752 LINE",
+"1240 792 LINE",
+"1480 888 OFFCURVE",
+"1668 1076 OFFCURVE",
+"1668 1408 CURVE SMOOTH",
+"1668 1808 OFFCURVE",
+"1416 2048 OFFCURVE",
+"932 2048 CURVE SMOOTH",
+"144 2048 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1752 0 LINE",
+"1288 932 LINE",
+"788 932 LINE",
+"1244 0 LINE"
+);
+}
+);
+width = 1796;
+}
+);
+unicode = 211F;
+userData = {
+interface.gridadjust.original = "{'width': 1727.0, 'leftMargin': 250, 'rightMargin': 7.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = Rx;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 0 LINE",
+"496 0 LINE",
+"496 1828 LINE",
+"932 1828 LINE SMOOTH",
+"1296 1828 OFFCURVE",
+"1376 1612 OFFCURVE",
+"1376 1420 CURVE SMOOTH",
+"1376 1192 OFFCURVE",
+"1264 1024 OFFCURVE",
+"904 1024 CURVE SMOOTH",
+"440 1024 LINE",
+"440 796 LINE",
+"1068 796 LINE",
+"1144 816 LINE",
+"1448 896 OFFCURVE",
+"1620 1100 OFFCURVE",
+"1620 1420 CURVE SMOOTH",
+"1620 1760 OFFCURVE",
+"1420 2048 OFFCURVE",
+"932 2048 CURVE",
+"248 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1820 0 LINE",
+"1160 900 LINE",
+"880 900 LINE",
+"1532 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1820 900 LINE",
+"1540 900 LINE",
+"880 0 LINE",
+"1168 0 LINE"
+);
+}
+);
+width = 1924;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"608 0 LINE",
+"608 1664 LINE",
+"932 1664 LINE SMOOTH",
+"1100 1664 OFFCURVE",
+"1208 1572 OFFCURVE",
+"1208 1396 CURVE SMOOTH",
+"1208 1216 OFFCURVE",
+"1096 1132 OFFCURVE",
+"932 1132 CURVE SMOOTH",
+"432 1132 LINE",
+"436 752 LINE",
+"1088 752 LINE",
+"1240 792 LINE",
+"1480 888 OFFCURVE",
+"1668 1076 OFFCURVE",
+"1668 1408 CURVE SMOOTH",
+"1668 1808 OFFCURVE",
+"1416 2048 OFFCURVE",
+"932 2048 CURVE SMOOTH",
+"144 2048 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"2024 0 LINE",
+"1368 932 LINE",
+"932 932 LINE",
+"1580 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2024 932 LINE",
+"1588 932 LINE",
+"932 0 LINE",
+"1376 0 LINE"
+);
+}
+);
+width = 2120;
+}
+);
+leftKerningGroup = B;
+unicode = 211E;
+userData = {
+interface.gridadjust.original = "{'width': 1865, 'leftMargin': 228, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni024C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 16}";
+},
+{
+name = top;
+position = "{944, 2200}";
+},
+{
+name = top0315;
+position = "{1920, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"256 0 LINE",
+"504 0 LINE",
+"504 1828 LINE",
+"940 1828 LINE SMOOTH",
+"1304 1828 OFFCURVE",
+"1384 1612 OFFCURVE",
+"1384 1420 CURVE SMOOTH",
+"1384 1192 OFFCURVE",
+"1272 1024 OFFCURVE",
+"912 1024 CURVE SMOOTH",
+"8 1024 LINE",
+"8 796 LINE",
+"1076 796 LINE",
+"1152 816 LINE",
+"1456 896 OFFCURVE",
+"1628 1100 OFFCURVE",
+"1628 1420 CURVE SMOOTH",
+"1628 1760 OFFCURVE",
+"1428 2048 OFFCURVE",
+"940 2048 CURVE",
+"256 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1700 0 LINE",
+"1232 900 LINE",
+"952 900 LINE",
+"1412 0 LINE"
+);
+}
+);
+width = 1792;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{960, 16}";
+},
+{
+name = top;
+position = "{932, 2200}";
+},
+{
+name = top0315;
+position = "{2036, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"608 0 LINE",
+"608 1664 LINE",
+"932 1664 LINE SMOOTH",
+"1100 1664 OFFCURVE",
+"1208 1572 OFFCURVE",
+"1208 1396 CURVE SMOOTH",
+"1208 1216 OFFCURVE",
+"1096 1132 OFFCURVE",
+"932 1132 CURVE SMOOTH",
+"0 1132 LINE",
+"0 752 LINE",
+"1088 752 LINE",
+"1240 792 LINE",
+"1480 888 OFFCURVE",
+"1668 1076 OFFCURVE",
+"1668 1408 CURVE SMOOTH",
+"1668 1808 OFFCURVE",
+"1416 2048 OFFCURVE",
+"932 2048 CURVE SMOOTH",
+"144 2048 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1752 0 LINE",
+"1288 932 LINE",
+"788 932 LINE",
+"1244 0 LINE"
+);
+}
+);
+width = 1796;
+}
+);
+rightKerningGroup = R;
+unicode = 024C;
+userData = {
+interface.gridadjust.original = "{'width': 1816, 'leftMargin': 55, 'rightMargin': 33}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = S;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -36}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+guideLines = (
+{
+position = "{52, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1600 1520 LINE",
+"1580 1844 OFFCURVE",
+"1304 2076 OFFCURVE",
+"908 2076 CURVE SMOOTH",
+"516 2076 OFFCURVE",
+"208 1848 OFFCURVE",
+"208 1504 CURVE SMOOTH",
+"208 1228 OFFCURVE",
+"408 1064 OFFCURVE",
+"728 972 CURVE SMOOTH",
+"980 900 LINE SMOOTH",
+"1256 820 OFFCURVE",
+"1388 744 OFFCURVE",
+"1388 560 CURVE SMOOTH",
+"1388 336 OFFCURVE",
+"1172 188 OFFCURVE",
+"888 188 CURVE SMOOTH",
+"644 188 OFFCURVE",
+"428 296 OFFCURVE",
+"408 528 CURVE",
+"152 528 LINE",
+"176 192 OFFCURVE",
+"448 -36 OFFCURVE",
+"888 -36 CURVE SMOOTH",
+"1360 -36 OFFCURVE",
+"1628 224 OFFCURVE",
+"1628 560 CURVE SMOOTH",
+"1628 844 OFFCURVE",
+"1440 1016 OFFCURVE",
+"1052 1120 CURVE SMOOTH",
+"844 1176 LINE SMOOTH",
+"572 1248 OFFCURVE",
+"448 1348 OFFCURVE",
+"448 1512 CURVE SMOOTH",
+"448 1712 OFFCURVE",
+"628 1856 OFFCURVE",
+"900 1856 CURVE SMOOTH",
+"1148 1856 OFFCURVE",
+"1324 1740 OFFCURVE",
+"1360 1520 CURVE"
+);
+}
+);
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1552.375}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1648 1440 LINE",
+"1648 1828 OFFCURVE",
+"1344 2076 OFFCURVE",
+"904 2076 CURVE SMOOTH",
+"464 2076 OFFCURVE",
+"144 1844 OFFCURVE",
+"144 1500 CURVE",
+"144 1196 OFFCURVE",
+"396 1000 OFFCURVE",
+"736 896 CURVE SMOOTH",
+"776 884 LINE SMOOTH",
+"1092 784 OFFCURVE",
+"1200 696 OFFCURVE",
+"1200 572 CURVE SMOOTH {name = hr00;}",
+"1200 464 OFFCURVE",
+"1108 356 OFFCURVE",
+"892 356 CURVE SMOOTH",
+"676 356 OFFCURVE",
+"540 464 OFFCURVE",
+"532 664 CURVE",
+"84 664 LINE",
+"84 180 OFFCURVE",
+"484 -28 OFFCURVE",
+"892 -28 CURVE SMOOTH",
+"1336 -28 OFFCURVE",
+"1648 188 OFFCURVE",
+"1648 576 CURVE",
+"1648 908 OFFCURVE",
+"1420 1076 OFFCURVE",
+"1036 1212 CURVE SMOOTH",
+"980 1236 LINE SMOOTH",
+"760 1316 OFFCURVE",
+"596 1368 OFFCURVE",
+"596 1496 CURVE",
+"596 1612 OFFCURVE",
+"724 1688 OFFCURVE",
+"904 1688 CURVE SMOOTH",
+"1104 1688 OFFCURVE",
+"1200 1592 OFFCURVE",
+"1208 1440 CURVE"
+);
+}
+);
+width = 1776;
+}
+);
+leftKerningGroup = S;
+rightKerningGroup = S;
+unicode = 0053;
+userData = {
+com.typemytype.robofont.guideline.magnetic.yXeOBXqbc8 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Germandbls;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"232 1316 LINE",
+"232 0 LINE",
+"480 0 LINE",
+"480 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"480 1572 OFFCURVE",
+"564 1812 OFFCURVE",
+"860 1812 CURVE SMOOTH",
+"1044 1812 OFFCURVE",
+"1148 1744 OFFCURVE",
+"1236 1684 CURVE",
+"828 1172 LINE",
+"828 1000 LINE",
+"976 1000 LINE",
+"1560 1724 LINE",
+"1376 1892 OFFCURVE",
+"1160 2032 OFFCURVE",
+"860 2032 CURVE SMOOTH",
+"444 2032 OFFCURVE",
+"232 1792 OFFCURVE",
+"232 1316 CURVE",
+"480 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"804 -8 OFFCURVE",
+"932 -28 OFFCURVE",
+"1060 -28 CURVE SMOOTH",
+"1456 -28 OFFCURVE",
+"1744 188 OFFCURVE",
+"1744 560 CURVE SMOOTH",
+"1744 952 OFFCURVE",
+"1484 1168 OFFCURVE",
+"1032 1168 CURVE SMOOTH",
+"828 1168 LINE",
+"828 956 LINE",
+"1028 956 LINE SMOOTH",
+"1316 956 OFFCURVE",
+"1468 836 OFFCURVE",
+"1468 556 CURVE SMOOTH",
+"1468 348 OFFCURVE",
+"1320 192 OFFCURVE",
+"1060 192 CURVE SMOOTH",
+"928 192 OFFCURVE",
+"828 228 OFFCURVE",
+"752 260 CURVE",
+"672 40 LINE"
+);
+}
+);
+width = 1904;
+},
+{
+guideLines = (
+{
+position = "{0, 2092.75}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 1344 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 1344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"608 1624 OFFCURVE",
+"700 1708 OFFCURVE",
+"868 1708 CURVE SMOOTH",
+"1000 1708 OFFCURVE",
+"1132 1660 OFFCURVE",
+"1228 1584 CURVE",
+"876 1184 LINE",
+"876 1008 LINE",
+"1180 1008 LINE",
+"1780 1712 LINE",
+"1488 1940 OFFCURVE",
+"1216 2076 OFFCURVE",
+"868 2076 CURVE SMOOTH",
+"384 2076 OFFCURVE",
+"144 1828 OFFCURVE",
+"144 1344 CURVE",
+"608 1344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"808 12 OFFCURVE",
+"960 -28 OFFCURVE",
+"1176 -28 CURVE SMOOTH",
+"1552 -28 OFFCURVE",
+"1864 176 OFFCURVE",
+"1864 596 CURVE SMOOTH",
+"1864 996 OFFCURVE",
+"1592 1208 OFFCURVE",
+"1128 1208 CURVE",
+"876 1180 LINE",
+"876 916 LINE",
+"1056 916 LINE SMOOTH",
+"1292 916 OFFCURVE",
+"1420 796 OFFCURVE",
+"1420 596 CURVE SMOOTH",
+"1420 420 OFFCURVE",
+"1320 336 OFFCURVE",
+"1116 336 CURVE SMOOTH",
+"980 336 OFFCURVE",
+"876 376 OFFCURVE",
+"824 400 CURVE",
+"700 56 LINE"
+);
+}
+);
+width = 1960;
+}
+);
+rightKerningGroup = S;
+unicode = 1E9E;
+userData = {
+interface.gridadjust.original = "{'width': 1819, 'leftMargin': 188, 'rightMargin': 122}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = T;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = cross;
+position = "{836, 1232}";
+},
+{
+name = right;
+position = "{960, 0}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"780 2048 LINE",
+"780 0 LINE",
+"1028 0 LINE",
+"1028 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 2048 LINE",
+"136 1828 LINE",
+"1672 1828 LINE",
+"1672 2048 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = cross;
+position = "{860, 1120}";
+},
+{
+name = right;
+position = "{1076, 0}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"680 2048 LINE",
+"680 0 LINE",
+"1140 0 LINE",
+"1140 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"80 2048 LINE",
+"80 1664 LINE",
+"1740 1664 LINE",
+"1740 2048 LINE"
+);
+}
+);
+width = 1820;
+}
+);
+leftKerningGroup = T;
+rightKerningGroup = T;
+unicode = 0054;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Thook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"432 2048 LINE SMOOTH",
+"180 2048 OFFCURVE",
+"24 1884 OFFCURVE",
+"24 1644 CURVE SMOOTH",
+"24 1524 LINE",
+"248 1524 LINE",
+"248 1600 LINE SMOOTH",
+"248 1716 OFFCURVE",
+"292 1828 OFFCURVE",
+"432 1828 CURVE SMOOTH",
+"904 1828 LINE",
+"904 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"584 2048 LINE",
+"584 1828 LINE",
+"780 1828 LINE",
+"780 0 LINE",
+"1028 0 LINE",
+"1028 1828 LINE",
+"1672 1828 LINE",
+"1672 2048 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 2048 LINE SMOOTH",
+"228 2048 OFFCURVE",
+"24 1840 OFFCURVE",
+"24 1496 CURVE SMOOTH",
+"24 1284 LINE",
+"404 1284 LINE",
+"404 1412 LINE SMOOTH",
+"404 1536 OFFCURVE",
+"440 1664 OFFCURVE",
+"604 1664 CURVE SMOOTH",
+"1236 1664 LINE",
+"1236 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"748 2048 LINE",
+"748 1664 LINE",
+"1024 1664 LINE",
+"1024 0 LINE",
+"1488 0 LINE",
+"1488 1664 LINE",
+"2088 1664 LINE",
+"2088 2048 LINE"
+);
+}
+);
+width = 2168;
+}
+);
+rightKerningGroup = T;
+unicode = 01AC;
+userData = {
+interface.gridadjust.original = "{'width': 1772, 'leftMargin': 41, 'rightMargin': 63}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Trthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"780 32 LINE",
+"780 -168 LINE SMOOTH",
+"780 -432 OFFCURVE",
+"984 -576 OFFCURVE",
+"1208 -576 CURVE",
+"1344 -576 LINE",
+"1344 -356 LINE",
+"1268 -356 LINE",
+"1140 -356 OFFCURVE",
+"1028 -324 OFFCURVE",
+"1028 -164 CURVE SMOOTH",
+"1028 32 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"780 2048 LINE",
+"780 0 LINE",
+"1028 0 LINE",
+"1028 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 2048 LINE",
+"136 1828 LINE",
+"1672 1828 LINE",
+"1672 2048 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"676 184 LINE",
+"676 -80 LINE SMOOTH",
+"676 -516 OFFCURVE",
+"976 -576 OFFCURVE",
+"1216 -576 CURVE",
+"1424 -576 LINE",
+"1424 -220 LINE",
+"1340 -220 LINE",
+"1236 -220 OFFCURVE",
+"1136 -192 OFFCURVE",
+"1136 -80 CURVE SMOOTH",
+"1136 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"676 2048 LINE",
+"676 0 LINE",
+"1136 0 LINE",
+"1136 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"76 2048 LINE",
+"76 1664 LINE",
+"1736 1664 LINE",
+"1736 2048 LINE"
+);
+}
+);
+width = 1820;
+}
+);
+leftKerningGroup = T;
+rightKerningGroup = T;
+unicode = 01AE;
+userData = {
+interface.gridadjust.original = "{'width': 1680, 'leftMargin': 67, 'rightMargin': 63}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni023E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1504 2164 LINE",
+"1332 2236 LINE",
+"368 -120 LINE",
+"540 -192 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"780 2048 LINE",
+"780 0 LINE",
+"1028 0 LINE",
+"1028 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 2048 LINE",
+"136 1828 LINE",
+"1672 1828 LINE",
+"1672 2048 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1616 2200 LINE",
+"1396 2312 LINE",
+"256 36 LINE",
+"476 -76 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"688 2048 LINE",
+"688 0 LINE",
+"1148 0 LINE",
+"1148 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"88 2048 LINE",
+"88 1664 LINE",
+"1748 1664 LINE",
+"1748 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = T;
+rightKerningGroup = T;
+unicode = 023E;
+userData = {
+interface.gridadjust.original = "{'width': 1680, 'leftMargin': 128, 'rightMargin': 16}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = U;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = ogonek;
+position = "{1304, 64}";
+},
+{
+name = right;
+position = "{1160, 0}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1036, 2084}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1592 692 LINE SMOOTH",
+"1592 372 OFFCURVE",
+"1336 196 OFFCURVE",
+"1044 196 CURVE SMOOTH",
+"752 196 OFFCURVE",
+"496 372 OFFCURVE",
+"496 692 CURVE SMOOTH",
+"496 2048 LINE",
+"248 2048 LINE",
+"248 692 LINE",
+"248 232 OFFCURVE",
+"612 -36 OFFCURVE",
+"1044 -36 CURVE SMOOTH",
+"1476 -36 OFFCURVE",
+"1840 232 OFFCURVE",
+"1840 692 CURVE",
+"1840 2048 LINE",
+"1592 2048 LINE"
+);
+}
+);
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = ogonek;
+position = "{1412, 104}";
+},
+{
+name = right;
+position = "{1132, 0}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1552.375}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1344 712 LINE SMOOTH",
+"1344 512 OFFCURVE",
+"1200 388 OFFCURVE",
+"980 388 CURVE SMOOTH",
+"760 388 OFFCURVE",
+"608 512 OFFCURVE",
+"608 712 CURVE SMOOTH",
+"608 2048 LINE",
+"144 2048 LINE",
+"144 696 LINE",
+"144 228 OFFCURVE",
+"484 -28 OFFCURVE",
+"980 -28 CURVE SMOOTH",
+"1472 -28 OFFCURVE",
+"1808 228 OFFCURVE",
+"1808 696 CURVE",
+"1808 2048 LINE",
+"1344 2048 LINE"
+);
+}
+);
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 0055;
+userData = {
+com.typemytype.robofont.guideline.magnetic.icXM2D4lH7 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Uhorn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1976, 2216}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1036, 244}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2068 1908 OFFCURVE",
+"1992 1768 OFFCURVE",
+"1712 1768 CURVE",
+"1712 1572 LINE",
+"2136 1572 OFFCURVE",
+"2300 1780 OFFCURVE",
+"2300 2172 CURVE",
+"2068 2172 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1592 692 LINE SMOOTH",
+"1592 372 OFFCURVE",
+"1336 196 OFFCURVE",
+"1044 196 CURVE SMOOTH",
+"752 196 OFFCURVE",
+"496 372 OFFCURVE",
+"496 692 CURVE SMOOTH",
+"496 2048 LINE",
+"248 2048 LINE",
+"248 692 LINE",
+"248 232 OFFCURVE",
+"612 -36 OFFCURVE",
+"1044 -36 CURVE SMOOTH",
+"1476 -36 OFFCURVE",
+"1840 232 OFFCURVE",
+"1840 692 CURVE",
+"1840 2048 LINE",
+"1592 2048 LINE"
+);
+}
+);
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1008, -16}";
+},
+{
+name = top;
+position = "{1008, 2216}";
+},
+{
+name = top0315;
+position = "{2036, 2216}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1992 1848 OFFCURVE",
+"1976 1684 OFFCURVE",
+"1676 1684 CURVE",
+"1676 1456 LINE",
+"2140 1456 OFFCURVE",
+"2268 1700 OFFCURVE",
+"2268 2112 CURVE",
+"1992 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 712 LINE SMOOTH",
+"1344 512 OFFCURVE",
+"1200 388 OFFCURVE",
+"980 388 CURVE SMOOTH",
+"760 388 OFFCURVE",
+"608 512 OFFCURVE",
+"608 712 CURVE SMOOTH",
+"608 2048 LINE",
+"144 2048 LINE",
+"144 696 LINE",
+"144 228 OFFCURVE",
+"484 -28 OFFCURVE",
+"980 -28 CURVE SMOOTH",
+"1472 -28 OFFCURVE",
+"1808 228 OFFCURVE",
+"1808 696 CURVE",
+"1808 2048 LINE",
+"1344 2048 LINE"
+);
+}
+);
+width = 2284;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = Uhorn;
+unicode = 01AF;
+userData = {
+com.typemytype.robofont.guideline.magnetic.w9xhz5LEo8 = 5;
+interface.gridadjust.original = "{'width': 1968, 'leftMargin': 256, 'rightMargin': -199}";
+};
+},
+{
+glyphname = uni0244;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, 0}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{2016, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1036, 148}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-8 1188 LINE",
+"-8 1024 LINE",
+"2096 1024 LINE",
+"2096 1188 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1592 692 LINE SMOOTH",
+"1592 372 OFFCURVE",
+"1336 196 OFFCURVE",
+"1044 196 CURVE SMOOTH",
+"752 196 OFFCURVE",
+"496 372 OFFCURVE",
+"496 692 CURVE SMOOTH",
+"496 2048 LINE",
+"248 2048 LINE",
+"248 692 LINE",
+"248 232 OFFCURVE",
+"612 -36 OFFCURVE",
+"1044 -36 CURVE SMOOTH",
+"1476 -36 OFFCURVE",
+"1840 232 OFFCURVE",
+"1840 692 CURVE",
+"1840 2048 LINE",
+"1592 2048 LINE"
+);
+}
+);
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1168, 0}";
+},
+{
+name = top;
+position = "{1168, 2200}";
+},
+{
+name = top0315;
+position = "{2276, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"116 1160 LINE",
+"116 896 LINE",
+"2220 896 LINE",
+"2220 1160 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1564 712 LINE SMOOTH",
+"1564 512 OFFCURVE",
+"1420 388 OFFCURVE",
+"1200 388 CURVE SMOOTH",
+"980 388 OFFCURVE",
+"828 512 OFFCURVE",
+"828 712 CURVE SMOOTH",
+"828 2048 LINE",
+"364 2048 LINE",
+"364 696 LINE",
+"364 228 OFFCURVE",
+"704 -28 OFFCURVE",
+"1200 -28 CURVE SMOOTH",
+"1692 -28 OFFCURVE",
+"2028 228 OFFCURVE",
+"2028 696 CURVE",
+"2028 2048 LINE",
+"1564 2048 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 0244;
+userData = {
+com.typemytype.robofont.guideline.magnetic.DxUS4DFy1H = 5;
+interface.gridadjust.original = "{'width': 2199, 'leftMargin': 41, 'rightMargin': 42}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = V;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 16}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1924, 2216}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{944, 476}";
+},
+{
+angle = 90;
+position = "{312, 2088}";
+},
+{
+angle = 90;
+position = "{1552, 2196}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"72 2048 LINE",
+"824 0 LINE",
+"1080 0 LINE",
+"1832 2048 LINE",
+"1572 2048 LINE",
+"964 324 LINE",
+"940 324 LINE",
+"332 2048 LINE"
+);
+}
+);
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1080, 16}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = top;
+position = "{1080, 2216}";
+},
+{
+name = top0315;
+position = "{2012, 2216}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1104, 1048}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"80 2048 LINE",
+"836 0 LINE",
+"1332 0 LINE",
+"2088 2048 LINE",
+"1600 2048 LINE",
+"1096 580 LINE",
+"1072 580 LINE",
+"568 2048 LINE"
+);
+}
+);
+width = 2168;
+}
+);
+leftKerningGroup = V;
+rightKerningGroup = V;
+unicode = 0056;
+userData = {
+com.typemytype.robofont.guideline.magnetic.IJvllllLzF = 5;
+com.typemytype.robofont.guideline.magnetic.KeOP4W9VuQ = 5;
+com.typemytype.robofont.guideline.magnetic.yHrbtxZ5FX = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = W;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1336, 16}";
+},
+{
+name = bottom_dd;
+position = "{2500, -560}";
+},
+{
+name = top;
+position = "{1336, 2304}";
+},
+{
+name = top0315;
+position = "{2500, 2200}";
+},
+{
+name = top_dd;
+position = "{2500, 2200}";
+}
+);
+guideLines = (
+{
+position = "{1128, 360}";
+},
+{
+angle = 90;
+position = "{1328, 2096}";
+},
+{
+angle = 90;
+position = "{740, 332}";
+},
+{
+angle = 90;
+position = "{1916, 356}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"60 2048 LINE",
+"620 0 LINE",
+"876 0 LINE",
+"1328 1632 LINE",
+"1344 1632 LINE",
+"1796 0 LINE",
+"2052 0 LINE",
+"2612 2048 LINE",
+"2360 2048 LINE",
+"1932 380 LINE",
+"1912 380 LINE",
+"1476 2048 LINE",
+"1196 2048 LINE",
+"760 380 LINE",
+"740 380 LINE",
+"312 2048 LINE"
+);
+}
+);
+width = 2672;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1448, 16}";
+},
+{
+name = bottom_dd;
+position = "{2612, -560}";
+},
+{
+name = top;
+position = "{1448, 2200}";
+},
+{
+name = top0315;
+position = "{2612, 2200}";
+},
+{
+name = top_dd;
+position = "{2612, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 2512.125}";
+},
+{
+angle = 90;
+position = "{1448, 2076}";
+},
+{
+angle = 90;
+position = "{880, 988}";
+},
+{
+angle = 90;
+position = "{2016, 852}";
+},
+{
+angle = 90;
+position = "{2368, 2120}";
+},
+{
+angle = 90;
+position = "{528, 2084}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"108 2048 LINE",
+"628 0 LINE",
+"1100 0 LINE",
+"1440 1284 LINE",
+"1456 1284 LINE",
+"1796 0 LINE",
+"2268 0 LINE",
+"2788 2048 LINE",
+"2368 2048 LINE",
+"2024 668 LINE",
+"2008 668 LINE",
+"1652 2048 LINE",
+"1244 2048 LINE",
+"888 672 LINE",
+"872 672 LINE",
+"528 2048 LINE"
+);
+}
+);
+width = 2896;
+}
+);
+leftKerningGroup = W;
+rightKerningGroup = W;
+unicode = 0057;
+userData = {
+com.typemytype.robofont.guideline.magnetic.8gZT6dIVxI = 5;
+com.typemytype.robofont.guideline.magnetic.ZoWqubfLj9 = 5;
+com.typemytype.robofont.guideline.magnetic.k6chDe7LUI = 5;
+com.typemytype.robofont.guideline.magnetic.tUpIEqa0MC = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = X;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 16}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = cross;
+position = "{964, 1020}";
+},
+{
+name = right;
+position = "{1596, 0}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1848, 2216}";
+},
+{
+name = top_dd;
+position = "{1848, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1724, 2180}";
+},
+{
+angle = 90;
+position = "{896, 1372}";
+},
+{
+angle = 90;
+position = "{68, 2060}";
+},
+{
+position = "{944, 1196}";
+},
+{
+position = "{1352, 852}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"76 2048 LINE",
+"736 1024 LINE",
+"76 0 LINE",
+"368 0 LINE",
+"896 836 LINE",
+"912 836 LINE",
+"1440 0 LINE",
+"1732 0 LINE",
+"1088 1024 LINE",
+"1732 2048 LINE",
+"1440 2048 LINE",
+"912 1196 LINE",
+"896 1196 LINE",
+"368 2048 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = bottom_dd;
+position = "{1888, -560}";
+},
+{
+name = cross;
+position = "{988, 1024}";
+},
+{
+name = right;
+position = "{1652, 0}";
+},
+{
+name = top;
+position = "{988, 2216}";
+},
+{
+name = top0315;
+position = "{1888, 2216}";
+},
+{
+name = top_dd;
+position = "{1888, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{988, 2152}";
+},
+{
+angle = 90;
+position = "{88, 2084}";
+},
+{
+angle = 90;
+position = "{1888, 2080}";
+},
+{
+position = "{1148, 1024}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"88 2048 LINE",
+"684 1024 LINE",
+"72 0 LINE",
+"604 0 LINE",
+"980 672 LINE",
+"996 672 LINE",
+"1372 0 LINE",
+"1904 0 LINE",
+"1292 1024 LINE",
+"1888 2048 LINE",
+"1364 2048 LINE",
+"996 1380 LINE",
+"980 1380 LINE",
+"612 2048 LINE"
+);
+}
+);
+width = 1976;
+}
+);
+leftKerningGroup = X;
+rightKerningGroup = X;
+unicode = 0058;
+userData = {
+com.typemytype.robofont.guideline.magnetic.1jwe8yH4eD = 5;
+com.typemytype.robofont.guideline.magnetic.AJAcp0DKEy = 5;
+com.typemytype.robofont.guideline.magnetic.QFtArEHSdm = 5;
+com.typemytype.robofont.guideline.magnetic.TR4vAYYyfi = 5;
+com.typemytype.robofont.guideline.magnetic.nnmV4p3je2 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Hadescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1784, -560}";
+},
+{
+name = top0315;
+position = "{1784, 2216}";
+},
+{
+name = top_dd;
+position = "{1784, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = X;
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1424, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1872;
+},
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1812, -560}";
+},
+{
+name = top0315;
+position = "{1812, 2216}";
+},
+{
+name = top_dd;
+position = "{1812, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = X;
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1452, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2208;
+}
+);
+unicode = 04B2;
+userData = {
+interface.gridadjust.original = "{'width': 1803, 'leftMargin': 124, 'rightMargin': 38}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04FC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1784, -560}";
+},
+{
+name = top0315;
+position = "{1784, 2216}";
+},
+{
+name = top_dd;
+position = "{1784, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = X;
+},
+{
+alignment = -1;
+name = cyrillichook;
+transform = "{1, 0, 0, 1, 1080, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1812, -560}";
+},
+{
+name = top0315;
+position = "{1812, 2216}";
+},
+{
+name = top_dd;
+position = "{1812, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = X;
+},
+{
+alignment = -1;
+name = cyrillichook;
+transform = "{1, 0, 0, 1, 1248, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2096;
+}
+);
+unicode = 04FC;
+userData = {
+interface.gridadjust.original = "{'width': 1837.0, 'leftMargin': 124, 'rightMargin': -133.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = Y;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = cross;
+position = "{920, 816}";
+},
+{
+name = tonos;
+position = "{28, 2048}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{932, 1360}";
+},
+{
+angle = 90;
+position = "{336, 2092}";
+},
+{
+angle = 90;
+position = "{1496, 2100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"76 2048 LINE",
+"816 844 LINE",
+"816 0 LINE",
+"1064 0 LINE",
+"1064 844 LINE",
+"1804 2048 LINE",
+"1520 2048 LINE",
+"940 1072 LINE",
+"360 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"964 1044 LINE",
+"964 1092 LINE",
+"916 1092 LINE",
+"916 1044 LINE"
+);
+}
+);
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = cross;
+position = "{956, 832}";
+},
+{
+name = tonos;
+position = "{-32, 2000}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1076, 1724}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"64 2048 LINE",
+"844 780 LINE",
+"844 0 LINE",
+"1308 0 LINE",
+"1308 780 LINE",
+"2088 2048 LINE",
+"1584 2048 LINE",
+"1076 1160 LINE",
+"568 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1100 1132 LINE",
+"1100 1180 LINE",
+"1052 1180 LINE",
+"1052 1132 LINE"
+);
+}
+);
+width = 2152;
+}
+);
+leftKerningGroup = Y;
+rightKerningGroup = Y;
+unicode = 0059;
+userData = {
+com.typemytype.robofont.guideline.magnetic.KceIXUepDd = 5;
+com.typemytype.robofont.guideline.magnetic.TWkdg41wEI = 5;
+com.typemytype.robofont.guideline.magnetic.o5DXjGQkF9 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Yhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 238.6031;
+position = "{1496, 1588}";
+},
+{
+angle = 239.3277;
+position = "{1304, 1724}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1612 1740 LINE SMOOTH",
+"1684 1864 OFFCURVE",
+"1772 1872 OFFCURVE",
+"1868 1832 CURVE",
+"1932 2032 LINE",
+"1736 2124 OFFCURVE",
+"1532 2064 OFFCURVE",
+"1400 1844 CURVE SMOOTH",
+"1356 1772 LINE",
+"1572 1672 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"964 1044 LINE",
+"964 1092 LINE",
+"916 1092 LINE",
+"916 1044 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"76 2048 LINE",
+"816 844 LINE",
+"816 0 LINE",
+"1064 0 LINE",
+"1064 844 LINE",
+"1572 1672 LINE",
+"1356 1772 LINE",
+"940 1072 LINE",
+"360 2048 LINE"
+);
+}
+);
+width = 1988;
+},
+{
+guideLines = (
+{
+angle = 240.4178;
+position = "{1176, 1336}";
+},
+{
+angle = 238.4456;
+position = "{1436, 988}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1776 1544 LINE SMOOTH",
+"1856 1680 OFFCURVE",
+"1924 1720 OFFCURVE",
+"2064 1676 CURVE",
+"2160 2024 LINE",
+"1904 2120 OFFCURVE",
+"1604 2092 OFFCURVE",
+"1424 1772 CURVE SMOOTH",
+"1356 1652 LINE",
+"1740 1484 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1100 1132 LINE",
+"1100 1180 LINE",
+"1052 1180 LINE",
+"1052 1132 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"64 2048 LINE",
+"844 780 LINE",
+"844 0 LINE",
+"1308 0 LINE",
+"1308 780 LINE",
+"1740 1484 LINE",
+"1356 1652 LINE",
+"1076 1160 LINE",
+"568 2048 LINE"
+);
+}
+);
+width = 2192;
+}
+);
+leftKerningGroup = Y;
+rightKerningGroup = Y;
+unicode = 01B3;
+userData = {
+com.typemytype.robofont.guideline.magnetic.1p4TietnVi = 5;
+com.typemytype.robofont.guideline.magnetic.a19mK3ffcr = 5;
+interface.gridadjust.original = "{'width': 1843, 'leftMargin': 18, 'rightMargin': -41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni024E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{928, 0}";
+},
+{
+name = top;
+position = "{928, 2304}";
+},
+{
+name = top0315;
+position = "{1856, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{932, 1188}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-4 1628 LINE",
+"-4 1464 LINE",
+"1860 1464 LINE",
+"1860 1628 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"64 2048 LINE",
+"804 844 LINE",
+"804 0 LINE",
+"1052 0 LINE",
+"1052 844 LINE",
+"1792 2048 LINE",
+"1508 2048 LINE",
+"928 1072 LINE",
+"348 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"952 1044 LINE",
+"952 1092 LINE",
+"904 1092 LINE",
+"904 1044 LINE"
+);
+}
+);
+width = 1856;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{992, 64}";
+},
+{
+name = top;
+position = "{992, 2200}";
+},
+{
+name = top0315;
+position = "{2024, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"100 1620 LINE",
+"100 1388 LINE",
+"2052 1388 LINE",
+"2052 1620 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"64 2048 LINE",
+"844 780 LINE",
+"844 0 LINE",
+"1308 0 LINE",
+"1308 780 LINE",
+"2088 2048 LINE",
+"1584 2048 LINE",
+"1076 1160 LINE",
+"568 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1100 1132 LINE",
+"1100 1180 LINE",
+"1052 1180 LINE",
+"1052 1132 LINE"
+);
+}
+);
+width = 2152;
+}
+);
+unicode = 024E;
+userData = {
+com.typemytype.robofont.guideline.magnetic.lWiVRVgKy6 = 5;
+interface.gridadjust.original = "{'width': 1911, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = Z;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, 16}";
+},
+{
+name = bottom_dd;
+position = "{1680, -560}";
+},
+{
+name = top;
+position = "{880, 2304}";
+},
+{
+name = top0315;
+position = "{1744, 2200}";
+},
+{
+name = top_dd;
+position = "{1744, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1584, 248}";
+},
+{
+angle = 90;
+position = "{160, 1280}";
+},
+{
+angle = 90;
+position = "{872, 2156}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"284 220 LINE",
+"284 0 LINE",
+"1592 0 LINE",
+"1592 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1580 2048 LINE",
+"1432 2048 LINE",
+"180 180 LINE",
+"180 0 LINE",
+"328 0 LINE",
+"1580 1868 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 2048 LINE",
+"168 1828 LINE",
+"1456 1828 LINE",
+"1456 2048 LINE"
+);
+}
+);
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = top;
+position = "{916, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1553.75}";
+},
+{
+angle = 55.0453;
+position = "{1680, 1788}";
+},
+{
+angle = 55.0343;
+position = "{124, 276}";
+},
+{
+angle = 90;
+position = "{120, 1664}";
+},
+{
+angle = 90;
+position = "{1672, 384}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"316 384 LINE",
+"316 0 LINE",
+"1688 0 LINE",
+"1688 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1688 2048 LINE",
+"1380 2048 LINE",
+"136 272 LINE",
+"136 0 LINE",
+"444 0 LINE",
+"1688 1776 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 2048 LINE",
+"136 1664 LINE",
+"1500 1664 LINE",
+"1500 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = Z;
+rightKerningGroup = Z;
+unicode = 005A;
+userData = {
+com.typemytype.robofont.guideline.magnetic.7L9fK9Z9Br = 5;
+com.typemytype.robofont.guideline.magnetic.DPCAFAyemJ = 5;
+com.typemytype.robofont.guideline.magnetic.VxRM18zW9m = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0224;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"728 0 LINE",
+"1200 0 LINE SMOOTH",
+"1340 0 OFFCURVE",
+"1384 -112 OFFCURVE",
+"1384 -228 CURVE",
+"1384 -304 LINE",
+"1608 -304 LINE",
+"1608 -184 LINE",
+"1608 56 OFFCURVE",
+"1452 220 OFFCURVE",
+"1200 220 CURVE SMOOTH",
+"728 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"476 220 LINE",
+"1580 1868 LINE",
+"1580 2048 LINE",
+"168 2048 LINE",
+"168 1828 LINE",
+"1284 1828 LINE",
+"180 180 LINE",
+"180 0 LINE",
+"1016 0 LINE",
+"1016 220 LINE"
+);
+}
+);
+width = 1760;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"892 0 LINE",
+"1140 0 LINE SMOOTH",
+"1316 0 OFFCURVE",
+"1344 -128 OFFCURVE",
+"1344 -252 CURVE",
+"1344 -360 LINE",
+"1720 -360 LINE",
+"1720 -168 LINE",
+"1720 176 OFFCURVE",
+"1516 384 OFFCURVE",
+"1140 384 CURVE SMOOTH",
+"892 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"712 384 LINE",
+"1688 1776 LINE",
+"1688 2048 LINE",
+"136 2048 LINE",
+"136 1664 LINE",
+"1112 1664 LINE",
+"136 272 LINE",
+"136 0 LINE",
+"1048 0 LINE",
+"1048 384 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = Z;
+rightKerningGroup = Z;
+unicode = 0224;
+userData = {
+interface.gridadjust.original = "{'width': 1724, 'leftMargin': 118, 'rightMargin': 44}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Zbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 16}";
+},
+{
+name = top;
+position = "{856, 2200}";
+},
+{
+name = top0315;
+position = "{1696, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Z;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 244, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = top;
+position = "{888, 2200}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Z;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 244, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+leftKerningGroup = Z;
+rightKerningGroup = Z;
+unicode = 01B5;
+userData = {
+interface.gridadjust.original = "{'width': 1687, 'leftMargin': 161, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2C7F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"796 0 OFFCURVE",
+"972 -600 OFFCURVE",
+"1388 -600 CURVE SMOOTH",
+"1480 -600 OFFCURVE",
+"1572 -584 OFFCURVE",
+"1616 -564 CURVE",
+"1616 -344 LINE",
+"1564 -356 OFFCURVE",
+"1508 -368 OFFCURVE",
+"1432 -368 CURVE SMOOTH",
+"1108 -368 OFFCURVE",
+"948 224 OFFCURVE",
+"296 224 CURVE",
+"288 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1580 2048 LINE",
+"1432 2048 LINE",
+"180 180 LINE",
+"180 0 LINE",
+"328 0 LINE",
+"1580 1868 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 2048 LINE",
+"168 1828 LINE",
+"1456 1828 LINE",
+"1456 2048 LINE"
+);
+}
+);
+width = 1760;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"836 0 OFFCURVE",
+"944 -600 OFFCURVE",
+"1460 -600 CURVE SMOOTH",
+"1564 -600 OFFCURVE",
+"1648 -576 OFFCURVE",
+"1696 -556 CURVE",
+"1696 -196 LINE",
+"1632 -216 OFFCURVE",
+"1572 -224 OFFCURVE",
+"1496 -224 CURVE SMOOTH",
+"1164 -224 OFFCURVE",
+"1008 376 OFFCURVE",
+"408 376 CURVE",
+"272 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1668 2004 LINE",
+"1352 2004 LINE",
+"132 252 LINE",
+"132 0 LINE",
+"464 0 LINE",
+"1668 1756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"132 2004 LINE",
+"132 1632 LINE",
+"1520 1632 LINE",
+"1520 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = Z;
+rightKerningGroup = Z;
+unicode = 2C7F;
+userData = {
+interface.gridadjust.original = "{'width': 1687, 'leftMargin': 117, 'rightMargin': 115}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = OE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1348, 0}";
+},
+{
+name = bottom_dd;
+position = "{2736, -560}";
+},
+{
+name = top;
+position = "{1348, 2304}";
+},
+{
+name = top0315;
+position = "{2736, 2200}";
+},
+{
+name = top_dd;
+position = "{2736, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"492 2048 OFFCURVE",
+"184 1720 OFFCURVE",
+"184 1236 CURVE",
+"184 816 LINE",
+"184 332 OFFCURVE",
+"496 0 OFFCURVE",
+"952 0 CURVE SMOOTH",
+"1348 0 LINE",
+"1348 220 LINE",
+"952 220 LINE SMOOTH",
+"652 220 OFFCURVE",
+"456 420 OFFCURVE",
+"456 816 CURVE",
+"456 1236 LINE",
+"456 1632 OFFCURVE",
+"648 1828 OFFCURVE",
+"952 1828 CURVE",
+"1348 1828 LINE",
+"1348 2048 LINE",
+"952 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 220 LINE",
+"1436 0 LINE",
+"2504 0 LINE",
+"2504 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1252 2048 LINE",
+"1252 0 LINE",
+"1500 0 LINE",
+"1500 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 1136 LINE",
+"1436 916 LINE",
+"2384 916 LINE",
+"2384 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 2048 LINE",
+"1436 1828 LINE",
+"2488 1828 LINE",
+"2488 2048 LINE"
+);
+}
+);
+width = 2652;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1400, 0}";
+},
+{
+name = bottom_dd;
+position = "{2764, -560}";
+},
+{
+name = top;
+position = "{1400, 2200}";
+},
+{
+name = top0315;
+position = "{2764, 2200}";
+},
+{
+name = top_dd;
+position = "{2764, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"500 2048 OFFCURVE",
+"152 1720 OFFCURVE",
+"152 1236 CURVE",
+"152 816 LINE",
+"152 332 OFFCURVE",
+"500 0 OFFCURVE",
+"1008 0 CURVE SMOOTH",
+"1404 0 LINE",
+"1404 360 LINE",
+"1008 360 LINE SMOOTH",
+"756 360 OFFCURVE",
+"596 508 OFFCURVE",
+"596 816 CURVE",
+"596 1236 LINE",
+"596 1544 OFFCURVE",
+"752 1688 OFFCURVE",
+"1008 1688 CURVE SMOOTH",
+"1404 1688 LINE",
+"1404 2048 LINE",
+"1008 2048 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1548 384 LINE",
+"1548 0 LINE",
+"2612 0 LINE",
+"2612 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1244 2048 LINE",
+"1244 0 LINE",
+"1708 0 LINE",
+"1708 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1548 1216 LINE",
+"1548 832 LINE",
+"2472 832 LINE",
+"2472 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1548 2048 LINE",
+"1548 1664 LINE",
+"2612 1664 LINE",
+"2612 2048 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = E;
+unicode = 0152;
+userData = {
+interface.gridadjust.original = "{'width': 2698, 'leftMargin': 143, 'rightMargin': 191}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = a;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = ogonek;
+position = "{1372, 0}";
+},
+{
+name = rhalfring;
+position = "{804, 1792}";
+},
+{
+name = rhotichook;
+position = "{1280, 908}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{796, 1160}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1136 364 OFFCURVE",
+"984 176 OFFCURVE",
+"704 176 CURVE SMOOTH",
+"516 176 OFFCURVE",
+"380 260 OFFCURVE",
+"380 424 CURVE SMOOTH",
+"380 604 OFFCURVE",
+"544 660 OFFCURVE",
+"728 684 CURVE SMOOTH",
+"828 696 OFFCURVE",
+"1096 724 OFFCURVE",
+"1136 772 CURVE",
+"1136 556 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1372 0 LINE",
+"1372 1012 LINE SMOOTH",
+"1372 1500 OFFCURVE",
+"1000 1556 OFFCURVE",
+"804 1556 CURVE SMOOTH",
+"572 1556 OFFCURVE",
+"308 1476 OFFCURVE",
+"188 1196 CURVE",
+"412 1116 LINE",
+"464 1228 OFFCURVE",
+"588 1348 OFFCURVE",
+"816 1348 CURVE SMOOTH",
+"1000 1348 OFFCURVE",
+"1136 1268 OFFCURVE",
+"1136 1012 CURVE SMOOTH",
+"1136 1008 LINE",
+"1136 908 OFFCURVE",
+"952 916 OFFCURVE",
+"740 888 CURVE SMOOTH",
+"452 852 OFFCURVE",
+"144 784 OFFCURVE",
+"144 436 CURVE SMOOTH",
+"144 136 OFFCURVE",
+"376 -36 OFFCURVE",
+"668 -36 CURVE SMOOTH",
+"936 -36 OFFCURVE",
+"1076 108 OFFCURVE",
+"1124 208 CURVE",
+"1136 208 LINE",
+"1136 0 LINE"
+);
+}
+);
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = ogonek;
+position = "{1396, 0}";
+},
+{
+name = rhalfring;
+position = "{780, 1776}";
+},
+{
+name = rhotichook;
+position = "{1220, 900}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 2279.75}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"944 384 OFFCURVE",
+"824 304 OFFCURVE",
+"704 304 CURVE SMOOTH",
+"604 304 OFFCURVE",
+"540 360 OFFCURVE",
+"540 444 CURVE SMOOTH",
+"540 556 OFFCURVE",
+"600 620 OFFCURVE",
+"784 640 CURVE SMOOTH",
+"840 648 OFFCURVE",
+"920 664 OFFCURVE",
+"944 688 CURVE",
+"944 492 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1408 0 LINE",
+"1408 1040 LINE SMOOTH",
+"1408 1384 OFFCURVE",
+"1144 1556 OFFCURVE",
+"788 1556 CURVE SMOOTH",
+"416 1556 OFFCURVE",
+"168 1368 OFFCURVE",
+"120 1084 CURVE",
+"552 1044 LINE",
+"568 1144 OFFCURVE",
+"664 1208 OFFCURVE",
+"768 1208 CURVE SMOOTH",
+"880 1208 OFFCURVE",
+"944 1132 OFFCURVE",
+"944 1052 CURVE SMOOTH",
+"944 1020 LINE",
+"944 948 OFFCURVE",
+"824 936 OFFCURVE",
+"724 928 CURVE SMOOTH",
+"288 892 OFFCURVE",
+"96 704 OFFCURVE",
+"96 432 CURVE SMOOTH",
+"96 136 OFFCURVE",
+"320 -28 OFFCURVE",
+"584 -28 CURVE SMOOTH",
+"776 -28 OFFCURVE",
+"892 60 OFFCURVE",
+"948 156 CURVE",
+"968 156 LINE",
+"968 0 LINE"
+);
+}
+);
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 0061;
+userData = {
+com.typemytype.robofont.guideline.magnetic.bPqRSFRUb5 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = adieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -44, 0}";
+},
+{
+name = a;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 128, 0}";
+},
+{
+name = a;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1560;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 00E4;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = atilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 128, 0}";
+},
+{
+name = a;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 104, 0}";
+},
+{
+name = a;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1560;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 00E3;
+},
+{
+glyphname = a_uni02DE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{696, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = markbottom;
+position = "{696, 0}";
+},
+{
+name = ogonek;
+position = "{1348, 0}";
+},
+{
+name = rhalfring;
+position = "{772, 1776}";
+},
+{
+name = top;
+position = "{772, 1776}";
+},
+{
+name = top0315;
+position = "{2056, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1288, -60}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2124;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{660, 32}";
+},
+{
+name = bottom_dd;
+position = "{1516, -560}";
+},
+{
+name = markbottom;
+position = "{660, 32}";
+},
+{
+name = ogonek;
+position = "{1372, 0}";
+},
+{
+name = rhalfring;
+position = "{792, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{2128, 1776}";
+},
+{
+name = top_dd;
+position = "{1516, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1424, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2308;
+}
+);
+leftKerningGroup = a;
+userData = {
+interface.gridadjust.original = "{'width': 2046.0, 'leftMargin': 236, 'rightMargin': -223.0}";
+};
+},
+{
+glyphname = ae;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1284, 1792}";
+},
+{
+name = top0315;
+position = "{2464, 1776}";
+},
+{
+name = top_dd;
+position = "{2464, 2200}";
+}
+);
+guideLines = (
+{
+position = "{1332, 888}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1136 364 OFFCURVE",
+"984 176 OFFCURVE",
+"704 176 CURVE SMOOTH",
+"516 176 OFFCURVE",
+"380 260 OFFCURVE",
+"380 424 CURVE SMOOTH",
+"380 604 OFFCURVE",
+"544 660 OFFCURVE",
+"728 684 CURVE SMOOTH",
+"828 696 OFFCURVE",
+"1096 724 OFFCURVE",
+"1136 772 CURVE",
+"1136 556 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"412 1116 LINE",
+"464 1228 OFFCURVE",
+"588 1348 OFFCURVE",
+"816 1348 CURVE SMOOTH",
+"1000 1348 OFFCURVE",
+"1136 1268 OFFCURVE",
+"1136 1012 CURVE SMOOTH",
+"1136 1008 LINE",
+"1136 908 OFFCURVE",
+"952 916 OFFCURVE",
+"740 888 CURVE SMOOTH",
+"452 852 OFFCURVE",
+"144 784 OFFCURVE",
+"144 436 CURVE SMOOTH",
+"144 136 OFFCURVE",
+"376 -36 OFFCURVE",
+"668 -36 CURVE SMOOTH",
+"1028 -36 OFFCURVE",
+"1212 220 OFFCURVE",
+"1228 328 CURVE",
+"1240 328 LINE",
+"1304 1272 LINE",
+"1252 1428 OFFCURVE",
+"1084 1556 OFFCURVE",
+"804 1556 CURVE SMOOTH",
+"572 1556 OFFCURVE",
+"308 1476 OFFCURVE",
+"188 1196 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2208 420 LINE",
+"2148 260 OFFCURVE",
+"2012 180 OFFCURVE",
+"1824 180 CURVE SMOOTH",
+"1524 180 OFFCURVE",
+"1344 384 OFFCURVE",
+"1344 768 CURVE",
+"1344 1132 OFFCURVE",
+"1532 1344 OFFCURVE",
+"1800 1344 CURVE",
+"2056 1344 OFFCURVE",
+"2220 1152 OFFCURVE",
+"2220 892 CURVE",
+"1276 820 LINE",
+"1276 616 LINE",
+"2460 708 LINE",
+"2460 788 LINE SMOOTH",
+"2460 1360 OFFCURVE",
+"2120 1556 OFFCURVE",
+"1800 1556 CURVE SMOOTH",
+"1528 1556 OFFCURVE",
+"1336 1416 OFFCURVE",
+"1236 1184 CURVE",
+"1192 452 LINE",
+"1272 152 OFFCURVE",
+"1484 -32 OFFCURVE",
+"1824 -32 CURVE",
+"2136 -32 OFFCURVE",
+"2364 124 OFFCURVE",
+"2436 356 CURVE"
+);
+}
+);
+width = 2604;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1244, 1776}";
+},
+{
+name = top0315;
+position = "{2476, 1776}";
+},
+{
+name = top_dd;
+position = "{2476, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1146.75}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"952 384 OFFCURVE",
+"832 304 OFFCURVE",
+"712 304 CURVE SMOOTH",
+"612 304 OFFCURVE",
+"548 360 OFFCURVE",
+"548 444 CURVE SMOOTH",
+"548 556 OFFCURVE",
+"608 620 OFFCURVE",
+"792 640 CURVE SMOOTH",
+"848 648 OFFCURVE",
+"928 664 OFFCURVE",
+"952 688 CURVE",
+"952 492 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"552 1020 LINE",
+"580 1128 OFFCURVE",
+"656 1192 OFFCURVE",
+"764 1192 CURVE SMOOTH",
+"868 1192 OFFCURVE",
+"952 1132 OFFCURVE",
+"952 1052 CURVE SMOOTH",
+"952 1020 LINE",
+"952 948 OFFCURVE",
+"832 936 OFFCURVE",
+"732 928 CURVE SMOOTH",
+"296 892 OFFCURVE",
+"104 704 OFFCURVE",
+"104 432 CURVE SMOOTH",
+"104 100 OFFCURVE",
+"392 -28 OFFCURVE",
+"672 -28 CURVE SMOOTH",
+"972 -28 OFFCURVE",
+"1112 120 OFFCURVE",
+"1140 192 CURVE",
+"1220 192 LINE",
+"1300 1372 LINE",
+"1188 1496 OFFCURVE",
+"1008 1556 OFFCURVE",
+"796 1556 CURVE SMOOTH",
+"424 1556 OFFCURVE",
+"176 1368 OFFCURVE",
+"128 1084 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1932 540 LINE",
+"1900 448 OFFCURVE",
+"1840 340 OFFCURVE",
+"1656 340 CURVE SMOOTH",
+"1428 340 OFFCURVE",
+"1336 504 OFFCURVE",
+"1336 744 CURVE",
+"1336 1020 OFFCURVE",
+"1440 1192 OFFCURVE",
+"1644 1192 CURVE SMOOTH",
+"1824 1192 OFFCURVE",
+"1920 1080 OFFCURVE",
+"1920 936 CURVE",
+"1204 868 LINE",
+"1204 576 LINE",
+"2348 692 LINE",
+"2348 832 LINE SMOOTH",
+"2348 1288 OFFCURVE",
+"2072 1556 OFFCURVE",
+"1648 1556 CURVE SMOOTH",
+"1392 1556 OFFCURVE",
+"1188 1448 OFFCURVE",
+"1060 1272 CURVE",
+"1060 340 LINE",
+"1180 112 OFFCURVE",
+"1344 -28 OFFCURVE",
+"1660 -28 CURVE",
+"2088 -28 OFFCURVE",
+"2288 232 OFFCURVE",
+"2336 432 CURVE"
+);
+}
+);
+width = 2444;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = ae;
+unicode = 00E6;
+userData = {
+com.typemytype.robofont.guideline.magnetic.47oKtqvLS5 = 5;
+interface.gridadjust.original = "{'width': 2377, 'leftMargin': 106, 'rightMargin': 93}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = aturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = rhotichook;
+position = "{1324, 868}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = a;
+transform = "{-1, 0, 0, -1, 1596, 1524}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 0}";
+},
+{
+name = rhotichook;
+position = "{1180, 848}";
+},
+{
+name = top;
+position = "{816, 1776}";
+},
+{
+name = top0315;
+position = "{1568, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = a;
+transform = "{-1, 0, 0, -1, 1536, 1536}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 0250;
+userData = {
+interface.gridadjust.original = "{'width': 1537, 'leftMargin': 149, 'rightMargin': 152}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (196,242,194,1);
+export = 0;
+glyphname = leftloop.cn;
+lastChange = "2018-09-02 05:51:08 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{76, 764}";
+},
+{
+angle = 90;
+position = "{112, 764}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1240 1292 LINE",
+"1188 1372 OFFCURVE",
+"1092 1556 OFFCURVE",
+"792 1556 CURVE SMOOTH",
+"404 1556 OFFCURVE",
+"136 1248 OFFCURVE",
+"136 764 CURVE SMOOTH",
+"136 276 OFFCURVE",
+"404 -32 OFFCURVE",
+"788 -32 CURVE SMOOTH",
+"1084 -32 OFFCURVE",
+"1188 152 OFFCURVE",
+"1240 236 CURVE",
+"1352 236 LINE",
+"1352 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"372 1092 OFFCURVE",
+"520 1344 OFFCURVE",
+"820 1344 CURVE SMOOTH",
+"1108 1344 OFFCURVE",
+"1260 1112 OFFCURVE",
+"1260 768 CURVE SMOOTH",
+"1260 420 OFFCURVE",
+"1104 180 OFFCURVE",
+"820 180 CURVE SMOOTH",
+"524 180 OFFCURVE",
+"372 440 OFFCURVE",
+"372 768 CURVE SMOOTH"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{80, 768}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 244 OFFCURVE",
+"364 -24 OFFCURVE",
+"688 -24 CURVE SMOOTH",
+"848 -24 OFFCURVE",
+"980 40 OFFCURVE",
+"1032 156 CURVE",
+"1232 156 LINE",
+"1232 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1036 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1036 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 768 CURVE SMOOTH",
+"1100 536 OFFCURVE",
+"1040 340 OFFCURVE",
+"824 340 CURVE SMOOTH",
+"628 340 OFFCURVE",
+"528 500 OFFCURVE",
+"528 768 CURVE SMOOTH"
+);
+}
+);
+width = 1576;
+}
+);
+userData = {
+com.typemytype.robofont.guideline.magnetic.U786EO8tPc = 5;
+com.typemytype.robofont.guideline.magnetic.p5MfOltxSt = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (196,242,194,1);
+export = 0;
+glyphname = rightloop.cn;
+lastChange = "2018-09-02 05:51:11 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1528, 652}";
+},
+{
+angle = 90;
+position = "{1528, 748}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"304 236 LINE",
+"420 236 LINE",
+"472 152 OFFCURVE",
+"572 -32 OFFCURVE",
+"868 -32 CURVE SMOOTH",
+"1252 -32 OFFCURVE",
+"1520 276 OFFCURVE",
+"1520 764 CURVE SMOOTH",
+"1520 1248 OFFCURVE",
+"1252 1556 OFFCURVE",
+"864 1556 CURVE SMOOTH",
+"564 1556 OFFCURVE",
+"472 1372 OFFCURVE",
+"420 1292 CURVE",
+"304 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1284 440 OFFCURVE",
+"1132 180 OFFCURVE",
+"836 180 CURVE SMOOTH",
+"552 180 OFFCURVE",
+"396 420 OFFCURVE",
+"396 768 CURVE SMOOTH",
+"396 1112 OFFCURVE",
+"548 1344 OFFCURVE",
+"836 1344 CURVE SMOOTH",
+"1136 1344 OFFCURVE",
+"1284 1092 OFFCURVE",
+"1284 768 CURVE SMOOTH"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1576, 756}";
+},
+{
+angle = 90;
+position = "{640, 932}";
+},
+{
+angle = 90;
+position = "{984, 1524}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"456 156 LINE",
+"656 156 LINE",
+"708 40 OFFCURVE",
+"840 -24 OFFCURVE",
+"1000 -24 CURVE SMOOTH",
+"1324 -24 OFFCURVE",
+"1592 244 OFFCURVE",
+"1592 768 CURVE SMOOTH",
+"1592 1304 OFFCURVE",
+"1308 1556 OFFCURVE",
+"1000 1556 CURVE SMOOTH",
+"840 1556 OFFCURVE",
+"708 1488 OFFCURVE",
+"656 1372 CURVE",
+"456 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1160 500 OFFCURVE",
+"1060 340 OFFCURVE",
+"864 340 CURVE SMOOTH",
+"648 340 OFFCURVE",
+"588 536 OFFCURVE",
+"588 768 CURVE SMOOTH",
+"588 1004 OFFCURVE",
+"652 1192 OFFCURVE",
+"864 1192 CURVE SMOOTH",
+"1060 1192 OFFCURVE",
+"1160 1036 OFFCURVE",
+"1160 768 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+userData = {
+com.typemytype.robofont.guideline.magnetic.STn0UlVqXt = 5;
+com.typemytype.robofont.guideline.magnetic.bYS0NLsfa8 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = b;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1700, -560}";
+},
+{
+name = top;
+position = "{900, 2304}";
+},
+{
+name = top0315;
+position = "{1700, 2216}";
+},
+{
+name = top_dd;
+position = "{1700, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 0 LINE",
+"444 0 LINE",
+"444 288 LINE",
+"372 784 LINE",
+"452 1172 LINE",
+"452 2048 LINE",
+"216 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 236 LINE",
+"472 236 LINE",
+"524 152 OFFCURVE",
+"624 -32 OFFCURVE",
+"920 -32 CURVE SMOOTH",
+"1304 -32 OFFCURVE",
+"1572 276 OFFCURVE",
+"1572 764 CURVE SMOOTH",
+"1572 1248 OFFCURVE",
+"1304 1556 OFFCURVE",
+"916 1556 CURVE SMOOTH",
+"616 1556 OFFCURVE",
+"524 1372 OFFCURVE",
+"472 1292 CURVE",
+"356 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 440 OFFCURVE",
+"1184 180 OFFCURVE",
+"888 180 CURVE SMOOTH",
+"604 180 OFFCURVE",
+"448 420 OFFCURVE",
+"448 768 CURVE SMOOTH",
+"448 1112 OFFCURVE",
+"600 1344 OFFCURVE",
+"888 1344 CURVE SMOOTH",
+"1188 1344 OFFCURVE",
+"1336 1092 OFFCURVE",
+"1336 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{932, 0}";
+},
+{
+name = bottom_dd;
+position = "{1720, -560}";
+},
+{
+name = top;
+position = "{1064, 2200}";
+},
+{
+name = top0315;
+position = "{1720, 2200}";
+},
+{
+name = top_dd;
+position = "{1720, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"600 0 LINE",
+"600 304 LINE",
+"436 744 LINE",
+"604 1272 LINE",
+"604 2048 LINE",
+"144 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 156 LINE",
+"620 156 LINE",
+"672 40 OFFCURVE",
+"804 -24 OFFCURVE",
+"964 -24 CURVE SMOOTH",
+"1288 -24 OFFCURVE",
+"1556 244 OFFCURVE",
+"1556 768 CURVE SMOOTH",
+"1556 1304 OFFCURVE",
+"1272 1556 OFFCURVE",
+"964 1556 CURVE SMOOTH",
+"804 1556 OFFCURVE",
+"672 1488 OFFCURVE",
+"620 1372 CURVE",
+"420 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 500 OFFCURVE",
+"1024 340 OFFCURVE",
+"828 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"552 536 OFFCURVE",
+"552 768 CURVE SMOOTH",
+"552 1004 OFFCURVE",
+"616 1192 OFFCURVE",
+"828 1192 CURVE SMOOTH",
+"1024 1192 OFFCURVE",
+"1124 1036 OFFCURVE",
+"1124 768 CURVE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = b;
+unicode = 0062;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = bbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{932, 0}";
+},
+{
+name = markbottom;
+position = "{932, 0}";
+},
+{
+name = parenthesses.w2;
+position = "{392, 1792}";
+},
+{
+name = top;
+position = "{904, 2216}";
+},
+{
+name = top0315;
+position = "{1620, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = b;
+transform = "{1, 0, 0, 1, 16, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -188, 824}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1732;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1012, -16}";
+},
+{
+name = markbottom;
+position = "{1012, -16}";
+},
+{
+name = parenthesses.w2;
+position = "{604, 1792}";
+},
+{
+name = top;
+position = "{1004, 2200}";
+},
+{
+name = top0315;
+position = "{1776, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = b;
+transform = "{1, 0, 0, 1, 176, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -108, 764}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0180;
+userData = {
+interface.gridadjust.original = "{'width': 1711, 'leftMargin': 41, 'rightMargin': 50}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = btopbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 1828 LINE",
+"1400 1828 LINE",
+"1400 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 236 LINE",
+"472 236 LINE",
+"524 152 OFFCURVE",
+"624 -32 OFFCURVE",
+"920 -32 CURVE SMOOTH",
+"1304 -32 OFFCURVE",
+"1572 276 OFFCURVE",
+"1572 764 CURVE SMOOTH",
+"1572 1248 OFFCURVE",
+"1304 1556 OFFCURVE",
+"916 1556 CURVE SMOOTH",
+"616 1556 OFFCURVE",
+"524 1372 OFFCURVE",
+"472 1292 CURVE",
+"356 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 440 OFFCURVE",
+"1184 180 OFFCURVE",
+"888 180 CURVE SMOOTH",
+"604 180 OFFCURVE",
+"448 420 OFFCURVE",
+"448 768 CURVE SMOOTH",
+"448 1112 OFFCURVE",
+"600 1344 OFFCURVE",
+"888 1344 CURVE SMOOTH",
+"1188 1344 OFFCURVE",
+"1336 1092 OFFCURVE",
+"1336 768 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 0 LINE",
+"444 0 LINE",
+"444 288 LINE",
+"372 784 LINE",
+"452 1172 LINE",
+"452 2048 LINE",
+"216 2048 LINE"
+);
+}
+);
+width = 1716;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 2048 LINE",
+"388 1668 LINE",
+"1324 1668 LINE",
+"1324 2048 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 156 LINE",
+"620 156 LINE",
+"672 40 OFFCURVE",
+"804 -24 OFFCURVE",
+"964 -24 CURVE SMOOTH",
+"1288 -24 OFFCURVE",
+"1556 244 OFFCURVE",
+"1556 768 CURVE SMOOTH",
+"1556 1304 OFFCURVE",
+"1272 1556 OFFCURVE",
+"964 1556 CURVE SMOOTH",
+"804 1556 OFFCURVE",
+"672 1488 OFFCURVE",
+"620 1372 CURVE",
+"420 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 500 OFFCURVE",
+"1024 340 OFFCURVE",
+"828 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"552 536 OFFCURVE",
+"552 768 CURVE SMOOTH",
+"552 1004 OFFCURVE",
+"616 1192 OFFCURVE",
+"828 1192 CURVE SMOOTH",
+"1024 1192 OFFCURVE",
+"1124 1036 OFFCURVE",
+"1124 768 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"600 0 LINE",
+"600 304 LINE",
+"436 744 LINE",
+"604 1272 LINE",
+"604 2048 LINE",
+"144 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0183;
+userData = {
+interface.gridadjust.original = "{'width': 1585, 'leftMargin': 256, 'rightMargin': 49}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = bhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 0}";
+},
+{
+name = top;
+position = "{928, 2340}";
+},
+{
+name = top0315;
+position = "{1652, 2340}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1664 LINE SMOOTH",
+"452 1824 OFFCURVE",
+"548 1872 OFFCURVE",
+"676 1872 CURVE SMOOTH",
+"704 1872 OFFCURVE",
+"732 1868 OFFCURVE",
+"752 1864 CURVE",
+"752 2064 LINE",
+"716 2076 OFFCURVE",
+"664 2076 OFFCURVE",
+"616 2076 CURVE SMOOTH",
+"392 2076 OFFCURVE",
+"216 1928 OFFCURVE",
+"216 1664 CURVE SMOOTH",
+"216 1400 LINE",
+"452 1400 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 0 LINE",
+"444 0 LINE",
+"444 236 LINE",
+"472 236 LINE",
+"524 152 OFFCURVE",
+"624 -32 OFFCURVE",
+"920 -32 CURVE SMOOTH",
+"1304 -32 OFFCURVE",
+"1572 276 OFFCURVE",
+"1572 764 CURVE SMOOTH",
+"1572 1248 OFFCURVE",
+"1304 1556 OFFCURVE",
+"916 1556 CURVE SMOOTH",
+"616 1556 OFFCURVE",
+"524 1372 OFFCURVE",
+"472 1292 CURVE",
+"452 1292 LINE",
+"452 1536 LINE",
+"216 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 440 OFFCURVE",
+"1184 180 OFFCURVE",
+"888 180 CURVE SMOOTH",
+"604 180 OFFCURVE",
+"448 420 OFFCURVE",
+"448 768 CURVE SMOOTH",
+"448 1112 OFFCURVE",
+"600 1344 OFFCURVE",
+"888 1344 CURVE SMOOTH",
+"1188 1344 OFFCURVE",
+"1336 1092 OFFCURVE",
+"1336 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, -16}";
+},
+{
+name = top;
+position = "{1012, 2340}";
+},
+{
+name = top0315;
+position = "{1676, 2340}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 1580 LINE SMOOTH",
+"604 1692 OFFCURVE",
+"720 1720 OFFCURVE",
+"824 1720 CURVE SMOOTH",
+"864 1720 OFFCURVE",
+"900 1716 OFFCURVE",
+"932 1712 CURVE",
+"932 2060 LINE",
+"876 2068 OFFCURVE",
+"800 2076 OFFCURVE",
+"700 2076 CURVE SMOOTH",
+"460 2076 OFFCURVE",
+"144 2024 OFFCURVE",
+"144 1580 CURVE SMOOTH",
+"144 1444 LINE",
+"604 1444 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"600 0 LINE",
+"600 156 LINE",
+"620 156 LINE",
+"672 40 OFFCURVE",
+"804 -24 OFFCURVE",
+"964 -24 CURVE SMOOTH",
+"1288 -24 OFFCURVE",
+"1556 244 OFFCURVE",
+"1556 768 CURVE SMOOTH",
+"1556 1304 OFFCURVE",
+"1272 1556 OFFCURVE",
+"964 1556 CURVE SMOOTH",
+"804 1556 OFFCURVE",
+"672 1488 OFFCURVE",
+"620 1372 CURVE",
+"604 1372 LINE",
+"604 1536 LINE",
+"144 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 500 OFFCURVE",
+"1024 340 OFFCURVE",
+"828 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"552 536 OFFCURVE",
+"552 768 CURVE SMOOTH",
+"552 1004 OFFCURVE",
+"616 1192 OFFCURVE",
+"828 1192 CURVE SMOOTH",
+"1024 1192 OFFCURVE",
+"1124 1036 OFFCURVE",
+"1124 768 CURVE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+rightKerningGroup = b;
+unicode = 0253;
+userData = {
+interface.gridadjust.original = "{'width': 1588, 'leftMargin': 188, 'rightMargin': 126}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = c;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = marktop;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 1792}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{832, 1472}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1404 1364 OFFCURVE",
+"1160 1556 OFFCURVE",
+"836 1556 CURVE SMOOTH",
+"420 1556 OFFCURVE",
+"144 1228 OFFCURVE",
+"144 768 CURVE SMOOTH",
+"144 296 OFFCURVE",
+"412 -32 OFFCURVE",
+"840 -32 CURVE SMOOTH",
+"1180 -32 OFFCURVE",
+"1404 176 OFFCURVE",
+"1444 448 CURVE",
+"1208 448 LINE",
+"1164 280 OFFCURVE",
+"1024 180 OFFCURVE",
+"840 180 CURVE SMOOTH",
+"560 180 OFFCURVE",
+"380 412 OFFCURVE",
+"380 768 CURVE SMOOTH",
+"380 1116 OFFCURVE",
+"564 1344 OFFCURVE",
+"840 1344 CURVE SMOOTH",
+"1048 1344 OFFCURVE",
+"1172 1216 OFFCURVE",
+"1208 1076 CURVE",
+"1444 1076 LINE"
+);
+}
+);
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = marktop;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 1776}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1436 1352 OFFCURVE",
+"1180 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH",
+"1168 -28 OFFCURVE",
+"1424 168 OFFCURVE",
+"1496 472 CURVE",
+"1072 548 LINE",
+"1036 424 OFFCURVE",
+"960 340 OFFCURVE",
+"820 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"972 1192 OFFCURVE",
+"1044 1100 OFFCURVE",
+"1080 952 CURVE",
+"1500 1032 LINE"
+);
+}
+);
+width = 1588;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = c;
+unicode = 0063;
+userData = {
+com.typemytype.robofont.guideline.magnetic.woLfa0Gzpt = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni023C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1168 2004 LINE",
+"116 -572 LINE",
+"308 -572 LINE",
+"1356 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 1364 OFFCURVE",
+"1092 1556 OFFCURVE",
+"768 1556 CURVE SMOOTH",
+"352 1556 OFFCURVE",
+"76 1228 OFFCURVE",
+"76 768 CURVE SMOOTH",
+"76 296 OFFCURVE",
+"344 -32 OFFCURVE",
+"772 -32 CURVE SMOOTH",
+"1112 -32 OFFCURVE",
+"1336 176 OFFCURVE",
+"1376 448 CURVE",
+"1140 448 LINE",
+"1096 280 OFFCURVE",
+"956 180 OFFCURVE",
+"772 180 CURVE SMOOTH",
+"492 180 OFFCURVE",
+"312 412 OFFCURVE",
+"312 768 CURVE SMOOTH",
+"312 1116 OFFCURVE",
+"496 1344 OFFCURVE",
+"772 1344 CURVE SMOOTH",
+"980 1344 OFFCURVE",
+"1104 1216 OFFCURVE",
+"1140 1076 CURVE",
+"1376 1076 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1068 2004 LINE",
+"240 -572 LINE",
+"488 -572 LINE",
+"1316 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 1352 OFFCURVE",
+"1180 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH",
+"1168 -28 OFFCURVE",
+"1424 168 OFFCURVE",
+"1496 472 CURVE",
+"1072 548 LINE",
+"1036 424 OFFCURVE",
+"960 340 OFFCURVE",
+"820 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"972 1192 OFFCURVE",
+"1044 1100 OFFCURVE",
+"1080 952 CURVE",
+"1500 1032 LINE"
+);
+}
+);
+width = 1588;
+}
+);
+unicode = 023C;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 110, 'rightMargin': -48}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = chook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1444 1276 LINE SMOOTH",
+"1444 1436 OFFCURVE",
+"1540 1484 OFFCURVE",
+"1668 1484 CURVE SMOOTH",
+"1696 1484 OFFCURVE",
+"1724 1480 OFFCURVE",
+"1744 1476 CURVE",
+"1744 1676 LINE",
+"1708 1688 OFFCURVE",
+"1656 1688 OFFCURVE",
+"1608 1688 CURVE SMOOTH",
+"1384 1688 OFFCURVE",
+"1208 1540 OFFCURVE",
+"1208 1276 CURVE SMOOTH",
+"1208 1076 LINE",
+"1444 1076 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1404 1364 OFFCURVE",
+"1160 1556 OFFCURVE",
+"836 1556 CURVE SMOOTH",
+"420 1556 OFFCURVE",
+"144 1228 OFFCURVE",
+"144 768 CURVE SMOOTH",
+"144 296 OFFCURVE",
+"412 -32 OFFCURVE",
+"840 -32 CURVE SMOOTH",
+"1180 -32 OFFCURVE",
+"1404 176 OFFCURVE",
+"1444 448 CURVE",
+"1208 448 LINE",
+"1164 280 OFFCURVE",
+"1024 180 OFFCURVE",
+"840 180 CURVE SMOOTH",
+"560 180 OFFCURVE",
+"380 412 OFFCURVE",
+"380 768 CURVE SMOOTH",
+"380 1116 OFFCURVE",
+"564 1344 OFFCURVE",
+"840 1344 CURVE SMOOTH",
+"1048 1344 OFFCURVE",
+"1172 1216 OFFCURVE",
+"1208 1076 CURVE",
+"1444 1076 LINE"
+);
+}
+);
+width = 1720;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1500 1184 LINE SMOOTH",
+"1500 1336 OFFCURVE",
+"1560 1376 OFFCURVE",
+"1664 1376 CURVE SMOOTH",
+"1704 1376 OFFCURVE",
+"1736 1368 OFFCURVE",
+"1772 1364 CURVE",
+"1772 1660 LINE",
+"1708 1676 OFFCURVE",
+"1656 1684 OFFCURVE",
+"1592 1684 CURVE SMOOTH",
+"1300 1684 OFFCURVE",
+"1080 1508 OFFCURVE",
+"1080 1188 CURVE SMOOTH",
+"1080 952 LINE",
+"1500 1032 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 1352 OFFCURVE",
+"1180 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH",
+"1168 -28 OFFCURVE",
+"1424 168 OFFCURVE",
+"1496 472 CURVE",
+"1072 548 LINE",
+"1036 424 OFFCURVE",
+"960 340 OFFCURVE",
+"820 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"972 1192 OFFCURVE",
+"1044 1100 OFFCURVE",
+"1080 952 CURVE",
+"1500 1032 LINE"
+);
+}
+);
+width = 1756;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = c;
+unicode = 0188;
+userData = {
+interface.gridadjust.original = "{'width': 1701, 'leftMargin': 256, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ccurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = top;
+position = "{840, 1776}";
+},
+{
+name = top0315;
+position = "{1528, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"840 -32 LINE",
+"1156 -32 OFFCURVE",
+"1408 140 OFFCURVE",
+"1408 416 CURVE SMOOTH",
+"1408 616 OFFCURVE",
+"1280 760 OFFCURVE",
+"1012 760 CURVE SMOOTH",
+"512 760 OFFCURVE",
+"136 252 OFFCURVE",
+"-20 92 CURVE",
+"144 -52 LINE",
+"268 72 OFFCURVE",
+"692 552 OFFCURVE",
+"1008 552 CURVE SMOOTH",
+"1076 552 OFFCURVE",
+"1168 508 OFFCURVE",
+"1168 408 CURVE SMOOTH",
+"1168 276 OFFCURVE",
+"1024 180 OFFCURVE",
+"840 180 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1404 1364 OFFCURVE",
+"1160 1556 OFFCURVE",
+"836 1556 CURVE SMOOTH",
+"420 1556 OFFCURVE",
+"144 1228 OFFCURVE",
+"144 768 CURVE SMOOTH",
+"144 296 OFFCURVE",
+"412 -32 OFFCURVE",
+"840 -32 CURVE",
+"840 180 LINE",
+"560 180 OFFCURVE",
+"380 412 OFFCURVE",
+"380 768 CURVE SMOOTH",
+"380 1116 OFFCURVE",
+"564 1344 OFFCURVE",
+"840 1344 CURVE SMOOTH",
+"1048 1344 OFFCURVE",
+"1172 1216 OFFCURVE",
+"1208 1076 CURVE",
+"1444 1076 LINE"
+);
+}
+);
+width = 1560;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{800, 0}";
+},
+{
+name = top;
+position = "{800, 1776}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"820 -28 LINE",
+"1244 -28 OFFCURVE",
+"1428 220 OFFCURVE",
+"1428 464 CURVE SMOOTH",
+"1428 652 OFFCURVE",
+"1316 840 OFFCURVE",
+"1000 840 CURVE SMOOTH",
+"844 840 OFFCURVE",
+"532 808 OFFCURVE",
+"36 48 CURVE",
+"328 -184 LINE",
+"672 288 OFFCURVE",
+"828 480 OFFCURVE",
+"944 480 CURVE SMOOTH",
+"984 480 OFFCURVE",
+"1008 456 OFFCURVE",
+"1008 420 CURVE SMOOTH",
+"1008 348 OFFCURVE",
+"900 340 OFFCURVE",
+"820 340 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 1352 OFFCURVE",
+"1180 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE",
+"820 340 LINE",
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"972 1192 OFFCURVE",
+"1044 1100 OFFCURVE",
+"1080 952 CURVE",
+"1500 1032 LINE"
+);
+}
+);
+width = 1588;
+}
+);
+leftKerningGroup = c;
+unicode = 0255;
+userData = {
+interface.gridadjust.original = "{'width': 1497, 'leftMargin': 52, 'rightMargin': 88}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = d;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1620, -560}";
+},
+{
+name = caron;
+position = "{1560, 2112}";
+},
+{
+name = cross;
+position = "{1236, 1796}";
+},
+{
+name = top;
+position = "{820, 2304}";
+},
+{
+name = top0315;
+position = "{1620, 2216}";
+},
+{
+name = top_dd;
+position = "{1620, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1500 2048 LINE",
+"1264 2048 LINE",
+"1264 1156 LINE",
+"1336 748 LINE",
+"1272 344 LINE",
+"1272 0 LINE",
+"1500 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1196 152 OFFCURVE",
+"1248 236 CURVE",
+"1360 236 LINE",
+"1360 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{756, 0}";
+},
+{
+name = bottom_dd;
+position = "{1672, -560}";
+},
+{
+name = caron;
+position = "{1696, 2112}";
+},
+{
+name = cross;
+position = "{1228, 1796}";
+},
+{
+name = top;
+position = "{748, 2200}";
+},
+{
+name = top0315;
+position = "{1672, 2200}";
+},
+{
+name = top_dd;
+position = "{1672, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1508 2048 LINE",
+"1048 2048 LINE",
+"1048 1256 LINE",
+"1204 732 LINE",
+"1052 308 LINE",
+"1052 0 LINE",
+"1508 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 244 OFFCURVE",
+"364 -24 OFFCURVE",
+"688 -24 CURVE SMOOTH",
+"848 -24 OFFCURVE",
+"980 40 OFFCURVE",
+"1032 156 CURVE",
+"1232 156 LINE",
+"1232 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1036 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1036 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 768 CURVE SMOOTH",
+"1100 536 OFFCURVE",
+"1040 340 OFFCURVE",
+"824 340 CURVE SMOOTH",
+"628 340 OFFCURVE",
+"528 500 OFFCURVE",
+"528 768 CURVE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = H;
+unicode = 0064;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dcroat;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{864, 0}";
+},
+{
+name = bottom_dd;
+position = "{1608, -560}";
+},
+{
+name = caron;
+position = "{1548, 2112}";
+},
+{
+name = markbottom;
+position = "{864, 0}";
+},
+{
+name = parenthesses.w2;
+position = "{1228, 1800}";
+},
+{
+name = top;
+position = "{792, 2304}";
+},
+{
+name = top0315;
+position = "{1712, 2216}";
+},
+{
+name = top_dd;
+position = "{1608, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 664, 824}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1748;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{680, 0}";
+},
+{
+name = bottom_dd;
+position = "{1632, -560}";
+},
+{
+name = caron;
+position = "{1656, 2112}";
+},
+{
+name = markbottom;
+position = "{844, 0}";
+},
+{
+name = parenthesses.w2;
+position = "{1200, 1804}";
+},
+{
+name = top;
+position = "{704, 2200}";
+},
+{
+name = top0315;
+position = "{1852, 2200}";
+},
+{
+name = top_dd;
+position = "{1632, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 544, 724}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1712;
+}
+);
+leftKerningGroup = c;
+unicode = 0111;
+userData = {
+interface.gridadjust.original = "{'width': 1698, 'leftMargin': 127, 'rightMargin': 40}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = drthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, -616}";
+},
+{
+name = top;
+position = "{780, 2200}";
+},
+{
+name = top0315;
+position = "{1672, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1264 292 LINE",
+"1264 -164 LINE SMOOTH",
+"1264 -428 OFFCURVE",
+"1440 -576 OFFCURVE",
+"1664 -576 CURVE SMOOTH",
+"1712 -576 OFFCURVE",
+"1764 -576 OFFCURVE",
+"1800 -564 CURVE",
+"1800 -364 LINE",
+"1780 -368 OFFCURVE",
+"1752 -372 OFFCURVE",
+"1724 -372 CURVE SMOOTH",
+"1596 -372 OFFCURVE",
+"1500 -324 OFFCURVE",
+"1500 -164 CURVE SMOOTH",
+"1500 292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1196 152 OFFCURVE",
+"1248 236 CURVE",
+"1360 236 LINE",
+"1360 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 2048 LINE",
+"1264 2048 LINE",
+"1264 1156 LINE",
+"1336 748 LINE",
+"1272 344 LINE",
+"1272 0 LINE",
+"1500 0 LINE"
+);
+}
+);
+width = 1724;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -616}";
+},
+{
+name = top;
+position = "{676, 2340}";
+},
+{
+name = top0315;
+position = "{1804, 2340}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1048 184 LINE",
+"1048 -80 LINE SMOOTH",
+"1048 -516 OFFCURVE",
+"1348 -576 OFFCURVE",
+"1588 -576 CURVE SMOOTH",
+"1688 -576 OFFCURVE",
+"1764 -568 OFFCURVE",
+"1820 -560 CURVE",
+"1820 -212 LINE",
+"1788 -216 OFFCURVE",
+"1752 -220 OFFCURVE",
+"1712 -220 CURVE SMOOTH",
+"1608 -220 OFFCURVE",
+"1508 -192 OFFCURVE",
+"1508 -80 CURVE SMOOTH",
+"1508 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 244 OFFCURVE",
+"364 -24 OFFCURVE",
+"688 -24 CURVE SMOOTH",
+"848 -24 OFFCURVE",
+"980 40 OFFCURVE",
+"1032 156 CURVE",
+"1232 156 LINE",
+"1232 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1036 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1036 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 768 CURVE SMOOTH",
+"1100 536 OFFCURVE",
+"1040 340 OFFCURVE",
+"824 340 CURVE SMOOTH",
+"628 340 OFFCURVE",
+"528 500 OFFCURVE",
+"528 768 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1508 2048 LINE",
+"1048 2048 LINE",
+"1048 1256 LINE",
+"1204 732 LINE",
+"1052 308 LINE",
+"1052 0 LINE",
+"1508 0 LINE"
+);
+}
+);
+width = 1860;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = rthook;
+unicode = 0256;
+userData = {
+interface.gridadjust.original = "{'width': 1664, 'leftMargin': 256, 'rightMargin': -14}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{836, 0}";
+},
+{
+name = top;
+position = "{756, 2200}";
+},
+{
+name = top0315;
+position = "{1652, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1500 1392 LINE",
+"1500 1672 LINE SMOOTH",
+"1500 1832 OFFCURVE",
+"1600 1868 OFFCURVE",
+"1728 1868 CURVE SMOOTH",
+"1748 1868 OFFCURVE",
+"1784 1868 OFFCURVE",
+"1804 1860 CURVE",
+"1804 2064 LINE",
+"1768 2076 OFFCURVE",
+"1712 2080 OFFCURVE",
+"1668 2080 CURVE SMOOTH",
+"1440 2080 OFFCURVE",
+"1264 1936 OFFCURVE",
+"1264 1672 CURVE SMOOTH",
+"1264 1392 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 1536 LINE",
+"1264 1536 LINE",
+"1264 1292 LINE",
+"1244 1292 LINE",
+"1192 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1192 152 OFFCURVE",
+"1244 236 CURVE",
+"1272 236 LINE",
+"1272 0 LINE",
+"1500 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+}
+);
+width = 1732;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = top;
+position = "{640, 2200}";
+},
+{
+name = top0315;
+position = "{1768, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1508 1432 LINE",
+"1508 1568 LINE SMOOTH",
+"1508 1724 OFFCURVE",
+"1664 1720 OFFCURVE",
+"1744 1720 CURVE SMOOTH",
+"1780 1720 OFFCURVE",
+"1812 1716 OFFCURVE",
+"1852 1708 CURVE",
+"1852 2056 LINE",
+"1804 2064 OFFCURVE",
+"1720 2076 OFFCURVE",
+"1620 2076 CURVE SMOOTH",
+"1400 2076 OFFCURVE",
+"1048 2016 OFFCURVE",
+"1048 1568 CURVE SMOOTH",
+"1048 1432 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1508 1536 LINE",
+"1048 1536 LINE",
+"1048 1372 LINE",
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 244 OFFCURVE",
+"364 -24 OFFCURVE",
+"688 -24 CURVE SMOOTH",
+"848 -24 OFFCURVE",
+"980 40 OFFCURVE",
+"1032 156 CURVE",
+"1052 156 LINE",
+"1052 0 LINE",
+"1508 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1036 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1036 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 768 CURVE SMOOTH",
+"1100 536 OFFCURVE",
+"1040 340 OFFCURVE",
+"824 340 CURVE SMOOTH",
+"628 340 OFFCURVE",
+"528 500 OFFCURVE",
+"528 768 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = c;
+unicode = 0257;
+userData = {
+interface.gridadjust.original = "{'width': 1664, 'leftMargin': 127, 'rightMargin': -14}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dtopbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"316 2048 LINE",
+"316 1828 LINE",
+"1500 1828 LINE",
+"1500 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 2048 LINE",
+"1264 2048 LINE",
+"1264 1156 LINE",
+"1336 748 LINE",
+"1272 344 LINE",
+"1272 0 LINE",
+"1500 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1196 152 OFFCURVE",
+"1248 236 CURVE",
+"1360 236 LINE",
+"1360 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"300 2048 LINE",
+"300 1668 LINE",
+"1236 1668 LINE",
+"1236 2048 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1516 2048 LINE",
+"1056 2048 LINE",
+"1056 1256 LINE",
+"1212 732 LINE",
+"1060 308 LINE",
+"1060 0 LINE",
+"1516 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1040 1372 LINE",
+"988 1488 OFFCURVE",
+"856 1556 OFFCURVE",
+"696 1556 CURVE SMOOTH",
+"388 1556 OFFCURVE",
+"104 1304 OFFCURVE",
+"104 768 CURVE SMOOTH",
+"104 244 OFFCURVE",
+"372 -24 OFFCURVE",
+"696 -24 CURVE SMOOTH",
+"856 -24 OFFCURVE",
+"988 40 OFFCURVE",
+"1040 156 CURVE",
+"1240 156 LINE",
+"1240 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"536 1036 OFFCURVE",
+"636 1192 OFFCURVE",
+"832 1192 CURVE SMOOTH",
+"1044 1192 OFFCURVE",
+"1108 1004 OFFCURVE",
+"1108 768 CURVE SMOOTH",
+"1108 536 OFFCURVE",
+"1048 340 OFFCURVE",
+"832 340 CURVE SMOOTH",
+"636 340 OFFCURVE",
+"536 500 OFFCURVE",
+"536 768 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 018C;
+userData = {
+interface.gridadjust.original = "{'width': 1594, 'leftMargin': 256, 'rightMargin': 58}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0221;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1264 -144 LINE",
+"1264 -348 OFFCURVE",
+"1380 -576 OFFCURVE",
+"1688 -576 CURVE SMOOTH",
+"1936 -576 OFFCURVE",
+"2092 -428 OFFCURVE",
+"2092 -212 CURVE SMOOTH",
+"2092 8 OFFCURVE",
+"1928 152 OFFCURVE",
+"1708 152 CURVE SMOOTH",
+"1556 152 OFFCURVE",
+"1392 84 OFFCURVE",
+"1264 -48 CURVE SMOOTH",
+"952 -368 LINE",
+"1104 -524 LINE",
+"1384 -232 LINE SMOOTH",
+"1468 -144 OFFCURVE",
+"1548 -60 OFFCURVE",
+"1676 -60 CURVE SMOOTH",
+"1780 -60 OFFCURVE",
+"1848 -116 OFFCURVE",
+"1848 -212 CURVE SMOOTH",
+"1848 -304 OFFCURVE",
+"1784 -372 OFFCURVE",
+"1688 -372 CURVE SMOOTH",
+"1588 -372 OFFCURVE",
+"1500 -296 OFFCURVE",
+"1500 -204 CURVE SMOOTH",
+"1500 -120 OFFCURVE",
+"1500 336 OFFCURVE",
+"1500 336 CURVE",
+"1264 336 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 2048 LINE",
+"1264 2048 LINE",
+"1264 1156 LINE",
+"1336 748 LINE",
+"1272 344 LINE",
+"1272 0 LINE",
+"1500 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1196 152 OFFCURVE",
+"1248 236 CURVE",
+"1360 236 LINE",
+"1360 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+}
+);
+width = 2024;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1092 -52 LINE",
+"1092 -352 OFFCURVE",
+"1216 -600 OFFCURVE",
+"1652 -600 CURVE SMOOTH",
+"1996 -600 OFFCURVE",
+"2164 -440 OFFCURVE",
+"2164 -208 CURVE SMOOTH",
+"2164 24 OFFCURVE",
+"2000 172 OFFCURVE",
+"1688 172 CURVE SMOOTH",
+"1448 172 OFFCURVE",
+"1280 120 OFFCURVE",
+"1116 16 CURVE",
+"720 -300 LINE",
+"908 -572 LINE",
+"1180 -348 LINE",
+"1368 -200 OFFCURVE",
+"1496 -124 OFFCURVE",
+"1644 -124 CURVE SMOOTH",
+"1724 -124 OFFCURVE",
+"1780 -156 OFFCURVE",
+"1780 -220 CURVE SMOOTH",
+"1780 -296 OFFCURVE",
+"1720 -324 OFFCURVE",
+"1656 -324 CURVE SMOOTH",
+"1568 -324 OFFCURVE",
+"1536 -264 OFFCURVE",
+"1536 -168 CURVE SMOOTH",
+"1536 -128 OFFCURVE",
+"1536 344 OFFCURVE",
+"1536 344 CURVE",
+"1092 344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1584 2048 LINE",
+"1124 2048 LINE",
+"1124 1256 LINE",
+"1280 732 LINE",
+"1128 308 LINE",
+"1128 0 LINE",
+"1584 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1108 1372 LINE",
+"1056 1488 OFFCURVE",
+"924 1556 OFFCURVE",
+"764 1556 CURVE SMOOTH",
+"456 1556 OFFCURVE",
+"172 1304 OFFCURVE",
+"172 768 CURVE SMOOTH",
+"172 244 OFFCURVE",
+"440 -24 OFFCURVE",
+"764 -24 CURVE SMOOTH",
+"924 -24 OFFCURVE",
+"1056 40 OFFCURVE",
+"1108 156 CURVE",
+"1308 156 LINE",
+"1308 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1036 OFFCURVE",
+"704 1192 OFFCURVE",
+"900 1192 CURVE SMOOTH",
+"1112 1192 OFFCURVE",
+"1176 1004 OFFCURVE",
+"1176 768 CURVE SMOOTH",
+"1176 536 OFFCURVE",
+"1116 340 OFFCURVE",
+"900 340 CURVE SMOOTH",
+"704 340 OFFCURVE",
+"604 500 OFFCURVE",
+"604 768 CURVE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = c;
+unicode = 0221;
+userData = {
+interface.gridadjust.original = "{'width': 2013.0, 'leftMargin': 256, 'rightMargin': 41.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dz;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1940, 0}";
+},
+{
+name = top;
+position = "{1940, 2200}";
+},
+{
+name = top0315;
+position = "{2684, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = z;
+transform = "{1, 0, 0, 1, 1456, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2980;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{2100, 0}";
+},
+{
+name = top;
+position = "{2100, 2200}";
+},
+{
+name = top0315;
+position = "{2812, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = z;
+transform = "{1, 0, 0, 1, 1428, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2972;
+}
+);
+leftKerningGroup = c;
+unicode = 02A3;
+userData = {
+interface.gridadjust.original = "{'width': 2676, 'leftMargin': 256, 'rightMargin': 98}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dzcaron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = dz;
+},
+{
+alignment = -1;
+name = caron;
+transform = "{1, 0, 0, 1, 1580, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2980;
+},
+{
+components = (
+{
+alignment = -1;
+name = dz;
+},
+{
+alignment = -1;
+name = caron;
+transform = "{1, 0, 0, 1, 1456, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2972;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = z;
+unicode = 01C6;
+userData = {
+interface.gridadjust.original = "{'width': 2817, 'leftMargin': 127, 'rightMargin': 97}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dzcurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1908, -616}";
+},
+{
+name = top;
+position = "{1908, 2200}";
+},
+{
+name = top0315;
+position = "{2992, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = zcurl;
+transform = "{1, 0, 0, 1, 1456, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3160;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{2040, -616}";
+},
+{
+name = top;
+position = "{2040, 2200}";
+},
+{
+name = top0315;
+position = "{3216, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = zcurl;
+transform = "{1, 0, 0, 1, 1428, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3408;
+}
+);
+leftKerningGroup = c;
+unicode = 02A5;
+userData = {
+interface.gridadjust.original = "{'width': 2985, 'leftMargin': 256, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dyogh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1780, -616}";
+},
+{
+name = top;
+position = "{1780, 2200}";
+},
+{
+name = top0315;
+position = "{2608, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1500 1316 LINE",
+"2216 1316 LINE",
+"1696 600 LINE",
+"1696 384 LINE",
+"1896 384 LINE SMOOTH",
+"2196 384 OFFCURVE",
+"2356 184 OFFCURVE",
+"2356 -16 CURVE SMOOTH",
+"2356 -220 OFFCURVE",
+"2188 -408 OFFCURVE",
+"1928 -408 CURVE SMOOTH",
+"1704 -408 OFFCURVE",
+"1536 -280 OFFCURVE",
+"1508 -128 CURVE",
+"1280 -128 LINE",
+"1332 -472 OFFCURVE",
+"1612 -600 OFFCURVE",
+"1928 -600 CURVE SMOOTH",
+"2324 -600 OFFCURVE",
+"2588 -372 OFFCURVE",
+"2588 -12 CURVE SMOOTH",
+"2588 320 OFFCURVE",
+"2372 568 OFFCURVE",
+"1968 592 CURVE",
+"2540 1368 LINE",
+"2536 1536 LINE",
+"1500 1536 LINE",
+"1500 2048 LINE",
+"1264 2048 LINE",
+"1264 1292 LINE",
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1196 152 OFFCURVE",
+"1248 236 CURVE",
+"1272 236 LINE",
+"1272 0 LINE",
+"1500 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+}
+);
+width = 2692;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1812, -616}";
+},
+{
+name = top;
+position = "{1812, 2200}";
+},
+{
+name = top0315;
+position = "{2636, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1508 1180 LINE",
+"2088 1180 LINE",
+"1636 632 LINE",
+"1636 364 LINE",
+"1816 364 LINE SMOOTH",
+"2052 364 OFFCURVE",
+"2180 260 OFFCURVE",
+"2180 40 CURVE SMOOTH",
+"2180 -136 OFFCURVE",
+"2068 -244 OFFCURVE",
+"1864 -244 CURVE SMOOTH",
+"1660 -244 OFFCURVE",
+"1568 -176 OFFCURVE",
+"1516 -84 CURVE",
+"1072 -84 LINE",
+"1172 -504 OFFCURVE",
+"1524 -600 OFFCURVE",
+"1876 -600 CURVE SMOOTH",
+"2312 -600 OFFCURVE",
+"2624 -384 OFFCURVE",
+"2624 8 CURVE SMOOTH",
+"2624 352 OFFCURVE",
+"2432 572 OFFCURVE",
+"2096 632 CURVE",
+"2592 1240 LINE",
+"2592 1536 LINE",
+"1508 1536 LINE",
+"1508 2048 LINE",
+"1048 2048 LINE",
+"1048 1372 LINE",
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 244 OFFCURVE",
+"364 -24 OFFCURVE",
+"688 -24 CURVE SMOOTH",
+"848 -24 OFFCURVE",
+"980 40 OFFCURVE",
+"1032 156 CURVE",
+"1052 156 LINE",
+"1052 0 LINE",
+"1508 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1036 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1036 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 768 CURVE SMOOTH",
+"1100 536 OFFCURVE",
+"1040 340 OFFCURVE",
+"824 340 CURVE SMOOTH",
+"628 340 OFFCURVE",
+"528 500 OFFCURVE",
+"528 768 CURVE SMOOTH"
+);
+}
+);
+width = 2720;
+}
+);
+leftKerningGroup = c;
+unicode = 02A4;
+userData = {
+interface.gridadjust.original = "{'width': 2593, 'leftMargin': 256, 'rightMargin': 143}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = e;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = ogonek;
+position = "{1260, 92}";
+},
+{
+name = rhotichook;
+position = "{1204, 788}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{832, 1764}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1172 -32 OFFCURVE",
+"1400 124 OFFCURVE",
+"1472 356 CURVE",
+"1244 420 LINE",
+"1184 260 OFFCURVE",
+"1048 180 OFFCURVE",
+"860 180 CURVE SMOOTH",
+"560 180 OFFCURVE",
+"380 384 OFFCURVE",
+"380 768 CURVE",
+"380 1132 OFFCURVE",
+"568 1344 OFFCURVE",
+"836 1344 CURVE",
+"1092 1344 OFFCURVE",
+"1256 1152 OFFCURVE",
+"1256 892 CURVE",
+"312 892 LINE",
+"312 688 LINE",
+"1496 688 LINE",
+"1496 788 LINE SMOOTH",
+"1496 1360 OFFCURVE",
+"1156 1556 OFFCURVE",
+"836 1556 CURVE SMOOTH",
+"420 1556 OFFCURVE",
+"144 1228 OFFCURVE",
+"144 756 CURVE",
+"144 284 OFFCURVE",
+"416 -32 OFFCURVE",
+"860 -32 CURVE"
+);
+}
+);
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = ogonek;
+position = "{1204, 48}";
+},
+{
+name = rhotichook;
+position = "{1272, 900}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1054.625, 0}";
+},
+{
+position = "{196, 724}";
+},
+{
+angle = 90;
+position = "{788, 1004}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1292 -28 OFFCURVE",
+"1480 232 OFFCURVE",
+"1528 432 CURVE",
+"1124 540 LINE",
+"1092 448 OFFCURVE",
+"1032 340 OFFCURVE",
+"848 340 CURVE SMOOTH",
+"620 340 OFFCURVE",
+"528 504 OFFCURVE",
+"528 744 CURVE",
+"528 1020 OFFCURVE",
+"632 1192 OFFCURVE",
+"836 1192 CURVE SMOOTH",
+"1016 1192 OFFCURVE",
+"1112 1080 OFFCURVE",
+"1112 936 CURVE",
+"268 936 LINE",
+"268 640 LINE",
+"1540 640 LINE",
+"1540 832 LINE SMOOTH",
+"1540 1288 OFFCURVE",
+"1264 1556 OFFCURVE",
+"840 1556 CURVE SMOOTH",
+"360 1556 OFFCURVE",
+"96 1212 OFFCURVE",
+"96 744 CURVE",
+"96 260 OFFCURVE",
+"384 -28 OFFCURVE",
+"852 -28 CURVE"
+);
+}
+);
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 0065;
+userData = {
+com.typemytype.robofont.guideline.magnetic.5XWlAkuiPv = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = edieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -4, 0}";
+},
+{
+name = e;
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{812, 1180}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1640;
+},
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 164, 0}";
+},
+{
+name = e;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 00EB;
+userData = {
+com.typemytype.robofont.guideline.magnetic.Ew5u8cWgVT = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0247;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1236 2048 LINE",
+"184 -576 LINE",
+"376 -576 LINE",
+"1424 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1172 -32 OFFCURVE",
+"1400 124 OFFCURVE",
+"1472 356 CURVE",
+"1244 420 LINE",
+"1184 260 OFFCURVE",
+"1048 180 OFFCURVE",
+"860 180 CURVE SMOOTH",
+"560 180 OFFCURVE",
+"380 384 OFFCURVE",
+"380 768 CURVE",
+"380 1132 OFFCURVE",
+"568 1344 OFFCURVE",
+"836 1344 CURVE",
+"1092 1344 OFFCURVE",
+"1256 1152 OFFCURVE",
+"1256 892 CURVE",
+"312 892 LINE",
+"312 688 LINE",
+"1496 688 LINE",
+"1496 788 LINE SMOOTH",
+"1496 1360 OFFCURVE",
+"1156 1556 OFFCURVE",
+"836 1556 CURVE SMOOTH",
+"420 1556 OFFCURVE",
+"144 1228 OFFCURVE",
+"144 756 CURVE",
+"144 284 OFFCURVE",
+"416 -32 OFFCURVE",
+"860 -32 CURVE"
+);
+}
+);
+width = 1640;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1076 2048 LINE",
+"248 -576 LINE",
+"500 -576 LINE",
+"1328 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1292 -28 OFFCURVE",
+"1480 232 OFFCURVE",
+"1528 432 CURVE",
+"1124 540 LINE",
+"1092 448 OFFCURVE",
+"1032 340 OFFCURVE",
+"848 340 CURVE SMOOTH",
+"620 340 OFFCURVE",
+"528 504 OFFCURVE",
+"528 744 CURVE",
+"528 1020 OFFCURVE",
+"632 1192 OFFCURVE",
+"836 1192 CURVE SMOOTH",
+"1016 1192 OFFCURVE",
+"1112 1080 OFFCURVE",
+"1112 936 CURVE",
+"268 936 LINE",
+"268 640 LINE",
+"1540 640 LINE",
+"1540 832 LINE SMOOTH",
+"1540 1288 OFFCURVE",
+"1264 1556 OFFCURVE",
+"840 1556 CURVE SMOOTH",
+"360 1556 OFFCURVE",
+"96 1212 OFFCURVE",
+"96 744 CURVE",
+"96 260 OFFCURVE",
+"384 -28 OFFCURVE",
+"852 -28 CURVE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 0247;
+userData = {
+interface.gridadjust.original = "{'width': 1502, 'leftMargin': 110, 'rightMargin': 102}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = f;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{440, 0}";
+},
+{
+name = bottom_dd;
+position = "{980, -560}";
+},
+{
+name = top;
+position = "{544, 2304}";
+},
+{
+name = top0315;
+position = "{924, 2116}";
+},
+{
+name = top_dd;
+position = "{764, 1484}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"72 1536 LINE",
+"72 1316 LINE",
+"900 1316 LINE",
+"900 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"556 0 LINE",
+"556 1624 LINE",
+"556 1776 OFFCURVE",
+"620 1856 OFFCURVE",
+"776 1856 CURVE SMOOTH",
+"844 1856 OFFCURVE",
+"884 1840 OFFCURVE",
+"908 1832 CURVE",
+"976 2036 LINE",
+"940 2052 OFFCURVE",
+"868 2076 OFFCURVE",
+"752 2076 CURVE SMOOTH",
+"532 2076 OFFCURVE",
+"320 1944 OFFCURVE",
+"320 1680 CURVE",
+"320 0 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{492, 0}";
+},
+{
+name = bottom_dd;
+position = "{1048, -560}";
+},
+{
+name = top;
+position = "{644, 2284}";
+},
+{
+name = top0315;
+position = "{1048, 2284}";
+},
+{
+name = top_dd;
+position = "{1048, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1229.25}";
+},
+{
+position = "{0, 257.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"76 1536 LINE",
+"76 1216 LINE",
+"1008 1216 LINE",
+"1008 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"724 0 LINE {name = hr00;}",
+"724 1560 LINE SMOOTH",
+"724 1664 OFFCURVE",
+"768 1712 OFFCURVE",
+"872 1712 CURVE SMOOTH",
+"916 1712 OFFCURVE",
+"964 1704 OFFCURVE",
+"1004 1692 CURVE",
+"1080 2032 LINE",
+"1024 2048 OFFCURVE",
+"908 2076 OFFCURVE",
+"768 2076 CURVE SMOOTH",
+"472 2076 OFFCURVE",
+"264 1908 OFFCURVE",
+"264 1560 CURVE SMOOTH",
+"264 0 LINE"
+);
+}
+);
+width = 1104;
+}
+);
+leftKerningGroup = f;
+rightKerningGroup = f;
+unicode = 0066;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = slongstroke;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"100 1032 LINE",
+"100 796 LINE",
+"776 1052 LINE",
+"776 1288 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"556 1640 LINE SMOOTH",
+"556 1820 OFFCURVE",
+"720 1860 OFFCURVE",
+"796 1860 CURVE SMOOTH",
+"868 1860 OFFCURVE",
+"872 1856 OFFCURVE",
+"904 1852 CURVE",
+"904 2060 LINE",
+"880 2068 OFFCURVE",
+"836 2076 OFFCURVE",
+"780 2076 CURVE SMOOTH",
+"528 2076 OFFCURVE",
+"320 1920 OFFCURVE",
+"320 1640 CURVE SMOOTH",
+"320 0 LINE",
+"556 0 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"32 896 LINE",
+"32 608 LINE",
+"928 892 LINE",
+"928 1176 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"692 1608 LINE SMOOTH",
+"692 1724 OFFCURVE",
+"772 1784 OFFCURVE",
+"908 1784 CURVE SMOOTH",
+"956 1784 OFFCURVE",
+"992 1780 OFFCURVE",
+"1024 1772 CURVE",
+"1024 2112 LINE",
+"960 2128 OFFCURVE",
+"888 2140 OFFCURVE",
+"812 2140 CURVE SMOOTH",
+"468 2140 OFFCURVE",
+"248 1956 OFFCURVE",
+"248 1608 CURVE SMOOTH",
+"248 0 LINE",
+"692 0 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+leftKerningGroup = f;
+rightKerningGroup = f;
+unicode = 1E9C;
+userData = {
+interface.gridadjust.original = "{'width': 1031, 'leftMargin': 125, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = slongdotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1640 LINE SMOOTH",
+"452 1820 OFFCURVE",
+"616 1860 OFFCURVE",
+"692 1860 CURVE SMOOTH",
+"764 1860 OFFCURVE",
+"768 1856 OFFCURVE",
+"800 1852 CURVE",
+"800 2060 LINE",
+"776 2068 OFFCURVE",
+"732 2076 OFFCURVE",
+"676 2076 CURVE SMOOTH",
+"424 2076 OFFCURVE",
+"216 1920 OFFCURVE",
+"216 1640 CURVE SMOOTH",
+"216 0 LINE",
+"452 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"576 2360 OFFCURVE",
+"640 2432 OFFCURVE",
+"640 2520 CURVE",
+"640 2600 OFFCURVE",
+"576 2680 OFFCURVE",
+"472 2680 CURVE",
+"368 2680 OFFCURVE",
+"304 2600 OFFCURVE",
+"304 2520 CURVE SMOOTH",
+"304 2432 OFFCURVE",
+"368 2360 OFFCURVE",
+"472 2360 CURVE"
+);
+}
+);
+width = 824;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"584 1608 LINE SMOOTH",
+"584 1724 OFFCURVE",
+"660 1784 OFFCURVE",
+"800 1784 CURVE SMOOTH",
+"848 1784 OFFCURVE",
+"884 1780 OFFCURVE",
+"916 1772 CURVE",
+"916 2112 LINE",
+"852 2128 OFFCURVE",
+"780 2140 OFFCURVE",
+"704 2140 CURVE SMOOTH",
+"356 2140 OFFCURVE",
+"140 1956 OFFCURVE",
+"140 1608 CURVE SMOOTH",
+"140 0 LINE",
+"584 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"748 2292 OFFCURVE",
+"856 2392 OFFCURVE",
+"856 2508 CURVE SMOOTH",
+"856 2624 OFFCURVE",
+"748 2724 OFFCURVE",
+"612 2724 CURVE SMOOTH",
+"476 2724 OFFCURVE",
+"364 2624 OFFCURVE",
+"364 2508 CURVE SMOOTH",
+"364 2392 OFFCURVE",
+"476 2292 OFFCURVE",
+"612 2292 CURVE SMOOTH"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 1E9B;
+userData = {
+interface.gridadjust.original = "{'width': 989, 'leftMargin': 315, 'rightMargin': -1}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = feng;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1624, -616}";
+},
+{
+name = top;
+position = "{1624, 2340}";
+},
+{
+name = top0315;
+position = "{2372, 2340}";
+}
+);
+components = (
+{
+alignment = -1;
+name = f;
+},
+{
+alignment = -1;
+name = eng;
+transform = "{1, 0, 0, 1, 676, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2312;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1812, -616}";
+},
+{
+name = top;
+position = "{1812, 2340}";
+},
+{
+name = top0315;
+position = "{2596, 2340}";
+}
+);
+components = (
+{
+alignment = -1;
+name = f;
+},
+{
+alignment = -1;
+name = eng;
+transform = "{1, 0, 0, 1, 840, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2496;
+}
+);
+leftKerningGroup = f;
+rightKerningGroup = a;
+unicode = 02A9;
+userData = {
+interface.gridadjust.original = "{'width': 2354.0, 'leftMargin': 83, 'rightMargin': 187.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = g;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -588}";
+},
+{
+name = bottom_dd;
+position = "{1644, -560}";
+},
+{
+name = top;
+position = "{888, 1792}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+},
+{
+name = top_dd;
+position = "{1644, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1272 1200 LINE",
+"1348 768 LINE",
+"1264 360 LINE",
+"1264 280 LINE",
+"1264 12 LINE",
+"1268 -244 OFFCURVE",
+"1064 -364 OFFCURVE",
+"828 -364 CURVE SMOOTH",
+"564 -364 OFFCURVE",
+"456 -212 OFFCURVE",
+"396 -136 CURVE",
+"208 -268 LINE",
+"304 -432 OFFCURVE",
+"500 -576 OFFCURVE",
+"828 -576 CURVE SMOOTH",
+"1184 -576 OFFCURVE",
+"1500 -408 OFFCURVE",
+"1500 -12 CURVE SMOOTH",
+"1500 1536 LINE",
+"1272 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 776 CURVE SMOOTH",
+"144 296 OFFCURVE",
+"424 24 OFFCURVE",
+"796 24 CURVE SMOOTH",
+"1096 24 OFFCURVE",
+"1192 200 OFFCURVE",
+"1244 284 CURVE",
+"1360 284 LINE",
+"1360 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 780 CURVE SMOOTH",
+"1268 440 OFFCURVE",
+"1112 236 OFFCURVE",
+"828 236 CURVE SMOOTH",
+"532 236 OFFCURVE",
+"380 460 OFFCURVE",
+"380 780 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -576}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = top;
+position = "{776, 1776}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1052 1240 LINE",
+"1232 740 LINE",
+"1060 264 LINE",
+"1060 148 LINE",
+"1060 92 LINE",
+"1060 -132 OFFCURVE",
+"940 -216 OFFCURVE",
+"748 -216 CURVE SMOOTH",
+"588 -216 OFFCURVE",
+"460 -156 OFFCURVE",
+"364 -84 CURVE",
+"172 -396 LINE",
+"256 -480 OFFCURVE",
+"488 -588 OFFCURVE",
+"764 -588 CURVE SMOOTH",
+"1208 -588 OFFCURVE",
+"1508 -356 OFFCURVE",
+"1508 68 CURVE SMOOTH",
+"1508 1528 LINE",
+"1052 1528 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 780 CURVE SMOOTH",
+"96 256 OFFCURVE",
+"380 32 OFFCURVE",
+"688 32 CURVE SMOOTH",
+"872 32 OFFCURVE",
+"996 112 OFFCURVE",
+"1036 192 CURVE",
+"1232 192 LINE",
+"1232 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1032 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1028 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 780 CURVE SMOOTH",
+"1100 548 OFFCURVE",
+"1024 388 OFFCURVE",
+"824 388 CURVE SMOOTH",
+"644 388 OFFCURVE",
+"528 512 OFFCURVE",
+"528 780 CURVE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = g;
+unicode = 0067;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ghook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -616}";
+},
+{
+name = top;
+position = "{748, 1776}";
+},
+{
+name = top0315;
+position = "{1652, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1500 1664 LINE SMOOTH",
+"1500 1824 OFFCURVE",
+"1596 1872 OFFCURVE",
+"1724 1872 CURVE SMOOTH",
+"1752 1872 OFFCURVE",
+"1780 1868 OFFCURVE",
+"1800 1864 CURVE",
+"1800 2064 LINE",
+"1764 2076 OFFCURVE",
+"1712 2076 OFFCURVE",
+"1664 2076 CURVE SMOOTH",
+"1440 2076 OFFCURVE",
+"1272 1928 OFFCURVE",
+"1272 1664 CURVE SMOOTH",
+"1272 1464 LINE",
+"1500 1464 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 1200 LINE",
+"1348 768 LINE",
+"1264 360 LINE",
+"1264 280 LINE",
+"1264 12 LINE",
+"1268 -244 OFFCURVE",
+"1064 -364 OFFCURVE",
+"828 -364 CURVE SMOOTH",
+"564 -364 OFFCURVE",
+"456 -212 OFFCURVE",
+"396 -136 CURVE",
+"208 -268 LINE",
+"304 -432 OFFCURVE",
+"500 -576 OFFCURVE",
+"828 -576 CURVE SMOOTH",
+"1184 -576 OFFCURVE",
+"1500 -408 OFFCURVE",
+"1500 -12 CURVE SMOOTH",
+"1500 1536 LINE",
+"1272 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 776 CURVE SMOOTH",
+"144 296 OFFCURVE",
+"424 24 OFFCURVE",
+"796 24 CURVE SMOOTH",
+"1096 24 OFFCURVE",
+"1192 200 OFFCURVE",
+"1244 284 CURVE",
+"1360 284 LINE",
+"1360 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 780 CURVE SMOOTH",
+"1268 440 OFFCURVE",
+"1112 236 OFFCURVE",
+"828 236 CURVE SMOOTH",
+"532 236 OFFCURVE",
+"380 460 OFFCURVE",
+"380 780 CURVE SMOOTH"
+);
+}
+);
+width = 1728;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{852, -616}";
+},
+{
+name = top;
+position = "{852, 1776}";
+},
+{
+name = top0315;
+position = "{1912, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1508 1580 LINE SMOOTH",
+"1508 1692 OFFCURVE",
+"1624 1720 OFFCURVE",
+"1728 1720 CURVE SMOOTH",
+"1768 1720 OFFCURVE",
+"1804 1716 OFFCURVE",
+"1836 1712 CURVE",
+"1836 2060 LINE",
+"1780 2068 OFFCURVE",
+"1704 2076 OFFCURVE",
+"1604 2076 CURVE SMOOTH",
+"1364 2076 OFFCURVE",
+"1052 2016 OFFCURVE",
+"1052 1580 CURVE SMOOTH",
+"1052 1444 LINE",
+"1508 1444 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1052 1240 LINE",
+"1232 740 LINE",
+"1060 264 LINE",
+"1060 148 LINE",
+"1060 92 LINE",
+"1060 -132 OFFCURVE",
+"940 -216 OFFCURVE",
+"748 -216 CURVE SMOOTH",
+"588 -216 OFFCURVE",
+"460 -156 OFFCURVE",
+"364 -84 CURVE",
+"172 -396 LINE",
+"256 -480 OFFCURVE",
+"488 -588 OFFCURVE",
+"764 -588 CURVE SMOOTH",
+"1208 -588 OFFCURVE",
+"1508 -356 OFFCURVE",
+"1508 68 CURVE SMOOTH",
+"1508 1528 LINE",
+"1052 1528 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 780 CURVE SMOOTH",
+"96 256 OFFCURVE",
+"380 32 OFFCURVE",
+"688 32 CURVE SMOOTH",
+"872 32 OFFCURVE",
+"996 112 OFFCURVE",
+"1036 192 CURVE",
+"1232 192 LINE",
+"1232 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1032 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1028 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 780 CURVE SMOOTH",
+"1100 548 OFFCURVE",
+"1024 388 OFFCURVE",
+"824 388 CURVE SMOOTH",
+"644 388 OFFCURVE",
+"528 512 OFFCURVE",
+"528 780 CURVE SMOOTH"
+);
+}
+);
+width = 1788;
+}
+);
+unicode = 0260;
+userData = {
+interface.gridadjust.original = "{'width': 1667, 'leftMargin': 129, 'rightMargin': -13}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = gbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{868, -672}";
+},
+{
+name = markbottom;
+position = "{868, -672}";
+},
+{
+name = parenthesses.w3;
+position = "{872, -156}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1672, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = g;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 664, -212}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1748;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{836, -672}";
+},
+{
+name = markbottom;
+position = "{836, -672}";
+},
+{
+name = parenthesses.w3;
+position = "{896, -176}";
+},
+{
+name = top;
+position = "{836, 1776}";
+},
+{
+name = top0315;
+position = "{1692, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = g;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 564, -244}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1732;
+}
+);
+unicode = 01E5;
+userData = {
+interface.gridadjust.original = "{'width': 1585, 'leftMargin': 41, 'rightMargin': 22}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = h;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = cross;
+position = "{364, 1796}";
+},
+{
+name = right;
+position = "{1348, 0}";
+},
+{
+name = top;
+position = "{884, 2304}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1216 OFFCURVE",
+"660 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1052 1328 OFFCURVE",
+"1184 1200 OFFCURVE",
+"1184 976 CURVE SMOOTH",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1356 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"544 1436 OFFCURVE",
+"468 1320 CURVE",
+"452 1320 LINE",
+"452 2048 LINE",
+"216 2048 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 928 LINE SMOOTH"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = cross;
+position = "{420, 1792}";
+},
+{
+name = right;
+position = "{1468, 0}";
+},
+{
+name = top;
+position = "{912, 2328}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 1028 OFFCURVE",
+"664 1192 OFFCURVE",
+"836 1192 CURVE SMOOTH",
+"964 1192 OFFCURVE",
+"1008 1100 OFFCURVE",
+"1008 964 CURVE SMOOTH",
+"1008 0 LINE",
+"1468 0 LINE",
+"1468 960 LINE SMOOTH",
+"1468 1368 OFFCURVE",
+"1276 1556 OFFCURVE",
+"1000 1556 CURVE SMOOTH",
+"832 1556 OFFCURVE",
+"692 1488 OFFCURVE",
+"604 1372 CURVE",
+"588 1372 LINE",
+"588 2048 LINE",
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+}
+);
+width = 1612;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = a;
+unicode = 0068;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = hcedilla;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = h;
+},
+{
+alignment = -1;
+name = cedilla;
+transform = "{1, 0, 0, 1, -24, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+components = (
+{
+alignment = -1;
+name = h;
+},
+{
+alignment = -1;
+name = cedilla;
+transform = "{1, 0, 0, 1, -20, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+rightKerningGroup = a;
+unicode = 1E29;
+userData = {
+interface.gridadjust.original = "{'width': 1552, 'leftMargin': 191, 'rightMargin': 16}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tshecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = h;
+transform = "{1, 0, 0, 1, 16, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -188, 824}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1652;
+},
+{
+components = (
+{
+alignment = -1;
+name = h;
+transform = "{1, 0, 0, 1, 112, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -152, 756}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+rightKerningGroup = acyrillic;
+unicode = 045B;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 0, 'rightMargin': 66}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = djecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1200 -164 LINE SMOOTH",
+"1200 -324 OFFCURVE",
+"1104 -372 OFFCURVE",
+"976 -372 CURVE SMOOTH",
+"948 -372 OFFCURVE",
+"920 -368 OFFCURVE",
+"900 -364 CURVE",
+"900 -564 LINE",
+"936 -576 OFFCURVE",
+"988 -576 OFFCURVE",
+"1036 -576 CURVE SMOOTH",
+"1260 -576 OFFCURVE",
+"1436 -428 OFFCURVE",
+"1436 -164 CURVE SMOOTH",
+"1436 36 LINE",
+"1200 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 1216 OFFCURVE",
+"676 1328 OFFCURVE",
+"864 1328 CURVE SMOOTH",
+"1068 1328 OFFCURVE",
+"1200 1200 OFFCURVE",
+"1200 976 CURVE SMOOTH",
+"1200 0 LINE",
+"1436 0 LINE",
+"1436 976 LINE SMOOTH",
+"1436 1356 OFFCURVE",
+"1228 1556 OFFCURVE",
+"940 1556 CURVE SMOOTH",
+"708 1556 OFFCURVE",
+"560 1436 OFFCURVE",
+"484 1320 CURVE",
+"468 1320 LINE",
+"468 2048 LINE",
+"232 2048 LINE",
+"232 0 LINE",
+"468 0 LINE",
+"468 928 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"8 1920 LINE",
+"8 1736 LINE",
+"888 1736 LINE",
+"888 1920 LINE"
+);
+}
+);
+width = 1652;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1132 -20 LINE SMOOTH",
+"1132 -168 OFFCURVE",
+"1076 -244 OFFCURVE",
+"972 -244 CURVE SMOOTH",
+"912 -244 OFFCURVE",
+"880 -240 OFFCURVE",
+"832 -228 CURVE",
+"816 -580 LINE",
+"892 -596 OFFCURVE",
+"952 -600 OFFCURVE",
+"1028 -600 CURVE SMOOTH",
+"1368 -600 OFFCURVE",
+"1576 -396 OFFCURVE",
+"1576 -20 CURVE SMOOTH",
+"1576 656 LINE",
+"1132 656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"712 1028 OFFCURVE",
+"772 1192 OFFCURVE",
+"944 1192 CURVE SMOOTH",
+"1072 1192 OFFCURVE",
+"1116 1100 OFFCURVE",
+"1116 964 CURVE SMOOTH",
+"1116 0 LINE",
+"1576 0 LINE",
+"1576 960 LINE SMOOTH",
+"1576 1368 OFFCURVE",
+"1384 1556 OFFCURVE",
+"1108 1556 CURVE SMOOTH",
+"940 1556 OFFCURVE",
+"800 1488 OFFCURVE",
+"712 1372 CURVE",
+"696 1372 LINE",
+"696 2048 LINE",
+"252 2048 LINE",
+"252 0 LINE",
+"712 0 LINE",
+"712 816 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-8 1892 LINE",
+"-8 1628 LINE",
+"984 1628 LINE",
+"984 1892 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+rightKerningGroup = acyrillic;
+unicode = 0452;
+userData = {
+interface.gridadjust.original = "{'width': 1552, 'leftMargin': -33, 'rightMargin': 16}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = hhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = top;
+position = "{840, 2340}";
+},
+{
+name = top0315;
+position = "{1532, 2340}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1664 LINE SMOOTH",
+"452 1824 OFFCURVE",
+"548 1872 OFFCURVE",
+"676 1872 CURVE SMOOTH",
+"704 1872 OFFCURVE",
+"732 1868 OFFCURVE",
+"752 1864 CURVE",
+"752 2064 LINE",
+"716 2076 OFFCURVE",
+"664 2076 OFFCURVE",
+"616 2076 CURVE SMOOTH",
+"392 2076 OFFCURVE",
+"216 1928 OFFCURVE",
+"216 1664 CURVE SMOOTH",
+"216 1464 LINE",
+"452 1464 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1216 OFFCURVE",
+"660 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1052 1328 OFFCURVE",
+"1184 1200 OFFCURVE",
+"1184 976 CURVE SMOOTH",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1356 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"544 1436 OFFCURVE",
+"468 1320 CURVE",
+"452 1320 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 928 LINE SMOOTH"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, 0}";
+},
+{
+name = top;
+position = "{852, 2340}";
+},
+{
+name = top0315;
+position = "{1580, 2340}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"596 1580 LINE SMOOTH",
+"596 1692 OFFCURVE",
+"696 1720 OFFCURVE",
+"800 1720 CURVE SMOOTH",
+"840 1720 OFFCURVE",
+"876 1716 OFFCURVE",
+"908 1712 CURVE",
+"908 2060 LINE",
+"852 2068 OFFCURVE",
+"776 2076 OFFCURVE",
+"676 2076 CURVE SMOOTH",
+"436 2076 OFFCURVE",
+"144 2016 OFFCURVE",
+"144 1580 CURVE SMOOTH",
+"144 1316 LINE",
+"596 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1028 OFFCURVE",
+"664 1192 OFFCURVE",
+"836 1192 CURVE SMOOTH",
+"964 1192 OFFCURVE",
+"1008 1100 OFFCURVE",
+"1008 964 CURVE SMOOTH",
+"1008 0 LINE",
+"1468 0 LINE",
+"1468 960 LINE SMOOTH",
+"1468 1368 OFFCURVE",
+"1276 1556 OFFCURVE",
+"1000 1556 CURVE SMOOTH",
+"832 1556 OFFCURVE",
+"692 1488 OFFCURVE",
+"604 1372 CURVE",
+"588 1372 LINE",
+"588 1476 LINE",
+"144 1476 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+}
+);
+width = 1612;
+}
+);
+rightKerningGroup = a;
+unicode = 0266;
+userData = {
+interface.gridadjust.original = "{'width': 1552, 'leftMargin': 188, 'rightMargin': 182}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = henghook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -616}";
+},
+{
+name = top;
+position = "{840, 2340}";
+},
+{
+name = top0315;
+position = "{1532, 2340}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1664 LINE SMOOTH",
+"452 1824 OFFCURVE",
+"548 1872 OFFCURVE",
+"676 1872 CURVE SMOOTH",
+"704 1872 OFFCURVE",
+"732 1868 OFFCURVE",
+"752 1864 CURVE",
+"752 2064 LINE",
+"716 2076 OFFCURVE",
+"664 2076 OFFCURVE",
+"616 2076 CURVE SMOOTH",
+"392 2076 OFFCURVE",
+"216 1928 OFFCURVE",
+"216 1664 CURVE SMOOTH",
+"216 1464 LINE",
+"452 1464 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1216 OFFCURVE",
+"660 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1052 1328 OFFCURVE",
+"1184 1200 OFFCURVE",
+"1184 976 CURVE SMOOTH",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1356 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"544 1436 OFFCURVE",
+"468 1320 CURVE",
+"452 1320 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 928 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1184 -164 LINE SMOOTH",
+"1184 -324 OFFCURVE",
+"1088 -372 OFFCURVE",
+"960 -372 CURVE SMOOTH",
+"932 -372 OFFCURVE",
+"904 -368 OFFCURVE",
+"884 -364 CURVE",
+"884 -564 LINE",
+"920 -576 OFFCURVE",
+"972 -576 OFFCURVE",
+"1020 -576 CURVE SMOOTH",
+"1244 -576 OFFCURVE",
+"1420 -428 OFFCURVE",
+"1420 -164 CURVE SMOOTH",
+"1420 36 LINE",
+"1184 36 LINE"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, -616}";
+},
+{
+name = top;
+position = "{852, 2340}";
+},
+{
+name = top0315;
+position = "{1580, 2340}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"596 1580 LINE SMOOTH",
+"596 1692 OFFCURVE",
+"696 1720 OFFCURVE",
+"800 1720 CURVE SMOOTH",
+"840 1720 OFFCURVE",
+"876 1716 OFFCURVE",
+"908 1712 CURVE",
+"908 2060 LINE",
+"852 2068 OFFCURVE",
+"776 2076 OFFCURVE",
+"676 2076 CURVE SMOOTH",
+"436 2076 OFFCURVE",
+"144 2016 OFFCURVE",
+"144 1580 CURVE SMOOTH",
+"144 1316 LINE",
+"596 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1028 OFFCURVE",
+"664 1192 OFFCURVE",
+"836 1192 CURVE SMOOTH",
+"964 1192 OFFCURVE",
+"1008 1100 OFFCURVE",
+"1008 964 CURVE SMOOTH",
+"1008 0 LINE",
+"1468 0 LINE",
+"1468 960 LINE SMOOTH",
+"1468 1368 OFFCURVE",
+"1276 1556 OFFCURVE",
+"1000 1556 CURVE SMOOTH",
+"832 1556 OFFCURVE",
+"692 1488 OFFCURVE",
+"604 1372 CURVE",
+"588 1372 LINE",
+"588 1476 LINE",
+"144 1476 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1008 -80 LINE SMOOTH",
+"1008 -192 OFFCURVE",
+"908 -220 OFFCURVE",
+"804 -220 CURVE SMOOTH",
+"764 -220 OFFCURVE",
+"728 -216 OFFCURVE",
+"696 -212 CURVE",
+"696 -560 LINE",
+"752 -568 OFFCURVE",
+"828 -576 OFFCURVE",
+"928 -576 CURVE SMOOTH",
+"1168 -576 OFFCURVE",
+"1468 -516 OFFCURVE",
+"1468 -80 CURVE SMOOTH",
+"1468 184 LINE",
+"1008 184 LINE"
+);
+}
+);
+width = 1612;
+}
+);
+rightKerningGroup = a;
+unicode = 0267;
+userData = {
+interface.gridadjust.original = "{'width': 1552, 'leftMargin': 188, 'rightMargin': 182}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = hv;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2112 -28 OFFCURVE",
+"2360 156 OFFCURVE",
+"2360 608 CURVE SMOOTH",
+"2360 1536 LINE",
+"2124 1536 LINE",
+"2124 608 LINE SMOOTH",
+"2124 248 OFFCURVE",
+"1908 180 OFFCURVE",
+"1772 180 CURVE SMOOTH",
+"1636 180 OFFCURVE",
+"1420 248 OFFCURVE",
+"1420 608 CURVE SMOOTH",
+"1420 800 LINE",
+"1184 800 LINE",
+"1184 608 LINE SMOOTH",
+"1184 156 OFFCURVE",
+"1432 -28 OFFCURVE",
+"1772 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1216 OFFCURVE",
+"664 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1048 1328 OFFCURVE",
+"1184 1200 OFFCURVE",
+"1184 976 CURVE SMOOTH",
+"1184 752 LINE",
+"1420 752 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1368 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"544 1436 OFFCURVE",
+"468 1320 CURVE",
+"452 1320 LINE",
+"452 2048 LINE",
+"216 2048 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 928 LINE SMOOTH"
+);
+}
+);
+width = 2576;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2088 -28 OFFCURVE",
+"2316 256 OFFCURVE",
+"2316 596 CURVE SMOOTH",
+"2316 1536 LINE",
+"1856 1536 LINE",
+"1856 596 LINE SMOOTH",
+"1856 436 OFFCURVE",
+"1784 352 OFFCURVE",
+"1660 352 CURVE SMOOTH",
+"1536 352 OFFCURVE",
+"1468 436 OFFCURVE",
+"1468 596 CURVE SMOOTH",
+"1468 740 LINE",
+"1008 740 LINE",
+"1008 596 LINE SMOOTH",
+"1008 256 OFFCURVE",
+"1232 -28 OFFCURVE",
+"1660 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1028 OFFCURVE",
+"664 1192 OFFCURVE",
+"836 1192 CURVE SMOOTH",
+"964 1192 OFFCURVE",
+"1008 1100 OFFCURVE",
+"1008 964 CURVE SMOOTH",
+"1008 672 LINE",
+"1468 672 LINE",
+"1468 960 LINE SMOOTH",
+"1468 1368 OFFCURVE",
+"1276 1556 OFFCURVE",
+"1000 1556 CURVE SMOOTH",
+"832 1556 OFFCURVE",
+"692 1488 OFFCURVE",
+"604 1372 CURVE",
+"588 1372 LINE",
+"588 2048 LINE",
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+}
+);
+width = 2460;
+}
+);
+unicode = 0195;
+userData = {
+interface.gridadjust.original = "{'width': 2349, 'leftMargin': 188, 'rightMargin': 187}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = hturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -616}";
+},
+{
+name = top;
+position = "{764, 1776}";
+},
+{
+name = top0315;
+position = "{1540, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = h;
+transform = "{-1, 0, 0, -1, 1644, 1536}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, -616}";
+},
+{
+name = top;
+position = "{820, 1776}";
+},
+{
+name = top0315;
+position = "{1572, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = h;
+transform = "{-1, 0, 0, -1, 1580, 1536}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = g;
+unicode = 0265;
+userData = {
+interface.gridadjust.original = "{'width': 1552, 'leftMargin': 183, 'rightMargin': 188}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = hturnlthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1004, -616}";
+},
+{
+name = top;
+position = "{1004, 1776}";
+},
+{
+name = top0315;
+position = "{1860, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1184 320 OFFCURVE",
+"976 208 OFFCURVE",
+"788 208 CURVE SMOOTH",
+"584 208 OFFCURVE",
+"452 336 OFFCURVE",
+"452 560 CURVE SMOOTH",
+"452 960 LINE",
+"216 960 LINE",
+"216 560 LINE SMOOTH",
+"216 168 OFFCURVE",
+"424 -20 OFFCURVE",
+"712 -20 CURVE SMOOTH",
+"944 -20 OFFCURVE",
+"1092 100 OFFCURVE",
+"1168 216 CURVE",
+"1184 216 LINE",
+"1184 -576 LINE",
+"1420 -576 LINE",
+"1420 1536 LINE",
+"1184 1536 LINE",
+"1184 608 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 944 LINE",
+"452 1144 LINE SMOOTH",
+"452 1408 OFFCURVE",
+"276 1556 OFFCURVE",
+"52 1556 CURVE SMOOTH",
+"4 1556 OFFCURVE",
+"-48 1556 OFFCURVE",
+"-84 1544 CURVE",
+"-84 1344 LINE",
+"-64 1348 OFFCURVE",
+"-36 1352 OFFCURVE",
+"-8 1352 CURVE SMOOTH",
+"120 1352 OFFCURVE",
+"216 1304 OFFCURVE",
+"216 1144 CURVE SMOOTH",
+"216 944 LINE"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -616}";
+},
+{
+name = top;
+position = "{1044, 1776}";
+},
+{
+name = top0315;
+position = "{1888, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1160 508 OFFCURVE",
+"1100 344 OFFCURVE",
+"928 344 CURVE SMOOTH",
+"800 344 OFFCURVE",
+"756 436 OFFCURVE",
+"756 572 CURVE SMOOTH",
+"756 1016 LINE",
+"296 1016 LINE",
+"296 576 LINE SMOOTH",
+"296 168 OFFCURVE",
+"488 -20 OFFCURVE",
+"764 -20 CURVE SMOOTH",
+"932 -20 OFFCURVE",
+"1072 48 OFFCURVE",
+"1160 164 CURVE",
+"1176 164 LINE",
+"1176 -576 LINE",
+"1620 -576 LINE",
+"1620 1536 LINE",
+"1160 1536 LINE",
+"1160 720 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"756 796 LINE",
+"756 1060 LINE SMOOTH",
+"756 1496 OFFCURVE",
+"456 1556 OFFCURVE",
+"216 1556 CURVE SMOOTH",
+"116 1556 OFFCURVE",
+"40 1548 OFFCURVE",
+"-16 1540 CURVE",
+"-16 1192 LINE",
+"16 1196 OFFCURVE",
+"52 1200 OFFCURVE",
+"92 1200 CURVE SMOOTH",
+"196 1200 OFFCURVE",
+"296 1172 OFFCURVE",
+"296 1060 CURVE SMOOTH",
+"296 796 LINE"
+);
+}
+);
+width = 1764;
+}
+);
+rightKerningGroup = g;
+unicode = 02AE;
+userData = {
+interface.gridadjust.original = "{'width': 1766, 'leftMargin': 41, 'rightMargin': 214}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = hturnhook2;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{884, -616}";
+},
+{
+name = top;
+position = "{884, 1776}";
+},
+{
+name = top0315;
+position = "{1748, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1184 320 OFFCURVE",
+"976 208 OFFCURVE",
+"788 208 CURVE SMOOTH",
+"584 208 OFFCURVE",
+"452 336 OFFCURVE",
+"452 560 CURVE SMOOTH",
+"452 1000 LINE",
+"216 1000 LINE",
+"216 560 LINE SMOOTH",
+"216 168 OFFCURVE",
+"424 -20 OFFCURVE",
+"712 -20 CURVE SMOOTH",
+"944 -20 OFFCURVE",
+"1092 100 OFFCURVE",
+"1168 216 CURVE",
+"1184 216 LINE",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 1536 LINE",
+"1184 1536 LINE",
+"1184 608 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 944 LINE",
+"452 1144 LINE SMOOTH",
+"452 1408 OFFCURVE",
+"276 1556 OFFCURVE",
+"52 1556 CURVE SMOOTH",
+"4 1556 OFFCURVE",
+"-48 1556 OFFCURVE",
+"-84 1544 CURVE",
+"-84 1344 LINE",
+"-64 1348 OFFCURVE",
+"-36 1352 OFFCURVE",
+"-8 1352 CURVE SMOOTH",
+"120 1352 OFFCURVE",
+"216 1304 OFFCURVE",
+"216 1144 CURVE SMOOTH",
+"216 944 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1184 36 LINE",
+"1184 -164 LINE SMOOTH",
+"1184 -428 OFFCURVE",
+"1360 -576 OFFCURVE",
+"1584 -576 CURVE SMOOTH",
+"1632 -576 OFFCURVE",
+"1684 -576 OFFCURVE",
+"1720 -564 CURVE",
+"1720 -364 LINE",
+"1700 -368 OFFCURVE",
+"1672 -372 OFFCURVE",
+"1644 -372 CURVE SMOOTH",
+"1516 -372 OFFCURVE",
+"1420 -324 OFFCURVE",
+"1420 -164 CURVE SMOOTH",
+"1420 36 LINE"
+);
+}
+);
+width = 1640;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1276, -616}";
+},
+{
+name = top;
+position = "{1276, 1776}";
+},
+{
+name = top0315;
+position = "{2356, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1160 508 OFFCURVE",
+"1100 344 OFFCURVE",
+"928 344 CURVE SMOOTH",
+"800 344 OFFCURVE",
+"756 436 OFFCURVE",
+"756 572 CURVE SMOOTH",
+"756 1016 LINE",
+"296 1016 LINE",
+"296 576 LINE SMOOTH",
+"296 168 OFFCURVE",
+"488 -20 OFFCURVE",
+"764 -20 CURVE SMOOTH",
+"932 -20 OFFCURVE",
+"1072 48 OFFCURVE",
+"1160 164 CURVE",
+"1176 164 LINE",
+"1176 60 LINE",
+"1620 60 LINE",
+"1620 1536 LINE",
+"1160 1536 LINE",
+"1160 720 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"756 796 LINE",
+"756 1060 LINE SMOOTH",
+"756 1496 OFFCURVE",
+"456 1556 OFFCURVE",
+"216 1556 CURVE SMOOTH",
+"116 1556 OFFCURVE",
+"40 1548 OFFCURVE",
+"-16 1540 CURVE",
+"-16 1192 LINE",
+"16 1196 OFFCURVE",
+"52 1200 OFFCURVE",
+"92 1200 CURVE SMOOTH",
+"196 1200 OFFCURVE",
+"296 1172 OFFCURVE",
+"296 1060 CURVE SMOOTH",
+"296 796 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1168 184 LINE",
+"1168 -80 LINE SMOOTH",
+"1168 -516 OFFCURVE",
+"1460 -576 OFFCURVE",
+"1700 -576 CURVE SMOOTH",
+"1800 -576 OFFCURVE",
+"1876 -568 OFFCURVE",
+"1932 -560 CURVE",
+"1932 -212 LINE",
+"1900 -216 OFFCURVE",
+"1864 -220 OFFCURVE",
+"1824 -220 CURVE SMOOTH",
+"1720 -220 OFFCURVE",
+"1620 -192 OFFCURVE",
+"1620 -80 CURVE SMOOTH",
+"1620 184 LINE"
+);
+}
+);
+width = 1764;
+}
+);
+rightKerningGroup = rthook;
+unicode = 02AF;
+userData = {
+interface.gridadjust.original = "{'width': 1775, 'leftMargin': 41, 'rightMargin': -14}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dotlessi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = rhotichook;
+position = "{352, 900}";
+},
+{
+name = top;
+position = "{344, 1796}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 1536 LINE"
+);
+}
+);
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = rhotichook;
+position = "{468, 900}";
+},
+{
+name = top;
+position = "{392, 1744}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{376, 1504}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"160 1536 LINE",
+"160 0 LINE",
+"620 0 LINE",
+"620 1536 LINE"
+);
+}
+);
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 0131;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (249,74,208,1);
+glyphname = uni0069.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = top;
+position = "{352, 1776}";
+},
+{
+name = top0315;
+position = "{712, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, -8, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{384, 16}";
+},
+{
+name = top;
+position = "{400, 1744}";
+},
+{
+name = top0315;
+position = "{796, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, -12, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 712, 'leftMargin': 256, 'rightMargin': 216}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = i;
+lastChange = "2018-09-02 06:20:22 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{672, -560}";
+},
+{
+name = ogonek;
+position = "{456, 0}";
+},
+{
+name = rhotichook;
+position = "{368, 900}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{672, 2200}";
+},
+{
+name = top_dd;
+position = "{672, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+},
+{
+alignment = -1;
+name = dotaccent;
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{332, 2136}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{388, 0}";
+},
+{
+name = bottom_dd;
+position = "{772, -560}";
+},
+{
+name = ogonek;
+position = "{540, 0}";
+},
+{
+name = rhotichook;
+position = "{492, 900}";
+},
+{
+name = top;
+position = "{392, 2200}";
+},
+{
+name = top0315;
+position = "{772, 2200}";
+},
+{
+name = top_dd;
+position = "{772, 2200}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, -8, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 0069;
+userData = {
+com.typemytype.robofont.guideline.magnetic.5MtFEmPLYm = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = idieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 0}";
+},
+{
+name = mkmktop_acc;
+position = "{492, 2668}";
+},
+{
+name = rhotichook;
+position = "{532, 900}";
+},
+{
+name = top;
+position = "{344, 1776}";
+},
+{
+name = top0315;
+position = "{700, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, 8, 0}";
+},
+{
+alignment = -1;
+name = dieresis;
+transform = "{1, 0, 0, 1, -480, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{448, 1440}";
+},
+{
+angle = 90;
+position = "{348, 1560}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 688;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{464, 0}";
+},
+{
+name = mkmktop_acc;
+position = "{480, 2708}";
+},
+{
+name = rhotichook;
+position = "{564, 900}";
+},
+{
+name = top;
+position = "{480, 1744}";
+},
+{
+name = top0315;
+position = "{876, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, 64, 0}";
+},
+{
+alignment = -1;
+name = dieresis;
+transform = "{1, 0, 0, 1, -208, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 896;
+}
+);
+leftKerningGroup = idieresis;
+rightKerningGroup = idieresis;
+unicode = 00EF;
+userData = {
+com.typemytype.robofont.guideline.magnetic.KJr4MnInNF = 5;
+com.typemytype.robofont.guideline.magnetic.c104ZGFTIo = 5;
+interface.gridadjust.original = "{'width': 935.0, 'leftMargin': 14, 'rightMargin': 14.0}";
+};
+},
+{
+glyphname = idieresisacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{360, 0}";
+},
+{
+name = mkmktop_acc;
+position = "{404, 2668}";
+},
+{
+name = rhotichook;
+position = "{444, 900}";
+},
+{
+name = top;
+position = "{360, 1776}";
+},
+{
+name = top0315;
+position = "{716, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, 24, 0}";
+},
+{
+alignment = -1;
+name = dieresisacutecomb.lc;
+transform = "{1, 0, 0, 1, 1160, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{360, 1968}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 708;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{532, 0}";
+},
+{
+name = mkmktop_acc;
+position = "{548, 2708}";
+},
+{
+name = rhotichook;
+position = "{632, 900}";
+},
+{
+name = top;
+position = "{548, 1744}";
+},
+{
+name = top0315;
+position = "{944, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, 132, 0}";
+},
+{
+alignment = -1;
+name = dieresisacutecomb.lc;
+transform = "{1, 0, 0, 1, 1316, -28}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1040;
+}
+);
+leftKerningGroup = idieresis;
+rightKerningGroup = idieresis;
+unicode = 1E2F;
+userData = {
+com.typemytype.robofont.guideline.magnetic.nzdiBt0vpg = 5;
+interface.gridadjust.original = "{'width': 935.0, 'leftMargin': 14, 'rightMargin': 14.0}";
+};
+},
+{
+glyphname = itilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -240, 0}";
+},
+{
+name = dotlessi;
+transform = "{1, 0, 0, 1, 60, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 784;
+},
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -160, 0}";
+},
+{
+name = dotlessi;
+transform = "{1, 0, 0, 1, 108, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 992;
+}
+);
+leftKerningGroup = idieresis;
+rightKerningGroup = idieresis;
+unicode = 0129;
+},
+{
+glyphname = itildebelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{480, 16}";
+},
+{
+name = bottom_dd;
+position = "{828, -560}";
+},
+{
+name = mkmkbottom_acc;
+position = "{480, -580}";
+},
+{
+name = ogonek;
+position = "{596, 0}";
+},
+{
+name = rhotichook;
+position = "{524, 900}";
+},
+{
+name = top;
+position = "{484, 2304}";
+},
+{
+name = top0315;
+position = "{828, 2200}";
+},
+{
+name = top_dd;
+position = "{828, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 112, 0}";
+},
+{
+alignment = -1;
+name = tilde;
+transform = "{1, 0, 0, 1, -188, -2216}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{436, 1508}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 888;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{400, 0}";
+},
+{
+name = bottom_dd;
+position = "{848, -560}";
+},
+{
+name = mkmkbottom_acc;
+position = "{464, -548}";
+},
+{
+name = ogonek;
+position = "{616, 0}";
+},
+{
+name = rhotichook;
+position = "{568, 900}";
+},
+{
+name = top;
+position = "{464, 2200}";
+},
+{
+name = top0315;
+position = "{848, 2200}";
+},
+{
+name = top_dd;
+position = "{848, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = tilde;
+transform = "{1, 0, 0, 1, -240, -2268}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 832;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 1E2D;
+userData = {
+com.typemytype.robofont.guideline.magnetic.nvgRf4gRoh = 5;
+interface.gridadjust.original = "{'width': 997, 'leftMargin': -20, 'rightMargin': 33}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ibar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{420, 0}";
+},
+{
+name = top;
+position = "{420, 2200}";
+},
+{
+name = top0315;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 88, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -216, -164}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{420, 2148}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 840;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{704, 0}";
+},
+{
+name = top;
+position = "{704, 2200}";
+},
+{
+name = top0315;
+position = "{1228, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 308, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 0, -244}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{523.875, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 0268;
+userData = {
+com.typemytype.robofont.guideline.magnetic.GkJTTXXHXs = 5;
+interface.gridadjust.original = "{'width': 938, 'leftMargin': 27, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (228,58,222,1);
+glyphname = uni012F.ccmp;
+lastChange = "2018-09-02 06:20:22 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{480, -632}";
+},
+{
+name = top;
+position = "{488, 1776}";
+},
+{
+name = top0315;
+position = "{844, 1776}";
+}
+);
+components = (
+{
+name = i;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, -144, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{476, -632}";
+},
+{
+name = top;
+position = "{492, 1744}";
+},
+{
+name = top0315;
+position = "{888, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, -24, 0}";
+},
+{
+name = i;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 712, 'leftMargin': -10, 'rightMargin': 216}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dotlessj;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _right;
+position = "{652, 0}";
+},
+{
+name = top;
+position = "{332, 1716}";
+},
+{
+name = top0315;
+position = "{688, 1716}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{332, 1748}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 -112 LINE",
+"216 -268 OFFCURVE",
+"152 -360 OFFCURVE",
+"8 -360 CURVE",
+"-36 -360 LINE",
+"-36 -580 LINE",
+"12 -580 LINE",
+"308 -580 OFFCURVE",
+"452 -396 OFFCURVE",
+"452 -112 CURVE",
+"452 1536 LINE",
+"216 1536 LINE"
+);
+}
+);
+width = 668;
+},
+{
+anchors = (
+{
+name = _right;
+position = "{784, 0}";
+},
+{
+name = top;
+position = "{560, 1744}";
+},
+{
+name = top0315;
+position = "{964, 1744}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{544, 1416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"332 -40 LINE",
+"332 -140 OFFCURVE",
+"296 -220 OFFCURVE",
+"116 -220 CURVE",
+"20 -220 LINE",
+"20 -580 LINE",
+"188 -580 LINE",
+"532 -580 OFFCURVE",
+"792 -420 OFFCURVE",
+"792 -48 CURVE",
+"792 1536 LINE",
+"332 1536 LINE"
+);
+}
+);
+width = 948;
+}
+);
+leftKerningGroup = dotlessj;
+rightKerningGroup = dotlessi;
+unicode = 0237;
+userData = {
+com.typemytype.robofont.guideline.magnetic.Zernh6wcOg = 5;
+interface.gridadjust.original = "{'width': 723, 'leftMargin': -92, 'rightMargin': 213}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (228,65,216,1);
+glyphname = uni006A.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{256, -632}";
+},
+{
+name = top;
+position = "{332, 1716}";
+},
+{
+name = top0315;
+position = "{776, 1716}";
+}
+);
+components = (
+{
+name = dotlessj;
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{332, 1648}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{404, -632}";
+},
+{
+name = top;
+position = "{520, 1744}";
+},
+{
+name = top0315;
+position = "{964, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+transform = "{1, 0, 0, 1, 128, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+userData = {
+com.typemytype.robofont.guideline.magnetic.JG5RMhdBco = 5;
+interface.gridadjust.original = "{'width': 723, 'leftMargin': -92, 'rightMargin': 213}";
+};
+},
+{
+glyphname = jdotlessbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{600, -616}";
+},
+{
+name = top;
+position = "{600, 1776}";
+},
+{
+name = top0315;
+position = "{1004, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+transform = "{1, 0, 0, 1, 84, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -216, -912}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 840;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{712, -616}";
+},
+{
+name = top;
+position = "{712, 1776}";
+},
+{
+name = top0315;
+position = "{1164, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -92, -896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1076;
+}
+);
+unicode = 025F;
+userData = {
+interface.gridadjust.original = "{'width': 920, 'leftMargin': 96, 'rightMargin': 8}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0249;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{568, -632}";
+},
+{
+name = top;
+position = "{612, 2200}";
+},
+{
+name = top0315;
+position = "{1088, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -200, -164}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 872;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{380, -632}";
+},
+{
+name = top;
+position = "{428, 2200}";
+},
+{
+name = top0315;
+position = "{948, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 28, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -76, -244}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1124;
+}
+);
+unicode = 0249;
+userData = {
+interface.gridadjust.original = "{'width': 965, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (228,81,176,1);
+glyphname = uni0249.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{460, -632}";
+},
+{
+name = top;
+position = "{432, 1716}";
+},
+{
+name = top0315;
+position = "{872, 1716}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -200, -164}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 872;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{420, -632}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+transform = "{1, 0, 0, 1, 28, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -72, -160}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1128;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 980, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = j;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{256, -632}";
+},
+{
+name = bottom_dd;
+position = "{676, -560}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{676, 2200}";
+},
+{
+name = top_dd;
+position = "{676, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+},
+{
+alignment = -1;
+name = dotaccent;
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{332, 2132}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{488, -572}";
+},
+{
+name = bottom_dd;
+position = "{916, -560}";
+},
+{
+name = top;
+position = "{564, 2200}";
+},
+{
+name = top0315;
+position = "{916, 2200}";
+},
+{
+name = top_dd;
+position = "{916, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+},
+{
+alignment = -1;
+name = dotaccent;
+transform = "{1, 0, 0, 1, 164, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 906.125}";
+},
+{
+position = "{0, 1381.875}";
+},
+{
+angle = 90;
+position = "{548, 1564}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 948;
+}
+);
+leftKerningGroup = dotlessj;
+rightKerningGroup = dotlessi;
+unicode = 006A;
+userData = {
+com.typemytype.robofont.guideline.magnetic.v9s2NJYLVO = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (228,69,215,1);
+glyphname = uni029D.ccmp;
+lastChange = "2018-09-02 00:57:44 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{512, -632}";
+},
+{
+name = top;
+position = "{640, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{640, 2160}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"616 -576 OFFCURVE",
+"760 -412 OFFCURVE",
+"760 -184 CURVE SMOOTH",
+"760 336 LINE",
+"528 336 LINE",
+"528 -208 LINE SMOOTH",
+"528 -292 OFFCURVE",
+"472 -368 OFFCURVE",
+"360 -368 CURVE SMOOTH",
+"276 -368 OFFCURVE",
+"212 -296 OFFCURVE",
+"216 -216 CURVE SMOOTH",
+"220 -132 OFFCURVE",
+"280 -64 OFFCURVE",
+"376 -64 CURVE SMOOTH",
+"1056 -64 LINE",
+"1056 160 LINE",
+"376 160 LINE SMOOTH",
+"152 160 OFFCURVE",
+"-37 16 OFFCURVE",
+"-40 -216 CURVE SMOOTH",
+"-43 -416 OFFCURVE",
+"116 -576 OFFCURVE",
+"368 -576 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"524 1536 LINE",
+"524 0 LINE",
+"760 0 LINE",
+"760 1536 LINE"
+);
+}
+);
+width = 976;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{896, -632}";
+},
+{
+name = top;
+position = "{912, 1744}";
+},
+{
+name = top0315;
+position = "{896, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"984 -600 OFFCURVE",
+"1120 -375 OFFCURVE",
+"1120 -144 CURVE SMOOTH",
+"1120 344 LINE",
+"656 344 LINE",
+"656 -168 LINE SMOOTH",
+"656 -264 OFFCURVE",
+"636 -324 OFFCURVE",
+"544 -328 CURVE SMOOTH",
+"480 -331 OFFCURVE",
+"424 -288 OFFCURVE",
+"424 -224 CURVE SMOOTH",
+"424 -156 OFFCURVE",
+"476 -128 OFFCURVE",
+"560 -128 CURVE SMOOTH",
+"1488 -128 LINE",
+"1488 176 LINE",
+"512 176 LINE SMOOTH",
+"204 176 OFFCURVE",
+"40 24 OFFCURVE",
+"40 -208 CURVE SMOOTH",
+"40 -440 OFFCURVE",
+"204 -600 OFFCURVE",
+"552 -600 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"656 1536 LINE",
+"656 0 LINE",
+"1116 0 LINE",
+"1116 1536 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+userData = {
+com.typemytype.robofont.guideline.magnetic.RbjQbmJkQs = 5;
+interface.gridadjust.original = "{'width': 1177.0, 'leftMargin': 41, 'rightMargin': 27.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = jcrosstail;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{512, -632}";
+},
+{
+name = top;
+position = "{640, 2200}";
+},
+{
+name = top0315;
+position = "{1084, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"372 156 LINE SMOOTH",
+"152 156 OFFCURVE",
+"-36 16 OFFCURVE",
+"-36 -212 CURVE SMOOTH",
+"-36 -416 OFFCURVE",
+"116 -576 OFFCURVE",
+"364 -576 CURVE SMOOTH",
+"616 -576 OFFCURVE",
+"760 -412 OFFCURVE",
+"760 -180 CURVE SMOOTH",
+"760 336 LINE",
+"524 336 LINE",
+"524 -204 LINE SMOOTH",
+"524 -292 OFFCURVE",
+"472 -368 OFFCURVE",
+"360 -368 CURVE SMOOTH",
+"276 -368 OFFCURVE",
+"212 -296 OFFCURVE",
+"212 -212 CURVE SMOOTH",
+"212 -132 OFFCURVE",
+"280 -64 OFFCURVE",
+"376 -64 CURVE SMOOTH",
+"1056 -64 LINE",
+"1056 156 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"524 1536 LINE",
+"524 0 LINE",
+"760 0 LINE",
+"760 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"744 1780 OFFCURVE",
+"808 1852 OFFCURVE",
+"808 1940 CURVE",
+"808 2020 OFFCURVE",
+"744 2100 OFFCURVE",
+"640 2100 CURVE",
+"536 2100 OFFCURVE",
+"472 2020 OFFCURVE",
+"472 1940 CURVE SMOOTH",
+"472 1852 OFFCURVE",
+"536 1780 OFFCURVE",
+"640 1780 CURVE"
+);
+}
+);
+width = 976;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, -616}";
+},
+{
+name = top;
+position = "{908, 2200}";
+},
+{
+name = top0315;
+position = "{1536, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 172 LINE SMOOTH",
+"228 172 OFFCURVE",
+"64 24 OFFCURVE",
+"64 -208 CURVE SMOOTH",
+"64 -440 OFFCURVE",
+"228 -600 OFFCURVE",
+"576 -600 CURVE SMOOTH",
+"1008 -600 OFFCURVE",
+"1132 -352 OFFCURVE",
+"1132 -52 CURVE SMOOTH",
+"1132 344 LINE",
+"688 344 LINE",
+"688 -168 LINE SMOOTH",
+"688 -264 OFFCURVE",
+"660 -324 OFFCURVE",
+"568 -324 CURVE SMOOTH",
+"504 -324 OFFCURVE",
+"444 -296 OFFCURVE",
+"444 -220 CURVE SMOOTH",
+"444 -156 OFFCURVE",
+"500 -124 OFFCURVE",
+"584 -124 CURVE SMOOTH",
+"1508 -124 LINE",
+"1508 172 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"672 1536 LINE",
+"672 0 LINE",
+"1132 0 LINE",
+"1132 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1040 1664 OFFCURVE",
+"1148 1764 OFFCURVE",
+"1148 1880 CURVE SMOOTH",
+"1148 1996 OFFCURVE",
+"1040 2096 OFFCURVE",
+"904 2096 CURVE SMOOTH",
+"768 2096 OFFCURVE",
+"656 1996 OFFCURVE",
+"656 1880 CURVE SMOOTH",
+"656 1764 OFFCURVE",
+"768 1664 OFFCURVE",
+"904 1664 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = dotlessj;
+rightKerningGroup = dotlessi;
+unicode = 029D;
+userData = {
+interface.gridadjust.original = "{'width': 1177.0, 'leftMargin': 41, 'rightMargin': 27.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = k;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{744, 0}";
+},
+{
+name = bottom_dd;
+position = "{1416, -560}";
+},
+{
+name = cross;
+position = "{308, 1772}";
+},
+{
+name = marktop;
+position = "{732, 2304}";
+},
+{
+name = top;
+position = "{732, 2304}";
+},
+{
+name = top0315;
+position = "{1236, 2216}";
+},
+{
+name = top_dd;
+position = "{1416, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1104 1536 LINE",
+"480 844 LINE",
+"432 844 LINE",
+"436 520 LINE",
+"708 812 LINE",
+"728 812 LINE",
+"1396 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1460 0 LINE",
+"760 924 LINE",
+"624 744 LINE",
+"1184 0 LINE"
+);
+}
+);
+width = 1500;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottom_dd;
+position = "{1460, -560}";
+},
+{
+name = cross;
+position = "{292, 1784}";
+},
+{
+name = marktop;
+position = "{876, 2200}";
+},
+{
+name = top;
+position = "{876, 2200}";
+},
+{
+name = top0315;
+position = "{1280, 2200}";
+},
+{
+name = top_dd;
+position = "{1460, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 1536 LINE",
+"624 1028 LINE",
+"560 1028 LINE",
+"560 408 LINE",
+"864 756 LINE",
+"908 756 LINE",
+"1564 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 0 LINE",
+"988 920 LINE",
+"676 648 LINE",
+"1092 0 LINE"
+);
+}
+);
+width = 1588;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = k;
+unicode = 006B;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = khook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1460 0 LINE",
+"792 880 LINE",
+"1396 1536 LINE",
+"1096 1536 LINE",
+"472 844 LINE",
+"452 844 LINE",
+"452 1600 LINE",
+"216 1600 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 508 LINE",
+"636 708 LINE",
+"1176 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1664 LINE SMOOTH",
+"452 1824 OFFCURVE",
+"548 1872 OFFCURVE",
+"676 1872 CURVE SMOOTH",
+"704 1872 OFFCURVE",
+"732 1868 OFFCURVE",
+"752 1864 CURVE",
+"752 2064 LINE",
+"716 2076 OFFCURVE",
+"664 2076 OFFCURVE",
+"616 2076 CURVE SMOOTH",
+"392 2076 OFFCURVE",
+"216 1928 OFFCURVE",
+"216 1664 CURVE SMOOTH",
+"216 1464 LINE",
+"452 1464 LINE"
+);
+}
+);
+width = 1500;
+},
+{
+guideLines = (
+{
+position = "{0, 2140.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1588 0 LINE",
+"1012 880 LINE",
+"1564 1536 LINE",
+"1032 1536 LINE",
+"624 1028 LINE",
+"604 1028 LINE",
+"604 1472 LINE",
+"144 1472 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 396 LINE",
+"736 552 LINE",
+"1092 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1580 LINE SMOOTH",
+"604 1692 OFFCURVE",
+"704 1720 OFFCURVE",
+"808 1720 CURVE SMOOTH",
+"848 1720 OFFCURVE",
+"884 1716 OFFCURVE",
+"916 1712 CURVE",
+"916 2060 LINE",
+"860 2068 OFFCURVE",
+"772 2076 OFFCURVE",
+"684 2076 CURVE SMOOTH",
+"448 2076 OFFCURVE",
+"144 2016 OFFCURVE",
+"144 1580 CURVE SMOOTH",
+"144 1316 LINE",
+"604 1316 LINE"
+);
+}
+);
+width = 1588;
+}
+);
+rightKerningGroup = k;
+unicode = 0199;
+userData = {
+interface.gridadjust.original = "{'width': 1438, 'leftMargin': 190, 'rightMargin': 0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = kturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{640, -616}";
+},
+{
+name = top;
+position = "{640, 1776}";
+},
+{
+name = top0315;
+position = "{1396, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = k;
+transform = "{-1, 0, 0, -1, 1484, 1536}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1500;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{688, -616}";
+},
+{
+name = top;
+position = "{688, 1776}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = k;
+transform = "{-1, 0, 0, -1, 1556, 1536}";
+}
+);
+guideLines = (
+{
+position = "{0, -570.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 029E;
+userData = {
+interface.gridadjust.original = "{'width': 1438, 'leftMargin': 0, 'rightMargin': 189}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = l;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{300, 16}";
+},
+{
+name = bottom_dd;
+position = "{648, -560}";
+},
+{
+name = caron;
+position = "{616, 2112}";
+},
+{
+name = dot;
+position = "{608, 1064}";
+},
+{
+name = marktop;
+position = "{740, 2124}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{648, 2336}";
+},
+{
+name = top_dd;
+position = "{648, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 2048 LINE"
+);
+}
+);
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{760, -560}";
+},
+{
+name = caron;
+position = "{748, 2112}";
+},
+{
+name = dot;
+position = "{732, 1072}";
+},
+{
+name = marktop;
+position = "{940, 2044}";
+},
+{
+name = top;
+position = "{376, 2308}";
+},
+{
+name = top0315;
+position = "{760, 2308}";
+},
+{
+name = top_dd;
+position = "{760, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 2048 LINE"
+);
+}
+);
+width = 748;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 006C;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = lslash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{388, 16}";
+},
+{
+name = top;
+position = "{376, 2304}";
+},
+{
+name = top0315;
+position = "{768, 2336}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-4 1024 LINE",
+"-4 848 LINE",
+"672 1104 LINE",
+"672 1280 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 2048 LINE"
+);
+}
+);
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = top;
+position = "{400, 2308}";
+},
+{
+name = top0315;
+position = "{852, 2308}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-36 1084 LINE",
+"-36 836 LINE",
+"776 1096 LINE",
+"776 1344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 2048 LINE"
+);
+}
+);
+width = 748;
+}
+);
+unicode = 0142;
+userData = {
+interface.gridadjust.original = "{'width': 769, 'leftMargin': 51, 'rightMargin': 44}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = lbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{436, 16}";
+},
+{
+name = top;
+position = "{436, 2336}";
+},
+{
+name = top0315;
+position = "{908, 2336}";
+}
+);
+components = (
+{
+alignment = -1;
+name = l;
+transform = "{1, 0, 0, 1, 80, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -216, 96}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 840;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{704, 16}";
+},
+{
+name = top;
+position = "{704, 2308}";
+},
+{
+name = top0315;
+position = "{1228, 2308}";
+}
+);
+components = (
+{
+alignment = -1;
+name = l;
+transform = "{1, 0, 0, 1, 304, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 0, 112}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 019A;
+userData = {
+interface.gridadjust.original = "{'width': 938, 'leftMargin': 27, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = lmidtilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{512, 0}";
+},
+{
+name = parenthesses.w2;
+position = "{512, 1056}";
+},
+{
+name = top;
+position = "{512, 2200}";
+},
+{
+name = top0315;
+position = "{1028, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = l;
+transform = "{1, 0, 0, 1, 144, 0}";
+},
+{
+alignment = -1;
+name = tilde;
+transform = "{1, 0, 0, 1, -156, -824}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 952;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{652, 0}";
+},
+{
+name = parenthesses.w2;
+position = "{660, 1160}";
+},
+{
+name = top;
+position = "{652, 2200}";
+},
+{
+name = top0315;
+position = "{1240, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = l;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = tilde;
+transform = "{1, 0, 0, 1, -44, -756}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 026B;
+userData = {
+interface.gridadjust.original = "{'width': 1011, 'leftMargin': 14, 'rightMargin': 14}";
+};
+},
+{
+glyphname = lrthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{364, -616}";
+},
+{
+name = top;
+position = "{364, 2200}";
+},
+{
+name = top0315;
+position = "{848, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 36 LINE",
+"216 -164 LINE SMOOTH",
+"216 -428 OFFCURVE",
+"392 -576 OFFCURVE",
+"616 -576 CURVE SMOOTH",
+"664 -576 OFFCURVE",
+"716 -576 OFFCURVE",
+"752 -564 CURVE",
+"752 -364 LINE",
+"732 -368 OFFCURVE",
+"704 -372 OFFCURVE",
+"676 -372 CURVE SMOOTH",
+"548 -372 OFFCURVE",
+"452 -324 OFFCURVE",
+"452 -164 CURVE SMOOTH",
+"452 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 2048 LINE"
+);
+}
+);
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{352, -616}";
+},
+{
+name = top;
+position = "{352, 2200}";
+},
+{
+name = top0315;
+position = "{924, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 184 LINE",
+"144 -80 LINE SMOOTH",
+"144 -516 OFFCURVE",
+"444 -576 OFFCURVE",
+"684 -576 CURVE SMOOTH",
+"784 -576 OFFCURVE",
+"860 -568 OFFCURVE",
+"916 -560 CURVE",
+"916 -212 LINE",
+"884 -216 OFFCURVE",
+"848 -220 OFFCURVE",
+"808 -220 CURVE SMOOTH",
+"704 -220 OFFCURVE",
+"604 -192 OFFCURVE",
+"604 -80 CURVE SMOOTH",
+"604 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 2048 LINE"
+);
+}
+);
+width = 748;
+}
+);
+unicode = 026D;
+userData = {
+interface.gridadjust.original = "{'width': 924.0, 'leftMargin': 301, 'rightMargin': 66.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = lbelt;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{768, 0}";
+},
+{
+name = top;
+position = "{768, 2200}";
+},
+{
+name = top0315;
+position = "{1244, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1156 1044 LINE",
+"476 1044 LINE SMOOTH",
+"380 1044 OFFCURVE",
+"312 1112 OFFCURVE",
+"312 1192 CURVE SMOOTH",
+"312 1276 OFFCURVE",
+"376 1348 OFFCURVE",
+"460 1348 CURVE SMOOTH",
+"572 1348 OFFCURVE",
+"624 1272 OFFCURVE",
+"624 1184 CURVE SMOOTH",
+"624 644 LINE",
+"860 644 LINE",
+"860 1160 LINE SMOOTH",
+"860 1392 OFFCURVE",
+"716 1556 OFFCURVE",
+"464 1556 CURVE SMOOTH",
+"216 1556 OFFCURVE",
+"64 1396 OFFCURVE",
+"64 1192 CURVE SMOOTH",
+"64 964 OFFCURVE",
+"252 824 OFFCURVE",
+"472 824 CURVE SMOOTH",
+"1156 824 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"624 2048 LINE",
+"624 0 LINE",
+"860 0 LINE",
+"860 2048 LINE"
+);
+}
+);
+width = 1180;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, 0}";
+},
+{
+name = top;
+position = "{1044, 2200}";
+},
+{
+name = top0315;
+position = "{1688, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1620 1044 LINE",
+"680 1044 LINE SMOOTH",
+"596 1044 OFFCURVE",
+"560 1092 OFFCURVE",
+"560 1140 CURVE SMOOTH",
+"560 1192 OFFCURVE",
+"612 1236 OFFCURVE",
+"680 1236 CURVE SMOOTH",
+"748 1236 OFFCURVE",
+"784 1192 OFFCURVE",
+"784 1084 CURVE SMOOTH",
+"784 576 LINE",
+"1244 576 LINE",
+"1244 968 LINE SMOOTH",
+"1244 1272 OFFCURVE",
+"1120 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"340 1556 OFFCURVE",
+"176 1360 OFFCURVE",
+"176 1128 CURVE SMOOTH",
+"176 904 OFFCURVE",
+"324 744 OFFCURVE",
+"632 744 CURVE SMOOTH",
+"1620 744 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"784 2048 LINE",
+"784 0 LINE",
+"1244 0 LINE",
+"1244 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 026C;
+userData = {
+interface.gridadjust.original = "{'width': 1233, 'leftMargin': 41, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = lcurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 -144 LINE",
+"216 -348 OFFCURVE",
+"332 -576 OFFCURVE",
+"640 -576 CURVE SMOOTH",
+"888 -576 OFFCURVE",
+"1044 -428 OFFCURVE",
+"1044 -212 CURVE SMOOTH",
+"1044 8 OFFCURVE",
+"880 152 OFFCURVE",
+"660 152 CURVE SMOOTH",
+"508 152 OFFCURVE",
+"344 84 OFFCURVE",
+"216 -48 CURVE SMOOTH",
+"-96 -368 LINE",
+"56 -524 LINE",
+"336 -232 LINE SMOOTH",
+"420 -144 OFFCURVE",
+"500 -60 OFFCURVE",
+"628 -60 CURVE SMOOTH",
+"732 -60 OFFCURVE",
+"800 -116 OFFCURVE",
+"800 -212 CURVE SMOOTH",
+"800 -304 OFFCURVE",
+"736 -372 OFFCURVE",
+"640 -372 CURVE SMOOTH",
+"540 -372 OFFCURVE",
+"452 -296 OFFCURVE",
+"452 -204 CURVE SMOOTH",
+"452 -120 OFFCURVE",
+"452 336 OFFCURVE",
+"452 336 CURVE",
+"216 336 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 2048 LINE"
+);
+}
+);
+width = 964;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 4 LINE",
+"144 -396 OFFCURVE",
+"468 -576 OFFCURVE",
+"720 -576 CURVE SMOOTH",
+"996 -576 OFFCURVE",
+"1168 -364 OFFCURVE",
+"1168 -152 CURVE SMOOTH",
+"1168 56 OFFCURVE",
+"1004 240 OFFCURVE",
+"756 240 CURVE SMOOTH",
+"520 240 OFFCURVE",
+"192 84 OFFCURVE",
+"-44 -104 CURVE SMOOTH",
+"-240 -260 LINE",
+"-24 -516 LINE",
+"248 -292 LINE SMOOTH",
+"432 -140 OFFCURVE",
+"564 -68 OFFCURVE",
+"712 -68 CURVE SMOOTH",
+"776 -68 OFFCURVE",
+"812 -124 OFFCURVE",
+"812 -164 CURVE SMOOTH",
+"812 -220 OFFCURVE",
+"772 -268 OFFCURVE",
+"724 -268 CURVE SMOOTH",
+"636 -268 OFFCURVE",
+"604 -208 OFFCURVE",
+"604 -112 CURVE SMOOTH",
+"604 -72 OFFCURVE",
+"604 400 OFFCURVE",
+"604 400 CURVE",
+"144 400 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 2048 LINE"
+);
+}
+);
+width = 1216;
+}
+);
+unicode = 0234;
+userData = {
+interface.gridadjust.original = "{'width': 1233, 'leftMargin': 28, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = m;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1204, 0}";
+},
+{
+name = bottom_dd;
+position = "{2440, -560}";
+},
+{
+name = marktop;
+position = "{1272, 1792}";
+},
+{
+name = top;
+position = "{1272, 1792}";
+},
+{
+name = top0315;
+position = "{2440, 1776}";
+},
+{
+name = top_dd;
+position = "{2440, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1324 1180 OFFCURVE",
+"1444 1328 OFFCURVE",
+"1652 1328 CURVE SMOOTH",
+"1780 1328 OFFCURVE",
+"1952 1252 OFFCURVE",
+"1952 1012 CURVE SMOOTH",
+"1952 0 LINE",
+"2188 0 LINE",
+"2188 1004 LINE SMOOTH",
+"2188 1380 OFFCURVE",
+"1980 1556 OFFCURVE",
+"1724 1556 CURVE SMOOTH",
+"1500 1556 OFFCURVE",
+"1324 1408 OFFCURVE",
+"1280 1280 CURVE",
+"1264 1280 LINE",
+"1196 1432 OFFCURVE",
+"1060 1556 OFFCURVE",
+"868 1556 CURVE SMOOTH",
+"672 1556 OFFCURVE",
+"512 1408 OFFCURVE",
+"468 1276 CURVE",
+"452 1276 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 916 LINE SMOOTH",
+"452 1168 OFFCURVE",
+"624 1328 OFFCURVE",
+"804 1328 CURVE SMOOTH",
+"976 1328 OFFCURVE",
+"1084 1236 OFFCURVE",
+"1084 1004 CURVE SMOOTH",
+"1084 0 LINE",
+"1324 0 LINE",
+"1324 964 LINE SMOOTH"
+);
+}
+);
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1220, 0}";
+},
+{
+name = bottom_dd;
+position = "{2380, -560}";
+},
+{
+name = marktop;
+position = "{1220, 1776}";
+},
+{
+name = top;
+position = "{1220, 1776}";
+},
+{
+name = top0315;
+position = "{2380, 1776}";
+},
+{
+name = top_dd;
+position = "{2380, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1204, -220}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1444 1120 OFFCURVE",
+"1520 1192 OFFCURVE",
+"1644 1192 CURVE SMOOTH",
+"1752 1192 OFFCURVE",
+"1836 1136 OFFCURVE",
+"1836 960 CURVE SMOOTH",
+"1836 0 LINE",
+"2296 0 LINE",
+"2296 960 LINE SMOOTH",
+"2296 1404 OFFCURVE",
+"2088 1556 OFFCURVE",
+"1828 1556 CURVE SMOOTH",
+"1632 1556 OFFCURVE",
+"1480 1468 OFFCURVE",
+"1396 1344 CURVE",
+"1380 1344 LINE",
+"1316 1480 OFFCURVE",
+"1188 1556 OFFCURVE",
+"1004 1556 CURVE SMOOTH",
+"816 1556 OFFCURVE",
+"692 1480 OFFCURVE",
+"604 1372 CURVE",
+"592 1372 LINE",
+"592 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 968 LINE",
+"604 1132 OFFCURVE",
+"688 1192 OFFCURVE",
+"792 1192 CURVE SMOOTH",
+"908 1192 OFFCURVE",
+"1000 1124 OFFCURVE",
+"1000 960 CURVE SMOOTH",
+"1000 0 LINE",
+"1444 0 LINE",
+"1444 952 LINE SMOOTH"
+);
+}
+);
+width = 2440;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = a;
+unicode = 006D;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = mhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1256, -616}";
+},
+{
+name = top;
+position = "{1256, 1776}";
+},
+{
+name = top0315;
+position = "{2472, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1952 -164 LINE SMOOTH",
+"1952 -324 OFFCURVE",
+"1856 -372 OFFCURVE",
+"1728 -372 CURVE SMOOTH",
+"1700 -372 OFFCURVE",
+"1672 -368 OFFCURVE",
+"1652 -364 CURVE",
+"1652 -564 LINE",
+"1688 -576 OFFCURVE",
+"1740 -576 OFFCURVE",
+"1788 -576 CURVE SMOOTH",
+"2012 -576 OFFCURVE",
+"2188 -428 OFFCURVE",
+"2188 -164 CURVE SMOOTH",
+"2188 36 LINE",
+"1952 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1324 1180 OFFCURVE",
+"1444 1328 OFFCURVE",
+"1652 1328 CURVE SMOOTH",
+"1780 1328 OFFCURVE",
+"1952 1252 OFFCURVE",
+"1952 1012 CURVE SMOOTH",
+"1952 0 LINE",
+"2188 0 LINE",
+"2188 1004 LINE SMOOTH",
+"2188 1380 OFFCURVE",
+"1980 1556 OFFCURVE",
+"1724 1556 CURVE SMOOTH",
+"1500 1556 OFFCURVE",
+"1324 1408 OFFCURVE",
+"1280 1280 CURVE",
+"1264 1280 LINE",
+"1196 1432 OFFCURVE",
+"1060 1556 OFFCURVE",
+"868 1556 CURVE SMOOTH",
+"672 1556 OFFCURVE",
+"512 1408 OFFCURVE",
+"468 1276 CURVE",
+"452 1276 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 916 LINE SMOOTH",
+"452 1168 OFFCURVE",
+"624 1328 OFFCURVE",
+"804 1328 CURVE SMOOTH",
+"976 1328 OFFCURVE",
+"1084 1236 OFFCURVE",
+"1084 1004 CURVE SMOOTH",
+"1084 0 LINE",
+"1324 0 LINE",
+"1324 964 LINE SMOOTH"
+);
+}
+);
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1204, -616}";
+},
+{
+name = top;
+position = "{1204, 1776}";
+},
+{
+name = top0315;
+position = "{2416, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1836 -80 LINE SMOOTH",
+"1836 -192 OFFCURVE",
+"1736 -220 OFFCURVE",
+"1632 -220 CURVE SMOOTH",
+"1592 -220 OFFCURVE",
+"1556 -216 OFFCURVE",
+"1524 -212 CURVE",
+"1524 -560 LINE",
+"1580 -568 OFFCURVE",
+"1656 -576 OFFCURVE",
+"1756 -576 CURVE SMOOTH",
+"1996 -576 OFFCURVE",
+"2296 -516 OFFCURVE",
+"2296 -80 CURVE SMOOTH",
+"2296 184 LINE",
+"1836 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1444 1120 OFFCURVE",
+"1520 1192 OFFCURVE",
+"1644 1192 CURVE SMOOTH",
+"1752 1192 OFFCURVE",
+"1836 1136 OFFCURVE",
+"1836 960 CURVE SMOOTH",
+"1836 0 LINE",
+"2296 0 LINE",
+"2296 960 LINE SMOOTH",
+"2296 1404 OFFCURVE",
+"2088 1556 OFFCURVE",
+"1828 1556 CURVE SMOOTH",
+"1632 1556 OFFCURVE",
+"1480 1468 OFFCURVE",
+"1396 1344 CURVE",
+"1380 1344 LINE",
+"1316 1480 OFFCURVE",
+"1188 1556 OFFCURVE",
+"1004 1556 CURVE SMOOTH",
+"816 1556 OFFCURVE",
+"692 1480 OFFCURVE",
+"604 1372 CURVE",
+"592 1372 LINE",
+"592 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 968 LINE",
+"604 1132 OFFCURVE",
+"688 1192 OFFCURVE",
+"792 1192 CURVE SMOOTH",
+"908 1192 OFFCURVE",
+"1000 1124 OFFCURVE",
+"1000 960 CURVE SMOOTH",
+"1000 0 LINE",
+"1444 0 LINE",
+"1444 952 LINE SMOOTH"
+);
+}
+);
+width = 2440;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = a;
+unicode = 0271;
+userData = {
+interface.gridadjust.original = "{'width': 2463, 'leftMargin': 256, 'rightMargin': 159}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = mturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1276, 0}";
+},
+{
+name = top;
+position = "{1276, 1776}";
+},
+{
+name = top0315;
+position = "{2500, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = m;
+transform = "{-1, 0, 0, -1, 2388, 1536}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1176, 0}";
+},
+{
+name = top;
+position = "{1176, 1776}";
+},
+{
+name = top0315;
+position = "{2384, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = m;
+transform = "{-1, 0, 0, -1, 2408, 1536}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2440;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 026F;
+userData = {
+interface.gridadjust.original = "{'width': 2463, 'leftMargin': 188, 'rightMargin': 189}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = mturndescend;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1280, -616}";
+},
+{
+name = top;
+position = "{1280, 1776}";
+},
+{
+name = top0315;
+position = "{2504, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2188 -576 LINE",
+"2188 24 LINE",
+"1952 24 LINE",
+"1952 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1064 356 OFFCURVE",
+"944 208 OFFCURVE",
+"736 208 CURVE SMOOTH",
+"608 208 OFFCURVE",
+"436 284 OFFCURVE",
+"436 524 CURVE SMOOTH",
+"436 1536 LINE",
+"200 1536 LINE",
+"200 532 LINE SMOOTH",
+"200 156 OFFCURVE",
+"408 -20 OFFCURVE",
+"664 -20 CURVE SMOOTH",
+"888 -20 OFFCURVE",
+"1064 128 OFFCURVE",
+"1108 256 CURVE",
+"1124 256 LINE",
+"1192 104 OFFCURVE",
+"1328 -20 OFFCURVE",
+"1520 -20 CURVE SMOOTH",
+"1716 -20 OFFCURVE",
+"1876 128 OFFCURVE",
+"1920 260 CURVE",
+"1936 260 LINE",
+"1936 0 LINE",
+"2172 0 LINE",
+"2172 1536 LINE",
+"1936 1536 LINE",
+"1936 620 LINE SMOOTH",
+"1936 368 OFFCURVE",
+"1764 208 OFFCURVE",
+"1584 208 CURVE SMOOTH",
+"1412 208 OFFCURVE",
+"1304 300 OFFCURVE",
+"1304 532 CURVE SMOOTH",
+"1304 1536 LINE",
+"1064 1536 LINE",
+"1064 572 LINE SMOOTH"
+);
+}
+);
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1176, -616}";
+},
+{
+name = top;
+position = "{1176, 1776}";
+},
+{
+name = top0315;
+position = "{2384, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2296 -576 LINE",
+"2296 24 LINE",
+"1848 24 LINE",
+"1848 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"964 416 OFFCURVE",
+"888 344 OFFCURVE",
+"764 344 CURVE SMOOTH",
+"656 344 OFFCURVE",
+"572 400 OFFCURVE",
+"572 576 CURVE SMOOTH",
+"572 1536 LINE",
+"112 1536 LINE",
+"112 576 LINE SMOOTH",
+"112 132 OFFCURVE",
+"320 -20 OFFCURVE",
+"580 -20 CURVE SMOOTH",
+"776 -20 OFFCURVE",
+"928 68 OFFCURVE",
+"1012 192 CURVE",
+"1028 192 LINE",
+"1092 56 OFFCURVE",
+"1220 -20 OFFCURVE",
+"1404 -20 CURVE SMOOTH",
+"1592 -20 OFFCURVE",
+"1716 56 OFFCURVE",
+"1804 164 CURVE",
+"1816 164 LINE",
+"1816 0 LINE",
+"2264 0 LINE",
+"2264 1536 LINE",
+"1804 1536 LINE",
+"1804 568 LINE",
+"1804 404 OFFCURVE",
+"1720 344 OFFCURVE",
+"1616 344 CURVE SMOOTH",
+"1500 344 OFFCURVE",
+"1408 412 OFFCURVE",
+"1408 576 CURVE SMOOTH",
+"1408 1536 LINE",
+"964 1536 LINE",
+"964 584 LINE SMOOTH"
+);
+}
+);
+width = 2440;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = g;
+unicode = 0270;
+userData = {
+interface.gridadjust.original = "{'width': 2463, 'leftMargin': 188, 'rightMargin': 189}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = n;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = caron;
+position = "{-192, 2120}";
+},
+{
+name = marktop;
+position = "{824, 1792}";
+},
+{
+name = right;
+position = "{1216, 0}";
+},
+{
+name = top;
+position = "{824, 1792}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1196 OFFCURVE",
+"672 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1044 1328 OFFCURVE",
+"1184 1184 OFFCURVE",
+"1184 960 CURVE SMOOTH",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1368 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"540 1432 OFFCURVE",
+"468 1276 CURVE",
+"452 1276 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 908 LINE SMOOTH"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = caron;
+position = "{-136, 2108}";
+},
+{
+name = marktop;
+position = "{832, 1776}";
+},
+{
+name = right;
+position = "{1448, 0}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{816, -164}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 1032 OFFCURVE",
+"660 1192 OFFCURVE",
+"832 1192 CURVE SMOOTH",
+"956 1192 OFFCURVE",
+"1052 1108 OFFCURVE",
+"1052 944 CURVE SMOOTH",
+"1052 0 LINE",
+"1512 0 LINE",
+"1512 960 LINE SMOOTH",
+"1512 1404 OFFCURVE",
+"1256 1556 OFFCURVE",
+"996 1556 CURVE SMOOTH",
+"820 1556 OFFCURVE",
+"672 1484 OFFCURVE",
+"584 1372 CURVE",
+"568 1372 LINE",
+"568 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+}
+);
+width = 1656;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = a;
+unicode = 006E;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ntilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 132, 0}";
+},
+{
+name = n;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 152, 0}";
+},
+{
+name = n;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = a;
+unicode = 00F1;
+},
+{
+glyphname = nrthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{796, -616}";
+},
+{
+name = top;
+position = "{796, 1776}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1184 36 LINE",
+"1184 -164 LINE SMOOTH",
+"1184 -428 OFFCURVE",
+"1360 -576 OFFCURVE",
+"1584 -576 CURVE SMOOTH",
+"1632 -576 OFFCURVE",
+"1684 -576 OFFCURVE",
+"1720 -564 CURVE",
+"1720 -364 LINE",
+"1700 -368 OFFCURVE",
+"1672 -372 OFFCURVE",
+"1644 -372 CURVE SMOOTH",
+"1516 -372 OFFCURVE",
+"1420 -324 OFFCURVE",
+"1420 -164 CURVE SMOOTH",
+"1420 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1196 OFFCURVE",
+"672 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1044 1328 OFFCURVE",
+"1184 1184 OFFCURVE",
+"1184 960 CURVE SMOOTH",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1368 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"540 1432 OFFCURVE",
+"468 1276 CURVE",
+"452 1276 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 908 LINE SMOOTH"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{872, -616}";
+},
+{
+name = top;
+position = "{872, 1776}";
+},
+{
+name = top0315;
+position = "{1876, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1052 184 LINE",
+"1052 -80 LINE SMOOTH",
+"1052 -516 OFFCURVE",
+"1352 -576 OFFCURVE",
+"1592 -576 CURVE SMOOTH",
+"1692 -576 OFFCURVE",
+"1768 -568 OFFCURVE",
+"1824 -560 CURVE",
+"1824 -212 LINE",
+"1792 -216 OFFCURVE",
+"1756 -220 OFFCURVE",
+"1716 -220 CURVE SMOOTH",
+"1612 -220 OFFCURVE",
+"1512 -192 OFFCURVE",
+"1512 -80 CURVE SMOOTH",
+"1512 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1032 OFFCURVE",
+"660 1192 OFFCURVE",
+"832 1192 CURVE SMOOTH",
+"956 1192 OFFCURVE",
+"1052 1108 OFFCURVE",
+"1052 944 CURVE SMOOTH",
+"1052 0 LINE",
+"1512 0 LINE",
+"1512 960 LINE SMOOTH",
+"1512 1404 OFFCURVE",
+"1256 1556 OFFCURVE",
+"996 1556 CURVE SMOOTH",
+"820 1556 OFFCURVE",
+"672 1484 OFFCURVE",
+"584 1372 CURVE",
+"568 1372 LINE",
+"568 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+}
+);
+width = 1776;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = rthook;
+unicode = 0273;
+userData = {
+interface.gridadjust.original = "{'width': 1638, 'leftMargin': 256, 'rightMargin': -13}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = eng;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{736, 16}";
+},
+{
+name = markbottom;
+position = "{736, 16}";
+},
+{
+name = parenthesses.w1;
+position = "{1068, -420}";
+},
+{
+name = top;
+position = "{752, 1776}";
+},
+{
+name = top0315;
+position = "{1568, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1184 -164 LINE SMOOTH",
+"1184 -324 OFFCURVE",
+"1088 -372 OFFCURVE",
+"960 -372 CURVE SMOOTH",
+"932 -372 OFFCURVE",
+"904 -368 OFFCURVE",
+"884 -364 CURVE",
+"884 -564 LINE",
+"920 -576 OFFCURVE",
+"972 -576 OFFCURVE",
+"1020 -576 CURVE SMOOTH",
+"1244 -576 OFFCURVE",
+"1420 -428 OFFCURVE",
+"1420 -164 CURVE SMOOTH",
+"1420 36 LINE",
+"1184 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1196 OFFCURVE",
+"672 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1044 1328 OFFCURVE",
+"1184 1184 OFFCURVE",
+"1184 960 CURVE SMOOTH",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1368 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"540 1432 OFFCURVE",
+"468 1276 CURVE",
+"452 1276 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 908 LINE SMOOTH"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = markbottom;
+position = "{784, 16}";
+},
+{
+name = parenthesses.w1;
+position = "{1064, -424}";
+},
+{
+name = top;
+position = "{784, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1052 -20 LINE SMOOTH",
+"1052 -160 OFFCURVE",
+"992 -224 OFFCURVE",
+"888 -224 CURVE SMOOTH",
+"828 -224 OFFCURVE",
+"792 -216 OFFCURVE",
+"752 -208 CURVE",
+"716 -580 LINE",
+"792 -596 OFFCURVE",
+"868 -600 OFFCURVE",
+"944 -600 CURVE SMOOTH",
+"1288 -600 OFFCURVE",
+"1512 -396 OFFCURVE",
+"1512 -20 CURVE SMOOTH",
+"1512 128 LINE",
+"1052 128 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1032 OFFCURVE",
+"660 1192 OFFCURVE",
+"832 1192 CURVE SMOOTH",
+"956 1192 OFFCURVE",
+"1052 1108 OFFCURVE",
+"1052 944 CURVE SMOOTH",
+"1052 0 LINE",
+"1512 0 LINE",
+"1512 960 LINE SMOOTH",
+"1512 1404 OFFCURVE",
+"1256 1556 OFFCURVE",
+"996 1556 CURVE SMOOTH",
+"820 1556 OFFCURVE",
+"672 1484 OFFCURVE",
+"584 1372 CURVE",
+"568 1372 LINE",
+"568 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+}
+);
+width = 1656;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = a;
+unicode = 014B;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 197, 'rightMargin': 206}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ncurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1184 88 LINE",
+"1184 -116 OFFCURVE",
+"1300 -344 OFFCURVE",
+"1608 -344 CURVE SMOOTH",
+"1856 -344 OFFCURVE",
+"2012 -196 OFFCURVE",
+"2012 20 CURVE SMOOTH",
+"2012 240 OFFCURVE",
+"1848 384 OFFCURVE",
+"1628 384 CURVE SMOOTH",
+"1476 384 OFFCURVE",
+"1312 316 OFFCURVE",
+"1184 184 CURVE SMOOTH",
+"872 -136 LINE",
+"1024 -292 LINE",
+"1304 0 LINE SMOOTH",
+"1388 88 OFFCURVE",
+"1468 172 OFFCURVE",
+"1596 172 CURVE SMOOTH",
+"1700 172 OFFCURVE",
+"1768 116 OFFCURVE",
+"1768 20 CURVE SMOOTH",
+"1768 -72 OFFCURVE",
+"1704 -140 OFFCURVE",
+"1608 -140 CURVE SMOOTH",
+"1508 -140 OFFCURVE",
+"1420 -64 OFFCURVE",
+"1420 28 CURVE SMOOTH",
+"1420 112 OFFCURVE",
+"1420 568 OFFCURVE",
+"1420 568 CURVE",
+"1184 568 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1196 OFFCURVE",
+"672 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1044 1328 OFFCURVE",
+"1184 1184 OFFCURVE",
+"1184 960 CURVE SMOOTH",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1368 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"540 1432 OFFCURVE",
+"468 1276 CURVE",
+"452 1276 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 908 LINE SMOOTH"
+);
+}
+);
+width = 1976;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1052 4 LINE",
+"1052 -396 OFFCURVE",
+"1376 -576 OFFCURVE",
+"1628 -576 CURVE SMOOTH",
+"1904 -576 OFFCURVE",
+"2076 -364 OFFCURVE",
+"2076 -152 CURVE SMOOTH",
+"2076 56 OFFCURVE",
+"1912 240 OFFCURVE",
+"1664 240 CURVE SMOOTH",
+"1428 240 OFFCURVE",
+"1100 84 OFFCURVE",
+"864 -104 CURVE SMOOTH",
+"668 -260 LINE",
+"884 -516 LINE",
+"1156 -292 LINE SMOOTH",
+"1340 -140 OFFCURVE",
+"1472 -68 OFFCURVE",
+"1620 -68 CURVE SMOOTH",
+"1684 -68 OFFCURVE",
+"1720 -124 OFFCURVE",
+"1720 -164 CURVE SMOOTH",
+"1720 -220 OFFCURVE",
+"1680 -268 OFFCURVE",
+"1632 -268 CURVE SMOOTH",
+"1544 -268 OFFCURVE",
+"1512 -208 OFFCURVE",
+"1512 -112 CURVE SMOOTH",
+"1512 -72 OFFCURVE",
+"1512 400 OFFCURVE",
+"1512 400 CURVE",
+"1052 400 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1032 OFFCURVE",
+"660 1192 OFFCURVE",
+"832 1192 CURVE SMOOTH",
+"956 1192 OFFCURVE",
+"1052 1108 OFFCURVE",
+"1052 944 CURVE SMOOTH",
+"1052 0 LINE",
+"1512 0 LINE",
+"1512 960 LINE SMOOTH",
+"1512 1404 OFFCURVE",
+"1256 1556 OFFCURVE",
+"996 1556 CURVE SMOOTH",
+"820 1556 OFFCURVE",
+"672 1484 OFFCURVE",
+"584 1372 CURVE",
+"568 1372 LINE",
+"568 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+}
+);
+width = 2124;
+}
+);
+leftKerningGroup = m;
+unicode = 0235;
+userData = {
+interface.gridadjust.original = "{'width': 1987, 'leftMargin': 188, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = nlfthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{964, -616}";
+},
+{
+name = top;
+position = "{964, 1776}";
+},
+{
+name = top0315;
+position = "{1724, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 -164 LINE SMOOTH",
+"216 -324 OFFCURVE",
+"120 -372 OFFCURVE",
+"-8 -372 CURVE SMOOTH",
+"-36 -372 OFFCURVE",
+"-64 -368 OFFCURVE",
+"-84 -364 CURVE",
+"-84 -564 LINE",
+"-48 -576 OFFCURVE",
+"4 -576 OFFCURVE",
+"52 -576 CURVE SMOOTH",
+"276 -576 OFFCURVE",
+"452 -428 OFFCURVE",
+"452 -164 CURVE SMOOTH",
+"452 36 LINE",
+"216 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 1196 OFFCURVE",
+"672 1328 OFFCURVE",
+"848 1328 CURVE SMOOTH",
+"1044 1328 OFFCURVE",
+"1184 1184 OFFCURVE",
+"1184 960 CURVE SMOOTH",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 976 LINE SMOOTH",
+"1420 1368 OFFCURVE",
+"1212 1556 OFFCURVE",
+"924 1556 CURVE SMOOTH",
+"692 1556 OFFCURVE",
+"540 1432 OFFCURVE",
+"468 1276 CURVE",
+"452 1276 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 908 LINE SMOOTH"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1232, -616}";
+},
+{
+name = top;
+position = "{1232, 1776}";
+},
+{
+name = top0315;
+position = "{2008, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 -80 LINE SMOOTH",
+"264 -192 OFFCURVE",
+"164 -220 OFFCURVE",
+"60 -220 CURVE SMOOTH",
+"20 -220 OFFCURVE",
+"-16 -216 OFFCURVE",
+"-48 -212 CURVE",
+"-48 -560 LINE",
+"8 -568 OFFCURVE",
+"84 -576 OFFCURVE",
+"184 -576 CURVE SMOOTH",
+"424 -576 OFFCURVE",
+"724 -516 OFFCURVE",
+"724 -80 CURVE SMOOTH",
+"724 184 LINE",
+"264 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"724 1032 OFFCURVE",
+"780 1192 OFFCURVE",
+"952 1192 CURVE SMOOTH",
+"1076 1192 OFFCURVE",
+"1172 1108 OFFCURVE",
+"1172 944 CURVE SMOOTH",
+"1172 0 LINE",
+"1632 0 LINE",
+"1632 960 LINE SMOOTH",
+"1632 1404 OFFCURVE",
+"1376 1556 OFFCURVE",
+"1116 1556 CURVE SMOOTH",
+"940 1556 OFFCURVE",
+"792 1484 OFFCURVE",
+"704 1372 CURVE",
+"688 1372 LINE",
+"688 1536 LINE",
+"264 1536 LINE",
+"264 0 LINE",
+"724 0 LINE",
+"724 816 LINE SMOOTH"
+);
+}
+);
+width = 1776;
+}
+);
+rightKerningGroup = a;
+unicode = 0272;
+userData = {
+interface.gridadjust.original = "{'width': 1636, 'leftMargin': -14, 'rightMargin': 20}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = o;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = rhotichook;
+position = "{1368, 896}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{832, 1208}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1256 -32 OFFCURVE",
+"1536 284 OFFCURVE",
+"1536 760 CURVE SMOOTH",
+"1536 1240 OFFCURVE",
+"1256 1556 OFFCURVE",
+"840 1556 CURVE SMOOTH",
+"424 1556 OFFCURVE",
+"144 1240 OFFCURVE",
+"144 760 CURVE SMOOTH",
+"144 284 OFFCURVE",
+"424 -32 OFFCURVE",
+"840 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"524 180 OFFCURVE",
+"380 452 OFFCURVE",
+"380 760 CURVE SMOOTH",
+"380 1068 OFFCURVE",
+"524 1344 OFFCURVE",
+"840 1344 CURVE SMOOTH",
+"1156 1344 OFFCURVE",
+"1300 1068 OFFCURVE",
+"1300 760 CURVE SMOOTH",
+"1300 452 OFFCURVE",
+"1156 180 OFFCURVE",
+"840 180 CURVE SMOOTH"
+);
+}
+);
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = rhotichook;
+position = "{1448, 900}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 2858.625}";
+},
+{
+position = "{772, 768}";
+},
+{
+angle = 90;
+position = "{804, 540}";
+},
+{
+angle = 90;
+position = "{1256, 1684}";
+},
+{
+angle = 90;
+position = "{352, 1504}";
+},
+{
+position = "{1540, 1232}";
+},
+{
+position = "{1672, 304}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1272 -28 OFFCURVE",
+"1544 304 OFFCURVE",
+"1544 768 CURVE SMOOTH",
+"1544 1232 OFFCURVE",
+"1272 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"1028 1192 OFFCURVE",
+"1108 1024 OFFCURVE",
+"1108 768 CURVE SMOOTH",
+"1108 512 OFFCURVE",
+"1028 340 OFFCURVE",
+"820 340 CURVE SMOOTH"
+);
+}
+);
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 006F;
+userData = {
+com.typemytype.robofont.guideline.magnetic.k4vPhVkDP6 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = odieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 16, 0}";
+},
+{
+name = o;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 164, 0}";
+},
+{
+name = o;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 00F6;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = otilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 208, 0}";
+},
+{
+name = o;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 164, 0}";
+},
+{
+name = o;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 00F5;
+},
+{
+glyphname = oslash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{852, 1792}";
+},
+{
+name = top0315;
+position = "{1596, 1792}";
+},
+{
+name = top_dd;
+position = "{1612, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{832, 1232}";
+},
+{
+angle = 55.9902;
+position = "{832, 768}";
+},
+{
+position = "{948, 1556}";
+},
+{
+position = "{1040, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1452 1504 LINE",
+"1300 1608 LINE",
+"228 20 LINE",
+"380 -84 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1256 -32 OFFCURVE",
+"1536 284 OFFCURVE",
+"1536 760 CURVE SMOOTH",
+"1536 1240 OFFCURVE",
+"1256 1556 OFFCURVE",
+"840 1556 CURVE SMOOTH",
+"424 1556 OFFCURVE",
+"144 1240 OFFCURVE",
+"144 760 CURVE SMOOTH",
+"144 284 OFFCURVE",
+"424 -32 OFFCURVE",
+"840 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"524 180 OFFCURVE",
+"380 452 OFFCURVE",
+"380 760 CURVE SMOOTH",
+"380 1068 OFFCURVE",
+"524 1344 OFFCURVE",
+"840 1344 CURVE SMOOTH",
+"1156 1344 OFFCURVE",
+"1300 1068 OFFCURVE",
+"1300 760 CURVE SMOOTH",
+"1300 452 OFFCURVE",
+"1156 180 OFFCURVE",
+"840 180 CURVE SMOOTH"
+);
+}
+);
+width = 1680;
+},
+{
+anchors = (
+{
+name = top;
+position = "{660, 1768}";
+},
+{
+name = top0315;
+position = "{1504, 1768}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+guideLines = (
+{
+position = "{988, 768}";
+},
+{
+angle = 90;
+position = "{772, 1444}";
+},
+{
+angle = 56.0235;
+position = "{772, 768}";
+},
+{
+angle = 325.5392;
+position = "{1444, 1460}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1452 1488 LINE",
+"1252 1624 LINE",
+"180 36 LINE",
+"380 -100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 -28 OFFCURVE",
+"1544 304 OFFCURVE",
+"1544 768 CURVE SMOOTH",
+"1544 1232 OFFCURVE",
+"1272 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"1028 1192 OFFCURVE",
+"1108 1024 OFFCURVE",
+"1108 768 CURVE SMOOTH",
+"1108 512 OFFCURVE",
+"1028 340 OFFCURVE",
+"820 340 CURVE SMOOTH"
+);
+}
+);
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 00F8;
+userData = {
+com.typemytype.robofont.guideline.magnetic.49COOBBAbR = 5;
+com.typemytype.robofont.guideline.magnetic.6oUqwWxpuH = 5;
+com.typemytype.robofont.guideline.magnetic.csWBhLA7NW = 5;
+com.typemytype.robofont.guideline.magnetic.yqY0voZV2N = 5;
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 236, 'rightMargin': 46}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ohorn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -16}";
+},
+{
+name = top;
+position = "{912, 1792}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1464 1456 OFFCURVE",
+"1436 1324 OFFCURVE",
+"1236 1324 CURVE",
+"1236 1156 LINE",
+"1568 1156 OFFCURVE",
+"1684 1348 OFFCURVE",
+"1684 1652 CURVE",
+"1464 1652 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1256 -32 OFFCURVE",
+"1536 284 OFFCURVE",
+"1536 760 CURVE SMOOTH",
+"1536 1240 OFFCURVE",
+"1256 1556 OFFCURVE",
+"840 1556 CURVE SMOOTH",
+"424 1556 OFFCURVE",
+"144 1240 OFFCURVE",
+"144 760 CURVE SMOOTH",
+"144 284 OFFCURVE",
+"424 -32 OFFCURVE",
+"840 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"524 180 OFFCURVE",
+"380 452 OFFCURVE",
+"380 760 CURVE SMOOTH",
+"380 1068 OFFCURVE",
+"524 1344 OFFCURVE",
+"840 1344 CURVE SMOOTH",
+"1156 1344 OFFCURVE",
+"1300 1068 OFFCURVE",
+"1300 760 CURVE SMOOTH",
+"1300 452 OFFCURVE",
+"1156 180 OFFCURVE",
+"840 180 CURVE SMOOTH"
+);
+}
+);
+width = 1700;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, 0}";
+},
+{
+name = top;
+position = "{812, 1776}";
+},
+{
+name = top0315;
+position = "{1664, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 1388 OFFCURVE",
+"1440 1248 OFFCURVE",
+"1232 1248 CURVE",
+"1232 1076 LINE",
+"1584 1076 OFFCURVE",
+"1740 1276 OFFCURVE",
+"1740 1620 CURVE",
+"1488 1620 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 -28 OFFCURVE",
+"1544 304 OFFCURVE",
+"1544 768 CURVE SMOOTH",
+"1544 1232 OFFCURVE",
+"1272 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"1028 1192 OFFCURVE",
+"1108 1024 OFFCURVE",
+"1108 768 CURVE SMOOTH",
+"1108 512 OFFCURVE",
+"1028 340 OFFCURVE",
+"820 340 CURVE SMOOTH"
+);
+}
+);
+width = 1740;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ohorn;
+unicode = 01A1;
+userData = {
+interface.gridadjust.original = "{'width': 1617.0, 'leftMargin': 236, 'rightMargin': -55.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = fitacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{776, 1776}";
+},
+{
+name = top0315;
+position = "{1612, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"296 876 LINE",
+"296 656 LINE",
+"1372 656 LINE",
+"1372 876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1256 -32 OFFCURVE",
+"1536 284 OFFCURVE",
+"1536 760 CURVE SMOOTH",
+"1536 1240 OFFCURVE",
+"1256 1556 OFFCURVE",
+"840 1556 CURVE SMOOTH",
+"424 1556 OFFCURVE",
+"144 1240 OFFCURVE",
+"144 760 CURVE SMOOTH",
+"144 284 OFFCURVE",
+"424 -32 OFFCURVE",
+"840 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"524 180 OFFCURVE",
+"380 452 OFFCURVE",
+"380 760 CURVE SMOOTH",
+"380 1068 OFFCURVE",
+"524 1344 OFFCURVE",
+"840 1344 CURVE SMOOTH",
+"1156 1344 OFFCURVE",
+"1300 1068 OFFCURVE",
+"1300 760 CURVE SMOOTH",
+"1300 452 OFFCURVE",
+"1156 180 OFFCURVE",
+"840 180 CURVE SMOOTH"
+);
+}
+);
+width = 1680;
+},
+{
+anchors = (
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1608, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"352 896 LINE",
+"352 632 LINE",
+"1288 632 LINE",
+"1288 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 -28 OFFCURVE",
+"1544 304 OFFCURVE",
+"1544 768 CURVE SMOOTH",
+"1544 1232 OFFCURVE",
+"1272 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"1028 1192 OFFCURVE",
+"1108 1024 OFFCURVE",
+"1108 768 CURVE SMOOTH",
+"1108 512 OFFCURVE",
+"1028 340 OFFCURVE",
+"820 340 CURVE SMOOTH"
+);
+}
+);
+width = 1640;
+}
+);
+unicode = 0473;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 236, 'rightMargin': 46}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = oe;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1288, 0}";
+},
+{
+name = bottom_dd;
+position = "{2544, -560}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2544, 1776}";
+},
+{
+name = top_dd;
+position = "{2544, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = o;
+},
+{
+alignment = -1;
+name = e;
+transform = "{1, 0, 0, 1, 1156, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1272, 0}";
+},
+{
+name = bottom_dd;
+position = "{2568, -560}";
+},
+{
+name = top;
+position = "{1264, 1776}";
+},
+{
+name = top0315;
+position = "{2568, 1776}";
+},
+{
+name = top_dd;
+position = "{2568, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = o;
+},
+{
+alignment = -1;
+name = e;
+transform = "{1, 0, 0, 1, 1012, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2648;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 0153;
+userData = {
+interface.gridadjust.original = "{'width': 2548, 'leftMargin': 135, 'rightMargin': 94}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = p;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -576}";
+},
+{
+name = bottom_dd;
+position = "{1560, -560}";
+},
+{
+name = marktop;
+position = "{904, 1792}";
+},
+{
+name = top;
+position = "{904, 1792}";
+},
+{
+name = top0315;
+position = "{1560, 1760}";
+},
+{
+name = top_dd;
+position = "{1560, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 -576 LINE",
+"452 392 LINE",
+"384 728 LINE",
+"444 1148 LINE",
+"444 1244 LINE",
+"444 1536 LINE",
+"216 1536 LINE",
+"216 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 236 LINE",
+"472 236 LINE",
+"524 152 OFFCURVE",
+"624 -32 OFFCURVE",
+"920 -32 CURVE SMOOTH",
+"1304 -32 OFFCURVE",
+"1572 276 OFFCURVE",
+"1572 764 CURVE SMOOTH",
+"1572 1248 OFFCURVE",
+"1304 1556 OFFCURVE",
+"916 1556 CURVE SMOOTH",
+"616 1556 OFFCURVE",
+"524 1372 OFFCURVE",
+"472 1292 CURVE",
+"356 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 440 OFFCURVE",
+"1184 180 OFFCURVE",
+"888 180 CURVE SMOOTH",
+"604 180 OFFCURVE",
+"448 420 OFFCURVE",
+"448 768 CURVE SMOOTH",
+"448 1112 OFFCURVE",
+"600 1344 OFFCURVE",
+"888 1344 CURVE SMOOTH",
+"1188 1344 OFFCURVE",
+"1336 1092 OFFCURVE",
+"1336 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -560}";
+},
+{
+name = bottom_dd;
+position = "{1716, -560}";
+},
+{
+name = marktop;
+position = "{1060, 1760}";
+},
+{
+name = top;
+position = "{1060, 1760}";
+},
+{
+name = top0315;
+position = "{1716, 1760}";
+},
+{
+name = top_dd;
+position = "{1716, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 -576 LINE",
+"604 292 LINE",
+"436 736 LINE",
+"600 1192 LINE",
+"600 1244 LINE",
+"600 1536 LINE",
+"144 1536 LINE",
+"144 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 156 LINE",
+"620 156 LINE",
+"672 40 OFFCURVE",
+"804 -24 OFFCURVE",
+"964 -24 CURVE SMOOTH",
+"1288 -24 OFFCURVE",
+"1556 244 OFFCURVE",
+"1556 768 CURVE SMOOTH",
+"1556 1304 OFFCURVE",
+"1272 1556 OFFCURVE",
+"964 1556 CURVE SMOOTH",
+"804 1556 OFFCURVE",
+"672 1488 OFFCURVE",
+"620 1372 CURVE",
+"420 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 500 OFFCURVE",
+"1024 340 OFFCURVE",
+"828 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"552 536 OFFCURVE",
+"552 768 CURVE SMOOTH",
+"552 1004 OFFCURVE",
+"616 1192 OFFCURVE",
+"828 1192 CURVE SMOOTH",
+"1024 1192 OFFCURVE",
+"1124 1036 OFFCURVE",
+"1124 768 CURVE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = b;
+unicode = 0070;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni048F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"924 384 LINE",
+"1388 -132 LINE",
+"1548 20 LINE",
+"1084 536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 -576 LINE",
+"452 392 LINE",
+"384 728 LINE",
+"444 1148 LINE",
+"444 1244 LINE",
+"444 1536 LINE",
+"216 1536 LINE",
+"216 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 236 LINE",
+"472 236 LINE",
+"524 152 OFFCURVE",
+"624 -32 OFFCURVE",
+"920 -32 CURVE SMOOTH",
+"1304 -32 OFFCURVE",
+"1572 276 OFFCURVE",
+"1572 764 CURVE SMOOTH",
+"1572 1248 OFFCURVE",
+"1304 1556 OFFCURVE",
+"916 1556 CURVE SMOOTH",
+"616 1556 OFFCURVE",
+"524 1372 OFFCURVE",
+"472 1292 CURVE",
+"356 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 440 OFFCURVE",
+"1184 180 OFFCURVE",
+"888 180 CURVE SMOOTH",
+"604 180 OFFCURVE",
+"448 420 OFFCURVE",
+"448 768 CURVE SMOOTH",
+"448 1112 OFFCURVE",
+"600 1344 OFFCURVE",
+"888 1344 CURVE SMOOTH",
+"1188 1344 OFFCURVE",
+"1336 1092 OFFCURVE",
+"1336 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"796 564 LINE",
+"1344 -116 LINE",
+"1484 -4 LINE",
+"932 676 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 -576 LINE",
+"604 292 LINE",
+"436 736 LINE",
+"600 1192 LINE",
+"600 1244 LINE",
+"600 1536 LINE",
+"144 1536 LINE",
+"144 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 156 LINE",
+"620 156 LINE",
+"672 40 OFFCURVE",
+"804 -24 OFFCURVE",
+"964 -24 CURVE SMOOTH",
+"1288 -24 OFFCURVE",
+"1556 244 OFFCURVE",
+"1556 768 CURVE SMOOTH",
+"1556 1304 OFFCURVE",
+"1272 1556 OFFCURVE",
+"964 1556 CURVE SMOOTH",
+"804 1556 OFFCURVE",
+"672 1488 OFFCURVE",
+"620 1372 CURVE",
+"420 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 500 OFFCURVE",
+"1024 340 OFFCURVE",
+"828 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"552 536 OFFCURVE",
+"552 768 CURVE SMOOTH",
+"552 1004 OFFCURVE",
+"616 1192 OFFCURVE",
+"828 1192 CURVE SMOOTH",
+"1024 1192 OFFCURVE",
+"1124 1036 OFFCURVE",
+"1124 768 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 048F;
+userData = {
+interface.gridadjust.original = "{'width': 1599, 'leftMargin': 256, 'rightMargin': 43}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = phook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 1488 LINE SMOOTH",
+"444 1648 OFFCURVE",
+"540 1696 OFFCURVE",
+"668 1696 CURVE SMOOTH",
+"696 1696 OFFCURVE",
+"724 1692 OFFCURVE",
+"744 1688 CURVE",
+"744 1888 LINE",
+"708 1900 OFFCURVE",
+"656 1900 OFFCURVE",
+"608 1900 CURVE SMOOTH",
+"384 1900 OFFCURVE",
+"216 1756 OFFCURVE",
+"216 1528 CURVE SMOOTH",
+"216 1288 LINE",
+"444 1288 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 -576 LINE",
+"452 392 LINE",
+"384 728 LINE",
+"444 1148 LINE",
+"444 1244 LINE",
+"444 1536 LINE",
+"216 1536 LINE",
+"216 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 236 LINE",
+"472 236 LINE",
+"524 152 OFFCURVE",
+"624 -32 OFFCURVE",
+"920 -32 CURVE SMOOTH",
+"1304 -32 OFFCURVE",
+"1572 276 OFFCURVE",
+"1572 764 CURVE SMOOTH",
+"1572 1248 OFFCURVE",
+"1304 1556 OFFCURVE",
+"916 1556 CURVE SMOOTH",
+"616 1556 OFFCURVE",
+"524 1372 OFFCURVE",
+"472 1292 CURVE",
+"356 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 440 OFFCURVE",
+"1184 180 OFFCURVE",
+"888 180 CURVE SMOOTH",
+"604 180 OFFCURVE",
+"448 420 OFFCURVE",
+"448 768 CURVE SMOOTH",
+"448 1112 OFFCURVE",
+"600 1344 OFFCURVE",
+"888 1344 CURVE SMOOTH",
+"1188 1344 OFFCURVE",
+"1336 1092 OFFCURVE",
+"1336 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"588 1452 LINE SMOOTH",
+"588 1576 OFFCURVE",
+"640 1628 OFFCURVE",
+"744 1628 CURVE SMOOTH",
+"808 1628 OFFCURVE",
+"868 1612 OFFCURVE",
+"892 1604 CURVE",
+"892 1924 LINE",
+"844 1936 OFFCURVE",
+"772 1952 OFFCURVE",
+"660 1952 CURVE SMOOTH",
+"420 1952 OFFCURVE",
+"144 1912 OFFCURVE",
+"144 1524 CURVE SMOOTH",
+"144 1188 LINE",
+"588 1188 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 -576 LINE",
+"604 292 LINE",
+"436 736 LINE",
+"600 1192 LINE",
+"600 1244 LINE",
+"600 1536 LINE",
+"144 1536 LINE",
+"144 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 156 LINE",
+"620 156 LINE",
+"672 40 OFFCURVE",
+"804 -24 OFFCURVE",
+"964 -24 CURVE SMOOTH",
+"1288 -24 OFFCURVE",
+"1556 244 OFFCURVE",
+"1556 768 CURVE SMOOTH",
+"1556 1304 OFFCURVE",
+"1272 1556 OFFCURVE",
+"964 1556 CURVE SMOOTH",
+"804 1556 OFFCURVE",
+"672 1488 OFFCURVE",
+"620 1372 CURVE",
+"420 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 500 OFFCURVE",
+"1024 340 OFFCURVE",
+"828 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"552 536 OFFCURVE",
+"552 768 CURVE SMOOTH",
+"552 1004 OFFCURVE",
+"616 1192 OFFCURVE",
+"828 1192 CURVE SMOOTH",
+"1024 1192 OFFCURVE",
+"1124 1036 OFFCURVE",
+"1124 768 CURVE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = b;
+unicode = 01A5;
+userData = {
+interface.gridadjust.original = "{'width': 1585, 'leftMargin': 188, 'rightMargin': 126}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = q;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1380, -576}";
+},
+{
+name = bottom_dd;
+position = "{1624, -560}";
+},
+{
+name = marktop;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 1792}";
+},
+{
+name = top0315;
+position = "{1428, 1792}";
+},
+{
+name = top_dd;
+position = "{1624, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1272 1536 LINE",
+"1272 1244 LINE",
+"1272 1148 LINE",
+"1336 728 LINE",
+"1264 392 LINE",
+"1264 -576 LINE",
+"1500 -576 LINE",
+"1500 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1196 152 OFFCURVE",
+"1248 236 CURVE",
+"1360 236 LINE",
+"1360 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1240, -560}";
+},
+{
+name = bottom_dd;
+position = "{1608, -560}";
+},
+{
+name = marktop;
+position = "{760, 1776}";
+},
+{
+name = top;
+position = "{760, 1776}";
+},
+{
+name = top0315;
+position = "{1608, 1776}";
+},
+{
+name = top_dd;
+position = "{1608, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1052 1536 LINE",
+"1052 1264 LINE",
+"1052 1196 LINE",
+"1200 748 LINE",
+"1048 276 LINE",
+"1048 -576 LINE",
+"1508 -576 LINE",
+"1508 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 244 OFFCURVE",
+"364 -24 OFFCURVE",
+"688 -24 CURVE SMOOTH",
+"848 -24 OFFCURVE",
+"980 40 OFFCURVE",
+"1032 156 CURVE",
+"1232 156 LINE",
+"1232 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1036 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1036 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 768 CURVE SMOOTH",
+"1100 536 OFFCURVE",
+"1040 340 OFFCURVE",
+"824 340 CURVE SMOOTH",
+"628 340 OFFCURVE",
+"528 500 OFFCURVE",
+"528 768 CURVE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = g;
+unicode = 0071;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = qhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, -616}";
+},
+{
+name = top;
+position = "{784, 2200}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1500 1488 LINE SMOOTH",
+"1500 1648 OFFCURVE",
+"1596 1696 OFFCURVE",
+"1724 1696 CURVE SMOOTH",
+"1752 1696 OFFCURVE",
+"1780 1692 OFFCURVE",
+"1800 1688 CURVE",
+"1800 1888 LINE",
+"1764 1900 OFFCURVE",
+"1712 1900 OFFCURVE",
+"1664 1900 CURVE SMOOTH",
+"1440 1900 OFFCURVE",
+"1272 1756 OFFCURVE",
+"1272 1528 CURVE SMOOTH",
+"1272 1288 LINE",
+"1500 1288 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 1536 LINE",
+"1272 1244 LINE",
+"1272 1148 LINE",
+"1336 728 LINE",
+"1264 392 LINE",
+"1264 -576 LINE",
+"1500 -576 LINE",
+"1500 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1196 152 OFFCURVE",
+"1248 236 CURVE",
+"1360 236 LINE",
+"1360 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{700, -616}";
+},
+{
+name = top;
+position = "{704, 2200}";
+},
+{
+name = top0315;
+position = "{1768, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1508 1400 LINE SMOOTH",
+"1508 1512 OFFCURVE",
+"1608 1540 OFFCURVE",
+"1712 1540 CURVE SMOOTH",
+"1752 1540 OFFCURVE",
+"1788 1536 OFFCURVE",
+"1820 1532 CURVE",
+"1820 1880 LINE",
+"1764 1888 OFFCURVE",
+"1676 1896 OFFCURVE",
+"1588 1896 CURVE SMOOTH",
+"1352 1896 OFFCURVE",
+"1048 1836 OFFCURVE",
+"1048 1400 CURVE SMOOTH",
+"1048 1136 LINE",
+"1508 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1052 1536 LINE",
+"1052 1264 LINE",
+"1052 1196 LINE",
+"1200 748 LINE",
+"1048 276 LINE",
+"1048 -576 LINE",
+"1508 -576 LINE",
+"1508 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 244 OFFCURVE",
+"364 -24 OFFCURVE",
+"688 -24 CURVE SMOOTH",
+"848 -24 OFFCURVE",
+"980 40 OFFCURVE",
+"1032 156 CURVE",
+"1232 156 LINE",
+"1232 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1036 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1036 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 768 CURVE SMOOTH",
+"1100 536 OFFCURVE",
+"1040 340 OFFCURVE",
+"824 340 CURVE SMOOTH",
+"628 340 OFFCURVE",
+"528 500 OFFCURVE",
+"528 768 CURVE SMOOTH"
+);
+}
+);
+width = 1772;
+}
+);
+unicode = 02A0;
+userData = {
+interface.gridadjust.original = "{'width': 1662, 'leftMargin': 127, 'rightMargin': -14}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = qrthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1264 36 LINE",
+"1264 -164 LINE SMOOTH",
+"1264 -428 OFFCURVE",
+"1440 -576 OFFCURVE",
+"1664 -576 CURVE SMOOTH",
+"1712 -576 OFFCURVE",
+"1764 -576 OFFCURVE",
+"1800 -564 CURVE",
+"1800 -364 LINE",
+"1780 -368 OFFCURVE",
+"1752 -372 OFFCURVE",
+"1724 -372 CURVE SMOOTH",
+"1596 -372 OFFCURVE",
+"1500 -324 OFFCURVE",
+"1500 -164 CURVE SMOOTH",
+"1500 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 1536 LINE",
+"1272 1292 LINE",
+"1248 1292 LINE",
+"1196 1372 OFFCURVE",
+"1100 1556 OFFCURVE",
+"800 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"144 1248 OFFCURVE",
+"144 764 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"412 -32 OFFCURVE",
+"796 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1196 152 OFFCURVE",
+"1248 236 CURVE",
+"1264 236 LINE",
+"1264 -64 LINE",
+"1500 -64 LINE",
+"1500 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"380 1092 OFFCURVE",
+"528 1344 OFFCURVE",
+"828 1344 CURVE SMOOTH",
+"1116 1344 OFFCURVE",
+"1268 1112 OFFCURVE",
+"1268 768 CURVE SMOOTH",
+"1268 420 OFFCURVE",
+"1112 180 OFFCURVE",
+"828 180 CURVE SMOOTH",
+"532 180 OFFCURVE",
+"380 440 OFFCURVE",
+"380 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1048 56 LINE",
+"1048 -80 LINE SMOOTH",
+"1048 -516 OFFCURVE",
+"1348 -576 OFFCURVE",
+"1588 -576 CURVE SMOOTH",
+"1688 -576 OFFCURVE",
+"1764 -568 OFFCURVE",
+"1820 -560 CURVE",
+"1820 -212 LINE",
+"1788 -216 OFFCURVE",
+"1752 -220 OFFCURVE",
+"1712 -220 CURVE SMOOTH",
+"1608 -220 OFFCURVE",
+"1508 -192 OFFCURVE",
+"1508 -80 CURVE SMOOTH",
+"1508 56 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1052 1536 LINE",
+"1052 1372 LINE",
+"1032 1372 LINE",
+"980 1488 OFFCURVE",
+"848 1556 OFFCURVE",
+"688 1556 CURVE SMOOTH",
+"380 1556 OFFCURVE",
+"96 1304 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 244 OFFCURVE",
+"364 -24 OFFCURVE",
+"688 -24 CURVE SMOOTH",
+"848 -24 OFFCURVE",
+"980 40 OFFCURVE",
+"1032 156 CURVE",
+"1048 156 LINE",
+"1048 0 LINE",
+"1508 0 LINE",
+"1508 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 1036 OFFCURVE",
+"628 1192 OFFCURVE",
+"824 1192 CURVE SMOOTH",
+"1036 1192 OFFCURVE",
+"1100 1004 OFFCURVE",
+"1100 768 CURVE SMOOTH",
+"1100 536 OFFCURVE",
+"1040 340 OFFCURVE",
+"824 340 CURVE SMOOTH",
+"628 340 OFFCURVE",
+"528 500 OFFCURVE",
+"528 768 CURVE SMOOTH"
+);
+}
+);
+width = 1772;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = rthook;
+unicode = 024B;
+userData = {
+interface.gridadjust.original = "{'width': 1662, 'leftMargin': 127, 'rightMargin': -14}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Q_rthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1684 2048 LINE",
+"1684 1732 LINE",
+"1660 1732 LINE",
+"1560 1948 OFFCURVE",
+"1332 2076 OFFCURVE",
+"1052 2076 CURVE SMOOTH",
+"536 2076 OFFCURVE",
+"184 1640 OFFCURVE",
+"184 1032 CURVE SMOOTH",
+"184 404 OFFCURVE",
+"540 -32 OFFCURVE",
+"1052 -32 CURVE SMOOTH",
+"1328 -32 OFFCURVE",
+"1556 96 OFFCURVE",
+"1660 324 CURVE",
+"1676 324 LINE",
+"1676 0 LINE",
+"1912 0 LINE",
+"1912 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"428 1504 OFFCURVE",
+"676 1852 OFFCURVE",
+"1056 1852 CURVE SMOOTH",
+"1340 1852 OFFCURVE",
+"1556 1660 OFFCURVE",
+"1636 1388 CURVE",
+"1672 1244 OFFCURVE",
+"1680 1076 OFFCURVE",
+"1680 1028 CURVE",
+"1680 972 OFFCURVE",
+"1672 800 OFFCURVE",
+"1640 664 CURVE",
+"1572 376 OFFCURVE",
+"1320 204 OFFCURVE",
+"1052 204 CURVE SMOOTH",
+"688 204 OFFCURVE",
+"428 520 OFFCURVE",
+"428 1028 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1676 100 LINE",
+"1676 -164 LINE SMOOTH",
+"1676 -428 OFFCURVE",
+"1852 -576 OFFCURVE",
+"2076 -576 CURVE SMOOTH",
+"2124 -576 OFFCURVE",
+"2176 -576 OFFCURVE",
+"2212 -564 CURVE",
+"2212 -364 LINE",
+"2192 -368 OFFCURVE",
+"2164 -372 OFFCURVE",
+"2136 -372 CURVE SMOOTH",
+"2008 -372 OFFCURVE",
+"1912 -324 OFFCURVE",
+"1912 -164 CURVE SMOOTH",
+"1912 100 LINE"
+);
+}
+);
+width = 2128;
+},
+{
+guideLines = (
+{
+position = "{100, 1024}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1532 2052 LINE",
+"1532 1916 LINE",
+"1512 1916 LINE",
+"1412 2024 OFFCURVE",
+"1228 2076 OFFCURVE",
+"1032 2076 CURVE SMOOTH",
+"460 2076 OFFCURVE",
+"116 1632 OFFCURVE",
+"116 1024 CURVE",
+"116 404 OFFCURVE",
+"444 -28 OFFCURVE",
+"1040 -28 CURVE",
+"1240 -28 OFFCURVE",
+"1408 20 OFFCURVE",
+"1516 128 CURVE",
+"1532 128 LINE",
+"1532 8 LINE",
+"1992 8 LINE",
+"1992 2052 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 1376 OFFCURVE",
+"692 1668 OFFCURVE",
+"1040 1668 CURVE",
+"1400 1668 OFFCURVE",
+"1472 1388 OFFCURVE",
+"1496 1304 CURVE",
+"1520 1220 OFFCURVE",
+"1528 1120 OFFCURVE",
+"1528 1032 CURVE",
+"1528 936 OFFCURVE",
+"1504 792 OFFCURVE",
+"1488 700 CURVE",
+"1452 576 OFFCURVE",
+"1356 388 OFFCURVE",
+"1056 388 CURVE SMOOTH",
+"692 388 OFFCURVE",
+"564 660 OFFCURVE",
+"564 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1532 184 LINE",
+"1532 -80 LINE SMOOTH",
+"1532 -516 OFFCURVE",
+"1832 -576 OFFCURVE",
+"2072 -576 CURVE SMOOTH",
+"2172 -576 OFFCURVE",
+"2248 -568 OFFCURVE",
+"2304 -560 CURVE",
+"2304 -212 LINE",
+"2272 -216 OFFCURVE",
+"2236 -220 OFFCURVE",
+"2196 -220 CURVE SMOOTH",
+"2092 -220 OFFCURVE",
+"1992 -192 OFFCURVE",
+"1992 -80 CURVE SMOOTH",
+"1992 184 LINE"
+);
+}
+);
+width = 2256;
+}
+);
+rightKerningGroup = rthook;
+unicode = 024A;
+userData = {
+interface.gridadjust.original = "{'width': 1998, 'leftMargin': 161, 'rightMargin': 14}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = r;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = top;
+position = "{552, 1792}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1016 1532 OFFCURVE",
+"940 1560 OFFCURVE",
+"860 1560 CURVE",
+"680 1560 OFFCURVE",
+"512 1420 OFFCURVE",
+"468 1272 CURVE",
+"452 1272 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 868 LINE",
+"456 1076 OFFCURVE",
+"600 1316 OFFCURVE",
+"852 1316 CURVE",
+"920 1316 OFFCURVE",
+"960 1296 OFFCURVE",
+"984 1284 CURVE",
+"1064 1504 LINE"
+);
+}
+);
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = top;
+position = "{620, 1776}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1116 1536 OFFCURVE",
+"1028 1556 OFFCURVE",
+"948 1556 CURVE",
+"812 1556 OFFCURVE",
+"660 1500 OFFCURVE",
+"616 1340 CURVE",
+"592 1340 LINE",
+"592 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 872 LINE",
+"604 1024 OFFCURVE",
+"724 1148 OFFCURVE",
+"876 1148 CURVE",
+"936 1148 OFFCURVE",
+"1004 1128 OFFCURVE",
+"1024 1116 CURVE",
+"1164 1508 LINE"
+);
+}
+);
+width = 1196;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = r;
+unicode = 0072;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = rrthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{488, -576}";
+},
+{
+name = parenthesses.w1;
+position = "{368, -424}";
+},
+{
+name = top;
+position = "{576, 1792}";
+},
+{
+name = top0315;
+position = "{888, 1792}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 36 LINE",
+"216 -164 LINE SMOOTH",
+"216 -428 OFFCURVE",
+"392 -576 OFFCURVE",
+"616 -576 CURVE SMOOTH",
+"664 -576 OFFCURVE",
+"716 -576 OFFCURVE",
+"752 -564 CURVE",
+"752 -364 LINE",
+"732 -368 OFFCURVE",
+"704 -372 OFFCURVE",
+"676 -372 CURVE SMOOTH",
+"548 -372 OFFCURVE",
+"452 -324 OFFCURVE",
+"452 -164 CURVE SMOOTH",
+"452 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1016 1532 OFFCURVE",
+"940 1560 OFFCURVE",
+"860 1560 CURVE",
+"680 1560 OFFCURVE",
+"512 1420 OFFCURVE",
+"468 1272 CURVE",
+"452 1272 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 868 LINE",
+"456 1076 OFFCURVE",
+"600 1316 OFFCURVE",
+"852 1316 CURVE",
+"920 1316 OFFCURVE",
+"960 1296 OFFCURVE",
+"984 1284 CURVE",
+"1064 1504 LINE"
+);
+}
+);
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -616}";
+},
+{
+name = parenthesses.w1;
+position = "{608, -424}";
+},
+{
+name = top;
+position = "{812, 1776}";
+},
+{
+name = top0315;
+position = "{1128, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"204 184 LINE",
+"204 -80 LINE SMOOTH",
+"204 -516 OFFCURVE",
+"504 -576 OFFCURVE",
+"744 -576 CURVE SMOOTH",
+"844 -576 OFFCURVE",
+"920 -568 OFFCURVE",
+"976 -560 CURVE",
+"976 -212 LINE",
+"944 -216 OFFCURVE",
+"908 -220 OFFCURVE",
+"868 -220 CURVE SMOOTH",
+"764 -220 OFFCURVE",
+"664 -192 OFFCURVE",
+"664 -80 CURVE SMOOTH",
+"664 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 1536 OFFCURVE",
+"1088 1556 OFFCURVE",
+"1008 1556 CURVE",
+"872 1556 OFFCURVE",
+"720 1500 OFFCURVE",
+"676 1340 CURVE",
+"652 1340 LINE",
+"652 1536 LINE",
+"204 1536 LINE",
+"204 0 LINE",
+"664 0 LINE",
+"664 872 LINE",
+"664 1024 OFFCURVE",
+"784 1148 OFFCURVE",
+"936 1148 CURVE",
+"996 1148 OFFCURVE",
+"1064 1128 OFFCURVE",
+"1084 1116 CURVE",
+"1224 1508 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = r;
+unicode = 027D;
+userData = {
+interface.gridadjust.original = "{'width': 956, 'leftMargin': 188, 'rightMargin': -68}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni024D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{388, 16}";
+},
+{
+name = top;
+position = "{496, 1776}";
+},
+{
+name = top0315;
+position = "{1020, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = r;
+transform = "{1, 0, 0, 1, 56, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -252, -268}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{548, 16}";
+},
+{
+name = top;
+position = "{696, 1776}";
+},
+{
+name = top0315;
+position = "{1244, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = r;
+transform = "{1, 0, 0, 1, 172, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -120, -316}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = r;
+unicode = 024D;
+userData = {
+interface.gridadjust.original = "{'width': 1084, 'leftMargin': 41, 'rightMargin': -68}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = rturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{304, 0}";
+},
+{
+name = top;
+position = "{304, 1776}";
+},
+{
+name = top0315;
+position = "{936, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = r;
+transform = "{-1, 0, 0, -1, 1072, 1536}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{544, 0}";
+},
+{
+name = top;
+position = "{668, 1776}";
+},
+{
+name = top0315;
+position = "{1028, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = r;
+transform = "{-1, 0, 0, -1, 1020, 1536}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1052;
+}
+);
+unicode = 0279;
+userData = {
+interface.gridadjust.original = "{'width': 956, 'leftMargin': 41, 'rightMargin': 189}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = rturnrthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{444, -616}";
+},
+{
+name = top;
+position = "{444, 1776}";
+},
+{
+name = top0315;
+position = "{1156, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"636 -192 LINE SMOOTH",
+"636 -456 OFFCURVE",
+"812 -600 OFFCURVE",
+"1036 -600 CURVE SMOOTH",
+"1080 -600 OFFCURVE",
+"1136 -596 OFFCURVE",
+"1172 -584 CURVE",
+"1172 -400 LINE",
+"1152 -408 OFFCURVE",
+"1116 -408 OFFCURVE",
+"1096 -408 CURVE SMOOTH",
+"968 -408 OFFCURVE",
+"872 -352 OFFCURVE",
+"872 -192 CURVE SMOOTH",
+"872 336 LINE",
+"636 336 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"56 -44 OFFCURVE",
+"132 -72 OFFCURVE",
+"212 -72 CURVE",
+"392 -72 OFFCURVE",
+"560 68 OFFCURVE",
+"604 216 CURVE",
+"620 216 LINE",
+"620 -48 LINE",
+"856 -48 LINE",
+"856 1488 LINE",
+"620 1488 LINE",
+"620 620 LINE",
+"616 412 OFFCURVE",
+"472 172 OFFCURVE",
+"220 172 CURVE",
+"152 172 OFFCURVE",
+"112 192 OFFCURVE",
+"88 204 CURVE",
+"8 -16 LINE"
+);
+}
+);
+width = 1116;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{356, -616}";
+},
+{
+name = top;
+position = "{356, 1776}";
+},
+{
+name = top0315;
+position = "{1300, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"512 -108 LINE SMOOTH",
+"512 -548 OFFCURVE",
+"828 -600 OFFCURVE",
+"1064 -600 CURVE SMOOTH",
+"1168 -600 OFFCURVE",
+"1236 -592 OFFCURVE",
+"1300 -580 CURVE",
+"1300 -284 LINE",
+"1260 -288 OFFCURVE",
+"1228 -292 OFFCURVE",
+"1188 -292 CURVE SMOOTH",
+"1084 -292 OFFCURVE",
+"956 -256 OFFCURVE",
+"956 -108 CURVE SMOOTH",
+"956 296 LINE",
+"512 296 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-36 -48 OFFCURVE",
+"52 -68 OFFCURVE",
+"132 -68 CURVE",
+"268 -68 OFFCURVE",
+"420 -12 OFFCURVE",
+"464 148 CURVE",
+"488 148 LINE",
+"488 -48 LINE",
+"936 -48 LINE",
+"936 1488 LINE",
+"476 1488 LINE",
+"476 616 LINE",
+"476 464 OFFCURVE",
+"356 340 OFFCURVE",
+"204 340 CURVE",
+"144 340 OFFCURVE",
+"76 360 OFFCURVE",
+"56 372 CURVE",
+"-84 -20 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 027B;
+userData = {
+interface.gridadjust.original = "{'width': 1035, 'leftMargin': -68, 'rightMargin': -14}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = rfishhookrev;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{512, -616}";
+},
+{
+name = top;
+position = "{512, 1776}";
+},
+{
+name = top0315;
+position = "{832, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"628 1148 LINE SMOOTH",
+"628 1412 OFFCURVE",
+"432 1556 OFFCURVE",
+"208 1556 CURVE SMOOTH",
+"168 1556 OFFCURVE",
+"108 1548 OFFCURVE",
+"72 1536 CURVE",
+"72 1328 LINE",
+"96 1332 OFFCURVE",
+"124 1336 OFFCURVE",
+"148 1336 CURVE SMOOTH",
+"276 1336 OFFCURVE",
+"392 1288 OFFCURVE",
+"392 1132 CURVE SMOOTH",
+"392 -576 LINE",
+"628 -576 LINE"
+);
+}
+);
+width = 844;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{708, -616}";
+},
+{
+name = top;
+position = "{708, 1776}";
+},
+{
+name = top0315;
+position = "{1064, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"924 1024 LINE SMOOTH",
+"924 1464 OFFCURVE",
+"608 1516 OFFCURVE",
+"368 1516 CURVE SMOOTH",
+"268 1516 OFFCURVE",
+"200 1508 OFFCURVE",
+"136 1496 CURVE",
+"136 1200 LINE",
+"172 1204 OFFCURVE",
+"208 1208 OFFCURVE",
+"244 1208 CURVE SMOOTH",
+"348 1208 OFFCURVE",
+"480 1172 OFFCURVE",
+"480 1024 CURVE SMOOTH",
+"480 -572 LINE",
+"924 -572 LINE {name = hr00;}"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 027F;
+userData = {
+interface.gridadjust.original = "{'width': 787, 'leftMargin': 41, 'rightMargin': 189}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = rfishhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{372, 0}";
+},
+{
+name = top;
+position = "{372, 1776}";
+},
+{
+name = top0315;
+position = "{828, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1132 LINE SMOOTH",
+"452 1288 OFFCURVE",
+"568 1336 OFFCURVE",
+"696 1336 CURVE SMOOTH",
+"720 1336 OFFCURVE",
+"748 1332 OFFCURVE",
+"772 1328 CURVE",
+"772 1536 LINE",
+"736 1548 OFFCURVE",
+"676 1556 OFFCURVE",
+"636 1556 CURVE SMOOTH",
+"412 1556 OFFCURVE",
+"216 1412 OFFCURVE",
+"216 1148 CURVE SMOOTH",
+"216 0 LINE",
+"452 0 LINE"
+);
+}
+);
+width = 860;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{360, 0}";
+},
+{
+name = top;
+position = "{360, 1776}";
+},
+{
+name = top0315;
+position = "{956, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"576 1024 LINE SMOOTH",
+"576 1172 OFFCURVE",
+"708 1208 OFFCURVE",
+"816 1208 CURVE SMOOTH",
+"852 1208 OFFCURVE",
+"884 1204 OFFCURVE",
+"924 1200 CURVE",
+"924 1496 LINE",
+"860 1508 OFFCURVE",
+"788 1516 OFFCURVE",
+"688 1516 CURVE SMOOTH",
+"448 1516 OFFCURVE",
+"132 1464 OFFCURVE",
+"132 1024 CURVE SMOOTH",
+"132 0 LINE",
+"576 0 LINE {name = hr00;}"
+);
+}
+);
+width = 1056;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = r;
+unicode = 027E;
+userData = {
+interface.gridadjust.original = "{'width': 787, 'leftMargin': 188, 'rightMargin': 42}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = rdescend;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{600, -616}";
+},
+{
+name = top;
+position = "{592, 1792}";
+},
+{
+name = top0315;
+position = "{900, 1792}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 -576 LINE",
+"452 100 LINE",
+"216 100 LINE",
+"216 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1016 1532 OFFCURVE",
+"940 1560 OFFCURVE",
+"860 1560 CURVE",
+"680 1560 OFFCURVE",
+"512 1420 OFFCURVE",
+"468 1272 CURVE",
+"452 1272 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 868 LINE",
+"456 1076 OFFCURVE",
+"600 1316 OFFCURVE",
+"852 1316 CURVE",
+"920 1316 OFFCURVE",
+"960 1296 OFFCURVE",
+"984 1284 CURVE",
+"1064 1504 LINE"
+);
+}
+);
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -616}";
+},
+{
+name = top;
+position = "{812, 1776}";
+},
+{
+name = top0315;
+position = "{1128, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 -576 LINE",
+"604 56 LINE",
+"144 56 LINE",
+"144 -576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1116 1536 OFFCURVE",
+"1028 1556 OFFCURVE",
+"948 1556 CURVE",
+"812 1556 OFFCURVE",
+"660 1500 OFFCURVE",
+"616 1340 CURVE",
+"592 1340 LINE",
+"592 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 872 LINE",
+"604 1024 OFFCURVE",
+"724 1148 OFFCURVE",
+"876 1148 CURVE",
+"936 1148 OFFCURVE",
+"1004 1128 OFFCURVE",
+"1024 1116 CURVE",
+"1164 1508 LINE"
+);
+}
+);
+width = 1052;
+}
+);
+unicode = 027C;
+userData = {
+interface.gridadjust.original = "{'width': 956, 'leftMargin': 188, 'rightMargin': 42}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = s;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = top;
+position = "{740, 1792}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+guideLines = (
+{
+angle = 19.9589;
+position = "{796, 1024}";
+},
+{
+angle = 20.0339;
+position = "{1264, 784}";
+},
+{
+angle = 90;
+position = "{732, 328}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1196 1416 OFFCURVE",
+"1024 1556 OFFCURVE",
+"740 1556 CURVE SMOOTH",
+"416 1556 OFFCURVE",
+"176 1372 OFFCURVE",
+"176 1112 CURVE SMOOTH",
+"176 924 OFFCURVE",
+"300 756 OFFCURVE",
+"580 684 CURVE SMOOTH",
+"836 620 LINE SMOOTH",
+"988 584 OFFCURVE",
+"1056 516 OFFCURVE",
+"1056 416 CURVE SMOOTH",
+"1056 288 OFFCURVE",
+"928 172 OFFCURVE",
+"708 172 CURVE SMOOTH",
+"480 172 OFFCURVE",
+"372 296 OFFCURVE",
+"316 436 CURVE",
+"100 356 LINE",
+"176 164 OFFCURVE",
+"344 -32 OFFCURVE",
+"712 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1296 188 OFFCURVE",
+"1296 424 CURVE SMOOTH",
+"1296 600 OFFCURVE",
+"1180 760 OFFCURVE",
+"900 828 CURVE SMOOTH",
+"672 884 LINE SMOOTH",
+"496 928 OFFCURVE",
+"412 1020 OFFCURVE",
+"412 1124 CURVE SMOOTH",
+"412 1256 OFFCURVE",
+"552 1356 OFFCURVE",
+"740 1356 CURVE SMOOTH",
+"976 1356 OFFCURVE",
+"1036 1200 OFFCURVE",
+"1064 1132 CURVE",
+"1276 1192 LINE"
+);
+}
+);
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -12}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+angle = 3.0394;
+position = "{80, 472}";
+},
+{
+angle = 90;
+position = "{788, 1664}";
+},
+{
+angle = 183.0128;
+position = "{1444, 1084}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1408 1388 OFFCURVE",
+"1208 1556 OFFCURVE",
+"812 1556 CURVE SMOOTH",
+"396 1556 OFFCURVE",
+"124 1376 OFFCURVE",
+"124 1060 CURVE SMOOTH",
+"124 788 OFFCURVE",
+"328 672 OFFCURVE",
+"560 620 CURVE SMOOTH",
+"836 560 LINE SMOOTH",
+"908 544 OFFCURVE",
+"1008 532 OFFCURVE",
+"1008 424 CURVE SMOOTH",
+"1008 352 OFFCURVE",
+"904 300 OFFCURVE",
+"788 300 CURVE SMOOTH",
+"672 300 OFFCURVE",
+"552 356 OFFCURVE",
+"524 496 CURVE",
+"80 472 LINE",
+"132 136 OFFCURVE",
+"368 -28 OFFCURVE",
+"760 -28 CURVE SMOOTH",
+"1144 -28 OFFCURVE",
+"1480 128 OFFCURVE",
+"1480 484 CURVE SMOOTH",
+"1480 764 OFFCURVE",
+"1276 860 OFFCURVE",
+"1060 904 CURVE SMOOTH",
+"748 968 LINE SMOOTH",
+"664 984 OFFCURVE",
+"580 1012 OFFCURVE",
+"580 1092 CURVE SMOOTH",
+"580 1176 OFFCURVE",
+"684 1224 OFFCURVE",
+"788 1224 CURVE SMOOTH",
+"896 1224 OFFCURVE",
+"1008 1176 OFFCURVE",
+"1024 1060 CURVE",
+"1444 1084 LINE"
+);
+}
+);
+width = 1552;
+}
+);
+leftKerningGroup = s;
+rightKerningGroup = s;
+unicode = 0073;
+userData = {
+com.typemytype.robofont.guideline.magnetic.1Y8sphnsuc = 5;
+com.typemytype.robofont.guideline.magnetic.DuqEUxnaaT = 5;
+com.typemytype.robofont.guideline.magnetic.XmDxFVnKBu = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = srthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, -616}";
+},
+{
+name = top;
+position = "{760, 1776}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"100 -44 LINE SMOOTH",
+"100 -308 OFFCURVE",
+"276 -452 OFFCURVE",
+"504 -452 CURVE SMOOTH",
+"548 -452 OFFCURVE",
+"604 -448 OFFCURVE",
+"640 -436 CURVE",
+"640 -232 LINE",
+"620 -240 OFFCURVE",
+"584 -240 OFFCURVE",
+"564 -240 CURVE SMOOTH",
+"436 -240 OFFCURVE",
+"336 -204 OFFCURVE",
+"336 -44 CURVE SMOOTH",
+"336 356 LINE",
+"100 356 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1196 1416 OFFCURVE",
+"1024 1556 OFFCURVE",
+"740 1556 CURVE SMOOTH",
+"416 1556 OFFCURVE",
+"176 1372 OFFCURVE",
+"176 1112 CURVE SMOOTH",
+"176 924 OFFCURVE",
+"300 756 OFFCURVE",
+"580 684 CURVE SMOOTH",
+"836 620 LINE SMOOTH",
+"988 584 OFFCURVE",
+"1056 516 OFFCURVE",
+"1056 416 CURVE SMOOTH",
+"1056 288 OFFCURVE",
+"928 172 OFFCURVE",
+"708 172 CURVE SMOOTH",
+"480 172 OFFCURVE",
+"372 296 OFFCURVE",
+"316 436 CURVE",
+"100 356 LINE",
+"176 164 OFFCURVE",
+"344 -32 OFFCURVE",
+"712 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1296 188 OFFCURVE",
+"1296 424 CURVE SMOOTH",
+"1296 600 OFFCURVE",
+"1180 760 OFFCURVE",
+"900 828 CURVE SMOOTH",
+"672 884 LINE SMOOTH",
+"496 928 OFFCURVE",
+"412 1020 OFFCURVE",
+"412 1124 CURVE SMOOTH",
+"412 1256 OFFCURVE",
+"552 1356 OFFCURVE",
+"740 1356 CURVE SMOOTH",
+"976 1356 OFFCURVE",
+"1036 1200 OFFCURVE",
+"1064 1132 CURVE",
+"1276 1192 LINE"
+);
+}
+);
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{756, -616}";
+},
+{
+name = top;
+position = "{756, 1776}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"112 -84 LINE SMOOTH",
+"112 -400 OFFCURVE",
+"296 -576 OFFCURVE",
+"588 -576 CURVE SMOOTH",
+"652 -576 OFFCURVE",
+"704 -572 OFFCURVE",
+"772 -556 CURVE",
+"772 -260 LINE",
+"732 -264 OFFCURVE",
+"700 -268 OFFCURVE",
+"660 -268 CURVE SMOOTH",
+"556 -268 OFFCURVE",
+"512 -236 OFFCURVE",
+"512 -84 CURVE SMOOTH",
+"512 532 LINE",
+"112 532 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1440 1388 OFFCURVE",
+"1240 1556 OFFCURVE",
+"844 1556 CURVE SMOOTH",
+"428 1556 OFFCURVE",
+"156 1376 OFFCURVE",
+"156 1060 CURVE SMOOTH",
+"156 788 OFFCURVE",
+"360 672 OFFCURVE",
+"592 620 CURVE SMOOTH",
+"868 560 LINE SMOOTH",
+"940 544 OFFCURVE",
+"1040 532 OFFCURVE",
+"1040 424 CURVE SMOOTH",
+"1040 352 OFFCURVE",
+"936 300 OFFCURVE",
+"820 300 CURVE SMOOTH",
+"704 300 OFFCURVE",
+"584 356 OFFCURVE",
+"556 496 CURVE",
+"112 472 LINE",
+"164 136 OFFCURVE",
+"400 -28 OFFCURVE",
+"792 -28 CURVE SMOOTH",
+"1176 -28 OFFCURVE",
+"1512 128 OFFCURVE",
+"1512 484 CURVE SMOOTH",
+"1512 764 OFFCURVE",
+"1308 860 OFFCURVE",
+"1092 904 CURVE SMOOTH",
+"780 968 LINE SMOOTH",
+"696 984 OFFCURVE",
+"612 1012 OFFCURVE",
+"612 1092 CURVE SMOOTH",
+"612 1176 OFFCURVE",
+"716 1224 OFFCURVE",
+"820 1224 CURVE SMOOTH",
+"928 1224 OFFCURVE",
+"1040 1176 OFFCURVE",
+"1056 1060 CURVE",
+"1476 1084 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = s;
+rightKerningGroup = s;
+unicode = 0282;
+userData = {
+interface.gridadjust.original = "{'width': 1459, 'leftMargin': 129, 'rightMargin': 167}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni023F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"164 232 LINE",
+"444 -256 LINE SMOOTH",
+"560 -460 OFFCURVE",
+"672 -576 OFFCURVE",
+"848 -576 CURVE SMOOTH",
+"956 -576 OFFCURVE",
+"1068 -500 OFFCURVE",
+"1128 -440 CURVE",
+"1036 -280 LINE",
+"992 -320 OFFCURVE",
+"924 -364 OFFCURVE",
+"852 -364 CURVE SMOOTH",
+"744 -364 OFFCURVE",
+"696 -256 OFFCURVE",
+"348 364 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1196 1416 OFFCURVE",
+"1024 1556 OFFCURVE",
+"740 1556 CURVE SMOOTH",
+"416 1556 OFFCURVE",
+"176 1372 OFFCURVE",
+"176 1112 CURVE SMOOTH",
+"176 924 OFFCURVE",
+"300 756 OFFCURVE",
+"580 684 CURVE SMOOTH",
+"836 620 LINE SMOOTH",
+"988 584 OFFCURVE",
+"1056 516 OFFCURVE",
+"1056 416 CURVE SMOOTH",
+"1056 288 OFFCURVE",
+"928 172 OFFCURVE",
+"708 172 CURVE SMOOTH",
+"480 172 OFFCURVE",
+"372 296 OFFCURVE",
+"316 436 CURVE",
+"100 356 LINE",
+"176 164 OFFCURVE",
+"344 -32 OFFCURVE",
+"712 -32 CURVE SMOOTH",
+"1092 -32 OFFCURVE",
+"1296 188 OFFCURVE",
+"1296 424 CURVE SMOOTH",
+"1296 600 OFFCURVE",
+"1180 760 OFFCURVE",
+"900 828 CURVE SMOOTH",
+"672 884 LINE SMOOTH",
+"496 928 OFFCURVE",
+"412 1020 OFFCURVE",
+"412 1124 CURVE SMOOTH",
+"412 1256 OFFCURVE",
+"552 1356 OFFCURVE",
+"740 1356 CURVE SMOOTH",
+"976 1356 OFFCURVE",
+"1036 1200 OFFCURVE",
+"1064 1132 CURVE",
+"1276 1192 LINE"
+);
+}
+);
+width = 1460;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"88 268 LINE",
+"340 -180 LINE SMOOTH",
+"452 -376 OFFCURVE",
+"588 -576 OFFCURVE",
+"848 -576 CURVE SMOOTH",
+"1032 -576 OFFCURVE",
+"1160 -476 OFFCURVE",
+"1264 -388 CURVE",
+"1116 -132 LINE",
+"1056 -184 OFFCURVE",
+"972 -244 OFFCURVE",
+"880 -244 CURVE SMOOTH",
+"744 -244 OFFCURVE",
+"696 -124 OFFCURVE",
+"396 492 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1408 1388 OFFCURVE",
+"1208 1556 OFFCURVE",
+"812 1556 CURVE SMOOTH",
+"396 1556 OFFCURVE",
+"124 1376 OFFCURVE",
+"124 1060 CURVE SMOOTH",
+"124 788 OFFCURVE",
+"328 672 OFFCURVE",
+"560 620 CURVE SMOOTH",
+"836 560 LINE SMOOTH",
+"908 544 OFFCURVE",
+"1008 532 OFFCURVE",
+"1008 424 CURVE SMOOTH",
+"1008 352 OFFCURVE",
+"904 300 OFFCURVE",
+"788 300 CURVE SMOOTH",
+"672 300 OFFCURVE",
+"552 356 OFFCURVE",
+"524 496 CURVE",
+"80 472 LINE",
+"132 136 OFFCURVE",
+"368 -28 OFFCURVE",
+"760 -28 CURVE SMOOTH",
+"1144 -28 OFFCURVE",
+"1480 128 OFFCURVE",
+"1480 484 CURVE SMOOTH",
+"1480 764 OFFCURVE",
+"1276 860 OFFCURVE",
+"1060 904 CURVE SMOOTH",
+"748 968 LINE SMOOTH",
+"664 984 OFFCURVE",
+"580 1012 OFFCURVE",
+"580 1092 CURVE SMOOTH",
+"580 1176 OFFCURVE",
+"684 1224 OFFCURVE",
+"788 1224 CURVE SMOOTH",
+"896 1224 OFFCURVE",
+"1008 1176 OFFCURVE",
+"1024 1060 CURVE",
+"1444 1084 LINE"
+);
+}
+);
+width = 1416;
+}
+);
+unicode = 023F;
+userData = {
+interface.gridadjust.original = "{'width': 1459, 'leftMargin': 122, 'rightMargin': 132}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = germandbls;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 1796 OFFCURVE",
+"540 1924 OFFCURVE",
+"732 1924 CURVE SMOOTH",
+"880 1924 OFFCURVE",
+"1024 1848 OFFCURVE",
+"1024 1668 CURVE SMOOTH",
+"1024 1456 OFFCURVE",
+"824 1356 OFFCURVE",
+"824 1128 CURVE SMOOTH",
+"824 772 OFFCURVE",
+"1312 728 OFFCURVE",
+"1312 432 CURVE SMOOTH",
+"1312 308 OFFCURVE",
+"1220 180 OFFCURVE",
+"984 180 CURVE SMOOTH",
+"860 180 OFFCURVE",
+"740 244 OFFCURVE",
+"680 280 CURVE",
+"584 84 LINE",
+"664 28 OFFCURVE",
+"824 -28 OFFCURVE",
+"1012 -28 CURVE SMOOTH",
+"1328 -28 OFFCURVE",
+"1544 120 OFFCURVE",
+"1544 440 CURVE SMOOTH",
+"1544 856 OFFCURVE",
+"1064 852 OFFCURVE",
+"1064 1128 CURVE SMOOTH",
+"1064 1300 OFFCURVE",
+"1248 1388 OFFCURVE",
+"1248 1668 CURVE SMOOTH",
+"1248 2016 OFFCURVE",
+"972 2140 OFFCURVE",
+"732 2140 CURVE SMOOTH",
+"424 2140 OFFCURVE",
+"216 1932 OFFCURVE",
+"216 1524 CURVE SMOOTH",
+"216 0 LINE",
+"452 0 LINE",
+"452 1524 LINE {name = hr00;}"
+);
+}
+);
+width = 1664;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"588 1636 OFFCURVE",
+"676 1700 OFFCURVE",
+"792 1700 CURVE SMOOTH",
+"908 1700 OFFCURVE",
+"992 1636 OFFCURVE",
+"992 1532 CURVE SMOOTH",
+"992 1372 OFFCURVE",
+"856 1292 OFFCURVE",
+"856 1088 CURVE SMOOTH {name = hr01;}",
+"856 740 OFFCURVE",
+"1248 764 OFFCURVE",
+"1248 504 CURVE SMOOTH {name = hr02;}",
+"1248 392 OFFCURVE",
+"1164 332 OFFCURVE",
+"1044 332 CURVE SMOOTH",
+"912 332 OFFCURVE",
+"828 364 OFFCURVE",
+"776 384 CURVE",
+"672 44 LINE",
+"748 0 OFFCURVE",
+"900 -28 OFFCURVE",
+"1044 -28 CURVE SMOOTH",
+"1500 -28 OFFCURVE",
+"1688 244 OFFCURVE",
+"1688 508 CURVE SMOOTH",
+"1688 876 OFFCURVE",
+"1320 928 OFFCURVE",
+"1320 1112 CURVE SMOOTH {name = hr03;}",
+"1320 1268 OFFCURVE",
+"1432 1336 OFFCURVE",
+"1432 1552 CURVE SMOOTH {name = hr04;}",
+"1432 1884 OFFCURVE",
+"1168 2076 OFFCURVE",
+"792 2076 CURVE SMOOTH",
+"392 2076 OFFCURVE",
+"144 1860 OFFCURVE",
+"144 1440 CURVE SMOOTH",
+"144 0 LINE",
+"588 0 LINE",
+"588 1440 LINE"
+);
+}
+);
+width = 1768;
+}
+);
+rightKerningGroup = s;
+unicode = 00DF;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = t;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{596, 0}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = caron;
+position = "{720, 2288}";
+},
+{
+name = cross;
+position = "{380, 932}";
+},
+{
+name = marktop;
+position = "{736, 1876}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{852, 1332}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"64 1536 LINE",
+"64 1316 LINE",
+"860 1316 LINE",
+"860 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"296 376 LINE",
+"296 108 OFFCURVE",
+"512 -20 OFFCURVE",
+"712 -20 CURVE SMOOTH",
+"800 -20 OFFCURVE",
+"856 -4 OFFCURVE",
+"888 8 CURVE",
+"840 220 LINE",
+"820 216 OFFCURVE",
+"788 208 OFFCURVE",
+"736 208 CURVE SMOOTH",
+"632 208 OFFCURVE",
+"532 240 OFFCURVE",
+"532 440 CURVE",
+"532 1864 LINE",
+"296 1864 LINE"
+);
+}
+);
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{620, 0}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = caron;
+position = "{884, 2296}";
+},
+{
+name = cross;
+position = "{476, 824}";
+},
+{
+name = marktop;
+position = "{1000, 1756}";
+},
+{
+name = top;
+position = "{504, 2032}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"68 1536 LINE",
+"68 1216 LINE",
+"940 1216 LINE",
+"940 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 428 LINE",
+"240 156 OFFCURVE",
+"436 -20 OFFCURVE",
+"684 -20 CURVE SMOOTH",
+"852 -20 OFFCURVE",
+"968 12 OFFCURVE",
+"996 24 CURVE",
+"928 364 LINE",
+"900 356 OFFCURVE",
+"860 352 OFFCURVE",
+"832 352 CURVE SMOOTH",
+"756 352 OFFCURVE",
+"700 368 OFFCURVE",
+"700 484 CURVE",
+"700 1864 LINE",
+"240 1864 LINE"
+);
+}
+);
+width = 1048;
+}
+);
+leftKerningGroup = t;
+rightKerningGroup = t;
+unicode = 0074;
+userData = {
+com.typemytype.robofont.guideline.magnetic.y5AZhPlfwM = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tpalatalhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"652 -164 LINE SMOOTH",
+"652 -324 OFFCURVE",
+"556 -372 OFFCURVE",
+"428 -372 CURVE SMOOTH",
+"400 -372 OFFCURVE",
+"372 -368 OFFCURVE",
+"352 -364 CURVE",
+"352 -564 LINE",
+"388 -576 OFFCURVE",
+"440 -576 OFFCURVE",
+"488 -576 CURVE SMOOTH",
+"712 -576 OFFCURVE",
+"888 -428 OFFCURVE",
+"888 -164 CURVE SMOOTH",
+"888 232 LINE",
+"652 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"64 1536 LINE",
+"64 1316 LINE",
+"860 1316 LINE",
+"860 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"296 376 LINE",
+"296 108 OFFCURVE",
+"512 -20 OFFCURVE",
+"712 -20 CURVE SMOOTH",
+"800 -20 OFFCURVE",
+"856 -4 OFFCURVE",
+"888 8 CURVE",
+"840 220 LINE",
+"820 216 OFFCURVE",
+"788 208 OFFCURVE",
+"736 208 CURVE SMOOTH",
+"632 208 OFFCURVE",
+"532 240 OFFCURVE",
+"532 440 CURVE",
+"532 1864 LINE",
+"296 1864 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"692 -80 LINE SMOOTH",
+"692 -232 OFFCURVE",
+"560 -264 OFFCURVE",
+"456 -264 CURVE SMOOTH",
+"416 -264 OFFCURVE",
+"384 -260 OFFCURVE",
+"344 -256 CURVE",
+"344 -552 LINE",
+"412 -568 OFFCURVE",
+"464 -572 OFFCURVE",
+"528 -572 CURVE SMOOTH",
+"820 -572 OFFCURVE",
+"996 -396 OFFCURVE",
+"996 -80 CURVE SMOOTH",
+"996 380 LINE",
+"692 316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"68 1536 LINE",
+"68 1216 LINE",
+"940 1216 LINE",
+"940 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 428 LINE",
+"240 156 OFFCURVE",
+"436 -20 OFFCURVE",
+"684 -20 CURVE SMOOTH",
+"852 -20 OFFCURVE",
+"968 12 OFFCURVE",
+"996 24 CURVE",
+"928 364 LINE",
+"900 356 OFFCURVE",
+"860 352 OFFCURVE",
+"832 352 CURVE SMOOTH",
+"756 352 OFFCURVE",
+"700 368 OFFCURVE",
+"700 484 CURVE",
+"700 1864 LINE",
+"240 1864 LINE"
+);
+}
+);
+width = 1048;
+}
+);
+leftKerningGroup = t;
+rightKerningGroup = t;
+unicode = 01AB;
+userData = {
+interface.gridadjust.original = "{'width': 924.0, 'leftMargin': 0, 'rightMargin': 96.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = trthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{612, -600}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{924, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"296 -192 LINE SMOOTH",
+"296 -456 OFFCURVE",
+"492 -600 OFFCURVE",
+"720 -600 CURVE SMOOTH",
+"764 -600 OFFCURVE",
+"820 -596 OFFCURVE",
+"856 -584 CURVE",
+"856 -388 LINE",
+"832 -396 OFFCURVE",
+"800 -396 OFFCURVE",
+"780 -396 CURVE SMOOTH",
+"652 -396 OFFCURVE",
+"532 -352 OFFCURVE",
+"532 -192 CURVE SMOOTH",
+"532 1844 LINE",
+"296 1844 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"64 1536 LINE",
+"64 1316 LINE",
+"860 1316 LINE",
+"860 1536 LINE"
+);
+}
+);
+width = 980;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{848, -616}";
+},
+{
+name = top;
+position = "{592, 2200}";
+},
+{
+name = top0315;
+position = "{1188, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 -108 LINE SMOOTH",
+"364 -548 OFFCURVE",
+"676 -600 OFFCURVE",
+"916 -600 CURVE SMOOTH",
+"1016 -600 OFFCURVE",
+"1084 -592 OFFCURVE",
+"1148 -580 CURVE",
+"1148 -284 LINE",
+"1112 -288 OFFCURVE",
+"1076 -292 OFFCURVE",
+"1040 -292 CURVE SMOOTH",
+"936 -292 OFFCURVE",
+"804 -256 OFFCURVE",
+"804 -108 CURVE SMOOTH",
+"804 1860 LINE",
+"364 1860 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 1536 LINE",
+"164 1216 LINE",
+"1052 1216 LINE",
+"1052 1536 LINE {name = hr00;}"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 0288;
+userData = {
+interface.gridadjust.original = "{'width': 932, 'leftMargin': 8, 'rightMargin': 96}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tcurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"308 400 LINE",
+"308 196 OFFCURVE",
+"424 -32 OFFCURVE",
+"732 -32 CURVE SMOOTH",
+"980 -32 OFFCURVE",
+"1144 116 OFFCURVE",
+"1144 332 CURVE SMOOTH",
+"1144 552 OFFCURVE",
+"972 696 OFFCURVE",
+"752 696 CURVE SMOOTH",
+"600 696 OFFCURVE",
+"436 628 OFFCURVE",
+"308 496 CURVE SMOOTH",
+"-4 176 LINE",
+"148 20 LINE",
+"428 312 LINE SMOOTH",
+"512 400 OFFCURVE",
+"592 484 OFFCURVE",
+"720 484 CURVE SMOOTH",
+"824 484 OFFCURVE",
+"900 428 OFFCURVE",
+"900 332 CURVE SMOOTH",
+"900 240 OFFCURVE",
+"828 172 OFFCURVE",
+"732 172 CURVE SMOOTH",
+"632 172 OFFCURVE",
+"544 248 OFFCURVE",
+"544 340 CURVE SMOOTH",
+"544 424 OFFCURVE",
+"544 880 OFFCURVE",
+"544 880 CURVE",
+"308 880 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"60 1536 LINE",
+"60 1316 LINE",
+"872 1316 LINE",
+"872 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"308 752 LINE",
+"544 752 LINE",
+"544 1864 LINE",
+"308 1864 LINE"
+);
+}
+);
+width = 1140;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"324 548 LINE",
+"324 148 OFFCURVE",
+"648 -32 OFFCURVE",
+"900 -32 CURVE SMOOTH",
+"1176 -32 OFFCURVE",
+"1348 180 OFFCURVE",
+"1348 392 CURVE SMOOTH",
+"1348 600 OFFCURVE",
+"1184 784 OFFCURVE",
+"936 784 CURVE SMOOTH",
+"700 784 OFFCURVE",
+"372 628 OFFCURVE",
+"136 440 CURVE SMOOTH",
+"-60 284 LINE",
+"156 28 LINE",
+"428 252 LINE SMOOTH",
+"612 404 OFFCURVE",
+"744 476 OFFCURVE",
+"892 476 CURVE SMOOTH",
+"956 476 OFFCURVE",
+"992 420 OFFCURVE",
+"992 380 CURVE SMOOTH",
+"992 324 OFFCURVE",
+"952 276 OFFCURVE",
+"904 276 CURVE SMOOTH",
+"816 276 OFFCURVE",
+"784 336 OFFCURVE",
+"784 432 CURVE SMOOTH",
+"784 472 OFFCURVE",
+"784 944 OFFCURVE",
+"784 944 CURVE",
+"324 944 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 1536 LINE",
+"136 1216 LINE",
+"1024 1216 LINE",
+"1024 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"324 796 LINE",
+"784 796 LINE",
+"784 1864 LINE",
+"324 1864 LINE"
+);
+}
+);
+width = 1396;
+}
+);
+unicode = 0236;
+userData = {
+interface.gridadjust.original = "{'width': 1233, 'leftMargin': 28, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tccurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1512, 0}";
+},
+{
+name = top;
+position = "{1512, 2200}";
+},
+{
+name = top0315;
+position = "{2196, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1200 188 OFFCURVE",
+"1080 484 OFFCURVE",
+"1080 736 CURVE SMOOTH",
+"1080 792 LINE SMOOTH",
+"1080 1048 OFFCURVE",
+"1216 1336 OFFCURVE",
+"1512 1336 CURVE SMOOTH",
+"1732 1336 OFFCURVE",
+"1852 1176 OFFCURVE",
+"1864 1016 CURVE",
+"2108 1016 LINE",
+"2092 1316 OFFCURVE",
+"1864 1556 OFFCURVE",
+"1512 1556 CURVE SMOOTH",
+"1076 1556 OFFCURVE",
+"844 1188 OFFCURVE",
+"844 792 CURVE SMOOTH",
+"844 736 LINE SMOOTH",
+"844 340 OFFCURVE",
+"1056 -28 OFFCURVE",
+"1512 -28 CURVE SMOOTH",
+"1828 -28 OFFCURVE",
+"2108 160 OFFCURVE",
+"2108 436 CURVE SMOOTH",
+"2108 620 OFFCURVE",
+"1980 764 OFFCURVE",
+"1756 764 CURVE SMOOTH",
+"1312 764 OFFCURVE",
+"992 196 OFFCURVE",
+"720 196 CURVE",
+"640 -28 LINE",
+"1144 -28 OFFCURVE",
+"1408 552 OFFCURVE",
+"1752 552 CURVE SMOOTH",
+"1828 552 OFFCURVE",
+"1888 512 OFFCURVE",
+"1888 420 CURVE SMOOTH",
+"1888 284 OFFCURVE",
+"1692 188 OFFCURVE",
+"1512 188 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"64 1536 LINE",
+"64 1316 LINE",
+"844 1316 LINE",
+"844 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"312 412 LINE SMOOTH",
+"312 116 OFFCURVE",
+"452 -28 OFFCURVE",
+"640 -28 CURVE",
+"720 196 LINE",
+"640 196 OFFCURVE",
+"548 248 OFFCURVE",
+"548 412 CURVE SMOOTH",
+"548 1864 LINE",
+"312 1864 LINE"
+);
+}
+);
+width = 2208;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1572, 0}";
+},
+{
+name = top;
+position = "{1572, 2200}";
+},
+{
+name = top0315;
+position = "{2280, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1372 332 OFFCURVE",
+"1336 508 OFFCURVE",
+"1336 728 CURVE SMOOTH",
+"1336 760 LINE SMOOTH",
+"1336 976 OFFCURVE",
+"1364 1200 OFFCURVE",
+"1576 1200 CURVE SMOOTH",
+"1724 1200 OFFCURVE",
+"1796 1092 OFFCURVE",
+"1796 960 CURVE",
+"2212 960 LINE",
+"2212 1336 OFFCURVE",
+"1956 1556 OFFCURVE",
+"1584 1556 CURVE SMOOTH",
+"1108 1556 OFFCURVE",
+"896 1188 OFFCURVE",
+"896 760 CURVE SMOOTH",
+"896 728 LINE SMOOTH",
+"896 296 OFFCURVE",
+"1124 -28 OFFCURVE",
+"1588 -28 CURVE SMOOTH",
+"2012 -28 OFFCURVE",
+"2212 228 OFFCURVE",
+"2212 464 CURVE SMOOTH",
+"2212 664 OFFCURVE",
+"2068 840 OFFCURVE",
+"1812 840 CURVE SMOOTH",
+"1380 840 OFFCURVE",
+"1032 336 OFFCURVE",
+"828 336 CURVE",
+"728 -28 LINE",
+"1216 -28 OFFCURVE",
+"1532 504 OFFCURVE",
+"1712 504 CURVE SMOOTH",
+"1756 504 OFFCURVE",
+"1792 484 OFFCURVE",
+"1792 436 CURVE SMOOTH",
+"1792 364 OFFCURVE",
+"1712 332 OFFCURVE",
+"1628 332 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"76 1536 LINE",
+"76 1216 LINE",
+"908 1216 LINE",
+"908 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"276 484 LINE SMOOTH",
+"276 120 OFFCURVE",
+"468 -28 OFFCURVE",
+"728 -28 CURVE",
+"828 336 LINE",
+"744 336 OFFCURVE",
+"716 372 OFFCURVE",
+"716 484 CURVE SMOOTH",
+"716 1860 LINE",
+"276 1860 LINE"
+);
+}
+);
+width = 2304;
+}
+);
+leftKerningGroup = t;
+rightKerningGroup = ae;
+unicode = 02A8;
+userData = {
+interface.gridadjust.original = "{'width': 2182, 'leftMargin': 8, 'rightMargin': 88}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{556, 0}";
+},
+{
+name = top;
+position = "{368, 2200}";
+},
+{
+name = top0315;
+position = "{972, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = t;
+transform = "{-1, 0, 0, -1, 992, 1540}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{560, 0}";
+},
+{
+name = top;
+position = "{456, 2200}";
+},
+{
+name = top0315;
+position = "{992, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = t;
+transform = "{-1, 0, 0, -1, 1024, 1864}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 0287;
+userData = {
+interface.gridadjust.original = "{'width': 924.0, 'leftMargin': 96, 'rightMargin': 8.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = u;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = bottomu;
+position = "{788, 0}";
+},
+{
+name = ogonek;
+position = "{1272, 0}";
+},
+{
+name = rhotichook;
+position = "{1184, 900}";
+},
+{
+name = top;
+position = "{820, 1792}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{812, 1476}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1184 320 OFFCURVE",
+"964 208 OFFCURVE",
+"788 208 CURVE SMOOTH",
+"592 208 OFFCURVE",
+"452 336 OFFCURVE",
+"452 560 CURVE SMOOTH",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 560 LINE SMOOTH",
+"216 156 OFFCURVE",
+"488 -20 OFFCURVE",
+"712 -20 CURVE SMOOTH",
+"944 -20 OFFCURVE",
+"1092 100 OFFCURVE",
+"1168 216 CURVE",
+"1184 216 LINE",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 1536 LINE",
+"1184 1536 LINE",
+"1184 608 LINE SMOOTH"
+);
+}
+);
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = bottomu;
+position = "{660, 0}";
+},
+{
+name = ogonek;
+position = "{1412, 0}";
+},
+{
+name = rhotichook;
+position = "{1292, 900}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 277.75}";
+},
+{
+position = "{0, 752.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1052 504 OFFCURVE",
+"996 344 OFFCURVE",
+"824 344 CURVE SMOOTH",
+"700 344 OFFCURVE",
+"604 428 OFFCURVE",
+"604 592 CURVE SMOOTH",
+"604 1536 LINE",
+"144 1536 LINE",
+"144 576 LINE SMOOTH",
+"144 132 OFFCURVE",
+"400 -20 OFFCURVE",
+"660 -20 CURVE SMOOTH",
+"836 -20 OFFCURVE",
+"984 52 OFFCURVE",
+"1072 164 CURVE",
+"1088 164 LINE",
+"1088 0 LINE",
+"1512 0 LINE",
+"1512 1536 LINE",
+"1052 1536 LINE",
+"1052 720 LINE SMOOTH"
+);
+}
+);
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 0075;
+userData = {
+com.typemytype.robofont.guideline.magnetic.nBhGDD3LHZ = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = udieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -8, 0}";
+},
+{
+name = u;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 172, 0}";
+},
+{
+name = u;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 00FC;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = utilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 132, 0}";
+},
+{
+name = u;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 172, 0}";
+},
+{
+name = u;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 0169;
+},
+{
+glyphname = uhorn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottomu;
+position = "{708, 0}";
+},
+{
+name = right;
+position = "{1412, 0}";
+},
+{
+name = top;
+position = "{832, 1792}";
+},
+{
+name = top0315;
+position = "{1772, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1600 1396 OFFCURVE",
+"1596 1308 OFFCURVE",
+"1348 1308 CURVE",
+"1348 1144 LINE",
+"1708 1144 OFFCURVE",
+"1808 1300 OFFCURVE",
+"1808 1604 CURVE",
+"1600 1604 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1184 320 OFFCURVE",
+"964 208 OFFCURVE",
+"788 208 CURVE SMOOTH",
+"592 208 OFFCURVE",
+"452 336 OFFCURVE",
+"452 560 CURVE SMOOTH",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 560 LINE SMOOTH",
+"216 156 OFFCURVE",
+"488 -20 OFFCURVE",
+"712 -20 CURVE SMOOTH",
+"944 -20 OFFCURVE",
+"1092 100 OFFCURVE",
+"1168 216 CURVE",
+"1184 216 LINE",
+"1184 0 LINE",
+"1420 0 LINE",
+"1420 1536 LINE",
+"1184 1536 LINE",
+"1184 608 LINE SMOOTH"
+);
+}
+);
+width = 1752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottomu;
+position = "{660, 0}";
+},
+{
+name = right;
+position = "{1472, 0}";
+},
+{
+name = top;
+position = "{808, 1744}";
+},
+{
+name = top0315;
+position = "{1720, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1620 1392 OFFCURVE",
+"1584 1280 OFFCURVE",
+"1308 1280 CURVE",
+"1308 1084 LINE",
+"1732 1084 OFFCURVE",
+"1868 1268 OFFCURVE",
+"1868 1624 CURVE",
+"1620 1624 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1052 504 OFFCURVE",
+"996 344 OFFCURVE",
+"824 344 CURVE SMOOTH",
+"700 344 OFFCURVE",
+"604 428 OFFCURVE",
+"604 592 CURVE SMOOTH",
+"604 1536 LINE",
+"144 1536 LINE",
+"144 576 LINE SMOOTH",
+"144 132 OFFCURVE",
+"400 -20 OFFCURVE",
+"660 -20 CURVE SMOOTH",
+"836 -20 OFFCURVE",
+"984 52 OFFCURVE",
+"1072 164 CURVE",
+"1088 164 LINE",
+"1088 0 LINE",
+"1512 0 LINE",
+"1512 1536 LINE",
+"1052 1536 LINE",
+"1052 720 LINE SMOOTH"
+);
+}
+);
+width = 1884;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = uhorn;
+unicode = 01B0;
+userData = {
+interface.gridadjust.original = "{'width': 1763, 'leftMargin': 256, 'rightMargin': -36}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = mu;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{1300, 692}";
+},
+{
+position = "{1300, 304}";
+},
+{
+position = "{1204, 400}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1196 344 LINE",
+"1224 0 LINE",
+"1420 0 LINE",
+"1420 1536 LINE",
+"1196 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1196 360 OFFCURVE",
+"1012 212 OFFCURVE",
+"824 212 CURVE SMOOTH",
+"636 212 OFFCURVE",
+"452 360 OFFCURVE",
+"452 692 CURVE",
+"340 692 LINE",
+"340 240 OFFCURVE",
+"544 -28 OFFCURVE",
+"828 -28 CURVE SMOOTH",
+"1112 -28 OFFCURVE",
+"1308 240 OFFCURVE",
+"1308 692 CURVE",
+"1196 692 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 -572 LINE",
+"452 -572 LINE",
+"452 1536 LINE",
+"216 1536 LINE"
+);
+}
+);
+width = 1636;
+},
+{
+guideLines = (
+{
+position = "{0, 277.75}";
+},
+{
+position = "{0, 752.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1076 344 LINE",
+"1104 0 LINE",
+"1520 0 LINE",
+"1520 1536 LINE",
+"1076 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1076 492 OFFCURVE",
+"1016 336 OFFCURVE",
+"820 336 CURVE SMOOTH",
+"668 336 OFFCURVE",
+"588 432 OFFCURVE",
+"588 684 CURVE",
+"356 684 LINE",
+"412 108 OFFCURVE",
+"608 -28 OFFCURVE",
+"804 -28 CURVE SMOOTH",
+"1140 -28 OFFCURVE",
+"1312 280 OFFCURVE",
+"1312 696 CURVE",
+"1076 692 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 -572 LINE",
+"588 -572 LINE",
+"588 1536 LINE",
+"144 1536 LINE"
+);
+}
+);
+width = 1664;
+}
+);
+unicode = 00B5;
+userData = {
+com.typemytype.robofont.guideline.magnetic.8IeEFgbS4T = 5;
+com.typemytype.robofont.guideline.magnetic.eXsOmptB9v = 5;
+com.typemytype.robofont.guideline.magnetic.s5uJiJNNNn = 5;
+interface.gridadjust.original = "{'width': 1796, 'leftMargin': 256, 'rightMargin': 292}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ubar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{752, 0}";
+},
+{
+name = top;
+position = "{752, 1776}";
+},
+{
+name = top0315;
+position = "{1652, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-4 996 LINE",
+"-4 796 LINE",
+"1728 796 LINE",
+"1728 996 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1228 320 OFFCURVE",
+"1008 208 OFFCURVE",
+"832 208 CURVE SMOOTH",
+"636 208 OFFCURVE",
+"496 336 OFFCURVE",
+"496 560 CURVE SMOOTH",
+"496 1536 LINE",
+"260 1536 LINE",
+"260 560 LINE SMOOTH",
+"260 156 OFFCURVE",
+"532 -20 OFFCURVE",
+"756 -20 CURVE SMOOTH",
+"988 -20 OFFCURVE",
+"1136 100 OFFCURVE",
+"1212 216 CURVE",
+"1228 216 LINE",
+"1228 0 LINE",
+"1464 0 LINE",
+"1464 1536 LINE",
+"1228 1536 LINE",
+"1228 608 LINE SMOOTH"
+);
+}
+);
+width = 1724;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, 0}";
+},
+{
+name = top;
+position = "{1044, 1776}";
+},
+{
+name = top0315;
+position = "{2020, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"104 916 LINE",
+"104 652 LINE",
+"1976 652 LINE",
+"1976 916 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1284 504 OFFCURVE",
+"1228 344 OFFCURVE",
+"1056 344 CURVE SMOOTH",
+"932 344 OFFCURVE",
+"836 428 OFFCURVE",
+"836 592 CURVE SMOOTH",
+"836 1536 LINE",
+"376 1536 LINE",
+"376 576 LINE SMOOTH",
+"376 132 OFFCURVE",
+"632 -20 OFFCURVE",
+"892 -20 CURVE SMOOTH",
+"1068 -20 OFFCURVE",
+"1216 52 OFFCURVE",
+"1304 164 CURVE",
+"1320 164 LINE",
+"1320 0 LINE",
+"1744 0 LINE",
+"1744 1536 LINE",
+"1284 1536 LINE",
+"1284 720 LINE SMOOTH"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 0289;
+userData = {
+interface.gridadjust.original = "{'width': 1786, 'leftMargin': 28, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = v;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1360, -560}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1400, 1792}";
+},
+{
+name = top_dd;
+position = "{1360, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{776, 360}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1216 1536 LINE",
+"792 312 LINE",
+"776 312 LINE",
+"352 1536 LINE",
+"96 1536 LINE",
+"664 0 LINE",
+"904 0 LINE",
+"1472 1536 LINE"
+);
+}
+);
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{856, 0}";
+},
+{
+name = bottom_dd;
+position = "{1580, -560}";
+},
+{
+name = top;
+position = "{856, 1760}";
+},
+{
+name = top0315;
+position = "{1580, 1760}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+angle = 90;
+position = "{836, 652}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1140 1536 LINE",
+"844 580 LINE",
+"828 580 LINE",
+"528 1536 LINE",
+"56 1536 LINE",
+"616 0 LINE",
+"1048 0 LINE",
+"1612 1536 LINE"
+);
+}
+);
+width = 1668;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 0076;
+userData = {
+com.typemytype.robofont.guideline.magnetic.HsEeMarF5L = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = vturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{804, 0}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{-1, 0, 0, -1, 1552, 1536}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{-1, 0, 0, -1, 1536, 1536}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 028C;
+userData = {
+interface.gridadjust.original = "{'width': 1368, 'leftMargin': 48, 'rightMargin': 48}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = w;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, 0}";
+},
+{
+name = bottom_dd;
+position = "{2108, -560}";
+},
+{
+name = marktop;
+position = "{1144, 1792}";
+},
+{
+name = top;
+position = "{1144, 1792}";
+},
+{
+name = top0315;
+position = "{2108, 1776}";
+},
+{
+name = top_dd;
+position = "{2108, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1136, 1108}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1944 1536 LINE SMOOTH",
+"1612 364 LINE",
+"1596 364 LINE",
+"1272 1536 LINE",
+"1020 1536 LINE",
+"692 360 LINE",
+"676 360 LINE",
+"344 1536 LINE SMOOTH",
+"96 1536 LINE",
+"564 0 LINE",
+"796 0 LINE",
+"1132 1180 LINE",
+"1156 1180 LINE",
+"1492 0 LINE",
+"1724 0 LINE",
+"2192 1536 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1100, 0}";
+},
+{
+name = bottom_dd;
+position = "{2196, -560}";
+},
+{
+name = marktop;
+position = "{1100, 1776}";
+},
+{
+name = top;
+position = "{1100, 1776}";
+},
+{
+name = top0315;
+position = "{2196, 1776}";
+},
+{
+name = top_dd;
+position = "{2196, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1084, 776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1668 1536 LINE",
+"1512 624 LINE",
+"1492 624 LINE",
+"1256 1536 LINE",
+"944 1536 LINE",
+"708 616 LINE",
+"688 616 LINE",
+"536 1536 LINE",
+"96 1536 LINE",
+"472 0 LINE",
+"844 0 LINE",
+"1088 852 LINE",
+"1112 852 LINE",
+"1360 0 LINE",
+"1732 0 LINE",
+"2108 1536 LINE"
+);
+}
+);
+width = 2204;
+}
+);
+leftKerningGroup = w;
+rightKerningGroup = w;
+unicode = 0077;
+userData = {
+com.typemytype.robofont.guideline.magnetic.p3iasCA57f = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = wdieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 320, 0}";
+},
+{
+name = w;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 448, 0}";
+},
+{
+name = w;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2204;
+}
+);
+leftKerningGroup = w;
+rightKerningGroup = w;
+unicode = 1E85;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = wturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, 0}";
+},
+{
+name = top;
+position = "{1144, 1792}";
+},
+{
+name = top0315;
+position = "{2200, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = w;
+transform = "{-1, 0, 0, -1, 2272, 1536}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1136, 176}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1164, 0}";
+},
+{
+name = top;
+position = "{1164, 1776}";
+},
+{
+name = top0315;
+position = "{2192, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = w;
+transform = "{-1, 0, 0, -1, 2172, 1536}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2204;
+}
+);
+unicode = 028D;
+userData = {
+com.typemytype.robofont.guideline.magnetic.JX1ybcxf0V = 5;
+interface.gridadjust.original = "{'width': 2109, 'leftMargin': 54, 'rightMargin': 53}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = x;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = cross;
+position = "{692, 760}";
+},
+{
+name = right;
+position = "{1184, 0}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1396, 1760}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{752, 868}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"120 1536 LINE",
+"608 768 LINE",
+"120 0 LINE",
+"392 0 LINE",
+"760 596 LINE",
+"1128 0 LINE",
+"1400 0 LINE",
+"904 768 LINE",
+"1400 1536 LINE",
+"1128 1536 LINE",
+"760 908 LINE",
+"392 1536 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottom_dd;
+position = "{1500, -560}";
+},
+{
+name = cross;
+position = "{784, 760}";
+},
+{
+name = right;
+position = "{1252, 0}";
+},
+{
+name = top;
+position = "{784, 1760}";
+},
+{
+name = top0315;
+position = "{1500, 1760}";
+},
+{
+name = top_dd;
+position = "{1500, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{768, 960}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"96 1536 LINE",
+"496 768 LINE",
+"76 0 LINE",
+"544 0 LINE",
+"784 436 LINE",
+"1028 0 LINE",
+"1492 0 LINE",
+"1072 768 LINE",
+"1476 1536 LINE",
+"1012 1536 LINE",
+"784 1096 LINE",
+"564 1536 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = x;
+rightKerningGroup = x;
+unicode = 0078;
+userData = {
+com.typemytype.robofont.guideline.magnetic.lFaJLQuFPv = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = y;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = marktop;
+position = "{780, 1792}";
+},
+{
+name = rhotichook;
+position = "{780, 896}";
+},
+{
+name = top;
+position = "{780, 1792}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{776, 1488}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"524 -380 OFFCURVE",
+"416 -400 OFFCURVE",
+"248 -360 CURVE",
+"188 -568 LINE",
+"212 -580 OFFCURVE",
+"280 -596 OFFCURVE",
+"360 -596 CURVE SMOOTH",
+"572 -596 OFFCURVE",
+"724 -484 OFFCURVE",
+"812 -248 CURVE SMOOTH",
+"1472 1536 LINE",
+"1216 1536 LINE",
+"748 184 LINE",
+"676 16 LINE",
+"612 -152 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"96 1536 LINE",
+"680 -48 LINE",
+"864 56 LINE",
+"352 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"808 260 LINE",
+"808 312 LINE",
+"760 312 LINE",
+"760 260 LINE"
+);
+}
+);
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = marktop;
+position = "{796, 1776}";
+},
+{
+name = rhotichook;
+position = "{1184, 900}";
+},
+{
+name = top;
+position = "{796, 1776}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{836, 316}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"532 -184 OFFCURVE",
+"496 -264 OFFCURVE",
+"296 -204 CURVE",
+"196 -556 LINE",
+"272 -584 OFFCURVE",
+"340 -600 OFFCURVE",
+"428 -600 CURVE SMOOTH",
+"760 -600 OFFCURVE",
+"912 -372 OFFCURVE",
+"968 -220 CURVE SMOOTH",
+"1612 1536 LINE",
+"1140 1536 LINE",
+"820 552 LINE",
+"632 84 LINE",
+"592 -24 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"56 1536 LINE",
+"616 4 LINE",
+"968 192 LINE",
+"528 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"856 588 LINE",
+"856 624 LINE",
+"816 624 LINE",
+"816 588 LINE"
+);
+}
+);
+width = 1668;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 0079;
+userData = {
+com.typemytype.robofont.guideline.magnetic.lsCjxlYELh = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ydieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -64, 0}";
+},
+{
+name = y;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 128, 0}";
+},
+{
+name = y;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 00FF;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = yhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1364 1360 LINE SMOOTH",
+"1444 1584 OFFCURVE",
+"1500 1688 OFFCURVE",
+"1624 1688 CURVE SMOOTH",
+"1680 1688 OFFCURVE",
+"1740 1664 OFFCURVE",
+"1792 1636 CURVE",
+"1856 1800 LINE",
+"1788 1856 OFFCURVE",
+"1692 1896 OFFCURVE",
+"1588 1896 CURVE SMOOTH",
+"1340 1896 OFFCURVE",
+"1220 1668 OFFCURVE",
+"1140 1444 CURVE SMOOTH",
+"1120 1388 LINE",
+"1344 1304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"520 -348 OFFCURVE",
+"384 -368 OFFCURVE",
+"248 -368 CURVE SMOOTH",
+"180 -368 OFFCURVE",
+"144 -364 OFFCURVE",
+"132 -360 CURVE",
+"132 -580 LINE",
+"160 -588 OFFCURVE",
+"272 -600 OFFCURVE",
+"312 -600 CURVE SMOOTH",
+"536 -600 OFFCURVE",
+"720 -464 OFFCURVE",
+"804 -228 CURVE SMOOTH",
+"1344 1304 LINE",
+"1120 1388 LINE",
+"760 348 LINE",
+"352 1536 LINE",
+"96 1536 LINE",
+"640 0 LINE",
+"592 -136 LINE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1448 1332 LINE SMOOTH",
+"1476 1432 OFFCURVE",
+"1524 1492 OFFCURVE",
+"1600 1516 CURVE SMOOTH",
+"1644 1532 OFFCURVE",
+"1660 1524 OFFCURVE",
+"1708 1516 CURVE",
+"1732 1876 LINE",
+"1624 1892 OFFCURVE",
+"1520 1904 OFFCURVE",
+"1380 1856 CURVE SMOOTH",
+"1192 1792 OFFCURVE",
+"1080 1664 OFFCURVE",
+"1032 1512 CURVE SMOOTH",
+"992 1384 LINE",
+"1428 1272 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"544 -148 OFFCURVE",
+"476 -224 OFFCURVE",
+"300 -224 CURVE",
+"284 -224 OFFCURVE",
+"268 -224 OFFCURVE",
+"240 -220 CURVE",
+"240 -572 LINE",
+"316 -596 OFFCURVE",
+"344 -600 OFFCURVE",
+"428 -600 CURVE SMOOTH",
+"760 -600 OFFCURVE",
+"920 -372 OFFCURVE",
+"968 -220 CURVE SMOOTH",
+"1428 1272 LINE",
+"992 1384 LINE",
+"796 716 LINE",
+"532 1536 LINE",
+"56 1536 LINE",
+"600 48 LINE",
+"580 -24 LINE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 01B4;
+userData = {
+interface.gridadjust.original = "{'width': 1672.0, 'leftMargin': 28, 'rightMargin': -41.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni024F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{936, -216}";
+},
+{
+name = top;
+position = "{656, 1776}";
+},
+{
+name = top0315;
+position = "{1400, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"92 1096 LINE",
+"92 912 LINE",
+"1436 912 LINE",
+"1436 1096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"524 -380 OFFCURVE",
+"416 -400 OFFCURVE",
+"248 -360 CURVE",
+"188 -568 LINE",
+"212 -580 OFFCURVE",
+"280 -596 OFFCURVE",
+"360 -596 CURVE SMOOTH",
+"572 -596 OFFCURVE",
+"724 -484 OFFCURVE",
+"812 -248 CURVE SMOOTH",
+"1472 1536 LINE",
+"1216 1536 LINE",
+"748 184 LINE",
+"676 16 LINE",
+"612 -152 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"96 1536 LINE",
+"680 -48 LINE",
+"864 56 LINE",
+"352 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"808 260 LINE",
+"808 312 LINE",
+"760 312 LINE",
+"760 260 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1328, -128}";
+},
+{
+name = top;
+position = "{916, 1776}";
+},
+{
+name = top0315;
+position = "{1744, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 1024 LINE",
+"136 804 LINE",
+"1692 804 LINE",
+"1692 1024 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"712 -184 OFFCURVE",
+"676 -264 OFFCURVE",
+"476 -204 CURVE",
+"376 -556 LINE",
+"452 -584 OFFCURVE",
+"520 -600 OFFCURVE",
+"608 -600 CURVE SMOOTH",
+"940 -600 OFFCURVE",
+"1092 -372 OFFCURVE",
+"1148 -220 CURVE SMOOTH",
+"1792 1536 LINE",
+"1320 1536 LINE",
+"1000 552 LINE",
+"812 84 LINE",
+"772 -24 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"236 1536 LINE",
+"796 4 LINE",
+"1148 192 LINE",
+"708 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1036 588 LINE",
+"1036 624 LINE",
+"996 624 LINE",
+"996 588 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 024F;
+userData = {
+interface.gridadjust.original = "{'width': 1442, 'leftMargin': 41, 'rightMargin': -167}";
+};
+},
+{
+glyphname = yturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = top;
+position = "{788, 2200}";
+},
+{
+name = top0315;
+position = "{1468, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = y;
+transform = "{-1, 0, 0, -1, 1552, 1536}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = top;
+position = "{788, 2200}";
+},
+{
+name = top0315;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = y;
+transform = "{-1, 0, 0, -1, 1536, 1536}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = f;
+unicode = 028E;
+userData = {
+interface.gridadjust.original = "{'width': 1331.0, 'leftMargin': 28, 'rightMargin': 33.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (219,235,247,1);
+glyphname = z;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1396, 1776}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{752, 500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"280 220 LINE",
+"280 0 LINE",
+"1364 0 LINE",
+"1364 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 1536 LINE",
+"1208 1536 LINE",
+"176 200 LINE",
+"176 0 LINE",
+"316 0 LINE",
+"1344 1348 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"160 1536 LINE",
+"160 1316 LINE",
+"1224 1316 LINE",
+"1224 1536 LINE"
+);
+}
+);
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = top;
+position = "{764, 1776}";
+},
+{
+name = top0315;
+position = "{1496, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{748, 656}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"256 360 LINE",
+"256 0 LINE",
+"1400 0 LINE",
+"1400 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1384 1536 LINE",
+"1080 1536 LINE",
+"144 260 LINE",
+"144 0 LINE",
+"448 0 LINE",
+"1384 1276 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"172 1536 LINE",
+"172 1176 LINE",
+"1236 1176 LINE",
+"1236 1536 LINE"
+);
+}
+);
+width = 1544;
+}
+);
+leftKerningGroup = z;
+rightKerningGroup = z;
+unicode = 007A;
+userData = {
+com.typemytype.robofont.guideline.magnetic.R2Ni5F405P = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = zbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{716, 16}";
+},
+{
+name = top;
+position = "{704, 1776}";
+},
+{
+name = top0315;
+position = "{1424, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = z;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 128, -236}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = top;
+position = "{784, 1776}";
+},
+{
+name = top0315;
+position = "{1508, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = z;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 116, -244}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1544;
+}
+);
+leftKerningGroup = z;
+rightKerningGroup = z;
+unicode = 01B6;
+userData = {
+interface.gridadjust.original = "{'width': 1430.0, 'leftMargin': 204, 'rightMargin': -121.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = zhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"780 0 LINE",
+"996 0 LINE SMOOTH",
+"1156 0 OFFCURVE",
+"1192 -116 OFFCURVE",
+"1192 -244 CURVE SMOOTH",
+"1192 -320 LINE",
+"1404 -320 LINE",
+"1404 -184 LINE SMOOTH",
+"1404 44 OFFCURVE",
+"1256 220 OFFCURVE",
+"996 220 CURVE SMOOTH",
+"780 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 220 LINE",
+"1344 1348 LINE",
+"1344 1536 LINE",
+"160 1536 LINE",
+"160 1316 LINE",
+"1040 1316 LINE",
+"176 200 LINE",
+"176 0 LINE",
+"916 0 LINE",
+"916 220 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"764 0 LINE",
+"884 0 LINE SMOOTH",
+"1060 0 OFFCURVE",
+"1088 -152 OFFCURVE",
+"1088 -276 CURVE SMOOTH",
+"1088 -384 LINE",
+"1464 -384 LINE",
+"1464 -192 LINE SMOOTH",
+"1464 152 OFFCURVE",
+"1260 360 OFFCURVE",
+"884 360 CURVE SMOOTH",
+"764 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"712 360 LINE",
+"1384 1276 LINE",
+"1384 1536 LINE",
+"172 1536 LINE",
+"172 1176 LINE",
+"816 1176 LINE",
+"144 260 LINE",
+"144 0 LINE",
+"824 0 LINE",
+"824 360 LINE"
+);
+}
+);
+width = 1544;
+}
+);
+leftKerningGroup = z;
+rightKerningGroup = z;
+unicode = 0225;
+userData = {
+interface.gridadjust.original = "{'width': 1456, 'leftMargin': 122, 'rightMargin': 62}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0240;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"276 0 LINE",
+"516 0 LINE SMOOTH",
+"956 0 OFFCURVE",
+"956 -576 OFFCURVE",
+"1316 -576 CURVE SMOOTH",
+"1448 -576 OFFCURVE",
+"1548 -500 OFFCURVE",
+"1608 -440 CURVE",
+"1516 -280 LINE",
+"1468 -324 OFFCURVE",
+"1408 -356 OFFCURVE",
+"1332 -356 CURVE SMOOTH",
+"1116 -356 OFFCURVE",
+"1048 220 OFFCURVE",
+"544 220 CURVE SMOOTH",
+"276 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 1348 LINE",
+"1344 1536 LINE",
+"160 1536 LINE",
+"160 1316 LINE",
+"1040 1316 LINE",
+"176 200 LINE",
+"176 0 LINE",
+"484 0 LINE",
+"484 220 LINE"
+);
+}
+);
+width = 1516;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"276 0 LINE",
+"612 0 LINE SMOOTH",
+"984 0 OFFCURVE",
+"988 -576 OFFCURVE",
+"1432 -576 CURVE SMOOTH",
+"1612 -576 OFFCURVE",
+"1752 -480 OFFCURVE",
+"1848 -388 CURVE",
+"1700 -88 LINE",
+"1656 -128 OFFCURVE",
+"1560 -200 OFFCURVE",
+"1476 -200 CURVE SMOOTH",
+"1224 -200 OFFCURVE",
+"1204 360 OFFCURVE",
+"732 360 CURVE SMOOTH",
+"276 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1384 1276 LINE",
+"1384 1536 LINE",
+"172 1536 LINE",
+"172 1176 LINE",
+"816 1176 LINE",
+"144 260 LINE",
+"144 0 LINE",
+"712 0 LINE",
+"712 360 LINE"
+);
+}
+);
+width = 1544;
+}
+);
+leftKerningGroup = z;
+rightKerningGroup = z;
+unicode = 0240;
+userData = {
+interface.gridadjust.original = "{'width': 1403, 'leftMargin': 122, 'rightMargin': -160}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = zrthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{616, -616}";
+},
+{
+name = top;
+position = "{616, 1776}";
+},
+{
+name = top0315;
+position = "{1460, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1128 -192 LINE SMOOTH",
+"1128 -456 OFFCURVE",
+"1304 -600 OFFCURVE",
+"1532 -600 CURVE SMOOTH",
+"1576 -600 OFFCURVE",
+"1632 -596 OFFCURVE",
+"1668 -584 CURVE",
+"1668 -380 LINE",
+"1648 -388 OFFCURVE",
+"1612 -388 OFFCURVE",
+"1592 -388 CURVE SMOOTH",
+"1464 -388 OFFCURVE",
+"1364 -352 OFFCURVE",
+"1364 -192 CURVE SMOOTH",
+"1364 168 LINE",
+"1128 168 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"280 220 LINE",
+"280 0 LINE",
+"1364 0 LINE",
+"1364 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 1536 LINE",
+"1208 1536 LINE",
+"176 200 LINE",
+"176 0 LINE",
+"316 0 LINE",
+"1344 1348 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"160 1536 LINE",
+"160 1316 LINE",
+"1224 1316 LINE",
+"1224 1536 LINE"
+);
+}
+);
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{672, -616}";
+},
+{
+name = top;
+position = "{672, 1776}";
+},
+{
+name = top0315;
+position = "{1740, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1096 -108 LINE SMOOTH",
+"1096 -424 OFFCURVE",
+"1272 -600 OFFCURVE",
+"1564 -600 CURVE SMOOTH",
+"1628 -600 OFFCURVE",
+"1680 -596 OFFCURVE",
+"1744 -580 CURVE",
+"1744 -284 LINE",
+"1704 -288 OFFCURVE",
+"1672 -292 OFFCURVE",
+"1632 -292 CURVE SMOOTH",
+"1528 -292 OFFCURVE",
+"1400 -256 OFFCURVE",
+"1400 -108 CURVE SMOOTH",
+"1400 360 LINE",
+"1096 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"256 360 LINE",
+"256 0 LINE",
+"1400 0 LINE",
+"1400 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1384 1536 LINE",
+"1080 1536 LINE",
+"144 260 LINE",
+"144 0 LINE",
+"448 0 LINE",
+"1384 1276 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"172 1536 LINE",
+"172 1176 LINE",
+"1236 1176 LINE",
+"1236 1536 LINE"
+);
+}
+);
+width = 1544;
+}
+);
+leftKerningGroup = z;
+rightKerningGroup = z;
+unicode = 0290;
+userData = {
+interface.gridadjust.original = "{'width': 1535, 'leftMargin': 122, 'rightMargin': -13}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = zcurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{656, -616}";
+},
+{
+name = top;
+position = "{656, 1776}";
+},
+{
+name = top0315;
+position = "{1704, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1064 0 LINE SMOOTH",
+"1508 0 OFFCURVE",
+"1660 280 OFFCURVE",
+"1660 464 CURVE SMOOTH",
+"1660 652 OFFCURVE",
+"1500 788 OFFCURVE",
+"1308 788 CURVE SMOOTH",
+"1032 788 OFFCURVE",
+"856 504 OFFCURVE",
+"516 28 CURVE SMOOTH",
+"396 -140 LINE",
+"580 -264 LINE",
+"788 28 LINE SMOOTH",
+"1024 356 OFFCURVE",
+"1128 560 OFFCURVE",
+"1292 560 CURVE SMOOTH",
+"1360 560 OFFCURVE",
+"1428 524 OFFCURVE",
+"1428 444 CURVE SMOOTH",
+"1428 336 OFFCURVE",
+"1308 220 OFFCURVE",
+"1068 220 CURVE SMOOTH",
+"920 220 LINE",
+"920 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 220 LINE",
+"1344 1348 LINE",
+"1344 1536 LINE",
+"160 1536 LINE",
+"160 1316 LINE",
+"1040 1316 LINE",
+"176 200 LINE",
+"176 0 LINE",
+"1044 0 LINE",
+"1044 220 LINE"
+);
+}
+);
+width = 1720;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, -616}";
+},
+{
+name = top;
+position = "{792, 1776}";
+},
+{
+name = top0315;
+position = "{1940, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1392 0 LINE SMOOTH",
+"1764 0 OFFCURVE",
+"1932 256 OFFCURVE",
+"1932 484 CURVE SMOOTH",
+"1932 716 OFFCURVE",
+"1756 868 OFFCURVE",
+"1548 868 CURVE SMOOTH",
+"1288 868 OFFCURVE",
+"1100 640 OFFCURVE",
+"676 20 CURVE SMOOTH",
+"528 -196 LINE",
+"808 -368 LINE",
+"1088 24 LINE SMOOTH",
+"1356 400 OFFCURVE",
+"1420 520 OFFCURVE",
+"1504 520 CURVE SMOOTH",
+"1544 520 OFFCURVE",
+"1576 496 OFFCURVE",
+"1576 464 CURVE SMOOTH",
+"1576 404 OFFCURVE",
+"1544 360 OFFCURVE",
+"1420 360 CURVE SMOOTH",
+"768 360 LINE",
+"768 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"712 360 LINE",
+"1384 1276 LINE",
+"1384 1536 LINE",
+"172 1536 LINE",
+"172 1176 LINE",
+"816 1176 LINE",
+"144 260 LINE",
+"144 0 LINE",
+"1208 0 LINE",
+"1208 360 LINE"
+);
+}
+);
+width = 1980;
+}
+);
+leftKerningGroup = z;
+unicode = 0291;
+userData = {
+interface.gridadjust.original = "{'width': 1713, 'leftMargin': 122, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Thorn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"232 0 LINE",
+"480 0 LINE",
+"480 2048 LINE",
+"232 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"348 1404 LINE",
+"876 1404 LINE SMOOTH",
+"1160 1404 OFFCURVE",
+"1316 1264 OFFCURVE",
+"1316 1032 CURVE SMOOTH",
+"1316 800 OFFCURVE",
+"1160 668 OFFCURVE",
+"876 668 CURVE SMOOTH",
+"348 668 LINE",
+"348 448 LINE",
+"876 448 LINE SMOOTH",
+"1312 448 OFFCURVE",
+"1552 712 OFFCURVE",
+"1552 1036 CURVE SMOOTH",
+"1552 1360 OFFCURVE",
+"1312 1624 OFFCURVE",
+"876 1624 CURVE SMOOTH",
+"348 1624 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE",
+"144 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"360 1324 LINE",
+"872 1324 LINE SMOOTH",
+"1100 1324 OFFCURVE",
+"1188 1192 OFFCURVE",
+"1188 1044 CURVE SMOOTH",
+"1188 900 OFFCURVE",
+"1100 772 OFFCURVE",
+"872 772 CURVE SMOOTH",
+"360 772 LINE",
+"360 416 LINE",
+"872 416 LINE SMOOTH",
+"1364 416 OFFCURVE",
+"1632 680 OFFCURVE",
+"1632 1048 CURVE SMOOTH",
+"1632 1416 OFFCURVE",
+"1364 1680 OFFCURVE",
+"872 1680 CURVE SMOOTH",
+"360 1680 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = B;
+unicode = 00DE;
+userData = {
+interface.gridadjust.original = "{'width': 1662, 'leftMargin': 224, 'rightMargin': 119}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Gamma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = cross;
+position = "{456, 1040}";
+},
+{
+name = right;
+position = "{552, 0}";
+},
+{
+name = top;
+position = "{892, 2304}";
+},
+{
+name = top0315;
+position = "{1600, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"272 2048 LINE",
+"272 0 LINE",
+"520 0 LINE",
+"520 1828 LINE",
+"1508 1828 LINE",
+"1508 2048 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = cross;
+position = "{524, 1028}";
+},
+{
+name = right;
+position = "{696, 0}";
+},
+{
+name = top;
+position = "{924, 2200}";
+},
+{
+name = top0315;
+position = "{1652, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"236 2048 LINE",
+"236 0 LINE",
+"700 0 LINE",
+"700 1664 LINE",
+"1576 1664 LINE",
+"1576 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0393;
+userData = {
+interface.gridadjust.original = "{'width': 1569, 'leftMargin': 242, 'rightMargin': 92}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Delta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1096 2048 LINE",
+"920 2048 LINE",
+"76 0 LINE",
+"356 0 LINE",
+"1096 1868 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1960 0 LINE",
+"1168 2048 LINE",
+"992 2048 LINE",
+"984 1872 LINE",
+"1680 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"292 224 LINE",
+"292 0 LINE",
+"1736 0 LINE",
+"1736 224 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1168 2048 LINE",
+"920 2048 LINE",
+"140 0 LINE",
+"624 0 LINE",
+"1300 1884 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2200 0 LINE",
+"1412 2048 LINE",
+"1164 2048 LINE",
+"1028 1896 LINE",
+"1716 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"516 372 LINE",
+"516 0 LINE",
+"1752 0 LINE",
+"1752 372 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = Alphagreek;
+rightKerningGroup = Alphagreek;
+unicode = "0394,2206";
+userData = {
+interface.gridadjust.original = "{'width': 1991.0, 'leftMargin': 40, 'rightMargin': 66.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Theta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1064, 1536}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"724 1136 LINE",
+"724 916 LINE",
+"1424 916 LINE",
+"1424 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1976 1672 OFFCURVE",
+"1596 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1596 -28 OFFCURVE",
+"1976 376 OFFCURVE",
+"1976 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 492 OFFCURVE",
+"1444 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1444 1844 OFFCURVE",
+"1736 1556 OFFCURVE",
+"1736 1024 CURVE"
+);
+}
+);
+width = 2144;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"792 1204 LINE",
+"792 848 LINE",
+"1252 848 LINE",
+"1252 1204 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1920 1696 OFFCURVE",
+"1532 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"512 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1532 -28 OFFCURVE",
+"1920 348 OFFCURVE",
+"1920 1020 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 560 OFFCURVE",
+"1276 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"772 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1276 1660 OFFCURVE",
+"1452 1480 OFFCURVE",
+"1452 1020 CURVE"
+);
+}
+);
+width = 2040;
+}
+);
+leftKerningGroup = Omicrongreek;
+rightKerningGroup = Omicrongreek;
+unicode = 0398;
+userData = {
+com.typemytype.robofont.guideline.magnetic.vpiHbHxjj9 = 5;
+interface.gridadjust.original = "{'width': 1921, 'leftMargin': 233, 'rightMargin': 152}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Xi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1408 0 LINE",
+"1408 220 LINE",
+"112 220 LINE",
+"112 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1280 932 LINE",
+"1280 1152 LINE",
+"232 1152 LINE",
+"232 932 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1388 1828 LINE",
+"1388 2048 LINE",
+"116 2048 LINE",
+"116 1828 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1600 0 LINE",
+"1600 372 LINE",
+"224 372 LINE",
+"224 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1432 824 LINE",
+"1432 1180 LINE",
+"400 1180 LINE",
+"400 824 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1528 1628 LINE",
+"1528 2004 LINE",
+"268 2004 LINE",
+"268 1628 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+rightKerningGroup = Epsilongreek;
+unicode = 039E;
+userData = {
+interface.gridadjust.original = "{'width': 1616, 'leftMargin': 166, 'rightMargin': 156}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Pi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{1776, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"252 2048 LINE",
+"252 0 LINE",
+"500 0 LINE",
+"500 1828 LINE",
+"1532 1828 LINE",
+"1532 0 LINE",
+"1780 0 LINE",
+"1780 2048 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = right;
+position = "{1868, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 2048 LINE",
+"208 0 LINE",
+"668 0 LINE",
+"668 1672 LINE",
+"1412 1672 LINE",
+"1412 0 LINE",
+"1872 0 LINE",
+"1872 2048 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03A0;
+userData = {
+interface.gridadjust.original = "{'width': 2013.0, 'leftMargin': 242, 'rightMargin': 245.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Sigma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"296 232 LINE",
+"296 0 LINE",
+"1592 0 LINE",
+"1592 232 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2004 LINE",
+"248 1772 LINE",
+"1528 1772 LINE",
+"1528 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 2004 LINE",
+"184 2004 LINE",
+"184 1792 LINE",
+"836 996 LINE",
+"184 208 LINE",
+"184 0 LINE",
+"356 0 LINE",
+"1140 984 LINE",
+"1140 1012 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"372 380 LINE",
+"372 0 LINE",
+"1624 0 LINE",
+"1624 380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 2048 LINE",
+"440 1664 LINE",
+"1604 1664 LINE",
+"1604 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"576 2048 LINE",
+"200 2048 LINE",
+"200 1836 LINE",
+"788 1024 LINE",
+"200 212 LINE",
+"200 0 LINE",
+"576 0 LINE",
+"1272 1016 LINE",
+"1272 1036 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03A3;
+userData = {
+interface.gridadjust.original = "{'width': 1616, 'leftMargin': 98, 'rightMargin': 108}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Phi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1608 240 OFFCURVE",
+"1928 544 OFFCURVE",
+"1928 996 CURVE SMOOTH",
+"1928 1444 OFFCURVE",
+"1600 1748 OFFCURVE",
+"1144 1748 CURVE SMOOTH",
+"888 1748 LINE SMOOTH",
+"432 1748 OFFCURVE",
+"104 1440 OFFCURVE",
+"104 992 CURVE SMOOTH",
+"104 544 OFFCURVE",
+"424 240 OFFCURVE",
+"892 240 CURVE SMOOTH",
+"1140 240 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"548 468 OFFCURVE",
+"388 672 OFFCURVE",
+"388 992 CURVE SMOOTH",
+"388 1312 OFFCURVE",
+"552 1520 OFFCURVE",
+"888 1520 CURVE SMOOTH",
+"1148 1520 LINE SMOOTH",
+"1480 1520 OFFCURVE",
+"1644 1316 OFFCURVE",
+"1644 996 CURVE SMOOTH",
+"1644 676 OFFCURVE",
+"1488 468 OFFCURVE",
+"1140 468 CURVE SMOOTH",
+"892 468 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"876 2004 LINE",
+"876 0 LINE",
+"1160 0 LINE",
+"1160 2004 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1848 224 OFFCURVE",
+"2188 520 OFFCURVE",
+"2188 988 CURVE SMOOTH",
+"2188 1476 OFFCURVE",
+"1848 1780 OFFCURVE",
+"1348 1780 CURVE SMOOTH",
+"992 1780 LINE SMOOTH",
+"488 1780 OFFCURVE",
+"148 1472 OFFCURVE",
+"148 984 CURVE SMOOTH",
+"148 516 OFFCURVE",
+"488 224 OFFCURVE",
+"992 224 CURVE SMOOTH",
+"1348 224 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 628 OFFCURVE",
+"600 740 OFFCURVE",
+"600 984 CURVE SMOOTH",
+"600 1252 OFFCURVE",
+"764 1376 OFFCURVE",
+"992 1376 CURVE SMOOTH",
+"1352 1376 LINE SMOOTH",
+"1580 1376 OFFCURVE",
+"1740 1256 OFFCURVE",
+"1740 988 CURVE SMOOTH",
+"1740 744 OFFCURVE",
+"1580 628 OFFCURVE",
+"1352 628 CURVE SMOOTH",
+"992 628 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"944 2004 LINE",
+"944 0 LINE",
+"1400 0 LINE",
+"1400 2004 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = Omicrongreek;
+rightKerningGroup = Omicrongreek;
+unicode = 03A6;
+userData = {
+interface.gridadjust.original = "{'width': 2019, 'leftMargin': 103, 'rightMargin': 94}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Psi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1580 1276 LINE SMOOTH",
+"1580 916 OFFCURVE",
+"1356 716 OFFCURVE",
+"1024 716 CURVE SMOOTH",
+"984 716 LINE",
+"672 716 OFFCURVE",
+"452 916 OFFCURVE",
+"452 1276 CURVE SMOOTH",
+"452 2004 LINE",
+"168 2004 LINE",
+"168 1276 LINE",
+"168 772 OFFCURVE",
+"512 488 OFFCURVE",
+"984 488 CURVE SMOOTH",
+"1024 488 LINE",
+"1508 488 OFFCURVE",
+"1864 772 OFFCURVE",
+"1864 1276 CURVE",
+"1864 2004 LINE",
+"1580 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"864 2004 LINE",
+"864 0 LINE",
+"1148 0 LINE",
+"1148 2004 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1692 1400 LINE SMOOTH",
+"1692 1068 OFFCURVE",
+"1580 920 OFFCURVE",
+"1304 920 CURVE SMOOTH",
+"1076 920 LINE",
+"796 920 OFFCURVE",
+"644 1068 OFFCURVE",
+"644 1400 CURVE SMOOTH",
+"644 2004 LINE",
+"184 2004 LINE",
+"184 1400 LINE",
+"184 852 OFFCURVE",
+"524 548 OFFCURVE",
+"1052 548 CURVE SMOOTH",
+"1284 548 LINE",
+"1812 548 OFFCURVE",
+"2156 852 OFFCURVE",
+"2156 1400 CURVE",
+"2156 2004 LINE",
+"1692 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"952 2004 LINE",
+"952 0 LINE",
+"1412 0 LINE",
+"1412 2004 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 03A8;
+userData = {
+interface.gridadjust.original = "{'width': 1947.0, 'leftMargin': 114, 'rightMargin': 135.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Omega;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = tonos;
+position = "{120, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1372 540 OFFCURVE",
+"1220 280 OFFCURVE",
+"976 236 CURVE",
+"976 32 LINE",
+"1380 76 OFFCURVE",
+"1660 544 OFFCURVE",
+"1660 1000 CURVE",
+"1660 1156 LINE",
+"1660 1672 OFFCURVE",
+"1344 2032 OFFCURVE",
+"888 2032 CURVE SMOOTH",
+"428 2032 OFFCURVE",
+"116 1672 OFFCURVE",
+"116 1156 CURVE",
+"116 1000 LINE",
+"116 544 OFFCURVE",
+"400 72 OFFCURVE",
+"812 32 CURVE",
+"812 236 LINE",
+"560 276 OFFCURVE",
+"408 536 OFFCURVE",
+"408 1000 CURVE",
+"408 1156 LINE",
+"408 1584 OFFCURVE",
+"592 1800 OFFCURVE",
+"888 1800 CURVE SMOOTH",
+"1184 1800 OFFCURVE",
+"1372 1584 OFFCURVE",
+"1372 1156 CURVE",
+"1372 1000 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1648 0 LINE",
+"1648 228 LINE",
+"976 228 LINE",
+"976 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"812 0 LINE",
+"812 228 LINE",
+"124 228 LINE",
+"124 0 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+},
+{
+name = tonos;
+position = "{152, 2000}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+angle = 90;
+position = "{1728.375, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1192 648 OFFCURVE",
+"1104 456 OFFCURVE",
+"984 384 CURVE",
+"984 184 LINE",
+"1324 228 OFFCURVE",
+"1716 588 OFFCURVE",
+"1716 1092 CURVE",
+"1716 1196 LINE",
+"1716 1684 OFFCURVE",
+"1388 2028 OFFCURVE",
+"912 2028 CURVE SMOOTH",
+"436 2028 OFFCURVE",
+"112 1684 OFFCURVE",
+"112 1196 CURVE",
+"112 1092 LINE",
+"112 588 OFFCURVE",
+"504 224 OFFCURVE",
+"848 184 CURVE",
+"848 384 LINE",
+"724 452 OFFCURVE",
+"632 644 OFFCURVE",
+"632 1092 CURVE",
+"632 1200 LINE",
+"632 1496 OFFCURVE",
+"740 1652 OFFCURVE",
+"912 1652 CURVE SMOOTH",
+"1088 1652 OFFCURVE",
+"1192 1496 OFFCURVE",
+"1192 1200 CURVE",
+"1192 1092 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1684 0 LINE",
+"1684 376 LINE",
+"984 376 LINE",
+"984 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"848 0 LINE",
+"848 376 LINE",
+"140 376 LINE",
+"140 0 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+rightKerningGroup = Omegagreek;
+unicode = "03A9,2126";
+userData = {
+interface.gridadjust.original = "{'width': 1880, 'leftMargin': 153, 'rightMargin': 183}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Gamma1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"848 156 LINE SMOOTH",
+"952 -84 OFFCURVE",
+"1008 -192 OFFCURVE",
+"1008 -272 CURVE SMOOTH",
+"1008 -324 OFFCURVE",
+"960 -376 OFFCURVE",
+"888 -376 CURVE SMOOTH",
+"816 -376 OFFCURVE",
+"768 -328 OFFCURVE",
+"768 -272 CURVE SMOOTH",
+"768 -192 OFFCURVE",
+"836 -72 OFFCURVE",
+"932 156 CURVE SMOOTH",
+"1748 2048 LINE",
+"1480 2048 LINE",
+"772 388 LINE SMOOTH",
+"616 20 OFFCURVE",
+"516 -140 OFFCURVE",
+"516 -272 CURVE SMOOTH",
+"516 -480 OFFCURVE",
+"656 -600 OFFCURVE",
+"888 -600 CURVE SMOOTH",
+"1120 -600 OFFCURVE",
+"1260 -480 OFFCURVE",
+"1260 -272 CURVE SMOOTH",
+"1260 -140 OFFCURVE",
+"1152 20 OFFCURVE",
+"996 388 CURVE SMOOTH",
+"296 2048 LINE",
+"28 2048 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"992 168 LINE SMOOTH",
+"1076 -12 OFFCURVE",
+"1108 -104 OFFCURVE",
+"1108 -184 CURVE SMOOTH",
+"1108 -236 OFFCURVE",
+"1100 -284 OFFCURVE",
+"1040 -284 CURVE SMOOTH",
+"984 -284 OFFCURVE",
+"972 -240 OFFCURVE",
+"972 -184 CURVE SMOOTH",
+"972 -104 OFFCURVE",
+"1008 -12 OFFCURVE",
+"1092 168 CURVE SMOOTH",
+"1956 2004 LINE",
+"1424 2004 LINE",
+"908 744 LINE SMOOTH",
+"736 320 OFFCURVE",
+"512 -68 OFFCURVE",
+"512 -200 CURVE SMOOTH",
+"512 -488 OFFCURVE",
+"764 -600 OFFCURVE",
+"1040 -600 CURVE SMOOTH",
+"1316 -600 OFFCURVE",
+"1556 -488 OFFCURVE",
+"1556 -200 CURVE SMOOTH",
+"1556 -68 OFFCURVE",
+"1348 324 OFFCURVE",
+"1176 744 CURVE SMOOTH",
+"656 2004 LINE",
+"124 2004 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+leftKerningGroup = V;
+rightKerningGroup = V;
+unicode = 0194;
+userData = {
+interface.gridadjust.original = "{'width': 1778, 'leftMargin': 28, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10018;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = Gamma;
+transform = "{1, 0, 0, 1, -88, 0}";
+},
+{
+alignment = -1;
+name = afii10046;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+components = (
+{
+alignment = -1;
+name = Gamma;
+transform = "{1, 0, 0, 1, -120, 0}";
+},
+{
+alignment = -1;
+name = afii10046;
+transform = "{1, 0, 0, 1, -28, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+note = "\012Originally composed of afii10046 and Gamma\012";
+unicode = 0411;
+userData = {
+interface.gridadjust.original = "{'width': 1777, 'leftMargin': 172, 'rightMargin': 157}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10050;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1212 2504 LINE",
+"1212 1828 LINE",
+"1488 1828 LINE",
+"1488 2504 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"252 2048 LINE",
+"252 0 LINE",
+"500 0 LINE",
+"500 1828 LINE",
+"1488 1828 LINE",
+"1488 2048 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1136 2552 LINE",
+"1136 1664 LINE",
+"1580 1664 LINE",
+"1580 2552 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"232 2048 LINE",
+"232 0 LINE",
+"696 0 LINE",
+"696 1664 LINE",
+"1572 1664 LINE",
+"1572 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+rightKerningGroup = Gecyrillic;
+unicode = 0490;
+userData = {
+interface.gridadjust.original = "{'width': 1546, 'leftMargin': 257, 'rightMargin': 53}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04FA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = Gamma;
+transform = "{1, 0, 0, 1, 132, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -88, 88}";
+},
+{
+alignment = -1;
+name = cyrillichook;
+transform = "{1, 0, 0, 1, 388, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+components = (
+{
+alignment = -1;
+name = Gamma;
+transform = "{1, 0, 0, 1, 184, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -100, 0}";
+},
+{
+alignment = -1;
+name = cyrillichook;
+transform = "{1, 0, 0, 1, 600, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04FA;
+userData = {
+interface.gridadjust.original = "{'width': 1673, 'leftMargin': 88, 'rightMargin': 52}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10021;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 228 LINE",
+"388 0 LINE",
+"1892 0 LINE",
+"1892 228 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"148 228 LINE",
+"148 -496 LINE",
+"432 -496 LINE",
+"432 228 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1856 228 LINE",
+"1856 -492 LINE",
+"2140 -492 LINE",
+"2140 228 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"752 2004 LINE",
+"752 1772 LINE",
+"1620 1772 LINE",
+"1620 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1584 2004 LINE",
+"1584 0 LINE",
+"1868 0 LINE",
+"1868 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"608 1184 LINE SMOOTH",
+"576 596 OFFCURVE",
+"412 336 OFFCURVE",
+"320 228 CURVE",
+"236 228 LINE",
+"236 0 LINE",
+"360 0 LINE",
+"620 80 OFFCURVE",
+"860 464 OFFCURVE",
+"896 1184 CURVE SMOOTH",
+"940 2004 LINE",
+"652 2004 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"456 372 LINE",
+"456 0 LINE",
+"1876 0 LINE",
+"1876 372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 372 LINE",
+"176 -492 LINE",
+"604 -492 LINE",
+"604 372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1732 372 LINE",
+"1732 -492 LINE",
+"2148 -492 LINE",
+"2192 372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"668 2004 LINE",
+"668 1628 LINE",
+"1656 1628 LINE",
+"1656 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1512 2004 LINE",
+"1512 0 LINE",
+"1972 0 LINE",
+"1972 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"568 1180 LINE SMOOTH",
+"528 616 OFFCURVE",
+"400 452 OFFCURVE",
+"288 372 CURVE",
+"192 372 LINE",
+"192 0 LINE",
+"468 0 LINE",
+"688 208 OFFCURVE",
+"972 340 OFFCURVE",
+"1028 1180 CURVE SMOOTH",
+"1088 2004 LINE",
+"628 2004 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+rightKerningGroup = Decyrillic;
+unicode = 0414;
+userData = {
+interface.gridadjust.original = "{'width': 2135, 'leftMargin': 63, 'rightMargin': 78}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10024;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{2536, 0}";
+},
+{
+name = top;
+position = "{1396, 2216}";
+},
+{
+name = top0315;
+position = "{2676, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1380 908 LINE",
+"1428 1140 LINE",
+"1040 1140 LINE",
+"532 2004 LINE",
+"196 2004 LINE",
+"904 908 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"872 1172 LINE",
+"140 0 LINE",
+"496 0 LINE",
+"1056 932 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1264 2004 LINE",
+"1264 0 LINE",
+"1548 0 LINE",
+"1548 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2272 2004 LINE",
+"1764 1140 LINE",
+"1388 1140 LINE",
+"1436 908 LINE",
+"1900 908 LINE",
+"2608 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2660 0 LINE",
+"1932 1172 LINE",
+"1748 932 LINE",
+"2304 0 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+anchors = (
+{
+name = right;
+position = "{2872, 0}";
+},
+{
+name = top;
+position = "{1544, 2200}";
+},
+{
+name = top0315;
+position = "{2992, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1416 784 LINE",
+"1472 1216 LINE",
+"1132 1216 LINE",
+"712 2004 LINE",
+"132 2004 LINE",
+"912 784 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"740 1112 LINE",
+"112 0 LINE",
+"684 0 LINE",
+"1124 868 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1332 2004 LINE",
+"1332 0 LINE",
+"1792 0 LINE",
+"1792 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2392 2004 LINE",
+"1988 1216 LINE",
+"1648 1216 LINE",
+"1704 784 LINE",
+"2208 784 LINE",
+"2972 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2996 0 LINE",
+"2384 1112 LINE",
+"1996 868 LINE",
+"2420 0 LINE"
+);
+}
+);
+width = 3104;
+}
+);
+unicode = 0416;
+userData = {
+interface.gridadjust.original = "{'width': 2574.0, 'leftMargin': 39, 'rightMargin': 16.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Zhedescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{2620, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10024;
+transform = "{1, 0, 0, 1, 36, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 2304, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2800;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{2976, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10024;
+transform = "{1, 0, 0, 1, 64, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 2604, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3360;
+}
+);
+unicode = 0496;
+userData = {
+interface.gridadjust.original = "{'width': 2712, 'leftMargin': 39, 'rightMargin': 39}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10025;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -16}";
+},
+{
+name = top;
+position = "{888, 2244}";
+},
+{
+name = top0315;
+position = "{1728, 2244}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1312 960 OFFCURVE",
+"1584 1184 OFFCURVE",
+"1584 1460 CURVE",
+"1584 1832 OFFCURVE",
+"1304 2032 OFFCURVE",
+"872 2032 CURVE SMOOTH",
+"504 2032 OFFCURVE",
+"192 1820 OFFCURVE",
+"192 1476 CURVE",
+"480 1476 LINE",
+"480 1664 OFFCURVE",
+"652 1800 OFFCURVE",
+"872 1800 CURVE SMOOTH",
+"1168 1800 OFFCURVE",
+"1296 1648 OFFCURVE",
+"1296 1464 CURVE",
+"1296 1272 OFFCURVE",
+"1180 1136 OFFCURVE",
+"892 1136 CURVE SMOOTH",
+"668 1136 LINE",
+"668 960 LINE",
+"904 960 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"668 908 LINE",
+"892 908 LINE SMOOTH",
+"1176 908 OFFCURVE",
+"1328 796 OFFCURVE",
+"1328 556 CURVE SMOOTH",
+"1328 352 OFFCURVE",
+"1164 200 OFFCURVE",
+"872 200 CURVE SMOOTH",
+"620 200 OFFCURVE",
+"448 364 OFFCURVE",
+"448 556 CURVE",
+"164 556 LINE",
+"164 148 OFFCURVE",
+"524 -28 OFFCURVE",
+"872 -28 CURVE SMOOTH",
+"1304 -28 OFFCURVE",
+"1612 188 OFFCURVE",
+"1612 560 CURVE SMOOTH",
+"1612 896 OFFCURVE",
+"1352 1080 OFFCURVE",
+"904 1080 CURVE SMOOTH",
+"668 1080 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, -16}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1812, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1392 960 OFFCURVE",
+"1652 1184 OFFCURVE",
+"1652 1460 CURVE",
+"1652 1832 OFFCURVE",
+"1356 2028 OFFCURVE",
+"904 2028 CURVE SMOOTH",
+"508 2028 OFFCURVE",
+"168 1816 OFFCURVE",
+"168 1456 CURVE",
+"628 1456 LINE",
+"628 1584 OFFCURVE",
+"748 1656 OFFCURVE",
+"904 1656 CURVE SMOOTH",
+"1100 1656 OFFCURVE",
+"1192 1560 OFFCURVE",
+"1192 1448 CURVE",
+"1192 1296 OFFCURVE",
+"1116 1200 OFFCURVE",
+"924 1200 CURVE SMOOTH",
+"672 1200 LINE",
+"672 960 LINE",
+"1004 960 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"672 844 LINE",
+"924 844 LINE SMOOTH",
+"1120 844 OFFCURVE",
+"1224 772 OFFCURVE",
+"1224 572 CURVE SMOOTH",
+"1224 444 OFFCURVE",
+"1104 344 OFFCURVE",
+"904 344 CURVE SMOOTH",
+"728 344 OFFCURVE",
+"604 436 OFFCURVE",
+"604 556 CURVE",
+"140 556 LINE",
+"140 148 OFFCURVE",
+"532 -28 OFFCURVE",
+"904 -28 CURVE SMOOTH",
+"1356 -28 OFFCURVE",
+"1684 188 OFFCURVE",
+"1684 560 CURVE SMOOTH",
+"1684 896 OFFCURVE",
+"1436 1080 OFFCURVE",
+"1004 1080 CURVE SMOOTH",
+"672 1080 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+rightKerningGroup = Vecyrillic;
+unicode = 0417;
+userData = {
+interface.gridadjust.original = "{'width': 1671, 'leftMargin': 107, 'rightMargin': 114}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Kacyr;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1748 0 LINE",
+"892 1148 LINE",
+"1720 2048 LINE",
+"1424 2048 LINE",
+"604 1160 LINE",
+"496 1160 LINE",
+"496 2048 LINE",
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 940 LINE",
+"748 940 LINE",
+"1452 0 LINE"
+);
+}
+);
+width = 1820;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1920 0 LINE",
+"1136 1056 LINE",
+"2016 2048 LINE",
+"1408 2048 LINE",
+"704 1244 LINE",
+"608 1244 LINE",
+"608 2048 LINE",
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 860 LINE",
+"704 860 LINE",
+"1336 0 LINE"
+);
+}
+);
+width = 2048;
+}
+);
+rightKerningGroup = K;
+unicode = 041A;
+},
+{
+glyphname = Kaverticalstrokecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"112 0 LINE",
+"360 0 LINE",
+"360 2004 LINE",
+"112 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 568 LINE",
+"748 568 LINE",
+"748 1472 LINE",
+"528 1472 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"844 1128 LINE",
+"236 1128 LINE",
+"284 892 LINE",
+"996 892 LINE",
+"1608 2004 LINE",
+"1320 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1368 0 LINE",
+"1644 0 LINE",
+"984 1172 LINE",
+"836 932 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"148 0 LINE",
+"608 0 LINE",
+"608 2004 LINE",
+"148 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"712 476 LINE",
+"948 476 LINE",
+"948 1576 LINE",
+"712 1576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"980 1220 LINE",
+"464 1220 LINE",
+"520 784 LINE",
+"1188 784 LINE",
+"1880 2004 LINE",
+"1304 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 0 LINE",
+"1936 0 LINE",
+"1360 1112 LINE",
+"976 868 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 049C;
+userData = {
+interface.gridadjust.original = "{'width': 1783, 'leftMargin': 220, 'rightMargin': 11}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Kahookcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 2004 LINE",
+"144 0 LINE",
+"432 0 LINE",
+"432 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1296 2004 LINE",
+"604 1152 LINE",
+"272 1152 LINE",
+"316 904 LINE",
+"724 904 LINE",
+"1632 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"792 904 LINE SMOOTH",
+"1156 904 OFFCURVE",
+"1332 704 OFFCURVE",
+"1332 348 CURVE SMOOTH",
+"1336 28 OFFCURVE",
+"1244 -188 OFFCURVE",
+"952 -188 CURVE",
+"956 -408 LINE",
+"1392 -408 OFFCURVE",
+"1620 -132 OFFCURVE",
+"1620 348 CURVE SMOOTH",
+"1620 848 OFFCURVE",
+"1316 1144 OFFCURVE",
+"792 1144 CURVE SMOOTH",
+"496 1144 LINE",
+"496 904 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 2004 LINE",
+"216 0 LINE",
+"676 0 LINE",
+"676 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1216 2004 LINE",
+"804 1216 LINE",
+"532 1216 LINE",
+"588 784 LINE",
+"1008 784 LINE",
+"1796 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 780 LINE SMOOTH",
+"1264 780 OFFCURVE",
+"1408 632 OFFCURVE",
+"1404 304 CURVE SMOOTH",
+"1404 180 OFFCURVE",
+"1392 -156 OFFCURVE",
+"1072 -156 CURVE",
+"1072 -508 LINE",
+"1688 -508 OFFCURVE",
+"1864 -16 OFFCURVE",
+"1864 332 CURVE SMOOTH",
+"1864 900 OFFCURVE",
+"1520 1148 OFFCURVE",
+"1032 1148 CURVE SMOOTH",
+"592 1148 LINE",
+"592 780 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 04C3;
+userData = {
+interface.gridadjust.original = "{'width': 1783, 'leftMargin': 220, 'rightMargin': 77}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10029;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1116, 16}";
+},
+{
+name = right;
+position = "{1856, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"708 2004 LINE",
+"708 1772 LINE",
+"1612 1772 LINE",
+"1612 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1572 2004 LINE",
+"1572 0 LINE",
+"1860 0 LINE",
+"1860 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"576 1060 LINE SMOOTH",
+"552 456 OFFCURVE",
+"484 252 OFFCURVE",
+"232 232 CURVE SMOOTH",
+"172 228 LINE",
+"172 0 LINE",
+"248 0 LINE SMOOTH",
+"700 0 OFFCURVE",
+"824 316 OFFCURVE",
+"852 1012 CURVE SMOOTH",
+"896 2004 LINE",
+"612 2004 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1036, 16}";
+},
+{
+name = right;
+position = "{1924, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"592 2004 LINE",
+"592 1628 LINE",
+"1612 1628 LINE",
+"1612 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1468 2004 LINE",
+"1468 0 LINE",
+"1928 0 LINE",
+"1928 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"520 1152 LINE SMOOTH",
+"500 588 OFFCURVE",
+"420 400 OFFCURVE",
+"208 376 CURVE SMOOTH",
+"152 372 LINE",
+"152 0 LINE",
+"268 0 LINE SMOOTH",
+"708 0 OFFCURVE",
+"920 216 OFFCURVE",
+"960 984 CURVE SMOOTH",
+"1012 2004 LINE",
+"552 2004 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+leftKerningGroup = Elcyrillic;
+unicode = 041B;
+userData = {
+interface.gridadjust.original = "{'width': 1997, 'leftMargin': 67, 'rightMargin': 244}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04C5;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = afii10029;
+transform = "{1, 0, 0, 1, 56, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1636, -100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+alignment = -1;
+name = afii10029;
+transform = "{1, 0, 0, 1, 56, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1636, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 04C5;
+userData = {
+interface.gridadjust.original = "{'width': 2137, 'leftMargin': 67, 'rightMargin': 44}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10147;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1020, 2212}";
+},
+{
+name = top0315;
+position = "{1952, 2212}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1192, 1104}";
+},
+{
+angle = 90;
+position = "{808, 1280}";
+},
+{
+position = "{1200, 1280}";
+},
+{
+position = "{808, 768}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1200 1024 OFFCURVE",
+"944 1280 OFFCURVE",
+"368 1136 CURVE",
+"368 916 LINE",
+"944 1024 OFFCURVE",
+"1200 768 OFFCURVE",
+"1776 916 CURVE",
+"1776 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1976 1672 OFFCURVE",
+"1596 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1596 -28 OFFCURVE",
+"1976 376 OFFCURVE",
+"1976 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 492 OFFCURVE",
+"1444 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1444 1844 OFFCURVE",
+"1736 1556 OFFCURVE",
+"1736 1024 CURVE"
+);
+}
+);
+width = 2144;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1944, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1024, 1436}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1020 1064 OFFCURVE",
+"1020 1320 OFFCURVE",
+"508 1176 CURVE",
+"508 876 LINE",
+"1020 984 OFFCURVE",
+"1020 728 OFFCURVE",
+"1532 876 CURVE",
+"1532 1176 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1920 1696 OFFCURVE",
+"1532 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"512 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1532 -28 OFFCURVE",
+"1920 348 OFFCURVE",
+"1920 1020 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 560 OFFCURVE",
+"1276 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"772 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1276 1660 OFFCURVE",
+"1452 1480 OFFCURVE",
+"1452 1020 CURVE"
+);
+}
+);
+width = 2040;
+}
+);
+unicode = 0472;
+userData = {
+com.typemytype.robofont.guideline.magnetic.QD5DfbblP5 = 5;
+com.typemytype.robofont.guideline.magnetic.RjmZPyuVAl = 5;
+com.typemytype.robofont.guideline.magnetic.lbpN0LWUUW = 5;
+com.typemytype.robofont.guideline.magnetic.oqmfnhxmms = 5;
+interface.gridadjust.original = "{'width': 1921, 'leftMargin': 233, 'rightMargin': 152}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10145;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1780 0 LINE",
+"1780 2004 LINE",
+"1496 2004 LINE",
+"1496 228 LINE",
+"540 228 LINE",
+"540 2004 LINE",
+"252 2004 LINE",
+"252 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"884 200 LINE",
+"884 -496 LINE",
+"1168 -496 LINE",
+"1168 200 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1876 0 LINE",
+"1876 2004 LINE",
+"1412 2004 LINE",
+"1412 372 LINE",
+"668 372 LINE",
+"668 2004 LINE",
+"208 2004 LINE",
+"208 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"832 372 LINE",
+"832 -496 LINE",
+"1292 -496 LINE",
+"1292 372 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 040F;
+userData = {
+interface.gridadjust.original = "{'width': 2013.0, 'leftMargin': 239, 'rightMargin': 246.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10037;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{876, 2216}";
+},
+{
+name = top0315;
+position = "{1760, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"720 404 LINE",
+"676 304 OFFCURVE",
+"636 200 OFFCURVE",
+"488 200 CURVE SMOOTH",
+"460 200 OFFCURVE",
+"380 204 OFFCURVE",
+"360 204 CURVE",
+"352 -20 LINE",
+"372 -24 OFFCURVE",
+"448 -28 OFFCURVE",
+"492 -28 CURVE SMOOTH",
+"804 -28 OFFCURVE",
+"896 140 OFFCURVE",
+"980 332 CURVE",
+"1676 2004 LINE",
+"1344 2004 LINE",
+"832 664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"100 2004 LINE",
+"780 492 LINE",
+"1020 504 LINE",
+"952 768 LINE",
+"420 2004 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top;
+position = "{956, 2200}";
+},
+{
+name = top0315;
+position = "{1804, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"732 528 LINE",
+"692 400 OFFCURVE",
+"644 344 OFFCURVE",
+"480 344 CURVE SMOOTH",
+"460 344 OFFCURVE",
+"404 344 OFFCURVE",
+"380 348 CURVE",
+"388 -28 LINE",
+"428 -28 OFFCURVE",
+"492 -28 OFFCURVE",
+"532 -28 CURVE SMOOTH",
+"864 -28 OFFCURVE",
+"1004 180 OFFCURVE",
+"1108 416 CURVE",
+"1784 2004 LINE",
+"1296 2004 LINE",
+"816 756 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"40 2004 LINE",
+"768 580 LINE",
+"1104 580 LINE",
+"956 1132 LINE",
+"532 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = Ucyrillic;
+rightKerningGroup = Ucyrillic;
+unicode = 0423;
+userData = {
+interface.gridadjust.original = "{'width': 1771.0, 'leftMargin': 113, 'rightMargin': 84.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10038;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"512 1804 OFFCURVE",
+"160 1472 OFFCURVE",
+"160 992 CURVE SMOOTH",
+"160 512 OFFCURVE",
+"512 184 OFFCURVE",
+"968 184 CURVE",
+"1320 184 LINE",
+"1776 184 OFFCURVE",
+"2132 516 OFFCURVE",
+"2132 996 CURVE SMOOTH",
+"2132 1476 OFFCURVE",
+"1776 1804 OFFCURVE",
+"1320 1804 CURVE",
+"968 1804 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1320 1584 LINE SMOOTH",
+"1668 1584 OFFCURVE",
+"1856 1352 OFFCURVE",
+"1856 996 CURVE SMOOTH",
+"1856 636 OFFCURVE",
+"1668 404 OFFCURVE",
+"1320 404 CURVE",
+"968 404 LINE",
+"620 404 OFFCURVE",
+"432 636 OFFCURVE",
+"432 992 CURVE SMOOTH",
+"432 1352 OFFCURVE",
+"620 1584 OFFCURVE",
+"968 1584 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1008 2084 LINE",
+"1008 -84 LINE",
+"1284 -84 LINE",
+"1284 2084 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"484 1832 OFFCURVE",
+"128 1504 OFFCURVE",
+"128 988 CURVE SMOOTH",
+"128 488 OFFCURVE",
+"480 172 OFFCURVE",
+"964 172 CURVE",
+"1448 172 LINE",
+"1932 172 OFFCURVE",
+"2284 492 OFFCURVE",
+"2284 988 CURVE SMOOTH",
+"2284 1504 OFFCURVE",
+"1932 1832 OFFCURVE",
+"1448 1832 CURVE",
+"964 1832 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 1444 LINE SMOOTH",
+"1680 1444 OFFCURVE",
+"1848 1300 OFFCURVE",
+"1848 988 CURVE SMOOTH",
+"1848 700 OFFCURVE",
+"1680 560 OFFCURVE",
+"1452 560 CURVE",
+"964 560 LINE",
+"736 560 OFFCURVE",
+"560 696 OFFCURVE",
+"560 988 CURVE SMOOTH",
+"560 1300 OFFCURVE",
+"732 1444 OFFCURVE",
+"964 1444 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"984 2084 LINE",
+"984 -84 LINE",
+"1428 -84 LINE",
+"1428 2084 LINE"
+);
+}
+);
+width = 2412;
+}
+);
+unicode = 0424;
+userData = {
+interface.gridadjust.original = "{'width': 2192, 'leftMargin': 117, 'rightMargin': 102}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10040;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1536 236 LINE",
+"1536 0 LINE",
+"1732 0 LINE",
+"1732 -484 LINE",
+"1988 -484 LINE",
+"2016 236 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1804 0 LINE",
+"1804 2004 LINE",
+"1516 2004 LINE",
+"1516 228 LINE",
+"564 228 LINE",
+"564 2004 LINE",
+"276 2004 LINE",
+"276 0 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1536 368 LINE",
+"1536 0 LINE",
+"1688 0 LINE",
+"1688 -484 LINE",
+"2124 -484 LINE",
+"2148 368 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1856 0 LINE",
+"1856 2004 LINE",
+"1392 2004 LINE",
+"1392 372 LINE",
+"648 372 LINE",
+"648 2004 LINE",
+"188 2004 LINE",
+"188 0 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+rightKerningGroup = Decyrillic;
+unicode = 0426;
+userData = {
+interface.gridadjust.original = "{'width': 2071, 'leftMargin': 239, 'rightMargin': 91}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Tetsecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 2004 LINE",
+"124 1784 LINE",
+"1436 1784 LINE",
+"1436 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1924 236 LINE",
+"1924 0 LINE",
+"2120 0 LINE",
+"2120 -484 LINE",
+"2376 -484 LINE",
+"2404 236 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2192 0 LINE",
+"2192 2004 LINE",
+"1904 2004 LINE",
+"1904 228 LINE",
+"952 228 LINE",
+"952 2004 LINE",
+"664 2004 LINE",
+"664 0 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"80 2004 LINE",
+"80 1644 LINE",
+"1404 1644 LINE",
+"1404 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1904 368 LINE",
+"1904 0 LINE",
+"2056 0 LINE",
+"2056 -484 LINE",
+"2492 -484 LINE",
+"2516 368 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2224 0 LINE",
+"2224 2004 LINE",
+"1760 2004 LINE",
+"1760 372 LINE",
+"1016 372 LINE",
+"1016 2004 LINE",
+"556 2004 LINE",
+"556 0 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 04B4;
+userData = {
+interface.gridadjust.original = "{'width': 2544, 'leftMargin': 77, 'rightMargin': 173}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10041;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = left;
+position = "{1484, 0}";
+},
+{
+name = right;
+position = "{1760, 0}";
+},
+{
+name = top;
+position = "{1012, 2216}";
+},
+{
+name = top0315;
+position = "{2008, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"268 1364 LINE",
+"268 912 OFFCURVE",
+"524 744 OFFCURVE",
+"948 744 CURVE SMOOTH",
+"1212 744 OFFCURVE",
+"1368 780 OFFCURVE",
+"1548 836 CURVE",
+"1548 1068 LINE",
+"1364 1012 OFFCURVE",
+"1168 976 OFFCURVE",
+"948 976 CURVE SMOOTH",
+"684 976 OFFCURVE",
+"556 1060 OFFCURVE",
+"556 1364 CURVE SMOOTH",
+"556 2004 LINE",
+"268 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1480 0 LINE",
+"1764 0 LINE",
+"1764 2004 LINE",
+"1480 2004 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = left;
+position = "{1400, 0}";
+},
+{
+name = right;
+position = "{1840, 0}";
+},
+{
+name = top;
+position = "{1112, 2200}";
+},
+{
+name = top0315;
+position = "{2008, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"232 1392 LINE",
+"232 924 OFFCURVE",
+"552 712 OFFCURVE",
+"1048 712 CURVE SMOOTH",
+"1132 712 OFFCURVE",
+"1392 732 OFFCURVE",
+"1484 764 CURVE",
+"1484 1132 LINE",
+"1396 1100 OFFCURVE",
+"1144 1084 OFFCURVE",
+"1048 1084 CURVE SMOOTH",
+"808 1084 OFFCURVE",
+"692 1152 OFFCURVE",
+"692 1392 CURVE SMOOTH",
+"692 2004 LINE",
+"232 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1392 0 LINE",
+"1852 0 LINE",
+"1852 2004 LINE",
+"1392 2004 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 0427;
+userData = {
+interface.gridadjust.original = "{'width': 1940, 'leftMargin': 201, 'rightMargin': 242}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Chedescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1980, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10041;
+transform = "{1, 0, 0, 1, 32, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1560, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1964, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10041;
+transform = "{1, 0, 0, 1, -20, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1540, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 04B6;
+userData = {
+interface.gridadjust.original = "{'width': 2052, 'leftMargin': 276, 'rightMargin': 120}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Cheverticalstrokecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"872 1392 LINE",
+"872 428 LINE",
+"1092 428 LINE",
+"1092 1392 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"252 1364 LINE",
+"252 912 OFFCURVE",
+"508 744 OFFCURVE",
+"932 744 CURVE SMOOTH",
+"1196 744 OFFCURVE",
+"1352 780 OFFCURVE",
+"1532 836 CURVE",
+"1532 1068 LINE",
+"1348 1012 OFFCURVE",
+"1152 976 OFFCURVE",
+"932 976 CURVE SMOOTH",
+"668 976 OFFCURVE",
+"540 1060 OFFCURVE",
+"540 1364 CURVE SMOOTH",
+"540 2004 LINE",
+"252 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1464 0 LINE",
+"1748 0 LINE",
+"1748 2004 LINE",
+"1464 2004 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"764 1480 LINE",
+"764 400 LINE",
+"996 400 LINE",
+"996 1480 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"100 1392 LINE",
+"100 924 OFFCURVE",
+"420 712 OFFCURVE",
+"916 712 CURVE SMOOTH",
+"1000 712 OFFCURVE",
+"1260 732 OFFCURVE",
+"1352 764 CURVE",
+"1352 1132 LINE",
+"1264 1100 OFFCURVE",
+"1012 1084 OFFCURVE",
+"916 1084 CURVE SMOOTH",
+"676 1084 OFFCURVE",
+"560 1152 OFFCURVE",
+"560 1392 CURVE SMOOTH",
+"560 2004 LINE",
+"100 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1260 0 LINE",
+"1720 0 LINE",
+"1720 2004 LINE",
+"1260 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 04B8;
+userData = {
+interface.gridadjust.original = "{'width': 1924, 'leftMargin': 276, 'rightMargin': 152}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Shhacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = left;
+position = "{1504, 0}";
+},
+{
+name = right;
+position = "{1780, 0}";
+},
+{
+name = top;
+position = "{1032, 2216}";
+},
+{
+name = top0315;
+position = "{2012, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1764 640 LINE",
+"1764 1088 OFFCURVE",
+"1512 1260 OFFCURVE",
+"1084 1260 CURVE SMOOTH",
+"820 1260 OFFCURVE",
+"664 1220 OFFCURVE",
+"484 1164 CURVE",
+"484 936 LINE",
+"668 992 OFFCURVE",
+"864 1028 OFFCURVE",
+"1084 1028 CURVE SMOOTH",
+"1348 1028 OFFCURVE",
+"1480 944 OFFCURVE",
+"1480 640 CURVE SMOOTH",
+"1480 0 LINE",
+"1764 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"552 2004 LINE",
+"268 2004 LINE",
+"268 0 LINE",
+"552 0 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = left;
+position = "{1404, 0}";
+},
+{
+name = right;
+position = "{1848, 0}";
+},
+{
+name = top;
+position = "{840, 2216}";
+},
+{
+name = top0315;
+position = "{2028, 2216}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1852 608 LINE",
+"1852 1076 OFFCURVE",
+"1528 1292 OFFCURVE",
+"1032 1292 CURVE SMOOTH",
+"948 1292 OFFCURVE",
+"688 1272 OFFCURVE",
+"600 1240 CURVE",
+"600 868 LINE",
+"684 900 OFFCURVE",
+"940 920 OFFCURVE",
+"1032 920 CURVE SMOOTH",
+"1272 920 OFFCURVE",
+"1392 852 OFFCURVE",
+"1392 608 CURVE SMOOTH",
+"1392 0 LINE",
+"1852 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"692 2004 LINE",
+"232 2004 LINE",
+"232 0 LINE",
+"692 0 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 04BA;
+userData = {
+interface.gridadjust.original = "{'width': 1924, 'leftMargin': 180, 'rightMargin': 246}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10060;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2128 636 LINE SMOOTH",
+"2128 1088 OFFCURVE",
+"1872 1256 OFFCURVE",
+"1448 1256 CURVE SMOOTH",
+"1184 1256 OFFCURVE",
+"1028 1220 OFFCURVE",
+"848 1164 CURVE",
+"848 932 LINE",
+"1032 988 OFFCURVE",
+"1228 1028 OFFCURVE",
+"1448 1028 CURVE SMOOTH",
+"1712 1028 OFFCURVE",
+"1844 944 OFFCURVE",
+"1844 636 CURVE SMOOTH",
+"1844 0 LINE",
+"2128 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"712 2004 LINE",
+"712 0 LINE",
+"996 0 LINE",
+"996 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"160 2004 LINE",
+"160 1772 LINE",
+"1716 1772 LINE",
+"1716 2004 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2024 612 LINE SMOOTH",
+"2024 1076 OFFCURVE",
+"1700 1292 OFFCURVE",
+"1208 1292 CURVE SMOOTH",
+"1120 1292 OFFCURVE",
+"860 1272 OFFCURVE",
+"772 1240 CURVE",
+"772 868 LINE",
+"856 900 OFFCURVE",
+"1112 920 OFFCURVE",
+"1208 920 CURVE SMOOTH",
+"1448 920 OFFCURVE",
+"1564 852 OFFCURVE",
+"1564 612 CURVE SMOOTH",
+"1564 0 LINE",
+"2024 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"504 2004 LINE",
+"504 0 LINE",
+"964 0 LINE",
+"964 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"60 2004 LINE",
+"60 1628 LINE",
+"1580 1628 LINE",
+"1580 2004 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+leftKerningGroup = Djecyrillic;
+unicode = 040B;
+userData = {
+interface.gridadjust.original = "{'width': 2298, 'leftMargin': 88, 'rightMargin': 241}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10042;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"184 0 LINE",
+"2364 0 LINE",
+"2364 2004 LINE",
+"2076 2004 LINE",
+"2076 228 LINE",
+"1416 228 LINE",
+"1416 2004 LINE",
+"1132 2004 LINE",
+"1132 228 LINE",
+"472 228 LINE",
+"472 2004 LINE",
+"184 2004 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"220 0 LINE",
+"2628 0 LINE",
+"2628 2004 LINE",
+"2168 2004 LINE",
+"2168 372 LINE",
+"1660 372 LINE",
+"1660 2004 LINE",
+"1200 2004 LINE",
+"1200 372 LINE",
+"684 372 LINE",
+"684 2004 LINE",
+"220 2004 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 0428;
+userData = {
+interface.gridadjust.original = "{'width': 2659, 'leftMargin': 241, 'rightMargin': 239}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10043;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2124 220 LINE",
+"2124 0 LINE",
+"2320 0 LINE",
+"2320 -484 LINE",
+"2564 -484 LINE",
+"2592 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 0 LINE",
+"2324 0 LINE",
+"2324 2004 LINE",
+"2036 2004 LINE",
+"2036 228 LINE",
+"1376 228 LINE",
+"1376 2004 LINE",
+"1092 2004 LINE",
+"1092 228 LINE",
+"432 228 LINE",
+"432 2004 LINE",
+"144 2004 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2300 356 LINE",
+"2300 0 LINE",
+"2456 0 LINE",
+"2456 -480 LINE",
+"2872 -480 LINE",
+"2900 356 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"256 0 LINE",
+"2664 0 LINE",
+"2664 2004 LINE",
+"2204 2004 LINE",
+"2204 372 LINE",
+"1696 372 LINE",
+"1696 2004 LINE",
+"1236 2004 LINE",
+"1236 372 LINE",
+"720 372 LINE",
+"720 2004 LINE",
+"256 2004 LINE"
+);
+}
+);
+width = 3104;
+}
+);
+rightKerningGroup = Decyrillic;
+unicode = 0429;
+userData = {
+interface.gridadjust.original = "{'width': 2745, 'leftMargin': 241, 'rightMargin': 120}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10044;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"612 1828 LINE",
+"612 2048 LINE",
+"8 2048 LINE",
+"8 1828 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"704 968 LINE",
+"1288 968 LINE",
+"1568 968 OFFCURVE",
+"1724 804 OFFCURVE",
+"1724 608 CURVE",
+"1724 408 OFFCURVE",
+"1568 216 OFFCURVE",
+"1288 216 CURVE",
+"768 216 LINE",
+"768 2048 LINE",
+"520 2048 LINE",
+"520 0 LINE",
+"1288 0 LINE",
+"1728 0 OFFCURVE",
+"1968 248 OFFCURVE",
+"1968 604 CURVE",
+"1968 960 OFFCURVE",
+"1728 1188 OFFCURVE",
+"1288 1188 CURVE",
+"704 1188 LINE"
+);
+}
+);
+width = 2108;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"888 1688 LINE",
+"888 2048 LINE",
+"144 2048 LINE",
+"144 1688 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"952 944 LINE",
+"1396 944 LINE",
+"1608 944 OFFCURVE",
+"1724 824 OFFCURVE",
+"1724 668 CURVE",
+"1724 504 OFFCURVE",
+"1608 372 OFFCURVE",
+"1396 372 CURVE",
+"1124 372 LINE",
+"1124 2048 LINE",
+"660 2048 LINE",
+"660 0 LINE",
+"1396 0 LINE",
+"1876 0 OFFCURVE",
+"2184 272 OFFCURVE",
+"2184 664 CURVE",
+"2184 1056 OFFCURVE",
+"1876 1312 OFFCURVE",
+"1396 1312 CURVE",
+"952 1312 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+rightKerningGroup = Hardsigncyrillic;
+unicode = 042A;
+userData = {
+interface.gridadjust.original = "{'width': 2127, 'leftMargin': 32, 'rightMargin': 156}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10045;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1212, 2216}";
+},
+{
+name = top0315;
+position = "{2436, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10046;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1648, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2328;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1340, 2200}";
+},
+{
+name = top0315;
+position = "{2552, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10046;
+transform = "{1, 0, 0, 1, 80, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1728, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 042B;
+userData = {
+interface.gridadjust.original = "{'width': 2454, 'leftMargin': 195, 'rightMargin': 271}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10046;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = cross;
+position = "{344, 1616}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"384 968 LINE",
+"968 968 LINE",
+"1248 968 OFFCURVE",
+"1404 804 OFFCURVE",
+"1404 608 CURVE",
+"1404 408 OFFCURVE",
+"1248 216 OFFCURVE",
+"968 216 CURVE",
+"448 216 LINE",
+"448 2048 LINE",
+"200 2048 LINE",
+"200 0 LINE",
+"968 0 LINE",
+"1408 0 OFFCURVE",
+"1648 248 OFFCURVE",
+"1648 604 CURVE",
+"1648 960 OFFCURVE",
+"1408 1188 OFFCURVE",
+"968 1188 CURVE",
+"384 1188 LINE"
+);
+}
+);
+width = 1788;
+},
+{
+anchors = (
+{
+name = cross;
+position = "{424, 1616}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"436 944 LINE",
+"880 944 LINE",
+"1092 944 OFFCURVE",
+"1208 824 OFFCURVE",
+"1208 668 CURVE",
+"1208 504 OFFCURVE",
+"1092 372 OFFCURVE",
+"880 372 CURVE",
+"608 372 LINE",
+"608 2048 LINE",
+"144 2048 LINE",
+"144 0 LINE",
+"880 0 LINE",
+"1360 0 OFFCURVE",
+"1668 272 OFFCURVE",
+"1668 664 CURVE",
+"1668 1056 OFFCURVE",
+"1360 1312 OFFCURVE",
+"880 1312 CURVE",
+"436 1312 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+rightKerningGroup = Hardsigncyrillic;
+unicode = 042C;
+userData = {
+interface.gridadjust.original = "{'width': 1777, 'leftMargin': 220, 'rightMargin': 108}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10058;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"460 1060 LINE SMOOTH",
+"436 456 OFFCURVE",
+"368 252 OFFCURVE",
+"112 232 CURVE SMOOTH",
+"56 228 LINE",
+"56 0 LINE",
+"132 0 LINE SMOOTH",
+"584 0 OFFCURVE",
+"708 316 OFFCURVE",
+"736 1012 CURVE SMOOTH",
+"780 2048 LINE",
+"496 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"592 2048 LINE",
+"592 1816 LINE",
+"1492 1816 LINE",
+"1492 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1680 1008 LINE",
+"2224 1008 LINE SMOOTH",
+"2504 1008 OFFCURVE",
+"2620 816 OFFCURVE",
+"2620 620 CURVE SMOOTH",
+"2620 424 OFFCURVE",
+"2504 228 OFFCURVE",
+"2224 228 CURVE SMOOTH",
+"1744 228 LINE",
+"1744 2048 LINE",
+"1456 2048 LINE",
+"1456 0 LINE",
+"2224 0 LINE SMOOTH",
+"2664 0 OFFCURVE",
+"2904 264 OFFCURVE",
+"2904 616 CURVE SMOOTH",
+"2904 976 OFFCURVE",
+"2664 1236 OFFCURVE",
+"2224 1236 CURVE SMOOTH",
+"1680 1236 LINE"
+);
+}
+);
+width = 3044;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"500 1152 LINE SMOOTH",
+"480 588 OFFCURVE",
+"404 400 OFFCURVE",
+"188 376 CURVE SMOOTH",
+"136 372 LINE",
+"136 0 LINE",
+"248 0 LINE SMOOTH",
+"688 0 OFFCURVE",
+"904 216 OFFCURVE",
+"940 984 CURVE SMOOTH",
+"992 2004 LINE",
+"532 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"572 2004 LINE",
+"572 1628 LINE",
+"1592 1628 LINE",
+"1592 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1744 984 LINE",
+"2184 984 LINE SMOOTH",
+"2400 984 OFFCURVE",
+"2512 840 OFFCURVE",
+"2512 680 CURVE SMOOTH",
+"2512 516 OFFCURVE",
+"2400 372 OFFCURVE",
+"2184 372 CURVE SMOOTH",
+"1908 372 LINE",
+"1908 2004 LINE",
+"1448 2004 LINE",
+"1448 0 LINE",
+"2184 0 LINE SMOOTH",
+"2664 0 OFFCURVE",
+"2972 284 OFFCURVE",
+"2972 680 CURVE SMOOTH",
+"2972 1068 OFFCURVE",
+"2664 1356 OFFCURVE",
+"2184 1356 CURVE SMOOTH",
+"1744 1356 LINE"
+);
+}
+);
+width = 3104;
+}
+);
+leftKerningGroup = Elcyrillic;
+rightKerningGroup = Hardsigncyrillic;
+unicode = 0409;
+userData = {
+interface.gridadjust.original = "{'width': 3026, 'leftMargin': 67, 'rightMargin': 111}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10059;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 1144 LINE",
+"444 916 LINE",
+"1476 916 LINE",
+"1476 1144 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"200 2048 LINE",
+"200 0 LINE",
+"488 0 LINE",
+"488 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1664 940 LINE",
+"2208 940 LINE",
+"2488 940 OFFCURVE",
+"2604 780 OFFCURVE",
+"2604 596 CURVE",
+"2604 408 OFFCURVE",
+"2488 244 OFFCURVE",
+"2208 244 CURVE",
+"1728 244 LINE",
+"1728 2048 LINE",
+"1440 2048 LINE",
+"1440 0 LINE",
+"2208 0 LINE",
+"2648 0 OFFCURVE",
+"2888 252 OFFCURVE",
+"2888 592 CURVE",
+"2888 932 OFFCURVE",
+"2648 1168 OFFCURVE",
+"2208 1168 CURVE",
+"1664 1168 LINE"
+);
+}
+);
+width = 3028;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 1164 LINE",
+"504 792 LINE",
+"1540 792 LINE",
+"1540 1164 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"192 2004 LINE",
+"192 0 LINE",
+"652 0 LINE",
+"652 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1688 992 LINE",
+"2128 992 LINE",
+"2344 992 OFFCURVE",
+"2456 844 OFFCURVE",
+"2456 684 CURVE",
+"2456 516 OFFCURVE",
+"2344 368 OFFCURVE",
+"2128 368 CURVE",
+"1852 368 LINE",
+"1852 2004 LINE",
+"1396 2004 LINE",
+"1396 0 LINE",
+"2128 0 LINE",
+"2612 0 OFFCURVE",
+"2916 288 OFFCURVE",
+"2916 680 CURVE",
+"2916 1072 OFFCURVE",
+"2612 1360 OFFCURVE",
+"2128 1360 CURVE",
+"1688 1360 LINE"
+);
+}
+);
+width = 3104;
+}
+);
+rightKerningGroup = Hardsigncyrillic;
+unicode = 040A;
+userData = {
+interface.gridadjust.original = "{'width': 3043, 'leftMargin': 242, 'rightMargin': 113}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10047;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{916, 2248}";
+},
+{
+name = top0315;
+position = "{1872, 2248}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"656 1108 LINE",
+"656 888 LINE",
+"1500 888 LINE",
+"1500 1108 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"212 264 OFFCURVE",
+"444 -28 OFFCURVE",
+"932 -28 CURVE SMOOTH",
+"1408 -28 OFFCURVE",
+"1720 340 OFFCURVE",
+"1720 904 CURVE SMOOTH",
+"1720 1096 LINE SMOOTH",
+"1720 1660 OFFCURVE",
+"1408 2032 OFFCURVE",
+"908 2032 CURVE SMOOTH",
+"448 2032 OFFCURVE",
+"208 1748 OFFCURVE",
+"168 1356 CURVE",
+"424 1356 LINE",
+"464 1640 OFFCURVE",
+"604 1808 OFFCURVE",
+"908 1808 CURVE SMOOTH",
+"1256 1808 OFFCURVE",
+"1464 1516 OFFCURVE",
+"1464 1092 CURVE SMOOTH",
+"1464 908 LINE SMOOTH",
+"1464 524 OFFCURVE",
+"1284 192 OFFCURVE",
+"932 192 CURVE SMOOTH",
+"600 192 OFFCURVE",
+"468 352 OFFCURVE",
+"424 640 CURVE",
+"168 640 LINE"
+);
+}
+);
+width = 1904;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1052, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"832 1188 LINE",
+"832 816 LINE",
+"1692 816 LINE",
+"1692 1188 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"236 256 OFFCURVE",
+"540 -28 OFFCURVE",
+"1032 -28 CURVE SMOOTH",
+"1560 -28 OFFCURVE",
+"1872 344 OFFCURVE",
+"1872 944 CURVE SMOOTH",
+"1872 1052 LINE SMOOTH",
+"1872 1656 OFFCURVE",
+"1544 2032 OFFCURVE",
+"1036 2032 CURVE SMOOTH",
+"520 2032 OFFCURVE",
+"248 1724 OFFCURVE",
+"208 1308 CURVE",
+"668 1308 LINE",
+"680 1536 OFFCURVE",
+"772 1656 OFFCURVE",
+"1036 1656 CURVE SMOOTH",
+"1284 1656 OFFCURVE",
+"1416 1484 OFFCURVE",
+"1416 1056 CURVE SMOOTH",
+"1416 944 LINE SMOOTH",
+"1416 520 OFFCURVE",
+"1308 340 OFFCURVE",
+"1032 340 CURVE SMOOTH",
+"800 340 OFFCURVE",
+"680 452 OFFCURVE",
+"672 676 CURVE",
+"212 676 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+rightKerningGroup = Ereversedcyrillic;
+unicode = 042D;
+userData = {
+interface.gridadjust.original = "{'width': 1907, 'leftMargin': 205, 'rightMargin': 150}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10048;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = I;
+},
+{
+name = hyphen;
+transform = "{0.7, 0, 0, 1, 176, 128}";
+},
+{
+name = O;
+transform = "{1, 0, 0, 1, 704, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2848;
+},
+{
+components = (
+{
+name = I;
+},
+{
+name = hyphen;
+transform = "{0.7, 0, 0, 1, 308, 160}";
+},
+{
+name = O;
+transform = "{1, 0, 0, 1, 752, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2792;
+}
+);
+rightKerningGroup = Ereversedcyrillic;
+unicode = 042E;
+userData = {
+interface.gridadjust.original = "{'width': 2508.0, 'leftMargin': 256, 'rightMargin': 79.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10049;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{944, 2216}";
+},
+{
+name = top0315;
+position = "{1860, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1384 1004 LINE",
+"960 1004 LINE",
+"676 1004 OFFCURVE",
+"532 1172 OFFCURVE",
+"532 1400 CURVE",
+"532 1628 OFFCURVE",
+"676 1772 OFFCURVE",
+"960 1772 CURVE",
+"1320 1772 LINE",
+"1320 0 LINE",
+"1608 0 LINE",
+"1608 2004 LINE",
+"960 2004 LINE",
+"520 2004 OFFCURVE",
+"248 1788 OFFCURVE",
+"248 1400 CURVE",
+"248 1112 OFFCURVE",
+"412 924 OFFCURVE",
+"704 828 CURVE",
+"848 776 LINE",
+"1384 776 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"672 916 LINE",
+"172 0 LINE",
+"476 0 LINE",
+"960 916 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top;
+position = "{976, 2216}";
+},
+{
+name = top0315;
+position = "{1716, 2216}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1292 1048 LINE",
+"868 1048 LINE",
+"676 1048 OFFCURVE",
+"576 1116 OFFCURVE",
+"576 1336 CURVE",
+"576 1528 OFFCURVE",
+"664 1628 OFFCURVE",
+"868 1628 CURVE",
+"1124 1628 LINE",
+"1124 0 LINE",
+"1584 0 LINE",
+"1584 2004 LINE",
+"868 2004 LINE",
+"408 2004 OFFCURVE",
+"120 1792 OFFCURVE",
+"120 1380 CURVE",
+"120 1064 OFFCURVE",
+"292 864 OFFCURVE",
+"612 764 CURVE",
+"756 704 LINE",
+"1292 704 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"412 884 LINE",
+"-20 0 LINE",
+"484 0 LINE",
+"916 884 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 042F;
+userData = {
+interface.gridadjust.original = "{'width': 1810, 'leftMargin': 122, 'rightMargin': 252}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ghemiddlehookcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = Gamma;
+transform = "{1, 0, 0, 1, -120, 0}";
+},
+{
+alignment = -1;
+name = largerighthook;
+transform = "{1, 0, 0, 1, 304, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1656;
+},
+{
+components = (
+{
+alignment = -1;
+name = Gamma;
+transform = "{1, 0, 0, 1, -136, 0}";
+},
+{
+alignment = -1;
+name = largerighthook;
+transform = "{1, 0, 0, 1, 432, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0494;
+userData = {
+interface.gridadjust.original = "{'width': 1728, 'leftMargin': 280, 'rightMargin': -81}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Pemiddlehookcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = Pi;
+transform = "{1, 0, 0, 1, -80, 0}";
+},
+{
+alignment = -1;
+name = largerighthook;
+transform = "{1, 0, 0, 1, 1624, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3056;
+},
+{
+components = (
+{
+alignment = -1;
+name = Pi;
+transform = "{1, 0, 0, 1, -60, 0}";
+},
+{
+alignment = -1;
+name = largerighthook;
+transform = "{1, 0, 0, 1, 1704, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3104;
+}
+);
+unicode = 04A6;
+userData = {
+interface.gridadjust.original = "{'width': 2886, 'leftMargin': 242, 'rightMargin': -75}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10053;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{908, 2200}";
+},
+{
+name = top0315;
+position = "{1852, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"360 1124 LINE",
+"360 896 LINE",
+"1172 896 LINE",
+"1172 1124 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 364 OFFCURVE",
+"1232 200 OFFCURVE",
+"900 200 CURVE SMOOTH",
+"548 200 OFFCURVE",
+"400 520 OFFCURVE",
+"400 904 CURVE SMOOTH",
+"400 1096 LINE SMOOTH",
+"400 1520 OFFCURVE",
+"576 1800 OFFCURVE",
+"928 1800 CURVE SMOOTH",
+"1228 1800 OFFCURVE",
+"1340 1628 OFFCURVE",
+"1380 1356 CURVE",
+"1664 1356 LINE",
+"1624 1748 OFFCURVE",
+"1384 2032 OFFCURVE",
+"928 2032 CURVE SMOOTH",
+"424 2032 OFFCURVE",
+"112 1660 OFFCURVE",
+"112 1096 CURVE",
+"112 904 LINE",
+"112 340 OFFCURVE",
+"424 -28 OFFCURVE",
+"900 -28 CURVE SMOOTH",
+"1388 -28 OFFCURVE",
+"1624 264 OFFCURVE",
+"1664 640 CURVE",
+"1380 640 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top;
+position = "{996, 2200}";
+},
+{
+name = top0315;
+position = "{1872, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"348 1188 LINE",
+"348 816 LINE",
+"1156 816 LINE",
+"1156 1188 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1328 452 OFFCURVE",
+"1212 340 OFFCURVE",
+"980 340 CURVE SMOOTH",
+"704 340 OFFCURVE",
+"596 520 OFFCURVE",
+"596 944 CURVE SMOOTH",
+"596 1056 LINE SMOOTH",
+"596 1484 OFFCURVE",
+"724 1656 OFFCURVE",
+"976 1656 CURVE SMOOTH",
+"1236 1656 OFFCURVE",
+"1332 1536 OFFCURVE",
+"1344 1308 CURVE",
+"1800 1308 LINE",
+"1764 1724 OFFCURVE",
+"1492 2032 OFFCURVE",
+"976 2032 CURVE SMOOTH",
+"468 2032 OFFCURVE",
+"136 1656 OFFCURVE",
+"136 1052 CURVE",
+"136 944 LINE",
+"136 344 OFFCURVE",
+"452 -28 OFFCURVE",
+"980 -28 CURVE SMOOTH",
+"1472 -28 OFFCURVE",
+"1776 256 OFFCURVE",
+"1800 676 CURVE",
+"1340 676 LINE"
+);
+}
+);
+width = 1928;
+}
+);
+leftKerningGroup = Ecyrillic;
+rightKerningGroup = Ecyrillic;
+unicode = 0404;
+userData = {
+interface.gridadjust.original = "{'width': 1907, 'leftMargin': 166, 'rightMargin': 187}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Haabkhasiancyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1036, -16}";
+},
+{
+name = top;
+position = "{1036, 2224}";
+},
+{
+name = top0315;
+position = "{2160, 2224}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1500 196 OFFCURVE",
+"1188 500 OFFCURVE",
+"1188 964 CURVE",
+"1188 1276 LINE SMOOTH",
+"1188 1572 OFFCURVE",
+"1300 1792 OFFCURVE",
+"1476 1792 CURVE",
+"1652 1792 OFFCURVE",
+"1760 1584 OFFCURVE",
+"1760 1272 CURVE",
+"1760 936 LINE SMOOTH",
+"1760 524 OFFCURVE",
+"1508 208 OFFCURVE",
+"1084 208 CURVE SMOOTH",
+"732 208 OFFCURVE",
+"516 520 OFFCURVE",
+"516 928 CURVE SMOOTH",
+"516 1160 LINE SMOOTH",
+"516 1520 OFFCURVE",
+"644 1792 OFFCURVE",
+"860 1792 CURVE",
+"860 2032 LINE",
+"480 2032 OFFCURVE",
+"228 1652 OFFCURVE",
+"228 1156 CURVE SMOOTH",
+"228 928 LINE SMOOTH",
+"228 388 OFFCURVE",
+"572 -28 OFFCURVE",
+"1084 -28 CURVE SMOOTH",
+"1660 -28 OFFCURVE",
+"2044 392 OFFCURVE",
+"2044 936 CURVE SMOOTH",
+"2044 1268 LINE",
+"2044 1712 OFFCURVE",
+"1816 2028 OFFCURVE",
+"1476 2028 CURVE",
+"1132 2028 OFFCURVE",
+"904 1700 OFFCURVE",
+"904 1272 CURVE SMOOTH",
+"904 968 LINE",
+"904 372 OFFCURVE",
+"1368 -40 OFFCURVE",
+"2060 -40 CURVE",
+"2060 196 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, -16}";
+},
+{
+name = top;
+position = "{1084, 2244}";
+},
+{
+name = top0315;
+position = "{2340, 2244}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1660 340 OFFCURVE",
+"1360 644 OFFCURVE",
+"1360 1024 CURVE",
+"1360 1280 LINE SMOOTH",
+"1360 1572 OFFCURVE",
+"1420 1644 OFFCURVE",
+"1528 1644 CURVE",
+"1656 1644 OFFCURVE",
+"1724 1580 OFFCURVE",
+"1724 1248 CURVE",
+"1724 992 LINE SMOOTH",
+"1724 632 OFFCURVE",
+"1500 360 OFFCURVE",
+"1136 360 CURVE SMOOTH",
+"816 360 OFFCURVE",
+"628 584 OFFCURVE",
+"628 900 CURVE SMOOTH",
+"628 1216 LINE SMOOTH",
+"628 1460 OFFCURVE",
+"724 1644 OFFCURVE",
+"888 1644 CURVE",
+"888 2032 LINE",
+"440 2032 OFFCURVE",
+"136 1676 OFFCURVE",
+"136 1216 CURVE SMOOTH",
+"136 900 LINE SMOOTH",
+"136 376 OFFCURVE",
+"536 -28 OFFCURVE",
+"1136 -28 CURVE SMOOTH",
+"1764 -28 OFFCURVE",
+"2188 416 OFFCURVE",
+"2188 992 CURVE SMOOTH",
+"2188 1184 LINE",
+"2188 1680 OFFCURVE",
+"1920 2032 OFFCURVE",
+"1528 2032 CURVE",
+"1168 2032 OFFCURVE",
+"932 1704 OFFCURVE",
+"932 1276 CURVE SMOOTH",
+"932 1024 LINE",
+"932 412 OFFCURVE",
+"1440 -12 OFFCURVE",
+"2200 -12 CURVE",
+"2200 340 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 04A8;
+userData = {
+interface.gridadjust.original = "{'width': 2087, 'leftMargin': 153, 'rightMargin': 100}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Cheabkhasiancyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1424, -4}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"176 1164 OFFCURVE",
+"364 952 OFFCURVE",
+"732 952 CURVE",
+"732 1156 LINE",
+"496 1156 OFFCURVE",
+"400 1292 OFFCURVE",
+"400 1488 CURVE",
+"176 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1772 -32 OFFCURVE",
+"1944 60 OFFCURVE",
+"2000 100 CURVE",
+"1936 308 LINE",
+"1840 264 OFFCURVE",
+"1696 200 OFFCURVE",
+"1472 200 CURVE SMOOTH",
+"1068 200 OFFCURVE",
+"904 484 OFFCURVE",
+"904 836 CURVE SMOOTH",
+"904 1168 LINE SMOOTH",
+"904 1516 OFFCURVE",
+"1068 1796 OFFCURVE",
+"1368 1796 CURVE",
+"1716 1796 OFFCURVE",
+"1828 1528 OFFCURVE",
+"1828 1196 CURVE",
+"1828 1152 LINE",
+"792 1152 LINE",
+"792 952 LINE",
+"2116 952 LINE",
+"2116 1108 LINE SMOOTH",
+"2116 1668 OFFCURVE",
+"1864 2028 OFFCURVE",
+"1368 2028 CURVE SMOOTH",
+"952 2032 OFFCURVE",
+"616 1672 OFFCURVE",
+"616 1168 CURVE SMOOTH",
+"616 836 LINE SMOOTH",
+"616 328 OFFCURVE",
+"924 -32 OFFCURVE",
+"1472 -32 CURVE"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1496, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"128 1100 OFFCURVE",
+"336 864 OFFCURVE",
+"692 864 CURVE",
+"692 1184 LINE",
+"516 1184 OFFCURVE",
+"424 1296 OFFCURVE",
+"424 1488 CURVE",
+"128 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1824 -32 OFFCURVE",
+"2036 40 OFFCURVE",
+"2096 68 CURVE",
+"2028 456 LINE",
+"1924 424 OFFCURVE",
+"1744 376 OFFCURVE",
+"1508 376 CURVE SMOOTH",
+"1148 376 OFFCURVE",
+"1032 584 OFFCURVE",
+"1032 836 CURVE SMOOTH",
+"1032 1200 LINE SMOOTH",
+"1032 1428 OFFCURVE",
+"1160 1620 OFFCURVE",
+"1416 1620 CURVE",
+"1656 1620 OFFCURVE",
+"1748 1460 OFFCURVE",
+"1748 1256 CURVE",
+"1748 1212 LINE",
+"916 1212 LINE",
+"916 832 LINE",
+"2208 832 LINE",
+"2208 1076 LINE SMOOTH",
+"2208 1656 OFFCURVE",
+"1932 2028 OFFCURVE",
+"1416 2028 CURVE SMOOTH",
+"940 2032 OFFCURVE",
+"572 1684 OFFCURVE",
+"572 1200 CURVE SMOOTH",
+"572 836 LINE SMOOTH",
+"572 328 OFFCURVE",
+"884 -32 OFFCURVE",
+"1508 -32 CURVE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 04BC;
+userData = {
+interface.gridadjust.original = "{'width': 2189.0, 'leftMargin': 95, 'rightMargin': 154.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Schwacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{984, 0}";
+},
+{
+name = top;
+position = "{932, 2152}";
+},
+{
+name = top0315;
+position = "{2008, 2152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"620 2032 OFFCURVE",
+"436 1936 OFFCURVE",
+"380 1900 CURVE",
+"448 1692 LINE",
+"548 1736 OFFCURVE",
+"700 1796 OFFCURVE",
+"936 1796 CURVE SMOOTH",
+"1380 1796 OFFCURVE",
+"1560 1468 OFFCURVE",
+"1560 1056 CURVE SMOOTH",
+"1560 940 LINE SMOOTH",
+"1560 532 OFFCURVE",
+"1364 204 OFFCURVE",
+"1016 204 CURVE",
+"608 204 OFFCURVE",
+"472 468 OFFCURVE",
+"472 804 CURVE",
+"472 848 LINE",
+"1672 848 LINE",
+"1672 1064 LINE",
+"188 1064 LINE",
+"188 892 LINE SMOOTH",
+"188 328 OFFCURVE",
+"468 -28 OFFCURVE",
+"1016 -28 CURVE SMOOTH",
+"1476 -32 OFFCURVE",
+"1848 368 OFFCURVE",
+"1848 940 CURVE SMOOTH",
+"1848 1056 LINE SMOOTH",
+"1848 1628 OFFCURVE",
+"1524 2032 OFFCURVE",
+"936 2032 CURVE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1016, 0}";
+},
+{
+name = top;
+position = "{988, 2136}";
+},
+{
+name = top0315;
+position = "{2036, 2136}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"588 2032 OFFCURVE",
+"364 1960 OFFCURVE",
+"304 1932 CURVE",
+"372 1544 LINE",
+"480 1576 OFFCURVE",
+"668 1620 OFFCURVE",
+"920 1620 CURVE SMOOTH",
+"1324 1620 OFFCURVE",
+"1452 1392 OFFCURVE",
+"1452 1116 CURVE SMOOTH",
+"1452 880 LINE SMOOTH",
+"1452 604 OFFCURVE",
+"1316 380 OFFCURVE",
+"1044 380 CURVE",
+"740 380 OFFCURVE",
+"628 540 OFFCURVE",
+"628 744 CURVE",
+"628 784 LINE",
+"1564 784 LINE",
+"1564 1164 LINE",
+"168 1164 LINE",
+"168 920 LINE SMOOTH",
+"168 340 OFFCURVE",
+"472 -28 OFFCURVE",
+"1044 -28 CURVE SMOOTH",
+"1536 -32 OFFCURVE",
+"1912 344 OFFCURVE",
+"1912 880 CURVE SMOOTH",
+"1912 1116 LINE SMOOTH",
+"1912 1652 OFFCURVE",
+"1580 2032 OFFCURVE",
+"920 2032 CURVE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 04D8;
+userData = {
+interface.gridadjust.original = "{'width': 1940, 'leftMargin': 120, 'rightMargin': 159}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Dzeabkhasiancyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 1772 LINE",
+"1024 1772 LINE",
+"508 1176 LINE",
+"508 1004 LINE",
+"672 1004 LINE",
+"1360 1824 LINE",
+"1360 2004 LINE",
+"156 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 956 LINE",
+"708 956 LINE SMOOTH",
+"992 956 OFFCURVE",
+"1144 836 OFFCURVE",
+"1144 556 CURVE SMOOTH",
+"1144 352 OFFCURVE",
+"996 200 OFFCURVE",
+"744 200 CURVE SMOOTH",
+"524 200 OFFCURVE",
+"376 364 OFFCURVE",
+"376 556 CURVE",
+"92 556 LINE",
+"92 148 OFFCURVE",
+"424 -28 OFFCURVE",
+"744 -28 CURVE SMOOTH",
+"1144 -28 OFFCURVE",
+"1428 188 OFFCURVE",
+"1428 560 CURVE SMOOTH",
+"1428 952 OFFCURVE",
+"1168 1176 OFFCURVE",
+"720 1176 CURVE SMOOTH",
+"508 1172 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"272 1628 LINE",
+"1100 1628 LINE",
+"652 1204 LINE",
+"652 1032 LINE",
+"988 1032 LINE",
+"1624 1692 LINE",
+"1620 2004 LINE",
+"272 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 932 LINE",
+"832 932 LINE SMOOTH",
+"1064 932 OFFCURVE",
+"1192 832 OFFCURVE",
+"1192 572 CURVE SMOOTH",
+"1192 444 OFFCURVE",
+"1080 344 OFFCURVE",
+"896 344 CURVE SMOOTH",
+"736 344 OFFCURVE",
+"636 436 OFFCURVE",
+"636 556 CURVE",
+"176 556 LINE",
+"176 148 OFFCURVE",
+"540 -28 OFFCURVE",
+"896 -28 CURVE SMOOTH",
+"1332 -28 OFFCURVE",
+"1648 188 OFFCURVE",
+"1648 560 CURVE SMOOTH",
+"1648 992 OFFCURVE",
+"1380 1228 OFFCURVE",
+"908 1228 CURVE SMOOTH",
+"652 1196 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 04E0;
+userData = {
+interface.gridadjust.original = "{'width': 1643, 'leftMargin': 140, 'rightMargin': 165}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10148;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{880, 2124}";
+},
+{
+name = top0315;
+position = "{1800, 2124}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"776 0 LINE",
+"996 0 LINE",
+"1528 1592 LINE",
+"1576 1728 OFFCURVE",
+"1624 1780 OFFCURVE",
+"1712 1780 CURVE",
+"1732 1780 LINE",
+"1732 2028 LINE",
+"1664 2028 LINE",
+"1460 2028 OFFCURVE",
+"1352 1912 OFFCURVE",
+"1260 1620 CURVE SMOOTH",
+"920 544 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"44 2004 LINE",
+"744 0 LINE",
+"964 0 LINE",
+"824 544 LINE",
+"356 2004 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{1960, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"964 0 LINE",
+"1300 0 LINE",
+"1724 1496 LINE",
+"1744 1572 OFFCURVE",
+"1804 1644 OFFCURVE",
+"1880 1644 CURVE",
+"1928 1644 LINE",
+"1932 2024 LINE",
+"1884 2028 LINE",
+"1588 2028 OFFCURVE",
+"1432 1832 OFFCURVE",
+"1332 1516 CURVE SMOOTH",
+"1068 536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"148 2004 LINE",
+"804 0 LINE",
+"1140 0 LINE",
+"1032 544 LINE",
+"632 2004 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 0474;
+userData = {
+interface.gridadjust.original = "{'width': 1783, 'leftMargin': 29, 'rightMargin': 67}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = afii10051;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1052 948 OFFCURVE",
+"1232 984 OFFCURVE",
+"1404 984 CURVE",
+"1692 984 OFFCURVE",
+"1836 844 OFFCURVE",
+"1836 596 CURVE SMOOTH",
+"1836 360 OFFCURVE",
+"1740 204 OFFCURVE",
+"1428 204 CURVE",
+"1432 -16 LINE",
+"1888 -16 OFFCURVE",
+"2124 204 OFFCURVE",
+"2124 600 CURVE",
+"2124 996 OFFCURVE",
+"1856 1228 OFFCURVE",
+"1404 1228 CURVE SMOOTH",
+"1268 1228 OFFCURVE",
+"1052 1184 OFFCURVE",
+"904 1128 CURVE",
+"904 884 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"732 2004 LINE",
+"732 0 LINE",
+"1020 0 LINE",
+"1020 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 2004 LINE",
+"168 1772 LINE",
+"1724 1772 LINE",
+"1724 2004 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1080 840 OFFCURVE",
+"1192 864 OFFCURVE",
+"1392 864 CURVE",
+"1592 864 OFFCURVE",
+"1712 748 OFFCURVE",
+"1712 584 CURVE SMOOTH",
+"1708 504 OFFCURVE",
+"1696 320 OFFCURVE",
+"1380 320 CURVE",
+"1380 -28 LINE",
+"1996 -28 OFFCURVE",
+"2168 336 OFFCURVE",
+"2168 612 CURVE",
+"2168 1044 OFFCURVE",
+"1856 1232 OFFCURVE",
+"1420 1232 CURVE SMOOTH",
+"1240 1232 OFFCURVE",
+"1056 1188 OFFCURVE",
+"908 1152 CURVE",
+"908 792 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"644 2004 LINE",
+"644 0 LINE",
+"1104 0 LINE",
+"1104 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 2004 LINE",
+"168 1628 LINE",
+"1732 1628 LINE",
+"1732 2004 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = Djecyrillic;
+unicode = 0402;
+userData = {
+interface.gridadjust.original = "{'width': 2115, 'leftMargin': 55, 'rightMargin': 105}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = eth;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1260 2096 LINE",
+"440 1700 LINE",
+"508 1552 LINE",
+"1328 1948 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1220 -32 OFFCURVE",
+"1488 256 OFFCURVE",
+"1488 752 CURVE SMOOTH",
+"1488 1452 OFFCURVE",
+"1008 1944 OFFCURVE",
+"560 2176 CURVE",
+"456 2008 LINE",
+"932 1764 OFFCURVE",
+"1132 1428 OFFCURVE",
+"1220 1180 CURVE",
+"1200 1180 LINE",
+"1132 1300 OFFCURVE",
+"988 1440 OFFCURVE",
+"756 1440 CURVE SMOOTH",
+"416 1440 OFFCURVE",
+"144 1140 OFFCURVE",
+"144 704 CURVE SMOOTH",
+"144 276 OFFCURVE",
+"404 -32 OFFCURVE",
+"816 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 180 OFFCURVE",
+"380 432 OFFCURVE",
+"380 704 CURVE SMOOTH",
+"380 992 OFFCURVE",
+"524 1244 OFFCURVE",
+"816 1244 CURVE SMOOTH",
+"1132 1244 OFFCURVE",
+"1260 948 OFFCURVE",
+"1260 688 CURVE SMOOTH",
+"1260 404 OFFCURVE",
+"1108 180 OFFCURVE",
+"816 180 CURVE SMOOTH"
+);
+}
+);
+width = 1632;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1088 2092 LINE",
+"252 1648 LINE",
+"376 1420 LINE",
+"1212 1864 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1172 -32 OFFCURVE",
+"1440 256 OFFCURVE",
+"1440 752 CURVE SMOOTH",
+"1440 1452 OFFCURVE",
+"960 1944 OFFCURVE",
+"512 2176 CURVE",
+"308 1892 LINE",
+"636 1696 OFFCURVE",
+"776 1572 OFFCURVE",
+"920 1336 CURVE",
+"900 1336 LINE",
+"820 1428 OFFCURVE",
+"672 1444 OFFCURVE",
+"560 1420 CURVE SMOOTH",
+"332 1368 OFFCURVE",
+"96 1116 OFFCURVE",
+"96 704 CURVE SMOOTH",
+"96 276 OFFCURVE",
+"356 -32 OFFCURVE",
+"768 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"632 324 OFFCURVE",
+"532 440 OFFCURVE",
+"532 708 CURVE SMOOTH",
+"532 980 OFFCURVE",
+"636 1084 OFFCURVE",
+"788 1084 CURVE SMOOTH",
+"940 1084 OFFCURVE",
+"1044 980 OFFCURVE",
+"1044 708 CURVE SMOOTH",
+"1044 440 OFFCURVE",
+"944 324 OFFCURVE",
+"788 324 CURVE SMOOTH"
+);
+}
+);
+width = 1536;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 00F0;
+userData = {
+interface.gridadjust.original = "{'width': 1654, 'leftMargin': 166, 'rightMargin': 179}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = thorn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 -576 LINE",
+"452 -576 LINE",
+"452 288 LINE",
+"392 784 LINE",
+"452 1172 LINE",
+"452 2048 LINE",
+"216 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 236 LINE",
+"472 236 LINE",
+"524 152 OFFCURVE",
+"624 -32 OFFCURVE",
+"920 -32 CURVE SMOOTH",
+"1304 -32 OFFCURVE",
+"1572 276 OFFCURVE",
+"1572 764 CURVE SMOOTH",
+"1572 1248 OFFCURVE",
+"1304 1556 OFFCURVE",
+"916 1556 CURVE SMOOTH",
+"616 1556 OFFCURVE",
+"524 1372 OFFCURVE",
+"472 1292 CURVE",
+"356 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 440 OFFCURVE",
+"1184 180 OFFCURVE",
+"888 180 CURVE SMOOTH",
+"604 180 OFFCURVE",
+"448 420 OFFCURVE",
+"448 768 CURVE SMOOTH",
+"448 1112 OFFCURVE",
+"600 1344 OFFCURVE",
+"888 1344 CURVE SMOOTH",
+"1188 1344 OFFCURVE",
+"1336 1092 OFFCURVE",
+"1336 768 CURVE SMOOTH"
+);
+}
+);
+width = 1716;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 -576 LINE",
+"604 -576 LINE",
+"604 304 LINE",
+"436 744 LINE",
+"604 1272 LINE",
+"604 2048 LINE",
+"144 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 156 LINE",
+"620 156 LINE",
+"672 40 OFFCURVE",
+"804 -24 OFFCURVE",
+"964 -24 CURVE SMOOTH",
+"1288 -24 OFFCURVE",
+"1556 244 OFFCURVE",
+"1556 768 CURVE SMOOTH",
+"1556 1304 OFFCURVE",
+"1272 1556 OFFCURVE",
+"964 1556 CURVE SMOOTH",
+"804 1556 OFFCURVE",
+"672 1488 OFFCURVE",
+"620 1372 CURVE",
+"420 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 500 OFFCURVE",
+"1024 340 OFFCURVE",
+"828 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"552 536 OFFCURVE",
+"552 768 CURVE SMOOTH",
+"552 1004 OFFCURVE",
+"616 1192 OFFCURVE",
+"828 1192 CURVE SMOOTH",
+"1024 1192 OFFCURVE",
+"1124 1036 OFFCURVE",
+"1124 768 CURVE SMOOTH"
+);
+}
+);
+width = 1652;
+}
+);
+rightKerningGroup = b;
+unicode = 00FE;
+userData = {
+interface.gridadjust.original = "{'width': 1632, 'leftMargin': 202, 'rightMargin': 159}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = alpha;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 272 OFFCURVE",
+"352 -28 OFFCURVE",
+"724 -28 CURVE SMOOTH",
+"1088 -28 OFFCURVE",
+"1260 248 OFFCURVE",
+"1300 700 CURVE",
+"1300 788 LINE",
+"1260 1240 OFFCURVE",
+"1088 1516 OFFCURVE",
+"724 1516 CURVE SMOOTH",
+"348 1516 OFFCURVE",
+"144 1184 OFFCURVE",
+"144 716 CURVE SMOOTH",
+"144 688 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"376 1040 OFFCURVE",
+"524 1296 OFFCURVE",
+"796 1296 CURVE SMOOTH",
+"1088 1296 OFFCURVE",
+"1168 988 OFFCURVE",
+"1168 764 CURVE",
+"1168 696 LINE",
+"1168 476 OFFCURVE",
+"1084 192 OFFCURVE",
+"792 192 CURVE SMOOTH",
+"532 192 OFFCURVE",
+"376 404 OFFCURVE",
+"376 688 CURVE SMOOTH",
+"376 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1172 1164 LINE",
+"1168 412 LINE",
+"1168 96 OFFCURVE",
+"1228 -28 OFFCURVE",
+"1404 -28 CURVE SMOOTH",
+"1464 -28 OFFCURVE",
+"1520 -24 OFFCURVE",
+"1580 20 CURVE",
+"1548 156 LINE",
+"1536 152 OFFCURVE",
+"1520 148 OFFCURVE",
+"1504 148 CURVE SMOOTH",
+"1448 148 OFFCURVE",
+"1400 184 OFFCURVE",
+"1400 348 CURVE SMOOTH",
+"1400 1488 LINE",
+"1172 1488 LINE"
+);
+}
+);
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"96 288 OFFCURVE",
+"300 -28 OFFCURVE",
+"676 -28 CURVE SMOOTH",
+"1000 -28 OFFCURVE",
+"1132 308 OFFCURVE",
+"1188 720 CURVE",
+"1188 756 LINE",
+"1132 1200 OFFCURVE",
+"1000 1556 OFFCURVE",
+"680 1556 CURVE SMOOTH",
+"300 1556 OFFCURVE",
+"96 1228 OFFCURVE",
+"96 760 CURVE SMOOTH",
+"96 732 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"544 996 OFFCURVE",
+"608 1192 OFFCURVE",
+"792 1192 CURVE SMOOTH",
+"972 1192 OFFCURVE",
+"1044 1044 OFFCURVE",
+"1060 792 CURVE",
+"1060 680 LINE",
+"1044 464 OFFCURVE",
+"972 340 OFFCURVE",
+"788 340 CURVE SMOOTH",
+"600 340 OFFCURVE",
+"544 504 OFFCURVE",
+"544 732 CURVE SMOOTH",
+"544 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"992 1204 LINE",
+"992 396 LINE",
+"1040 108 OFFCURVE",
+"1188 -28 OFFCURVE",
+"1420 -28 CURVE SMOOTH",
+"1484 -28 OFFCURVE",
+"1532 -24 OFFCURVE",
+"1592 0 CURVE",
+"1556 344 LINE",
+"1552 340 OFFCURVE",
+"1544 340 OFFCURVE",
+"1532 340 CURVE SMOOTH",
+"1468 340 OFFCURVE",
+"1436 388 OFFCURVE",
+"1436 520 CURVE SMOOTH",
+"1436 1536 LINE",
+"1048 1536 LINE"
+);
+}
+);
+width = 1652;
+}
+);
+leftKerningGroup = alphagreek;
+rightKerningGroup = alphagreek;
+unicode = 03B1;
+userData = {
+interface.gridadjust.original = "{'width': 1594, 'leftMargin': 135, 'rightMargin': 22}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = beta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"720 980 LINE",
+"916 980 LINE SMOOTH",
+"1140 980 OFFCURVE",
+"1284 788 OFFCURVE",
+"1284 588 CURVE SMOOTH",
+"1284 376 OFFCURVE",
+"1124 192 OFFCURVE",
+"864 192 CURVE SMOOTH",
+"616 192 OFFCURVE",
+"464 360 OFFCURVE",
+"464 556 CURVE",
+"464 164 LINE",
+"480 172 LINE",
+"592 16 OFFCURVE",
+"744 -28 OFFCURVE",
+"892 -28 CURVE SMOOTH",
+"1256 -28 OFFCURVE",
+"1520 240 OFFCURVE",
+"1520 588 CURVE SMOOTH",
+"1520 876 OFFCURVE",
+"1340 1184 OFFCURVE",
+"920 1184 CURVE SMOOTH",
+"720 1184 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 2076 OFFCURVE",
+"216 1840 OFFCURVE",
+"216 1524 CURVE",
+"216 -576 LINE",
+"464 -576 LINE",
+"464 1524 LINE SMOOTH",
+"464 1720 OFFCURVE",
+"632 1856 OFFCURVE",
+"836 1856 CURVE SMOOTH",
+"1040 1856 OFFCURVE",
+"1200 1720 OFFCURVE",
+"1200 1536 CURVE SMOOTH",
+"1200 1364 OFFCURVE",
+"1064 1200 OFFCURVE",
+"832 1200 CURVE SMOOTH",
+"720 1200 LINE",
+"720 996 LINE",
+"836 996 LINE SMOOTH",
+"1244 996 OFFCURVE",
+"1432 1284 OFFCURVE",
+"1432 1536 CURVE SMOOTH",
+"1432 1804 OFFCURVE",
+"1216 2076 OFFCURVE",
+"836 2076 CURVE SMOOTH"
+);
+}
+);
+width = 1664;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"740 884 LINE",
+"852 884 LINE SMOOTH",
+"1004 884 OFFCURVE",
+"1136 796 OFFCURVE",
+"1136 628 CURVE SMOOTH",
+"1136 480 OFFCURVE",
+"1032 364 OFFCURVE",
+"868 364 CURVE SMOOTH",
+"692 364 OFFCURVE",
+"588 496 OFFCURVE",
+"588 660 CURVE",
+"588 96 LINE",
+"600 100 LINE",
+"712 12 OFFCURVE",
+"844 -20 OFFCURVE",
+"968 -20 CURVE SMOOTH",
+"1304 -20 OFFCURVE",
+"1576 224 OFFCURVE",
+"1576 584 CURVE SMOOTH",
+"1576 920 OFFCURVE",
+"1336 1184 OFFCURVE",
+"924 1184 CURVE SMOOTH",
+"740 1184 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 2076 OFFCURVE",
+"144 1832 OFFCURVE",
+"144 1432 CURVE",
+"144 -576 LINE",
+"588 -576 LINE",
+"588 1400 LINE SMOOTH",
+"588 1580 OFFCURVE",
+"688 1676 OFFCURVE",
+"828 1676 CURVE SMOOTH",
+"968 1676 OFFCURVE",
+"1048 1580 OFFCURVE",
+"1048 1444 CURVE SMOOTH",
+"1048 1340 OFFCURVE",
+"1004 1208 OFFCURVE",
+"824 1208 CURVE SMOOTH",
+"740 1208 LINE",
+"740 928 LINE",
+"896 928 LINE SMOOTH",
+"1268 928 OFFCURVE",
+"1492 1232 OFFCURVE",
+"1492 1524 CURVE SMOOTH",
+"1492 1876 OFFCURVE",
+"1168 2076 OFFCURVE",
+"828 2076 CURVE SMOOTH"
+);
+}
+);
+width = 1672;
+}
+);
+unicode = 03B2;
+userData = {
+interface.gridadjust.original = "{'width': 1668, 'leftMargin': 216, 'rightMargin': 150}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = gamma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = cross;
+position = "{764, 88}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"624 192 LINE",
+"624 -572 LINE",
+"900 -572 LINE",
+"900 192 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"688 0 LINE",
+"868 0 LINE",
+"1416 1488 LINE",
+"1136 1488 LINE",
+"744 348 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"108 1488 LINE",
+"660 0 LINE",
+"840 0 LINE",
+"788 348 LINE",
+"388 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = cross;
+position = "{788, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"564 96 LINE",
+"564 -572 LINE",
+"1004 -572 LINE",
+"1004 96 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"708 0 LINE",
+"1008 0 LINE",
+"1496 1536 LINE",
+"1032 1536 LINE",
+"760 372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"72 1536 LINE",
+"564 0 LINE",
+"864 0 LINE",
+"828 360 LINE",
+"540 1536 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = gammagreek;
+rightKerningGroup = gammagreek;
+unicode = 03B3;
+userData = {
+interface.gridadjust.original = "{'width': 1419.0, 'leftMargin': 65, 'rightMargin': 47.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = delta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 1572 OFFCURVE",
+"372 1440 OFFCURVE",
+"544 1372 CURVE",
+"544 1364 LINE",
+"300 1304 OFFCURVE",
+"96 1048 OFFCURVE",
+"96 728 CURVE SMOOTH",
+"96 700 LINE SMOOTH",
+"96 288 OFFCURVE",
+"340 -28 OFFCURVE",
+"764 -28 CURVE SMOOTH",
+"1180 -28 OFFCURVE",
+"1428 288 OFFCURVE",
+"1428 700 CURVE SMOOTH",
+"1428 728 LINE SMOOTH",
+"1428 1108 OFFCURVE",
+"1236 1360 OFFCURVE",
+"848 1496 CURVE SMOOTH",
+"596 1588 OFFCURVE",
+"544 1680 OFFCURVE",
+"544 1748 CURVE",
+"544 1856 OFFCURVE",
+"632 1924 OFFCURVE",
+"784 1924 CURVE SMOOTH",
+"928 1924 OFFCURVE",
+"1080 1876 OFFCURVE",
+"1160 1844 CURVE",
+"1160 2080 LINE",
+"1036 2128 OFFCURVE",
+"932 2152 OFFCURVE",
+"788 2152 CURVE SMOOTH",
+"460 2152 OFFCURVE",
+"264 1996 OFFCURVE",
+"264 1740 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"372 1004 OFFCURVE",
+"492 1244 OFFCURVE",
+"764 1244 CURVE",
+"1000 1196 OFFCURVE",
+"1152 952 OFFCURVE",
+"1152 728 CURVE SMOOTH",
+"1152 700 LINE SMOOTH",
+"1152 424 OFFCURVE",
+"1032 192 OFFCURVE",
+"764 192 CURVE SMOOTH",
+"492 192 OFFCURVE",
+"372 424 OFFCURVE",
+"372 700 CURVE SMOOTH",
+"372 728 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"360 1544 OFFCURVE",
+"464 1428 OFFCURVE",
+"612 1344 CURVE",
+"616 1336 LINE",
+"388 1276 OFFCURVE",
+"192 1036 OFFCURVE",
+"192 728 CURVE SMOOTH",
+"192 700 LINE SMOOTH",
+"192 288 OFFCURVE",
+"456 -28 OFFCURVE",
+"916 -28 CURVE SMOOTH",
+"1368 -28 OFFCURVE",
+"1632 300 OFFCURVE",
+"1632 728 CURVE SMOOTH",
+"1632 756 LINE SMOOTH",
+"1632 1148 OFFCURVE",
+"1404 1404 OFFCURVE",
+"964 1556 CURVE SMOOTH",
+"800 1612 OFFCURVE",
+"776 1672 OFFCURVE",
+"776 1720 CURVE SMOOTH",
+"776 1792 OFFCURVE",
+"860 1836 OFFCURVE",
+"992 1836 CURVE SMOOTH",
+"1112 1836 OFFCURVE",
+"1228 1796 OFFCURVE",
+"1296 1776 CURVE",
+"1296 2108 LINE",
+"1160 2144 OFFCURVE",
+"1084 2168 OFFCURVE",
+"940 2168 CURVE SMOOTH",
+"580 2168 OFFCURVE",
+"360 2000 OFFCURVE",
+"360 1712 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"632 996 OFFCURVE",
+"724 1188 OFFCURVE",
+"916 1188 CURVE",
+"1088 1152 OFFCURVE",
+"1192 956 OFFCURVE",
+"1192 780 CURVE SMOOTH",
+"1192 756 LINE SMOOTH",
+"1192 524 OFFCURVE",
+"1108 328 OFFCURVE",
+"916 328 CURVE SMOOTH",
+"720 328 OFFCURVE",
+"632 524 OFFCURVE",
+"632 756 CURVE SMOOTH",
+"632 780 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = deltagreek;
+rightKerningGroup = deltagreek;
+unicode = 03B4;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 135, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = epsilon;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"352 808 OFFCURVE",
+"136 672 OFFCURVE",
+"136 420 CURVE SMOOTH",
+"136 140 OFFCURVE",
+"400 -28 OFFCURVE",
+"760 -28 CURVE SMOOTH",
+"1068 -28 OFFCURVE",
+"1384 116 OFFCURVE",
+"1384 444 CURVE",
+"1112 444 LINE",
+"1112 312 OFFCURVE",
+"972 192 OFFCURVE",
+"760 192 CURVE SMOOTH",
+"540 192 OFFCURVE",
+"412 300 OFFCURVE",
+"412 420 CURVE SMOOTH",
+"412 580 OFFCURVE",
+"528 652 OFFCURVE",
+"744 652 CURVE SMOOTH",
+"1032 652 LINE",
+"1032 808 LINE",
+"720 808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1032 868 LINE",
+"744 868 LINE SMOOTH",
+"524 868 OFFCURVE",
+"440 956 OFFCURVE",
+"440 1080 CURVE",
+"440 1188 OFFCURVE",
+"540 1296 OFFCURVE",
+"760 1296 CURVE SMOOTH",
+"944 1296 OFFCURVE",
+"1088 1196 OFFCURVE",
+"1088 1072 CURVE",
+"1360 1072 LINE",
+"1360 1344 OFFCURVE",
+"1088 1516 OFFCURVE",
+"760 1516 CURVE SMOOTH",
+"400 1516 OFFCURVE",
+"164 1364 OFFCURVE",
+"164 1080 CURVE",
+"164 876 OFFCURVE",
+"388 712 OFFCURVE",
+"720 712 CURVE",
+"1032 712 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+guideLines = (
+{
+position = "{0, 1823.25}";
+},
+{
+position = "{0, 610.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"448 808 OFFCURVE",
+"224 672 OFFCURVE",
+"224 420 CURVE SMOOTH",
+"224 140 OFFCURVE",
+"536 -28 OFFCURVE",
+"940 -28 CURVE SMOOTH",
+"1264 -28 OFFCURVE",
+"1600 116 OFFCURVE",
+"1600 440 CURVE",
+"1160 440 LINE",
+"1160 364 OFFCURVE",
+"1080 304 OFFCURVE",
+"908 304 CURVE SMOOTH",
+"744 304 OFFCURVE",
+"664 384 OFFCURVE",
+"664 464 CURVE SMOOTH",
+"664 580 OFFCURVE",
+"768 620 OFFCURVE",
+"920 620 CURVE SMOOTH",
+"1164 620 LINE",
+"1164 808 LINE",
+"816 808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1164 904 LINE",
+"920 904 LINE SMOOTH",
+"776 904 OFFCURVE",
+"692 956 OFFCURVE",
+"692 1040 CURVE",
+"692 1108 OFFCURVE",
+"756 1184 OFFCURVE",
+"912 1184 CURVE SMOOTH",
+"1040 1184 OFFCURVE",
+"1136 1144 OFFCURVE",
+"1136 1056 CURVE",
+"1580 1056 LINE",
+"1580 1344 OFFCURVE",
+"1288 1516 OFFCURVE",
+"940 1516 CURVE SMOOTH",
+"536 1516 OFFCURVE",
+"248 1364 OFFCURVE",
+"248 1080 CURVE",
+"248 876 OFFCURVE",
+"484 712 OFFCURVE",
+"816 712 CURVE",
+"1164 712 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = epsilongreek;
+rightKerningGroup = epsilongreek;
+unicode = 03B5;
+userData = {
+interface.gridadjust.original = "{'width': 1517, 'leftMargin': 135, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = zeta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"664 1372 LINE",
+"384 1044 OFFCURVE",
+"272 732 OFFCURVE",
+"272 528 CURVE SMOOTH",
+"272 236 OFFCURVE",
+"380 104 OFFCURVE",
+"692 20 CURVE SMOOTH",
+"816 -16 LINE SMOOTH",
+"964 -56 OFFCURVE",
+"1024 -100 OFFCURVE",
+"1024 -160 CURVE SMOOTH",
+"1024 -236 OFFCURVE",
+"984 -304 OFFCURVE",
+"896 -404 CURVE",
+"1040 -528 LINE",
+"1140 -444 OFFCURVE",
+"1284 -260 OFFCURVE",
+"1288 -116 CURVE",
+"1288 116 OFFCURVE",
+"1128 136 OFFCURVE",
+"924 196 CURVE",
+"740 248 LINE SMOOTH",
+"600 288 OFFCURVE",
+"548 364 OFFCURVE",
+"548 536 CURVE",
+"548 828 OFFCURVE",
+"672 1012 OFFCURVE",
+"880 1260 CURVE SMOOTH",
+"1348 1828 LINE",
+"1348 2004 LINE",
+"1228 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"172 1784 LINE",
+"1264 1784 LINE",
+"1264 2004 LINE",
+"172 2004 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+guideLines = (
+{
+position = "{0, 1131.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"572 1344 LINE SMOOTH",
+"344 1072 OFFCURVE",
+"204 868 OFFCURVE",
+"204 524 CURVE SMOOTH",
+"204 260 OFFCURVE",
+"364 96 OFFCURVE",
+"700 8 CURVE SMOOTH",
+"792 -20 LINE SMOOTH",
+"900 -44 OFFCURVE",
+"932 -84 OFFCURVE",
+"928 -148 CURVE",
+"932 -196 OFFCURVE",
+"892 -288 OFFCURVE",
+"804 -372 CURVE",
+"1028 -540 LINE",
+"1192 -432 OFFCURVE",
+"1372 -216 OFFCURVE",
+"1372 -52 CURVE",
+"1376 172 OFFCURVE",
+"1208 252 OFFCURVE",
+"960 324 CURVE SMOOTH",
+"876 348 LINE SMOOTH",
+"732 388 OFFCURVE",
+"644 436 OFFCURVE",
+"644 604 CURVE",
+"644 832 OFFCURVE",
+"732 964 OFFCURVE",
+"904 1160 CURVE SMOOTH",
+"1408 1756 LINE",
+"1408 2004 LINE",
+"1120 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"160 1648 LINE",
+"1200 1648 LINE",
+"1200 2004 LINE",
+"160 2004 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 03B6;
+userData = {
+interface.gridadjust.original = "{'width': 1475, 'leftMargin': 161, 'rightMargin': 138}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = eta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 1196 OFFCURVE",
+"664 1328 OFFCURVE",
+"840 1328 CURVE SMOOTH",
+"1036 1328 OFFCURVE",
+"1176 1184 OFFCURVE",
+"1176 960 CURVE SMOOTH",
+"1176 -576 LINE",
+"1412 -576 LINE",
+"1412 976 LINE SMOOTH",
+"1412 1368 OFFCURVE",
+"1204 1556 OFFCURVE",
+"916 1556 CURVE SMOOTH",
+"684 1556 OFFCURVE",
+"532 1432 OFFCURVE",
+"460 1276 CURVE",
+"444 1276 LINE",
+"444 1536 LINE",
+"208 1536 LINE",
+"208 0 LINE",
+"444 0 LINE",
+"444 908 LINE SMOOTH"
+);
+}
+);
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 1032 OFFCURVE",
+"660 1192 OFFCURVE",
+"832 1192 CURVE SMOOTH",
+"956 1192 OFFCURVE",
+"1052 1108 OFFCURVE",
+"1052 944 CURVE SMOOTH",
+"1052 -576 LINE",
+"1512 -576 LINE",
+"1512 960 LINE SMOOTH",
+"1512 1404 OFFCURVE",
+"1256 1556 OFFCURVE",
+"996 1556 CURVE SMOOTH",
+"820 1556 OFFCURVE",
+"672 1484 OFFCURVE",
+"584 1372 CURVE",
+"568 1372 LINE",
+"568 1536 LINE",
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 816 LINE SMOOTH"
+);
+}
+);
+width = 1656;
+}
+);
+leftKerningGroup = etagreek;
+rightKerningGroup = etagreek;
+unicode = 03B7;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 197, 'rightMargin': 206}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = theta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"276 1108 LINE",
+"276 888 LINE",
+"1252 888 LINE",
+"1252 1108 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1396 1756 OFFCURVE",
+"1148 2032 OFFCURVE",
+"760 2032 CURVE SMOOTH",
+"376 2032 OFFCURVE",
+"124 1756 OFFCURVE",
+"124 1132 CURVE",
+"124 888 LINE",
+"124 260 OFFCURVE",
+"380 -28 OFFCURVE",
+"764 -28 CURVE SMOOTH",
+"1148 -28 OFFCURVE",
+"1396 260 OFFCURVE",
+"1396 888 CURVE",
+"1396 1132 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1156 432 OFFCURVE",
+"1000 184 OFFCURVE",
+"764 184 CURVE SMOOTH",
+"532 184 OFFCURVE",
+"360 432 OFFCURVE",
+"360 844 CURVE SMOOTH",
+"360 1176 LINE SMOOTH",
+"360 1588 OFFCURVE",
+"528 1820 OFFCURVE",
+"760 1820 CURVE SMOOTH",
+"996 1820 OFFCURVE",
+"1156 1588 OFFCURVE",
+"1156 1176 CURVE",
+"1156 844 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"432 1196 LINE",
+"432 856 LINE",
+"1424 856 LINE",
+"1424 1196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1604 1796 OFFCURVE",
+"1320 2076 OFFCURVE",
+"912 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"220 1796 OFFCURVE",
+"220 1208 CURVE",
+"220 836 LINE",
+"220 244 OFFCURVE",
+"504 -28 OFFCURVE",
+"916 -28 CURVE SMOOTH",
+"1324 -28 OFFCURVE",
+"1604 244 OFFCURVE",
+"1604 836 CURVE",
+"1604 1208 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1160 444 OFFCURVE",
+"1068 340 OFFCURVE",
+"916 340 CURVE SMOOTH",
+"760 340 OFFCURVE",
+"664 444 OFFCURVE",
+"664 780 CURVE SMOOTH",
+"664 1272 LINE SMOOTH",
+"664 1596 OFFCURVE",
+"756 1708 OFFCURVE",
+"912 1708 CURVE SMOOTH",
+"1068 1708 OFFCURVE",
+"1160 1596 OFFCURVE",
+"1160 1272 CURVE",
+"1160 780 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03B8;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 164, 'rightMargin': 166}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = iota;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 380 LINE",
+"208 84 OFFCURVE",
+"348 -20 OFFCURVE",
+"536 -20 CURVE SMOOTH",
+"632 -20 OFFCURVE",
+"696 -4 OFFCURVE",
+"736 8 CURVE",
+"736 232 LINE",
+"716 224 OFFCURVE",
+"660 212 OFFCURVE",
+"620 212 CURVE SMOOTH",
+"536 212 OFFCURVE",
+"444 236 OFFCURVE",
+"444 380 CURVE",
+"444 1488 LINE",
+"208 1488 LINE"
+);
+}
+);
+width = 748;
+},
+{
+anchors = (
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+guideLines = (
+{
+position = "{0, 906.125}";
+},
+{
+position = "{0, 1381.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"176 440 LINE",
+"176 116 OFFCURVE",
+"344 -16 OFFCURVE",
+"628 -16 CURVE SMOOTH",
+"728 -16 OFFCURVE",
+"808 0 OFFCURVE",
+"884 24 CURVE",
+"884 356 LINE",
+"852 352 OFFCURVE",
+"820 348 OFFCURVE",
+"768 348 CURVE SMOOTH",
+"660 348 OFFCURVE",
+"616 380 OFFCURVE",
+"616 500 CURVE",
+"620 1488 LINE",
+"176 1488 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+leftKerningGroup = iotadieresisgreek;
+rightKerningGroup = iotadieresisgreek;
+unicode = 03B9;
+userData = {
+interface.gridadjust.original = "{'width': 928, 'leftMargin': 272, 'rightMargin': 107}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = lambda;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1464, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"936 1504 LINE",
+"744 1516 LINE",
+"168 0 LINE",
+"472 0 LINE",
+"864 1088 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"444 2088 OFFCURVE",
+"372 2080 OFFCURVE",
+"348 2072 CURVE",
+"348 1864 LINE",
+"364 1868 OFFCURVE",
+"396 1868 OFFCURVE",
+"412 1868 CURVE SMOOTH",
+"484 1868 OFFCURVE",
+"528 1840 OFFCURVE",
+"568 1740 CURVE SMOOTH",
+"728 1344 LINE",
+"1156 252 LINE SMOOTH",
+"1248 4 OFFCURVE",
+"1336 -24 OFFCURVE",
+"1500 -24 CURVE SMOOTH",
+"1544 -24 OFFCURVE",
+"1588 -16 OFFCURVE",
+"1608 -8 CURVE",
+"1600 212 LINE",
+"1588 212 OFFCURVE",
+"1568 212 OFFCURVE",
+"1552 212 CURVE SMOOTH",
+"1492 212 OFFCURVE",
+"1460 236 OFFCURVE",
+"1424 324 CURVE SMOOTH",
+"828 1860 LINE SMOOTH",
+"776 2004 OFFCURVE",
+"688 2088 OFFCURVE",
+"484 2088 CURVE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1600, 2200}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"984 1532 LINE",
+"680 1532 LINE",
+"136 0 LINE",
+"612 0 LINE",
+"900 904 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 2140 OFFCURVE",
+"360 2128 OFFCURVE",
+"292 2108 CURVE",
+"304 1776 LINE",
+"340 1780 OFFCURVE",
+"364 1780 OFFCURVE",
+"388 1780 CURVE SMOOTH",
+"480 1780 OFFCURVE",
+"540 1748 OFFCURVE",
+"576 1660 CURVE SMOOTH",
+"728 1312 LINE",
+"1088 292 LINE SMOOTH",
+"1152 112 OFFCURVE",
+"1276 -28 OFFCURVE",
+"1524 -28 CURVE SMOOTH",
+"1592 -28 OFFCURVE",
+"1644 -28 OFFCURVE",
+"1688 -20 CURVE",
+"1688 332 LINE",
+"1676 332 OFFCURVE",
+"1660 332 OFFCURVE",
+"1644 332 CURVE SMOOTH",
+"1564 332 OFFCURVE",
+"1524 420 OFFCURVE",
+"1492 492 CURVE SMOOTH",
+"928 1900 LINE SMOOTH",
+"868 2052 OFFCURVE",
+"744 2140 OFFCURVE",
+"544 2140 CURVE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03BB;
+userData = {
+interface.gridadjust.original = "{'width': 1562.0, 'leftMargin': 48, 'rightMargin': 73.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = xi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1212 2008 OFFCURVE",
+"1072 2032 OFFCURVE",
+"944 2032 CURVE SMOOTH",
+"532 2032 OFFCURVE",
+"268 1856 OFFCURVE",
+"268 1556 CURVE",
+"268 1300 OFFCURVE",
+"552 1100 OFFCURVE",
+"972 1100 CURVE",
+"1176 1100 LINE",
+"1176 1264 LINE",
+"980 1264 LINE SMOOTH",
+"668 1264 OFFCURVE",
+"544 1384 OFFCURVE",
+"544 1564 CURVE",
+"544 1692 OFFCURVE",
+"664 1812 OFFCURVE",
+"944 1812 CURVE SMOOTH",
+"1056 1812 OFFCURVE",
+"1156 1788 OFFCURVE",
+"1252 1760 CURVE",
+"1292 1976 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 1208 OFFCURVE",
+"180 1004 OFFCURVE",
+"180 616 CURVE SMOOTH",
+"180 204 OFFCURVE",
+"428 72 OFFCURVE",
+"792 -12 CURVE SMOOTH",
+"868 -28 LINE",
+"1020 -64 OFFCURVE",
+"1076 -96 OFFCURVE",
+"1076 -168 CURVE SMOOTH",
+"1076 -272 OFFCURVE",
+"1024 -320 OFFCURVE",
+"936 -424 CURVE",
+"1096 -544 LINE",
+"1192 -460 OFFCURVE",
+"1336 -280 OFFCURVE",
+"1340 -132 CURVE",
+"1340 68 OFFCURVE",
+"1204 116 OFFCURVE",
+"976 172 CURVE",
+"820 208 LINE SMOOTH",
+"636 252 OFFCURVE",
+"456 376 OFFCURVE",
+"456 612 CURVE SMOOTH",
+"456 908 OFFCURVE",
+"640 1044 OFFCURVE",
+"980 1044 CURVE SMOOTH",
+"1176 1044 LINE",
+"1176 1208 LINE",
+"972 1208 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1208 2008 OFFCURVE",
+"1112 2032 OFFCURVE",
+"912 2032 CURVE SMOOTH",
+"516 2032 OFFCURVE",
+"260 1824 OFFCURVE",
+"260 1484 CURVE",
+"260 1196 OFFCURVE",
+"544 1068 OFFCURVE",
+"968 1068 CURVE",
+"1184 1068 LINE",
+"1184 1320 LINE",
+"972 1320 LINE SMOOTH",
+"780 1320 OFFCURVE",
+"704 1396 OFFCURVE",
+"704 1488 CURVE",
+"704 1600 OFFCURVE",
+"788 1664 OFFCURVE",
+"968 1664 CURVE SMOOTH",
+"1076 1664 OFFCURVE",
+"1124 1652 OFFCURVE",
+"1280 1612 CURVE",
+"1348 1956 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"444 1192 OFFCURVE",
+"132 988 OFFCURVE",
+"132 616 CURVE SMOOTH",
+"132 204 OFFCURVE",
+"360 144 OFFCURVE",
+"768 12 CURVE SMOOTH",
+"860 -20 LINE SMOOTH",
+"952 -52 OFFCURVE",
+"992 -100 OFFCURVE",
+"992 -152 CURVE SMOOTH",
+"992 -196 OFFCURVE",
+"956 -288 OFFCURVE",
+"868 -376 CURVE",
+"1092 -540 LINE",
+"1256 -432 OFFCURVE",
+"1436 -220 OFFCURVE",
+"1436 -56 CURVE",
+"1440 172 OFFCURVE",
+"1276 260 OFFCURVE",
+"1024 320 CURVE SMOOTH",
+"896 352 LINE",
+"716 396 OFFCURVE",
+"576 464 OFFCURVE",
+"576 640 CURVE SMOOTH",
+"576 840 OFFCURVE",
+"720 948 OFFCURVE",
+"988 948 CURVE SMOOTH",
+"1184 948 LINE",
+"1184 1192 LINE",
+"980 1192 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 03BE;
+userData = {
+interface.gridadjust.original = "{'width': 1381, 'leftMargin': 135, 'rightMargin': 87}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = pi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"100 1536 LINE",
+"100 1316 LINE",
+"1608 1316 LINE",
+"1608 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"328 1536 LINE",
+"328 0 LINE",
+"564 0 LINE",
+"564 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1152 380 LINE",
+"1152 84 OFFCURVE",
+"1288 -20 OFFCURVE",
+"1476 -20 CURVE SMOOTH",
+"1572 -20 OFFCURVE",
+"1640 0 OFFCURVE",
+"1680 12 CURVE",
+"1680 232 LINE",
+"1656 224 OFFCURVE",
+"1604 212 OFFCURVE",
+"1560 212 CURVE SMOOTH",
+"1480 212 OFFCURVE",
+"1388 236 OFFCURVE",
+"1388 380 CURVE",
+"1388 1536 LINE",
+"1152 1536 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+guideLines = (
+{
+position = "{0, 906.125}";
+},
+{
+position = "{0, 1381.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"180 1536 LINE",
+"180 1204 LINE",
+"1884 1204 LINE",
+"1884 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"424 1536 LINE",
+"424 0 LINE",
+"868 0 LINE",
+"868 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1192 440 LINE",
+"1192 116 OFFCURVE",
+"1364 -16 OFFCURVE",
+"1648 -16 CURVE SMOOTH",
+"1744 -16 OFFCURVE",
+"1828 0 OFFCURVE",
+"1904 24 CURVE",
+"1904 356 LINE",
+"1872 352 OFFCURVE",
+"1836 348 OFFCURVE",
+"1788 348 CURVE SMOOTH",
+"1676 348 OFFCURVE",
+"1636 380 OFFCURVE",
+"1636 500 CURVE",
+"1636 1536 LINE",
+"1192 1536 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03C0;
+userData = {
+interface.gridadjust.original = "{'width': 1679, 'leftMargin': 54, 'rightMargin': 45}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = rho;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{824, 1760}";
+},
+{
+name = top0315;
+position = "{1608, 1760}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"436 -572 LINE",
+"428 792 LINE SMOOTH",
+"428 1012 OFFCURVE",
+"540 1296 OFFCURVE",
+"820 1296 CURVE SMOOTH",
+"1096 1296 OFFCURVE",
+"1220 1028 OFFCURVE",
+"1220 716 CURVE SMOOTH",
+"1220 688 LINE SMOOTH",
+"1220 416 OFFCURVE",
+"1096 184 OFFCURVE",
+"828 184 CURVE SMOOTH",
+"524 184 OFFCURVE",
+"428 484 OFFCURVE",
+"428 676 CURVE",
+"272 480 LINE",
+"380 168 OFFCURVE",
+"528 -28 OFFCURVE",
+"840 -28 CURVE SMOOTH",
+"1224 -28 OFFCURVE",
+"1464 272 OFFCURVE",
+"1464 688 CURVE SMOOTH",
+"1464 716 LINE SMOOTH",
+"1464 1184 OFFCURVE",
+"1224 1516 OFFCURVE",
+"820 1516 CURVE SMOOTH",
+"468 1516 OFFCURVE",
+"200 1264 OFFCURVE",
+"200 788 CURVE SMOOTH",
+"200 -572 LINE"
+);
+}
+);
+width = 1608;
+},
+{
+anchors = (
+{
+name = top;
+position = "{840, 1760}";
+},
+{
+name = top0315;
+position = "{1592, 1760}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"588 -572 LINE",
+"588 768 LINE SMOOTH",
+"588 1016 OFFCURVE",
+"656 1180 OFFCURVE",
+"820 1180 CURVE SMOOTH",
+"1004 1180 OFFCURVE",
+"1068 996 OFFCURVE",
+"1068 760 CURVE SMOOTH",
+"1068 732 LINE SMOOTH",
+"1068 504 OFFCURVE",
+"1008 336 OFFCURVE",
+"824 336 CURVE SMOOTH",
+"624 336 OFFCURVE",
+"588 548 OFFCURVE",
+"588 736 CURVE",
+"396 688 LINE",
+"452 272 OFFCURVE",
+"568 -28 OFFCURVE",
+"932 -28 CURVE SMOOTH",
+"1296 -28 OFFCURVE",
+"1512 272 OFFCURVE",
+"1512 732 CURVE SMOOTH",
+"1512 760 LINE SMOOTH",
+"1512 1188 OFFCURVE",
+"1344 1556 OFFCURVE",
+"836 1556 CURVE SMOOTH",
+"404 1556 OFFCURVE",
+"144 1292 OFFCURVE",
+"144 816 CURVE SMOOTH",
+"144 -572 LINE"
+);
+}
+);
+width = 1608;
+}
+);
+rightKerningGroup = deltagreek;
+unicode = 03C1;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 197, 'rightMargin': 142}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03FC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = rho;
+transform = "{1, 0, 0, 1, 88, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -188, -1240}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1696;
+},
+{
+components = (
+{
+alignment = -1;
+name = rho;
+transform = "{1, 0, 0, 1, 216, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -72, -1308}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 03FC;
+userData = {
+interface.gridadjust.original = "{'width': 1702, 'leftMargin': 27, 'rightMargin': 142}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = sigma1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"380 1516 OFFCURVE",
+"144 1168 OFFCURVE",
+"144 772 CURVE SMOOTH",
+"144 716 LINE SMOOTH",
+"144 336 OFFCURVE",
+"372 100 OFFCURVE",
+"812 0 CURVE SMOOTH",
+"956 -32 OFFCURVE",
+"1024 -56 OFFCURVE",
+"1024 -136 CURVE SMOOTH",
+"1024 -240 OFFCURVE",
+"980 -292 OFFCURVE",
+"892 -392 CURVE",
+"1036 -516 LINE",
+"1136 -432 OFFCURVE",
+"1280 -248 OFFCURVE",
+"1284 -104 CURVE",
+"1284 128 OFFCURVE",
+"1104 156 OFFCURVE",
+"892 212 CURVE SMOOTH",
+"572 300 OFFCURVE",
+"384 476 OFFCURVE",
+"384 716 CURVE SMOOTH",
+"384 772 LINE SMOOTH",
+"384 1024 OFFCURVE",
+"528 1296 OFFCURVE",
+"796 1296 CURVE SMOOTH",
+"1016 1296 OFFCURVE",
+"1120 1148 OFFCURVE",
+"1120 976 CURVE",
+"1380 976 LINE",
+"1380 1316 OFFCURVE",
+"1136 1516 OFFCURVE",
+"796 1516 CURVE SMOOTH"
+);
+}
+);
+width = 1516;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 1516 OFFCURVE",
+"124 1188 OFFCURVE",
+"124 760 CURVE SMOOTH",
+"124 728 LINE SMOOTH",
+"124 316 OFFCURVE",
+"328 124 OFFCURVE",
+"736 8 CURVE SMOOTH",
+"816 -12 OFFCURVE",
+"860 -56 OFFCURVE",
+"860 -124 CURVE SMOOTH",
+"860 -168 OFFCURVE",
+"820 -260 OFFCURVE",
+"732 -348 CURVE",
+"964 -516 LINE",
+"1128 -408 OFFCURVE",
+"1300 -192 OFFCURVE",
+"1300 -28 CURVE",
+"1288 208 OFFCURVE",
+"1156 264 OFFCURVE",
+"872 348 CURVE SMOOTH",
+"668 408 OFFCURVE",
+"568 480 OFFCURVE",
+"568 728 CURVE SMOOTH",
+"568 760 LINE SMOOTH",
+"568 976 OFFCURVE",
+"620 1160 OFFCURVE",
+"824 1160 CURVE SMOOTH",
+"964 1160 OFFCURVE",
+"1028 1052 OFFCURVE",
+"1028 920 CURVE",
+"1444 920 LINE",
+"1444 1296 OFFCURVE",
+"1196 1516 OFFCURVE",
+"824 1516 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = deltagreek;
+unicode = 03C2;
+userData = {
+interface.gridadjust.original = "{'width': 1517, 'leftMargin': 136, 'rightMargin': 146}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = sigma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"164 300 OFFCURVE",
+"412 -28 OFFCURVE",
+"832 -28 CURVE SMOOTH",
+"1252 -28 OFFCURVE",
+"1496 312 OFFCURVE",
+"1496 672 CURVE",
+"1496 700 LINE",
+"1496 992 OFFCURVE",
+"1356 1220 OFFCURVE",
+"1108 1344 CURVE SMOOTH",
+"956 1384 OFFCURVE",
+"916 1480 OFFCURVE",
+"828 1488 CURVE",
+"412 1488 OFFCURVE",
+"164 1172 OFFCURVE",
+"164 760 CURVE",
+"164 728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 1032 OFFCURVE",
+"556 1268 OFFCURVE",
+"828 1268 CURVE SMOOTH",
+"1104 1268 OFFCURVE",
+"1220 1032 OFFCURVE",
+"1220 760 CURVE",
+"1220 728 LINE",
+"1220 440 OFFCURVE",
+"1104 192 OFFCURVE",
+"832 192 CURVE SMOOTH",
+"556 192 OFFCURVE",
+"440 440 OFFCURVE",
+"440 728 CURVE",
+"440 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"828 1488 LINE",
+"828 1268 LINE",
+"1612 1268 LINE",
+"1612 1488 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"160 296 OFFCURVE",
+"412 -28 OFFCURVE",
+"876 -28 CURVE SMOOTH",
+"1316 -28 OFFCURVE",
+"1560 272 OFFCURVE",
+"1560 672 CURVE",
+"1560 700 LINE",
+"1560 952 OFFCURVE",
+"1340 1172 OFFCURVE",
+"1132 1244 CURVE SMOOTH",
+"964 1292 OFFCURVE",
+"924 1452 OFFCURVE",
+"872 1488 CURVE",
+"412 1488 OFFCURVE",
+"160 1176 OFFCURVE",
+"160 760 CURVE",
+"160 728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 960 OFFCURVE",
+"672 1132 OFFCURVE",
+"872 1132 CURVE SMOOTH",
+"1060 1132 OFFCURVE",
+"1116 960 OFFCURVE",
+"1116 760 CURVE",
+"1116 728 LINE",
+"1116 504 OFFCURVE",
+"1060 328 OFFCURVE",
+"876 328 CURVE SMOOTH",
+"668 328 OFFCURVE",
+"604 504 OFFCURVE",
+"604 728 CURVE",
+"604 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"872 1488 LINE",
+"872 1132 LINE",
+"1664 1132 LINE",
+"1664 1488 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = deltagreek;
+unicode = 03C3;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 135, 'rightMargin': 19}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tau;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"40 1536 LINE",
+"40 1316 LINE",
+"1288 1316 LINE",
+"1288 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"532 384 LINE",
+"532 88 OFFCURVE",
+"640 -28 OFFCURVE",
+"848 -28 CURVE SMOOTH",
+"936 -28 OFFCURVE",
+"1016 -16 OFFCURVE",
+"1108 52 CURVE",
+"1044 240 LINE",
+"1016 220 OFFCURVE",
+"968 196 OFFCURVE",
+"920 196 CURVE SMOOTH",
+"856 196 OFFCURVE",
+"768 196 OFFCURVE",
+"768 372 CURVE",
+"768 1536 LINE",
+"532 1536 LINE"
+);
+}
+);
+width = 1328;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"96 1488 LINE",
+"96 1132 LINE",
+"1476 1132 LINE",
+"1476 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"544 484 LINE",
+"544 140 OFFCURVE",
+"724 -28 OFFCURVE",
+"1028 -28 CURVE SMOOTH",
+"1128 -28 OFFCURVE",
+"1196 -20 OFFCURVE",
+"1284 8 CURVE",
+"1248 348 LINE",
+"1200 340 OFFCURVE",
+"1176 332 OFFCURVE",
+"1112 332 CURVE SMOOTH",
+"1028 332 OFFCURVE",
+"988 372 OFFCURVE",
+"988 484 CURVE",
+"988 1488 LINE",
+"544 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 03C4;
+userData = {
+interface.gridadjust.original = "{'width': 1475, 'leftMargin': 113, 'rightMargin': 115}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = upsilon;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 596 LINE",
+"216 164 OFFCURVE",
+"444 -28 OFFCURVE",
+"772 -28 CURVE SMOOTH",
+"1236 -28 OFFCURVE",
+"1432 360 OFFCURVE",
+"1432 780 CURVE",
+"1432 1048 OFFCURVE",
+"1356 1320 OFFCURVE",
+"1272 1488 CURVE",
+"1024 1488 LINE",
+"1116 1260 OFFCURVE",
+"1196 1008 OFFCURVE",
+"1200 780 CURVE",
+"1200 448 OFFCURVE",
+"1020 188 OFFCURVE",
+"764 188 CURVE SMOOTH",
+"604 188 OFFCURVE",
+"452 292 OFFCURVE",
+"452 592 CURVE",
+"452 1488 LINE",
+"216 1488 LINE"
+);
+}
+);
+width = 1592;
+},
+{
+anchors = (
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"160 568 LINE",
+"160 156 OFFCURVE",
+"396 -28 OFFCURVE",
+"756 -28 CURVE SMOOTH",
+"1252 -28 OFFCURVE",
+"1456 320 OFFCURVE",
+"1456 780 CURVE",
+"1456 1080 OFFCURVE",
+"1384 1320 OFFCURVE",
+"1300 1488 CURVE",
+"884 1488 LINE",
+"960 1260 OFFCURVE",
+"1012 1024 OFFCURVE",
+"1016 780 CURVE",
+"1016 556 OFFCURVE",
+"916 328 OFFCURVE",
+"744 328 CURVE SMOOTH",
+"668 328 OFFCURVE",
+"604 384 OFFCURVE",
+"604 564 CURVE",
+"604 1488 LINE",
+"160 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = psigreek;
+rightKerningGroup = psigreek;
+unicode = 03C5;
+userData = {
+interface.gridadjust.original = "{'width': 1544, 'leftMargin': 194, 'rightMargin': 136}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = phi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1128 -640 LINE",
+"1128 1248 LINE",
+"1128 1300 OFFCURVE",
+"1160 1344 OFFCURVE",
+"1228 1344 CURVE",
+"1500 1344 OFFCURVE",
+"1664 1084 OFFCURVE",
+"1672 780 CURVE",
+"1672 488 OFFCURVE",
+"1472 192 OFFCURVE",
+"1008 192 CURVE SMOOTH",
+"560 192 OFFCURVE",
+"372 496 OFFCURVE",
+"372 812 CURVE",
+"380 1056 OFFCURVE",
+"464 1232 OFFCURVE",
+"624 1376 CURVE",
+"484 1556 LINE",
+"252 1396 OFFCURVE",
+"136 1128 OFFCURVE",
+"136 812 CURVE SMOOTH",
+"136 356 OFFCURVE",
+"368 -28 OFFCURVE",
+"1008 -28 CURVE SMOOTH",
+"1664 -28 OFFCURVE",
+"1908 356 OFFCURVE",
+"1908 780 CURVE SMOOTH",
+"1908 1224 OFFCURVE",
+"1604 1556 OFFCURVE",
+"1228 1556 CURVE",
+"1012 1556 OFFCURVE",
+"892 1460 OFFCURVE",
+"892 1240 CURVE",
+"892 -640 LINE"
+);
+}
+);
+width = 2044;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1392 -656 LINE",
+"1392 1092 LINE SMOOTH",
+"1392 1120 OFFCURVE",
+"1388 1160 OFFCURVE",
+"1456 1160 CURVE SMOOTH",
+"1624 1160 OFFCURVE",
+"1720 1016 OFFCURVE",
+"1724 776 CURVE",
+"1724 520 OFFCURVE",
+"1604 328 OFFCURVE",
+"1184 328 CURVE SMOOTH",
+"740 328 OFFCURVE",
+"616 528 OFFCURVE",
+"616 836 CURVE",
+"616 992 OFFCURVE",
+"676 1172 OFFCURVE",
+"784 1296 CURVE",
+"468 1516 LINE",
+"308 1380 OFFCURVE",
+"172 1124 OFFCURVE",
+"172 836 CURVE SMOOTH",
+"172 384 OFFCURVE",
+"420 -28 OFFCURVE",
+"1184 -28 CURVE SMOOTH",
+"1924 -28 OFFCURVE",
+"2164 372 OFFCURVE",
+"2164 776 CURVE SMOOTH",
+"2164 1108 OFFCURVE",
+"1948 1516 OFFCURVE",
+"1392 1516 CURVE SMOOTH",
+"1152 1516 OFFCURVE",
+"948 1336 OFFCURVE",
+"948 1080 CURVE SMOOTH",
+"948 -656 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = deltagreek;
+rightKerningGroup = deltagreek;
+unicode = 03C6;
+userData = {
+interface.gridadjust.original = "{'width': 1997, 'leftMargin': 113, 'rightMargin': 113}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = psi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1000, 1744}";
+},
+{
+name = top0315;
+position = "{2004, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 820 LINE SMOOTH",
+"144 232 OFFCURVE",
+"476 -28 OFFCURVE",
+"1004 -28 CURVE SMOOTH",
+"1660 -28 OFFCURVE",
+"1888 356 OFFCURVE",
+"1888 780 CURVE SMOOTH",
+"1888 1080 OFFCURVE",
+"1812 1320 OFFCURVE",
+"1732 1488 CURVE",
+"1444 1488 LINE",
+"1540 1260 OFFCURVE",
+"1608 1024 OFFCURVE",
+"1616 780 CURVE",
+"1616 500 OFFCURVE",
+"1452 192 OFFCURVE",
+"992 192 CURVE SMOOTH",
+"668 192 OFFCURVE",
+"420 360 OFFCURVE",
+"420 820 CURVE SMOOTH",
+"420 1488 LINE",
+"144 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"856 -656 LINE",
+"1128 -656 LINE",
+"1128 1488 LINE",
+"856 1488 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1156, 1744}";
+},
+{
+name = top0315;
+position = "{2236, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"184 808 LINE SMOOTH",
+"184 216 OFFCURVE",
+"580 -28 OFFCURVE",
+"1172 -28 CURVE SMOOTH",
+"1912 -28 OFFCURVE",
+"2152 384 OFFCURVE",
+"2152 836 CURVE SMOOTH",
+"2152 1112 OFFCURVE",
+"2068 1332 OFFCURVE",
+"1968 1488 CURVE",
+"1568 1488 LINE",
+"1648 1280 OFFCURVE",
+"1708 1060 OFFCURVE",
+"1712 836 CURVE",
+"1712 528 OFFCURVE",
+"1576 328 OFFCURVE",
+"1156 328 CURVE SMOOTH",
+"868 328 OFFCURVE",
+"628 428 OFFCURVE",
+"628 804 CURVE SMOOTH",
+"628 1488 LINE",
+"184 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"936 -656 LINE",
+"1380 -656 LINE",
+"1380 1488 LINE",
+"936 1488 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = psigreek;
+rightKerningGroup = psigreek;
+unicode = 03C8;
+userData = {
+interface.gridadjust.original = "{'width': 1983, 'leftMargin': 124, 'rightMargin': 113}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = omega;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1776 1260 OFFCURVE",
+"1856 1024 OFFCURVE",
+"1864 780 CURVE",
+"1864 456 OFFCURVE",
+"1788 192 OFFCURVE",
+"1576 192 CURVE SMOOTH",
+"1408 192 OFFCURVE",
+"1284 316 OFFCURVE",
+"1284 648 CURVE",
+"1284 1060 LINE",
+"1092 1060 LINE",
+"1092 648 LINE",
+"1092 216 OFFCURVE",
+"1272 -28 OFFCURVE",
+"1588 -28 CURVE SMOOTH",
+"1996 -28 OFFCURVE",
+"2140 356 OFFCURVE",
+"2140 780 CURVE",
+"2140 1080 OFFCURVE",
+"2052 1320 OFFCURVE",
+"1952 1488 CURVE",
+"1664 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"236 1320 OFFCURVE",
+"152 1080 OFFCURVE",
+"152 780 CURVE",
+"152 356 OFFCURVE",
+"296 -28 OFFCURVE",
+"700 -28 CURVE SMOOTH",
+"1020 -28 OFFCURVE",
+"1196 216 OFFCURVE",
+"1196 648 CURVE",
+"1196 1060 LINE",
+"1008 1060 LINE",
+"1008 648 LINE",
+"1008 316 OFFCURVE",
+"880 192 OFFCURVE",
+"712 192 CURVE SMOOTH",
+"504 192 OFFCURVE",
+"428 460 OFFCURVE",
+"428 780 CURVE",
+"432 1024 OFFCURVE",
+"516 1260 OFFCURVE",
+"624 1488 CURVE",
+"336 1488 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1840 1260 OFFCURVE",
+"1908 1024 OFFCURVE",
+"1916 780 CURVE",
+"1916 556 OFFCURVE",
+"1872 332 OFFCURVE",
+"1728 332 CURVE SMOOTH",
+"1620 332 OFFCURVE",
+"1532 424 OFFCURVE",
+"1532 688 CURVE",
+"1532 1200 LINE",
+"1200 1200 LINE",
+"1200 736 LINE",
+"1200 244 OFFCURVE",
+"1416 -28 OFFCURVE",
+"1740 -28 CURVE SMOOTH",
+"2208 -28 OFFCURVE",
+"2360 320 OFFCURVE",
+"2360 780 CURVE",
+"2360 1080 OFFCURVE",
+"2260 1320 OFFCURVE",
+"2148 1488 CURVE",
+"1732 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"336 1320 OFFCURVE",
+"236 1080 OFFCURVE",
+"236 780 CURVE SMOOTH",
+"236 320 OFFCURVE",
+"384 -28 OFFCURVE",
+"852 -28 CURVE SMOOTH",
+"1176 -28 OFFCURVE",
+"1392 244 OFFCURVE",
+"1392 736 CURVE SMOOTH",
+"1392 1200 LINE",
+"1060 1200 LINE",
+"1060 688 LINE SMOOTH",
+"1060 424 OFFCURVE",
+"972 332 OFFCURVE",
+"868 332 CURVE SMOOTH",
+"720 332 OFFCURVE",
+"676 556 OFFCURVE",
+"676 780 CURVE",
+"684 1024 OFFCURVE",
+"752 1260 OFFCURVE",
+"860 1488 CURVE",
+"448 1488 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+leftKerningGroup = omegagreek;
+rightKerningGroup = omegagreek;
+unicode = 03C9;
+userData = {
+interface.gridadjust.original = "{'width': 2320, 'leftMargin': 164, 'rightMargin': 169}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = gamma1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -616}";
+},
+{
+name = top;
+position = "{840, 1776}";
+},
+{
+name = top0315;
+position = "{1620, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1068 -600 OFFCURVE",
+"1204 -480 OFFCURVE",
+"1204 -272 CURVE SMOOTH",
+"1204 -220 OFFCURVE",
+"1192 -136 OFFCURVE",
+"1148 -44 CURVE SMOOTH",
+"356 1536 LINE",
+"96 1536 LINE",
+"784 140 LINE SMOOTH",
+"896 -92 OFFCURVE",
+"956 -192 OFFCURVE",
+"956 -272 CURVE SMOOTH",
+"956 -324 OFFCURVE",
+"908 -372 OFFCURVE",
+"836 -372 CURVE SMOOTH",
+"764 -372 OFFCURVE",
+"716 -328 OFFCURVE",
+"716 -272 CURVE SMOOTH",
+"716 -192 OFFCURVE",
+"788 -88 OFFCURVE",
+"892 128 CURVE SMOOTH",
+"1580 1536 LINE",
+"1320 1536 LINE",
+"532 -44 LINE SMOOTH",
+"492 -124 OFFCURVE",
+"460 -208 OFFCURVE",
+"460 -272 CURVE SMOOTH",
+"460 -480 OFFCURVE",
+"604 -600 OFFCURVE",
+"836 -600 CURVE SMOOTH"
+);
+}
+);
+width = 1676;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, -616}";
+},
+{
+name = top;
+position = "{916, 1776}";
+},
+{
+name = top0315;
+position = "{1704, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1188 -600 OFFCURVE",
+"1424 -488 OFFCURVE",
+"1424 -228 CURVE SMOOTH",
+"1424 -156 OFFCURVE",
+"1384 -36 OFFCURVE",
+"1312 104 CURVE SMOOTH",
+"588 1488 LINE",
+"124 1488 LINE",
+"844 160 LINE SMOOTH",
+"936 -16 OFFCURVE",
+"980 -108 OFFCURVE",
+"980 -188 CURVE SMOOTH",
+"980 -244 OFFCURVE",
+"972 -292 OFFCURVE",
+"912 -292 CURVE SMOOTH",
+"856 -292 OFFCURVE",
+"844 -244 OFFCURVE",
+"844 -188 CURVE SMOOTH",
+"844 -108 OFFCURVE",
+"904 -16 OFFCURVE",
+"996 160 CURVE SMOOTH",
+"1704 1488 LINE",
+"1240 1488 LINE",
+"492 92 LINE SMOOTH",
+"420 -44 OFFCURVE",
+"388 -156 OFFCURVE",
+"388 -228 CURVE SMOOTH",
+"388 -488 OFFCURVE",
+"636 -600 OFFCURVE",
+"912 -600 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 0263;
+userData = {
+interface.gridadjust.original = "{'width': 1566, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = becyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1204 1992 OFFCURVE",
+"1072 1944 OFFCURVE",
+"872 1904 CURVE SMOOTH",
+"472 1828 OFFCURVE",
+"200 1520 OFFCURVE",
+"200 836 CURVE SMOOTH",
+"200 712 LINE",
+"424 712 LINE",
+"424 836 LINE",
+"408 1388 OFFCURVE",
+"624 1628 OFFCURVE",
+"928 1696 CURVE SMOOTH",
+"1176 1752 OFFCURVE",
+"1428 1764 OFFCURVE",
+"1428 2136 CURVE",
+"1204 2136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"600 1404 OFFCURVE",
+"380 1180 OFFCURVE",
+"280 936 CURVE SMOOTH",
+"248 856 OFFCURVE",
+"200 796 OFFCURVE",
+"200 732 CURVE",
+"200 700 LINE SMOOTH",
+"200 288 OFFCURVE",
+"444 -28 OFFCURVE",
+"864 -28 CURVE SMOOTH",
+"1284 -28 OFFCURVE",
+"1532 288 OFFCURVE",
+"1532 700 CURVE",
+"1532 732 LINE",
+"1532 1116 OFFCURVE",
+"1304 1404 OFFCURVE",
+"916 1404 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1136 1184 OFFCURVE",
+"1300 972 OFFCURVE",
+"1300 732 CURVE",
+"1300 700 LINE",
+"1300 428 OFFCURVE",
+"1136 192 OFFCURVE",
+"864 192 CURVE SMOOTH",
+"592 192 OFFCURVE",
+"432 428 OFFCURVE",
+"432 700 CURVE",
+"432 732 LINE SMOOTH",
+"432 972 OFFCURVE",
+"592 1184 OFFCURVE",
+"864 1184 CURVE SMOOTH"
+);
+}
+);
+width = 1676;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1128 2052 OFFCURVE",
+"1068 2020 OFFCURVE",
+"868 1976 CURVE SMOOTH",
+"460 1884 OFFCURVE",
+"200 1548 OFFCURVE",
+"200 812 CURVE SMOOTH",
+"200 772 LINE",
+"540 836 LINE",
+"540 872 LINE",
+"524 1364 OFFCURVE",
+"644 1580 OFFCURVE",
+"944 1640 CURVE SMOOTH",
+"1388 1724 OFFCURVE",
+"1484 1884 OFFCURVE",
+"1484 2144 CURVE",
+"1128 2144 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"724 1404 OFFCURVE",
+"524 1272 OFFCURVE",
+"340 940 CURVE SMOOTH",
+"288 848 OFFCURVE",
+"196 824 OFFCURVE",
+"200 784 CURVE",
+"200 756 LINE SMOOTH",
+"200 304 OFFCURVE",
+"452 -28 OFFCURVE",
+"912 -28 CURVE SMOOTH",
+"1376 -28 OFFCURVE",
+"1624 272 OFFCURVE",
+"1624 676 CURVE",
+"1624 704 LINE",
+"1624 1108 OFFCURVE",
+"1404 1404 OFFCURVE",
+"996 1404 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1120 1048 OFFCURVE",
+"1184 892 OFFCURVE",
+"1184 704 CURVE",
+"1184 676 LINE",
+"1184 480 OFFCURVE",
+"1116 328 OFFCURVE",
+"912 328 CURVE SMOOTH",
+"704 328 OFFCURVE",
+"640 480 OFFCURVE",
+"640 676 CURVE",
+"640 704 LINE SMOOTH",
+"640 892 OFFCURVE",
+"708 1048 OFFCURVE",
+"912 1048 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+rightKerningGroup = becyrillic;
+unicode = 0431;
+userData = {
+interface.gridadjust.original = "{'width': 1559, 'leftMargin': 135, 'rightMargin': 92}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = vecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{672, 1744}";
+},
+{
+name = top0315;
+position = "{1536, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"912 728 LINE",
+"1188 748 OFFCURVE",
+"1340 896 OFFCURVE",
+"1340 1080 CURVE",
+"1340 1360 OFFCURVE",
+"1100 1488 OFFCURVE",
+"720 1488 CURVE",
+"132 1488 LINE",
+"132 0 LINE",
+"404 0 LINE",
+"404 1272 LINE",
+"720 1272 LINE",
+"948 1272 OFFCURVE",
+"1064 1204 OFFCURVE",
+"1064 1064 CURVE",
+"1064 932 OFFCURVE",
+"948 864 OFFCURVE",
+"720 864 CURVE",
+"332 864 LINE",
+"336 648 LINE",
+"816 648 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1172 0 OFFCURVE",
+"1392 144 OFFCURVE",
+"1392 424 CURVE SMOOTH",
+"1392 608 OFFCURVE",
+"1256 764 OFFCURVE",
+"1008 784 CURVE",
+"912 864 LINE",
+"428 864 LINE",
+"428 648 LINE",
+"816 648 LINE SMOOTH",
+"1016 648 OFFCURVE",
+"1116 568 OFFCURVE",
+"1116 432 CURVE SMOOTH",
+"1116 296 OFFCURVE",
+"1016 216 OFFCURVE",
+"816 216 CURVE SMOOTH",
+"372 216 LINE",
+"232 0 LINE",
+"816 0 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = top;
+position = "{812, 1744}";
+},
+{
+name = top0315;
+position = "{1656, 1744}";
+}
+);
+guideLines = (
+{
+position = "{0, 991.375}";
+},
+{
+position = "{0, 610.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1008 724 LINE",
+"1324 740 OFFCURVE",
+"1500 888 OFFCURVE",
+"1500 1072 CURVE",
+"1500 1352 OFFCURVE",
+"1260 1488 OFFCURVE",
+"872 1488 CURVE",
+"240 1488 LINE",
+"240 0 LINE",
+"680 0 LINE",
+"680 1132 LINE",
+"872 1132 LINE",
+"996 1132 OFFCURVE",
+"1060 1100 OFFCURVE",
+"1060 1004 CURVE",
+"1060 932 OFFCURVE",
+"1012 892 OFFCURVE",
+"884 892 CURVE",
+"504 892 LINE",
+"508 608 LINE",
+"968 608 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1368 0 OFFCURVE",
+"1588 144 OFFCURVE",
+"1588 424 CURVE SMOOTH",
+"1588 608 OFFCURVE",
+"1440 756 OFFCURVE",
+"1104 776 CURVE",
+"1004 892 LINE",
+"604 892 LINE",
+"600 608 LINE",
+"968 608 LINE SMOOTH",
+"1104 608 OFFCURVE",
+"1144 552 OFFCURVE",
+"1144 476 CURVE SMOOTH",
+"1144 396 OFFCURVE",
+"1092 356 OFFCURVE",
+"968 356 CURVE SMOOTH",
+"548 356 LINE",
+"408 0 LINE",
+"968 0 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = vecyrillic;
+unicode = 0432;
+userData = {
+interface.gridadjust.original = "{'width': 1617.0, 'leftMargin': 213, 'rightMargin': 143.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = gecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = cross;
+position = "{436, 760}";
+},
+{
+name = right;
+position = "{488, 0}";
+},
+{
+name = top;
+position = "{600, 1744}";
+},
+{
+name = top0315;
+position = "{1184, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 1488 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 1268 LINE",
+"1164 1268 LINE",
+"1164 1488 LINE"
+);
+}
+);
+width = 1268;
+},
+{
+anchors = (
+{
+name = cross;
+position = "{388, 740}";
+},
+{
+name = right;
+position = "{580, 0}";
+},
+{
+name = top;
+position = "{588, 1776}";
+},
+{
+name = top0315;
+position = "{1184, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 1488 LINE",
+"136 0 LINE",
+"580 0 LINE",
+"580 1132 LINE",
+"1176 1132 LINE",
+"1176 1488 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = gecyrillic;
+unicode = 0433;
+userData = {
+interface.gridadjust.original = "{'width': 1181, 'leftMargin': 210, 'rightMargin': 23}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = gheupturncyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"912 1916 LINE",
+"912 1268 LINE",
+"1148 1268 LINE",
+"1148 1916 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 1488 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 1268 LINE",
+"1164 1268 LINE",
+"1164 1488 LINE"
+);
+}
+);
+width = 1252;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"904 1924 LINE",
+"904 1132 LINE",
+"1348 1132 LINE",
+"1348 1924 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"224 1488 LINE",
+"224 0 LINE",
+"668 0 LINE",
+"668 1132 LINE",
+"1264 1132 LINE",
+"1264 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = gecyrillic;
+unicode = 0491;
+userData = {
+interface.gridadjust.original = "{'width': 1260, 'leftMargin': 154, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04FB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = gecyrillic;
+transform = "{1, 0, 0, 1, 212, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -24, -156}";
+},
+{
+alignment = -1;
+name = cyrillichook;
+transform = "{1, 0, 0, 1, 428, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+alignment = -1;
+name = gecyrillic;
+transform = "{1, 0, 0, 1, 264, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -28, -244}";
+},
+{
+alignment = -1;
+name = cyrillichook;
+transform = "{1, 0, 0, 1, 576, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04FB;
+userData = {
+interface.gridadjust.original = "{'width': 1302, 'leftMargin': 89, 'rightMargin': 65}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = decyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1000, 1744}";
+},
+{
+name = top0315;
+position = "{1760, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"476 928 LINE SMOOTH",
+"460 496 OFFCURVE",
+"344 364 OFFCURVE",
+"224 220 CURVE",
+"168 220 LINE",
+"160 0 LINE",
+"296 0 LINE",
+"520 132 OFFCURVE",
+"728 364 OFFCURVE",
+"752 928 CURVE SMOOTH",
+"772 1488 LINE",
+"500 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 1240 LINE",
+"1200 1240 LINE",
+"1200 0 LINE",
+"1476 0 LINE",
+"1476 1488 LINE",
+"564 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 -440 LINE",
+"380 -440 LINE",
+"380 0 LINE",
+"1400 0 LINE",
+"1400 -440 LINE",
+"1676 -440 LINE",
+"1676 220 LINE",
+"104 220 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1120, 1744}";
+},
+{
+name = top0315;
+position = "{1940, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 1020 LINE SMOOTH",
+"532 736 OFFCURVE",
+"520 580 OFFCURVE",
+"308 360 CURVE",
+"268 352 LINE",
+"276 0 LINE",
+"336 0 LINE",
+"676 72 OFFCURVE",
+"968 344 OFFCURVE",
+"980 1020 CURVE SMOOTH",
+"988 1488 LINE",
+"544 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"668 1132 LINE",
+"1244 1132 LINE",
+"1244 0 LINE",
+"1684 0 LINE",
+"1684 1488 LINE",
+"668 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"176 -452 LINE",
+"632 -452 LINE",
+"632 0 LINE",
+"1460 0 LINE",
+"1460 -452 LINE",
+"1904 -452 LINE",
+"1904 360 LINE",
+"176 360 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+rightKerningGroup = decyrillic;
+unicode = 0434;
+userData = {
+interface.gridadjust.original = "{'width': 1719, 'leftMargin': 62, 'rightMargin': 85}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = zhecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{2040, 0}";
+},
+{
+name = top;
+position = "{1144, 1744}";
+},
+{
+name = top0315;
+position = "{2228, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1100 640 LINE",
+"1140 880 LINE",
+"840 880 LINE",
+"476 1488 LINE",
+"148 1488 LINE",
+"700 640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"676 864 LINE",
+"100 0 LINE",
+"444 0 LINE",
+"852 668 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1008 1488 LINE",
+"1008 0 LINE",
+"1280 0 LINE",
+"1280 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1812 1488 LINE",
+"1448 880 LINE",
+"1148 880 LINE",
+"1192 640 LINE",
+"1588 640 LINE",
+"2144 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2188 0 LINE",
+"1616 864 LINE",
+"1440 668 LINE",
+"1844 0 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = right;
+position = "{2360, 0}";
+},
+{
+name = top;
+position = "{1312, 1776}";
+},
+{
+name = top0315;
+position = "{2536, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1164 520 LINE",
+"1216 952 LINE",
+"936 952 LINE",
+"644 1488 LINE",
+"92 1488 LINE",
+"728 520 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 800 LINE",
+"104 0 LINE",
+"632 0 LINE",
+"940 608 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 1488 LINE",
+"1072 0 LINE",
+"1516 0 LINE",
+"1516 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1948 1488 LINE",
+"1656 952 LINE",
+"1376 952 LINE",
+"1428 520 LINE",
+"1864 520 LINE",
+"2500 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2500 0 LINE",
+"2040 800 LINE",
+"1652 608 LINE",
+"1960 0 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 0436;
+userData = {
+interface.gridadjust.original = "{'width': 2156.0, 'leftMargin': 29, 'rightMargin': 37.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = zhedescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{2148, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = zhecyrillic;
+transform = "{1, 0, 0, 1, -16, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1784, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{2560, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = zhecyrillic;
+transform = "{1, 0, 0, 1, 48, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 2128, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2848;
+}
+);
+unicode = 0497;
+userData = {
+interface.gridadjust.original = "{'width': 2259, 'leftMargin': 108, 'rightMargin': 62}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = zecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{768, -12}";
+},
+{
+name = top;
+position = "{768, 1772}";
+},
+{
+name = top0315;
+position = "{1484, 1772}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1124 712 OFFCURVE",
+"1324 876 OFFCURVE",
+"1324 1080 CURVE",
+"1324 1364 OFFCURVE",
+"1112 1516 OFFCURVE",
+"768 1516 CURVE SMOOTH",
+"456 1516 OFFCURVE",
+"196 1344 OFFCURVE",
+"196 1072 CURVE",
+"468 1072 LINE",
+"468 1196 OFFCURVE",
+"600 1296 OFFCURVE",
+"768 1296 CURVE SMOOTH",
+"972 1296 OFFCURVE",
+"1048 1188 OFFCURVE",
+"1048 1080 CURVE",
+"1048 956 OFFCURVE",
+"984 872 OFFCURVE",
+"784 872 CURVE SMOOTH",
+"524 872 LINE",
+"524 712 LINE",
+"808 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"524 648 LINE",
+"784 648 LINE SMOOTH",
+"984 648 OFFCURVE",
+"1072 580 OFFCURVE",
+"1072 420 CURVE SMOOTH",
+"1072 300 OFFCURVE",
+"972 188 OFFCURVE",
+"768 188 CURVE SMOOTH",
+"572 188 OFFCURVE",
+"444 312 OFFCURVE",
+"444 444 CURVE",
+"172 444 LINE",
+"172 116 OFFCURVE",
+"476 -28 OFFCURVE",
+"768 -28 CURVE SMOOTH",
+"1112 -28 OFFCURVE",
+"1352 140 OFFCURVE",
+"1352 420 CURVE SMOOTH",
+"1352 672 OFFCURVE",
+"1160 808 OFFCURVE",
+"808 808 CURVE SMOOTH",
+"524 808 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, -12}";
+},
+{
+name = top;
+position = "{792, 1772}";
+},
+{
+name = top0315;
+position = "{1504, 1772}";
+}
+);
+guideLines = (
+{
+position = "{0, 1823.25}";
+},
+{
+position = "{0, 610.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1204 712 OFFCURVE",
+"1404 876 OFFCURVE",
+"1404 1080 CURVE",
+"1404 1364 OFFCURVE",
+"1152 1516 OFFCURVE",
+"768 1516 CURVE SMOOTH",
+"432 1516 OFFCURVE",
+"160 1344 OFFCURVE",
+"160 1056 CURVE",
+"604 1056 LINE",
+"604 1144 OFFCURVE",
+"680 1184 OFFCURVE",
+"796 1184 CURVE SMOOTH",
+"932 1184 OFFCURVE",
+"964 1108 OFFCURVE",
+"964 1040 CURVE",
+"964 956 OFFCURVE",
+"912 896 OFFCURVE",
+"788 896 CURVE SMOOTH",
+"588 896 LINE",
+"588 712 LINE",
+"888 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"588 628 LINE",
+"788 628 LINE SMOOTH",
+"920 628 OFFCURVE",
+"988 580 OFFCURVE",
+"988 464 CURVE SMOOTH",
+"988 384 OFFCURVE",
+"940 304 OFFCURVE",
+"796 304 CURVE SMOOTH",
+"644 304 OFFCURVE",
+"580 364 OFFCURVE",
+"580 440 CURVE",
+"136 440 LINE",
+"136 116 OFFCURVE",
+"456 -28 OFFCURVE",
+"768 -28 CURVE SMOOTH",
+"1156 -28 OFFCURVE",
+"1432 140 OFFCURVE",
+"1432 420 CURVE SMOOTH",
+"1432 672 OFFCURVE",
+"1240 808 OFFCURVE",
+"888 808 CURVE SMOOTH",
+"588 808 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+rightKerningGroup = vecyrillic;
+unicode = 0437;
+userData = {
+interface.gridadjust.original = "{'width': 1431, 'leftMargin': 118, 'rightMargin': 134}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = iicyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{1364, 0}";
+},
+{
+name = top;
+position = "{760, 1744}";
+},
+{
+name = top0315;
+position = "{1580, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"432 1488 LINE",
+"156 1488 LINE",
+"156 0 LINE",
+"432 0 LINE",
+"1092 1064 LINE",
+"1092 0 LINE",
+"1364 0 LINE",
+"1364 1488 LINE",
+"1092 1488 LINE",
+"432 428 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = right;
+position = "{1448, 0}";
+},
+{
+name = top;
+position = "{792, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"568 1488 LINE",
+"124 1488 LINE",
+"124 0 LINE",
+"568 0 LINE",
+"1004 868 LINE",
+"1004 0 LINE",
+"1448 0 LINE",
+"1448 1488 LINE",
+"1004 1488 LINE",
+"568 624 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = dzhecyrillic;
+unicode = 0438;
+userData = {
+interface.gridadjust.original = "{'width': 1635, 'leftMargin': 213, 'rightMargin': 213}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni048B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{740, 2136}";
+},
+{
+name = top0315;
+position = "{1560, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = iicyrillic;
+transform = "{1, 0, 0, 1, -84, 0}";
+},
+{
+alignment = -1;
+name = breve;
+transform = "{1, 0, 0, 1, 144, -28}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1168, -100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = top;
+position = "{864, 2208}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = iicyrillic;
+transform = "{1, 0, 0, 1, 44, 0}";
+},
+{
+alignment = -1;
+name = breve;
+transform = "{1, 0, 0, 1, 216, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1260, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 048B;
+userData = {
+interface.gridadjust.original = "{'width': 1761, 'leftMargin': 164, 'rightMargin': -5}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = kacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{1364, 0}";
+},
+{
+name = top;
+position = "{736, 1744}";
+},
+{
+name = top0315;
+position = "{1528, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"204 1488 LINE",
+"204 0 LINE",
+"480 0 LINE",
+"480 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 1488 LINE",
+"636 864 LINE",
+"344 864 LINE",
+"388 628 LINE",
+"748 628 LINE",
+"1456 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 0 LINE",
+"800 864 LINE",
+"624 668 LINE",
+"1156 0 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = right;
+position = "{1492, 0}";
+},
+{
+name = top;
+position = "{836, 1776}";
+},
+{
+name = top0315;
+position = "{1624, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"188 1488 LINE",
+"188 0 LINE",
+"628 0 LINE",
+"628 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1028 1488 LINE",
+"764 952 LINE",
+"512 952 LINE",
+"564 520 LINE",
+"972 520 LINE",
+"1596 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1640 0 LINE",
+"1136 800 LINE",
+"732 608 LINE",
+"1040 0 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = kacyrillic;
+unicode = 043A;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = kahookcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 1488 LINE",
+"264 0 LINE",
+"540 0 LINE",
+"540 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1184 1488 LINE",
+"652 864 LINE",
+"404 864 LINE",
+"448 628 LINE",
+"764 628 LINE",
+"1512 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"768 628 LINE SMOOTH",
+"1036 628 OFFCURVE",
+"1220 516 OFFCURVE",
+"1224 248 CURVE SMOOTH",
+"1224 64 OFFCURVE",
+"1140 -80 OFFCURVE",
+"896 -140 CURVE",
+"968 -352 LINE",
+"1356 -288 OFFCURVE",
+"1496 52 OFFCURVE",
+"1496 248 CURVE",
+"1496 656 OFFCURVE",
+"1192 860 OFFCURVE",
+"768 860 CURVE SMOOTH",
+"384 860 LINE",
+"384 628 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 1488 LINE",
+"208 0 LINE",
+"652 0 LINE",
+"652 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1052 1488 LINE",
+"772 952 LINE",
+"536 952 LINE",
+"584 520 LINE",
+"980 520 LINE",
+"1616 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"776 520 LINE SMOOTH",
+"1020 520 OFFCURVE",
+"1164 420 OFFCURVE",
+"1164 204 CURVE SMOOTH",
+"1160 28 OFFCURVE",
+"1056 -68 OFFCURVE",
+"900 -156 CURVE",
+"1104 -440 LINE",
+"1452 -300 OFFCURVE",
+"1612 -24 OFFCURVE",
+"1604 204 CURVE",
+"1604 668 OFFCURVE",
+"1264 880 OFFCURVE",
+"776 880 CURVE SMOOTH",
+"348 880 LINE",
+"348 520 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 04C4;
+userData = {
+interface.gridadjust.original = "{'width': 1543, 'leftMargin': 210, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = kadescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1512, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = kacyrillic;
+transform = "{1, 0, 0, 1, -32, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1172, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1660, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = kacyrillic;
+transform = "{1, 0, 0, 1, 40, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1276, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 049B;
+userData = {
+interface.gridadjust.original = "{'width': 1680, 'leftMargin': 213, 'rightMargin': 71}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = kaverticalstrokecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"192 0 LINE",
+"468 0 LINE",
+"468 1488 LINE",
+"192 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"596 372 LINE",
+"816 372 LINE",
+"816 1152 LINE",
+"596 1152 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"860 864 LINE",
+"332 864 LINE",
+"376 628 LINE",
+"972 628 LINE",
+"1540 1488 LINE",
+"1208 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1240 0 LINE",
+"1584 0 LINE",
+"1024 864 LINE",
+"848 668 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"132 0 LINE",
+"576 0 LINE",
+"576 1488 LINE",
+"132 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"676 296 LINE",
+"880 296 LINE",
+"880 1204 LINE",
+"676 1204 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"948 952 LINE",
+"456 952 LINE",
+"508 520 LINE",
+"1156 520 LINE",
+"1680 1488 LINE",
+"1116 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 0 LINE",
+"1696 0 LINE",
+"1292 800 LINE",
+"916 608 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 049D;
+userData = {
+interface.gridadjust.original = "{'width': 1595.0, 'leftMargin': 210, 'rightMargin': -8.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = kabashkircyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"84 1488 LINE",
+"84 1268 LINE",
+"800 1268 LINE",
+"800 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"636 1488 LINE",
+"636 0 LINE",
+"912 0 LINE",
+"912 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1556 1488 LINE",
+"1068 864 LINE",
+"776 864 LINE",
+"820 628 LINE",
+"1180 628 LINE",
+"1888 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1932 0 LINE",
+"1232 864 LINE",
+"1056 668 LINE",
+"1588 0 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"44 1488 LINE",
+"44 1128 LINE",
+"828 1128 LINE",
+"828 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"584 1488 LINE",
+"584 0 LINE",
+"1024 0 LINE",
+"1024 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1424 1488 LINE",
+"1160 952 LINE",
+"908 952 LINE",
+"960 520 LINE",
+"1368 520 LINE",
+"1992 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2036 0 LINE",
+"1532 800 LINE",
+"1128 608 LINE",
+"1436 0 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 04A1;
+userData = {
+interface.gridadjust.original = "{'width': 1959, 'leftMargin': 89, 'rightMargin': 5}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = elcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = right;
+position = "{1444, 0}";
+},
+{
+name = top;
+position = "{904, 1744}";
+},
+{
+name = top0315;
+position = "{1656, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"488 1488 LINE",
+"488 1268 LINE",
+"1196 1268 LINE",
+"1196 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1168 1488 LINE",
+"1168 0 LINE",
+"1444 0 LINE",
+"1444 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"392 856 LINE SMOOTH",
+"372 424 OFFCURVE",
+"328 256 OFFCURVE",
+"136 244 CURVE SMOOTH",
+"80 240 LINE",
+"80 0 LINE",
+"160 0 LINE SMOOTH",
+"496 0 OFFCURVE",
+"624 212 OFFCURVE",
+"656 768 CURVE SMOOTH",
+"696 1488 LINE",
+"420 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, 16}";
+},
+{
+name = right;
+position = "{1504, 0}";
+},
+{
+name = top;
+position = "{924, 1744}";
+},
+{
+name = top0315;
+position = "{1636, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"456 1488 LINE",
+"456 1132 LINE",
+"1192 1132 LINE",
+"1192 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1060 1488 LINE",
+"1060 0 LINE",
+"1504 0 LINE",
+"1504 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"320 856 LINE SMOOTH",
+"304 516 OFFCURVE",
+"248 376 OFFCURVE",
+"116 360 CURVE SMOOTH",
+"68 356 LINE",
+"72 0 LINE",
+"208 0 LINE SMOOTH",
+"520 0 OFFCURVE",
+"708 192 OFFCURVE",
+"736 724 CURVE SMOOTH",
+"780 1488 LINE",
+"344 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = elcyrillic;
+unicode = 043B;
+userData = {
+interface.gridadjust.original = "{'width': 1638, 'leftMargin': 61, 'rightMargin': 213}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04C6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1600, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = elcyrillic;
+transform = "{1, 0, 0, 1, -48, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1208, -100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1728, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = elcyrillic;
+transform = "{1, 0, 0, 1, 124, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1344, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 04C6;
+userData = {
+interface.gridadjust.original = "{'width': 1764, 'leftMargin': 88, 'rightMargin': -5}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni052F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1664, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"400 856 LINE SMOOTH",
+"384 424 OFFCURVE",
+"336 256 OFFCURVE",
+"144 244 CURVE SMOOTH",
+"88 240 LINE",
+"88 0 LINE",
+"172 0 LINE SMOOTH",
+"508 0 OFFCURVE",
+"636 212 OFFCURVE",
+"664 768 CURVE SMOOTH",
+"692 1268 LINE",
+"1176 1268 LINE",
+"1176 0 LINE",
+"1416 0 LINE",
+"1416 -496 LINE",
+"1692 -496 LINE",
+"1692 220 LINE",
+"1452 220 LINE",
+"1452 1488 LINE",
+"428 1488 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1728, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"412 856 LINE SMOOTH",
+"396 516 OFFCURVE",
+"340 376 OFFCURVE",
+"208 360 CURVE SMOOTH",
+"160 356 LINE",
+"164 0 LINE",
+"300 0 LINE SMOOTH",
+"612 0 OFFCURVE",
+"800 192 OFFCURVE",
+"828 724 CURVE SMOOTH",
+"852 1132 LINE",
+"1152 1132 LINE",
+"1152 0 LINE",
+"1480 0 LINE",
+"1480 -492 LINE",
+"1924 -492 LINE",
+"1924 308 LINE",
+"1596 308 LINE",
+"1596 1488 LINE",
+"436 1488 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 052F;
+userData = {
+interface.gridadjust.original = "{'width': 1735, 'leftMargin': 61, 'rightMargin': 71}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = emcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{1852, 0}";
+},
+{
+name = top;
+position = "{1004, 1744}";
+},
+{
+name = top0315;
+position = "{2064, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 1488 LINE",
+"276 1488 LINE",
+"928 0 LINE",
+"1116 0 LINE",
+"1772 1488 LINE",
+"1508 1488 LINE",
+"1020 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"184 1488 LINE",
+"184 0 LINE",
+"456 0 LINE",
+"456 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1852 0 LINE",
+"1852 1488 LINE",
+"1576 1488 LINE",
+"1576 0 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = right;
+position = "{1940, 0}";
+},
+{
+name = top;
+position = "{1028, 1744}";
+},
+{
+name = top0315;
+position = "{2128, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"684 1488 LINE",
+"336 1488 LINE",
+"884 0 LINE",
+"1180 0 LINE",
+"1736 1488 LINE",
+"1388 1488 LINE",
+"1032 512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 1488 LINE",
+"140 0 LINE",
+"584 0 LINE",
+"584 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1940 0 LINE",
+"1940 1488 LINE",
+"1500 1488 LINE",
+"1500 0 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+leftKerningGroup = dzhecyrillic;
+unicode = 043C;
+userData = {
+interface.gridadjust.original = "{'width': 2096, 'leftMargin': 213, 'rightMargin': 214}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04CE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{2032, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = emcyrillic;
+transform = "{1, 0, 0, 1, -72, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1644, -100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{2244, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = emcyrillic;
+transform = "{1, 0, 0, 1, 72, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1804, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 04CE;
+userData = {
+interface.gridadjust.original = "{'width': 2222.0, 'leftMargin': 192, 'rightMargin': -5.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = encyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{1364, 0}";
+},
+{
+name = top;
+position = "{764, 1744}";
+},
+{
+name = top0315;
+position = "{1580, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"376 848 LINE",
+"376 628 LINE",
+"1144 628 LINE",
+"1144 848 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 1488 LINE",
+"156 0 LINE",
+"432 0 LINE",
+"432 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1088 1488 LINE",
+"1088 0 LINE",
+"1364 0 LINE",
+"1364 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = right;
+position = "{1444, 0}";
+},
+{
+name = top;
+position = "{784, 1744}";
+},
+{
+name = top0315;
+position = "{1576, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"412 908 LINE",
+"412 552 LINE",
+"1156 552 LINE",
+"1156 908 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 1488 LINE",
+"124 0 LINE",
+"568 0 LINE",
+"568 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1000 1488 LINE",
+"1000 0 LINE",
+"1444 0 LINE",
+"1444 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = dzhecyrillic;
+unicode = 043D;
+userData = {
+interface.gridadjust.original = "{'width': 1634, 'leftMargin': 213, 'rightMargin': 214}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = endescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1612, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = encyrillic;
+transform = "{1, 0, 0, 1, -32, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1224, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1684, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = encyrillic;
+transform = "{1, 0, 0, 1, 80, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1296, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 04A3;
+userData = {
+interface.gridadjust.original = "{'width': 1731, 'leftMargin': 164, 'rightMargin': 71}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = enghecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1260 1488 LINE",
+"1260 1268 LINE",
+"1892 1268 LINE",
+"1892 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"344 848 LINE",
+"344 628 LINE",
+"1112 628 LINE",
+"1112 848 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 1488 LINE",
+"124 0 LINE",
+"400 0 LINE",
+"400 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1056 1488 LINE",
+"1056 0 LINE",
+"1332 0 LINE",
+"1332 1488 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1376 1488 LINE",
+"1372 1132 LINE",
+"1940 1132 LINE",
+"1940 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"428 908 LINE",
+"428 552 LINE",
+"1172 552 LINE",
+"1172 908 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 1488 LINE",
+"140 0 LINE",
+"584 0 LINE",
+"584 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1016 1488 LINE",
+"1016 0 LINE",
+"1460 0 LINE",
+"1460 1488 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 04A5;
+userData = {
+interface.gridadjust.original = "{'width': 2001, 'leftMargin': 147, 'rightMargin': 103}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = enhookcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 0 LINE",
+"432 0 LINE",
+"432 628 LINE",
+"1088 628 LINE",
+"1088 -124 LINE SMOOTH",
+"1088 -284 OFFCURVE",
+"1024 -380 OFFCURVE",
+"916 -380 CURVE SMOOTH",
+"892 -380 OFFCURVE",
+"808 -376 OFFCURVE",
+"780 -364 CURVE",
+"760 -580 LINE",
+"816 -596 OFFCURVE",
+"860 -600 OFFCURVE",
+"916 -600 CURVE SMOOTH",
+"1196 -600 OFFCURVE",
+"1364 -432 OFFCURVE",
+"1364 -124 CURVE SMOOTH",
+"1364 1488 LINE",
+"1088 1488 LINE",
+"1088 848 LINE",
+"432 848 LINE",
+"432 1488 LINE",
+"156 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 0 LINE",
+"568 0 LINE",
+"568 552 LINE",
+"1000 552 LINE",
+"1000 -20 LINE SMOOTH",
+"1000 -168 OFFCURVE",
+"944 -244 OFFCURVE",
+"840 -244 CURVE SMOOTH",
+"780 -244 OFFCURVE",
+"748 -240 OFFCURVE",
+"700 -228 CURVE",
+"680 -580 LINE",
+"756 -596 OFFCURVE",
+"820 -600 OFFCURVE",
+"896 -600 CURVE SMOOTH",
+"1236 -600 OFFCURVE",
+"1444 -396 OFFCURVE",
+"1444 -20 CURVE SMOOTH",
+"1444 1488 LINE",
+"1000 1488 LINE",
+"1000 908 LINE",
+"568 908 LINE",
+"568 1488 LINE",
+"124 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 04C8;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 197, 'rightMargin': 198}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04CA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1560, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = encyrillic;
+transform = "{1, 0, 0, 1, -84, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1168, -100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1684, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = encyrillic;
+transform = "{1, 0, 0, 1, 84, 0}";
+},
+{
+alignment = -1;
+name = comma;
+transform = "{1, 0, 0, 1, 1296, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 04CA;
+userData = {
+interface.gridadjust.original = "{'width': 1760.0, 'leftMargin': 164, 'rightMargin': -5.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = pecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{1364, 0}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1580, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"396 1488 LINE",
+"396 1268 LINE",
+"1120 1268 LINE",
+"1120 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 1488 LINE",
+"156 0 LINE",
+"432 0 LINE",
+"432 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1092 1488 LINE",
+"1092 0 LINE",
+"1364 0 LINE",
+"1364 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = right;
+position = "{1448, 0}";
+},
+{
+name = top;
+position = "{784, 1744}";
+},
+{
+name = top0315;
+position = "{1576, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"428 1488 LINE",
+"428 1132 LINE",
+"1136 1132 LINE",
+"1136 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 1488 LINE",
+"124 0 LINE",
+"564 0 LINE",
+"564 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1004 1488 LINE",
+"1004 0 LINE",
+"1448 0 LINE",
+"1448 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = dzhecyrillic;
+unicode = 043F;
+userData = {
+interface.gridadjust.original = "{'width': 1635, 'leftMargin': 213, 'rightMargin': 213}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = right;
+position = "{896, 0}";
+},
+{
+name = top;
+position = "{756, 1744}";
+},
+{
+name = top0315;
+position = "{1440, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"620 1488 LINE",
+"620 0 LINE",
+"896 0 LINE",
+"896 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 1488 LINE",
+"136 1272 LINE",
+"1384 1272 LINE",
+"1384 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = right;
+position = "{1004, 0}";
+},
+{
+name = top;
+position = "{800, 1744}";
+},
+{
+name = top0315;
+position = "{1520, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"560 1488 LINE",
+"560 0 LINE",
+"1004 0 LINE",
+"1004 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"96 1488 LINE",
+"96 1132 LINE",
+"1476 1132 LINE",
+"1476 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0442;
+userData = {
+interface.gridadjust.original = "{'width': 1357, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = efcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1012, 2392}";
+},
+{
+name = top0315;
+position = "{2036, 2392}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1904 1184 OFFCURVE",
+"1720 1516 OFFCURVE",
+"1360 1516 CURVE SMOOTH",
+"1064 1516 OFFCURVE",
+"916 1336 OFFCURVE",
+"884 1036 CURVE",
+"884 424 LINE",
+"916 144 OFFCURVE",
+"1064 -28 OFFCURVE",
+"1364 -28 CURVE SMOOTH",
+"1716 -28 OFFCURVE",
+"1904 272 OFFCURVE",
+"1904 688 CURVE SMOOTH",
+"1904 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1628 416 OFFCURVE",
+"1532 192 OFFCURVE",
+"1280 192 CURVE SMOOTH",
+"1116 192 OFFCURVE",
+"1048 248 OFFCURVE",
+"1016 312 CURVE",
+"1016 1148 LINE",
+"1044 1224 OFFCURVE",
+"1116 1296 OFFCURVE",
+"1276 1296 CURVE SMOOTH",
+"1532 1296 OFFCURVE",
+"1628 1028 OFFCURVE",
+"1628 716 CURVE SMOOTH",
+"1628 688 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 272 OFFCURVE",
+"316 -28 OFFCURVE",
+"668 -28 CURVE SMOOTH",
+"964 -28 OFFCURVE",
+"1104 152 OFFCURVE",
+"1136 456 CURVE",
+"1136 1036 LINE",
+"1104 1336 OFFCURVE",
+"964 1516 OFFCURVE",
+"672 1516 CURVE SMOOTH",
+"312 1516 OFFCURVE",
+"128 1184 OFFCURVE",
+"128 716 CURVE SMOOTH",
+"128 688 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"404 1028 OFFCURVE",
+"488 1296 OFFCURVE",
+"740 1296 CURVE SMOOTH",
+"904 1296 OFFCURVE",
+"976 1224 OFFCURVE",
+"1004 1148 CURVE",
+"1004 340 LINE",
+"968 260 OFFCURVE",
+"904 192 OFFCURVE",
+"740 192 CURVE SMOOTH",
+"488 192 OFFCURVE",
+"404 416 OFFCURVE",
+"404 688 CURVE SMOOTH",
+"404 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1140 -572 LINE",
+"1140 2112 LINE",
+"868 2112 LINE",
+"868 -572 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1168, 2392}";
+},
+{
+name = top0315;
+position = "{2200, 2392}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2120 1196 OFFCURVE",
+"1928 1516 OFFCURVE",
+"1568 1516 CURVE SMOOTH",
+"1224 1516 OFFCURVE",
+"1088 1168 OFFCURVE",
+"1032 736 CURVE",
+"1032 700 LINE",
+"1088 296 OFFCURVE",
+"1224 -28 OFFCURVE",
+"1568 -28 CURVE SMOOTH",
+"1928 -28 OFFCURVE",
+"2120 280 OFFCURVE",
+"2120 712 CURVE SMOOTH",
+"2120 740 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1676 492 OFFCURVE",
+"1624 332 OFFCURVE",
+"1456 332 CURVE SMOOTH",
+"1252 332 OFFCURVE",
+"1168 452 OFFCURVE",
+"1168 660 CURVE SMOOTH",
+"1168 772 LINE SMOOTH",
+"1168 1016 OFFCURVE",
+"1252 1160 OFFCURVE",
+"1456 1160 CURVE SMOOTH",
+"1616 1160 OFFCURVE",
+"1676 972 OFFCURVE",
+"1676 740 CURVE SMOOTH",
+"1676 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 280 OFFCURVE",
+"412 -28 OFFCURVE",
+"768 -28 CURVE SMOOTH",
+"1112 -28 OFFCURVE",
+"1248 300 OFFCURVE",
+"1304 700 CURVE",
+"1304 736 LINE",
+"1248 1168 OFFCURVE",
+"1112 1516 OFFCURVE",
+"768 1516 CURVE SMOOTH",
+"412 1516 OFFCURVE",
+"216 1196 OFFCURVE",
+"216 740 CURVE SMOOTH",
+"216 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"660 972 OFFCURVE",
+"720 1160 OFFCURVE",
+"880 1160 CURVE SMOOTH",
+"1084 1160 OFFCURVE",
+"1168 1016 OFFCURVE",
+"1168 772 CURVE SMOOTH",
+"1168 664 LINE SMOOTH",
+"1168 452 OFFCURVE",
+"1084 332 OFFCURVE",
+"880 332 CURVE SMOOTH",
+"712 332 OFFCURVE",
+"660 492 OFFCURVE",
+"660 712 CURVE SMOOTH",
+"660 740 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1388 -572 LINE",
+"1388 2112 LINE",
+"948 2112 LINE",
+"948 -572 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = ecyrillic;
+rightKerningGroup = becyrillic;
+unicode = 0444;
+userData = {
+interface.gridadjust.original = "{'width': 2043, 'leftMargin': 135, 'rightMargin': 134}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni04FD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1296, -560}";
+},
+{
+name = top0315;
+position = "{1296, 1760}";
+},
+{
+name = top_dd;
+position = "{1296, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, -116, 0}";
+},
+{
+alignment = -1;
+name = cyrillichook;
+transform = "{1, 0, 0, 1, 840, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1552;
+},
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1432, -560}";
+},
+{
+name = top0315;
+position = "{1432, 1760}";
+},
+{
+name = top_dd;
+position = "{1432, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, -32, 0}";
+},
+{
+alignment = -1;
+name = cyrillichook;
+transform = "{1, 0, 0, 1, 996, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04FD;
+userData = {
+interface.gridadjust.original = "{'width': 1517, 'leftMargin': 128, 'rightMargin': -119}";
+};
+},
+{
+glyphname = hadescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1384, -560}";
+},
+{
+name = top0315;
+position = "{1384, 1760}";
+},
+{
+name = top_dd;
+position = "{1384, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, -28, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 996, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom_dd;
+position = "{1588, -560}";
+},
+{
+name = top0315;
+position = "{1588, 1760}";
+},
+{
+name = top_dd;
+position = "{1588, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, 124, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1084, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04B3;
+userData = {
+interface.gridadjust.original = "{'width': 1482, 'leftMargin': 128, 'rightMargin': 52}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tsecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{848, 1744}";
+},
+{
+name = top0315;
+position = "{1664, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1400 0 LINE",
+"1400 1488 LINE",
+"1128 1488 LINE",
+"1128 220 LINE",
+"468 220 LINE",
+"468 1488 LINE",
+"192 1488 LINE",
+"192 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1112 220 LINE",
+"1112 0 LINE",
+"1312 0 LINE",
+"1312 -440 LINE",
+"1556 -440 LINE",
+"1584 220 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top;
+position = "{800, 1744}";
+},
+{
+name = top0315;
+position = "{1728, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1456 0 LINE",
+"1456 1488 LINE",
+"1012 1488 LINE",
+"1012 360 LINE",
+"576 360 LINE",
+"576 1488 LINE",
+"132 1488 LINE",
+"132 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1092 356 LINE",
+"1092 0 LINE",
+"1252 0 LINE",
+"1252 -440 LINE",
+"1668 -440 LINE",
+"1692 356 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = decyrillic;
+unicode = 0446;
+userData = {
+interface.gridadjust.original = "{'width': 1683.0, 'leftMargin': 213, 'rightMargin': 78.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dzhecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"628 -492 LINE",
+"900 -492 LINE",
+"900 220 LINE",
+"628 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 0 LINE",
+"1364 0 LINE",
+"1364 1488 LINE",
+"1092 1488 LINE",
+"1092 220 LINE",
+"432 220 LINE",
+"432 1488 LINE",
+"156 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"564 -496 LINE",
+"1004 -496 LINE",
+"1004 360 LINE",
+"564 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 0 LINE",
+"1448 0 LINE",
+"1448 1488 LINE",
+"1004 1488 LINE",
+"1004 360 LINE",
+"564 360 LINE",
+"564 1488 LINE",
+"124 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = dzhecyrillic;
+unicode = 045F;
+userData = {
+interface.gridadjust.original = "{'width': 1635, 'leftMargin': 213, 'rightMargin': 213}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = checyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = left;
+position = "{1076, 0}";
+},
+{
+name = right;
+position = "{1352, 0}";
+},
+{
+name = top;
+position = "{752, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1080 1488 LINE",
+"1080 0 LINE",
+"1352 0 LINE",
+"1352 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1096 744 OFFCURVE",
+"944 708 OFFCURVE",
+"744 708 CURVE SMOOTH",
+"552 708 OFFCURVE",
+"444 812 OFFCURVE",
+"444 1048 CURVE SMOOTH",
+"444 1492 LINE",
+"168 1492 LINE",
+"168 1048 LINE SMOOTH",
+"168 672 OFFCURVE",
+"396 484 OFFCURVE",
+"744 484 CURVE SMOOTH",
+"952 484 OFFCURVE",
+"1100 524 OFFCURVE",
+"1260 584 CURVE",
+"1260 804 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = left;
+position = "{1004, 0}";
+},
+{
+name = right;
+position = "{1448, 0}";
+},
+{
+name = top;
+position = "{824, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1004 1488 LINE",
+"1004 0 LINE",
+"1448 0 LINE",
+"1448 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1084 820 OFFCURVE",
+"968 792 OFFCURVE",
+"844 792 CURVE SMOOTH",
+"640 792 OFFCURVE",
+"564 828 OFFCURVE",
+"564 1008 CURVE SMOOTH",
+"564 1488 LINE",
+"124 1488 LINE",
+"124 1008 LINE SMOOTH",
+"124 604 OFFCURVE",
+"392 432 OFFCURVE",
+"844 432 CURVE SMOOTH",
+"956 432 OFFCURVE",
+"1152 472 OFFCURVE",
+"1228 516 CURVE",
+"1228 872 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0447;
+userData = {
+interface.gridadjust.original = "{'width': 1539, 'leftMargin': 140, 'rightMargin': 213}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = chedescendercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1576, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = checyrillic;
+transform = "{1, 0, 0, 1, 28, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1188, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1668, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = checyrillic;
+transform = "{1, 0, 0, 1, 84, 0}";
+},
+{
+alignment = -1;
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1284, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 04B7;
+userData = {
+interface.gridadjust.original = "{'width': 1636, 'leftMargin': 140, 'rightMargin': 71}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = cheverticalstrokecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"664 1092 LINE",
+"664 316 LINE",
+"884 316 LINE",
+"884 1092 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1100 1488 LINE",
+"1100 0 LINE",
+"1372 0 LINE",
+"1372 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1116 744 OFFCURVE",
+"964 708 OFFCURVE",
+"764 708 CURVE SMOOTH",
+"572 708 OFFCURVE",
+"464 812 OFFCURVE",
+"464 1048 CURVE SMOOTH",
+"464 1492 LINE",
+"188 1492 LINE",
+"188 1048 LINE SMOOTH",
+"188 672 OFFCURVE",
+"416 484 OFFCURVE",
+"764 484 CURVE SMOOTH",
+"972 484 OFFCURVE",
+"1120 524 OFFCURVE",
+"1280 584 CURVE",
+"1280 804 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"668 1156 LINE",
+"668 220 LINE",
+"904 220 LINE",
+"904 1156 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"996 1488 LINE",
+"996 0 LINE",
+"1440 0 LINE",
+"1440 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1076 820 OFFCURVE",
+"960 792 OFFCURVE",
+"836 792 CURVE SMOOTH",
+"632 792 OFFCURVE",
+"556 828 OFFCURVE",
+"556 1008 CURVE SMOOTH",
+"556 1488 LINE",
+"116 1488 LINE",
+"116 1008 LINE SMOOTH",
+"116 604 OFFCURVE",
+"384 432 OFFCURVE",
+"836 432 CURVE SMOOTH",
+"948 432 OFFCURVE",
+"1144 472 OFFCURVE",
+"1220 516 CURVE",
+"1220 872 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 04B9;
+userData = {
+interface.gridadjust.original = "{'width': 1557, 'leftMargin': 174, 'rightMargin': 197}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = shacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1136, 1744}";
+},
+{
+name = top0315;
+position = "{2288, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"212 0 LINE",
+"2076 0 LINE",
+"2076 1488 LINE",
+"1800 1488 LINE",
+"1800 220 LINE",
+"1284 220 LINE",
+"1284 1488 LINE",
+"1008 1488 LINE",
+"1008 220 LINE",
+"488 220 LINE",
+"488 1488 LINE",
+"212 1488 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1140, 1744}";
+},
+{
+name = top0315;
+position = "{2352, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 0 LINE",
+"2200 0 LINE",
+"2200 1488 LINE",
+"1756 1488 LINE",
+"1756 360 LINE",
+"1392 360 LINE",
+"1392 1488 LINE",
+"948 1488 LINE",
+"948 360 LINE",
+"580 360 LINE",
+"580 1488 LINE",
+"136 1488 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = dzhecyrillic;
+unicode = 0448;
+userData = {
+interface.gridadjust.original = "{'width': 2288.0, 'leftMargin': 213, 'rightMargin': 213.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = shchacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1156, 1744}";
+},
+{
+name = top0315;
+position = "{2384, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1840 220 LINE",
+"1840 0 LINE",
+"2040 0 LINE",
+"2040 -440 LINE",
+"2284 -440 LINE",
+"2312 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"224 0 LINE",
+"2088 0 LINE",
+"2088 1488 LINE",
+"1812 1488 LINE",
+"1812 220 LINE",
+"1296 220 LINE",
+"1296 1488 LINE",
+"1020 1488 LINE",
+"1020 220 LINE",
+"500 220 LINE",
+"500 1488 LINE",
+"224 1488 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1216, 1744}";
+},
+{
+name = top0315;
+position = "{2704, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2020 356 LINE",
+"2020 0 LINE",
+"2176 0 LINE",
+"2176 -440 LINE",
+"2592 -440 LINE",
+"2620 356 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 0 LINE",
+"2280 0 LINE",
+"2280 1488 LINE",
+"1836 1488 LINE",
+"1836 360 LINE",
+"1472 360 LINE",
+"1472 1488 LINE",
+"1028 1488 LINE",
+"1028 360 LINE",
+"660 360 LINE",
+"660 1488 LINE",
+"216 1488 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = decyrillic;
+unicode = 0449;
+userData = {
+interface.gridadjust.original = "{'width': 2346, 'leftMargin': 196, 'rightMargin': 72}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = softsigncyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = cross;
+position = "{288, 1232}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 760 LINE",
+"804 760 LINE",
+"1012 760 OFFCURVE",
+"1084 612 OFFCURVE",
+"1084 484 CURVE",
+"1084 352 OFFCURVE",
+"1012 220 OFFCURVE",
+"804 220 CURVE",
+"436 220 LINE",
+"436 1488 LINE",
+"160 1488 LINE",
+"160 0 LINE",
+"804 0 LINE",
+"1164 0 OFFCURVE",
+"1360 220 OFFCURVE",
+"1360 496 CURVE",
+"1360 776 OFFCURVE",
+"1164 980 OFFCURVE",
+"804 980 CURVE",
+"364 980 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = cross;
+position = "{528, 1268}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"500 724 LINE",
+"924 724 LINE",
+"1088 724 OFFCURVE",
+"1156 648 OFFCURVE",
+"1156 536 CURVE",
+"1156 436 OFFCURVE",
+"1088 356 OFFCURVE",
+"924 356 CURVE",
+"672 356 LINE",
+"672 1488 LINE",
+"228 1488 LINE",
+"228 0 LINE",
+"924 0 LINE",
+"1344 0 OFFCURVE",
+"1596 220 OFFCURVE",
+"1596 536 CURVE",
+"1596 860 OFFCURVE",
+"1344 1080 OFFCURVE",
+"924 1080 CURVE",
+"500 1080 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = hardsigncyrillic;
+unicode = 044C;
+userData = {
+interface.gridadjust.original = "{'width': 1535, 'leftMargin': 213, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = hardsigncyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"72 1488 LINE",
+"72 1268 LINE",
+"736 1268 LINE",
+"736 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"648 760 LINE",
+"1088 760 LINE",
+"1296 760 OFFCURVE",
+"1368 612 OFFCURVE",
+"1368 484 CURVE",
+"1368 352 OFFCURVE",
+"1296 220 OFFCURVE",
+"1088 220 CURVE",
+"720 220 LINE",
+"720 1488 LINE",
+"444 1488 LINE",
+"444 0 LINE",
+"1088 0 LINE",
+"1448 0 OFFCURVE",
+"1644 220 OFFCURVE",
+"1644 496 CURVE",
+"1644 776 OFFCURVE",
+"1448 980 OFFCURVE",
+"1088 980 CURVE",
+"648 980 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"148 1488 LINE",
+"148 1128 LINE",
+"956 1128 LINE",
+"956 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"884 724 LINE",
+"1308 724 LINE",
+"1472 724 OFFCURVE",
+"1540 648 OFFCURVE",
+"1540 536 CURVE",
+"1540 436 OFFCURVE",
+"1472 356 OFFCURVE",
+"1308 356 CURVE",
+"1056 356 LINE",
+"1056 1488 LINE",
+"612 1488 LINE",
+"612 0 LINE",
+"1308 0 LINE",
+"1728 0 OFFCURVE",
+"1980 220 OFFCURVE",
+"1980 536 CURVE",
+"1980 860 OFFCURVE",
+"1728 1080 OFFCURVE",
+"1308 1080 CURVE",
+"884 1080 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+rightKerningGroup = hardsigncyrillic;
+unicode = 044A;
+userData = {
+interface.gridadjust.original = "{'width': 1742, 'leftMargin': 40, 'rightMargin': 67}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = yericyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1164, 1744}";
+},
+{
+name = top0315;
+position = "{2284, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = softsigncyrillic;
+transform = "{1, 0, 0, 1, 72, 0}";
+},
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, 1536, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1176, 1776}";
+},
+{
+name = top0315;
+position = "{2344, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = softsigncyrillic;
+transform = "{1, 0, 0, 1, -52, 0}";
+},
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, 1536, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+leftKerningGroup = dzhecyrillic;
+unicode = 044B;
+userData = {
+interface.gridadjust.original = "{'width': 2203, 'leftMargin': 168, 'rightMargin': 244}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni048D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = cross;
+position = "{420, 1204}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"496 816 LINE",
+"936 816 LINE",
+"1144 816 OFFCURVE",
+"1216 652 OFFCURVE",
+"1216 512 CURVE",
+"1216 368 OFFCURVE",
+"1144 220 OFFCURVE",
+"936 220 CURVE",
+"568 220 LINE",
+"568 2272 LINE",
+"292 2272 LINE",
+"292 0 LINE",
+"936 0 LINE",
+"1296 0 OFFCURVE",
+"1492 232 OFFCURVE",
+"1492 524 CURVE",
+"1492 820 OFFCURVE",
+"1296 1036 OFFCURVE",
+"936 1036 CURVE",
+"496 1036 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"28 2004 LINE",
+"28 1784 LINE",
+"1008 1784 LINE",
+"1008 2004 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = cross;
+position = "{628, 1248}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 752 LINE",
+"1024 752 LINE",
+"1188 752 OFFCURVE",
+"1256 668 OFFCURVE",
+"1256 556 CURVE",
+"1256 444 OFFCURVE",
+"1188 356 OFFCURVE",
+"1024 356 CURVE",
+"772 356 LINE",
+"772 2204 LINE",
+"328 2204 LINE",
+"328 0 LINE",
+"1024 0 LINE",
+"1444 0 OFFCURVE",
+"1696 224 OFFCURVE",
+"1696 556 CURVE",
+"1696 880 OFFCURVE",
+"1444 1108 OFFCURVE",
+"1024 1108 CURVE",
+"600 1108 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 2004 LINE",
+"128 1740 LINE",
+"1092 1740 LINE",
+"1092 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 048D;
+userData = {
+interface.gridadjust.original = "{'width': 1532, 'leftMargin': -52, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = yatcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = cross;
+position = "{420, 1204}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"496 816 LINE",
+"936 816 LINE",
+"1144 816 OFFCURVE",
+"1216 652 OFFCURVE",
+"1216 512 CURVE",
+"1216 368 OFFCURVE",
+"1144 220 OFFCURVE",
+"936 220 CURVE",
+"568 220 LINE",
+"568 2144 LINE",
+"292 2144 LINE",
+"292 0 LINE",
+"936 0 LINE",
+"1296 0 OFFCURVE",
+"1492 232 OFFCURVE",
+"1492 524 CURVE",
+"1492 820 OFFCURVE",
+"1296 1036 OFFCURVE",
+"936 1036 CURVE",
+"496 1036 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"28 1708 LINE",
+"28 1488 LINE",
+"1008 1488 LINE",
+"1008 1708 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = cross;
+position = "{628, 1248}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 752 LINE",
+"1024 752 LINE",
+"1188 752 OFFCURVE",
+"1256 668 OFFCURVE",
+"1256 556 CURVE",
+"1256 444 OFFCURVE",
+"1188 356 OFFCURVE",
+"1024 356 CURVE",
+"772 356 LINE",
+"772 2148 LINE",
+"328 2148 LINE",
+"328 0 LINE",
+"1024 0 LINE",
+"1444 0 OFFCURVE",
+"1696 224 OFFCURVE",
+"1696 556 CURVE",
+"1696 880 OFFCURVE",
+"1444 1108 OFFCURVE",
+"1024 1108 CURVE",
+"600 1108 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 1752 LINE",
+"128 1488 LINE",
+"1092 1488 LINE",
+"1092 1752 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0463;
+userData = {
+interface.gridadjust.original = "{'width': 1532, 'leftMargin': -52, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ljecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"468 856 LINE SMOOTH",
+"448 424 OFFCURVE",
+"404 256 OFFCURVE",
+"208 244 CURVE SMOOTH",
+"152 240 LINE",
+"152 0 LINE",
+"236 0 LINE SMOOTH",
+"572 0 OFFCURVE",
+"700 212 OFFCURVE",
+"732 768 CURVE SMOOTH",
+"768 1488 LINE",
+"496 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"552 1488 LINE",
+"552 1268 LINE",
+"1224 1268 LINE",
+"1224 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1396 708 LINE",
+"1836 708 LINE SMOOTH",
+"2044 708 OFFCURVE",
+"2116 588 OFFCURVE",
+"2116 472 CURVE SMOOTH",
+"2116 352 OFFCURVE",
+"2044 216 OFFCURVE",
+"1836 216 CURVE SMOOTH",
+"1468 216 LINE",
+"1468 1488 LINE",
+"1192 1488 LINE",
+"1192 0 LINE",
+"1836 0 LINE SMOOTH",
+"2196 0 OFFCURVE",
+"2392 208 OFFCURVE",
+"2392 468 CURVE SMOOTH",
+"2392 732 OFFCURVE",
+"2196 928 OFFCURVE",
+"1836 928 CURVE SMOOTH",
+"1396 928 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"368 856 LINE SMOOTH",
+"352 516 OFFCURVE",
+"296 376 OFFCURVE",
+"168 360 CURVE SMOOTH",
+"116 356 LINE",
+"124 0 LINE",
+"256 0 LINE SMOOTH",
+"572 0 OFFCURVE",
+"760 192 OFFCURVE",
+"788 724 CURVE SMOOTH",
+"828 1488 LINE",
+"396 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 1488 LINE",
+"508 1132 LINE",
+"1240 1132 LINE",
+"1240 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1380 696 LINE",
+"1804 696 LINE SMOOTH",
+"1968 696 OFFCURVE",
+"2036 624 OFFCURVE",
+"2036 528 CURVE SMOOTH",
+"2036 432 OFFCURVE",
+"1968 356 OFFCURVE",
+"1804 356 CURVE SMOOTH",
+"1556 356 LINE",
+"1556 1488 LINE",
+"1112 1488 LINE",
+"1112 0 LINE",
+"1804 0 LINE SMOOTH",
+"2228 0 OFFCURVE",
+"2476 212 OFFCURVE",
+"2476 528 CURVE SMOOTH",
+"2476 836 OFFCURVE",
+"2228 1052 OFFCURVE",
+"1804 1052 CURVE SMOOTH",
+"1380 1052 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+leftKerningGroup = elcyrillic;
+rightKerningGroup = hardsigncyrillic;
+unicode = 0459;
+userData = {
+interface.gridadjust.original = "{'width': 2384, 'leftMargin': 55, 'rightMargin': 89}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = njecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"424 932 LINE",
+"424 712 LINE",
+"1192 712 LINE",
+"1192 932 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"208 1488 LINE",
+"208 0 LINE",
+"480 0 LINE",
+"480 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 708 LINE",
+"1780 708 LINE",
+"1992 708 OFFCURVE",
+"2064 588 OFFCURVE",
+"2064 472 CURVE",
+"2064 352 OFFCURVE",
+"1992 216 OFFCURVE",
+"1780 216 CURVE",
+"1412 216 LINE",
+"1412 1488 LINE",
+"1140 1488 LINE",
+"1140 0 LINE",
+"1780 0 LINE",
+"2144 0 OFFCURVE",
+"2340 208 OFFCURVE",
+"2340 468 CURVE",
+"2340 732 OFFCURVE",
+"2144 924 OFFCURVE",
+"1780 924 CURVE",
+"1344 924 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"460 908 LINE",
+"460 552 LINE",
+"1208 552 LINE",
+"1208 908 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"176 1488 LINE",
+"176 0 LINE",
+"620 0 LINE",
+"620 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1320 696 LINE",
+"1744 696 LINE",
+"1908 696 OFFCURVE",
+"1976 624 OFFCURVE",
+"1976 528 CURVE",
+"1976 432 OFFCURVE",
+"1908 356 OFFCURVE",
+"1744 356 CURVE",
+"1496 356 LINE",
+"1496 1488 LINE",
+"1052 1488 LINE",
+"1052 0 LINE",
+"1744 0 LINE",
+"2168 0 OFFCURVE",
+"2420 212 OFFCURVE",
+"2420 528 CURVE",
+"2420 836 OFFCURVE",
+"2168 1052 OFFCURVE",
+"1744 1052 CURVE",
+"1320 1052 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = hardsigncyrillic;
+unicode = 045A;
+userData = {
+interface.gridadjust.original = "{'width': 2426, 'leftMargin': 213, 'rightMargin': 80}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ereversedcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{760, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"996 1296 OFFCURVE",
+"1104 1024 OFFCURVE",
+"1104 772 CURVE SMOOTH",
+"1104 716 LINE SMOOTH",
+"1104 468 OFFCURVE",
+"992 192 OFFCURVE",
+"724 192 CURVE",
+"544 192 OFFCURVE",
+"404 340 OFFCURVE",
+"404 512 CURVE",
+"144 512 LINE",
+"144 212 OFFCURVE",
+"388 -28 OFFCURVE",
+"724 -28 CURVE SMOOTH",
+"1144 -28 OFFCURVE",
+"1380 320 OFFCURVE",
+"1380 716 CURVE SMOOTH",
+"1380 772 LINE SMOOTH",
+"1380 1168 OFFCURVE",
+"1144 1516 OFFCURVE",
+"724 1516 CURVE",
+"424 1516 OFFCURVE",
+"144 1276 OFFCURVE",
+"144 1016 CURVE",
+"404 1016 LINE",
+"404 1172 OFFCURVE",
+"564 1296 OFFCURVE",
+"724 1296 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"568 868 LINE",
+"568 648 LINE",
+"1240 648 LINE",
+"1240 868 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = top;
+position = "{764, 1776}";
+},
+{
+name = top0315;
+position = "{1500, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"952 1160 OFFCURVE",
+"1000 980 OFFCURVE",
+"1000 760 CURVE SMOOTH",
+"1000 728 LINE SMOOTH",
+"1000 512 OFFCURVE",
+"948 332 OFFCURVE",
+"744 332 CURVE",
+"604 332 OFFCURVE",
+"540 436 OFFCURVE",
+"540 568 CURVE",
+"124 568 LINE",
+"124 192 OFFCURVE",
+"376 -28 OFFCURVE",
+"744 -28 CURVE SMOOTH",
+"1204 -28 OFFCURVE",
+"1444 296 OFFCURVE",
+"1444 728 CURVE SMOOTH",
+"1444 760 LINE SMOOTH",
+"1444 1188 OFFCURVE",
+"1204 1516 OFFCURVE",
+"744 1516 CURVE",
+"388 1516 OFFCURVE",
+"124 1292 OFFCURVE",
+"124 960 CURVE",
+"540 960 LINE",
+"540 1084 OFFCURVE",
+"608 1160 OFFCURVE",
+"744 1160 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"644 872 LINE",
+"644 620 LINE",
+"1132 620 LINE",
+"1132 872 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+rightKerningGroup = becyrillic;
+unicode = 044D;
+userData = {
+interface.gridadjust.original = "{'width': 1517, 'leftMargin': 135, 'rightMargin': 147}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = iucyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1028, 1744}";
+},
+{
+name = top0315;
+position = "{2192, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"140 864 LINE",
+"140 644 LINE",
+"952 644 LINE",
+"952 864 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 1536 LINE",
+"104 0 LINE",
+"340 0 LINE",
+"340 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1840 -32 OFFCURVE",
+"2120 284 OFFCURVE",
+"2120 760 CURVE SMOOTH",
+"2120 1240 OFFCURVE",
+"1840 1556 OFFCURVE",
+"1424 1556 CURVE SMOOTH",
+"1008 1556 OFFCURVE",
+"728 1240 OFFCURVE",
+"728 760 CURVE SMOOTH",
+"728 284 OFFCURVE",
+"1008 -32 OFFCURVE",
+"1424 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1108 180 OFFCURVE",
+"964 452 OFFCURVE",
+"964 760 CURVE SMOOTH",
+"964 1068 OFFCURVE",
+"1108 1344 OFFCURVE",
+"1424 1344 CURVE SMOOTH",
+"1740 1344 OFFCURVE",
+"1884 1068 OFFCURVE",
+"1884 760 CURVE SMOOTH",
+"1884 452 OFFCURVE",
+"1740 180 OFFCURVE",
+"1424 180 CURVE SMOOTH"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1072, 1744}";
+},
+{
+name = top0315;
+position = "{2216, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"184 940 LINE",
+"184 580 LINE",
+"992 580 LINE",
+"992 940 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"76 1536 LINE",
+"76 0 LINE",
+"536 0 LINE",
+"536 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1884 -28 OFFCURVE",
+"2156 304 OFFCURVE",
+"2156 768 CURVE SMOOTH",
+"2156 1232 OFFCURVE",
+"1884 1556 OFFCURVE",
+"1432 1556 CURVE SMOOTH",
+"980 1556 OFFCURVE",
+"708 1232 OFFCURVE",
+"708 768 CURVE SMOOTH",
+"708 304 OFFCURVE",
+"980 -28 OFFCURVE",
+"1432 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1224 340 OFFCURVE",
+"1144 512 OFFCURVE",
+"1144 768 CURVE SMOOTH",
+"1144 1024 OFFCURVE",
+"1224 1192 OFFCURVE",
+"1432 1192 CURVE SMOOTH",
+"1640 1192 OFFCURVE",
+"1720 1024 OFFCURVE",
+"1720 768 CURVE SMOOTH",
+"1720 512 OFFCURVE",
+"1640 340 OFFCURVE",
+"1432 340 CURVE SMOOTH"
+);
+}
+);
+width = 2252;
+}
+);
+leftKerningGroup = dzhecyrillic;
+rightKerningGroup = becyrillic;
+unicode = 044E;
+userData = {
+interface.gridadjust.original = "{'width': 2300, 'leftMargin': 249, 'rightMargin': 45}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = iacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{788, 1744}";
+},
+{
+name = top0315;
+position = "{1616, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"116 0 LINE",
+"412 0 LINE",
+"848 716 LINE",
+"552 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"412 1488 OFFCURVE",
+"200 1296 OFFCURVE",
+"200 1032 CURVE",
+"200 772 OFFCURVE",
+"400 576 OFFCURVE",
+"744 576 CURVE",
+"1200 576 LINE",
+"1200 796 LINE",
+"744 796 LINE",
+"556 796 OFFCURVE",
+"476 916 OFFCURVE",
+"476 1032 CURVE",
+"476 1148 OFFCURVE",
+"564 1272 OFFCURVE",
+"772 1272 CURVE",
+"1128 1272 LINE",
+"1128 0 LINE",
+"1404 0 LINE",
+"1404 1488 LINE",
+"772 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = top;
+position = "{768, 1744}";
+},
+{
+name = top0315;
+position = "{1632, 1744}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"108 0 LINE",
+"548 0 LINE",
+"956 760 LINE",
+"516 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"392 1488 OFFCURVE",
+"140 1272 OFFCURVE",
+"140 976 CURVE",
+"140 696 OFFCURVE",
+"392 492 OFFCURVE",
+"800 492 CURVE",
+"1192 492 LINE",
+"1192 792 LINE",
+"800 792 LINE",
+"652 792 OFFCURVE",
+"584 880 OFFCURVE",
+"584 960 CURVE",
+"584 1040 OFFCURVE",
+"652 1132 OFFCURVE",
+"800 1132 CURVE",
+"1020 1132 LINE",
+"1020 0 LINE",
+"1464 0 LINE",
+"1464 1488 LINE",
+"800 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 044F;
+userData = {
+interface.gridadjust.original = "{'width': 1550, 'leftMargin': 51, 'rightMargin': 213}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ghemiddlehookcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"644 656 LINE SMOOTH",
+"896 656 OFFCURVE",
+"1068 504 OFFCURVE",
+"1072 236 CURVE SMOOTH",
+"1072 40 OFFCURVE",
+"988 -116 OFFCURVE",
+"744 -180 CURVE",
+"812 -392 LINE",
+"1204 -324 OFFCURVE",
+"1344 32 OFFCURVE",
+"1344 236 CURVE",
+"1344 644 OFFCURVE",
+"1052 892 OFFCURVE",
+"644 892 CURVE SMOOTH",
+"272 892 LINE",
+"272 656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 1488 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 1268 LINE",
+"1164 1268 LINE",
+"1164 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"632 568 LINE SMOOTH",
+"856 568 OFFCURVE",
+"992 468 OFFCURVE",
+"992 248 CURVE SMOOTH",
+"988 72 OFFCURVE",
+"884 -24 OFFCURVE",
+"728 -108 CURVE",
+"932 -392 LINE",
+"1280 -252 OFFCURVE",
+"1440 24 OFFCURVE",
+"1432 248 CURVE",
+"1432 716 OFFCURVE",
+"1104 924 OFFCURVE",
+"632 924 CURVE SMOOTH",
+"340 924 LINE",
+"340 568 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"132 1488 LINE",
+"132 0 LINE",
+"576 0 LINE",
+"576 1132 LINE",
+"1172 1132 LINE",
+"1172 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0495;
+userData = {
+interface.gridadjust.original = "{'width': 1419.0, 'leftMargin': 154, 'rightMargin': 95.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = pemiddlehookcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1652 656 LINE SMOOTH",
+"1920 656 OFFCURVE",
+"2104 504 OFFCURVE",
+"2108 236 CURVE SMOOTH",
+"2108 40 OFFCURVE",
+"2028 -116 OFFCURVE",
+"1780 -180 CURVE",
+"1852 -392 LINE",
+"2240 -324 OFFCURVE",
+"2380 32 OFFCURVE",
+"2384 236 CURVE",
+"2384 644 OFFCURVE",
+"2076 892 OFFCURVE",
+"1652 892 CURVE SMOOTH",
+"1268 892 LINE",
+"1268 656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"388 1488 LINE",
+"388 1268 LINE",
+"1112 1268 LINE",
+"1112 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"148 1488 LINE",
+"148 0 LINE",
+"424 0 LINE",
+"424 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1084 1488 LINE",
+"1084 0 LINE",
+"1356 0 LINE",
+"1356 1488 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+guideLines = (
+{
+position = "{0, 4786.375}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1600 580 LINE SMOOTH",
+"1840 580 OFFCURVE",
+"1988 480 OFFCURVE",
+"1988 264 CURVE SMOOTH",
+"1984 88 OFFCURVE",
+"1880 -8 OFFCURVE",
+"1724 -96 CURVE",
+"1924 -380 LINE",
+"2276 -240 OFFCURVE",
+"2436 36 OFFCURVE",
+"2428 264 CURVE",
+"2428 728 OFFCURVE",
+"2088 940 OFFCURVE",
+"1600 940 CURVE SMOOTH",
+"1172 940 LINE",
+"1172 580 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 1488 LINE",
+"468 1132 LINE",
+"1176 1132 LINE",
+"1176 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 1488 LINE",
+"164 0 LINE",
+"604 0 LINE",
+"604 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1044 1488 LINE",
+"1044 0 LINE",
+"1488 0 LINE",
+"1488 1488 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 04A7;
+userData = {
+interface.gridadjust.original = "{'width': 2459, 'leftMargin': 147, 'rightMargin': 93}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{716, 1776}";
+},
+{
+name = top0315;
+position = "{1412, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"84 852 LINE",
+"84 632 LINE",
+"840 632 LINE",
+"840 852 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1304 1364 OFFCURVE",
+"1060 1556 OFFCURVE",
+"736 1556 CURVE SMOOTH",
+"320 1556 OFFCURVE",
+"44 1228 OFFCURVE",
+"44 768 CURVE SMOOTH",
+"44 296 OFFCURVE",
+"312 -32 OFFCURVE",
+"740 -32 CURVE SMOOTH",
+"1080 -32 OFFCURVE",
+"1304 176 OFFCURVE",
+"1344 448 CURVE",
+"1108 448 LINE",
+"1064 280 OFFCURVE",
+"924 180 OFFCURVE",
+"740 180 CURVE SMOOTH",
+"460 180 OFFCURVE",
+"280 412 OFFCURVE",
+"280 768 CURVE SMOOTH",
+"280 1116 OFFCURVE",
+"464 1344 OFFCURVE",
+"740 1344 CURVE SMOOTH",
+"948 1344 OFFCURVE",
+"1072 1216 OFFCURVE",
+"1108 1076 CURVE",
+"1344 1076 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = top;
+position = "{792, 1776}";
+},
+{
+name = top0315;
+position = "{1468, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"432 896 LINE",
+"432 640 LINE",
+"920 640 LINE",
+"920 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 1352 OFFCURVE",
+"1180 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH",
+"1168 -28 OFFCURVE",
+"1424 168 OFFCURVE",
+"1496 472 CURVE",
+"1072 548 LINE",
+"1036 424 OFFCURVE",
+"960 340 OFFCURVE",
+"820 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"972 1192 OFFCURVE",
+"1044 1100 OFFCURVE",
+"1080 952 CURVE",
+"1500 1032 LINE"
+);
+}
+);
+width = 1588;
+}
+);
+leftKerningGroup = ecyrillic;
+rightKerningGroup = ecyrillic;
+unicode = 0454;
+userData = {
+interface.gridadjust.original = "{'width': 1517, 'leftMargin': 191, 'rightMargin': -25}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = haabkhasiancyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{792, -16}";
+},
+{
+name = top;
+position = "{792, 1776}";
+},
+{
+name = top0315;
+position = "{1704, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1200 212 OFFCURVE",
+"956 448 OFFCURVE",
+"956 788 CURVE",
+"956 936 LINE SMOOTH",
+"956 1144 OFFCURVE",
+"1012 1292 OFFCURVE",
+"1120 1292 CURVE",
+"1228 1292 OFFCURVE",
+"1288 1120 OFFCURVE",
+"1288 908 CURVE",
+"1288 760 LINE SMOOTH",
+"1288 440 OFFCURVE",
+"1112 200 OFFCURVE",
+"828 200 CURVE SMOOTH",
+"576 200 OFFCURVE",
+"424 456 OFFCURVE",
+"424 788 CURVE SMOOTH",
+"424 864 LINE SMOOTH",
+"424 1108 OFFCURVE",
+"500 1288 OFFCURVE",
+"632 1288 CURVE",
+"632 1516 LINE",
+"344 1516 OFFCURVE",
+"148 1236 OFFCURVE",
+"148 864 CURVE SMOOTH",
+"148 788 LINE SMOOTH",
+"148 328 OFFCURVE",
+"420 -28 OFFCURVE",
+"828 -28 CURVE SMOOTH",
+"1264 -28 OFFCURVE",
+"1560 312 OFFCURVE",
+"1560 760 CURVE SMOOTH",
+"1560 904 LINE",
+"1560 1252 OFFCURVE",
+"1392 1520 OFFCURVE",
+"1120 1520 CURVE",
+"848 1520 OFFCURVE",
+"680 1276 OFFCURVE",
+"680 932 CURVE SMOOTH",
+"680 792 LINE",
+"680 336 OFFCURVE",
+"1044 -16 OFFCURVE",
+"1632 -16 CURVE",
+"1632 212 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{932, -16}";
+},
+{
+name = top;
+position = "{932, 1776}";
+},
+{
+name = top0315;
+position = "{1956, 1776}";
+}
+);
+guideLines = (
+{
+position = "{0, 2858.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1428 184 OFFCURVE",
+"1176 408 OFFCURVE",
+"1176 684 CURVE",
+"1176 928 LINE SMOOTH",
+"1176 1048 OFFCURVE",
+"1224 1144 OFFCURVE",
+"1300 1144 CURVE",
+"1372 1144 OFFCURVE",
+"1424 1040 OFFCURVE",
+"1424 904 CURVE",
+"1424 676 LINE SMOOTH",
+"1424 484 OFFCURVE",
+"1268 344 OFFCURVE",
+"1020 344 CURVE SMOOTH",
+"808 344 OFFCURVE",
+"676 496 OFFCURVE",
+"676 708 CURVE SMOOTH",
+"676 864 LINE SMOOTH",
+"676 1028 OFFCURVE",
+"732 1128 OFFCURVE",
+"828 1148 CURVE",
+"828 1516 LINE",
+"456 1516 OFFCURVE",
+"204 1236 OFFCURVE",
+"204 864 CURVE SMOOTH",
+"204 708 LINE SMOOTH",
+"204 288 OFFCURVE",
+"532 -28 OFFCURVE",
+"1020 -28 CURVE SMOOTH",
+"1528 -28 OFFCURVE",
+"1864 264 OFFCURVE",
+"1864 648 CURVE SMOOTH",
+"1864 872 LINE",
+"1864 1236 OFFCURVE",
+"1660 1516 OFFCURVE",
+"1356 1516 CURVE",
+"1068 1516 OFFCURVE",
+"876 1264 OFFCURVE",
+"876 948 CURVE SMOOTH",
+"876 708 LINE",
+"876 284 OFFCURVE",
+"1180 -44 OFFCURVE",
+"1880 -44 CURVE",
+"1880 184 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 04A9;
+userData = {
+interface.gridadjust.original = "{'width': 1705.0, 'leftMargin': 149, 'rightMargin': 73.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tetsecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 1488 LINE",
+"136 1268 LINE",
+"1112 1268 LINE",
+"1112 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1684 0 LINE",
+"1684 1488 LINE",
+"1412 1488 LINE",
+"1412 220 LINE",
+"752 220 LINE",
+"752 1488 LINE",
+"476 1488 LINE",
+"476 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1396 220 LINE",
+"1396 0 LINE",
+"1596 0 LINE",
+"1596 -440 LINE",
+"1840 -440 LINE",
+"1868 220 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"120 1488 LINE",
+"120 1128 LINE",
+"1092 1128 LINE",
+"1092 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1708 0 LINE",
+"1708 1488 LINE",
+"1264 1488 LINE",
+"1264 360 LINE",
+"828 360 LINE",
+"828 1488 LINE",
+"384 1488 LINE",
+"384 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 356 LINE",
+"1344 0 LINE",
+"1504 0 LINE",
+"1504 -440 LINE",
+"1920 -440 LINE",
+"1944 356 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 04B5;
+userData = {
+interface.gridadjust.original = "{'width': 1898, 'leftMargin': 44, 'rightMargin': 94}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = cheabkhasiancyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, -4}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"20 876 OFFCURVE",
+"188 688 OFFCURVE",
+"520 688 CURVE",
+"520 880 LINE",
+"320 880 OFFCURVE",
+"236 1000 OFFCURVE",
+"236 1180 CURVE",
+"20 1180 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1388 -32 OFFCURVE",
+"1616 124 OFFCURVE",
+"1688 356 CURVE",
+"1460 420 LINE",
+"1400 260 OFFCURVE",
+"1264 180 OFFCURVE",
+"1076 180 CURVE SMOOTH",
+"776 180 OFFCURVE",
+"596 384 OFFCURVE",
+"596 768 CURVE",
+"596 1132 OFFCURVE",
+"784 1344 OFFCURVE",
+"1052 1344 CURVE",
+"1308 1344 OFFCURVE",
+"1472 1152 OFFCURVE",
+"1472 892 CURVE",
+"528 892 LINE",
+"528 688 LINE",
+"1712 688 LINE",
+"1712 788 LINE SMOOTH",
+"1712 1360 OFFCURVE",
+"1372 1556 OFFCURVE",
+"1052 1556 CURVE SMOOTH",
+"636 1556 OFFCURVE",
+"360 1228 OFFCURVE",
+"360 756 CURVE",
+"360 284 OFFCURVE",
+"632 -32 OFFCURVE",
+"1076 -32 CURVE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1112, 20}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"12 828 OFFCURVE",
+"220 604 OFFCURVE",
+"580 604 CURVE",
+"580 884 LINE",
+"376 884 OFFCURVE",
+"272 1000 OFFCURVE",
+"272 1188 CURVE",
+"12 1188 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1620 -28 OFFCURVE",
+"1808 232 OFFCURVE",
+"1856 432 CURVE",
+"1452 540 LINE",
+"1420 448 OFFCURVE",
+"1360 340 OFFCURVE",
+"1176 340 CURVE SMOOTH",
+"948 340 OFFCURVE",
+"856 504 OFFCURVE",
+"856 744 CURVE",
+"856 1020 OFFCURVE",
+"960 1192 OFFCURVE",
+"1164 1192 CURVE SMOOTH",
+"1344 1192 OFFCURVE",
+"1440 1080 OFFCURVE",
+"1440 936 CURVE",
+"596 936 LINE",
+"596 640 LINE",
+"1868 640 LINE",
+"1868 832 LINE SMOOTH",
+"1868 1288 OFFCURVE",
+"1592 1556 OFFCURVE",
+"1168 1556 CURVE SMOOTH",
+"688 1556 OFFCURVE",
+"424 1212 OFFCURVE",
+"424 744 CURVE",
+"424 260 OFFCURVE",
+"712 -28 OFFCURVE",
+"1180 -28 CURVE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 04BD;
+userData = {
+interface.gridadjust.original = "{'width': 1671, 'leftMargin': -55, 'rightMargin': -15}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dzeabkhasiancyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 1268 LINE",
+"1000 1268 LINE",
+"504 656 LINE",
+"504 488 LINE",
+"688 488 LINE",
+"1352 1320 LINE",
+"1352 1488 LINE",
+"156 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"504 440 LINE",
+"712 440 LINE SMOOTH",
+"996 440 OFFCURVE",
+"1152 324 OFFCURVE",
+"1152 40 CURVE SMOOTH",
+"1152 -168 OFFCURVE",
+"1000 -324 OFFCURVE",
+"744 -324 CURVE SMOOTH",
+"520 -324 OFFCURVE",
+"372 -156 OFFCURVE",
+"372 40 CURVE",
+"96 40 LINE",
+"96 -368 OFFCURVE",
+"428 -544 OFFCURVE",
+"744 -544 CURVE SMOOTH",
+"1140 -544 OFFCURVE",
+"1424 -328 OFFCURVE",
+"1424 44 CURVE SMOOTH",
+"1424 436 OFFCURVE",
+"1164 652 OFFCURVE",
+"716 652 CURVE SMOOTH",
+"504 652 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"260 1132 LINE",
+"1104 1132 LINE",
+"652 688 LINE",
+"652 516 LINE",
+"972 516 LINE",
+"1612 1192 LINE",
+"1612 1488 LINE",
+"260 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 420 LINE",
+"832 420 LINE SMOOTH",
+"1072 420 OFFCURVE",
+"1200 320 OFFCURVE",
+"1200 56 CURVE SMOOTH",
+"1200 -80 OFFCURVE",
+"1088 -188 OFFCURVE",
+"896 -188 CURVE SMOOTH",
+"728 -188 OFFCURVE",
+"624 -88 OFFCURVE",
+"624 40 CURVE",
+"180 40 LINE",
+"180 -368 OFFCURVE",
+"544 -544 OFFCURVE",
+"896 -544 CURVE SMOOTH",
+"1328 -544 OFFCURVE",
+"1644 -328 OFFCURVE",
+"1644 44 CURVE SMOOTH",
+"1644 472 OFFCURVE",
+"1372 712 OFFCURVE",
+"908 712 CURVE",
+"652 680 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 04E1;
+userData = {
+interface.gridadjust.original = "{'width': 1643, 'leftMargin': 143, 'rightMargin': 170}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = izhitsacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{740, 1716}";
+},
+{
+name = top0315;
+position = "{1432, 1716}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"632 0 LINE",
+"812 0 LINE",
+"1216 1156 LINE",
+"1244 1224 OFFCURVE",
+"1304 1276 OFFCURVE",
+"1356 1276 CURVE SMOOTH",
+"1384 1276 OFFCURVE",
+"1404 1272 OFFCURVE",
+"1412 1264 CURVE",
+"1440 1480 LINE",
+"1392 1512 OFFCURVE",
+"1344 1516 OFFCURVE",
+"1292 1516 CURVE SMOOTH",
+"1152 1516 OFFCURVE",
+"1020 1420 OFFCURVE",
+"940 1172 CURVE",
+"736 448 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"80 1488 LINE",
+"604 0 LINE",
+"784 0 LINE",
+"680 448 LINE",
+"360 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = top;
+position = "{820, 1776}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"660 0 LINE",
+"960 0 LINE",
+"1252 996 LINE",
+"1272 1076 OFFCURVE",
+"1332 1148 OFFCURVE",
+"1408 1148 CURVE SMOOTH",
+"1428 1148 OFFCURVE",
+"1476 1144 OFFCURVE",
+"1480 1144 CURVE",
+"1516 1496 LINE",
+"1476 1512 OFFCURVE",
+"1428 1516 OFFCURVE",
+"1376 1516 CURVE SMOOTH",
+"1104 1516 OFFCURVE",
+"952 1328 OFFCURVE",
+"860 1012 CURVE",
+"760 612 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"52 1488 LINE",
+"516 0 LINE",
+"816 0 LINE",
+"708 612 LINE",
+"520 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0475;
+userData = {
+interface.gridadjust.original = "{'width': 1419.0, 'leftMargin': 65, 'rightMargin': -8.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = dollar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1004 -256 LINE",
+"1036 2304 LINE",
+"832 2304 LINE",
+"800 -256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1600 1520 LINE",
+"1580 1844 OFFCURVE",
+"1304 2076 OFFCURVE",
+"908 2076 CURVE SMOOTH",
+"516 2076 OFFCURVE",
+"208 1848 OFFCURVE",
+"208 1504 CURVE SMOOTH",
+"208 1228 OFFCURVE",
+"408 1064 OFFCURVE",
+"728 972 CURVE SMOOTH",
+"980 900 LINE SMOOTH",
+"1256 820 OFFCURVE",
+"1388 744 OFFCURVE",
+"1388 560 CURVE SMOOTH",
+"1388 336 OFFCURVE",
+"1172 188 OFFCURVE",
+"888 188 CURVE SMOOTH",
+"644 188 OFFCURVE",
+"428 296 OFFCURVE",
+"408 528 CURVE",
+"152 528 LINE",
+"176 192 OFFCURVE",
+"448 -36 OFFCURVE",
+"888 -36 CURVE SMOOTH",
+"1360 -36 OFFCURVE",
+"1628 224 OFFCURVE",
+"1628 560 CURVE SMOOTH",
+"1628 844 OFFCURVE",
+"1440 1016 OFFCURVE",
+"1052 1120 CURVE SMOOTH",
+"844 1176 LINE SMOOTH",
+"572 1248 OFFCURVE",
+"448 1348 OFFCURVE",
+"448 1512 CURVE SMOOTH",
+"448 1712 OFFCURVE",
+"628 1856 OFFCURVE",
+"900 1856 CURVE SMOOTH",
+"1148 1856 OFFCURVE",
+"1324 1740 OFFCURVE",
+"1360 1520 CURVE"
+);
+}
+);
+width = 1812;
+},
+{
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1000 -256 LINE",
+"1032 2304 LINE",
+"848 2304 LINE",
+"816 -256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1648 1440 LINE",
+"1648 1828 OFFCURVE",
+"1344 2076 OFFCURVE",
+"904 2076 CURVE SMOOTH",
+"464 2076 OFFCURVE",
+"144 1844 OFFCURVE",
+"144 1500 CURVE",
+"144 1196 OFFCURVE",
+"396 1000 OFFCURVE",
+"736 896 CURVE SMOOTH",
+"776 884 LINE SMOOTH",
+"1092 784 OFFCURVE",
+"1200 696 OFFCURVE",
+"1200 572 CURVE SMOOTH {name = hr00;}",
+"1200 464 OFFCURVE",
+"1108 356 OFFCURVE",
+"892 356 CURVE SMOOTH",
+"676 356 OFFCURVE",
+"540 464 OFFCURVE",
+"532 664 CURVE",
+"84 664 LINE",
+"84 180 OFFCURVE",
+"484 -28 OFFCURVE",
+"892 -28 CURVE SMOOTH",
+"1336 -28 OFFCURVE",
+"1648 188 OFFCURVE",
+"1648 576 CURVE",
+"1648 908 OFFCURVE",
+"1420 1076 OFFCURVE",
+"1036 1212 CURVE SMOOTH",
+"980 1236 LINE SMOOTH",
+"760 1316 OFFCURVE",
+"596 1368 OFFCURVE",
+"596 1496 CURVE",
+"596 1612 OFFCURVE",
+"724 1688 OFFCURVE",
+"904 1688 CURVE SMOOTH",
+"1104 1688 OFFCURVE",
+"1200 1592 OFFCURVE",
+"1208 1440 CURVE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = S;
+rightKerningGroup = S;
+unicode = 0024;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = cent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{832, 1440}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"728 1812 LINE",
+"728 1412 LINE",
+"948 1412 LINE",
+"948 1812 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"728 64 LINE",
+"728 -336 LINE",
+"948 -336 LINE",
+"948 64 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1404 1364 OFFCURVE",
+"1160 1556 OFFCURVE",
+"836 1556 CURVE SMOOTH",
+"420 1556 OFFCURVE",
+"144 1228 OFFCURVE",
+"144 768 CURVE SMOOTH",
+"144 296 OFFCURVE",
+"412 -32 OFFCURVE",
+"840 -32 CURVE SMOOTH",
+"1180 -32 OFFCURVE",
+"1404 176 OFFCURVE",
+"1444 448 CURVE",
+"1208 448 LINE",
+"1164 280 OFFCURVE",
+"1024 180 OFFCURVE",
+"840 180 CURVE SMOOTH",
+"560 180 OFFCURVE",
+"380 412 OFFCURVE",
+"380 768 CURVE SMOOTH",
+"380 1116 OFFCURVE",
+"564 1344 OFFCURVE",
+"840 1344 CURVE SMOOTH",
+"1048 1344 OFFCURVE",
+"1172 1216 OFFCURVE",
+"1208 1076 CURVE",
+"1444 1076 LINE"
+);
+}
+);
+width = 1572;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"688 1812 LINE",
+"688 1412 LINE",
+"964 1412 LINE",
+"964 1812 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"688 64 LINE",
+"688 -336 LINE",
+"964 -336 LINE",
+"964 64 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 1352 OFFCURVE",
+"1180 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH",
+"1168 -28 OFFCURVE",
+"1424 168 OFFCURVE",
+"1496 472 CURVE",
+"1072 548 LINE",
+"1036 424 OFFCURVE",
+"960 340 OFFCURVE",
+"820 340 CURVE SMOOTH",
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"972 1192 OFFCURVE",
+"1044 1100 OFFCURVE",
+"1080 952 CURVE",
+"1500 1032 LINE"
+);
+}
+);
+width = 1588;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = c;
+unicode = 00A2;
+userData = {
+com.typemytype.robofont.guideline.magnetic.Wyvc05k93r = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = yen;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{768, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"200 1020 LINE",
+"200 840 LINE",
+"1344 840 LINE",
+"1344 1020 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"200 624 LINE",
+"200 444 LINE",
+"1344 444 LINE",
+"1344 624 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"732 828 LINE",
+"896 828 LINE",
+"1504 2048 LINE",
+"1228 2048 LINE",
+"704 908 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"40 2048 LINE",
+"648 828 LINE",
+"812 828 LINE",
+"840 908 LINE",
+"316 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"648 1076 LINE",
+"648 0 LINE",
+"896 0 LINE",
+"896 1076 LINE"
+);
+}
+);
+width = 1544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"128 1064 LINE",
+"128 804 LINE",
+"1384 804 LINE",
+"1384 1064 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 668 LINE",
+"128 408 LINE",
+"1384 408 LINE",
+"1384 668 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"736 788 LINE",
+"980 788 LINE",
+"1528 2048 LINE",
+"1056 2048 LINE",
+"680 1048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"36 2048 LINE",
+"580 788 LINE",
+"828 788 LINE",
+"888 1036 LINE",
+"508 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"544 1080 LINE",
+"544 0 LINE",
+"1004 0 LINE",
+"1004 1080 LINE"
+);
+}
+);
+width = 1564;
+}
+);
+unicode = 00A5;
+userData = {
+com.typemytype.robofont.guideline.magnetic.tTOmEYBKMR = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = sterling;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1540 220 LINE",
+"184 220 LINE",
+"184 0 LINE",
+"1540 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1108 1024 LINE",
+"176 1024 LINE",
+"176 796 LINE",
+"1108 796 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 1724 OFFCURVE",
+"808 1856 OFFCURVE",
+"1000 1856 CURVE SMOOTH",
+"1180 1856 OFFCURVE",
+"1356 1740 OFFCURVE",
+"1328 1532 CURVE",
+"1560 1468 LINE",
+"1636 1772 OFFCURVE",
+"1368 2076 OFFCURVE",
+"988 2076 CURVE SMOOTH",
+"664 2076 OFFCURVE",
+"368 1856 OFFCURVE",
+"380 1428 CURVE SMOOTH",
+"408 560 LINE SMOOTH",
+"408 440 OFFCURVE",
+"388 220 OFFCURVE",
+"264 220 CURVE",
+"512 164 LINE",
+"620 240 OFFCURVE",
+"652 392 OFFCURVE",
+"644 560 CURVE SMOOTH",
+"612 1428 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1648 384 LINE",
+"180 384 LINE",
+"180 0 LINE",
+"1648 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 1180 LINE",
+"176 1180 LINE",
+"176 820 LINE",
+"1276 820 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"840 1632 OFFCURVE",
+"908 1704 OFFCURVE",
+"1012 1704 CURVE SMOOTH",
+"1124 1704 OFFCURVE",
+"1212 1652 OFFCURVE",
+"1212 1488 CURVE",
+"1648 1488 LINE",
+"1648 1840 OFFCURVE",
+"1420 2076 OFFCURVE",
+"1004 2076 CURVE SMOOTH",
+"628 2076 OFFCURVE",
+"368 1856 OFFCURVE",
+"380 1476 CURVE SMOOTH",
+"408 600 LINE SMOOTH",
+"412 496 OFFCURVE",
+"400 404 OFFCURVE",
+"320 384 CURVE",
+"588 248 LINE",
+"800 336 OFFCURVE",
+"880 444 OFFCURVE",
+"872 628 CURVE SMOOTH",
+"840 1476 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 00A3;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = florin;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"632 1488 LINE",
+"632 1640 LINE SMOOTH",
+"632 1816 OFFCURVE",
+"716 1904 OFFCURVE",
+"876 1904 CURVE SMOOTH",
+"924 1904 OFFCURVE",
+"960 1896 OFFCURVE",
+"988 1888 CURVE",
+"1048 2104 LINE",
+"996 2124 OFFCURVE",
+"888 2140 OFFCURVE",
+"812 2140 CURVE SMOOTH",
+"564 2140 OFFCURVE",
+"384 1964 OFFCURVE",
+"384 1640 CURVE SMOOTH",
+"384 1488 LINE",
+"136 1488 LINE",
+"136 1284 LINE",
+"384 1284 LINE",
+"384 -124 LINE SMOOTH",
+"384 -284 OFFCURVE",
+"304 -380 OFFCURVE",
+"196 -380 CURVE SMOOTH",
+"172 -380 OFFCURVE",
+"88 -376 OFFCURVE",
+"60 -364 CURVE",
+"40 -580 LINE",
+"92 -596 OFFCURVE",
+"140 -600 OFFCURVE",
+"196 -600 CURVE SMOOTH",
+"476 -600 OFFCURVE",
+"632 -432 OFFCURVE",
+"632 -124 CURVE SMOOTH",
+"632 1284 LINE",
+"912 1284 LINE",
+"912 1488 LINE"
+);
+}
+);
+width = 1088;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"844 1488 LINE",
+"844 1608 LINE SMOOTH",
+"844 1724 OFFCURVE",
+"912 1784 OFFCURVE",
+"1032 1784 CURVE SMOOTH",
+"1092 1784 OFFCURVE",
+"1128 1780 OFFCURVE",
+"1172 1772 CURVE",
+"1204 2112 LINE",
+"1128 2128 OFFCURVE",
+"1056 2140 OFFCURVE",
+"976 2140 CURVE SMOOTH",
+"616 2140 OFFCURVE",
+"400 1956 OFFCURVE",
+"400 1608 CURVE SMOOTH",
+"400 1488 LINE",
+"184 1488 LINE",
+"184 1168 LINE",
+"400 1168 LINE",
+"400 -48 LINE SMOOTH",
+"400 -176 OFFCURVE",
+"372 -244 OFFCURVE",
+"252 -244 CURVE SMOOTH",
+"216 -244 OFFCURVE",
+"156 -236 OFFCURVE",
+"128 -228 CURVE",
+"108 -580 LINE",
+"184 -596 OFFCURVE",
+"248 -600 OFFCURVE",
+"320 -600 CURVE SMOOTH",
+"648 -600 OFFCURVE",
+"844 -408 OFFCURVE",
+"844 -48 CURVE SMOOTH",
+"844 1168 LINE",
+"1136 1168 LINE",
+"1136 1488 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 0192;
+userData = {
+interface.gridadjust.original = "{'width': 968.0, 'leftMargin': -30, 'rightMargin': -1.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni20BA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{668, 1972}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"436 2048 LINE",
+"436 -16 LINE",
+"684 0 LINE",
+"684 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1244 368 OFFCURVE",
+"992 204 OFFCURVE",
+"680 204 CURVE",
+"436 -16 LINE",
+"492 -24 OFFCURVE",
+"596 -28 OFFCURVE",
+"680 -28 CURVE SMOOTH",
+"1172 -28 OFFCURVE",
+"1492 264 OFFCURVE",
+"1492 896 CURVE",
+"1244 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 1444 LINE",
+"136 1196 LINE",
+"1112 1644 LINE",
+"1112 1892 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 976 LINE",
+"136 728 LINE",
+"1112 1176 LINE",
+"1112 1424 LINE"
+);
+}
+);
+width = 1660;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"328 2048 LINE",
+"328 0 LINE",
+"788 0 LINE",
+"788 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1184 560 OFFCURVE",
+"1044 348 OFFCURVE",
+"780 348 CURVE",
+"328 0 LINE",
+"440 -16 OFFCURVE",
+"592 -28 OFFCURVE",
+"780 -28 CURVE SMOOTH",
+"1288 -28 OFFCURVE",
+"1652 348 OFFCURVE",
+"1652 968 CURVE",
+"1184 968 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 1624 LINE",
+"140 1320 LINE",
+"1064 1576 LINE",
+"1064 1884 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 1172 LINE",
+"140 868 LINE",
+"1064 1124 LINE",
+"1064 1428 LINE"
+);
+}
+);
+width = 1780;
+}
+);
+unicode = 20BA;
+userData = {
+com.typemytype.robofont.guideline.magnetic.eWldqGkD0S = 5;
+interface.gridadjust.original = "{'width': 1595.0, 'leftMargin': 41, 'rightMargin': 118.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni20BD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{1056, 1440}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1600 832 OFFCURVE",
+"1812 1108 OFFCURVE",
+"1812 1440 CURVE SMOOTH",
+"1812 1772 OFFCURVE",
+"1600 2048 OFFCURVE",
+"1144 2048 CURVE SMOOTH",
+"428 2048 LINE",
+"428 0 LINE",
+"676 0 LINE",
+"676 1828 LINE",
+"1144 1828 LINE SMOOTH",
+"1432 1828 OFFCURVE",
+"1568 1664 OFFCURVE",
+"1568 1440 CURVE SMOOTH",
+"1568 1216 OFFCURVE",
+"1432 1052 OFFCURVE",
+"1144 1052 CURVE SMOOTH",
+"104 1052 LINE",
+"104 832 LINE",
+"1144 832 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 640 LINE",
+"104 420 LINE",
+"1128 420 LINE",
+"1128 640 LINE"
+);
+}
+);
+width = 1976;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1652 724 OFFCURVE",
+"1960 968 OFFCURVE",
+"1960 1376 CURVE SMOOTH",
+"1960 1764 OFFCURVE",
+"1664 2048 OFFCURVE",
+"1188 2048 CURVE SMOOTH",
+"396 2048 LINE",
+"396 0 LINE",
+"856 0 LINE",
+"856 1672 LINE",
+"1188 1672 LINE SMOOTH",
+"1392 1672 OFFCURVE",
+"1492 1540 OFFCURVE",
+"1492 1372 CURVE SMOOTH",
+"1492 1212 OFFCURVE",
+"1412 1096 OFFCURVE",
+"1172 1096 CURVE SMOOTH",
+"124 1096 LINE",
+"124 724 LINE",
+"1188 724 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 604 LINE",
+"124 232 LINE",
+"1288 232 LINE",
+"1288 604 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 20BD;
+userData = {
+com.typemytype.robofont.guideline.magnetic.S2re7kPBZ8 = 5;
+interface.gridadjust.original = "{'width': 1882, 'leftMargin': 41, 'rightMargin': 99}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = Euro;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1092, 616}";
+},
+{
+angle = 39.8056;
+position = "{1092, 1024}";
+},
+{
+angle = 319.999;
+position = "{1092, 1024}";
+},
+{
+angle = 64.9727;
+position = "{1540, 1528}";
+},
+{
+angle = 90;
+position = "{1600, 1616}";
+},
+{
+angle = 295.0037;
+position = "{1600, 368}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 1324 LINE",
+"72 1124 LINE",
+"1376 1124 LINE",
+"1468 1324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 924 LINE",
+"72 724 LINE",
+"1204 724 LINE",
+"1296 924 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1560 2000 OFFCURVE",
+"1372 2076 OFFCURVE",
+"1160 2076 CURVE SMOOTH",
+"668 2076 OFFCURVE",
+"320 1672 OFFCURVE",
+"320 1024 CURVE",
+"320 376 OFFCURVE",
+"668 -28 OFFCURVE",
+"1160 -28 CURVE SMOOTH",
+"1364 -28 OFFCURVE",
+"1560 40 OFFCURVE",
+"1700 172 CURVE",
+"1600 380 LINE",
+"1484 280 OFFCURVE",
+"1336 204 OFFCURVE",
+"1160 204 CURVE SMOOTH",
+"820 204 OFFCURVE",
+"560 492 OFFCURVE",
+"560 1024 CURVE",
+"560 1556 OFFCURVE",
+"820 1844 OFFCURVE",
+"1160 1844 CURVE SMOOTH",
+"1332 1844 OFFCURVE",
+"1480 1772 OFFCURVE",
+"1608 1656 CURVE",
+"1704 1864 LINE"
+);
+}
+);
+width = 1872;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1092, 616}";
+},
+{
+angle = 39.8056;
+position = "{1092, 1024}";
+},
+{
+angle = 319.999;
+position = "{1092, 1024}";
+},
+{
+angle = 64.9727;
+position = "{1540, 1528}";
+},
+{
+angle = 90;
+position = "{1600, 1616}";
+},
+{
+angle = 295.0037;
+position = "{1600, 368}";
+},
+{
+position = "{1092, 1024}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 1348 LINE",
+"76 1124 LINE",
+"1372 1124 LINE",
+"1472 1348 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 924 LINE",
+"76 696 LINE",
+"1172 696 LINE",
+"1280 924 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1584 2012 OFFCURVE",
+"1404 2076 OFFCURVE",
+"1200 2076 CURVE SMOOTH",
+"688 2076 OFFCURVE",
+"328 1688 OFFCURVE",
+"328 1020 CURVE",
+"328 356 OFFCURVE",
+"688 -28 OFFCURVE",
+"1200 -28 CURVE SMOOTH",
+"1400 -28 OFFCURVE",
+"1580 32 OFFCURVE",
+"1720 148 CURVE",
+"1548 516 LINE",
+"1488 472 OFFCURVE",
+"1372 388 OFFCURVE",
+"1200 388 CURVE SMOOTH",
+"948 388 OFFCURVE",
+"796 568 OFFCURVE",
+"796 1020 CURVE",
+"796 1472 OFFCURVE",
+"948 1660 OFFCURVE",
+"1200 1660 CURVE SMOOTH",
+"1372 1660 OFFCURVE",
+"1492 1572 OFFCURVE",
+"1556 1528 CURVE",
+"1728 1896 LINE"
+);
+}
+);
+width = 1864;
+}
+);
+unicode = 20AC;
+userData = {
+com.typemytype.robofont.guideline.magnetic.P3MjIU5x5C = 5;
+com.typemytype.robofont.guideline.magnetic.WxZraS8qhG = 5;
+com.typemytype.robofont.guideline.magnetic.b8KedwRYT4 = 5;
+com.typemytype.robofont.guideline.magnetic.dxfmP19I7X = 5;
+com.typemytype.robofont.guideline.magnetic.v5vqb3q4OH = 5;
+com.typemytype.robofont.guideline.magnetic.vdf6Melrtj = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni20B9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"148 1564 LINE",
+"80 1332 LINE",
+"1376 1332 LINE",
+"1444 1564 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1148 0 LINE",
+"1148 16 LINE",
+"472 844 LINE",
+"976 844 OFFCURVE",
+"1172 1112 OFFCURVE",
+"1172 1432 CURVE SMOOTH",
+"1172 1784 OFFCURVE",
+"952 2048 OFFCURVE",
+"464 2048 CURVE SMOOTH",
+"148 2048 LINE",
+"80 1824 LINE",
+"464 1824 LINE SMOOTH",
+"768 1824 OFFCURVE",
+"912 1676 OFFCURVE",
+"912 1432 CURVE SMOOTH",
+"912 1184 OFFCURVE",
+"748 1064 OFFCURVE",
+"464 1064 CURVE SMOOTH",
+"100 1064 LINE",
+"104 896 LINE",
+"836 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"424 2048 LINE",
+"356 1824 LINE",
+"1376 1816 LINE",
+"1444 2048 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"168 1536 LINE",
+"96 1248 LINE",
+"1400 1248 LINE",
+"1472 1536 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 0 LINE",
+"1272 20 LINE",
+"700 752 LINE",
+"1060 856 OFFCURVE",
+"1208 1064 OFFCURVE",
+"1208 1416 CURVE SMOOTH",
+"1208 1812 OFFCURVE",
+"952 2048 OFFCURVE",
+"452 2048 CURVE SMOOTH",
+"180 2048 LINE",
+"96 1672 LINE",
+"452 1672 LINE SMOOTH",
+"672 1672 OFFCURVE",
+"752 1548 OFFCURVE",
+"752 1376 CURVE SMOOTH",
+"752 1200 OFFCURVE",
+"656 1064 OFFCURVE",
+"452 1064 CURVE SMOOTH",
+"132 1064 LINE",
+"132 800 LINE",
+"776 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"388 2048 LINE",
+"316 1756 LINE",
+"1400 1756 LINE",
+"1476 2048 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 20B9;
+userData = {
+interface.gridadjust.original = "{'width': 1474.0, 'leftMargin': 55, 'rightMargin': 55.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tenge;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"780 1664 LINE",
+"780 0 LINE",
+"1028 0 LINE",
+"1028 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 1664 LINE",
+"136 1444 LINE",
+"1672 1444 LINE",
+"1672 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 2048 LINE",
+"136 1828 LINE",
+"1672 1828 LINE",
+"1672 2048 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"676 1512 LINE",
+"676 0 LINE",
+"1136 0 LINE",
+"1136 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"84 1512 LINE",
+"84 1136 LINE",
+"1744 1136 LINE",
+"1744 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"84 2048 LINE",
+"84 1672 LINE",
+"1744 1672 LINE",
+"1744 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 20B8;
+userData = {
+interface.gridadjust.original = "{'width': 1680, 'leftMargin': 67, 'rightMargin': 63}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = peseta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1208 816 OFFCURVE",
+"1388 1076 OFFCURVE",
+"1388 1432 CURVE",
+"1388 1784 OFFCURVE",
+"1208 2048 OFFCURVE",
+"752 2048 CURVE",
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 1828 LINE",
+"752 1828 LINE",
+"1060 1828 OFFCURVE",
+"1136 1628 OFFCURVE",
+"1136 1428 CURVE",
+"1136 1228 OFFCURVE",
+"1060 1036 OFFCURVE",
+"752 1036 CURVE",
+"440 1036 LINE",
+"440 816 LINE",
+"752 816 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2924 1416 OFFCURVE",
+"2776 1556 OFFCURVE",
+"2552 1556 CURVE SMOOTH",
+"2288 1556 OFFCURVE",
+"2084 1368 OFFCURVE",
+"2084 1112 CURVE SMOOTH",
+"2084 928 OFFCURVE",
+"2196 752 OFFCURVE",
+"2420 684 CURVE SMOOTH",
+"2632 620 LINE SMOOTH",
+"2756 584 OFFCURVE",
+"2780 516 OFFCURVE",
+"2780 416 CURVE SMOOTH",
+"2780 288 OFFCURVE",
+"2700 192 OFFCURVE",
+"2524 192 CURVE SMOOTH",
+"2356 192 OFFCURVE",
+"2284 296 OFFCURVE",
+"2236 436 CURVE",
+"2028 356 LINE",
+"2088 164 OFFCURVE",
+"2228 -32 OFFCURVE",
+"2528 -32 CURVE SMOOTH",
+"2852 -32 OFFCURVE",
+"3008 184 OFFCURVE",
+"3008 424 CURVE SMOOTH",
+"3008 600 OFFCURVE",
+"2912 764 OFFCURVE",
+"2684 832 CURVE SMOOTH",
+"2496 888 LINE SMOOTH",
+"2352 932 OFFCURVE",
+"2312 1020 OFFCURVE",
+"2312 1124 CURVE SMOOTH",
+"2312 1244 OFFCURVE",
+"2404 1328 OFFCURVE",
+"2552 1328 CURVE SMOOTH",
+"2724 1328 OFFCURVE",
+"2760 1200 OFFCURVE",
+"2784 1132 CURVE",
+"2992 1192 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1360 1536 LINE",
+"1360 1316 LINE",
+"2156 1316 LINE",
+"2156 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1592 376 LINE",
+"1592 108 OFFCURVE",
+"1808 -20 OFFCURVE",
+"2008 -20 CURVE SMOOTH",
+"2096 -20 OFFCURVE",
+"2152 -4 OFFCURVE",
+"2184 8 CURVE",
+"2136 220 LINE",
+"2116 216 OFFCURVE",
+"2084 208 OFFCURVE",
+"2032 208 CURVE SMOOTH",
+"1928 208 OFFCURVE",
+"1828 240 OFFCURVE",
+"1828 440 CURVE",
+"1828 1864 LINE",
+"1592 1864 LINE"
+);
+}
+);
+width = 3144;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1208 704 OFFCURVE",
+"1476 1012 OFFCURVE",
+"1476 1404 CURVE",
+"1476 1772 OFFCURVE",
+"1208 2048 OFFCURVE",
+"716 2048 CURVE",
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 1664 LINE",
+"716 1664 LINE",
+"924 1664 OFFCURVE",
+"1004 1532 OFFCURVE",
+"1004 1400 CURVE",
+"1004 1260 OFFCURVE",
+"924 1084 OFFCURVE",
+"716 1084 CURVE",
+"448 1084 LINE",
+"448 704 LINE",
+"716 704 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"3476 1388 OFFCURVE",
+"3276 1556 OFFCURVE",
+"2880 1556 CURVE SMOOTH",
+"2464 1556 OFFCURVE",
+"2192 1376 OFFCURVE",
+"2192 1060 CURVE SMOOTH",
+"2192 788 OFFCURVE",
+"2396 672 OFFCURVE",
+"2628 620 CURVE SMOOTH",
+"2904 560 LINE SMOOTH",
+"2976 544 OFFCURVE",
+"3076 532 OFFCURVE",
+"3076 424 CURVE SMOOTH",
+"3076 352 OFFCURVE",
+"2972 300 OFFCURVE",
+"2856 300 CURVE SMOOTH",
+"2740 300 OFFCURVE",
+"2620 356 OFFCURVE",
+"2592 496 CURVE",
+"2148 472 LINE",
+"2200 136 OFFCURVE",
+"2436 -28 OFFCURVE",
+"2828 -28 CURVE SMOOTH",
+"3212 -28 OFFCURVE",
+"3548 128 OFFCURVE",
+"3548 484 CURVE SMOOTH",
+"3548 764 OFFCURVE",
+"3344 860 OFFCURVE",
+"3128 904 CURVE SMOOTH",
+"2816 968 LINE SMOOTH",
+"2732 984 OFFCURVE",
+"2648 1012 OFFCURVE",
+"2648 1092 CURVE SMOOTH",
+"2648 1176 OFFCURVE",
+"2752 1224 OFFCURVE",
+"2856 1224 CURVE SMOOTH",
+"2964 1224 OFFCURVE",
+"3076 1176 OFFCURVE",
+"3092 1060 CURVE",
+"3512 1084 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1408 1536 LINE",
+"1408 1216 LINE",
+"2280 1216 LINE",
+"2280 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1580 428 LINE",
+"1580 156 OFFCURVE",
+"1776 -20 OFFCURVE",
+"2024 -20 CURVE SMOOTH",
+"2192 -20 OFFCURVE",
+"2308 12 OFFCURVE",
+"2336 24 CURVE",
+"2268 364 LINE",
+"2240 356 OFFCURVE",
+"2200 352 OFFCURVE",
+"2172 352 CURVE SMOOTH",
+"2096 352 OFFCURVE",
+"2040 368 OFFCURVE",
+"2040 484 CURVE",
+"2040 1864 LINE",
+"1580 1864 LINE"
+);
+}
+);
+width = 3556;
+}
+);
+unicode = 20A7;
+userData = {
+interface.gridadjust.original = "{'width': 2313, 'leftMargin': 224, 'rightMargin': 195}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = peso;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"140 1668 LINE",
+"140 1448 LINE",
+"1968 1448 LINE",
+"1968 1668 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 1340 LINE",
+"140 1120 LINE",
+"1968 1120 LINE",
+"1968 1340 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1556 740 OFFCURVE",
+"1764 1032 OFFCURVE",
+"1764 1400 CURVE",
+"1764 1768 OFFCURVE",
+"1556 2048 OFFCURVE",
+"1076 2048 CURVE",
+"392 2048 LINE",
+"392 0 LINE",
+"640 0 LINE",
+"640 1828 LINE",
+"1076 1828 LINE",
+"1408 1828 OFFCURVE",
+"1520 1652 OFFCURVE",
+"1520 1400 CURVE",
+"1520 1148 OFFCURVE",
+"1408 960 OFFCURVE",
+"1080 960 CURVE",
+"592 960 LINE",
+"592 740 LINE",
+"1080 740 LINE"
+);
+}
+);
+width = 2040;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"164 1596 LINE",
+"164 1376 LINE",
+"2172 1376 LINE",
+"2172 1596 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 1300 LINE",
+"164 1080 LINE",
+"2172 1080 LINE",
+"2172 1300 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1656 656 OFFCURVE",
+"1948 956 OFFCURVE",
+"1948 1344 CURVE SMOOTH",
+"1948 1736 OFFCURVE",
+"1656 2048 OFFCURVE",
+"1176 2048 CURVE SMOOTH",
+"384 2048 LINE",
+"384 0 LINE",
+"844 0 LINE",
+"844 1672 LINE",
+"1176 1672 LINE SMOOTH",
+"1392 1672 OFFCURVE",
+"1480 1504 OFFCURVE",
+"1480 1340 CURVE SMOOTH",
+"1480 1184 OFFCURVE",
+"1392 1028 OFFCURVE",
+"1176 1028 CURVE SMOOTH",
+"676 1028 LINE",
+"676 656 LINE",
+"1176 656 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 20B1;
+userData = {
+interface.gridadjust.original = "{'width': 2089, 'leftMargin': 41, 'rightMargin': 42}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = kip;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"72 1196 LINE",
+"72 976 LINE",
+"1920 976 LINE",
+"1920 1196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"388 2048 LINE",
+"388 0 LINE",
+"636 0 LINE",
+"636 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1580 2048 LINE",
+"660 1032 LINE",
+"588 1032 LINE",
+"588 612 LINE",
+"900 960 LINE",
+"912 980 LINE",
+"1904 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1904 0 LINE",
+"1012 1168 LINE",
+"876 976 LINE",
+"1604 0 LINE"
+);
+}
+);
+width = 1992;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"80 1304 LINE",
+"80 916 LINE",
+"2004 916 LINE",
+"2004 1304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"360 2048 LINE",
+"360 0 LINE",
+"824 0 LINE",
+"824 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1624 2048 LINE",
+"852 1192 LINE",
+"780 1192 LINE",
+"780 452 LINE",
+"1108 812 LINE",
+"1212 940 LINE",
+"2232 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2172 0 LINE",
+"1300 1180 LINE",
+"960 904 LINE",
+"1616 0 LINE"
+);
+}
+);
+width = 2264;
+}
+);
+unicode = 20AD;
+userData = {
+interface.gridadjust.original = "{'width': 1940, 'leftMargin': 41, 'rightMargin': 12}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = won;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1328, 1432}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"76 1352 LINE",
+"76 1132 LINE",
+"2596 1132 LINE",
+"2596 1352 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"76 872 LINE",
+"76 652 LINE",
+"2596 652 LINE",
+"2596 872 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"60 2048 LINE",
+"620 0 LINE",
+"876 0 LINE",
+"1328 1632 LINE",
+"1344 1632 LINE",
+"1796 0 LINE",
+"2052 0 LINE",
+"2612 2048 LINE",
+"2360 2048 LINE",
+"1932 380 LINE",
+"1912 380 LINE",
+"1476 2048 LINE",
+"1196 2048 LINE",
+"760 380 LINE",
+"740 380 LINE",
+"312 2048 LINE"
+);
+}
+);
+width = 2672;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1448, 1192}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"116 1504 LINE",
+"116 1284 LINE",
+"2780 1284 LINE",
+"2780 1504 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"116 1132 LINE",
+"116 912 LINE",
+"2780 912 LINE",
+"2780 1132 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"108 2048 LINE",
+"628 0 LINE",
+"1100 0 LINE",
+"1440 1284 LINE",
+"1456 1284 LINE",
+"1796 0 LINE",
+"2268 0 LINE",
+"2788 2048 LINE",
+"2368 2048 LINE",
+"2024 668 LINE",
+"2008 668 LINE",
+"1652 2048 LINE",
+"1244 2048 LINE",
+"888 672 LINE",
+"872 672 LINE",
+"528 2048 LINE"
+);
+}
+);
+width = 2896;
+}
+);
+unicode = 20A9;
+userData = {
+com.typemytype.robofont.guideline.magnetic.Xi2B3B3iAX = 5;
+interface.gridadjust.original = "{'width': 2071, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = lira;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1608 228 LINE",
+"176 228 LINE",
+"176 0 LINE",
+"1608 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 1712 OFFCURVE",
+"796 1844 OFFCURVE",
+"968 1844 CURVE SMOOTH",
+"1132 1844 OFFCURVE",
+"1324 1760 OFFCURVE",
+"1324 1540 CURVE",
+"1568 1540 LINE",
+"1568 1860 OFFCURVE",
+"1356 2076 OFFCURVE",
+"996 2076 CURVE SMOOTH",
+"640 2076 OFFCURVE",
+"360 1852 OFFCURVE",
+"372 1472 CURVE SMOOTH",
+"400 560 LINE SMOOTH",
+"404 440 OFFCURVE",
+"372 252 OFFCURVE",
+"276 228 CURVE",
+"532 152 LINE",
+"636 228 OFFCURVE",
+"648 392 OFFCURVE",
+"644 560 CURVE SMOOTH",
+"612 1472 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 1184 LINE",
+"168 1004 LINE",
+"1140 1004 LINE",
+"1140 1184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 824 LINE",
+"168 644 LINE",
+"1140 644 LINE",
+"1140 824 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1644 372 LINE",
+"180 372 LINE",
+"180 0 LINE",
+"1644 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"836 1632 OFFCURVE",
+"908 1704 OFFCURVE",
+"1008 1704 CURVE SMOOTH",
+"1120 1704 OFFCURVE",
+"1212 1652 OFFCURVE",
+"1212 1488 CURVE",
+"1648 1488 LINE",
+"1648 1840 OFFCURVE",
+"1416 2076 OFFCURVE",
+"1004 2076 CURVE SMOOTH",
+"624 2076 OFFCURVE",
+"368 1856 OFFCURVE",
+"380 1476 CURVE SMOOTH",
+"404 588 LINE SMOOTH",
+"408 484 OFFCURVE",
+"400 392 OFFCURVE",
+"316 372 CURVE",
+"584 236 LINE",
+"800 324 OFFCURVE",
+"880 432 OFFCURVE",
+"872 616 CURVE SMOOTH",
+"836 1476 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"180 1252 LINE",
+"180 1020 LINE",
+"1216 1020 LINE",
+"1216 1252 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"180 876 LINE",
+"180 644 LINE",
+"1216 644 LINE",
+"1216 876 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 20A4;
+userData = {
+interface.gridadjust.original = "{'width': 1643, 'leftMargin': 124, 'rightMargin': 81}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = austral;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{944, 2196}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"108 1248 LINE",
+"108 1028 LINE",
+"1796 1028 LINE",
+"1796 1248 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"108 768 LINE",
+"108 548 LINE",
+"1796 548 LINE",
+"1796 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 768 LINE",
+"448 548 LINE",
+"1460 548 LINE",
+"1460 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"940 1724 LINE",
+"964 1724 LINE",
+"1572 0 LINE",
+"1832 0 LINE",
+"1080 2048 LINE",
+"824 2048 LINE",
+"72 0 LINE",
+"332 0 LINE"
+);
+}
+);
+width = 1904;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"132 1268 LINE",
+"132 912 LINE",
+"2036 912 LINE",
+"2036 1268 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"132 748 LINE",
+"132 388 LINE",
+"2036 388 LINE",
+"2036 748 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"492 756 LINE",
+"492 384 LINE",
+"1676 384 LINE",
+"1676 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 1468 LINE",
+"1096 1468 LINE",
+"1588 0 LINE",
+"2088 0 LINE",
+"1332 2048 LINE",
+"836 2048 LINE",
+"80 0 LINE",
+"580 0 LINE"
+);
+}
+);
+width = 2168;
+}
+);
+unicode = 20B3;
+userData = {
+com.typemytype.robofont.guideline.magnetic.TgnBgtDvFt = 5;
+interface.gridadjust.original = "{'width': 1896, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = hryvnia;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1116 1856 OFFCURVE",
+"1228 1756 OFFCURVE",
+"1228 1604 CURVE SMOOTH",
+"1228 1512 OFFCURVE",
+"1168 1428 OFFCURVE",
+"1104 1344 CURVE",
+"1332 1276 LINE",
+"1432 1364 OFFCURVE",
+"1476 1484 OFFCURVE",
+"1476 1600 CURVE SMOOTH",
+"1476 1912 OFFCURVE",
+"1264 2076 OFFCURVE",
+"892 2076 CURVE SMOOTH",
+"440 2076 OFFCURVE",
+"276 1828 OFFCURVE",
+"276 1556 CURVE",
+"544 1556 LINE",
+"544 1736 OFFCURVE",
+"648 1856 OFFCURVE",
+"892 1856 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1620 1356 LINE",
+"152 1356 LINE",
+"152 1136 LINE",
+"1620 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1620 940 LINE",
+"152 940 LINE",
+"152 720 LINE",
+"1620 720 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1264 -28 OFFCURVE",
+"1524 136 OFFCURVE",
+"1524 488 CURVE",
+"1256 488 LINE",
+"1256 284 OFFCURVE",
+"1100 200 OFFCURVE",
+"884 200 CURVE SMOOTH",
+"652 200 OFFCURVE",
+"524 296 OFFCURVE",
+"524 452 CURVE SMOOTH",
+"524 560 OFFCURVE",
+"564 644 OFFCURVE",
+"672 740 CURVE",
+"416 772 LINE",
+"312 696 OFFCURVE",
+"260 568 OFFCURVE",
+"260 452 CURVE SMOOTH",
+"260 140 OFFCURVE",
+"500 -28 OFFCURVE",
+"884 -28 CURVE SMOOTH"
+);
+}
+);
+width = 1772;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1180 1700 OFFCURVE",
+"1248 1648 OFFCURVE",
+"1248 1568 CURVE SMOOTH",
+"1248 1488 OFFCURVE",
+"1220 1428 OFFCURVE",
+"1152 1380 CURVE",
+"1516 1284 LINE",
+"1608 1356 OFFCURVE",
+"1708 1468 OFFCURVE",
+"1708 1608 CURVE SMOOTH",
+"1708 1884 OFFCURVE",
+"1472 2076 OFFCURVE",
+"1048 2076 CURVE SMOOTH",
+"636 2076 OFFCURVE",
+"416 1896 OFFCURVE",
+"388 1540 CURVE",
+"852 1540 LINE",
+"860 1644 OFFCURVE",
+"924 1700 OFFCURVE",
+"1056 1700 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1832 1404 LINE",
+"252 1404 LINE",
+"252 1104 LINE",
+"1832 1104 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1832 964 LINE",
+"252 964 LINE",
+"252 672 LINE",
+"1832 672 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1528 -28 OFFCURVE",
+"1736 140 OFFCURVE",
+"1764 536 CURVE",
+"1296 536 LINE",
+"1284 392 OFFCURVE",
+"1192 344 OFFCURVE",
+"1048 344 CURVE SMOOTH",
+"908 344 OFFCURVE",
+"816 400 OFFCURVE",
+"816 508 CURVE SMOOTH",
+"816 580 OFFCURVE",
+"856 664 OFFCURVE",
+"924 708 CURVE",
+"572 804 LINE",
+"460 748 OFFCURVE",
+"356 612 OFFCURVE",
+"356 468 CURVE SMOOTH",
+"356 164 OFFCURVE",
+"580 -28 OFFCURVE",
+"1048 -28 CURVE SMOOTH"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 20B4;
+userData = {
+interface.gridadjust.original = "{'width': 1635, 'leftMargin': 83, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = naira;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"72 1300 LINE",
+"72 1080 LINE",
+"2232 1080 LINE",
+"2232 1300 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"72 888 LINE",
+"72 668 LINE",
+"2232 668 LINE",
+"2232 888 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1700 2048 LINE",
+"1700 436 LINE",
+"1680 436 LINE",
+"600 2048 LINE",
+"360 2048 LINE",
+"360 0 LINE",
+"608 0 LINE",
+"608 1604 LINE",
+"628 1604 LINE",
+"1704 0 LINE",
+"1944 0 LINE",
+"1944 2048 LINE"
+);
+}
+);
+width = 2304;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"80 1380 LINE",
+"80 1160 LINE",
+"2280 1160 LINE",
+"2280 1380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"80 924 LINE",
+"80 704 LINE",
+"2280 704 LINE",
+"2280 924 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1548 2048 LINE",
+"1548 788 LINE",
+"1532 788 LINE",
+"808 2048 LINE",
+"348 2048 LINE",
+"348 0 LINE",
+"812 0 LINE",
+"812 1260 LINE",
+"828 1260 LINE",
+"1556 0 LINE",
+"2012 0 LINE",
+"2012 2048 LINE"
+);
+}
+);
+width = 2360;
+}
+);
+unicode = 20A6;
+userData = {
+interface.gridadjust.original = "{'width': 2244.0, 'leftMargin': 41, 'rightMargin': 41.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = guarani;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"956 2304 LINE",
+"956 -256 LINE",
+"1176 -256 LINE",
+"1176 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 1016 LINE",
+"1176 796 LINE",
+"1916 796 LINE",
+"1916 1016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1780 1828 OFFCURVE",
+"1472 2076 OFFCURVE",
+"1064 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1080 -28 CURVE SMOOTH",
+"1556 -28 OFFCURVE",
+"1916 292 OFFCURVE",
+"1916 796 CURVE",
+"1676 796 LINE",
+"1676 448 OFFCURVE",
+"1428 204 OFFCURVE",
+"1080 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1064 1844 CURVE SMOOTH",
+"1328 1844 OFFCURVE",
+"1552 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1900 1408 LINE"
+);
+}
+);
+width = 2092;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"876 2304 LINE",
+"876 -256 LINE",
+"1172 -256 LINE",
+"1172 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1024 1096 LINE",
+"1024 756 LINE",
+"1872 756 LINE",
+"1872 1096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 1852 OFFCURVE",
+"1408 2076 OFFCURVE",
+"1016 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"508 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1492 -28 OFFCURVE",
+"1872 284 OFFCURVE",
+"1872 756 CURVE",
+"1420 756 LINE",
+"1420 524 OFFCURVE",
+"1244 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"776 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1016 1660 CURVE SMOOTH",
+"1184 1660 OFFCURVE",
+"1336 1576 OFFCURVE",
+"1396 1372 CURVE",
+"1864 1436 LINE"
+);
+}
+);
+width = 2000;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = G;
+unicode = 20B2;
+userData = {
+interface.gridadjust.original = "{'width': 1917, 'leftMargin': 256, 'rightMargin': 101}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = coloncurrency;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1464 2304 LINE",
+"700 -256 LINE",
+"936 -256 LINE",
+"1696 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1064 2304 LINE",
+"304 -256 LINE",
+"536 -256 LINE",
+"1296 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1820 1828 OFFCURVE",
+"1484 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1484 -28 OFFCURVE",
+"1820 220 OFFCURVE",
+"1896 640 CURVE",
+"1648 640 LINE",
+"1588 356 OFFCURVE",
+"1344 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1344 1844 OFFCURVE",
+"1588 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1896 1408 LINE"
+);
+}
+);
+width = 2048;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1464 2304 LINE",
+"712 -256 LINE",
+"1028 -256 LINE",
+"1784 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1020 2304 LINE",
+"268 -256 LINE",
+"584 -256 LINE",
+"1340 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 1836 OFFCURVE",
+"1432 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1688 OFFCURVE",
+"120 1020 CURVE",
+"120 356 OFFCURVE",
+"504 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1432 -28 OFFCURVE",
+"1760 208 OFFCURVE",
+"1872 632 CURVE",
+"1420 696 LINE",
+"1360 488 OFFCURVE",
+"1216 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"764 388 OFFCURVE",
+"588 568 OFFCURVE",
+"588 1020 CURVE",
+"588 1472 OFFCURVE",
+"764 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1216 1660 OFFCURVE",
+"1368 1556 OFFCURVE",
+"1428 1340 CURVE",
+"1876 1404 LINE"
+);
+}
+);
+width = 1984;
+}
+);
+rightKerningGroup = C;
+unicode = 20A1;
+userData = {
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 228, 'rightMargin': 2}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = cedi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"940 2304 LINE",
+"940 -256 LINE",
+"1160 -256 LINE",
+"1160 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1820 1828 OFFCURVE",
+"1484 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1484 -28 OFFCURVE",
+"1820 220 OFFCURVE",
+"1896 640 CURVE",
+"1648 640 LINE",
+"1588 356 OFFCURVE",
+"1344 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1344 1844 OFFCURVE",
+"1588 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1896 1408 LINE"
+);
+}
+);
+width = 2048;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"820 2304 LINE",
+"820 -256 LINE",
+"1176 -256 LINE",
+"1176 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 1836 OFFCURVE",
+"1432 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1688 OFFCURVE",
+"120 1020 CURVE",
+"120 356 OFFCURVE",
+"504 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1432 -28 OFFCURVE",
+"1760 208 OFFCURVE",
+"1872 632 CURVE",
+"1420 696 LINE",
+"1360 488 OFFCURVE",
+"1216 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"764 388 OFFCURVE",
+"588 568 OFFCURVE",
+"588 1020 CURVE",
+"588 1472 OFFCURVE",
+"764 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1216 1660 OFFCURVE",
+"1368 1556 OFFCURVE",
+"1428 1340 CURVE",
+"1876 1404 LINE"
+);
+}
+);
+width = 1984;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = C;
+unicode = 20B5;
+userData = {
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 256, 'rightMargin': 2}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = cruzeiro;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1720 1148 OFFCURVE",
+"1644 1176 OFFCURVE",
+"1564 1176 CURVE",
+"1384 1176 OFFCURVE",
+"1216 1036 OFFCURVE",
+"1172 888 CURVE",
+"1156 888 LINE",
+"1156 1152 LINE",
+"920 1152 LINE",
+"920 128 LINE",
+"1156 128 LINE",
+"1156 484 LINE",
+"1160 692 OFFCURVE",
+"1304 932 OFFCURVE",
+"1556 932 CURVE",
+"1624 932 OFFCURVE",
+"1664 912 OFFCURVE",
+"1688 900 CURVE",
+"1768 1120 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1820 1828 OFFCURVE",
+"1484 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1484 -28 OFFCURVE",
+"1820 220 OFFCURVE",
+"1896 640 CURVE",
+"1648 640 LINE",
+"1588 356 OFFCURVE",
+"1344 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1344 1844 OFFCURVE",
+"1588 1692 OFFCURVE",
+"1648 1408 CURVE",
+"1896 1408 LINE"
+);
+}
+);
+width = 2048;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1008, 1632}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1684 1208 OFFCURVE",
+"1604 1228 OFFCURVE",
+"1524 1228 CURVE",
+"1388 1228 OFFCURVE",
+"1260 1172 OFFCURVE",
+"1216 1012 CURVE",
+"1204 1012 LINE",
+"1204 1208 LINE",
+"808 1208 LINE",
+"808 184 LINE",
+"1204 184 LINE",
+"1204 576 LINE",
+"1204 728 OFFCURVE",
+"1300 852 OFFCURVE",
+"1452 852 CURVE",
+"1508 852 OFFCURVE",
+"1568 836 OFFCURVE",
+"1588 824 CURVE",
+"1728 1184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 1836 OFFCURVE",
+"1432 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"504 2076 OFFCURVE",
+"120 1688 OFFCURVE",
+"120 1020 CURVE",
+"120 356 OFFCURVE",
+"504 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1432 -28 OFFCURVE",
+"1760 208 OFFCURVE",
+"1872 632 CURVE",
+"1420 696 LINE",
+"1360 488 OFFCURVE",
+"1216 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"764 388 OFFCURVE",
+"588 568 OFFCURVE",
+"588 1020 CURVE",
+"588 1472 OFFCURVE",
+"764 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1216 1660 OFFCURVE",
+"1368 1556 OFFCURVE",
+"1428 1340 CURVE",
+"1876 1404 LINE"
+);
+}
+);
+width = 1996;
+}
+);
+unicode = 20A2;
+userData = {
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 256, 'rightMargin': 2}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tugrik;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"416 1104 LINE",
+"416 856 LINE",
+"1396 1304 LINE",
+"1396 1552 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"416 636 LINE",
+"416 388 LINE",
+"1396 836 LINE",
+"1396 1084 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"780 2048 LINE",
+"780 0 LINE",
+"1028 0 LINE",
+"1028 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 2048 LINE",
+"136 1828 LINE",
+"1672 1828 LINE",
+"1672 2048 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"416 1168 LINE",
+"416 884 LINE",
+"1340 1140 LINE",
+"1340 1428 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"416 716 LINE",
+"416 428 LINE",
+"1340 688 LINE",
+"1340 972 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"648 2048 LINE",
+"648 0 LINE",
+"1108 0 LINE",
+"1108 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"48 2048 LINE",
+"48 1664 LINE",
+"1708 1664 LINE",
+"1708 2048 LINE"
+);
+}
+);
+width = 1756;
+}
+);
+unicode = 20AE;
+userData = {
+interface.gridadjust.original = "{'width': 1680, 'leftMargin': 128, 'rightMargin': 16}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni20AF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1832 -28 OFFCURVE",
+"2120 372 OFFCURVE",
+"2120 960 CURVE SMOOTH",
+"2120 1068 LINE SMOOTH",
+"2120 1656 OFFCURVE",
+"1764 2076 OFFCURVE",
+"1164 2076 CURVE SMOOTH",
+"880 2076 OFFCURVE",
+"584 2032 OFFCURVE",
+"276 1936 CURVE",
+"276 1716 LINE",
+"620 1828 OFFCURVE",
+"920 1856 OFFCURVE",
+"1164 1856 CURVE SMOOTH",
+"1632 1856 OFFCURVE",
+"1848 1536 OFFCURVE",
+"1848 1072 CURVE SMOOTH",
+"1848 960 LINE SMOOTH",
+"1848 520 OFFCURVE",
+"1672 192 OFFCURVE",
+"1368 192 CURVE",
+"1368 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"672 2304 LINE",
+"672 344 LINE SMOOTH",
+"672 260 OFFCURVE",
+"620 192 OFFCURVE",
+"508 192 CURVE SMOOTH",
+"424 192 OFFCURVE",
+"372 256 OFFCURVE",
+"372 340 CURVE SMOOTH",
+"372 420 OFFCURVE",
+"428 480 OFFCURVE",
+"524 484 CURVE SMOOTH",
+"768 492 OFFCURVE",
+"824 -28 OFFCURVE",
+"1368 -28 CURVE",
+"1368 192 LINE",
+"948 192 OFFCURVE",
+"872 704 OFFCURVE",
+"488 704 CURVE SMOOTH",
+"268 704 OFFCURVE",
+"96 576 OFFCURVE",
+"96 340 CURVE SMOOTH",
+"96 124 OFFCURVE",
+"264 -28 OFFCURVE",
+"512 -28 CURVE SMOOTH",
+"836 -28 OFFCURVE",
+"948 188 OFFCURVE",
+"948 408 CURVE SMOOTH",
+"948 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2500 -572 LINE",
+"2492 792 LINE SMOOTH",
+"2492 1012 OFFCURVE",
+"2604 1296 OFFCURVE",
+"2884 1296 CURVE SMOOTH",
+"3160 1296 OFFCURVE",
+"3284 1028 OFFCURVE",
+"3284 716 CURVE SMOOTH",
+"3284 688 LINE SMOOTH",
+"3284 416 OFFCURVE",
+"3160 184 OFFCURVE",
+"2892 184 CURVE SMOOTH",
+"2588 184 OFFCURVE",
+"2492 484 OFFCURVE",
+"2492 676 CURVE",
+"2336 480 LINE",
+"2444 168 OFFCURVE",
+"2592 -28 OFFCURVE",
+"2904 -28 CURVE SMOOTH",
+"3288 -28 OFFCURVE",
+"3528 272 OFFCURVE",
+"3528 688 CURVE SMOOTH",
+"3528 716 LINE SMOOTH",
+"3528 1184 OFFCURVE",
+"3288 1516 OFFCURVE",
+"2884 1516 CURVE SMOOTH",
+"2532 1516 OFFCURVE",
+"2264 1264 OFFCURVE",
+"2264 788 CURVE SMOOTH",
+"2264 -572 LINE"
+);
+}
+);
+width = 3568;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1984 -28 OFFCURVE",
+"2268 300 OFFCURVE",
+"2268 972 CURVE SMOOTH",
+"2268 1056 LINE SMOOTH",
+"2268 1624 OFFCURVE",
+"1948 2076 OFFCURVE",
+"1348 2076 CURVE SMOOTH",
+"1016 2076 OFFCURVE",
+"688 2008 OFFCURVE",
+"352 1928 CURVE",
+"352 1568 LINE",
+"748 1656 OFFCURVE",
+"1016 1720 OFFCURVE",
+"1316 1720 CURVE SMOOTH",
+"1688 1720 OFFCURVE",
+"1824 1452 OFFCURVE",
+"1824 1060 CURVE SMOOTH",
+"1824 972 LINE SMOOTH",
+"1824 580 OFFCURVE",
+"1784 332 OFFCURVE",
+"1472 332 CURVE",
+"1472 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"720 2304 LINE",
+"720 404 LINE SMOOTH",
+"720 308 OFFCURVE",
+"688 248 OFFCURVE",
+"600 248 CURVE SMOOTH",
+"536 248 OFFCURVE",
+"476 276 OFFCURVE",
+"476 348 CURVE SMOOTH",
+"476 416 OFFCURVE",
+"532 444 OFFCURVE",
+"592 444 CURVE SMOOTH",
+"812 444 OFFCURVE",
+"968 -28 OFFCURVE",
+"1472 -28 CURVE",
+"1472 332 LINE",
+"1140 332 OFFCURVE",
+"1024 744 OFFCURVE",
+"568 744 CURVE SMOOTH",
+"256 744 OFFCURVE",
+"92 596 OFFCURVE",
+"92 364 CURVE SMOOTH",
+"92 128 OFFCURVE",
+"260 -28 OFFCURVE",
+"604 -28 CURVE SMOOTH",
+"1040 -28 OFFCURVE",
+"1164 216 OFFCURVE",
+"1164 520 CURVE SMOOTH",
+"1164 2304 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2772 -572 LINE",
+"2772 768 LINE SMOOTH",
+"2772 1016 OFFCURVE",
+"2840 1180 OFFCURVE",
+"3004 1180 CURVE SMOOTH",
+"3188 1180 OFFCURVE",
+"3252 996 OFFCURVE",
+"3252 760 CURVE SMOOTH",
+"3252 732 LINE SMOOTH",
+"3252 504 OFFCURVE",
+"3192 336 OFFCURVE",
+"3008 336 CURVE SMOOTH",
+"2808 336 OFFCURVE",
+"2772 548 OFFCURVE",
+"2772 736 CURVE",
+"2580 688 LINE",
+"2636 272 OFFCURVE",
+"2752 -28 OFFCURVE",
+"3116 -28 CURVE SMOOTH",
+"3480 -28 OFFCURVE",
+"3696 272 OFFCURVE",
+"3696 732 CURVE SMOOTH",
+"3696 760 LINE SMOOTH",
+"3696 1188 OFFCURVE",
+"3528 1556 OFFCURVE",
+"3020 1556 CURVE SMOOTH",
+"2588 1556 OFFCURVE",
+"2328 1292 OFFCURVE",
+"2328 816 CURVE SMOOTH",
+"2328 -572 LINE"
+);
+}
+);
+width = 3872;
+}
+);
+unicode = 20AF;
+userData = {
+interface.gridadjust.original = "{'width': 3645, 'leftMargin': 83, 'rightMargin': 184}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = mill;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1348 1760 LINE",
+"572 -172 LINE",
+"812 -172 LINE",
+"1584 1760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1324 1180 OFFCURVE",
+"1444 1328 OFFCURVE",
+"1652 1328 CURVE SMOOTH",
+"1780 1328 OFFCURVE",
+"1952 1252 OFFCURVE",
+"1952 1012 CURVE SMOOTH",
+"1952 0 LINE",
+"2188 0 LINE",
+"2188 1004 LINE SMOOTH",
+"2188 1380 OFFCURVE",
+"1980 1556 OFFCURVE",
+"1724 1556 CURVE SMOOTH",
+"1500 1556 OFFCURVE",
+"1324 1408 OFFCURVE",
+"1280 1280 CURVE",
+"1264 1280 LINE",
+"1196 1432 OFFCURVE",
+"1060 1556 OFFCURVE",
+"868 1556 CURVE SMOOTH",
+"672 1556 OFFCURVE",
+"512 1408 OFFCURVE",
+"468 1276 CURVE",
+"452 1276 LINE",
+"452 1536 LINE",
+"216 1536 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 916 LINE SMOOTH",
+"452 1168 OFFCURVE",
+"624 1328 OFFCURVE",
+"804 1328 CURVE SMOOTH",
+"976 1328 OFFCURVE",
+"1084 1236 OFFCURVE",
+"1084 1004 CURVE SMOOTH",
+"1084 0 LINE",
+"1324 0 LINE",
+"1324 964 LINE SMOOTH"
+);
+}
+);
+width = 2404;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1344 1760 LINE",
+"568 -172 LINE",
+"880 -172 LINE",
+"1652 1760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1440 1120 OFFCURVE",
+"1516 1192 OFFCURVE",
+"1640 1192 CURVE SMOOTH",
+"1748 1192 OFFCURVE",
+"1832 1136 OFFCURVE",
+"1832 960 CURVE SMOOTH",
+"1832 0 LINE",
+"2292 0 LINE",
+"2292 960 LINE SMOOTH",
+"2292 1404 OFFCURVE",
+"2084 1556 OFFCURVE",
+"1824 1556 CURVE SMOOTH",
+"1628 1556 OFFCURVE",
+"1476 1468 OFFCURVE",
+"1392 1344 CURVE",
+"1376 1344 LINE",
+"1312 1480 OFFCURVE",
+"1184 1556 OFFCURVE",
+"1000 1556 CURVE SMOOTH",
+"812 1556 OFFCURVE",
+"688 1480 OFFCURVE",
+"600 1372 CURVE",
+"588 1372 LINE",
+"588 1536 LINE",
+"140 1536 LINE",
+"140 0 LINE",
+"600 0 LINE",
+"600 968 LINE",
+"600 1132 OFFCURVE",
+"684 1192 OFFCURVE",
+"788 1192 CURVE SMOOTH",
+"904 1192 OFFCURVE",
+"996 1124 OFFCURVE",
+"996 960 CURVE SMOOTH",
+"996 0 LINE",
+"1440 0 LINE",
+"1440 952 LINE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 20A5;
+userData = {
+interface.gridadjust.original = "{'width': 2463, 'leftMargin': 256, 'rightMargin': 159}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = afii57636;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{1464, 1536}";
+},
+{
+angle = 90;
+position = "{1504, 1204}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 0 LINE",
+"496 0 LINE",
+"496 1316 LINE",
+"1024 1316 LINE SMOOTH",
+"1192 1316 OFFCURVE",
+"1264 1232 OFFCURVE",
+"1264 1048 CURVE SMOOTH",
+"1264 496 LINE",
+"1512 496 LINE",
+"1512 1048 LINE SMOOTH",
+"1512 1376 OFFCURVE",
+"1352 1536 OFFCURVE",
+"1024 1536 CURVE SMOOTH",
+"248 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1532 0 LINE SMOOTH",
+"1860 0 OFFCURVE",
+"2020 160 OFFCURVE",
+"2020 488 CURVE SMOOTH",
+"2020 1520 LINE",
+"1772 1520 LINE",
+"1772 488 LINE SMOOTH",
+"1772 304 OFFCURVE",
+"1700 220 OFFCURVE",
+"1532 220 CURVE SMOOTH",
+"1004 220 LINE",
+"1004 1040 LINE",
+"756 1040 LINE",
+"756 0 LINE"
+);
+}
+);
+width = 2268;
+},
+{
+guideLines = (
+{
+position = "{1944, 1516}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"164 0 LINE",
+"608 0 LINE",
+"608 1180 LINE",
+"1212 1180 LINE SMOOTH",
+"1332 1180 OFFCURVE",
+"1372 1136 OFFCURVE",
+"1372 1020 CURVE SMOOTH",
+"1372 516 LINE",
+"1816 516 LINE",
+"1816 1020 LINE SMOOTH",
+"1816 1340 OFFCURVE",
+"1652 1536 OFFCURVE",
+"1276 1536 CURVE SMOOTH",
+"164 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1880 0 LINE SMOOTH",
+"2256 0 OFFCURVE",
+"2420 196 OFFCURVE",
+"2420 516 CURVE SMOOTH",
+"2420 1516 LINE",
+"1976 1516 LINE",
+"1976 516 LINE SMOOTH",
+"1976 400 OFFCURVE",
+"1936 356 OFFCURVE",
+"1816 356 CURVE SMOOTH",
+"1212 356 LINE",
+"1212 1020 LINE",
+"768 1020 LINE",
+"768 0 LINE"
+);
+}
+);
+width = 2584;
+}
+);
+unicode = 20AA;
+userData = {
+com.typemytype.robofont.guideline.magnetic.7VUxtRnhNn = 5;
+com.typemytype.robofont.guideline.magnetic.dHIHJTxqtz = 5;
+interface.gridadjust.original = "{'width': 2177, 'leftMargin': 188, 'rightMargin': 189}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = manat;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1008, 940}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1824 252 LINE SMOOTH",
+"1824 856 OFFCURVE",
+"1504 1224 OFFCURVE",
+"1016 1224 CURVE SMOOTH",
+"544 1224 OFFCURVE",
+"208 856 OFFCURVE",
+"208 252 CURVE SMOOTH",
+"208 0 LINE",
+"452 0 LINE",
+"452 252 LINE SMOOTH",
+"452 736 OFFCURVE",
+"696 984 OFFCURVE",
+"1016 984 CURVE SMOOTH",
+"1352 984 OFFCURVE",
+"1580 736 OFFCURVE",
+"1580 252 CURVE SMOOTH",
+"1580 0 LINE",
+"1824 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"892 1536 LINE",
+"892 0 LINE",
+"1140 0 LINE",
+"1140 1536 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{972.125, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1932 224 LINE SMOOTH",
+"1932 832 OFFCURVE",
+"1548 1208 OFFCURVE",
+"1040 1208 CURVE SMOOTH",
+"532 1208 OFFCURVE",
+"152 832 OFFCURVE",
+"152 224 CURVE SMOOTH",
+"152 0 LINE",
+"592 0 LINE",
+"592 228 LINE SMOOTH",
+"592 628 OFFCURVE",
+"772 852 OFFCURVE",
+"1040 852 CURVE SMOOTH",
+"1304 852 OFFCURVE",
+"1488 628 OFFCURVE",
+"1488 228 CURVE SMOOTH",
+"1488 0 LINE",
+"1932 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"820 1536 LINE",
+"820 0 LINE",
+"1264 0 LINE",
+"1264 1536 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 20BC;
+userData = {
+com.typemytype.robofont.guideline.magnetic.9VYtycQbW8 = 5;
+interface.gridadjust.original = "{'width': 1862, 'leftMargin': 124, 'rightMargin': 124}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = rupee;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = R;
+},
+{
+alignment = -1;
+name = s;
+transform = "{1, 0, 0, 1, 1524, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2984;
+},
+{
+components = (
+{
+alignment = -1;
+name = R;
+transform = "{1, 0, 0, 1, 60, 0}";
+},
+{
+alignment = -1;
+name = s;
+transform = "{1, 0, 0, 1, 1696, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3360;
+}
+);
+unicode = 20A8;
+userData = {
+interface.gridadjust.original = "{'width': 2985, 'leftMargin': 256, 'rightMargin': 167}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = lari;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1340 2048 LINE",
+"1120 2048 LINE",
+"1120 916 LINE",
+"1340 916 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"912 2048 LINE",
+"692 2048 LINE",
+"692 916 LINE",
+"912 916 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1808 0 LINE",
+"1808 220 LINE",
+"208 220 LINE",
+"208 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1084 220 LINE",
+"676 220 OFFCURVE",
+"452 516 OFFCURVE",
+"452 924 CURVE SMOOTH",
+"452 1360 OFFCURVE",
+"704 1580 OFFCURVE",
+"1016 1580 CURVE SMOOTH",
+"1344 1580 OFFCURVE",
+"1580 1364 OFFCURVE",
+"1580 916 CURVE",
+"1828 916 LINE",
+"1828 1472 OFFCURVE",
+"1500 1812 OFFCURVE",
+"1016 1812 CURVE SMOOTH",
+"540 1812 OFFCURVE",
+"208 1484 OFFCURVE",
+"208 968 CURVE SMOOTH",
+"208 456 OFFCURVE",
+"540 64 OFFCURVE",
+"1024 64 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"572 220 LINE",
+"580 244 LINE",
+"520 244 LINE",
+"512 220 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1340 2048 LINE",
+"1108 2048 LINE",
+"1108 952 LINE",
+"1340 952 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"976 2048 LINE",
+"748 2048 LINE",
+"748 952 LINE",
+"976 952 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1904 0 LINE",
+"1904 360 LINE",
+"180 360 LINE",
+"180 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1108 360 LINE",
+"740 360 OFFCURVE",
+"612 588 OFFCURVE",
+"612 968 CURVE SMOOTH",
+"612 1376 OFFCURVE",
+"760 1512 OFFCURVE",
+"1040 1512 CURVE SMOOTH",
+"1320 1512 OFFCURVE",
+"1476 1360 OFFCURVE",
+"1476 952 CURVE",
+"1908 952 LINE",
+"1908 1524 OFFCURVE",
+"1548 1872 OFFCURVE",
+"1040 1872 CURVE SMOOTH",
+"528 1872 OFFCURVE",
+"172 1528 OFFCURVE",
+"172 972 CURVE SMOOTH",
+"172 472 OFFCURVE",
+"460 116 OFFCURVE",
+"1052 116 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"408 360 LINE",
+"408 384 LINE",
+"376 384 LINE",
+"368 360 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 20BE;
+userData = {
+interface.gridadjust.original = "{'width': 1944, 'leftMargin': 161, 'rightMargin': 162}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = zero;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1524 1740 OFFCURVE",
+"1288 2076 OFFCURVE",
+"844 2076 CURVE SMOOTH",
+"396 2076 OFFCURVE",
+"156 1740 OFFCURVE",
+"156 1140 CURVE SMOOTH",
+"156 944 LINE SMOOTH",
+"156 340 OFFCURVE",
+"400 -28 OFFCURVE",
+"848 -28 CURVE SMOOTH",
+"1292 -28 OFFCURVE",
+"1524 340 OFFCURVE",
+"1524 944 CURVE SMOOTH",
+"1524 1140 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 516 OFFCURVE",
+"1140 192 OFFCURVE",
+"848 192 CURVE SMOOTH",
+"552 192 OFFCURVE",
+"404 516 OFFCURVE",
+"404 900 CURVE SMOOTH",
+"404 1184 LINE SMOOTH",
+"404 1572 OFFCURVE",
+"548 1856 OFFCURVE",
+"844 1856 CURVE SMOOTH",
+"1136 1856 OFFCURVE",
+"1276 1572 OFFCURVE",
+"1276 1184 CURVE SMOOTH",
+"1276 900 LINE SMOOTH"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1584 1776 OFFCURVE",
+"1272 2076 OFFCURVE",
+"856 2076 CURVE SMOOTH",
+"440 2076 OFFCURVE",
+"128 1776 OFFCURVE",
+"128 1204 CURVE SMOOTH",
+"128 864 LINE SMOOTH",
+"128 260 OFFCURVE",
+"436 -28 OFFCURVE",
+"856 -28 CURVE SMOOTH",
+"1272 -28 OFFCURVE",
+"1584 260 OFFCURVE",
+"1584 864 CURVE SMOOTH",
+"1584 1204 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 464 OFFCURVE",
+"1012 352 OFFCURVE",
+"856 352 CURVE SMOOTH",
+"696 352 OFFCURVE",
+"580 464 OFFCURVE",
+"580 804 CURVE SMOOTH",
+"580 1264 LINE SMOOTH",
+"580 1572 OFFCURVE",
+"696 1700 OFFCURVE",
+"856 1700 CURVE SMOOTH",
+"1016 1700 OFFCURVE",
+"1132 1572 OFFCURVE",
+"1132 1264 CURVE SMOOTH",
+"1132 804 LINE SMOOTH"
+);
+}
+);
+width = 1712;
+}
+);
+leftKerningGroup = six;
+rightKerningGroup = nine;
+unicode = 0030;
+},
+{
+color = (227,245,235,1);
+glyphname = zero.slash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"412 336 LINE",
+"532 224 LINE",
+"1284 1744 LINE",
+"1156 1848 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1524 1740 OFFCURVE",
+"1288 2076 OFFCURVE",
+"844 2076 CURVE SMOOTH",
+"396 2076 OFFCURVE",
+"156 1740 OFFCURVE",
+"156 1140 CURVE SMOOTH",
+"156 944 LINE SMOOTH",
+"156 340 OFFCURVE",
+"400 -28 OFFCURVE",
+"848 -28 CURVE SMOOTH",
+"1292 -28 OFFCURVE",
+"1524 340 OFFCURVE",
+"1524 944 CURVE SMOOTH",
+"1524 1140 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 516 OFFCURVE",
+"1140 192 OFFCURVE",
+"848 192 CURVE SMOOTH",
+"552 192 OFFCURVE",
+"404 516 OFFCURVE",
+"404 900 CURVE SMOOTH",
+"404 1184 LINE SMOOTH",
+"404 1572 OFFCURVE",
+"548 1856 OFFCURVE",
+"844 1856 CURVE SMOOTH",
+"1136 1856 OFFCURVE",
+"1276 1572 OFFCURVE",
+"1276 1184 CURVE SMOOTH",
+"1276 900 LINE SMOOTH"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"348 336 LINE",
+"596 160 LINE",
+"1348 1680 LINE",
+"1092 1848 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1584 1776 OFFCURVE",
+"1272 2076 OFFCURVE",
+"856 2076 CURVE SMOOTH",
+"440 2076 OFFCURVE",
+"128 1776 OFFCURVE",
+"128 1204 CURVE SMOOTH",
+"128 864 LINE SMOOTH",
+"128 260 OFFCURVE",
+"436 -28 OFFCURVE",
+"856 -28 CURVE SMOOTH",
+"1272 -28 OFFCURVE",
+"1584 260 OFFCURVE",
+"1584 864 CURVE SMOOTH",
+"1584 1204 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 464 OFFCURVE",
+"1012 352 OFFCURVE",
+"856 352 CURVE SMOOTH",
+"696 352 OFFCURVE",
+"580 464 OFFCURVE",
+"580 804 CURVE SMOOTH",
+"580 1264 LINE SMOOTH",
+"580 1572 OFFCURVE",
+"696 1700 OFFCURVE",
+"856 1700 CURVE SMOOTH",
+"1016 1700 OFFCURVE",
+"1132 1572 OFFCURVE",
+"1132 1264 CURVE SMOOTH",
+"1132 804 LINE SMOOTH"
+);
+}
+);
+width = 1696;
+}
+);
+leftKerningGroup = six;
+rightKerningGroup = nine;
+},
+{
+color = (235,246,200,1);
+glyphname = zero.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = zero;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = zero;
+transform = "{1, 0, 0, 1, 64, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (235,246,200,1);
+glyphname = zero.tnum.slash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = zero.slash;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = zero.slash;
+transform = "{1, 0, 0, 1, 64, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = one;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"660 2048 LINE",
+"636 2024 OFFCURVE",
+"504 1744 OFFCURVE",
+"184 1744 CURVE",
+"184 1536 LINE",
+"420 1536 OFFCURVE",
+"588 1632 OFFCURVE",
+"616 1688 CURVE",
+"632 1688 LINE",
+"632 0 LINE",
+"868 0 LINE",
+"868 2048 LINE"
+);
+}
+);
+width = 1260;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"580 2048 LINE",
+"580 2032 OFFCURVE",
+"540 1704 OFFCURVE",
+"160 1704 CURVE",
+"160 1336 LINE",
+"376 1336 OFFCURVE",
+"512 1384 OFFCURVE",
+"560 1464 CURVE",
+"576 1464 LINE",
+"576 0 LINE",
+"996 0 LINE",
+"996 2048 LINE"
+);
+}
+);
+width = 1408;
+}
+);
+leftKerningGroup = one;
+rightKerningGroup = one;
+unicode = 0031;
+},
+{
+color = (205,246,203,1);
+glyphname = one.1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"632 2048 LINE",
+"120 1748 LINE",
+"224 1564 LINE",
+"620 1796 LINE",
+"632 1796 LINE",
+"632 0 LINE",
+"868 0 LINE",
+"868 2048 LINE"
+);
+}
+);
+width = 1260;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"564 2048 LINE",
+"80 1764 LINE",
+"256 1456 LINE",
+"520 1608 LINE",
+"532 1608 LINE",
+"532 0 LINE",
+"952 0 LINE",
+"952 2048 LINE"
+);
+}
+);
+width = 1364;
+}
+);
+leftKerningGroup = one;
+rightKerningGroup = one;
+},
+{
+color = (235,246,200,1);
+glyphname = one.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1448 0 LINE",
+"1448 220 LINE",
+"392 220 LINE",
+"392 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"852 2048 LINE",
+"828 2024 OFFCURVE",
+"696 1744 OFFCURVE",
+"376 1744 CURVE",
+"376 1536 LINE",
+"612 1536 OFFCURVE",
+"780 1632 OFFCURVE",
+"808 1688 CURVE",
+"824 1688 LINE",
+"824 0 LINE",
+"1060 0 LINE",
+"1060 2048 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1616 0 LINE",
+"1616 384 LINE",
+"336 384 LINE",
+"336 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"788 2048 LINE",
+"788 2032 OFFCURVE",
+"748 1704 OFFCURVE",
+"368 1704 CURVE",
+"368 1336 LINE",
+"584 1336 OFFCURVE",
+"720 1384 OFFCURVE",
+"768 1464 CURVE",
+"784 1464 LINE",
+"784 0 LINE",
+"1204 0 LINE",
+"1204 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+},
+{
+color = (235,246,200,1);
+glyphname = one.tnum.1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1448 0 LINE",
+"1448 220 LINE",
+"392 220 LINE",
+"392 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"824 2048 LINE",
+"312 1748 LINE",
+"416 1564 LINE",
+"812 1796 LINE",
+"824 1796 LINE",
+"824 0 LINE",
+"1060 0 LINE",
+"1060 2048 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1616 0 LINE",
+"1616 384 LINE",
+"336 384 LINE",
+"336 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"800 2048 LINE",
+"316 1764 LINE",
+"492 1456 LINE",
+"756 1608 LINE",
+"768 1608 LINE",
+"768 0 LINE",
+"1188 0 LINE",
+"1188 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = two;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"512 220 LINE",
+"512 232 LINE",
+"1064 796 LINE SMOOTH",
+"1276 1012 OFFCURVE",
+"1464 1260 OFFCURVE",
+"1464 1496 CURVE SMOOTH",
+"1464 1832 OFFCURVE",
+"1208 2076 OFFCURVE",
+"832 2076 CURVE SMOOTH",
+"392 2076 OFFCURVE",
+"216 1740 OFFCURVE",
+"216 1408 CURVE",
+"460 1408 LINE",
+"460 1644 OFFCURVE",
+"548 1872 OFFCURVE",
+"824 1872 CURVE SMOOTH",
+"1072 1872 OFFCURVE",
+"1224 1692 OFFCURVE",
+"1224 1488 CURVE SMOOTH",
+"1224 1312 OFFCURVE",
+"1108 1176 OFFCURVE",
+"860 920 CURVE SMOOTH",
+"140 180 LINE",
+"140 0 LINE",
+"1516 0 LINE",
+"1516 220 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"780 384 LINE",
+"780 396 LINE",
+"1040 664 LINE SMOOTH",
+"1324 960 OFFCURVE",
+"1496 1184 OFFCURVE",
+"1496 1468 CURVE SMOOTH",
+"1496 1828 OFFCURVE",
+"1216 2076 OFFCURVE",
+"828 2076 CURVE SMOOTH",
+"392 2076 OFFCURVE",
+"120 1764 OFFCURVE",
+"120 1388 CURVE",
+"564 1388 LINE",
+"564 1572 OFFCURVE",
+"660 1712 OFFCURVE",
+"820 1712 CURVE SMOOTH",
+"968 1712 OFFCURVE",
+"1056 1592 OFFCURVE",
+"1056 1452 CURVE SMOOTH",
+"1056 1336 OFFCURVE",
+"996 1192 OFFCURVE",
+"808 1000 CURVE SMOOTH",
+"144 336 LINE",
+"144 0 LINE",
+"1552 0 LINE",
+"1552 384 LINE"
+);
+}
+);
+width = 1696;
+}
+);
+unicode = 0032;
+},
+{
+color = (235,246,200,1);
+glyphname = two.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = two;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = two;
+transform = "{1, 0, 0, 1, 64, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+glyphname = twostroke;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = two;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 440, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1476, 80}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = two;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 400, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1696;
+}
+);
+unicode = 01BB;
+userData = {
+com.typemytype.robofont.guideline.magnetic.p1BN68QFnw = 5;
+interface.gridadjust.original = "{'width': 1596, 'leftMargin': 256, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = three;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"680 984 LINE",
+"836 984 LINE SMOOTH",
+"1276 984 OFFCURVE",
+"1440 1308 OFFCURVE",
+"1440 1508 CURVE SMOOTH",
+"1440 1880 OFFCURVE",
+"1180 2076 OFFCURVE",
+"824 2076 CURVE SMOOTH",
+"432 2076 OFFCURVE",
+"220 1836 OFFCURVE",
+"220 1536 CURVE",
+"456 1536 LINE",
+"456 1736 OFFCURVE",
+"600 1880 OFFCURVE",
+"820 1880 CURVE SMOOTH",
+"1040 1880 OFFCURVE",
+"1196 1740 OFFCURVE",
+"1196 1512 CURVE SMOOTH",
+"1196 1316 OFFCURVE",
+"1052 1152 OFFCURVE",
+"796 1152 CURVE SMOOTH",
+"680 1152 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"796 924 LINE SMOOTH",
+"1044 924 OFFCURVE",
+"1224 800 OFFCURVE",
+"1224 556 CURVE SMOOTH",
+"1224 308 OFFCURVE",
+"1040 184 OFFCURVE",
+"812 184 CURVE SMOOTH",
+"584 184 OFFCURVE",
+"456 308 OFFCURVE",
+"456 512 CURVE",
+"200 512 LINE",
+"200 160 OFFCURVE",
+"456 -28 OFFCURVE",
+"816 -28 CURVE SMOOTH",
+"1180 -28 OFFCURVE",
+"1484 188 OFFCURVE",
+"1484 556 CURVE SMOOTH",
+"1484 792 OFFCURVE",
+"1356 1092 OFFCURVE",
+"836 1092 CURVE SMOOTH",
+"680 1092 LINE",
+"680 924 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"608 968 LINE",
+"900 968 LINE",
+"1284 968 OFFCURVE",
+"1536 1228 OFFCURVE",
+"1536 1504 CURVE",
+"1536 1876 OFFCURVE",
+"1252 2076 OFFCURVE",
+"832 2076 CURVE SMOOTH",
+"472 2076 OFFCURVE",
+"164 1872 OFFCURVE",
+"164 1532 CURVE",
+"608 1532 LINE",
+"608 1648 OFFCURVE",
+"724 1716 OFFCURVE",
+"848 1716 CURVE SMOOTH",
+"1016 1716 OFFCURVE",
+"1096 1612 OFFCURVE",
+"1096 1492 CURVE",
+"1096 1336 OFFCURVE",
+"1008 1216 OFFCURVE",
+"828 1216 CURVE SMOOTH",
+"608 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"828 832 LINE SMOOTH",
+"1016 832 OFFCURVE",
+"1128 776 OFFCURVE",
+"1128 572 CURVE SMOOTH",
+"1128 436 OFFCURVE",
+"1024 332 OFFCURVE",
+"848 332 CURVE SMOOTH",
+"700 332 OFFCURVE",
+"580 428 OFFCURVE",
+"580 556 CURVE",
+"136 556 LINE",
+"136 148 OFFCURVE",
+"500 -28 OFFCURVE",
+"832 -28 CURVE SMOOTH",
+"1252 -28 OFFCURVE",
+"1568 188 OFFCURVE",
+"1568 564 CURVE SMOOTH",
+"1568 896 OFFCURVE",
+"1312 1080 OFFCURVE",
+"900 1080 CURVE SMOOTH",
+"608 1080 LINE",
+"608 832 LINE"
+);
+}
+);
+width = 1696;
+}
+);
+rightKerningGroup = eight;
+unicode = 0033;
+},
+{
+color = (235,246,200,1);
+glyphname = three.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = three;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = three;
+transform = "{1, 0, 0, 1, 68, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = four;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"412 640 LINE",
+"1052 1676 LINE",
+"1152 1676 LINE",
+"1152 2048 LINE",
+"1028 2048 LINE",
+"104 576 LINE",
+"104 420 LINE",
+"1568 420 LINE",
+"1568 640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1068 2048 LINE",
+"1068 0 LINE",
+"1288 0 LINE",
+"1288 2048 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 895.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"560 784 LINE",
+"948 1456 LINE",
+"1136 1456 LINE",
+"1136 2048 LINE",
+"916 2048 LINE",
+"100 708 LINE",
+"100 400 LINE",
+"1680 400 LINE",
+"1680 784 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"964 2048 LINE",
+"964 0 LINE",
+"1376 0 LINE",
+"1376 2048 LINE"
+);
+}
+);
+width = 1756;
+}
+);
+unicode = 0034;
+},
+{
+color = (205,246,203,1);
+glyphname = four.1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"412 604 LINE",
+"1152 2048 LINE",
+"900 2048 LINE",
+"104 540 LINE",
+"104 384 LINE",
+"1544 384 LINE",
+"1544 604 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1068 1280 LINE",
+"1068 0 LINE",
+"1288 0 LINE",
+"1288 1280 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 895.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"560 784 LINE",
+"1208 2048 LINE",
+"788 2048 LINE",
+"100 708 LINE",
+"100 400 LINE",
+"1680 400 LINE",
+"1680 784 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"964 1280 LINE",
+"964 0 LINE",
+"1376 0 LINE",
+"1376 1280 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+},
+{
+color = (231,246,189,1);
+glyphname = four.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = four;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = four;
+transform = "{1, 0, 0, 1, 32, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (235,246,200,1);
+glyphname = four.tnum.1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = four.1;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = four.1;
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 895.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = five;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"532 1024 OFFCURVE",
+"644 1076 OFFCURVE",
+"832 1076 CURVE SMOOTH",
+"1044 1076 OFFCURVE",
+"1260 948 OFFCURVE",
+"1260 636 CURVE SMOOTH",
+"1260 356 OFFCURVE",
+"1048 184 OFFCURVE",
+"816 184 CURVE SMOOTH",
+"608 184 OFFCURVE",
+"464 292 OFFCURVE",
+"424 512 CURVE",
+"184 512 LINE",
+"220 136 OFFCURVE",
+"476 -28 OFFCURVE",
+"800 -28 CURVE SMOOTH",
+"1240 -28 OFFCURVE",
+"1496 248 OFFCURVE",
+"1496 640 CURVE SMOOTH",
+"1496 1040 OFFCURVE",
+"1232 1300 OFFCURVE",
+"832 1300 CURVE SMOOTH",
+"692 1300 OFFCURVE",
+"552 1240 OFFCURVE",
+"476 1180 CURVE",
+"464 1180 LINE",
+"548 1812 LINE",
+"1404 1812 LINE",
+"1404 2048 LINE",
+"324 2048 LINE",
+"204 1000 LINE",
+"440 948 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 2279.75}";
+},
+{
+position = "{0, 2396.625}";
+},
+{
+angle = 90;
+position = "{317.625, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"588 964 OFFCURVE",
+"660 1020 OFFCURVE",
+"796 1020 CURVE SMOOTH",
+"1004 1020 OFFCURVE",
+"1096 888 OFFCURVE",
+"1096 676 CURVE SMOOTH",
+"1096 504 OFFCURVE",
+"1036 332 OFFCURVE",
+"844 332 CURVE SMOOTH",
+"660 332 OFFCURVE",
+"608 488 OFFCURVE",
+"596 632 CURVE",
+"152 632 LINE",
+"152 264 OFFCURVE",
+"412 -28 OFFCURVE",
+"848 -28 CURVE SMOOTH",
+"1320 -28 OFFCURVE",
+"1536 312 OFFCURVE",
+"1536 672 CURVE SMOOTH",
+"1536 1068 OFFCURVE",
+"1280 1340 OFFCURVE",
+"940 1340 CURVE SMOOTH",
+"776 1340 OFFCURVE",
+"672 1276 OFFCURVE",
+"636 1224 CURVE",
+"628 1224 LINE",
+"676 1664 LINE",
+"1472 1664 LINE",
+"1472 2048 LINE",
+"316 2048 LINE",
+"196 1004 LINE",
+"548 916 LINE"
+);
+}
+);
+width = 1696;
+}
+);
+unicode = 0035;
+},
+{
+color = (231,246,189,1);
+glyphname = five.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = five;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = five;
+transform = "{1, 0, 0, 1, 64, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+glyphname = Tonefive;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"92 2048 LINE",
+"92 1812 LINE",
+"536 1812 LINE",
+"536 2048 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"532 1024 OFFCURVE",
+"644 1076 OFFCURVE",
+"832 1076 CURVE SMOOTH",
+"1044 1076 OFFCURVE",
+"1260 948 OFFCURVE",
+"1260 636 CURVE SMOOTH",
+"1260 356 OFFCURVE",
+"1048 184 OFFCURVE",
+"816 184 CURVE SMOOTH",
+"608 184 OFFCURVE",
+"464 292 OFFCURVE",
+"424 512 CURVE",
+"184 512 LINE",
+"220 136 OFFCURVE",
+"476 -28 OFFCURVE",
+"800 -28 CURVE SMOOTH",
+"1240 -28 OFFCURVE",
+"1496 248 OFFCURVE",
+"1496 640 CURVE SMOOTH",
+"1496 1040 OFFCURVE",
+"1232 1300 OFFCURVE",
+"832 1300 CURVE SMOOTH",
+"692 1300 OFFCURVE",
+"552 1240 OFFCURVE",
+"476 1180 CURVE",
+"464 1180 LINE",
+"548 1812 LINE",
+"1404 1812 LINE",
+"1404 2048 LINE",
+"324 2048 LINE",
+"204 1000 LINE",
+"440 948 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"128 2004 LINE",
+"128 1644 LINE",
+"556 1644 LINE",
+"556 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 964 OFFCURVE",
+"836 1020 OFFCURVE",
+"972 1020 CURVE SMOOTH",
+"1180 1020 OFFCURVE",
+"1272 888 OFFCURVE",
+"1272 676 CURVE SMOOTH",
+"1272 504 OFFCURVE",
+"1212 332 OFFCURVE",
+"1020 332 CURVE SMOOTH",
+"836 332 OFFCURVE",
+"784 488 OFFCURVE",
+"772 632 CURVE",
+"328 632 LINE",
+"328 264 OFFCURVE",
+"588 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1496 -28 OFFCURVE",
+"1712 312 OFFCURVE",
+"1712 672 CURVE SMOOTH",
+"1712 1068 OFFCURVE",
+"1456 1340 OFFCURVE",
+"1116 1340 CURVE SMOOTH",
+"952 1340 OFFCURVE",
+"848 1276 OFFCURVE",
+"812 1224 CURVE",
+"804 1224 LINE",
+"852 1664 LINE",
+"1648 1664 LINE",
+"1648 2048 LINE",
+"492 2048 LINE",
+"372 1004 LINE",
+"724 916 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01BC;
+userData = {
+interface.gridadjust.original = "{'width': 1587, 'leftMargin': 89, 'rightMargin': 43}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = six;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = nine;
+transform = "{-1, 0, 0, -1, 1664, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = nine;
+transform = "{-1, 0, 0, -1, 1652, 2048}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 566.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1684;
+}
+);
+leftKerningGroup = six;
+unicode = 0036;
+},
+{
+color = (205,246,203,1);
+glyphname = six.1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"412 1216 LINE SMOOTH",
+"288 1032 OFFCURVE",
+"224 836 OFFCURVE",
+"224 644 CURVE",
+"224 320 OFFCURVE",
+"412 -28 OFFCURVE",
+"864 -28 CURVE SMOOTH",
+"1280 -28 OFFCURVE",
+"1512 268 OFFCURVE",
+"1512 644 CURVE SMOOTH",
+"1512 980 OFFCURVE",
+"1324 1288 OFFCURVE",
+"944 1288 CURVE SMOOTH",
+"536 1288 OFFCURVE",
+"376 928 OFFCURVE",
+"376 636 CURVE",
+"460 636 LINE",
+"460 900 OFFCURVE",
+"636 1068 OFFCURVE",
+"892 1068 CURVE SMOOTH",
+"1172 1068 OFFCURVE",
+"1276 860 OFFCURVE",
+"1276 640 CURVE SMOOTH",
+"1276 364 OFFCURVE",
+"1116 188 OFFCURVE",
+"888 188 CURVE SMOOTH",
+"656 188 OFFCURVE",
+"460 368 OFFCURVE",
+"460 652 CURVE",
+"428 844 LINE",
+"1252 2048 LINE",
+"980 2048 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 566.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 1300 LINE SMOOTH",
+"224 1088 OFFCURVE",
+"144 944 OFFCURVE",
+"144 724 CURVE",
+"144 316 OFFCURVE",
+"432 -28 OFFCURVE",
+"856 -28 CURVE SMOOTH",
+"1264 -28 OFFCURVE",
+"1540 272 OFFCURVE",
+"1540 664 CURVE SMOOTH",
+"1540 1052 OFFCURVE",
+"1348 1352 OFFCURVE",
+"980 1352 CURVE SMOOTH",
+"628 1352 OFFCURVE",
+"428 1068 OFFCURVE",
+"428 848 CURVE",
+"572 736 LINE",
+"572 860 OFFCURVE",
+"652 996 OFFCURVE",
+"832 996 CURVE SMOOTH",
+"996 996 OFFCURVE",
+"1104 868 OFFCURVE",
+"1104 664 CURVE SMOOTH",
+"1104 472 OFFCURVE",
+"1000 332 OFFCURVE",
+"844 332 CURVE SMOOTH",
+"672 332 OFFCURVE",
+"572 452 OFFCURVE",
+"572 712 CURVE",
+"544 864 LINE SMOOTH",
+"1332 2048 LINE",
+"848 2048 LINE"
+);
+}
+);
+width = 1696;
+}
+);
+leftKerningGroup = six;
+},
+{
+color = (231,246,189,1);
+glyphname = six.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = six;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = six;
+transform = "{1, 0, 0, 1, 68, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (235,246,200,1);
+glyphname = six.tnum.1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = six.1;
+transform = "{1, 0, 0, 1, -28, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = six.1;
+transform = "{1, 0, 0, 1, 68, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = seven;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 2048 LINE",
+"136 1816 LINE",
+"1176 1816 LINE",
+"328 0 LINE",
+"600 0 LINE",
+"1416 1792 LINE",
+"1416 2048 LINE"
+);
+}
+);
+width = 1552;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 1664 LINE",
+"1052 1664 LINE",
+"352 0 LINE",
+"820 0 LINE",
+"1552 1800 LINE",
+"1552 2048 LINE"
+);
+}
+);
+width = 1696;
+}
+);
+unicode = 0037;
+},
+{
+color = (235,246,200,1);
+glyphname = seven.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = seven;
+transform = "{1, 0, 0, 1, 64, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = seven;
+transform = "{1, 0, 0, 1, 64, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = eight;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 944 OFFCURVE",
+"1208 1164 OFFCURVE",
+"836 1164 CURVE SMOOTH",
+"464 1164 OFFCURVE",
+"192 944 OFFCURVE",
+"192 580 CURVE SMOOTH",
+"192 208 OFFCURVE",
+"480 -28 OFFCURVE",
+"844 -28 CURVE SMOOTH",
+"1204 -28 OFFCURVE",
+"1488 212 OFFCURVE",
+"1488 580 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1244 364 OFFCURVE",
+"1072 180 OFFCURVE",
+"844 180 CURVE SMOOTH",
+"616 180 OFFCURVE",
+"432 364 OFFCURVE",
+"432 584 CURVE SMOOTH",
+"432 804 OFFCURVE",
+"616 992 OFFCURVE",
+"836 992 CURVE SMOOTH",
+"1056 992 OFFCURVE",
+"1244 804 OFFCURVE",
+"1244 580 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1440 1892 OFFCURVE",
+"1184 2076 OFFCURVE",
+"844 2076 CURVE SMOOTH",
+"500 2076 OFFCURVE",
+"240 1892 OFFCURVE",
+"240 1544 CURVE SMOOTH",
+"240 1188 OFFCURVE",
+"496 1016 OFFCURVE",
+"840 1016 CURVE SMOOTH",
+"1180 1016 OFFCURVE",
+"1440 1188 OFFCURVE",
+"1440 1544 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1208 1336 OFFCURVE",
+"1032 1192 OFFCURVE",
+"844 1192 CURVE SMOOTH",
+"652 1192 OFFCURVE",
+"472 1336 OFFCURVE",
+"472 1540 CURVE SMOOTH",
+"472 1744 OFFCURVE",
+"652 1864 OFFCURVE",
+"836 1864 CURVE SMOOTH",
+"1032 1864 OFFCURVE",
+"1208 1732 OFFCURVE",
+"1208 1536 CURVE SMOOTH"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1528 920 OFFCURVE",
+"1236 1136 OFFCURVE",
+"836 1136 CURVE SMOOTH",
+"444 1136 OFFCURVE",
+"144 920 OFFCURVE",
+"144 564 CURVE SMOOTH",
+"144 172 OFFCURVE",
+"444 -28 OFFCURVE",
+"840 -28 CURVE SMOOTH",
+"1236 -28 OFFCURVE",
+"1528 172 OFFCURVE",
+"1528 564 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1084 436 OFFCURVE",
+"988 340 OFFCURVE",
+"840 340 CURVE SMOOTH",
+"692 340 OFFCURVE",
+"588 436 OFFCURVE",
+"588 600 CURVE SMOOTH",
+"588 768 OFFCURVE",
+"692 868 OFFCURVE",
+"836 868 CURVE SMOOTH",
+"984 868 OFFCURVE",
+"1084 768 OFFCURVE",
+"1084 600 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1488 1876 OFFCURVE",
+"1220 2076 OFFCURVE",
+"836 2076 CURVE SMOOTH",
+"460 2076 OFFCURVE",
+"188 1876 OFFCURVE",
+"188 1500 CURVE SMOOTH",
+"188 1180 OFFCURVE",
+"460 964 OFFCURVE",
+"840 964 CURVE SMOOTH",
+"1220 964 OFFCURVE",
+"1488 1180 OFFCURVE",
+"1488 1500 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1044 1328 OFFCURVE",
+"976 1232 OFFCURVE",
+"840 1232 CURVE SMOOTH",
+"704 1232 OFFCURVE",
+"632 1328 OFFCURVE",
+"632 1476 CURVE SMOOTH",
+"632 1624 OFFCURVE",
+"704 1708 OFFCURVE",
+"836 1708 CURVE SMOOTH",
+"972 1708 OFFCURVE",
+"1044 1620 OFFCURVE",
+"1044 1476 CURVE SMOOTH"
+);
+}
+);
+width = 1672;
+}
+);
+rightKerningGroup = eight;
+unicode = 0038;
+},
+{
+color = (231,246,189,1);
+glyphname = eight.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = eight;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = eight;
+transform = "{1, 0, 0, 1, 76, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = nine;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 512 LINE",
+"288 160 OFFCURVE",
+"488 -32 OFFCURVE",
+"812 -32 CURVE SMOOTH",
+"1280 -32 OFFCURVE",
+"1500 368 OFFCURVE",
+"1500 1000 CURVE SMOOTH",
+"1500 1068 LINE SMOOTH",
+"1500 1724 OFFCURVE",
+"1280 2076 OFFCURVE",
+"832 2076 CURVE SMOOTH",
+"408 2076 OFFCURVE",
+"184 1760 OFFCURVE",
+"184 1416 CURVE SMOOTH",
+"184 1076 OFFCURVE",
+"408 760 OFFCURVE",
+"800 760 CURVE SMOOTH",
+"1084 760 OFFCURVE",
+"1412 928 OFFCURVE",
+"1412 1412 CURVE",
+"1236 1412 LINE",
+"1236 1152 OFFCURVE",
+"1060 980 OFFCURVE",
+"804 980 CURVE SMOOTH",
+"524 980 OFFCURVE",
+"420 1188 OFFCURVE",
+"420 1416 CURVE SMOOTH",
+"420 1692 OFFCURVE",
+"576 1860 OFFCURVE",
+"812 1860 CURVE SMOOTH",
+"1036 1860 OFFCURVE",
+"1236 1708 OFFCURVE",
+"1236 1396 CURVE",
+"1256 1012 LINE",
+"1256 340 OFFCURVE",
+"1028 192 OFFCURVE",
+"808 192 CURVE SMOOTH",
+"568 192 OFFCURVE",
+"500 368 OFFCURVE",
+"452 512 CURVE"
+);
+}
+);
+width = 1680;
+},
+{
+guideLines = (
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1238.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"148 544 LINE",
+"216 192 OFFCURVE",
+"440 -36 OFFCURVE",
+"840 -36 CURVE SMOOTH",
+"1408 -36 OFFCURVE",
+"1552 412 OFFCURVE",
+"1552 1100 CURVE SMOOTH",
+"1552 1180 LINE SMOOTH",
+"1552 1756 OFFCURVE",
+"1248 2076 OFFCURVE",
+"824 2076 CURVE SMOOTH",
+"416 2076 OFFCURVE",
+"132 1780 OFFCURVE",
+"132 1384 CURVE SMOOTH",
+"132 1016 OFFCURVE",
+"376 696 OFFCURVE",
+"756 696 CURVE SMOOTH",
+"1116 696 OFFCURVE",
+"1252 980 OFFCURVE",
+"1252 1200 CURVE",
+"1136 1312 LINE",
+"1136 1176 OFFCURVE",
+"1032 1052 OFFCURVE",
+"860 1052 CURVE SMOOTH",
+"684 1052 OFFCURVE",
+"576 1184 OFFCURVE",
+"576 1384 CURVE SMOOTH",
+"576 1584 OFFCURVE",
+"684 1716 OFFCURVE",
+"848 1716 CURVE SMOOTH",
+"1004 1716 OFFCURVE",
+"1136 1596 OFFCURVE",
+"1136 1336 CURVE SMOOTH",
+"1136 988 LINE SMOOTH",
+"1136 516 OFFCURVE",
+"1040 332 OFFCURVE",
+"832 332 CURVE SMOOTH",
+"696 332 OFFCURVE",
+"612 412 OFFCURVE",
+"580 544 CURVE"
+);
+}
+);
+width = 1684;
+}
+);
+rightKerningGroup = nine;
+unicode = 0039;
+},
+{
+color = (205,246,203,1);
+glyphname = nine.1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = six.1;
+transform = "{-1, 0, 0, -1, 1664, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = six.1;
+transform = "{-1, 0, 0, -1, 1716, 2048}";
+}
+);
+guideLines = (
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1238.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+rightKerningGroup = nine;
+},
+{
+color = (231,246,189,1);
+glyphname = nine.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = nine;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = nine;
+transform = "{1, 0, 0, 1, 68, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1238.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (235,246,200,1);
+glyphname = nine.tnum.1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = nine.1;
+transform = "{1, 0, 0, 1, 28, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+components = (
+{
+name = nine.1;
+}
+);
+guideLines = (
+{
+position = "{0, 763.125}";
+},
+{
+position = "{0, 1238.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (240,240,240,1);
+glyphname = ampersand;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"296 956 OFFCURVE",
+"120 800 OFFCURVE",
+"120 544 CURVE",
+"120 212 OFFCURVE",
+"368 -28 OFFCURVE",
+"772 -28 CURVE",
+"968 -28 OFFCURVE",
+"1188 44 OFFCURVE",
+"1324 192 CURVE SMOOTH",
+"1340 208 OFFCURVE",
+"1344 236 OFFCURVE",
+"1364 252 CURVE SMOOTH",
+"1536 424 OFFCURVE",
+"1612 620 OFFCURVE",
+"1612 896 CURVE",
+"1384 896 LINE",
+"1384 456 OFFCURVE",
+"1068 180 OFFCURVE",
+"772 180 CURVE SMOOTH",
+"516 180 OFFCURVE",
+"360 352 OFFCURVE",
+"360 544 CURVE",
+"360 600 OFFCURVE",
+"404 740 OFFCURVE",
+"596 880 CURVE SMOOTH",
+"1004 1184 LINE SMOOTH",
+"1172 1308 OFFCURVE",
+"1276 1444 OFFCURVE",
+"1276 1640 CURVE",
+"1276 1868 OFFCURVE",
+"1088 2068 OFFCURVE",
+"788 2068 CURVE SMOOTH",
+"480 2068 OFFCURVE",
+"284 1892 OFFCURVE",
+"284 1576 CURVE SMOOTH",
+"284 1372 OFFCURVE",
+"464 1184 OFFCURVE",
+"672 936 CURVE SMOOTH",
+"1448 0 LINE",
+"1732 0 LINE",
+"792 1148 LINE SMOOTH",
+"660 1308 OFFCURVE",
+"524 1460 OFFCURVE",
+"524 1584 CURVE SMOOTH",
+"524 1732 OFFCURVE",
+"632 1864 OFFCURVE",
+"788 1864 CURVE SMOOTH",
+"936 1864 OFFCURVE",
+"1036 1744 OFFCURVE",
+"1036 1640 CURVE",
+"1036 1500 OFFCURVE",
+"960 1424 OFFCURVE",
+"844 1348 CURVE",
+"548 1128 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"308 924 OFFCURVE",
+"164 788 OFFCURVE",
+"164 552 CURVE",
+"164 212 OFFCURVE",
+"412 -28 OFFCURVE",
+"816 -28 CURVE",
+"1060 -28 OFFCURVE",
+"1236 36 OFFCURVE",
+"1420 176 CURVE SMOOTH",
+"1432 184 OFFCURVE",
+"1460 204 OFFCURVE",
+"1472 208 CURVE SMOOTH",
+"1712 400 OFFCURVE",
+"1800 692 OFFCURVE",
+"1800 1020 CURVE",
+"1428 1020 LINE",
+"1428 616 OFFCURVE",
+"1140 336 OFFCURVE",
+"844 336 CURVE SMOOTH",
+"712 336 OFFCURVE",
+"608 436 OFFCURVE",
+"608 580 CURVE",
+"608 668 OFFCURVE",
+"628 732 OFFCURVE",
+"700 804 CURVE",
+"1152 1132 LINE SMOOTH",
+"1304 1244 OFFCURVE",
+"1416 1396 OFFCURVE",
+"1416 1584 CURVE",
+"1416 1852 OFFCURVE",
+"1216 2076 OFFCURVE",
+"900 2076 CURVE SMOOTH",
+"560 2076 OFFCURVE",
+"340 1848 OFFCURVE",
+"340 1524 CURVE SMOOTH",
+"340 1316 OFFCURVE",
+"464 1136 OFFCURVE",
+"656 892 CURVE SMOOTH",
+"1420 0 LINE",
+"1920 0 LINE",
+"976 1108 LINE",
+"836 1280 OFFCURVE",
+"724 1400 OFFCURVE",
+"724 1528 CURVE SMOOTH",
+"724 1632 OFFCURVE",
+"784 1708 OFFCURVE",
+"896 1708 CURVE SMOOTH",
+"1000 1708 OFFCURVE",
+"1060 1624 OFFCURVE",
+"1060 1548 CURVE",
+"1060 1488 OFFCURVE",
+"1044 1420 OFFCURVE",
+"928 1344 CURVE SMOOTH",
+"520 1076 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 0026;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = exclam;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"256 2048 LINE",
+"276 576 LINE",
+"508 576 LINE",
+"528 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"496 -32 OFFCURVE",
+"584 52 OFFCURVE",
+"584 160 CURVE SMOOTH",
+"584 268 OFFCURVE",
+"496 356 OFFCURVE",
+"392 356 CURVE SMOOTH",
+"284 356 OFFCURVE",
+"200 268 OFFCURVE",
+"200 160 CURVE SMOOTH",
+"200 52 OFFCURVE",
+"284 -32 OFFCURVE",
+"392 -32 CURVE SMOOTH"
+);
+}
+);
+width = 784;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+angle = 90;
+position = "{154, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"168 2048 LINE",
+"224 636 LINE",
+"584 636 LINE",
+"640 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"548 -24 OFFCURVE",
+"648 76 OFFCURVE",
+"648 208 CURVE SMOOTH",
+"648 340 OFFCURVE",
+"548 440 OFFCURVE",
+"400 440 CURVE SMOOTH",
+"252 440 OFFCURVE",
+"156 340 OFFCURVE",
+"156 208 CURVE SMOOTH",
+"156 76 OFFCURVE",
+"252 -24 OFFCURVE",
+"400 -24 CURVE SMOOTH"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 0021;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = exclamdown;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = exclam;
+transform = "{1, 0, 0, -1, 0, 1528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 784;
+},
+{
+components = (
+{
+name = exclam;
+transform = "{1, 0, 0, -1, 0, 1532}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 00A1;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = question;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"880 1112 OFFCURVE",
+"1380 1036 OFFCURVE",
+"1380 1536 CURVE SMOOTH",
+"1380 1848 OFFCURVE",
+"1176 2076 OFFCURVE",
+"824 2076 CURVE SMOOTH",
+"500 2076 OFFCURVE",
+"248 1876 OFFCURVE",
+"248 1536 CURVE",
+"500 1536 LINE",
+"500 1772 OFFCURVE",
+"660 1868 OFFCURVE",
+"824 1868 CURVE SMOOTH",
+"1012 1868 OFFCURVE",
+"1140 1744 OFFCURVE",
+"1140 1548 CURVE SMOOTH",
+"1140 1152 OFFCURVE",
+"640 1228 OFFCURVE",
+"640 576 CURVE",
+"880 576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"864 -32 OFFCURVE",
+"952 52 OFFCURVE",
+"952 160 CURVE SMOOTH",
+"952 268 OFFCURVE",
+"864 356 OFFCURVE",
+"760 356 CURVE SMOOTH",
+"652 356 OFFCURVE",
+"568 268 OFFCURVE",
+"568 160 CURVE SMOOTH",
+"568 52 OFFCURVE",
+"652 -32 OFFCURVE",
+"760 -32 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+guideLines = (
+{
+position = "{0, 2351.25}";
+},
+{
+position = "{0, 834.625}";
+},
+{
+angle = 90;
+position = "{459.25, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"964 1032 OFFCURVE",
+"1424 1092 OFFCURVE",
+"1424 1528 CURVE SMOOTH",
+"1424 1884 OFFCURVE",
+"1184 2076 OFFCURVE",
+"788 2076 CURVE SMOOTH",
+"432 2076 OFFCURVE",
+"152 1904 OFFCURVE",
+"148 1492 CURVE",
+"592 1492 LINE",
+"596 1652 OFFCURVE",
+"688 1716 OFFCURVE",
+"788 1716 CURVE SMOOTH",
+"916 1716 OFFCURVE",
+"980 1652 OFFCURVE",
+"980 1508 CURVE SMOOTH",
+"980 1224 OFFCURVE",
+"572 1228 OFFCURVE",
+"572 636 CURVE",
+"952 636 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"912 -16 OFFCURVE",
+"1012 84 OFFCURVE",
+"1012 216 CURVE SMOOTH",
+"1012 348 OFFCURVE",
+"912 448 OFFCURVE",
+"768 448 CURVE SMOOTH",
+"620 448 OFFCURVE",
+"520 348 OFFCURVE",
+"520 216 CURVE SMOOTH",
+"520 84 OFFCURVE",
+"620 -16 OFFCURVE",
+"768 -16 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 003F;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = questiondown;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = question;
+transform = "{-1, 0, 0, -1, 1612, 1532}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = question;
+transform = "{-1, 0, 0, -1, 1540, 1512}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 00BF;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = parenleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{384, -128}";
+},
+{
+angle = 90;
+position = "{584, 4}";
+},
+{
+position = "{388, 1752}";
+},
+{
+position = "{556, 1640}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"592 24 OFFCURVE",
+"492 404 OFFCURVE",
+"492 832 CURVE SMOOTH",
+"492 1276 OFFCURVE",
+"592 1640 OFFCURVE",
+"832 2048 CURVE",
+"612 2048 LINE",
+"392 1752 OFFCURVE",
+"248 1304 OFFCURVE",
+"248 832 CURVE SMOOTH",
+"248 360 OFFCURVE",
+"392 -88 OFFCURVE",
+"592 -384 CURVE",
+"828 -384 LINE"
+);
+}
+);
+width = 928;
+},
+{
+guideLines = (
+{
+position = "{1096, 1640}";
+},
+{
+position = "{804, 1752}";
+},
+{
+angle = 90;
+position = "{364, 1692}";
+},
+{
+angle = 90;
+position = "{656, 1584}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"756 24 OFFCURVE",
+"656 404 OFFCURVE",
+"656 832 CURVE SMOOTH",
+"656 1276 OFFCURVE",
+"756 1640 OFFCURVE",
+"996 2048 CURVE",
+"632 2048 LINE",
+"400 1752 OFFCURVE",
+"236 1304 OFFCURVE",
+"236 832 CURVE SMOOTH",
+"236 360 OFFCURVE",
+"400 -88 OFFCURVE",
+"628 -384 CURVE",
+"992 -384 LINE"
+);
+}
+);
+width = 1072;
+}
+);
+rightKerningGroup = braceleft;
+unicode = 0028;
+userData = {
+com.typemytype.robofont.guideline.magnetic.6H1sRKKBfi = 5;
+com.typemytype.robofont.guideline.magnetic.IYaB9kRuJP = 5;
+com.typemytype.robofont.guideline.magnetic.PK9Z25O3at = 5;
+com.typemytype.robofont.guideline.magnetic.pOwuJlK9ke = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = parenleft.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = parenleft;
+transform = "{1, 0, 0, 1, 0, 192}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{384, -128}";
+},
+{
+angle = 90;
+position = "{584, 4}";
+},
+{
+position = "{388, 1752}";
+},
+{
+position = "{556, 1640}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 928;
+},
+{
+components = (
+{
+name = parenleft;
+transform = "{1, 0, 0, 1, 0, 192}";
+}
+);
+guideLines = (
+{
+position = "{1096, 1640}";
+},
+{
+position = "{804, 1752}";
+},
+{
+angle = 90;
+position = "{364, 1692}";
+},
+{
+angle = 90;
+position = "{656, 1584}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1072;
+}
+);
+rightKerningGroup = braceleft.case;
+userData = {
+com.typemytype.robofont.guideline.magnetic.EBnQt0nTcL = 5;
+com.typemytype.robofont.guideline.magnetic.ETImGLUWal = 5;
+com.typemytype.robofont.guideline.magnetic.pX6Yu6Asa7 = 5;
+com.typemytype.robofont.guideline.magnetic.zGIxaaei8b = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = parenright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = parenleft;
+transform = "{-1, 0, 0, 1, 912, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 928;
+},
+{
+components = (
+{
+name = parenleft;
+transform = "{-1, 0, 0, 1, 1040, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1072;
+}
+);
+leftKerningGroup = braceright;
+unicode = 0029;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = parenright.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = parenright;
+transform = "{1, 0, 0, 1, 0, 192}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 928;
+},
+{
+components = (
+{
+name = parenright;
+transform = "{1, 0, 0, 1, 0, 192}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1072;
+}
+);
+leftKerningGroup = braceright.case;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = bracketleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 2240 LINE",
+"264 -448 LINE",
+"776 -448 LINE",
+"776 -228 LINE",
+"496 -228 LINE",
+"496 2020 LINE",
+"776 2020 LINE",
+"776 2240 LINE"
+);
+}
+);
+width = 928;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"272 2348 LINE",
+"272 -480 LINE",
+"976 -480 LINE",
+"976 -144 LINE",
+"680 -144 LINE",
+"680 2008 LINE",
+"976 2008 LINE",
+"976 2348 LINE"
+);
+}
+);
+width = 1072;
+}
+);
+rightKerningGroup = braceleft;
+unicode = 005B;
+},
+{
+color = (240,240,240,1);
+glyphname = bracketleft.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = bracketleft;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 928;
+},
+{
+components = (
+{
+name = bracketleft;
+transform = "{1, 0, 0, 1, 0, 88}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1072;
+}
+);
+rightKerningGroup = braceleft.case;
+},
+{
+color = (240,240,240,1);
+glyphname = bracketleft_quill;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 1008 LINE",
+"388 788 LINE",
+"776 788 LINE",
+"776 1008 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"264 2240 LINE",
+"264 -448 LINE",
+"776 -448 LINE",
+"776 -228 LINE",
+"496 -228 LINE",
+"496 2020 LINE",
+"776 2020 LINE",
+"776 2240 LINE"
+);
+}
+);
+width = 928;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"484 1100 LINE",
+"484 764 LINE",
+"976 764 LINE",
+"976 1100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"272 2348 LINE",
+"272 -480 LINE",
+"976 -480 LINE",
+"976 -144 LINE",
+"680 -144 LINE",
+"680 2008 LINE",
+"976 2008 LINE",
+"976 2348 LINE"
+);
+}
+);
+width = 1072;
+}
+);
+unicode = 2045;
+userData = {
+interface.gridadjust.original = "{'width': 890, 'leftMargin': 289, 'rightMargin': 85}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = bracketright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 2020 LINE",
+"432 2020 LINE",
+"432 -228 LINE",
+"152 -228 LINE",
+"152 -448 LINE",
+"664 -448 LINE",
+"664 2240 LINE",
+"152 2240 LINE"
+);
+}
+);
+width = 928;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"96 2008 LINE",
+"392 2008 LINE",
+"392 -144 LINE",
+"96 -144 LINE",
+"96 -480 LINE",
+"800 -480 LINE",
+"800 2348 LINE",
+"96 2348 LINE"
+);
+}
+);
+width = 1072;
+}
+);
+leftKerningGroup = braceright;
+unicode = 005D;
+},
+{
+color = (240,240,240,1);
+glyphname = bracketright.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = bracketright;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 928;
+},
+{
+components = (
+{
+name = bracketright;
+transform = "{1, 0, 0, 1, 0, 88}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1072;
+}
+);
+leftKerningGroup = braceright.case;
+},
+{
+color = (240,240,240,1);
+glyphname = bracketright_quill;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 1008 LINE",
+"152 788 LINE",
+"556 788 LINE",
+"556 1008 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 2020 LINE",
+"432 2020 LINE",
+"432 -228 LINE",
+"152 -228 LINE",
+"152 -448 LINE",
+"664 -448 LINE",
+"664 2240 LINE",
+"152 2240 LINE"
+);
+}
+);
+width = 928;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"96 1100 LINE",
+"96 764 LINE",
+"468 764 LINE",
+"468 1100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"96 2008 LINE",
+"392 2008 LINE",
+"392 -144 LINE",
+"96 -144 LINE",
+"96 -480 LINE",
+"800 -480 LINE",
+"800 2348 LINE",
+"96 2348 LINE"
+);
+}
+);
+width = 1072;
+}
+);
+unicode = 2046;
+userData = {
+interface.gridadjust.original = "{'width': 891.0, 'leftMargin': 107, 'rightMargin': 272.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = braceleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"424 2092 OFFCURVE",
+"356 1844 OFFCURVE",
+"356 1556 CURVE",
+"356 1276 LINE",
+"356 1080 OFFCURVE",
+"272 956 OFFCURVE",
+"72 956 CURVE",
+"72 780 LINE",
+"468 780 OFFCURVE",
+"580 1000 OFFCURVE",
+"580 1276 CURVE",
+"580 1556 LINE",
+"580 1780 OFFCURVE",
+"644 1964 OFFCURVE",
+"856 2032 CURVE",
+"800 2196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"644 -260 OFFCURVE",
+"580 -76 OFFCURVE",
+"580 148 CURVE SMOOTH",
+"580 424 LINE SMOOTH",
+"580 704 OFFCURVE",
+"468 924 OFFCURVE",
+"72 924 CURVE",
+"72 748 LINE",
+"272 748 OFFCURVE",
+"356 620 OFFCURVE",
+"356 424 CURVE SMOOTH",
+"356 148 LINE SMOOTH",
+"356 -144 OFFCURVE",
+"424 -388 OFFCURVE",
+"800 -496 CURVE",
+"856 -328 LINE"
+);
+}
+);
+width = 928;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"480 2092 OFFCURVE",
+"364 1844 OFFCURVE",
+"364 1556 CURVE",
+"364 1276 LINE",
+"364 1112 OFFCURVE",
+"296 1008 OFFCURVE",
+"132 1008 CURVE",
+"132 780 LINE",
+"568 780 OFFCURVE",
+"752 1000 OFFCURVE",
+"752 1276 CURVE",
+"752 1556 LINE",
+"752 1744 OFFCURVE",
+"792 1900 OFFCURVE",
+"940 1956 CURVE",
+"856 2196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"792 -196 OFFCURVE",
+"752 -40 OFFCURVE",
+"752 148 CURVE SMOOTH",
+"752 424 LINE SMOOTH",
+"752 704 OFFCURVE",
+"568 924 OFFCURVE",
+"132 924 CURVE",
+"132 696 LINE",
+"296 696 OFFCURVE",
+"364 588 OFFCURVE",
+"364 424 CURVE SMOOTH",
+"364 148 LINE SMOOTH",
+"364 -144 OFFCURVE",
+"480 -388 OFFCURVE",
+"856 -496 CURVE",
+"940 -252 LINE"
+);
+}
+);
+width = 1072;
+}
+);
+rightKerningGroup = braceleft;
+unicode = 007B;
+},
+{
+color = (240,240,240,1);
+glyphname = braceleft.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = braceleft;
+transform = "{1, 0, 0, 1, 0, 172}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 928;
+},
+{
+components = (
+{
+name = braceleft;
+transform = "{1, 0, 0, 1, 0, 172}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1072;
+}
+);
+rightKerningGroup = braceleft.case;
+},
+{
+color = (240,240,240,1);
+glyphname = braceright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = braceleft;
+transform = "{-1, 0, 0, 1, 912, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 928;
+},
+{
+components = (
+{
+name = braceleft;
+transform = "{-1, 0, 0, 1, 1040, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1072;
+}
+);
+leftKerningGroup = braceright;
+unicode = 007D;
+},
+{
+color = (240,240,240,1);
+glyphname = braceright.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = braceright;
+transform = "{1, 0, 0, 1, 0, 172}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 928;
+},
+{
+components = (
+{
+name = braceright;
+transform = "{1, 0, 0, 1, 0, 172}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1072;
+}
+);
+leftKerningGroup = braceright.case;
+},
+{
+color = (240,240,240,1);
+glyphname = at;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1528 1180 OFFCURVE",
+"1656 1084 OFFCURVE",
+"1656 748 CURVE SMOOTH",
+"1656 416 OFFCURVE",
+"1548 256 OFFCURVE",
+"1280 256 CURVE SMOOTH",
+"1020 256 OFFCURVE",
+"928 492 OFFCURVE",
+"928 748 CURVE SMOOTH",
+"928 980 OFFCURVE",
+"1060 1180 OFFCURVE",
+"1288 1180 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"596 1972 OFFCURVE",
+"136 1504 OFFCURVE",
+"136 724 CURVE SMOOTH",
+"136 -84 OFFCURVE",
+"580 -540 OFFCURVE",
+"1396 -540 CURVE SMOOTH",
+"1600 -540 OFFCURVE",
+"1860 -480 OFFCURVE",
+"1984 -428 CURVE",
+"1928 -244 LINE",
+"1856 -268 OFFCURVE",
+"1624 -348 OFFCURVE",
+"1404 -348 CURVE SMOOTH",
+"720 -348 OFFCURVE",
+"356 36 OFFCURVE",
+"356 716 CURVE SMOOTH",
+"356 1384 OFFCURVE",
+"728 1784 OFFCURVE",
+"1356 1784 CURVE SMOOTH",
+"1992 1784 OFFCURVE",
+"2292 1336 OFFCURVE",
+"2292 888 CURVE SMOOTH",
+"2292 432 OFFCURVE",
+"2244 228 OFFCURVE",
+"2040 228 CURVE SMOOTH",
+"1920 228 OFFCURVE",
+"1856 328 OFFCURVE",
+"1856 440 CURVE SMOOTH",
+"1856 1344 LINE",
+"1644 1344 LINE",
+"1644 1232 LINE",
+"1632 1232 LINE",
+"1604 1320 OFFCURVE",
+"1448 1396 OFFCURVE",
+"1248 1376 CURVE SMOOTH",
+"948 1344 OFFCURVE",
+"720 1096 OFFCURVE",
+"720 736 CURVE SMOOTH",
+"720 356 OFFCURVE",
+"900 64 OFFCURVE",
+"1248 52 CURVE SMOOTH",
+"1476 44 OFFCURVE",
+"1596 156 OFFCURVE",
+"1644 272 CURVE",
+"1656 272 LINE",
+"1680 100 OFFCURVE",
+"1896 40 OFFCURVE",
+"2036 40 CURVE SMOOTH",
+"2460 40 OFFCURVE",
+"2500 496 OFFCURVE",
+"2500 884 CURVE SMOOTH",
+"2500 1432 OFFCURVE",
+"2116 1972 OFFCURVE",
+"1368 1972 CURVE SMOOTH"
+);
+}
+);
+width = 2636;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1596 1104 OFFCURVE",
+"1752 1024 OFFCURVE",
+"1752 748 CURVE SMOOTH",
+"1752 476 OFFCURVE",
+"1616 336 OFFCURVE",
+"1392 336 CURVE SMOOTH",
+"1168 336 OFFCURVE",
+"1108 500 OFFCURVE",
+"1112 748 CURVE SMOOTH",
+"1112 952 OFFCURVE",
+"1224 1100 OFFCURVE",
+"1400 1100 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 2052 OFFCURVE",
+"160 1492 OFFCURVE",
+"160 724 CURVE SMOOTH",
+"160 -136 OFFCURVE",
+"632 -600 OFFCURVE",
+"1500 -600 CURVE SMOOTH",
+"1764 -600 OFFCURVE",
+"2060 -524 OFFCURVE",
+"2164 -456 CURVE",
+"2056 -148 LINE",
+"1936 -196 OFFCURVE",
+"1716 -248 OFFCURVE",
+"1508 -248 CURVE SMOOTH",
+"876 -248 OFFCURVE",
+"540 88 OFFCURVE",
+"540 716 CURVE SMOOTH",
+"540 1268 OFFCURVE",
+"880 1704 OFFCURVE",
+"1460 1704 CURVE SMOOTH",
+"2040 1704 OFFCURVE",
+"2384 1516 OFFCURVE",
+"2384 888 CURVE SMOOTH",
+"2384 460 OFFCURVE",
+"2280 320 OFFCURVE",
+"2164 320 CURVE SMOOTH",
+"2140 320 OFFCURVE",
+"2104 308 OFFCURVE",
+"2104 376 CURVE SMOOTH",
+"2104 1424 LINE",
+"1776 1424 LINE",
+"1776 1312 LINE",
+"1764 1312 LINE",
+"1728 1400 OFFCURVE",
+"1508 1484 OFFCURVE",
+"1288 1448 CURVE SMOOTH",
+"1048 1408 OFFCURVE",
+"744 1192 OFFCURVE",
+"744 736 CURVE SMOOTH",
+"744 228 OFFCURVE",
+"988 4 OFFCURVE",
+"1324 -28 CURVE SMOOTH",
+"1492 -44 OFFCURVE",
+"1752 40 OFFCURVE",
+"1804 172 CURVE",
+"1816 172 LINE",
+"1844 -40 OFFCURVE",
+"1960 -40 OFFCURVE",
+"2140 -40 CURVE SMOOTH",
+"2552 -40 OFFCURVE",
+"2748 320 OFFCURVE",
+"2748 884 CURVE SMOOTH",
+"2748 1552 OFFCURVE",
+"2276 2052 OFFCURVE",
+"1472 2052 CURVE SMOOTH"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 0040;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = at.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = at;
+transform = "{1, 0, 0, 1, 0, 300}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2576;
+},
+{
+components = (
+{
+name = at;
+transform = "{1, 0, 0, 1, 0, 284}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2848;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = numbersign;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"564 0 LINE",
+"836 2048 LINE",
+"632 2048 LINE",
+"360 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1184 0 LINE",
+"1460 2048 LINE",
+"1256 2048 LINE",
+"984 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1680 1488 LINE",
+"252 1488 LINE",
+"224 1280 LINE",
+"1652 1280 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 768 LINE",
+"160 768 LINE",
+"132 568 LINE",
+"1560 568 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"624 0 LINE",
+"960 2004 LINE",
+"696 2004 LINE",
+"360 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1128 0 LINE",
+"1464 2004 LINE",
+"1196 2004 LINE",
+"860 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1680 1432 LINE",
+"248 1432 LINE",
+"248 1180 LINE",
+"1680 1180 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1576 816 LINE",
+"144 816 LINE",
+"144 564 LINE",
+"1576 564 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0023;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = currency;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1004, 1696}";
+},
+{
+position = "{176, 836}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"416 1192 OFFCURVE",
+"684 1480 OFFCURVE",
+"1012 1480 CURVE SMOOTH",
+"1340 1480 OFFCURVE",
+"1604 1192 OFFCURVE",
+"1604 836 CURVE SMOOTH",
+"1604 484 OFFCURVE",
+"1340 192 OFFCURVE",
+"1012 192 CURVE SMOOTH",
+"684 192 OFFCURVE",
+"416 484 OFFCURVE",
+"416 836 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"196 348 OFFCURVE",
+"560 -28 OFFCURVE",
+"1012 -28 CURVE SMOOTH",
+"1464 -28 OFFCURVE",
+"1832 348 OFFCURVE",
+"1832 836 CURVE SMOOTH",
+"1832 1324 OFFCURVE",
+"1464 1696 OFFCURVE",
+"1012 1696 CURVE SMOOTH",
+"560 1696 OFFCURVE",
+"196 1324 OFFCURVE",
+"196 836 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1708 1724 LINE",
+"1432 1440 LINE",
+"1592 1272 LINE",
+"1872 1556 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 428 LINE",
+"164 148 LINE",
+"324 -20 LINE",
+"604 264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1872 148 LINE",
+"1592 428 LINE",
+"1432 264 LINE",
+"1708 -20 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 1440 LINE",
+"324 1724 LINE",
+"164 1556 LINE",
+"440 1272 LINE"
+);
+}
+);
+width = 2036;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"476 1176 OFFCURVE",
+"724 1432 OFFCURVE",
+"1040 1432 CURVE SMOOTH",
+"1348 1432 OFFCURVE",
+"1600 1176 OFFCURVE",
+"1600 836 CURVE SMOOTH",
+"1600 500 OFFCURVE",
+"1348 240 OFFCURVE",
+"1040 240 CURVE SMOOTH",
+"724 240 OFFCURVE",
+"476 500 OFFCURVE",
+"476 836 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"220 348 OFFCURVE",
+"588 -28 OFFCURVE",
+"1040 -28 CURVE SMOOTH",
+"1488 -28 OFFCURVE",
+"1856 348 OFFCURVE",
+"1856 836 CURVE SMOOTH",
+"1856 1324 OFFCURVE",
+"1488 1696 OFFCURVE",
+"1040 1696 CURVE SMOOTH",
+"588 1696 OFFCURVE",
+"220 1324 OFFCURVE",
+"220 836 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1716 1740 LINE",
+"1440 1456 LINE",
+"1632 1256 LINE",
+"1912 1540 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 444 LINE",
+"172 164 LINE",
+"364 -36 LINE",
+"644 248 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1912 164 LINE",
+"1632 444 LINE",
+"1440 248 LINE",
+"1716 -36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"644 1456 LINE",
+"364 1740 LINE",
+"172 1540 LINE",
+"448 1256 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 00A4;
+userData = {
+com.typemytype.robofont.guideline.magnetic.1UyvG88lVl = 5;
+com.typemytype.robofont.guideline.magnetic.UzBXDjMMIk = 5;
+interface.gridadjust.original = "{'width': 2002.0, 'leftMargin': 143, 'rightMargin': 118.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = slash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"700 2048 LINE",
+"104 -308 LINE",
+"336 -308 LINE",
+"932 2048 LINE"
+);
+}
+);
+width = 1040;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"692 2048 LINE",
+"96 -308 LINE",
+"492 -308 LINE",
+"1088 2048 LINE"
+);
+}
+);
+width = 1184;
+}
+);
+unicode = 002F;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = bar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 2048 LINE",
+"264 -384 LINE",
+"484 -384 LINE",
+"484 2048 LINE"
+);
+}
+);
+width = 748;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"272 2048 LINE",
+"272 -384 LINE",
+"680 -384 LINE",
+"680 2048 LINE"
+);
+}
+);
+width = 952;
+}
+);
+unicode = 007C;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = brokenbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{500, 832}";
+},
+{
+position = "{752, 1116}";
+},
+{
+position = "{752, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 -384 LINE",
+"484 -384 LINE",
+"484 552 LINE",
+"264 552 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"264 2048 LINE",
+"264 1116 LINE",
+"484 1116 LINE",
+"484 2048 LINE"
+);
+}
+);
+width = 748;
+},
+{
+guideLines = (
+{
+position = "{800, 1092}";
+},
+{
+position = "{836, 576}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"272 -384 LINE",
+"680 -384 LINE",
+"680 576 LINE",
+"272 576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"272 2048 LINE",
+"272 1092 LINE",
+"680 1092 LINE",
+"680 2048 LINE"
+);
+}
+);
+width = 952;
+}
+);
+unicode = 00A6;
+userData = {
+com.typemytype.robofont.guideline.magnetic.7XIyiEEc60 = 5;
+com.typemytype.robofont.guideline.magnetic.MxvJVkfsW3 = 5;
+com.typemytype.robofont.guideline.magnetic.YQqXyZ7Bm4 = 5;
+interface.gridadjust.original = "{'width': 690, 'leftMargin': 199, 'rightMargin': 216}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = backslash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"684 -308 LINE",
+"916 -308 LINE",
+"320 2048 LINE",
+"88 2048 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"692 -308 LINE",
+"1088 -308 LINE",
+"492 2048 LINE",
+"96 2048 LINE"
+);
+}
+);
+width = 1184;
+}
+);
+unicode = 005C;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = hyphenbullet;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 1312 LINE",
+"144 736 LINE",
+"1120 736 LINE",
+"1120 1312 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"168 1312 LINE",
+"168 736 LINE",
+"1144 736 LINE",
+"1144 1312 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2043;
+userData = {
+interface.gridadjust.original = "{'width': 1196, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = hyphen;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"200 988 LINE",
+"200 768 LINE",
+"1096 768 LINE",
+"1096 988 LINE"
+);
+}
+);
+width = 1296;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 1028 LINE",
+"144 700 LINE",
+"1168 700 LINE",
+"1168 1028 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = divide;
+rightKerningGroup = divide;
+unicode = 002D;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = hyphen.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = hyphen;
+transform = "{1, 0, 0, 1, 0, 148}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = hyphen;
+transform = "{1, 0, 0, 1, 0, 164}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = endash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"72 988 LINE",
+"72 768 LINE",
+"1352 768 LINE",
+"1352 988 LINE"
+);
+}
+);
+width = 1424;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 1024 LINE",
+"144 704 LINE",
+"1680 704 LINE",
+"1680 1024 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2013;
+},
+{
+color = (240,240,240,1);
+glyphname = endash.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = endash;
+transform = "{1, 0, 0, 1, 0, 148}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1424;
+},
+{
+components = (
+{
+name = endash;
+transform = "{1, 0, 0, 1, 0, 160}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+},
+{
+color = (240,240,240,1);
+glyphname = figuredash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-4 988 LINE",
+"-4 768 LINE",
+"1788 768 LINE",
+"1788 988 LINE"
+);
+}
+);
+width = 1784;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"16 1024 LINE",
+"16 704 LINE",
+"1808 704 LINE",
+"1808 1024 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2012;
+userData = {
+interface.gridadjust.original = "{'width': 1610, 'leftMargin': 256, 'rightMargin': 330}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = figuredash.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = figuredash;
+transform = "{1, 0, 0, 1, 0, 148}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+components = (
+{
+name = figuredash;
+transform = "{1, 0, 0, 1, 0, 160}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1610, 'leftMargin': 256, 'rightMargin': 330}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = emdash;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 988 LINE",
+"136 768 LINE",
+"2696 768 LINE",
+"2696 988 LINE"
+);
+}
+);
+width = 2832;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 1024 LINE",
+"144 704 LINE",
+"2704 704 LINE",
+"2704 1024 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 2014;
+},
+{
+color = (240,240,240,1);
+glyphname = emdash.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = emdash;
+transform = "{1, 0, 0, 1, 0, 148}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2832;
+},
+{
+components = (
+{
+name = emdash;
+transform = "{1, 0, 0, 1, 0, 160}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2848;
+}
+);
+},
+{
+color = (240,240,240,1);
+glyphname = bullet;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1148 1076 OFFCURVE",
+"952 1280 OFFCURVE",
+"704 1280 CURVE SMOOTH",
+"464 1280 OFFCURVE",
+"260 1076 OFFCURVE",
+"260 832 CURVE SMOOTH",
+"260 588 OFFCURVE",
+"464 388 OFFCURVE",
+"704 388 CURVE SMOOTH",
+"952 388 OFFCURVE",
+"1148 588 OFFCURVE",
+"1148 832 CURVE SMOOTH"
+);
+}
+);
+width = 1408;
+},
+{
+guideLines = (
+{
+position = "{0, 2715.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"956 1060 OFFCURVE",
+"800 1216 OFFCURVE",
+"592 1216 CURVE SMOOTH",
+"384 1216 OFFCURVE",
+"228 1060 OFFCURVE",
+"228 852 CURVE SMOOTH",
+"228 644 OFFCURVE",
+"384 488 OFFCURVE",
+"592 488 CURVE SMOOTH",
+"800 488 OFFCURVE",
+"956 644 OFFCURVE",
+"956 852 CURVE SMOOTH"
+);
+}
+);
+width = 1184;
+}
+);
+unicode = 2022;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = bullet.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = bullet;
+transform = "{1, 0, 0, 1, 0, 180}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1296;
+},
+{
+components = (
+{
+name = bullet;
+transform = "{1, 0, 0, 1, 0, 156}";
+}
+);
+guideLines = (
+{
+position = "{0, 2715.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1184;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quoteleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"360 1408 LINE",
+"360 1592 LINE SMOOTH",
+"360 1740 OFFCURVE",
+"432 1868 OFFCURVE",
+"516 1988 CURVE",
+"388 2092 LINE",
+"228 1964 OFFCURVE",
+"136 1752 OFFCURVE",
+"136 1588 CURVE SMOOTH",
+"136 1408 LINE"
+);
+}
+);
+width = 560;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"476 1408 LINE",
+"476 1632 LINE SMOOTH",
+"476 1808 OFFCURVE",
+"532 1928 OFFCURVE",
+"592 2032 CURVE",
+"396 2144 LINE",
+"264 2028 OFFCURVE",
+"144 1816 OFFCURVE",
+"144 1632 CURVE SMOOTH",
+"144 1408 LINE"
+);
+}
+);
+width = 672;
+}
+);
+leftKerningGroup = quotedblleft;
+rightKerningGroup = quotedblleft;
+unicode = 2018;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quoteright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _caron;
+position = "{88, 2112}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 2048 LINE",
+"264 1864 LINE SMOOTH",
+"264 1716 OFFCURVE",
+"192 1588 OFFCURVE",
+"108 1468 CURVE",
+"236 1364 LINE",
+"396 1492 OFFCURVE",
+"488 1704 OFFCURVE",
+"488 1868 CURVE SMOOTH",
+"488 2048 LINE"
+);
+}
+);
+width = 624;
+},
+{
+anchors = (
+{
+name = _caron;
+position = "{176, 2112}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"196 2048 LINE",
+"196 1824 LINE SMOOTH",
+"196 1648 OFFCURVE",
+"140 1528 OFFCURVE",
+"80 1424 CURVE",
+"276 1312 LINE",
+"408 1428 OFFCURVE",
+"528 1640 OFFCURVE",
+"528 1824 CURVE SMOOTH",
+"528 2048 LINE"
+);
+}
+);
+width = 632;
+}
+);
+leftKerningGroup = quotedblright;
+rightKerningGroup = quotedblright;
+unicode = 2019;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = primetripl1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"304 1664 LINE",
+"560 2148 LINE",
+"308 2148 LINE",
+"136 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"716 1664 LINE",
+"976 2148 LINE",
+"720 2148 LINE",
+"548 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1128 1664 LINE",
+"1388 2148 LINE",
+"1132 2148 LINE",
+"960 1664 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 1664 LINE",
+"900 2148 LINE",
+"428 2148 LINE",
+"144 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1152 1664 LINE",
+"1544 2148 LINE",
+"1072 2148 LINE",
+"792 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1800 1664 LINE",
+"2192 2148 LINE",
+"1720 2148 LINE",
+"1436 1664 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = quotedblright;
+rightKerningGroup = quotedblright;
+unicode = 2034;
+userData = {
+interface.gridadjust.original = "{'width': 1471, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quotesingle;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"200 2048 LINE",
+"200 1344 LINE",
+"420 1344 LINE",
+"420 2048 LINE"
+);
+}
+);
+width = 624;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"112 2048 LINE",
+"112 1256 LINE",
+"428 1256 LINE",
+"428 2048 LINE"
+);
+}
+);
+width = 544;
+}
+);
+leftKerningGroup = quotedbl;
+rightKerningGroup = quotedbl;
+unicode = 0027;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quotedbl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quotesingle;
+transform = "{1, 0, 0, 1, 32, 0}";
+},
+{
+name = quotesingle;
+transform = "{1, 0, 0, 1, 544, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = quotesingle;
+},
+{
+name = quotesingle;
+transform = "{1, 0, 0, 1, 512, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+leftKerningGroup = quotedbl;
+rightKerningGroup = quotedbl;
+unicode = 0022;
+userData = {
+interface.gridadjust.original = "{'width': 1152, 'leftMargin': 256, 'rightMargin': 256}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quotedblleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quoteleft;
+},
+{
+name = quoteleft;
+transform = "{1, 0, 0, 1, 512, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1072;
+},
+{
+components = (
+{
+name = quoteleft;
+},
+{
+name = quoteleft;
+transform = "{1, 0, 0, 1, 500, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1176;
+}
+);
+leftKerningGroup = quotedblleft;
+rightKerningGroup = quotedblleft;
+unicode = 201C;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quotedblright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quoteright;
+},
+{
+name = quoteright;
+transform = "{1, 0, 0, 1, 512, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1136;
+},
+{
+components = (
+{
+name = quoteright;
+},
+{
+name = quoteright;
+transform = "{1, 0, 0, 1, 496, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1128;
+}
+);
+leftKerningGroup = quotedblright;
+rightKerningGroup = quotedblright;
+unicode = 201D;
+userData = {
+interface.gridadjust.original = "{'width': 1041, 'leftMargin': 142, 'rightMargin': 78}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quotedblbase;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quotedblright;
+transform = "{1, 0, 0, 1, -16, -1792}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1160;
+},
+{
+components = (
+{
+name = quotedblright;
+transform = "{1, 0, 0, 1, 0, -1792}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1168;
+}
+);
+leftKerningGroup = quotedblbase;
+rightKerningGroup = quotedblbase;
+unicode = 201E;
+userData = {
+interface.gridadjust.original = "{'width': 1005, 'leftMargin': 48, 'rightMargin': 125}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quotesinglbase;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quoteright;
+transform = "{1, 0, 0, 1, -16, -1792}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 624;
+},
+{
+components = (
+{
+name = quoteright;
+transform = "{1, 0, 0, 1, 0, -1792}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 672;
+}
+);
+leftKerningGroup = quotedblbase;
+rightKerningGroup = quotedblbase;
+unicode = 201A;
+userData = {
+interface.gridadjust.original = "{'width': 578, 'leftMargin': 48, 'rightMargin': 124}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = comma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{428, 308}";
+},
+{
+name = _right;
+position = "{160, 100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"292 256 LINE",
+"292 64 LINE",
+"292 -88 OFFCURVE",
+"240 -228 OFFCURVE",
+"172 -388 CURVE",
+"372 -428 LINE",
+"476 -272 OFFCURVE",
+"544 -108 OFFCURVE",
+"548 68 CURVE",
+"548 256 LINE"
+);
+}
+);
+width = 776;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{636, 364}";
+},
+{
+name = _right;
+position = "{328, 48}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 348 LINE",
+"248 28 LINE",
+"248 -188 OFFCURVE",
+"164 -304 OFFCURVE",
+"104 -428 CURVE",
+"328 -540 LINE",
+"488 -404 OFFCURVE",
+"608 -168 OFFCURVE",
+"608 56 CURVE",
+"608 348 LINE"
+);
+}
+);
+width = 800;
+}
+);
+leftKerningGroup = comma;
+rightKerningGroup = comma;
+unicode = 002C;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = comma.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{428, 308}";
+},
+{
+name = _right;
+position = "{160, 100}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"292 256 LINE",
+"292 64 LINE",
+"292 -88 OFFCURVE",
+"240 -228 OFFCURVE",
+"172 -388 CURVE",
+"372 -428 LINE",
+"476 -272 OFFCURVE",
+"544 -108 OFFCURVE",
+"548 68 CURVE",
+"548 256 LINE"
+);
+}
+);
+width = 776;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{636, 364}";
+},
+{
+name = _right;
+position = "{328, 48}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 348 LINE",
+"248 28 LINE",
+"248 -188 OFFCURVE",
+"164 -304 OFFCURVE",
+"104 -428 CURVE",
+"328 -540 LINE",
+"488 -404 OFFCURVE",
+"608 -168 OFFCURVE",
+"608 56 CURVE",
+"608 348 LINE"
+);
+}
+);
+width = 800;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = period;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"488 -16 OFFCURVE",
+"568 64 OFFCURVE",
+"568 164 CURVE SMOOTH",
+"568 260 OFFCURVE",
+"488 340 OFFCURVE",
+"388 340 CURVE SMOOTH",
+"292 340 OFFCURVE",
+"208 264 OFFCURVE",
+"208 164 CURVE SMOOTH",
+"208 64 OFFCURVE",
+"288 -16 OFFCURVE",
+"388 -16 CURVE SMOOTH"
+);
+}
+);
+width = 776;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 -28 OFFCURVE",
+"648 84 OFFCURVE",
+"648 224 CURVE SMOOTH",
+"648 360 OFFCURVE",
+"536 472 OFFCURVE",
+"400 472 CURVE SMOOTH",
+"264 472 OFFCURVE",
+"152 360 OFFCURVE",
+"152 224 CURVE SMOOTH",
+"152 84 OFFCURVE",
+"264 -28 OFFCURVE",
+"400 -28 CURVE SMOOTH"
+);
+}
+);
+width = 800;
+}
+);
+leftKerningGroup = comma;
+rightKerningGroup = comma;
+unicode = 002E;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = period.tnum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"488 -16 OFFCURVE",
+"568 64 OFFCURVE",
+"568 164 CURVE SMOOTH",
+"568 260 OFFCURVE",
+"488 340 OFFCURVE",
+"388 340 CURVE SMOOTH",
+"292 340 OFFCURVE",
+"208 264 OFFCURVE",
+"208 164 CURVE SMOOTH",
+"208 64 OFFCURVE",
+"288 -16 OFFCURVE",
+"388 -16 CURVE SMOOTH"
+);
+}
+);
+width = 776;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 -28 OFFCURVE",
+"648 84 OFFCURVE",
+"648 224 CURVE SMOOTH",
+"648 360 OFFCURVE",
+"536 472 OFFCURVE",
+"400 472 CURVE SMOOTH",
+"264 472 OFFCURVE",
+"152 360 OFFCURVE",
+"152 224 CURVE SMOOTH",
+"152 84 OFFCURVE",
+"264 -28 OFFCURVE",
+"400 -28 CURVE SMOOTH"
+);
+}
+);
+width = 800;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = ellipsis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 768, 0}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 1536, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2312;
+},
+{
+components = (
+{
+name = period;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 664, 0}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 1324, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2124;
+}
+);
+leftKerningGroup = comma;
+rightKerningGroup = comma;
+unicode = 2026;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = twodotleader;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 768, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1544;
+},
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, 52, 0}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 716, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 2025;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = colon;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 1140}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 776;
+},
+{
+components = (
+{
+name = period;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 1032}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+leftKerningGroup = colon;
+rightKerningGroup = colon;
+unicode = 003A;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = colon.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 324}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 1360}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 776;
+},
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 288}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 1296}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+leftKerningGroup = colon;
+rightKerningGroup = colon.case;
+userData = {
+interface.gridadjust.original = "{'width': 829, 'leftMargin': 271, 'rightMargin': 222}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = semicolon;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = comma;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 1140}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 776;
+},
+{
+components = (
+{
+name = comma;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 1084}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+leftKerningGroup = colon;
+rightKerningGroup = colon;
+unicode = 003B;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = guilsinglleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"416 840 LINE",
+"188 840 LINE",
+"188 820 LINE",
+"592 220 LINE",
+"800 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"592 1448 LINE",
+"188 848 LINE",
+"188 828 LINE",
+"416 828 LINE",
+"800 1448 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"528 716 LINE",
+"204 716 LINE",
+"204 696 LINE",
+"580 160 LINE",
+"856 160 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"580 1260 LINE",
+"204 724 LINE",
+"204 704 LINE",
+"528 704 LINE",
+"856 1260 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+leftKerningGroup = guillemotleft;
+rightKerningGroup = guillemotleft;
+unicode = 2039;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = guilsinglright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"396 220 LINE",
+"800 820 LINE",
+"800 840 LINE",
+"572 840 LINE",
+"188 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"572 828 LINE",
+"800 828 LINE",
+"800 848 LINE",
+"396 1448 LINE",
+"188 1448 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+guideLines = (
+{
+position = "{0, 134.75}";
+},
+{
+position = "{0, 609.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"476 160 LINE",
+"856 696 LINE",
+"856 712 LINE",
+"528 716 LINE",
+"204 160 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 700 LINE",
+"856 704 LINE",
+"856 720 LINE",
+"476 1256 LINE",
+"204 1256 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+leftKerningGroup = guillemotright;
+rightKerningGroup = guillemotright;
+unicode = 203A;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = guillemotleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = guilsinglleft;
+transform = "{1, 0, 0, 1, -108, 0}";
+},
+{
+name = guilsinglleft;
+transform = "{1, 0, 0, 1, 404, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = guilsinglleft;
+transform = "{1, 0, 0, 1, 16, 0}";
+},
+{
+name = guilsinglleft;
+transform = "{1, 0, 0, 1, 572, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+leftKerningGroup = guillemotleft;
+rightKerningGroup = guillemotleft;
+unicode = 00AB;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = guillemotright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = guilsinglright;
+transform = "{1, 0, 0, 1, -184, 0}";
+},
+{
+name = guilsinglright;
+transform = "{1, 0, 0, 1, 328, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = guilsinglright;
+transform = "{1, 0, 0, 1, 56, 0}";
+},
+{
+name = guilsinglright;
+transform = "{1, 0, 0, 1, 616, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 134.75}";
+},
+{
+position = "{0, 609.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+leftKerningGroup = guillemotright;
+rightKerningGroup = guillemotright;
+unicode = 00BB;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = less;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 41.9872;
+position = "{256, 896}";
+},
+{
+angle = 318.0498;
+position = "{256, 896}";
+},
+{
+position = "{1060, 176}";
+},
+{
+position = "{1296, 1616}";
+},
+{
+position = "{256, 896}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"456 892 LINE",
+"456 900 LINE",
+"1088 1464 LINE",
+"932 1616 LINE",
+"132 896 LINE",
+"932 176 LINE",
+"1088 328 LINE"
+);
+}
+);
+width = 1296;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{256, 896}";
+},
+{
+angle = 90;
+position = "{1036, 1620}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"640 892 LINE",
+"640 900 LINE",
+"1172 1376 LINE",
+"908 1620 LINE",
+"104 896 LINE",
+"908 172 LINE",
+"1172 416 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 003C;
+userData = {
+com.typemytype.robofont.guideline.magnetic.UCqMAsbNEX = 5;
+com.typemytype.robofont.guideline.magnetic.abdyNxiJ0X = 5;
+com.typemytype.robofont.guideline.magnetic.hl7wBCA74H = 5;
+com.typemytype.robofont.guideline.magnetic.o3FB2ulJxh = 5;
+com.typemytype.robofont.guideline.magnetic.oUvmdsbOwf = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = greater;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = less;
+transform = "{-1, 0, 0, 1, 1280, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1296;
+},
+{
+components = (
+{
+name = less;
+transform = "{-1, 0, 0, 1, 1280, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 248.875}";
+},
+{
+position = "{1456, 896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 003E;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = lessequal;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{1548, 1708}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"712 1016 LINE",
+"712 1032 LINE",
+"1544 1460 LINE",
+"1544 1708 LINE",
+"264 1044 LINE",
+"264 1004 LINE",
+"1544 340 LINE",
+"1544 584 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"264 228 LINE",
+"264 4 LINE",
+"1544 4 LINE",
+"1544 228 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+guideLines = (
+{
+position = "{212, 1024}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"824 1016 LINE",
+"824 1032 LINE",
+"1360 1332 LINE",
+"1360 1684 LINE",
+"208 1052 LINE",
+"208 1000 LINE",
+"1360 364 LINE",
+"1360 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"208 319.52 LINE",
+"208 -0.8 LINE",
+"1360 -0.8 LINE",
+"1360 319.52 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = approxequal;
+rightKerningGroup = approxequal;
+unicode = 2264;
+userData = {
+com.typemytype.robofont.guideline.magnetic.IZcS8u7tGE = 5;
+interface.gridadjust.original = "{'width': 1430.0, 'leftMargin': 106, 'rightMargin': 150.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = greaterequal;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = lessequal;
+transform = "{-1, 0, 0, 1, 1792, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = lessequal;
+transform = "{-1, 0, 0, 1, 1536, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+leftKerningGroup = approxequal;
+rightKerningGroup = approxequal;
+unicode = 2265;
+userData = {
+interface.gridadjust.original = "{'width': 1475, 'leftMargin': 209, 'rightMargin': 195}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = equal;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{256, 896}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"328 512 LINE",
+"1480 512 LINE",
+"1480 732 LINE",
+"328 732 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"328 1060 LINE",
+"1480 1060 LINE",
+"1480 1280 LINE",
+"328 1280 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+guideLines = (
+{
+position = "{532, 896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 396 LINE",
+"1360 396 LINE",
+"1360 748 LINE",
+"208 748 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"208 1044 LINE",
+"1360 1044 LINE",
+"1360 1396 LINE",
+"208 1396 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = approxequal;
+rightKerningGroup = approxequal;
+unicode = 003D;
+userData = {
+com.typemytype.robofont.guideline.magnetic.7d4CjnlrzW = 5;
+interface.gridadjust.original = "{'width': 1664, 'leftMargin': 256, 'rightMargin': 256}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = equal.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = equal;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = equal;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1664, 'leftMargin': 256, 'rightMargin': 256}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = notequal;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1252 1628 LINE",
+"424 220 LINE",
+"564 136 LINE",
+"1388 1544 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"328 512 LINE",
+"1480 512 LINE",
+"1480 732 LINE",
+"328 732 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"328 1060 LINE",
+"1480 1060 LINE",
+"1480 1280 LINE",
+"328 1280 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1068 1656 LINE",
+"324 228 LINE",
+"496 140 LINE",
+"1244 1568 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"208 396 LINE",
+"1360 396 LINE",
+"1360 748 LINE",
+"208 748 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"208 1044 LINE",
+"1360 1044 LINE",
+"1360 1396 LINE",
+"208 1396 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = approxequal;
+rightKerningGroup = approxequal;
+unicode = 2260;
+userData = {
+interface.gridadjust.original = "{'width': 1543, 'leftMargin': 256, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = notequal.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = notequal;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = notequal;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1543, 'leftMargin': 256, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = plus;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{268, 896}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 1008 LINE",
+"264 784 LINE",
+"1544 784 LINE",
+"1544 1008 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"792 1536 LINE",
+"792 256 LINE",
+"1016 256 LINE",
+"1016 1536 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+guideLines = (
+{
+position = "{516, 896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 1072 LINE",
+"144 720 LINE",
+"1424 720 LINE",
+"1424 1072 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"608 1536 LINE",
+"608 256 LINE",
+"960 256 LINE",
+"960 1536 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = divide;
+rightKerningGroup = divide;
+unicode = 002B;
+userData = {
+com.typemytype.robofont.guideline.magnetic.vWa5hxe2x0 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = plus.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = plus;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = plus;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = minus;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 1008 LINE",
+"264 784 LINE",
+"1544 784 LINE",
+"1544 1008 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+guideLines = (
+{
+position = "{220, 896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 1072 LINE",
+"208 720 LINE",
+"1360 720 LINE",
+"1360 1072 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = divide;
+rightKerningGroup = divide;
+unicode = 2212;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = minus.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = minus;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = minus;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = multiply;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1524 1372 LINE",
+"1372 1528 LINE",
+"300 436 LINE",
+"452 280 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1508 436 LINE",
+"436 1528 LINE",
+"284 1372 LINE",
+"1356 280 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+guideLines = (
+{
+position = "{232, 896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1432 1300 LINE",
+"1176 1552 LINE",
+"136 492 LINE",
+"392 240 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1432 492 LINE",
+"392 1552 LINE",
+"136 1300 LINE",
+"1176 240 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 00D7;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = multiply.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = multiply;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = multiply;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = divide;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 1008 LINE",
+"264 788 LINE",
+"1544 788 LINE",
+"1544 1008 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"736 1320 OFFCURVE",
+"792 1252 OFFCURVE",
+"904 1252 CURVE SMOOTH",
+"1012 1252 OFFCURVE",
+"1072 1320 OFFCURVE",
+"1072 1408 CURVE SMOOTH",
+"1072 1500 OFFCURVE",
+"1012 1568 OFFCURVE",
+"904 1568 CURVE SMOOTH",
+"792 1568 OFFCURVE",
+"736 1500 OFFCURVE",
+"736 1408 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"736 292 OFFCURVE",
+"792 224 OFFCURVE",
+"904 224 CURVE SMOOTH",
+"1012 224 OFFCURVE",
+"1072 292 OFFCURVE",
+"1072 380 CURVE SMOOTH",
+"1072 472 OFFCURVE",
+"1012 544 OFFCURVE",
+"904 544 CURVE SMOOTH",
+"792 544 OFFCURVE",
+"736 472 OFFCURVE",
+"736 380 CURVE SMOOTH"
+);
+}
+);
+width = 1808;
+},
+{
+guideLines = (
+{
+position = "{584, 896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 1072 LINE",
+"144 720 LINE",
+"1424 720 LINE",
+"1424 1072 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"536 1316 OFFCURVE",
+"636 1224 OFFCURVE",
+"784 1224 CURVE SMOOTH",
+"932 1224 OFFCURVE",
+"1032 1316 OFFCURVE",
+"1032 1448 CURVE SMOOTH",
+"1032 1580 OFFCURVE",
+"932 1676 OFFCURVE",
+"784 1676 CURVE SMOOTH",
+"636 1676 OFFCURVE",
+"536 1580 OFFCURVE",
+"536 1448 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"536 204 OFFCURVE",
+"636 112 OFFCURVE",
+"784 112 CURVE SMOOTH",
+"932 112 OFFCURVE",
+"1032 204 OFFCURVE",
+"1032 336 CURVE SMOOTH",
+"1032 468 OFFCURVE",
+"932 564 OFFCURVE",
+"784 564 CURVE SMOOTH",
+"636 564 OFFCURVE",
+"536 468 OFFCURVE",
+"536 336 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = divide;
+rightKerningGroup = divide;
+unicode = 00F7;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = divide.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = divide;
+transform = "{1, 0, 0, 1, 0, 136}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = divide;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = plusminus;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 220 LINE",
+"264 0 LINE",
+"1544 0 LINE",
+"1544 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1020 1096 LINE",
+"1020 1536 LINE",
+"788 1536 LINE",
+"788 1096 LINE",
+"264 1096 LINE",
+"264 872 LINE",
+"788 872 LINE",
+"788 432 LINE",
+"1020 432 LINE",
+"1020 872 LINE",
+"1544 872 LINE",
+"1544 1096 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"148 352 LINE",
+"148 0 LINE",
+"1420 0 LINE",
+"1420 352 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"960 1280 LINE",
+"960 1744 LINE",
+"608 1744 LINE",
+"608 1280 LINE",
+"140 1280 LINE",
+"140 928 LINE",
+"608 928 LINE",
+"608 512 LINE",
+"960 512 LINE",
+"960 928 LINE",
+"1424 928 LINE",
+"1424 1280 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = approxequal;
+rightKerningGroup = approxequal;
+unicode = 00B1;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = plusminus.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = plusminus;
+transform = "{1, 0, 0, 1, 0, 296}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = plusminus;
+transform = "{1, 0, 0, 1, 0, 192}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = approxequal;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"348 1080 OFFCURVE",
+"480 1144 OFFCURVE",
+"600 1144 CURVE",
+"748 1152 OFFCURVE",
+"808 1104 OFFCURVE",
+"924 1044 CURVE SMOOTH",
+"1032 992 OFFCURVE",
+"1084 952 OFFCURVE",
+"1220 952 CURVE SMOOTH",
+"1336 952 OFFCURVE",
+"1456 1004 OFFCURVE",
+"1544 1096 CURVE",
+"1544 1372 LINE",
+"1456 1264 OFFCURVE",
+"1336 1200 OFFCURVE",
+"1220 1200 CURVE SMOOTH",
+"1084 1200 OFFCURVE",
+"1032 1240 OFFCURVE",
+"924 1292 CURVE SMOOTH",
+"808 1352 OFFCURVE",
+"748 1396 OFFCURVE",
+"600 1392 CURVE",
+"480 1392 OFFCURVE",
+"348 1340 OFFCURVE",
+"264 1248 CURVE",
+"264 972 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"348 504 OFFCURVE",
+"480 568 OFFCURVE",
+"600 568 CURVE",
+"748 572 OFFCURVE",
+"808 524 OFFCURVE",
+"924 468 CURVE SMOOTH",
+"1032 412 OFFCURVE",
+"1084 372 OFFCURVE",
+"1220 372 CURVE SMOOTH",
+"1336 372 OFFCURVE",
+"1456 428 OFFCURVE",
+"1544 520 CURVE",
+"1544 792 LINE",
+"1456 684 OFFCURVE",
+"1336 620 OFFCURVE",
+"1220 620 CURVE SMOOTH",
+"1084 620 OFFCURVE",
+"1032 660 OFFCURVE",
+"924 716 CURVE SMOOTH",
+"808 772 OFFCURVE",
+"748 820 OFFCURVE",
+"600 816 CURVE",
+"480 816 OFFCURVE",
+"348 760 OFFCURVE",
+"264 672 CURVE",
+"264 396 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 1028 OFFCURVE",
+"356 1092 OFFCURVE",
+"476 1092 CURVE",
+"620 1096 OFFCURVE",
+"708 1048 OFFCURVE",
+"824 992 CURVE SMOOTH",
+"932 936 OFFCURVE",
+"1016 896 OFFCURVE",
+"1152 896 CURVE SMOOTH",
+"1272 896 OFFCURVE",
+"1360 952 OFFCURVE",
+"1448 1040 CURVE",
+"1448 1384 LINE",
+"1360 1276 OFFCURVE",
+"1256 1212 OFFCURVE",
+"1136 1212 CURVE SMOOTH",
+"1000 1212 OFFCURVE",
+"920 1252 OFFCURVE",
+"808 1308 CURVE SMOOTH",
+"696 1364 OFFCURVE",
+"608 1412 OFFCURVE",
+"460 1408 CURVE",
+"340 1408 OFFCURVE",
+"208 1352 OFFCURVE",
+"124 1260 CURVE",
+"124 916 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"208 448 OFFCURVE",
+"340 512 OFFCURVE",
+"460 512 CURVE",
+"608 516 OFFCURVE",
+"696 472 OFFCURVE",
+"808 412 CURVE SMOOTH",
+"920 360 OFFCURVE",
+"1000 320 OFFCURVE",
+"1136 320 CURVE SMOOTH",
+"1256 320 OFFCURVE",
+"1360 372 OFFCURVE",
+"1448 464 CURVE",
+"1448 808 LINE",
+"1360 700 OFFCURVE",
+"1244 636 OFFCURVE",
+"1124 636 CURVE SMOOTH",
+"988 636 OFFCURVE",
+"904 676 OFFCURVE",
+"796 728 CURVE SMOOTH",
+"680 788 OFFCURVE",
+"592 832 OFFCURVE",
+"448 828 CURVE",
+"328 828 OFFCURVE",
+"208 776 OFFCURVE",
+"124 684 CURVE",
+"124 340 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = approxequal;
+rightKerningGroup = approxequal;
+unicode = 2248;
+userData = {
+interface.gridadjust.original = "{'width': 1587, 'leftMargin': 139, 'rightMargin': 164}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = asciitilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 315.3603;
+position = "{784, 880}";
+},
+{
+angle = 315.5305;
+position = "{904, 1068}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1320 996 OFFCURVE",
+"1236 928 OFFCURVE",
+"1132 928 CURVE SMOOTH",
+"1044 928 OFFCURVE",
+"988 976 OFFCURVE",
+"900 1064 CURVE SMOOTH",
+"780 1184 OFFCURVE",
+"668 1236 OFFCURVE",
+"544 1236 CURVE SMOOTH",
+"316 1236 OFFCURVE",
+"144 1060 OFFCURVE",
+"140 768 CURVE",
+"360 768 LINE",
+"372 936 OFFCURVE",
+"448 1008 OFFCURVE",
+"556 1008 CURVE SMOOTH",
+"636 1008 OFFCURVE",
+"700 968 OFFCURVE",
+"780 876 CURVE SMOOTH",
+"884 760 OFFCURVE",
+"1004 700 OFFCURVE",
+"1140 700 CURVE SMOOTH",
+"1372 700 OFFCURVE",
+"1544 880 OFFCURVE",
+"1540 1172 CURVE",
+"1320 1172 LINE"
+);
+}
+);
+width = 1680;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1352 936 OFFCURVE",
+"1284 864 OFFCURVE",
+"1180 864 CURVE SMOOTH",
+"1104 864 OFFCURVE",
+"1056 904 OFFCURVE",
+"984 976 CURVE",
+"868 1096 OFFCURVE",
+"748 1152 OFFCURVE",
+"612 1152 CURVE SMOOTH",
+"356 1152 OFFCURVE",
+"152 952 OFFCURVE",
+"152 564 CURVE",
+"472 564 LINE",
+"472 696 OFFCURVE",
+"528 784 OFFCURVE",
+"648 784 CURVE SMOOTH",
+"720 784 OFFCURVE",
+"768 752 OFFCURVE",
+"840 680 CURVE",
+"968 556 OFFCURVE",
+"1088 504 OFFCURVE",
+"1220 504 CURVE SMOOTH",
+"1492 504 OFFCURVE",
+"1672 728 OFFCURVE",
+"1672 1100 CURVE",
+"1352 1100 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 007E;
+userData = {
+com.typemytype.robofont.guideline.magnetic.3xFHrd4wHk = 5;
+com.typemytype.robofont.guideline.magnetic.7O4U9XRpHd = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = logicalnot;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"188 1108 LINE",
+"188 872 LINE",
+"1336 872 LINE",
+"1336 1108 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1060 1000 LINE",
+"1060 516 LINE",
+"1336 516 LINE",
+"1336 1000 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"212 1108 LINE",
+"212 872 LINE",
+"1360 872 LINE",
+"1360 1108 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1084 1000 LINE",
+"1084 516 LINE",
+"1360 516 LINE",
+"1360 1000 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 00AC;
+userData = {
+interface.gridadjust.original = "{'width': 1565, 'leftMargin': 176, 'rightMargin': 241}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = periodcentered;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 892}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 784;
+},
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, 0, 724}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 00B7;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = anoteleia;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = periodcentered;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 784;
+},
+{
+components = (
+{
+name = periodcentered;
+transform = "{1, 0, 0, 1, -52, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 0387;
+userData = {
+interface.gridadjust.original = "{'width': 745, 'leftMargin': 224, 'rightMargin': 189}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = questiongreek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -4, 1204}";
+},
+{
+name = comma;
+transform = "{1, 0, 0, 1, 16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 784;
+},
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, 16, 1096}";
+},
+{
+name = comma;
+transform = "{1, 0, 0, 1, 68, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 037E;
+userData = {
+interface.gridadjust.original = "{'width': 726.0, 'leftMargin': 206, 'rightMargin': 144.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = underscore;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{632, 216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-4 0 LINE",
+"-4 -220 LINE",
+"1276 -220 LINE",
+"1276 0 LINE"
+);
+}
+);
+width = 1272;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{632, 184}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"32 0 LINE",
+"32 -344 LINE",
+"1280 -344 LINE",
+"1280 0 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 005F;
+},
+{
+color = (240,240,240,1);
+glyphname = dagger;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"748 2004 LINE",
+"748 0 LINE",
+"1024 0 LINE",
+"1024 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"208 1488 LINE",
+"208 1268 LINE",
+"1568 1268 LINE",
+"1568 1488 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"560 2004 LINE",
+"560 0 LINE",
+"1004 0 LINE",
+"1004 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 1488 LINE",
+"104 1116 LINE",
+"1464 1116 LINE",
+"1464 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = dagger;
+rightKerningGroup = dagger;
+unicode = 2020;
+userData = {
+interface.gridadjust.original = "{'width': 1554, 'leftMargin': 98, 'rightMargin': 95}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = daggerdbl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"620 2004 LINE",
+"620 -572 LINE",
+"892 -572 LINE",
+"892 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"80 1488 LINE",
+"80 1268 LINE",
+"1440 1268 LINE",
+"1440 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"80 220 LINE",
+"80 0 LINE",
+"1440 0 LINE",
+"1440 220 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"560 2004 LINE",
+"560 -572 LINE",
+"1004 -572 LINE",
+"1004 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 1488 LINE",
+"104 1132 LINE",
+"1464 1132 LINE",
+"1464 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 360 LINE",
+"104 0 LINE",
+"1464 0 LINE",
+"1464 360 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = dagger;
+rightKerningGroup = dagger;
+unicode = 2021;
+userData = {
+interface.gridadjust.original = "{'width': 1610, 'leftMargin': 121, 'rightMargin': 129}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = asciicircum;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"704 2004 LINE",
+"540 2004 LINE",
+"128 1004 LINE",
+"384 1004 LINE",
+"648 1688 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1136 1004 LINE",
+"728 2004 LINE",
+"560 2004 LINE",
+"616 1688 LINE",
+"884 1004 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+guideLines = (
+{
+position = "{0, 248.875}";
+},
+{
+position = "{0, 723.25}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"740 2004 LINE",
+"492 2004 LINE",
+"84 1004 LINE",
+"420 1004 LINE",
+"668 1652 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1232 1004 LINE",
+"820 2004 LINE",
+"572 2004 LINE",
+"644 1652 LINE",
+"892 1004 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = asciicircum;
+rightKerningGroup = asciicircum;
+unicode = 005E;
+userData = {
+interface.gridadjust.original = "{'width': 1178, 'leftMargin': 84, 'rightMargin': 86}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = asterisk;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{792, 1344}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"448 904 LINE",
+"712 1264 LINE",
+"976 904 LINE",
+"1152 1032 LINE",
+"896 1392 LINE",
+"1316 1528 LINE",
+"1248 1740 LINE",
+"824 1600 LINE",
+"824 2048 LINE",
+"600 2048 LINE",
+"600 1600 LINE",
+"176 1740 LINE",
+"108 1528 LINE",
+"528 1392 LINE",
+"272 1032 LINE"
+);
+}
+);
+width = 1424;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"524 784 LINE",
+"776 1176 LINE",
+"1028 772 LINE",
+"1260 936 LINE",
+"960 1300 LINE",
+"1412 1424 LINE",
+"1324 1684 LINE",
+"900 1508 LINE",
+"936 2004 LINE",
+"648 2004 LINE",
+"680 1520 LINE",
+"244 1700 LINE",
+"160 1440 LINE",
+"600 1316 LINE",
+"292 940 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+leftKerningGroup = asciicircum;
+rightKerningGroup = asciicircum;
+unicode = 002A;
+userData = {
+com.typemytype.robofont.guideline.magnetic.x5LXEmmtln = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = asterisk.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{1072, 1024}";
+},
+{
+position = "{1132, 1448}";
+},
+{
+position = "{1132, 460}";
+},
+{
+position = "{940, 352}";
+},
+{
+angle = 90;
+position = "{768, 1708}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"768 820 LINE",
+"784 820 LINE",
+"1000 428 LINE",
+"1180 532 LINE",
+"944 916 LINE",
+"952 932 LINE",
+"1404 920 LINE",
+"1404 1128 LINE",
+"960 1116 LINE",
+"952 1132 LINE",
+"1184 1516 LINE",
+"1000 1620 LINE",
+"784 1224 LINE",
+"768 1224 LINE",
+"552 1620 LINE",
+"368 1516 LINE",
+"604 1132 LINE",
+"596 1116 LINE",
+"148 1128 LINE",
+"148 920 LINE",
+"600 932 LINE",
+"608 916 LINE",
+"372 532 LINE",
+"552 428 LINE"
+);
+}
+);
+width = 1552;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{768, 636}";
+},
+{
+position = "{1516, 1024}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"776 788 LINE",
+"792 788 LINE",
+"1000 408 LINE",
+"1208 528 LINE",
+"984 900 LINE",
+"992 916 LINE",
+"1424 904 LINE",
+"1424 1144 LINE",
+"992 1132 LINE",
+"984 1148 LINE",
+"1208 1520 LINE",
+"1000 1640 LINE",
+"792 1256 LINE",
+"776 1256 LINE",
+"568 1640 LINE",
+"360 1520 LINE",
+"588 1148 LINE",
+"580 1132 LINE",
+"144 1144 LINE",
+"144 904 LINE",
+"580 916 LINE",
+"588 900 LINE",
+"360 528 LINE",
+"568 408 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+note = "\012Recipe:\0121. make horizontal rect\0122. copy rect and paste\0123. rotate by 60 deg\0124. enter transform mode and center it\0125. copy the rotated piece and paste\0126. flip on vertical axis\0127. enter transform mode and center it\012";
+userData = {
+com.typemytype.robofont.guideline.magnetic.8kyvXg1lkX = 5;
+com.typemytype.robofont.guideline.magnetic.G9ZB6lXRAP = 5;
+com.typemytype.robofont.guideline.magnetic.NTqmofmBPi = 5;
+com.typemytype.robofont.guideline.magnetic.WeNGZHYYeV = 5;
+com.typemytype.robofont.guideline.magnetic.lFKw8dAZO7 = 5;
+};
+},
+{
+color = (204,240,242,1);
+glyphname = registered;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1232 900 OFFCURVE",
+"1208 900 OFFCURVE",
+"1256 928 CURVE SMOOTH",
+"1260 928 OFFCURVE",
+"1268 948 OFFCURVE",
+"1272 948 CURVE SMOOTH",
+"1468 1000 OFFCURVE",
+"1572 1100 OFFCURVE",
+"1572 1252 CURVE",
+"1572 1488 OFFCURVE",
+"1400 1604 OFFCURVE",
+"1128 1604 CURVE",
+"740 1604 LINE",
+"740 436 LINE",
+"948 436 LINE",
+"948 1420 LINE",
+"1128 1420 LINE",
+"1304 1420 OFFCURVE",
+"1368 1376 OFFCURVE",
+"1368 1244 CURVE",
+"1368 1140 OFFCURVE",
+"1268 1084 OFFCURVE",
+"1156 1084 CURVE",
+"880 1084 LINE",
+"884 900 LINE",
+"1180 900 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1308 900 OFFCURVE",
+"1360 836 OFFCURVE",
+"1360 708 CURVE",
+"1360 632 LINE",
+"1360 592 OFFCURVE",
+"1360 480 OFFCURVE",
+"1380 436 CURVE",
+"1592 436 LINE",
+"1592 456 LINE",
+"1576 500 OFFCURVE",
+"1568 564 OFFCURVE",
+"1568 632 CURVE",
+"1568 708 LINE",
+"1568 892 OFFCURVE",
+"1480 1028 OFFCURVE",
+"1192 1028 CURVE",
+"1164 900 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"336 1488 OFFCURVE",
+"700 1860 OFFCURVE",
+"1144 1860 CURVE SMOOTH",
+"1592 1860 OFFCURVE",
+"1952 1488 OFFCURVE",
+"1952 1004 CURVE SMOOTH",
+"1952 516 OFFCURVE",
+"1592 144 OFFCURVE",
+"1144 144 CURVE SMOOTH",
+"700 144 OFFCURVE",
+"336 516 OFFCURVE",
+"336 1004 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 420 OFFCURVE",
+"608 -28 OFFCURVE",
+"1144 -28 CURVE SMOOTH",
+"1684 -28 OFFCURVE",
+"2120 420 OFFCURVE",
+"2120 1004 CURVE SMOOTH",
+"2120 1584 OFFCURVE",
+"1684 2032 OFFCURVE",
+"1144 2032 CURVE SMOOTH",
+"608 2032 OFFCURVE",
+"168 1584 OFFCURVE",
+"168 1004 CURVE SMOOTH"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1256 900 OFFCURVE",
+"1228 900 OFFCURVE",
+"1276 928 CURVE SMOOTH",
+"1284 928 OFFCURVE",
+"1292 948 OFFCURVE",
+"1296 948 CURVE SMOOTH",
+"1488 1000 OFFCURVE",
+"1596 1092 OFFCURVE",
+"1596 1240 CURVE",
+"1596 1476 OFFCURVE",
+"1424 1604 OFFCURVE",
+"1148 1604 CURVE",
+"764 1604 LINE",
+"764 436 LINE",
+"972 436 LINE",
+"972 1420 LINE",
+"1148 1420 LINE",
+"1328 1420 OFFCURVE",
+"1392 1376 OFFCURVE",
+"1392 1244 CURVE",
+"1392 1136 OFFCURVE",
+"1276 1084 OFFCURVE",
+"1148 1084 CURVE",
+"904 1084 LINE",
+"908 900 LINE",
+"1204 900 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1332 900 OFFCURVE",
+"1384 836 OFFCURVE",
+"1384 708 CURVE",
+"1384 632 LINE",
+"1384 592 OFFCURVE",
+"1384 480 OFFCURVE",
+"1404 436 CURVE",
+"1616 436 LINE",
+"1616 456 LINE",
+"1600 500 OFFCURVE",
+"1592 564 OFFCURVE",
+"1592 632 CURVE",
+"1592 708 LINE",
+"1592 908 OFFCURVE",
+"1504 1056 OFFCURVE",
+"1216 1056 CURVE",
+"1188 900 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"360 1488 OFFCURVE",
+"724 1860 OFFCURVE",
+"1168 1860 CURVE SMOOTH",
+"1616 1860 OFFCURVE",
+"1976 1488 OFFCURVE",
+"1976 1004 CURVE SMOOTH",
+"1976 516 OFFCURVE",
+"1616 144 OFFCURVE",
+"1168 144 CURVE SMOOTH",
+"724 144 OFFCURVE",
+"360 516 OFFCURVE",
+"360 1004 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"192 420 OFFCURVE",
+"632 -28 OFFCURVE",
+"1168 -28 CURVE SMOOTH",
+"1708 -28 OFFCURVE",
+"2144 420 OFFCURVE",
+"2144 1004 CURVE SMOOTH",
+"2144 1584 OFFCURVE",
+"1708 2032 OFFCURVE",
+"1168 2032 CURVE SMOOTH",
+"632 2032 OFFCURVE",
+"192 1584 OFFCURVE",
+"192 1004 CURVE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+leftKerningGroup = dagger;
+rightKerningGroup = dagger;
+unicode = 00AE;
+userData = {
+interface.gridadjust.original = "{'width': 2204, 'leftMargin': 121, 'rightMargin': 132}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = trademark;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1476 1264 LINE",
+"1476 2004 LINE",
+"1316 2004 LINE",
+"1124 1464 LINE",
+"932 2004 LINE",
+"772 2004 LINE",
+"772 1264 LINE",
+"900 1264 LINE",
+"900 1800 LINE",
+"1088 1264 LINE",
+"1160 1264 LINE",
+"1348 1800 LINE",
+"1348 1264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 2004 LINE",
+"136 1888 LINE",
+"332 1888 LINE",
+"332 1264 LINE",
+"464 1264 LINE",
+"464 1888 LINE",
+"664 1888 LINE",
+"664 2004 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1632 1256 LINE",
+"1632 2004 LINE",
+"1412 2004 LINE",
+"1244 1512 LINE",
+"1096 2004 LINE",
+"856 2004 LINE",
+"856 1256 LINE",
+"1052 1256 LINE",
+"1052 1724 LINE",
+"1192 1256 LINE",
+"1300 1256 LINE",
+"1440 1720 LINE",
+"1440 1256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"192 2004 LINE",
+"192 1844 LINE",
+"376 1844 LINE",
+"376 1260 LINE",
+"596 1260 LINE",
+"596 1844 LINE",
+"764 1844 LINE",
+"764 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+leftKerningGroup = dagger;
+rightKerningGroup = dagger;
+unicode = 2122;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = servicemark;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1036 2004 LINE",
+"904 2004 LINE",
+"1224 1264 LINE",
+"1296 1264 LINE",
+"1616 2004 LINE",
+"1484 2004 LINE",
+"1260 1464 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"872 2004 LINE",
+"872 1264 LINE",
+"1004 1264 LINE",
+"1004 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1640 1264 LINE",
+"1640 2004 LINE",
+"1508 2004 LINE",
+"1508 1264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 1400 OFFCURVE",
+"556 1360 OFFCURVE",
+"440 1360 CURVE SMOOTH",
+"356 1360 OFFCURVE",
+"264 1388 OFFCURVE",
+"264 1484 CURVE",
+"140 1484 LINE",
+"140 1312 OFFCURVE",
+"292 1256 OFFCURVE",
+"440 1256 CURVE SMOOTH",
+"624 1256 OFFCURVE",
+"740 1328 OFFCURVE",
+"740 1460 CURVE SMOOTH",
+"740 1592 OFFCURVE",
+"640 1644 OFFCURVE",
+"476 1692 CURVE",
+"324 1728 OFFCURVE",
+"292 1752 OFFCURVE",
+"292 1808 CURVE SMOOTH",
+"292 1868 OFFCURVE",
+"340 1908 OFFCURVE",
+"448 1908 CURVE SMOOTH",
+"552 1908 OFFCURVE",
+"604 1860 OFFCURVE",
+"604 1784 CURVE",
+"732 1784 LINE",
+"732 1932 OFFCURVE",
+"624 2012 OFFCURVE",
+"448 2012 CURVE SMOOTH",
+"276 2012 OFFCURVE",
+"164 1932 OFFCURVE",
+"164 1808 CURVE SMOOTH",
+"164 1672 OFFCURVE",
+"264 1624 OFFCURVE",
+"432 1580 CURVE",
+"572 1548 OFFCURVE",
+"612 1516 OFFCURVE",
+"612 1460 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1156 2004 LINE",
+"988 2004 LINE",
+"1248 1256 LINE",
+"1360 1256 LINE",
+"1620 2004 LINE",
+"1452 2004 LINE",
+"1304 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"916 2004 LINE",
+"916 1256 LINE",
+"1112 1256 LINE",
+"1112 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1684 1256 LINE",
+"1684 2004 LINE",
+"1492 2004 LINE",
+"1492 1256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"576 1432 OFFCURVE",
+"552 1404 OFFCURVE",
+"464 1404 CURVE SMOOTH",
+"388 1404 OFFCURVE",
+"340 1420 OFFCURVE",
+"340 1488 CURVE",
+"140 1488 LINE",
+"140 1344 OFFCURVE",
+"244 1232 OFFCURVE",
+"464 1232 CURVE SMOOTH",
+"660 1232 OFFCURVE",
+"772 1336 OFFCURVE",
+"772 1468 CURVE SMOOTH",
+"772 1604 OFFCURVE",
+"684 1672 OFFCURVE",
+"508 1704 CURVE SMOOTH",
+"384 1724 OFFCURVE",
+"368 1752 OFFCURVE",
+"368 1792 CURVE SMOOTH",
+"368 1824 OFFCURVE",
+"392 1856 OFFCURVE",
+"464 1856 CURVE SMOOTH",
+"540 1856 OFFCURVE",
+"564 1824 OFFCURVE",
+"564 1776 CURVE",
+"760 1776 LINE",
+"760 1924 OFFCURVE",
+"660 2020 OFFCURVE",
+"464 2020 CURVE SMOOTH",
+"272 2020 OFFCURVE",
+"172 1912 OFFCURVE",
+"172 1792 CURVE SMOOTH",
+"172 1656 OFFCURVE",
+"252 1584 OFFCURVE",
+"448 1552 CURVE SMOOTH",
+"552 1532 OFFCURVE",
+"576 1504 OFFCURVE",
+"576 1464 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2120;
+userData = {
+interface.gridadjust.original = "{'width': 1775, 'leftMargin': 138, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = degree;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"888 1076 OFFCURVE",
+"1092 1284 OFFCURVE",
+"1092 1536 CURVE SMOOTH",
+"1092 1792 OFFCURVE",
+"888 1996 OFFCURVE",
+"632 1996 CURVE SMOOTH",
+"380 1996 OFFCURVE",
+"172 1792 OFFCURVE",
+"172 1536 CURVE SMOOTH",
+"172 1284 OFFCURVE",
+"380 1076 OFFCURVE",
+"632 1076 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"488 1276 OFFCURVE",
+"368 1396 OFFCURVE",
+"368 1540 CURVE SMOOTH",
+"368 1684 OFFCURVE",
+"488 1804 OFFCURVE",
+"632 1804 CURVE SMOOTH",
+"776 1804 OFFCURVE",
+"896 1684 OFFCURVE",
+"896 1540 CURVE SMOOTH",
+"896 1396 OFFCURVE",
+"776 1276 OFFCURVE",
+"632 1276 CURVE SMOOTH"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"760 1228 OFFCURVE",
+"944 1412 OFFCURVE",
+"944 1644 CURVE SMOOTH",
+"944 1876 OFFCURVE",
+"760 2072 OFFCURVE",
+"532 2072 CURVE SMOOTH",
+"304 2072 OFFCURVE",
+"108 1876 OFFCURVE",
+"108 1644 CURVE",
+"108 1412 OFFCURVE",
+"304 1228 OFFCURVE",
+"532 1228 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 1472 OFFCURVE",
+"360 1548 OFFCURVE",
+"360 1644 CURVE",
+"360 1744 OFFCURVE",
+"440 1820 OFFCURVE",
+"532 1820 CURVE SMOOTH",
+"624 1820 OFFCURVE",
+"700 1744 OFFCURVE",
+"700 1644 CURVE SMOOTH",
+"700 1544 OFFCURVE",
+"624 1472 OFFCURVE",
+"532 1472 CURVE SMOOTH"
+);
+}
+);
+width = 1056;
+}
+);
+leftKerningGroup = asciicircum;
+rightKerningGroup = asciicircum;
+unicode = 00B0;
+userData = {
+interface.gridadjust.original = "{'width': 896, 'leftMargin': 28, 'rightMargin': 168}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ordfeminine;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"800 1112 OFFCURVE",
+"812 1036 OFFCURVE",
+"832 972 CURVE",
+"1076 972 LINE",
+"1048 1052 OFFCURVE",
+"1040 1132 OFFCURVE",
+"1040 1220 CURVE SMOOTH",
+"1040 1652 LINE",
+"1040 1904 OFFCURVE",
+"880 2032 OFFCURVE",
+"640 2032 CURVE SMOOTH",
+"380 2032 OFFCURVE",
+"212 1896 OFFCURVE",
+"212 1712 CURVE",
+"448 1692 LINE",
+"448 1780 OFFCURVE",
+"520 1828 OFFCURVE",
+"640 1828 CURVE SMOOTH",
+"748 1828 OFFCURVE",
+"800 1768 OFFCURVE",
+"800 1652 CURVE",
+"800 1184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"660 1584 LINE",
+"344 1584 OFFCURVE",
+"188 1468 OFFCURVE",
+"188 1264 CURVE SMOOTH",
+"188 1076 OFFCURVE",
+"312 952 OFFCURVE",
+"532 952 CURVE SMOOTH",
+"720 952 OFFCURVE",
+"824 1060 OFFCURVE",
+"864 1148 CURVE",
+"840 1308 LINE",
+"840 1240 OFFCURVE",
+"704 1152 OFFCURVE",
+"592 1152 CURVE SMOOTH",
+"480 1152 OFFCURVE",
+"432 1196 OFFCURVE",
+"432 1272 CURVE SMOOTH",
+"432 1352 OFFCURVE",
+"500 1424 OFFCURVE",
+"660 1424 CURVE",
+"860 1424 LINE",
+"860 1584 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+guideLines = (
+{
+position = "{0, 2311.375}";
+},
+{
+position = "{0, 1249.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"824 1108 OFFCURVE",
+"836 1036 OFFCURVE",
+"856 968 CURVE",
+"1100 968 LINE",
+"1072 1048 OFFCURVE",
+"1064 1128 OFFCURVE",
+"1064 1220 CURVE SMOOTH",
+"1064 1652 LINE",
+"1064 1904 OFFCURVE",
+"904 2032 OFFCURVE",
+"664 2032 CURVE SMOOTH",
+"404 2032 OFFCURVE",
+"236 1896 OFFCURVE",
+"236 1708 CURVE",
+"476 1692 LINE",
+"476 1780 OFFCURVE",
+"544 1828 OFFCURVE",
+"664 1828 CURVE SMOOTH",
+"772 1828 OFFCURVE",
+"824 1764 OFFCURVE",
+"824 1652 CURVE",
+"824 1184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"684 1580 LINE",
+"368 1580 OFFCURVE",
+"216 1468 OFFCURVE",
+"216 1264 CURVE SMOOTH",
+"216 1076 OFFCURVE",
+"336 952 OFFCURVE",
+"556 952 CURVE SMOOTH",
+"744 952 OFFCURVE",
+"848 1056 OFFCURVE",
+"888 1144 CURVE",
+"864 1308 LINE",
+"864 1240 OFFCURVE",
+"728 1148 OFFCURVE",
+"616 1148 CURVE SMOOTH",
+"504 1148 OFFCURVE",
+"456 1196 OFFCURVE",
+"456 1268 CURVE SMOOTH",
+"456 1348 OFFCURVE",
+"524 1420 OFFCURVE",
+"684 1420 CURVE",
+"884 1420 LINE",
+"884 1580 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = dagger;
+rightKerningGroup = dagger;
+unicode = 00AA;
+userData = {
+interface.gridadjust.original = "{'width': 1262, 'leftMargin': 199, 'rightMargin': 177}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ordmasculine;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 1152 OFFCURVE",
+"340 952 OFFCURVE",
+"636 952 CURVE SMOOTH",
+"928 952 OFFCURVE",
+"1108 1152 OFFCURVE",
+"1108 1436 CURVE",
+"1108 1544 LINE",
+"1108 1828 OFFCURVE",
+"928 2032 OFFCURVE",
+"632 2032 CURVE SMOOTH",
+"340 2032 OFFCURVE",
+"156 1828 OFFCURVE",
+"156 1544 CURVE",
+"156 1436 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"396 1704 OFFCURVE",
+"476 1828 OFFCURVE",
+"632 1828 CURVE SMOOTH",
+"792 1828 OFFCURVE",
+"868 1704 OFFCURVE",
+"868 1544 CURVE",
+"868 1436 LINE",
+"868 1272 OFFCURVE",
+"792 1152 OFFCURVE",
+"636 1152 CURVE SMOOTH",
+"476 1152 OFFCURVE",
+"396 1272 OFFCURVE",
+"396 1436 CURVE",
+"396 1544 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+guideLines = (
+{
+position = "{0, 2715.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"180 1152 OFFCURVE",
+"364 948 OFFCURVE",
+"660 948 CURVE SMOOTH",
+"952 948 OFFCURVE",
+"1132 1152 OFFCURVE",
+"1132 1436 CURVE",
+"1132 1540 LINE",
+"1132 1828 OFFCURVE",
+"952 2032 OFFCURVE",
+"656 2032 CURVE SMOOTH",
+"364 2032 OFFCURVE",
+"180 1828 OFFCURVE",
+"180 1540 CURVE",
+"180 1436 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 1704 OFFCURVE",
+"500 1828 OFFCURVE",
+"656 1828 CURVE SMOOTH",
+"816 1828 OFFCURVE",
+"892 1704 OFFCURVE",
+"892 1540 CURVE",
+"892 1436 LINE",
+"892 1272 OFFCURVE",
+"816 1152 OFFCURVE",
+"660 1152 CURVE SMOOTH",
+"500 1152 OFFCURVE",
+"420 1272 OFFCURVE",
+"420 1436 CURVE",
+"420 1540 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = dagger;
+rightKerningGroup = dagger;
+unicode = 00BA;
+userData = {
+interface.gridadjust.original = "{'width': 1284, 'leftMargin': 165, 'rightMargin': 166}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = isuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"128 1872 LINE",
+"128 772 LINE",
+"380 772 LINE",
+"380 1872 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 2080 OFFCURVE",
+"152 2020 OFFCURVE",
+"248 2020 CURVE SMOOTH",
+"344 2020 OFFCURVE",
+"392 2080 OFFCURVE",
+"392 2156 CURVE SMOOTH",
+"392 2236 OFFCURVE",
+"344 2300 OFFCURVE",
+"248 2300 CURVE SMOOTH",
+"152 2300 OFFCURVE",
+"104 2236 OFFCURVE",
+"104 2156 CURVE SMOOTH"
+);
+}
+);
+width = 496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 1884 LINE",
+"248 772 LINE",
+"556 772 LINE",
+"556 1884 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"220 2072 OFFCURVE",
+"292 2004 OFFCURVE",
+"400 2004 CURVE SMOOTH",
+"508 2004 OFFCURVE",
+"584 2072 OFFCURVE",
+"584 2172 CURVE SMOOTH",
+"584 2268 OFFCURVE",
+"508 2336 OFFCURVE",
+"400 2336 CURVE SMOOTH",
+"292 2336 OFFCURVE",
+"220 2268 OFFCURVE",
+"220 2172 CURVE SMOOTH"
+);
+}
+);
+width = 800;
+}
+);
+leftKerningGroup = dagger;
+rightKerningGroup = dagger;
+unicode = 2071;
+userData = {
+interface.gridadjust.original = "{'width': 620, 'leftMargin': 165, 'rightMargin': 165}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = nsuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"384 1996 LINE",
+"192 1996 LINE",
+"192 896 LINE",
+"444 896 LINE",
+"444 1760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"412 1664 OFFCURVE",
+"480 1808 OFFCURVE",
+"636 1808 CURVE SMOOTH",
+"748 1808 OFFCURVE",
+"824 1740 OFFCURVE",
+"824 1548 CURVE",
+"824 896 LINE",
+"1072 896 LINE",
+"1072 1596 LINE",
+"1072 1892 OFFCURVE",
+"936 2016 OFFCURVE",
+"720 2016 CURVE SMOOTH",
+"488 2016 OFFCURVE",
+"348 1792 OFFCURVE",
+"348 1480 CURVE",
+"412 1484 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"420 2004 LINE",
+"176 2004 LINE",
+"176 900 LINE",
+"484 900 LINE",
+"484 1768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 1632 OFFCURVE",
+"504 1748 OFFCURVE",
+"660 1748 CURVE SMOOTH",
+"776 1748 OFFCURVE",
+"832 1684 OFFCURVE",
+"832 1488 CURVE",
+"832 900 LINE",
+"1140 900 LINE",
+"1140 1596 LINE",
+"1140 1892 OFFCURVE",
+"1004 2016 OFFCURVE",
+"776 2016 CURVE SMOOTH",
+"524 2016 OFFCURVE",
+"384 1792 OFFCURVE",
+"384 1480 CURVE",
+"448 1484 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = dagger;
+rightKerningGroup = dagger;
+unicode = 207F;
+userData = {
+interface.gridadjust.original = "{'width': 1189, 'leftMargin': 168, 'rightMargin': 140}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = paragraph;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1168 2004 LINE",
+"776 2004 LINE SMOOTH",
+"340 2004 OFFCURVE",
+"100 1728 OFFCURVE",
+"100 1360 CURVE SMOOTH",
+"100 988 OFFCURVE",
+"340 716 OFFCURVE",
+"776 716 CURVE SMOOTH",
+"892 716 LINE",
+"892 0 LINE",
+"1168 0 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1208 2004 LINE",
+"784 2004 LINE SMOOTH",
+"344 2004 OFFCURVE",
+"108 1728 OFFCURVE",
+"108 1360 CURVE SMOOTH",
+"108 988 OFFCURVE",
+"344 716 OFFCURVE",
+"784 716 CURVE SMOOTH",
+"896 716 LINE",
+"896 0 LINE",
+"1208 0 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 00B6;
+userData = {
+interface.gridadjust.original = "{'width': 1386.0, 'leftMargin': 88, 'rightMargin': 231.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = section;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1272 1864 OFFCURVE",
+"1080 2076 OFFCURVE",
+"772 2076 CURVE SMOOTH",
+"488 2076 OFFCURVE",
+"284 1896 OFFCURVE",
+"284 1648 CURVE",
+"284 1520 OFFCURVE",
+"340 1416 OFFCURVE",
+"424 1332 CURVE",
+"424 1324 LINE",
+"260 1276 OFFCURVE",
+"144 1104 OFFCURVE",
+"144 960 CURVE SMOOTH",
+"144 708 OFFCURVE",
+"332 576 OFFCURVE",
+"436 516 CURVE SMOOTH",
+"824 292 LINE SMOOTH",
+"920 236 OFFCURVE",
+"1040 168 OFFCURVE",
+"1040 16 CURVE SMOOTH",
+"1040 -132 OFFCURVE",
+"908 -204 OFFCURVE",
+"760 -204 CURVE SMOOTH",
+"580 -204 OFFCURVE",
+"448 -96 OFFCURVE",
+"448 100 CURVE",
+"216 100 LINE",
+"216 -220 OFFCURVE",
+"444 -416 OFFCURVE",
+"760 -416 CURVE",
+"1024 -416 OFFCURVE",
+"1268 -280 OFFCURVE",
+"1268 16 CURVE SMOOTH",
+"1268 144 OFFCURVE",
+"1224 256 OFFCURVE",
+"1128 340 CURVE",
+"1128 344 LINE",
+"1280 392 OFFCURVE",
+"1408 556 OFFCURVE",
+"1408 704 CURVE SMOOTH",
+"1408 956 OFFCURVE",
+"1220 1084 OFFCURVE",
+"1116 1144 CURVE SMOOTH",
+"728 1372 LINE SMOOTH",
+"632 1428 OFFCURVE",
+"512 1524 OFFCURVE",
+"512 1648 CURVE SMOOTH",
+"512 1748 OFFCURVE",
+"592 1864 OFFCURVE",
+"772 1864 CURVE SMOOTH",
+"960 1864 OFFCURVE",
+"1044 1736 OFFCURVE",
+"1044 1564 CURVE",
+"1272 1564 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1188 540 OFFCURVE",
+"1012 432 OFFCURVE",
+"928 480 CURVE SMOOTH",
+"556 696 LINE SMOOTH",
+"456 756 OFFCURVE",
+"364 832 OFFCURVE",
+"364 960 CURVE SMOOTH",
+"364 1128 OFFCURVE",
+"520 1244 OFFCURVE",
+"608 1192 CURVE SMOOTH",
+"1000 964 LINE SMOOTH",
+"1096 908 OFFCURVE",
+"1188 820 OFFCURVE",
+"1188 704 CURVE"
+);
+}
+);
+width = 1552;
+},
+{
+guideLines = (
+{
+position = "{0, 2373.25}";
+},
+{
+position = "{0, 858}";
+},
+{
+angle = 90;
+position = "{1676.125, 0}";
+},
+{
+angle = 90;
+position = "{222.75, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1376 1848 OFFCURVE",
+"1140 2076 OFFCURVE",
+"792 2076 CURVE",
+"452 2076 OFFCURVE",
+"216 1860 OFFCURVE",
+"216 1564 CURVE",
+"216 1404 OFFCURVE",
+"284 1284 OFFCURVE",
+"384 1184 CURVE",
+"384 1180 LINE",
+"304 1156 OFFCURVE",
+"164 1088 OFFCURVE",
+"148 916 CURVE SMOOTH",
+"116 616 OFFCURVE",
+"356 496 OFFCURVE",
+"460 448 CURVE SMOOTH",
+"828 284 LINE SMOOTH",
+"896 252 OFFCURVE",
+"1000 192 OFFCURVE",
+"1000 100 CURVE SMOOTH",
+"1000 12 OFFCURVE",
+"904 -24 OFFCURVE",
+"816 -28 CURVE SMOOTH",
+"684 -36 OFFCURVE",
+"592 28 OFFCURVE",
+"592 144 CURVE",
+"192 144 LINE",
+"192 -196 OFFCURVE",
+"444 -412 OFFCURVE",
+"812 -412 CURVE SMOOTH",
+"1156 -412 OFFCURVE",
+"1404 -220 OFFCURVE",
+"1404 100 CURVE SMOOTH",
+"1404 256 OFFCURVE",
+"1344 380 OFFCURVE",
+"1232 480 CURVE",
+"1236 484 LINE",
+"1312 508 OFFCURVE",
+"1452 576 OFFCURVE",
+"1472 748 CURVE SMOOTH",
+"1504 1048 OFFCURVE",
+"1264 1164 OFFCURVE",
+"1160 1212 CURVE SMOOTH",
+"792 1380 LINE",
+"720 1408 OFFCURVE",
+"616 1472 OFFCURVE",
+"616 1564 CURVE SMOOTH",
+"616 1660 OFFCURVE",
+"708 1692 OFFCURVE",
+"792 1692 CURVE SMOOTH",
+"916 1692 OFFCURVE",
+"976 1624 OFFCURVE",
+"976 1536 CURVE",
+"1376 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1088 652 OFFCURVE",
+"1032 616 OFFCURVE",
+"976 640 CURVE SMOOTH",
+"664 776 LINE SMOOTH",
+"552 824 OFFCURVE",
+"504 884 OFFCURVE",
+"516 944 CURVE",
+"528 1012 OFFCURVE",
+"584 1052 OFFCURVE",
+"644 1024 CURVE SMOOTH",
+"952 888 LINE SMOOTH",
+"1068 836 OFFCURVE",
+"1112 780 OFFCURVE",
+"1100 720 CURVE SMOOTH"
+);
+}
+);
+width = 1616;
+}
+);
+unicode = 00A7;
+userData = {
+interface.gridadjust.original = "{'width': 1733, 'leftMargin': 121, 'rightMargin': 150}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = copyright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1372 640 OFFCURVE",
+"1288 572 OFFCURVE",
+"1128 572 CURVE SMOOTH",
+"952 572 OFFCURVE",
+"860 716 OFFCURVE",
+"860 920 CURVE SMOOTH",
+"860 1084 LINE SMOOTH",
+"860 1288 OFFCURVE",
+"952 1432 OFFCURVE",
+"1128 1432 CURVE SMOOTH",
+"1288 1432 OFFCURVE",
+"1376 1360 OFFCURVE",
+"1376 1184 CURVE",
+"1588 1184 LINE",
+"1588 1472 OFFCURVE",
+"1408 1616 OFFCURVE",
+"1128 1616 CURVE SMOOTH",
+"832 1616 OFFCURVE",
+"648 1400 OFFCURVE",
+"648 1084 CURVE",
+"648 920 LINE",
+"648 604 OFFCURVE",
+"832 388 OFFCURVE",
+"1128 388 CURVE SMOOTH",
+"1408 388 OFFCURVE",
+"1588 532 OFFCURVE",
+"1588 820 CURVE",
+"1372 820 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"336 1488 OFFCURVE",
+"700 1860 OFFCURVE",
+"1144 1860 CURVE SMOOTH",
+"1592 1860 OFFCURVE",
+"1952 1488 OFFCURVE",
+"1952 1004 CURVE SMOOTH",
+"1952 516 OFFCURVE",
+"1592 144 OFFCURVE",
+"1144 144 CURVE SMOOTH",
+"700 144 OFFCURVE",
+"336 516 OFFCURVE",
+"336 1004 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 420 OFFCURVE",
+"608 -28 OFFCURVE",
+"1144 -28 CURVE SMOOTH",
+"1684 -28 OFFCURVE",
+"2120 420 OFFCURVE",
+"2120 1004 CURVE SMOOTH",
+"2120 1584 OFFCURVE",
+"1684 2032 OFFCURVE",
+"1144 2032 CURVE SMOOTH",
+"608 2032 OFFCURVE",
+"168 1584 OFFCURVE",
+"168 1004 CURVE"
+);
+}
+);
+width = 2288;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1396 640 OFFCURVE",
+"1312 572 OFFCURVE",
+"1148 572 CURVE SMOOTH",
+"972 572 OFFCURVE",
+"884 716 OFFCURVE",
+"884 920 CURVE SMOOTH",
+"884 1084 LINE SMOOTH",
+"884 1288 OFFCURVE",
+"972 1432 OFFCURVE",
+"1148 1432 CURVE SMOOTH",
+"1312 1432 OFFCURVE",
+"1396 1360 OFFCURVE",
+"1396 1184 CURVE",
+"1612 1184 LINE",
+"1612 1472 OFFCURVE",
+"1432 1616 OFFCURVE",
+"1148 1616 CURVE SMOOTH",
+"856 1616 OFFCURVE",
+"668 1400 OFFCURVE",
+"668 1084 CURVE",
+"668 920 LINE",
+"668 604 OFFCURVE",
+"856 388 OFFCURVE",
+"1148 388 CURVE SMOOTH",
+"1432 388 OFFCURVE",
+"1612 532 OFFCURVE",
+"1612 820 CURVE",
+"1396 820 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"360 1488 OFFCURVE",
+"724 1860 OFFCURVE",
+"1168 1860 CURVE SMOOTH",
+"1616 1860 OFFCURVE",
+"1976 1488 OFFCURVE",
+"1976 1004 CURVE SMOOTH",
+"1976 516 OFFCURVE",
+"1616 144 OFFCURVE",
+"1168 144 CURVE SMOOTH",
+"724 144 OFFCURVE",
+"360 516 OFFCURVE",
+"360 1004 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"192 420 OFFCURVE",
+"632 -28 OFFCURVE",
+"1168 -28 CURVE SMOOTH",
+"1708 -28 OFFCURVE",
+"2144 420 OFFCURVE",
+"2144 1004 CURVE SMOOTH",
+"2144 1584 OFFCURVE",
+"1708 2032 OFFCURVE",
+"1168 2032 CURVE SMOOTH",
+"632 2032 OFFCURVE",
+"192 1584 OFFCURVE",
+"192 1004 CURVE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 00A9;
+userData = {
+interface.gridadjust.original = "{'width': 2204, 'leftMargin': 121, 'rightMargin': 132}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = infinity;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 1420 OFFCURVE",
+"144 1176 OFFCURVE",
+"144 872 CURVE SMOOTH",
+"144 564 OFFCURVE",
+"388 320 OFFCURVE",
+"696 320 CURVE SMOOTH",
+"912 320 OFFCURVE",
+"1076 428 OFFCURVE",
+"1188 536 CURVE SMOOTH",
+"1236 584 OFFCURVE",
+"1276 632 OFFCURVE",
+"1312 676 CURVE",
+"1344 632 OFFCURVE",
+"1384 584 OFFCURVE",
+"1432 536 CURVE SMOOTH",
+"1544 428 OFFCURVE",
+"1708 320 OFFCURVE",
+"1928 320 CURVE SMOOTH",
+"2232 320 OFFCURVE",
+"2476 564 OFFCURVE",
+"2476 872 CURVE SMOOTH",
+"2476 1176 OFFCURVE",
+"2232 1420 OFFCURVE",
+"1928 1420 CURVE SMOOTH",
+"1708 1420 OFFCURVE",
+"1544 1312 OFFCURVE",
+"1432 1200 CURVE SMOOTH",
+"1384 1156 OFFCURVE",
+"1344 1108 OFFCURVE",
+"1312 1064 CURVE",
+"1276 1108 OFFCURVE",
+"1236 1156 OFFCURVE",
+"1188 1200 CURVE SMOOTH",
+"1076 1312 OFFCURVE",
+"912 1420 OFFCURVE",
+"696 1420 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"372 1048 OFFCURVE",
+"516 1192 OFFCURVE",
+"696 1192 CURVE SMOOTH",
+"828 1192 OFFCURVE",
+"940 1124 OFFCURVE",
+"1028 1036 CURVE SMOOTH",
+"1092 976 OFFCURVE",
+"1132 920 OFFCURVE",
+"1168 872 CURVE",
+"1132 820 OFFCURVE",
+"1088 764 OFFCURVE",
+"1028 704 CURVE SMOOTH",
+"936 616 OFFCURVE",
+"828 548 OFFCURVE",
+"696 548 CURVE SMOOTH",
+"516 548 OFFCURVE",
+"372 692 OFFCURVE",
+"372 872 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2248 692 OFFCURVE",
+"2104 548 OFFCURVE",
+"1928 548 CURVE SMOOTH",
+"1792 548 OFFCURVE",
+"1684 616 OFFCURVE",
+"1592 704 CURVE SMOOTH",
+"1532 764 OFFCURVE",
+"1488 820 OFFCURVE",
+"1452 872 CURVE",
+"1488 920 OFFCURVE",
+"1528 976 OFFCURVE",
+"1592 1036 CURVE SMOOTH",
+"1680 1124 OFFCURVE",
+"1792 1192 OFFCURVE",
+"1928 1192 CURVE SMOOTH",
+"2104 1192 OFFCURVE",
+"2248 1048 OFFCURVE",
+"2248 872 CURVE"
+);
+}
+);
+width = 2620;
+},
+{
+guideLines = (
+{
+position = "{0, 2858.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"380 1508 OFFCURVE",
+"96 1220 OFFCURVE",
+"96 872 CURVE SMOOTH",
+"96 520 OFFCURVE",
+"380 236 OFFCURVE",
+"732 236 CURVE SMOOTH",
+"980 236 OFFCURVE",
+"1164 360 OFFCURVE",
+"1284 476 CURVE SMOOTH",
+"1308 496 OFFCURVE",
+"1328 520 OFFCURVE",
+"1348 544 CURVE",
+"1368 520 OFFCURVE",
+"1388 496 OFFCURVE",
+"1412 476 CURVE SMOOTH",
+"1532 360 OFFCURVE",
+"1716 236 OFFCURVE",
+"1964 236 CURVE SMOOTH",
+"2316 236 OFFCURVE",
+"2600 520 OFFCURVE",
+"2600 872 CURVE SMOOTH",
+"2600 1220 OFFCURVE",
+"2316 1508 OFFCURVE",
+"1964 1508 CURVE SMOOTH",
+"1716 1508 OFFCURVE",
+"1532 1380 OFFCURVE",
+"1408 1264 CURVE SMOOTH",
+"1388 1240 OFFCURVE",
+"1368 1220 OFFCURVE",
+"1348 1196 CURVE",
+"1328 1220 OFFCURVE",
+"1308 1240 OFFCURVE",
+"1288 1264 CURVE SMOOTH",
+"1164 1380 OFFCURVE",
+"980 1508 OFFCURVE",
+"732 1508 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"496 1000 OFFCURVE",
+"600 1108 OFFCURVE",
+"732 1108 CURVE SMOOTH",
+"836 1108 OFFCURVE",
+"924 1056 OFFCURVE",
+"1008 976 CURVE SMOOTH",
+"1048 936 OFFCURVE",
+"1076 904 OFFCURVE",
+"1100 872 CURVE",
+"1076 836 OFFCURVE",
+"1048 800 OFFCURVE",
+"1008 764 CURVE SMOOTH",
+"924 684 OFFCURVE",
+"836 636 OFFCURVE",
+"732 636 CURVE SMOOTH",
+"600 636 OFFCURVE",
+"496 740 OFFCURVE",
+"496 872 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2200 740 OFFCURVE",
+"2096 636 OFFCURVE",
+"1964 636 CURVE SMOOTH",
+"1860 636 OFFCURVE",
+"1772 684 OFFCURVE",
+"1688 764 CURVE SMOOTH",
+"1652 800 OFFCURVE",
+"1620 836 OFFCURVE",
+"1596 872 CURVE",
+"1620 904 OFFCURVE",
+"1652 936 OFFCURVE",
+"1688 976 CURVE SMOOTH",
+"1772 1056 OFFCURVE",
+"1860 1108 OFFCURVE",
+"1964 1108 CURVE SMOOTH",
+"2096 1108 OFFCURVE",
+"2200 1000 OFFCURVE",
+"2200 872 CURVE"
+);
+}
+);
+width = 2696;
+}
+);
+unicode = 221E;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = partialdiff;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"456 1404 OFFCURVE",
+"224 1116 OFFCURVE",
+"224 732 CURVE SMOOTH",
+"224 700 LINE SMOOTH",
+"224 288 OFFCURVE",
+"468 -28 OFFCURVE",
+"888 -28 CURVE SMOOTH",
+"1308 -28 OFFCURVE",
+"1556 360 OFFCURVE",
+"1556 868 CURVE SMOOTH",
+"1556 948 LINE SMOOTH",
+"1556 1624 OFFCURVE",
+"1308 2084 OFFCURVE",
+"792 2084 CURVE SMOOTH",
+"576 2084 OFFCURVE",
+"464 2040 OFFCURVE",
+"360 1996 CURVE",
+"380 1776 LINE",
+"508 1820 OFFCURVE",
+"628 1848 OFFCURVE",
+"768 1848 CURVE SMOOTH",
+"1016 1848 OFFCURVE",
+"1240 1604 OFFCURVE",
+"1280 1220 CURVE",
+"1176 1336 OFFCURVE",
+"1020 1404 OFFCURVE",
+"864 1404 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1160 1184 OFFCURVE",
+"1264 996 OFFCURVE",
+"1280 904 CURVE",
+"1280 812 LINE SMOOTH",
+"1280 464 OFFCURVE",
+"1160 192 OFFCURVE",
+"888 192 CURVE SMOOTH",
+"616 192 OFFCURVE",
+"496 428 OFFCURVE",
+"496 700 CURVE SMOOTH",
+"496 732 LINE SMOOTH",
+"496 972 OFFCURVE",
+"616 1184 OFFCURVE",
+"892 1184 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"432 1432 OFFCURVE",
+"200 1136 OFFCURVE",
+"200 732 CURVE SMOOTH",
+"200 700 LINE SMOOTH",
+"200 280 OFFCURVE",
+"452 -28 OFFCURVE",
+"912 -28 CURVE SMOOTH",
+"1372 -28 OFFCURVE",
+"1628 384 OFFCURVE",
+"1628 908 CURVE SMOOTH",
+"1628 988 LINE SMOOTH",
+"1624 1744 OFFCURVE",
+"1312 2128 OFFCURVE",
+"828 2128 CURVE SMOOTH",
+"624 2128 OFFCURVE",
+"500 2064 OFFCURVE",
+"400 2016 CURVE",
+"480 1704 LINE",
+"596 1756 OFFCURVE",
+"644 1776 OFFCURVE",
+"792 1776 CURVE SMOOTH",
+"1024 1776 OFFCURVE",
+"1172 1584 OFFCURVE",
+"1232 1288 CURVE",
+"1120 1392 OFFCURVE",
+"1000 1432 OFFCURVE",
+"856 1432 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1048 1076 OFFCURVE",
+"1136 1008 OFFCURVE",
+"1184 928 CURVE",
+"1184 748 LINE SMOOTH",
+"1184 524 OFFCURVE",
+"1120 328 OFFCURVE",
+"912 328 CURVE SMOOTH",
+"708 328 OFFCURVE",
+"640 480 OFFCURVE",
+"640 676 CURVE SMOOTH",
+"640 704 LINE SMOOTH",
+"640 904 OFFCURVE",
+"708 1076 OFFCURVE",
+"916 1076 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2202;
+userData = {
+interface.gridadjust.original = "{'width': 1605, 'leftMargin': 146, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = summation;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"224 -152 LINE",
+"224 -372 LINE",
+"1664 -372 LINE",
+"1664 -152 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 2004 LINE",
+"168 1784 LINE",
+"1556 1784 LINE",
+"1556 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"256 2004 LINE",
+"112 2004 LINE",
+"112 1792 LINE",
+"952 812 LINE",
+"112 -164 LINE",
+"112 -372 LINE",
+"256 -372 LINE",
+"1244 792 LINE",
+"1244 828 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"384 -16 LINE",
+"384 -372 LINE",
+"1864 -372 LINE",
+"1864 -16 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 2004 LINE",
+"440 1644 LINE",
+"1840 1644 LINE",
+"1840 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"572 2004 LINE",
+"216 2004 LINE",
+"216 1796 LINE",
+"980 828 LINE",
+"216 -164 LINE",
+"216 -372 LINE",
+"572 -372 LINE",
+"1444 804 LINE",
+"1444 856 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2211;
+userData = {
+interface.gridadjust.original = "{'width': 1654, 'leftMargin': 98, 'rightMargin': 5}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = product;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"256 2004 LINE",
+"256 -288 LINE",
+"532 -288 LINE",
+"532 1784 LINE",
+"1500 1784 LINE",
+"1500 -288 LINE",
+"1776 -288 LINE",
+"1776 2004 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"284 2004 LINE",
+"284 -372 LINE",
+"732 -372 LINE",
+"732 1656 LINE",
+"1348 1656 LINE",
+"1348 -372 LINE",
+"1796 -372 LINE",
+"1796 2004 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 220F;
+userData = {
+interface.gridadjust.original = "{'width': 1980.0, 'leftMargin': 231, 'rightMargin': 231.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = integral;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"496 1644 LINE SMOOTH",
+"496 1820 OFFCURVE",
+"580 1920 OFFCURVE",
+"740 1920 CURVE SMOOTH",
+"792 1920 OFFCURVE",
+"832 1916 OFFCURVE",
+"864 1908 CURVE",
+"896 2112 LINE",
+"828 2128 OFFCURVE",
+"764 2140 OFFCURVE",
+"696 2140 CURVE SMOOTH",
+"404 2140 OFFCURVE",
+"224 1968 OFFCURVE",
+"224 1644 CURVE",
+"224 -152 LINE SMOOTH",
+"224 -312 OFFCURVE",
+"148 -380 OFFCURVE",
+"20 -380 CURVE SMOOTH",
+"-4 -380 OFFCURVE",
+"-60 -372 OFFCURVE",
+"-88 -364 CURVE",
+"-112 -576 LINE",
+"-60 -592 OFFCURVE",
+"-8 -600 OFFCURVE",
+"48 -600 CURVE SMOOTH",
+"328 -600 OFFCURVE",
+"496 -460 OFFCURVE",
+"496 -152 CURVE SMOOTH"
+);
+}
+);
+width = 784;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"732 1612 LINE SMOOTH",
+"732 1724 OFFCURVE",
+"796 1784 OFFCURVE",
+"920 1784 CURVE SMOOTH",
+"980 1784 OFFCURVE",
+"1012 1780 OFFCURVE",
+"1056 1772 CURVE",
+"1088 2112 LINE",
+"1012 2132 OFFCURVE",
+"940 2144 OFFCURVE",
+"864 2144 CURVE SMOOTH",
+"500 2144 OFFCURVE",
+"288 1956 OFFCURVE",
+"288 1612 CURVE SMOOTH",
+"288 -36 LINE SMOOTH",
+"288 -184 OFFCURVE",
+"228 -244 OFFCURVE",
+"112 -244 CURVE SMOOTH",
+"52 -244 OFFCURVE",
+"28 -236 OFFCURVE",
+"-12 -228 CURVE",
+"-32 -580 LINE",
+"44 -596 OFFCURVE",
+"104 -600 OFFCURVE",
+"180 -600 CURVE SMOOTH",
+"524 -600 OFFCURVE",
+"732 -412 OFFCURVE",
+"732 -36 CURVE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 222B;
+userData = {
+interface.gridadjust.original = "{'width': 723, 'leftMargin': -99, 'rightMargin': -186}";
+};
+},
+{
+color = (204,240,242,1);
+glyphname = radical;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"736 0 LINE",
+"916 0 LINE",
+"1672 2004 LINE",
+"1392 2004 LINE",
+"776 340 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"280 1084 LINE",
+"708 0 LINE",
+"888 0 LINE",
+"836 340 LINE",
+"560 1084 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"552 864 LINE",
+"552 1084 LINE",
+"104 1084 LINE",
+"104 864 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"840 0 LINE",
+"1124 0 LINE",
+"1640 2004 LINE",
+"1308 2004 LINE",
+"892 292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"388 1028 LINE",
+"740 0 LINE",
+"988 0 LINE",
+"960 264 LINE",
+"748 1028 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"720 668 LINE",
+"720 1028 LINE",
+"188 1028 LINE",
+"188 668 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 221A;
+userData = {
+interface.gridadjust.original = "{'width': 1711, 'leftMargin': 87, 'rightMargin': 57}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = lozenge;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"660 0 LINE",
+"840 0 LINE",
+"820 192 LINE",
+"388 1000 LINE",
+"812 1812 LINE",
+"836 2004 LINE",
+"656 2004 LINE",
+"108 1000 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"688 0 LINE",
+"868 0 LINE",
+"1416 1000 LINE",
+"860 2004 LINE",
+"684 2004 LINE",
+"700 1812 LINE",
+"1136 1000 LINE",
+"712 192 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"592 0 LINE",
+"904 0 LINE",
+"836 356 LINE",
+"536 1000 LINE",
+"832 1640 LINE",
+"932 2004 LINE",
+"592 2004 LINE",
+"100 1000 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"664 0 LINE",
+"980 0 LINE",
+"1468 1000 LINE",
+"980 2004 LINE",
+"664 2004 LINE",
+"740 1640 LINE",
+"1032 1000 LINE",
+"732 348 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 25CA;
+userData = {
+interface.gridadjust.original = "{'width': 1419.0, 'leftMargin': 56, 'rightMargin': 55.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = fraction;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1172 1812 LINE",
+"196 244 LINE",
+"348 152 LINE",
+"1324 1716 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1040 1824 LINE",
+"64 260 LINE",
+"272 152 LINE",
+"1248 1716 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2044;
+userData = {
+interface.gridadjust.original = "{'width': 1284, 'leftMargin': 81, 'rightMargin': 73}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = zerosub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = zero.sup;
+transform = "{1, 0, 0, 1, 108, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = zero.sup;
+transform = "{1, 0, 0, 1, 0, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2080;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = oneinferior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -16, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 0, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2081;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 252, 'rightMargin': 265}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = twosub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = two.sup;
+transform = "{1, 0, 0, 1, -16, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = two.sup;
+transform = "{1, 0, 0, 1, -4, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2082;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 212, 'rightMargin': -31}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = threesub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 124, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 128, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2083;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 84, 'rightMargin': 116}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = foursub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, -20, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 0, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2084;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 196, 'rightMargin': -51}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = fivesub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, -16, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 0, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2085;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 232, 'rightMargin': -11}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = sixinferior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, -16, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, -4, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2086;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 224, 'rightMargin': -19}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = sevensub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 116, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 132, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2087;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = eightsub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, -16, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 0, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2088;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 232, 'rightMargin': -11}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = nineinferior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = nine.sup;
+transform = "{1, 0, 0, 1, 116, -504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = nine.sup;
+transform = "{1, 0, 0, 1, 120, -496}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 2089;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = plussub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = plussuperior;
+transform = "{1, 0, 0, 1, 56, -1376}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = plussuperior;
+transform = "{1, 0, 0, 1, 72, -1376}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 208A;
+userData = {
+interface.gridadjust.original = "{'width': 1139, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = minussub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = minussuperior;
+transform = "{1, 0, 0, 1, 96, -1376}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = minussuperior;
+transform = "{1, 0, 0, 1, 128, -1376}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 208B;
+userData = {
+interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = equalsub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = equalsuperior;
+transform = "{1, 0, 0, 1, -20, -1376}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = equalsuperior;
+transform = "{1, 0, 0, 1, 0, -1376}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 208C;
+userData = {
+interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 224, 'rightMargin': -4.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = parenleftinferior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 -404 OFFCURVE",
+"392 -660 OFFCURVE",
+"536 -736 CURVE",
+"608 -576 LINE",
+"504 -472 OFFCURVE",
+"384 -328 OFFCURVE",
+"384 36 CURVE SMOOTH",
+"384 64 LINE SMOOTH",
+"384 400 OFFCURVE",
+"508 572 OFFCURVE",
+"608 668 CURVE",
+"536 836 LINE",
+"392 760 OFFCURVE",
+"144 500 OFFCURVE",
+"144 60 CURVE SMOOTH",
+"144 36 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"140 -392 OFFCURVE",
+"344 -656 OFFCURVE",
+"532 -728 CURVE",
+"664 -544 LINE",
+"564 -452 OFFCURVE",
+"464 -308 OFFCURVE",
+"464 12 CURVE SMOOTH",
+"464 36 LINE SMOOTH",
+"464 360 OFFCURVE",
+"560 496 OFFCURVE",
+"664 600 CURVE",
+"532 788 LINE",
+"344 712 OFFCURVE",
+"140 444 OFFCURVE",
+"140 32 CURVE SMOOTH",
+"140 12 LINE"
+);
+}
+);
+width = 800;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 208D;
+userData = {
+interface.gridadjust.original = "{'width': 683, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = parenrightsub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"608 508 OFFCURVE",
+"364 764 OFFCURVE",
+"220 836 CURVE",
+"144 668 LINE",
+"248 576 OFFCURVE",
+"368 408 OFFCURVE",
+"368 76 CURVE SMOOTH",
+"368 52 LINE SMOOTH",
+"368 -324 OFFCURVE",
+"248 -472 OFFCURVE",
+"144 -576 CURVE",
+"220 -736 LINE",
+"364 -660 OFFCURVE",
+"608 -396 OFFCURVE",
+"608 52 CURVE SMOOTH",
+"608 76 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"664 452 OFFCURVE",
+"460 716 OFFCURVE",
+"272 788 CURVE",
+"140 600 LINE",
+"244 500 OFFCURVE",
+"336 364 OFFCURVE",
+"336 48 CURVE SMOOTH",
+"336 24 LINE SMOOTH",
+"336 -300 OFFCURVE",
+"236 -452 OFFCURVE",
+"140 -544 CURVE",
+"272 -728 LINE",
+"460 -656 OFFCURVE",
+"664 -388 OFFCURVE",
+"664 24 CURVE SMOOTH",
+"664 48 LINE"
+);
+}
+);
+width = 800;
+}
+);
+leftKerningGroup = eight.subs;
+rightKerningGroup = eight.subs;
+unicode = 208E;
+userData = {
+interface.gridadjust.original = "{'width': 683, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = zerosuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = zero.sup;
+transform = "{1, 0, 0, 1, 108, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = zero.sup;
+transform = "{1, 0, 0, 1, 0, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 2070;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = onesuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -16, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 0, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 00B9;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 252, 'rightMargin': 265}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = twosuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = two.sup;
+transform = "{1, 0, 0, 1, 108, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = two.sup;
+transform = "{1, 0, 0, 1, 124, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 00B2;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 88, 'rightMargin': 92}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = threesuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 124, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 0, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 00B3;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 84, 'rightMargin': 116}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = foursuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 108, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 120, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 2074;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 73, 'rightMargin': 73}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = fivesuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 96, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 120, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 2075;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 121, 'rightMargin': 98}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = sixsuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, -16, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, -4, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 2076;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 224, 'rightMargin': -19}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = sevensuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 116, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 132, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 2077;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = eightsuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 108, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 116, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 2078;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = ninesuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = nine.sup;
+transform = "{1, 0, 0, 1, 116, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = nine.sup;
+transform = "{1, 0, 0, 1, 0, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 2079;
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = plussuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"172 1480 LINE",
+"172 1292 LINE",
+"1092 1292 LINE",
+"1092 1480 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"536 1876 LINE",
+"536 900 LINE",
+"728 900 LINE",
+"728 1876 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+guideLines = (
+{
+position = "{0, 1386}";
+},
+{
+angle = 90;
+position = "{569.25, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"196 1516 LINE",
+"196 1256 LINE",
+"1116 1256 LINE",
+"1116 1516 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"520 1876 LINE",
+"520 900 LINE",
+"796 900 LINE",
+"796 1876 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 207A;
+userData = {
+interface.gridadjust.original = "{'width': 1139, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = minussuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 1480 LINE",
+"216 1292 LINE",
+"1052 1292 LINE",
+"1052 1480 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"252 1516 LINE",
+"252 1256 LINE",
+"1060 1256 LINE",
+"1060 1516 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 207B;
+userData = {
+interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = equalsuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 1288 LINE",
+"216 1100 LINE",
+"1052 1100 LINE",
+"1052 1288 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 1672 LINE",
+"216 1484 LINE",
+"1052 1484 LINE",
+"1052 1672 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"252 1296 LINE",
+"252 1036 LINE",
+"1060 1036 LINE",
+"1060 1296 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"252 1736 LINE",
+"252 1476 LINE",
+"1060 1476 LINE",
+"1060 1736 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 207C;
+userData = {
+interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = parenleftsuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 908 OFFCURVE",
+"392 636 OFFCURVE",
+"536 556 CURVE",
+"608 716 LINE",
+"504 824 OFFCURVE",
+"384 984 OFFCURVE",
+"384 1372 CURVE SMOOTH",
+"384 1396 LINE SMOOTH",
+"384 1756 OFFCURVE",
+"508 1944 OFFCURVE",
+"608 2044 CURVE",
+"536 2212 LINE",
+"392 2132 OFFCURVE",
+"144 1860 OFFCURVE",
+"144 1396 CURVE SMOOTH",
+"144 1372 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"140 872 OFFCURVE",
+"344 588 OFFCURVE",
+"532 508 CURVE",
+"664 696 LINE",
+"564 796 OFFCURVE",
+"464 956 OFFCURVE",
+"464 1304 CURVE SMOOTH",
+"464 1328 LINE SMOOTH",
+"464 1676 OFFCURVE",
+"560 1820 OFFCURVE",
+"664 1936 CURVE",
+"532 2120 LINE",
+"344 2044 OFFCURVE",
+"140 1760 OFFCURVE",
+"140 1328 CURVE SMOOTH",
+"140 1304 LINE"
+);
+}
+);
+width = 800;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 207D;
+userData = {
+interface.gridadjust.original = "{'width': 683, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = parenrightsuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"608 1860 OFFCURVE",
+"364 2132 OFFCURVE",
+"220 2212 CURVE",
+"144 2044 LINE",
+"248 1944 OFFCURVE",
+"368 1756 OFFCURVE",
+"368 1396 CURVE SMOOTH",
+"368 1372 LINE SMOOTH",
+"368 984 OFFCURVE",
+"248 824 OFFCURVE",
+"144 716 CURVE",
+"220 556 LINE",
+"364 636 OFFCURVE",
+"608 908 OFFCURVE",
+"608 1372 CURVE",
+"608 1396 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"664 1760 OFFCURVE",
+"460 2044 OFFCURVE",
+"272 2120 CURVE",
+"140 1936 LINE",
+"244 1820 OFFCURVE",
+"336 1676 OFFCURVE",
+"336 1328 CURVE SMOOTH",
+"336 1304 LINE SMOOTH",
+"336 956 OFFCURVE",
+"236 796 OFFCURVE",
+"140 696 CURVE",
+"272 508 LINE",
+"460 588 OFFCURVE",
+"664 872 OFFCURVE",
+"664 1304 CURVE",
+"664 1328 LINE"
+);
+}
+);
+width = 800;
+}
+);
+leftKerningGroup = eight.sups;
+rightKerningGroup = eight.sups;
+unicode = 207E;
+userData = {
+interface.gridadjust.original = "{'width': 683, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = onehalf;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = fraction;
+transform = "{1, 0, 0, 1, 344, 12}";
+},
+{
+alignment = -1;
+name = one.sup;
+transform = "{1, 0, 0, 1, -48, 912}";
+},
+{
+alignment = -1;
+name = two.sup;
+transform = "{1, 0, 0, 1, 1124, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+alignment = -1;
+name = fraction;
+transform = "{1, 0, 0, 1, 400, 12}";
+},
+{
+alignment = -1;
+name = one.sup;
+transform = "{1, 0, 0, 1, -16, 924}";
+},
+{
+alignment = -1;
+name = two.sup;
+transform = "{1, 0, 0, 1, 1124, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 2858.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 00BD;
+userData = {
+interface.gridadjust.original = "{'width': 2197, 'leftMargin': 187, 'rightMargin': 146}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = onequarter;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -68, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 380, 12}";
+},
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 1000, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -124, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 320, 12}";
+},
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 844, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 00BC;
+userData = {
+interface.gridadjust.original = "{'width': 2068.0, 'leftMargin': 191, 'rightMargin': -25.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = threequarters;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = fraction;
+transform = "{1, 0, 0, 1, 572, 12}";
+},
+{
+alignment = -1;
+name = four.sup;
+transform = "{1, 0, 0, 1, 1140, 0}";
+},
+{
+alignment = -1;
+name = three.sup;
+transform = "{1, 0, 0, 1, 84, 916}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+alignment = -1;
+name = fraction;
+transform = "{1, 0, 0, 1, 656, 12}";
+},
+{
+alignment = -1;
+name = four.sup;
+transform = "{1, 0, 0, 1, 1192, 0}";
+},
+{
+alignment = -1;
+name = three.sup;
+transform = "{1, 0, 0, 1, 80, 916}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 00BE;
+userData = {
+interface.gridadjust.original = "{'width': 2192, 'leftMargin': 153, 'rightMargin': 105}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = percent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1256 160 OFFCURVE",
+"1396 -28 OFFCURVE",
+"1656 -28 CURVE SMOOTH",
+"1912 -28 OFFCURVE",
+"2052 160 OFFCURVE",
+"2052 384 CURVE SMOOTH",
+"2052 492 LINE SMOOTH",
+"2052 716 OFFCURVE",
+"1916 904 OFFCURVE",
+"1656 904 CURVE SMOOTH",
+"1400 904 OFFCURVE",
+"1256 716 OFFCURVE",
+"1256 492 CURVE SMOOTH",
+"1256 384 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1460 616 OFFCURVE",
+"1516 732 OFFCURVE",
+"1656 732 CURVE SMOOTH",
+"1800 732 OFFCURVE",
+"1848 616 OFFCURVE",
+"1848 492 CURVE SMOOTH",
+"1848 384 LINE SMOOTH",
+"1848 260 OFFCURVE",
+"1796 144 OFFCURVE",
+"1656 144 CURVE SMOOTH",
+"1512 144 OFFCURVE",
+"1460 260 OFFCURVE",
+"1460 384 CURVE SMOOTH",
+"1460 492 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1720 2048 LINE",
+"312 0 LINE",
+"544 0 LINE",
+"1952 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"236 1332 OFFCURVE",
+"376 1144 OFFCURVE",
+"636 1144 CURVE SMOOTH",
+"892 1144 OFFCURVE",
+"1032 1332 OFFCURVE",
+"1032 1556 CURVE SMOOTH",
+"1032 1664 LINE SMOOTH",
+"1032 1888 OFFCURVE",
+"896 2076 OFFCURVE",
+"636 2076 CURVE SMOOTH",
+"380 2076 OFFCURVE",
+"236 1888 OFFCURVE",
+"236 1664 CURVE SMOOTH",
+"236 1556 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 1788 OFFCURVE",
+"496 1904 OFFCURVE",
+"636 1904 CURVE SMOOTH",
+"780 1904 OFFCURVE",
+"828 1788 OFFCURVE",
+"828 1664 CURVE SMOOTH",
+"828 1556 LINE SMOOTH",
+"828 1432 OFFCURVE",
+"776 1316 OFFCURVE",
+"636 1316 CURVE SMOOTH",
+"492 1316 OFFCURVE",
+"440 1432 OFFCURVE",
+"440 1556 CURVE SMOOTH",
+"440 1664 LINE SMOOTH"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1232 132 OFFCURVE",
+"1388 -80 OFFCURVE",
+"1680 -80 CURVE SMOOTH",
+"1968 -80 OFFCURVE",
+"2128 132 OFFCURVE",
+"2128 384 CURVE SMOOTH",
+"2128 492 LINE SMOOTH",
+"2128 744 OFFCURVE",
+"1972 956 OFFCURVE",
+"1680 956 CURVE SMOOTH",
+"1392 956 OFFCURVE",
+"1232 744 OFFCURVE",
+"1232 492 CURVE SMOOTH",
+"1232 384 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1536 584 OFFCURVE",
+"1568 684 OFFCURVE",
+"1680 684 CURVE SMOOTH",
+"1796 684 OFFCURVE",
+"1824 584 OFFCURVE",
+"1824 492 CURVE SMOOTH",
+"1824 384 LINE SMOOTH",
+"1824 292 OFFCURVE",
+"1792 196 OFFCURVE",
+"1680 196 CURVE SMOOTH",
+"1568 196 OFFCURVE",
+"1536 292 OFFCURVE",
+"1536 384 CURVE SMOOTH",
+"1536 492 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1716 2100 LINE",
+"240 -52 LINE",
+"596 -52 LINE",
+"2072 2100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"212 1304 OFFCURVE",
+"368 1096 OFFCURVE",
+"660 1096 CURVE SMOOTH",
+"948 1096 OFFCURVE",
+"1108 1304 OFFCURVE",
+"1108 1556 CURVE SMOOTH",
+"1108 1664 LINE SMOOTH",
+"1108 1916 OFFCURVE",
+"952 2128 OFFCURVE",
+"660 2128 CURVE SMOOTH",
+"372 2128 OFFCURVE",
+"212 1916 OFFCURVE",
+"212 1664 CURVE SMOOTH",
+"212 1556 LINE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"516 1756 OFFCURVE",
+"548 1856 OFFCURVE",
+"660 1856 CURVE SMOOTH",
+"776 1856 OFFCURVE",
+"804 1756 OFFCURVE",
+"804 1664 CURVE SMOOTH",
+"804 1556 LINE SMOOTH",
+"804 1464 OFFCURVE",
+"772 1368 OFFCURVE",
+"660 1368 CURVE SMOOTH",
+"548 1368 OFFCURVE",
+"516 1464 OFFCURVE",
+"516 1556 CURVE SMOOTH",
+"516 1664 LINE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 0025;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = perthousand;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 1288 OFFCURVE",
+"312 1100 OFFCURVE",
+"572 1100 CURVE SMOOTH",
+"828 1100 OFFCURVE",
+"984 1288 OFFCURVE",
+"984 1512 CURVE SMOOTH",
+"984 1616 LINE SMOOTH",
+"984 1844 OFFCURVE",
+"828 2032 OFFCURVE",
+"568 2032 CURVE SMOOTH",
+"312 2032 OFFCURVE",
+"156 1844 OFFCURVE",
+"156 1616 CURVE SMOOTH",
+"156 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 1744 OFFCURVE",
+"428 1860 OFFCURVE",
+"568 1860 CURVE SMOOTH",
+"712 1860 OFFCURVE",
+"780 1744 OFFCURVE",
+"780 1616 CURVE SMOOTH",
+"780 1512 LINE SMOOTH",
+"780 1388 OFFCURVE",
+"712 1272 OFFCURVE",
+"572 1272 CURVE SMOOTH",
+"428 1272 OFFCURVE",
+"356 1388 OFFCURVE",
+"356 1512 CURVE SMOOTH",
+"356 1616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1192 160 OFFCURVE",
+"1348 -28 OFFCURVE",
+"1608 -28 CURVE SMOOTH",
+"1848 -28 OFFCURVE",
+"1992 160 OFFCURVE",
+"1992 384 CURVE SMOOTH",
+"1992 492 LINE SMOOTH",
+"1992 716 OFFCURVE",
+"1848 904 OFFCURVE",
+"1608 904 CURVE SMOOTH",
+"1348 904 OFFCURVE",
+"1192 716 OFFCURVE",
+"1192 492 CURVE SMOOTH",
+"1192 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1396 616 OFFCURVE",
+"1464 732 OFFCURVE",
+"1608 732 CURVE SMOOTH",
+"1748 732 OFFCURVE",
+"1816 616 OFFCURVE",
+"1816 492 CURVE SMOOTH",
+"1816 384 LINE SMOOTH",
+"1816 260 OFFCURVE",
+"1752 144 OFFCURVE",
+"1608 144 CURVE SMOOTH",
+"1464 144 OFFCURVE",
+"1396 260 OFFCURVE",
+"1396 384 CURVE SMOOTH",
+"1396 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1844 160 OFFCURVE",
+"1992 -28 OFFCURVE",
+"2236 -28 CURVE SMOOTH",
+"2492 -28 OFFCURVE",
+"2648 160 OFFCURVE",
+"2648 384 CURVE SMOOTH",
+"2648 492 LINE SMOOTH",
+"2648 716 OFFCURVE",
+"2492 904 OFFCURVE",
+"2232 904 CURVE SMOOTH",
+"1992 904 OFFCURVE",
+"1844 716 OFFCURVE",
+"1844 492 CURVE SMOOTH",
+"1844 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2020 616 OFFCURVE",
+"2092 732 OFFCURVE",
+"2232 732 CURVE SMOOTH",
+"2376 732 OFFCURVE",
+"2444 616 OFFCURVE",
+"2444 492 CURVE SMOOTH",
+"2444 384 LINE SMOOTH",
+"2444 260 OFFCURVE",
+"2376 144 OFFCURVE",
+"2236 144 CURVE SMOOTH",
+"2092 144 OFFCURVE",
+"2020 260 OFFCURVE",
+"2020 384 CURVE SMOOTH",
+"2020 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1484 1812 LINE",
+"508 244 LINE",
+"660 152 LINE",
+"1636 1716 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"180 1288 OFFCURVE",
+"336 1100 OFFCURVE",
+"596 1100 CURVE SMOOTH",
+"872 1100 OFFCURVE",
+"1036 1288 OFFCURVE",
+"1036 1512 CURVE SMOOTH",
+"1036 1616 LINE SMOOTH",
+"1036 1844 OFFCURVE",
+"872 2032 OFFCURVE",
+"592 2032 CURVE SMOOTH",
+"336 2032 OFFCURVE",
+"180 1844 OFFCURVE",
+"180 1616 CURVE SMOOTH",
+"180 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 1704 OFFCURVE",
+"488 1780 OFFCURVE",
+"592 1780 CURVE SMOOTH",
+"696 1780 OFFCURVE",
+"748 1704 OFFCURVE",
+"748 1616 CURVE SMOOTH",
+"748 1512 LINE SMOOTH",
+"748 1428 OFFCURVE",
+"700 1352 OFFCURVE",
+"596 1352 CURVE SMOOTH",
+"488 1352 OFFCURVE",
+"440 1428 OFFCURVE",
+"440 1512 CURVE SMOOTH",
+"440 1616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1160 160 OFFCURVE",
+"1328 -28 OFFCURVE",
+"1604 -28 CURVE SMOOTH",
+"1860 -28 OFFCURVE",
+"2004 160 OFFCURVE",
+"2004 384 CURVE SMOOTH",
+"2004 492 LINE SMOOTH",
+"2004 716 OFFCURVE",
+"1864 904 OFFCURVE",
+"1604 904 CURVE SMOOTH",
+"1328 904 OFFCURVE",
+"1160 716 OFFCURVE",
+"1160 492 CURVE SMOOTH",
+"1160 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1448 576 OFFCURVE",
+"1496 652 OFFCURVE",
+"1604 652 CURVE SMOOTH",
+"1708 652 OFFCURVE",
+"1756 576 OFFCURVE",
+"1756 492 CURVE SMOOTH",
+"1756 384 LINE SMOOTH",
+"1756 300 OFFCURVE",
+"1732 224 OFFCURVE",
+"1604 224 CURVE SMOOTH",
+"1516 224 OFFCURVE",
+"1448 300 OFFCURVE",
+"1448 384 CURVE SMOOTH",
+"1448 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1828 160 OFFCURVE",
+"1972 -28 OFFCURVE",
+"2232 -28 CURVE SMOOTH",
+"2508 -28 OFFCURVE",
+"2672 160 OFFCURVE",
+"2672 384 CURVE SMOOTH",
+"2672 492 LINE SMOOTH",
+"2672 716 OFFCURVE",
+"2508 904 OFFCURVE",
+"2228 904 CURVE SMOOTH",
+"1972 904 OFFCURVE",
+"1828 716 OFFCURVE",
+"1828 492 CURVE SMOOTH",
+"1828 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2072 576 OFFCURVE",
+"2124 652 OFFCURVE",
+"2228 652 CURVE SMOOTH",
+"2332 652 OFFCURVE",
+"2384 576 OFFCURVE",
+"2384 492 CURVE SMOOTH",
+"2384 384 LINE SMOOTH",
+"2384 300 OFFCURVE",
+"2360 224 OFFCURVE",
+"2232 224 CURVE SMOOTH",
+"2140 224 OFFCURVE",
+"2072 300 OFFCURVE",
+"2072 384 CURVE SMOOTH",
+"2072 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1480 1824 LINE",
+"504 260 LINE",
+"712 152 LINE",
+"1692 1716 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 2030;
+userData = {
+interface.gridadjust.original = "{'width': 2687, 'leftMargin': 87, 'rightMargin': 107}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = numero;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1760 768 LINE",
+"1760 564 LINE",
+"2612 564 LINE",
+"2612 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1712 1132 OFFCURVE",
+"1896 944 OFFCURVE",
+"2192 944 CURVE SMOOTH",
+"2484 944 OFFCURVE",
+"2664 1132 OFFCURVE",
+"2664 1416 CURVE",
+"2664 1552 LINE",
+"2664 1836 OFFCURVE",
+"2484 2024 OFFCURVE",
+"2188 2024 CURVE SMOOTH",
+"1896 2024 OFFCURVE",
+"1712 1836 OFFCURVE",
+"1712 1552 CURVE",
+"1712 1416 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1952 1712 OFFCURVE",
+"2028 1820 OFFCURVE",
+"2188 1820 CURVE SMOOTH",
+"2348 1820 OFFCURVE",
+"2424 1712 OFFCURVE",
+"2424 1552 CURVE",
+"2424 1416 LINE",
+"2424 1252 OFFCURVE",
+"2348 1144 OFFCURVE",
+"2192 1144 CURVE SMOOTH",
+"2028 1144 OFFCURVE",
+"1952 1252 OFFCURVE",
+"1952 1416 CURVE",
+"1952 1552 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1228 2004 LINE",
+"1228 464 LINE",
+"440 2004 LINE",
+"136 2004 LINE",
+"136 0 LINE",
+"412 0 LINE",
+"412 1532 LINE",
+"1196 0 LINE",
+"1500 0 LINE",
+"1500 2004 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1808 780 LINE",
+"1808 580 LINE",
+"2620 580 LINE",
+"2620 780 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1744 1160 OFFCURVE",
+"1928 944 OFFCURVE",
+"2220 944 CURVE SMOOTH",
+"2516 944 OFFCURVE",
+"2696 1160 OFFCURVE",
+"2696 1444 CURVE",
+"2696 1524 LINE",
+"2696 1804 OFFCURVE",
+"2516 2024 OFFCURVE",
+"2220 2024 CURVE SMOOTH",
+"1928 2024 OFFCURVE",
+"1744 1804 OFFCURVE",
+"1744 1524 CURVE",
+"1744 1444 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1984 1684 OFFCURVE",
+"2060 1820 OFFCURVE",
+"2220 1820 CURVE SMOOTH",
+"2380 1820 OFFCURVE",
+"2456 1684 OFFCURVE",
+"2456 1524 CURVE",
+"2456 1444 LINE",
+"2456 1284 OFFCURVE",
+"2380 1144 OFFCURVE",
+"2220 1144 CURVE SMOOTH",
+"2060 1144 OFFCURVE",
+"1984 1284 OFFCURVE",
+"1984 1444 CURVE",
+"1984 1524 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1148 2004 LINE",
+"1148 784 LINE",
+"640 2004 LINE",
+"152 2004 LINE",
+"152 0 LINE",
+"600 0 LINE",
+"600 1220 LINE",
+"1104 0 LINE",
+"1592 0 LINE",
+"1592 2004 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+leftKerningGroup = B;
+unicode = 2116;
+userData = {
+interface.gridadjust.original = "{'width': 2901, 'leftMargin': 219, 'rightMargin': 154}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = acute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{312, 1776}";
+},
+{
+name = mkmktop_acc;
+position = "{312, 2268}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 1704 LINE",
+"672 2112 LINE",
+"428 2112 LINE",
+"188 1704 LINE"
+);
+}
+);
+width = 768;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{364, 1776}";
+},
+{
+name = mkmktop_acc;
+position = "{364, 2296}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"520 1680 LINE",
+"900 2112 LINE",
+"428 2112 LINE",
+"156 1680 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 00B4;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = hungarumlaut;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{484, 1776}";
+},
+{
+name = mkmktop_acc;
+position = "{484, 2228}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"752 1688 LINE",
+"1116 2112 LINE",
+"852 2112 LINE",
+"544 1688 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"320 1688 LINE",
+"616 2112 LINE",
+"356 2112 LINE",
+"132 1688 LINE"
+);
+}
+);
+width = 1040;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{500, 1776}";
+},
+{
+name = mkmktop_acc;
+position = "{500, 2256}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"892 1700 LINE",
+"1256 2112 LINE",
+"884 2112 LINE",
+"576 1700 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"372 1700 LINE",
+"696 2112 LINE",
+"324 2112 LINE",
+"56 1700 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02DD;
+},
+{
+color = (204,240,242,1);
+glyphname = grave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{500, 1776}";
+},
+{
+name = mkmktop_acc;
+position = "{500, 2268}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"56 2112 LINE",
+"420 1704 LINE",
+"656 1704 LINE",
+"388 2112 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{688, 1776}";
+},
+{
+name = mkmktop_acc;
+position = "{688, 2296}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 2112 LINE",
+"540 1680 LINE",
+"900 1680 LINE",
+"628 2112 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 0060;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{492, 2048}";
+},
+{
+name = _top;
+position = "{312, 1664}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"332 1580 LINE",
+"492 2048 LINE",
+"236 2048 LINE",
+"168 1580 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{680, 2000}";
+},
+{
+name = _top;
+position = "{436, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 1728 LINE",
+"784 2204 LINE",
+"384 2204 LINE",
+"272 1728 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 0384;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = dieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{824, 1792}";
+},
+{
+name = mkmktop_acc;
+position = "{824, 2172}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"632 1772 OFFCURVE",
+"700 1848 OFFCURVE",
+"700 1932 CURVE SMOOTH",
+"700 2024 OFFCURVE",
+"632 2092 OFFCURVE",
+"540 2092 CURVE SMOOTH",
+"456 2092 OFFCURVE",
+"380 2024 OFFCURVE",
+"380 1932 CURVE SMOOTH",
+"380 1848 OFFCURVE",
+"456 1772 OFFCURVE",
+"540 1772 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1200 1772 OFFCURVE",
+"1268 1848 OFFCURVE",
+"1268 1932 CURVE SMOOTH",
+"1268 2024 OFFCURVE",
+"1200 2092 OFFCURVE",
+"1108 2092 CURVE SMOOTH",
+"1024 2092 OFFCURVE",
+"948 2024 OFFCURVE",
+"948 1932 CURVE SMOOTH",
+"948 1848 OFFCURVE",
+"1024 1772 OFFCURVE",
+"1108 1772 CURVE SMOOTH"
+);
+}
+);
+width = 1648;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{656, 1772}";
+},
+{
+name = mkmktop_acc;
+position = "{660, 2216}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"484 1712 OFFCURVE",
+"564 1792 OFFCURVE",
+"564 1892 CURVE SMOOTH",
+"564 1996 OFFCURVE",
+"484 2076 OFFCURVE",
+"372 2076 CURVE SMOOTH",
+"256 2076 OFFCURVE",
+"176 1996 OFFCURVE",
+"176 1892 CURVE SMOOTH",
+"176 1792 OFFCURVE",
+"256 1712 OFFCURVE",
+"372 1712 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1056 1712 OFFCURVE",
+"1136 1792 OFFCURVE",
+"1136 1892 CURVE SMOOTH",
+"1136 1996 OFFCURVE",
+"1056 2076 OFFCURVE",
+"944 2076 CURVE SMOOTH",
+"828 2076 OFFCURVE",
+"748 1996 OFFCURVE",
+"748 1892 CURVE SMOOTH",
+"748 1792 OFFCURVE",
+"828 1712 OFFCURVE",
+"944 1712 CURVE SMOOTH"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 00A8;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (205,246,203,1);
+export = 0;
+glyphname = casedieresis.cn;
+lastChange = "2018-09-02 05:51:13 +0000";
+layers = (
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 0, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1648;
+},
+{
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 0, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+},
+{
+glyphname = circumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{648, 1792}";
+},
+{
+name = mkmktop_acc;
+position = "{648, 2256}";
+}
+);
+components = (
+{
+name = caron;
+transform = "{1, 0, 0, -1, 0, 3840}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1296;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{784, 1792}";
+},
+{
+name = mkmktop_acc;
+position = "{784, 2256}";
+}
+);
+components = (
+{
+name = caron;
+transform = "{1, 0, 0, -1, -4, 3840}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 02C6;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{632, 1792}";
+},
+{
+name = mkmktop_acc;
+position = "{632, 2208}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"944 2016 OFFCURVE",
+"884 1948 OFFCURVE",
+"808 1948 CURVE SMOOTH",
+"664 1948 OFFCURVE",
+"596 2076 OFFCURVE",
+"444 2076 CURVE SMOOTH",
+"272 2076 OFFCURVE",
+"140 1932 OFFCURVE",
+"140 1728 CURVE",
+"324 1720 LINE",
+"324 1804 OFFCURVE",
+"380 1872 OFFCURVE",
+"456 1872 CURVE SMOOTH",
+"608 1872 OFFCURVE",
+"636 1744 OFFCURVE",
+"820 1744 CURVE SMOOTH",
+"992 1744 OFFCURVE",
+"1124 1876 OFFCURVE",
+"1124 2084 CURVE",
+"944 2100 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{656, 1780}";
+},
+{
+name = mkmktop_acc;
+position = "{656, 2304}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"936 2040 OFFCURVE",
+"884 2000 OFFCURVE",
+"824 2000 CURVE SMOOTH",
+"692 2000 OFFCURVE",
+"588 2112 OFFCURVE",
+"444 2112 CURVE SMOOTH",
+"260 2112 OFFCURVE",
+"128 1932 OFFCURVE",
+"128 1736 CURVE",
+"380 1724 LINE",
+"380 1808 OFFCURVE",
+"428 1848 OFFCURVE",
+"488 1848 CURVE SMOOTH",
+"628 1848 OFFCURVE",
+"696 1732 OFFCURVE",
+"868 1732 CURVE SMOOTH",
+"1052 1732 OFFCURVE",
+"1184 1908 OFFCURVE",
+"1184 2108 CURVE",
+"936 2124 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02DC;
+userData = {
+interface.gridadjust.original = "{'width': 1352, 'leftMargin': 175, 'rightMargin': 194}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (205,246,203,1);
+export = 0;
+glyphname = casetilde.cn;
+lastChange = "2018-09-02 05:51:15 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{632, 2304}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 0, 532}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{656, 2200}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 0, 420}";
+}
+);
+guideLines = (
+{
+position = "{1028, 2200}";
+},
+{
+angle = 90;
+position = "{640, 2032}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+},
+{
+color = (204,240,242,1);
+glyphname = macron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{624, 1764}";
+},
+{
+name = mkmktop_acc;
+position = "{624, 2172}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"164 1988 LINE",
+"164 1784 LINE",
+"1104 1784 LINE",
+"1104 1988 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{784, 1784}";
+},
+{
+name = mkmktop_acc;
+position = "{784, 2216}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"308 2004 LINE",
+"308 1768 LINE",
+"1260 1768 LINE",
+"1260 2004 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 00AF;
+userData = {
+interface.gridadjust.original = "{'width': 1310, 'leftMargin': 198, 'rightMargin': 173}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = breve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{632, 1776}";
+},
+{
+name = mkmktop_acc;
+position = "{632, 2220}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"828 1952 OFFCURVE",
+"772 1860 OFFCURVE",
+"632 1860 CURVE SMOOTH",
+"492 1860 OFFCURVE",
+"440 1952 OFFCURVE",
+"440 2056 CURVE",
+"220 2056 LINE",
+"220 1840 OFFCURVE",
+"380 1688 OFFCURVE",
+"632 1688 CURVE SMOOTH",
+"888 1688 OFFCURVE",
+"1048 1840 OFFCURVE",
+"1048 2056 CURVE",
+"828 2056 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{656, 1776}";
+},
+{
+name = mkmktop_acc;
+position = "{656, 2248}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"848 2024 OFFCURVE",
+"796 1940 OFFCURVE",
+"656 1940 CURVE SMOOTH",
+"516 1940 OFFCURVE",
+"464 2024 OFFCURVE",
+"464 2116 CURVE",
+"160 2116 LINE",
+"160 1868 OFFCURVE",
+"352 1692 OFFCURVE",
+"656 1692 CURVE SMOOTH",
+"964 1692 OFFCURVE",
+"1156 1868 OFFCURVE",
+"1156 2116 CURVE",
+"848 2116 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02D8;
+userData = {
+interface.gridadjust.original = "{'width': 1206, 'leftMargin': 176, 'rightMargin': 201}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = dotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _dot;
+position = "{196, 1872}";
+},
+{
+name = _top;
+position = "{332, 1792}";
+},
+{
+name = mkmktop_acc;
+position = "{332, 2188}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"436 1780 OFFCURVE",
+"500 1852 OFFCURVE",
+"500 1940 CURVE",
+"500 2020 OFFCURVE",
+"436 2100 OFFCURVE",
+"332 2100 CURVE",
+"228 2100 OFFCURVE",
+"164 2020 OFFCURVE",
+"164 1940 CURVE SMOOTH",
+"164 1852 OFFCURVE",
+"228 1780 OFFCURVE",
+"332 1780 CURVE"
+);
+}
+);
+width = 668;
+},
+{
+anchors = (
+{
+name = _dot;
+position = "{184, 1908}";
+},
+{
+name = _top;
+position = "{400, 1744}";
+},
+{
+name = mkmktop_acc;
+position = "{400, 2264}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 1664 OFFCURVE",
+"644 1764 OFFCURVE",
+"644 1880 CURVE SMOOTH",
+"644 1996 OFFCURVE",
+"536 2096 OFFCURVE",
+"400 2096 CURVE SMOOTH",
+"264 2096 OFFCURVE",
+"152 1996 OFFCURVE",
+"152 1880 CURVE SMOOTH",
+"152 1764 OFFCURVE",
+"264 1664 OFFCURVE",
+"400 1664 CURVE SMOOTH"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02D9;
+userData = {
+interface.gridadjust.original = "{'width': 696, 'leftMargin': 193, 'rightMargin': 186}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = ring;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{440, 1800}";
+},
+{
+name = mkmktop_acc;
+position = "{452, 2764}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"76 1880 OFFCURVE",
+"236 1732 OFFCURVE",
+"440 1732 CURVE SMOOTH",
+"644 1732 OFFCURVE",
+"800 1880 OFFCURVE",
+"800 2072 CURVE SMOOTH",
+"800 2264 OFFCURVE",
+"644 2424 OFFCURVE",
+"440 2424 CURVE SMOOTH",
+"236 2424 OFFCURVE",
+"76 2264 OFFCURVE",
+"76 2072 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2172 OFFCURVE",
+"328 2268 OFFCURVE",
+"440 2268 CURVE SMOOTH",
+"552 2268 OFFCURVE",
+"632 2172 OFFCURVE",
+"632 2072 CURVE SMOOTH",
+"632 1976 OFFCURVE",
+"552 1884 OFFCURVE",
+"440 1884 CURVE SMOOTH",
+"328 1884 OFFCURVE",
+"248 1976 OFFCURVE",
+"248 2072 CURVE"
+);
+}
+);
+width = 880;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{524, 1604}";
+},
+{
+name = mkmktop_acc;
+position = "{524, 2160}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"220 1628 OFFCURVE",
+"348 1508 OFFCURVE",
+"528 1508 CURVE SMOOTH",
+"708 1508 OFFCURVE",
+"836 1628 OFFCURVE",
+"836 1780 CURVE SMOOTH",
+"836 1932 OFFCURVE",
+"708 2060 OFFCURVE",
+"528 2060 CURVE SMOOTH",
+"348 2060 OFFCURVE",
+"220 1932 OFFCURVE",
+"220 1780 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"384 1860 OFFCURVE",
+"440 1924 OFFCURVE",
+"528 1924 CURVE SMOOTH",
+"616 1924 OFFCURVE",
+"672 1860 OFFCURVE",
+"672 1780 CURVE SMOOTH",
+"672 1700 OFFCURVE",
+"616 1636 OFFCURVE",
+"528 1636 CURVE SMOOTH",
+"440 1636 OFFCURVE",
+"384 1700 OFFCURVE",
+"384 1780 CURVE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02DA;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = caron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{648, 1724}";
+},
+{
+name = mkmktop_acc;
+position = "{632, 2180}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 2032 LINE",
+"580 1656 LINE",
+"716 1656 LINE",
+"1084 2032 LINE",
+"1084 2048 LINE",
+"892 2048 LINE",
+"648 1808 LINE",
+"408 2048 LINE"
+);
+}
+);
+width = 1296;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{788, 1712}";
+},
+{
+name = mkmktop_acc;
+position = "{788, 2204}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"204 2048 LINE",
+"204 2036 LINE",
+"644 1644 LINE",
+"928 1644 LINE",
+"1364 2036 LINE",
+"1364 2048 LINE",
+"988 2048 LINE",
+"788 1864 LINE",
+"584 2048 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 02C7;
+userData = {
+interface.gridadjust.original = "{'width': 1273, 'leftMargin': 194, 'rightMargin': 210}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = dieresistonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{764, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"852 1936 LINE",
+"996 2304 LINE",
+"724 2304 LINE",
+"652 1936 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"204 1796 OFFCURVE",
+"256 1732 OFFCURVE",
+"360 1732 CURVE SMOOTH",
+"464 1732 OFFCURVE",
+"520 1796 OFFCURVE",
+"520 1880 CURVE SMOOTH",
+"520 1964 OFFCURVE",
+"464 2032 OFFCURVE",
+"360 2032 CURVE SMOOTH",
+"256 2032 OFFCURVE",
+"204 1964 OFFCURVE",
+"204 1880 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1000 1792 OFFCURVE",
+"1056 1728 OFFCURVE",
+"1160 1728 CURVE SMOOTH",
+"1264 1728 OFFCURVE",
+"1320 1792 OFFCURVE",
+"1320 1876 CURVE SMOOTH",
+"1320 1964 OFFCURVE",
+"1264 2032 OFFCURVE",
+"1160 2032 CURVE SMOOTH",
+"1056 2032 OFFCURVE",
+"1000 1964 OFFCURVE",
+"1000 1876 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{784, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"876 1960 LINE",
+"1112 2448 LINE",
+"724 2448 LINE",
+"668 1960 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"148 1776 OFFCURVE",
+"240 1696 OFFCURVE",
+"352 1696 CURVE SMOOTH",
+"464 1696 OFFCURVE",
+"556 1776 OFFCURVE",
+"556 1876 CURVE SMOOTH",
+"556 1980 OFFCURVE",
+"464 2060 OFFCURVE",
+"352 2060 CURVE SMOOTH",
+"240 2060 OFFCURVE",
+"148 1980 OFFCURVE",
+"148 1876 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1016 1776 OFFCURVE",
+"1104 1696 OFFCURVE",
+"1220 1696 CURVE SMOOTH",
+"1332 1696 OFFCURVE",
+"1420 1776 OFFCURVE",
+"1420 1876 CURVE SMOOTH",
+"1420 1980 OFFCURVE",
+"1332 2060 OFFCURVE",
+"1220 2060 CURVE SMOOTH",
+"1104 2060 OFFCURVE",
+"1016 1980 OFFCURVE",
+"1016 1876 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0385;
+userData = {
+interface.gridadjust.original = "{'width': 1441.0, 'leftMargin': 144, 'rightMargin': 181.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = cedilla;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{376, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{296, -604}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"240 -188 LINE",
+"392 -200 OFFCURVE",
+"456 -224 OFFCURVE",
+"456 -316 CURVE SMOOTH",
+"456 -408 OFFCURVE",
+"364 -444 OFFCURVE",
+"240 -444 CURVE",
+"248 -600 LINE",
+"524 -600 OFFCURVE",
+"668 -480 OFFCURVE",
+"668 -308 CURVE SMOOTH",
+"668 -152 OFFCURVE",
+"564 -88 OFFCURVE",
+"460 -72 CURVE",
+"476 0 LINE",
+"284 0 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{452, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{452, -648}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"244 -188 LINE",
+"376 -196 OFFCURVE",
+"432 -216 OFFCURVE",
+"432 -288 CURVE SMOOTH",
+"432 -364 OFFCURVE",
+"376 -392 OFFCURVE",
+"300 -392 CURVE",
+"312 -648 LINE",
+"640 -648 OFFCURVE",
+"812 -512 OFFCURVE",
+"812 -308 CURVE SMOOTH",
+"812 -152 OFFCURVE",
+"708 -88 OFFCURVE",
+"608 -72 CURVE",
+"624 16 LINE",
+"288 16 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 00B8;
+userData = {
+interface.gridadjust.original = "{'width': 701, 'leftMargin': 165, 'rightMargin': 107}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = ogonek;
+lastChange = "2018-09-02 06:20:04 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{488, 0}";
+},
+{
+name = _ogonek;
+position = "{600, 0}";
+},
+{
+name = _right;
+position = "{600, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{488, -600}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"228 -36 OFFCURVE",
+"128 -188 OFFCURVE",
+"128 -336 CURVE SMOOTH",
+"128 -508 OFFCURVE",
+"248 -600 OFFCURVE",
+"400 -600 CURVE SMOOTH",
+"512 -600 OFFCURVE",
+"580 -568 OFFCURVE",
+"624 -540 CURVE",
+"608 -364 LINE",
+"580 -380 OFFCURVE",
+"532 -400 OFFCURVE",
+"472 -400 CURVE SMOOTH",
+"392 -400 OFFCURVE",
+"368 -364 OFFCURVE",
+"368 -304 CURVE SMOOTH",
+"368 -184 OFFCURVE",
+"480 -88 OFFCURVE",
+"600 0 CURVE",
+"492 84 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{512, 0}";
+},
+{
+name = _ogonek;
+position = "{648, 0}";
+},
+{
+name = _right;
+position = "{648, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{512, -572}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"184 -20 OFFCURVE",
+"124 -148 OFFCURVE",
+"124 -280 CURVE SMOOTH",
+"124 -472 OFFCURVE",
+"268 -572 OFFCURVE",
+"452 -572 CURVE SMOOTH",
+"560 -572 OFFCURVE",
+"632 -540 OFFCURVE",
+"680 -512 CURVE",
+"628 -284 LINE",
+"604 -292 OFFCURVE",
+"580 -308 OFFCURVE",
+"532 -308 CURVE SMOOTH",
+"468 -308 OFFCURVE",
+"444 -272 OFFCURVE",
+"444 -220 CURVE SMOOTH",
+"444 -132 OFFCURVE",
+"504 -76 OFFCURVE",
+"648 0 CURVE",
+"408 84 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02DB;
+userData = {
+interface.gridadjust.original = "{'width': 776, 'leftMargin': 66, 'rightMargin': 214}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = commaaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{392, 512}";
+},
+{
+name = _caron;
+position = "{252, 340}";
+},
+{
+name = _right;
+position = "{372, 108}";
+},
+{
+name = mkmkbottom_acc;
+position = "{428, -216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"272 384 LINE",
+"272 256 LINE",
+"272 104 OFFCURVE",
+"220 -100 OFFCURVE",
+"152 -260 CURVE",
+"352 -300 LINE",
+"456 -144 OFFCURVE",
+"508 84 OFFCURVE",
+"512 260 CURVE",
+"512 384 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{320, 508}";
+},
+{
+name = _caron;
+position = "{116, 392}";
+},
+{
+name = _right;
+position = "{284, 76}";
+},
+{
+name = mkmkbottom_acc;
+position = "{320, -200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"164 392 LINE",
+"164 136 LINE",
+"164 -80 OFFCURVE",
+"120 -160 OFFCURVE",
+"64 -284 CURVE",
+"288 -396 LINE",
+"428 -256 OFFCURVE",
+"484 -60 OFFCURVE",
+"484 164 CURVE",
+"484 392 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = F6C3;
+userData = {
+interface.gridadjust.original = "{'width': 718, 'leftMargin': 118, 'rightMargin': 235}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = acutecomb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-784, 1774}";
+},
+{
+name = _top;
+position = "{-784, 1774}";
+},
+{
+name = mkmktop;
+position = "{-784, 2269}";
+},
+{
+name = parent_top;
+position = "{-617, 1909}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-699 1705 LINE",
+"-319 2112 LINE",
+"-650 2112 LINE",
+"-917 1705 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-726, 1774}";
+},
+{
+name = _top;
+position = "{-726, 1774}";
+},
+{
+name = mkmktop;
+position = "{-726, 2296}";
+},
+{
+name = parent_top;
+position = "{-575, 1896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-586 1680 LINE",
+"-204 2112 LINE",
+"-675 2112 LINE",
+"-946 1680 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0301;
+},
+{
+color = (250,227,227,1);
+glyphname = acutedblnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-909, 1774}";
+},
+{
+name = mkmktop;
+position = "{-909, 2228}";
+},
+{
+name = parent_top;
+position = "{-810, 1909}";
+}
+);
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, -1554, 0}";
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, -1004, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-909, 1774}";
+},
+{
+name = mkmktop;
+position = "{-909, 2255}";
+},
+{
+name = parent_top;
+position = "{-806, 1896}";
+}
+);
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, -1650, 0}";
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, -963, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 030B;
+},
+{
+color = (250,227,227,1);
+glyphname = gravecomb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-726, 1774}";
+},
+{
+name = _top;
+position = "{-726, 1774}";
+},
+{
+name = mkmktop;
+position = "{-726, 2269}";
+},
+{
+name = parent_top;
+position = "{-897, 1909}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1196 2112 LINE",
+"-832 1705 LINE",
+"-598 1705 LINE",
+"-865 2112 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-751, 1774}";
+},
+{
+name = _top;
+position = "{-751, 1774}";
+},
+{
+name = mkmktop;
+position = "{-751, 2296}";
+},
+{
+name = parent_top;
+position = "{-873, 1896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1246 2112 LINE",
+"-861 1680 LINE",
+"-501 1680 LINE",
+"-774 2112 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0300;
+},
+{
+color = (250,227,227,1);
+glyphname = dblgravecmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-622, 1781}";
+},
+{
+name = _top;
+position = "{-622, 1781}";
+},
+{
+name = mkmktop;
+position = "{-622, 2207}";
+},
+{
+name = mkmktop_acc;
+position = "{-622, 2207}";
+},
+{
+name = parent_top;
+position = "{-840, 1904}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-936 1722 LINE",
+"-1357 2087 LINE",
+"-1026 2087 LINE",
+"-689 1722 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-543 1722 LINE",
+"-880 2087 LINE",
+"-576 2087 LINE",
+"-325 1722 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-648, 1774}";
+},
+{
+name = _top;
+position = "{-648, 1774}";
+},
+{
+name = mkmktop;
+position = "{-648, 2255}";
+},
+{
+name = mkmktop_acc;
+position = "{-648, 2255}";
+},
+{
+name = parent_top;
+position = "{-829, 1904}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1064 1722 LINE",
+"-1458 2087 LINE",
+"-1042 2087 LINE",
+"-705 1722 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-560 1722 LINE",
+"-897 2087 LINE",
+"-481 2087 LINE",
+"-201 1722 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 030F;
+},
+{
+color = (250,227,227,1);
+glyphname = macroncomb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-799, 1763}";
+},
+{
+name = mkmktop;
+position = "{-799, 2173}";
+},
+{
+name = parent_top;
+position = "{-809, 1899}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1279 1988 LINE",
+"-1279 1782 LINE",
+"-340 1782 LINE",
+"-340 1988 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-799, 1774}";
+},
+{
+name = mkmktop;
+position = "{-799, 2214}";
+},
+{
+name = parent_top;
+position = "{-792, 1885}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1269 2005 LINE",
+"-1269 1767 LINE",
+"-316 1767 LINE",
+"-316 2005 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0304;
+},
+{
+color = (250,227,227,1);
+glyphname = dieresisnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-836, 1776}";
+},
+{
+name = mkmktop;
+position = "{-836, 2176}";
+},
+{
+name = parent_top;
+position = "{-836, 1880}";
+}
+);
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -1652, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{-836, 1740}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-868, 1774}";
+},
+{
+name = mkmktop;
+position = "{-868, 2214}";
+},
+{
+name = parent_top;
+position = "{-868, 1877}";
+}
+);
+components = (
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -1512, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0308;
+userData = {
+com.typemytype.robofont.guideline.magnetic.tzzgauAfuT = 5;
+};
+},
+{
+color = (250,227,227,1);
+glyphname = brevenosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-813, 1642}";
+},
+{
+name = mkmktop;
+position = "{-813, 2206}";
+},
+{
+name = parent_top;
+position = "{-809, 1871}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-616 1951 OFFCURVE",
+"-670 1858 OFFCURVE",
+"-809 1858 CURVE SMOOTH",
+"-950 1858 OFFCURVE",
+"-1002 1951 OFFCURVE",
+"-1002 2057 CURVE",
+"-1224 2057 LINE",
+"-1224 1840 OFFCURVE",
+"-1064 1687 OFFCURVE",
+"-809 1687 CURVE SMOOTH",
+"-553 1687 OFFCURVE",
+"-395 1840 OFFCURVE",
+"-395 2057 CURVE",
+"-616 2057 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-781, 1642}";
+},
+{
+name = mkmktop;
+position = "{-781, 2247}";
+},
+{
+name = parent_top;
+position = "{-792, 1903}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-601 2024 OFFCURVE",
+"-652 1940 OFFCURVE",
+"-792 1940 CURVE SMOOTH",
+"-934 1940 OFFCURVE",
+"-986 2024 OFFCURVE",
+"-986 2115 CURVE",
+"-1291 2115 LINE",
+"-1291 1866 OFFCURVE",
+"-1099 1693 OFFCURVE",
+"-792 1693 CURVE SMOOTH",
+"-487 1693 OFFCURVE",
+"-294 1866 OFFCURVE",
+"-294 2115 CURVE",
+"-601 2115 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0306;
+},
+{
+color = (250,227,227,1);
+glyphname = breveinvnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1646}";
+},
+{
+name = _top;
+position = "{-809, 1646}";
+},
+{
+name = mkmktop;
+position = "{-809, 2113}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2113}";
+},
+{
+name = parent_top;
+position = "{-807, 1816}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-393 1849 OFFCURVE",
+"-551 2002 OFFCURVE",
+"-807 2002 CURVE SMOOTH",
+"-1063 2002 OFFCURVE",
+"-1222 1849 OFFCURVE",
+"-1222 1632 CURVE",
+"-1001 1632 LINE",
+"-1001 1738 OFFCURVE",
+"-949 1832 OFFCURVE",
+"-807 1832 CURVE SMOOTH",
+"-668 1832 OFFCURVE",
+"-615 1738 OFFCURVE",
+"-615 1632 CURVE",
+"-393 1632 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1595}";
+},
+{
+name = _top;
+position = "{-792, 1595}";
+},
+{
+name = mkmktop;
+position = "{-792, 2145}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2145}";
+},
+{
+name = parent_top;
+position = "{-792, 1790}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-294 1829 OFFCURVE",
+"-487 2002 OFFCURVE",
+"-792 2002 CURVE SMOOTH",
+"-1099 2002 OFFCURVE",
+"-1291 1829 OFFCURVE",
+"-1291 1580 CURVE",
+"-986 1580 LINE",
+"-986 1671 OFFCURVE",
+"-934 1755 OFFCURVE",
+"-792 1755 CURVE SMOOTH",
+"-652 1755 OFFCURVE",
+"-601 1671 OFFCURVE",
+"-601 1580 CURVE",
+"-294 1580 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0311;
+},
+{
+color = (250,227,227,1);
+glyphname = hook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-814, 1755}";
+},
+{
+name = _top;
+position = "{-814, 1755}";
+},
+{
+name = mkmktop;
+position = "{-814, 2373}";
+},
+{
+name = mkmktop_acc;
+position = "{-814, 2373}";
+},
+{
+name = parent_top;
+position = "{-718, 1994}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-710 1808 LINE",
+"-608 1823 OFFCURVE",
+"-503 1878 OFFCURVE",
+"-503 2017 CURVE SMOOTH",
+"-503 2174 OFFCURVE",
+"-646 2278 OFFCURVE",
+"-923 2278 CURVE",
+"-932 2126 LINE",
+"-810 2126 OFFCURVE",
+"-715 2097 OFFCURVE",
+"-715 2023 CURVE SMOOTH",
+"-715 1954 OFFCURVE",
+"-774 1933 OFFCURVE",
+"-908 1925 CURVE",
+"-906 1709 LINE",
+"-711 1709 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-847, 1786}";
+},
+{
+name = _top;
+position = "{-847, 1786}";
+},
+{
+name = mkmktop;
+position = "{-847, 2405}";
+},
+{
+name = mkmktop_acc;
+position = "{-847, 2405}";
+},
+{
+name = parent_top;
+position = "{-760, 2030}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-682 1840 LINE",
+"-580 1854 OFFCURVE",
+"-476 1913 OFFCURVE",
+"-476 2034 CURVE SMOOTH",
+"-476 2203 OFFCURVE",
+"-668 2305 OFFCURVE",
+"-1035 2305 CURVE",
+"-1045 2105 LINE",
+"-935 2105 OFFCURVE",
+"-857 2087 OFFCURVE",
+"-857 2014 CURVE SMOOTH",
+"-857 1961 OFFCURVE",
+"-912 1933 OFFCURVE",
+"-1045 1928 CURVE",
+"-1018 1755 LINE",
+"-682 1755 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0309;
+},
+{
+color = (250,227,227,1);
+glyphname = circumflexnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-832, 1776}";
+},
+{
+name = mkmktop;
+position = "{-832, 2256}";
+},
+{
+name = parent_top;
+position = "{-832, 1920}";
+}
+);
+components = (
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -1471, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1776}";
+},
+{
+name = mkmktop;
+position = "{-792, 2256}";
+},
+{
+name = parent_top;
+position = "{-792, 1910}";
+}
+);
+components = (
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -1560, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{-792, 1912}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0302;
+},
+{
+color = (250,227,227,1);
+glyphname = caroncmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-803, 1774}";
+},
+{
+name = _top;
+position = "{-803, 1774}";
+},
+{
+name = mkmktop;
+position = "{-803, 2248}";
+},
+{
+name = parent_top;
+position = "{-811, 1918}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-895 1722 LINE",
+"-1235 2100 LINE",
+"-1235 2115 LINE",
+"-1012 2115 LINE",
+"-813 1885 LINE",
+"-612 2115 LINE",
+"-388 2115 LINE",
+"-388 2101 LINE",
+"-730 1722 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-803, 1774}";
+},
+{
+name = _top;
+position = "{-803, 1774}";
+},
+{
+name = mkmktop;
+position = "{-803, 2269}";
+},
+{
+name = parent_top;
+position = "{-792, 1910}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-923 1708 LINE",
+"-1354 2089 LINE",
+"-1354 2112 LINE",
+"-1012 2112 LINE",
+"-796 1925 LINE",
+"-579 2112 LINE",
+"-230 2112 LINE",
+"-230 2094 LINE",
+"-668 1708 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 030C;
+},
+{
+color = (250,227,227,1);
+glyphname = tildecomb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-780, 1728}";
+},
+{
+name = _top;
+position = "{-780, 1728}";
+},
+{
+name = mkmktop;
+position = "{-780, 2208}";
+},
+{
+name = parent_top;
+position = "{-780, 1892}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -1403, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{-780, 2192}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-808, 1728}";
+},
+{
+name = _top;
+position = "{-808, 1728}";
+},
+{
+name = mkmktop;
+position = "{-808, 2304}";
+},
+{
+name = parent_top;
+position = "{-808, 1924}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -1449, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{-808, 2432}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0303;
+userData = {
+com.typemytype.robofont.guideline.magnetic.0otPZ37BCs = 5;
+};
+},
+{
+color = (250,227,227,1);
+glyphname = dotnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1774}";
+},
+{
+name = mkmktop;
+position = "{-809, 2118}";
+},
+{
+name = parent_top;
+position = "{-807, 1878}";
+}
+);
+components = (
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, -1140, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1774}";
+},
+{
+name = mkmktop;
+position = "{-792, 2255}";
+},
+{
+name = parent_top;
+position = "{-792, 1871}";
+}
+);
+components = (
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, -1192, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0307;
+},
+{
+color = (250,227,227,1);
+glyphname = ringnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-806, 1774}";
+},
+{
+name = mkmktop;
+position = "{-806, 2338}";
+},
+{
+name = parent_top;
+position = "{-806, 1943}";
+}
+);
+components = (
+{
+name = ring;
+transform = "{1, 0, 0, 1, -1276, 64}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-791, 1541}";
+},
+{
+name = mkmktop;
+position = "{-791, 2160}";
+},
+{
+name = parent_top;
+position = "{-791, 1782}";
+}
+);
+components = (
+{
+name = ring;
+transform = "{1, 0, 0, 1, -1262, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 030A;
+},
+{
+color = (250,227,227,1);
+glyphname = hornnosp;
+lastChange = "2018-09-02 00:46:42 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-400 2144 LINE",
+"-400 1727 OFFCURVE",
+"-447 1591 OFFCURVE",
+"-534 1460 CURVE",
+"-378 1356 LINE",
+"-219 1491 OFFCURVE",
+"-128 1715 OFFCURVE",
+"-128 2144 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-521 2200 LINE",
+"-521 1786 OFFCURVE",
+"-549 1683 OFFCURVE",
+"-626 1493 CURVE",
+"-414 1383 LINE",
+"-195 1586 OFFCURVE",
+"-162 1749 OFFCURVE",
+"-162 2200 CURVE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 031B;
+},
+{
+color = (250,227,227,1);
+glyphname = ogoneknosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-781, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1023 -34 OFFCURVE",
+"-1132 -186 OFFCURVE",
+"-1132 -334 CURVE SMOOTH",
+"-1132 -509 OFFCURVE",
+"-1012 -601 OFFCURVE",
+"-861 -601 CURVE SMOOTH",
+"-749 -601 OFFCURVE",
+"-681 -568 OFFCURVE",
+"-635 -540 CURVE",
+"-653 -364 LINE",
+"-681 -378 OFFCURVE",
+"-730 -400 OFFCURVE",
+"-789 -400 CURVE SMOOTH",
+"-866 -400 OFFCURVE",
+"-894 -363 OFFCURVE",
+"-894 -303 CURVE SMOOTH",
+"-894 -184 OFFCURVE",
+"-778 -87 OFFCURVE",
+"-661 0 CURVE",
+"-760 83 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-781, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1034 -18 OFFCURVE",
+"-1126 -146 OFFCURVE",
+"-1126 -279 CURVE SMOOTH",
+"-1126 -472 OFFCURVE",
+"-980 -573 OFFCURVE",
+"-799 -573 CURVE SMOOTH",
+"-688 -573 OFFCURVE",
+"-616 -540 OFFCURVE",
+"-571 -513 CURVE",
+"-620 -282 LINE",
+"-644 -293 OFFCURVE",
+"-671 -307 OFFCURVE",
+"-719 -307 CURVE SMOOTH",
+"-782 -307 OFFCURVE",
+"-804 -270 OFFCURVE",
+"-804 -221 CURVE SMOOTH",
+"-804 -131 OFFCURVE",
+"-744 -74 OFFCURVE",
+"-601 0 CURVE",
+"-810 83 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0328;
+},
+{
+color = (250,227,227,1);
+glyphname = cedillanosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-844, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-976 -187 LINE",
+"-824 -199 OFFCURVE",
+"-759 -224 OFFCURVE",
+"-759 -314 CURVE SMOOTH",
+"-759 -407 OFFCURVE",
+"-853 -444 OFFCURVE",
+"-976 -444 CURVE",
+"-967 -598 LINE",
+"-690 -598 OFFCURVE",
+"-547 -481 OFFCURVE",
+"-547 -308 CURVE SMOOTH",
+"-547 -150 OFFCURVE",
+"-650 -88 OFFCURVE",
+"-754 -70 CURVE",
+"-737 0 LINE",
+"-932 0 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-837, 12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1048 -187 LINE",
+"-914 -195 OFFCURVE",
+"-859 -217 OFFCURVE",
+"-859 -287 CURVE SMOOTH",
+"-859 -363 OFFCURVE",
+"-914 -393 OFFCURVE",
+"-991 -393 CURVE",
+"-982 -649 LINE",
+"-652 -649 OFFCURVE",
+"-479 -513 OFFCURVE",
+"-479 -308 CURVE SMOOTH",
+"-479 -150 OFFCURVE",
+"-583 -88 OFFCURVE",
+"-685 -70 CURVE",
+"-670 14 LINE",
+"-1005 14 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0327;
+},
+{
+color = (250,227,227,1);
+glyphname = circumflexsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{-808, 0}";
+},
+{
+name = _bottomu;
+position = "{-809, 0}";
+},
+{
+name = _markbottom;
+position = "{-809, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-809, -558}";
+}
+);
+components = (
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -1448, -2304}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{-792, 0}";
+},
+{
+name = _bottomu;
+position = "{-792, 0}";
+},
+{
+name = _markbottom;
+position = "{-792, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-792, -520}";
+}
+);
+components = (
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -1560, -2304}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{-792, -404}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 032D;
+},
+{
+color = (250,227,227,1);
+glyphname = brevesubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{-809, 0}";
+},
+{
+name = _markbottom;
+position = "{-809, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-809, -502}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-615 -238 OFFCURVE",
+"-668 -331 OFFCURVE",
+"-807 -331 CURVE SMOOTH",
+"-949 -331 OFFCURVE",
+"-1001 -238 OFFCURVE",
+"-1001 -132 CURVE",
+"-1222 -132 LINE",
+"-1222 -349 OFFCURVE",
+"-1063 -502 OFFCURVE",
+"-807 -502 CURVE SMOOTH",
+"-551 -502 OFFCURVE",
+"-393 -349 OFFCURVE",
+"-393 -132 CURVE",
+"-615 -132 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{-792, 0}";
+},
+{
+name = _markbottom;
+position = "{-792, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-792, -539}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-602 -204 OFFCURVE",
+"-653 -287 OFFCURVE",
+"-793 -287 CURVE SMOOTH",
+"-935 -287 OFFCURVE",
+"-987 -204 OFFCURVE",
+"-987 -113 CURVE",
+"-1293 -113 LINE",
+"-1293 -362 OFFCURVE",
+"-1100 -535 OFFCURVE",
+"-793 -535 CURVE SMOOTH",
+"-488 -535 OFFCURVE",
+"-296 -362 OFFCURVE",
+"-296 -113 CURVE",
+"-602 -113 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 032E;
+},
+{
+color = (250,227,227,1);
+glyphname = dotbelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{-825, 0}";
+},
+{
+name = _bottomu;
+position = "{-825, 0}";
+},
+{
+name = _markbottom;
+position = "{-825, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-825, -495}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-991 -425 OFFCURVE",
+"-938 -491 OFFCURVE",
+"-833 -491 CURVE SMOOTH",
+"-729 -491 OFFCURVE",
+"-674 -425 OFFCURVE",
+"-674 -341 CURVE SMOOTH",
+"-674 -256 OFFCURVE",
+"-729 -188 OFFCURVE",
+"-833 -188 CURVE SMOOTH",
+"-938 -188 OFFCURVE",
+"-991 -256 OFFCURVE",
+"-991 -341 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{-824, 0}";
+},
+{
+name = _bottomu;
+position = "{-824, 0}";
+},
+{
+name = _markbottom;
+position = "{-824, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-825, -523}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1068 -432 OFFCURVE",
+"-968 -520 OFFCURVE",
+"-824 -520 CURVE SMOOTH",
+"-676 -520 OFFCURVE",
+"-576 -432 OFFCURVE",
+"-576 -316 CURVE SMOOTH",
+"-576 -200 OFFCURVE",
+"-676 -112 OFFCURVE",
+"-824 -112 CURVE SMOOTH",
+"-968 -112 OFFCURVE",
+"-1068 -200 OFFCURVE",
+"-1068 -316 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0323;
+},
+{
+color = (250,227,227,1);
+glyphname = commabelowcmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-770, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-770, -762}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-880 -201 LINE",
+"-880 -314 LINE SMOOTH",
+"-880 -441 OFFCURVE",
+"-914 -551 OFFCURVE",
+"-983 -657 CURVE",
+"-828 -762 LINE",
+"-686 -648 OFFCURVE",
+"-619 -455 OFFCURVE",
+"-619 -309 CURVE SMOOTH",
+"-619 -201 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-770, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-770, -758}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-890 -194 LINE",
+"-890 -309 LINE SMOOTH",
+"-890 -468 OFFCURVE",
+"-934 -560 OFFCURVE",
+"-994 -653 CURVE",
+"-782 -758 LINE",
+"-678 -648 OFFCURVE",
+"-586 -459 OFFCURVE",
+"-586 -285 CURVE SMOOTH",
+"-586 -194 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0326;
+},
+{
+color = (250,227,227,1);
+glyphname = dotdblsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{-939, 0}";
+},
+{
+name = _markbottom;
+position = "{-939, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-939, -494}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1393 -425 OFFCURVE",
+"-1339 -491 OFFCURVE",
+"-1235 -491 CURVE SMOOTH",
+"-1130 -491 OFFCURVE",
+"-1075 -425 OFFCURVE",
+"-1075 -341 CURVE SMOOTH",
+"-1075 -256 OFFCURVE",
+"-1130 -188 OFFCURVE",
+"-1235 -188 CURVE SMOOTH",
+"-1339 -188 OFFCURVE",
+"-1393 -256 OFFCURVE",
+"-1393 -341 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-803 -428 OFFCURVE",
+"-749 -494 OFFCURVE",
+"-645 -494 CURVE SMOOTH",
+"-540 -494 OFFCURVE",
+"-485 -428 OFFCURVE",
+"-485 -344 CURVE SMOOTH",
+"-485 -259 OFFCURVE",
+"-540 -191 OFFCURVE",
+"-645 -191 CURVE SMOOTH",
+"-749 -191 OFFCURVE",
+"-803 -259 OFFCURVE",
+"-803 -344 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{-866, 0}";
+},
+{
+name = _markbottom;
+position = "{-866, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-866, -499}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1423 -419 OFFCURVE",
+"-1334 -499 OFFCURVE",
+"-1221 -499 CURVE SMOOTH",
+"-1108 -499 OFFCURVE",
+"-1019 -419 OFFCURVE",
+"-1019 -316 CURVE SMOOTH",
+"-1019 -213 OFFCURVE",
+"-1108 -133 OFFCURVE",
+"-1221 -133 CURVE SMOOTH",
+"-1334 -133 OFFCURVE",
+"-1423 -213 OFFCURVE",
+"-1423 -316 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-723 -419 OFFCURVE",
+"-634 -499 OFFCURVE",
+"-521 -499 CURVE SMOOTH",
+"-408 -499 OFFCURVE",
+"-319 -419 OFFCURVE",
+"-319 -316 CURVE SMOOTH",
+"-319 -213 OFFCURVE",
+"-408 -133 OFFCURVE",
+"-521 -133 CURVE SMOOTH",
+"-634 -133 OFFCURVE",
+"-723 -213 OFFCURVE",
+"-723 -316 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0324;
+},
+{
+color = (250,227,227,1);
+glyphname = ringsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-803, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-803, -633}";
+}
+);
+components = (
+{
+name = ring;
+transform = "{1, 0, 0, 1, -1275, -2296}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-803, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-803, -674}";
+}
+);
+components = (
+{
+name = ring;
+transform = "{1, 0, 0, 1, -1264, -2178}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0325;
+},
+{
+color = (250,227,227,1);
+glyphname = underscorenosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-809, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-809, -418}";
+}
+);
+components = (
+{
+name = underscore;
+transform = "{1, 0, 0, 1, -1451, -198}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-793, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-793, -554}";
+}
+);
+components = (
+{
+name = underscore;
+transform = "{1, 0, 0, 1, -1415, -209}";
+}
+);
+guideLines = (
+{
+position = "{0, -209}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0332;
+},
+{
+color = (250,227,227,1);
+glyphname = tildesubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{-864, 0}";
+},
+{
+name = _markbottom;
+position = "{-864, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-864, -596}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -1488, -2228}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{-864, -996}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{-836, 0}";
+},
+{
+name = _markbottom;
+position = "{-836, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-836, -560}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -1477, -2283}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{-836, -1088}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0330;
+userData = {
+com.typemytype.robofont.guideline.magnetic.ye6wA0pdes = 5;
+};
+},
+{
+color = (237,229,250,1);
+glyphname = enquad;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1536;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 2000;
+userData = {
+interface.gridadjust.original = "{'width': 1436, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = emquad;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3072;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3104;
+}
+);
+unicode = 2001;
+userData = {
+interface.gridadjust.original = "{'width': 2872, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = enspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1408;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1536;
+}
+);
+unicode = 2002;
+userData = {
+interface.gridadjust.original = "{'width': 1436, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = emspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2816;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3072;
+}
+);
+unicode = 2003;
+userData = {
+interface.gridadjust.original = "{'width': 2872, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = thirdemspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 940;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1024;
+}
+);
+unicode = 2004;
+userData = {
+interface.gridadjust.original = "{'width': 958, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = quarteremspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 704;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 768;
+}
+);
+unicode = 2005;
+userData = {
+interface.gridadjust.original = "{'width': 718, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = sixthemspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 468;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 512;
+}
+);
+unicode = 2006;
+userData = {
+interface.gridadjust.original = "{'width': 479, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = figurespace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1688;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1792;
+}
+);
+note = "\012space equal to tabular width of a font this is equivalent to the digit width of fonts with fixed-width digits\012";
+unicode = 2007;
+userData = {
+interface.gridadjust.original = "{'width': 1583, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = punctuationspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 784;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1024;
+}
+);
+leftKerningGroup = colon.case;
+note = "\012As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity: &puncsp;\012";
+rightKerningGroup = colon.case;
+unicode = 2008;
+userData = {
+interface.gridadjust.original = "{'width': 770.0, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = thinspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 564;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 768;
+}
+);
+note = "\012One-fifth (sometimes one-sixth) of an em wide. Recommended for use as a thousands separator for measures made with SI units. Unlike U+2002 to U+2008, its width may get adjusted in typesetting.\012";
+unicode = 2009;
+userData = {
+interface.gridadjust.original = "{'width': 575, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (237,229,250,1);
+glyphname = hairspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 512;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 512;
+}
+);
+unicode = 200A;
+userData = {
+interface.gridadjust.original = "{'width': 287, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = zerowidthspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 200B;
+},
+{
+color = (204,240,242,1);
+glyphname = arrowleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{272, 896}";
+},
+{
+angle = 90;
+position = "{668, 1008}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2440 1008 LINE",
+"804 1008 LINE",
+"804 1024 LINE",
+"1420 1640 LINE",
+"1268 1792 LINE",
+"372 896 LINE",
+"1268 0 LINE",
+"1420 152 LINE",
+"804 768 LINE",
+"804 784 LINE",
+"2440 784 LINE"
+);
+}
+);
+width = 2832;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{904, 832}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2320 1008 LINE",
+"920 1008 LINE",
+"920 1024 LINE",
+"1376 1480 LINE",
+"1140 1716 LINE",
+"256 832 LINE",
+"1140 -52 LINE",
+"1376 184 LINE",
+"920 640 LINE",
+"920 656 LINE",
+"2320 656 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 2190;
+userData = {
+com.typemytype.robofont.guideline.magnetic.4QFCbwcLmN = 5;
+com.typemytype.robofont.guideline.magnetic.mZHkBp2yfW = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowleft.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowleft;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2832;
+},
+{
+components = (
+{
+name = arrowleft;
+transform = "{1, 0, 0, 1, 0, 192}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowleftlong;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{272, 896}";
+},
+{
+angle = 90;
+position = "{668, 1008}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"3464 1008 LINE",
+"804 1008 LINE",
+"804 1024 LINE",
+"1420 1640 LINE",
+"1268 1792 LINE",
+"372 896 LINE",
+"1268 0 LINE",
+"1420 152 LINE",
+"804 768 LINE",
+"804 784 LINE",
+"3464 784 LINE"
+);
+}
+);
+width = 3856;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{904, 832}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"3600 1008 LINE",
+"920 1008 LINE",
+"920 1024 LINE",
+"1376 1480 LINE",
+"1140 1716 LINE",
+"256 832 LINE",
+"1140 -52 LINE",
+"1376 184 LINE",
+"920 640 LINE",
+"920 656 LINE",
+"3600 656 LINE"
+);
+}
+);
+width = 3872;
+}
+);
+unicode = 27F5;
+userData = {
+com.typemytype.robofont.guideline.magnetic.9pXecG43V3 = 5;
+com.typemytype.robofont.guideline.magnetic.x2erzbHBk9 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowleftlong.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowleftlong;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+guideLines = (
+{
+position = "{272, 896}";
+},
+{
+angle = 90;
+position = "{668, 1008}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3856;
+},
+{
+components = (
+{
+name = arrowleftlong;
+transform = "{1, 0, 0, 1, 0, 192}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{904, 832}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3872;
+}
+);
+userData = {
+com.typemytype.robofont.guideline.magnetic.I1jGOeaIne = 5;
+com.typemytype.robofont.guideline.magnetic.j1R7bzZtA3 = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1400 0 LINE",
+"1400 1636 LINE",
+"1416 1636 LINE",
+"2032 1024 LINE",
+"2184 1172 LINE",
+"1288 2068 LINE",
+"392 1172 LINE",
+"548 1024 LINE",
+"1160 1636 LINE",
+"1176 1636 LINE",
+"1176 0 LINE"
+);
+}
+);
+width = 2576;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1280, 452}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1472 0 LINE",
+"1472 1400 LINE",
+"1488 1400 LINE",
+"1944 944 LINE",
+"2180 1180 LINE",
+"1296 2064 LINE",
+"412 1180 LINE",
+"648 944 LINE",
+"1104 1400 LINE",
+"1120 1400 LINE",
+"1120 0 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 2191;
+userData = {
+interface.gridadjust.original = "{'width': 1800, 'leftMargin': 296, 'rightMargin': 304}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowleft;
+transform = "{-1, 0, 0, -1, 2816, 1792}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2832;
+},
+{
+components = (
+{
+name = arrowleft;
+transform = "{-1, 0, 0, -1, 2560, 1664}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2192;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowright.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowright;
+transform = "{1, 0, 0, 1, 0, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2832;
+},
+{
+components = (
+{
+name = arrowright;
+transform = "{1, 0, 0, 1, 0, 192}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowrightlong;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowleftlong;
+transform = "{-1, 0, 0, 1, 3840, 0}";
+}
+);
+guideLines = (
+{
+position = "{272, 896}";
+},
+{
+angle = 90;
+position = "{668, 1008}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3856;
+},
+{
+components = (
+{
+name = arrowleftlong;
+transform = "{-1, 0, 0, 1, 3840, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{904, 832}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3872;
+}
+);
+unicode = 27F6;
+userData = {
+com.typemytype.robofont.guideline.magnetic.QF0e1f3cD6 = 5;
+com.typemytype.robofont.guideline.magnetic.SyiYVwO6az = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowrightlong.case;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowleftlong;
+transform = "{-1, 0, 0, 1, 3840, 128}";
+}
+);
+guideLines = (
+{
+position = "{272, 896}";
+},
+{
+angle = 90;
+position = "{668, 1008}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3856;
+},
+{
+components = (
+{
+name = arrowleftlong;
+transform = "{-1, 0, 0, 1, 3840, 192}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{904, 832}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3872;
+}
+);
+userData = {
+com.typemytype.robofont.guideline.magnetic.M9uYIqojlc = 5;
+com.typemytype.robofont.guideline.magnetic.MLXbi8JRvP = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowdown;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowup;
+transform = "{1, 0, 0, -1, 0, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2576;
+},
+{
+components = (
+{
+name = arrowup;
+transform = "{1, 0, 0, -1, 0, 2048}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2193;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowNW;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2060 664 LINE",
+"904 1820 LINE",
+"916 1832 LINE",
+"1788 1832 LINE",
+"1788 2048 LINE",
+"520 2048 LINE",
+"520 780 LINE",
+"736 780 LINE",
+"736 1652 LINE",
+"748 1664 LINE",
+"1904 508 LINE"
+);
+}
+);
+width = 2576;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1280, 452}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2112 712 LINE",
+"1124 1700 LINE",
+"1136 1712 LINE",
+"1780 1712 LINE",
+"1780 2048 LINE",
+"528 2048 LINE",
+"528 796 LINE",
+"864 796 LINE",
+"864 1440 LINE",
+"876 1452 LINE",
+"1864 464 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 2196;
+},
+{
+color = (204,240,242,1);
+glyphname = arrowNE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowNW;
+transform = "{-1, 0, 0, 1, 2560, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2576;
+},
+{
+components = (
+{
+name = arrowNW;
+transform = "{-1, 0, 0, 1, 2560, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1280, 452}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2197;
+},
+{
+color = (204,240,242,1);
+glyphname = arrowSE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowNW;
+transform = "{-1, 0, 0, -1, 2560, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2576;
+},
+{
+components = (
+{
+name = arrowNW;
+transform = "{-1, 0, 0, -1, 2560, 2048}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1280, 452}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2198;
+},
+{
+color = (204,240,242,1);
+glyphname = arrowSW;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = arrowNW;
+transform = "{1, 0, 0, -1, 0, 2048}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2576;
+},
+{
+components = (
+{
+name = arrowNW;
+transform = "{1, 0, 0, -1, 0, 2048}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1280, 452}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2199;
+},
+{
+glyphname = dngb_check;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2108 1680 LINE",
+"940 520 LINE",
+"376 1076 LINE",
+"216 916 LINE",
+"940 196 LINE",
+"2268 1516 LINE"
+);
+}
+);
+width = 2484;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2132 1764 LINE",
+"1008 648 LINE",
+"484 1168 LINE",
+"220 900 LINE",
+"1008 116 LINE",
+"2400 1500 LINE"
+);
+}
+);
+width = 2620;
+}
+);
+unicode = 2713;
+},
+{
+glyphname = dngb_ballotx;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{1012, 196}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1588 1416 LINE",
+"1436 1572 LINE",
+"236 352 LINE",
+"388 196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1572 352 LINE",
+"372 1572 LINE",
+"220 1416 LINE",
+"1420 196 LINE"
+);
+}
+);
+width = 1808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1644 1308 LINE",
+"1388 1560 LINE",
+"220 372 LINE",
+"476 120 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1644 372 LINE",
+"476 1560 LINE",
+"220 1308 LINE",
+"1388 120 LINE"
+);
+}
+);
+width = 1864;
+}
+);
+unicode = 2717;
+userData = {
+com.typemytype.robofont.guideline.magnetic.LiTne3OvfB = 5;
+};
+},
+{
+color = (204,240,242,1);
+glyphname = triagrt;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2440 1024 LINE",
+"264 2304 LINE",
+"264 -256 LINE"
+);
+}
+);
+width = 2576;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2448 1024 LINE",
+"272 2304 LINE",
+"272 -256 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 25BA;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = triagdn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1420 -128 LINE",
+"2700 2048 LINE",
+"140 2048 LINE"
+);
+}
+);
+width = 2840;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1424 -128 LINE",
+"2704 2048 LINE",
+"144 2048 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 25BC;
+},
+{
+color = (204,240,242,1);
+glyphname = triagup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2700 0 LINE",
+"1420 2176 LINE",
+"140 0 LINE"
+);
+}
+);
+width = 2840;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2704 0 LINE",
+"1424 2176 LINE",
+"144 0 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 25B2;
+},
+{
+color = (204,240,242,1);
+glyphname = blackleftpointingtriangle;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2312 2304 LINE",
+"136 1024 LINE",
+"2312 -256 LINE"
+);
+}
+);
+width = 2576;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2320 2304 LINE",
+"144 1024 LINE",
+"2320 -256 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 25C0;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = uni2009.fra;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 512;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 544;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 352.0, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (250,227,227,1);
+glyphname = overscoredblnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 2013}";
+},
+{
+name = mkmktop;
+position = "{-807, 2797}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1442 2259 LINE",
+"-1442 2039 LINE",
+"-172 2039 LINE",
+"-172 2259 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1444 2611 LINE",
+"-1444 2391 LINE",
+"-173 2391 LINE",
+"-173 2611 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 2035}";
+},
+{
+name = mkmktop;
+position = "{-809, 2856}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1416 2283 LINE",
+"-1416 2075 LINE",
+"-171 2075 LINE",
+"-171 2283 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1416 2690 LINE",
+"-1416 2482 LINE",
+"-171 2482 LINE",
+"-171 2690 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 033F;
+},
+{
+color = (227,245,235,1);
+glyphname = uni215A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 52, 912}";
+},
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, 1412, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 624, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2544;
+},
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 128, 912}";
+},
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, 1364, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 656, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 215A;
+userData = {
+interface.gridadjust.original = "{'width': 2552.0, 'leftMargin': 115, 'rightMargin': 254.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni215F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -20, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 404, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -28, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 412, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 215F;
+userData = {
+interface.gridadjust.original = "{'width': 1772, 'leftMargin': 185, 'rightMargin': 120}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = crossbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _cross;
+position = "{632, 992}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"196 1096 LINE",
+"196 912 LINE",
+"1076 912 LINE",
+"1076 1096 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _cross;
+position = "{648, 1020}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"160 1160 LINE",
+"160 896 LINE",
+"1152 896 LINE",
+"1152 1160 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = acutedotcomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-810, 2663}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-740 1705 LINE",
+"-360 2112 LINE",
+"-692 2112 LINE",
+"-958 1705 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-967 2288 OFFCURVE",
+"-913 2222 OFFCURVE",
+"-809 2222 CURVE SMOOTH",
+"-704 2222 OFFCURVE",
+"-649 2288 OFFCURVE",
+"-649 2372 CURVE SMOOTH",
+"-649 2457 OFFCURVE",
+"-704 2525 OFFCURVE",
+"-809 2525 CURVE SMOOTH",
+"-913 2525 OFFCURVE",
+"-967 2457 OFFCURVE",
+"-967 2372 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-749, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-749, 2816}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-594 1680 LINE",
+"-212 2112 LINE",
+"-683 2112 LINE",
+"-954 1680 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-971 2332 OFFCURVE",
+"-883 2248 OFFCURVE",
+"-751 2248 CURVE SMOOTH",
+"-619 2248 OFFCURVE",
+"-531 2332 OFFCURVE",
+"-531 2449 CURVE SMOOTH",
+"-531 2567 OFFCURVE",
+"-619 2651 OFFCURVE",
+"-751 2651 CURVE SMOOTH",
+"-883 2651 OFFCURVE",
+"-971 2567 OFFCURVE",
+"-971 2449 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = tildedieresiscomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1770}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2607}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1258 2230 OFFCURVE",
+"-1205 2164 OFFCURVE",
+"-1100 2164 CURVE SMOOTH",
+"-996 2164 OFFCURVE",
+"-941 2230 OFFCURVE",
+"-941 2314 CURVE SMOOTH",
+"-941 2399 OFFCURVE",
+"-996 2467 OFFCURVE",
+"-1100 2467 CURVE SMOOTH",
+"-1205 2467 OFFCURVE",
+"-1258 2399 OFFCURVE",
+"-1258 2314 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-668 2228 OFFCURVE",
+"-615 2162 OFFCURVE",
+"-510 2162 CURVE SMOOTH",
+"-406 2162 OFFCURVE",
+"-351 2228 OFFCURVE",
+"-351 2311 CURVE SMOOTH",
+"-351 2397 OFFCURVE",
+"-406 2464 OFFCURVE",
+"-510 2464 CURVE SMOOTH",
+"-615 2464 OFFCURVE",
+"-668 2397 OFFCURVE",
+"-668 2311 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-498 1999 OFFCURVE",
+"-557 1932 OFFCURVE",
+"-633 1932 CURVE SMOOTH",
+"-777 1932 OFFCURVE",
+"-846 2060 OFFCURVE",
+"-998 2060 CURVE SMOOTH",
+"-1169 2060 OFFCURVE",
+"-1299 1917 OFFCURVE",
+"-1299 1712 CURVE",
+"-1118 1702 LINE",
+"-1118 1786 OFFCURVE",
+"-1060 1854 OFFCURVE",
+"-985 1854 CURVE SMOOTH",
+"-833 1854 OFFCURVE",
+"-804 1727 OFFCURVE",
+"-619 1727 CURVE SMOOTH",
+"-450 1727 OFFCURVE",
+"-316 1860 OFFCURVE",
+"-316 2067 CURVE",
+"-498 2085 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1781}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2745}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1346 2305 OFFCURVE",
+"-1257 2225 OFFCURVE",
+"-1144 2225 CURVE SMOOTH",
+"-1031 2225 OFFCURVE",
+"-942 2305 OFFCURVE",
+"-942 2408 CURVE SMOOTH",
+"-942 2511 OFFCURVE",
+"-1031 2591 OFFCURVE",
+"-1144 2591 CURVE SMOOTH",
+"-1257 2591 OFFCURVE",
+"-1346 2511 OFFCURVE",
+"-1346 2408 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-646 2305 OFFCURVE",
+"-557 2225 OFFCURVE",
+"-444 2225 CURVE SMOOTH",
+"-331 2225 OFFCURVE",
+"-242 2305 OFFCURVE",
+"-242 2408 CURVE SMOOTH",
+"-242 2511 OFFCURVE",
+"-331 2591 OFFCURVE",
+"-444 2591 CURVE SMOOTH",
+"-557 2591 OFFCURVE",
+"-646 2511 OFFCURVE",
+"-646 2408 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-513 2038 OFFCURVE",
+"-564 1998 OFFCURVE",
+"-624 1998 CURVE SMOOTH",
+"-759 1998 OFFCURVE",
+"-861 2112 OFFCURVE",
+"-1005 2112 CURVE SMOOTH",
+"-1189 2112 OFFCURVE",
+"-1320 1932 OFFCURVE",
+"-1320 1737 CURVE",
+"-1071 1723 LINE",
+"-1071 1807 OFFCURVE",
+"-1023 1847 OFFCURVE",
+"-963 1847 CURVE SMOOTH",
+"-821 1847 OFFCURVE",
+"-754 1731 OFFCURVE",
+"-582 1731 CURVE SMOOTH",
+"-396 1731 OFFCURVE",
+"-265 1906 OFFCURVE",
+"-265 2107 CURVE",
+"-513 2122 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (240,240,240,1);
+glyphname = underscoredbl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-4 -352 LINE",
+"-4 -572 LINE",
+"1276 -572 LINE",
+"1276 -352 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-4 0 LINE",
+"-4 -220 LINE",
+"1276 -220 LINE",
+"1276 0 LINE"
+);
+}
+);
+width = 1272;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"32 -368 LINE",
+"32 -572 LINE",
+"1280 -572 LINE",
+"1280 -368 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"32 0 LINE",
+"32 -208 LINE",
+"1280 -208 LINE",
+"1280 0 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2017;
+userData = {
+interface.gridadjust.original = "{'width': 1286, 'leftMargin': 8, 'rightMargin': 7}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2151;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 84, 912}";
+},
+{
+name = nine.sup;
+transform = "{1, 0, 0, 1, 1360, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 508, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2544;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -8, 912}";
+},
+{
+name = nine.sup;
+transform = "{1, 0, 0, 1, 1164, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 428, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 2151;
+userData = {
+interface.gridadjust.original = "{'width': 2471, 'leftMargin': 185, 'rightMargin': 262}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2150;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 4, 912}";
+},
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 1420, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 428, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2544;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 60, 912}";
+},
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 1352, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 496, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2150;
+userData = {
+interface.gridadjust.original = "{'width': 2522, 'leftMargin': 185, 'rightMargin': 154}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2152;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 28, 912}";
+},
+{
+name = zero.sup;
+transform = "{1, 0, 0, 1, 1920, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 452, 0}";
+},
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 1184, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3056;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 4, 912}";
+},
+{
+name = zero.sup;
+transform = "{1, 0, 0, 1, 1916, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 444, 0}";
+},
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 1144, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3104;
+}
+);
+unicode = 2152;
+userData = {
+interface.gridadjust.original = "{'width': 3158, 'leftMargin': 185, 'rightMargin': 320}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2155;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -40, 912}";
+},
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 1208, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 384, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 76, 912}";
+},
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 1340, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 512, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2155;
+userData = {
+interface.gridadjust.original = "{'width': 2431.0, 'leftMargin': 185, 'rightMargin': 227.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romanone;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = I;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+components = (
+{
+name = I;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 2160;
+userData = {
+interface.gridadjust.original = "{'width': 773, 'leftMargin': 256, 'rightMargin': 261}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2157;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 56, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 544, 0}";
+},
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 1452, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2544;
+},
+{
+components = (
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 52, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 664, 0}";
+},
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 1496, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2157;
+userData = {
+interface.gridadjust.original = "{'width': 2624, 'leftMargin': 145, 'rightMargin': 227}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2156;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = two.sup;
+transform = "{1, 0, 0, 1, 136, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 800, 0}";
+},
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 1624, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2800;
+},
+{
+components = (
+{
+name = two.sup;
+transform = "{1, 0, 0, 1, 24, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 680, 0}";
+},
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 1512, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2156;
+userData = {
+interface.gridadjust.original = "{'width': 2712, 'leftMargin': 144, 'rightMargin': 227}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = estimated;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1252 156 OFFCURVE",
+"1080 104 OFFCURVE",
+"908 104 CURVE SMOOTH",
+"764 104 OFFCURVE",
+"632 164 OFFCURVE",
+"532 256 CURVE",
+"532 708 LINE",
+"1588 708 LINE",
+"1588 756 OFFCURVE",
+"1588 768 OFFCURVE",
+"1588 772 CURVE SMOOTH",
+"1588 1200 OFFCURVE",
+"1284 1516 OFFCURVE",
+"908 1516 CURVE SMOOTH",
+"548 1516 OFFCURVE",
+"188 1168 OFFCURVE",
+"188 744 CURVE SMOOTH",
+"188 320 OFFCURVE",
+"508 -28 OFFCURVE",
+"908 -28 CURVE SMOOTH",
+"1088 -28 OFFCURVE",
+"1264 32 OFFCURVE",
+"1416 128 CURVE",
+"1416 272 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1048 1388 OFFCURVE",
+"1180 1328 OFFCURVE",
+"1276 1232 CURVE",
+"1276 836 LINE",
+"532 836 LINE",
+"532 1220 LINE",
+"636 1320 OFFCURVE",
+"772 1388 OFFCURVE",
+"908 1388 CURVE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1276 156 OFFCURVE",
+"1104 104 OFFCURVE",
+"932 104 CURVE SMOOTH",
+"792 104 OFFCURVE",
+"660 164 OFFCURVE",
+"556 256 CURVE",
+"556 708 LINE",
+"1612 708 LINE",
+"1612 756 OFFCURVE",
+"1612 768 OFFCURVE",
+"1612 772 CURVE SMOOTH",
+"1612 1200 OFFCURVE",
+"1308 1516 OFFCURVE",
+"932 1516 CURVE SMOOTH",
+"572 1516 OFFCURVE",
+"212 1168 OFFCURVE",
+"212 744 CURVE SMOOTH",
+"212 320 OFFCURVE",
+"536 -28 OFFCURVE",
+"932 -28 CURVE SMOOTH",
+"1112 -28 OFFCURVE",
+"1288 32 OFFCURVE",
+"1440 128 CURVE",
+"1440 272 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 1388 OFFCURVE",
+"1204 1328 OFFCURVE",
+"1300 1232 CURVE",
+"1300 836 LINE",
+"556 836 LINE",
+"556 1220 LINE",
+"664 1320 OFFCURVE",
+"796 1388 OFFCURVE",
+"932 1388 CURVE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 212E;
+userData = {
+interface.gridadjust.original = "{'width': 1794, 'leftMargin': 210, 'rightMargin': 182}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = degreecentigrade;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = degree;
+transform = "{1, 0, 0, 1, -16, 0}";
+},
+{
+name = C;
+transform = "{1, 0, 0, 1, 1072, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3120;
+},
+{
+components = (
+{
+name = degree;
+transform = "{1, 0, 0, 1, -12, 0}";
+},
+{
+name = C;
+transform = "{1, 0, 0, 1, 848, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2844;
+}
+);
+unicode = 2103;
+userData = {
+interface.gridadjust.original = "{'width': 2483, 'leftMargin': 55, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = dieresisacutecomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2668}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1258 1796 OFFCURVE",
+"-1205 1730 OFFCURVE",
+"-1100 1730 CURVE SMOOTH",
+"-996 1730 OFFCURVE",
+"-941 1796 OFFCURVE",
+"-941 1880 CURVE SMOOTH",
+"-941 1965 OFFCURVE",
+"-996 2032 OFFCURVE",
+"-1100 2032 CURVE SMOOTH",
+"-1205 2032 OFFCURVE",
+"-1258 1965 OFFCURVE",
+"-1258 1880 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-668 1793 OFFCURVE",
+"-615 1727 OFFCURVE",
+"-510 1727 CURVE SMOOTH",
+"-406 1727 OFFCURVE",
+"-351 1793 OFFCURVE",
+"-351 1877 CURVE SMOOTH",
+"-351 1962 OFFCURVE",
+"-406 2030 OFFCURVE",
+"-510 2030 CURVE SMOOTH",
+"-615 2030 OFFCURVE",
+"-668 1962 OFFCURVE",
+"-668 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-740 2104 LINE",
+"-360 2511 LINE",
+"-692 2511 LINE",
+"-958 2104 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2736}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1346 1774 OFFCURVE",
+"-1257 1694 OFFCURVE",
+"-1144 1694 CURVE SMOOTH",
+"-1031 1694 OFFCURVE",
+"-942 1774 OFFCURVE",
+"-942 1877 CURVE SMOOTH",
+"-942 1980 OFFCURVE",
+"-1031 2060 OFFCURVE",
+"-1144 2060 CURVE SMOOTH",
+"-1257 2060 OFFCURVE",
+"-1346 1980 OFFCURVE",
+"-1346 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-646 1774 OFFCURVE",
+"-557 1694 OFFCURVE",
+"-444 1694 CURVE SMOOTH",
+"-331 1694 OFFCURVE",
+"-242 1774 OFFCURVE",
+"-242 1877 CURVE SMOOTH",
+"-242 1980 OFFCURVE",
+"-331 2060 OFFCURVE",
+"-444 2060 CURVE SMOOTH",
+"-557 2060 OFFCURVE",
+"-646 1980 OFFCURVE",
+"-646 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-637 2120 LINE",
+"-254 2552 LINE",
+"-726 2552 LINE",
+"-997 2120 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = carondotcomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-810, 2643}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1242 2115 LINE",
+"-1242 2101 LINE",
+"-892 1722 LINE",
+"-727 1722 LINE",
+"-373 2101 LINE",
+"-373 2115 LINE",
+"-609 2115 LINE",
+"-810 1887 LINE",
+"-1011 2115 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-967 2267 OFFCURVE",
+"-913 2201 OFFCURVE",
+"-809 2201 CURVE SMOOTH",
+"-704 2201 OFFCURVE",
+"-649 2267 OFFCURVE",
+"-649 2351 CURVE SMOOTH",
+"-649 2437 OFFCURVE",
+"-704 2504 OFFCURVE",
+"-809 2504 CURVE SMOOTH",
+"-913 2504 OFFCURVE",
+"-967 2437 OFFCURVE",
+"-967 2351 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2789}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1374 2113 LINE",
+"-1374 2101 LINE",
+"-934 1709 LINE",
+"-650 1709 LINE",
+"-213 2098 LINE",
+"-213 2113 LINE",
+"-590 2113 LINE",
+"-792 1929 LINE",
+"-994 2113 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1013 2305 OFFCURVE",
+"-925 2221 OFFCURVE",
+"-793 2221 CURVE SMOOTH",
+"-661 2221 OFFCURVE",
+"-573 2305 OFFCURVE",
+"-573 2421 CURVE SMOOTH",
+"-573 2540 OFFCURVE",
+"-661 2624 OFFCURVE",
+"-793 2624 CURVE SMOOTH",
+"-925 2624 OFFCURVE",
+"-1013 2540 OFFCURVE",
+"-1013 2421 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = aturn_uni02DE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = aturn;
+transform = "{1, 0, 0, 1, 68, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1564, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2320;
+},
+{
+components = (
+{
+alignment = -1;
+name = aturn;
+transform = "{1, 0, 0, 1, 84, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1440, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 2060, 'leftMargin': 149, 'rightMargin': 41}";
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FFD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{616, 2000}";
+},
+{
+name = _top;
+position = "{232, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"308 2028 LINE",
+"600 2028 LINE",
+"600 2000 LINE",
+"284 1560 LINE",
+"156 1560 LINE",
+"156 1584 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{584, 2000}";
+},
+{
+name = _top;
+position = "{236, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"332 2028 LINE",
+"620 2028 LINE",
+"620 2000 LINE",
+"304 1560 LINE",
+"180 1560 LINE",
+"180 1600 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 1FFD;
+userData = {
+interface.gridadjust.original = "{'width': 707, 'leftMargin': 142, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FFE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{616, 2000}";
+},
+{
+name = _top;
+position = "{376, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"196 1784 OFFCURVE",
+"288 1648 OFFCURVE",
+"448 1560 CURVE",
+"556 1644 LINE",
+"480 1728 OFFCURVE",
+"444 1820 OFFCURVE",
+"444 1952 CURVE SMOOTH",
+"444 2056 LINE",
+"196 2056 LINE",
+"196 1944 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{612, 2000}";
+},
+{
+name = _top;
+position = "{452, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"232 1748 OFFCURVE",
+"328 1620 OFFCURVE",
+"452 1560 CURVE",
+"568 1692 LINE",
+"492 1744 OFFCURVE",
+"464 1824 OFFCURVE",
+"464 1928 CURVE SMOOTH",
+"464 2056 LINE",
+"232 2056 LINE",
+"232 1920 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 1FFE;
+userData = {
+interface.gridadjust.original = "{'width': 718, 'leftMargin': 131, 'rightMargin': 228}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = oopen;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{724, 0}";
+},
+{
+name = rhotichook;
+position = "{1208, 900}";
+},
+{
+name = top;
+position = "{724, 1776}";
+},
+{
+name = top0315;
+position = "{1520, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 212 OFFCURVE",
+"408 -28 OFFCURVE",
+"724 -28 CURVE SMOOTH",
+"1180 -28 OFFCURVE",
+"1392 320 OFFCURVE",
+"1392 716 CURVE SMOOTH",
+"1392 772 LINE SMOOTH",
+"1392 1168 OFFCURVE",
+"1180 1516 OFFCURVE",
+"724 1516 CURVE SMOOTH",
+"372 1516 OFFCURVE",
+"144 1276 OFFCURVE",
+"128 976 CURVE",
+"388 976 LINE",
+"404 1148 OFFCURVE",
+"524 1296 OFFCURVE",
+"724 1296 CURVE SMOOTH",
+"1032 1296 OFFCURVE",
+"1120 1024 OFFCURVE",
+"1120 772 CURVE SMOOTH",
+"1120 716 LINE SMOOTH",
+"1120 464 OFFCURVE",
+"1036 192 OFFCURVE",
+"724 192 CURVE SMOOTH",
+"548 192 OFFCURVE",
+"404 316 OFFCURVE",
+"388 472 CURVE",
+"128 472 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{752, 0}";
+},
+{
+name = rhotichook;
+position = "{1240, 900}";
+},
+{
+name = top;
+position = "{752, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 196 OFFCURVE",
+"396 -28 OFFCURVE",
+"748 -28 CURVE SMOOTH",
+"1212 -28 OFFCURVE",
+"1444 296 OFFCURVE",
+"1444 728 CURVE SMOOTH",
+"1444 760 LINE SMOOTH",
+"1444 1188 OFFCURVE",
+"1212 1516 OFFCURVE",
+"752 1516 CURVE SMOOTH",
+"384 1516 OFFCURVE",
+"124 1296 OFFCURVE",
+"124 920 CURVE",
+"540 920 LINE",
+"540 1052 OFFCURVE",
+"612 1160 OFFCURVE",
+"760 1160 CURVE SMOOTH",
+"964 1160 OFFCURVE",
+"1000 976 OFFCURVE",
+"1000 760 CURVE SMOOTH",
+"1000 728 LINE SMOOTH",
+"1000 508 OFFCURVE",
+"968 332 OFFCURVE",
+"760 332 CURVE SMOOTH",
+"624 332 OFFCURVE",
+"540 404 OFFCURVE",
+"540 532 CURVE",
+"124 532 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0254;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Gsmallcaphook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{876, 0}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1784, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1552 1176 LINE SMOOTH",
+"1552 1336 OFFCURVE",
+"1632 1392 OFFCURVE",
+"1760 1392 CURVE SMOOTH",
+"1780 1392 OFFCURVE",
+"1812 1388 OFFCURVE",
+"1836 1384 CURVE",
+"1836 1568 LINE",
+"1796 1580 OFFCURVE",
+"1740 1588 OFFCURVE",
+"1700 1588 CURVE SMOOTH",
+"1472 1588 OFFCURVE",
+"1364 1440 OFFCURVE",
+"1364 1176 CURVE SMOOTH",
+"1364 1012 LINE",
+"1552 1012 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"928 760 LINE",
+"928 540 LINE",
+"1316 540 LINE",
+"1316 308 LINE",
+"1272 272 OFFCURVE",
+"1128 192 OFFCURVE",
+"912 192 CURVE SMOOTH",
+"640 192 OFFCURVE",
+"440 384 OFFCURVE",
+"440 636 CURVE SMOOTH",
+"440 860 LINE SMOOTH",
+"440 1108 OFFCURVE",
+"648 1300 OFFCURVE",
+"904 1300 CURVE SMOOTH",
+"1132 1300 OFFCURVE",
+"1276 1200 OFFCURVE",
+"1300 1012 CURVE",
+"1548 1012 LINE",
+"1520 1300 OFFCURVE",
+"1324 1516 OFFCURVE",
+"904 1516 CURVE SMOOTH",
+"492 1516 OFFCURVE",
+"196 1248 OFFCURVE",
+"196 860 CURVE SMOOTH",
+"196 636 LINE SMOOTH",
+"196 244 OFFCURVE",
+"488 -28 OFFCURVE",
+"912 -28 CURVE SMOOTH",
+"1280 -28 OFFCURVE",
+"1484 124 OFFCURVE",
+"1552 216 CURVE",
+"1552 760 LINE"
+);
+}
+);
+width = 1828;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{892, 0}";
+},
+{
+name = top;
+position = "{892, 1776}";
+},
+{
+name = top0315;
+position = "{1924, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1636 1184 LINE SMOOTH",
+"1636 1336 OFFCURVE",
+"1712 1372 OFFCURVE",
+"1816 1372 CURVE SMOOTH",
+"1856 1372 OFFCURVE",
+"1888 1364 OFFCURVE",
+"1924 1360 CURVE",
+"1924 1656 LINE",
+"1860 1672 OFFCURVE",
+"1808 1680 OFFCURVE",
+"1744 1680 CURVE SMOOTH",
+"1452 1680 OFFCURVE",
+"1276 1504 OFFCURVE",
+"1276 1184 CURVE SMOOTH",
+"1276 984 LINE",
+"1636 984 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"948 816 LINE",
+"948 524 LINE",
+"1232 524 LINE",
+"1232 376 LINE",
+"1184 348 OFFCURVE",
+"1124 332 OFFCURVE",
+"960 332 CURVE SMOOTH",
+"760 332 OFFCURVE",
+"656 460 OFFCURVE",
+"656 636 CURVE SMOOTH",
+"656 864 LINE SMOOTH",
+"656 1040 OFFCURVE",
+"756 1164 OFFCURVE",
+"936 1164 CURVE SMOOTH",
+"1096 1164 OFFCURVE",
+"1168 1116 OFFCURVE",
+"1196 984 CURVE",
+"1636 984 LINE",
+"1596 1352 OFFCURVE",
+"1348 1516 OFFCURVE",
+"936 1516 CURVE SMOOTH",
+"512 1516 OFFCURVE",
+"212 1252 OFFCURVE",
+"212 860 CURVE SMOOTH",
+"212 636 LINE SMOOTH",
+"212 244 OFFCURVE",
+"520 -24 OFFCURVE",
+"960 -24 CURVE SMOOTH",
+"1368 -24 OFFCURVE",
+"1540 108 OFFCURVE",
+"1648 224 CURVE",
+"1648 816 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 029B;
+userData = {
+interface.gridadjust.original = "{'width': 1748, 'leftMargin': 126, 'rightMargin': -13}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni0346;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-806, 1664}";
+},
+{
+name = mkmktop;
+position = "{-806, 2354}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1096 2052 LINE",
+"-1096 2221 LINE",
+"-528 2221 LINE",
+"-528 2052 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 1690 LINE",
+"-1277 2221 LINE",
+"-1070 2221 LINE",
+"-1070 1690 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-549 1690 LINE",
+"-549 2221 LINE",
+"-341 2221 LINE",
+"-341 1690 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1612}";
+},
+{
+name = mkmktop;
+position = "{-793, 2302}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1107 1936 LINE",
+"-1107 2197 LINE",
+"-553 2197 LINE",
+"-553 1936 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1288 1639 LINE",
+"-1288 2197 LINE",
+"-1012 2197 LINE",
+"-1012 1639 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-573 1639 LINE",
+"-573 2197 LINE",
+"-297 2197 LINE",
+"-297 1639 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0346;
+},
+{
+color = (250,227,227,1);
+glyphname = anglesupnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-550, 1737}";
+},
+{
+name = mkmktop;
+position = "{-550, 2338}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-264 2112 LINE",
+"-264 2281 LINE",
+"-1019 2281 LINE",
+"-1019 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-83 1764 LINE",
+"-83 2281 LINE",
+"-290 2281 LINE",
+"-290 1764 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-708, 1737}";
+},
+{
+name = mkmktop;
+position = "{-708, 2338}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-421 2020 LINE",
+"-421 2281 LINE",
+"-1176 2281 LINE",
+"-1176 2020 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-239 1764 LINE",
+"-239 2281 LINE",
+"-514 2281 LINE",
+"-514 1764 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 031A;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-803, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-806 2547 OFFCURVE",
+"-620 2398 OFFCURVE",
+"-620 2101 CURVE SMOOTH",
+"-620 2030 LINE SMOOTH",
+"-620 1871 OFFCURVE",
+"-693 1786 OFFCURVE",
+"-806 1786 CURVE SMOOTH",
+"-928 1786 OFFCURVE",
+"-987 1870 OFFCURVE",
+"-987 1983 CURVE SMOOTH",
+"-987 2102 OFFCURVE",
+"-935 2195 OFFCURVE",
+"-811 2195 CURVE SMOOTH",
+"-655 2195 OFFCURVE",
+"-598 2135 OFFCURVE",
+"-598 2075 CURVE",
+"-502 2086 LINE",
+"-502 2210 OFFCURVE",
+"-653 2342 OFFCURVE",
+"-811 2342 CURVE SMOOTH",
+"-1007 2342 OFFCURVE",
+"-1169 2199 OFFCURVE",
+"-1169 1983 CURVE SMOOTH",
+"-1169 1792 OFFCURVE",
+"-1012 1639 OFFCURVE",
+"-806 1639 CURVE SMOOTH",
+"-605 1639 OFFCURVE",
+"-439 1799 OFFCURVE",
+"-439 2030 CURVE SMOOTH",
+"-439 2100 LINE SMOOTH",
+"-439 2428 OFFCURVE",
+"-674 2680 OFFCURVE",
+"-914 2743 CURVE",
+"-974 2602 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-781 2501 OFFCURVE",
+"-627 2379 OFFCURVE",
+"-627 2130 CURVE SMOOTH",
+"-627 2085 LINE SMOOTH",
+"-627 1936 OFFCURVE",
+"-688 1822 OFFCURVE",
+"-795 1822 CURVE SMOOTH",
+"-897 1822 OFFCURVE",
+"-958 1891 OFFCURVE",
+"-958 1983 CURVE SMOOTH",
+"-958 2093 OFFCURVE",
+"-902 2160 OFFCURVE",
+"-789 2160 CURVE SMOOTH",
+"-668 2160 OFFCURVE",
+"-605 2104 OFFCURVE",
+"-605 2061 CURVE",
+"-524 2060 LINE",
+"-539 2221 OFFCURVE",
+"-666 2329 OFFCURVE",
+"-832 2329 CURVE SMOOTH",
+"-1056 2329 OFFCURVE",
+"-1184 2190 OFFCURVE",
+"-1184 1983 CURVE SMOOTH",
+"-1184 1792 OFFCURVE",
+"-1030 1640 OFFCURVE",
+"-798 1640 CURVE SMOOTH",
+"-573 1640 OFFCURVE",
+"-402 1821 OFFCURVE",
+"-402 2085 CURVE SMOOTH",
+"-402 2129 LINE SMOOTH",
+"-402 2442 OFFCURVE",
+"-595 2659 OFFCURVE",
+"-869 2718 CURVE",
+"-941 2548 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD8;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-803, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-806 2547 OFFCURVE",
+"-620 2398 OFFCURVE",
+"-620 2101 CURVE SMOOTH",
+"-620 2030 LINE SMOOTH",
+"-620 1871 OFFCURVE",
+"-693 1786 OFFCURVE",
+"-806 1786 CURVE SMOOTH",
+"-928 1786 OFFCURVE",
+"-987 1870 OFFCURVE",
+"-987 1983 CURVE SMOOTH",
+"-987 2102 OFFCURVE",
+"-935 2195 OFFCURVE",
+"-811 2195 CURVE SMOOTH",
+"-655 2195 OFFCURVE",
+"-598 2135 OFFCURVE",
+"-598 2075 CURVE",
+"-502 2086 LINE",
+"-502 2210 OFFCURVE",
+"-653 2342 OFFCURVE",
+"-811 2342 CURVE SMOOTH",
+"-1007 2342 OFFCURVE",
+"-1169 2199 OFFCURVE",
+"-1169 1983 CURVE SMOOTH",
+"-1169 1792 OFFCURVE",
+"-1012 1639 OFFCURVE",
+"-806 1639 CURVE SMOOTH",
+"-605 1639 OFFCURVE",
+"-439 1799 OFFCURVE",
+"-439 2030 CURVE SMOOTH",
+"-439 2100 LINE SMOOTH",
+"-439 2428 OFFCURVE",
+"-674 2680 OFFCURVE",
+"-914 2743 CURVE",
+"-974 2602 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-510 2714 LINE",
+"-969 2452 LINE",
+"-914 2379 LINE",
+"-455 2641 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-781 2501 OFFCURVE",
+"-627 2379 OFFCURVE",
+"-627 2130 CURVE SMOOTH",
+"-627 2085 LINE SMOOTH",
+"-627 1936 OFFCURVE",
+"-688 1822 OFFCURVE",
+"-795 1822 CURVE SMOOTH",
+"-897 1822 OFFCURVE",
+"-958 1891 OFFCURVE",
+"-958 1983 CURVE SMOOTH",
+"-958 2093 OFFCURVE",
+"-902 2160 OFFCURVE",
+"-789 2160 CURVE SMOOTH",
+"-668 2160 OFFCURVE",
+"-605 2104 OFFCURVE",
+"-605 2061 CURVE",
+"-524 2060 LINE",
+"-539 2221 OFFCURVE",
+"-666 2329 OFFCURVE",
+"-832 2329 CURVE SMOOTH",
+"-1056 2329 OFFCURVE",
+"-1184 2190 OFFCURVE",
+"-1184 1983 CURVE SMOOTH",
+"-1184 1792 OFFCURVE",
+"-1030 1640 OFFCURVE",
+"-798 1640 CURVE SMOOTH",
+"-573 1640 OFFCURVE",
+"-402 1821 OFFCURVE",
+"-402 2085 CURVE SMOOTH",
+"-402 2129 LINE SMOOTH",
+"-402 2442 OFFCURVE",
+"-595 2659 OFFCURVE",
+"-869 2718 CURVE",
+"-941 2548 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-503 2695 LINE",
+"-963 2446 LINE",
+"-908 2364 LINE",
+"-450 2613 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD9;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD2;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-800, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-762 1959 OFFCURVE",
+"-704 1980 OFFCURVE",
+"-657 2012 CURVE",
+"-692 2120 LINE",
+"-727 2104 OFFCURVE",
+"-766 2096 OFFCURVE",
+"-824 2096 CURVE SMOOTH",
+"-946 2096 OFFCURVE",
+"-1007 2157 OFFCURVE",
+"-1007 2287 CURVE SMOOTH",
+"-1007 2404 OFFCURVE",
+"-931 2485 OFFCURVE",
+"-807 2485 CURVE SMOOTH",
+"-682 2485 OFFCURVE",
+"-594 2388 OFFCURVE",
+"-594 2211 CURVE SMOOTH",
+"-594 1866 OFFCURVE",
+"-807 1781 OFFCURVE",
+"-975 1726 CURVE",
+"-924 1581 LINE",
+"-685 1643 OFFCURVE",
+"-413 1799 OFFCURVE",
+"-413 2215 CURVE SMOOTH",
+"-413 2472 OFFCURVE",
+"-582 2632 OFFCURVE",
+"-811 2632 CURVE SMOOTH",
+"-1016 2632 OFFCURVE",
+"-1188 2489 OFFCURVE",
+"-1188 2278 CURVE SMOOTH",
+"-1188 2049 OFFCURVE",
+"-1019 1959 OFFCURVE",
+"-851 1959 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-787, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-762 1959 OFFCURVE",
+"-704 1980 OFFCURVE",
+"-657 2012 CURVE",
+"-692 2148 LINE",
+"-727 2131 OFFCURVE",
+"-766 2123 OFFCURVE",
+"-824 2123 CURVE SMOOTH",
+"-908 2123 OFFCURVE",
+"-983 2157 OFFCURVE",
+"-983 2287 CURVE SMOOTH",
+"-983 2404 OFFCURVE",
+"-898 2463 OFFCURVE",
+"-792 2463 CURVE SMOOTH",
+"-682 2463 OFFCURVE",
+"-591 2388 OFFCURVE",
+"-591 2197 CURVE SMOOTH",
+"-591 1902 OFFCURVE",
+"-826 1814 OFFCURVE",
+"-1008 1752 CURVE",
+"-924 1581 LINE",
+"-685 1643 OFFCURVE",
+"-366 1772 OFFCURVE",
+"-366 2189 CURVE SMOOTH",
+"-366 2472 OFFCURVE",
+"-549 2632 OFFCURVE",
+"-811 2632 CURVE SMOOTH",
+"-1038 2632 OFFCURVE",
+"-1207 2489 OFFCURVE",
+"-1207 2278 CURVE SMOOTH",
+"-1207 2049 OFFCURVE",
+"-1035 1959 OFFCURVE",
+"-851 1959 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD2;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD3;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-806, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-902 1829 OFFCURVE",
+"-939 1786 OFFCURVE",
+"-1023 1786 CURVE SMOOTH",
+"-1103 1786 OFFCURVE",
+"-1155 1830 OFFCURVE",
+"-1155 1910 CURVE",
+"-1326 1910 LINE",
+"-1326 1742 OFFCURVE",
+"-1205 1639 OFFCURVE",
+"-1023 1639 CURVE SMOOTH",
+"-843 1639 OFFCURVE",
+"-748 1728 OFFCURVE",
+"-748 1910 CURVE",
+"-902 1910 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-468 1829 OFFCURVE",
+"-505 1786 OFFCURVE",
+"-589 1786 CURVE SMOOTH",
+"-668 1786 OFFCURVE",
+"-734 1830 OFFCURVE",
+"-734 1910 CURVE",
+"-886 1910 LINE",
+"-886 1742 OFFCURVE",
+"-770 1639 OFFCURVE",
+"-589 1639 CURVE SMOOTH",
+"-408 1639 OFFCURVE",
+"-286 1728 OFFCURVE",
+"-286 1910 CURVE",
+"-468 1910 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-799, 1609}";
+}
+);
+guideLines = (
+{
+position = "{0, 1637.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-905 1843 OFFCURVE",
+"-936 1807 OFFCURVE",
+"-1000 1807 CURVE SMOOTH",
+"-1064 1807 OFFCURVE",
+"-1095 1852 OFFCURVE",
+"-1095 1907 CURVE",
+"-1320 1907 LINE",
+"-1320 1766 OFFCURVE",
+"-1191 1638 OFFCURVE",
+"-1000 1638 CURVE SMOOTH",
+"-813 1638 OFFCURVE",
+"-721 1727 OFFCURVE",
+"-721 1907 CURVE",
+"-905 1907 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"-503 1843 OFFCURVE",
+"-535 1807 OFFCURVE",
+"-598 1807 CURVE SMOOTH",
+"-663 1807 OFFCURVE",
+"-693 1852 OFFCURVE",
+"-693 1907 CURVE",
+"-877 1907 LINE",
+"-877 1766 OFFCURVE",
+"-789 1638 OFFCURVE",
+"-598 1638 CURVE SMOOTH",
+"-411 1638 OFFCURVE",
+"-278 1727 OFFCURVE",
+"-278 1907 CURVE",
+"-503 1907 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD3;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-620, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1115 -583 LINE",
+"-989 -645 LINE",
+"-903 -600 OFFCURVE",
+"-833 -562 OFFCURVE",
+"-751 -562 CURVE SMOOTH",
+"-635 -562 OFFCURVE",
+"-525 -666 OFFCURVE",
+"-373 -666 CURVE SMOOTH",
+"-208 -666 OFFCURVE",
+"-138 -516 OFFCURVE",
+"-127 -389 CURVE",
+"-281 -340 LINE",
+"-301 -417 OFFCURVE",
+"-349 -455 OFFCURVE",
+"-410 -455 CURVE SMOOTH",
+"-505 -455 OFFCURVE",
+"-573 -369 OFFCURVE",
+"-677 -369 CURVE SMOOTH",
+"-732 -369 OFFCURVE",
+"-795 -393 OFFCURVE",
+"-868 -437 CURVE",
+"-730 -91 LINE",
+"-920 -91 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-623, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1161 -600 LINE",
+"-990 -674 LINE",
+"-910 -616 OFFCURVE",
+"-833 -595 OFFCURVE",
+"-766 -595 CURVE SMOOTH",
+"-635 -595 OFFCURVE",
+"-516 -699 OFFCURVE",
+"-363 -699 CURVE SMOOTH",
+"-190 -699 OFFCURVE",
+"-105 -573 OFFCURVE",
+"-87 -400 CURVE",
+"-271 -340 LINE",
+"-294 -414 OFFCURVE",
+"-345 -439 OFFCURVE",
+"-393 -439 CURVE SMOOTH",
+"-480 -439 OFFCURVE",
+"-556 -348 OFFCURVE",
+"-659 -348 CURVE SMOOTH",
+"-714 -348 OFFCURVE",
+"-760 -358 OFFCURVE",
+"-833 -402 CURVE",
+"-711 -81 LINE",
+"-956 -81 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD0;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-685 1709 OFFCURVE",
+"-712 1738 OFFCURVE",
+"-745 1833 CURVE SMOOTH",
+"-778 1926 OFFCURVE",
+"-842 2024 OFFCURVE",
+"-983 2024 CURVE SMOOTH",
+"-1123 2024 OFFCURVE",
+"-1209 1935 OFFCURVE",
+"-1209 1812 CURVE SMOOTH",
+"-1209 1683 OFFCURVE",
+"-1100 1587 OFFCURVE",
+"-967 1587 CURVE",
+"-967 1705 LINE",
+"-1031 1715 OFFCURVE",
+"-1068 1744 OFFCURVE",
+"-1068 1812 CURVE SMOOTH",
+"-1068 1866 OFFCURVE",
+"-1040 1895 OFFCURVE",
+"-985 1895 CURVE SMOOTH",
+"-934 1895 OFFCURVE",
+"-908 1859 OFFCURVE",
+"-884 1793 CURVE SMOOTH",
+"-835 1658 OFFCURVE",
+"-782 1581 OFFCURVE",
+"-639 1581 CURVE SMOOTH",
+"-485 1581 OFFCURVE",
+"-408 1684 OFFCURVE",
+"-408 1804 CURVE SMOOTH",
+"-408 1954 OFFCURVE",
+"-536 2042 OFFCURVE",
+"-664 2042 CURVE",
+"-664 1924 LINE",
+"-576 1920 OFFCURVE",
+"-549 1856 OFFCURVE",
+"-549 1801 CURVE SMOOTH",
+"-549 1739 OFFCURVE",
+"-582 1709 OFFCURVE",
+"-633 1709 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1555}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-660 1745 OFFCURVE",
+"-690 1767 OFFCURVE",
+"-715 1871 CURVE SMOOTH",
+"-749 2009 OFFCURVE",
+"-817 2093 OFFCURVE",
+"-952 2093 CURVE SMOOTH",
+"-1081 2093 OFFCURVE",
+"-1195 1998 OFFCURVE",
+"-1195 1836 CURVE SMOOTH",
+"-1195 1668 OFFCURVE",
+"-1093 1565 OFFCURVE",
+"-945 1565 CURVE",
+"-945 1752 LINE",
+"-1001 1752 OFFCURVE",
+"-1037 1777 OFFCURVE",
+"-1037 1836 CURVE SMOOTH",
+"-1037 1882 OFFCURVE",
+"-1007 1914 OFFCURVE",
+"-963 1914 CURVE SMOOTH",
+"-928 1914 OFFCURVE",
+"-898 1899 OFFCURVE",
+"-873 1792 CURVE SMOOTH",
+"-839 1643 OFFCURVE",
+"-771 1565 OFFCURVE",
+"-631 1565 CURVE SMOOTH",
+"-495 1565 OFFCURVE",
+"-393 1669 OFFCURVE",
+"-393 1836 CURVE SMOOTH",
+"-393 2016 OFFCURVE",
+"-531 2112 OFFCURVE",
+"-656 2112 CURVE",
+"-656 1937 LINE",
+"-580 1935 OFFCURVE",
+"-553 1892 OFFCURVE",
+"-553 1832 CURVE SMOOTH",
+"-553 1774 OFFCURVE",
+"-580 1745 OFFCURVE",
+"-624 1745 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD1;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD4;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-814, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-734 2031 LINE",
+"-734 2145 LINE SMOOTH",
+"-734 2327 OFFCURVE",
+"-857 2419 OFFCURVE",
+"-1031 2419 CURVE SMOOTH",
+"-1218 2419 OFFCURVE",
+"-1339 2321 OFFCURVE",
+"-1339 2188 CURVE",
+"-1169 2174 LINE",
+"-1169 2237 OFFCURVE",
+"-1117 2272 OFFCURVE",
+"-1031 2272 CURVE SMOOTH",
+"-953 2272 OFFCURVE",
+"-916 2228 OFFCURVE",
+"-916 2146 CURVE SMOOTH",
+"-916 2006 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1052 2096 LINE SMOOTH",
+"-1268 2096 OFFCURVE",
+"-1389 2012 OFFCURVE",
+"-1389 1866 CURVE SMOOTH",
+"-1389 1728 OFFCURVE",
+"-1291 1639 OFFCURVE",
+"-1133 1639 CURVE SMOOTH",
+"-998 1639 OFFCURVE",
+"-906 1716 OFFCURVE",
+"-865 1812 CURVE",
+"-891 1913 LINE",
+"-914 1836 OFFCURVE",
+"-1009 1782 OFFCURVE",
+"-1090 1782 CURVE SMOOTH",
+"-1169 1782 OFFCURVE",
+"-1207 1815 OFFCURVE",
+"-1207 1870 CURVE SMOOTH",
+"-1207 1928 OFFCURVE",
+"-1152 1979 OFFCURVE",
+"-1051 1979 CURVE SMOOTH",
+"-897 1979 LINE",
+"-898 2096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-397 1632 OFFCURVE",
+"-304 1706 OFFCURVE",
+"-254 1781 CURVE",
+"-348 1870 LINE",
+"-393 1810 OFFCURVE",
+"-451 1781 OFFCURVE",
+"-543 1781 CURVE SMOOTH",
+"-667 1781 OFFCURVE",
+"-733 1858 OFFCURVE",
+"-733 1998 CURVE SMOOTH",
+"-733 2028 LINE SMOOTH",
+"-733 2186 OFFCURVE",
+"-680 2272 OFFCURVE",
+"-568 2272 CURVE SMOOTH",
+"-452 2272 OFFCURVE",
+"-414 2201 OFFCURVE",
+"-407 2105 CURVE SMOOTH",
+"-407 2096 LINE",
+"-818 2096 LINE",
+"-818 1979 LINE",
+"-239 1979 LINE",
+"-239 2043 LINE SMOOTH",
+"-239 2256 OFFCURVE",
+"-345 2419 OFFCURVE",
+"-568 2419 CURVE SMOOTH",
+"-759 2419 OFFCURVE",
+"-914 2284 OFFCURVE",
+"-914 2028 CURVE SMOOTH",
+"-914 1998 LINE SMOOTH",
+"-914 1785 OFFCURVE",
+"-782 1632 OFFCURVE",
+"-551 1632 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-752, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-663 2053 LINE",
+"-663 2153 LINE SMOOTH",
+"-663 2333 OFFCURVE",
+"-796 2424 OFFCURVE",
+"-975 2424 CURVE SMOOTH",
+"-1174 2424 OFFCURVE",
+"-1304 2318 OFFCURVE",
+"-1304 2177 CURVE",
+"-1078 2177 LINE",
+"-1078 2232 OFFCURVE",
+"-1048 2255 OFFCURVE",
+"-989 2255 CURVE SMOOTH",
+"-920 2255 OFFCURVE",
+"-888 2219 OFFCURVE",
+"-888 2155 CURVE SMOOTH",
+"-888 2053 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"-967 2115 LINE SMOOTH",
+"-1207 2115 OFFCURVE",
+"-1321 2021 OFFCURVE",
+"-1321 1866 CURVE SMOOTH",
+"-1321 1727 OFFCURVE",
+"-1222 1638 OFFCURVE",
+"-1078 1638 CURVE SMOOTH",
+"-932 1638 OFFCURVE",
+"-861 1727 OFFCURVE",
+"-826 1801 CURVE",
+"-873 1909 LINE",
+"-881 1859 OFFCURVE",
+"-930 1805 OFFCURVE",
+"-1012 1805 CURVE SMOOTH",
+"-1062 1805 OFFCURVE",
+"-1096 1836 OFFCURVE",
+"-1096 1878 CURVE SMOOTH",
+"-1096 1936 OFFCURVE",
+"-1060 1990 OFFCURVE",
+"-965 1990 CURVE",
+"-859 1990 LINE",
+"-861 2115 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-355 1632 OFFCURVE",
+"-251 1698 OFFCURVE",
+"-203 1766 CURVE",
+"-309 1893 LINE",
+"-353 1837 OFFCURVE",
+"-419 1815 OFFCURVE",
+"-487 1815 CURVE SMOOTH",
+"-597 1815 OFFCURVE",
+"-663 1888 OFFCURVE",
+"-663 2001 CURVE SMOOTH",
+"-663 2027 LINE SMOOTH",
+"-663 2140 OFFCURVE",
+"-632 2237 OFFCURVE",
+"-528 2237 CURVE SMOOTH",
+"-447 2237 OFFCURVE",
+"-405 2192 OFFCURVE",
+"-405 2118 CURVE SMOOTH",
+"-405 2100 LINE",
+"-799 2100 LINE",
+"-799 1951 LINE",
+"-184 1951 LINE",
+"-184 2047 LINE SMOOTH",
+"-184 2276 OFFCURVE",
+"-309 2419 OFFCURVE",
+"-526 2419 CURVE SMOOTH",
+"-762 2419 OFFCURVE",
+"-888 2248 OFFCURVE",
+"-888 2027 CURVE SMOOTH",
+"-888 2001 LINE SMOOTH",
+"-888 1801 OFFCURVE",
+"-745 1632 OFFCURVE",
+"-502 1632 CURVE SMOOTH {name = hr00;}"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD4;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD5;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-791, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-734 2031 LINE",
+"-734 2145 LINE SMOOTH",
+"-734 2327 OFFCURVE",
+"-857 2419 OFFCURVE",
+"-1031 2419 CURVE SMOOTH",
+"-1218 2419 OFFCURVE",
+"-1339 2321 OFFCURVE",
+"-1339 2188 CURVE",
+"-1169 2174 LINE",
+"-1169 2237 OFFCURVE",
+"-1117 2272 OFFCURVE",
+"-1031 2272 CURVE SMOOTH",
+"-953 2272 OFFCURVE",
+"-916 2228 OFFCURVE",
+"-916 2146 CURVE SMOOTH",
+"-916 2006 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1052 2096 LINE SMOOTH",
+"-1268 2096 OFFCURVE",
+"-1389 2012 OFFCURVE",
+"-1389 1866 CURVE SMOOTH",
+"-1389 1728 OFFCURVE",
+"-1291 1639 OFFCURVE",
+"-1133 1639 CURVE SMOOTH",
+"-998 1639 OFFCURVE",
+"-906 1716 OFFCURVE",
+"-865 1812 CURVE",
+"-891 1913 LINE",
+"-914 1836 OFFCURVE",
+"-1009 1782 OFFCURVE",
+"-1090 1782 CURVE SMOOTH",
+"-1169 1782 OFFCURVE",
+"-1207 1815 OFFCURVE",
+"-1207 1870 CURVE SMOOTH",
+"-1207 1928 OFFCURVE",
+"-1152 1979 OFFCURVE",
+"-1051 1979 CURVE SMOOTH",
+"-897 1979 LINE",
+"-898 2096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-337 1632 OFFCURVE",
+"-193 1785 OFFCURVE",
+"-193 2017 CURVE SMOOTH",
+"-193 2032 LINE SMOOTH",
+"-193 2266 OFFCURVE",
+"-337 2419 OFFCURVE",
+"-554 2419 CURVE SMOOTH",
+"-767 2419 OFFCURVE",
+"-913 2266 OFFCURVE",
+"-913 2032 CURVE SMOOTH",
+"-913 2017 LINE SMOOTH",
+"-913 1785 OFFCURVE",
+"-767 1632 OFFCURVE",
+"-553 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-678 1779 OFFCURVE",
+"-732 1870 OFFCURVE",
+"-732 2017 CURVE SMOOTH",
+"-732 2032 LINE SMOOTH",
+"-732 2179 OFFCURVE",
+"-678 2272 OFFCURVE",
+"-554 2272 CURVE SMOOTH",
+"-428 2272 OFFCURVE",
+"-374 2179 OFFCURVE",
+"-374 2032 CURVE SMOOTH",
+"-374 2017 LINE SMOOTH",
+"-374 1870 OFFCURVE",
+"-428 1779 OFFCURVE",
+"-553 1779 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-765, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-688 2053 LINE",
+"-688 2153 LINE SMOOTH",
+"-688 2333 OFFCURVE",
+"-821 2424 OFFCURVE",
+"-1000 2424 CURVE SMOOTH",
+"-1199 2424 OFFCURVE",
+"-1328 2318 OFFCURVE",
+"-1328 2177 CURVE",
+"-1103 2177 LINE",
+"-1103 2232 OFFCURVE",
+"-1073 2255 OFFCURVE",
+"-1013 2255 CURVE SMOOTH",
+"-945 2255 OFFCURVE",
+"-913 2219 OFFCURVE",
+"-913 2155 CURVE SMOOTH",
+"-913 2053 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-991 2115 LINE SMOOTH",
+"-1232 2115 OFFCURVE",
+"-1346 2021 OFFCURVE",
+"-1346 1866 CURVE SMOOTH",
+"-1346 1727 OFFCURVE",
+"-1247 1638 OFFCURVE",
+"-1103 1638 CURVE SMOOTH",
+"-957 1638 OFFCURVE",
+"-886 1727 OFFCURVE",
+"-851 1801 CURVE",
+"-891 1911 LINE",
+"-912 1858 OFFCURVE",
+"-954 1805 OFFCURVE",
+"-1037 1805 CURVE SMOOTH",
+"-1086 1805 OFFCURVE",
+"-1121 1836 OFFCURVE",
+"-1121 1878 CURVE SMOOTH",
+"-1121 1936 OFFCURVE",
+"-1085 1990 OFFCURVE",
+"-990 1990 CURVE SMOOTH",
+"-884 1990 LINE",
+"-886 2115 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-313 1632 OFFCURVE",
+"-185 1796 OFFCURVE",
+"-185 2017 CURVE SMOOTH",
+"-185 2032 LINE SMOOTH",
+"-185 2254 OFFCURVE",
+"-313 2419 OFFCURVE",
+"-549 2419 CURVE SMOOTH",
+"-783 2419 OFFCURVE",
+"-912 2254 OFFCURVE",
+"-912 2032 CURVE SMOOTH",
+"-912 2017 LINE SMOOTH",
+"-912 1796 OFFCURVE",
+"-783 1632 OFFCURVE",
+"-548 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-654 1815 OFFCURVE",
+"-687 1903 OFFCURVE",
+"-687 2017 CURVE SMOOTH",
+"-687 2032 LINE SMOOTH",
+"-687 2144 OFFCURVE",
+"-652 2237 OFFCURVE",
+"-549 2237 CURVE SMOOTH",
+"-443 2237 OFFCURVE",
+"-410 2144 OFFCURVE",
+"-410 2032 CURVE SMOOTH",
+"-410 2017 LINE SMOOTH",
+"-410 1903 OFFCURVE",
+"-443 1815 OFFCURVE",
+"-548 1815 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD5;
+},
+{
+color = (250,227,227,1);
+glyphname = breveinvsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-804, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-804, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-393 -294 OFFCURVE",
+"-551 -142 OFFCURVE",
+"-807 -142 CURVE SMOOTH",
+"-1063 -142 OFFCURVE",
+"-1222 -294 OFFCURVE",
+"-1222 -512 CURVE",
+"-1001 -512 LINE",
+"-1001 -406 OFFCURVE",
+"-949 -312 OFFCURVE",
+"-807 -312 CURVE SMOOTH",
+"-668 -312 OFFCURVE",
+"-615 -406 OFFCURVE",
+"-615 -512 CURVE",
+"-393 -512 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-804, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-804, -549}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-296 -300 OFFCURVE",
+"-488 -127 OFFCURVE",
+"-793 -127 CURVE SMOOTH",
+"-1100 -127 OFFCURVE",
+"-1293 -300 OFFCURVE",
+"-1293 -549 CURVE",
+"-987 -549 LINE",
+"-987 -458 OFFCURVE",
+"-935 -374 OFFCURVE",
+"-793 -374 CURVE SMOOTH",
+"-653 -374 OFFCURVE",
+"-602 -458 OFFCURVE",
+"-602 -549 CURVE",
+"-296 -549 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 032F;
+},
+{
+color = (250,227,227,1);
+glyphname = commaturnsupnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-811, 1464}";
+},
+{
+name = mkmktop;
+position = "{-811, 2316}";
+},
+{
+name = parent_top;
+position = "{-745, 1749}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-677 1356 LINE",
+"-677 1613 LINE SMOOTH",
+"-677 1772 OFFCURVE",
+"-630 1909 OFFCURVE",
+"-543 2039 CURVE",
+"-699 2144 LINE",
+"-858 2009 OFFCURVE",
+"-949 1785 OFFCURVE",
+"-949 1609 CURVE SMOOTH",
+"-949 1356 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-791, 1470}";
+},
+{
+name = mkmktop;
+position = "{-791, 2316}";
+},
+{
+name = parent_top;
+position = "{-743, 1792}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-616 1383 LINE",
+"-616 1660 LINE SMOOTH",
+"-616 1851 OFFCURVE",
+"-572 1979 OFFCURVE",
+"-512 2090 CURVE",
+"-723 2200 LINE",
+"-854 2079 OFFCURVE",
+"-975 1855 OFFCURVE",
+"-975 1661 CURVE SMOOTH",
+"-975 1383 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0312;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DDB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-615 1638 OFFCURVE",
+"-473 1712 OFFCURVE",
+"-440 1760 CURVE",
+"-440 2091 LINE",
+"-793 2091 LINE",
+"-793 1944 LINE",
+"-622 1944 LINE",
+"-622 1830 LINE",
+"-644 1812 OFFCURVE",
+"-693 1785 OFFCURVE",
+"-803 1785 CURVE SMOOTH",
+"-942 1785 OFFCURVE",
+"-997 1845 OFFCURVE",
+"-997 1995 CURVE SMOOTH",
+"-997 2104 LINE SMOOTH",
+"-997 2270 OFFCURVE",
+"-936 2329 OFFCURVE",
+"-806 2329 CURVE SMOOTH",
+"-692 2329 OFFCURVE",
+"-648 2296 OFFCURVE",
+"-631 2221 CURVE",
+"-465 2221 LINE",
+"-479 2366 OFFCURVE",
+"-591 2476 OFFCURVE",
+"-806 2476 CURVE SMOOTH",
+"-1016 2476 OFFCURVE",
+"-1178 2342 OFFCURVE",
+"-1178 2142 CURVE SMOOTH",
+"-1178 1972 LINE SMOOTH",
+"-1178 1774 OFFCURVE",
+"-1019 1638 OFFCURVE",
+"-803 1638 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-576 1638 OFFCURVE",
+"-474 1704 OFFCURVE",
+"-419 1763 CURVE",
+"-419 2091 LINE",
+"-789 2091 LINE",
+"-789 1943 LINE",
+"-645 1943 LINE",
+"-645 1841 LINE",
+"-668 1827 OFFCURVE",
+"-700 1818 OFFCURVE",
+"-784 1818 CURVE SMOOTH",
+"-884 1818 OFFCURVE",
+"-939 1882 OFFCURVE",
+"-939 1972 CURVE SMOOTH",
+"-939 2144 LINE SMOOTH",
+"-939 2234 OFFCURVE",
+"-887 2296 OFFCURVE",
+"-796 2296 CURVE SMOOTH",
+"-714 2296 OFFCURVE",
+"-678 2272 OFFCURVE",
+"-664 2204 CURVE",
+"-437 2204 LINE",
+"-459 2393 OFFCURVE",
+"-586 2476 OFFCURVE",
+"-796 2476 CURVE SMOOTH",
+"-1011 2476 OFFCURVE",
+"-1165 2342 OFFCURVE",
+"-1165 2142 CURVE SMOOTH",
+"-1165 1972 LINE SMOOTH",
+"-1165 1774 OFFCURVE",
+"-1008 1638 OFFCURVE",
+"-784 1638 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DDB;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DDC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-777, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1130 2746 LINE",
+"-1130 1651 LINE",
+"-949 1651 LINE",
+"-949 2746 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-679 2410 LINE",
+"-890 2167 LINE",
+"-1016 2010 LINE",
+"-998 1843 LINE",
+"-809 2042 LINE",
+"-483 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-424 1651 LINE",
+"-769 2131 LINE",
+"-877 2008 LINE",
+"-630 1651 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-734, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1099 2746 LINE",
+"-1099 1651 LINE",
+"-872 1651 LINE",
+"-872 2746 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-660 2410 LINE",
+"-844 2189 LINE",
+"-987 2002 LINE",
+"-894 1852 LINE",
+"-729 2024 LINE",
+"-400 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-370 1651 LINE",
+"-675 2122 LINE",
+"-837 1998 LINE",
+"-630 1651 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DDC;
+},
+{
+color = (250,227,227,1);
+glyphname = ringrighthalfsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-858, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-858, -659}";
+}
+);
+components = (
+{
+name = ringhalfright;
+transform = "{1, 0, 0, 1, -1005, -2186}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-828, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-826, -620}";
+}
+);
+components = (
+{
+name = ringhalfright;
+transform = "{1, 0, 0, 1, -1048, -2190}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0339;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DDF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-810, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1055 2470 LINE",
+"-1216 2470 LINE",
+"-884 1651 LINE",
+"-732 1651 LINE",
+"-399 2470 LINE",
+"-560 2470 LINE",
+"-807 1848 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 2470 LINE",
+"-1277 1651 LINE",
+"-1096 1651 LINE",
+"-1096 2470 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-342 1651 LINE",
+"-342 2470 LINE",
+"-524 2470 LINE",
+"-524 1651 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-976 2470 LINE",
+"-1154 2470 LINE",
+"-873 1651 LINE",
+"-722 1651 LINE",
+"-440 2470 LINE",
+"-617 2470 LINE",
+"-798 1913 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1254 2470 LINE",
+"-1254 1651 LINE",
+"-1029 1651 LINE",
+"-1029 2470 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-334 1651 LINE",
+"-334 2470 LINE",
+"-560 2470 LINE",
+"-560 1651 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DDF;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DDD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-899 1651 LINE",
+"-718 1651 LINE",
+"-718 2740 LINE",
+"-899 2740 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-905 1651 LINE",
+"-679 1651 LINE",
+"-679 2738 LINE",
+"-905 2738 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DDD;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DDE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-776, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-902 1799 LINE",
+"-902 1651 LINE",
+"-502 1651 LINE",
+"-502 1799 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1051 2470 LINE",
+"-1051 1651 LINE",
+"-869 1651 LINE",
+"-869 2470 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-745, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-881 1833 LINE",
+"-881 1651 LINE",
+"-468 1651 LINE",
+"-468 1833 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1023 2470 LINE",
+"-1023 1651 LINE",
+"-798 1651 LINE",
+"-798 2470 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DDE;
+},
+{
+color = (227,245,235,1);
+glyphname = romanten;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = X;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = X;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1976;
+}
+);
+unicode = 2169;
+userData = {
+interface.gridadjust.original = "{'width': 1781, 'leftMargin': 124, 'rightMargin': 113}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = degreefarenheit;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = degree;
+transform = "{1, 0, 0, 1, -16, 0}";
+},
+{
+name = F;
+transform = "{1, 0, 0, 1, 1072, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2672;
+},
+{
+components = (
+{
+name = degree;
+transform = "{1, 0, 0, 1, -4, 0}";
+},
+{
+name = F;
+transform = "{1, 0, 0, 1, 832, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2109;
+userData = {
+interface.gridadjust.original = "{'width': 2283, 'leftMargin': 55, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Upsilon2;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"408 1464 OFFCURVE",
+"556 1724 OFFCURVE",
+"804 1768 CURVE",
+"804 1972 LINE",
+"400 1924 OFFCURVE",
+"116 1456 OFFCURVE",
+"116 1004 CURVE SMOOTH",
+"116 848 LINE SMOOTH",
+"116 328 OFFCURVE",
+"432 -28 OFFCURVE",
+"892 -28 CURVE SMOOTH",
+"1348 -28 OFFCURVE",
+"1660 328 OFFCURVE",
+"1660 848 CURVE SMOOTH",
+"1660 1004 LINE SMOOTH",
+"1660 1460 OFFCURVE",
+"1376 1928 OFFCURVE",
+"964 1972 CURVE",
+"964 1768 LINE",
+"1216 1724 OFFCURVE",
+"1372 1468 OFFCURVE",
+"1372 1004 CURVE SMOOTH",
+"1372 844 LINE SMOOTH",
+"1372 420 OFFCURVE",
+"1184 200 OFFCURVE",
+"892 200 CURVE SMOOTH",
+"592 200 OFFCURVE",
+"408 420 OFFCURVE",
+"408 844 CURVE SMOOTH",
+"408 1004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 2004 LINE",
+"128 1772 LINE",
+"804 1772 LINE",
+"804 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"964 2004 LINE",
+"964 1772 LINE",
+"1652 1772 LINE",
+"1652 2004 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"632 1352 OFFCURVE",
+"724 1548 OFFCURVE",
+"840 1620 CURVE",
+"840 1820 LINE",
+"504 1776 OFFCURVE",
+"112 1416 OFFCURVE",
+"112 908 CURVE SMOOTH",
+"112 808 LINE SMOOTH",
+"112 320 OFFCURVE",
+"440 -28 OFFCURVE",
+"916 -28 CURVE SMOOTH",
+"1388 -28 OFFCURVE",
+"1716 320 OFFCURVE",
+"1716 808 CURVE SMOOTH",
+"1716 908 LINE SMOOTH",
+"1716 1416 OFFCURVE",
+"1320 1780 OFFCURVE",
+"976 1820 CURVE",
+"976 1620 LINE",
+"1104 1548 OFFCURVE",
+"1192 1356 OFFCURVE",
+"1192 908 CURVE SMOOTH",
+"1192 804 LINE SMOOTH",
+"1192 504 OFFCURVE",
+"1088 348 OFFCURVE",
+"916 348 CURVE SMOOTH",
+"740 348 OFFCURVE",
+"632 504 OFFCURVE",
+"632 804 CURVE SMOOTH",
+"632 908 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 2004 LINE",
+"140 1628 LINE",
+"840 1628 LINE",
+"840 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"976 2004 LINE",
+"976 1628 LINE",
+"1688 1628 LINE",
+"1688 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01B1;
+userData = {
+interface.gridadjust.original = "{'width': 1871, 'leftMargin': 164, 'rightMargin': 163}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = degreekelvin;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = K;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1840;
+},
+{
+components = (
+{
+name = K;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2048;
+}
+);
+unicode = 212A;
+userData = {
+interface.gridadjust.original = "{'width': 1764, 'leftMargin': 256, 'rightMargin': 72}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni02AB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = top;
+position = "{988, 2200}";
+},
+{
+name = top0315;
+position = "{1692, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"792 220 LINE",
+"792 0 LINE",
+"1876 0 LINE",
+"1876 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1856 1536 LINE",
+"1720 1536 LINE",
+"688 200 LINE",
+"688 0 LINE",
+"828 0 LINE",
+"1856 1348 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"352 1536 LINE",
+"352 1316 LINE",
+"1736 1316 LINE",
+"1736 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 0 LINE",
+"452 0 LINE",
+"452 2048 LINE"
+);
+}
+);
+width = 2036;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1172, 0}";
+},
+{
+name = top;
+position = "{1172, 2200}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"896 360 LINE",
+"896 0 LINE",
+"2040 0 LINE",
+"2040 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2024 1536 LINE",
+"1720 1536 LINE",
+"784 260 LINE",
+"784 0 LINE",
+"1088 0 LINE",
+"2024 1276 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"364 1536 LINE",
+"364 1176 LINE",
+"1876 1176 LINE",
+"1876 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 2048 LINE"
+);
+}
+);
+width = 2184;
+}
+);
+unicode = 02AB;
+userData = {
+interface.gridadjust.original = "{'width': 1767, 'leftMargin': 256, 'rightMargin': 98}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni02AC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{632, 0}";
+},
+{
+name = top;
+position = "{632, 2200}";
+},
+{
+name = top0315;
+position = "{1268, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"356 1200 LINE",
+"464 1200 LINE",
+"656 1820 LINE",
+"668 2004 LINE",
+"544 2004 LINE",
+"356 1380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"52 2004 LINE",
+"288 1200 LINE",
+"408 1200 LINE",
+"400 1380 LINE",
+"268 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"856 1200 LINE",
+"976 1200 LINE",
+"1212 2004 LINE",
+"1000 2004 LINE",
+"872 1380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 2004 LINE",
+"612 1824 LINE",
+"800 1200 LINE",
+"912 1200 LINE",
+"916 1380 LINE",
+"720 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 0 LINE",
+"464 0 LINE",
+"656 624 LINE",
+"668 804 LINE",
+"544 804 LINE",
+"356 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"52 804 LINE",
+"288 0 LINE",
+"408 0 LINE",
+"400 184 LINE",
+"268 804 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"856 0 LINE",
+"976 0 LINE",
+"1212 804 LINE",
+"1000 804 LINE",
+"872 184 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 804 LINE",
+"612 624 LINE",
+"800 0 LINE",
+"912 0 LINE",
+"916 184 LINE",
+"720 804 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = top;
+position = "{788, 2200}";
+},
+{
+name = top0315;
+position = "{1504, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"456 1200 LINE",
+"628 1200 LINE",
+"836 1764 LINE",
+"892 2004 LINE",
+"672 2004 LINE",
+"480 1424 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"176 2004 LINE",
+"388 1200 LINE",
+"600 1200 LINE",
+"588 1428 LINE",
+"472 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"972 1200 LINE",
+"1180 1200 LINE",
+"1392 2004 LINE",
+"1096 2004 LINE",
+"980 1432 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"680 2004 LINE",
+"736 1760 LINE",
+"940 1200 LINE",
+"1116 1200 LINE",
+"1092 1428 LINE",
+"892 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"456 0 LINE",
+"628 0 LINE",
+"836 564 LINE",
+"892 804 LINE",
+"672 804 LINE",
+"480 228 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"176 804 LINE",
+"388 0 LINE",
+"600 0 LINE",
+"588 232 LINE",
+"472 804 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"972 0 LINE",
+"1180 0 LINE",
+"1392 804 LINE",
+"1096 804 LINE",
+"980 236 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"680 804 LINE",
+"736 564 LINE",
+"940 0 LINE",
+"1116 0 LINE",
+"1092 228 LINE",
+"892 804 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 02AC;
+userData = {
+interface.gridadjust.original = "{'width': 1269, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FCD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{1184, 2000}";
+},
+{
+name = _top;
+position = "{632, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"912 2056 LINE",
+"624 2056 LINE",
+"624 2028 LINE",
+"940 1592 LINE",
+"1068 1592 LINE",
+"1068 1612 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"312 2056 LINE",
+"312 1952 LINE SMOOTH",
+"312 1820 OFFCURVE",
+"272 1728 OFFCURVE",
+"200 1644 CURVE",
+"308 1560 LINE",
+"468 1648 OFFCURVE",
+"560 1784 OFFCURVE",
+"560 1944 CURVE SMOOTH",
+"560 2056 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{1128, 2000}";
+},
+{
+name = _top;
+position = "{672, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"920 2056 LINE",
+"628 2056 LINE",
+"628 2028 LINE",
+"948 1588 LINE",
+"1072 1588 LINE",
+"1072 1624 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"344 2056 LINE",
+"344 1928 LINE SMOOTH",
+"344 1824 OFFCURVE",
+"320 1744 OFFCURVE",
+"240 1692 CURVE",
+"356 1560 LINE",
+"484 1620 OFFCURVE",
+"580 1748 OFFCURVE",
+"580 1920 CURVE SMOOTH",
+"580 2056 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 1FCD;
+userData = {
+interface.gridadjust.original = "{'width': 1119, 'leftMargin': 131, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = kappa1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1440 1488 LINE",
+"1732 1488 LINE",
+"628 0 LINE",
+"332 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"488 1036 LINE SMOOTH",
+"488 1224 OFFCURVE",
+"396 1288 OFFCURVE",
+"248 1288 CURVE SMOOTH",
+"224 1288 OFFCURVE",
+"188 1284 OFFCURVE",
+"160 1276 CURVE",
+"160 1492 LINE",
+"204 1504 OFFCURVE",
+"272 1516 OFFCURVE",
+"320 1516 CURVE SMOOTH",
+"580 1516 OFFCURVE",
+"764 1344 OFFCURVE",
+"764 1036 CURVE SMOOTH",
+"764 312 LINE",
+"488 60 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1544 452 LINE SMOOTH",
+"1544 264 OFFCURVE",
+"1636 200 OFFCURVE",
+"1784 200 CURVE SMOOTH",
+"1808 200 OFFCURVE",
+"1844 204 OFFCURVE",
+"1872 212 CURVE",
+"1872 -4 LINE",
+"1832 -20 OFFCURVE",
+"1760 -28 OFFCURVE",
+"1712 -28 CURVE SMOOTH",
+"1452 -28 OFFCURVE",
+"1268 144 OFFCURVE",
+"1268 452 CURVE SMOOTH",
+"1268 1176 LINE",
+"1544 1428 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1436 1488 LINE",
+"1788 1488 LINE",
+"656 0 LINE",
+"336 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"444 1028 LINE SMOOTH",
+"444 1156 OFFCURVE",
+"352 1188 OFFCURVE",
+"256 1188 CURVE SMOOTH",
+"220 1188 OFFCURVE",
+"184 1184 OFFCURVE",
+"152 1180 CURVE",
+"148 1496 LINE",
+"204 1508 OFFCURVE",
+"308 1516 OFFCURVE",
+"376 1516 CURVE SMOOTH",
+"728 1516 OFFCURVE",
+"800 1304 OFFCURVE",
+"800 1028 CURVE SMOOTH",
+"800 348 LINE",
+"448 16 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1636 460 LINE SMOOTH",
+"1636 332 OFFCURVE",
+"1728 304 OFFCURVE",
+"1828 304 CURVE SMOOTH",
+"1860 304 OFFCURVE",
+"1896 304 OFFCURVE",
+"1932 308 CURVE",
+"1932 -8 LINE",
+"1880 -20 OFFCURVE",
+"1776 -28 OFFCURVE",
+"1708 -28 CURVE SMOOTH",
+"1356 -28 OFFCURVE",
+"1284 184 OFFCURVE",
+"1284 464 CURVE SMOOTH",
+"1284 1140 LINE",
+"1636 1472 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03F0;
+userData = {
+interface.gridadjust.original = "{'width': 1796, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = onethird;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, 60, 912}";
+},
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 1380, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 488, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2544;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -20, 912}";
+},
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 1164, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 416, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 2153;
+userData = {
+interface.gridadjust.original = "{'width': 2503, 'leftMargin': 185, 'rightMargin': 248}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2159;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -24, 912}";
+},
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, 1184, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 400, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -8, 912}";
+},
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, 1136, 0}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 428, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 2159;
+userData = {
+interface.gridadjust.original = "{'width': 2424, 'leftMargin': 185, 'rightMargin': 254}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2158;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 12, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 700, 0}";
+},
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 1608, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2800;
+},
+{
+components = (
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 148, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 816, 0}";
+},
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 1644, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2848;
+}
+);
+unicode = 2158;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni214F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"588 -28 OFFCURVE",
+"960 260 OFFCURVE",
+"960 776 CURVE SMOOTH",
+"960 1016 OFFCURVE",
+"892 1232 OFFCURVE",
+"588 1232 CURVE SMOOTH",
+"284 1232 OFFCURVE",
+"220 1016 OFFCURVE",
+"220 776 CURVE SMOOTH",
+"220 260 OFFCURVE",
+"592 -28 OFFCURVE",
+"996 -28 CURVE SMOOTH",
+"1400 -28 OFFCURVE",
+"1772 260 OFFCURVE",
+"1772 776 CURVE SMOOTH",
+"1772 1016 OFFCURVE",
+"1704 1232 OFFCURVE",
+"1400 1232 CURVE SMOOTH",
+"1096 1232 OFFCURVE",
+"1032 1016 OFFCURVE",
+"1032 776 CURVE SMOOTH",
+"1032 260 OFFCURVE",
+"1400 -28 OFFCURVE",
+"1804 -28 CURVE SMOOTH",
+"2212 -28 OFFCURVE",
+"2580 260 OFFCURVE",
+"2580 776 CURVE SMOOTH",
+"2580 1016 OFFCURVE",
+"2516 1232 OFFCURVE",
+"2212 1232 CURVE SMOOTH",
+"1908 1232 OFFCURVE",
+"1840 1016 OFFCURVE",
+"1840 776 CURVE SMOOTH",
+"1840 260 OFFCURVE",
+"2212 -28 OFFCURVE",
+"2616 -28 CURVE",
+"2616 192 LINE",
+"2236 192 OFFCURVE",
+"2088 452 OFFCURVE",
+"2088 780 CURVE SMOOTH",
+"2088 912 OFFCURVE",
+"2128 1012 OFFCURVE",
+"2212 1012 CURVE SMOOTH",
+"2292 1012 OFFCURVE",
+"2332 912 OFFCURVE",
+"2332 780 CURVE SMOOTH",
+"2332 452 OFFCURVE",
+"2188 192 OFFCURVE",
+"1804 192 CURVE SMOOTH",
+"1424 192 OFFCURVE",
+"1276 452 OFFCURVE",
+"1276 780 CURVE SMOOTH",
+"1276 912 OFFCURVE",
+"1316 1012 OFFCURVE",
+"1400 1012 CURVE SMOOTH",
+"1484 1012 OFFCURVE",
+"1524 912 OFFCURVE",
+"1524 780 CURVE SMOOTH",
+"1524 452 OFFCURVE",
+"1376 192 OFFCURVE",
+"996 192 CURVE SMOOTH",
+"612 192 OFFCURVE",
+"468 452 OFFCURVE",
+"468 780 CURVE SMOOTH",
+"468 912 OFFCURVE",
+"508 1012 OFFCURVE",
+"588 1012 CURVE SMOOTH",
+"672 1012 OFFCURVE",
+"712 912 OFFCURVE",
+"712 780 CURVE SMOOTH",
+"712 452 OFFCURVE",
+"564 192 OFFCURVE",
+"184 192 CURVE",
+"184 -28 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"772 -28 OFFCURVE",
+"1156 288 OFFCURVE",
+"1156 776 CURVE SMOOTH",
+"1156 1044 OFFCURVE",
+"1040 1232 OFFCURVE",
+"712 1232 CURVE SMOOTH",
+"384 1232 OFFCURVE",
+"268 1044 OFFCURVE",
+"268 776 CURVE SMOOTH",
+"268 288 OFFCURVE",
+"656 -28 OFFCURVE",
+"1196 -28 CURVE SMOOTH",
+"1740 -28 OFFCURVE",
+"2124 288 OFFCURVE",
+"2124 776 CURVE SMOOTH",
+"2124 1044 OFFCURVE",
+"2008 1232 OFFCURVE",
+"1680 1232 CURVE SMOOTH",
+"1352 1232 OFFCURVE",
+"1236 1044 OFFCURVE",
+"1236 776 CURVE SMOOTH",
+"1236 288 OFFCURVE",
+"1624 -28 OFFCURVE",
+"2164 -28 CURVE SMOOTH",
+"2708 -28 OFFCURVE",
+"3092 288 OFFCURVE",
+"3092 776 CURVE SMOOTH",
+"3092 1044 OFFCURVE",
+"2976 1232 OFFCURVE",
+"2648 1232 CURVE SMOOTH",
+"2320 1232 OFFCURVE",
+"2204 1044 OFFCURVE",
+"2204 776 CURVE SMOOTH",
+"2204 288 OFFCURVE",
+"2592 -28 OFFCURVE",
+"3132 -28 CURVE",
+"3132 332 LINE",
+"2660 332 OFFCURVE",
+"2592 488 OFFCURVE",
+"2592 768 CURVE SMOOTH",
+"2592 832 OFFCURVE",
+"2604 876 OFFCURVE",
+"2648 876 CURVE SMOOTH",
+"2692 876 OFFCURVE",
+"2708 832 OFFCURVE",
+"2708 768 CURVE SMOOTH",
+"2708 488 OFFCURVE",
+"2636 332 OFFCURVE",
+"2164 332 CURVE SMOOTH",
+"1692 332 OFFCURVE",
+"1624 488 OFFCURVE",
+"1624 768 CURVE SMOOTH",
+"1624 832 OFFCURVE",
+"1636 876 OFFCURVE",
+"1680 876 CURVE SMOOTH",
+"1724 876 OFFCURVE",
+"1740 832 OFFCURVE",
+"1740 768 CURVE SMOOTH",
+"1740 488 OFFCURVE",
+"1668 332 OFFCURVE",
+"1196 332 CURVE SMOOTH",
+"724 332 OFFCURVE",
+"656 488 OFFCURVE",
+"656 768 CURVE SMOOTH",
+"656 832 OFFCURVE",
+"668 876 OFFCURVE",
+"712 876 CURVE SMOOTH",
+"756 876 OFFCURVE",
+"772 832 OFFCURVE",
+"772 768 CURVE SMOOTH",
+"772 488 OFFCURVE",
+"700 332 OFFCURVE",
+"228 332 CURVE",
+"228 -28 LINE"
+);
+}
+);
+width = 3360;
+}
+);
+unicode = 214F;
+userData = {
+interface.gridadjust.original = "{'width': 2681, 'leftMargin': 124, 'rightMargin': 123}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni214D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"760 2300 LINE",
+"632 2300 LINE",
+"160 1100 LINE",
+"384 1100 LINE",
+"764 2152 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1288 1100 LINE",
+"820 2300 LINE",
+"696 2300 LINE",
+"688 2156 LINE",
+"1064 1100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"392 1548 LINE",
+"392 1380 LINE",
+"1076 1380 LINE",
+"1076 1548 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2440 200 OFFCURVE",
+"2360 144 OFFCURVE",
+"2204 144 CURVE SMOOTH",
+"2056 144 OFFCURVE",
+"1944 200 OFFCURVE",
+"1916 372 CURVE",
+"1720 372 LINE",
+"1720 172 OFFCURVE",
+"1880 -28 OFFCURVE",
+"2204 -28 CURVE SMOOTH",
+"2500 -28 OFFCURVE",
+"2644 124 OFFCURVE",
+"2644 304 CURVE SMOOTH",
+"2644 504 OFFCURVE",
+"2496 584 OFFCURVE",
+"2188 688 CURVE SMOOTH",
+"2052 736 OFFCURVE",
+"1948 792 OFFCURVE",
+"1948 888 CURVE SMOOTH",
+"1948 976 OFFCURVE",
+"2016 1036 OFFCURVE",
+"2148 1036 CURVE SMOOTH",
+"2336 1036 OFFCURVE",
+"2412 904 OFFCURVE",
+"2420 828 CURVE",
+"2616 828 LINE",
+"2592 1020 OFFCURVE",
+"2472 1204 OFFCURVE",
+"2148 1204 CURVE SMOOTH",
+"1900 1204 OFFCURVE",
+"1748 1060 OFFCURVE",
+"1748 896 CURVE SMOOTH",
+"1748 704 OFFCURVE",
+"1864 612 OFFCURVE",
+"2152 512 CURVE SMOOTH",
+"2364 436 OFFCURVE",
+"2440 388 OFFCURVE",
+"2440 300 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1988 1812 LINE",
+"1012 244 LINE",
+"1164 152 LINE",
+"2140 1716 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"732 2300 LINE",
+"552 2300 LINE",
+"104 1100 LINE",
+"372 1100 LINE",
+"684 2032 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1244 1100 LINE",
+"800 2300 LINE",
+"616 2300 LINE",
+"660 2032 LINE",
+"976 1100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"320 1548 LINE",
+"320 1336 LINE",
+"948 1336 LINE",
+"948 1548 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2472 244 OFFCURVE",
+"2424 188 OFFCURVE",
+"2296 188 CURVE SMOOTH",
+"2148 188 OFFCURVE",
+"2064 236 OFFCURVE",
+"2064 384 CURVE",
+"1792 384 LINE",
+"1792 96 OFFCURVE",
+"2048 -28 OFFCURVE",
+"2296 -28 CURVE SMOOTH",
+"2568 -28 OFFCURVE",
+"2744 96 OFFCURVE",
+"2744 316 CURVE SMOOTH",
+"2744 544 OFFCURVE",
+"2592 644 OFFCURVE",
+"2336 720 CURVE SMOOTH",
+"2168 780 OFFCURVE",
+"2100 812 OFFCURVE",
+"2100 888 CURVE SMOOTH",
+"2100 960 OFFCURVE",
+"2160 1020 OFFCURVE",
+"2284 1020 CURVE SMOOTH",
+"2412 1020 OFFCURVE",
+"2472 948 OFFCURVE",
+"2472 852 CURVE",
+"2744 852 LINE",
+"2744 1080 OFFCURVE",
+"2560 1232 OFFCURVE",
+"2288 1232 CURVE SMOOTH",
+"2020 1232 OFFCURVE",
+"1828 1096 OFFCURVE",
+"1828 888 CURVE SMOOTH",
+"1828 660 OFFCURVE",
+"2012 572 OFFCURVE",
+"2276 492 CURVE SMOOTH",
+"2424 440 OFFCURVE",
+"2472 408 OFFCURVE",
+"2472 316 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1892 1824 LINE",
+"916 260 LINE",
+"1124 152 LINE",
+"2100 1716 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 214D;
+userData = {
+interface.gridadjust.original = "{'width': 2782, 'leftMargin': 149, 'rightMargin': 149}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = OEsmallcap;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1360, 0}";
+},
+{
+name = top;
+position = "{1360, 1776}";
+},
+{
+name = top0315;
+position = "{2436, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1444 216 LINE",
+"1444 0 LINE",
+"2316 0 LINE",
+"2316 216 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1232 1488 LINE",
+"1232 0 LINE",
+"1508 0 LINE",
+"1508 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1444 864 LINE",
+"1444 644 LINE",
+"2196 644 LINE",
+"2196 864 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1444 1488 LINE",
+"1444 1272 LINE",
+"2316 1272 LINE",
+"2316 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 -28 OFFCURVE",
+"1212 0 OFFCURVE",
+"1420 0 CURVE",
+"1420 216 LINE",
+"1212 216 OFFCURVE",
+"1092 192 OFFCURVE",
+"912 192 CURVE SMOOTH",
+"640 192 OFFCURVE",
+"508 440 OFFCURVE",
+"508 728 CURVE",
+"508 760 LINE",
+"508 1044 OFFCURVE",
+"640 1296 OFFCURVE",
+"908 1296 CURVE SMOOTH",
+"1092 1296 OFFCURVE",
+"1212 1272 OFFCURVE",
+"1420 1272 CURVE",
+"1420 1488 LINE",
+"1212 1488 OFFCURVE",
+"1072 1516 OFFCURVE",
+"908 1516 CURVE SMOOTH",
+"492 1516 OFFCURVE",
+"232 1188 OFFCURVE",
+"232 760 CURVE",
+"232 728 LINE",
+"232 300 OFFCURVE",
+"492 -28 OFFCURVE",
+"912 -28 CURVE SMOOTH"
+);
+}
+);
+width = 2544;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1216, 0}";
+},
+{
+name = top;
+position = "{1216, 1776}";
+},
+{
+name = top0315;
+position = "{2340, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1356 356 LINE",
+"1356 0 LINE",
+"2200 0 LINE",
+"2200 356 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1080 1488 LINE",
+"1080 0 LINE",
+"1524 0 LINE",
+"1524 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1356 924 LINE",
+"1356 568 LINE",
+"2080 568 LINE",
+"2080 924 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1356 1488 LINE",
+"1356 1132 LINE",
+"2200 1132 LINE",
+"2200 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1020 -28 OFFCURVE",
+"1096 0 OFFCURVE",
+"1376 0 CURVE",
+"1376 356 LINE",
+"1096 356 OFFCURVE",
+"984 332 OFFCURVE",
+"852 332 CURVE SMOOTH",
+"644 332 OFFCURVE",
+"580 504 OFFCURVE",
+"580 728 CURVE",
+"580 760 LINE",
+"580 976 OFFCURVE",
+"648 1160 OFFCURVE",
+"848 1160 CURVE SMOOTH",
+"988 1160 OFFCURVE",
+"1096 1132 OFFCURVE",
+"1376 1132 CURVE",
+"1376 1488 LINE",
+"1100 1488 OFFCURVE",
+"1020 1516 OFFCURVE",
+"848 1516 CURVE SMOOTH",
+"392 1516 OFFCURVE",
+"136 1192 OFFCURVE",
+"136 760 CURVE",
+"136 728 LINE",
+"136 296 OFFCURVE",
+"392 -28 OFFCURVE",
+"852 -28 CURVE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 0276;
+userData = {
+interface.gridadjust.original = "{'width': 2375, 'leftMargin': 172, 'rightMargin': 120}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = tackupsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-811, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-811, -590}";
+}
+);
+components = (
+{
+name = uptackmod;
+transform = "{1, 0, 0, 1, -1199, -825}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-795, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-795, -677}";
+}
+);
+components = (
+{
+name = uptackmod;
+transform = "{1, 0, 0, 1, -1249, -880}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 031D;
+},
+{
+color = (250,227,227,1);
+glyphname = uni2DFF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-776, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1239 1940 LINE",
+"-686 1940 LINE",
+"-686 2078 LINE",
+"-1239 2078 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1389 1651 LINE",
+"-1207 1651 LINE",
+"-1207 2410 LINE",
+"-1389 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-660 2009 LINE",
+"-637 1928 LINE",
+"-554 1928 LINE",
+"-221 2410 LINE",
+"-419 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-679 1928 LINE",
+"-595 1928 LINE",
+"-571 2005 LINE",
+"-813 2410 LINE",
+"-1012 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-535 1651 LINE",
+"-535 2072 LINE",
+"-703 2072 LINE",
+"-703 1651 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-840 2273 LINE",
+"-403 2273 LINE",
+"-362 2410 LINE",
+"-881 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-905 1764 LINE SMOOTH",
+"-905 1921 OFFCURVE",
+"-848 1940 OFFCURVE",
+"-730 1940 CURVE SMOOTH",
+"-503 1940 LINE SMOOTH",
+"-385 1940 OFFCURVE",
+"-329 1921 OFFCURVE",
+"-329 1764 CURVE SMOOTH",
+"-329 1651 LINE",
+"-161 1651 LINE",
+"-161 1764 LINE SMOOTH",
+"-161 1992 OFFCURVE",
+"-279 2078 OFFCURVE",
+"-503 2078 CURVE SMOOTH",
+"-730 2078 LINE SMOOTH",
+"-954 2078 OFFCURVE",
+"-1073 1992 OFFCURVE",
+"-1073 1764 CURVE SMOOTH",
+"-1073 1651 LINE",
+"-905 1651 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-994, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1506 1917 LINE",
+"-905 1917 LINE",
+"-905 2085 LINE",
+"-1506 2085 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1651 1651 LINE",
+"-1426 1651 LINE",
+"-1426 2410 LINE",
+"-1651 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-836 1994 LINE",
+"-813 1922 LINE",
+"-694 1922 LINE",
+"-407 2410 LINE",
+"-650 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-890 1922 LINE",
+"-771 1922 LINE",
+"-745 1990 LINE",
+"-934 2410 LINE",
+"-1177 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-681 1651 LINE",
+"-681 2039 LINE",
+"-908 2039 LINE",
+"-908 1651 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-979 2250 LINE",
+"-612 2250 LINE",
+"-557 2410 LINE",
+"-1034 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1023 1785 LINE SMOOTH",
+"-1023 1884 OFFCURVE",
+"-985 1917 OFFCURVE",
+"-906 1917 CURVE SMOOTH",
+"-678 1917 LINE SMOOTH",
+"-600 1917 OFFCURVE",
+"-561 1884 OFFCURVE",
+"-561 1785 CURVE SMOOTH",
+"-561 1651 LINE",
+"-336 1651 LINE",
+"-336 1785 LINE SMOOTH",
+"-336 2003 OFFCURVE",
+"-465 2085 OFFCURVE",
+"-678 2085 CURVE SMOOTH",
+"-906 2085 LINE SMOOTH",
+"-1121 2085 OFFCURVE",
+"-1249 2003 OFFCURVE",
+"-1249 1785 CURVE SMOOTH",
+"-1249 1651 LINE",
+"-1023 1651 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 2DFF;
+},
+{
+glyphname = glottalstopbarinv;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1084 280 OFFCURVE",
+"976 192 OFFCURVE",
+"780 192 CURVE SMOOTH",
+"624 192 OFFCURVE",
+"448 260 OFFCURVE",
+"440 468 CURVE",
+"164 468 LINE",
+"164 216 OFFCURVE",
+"380 -28 OFFCURVE",
+"780 -28 CURVE SMOOTH",
+"1128 -28 OFFCURVE",
+"1360 156 OFFCURVE",
+"1360 420 CURVE SMOOTH",
+"1360 832 OFFCURVE",
+"860 744 OFFCURVE",
+"860 1084 CURVE SMOOTH",
+"860 1844 LINE",
+"584 1844 LINE",
+"584 1076 LINE SMOOTH",
+"584 624 OFFCURVE",
+"1084 668 OFFCURVE",
+"1084 396 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"316 1488 LINE",
+"316 1284 LINE",
+"1132 1284 LINE",
+"1132 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1004 328 OFFCURVE",
+"924 280 OFFCURVE",
+"800 280 CURVE SMOOTH",
+"680 280 OFFCURVE",
+"560 328 OFFCURVE",
+"552 476 CURVE",
+"136 476 LINE",
+"136 240 OFFCURVE",
+"364 -28 OFFCURVE",
+"792 -28 CURVE SMOOTH",
+"1184 -28 OFFCURVE",
+"1432 168 OFFCURVE",
+"1432 432 CURVE SMOOTH",
+"1432 888 OFFCURVE",
+"944 736 OFFCURVE",
+"944 1132 CURVE SMOOTH",
+"944 1860 LINE",
+"500 1860 LINE",
+"500 1140 LINE SMOOTH",
+"500 588 OFFCURVE",
+"1004 636 OFFCURVE",
+"1004 420 CURVE SMOOTH {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"304 1488 LINE",
+"304 1168 LINE",
+"1192 1168 LINE",
+"1192 1488 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 01BE;
+userData = {
+interface.gridadjust.original = "{'width': 1459, 'leftMargin': 129, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = seagullsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-807, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-807, -457}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1354 -292 OFFCURVE",
+"-1228 -154 OFFCURVE",
+"-1052 -154 CURVE SMOOTH",
+"-850 -154 OFFCURVE",
+"-741 -292 OFFCURVE",
+"-741 -484 CURVE",
+"-873 -484 LINE",
+"-873 -380 OFFCURVE",
+"-930 -312 OFFCURVE",
+"-1052 -312 CURVE SMOOTH",
+"-1147 -312 OFFCURVE",
+"-1221 -380 OFFCURVE",
+"-1221 -485 CURVE",
+"-1354 -485 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-873 -292 OFFCURVE",
+"-765 -154 OFFCURVE",
+"-562 -154 CURVE SMOOTH",
+"-386 -154 OFFCURVE",
+"-260 -292 OFFCURVE",
+"-260 -485 CURVE",
+"-393 -485 LINE",
+"-393 -380 OFFCURVE",
+"-468 -312 OFFCURVE",
+"-562 -312 CURVE SMOOTH",
+"-685 -312 OFFCURVE",
+"-741 -380 OFFCURVE",
+"-741 -484 CURVE",
+"-873 -484 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-791, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-791, -472}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1339 -293 OFFCURVE",
+"-1209 -142 OFFCURVE",
+"-1027 -142 CURVE SMOOTH",
+"-847 -142 OFFCURVE",
+"-708 -293 OFFCURVE",
+"-708 -490 CURVE",
+"-869 -490 LINE",
+"-869 -399 OFFCURVE",
+"-931 -340 OFFCURVE",
+"-1027 -340 CURVE SMOOTH",
+"-1119 -340 OFFCURVE",
+"-1183 -399 OFFCURVE",
+"-1183 -490 CURVE",
+"-1339 -490 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-869 -293 OFFCURVE",
+"-738 -142 OFFCURVE",
+"-557 -142 CURVE SMOOTH",
+"-377 -142 OFFCURVE",
+"-238 -293 OFFCURVE",
+"-238 -490 CURVE",
+"-399 -490 LINE",
+"-399 -399 OFFCURVE",
+"-461 -340 OFFCURVE",
+"-557 -340 CURVE SMOOTH",
+"-649 -340 OFFCURVE",
+"-708 -399 OFFCURVE",
+"-708 -490 CURVE",
+"-869 -490 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 033C;
+},
+{
+glyphname = uni02EC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"200 -180 LINE",
+"200 -192 LINE",
+"548 -572 LINE",
+"712 -572 LINE",
+"1068 -192 LINE",
+"1068 -180 LINE",
+"832 -180 LINE",
+"632 -408 LINE",
+"428 -180 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"204 -184 LINE",
+"204 -196 LINE",
+"644 -588 LINE",
+"928 -588 LINE",
+"1364 -196 LINE",
+"1364 -184 LINE",
+"988 -184 LINE",
+"784 -368 LINE",
+"584 -184 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 02EC;
+userData = {
+interface.gridadjust.original = "{'width': 1089.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = afii300;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1029 1584 LINE",
+"-1029 1753 LINE",
+"-349 1753 LINE",
+"-349 1584 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1199 1668 LINE",
+"-1067 1748 LINE",
+"-615 1363 LINE",
+"-854 1363 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1060 1595 LINE",
+"-1199 1668 LINE",
+"-868 2001 LINE",
+"-628 2001 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-518 -275 LINE",
+"-518 1753 LINE",
+"-349 1753 LINE",
+"-349 -275 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1247 1623 LINE",
+"-1247 1911 LINE",
+"-392 1911 LINE",
+"-392 1623 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1427 1767 LINE",
+"-1191 1851 LINE",
+"-822 1401 LINE",
+"-1158 1401 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1191 1683 LINE",
+"-1427 1767 LINE",
+"-1158 2133 LINE",
+"-822 2133 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-708 -275 LINE",
+"-708 1794 LINE",
+"-392 1794 LINE",
+"-392 -275 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 200F;
+},
+{
+color = (222,222,222,1);
+glyphname = caronnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1239 2087 LINE",
+"-1239 2058 LINE",
+"-890 1722 LINE",
+"-725 1722 LINE",
+"-370 2063 LINE",
+"-370 2087 LINE",
+"-606 2087 LINE",
+"-807 1887 LINE",
+"-1008 2087 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1346 2101 LINE",
+"-1346 2082 LINE",
+"-947 1722 LINE",
+"-637 1722 LINE",
+"-241 2079 LINE",
+"-241 2101 LINE",
+"-617 2101 LINE",
+"-792 1914 LINE",
+"-967 2101 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = romanfour;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = V;
+transform = "{1, 0, 0, 1, 760, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2652;
+},
+{
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = V;
+transform = "{1, 0, 0, 1, 704, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2872;
+}
+);
+unicode = 2163;
+userData = {
+interface.gridadjust.original = "{'width': 2564, 'leftMargin': 256, 'rightMargin': 144}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03F5;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 220 OFFCURVE",
+"364 464 OFFCURVE",
+"364 716 CURVE SMOOTH",
+"364 772 LINE SMOOTH",
+"364 1024 OFFCURVE",
+"448 1268 OFFCURVE",
+"756 1268 CURVE SMOOTH",
+"1176 1268 LINE",
+"1176 1488 LINE",
+"756 1488 LINE SMOOTH",
+"304 1488 OFFCURVE",
+"88 1168 OFFCURVE",
+"88 772 CURVE SMOOTH",
+"88 716 LINE SMOOTH",
+"88 320 OFFCURVE",
+"300 0 OFFCURVE",
+"756 0 CURVE SMOOTH",
+"1176 0 LINE",
+"1176 220 LINE",
+"756 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 852 LINE",
+"152 632 LINE",
+"908 632 LINE",
+"908 852 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 332 OFFCURVE",
+"548 512 OFFCURVE",
+"548 728 CURVE SMOOTH",
+"548 760 LINE SMOOTH",
+"548 980 OFFCURVE",
+"596 1160 OFFCURVE",
+"804 1160 CURVE SMOOTH",
+"1212 1160 LINE",
+"1212 1516 LINE",
+"804 1516 LINE SMOOTH",
+"344 1516 OFFCURVE",
+"104 1188 OFFCURVE",
+"104 760 CURVE SMOOTH",
+"104 728 LINE SMOOTH",
+"104 296 OFFCURVE",
+"344 -28 OFFCURVE",
+"804 -28 CURVE SMOOTH",
+"1212 -28 LINE",
+"1212 332 LINE",
+"804 332 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"416 900 LINE",
+"416 592 LINE",
+"1040 592 LINE",
+"1040 900 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 03F5;
+userData = {
+interface.gridadjust.original = "{'width': 1272, 'leftMargin': 127, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni03F6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"88 0 LINE",
+"508 0 LINE SMOOTH",
+"964 0 OFFCURVE",
+"1176 320 OFFCURVE",
+"1176 716 CURVE SMOOTH",
+"1176 772 LINE SMOOTH",
+"1176 1168 OFFCURVE",
+"964 1488 OFFCURVE",
+"508 1488 CURVE SMOOTH",
+"88 1488 LINE",
+"88 1268 LINE",
+"508 1268 LINE SMOOTH",
+"816 1268 OFFCURVE",
+"904 1024 OFFCURVE",
+"904 772 CURVE SMOOTH",
+"904 716 LINE SMOOTH",
+"904 464 OFFCURVE",
+"820 220 OFFCURVE",
+"508 220 CURVE SMOOTH",
+"88 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1112 632 LINE",
+"1112 852 LINE",
+"356 852 LINE",
+"356 632 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"104 -28 LINE",
+"512 -28 LINE SMOOTH",
+"972 -28 OFFCURVE",
+"1212 296 OFFCURVE",
+"1212 728 CURVE SMOOTH",
+"1212 760 LINE SMOOTH",
+"1212 1188 OFFCURVE",
+"972 1516 OFFCURVE",
+"508 1516 CURVE SMOOTH",
+"104 1516 LINE",
+"104 1160 LINE",
+"508 1160 LINE SMOOTH",
+"716 1160 OFFCURVE",
+"768 980 OFFCURVE",
+"768 760 CURVE SMOOTH",
+"768 728 LINE SMOOTH",
+"768 512 OFFCURVE",
+"716 332 OFFCURVE",
+"512 332 CURVE SMOOTH",
+"104 332 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"896 592 LINE",
+"896 900 LINE",
+"276 900 LINE",
+"276 592 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 03F6;
+userData = {
+interface.gridadjust.original = "{'width': 1272, 'leftMargin': 55, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = longs;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{168, 16}";
+},
+{
+name = top;
+position = "{420, 2420}";
+},
+{
+name = top0315;
+position = "{532, 2420}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"316 1640 LINE SMOOTH",
+"316 1816 OFFCURVE",
+"400 1920 OFFCURVE",
+"560 1920 CURVE SMOOTH",
+"608 1920 OFFCURVE",
+"648 1916 OFFCURVE",
+"680 1908 CURVE",
+"712 2112 LINE",
+"648 2128 OFFCURVE",
+"580 2140 OFFCURVE",
+"516 2140 CURVE SMOOTH",
+"220 2140 OFFCURVE",
+"40 1964 OFFCURVE",
+"40 1640 CURVE SMOOTH",
+"40 0 LINE",
+"316 0 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{240, 16}";
+},
+{
+name = top;
+position = "{368, 2284}";
+},
+{
+name = top0315;
+position = "{596, 2284}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 1608 LINE",
+"444 1724 OFFCURVE",
+"508 1784 OFFCURVE",
+"632 1784 CURVE SMOOTH",
+"692 1784 OFFCURVE",
+"724 1780 OFFCURVE",
+"768 1772 CURVE",
+"800 2112 LINE",
+"724 2128 OFFCURVE",
+"652 2140 OFFCURVE",
+"576 2140 CURVE SMOOTH",
+"212 2140 OFFCURVE",
+"0 1956 OFFCURVE",
+"0 1608 CURVE",
+"0 0 LINE",
+"444 0 LINE {name = hr00;}"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 017F;
+userData = {
+interface.gridadjust.original = "{'width': 712, 'leftMargin': 219, 'rightMargin': -180}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = one.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"740 1084 LINE",
+"244 924 LINE",
+"244 736 LINE",
+"536 812 LINE",
+"536 0 LINE",
+"764 0 LINE",
+"764 1084 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"776 1080 LINE",
+"256 912 LINE",
+"256 684 LINE",
+"504 732 LINE",
+"504 0 LINE",
+"800 0 LINE",
+"800 1080 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 168, 'rightMargin': 347}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = trianglebullet;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{1116, 832}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1104 832 LINE",
+"364 1296 LINE",
+"364 364 LINE"
+);
+}
+);
+width = 1408;
+},
+{
+guideLines = (
+{
+position = "{960, 852}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1040 852 LINE",
+"300 1316 LINE",
+"300 384 LINE"
+);
+}
+);
+width = 1184;
+}
+);
+unicode = 2023;
+userData = {
+com.typemytype.robofont.guideline.magnetic.zkVwYbBwEs = 5;
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ysmallcap;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = top;
+position = "{760, 1776}";
+},
+{
+name = top0315;
+position = "{1496, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"720 480 LINE",
+"884 480 LINE",
+"1480 1488 LINE",
+"1172 1488 LINE",
+"676 588 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"40 1488 LINE",
+"636 480 LINE",
+"800 480 LINE",
+"852 580 LINE",
+"348 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"620 712 LINE",
+"620 0 LINE",
+"892 0 LINE",
+"892 712 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = top;
+position = "{784, 1776}";
+},
+{
+name = top0315;
+position = "{1540, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"744 424 LINE",
+"976 424 LINE",
+"1540 1488 LINE",
+"1064 1488 LINE",
+"700 660 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"28 1488 LINE",
+"592 424 LINE",
+"824 424 LINE",
+"876 652 LINE",
+"508 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"560 652 LINE",
+"560 0 LINE",
+"1000 0 LINE",
+"1000 652 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 028F;
+userData = {
+interface.gridadjust.original = "{'width': 1474.0, 'leftMargin': 17, 'rightMargin': 16.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03FB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 1488 LINE",
+"276 1488 LINE",
+"924 0 LINE",
+"1116 0 LINE",
+"1772 1488 LINE",
+"1508 1488 LINE",
+"1020 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"180 1488 LINE",
+"180 -572 LINE",
+"456 -572 LINE",
+"456 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1852 0 LINE",
+"1852 1488 LINE",
+"1576 1488 LINE",
+"1576 0 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"684 1488 LINE",
+"336 1488 LINE",
+"888 0 LINE",
+"1184 0 LINE",
+"1736 1488 LINE",
+"1388 1488 LINE",
+"1032 512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 1488 LINE",
+"140 -572 LINE",
+"584 -572 LINE",
+"584 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1944 0 LINE",
+"1944 1488 LINE",
+"1500 1488 LINE",
+"1500 0 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03FB;
+userData = {
+interface.gridadjust.original = "{'width': 2046.0, 'leftMargin': 188, 'rightMargin': 188.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03FD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 252 OFFCURVE",
+"392 -28 OFFCURVE",
+"852 -28 CURVE SMOOTH",
+"1352 -28 OFFCURVE",
+"1664 344 OFFCURVE",
+"1664 908 CURVE SMOOTH",
+"1664 1096 LINE SMOOTH",
+"1664 1660 OFFCURVE",
+"1352 2032 OFFCURVE",
+"876 2032 CURVE SMOOTH",
+"388 2032 OFFCURVE",
+"156 1740 OFFCURVE",
+"112 1364 CURVE",
+"400 1364 LINE",
+"444 1636 OFFCURVE",
+"544 1800 OFFCURVE",
+"876 1800 CURVE SMOOTH",
+"1228 1800 OFFCURVE",
+"1380 1484 OFFCURVE",
+"1380 1096 CURVE SMOOTH",
+"1380 904 LINE SMOOTH",
+"1380 484 OFFCURVE",
+"1200 204 OFFCURVE",
+"852 204 CURVE SMOOTH",
+"548 204 OFFCURVE",
+"440 376 OFFCURVE",
+"400 644 CURVE",
+"112 644 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"244 276 OFFCURVE",
+"520 -28 OFFCURVE",
+"1036 -28 CURVE SMOOTH",
+"1540 -28 OFFCURVE",
+"1872 344 OFFCURVE",
+"1872 948 CURVE SMOOTH",
+"1872 1056 LINE SMOOTH",
+"1872 1660 OFFCURVE",
+"1560 2032 OFFCURVE",
+"1032 2032 CURVE SMOOTH",
+"536 2032 OFFCURVE",
+"232 1744 OFFCURVE",
+"212 1324 CURVE",
+"668 1324 LINE",
+"680 1552 OFFCURVE",
+"800 1652 OFFCURVE",
+"1032 1652 CURVE SMOOTH",
+"1304 1652 OFFCURVE",
+"1404 1480 OFFCURVE",
+"1404 1056 CURVE SMOOTH",
+"1404 944 LINE SMOOTH",
+"1404 520 OFFCURVE",
+"1284 348 OFFCURVE",
+"1036 348 CURVE SMOOTH",
+"772 348 OFFCURVE",
+"680 468 OFFCURVE",
+"668 692 CURVE",
+"208 692 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03FD;
+userData = {
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 121, 'rightMargin': 161}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03FE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = C;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 696, 876}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+components = (
+{
+name = C;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 664, 804}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 03FE;
+userData = {
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 161, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03FF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = uni03FE;
+transform = "{-1, 0, 0, 1, 2032, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+components = (
+{
+name = uni03FE;
+transform = "{-1, 0, 0, 1, 1984, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 03FF;
+userData = {
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 121, 'rightMargin': 161}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = iota1_uni02DE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = iota1;
+transform = "{1, 0, 0, 1, -28, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 600, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1296;
+},
+{
+components = (
+{
+alignment = -1;
+name = iota1;
+transform = "{1, 0, 0, 1, 64, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 700, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1191, 'leftMargin': 183, 'rightMargin': 41}";
+};
+},
+{
+glyphname = uni0373;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"636 2004 LINE",
+"636 0 LINE",
+"884 0 LINE",
+"884 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 2004 LINE",
+"168 1784 LINE",
+"1352 1784 LINE",
+"1352 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 2004 LINE",
+"1132 1376 LINE",
+"1352 1376 LINE",
+"1352 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 2004 LINE",
+"168 1376 LINE",
+"388 1376 LINE",
+"388 2004 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"692 2004 LINE",
+"692 0 LINE",
+"1136 0 LINE",
+"1136 2004 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 2004 LINE",
+"124 1644 LINE",
+"1700 1644 LINE",
+"1700 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1344 2004 LINE",
+"1344 1240 LINE",
+"1700 1240 LINE",
+"1700 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 2004 LINE",
+"124 1240 LINE",
+"480 1240 LINE",
+"480 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0373;
+userData = {
+interface.gridadjust.original = "{'width': 1323, 'leftMargin': 69, 'rightMargin': 69}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0372;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1460 2004 LINE",
+"1460 1240 LINE",
+"1688 1240 LINE",
+"1688 2004 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 2004 LINE",
+"152 1240 LINE",
+"380 1240 LINE",
+"380 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"796 2048 LINE",
+"796 0 LINE",
+"1044 0 LINE",
+"1044 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 2048 LINE",
+"152 1828 LINE",
+"1688 1828 LINE",
+"1688 2048 LINE"
+);
+}
+);
+width = 1840;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1368 2004 LINE",
+"1368 1240 LINE",
+"1740 1240 LINE",
+"1740 2004 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"84 2004 LINE",
+"84 1240 LINE",
+"456 1240 LINE",
+"456 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"696 2048 LINE",
+"696 0 LINE",
+"1156 0 LINE",
+"1156 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"96 2048 LINE",
+"96 1664 LINE",
+"1756 1664 LINE",
+"1756 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0372;
+userData = {
+interface.gridadjust.original = "{'width': 1680, 'leftMargin': 67, 'rightMargin': 16}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0371;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"684 1108 LINE SMOOTH",
+"684 1372 OFFCURVE",
+"488 1516 OFFCURVE",
+"264 1516 CURVE SMOOTH",
+"220 1516 OFFCURVE",
+"164 1508 OFFCURVE",
+"128 1500 CURVE",
+"128 1316 LINE",
+"148 1320 OFFCURVE",
+"184 1324 OFFCURVE",
+"204 1324 CURVE SMOOTH",
+"328 1324 OFFCURVE",
+"408 1264 OFFCURVE",
+"408 1108 CURVE SMOOTH",
+"408 0 LINE",
+"684 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"628 848 LINE",
+"628 628 LINE",
+"1396 628 LINE",
+"1396 848 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"884 1024 LINE SMOOTH",
+"884 1464 OFFCURVE",
+"568 1516 OFFCURVE",
+"332 1516 CURVE SMOOTH",
+"232 1516 OFFCURVE",
+"160 1508 OFFCURVE",
+"96 1496 CURVE",
+"96 1200 LINE",
+"136 1204 OFFCURVE",
+"168 1208 OFFCURVE",
+"208 1208 CURVE SMOOTH",
+"312 1208 OFFCURVE",
+"440 1172 OFFCURVE",
+"440 1024 CURVE SMOOTH",
+"440 0 LINE",
+"884 0 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"728 908 LINE",
+"728 552 LINE",
+"1472 552 LINE",
+"1472 908 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0371;
+userData = {
+interface.gridadjust.original = "{'width': 1349, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0370;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"484 1148 LINE",
+"484 920 LINE",
+"1536 920 LINE",
+"1536 1148 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 2004 LINE",
+"240 0 LINE",
+"524 0 LINE",
+"524 2004 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"556 1208 LINE",
+"556 836 LINE",
+"1584 836 LINE",
+"1584 1208 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 2004 LINE",
+"240 0 LINE",
+"704 0 LINE",
+"704 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0370;
+userData = {
+interface.gridadjust.original = "{'width': 1584.0, 'leftMargin': 228, 'rightMargin': 58.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0377;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1404 412 LINE SMOOTH",
+"1404 248 OFFCURVE",
+"1452 212 OFFCURVE",
+"1508 212 CURVE SMOOTH",
+"1524 212 OFFCURVE",
+"1540 216 OFFCURVE",
+"1548 220 CURVE",
+"1584 20 LINE",
+"1524 -24 OFFCURVE",
+"1468 -28 OFFCURVE",
+"1408 -28 CURVE SMOOTH",
+"1232 -28 OFFCURVE",
+"1128 96 OFFCURVE",
+"1128 412 CURVE SMOOTH",
+"1128 1488 LINE",
+"1404 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 0 LINE",
+"284 132 LINE",
+"1128 1488 LINE",
+"1308 1356 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 1488 LINE",
+"468 0 LINE",
+"196 0 LINE",
+"196 1488 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1496 508 LINE SMOOTH",
+"1496 376 OFFCURVE",
+"1528 332 OFFCURVE",
+"1592 332 CURVE SMOOTH",
+"1604 332 OFFCURVE",
+"1612 332 OFFCURVE",
+"1616 336 CURVE",
+"1652 0 LINE",
+"1592 -24 OFFCURVE",
+"1544 -28 OFFCURVE",
+"1480 -28 CURVE SMOOTH",
+"1216 -28 OFFCURVE",
+"1052 148 OFFCURVE",
+"1052 508 CURVE SMOOTH",
+"1052 1488 LINE",
+"1496 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"616 0 LINE",
+"368 132 LINE",
+"1052 1488 LINE",
+"1300 1356 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"616 1488 LINE",
+"616 0 LINE",
+"172 0 LINE",
+"172 1488 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0377;
+userData = {
+interface.gridadjust.original = "{'width': 1679, 'leftMargin': 213, 'rightMargin': 78}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = gravesubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-802, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-802, -536}";
+}
+);
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, -1200, -2241}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-802, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-802, -536}";
+}
+);
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, -1264, -2217}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0316;
+},
+{
+color = (227,245,235,1);
+glyphname = seveneighths;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 60, 900}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 416, 0}";
+},
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 1208, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 176, 900}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 584, 0}";
+},
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 1360, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 215E;
+userData = {
+interface.gridadjust.original = "{'width': 2258, 'leftMargin': 119, 'rightMargin': 142}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = undertie;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1688 -664 OFFCURVE",
+"2020 -480 OFFCURVE",
+"2188 -268 CURVE",
+"2060 -160 LINE",
+"1872 -280 OFFCURVE",
+"1584 -388 OFFCURVE",
+"1144 -388 CURVE SMOOTH",
+"704 -388 OFFCURVE",
+"440 -288 OFFCURVE",
+"256 -160 CURVE",
+"104 -268 LINE",
+"312 -496 OFFCURVE",
+"600 -664 OFFCURVE",
+"1144 -664 CURVE SMOOTH"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1716 -676 OFFCURVE",
+"2116 -508 OFFCURVE",
+"2280 -308 CURVE",
+"2136 -160 LINE",
+"1952 -252 OFFCURVE",
+"1608 -356 OFFCURVE",
+"1168 -356 CURVE SMOOTH",
+"728 -356 OFFCURVE",
+"408 -260 OFFCURVE",
+"224 -160 CURVE",
+"60 -308 LINE",
+"268 -524 OFFCURVE",
+"624 -676 OFFCURVE",
+"1168 -676 CURVE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 203F;
+userData = {
+interface.gridadjust.original = "{'width': 2138, 'leftMargin': 28, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = barmidshortnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -1452, -257}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+components = (
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -1481, -296}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0335;
+},
+{
+glyphname = glottalstoprevinv;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = top;
+position = "{796, 2244}";
+},
+{
+name = top0315;
+position = "{1480, 2244}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"484 752 OFFCURVE",
+"404 1024 OFFCURVE",
+"404 1272 CURVE SMOOTH",
+"404 1400 LINE SMOOTH",
+"404 1648 OFFCURVE",
+"488 1920 OFFCURVE",
+"796 1920 CURVE SMOOTH",
+"996 1920 OFFCURVE",
+"1120 1776 OFFCURVE",
+"1132 1600 CURVE",
+"1392 1600 LINE",
+"1380 1904 OFFCURVE",
+"1152 2140 OFFCURVE",
+"796 2140 CURVE SMOOTH",
+"344 2140 OFFCURVE",
+"128 1796 OFFCURVE",
+"128 1400 CURVE SMOOTH",
+"128 1272 LINE SMOOTH",
+"128 876 OFFCURVE",
+"340 532 OFFCURVE",
+"796 532 CURVE SMOOTH",
+"856 532 LINE",
+"856 752 LINE",
+"796 752 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"920 0 LINE",
+"920 756 LINE",
+"648 756 LINE",
+"648 0 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{808, 0}";
+},
+{
+name = top;
+position = "{808, 2244}";
+},
+{
+name = top0315;
+position = "{1512, 2244}";
+}
+);
+guideLines = (
+{
+position = "{0, 2140.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 780 OFFCURVE",
+"568 956 OFFCURVE",
+"568 1176 CURVE SMOOTH",
+"568 1384 LINE SMOOTH",
+"568 1600 OFFCURVE",
+"604 1784 OFFCURVE",
+"808 1784 CURVE SMOOTH",
+"956 1784 OFFCURVE",
+"1028 1680 OFFCURVE",
+"1028 1544 CURVE",
+"1444 1544 LINE",
+"1444 1924 OFFCURVE",
+"1188 2140 OFFCURVE",
+"816 2140 CURVE SMOOTH",
+"356 2140 OFFCURVE",
+"124 1816 OFFCURVE",
+"124 1384 CURVE SMOOTH",
+"124 1176 LINE SMOOTH",
+"124 748 OFFCURVE",
+"356 424 OFFCURVE",
+"820 424 CURVE SMOOTH",
+"976 424 LINE",
+"976 780 LINE",
+"812 780 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1024 0 LINE",
+"1024 780 LINE",
+"580 780 LINE",
+"580 0 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0295;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 127, 'rightMargin': 88}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni037C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 656 OFFCURVE",
+"652 588 OFFCURVE",
+"756 588 CURVE SMOOTH",
+"860 588 OFFCURVE",
+"916 656 OFFCURVE",
+"916 740 CURVE SMOOTH",
+"916 824 OFFCURVE",
+"860 892 OFFCURVE",
+"756 892 CURVE SMOOTH",
+"652 892 OFFCURVE",
+"600 824 OFFCURVE",
+"600 740 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1112 -28 OFFCURVE",
+"1380 212 OFFCURVE",
+"1392 472 CURVE",
+"1132 472 LINE",
+"1120 316 OFFCURVE",
+"972 192 OFFCURVE",
+"796 192 CURVE SMOOTH",
+"484 192 OFFCURVE",
+"404 464 OFFCURVE",
+"404 716 CURVE SMOOTH",
+"404 772 LINE SMOOTH",
+"404 1024 OFFCURVE",
+"488 1296 OFFCURVE",
+"796 1296 CURVE SMOOTH",
+"996 1296 OFFCURVE",
+"1120 1148 OFFCURVE",
+"1132 976 CURVE",
+"1392 976 LINE",
+"1380 1276 OFFCURVE",
+"1152 1516 OFFCURVE",
+"796 1516 CURVE SMOOTH",
+"344 1516 OFFCURVE",
+"128 1168 OFFCURVE",
+"128 772 CURVE SMOOTH",
+"128 716 LINE SMOOTH",
+"128 320 OFFCURVE",
+"340 -28 OFFCURVE",
+"796 -28 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"640 628 OFFCURVE",
+"720 548 OFFCURVE",
+"836 548 CURVE SMOOTH",
+"956 548 OFFCURVE",
+"1032 628 OFFCURVE",
+"1032 732 CURVE SMOOTH",
+"1032 840 OFFCURVE",
+"956 916 OFFCURVE",
+"836 916 CURVE SMOOTH",
+"720 916 OFFCURVE",
+"640 840 OFFCURVE",
+"640 732 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1172 -28 OFFCURVE",
+"1444 196 OFFCURVE",
+"1444 532 CURVE",
+"1028 532 LINE",
+"1028 404 OFFCURVE",
+"944 332 OFFCURVE",
+"812 332 CURVE SMOOTH",
+"604 332 OFFCURVE",
+"568 508 OFFCURVE",
+"568 728 CURVE SMOOTH",
+"568 760 LINE SMOOTH",
+"568 976 OFFCURVE",
+"604 1160 OFFCURVE",
+"808 1160 CURVE SMOOTH",
+"956 1160 OFFCURVE",
+"1028 1052 OFFCURVE",
+"1028 920 CURVE",
+"1444 920 LINE",
+"1444 1296 OFFCURVE",
+"1188 1516 OFFCURVE",
+"816 1516 CURVE SMOOTH",
+"356 1516 OFFCURVE",
+"124 1188 OFFCURVE",
+"124 760 CURVE SMOOTH",
+"124 728 LINE SMOOTH",
+"124 296 OFFCURVE",
+"356 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 037C;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 127, 'rightMargin': 88}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni037B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 212 OFFCURVE",
+"408 -28 OFFCURVE",
+"724 -28 CURVE SMOOTH",
+"1180 -28 OFFCURVE",
+"1392 320 OFFCURVE",
+"1392 716 CURVE SMOOTH",
+"1392 772 LINE SMOOTH",
+"1392 1168 OFFCURVE",
+"1180 1516 OFFCURVE",
+"724 1516 CURVE SMOOTH",
+"372 1516 OFFCURVE",
+"144 1276 OFFCURVE",
+"128 976 CURVE",
+"388 976 LINE",
+"404 1148 OFFCURVE",
+"524 1296 OFFCURVE",
+"724 1296 CURVE SMOOTH",
+"1032 1296 OFFCURVE",
+"1120 1024 OFFCURVE",
+"1120 772 CURVE SMOOTH",
+"1120 716 LINE SMOOTH",
+"1120 464 OFFCURVE",
+"1036 192 OFFCURVE",
+"724 192 CURVE SMOOTH",
+"548 192 OFFCURVE",
+"404 316 OFFCURVE",
+"388 472 CURVE",
+"128 472 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 196 OFFCURVE",
+"396 -28 OFFCURVE",
+"748 -28 CURVE SMOOTH",
+"1212 -28 OFFCURVE",
+"1444 296 OFFCURVE",
+"1444 728 CURVE SMOOTH",
+"1444 760 LINE SMOOTH",
+"1444 1188 OFFCURVE",
+"1212 1516 OFFCURVE",
+"752 1516 CURVE SMOOTH",
+"384 1516 OFFCURVE",
+"124 1296 OFFCURVE",
+"124 920 CURVE",
+"540 920 LINE",
+"540 1052 OFFCURVE",
+"612 1160 OFFCURVE",
+"760 1160 CURVE SMOOTH",
+"964 1160 OFFCURVE",
+"1000 976 OFFCURVE",
+"1000 760 CURVE SMOOTH",
+"1000 728 LINE SMOOTH",
+"1000 508 OFFCURVE",
+"968 332 OFFCURVE",
+"760 332 CURVE SMOOTH",
+"624 332 OFFCURVE",
+"540 404 OFFCURVE",
+"540 532 CURVE",
+"124 532 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 037B;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni037D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 212 OFFCURVE",
+"408 -28 OFFCURVE",
+"724 -28 CURVE SMOOTH",
+"1180 -28 OFFCURVE",
+"1392 320 OFFCURVE",
+"1392 716 CURVE SMOOTH",
+"1392 772 LINE SMOOTH",
+"1392 1168 OFFCURVE",
+"1180 1516 OFFCURVE",
+"724 1516 CURVE SMOOTH",
+"372 1516 OFFCURVE",
+"144 1276 OFFCURVE",
+"128 976 CURVE",
+"388 976 LINE",
+"404 1148 OFFCURVE",
+"524 1296 OFFCURVE",
+"724 1296 CURVE SMOOTH",
+"1032 1296 OFFCURVE",
+"1120 1024 OFFCURVE",
+"1120 772 CURVE SMOOTH",
+"1120 716 LINE SMOOTH",
+"1120 464 OFFCURVE",
+"1036 192 OFFCURVE",
+"724 192 CURVE SMOOTH",
+"548 192 OFFCURVE",
+"404 316 OFFCURVE",
+"388 472 CURVE",
+"128 472 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"832 588 OFFCURVE",
+"888 656 OFFCURVE",
+"888 740 CURVE SMOOTH",
+"888 824 OFFCURVE",
+"832 892 OFFCURVE",
+"728 892 CURVE SMOOTH",
+"624 892 OFFCURVE",
+"572 824 OFFCURVE",
+"572 740 CURVE SMOOTH",
+"572 656 OFFCURVE",
+"624 588 OFFCURVE",
+"728 588 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 196 OFFCURVE",
+"396 -28 OFFCURVE",
+"748 -28 CURVE SMOOTH",
+"1212 -28 OFFCURVE",
+"1444 296 OFFCURVE",
+"1444 728 CURVE SMOOTH",
+"1444 760 LINE SMOOTH",
+"1444 1188 OFFCURVE",
+"1212 1516 OFFCURVE",
+"752 1516 CURVE SMOOTH",
+"384 1516 OFFCURVE",
+"124 1296 OFFCURVE",
+"124 920 CURVE",
+"540 920 LINE",
+"540 1052 OFFCURVE",
+"612 1160 OFFCURVE",
+"760 1160 CURVE SMOOTH",
+"964 1160 OFFCURVE",
+"1000 976 OFFCURVE",
+"1000 760 CURVE SMOOTH",
+"1000 728 LINE SMOOTH",
+"1000 508 OFFCURVE",
+"968 332 OFFCURVE",
+"760 332 CURVE SMOOTH",
+"624 332 OFFCURVE",
+"540 404 OFFCURVE",
+"540 532 CURVE",
+"124 532 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"852 548 OFFCURVE",
+"928 628 OFFCURVE",
+"928 732 CURVE SMOOTH",
+"928 840 OFFCURVE",
+"852 916 OFFCURVE",
+"732 916 CURVE SMOOTH",
+"616 916 OFFCURVE",
+"536 840 OFFCURVE",
+"536 732 CURVE SMOOTH",
+"536 628 OFFCURVE",
+"616 548 OFFCURVE",
+"732 548 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 037D;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = interrobang;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"436 1664 LINE",
+"444 576 LINE",
+"684 576 LINE",
+"692 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"680 1112 OFFCURVE",
+"1180 1036 OFFCURVE",
+"1180 1536 CURVE SMOOTH",
+"1180 1848 OFFCURVE",
+"976 2076 OFFCURVE",
+"624 2076 CURVE SMOOTH",
+"300 2076 OFFCURVE",
+"48 1876 OFFCURVE",
+"48 1536 CURVE",
+"300 1536 LINE",
+"300 1772 OFFCURVE",
+"460 1868 OFFCURVE",
+"624 1868 CURVE SMOOTH",
+"812 1868 OFFCURVE",
+"940 1744 OFFCURVE",
+"940 1548 CURVE SMOOTH",
+"940 1152 OFFCURVE",
+"440 1228 OFFCURVE",
+"440 576 CURVE",
+"680 576 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"664 -32 OFFCURVE",
+"752 52 OFFCURVE",
+"752 160 CURVE SMOOTH",
+"752 268 OFFCURVE",
+"664 356 OFFCURVE",
+"560 356 CURVE SMOOTH",
+"452 356 OFFCURVE",
+"368 268 OFFCURVE",
+"368 160 CURVE SMOOTH",
+"368 52 OFFCURVE",
+"452 -32 OFFCURVE",
+"560 -32 CURVE SMOOTH"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"668 1512 LINE",
+"668 636 LINE",
+"1028 636 LINE",
+"1028 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1044 1032 OFFCURVE",
+"1504 1092 OFFCURVE",
+"1504 1528 CURVE SMOOTH",
+"1504 1884 OFFCURVE",
+"1264 2076 OFFCURVE",
+"868 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"232 1904 OFFCURVE",
+"228 1492 CURVE",
+"672 1492 LINE",
+"676 1652 OFFCURVE",
+"768 1716 OFFCURVE",
+"868 1716 CURVE SMOOTH",
+"996 1716 OFFCURVE",
+"1060 1652 OFFCURVE",
+"1060 1508 CURVE SMOOTH",
+"1060 1224 OFFCURVE",
+"652 1228 OFFCURVE",
+"652 636 CURVE",
+"1032 636 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"992 -16 OFFCURVE",
+"1092 84 OFFCURVE",
+"1092 216 CURVE SMOOTH",
+"1092 348 OFFCURVE",
+"992 448 OFFCURVE",
+"848 448 CURVE SMOOTH",
+"700 448 OFFCURVE",
+"600 348 OFFCURVE",
+"600 216 CURVE SMOOTH",
+"600 84 OFFCURVE",
+"700 -16 OFFCURVE",
+"848 -16 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 203D;
+userData = {
+interface.gridadjust.original = "{'width': 1269, 'leftMargin': 222, 'rightMargin': -85}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = primemod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"204 1664 LINE",
+"460 2148 LINE",
+"208 2148 LINE",
+"36 1664 LINE"
+);
+}
+);
+width = 496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"360 1672 LINE",
+"664 2148 LINE",
+"248 2148 LINE",
+"140 1672 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02B9;
+userData = {
+interface.gridadjust.original = "{'width': 454, 'leftMargin': 14, 'rightMargin': 14}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni213B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"76 2004 LINE",
+"76 1264 LINE",
+"204 1264 LINE",
+"204 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 2004 LINE",
+"152 1888 LINE",
+"500 1888 LINE",
+"500 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 1672 LINE",
+"152 1560 LINE",
+"460 1560 LINE",
+"460 1672 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"860 2000 LINE",
+"788 2000 LINE",
+"488 1264 LINE",
+"620 1264 LINE",
+"876 1928 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1200 1264 LINE",
+"904 2000 LINE",
+"828 2000 LINE",
+"812 1932 LINE",
+"1072 1264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"636 1532 LINE",
+"636 1428 LINE",
+"1052 1428 LINE",
+"1052 1532 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1308 2000 LINE",
+"1556 1636 LINE",
+"1304 1264 LINE",
+"1452 1264 LINE",
+"1632 1540 LINE",
+"1812 1264 LINE",
+"1960 1264 LINE",
+"1708 1636 LINE",
+"1952 2000 LINE",
+"1804 2000 LINE",
+"1628 1732 LINE",
+"1456 2000 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 2004 LINE",
+"156 1260 LINE",
+"376 1260 LINE",
+"376 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"264 2004 LINE",
+"264 1844 LINE",
+"656 1844 LINE",
+"656 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"264 1716 LINE",
+"264 1556 LINE",
+"600 1556 LINE",
+"600 1716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 2004 LINE",
+"912 2004 LINE",
+"628 1260 LINE",
+"840 1260 LINE",
+"1084 1956 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1428 1260 LINE",
+"1140 2004 LINE",
+"992 2004 LINE",
+"968 1960 LINE",
+"1212 1260 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"808 1540 LINE",
+"808 1380 LINE",
+"1228 1380 LINE",
+"1228 1540 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1484 2004 LINE",
+"1700 1636 LINE",
+"1480 1260 LINE",
+"1712 1260 LINE",
+"1832 1496 LINE",
+"1948 1260 LINE",
+"2184 1260 LINE",
+"1960 1636 LINE",
+"2176 2004 LINE",
+"1940 2004 LINE",
+"1828 1772 LINE",
+"1716 2004 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 213B;
+userData = {
+interface.gridadjust.original = "{'width': 2160, 'leftMargin': 138, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = erev;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{708, 0}";
+},
+{
+name = rhotichook;
+position = "{1216, 900}";
+},
+{
+name = top;
+position = "{744, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1132 -28 OFFCURVE",
+"1396 272 OFFCURVE",
+"1396 692 CURVE SMOOTH",
+"1396 748 LINE SMOOTH",
+"1396 1240 OFFCURVE",
+"1076 1516 OFFCURVE",
+"744 1516 CURVE SMOOTH",
+"304 1516 OFFCURVE",
+"124 1200 OFFCURVE",
+"124 780 CURVE SMOOTH",
+"124 660 LINE",
+"1232 660 LINE",
+"1232 880 LINE",
+"400 880 LINE",
+"400 900 LINE",
+"416 1088 OFFCURVE",
+"488 1296 OFFCURVE",
+"744 1296 CURVE SMOOTH",
+"964 1296 OFFCURVE",
+"1120 1104 OFFCURVE",
+"1120 748 CURVE SMOOTH",
+"1120 692 LINE SMOOTH",
+"1120 416 OFFCURVE",
+"968 192 OFFCURVE",
+"696 192 CURVE SMOOTH",
+"516 192 OFFCURVE",
+"396 276 OFFCURVE",
+"308 392 CURVE",
+"140 264 LINE",
+"240 116 OFFCURVE",
+"408 -28 OFFCURVE",
+"708 -28 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{716, 0}";
+},
+{
+name = rhotichook;
+position = "{1256, 900}";
+},
+{
+name = top;
+position = "{764, 1776}";
+},
+{
+name = top0315;
+position = "{1564, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1196 -28 OFFCURVE",
+"1476 304 OFFCURVE",
+"1476 696 CURVE SMOOTH",
+"1476 748 LINE SMOOTH",
+"1476 1180 OFFCURVE",
+"1224 1516 OFFCURVE",
+"764 1516 CURVE SMOOTH",
+"340 1516 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 788 CURVE SMOOTH",
+"96 600 LINE",
+"1300 600 LINE",
+"1300 888 LINE",
+"528 888 LINE",
+"528 924 LINE SMOOTH",
+"528 1072 OFFCURVE",
+"608 1160 OFFCURVE",
+"768 1160 CURVE SMOOTH",
+"972 1160 OFFCURVE",
+"1032 968 OFFCURVE",
+"1032 748 CURVE SMOOTH",
+"1032 696 LINE SMOOTH",
+"1032 476 OFFCURVE",
+"904 332 OFFCURVE",
+"688 332 CURVE SMOOTH",
+"556 332 OFFCURVE",
+"428 376 OFFCURVE",
+"340 484 CURVE",
+"132 236 LINE",
+"228 104 OFFCURVE",
+"428 -28 OFFCURVE",
+"716 -28 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0258;
+userData = {
+interface.gridadjust.original = "{'width': 1502, 'leftMargin': 102, 'rightMargin': 130}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = cstretch;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{796, -616}";
+},
+{
+name = top;
+position = "{796, 2244}";
+},
+{
+name = top0315;
+position = "{1480, 2244}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"484 -380 OFFCURVE",
+"404 -112 OFFCURVE",
+"404 144 CURVE SMOOTH",
+"404 772 LINE SMOOTH",
+"404 1024 OFFCURVE",
+"488 1296 OFFCURVE",
+"796 1296 CURVE",
+"996 1296 OFFCURVE",
+"1120 1148 OFFCURVE",
+"1132 976 CURVE",
+"1392 976 LINE",
+"1380 1276 OFFCURVE",
+"1152 1516 OFFCURVE",
+"796 1516 CURVE SMOOTH",
+"344 1516 OFFCURVE",
+"128 1168 OFFCURVE",
+"128 772 CURVE SMOOTH",
+"128 144 LINE SMOOTH",
+"128 -256 OFFCURVE",
+"340 -600 OFFCURVE",
+"796 -600 CURVE",
+"1112 -600 OFFCURVE",
+"1380 -364 OFFCURVE",
+"1392 -104 CURVE",
+"1132 -104 LINE",
+"1120 -260 OFFCURVE",
+"972 -380 OFFCURVE",
+"796 -380 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -616}";
+},
+{
+name = top;
+position = "{812, 2244}";
+},
+{
+name = top0315;
+position = "{1512, 2244}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"604 -244 OFFCURVE",
+"568 -64 OFFCURVE",
+"568 156 CURVE SMOOTH",
+"568 760 LINE SMOOTH",
+"568 976 OFFCURVE",
+"604 1160 OFFCURVE",
+"808 1160 CURVE",
+"956 1160 OFFCURVE",
+"1028 1052 OFFCURVE",
+"1028 920 CURVE",
+"1444 920 LINE",
+"1444 1296 OFFCURVE",
+"1188 1516 OFFCURVE",
+"816 1516 CURVE SMOOTH",
+"356 1516 OFFCURVE",
+"124 1188 OFFCURVE",
+"124 760 CURVE SMOOTH",
+"124 156 LINE SMOOTH",
+"124 -276 OFFCURVE",
+"356 -600 OFFCURVE",
+"820 -600 CURVE",
+"1172 -600 OFFCURVE",
+"1444 -376 OFFCURVE",
+"1444 -40 CURVE",
+"1028 -40 LINE",
+"1028 -168 OFFCURVE",
+"944 -244 OFFCURVE",
+"812 -244 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0297;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 127, 'rightMargin': 88}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Btopbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = Gamma;
+transform = "{1, 0, 0, 1, -24, 0}";
+},
+{
+alignment = -1;
+name = afii10046;
+transform = "{1, 0, 0, 1, 48, 0}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{240, 1684}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1856;
+},
+{
+components = (
+{
+alignment = -1;
+name = Gamma;
+transform = "{1, 0, 0, 1, -92, 0}";
+},
+{
+alignment = -1;
+name = afii10046;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1788;
+}
+);
+unicode = 0182;
+userData = {
+com.typemytype.robofont.guideline.magnetic.8OVvpe1adm = 5;
+interface.gridadjust.original = "{'width': 1777, 'leftMargin': 171, 'rightMargin': 158}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Koppa;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"304 400 LINE",
+"264 416 LINE",
+"348 792 LINE",
+"1504 1772 LINE",
+"1552 1752 LINE",
+"1484 1388 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"364 1472 LINE SMOOTH",
+"372 1540 OFFCURVE",
+"372 1564 OFFCURVE",
+"372 1584 CURVE SMOOTH",
+"372 1736 OFFCURVE",
+"300 1828 OFFCURVE",
+"120 1828 CURVE SMOOTH",
+"104 1828 OFFCURVE",
+"88 1828 OFFCURVE",
+"72 1828 CURVE",
+"96 2044 LINE",
+"132 2048 OFFCURVE",
+"168 2052 OFFCURVE",
+"200 2052 CURVE SMOOTH",
+"504 2052 OFFCURVE",
+"648 1844 OFFCURVE",
+"648 1572 CURVE SMOOTH",
+"648 1540 OFFCURVE",
+"648 1512 OFFCURVE",
+"636 1436 CURVE SMOOTH",
+"560 736 LINE",
+"264 416 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1420 620 LINE SMOOTH",
+"1412 536 OFFCURVE",
+"1404 452 OFFCURVE",
+"1404 416 CURVE SMOOTH",
+"1404 280 OFFCURVE",
+"1480 192 OFFCURVE",
+"1640 192 CURVE SMOOTH",
+"1664 192 OFFCURVE",
+"1688 192 OFFCURVE",
+"1704 196 CURVE",
+"1680 -20 LINE",
+"1644 -28 OFFCURVE",
+"1612 -28 OFFCURVE",
+"1580 -28 CURVE SMOOTH",
+"1280 -28 OFFCURVE",
+"1132 176 OFFCURVE",
+"1132 392 CURVE SMOOTH",
+"1132 476 OFFCURVE",
+"1140 580 OFFCURVE",
+"1152 672 CURVE SMOOTH",
+"1232 1332 LINE",
+"1552 1752 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"340 240 LINE",
+"288 300 LINE",
+"500 856 LINE",
+"1756 1776 LINE",
+"1792 1712 LINE",
+"1512 1080 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"376 1464 LINE SMOOTH",
+"380 1508 OFFCURVE",
+"380 1520 OFFCURVE",
+"380 1528 CURVE SMOOTH",
+"380 1680 OFFCURVE",
+"268 1704 OFFCURVE",
+"148 1704 CURVE SMOOTH",
+"132 1704 OFFCURVE",
+"112 1704 OFFCURVE",
+"96 1700 CURVE",
+"116 2024 LINE",
+"156 2032 OFFCURVE",
+"200 2032 OFFCURVE",
+"260 2032 CURVE SMOOTH",
+"540 2032 OFFCURVE",
+"736 1928 OFFCURVE",
+"736 1592 CURVE SMOOTH",
+"736 1564 OFFCURVE",
+"732 1532 OFFCURVE",
+"732 1504 CURVE SMOOTH",
+"668 596 LINE",
+"288 300 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1704 580 LINE SMOOTH",
+"1700 528 OFFCURVE",
+"1700 488 OFFCURVE",
+"1700 480 CURVE SMOOTH",
+"1700 340 OFFCURVE",
+"1812 300 OFFCURVE",
+"1932 300 CURVE SMOOTH",
+"1948 300 OFFCURVE",
+"1968 304 OFFCURVE",
+"1988 304 CURVE",
+"1964 -20 LINE",
+"1924 -28 OFFCURVE",
+"1900 -28 OFFCURVE",
+"1828 -28 CURVE SMOOTH",
+"1528 -28 OFFCURVE",
+"1344 72 OFFCURVE",
+"1344 408 CURVE SMOOTH",
+"1344 436 OFFCURVE",
+"1348 468 OFFCURVE",
+"1348 504 CURVE SMOOTH",
+"1408 1420 LINE",
+"1792 1712 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03DE;
+userData = {
+interface.gridadjust.original = "{'width': 1715, 'leftMargin': 41, 'rightMargin': 42}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = commaturnedmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 1356 LINE",
+"444 1612 LINE SMOOTH",
+"444 1772 OFFCURVE",
+"492 1908 OFFCURVE",
+"580 2040 CURVE",
+"424 2144 LINE",
+"264 2008 OFFCURVE",
+"172 1784 OFFCURVE",
+"172 1608 CURVE SMOOTH",
+"172 1356 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"528 1384 LINE",
+"528 1660 LINE SMOOTH",
+"528 1852 OFFCURVE",
+"572 1980 OFFCURVE",
+"632 2092 CURVE",
+"420 2200 LINE",
+"292 2080 OFFCURVE",
+"168 1856 OFFCURVE",
+"168 1660 CURVE SMOOTH",
+"168 1384 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02BB;
+userData = {
+interface.gridadjust.original = "{'width': 626, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = commareversedmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 2144 LINE",
+"444 1888 LINE SMOOTH",
+"444 1728 OFFCURVE",
+"492 1592 OFFCURVE",
+"580 1460 CURVE",
+"424 1356 LINE",
+"264 1492 OFFCURVE",
+"172 1716 OFFCURVE",
+"172 1892 CURVE SMOOTH",
+"172 2144 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"528 2200 LINE",
+"528 1924 LINE SMOOTH",
+"528 1732 OFFCURVE",
+"572 1604 OFFCURVE",
+"632 1492 CURVE",
+"420 1384 LINE",
+"292 1504 OFFCURVE",
+"168 1728 OFFCURVE",
+"168 1924 CURVE SMOOTH",
+"168 2200 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02BD;
+userData = {
+interface.gridadjust.original = "{'width': 626, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ringhalfleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"236 1528 OFFCURVE",
+"108 1636 OFFCURVE",
+"108 1796 CURVE SMOOTH",
+"108 1960 OFFCURVE",
+"236 2076 OFFCURVE",
+"392 2076 CURVE",
+"392 1948 LINE",
+"312 1948 OFFCURVE",
+"252 1884 OFFCURVE",
+"252 1796 CURVE SMOOTH",
+"252 1716 OFFCURVE",
+"312 1652 OFFCURVE",
+"392 1652 CURVE",
+"392 1528 LINE"
+);
+}
+);
+width = 496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"256 1576 OFFCURVE",
+"128 1684 OFFCURVE",
+"128 1836 CURVE SMOOTH",
+"128 1984 OFFCURVE",
+"256 2100 OFFCURVE",
+"416 2100 CURVE",
+"416 1968 LINE",
+"344 1968 OFFCURVE",
+"292 1916 OFFCURVE",
+"292 1836 CURVE SMOOTH",
+"292 1756 OFFCURVE",
+"344 1704 OFFCURVE",
+"416 1704 CURVE",
+"416 1576 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = 02BF;
+userData = {
+interface.gridadjust.original = "{'width': 393, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Rsmallcap;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 0}";
+},
+{
+name = top;
+position = "{816, 1776}";
+},
+{
+name = top0315;
+position = "{1652, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1236 0 LINE",
+"1532 0 LINE",
+"1096 716 LINE",
+"800 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"244 0 LINE",
+"520 0 LINE",
+"520 1272 LINE",
+"876 1272 LINE SMOOTH",
+"1084 1272 OFFCURVE",
+"1172 1148 OFFCURVE",
+"1172 1032 CURVE SMOOTH",
+"1172 916 OFFCURVE",
+"1092 796 OFFCURVE",
+"904 796 CURVE SMOOTH",
+"448 796 LINE",
+"448 576 LINE",
+"904 576 LINE SMOOTH",
+"1248 576 OFFCURVE",
+"1448 772 OFFCURVE",
+"1448 1032 CURVE SMOOTH",
+"1448 1296 OFFCURVE",
+"1240 1488 OFFCURVE",
+"876 1488 CURVE SMOOTH",
+"244 1488 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 0}";
+},
+{
+name = top;
+position = "{848, 1776}";
+},
+{
+name = top0315;
+position = "{1648, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1148 0 LINE",
+"1592 0 LINE",
+"1184 760 LINE",
+"740 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"236 0 LINE",
+"676 0 LINE",
+"676 1132 LINE",
+"900 1132 LINE SMOOTH",
+"1044 1132 OFFCURVE",
+"1116 1052 OFFCURVE",
+"1116 960 CURVE SMOOTH",
+"1116 872 OFFCURVE",
+"1044 792 OFFCURVE",
+"900 792 CURVE SMOOTH",
+"504 792 LINE",
+"504 492 LINE",
+"900 492 LINE SMOOTH",
+"1304 492 OFFCURVE",
+"1556 696 OFFCURVE",
+"1556 976 CURVE SMOOTH",
+"1556 1272 OFFCURVE",
+"1304 1488 OFFCURVE",
+"900 1488 CURVE SMOOTH",
+"236 1488 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0280;
+userData = {
+interface.gridadjust.original = "{'width': 1555, 'leftMargin': 147, 'rightMargin': 122}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = five.frac;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 96, 912}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, 120, 912}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 121, 'rightMargin': 98}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Tonesix;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"28 2048 LINE",
+"28 1828 LINE",
+"756 1828 LINE",
+"756 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"692 968 LINE",
+"1276 968 LINE",
+"1556 968 OFFCURVE",
+"1712 804 OFFCURVE",
+"1712 608 CURVE",
+"1712 408 OFFCURVE",
+"1556 216 OFFCURVE",
+"1276 216 CURVE",
+"756 216 LINE",
+"756 2048 LINE",
+"508 2048 LINE",
+"508 0 LINE",
+"1276 0 LINE",
+"1716 0 OFFCURVE",
+"1956 248 OFFCURVE",
+"1956 604 CURVE",
+"1956 960 OFFCURVE",
+"1716 1188 OFFCURVE",
+"1276 1188 CURVE",
+"692 1188 LINE"
+);
+}
+);
+width = 2012;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"32 2048 LINE",
+"32 1664 LINE",
+"888 1664 LINE",
+"888 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"804 944 LINE",
+"1248 944 LINE",
+"1460 944 OFFCURVE",
+"1576 824 OFFCURVE",
+"1576 668 CURVE",
+"1576 504 OFFCURVE",
+"1460 372 OFFCURVE",
+"1248 372 CURVE",
+"976 372 LINE",
+"976 2048 LINE",
+"512 2048 LINE",
+"512 0 LINE",
+"1248 0 LINE",
+"1728 0 OFFCURVE",
+"2036 272 OFFCURVE",
+"2036 664 CURVE",
+"2036 1056 OFFCURVE",
+"1728 1312 OFFCURVE",
+"1248 1312 CURVE",
+"804 1312 LINE"
+);
+}
+);
+width = 2164;
+}
+);
+unicode = 0184;
+userData = {
+interface.gridadjust.original = "{'width': 1917, 'leftMargin': 136, 'rightMargin': 157}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tavdages;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"836 1124 OFFCURVE",
+"768 1084 OFFCURVE",
+"672 1084 CURVE SMOOTH",
+"552 1084 OFFCURVE",
+"444 1116 OFFCURVE",
+"420 1240 CURVE",
+"176 1240 LINE",
+"176 1056 OFFCURVE",
+"332 876 OFFCURVE",
+"664 876 CURVE SMOOTH",
+"936 876 OFFCURVE",
+"1088 988 OFFCURVE",
+"1088 1204 CURVE",
+"1088 1408 OFFCURVE",
+"940 1496 OFFCURVE",
+"672 1560 CURVE SMOOTH",
+"544 1592 OFFCURVE",
+"464 1616 OFFCURVE",
+"464 1696 CURVE SMOOTH",
+"464 1752 OFFCURVE",
+"508 1804 OFFCURVE",
+"640 1804 CURVE SMOOTH",
+"780 1804 OFFCURVE",
+"828 1740 OFFCURVE",
+"832 1672 CURVE",
+"1076 1672 LINE",
+"1076 1860 OFFCURVE",
+"904 2016 OFFCURVE",
+"620 2016 CURVE SMOOTH",
+"396 2016 OFFCURVE",
+"216 1896 OFFCURVE",
+"216 1696 CURVE SMOOTH",
+"216 1500 OFFCURVE",
+"348 1408 OFFCURVE",
+"596 1348 CURVE SMOOTH",
+"756 1312 OFFCURVE",
+"836 1272 OFFCURVE",
+"836 1188 CURVE SMOOTH"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"832 1124 OFFCURVE",
+"768 1088 OFFCURVE",
+"668 1088 CURVE SMOOTH",
+"536 1088 OFFCURVE",
+"476 1140 OFFCURVE",
+"468 1248 CURVE",
+"176 1248 LINE",
+"176 1072 OFFCURVE",
+"348 876 OFFCURVE",
+"660 876 CURVE SMOOTH",
+"972 876 OFFCURVE",
+"1136 1020 OFFCURVE",
+"1136 1216 CURVE SMOOTH",
+"1136 1416 OFFCURVE",
+"1012 1512 OFFCURVE",
+"752 1564 CURVE SMOOTH",
+"564 1600 OFFCURVE",
+"508 1636 OFFCURVE",
+"508 1704 CURVE SMOOTH",
+"508 1772 OFFCURVE",
+"568 1804 OFFCURVE",
+"648 1804 CURVE SMOOTH",
+"752 1804 OFFCURVE",
+"820 1740 OFFCURVE",
+"820 1660 CURVE",
+"1136 1660 LINE",
+"1136 1872 OFFCURVE",
+"952 2016 OFFCURVE",
+"660 2016 CURVE SMOOTH",
+"376 2016 OFFCURVE",
+"212 1872 OFFCURVE",
+"212 1672 CURVE SMOOTH",
+"212 1480 OFFCURVE",
+"376 1372 OFFCURVE",
+"584 1332 CURVE SMOOTH",
+"764 1300 OFFCURVE",
+"832 1268 OFFCURVE",
+"832 1196 CURVE SMOOTH"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02E2;
+userData = {
+interface.gridadjust.original = "{'width': 1077, 'leftMargin': 83, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = beta1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"740 1292 OFFCURVE",
+"568 1200 OFFCURVE",
+"456 1064 CURVE",
+"456 1548 OFFCURVE",
+"592 1920 OFFCURVE",
+"908 1920 CURVE SMOOTH",
+"1060 1920 OFFCURVE",
+"1108 1836 OFFCURVE",
+"1108 1756 CURVE SMOOTH",
+"1108 1696 OFFCURVE",
+"1052 1612 OFFCURVE",
+"896 1612 CURVE SMOOTH",
+"812 1612 OFFCURVE",
+"700 1632 OFFCURVE",
+"552 1692 CURVE",
+"468 1484 LINE",
+"656 1404 OFFCURVE",
+"804 1392 OFFCURVE",
+"928 1392 CURVE SMOOTH",
+"1260 1392 OFFCURVE",
+"1384 1588 OFFCURVE",
+"1384 1764 CURVE SMOOTH",
+"1384 2012 OFFCURVE",
+"1184 2140 OFFCURVE",
+"940 2140 CURVE SMOOTH",
+"452 2140 OFFCURVE",
+"224 1688 OFFCURVE",
+"224 1052 CURVE SMOOTH",
+"224 952 LINE SMOOTH",
+"224 304 OFFCURVE",
+"456 -28 OFFCURVE",
+"888 -28 CURVE SMOOTH",
+"1308 -28 OFFCURVE",
+"1556 244 OFFCURVE",
+"1556 660 CURVE SMOOTH",
+"1556 1072 OFFCURVE",
+"1300 1292 OFFCURVE",
+"948 1292 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1160 1072 OFFCURVE",
+"1280 928 OFFCURVE",
+"1280 660 CURVE SMOOTH",
+"1280 384 OFFCURVE",
+"1160 192 OFFCURVE",
+"888 192 CURVE SMOOTH",
+"616 192 OFFCURVE",
+"512 384 OFFCURVE",
+"512 660 CURVE SMOOTH",
+"512 928 OFFCURVE",
+"696 1072 OFFCURVE",
+"900 1072 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+guideLines = (
+{
+position = "{0, 1392.875}";
+},
+{
+position = "{0, 1293.875}";
+},
+{
+position = "{0, 2140.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"840 1264 OFFCURVE",
+"688 1212 OFFCURVE",
+"560 1092 CURVE",
+"560 1456 OFFCURVE",
+"688 1816 OFFCURVE",
+"968 1816 CURVE SMOOTH",
+"1068 1816 OFFCURVE",
+"1124 1776 OFFCURVE",
+"1124 1712 CURVE SMOOTH",
+"1124 1656 OFFCURVE",
+"1048 1628 OFFCURVE",
+"952 1628 CURVE SMOOTH",
+"864 1628 OFFCURVE",
+"756 1652 OFFCURVE",
+"672 1688 CURVE",
+"588 1412 LINE",
+"740 1368 OFFCURVE",
+"872 1348 OFFCURVE",
+"988 1348 CURVE SMOOTH",
+"1352 1348 OFFCURVE",
+"1536 1544 OFFCURVE",
+"1536 1752 CURVE SMOOTH",
+"1536 1968 OFFCURVE",
+"1372 2140 OFFCURVE",
+"1032 2140 CURVE SMOOTH",
+"556 2140 OFFCURVE",
+"200 1732 OFFCURVE",
+"200 996 CURVE SMOOTH",
+"200 916 LINE SMOOTH",
+"200 292 OFFCURVE",
+"452 -28 OFFCURVE",
+"940 -28 CURVE SMOOTH",
+"1372 -28 OFFCURVE",
+"1624 260 OFFCURVE",
+"1624 628 CURVE SMOOTH",
+"1624 1012 OFFCURVE",
+"1404 1264 OFFCURVE",
+"1024 1264 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1092 904 OFFCURVE",
+"1184 816 OFFCURVE",
+"1184 628 CURVE SMOOTH",
+"1184 440 OFFCURVE",
+"1092 328 OFFCURVE",
+"912 328 CURVE SMOOTH",
+"736 328 OFFCURVE",
+"640 440 OFFCURVE",
+"640 628 CURVE SMOOTH",
+"640 820 OFFCURVE",
+"748 904 OFFCURVE",
+"912 904 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03D0;
+userData = {
+interface.gridadjust.original = "{'width': 1585, 'leftMargin': 127, 'rightMargin': 126}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni204F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"160 1256 OFFCURVE",
+"216 1188 OFFCURVE",
+"324 1188 CURVE SMOOTH",
+"436 1188 OFFCURVE",
+"492 1256 OFFCURVE",
+"492 1344 CURVE SMOOTH",
+"492 1436 OFFCURVE",
+"436 1508 OFFCURVE",
+"324 1508 CURVE SMOOTH",
+"216 1508 OFFCURVE",
+"160 1436 OFFCURVE",
+"160 1344 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"464 308 LINE",
+"464 100 LINE",
+"464 -60 OFFCURVE",
+"508 -196 OFFCURVE",
+"596 -328 CURVE",
+"440 -432 LINE",
+"280 -296 OFFCURVE",
+"188 -72 OFFCURVE",
+"188 104 CURVE",
+"188 308 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 1184 OFFCURVE",
+"364 1084 OFFCURVE",
+"508 1084 CURVE SMOOTH",
+"656 1084 OFFCURVE",
+"756 1184 OFFCURVE",
+"756 1316 CURVE SMOOTH",
+"756 1448 OFFCURVE",
+"656 1548 OFFCURVE",
+"508 1548 CURVE SMOOTH",
+"364 1548 OFFCURVE",
+"264 1448 OFFCURVE",
+"264 1316 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"688 348 LINE",
+"688 0 LINE",
+"688 -192 OFFCURVE",
+"732 -320 OFFCURVE",
+"796 -428 CURVE",
+"584 -540 LINE",
+"440 -412 OFFCURVE",
+"304 -176 OFFCURVE",
+"304 28 CURVE",
+"304 348 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 204F;
+userData = {
+interface.gridadjust.original = "{'width': 726.0, 'leftMargin': 199, 'rightMargin': 91.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni204E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = asterisk;
+transform = "{1, 0, 0, 1, 144, -1420}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = asterisk;
+transform = "{1, 0, 0, 1, -24, -1388}";
+}
+);
+guideLines = (
+{
+position = "{0, 394.625}";
+},
+{
+angle = 90;
+position = "{743.875, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 204E;
+userData = {
+interface.gridadjust.original = "{'width': 1359, 'leftMargin': 111, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni204D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1400 1316 OFFCURVE",
+"1628 1112 OFFCURVE",
+"1628 800 CURVE SMOOTH",
+"1628 488 OFFCURVE",
+"1400 284 OFFCURVE",
+"1068 284 CURVE SMOOTH",
+"152 284 LINE",
+"152 1316 LINE",
+"1068 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"428 452 LINE",
+"572 452 LINE",
+"572 1148 LINE",
+"428 1148 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1424 1316 OFFCURVE",
+"1652 1112 OFFCURVE",
+"1652 800 CURVE SMOOTH",
+"1652 488 OFFCURVE",
+"1424 284 OFFCURVE",
+"1092 284 CURVE SMOOTH",
+"176 284 LINE",
+"176 1316 LINE",
+"1092 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 452 LINE",
+"596 452 LINE",
+"596 1148 LINE",
+"452 1148 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 204D;
+userData = {
+interface.gridadjust.original = "{'width': 1695, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni204C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"380 1316 OFFCURVE",
+"152 1112 OFFCURVE",
+"152 800 CURVE SMOOTH",
+"152 488 OFFCURVE",
+"380 284 OFFCURVE",
+"712 284 CURVE SMOOTH",
+"1628 284 LINE",
+"1628 1316 LINE",
+"712 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1352 452 LINE",
+"1208 452 LINE",
+"1208 1148 LINE",
+"1352 1148 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"404 1316 OFFCURVE",
+"176 1112 OFFCURVE",
+"176 800 CURVE SMOOTH",
+"176 488 OFFCURVE",
+"404 284 OFFCURVE",
+"736 284 CURVE SMOOTH",
+"1652 284 LINE",
+"1652 1316 LINE",
+"736 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1376 452 LINE",
+"1228 452 LINE",
+"1228 1148 LINE",
+"1376 1148 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 204C;
+userData = {
+interface.gridadjust.original = "{'width': 1695, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni204B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"228 2004 LINE",
+"616 2004 LINE SMOOTH",
+"1056 2004 OFFCURVE",
+"1292 1728 OFFCURVE",
+"1292 1360 CURVE SMOOTH",
+"1292 988 OFFCURVE",
+"1056 716 OFFCURVE",
+"616 716 CURVE SMOOTH",
+"504 716 LINE",
+"504 0 LINE",
+"228 0 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"168 2004 LINE",
+"724 2004 LINE SMOOTH",
+"1164 2004 OFFCURVE",
+"1404 1728 OFFCURVE",
+"1404 1360 CURVE SMOOTH",
+"1404 988 OFFCURVE",
+"1164 716 OFFCURVE",
+"724 716 CURVE SMOOTH",
+"612 716 LINE",
+"612 0 LINE",
+"168 0 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 204B;
+userData = {
+interface.gridadjust.original = "{'width': 1386.0, 'leftMargin': 234, 'rightMargin': 87.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni204A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"832 1268 LINE",
+"832 -572 LINE",
+"1108 -572 LINE",
+"1108 1488 LINE",
+"160 1488 LINE",
+"160 1268 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"908 1132 LINE",
+"908 -572 LINE",
+"1352 -572 LINE",
+"1352 1488 LINE",
+"216 1488 LINE",
+"216 1132 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 204A;
+userData = {
+interface.gridadjust.original = "{'width': 1236, 'leftMargin': 55, 'rightMargin': 234}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = jsuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 860 LINE SMOOTH",
+"208 720 OFFCURVE",
+"180 672 OFFCURVE",
+"92 672 CURVE SMOOTH",
+"72 672 OFFCURVE",
+"48 676 OFFCURVE",
+"24 680 CURVE",
+"24 468 LINE",
+"56 456 OFFCURVE",
+"108 452 OFFCURVE",
+"144 452 CURVE SMOOTH",
+"376 452 OFFCURVE",
+"460 628 OFFCURVE",
+"460 860 CURVE SMOOTH",
+"460 1996 LINE",
+"208 1996 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"180 2208 OFFCURVE",
+"232 2148 OFFCURVE",
+"324 2148 CURVE SMOOTH",
+"420 2148 OFFCURVE",
+"472 2208 OFFCURVE",
+"472 2284 CURVE SMOOTH",
+"472 2360 OFFCURVE",
+"420 2424 OFFCURVE",
+"324 2424 CURVE SMOOTH",
+"232 2424 OFFCURVE",
+"180 2360 OFFCURVE",
+"180 2284 CURVE SMOOTH"
+);
+}
+);
+width = 496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 896 LINE SMOOTH",
+"364 788 OFFCURVE",
+"292 736 OFFCURVE",
+"200 736 CURVE SMOOTH",
+"168 736 OFFCURVE",
+"140 740 OFFCURVE",
+"104 744 CURVE",
+"104 488 LINE",
+"160 476 OFFCURVE",
+"208 472 OFFCURVE",
+"264 472 CURVE SMOOTH",
+"516 472 OFFCURVE",
+"672 616 OFFCURVE",
+"672 896 CURVE SMOOTH",
+"672 2016 LINE",
+"364 2016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"332 2200 OFFCURVE",
+"404 2132 OFFCURVE",
+"512 2132 CURVE SMOOTH",
+"624 2132 OFFCURVE",
+"696 2200 OFFCURVE",
+"696 2300 CURVE SMOOTH",
+"696 2400 OFFCURVE",
+"624 2468 OFFCURVE",
+"512 2468 CURVE SMOOTH",
+"404 2468 OFFCURVE",
+"332 2400 OFFCURVE",
+"332 2300 CURVE SMOOTH"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02B2;
+userData = {
+interface.gridadjust.original = "{'width': 624, 'leftMargin': 41, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = epsilon1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = top;
+position = "{760, 1776}";
+},
+{
+name = top0315;
+position = "{1520, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = epsilon;
+transform = "{1, 0, 0, 1, -4, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 0}";
+},
+{
+name = top;
+position = "{916, 1776}";
+},
+{
+name = top0315;
+position = "{1680, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = epsilon;
+transform = "{1, 0, 0, 1, 80, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 025B;
+userData = {
+interface.gridadjust.original = "{'width': 1517, 'leftMargin': 135, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (255,77,77,1);
+glyphname = CR;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 768;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 701, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (250,227,227,1);
+glyphname = slashlongnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-256 2088 LINE",
+"-1640 -132 LINE",
+"-1500 -132 LINE",
+"-116 2088 LINE"
+);
+}
+);
+width = 0;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{-970.75, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-425 2087 LINE",
+"-1711 -131 LINE",
+"-1517 -131 LINE",
+"-231 2087 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0338;
+},
+{
+glyphname = exclam1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = exclam;
+transform = "{1, 0, 0, 1, -20, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+components = (
+{
+name = exclam;
+transform = "{1, 0, 0, 1, -12, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 01C3;
+userData = {
+interface.gridadjust.original = "{'width': 745, 'leftMargin': 228, 'rightMargin': 201}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Digamma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1108 1104 LINE",
+"1108 588 LINE",
+"1336 588 LINE",
+"1336 1104 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 2048 LINE",
+"240 0 LINE",
+"488 0 LINE",
+"488 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"460 1136 LINE",
+"460 916 LINE",
+"1336 916 LINE",
+"1336 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"460 2048 LINE",
+"460 1828 LINE",
+"1468 1828 LINE",
+"1468 2048 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1120 1168 LINE",
+"1120 500 LINE",
+"1492 500 LINE",
+"1492 1168 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"216 2048 LINE",
+"216 0 LINE",
+"680 0 LINE",
+"680 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"532 1216 LINE",
+"532 832 LINE",
+"1444 832 LINE",
+"1444 1216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"548 2048 LINE",
+"548 1664 LINE",
+"1584 1664 LINE",
+"1584 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03DC;
+userData = {
+interface.gridadjust.original = "{'width': 1551.0, 'leftMargin': 256, 'rightMargin': 31.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = candrabindunosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1646}";
+},
+{
+name = _top;
+position = "{-809, 1646}";
+},
+{
+name = mkmktop;
+position = "{-809, 2402}";
+},
+{
+name = parent_top;
+position = "{-809, 1984}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-616 1937 OFFCURVE",
+"-670 1844 OFFCURVE",
+"-809 1844 CURVE SMOOTH",
+"-950 1844 OFFCURVE",
+"-1002 1937 OFFCURVE",
+"-1002 2043 CURVE",
+"-1224 2043 LINE",
+"-1224 1826 OFFCURVE",
+"-1064 1673 OFFCURVE",
+"-809 1673 CURVE SMOOTH",
+"-553 1673 OFFCURVE",
+"-395 1826 OFFCURVE",
+"-395 2043 CURVE",
+"-616 2043 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-965 2060 OFFCURVE",
+"-912 1994 OFFCURVE",
+"-807 1994 CURVE SMOOTH",
+"-703 1994 OFFCURVE",
+"-648 2060 OFFCURVE",
+"-648 2144 CURVE SMOOTH",
+"-648 2229 OFFCURVE",
+"-703 2296 OFFCURVE",
+"-807 2296 CURVE SMOOTH",
+"-912 2296 OFFCURVE",
+"-965 2229 OFFCURVE",
+"-965 2144 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1595}";
+},
+{
+name = _top;
+position = "{-792, 1595}";
+},
+{
+name = mkmktop;
+position = "{-792, 2626}";
+},
+{
+name = parent_top;
+position = "{-792, 2097}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-601 2024 OFFCURVE",
+"-652 1940 OFFCURVE",
+"-792 1940 CURVE SMOOTH",
+"-934 1940 OFFCURVE",
+"-986 2024 OFFCURVE",
+"-986 2115 CURVE",
+"-1291 2115 LINE",
+"-1291 1866 OFFCURVE",
+"-1099 1693 OFFCURVE",
+"-792 1693 CURVE SMOOTH",
+"-487 1693 OFFCURVE",
+"-294 1866 OFFCURVE",
+"-294 2115 CURVE",
+"-601 2115 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1038 2179 OFFCURVE",
+"-939 2091 OFFCURVE",
+"-792 2091 CURVE SMOOTH",
+"-645 2091 OFFCURVE",
+"-546 2179 OFFCURVE",
+"-546 2296 CURVE SMOOTH",
+"-546 2413 OFFCURVE",
+"-645 2501 OFFCURVE",
+"-792 2501 CURVE SMOOTH",
+"-939 2501 OFFCURVE",
+"-1038 2413 OFFCURVE",
+"-1038 2296 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0310;
+},
+{
+color = (204,240,242,1);
+glyphname = qofdagesh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{504, 1648}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"840 2136 LINE",
+"704 2272 LINE",
+"168 1732 LINE",
+"304 1596 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"840 1732 LINE",
+"308 2276 LINE",
+"172 2136 LINE",
+"704 1592 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{532, 1596}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"920 2188 LINE",
+"740 2368 LINE",
+"140 1764 LINE",
+"320 1580 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"916 1760 LINE",
+"320 2372 LINE",
+"140 2188 LINE",
+"736 1576 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02DF;
+userData = {
+interface.gridadjust.original = "{'width': 894, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni036A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-781, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-781, 2775}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1104 2740 LINE",
+"-1104 1651 LINE",
+"-923 1651 LINE",
+"-923 2740 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-947 2193 OFFCURVE",
+"-895 2272 OFFCURVE",
+"-771 2272 CURVE SMOOTH",
+"-679 2272 OFFCURVE",
+"-641 2217 OFFCURVE",
+"-641 2096 CURVE SMOOTH",
+"-641 1651 LINE",
+"-459 1651 LINE",
+"-459 2094 LINE SMOOTH",
+"-459 2325 OFFCURVE",
+"-560 2419 OFFCURVE",
+"-722 2419 CURVE SMOOTH",
+"-931 2419 OFFCURVE",
+"-1012 2263 OFFCURVE",
+"-1012 2050 CURVE",
+"-947 2052 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-792, 2775}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1130 2738 LINE",
+"-1130 1651 LINE",
+"-905 1651 LINE",
+"-905 2738 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-934 2157 OFFCURVE",
+"-906 2236 OFFCURVE",
+"-793 2236 CURVE SMOOTH",
+"-723 2236 OFFCURVE",
+"-682 2207 OFFCURVE",
+"-682 2083 CURVE SMOOTH",
+"-682 1651 LINE",
+"-455 1651 LINE",
+"-455 2082 LINE SMOOTH",
+"-455 2322 OFFCURVE",
+"-558 2419 OFFCURVE",
+"-708 2419 CURVE SMOOTH",
+"-877 2419 OFFCURVE",
+"-989 2263 OFFCURVE",
+"-989 2050 CURVE",
+"-934 2052 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 036A;
+},
+{
+color = (250,227,227,1);
+glyphname = uni036B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-774, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-774, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1194 2410 LINE",
+"-1328 2410 LINE",
+"-1328 1651 LINE",
+"-1147 1651 LINE",
+"-1147 2234 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1172 2193 OFFCURVE",
+"-1119 2272 OFFCURVE",
+"-996 2272 CURVE SMOOTH",
+"-903 2272 OFFCURVE",
+"-865 2217 OFFCURVE",
+"-865 2096 CURVE SMOOTH",
+"-865 1651 LINE",
+"-683 1651 LINE",
+"-683 2094 LINE SMOOTH",
+"-683 2325 OFFCURVE",
+"-784 2419 OFFCURVE",
+"-946 2419 CURVE SMOOTH",
+"-1155 2419 OFFCURVE",
+"-1236 2263 OFFCURVE",
+"-1236 2050 CURVE",
+"-1172 2052 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-708 2193 OFFCURVE",
+"-656 2272 OFFCURVE",
+"-532 2272 CURVE SMOOTH",
+"-440 2272 OFFCURVE",
+"-402 2217 OFFCURVE",
+"-402 2096 CURVE SMOOTH",
+"-402 1651 LINE",
+"-220 1651 LINE",
+"-220 2094 LINE SMOOTH",
+"-220 2325 OFFCURVE",
+"-320 2419 OFFCURVE",
+"-483 2419 CURVE SMOOTH",
+"-692 2419 OFFCURVE",
+"-773 2263 OFFCURVE",
+"-773 2050 CURVE",
+"-708 2052 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-793, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1158 2410 LINE",
+"-1356 2410 LINE",
+"-1356 1651 LINE",
+"-1129 1651 LINE",
+"-1129 2226 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1152 2157 OFFCURVE",
+"-1118 2236 OFFCURVE",
+"-1005 2236 CURVE SMOOTH",
+"-943 2236 OFFCURVE",
+"-906 2196 OFFCURVE",
+"-906 2111 CURVE SMOOTH",
+"-906 1651 LINE",
+"-681 1651 LINE",
+"-681 2109 LINE SMOOTH",
+"-681 2329 OFFCURVE",
+"-784 2419 OFFCURVE",
+"-934 2419 CURVE SMOOTH",
+"-1126 2419 OFFCURVE",
+"-1228 2263 OFFCURVE",
+"-1228 2050 CURVE",
+"-1152 2052 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-704 2157 OFFCURVE",
+"-670 2236 OFFCURVE",
+"-557 2236 CURVE SMOOTH",
+"-495 2236 OFFCURVE",
+"-458 2196 OFFCURVE",
+"-458 2111 CURVE SMOOTH",
+"-458 1651 LINE",
+"-232 1651 LINE",
+"-232 2109 LINE SMOOTH",
+"-232 2329 OFFCURVE",
+"-336 2419 OFFCURVE",
+"-485 2419 CURVE SMOOTH",
+"-678 2419 OFFCURVE",
+"-780 2263 OFFCURVE",
+"-780 2050 CURVE",
+"-704 2052 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 036B;
+},
+{
+color = (250,227,227,1);
+glyphname = uni036C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-756, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-756, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-829 2410 LINE",
+"-964 2410 LINE",
+"-964 1651 LINE",
+"-782 1651 LINE",
+"-782 2234 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-561 2416 OFFCURVE",
+"-583 2419 OFFCURVE",
+"-609 2419 CURVE SMOOTH",
+"-791 2419 OFFCURVE",
+"-872 2263 OFFCURVE",
+"-872 2050 CURVE",
+"-800 2052 LINE",
+"-800 2193 OFFCURVE",
+"-747 2266 OFFCURVE",
+"-631 2266 CURVE SMOOTH",
+"-600 2266 OFFCURVE",
+"-572 2259 OFFCURVE",
+"-549 2245 CURVE",
+"-549 2412 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-734, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-734, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-755 2410 LINE",
+"-953 2410 LINE",
+"-953 1651 LINE",
+"-726 1651 LINE",
+"-726 2226 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-536 2416 OFFCURVE",
+"-558 2419 OFFCURVE",
+"-582 2419 CURVE SMOOTH",
+"-723 2419 OFFCURVE",
+"-825 2263 OFFCURVE",
+"-825 2050 CURVE",
+"-758 2052 LINE",
+"-758 2157 OFFCURVE",
+"-694 2197 OFFCURVE",
+"-602 2197 CURVE SMOOTH",
+"-561 2197 OFFCURVE",
+"-538 2189 OFFCURVE",
+"-516 2181 CURVE",
+"-516 2410 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 036C;
+},
+{
+color = (250,227,227,1);
+glyphname = uni036D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-813, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-813, 2775}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1041 2419 LINE",
+"-1041 2272 LINE",
+"-584 2272 LINE",
+"-584 2419 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-903 1900 LINE SMOOTH",
+"-903 1720 OFFCURVE",
+"-836 1646 OFFCURVE",
+"-699 1646 CURVE SMOOTH",
+"-649 1646 OFFCURVE",
+"-616 1654 OFFCURVE",
+"-595 1661 CURVE",
+"-595 1803 LINE",
+"-606 1800 OFFCURVE",
+"-634 1796 OFFCURVE",
+"-655 1796 CURVE SMOOTH",
+"-696 1796 OFFCURVE",
+"-722 1825 OFFCURVE",
+"-722 1907 CURVE SMOOTH",
+"-722 2602 LINE",
+"-903 2602 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-872, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-872, 2775}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1104 2419 LINE",
+"-1104 2255 LINE",
+"-652 2255 LINE",
+"-652 2419 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1004 1900 LINE SMOOTH",
+"-1004 1716 OFFCURVE",
+"-917 1640 OFFCURVE",
+"-771 1640 CURVE SMOOTH",
+"-722 1640 OFFCURVE",
+"-679 1647 OFFCURVE",
+"-641 1661 CURVE",
+"-641 1830 LINE",
+"-657 1827 OFFCURVE",
+"-674 1826 OFFCURVE",
+"-700 1826 CURVE SMOOTH",
+"-756 1826 OFFCURVE",
+"-777 1844 OFFCURVE",
+"-777 1902 CURVE SMOOTH",
+"-777 2602 LINE",
+"-1004 2602 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 036D;
+},
+{
+color = (250,227,227,1);
+glyphname = uni036E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-774, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-774, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-813 1651 LINE",
+"-693 1651 LINE",
+"-422 2410 LINE",
+"-620 2410 LINE",
+"-763 1926 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1126 2410 LINE",
+"-854 1651 LINE",
+"-733 1651 LINE",
+"-781 1926 LINE",
+"-928 2410 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-793, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-833 1651 LINE",
+"-681 1651 LINE",
+"-430 2419 LINE",
+"-667 2419 LINE",
+"-776 1964 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1156 2419 LINE",
+"-906 1651 LINE",
+"-754 1651 LINE",
+"-809 1964 LINE",
+"-919 2419 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 036E;
+},
+{
+color = (250,227,227,1);
+glyphname = uni036F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-703, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-703, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1052 2410 LINE",
+"-820 2035 LINE",
+"-1059 1651 LINE",
+"-842 1651 LINE",
+"-703 1893 LINE",
+"-564 1651 LINE",
+"-348 1651 LINE",
+"-587 2035 LINE",
+"-355 2410 LINE",
+"-573 2410 LINE",
+"-705 2175 LINE",
+"-836 2410 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-792, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1143 2419 LINE",
+"-939 2043 LINE",
+"-1154 1651 LINE",
+"-916 1651 LINE",
+"-792 1878 LINE",
+"-668 1651 LINE",
+"-430 1651 LINE",
+"-645 2043 LINE",
+"-440 2419 LINE",
+"-677 2419 LINE",
+"-792 2210 LINE",
+"-905 2419 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 036F;
+},
+{
+color = (204,240,242,1);
+glyphname = uni20B7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"284 420 OFFCURVE",
+"336 528 OFFCURVE",
+"456 528 CURVE SMOOTH",
+"544 528 OFFCURVE",
+"596 476 OFFCURVE",
+"596 332 CURVE SMOOTH",
+"596 -164 LINE",
+"788 -164 LINE",
+"788 368 LINE SMOOTH",
+"788 592 OFFCURVE",
+"684 688 OFFCURVE",
+"520 688 CURVE SMOOTH",
+"344 688 OFFCURVE",
+"236 516 OFFCURVE",
+"236 280 CURVE",
+"284 284 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"264 672 LINE",
+"120 672 LINE",
+"120 -164 LINE",
+"312 -164 LINE",
+"312 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 420 OFFCURVE",
+"816 528 OFFCURVE",
+"936 528 CURVE SMOOTH",
+"1020 528 OFFCURVE",
+"1076 476 OFFCURVE",
+"1076 332 CURVE SMOOTH",
+"1076 -164 LINE",
+"1268 -164 LINE",
+"1268 368 LINE SMOOTH",
+"1268 592 OFFCURVE",
+"1164 688 OFFCURVE",
+"1000 688 CURVE SMOOTH",
+"824 688 OFFCURVE",
+"716 516 OFFCURVE",
+"716 280 CURVE",
+"764 284 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1368 316 OFFCURVE",
+"1224 200 OFFCURVE",
+"952 200 CURVE SMOOTH",
+"696 200 OFFCURVE",
+"380 312 OFFCURVE",
+"300 484 CURVE",
+"120 672 LINE",
+"120 112 OFFCURVE",
+"580 -28 OFFCURVE",
+"952 -28 CURVE SMOOTH",
+"1376 -28 OFFCURVE",
+"1656 188 OFFCURVE",
+"1656 512 CURVE SMOOTH",
+"1656 820 OFFCURVE",
+"1448 1008 OFFCURVE",
+"1020 1124 CURVE SMOOTH",
+"748 1200 OFFCURVE",
+"548 1292 OFFCURVE",
+"548 1484 CURVE SMOOTH",
+"548 1664 OFFCURVE",
+"672 1800 OFFCURVE",
+"940 1800 CURVE SMOOTH",
+"1244 1800 OFFCURVE",
+"1368 1632 OFFCURVE",
+"1368 1424 CURVE",
+"1656 1424 LINE",
+"1656 1732 OFFCURVE",
+"1400 2032 OFFCURVE",
+"940 2032 CURVE SMOOTH",
+"528 2032 OFFCURVE",
+"260 1792 OFFCURVE",
+"260 1480 CURVE SMOOTH",
+"260 1176 OFFCURVE",
+"508 1004 OFFCURVE",
+"924 880 CURVE SMOOTH",
+"1236 788 OFFCURVE",
+"1368 708 OFFCURVE",
+"1368 508 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"328 396 OFFCURVE",
+"368 484 OFFCURVE",
+"492 484 CURVE SMOOTH",
+"576 484 OFFCURVE",
+"620 432 OFFCURVE",
+"620 288 CURVE SMOOTH",
+"620 -164 LINE",
+"856 -164 LINE",
+"856 368 LINE SMOOTH",
+"856 592 OFFCURVE",
+"752 688 OFFCURVE",
+"576 688 CURVE SMOOTH",
+"384 688 OFFCURVE",
+"280 516 OFFCURVE",
+"280 280 CURVE",
+"328 280 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"304 676 LINE",
+"116 676 LINE",
+"116 -164 LINE",
+"352 -164 LINE",
+"352 496 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"788 396 OFFCURVE",
+"868 484 OFFCURVE",
+"992 484 CURVE SMOOTH",
+"1076 484 OFFCURVE",
+"1120 432 OFFCURVE",
+"1120 288 CURVE SMOOTH",
+"1120 -164 LINE",
+"1356 -164 LINE",
+"1356 368 LINE SMOOTH",
+"1356 592 OFFCURVE",
+"1252 688 OFFCURVE",
+"1076 688 CURVE SMOOTH",
+"888 688 OFFCURVE",
+"780 516 OFFCURVE",
+"780 280 CURVE",
+"788 284 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1504 384 OFFCURVE",
+"1372 332 OFFCURVE",
+"1136 332 CURVE SMOOTH",
+"840 336 OFFCURVE",
+"508 360 OFFCURVE",
+"284 560 CURVE",
+"136 324 LINE",
+"320 112 OFFCURVE",
+"732 -28 OFFCURVE",
+"1136 -28 CURVE SMOOTH",
+"1672 -28 OFFCURVE",
+"1964 160 OFFCURVE",
+"1964 536 CURVE SMOOTH",
+"1964 892 OFFCURVE",
+"1704 1068 OFFCURVE",
+"1288 1200 CURVE SMOOTH",
+"1084 1264 OFFCURVE",
+"920 1336 OFFCURVE",
+"920 1468 CURVE SMOOTH",
+"920 1572 OFFCURVE",
+"1020 1664 OFFCURVE",
+"1204 1664 CURVE SMOOTH",
+"1400 1664 OFFCURVE",
+"1504 1568 OFFCURVE",
+"1504 1408 CURVE",
+"1964 1408 LINE",
+"1964 1776 OFFCURVE",
+"1676 2032 OFFCURVE",
+"1212 2032 CURVE SMOOTH",
+"776 2032 OFFCURVE",
+"460 1812 OFFCURVE",
+"460 1468 CURVE SMOOTH",
+"460 1112 OFFCURVE",
+"776 940 OFFCURVE",
+"1188 812 CURVE SMOOTH",
+"1424 732 OFFCURVE",
+"1504 660 OFFCURVE",
+"1504 532 CURVE SMOOTH"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 20B7;
+userData = {
+interface.gridadjust.original = "{'width': 1724, 'leftMargin': 83, 'rightMargin': 104}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni20B6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"112 1488 LINE",
+"112 1284 LINE",
+"1408 1284 LINE",
+"1408 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"864 376 LINE SMOOTH",
+"864 160 OFFCURVE",
+"944 -28 OFFCURVE",
+"1212 -28 CURVE SMOOTH",
+"1308 -28 OFFCURVE",
+"1372 -12 OFFCURVE",
+"1412 0 CURVE",
+"1412 220 LINE",
+"1392 216 OFFCURVE",
+"1336 204 OFFCURVE",
+"1296 204 CURVE SMOOTH",
+"1148 204 OFFCURVE",
+"1136 284 OFFCURVE",
+"1136 412 CURVE SMOOTH",
+"1136 1844 LINE",
+"864 1844 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"328 2048 LINE",
+"328 0 LINE",
+"564 0 LINE",
+"564 2048 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"112 1488 LINE",
+"112 1168 LINE",
+"1692 1168 LINE",
+"1692 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1004 464 LINE SMOOTH",
+"1004 108 OFFCURVE",
+"1160 -28 OFFCURVE",
+"1460 -28 CURVE SMOOTH",
+"1556 -28 OFFCURVE",
+"1636 -16 OFFCURVE",
+"1712 12 CURVE",
+"1712 344 LINE",
+"1684 340 OFFCURVE",
+"1648 336 OFFCURVE",
+"1596 336 CURVE SMOOTH",
+"1488 336 OFFCURVE",
+"1448 372 OFFCURVE",
+"1448 484 CURVE SMOOTH",
+"1448 1860 LINE",
+"1004 1860 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"352 2048 LINE",
+"352 0 LINE",
+"812 0 LINE",
+"812 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 20B6;
+userData = {
+interface.gridadjust.original = "{'width': 1397.0, 'leftMargin': 41, 'rightMargin': 55.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni20B0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"376 0 LINE",
+"600 436 LINE",
+"932 -28 LINE",
+"1460 1008 OFFCURVE",
+"1676 1380 OFFCURVE",
+"1676 1692 CURVE SMOOTH",
+"1676 1928 OFFCURVE",
+"1560 2144 OFFCURVE",
+"1232 2144 CURVE SMOOTH",
+"920 2144 OFFCURVE",
+"784 1932 OFFCURVE",
+"784 1692 CURVE SMOOTH",
+"784 1484 OFFCURVE",
+"844 1316 OFFCURVE",
+"888 1180 CURVE SMOOTH",
+"1268 48 LINE SMOOTH",
+"1292 -28 OFFCURVE",
+"1316 -132 OFFCURVE",
+"1316 -228 CURVE SMOOTH",
+"1316 -320 OFFCURVE",
+"1260 -380 OFFCURVE",
+"1160 -380 CURVE SMOOTH",
+"1092 -380 OFFCURVE",
+"992 -372 OFFCURVE",
+"888 -328 CURVE",
+"888 -544 LINE",
+"980 -580 OFFCURVE",
+"1056 -600 OFFCURVE",
+"1180 -600 CURVE SMOOTH",
+"1440 -600 OFFCURVE",
+"1596 -464 OFFCURVE",
+"1596 -276 CURVE SMOOTH",
+"1596 -164 OFFCURVE",
+"1568 -28 OFFCURVE",
+"1488 212 CURVE SMOOTH",
+"1148 1232 LINE SMOOTH",
+"1100 1368 OFFCURVE",
+"1032 1552 OFFCURVE",
+"1032 1692 CURVE SMOOTH",
+"1032 1840 OFFCURVE",
+"1116 1924 OFFCURVE",
+"1232 1924 CURVE SMOOTH",
+"1344 1924 OFFCURVE",
+"1428 1840 OFFCURVE",
+"1428 1692 CURVE SMOOTH",
+"1428 1512 OFFCURVE",
+"1348 1324 OFFCURVE",
+"1084 804 CURVE",
+"896 436 LINE",
+"564 876 LINE",
+"100 0 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"556 0 LINE",
+"732 352 LINE",
+"1120 -28 LINE",
+"1668 892 OFFCURVE",
+"1904 1244 OFFCURVE",
+"1904 1640 CURVE SMOOTH",
+"1904 1944 OFFCURVE",
+"1704 2144 OFFCURVE",
+"1376 2144 CURVE SMOOTH",
+"1064 2144 OFFCURVE",
+"832 1960 OFFCURVE",
+"832 1624 CURVE SMOOTH",
+"832 1412 OFFCURVE",
+"908 1156 OFFCURVE",
+"960 1008 CURVE SMOOTH",
+"1228 276 LINE SMOOTH",
+"1288 108 OFFCURVE",
+"1356 -44 OFFCURVE",
+"1356 -132 CURVE SMOOTH",
+"1356 -188 OFFCURVE",
+"1340 -244 OFFCURVE",
+"1240 -244 CURVE SMOOTH",
+"1180 -244 OFFCURVE",
+"1108 -228 OFFCURVE",
+"1004 -184 CURVE",
+"1004 -536 LINE",
+"1096 -572 OFFCURVE",
+"1200 -600 OFFCURVE",
+"1324 -600 CURVE SMOOTH",
+"1584 -600 OFFCURVE",
+"1756 -468 OFFCURVE",
+"1756 -228 CURVE SMOOTH",
+"1756 -100 OFFCURVE",
+"1728 20 OFFCURVE",
+"1644 260 CURVE SMOOTH",
+"1320 1184 LINE SMOOTH",
+"1272 1316 OFFCURVE",
+"1232 1464 OFFCURVE",
+"1232 1584 CURVE SMOOTH",
+"1232 1692 OFFCURVE",
+"1268 1788 OFFCURVE",
+"1384 1788 CURVE SMOOTH",
+"1492 1788 OFFCURVE",
+"1532 1700 OFFCURVE",
+"1532 1596 CURVE SMOOTH",
+"1532 1396 OFFCURVE",
+"1460 1220 OFFCURVE",
+"1156 656 CURVE",
+"1076 504 LINE",
+"668 960 LINE",
+"176 0 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 20B0;
+userData = {
+interface.gridadjust.original = "{'width': 1739, 'leftMargin': 41, 'rightMargin': 123}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni20BB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"932 1784 OFFCURVE",
+"824 2000 OFFCURVE",
+"500 2000 CURVE SMOOTH",
+"252 2000 OFFCURVE",
+"80 1848 OFFCURVE",
+"80 1636 CURVE SMOOTH",
+"80 1396 OFFCURVE",
+"252 1268 OFFCURVE",
+"476 1268 CURVE SMOOTH",
+"1512 1268 LINE",
+"1512 1488 LINE",
+"508 1488 LINE SMOOTH",
+"416 1488 OFFCURVE",
+"356 1552 OFFCURVE",
+"356 1636 CURVE SMOOTH",
+"356 1716 OFFCURVE",
+"412 1780 OFFCURVE",
+"496 1780 CURVE SMOOTH",
+"604 1780 OFFCURVE",
+"656 1712 OFFCURVE",
+"656 1628 CURVE SMOOTH",
+"656 676 LINE SMOOTH",
+"656 196 OFFCURVE",
+"880 0 OFFCURVE",
+"1484 0 CURVE",
+"1484 220 LINE",
+"1044 220 OFFCURVE",
+"932 344 OFFCURVE",
+"932 676 CURVE SMOOTH",
+"932 1568 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1012 696 LINE",
+"1200 496 LINE",
+"1440 676 LINE",
+"1628 496 LINE",
+"1872 496 OFFCURVE",
+"2208 644 OFFCURVE",
+"2208 1000 CURVE SMOOTH",
+"2208 1196 OFFCURVE",
+"2080 1488 OFFCURVE",
+"1512 1488 CURVE",
+"1512 1268 LINE",
+"1820 1268 OFFCURVE",
+"1932 1160 OFFCURVE",
+"1932 1008 CURVE SMOOTH",
+"1932 912 OFFCURVE",
+"1904 788 OFFCURVE",
+"1744 764 CURVE",
+"1524 1000 LINE",
+"1244 820 LINE",
+"1072 1000 LINE",
+"312 756 LINE",
+"456 496 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1212 1716 OFFCURVE",
+"1088 1960 OFFCURVE",
+"652 1960 CURVE SMOOTH",
+"308 1960 OFFCURVE",
+"140 1804 OFFCURVE",
+"140 1572 CURVE SMOOTH",
+"140 1340 OFFCURVE",
+"304 1188 OFFCURVE",
+"616 1188 CURVE SMOOTH",
+"1668 1188 LINE",
+"1668 1488 LINE",
+"660 1488 LINE SMOOTH",
+"580 1488 OFFCURVE",
+"524 1516 OFFCURVE",
+"524 1584 CURVE SMOOTH",
+"524 1660 OFFCURVE",
+"584 1684 OFFCURVE",
+"648 1684 CURVE SMOOTH",
+"736 1684 OFFCURVE",
+"768 1624 OFFCURVE",
+"768 1528 CURVE SMOOTH",
+"768 644 LINE SMOOTH",
+"768 264 OFFCURVE",
+"920 0 OFFCURVE",
+"1628 0 CURVE",
+"1628 300 LINE",
+"1324 300 OFFCURVE",
+"1212 428 OFFCURVE",
+"1212 608 CURVE SMOOTH",
+"1212 1416 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1236 672 LINE",
+"1396 468 LINE",
+"1644 620 LINE",
+"1804 440 LINE",
+"2052 440 OFFCURVE",
+"2452 588 OFFCURVE",
+"2452 984 CURVE SMOOTH",
+"2452 1268 OFFCURVE",
+"2232 1488 OFFCURVE",
+"1668 1488 CURVE",
+"1668 1188 LINE",
+"1940 1188 OFFCURVE",
+"2040 1124 OFFCURVE",
+"2040 976 CURVE SMOOTH",
+"2040 900 OFFCURVE",
+"2004 820 OFFCURVE",
+"1900 800 CURVE",
+"1720 1028 LINE",
+"1468 888 LINE",
+"1320 1080 LINE",
+"372 768 LINE",
+"528 416 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 20BB;
+userData = {
+interface.gridadjust.original = "{'width': 2265, 'leftMargin': 55, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = tildedoublecmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop_dd;
+position = "{0, 1746}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1122 1988 OFFCURVE",
+"1013 1932 OFFCURVE",
+"876 1932 CURVE SMOOTH",
+"466 1932 OFFCURVE",
+"-448 2074 OFFCURVE",
+"-879 2074 CURVE SMOOTH",
+"-1115 2074 OFFCURVE",
+"-1277 1921 OFFCURVE",
+"-1304 1753 CURVE",
+"-1154 1716 LINE",
+"-1112 1827 OFFCURVE",
+"-1016 1881 OFFCURVE",
+"-879 1881 CURVE SMOOTH",
+"-452 1881 OFFCURVE",
+"373 1741 OFFCURVE",
+"876 1741 CURVE SMOOTH",
+"1111 1741 OFFCURVE",
+"1275 1869 OFFCURVE",
+"1302 2053 CURVE",
+"1152 2098 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop_dd;
+position = "{0, 1746}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1161 2012 OFFCURVE",
+"1067 1968 OFFCURVE",
+"906 1968 CURVE SMOOTH",
+"525 1968 OFFCURVE",
+"-512 2068 OFFCURVE",
+"-956 2068 CURVE SMOOTH",
+"-1214 2068 OFFCURVE",
+"-1364 1966 OFFCURVE",
+"-1420 1748 CURVE",
+"-1185 1679 LINE",
+"-1144 1781 OFFCURVE",
+"-1031 1816 OFFCURVE",
+"-899 1816 CURVE SMOOTH",
+"-488 1816 OFFCURVE",
+"408 1715 OFFCURVE",
+"971 1715 CURVE SMOOTH",
+"1220 1715 OFFCURVE",
+"1397 1818 OFFCURVE",
+"1422 2035 CURVE",
+"1188 2105 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0360;
+},
+{
+color = (250,227,227,1);
+glyphname = breveinverteddoublecmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop_dd;
+position = "{0, 1636}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"813 1849 OFFCURVE",
+"448 2043 OFFCURVE",
+"0 2043 CURVE SMOOTH",
+"-448 2043 OFFCURVE",
+"-814 1849 OFFCURVE",
+"-965 1632 CURVE",
+"-744 1632 LINE",
+"-634 1738 OFFCURVE",
+"-320 1873 OFFCURVE",
+"0 1873 CURVE SMOOTH",
+"318 1873 OFFCURVE",
+"633 1738 OFFCURVE",
+"743 1632 CURVE",
+"964 1632 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop_dd;
+position = "{0, 1595}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"910 1774 OFFCURVE",
+"677 2043 OFFCURVE",
+"0 2043 CURVE SMOOTH",
+"-678 2043 OFFCURVE",
+"-912 1774 OFFCURVE",
+"-1022 1525 CURVE",
+"-716 1525 LINE",
+"-620 1616 OFFCURVE",
+"-485 1796 OFFCURVE",
+"0 1796 CURVE SMOOTH",
+"484 1796 OFFCURVE",
+"631 1616 OFFCURVE",
+"714 1525 CURVE",
+"1020 1525 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0361;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0362;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom_dd;
+position = "{0, -206}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-946 -392 LINE",
+"-946 -517 LINE",
+"993 -517 LINE",
+"993 -392 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1151 -454 LINE",
+"1019 -375 LINE",
+"498 -762 LINE",
+"737 -762 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1012 -529 LINE",
+"1151 -454 LINE",
+"737 -147 LINE",
+"498 -147 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom_dd;
+position = "{0, -151}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1108 -380 LINE",
+"-1108 -569 LINE",
+"1108 -569 LINE",
+"1108 -380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1308 -474 LINE",
+"1093 -402 LINE",
+"572 -758 LINE",
+"894 -758 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1086 -543 LINE",
+"1308 -474 LINE",
+"894 -193 LINE",
+"572 -193 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0362;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0363;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-773, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-773, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-641 1753 OFFCURVE",
+"-631 1700 OFFCURVE",
+"-616 1653 CURVE",
+"-433 1653 LINE",
+"-452 1711 OFFCURVE",
+"-459 1767 OFFCURVE",
+"-459 1833 CURVE SMOOTH",
+"-459 2145 LINE SMOOTH",
+"-459 2327 OFFCURVE",
+"-582 2419 OFFCURVE",
+"-756 2419 CURVE SMOOTH",
+"-943 2419 OFFCURVE",
+"-1064 2321 OFFCURVE",
+"-1064 2188 CURVE",
+"-894 2174 LINE",
+"-894 2237 OFFCURVE",
+"-842 2272 OFFCURVE",
+"-756 2272 CURVE SMOOTH",
+"-678 2272 OFFCURVE",
+"-641 2228 OFFCURVE",
+"-641 2146 CURVE SMOOTH",
+"-641 1808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-777 2096 LINE SMOOTH",
+"-993 2096 OFFCURVE",
+"-1114 2012 OFFCURVE",
+"-1114 1866 CURVE SMOOTH",
+"-1114 1728 OFFCURVE",
+"-1016 1639 OFFCURVE",
+"-858 1639 CURVE SMOOTH",
+"-723 1639 OFFCURVE",
+"-648 1716 OFFCURVE",
+"-617 1779 CURVE",
+"-635 1896 LINE",
+"-635 1848 OFFCURVE",
+"-734 1782 OFFCURVE",
+"-815 1782 CURVE SMOOTH",
+"-894 1782 OFFCURVE",
+"-932 1815 OFFCURVE",
+"-932 1870 CURVE SMOOTH",
+"-932 1928 OFFCURVE",
+"-877 1979 OFFCURVE",
+"-776 1979 CURVE SMOOTH",
+"-622 1979 LINE",
+"-623 2096 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-792, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-704 1770 OFFCURVE",
+"-694 1698 OFFCURVE",
+"-672 1651 CURVE",
+"-447 1651 LINE",
+"-466 1701 OFFCURVE",
+"-479 1745 OFFCURVE",
+"-479 1843 CURVE SMOOTH",
+"-479 2153 LINE SMOOTH",
+"-479 2333 OFFCURVE",
+"-612 2424 OFFCURVE",
+"-791 2424 CURVE SMOOTH",
+"-990 2424 OFFCURVE",
+"-1119 2318 OFFCURVE",
+"-1119 2177 CURVE",
+"-894 2177 LINE",
+"-894 2232 OFFCURVE",
+"-864 2255 OFFCURVE",
+"-804 2255 CURVE SMOOTH",
+"-736 2255 OFFCURVE",
+"-704 2219 OFFCURVE",
+"-704 2155 CURVE",
+"-704 1843 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"-782 2115 LINE SMOOTH",
+"-1023 2115 OFFCURVE",
+"-1137 2021 OFFCURVE",
+"-1137 1866 CURVE SMOOTH",
+"-1137 1727 OFFCURVE",
+"-1038 1638 OFFCURVE",
+"-894 1638 CURVE SMOOTH",
+"-748 1638 OFFCURVE",
+"-677 1727 OFFCURVE",
+"-642 1801 CURVE",
+"-696 1899 LINE",
+"-696 1860 OFFCURVE",
+"-745 1805 OFFCURVE",
+"-828 1805 CURVE SMOOTH",
+"-877 1805 OFFCURVE",
+"-912 1836 OFFCURVE",
+"-912 1878 CURVE SMOOTH",
+"-912 1936 OFFCURVE",
+"-876 1990 OFFCURVE",
+"-781 1990 CURVE",
+"-675 1990 LINE",
+"-677 2115 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0363;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0364;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-777, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-777, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-598 1632 OFFCURVE",
+"-505 1706 OFFCURVE",
+"-455 1781 CURVE",
+"-549 1870 LINE",
+"-594 1810 OFFCURVE",
+"-652 1781 OFFCURVE",
+"-744 1781 CURVE SMOOTH",
+"-868 1781 OFFCURVE",
+"-934 1858 OFFCURVE",
+"-934 1998 CURVE SMOOTH",
+"-934 2028 LINE SMOOTH",
+"-934 2186 OFFCURVE",
+"-881 2272 OFFCURVE",
+"-769 2272 CURVE SMOOTH",
+"-653 2272 OFFCURVE",
+"-615 2201 OFFCURVE",
+"-608 2105 CURVE SMOOTH",
+"-608 2096 LINE",
+"-1019 2096 LINE",
+"-1019 1979 LINE",
+"-440 1979 LINE",
+"-440 2043 LINE SMOOTH",
+"-440 2256 OFFCURVE",
+"-546 2419 OFFCURVE",
+"-769 2419 CURVE SMOOTH",
+"-960 2419 OFFCURVE",
+"-1115 2284 OFFCURVE",
+"-1115 2028 CURVE SMOOTH",
+"-1115 1998 LINE SMOOTH",
+"-1115 1785 OFFCURVE",
+"-983 1632 OFFCURVE",
+"-752 1632 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-792, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-611 1632 OFFCURVE",
+"-507 1698 OFFCURVE",
+"-459 1766 CURVE",
+"-565 1893 LINE",
+"-609 1837 OFFCURVE",
+"-675 1815 OFFCURVE",
+"-743 1815 CURVE SMOOTH",
+"-853 1815 OFFCURVE",
+"-919 1888 OFFCURVE",
+"-919 2001 CURVE SMOOTH",
+"-919 2027 LINE SMOOTH",
+"-919 2140 OFFCURVE",
+"-888 2237 OFFCURVE",
+"-784 2237 CURVE SMOOTH",
+"-703 2237 OFFCURVE",
+"-661 2192 OFFCURVE",
+"-661 2118 CURVE SMOOTH",
+"-661 2100 LINE",
+"-1055 2100 LINE",
+"-1055 1951 LINE",
+"-440 1951 LINE",
+"-440 2047 LINE SMOOTH",
+"-440 2276 OFFCURVE",
+"-565 2419 OFFCURVE",
+"-782 2419 CURVE SMOOTH",
+"-1018 2419 OFFCURVE",
+"-1144 2248 OFFCURVE",
+"-1144 2027 CURVE SMOOTH",
+"-1144 2001 LINE SMOOTH",
+"-1144 1801 OFFCURVE",
+"-1001 1632 OFFCURVE",
+"-758 1632 CURVE SMOOTH {name = hr00;}"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0364;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0365;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-771, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-771, 2775}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-861 2410 LINE",
+"-861 1651 LINE",
+"-679 1651 LINE",
+"-679 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-876 2537 OFFCURVE",
+"-840 2494 OFFCURVE",
+"-771 2494 CURVE SMOOTH",
+"-704 2494 OFFCURVE",
+"-667 2537 OFFCURVE",
+"-667 2592 CURVE SMOOTH",
+"-667 2648 OFFCURVE",
+"-704 2692 OFFCURVE",
+"-771 2692 CURVE SMOOTH",
+"-840 2692 OFFCURVE",
+"-876 2648 OFFCURVE",
+"-876 2592 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-789, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-789, 2775}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-902 2410 LINE",
+"-902 1651 LINE",
+"-677 1651 LINE",
+"-677 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-916 2538 OFFCURVE",
+"-865 2490 OFFCURVE",
+"-791 2490 CURVE SMOOTH",
+"-715 2490 OFFCURVE",
+"-664 2538 OFFCURVE",
+"-664 2606 CURVE SMOOTH",
+"-664 2673 OFFCURVE",
+"-715 2721 OFFCURVE",
+"-791 2721 CURVE SMOOTH",
+"-865 2721 OFFCURVE",
+"-916 2673 OFFCURVE",
+"-916 2606 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0365;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0366;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-773, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-773, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-557 1632 OFFCURVE",
+"-413 1785 OFFCURVE",
+"-413 2017 CURVE SMOOTH",
+"-413 2032 LINE SMOOTH",
+"-413 2266 OFFCURVE",
+"-557 2419 OFFCURVE",
+"-774 2419 CURVE SMOOTH",
+"-987 2419 OFFCURVE",
+"-1133 2266 OFFCURVE",
+"-1133 2032 CURVE SMOOTH",
+"-1133 2017 LINE SMOOTH",
+"-1133 1785 OFFCURVE",
+"-987 1632 OFFCURVE",
+"-773 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-898 1779 OFFCURVE",
+"-952 1870 OFFCURVE",
+"-952 2017 CURVE SMOOTH",
+"-952 2032 LINE SMOOTH",
+"-952 2179 OFFCURVE",
+"-898 2272 OFFCURVE",
+"-774 2272 CURVE SMOOTH",
+"-648 2272 OFFCURVE",
+"-594 2179 OFFCURVE",
+"-594 2032 CURVE SMOOTH",
+"-594 2017 LINE SMOOTH",
+"-594 1870 OFFCURVE",
+"-648 1779 OFFCURVE",
+"-773 1779 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-791, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-791, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-556 1632 OFFCURVE",
+"-428 1796 OFFCURVE",
+"-428 2017 CURVE SMOOTH",
+"-428 2032 LINE SMOOTH",
+"-428 2254 OFFCURVE",
+"-556 2419 OFFCURVE",
+"-792 2419 CURVE SMOOTH",
+"-1026 2419 OFFCURVE",
+"-1155 2254 OFFCURVE",
+"-1155 2032 CURVE SMOOTH",
+"-1155 2017 LINE SMOOTH",
+"-1155 1796 OFFCURVE",
+"-1026 1632 OFFCURVE",
+"-791 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-897 1815 OFFCURVE",
+"-930 1903 OFFCURVE",
+"-930 2017 CURVE SMOOTH",
+"-930 2032 LINE SMOOTH",
+"-930 2144 OFFCURVE",
+"-895 2237 OFFCURVE",
+"-792 2237 CURVE SMOOTH",
+"-686 2237 OFFCURVE",
+"-653 2144 OFFCURVE",
+"-653 2032 CURVE SMOOTH",
+"-653 2017 LINE SMOOTH",
+"-653 1903 OFFCURVE",
+"-686 1815 OFFCURVE",
+"-791 1815 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0366;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0367;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-781, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-781, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-594 1651 LINE",
+"-459 1651 LINE",
+"-459 2410 LINE",
+"-641 2410 LINE",
+"-641 1827 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-616 1863 OFFCURVE",
+"-668 1785 OFFCURVE",
+"-792 1785 CURVE SMOOTH",
+"-884 1785 OFFCURVE",
+"-923 1840 OFFCURVE",
+"-923 1961 CURVE SMOOTH",
+"-923 2410 LINE",
+"-1104 2410 LINE",
+"-1104 1962 LINE SMOOTH",
+"-1104 1731 OFFCURVE",
+"-1004 1638 OFFCURVE",
+"-842 1638 CURVE SMOOTH",
+"-633 1638 OFFCURVE",
+"-551 1793 OFFCURVE",
+"-551 2006 CURVE",
+"-616 2005 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-792, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-653 1651 LINE",
+"-455 1651 LINE",
+"-455 2410 LINE",
+"-682 2410 LINE",
+"-682 1836 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-659 1899 OFFCURVE",
+"-693 1821 OFFCURVE",
+"-806 1821 CURVE SMOOTH",
+"-868 1821 OFFCURVE",
+"-905 1860 OFFCURVE",
+"-905 1946 CURVE SMOOTH",
+"-905 2410 LINE",
+"-1130 2410 LINE",
+"-1130 1947 LINE SMOOTH",
+"-1130 1727 OFFCURVE",
+"-1027 1638 OFFCURVE",
+"-877 1638 CURVE SMOOTH",
+"-685 1638 OFFCURVE",
+"-583 1793 OFFCURVE",
+"-583 2006 CURVE",
+"-659 2005 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0367;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0368;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-788, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-788, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-595 1632 OFFCURVE",
+"-457 1753 OFFCURVE",
+"-450 1887 CURVE",
+"-623 1887 LINE",
+"-635 1827 OFFCURVE",
+"-682 1779 OFFCURVE",
+"-771 1779 CURVE SMOOTH",
+"-888 1779 OFFCURVE",
+"-945 1882 OFFCURVE",
+"-945 2010 CURVE SMOOTH",
+"-945 2041 LINE SMOOTH",
+"-945 2167 OFFCURVE",
+"-887 2272 OFFCURVE",
+"-771 2272 CURVE SMOOTH",
+"-670 2272 OFFCURVE",
+"-627 2203 OFFCURVE",
+"-623 2144 CURVE",
+"-450 2144 LINE",
+"-457 2298 OFFCURVE",
+"-578 2419 OFFCURVE",
+"-771 2419 CURVE SMOOTH",
+"-1016 2419 OFFCURVE",
+"-1126 2243 OFFCURVE",
+"-1126 2041 CURVE SMOOTH",
+"-1126 2010 LINE SMOOTH",
+"-1126 1810 OFFCURVE",
+"-1018 1632 OFFCURVE",
+"-771 1632 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-792, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-594 1632 OFFCURVE",
+"-457 1746 OFFCURVE",
+"-457 1917 CURVE",
+"-668 1917 LINE",
+"-668 1852 OFFCURVE",
+"-711 1815 OFFCURVE",
+"-780 1815 CURVE SMOOTH",
+"-886 1815 OFFCURVE",
+"-903 1904 OFFCURVE",
+"-903 2017 CURVE SMOOTH",
+"-903 2034 LINE SMOOTH",
+"-903 2142 OFFCURVE",
+"-886 2237 OFFCURVE",
+"-781 2237 CURVE SMOOTH",
+"-705 2237 OFFCURVE",
+"-668 2182 OFFCURVE",
+"-668 2115 CURVE",
+"-457 2115 LINE",
+"-457 2307 OFFCURVE",
+"-587 2419 OFFCURVE",
+"-776 2419 CURVE SMOOTH",
+"-1011 2419 OFFCURVE",
+"-1129 2252 OFFCURVE",
+"-1129 2034 CURVE SMOOTH",
+"-1129 2017 LINE SMOOTH",
+"-1129 1797 OFFCURVE",
+"-1011 1632 OFFCURVE",
+"-774 1632 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0368;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0369;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-793, 2775}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-601 1651 LINE",
+"-443 1651 LINE",
+"-443 2740 LINE",
+"-624 2740 LINE",
+"-624 1793 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-637 1632 OFFCURVE",
+"-543 1746 OFFCURVE",
+"-523 1976 CURVE",
+"-523 2075 LINE",
+"-543 2306 OFFCURVE",
+"-637 2419 OFFCURVE",
+"-831 2419 CURVE SMOOTH",
+"-1024 2419 OFFCURVE",
+"-1145 2262 OFFCURVE",
+"-1145 2032 CURVE SMOOTH",
+"-1145 2017 LINE SMOOTH",
+"-1145 1796 OFFCURVE",
+"-1023 1632 OFFCURVE",
+"-832 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-906 1779 OFFCURVE",
+"-964 1870 OFFCURVE",
+"-964 2017 CURVE SMOOTH",
+"-964 2032 LINE SMOOTH",
+"-964 2178 OFFCURVE",
+"-906 2272 OFFCURVE",
+"-795 2272 CURVE SMOOTH",
+"-697 2272 OFFCURVE",
+"-626 2210 OFFCURVE",
+"-604 2105 CURVE",
+"-604 1944 LINE",
+"-633 1840 OFFCURVE",
+"-697 1779 OFFCURVE",
+"-796 1779 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+},
+{
+name = _mkmktop;
+position = "{-792, 2775}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-641 1651 LINE",
+"-444 1651 LINE",
+"-444 2738 LINE",
+"-671 2738 LINE",
+"-671 1826 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-671 1638 OFFCURVE",
+"-587 1811 OFFCURVE",
+"-558 2016 CURVE",
+"-558 2034 LINE",
+"-587 2254 OFFCURVE",
+"-671 2419 OFFCURVE",
+"-846 2419 CURVE SMOOTH",
+"-1038 2419 OFFCURVE",
+"-1141 2267 OFFCURVE",
+"-1141 2036 CURVE SMOOTH",
+"-1141 2021 LINE SMOOTH",
+"-1141 1801 OFFCURVE",
+"-1038 1638 OFFCURVE",
+"-847 1638 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-884 1821 OFFCURVE",
+"-916 1909 OFFCURVE",
+"-916 2021 CURVE SMOOTH",
+"-916 2036 LINE SMOOTH",
+"-916 2155 OFFCURVE",
+"-881 2243 OFFCURVE",
+"-788 2243 CURVE SMOOTH",
+"-694 2243 OFFCURVE",
+"-649 2177 OFFCURVE",
+"-649 2053 CURVE SMOOTH",
+"-649 1998 LINE SMOOTH",
+"-649 1889 OFFCURVE",
+"-694 1821 OFFCURVE",
+"-789 1821 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0369;
+},
+{
+color = (250,227,227,1);
+glyphname = tildemidnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -1474, -1163}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -1477, -1154}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0334;
+},
+{
+glyphname = uni01F7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 2004 LINE",
+"156 -572 LINE",
+"444 -572 LINE",
+"444 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1040 -160 OFFCURVE",
+"1620 424 OFFCURVE",
+"1620 1124 CURVE SMOOTH",
+"1620 1196 LINE SMOOTH",
+"1620 1756 OFFCURVE",
+"1308 2032 OFFCURVE",
+"808 2032 CURVE SMOOTH",
+"616 2032 OFFCURVE",
+"464 1980 OFFCURVE",
+"348 1892 CURVE",
+"348 1352 LINE",
+"392 1624 OFFCURVE",
+"504 1800 OFFCURVE",
+"808 1800 CURVE SMOOTH",
+"1164 1800 OFFCURVE",
+"1336 1616 OFFCURVE",
+"1336 1200 CURVE SMOOTH",
+"1336 1124 LINE SMOOTH",
+"1336 656 OFFCURVE",
+"1012 92 OFFCURVE",
+"292 -20 CURVE",
+"292 -248 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"228 2004 LINE",
+"228 -572 LINE",
+"684 -572 LINE",
+"684 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1376 -16 OFFCURVE",
+"1856 468 OFFCURVE",
+"1856 1068 CURVE SMOOTH",
+"1856 1140 LINE SMOOTH",
+"1856 1712 OFFCURVE",
+"1520 2032 OFFCURVE",
+"1012 2032 CURVE SMOOTH",
+"816 2032 OFFCURVE",
+"640 1964 OFFCURVE",
+"552 1860 CURVE",
+"552 1300 LINE",
+"612 1504 OFFCURVE",
+"804 1660 OFFCURVE",
+"1012 1660 CURVE SMOOTH",
+"1324 1660 OFFCURVE",
+"1384 1440 OFFCURVE",
+"1384 1144 CURVE SMOOTH",
+"1384 1068 LINE SMOOTH",
+"1384 644 OFFCURVE",
+"1084 304 OFFCURVE",
+"484 116 CURVE",
+"484 -260 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 01F7;
+userData = {
+interface.gridadjust.original = "{'width': 1856, 'leftMargin': 228, 'rightMargin': 163}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = glottalstopinv;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{744, 0}";
+},
+{
+name = top;
+position = "{744, 2244}";
+},
+{
+name = top0315;
+position = "{1520, 2244}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1036 1364 OFFCURVE",
+"1120 1092 OFFCURVE",
+"1120 840 CURVE SMOOTH",
+"1120 716 LINE SMOOTH",
+"1120 468 OFFCURVE",
+"1032 192 OFFCURVE",
+"724 192 CURVE SMOOTH",
+"524 192 OFFCURVE",
+"404 340 OFFCURVE",
+"388 512 CURVE",
+"128 512 LINE",
+"144 212 OFFCURVE",
+"372 -28 OFFCURVE",
+"724 -28 CURVE SMOOTH",
+"1180 -28 OFFCURVE",
+"1392 320 OFFCURVE",
+"1392 716 CURVE SMOOTH",
+"1392 840 LINE SMOOTH",
+"1392 1236 OFFCURVE",
+"1180 1584 OFFCURVE",
+"724 1584 CURVE SMOOTH",
+"664 1584 LINE",
+"664 1364 LINE",
+"724 1364 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"600 2112 LINE",
+"600 1360 LINE",
+"876 1360 LINE",
+"876 2112 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = top;
+position = "{764, 2244}";
+},
+{
+name = top0315;
+position = "{1524, 2244}";
+}
+);
+guideLines = (
+{
+position = "{0, -27.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"968 1336 OFFCURVE",
+"1000 1156 OFFCURVE",
+"1000 936 CURVE SMOOTH",
+"1000 728 LINE SMOOTH",
+"1000 516 OFFCURVE",
+"964 332 OFFCURVE",
+"760 332 CURVE SMOOTH",
+"612 332 OFFCURVE",
+"540 436 OFFCURVE",
+"540 568 CURVE",
+"124 568 LINE",
+"124 192 OFFCURVE",
+"384 -28 OFFCURVE",
+"752 -28 CURVE SMOOTH",
+"1212 -28 OFFCURVE",
+"1444 300 OFFCURVE",
+"1444 728 CURVE SMOOTH",
+"1444 936 LINE SMOOTH",
+"1444 1368 OFFCURVE",
+"1212 1692 OFFCURVE",
+"748 1692 CURVE SMOOTH",
+"596 1692 LINE",
+"596 1336 LINE",
+"760 1336 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"544 2112 LINE",
+"544 1336 LINE",
+"988 1336 LINE",
+"988 2112 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0296;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = pertenthousand;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 1288 OFFCURVE",
+"280 1100 OFFCURVE",
+"540 1100 CURVE SMOOTH",
+"800 1100 OFFCURVE",
+"952 1288 OFFCURVE",
+"952 1512 CURVE SMOOTH",
+"952 1616 LINE SMOOTH",
+"952 1844 OFFCURVE",
+"800 2032 OFFCURVE",
+"536 2032 CURVE SMOOTH",
+"280 2032 OFFCURVE",
+"124 1844 OFFCURVE",
+"124 1616 CURVE SMOOTH",
+"124 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"328 1744 OFFCURVE",
+"396 1860 OFFCURVE",
+"536 1860 CURVE SMOOTH",
+"680 1860 OFFCURVE",
+"748 1744 OFFCURVE",
+"748 1616 CURVE SMOOTH",
+"748 1512 LINE SMOOTH",
+"748 1388 OFFCURVE",
+"680 1272 OFFCURVE",
+"540 1272 CURVE SMOOTH",
+"396 1272 OFFCURVE",
+"328 1388 OFFCURVE",
+"328 1512 CURVE SMOOTH",
+"328 1616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1108 160 OFFCURVE",
+"1264 -28 OFFCURVE",
+"1524 -28 CURVE SMOOTH",
+"1764 -28 OFFCURVE",
+"1908 160 OFFCURVE",
+"1908 384 CURVE SMOOTH",
+"1908 492 LINE SMOOTH",
+"1908 716 OFFCURVE",
+"1764 904 OFFCURVE",
+"1524 904 CURVE SMOOTH",
+"1264 904 OFFCURVE",
+"1108 716 OFFCURVE",
+"1108 492 CURVE SMOOTH",
+"1108 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1312 616 OFFCURVE",
+"1380 732 OFFCURVE",
+"1524 732 CURVE SMOOTH",
+"1664 732 OFFCURVE",
+"1736 616 OFFCURVE",
+"1736 492 CURVE SMOOTH",
+"1736 384 LINE SMOOTH",
+"1736 260 OFFCURVE",
+"1668 144 OFFCURVE",
+"1524 144 CURVE SMOOTH",
+"1380 144 OFFCURVE",
+"1312 260 OFFCURVE",
+"1312 384 CURVE SMOOTH",
+"1312 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 160 OFFCURVE",
+"1908 -28 OFFCURVE",
+"2152 -28 CURVE SMOOTH",
+"2408 -28 OFFCURVE",
+"2536 160 OFFCURVE",
+"2536 384 CURVE SMOOTH",
+"2536 492 LINE SMOOTH",
+"2536 716 OFFCURVE",
+"2408 904 OFFCURVE",
+"2148 904 CURVE SMOOTH",
+"1908 904 OFFCURVE",
+"1764 716 OFFCURVE",
+"1764 492 CURVE SMOOTH",
+"1764 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1940 616 OFFCURVE",
+"2008 732 OFFCURVE",
+"2148 732 CURVE SMOOTH",
+"2292 732 OFFCURVE",
+"2360 616 OFFCURVE",
+"2360 492 CURVE SMOOTH",
+"2360 384 LINE SMOOTH",
+"2360 260 OFFCURVE",
+"2292 144 OFFCURVE",
+"2152 144 CURVE SMOOTH",
+"2008 144 OFFCURVE",
+"1940 260 OFFCURVE",
+"1940 384 CURVE SMOOTH",
+"1940 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2388 160 OFFCURVE",
+"2532 -28 OFFCURVE",
+"2776 -28 CURVE SMOOTH",
+"3036 -28 OFFCURVE",
+"3188 160 OFFCURVE",
+"3188 384 CURVE SMOOTH",
+"3188 492 LINE SMOOTH",
+"3188 716 OFFCURVE",
+"3036 904 OFFCURVE",
+"2776 904 CURVE SMOOTH",
+"2532 904 OFFCURVE",
+"2388 716 OFFCURVE",
+"2388 492 CURVE SMOOTH",
+"2388 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2564 616 OFFCURVE",
+"2632 732 OFFCURVE",
+"2776 732 CURVE SMOOTH",
+"2916 732 OFFCURVE",
+"2984 616 OFFCURVE",
+"2984 492 CURVE SMOOTH",
+"2984 384 LINE SMOOTH",
+"2984 260 OFFCURVE",
+"2916 144 OFFCURVE",
+"2776 144 CURVE SMOOTH",
+"2632 144 OFFCURVE",
+"2564 260 OFFCURVE",
+"2564 384 CURVE SMOOTH",
+"2564 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1524 1812 LINE",
+"548 244 LINE",
+"700 152 LINE",
+"1676 1716 LINE"
+);
+}
+);
+width = 3312;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"108 1288 OFFCURVE",
+"264 1100 OFFCURVE",
+"524 1100 CURVE SMOOTH",
+"800 1100 OFFCURVE",
+"964 1288 OFFCURVE",
+"964 1512 CURVE SMOOTH",
+"964 1616 LINE SMOOTH",
+"964 1844 OFFCURVE",
+"800 2032 OFFCURVE",
+"524 2032 CURVE SMOOTH",
+"264 2032 OFFCURVE",
+"108 1844 OFFCURVE",
+"108 1616 CURVE SMOOTH",
+"108 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"368 1704 OFFCURVE",
+"416 1780 OFFCURVE",
+"524 1780 CURVE SMOOTH",
+"624 1780 OFFCURVE",
+"680 1704 OFFCURVE",
+"680 1616 CURVE SMOOTH",
+"680 1512 LINE SMOOTH",
+"680 1428 OFFCURVE",
+"628 1352 OFFCURVE",
+"524 1352 CURVE SMOOTH",
+"420 1352 OFFCURVE",
+"368 1428 OFFCURVE",
+"368 1512 CURVE SMOOTH",
+"368 1616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 160 OFFCURVE",
+"1292 -28 OFFCURVE",
+"1568 -28 CURVE SMOOTH",
+"1824 -28 OFFCURVE",
+"1968 160 OFFCURVE",
+"1968 384 CURVE SMOOTH",
+"1968 492 LINE SMOOTH",
+"1968 716 OFFCURVE",
+"1828 904 OFFCURVE",
+"1564 904 CURVE SMOOTH",
+"1292 904 OFFCURVE",
+"1124 716 OFFCURVE",
+"1124 492 CURVE SMOOTH",
+"1124 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1412 576 OFFCURVE",
+"1460 652 OFFCURVE",
+"1564 652 CURVE SMOOTH",
+"1668 652 OFFCURVE",
+"1720 576 OFFCURVE",
+"1720 492 CURVE SMOOTH",
+"1720 384 LINE SMOOTH",
+"1720 300 OFFCURVE",
+"1696 224 OFFCURVE",
+"1568 224 CURVE SMOOTH",
+"1476 224 OFFCURVE",
+"1412 300 OFFCURVE",
+"1412 384 CURVE SMOOTH",
+"1412 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1792 160 OFFCURVE",
+"1932 -28 OFFCURVE",
+"2192 -28 CURVE SMOOTH",
+"2468 -28 OFFCURVE",
+"2592 160 OFFCURVE",
+"2592 384 CURVE SMOOTH",
+"2592 492 LINE SMOOTH",
+"2592 716 OFFCURVE",
+"2468 904 OFFCURVE",
+"2192 904 CURVE SMOOTH",
+"1932 904 OFFCURVE",
+"1792 716 OFFCURVE",
+"1792 492 CURVE SMOOTH",
+"1792 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2036 576 OFFCURVE",
+"2088 652 OFFCURVE",
+"2192 652 CURVE SMOOTH",
+"2296 652 OFFCURVE",
+"2348 576 OFFCURVE",
+"2348 492 CURVE SMOOTH",
+"2348 384 LINE SMOOTH",
+"2348 300 OFFCURVE",
+"2320 224 OFFCURVE",
+"2192 224 CURVE SMOOTH",
+"2104 224 OFFCURVE",
+"2036 300 OFFCURVE",
+"2036 384 CURVE SMOOTH",
+"2036 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2408 160 OFFCURVE",
+"2552 -28 OFFCURVE",
+"2812 -28 CURVE SMOOTH",
+"3088 -28 OFFCURVE",
+"3252 160 OFFCURVE",
+"3252 384 CURVE SMOOTH",
+"3252 492 LINE SMOOTH",
+"3252 716 OFFCURVE",
+"3088 904 OFFCURVE",
+"2808 904 CURVE SMOOTH",
+"2552 904 OFFCURVE",
+"2408 716 OFFCURVE",
+"2408 492 CURVE SMOOTH",
+"2408 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2656 576 OFFCURVE",
+"2704 652 OFFCURVE",
+"2808 652 CURVE SMOOTH",
+"2912 652 OFFCURVE",
+"2964 576 OFFCURVE",
+"2964 492 CURVE SMOOTH",
+"2964 384 LINE SMOOTH",
+"2964 300 OFFCURVE",
+"2940 224 OFFCURVE",
+"2812 224 CURVE SMOOTH",
+"2720 224 OFFCURVE",
+"2656 300 OFFCURVE",
+"2656 384 CURVE SMOOTH",
+"2656 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1428 1824 LINE",
+"452 260 LINE",
+"660 152 LINE",
+"1636 1716 LINE"
+);
+}
+);
+width = 3360;
+}
+);
+unicode = 2031;
+userData = {
+interface.gridadjust.original = "{'width': 3240, 'leftMargin': 87, 'rightMargin': 87}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = acutelowmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, 28, -2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, 12, -2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 02CF;
+userData = {
+interface.gridadjust.original = "{'width': 804, 'leftMargin': 97, 'rightMargin': 109}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = gravelowmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, 132, -2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, 0, -2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 02CE;
+userData = {
+interface.gridadjust.original = "{'width': 791, 'leftMargin': 69, 'rightMargin': 124}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = fourthtonechinese;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, 132, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = grave;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 02CB;
+userData = {
+interface.gridadjust.original = "{'width': 791, 'leftMargin': 69, 'rightMargin': 124}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = verticallinelowmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 -112 LINE",
+"144 -672 LINE",
+"352 -672 LINE",
+"352 -112 LINE"
+);
+}
+);
+width = 496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 -164 LINE",
+"136 -756 LINE",
+"408 -756 LINE",
+"408 -164 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = 02CC;
+userData = {
+interface.gridadjust.original = "{'width': 344, 'leftMargin': 69, 'rightMargin': 69}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = secondtonechinese;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, 28, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, 12, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 02CA;
+userData = {
+interface.gridadjust.original = "{'width': 804, 'leftMargin': 97, 'rightMargin': 109}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romantwelve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = X;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1792, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2520, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3264;
+},
+{
+components = (
+{
+alignment = -1;
+name = X;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1936, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2712, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3464;
+}
+);
+unicode = 216B;
+userData = {
+interface.gridadjust.original = "{'width': 3293, 'leftMargin': 124, 'rightMargin': 261}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2183;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"160 264 OFFCURVE",
+"388 -28 OFFCURVE",
+"876 -28 CURVE SMOOTH",
+"1348 -28 OFFCURVE",
+"1660 340 OFFCURVE",
+"1660 904 CURVE SMOOTH",
+"1660 1100 LINE SMOOTH",
+"1660 1660 OFFCURVE",
+"1352 2032 OFFCURVE",
+"848 2032 CURVE SMOOTH",
+"392 2032 OFFCURVE",
+"156 1752 OFFCURVE",
+"116 1360 CURVE",
+"392 1360 LINE",
+"432 1636 OFFCURVE",
+"544 1812 OFFCURVE",
+"848 1812 CURVE SMOOTH",
+"1204 1812 OFFCURVE",
+"1388 1520 OFFCURVE",
+"1388 1100 CURVE SMOOTH",
+"1388 904 LINE SMOOTH",
+"1388 520 OFFCURVE",
+"1232 192 OFFCURVE",
+"876 192 CURVE SMOOTH",
+"536 192 OFFCURVE",
+"436 360 OFFCURVE",
+"392 636 CURVE",
+"116 636 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"240 260 OFFCURVE",
+"540 -28 OFFCURVE",
+"1032 -28 CURVE SMOOTH",
+"1556 -28 OFFCURVE",
+"1868 344 OFFCURVE",
+"1868 944 CURVE SMOOTH",
+"1868 1060 LINE SMOOTH",
+"1868 1660 OFFCURVE",
+"1540 2032 OFFCURVE",
+"1032 2032 CURVE SMOOTH",
+"520 2032 OFFCURVE",
+"252 1728 OFFCURVE",
+"212 1316 CURVE",
+"656 1316 LINE",
+"672 1548 OFFCURVE",
+"768 1672 OFFCURVE",
+"1032 1672 CURVE SMOOTH",
+"1292 1672 OFFCURVE",
+"1424 1488 OFFCURVE",
+"1424 1064 CURVE SMOOTH",
+"1424 944 LINE SMOOTH",
+"1424 520 OFFCURVE",
+"1312 332 OFFCURVE",
+"1032 332 CURVE SMOOTH",
+"792 332 OFFCURVE",
+"672 444 OFFCURVE",
+"660 676 CURVE",
+"216 676 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2183;
+userData = {
+interface.gridadjust.original = "{'width': 1827, 'leftMargin': 121, 'rightMargin': 160}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowheadupmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"704 1800 LINE",
+"540 1800 LINE",
+"128 804 LINE",
+"368 804 LINE",
+"604 1424 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1136 804 LINE",
+"728 1800 LINE",
+"560 1800 LINE",
+"656 1424 LINE",
+"896 804 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"732 1852 LINE",
+"508 1852 LINE",
+"136 788 LINE",
+"444 788 LINE",
+"644 1392 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 788 LINE",
+"804 1852 LINE",
+"580 1852 LINE",
+"664 1392 LINE",
+"872 788 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02C4;
+userData = {
+interface.gridadjust.original = "{'width': 1090, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowheaddownmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"704 804 LINE",
+"540 804 LINE",
+"128 1800 LINE",
+"368 1800 LINE",
+"604 1180 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1136 1800 LINE",
+"728 804 LINE",
+"560 804 LINE",
+"656 1180 LINE",
+"896 1800 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"732 788 LINE",
+"508 788 LINE",
+"136 1852 LINE",
+"444 1852 LINE",
+"644 1248 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 1852 LINE",
+"804 788 LINE",
+"580 788 LINE",
+"664 1248 LINE",
+"872 1852 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02C5;
+userData = {
+interface.gridadjust.original = "{'width': 1090, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowheadleftmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"132 1396 LINE",
+"132 1232 LINE",
+"1132 820 LINE",
+"1132 1060 LINE",
+"512 1296 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 1828 LINE",
+"132 1420 LINE",
+"132 1252 LINE",
+"512 1348 LINE",
+"1132 1588 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"252 1396 LINE",
+"252 1172 LINE",
+"1316 800 LINE",
+"1316 1108 LINE",
+"712 1308 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1316 1840 LINE",
+"252 1468 LINE",
+"252 1244 LINE",
+"712 1328 LINE",
+"1316 1536 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 02C2;
+userData = {
+interface.gridadjust.original = "{'width': 1137, 'leftMargin': 69, 'rightMargin': 69}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = arrowheadrightmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1132 1396 LINE",
+"1132 1232 LINE",
+"132 820 LINE",
+"132 1060 LINE",
+"756 1296 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"132 1828 LINE",
+"1132 1420 LINE",
+"1132 1252 LINE",
+"756 1348 LINE",
+"132 1588 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1316 1396 LINE",
+"1316 1172 LINE",
+"252 800 LINE",
+"252 1108 LINE",
+"856 1308 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"252 1840 LINE",
+"1316 1468 LINE",
+"1316 1244 LINE",
+"856 1328 LINE",
+"252 1536 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 02C3;
+userData = {
+interface.gridadjust.original = "{'width': 1137, 'leftMargin': 69, 'rightMargin': 69}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = glottalstopmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"380 2084 LINE",
+"400 2192 OFFCURVE",
+"452 2272 OFFCURVE",
+"600 2272 CURVE SMOOTH",
+"800 2272 OFFCURVE",
+"852 2120 OFFCURVE",
+"852 1932 CURVE SMOOTH",
+"852 1804 LINE SMOOTH",
+"852 1620 OFFCURVE",
+"832 1420 OFFCURVE",
+"600 1420 CURVE SMOOTH",
+"556 1420 LINE",
+"556 1212 LINE",
+"600 1212 LINE SMOOTH",
+"936 1212 OFFCURVE",
+"1104 1444 OFFCURVE",
+"1104 1804 CURVE SMOOTH",
+"1104 1932 LINE SMOOTH",
+"1104 2228 OFFCURVE",
+"936 2484 OFFCURVE",
+"600 2484 CURVE SMOOTH",
+"336 2484 OFFCURVE",
+"168 2308 OFFCURVE",
+"160 2084 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 896 LINE",
+"760 896 LINE",
+"760 1420 LINE",
+"508 1420 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"508 2096 LINE",
+"508 2168 OFFCURVE",
+"548 2228 OFFCURVE",
+"644 2228 CURVE SMOOTH",
+"764 2228 OFFCURVE",
+"788 2140 OFFCURVE",
+"788 1944 CURVE SMOOTH",
+"788 1652 LINE SMOOTH",
+"788 1508 OFFCURVE",
+"724 1424 OFFCURVE",
+"592 1424 CURVE SMOOTH",
+"512 1424 LINE",
+"512 1164 LINE",
+"636 1164 LINE SMOOTH",
+"952 1164 OFFCURVE",
+"1112 1356 OFFCURVE",
+"1112 1668 CURVE SMOOTH",
+"1112 1956 LINE SMOOTH",
+"1112 2296 OFFCURVE",
+"952 2488 OFFCURVE",
+"640 2488 CURVE SMOOTH",
+"376 2488 OFFCURVE",
+"204 2344 OFFCURVE",
+"204 2096 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 900 LINE",
+"808 900 LINE",
+"808 1424 LINE",
+"484 1424 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02C0;
+userData = {
+interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 28, 'rightMargin': 82.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = firsttonechinese;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = macron;
+transform = "{1, 0, 0, 1, -44, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = macron;
+transform = "{1, 0, 0, 1, 48, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 02C9;
+userData = {
+interface.gridadjust.original = "{'width': 1310, 'leftMargin': 198, 'rightMargin': 173}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = five.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"476 512 OFFCURVE",
+"516 544 OFFCURVE",
+"612 544 CURVE",
+"740 544 OFFCURVE",
+"808 468 OFFCURVE",
+"808 360 CURVE SMOOTH",
+"808 252 OFFCURVE",
+"760 172 OFFCURVE",
+"632 172 CURVE SMOOTH",
+"532 172 OFFCURVE",
+"460 208 OFFCURVE",
+"452 300 CURVE",
+"224 300 LINE",
+"232 100 OFFCURVE",
+"424 -16 OFFCURVE",
+"632 -16 CURVE SMOOTH",
+"912 -16 OFFCURVE",
+"1040 160 OFFCURVE",
+"1040 356 CURVE SMOOTH",
+"1040 580 OFFCURVE",
+"904 712 OFFCURVE",
+"668 712 CURVE SMOOTH",
+"588 712 OFFCURVE",
+"516 688 OFFCURVE",
+"484 676 CURVE",
+"512 896 LINE",
+"984 896 LINE",
+"984 1084 LINE",
+"320 1084 LINE",
+"252 532 LINE",
+"440 484 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 480 OFFCURVE",
+"544 512 OFFCURVE",
+"636 512 CURVE",
+"740 512 OFFCURVE",
+"788 460 OFFCURVE",
+"788 368 CURVE SMOOTH",
+"788 296 OFFCURVE",
+"768 228 OFFCURVE",
+"660 228 CURVE SMOOTH",
+"580 228 OFFCURVE",
+"528 248 OFFCURVE",
+"528 312 CURVE",
+"224 312 LINE",
+"224 112 OFFCURVE",
+"440 -16 OFFCURVE",
+"660 -16 CURVE SMOOTH",
+"952 -16 OFFCURVE",
+"1088 176 OFFCURVE",
+"1088 368 CURVE SMOOTH",
+"1088 592 OFFCURVE",
+"960 716 OFFCURVE",
+"716 716 CURVE SMOOTH",
+"640 716 OFFCURVE",
+"564 688 OFFCURVE",
+"540 680 CURVE",
+"568 852 LINE",
+"1024 852 LINE",
+"1024 1084 LINE",
+"324 1084 LINE",
+"248 524 LINE",
+"484 464 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 121, 'rightMargin': 98}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni021D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"812 384 OFFCURVE",
+"1312 672 OFFCURVE",
+"1312 1080 CURVE SMOOTH",
+"1312 1364 OFFCURVE",
+"1100 1516 OFFCURVE",
+"756 1516 CURVE SMOOTH",
+"444 1516 OFFCURVE",
+"184 1344 OFFCURVE",
+"184 1072 CURVE",
+"456 1072 LINE",
+"456 1196 OFFCURVE",
+"588 1296 OFFCURVE",
+"756 1296 CURVE SMOOTH",
+"960 1296 OFFCURVE",
+"1036 1188 OFFCURVE",
+"1036 1080 CURVE SMOOTH",
+"1036 732 OFFCURVE",
+"636 572 OFFCURVE",
+"300 492 CURVE",
+"300 288 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1004 572 OFFCURVE",
+"1064 432 OFFCURVE",
+"1064 260 CURVE SMOOTH",
+"1064 -136 OFFCURVE",
+"756 -284 OFFCURVE",
+"300 -384 CURVE",
+"300 -600 LINE",
+"972 -512 OFFCURVE",
+"1340 -260 OFFCURVE",
+"1340 260 CURVE SMOOTH",
+"1340 488 OFFCURVE",
+"1236 680 OFFCURVE",
+"1040 764 CURVE",
+"888 624 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1060 404 OFFCURVE",
+"1392 656 OFFCURVE",
+"1392 1080 CURVE SMOOTH",
+"1392 1364 OFFCURVE",
+"1144 1516 OFFCURVE",
+"756 1516 CURVE SMOOTH",
+"420 1516 OFFCURVE",
+"148 1344 OFFCURVE",
+"148 1056 CURVE",
+"592 1056 LINE",
+"592 1144 OFFCURVE",
+"668 1184 OFFCURVE",
+"784 1184 CURVE SMOOTH",
+"920 1184 OFFCURVE",
+"952 1108 OFFCURVE",
+"952 1008 CURVE SMOOTH",
+"952 800 OFFCURVE",
+"752 664 OFFCURVE",
+"324 520 CURVE",
+"324 200 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"880 532 OFFCURVE",
+"976 456 OFFCURVE",
+"976 292 CURVE SMOOTH",
+"976 32 OFFCURVE",
+"788 -100 OFFCURVE",
+"324 -272 CURVE",
+"324 -600 LINE",
+"976 -460 OFFCURVE",
+"1420 -188 OFFCURVE",
+"1420 256 CURVE SMOOTH",
+"1420 572 OFFCURVE",
+"1200 712 OFFCURVE",
+"852 712 CURVE",
+"784 532 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 021D;
+userData = {
+interface.gridadjust.original = "{'width': 1416, 'leftMargin': 110, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = uni0268.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{512, 16}";
+},
+{
+name = top;
+position = "{520, 1776}";
+},
+{
+name = top0315;
+position = "{988, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, 156, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -148, -164}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{692, 16}";
+},
+{
+name = top;
+position = "{704, 1744}";
+},
+{
+name = top0315;
+position = "{1228, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, 292, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 0, -160}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 965, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni021C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1024 620 OFFCURVE",
+"1568 980 OFFCURVE",
+"1568 1460 CURVE SMOOTH",
+"1568 1832 OFFCURVE",
+"1292 2032 OFFCURVE",
+"856 2032 CURVE SMOOTH",
+"488 2032 OFFCURVE",
+"180 1816 OFFCURVE",
+"180 1476 CURVE",
+"464 1476 LINE",
+"464 1668 OFFCURVE",
+"644 1800 OFFCURVE",
+"856 1800 CURVE SMOOTH",
+"1156 1800 OFFCURVE",
+"1284 1644 OFFCURVE",
+"1284 1464 CURVE SMOOTH",
+"1284 1040 OFFCURVE",
+"932 840 OFFCURVE",
+"304 652 CURVE",
+"304 444 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1252 812 OFFCURVE",
+"1312 692 OFFCURVE",
+"1312 452 CURVE SMOOTH",
+"1312 -36 OFFCURVE",
+"940 -244 OFFCURVE",
+"304 -372 CURVE",
+"304 -600 LINE",
+"1052 -448 OFFCURVE",
+"1600 -204 OFFCURVE",
+"1600 448 CURVE SMOOTH",
+"1600 760 OFFCURVE",
+"1468 944 OFFCURVE",
+"1240 1028 CURVE",
+"1100 872 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1164 628 OFFCURVE",
+"1640 904 OFFCURVE",
+"1640 1460 CURVE SMOOTH",
+"1640 1832 OFFCURVE",
+"1340 2028 OFFCURVE",
+"888 2028 CURVE SMOOTH",
+"504 2028 OFFCURVE",
+"156 1824 OFFCURVE",
+"156 1456 CURVE",
+"616 1456 LINE",
+"616 1592 OFFCURVE",
+"744 1656 OFFCURVE",
+"888 1656 CURVE SMOOTH",
+"1104 1656 OFFCURVE",
+"1184 1552 OFFCURVE",
+"1184 1392 CURVE SMOOTH",
+"1184 1100 OFFCURVE",
+"1004 972 OFFCURVE",
+"308 760 CURVE",
+"308 412 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 728 OFFCURVE",
+"1208 692 OFFCURVE",
+"1208 488 CURVE SMOOTH",
+"1208 136 OFFCURVE",
+"900 -116 OFFCURVE",
+"308 -232 CURVE",
+"308 -600 LINE",
+"1092 -496 OFFCURVE",
+"1668 -132 OFFCURVE",
+"1668 480 CURVE SMOOTH",
+"1668 808 OFFCURVE",
+"1412 1000 OFFCURVE",
+"1040 1000 CURVE",
+"968 728 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 021C;
+userData = {
+interface.gridadjust.original = "{'width': 1690, 'leftMargin': 124, 'rightMargin': 146}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = numeralgreeksub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"424 -88 LINE",
+"164 -572 LINE",
+"416 -572 LINE",
+"588 -88 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 -136 LINE",
+"140 -612 LINE",
+"552 -612 LINE",
+"664 -136 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 0375;
+userData = {
+interface.gridadjust.original = "{'width': 646, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = caronsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = caron;
+transform = "{1, 0, 0, 1, -1437, -2294}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+components = (
+{
+name = caron;
+transform = "{1, 0, 0, 1, -1462, -2234}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+},
+{
+color = (240,240,240,1);
+glyphname = uni205E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 2068}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 1528}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 996}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 460}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 528;
+},
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 2008}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 1492}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 976}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 464}";
+}
+);
+guideLines = (
+{
+position = "{0, 1689.875}";
+},
+{
+position = "{0, 145.75}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 205E;
+userData = {
+interface.gridadjust.original = "{'width': 538, 'leftMargin': 83, 'rightMargin': 138}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni205A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 460}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 2068}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 528;
+},
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 464}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 2008}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 205A;
+userData = {
+interface.gridadjust.original = "{'width': 538, 'leftMargin': 83, 'rightMargin': 138}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni205B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1128, 1288}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2092, 1288}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1608, 460}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1608, 2068}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1552;
+},
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1312, 1236}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2412, 1236}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1864, 464}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1864, 2008}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1043.625, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 205B;
+userData = {
+interface.gridadjust.original = "{'width': 1503, 'leftMargin': 83, 'rightMargin': 138}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni205C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"72 824 LINE",
+"72 572 LINE",
+"1444 572 LINE",
+"1444 824 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"620 1400 LINE",
+"620 -60 LINE",
+"896 -60 LINE",
+"896 1400 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 36 OFFCURVE",
+"1188 -32 OFFCURVE",
+"1292 -32 CURVE SMOOTH",
+"1396 -32 OFFCURVE",
+"1452 36 OFFCURVE",
+"1452 120 CURVE SMOOTH",
+"1452 204 OFFCURVE",
+"1396 272 OFFCURVE",
+"1292 272 CURVE SMOOTH",
+"1188 272 OFFCURVE",
+"1132 204 OFFCURVE",
+"1132 120 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"80 36 OFFCURVE",
+"132 -32 OFFCURVE",
+"236 -32 CURVE SMOOTH",
+"340 -32 OFFCURVE",
+"396 36 OFFCURVE",
+"396 120 CURVE SMOOTH",
+"396 204 OFFCURVE",
+"340 272 OFFCURVE",
+"236 272 CURVE SMOOTH",
+"132 272 OFFCURVE",
+"80 204 OFFCURVE",
+"80 120 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"80 1136 OFFCURVE",
+"132 1072 OFFCURVE",
+"236 1072 CURVE SMOOTH",
+"340 1072 OFFCURVE",
+"396 1136 OFFCURVE",
+"396 1220 CURVE SMOOTH",
+"396 1304 OFFCURVE",
+"340 1372 OFFCURVE",
+"236 1372 CURVE SMOOTH",
+"132 1372 OFFCURVE",
+"80 1304 OFFCURVE",
+"80 1220 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 1136 OFFCURVE",
+"1184 1072 OFFCURVE",
+"1292 1072 CURVE SMOOTH",
+"1396 1072 OFFCURVE",
+"1448 1136 OFFCURVE",
+"1448 1220 CURVE SMOOTH",
+"1448 1304 OFFCURVE",
+"1396 1372 OFFCURVE",
+"1292 1372 CURVE SMOOTH",
+"1184 1372 OFFCURVE",
+"1132 1304 OFFCURVE",
+"1132 1220 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"224 876 LINE",
+"224 480 LINE",
+"1596 480 LINE",
+"1596 876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"704 1400 LINE",
+"704 -60 LINE",
+"1120 -60 LINE",
+"1120 1400 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1204 28 OFFCURVE",
+"1304 -60 OFFCURVE",
+"1452 -60 CURVE SMOOTH",
+"1600 -60 OFFCURVE",
+"1696 28 OFFCURVE",
+"1696 148 CURVE SMOOTH",
+"1696 264 OFFCURVE",
+"1600 352 OFFCURVE",
+"1452 352 CURVE SMOOTH",
+"1304 352 OFFCURVE",
+"1204 264 OFFCURVE",
+"1204 148 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 28 OFFCURVE",
+"228 -60 OFFCURVE",
+"376 -60 CURVE SMOOTH",
+"520 -60 OFFCURVE",
+"620 28 OFFCURVE",
+"620 148 CURVE SMOOTH",
+"620 264 OFFCURVE",
+"520 352 OFFCURVE",
+"376 352 CURVE SMOOTH",
+"228 352 OFFCURVE",
+"128 264 OFFCURVE",
+"128 148 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 1076 OFFCURVE",
+"228 988 OFFCURVE",
+"376 988 CURVE SMOOTH",
+"520 988 OFFCURVE",
+"620 1076 OFFCURVE",
+"620 1196 CURVE SMOOTH",
+"620 1312 OFFCURVE",
+"520 1400 OFFCURVE",
+"376 1400 CURVE SMOOTH",
+"228 1400 OFFCURVE",
+"128 1312 OFFCURVE",
+"128 1196 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1204 1076 OFFCURVE",
+"1304 988 OFFCURVE",
+"1452 988 CURVE SMOOTH",
+"1600 988 OFFCURVE",
+"1696 1076 OFFCURVE",
+"1696 1196 CURVE SMOOTH",
+"1696 1312 OFFCURVE",
+"1600 1400 OFFCURVE",
+"1452 1400 CURVE SMOOTH",
+"1304 1400 OFFCURVE",
+"1204 1312 OFFCURVE",
+"1204 1196 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 205C;
+userData = {
+interface.gridadjust.original = "{'width': 1592, 'leftMargin': 74, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = schwahook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{780, 0}";
+},
+{
+name = top;
+position = "{760, 1776}";
+},
+{
+name = top0315;
+position = "{1968, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"376 1516 OFFCURVE",
+"208 1372 OFFCURVE",
+"108 1224 CURVE",
+"276 1096 LINE",
+"364 1212 OFFCURVE",
+"484 1296 OFFCURVE",
+"664 1296 CURVE SMOOTH",
+"936 1296 OFFCURVE",
+"1088 1072 OFFCURVE",
+"1088 800 CURVE SMOOTH",
+"1088 740 LINE SMOOTH",
+"1088 384 OFFCURVE",
+"932 192 OFFCURVE",
+"712 192 CURVE SMOOTH",
+"456 192 OFFCURVE",
+"368 400 OFFCURVE",
+"368 588 CURVE SMOOTH",
+"368 628 LINE",
+"1128 772 LINE",
+"1128 1000 LINE",
+"92 800 LINE",
+"92 712 LINE SMOOTH",
+"92 292 OFFCURVE",
+"272 -28 OFFCURVE",
+"712 -28 CURVE SMOOTH",
+"1044 -28 OFFCURVE",
+"1364 252 OFFCURVE",
+"1364 740 CURVE SMOOTH",
+"1364 800 LINE SMOOTH",
+"1364 1216 OFFCURVE",
+"1100 1516 OFFCURVE",
+"676 1516 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1424 832 LINE",
+"1464 644 OFFCURVE",
+"1536 484 OFFCURVE",
+"1764 484 CURVE SMOOTH",
+"1828 484 OFFCURVE",
+"1888 504 OFFCURVE",
+"1940 528 CURVE",
+"1904 696 LINE",
+"1888 692 OFFCURVE",
+"1868 692 OFFCURVE",
+"1820 692 CURVE SMOOTH",
+"1672 692 OFFCURVE",
+"1636 852 OFFCURVE",
+"1600 1088 CURVE",
+"1236 1020 LINE",
+"1236 792 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{884, 0}";
+},
+{
+name = top;
+position = "{836, 1776}";
+},
+{
+name = top0315;
+position = "{2212, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"488 1516 OFFCURVE",
+"284 1384 OFFCURVE",
+"192 1256 CURVE",
+"396 1004 LINE",
+"484 1116 OFFCURVE",
+"616 1160 OFFCURVE",
+"748 1160 CURVE SMOOTH",
+"960 1160 OFFCURVE",
+"1092 1012 OFFCURVE",
+"1092 792 CURVE SMOOTH",
+"1092 740 LINE SMOOTH",
+"1092 520 OFFCURVE",
+"1032 332 OFFCURVE",
+"828 332 CURVE SMOOTH",
+"668 332 OFFCURVE",
+"588 416 OFFCURVE",
+"588 564 CURVE SMOOTH",
+"588 592 LINE",
+"1360 768 LINE",
+"1360 1068 LINE",
+"156 780 LINE",
+"156 700 LINE SMOOTH",
+"156 256 OFFCURVE",
+"400 -28 OFFCURVE",
+"824 -28 CURVE SMOOTH",
+"1284 -28 OFFCURVE",
+"1532 308 OFFCURVE",
+"1532 740 CURVE SMOOTH",
+"1532 792 LINE SMOOTH",
+"1532 1184 OFFCURVE",
+"1256 1516 OFFCURVE",
+"776 1516 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1576 824 LINE",
+"1628 580 OFFCURVE",
+"1688 388 OFFCURVE",
+"1956 388 CURVE SMOOTH",
+"2040 388 OFFCURVE",
+"2120 412 OFFCURVE",
+"2184 448 CURVE",
+"2128 724 LINE",
+"2100 724 OFFCURVE",
+"2076 720 OFFCURVE",
+"2048 720 CURVE SMOOTH",
+"1892 720 OFFCURVE",
+"1892 888 OFFCURVE",
+"1844 1176 CURVE",
+"1372 1068 LINE",
+"1372 772 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 025A;
+userData = {
+interface.gridadjust.original = "{'width': 1976, 'leftMargin': 102, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = uni0458.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{556, -632}";
+},
+{
+name = top;
+position = "{556, 1716}";
+},
+{
+name = top0315;
+position = "{908, 1716}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+transform = "{1, 0, 0, 1, 176, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{520, -632}";
+},
+{
+name = top;
+position = "{520, 1744}";
+},
+{
+name = top0315;
+position = "{964, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+transform = "{1, 0, 0, 1, 128, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 723, 'leftMargin': -92, 'rightMargin': 213}";
+};
+},
+{
+glyphname = uni1E9D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"560 1640 LINE SMOOTH",
+"560 1816 OFFCURVE",
+"652 1912 OFFCURVE",
+"812 1912 CURVE SMOOTH",
+"856 1912 OFFCURVE",
+"908 1908 OFFCURVE",
+"944 1900 CURVE",
+"960 2120 LINE",
+"904 2132 OFFCURVE",
+"840 2140 OFFCURVE",
+"784 2140 CURVE SMOOTH",
+"472 2140 OFFCURVE",
+"284 1964 OFFCURVE",
+"284 1640 CURVE SMOOTH",
+"284 0 LINE",
+"560 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"52 1724 LINE",
+"52 1516 LINE",
+"868 1516 LINE",
+"868 1724 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"692 1608 LINE SMOOTH",
+"692 1724 OFFCURVE",
+"772 1784 OFFCURVE",
+"908 1784 CURVE SMOOTH",
+"956 1784 OFFCURVE",
+"992 1780 OFFCURVE",
+"1024 1772 CURVE",
+"1024 2112 LINE",
+"960 2128 OFFCURVE",
+"888 2140 OFFCURVE",
+"812 2140 CURVE SMOOTH",
+"468 2140 OFFCURVE",
+"248 1956 OFFCURVE",
+"248 1608 CURVE SMOOTH",
+"248 0 LINE",
+"692 0 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"32 1668 LINE",
+"32 1400 LINE",
+"984 1400 LINE",
+"984 1668 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 1E9D;
+userData = {
+interface.gridadjust.original = "{'width': 989, 'leftMargin': 83, 'rightMargin': -1}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1E9F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = delta;
+transform = "{1, 0, 0, 1, -48, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+alignment = -1;
+name = delta;
+transform = "{1, 0, 0, 1, 96, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1E9F;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 135, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Dtopbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1612 2004 LINE",
+"380 2004 LINE",
+"380 1772 LINE",
+"1328 1772 LINE",
+"1328 1196 LINE",
+"848 1196 LINE SMOOTH",
+"408 1196 OFFCURVE",
+"164 960 OFFCURVE",
+"164 604 CURVE SMOOTH",
+"164 248 OFFCURVE",
+"408 0 OFFCURVE",
+"848 0 CURVE SMOOTH",
+"1612 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"848 228 LINE SMOOTH",
+"564 228 OFFCURVE",
+"452 408 OFFCURVE",
+"452 608 CURVE SMOOTH",
+"452 804 OFFCURVE",
+"564 964 OFFCURVE",
+"848 964 CURVE SMOOTH",
+"1328 964 LINE",
+"1328 228 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1676 2048 LINE",
+"336 2048 LINE",
+"336 1668 LINE",
+"1216 1668 LINE",
+"1216 1312 LINE",
+"940 1312 LINE SMOOTH",
+"460 1312 OFFCURVE",
+"152 1056 OFFCURVE",
+"152 664 CURVE SMOOTH",
+"152 272 OFFCURVE",
+"460 0 OFFCURVE",
+"940 0 CURVE SMOOTH",
+"1676 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"940 372 LINE SMOOTH",
+"724 372 OFFCURVE",
+"612 504 OFFCURVE",
+"612 668 CURVE SMOOTH",
+"612 824 OFFCURVE",
+"724 944 OFFCURVE",
+"940 944 CURVE SMOOTH",
+"1216 944 LINE",
+"1216 372 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 018B;
+userData = {
+interface.gridadjust.original = "{'width': 1777, 'leftMargin': 109, 'rightMargin': 219}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1EFE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"996 696 LINE",
+"1024 216 LINE",
+"1888 2004 LINE",
+"1572 2004 LINE",
+"1004 764 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2004 LINE",
+"944 692 LINE",
+"1116 692 LINE",
+"1176 780 LINE",
+"564 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"872 -28 OFFCURVE",
+"1084 180 OFFCURVE",
+"1084 440 CURVE SMOOTH",
+"1084 672 OFFCURVE",
+"900 908 OFFCURVE",
+"616 908 CURVE SMOOTH",
+"356 908 OFFCURVE",
+"148 696 OFFCURVE",
+"148 440 CURVE SMOOTH",
+"148 180 OFFCURVE",
+"356 -28 OFFCURVE",
+"616 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"496 220 OFFCURVE",
+"404 296 OFFCURVE",
+"404 440 CURVE SMOOTH",
+"404 588 OFFCURVE",
+"496 664 OFFCURVE",
+"616 664 CURVE SMOOTH",
+"732 664 OFFCURVE",
+"824 588 OFFCURVE",
+"824 440 CURVE SMOOTH",
+"824 296 OFFCURVE",
+"732 220 OFFCURVE",
+"616 220 CURVE SMOOTH"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1036 716 LINE",
+"1156 288 LINE",
+"2024 2004 LINE",
+"1536 2004 LINE",
+"1028 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"268 2004 LINE",
+"952 660 LINE",
+"1192 660 LINE",
+"1264 884 LINE",
+"756 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"960 -28 OFFCURVE",
+"1220 232 OFFCURVE",
+"1220 552 CURVE SMOOTH",
+"1220 876 OFFCURVE",
+"960 1136 OFFCURVE",
+"640 1136 CURVE SMOOTH",
+"320 1136 OFFCURVE",
+"60 872 OFFCURVE",
+"60 552 CURVE SMOOTH",
+"60 232 OFFCURVE",
+"320 -28 OFFCURVE",
+"640 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 348 OFFCURVE",
+"444 420 OFFCURVE",
+"444 556 CURVE SMOOTH",
+"444 692 OFFCURVE",
+"528 764 OFFCURVE",
+"640 764 CURVE SMOOTH",
+"748 764 OFFCURVE",
+"836 692 OFFCURVE",
+"836 556 CURVE SMOOTH",
+"836 420 OFFCURVE",
+"748 348 OFFCURVE",
+"640 348 CURVE SMOOTH"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 1EFE;
+userData = {
+interface.gridadjust.original = "{'width': 1859.0, 'leftMargin': 36, 'rightMargin': 84.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1EFD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"948 1068 OFFCURVE",
+"1124 908 OFFCURVE",
+"1124 596 CURVE SMOOTH",
+"1124 340 OFFCURVE",
+"996 196 OFFCURVE",
+"768 196 CURVE SMOOTH",
+"584 196 OFFCURVE",
+"400 384 OFFCURVE",
+"400 740 CURVE SMOOTH",
+"400 828 LINE SMOOTH",
+"400 1380 OFFCURVE",
+"628 1740 OFFCURVE",
+"1024 1944 CURVE",
+"928 2144 LINE",
+"364 1856 OFFCURVE",
+"124 1400 OFFCURVE",
+"124 824 CURVE SMOOTH",
+"124 748 LINE SMOOTH",
+"124 380 OFFCURVE",
+"328 -28 OFFCURVE",
+"768 -28 CURVE SMOOTH",
+"1184 -28 OFFCURVE",
+"1396 224 OFFCURVE",
+"1396 616 CURVE SMOOTH",
+"1396 980 OFFCURVE",
+"1164 1260 OFFCURVE",
+"824 1344 CURVE",
+"752 1120 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1096 928 OFFCURVE",
+"1180 804 OFFCURVE",
+"1180 620 CURVE SMOOTH",
+"1180 436 OFFCURVE",
+"1076 332 OFFCURVE",
+"920 332 CURVE SMOOTH",
+"748 332 OFFCURVE",
+"648 452 OFFCURVE",
+"648 712 CURVE SMOOTH",
+"648 848 LINE SMOOTH",
+"648 1404 OFFCURVE",
+"1016 1696 OFFCURVE",
+"1360 1836 CURVE",
+"1220 2176 LINE",
+"648 2024 OFFCURVE",
+"204 1544 OFFCURVE",
+"204 868 CURVE SMOOTH",
+"204 780 LINE SMOOTH",
+"204 272 OFFCURVE",
+"508 -28 OFFCURVE",
+"932 -28 CURVE SMOOTH",
+"1340 -28 OFFCURVE",
+"1624 216 OFFCURVE",
+"1624 648 CURVE SMOOTH",
+"1624 960 OFFCURVE",
+"1412 1212 OFFCURVE",
+"1164 1332 CURVE",
+"952 1016 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 1EFD;
+userData = {
+interface.gridadjust.original = "{'width': 1518.0, 'leftMargin': 124, 'rightMargin': 124.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1EFF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"368 1488 LINE",
+"868 88 LINE",
+"1104 68 LINE",
+"980 520 LINE",
+"676 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"488 -352 OFFCURVE",
+"396 -276 OFFCURVE",
+"396 -132 CURVE SMOOTH",
+"396 16 OFFCURVE",
+"488 92 OFFCURVE",
+"608 92 CURVE SMOOTH",
+"724 92 OFFCURVE",
+"816 16 OFFCURVE",
+"816 -132 CURVE SMOOTH",
+"816 -276 OFFCURVE",
+"724 -352 OFFCURVE",
+"608 -352 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"844 -600 OFFCURVE",
+"988 -464 OFFCURVE",
+"1056 -256 CURVE SMOOTH",
+"1640 1488 LINE",
+"1332 1488 LINE",
+"916 164 LINE",
+"896 -60 LINE",
+"1072 -132 LINE",
+"1072 124 OFFCURVE",
+"864 336 OFFCURVE",
+"604 336 CURVE SMOOTH",
+"348 336 OFFCURVE",
+"136 124 OFFCURVE",
+"136 -132 CURVE SMOOTH",
+"136 -392 OFFCURVE",
+"348 -600 OFFCURVE",
+"604 -600 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"324 1488 LINE",
+"700 404 LINE",
+"1152 -44 LINE",
+"1028 656 LINE",
+"800 1488 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"520 -224 OFFCURVE",
+"432 -156 OFFCURVE",
+"432 -20 CURVE SMOOTH",
+"432 120 OFFCURVE",
+"520 192 OFFCURVE",
+"632 192 CURVE SMOOTH",
+"740 192 OFFCURVE",
+"824 120 OFFCURVE",
+"824 -20 CURVE SMOOTH",
+"824 -156 OFFCURVE",
+"740 -224 OFFCURVE",
+"632 -224 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"916 -600 OFFCURVE",
+"1092 -468 OFFCURVE",
+"1228 -72 CURVE SMOOTH",
+"1776 1488 LINE",
+"1304 1488 LINE",
+"960 336 LINE",
+"1004 140 LINE",
+"1212 -20 LINE",
+"1212 304 OFFCURVE",
+"936 564 OFFCURVE",
+"628 564 CURVE SMOOTH",
+"308 564 OFFCURVE",
+"48 300 OFFCURVE",
+"48 -20 CURVE SMOOTH",
+"48 -340 OFFCURVE",
+"308 -600 OFFCURVE",
+"620 -600 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 1EFF;
+userData = {
+interface.gridadjust.original = "{'width': 1565, 'leftMargin': 29, 'rightMargin': 33}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1EFA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = L;
+},
+{
+alignment = -1;
+name = L;
+transform = "{1, 0, 0, 1, 548, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2132;
+},
+{
+components = (
+{
+alignment = -1;
+name = L;
+transform = "{1, 0, 0, 1, 80, 0}";
+},
+{
+alignment = -1;
+name = L;
+transform = "{1, 0, 0, 1, 848, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1EFA;
+userData = {
+interface.gridadjust.original = "{'width': 2074, 'leftMargin': 256, 'rightMargin': 104}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1EFC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"948 1068 OFFCURVE",
+"1124 908 OFFCURVE",
+"1124 596 CURVE SMOOTH",
+"1124 340 OFFCURVE",
+"996 196 OFFCURVE",
+"768 196 CURVE SMOOTH",
+"584 196 OFFCURVE",
+"400 384 OFFCURVE",
+"400 740 CURVE SMOOTH",
+"400 920 LINE SMOOTH",
+"400 1380 OFFCURVE",
+"572 1684 OFFCURVE",
+"1024 1776 CURVE",
+"980 2004 LINE",
+"276 1876 OFFCURVE",
+"124 1400 OFFCURVE",
+"124 824 CURVE SMOOTH",
+"124 748 LINE SMOOTH",
+"124 380 OFFCURVE",
+"328 -28 OFFCURVE",
+"768 -28 CURVE SMOOTH",
+"1184 -28 OFFCURVE",
+"1396 224 OFFCURVE",
+"1396 616 CURVE SMOOTH",
+"1396 980 OFFCURVE",
+"1164 1260 OFFCURVE",
+"824 1344 CURVE",
+"752 1120 LINE {name = hr00;}"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1100 928 OFFCURVE",
+"1184 804 OFFCURVE",
+"1184 620 CURVE SMOOTH",
+"1184 444 OFFCURVE",
+"1080 344 OFFCURVE",
+"924 344 CURVE SMOOTH",
+"752 344 OFFCURVE",
+"652 464 OFFCURVE",
+"652 712 CURVE SMOOTH",
+"652 848 LINE SMOOTH",
+"652 1404 OFFCURVE",
+"948 1608 OFFCURVE",
+"1296 1668 CURVE",
+"1252 2032 LINE",
+"668 1968 OFFCURVE",
+"184 1544 OFFCURVE",
+"184 868 CURVE SMOOTH",
+"184 780 LINE SMOOTH",
+"184 272 OFFCURVE",
+"496 -28 OFFCURVE",
+"936 -28 CURVE SMOOTH",
+"1352 -28 OFFCURVE",
+"1644 216 OFFCURVE",
+"1644 648 CURVE SMOOTH",
+"1644 960 OFFCURVE",
+"1424 1212 OFFCURVE",
+"1168 1332 CURVE",
+"956 1016 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 1EFC;
+userData = {
+interface.gridadjust.original = "{'width': 1594, 'leftMargin': 161, 'rightMargin': 163}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1EFB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"100 1824 LINE",
+"100 1604 LINE",
+"1420 1604 LINE",
+"1420 1824 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"372 2048 LINE",
+"372 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"868 2048 LINE",
+"868 0 LINE",
+"1104 0 LINE",
+"1104 2048 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 1916 LINE",
+"152 1652 LINE",
+"1928 1652 LINE",
+"1928 1916 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"436 2048 LINE",
+"436 0 LINE",
+"896 0 LINE",
+"896 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 2048 LINE",
+"1124 0 LINE",
+"1584 0 LINE",
+"1584 2048 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 1EFB;
+userData = {
+interface.gridadjust.original = "{'width': 1376, 'leftMargin': 28, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2058;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1168, 1012}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1736, 460}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2308, 1012}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1736, 1560}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1268, 988}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1864, 464}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2456, 988}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1864, 1512}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{602.25, 0}";
+},
+{
+angle = 90;
+position = "{702.625, 0}";
+},
+{
+angle = 90;
+position = "{1196.25, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 2058;
+userData = {
+interface.gridadjust.original = "{'width': 1678, 'leftMargin': 83, 'rightMargin': 138}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2059;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1108, 1560}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2112, 460}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1108, 460}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2112, 1560}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1612, 1012}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1552;
+},
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1196, 1512}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2272, 464}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1196, 464}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2272, 1512}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1736, 988}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{950.125, 0}";
+},
+{
+angle = 90;
+position = "{356.125, 0}";
+},
+{
+angle = 90;
+position = "{1542.75, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 2059;
+userData = {
+interface.gridadjust.original = "{'width': 1540.0, 'leftMargin': 83, 'rightMargin': 138.0}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2054;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 -160 OFFCURVE",
+"312 -328 OFFCURVE",
+"104 -556 CURVE",
+"256 -660 LINE",
+"440 -532 OFFCURVE",
+"704 -432 OFFCURVE",
+"1144 -432 CURVE SMOOTH",
+"1584 -432 OFFCURVE",
+"1872 -544 OFFCURVE",
+"2060 -664 CURVE",
+"2188 -556 LINE",
+"2020 -344 OFFCURVE",
+"1688 -160 OFFCURVE",
+"1144 -160 CURVE SMOOTH"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"624 -160 OFFCURVE",
+"268 -312 OFFCURVE",
+"60 -528 CURVE",
+"224 -676 LINE",
+"408 -572 OFFCURVE",
+"728 -480 OFFCURVE",
+"1168 -480 CURVE SMOOTH",
+"1608 -480 OFFCURVE",
+"1952 -584 OFFCURVE",
+"2136 -676 CURVE",
+"2280 -528 LINE",
+"2116 -328 OFFCURVE",
+"1716 -160 OFFCURVE",
+"1168 -160 CURVE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 2054;
+userData = {
+interface.gridadjust.original = "{'width': 2138, 'leftMargin': 28, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2055;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1332 840 LINE",
+"188 840 LINE",
+"188 652 LINE",
+"1332 652 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1228 400 LINE",
+"424 1216 LINE",
+"292 1084 LINE",
+"1096 264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"668 1320 LINE",
+"664 172 LINE",
+"856 172 LINE",
+"856 1320 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1228 1084 LINE",
+"1096 1216 LINE",
+"292 400 LINE",
+"424 264 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1804 912 LINE",
+"276 912 LINE",
+"276 552 LINE",
+"1804 552 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1704 312 LINE",
+"632 1404 LINE",
+"376 1152 LINE",
+"1448 60 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"860 1496 LINE",
+"860 -32 LINE",
+"1220 -32 LINE",
+"1220 1496 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1704 1152 LINE",
+"1448 1404 LINE",
+"376 312 LINE",
+"632 60 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2055;
+userData = {
+interface.gridadjust.original = "{'width': 1621, 'leftMargin': 237, 'rightMargin': 238}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2056;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1092, 1012}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1868, 460}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1868, 1560}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1296;
+},
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1276, 988}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1936, 464}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1936, 1512}";
+}
+);
+guideLines = (
+{
+position = "{0, 669.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 2056;
+userData = {
+interface.gridadjust.original = "{'width': 1313, 'leftMargin': 83, 'rightMargin': 138}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2057;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"352 1664 LINE",
+"612 2148 LINE",
+"356 2148 LINE",
+"184 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 1664 LINE",
+"1024 2148 LINE",
+"772 2148 LINE",
+"596 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 1664 LINE",
+"1436 2148 LINE",
+"1184 2148 LINE",
+"1008 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 1664 LINE",
+"1848 2148 LINE",
+"1596 2148 LINE",
+"1424 1664 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"560 1664 LINE",
+"952 2148 LINE",
+"480 2148 LINE",
+"200 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1208 1664 LINE",
+"1600 2148 LINE",
+"1128 2148 LINE",
+"844 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1852 1664 LINE",
+"2244 2148 LINE",
+"1772 2148 LINE",
+"1492 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2512 1664 LINE",
+"2904 2148 LINE",
+"2432 2148 LINE",
+"2152 1664 LINE"
+);
+}
+);
+width = 3104;
+}
+);
+unicode = 2057;
+userData = {
+interface.gridadjust.original = "{'width': 1884, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2050;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = undertie;
+transform = "{1, 0, 0, 1, -20, 0}";
+},
+{
+name = undertie;
+transform = "{1, 0, 0, -1, -20, 1472}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+name = undertie;
+transform = "{1, 0, 0, 1, -4, 0}";
+},
+{
+name = undertie;
+transform = "{1, 0, 0, -1, -4, 1464}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 2050;
+userData = {
+interface.gridadjust.original = "{'width': 2138, 'leftMargin': 112, 'rightMargin': -58}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2051;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = asterisk;
+transform = "{1, 0, 0, 1, 144, 0}";
+},
+{
+name = asterisk;
+transform = "{1, 0, 0, 1, 144, -1416}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = asterisk;
+transform = "{1, 0, 0, 1, 104, 0}";
+},
+{
+name = asterisk;
+transform = "{1, 0, 0, 1, 104, -1388}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 2051;
+userData = {
+interface.gridadjust.original = "{'width': 1359, 'leftMargin': 111, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni2052;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"936 2004 LINE",
+"100 -172 LINE",
+"332 -172 LINE",
+"1168 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"108 1384 OFFCURVE",
+"160 1316 OFFCURVE",
+"264 1316 CURVE SMOOTH",
+"368 1316 OFFCURVE",
+"424 1384 OFFCURVE",
+"424 1468 CURVE SMOOTH",
+"424 1552 OFFCURVE",
+"368 1620 OFFCURVE",
+"264 1620 CURVE SMOOTH",
+"160 1620 OFFCURVE",
+"108 1552 OFFCURVE",
+"108 1468 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"836 284 OFFCURVE",
+"888 216 OFFCURVE",
+"992 216 CURVE SMOOTH",
+"1100 216 OFFCURVE",
+"1152 284 OFFCURVE",
+"1152 368 CURVE SMOOTH",
+"1152 452 OFFCURVE",
+"1100 520 OFFCURVE",
+"992 520 CURVE SMOOTH",
+"888 520 OFFCURVE",
+"836 452 OFFCURVE",
+"836 368 CURVE SMOOTH"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"968 2004 LINE",
+"268 -172 LINE",
+"588 -172 LINE",
+"1288 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 1356 OFFCURVE",
+"268 1268 OFFCURVE",
+"412 1268 CURVE SMOOTH",
+"560 1268 OFFCURVE",
+"660 1356 OFFCURVE",
+"660 1472 CURVE SMOOTH",
+"660 1588 OFFCURVE",
+"560 1676 OFFCURVE",
+"412 1676 CURVE SMOOTH",
+"268 1676 OFFCURVE",
+"168 1588 OFFCURVE",
+"168 1472 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"912 268 OFFCURVE",
+"1008 180 OFFCURVE",
+"1156 180 CURVE SMOOTH",
+"1304 180 OFFCURVE",
+"1404 268 OFFCURVE",
+"1404 384 CURVE SMOOTH",
+"1404 504 OFFCURVE",
+"1304 592 OFFCURVE",
+"1156 592 CURVE SMOOTH",
+"1008 592 OFFCURVE",
+"912 504 OFFCURVE",
+"912 384 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 2052;
+userData = {
+interface.gridadjust.original = "{'width': 1297, 'leftMargin': 74, 'rightMargin': 154}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni2053;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1640 1020 OFFCURVE",
+"1536 968 OFFCURVE",
+"1412 968 CURVE SMOOTH",
+"1156 968 OFFCURVE",
+"924 1244 OFFCURVE",
+"628 1244 CURVE SMOOTH",
+"436 1244 OFFCURVE",
+"296 1144 OFFCURVE",
+"184 1072 CURVE",
+"284 896 LINE",
+"384 972 OFFCURVE",
+"476 1024 OFFCURVE",
+"628 1024 CURVE SMOOTH",
+"872 1024 OFFCURVE",
+"1124 748 OFFCURVE",
+"1412 748 CURVE SMOOTH",
+"1608 748 OFFCURVE",
+"1760 856 OFFCURVE",
+"1852 928 CURVE",
+"1744 1096 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1656 1020 OFFCURVE",
+"1552 968 OFFCURVE",
+"1428 968 CURVE SMOOTH",
+"1192 968 OFFCURVE",
+"940 1244 OFFCURVE",
+"644 1244 CURVE SMOOTH",
+"452 1244 OFFCURVE",
+"272 1156 OFFCURVE",
+"144 1040 CURVE",
+"300 748 LINE",
+"400 824 OFFCURVE",
+"504 876 OFFCURVE",
+"632 876 CURVE SMOOTH",
+"908 876 OFFCURVE",
+"1128 600 OFFCURVE",
+"1468 600 CURVE SMOOTH",
+"1656 600 OFFCURVE",
+"1824 704 OFFCURVE",
+"1940 816 CURVE",
+"1764 1096 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2053;
+userData = {
+interface.gridadjust.original = "{'width': 1889, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = ascript_uni02DE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = ascript;
+transform = "{1, 0, 0, 1, 52, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1400, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2228;
+},
+{
+components = (
+{
+alignment = -1;
+name = ascript;
+transform = "{1, 0, 0, 1, 52, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1516, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 2105, 'leftMargin': 135, 'rightMargin': 41}";
+};
+},
+{
+glyphname = tesh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{688, -616}";
+},
+{
+name = top;
+position = "{688, 2340}";
+},
+{
+name = top0315;
+position = "{1544, 2340}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"52 1488 LINE",
+"52 1284 LINE",
+"1020 1284 LINE",
+"1020 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"320 412 LINE SMOOTH",
+"320 140 OFFCURVE",
+"412 -28 OFFCURVE",
+"684 -28 CURVE SMOOTH",
+"812 -28 OFFCURVE",
+"928 0 OFFCURVE",
+"968 12 CURVE",
+"968 232 LINE",
+"944 228 OFFCURVE",
+"832 204 OFFCURVE",
+"752 204 CURVE SMOOTH",
+"636 204 OFFCURVE",
+"596 252 OFFCURVE",
+"596 412 CURVE SMOOTH",
+"596 1844 LINE",
+"320 1844 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1148 1640 LINE SMOOTH",
+"1148 1816 OFFCURVE",
+"1244 1912 OFFCURVE",
+"1400 1912 CURVE SMOOTH",
+"1448 1912 OFFCURVE",
+"1500 1908 OFFCURVE",
+"1536 1900 CURVE",
+"1552 2120 LINE",
+"1492 2132 OFFCURVE",
+"1432 2140 OFFCURVE",
+"1376 2140 CURVE SMOOTH",
+"1064 2140 OFFCURVE",
+"876 1964 OFFCURVE",
+"876 1640 CURVE SMOOTH",
+"876 0 LINE",
+"1148 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"876 -100 LINE SMOOTH",
+"876 -276 OFFCURVE",
+"784 -372 OFFCURVE",
+"624 -372 CURVE SMOOTH",
+"576 -372 OFFCURVE",
+"524 -368 OFFCURVE",
+"488 -360 CURVE",
+"476 -580 LINE",
+"532 -592 OFFCURVE",
+"592 -600 OFFCURVE",
+"648 -600 CURVE SMOOTH",
+"960 -600 OFFCURVE",
+"1148 -424 OFFCURVE",
+"1148 -100 CURVE SMOOTH",
+"1148 1540 LINE",
+"876 1540 LINE"
+);
+}
+);
+width = 1552;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{980, -616}";
+},
+{
+name = top;
+position = "{980, 2340}";
+},
+{
+name = top0315;
+position = "{1956, 2340}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 1488 LINE",
+"152 1168 LINE",
+"1316 1168 LINE",
+"1316 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"352 484 LINE",
+"352 176 OFFCURVE",
+"440 -28 OFFCURVE",
+"808 -28 CURVE SMOOTH",
+"976 -28 OFFCURVE",
+"1148 16 OFFCURVE",
+"1224 40 CURVE",
+"1224 372 LINE",
+"1196 368 OFFCURVE",
+"1064 336 OFFCURVE",
+"944 336 CURVE SMOOTH",
+"836 336 OFFCURVE",
+"792 372 OFFCURVE",
+"792 484 CURVE",
+"792 1860 LINE",
+"352 1860 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1656 1608 LINE SMOOTH",
+"1656 1724 OFFCURVE",
+"1732 1784 OFFCURVE",
+"1868 1784 CURVE SMOOTH",
+"1920 1784 OFFCURVE",
+"1952 1780 OFFCURVE",
+"1984 1772 CURVE",
+"1984 2112 LINE",
+"1920 2128 OFFCURVE",
+"1852 2140 OFFCURVE",
+"1772 2140 CURVE SMOOTH",
+"1428 2140 OFFCURVE",
+"1208 1956 OFFCURVE",
+"1208 1608 CURVE SMOOTH",
+"1208 0 LINE",
+"1656 0 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1208 -68 LINE SMOOTH",
+"1208 -180 OFFCURVE",
+"1132 -244 OFFCURVE",
+"996 -244 CURVE SMOOTH",
+"944 -244 OFFCURVE",
+"912 -240 OFFCURVE",
+"880 -232 CURVE",
+"880 -572 LINE",
+"944 -588 OFFCURVE",
+"1016 -600 OFFCURVE",
+"1092 -600 CURVE SMOOTH",
+"1436 -600 OFFCURVE",
+"1656 -412 OFFCURVE",
+"1656 -68 CURVE SMOOTH",
+"1656 1540 LINE",
+"1208 1540 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 02A7;
+userData = {
+interface.gridadjust.original = "{'width': 1502, 'leftMargin': 8, 'rightMargin': 41}";
+};
+},
+{
+color = (240,240,240,1);
+glyphname = asterism;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"968 636 LINE",
+"188 636 LINE",
+"188 508 LINE",
+"968 508 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"896 336 LINE",
+"348 892 LINE",
+"260 800 LINE",
+"804 244 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"640 180 LINE",
+"640 960 LINE",
+"512 960 LINE",
+"512 180 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"348 244 LINE",
+"896 800 LINE",
+"804 892 LINE",
+"260 336 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1408 1488 LINE",
+"628 1488 LINE",
+"628 1360 LINE",
+"1408 1360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1336 1188 LINE",
+"788 1744 LINE",
+"700 1652 LINE",
+"1244 1096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1080 1032 LINE",
+"1080 1816 LINE",
+"952 1816 LINE",
+"952 1032 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"788 1096 LINE",
+"1336 1652 LINE",
+"1244 1744 LINE",
+"700 1188 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1848 636 LINE",
+"1068 636 LINE",
+"1068 508 LINE",
+"1848 508 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1776 336 LINE",
+"1228 892 LINE",
+"1140 800 LINE",
+"1684 244 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1520 180 LINE",
+"1520 960 LINE",
+"1392 960 LINE",
+"1392 180 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1228 244 LINE",
+"1776 800 LINE",
+"1684 892 LINE",
+"1140 336 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"992 676 LINE",
+"212 676 LINE",
+"212 464 LINE",
+"992 464 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"952 368 LINE",
+"400 920 LINE",
+"252 772 LINE",
+"800 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"708 180 LINE",
+"708 960 LINE",
+"496 960 LINE",
+"496 180 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"400 220 LINE",
+"952 772 LINE",
+"800 920 LINE",
+"252 372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1432 1528 LINE",
+"652 1528 LINE",
+"652 1316 LINE",
+"1432 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1392 1220 LINE",
+"840 1776 LINE",
+"692 1624 LINE",
+"1240 1072 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1148 1032 LINE",
+"1148 1816 LINE",
+"936 1816 LINE",
+"936 1032 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"840 1072 LINE",
+"1392 1624 LINE",
+"1240 1776 LINE",
+"692 1224 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1872 676 LINE",
+"1092 676 LINE",
+"1092 464 LINE",
+"1872 464 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1832 368 LINE",
+"1280 920 LINE",
+"1132 772 LINE",
+"1680 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1588 180 LINE",
+"1588 960 LINE",
+"1376 960 LINE",
+"1376 180 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1280 220 LINE",
+"1832 772 LINE",
+"1680 920 LINE",
+"1132 372 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2042;
+userData = {
+interface.gridadjust.original = "{'width': 1881.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = philatin;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -616}";
+},
+{
+name = top;
+position = "{888, 2200}";
+},
+{
+name = top0315;
+position = "{1696, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 300 OFFCURVE",
+"468 -28 OFFCURVE",
+"888 -28 CURVE SMOOTH",
+"1312 -28 OFFCURVE",
+"1568 300 OFFCURVE",
+"1568 728 CURVE SMOOTH",
+"1568 760 LINE SMOOTH",
+"1568 1188 OFFCURVE",
+"1312 1516 OFFCURVE",
+"888 1516 CURVE SMOOTH",
+"468 1516 OFFCURVE",
+"208 1188 OFFCURVE",
+"208 760 CURVE SMOOTH",
+"208 728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 1044 OFFCURVE",
+"616 1296 OFFCURVE",
+"888 1296 CURVE SMOOTH",
+"1160 1296 OFFCURVE",
+"1292 1044 OFFCURVE",
+"1292 760 CURVE SMOOTH",
+"1292 728 LINE SMOOTH",
+"1292 440 OFFCURVE",
+"1160 192 OFFCURVE",
+"888 192 CURVE SMOOTH",
+"616 192 OFFCURVE",
+"484 440 OFFCURVE",
+"484 728 CURVE SMOOTH",
+"484 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1024 -572 LINE",
+"1024 2112 LINE",
+"752 2112 LINE",
+"752 -572 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1040, -616}";
+},
+{
+name = top;
+position = "{1040, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{930.875, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"188 156 OFFCURVE",
+"580 -28 OFFCURVE",
+"1040 -28 CURVE SMOOTH",
+"1504 -28 OFFCURVE",
+"1892 156 OFFCURVE",
+"1892 728 CURVE SMOOTH",
+"1892 760 LINE SMOOTH",
+"1892 1332 OFFCURVE",
+"1504 1516 OFFCURVE",
+"1040 1516 CURVE SMOOTH",
+"580 1516 OFFCURVE",
+"188 1332 OFFCURVE",
+"188 760 CURVE SMOOTH",
+"188 728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"632 1084 OFFCURVE",
+"836 1160 OFFCURVE",
+"1040 1160 CURVE SMOOTH",
+"1248 1160 OFFCURVE",
+"1448 1084 OFFCURVE",
+"1448 760 CURVE SMOOTH",
+"1448 728 LINE SMOOTH",
+"1448 396 OFFCURVE",
+"1244 332 OFFCURVE",
+"1040 332 CURVE SMOOTH",
+"836 332 OFFCURVE",
+"632 396 OFFCURVE",
+"632 728 CURVE SMOOTH",
+"632 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1260 -572 LINE",
+"1260 2112 LINE",
+"820 2112 LINE",
+"820 -572 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 0278;
+userData = {
+interface.gridadjust.original = "{'width': 1613, 'leftMargin': 127, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = sixroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, -16, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1352, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, 112, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1556, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 2175;
+userData = {
+interface.gridadjust.original = "{'width': 2074, 'leftMargin': 132, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = cyrillichookleft;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{396, 0}";
+},
+{
+name = _left;
+position = "{532, 0}";
+},
+{
+name = _right;
+position = "{268, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"352 -72 OFFCURVE",
+"440 -152 OFFCURVE",
+"440 -248 CURVE SMOOTH",
+"440 -324 OFFCURVE",
+"400 -372 OFFCURVE",
+"284 -372 CURVE SMOOTH",
+"212 -372 OFFCURVE",
+"152 -348 OFFCURVE",
+"120 -336 CURVE",
+"72 -512 LINE",
+"128 -540 OFFCURVE",
+"216 -572 OFFCURVE",
+"352 -572 CURVE SMOOTH",
+"536 -572 OFFCURVE",
+"680 -472 OFFCURVE",
+"680 -280 CURVE SMOOTH",
+"680 -152 OFFCURVE",
+"596 -4 OFFCURVE",
+"392 96 CURVE",
+"264 0 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{436, 0}";
+},
+{
+name = _left;
+position = "{644, 0}";
+},
+{
+name = _right;
+position = "{200, 0}";
+}
+);
+guideLines = (
+{
+position = "{0, 2817.375}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"324 -72 OFFCURVE",
+"384 -128 OFFCURVE",
+"384 -228 CURVE SMOOTH",
+"384 -236 OFFCURVE",
+"384 -308 OFFCURVE",
+"272 -308 CURVE SMOOTH",
+"212 -308 OFFCURVE",
+"172 -292 OFFCURVE",
+"144 -284 CURVE",
+"96 -512 LINE",
+"148 -540 OFFCURVE",
+"228 -572 OFFCURVE",
+"352 -572 CURVE SMOOTH",
+"548 -572 OFFCURVE",
+"708 -472 OFFCURVE",
+"708 -280 CURVE SMOOTH",
+"708 -152 OFFCURVE",
+"640 -20 OFFCURVE",
+"472 84 CURVE",
+"264 0 LINE"
+);
+}
+);
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 776, 'leftMargin': 25, 'rightMargin': 145}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03D8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1048, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"948 56 LINE",
+"948 -572 LINE",
+"1196 -572 LINE",
+"1196 56 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1976 1672 OFFCURVE",
+"1596 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1596 -28 OFFCURVE",
+"1976 376 OFFCURVE",
+"1976 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 492 OFFCURVE",
+"1444 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1444 1844 OFFCURVE",
+"1736 1556 OFFCURVE",
+"1736 1024 CURVE"
+);
+}
+);
+width = 2144;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1024, 1632}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"792 56 LINE",
+"792 -572 LINE",
+"1256 -572 LINE",
+"1256 56 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1920 1696 OFFCURVE",
+"1532 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"512 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1532 -28 OFFCURVE",
+"1920 348 OFFCURVE",
+"1920 1020 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 560 OFFCURVE",
+"1276 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"772 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1276 1660 OFFCURVE",
+"1452 1480 OFFCURVE",
+"1452 1020 CURVE"
+);
+}
+);
+width = 2040;
+}
+);
+unicode = 03D8;
+userData = {
+com.typemytype.robofont.guideline.magnetic.6gQqaROkV3 = 5;
+interface.gridadjust.original = "{'width': 1944, 'leftMargin': 256, 'rightMargin': 152}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03D9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"660 92 LINE",
+"660 -572 LINE",
+"936 -572 LINE",
+"936 92 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1240 -32 OFFCURVE",
+"1520 284 OFFCURVE",
+"1520 760 CURVE SMOOTH",
+"1520 1240 OFFCURVE",
+"1240 1556 OFFCURVE",
+"824 1556 CURVE SMOOTH",
+"408 1556 OFFCURVE",
+"128 1240 OFFCURVE",
+"128 760 CURVE SMOOTH",
+"128 284 OFFCURVE",
+"408 -32 OFFCURVE",
+"824 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 180 OFFCURVE",
+"364 452 OFFCURVE",
+"364 760 CURVE SMOOTH",
+"364 1068 OFFCURVE",
+"508 1344 OFFCURVE",
+"824 1344 CURVE SMOOTH",
+"1140 1344 OFFCURVE",
+"1284 1068 OFFCURVE",
+"1284 760 CURVE SMOOTH",
+"1284 452 OFFCURVE",
+"1140 180 OFFCURVE",
+"824 180 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{804, 360}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 52 LINE",
+"600 -576 LINE",
+"1040 -576 LINE",
+"1040 52 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 -28 OFFCURVE",
+"1544 304 OFFCURVE",
+"1544 768 CURVE SMOOTH",
+"1544 1232 OFFCURVE",
+"1272 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"1028 1192 OFFCURVE",
+"1108 1024 OFFCURVE",
+"1108 768 CURVE SMOOTH",
+"1108 512 OFFCURVE",
+"1028 340 OFFCURVE",
+"820 340 CURVE SMOOTH"
+);
+}
+);
+width = 1640;
+}
+);
+unicode = 03D9;
+userData = {
+interface.gridadjust.original = "{'width': 1613, 'leftMargin': 236, 'rightMargin': 57}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Upsilonhooksymbol;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = tonos;
+position = "{-144, 2000}";
+},
+{
+name = top;
+position = "{764, 2216}";
+},
+{
+name = top0315;
+position = "{1520, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"632 948 LINE",
+"632 0 LINE",
+"920 0 LINE",
+"920 948 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"700 736 LINE",
+"896 736 LINE",
+"1332 1680 LINE SMOOTH",
+"1364 1748 OFFCURVE",
+"1404 1772 OFFCURVE",
+"1460 1772 CURVE SMOOTH",
+"1488 1772 OFFCURVE",
+"1516 1768 OFFCURVE",
+"1528 1760 CURVE",
+"1580 1984 LINE",
+"1516 2012 OFFCURVE",
+"1468 2020 OFFCURVE",
+"1404 2020 CURVE SMOOTH",
+"1260 2020 OFFCURVE",
+"1168 1968 OFFCURVE",
+"1080 1768 CURVE SMOOTH",
+"760 1044 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"388 1976 OFFCURVE",
+"280 2020 OFFCURVE",
+"148 2020 CURVE SMOOTH",
+"84 2020 OFFCURVE",
+"36 2012 OFFCURVE",
+"-28 1980 CURVE",
+"24 1760 LINE",
+"36 1768 OFFCURVE",
+"68 1772 OFFCURVE",
+"92 1772 CURVE SMOOTH",
+"148 1772 OFFCURVE",
+"192 1748 OFFCURVE",
+"224 1680 CURVE SMOOTH",
+"656 736 LINE",
+"852 736 LINE",
+"800 1032 LINE",
+"476 1768 LINE"
+);
+}
+);
+width = 1552;
+},
+{
+anchors = (
+{
+name = tonos;
+position = "{-108, 2000}";
+},
+{
+name = top;
+position = "{904, 2216}";
+},
+{
+name = top0315;
+position = "{1776, 2216}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"680 976 LINE",
+"680 0 LINE",
+"1140 0 LINE",
+"1140 976 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"840 596 LINE",
+"1124 596 LINE",
+"1532 1568 LINE SMOOTH",
+"1556 1624 OFFCURVE",
+"1600 1664 OFFCURVE",
+"1672 1664 CURVE SMOOTH",
+"1692 1664 OFFCURVE",
+"1748 1660 OFFCURVE",
+"1756 1660 CURVE",
+"1808 2012 LINE",
+"1748 2028 OFFCURVE",
+"1676 2048 OFFCURVE",
+"1596 2048 CURVE SMOOTH",
+"1384 2048 OFFCURVE",
+"1236 1932 OFFCURVE",
+"1144 1680 CURVE SMOOTH",
+"880 956 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"584 1964 OFFCURVE",
+"432 2048 OFFCURVE",
+"228 2048 CURVE SMOOTH",
+"144 2048 OFFCURVE",
+"72 2028 OFFCURVE",
+"20 2012 CURVE",
+"68 1660 LINE",
+"72 1660 OFFCURVE",
+"132 1664 OFFCURVE",
+"152 1664 CURVE SMOOTH",
+"216 1664 OFFCURVE",
+"264 1628 OFFCURVE",
+"292 1568 CURVE SMOOTH",
+"692 596 LINE",
+"984 596 LINE",
+"952 948 LINE",
+"684 1696 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03D2;
+userData = {
+interface.gridadjust.original = "{'width': 1497, 'leftMargin': -50, 'rightMargin': -57}";
+};
+},
+{
+glyphname = thetasymbolgreek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1504 1048 OFFCURVE",
+"1404 1032 OFFCURVE",
+"1312 1032 CURVE SMOOTH",
+"948 1032 OFFCURVE",
+"744 1264 OFFCURVE",
+"744 1528 CURVE",
+"744 1552 LINE SMOOTH",
+"744 1736 OFFCURVE",
+"824 1800 OFFCURVE",
+"936 1800 CURVE",
+"1064 1800 OFFCURVE",
+"1132 1720 OFFCURVE",
+"1132 1524 CURVE",
+"1132 600 LINE SMOOTH",
+"1132 332 OFFCURVE",
+"1008 200 OFFCURVE",
+"808 200 CURVE SMOOTH",
+"588 200 OFFCURVE",
+"456 352 OFFCURVE",
+"456 600 CURVE SMOOTH",
+"456 1064 LINE",
+"184 1060 LINE",
+"184 600 LINE SMOOTH",
+"184 220 OFFCURVE",
+"432 -28 OFFCURVE",
+"808 -28 CURVE SMOOTH",
+"1164 -28 OFFCURVE",
+"1404 196 OFFCURVE",
+"1404 600 CURVE SMOOTH",
+"1404 1524 LINE",
+"1404 1848 OFFCURVE",
+"1224 2032 OFFCURVE",
+"936 2032 CURVE",
+"664 2032 OFFCURVE",
+"468 1856 OFFCURVE",
+"468 1552 CURVE SMOOTH",
+"468 1532 LINE",
+"468 1120 OFFCURVE",
+"808 804 OFFCURVE",
+"1312 804 CURVE SMOOTH",
+"1408 804 OFFCURVE",
+"1512 820 OFFCURVE",
+"1596 852 CURVE",
+"1584 1068 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1556 1132 OFFCURVE",
+"1428 1104 OFFCURVE",
+"1292 1104 CURVE SMOOTH",
+"1020 1104 OFFCURVE",
+"876 1244 OFFCURVE",
+"876 1444 CURVE",
+"876 1484 LINE SMOOTH",
+"876 1580 OFFCURVE",
+"920 1632 OFFCURVE",
+"984 1632 CURVE",
+"1040 1632 OFFCURVE",
+"1068 1584 OFFCURVE",
+"1068 1484 CURVE",
+"1068 640 LINE SMOOTH",
+"1068 464 OFFCURVE",
+"988 344 OFFCURVE",
+"856 344 CURVE SMOOTH",
+"672 344 OFFCURVE",
+"564 480 OFFCURVE",
+"564 640 CURVE SMOOTH",
+"564 936 LINE",
+"148 936 LINE",
+"148 640 LINE SMOOTH",
+"148 268 OFFCURVE",
+"420 -28 OFFCURVE",
+"828 -28 CURVE SMOOTH",
+"1256 -28 OFFCURVE",
+"1536 248 OFFCURVE",
+"1536 640 CURVE SMOOTH",
+"1536 1428 LINE",
+"1536 1808 OFFCURVE",
+"1336 2032 OFFCURVE",
+"1016 2032 CURVE",
+"692 2032 OFFCURVE",
+"460 1812 OFFCURVE",
+"460 1452 CURVE SMOOTH",
+"460 1420 LINE",
+"460 992 OFFCURVE",
+"832 704 OFFCURVE",
+"1292 704 CURVE",
+"1424 704 OFFCURVE",
+"1576 744 OFFCURVE",
+"1680 772 CURVE",
+"1664 1152 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03D1;
+userData = {
+interface.gridadjust.original = "{'width': 1634, 'leftMargin': 164, 'rightMargin': 57}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = thook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"636 1736 LINE SMOOTH",
+"636 1896 OFFCURVE",
+"716 1952 OFFCURVE",
+"844 1952 CURVE SMOOTH",
+"864 1952 OFFCURVE",
+"896 1948 OFFCURVE",
+"920 1940 CURVE",
+"920 2124 LINE",
+"880 2136 OFFCURVE",
+"824 2144 OFFCURVE",
+"784 2144 CURVE SMOOTH",
+"556 2144 OFFCURVE",
+"360 2000 OFFCURVE",
+"360 1736 CURVE SMOOTH",
+"360 1532 LINE",
+"636 1532 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"92 1488 LINE",
+"92 1284 LINE",
+"908 1284 LINE",
+"908 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"360 412 LINE",
+"360 96 OFFCURVE",
+"520 -28 OFFCURVE",
+"708 -28 CURVE SMOOTH",
+"804 -28 OFFCURVE",
+"872 -12 OFFCURVE",
+"912 0 CURVE",
+"912 220 LINE",
+"888 216 OFFCURVE",
+"836 204 OFFCURVE",
+"792 204 CURVE SMOOTH",
+"712 204 OFFCURVE",
+"636 248 OFFCURVE",
+"636 412 CURVE",
+"636 1572 LINE",
+"360 1572 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"804 1680 LINE SMOOTH",
+"804 1832 OFFCURVE",
+"936 1868 OFFCURVE",
+"1040 1868 CURVE SMOOTH",
+"1080 1868 OFFCURVE",
+"1112 1864 OFFCURVE",
+"1148 1856 CURVE",
+"1148 2152 LINE",
+"1084 2168 OFFCURVE",
+"1016 2176 OFFCURVE",
+"916 2176 CURVE SMOOTH",
+"676 2176 OFFCURVE",
+"364 2124 OFFCURVE",
+"364 1680 CURVE SMOOTH",
+"364 1416 LINE",
+"804 1416 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 1488 LINE",
+"164 1168 LINE",
+"1052 1168 LINE",
+"1052 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"364 428 LINE",
+"364 104 OFFCURVE",
+"532 -28 OFFCURVE",
+"816 -28 CURVE SMOOTH",
+"916 -28 OFFCURVE",
+"996 -16 OFFCURVE",
+"1072 12 CURVE",
+"1072 344 LINE",
+"1040 340 OFFCURVE",
+"1008 336 OFFCURVE",
+"956 336 CURVE SMOOTH",
+"848 336 OFFCURVE",
+"804 368 OFFCURVE",
+"804 484 CURVE",
+"804 1584 LINE",
+"364 1584 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 01AD;
+userData = {
+interface.gridadjust.original = "{'width': 941, 'leftMargin': 30, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03D7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1716 1488 LINE",
+"1424 1488 LINE",
+"320 0 LINE",
+"612 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1328 884 OFFCURVE",
+"1364 736 OFFCURVE",
+"1400 616 CURVE SMOOTH",
+"1500 300 OFFCURVE",
+"1616 164 OFFCURVE",
+"1616 -68 CURVE SMOOTH",
+"1616 -256 OFFCURVE",
+"1520 -320 OFFCURVE",
+"1376 -320 CURVE SMOOTH",
+"1352 -320 OFFCURVE",
+"1312 -316 OFFCURVE",
+"1288 -308 CURVE",
+"1288 -524 LINE",
+"1328 -536 OFFCURVE",
+"1400 -548 OFFCURVE",
+"1444 -548 CURVE SMOOTH",
+"1708 -548 OFFCURVE",
+"1888 -376 OFFCURVE",
+"1888 -68 CURVE SMOOTH",
+"1888 244 OFFCURVE",
+"1760 400 OFFCURVE",
+"1652 724 CURVE SMOOTH",
+"1604 876 OFFCURVE",
+"1556 1064 OFFCURVE",
+"1532 1320 CURVE",
+"1304 1072 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"748 1036 LINE SMOOTH",
+"748 1344 OFFCURVE",
+"568 1516 OFFCURVE",
+"304 1516 CURVE SMOOTH",
+"256 1516 OFFCURVE",
+"188 1504 OFFCURVE",
+"144 1492 CURVE",
+"144 1276 LINE",
+"172 1284 OFFCURVE",
+"208 1288 OFFCURVE",
+"232 1288 CURVE SMOOTH",
+"380 1288 OFFCURVE",
+"472 1224 OFFCURVE",
+"472 1036 CURVE SMOOTH",
+"472 60 LINE",
+"748 312 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1764 1488 LINE",
+"1412 1488 LINE",
+"312 0 LINE",
+"628 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1288 820 OFFCURVE",
+"1324 656 OFFCURVE",
+"1364 528 CURVE SMOOTH",
+"1448 252 OFFCURVE",
+"1576 120 OFFCURVE",
+"1576 -40 CURVE SMOOTH",
+"1576 -152 OFFCURVE",
+"1508 -216 OFFCURVE",
+"1320 -216 CURVE SMOOTH",
+"1304 -216 OFFCURVE",
+"1284 -216 OFFCURVE",
+"1264 -212 CURVE",
+"1264 -536 LINE",
+"1332 -544 OFFCURVE",
+"1392 -548 OFFCURVE",
+"1448 -548 CURVE SMOOTH",
+"1868 -548 OFFCURVE",
+"1956 -252 OFFCURVE",
+"1956 -96 CURVE SMOOTH",
+"1956 208 OFFCURVE",
+"1792 356 OFFCURVE",
+"1672 716 CURVE SMOOTH",
+"1620 880 OFFCURVE",
+"1592 1088 OFFCURVE",
+"1592 1376 CURVE",
+"1288 1028 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"776 1028 LINE SMOOTH",
+"776 1304 OFFCURVE",
+"700 1516 OFFCURVE",
+"348 1516 CURVE SMOOTH",
+"284 1516 OFFCURVE",
+"180 1508 OFFCURVE",
+"124 1496 CURVE",
+"124 1180 LINE",
+"160 1184 OFFCURVE",
+"196 1188 OFFCURVE",
+"232 1188 CURVE SMOOTH",
+"328 1188 OFFCURVE",
+"420 1156 OFFCURVE",
+"420 1028 CURVE SMOOTH",
+"420 16 LINE",
+"776 348 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03D7;
+userData = {
+interface.gridadjust.original = "{'width': 1827, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni27EF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"276 -504 LINE",
+"652 -128 LINE",
+"652 2000 LINE",
+"276 2376 LINE",
+"100 2204 LINE",
+"404 1900 LINE",
+"404 -28 LINE",
+"100 -332 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"468 -612 LINE",
+"844 -236 LINE",
+"844 2108 LINE",
+"468 2488 LINE",
+"212 2232 LINE",
+"468 1968 LINE",
+"468 -96 LINE",
+"212 -360 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 27EF;
+userData = {
+interface.gridadjust.original = "{'width': 895, 'leftMargin': 110, 'rightMargin': 234}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = finaltsadi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"148 880 OFFCURVE",
+"188 876 OFFCURVE",
+"232 876 CURVE SMOOTH",
+"420 876 OFFCURVE",
+"552 1100 OFFCURVE",
+"552 1408 CURVE",
+"488 1408 LINE",
+"484 1236 OFFCURVE",
+"424 1112 OFFCURVE",
+"276 1112 CURVE SMOOTH",
+"224 1112 OFFCURVE",
+"180 1124 OFFCURVE",
+"136 1144 CURVE",
+"136 888 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"876 712 LINE",
+"856 704 OFFCURVE",
+"812 696 OFFCURVE",
+"776 696 CURVE SMOOTH",
+"740 696 OFFCURVE",
+"704 716 OFFCURVE",
+"704 788 CURVE SMOOTH",
+"704 1996 LINE",
+"452 1996 LINE",
+"452 772 LINE SMOOTH",
+"452 580 OFFCURVE",
+"496 452 OFFCURVE",
+"668 452 CURVE SMOOTH",
+"740 452 OFFCURVE",
+"800 460 OFFCURVE",
+"876 476 CURVE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"108 892 OFFCURVE",
+"132 888 OFFCURVE",
+"168 888 CURVE SMOOTH",
+"380 888 OFFCURVE",
+"516 1112 OFFCURVE",
+"516 1424 CURVE",
+"452 1420 LINE",
+"452 1272 OFFCURVE",
+"364 1200 OFFCURVE",
+"228 1200 CURVE SMOOTH",
+"172 1200 OFFCURVE",
+"132 1208 OFFCURVE",
+"96 1220 CURVE",
+"96 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"960 760 LINE",
+"928 752 OFFCURVE",
+"904 748 OFFCURVE",
+"880 748 CURVE SMOOTH",
+"772 748 OFFCURVE",
+"728 812 OFFCURVE",
+"728 892 CURVE SMOOTH",
+"728 2004 LINE",
+"420 2004 LINE",
+"420 856 LINE SMOOTH",
+"420 540 OFFCURVE",
+"556 468 OFFCURVE",
+"764 468 CURVE SMOOTH",
+"824 468 OFFCURVE",
+"888 476 OFFCURVE",
+"960 484 CURVE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02B5;
+userData = {
+interface.gridadjust.original = "{'width': 850, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = glottalstop;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{708, 0}";
+},
+{
+name = top;
+position = "{724, 2244}";
+},
+{
+name = top0315;
+position = "{1520, 2244}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"564 536 LINE",
+"724 536 LINE SMOOTH",
+"1180 536 OFFCURVE",
+"1392 880 OFFCURVE",
+"1392 1276 CURVE SMOOTH",
+"1392 1400 LINE SMOOTH",
+"1392 1796 OFFCURVE",
+"1180 2140 OFFCURVE",
+"724 2140 CURVE SMOOTH",
+"408 2140 OFFCURVE",
+"144 1904 OFFCURVE",
+"128 1644 CURVE",
+"388 1644 LINE",
+"404 1800 OFFCURVE",
+"548 1920 OFFCURVE",
+"724 1920 CURVE SMOOTH",
+"1036 1920 OFFCURVE",
+"1120 1652 OFFCURVE",
+"1120 1400 CURVE SMOOTH",
+"1120 1276 LINE SMOOTH",
+"1120 1028 OFFCURVE",
+"1032 756 OFFCURVE",
+"724 756 CURVE SMOOTH",
+"564 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 756 LINE",
+"564 0 LINE",
+"852 0 LINE",
+"852 756 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{800, 0}";
+},
+{
+name = top;
+position = "{752, 2244}";
+},
+{
+name = top0315;
+position = "{1524, 2244}";
+}
+);
+guideLines = (
+{
+position = "{0, 2140.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"596 424 LINE",
+"760 424 LINE SMOOTH",
+"1212 424 OFFCURVE",
+"1444 748 OFFCURVE",
+"1444 1180 CURVE SMOOTH",
+"1444 1388 LINE SMOOTH",
+"1444 1816 OFFCURVE",
+"1212 2140 OFFCURVE",
+"748 2140 CURVE SMOOTH",
+"396 2140 OFFCURVE",
+"124 1920 OFFCURVE",
+"124 1584 CURVE",
+"540 1584 LINE",
+"540 1708 OFFCURVE",
+"624 1784 OFFCURVE",
+"760 1784 CURVE SMOOTH",
+"968 1784 OFFCURVE",
+"1000 1608 OFFCURVE",
+"1000 1388 CURVE SMOOTH",
+"1000 1180 LINE SMOOTH",
+"1000 964 OFFCURVE",
+"964 780 OFFCURVE",
+"760 780 CURVE SMOOTH",
+"596 780 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"572 780 LINE",
+"572 0 LINE",
+"1016 0 LINE",
+"1016 780 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0294;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni0359;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-817, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-817, -718}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-943 -716 LINE",
+"-815 -514 LINE",
+"-685 -722 LINE",
+"-587 -650 LINE",
+"-727 -455 LINE",
+"-507 -391 LINE",
+"-543 -274 LINE",
+"-756 -352 LINE",
+"-748 -99 LINE",
+"-868 -99 LINE",
+"-861 -348 LINE",
+"-1077 -268 LINE",
+"-1112 -384 LINE",
+"-897 -447 LINE",
+"-1041 -646 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-798, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-798, -754}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-923 -747 LINE",
+"-798 -540 LINE",
+"-671 -755 LINE",
+"-556 -670 LINE",
+"-704 -477 LINE",
+"-479 -411 LINE",
+"-523 -272 LINE",
+"-734 -366 LINE",
+"-718 -105 LINE",
+"-861 -105 LINE",
+"-844 -360 LINE",
+"-1062 -265 LINE",
+"-1106 -403 LINE",
+"-884 -468 LINE",
+"-1038 -666 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0359;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0358;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 2140}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 528;
+},
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 2136}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 0358;
+userData = {
+interface.gridadjust.original = "{'width': 565, 'leftMargin': 97, 'rightMargin': 151}";
+};
+},
+{
+glyphname = epsilon1revclosed;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{780, 0}";
+},
+{
+name = rhotichook;
+position = "{1068, 876}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1500, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1140 712 OFFCURVE",
+"1336 876 OFFCURVE",
+"1336 1080 CURVE",
+"1336 1364 OFFCURVE",
+"1128 1516 OFFCURVE",
+"780 1516 CURVE SMOOTH",
+"468 1516 OFFCURVE",
+"156 1352 OFFCURVE",
+"156 764 CURVE",
+"428 764 LINE",
+"428 1164 OFFCURVE",
+"588 1296 OFFCURVE",
+"780 1296 CURVE SMOOTH",
+"984 1296 OFFCURVE",
+"1064 1188 OFFCURVE",
+"1064 1080 CURVE",
+"1064 956 OFFCURVE",
+"996 872 OFFCURVE",
+"800 872 CURVE SMOOTH",
+"648 872 LINE",
+"648 712 LINE",
+"820 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"648 648 LINE",
+"800 648 LINE SMOOTH",
+"996 648 OFFCURVE",
+"1088 580 OFFCURVE",
+"1088 420 CURVE SMOOTH",
+"1088 300 OFFCURVE",
+"984 188 OFFCURVE",
+"780 188 CURVE SMOOTH",
+"560 188 OFFCURVE",
+"428 360 OFFCURVE",
+"428 768 CURVE",
+"156 768 LINE",
+"156 124 OFFCURVE",
+"488 -28 OFFCURVE",
+"780 -28 CURVE SMOOTH",
+"1128 -28 OFFCURVE",
+"1364 140 OFFCURVE",
+"1364 420 CURVE SMOOTH",
+"1364 672 OFFCURVE",
+"1172 808 OFFCURVE",
+"820 808 CURVE SMOOTH",
+"648 808 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = rhotichook;
+position = "{1192, 888}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1228 712 OFFCURVE",
+"1428 876 OFFCURVE",
+"1428 1080 CURVE",
+"1428 1364 OFFCURVE",
+"1176 1516 OFFCURVE",
+"788 1516 CURVE SMOOTH",
+"456 1516 OFFCURVE",
+"116 1308 OFFCURVE",
+"116 744 CURVE",
+"560 744 LINE",
+"560 1108 OFFCURVE",
+"700 1184 OFFCURVE",
+"816 1184 CURVE SMOOTH",
+"952 1184 OFFCURVE",
+"984 1108 OFFCURVE",
+"984 1040 CURVE",
+"984 956 OFFCURVE",
+"932 896 OFFCURVE",
+"808 896 CURVE SMOOTH",
+"760 896 LINE",
+"760 712 LINE",
+"912 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"760 628 LINE",
+"808 628 LINE SMOOTH",
+"940 628 OFFCURVE",
+"1012 580 OFFCURVE",
+"1012 464 CURVE SMOOTH",
+"1012 384 OFFCURVE",
+"964 304 OFFCURVE",
+"816 304 CURVE SMOOTH",
+"668 304 OFFCURVE",
+"560 396 OFFCURVE",
+"560 748 CURVE",
+"116 748 LINE",
+"116 148 OFFCURVE",
+"476 -28 OFFCURVE",
+"788 -28 CURVE SMOOTH",
+"1176 -28 OFFCURVE",
+"1452 140 OFFCURVE",
+"1452 420 CURVE SMOOTH",
+"1452 672 OFFCURVE",
+"1260 808 OFFCURVE",
+"912 808 CURVE SMOOTH",
+"760 808 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 025E;
+userData = {
+interface.gridadjust.original = "{'width': 1478, 'leftMargin': 135, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni0355;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-738, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-738, -762}";
+}
+);
+components = (
+{
+name = uni02F2;
+transform = "{1, 0, 0, 1, -1141, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-883, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-883, -759}";
+}
+);
+components = (
+{
+name = uni02F2;
+transform = "{1, 0, 0, 1, -1334, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0355;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0354;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-774, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-774, -762}";
+}
+);
+components = (
+{
+name = uni02F1;
+transform = "{1, 0, 0, 1, -1196, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-792, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-792, -763}";
+}
+);
+components = (
+{
+name = uni02F1;
+transform = "{1, 0, 0, 1, -1293, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0354;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0357;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-880, 1526}";
+},
+{
+name = mkmktop;
+position = "{-880, 2129}";
+}
+);
+components = (
+{
+name = ringhalfright;
+transform = "{1, 0, 0, 1, -1005, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-859, 1561}";
+},
+{
+name = mkmktop;
+position = "{-859, 2155}";
+}
+);
+components = (
+{
+name = ringhalfright;
+transform = "{1, 0, 0, 1, -1051, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0357;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0356;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-679, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-679, -758}";
+}
+);
+components = (
+{
+name = uni02F2;
+transform = "{1, 0, 0, 1, -1403, 0}";
+},
+{
+name = uni02F0;
+transform = "{1, 0, 0, 1, -688, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-837, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-837, -765}";
+}
+);
+components = (
+{
+name = uni02F2;
+transform = "{1, 0, 0, 1, -1568, 0}";
+},
+{
+name = uni02F0;
+transform = "{1, 0, 0, 1, -880, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0356;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0351;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-666, 1513}";
+},
+{
+name = mkmktop;
+position = "{-666, 2129}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-583 1653 LINE",
+"-661 1653 OFFCURVE",
+"-723 1715 OFFCURVE",
+"-723 1797 CURVE SMOOTH",
+"-723 1882 OFFCURVE",
+"-661 1946 OFFCURVE",
+"-583 1946 CURVE",
+"-583 2074 LINE",
+"-738 2074 OFFCURVE",
+"-866 1958 OFFCURVE",
+"-866 1797 CURVE SMOOTH",
+"-866 1635 OFFCURVE",
+"-738 1526 OFFCURVE",
+"-583 1526 CURVE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-763, 1561}";
+},
+{
+name = mkmktop;
+position = "{-763, 2155}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-681 1705 LINE",
+"-756 1705 OFFCURVE",
+"-806 1757 OFFCURVE",
+"-806 1834 CURVE SMOOTH",
+"-806 1914 OFFCURVE",
+"-756 1966 OFFCURVE",
+"-681 1966 CURVE",
+"-681 2100 LINE",
+"-844 2100 OFFCURVE",
+"-971 1984 OFFCURVE",
+"-971 1834 CURVE SMOOTH",
+"-971 1683 OFFCURVE",
+"-844 1574 OFFCURVE",
+"-681 1574 CURVE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0351;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0350;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-738, 1636}";
+},
+{
+name = mkmktop;
+position = "{-738, 2684}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-239 2196 LINE",
+"-239 2032 LINE",
+"-1239 1621 LINE",
+"-1239 1862 LINE",
+"-616 2098 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1239 2629 LINE",
+"-239 2219 LINE",
+"-239 2054 LINE",
+"-616 2149 LINE",
+"-1239 2390 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-884, 1640}";
+},
+{
+name = mkmktop;
+position = "{-880, 2420}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-491 2058 LINE",
+"-491 1913 LINE",
+"-1233 1671 LINE",
+"-1233 1870 LINE",
+"-811 2001 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1233 2347 LINE",
+"-491 2105 LINE",
+"-491 1959 LINE",
+"-811 2014 LINE",
+"-1233 2148 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0350;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0353;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-700, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-700, -759}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-380 -210 LINE",
+"-509 -78 LINE",
+"-1020 -593 LINE",
+"-891 -725 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-382 -595 LINE",
+"-888 -77 LINE",
+"-1018 -209 LINE",
+"-512 -727 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-792, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-792, -762}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-476 -230 LINE",
+"-622 -83 LINE",
+"-1108 -572 LINE",
+"-963 -721 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-477 -575 LINE",
+"-960 -80 LINE",
+"-1107 -230 LINE",
+"-624 -723 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0353;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0352;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-810, 1654}";
+},
+{
+name = mkmktop;
+position = "{-810, 2428}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-395 2166 OFFCURVE",
+"-553 2318 OFFCURVE",
+"-809 2318 CURVE SMOOTH",
+"-1064 2318 OFFCURVE",
+"-1224 2166 OFFCURVE",
+"-1224 1948 CURVE",
+"-1002 1948 LINE",
+"-1002 2054 OFFCURVE",
+"-950 2148 OFFCURVE",
+"-809 2148 CURVE SMOOTH",
+"-670 2148 OFFCURVE",
+"-616 2054 OFFCURVE",
+"-616 1948 CURVE",
+"-395 1948 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-968 1675 OFFCURVE",
+"-914 1609 OFFCURVE",
+"-810 1609 CURVE SMOOTH",
+"-705 1609 OFFCURVE",
+"-650 1675 OFFCURVE",
+"-650 1759 CURVE SMOOTH",
+"-650 1844 OFFCURVE",
+"-705 1911 OFFCURVE",
+"-810 1911 CURVE SMOOTH",
+"-914 1911 OFFCURVE",
+"-968 1844 OFFCURVE",
+"-968 1759 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1719}";
+},
+{
+name = mkmktop;
+position = "{-792, 2613}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{631.125, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-293 2296 OFFCURVE",
+"-485 2470 OFFCURVE",
+"-791 2470 CURVE SMOOTH",
+"-1097 2470 OFFCURVE",
+"-1290 2296 OFFCURVE",
+"-1290 2047 CURVE",
+"-985 2047 LINE",
+"-985 2138 OFFCURVE",
+"-932 2222 OFFCURVE",
+"-791 2222 CURVE SMOOTH",
+"-650 2222 OFFCURVE",
+"-600 2138 OFFCURVE",
+"-600 2047 CURVE",
+"-293 2047 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1038 1684 OFFCURVE",
+"-939 1596 OFFCURVE",
+"-792 1596 CURVE SMOOTH",
+"-645 1596 OFFCURVE",
+"-546 1684 OFFCURVE",
+"-546 1801 CURVE SMOOTH",
+"-546 1918 OFFCURVE",
+"-645 2006 OFFCURVE",
+"-792 2006 CURVE SMOOTH",
+"-939 2006 OFFCURVE",
+"-1038 1918 OFFCURVE",
+"-1038 1801 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0352;
+},
+{
+glyphname = glottalstopreversedmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1096 2308 OFFCURVE",
+"928 2484 OFFCURVE",
+"664 2484 CURVE SMOOTH",
+"328 2484 OFFCURVE",
+"160 2228 OFFCURVE",
+"160 1932 CURVE SMOOTH",
+"160 1804 LINE SMOOTH",
+"160 1444 OFFCURVE",
+"328 1212 OFFCURVE",
+"664 1212 CURVE SMOOTH",
+"708 1212 LINE",
+"708 1420 LINE",
+"664 1420 LINE SMOOTH",
+"436 1420 OFFCURVE",
+"412 1620 OFFCURVE",
+"412 1804 CURVE SMOOTH",
+"412 1932 LINE SMOOTH",
+"412 2120 OFFCURVE",
+"464 2272 OFFCURVE",
+"664 2272 CURVE SMOOTH",
+"812 2272 OFFCURVE",
+"864 2192 OFFCURVE",
+"884 2084 CURVE",
+"1104 2084 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"504 896 LINE",
+"756 896 LINE",
+"756 1420 LINE",
+"504 1420 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1112 2344 OFFCURVE",
+"936 2488 OFFCURVE",
+"676 2488 CURVE SMOOTH",
+"360 2488 OFFCURVE",
+"204 2296 OFFCURVE",
+"204 1956 CURVE SMOOTH",
+"204 1668 LINE SMOOTH",
+"204 1356 OFFCURVE",
+"360 1164 OFFCURVE",
+"676 1164 CURVE SMOOTH",
+"800 1164 LINE",
+"800 1424 LINE",
+"724 1424 LINE SMOOTH",
+"592 1424 OFFCURVE",
+"524 1508 OFFCURVE",
+"524 1652 CURVE SMOOTH",
+"524 1944 LINE SMOOTH",
+"524 2140 OFFCURVE",
+"548 2228 OFFCURVE",
+"668 2228 CURVE SMOOTH",
+"764 2228 OFFCURVE",
+"804 2168 OFFCURVE",
+"804 2096 CURVE",
+"1112 2096 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"504 900 LINE",
+"828 900 LINE",
+"828 1424 LINE",
+"504 1424 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02C1;
+userData = {
+interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 83, 'rightMargin': 27.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = cadauna;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"752 1100 OFFCURVE",
+"896 1260 OFFCURVE",
+"896 1456 CURVE",
+"692 1456 LINE",
+"692 1368 OFFCURVE",
+"636 1272 OFFCURVE",
+"512 1272 CURVE SMOOTH",
+"388 1272 OFFCURVE",
+"324 1388 OFFCURVE",
+"324 1512 CURVE SMOOTH",
+"324 1616 LINE SMOOTH",
+"324 1744 OFFCURVE",
+"384 1860 OFFCURVE",
+"508 1860 CURVE SMOOTH",
+"632 1860 OFFCURVE",
+"692 1772 OFFCURVE",
+"692 1676 CURVE",
+"896 1676 LINE",
+"896 1868 OFFCURVE",
+"748 2032 OFFCURVE",
+"508 2032 CURVE SMOOTH",
+"268 2032 OFFCURVE",
+"124 1844 OFFCURVE",
+"124 1616 CURVE SMOOTH",
+"124 1512 LINE SMOOTH",
+"124 1288 OFFCURVE",
+"268 1100 OFFCURVE",
+"512 1100 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1672 -16 OFFCURVE",
+"1784 168 OFFCURVE",
+"1784 416 CURVE",
+"1732 416 LINE",
+"1732 268 OFFCURVE",
+"1680 152 OFFCURVE",
+"1552 152 CURVE SMOOTH",
+"1460 152 OFFCURVE",
+"1400 208 OFFCURVE",
+"1400 364 CURVE SMOOTH",
+"1400 892 LINE",
+"1196 892 LINE",
+"1196 328 LINE SMOOTH",
+"1196 84 OFFCURVE",
+"1308 -16 OFFCURVE",
+"1480 -16 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 0 LINE",
+"1912 0 LINE",
+"1912 892 LINE",
+"1708 892 LINE",
+"1708 192 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1476 1812 LINE",
+"500 244 LINE",
+"652 152 LINE",
+"1628 1716 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"904 1100 OFFCURVE",
+"1040 1276 OFFCURVE",
+"1040 1468 CURVE",
+"752 1468 LINE",
+"752 1416 OFFCURVE",
+"712 1352 OFFCURVE",
+"628 1352 CURVE SMOOTH",
+"540 1352 OFFCURVE",
+"500 1428 OFFCURVE",
+"500 1512 CURVE SMOOTH",
+"500 1616 LINE SMOOTH",
+"500 1704 OFFCURVE",
+"540 1780 OFFCURVE",
+"624 1780 CURVE SMOOTH",
+"712 1780 OFFCURVE",
+"752 1716 OFFCURVE",
+"752 1660 CURVE",
+"1040 1660 LINE",
+"1040 1856 OFFCURVE",
+"904 2032 OFFCURVE",
+"624 2032 CURVE SMOOTH",
+"352 2032 OFFCURVE",
+"212 1844 OFFCURVE",
+"212 1616 CURVE SMOOTH",
+"212 1512 LINE SMOOTH",
+"212 1288 OFFCURVE",
+"352 1100 OFFCURVE",
+"628 1100 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1852 -16 OFFCURVE",
+"1976 168 OFFCURVE",
+"1976 424 CURVE",
+"1884 424 LINE",
+"1884 296 OFFCURVE",
+"1844 200 OFFCURVE",
+"1708 200 CURVE SMOOTH",
+"1636 200 OFFCURVE",
+"1588 248 OFFCURVE",
+"1588 352 CURVE SMOOTH",
+"1588 908 LINE",
+"1320 908 LINE",
+"1320 356 LINE SMOOTH",
+"1320 92 OFFCURVE",
+"1444 -16 OFFCURVE",
+"1624 -16 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1892 0 LINE",
+"2128 0 LINE",
+"2128 908 LINE",
+"1856 908 LINE",
+"1856 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1524 1824 LINE",
+"548 260 LINE",
+"756 152 LINE",
+"1732 1716 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 2106;
+userData = {
+interface.gridadjust.original = "{'width': 2086, 'leftMargin': 149, 'rightMargin': 149}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni035E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop_dd;
+position = "{0, 1705}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-814 1975 LINE",
+"-814 1768 LINE",
+"813 1768 LINE",
+"813 1975 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop_dd;
+position = "{0, 1760}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-792 2005 LINE",
+"-792 1767 LINE",
+"796 1767 LINE",
+"796 2005 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 035E;
+},
+{
+glyphname = uni0220;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1616 1356 LINE SMOOTH",
+"1616 1808 OFFCURVE",
+"1268 2032 OFFCURVE",
+"888 2032 CURVE SMOOTH",
+"676 2032 OFFCURVE",
+"492 1964 OFFCURVE",
+"368 1880 CURVE",
+"368 1660 LINE",
+"496 1748 OFFCURVE",
+"660 1804 OFFCURVE",
+"888 1804 CURVE SMOOTH",
+"1160 1804 OFFCURVE",
+"1340 1668 OFFCURVE",
+"1340 1356 CURVE SMOOTH",
+"1340 -572 LINE",
+"1616 -572 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 2004 LINE",
+"164 0 LINE",
+"436 0 LINE",
+"436 2004 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1652 1424 LINE SMOOTH",
+"1652 1808 OFFCURVE",
+"1364 2032 OFFCURVE",
+"988 2032 CURVE SMOOTH",
+"684 2032 OFFCURVE",
+"456 1868 OFFCURVE",
+"312 1704 CURVE",
+"312 1288 LINE",
+"504 1548 OFFCURVE",
+"716 1676 OFFCURVE",
+"928 1676 CURVE SMOOTH",
+"1120 1676 OFFCURVE",
+"1204 1592 OFFCURVE",
+"1204 1424 CURVE SMOOTH",
+"1204 -572 LINE",
+"1652 -572 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"176 2004 LINE",
+"176 0 LINE",
+"620 0 LINE",
+"620 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0220;
+userData = {
+interface.gridadjust.original = "{'width': 1866, 'leftMargin': 228, 'rightMargin': 186}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0223;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 1208 OFFCURVE",
+"116 1004 OFFCURVE",
+"116 596 CURVE SMOOTH",
+"116 176 OFFCURVE",
+"444 -28 OFFCURVE",
+"872 -28 CURVE SMOOTH",
+"904 -28 LINE SMOOTH",
+"1332 -28 OFFCURVE",
+"1660 176 OFFCURVE",
+"1660 600 CURVE SMOOTH",
+"1660 1004 OFFCURVE",
+"1332 1208 OFFCURVE",
+"904 1208 CURVE SMOOTH",
+"872 1208 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1188 1000 OFFCURVE",
+"1384 868 OFFCURVE",
+"1384 600 CURVE SMOOTH",
+"1384 324 OFFCURVE",
+"1188 192 OFFCURVE",
+"904 192 CURVE SMOOTH",
+"872 192 LINE SMOOTH",
+"584 192 OFFCURVE",
+"392 324 OFFCURVE",
+"392 596 CURVE SMOOTH",
+"392 868 OFFCURVE",
+"584 1000 OFFCURVE",
+"872 1000 CURVE SMOOTH",
+"904 1000 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"860 1220 LINE SMOOTH",
+"612 1220 OFFCURVE",
+"392 1292 OFFCURVE",
+"392 1572 CURVE SMOOTH",
+"392 1772 OFFCURVE",
+"484 1868 OFFCURVE",
+"656 1936 CURVE",
+"656 2140 LINE",
+"356 2128 OFFCURVE",
+"116 1928 OFFCURVE",
+"116 1572 CURVE SMOOTH",
+"116 1160 OFFCURVE",
+"464 1016 OFFCURVE",
+"860 1016 CURVE SMOOTH",
+"916 1016 LINE SMOOTH",
+"1312 1016 OFFCURVE",
+"1660 1160 OFFCURVE",
+"1660 1572 CURVE SMOOTH",
+"1660 1928 OFFCURVE",
+"1420 2128 OFFCURVE",
+"1120 2140 CURVE",
+"1120 1936 LINE",
+"1292 1868 OFFCURVE",
+"1384 1772 OFFCURVE",
+"1384 1572 CURVE SMOOTH",
+"1384 1292 OFFCURVE",
+"1168 1220 OFFCURVE",
+"916 1220 CURVE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"460 1256 OFFCURVE",
+"148 1072 OFFCURVE",
+"148 636 CURVE SMOOTH",
+"148 204 OFFCURVE",
+"460 -28 OFFCURVE",
+"900 -28 CURVE SMOOTH",
+"928 -28 LINE SMOOTH",
+"1364 -28 OFFCURVE",
+"1676 204 OFFCURVE",
+"1676 636 CURVE SMOOTH",
+"1676 1072 OFFCURVE",
+"1364 1256 OFFCURVE",
+"928 1256 CURVE SMOOTH",
+"900 1256 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1128 940 OFFCURVE",
+"1232 820 OFFCURVE",
+"1232 636 CURVE SMOOTH",
+"1232 452 OFFCURVE",
+"1128 332 OFFCURVE",
+"928 332 CURVE SMOOTH",
+"900 332 LINE SMOOTH",
+"704 332 OFFCURVE",
+"592 452 OFFCURVE",
+"592 636 CURVE SMOOTH",
+"592 820 OFFCURVE",
+"704 940 OFFCURVE",
+"900 940 CURVE SMOOTH",
+"928 940 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"896 1296 LINE SMOOTH",
+"680 1296 OFFCURVE",
+"592 1384 OFFCURVE",
+"592 1564 CURVE SMOOTH",
+"592 1704 OFFCURVE",
+"656 1768 OFFCURVE",
+"736 1796 CURVE",
+"736 2140 LINE",
+"384 2140 OFFCURVE",
+"148 1944 OFFCURVE",
+"148 1572 CURVE SMOOTH",
+"148 1140 OFFCURVE",
+"464 984 OFFCURVE",
+"896 984 CURVE SMOOTH",
+"928 984 LINE SMOOTH",
+"1364 984 OFFCURVE",
+"1676 1140 OFFCURVE",
+"1676 1572 CURVE SMOOTH",
+"1676 1944 OFFCURVE",
+"1444 2140 OFFCURVE",
+"1088 2140 CURVE",
+"1088 1796 LINE",
+"1168 1768 OFFCURVE",
+"1236 1704 OFFCURVE",
+"1236 1564 CURVE SMOOTH",
+"1236 1384 OFFCURVE",
+"1148 1296 OFFCURVE",
+"928 1296 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0223;
+userData = {
+interface.gridadjust.original = "{'width': 1818, 'leftMargin': 138, 'rightMargin': 138}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni035F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom_dd;
+position = "{0, -69}";
+}
+);
+components = (
+{
+name = uni035E;
+transform = "{1, 0, 0, 1, 0, -2173}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom_dd;
+position = "{0, -14}";
+}
+);
+components = (
+{
+name = uni035E;
+transform = "{1, 0, 0, 1, 0, -2214}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 035F;
+},
+{
+color = (250,227,227,1);
+glyphname = uni035C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom_dd;
+position = "{0, -55}";
+}
+);
+components = (
+{
+name = uni035D;
+transform = "{1, 0, 0, 1, 0, -2186}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom_dd;
+position = "{0, -41}";
+}
+);
+components = (
+{
+name = uni035D;
+transform = "{1, 0, 0, 1, 0, -2241}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 035C;
+},
+{
+color = (250,227,227,1);
+glyphname = uni035B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-820, 1678}";
+},
+{
+name = mkmktop;
+position = "{-820, 2394}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1030 1871 LINE",
+"-737 1871 LINE",
+"-820 1624 LINE",
+"-655 1624 LINE",
+"-517 2036 LINE",
+"-810 2036 LINE",
+"-727 2284 LINE",
+"-892 2284 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-855, 1678}";
+},
+{
+name = mkmktop;
+position = "{-855, 2394}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1121 1844 LINE",
+"-773 1844 LINE",
+"-855 1624 LINE",
+"-635 1624 LINE",
+"-470 2064 LINE",
+"-818 2064 LINE",
+"-736 2284 LINE",
+"-956 2284 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 035B;
+},
+{
+glyphname = digamma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"200 1488 LINE",
+"200 -572 LINE",
+"472 -572 LINE",
+"472 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"412 788 LINE",
+"412 572 LINE",
+"1204 572 LINE",
+"1204 788 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"412 1488 LINE",
+"412 1272 LINE",
+"1324 1272 LINE",
+"1324 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1204 788 LINE",
+"984 788 LINE",
+"984 328 LINE",
+"1204 328 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"172 1488 LINE",
+"172 -572 LINE",
+"616 -572 LINE",
+"616 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 788 LINE",
+"484 432 LINE",
+"1280 432 LINE",
+"1280 788 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 1488 LINE",
+"484 1132 LINE",
+"1400 1132 LINE",
+"1400 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1280 788 LINE",
+"924 788 LINE",
+"924 160 LINE",
+"1280 160 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 03DD;
+userData = {
+interface.gridadjust.original = "{'width': 1452.0, 'leftMargin': 210, 'rightMargin': 117.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = koppa;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"320 1120 LINE",
+"320 900 LINE",
+"1192 900 LINE",
+"1192 1120 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"516 2048 LINE",
+"132 980 LINE",
+"132 900 LINE",
+"356 900 LINE",
+"768 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1388 1120 LINE",
+"1164 1120 LINE",
+"752 0 LINE",
+"1004 0 LINE",
+"1388 1044 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"404 1164 LINE",
+"404 808 LINE",
+"1436 808 LINE",
+"1436 1164 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"608 2004 LINE",
+"188 1084 LINE",
+"188 808 LINE",
+"572 808 LINE",
+"1092 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1640 1164 LINE",
+"1280 1164 LINE",
+"756 0 LINE",
+"1240 0 LINE",
+"1640 908 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03DF;
+userData = {
+interface.gridadjust.original = "{'width': 1462, 'leftMargin': 103, 'rightMargin': 103}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = ringhalfrightcentered;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = ringhalfright;
+transform = "{1, 0, 0, 1, 44, -1352}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 496;
+},
+{
+components = (
+{
+name = ringhalfright;
+transform = "{1, 0, 0, 1, 0, -1336}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 544;
+}
+);
+unicode = 02D2;
+userData = {
+interface.gridadjust.original = "{'width': 393, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = colontriangularhalfmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 1184 LINE",
+"392 1184 LINE",
+"572 1488 LINE",
+"184 1488 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"384 1100 LINE",
+"416 1100 LINE",
+"648 1488 LINE",
+"152 1488 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02D1;
+userData = {
+interface.gridadjust.original = "{'width': 609, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = colontriangularmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 1184 LINE",
+"392 1184 LINE",
+"572 1488 LINE",
+"184 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"572 0 LINE",
+"392 304 LINE",
+"364 304 LINE",
+"184 0 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"384 1100 LINE",
+"416 1100 LINE",
+"648 1488 LINE",
+"152 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"648 0 LINE",
+"416 388 LINE",
+"384 388 LINE",
+"152 0 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02D0;
+userData = {
+interface.gridadjust.original = "{'width': 609, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = minusmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"68 388 LINE",
+"684 388 LINE",
+"684 580 LINE",
+"68 580 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"160 368 LINE",
+"900 368 LINE",
+"900 636 LINE",
+"160 636 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02D7;
+userData = {
+interface.gridadjust.original = "{'width': 754, 'leftMargin': 69, 'rightMargin': 69}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = plusmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"400 760 LINE",
+"400 208 LINE",
+"608 208 LINE",
+"608 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"224 388 LINE",
+"784 388 LINE",
+"784 580 LINE",
+"224 580 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 880 LINE",
+"388 120 LINE",
+"668 120 LINE",
+"668 880 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"184 368 LINE",
+"872 368 LINE",
+"872 636 LINE",
+"184 636 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02D6;
+userData = {
+interface.gridadjust.original = "{'width': 781.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = downtackmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"400 236 LINE",
+"400 740 LINE",
+"608 740 LINE",
+"608 236 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"224 740 LINE",
+"784 740 LINE",
+"784 548 LINE",
+"224 548 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 204 LINE",
+"388 808 LINE",
+"668 808 LINE",
+"668 204 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"184 808 LINE",
+"872 808 LINE",
+"872 544 LINE",
+"184 544 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02D5;
+userData = {
+interface.gridadjust.original = "{'width': 781.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = linevertnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1629}";
+},
+{
+name = mkmktop;
+position = "{-809, 2241}";
+},
+{
+name = parent_top;
+position = "{-809, 1863}";
+}
+);
+components = (
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -980, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1623}";
+},
+{
+name = mkmktop;
+position = "{-792, 2310}";
+},
+{
+name = parent_top;
+position = "{-792, 1867}";
+}
+);
+components = (
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -1040, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 030D;
+},
+{
+glyphname = eshlooprev;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"816 -80 LINE SMOOTH",
+"816 -392 OFFCURVE",
+"944 -560 OFFCURVE",
+"1204 -560 CURVE SMOOTH",
+"1252 -560 OFFCURVE",
+"1324 -552 OFFCURVE",
+"1364 -536 CURVE",
+"1364 -320 LINE",
+"1336 -328 OFFCURVE",
+"1300 -332 OFFCURVE",
+"1276 -332 CURVE SMOOTH",
+"1156 -332 OFFCURVE",
+"1092 -268 OFFCURVE",
+"1092 -80 CURVE SMOOTH",
+"1092 1676 LINE",
+"816 1560 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 1420 OFFCURVE",
+"364 1208 OFFCURVE",
+"624 1208 CURVE SMOOTH",
+"880 1208 OFFCURVE",
+"1092 1420 OFFCURVE",
+"1092 1676 CURVE SMOOTH",
+"1092 1936 OFFCURVE",
+"880 2144 OFFCURVE",
+"624 2144 CURVE SMOOTH",
+"364 2144 OFFCURVE",
+"156 1936 OFFCURVE",
+"156 1676 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"504 1460 OFFCURVE",
+"412 1532 OFFCURVE",
+"412 1680 CURVE SMOOTH",
+"412 1824 OFFCURVE",
+"504 1900 OFFCURVE",
+"624 1900 CURVE SMOOTH",
+"740 1900 OFFCURVE",
+"832 1824 OFFCURVE",
+"832 1680 CURVE SMOOTH",
+"832 1532 OFFCURVE",
+"740 1460 OFFCURVE",
+"624 1460 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"892 -20 LINE SMOOTH",
+"892 -396 OFFCURVE",
+"1100 -600 OFFCURVE",
+"1440 -600 CURVE SMOOTH",
+"1516 -600 OFFCURVE",
+"1580 -596 OFFCURVE",
+"1652 -580 CURVE",
+"1652 -228 LINE",
+"1608 -236 OFFCURVE",
+"1568 -240 OFFCURVE",
+"1524 -240 CURVE SMOOTH",
+"1404 -240 OFFCURVE",
+"1336 -168 OFFCURVE",
+"1336 -20 CURVE SMOOTH",
+"1336 1592 LINE",
+"892 1360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"172 1272 OFFCURVE",
+"432 1012 OFFCURVE",
+"752 1012 CURVE SMOOTH",
+"1072 1012 OFFCURVE",
+"1336 1272 OFFCURVE",
+"1336 1592 CURVE SMOOTH",
+"1336 1912 OFFCURVE",
+"1072 2176 OFFCURVE",
+"752 2176 CURVE SMOOTH",
+"432 2176 OFFCURVE",
+"172 1912 OFFCURVE",
+"172 1592 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"640 1388 OFFCURVE",
+"556 1456 OFFCURVE",
+"556 1596 CURVE SMOOTH",
+"556 1732 OFFCURVE",
+"640 1800 OFFCURVE",
+"756 1800 CURVE SMOOTH",
+"860 1800 OFFCURVE",
+"948 1732 OFFCURVE",
+"948 1596 CURVE SMOOTH",
+"948 1456 OFFCURVE",
+"860 1388 OFFCURVE",
+"756 1388 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01AA;
+userData = {
+interface.gridadjust.original = "{'width': 1313, 'leftMargin': 28, 'rightMargin': 75}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = verticalbardbl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = bar;
+transform = "{1, 0, 0, 1, -76, 0}";
+},
+{
+name = bar;
+transform = "{1, 0, 0, 1, 336, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = bar;
+},
+{
+name = bar;
+transform = "{1, 0, 0, 1, 472, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1424;
+}
+);
+unicode = 2016;
+userData = {
+interface.gridadjust.original = "{'width': 1100.0, 'leftMargin': 249, 'rightMargin': 218.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romaneleven;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = X;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1792, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2536;
+},
+{
+components = (
+{
+alignment = -1;
+name = X;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1936, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2688;
+}
+);
+unicode = 216A;
+userData = {
+interface.gridadjust.original = "{'width': 2564, 'leftMargin': 124, 'rightMargin': 260}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Iota1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"168 2112 LINE",
+"168 472 LINE SMOOTH",
+"168 152 OFFCURVE",
+"348 -28 OFFCURVE",
+"644 -28 CURVE SMOOTH",
+"708 -28 OFFCURVE",
+"776 -16 OFFCURVE",
+"840 0 CURVE",
+"808 208 LINE",
+"776 200 OFFCURVE",
+"736 192 OFFCURVE",
+"688 192 CURVE SMOOTH",
+"528 192 OFFCURVE",
+"444 300 OFFCURVE",
+"444 472 CURVE SMOOTH",
+"444 2112 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"128 2112 LINE",
+"128 504 LINE SMOOTH",
+"128 160 OFFCURVE",
+"340 -28 OFFCURVE",
+"704 -28 CURVE SMOOTH",
+"780 -28 OFFCURVE",
+"852 -16 OFFCURVE",
+"928 0 CURVE",
+"896 344 LINE",
+"852 336 OFFCURVE",
+"820 332 OFFCURVE",
+"760 332 CURVE SMOOTH",
+"636 332 OFFCURVE",
+"572 392 OFFCURVE",
+"572 504 CURVE SMOOTH",
+"572 2112 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 0196;
+userData = {
+interface.gridadjust.original = "{'width': 920, 'leftMargin': 219, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uniA69F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-741, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1052 2111 LINE",
+"-1052 1964 LINE",
+"-815 1964 LINE",
+"-815 2111 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1205 2410 LINE",
+"-1205 1651 LINE",
+"-1023 1651 LINE",
+"-1023 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-360 1631 OFFCURVE",
+"-223 1746 OFFCURVE",
+"-223 1907 CURVE",
+"-384 1907 LINE",
+"-392 1819 OFFCURVE",
+"-440 1778 OFFCURVE",
+"-534 1778 CURVE SMOOTH",
+"-656 1778 OFFCURVE",
+"-712 1862 OFFCURVE",
+"-712 2010 CURVE SMOOTH",
+"-712 2039 LINE SMOOTH",
+"-712 2188 OFFCURVE",
+"-657 2272 OFFCURVE",
+"-534 2272 CURVE SMOOTH",
+"-451 2272 OFFCURVE",
+"-393 2239 OFFCURVE",
+"-384 2163 CURVE",
+"-223 2163 LINE",
+"-223 2335 OFFCURVE",
+"-380 2419 OFFCURVE",
+"-534 2419 CURVE SMOOTH",
+"-747 2419 OFFCURVE",
+"-894 2269 OFFCURVE",
+"-894 2039 CURVE SMOOTH",
+"-894 2010 LINE SMOOTH",
+"-894 1781 OFFCURVE",
+"-747 1631 OFFCURVE",
+"-534 1631 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-452 1959 LINE",
+"-452 2097 LINE",
+"-795 2097 LINE",
+"-795 1959 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-795, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1167 2115 LINE",
+"-1167 1947 LINE",
+"-787 1947 LINE",
+"-787 2115 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1313 2410 LINE",
+"-1313 1651 LINE",
+"-1088 1651 LINE",
+"-1088 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-403 1638 OFFCURVE",
+"-275 1748 OFFCURVE",
+"-275 1942 CURVE",
+"-487 1942 LINE",
+"-487 1873 OFFCURVE",
+"-520 1819 OFFCURVE",
+"-591 1819 CURVE SMOOTH",
+"-694 1819 OFFCURVE",
+"-721 1913 OFFCURVE",
+"-721 2023 CURVE SMOOTH",
+"-721 2039 LINE SMOOTH",
+"-721 2151 OFFCURVE",
+"-696 2243 OFFCURVE",
+"-590 2243 CURVE SMOOTH",
+"-521 2243 OFFCURVE",
+"-487 2204 OFFCURVE",
+"-487 2141 CURVE",
+"-275 2141 LINE",
+"-275 2310 OFFCURVE",
+"-410 2424 OFFCURVE",
+"-590 2424 CURVE SMOOTH",
+"-825 2424 OFFCURVE",
+"-947 2258 OFFCURVE",
+"-947 2039 CURVE SMOOTH",
+"-947 2023 LINE SMOOTH",
+"-947 1803 OFFCURVE",
+"-825 1638 OFFCURVE",
+"-591 1638 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-540 1968 LINE",
+"-540 2096 LINE",
+"-788 2096 LINE",
+"-788 1968 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = A69F;
+},
+{
+glyphname = lsquare;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"716 200 OFFCURVE",
+"648 344 OFFCURVE",
+"648 592 CURVE SMOOTH",
+"648 1620 LINE",
+"648 1816 OFFCURVE",
+"692 1912 OFFCURVE",
+"784 1912 CURVE",
+"848 1912 OFFCURVE",
+"892 1848 OFFCURVE",
+"892 1708 CURVE SMOOTH",
+"892 1648 LINE",
+"892 1320 OFFCURVE",
+"656 832 OFFCURVE",
+"96 832 CURVE",
+"96 576 LINE",
+"780 576 OFFCURVE",
+"1168 1180 OFFCURVE",
+"1168 1648 CURVE",
+"1168 1708 LINE SMOOTH",
+"1168 1976 OFFCURVE",
+"1008 2140 OFFCURVE",
+"784 2140 CURVE",
+"528 2140 OFFCURVE",
+"372 1948 OFFCURVE",
+"372 1620 CURVE",
+"372 592 LINE SMOOTH",
+"372 216 OFFCURVE",
+"556 -28 OFFCURVE",
+"940 -28 CURVE",
+"940 200 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"924 400 OFFCURVE",
+"856 512 OFFCURVE",
+"856 708 CURVE SMOOTH",
+"856 1452 LINE",
+"856 1596 OFFCURVE",
+"896 1660 OFFCURVE",
+"952 1660 CURVE",
+"1000 1660 OFFCURVE",
+"1044 1604 OFFCURVE",
+"1044 1540 CURVE SMOOTH",
+"1044 1480 LINE",
+"1044 1192 OFFCURVE",
+"776 860 OFFCURVE",
+"136 860 CURVE",
+"136 604 LINE",
+"964 604 OFFCURVE",
+"1432 1124 OFFCURVE",
+"1432 1480 CURVE",
+"1432 1540 LINE SMOOTH",
+"1432 1844 OFFCURVE",
+"1224 2032 OFFCURVE",
+"936 2032 CURVE",
+"596 2032 OFFCURVE",
+"384 1788 OFFCURVE",
+"384 1368 CURVE",
+"384 592 LINE SMOOTH",
+"384 216 OFFCURVE",
+"628 -28 OFFCURVE",
+"1148 -28 CURVE",
+"1148 400 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 2113;
+userData = {
+interface.gridadjust.original = "{'width': 1346, 'leftMargin': 147, 'rightMargin': 128}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = rhotichookmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markrhotichook;
+position = "{-8, 880}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"312 820 LINE",
+"356 660 OFFCURVE",
+"424 496 OFFCURVE",
+"624 496 CURVE SMOOTH",
+"684 496 OFFCURVE",
+"744 504 OFFCURVE",
+"796 528 CURVE",
+"752 740 LINE",
+"732 736 OFFCURVE",
+"696 724 OFFCURVE",
+"676 724 CURVE SMOOTH",
+"524 724 OFFCURVE",
+"520 836 OFFCURVE",
+"484 1060 CURVE",
+"-16 964 LINE",
+"-12 760 LINE"
+);
+}
+);
+width = 784;
+},
+{
+anchors = (
+{
+name = _markrhotichook;
+position = "{-44, 892}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"244 804 LINE",
+"308 564 OFFCURVE",
+"364 388 OFFCURVE",
+"624 388 CURVE SMOOTH",
+"708 388 OFFCURVE",
+"788 412 OFFCURVE",
+"852 448 CURVE",
+"792 736 LINE",
+"768 732 OFFCURVE",
+"744 732 OFFCURVE",
+"716 732 CURVE SMOOTH",
+"564 732 OFFCURVE",
+"560 888 OFFCURVE",
+"516 1176 CURVE",
+"-52 1044 LINE",
+"-52 728 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02DE;
+userData = {
+interface.gridadjust.original = "{'width': 593, 'leftMargin': -281, 'rightMargin': 69}";
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-857, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-799 1653 LINE",
+"-638 1653 LINE",
+"-326 2412 LINE",
+"-524 2412 LINE",
+"-708 1928 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-916 1753 OFFCURVE",
+"-906 1700 OFFCURVE",
+"-891 1653 CURVE",
+"-708 1653 LINE",
+"-727 1711 OFFCURVE",
+"-734 1767 OFFCURVE",
+"-734 1833 CURVE SMOOTH",
+"-734 2145 LINE SMOOTH",
+"-734 2327 OFFCURVE",
+"-857 2419 OFFCURVE",
+"-1031 2419 CURVE SMOOTH",
+"-1218 2419 OFFCURVE",
+"-1339 2321 OFFCURVE",
+"-1339 2188 CURVE",
+"-1169 2174 LINE",
+"-1169 2237 OFFCURVE",
+"-1117 2272 OFFCURVE",
+"-1031 2272 CURVE SMOOTH",
+"-953 2272 OFFCURVE",
+"-916 2228 OFFCURVE",
+"-916 2146 CURVE SMOOTH",
+"-916 1808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1052 2096 LINE SMOOTH",
+"-1268 2096 OFFCURVE",
+"-1389 2012 OFFCURVE",
+"-1389 1866 CURVE SMOOTH",
+"-1389 1728 OFFCURVE",
+"-1291 1639 OFFCURVE",
+"-1133 1639 CURVE SMOOTH",
+"-998 1639 OFFCURVE",
+"-923 1716 OFFCURVE",
+"-892 1779 CURVE",
+"-910 1896 LINE",
+"-910 1848 OFFCURVE",
+"-1009 1782 OFFCURVE",
+"-1090 1782 CURVE SMOOTH",
+"-1169 1782 OFFCURVE",
+"-1207 1815 OFFCURVE",
+"-1207 1870 CURVE SMOOTH",
+"-1207 1928 OFFCURVE",
+"-1152 1979 OFFCURVE",
+"-1051 1979 CURVE SMOOTH",
+"-897 1979 LINE",
+"-898 2096 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-825, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-774 1651 LINE",
+"-598 1651 LINE",
+"-279 2419 LINE",
+"-516 2419 LINE",
+"-718 1917 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-938 1770 OFFCURVE",
+"-928 1698 OFFCURVE",
+"-906 1651 CURVE",
+"-681 1651 LINE",
+"-700 1701 OFFCURVE",
+"-713 1745 OFFCURVE",
+"-713 1843 CURVE SMOOTH",
+"-713 2153 LINE SMOOTH",
+"-713 2333 OFFCURVE",
+"-846 2424 OFFCURVE",
+"-1025 2424 CURVE SMOOTH",
+"-1224 2424 OFFCURVE",
+"-1353 2318 OFFCURVE",
+"-1353 2177 CURVE",
+"-1128 2177 LINE",
+"-1128 2232 OFFCURVE",
+"-1098 2255 OFFCURVE",
+"-1038 2255 CURVE SMOOTH",
+"-970 2255 OFFCURVE",
+"-938 2219 OFFCURVE",
+"-938 2155 CURVE",
+"-938 1843 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1016 2115 LINE SMOOTH",
+"-1257 2115 OFFCURVE",
+"-1371 2021 OFFCURVE",
+"-1371 1866 CURVE SMOOTH",
+"-1371 1727 OFFCURVE",
+"-1272 1638 OFFCURVE",
+"-1128 1638 CURVE SMOOTH",
+"-982 1638 OFFCURVE",
+"-911 1727 OFFCURVE",
+"-876 1801 CURVE",
+"-930 1899 LINE",
+"-930 1860 OFFCURVE",
+"-979 1805 OFFCURVE",
+"-1062 1805 CURVE SMOOTH",
+"-1111 1805 OFFCURVE",
+"-1146 1836 OFFCURVE",
+"-1146 1878 CURVE SMOOTH",
+"-1146 1936 OFFCURVE",
+"-1110 1990 OFFCURVE",
+"-1015 1990 CURVE",
+"-909 1990 LINE",
+"-911 2115 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD6;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DD7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-788, 1335}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-869 1547 LINE",
+"-806 1540 OFFCURVE",
+"-769 1535 OFFCURVE",
+"-769 1495 CURVE SMOOTH",
+"-769 1452 OFFCURVE",
+"-804 1438 OFFCURVE",
+"-868 1438 CURVE",
+"-861 1345 LINE",
+"-705 1346 OFFCURVE",
+"-627 1404 OFFCURVE",
+"-627 1492 CURVE SMOOTH",
+"-627 1573 OFFCURVE",
+"-672 1599 OFFCURVE",
+"-738 1613 CURVE",
+"-730 1649 LINE",
+"-843 1649 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-595 1632 OFFCURVE",
+"-457 1753 OFFCURVE",
+"-450 1887 CURVE",
+"-623 1887 LINE",
+"-635 1827 OFFCURVE",
+"-682 1779 OFFCURVE",
+"-771 1779 CURVE SMOOTH",
+"-888 1779 OFFCURVE",
+"-945 1882 OFFCURVE",
+"-945 2010 CURVE SMOOTH",
+"-945 2041 LINE SMOOTH",
+"-945 2167 OFFCURVE",
+"-887 2272 OFFCURVE",
+"-771 2272 CURVE SMOOTH",
+"-670 2272 OFFCURVE",
+"-627 2203 OFFCURVE",
+"-623 2144 CURVE",
+"-450 2144 LINE",
+"-457 2298 OFFCURVE",
+"-578 2419 OFFCURVE",
+"-771 2419 CURVE SMOOTH",
+"-1016 2419 OFFCURVE",
+"-1126 2243 OFFCURVE",
+"-1126 2041 CURVE SMOOTH",
+"-1126 2010 LINE SMOOTH",
+"-1126 1810 OFFCURVE",
+"-1018 1632 OFFCURVE",
+"-771 1632 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1290}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-881 1541 LINE",
+"-813 1537 OFFCURVE",
+"-785 1526 OFFCURVE",
+"-785 1491 CURVE SMOOTH",
+"-785 1452 OFFCURVE",
+"-813 1437 OFFCURVE",
+"-853 1437 CURVE",
+"-847 1306 LINE",
+"-679 1306 OFFCURVE",
+"-590 1376 OFFCURVE",
+"-590 1481 CURVE SMOOTH",
+"-590 1561 OFFCURVE",
+"-644 1592 OFFCURVE",
+"-696 1602 CURVE",
+"-688 1645 LINE",
+"-859 1645 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-594 1632 OFFCURVE",
+"-457 1746 OFFCURVE",
+"-457 1917 CURVE",
+"-668 1917 LINE",
+"-668 1852 OFFCURVE",
+"-711 1815 OFFCURVE",
+"-780 1815 CURVE SMOOTH",
+"-886 1815 OFFCURVE",
+"-903 1904 OFFCURVE",
+"-903 2017 CURVE SMOOTH",
+"-903 2034 LINE SMOOTH",
+"-903 2142 OFFCURVE",
+"-886 2237 OFFCURVE",
+"-781 2237 CURVE SMOOTH",
+"-705 2237 OFFCURVE",
+"-668 2182 OFFCURVE",
+"-668 2115 CURVE",
+"-457 2115 LINE",
+"-457 2307 OFFCURVE",
+"-587 2419 OFFCURVE",
+"-776 2419 CURVE SMOOTH",
+"-1011 2419 OFFCURVE",
+"-1129 2252 OFFCURVE",
+"-1129 2034 CURVE SMOOTH",
+"-1129 2017 LINE SMOOTH",
+"-1129 1797 OFFCURVE",
+"-1011 1632 OFFCURVE",
+"-774 1632 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DD7;
+},
+{
+color = (227,245,235,1);
+glyphname = oneeighth;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -136, 888}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 236, 0}";
+},
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 1008, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2064;
+},
+{
+components = (
+{
+name = one.sup;
+transform = "{1, 0, 0, 1, -40, 888}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 416, 0}";
+},
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 1144, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 215B;
+userData = {
+interface.gridadjust.original = "{'width': 2167.0, 'leftMargin': 196, 'rightMargin': 154.0}";
+};
+},
+{
+color = (250,227,227,1);
+glyphname = linevertsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-811, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-803, -672}";
+}
+);
+components = (
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -979, -2255}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-796, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-796, -707}";
+}
+);
+components = (
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -1044, -2269}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0329;
+},
+{
+glyphname = mcapturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2056 0 LINE",
+"2316 0 LINE",
+"2316 2004 LINE",
+"2044 2004 LINE",
+"2044 292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2064 416 OFFCURVE",
+"1964 200 OFFCURVE",
+"1668 200 CURVE SMOOTH",
+"1540 200 OFFCURVE",
+"1408 280 OFFCURVE",
+"1408 608 CURVE",
+"1408 2004 LINE",
+"1136 2004 LINE",
+"1136 608 LINE",
+"1136 128 OFFCURVE",
+"1332 -28 OFFCURVE",
+"1624 -28 CURVE SMOOTH",
+"2032 -28 OFFCURVE",
+"2192 280 OFFCURVE",
+"2192 696 CURVE",
+"2064 692 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1160 416 OFFCURVE",
+"1056 200 OFFCURVE",
+"760 200 CURVE SMOOTH",
+"632 200 OFFCURVE",
+"504 280 OFFCURVE",
+"504 608 CURVE SMOOTH",
+"504 2004 LINE",
+"228 2004 LINE",
+"228 608 LINE SMOOTH",
+"228 132 OFFCURVE",
+"420 -28 OFFCURVE",
+"716 -28 CURVE SMOOTH",
+"1124 -28 OFFCURVE",
+"1288 280 OFFCURVE",
+"1288 696 CURVE",
+"1160 692 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2004 0 LINE",
+"2400 0 LINE",
+"2400 2004 LINE",
+"1956 2004 LINE",
+"1956 364 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2012 484 OFFCURVE",
+"1932 332 OFFCURVE",
+"1712 332 CURVE SMOOTH",
+"1588 332 OFFCURVE",
+"1516 408 OFFCURVE",
+"1516 580 CURVE",
+"1516 2004 LINE",
+"1076 2004 LINE",
+"1076 580 LINE",
+"1076 132 OFFCURVE",
+"1272 -28 OFFCURVE",
+"1572 -28 CURVE SMOOTH",
+"1940 -28 OFFCURVE",
+"2140 280 OFFCURVE",
+"2140 696 CURVE",
+"2012 692 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 484 OFFCURVE",
+"1052 332 OFFCURVE",
+"832 332 CURVE SMOOTH",
+"708 332 OFFCURVE",
+"636 408 OFFCURVE",
+"636 580 CURVE SMOOTH",
+"636 2004 LINE",
+"196 2004 LINE",
+"196 580 LINE SMOOTH",
+"196 104 OFFCURVE",
+"388 -28 OFFCURVE",
+"692 -28 CURVE SMOOTH",
+"1072 -28 OFFCURVE",
+"1268 272 OFFCURVE",
+"1268 696 CURVE",
+"1132 692 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 019C;
+userData = {
+interface.gridadjust.original = "{'width': 2558, 'leftMargin': 234, 'rightMargin': 234}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = uni205D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 2068}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 1264}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1096, 460}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 528;
+},
+{
+components = (
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 2008}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 1236}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1224, 464}";
+}
+);
+guideLines = (
+{
+position = "{0, 1486.375}";
+},
+{
+position = "{0, 350.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 205D;
+userData = {
+interface.gridadjust.original = "{'width': 538, 'leftMargin': 83, 'rightMargin': 138}";
+};
+},
+{
+color = (204,240,242,1);
+glyphname = spaceopenbox;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 -436 LINE",
+"1824 -436 LINE",
+"1824 192 LINE",
+"1592 192 LINE",
+"1592 -216 LINE",
+"444 -216 LINE",
+"444 192 LINE",
+"208 192 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"172 -476 LINE",
+"1908 -476 LINE",
+"1908 192 LINE",
+"1556 192 LINE",
+"1556 -140 LINE",
+"524 -140 LINE",
+"524 192 LINE",
+"172 192 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2423;
+userData = {
+interface.gridadjust.original = "{'width': 1837.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = shindagesh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 2484 LINE",
+"124 896 LINE",
+"376 896 LINE",
+"376 2484 LINE"
+);
+}
+);
+width = 496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"120 2612 LINE",
+"120 900 LINE",
+"428 900 LINE",
+"428 2612 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = 02E1;
+userData = {
+interface.gridadjust.original = "{'width': 527, 'leftMargin': 138, 'rightMargin': 138}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni034B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-869, 1543}";
+},
+{
+name = mkmktop;
+position = "{-869, 2610}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-561 2157 OFFCURVE",
+"-620 2090 OFFCURVE",
+"-696 2090 CURVE SMOOTH",
+"-840 2090 OFFCURVE",
+"-909 2218 OFFCURVE",
+"-1062 2218 CURVE SMOOTH",
+"-1232 2218 OFFCURVE",
+"-1363 2075 OFFCURVE",
+"-1363 1870 CURVE",
+"-1181 1860 LINE",
+"-1181 1944 OFFCURVE",
+"-1123 2012 OFFCURVE",
+"-1048 2012 CURVE SMOOTH",
+"-897 2012 OFFCURVE",
+"-868 1885 OFFCURVE",
+"-682 1885 CURVE SMOOTH",
+"-513 1885 OFFCURVE",
+"-380 2019 OFFCURVE",
+"-380 2225 CURVE",
+"-561 2243 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1027 2316 OFFCURVE",
+"-974 2250 OFFCURVE",
+"-869 2250 CURVE SMOOTH",
+"-765 2250 OFFCURVE",
+"-710 2316 OFFCURVE",
+"-710 2399 CURVE SMOOTH",
+"-710 2485 OFFCURVE",
+"-765 2552 OFFCURVE",
+"-869 2552 CURVE SMOOTH",
+"-974 2552 OFFCURVE",
+"-1027 2485 OFFCURVE",
+"-1027 2399 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1027 1628 OFFCURVE",
+"-974 1562 OFFCURVE",
+"-869 1562 CURVE SMOOTH",
+"-765 1562 OFFCURVE",
+"-710 1628 OFFCURVE",
+"-710 1712 CURVE SMOOTH",
+"-710 1797 OFFCURVE",
+"-765 1865 OFFCURVE",
+"-869 1865 CURVE SMOOTH",
+"-974 1865 OFFCURVE",
+"-1027 1797 OFFCURVE",
+"-1027 1712 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-795, 1577}";
+},
+{
+name = mkmktop;
+position = "{-792, 2944}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-520 2355 OFFCURVE",
+"-571 2316 OFFCURVE",
+"-631 2316 CURVE SMOOTH",
+"-766 2316 OFFCURVE",
+"-868 2430 OFFCURVE",
+"-1012 2430 CURVE SMOOTH",
+"-1196 2430 OFFCURVE",
+"-1327 2250 OFFCURVE",
+"-1327 2054 CURVE",
+"-1078 2041 LINE",
+"-1078 2124 OFFCURVE",
+"-1030 2164 OFFCURVE",
+"-969 2164 CURVE SMOOTH",
+"-828 2164 OFFCURVE",
+"-760 2049 OFFCURVE",
+"-589 2049 CURVE SMOOTH",
+"-403 2049 OFFCURVE",
+"-272 2223 OFFCURVE",
+"-272 2424 CURVE",
+"-520 2439 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1040 2553 OFFCURVE",
+"-941 2465 OFFCURVE",
+"-793 2465 CURVE SMOOTH",
+"-646 2465 OFFCURVE",
+"-547 2553 OFFCURVE",
+"-547 2670 CURVE SMOOTH",
+"-547 2787 OFFCURVE",
+"-646 2875 OFFCURVE",
+"-793 2875 CURVE SMOOTH",
+"-941 2875 OFFCURVE",
+"-1040 2787 OFFCURVE",
+"-1040 2670 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1040 1687 OFFCURVE",
+"-941 1599 OFFCURVE",
+"-793 1599 CURVE SMOOTH",
+"-646 1599 OFFCURVE",
+"-547 1687 OFFCURVE",
+"-547 1804 CURVE SMOOTH",
+"-547 1921 OFFCURVE",
+"-646 2009 OFFCURVE",
+"-793 2009 CURVE SMOOTH",
+"-941 2009 OFFCURVE",
+"-1040 1921 OFFCURVE",
+"-1040 1804 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 034B;
+},
+{
+color = (250,227,227,1);
+glyphname = uni034C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-784, 1713}";
+},
+{
+name = mkmktop;
+position = "{-784, 2287}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-474 1936 OFFCURVE",
+"-534 1887 OFFCURVE",
+"-609 1887 CURVE SMOOTH",
+"-754 1887 OFFCURVE",
+"-822 1981 OFFCURVE",
+"-975 1981 CURVE SMOOTH",
+"-1145 1981 OFFCURVE",
+"-1276 1874 OFFCURVE",
+"-1276 1722 CURVE",
+"-1095 1713 LINE",
+"-1095 1777 OFFCURVE",
+"-1037 1827 OFFCURVE",
+"-961 1827 CURVE SMOOTH",
+"-810 1827 OFFCURVE",
+"-781 1733 OFFCURVE",
+"-595 1733 CURVE SMOOTH",
+"-426 1733 OFFCURVE",
+"-293 1833 OFFCURVE",
+"-293 1987 CURVE",
+"-474 2001 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-474 2222 OFFCURVE",
+"-534 2173 OFFCURVE",
+"-609 2173 CURVE SMOOTH",
+"-754 2173 OFFCURVE",
+"-822 2267 OFFCURVE",
+"-975 2267 CURVE SMOOTH",
+"-1145 2267 OFFCURVE",
+"-1276 2160 OFFCURVE",
+"-1276 2008 CURVE",
+"-1095 1999 LINE",
+"-1095 2063 OFFCURVE",
+"-1037 2113 OFFCURVE",
+"-961 2113 CURVE SMOOTH",
+"-810 2113 OFFCURVE",
+"-781 2019 OFFCURVE",
+"-595 2019 CURVE SMOOTH",
+"-426 2019 OFFCURVE",
+"-293 2119 OFFCURVE",
+"-293 2273 CURVE",
+"-474 2287 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1706}";
+},
+{
+name = mkmktop;
+position = "{-792, 2408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-513 1975 OFFCURVE",
+"-564 1940 OFFCURVE",
+"-624 1940 CURVE SMOOTH",
+"-759 1940 OFFCURVE",
+"-861 2038 OFFCURVE",
+"-1005 2038 CURVE SMOOTH",
+"-1189 2038 OFFCURVE",
+"-1320 1884 OFFCURVE",
+"-1320 1719 CURVE",
+"-1071 1706 LINE",
+"-1071 1778 OFFCURVE",
+"-1023 1812 OFFCURVE",
+"-963 1812 CURVE SMOOTH",
+"-821 1812 OFFCURVE",
+"-754 1713 OFFCURVE",
+"-582 1713 CURVE SMOOTH",
+"-396 1713 OFFCURVE",
+"-265 1862 OFFCURVE",
+"-265 2032 CURVE",
+"-513 2046 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-513 2336 OFFCURVE",
+"-564 2302 OFFCURVE",
+"-624 2302 CURVE SMOOTH",
+"-759 2302 OFFCURVE",
+"-861 2399 OFFCURVE",
+"-1005 2399 CURVE SMOOTH",
+"-1189 2399 OFFCURVE",
+"-1320 2245 OFFCURVE",
+"-1320 2080 CURVE",
+"-1071 2068 LINE",
+"-1071 2140 OFFCURVE",
+"-1023 2174 OFFCURVE",
+"-963 2174 CURVE SMOOTH",
+"-821 2174 OFFCURVE",
+"-754 2075 OFFCURVE",
+"-582 2075 CURVE SMOOTH",
+"-396 2075 OFFCURVE",
+"-265 2223 OFFCURVE",
+"-265 2394 CURVE",
+"-513 2408 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 034C;
+},
+{
+color = (250,227,227,1);
+glyphname = uni034A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1727}";
+},
+{
+name = mkmktop;
+position = "{-807, 2263}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1002 1715 LINE",
+"-869 1631 LINE",
+"-611 2080 LINE",
+"-741 2164 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-530 2016 OFFCURVE",
+"-590 1948 OFFCURVE",
+"-666 1948 CURVE SMOOTH",
+"-810 1948 OFFCURVE",
+"-878 2076 OFFCURVE",
+"-1030 2076 CURVE SMOOTH",
+"-1202 2076 OFFCURVE",
+"-1334 1932 OFFCURVE",
+"-1334 1728 CURVE",
+"-1150 1720 LINE",
+"-1150 1804 OFFCURVE",
+"-1094 1872 OFFCURVE",
+"-1018 1872 CURVE SMOOTH",
+"-866 1872 OFFCURVE",
+"-838 1744 OFFCURVE",
+"-654 1744 CURVE SMOOTH",
+"-482 1744 OFFCURVE",
+"-350 1876 OFFCURVE",
+"-350 2084 CURVE",
+"-530 2100 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1720}";
+},
+{
+name = mkmktop;
+position = "{-793, 2316}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-976 1678 LINE",
+"-806 1594 LINE",
+"-583 2116 LINE",
+"-751 2200 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-541 2040 OFFCURVE",
+"-593 2000 OFFCURVE",
+"-653 2000 CURVE SMOOTH",
+"-785 2000 OFFCURVE",
+"-889 2112 OFFCURVE",
+"-1033 2112 CURVE SMOOTH",
+"-1217 2112 OFFCURVE",
+"-1349 1932 OFFCURVE",
+"-1349 1736 CURVE",
+"-1097 1724 LINE",
+"-1097 1808 OFFCURVE",
+"-1049 1848 OFFCURVE",
+"-989 1848 CURVE SMOOTH",
+"-849 1848 OFFCURVE",
+"-781 1732 OFFCURVE",
+"-609 1732 CURVE SMOOTH",
+"-425 1732 OFFCURVE",
+"-293 1908 OFFCURVE",
+"-293 2108 CURVE",
+"-541 2124 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 034A;
+},
+{
+color = (250,227,227,1);
+glyphname = uni034F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 034F;
+},
+{
+color = (250,227,227,1);
+glyphname = uni034D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-807, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-807, -759}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1242 -382 LINE",
+"-1242 -521 LINE",
+"-366 -521 LINE",
+"-366 -382 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1268 -374 LINE",
+"-1361 -452 LINE",
+"-1071 -758 LINE",
+"-903 -758 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1361 -452 LINE",
+"-1264 -525 LINE",
+"-903 -147 LINE",
+"-1071 -147 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-254 -452 LINE",
+"-348 -374 LINE",
+"-712 -758 LINE",
+"-545 -758 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-352 -525 LINE",
+"-254 -452 LINE",
+"-545 -147 LINE",
+"-712 -147 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-793, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-793, -758}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1324 -380 LINE",
+"-1324 -569 LINE",
+"-282 -569 LINE",
+"-282 -380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1293 -402 LINE",
+"-1442 -474 LINE",
+"-1154 -758 LINE",
+"-928 -758 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1442 -474 LINE",
+"-1288 -543 LINE",
+"-928 -193 LINE",
+"-1154 -193 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-143 -474 LINE",
+"-293 -402 LINE",
+"-657 -758 LINE",
+"-432 -758 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-297 -543 LINE",
+"-143 -474 LINE",
+"-432 -193 LINE",
+"-657 -193 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 034D;
+},
+{
+color = (250,227,227,1);
+glyphname = uni034E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-809, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-809, -755}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-740 -250 LINE",
+"-876 -250 LINE",
+"-876 -755 LINE",
+"-740 -755 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-723 -223 LINE",
+"-809 -131 LINE",
+"-1141 -421 LINE",
+"-1141 -589 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-809 -131 LINE",
+"-888 -228 LINE",
+"-476 -589 LINE",
+"-476 -421 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-792, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-792, -759}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-694 -213 LINE",
+"-890 -213 LINE",
+"-890 -759 LINE",
+"-694 -759 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-716 -241 LINE",
+"-792 -102 LINE",
+"-1082 -371 LINE",
+"-1082 -580 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-792 -102 LINE",
+"-862 -246 LINE",
+"-502 -580 LINE",
+"-502 -371 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 034E;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0348;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-807, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-807, -672}";
+}
+);
+components = (
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -1172, -2255}";
+},
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -787, -2255}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-798, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-798, -707}";
+}
+);
+components = (
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -1277, -2269}";
+},
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -810, -2269}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0348;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0349;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-782, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-782, -697}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-509 -166 LINE",
+"-509 -697 LINE",
+"-715 -697 LINE",
+"-715 -166 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-509 -359 LINE",
+"-1056 -359 LINE",
+"-1056 -166 LINE",
+"-509 -166 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-733, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-732, -692}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-446 -133 LINE",
+"-446 -692 LINE",
+"-721 -692 LINE",
+"-721 -133 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-446 -395 LINE",
+"-1020 -395 LINE",
+"-1020 -133 LINE",
+"-446 -133 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0349;
+},
+{
+color = (240,240,240,1);
+glyphname = reverseddblprime;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"628 2148 LINE",
+"884 1664 LINE",
+"1052 1664 LINE",
+"880 2148 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"212 2148 LINE",
+"472 1664 LINE",
+"640 1664 LINE",
+"468 2148 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"860 2148 LINE",
+"1252 1664 LINE",
+"1612 1664 LINE",
+"1332 2148 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"212 2148 LINE",
+"604 1664 LINE",
+"968 1664 LINE",
+"684 2148 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2036;
+userData = {
+interface.gridadjust.original = "{'width': 1059, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = perispomenigreekcmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-788, 1774}";
+},
+{
+name = mkmktop;
+position = "{-788, 2173}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -1475, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-788, 1774}";
+},
+{
+name = mkmktop;
+position = "{-788, 2255}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -1477, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0342;
+},
+{
+color = (250,227,227,1);
+glyphname = koroniscmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-840, 1774}";
+},
+{
+name = mkmktop;
+position = "{-840, 2366}";
+}
+);
+components = (
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, -1104, 1920}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-840, 1774}";
+},
+{
+name = mkmktop;
+position = "{-840, 2379}";
+}
+);
+components = (
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, -1052, 1838}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0343;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0347;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-806, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-806, -645}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1114 -342 LINE",
+"-498 -342 LINE",
+"-498 -150 LINE",
+"-1114 -150 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1114 -645 LINE",
+"-498 -645 LINE",
+"-498 -452 LINE",
+"-1114 -452 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-793, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-793, -760}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1192 -360 LINE",
+"-396 -360 LINE",
+"-396 -109 LINE",
+"-1192 -109 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1192 -760 LINE",
+"-396 -760 LINE",
+"-396 -509 LINE",
+"-1192 -509 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0347;
+},
+{
+glyphname = uni0238;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2408 1208 OFFCURVE",
+"2200 1516 OFFCURVE",
+"1824 1516 CURVE SMOOTH",
+"1444 1516 OFFCURVE",
+"1260 1240 OFFCURVE",
+"1220 788 CURVE",
+"1220 700 LINE",
+"1260 248 OFFCURVE",
+"1444 -28 OFFCURVE",
+"1828 -28 CURVE SMOOTH",
+"2196 -28 OFFCURVE",
+"2408 296 OFFCURVE",
+"2408 728 CURVE SMOOTH",
+"2408 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2132 440 OFFCURVE",
+"2024 200 OFFCURVE",
+"1756 200 CURVE SMOOTH",
+"1508 200 OFFCURVE",
+"1396 396 OFFCURVE",
+"1352 588 CURVE",
+"1352 900 LINE",
+"1392 1104 OFFCURVE",
+"1508 1288 OFFCURVE",
+"1752 1288 CURVE SMOOTH",
+"2036 1288 OFFCURVE",
+"2132 1044 OFFCURVE",
+"2132 756 CURVE SMOOTH",
+"2132 728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1156 0 LINE",
+"1408 0 LINE",
+"1408 2112 LINE",
+"1132 2112 LINE",
+"1132 288 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 296 OFFCURVE",
+"380 -28 OFFCURVE",
+"728 -28 CURVE SMOOTH",
+"1108 -28 OFFCURVE",
+"1292 248 OFFCURVE",
+"1332 700 CURVE",
+"1332 788 LINE",
+"1292 1240 OFFCURVE",
+"1108 1516 OFFCURVE",
+"732 1516 CURVE SMOOTH",
+"376 1516 OFFCURVE",
+"140 1208 OFFCURVE",
+"140 756 CURVE SMOOTH",
+"140 728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"416 1044 OFFCURVE",
+"528 1288 OFFCURVE",
+"800 1288 CURVE SMOOTH",
+"1044 1288 OFFCURVE",
+"1160 1104 OFFCURVE",
+"1200 900 CURVE",
+"1200 588 LINE",
+"1144 380 OFFCURVE",
+"1044 200 OFFCURVE",
+"796 200 CURVE SMOOTH",
+"528 200 OFFCURVE",
+"416 440 OFFCURVE",
+"416 728 CURVE SMOOTH",
+"416 756 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2440 1196 OFFCURVE",
+"2256 1516 OFFCURVE",
+"1860 1516 CURVE SMOOTH",
+"1504 1516 OFFCURVE",
+"1356 1176 OFFCURVE",
+"1300 764 CURVE",
+"1300 728 LINE",
+"1356 308 OFFCURVE",
+"1504 -28 OFFCURVE",
+"1864 -28 CURVE SMOOTH",
+"2256 -28 OFFCURVE",
+"2440 284 OFFCURVE",
+"2440 732 CURVE SMOOTH",
+"2440 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 492 OFFCURVE",
+"1960 328 OFFCURVE",
+"1752 328 CURVE SMOOTH",
+"1548 328 OFFCURVE",
+"1476 460 OFFCURVE",
+"1476 692 CURVE SMOOTH",
+"1476 800 LINE SMOOTH",
+"1476 1024 OFFCURVE",
+"1548 1160 OFFCURVE",
+"1748 1160 CURVE SMOOTH",
+"1956 1160 OFFCURVE",
+"2000 976 OFFCURVE",
+"2000 760 CURVE SMOOTH",
+"2000 732 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1120 0 LINE",
+"1520 0 LINE",
+"1520 2112 LINE",
+"1076 2112 LINE",
+"1076 340 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 292 OFFCURVE",
+"356 -28 OFFCURVE",
+"728 -28 CURVE SMOOTH",
+"1076 -28 OFFCURVE",
+"1240 312 OFFCURVE",
+"1296 716 CURVE",
+"1296 748 LINE",
+"1240 1180 OFFCURVE",
+"1076 1516 OFFCURVE",
+"732 1516 CURVE SMOOTH",
+"356 1516 OFFCURVE",
+"152 1208 OFFCURVE",
+"152 756 CURVE SMOOTH",
+"152 728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"596 988 OFFCURVE",
+"660 1160 OFFCURVE",
+"844 1160 CURVE SMOOTH",
+"1028 1160 OFFCURVE",
+"1116 1028 OFFCURVE",
+"1116 788 CURVE SMOOTH",
+"1116 680 LINE SMOOTH",
+"1116 468 OFFCURVE",
+"1028 332 OFFCURVE",
+"844 332 CURVE SMOOTH",
+"656 332 OFFCURVE",
+"596 504 OFFCURVE",
+"596 728 CURVE SMOOTH",
+"596 756 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 0238;
+userData = {
+interface.gridadjust.original = "{'width': 2520, 'leftMargin': 127, 'rightMargin': 126}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0239;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1408 -572 LINE",
+"1408 1204 LINE",
+"1384 1488 LINE",
+"1156 1488 LINE",
+"1132 1204 LINE",
+"1132 -572 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"140 296 OFFCURVE",
+"364 -28 OFFCURVE",
+"736 -28 CURVE SMOOTH",
+"1116 -28 OFFCURVE",
+"1308 248 OFFCURVE",
+"1348 700 CURVE",
+"1348 788 LINE",
+"1308 1240 OFFCURVE",
+"1116 1516 OFFCURVE",
+"736 1516 CURVE SMOOTH",
+"360 1516 OFFCURVE",
+"140 1208 OFFCURVE",
+"140 756 CURVE SMOOTH",
+"140 728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"416 1044 OFFCURVE",
+"536 1296 OFFCURVE",
+"808 1296 CURVE SMOOTH",
+"1052 1296 OFFCURVE",
+"1176 1104 OFFCURVE",
+"1216 900 CURVE",
+"1216 588 LINE",
+"1160 380 OFFCURVE",
+"1052 192 OFFCURVE",
+"804 192 CURVE SMOOTH",
+"536 192 OFFCURVE",
+"416 440 OFFCURVE",
+"416 728 CURVE SMOOTH",
+"416 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2404 1208 OFFCURVE",
+"2200 1516 OFFCURVE",
+"1820 1516 CURVE SMOOTH",
+"1440 1516 OFFCURVE",
+"1248 1240 OFFCURVE",
+"1204 788 CURVE",
+"1204 672 LINE",
+"1248 240 OFFCURVE",
+"1440 -28 OFFCURVE",
+"1824 -28 CURVE SMOOTH",
+"2196 -28 OFFCURVE",
+"2404 296 OFFCURVE",
+"2404 728 CURVE SMOOTH",
+"2404 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2128 440 OFFCURVE",
+"2012 192 OFFCURVE",
+"1740 192 CURVE SMOOTH",
+"1496 192 OFFCURVE",
+"1392 368 OFFCURVE",
+"1336 560 CURVE",
+"1336 900 LINE",
+"1380 1104 OFFCURVE",
+"1496 1288 OFFCURVE",
+"1736 1288 CURVE SMOOTH",
+"2012 1288 OFFCURVE",
+"2128 1044 OFFCURVE",
+"2128 756 CURVE SMOOTH",
+"2128 728 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1520 -572 LINE",
+"1520 1204 LINE",
+"1488 1488 LINE",
+"1132 1488 LINE",
+"1076 1176 LINE",
+"1076 -572 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 296 OFFCURVE",
+"356 -28 OFFCURVE",
+"728 -28 CURVE SMOOTH",
+"1092 -28 OFFCURVE",
+"1236 316 OFFCURVE",
+"1296 720 CURVE",
+"1296 756 LINE",
+"1236 1184 OFFCURVE",
+"1092 1516 OFFCURVE",
+"732 1516 CURVE SMOOTH",
+"356 1516 OFFCURVE",
+"152 1212 OFFCURVE",
+"152 760 CURVE SMOOTH",
+"152 732 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"596 992 OFFCURVE",
+"660 1160 OFFCURVE",
+"844 1160 CURVE SMOOTH",
+"1048 1160 OFFCURVE",
+"1116 1032 OFFCURVE",
+"1116 792 CURVE SMOOTH",
+"1116 684 LINE SMOOTH",
+"1116 472 OFFCURVE",
+"1048 332 OFFCURVE",
+"844 332 CURVE SMOOTH",
+"656 332 OFFCURVE",
+"596 508 OFFCURVE",
+"596 732 CURVE SMOOTH",
+"596 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2440 1216 OFFCURVE",
+"2240 1516 OFFCURVE",
+"1860 1516 CURVE SMOOTH",
+"1504 1516 OFFCURVE",
+"1356 1188 OFFCURVE",
+"1300 756 CURVE",
+"1300 720 LINE",
+"1356 320 OFFCURVE",
+"1504 -28 OFFCURVE",
+"1864 -28 CURVE SMOOTH",
+"2240 -28 OFFCURVE",
+"2440 300 OFFCURVE",
+"2440 732 CURVE SMOOTH",
+"2440 764 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 512 OFFCURVE",
+"1940 332 OFFCURVE",
+"1752 332 CURVE SMOOTH",
+"1548 332 OFFCURVE",
+"1476 472 OFFCURVE",
+"1476 680 CURVE SMOOTH",
+"1476 792 LINE SMOOTH",
+"1476 1036 OFFCURVE",
+"1548 1160 OFFCURVE",
+"1748 1160 CURVE SMOOTH",
+"1932 1160 OFFCURVE",
+"2000 992 OFFCURVE",
+"2000 764 CURVE SMOOTH",
+"2000 732 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 0239;
+userData = {
+interface.gridadjust.original = "{'width': 2518, 'leftMargin': 127, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = tackdownsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-811, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-811, -590}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-912 -590 LINE",
+"-912 -125 LINE",
+"-705 -125 LINE",
+"-705 -590 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1089 -125 LINE",
+"-528 -125 LINE",
+"-528 -318 LINE",
+"-1089 -318 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-795, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-795, -677}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-934 -718 LINE",
+"-934 -114 LINE",
+"-655 -114 LINE",
+"-655 -718 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1137 -114 LINE",
+"-451 -114 LINE",
+"-451 -380 LINE",
+"-1137 -380 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 031E;
+},
+{
+color = (204,240,242,1);
+glyphname = uni02EA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"276 220 LINE",
+"276 0 LINE",
+"896 0 LINE",
+"896 220 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"116 1248 LINE",
+"116 0 LINE",
+"388 0 LINE",
+"388 1248 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 360 LINE",
+"444 0 LINE",
+"1148 0 LINE",
+"1148 360 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 1248 LINE",
+"168 0 LINE",
+"612 0 LINE",
+"612 1248 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02EA;
+userData = {
+interface.gridadjust.original = "{'width': 1023.0, 'leftMargin': 188, 'rightMargin': 55.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02EB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"316 740 LINE",
+"316 520 LINE",
+"852 520 LINE",
+"852 740 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 1248 LINE",
+"156 0 LINE",
+"432 0 LINE",
+"432 1248 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+guideLines = (
+{
+position = "{0, 624.25}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 804 LINE",
+"444 444 LINE",
+"1148 444 LINE",
+"1148 804 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 1248 LINE",
+"168 0 LINE",
+"612 0 LINE",
+"612 1248 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02EB;
+userData = {
+interface.gridadjust.original = "{'width': 941, 'leftMargin': 188, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = uni2071.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{248, 2268}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 1872 LINE",
+"124 772 LINE",
+"376 772 LINE",
+"376 1872 LINE"
+);
+}
+);
+width = 496;
+},
+{
+anchors = (
+{
+name = top;
+position = "{408, 2152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 1884 LINE",
+"248 772 LINE",
+"556 772 LINE",
+"556 1884 LINE"
+);
+}
+);
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 620, 'leftMargin': 191, 'rightMargin': 177}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02ED;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"180 2112 LINE",
+"180 1928 LINE",
+"1088 1928 LINE",
+"1088 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"180 1796 LINE",
+"180 1608 LINE",
+"1088 1608 LINE",
+"1088 1796 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"200 2176 LINE",
+"200 1920 LINE",
+"1112 1920 LINE",
+"1112 2176 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"200 1832 LINE",
+"200 1576 LINE",
+"1112 1576 LINE",
+"1112 1832 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02ED;
+userData = {
+interface.gridadjust.original = "{'width': 1074, 'leftMargin': 83, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02EF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"556 -748 LINE",
+"440 -748 LINE",
+"152 -100 LINE",
+"320 -100 LINE",
+"488 -504 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"856 -100 LINE",
+"572 -748 LINE",
+"456 -748 LINE",
+"524 -504 LINE",
+"688 -100 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"584 -760 LINE",
+"424 -760 LINE",
+"164 -100 LINE",
+"380 -100 LINE",
+"520 -472 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"892 -100 LINE",
+"632 -760 LINE",
+"476 -760 LINE",
+"536 -472 LINE",
+"680 -100 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02EF;
+userData = {
+interface.gridadjust.original = "{'width': 843, 'leftMargin': 69, 'rightMargin': 69}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = glottalstopreversedsuperior;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1124 1608 LINE",
+"1124 1860 OFFCURVE",
+"904 2016 OFFCURVE",
+"636 2016 CURVE SMOOTH",
+"356 2016 OFFCURVE",
+"140 1836 OFFCURVE",
+"140 1516 CURVE SMOOTH",
+"140 1192 OFFCURVE",
+"352 1032 OFFCURVE",
+"632 1032 CURVE",
+"680 1032 LINE",
+"680 1240 LINE",
+"636 1240 LINE SMOOTH",
+"448 1240 OFFCURVE",
+"392 1348 OFFCURVE",
+"392 1520 CURVE SMOOTH",
+"392 1692 OFFCURVE",
+"460 1804 OFFCURVE",
+"632 1804 CURVE SMOOTH",
+"772 1804 OFFCURVE",
+"856 1720 OFFCURVE",
+"868 1608 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"752 1240 LINE",
+"500 1240 LINE",
+"500 896 LINE",
+"752 896 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1120 1592 LINE",
+"1120 1840 OFFCURVE",
+"936 2016 OFFCURVE",
+"660 2016 CURVE SMOOTH",
+"380 2016 OFFCURVE",
+"192 1840 OFFCURVE",
+"192 1512 CURVE SMOOTH",
+"192 1248 OFFCURVE",
+"352 1032 OFFCURVE",
+"608 1032 CURVE SMOOTH",
+"788 1032 LINE",
+"788 1260 LINE",
+"664 1260 LINE SMOOTH",
+"552 1260 OFFCURVE",
+"496 1356 OFFCURVE",
+"496 1496 CURVE SMOOTH",
+"496 1652 OFFCURVE",
+"564 1752 OFFCURVE",
+"680 1752 CURVE SMOOTH",
+"768 1752 OFFCURVE",
+"836 1692 OFFCURVE",
+"836 1592 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"812 1260 LINE",
+"508 1260 LINE",
+"508 900 LINE",
+"812 900 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02E4;
+userData = {
+interface.gridadjust.original = "{'width': 1176, 'leftMargin': 96, 'rightMargin': 97}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = six.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"428 1100 OFFCURVE",
+"216 872 OFFCURVE",
+"216 492 CURVE",
+"216 420 LINE",
+"216 152 OFFCURVE",
+"380 -16 OFFCURVE",
+"640 -16 CURVE SMOOTH",
+"892 -16 OFFCURVE",
+"1048 148 OFFCURVE",
+"1048 360 CURVE",
+"1048 560 OFFCURVE",
+"932 720 OFFCURVE",
+"700 720 CURVE",
+"500 720 OFFCURVE",
+"376 572 OFFCURVE",
+"372 456 CURVE",
+"432 388 LINE",
+"436 460 OFFCURVE",
+"520 536 OFFCURVE",
+"636 536 CURVE",
+"752 536 OFFCURVE",
+"816 464 OFFCURVE",
+"816 356 CURVE SMOOTH",
+"816 252 OFFCURVE",
+"748 172 OFFCURVE",
+"636 172 CURVE SMOOTH",
+"528 172 OFFCURVE",
+"448 244 OFFCURVE",
+"448 396 CURVE SMOOTH",
+"448 556 LINE SMOOTH",
+"448 796 OFFCURVE",
+"580 908 OFFCURVE",
+"848 908 CURVE",
+"864 908 LINE",
+"864 1100 LINE",
+"832 1100 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"540 1112 OFFCURVE",
+"212 964 OFFCURVE",
+"212 500 CURVE",
+"212 432 LINE",
+"212 108 OFFCURVE",
+"412 -16 OFFCURVE",
+"668 -16 CURVE SMOOTH",
+"920 -16 OFFCURVE",
+"1104 148 OFFCURVE",
+"1104 364 CURVE",
+"1104 584 OFFCURVE",
+"976 728 OFFCURVE",
+"756 728 CURVE",
+"528 728 OFFCURVE",
+"412 552 OFFCURVE",
+"416 416 CURVE",
+"496 396 LINE",
+"492 428 OFFCURVE",
+"552 488 OFFCURVE",
+"656 488 CURVE",
+"744 488 OFFCURVE",
+"800 456 OFFCURVE",
+"800 368 CURVE SMOOTH",
+"800 292 OFFCURVE",
+"740 228 OFFCURVE",
+"660 228 CURVE SMOOTH",
+"556 228 OFFCURVE",
+"512 272 OFFCURVE",
+"512 376 CURVE SMOOTH",
+"512 540 LINE SMOOTH",
+"512 836 OFFCURVE",
+"696 864 OFFCURVE",
+"896 864 CURVE",
+"912 864 LINE",
+"912 1112 LINE",
+"860 1112 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 116, 'rightMargin': 91}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = afii61664;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-723 -275 LINE",
+"-723 1753 LINE",
+"-892 1753 LINE",
+"-892 -275 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-634 -275 LINE",
+"-634 1616 LINE",
+"-950 1616 LINE",
+"-950 -275 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 200C;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-690, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-639 1906 LINE",
+"-459 1705 LINE",
+"-226 1705 LINE",
+"-492 2112 LINE",
+"-1156 2112 LINE",
+"-1156 1906 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-686, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-677 1874 LINE",
+"-503 1680 LINE",
+"-143 1680 LINE",
+"-417 2112 LINE",
+"-1229 2112 LINE",
+"-1229 1874 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC6;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC4;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-620, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-451 1705 LINE",
+"-154 2112 LINE",
+"-458 2112 LINE",
+"-549 1911 LINE",
+"-1088 1911 LINE",
+"-1088 1705 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-556, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-363 1680 LINE",
+"19 2112 LINE",
+"-452 2112 LINE",
+"-573 1918 LINE",
+"-1132 1918 LINE",
+"-1132 1680 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC4;
+},
+{
+glyphname = babygamma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = top;
+position = "{1024, 1776}";
+},
+{
+name = top0315;
+position = "{1920, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"376 1200 OFFCURVE",
+"428 1248 OFFCURVE",
+"492 1248 CURVE SMOOTH",
+"624 1248 OFFCURVE",
+"676 1148 OFFCURVE",
+"916 724 CURVE SMOOTH",
+"1032 520 OFFCURVE",
+"1112 392 OFFCURVE",
+"1112 304 CURVE SMOOTH",
+"1112 248 OFFCURVE",
+"1088 200 OFFCURVE",
+"1016 200 CURVE",
+"1016 -28 LINE",
+"1252 -28 OFFCURVE",
+"1388 96 OFFCURVE",
+"1388 304 CURVE SMOOTH",
+"1388 464 OFFCURVE",
+"1264 652 OFFCURVE",
+"1124 904 CURVE SMOOTH",
+"960 1204 OFFCURVE",
+"796 1516 OFFCURVE",
+"536 1516 CURVE SMOOTH",
+"356 1516 OFFCURVE",
+"248 1416 OFFCURVE",
+"156 1308 CURVE",
+"328 1136 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1788 1416 OFFCURVE",
+"1676 1516 OFFCURVE",
+"1500 1516 CURVE SMOOTH",
+"1236 1516 OFFCURVE",
+"1072 1204 OFFCURVE",
+"908 904 CURVE SMOOTH",
+"768 652 OFFCURVE",
+"644 464 OFFCURVE",
+"644 304 CURVE SMOOTH",
+"644 96 OFFCURVE",
+"784 -28 OFFCURVE",
+"1016 -28 CURVE",
+"1016 200 LINE",
+"944 200 OFFCURVE",
+"920 248 OFFCURVE",
+"920 304 CURVE SMOOTH",
+"920 392 OFFCURVE",
+"1000 520 OFFCURVE",
+"1116 724 CURVE SMOOTH",
+"1356 1144 OFFCURVE",
+"1412 1248 OFFCURVE",
+"1544 1248 CURVE SMOOTH",
+"1604 1248 OFFCURVE",
+"1660 1200 OFFCURVE",
+"1708 1136 CURVE",
+"1880 1308 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = top;
+position = "{912, 1776}";
+},
+{
+name = top0315;
+position = "{1800, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"300 1088 OFFCURVE",
+"348 1128 OFFCURVE",
+"400 1128 CURVE SMOOTH",
+"484 1128 OFFCURVE",
+"564 1044 OFFCURVE",
+"748 728 CURVE SMOOTH",
+"868 524 OFFCURVE",
+"968 416 OFFCURVE",
+"968 344 CURVE SMOOTH",
+"968 316 OFFCURVE",
+"956 284 OFFCURVE",
+"912 284 CURVE",
+"912 -28 LINE",
+"1176 -28 OFFCURVE",
+"1356 88 OFFCURVE",
+"1356 316 CURVE SMOOTH",
+"1356 488 OFFCURVE",
+"1264 624 OFFCURVE",
+"1080 940 CURVE SMOOTH",
+"864 1316 OFFCURVE",
+"692 1516 OFFCURVE",
+"456 1516 CURVE SMOOTH",
+"252 1516 OFFCURVE",
+"144 1416 OFFCURVE",
+"52 1304 CURVE",
+"256 1044 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1684 1416 OFFCURVE",
+"1572 1516 OFFCURVE",
+"1372 1516 CURVE SMOOTH",
+"1132 1516 OFFCURVE",
+"960 1316 OFFCURVE",
+"744 940 CURVE SMOOTH",
+"560 624 OFFCURVE",
+"468 488 OFFCURVE",
+"468 316 CURVE SMOOTH",
+"468 88 OFFCURVE",
+"648 -28 OFFCURVE",
+"912 -28 CURVE",
+"912 284 LINE",
+"868 284 OFFCURVE",
+"856 316 OFFCURVE",
+"856 344 CURVE SMOOTH",
+"856 416 OFFCURVE",
+"956 524 OFFCURVE",
+"1076 728 CURVE SMOOTH",
+"1260 1044 OFFCURVE",
+"1340 1128 OFFCURVE",
+"1424 1128 CURVE SMOOTH",
+"1476 1128 OFFCURVE",
+"1524 1088 OFFCURVE",
+"1568 1044 CURVE",
+"1776 1304 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0264;
+userData = {
+interface.gridadjust.original = "{'width': 1807, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Vcursive;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1276 -28 OFFCURVE",
+"1620 196 OFFCURVE",
+"1620 648 CURVE SMOOTH",
+"1620 1552 LINE SMOOTH",
+"1620 1860 OFFCURVE",
+"1436 2032 OFFCURVE",
+"1172 2032 CURVE SMOOTH",
+"1128 2032 OFFCURVE",
+"1056 2020 OFFCURVE",
+"1016 2008 CURVE",
+"1016 1788 LINE",
+"1040 1796 OFFCURVE",
+"1080 1796 OFFCURVE",
+"1104 1796 CURVE SMOOTH",
+"1252 1796 OFFCURVE",
+"1332 1732 OFFCURVE",
+"1332 1552 CURVE SMOOTH",
+"1332 648 LINE SMOOTH",
+"1332 340 OFFCURVE",
+"1156 200 OFFCURVE",
+"888 200 CURVE SMOOTH",
+"620 200 OFFCURVE",
+"444 340 OFFCURVE",
+"444 648 CURVE SMOOTH",
+"444 2004 LINE",
+"160 2004 LINE",
+"160 648 LINE SMOOTH",
+"160 196 OFFCURVE",
+"476 -28 OFFCURVE",
+"888 -28 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1380 -28 OFFCURVE",
+"1696 228 OFFCURVE",
+"1696 696 CURVE SMOOTH",
+"1696 1448 LINE SMOOTH",
+"1696 1824 OFFCURVE",
+"1488 2028 OFFCURVE",
+"1144 2028 CURVE SMOOTH",
+"1068 2028 OFFCURVE",
+"1008 2024 OFFCURVE",
+"932 2004 CURVE",
+"932 1636 LINE",
+"976 1644 OFFCURVE",
+"1016 1648 OFFCURVE",
+"1060 1648 CURVE SMOOTH",
+"1184 1648 OFFCURVE",
+"1232 1612 OFFCURVE",
+"1232 1448 CURVE SMOOTH",
+"1232 696 LINE SMOOTH",
+"1232 448 OFFCURVE",
+"1120 344 OFFCURVE",
+"916 344 CURVE SMOOTH",
+"708 344 OFFCURVE",
+"592 448 OFFCURVE",
+"592 696 CURVE SMOOTH",
+"592 2004 LINE",
+"132 2004 LINE",
+"132 696 LINE SMOOTH",
+"132 228 OFFCURVE",
+"452 -28 OFFCURVE",
+"916 -28 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01B2;
+userData = {
+interface.gridadjust.original = "{'width': 1830, 'leftMargin': 186, 'rightMargin': 185}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = careof;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"700 1368 OFFCURVE",
+"644 1272 OFFCURVE",
+"520 1272 CURVE SMOOTH",
+"396 1272 OFFCURVE",
+"336 1388 OFFCURVE",
+"336 1512 CURVE SMOOTH",
+"336 1616 LINE SMOOTH",
+"336 1744 OFFCURVE",
+"396 1860 OFFCURVE",
+"520 1860 CURVE SMOOTH",
+"644 1860 OFFCURVE",
+"700 1772 OFFCURVE",
+"700 1676 CURVE",
+"904 1676 LINE",
+"904 1868 OFFCURVE",
+"760 2032 OFFCURVE",
+"520 2032 CURVE SMOOTH",
+"276 2032 OFFCURVE",
+"132 1844 OFFCURVE",
+"132 1616 CURVE SMOOTH",
+"132 1512 LINE SMOOTH",
+"132 1288 OFFCURVE",
+"276 1100 OFFCURVE",
+"520 1100 CURVE SMOOTH",
+"760 1100 OFFCURVE",
+"904 1260 OFFCURVE",
+"904 1456 CURVE",
+"700 1456 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 160 OFFCURVE",
+"1228 -28 OFFCURVE",
+"1488 -28 CURVE SMOOTH",
+"1748 -28 OFFCURVE",
+"1900 160 OFFCURVE",
+"1900 384 CURVE SMOOTH",
+"1900 492 LINE SMOOTH",
+"1900 716 OFFCURVE",
+"1748 904 OFFCURVE",
+"1488 904 CURVE SMOOTH",
+"1228 904 OFFCURVE",
+"1072 716 OFFCURVE",
+"1072 492 CURVE SMOOTH",
+"1072 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 616 OFFCURVE",
+"1344 732 OFFCURVE",
+"1488 732 CURVE SMOOTH",
+"1628 732 OFFCURVE",
+"1700 616 OFFCURVE",
+"1700 492 CURVE SMOOTH",
+"1700 384 LINE SMOOTH",
+"1700 260 OFFCURVE",
+"1632 144 OFFCURVE",
+"1488 144 CURVE SMOOTH",
+"1344 144 OFFCURVE",
+"1276 260 OFFCURVE",
+"1276 384 CURVE SMOOTH",
+"1276 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1508 1812 LINE",
+"532 244 LINE",
+"684 152 LINE",
+"1660 1716 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"792 1416 OFFCURVE",
+"752 1352 OFFCURVE",
+"664 1352 CURVE SMOOTH",
+"576 1352 OFFCURVE",
+"536 1428 OFFCURVE",
+"536 1512 CURVE SMOOTH",
+"536 1616 LINE SMOOTH",
+"536 1704 OFFCURVE",
+"576 1780 OFFCURVE",
+"664 1780 CURVE SMOOTH",
+"748 1780 OFFCURVE",
+"792 1716 OFFCURVE",
+"792 1660 CURVE",
+"1080 1660 LINE",
+"1080 1856 OFFCURVE",
+"944 2032 OFFCURVE",
+"664 2032 CURVE SMOOTH",
+"392 2032 OFFCURVE",
+"248 1844 OFFCURVE",
+"248 1616 CURVE SMOOTH",
+"248 1512 LINE SMOOTH",
+"248 1288 OFFCURVE",
+"392 1100 OFFCURVE",
+"664 1100 CURVE SMOOTH",
+"944 1100 OFFCURVE",
+"1080 1276 OFFCURVE",
+"1080 1468 CURVE",
+"792 1468 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1200 160 OFFCURVE",
+"1356 -28 OFFCURVE",
+"1648 -28 CURVE SMOOTH",
+"1940 -28 OFFCURVE",
+"2088 160 OFFCURVE",
+"2088 384 CURVE SMOOTH",
+"2088 492 LINE SMOOTH",
+"2088 716 OFFCURVE",
+"1940 904 OFFCURVE",
+"1644 904 CURVE SMOOTH",
+"1356 904 OFFCURVE",
+"1200 716 OFFCURVE",
+"1200 492 CURVE SMOOTH",
+"1200 384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1488 576 OFFCURVE",
+"1540 652 OFFCURVE",
+"1644 652 CURVE SMOOTH",
+"1748 652 OFFCURVE",
+"1800 576 OFFCURVE",
+"1800 492 CURVE SMOOTH",
+"1800 384 LINE SMOOTH",
+"1800 300 OFFCURVE",
+"1776 224 OFFCURVE",
+"1648 224 CURVE SMOOTH",
+"1556 224 OFFCURVE",
+"1488 300 OFFCURVE",
+"1488 384 CURVE SMOOTH",
+"1488 492 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1540 1824 LINE",
+"564 260 LINE",
+"772 152 LINE",
+"1748 1716 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 2105;
+userData = {
+interface.gridadjust.original = "{'width': 2080, 'leftMargin': 171, 'rightMargin': 140}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = phi1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = efcyrillic;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+components = (
+{
+alignment = -1;
+name = efcyrillic;
+transform = "{1, 0, 0, 1, 120, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 03D5;
+userData = {
+interface.gridadjust.original = "{'width': 2043, 'leftMargin': 136, 'rightMargin': 131}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = wynn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 1488 LINE",
+"252 1488 LINE",
+"252 -572 LINE",
+"528 -572 LINE",
+"528 1204 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"500 1104 OFFCURVE",
+"616 1288 OFFCURVE",
+"856 1288 CURVE SMOOTH",
+"1128 1288 OFFCURVE",
+"1248 1044 OFFCURVE",
+"1248 756 CURVE SMOOTH",
+"1248 728 LINE SMOOTH",
+"1248 284 OFFCURVE",
+"904 84 OFFCURVE",
+"440 -28 CURVE",
+"440 -248 LINE",
+"1108 -60 OFFCURVE",
+"1524 156 OFFCURVE",
+"1524 728 CURVE SMOOTH",
+"1524 756 LINE SMOOTH",
+"1524 1208 OFFCURVE",
+"1320 1516 OFFCURVE",
+"940 1516 CURVE SMOOTH",
+"560 1516 OFFCURVE",
+"368 1240 OFFCURVE",
+"324 788 CURVE",
+"456 900 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"644 1488 LINE",
+"228 1488 LINE",
+"228 -572 LINE",
+"672 -572 LINE",
+"672 1204 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"632 1036 OFFCURVE",
+"700 1160 OFFCURVE",
+"904 1160 CURVE SMOOTH",
+"1088 1160 OFFCURVE",
+"1152 992 OFFCURVE",
+"1152 764 CURVE SMOOTH",
+"1152 732 LINE SMOOTH",
+"1152 332 OFFCURVE",
+"876 112 OFFCURVE",
+"480 72 CURVE",
+"524 -280 LINE",
+"1148 -128 OFFCURVE",
+"1596 108 OFFCURVE",
+"1596 732 CURVE SMOOTH",
+"1596 764 LINE SMOOTH",
+"1596 1216 OFFCURVE",
+"1392 1516 OFFCURVE",
+"1016 1516 CURVE SMOOTH",
+"656 1516 OFFCURVE",
+"512 1188 OFFCURVE",
+"452 756 CURVE",
+"632 792 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01BF;
+userData = {
+interface.gridadjust.original = "{'width': 1585, 'leftMargin': 188, 'rightMargin': 126}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = referencemark;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1524 1400 LINE",
+"1348 1580 LINE",
+"276 488 LINE",
+"452 308 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1524 488 LINE",
+"452 1580 LINE",
+"276 1400 LINE",
+"1348 308 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 868 OFFCURVE",
+"196 804 OFFCURVE",
+"300 804 CURVE SMOOTH",
+"408 804 OFFCURVE",
+"460 868 OFFCURVE",
+"460 952 CURVE SMOOTH",
+"460 1040 OFFCURVE",
+"408 1108 OFFCURVE",
+"300 1108 CURVE SMOOTH",
+"196 1108 OFFCURVE",
+"144 1040 OFFCURVE",
+"144 952 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"732 264 OFFCURVE",
+"784 196 OFFCURVE",
+"888 196 CURVE SMOOTH",
+"992 196 OFFCURVE",
+"1048 264 OFFCURVE",
+"1048 348 CURVE SMOOTH",
+"1048 432 OFFCURVE",
+"992 500 OFFCURVE",
+"888 500 CURVE SMOOTH",
+"784 500 OFFCURVE",
+"732 432 OFFCURVE",
+"732 348 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"732 1456 OFFCURVE",
+"784 1388 OFFCURVE",
+"888 1388 CURVE SMOOTH",
+"992 1388 OFFCURVE",
+"1048 1456 OFFCURVE",
+"1048 1540 CURVE SMOOTH",
+"1048 1624 OFFCURVE",
+"992 1692 OFFCURVE",
+"888 1692 CURVE SMOOTH",
+"784 1692 OFFCURVE",
+"732 1624 OFFCURVE",
+"732 1540 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1316 868 OFFCURVE",
+"1372 804 OFFCURVE",
+"1476 804 CURVE SMOOTH",
+"1580 804 OFFCURVE",
+"1636 868 OFFCURVE",
+"1636 952 CURVE SMOOTH",
+"1636 1040 OFFCURVE",
+"1580 1108 OFFCURVE",
+"1476 1108 CURVE SMOOTH",
+"1372 1108 OFFCURVE",
+"1316 1040 OFFCURVE",
+"1316 952 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1832 1364 LINE",
+"1576 1616 LINE",
+"504 524 LINE",
+"760 272 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1832 524 LINE",
+"760 1616 LINE",
+"504 1364 LINE",
+"1576 272 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"244 824 OFFCURVE",
+"344 736 OFFCURVE",
+"492 736 CURVE SMOOTH",
+"636 736 OFFCURVE",
+"736 824 OFFCURVE",
+"736 944 CURVE SMOOTH",
+"736 1060 OFFCURVE",
+"636 1148 OFFCURVE",
+"492 1148 CURVE SMOOTH",
+"344 1148 OFFCURVE",
+"244 1060 OFFCURVE",
+"244 944 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"924 144 OFFCURVE",
+"1020 56 OFFCURVE",
+"1168 56 CURVE SMOOTH",
+"1316 56 OFFCURVE",
+"1416 144 OFFCURVE",
+"1416 260 CURVE SMOOTH",
+"1416 380 OFFCURVE",
+"1316 468 OFFCURVE",
+"1168 468 CURVE SMOOTH",
+"1020 468 OFFCURVE",
+"924 380 OFFCURVE",
+"924 260 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"924 1508 OFFCURVE",
+"1020 1420 OFFCURVE",
+"1168 1420 CURVE SMOOTH",
+"1316 1420 OFFCURVE",
+"1416 1508 OFFCURVE",
+"1416 1624 CURVE SMOOTH",
+"1416 1744 OFFCURVE",
+"1316 1832 OFFCURVE",
+"1168 1832 CURVE SMOOTH",
+"1020 1832 OFFCURVE",
+"924 1744 OFFCURVE",
+"924 1624 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1600 824 OFFCURVE",
+"1700 736 OFFCURVE",
+"1848 736 CURVE SMOOTH",
+"1992 736 OFFCURVE",
+"2092 824 OFFCURVE",
+"2092 944 CURVE SMOOTH",
+"2092 1060 OFFCURVE",
+"1992 1148 OFFCURVE",
+"1848 1148 CURVE SMOOTH",
+"1700 1148 OFFCURVE",
+"1600 1060 OFFCURVE",
+"1600 944 CURVE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 203B;
+userData = {
+interface.gridadjust.original = "{'width': 1738.0, 'leftMargin': 96, 'rightMargin': 151.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = overscorenosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 2160}";
+},
+{
+name = mkmktop;
+position = "{-807, 2520}";
+},
+{
+name = parent_top;
+position = "{-809, 2291}";
+}
+);
+components = (
+{
+name = underscore;
+transform = "{1, 0, 0, 1, -1451, 2401}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-787, 2178}";
+},
+{
+name = mkmktop;
+position = "{-787, 2626}";
+},
+{
+name = parent_top;
+position = "{-788, 2343}";
+}
+);
+components = (
+{
+name = underscore;
+transform = "{1, 0, 0, 1, -1411, 2516}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0305;
+},
+{
+color = (204,240,242,1);
+glyphname = versicle;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"932 2464 LINE",
+"816 2240 LINE",
+"1084 2104 LINE",
+"104 -496 LINE",
+"336 -496 LINE",
+"1372 2224 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"72 2048 LINE",
+"824 0 LINE",
+"1080 0 LINE",
+"1832 2048 LINE",
+"1572 2048 LINE",
+"964 324 LINE",
+"940 324 LINE",
+"332 2048 LINE"
+);
+}
+);
+width = 1880;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"860 2420 LINE",
+"784 2180 LINE",
+"1056 2096 LINE",
+"180 -496 LINE",
+"412 -496 LINE",
+"1360 2260 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"80 2048 LINE",
+"836 0 LINE",
+"1332 0 LINE",
+"2088 2048 LINE",
+"1600 2048 LINE",
+"1096 580 LINE",
+"1072 580 LINE",
+"568 2048 LINE"
+);
+}
+);
+width = 2168;
+}
+);
+unicode = 2123;
+userData = {
+interface.gridadjust.original = "{'width': 1805, 'leftMargin': 94, 'rightMargin': 141}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = hyphen__;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = hyphen;
+transform = "{1, 0, 0, 1, -144, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = hyphen;
+transform = "{1, 0, 0, 1, 44, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 2010;
+userData = {
+interface.gridadjust.original = "{'width': 771, 'leftMargin': 256, 'rightMargin': -253}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = diaeresistonosnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-813, 1774}";
+},
+{
+name = mkmktop;
+position = "{-813, 2402}";
+}
+);
+components = (
+{
+name = dieresistonos;
+transform = "{1, 0, 0, 1, -1517, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-813, 1774}";
+},
+{
+name = mkmktop;
+position = "{-813, 2571}";
+}
+);
+components = (
+{
+name = dieresistonos;
+transform = "{1, 0, 0, 1, -1572, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0344;
+},
+{
+glyphname = stigma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1256 -524 OFFCURVE",
+"1396 -376 OFFCURVE",
+"1396 -160 CURVE SMOOTH",
+"1396 24 OFFCURVE",
+"1296 108 OFFCURVE",
+"1124 160 CURVE",
+"732 272 LINE",
+"548 328 OFFCURVE",
+"400 440 OFFCURVE",
+"400 716 CURVE SMOOTH",
+"400 772 LINE SMOOTH",
+"400 1024 OFFCURVE",
+"484 1296 OFFCURVE",
+"792 1296 CURVE SMOOTH",
+"992 1296 OFFCURVE",
+"1116 1148 OFFCURVE",
+"1128 976 CURVE",
+"1388 976 LINE",
+"1376 1276 OFFCURVE",
+"1148 1516 OFFCURVE",
+"792 1516 CURVE SMOOTH",
+"340 1516 OFFCURVE",
+"124 1168 OFFCURVE",
+"124 772 CURVE SMOOTH",
+"124 716 LINE SMOOTH",
+"124 276 OFFCURVE",
+"356 124 OFFCURVE",
+"616 56 CURVE",
+"972 -28 LINE",
+"1056 -44 OFFCURVE",
+"1124 -88 OFFCURVE",
+"1124 -172 CURVE SMOOTH",
+"1124 -252 OFFCURVE",
+"1056 -296 OFFCURVE",
+"952 -296 CURVE",
+"952 -524 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1160 -552 OFFCURVE",
+"1464 -472 OFFCURVE",
+"1464 -108 CURVE SMOOTH",
+"1464 120 OFFCURVE",
+"1348 224 OFFCURVE",
+"1192 276 CURVE",
+"916 360 LINE",
+"720 420 OFFCURVE",
+"548 504 OFFCURVE",
+"548 776 CURVE SMOOTH",
+"548 808 LINE SMOOTH",
+"548 1024 OFFCURVE",
+"600 1160 OFFCURVE",
+"788 1160 CURVE SMOOTH",
+"936 1160 OFFCURVE",
+"1008 1052 OFFCURVE",
+"1008 920 CURVE",
+"1424 920 LINE",
+"1424 1296 OFFCURVE",
+"1168 1516 OFFCURVE",
+"796 1516 CURVE SMOOTH",
+"336 1516 OFFCURVE",
+"104 1200 OFFCURVE",
+"104 800 CURVE SMOOTH",
+"104 768 LINE SMOOTH",
+"104 300 OFFCURVE",
+"364 164 OFFCURVE",
+"628 72 CURVE",
+"932 -24 LINE",
+"992 -40 OFFCURVE",
+"1020 -68 OFFCURVE",
+"1020 -112 CURVE SMOOTH",
+"1020 -184 OFFCURVE",
+"956 -212 OFFCURVE",
+"844 -212 CURVE",
+"844 -556 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 03DB;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 127, 'rightMargin': 80}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = afii57596;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-455 1584 LINE",
+"-455 1753 LINE",
+"-1134 1753 LINE",
+"-1134 1584 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-285 1668 LINE",
+"-417 1748 LINE",
+"-869 1363 LINE",
+"-630 1363 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-424 1595 LINE",
+"-285 1668 LINE",
+"-616 2001 LINE",
+"-855 2001 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-965 -275 LINE",
+"-965 1753 LINE",
+"-1134 1753 LINE",
+"-1134 -275 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-381 1623 LINE",
+"-381 1911 LINE",
+"-1236 1911 LINE",
+"-1236 1623 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-201 1767 LINE",
+"-437 1851 LINE",
+"-806 1401 LINE",
+"-470 1401 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-437 1683 LINE",
+"-201 1767 LINE",
+"-470 2133 LINE",
+"-806 2133 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-920 -275 LINE",
+"-920 1794 LINE",
+"-1236 1794 LINE",
+"-1236 -275 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 200E;
+},
+{
+color = (240,240,240,1);
+glyphname = afii57598;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-727 -275 LINE",
+"-727 1753 LINE",
+"-897 1753 LINE",
+"-897 -275 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1052 2065 LINE",
+"-1177 1939 LINE",
+"-561 1309 LINE",
+"-435 1436 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-435 1939 LINE",
+"-560 2065 LINE",
+"-1177 1436 LINE",
+"-1051 1309 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-635 -275 LINE",
+"-635 1616 LINE",
+"-952 1616 LINE",
+"-952 -275 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1022 2138 LINE",
+"-1254 1917 LINE",
+"-567 1213 LINE",
+"-334 1434 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-334 1917 LINE",
+"-567 2138 LINE",
+"-1254 1434 LINE",
+"-1022 1213 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 200D;
+},
+{
+color = (204,240,242,1);
+glyphname = uni2B4E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"808 1328 LINE",
+"644 1372 LINE",
+"276 0 LINE",
+"452 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"840 1360 LINE",
+"768 1516 LINE",
+"264 1224 LINE",
+"200 992 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"768 1516 LINE",
+"636 1408 LINE",
+"1004 776 LINE",
+"1064 1008 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"896 1316 LINE",
+"628 1388 LINE",
+"256 0 LINE",
+"544 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"852 1284 LINE",
+"804 1516 LINE",
+"296 1224 LINE",
+"212 916 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"804 1516 LINE",
+"652 1332 LINE",
+"1016 700 LINE",
+"1100 1008 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2B4E;
+userData = {
+interface.gridadjust.original = "{'width': 1084, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni2B4F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"644 116 LINE",
+"808 160 LINE",
+"452 1488 LINE",
+"276 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"768 -28 LINE",
+"840 128 LINE",
+"200 496 LINE",
+"264 264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"636 80 LINE",
+"768 -28 LINE",
+"1064 480 LINE",
+"1004 712 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"628 100 LINE",
+"896 172 LINE",
+"544 1488 LINE",
+"256 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"804 -28 LINE",
+"852 208 LINE",
+"212 576 LINE",
+"296 264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 160 LINE",
+"804 -28 LINE",
+"1100 480 LINE",
+"1016 792 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2B4F;
+userData = {
+interface.gridadjust.original = "{'width': 1084, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = rturnascend;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{424, 0}";
+},
+{
+name = top;
+position = "{424, 2200}";
+},
+{
+name = top0315;
+position = "{1056, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 0 LINE",
+"868 0 LINE",
+"868 2112 LINE",
+"592 2112 LINE",
+"592 232 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"160 -16 OFFCURVE",
+"220 -28 OFFCURVE",
+"256 -28 CURVE",
+"572 -28 OFFCURVE",
+"708 272 OFFCURVE",
+"708 624 CURVE",
+"636 580 LINE",
+"608 376 OFFCURVE",
+"496 232 OFFCURVE",
+"268 232 CURVE",
+"220 232 OFFCURVE",
+"188 236 OFFCURVE",
+"140 244 CURVE",
+"140 -8 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{372, 0}";
+},
+{
+name = top;
+position = "{372, 2200}";
+},
+{
+name = top0315;
+position = "{1112, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"556 0 LINE",
+"972 0 LINE",
+"972 2112 LINE",
+"528 2112 LINE",
+"528 368 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"120 -24 OFFCURVE",
+"168 -28 OFFCURVE",
+"212 -28 CURVE",
+"480 -28 OFFCURVE",
+"640 248 OFFCURVE",
+"640 648 CURVE",
+"556 700 LINE",
+"556 508 OFFCURVE",
+"464 408 OFFCURVE",
+"244 408 CURVE",
+"204 408 OFFCURVE",
+"132 416 OFFCURVE",
+"92 420 CURVE",
+"88 -12 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 027A;
+userData = {
+interface.gridadjust.original = "{'width': 956, 'leftMargin': 41, 'rightMargin': 189}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romanfivehundred;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = D;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2024;
+},
+{
+components = (
+{
+name = D;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1960;
+}
+);
+unicode = 216E;
+userData = {
+interface.gridadjust.original = "{'width': 1848.0, 'leftMargin': 271, 'rightMargin': 169.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = caret;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"704 -132 LINE",
+"540 -132 LINE",
+"128 -752 LINE",
+"368 -752 LINE",
+"604 -364 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1136 -752 LINE",
+"728 -132 LINE",
+"560 -132 LINE",
+"656 -364 LINE",
+"896 -752 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"856 -144 LINE",
+"632 -144 LINE",
+"160 -764 LINE",
+"496 -764 LINE",
+"768 -376 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1408 -764 LINE",
+"928 -144 LINE",
+"700 -144 LINE",
+"784 -376 LINE",
+"1076 -764 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 2038;
+userData = {
+interface.gridadjust.original = "{'width': 1090, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = caretinsertionpoint;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"992 800 LINE",
+"120 -600 LINE",
+"272 -696 LINE",
+"1144 704 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1044 -604 LINE",
+"648 28 LINE",
+"496 -68 LINE",
+"892 -696 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"892 884 LINE",
+"96 -496 LINE",
+"412 -664 LINE",
+"1216 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1136 -516 LINE",
+"712 180 LINE",
+"492 -116 LINE",
+"824 -664 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2041;
+userData = {
+interface.gridadjust.original = "{'width': 1185, 'leftMargin': 133, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = bridgesubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-809, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-809, -639}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1096 -319 LINE",
+"-1096 -150 LINE",
+"-528 -150 LINE",
+"-528 -319 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 -639 LINE",
+"-1277 -150 LINE",
+"-1070 -150 LINE",
+"-1070 -639 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-549 -639 LINE",
+"-549 -150 LINE",
+"-341 -150 LINE",
+"-341 -639 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-793, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-793, -682}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1110 -385 LINE",
+"-1110 -124 LINE",
+"-556 -124 LINE",
+"-556 -385 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1291 -655 LINE",
+"-1291 -124 LINE",
+"-1015 -124 LINE",
+"-1015 -655 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-576 -655 LINE",
+"-576 -124 LINE",
+"-300 -124 LINE",
+"-300 -655 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 032A;
+},
+{
+glyphname = uni0242;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"468 964 LINE",
+"468 1152 OFFCURVE",
+"576 1296 OFFCURVE",
+"744 1296 CURVE SMOOTH",
+"976 1296 OFFCURVE",
+"1056 1136 OFFCURVE",
+"1056 948 CURVE SMOOTH",
+"1056 756 OFFCURVE",
+"980 616 OFFCURVE",
+"768 616 CURVE SMOOTH",
+"708 616 LINE",
+"708 444 LINE",
+"772 444 LINE SMOOTH",
+"1180 444 OFFCURVE",
+"1328 668 OFFCURVE",
+"1328 944 CURVE SMOOTH",
+"1328 1316 OFFCURVE",
+"1120 1516 OFFCURVE",
+"744 1516 CURVE SMOOTH",
+"436 1516 OFFCURVE",
+"192 1304 OFFCURVE",
+"192 964 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"640 0 LINE",
+"916 0 LINE",
+"916 616 LINE",
+"640 616 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 944 LINE",
+"600 1080 OFFCURVE",
+"672 1160 OFFCURVE",
+"776 1160 CURVE SMOOTH",
+"932 1160 OFFCURVE",
+"968 1056 OFFCURVE",
+"968 936 CURVE SMOOTH",
+"968 812 OFFCURVE",
+"924 684 OFFCURVE",
+"724 684 CURVE SMOOTH",
+"628 684 LINE",
+"628 444 LINE",
+"872 444 LINE SMOOTH",
+"1184 444 OFFCURVE",
+"1412 608 OFFCURVE",
+"1412 944 CURVE SMOOTH",
+"1412 1248 OFFCURVE",
+"1228 1516 OFFCURVE",
+"776 1516 CURVE SMOOTH",
+"384 1516 OFFCURVE",
+"156 1256 OFFCURVE",
+"156 944 CURVE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 0 LINE",
+"1008 0 LINE",
+"1008 684 LINE",
+"564 684 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0242;
+userData = {
+interface.gridadjust.original = "{'width': 1352, 'leftMargin': 88, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0241;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"664 384 LINE",
+"724 384 LINE SMOOTH",
+"1180 384 OFFCURVE",
+"1400 732 OFFCURVE",
+"1400 1128 CURVE SMOOTH",
+"1400 1288 LINE SMOOTH",
+"1400 1684 OFFCURVE",
+"1180 2032 OFFCURVE",
+"724 2032 CURVE SMOOTH",
+"368 2032 OFFCURVE",
+"132 1792 OFFCURVE",
+"120 1472 CURVE",
+"388 1472 LINE",
+"400 1664 OFFCURVE",
+"524 1792 OFFCURVE",
+"724 1792 CURVE SMOOTH",
+"1032 1792 OFFCURVE",
+"1116 1536 OFFCURVE",
+"1116 1288 CURVE SMOOTH",
+"1116 1128 LINE SMOOTH",
+"1116 876 OFFCURVE",
+"1036 624 OFFCURVE",
+"724 624 CURVE",
+"664 624 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"592 624 LINE",
+"592 0 LINE",
+"880 0 LINE",
+"880 624 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"596 344 LINE",
+"748 344 LINE SMOOTH",
+"1212 344 OFFCURVE",
+"1468 668 OFFCURVE",
+"1468 1096 CURVE SMOOTH",
+"1468 1272 LINE SMOOTH",
+"1468 1704 OFFCURVE",
+"1212 2032 OFFCURVE",
+"752 2032 CURVE SMOOTH",
+"384 2032 OFFCURVE",
+"100 1792 OFFCURVE",
+"100 1416 CURVE",
+"540 1416 LINE",
+"540 1548 OFFCURVE",
+"612 1652 OFFCURVE",
+"760 1652 CURVE SMOOTH",
+"964 1652 OFFCURVE",
+"1000 1468 OFFCURVE",
+"1000 1272 CURVE SMOOTH",
+"1000 1096 LINE SMOOTH",
+"1000 896 OFFCURVE",
+"968 720 OFFCURVE",
+"760 720 CURVE SMOOTH",
+"596 720 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"548 720 LINE",
+"548 0 LINE",
+"1012 0 LINE",
+"1012 720 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0241;
+userData = {
+interface.gridadjust.original = "{'width': 1526, 'leftMargin': 88, 'rightMargin': 156}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0245;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1884 0 LINE",
+"1140 2004 LINE",
+"920 2004 LINE",
+"992 1688 LINE",
+"1572 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1112 2004 LINE",
+"892 2004 LINE",
+"152 0 LINE",
+"464 0 LINE",
+"1036 1688 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1968 0 LINE",
+"1288 2004 LINE",
+"952 2004 LINE",
+"1020 1532 LINE",
+"1456 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1128 2004 LINE",
+"792 2004 LINE",
+"112 0 LINE",
+"624 0 LINE",
+"1060 1532 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 0245;
+userData = {
+interface.gridadjust.original = "{'width': 1805, 'leftMargin': 37, 'rightMargin': 37}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = accountof;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"676 1220 OFFCURVE",
+"684 1152 OFFCURVE",
+"704 1116 CURVE",
+"912 1116 LINE",
+"912 1132 LINE",
+"892 1180 OFFCURVE",
+"880 1256 OFFCURVE",
+"880 1312 CURVE SMOOTH",
+"880 1704 LINE SMOOTH",
+"880 1924 OFFCURVE",
+"720 2024 OFFCURVE",
+"524 2024 CURVE SMOOTH",
+"304 2024 OFFCURVE",
+"156 1872 OFFCURVE",
+"156 1748 CURVE",
+"340 1748 LINE",
+"356 1808 OFFCURVE",
+"404 1856 OFFCURVE",
+"512 1856 CURVE SMOOTH",
+"632 1856 OFFCURVE",
+"676 1788 OFFCURVE",
+"676 1688 CURVE SMOOTH",
+"676 1268 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"628 1100 OFFCURVE",
+"752 1232 OFFCURVE",
+"776 1344 CURVE",
+"708 1424 LINE",
+"708 1348 OFFCURVE",
+"592 1268 OFFCURVE",
+"476 1268 CURVE SMOOTH",
+"380 1268 OFFCURVE",
+"328 1316 OFFCURVE",
+"328 1392 CURVE SMOOTH",
+"328 1488 OFFCURVE",
+"408 1528 OFFCURVE",
+"576 1528 CURVE SMOOTH",
+"720 1528 LINE",
+"720 1672 LINE",
+"532 1672 LINE SMOOTH",
+"284 1672 OFFCURVE",
+"128 1564 OFFCURVE",
+"128 1360 CURVE SMOOTH",
+"128 1204 OFFCURVE",
+"248 1100 OFFCURVE",
+"436 1100 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1764 -28 OFFCURVE",
+"1908 132 OFFCURVE",
+"1908 328 CURVE",
+"1704 328 LINE",
+"1704 240 OFFCURVE",
+"1648 148 OFFCURVE",
+"1524 148 CURVE SMOOTH",
+"1396 148 OFFCURVE",
+"1336 260 OFFCURVE",
+"1336 384 CURVE SMOOTH",
+"1336 492 LINE SMOOTH",
+"1336 616 OFFCURVE",
+"1396 732 OFFCURVE",
+"1520 732 CURVE SMOOTH",
+"1644 732 OFFCURVE",
+"1704 644 OFFCURVE",
+"1704 548 CURVE",
+"1908 548 LINE",
+"1908 740 OFFCURVE",
+"1760 904 OFFCURVE",
+"1520 904 CURVE SMOOTH",
+"1280 904 OFFCURVE",
+"1132 716 OFFCURVE",
+"1132 492 CURVE SMOOTH",
+"1132 384 LINE SMOOTH",
+"1132 160 OFFCURVE",
+"1280 -28 OFFCURVE",
+"1524 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1448 1812 LINE",
+"468 244 LINE",
+"620 152 LINE",
+"1600 1716 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"684 1244 OFFCURVE",
+"696 1156 OFFCURVE",
+"724 1100 CURVE",
+"992 1100 LINE",
+"992 1116 LINE",
+"968 1160 OFFCURVE",
+"956 1212 OFFCURVE",
+"956 1332 CURVE SMOOTH",
+"956 1700 LINE SMOOTH",
+"956 1916 OFFCURVE",
+"796 2024 OFFCURVE",
+"584 2024 CURVE SMOOTH",
+"344 2024 OFFCURVE",
+"188 1896 OFFCURVE",
+"188 1728 CURVE",
+"460 1728 LINE",
+"460 1796 OFFCURVE",
+"496 1824 OFFCURVE",
+"564 1824 CURVE SMOOTH",
+"648 1824 OFFCURVE",
+"684 1780 OFFCURVE",
+"684 1704 CURVE SMOOTH",
+"684 1328 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"632 1084 OFFCURVE",
+"716 1192 OFFCURVE",
+"760 1280 CURVE",
+"696 1396 LINE",
+"696 1348 OFFCURVE",
+"636 1284 OFFCURVE",
+"540 1284 CURVE SMOOTH",
+"476 1284 OFFCURVE",
+"436 1320 OFFCURVE",
+"436 1372 CURVE SMOOTH",
+"436 1440 OFFCURVE",
+"480 1504 OFFCURVE",
+"592 1504 CURVE SMOOTH",
+"720 1504 LINE",
+"720 1656 LINE",
+"592 1656 LINE SMOOTH",
+"304 1656 OFFCURVE",
+"168 1544 OFFCURVE",
+"168 1356 CURVE SMOOTH",
+"168 1188 OFFCURVE",
+"288 1084 OFFCURVE",
+"460 1084 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"2036 -28 OFFCURVE",
+"2172 148 OFFCURVE",
+"2172 340 CURVE",
+"1884 340 LINE",
+"1884 288 OFFCURVE",
+"1844 224 OFFCURVE",
+"1760 224 CURVE SMOOTH",
+"1672 224 OFFCURVE",
+"1628 300 OFFCURVE",
+"1628 384 CURVE SMOOTH",
+"1628 492 LINE SMOOTH",
+"1628 576 OFFCURVE",
+"1668 652 OFFCURVE",
+"1756 652 CURVE SMOOTH",
+"1844 652 OFFCURVE",
+"1884 588 OFFCURVE",
+"1884 532 CURVE",
+"2172 532 LINE",
+"2172 728 OFFCURVE",
+"2036 904 OFFCURVE",
+"1756 904 CURVE SMOOTH",
+"1484 904 OFFCURVE",
+"1344 716 OFFCURVE",
+"1344 492 CURVE SMOOTH",
+"1344 384 LINE SMOOTH",
+"1344 160 OFFCURVE",
+"1484 -28 OFFCURVE",
+"1760 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1628 1824 LINE",
+"648 260 LINE",
+"860 152 LINE",
+"1836 1716 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 2100;
+userData = {
+interface.gridadjust.original = "{'width': 2078, 'leftMargin': 149, 'rightMargin': 149}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"104 2112 LINE",
+"104 1580 LINE",
+"308 1580 LINE",
+"308 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 1920 LINE",
+"652 1920 LINE",
+"652 2112 LINE",
+"104 2112 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"240 2112 LINE",
+"240 1556 LINE",
+"516 1556 LINE",
+"516 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 1852 LINE",
+"816 1852 LINE",
+"816 2112 LINE",
+"240 2112 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02F9;
+userData = {
+interface.gridadjust.original = "{'width': 767, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -144, 552}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -144, 1756}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 496;
+},
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -4, 524}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -4, 1620}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 02F8;
+userData = {
+interface.gridadjust.original = "{'width': 499, 'leftMargin': 100, 'rightMargin': 63}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F5;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, 128, -1400}";
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 652, -1400}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, 40, -1404}";
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 728, -1404}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 02F5;
+userData = {
+interface.gridadjust.original = "{'width': 1313, 'leftMargin': 69, 'rightMargin': 123}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F4;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, 132, -1400}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, 0, -1404}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 02F4;
+userData = {
+interface.gridadjust.original = "{'width': 791, 'leftMargin': 69, 'rightMargin': 124}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"944 -312 OFFCURVE",
+"884 -380 OFFCURVE",
+"808 -380 CURVE SMOOTH",
+"664 -380 OFFCURVE",
+"596 -252 OFFCURVE",
+"444 -252 CURVE SMOOTH",
+"272 -252 OFFCURVE",
+"140 -392 OFFCURVE",
+"140 -600 CURVE",
+"324 -608 LINE",
+"324 -524 OFFCURVE",
+"380 -456 OFFCURVE",
+"456 -456 CURVE SMOOTH",
+"608 -456 OFFCURVE",
+"636 -584 OFFCURVE",
+"824 -584 CURVE SMOOTH",
+"992 -584 OFFCURVE",
+"1124 -452 OFFCURVE",
+"1124 -244 CURVE",
+"944 -228 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"936 -260 OFFCURVE",
+"884 -300 OFFCURVE",
+"824 -300 CURVE SMOOTH",
+"692 -300 OFFCURVE",
+"588 -184 OFFCURVE",
+"444 -184 CURVE SMOOTH",
+"260 -184 OFFCURVE",
+"128 -364 OFFCURVE",
+"128 -560 CURVE",
+"380 -572 LINE",
+"380 -492 OFFCURVE",
+"428 -452 OFFCURVE",
+"488 -452 CURVE SMOOTH",
+"628 -452 OFFCURVE",
+"696 -564 OFFCURVE",
+"868 -564 CURVE SMOOTH",
+"1052 -564 OFFCURVE",
+"1184 -392 OFFCURVE",
+"1184 -192 CURVE",
+"936 -176 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02F7;
+userData = {
+interface.gridadjust.original = "{'width': 1176, 'leftMargin': 96, 'rightMargin': 97}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, 24, -1400}";
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 548, -1400}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, -76, -1404}";
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 612, -1404}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 02F6;
+userData = {
+interface.gridadjust.original = "{'width': 1327, 'leftMargin': 97, 'rightMargin': 109}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 -380 LINE",
+"156 -484 LINE",
+"856 -752 LINE",
+"856 -596 LINE",
+"420 -444 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"856 -100 LINE",
+"156 -364 LINE",
+"156 -472 LINE",
+"420 -412 LINE",
+"856 -252 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 -372 LINE",
+"156 -520 LINE",
+"900 -760 LINE",
+"900 -560 LINE",
+"476 -432 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"900 -84 LINE",
+"156 -328 LINE",
+"156 -472 LINE",
+"476 -416 LINE",
+"900 -284 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02F1;
+userData = {
+interface.gridadjust.original = "{'width': 837, 'leftMargin': 69, 'rightMargin': 68}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"556 -100 LINE",
+"440 -100 LINE",
+"152 -748 LINE",
+"320 -748 LINE",
+"488 -344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"856 -748 LINE",
+"572 -100 LINE",
+"456 -100 LINE",
+"524 -344 LINE",
+"688 -748 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"584 -100 LINE",
+"424 -100 LINE",
+"164 -760 LINE",
+"380 -760 LINE",
+"520 -384 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"892 -760 LINE",
+"632 -100 LINE",
+"476 -100 LINE",
+"536 -384 LINE",
+"680 -760 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02F0;
+userData = {
+interface.gridadjust.original = "{'width': 843, 'leftMargin': 69, 'rightMargin': 69}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F3;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{404, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"132 -476 OFFCURVE",
+"240 -568 OFFCURVE",
+"376 -568 CURVE SMOOTH",
+"504 -568 OFFCURVE",
+"620 -476 OFFCURVE",
+"620 -336 CURVE SMOOTH",
+"620 -200 OFFCURVE",
+"504 -104 OFFCURVE",
+"376 -104 CURVE SMOOTH",
+"240 -104 OFFCURVE",
+"132 -200 OFFCURVE",
+"132 -336 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"256 -268 OFFCURVE",
+"308 -216 OFFCURVE",
+"376 -216 CURVE SMOOTH",
+"436 -216 OFFCURVE",
+"496 -268 OFFCURVE",
+"496 -336 CURVE SMOOTH",
+"496 -404 OFFCURVE",
+"436 -456 OFFCURVE",
+"376 -456 CURVE SMOOTH",
+"308 -456 OFFCURVE",
+"256 -404 OFFCURVE",
+"256 -336 CURVE SMOOTH"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{536, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"268 -444 OFFCURVE",
+"380 -544 OFFCURVE",
+"532 -544 CURVE SMOOTH",
+"676 -544 OFFCURVE",
+"792 -448 OFFCURVE",
+"792 -308 CURVE SMOOTH",
+"792 -176 OFFCURVE",
+"676 -72 OFFCURVE",
+"532 -72 CURVE SMOOTH",
+"380 -72 OFFCURVE",
+"268 -176 OFFCURVE",
+"268 -308 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 -252 OFFCURVE",
+"472 -212 OFFCURVE",
+"532 -212 CURVE SMOOTH",
+"584 -212 OFFCURVE",
+"624 -252 OFFCURVE",
+"624 -308 CURVE SMOOTH",
+"624 -368 OFFCURVE",
+"584 -408 OFFCURVE",
+"532 -408 CURVE SMOOTH",
+"472 -408 OFFCURVE",
+"432 -368 OFFCURVE",
+"432 -308 CURVE SMOOTH"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02F3;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02F2;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"856 -380 LINE",
+"856 -484 LINE",
+"156 -752 LINE",
+"156 -596 LINE",
+"592 -444 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 -100 LINE",
+"856 -364 LINE",
+"856 -472 LINE",
+"592 -412 LINE",
+"156 -252 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"900 -372 LINE",
+"900 -520 LINE",
+"156 -760 LINE",
+"156 -560 LINE",
+"580 -432 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 -84 LINE",
+"900 -328 LINE",
+"900 -472 LINE",
+"580 -416 LINE",
+"156 -284 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02F2;
+userData = {
+interface.gridadjust.original = "{'width': 837, 'leftMargin': 69, 'rightMargin': 68}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = dotmacroncomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2578}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-967 1793 OFFCURVE",
+"-913 1727 OFFCURVE",
+"-809 1727 CURVE SMOOTH",
+"-704 1727 OFFCURVE",
+"-649 1793 OFFCURVE",
+"-649 1877 CURVE SMOOTH",
+"-649 1962 OFFCURVE",
+"-704 2030 OFFCURVE",
+"-809 2030 CURVE SMOOTH",
+"-913 2030 OFFCURVE",
+"-967 1962 OFFCURVE",
+"-967 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1271 2394 LINE",
+"-1271 2188 LINE",
+"-331 2188 LINE",
+"-331 2394 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1742}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2694}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1013 1778 OFFCURVE",
+"-925 1694 OFFCURVE",
+"-793 1694 CURVE SMOOTH",
+"-661 1694 OFFCURVE",
+"-573 1778 OFFCURVE",
+"-573 1895 CURVE SMOOTH",
+"-573 2013 OFFCURVE",
+"-661 2097 OFFCURVE",
+"-793 2097 CURVE SMOOTH",
+"-925 2097 OFFCURVE",
+"-1013 2013 OFFCURVE",
+"-1013 1895 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1268 2485 LINE",
+"-1268 2247 LINE",
+"-315 2247 LINE",
+"-315 2485 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = fiveeighths;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, -84, 900}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 436, 0}";
+},
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 1200, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+name = five.sup;
+transform = "{1, 0, 0, 1, -72, 916}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 468, 0}";
+},
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 1212, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 215D;
+userData = {
+interface.gridadjust.original = "{'width': 2399, 'leftMargin': 242, 'rightMargin': 178}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02FE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"348 -488 LINE",
+"348 -656 LINE",
+"1100 -656 LINE",
+"1100 -488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 -124 LINE",
+"164 -656 LINE",
+"372 -656 LINE",
+"372 -124 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"404 -368 LINE",
+"404 -628 LINE",
+"1092 -628 LINE",
+"1092 -368 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"220 -68 LINE",
+"220 -628 LINE",
+"496 -628 LINE",
+"496 -68 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02FE;
+userData = {
+interface.gridadjust.original = "{'width': 1156, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02FD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"348 -460 LINE",
+"348 -628 LINE",
+"912 -628 LINE",
+"912 -460 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 -140 LINE",
+"164 -628 LINE",
+"372 -628 LINE",
+"372 -140 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"892 -140 LINE",
+"892 -628 LINE",
+"1100 -628 LINE",
+"1100 -140 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"344 -352 LINE",
+"344 -612 LINE",
+"896 -612 LINE",
+"896 -352 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"160 -84 LINE",
+"160 -612 LINE",
+"436 -612 LINE",
+"436 -84 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"876 -84 LINE",
+"876 -612 LINE",
+"1152 -612 LINE",
+"1152 -84 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02FD;
+userData = {
+interface.gridadjust.original = "{'width': 1156, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02FF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"272 -100 LINE",
+"272 -268 LINE",
+"1164 -268 LINE",
+"1164 -100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"100 -184 LINE",
+"232 -292 LINE",
+"756 232 LINE",
+"516 232 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 -84 LINE",
+"100 -184 LINE",
+"516 -600 LINE",
+"756 -600 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"424 -44 LINE",
+"424 -324 LINE",
+"1316 -324 LINE",
+"1316 -44 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"252 -184 LINE",
+"468 -292 LINE",
+"988 232 LINE",
+"668 232 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"476 -84 LINE",
+"252 -184 LINE",
+"668 -600 LINE",
+"988 -600 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 02FF;
+userData = {
+interface.gridadjust.original = "{'width': 1255, 'leftMargin': 83, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02FA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"652 2112 LINE",
+"652 1580 LINE",
+"444 1580 LINE",
+"444 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 1920 LINE",
+"104 1920 LINE",
+"104 2112 LINE",
+"652 2112 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"816 2112 LINE",
+"816 1556 LINE",
+"540 1556 LINE",
+"540 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"816 1852 LINE",
+"240 1852 LINE",
+"240 2112 LINE",
+"816 2112 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02FA;
+userData = {
+interface.gridadjust.original = "{'width': 767, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02FC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"652 -464 LINE",
+"104 -464 LINE",
+"104 -656 LINE",
+"652 -656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 -656 LINE",
+"652 -124 LINE",
+"444 -124 LINE",
+"444 -656 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"816 -368 LINE",
+"240 -368 LINE",
+"240 -628 LINE",
+"816 -628 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"816 -628 LINE",
+"816 -68 LINE",
+"540 -68 LINE",
+"540 -628 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02FC;
+userData = {
+interface.gridadjust.original = "{'width': 767, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni02FB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"104 -656 LINE",
+"104 -124 LINE",
+"308 -124 LINE",
+"308 -656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 -464 LINE",
+"652 -464 LINE",
+"652 -656 LINE",
+"104 -656 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"240 -628 LINE",
+"240 -68 LINE",
+"516 -68 LINE",
+"516 -628 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 -368 LINE",
+"816 -368 LINE",
+"816 -628 LINE",
+"240 -628 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02FB;
+userData = {
+interface.gridadjust.original = "{'width': 767, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = angstrom;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1076 2004 LINE",
+"892 2004 LINE",
+"128 0 LINE",
+"392 0 LINE",
+"1048 1816 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1908 0 LINE",
+"1140 2004 LINE",
+"952 2004 LINE",
+"992 1816 LINE",
+"1648 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"480 768 LINE",
+"480 544 LINE",
+"1580 544 LINE",
+"1580 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"712 1996 OFFCURVE",
+"844 1876 OFFCURVE",
+"1016 1876 CURVE SMOOTH",
+"1184 1876 OFFCURVE",
+"1316 1996 OFFCURVE",
+"1316 2160 CURVE SMOOTH",
+"1316 2320 OFFCURVE",
+"1184 2448 OFFCURVE",
+"1016 2448 CURVE SMOOTH",
+"844 2448 OFFCURVE",
+"712 2320 OFFCURVE",
+"712 2160 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"856 2244 OFFCURVE",
+"920 2320 OFFCURVE",
+"1016 2320 CURVE SMOOTH",
+"1108 2320 OFFCURVE",
+"1172 2244 OFFCURVE",
+"1172 2160 CURVE SMOOTH",
+"1172 2076 OFFCURVE",
+"1108 2000 OFFCURVE",
+"1016 2000 CURVE SMOOTH",
+"920 2000 OFFCURVE",
+"856 2080 OFFCURVE",
+"856 2160 CURVE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1136 2004 LINE",
+"824 2004 LINE",
+"84 0 LINE",
+"576 0 LINE",
+"1084 1580 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1996 0 LINE",
+"1256 2004 LINE",
+"940 2004 LINE",
+"996 1580 LINE",
+"1504 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"444 748 LINE",
+"444 376 LINE",
+"1484 376 LINE",
+"1484 748 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"732 1996 OFFCURVE",
+"860 1872 OFFCURVE",
+"1040 1872 CURVE SMOOTH",
+"1216 1872 OFFCURVE",
+"1348 1996 OFFCURVE",
+"1348 2144 CURVE SMOOTH",
+"1348 2296 OFFCURVE",
+"1216 2424 OFFCURVE",
+"1040 2424 CURVE SMOOTH",
+"860 2424 OFFCURVE",
+"732 2296 OFFCURVE",
+"732 2144 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"896 2224 OFFCURVE",
+"948 2292 OFFCURVE",
+"1040 2292 CURVE SMOOTH",
+"1128 2292 OFFCURVE",
+"1184 2224 OFFCURVE",
+"1184 2144 CURVE SMOOTH",
+"1184 2064 OFFCURVE",
+"1128 2004 OFFCURVE",
+"1040 2004 CURVE SMOOTH",
+"948 2004 OFFCURVE",
+"896 2064 OFFCURVE",
+"896 2144 CURVE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 212B;
+userData = {
+interface.gridadjust.original = "{'width': 1855, 'leftMargin': 39, 'rightMargin': 36}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = macrongravecomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1763}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2668}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1271 1988 LINE",
+"-1271 1782 LINE",
+"-331 1782 LINE",
+"-331 1988 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1253 2511 LINE",
+"-888 2104 LINE",
+"-655 2104 LINE",
+"-921 2511 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1782}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2736}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1268 2005 LINE",
+"-1268 1767 LINE",
+"-315 1767 LINE",
+"-315 2005 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1324 2552 LINE",
+"-939 2120 LINE",
+"-579 2120 LINE",
+"-853 2552 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (250,227,227,1);
+glyphname = macronsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{-809, 0}";
+},
+{
+name = _markbottom;
+position = "{-809, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-809, -404}";
+}
+);
+components = (
+{
+name = macron;
+transform = "{1, 0, 0, 1, -1475, -2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{-792, 0}";
+},
+{
+name = _markbottom;
+position = "{-792, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-791, -474}";
+}
+);
+components = (
+{
+name = macron;
+transform = "{1, 0, 0, 1, -1513, -2241}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0331;
+},
+{
+color = (250,227,227,1);
+glyphname = ringlefthalfsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-690, -14}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-690, -672}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-734 -660 OFFCURVE",
+"-862 -551 OFFCURVE",
+"-862 -389 CURVE SMOOTH",
+"-862 -228 OFFCURVE",
+"-734 -113 OFFCURVE",
+"-579 -113 CURVE",
+"-579 -241 LINE",
+"-657 -241 OFFCURVE",
+"-719 -304 OFFCURVE",
+"-719 -389 CURVE SMOOTH",
+"-719 -472 OFFCURVE",
+"-657 -534 OFFCURVE",
+"-579 -534 CURVE",
+"-579 -660 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-806, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-806, -616}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-844 -616 OFFCURVE",
+"-971 -507 OFFCURVE",
+"-971 -356 CURVE SMOOTH",
+"-971 -206 OFFCURVE",
+"-844 -91 OFFCURVE",
+"-681 -91 CURVE",
+"-681 -224 LINE",
+"-756 -224 OFFCURVE",
+"-806 -276 OFFCURVE",
+"-806 -356 CURVE SMOOTH",
+"-806 -433 OFFCURVE",
+"-756 -485 OFFCURVE",
+"-681 -485 CURVE",
+"-681 -616 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 031C;
+},
+{
+glyphname = Lsmallcap;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{696, 0}";
+},
+{
+name = top;
+position = "{280, 1776}";
+},
+{
+name = top0315;
+position = "{1188, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"348 216 LINE",
+"348 0 LINE",
+"1132 0 LINE",
+"1132 216 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 1488 LINE",
+"136 0 LINE",
+"412 0 LINE",
+"412 1488 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{708, 0}";
+},
+{
+name = top;
+position = "{336, 1776}";
+},
+{
+name = top0315;
+position = "{1244, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 356 LINE",
+"388 0 LINE",
+"1200 0 LINE",
+"1200 356 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"112 1488 LINE",
+"112 0 LINE",
+"556 0 LINE",
+"556 1488 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 029F;
+userData = {
+interface.gridadjust.original = "{'width': 1239, 'leftMargin': 188, 'rightMargin': 56}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = squaresubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-807, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-807, -666}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-529 -666 LINE",
+"-529 -110 LINE",
+"-1085 -110 LINE",
+"-1085 -666 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-679 -260 LINE",
+"-679 -516 LINE",
+"-935 -516 LINE",
+"-935 -260 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-791, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-791, -722}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-485 -722 LINE",
+"-485 -111 LINE",
+"-1096 -111 LINE",
+"-1096 -722 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-700 -326 LINE",
+"-700 -507 LINE",
+"-881 -507 LINE",
+"-881 -326 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 033B;
+},
+{
+glyphname = Schwa;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1016, 0}";
+},
+{
+name = top;
+position = "{964, 2200}";
+},
+{
+name = top0315;
+position = "{2008, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1476 -28 OFFCURVE",
+"1848 368 OFFCURVE",
+"1848 940 CURVE SMOOTH",
+"1848 1056 LINE SMOOTH",
+"1848 1628 OFFCURVE",
+"1524 2032 OFFCURVE",
+"936 2032 CURVE SMOOTH",
+"620 2032 OFFCURVE",
+"436 1936 OFFCURVE",
+"380 1900 CURVE",
+"448 1692 LINE",
+"548 1736 OFFCURVE",
+"700 1796 OFFCURVE",
+"936 1796 CURVE SMOOTH",
+"1380 1796 OFFCURVE",
+"1560 1468 OFFCURVE",
+"1560 1056 CURVE SMOOTH",
+"1560 940 LINE SMOOTH",
+"1560 532 OFFCURVE",
+"1364 204 OFFCURVE",
+"1016 204 CURVE SMOOTH",
+"608 204 OFFCURVE",
+"472 468 OFFCURVE",
+"472 804 CURVE SMOOTH",
+"472 848 LINE",
+"1672 848 LINE",
+"1672 1064 LINE",
+"188 1064 LINE",
+"188 892 LINE SMOOTH",
+"188 328 OFFCURVE",
+"468 -28 OFFCURVE",
+"1016 -28 CURVE SMOOTH"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1040, 0}";
+},
+{
+name = top;
+position = "{1040, 2200}";
+},
+{
+name = top0315;
+position = "{2036, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1536 -28 OFFCURVE",
+"1912 344 OFFCURVE",
+"1912 880 CURVE SMOOTH",
+"1912 1116 LINE SMOOTH",
+"1912 1652 OFFCURVE",
+"1580 2032 OFFCURVE",
+"948 2032 CURVE SMOOTH",
+"660 2032 OFFCURVE",
+"364 1960 OFFCURVE",
+"304 1932 CURVE",
+"372 1544 LINE",
+"480 1576 OFFCURVE",
+"668 1620 OFFCURVE",
+"920 1620 CURVE SMOOTH",
+"1324 1620 OFFCURVE",
+"1452 1392 OFFCURVE",
+"1452 1116 CURVE SMOOTH",
+"1452 880 LINE SMOOTH",
+"1452 604 OFFCURVE",
+"1316 380 OFFCURVE",
+"1044 380 CURVE SMOOTH",
+"740 380 OFFCURVE",
+"628 540 OFFCURVE",
+"628 744 CURVE SMOOTH",
+"628 784 LINE",
+"1564 784 LINE",
+"1564 1164 LINE",
+"168 1164 LINE",
+"168 920 LINE SMOOTH",
+"168 340 OFFCURVE",
+"472 -28 OFFCURVE",
+"1044 -28 CURVE SMOOTH"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 018F;
+userData = {
+interface.gridadjust.original = "{'width': 1940, 'leftMargin': 120, 'rightMargin': 159}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni2B5B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1000 1692 LINE SMOOTH",
+"924 1968 OFFCURVE",
+"832 2144 OFFCURVE",
+"528 2144 CURVE SMOOTH",
+"200 2144 OFFCURVE",
+"56 1892 OFFCURVE",
+"136 1604 CURVE SMOOTH",
+"228 1256 LINE",
+"396 1296 LINE",
+"308 1620 LINE SMOOTH",
+"252 1836 OFFCURVE",
+"320 1980 OFFCURVE",
+"524 1980 CURVE SMOOTH",
+"744 1980 OFFCURVE",
+"792 1808 OFFCURVE",
+"832 1652 CURVE SMOOTH",
+"1240 140 LINE",
+"1416 140 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1368 -28 LINE",
+"1440 128 LINE",
+"800 496 LINE",
+"860 264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1236 80 LINE",
+"1368 -28 LINE",
+"1664 480 LINE",
+"1600 712 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1208 1744 LINE SMOOTH",
+"1124 2060 OFFCURVE",
+"976 2144 OFFCURVE",
+"744 2144 CURVE SMOOTH",
+"360 2144 OFFCURVE",
+"180 1840 OFFCURVE",
+"284 1464 CURVE SMOOTH",
+"404 1028 LINE",
+"668 1116 LINE",
+"560 1524 LINE SMOOTH",
+"488 1784 OFFCURVE",
+"608 1872 OFFCURVE",
+"740 1872 CURVE SMOOTH",
+"828 1872 OFFCURVE",
+"900 1824 OFFCURVE",
+"936 1692 CURVE SMOOTH",
+"1340 176 LINE",
+"1628 176 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1532 -28 LINE",
+"1580 208 LINE",
+"940 576 LINE",
+"1024 264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1376 160 LINE",
+"1532 -28 LINE",
+"1824 480 LINE",
+"1740 792 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2B5B;
+userData = {
+interface.gridadjust.original = "{'width': 1770, 'leftMargin': 111.50659125511498, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni2B5C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1344 1960 LINE",
+"1180 2004 LINE",
+"640 0 LINE",
+"816 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1376 1992 LINE",
+"1308 2144 LINE",
+"800 1856 LINE",
+"736 1624 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1308 2144 LINE",
+"1176 2040 LINE",
+"1540 1408 LINE",
+"1600 1640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"176 0 LINE",
+"736 0 LINE",
+"736 164 LINE",
+"176 164 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 1972 LINE",
+"1220 2048 LINE",
+"672 0 LINE",
+"960 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1448 1940 LINE",
+"1400 2176 LINE",
+"892 1884 LINE",
+"808 1572 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1400 2176 LINE",
+"1244 1988 LINE",
+"1608 1356 LINE",
+"1692 1668 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"132 0 LINE",
+"868 0 LINE",
+"868 276 LINE",
+"132 276 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2B5C;
+userData = {
+interface.gridadjust.original = "{'width': 1645, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni2B5A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"712 1300 LINE SMOOTH",
+"796 1612 OFFCURVE",
+"844 1980 OFFCURVE",
+"1116 1980 CURVE SMOOTH",
+"1340 1980 OFFCURVE",
+"1388 1824 OFFCURVE",
+"1332 1620 CURVE SMOOTH",
+"1244 1296 LINE",
+"1412 1256 LINE",
+"1508 1604 LINE SMOOTH",
+"1588 1912 OFFCURVE",
+"1456 2144 OFFCURVE",
+"1128 2144 CURVE SMOOTH",
+"760 2144 OFFCURVE",
+"676 1824 OFFCURVE",
+"548 1344 CURVE SMOOTH",
+"188 0 LINE",
+"364 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1204 1248 LINE",
+"1276 1092 LINE",
+"1780 1384 LINE",
+"1844 1616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 1092 LINE",
+"1408 1200 LINE",
+"1044 1832 LINE",
+"980 1600 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"908 1504 LINE SMOOTH",
+"968 1732 OFFCURVE",
+"1020 1872 OFFCURVE",
+"1172 1872 CURVE SMOOTH",
+"1332 1872 OFFCURVE",
+"1404 1784 OFFCURVE",
+"1328 1496 CURVE SMOOTH",
+"1224 1116 LINE",
+"1504 1076 LINE",
+"1604 1440 LINE SMOOTH",
+"1728 1912 OFFCURVE",
+"1556 2144 OFFCURVE",
+"1172 2144 CURVE SMOOTH",
+"856 2144 OFFCURVE",
+"716 1872 OFFCURVE",
+"628 1544 CURVE SMOOTH",
+"216 0 LINE",
+"504 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1228 1032 LINE",
+"1276 800 LINE",
+"1784 1088 LINE",
+"1864 1400 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 800 LINE",
+"1428 984 LINE",
+"1064 1616 LINE",
+"980 1304 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2B5A;
+userData = {
+interface.gridadjust.original = "{'width': 1874, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni2B5F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"720 1488 LINE",
+"548 1488 LINE",
+"176 128 LINE",
+"308 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 660 LINE",
+"1412 808 LINE",
+"224 120 LINE",
+"308 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1544 660 LINE",
+"1604 820 LINE",
+"1040 972 LINE",
+"832 852 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1604 820 LINE",
+"1436 836 LINE",
+"1244 132 LINE",
+"1452 252 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"804 1488 LINE",
+"516 1488 LINE",
+"172 216 LINE",
+"396 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1576 656 LINE",
+"1436 896 LINE",
+"228 196 LINE",
+"396 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1520 660 LINE",
+"1652 860 LINE",
+"1088 1016 LINE",
+"808 852 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1652 860 LINE",
+"1412 836 LINE",
+"1224 132 LINE",
+"1504 296 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2B5F;
+userData = {
+interface.gridadjust.original = "{'width': 1649, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni2B5D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1180 116 LINE",
+"1344 160 LINE",
+"816 2120 LINE",
+"640 2120 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1308 -28 LINE",
+"1376 128 LINE",
+"736 496 LINE",
+"800 264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 80 LINE",
+"1308 -28 LINE",
+"1600 480 LINE",
+"1540 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"736 1952 LINE",
+"736 2120 LINE",
+"176 2120 LINE",
+"176 1952 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1220 100 LINE",
+"1488 172 LINE",
+"960 2148 LINE",
+"672 2148 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1400 -28 LINE",
+"1448 208 LINE",
+"808 576 LINE",
+"892 264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1244 160 LINE",
+"1400 -28 LINE",
+"1692 480 LINE",
+"1608 792 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"868 1872 LINE",
+"868 2148 LINE",
+"132 2148 LINE",
+"132 1872 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2B5D;
+userData = {
+interface.gridadjust.original = "{'width': 1645, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni2B5E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"884 2112 LINE",
+"712 2112 LINE",
+"176 128 LINE",
+"308 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 660 LINE",
+"1412 808 LINE",
+"224 120 LINE",
+"308 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1544 660 LINE",
+"1604 820 LINE",
+"1040 972 LINE",
+"832 852 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1604 820 LINE",
+"1436 836 LINE",
+"1244 132 LINE",
+"1452 252 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"972 2112 LINE",
+"684 2112 LINE",
+"172 216 LINE",
+"396 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1576 656 LINE",
+"1436 896 LINE",
+"228 196 LINE",
+"396 -28 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1520 660 LINE",
+"1652 860 LINE",
+"1088 1016 LINE",
+"808 852 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1652 860 LINE",
+"1412 836 LINE",
+"1224 132 LINE",
+"1504 296 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2B5E;
+userData = {
+interface.gridadjust.original = "{'width': 1649, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = three.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"496 524 LINE",
+"652 524 LINE",
+"896 524 OFFCURVE",
+"1032 644 OFFCURVE",
+"1032 792 CURVE",
+"1032 992 OFFCURVE",
+"868 1100 OFFCURVE",
+"624 1100 CURVE SMOOTH",
+"404 1100 OFFCURVE",
+"228 984 OFFCURVE",
+"228 796 CURVE",
+"460 796 LINE",
+"460 868 OFFCURVE",
+"532 916 OFFCURVE",
+"628 916 CURVE SMOOTH",
+"748 916 OFFCURVE",
+"800 856 OFFCURVE",
+"800 780 CURVE",
+"800 696 OFFCURVE",
+"740 636 OFFCURVE",
+"612 636 CURVE SMOOTH",
+"496 636 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 468 LINE SMOOTH",
+"740 468 OFFCURVE",
+"820 428 OFFCURVE",
+"820 316 CURVE SMOOTH",
+"820 232 OFFCURVE",
+"756 172 OFFCURVE",
+"632 172 CURVE SMOOTH",
+"520 172 OFFCURVE",
+"448 232 OFFCURVE",
+"448 308 CURVE",
+"216 308 LINE",
+"216 84 OFFCURVE",
+"416 -16 OFFCURVE",
+"624 -16 CURVE SMOOTH",
+"868 -16 OFFCURVE",
+"1052 100 OFFCURVE",
+"1052 304 CURVE SMOOTH",
+"1052 480 OFFCURVE",
+"928 580 OFFCURVE",
+"652 580 CURVE SMOOTH",
+"496 580 LINE",
+"496 468 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"524 524 LINE",
+"696 524 LINE",
+"908 524 OFFCURVE",
+"1088 612 OFFCURVE",
+"1088 788 CURVE",
+"1088 992 OFFCURVE",
+"908 1100 OFFCURVE",
+"644 1100 CURVE SMOOTH",
+"424 1100 OFFCURVE",
+"224 1000 OFFCURVE",
+"224 788 CURVE",
+"524 788 LINE",
+"524 836 OFFCURVE",
+"584 860 OFFCURVE",
+"652 860 CURVE SMOOTH",
+"756 860 OFFCURVE",
+"788 808 OFFCURVE",
+"788 764 CURVE",
+"788 696 OFFCURVE",
+"744 652 OFFCURVE",
+"648 652 CURVE SMOOTH",
+"524 652 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"648 456 LINE SMOOTH",
+"748 456 OFFCURVE",
+"808 424 OFFCURVE",
+"808 340 CURVE SMOOTH",
+"808 284 OFFCURVE",
+"768 228 OFFCURVE",
+"664 228 CURVE SMOOTH",
+"564 228 OFFCURVE",
+"508 280 OFFCURVE",
+"508 332 CURVE",
+"204 332 LINE",
+"204 76 OFFCURVE",
+"440 -16 OFFCURVE",
+"644 -16 CURVE SMOOTH",
+"908 -16 OFFCURVE",
+"1108 104 OFFCURVE",
+"1108 304 CURVE SMOOTH",
+"1108 524 OFFCURVE",
+"924 580 OFFCURVE",
+"696 580 CURVE SMOOTH",
+"524 580 LINE",
+"524 456 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 84, 'rightMargin': 116}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = oi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"516 192 OFFCURVE",
+"372 384 OFFCURVE",
+"372 716 CURVE SMOOTH",
+"372 772 LINE SMOOTH",
+"372 1024 OFFCURVE",
+"456 1296 OFFCURVE",
+"764 1296 CURVE",
+"844 1296 OFFCURVE",
+"912 1272 OFFCURVE",
+"964 1232 CURVE",
+"964 700 LINE",
+"1240 700 LINE",
+"1240 1304 LINE",
+"1136 1436 OFFCURVE",
+"972 1516 OFFCURVE",
+"764 1516 CURVE SMOOTH",
+"312 1516 OFFCURVE",
+"96 1168 OFFCURVE",
+"96 772 CURVE SMOOTH",
+"96 716 LINE SMOOTH",
+"96 320 OFFCURVE",
+"308 -28 OFFCURVE",
+"764 -28 CURVE",
+"956 -28 OFFCURVE",
+"1132 60 OFFCURVE",
+"1240 188 CURVE",
+"1240 748 LINE",
+"964 748 LINE",
+"964 252 LINE",
+"908 216 OFFCURVE",
+"840 192 OFFCURVE",
+"764 192 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1464 1488 LINE",
+"1108 1304 LINE",
+"1108 956 LINE",
+"1408 1132 LINE",
+"1408 -572 LINE",
+"1680 -572 LINE",
+"1680 1488 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1379.125, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"580 332 OFFCURVE",
+"544 508 OFFCURVE",
+"544 728 CURVE SMOOTH",
+"544 760 LINE SMOOTH",
+"544 976 OFFCURVE",
+"580 1160 OFFCURVE",
+"784 1160 CURVE",
+"868 1160 OFFCURVE",
+"924 1128 OFFCURVE",
+"960 1076 CURVE",
+"960 796 LINE",
+"1404 764 LINE",
+"1404 1152 LINE",
+"1328 1304 OFFCURVE",
+"1116 1516 OFFCURVE",
+"796 1516 CURVE SMOOTH",
+"332 1516 OFFCURVE",
+"104 1188 OFFCURVE",
+"104 760 CURVE SMOOTH",
+"104 728 LINE SMOOTH",
+"104 296 OFFCURVE",
+"332 -28 OFFCURVE",
+"796 -28 CURVE",
+"1140 -28 OFFCURVE",
+"1304 120 OFFCURVE",
+"1404 296 CURVE",
+"1404 860 LINE",
+"960 860 LINE",
+"960 396 LINE",
+"924 352 OFFCURVE",
+"864 332 OFFCURVE",
+"788 332 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1684 1488 LINE",
+"1212 1284 LINE",
+"1212 872 LINE",
+"1536 996 LINE",
+"1536 -572 LINE",
+"1980 -572 LINE",
+"1980 1488 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 01A3;
+userData = {
+interface.gridadjust.original = "{'width': 1910, 'leftMargin': 127, 'rightMargin': 198}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Tonetwo;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"448 692 OFFCURVE",
+"536 776 OFFCURVE",
+"908 888 CURVE",
+"1300 1000 OFFCURVE",
+"1556 1172 OFFCURVE",
+"1556 1480 CURVE SMOOTH",
+"1556 1792 OFFCURVE",
+"1288 2032 OFFCURVE",
+"872 2032 CURVE SMOOTH",
+"412 2032 OFFCURVE",
+"160 1732 OFFCURVE",
+"160 1424 CURVE",
+"448 1424 LINE",
+"448 1644 OFFCURVE",
+"580 1800 OFFCURVE",
+"872 1800 CURVE SMOOTH",
+"1144 1800 OFFCURVE",
+"1268 1668 OFFCURVE",
+"1268 1484 CURVE SMOOTH",
+"1268 1320 OFFCURVE",
+"1128 1220 OFFCURVE",
+"816 1132 CURVE",
+"356 1000 OFFCURVE",
+"160 820 OFFCURVE",
+"160 512 CURVE SMOOTH",
+"160 188 OFFCURVE",
+"432 -28 OFFCURVE",
+"860 -28 CURVE SMOOTH",
+"1232 -28 OFFCURVE",
+"1616 188 OFFCURVE",
+"1616 584 CURVE",
+"1332 584 LINE",
+"1332 320 OFFCURVE",
+"1112 200 OFFCURVE",
+"860 200 CURVE SMOOTH",
+"592 200 OFFCURVE",
+"448 320 OFFCURVE",
+"448 508 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"592 656 OFFCURVE",
+"648 724 OFFCURVE",
+"956 824 CURVE SMOOTH",
+"1312 944 OFFCURVE",
+"1636 1108 OFFCURVE",
+"1636 1468 CURVE SMOOTH",
+"1636 1812 OFFCURVE",
+"1316 2032 OFFCURVE",
+"876 2032 CURVE SMOOTH",
+"436 2032 OFFCURVE",
+"132 1788 OFFCURVE",
+"132 1408 CURVE",
+"588 1408 LINE",
+"588 1560 OFFCURVE",
+"684 1664 OFFCURVE",
+"884 1664 CURVE SMOOTH",
+"1076 1664 OFFCURVE",
+"1176 1572 OFFCURVE",
+"1176 1464 CURVE SMOOTH",
+"1176 1344 OFFCURVE",
+"1036 1272 OFFCURVE",
+"800 1196 CURVE SMOOTH",
+"368 1064 OFFCURVE",
+"132 872 OFFCURVE",
+"132 536 CURVE SMOOTH",
+"132 176 OFFCURVE",
+"420 -28 OFFCURVE",
+"864 -28 CURVE SMOOTH",
+"1272 -28 OFFCURVE",
+"1696 176 OFFCURVE",
+"1696 648 CURVE",
+"1232 648 LINE",
+"1232 416 OFFCURVE",
+"1096 336 OFFCURVE",
+"864 336 CURVE SMOOTH",
+"672 336 OFFCURVE",
+"592 424 OFFCURVE",
+"592 532 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01A7;
+userData = {
+interface.gridadjust.original = "{'width': 1672.0, 'leftMargin': 105, 'rightMargin': 109.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = two.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"524 188 LINE",
+"756 376 LINE SMOOTH",
+"920 520 OFFCURVE",
+"1020 628 OFFCURVE",
+"1020 772 CURVE SMOOTH",
+"1020 976 OFFCURVE",
+"872 1100 OFFCURVE",
+"620 1100 CURVE SMOOTH",
+"360 1100 OFFCURVE",
+"204 936 OFFCURVE",
+"204 740 CURVE",
+"436 740 LINE",
+"436 840 OFFCURVE",
+"496 916 OFFCURVE",
+"628 916 CURVE SMOOTH",
+"728 916 OFFCURVE",
+"788 856 OFFCURVE",
+"788 772 CURVE SMOOTH",
+"788 712 OFFCURVE",
+"748 636 OFFCURVE",
+"624 528 CURVE SMOOTH",
+"228 156 LINE",
+"228 0 LINE",
+"1060 0 LINE",
+"1060 188 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"636 240 LINE",
+"760 336 LINE SMOOTH",
+"976 496 OFFCURVE",
+"1072 588 OFFCURVE",
+"1072 756 CURVE SMOOTH",
+"1072 980 OFFCURVE",
+"912 1100 OFFCURVE",
+"636 1100 CURVE SMOOTH",
+"380 1100 OFFCURVE",
+"216 928 OFFCURVE",
+"216 720 CURVE",
+"516 720 LINE",
+"516 792 OFFCURVE",
+"560 860 OFFCURVE",
+"652 860 CURVE SMOOTH",
+"732 860 OFFCURVE",
+"772 820 OFFCURVE",
+"772 756 CURVE SMOOTH",
+"772 720 OFFCURVE",
+"728 632 OFFCURVE",
+"632 552 CURVE SMOOTH",
+"240 204 LINE",
+"240 0 LINE",
+"1100 0 LINE",
+"1100 240 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 88, 'rightMargin': 92}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = o_uni02DE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{648, 0}";
+},
+{
+name = bottom_dd;
+position = "{1456, -560}";
+},
+{
+name = markbottom;
+position = "{648, 0}";
+},
+{
+name = top;
+position = "{636, 1776}";
+},
+{
+name = top0315;
+position = "{2020, 1776}";
+},
+{
+name = top_dd;
+position = "{1456, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = o;
+transform = "{1, 0, 0, 1, -168, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1448, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2320;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{808, -16}";
+},
+{
+name = bottom_dd;
+position = "{1604, -560}";
+},
+{
+name = markbottom;
+position = "{808, -16}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{2224, 1776}";
+},
+{
+name = top_dd;
+position = "{1604, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1524, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2456;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 2177, 'leftMargin': 236, 'rightMargin': -223}";
+};
+},
+{
+glyphname = finalmem;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{756, 0}";
+},
+{
+name = top;
+position = "{756, 2200}";
+},
+{
+name = top0315;
+position = "{1428, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"384 800 LINE",
+"384 632 LINE",
+"1132 632 LINE",
+"1132 800 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"204 800 LINE",
+"204 0 LINE",
+"412 0 LINE",
+"412 800 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1112 800 LINE",
+"1112 0 LINE",
+"1320 0 LINE",
+"1320 800 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"384 2000 LINE",
+"384 1832 LINE",
+"1132 1832 LINE",
+"1132 2000 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"204 2000 LINE",
+"204 1204 LINE",
+"412 1204 LINE",
+"412 2000 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1112 2000 LINE",
+"1112 1204 LINE",
+"1320 1204 LINE",
+"1320 2000 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{664, 0}";
+},
+{
+name = top;
+position = "{664, 2200}";
+},
+{
+name = top0315;
+position = "{1360, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 804 LINE",
+"388 552 LINE",
+"920 552 LINE",
+"920 804 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"92 804 LINE",
+"92 0 LINE",
+"412 0 LINE",
+"412 804 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"900 804 LINE",
+"900 0 LINE",
+"1220 0 LINE",
+"1220 804 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"388 2004 LINE",
+"388 1748 LINE",
+"920 1748 LINE",
+"920 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"92 2004 LINE",
+"92 1200 LINE",
+"412 1200 LINE",
+"412 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"900 2004 LINE",
+"900 1200 LINE",
+"1220 1200 LINE",
+"1220 2004 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02AD;
+userData = {
+interface.gridadjust.original = "{'width': 1335, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Gsmallcap;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = top;
+position = "{908, 1776}";
+},
+{
+name = top0315;
+position = "{1740, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"928 760 LINE",
+"928 540 LINE",
+"1316 540 LINE",
+"1316 308 LINE",
+"1272 272 OFFCURVE",
+"1128 192 OFFCURVE",
+"912 192 CURVE SMOOTH",
+"640 192 OFFCURVE",
+"440 384 OFFCURVE",
+"440 636 CURVE SMOOTH",
+"440 860 LINE SMOOTH",
+"440 1108 OFFCURVE",
+"648 1300 OFFCURVE",
+"904 1300 CURVE SMOOTH",
+"1132 1300 OFFCURVE",
+"1276 1200 OFFCURVE",
+"1300 1012 CURVE",
+"1548 1012 LINE",
+"1520 1300 OFFCURVE",
+"1324 1516 OFFCURVE",
+"904 1516 CURVE SMOOTH",
+"492 1516 OFFCURVE",
+"196 1248 OFFCURVE",
+"196 860 CURVE SMOOTH",
+"196 636 LINE SMOOTH",
+"196 244 OFFCURVE",
+"488 -28 OFFCURVE",
+"912 -28 CURVE SMOOTH",
+"1280 -28 OFFCURVE",
+"1484 124 OFFCURVE",
+"1552 216 CURVE",
+"1552 760 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, 0}";
+},
+{
+name = top;
+position = "{924, 1776}";
+},
+{
+name = top0315;
+position = "{1800, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"932 816 LINE",
+"932 524 LINE",
+"1216 524 LINE",
+"1216 376 LINE",
+"1168 348 OFFCURVE",
+"1108 332 OFFCURVE",
+"944 332 CURVE SMOOTH",
+"744 332 OFFCURVE",
+"640 460 OFFCURVE",
+"640 636 CURVE SMOOTH",
+"640 864 LINE SMOOTH",
+"640 1040 OFFCURVE",
+"740 1164 OFFCURVE",
+"920 1164 CURVE SMOOTH",
+"1080 1164 OFFCURVE",
+"1152 1116 OFFCURVE",
+"1180 984 CURVE",
+"1620 984 LINE",
+"1580 1352 OFFCURVE",
+"1332 1516 OFFCURVE",
+"920 1516 CURVE SMOOTH",
+"496 1516 OFFCURVE",
+"196 1252 OFFCURVE",
+"196 860 CURVE SMOOTH",
+"196 636 LINE SMOOTH",
+"196 244 OFFCURVE",
+"504 -24 OFFCURVE",
+"944 -24 CURVE SMOOTH",
+"1352 -24 OFFCURVE",
+"1524 108 OFFCURVE",
+"1632 224 CURVE",
+"1632 816 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0262;
+userData = {
+interface.gridadjust.original = "{'width': 1700, 'leftMargin': 154, 'rightMargin': 159}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Esh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{796, 16}";
+},
+{
+name = top;
+position = "{796, 2216}";
+},
+{
+name = top0315;
+position = "{1608, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Sigma;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 16}";
+},
+{
+name = top;
+position = "{828, 2200}";
+},
+{
+name = top0315;
+position = "{1608, 2200}";
+}
+);
+components = (
+{
+name = Sigma;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 01A9;
+userData = {
+interface.gridadjust.original = "{'width': 1616, 'leftMargin': 192, 'rightMargin': 16}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = zero.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1040 952 OFFCURVE",
+"876 1100 OFFCURVE",
+"632 1100 CURVE SMOOTH",
+"388 1100 OFFCURVE",
+"224 952 OFFCURVE",
+"224 640 CURVE",
+"224 448 LINE",
+"224 132 OFFCURVE",
+"388 -16 OFFCURVE",
+"636 -16 CURVE SMOOTH",
+"876 -16 OFFCURVE",
+"1040 132 OFFCURVE",
+"1040 448 CURVE",
+"1040 640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"808 248 OFFCURVE",
+"744 172 OFFCURVE",
+"636 172 CURVE SMOOTH",
+"520 172 OFFCURVE",
+"456 248 OFFCURVE",
+"456 428 CURVE SMOOTH",
+"456 660 LINE SMOOTH",
+"456 836 OFFCURVE",
+"520 912 OFFCURVE",
+"632 912 CURVE SMOOTH",
+"744 912 OFFCURVE",
+"808 836 OFFCURVE",
+"808 660 CURVE",
+"808 428 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1088 956 OFFCURVE",
+"908 1100 OFFCURVE",
+"656 1100 CURVE SMOOTH",
+"404 1100 OFFCURVE",
+"224 956 OFFCURVE",
+"224 660 CURVE",
+"224 420 LINE",
+"224 124 OFFCURVE",
+"404 -16 OFFCURVE",
+"660 -16 CURVE SMOOTH",
+"912 -16 OFFCURVE",
+"1088 124 OFFCURVE",
+"1088 420 CURVE",
+"1088 660 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"788 268 OFFCURVE",
+"736 228 OFFCURVE",
+"660 228 CURVE SMOOTH",
+"576 228 OFFCURVE",
+"528 268 OFFCURVE",
+"528 412 CURVE SMOOTH",
+"528 668 LINE SMOOTH",
+"528 812 OFFCURVE",
+"576 860 OFFCURVE",
+"656 860 CURVE SMOOTH",
+"736 860 OFFCURVE",
+"788 812 OFFCURVE",
+"788 668 CURVE",
+"788 412 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = dieresismacroncomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2582}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1258 1796 OFFCURVE",
+"-1205 1730 OFFCURVE",
+"-1100 1730 CURVE SMOOTH",
+"-996 1730 OFFCURVE",
+"-941 1796 OFFCURVE",
+"-941 1880 CURVE SMOOTH",
+"-941 1965 OFFCURVE",
+"-996 2032 OFFCURVE",
+"-1100 2032 CURVE SMOOTH",
+"-1205 2032 OFFCURVE",
+"-1258 1965 OFFCURVE",
+"-1258 1880 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-668 1793 OFFCURVE",
+"-615 1727 OFFCURVE",
+"-510 1727 CURVE SMOOTH",
+"-406 1727 OFFCURVE",
+"-351 1793 OFFCURVE",
+"-351 1877 CURVE SMOOTH",
+"-351 1962 OFFCURVE",
+"-406 2030 OFFCURVE",
+"-510 2030 CURVE SMOOTH",
+"-615 2030 OFFCURVE",
+"-668 1962 OFFCURVE",
+"-668 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1271 2398 LINE",
+"-1271 2192 LINE",
+"-331 2192 LINE",
+"-331 2398 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2646}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1346 1774 OFFCURVE",
+"-1257 1694 OFFCURVE",
+"-1144 1694 CURVE SMOOTH",
+"-1031 1694 OFFCURVE",
+"-942 1774 OFFCURVE",
+"-942 1877 CURVE SMOOTH",
+"-942 1980 OFFCURVE",
+"-1031 2060 OFFCURVE",
+"-1144 2060 CURVE SMOOTH",
+"-1257 2060 OFFCURVE",
+"-1346 1980 OFFCURVE",
+"-1346 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-646 1774 OFFCURVE",
+"-557 1694 OFFCURVE",
+"-444 1694 CURVE SMOOTH",
+"-331 1694 OFFCURVE",
+"-242 1774 OFFCURVE",
+"-242 1877 CURVE SMOOTH",
+"-242 1980 OFFCURVE",
+"-331 2060 OFFCURVE",
+"-444 2060 CURVE SMOOTH",
+"-557 2060 OFFCURVE",
+"-646 1980 OFFCURVE",
+"-646 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1268 2437 LINE",
+"-1268 2199 LINE",
+"-315 2199 LINE",
+"-315 2437 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+glyphname = Rsmallcapinv;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{896, 0}";
+},
+{
+name = top;
+position = "{896, 1776}";
+},
+{
+name = top0315;
+position = "{1652, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1532 1488 LINE",
+"1236 1488 LINE",
+"800 772 LINE",
+"1096 772 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1240 0 OFFCURVE",
+"1448 196 OFFCURVE",
+"1448 456 CURVE SMOOTH",
+"1448 720 OFFCURVE",
+"1248 912 OFFCURVE",
+"904 912 CURVE SMOOTH",
+"448 912 LINE",
+"448 692 LINE",
+"904 692 LINE SMOOTH",
+"1092 692 OFFCURVE",
+"1172 572 OFFCURVE",
+"1172 460 CURVE SMOOTH",
+"1172 340 OFFCURVE",
+"1084 216 OFFCURVE",
+"876 216 CURVE SMOOTH",
+"520 216 LINE",
+"520 1488 LINE",
+"244 1488 LINE",
+"244 0 LINE",
+"876 0 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = top;
+position = "{908, 1776}";
+},
+{
+name = top0315;
+position = "{1648, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1592 1488 LINE",
+"1148 1488 LINE",
+"740 732 LINE",
+"1184 732 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1304 0 OFFCURVE",
+"1556 216 OFFCURVE",
+"1556 512 CURVE SMOOTH",
+"1556 792 OFFCURVE",
+"1304 996 OFFCURVE",
+"900 996 CURVE SMOOTH",
+"504 996 LINE",
+"504 696 LINE",
+"900 696 LINE SMOOTH",
+"1044 696 OFFCURVE",
+"1116 608 OFFCURVE",
+"1116 528 CURVE SMOOTH",
+"1116 448 OFFCURVE",
+"1044 356 OFFCURVE",
+"900 356 CURVE SMOOTH",
+"676 356 LINE",
+"676 1488 LINE",
+"236 1488 LINE",
+"236 0 LINE",
+"900 0 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0281;
+userData = {
+interface.gridadjust.original = "{'width': 1555, 'leftMargin': 147, 'rightMargin': 122}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = zerowidthjoiner;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = FEFF;
+},
+{
+color = (204,240,242,1);
+glyphname = placeofinterestsign;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1636 2076 OFFCURVE",
+"1436 1876 OFFCURVE",
+"1436 1632 CURVE SMOOTH",
+"1436 1408 LINE",
+"1108 1408 LINE",
+"1108 1632 LINE SMOOTH",
+"1108 1876 OFFCURVE",
+"908 2076 OFFCURVE",
+"664 2076 CURVE SMOOTH",
+"420 2076 OFFCURVE",
+"220 1876 OFFCURVE",
+"220 1632 CURVE",
+"220 1388 OFFCURVE",
+"420 1188 OFFCURVE",
+"664 1188 CURVE SMOOTH",
+"888 1188 LINE",
+"888 860 LINE",
+"664 860 LINE SMOOTH",
+"420 860 OFFCURVE",
+"220 660 OFFCURVE",
+"220 416 CURVE SMOOTH",
+"220 172 OFFCURVE",
+"420 -28 OFFCURVE",
+"664 -28 CURVE SMOOTH",
+"908 -28 OFFCURVE",
+"1108 172 OFFCURVE",
+"1108 416 CURVE SMOOTH",
+"1108 640 LINE",
+"1436 640 LINE",
+"1436 416 LINE SMOOTH",
+"1436 172 OFFCURVE",
+"1636 -28 OFFCURVE",
+"1880 -28 CURVE SMOOTH",
+"2124 -28 OFFCURVE",
+"2324 172 OFFCURVE",
+"2324 416 CURVE SMOOTH",
+"2324 660 OFFCURVE",
+"2124 860 OFFCURVE",
+"1880 860 CURVE SMOOTH",
+"1656 860 LINE",
+"1656 1188 LINE",
+"1880 1188 LINE SMOOTH",
+"2124 1188 OFFCURVE",
+"2324 1388 OFFCURVE",
+"2324 1632 CURVE SMOOTH",
+"2324 1876 OFFCURVE",
+"2124 2076 OFFCURVE",
+"1880 2076 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"664 1408 LINE SMOOTH",
+"540 1408 OFFCURVE",
+"440 1508 OFFCURVE",
+"440 1632 CURVE SMOOTH",
+"440 1756 OFFCURVE",
+"540 1856 OFFCURVE",
+"664 1856 CURVE SMOOTH",
+"788 1856 OFFCURVE",
+"888 1756 OFFCURVE",
+"888 1632 CURVE SMOOTH",
+"888 1408 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1436 1188 LINE",
+"1436 860 LINE",
+"1108 860 LINE",
+"1108 1188 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"888 416 LINE SMOOTH",
+"888 292 OFFCURVE",
+"788 192 OFFCURVE",
+"664 192 CURVE SMOOTH",
+"540 192 OFFCURVE",
+"440 292 OFFCURVE",
+"440 416 CURVE SMOOTH",
+"440 540 OFFCURVE",
+"540 640 OFFCURVE",
+"664 640 CURVE SMOOTH",
+"888 640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1880 640 LINE SMOOTH",
+"2004 640 OFFCURVE",
+"2104 540 OFFCURVE",
+"2104 416 CURVE SMOOTH",
+"2104 292 OFFCURVE",
+"2004 192 OFFCURVE",
+"1880 192 CURVE SMOOTH",
+"1756 192 OFFCURVE",
+"1656 292 OFFCURVE",
+"1656 416 CURVE SMOOTH",
+"1656 640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1656 1632 LINE SMOOTH",
+"1656 1756 OFFCURVE",
+"1756 1856 OFFCURVE",
+"1880 1856 CURVE SMOOTH",
+"2004 1856 OFFCURVE",
+"2104 1756 OFFCURVE",
+"2104 1632 CURVE SMOOTH",
+"2104 1508 OFFCURVE",
+"2004 1408 OFFCURVE",
+"1880 1408 CURVE SMOOTH",
+"1656 1408 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1576 2080 OFFCURVE",
+"1356 1856 OFFCURVE",
+"1356 1580 CURVE SMOOTH",
+"1356 1468 LINE",
+"1236 1468 LINE",
+"1236 1580 LINE SMOOTH",
+"1232 1856 OFFCURVE",
+"1016 2080 OFFCURVE",
+"740 2080 CURVE SMOOTH",
+"464 2080 OFFCURVE",
+"240 1856 OFFCURVE",
+"240 1580 CURVE SMOOTH",
+"240 1304 OFFCURVE",
+"464 1084 OFFCURVE",
+"740 1084 CURVE SMOOTH",
+"852 1084 LINE",
+"852 964 LINE",
+"740 964 LINE SMOOTH",
+"464 964 OFFCURVE",
+"240 744 OFFCURVE",
+"240 468 CURVE SMOOTH",
+"240 192 OFFCURVE",
+"464 -32 OFFCURVE",
+"740 -32 CURVE SMOOTH",
+"1016 -32 OFFCURVE",
+"1236 192 OFFCURVE",
+"1236 468 CURVE SMOOTH",
+"1236 580 LINE",
+"1356 580 LINE",
+"1356 468 LINE SMOOTH",
+"1356 192 OFFCURVE",
+"1576 -32 OFFCURVE",
+"1852 -32 CURVE SMOOTH",
+"2128 -32 OFFCURVE",
+"2352 192 OFFCURVE",
+"2352 468 CURVE SMOOTH",
+"2352 744 OFFCURVE",
+"2128 964 OFFCURVE",
+"1852 964 CURVE SMOOTH",
+"1740 964 LINE",
+"1740 1084 LINE",
+"1852 1084 LINE SMOOTH",
+"2128 1084 OFFCURVE",
+"2352 1304 OFFCURVE",
+"2352 1580 CURVE SMOOTH",
+"2352 1856 OFFCURVE",
+"2128 2080 OFFCURVE",
+"1852 2080 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"740 1468 LINE SMOOTH",
+"676 1468 OFFCURVE",
+"624 1520 OFFCURVE",
+"624 1580 CURVE SMOOTH",
+"624 1644 OFFCURVE",
+"676 1696 OFFCURVE",
+"740 1696 CURVE SMOOTH",
+"800 1696 OFFCURVE",
+"852 1644 OFFCURVE",
+"852 1580 CURVE SMOOTH",
+"852 1468 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1356 1084 LINE",
+"1356 964 LINE",
+"1236 964 LINE",
+"1236 1084 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"852 468 LINE SMOOTH",
+"852 404 OFFCURVE",
+"800 352 OFFCURVE",
+"740 352 CURVE SMOOTH",
+"676 352 OFFCURVE",
+"624 404 OFFCURVE",
+"624 468 CURVE SMOOTH",
+"624 528 OFFCURVE",
+"676 580 OFFCURVE",
+"740 580 CURVE SMOOTH",
+"852 580 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1852 580 LINE SMOOTH",
+"1916 580 OFFCURVE",
+"1968 528 OFFCURVE",
+"1968 468 CURVE SMOOTH",
+"1968 404 OFFCURVE",
+"1916 352 OFFCURVE",
+"1852 352 CURVE SMOOTH",
+"1792 352 OFFCURVE",
+"1740 404 OFFCURVE",
+"1740 468 CURVE SMOOTH",
+"1740 580 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1740 1580 LINE SMOOTH",
+"1740 1644 OFFCURVE",
+"1792 1696 OFFCURVE",
+"1852 1696 CURVE SMOOTH",
+"1916 1696 OFFCURVE",
+"1968 1644 OFFCURVE",
+"1968 1580 CURVE SMOOTH",
+"1968 1520 OFFCURVE",
+"1916 1468 OFFCURVE",
+"1852 1468 CURVE SMOOTH",
+"1740 1468 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 2318;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ts;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1356, 0}";
+},
+{
+name = top;
+position = "{1356, 2200}";
+},
+{
+name = top0315;
+position = "{2076, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 440 LINE SMOOTH",
+"364 124 OFFCURVE",
+"524 0 OFFCURVE",
+"712 0 CURVE SMOOTH",
+"912 0 LINE",
+"912 232 LINE",
+"796 232 LINE SMOOTH",
+"716 232 OFFCURVE",
+"640 276 OFFCURVE",
+"640 440 CURVE SMOOTH",
+"640 1844 LINE",
+"364 1844 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1664 280 OFFCURVE",
+"1560 232 OFFCURVE",
+"1360 232 CURVE SMOOTH",
+"812 232 LINE",
+"812 0 LINE",
+"1360 0 LINE SMOOTH",
+"1708 0 OFFCURVE",
+"1940 156 OFFCURVE",
+"1940 420 CURVE SMOOTH",
+"1940 660 OFFCURVE",
+"1764 784 OFFCURVE",
+"1384 868 CURVE SMOOTH",
+"1172 916 OFFCURVE",
+"1072 960 OFFCURVE",
+"1072 1084 CURVE SMOOTH",
+"1072 1188 OFFCURVE",
+"1152 1296 OFFCURVE",
+"1352 1296 CURVE SMOOTH",
+"1544 1296 OFFCURVE",
+"1648 1164 OFFCURVE",
+"1648 1048 CURVE",
+"1924 1048 LINE",
+"1924 1304 OFFCURVE",
+"1712 1516 OFFCURVE",
+"1352 1516 CURVE SMOOTH",
+"1016 1516 OFFCURVE",
+"796 1312 OFFCURVE",
+"796 1076 CURVE SMOOTH",
+"796 832 OFFCURVE",
+"1004 712 OFFCURVE",
+"1344 644 CURVE SMOOTH",
+"1620 588 OFFCURVE",
+"1664 500 OFFCURVE",
+"1664 396 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"92 1488 LINE",
+"92 1284 LINE",
+"1184 1284 LINE",
+"1184 1488 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1568, 0}";
+},
+{
+name = top;
+position = "{1568, 2200}";
+},
+{
+name = top0315;
+position = "{2308, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"320 512 LINE SMOOTH",
+"320 148 OFFCURVE",
+"488 0 OFFCURVE",
+"776 0 CURVE SMOOTH",
+"1028 0 LINE",
+"1028 364 LINE",
+"916 364 LINE SMOOTH",
+"804 364 OFFCURVE",
+"764 400 OFFCURVE",
+"764 512 CURVE SMOOTH",
+"764 1860 LINE",
+"320 1860 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1788 392 OFFCURVE",
+"1720 364 OFFCURVE",
+"1584 364 CURVE SMOOTH",
+"960 364 LINE",
+"960 0 LINE",
+"1572 0 LINE SMOOTH",
+"1964 0 OFFCURVE",
+"2216 168 OFFCURVE",
+"2216 436 CURVE SMOOTH",
+"2216 700 OFFCURVE",
+"2028 832 OFFCURVE",
+"1676 900 CURVE SMOOTH",
+"1508 932 OFFCURVE",
+"1388 964 OFFCURVE",
+"1388 1068 CURVE SMOOTH",
+"1388 1156 OFFCURVE",
+"1464 1212 OFFCURVE",
+"1572 1212 CURVE SMOOTH",
+"1716 1212 OFFCURVE",
+"1772 1144 OFFCURVE",
+"1772 1032 CURVE",
+"2216 1032 LINE",
+"2216 1316 OFFCURVE",
+"1968 1516 OFFCURVE",
+"1572 1516 CURVE SMOOTH",
+"1188 1516 OFFCURVE",
+"968 1296 OFFCURVE",
+"968 1044 CURVE SMOOTH",
+"968 808 OFFCURVE",
+"1168 652 OFFCURVE",
+"1492 588 CURVE SMOOTH",
+"1732 540 OFFCURVE",
+"1788 520 OFFCURVE",
+"1788 452 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 1488 LINE",
+"124 1168 LINE",
+"1396 1168 LINE",
+"1396 1488 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 02A6;
+userData = {
+interface.gridadjust.original = "{'width': 1990, 'leftMargin': 8, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tonesix;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"104 1832 LINE",
+"104 1720 LINE",
+"328 1440 LINE",
+"392 1440 LINE",
+"392 2112 LINE",
+"328 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"488 236 LINE",
+"604 236 LINE",
+"656 152 OFFCURVE",
+"756 -32 OFFCURVE",
+"1052 -32 CURVE SMOOTH",
+"1436 -32 OFFCURVE",
+"1704 276 OFFCURVE",
+"1704 764 CURVE SMOOTH",
+"1704 1248 OFFCURVE",
+"1436 1556 OFFCURVE",
+"1048 1556 CURVE SMOOTH",
+"748 1556 OFFCURVE",
+"656 1372 OFFCURVE",
+"604 1292 CURVE",
+"488 1292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1468 440 OFFCURVE",
+"1316 180 OFFCURVE",
+"1020 180 CURVE SMOOTH",
+"736 180 OFFCURVE",
+"580 420 OFFCURVE",
+"580 768 CURVE SMOOTH",
+"580 1112 OFFCURVE",
+"732 1344 OFFCURVE",
+"1020 1344 CURVE SMOOTH",
+"1320 1344 OFFCURVE",
+"1468 1092 OFFCURVE",
+"1468 768 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"348 0 LINE",
+"576 0 LINE",
+"576 288 LINE",
+"504 784 LINE",
+"584 1172 LINE",
+"584 2048 LINE",
+"348 2048 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"96 1884 LINE",
+"96 1664 LINE",
+"360 1440 LINE",
+"428 1440 LINE",
+"428 2112 LINE",
+"360 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"624 156 LINE",
+"824 156 LINE",
+"876 40 OFFCURVE",
+"1008 -24 OFFCURVE",
+"1168 -24 CURVE SMOOTH",
+"1492 -24 OFFCURVE",
+"1760 244 OFFCURVE",
+"1760 768 CURVE SMOOTH",
+"1760 1304 OFFCURVE",
+"1476 1556 OFFCURVE",
+"1168 1556 CURVE SMOOTH",
+"1008 1556 OFFCURVE",
+"876 1488 OFFCURVE",
+"824 1372 CURVE",
+"624 1372 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1328 500 OFFCURVE",
+"1228 340 OFFCURVE",
+"1032 340 CURVE SMOOTH",
+"816 340 OFFCURVE",
+"756 536 OFFCURVE",
+"756 768 CURVE SMOOTH",
+"756 1004 OFFCURVE",
+"820 1192 OFFCURVE",
+"1032 1192 CURVE SMOOTH",
+"1228 1192 OFFCURVE",
+"1328 1036 OFFCURVE",
+"1328 768 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"348 0 LINE",
+"804 0 LINE",
+"804 304 LINE",
+"640 744 LINE",
+"808 1272 LINE",
+"808 2048 LINE",
+"348 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0185;
+userData = {
+interface.gridadjust.original = "{'width': 1759, 'leftMargin': 138, 'rightMargin': 50}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = twothirds;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = two.sup;
+transform = "{1, 0, 0, 1, 112, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 776, 0}";
+},
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 1664, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2800;
+},
+{
+components = (
+{
+name = two.sup;
+transform = "{1, 0, 0, 1, 64, 912}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 720, 0}";
+},
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 1460, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2848;
+}
+);
+unicode = 2154;
+userData = {
+interface.gridadjust.original = "{'width': 2779, 'leftMargin': 144, 'rightMargin': 248}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1F16B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"288 2004 LINE",
+"156 2004 LINE",
+"480 1264 LINE",
+"548 1264 LINE",
+"872 2004 LINE",
+"740 2004 LINE",
+"512 1464 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 2004 LINE",
+"128 1264 LINE",
+"256 1264 LINE",
+"256 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"892 1264 LINE",
+"892 2004 LINE",
+"764 2004 LINE",
+"764 1264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1508 1264 OFFCURVE",
+"1648 1388 OFFCURVE",
+"1648 1568 CURVE SMOOTH",
+"1648 1700 LINE SMOOTH",
+"1648 1880 OFFCURVE",
+"1508 2004 OFFCURVE",
+"1332 2004 CURVE SMOOTH",
+"1116 2004 LINE",
+"1116 1900 LINE",
+"1332 1900 LINE SMOOTH",
+"1440 1900 OFFCURVE",
+"1520 1816 OFFCURVE",
+"1520 1700 CURVE SMOOTH",
+"1520 1568 LINE SMOOTH",
+"1520 1452 OFFCURVE",
+"1440 1368 OFFCURVE",
+"1332 1368 CURVE SMOOTH",
+"1120 1368 LINE",
+"1120 1264 LINE",
+"1332 1264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1064 2004 LINE",
+"1064 1264 LINE",
+"1192 1264 LINE",
+"1192 2004 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"508 2004 LINE",
+"340 2004 LINE",
+"600 1256 LINE",
+"712 1256 LINE",
+"972 2004 LINE",
+"808 2004 LINE",
+"656 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"268 2004 LINE",
+"268 1256 LINE",
+"464 1256 LINE",
+"464 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1036 1256 LINE",
+"1036 2004 LINE",
+"844 2004 LINE",
+"844 1256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1684 1256 OFFCURVE",
+"1812 1380 OFFCURVE",
+"1812 1560 CURVE SMOOTH",
+"1812 1696 LINE SMOOTH",
+"1812 1876 OFFCURVE",
+"1684 2004 OFFCURVE",
+"1488 2004 CURVE SMOOTH",
+"1276 2004 LINE",
+"1276 1844 LINE",
+"1488 1844 LINE SMOOTH",
+"1572 1844 OFFCURVE",
+"1620 1780 OFFCURVE",
+"1620 1696 CURVE SMOOTH",
+"1620 1560 LINE SMOOTH",
+"1620 1480 OFFCURVE",
+"1572 1416 OFFCURVE",
+"1488 1416 CURVE SMOOTH",
+"1280 1416 LINE",
+"1276 1256 LINE",
+"1488 1256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1188 2004 LINE",
+"1188 1256 LINE",
+"1384 1256 LINE",
+"1384 2004 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 1F16B;
+userData = {
+interface.gridadjust.original = "{'width': 1796, 'leftMargin': 138, 'rightMargin': 138}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = pisymbolgreek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1136, 1744}";
+},
+{
+name = top0315;
+position = "{2228, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"128 1488 LINE",
+"128 1268 LINE",
+"2164 1268 LINE",
+"2164 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1704 1260 OFFCURVE",
+"1784 1024 OFFCURVE",
+"1792 780 CURVE",
+"1792 456 OFFCURVE",
+"1728 192 OFFCURVE",
+"1560 192 CURVE SMOOTH",
+"1392 192 OFFCURVE",
+"1268 316 OFFCURVE",
+"1268 648 CURVE",
+"1268 988 LINE",
+"1076 988 LINE",
+"1076 648 LINE",
+"1076 216 OFFCURVE",
+"1256 -28 OFFCURVE",
+"1576 -28 CURVE SMOOTH",
+"1936 -28 OFFCURVE",
+"2068 356 OFFCURVE",
+"2068 780 CURVE",
+"2068 1080 OFFCURVE",
+"1980 1320 OFFCURVE",
+"1880 1488 CURVE",
+"1592 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"280 1320 OFFCURVE",
+"192 1080 OFFCURVE",
+"192 780 CURVE",
+"192 356 OFFCURVE",
+"324 -28 OFFCURVE",
+"684 -28 CURVE SMOOTH",
+"1004 -28 OFFCURVE",
+"1184 216 OFFCURVE",
+"1184 648 CURVE",
+"1184 988 LINE",
+"992 988 LINE",
+"992 648 LINE",
+"992 316 OFFCURVE",
+"868 192 OFFCURVE",
+"700 192 CURVE SMOOTH",
+"532 192 OFFCURVE",
+"468 460 OFFCURVE",
+"468 780 CURVE",
+"476 1024 OFFCURVE",
+"556 1260 OFFCURVE",
+"668 1488 CURVE",
+"380 1488 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2480, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"108 1488 LINE",
+"108 1184 LINE",
+"2488 1184 LINE",
+"2488 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1864 1260 OFFCURVE",
+"1932 1024 OFFCURVE",
+"1940 780 CURVE",
+"1940 556 OFFCURVE",
+"1900 332 OFFCURVE",
+"1752 332 CURVE SMOOTH",
+"1632 332 OFFCURVE",
+"1528 424 OFFCURVE",
+"1528 688 CURVE",
+"1528 940 LINE",
+"1200 940 LINE",
+"1200 736 LINE",
+"1200 244 OFFCURVE",
+"1424 -28 OFFCURVE",
+"1764 -28 CURVE SMOOTH",
+"2232 -28 OFFCURVE",
+"2380 320 OFFCURVE",
+"2380 780 CURVE",
+"2380 1080 OFFCURVE",
+"2284 1320 OFFCURVE",
+"2172 1488 CURVE",
+"1756 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"304 1320 OFFCURVE",
+"204 1080 OFFCURVE",
+"204 780 CURVE SMOOTH",
+"204 320 OFFCURVE",
+"356 -28 OFFCURVE",
+"824 -28 CURVE SMOOTH",
+"1164 -28 OFFCURVE",
+"1388 244 OFFCURVE",
+"1388 736 CURVE SMOOTH",
+"1388 940 LINE",
+"1060 940 LINE",
+"1060 688 LINE SMOOTH",
+"1060 424 OFFCURVE",
+"956 332 OFFCURVE",
+"836 332 CURVE SMOOTH",
+"688 332 OFFCURVE",
+"648 556 OFFCURVE",
+"648 780 CURVE",
+"656 1024 OFFCURVE",
+"724 1260 OFFCURVE",
+"832 1488 CURVE",
+"416 1488 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 03D6;
+userData = {
+interface.gridadjust.original = "{'width': 2211.0, 'leftMargin': 109, 'rightMargin': 65.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1F16A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"292 2004 LINE",
+"160 2004 LINE",
+"484 1264 LINE",
+"552 1264 LINE",
+"876 2004 LINE",
+"744 2004 LINE",
+"516 1464 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"132 2004 LINE",
+"132 1264 LINE",
+"260 1264 LINE",
+"260 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"896 1264 LINE",
+"896 2004 LINE",
+"768 2004 LINE",
+"768 1264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1192 1352 OFFCURVE",
+"1144 1492 OFFCURVE",
+"1144 1616 CURVE SMOOTH",
+"1144 1648 LINE SMOOTH",
+"1144 1772 OFFCURVE",
+"1192 1912 OFFCURVE",
+"1348 1912 CURVE SMOOTH",
+"1448 1912 OFFCURVE",
+"1512 1832 OFFCURVE",
+"1520 1748 CURVE",
+"1644 1748 LINE",
+"1640 1900 OFFCURVE",
+"1524 2016 OFFCURVE",
+"1348 2016 CURVE SMOOTH",
+"1120 2016 OFFCURVE",
+"1016 1844 OFFCURVE",
+"1016 1648 CURVE SMOOTH",
+"1016 1616 LINE SMOOTH",
+"1016 1420 OFFCURVE",
+"1120 1248 OFFCURVE",
+"1348 1248 CURVE SMOOTH",
+"1504 1248 OFFCURVE",
+"1640 1364 OFFCURVE",
+"1644 1496 CURVE",
+"1520 1496 LINE",
+"1512 1420 OFFCURVE",
+"1436 1352 OFFCURVE",
+"1348 1352 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"516 2004 LINE",
+"348 2004 LINE",
+"608 1256 LINE",
+"720 1256 LINE",
+"980 2004 LINE",
+"816 2004 LINE",
+"664 1512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"276 2004 LINE",
+"276 1256 LINE",
+"472 1256 LINE",
+"472 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1044 1256 LINE",
+"1044 2004 LINE",
+"852 2004 LINE",
+"852 1256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1412 1400 OFFCURVE",
+"1376 1468 OFFCURVE",
+"1376 1548 CURVE SMOOTH",
+"1376 1708 LINE SMOOTH",
+"1376 1792 OFFCURVE",
+"1412 1856 OFFCURVE",
+"1496 1856 CURVE SMOOTH",
+"1568 1856 OFFCURVE",
+"1592 1812 OFFCURVE",
+"1604 1744 CURVE",
+"1804 1744 LINE",
+"1792 1924 OFFCURVE",
+"1684 2012 OFFCURVE",
+"1496 2012 CURVE SMOOTH",
+"1296 2012 OFFCURVE",
+"1180 1888 OFFCURVE",
+"1180 1708 CURVE SMOOTH",
+"1180 1548 LINE SMOOTH",
+"1180 1368 OFFCURVE",
+"1296 1240 OFFCURVE",
+"1496 1240 CURVE SMOOTH",
+"1684 1240 OFFCURVE",
+"1792 1332 OFFCURVE",
+"1804 1516 CURVE",
+"1604 1516 LINE",
+"1592 1436 OFFCURVE",
+"1576 1400 OFFCURVE",
+"1496 1400 CURVE SMOOTH"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 1F16A;
+userData = {
+interface.gridadjust.original = "{'width': 1789, 'leftMargin': 138, 'rightMargin': 138}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = dieresisgravecomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2668}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1258 1796 OFFCURVE",
+"-1205 1730 OFFCURVE",
+"-1100 1730 CURVE SMOOTH",
+"-996 1730 OFFCURVE",
+"-941 1796 OFFCURVE",
+"-941 1880 CURVE SMOOTH",
+"-941 1965 OFFCURVE",
+"-996 2032 OFFCURVE",
+"-1100 2032 CURVE SMOOTH",
+"-1205 2032 OFFCURVE",
+"-1258 1965 OFFCURVE",
+"-1258 1880 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-668 1793 OFFCURVE",
+"-615 1727 OFFCURVE",
+"-510 1727 CURVE SMOOTH",
+"-406 1727 OFFCURVE",
+"-351 1793 OFFCURVE",
+"-351 1877 CURVE SMOOTH",
+"-351 1962 OFFCURVE",
+"-406 2030 OFFCURVE",
+"-510 2030 CURVE SMOOTH",
+"-615 2030 OFFCURVE",
+"-668 1962 OFFCURVE",
+"-668 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1253 2511 LINE",
+"-888 2104 LINE",
+"-655 2104 LINE",
+"-921 2511 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2736}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1346 1774 OFFCURVE",
+"-1257 1694 OFFCURVE",
+"-1144 1694 CURVE SMOOTH",
+"-1031 1694 OFFCURVE",
+"-942 1774 OFFCURVE",
+"-942 1877 CURVE SMOOTH",
+"-942 1980 OFFCURVE",
+"-1031 2060 OFFCURVE",
+"-1144 2060 CURVE SMOOTH",
+"-1257 2060 OFFCURVE",
+"-1346 1980 OFFCURVE",
+"-1346 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-646 1774 OFFCURVE",
+"-557 1694 OFFCURVE",
+"-444 1694 CURVE SMOOTH",
+"-331 1694 OFFCURVE",
+"-242 1774 OFFCURVE",
+"-242 1877 CURVE SMOOTH",
+"-242 1980 OFFCURVE",
+"-331 2060 OFFCURVE",
+"-444 2060 CURVE SMOOTH",
+"-557 2060 OFFCURVE",
+"-646 1980 OFFCURVE",
+"-646 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1324 2552 LINE",
+"-939 2120 LINE",
+"-579 2120 LINE",
+"-853 2552 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+glyphname = tonefive;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"576 724 OFFCURVE",
+"656 792 OFFCURVE",
+"812 792 CURVE SMOOTH",
+"1016 792 OFFCURVE",
+"1120 672 OFFCURVE",
+"1120 496 CURVE SMOOTH",
+"1120 324 OFFCURVE",
+"1024 200 OFFCURVE",
+"804 200 CURVE SMOOTH",
+"624 200 OFFCURVE",
+"496 296 OFFCURVE",
+"496 444 CURVE",
+"232 420 LINE",
+"232 120 OFFCURVE",
+"548 -24 OFFCURVE",
+"804 -24 CURVE SMOOTH",
+"1224 -24 OFFCURVE",
+"1392 204 OFFCURVE",
+"1392 496 CURVE SMOOTH",
+"1392 828 OFFCURVE",
+"1196 1020 OFFCURVE",
+"864 1012 CURVE",
+"760 1008 OFFCURVE",
+"636 968 OFFCURVE",
+"576 928 CURVE",
+"616 1252 LINE",
+"1316 1252 LINE",
+"1316 1488 LINE",
+"384 1488 LINE",
+"288 668 LINE",
+"524 648 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 1488 LINE",
+"128 1252 LINE",
+"544 1252 LINE",
+"544 1488 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"788 660 OFFCURVE",
+"848 684 OFFCURVE",
+"964 684 CURVE SMOOTH",
+"1104 684 OFFCURVE",
+"1188 616 OFFCURVE",
+"1188 512 CURVE SMOOTH",
+"1188 404 OFFCURVE",
+"1120 336 OFFCURVE",
+"972 336 CURVE SMOOTH",
+"832 336 OFFCURVE",
+"744 376 OFFCURVE",
+"732 468 CURVE",
+"292 448 LINE",
+"292 116 OFFCURVE",
+"620 -24 OFFCURVE",
+"972 -24 CURVE SMOOTH",
+"1436 -24 OFFCURVE",
+"1628 188 OFFCURVE",
+"1628 480 CURVE SMOOTH",
+"1628 792 OFFCURVE",
+"1432 972 OFFCURVE",
+"1092 972 CURVE SMOOTH",
+"964 972 OFFCURVE",
+"852 940 OFFCURVE",
+"792 908 CURVE",
+"828 1140 LINE",
+"1520 1140 LINE",
+"1520 1488 LINE",
+"468 1488 LINE",
+"356 648 LINE",
+"760 632 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"196 1488 LINE",
+"196 1140 LINE",
+"624 1140 LINE",
+"624 1488 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01BD;
+userData = {
+interface.gridadjust.original = "{'width': 1411, 'leftMargin': 55, 'rightMargin': 90}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tel;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 2004 LINE",
+"388 1264 LINE",
+"516 1264 LINE",
+"516 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"188 2004 LINE",
+"188 1888 LINE",
+"716 1888 LINE",
+"716 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"824 2004 LINE",
+"824 1264 LINE",
+"956 1264 LINE",
+"956 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"904 2004 LINE",
+"904 1888 LINE",
+"1252 1888 LINE",
+"1252 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"904 1380 LINE",
+"904 1264 LINE",
+"1252 1264 LINE",
+"1252 1380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"904 1700 LINE",
+"904 1588 LINE",
+"1212 1588 LINE",
+"1212 1700 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1416 2004 LINE",
+"1416 1264 LINE",
+"1548 1264 LINE",
+"1548 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1492 1380 LINE",
+"1492 1264 LINE",
+"1844 1264 LINE",
+"1844 1380 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"280 2004 LINE",
+"280 1260 LINE",
+"500 1260 LINE",
+"500 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"112 2004 LINE",
+"112 1844 LINE",
+"668 1844 LINE",
+"668 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"800 2004 LINE",
+"800 1260 LINE",
+"1020 1260 LINE",
+"1020 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"912 2004 LINE",
+"912 1844 LINE",
+"1300 1844 LINE",
+"1300 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"912 1420 LINE",
+"912 1260 LINE",
+"1300 1260 LINE",
+"1300 1420 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"912 1716 LINE",
+"912 1556 LINE",
+"1244 1556 LINE",
+"1244 1716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1468 2004 LINE",
+"1468 1260 LINE",
+"1688 1260 LINE",
+"1688 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1580 1420 LINE",
+"1580 1260 LINE",
+"1968 1260 LINE",
+"1968 1420 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2121;
+userData = {
+interface.gridadjust.original = "{'width': 1929, 'leftMargin': 138, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = commasuprevnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-773, 1464}";
+},
+{
+name = mkmktop;
+position = "{-771, 2316}";
+},
+{
+name = parent_top;
+position = "{-807, 1749}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-738 2144 LINE",
+"-738 1887 LINE SMOOTH",
+"-738 1727 OFFCURVE",
+"-692 1591 OFFCURVE",
+"-605 1460 CURVE",
+"-760 1356 LINE",
+"-920 1491 OFFCURVE",
+"-1011 1715 OFFCURVE",
+"-1011 1891 CURVE SMOOTH",
+"-1011 2144 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-765, 1470}";
+},
+{
+name = mkmktop;
+position = "{-765, 2316}";
+},
+{
+name = parent_top;
+position = "{-792, 1792}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-666 2200 LINE",
+"-666 1924 LINE SMOOTH",
+"-666 1733 OFFCURVE",
+"-622 1605 OFFCURVE",
+"-561 1493 CURVE",
+"-773 1383 LINE",
+"-903 1504 OFFCURVE",
+"-1024 1728 OFFCURVE",
+"-1024 1922 CURVE SMOOTH",
+"-1024 2200 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0314;
+},
+{
+color = (240,240,240,1);
+glyphname = hyphennobreak;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = hyphen;
+transform = "{1, 0, 0, 1, -144, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = hyphen;
+transform = "{1, 0, 0, 1, 44, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 2011;
+userData = {
+interface.gridadjust.original = "{'width': 771, 'leftMargin': 256, 'rightMargin': -253}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = archdblsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-809, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-809, -458}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1354 -349 OFFCURVE",
+"-1228 -485 OFFCURVE",
+"-1052 -485 CURVE SMOOTH",
+"-850 -485 OFFCURVE",
+"-741 -349 OFFCURVE",
+"-741 -155 CURVE",
+"-873 -155 LINE",
+"-873 -260 OFFCURVE",
+"-930 -327 OFFCURVE",
+"-1052 -327 CURVE SMOOTH",
+"-1147 -327 OFFCURVE",
+"-1221 -260 OFFCURVE",
+"-1221 -154 CURVE",
+"-1354 -154 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-873 -349 OFFCURVE",
+"-765 -485 OFFCURVE",
+"-562 -485 CURVE SMOOTH",
+"-386 -485 OFFCURVE",
+"-260 -349 OFFCURVE",
+"-260 -154 CURVE",
+"-393 -154 LINE",
+"-393 -260 OFFCURVE",
+"-468 -327 OFFCURVE",
+"-562 -327 CURVE SMOOTH",
+"-685 -327 OFFCURVE",
+"-741 -260 OFFCURVE",
+"-741 -155 CURVE",
+"-873 -155 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-789, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-789, -472}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1339 -349 OFFCURVE",
+"-1209 -501 OFFCURVE",
+"-1027 -501 CURVE SMOOTH",
+"-847 -501 OFFCURVE",
+"-708 -349 OFFCURVE",
+"-708 -153 CURVE",
+"-869 -153 LINE",
+"-869 -243 OFFCURVE",
+"-931 -303 OFFCURVE",
+"-1027 -303 CURVE SMOOTH",
+"-1119 -303 OFFCURVE",
+"-1183 -243 OFFCURVE",
+"-1183 -153 CURVE",
+"-1339 -153 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-869 -349 OFFCURVE",
+"-738 -501 OFFCURVE",
+"-557 -501 CURVE SMOOTH",
+"-377 -501 OFFCURVE",
+"-238 -349 OFFCURVE",
+"-238 -153 CURVE",
+"-399 -153 LINE",
+"-399 -243 OFFCURVE",
+"-461 -303 OFFCURVE",
+"-557 -303 CURVE SMOOTH",
+"-649 -303 OFFCURVE",
+"-708 -243 OFFCURVE",
+"-708 -153 CURVE",
+"-869 -153 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 032B;
+},
+{
+glyphname = hsuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"192 2484 LINE",
+"192 896 LINE",
+"444 896 LINE",
+"444 2484 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"412 1664 OFFCURVE",
+"480 1808 OFFCURVE",
+"636 1808 CURVE SMOOTH",
+"748 1808 OFFCURVE",
+"820 1740 OFFCURVE",
+"820 1548 CURVE SMOOTH",
+"820 896 LINE",
+"1072 896 LINE",
+"1072 1596 LINE SMOOTH",
+"1072 1892 OFFCURVE",
+"936 2016 OFFCURVE",
+"720 2016 CURVE SMOOTH",
+"488 2016 OFFCURVE",
+"348 1792 OFFCURVE",
+"348 1480 CURVE",
+"412 1484 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"176 2612 LINE",
+"176 900 LINE",
+"484 900 LINE",
+"484 2612 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 1632 OFFCURVE",
+"504 1748 OFFCURVE",
+"660 1748 CURVE SMOOTH",
+"772 1748 OFFCURVE",
+"832 1684 OFFCURVE",
+"832 1488 CURVE SMOOTH",
+"832 900 LINE",
+"1140 900 LINE",
+"1140 1596 LINE SMOOTH",
+"1140 1892 OFFCURVE",
+"1004 2016 OFFCURVE",
+"772 2016 CURVE SMOOTH",
+"524 2016 OFFCURVE",
+"384 1792 OFFCURVE",
+"384 1480 CURVE",
+"448 1484 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02B0;
+userData = {
+interface.gridadjust.original = "{'width': 1156, 'leftMargin': 138, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = deltaturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1236 -352 LINE",
+"1104 -200 OFFCURVE",
+"920 -48 OFFCURVE",
+"760 100 CURVE",
+"776 100 OFFCURVE",
+"788 100 OFFCURVE",
+"804 104 CURVE SMOOTH",
+"1200 152 OFFCURVE",
+"1428 424 OFFCURVE",
+"1428 756 CURVE SMOOTH",
+"1428 784 LINE SMOOTH",
+"1428 1200 OFFCURVE",
+"1180 1516 OFFCURVE",
+"760 1516 CURVE SMOOTH",
+"340 1516 OFFCURVE",
+"96 1200 OFFCURVE",
+"96 784 CURVE SMOOTH",
+"96 756 LINE SMOOTH",
+"96 444 OFFCURVE",
+"308 204 OFFCURVE",
+"600 -52 CURVE SMOOTH",
+"692 -124 OFFCURVE",
+"824 -248 OFFCURVE",
+"868 -304 CURVE",
+"260 -304 LINE",
+"260 -516 LINE",
+"1236 -516 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1152 500 OFFCURVE",
+"1024 272 OFFCURVE",
+"736 272 CURVE SMOOTH",
+"688 272 OFFCURVE",
+"652 276 OFFCURVE",
+"616 288 CURVE",
+"488 372 OFFCURVE",
+"368 540 OFFCURVE",
+"368 756 CURVE SMOOTH",
+"368 784 LINE SMOOTH",
+"368 1060 OFFCURVE",
+"488 1296 OFFCURVE",
+"760 1296 CURVE SMOOTH",
+"1036 1296 OFFCURVE",
+"1152 1060 OFFCURVE",
+"1152 784 CURVE SMOOTH",
+"1152 756 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1460 -288 LINE",
+"1380 -200 OFFCURVE",
+"1164 16 OFFCURVE",
+"1052 112 CURVE",
+"1072 112 OFFCURVE",
+"1080 112 OFFCURVE",
+"1100 112 CURVE SMOOTH",
+"1392 168 OFFCURVE",
+"1628 428 OFFCURVE",
+"1628 812 CURVE SMOOTH",
+"1628 840 LINE SMOOTH",
+"1628 1228 OFFCURVE",
+"1372 1516 OFFCURVE",
+"912 1516 CURVE SMOOTH",
+"452 1516 OFFCURVE",
+"200 1204 OFFCURVE",
+"200 784 CURVE SMOOTH",
+"200 756 LINE SMOOTH",
+"200 452 OFFCURVE",
+"396 216 OFFCURVE",
+"652 8 CURVE SMOOTH",
+"760 -80 OFFCURVE",
+"832 -120 OFFCURVE",
+"888 -160 CURVE",
+"340 -160 LINE",
+"340 -516 LINE",
+"1460 -516 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1184 524 OFFCURVE",
+"1116 336 OFFCURVE",
+"912 336 CURVE SMOOTH",
+"888 336 OFFCURVE",
+"868 336 OFFCURVE",
+"848 344 CURVE",
+"736 408 OFFCURVE",
+"640 552 OFFCURVE",
+"640 756 CURVE SMOOTH",
+"640 784 LINE SMOOTH",
+"640 996 OFFCURVE",
+"708 1160 OFFCURVE",
+"912 1160 CURVE SMOOTH",
+"1120 1160 OFFCURVE",
+"1184 996 OFFCURVE",
+"1184 784 CURVE SMOOTH",
+"1184 756 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 018D;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 133, 'rightMargin': 136}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = published;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"700 144 OFFCURVE",
+"336 516 OFFCURVE",
+"336 1004 CURVE SMOOTH",
+"336 1488 OFFCURVE",
+"700 1860 OFFCURVE",
+"1144 1860 CURVE SMOOTH",
+"1592 1860 OFFCURVE",
+"1952 1488 OFFCURVE",
+"1952 1004 CURVE SMOOTH",
+"1952 516 OFFCURVE",
+"1592 144 OFFCURVE",
+"1144 144 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1684 -28 OFFCURVE",
+"2120 420 OFFCURVE",
+"2120 1004 CURVE SMOOTH",
+"2120 1584 OFFCURVE",
+"1684 2032 OFFCURVE",
+"1144 2032 CURVE SMOOTH",
+"608 2032 OFFCURVE",
+"168 1584 OFFCURVE",
+"168 1004 CURVE SMOOTH",
+"168 420 OFFCURVE",
+"608 -28 OFFCURVE",
+"1144 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1512 812 OFFCURVE",
+"1672 972 OFFCURVE",
+"1672 1188 CURVE SMOOTH",
+"1672 1404 OFFCURVE",
+"1512 1564 OFFCURVE",
+"1232 1564 CURVE SMOOTH",
+"764 1564 LINE",
+"764 392 LINE",
+"972 392 LINE",
+"972 1380 LINE",
+"1232 1380 LINE SMOOTH",
+"1400 1380 OFFCURVE",
+"1472 1296 OFFCURVE",
+"1472 1184 CURVE SMOOTH",
+"1472 1080 OFFCURVE",
+"1400 1000 OFFCURVE",
+"1232 1000 CURVE SMOOTH",
+"920 1000 LINE",
+"920 812 LINE",
+"1232 812 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"720 144 OFFCURVE",
+"360 516 OFFCURVE",
+"360 1004 CURVE SMOOTH",
+"360 1488 OFFCURVE",
+"720 1860 OFFCURVE",
+"1168 1860 CURVE SMOOTH",
+"1616 1860 OFFCURVE",
+"1976 1488 OFFCURVE",
+"1976 1004 CURVE SMOOTH",
+"1976 516 OFFCURVE",
+"1616 144 OFFCURVE",
+"1168 144 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1708 -28 OFFCURVE",
+"2144 420 OFFCURVE",
+"2144 1004 CURVE SMOOTH",
+"2144 1584 OFFCURVE",
+"1708 2032 OFFCURVE",
+"1168 2032 CURVE SMOOTH",
+"628 2032 OFFCURVE",
+"192 1584 OFFCURVE",
+"192 1004 CURVE SMOOTH",
+"192 420 OFFCURVE",
+"628 -28 OFFCURVE",
+"1168 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 888 OFFCURVE",
+"1652 1008 OFFCURVE",
+"1652 1236 CURVE SMOOTH",
+"1652 1464 OFFCURVE",
+"1500 1604 OFFCURVE",
+"1260 1604 CURVE SMOOTH",
+"820 1604 LINE",
+"820 436 LINE",
+"1024 436 LINE",
+"1024 1420 LINE",
+"1260 1420 LINE SMOOTH",
+"1388 1420 OFFCURVE",
+"1444 1332 OFFCURVE",
+"1444 1236 CURVE SMOOTH",
+"1444 1140 OFFCURVE",
+"1388 1072 OFFCURVE",
+"1260 1072 CURVE SMOOTH",
+"944 1072 LINE",
+"944 888 LINE",
+"1260 888 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 2117;
+userData = {
+interface.gridadjust.original = "{'width': 2199, 'leftMargin': 124, 'rightMargin': 124}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = wsuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"596 1340 LINE",
+"524 896 LINE",
+"680 896 LINE",
+"888 1556 LINE",
+"960 1996 LINE",
+"788 1996 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 896 LINE",
+"624 896 LINE",
+"568 1340 LINE",
+"428 1996 LINE",
+"156 1996 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1212 1340 LINE",
+"1152 896 LINE",
+"1328 896 LINE",
+"1620 1996 LINE",
+"1352 1996 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"888 1556 LINE",
+"1096 896 LINE",
+"1252 896 LINE",
+"1180 1340 LINE",
+"988 1996 LINE",
+"816 1996 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"584 1228 LINE",
+"552 900 LINE",
+"720 900 LINE",
+"932 1616 LINE",
+"1004 2004 LINE",
+"796 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 900 LINE",
+"648 900 LINE",
+"632 1236 LINE",
+"496 2004 LINE",
+"180 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1192 1252 LINE",
+"1180 900 LINE",
+"1380 900 LINE",
+"1644 2004 LINE",
+"1332 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"896 1612 LINE",
+"1104 900 LINE",
+"1272 900 LINE",
+"1244 1232 LINE",
+"1028 2004 LINE",
+"828 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 02B7;
+userData = {
+interface.gridadjust.original = "{'width': 1576, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = macronacutecomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1763}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2668}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1271 1988 LINE",
+"-1271 1782 LINE",
+"-331 1782 LINE",
+"-331 1988 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-740 2104 LINE",
+"-360 2511 LINE",
+"-692 2511 LINE",
+"-958 2104 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1782}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2736}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1268 2005 LINE",
+"-1268 1767 LINE",
+"-315 1767 LINE",
+"-315 2005 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-637 2120 LINE",
+"-254 2552 LINE",
+"-726 2552 LINE",
+"-997 2120 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = oopen_uni02DE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = oopen;
+transform = "{1, 0, 0, 1, -176, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1300, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2064;
+},
+{
+components = (
+{
+alignment = -1;
+name = oopen;
+transform = "{1, 0, 0, 1, 68, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1484, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 2043, 'leftMargin': 136, 'rightMargin': -223}";
+};
+},
+{
+color = (222,222,222,1);
+glyphname = four.frac;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 108, 912}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = four.sup;
+transform = "{1, 0, 0, 1, 120, 912}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 73, 'rightMargin': 73}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = onedotleader;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -4, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 2024;
+userData = {
+interface.gridadjust.original = "{'width': 719, 'leftMargin': 210, 'rightMargin': 173}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = plussubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-811, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-809, -631}";
+}
+);
+components = (
+{
+name = plusmod;
+transform = "{1, 0, 0, 1, -1199, -839}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-795, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-795, -758}";
+}
+);
+components = (
+{
+name = plusmod;
+transform = "{1, 0, 0, 0.89, -1247, -865}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 031F;
+},
+{
+color = (222,222,222,1);
+glyphname = largerighthook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _right;
+position = "{200, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"364 920 LINE SMOOTH",
+"740 920 OFFCURVE",
+"948 748 OFFCURVE",
+"948 352 CURVE SMOOTH",
+"948 40 OFFCURVE",
+"820 -188 OFFCURVE",
+"532 -188 CURVE",
+"536 -404 LINE",
+"960 -404 OFFCURVE",
+"1192 -112 OFFCURVE",
+"1192 352 CURVE SMOOTH",
+"1192 884 OFFCURVE",
+"888 1140 OFFCURVE",
+"364 1140 CURVE SMOOTH",
+"76 1140 LINE",
+"76 920 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _right;
+position = "{164, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"456 792 LINE SMOOTH",
+"700 792 OFFCURVE",
+"844 644 OFFCURVE",
+"844 312 CURVE SMOOTH",
+"840 168 OFFCURVE",
+"820 -160 OFFCURVE",
+"504 -160 CURVE",
+"504 -496 LINE",
+"1104 -496 OFFCURVE",
+"1284 -24 OFFCURVE",
+"1284 340 CURVE SMOOTH",
+"1284 900 OFFCURVE",
+"944 1152 OFFCURVE",
+"456 1152 CURVE SMOOTH",
+"28 1152 LINE",
+"28 792 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1075, 'leftMargin': -129, 'rightMargin': 89}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romanthree;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 728, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1456, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2200;
+},
+{
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 776, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1548, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2300;
+}
+);
+unicode = 2162;
+userData = {
+interface.gridadjust.original = "{'width': 2230, 'leftMargin': 256, 'rightMargin': 260}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DCF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-810, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1002 -154 LINE",
+"-1114 -538 LINE",
+"-913 -538 LINE",
+"-802 -154 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-708 -380 LINE",
+"-820 -763 LINE",
+"-619 -763 LINE",
+"-507 -380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-620 -538 LINE",
+"-620 -380 LINE",
+"-971 -380 LINE",
+"-971 -538 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-788, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-994 -154 LINE",
+"-1112 -538 LINE",
+"-884 -538 LINE",
+"-766 -154 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-692 -380 LINE",
+"-811 -763 LINE",
+"-583 -763 LINE",
+"-463 -380 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-612 -538 LINE",
+"-612 -380 LINE",
+"-963 -380 LINE",
+"-963 -538 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DCF;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DCE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-699, 1365}";
+}
+);
+components = (
+{
+name = ogonek;
+transform = "{-1, 0, 0, -1, -385, 1466}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-795, 1330}";
+}
+);
+components = (
+{
+name = ogonek;
+transform = "{-1, 0, 0, -1, -479, 1436}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 1DCE;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DCD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{0, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-84 2087 LINE",
+"-1249 1759 LINE",
+"-1249 1722 LINE",
+"-943 1639 LINE",
+"-1 1924 LINE",
+"942 1639 LINE",
+"1249 1722 LINE",
+"1249 1757 LINE",
+"81 2087 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{4, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-127 2087 LINE",
+"-1081 1757 LINE",
+"-1081 1722 LINE",
+"-848 1612 LINE",
+"0 1909 LINE",
+"850 1612 LINE",
+"1089 1722 LINE",
+"1089 1752 LINE",
+"128 2087 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DCD;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DCC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-837, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-168 1687 OFFCURVE",
+"-10 1840 OFFCURVE",
+"-10 2057 CURVE",
+"-231 2057 LINE",
+"-231 1951 OFFCURVE",
+"-285 1858 OFFCURVE",
+"-424 1858 CURVE SMOOTH",
+"-565 1858 OFFCURVE",
+"-617 1951 OFFCURVE",
+"-617 2057 CURVE",
+"-1665 2057 LINE",
+"-1665 1851 LINE",
+"-780 1851 LINE",
+"-711 1749 OFFCURVE",
+"-587 1687 OFFCURVE",
+"-424 1687 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-111 1693 OFFCURVE",
+"81 1866 OFFCURVE",
+"81 2115 CURVE",
+"-226 2115 LINE",
+"-226 2024 OFFCURVE",
+"-276 1940 OFFCURVE",
+"-417 1940 CURVE SMOOTH",
+"-558 1940 OFFCURVE",
+"-611 2024 OFFCURVE",
+"-611 2115 CURVE",
+"-1695 2115 LINE",
+"-1695 1877 LINE",
+"-843 1877 LINE",
+"-760 1763 OFFCURVE",
+"-611 1693 OFFCURVE",
+"-417 1693 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DCC;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DCB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-782, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"47 2057 LINE",
+"-1004 2057 LINE",
+"-1004 1951 OFFCURVE",
+"-1057 1858 OFFCURVE",
+"-1196 1858 CURVE SMOOTH",
+"-1338 1858 OFFCURVE",
+"-1390 1951 OFFCURVE",
+"-1390 2057 CURVE",
+"-1612 2057 LINE",
+"-1612 1840 OFFCURVE",
+"-1452 1687 OFFCURVE",
+"-1196 1687 CURVE SMOOTH",
+"-1033 1687 OFFCURVE",
+"-910 1749 OFFCURVE",
+"-842 1851 CURVE",
+"47 1851 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-763, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"125 2115 LINE",
+"-963 2115 LINE",
+"-963 2024 OFFCURVE",
+"-1013 1940 OFFCURVE",
+"-1154 1940 CURVE SMOOTH",
+"-1295 1940 OFFCURVE",
+"-1348 2024 OFFCURVE",
+"-1348 2115 CURVE",
+"-1653 2115 LINE",
+"-1653 1866 OFFCURVE",
+"-1460 1693 OFFCURVE",
+"-1154 1693 CURVE SMOOTH",
+"-960 1693 OFFCURVE",
+"-811 1763 OFFCURVE",
+"-729 1877 CURVE",
+"125 1877 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DCB;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DCA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-760, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-833 -175 LINE",
+"-968 -175 LINE",
+"-968 -756 LINE",
+"-787 -756 LINE",
+"-787 -351 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-565 -169 OFFCURVE",
+"-587 -166 OFFCURVE",
+"-613 -166 CURVE SMOOTH",
+"-795 -166 OFFCURVE",
+"-876 -322 OFFCURVE",
+"-876 -535 CURVE",
+"-804 -534 LINE",
+"-804 -392 OFFCURVE",
+"-751 -319 OFFCURVE",
+"-635 -319 CURVE SMOOTH",
+"-604 -319 OFFCURVE",
+"-576 -326 OFFCURVE",
+"-553 -340 CURVE",
+"-553 -173 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-734, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-755 -175 LINE",
+"-953 -175 LINE",
+"-953 -756 LINE",
+"-726 -756 LINE",
+"-726 -359 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-536 -169 OFFCURVE",
+"-558 -166 OFFCURVE",
+"-582 -166 CURVE SMOOTH",
+"-723 -166 OFFCURVE",
+"-825 -322 OFFCURVE",
+"-825 -535 CURVE",
+"-758 -534 LINE",
+"-758 -428 OFFCURVE",
+"-694 -388 OFFCURVE",
+"-602 -388 CURVE SMOOTH",
+"-561 -388 OFFCURVE",
+"-538 -396 OFFCURVE",
+"-516 -404 CURVE",
+"-516 -175 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DCA;
+},
+{
+color = (222,222,222,1);
+glyphname = tildemacroncomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1770}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2618}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-498 1999 OFFCURVE",
+"-557 1932 OFFCURVE",
+"-633 1932 CURVE SMOOTH",
+"-777 1932 OFFCURVE",
+"-846 2060 OFFCURVE",
+"-998 2060 CURVE SMOOTH",
+"-1169 2060 OFFCURVE",
+"-1299 1917 OFFCURVE",
+"-1299 1712 CURVE",
+"-1118 1702 LINE",
+"-1118 1786 OFFCURVE",
+"-1060 1854 OFFCURVE",
+"-985 1854 CURVE SMOOTH",
+"-833 1854 OFFCURVE",
+"-804 1727 OFFCURVE",
+"-619 1727 CURVE SMOOTH",
+"-450 1727 OFFCURVE",
+"-316 1860 OFFCURVE",
+"-316 2067 CURVE",
+"-498 2085 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1271 2434 LINE",
+"-1271 2228 LINE",
+"-331 2228 LINE",
+"-331 2434 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1781}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2736}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-513 2038 OFFCURVE",
+"-564 1998 OFFCURVE",
+"-624 1998 CURVE SMOOTH",
+"-759 1998 OFFCURVE",
+"-861 2112 OFFCURVE",
+"-1005 2112 CURVE SMOOTH",
+"-1189 2112 OFFCURVE",
+"-1320 1932 OFFCURVE",
+"-1320 1737 CURVE",
+"-1071 1723 LINE",
+"-1071 1807 OFFCURVE",
+"-1023 1847 OFFCURVE",
+"-963 1847 CURVE SMOOTH",
+"-821 1847 OFFCURVE",
+"-754 1731 OFFCURVE",
+"-582 1731 CURVE SMOOTH",
+"-396 1731 OFFCURVE",
+"-265 1906 OFFCURVE",
+"-265 2107 CURVE",
+"-513 2122 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1268 2527 LINE",
+"-1268 2289 LINE",
+"-315 2289 LINE",
+"-315 2527 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+glyphname = iota1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{364, 0}";
+},
+{
+name = rhotichook;
+position = "{388, 880}";
+},
+{
+name = top;
+position = "{364, 1776}";
+},
+{
+name = top0315;
+position = "{848, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"228 384 LINE SMOOTH",
+"228 120 OFFCURVE",
+"420 -28 OFFCURVE",
+"648 -28 CURVE SMOOTH",
+"692 -28 OFFCURVE",
+"748 -20 OFFCURVE",
+"784 -12 CURVE",
+"784 172 LINE",
+"764 168 OFFCURVE",
+"728 164 OFFCURVE",
+"708 164 CURVE SMOOTH",
+"580 164 OFFCURVE",
+"500 224 OFFCURVE",
+"500 384 CURVE SMOOTH",
+"500 1488 LINE",
+"228 1488 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{356, 0}";
+},
+{
+name = rhotichook;
+position = "{380, 896}";
+},
+{
+name = top;
+position = "{356, 1776}";
+},
+{
+name = top0315;
+position = "{992, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 468 LINE SMOOTH",
+"136 24 OFFCURVE",
+"448 -28 OFFCURVE",
+"688 -28 CURVE SMOOTH",
+"788 -28 OFFCURVE",
+"860 -20 OFFCURVE",
+"924 -8 CURVE",
+"924 292 LINE",
+"884 284 OFFCURVE",
+"852 280 OFFCURVE",
+"812 280 CURVE SMOOTH",
+"708 280 OFFCURVE",
+"580 316 OFFCURVE",
+"580 468 CURVE SMOOTH",
+"580 1488 LINE",
+"136 1488 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 0269;
+userData = {
+interface.gridadjust.original = "{'width': 806, 'leftMargin': 183, 'rightMargin': 66}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-639, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-996 1705 LINE",
+"-820 1946 LINE",
+"-630 1705 LINE",
+"-349 1705 LINE",
+"-66 2112 LINE",
+"-370 2112 LINE",
+"-496 1891 LINE",
+"-635 2112 LINE",
+"-1016 2112 LINE",
+"-1214 1705 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-733, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1104 1680 LINE",
+"-949 1891 LINE",
+"-793 1680 LINE",
+"-348 1680 LINE",
+"-76 2112 LINE",
+"-451 2112 LINE",
+"-578 1896 LINE",
+"-701 2112 LINE",
+"-1206 2112 LINE",
+"-1390 1680 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC9;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-749, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-760 1705 LINE",
+"-571 1946 LINE",
+"-395 1705 LINE",
+"-176 1705 LINE",
+"-374 2112 LINE",
+"-755 2112 LINE",
+"-894 1891 LINE",
+"-1020 2112 LINE",
+"-1324 2112 LINE",
+"-1041 1705 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-774, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-714 1680 LINE",
+"-572 1891 LINE",
+"-417 1680 LINE",
+"-117 1680 LINE",
+"-301 2112 LINE",
+"-806 2112 LINE",
+"-930 1896 LINE",
+"-1056 2112 LINE",
+"-1431 2112 LINE",
+"-1159 1680 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC8;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-759, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-991 1705 LINE",
+"-811 1906 LINE",
+"-294 1906 LINE",
+"-294 2112 LINE",
+"-958 2112 LINE",
+"-1225 1705 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-782, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-954 1680 LINE",
+"-782 1874 LINE",
+"-252 1874 LINE",
+"-252 2112 LINE",
+"-1044 2112 LINE",
+"-1315 1680 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC7;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC5;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-813, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-347 1705 LINE",
+"-347 1911 LINE",
+"-886 1911 LINE",
+"-976 2112 LINE",
+"-1280 2112 LINE",
+"-983 1705 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-836, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-261 1680 LINE",
+"-261 1918 LINE",
+"-831 1918 LINE",
+"-953 2112 LINE",
+"-1411 2112 LINE",
+"-1026 1680 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC5;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC3;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-668, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-864 1837 LINE",
+"-760 1658 LINE",
+"-221 1966 LINE",
+"-325 2145 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-760 1658 LINE",
+"-657 1837 LINE",
+"-1012 2041 LINE",
+"-1115 1862 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-663, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-930 1851 LINE",
+"-791 1617 LINE",
+"-172 1973 LINE",
+"-311 2207 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-791 1617 LINE",
+"-652 1851 LINE",
+"-1016 2061 LINE",
+"-1155 1827 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC3;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC2;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-811, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-978 -296 LINE",
+"-923 -267 OFFCURVE",
+"-854 -245 OFFCURVE",
+"-792 -245 CURVE SMOOTH",
+"-760 -245 OFFCURVE",
+"-741 -253 OFFCURVE",
+"-741 -275 CURVE SMOOTH",
+"-741 -309 OFFCURVE",
+"-953 -327 OFFCURVE",
+"-953 -410 CURVE SMOOTH",
+"-953 -491 OFFCURVE",
+"-740 -487 OFFCURVE",
+"-740 -517 CURVE SMOOTH",
+"-740 -557 OFFCURVE",
+"-952 -529 OFFCURVE",
+"-952 -627 CURVE SMOOTH",
+"-952 -707 OFFCURVE",
+"-820 -751 OFFCURVE",
+"-634 -763 CURVE",
+"-608 -659 LINE",
+"-727 -653 OFFCURVE",
+"-795 -641 OFFCURVE",
+"-795 -626 CURVE SMOOTH",
+"-795 -593 OFFCURVE",
+"-580 -616 OFFCURVE",
+"-580 -513 CURVE SMOOTH",
+"-580 -422 OFFCURVE",
+"-795 -432 OFFCURVE",
+"-795 -400 CURVE SMOOTH",
+"-795 -363 OFFCURVE",
+"-598 -370 OFFCURVE",
+"-598 -254 CURVE SMOOTH",
+"-598 -187 OFFCURVE",
+"-649 -122 OFFCURVE",
+"-773 -122 CURVE SMOOTH",
+"-864 -122 OFFCURVE",
+"-961 -147 OFFCURVE",
+"-1042 -197 CURVE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-791, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-964 -296 LINE",
+"-909 -267 OFFCURVE",
+"-846 -248 OFFCURVE",
+"-791 -248 CURVE SMOOTH",
+"-773 -248 OFFCURVE",
+"-748 -250 OFFCURVE",
+"-748 -272 CURVE SMOOTH",
+"-748 -298 OFFCURVE",
+"-967 -320 OFFCURVE",
+"-967 -386 CURVE SMOOTH",
+"-967 -474 OFFCURVE",
+"-777 -459 OFFCURVE",
+"-777 -487 CURVE SMOOTH",
+"-777 -509 OFFCURVE",
+"-965 -506 OFFCURVE",
+"-965 -590 CURVE SMOOTH",
+"-965 -672 OFFCURVE",
+"-839 -743 OFFCURVE",
+"-624 -763 CURVE",
+"-594 -622 LINE",
+"-693 -612 OFFCURVE",
+"-734 -594 OFFCURVE",
+"-734 -580 CURVE SMOOTH",
+"-734 -553 OFFCURVE",
+"-539 -557 OFFCURVE",
+"-539 -484 CURVE SMOOTH",
+"-539 -385 OFFCURVE",
+"-732 -400 OFFCURVE",
+"-732 -370 CURVE SMOOTH",
+"-732 -341 OFFCURVE",
+"-550 -340 OFFCURVE",
+"-550 -242 CURVE SMOOTH",
+"-550 -154 OFFCURVE",
+"-635 -95 OFFCURVE",
+"-759 -95 CURVE SMOOTH",
+"-850 -95 OFFCURVE",
+"-961 -120 OFFCURVE",
+"-1042 -169 CURVE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC2;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-912, 1774}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-655 1689 OFFCURVE",
+"-601 1623 OFFCURVE",
+"-496 1623 CURVE SMOOTH",
+"-392 1623 OFFCURVE",
+"-337 1689 OFFCURVE",
+"-337 1772 CURVE SMOOTH",
+"-337 1858 OFFCURVE",
+"-392 1925 OFFCURVE",
+"-496 1925 CURVE SMOOTH",
+"-601 1925 OFFCURVE",
+"-655 1858 OFFCURVE",
+"-655 1772 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-894 1705 LINE",
+"-514 2112 LINE",
+"-846 2112 LINE",
+"-1112 1705 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1445 1825 OFFCURVE",
+"-1392 1759 OFFCURVE",
+"-1287 1759 CURVE SMOOTH",
+"-1183 1759 OFFCURVE",
+"-1128 1825 OFFCURVE",
+"-1128 1909 CURVE SMOOTH",
+"-1128 1994 OFFCURVE",
+"-1183 2061 OFFCURVE",
+"-1287 2061 CURVE SMOOTH",
+"-1392 2061 OFFCURVE",
+"-1445 1994 OFFCURVE",
+"-1445 1909 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1774}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-468 1664 OFFCURVE",
+"-369 1576 OFFCURVE",
+"-221 1576 CURVE SMOOTH",
+"-74 1576 OFFCURVE",
+"25 1664 OFFCURVE",
+"25 1781 CURVE SMOOTH",
+"25 1898 OFFCURVE",
+"-74 1986 OFFCURVE",
+"-221 1986 CURVE SMOOTH",
+"-369 1986 OFFCURVE",
+"-468 1898 OFFCURVE",
+"-468 1781 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-725 1680 LINE",
+"-342 2112 LINE",
+"-814 2112 LINE",
+"-1085 1680 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1546 1801 OFFCURVE",
+"-1447 1713 OFFCURVE",
+"-1299 1713 CURVE SMOOTH",
+"-1152 1713 OFFCURVE",
+"-1053 1801 OFFCURVE",
+"-1053 1918 CURVE SMOOTH",
+"-1053 2035 OFFCURVE",
+"-1152 2123 OFFCURVE",
+"-1299 2123 CURVE SMOOTH",
+"-1447 2123 OFFCURVE",
+"-1546 2035 OFFCURVE",
+"-1546 1918 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC1;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DC0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-822, 1774}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1214 2112 LINE",
+"-850 1705 LINE",
+"-616 1705 LINE",
+"-883 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1403 1689 OFFCURVE",
+"-1349 1623 OFFCURVE",
+"-1244 1623 CURVE SMOOTH",
+"-1140 1623 OFFCURVE",
+"-1085 1689 OFFCURVE",
+"-1085 1772 CURVE SMOOTH",
+"-1085 1858 OFFCURVE",
+"-1140 1925 OFFCURVE",
+"-1244 1925 CURVE SMOOTH",
+"-1349 1925 OFFCURVE",
+"-1403 1858 OFFCURVE",
+"-1403 1772 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-615 1825 OFFCURVE",
+"-561 1759 OFFCURVE",
+"-457 1759 CURVE SMOOTH",
+"-352 1759 OFFCURVE",
+"-297 1825 OFFCURVE",
+"-297 1909 CURVE SMOOTH",
+"-297 1994 OFFCURVE",
+"-352 2061 OFFCURVE",
+"-457 2061 CURVE SMOOTH",
+"-561 2061 OFFCURVE",
+"-615 1994 OFFCURVE",
+"-615 1909 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-822, 1774}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1242 2112 LINE",
+"-857 1680 LINE",
+"-496 1680 LINE",
+"-770 2112 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1613 1664 OFFCURVE",
+"-1514 1576 OFFCURVE",
+"-1367 1576 CURVE SMOOTH",
+"-1220 1576 OFFCURVE",
+"-1121 1664 OFFCURVE",
+"-1121 1781 CURVE SMOOTH",
+"-1121 1898 OFFCURVE",
+"-1220 1986 OFFCURVE",
+"-1367 1986 CURVE SMOOTH",
+"-1514 1986 OFFCURVE",
+"-1613 1898 OFFCURVE",
+"-1613 1781 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-531 1801 OFFCURVE",
+"-432 1713 OFFCURVE",
+"-285 1713 CURVE SMOOTH",
+"-138 1713 OFFCURVE",
+"-39 1801 OFFCURVE",
+"-39 1918 CURVE SMOOTH",
+"-39 2035 OFFCURVE",
+"-138 2123 OFFCURVE",
+"-285 2123 CURVE SMOOTH",
+"-432 2123 OFFCURVE",
+"-531 2035 OFFCURVE",
+"-531 1918 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DC0;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE28;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"633 -249 OFFCURVE",
+"318 -384 OFFCURVE",
+"0 -384 CURVE",
+"0 -554 LINE",
+"448 -554 OFFCURVE",
+"813 -360 OFFCURVE",
+"964 -143 CURVE",
+"743 -143 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"906 -193 OFFCURVE",
+"663 -373 OFFCURVE",
+"0 -373 CURVE",
+"0 -620 LINE",
+"855 -620 OFFCURVE",
+"1185 -351 OFFCURVE",
+"1295 -102 CURVE",
+"989 -102 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE28;
+},
+{
+color = (250,227,227,1);
+glyphname = hooksubretronosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-150 -122 LINE SMOOTH",
+"-150 -309 OFFCURVE",
+"-84 -373 OFFCURVE",
+"36 -373 CURVE SMOOTH",
+"59 -373 OFFCURVE",
+"96 -370 OFFCURVE",
+"124 -362 CURVE",
+"124 -578 LINE",
+"81 -591 OFFCURVE",
+"11 -601 OFFCURVE",
+"-36 -601 CURVE SMOOTH",
+"-298 -601 OFFCURVE",
+"-425 -432 OFFCURVE",
+"-425 -122 CURVE SMOOTH",
+"-425 209 LINE",
+"-150 209 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-110 -78 LINE SMOOTH",
+"-110 -230 OFFCURVE",
+"21 -264 OFFCURVE",
+"125 -264 CURVE SMOOTH",
+"164 -264 OFFCURVE",
+"197 -260 OFFCURVE",
+"235 -254 CURVE",
+"235 -551 LINE",
+"171 -568 OFFCURVE",
+"118 -572 OFFCURVE",
+"54 -572 CURVE SMOOTH",
+"-238 -572 OFFCURVE",
+"-414 -397 OFFCURVE",
+"-414 -78 CURVE SMOOTH",
+"-414 358 LINE",
+"-110 358 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0322;
+},
+{
+color = (240,240,240,1);
+glyphname = primerev1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"164 2148 LINE",
+"424 1664 LINE",
+"588 1664 LINE",
+"416 2148 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 2148 LINE",
+"544 1664 LINE",
+"904 1664 LINE",
+"624 2148 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 2035;
+userData = {
+interface.gridadjust.original = "{'width': 646, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = macrondieresiscomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1763}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2571}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1271 1988 LINE",
+"-1271 1782 LINE",
+"-331 1782 LINE",
+"-331 1988 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1258 2195 OFFCURVE",
+"-1205 2129 OFFCURVE",
+"-1100 2129 CURVE SMOOTH",
+"-996 2129 OFFCURVE",
+"-941 2195 OFFCURVE",
+"-941 2278 CURVE SMOOTH",
+"-941 2364 OFFCURVE",
+"-996 2431 OFFCURVE",
+"-1100 2431 CURVE SMOOTH",
+"-1205 2431 OFFCURVE",
+"-1258 2364 OFFCURVE",
+"-1258 2278 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-668 2192 OFFCURVE",
+"-615 2126 OFFCURVE",
+"-510 2126 CURVE SMOOTH",
+"-406 2126 OFFCURVE",
+"-351 2192 OFFCURVE",
+"-351 2276 CURVE SMOOTH",
+"-351 2361 OFFCURVE",
+"-406 2428 OFFCURVE",
+"-510 2428 CURVE SMOOTH",
+"-615 2428 OFFCURVE",
+"-668 2361 OFFCURVE",
+"-668 2276 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1782}";
+},
+{
+name = mkmktop_acc;
+position = "{-792, 2654}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1268 2005 LINE",
+"-1268 1767 LINE",
+"-315 1767 LINE",
+"-315 2005 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1346 2214 OFFCURVE",
+"-1257 2134 OFFCURVE",
+"-1144 2134 CURVE SMOOTH",
+"-1031 2134 OFFCURVE",
+"-942 2214 OFFCURVE",
+"-942 2317 CURVE SMOOTH",
+"-942 2420 OFFCURVE",
+"-1031 2500 OFFCURVE",
+"-1144 2500 CURVE SMOOTH",
+"-1257 2500 OFFCURVE",
+"-1346 2420 OFFCURVE",
+"-1346 2317 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-646 2214 OFFCURVE",
+"-557 2134 OFFCURVE",
+"-444 2134 CURVE SMOOTH",
+"-331 2134 OFFCURVE",
+"-242 2214 OFFCURVE",
+"-242 2317 CURVE SMOOTH",
+"-242 2420 OFFCURVE",
+"-331 2500 OFFCURVE",
+"-444 2500 CURVE SMOOTH",
+"-557 2500 OFFCURVE",
+"-646 2420 OFFCURVE",
+"-646 2317 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (227,245,235,1);
+glyphname = romannine;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = X;
+transform = "{1, 0, 0, 1, 708, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2516;
+},
+{
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = X;
+transform = "{1, 0, 0, 1, 704, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2680;
+}
+);
+unicode = 2168;
+userData = {
+interface.gridadjust.original = "{'width': 2551, 'leftMargin': 256, 'rightMargin': 113}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = epsilonclosed;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = top;
+position = "{740, 1776}";
+},
+{
+name = top0315;
+position = "{1500, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"872 872 LINE",
+"720 872 LINE SMOOTH",
+"524 872 OFFCURVE",
+"460 956 OFFCURVE",
+"460 1080 CURVE SMOOTH",
+"460 1188 OFFCURVE",
+"536 1296 OFFCURVE",
+"740 1296 CURVE SMOOTH",
+"936 1296 OFFCURVE",
+"1092 1164 OFFCURVE",
+"1092 764 CURVE",
+"1364 764 LINE",
+"1364 1352 OFFCURVE",
+"1052 1516 OFFCURVE",
+"740 1516 CURVE SMOOTH",
+"396 1516 OFFCURVE",
+"184 1364 OFFCURVE",
+"184 1080 CURVE SMOOTH",
+"184 876 OFFCURVE",
+"380 712 OFFCURVE",
+"700 712 CURVE SMOOTH",
+"872 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"348 808 OFFCURVE",
+"156 672 OFFCURVE",
+"156 420 CURVE SMOOTH",
+"156 140 OFFCURVE",
+"396 -28 OFFCURVE",
+"740 -28 CURVE SMOOTH",
+"1032 -28 OFFCURVE",
+"1364 124 OFFCURVE",
+"1364 768 CURVE",
+"1092 768 LINE",
+"1092 360 OFFCURVE",
+"960 188 OFFCURVE",
+"740 188 CURVE SMOOTH",
+"536 188 OFFCURVE",
+"432 300 OFFCURVE",
+"432 420 CURVE SMOOTH",
+"432 580 OFFCURVE",
+"524 648 OFFCURVE",
+"720 648 CURVE SMOOTH",
+"872 648 LINE",
+"872 808 LINE",
+"700 808 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{884, 0}";
+},
+{
+name = top;
+position = "{884, 1776}";
+},
+{
+name = top0315;
+position = "{1656, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"940 896 LINE",
+"892 896 LINE SMOOTH",
+"764 896 OFFCURVE",
+"716 956 OFFCURVE",
+"716 1040 CURVE SMOOTH",
+"716 1108 OFFCURVE",
+"748 1184 OFFCURVE",
+"884 1184 CURVE SMOOTH",
+"996 1184 OFFCURVE",
+"1140 1108 OFFCURVE",
+"1140 744 CURVE",
+"1580 744 LINE",
+"1580 1308 OFFCURVE",
+"1244 1516 OFFCURVE",
+"908 1516 CURVE SMOOTH",
+"524 1516 OFFCURVE",
+"272 1364 OFFCURVE",
+"272 1080 CURVE SMOOTH",
+"272 876 OFFCURVE",
+"472 712 OFFCURVE",
+"788 712 CURVE SMOOTH",
+"940 712 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"436 808 OFFCURVE",
+"244 672 OFFCURVE",
+"244 420 CURVE SMOOTH",
+"244 140 OFFCURVE",
+"524 -28 OFFCURVE",
+"908 -28 CURVE SMOOTH",
+"1220 -28 OFFCURVE",
+"1580 148 OFFCURVE",
+"1580 748 CURVE",
+"1140 748 LINE",
+"1140 396 OFFCURVE",
+"1032 304 OFFCURVE",
+"880 304 CURVE SMOOTH",
+"736 304 OFFCURVE",
+"688 384 OFFCURVE",
+"688 464 CURVE SMOOTH",
+"688 580 OFFCURVE",
+"756 628 OFFCURVE",
+"892 628 CURVE SMOOTH",
+"940 628 LINE",
+"940 808 LINE",
+"788 808 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 029A;
+userData = {
+interface.gridadjust.original = "{'width': 1478, 'leftMargin': 135, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FBD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{616, 2000}";
+},
+{
+name = _top;
+position = "{328, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"308 2056 LINE",
+"308 1952 LINE SMOOTH",
+"308 1820 OFFCURVE",
+"272 1728 OFFCURVE",
+"196 1644 CURVE",
+"304 1560 LINE",
+"468 1648 OFFCURVE",
+"556 1784 OFFCURVE",
+"556 1944 CURVE SMOOTH",
+"556 2056 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{512, 2000}";
+},
+{
+name = _top;
+position = "{240, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 2056 LINE",
+"208 1928 LINE SMOOTH",
+"208 1824 OFFCURVE",
+"184 1744 OFFCURVE",
+"104 1692 CURVE",
+"220 1560 LINE",
+"344 1620 OFFCURVE",
+"440 1748 OFFCURVE",
+"440 1920 CURVE SMOOTH",
+"440 2056 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = 1FBD;
+userData = {
+interface.gridadjust.original = "{'width': 718, 'leftMargin': 131, 'rightMargin': 228}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = omegacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{988, 1744}";
+},
+{
+name = top0315;
+position = "{2080, 1744}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"880 480 LINE SMOOTH",
+"880 284 OFFCURVE",
+"760 192 OFFCURVE",
+"604 192 CURVE SMOOTH",
+"476 192 OFFCURVE",
+"384 284 OFFCURVE",
+"384 480 CURVE SMOOTH",
+"384 1488 LINE",
+"108 1488 LINE",
+"108 480 LINE SMOOTH",
+"108 140 OFFCURVE",
+"320 -28 OFFCURVE",
+"604 -28 CURVE SMOOTH",
+"888 -28 OFFCURVE",
+"1100 140 OFFCURVE",
+"1100 480 CURVE SMOOTH",
+"1100 1488 LINE",
+"880 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1648 480 LINE SMOOTH",
+"1648 284 OFFCURVE",
+"1544 192 OFFCURVE",
+"1404 192 CURVE SMOOTH",
+"1256 192 OFFCURVE",
+"1156 284 OFFCURVE",
+"1156 480 CURVE SMOOTH",
+"1156 1488 LINE",
+"936 1488 LINE",
+"936 480 LINE SMOOTH",
+"936 140 OFFCURVE",
+"1132 -28 OFFCURVE",
+"1404 -28 CURVE SMOOTH",
+"1700 -28 OFFCURVE",
+"1924 140 OFFCURVE",
+"1924 480 CURVE SMOOTH",
+"1924 1488 LINE",
+"1648 1488 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1300, 1776}";
+},
+{
+name = top0315;
+position = "{2468, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1080 664 LINE SMOOTH",
+"1080 428 OFFCURVE",
+"1008 328 OFFCURVE",
+"860 328 CURVE SMOOTH",
+"732 328 OFFCURVE",
+"664 428 OFFCURVE",
+"664 664 CURVE SMOOTH",
+"664 1488 LINE",
+"220 1488 LINE",
+"220 664 LINE SMOOTH",
+"220 212 OFFCURVE",
+"484 -28 OFFCURVE",
+"860 -28 CURVE SMOOTH",
+"1204 -28 OFFCURVE",
+"1444 212 OFFCURVE",
+"1444 664 CURVE SMOOTH",
+"1444 1488 LINE",
+"1080 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1928 664 LINE SMOOTH",
+"1928 428 OFFCURVE",
+"1868 328 OFFCURVE",
+"1736 328 CURVE SMOOTH",
+"1592 328 OFFCURVE",
+"1524 428 OFFCURVE",
+"1524 664 CURVE SMOOTH",
+"1524 1488 LINE",
+"1164 1488 LINE",
+"1164 664 LINE SMOOTH",
+"1164 212 OFFCURVE",
+"1392 -28 OFFCURVE",
+"1736 -28 CURVE SMOOTH",
+"2112 -28 OFFCURVE",
+"2372 212 OFFCURVE",
+"2372 664 CURVE SMOOTH",
+"2372 1488 LINE",
+"1928 1488 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 0461;
+userData = {
+interface.gridadjust.original = "{'width': 2140, 'leftMargin': 169, 'rightMargin': 157}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Omegacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1260, 2148}";
+},
+{
+name = top0315;
+position = "{2500, 2148}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1124 544 LINE SMOOTH",
+"1124 312 OFFCURVE",
+"988 200 OFFCURVE",
+"800 200 CURVE SMOOTH",
+"644 200 OFFCURVE",
+"496 312 OFFCURVE",
+"496 544 CURVE SMOOTH",
+"496 2048 LINE",
+"248 2048 LINE",
+"248 544 LINE SMOOTH",
+"248 160 OFFCURVE",
+"480 -28 OFFCURVE",
+"800 -28 CURVE SMOOTH",
+"1120 -28 OFFCURVE",
+"1356 160 OFFCURVE",
+"1356 544 CURVE SMOOTH",
+"1356 2048 LINE",
+"1124 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2004 544 LINE SMOOTH",
+"2004 312 OFFCURVE",
+"1844 200 OFFCURVE",
+"1672 200 CURVE SMOOTH",
+"1500 200 OFFCURVE",
+"1372 312 OFFCURVE",
+"1372 544 CURVE SMOOTH",
+"1372 2048 LINE",
+"1144 2048 LINE",
+"1144 544 LINE SMOOTH",
+"1144 160 OFFCURVE",
+"1360 -28 OFFCURVE",
+"1672 -28 CURVE SMOOTH",
+"1992 -28 OFFCURVE",
+"2248 160 OFFCURVE",
+"2248 544 CURVE SMOOTH",
+"2248 2048 LINE",
+"2004 2048 LINE"
+);
+}
+);
+width = 2496;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1356, 2304}";
+},
+{
+name = top0315;
+position = "{2736, 2304}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1128 676 LINE SMOOTH",
+"1128 440 OFFCURVE",
+"1032 344 OFFCURVE",
+"872 344 CURVE SMOOTH",
+"708 344 OFFCURVE",
+"608 440 OFFCURVE",
+"608 676 CURVE SMOOTH",
+"608 2004 LINE",
+"144 2004 LINE",
+"144 676 LINE SMOOTH",
+"144 220 OFFCURVE",
+"452 -28 OFFCURVE",
+"872 -28 CURVE SMOOTH",
+"1236 -28 OFFCURVE",
+"1504 220 OFFCURVE",
+"1504 676 CURVE SMOOTH",
+"1504 2004 LINE",
+"1128 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2108 676 LINE SMOOTH",
+"2108 440 OFFCURVE",
+"2012 344 OFFCURVE",
+"1848 344 CURVE SMOOTH",
+"1688 344 OFFCURVE",
+"1588 440 OFFCURVE",
+"1588 676 CURVE SMOOTH",
+"1588 2004 LINE",
+"1212 2004 LINE",
+"1212 676 LINE SMOOTH",
+"1212 220 OFFCURVE",
+"1484 -28 OFFCURVE",
+"1848 -28 CURVE SMOOTH",
+"2264 -28 OFFCURVE",
+"2568 220 OFFCURVE",
+"2568 676 CURVE SMOOTH",
+"2568 2004 LINE",
+"2108 2004 LINE"
+);
+}
+);
+width = 2712;
+}
+);
+unicode = 0460;
+userData = {
+interface.gridadjust.original = "{'width': 2471, 'leftMargin': 210, 'rightMargin': 195}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = yuslittlecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"848 1488 LINE",
+"640 1488 LINE",
+"36 0 LINE",
+"316 0 LINE",
+"728 1040 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1484 0 LINE",
+"876 1488 LINE",
+"668 1488 LINE",
+"784 1040 LINE",
+"1204 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"356 616 LINE",
+"356 396 LINE",
+"1180 396 LINE",
+"1180 616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"628 564 LINE",
+"628 0 LINE",
+"900 0 LINE",
+"900 564 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1008 1536 LINE",
+"676 1536 LINE",
+"132 0 LINE",
+"584 0 LINE",
+"868 872 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1696 0 LINE",
+"1148 1536 LINE",
+"820 1536 LINE",
+"960 872 LINE",
+"1244 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"384 632 LINE",
+"384 360 LINE",
+"1448 360 LINE",
+"1448 632 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"772 480 LINE",
+"772 0 LINE",
+"1032 0 LINE",
+"1032 480 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0467;
+userData = {
+interface.gridadjust.original = "{'width': 1510, 'leftMargin': 18, 'rightMargin': 43}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Yuslittlecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"948 2004 LINE",
+"772 2004 LINE",
+"52 0 LINE",
+"344 0 LINE",
+"960 1788 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1728 0 LINE",
+"1020 2004 LINE",
+"844 2004 LINE",
+"828 1800 LINE",
+"1436 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"400 832 LINE",
+"400 596 LINE",
+"1372 596 LINE",
+"1372 832 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"744 760 LINE",
+"744 0 LINE",
+"1020 0 LINE",
+"1020 760 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1040 2004 LINE",
+"792 2004 LINE",
+"92 0 LINE",
+"580 0 LINE",
+"1172 1844 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1988 0 LINE",
+"1288 2004 LINE",
+"1040 2004 LINE",
+"900 1856 LINE",
+"1504 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 876 LINE",
+"452 568 LINE",
+"1556 568 LINE",
+"1556 876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"848 716 LINE",
+"848 0 LINE",
+"1216 0 LINE",
+"1216 716 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 0466;
+userData = {
+interface.gridadjust.original = "{'width': 1700, 'leftMargin': 56, 'rightMargin': -33}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = eiotifiedcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"340 852 LINE",
+"340 632 LINE",
+"1548 632 LINE",
+"1548 852 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1952 1364 OFFCURVE",
+"1708 1556 OFFCURVE",
+"1384 1556 CURVE SMOOTH",
+"968 1556 OFFCURVE",
+"692 1228 OFFCURVE",
+"692 768 CURVE SMOOTH",
+"692 296 OFFCURVE",
+"960 -32 OFFCURVE",
+"1388 -32 CURVE SMOOTH",
+"1728 -32 OFFCURVE",
+"1952 176 OFFCURVE",
+"1992 448 CURVE",
+"1756 448 LINE",
+"1712 280 OFFCURVE",
+"1572 180 OFFCURVE",
+"1388 180 CURVE SMOOTH",
+"1108 180 OFFCURVE",
+"928 412 OFFCURVE",
+"928 768 CURVE SMOOTH",
+"928 1116 OFFCURVE",
+"1112 1344 OFFCURVE",
+"1388 1344 CURVE SMOOTH",
+"1596 1344 OFFCURVE",
+"1720 1216 OFFCURVE",
+"1756 1076 CURVE",
+"1992 1076 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"160 1536 LINE",
+"160 0 LINE",
+"396 0 LINE",
+"396 1536 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"428 880 LINE",
+"428 616 LINE",
+"1616 616 LINE",
+"1616 880 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2120 1352 OFFCURVE",
+"1864 1556 OFFCURVE",
+"1504 1556 CURVE SMOOTH",
+"1052 1556 OFFCURVE",
+"780 1232 OFFCURVE",
+"780 768 CURVE SMOOTH",
+"780 304 OFFCURVE",
+"1052 -28 OFFCURVE",
+"1504 -28 CURVE SMOOTH",
+"1852 -28 OFFCURVE",
+"2108 168 OFFCURVE",
+"2180 472 CURVE",
+"1756 548 LINE",
+"1720 424 OFFCURVE",
+"1644 340 OFFCURVE",
+"1504 340 CURVE SMOOTH",
+"1296 340 OFFCURVE",
+"1216 512 OFFCURVE",
+"1216 768 CURVE SMOOTH",
+"1216 1024 OFFCURVE",
+"1296 1192 OFFCURVE",
+"1504 1192 CURVE SMOOTH",
+"1656 1192 OFFCURVE",
+"1728 1100 OFFCURVE",
+"1764 952 CURVE",
+"2184 1032 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 1536 LINE"
+);
+}
+);
+width = 2268;
+}
+);
+unicode = 0465;
+userData = {
+interface.gridadjust.original = "{'width': 2104, 'leftMargin': 253, 'rightMargin': -24}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Eiotifiedcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"432 1152 LINE",
+"432 932 LINE",
+"1828 932 LINE",
+"1828 1152 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2444 1828 OFFCURVE",
+"2108 2076 OFFCURVE",
+"1696 2076 CURVE SMOOTH",
+"1172 2076 OFFCURVE",
+"792 1672 OFFCURVE",
+"792 1024 CURVE",
+"792 376 OFFCURVE",
+"1172 -28 OFFCURVE",
+"1696 -28 CURVE SMOOTH",
+"2108 -28 OFFCURVE",
+"2444 220 OFFCURVE",
+"2520 640 CURVE",
+"2272 640 LINE",
+"2212 356 OFFCURVE",
+"1968 204 OFFCURVE",
+"1696 204 CURVE SMOOTH",
+"1324 204 OFFCURVE",
+"1032 492 OFFCURVE",
+"1032 1024 CURVE",
+"1032 1556 OFFCURVE",
+"1324 1844 OFFCURVE",
+"1696 1844 CURVE SMOOTH",
+"1968 1844 OFFCURVE",
+"2212 1692 OFFCURVE",
+"2272 1408 CURVE",
+"2520 1408 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"248 2048 LINE",
+"248 0 LINE",
+"496 0 LINE",
+"496 2048 LINE"
+);
+}
+);
+width = 2672;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{144, 2160}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"520 1196 LINE",
+"520 836 LINE",
+"1900 836 LINE",
+"1900 1196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2544 1836 OFFCURVE",
+"2212 2076 OFFCURVE",
+"1804 2076 CURVE SMOOTH",
+"1284 2076 OFFCURVE",
+"900 1688 OFFCURVE",
+"900 1020 CURVE",
+"900 356 OFFCURVE",
+"1284 -28 OFFCURVE",
+"1804 -28 CURVE SMOOTH",
+"2212 -28 OFFCURVE",
+"2540 208 OFFCURVE",
+"2652 632 CURVE",
+"2200 696 LINE",
+"2140 488 OFFCURVE",
+"1996 388 OFFCURVE",
+"1804 388 CURVE SMOOTH",
+"1544 388 OFFCURVE",
+"1368 568 OFFCURVE",
+"1368 1020 CURVE",
+"1368 1472 OFFCURVE",
+"1544 1660 OFFCURVE",
+"1804 1660 CURVE SMOOTH",
+"1996 1660 OFFCURVE",
+"2148 1556 OFFCURVE",
+"2208 1340 CURVE",
+"2656 1404 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+}
+);
+width = 2764;
+}
+);
+unicode = 0464;
+userData = {
+interface.gridadjust.original = "{'width': 2526, 'leftMargin': 257, 'rightMargin': 68}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = yuslittleiotifiedcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"324 616 LINE",
+"324 396 LINE",
+"968 396 LINE",
+"968 616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1396 1488 LINE",
+"1188 1488 LINE",
+"584 0 LINE",
+"864 0 LINE",
+"1276 1040 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2032 0 LINE",
+"1424 1488 LINE",
+"1216 1488 LINE",
+"1332 1040 LINE",
+"1752 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"904 616 LINE",
+"904 396 LINE",
+"1728 396 LINE",
+"1728 616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1176 564 LINE",
+"1176 0 LINE",
+"1448 0 LINE",
+"1448 564 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"192 1536 LINE",
+"192 0 LINE",
+"428 0 LINE",
+"428 1536 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 632 LINE",
+"264 364 LINE",
+"1256 364 LINE",
+"1256 632 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1716 1536 LINE",
+"1384 1536 LINE",
+"840 0 LINE",
+"1292 0 LINE",
+"1576 872 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2404 0 LINE",
+"1856 1536 LINE",
+"1528 1536 LINE",
+"1668 872 LINE",
+"1952 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1092 632 LINE",
+"1092 360 LINE",
+"2156 360 LINE",
+"2156 632 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1480 480 LINE",
+"1480 0 LINE",
+"1740 0 LINE",
+"1740 480 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 1536 LINE",
+"144 0 LINE",
+"604 0 LINE",
+"604 1536 LINE"
+);
+}
+);
+width = 2452;
+}
+);
+unicode = 0469;
+userData = {
+interface.gridadjust.original = "{'width': 2130, 'leftMargin': 301, 'rightMargin': 23}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Yuslittleiotifiedcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"336 832 LINE",
+"336 600 LINE",
+"1092 600 LINE",
+"1092 832 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1568 2004 LINE",
+"1392 2004 LINE",
+"672 0 LINE",
+"964 0 LINE",
+"1580 1788 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2348 0 LINE",
+"1640 2004 LINE",
+"1464 2004 LINE",
+"1448 1800 LINE",
+"2056 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1020 832 LINE",
+"1020 596 LINE",
+"1992 596 LINE",
+"1992 832 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1364 760 LINE",
+"1364 0 LINE",
+"1640 0 LINE",
+"1640 760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 2048 LINE",
+"164 0 LINE",
+"412 0 LINE",
+"412 2048 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"508 876 LINE",
+"508 568 LINE",
+"1360 568 LINE",
+"1360 876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1816 2004 LINE",
+"1568 2004 LINE",
+"868 0 LINE",
+"1356 0 LINE",
+"1948 1844 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2764 0 LINE",
+"2064 2004 LINE",
+"1816 2004 LINE",
+"1676 1856 LINE",
+"2280 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1228 876 LINE",
+"1228 568 LINE",
+"2332 568 LINE",
+"2332 876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1624 716 LINE",
+"1624 0 LINE",
+"1992 0 LINE",
+"1992 716 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2048 LINE",
+"144 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+}
+);
+width = 2872;
+}
+);
+unicode = 0468;
+userData = {
+interface.gridadjust.original = "{'width': 2482, 'leftMargin': 282, 'rightMargin': 19}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = four.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"420 420 LINE",
+"688 760 LINE",
+"884 1084 LINE",
+"700 1084 LINE",
+"188 380 LINE",
+"196 232 LINE",
+"1080 232 LINE",
+"1080 420 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"704 1084 LINE",
+"704 0 LINE",
+"936 0 LINE",
+"936 1084 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"492 460 LINE",
+"672 692 LINE",
+"928 1084 LINE",
+"692 1084 LINE",
+"208 416 LINE",
+"228 216 LINE",
+"1104 216 LINE",
+"1104 460 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"692 1084 LINE",
+"692 0 LINE",
+"992 0 LINE",
+"992 1084 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 73, 'rightMargin': 73}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = hhooksuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 2220 OFFCURVE",
+"480 2236 OFFCURVE",
+"512 2236 CURVE SMOOTH",
+"548 2236 OFFCURVE",
+"592 2228 OFFCURVE",
+"612 2224 CURVE",
+"612 2456 LINE",
+"540 2472 OFFCURVE",
+"476 2484 OFFCURVE",
+"404 2484 CURVE SMOOTH",
+"232 2484 OFFCURVE",
+"192 2352 OFFCURVE",
+"192 2160 CURVE SMOOTH",
+"192 896 LINE",
+"444 896 LINE",
+"444 2144 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"412 1664 OFFCURVE",
+"480 1808 OFFCURVE",
+"636 1808 CURVE SMOOTH",
+"748 1808 OFFCURVE",
+"820 1740 OFFCURVE",
+"820 1548 CURVE SMOOTH",
+"820 896 LINE",
+"1072 896 LINE",
+"1072 1596 LINE SMOOTH",
+"1072 1892 OFFCURVE",
+"936 2016 OFFCURVE",
+"720 2016 CURVE SMOOTH",
+"488 2016 OFFCURVE",
+"348 1792 OFFCURVE",
+"348 1480 CURVE",
+"412 1484 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"484 2148 OFFCURVE",
+"524 2208 OFFCURVE",
+"632 2208 CURVE SMOOTH",
+"660 2208 OFFCURVE",
+"684 2204 OFFCURVE",
+"716 2196 CURVE",
+"716 2472 LINE",
+"644 2480 OFFCURVE",
+"576 2488 OFFCURVE",
+"516 2488 CURVE SMOOTH",
+"312 2488 OFFCURVE",
+"176 2416 OFFCURVE",
+"176 2100 CURVE SMOOTH",
+"176 900 LINE",
+"484 900 LINE",
+"484 2064 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 1632 OFFCURVE",
+"504 1748 OFFCURVE",
+"660 1748 CURVE SMOOTH",
+"772 1748 OFFCURVE",
+"832 1684 OFFCURVE",
+"832 1488 CURVE SMOOTH",
+"832 900 LINE",
+"1140 900 LINE",
+"1140 1596 LINE SMOOTH",
+"1140 1892 OFFCURVE",
+"1004 2016 OFFCURVE",
+"772 2016 CURVE SMOOTH",
+"524 2016 OFFCURVE",
+"384 1792 OFFCURVE",
+"384 1480 CURVE",
+"448 1484 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02B1;
+userData = {
+interface.gridadjust.original = "{'width': 1156, 'leftMargin': 138, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Yusbigiotifiedcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"524 1124 LINE",
+"524 904 LINE",
+"1784 904 LINE",
+"1784 1124 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"264 2048 LINE",
+"264 0 LINE",
+"512 0 LINE",
+"512 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1212 508 LINE SMOOTH",
+"1212 808 OFFCURVE",
+"1344 892 OFFCURVE",
+"1604 892 CURVE SMOOTH",
+"2276 892 LINE SMOOTH",
+"2540 892 OFFCURVE",
+"2668 808 OFFCURVE",
+"2668 508 CURVE SMOOTH",
+"2668 0 LINE",
+"2956 0 LINE",
+"2956 508 LINE SMOOTH",
+"2956 956 OFFCURVE",
+"2700 1124 OFFCURVE",
+"2276 1124 CURVE SMOOTH",
+"1604 1124 LINE SMOOTH",
+"1180 1124 OFFCURVE",
+"928 956 OFFCURVE",
+"928 508 CURVE SMOOTH",
+"928 0 LINE",
+"1212 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1420 2004 LINE",
+"1420 1772 LINE",
+"2500 1772 LINE",
+"2500 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1904 828 LINE",
+"2084 828 LINE",
+"2788 2004 LINE",
+"2464 2004 LINE",
+"1852 936 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1116 2004 LINE",
+"1824 828 LINE",
+"2000 828 LINE",
+"2060 924 LINE",
+"1440 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1804 1080 LINE",
+"1804 0 LINE",
+"2088 0 LINE",
+"2088 1080 LINE"
+);
+}
+);
+width = 3312;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"460 1100 LINE",
+"460 736 LINE",
+"1820 736 LINE",
+"1820 1100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"148 2048 LINE",
+"148 0 LINE",
+"612 0 LINE",
+"612 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1496 448 LINE SMOOTH",
+"1496 656 OFFCURVE",
+"1596 716 OFFCURVE",
+"1804 716 CURVE SMOOTH",
+"2472 716 LINE SMOOTH",
+"2676 716 OFFCURVE",
+"2776 656 OFFCURVE",
+"2776 448 CURVE SMOOTH",
+"2776 0 LINE",
+"3236 0 LINE",
+"3236 448 LINE SMOOTH",
+"3236 920 OFFCURVE",
+"2952 1092 OFFCURVE",
+"2472 1092 CURVE SMOOTH",
+"1804 1092 LINE SMOOTH",
+"1320 1092 OFFCURVE",
+"1036 920 OFFCURVE",
+"1036 448 CURVE SMOOTH",
+"1036 0 LINE",
+"1496 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1648 2004 LINE",
+"1648 1624 LINE",
+"2696 1624 LINE",
+"2696 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2116 736 LINE",
+"2368 736 LINE",
+"3072 2004 LINE",
+"2572 2004 LINE",
+"2064 984 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1260 2004 LINE",
+"1964 736 LINE",
+"2212 736 LINE",
+"2272 976 LINE",
+"1760 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1932 1028 LINE",
+"1932 0 LINE",
+"2388 0 LINE",
+"2388 1028 LINE"
+);
+}
+);
+width = 3360;
+}
+);
+unicode = 046C;
+userData = {
+interface.gridadjust.original = "{'width': 3204, 'leftMargin': 256, 'rightMargin': 198}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = yusbigcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"452 220 LINE SMOOTH",
+"452 528 OFFCURVE",
+"564 612 OFFCURVE",
+"796 612 CURVE SMOOTH",
+"1240 612 LINE SMOOTH",
+"1468 612 OFFCURVE",
+"1580 528 OFFCURVE",
+"1580 220 CURVE SMOOTH",
+"1580 0 LINE",
+"1856 0 LINE",
+"1856 220 LINE SMOOTH",
+"1856 668 OFFCURVE",
+"1624 832 OFFCURVE",
+"1240 832 CURVE SMOOTH",
+"796 832 LINE SMOOTH",
+"408 832 OFFCURVE",
+"176 668 OFFCURVE",
+"176 220 CURVE SMOOTH",
+"176 0 LINE",
+"452 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"580 1488 LINE",
+"580 1268 LINE",
+"1520 1268 LINE",
+"1520 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"984 572 LINE",
+"1148 572 LINE",
+"1688 1488 LINE",
+"1380 1488 LINE",
+"940 676 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"360 1488 LINE",
+"904 572 LINE",
+"1068 572 LINE",
+"1116 668 LINE",
+"668 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"884 800 LINE",
+"884 0 LINE",
+"1160 0 LINE",
+"1160 800 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"588 260 LINE SMOOTH",
+"588 456 OFFCURVE",
+"664 512 OFFCURVE",
+"820 512 CURVE SMOOTH",
+"1264 512 LINE SMOOTH",
+"1420 512 OFFCURVE",
+"1492 456 OFFCURVE",
+"1492 260 CURVE SMOOTH",
+"1492 0 LINE",
+"1936 0 LINE",
+"1936 260 LINE SMOOTH",
+"1936 688 OFFCURVE",
+"1684 848 OFFCURVE",
+"1264 848 CURVE SMOOTH",
+"820 848 LINE SMOOTH",
+"396 848 OFFCURVE",
+"144 688 OFFCURVE",
+"144 260 CURVE SMOOTH",
+"144 0 LINE",
+"588 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"552 1488 LINE",
+"552 1212 LINE",
+"1600 1212 LINE",
+"1600 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1012 512 LINE",
+"1244 512 LINE",
+"1808 1488 LINE",
+"1328 1488 LINE",
+"968 692 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"296 1488 LINE",
+"860 512 LINE",
+"1092 512 LINE",
+"1144 684 LINE",
+"776 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"828 684 LINE",
+"828 0 LINE",
+"1268 0 LINE",
+"1268 684 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 046B;
+userData = {
+interface.gridadjust.original = "{'width': 2089, 'leftMargin': 205, 'rightMargin': 205}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Yusbigcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"416 508 LINE SMOOTH",
+"416 808 OFFCURVE",
+"548 892 OFFCURVE",
+"808 892 CURVE SMOOTH",
+"1480 892 LINE SMOOTH",
+"1744 892 OFFCURVE",
+"1872 808 OFFCURVE",
+"1872 508 CURVE SMOOTH",
+"1872 0 LINE",
+"2160 0 LINE",
+"2160 508 LINE SMOOTH",
+"2160 956 OFFCURVE",
+"1904 1124 OFFCURVE",
+"1480 1124 CURVE SMOOTH",
+"808 1124 LINE SMOOTH",
+"384 1124 OFFCURVE",
+"132 956 OFFCURVE",
+"132 508 CURVE SMOOTH",
+"132 0 LINE",
+"416 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"624 2004 LINE",
+"624 1772 LINE",
+"1704 1772 LINE",
+"1704 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1108 828 LINE",
+"1288 828 LINE",
+"1992 2004 LINE",
+"1668 2004 LINE",
+"1056 936 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"320 2004 LINE",
+"1028 828 LINE",
+"1204 828 LINE",
+"1264 924 LINE",
+"644 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1008 1080 LINE",
+"1008 0 LINE",
+"1292 0 LINE",
+"1292 1080 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"656 448 LINE SMOOTH",
+"656 656 OFFCURVE",
+"756 716 OFFCURVE",
+"964 716 CURVE SMOOTH",
+"1632 716 LINE SMOOTH",
+"1836 716 OFFCURVE",
+"1936 656 OFFCURVE",
+"1936 448 CURVE SMOOTH",
+"1936 0 LINE",
+"2396 0 LINE",
+"2396 448 LINE SMOOTH",
+"2396 920 OFFCURVE",
+"2112 1092 OFFCURVE",
+"1632 1092 CURVE SMOOTH",
+"964 1092 LINE SMOOTH",
+"480 1092 OFFCURVE",
+"196 920 OFFCURVE",
+"196 448 CURVE SMOOTH",
+"196 0 LINE",
+"656 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"808 2004 LINE",
+"808 1624 LINE",
+"1856 1624 LINE",
+"1856 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 736 LINE",
+"1528 736 LINE",
+"2232 2004 LINE",
+"1732 2004 LINE",
+"1224 984 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 2004 LINE",
+"1124 736 LINE",
+"1372 736 LINE",
+"1432 976 LINE",
+"920 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1092 1028 LINE",
+"1092 0 LINE",
+"1548 0 LINE",
+"1548 1028 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 046A;
+userData = {
+interface.gridadjust.original = "{'width': 2424, 'leftMargin': 199, 'rightMargin': 198}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ksicyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{616, 2392}";
+},
+{
+name = top0315;
+position = "{1328, 2392}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"148 1268 LINE",
+"564 1268 LINE SMOOTH",
+"784 1268 OFFCURVE",
+"888 1176 OFFCURVE",
+"888 1064 CURVE SMOOTH",
+"888 940 OFFCURVE",
+"788 852 OFFCURVE",
+"536 852 CURVE SMOOTH",
+"340 852 LINE",
+"340 688 LINE",
+"540 688 LINE SMOOTH",
+"916 688 OFFCURVE",
+"1164 848 OFFCURVE",
+"1164 1060 CURVE SMOOTH",
+"1164 1328 OFFCURVE",
+"908 1488 OFFCURVE",
+"564 1488 CURVE SMOOTH",
+"148 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"340 632 LINE",
+"536 632 LINE SMOOTH",
+"784 632 OFFCURVE",
+"920 560 OFFCURVE",
+"920 412 CURVE SMOOTH",
+"920 284 OFFCURVE",
+"800 192 OFFCURVE",
+"600 192 CURVE SMOOTH",
+"540 192 LINE SMOOTH",
+"256 192 OFFCURVE",
+"72 84 OFFCURVE",
+"72 -168 CURVE",
+"76 -392 OFFCURVE",
+"268 -540 OFFCURVE",
+"440 -616 CURVE",
+"552 -436 LINE",
+"472 -400 OFFCURVE",
+"332 -328 OFFCURVE",
+"332 -180 CURVE SMOOTH",
+"332 -92 OFFCURVE",
+"388 -28 OFFCURVE",
+"532 -28 CURVE SMOOTH",
+"600 -28 LINE SMOOTH",
+"944 -28 OFFCURVE",
+"1196 136 OFFCURVE",
+"1196 420 CURVE SMOOTH",
+"1196 660 OFFCURVE",
+"956 796 OFFCURVE",
+"540 796 CURVE SMOOTH",
+"340 796 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"192 2112 LINE",
+"192 2096 LINE",
+"556 1720 LINE",
+"692 1720 LINE",
+"1060 2096 LINE",
+"1060 2112 LINE",
+"868 2112 LINE",
+"624 1872 LINE",
+"384 2112 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = top;
+position = "{780, 2392}";
+},
+{
+name = top0315;
+position = "{1576, 2392}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"300 1172 LINE",
+"636 1172 LINE SMOOTH",
+"820 1172 OFFCURVE",
+"900 1124 OFFCURVE",
+"900 1036 CURVE SMOOTH",
+"900 940 OFFCURVE",
+"840 868 OFFCURVE",
+"688 868 CURVE SMOOTH",
+"448 868 LINE",
+"448 672 LINE",
+"692 672 LINE SMOOTH",
+"1084 672 OFFCURVE",
+"1344 800 OFFCURVE",
+"1344 1088 CURVE SMOOTH",
+"1344 1376 OFFCURVE",
+"1064 1488 OFFCURVE",
+"636 1488 CURVE",
+"300 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"448 608 LINE",
+"672 608 LINE SMOOTH",
+"868 608 OFFCURVE",
+"972 548 OFFCURVE",
+"972 440 CURVE SMOOTH",
+"972 352 OFFCURVE",
+"864 288 OFFCURVE",
+"680 288 CURVE SMOOTH",
+"596 288 LINE SMOOTH",
+"324 288 OFFCURVE",
+"152 168 OFFCURVE",
+"152 -80 CURVE",
+"156 -324 OFFCURVE",
+"328 -516 OFFCURVE",
+"576 -588 CURVE",
+"688 -352 LINE",
+"628 -324 OFFCURVE",
+"528 -264 OFFCURVE",
+"528 -152 CURVE SMOOTH",
+"528 -80 OFFCURVE",
+"572 -28 OFFCURVE",
+"696 -28 CURVE SMOOTH",
+"764 -28 LINE SMOOTH",
+"1160 -28 OFFCURVE",
+"1416 136 OFFCURVE",
+"1416 420 CURVE SMOOTH",
+"1416 660 OFFCURVE",
+"1144 796 OFFCURVE",
+"680 796 CURVE SMOOTH",
+"448 796 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"304 2032 LINE",
+"304 2020 LINE",
+"744 1628 LINE",
+"1028 1628 LINE",
+"1464 2020 LINE",
+"1464 2032 LINE",
+"1088 2032 LINE",
+"888 1848 LINE",
+"684 2032 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 046F;
+userData = {
+interface.gridadjust.original = "{'width': 1356, 'leftMargin': 99, 'rightMargin': 134}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ksicyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"248 1784 LINE",
+"664 1784 LINE SMOOTH",
+"924 1784 OFFCURVE",
+"1044 1640 OFFCURVE",
+"1044 1464 CURVE SMOOTH",
+"1044 1272 OFFCURVE",
+"928 1140 OFFCURVE",
+"636 1140 CURVE SMOOTH",
+"440 1140 LINE",
+"440 972 LINE",
+"640 972 LINE SMOOTH",
+"1048 972 OFFCURVE",
+"1320 1184 OFFCURVE",
+"1320 1460 CURVE SMOOTH",
+"1320 1796 OFFCURVE",
+"1044 2004 OFFCURVE",
+"664 2004 CURVE SMOOTH",
+"248 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 920 LINE",
+"636 920 LINE SMOOTH",
+"920 920 OFFCURVE",
+"1076 800 OFFCURVE",
+"1076 556 CURVE SMOOTH",
+"1076 348 OFFCURVE",
+"936 192 OFFCURVE",
+"696 192 CURVE SMOOTH",
+"640 192 LINE SMOOTH",
+"356 192 OFFCURVE",
+"172 84 OFFCURVE",
+"172 -168 CURVE",
+"172 -392 OFFCURVE",
+"364 -540 OFFCURVE",
+"540 -616 CURVE",
+"652 -436 LINE",
+"572 -400 OFFCURVE",
+"432 -328 OFFCURVE",
+"432 -180 CURVE SMOOTH",
+"432 -92 OFFCURVE",
+"488 -28 OFFCURVE",
+"628 -28 CURVE SMOOTH",
+"696 -28 LINE SMOOTH",
+"1076 -28 OFFCURVE",
+"1352 188 OFFCURVE",
+"1352 560 CURVE SMOOTH",
+"1352 896 OFFCURVE",
+"1088 1080 OFFCURVE",
+"640 1080 CURVE SMOOTH",
+"440 1080 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"392 2588 LINE",
+"392 2572 LINE",
+"756 2196 LINE",
+"892 2196 LINE",
+"1260 2572 LINE",
+"1260 2588 LINE",
+"1068 2588 LINE",
+"824 2348 LINE",
+"584 2588 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"304 1632 LINE",
+"644 1632 LINE SMOOTH",
+"844 1632 OFFCURVE",
+"936 1560 OFFCURVE",
+"936 1436 CURVE SMOOTH",
+"936 1308 OFFCURVE",
+"860 1212 OFFCURVE",
+"664 1212 CURVE SMOOTH",
+"456 1212 LINE",
+"456 960 LINE",
+"672 960 LINE SMOOTH",
+"1096 960 OFFCURVE",
+"1380 1120 OFFCURVE",
+"1380 1488 CURVE SMOOTH",
+"1380 1856 OFFCURVE",
+"1092 2004 OFFCURVE",
+"644 2004 CURVE",
+"304 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"456 836 LINE",
+"652 836 LINE SMOOTH",
+"884 836 OFFCURVE",
+"1008 740 OFFCURVE",
+"1008 556 CURVE SMOOTH",
+"1008 432 OFFCURVE",
+"900 344 OFFCURVE",
+"712 344 CURVE SMOOTH",
+"616 344 LINE SMOOTH",
+"312 344 OFFCURVE",
+"120 204 OFFCURVE",
+"120 -80 CURVE",
+"120 -352 OFFCURVE",
+"264 -556 OFFCURVE",
+"596 -616 CURVE",
+"708 -352 LINE",
+"640 -324 OFFCURVE",
+"520 -264 OFFCURVE",
+"520 -152 CURVE SMOOTH",
+"520 -80 OFFCURVE",
+"560 -28 OFFCURVE",
+"660 -28 CURVE SMOOTH",
+"744 -28 LINE SMOOTH",
+"1172 -28 OFFCURVE",
+"1452 188 OFFCURVE",
+"1452 560 CURVE SMOOTH",
+"1452 896 OFFCURVE",
+"1160 1080 OFFCURVE",
+"656 1080 CURVE SMOOTH",
+"456 1080 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"312 2588 LINE",
+"312 2576 LINE",
+"752 2184 LINE",
+"1036 2184 LINE",
+"1472 2576 LINE",
+"1472 2588 LINE",
+"1096 2588 LINE",
+"896 2404 LINE",
+"692 2588 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 046E;
+userData = {
+interface.gridadjust.original = "{'width': 1459, 'leftMargin': 99, 'rightMargin': 180}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = yusbigiotifiedcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"352 832 LINE",
+"352 612 LINE",
+"1748 612 LINE",
+"1748 832 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"200 1536 LINE",
+"200 0 LINE",
+"436 0 LINE",
+"436 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 220 LINE SMOOTH",
+"1132 528 OFFCURVE",
+"1244 612 OFFCURVE",
+"1476 612 CURVE SMOOTH",
+"1920 612 LINE SMOOTH",
+"2148 612 OFFCURVE",
+"2260 528 OFFCURVE",
+"2260 220 CURVE SMOOTH",
+"2260 0 LINE",
+"2536 0 LINE",
+"2536 220 LINE SMOOTH",
+"2536 668 OFFCURVE",
+"2304 832 OFFCURVE",
+"1920 832 CURVE SMOOTH",
+"1476 832 LINE SMOOTH",
+"1088 832 OFFCURVE",
+"856 668 OFFCURVE",
+"856 220 CURVE SMOOTH",
+"856 0 LINE",
+"1132 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1260 1488 LINE",
+"1260 1268 LINE",
+"2200 1268 LINE",
+"2200 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1664 572 LINE",
+"1828 572 LINE",
+"2368 1488 LINE",
+"2060 1488 LINE",
+"1620 676 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1040 1488 LINE",
+"1584 572 LINE",
+"1748 572 LINE",
+"1796 668 LINE",
+"1348 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1564 800 LINE",
+"1564 0 LINE",
+"1840 0 LINE",
+"1840 800 LINE"
+);
+}
+);
+width = 2800;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"292 848 LINE",
+"292 528 LINE",
+"1652 528 LINE",
+"1652 848 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 1536 LINE",
+"128 0 LINE",
+"588 0 LINE",
+"588 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1352 260 LINE SMOOTH",
+"1352 456 OFFCURVE",
+"1428 512 OFFCURVE",
+"1584 512 CURVE SMOOTH",
+"2028 512 LINE SMOOTH",
+"2184 512 OFFCURVE",
+"2256 456 OFFCURVE",
+"2256 260 CURVE SMOOTH",
+"2256 0 LINE",
+"2700 0 LINE",
+"2700 260 LINE SMOOTH",
+"2700 688 OFFCURVE",
+"2448 848 OFFCURVE",
+"2028 848 CURVE SMOOTH",
+"1584 848 LINE SMOOTH",
+"1160 848 OFFCURVE",
+"908 688 OFFCURVE",
+"908 260 CURVE SMOOTH",
+"908 0 LINE",
+"1352 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1316 1488 LINE",
+"1316 1212 LINE",
+"2364 1212 LINE",
+"2364 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1776 512 LINE",
+"2008 512 LINE",
+"2572 1488 LINE",
+"2092 1488 LINE",
+"1732 692 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1060 1488 LINE",
+"1624 512 LINE",
+"1856 512 LINE",
+"1908 684 LINE",
+"1540 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1592 684 LINE",
+"1592 0 LINE",
+"2032 0 LINE",
+"2032 684 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 046D;
+userData = {
+interface.gridadjust.original = "{'width': 2783.0, 'leftMargin': 256, 'rightMargin': 223.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = tildeacutecomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1770}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2703}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-498 1999 OFFCURVE",
+"-557 1932 OFFCURVE",
+"-633 1932 CURVE SMOOTH",
+"-777 1932 OFFCURVE",
+"-846 2060 OFFCURVE",
+"-998 2060 CURVE SMOOTH",
+"-1169 2060 OFFCURVE",
+"-1299 1917 OFFCURVE",
+"-1299 1712 CURVE",
+"-1118 1702 LINE",
+"-1118 1786 OFFCURVE",
+"-1060 1854 OFFCURVE",
+"-985 1854 CURVE SMOOTH",
+"-833 1854 OFFCURVE",
+"-804 1727 OFFCURVE",
+"-619 1727 CURVE SMOOTH",
+"-450 1727 OFFCURVE",
+"-316 1860 OFFCURVE",
+"-316 2067 CURVE",
+"-498 2085 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-740 2140 LINE",
+"-360 2547 LINE",
+"-692 2547 LINE",
+"-958 2140 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-767, 1781}";
+},
+{
+name = mkmktop_acc;
+position = "{-767, 2827}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-488 2038 OFFCURVE",
+"-539 1998 OFFCURVE",
+"-600 1998 CURVE SMOOTH",
+"-734 1998 OFFCURVE",
+"-836 2112 OFFCURVE",
+"-980 2112 CURVE SMOOTH",
+"-1165 2112 OFFCURVE",
+"-1295 1932 OFFCURVE",
+"-1295 1737 CURVE",
+"-1046 1723 LINE",
+"-1046 1807 OFFCURVE",
+"-998 1847 OFFCURVE",
+"-938 1847 CURVE SMOOTH",
+"-796 1847 OFFCURVE",
+"-729 1731 OFFCURVE",
+"-557 1731 CURVE SMOOTH",
+"-371 1731 OFFCURVE",
+"-241 1906 OFFCURVE",
+"-241 2107 CURVE",
+"-488 2122 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-612 2211 LINE",
+"-230 2643 LINE",
+"-701 2643 LINE",
+"-972 2211 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = nine.frac;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = nine.sup;
+transform = "{1, 0, 0, 1, 116, 912}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = nine.sup;
+transform = "{1, 0, 0, 1, 120, 912}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = uni0456.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = top;
+position = "{352, 1776}";
+},
+{
+name = top0315;
+position = "{712, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, -8, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{396, 16}";
+},
+{
+name = top;
+position = "{412, 1744}";
+},
+{
+name = top0315;
+position = "{808, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessi;
+transform = "{1, 0, 0, 1, -4, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 712, 'leftMargin': 256, 'rightMargin': 216}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romanthousand;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = M;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2464;
+},
+{
+components = (
+{
+name = M;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2560;
+}
+);
+unicode = 216F;
+userData = {
+interface.gridadjust.original = "{'width': 2493, 'leftMargin': 271, 'rightMargin': 174}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = macronsub;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = macron;
+transform = "{1, 0, 0, 1, -44, -2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = macron;
+transform = "{1, 0, 0, 1, -80, -2240}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 02CD;
+userData = {
+interface.gridadjust.original = "{'width': 1132, 'leftMargin': 96, 'rightMargin': 97}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = bullseye;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1952, 2244}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 684, 876}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1064, 1836}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = top;
+position = "{1024, 2244}";
+},
+{
+name = top0315;
+position = "{1960, 2244}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, 620, 804}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1024, 1372}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 0298;
+userData = {
+com.typemytype.robofont.guideline.magnetic.rNiqLh7mHA = 5;
+interface.gridadjust.original = "{'width': 1944, 'leftMargin': 256, 'rightMargin': 152}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = dieresiscaroncomb.lc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-809, 2647}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1258 1796 OFFCURVE",
+"-1205 1730 OFFCURVE",
+"-1100 1730 CURVE SMOOTH",
+"-996 1730 OFFCURVE",
+"-941 1796 OFFCURVE",
+"-941 1880 CURVE SMOOTH",
+"-941 1965 OFFCURVE",
+"-996 2032 OFFCURVE",
+"-1100 2032 CURVE SMOOTH",
+"-1205 2032 OFFCURVE",
+"-1258 1965 OFFCURVE",
+"-1258 1880 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-668 1793 OFFCURVE",
+"-615 1727 OFFCURVE",
+"-510 1727 CURVE SMOOTH",
+"-406 1727 OFFCURVE",
+"-351 1793 OFFCURVE",
+"-351 1877 CURVE SMOOTH",
+"-351 1962 OFFCURVE",
+"-406 2030 OFFCURVE",
+"-510 2030 CURVE SMOOTH",
+"-615 2030 OFFCURVE",
+"-668 1962 OFFCURVE",
+"-668 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1242 2514 LINE",
+"-1242 2500 LINE",
+"-892 2120 LINE",
+"-727 2120 LINE",
+"-373 2500 LINE",
+"-373 2514 LINE",
+"-609 2514 LINE",
+"-810 2285 LINE",
+"-1011 2514 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1774}";
+},
+{
+name = mkmktop_acc;
+position = "{-795, 2709}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1346 1774 OFFCURVE",
+"-1257 1694 OFFCURVE",
+"-1144 1694 CURVE SMOOTH",
+"-1031 1694 OFFCURVE",
+"-942 1774 OFFCURVE",
+"-942 1877 CURVE SMOOTH",
+"-942 1980 OFFCURVE",
+"-1031 2060 OFFCURVE",
+"-1144 2060 CURVE SMOOTH",
+"-1257 2060 OFFCURVE",
+"-1346 1980 OFFCURVE",
+"-1346 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-646 1774 OFFCURVE",
+"-557 1694 OFFCURVE",
+"-444 1694 CURVE SMOOTH",
+"-331 1694 OFFCURVE",
+"-242 1774 OFFCURVE",
+"-242 1877 CURVE SMOOTH",
+"-242 1980 OFFCURVE",
+"-331 2060 OFFCURVE",
+"-444 2060 CURVE SMOOTH",
+"-557 2060 OFFCURVE",
+"-646 1980 OFFCURVE",
+"-646 1877 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1374 2553 LINE",
+"-1374 2541 LINE",
+"-934 2149 LINE",
+"-650 2149 LINE",
+"-213 2538 LINE",
+"-213 2553 LINE",
+"-590 2553 LINE",
+"-792 2369 LINE",
+"-994 2553 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+glyphname = ascriptturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{896, 0}";
+},
+{
+name = rhotichook;
+position = "{1424, 900}";
+},
+{
+name = top;
+position = "{896, 1776}";
+},
+{
+name = top0315;
+position = "{1740, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1608 1216 OFFCURVE",
+"1396 1516 OFFCURVE",
+"1028 1516 CURVE SMOOTH",
+"660 1516 OFFCURVE",
+"488 1240 OFFCURVE",
+"448 784 CURVE",
+"448 700 LINE",
+"488 248 OFFCURVE",
+"660 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1400 -28 OFFCURVE",
+"1608 304 OFFCURVE",
+"1608 772 CURVE SMOOTH",
+"1608 800 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1332 460 OFFCURVE",
+"1228 192 OFFCURVE",
+"952 192 CURVE SMOOTH",
+"692 192 OFFCURVE",
+"584 452 OFFCURVE",
+"540 724 CURVE",
+"540 792 LINE",
+"600 1052 OFFCURVE",
+"692 1296 OFFCURVE",
+"956 1296 CURVE SMOOTH",
+"1228 1296 OFFCURVE",
+"1332 1072 OFFCURVE",
+"1332 800 CURVE SMOOTH",
+"1332 772 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"624 324 LINE",
+"624 1076 LINE",
+"624 1392 OFFCURVE",
+"520 1516 OFFCURVE",
+"348 1516 CURVE SMOOTH",
+"284 1516 OFFCURVE",
+"228 1508 OFFCURVE",
+"172 1468 CURVE",
+"204 1268 LINE",
+"212 1268 OFFCURVE",
+"228 1272 OFFCURVE",
+"244 1272 CURVE SMOOTH",
+"300 1272 OFFCURVE",
+"348 1240 OFFCURVE",
+"348 1076 CURVE",
+"348 0 LINE",
+"580 0 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{984, 0}";
+},
+{
+name = rhotichook;
+position = "{1436, 900}";
+},
+{
+name = top;
+position = "{984, 1776}";
+},
+{
+name = top0315;
+position = "{1748, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1660 1208 OFFCURVE",
+"1456 1512 OFFCURVE",
+"1080 1512 CURVE SMOOTH",
+"756 1512 OFFCURVE",
+"624 1188 OFFCURVE",
+"572 784 CURVE",
+"572 748 LINE",
+"624 320 OFFCURVE",
+"756 -32 OFFCURVE",
+"1076 -32 CURVE SMOOTH",
+"1456 -32 OFFCURVE",
+"1660 292 OFFCURVE",
+"1660 744 CURVE SMOOTH",
+"1660 772 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1216 512 OFFCURVE",
+"1148 328 OFFCURVE",
+"968 328 CURVE SMOOTH",
+"784 328 OFFCURVE",
+"708 472 OFFCURVE",
+"708 712 CURVE SMOOTH",
+"708 820 LINE SMOOTH",
+"708 1032 OFFCURVE",
+"784 1156 OFFCURVE",
+"968 1156 CURVE SMOOTH",
+"1156 1156 OFFCURVE",
+"1216 996 OFFCURVE",
+"1216 772 CURVE SMOOTH",
+"1216 744 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 316 LINE",
+"764 976 LINE SMOOTH",
+"764 1336 OFFCURVE",
+"604 1516 OFFCURVE",
+"340 1516 CURVE SMOOTH",
+"276 1516 OFFCURVE",
+"228 1512 OFFCURVE",
+"168 1484 CURVE",
+"200 1152 LINE",
+"208 1152 OFFCURVE",
+"212 1156 OFFCURVE",
+"224 1156 CURVE SMOOTH",
+"288 1156 OFFCURVE",
+"320 1108 OFFCURVE",
+"320 976 CURVE SMOOTH",
+"320 -4 LINE",
+"708 -4 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0252;
+userData = {
+interface.gridadjust.original = "{'width': 1665, 'leftMargin': 94, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1DBF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"920 872 OFFCURVE",
+"1136 1088 OFFCURVE",
+"1136 1548 CURVE SMOOTH",
+"1136 1732 LINE SMOOTH",
+"1136 2192 OFFCURVE",
+"920 2396 OFFCURVE",
+"632 2396 CURVE SMOOTH",
+"348 2396 OFFCURVE",
+"128 2192 OFFCURVE",
+"128 1732 CURVE SMOOTH",
+"128 1548 LINE SMOOTH",
+"128 1088 OFFCURVE",
+"352 872 OFFCURVE",
+"632 872 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"464 1084 OFFCURVE",
+"380 1212 OFFCURVE",
+"380 1516 CURVE SMOOTH",
+"380 1764 LINE SMOOTH",
+"380 2068 OFFCURVE",
+"460 2188 OFFCURVE",
+"632 2188 CURVE SMOOTH",
+"804 2188 OFFCURVE",
+"884 2068 OFFCURVE",
+"884 1764 CURVE SMOOTH",
+"884 1516 LINE SMOOTH",
+"884 1212 OFFCURVE",
+"808 1084 OFFCURVE",
+"632 1084 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1004 1744 LINE",
+"216 1744 LINE",
+"216 1532 LINE",
+"1004 1532 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"948 872 OFFCURVE",
+"1200 1088 OFFCURVE",
+"1200 1548 CURVE SMOOTH",
+"1200 1732 LINE SMOOTH",
+"1200 2192 OFFCURVE",
+"944 2396 OFFCURVE",
+"656 2396 CURVE SMOOTH",
+"372 2396 OFFCURVE",
+"112 2192 OFFCURVE",
+"112 1732 CURVE SMOOTH",
+"112 1548 LINE SMOOTH",
+"112 1088 OFFCURVE",
+"376 872 OFFCURVE",
+"660 872 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"504 1140 OFFCURVE",
+"420 1256 OFFCURVE",
+"420 1516 CURVE SMOOTH",
+"420 1764 LINE SMOOTH",
+"420 2028 OFFCURVE",
+"500 2132 OFFCURVE",
+"656 2132 CURVE SMOOTH",
+"816 2132 OFFCURVE",
+"896 2028 OFFCURVE",
+"896 1764 CURVE SMOOTH",
+"896 1516 LINE SMOOTH",
+"896 1256 OFFCURVE",
+"820 1140 OFFCURVE",
+"660 1140 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1068 1772 LINE",
+"200 1772 LINE",
+"200 1504 LINE",
+"1068 1504 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 1DBF;
+userData = {
+interface.gridadjust.original = "{'width': 1282, 'leftMargin': 138, 'rightMargin': 138}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = glottalstopbarrev;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{780, 0}";
+},
+{
+name = top;
+position = "{780, 2244}";
+},
+{
+name = top0315;
+position = "{1472, 2244}";
+}
+);
+components = (
+{
+alignment = -1;
+name = glottalstoprevinv;
+transform = "{1, 0, 0, 1, -16, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 124, -688}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = top;
+position = "{784, 2244}";
+},
+{
+name = top0315;
+position = "{1484, 2244}";
+}
+);
+components = (
+{
+alignment = -1;
+name = glottalstoprevinv;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 72, -716}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 02A2;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 136, 'rightMargin': 80}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = cyrillichook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{524, 164}";
+},
+{
+name = _right;
+position = "{404, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"420 -124 LINE",
+"420 -284 OFFCURVE",
+"336 -376 OFFCURVE",
+"228 -376 CURVE SMOOTH",
+"204 -376 OFFCURVE",
+"120 -368 OFFCURVE",
+"96 -356 CURVE",
+"76 -580 LINE",
+"128 -596 OFFCURVE",
+"172 -600 OFFCURVE",
+"228 -600 CURVE SMOOTH",
+"508 -600 OFFCURVE",
+"656 -404 OFFCURVE",
+"656 -124 CURVE",
+"656 216 LINE",
+"420 216 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{560, 216}";
+},
+{
+name = _right;
+position = "{340, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"340 -20 LINE",
+"340 -168 OFFCURVE",
+"280 -244 OFFCURVE",
+"176 -244 CURVE SMOOTH",
+"116 -244 OFFCURVE",
+"84 -240 OFFCURVE",
+"40 -228 CURVE",
+"20 -580 LINE",
+"96 -596 OFFCURVE",
+"156 -600 OFFCURVE",
+"232 -600 CURVE SMOOTH",
+"576 -600 OFFCURVE",
+"784 -396 OFFCURVE",
+"784 -20 CURVE",
+"784 408 LINE",
+"340 408 LINE"
+);
+}
+);
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 712, 'leftMargin': -89, 'rightMargin': 199}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ezh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{744, -616}";
+},
+{
+name = top;
+position = "{744, 1776}";
+},
+{
+name = top0315;
+position = "{1568, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1140 -600 OFFCURVE",
+"1424 -388 OFFCURVE",
+"1424 -12 CURVE SMOOTH",
+"1424 348 OFFCURVE",
+"1204 572 OFFCURVE",
+"816 592 CURVE SMOOTH",
+"788 592 LINE",
+"1356 1320 LINE",
+"1352 1488 LINE",
+"156 1488 LINE",
+"156 1268 LINE",
+"1028 1268 LINE",
+"508 600 LINE",
+"508 384 LINE",
+"712 384 LINE SMOOTH",
+"996 384 OFFCURVE",
+"1152 264 OFFCURVE",
+"1152 -16 CURVE SMOOTH",
+"1152 -228 OFFCURVE",
+"1004 -380 OFFCURVE",
+"744 -380 CURVE SMOOTH",
+"520 -380 OFFCURVE",
+"396 -240 OFFCURVE",
+"372 -60 CURVE",
+"96 -60 LINE",
+"148 -476 OFFCURVE",
+"428 -600 OFFCURVE",
+"744 -600 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -616}";
+},
+{
+name = top;
+position = "{900, 1776}";
+},
+{
+name = top0315;
+position = "{1704, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1328 -600 OFFCURVE",
+"1644 -384 OFFCURVE",
+"1644 0 CURVE SMOOTH",
+"1644 336 OFFCURVE",
+"1468 560 OFFCURVE",
+"1156 628 CURVE SMOOTH",
+"1124 632 LINE",
+"1612 1192 LINE",
+"1612 1488 LINE",
+"276 1488 LINE",
+"276 1132 LINE",
+"1104 1132 LINE",
+"652 632 LINE",
+"652 364 LINE",
+"832 364 LINE SMOOTH",
+"1072 364 OFFCURVE",
+"1200 260 OFFCURVE",
+"1200 40 CURVE SMOOTH",
+"1200 -136 OFFCURVE",
+"1088 -244 OFFCURVE",
+"896 -244 CURVE SMOOTH",
+"728 -244 OFFCURVE",
+"656 -180 OFFCURVE",
+"624 -64 CURVE",
+"180 -64 LINE",
+"232 -452 OFFCURVE",
+"544 -600 OFFCURVE",
+"896 -600 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0292;
+userData = {
+interface.gridadjust.original = "{'width': 1588, 'leftMargin': 116, 'rightMargin': 143}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ezhcurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, -616}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1620, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1000 -600 OFFCURVE",
+"1168 -556 OFFCURVE",
+"1288 -468 CURVE",
+"1420 -600 LINE",
+"1596 -424 LINE",
+"1448 -284 LINE",
+"1488 -208 OFFCURVE",
+"1512 -116 OFFCURVE",
+"1512 -12 CURVE SMOOTH",
+"1512 348 OFFCURVE",
+"1292 572 OFFCURVE",
+"904 592 CURVE SMOOTH",
+"872 592 LINE",
+"1440 1320 LINE",
+"1440 1488 LINE",
+"244 1488 LINE",
+"244 1268 LINE",
+"1116 1268 LINE",
+"596 600 LINE",
+"596 384 LINE",
+"796 384 LINE SMOOTH",
+"1084 384 OFFCURVE",
+"1236 264 OFFCURVE",
+"1236 -16 CURVE SMOOTH",
+"1236 -40 OFFCURVE",
+"1236 -60 OFFCURVE",
+"1232 -80 CURVE",
+"1048 80 OFFCURVE",
+"860 192 OFFCURVE",
+"612 192 CURVE SMOOTH",
+"368 192 OFFCURVE",
+"184 44 OFFCURVE",
+"184 -164 CURVE SMOOTH",
+"184 -428 OFFCURVE",
+"420 -600 OFFCURVE",
+"804 -600 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"604 -380 OFFCURVE",
+"456 -328 OFFCURVE",
+"456 -180 CURVE SMOOTH",
+"456 -92 OFFCURVE",
+"512 -28 OFFCURVE",
+"620 -28 CURVE SMOOTH",
+"784 -28 OFFCURVE",
+"956 -148 OFFCURVE",
+"1112 -292 CURVE",
+"1036 -348 OFFCURVE",
+"936 -380 OFFCURVE",
+"800 -380 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{808, -616}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1764, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1000 -600 OFFCURVE",
+"1200 -548 OFFCURVE",
+"1336 -444 CURVE",
+"1532 -600 LINE",
+"1736 -344 LINE",
+"1528 -176 LINE",
+"1544 -124 OFFCURVE",
+"1552 -68 OFFCURVE",
+"1552 -12 CURVE SMOOTH",
+"1552 332 OFFCURVE",
+"1384 560 OFFCURVE",
+"1076 624 CURVE SMOOTH",
+"1036 632 LINE",
+"1520 1192 LINE",
+"1520 1488 LINE",
+"184 1488 LINE",
+"184 1132 LINE",
+"1016 1132 LINE",
+"564 632 LINE",
+"564 364 LINE",
+"744 364 LINE SMOOTH",
+"928 364 OFFCURVE",
+"1052 300 OFFCURVE",
+"1096 152 CURVE SMOOTH",
+"1096 144 OFFCURVE",
+"1096 136 OFFCURVE",
+"1096 132 CURVE",
+"944 216 OFFCURVE",
+"784 264 OFFCURVE",
+"616 264 CURVE SMOOTH",
+"304 264 OFFCURVE",
+"92 100 OFFCURVE",
+"92 -144 CURVE SMOOTH",
+"92 -464 OFFCURVE",
+"456 -600 OFFCURVE",
+"760 -600 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"640 -244 OFFCURVE",
+"508 -208 OFFCURVE",
+"508 -116 CURVE SMOOTH",
+"508 -60 OFFCURVE",
+"552 -40 OFFCURVE",
+"632 -40 CURVE SMOOTH",
+"732 -40 OFFCURVE",
+"848 -92 OFFCURVE",
+"1000 -192 CURVE",
+"948 -224 OFFCURVE",
+"884 -244 OFFCURVE",
+"804 -244 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0293;
+userData = {
+interface.gridadjust.original = "{'width': 1555, 'leftMargin': 116, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1374}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-880 2131 LINE",
+"-791 2131 LINE SMOOTH",
+"-694 2131 OFFCURVE",
+"-620 2080 OFFCURVE",
+"-620 1948 CURVE SMOOTH",
+"-620 1834 OFFCURVE",
+"-683 1775 OFFCURVE",
+"-806 1775 CURVE SMOOTH",
+"-946 1775 OFFCURVE",
+"-1024 1865 OFFCURVE",
+"-1038 1935 CURVE",
+"-1099 1896 LINE",
+"-1099 1708 OFFCURVE",
+"-938 1638 OFFCURVE",
+"-791 1638 CURVE SMOOTH",
+"-578 1638 OFFCURVE",
+"-439 1750 OFFCURVE",
+"-439 1951 CURVE SMOOTH",
+"-439 2112 OFFCURVE",
+"-562 2232 OFFCURVE",
+"-777 2232 CURVE SMOOTH",
+"-880 2232 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"-991 2687 OFFCURVE",
+"-1177 2600 OFFCURVE",
+"-1177 2365 CURVE SMOOTH",
+"-1177 1383 LINE",
+"-996 1383 LINE",
+"-996 2366 LINE SMOOTH",
+"-996 2508 OFFCURVE",
+"-908 2549 OFFCURVE",
+"-824 2549 CURVE SMOOTH",
+"-727 2549 OFFCURVE",
+"-664 2494 OFFCURVE",
+"-664 2413 CURVE SMOOTH",
+"-664 2322 OFFCURVE",
+"-704 2266 OFFCURVE",
+"-822 2266 CURVE SMOOTH",
+"-880 2266 LINE",
+"-880 2168 LINE",
+"-820 2168 LINE SMOOTH",
+"-638 2168 OFFCURVE",
+"-499 2255 OFFCURVE",
+"-499 2426 CURVE SMOOTH",
+"-499 2586 OFFCURVE",
+"-635 2687 OFFCURVE",
+"-820 2687 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1349}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-853 2090 LINE",
+"-798 2090 LINE SMOOTH",
+"-703 2090 OFFCURVE",
+"-653 2046 OFFCURVE",
+"-653 1943 CURVE SMOOTH",
+"-653 1874 OFFCURVE",
+"-705 1819 OFFCURVE",
+"-795 1819 CURVE SMOOTH",
+"-913 1819 OFFCURVE",
+"-989 1870 OFFCURVE",
+"-989 1935 CURVE",
+"-1071 1935 LINE",
+"-1071 1727 OFFCURVE",
+"-887 1638 OFFCURVE",
+"-737 1638 CURVE SMOOTH",
+"-542 1638 OFFCURVE",
+"-426 1746 OFFCURVE",
+"-426 1939 CURVE SMOOTH",
+"-426 2108 OFFCURVE",
+"-550 2208 OFFCURVE",
+"-760 2208 CURVE SMOOTH",
+"-853 2208 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1000 2687 OFFCURVE",
+"-1158 2564 OFFCURVE",
+"-1158 2365 CURVE SMOOTH",
+"-1158 1360 LINE",
+"-931 1360 LINE",
+"-931 2365 LINE SMOOTH",
+"-931 2453 OFFCURVE",
+"-880 2504 OFFCURVE",
+"-809 2504 CURVE SMOOTH",
+"-733 2504 OFFCURVE",
+"-697 2450 OFFCURVE",
+"-697 2388 CURVE SMOOTH",
+"-697 2300 OFFCURVE",
+"-730 2252 OFFCURVE",
+"-811 2252 CURVE SMOOTH",
+"-853 2252 LINE",
+"-853 2145 LINE",
+"-774 2145 LINE SMOOTH",
+"-593 2145 OFFCURVE",
+"-470 2262 OFFCURVE",
+"-470 2410 CURVE SMOOTH",
+"-470 2592 OFFCURVE",
+"-604 2687 OFFCURVE",
+"-809 2687 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE9;
+},
+{
+color = (222,222,222,1);
+glyphname = nine.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"412 -12 LINE",
+"432 -12 LINE",
+"848 -12 OFFCURVE",
+"1040 204 OFFCURVE",
+"1040 588 CURVE",
+"1040 656 LINE",
+"1040 936 OFFCURVE",
+"888 1100 OFFCURVE",
+"632 1100 CURVE SMOOTH",
+"380 1100 OFFCURVE",
+"224 924 OFFCURVE",
+"224 716 CURVE",
+"224 500 OFFCURVE",
+"348 352 OFFCURVE",
+"580 352 CURVE",
+"764 352 OFFCURVE",
+"888 484 OFFCURVE",
+"896 608 CURVE",
+"828 672 LINE",
+"824 604 OFFCURVE",
+"748 528 OFFCURVE",
+"636 528 CURVE",
+"516 528 OFFCURVE",
+"456 608 OFFCURVE",
+"456 716 CURVE",
+"456 824 OFFCURVE",
+"520 912 OFFCURVE",
+"632 912 CURVE SMOOTH",
+"732 912 OFFCURVE",
+"808 844 OFFCURVE",
+"808 700 CURVE SMOOTH",
+"808 496 LINE SMOOTH",
+"808 276 OFFCURVE",
+"696 176 OFFCURVE",
+"432 176 CURVE",
+"412 176 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"436 -20 LINE",
+"456 -20 LINE",
+"792 -20 OFFCURVE",
+"1088 92 OFFCURVE",
+"1088 576 CURVE",
+"1088 656 LINE",
+"1088 984 OFFCURVE",
+"884 1100 OFFCURVE",
+"656 1100 CURVE SMOOTH",
+"408 1100 OFFCURVE",
+"224 920 OFFCURVE",
+"224 704 CURVE",
+"224 456 OFFCURVE",
+"368 344 OFFCURVE",
+"588 344 CURVE",
+"748 344 OFFCURVE",
+"904 480 OFFCURVE",
+"900 632 CURVE",
+"808 644 LINE",
+"808 624 OFFCURVE",
+"768 564 OFFCURVE",
+"672 564 CURVE",
+"576 564 OFFCURVE",
+"528 608 OFFCURVE",
+"528 700 CURVE",
+"528 788 OFFCURVE",
+"576 860 OFFCURVE",
+"656 860 CURVE SMOOTH",
+"744 860 OFFCURVE",
+"788 824 OFFCURVE",
+"788 720 CURVE SMOOTH",
+"788 496 LINE SMOOTH",
+"788 236 OFFCURVE",
+"652 220 OFFCURVE",
+"452 220 CURVE",
+"436 220 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = numeralgreek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = primemod;
+transform = "{1, 0, 0, 1, 112, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+components = (
+{
+name = primemod;
+transform = "{1, 0, 0, 1, -4, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 0374;
+userData = {
+interface.gridadjust.original = "{'width': 646, 'leftMargin': 140, 'rightMargin': 82}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Omegaroundcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+angle = 90;
+position = "{1064, 1816}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"956 440 LINE",
+"956 -244 LINE",
+"1188 -244 LINE",
+"1188 440 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"956 2296 LINE",
+"956 1612 LINE",
+"1188 1612 LINE",
+"1188 2296 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1976 1672 OFFCURVE",
+"1596 2076 OFFCURVE",
+"1072 2076 CURVE SMOOTH",
+"548 2076 OFFCURVE",
+"168 1672 OFFCURVE",
+"168 1024 CURVE",
+"168 376 OFFCURVE",
+"548 -28 OFFCURVE",
+"1072 -28 CURVE SMOOTH",
+"1596 -28 OFFCURVE",
+"1976 376 OFFCURVE",
+"1976 1024 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1736 492 OFFCURVE",
+"1444 204 OFFCURVE",
+"1072 204 CURVE SMOOTH",
+"700 204 OFFCURVE",
+"408 492 OFFCURVE",
+"408 1024 CURVE",
+"408 1556 OFFCURVE",
+"700 1844 OFFCURVE",
+"1072 1844 CURVE SMOOTH",
+"1444 1844 OFFCURVE",
+"1736 1556 OFFCURVE",
+"1736 1024 CURVE"
+);
+}
+);
+width = 2144;
+},
+{
+guideLines = (
+{
+angle = 90;
+position = "{1024, 1348}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"892 600 LINE",
+"892 -220 LINE",
+"1156 -220 LINE",
+"1156 600 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"892 2264 LINE",
+"892 1444 LINE",
+"1156 1444 LINE",
+"1156 2264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1920 1696 OFFCURVE",
+"1532 2076 OFFCURVE",
+"1024 2076 CURVE SMOOTH",
+"512 2076 OFFCURVE",
+"120 1696 OFFCURVE",
+"120 1020 CURVE",
+"120 348 OFFCURVE",
+"512 -28 OFFCURVE",
+"1024 -28 CURVE SMOOTH",
+"1532 -28 OFFCURVE",
+"1920 348 OFFCURVE",
+"1920 1020 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 560 OFFCURVE",
+"1276 388 OFFCURVE",
+"1024 388 CURVE SMOOTH",
+"772 388 OFFCURVE",
+"588 560 OFFCURVE",
+"588 1020 CURVE",
+"588 1480 OFFCURVE",
+"772 1660 OFFCURVE",
+"1024 1660 CURVE SMOOTH",
+"1276 1660 OFFCURVE",
+"1452 1480 OFFCURVE",
+"1452 1020 CURVE"
+);
+}
+);
+width = 2040;
+}
+);
+unicode = 047A;
+userData = {
+com.typemytype.robofont.guideline.magnetic.8qf2qwXIx4 = 5;
+interface.gridadjust.original = "{'width': 1921, 'leftMargin': 233, 'rightMargin': 152}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = omegaroundcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{804, 1872}";
+},
+{
+name = top0315;
+position = "{1596, 1872}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"656 1656 LINE",
+"656 1144 LINE",
+"932 1144 LINE",
+"932 1656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"656 352 LINE",
+"656 -160 LINE",
+"932 -160 LINE",
+"932 352 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1240 -32 OFFCURVE",
+"1520 284 OFFCURVE",
+"1520 760 CURVE SMOOTH",
+"1520 1240 OFFCURVE",
+"1240 1556 OFFCURVE",
+"824 1556 CURVE SMOOTH",
+"408 1556 OFFCURVE",
+"128 1240 OFFCURVE",
+"128 760 CURVE SMOOTH",
+"128 284 OFFCURVE",
+"408 -32 OFFCURVE",
+"824 -32 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 180 OFFCURVE",
+"364 452 OFFCURVE",
+"364 760 CURVE SMOOTH",
+"364 1068 OFFCURVE",
+"508 1344 OFFCURVE",
+"824 1344 CURVE SMOOTH",
+"1140 1344 OFFCURVE",
+"1284 1068 OFFCURVE",
+"1284 760 CURVE SMOOTH",
+"1284 452 OFFCURVE",
+"1140 180 OFFCURVE",
+"824 180 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top;
+position = "{808, 1872}";
+},
+{
+name = top0315;
+position = "{1604, 1872}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{804, 1148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"716 1664 LINE",
+"716 1008 LINE",
+"924 1008 LINE",
+"924 1664 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"716 512 LINE",
+"716 -172 LINE",
+"924 -172 LINE",
+"924 512 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1272 -28 OFFCURVE",
+"1544 304 OFFCURVE",
+"1544 768 CURVE SMOOTH",
+"1544 1232 OFFCURVE",
+"1272 1556 OFFCURVE",
+"820 1556 CURVE SMOOTH",
+"368 1556 OFFCURVE",
+"96 1232 OFFCURVE",
+"96 768 CURVE SMOOTH",
+"96 304 OFFCURVE",
+"368 -28 OFFCURVE",
+"820 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 340 OFFCURVE",
+"532 512 OFFCURVE",
+"532 768 CURVE SMOOTH",
+"532 1024 OFFCURVE",
+"612 1192 OFFCURVE",
+"820 1192 CURVE SMOOTH",
+"1028 1192 OFFCURVE",
+"1108 1024 OFFCURVE",
+"1108 768 CURVE SMOOTH",
+"1108 512 OFFCURVE",
+"1028 340 OFFCURVE",
+"820 340 CURVE SMOOTH"
+);
+}
+);
+width = 1640;
+}
+);
+unicode = 047B;
+userData = {
+interface.gridadjust.original = "{'width': 1602, 'leftMargin': 236, 'rightMargin': 46}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Omegatitlocyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1532 2420 OFFCURVE",
+"1380 2584 OFFCURVE",
+"1164 2584 CURVE SMOOTH",
+"960 2584 OFFCURVE",
+"836 2492 OFFCURVE",
+"836 2284 CURVE SMOOTH",
+"836 2236 LINE",
+"1024 2236 LINE",
+"1024 2260 LINE SMOOTH",
+"1024 2360 OFFCURVE",
+"1084 2400 OFFCURVE",
+"1168 2400 CURVE SMOOTH",
+"1324 2400 OFFCURVE",
+"1500 2236 OFFCURVE",
+"1820 2236 CURVE SMOOTH",
+"1880 2236 LINE",
+"1880 2420 LINE",
+"1824 2420 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1316 1868 OFFCURVE",
+"1440 1988 OFFCURVE",
+"1440 2096 CURVE SMOOTH",
+"1440 2236 LINE",
+"1208 2236 LINE",
+"1208 2104 LINE SMOOTH",
+"1208 2036 OFFCURVE",
+"1172 1972 OFFCURVE",
+"1112 1896 CURVE",
+"1224 1820 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 2004 OFFCURVE",
+"244 1796 OFFCURVE",
+"244 1380 CURVE",
+"244 596 LINE SMOOTH",
+"244 176 OFFCURVE",
+"484 -28 OFFCURVE",
+"804 -28 CURVE SMOOTH",
+"1124 -28 OFFCURVE",
+"1360 160 OFFCURVE",
+"1360 544 CURVE SMOOTH",
+"1360 1124 LINE",
+"1132 1124 LINE",
+"1132 544 LINE SMOOTH",
+"1132 312 OFFCURVE",
+"996 200 OFFCURVE",
+"804 200 CURVE SMOOTH",
+"648 200 OFFCURVE",
+"532 328 OFFCURVE",
+"532 596 CURVE SMOOTH",
+"532 1380 LINE",
+"532 1648 OFFCURVE",
+"648 1772 OFFCURVE",
+"804 1772 CURVE",
+"804 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1900 1772 OFFCURVE",
+"2016 1648 OFFCURVE",
+"2016 1380 CURVE SMOOTH",
+"2016 596 LINE SMOOTH",
+"2016 328 OFFCURVE",
+"1900 200 OFFCURVE",
+"1740 200 CURVE SMOOTH",
+"1552 200 OFFCURVE",
+"1416 312 OFFCURVE",
+"1416 544 CURVE SMOOTH",
+"1416 1124 LINE",
+"1188 1124 LINE",
+"1188 544 LINE SMOOTH",
+"1188 160 OFFCURVE",
+"1420 -28 OFFCURVE",
+"1740 -28 CURVE SMOOTH",
+"2064 -28 OFFCURVE",
+"2300 176 OFFCURVE",
+"2300 596 CURVE SMOOTH",
+"2300 1380 LINE SMOOTH",
+"2300 1796 OFFCURVE",
+"2064 2004 OFFCURVE",
+"1740 2004 CURVE",
+"1740 1772 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1756 2324 OFFCURVE",
+"1568 2492 OFFCURVE",
+"1356 2492 CURVE SMOOTH",
+"1160 2492 OFFCURVE",
+"1040 2396 OFFCURVE",
+"1040 2192 CURVE SMOOTH",
+"1040 2140 LINE",
+"1220 2140 LINE",
+"1220 2168 LINE SMOOTH",
+"1220 2264 OFFCURVE",
+"1280 2308 OFFCURVE",
+"1364 2308 CURVE SMOOTH",
+"1516 2308 OFFCURVE",
+"1728 2140 OFFCURVE",
+"2036 2140 CURVE SMOOTH",
+"2052 2140 LINE",
+"2052 2324 LINE",
+"2036 2324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1452 1788 OFFCURVE",
+"1572 1908 OFFCURVE",
+"1572 2016 CURVE SMOOTH",
+"1572 2156 LINE",
+"1340 2156 LINE",
+"1340 2024 LINE SMOOTH",
+"1340 1956 OFFCURVE",
+"1304 1892 OFFCURVE",
+"1244 1816 CURVE",
+"1356 1740 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"536 2004 OFFCURVE",
+"228 1756 OFFCURVE",
+"228 1304 CURVE",
+"228 672 LINE SMOOTH",
+"228 216 OFFCURVE",
+"536 -28 OFFCURVE",
+"952 -28 CURVE SMOOTH",
+"1316 -28 OFFCURVE",
+"1584 220 OFFCURVE",
+"1584 676 CURVE SMOOTH",
+"1584 1120 LINE",
+"1208 1120 LINE",
+"1208 676 LINE SMOOTH",
+"1208 440 OFFCURVE",
+"1116 344 OFFCURVE",
+"952 344 CURVE SMOOTH",
+"792 344 OFFCURVE",
+"688 440 OFFCURVE",
+"688 672 CURVE SMOOTH",
+"688 1304 LINE",
+"688 1532 OFFCURVE",
+"792 1628 OFFCURVE",
+"952 1628 CURVE",
+"952 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2056 1628 OFFCURVE",
+"2160 1532 OFFCURVE",
+"2160 1304 CURVE SMOOTH",
+"2160 672 LINE SMOOTH",
+"2160 440 OFFCURVE",
+"2056 344 OFFCURVE",
+"1896 344 CURVE SMOOTH",
+"1732 344 OFFCURVE",
+"1640 440 OFFCURVE",
+"1640 676 CURVE SMOOTH",
+"1640 1120 LINE",
+"1264 1120 LINE",
+"1264 676 LINE SMOOTH",
+"1264 220 OFFCURVE",
+"1532 -28 OFFCURVE",
+"1896 -28 CURVE SMOOTH",
+"2312 -28 OFFCURVE",
+"2620 216 OFFCURVE",
+"2620 672 CURVE SMOOTH",
+"2620 1304 LINE SMOOTH",
+"2620 1756 OFFCURVE",
+"2312 2004 OFFCURVE",
+"1896 2004 CURVE",
+"1896 1628 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 047C;
+userData = {
+interface.gridadjust.original = "{'width': 2461, 'leftMargin': 210, 'rightMargin': 195}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = omegatitlocyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1312 1928 OFFCURVE",
+"1164 2092 OFFCURVE",
+"948 2092 CURVE SMOOTH",
+"744 2092 OFFCURVE",
+"620 2000 OFFCURVE",
+"620 1796 CURVE SMOOTH",
+"620 1744 LINE",
+"808 1744 LINE",
+"808 1768 LINE SMOOTH",
+"808 1868 OFFCURVE",
+"868 1908 OFFCURVE",
+"952 1908 CURVE SMOOTH",
+"1112 1908 OFFCURVE",
+"1284 1744 OFFCURVE",
+"1604 1744 CURVE SMOOTH",
+"1668 1744 LINE",
+"1668 1928 LINE",
+"1608 1928 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1104 1364 OFFCURVE",
+"1224 1484 OFFCURVE",
+"1224 1592 CURVE SMOOTH",
+"1224 1732 LINE",
+"992 1732 LINE",
+"992 1600 LINE SMOOTH",
+"992 1532 OFFCURVE",
+"960 1468 OFFCURVE",
+"900 1392 CURVE",
+"1012 1316 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"320 1504 OFFCURVE",
+"112 1316 OFFCURVE",
+"112 940 CURVE",
+"112 536 LINE SMOOTH",
+"112 156 OFFCURVE",
+"320 -28 OFFCURVE",
+"604 -28 CURVE SMOOTH",
+"892 -28 OFFCURVE",
+"1100 140 OFFCURVE",
+"1100 480 CURVE SMOOTH",
+"1100 800 LINE",
+"880 800 LINE",
+"880 480 LINE SMOOTH",
+"880 284 OFFCURVE",
+"760 192 OFFCURVE",
+"604 192 CURVE SMOOTH",
+"476 192 OFFCURVE",
+"384 300 OFFCURVE",
+"384 536 CURVE SMOOTH",
+"384 940 LINE",
+"384 1172 OFFCURVE",
+"476 1284 OFFCURVE",
+"604 1284 CURVE",
+"604 1504 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1556 1284 OFFCURVE",
+"1648 1172 OFFCURVE",
+"1648 940 CURVE SMOOTH",
+"1648 536 LINE SMOOTH",
+"1648 300 OFFCURVE",
+"1556 192 OFFCURVE",
+"1428 192 CURVE SMOOTH",
+"1272 192 OFFCURVE",
+"1156 284 OFFCURVE",
+"1156 480 CURVE SMOOTH",
+"1156 800 LINE",
+"936 800 LINE",
+"936 480 LINE SMOOTH",
+"936 140 OFFCURVE",
+"1144 -28 OFFCURVE",
+"1428 -28 CURVE SMOOTH",
+"1712 -28 OFFCURVE",
+"1924 156 OFFCURVE",
+"1924 536 CURVE SMOOTH",
+"1924 940 LINE SMOOTH",
+"1924 1316 OFFCURVE",
+"1712 1504 OFFCURVE",
+"1428 1504 CURVE",
+"1428 1284 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1496 1872 OFFCURVE",
+"1312 2036 OFFCURVE",
+"1100 2036 CURVE SMOOTH",
+"904 2036 OFFCURVE",
+"784 1944 OFFCURVE",
+"784 1736 CURVE SMOOTH",
+"784 1688 LINE",
+"964 1688 LINE",
+"964 1712 LINE SMOOTH",
+"964 1812 OFFCURVE",
+"1024 1852 OFFCURVE",
+"1104 1852 CURVE SMOOTH",
+"1256 1852 OFFCURVE",
+"1468 1688 OFFCURVE",
+"1776 1688 CURVE SMOOTH",
+"1796 1688 LINE",
+"1796 1872 LINE",
+"1780 1872 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1204 1348 OFFCURVE",
+"1328 1468 OFFCURVE",
+"1328 1576 CURVE SMOOTH",
+"1328 1716 LINE",
+"1092 1716 LINE",
+"1092 1584 LINE SMOOTH",
+"1092 1516 OFFCURVE",
+"1060 1452 OFFCURVE",
+"1000 1376 CURVE",
+"1112 1300 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"444 1516 OFFCURVE",
+"152 1284 OFFCURVE",
+"152 852 CURVE SMOOTH",
+"152 636 LINE SMOOTH",
+"152 204 OFFCURVE",
+"420 -28 OFFCURVE",
+"780 -28 CURVE SMOOTH",
+"1076 -28 OFFCURVE",
+"1296 212 OFFCURVE",
+"1296 664 CURVE SMOOTH",
+"1296 848 LINE",
+"960 848 LINE",
+"960 664 LINE SMOOTH",
+"960 428 OFFCURVE",
+"892 328 OFFCURVE",
+"780 328 CURVE SMOOTH",
+"668 328 OFFCURVE",
+"596 420 OFFCURVE",
+"596 636 CURVE SMOOTH",
+"596 852 LINE SMOOTH",
+"596 1068 OFFCURVE",
+"692 1160 OFFCURVE",
+"836 1160 CURVE",
+"836 1516 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1648 1160 OFFCURVE",
+"1740 1068 OFFCURVE",
+"1740 852 CURVE SMOOTH",
+"1740 636 LINE SMOOTH",
+"1740 420 OFFCURVE",
+"1668 328 OFFCURVE",
+"1556 328 CURVE SMOOTH",
+"1444 328 OFFCURVE",
+"1376 428 OFFCURVE",
+"1376 664 CURVE SMOOTH",
+"1376 848 LINE",
+"1044 848 LINE",
+"1044 664 LINE SMOOTH",
+"1044 212 OFFCURVE",
+"1260 -28 OFFCURVE",
+"1556 -28 CURVE SMOOTH",
+"1916 -28 OFFCURVE",
+"2184 204 OFFCURVE",
+"2184 636 CURVE SMOOTH",
+"2184 852 LINE SMOOTH",
+"2184 1284 OFFCURVE",
+"1892 1516 OFFCURVE",
+"1504 1516 CURVE",
+"1504 1160 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 047D;
+userData = {
+interface.gridadjust.original = "{'width': 2142, 'leftMargin': 169, 'rightMargin': 161}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Otcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1124 2176 LINE",
+"1372 2176 LINE",
+"1372 2352 LINE",
+"1828 2352 LINE",
+"1824 2508 LINE",
+"692 2508 LINE",
+"692 2352 LINE",
+"1124 2352 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1124 544 LINE SMOOTH",
+"1124 312 OFFCURVE",
+"988 200 OFFCURVE",
+"800 200 CURVE SMOOTH",
+"644 200 OFFCURVE",
+"496 312 OFFCURVE",
+"496 544 CURVE SMOOTH",
+"496 2048 LINE",
+"248 2048 LINE",
+"248 544 LINE SMOOTH",
+"248 160 OFFCURVE",
+"480 -28 OFFCURVE",
+"800 -28 CURVE SMOOTH",
+"1120 -28 OFFCURVE",
+"1356 160 OFFCURVE",
+"1356 544 CURVE SMOOTH",
+"1356 2048 LINE",
+"1124 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2004 544 LINE SMOOTH",
+"2004 312 OFFCURVE",
+"1844 200 OFFCURVE",
+"1672 200 CURVE SMOOTH",
+"1500 200 OFFCURVE",
+"1372 312 OFFCURVE",
+"1372 544 CURVE SMOOTH",
+"1372 2048 LINE",
+"1144 2048 LINE",
+"1144 544 LINE SMOOTH",
+"1144 160 OFFCURVE",
+"1360 -28 OFFCURVE",
+"1672 -28 CURVE SMOOTH",
+"1992 -28 OFFCURVE",
+"2248 160 OFFCURVE",
+"2248 544 CURVE SMOOTH",
+"2248 2048 LINE",
+"2004 2048 LINE"
+);
+}
+);
+width = 2496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1220 2176 LINE",
+"1468 2176 LINE",
+"1468 2352 LINE",
+"1984 2352 LINE",
+"1980 2548 LINE",
+"732 2548 LINE",
+"732 2352 LINE",
+"1220 2352 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1128 676 LINE SMOOTH",
+"1128 440 OFFCURVE",
+"1032 344 OFFCURVE",
+"872 344 CURVE SMOOTH",
+"708 344 OFFCURVE",
+"608 440 OFFCURVE",
+"608 676 CURVE SMOOTH",
+"608 2004 LINE",
+"144 2004 LINE",
+"144 676 LINE SMOOTH",
+"144 220 OFFCURVE",
+"452 -28 OFFCURVE",
+"872 -28 CURVE SMOOTH",
+"1236 -28 OFFCURVE",
+"1504 220 OFFCURVE",
+"1504 676 CURVE SMOOTH",
+"1504 2004 LINE",
+"1128 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2108 676 LINE SMOOTH",
+"2108 440 OFFCURVE",
+"2012 344 OFFCURVE",
+"1848 344 CURVE SMOOTH",
+"1688 344 OFFCURVE",
+"1588 440 OFFCURVE",
+"1588 676 CURVE SMOOTH",
+"1588 2004 LINE",
+"1212 2004 LINE",
+"1212 676 LINE SMOOTH",
+"1212 220 OFFCURVE",
+"1484 -28 OFFCURVE",
+"1848 -28 CURVE SMOOTH",
+"2264 -28 OFFCURVE",
+"2568 220 OFFCURVE",
+"2568 676 CURVE SMOOTH",
+"2568 2004 LINE",
+"2108 2004 LINE"
+);
+}
+);
+width = 2712;
+}
+);
+unicode = 047E;
+userData = {
+interface.gridadjust.original = "{'width': 2471, 'leftMargin': 248, 'rightMargin': 159}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = otcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2132, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"940 1676 LINE",
+"1192 1676 LINE",
+"1192 1848 LINE",
+"1648 1848 LINE",
+"1644 2004 LINE",
+"512 2004 LINE",
+"512 1848 LINE",
+"940 1848 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"864 480 LINE SMOOTH",
+"864 284 OFFCURVE",
+"744 192 OFFCURVE",
+"588 192 CURVE SMOOTH",
+"460 192 OFFCURVE",
+"368 284 OFFCURVE",
+"368 480 CURVE SMOOTH",
+"368 1488 LINE",
+"92 1488 LINE",
+"92 480 LINE SMOOTH",
+"92 140 OFFCURVE",
+"304 -28 OFFCURVE",
+"588 -28 CURVE SMOOTH",
+"872 -28 OFFCURVE",
+"1084 140 OFFCURVE",
+"1084 480 CURVE SMOOTH",
+"1084 1488 LINE",
+"864 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1632 480 LINE SMOOTH",
+"1632 284 OFFCURVE",
+"1528 192 OFFCURVE",
+"1388 192 CURVE SMOOTH",
+"1240 192 OFFCURVE",
+"1140 284 OFFCURVE",
+"1140 480 CURVE SMOOTH",
+"1140 1488 LINE",
+"920 1488 LINE",
+"920 480 LINE SMOOTH",
+"920 140 OFFCURVE",
+"1116 -28 OFFCURVE",
+"1388 -28 CURVE SMOOTH",
+"1684 -28 OFFCURVE",
+"1908 140 OFFCURVE",
+"1908 480 CURVE SMOOTH",
+"1908 1488 LINE",
+"1632 1488 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = top;
+position = "{1236, 2200}";
+},
+{
+name = top0315;
+position = "{2392, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1084 1636 LINE",
+"1332 1636 LINE",
+"1332 1808 LINE",
+"1796 1808 LINE",
+"1788 2004 LINE",
+"656 2004 LINE",
+"656 1808 LINE",
+"1084 1808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1080 664 LINE SMOOTH",
+"1080 428 OFFCURVE",
+"1008 328 OFFCURVE",
+"860 328 CURVE SMOOTH",
+"732 328 OFFCURVE",
+"664 428 OFFCURVE",
+"664 664 CURVE SMOOTH",
+"664 1488 LINE",
+"220 1488 LINE",
+"220 664 LINE SMOOTH",
+"220 212 OFFCURVE",
+"484 -28 OFFCURVE",
+"860 -28 CURVE SMOOTH",
+"1204 -28 OFFCURVE",
+"1444 212 OFFCURVE",
+"1444 664 CURVE SMOOTH",
+"1444 1488 LINE",
+"1080 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1928 664 LINE SMOOTH",
+"1928 428 OFFCURVE",
+"1868 328 OFFCURVE",
+"1736 328 CURVE SMOOTH",
+"1592 328 OFFCURVE",
+"1524 428 OFFCURVE",
+"1524 664 CURVE SMOOTH",
+"1524 1488 LINE",
+"1164 1488 LINE",
+"1164 664 LINE SMOOTH",
+"1164 212 OFFCURVE",
+"1392 -28 OFFCURVE",
+"1736 -28 CURVE SMOOTH",
+"2112 -28 OFFCURVE",
+"2372 212 OFFCURVE",
+"2372 664 CURVE SMOOTH",
+"2372 1488 LINE",
+"1928 1488 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 047F;
+userData = {
+interface.gridadjust.original = "{'width': 2140, 'leftMargin': 116, 'rightMargin': 208}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = gcursive;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{756, -616}";
+},
+{
+name = top;
+position = "{756, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = g;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{768, -616}";
+},
+{
+name = top;
+position = "{768, 1776}";
+},
+{
+name = top0315;
+position = "{1620, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = g;
+transform = "{1, 0, 0, 1, -12, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 0261;
+userData = {
+interface.gridadjust.original = "{'width': 1585, 'leftMargin': 256, 'rightMargin': 49}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni035D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop_dd;
+position = "{0, 1595}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"633 1937 OFFCURVE",
+"318 1803 OFFCURVE",
+"0 1803 CURVE SMOOTH",
+"-320 1803 OFFCURVE",
+"-634 1937 OFFCURVE",
+"-744 2043 CURVE",
+"-965 2043 LINE",
+"-814 1826 OFFCURVE",
+"-448 1632 OFFCURVE",
+"0 1632 CURVE SMOOTH",
+"448 1632 OFFCURVE",
+"813 1826 OFFCURVE",
+"964 2043 CURVE",
+"743 2043 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop_dd;
+position = "{0, 1554}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"631 2008 OFFCURVE",
+"484 1827 OFFCURVE",
+"0 1827 CURVE SMOOTH",
+"-485 1827 OFFCURVE",
+"-620 2008 OFFCURVE",
+"-716 2098 CURVE",
+"-1022 2098 LINE",
+"-912 1849 OFFCURVE",
+"-678 1580 OFFCURVE",
+"0 1580 CURVE SMOOTH",
+"677 1580 OFFCURVE",
+"910 1849 OFFCURVE",
+"1020 2098 CURVE",
+"714 2098 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 035D;
+},
+{
+color = (250,227,227,1);
+glyphname = uni035A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-785, 50}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-785, -656}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1323 -532 OFFCURVE",
+"-1192 -655 OFFCURVE",
+"-1020 -655 CURVE SMOOTH",
+"-850 -655 OFFCURVE",
+"-718 -532 OFFCURVE",
+"-718 -370 CURVE SMOOTH",
+"-718 -209 OFFCURVE",
+"-850 -80 OFFCURVE",
+"-1020 -80 CURVE SMOOTH",
+"-1192 -80 OFFCURVE",
+"-1323 -209 OFFCURVE",
+"-1323 -370 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1180 -285 OFFCURVE",
+"-1114 -208 OFFCURVE",
+"-1020 -208 CURVE SMOOTH",
+"-927 -208 OFFCURVE",
+"-861 -285 OFFCURVE",
+"-861 -370 CURVE SMOOTH",
+"-861 -452 OFFCURVE",
+"-927 -528 OFFCURVE",
+"-1020 -528 CURVE SMOOTH",
+"-1114 -528 OFFCURVE",
+"-1180 -450 OFFCURVE",
+"-1180 -370 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-853 -532 OFFCURVE",
+"-722 -655 OFFCURVE",
+"-550 -655 CURVE SMOOTH",
+"-380 -655 OFFCURVE",
+"-248 -532 OFFCURVE",
+"-248 -370 CURVE SMOOTH",
+"-248 -209 OFFCURVE",
+"-380 -80 OFFCURVE",
+"-550 -80 CURVE SMOOTH",
+"-722 -80 OFFCURVE",
+"-853 -209 OFFCURVE",
+"-853 -370 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-710 -285 OFFCURVE",
+"-644 -208 OFFCURVE",
+"-550 -208 CURVE SMOOTH",
+"-457 -208 OFFCURVE",
+"-391 -285 OFFCURVE",
+"-391 -370 CURVE SMOOTH",
+"-391 -452 OFFCURVE",
+"-457 -528 OFFCURVE",
+"-550 -528 CURVE SMOOTH",
+"-644 -528 OFFCURVE",
+"-710 -450 OFFCURVE",
+"-710 -370 CURVE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-770, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-770, -672}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1309 -550 OFFCURVE",
+"-1180 -672 OFFCURVE",
+"-1001 -672 CURVE SMOOTH",
+"-822 -672 OFFCURVE",
+"-693 -550 OFFCURVE",
+"-693 -399 CURVE SMOOTH",
+"-693 -248 OFFCURVE",
+"-822 -120 OFFCURVE",
+"-1001 -120 CURVE SMOOTH",
+"-1180 -120 OFFCURVE",
+"-1309 -248 OFFCURVE",
+"-1309 -399 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1145 -319 OFFCURVE",
+"-1090 -253 OFFCURVE",
+"-1001 -253 CURVE SMOOTH",
+"-912 -253 OFFCURVE",
+"-857 -319 OFFCURVE",
+"-857 -399 CURVE SMOOTH",
+"-857 -479 OFFCURVE",
+"-912 -542 OFFCURVE",
+"-1001 -542 CURVE SMOOTH",
+"-1090 -542 OFFCURVE",
+"-1145 -479 OFFCURVE",
+"-1145 -399 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-847 -550 OFFCURVE",
+"-718 -672 OFFCURVE",
+"-539 -672 CURVE SMOOTH",
+"-360 -672 OFFCURVE",
+"-231 -550 OFFCURVE",
+"-231 -399 CURVE SMOOTH",
+"-231 -248 OFFCURVE",
+"-360 -120 OFFCURVE",
+"-539 -120 CURVE SMOOTH",
+"-718 -120 OFFCURVE",
+"-847 -248 OFFCURVE",
+"-847 -399 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-683 -319 OFFCURVE",
+"-628 -253 OFFCURVE",
+"-539 -253 CURVE SMOOTH",
+"-450 -253 OFFCURVE",
+"-395 -319 OFFCURVE",
+"-395 -399 CURVE SMOOTH",
+"-395 -479 OFFCURVE",
+"-450 -542 OFFCURVE",
+"-539 -542 CURVE SMOOTH",
+"-628 -542 OFFCURVE",
+"-683 -479 OFFCURVE",
+"-683 -399 CURVE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 035A;
+},
+{
+color = (240,240,240,1);
+glyphname = quotedblreversed;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quotereversed;
+transform = "{1, 0, 0, 1, 36, 0}";
+},
+{
+name = quotereversed;
+transform = "{1, 0, 0, 1, 548, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = quotereversed;
+},
+{
+name = quotereversed;
+transform = "{1, 0, 0, 1, 500, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1184;
+}
+);
+unicode = 201F;
+userData = {
+interface.gridadjust.original = "{'width': 1095, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Rturnsuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1128 1996 LINE",
+"840 1996 LINE",
+"548 1524 LINE",
+"836 1524 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"896 896 OFFCURVE",
+"1052 1068 OFFCURVE",
+"1052 1260 CURVE SMOOTH",
+"1052 1456 OFFCURVE",
+"904 1624 OFFCURVE",
+"648 1624 CURVE SMOOTH",
+"336 1624 LINE",
+"336 1416 LINE",
+"604 1416 LINE SMOOTH",
+"744 1416 OFFCURVE",
+"800 1348 OFFCURVE",
+"800 1264 CURVE SMOOTH",
+"800 1176 OFFCURVE",
+"736 1108 OFFCURVE",
+"580 1108 CURVE SMOOTH",
+"388 1108 LINE",
+"388 1996 LINE",
+"136 1996 LINE",
+"136 896 LINE",
+"628 896 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1168 2004 LINE",
+"820 2004 LINE",
+"520 1484 LINE",
+"864 1484 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"936 900 OFFCURVE",
+"1124 1064 OFFCURVE",
+"1124 1280 CURVE SMOOTH",
+"1124 1488 OFFCURVE",
+"936 1680 OFFCURVE",
+"636 1680 CURVE SMOOTH",
+"344 1680 LINE",
+"344 1416 LINE",
+"660 1416 LINE SMOOTH",
+"764 1416 OFFCURVE",
+"820 1364 OFFCURVE",
+"820 1292 CURVE SMOOTH",
+"820 1216 OFFCURVE",
+"764 1168 OFFCURVE",
+"660 1168 CURVE SMOOTH",
+"452 1168 LINE",
+"452 2004 LINE",
+"144 2004 LINE",
+"144 900 LINE",
+"636 900 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02B6;
+userData = {
+interface.gridadjust.original = "{'width': 1214, 'leftMargin': 138, 'rightMargin': 82}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FCE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{1068, 2000}";
+},
+{
+name = _top;
+position = "{528, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"728 1592 LINE",
+"1044 2028 LINE",
+"1044 2056 LINE",
+"756 2056 LINE",
+"600 1612 LINE",
+"600 1592 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"332 2056 LINE",
+"332 1952 LINE SMOOTH",
+"332 1820 OFFCURVE",
+"292 1728 OFFCURVE",
+"220 1644 CURVE",
+"328 1560 LINE",
+"488 1648 OFFCURVE",
+"580 1784 OFFCURVE",
+"580 1944 CURVE SMOOTH",
+"580 2056 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{1028, 2000}";
+},
+{
+name = _top;
+position = "{568, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"756 1588 LINE",
+"1072 2028 LINE",
+"1072 2056 LINE",
+"784 2056 LINE",
+"628 1624 LINE",
+"628 1588 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"344 2056 LINE",
+"344 1928 LINE SMOOTH",
+"344 1824 OFFCURVE",
+"320 1744 OFFCURVE",
+"240 1692 CURVE",
+"356 1560 LINE",
+"484 1620 OFFCURVE",
+"580 1748 OFFCURVE",
+"580 1920 CURVE SMOOTH",
+"580 2056 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 1FCE;
+userData = {
+interface.gridadjust.original = "{'width': 1078.0, 'leftMargin': 131, 'rightMargin': 121.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FCF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{832, 2000}";
+},
+{
+name = _top;
+position = "{480, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"768 2256 OFFCURVE",
+"716 2204 OFFCURVE",
+"656 2204 CURVE SMOOTH",
+"540 2204 OFFCURVE",
+"476 2308 OFFCURVE",
+"352 2308 CURVE SMOOTH",
+"216 2308 OFFCURVE",
+"124 2184 OFFCURVE",
+"124 2052 CURVE",
+"244 2020 LINE",
+"244 2088 OFFCURVE",
+"292 2140 OFFCURVE",
+"352 2140 CURVE SMOOTH",
+"472 2140 OFFCURVE",
+"508 2040 OFFCURVE",
+"656 2040 CURVE SMOOTH",
+"792 2040 OFFCURVE",
+"888 2156 OFFCURVE",
+"888 2288 CURVE",
+"768 2324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"428 1972 LINE",
+"428 1872 LINE SMOOTH",
+"428 1780 OFFCURVE",
+"404 1704 OFFCURVE",
+"348 1628 CURVE",
+"468 1560 LINE",
+"580 1640 OFFCURVE",
+"636 1772 OFFCURVE",
+"636 1876 CURVE SMOOTH",
+"636 1972 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{800, 2000}";
+},
+{
+name = _top;
+position = "{468, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"756 2276 OFFCURVE",
+"716 2228 OFFCURVE",
+"668 2228 CURVE SMOOTH",
+"556 2228 OFFCURVE",
+"460 2316 OFFCURVE",
+"344 2316 CURVE SMOOTH",
+"212 2316 OFFCURVE",
+"120 2196 OFFCURVE",
+"120 2064 CURVE",
+"300 2012 LINE",
+"300 2080 OFFCURVE",
+"336 2132 OFFCURVE",
+"388 2132 CURVE SMOOTH",
+"504 2132 OFFCURVE",
+"568 2040 OFFCURVE",
+"712 2040 CURVE SMOOTH",
+"844 2040 OFFCURVE",
+"936 2156 OFFCURVE",
+"936 2288 CURVE",
+"756 2344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"440 1968 LINE",
+"440 1864 LINE SMOOTH",
+"440 1776 OFFCURVE",
+"420 1708 OFFCURVE",
+"344 1668 CURVE",
+"452 1560 LINE",
+"568 1608 OFFCURVE",
+"660 1712 OFFCURVE",
+"660 1856 CURVE SMOOTH",
+"660 1968 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 1FCF;
+userData = {
+interface.gridadjust.original = "{'width': 1071, 'leftMargin': 155, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = upsilonlatin;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{892, 0}";
+},
+{
+name = top;
+position = "{892, 1776}";
+},
+{
+name = top0315;
+position = "{1756, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"508 192 OFFCURVE",
+"444 444 OFFCURVE",
+"444 600 CURVE SMOOTH",
+"444 852 OFFCURVE",
+"624 1020 OFFCURVE",
+"624 1184 CURVE SMOOTH",
+"624 1276 OFFCURVE",
+"604 1516 OFFCURVE",
+"160 1516 CURVE",
+"160 1296 LINE",
+"224 1296 OFFCURVE",
+"352 1284 OFFCURVE",
+"352 1152 CURVE SMOOTH",
+"352 988 OFFCURVE",
+"168 876 OFFCURVE",
+"168 548 CURVE SMOOTH",
+"168 272 OFFCURVE",
+"316 -28 OFFCURVE",
+"888 -28 CURVE SMOOTH",
+"1464 -28 OFFCURVE",
+"1608 272 OFFCURVE",
+"1608 548 CURVE SMOOTH",
+"1608 876 OFFCURVE",
+"1428 988 OFFCURVE",
+"1428 1152 CURVE SMOOTH",
+"1428 1284 OFFCURVE",
+"1552 1296 OFFCURVE",
+"1616 1296 CURVE",
+"1616 1516 LINE",
+"1172 1516 OFFCURVE",
+"1152 1276 OFFCURVE",
+"1152 1184 CURVE SMOOTH",
+"1152 1020 OFFCURVE",
+"1332 852 OFFCURVE",
+"1332 600 CURVE SMOOTH",
+"1332 444 OFFCURVE",
+"1268 192 OFFCURVE",
+"888 192 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = top;
+position = "{912, 1776}";
+},
+{
+name = top0315;
+position = "{1784, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"664 328 OFFCURVE",
+"592 472 OFFCURVE",
+"592 608 CURVE SMOOTH",
+"592 820 OFFCURVE",
+"732 996 OFFCURVE",
+"732 1204 CURVE SMOOTH",
+"732 1408 OFFCURVE",
+"592 1516 OFFCURVE",
+"188 1516 CURVE",
+"188 1180 LINE",
+"244 1180 OFFCURVE",
+"276 1148 OFFCURVE",
+"276 1096 CURVE SMOOTH",
+"276 964 OFFCURVE",
+"152 804 OFFCURVE",
+"152 488 CURVE SMOOTH",
+"152 280 OFFCURVE",
+"296 -28 OFFCURVE",
+"912 -28 CURVE SMOOTH",
+"1528 -28 OFFCURVE",
+"1676 280 OFFCURVE",
+"1676 488 CURVE SMOOTH",
+"1676 804 OFFCURVE",
+"1548 964 OFFCURVE",
+"1548 1096 CURVE SMOOTH",
+"1548 1148 OFFCURVE",
+"1580 1180 OFFCURVE",
+"1636 1180 CURVE",
+"1636 1516 LINE",
+"1240 1516 OFFCURVE",
+"1096 1408 OFFCURVE",
+"1096 1204 CURVE SMOOTH",
+"1096 996 OFFCURVE",
+"1232 820 OFFCURVE",
+"1232 608 CURVE SMOOTH",
+"1232 472 OFFCURVE",
+"1164 328 OFFCURVE",
+"912 328 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 028A;
+userData = {
+interface.gridadjust.original = "{'width': 1734, 'leftMargin': 138, 'rightMargin': 138}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FC1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{628, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 1768 OFFCURVE",
+"204 1700 OFFCURVE",
+"312 1700 CURVE SMOOTH",
+"416 1700 OFFCURVE",
+"468 1768 OFFCURVE",
+"468 1848 CURVE SMOOTH",
+"468 1936 OFFCURVE",
+"416 2004 OFFCURVE",
+"312 2004 CURVE SMOOTH",
+"204 2004 OFFCURVE",
+"152 1936 OFFCURVE",
+"152 1848 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"796 1764 OFFCURVE",
+"852 1696 OFFCURVE",
+"956 1696 CURVE SMOOTH",
+"1060 1696 OFFCURVE",
+"1116 1764 OFFCURVE",
+"1116 1848 CURVE SMOOTH",
+"1116 1932 OFFCURVE",
+"1060 2000 OFFCURVE",
+"956 2000 CURVE SMOOTH",
+"852 2000 OFFCURVE",
+"796 1932 OFFCURVE",
+"796 1848 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"884 2292 OFFCURVE",
+"832 2240 OFFCURVE",
+"772 2240 CURVE SMOOTH",
+"656 2240 OFFCURVE",
+"588 2344 OFFCURVE",
+"468 2344 CURVE SMOOTH",
+"332 2344 OFFCURVE",
+"236 2220 OFFCURVE",
+"236 2088 CURVE",
+"360 2056 LINE",
+"360 2124 OFFCURVE",
+"408 2176 OFFCURVE",
+"468 2176 CURVE SMOOTH",
+"588 2176 OFFCURVE",
+"624 2076 OFFCURVE",
+"772 2076 CURVE SMOOTH",
+"908 2076 OFFCURVE",
+"1000 2192 OFFCURVE",
+"1000 2324 CURVE",
+"884 2360 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{652, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"120 1732 OFFCURVE",
+"204 1652 OFFCURVE",
+"336 1652 CURVE SMOOTH",
+"464 1652 OFFCURVE",
+"552 1732 OFFCURVE",
+"552 1836 CURVE SMOOTH",
+"552 1940 OFFCURVE",
+"464 2020 OFFCURVE",
+"336 2020 CURVE SMOOTH",
+"204 2020 OFFCURVE",
+"120 1940 OFFCURVE",
+"120 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 1732 OFFCURVE",
+"848 1652 OFFCURVE",
+"980 1652 CURVE SMOOTH",
+"1108 1652 OFFCURVE",
+"1196 1732 OFFCURVE",
+"1196 1836 CURVE SMOOTH",
+"1196 1940 OFFCURVE",
+"1108 2020 OFFCURVE",
+"980 2020 CURVE SMOOTH",
+"848 2020 OFFCURVE",
+"764 1940 OFFCURVE",
+"764 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"884 2368 OFFCURVE",
+"844 2316 OFFCURVE",
+"800 2316 CURVE SMOOTH",
+"688 2316 OFFCURVE",
+"588 2404 OFFCURVE",
+"472 2404 CURVE SMOOTH",
+"340 2404 OFFCURVE",
+"248 2284 OFFCURVE",
+"248 2156 CURVE",
+"432 2104 LINE",
+"432 2168 OFFCURVE",
+"468 2220 OFFCURVE",
+"516 2220 CURVE SMOOTH",
+"632 2220 OFFCURVE",
+"700 2132 OFFCURVE",
+"844 2132 CURVE SMOOTH",
+"972 2132 OFFCURVE",
+"1068 2248 OFFCURVE",
+"1068 2380 CURVE",
+"884 2432 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 1FC1;
+userData = {
+interface.gridadjust.original = "{'width': 1269, 'leftMargin': 155, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FC0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{580, 1624}";
+}
+);
+components = (
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{668, 1624}";
+}
+);
+components = (
+{
+name = tilde;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 1FC0;
+userData = {
+interface.gridadjust.original = "{'width': 1125, 'leftMargin': 48, 'rightMargin': 93}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = ringhalfleftcentered;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"312 304 OFFCURVE",
+"252 364 OFFCURVE",
+"252 448 CURVE SMOOTH",
+"252 532 OFFCURVE",
+"312 596 OFFCURVE",
+"392 596 CURVE",
+"392 724 LINE",
+"236 724 OFFCURVE",
+"108 608 OFFCURVE",
+"108 448 CURVE SMOOTH",
+"108 284 OFFCURVE",
+"236 176 OFFCURVE",
+"392 176 CURVE",
+"392 304 LINE"
+);
+}
+);
+width = 496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"344 372 OFFCURVE",
+"292 424 OFFCURVE",
+"292 500 CURVE SMOOTH",
+"292 580 OFFCURVE",
+"344 632 OFFCURVE",
+"416 632 CURVE",
+"416 768 LINE",
+"256 768 OFFCURVE",
+"128 652 OFFCURVE",
+"128 500 CURVE SMOOTH",
+"128 348 OFFCURVE",
+"256 240 OFFCURVE",
+"416 240 CURVE",
+"416 372 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = 02D3;
+userData = {
+interface.gridadjust.original = "{'width': 393, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = omegaclosed;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1140, 0}";
+},
+{
+name = top;
+position = "{1140, 1776}";
+},
+{
+name = top0315;
+position = "{2304, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"420 1516 OFFCURVE",
+"152 1080 OFFCURVE",
+"152 684 CURVE SMOOTH",
+"152 356 OFFCURVE",
+"296 -28 OFFCURVE",
+"700 -28 CURVE SMOOTH",
+"1020 -28 OFFCURVE",
+"1196 216 OFFCURVE",
+"1196 648 CURVE SMOOTH",
+"1196 908 LINE",
+"1008 908 LINE",
+"1008 648 LINE SMOOTH",
+"1008 316 OFFCURVE",
+"880 192 OFFCURVE",
+"712 192 CURVE SMOOTH",
+"504 192 OFFCURVE",
+"428 460 OFFCURVE",
+"428 688 CURVE SMOOTH",
+"428 1024 OFFCURVE",
+"600 1296 OFFCURVE",
+"1144 1296 CURVE",
+"1144 1516 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1688 1296 OFFCURVE",
+"1864 1024 OFFCURVE",
+"1864 688 CURVE SMOOTH",
+"1864 460 OFFCURVE",
+"1784 192 OFFCURVE",
+"1576 192 CURVE SMOOTH",
+"1408 192 OFFCURVE",
+"1280 316 OFFCURVE",
+"1280 648 CURVE SMOOTH",
+"1280 908 LINE",
+"1092 908 LINE",
+"1092 648 LINE SMOOTH",
+"1092 216 OFFCURVE",
+"1268 -28 OFFCURVE",
+"1588 -28 CURVE SMOOTH",
+"1996 -28 OFFCURVE",
+"2136 356 OFFCURVE",
+"2136 688 CURVE SMOOTH",
+"2136 1080 OFFCURVE",
+"1868 1516 OFFCURVE",
+"1144 1516 CURVE",
+"1144 1296 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, 0}";
+},
+{
+name = top;
+position = "{1296, 1776}";
+},
+{
+name = top0315;
+position = "{2452, 1776}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1061.5, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"652 1516 OFFCURVE",
+"236 1192 OFFCURVE",
+"236 660 CURVE SMOOTH",
+"236 320 OFFCURVE",
+"384 -28 OFFCURVE",
+"852 -28 CURVE SMOOTH",
+"1176 -28 OFFCURVE",
+"1392 244 OFFCURVE",
+"1392 736 CURVE SMOOTH",
+"1392 952 LINE",
+"1060 952 LINE",
+"1060 688 LINE SMOOTH",
+"1060 424 OFFCURVE",
+"972 332 OFFCURVE",
+"868 332 CURVE SMOOTH",
+"720 332 OFFCURVE",
+"676 444 OFFCURVE",
+"676 660 CURVE SMOOTH",
+"676 908 OFFCURVE",
+"844 1160 OFFCURVE",
+"1296 1160 CURVE",
+"1296 1516 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1748 1160 OFFCURVE",
+"1916 908 OFFCURVE",
+"1916 660 CURVE SMOOTH",
+"1916 444 OFFCURVE",
+"1872 332 OFFCURVE",
+"1724 332 CURVE SMOOTH",
+"1620 332 OFFCURVE",
+"1532 424 OFFCURVE",
+"1532 688 CURVE SMOOTH",
+"1532 952 LINE",
+"1200 952 LINE",
+"1200 736 LINE SMOOTH",
+"1200 244 OFFCURVE",
+"1416 -28 OFFCURVE",
+"1740 -28 CURVE SMOOTH",
+"2208 -28 OFFCURVE",
+"2360 320 OFFCURVE",
+"2360 660 CURVE SMOOTH",
+"2360 1192 OFFCURVE",
+"1940 1516 OFFCURVE",
+"1296 1516 CURVE",
+"1296 1160 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 0277;
+userData = {
+interface.gridadjust.original = "{'width': 2316, 'leftMargin': 165, 'rightMargin': 165}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE2;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-733 1953 OFFCURVE",
+"-734 1957 OFFCURVE",
+"-704 1964 CURVE SMOOTH",
+"-700 1965 OFFCURVE",
+"-694 2009 OFFCURVE",
+"-692 2010 CURVE SMOOTH",
+"-561 2043 OFFCURVE",
+"-491 2126 OFFCURVE",
+"-491 2229 CURVE SMOOTH",
+"-491 2380 OFFCURVE",
+"-601 2470 OFFCURVE",
+"-793 2470 CURVE SMOOTH",
+"-1158 2470 LINE",
+"-1158 1651 LINE",
+"-976 1651 LINE",
+"-976 2322 LINE",
+"-793 2322 LINE SMOOTH",
+"-725 2322 OFFCURVE",
+"-672 2291 OFFCURVE",
+"-672 2221 CURVE SMOOTH",
+"-672 2146 OFFCURVE",
+"-723 2098 OFFCURVE",
+"-793 2098 CURVE SMOOTH",
+"-1015 2098 LINE",
+"-1013 1951 LINE",
+"-755 1951 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-722 1951 OFFCURVE",
+"-672 1939 OFFCURVE",
+"-672 1855 CURVE SMOOTH",
+"-672 1788 LINE SMOOTH",
+"-672 1761 OFFCURVE",
+"-672 1680 OFFCURVE",
+"-646 1651 CURVE",
+"-461 1651 LINE",
+"-461 1665 LINE",
+"-484 1691 OFFCURVE",
+"-491 1749 OFFCURVE",
+"-491 1786 CURVE SMOOTH",
+"-491 1855 LINE SMOOTH",
+"-491 1977 OFFCURVE",
+"-550 2067 OFFCURVE",
+"-745 2067 CURVE",
+"-814 1951 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-716 1922 OFFCURVE",
+"-740 1937 OFFCURVE",
+"-708 1944 CURVE SMOOTH",
+"-704 1946 OFFCURVE",
+"-701 1987 OFFCURVE",
+"-697 1987 CURVE SMOOTH",
+"-554 2025 OFFCURVE",
+"-477 2104 OFFCURVE",
+"-477 2221 CURVE SMOOTH",
+"-477 2373 OFFCURVE",
+"-611 2471 OFFCURVE",
+"-815 2471 CURVE SMOOTH",
+"-1139 2471 LINE",
+"-1139 1653 LINE",
+"-913 1653 LINE",
+"-913 2289 LINE",
+"-815 2289 LINE SMOOTH",
+"-745 2289 OFFCURVE",
+"-704 2247 OFFCURVE",
+"-704 2200 CURVE SMOOTH",
+"-704 2144 OFFCURVE",
+"-745 2107 OFFCURVE",
+"-815 2107 CURVE SMOOTH",
+"-1004 2107 LINE",
+"-1001 1925 LINE",
+"-760 1925 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-733 1925 OFFCURVE",
+"-690 1891 OFFCURVE",
+"-690 1819 CURVE SMOOTH",
+"-690 1775 LINE SMOOTH",
+"-690 1757 OFFCURVE",
+"-690 1672 OFFCURVE",
+"-678 1653 CURVE",
+"-446 1653 LINE",
+"-446 1662 LINE",
+"-462 1683 OFFCURVE",
+"-465 1766 OFFCURVE",
+"-465 1774 CURVE SMOOTH",
+"-465 1819 LINE SMOOTH",
+"-465 1942 OFFCURVE",
+"-532 2030 OFFCURVE",
+"-752 2030 CURVE",
+"-814 1925 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE2;
+},
+{
+glyphname = OI;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1408 1000 LINE",
+"1408 344 LINE",
+"1356 288 OFFCURVE",
+"1264 200 OFFCURVE",
+"988 200 CURVE SMOOTH",
+"612 200 OFFCURVE",
+"420 492 OFFCURVE",
+"420 932 CURVE SMOOTH",
+"420 1064 LINE",
+"136 1060 LINE",
+"136 932 LINE SMOOTH",
+"136 308 OFFCURVE",
+"492 -28 OFFCURVE",
+"976 -28 CURVE SMOOTH",
+"1432 -28 OFFCURVE",
+"1608 160 OFFCURVE",
+"1680 272 CURVE",
+"1680 1000 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1608 1844 OFFCURVE",
+"1432 2032 OFFCURVE",
+"976 2032 CURVE SMOOTH",
+"488 2032 OFFCURVE",
+"136 1676 OFFCURVE",
+"136 1072 CURVE SMOOTH",
+"136 956 LINE",
+"420 956 LINE",
+"420 1072 LINE SMOOTH",
+"420 1536 OFFCURVE",
+"640 1800 OFFCURVE",
+"976 1800 CURVE SMOOTH",
+"1264 1800 OFFCURVE",
+"1356 1716 OFFCURVE",
+"1408 1656 CURVE",
+"1408 976 LINE",
+"1680 976 LINE",
+"1680 1732 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1940 2004 LINE",
+"1556 1848 LINE",
+"1556 1616 LINE",
+"1876 1732 LINE",
+"1876 -572 LINE",
+"2152 -572 LINE",
+"2152 2004 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1356 1204 LINE",
+"1356 432 LINE",
+"1312 396 OFFCURVE",
+"1224 344 OFFCURVE",
+"1048 344 CURVE SMOOTH",
+"752 344 OFFCURVE",
+"612 556 OFFCURVE",
+"612 944 CURVE SMOOTH",
+"612 1036 LINE",
+"144 1032 LINE",
+"144 944 LINE SMOOTH",
+"144 324 OFFCURVE",
+"496 -28 OFFCURVE",
+"1020 -28 CURVE SMOOTH",
+"1456 -28 OFFCURVE",
+"1700 140 OFFCURVE",
+"1800 252 CURVE",
+"1800 1204 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1700 1868 OFFCURVE",
+"1456 2032 OFFCURVE",
+"1020 2032 CURVE SMOOTH",
+"496 2032 OFFCURVE",
+"144 1680 OFFCURVE",
+"144 1060 CURVE SMOOTH",
+"144 960 LINE",
+"612 956 LINE",
+"612 1060 LINE SMOOTH",
+"612 1468 OFFCURVE",
+"744 1660 OFFCURVE",
+"1048 1660 CURVE SMOOTH",
+"1204 1660 OFFCURVE",
+"1296 1624 OFFCURVE",
+"1356 1572 CURVE",
+"1356 800 LINE",
+"1800 804 LINE",
+"1800 1752 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2116 2004 LINE",
+"1552 1740 LINE",
+"1552 1248 LINE",
+"2008 1460 LINE",
+"2008 -572 LINE",
+"2448 -572 LINE",
+"2448 2004 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 01A2;
+userData = {
+interface.gridadjust.original = "{'width': 2409.0, 'leftMargin': 161, 'rightMargin': 232.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = xsupnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-683, 1609}";
+},
+{
+name = mkmktop;
+position = "{-683, 2500}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-347 2247 LINE",
+"-483 2386 LINE",
+"-1020 1845 LINE",
+"-884 1706 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-349 1843 LINE",
+"-881 2387 LINE",
+"-1018 2248 LINE",
+"-485 1704 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+},
+{
+name = mkmktop;
+position = "{-792, 2500}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-474 2229 LINE",
+"-620 2376 LINE",
+"-1107 1887 LINE",
+"-961 1738 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-476 1884 LINE",
+"-958 2379 LINE",
+"-1106 2230 LINE",
+"-623 1735 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 033D;
+},
+{
+color = (222,222,222,1);
+glyphname = ascriptturn_uni02DE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = ascriptturn;
+transform = "{1, 0, 0, 1, -164, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1500, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2320;
+},
+{
+components = (
+{
+alignment = -1;
+name = ascriptturn;
+transform = "{1, 0, 0, 1, -136, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1452, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 2229, 'leftMargin': 180, 'rightMargin': -223}";
+};
+},
+{
+glyphname = sampi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1388 1440 OFFCURVE",
+"1644 736 OFFCURVE",
+"1644 -600 CURVE",
+"1896 -464 LINE",
+"1896 864 OFFCURVE",
+"1560 1628 OFFCURVE",
+"388 2144 CURVE",
+"140 2008 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1256 1416 LINE",
+"180 792 LINE",
+"288 600 LINE",
+"1368 1224 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1560 788 LINE",
+"484 164 LINE",
+"592 -28 LINE",
+"1672 596 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1240 1464 OFFCURVE",
+"1572 828 OFFCURVE",
+"1572 -600 CURVE",
+"1984 -380 LINE",
+"1984 932 OFFCURVE",
+"1680 1696 OFFCURVE",
+"512 2176 CURVE",
+"100 1952 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1260 1468 LINE",
+"204 856 LINE",
+"384 544 LINE",
+"1440 1160 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1552 896 LINE",
+"496 284 LINE",
+"676 -28 LINE",
+"1732 588 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03E1;
+userData = {
+interface.gridadjust.original = "{'width': 1921, 'leftMargin': 62, 'rightMargin': 103}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = epsilon1revclosed_uni02DE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = epsilon1revclosed;
+transform = "{1, 0, 0, 1, -132, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1196, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+components = (
+{
+alignment = -1;
+name = epsilon1revclosed;
+transform = "{1, 0, 0, 1, -20, 0}";
+},
+{
+alignment = -1;
+name = rhotichookmod;
+transform = "{1, 0, 0, 1, 1388, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1891, 'leftMargin': 164, 'rightMargin': -223}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = eshshortrev;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -616}";
+},
+{
+name = top;
+position = "{352, 1776}";
+},
+{
+name = top0315;
+position = "{1212, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"768 1016 LINE SMOOTH",
+"768 1340 OFFCURVE",
+"580 1516 OFFCURVE",
+"268 1516 CURVE SMOOTH",
+"212 1516 OFFCURVE",
+"152 1508 OFFCURVE",
+"96 1492 CURVE",
+"108 1276 LINE",
+"144 1284 OFFCURVE",
+"196 1288 OFFCURVE",
+"244 1288 CURVE SMOOTH",
+"404 1288 OFFCURVE",
+"496 1188 OFFCURVE",
+"496 1016 CURVE SMOOTH",
+"496 0 LINE",
+"768 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"496 -100 LINE SMOOTH",
+"496 -424 OFFCURVE",
+"684 -600 OFFCURVE",
+"996 -600 CURVE SMOOTH",
+"1052 -600 OFFCURVE",
+"1112 -592 OFFCURVE",
+"1172 -580 CURVE",
+"1156 -360 LINE",
+"1120 -368 OFFCURVE",
+"1068 -372 OFFCURVE",
+"1020 -372 CURVE SMOOTH",
+"864 -372 OFFCURVE",
+"768 -276 OFFCURVE",
+"768 -100 CURVE SMOOTH",
+"768 912 LINE",
+"496 912 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{940, -616}";
+},
+{
+name = top;
+position = "{364, 1776}";
+},
+{
+name = top0315;
+position = "{1240, 1776}";
+}
+);
+guideLines = (
+{
+position = "{0, 1515.25}";
+},
+{
+position = "{0, -600.875}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"880 984 LINE SMOOTH",
+"880 1328 OFFCURVE",
+"664 1516 OFFCURVE",
+"316 1516 CURVE SMOOTH",
+"240 1516 OFFCURVE",
+"168 1504 OFFCURVE",
+"104 1488 CURVE",
+"104 1144 LINE",
+"136 1156 OFFCURVE",
+"172 1160 OFFCURVE",
+"220 1160 CURVE SMOOTH",
+"360 1160 OFFCURVE",
+"436 1096 OFFCURVE",
+"436 984 CURVE SMOOTH",
+"436 0 LINE",
+"880 0 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"436 -68 LINE SMOOTH",
+"436 -416 OFFCURVE",
+"652 -600 OFFCURVE",
+"996 -600 CURVE SMOOTH",
+"1076 -600 OFFCURVE",
+"1144 -588 OFFCURVE",
+"1212 -572 CURVE",
+"1212 -232 LINE",
+"1176 -240 OFFCURVE",
+"1144 -244 OFFCURVE",
+"1092 -244 CURVE SMOOTH",
+"956 -244 OFFCURVE",
+"880 -184 OFFCURVE",
+"880 -68 CURVE SMOOTH",
+"880 916 LINE",
+"436 916 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 0285;
+userData = {
+interface.gridadjust.original = "{'width': 1158, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = ounce;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"508 1096 LINE",
+"952 1096 LINE",
+"508 656 LINE",
+"508 488 LINE",
+"700 488 LINE",
+"1356 1156 LINE",
+"1352 1324 LINE",
+"508 1324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 440 LINE",
+"712 440 LINE SMOOTH",
+"996 440 OFFCURVE",
+"1140 324 OFFCURVE",
+"1140 40 CURVE SMOOTH",
+"1140 -168 OFFCURVE",
+"1004 -316 OFFCURVE",
+"744 -316 CURVE SMOOTH",
+"524 -316 OFFCURVE",
+"384 -140 OFFCURVE",
+"384 40 CURVE",
+"96 40 LINE",
+"96 -368 OFFCURVE",
+"428 -544 OFFCURVE",
+"744 -544 CURVE SMOOTH",
+"1140 -544 OFFCURVE",
+"1424 -328 OFFCURVE",
+"1424 44 CURVE SMOOTH",
+"1424 436 OFFCURVE",
+"1164 652 OFFCURVE",
+"716 652 CURVE SMOOTH",
+"508 652 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"160 1776 LINE",
+"952 1776 LINE",
+"508 1324 LINE",
+"508 1152 LINE",
+"700 1152 LINE",
+"1356 1836 LINE",
+"1352 2004 LINE",
+"160 2004 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"652 972 LINE",
+"1020 972 LINE",
+"652 668 LINE",
+"652 488 LINE",
+"972 488 LINE",
+"1612 1040 LINE",
+"1612 1344 LINE",
+"652 1344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 392 LINE",
+"832 392 LINE SMOOTH",
+"1072 392 OFFCURVE",
+"1196 320 OFFCURVE",
+"1196 80 CURVE SMOOTH",
+"1196 -80 OFFCURVE",
+"1088 -172 OFFCURVE",
+"896 -172 CURVE SMOOTH",
+"728 -172 OFFCURVE",
+"624 -88 OFFCURVE",
+"624 40 CURVE",
+"164 40 LINE",
+"164 -368 OFFCURVE",
+"544 -544 OFFCURVE",
+"896 -544 CURVE SMOOTH",
+"1328 -544 OFFCURVE",
+"1660 -328 OFFCURVE",
+"1660 44 CURVE SMOOTH",
+"1660 472 OFFCURVE",
+"1372 684 OFFCURVE",
+"908 684 CURVE",
+"652 652 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"212 1632 LINE",
+"1008 1632 LINE",
+"652 1344 LINE",
+"652 1164 LINE",
+"972 1164 LINE",
+"1612 1704 LINE",
+"1612 2004 LINE",
+"212 2004 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2125;
+userData = {
+interface.gridadjust.original = "{'width': 1599, 'leftMargin': 124, 'rightMargin': 146}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = vscript;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = top;
+position = "{760, 1776}";
+},
+{
+name = top0315;
+position = "{1520, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"592 200 OFFCURVE",
+"460 280 OFFCURVE",
+"460 608 CURVE SMOOTH",
+"460 1488 LINE",
+"188 1488 LINE",
+"188 608 LINE SMOOTH",
+"188 156 OFFCURVE",
+"424 -28 OFFCURVE",
+"760 -28 CURVE",
+"760 200 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1100 -28 OFFCURVE",
+"1336 156 OFFCURVE",
+"1336 608 CURVE SMOOTH",
+"1336 1092 LINE SMOOTH",
+"1336 1296 OFFCURVE",
+"1320 1516 OFFCURVE",
+"1052 1516 CURVE SMOOTH",
+"944 1516 OFFCURVE",
+"828 1484 OFFCURVE",
+"740 1456 CURVE",
+"772 1244 LINE",
+"840 1260 OFFCURVE",
+"884 1268 OFFCURVE",
+"940 1268 CURVE SMOOTH",
+"1020 1268 OFFCURVE",
+"1060 1220 OFFCURVE",
+"1060 1096 CURVE SMOOTH",
+"1060 608 LINE SMOOTH",
+"1060 280 OFFCURVE",
+"932 200 OFFCURVE",
+"760 200 CURVE",
+"760 -28 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"636 332 OFFCURVE",
+"564 408 OFFCURVE",
+"564 580 CURVE",
+"564 1488 LINE",
+"120 1488 LINE",
+"120 580 LINE",
+"120 148 OFFCURVE",
+"392 -28 OFFCURVE",
+"784 -28 CURVE",
+"784 332 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1180 -28 OFFCURVE",
+"1448 148 OFFCURVE",
+"1448 580 CURVE SMOOTH",
+"1448 1044 LINE SMOOTH",
+"1448 1336 OFFCURVE",
+"1332 1516 OFFCURVE",
+"1052 1516 CURVE SMOOTH",
+"964 1516 OFFCURVE",
+"856 1496 OFFCURVE",
+"732 1456 CURVE",
+"776 1144 LINE",
+"800 1148 OFFCURVE",
+"824 1152 OFFCURVE",
+"844 1152 CURVE SMOOTH",
+"952 1152 OFFCURVE",
+"1008 1084 OFFCURVE",
+"1008 956 CURVE SMOOTH",
+"1008 580 LINE SMOOTH",
+"1008 408 OFFCURVE",
+"932 332 OFFCURVE",
+"784 332 CURVE",
+"784 -28 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 028B;
+userData = {
+interface.gridadjust.original = "{'width': 1515, 'leftMargin': 183, 'rightMargin': 183}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = acuterightnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-144, 1774}";
+},
+{
+name = mkmktop;
+position = "{-144, 2228}";
+}
+);
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, -473, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-144, 1774}";
+},
+{
+name = mkmktop;
+position = "{-144, 2296}";
+}
+);
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, -512, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0341;
+},
+{
+color = (250,227,227,1);
+glyphname = barmidlongnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1662 850 LINE",
+"-1662 630 LINE",
+"45 630 LINE",
+"45 850 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1675 862 LINE",
+"-1675 600 LINE",
+"87 600 LINE",
+"87 862 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0336;
+},
+{
+color = (250,227,227,1);
+glyphname = tildevertsupnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-803, 1507}";
+},
+{
+name = mkmktop;
+position = "{-803, 2369}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-769 1550 OFFCURVE",
+"-664 1631 OFFCURVE",
+"-664 1759 CURVE SMOOTH",
+"-664 1867 OFFCURVE",
+"-749 1973 OFFCURVE",
+"-749 2038 CURVE SMOOTH",
+"-749 2087 OFFCURVE",
+"-708 2104 OFFCURVE",
+"-664 2104 CURVE",
+"-664 2269 LINE",
+"-839 2269 OFFCURVE",
+"-953 2196 OFFCURVE",
+"-953 2072 CURVE SMOOTH",
+"-953 1965 OFFCURVE",
+"-857 1866 OFFCURVE",
+"-857 1794 CURVE SMOOTH",
+"-857 1757 OFFCURVE",
+"-891 1715 OFFCURVE",
+"-953 1715 CURVE",
+"-953 1550 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-803, 1507}";
+},
+{
+name = mkmktop;
+position = "{-803, 2452}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-755 1530 OFFCURVE",
+"-613 1580 OFFCURVE",
+"-613 1722 CURVE SMOOTH",
+"-613 1863 OFFCURVE",
+"-710 1972 OFFCURVE",
+"-710 2075 CURVE SMOOTH",
+"-710 2107 OFFCURVE",
+"-688 2145 OFFCURVE",
+"-619 2145 CURVE",
+"-619 2351 LINE",
+"-806 2351 OFFCURVE",
+"-967 2314 OFFCURVE",
+"-967 2155 CURVE SMOOTH",
+"-967 2024 OFFCURVE",
+"-872 1882 OFFCURVE",
+"-872 1811 CURVE SMOOTH",
+"-872 1778 OFFCURVE",
+"-877 1738 OFFCURVE",
+"-975 1738 CURVE",
+"-975 1530 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 033E;
+},
+{
+color = (250,227,227,1);
+glyphname = linevertdblnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-811, 1629}";
+},
+{
+name = mkmktop;
+position = "{-811, 2241}";
+},
+{
+name = parent_top;
+position = "{-813, 1863}";
+}
+);
+components = (
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -1156, 0}";
+},
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -813, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-798, 1623}";
+},
+{
+name = mkmktop;
+position = "{-798, 2310}";
+},
+{
+name = parent_top;
+position = "{-795, 1867}";
+}
+);
+components = (
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -1249, 0}";
+},
+{
+name = linevert;
+transform = "{1, 0, 0, 1, -836, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 030E;
+},
+{
+color = (222,222,222,1);
+glyphname = uni03F3.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{368, -632}";
+},
+{
+name = top;
+position = "{368, 1716}";
+},
+{
+name = top0315;
+position = "{716, 1716}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{524, -632}";
+},
+{
+name = top;
+position = "{520, 1744}";
+},
+{
+name = top0315;
+position = "{964, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = dotlessj;
+transform = "{1, 0, 0, 1, 128, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 723, 'leftMargin': 84, 'rightMargin': 39}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = jhookdblbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{352, -616}";
+},
+{
+name = top;
+position = "{844, 2340}";
+},
+{
+name = top0315;
+position = "{1212, 2340}";
+}
+);
+components = (
+{
+alignment = -1;
+name = esh;
+transform = "{1, 0, 0, 1, 44, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -20, -888}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{356, -616}";
+},
+{
+name = top;
+position = "{944, 2340}";
+},
+{
+name = top0315;
+position = "{1240, 2340}";
+}
+);
+components = (
+{
+alignment = -1;
+name = esh;
+transform = "{1, 0, 0, 1, 56, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -48, -896}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 0284;
+userData = {
+interface.gridadjust.original = "{'width': 1158, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = six.frac;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, -16, 912}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = six.sup;
+transform = "{1, 0, 0, 1, -4, 912}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 224, 'rightMargin': -19}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = seven.frac;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 116, 912}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = seven.sup;
+transform = "{1, 0, 0, 1, 132, 912}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = overline;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = underscore;
+transform = "{1, 0, 0, 1, 112, 2396}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = underscore;
+transform = "{1, 0, 0, 1, 16, 2416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 203E;
+userData = {
+interface.gridadjust.original = "{'width': 1326, 'leftMargin': 21, 'rightMargin': 25}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ascript;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{752, 0}";
+},
+{
+name = rhotichook;
+position = "{1300, 932}";
+},
+{
+name = top;
+position = "{752, 1776}";
+},
+{
+name = top0315;
+position = "{1700, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = rhotichook;
+position = "{1280, 900}";
+},
+{
+name = top;
+position = "{764, 1776}";
+},
+{
+name = top0315;
+position = "{1728, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 0251;
+userData = {
+interface.gridadjust.original = "{'width': 1665, 'leftMargin': 135, 'rightMargin': 93}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = seven.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"204 1084 LINE",
+"204 900 LINE",
+"816 900 LINE",
+"340 0 LINE",
+"584 0 LINE",
+"1060 956 LINE",
+"1060 1084 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"212 1084 LINE",
+"212 844 LINE",
+"784 844 LINE",
+"336 0 LINE",
+"652 0 LINE",
+"1100 916 LINE",
+"1100 1084 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = threeeighths;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, -68, 908}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 464, 0}";
+},
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 1188, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+name = three.sup;
+transform = "{1, 0, 0, 1, 52, 908}";
+},
+{
+name = fraction;
+transform = "{1, 0, 0, 1, 612, 0}";
+},
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 1364, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 215C;
+userData = {
+interface.gridadjust.original = "{'width': 2406, 'leftMargin': 271, 'rightMargin': 175}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni03CF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"116 2004 LINE",
+"116 0 LINE",
+"400 0 LINE",
+"400 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1260 2004 LINE",
+"604 1264 LINE",
+"252 868 LINE",
+"304 572 LINE",
+"776 1068 LINE",
+"1604 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"772 1192 LINE",
+"604 968 LINE",
+"1320 4 LINE",
+"936 -332 LINE",
+"1084 -504 LINE",
+"1664 0 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 2004 LINE",
+"208 0 LINE",
+"668 0 LINE",
+"668 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1296 2004 LINE",
+"840 1376 LINE",
+"544 936 LINE",
+"628 492 LINE",
+"1084 988 LINE",
+"1864 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1140 1180 LINE",
+"788 904 LINE",
+"1320 12 LINE",
+"1048 -228 LINE",
+"1292 -504 LINE",
+"1872 0 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03CF;
+userData = {
+interface.gridadjust.original = "{'width': 1764, 'leftMargin': 228, 'rightMargin': -13}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni20DC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-822, 1609}";
+}
+);
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -2063, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -1453, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -876, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -312, 1788}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-811, 1609}";
+}
+);
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -2214, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -1548, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -888, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -231, 1788}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 20DC;
+},
+{
+color = (250,227,227,1);
+glyphname = uni20DB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-829, 1609}";
+}
+);
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -1788, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -1178, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -601, 1788}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-810, 1609}";
+}
+);
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -1884, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -1218, 1788}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -558, 1788}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 20DB;
+},
+{
+color = (227,245,235,1);
+glyphname = romansix;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = V;
+transform = "{1, 0, 0, 1, 12, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1804, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2548;
+},
+{
+components = (
+{
+alignment = -1;
+name = V;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2096, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2848;
+}
+);
+unicode = 2165;
+userData = {
+interface.gridadjust.original = "{'width': 2564, 'leftMargin': 128, 'rightMargin': 260}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FBF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{616, 2000}";
+},
+{
+name = _top;
+position = "{312, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"308 2056 LINE",
+"308 1952 LINE SMOOTH",
+"308 1820 OFFCURVE",
+"272 1728 OFFCURVE",
+"196 1644 CURVE",
+"304 1560 LINE",
+"468 1648 OFFCURVE",
+"556 1784 OFFCURVE",
+"556 1944 CURVE SMOOTH",
+"556 2056 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{512, 2000}";
+},
+{
+name = _top;
+position = "{240, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 2056 LINE",
+"208 1928 LINE SMOOTH",
+"208 1824 OFFCURVE",
+"184 1744 OFFCURVE",
+"104 1692 CURVE",
+"220 1560 LINE",
+"344 1620 OFFCURVE",
+"440 1748 OFFCURVE",
+"440 1920 CURVE SMOOTH",
+"440 2056 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = 1FBF;
+userData = {
+interface.gridadjust.original = "{'width': 754, 'leftMargin': 131, 'rightMargin': 264}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni1FBE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{312, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 -468 LINE SMOOTH",
+"208 -648 OFFCURVE",
+"304 -724 OFFCURVE",
+"440 -724 CURVE SMOOTH",
+"492 -724 OFFCURVE",
+"524 -716 OFFCURVE",
+"544 -708 CURVE",
+"544 -568 LINE",
+"532 -568 OFFCURVE",
+"504 -572 OFFCURVE",
+"484 -572 CURVE SMOOTH",
+"444 -572 OFFCURVE",
+"416 -544 OFFCURVE",
+"416 -464 CURVE SMOOTH",
+"416 -140 LINE",
+"208 -140 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{328, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"204 -464 LINE SMOOTH",
+"204 -648 OFFCURVE",
+"320 -724 OFFCURVE",
+"464 -724 CURVE SMOOTH",
+"516 -724 OFFCURVE",
+"556 -716 OFFCURVE",
+"596 -704 CURVE",
+"596 -536 LINE",
+"580 -536 OFFCURVE",
+"564 -540 OFFCURVE",
+"536 -540 CURVE SMOOTH",
+"480 -540 OFFCURVE",
+"460 -520 OFFCURVE",
+"460 -464 CURVE SMOOTH",
+"460 -140 LINE",
+"204 -140 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 1FBE;
+userData = {
+interface.gridadjust.original = "{'width': 613, 'leftMargin': 169, 'rightMargin': 108}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romaneight;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = V;
+transform = "{1, 0, 0, 1, 12, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1804, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2532, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 3260, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 4004;
+},
+{
+components = (
+{
+alignment = -1;
+name = V;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2868, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 3640, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2096, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 4392;
+}
+);
+unicode = 2167;
+userData = {
+interface.gridadjust.original = "{'width': 4022, 'leftMargin': 128, 'rightMargin': 261}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = zero.frac;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = zero.sup;
+transform = "{1, 0, 0, 1, 108, 912}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = zero.sup;
+transform = "{1, 0, 0, 1, 0, 912}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = charactertie;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1584 1860 OFFCURVE",
+"1872 1748 OFFCURVE",
+"2060 1628 CURVE",
+"2188 1736 LINE",
+"2020 1948 OFFCURVE",
+"1688 2132 OFFCURVE",
+"1144 2132 CURVE SMOOTH",
+"600 2132 OFFCURVE",
+"312 1964 OFFCURVE",
+"104 1736 CURVE",
+"256 1632 LINE",
+"440 1760 OFFCURVE",
+"704 1860 OFFCURVE",
+"1144 1860 CURVE SMOOTH"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1608 1816 OFFCURVE",
+"1952 1712 OFFCURVE",
+"2136 1620 CURVE",
+"2280 1772 LINE",
+"2116 1968 OFFCURVE",
+"1716 2140 OFFCURVE",
+"1168 2140 CURVE SMOOTH",
+"624 2140 OFFCURVE",
+"268 1984 OFFCURVE",
+"60 1772 CURVE",
+"224 1624 LINE",
+"408 1724 OFFCURVE",
+"728 1816 OFFCURVE",
+"1168 1816 CURVE SMOOTH"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 2040;
+userData = {
+interface.gridadjust.original = "{'width': 2138, 'leftMargin': 28, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Stigma;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1584 -516 OFFCURVE",
+"1732 -376 OFFCURVE",
+"1732 -172 CURVE SMOOTH",
+"1732 8 OFFCURVE",
+"1592 108 OFFCURVE",
+"1404 172 CURVE SMOOTH",
+"940 332 LINE SMOOTH",
+"704 412 OFFCURVE",
+"528 568 OFFCURVE",
+"528 904 CURVE SMOOTH",
+"528 1100 LINE SMOOTH",
+"528 1520 OFFCURVE",
+"700 1800 OFFCURVE",
+"1056 1800 CURVE SMOOTH",
+"1384 1800 OFFCURVE",
+"1472 1588 OFFCURVE",
+"1508 1356 CURVE",
+"1792 1356 LINE",
+"1752 1748 OFFCURVE",
+"1512 2032 OFFCURVE",
+"1056 2032 CURVE SMOOTH",
+"556 2032 OFFCURVE",
+"240 1660 OFFCURVE",
+"240 1100 CURVE SMOOTH",
+"240 904 LINE SMOOTH",
+"240 444 OFFCURVE",
+"508 208 OFFCURVE",
+"888 84 CURVE SMOOTH",
+"1336 -64 LINE SMOOTH",
+"1416 -92 OFFCURVE",
+"1448 -124 OFFCURVE",
+"1448 -192 CURVE SMOOTH",
+"1448 -260 OFFCURVE",
+"1392 -300 OFFCURVE",
+"1296 -308 CURVE",
+"1296 -540 LINE {name = hr00;}"
+);
+}
+);
+width = 2032;
+},
+{
+guideLines = (
+{
+position = "{0, -539}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1492 -540 OFFCURVE",
+"1796 -364 OFFCURVE",
+"1796 -32 CURVE SMOOTH",
+"1796 160 OFFCURVE",
+"1704 308 OFFCURVE",
+"1504 376 CURVE SMOOTH",
+"1036 528 LINE SMOOTH",
+"820 596 OFFCURVE",
+"676 744 OFFCURVE",
+"676 1112 CURVE SMOOTH",
+"676 1160 LINE SMOOTH",
+"676 1436 OFFCURVE",
+"772 1652 OFFCURVE",
+"1052 1652 CURVE SMOOTH",
+"1320 1652 OFFCURVE",
+"1404 1528 OFFCURVE",
+"1416 1312 CURVE",
+"1872 1312 LINE",
+"1836 1712 OFFCURVE",
+"1576 2032 OFFCURVE",
+"1052 2032 CURVE SMOOTH",
+"564 2032 OFFCURVE",
+"208 1664 OFFCURVE",
+"208 1156 CURVE SMOOTH",
+"208 1112 LINE SMOOTH",
+"208 480 OFFCURVE",
+"500 240 OFFCURVE",
+"820 152 CURVE SMOOTH",
+"1200 48 LINE SMOOTH",
+"1288 24 OFFCURVE",
+"1328 -8 OFFCURVE",
+"1328 -68 CURVE SMOOTH",
+"1328 -164 OFFCURVE",
+"1216 -192 OFFCURVE",
+"1092 -192 CURVE",
+"1096 -540 LINE {name = hr00;}"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 03DA;
+userData = {
+interface.gridadjust.original = "{'width': 1834, 'leftMargin': 161, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = epsilon1rev;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = rhotichook;
+position = "{1260, 1072}";
+},
+{
+name = top;
+position = "{760, 1776}";
+},
+{
+name = top0315;
+position = "{1520, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"492 652 LINE",
+"780 652 LINE SMOOTH",
+"996 652 OFFCURVE",
+"1108 580 OFFCURVE",
+"1108 420 CURVE SMOOTH",
+"1108 300 OFFCURVE",
+"980 192 OFFCURVE",
+"760 192 CURVE SMOOTH",
+"548 192 OFFCURVE",
+"412 312 OFFCURVE",
+"412 444 CURVE",
+"136 444 LINE",
+"136 116 OFFCURVE",
+"456 -28 OFFCURVE",
+"760 -28 CURVE SMOOTH",
+"1120 -28 OFFCURVE",
+"1384 140 OFFCURVE",
+"1384 420 CURVE SMOOTH",
+"1384 672 OFFCURVE",
+"1168 808 OFFCURVE",
+"800 808 CURVE",
+"492 808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1136 712 OFFCURVE",
+"1360 876 OFFCURVE",
+"1360 1080 CURVE",
+"1360 1364 OFFCURVE",
+"1120 1516 OFFCURVE",
+"760 1516 CURVE SMOOTH",
+"436 1516 OFFCURVE",
+"164 1344 OFFCURVE",
+"164 1072 CURVE",
+"436 1072 LINE",
+"436 1196 OFFCURVE",
+"580 1296 OFFCURVE",
+"760 1296 CURVE SMOOTH",
+"984 1296 OFFCURVE",
+"1084 1188 OFFCURVE",
+"1084 1080 CURVE",
+"1084 956 OFFCURVE",
+"996 868 OFFCURVE",
+"780 868 CURVE SMOOTH",
+"492 868 LINE",
+"492 712 LINE",
+"800 712 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = rhotichook;
+position = "{1312, 1072}";
+},
+{
+name = top;
+position = "{764, 1776}";
+},
+{
+name = top0315;
+position = "{1604, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"532 620 LINE",
+"776 620 LINE SMOOTH",
+"928 620 OFFCURVE",
+"1032 580 OFFCURVE",
+"1032 464 CURVE SMOOTH",
+"1032 384 OFFCURVE",
+"952 304 OFFCURVE",
+"788 304 CURVE SMOOTH",
+"620 304 OFFCURVE",
+"540 364 OFFCURVE",
+"540 440 CURVE",
+"96 440 LINE",
+"96 116 OFFCURVE",
+"436 -28 OFFCURVE",
+"760 -28 CURVE SMOOTH",
+"1160 -28 OFFCURVE",
+"1472 140 OFFCURVE",
+"1472 420 CURVE SMOOTH",
+"1472 672 OFFCURVE",
+"1248 808 OFFCURVE",
+"880 808 CURVE",
+"532 808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1212 712 OFFCURVE",
+"1448 876 OFFCURVE",
+"1448 1080 CURVE",
+"1448 1364 OFFCURVE",
+"1160 1516 OFFCURVE",
+"760 1516 CURVE SMOOTH",
+"408 1516 OFFCURVE",
+"120 1344 OFFCURVE",
+"120 1056 CURVE",
+"564 1056 LINE",
+"564 1144 OFFCURVE",
+"656 1184 OFFCURVE",
+"788 1184 CURVE SMOOTH",
+"944 1184 OFFCURVE",
+"1004 1108 OFFCURVE",
+"1004 1040 CURVE",
+"1004 956 OFFCURVE",
+"920 904 OFFCURVE",
+"776 904 CURVE SMOOTH",
+"532 904 LINE",
+"532 712 LINE",
+"880 712 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 025C;
+userData = {
+interface.gridadjust.original = "{'width': 1517, 'leftMargin': 135, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Epsilon1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 0}";
+},
+{
+name = top;
+position = "{888, 2200}";
+},
+{
+name = top0315;
+position = "{1720, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1112 1136 LINE",
+"888 1136 LINE SMOOTH",
+"592 1136 OFFCURVE",
+"480 1272 OFFCURVE",
+"480 1464 CURVE SMOOTH",
+"480 1652 OFFCURVE",
+"608 1800 OFFCURVE",
+"908 1800 CURVE SMOOTH",
+"1136 1800 OFFCURVE",
+"1300 1668 OFFCURVE",
+"1300 1480 CURVE",
+"1584 1480 LINE",
+"1584 1820 OFFCURVE",
+"1276 2032 OFFCURVE",
+"908 2032 CURVE SMOOTH",
+"480 2032 OFFCURVE",
+"196 1832 OFFCURVE",
+"196 1460 CURVE SMOOTH",
+"196 1144 OFFCURVE",
+"480 960 OFFCURVE",
+"880 960 CURVE",
+"1112 960 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 1080 OFFCURVE",
+"164 896 OFFCURVE",
+"164 560 CURVE SMOOTH",
+"164 140 OFFCURVE",
+"488 -28 OFFCURVE",
+"908 -28 CURVE SMOOTH",
+"1252 -28 OFFCURVE",
+"1612 148 OFFCURVE",
+"1612 556 CURVE",
+"1328 556 LINE",
+"1328 360 OFFCURVE",
+"1168 200 OFFCURVE",
+"908 200 CURVE SMOOTH",
+"628 200 OFFCURVE",
+"452 316 OFFCURVE",
+"452 556 CURVE SMOOTH",
+"452 800 OFFCURVE",
+"600 908 OFFCURVE",
+"888 908 CURVE SMOOTH",
+"1112 908 LINE",
+"1112 1080 LINE",
+"880 1080 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1156 1200 LINE",
+"908 1200 LINE SMOOTH",
+"708 1200 OFFCURVE",
+"632 1292 OFFCURVE",
+"632 1448 CURVE SMOOTH",
+"632 1568 OFFCURVE",
+"720 1656 OFFCURVE",
+"928 1656 CURVE SMOOTH",
+"1088 1656 OFFCURVE",
+"1196 1596 OFFCURVE",
+"1196 1460 CURVE",
+"1656 1460 LINE",
+"1656 1816 OFFCURVE",
+"1320 2032 OFFCURVE",
+"928 2032 CURVE SMOOTH",
+"476 2032 OFFCURVE",
+"172 1832 OFFCURVE",
+"172 1460 CURVE SMOOTH",
+"172 1156 OFFCURVE",
+"460 960 OFFCURVE",
+"832 960 CURVE",
+"1156 960 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"404 1080 OFFCURVE",
+"140 896 OFFCURVE",
+"140 560 CURVE SMOOTH",
+"140 156 OFFCURVE",
+"464 -28 OFFCURVE",
+"928 -28 CURVE SMOOTH",
+"1296 -28 OFFCURVE",
+"1684 148 OFFCURVE",
+"1684 556 CURVE",
+"1224 556 LINE",
+"1224 428 OFFCURVE",
+"1112 344 OFFCURVE",
+"928 344 CURVE SMOOTH",
+"736 344 OFFCURVE",
+"604 408 OFFCURVE",
+"604 572 CURVE SMOOTH",
+"604 772 OFFCURVE",
+"704 844 OFFCURVE",
+"908 844 CURVE SMOOTH",
+"1156 844 LINE",
+"1156 1080 LINE",
+"832 1080 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0190;
+userData = {
+interface.gridadjust.original = "{'width': 1671, 'leftMargin': 114, 'rightMargin': 108}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = iotasubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-811, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-811, -723}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-917 -469 LINE SMOOTH",
+"-917 -649 OFFCURVE",
+"-822 -723 OFFCURVE",
+"-685 -723 CURVE SMOOTH",
+"-635 -723 OFFCURVE",
+"-602 -715 OFFCURVE",
+"-582 -708 CURVE",
+"-582 -567 LINE",
+"-593 -569 OFFCURVE",
+"-620 -573 OFFCURVE",
+"-641 -573 CURVE SMOOTH",
+"-682 -573 OFFCURVE",
+"-708 -545 OFFCURVE",
+"-708 -462 CURVE SMOOTH",
+"-708 -96 LINE",
+"-917 -96 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-811, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-811, -725}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-935 -463 LINE SMOOTH",
+"-935 -648 OFFCURVE",
+"-821 -723 OFFCURVE",
+"-675 -723 CURVE SMOOTH",
+"-626 -723 OFFCURVE",
+"-583 -716 OFFCURVE",
+"-545 -703 CURVE",
+"-545 -534 LINE",
+"-561 -536 OFFCURVE",
+"-578 -538 OFFCURVE",
+"-604 -538 CURVE SMOOTH",
+"-660 -538 OFFCURVE",
+"-681 -520 OFFCURVE",
+"-681 -462 CURVE SMOOTH",
+"-681 -96 LINE",
+"-935 -96 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0345;
+},
+{
+glyphname = pipedblbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = pipe;
+transform = "{1, 0, 0, 1, 204, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -60, 380}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -60, -308}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1152;
+},
+{
+components = (
+{
+alignment = -1;
+name = pipe;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 0, 332}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 0, -280}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{522.5, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 01C2;
+userData = {
+interface.gridadjust.original = "{'width': 938, 'leftMargin': 27, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = YR;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"440 1864 LINE",
+"440 2144 LINE",
+"152 2144 LINE",
+"152 1864 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"152 0 LINE",
+"440 0 LINE",
+"440 1772 LINE",
+"820 1772 LINE SMOOTH",
+"1120 1772 OFFCURVE",
+"1240 1624 OFFCURVE",
+"1240 1400 CURVE SMOOTH",
+"1240 1196 OFFCURVE",
+"1100 1036 OFFCURVE",
+"820 1036 CURVE SMOOTH",
+"376 1036 LINE",
+"376 808 LINE",
+"984 808 LINE",
+"1060 836 LINE",
+"1352 916 OFFCURVE",
+"1524 1124 OFFCURVE",
+"1524 1400 CURVE SMOOTH",
+"1524 1792 OFFCURVE",
+"1276 2004 OFFCURVE",
+"820 2004 CURVE SMOOTH",
+"152 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1880 -496 LINE",
+"1880 -480 LINE",
+"1128 912 LINE",
+"828 912 LINE",
+"1576 -496 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"584 1864 LINE",
+"584 2144 LINE",
+"124 2144 LINE",
+"124 1864 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"120 0 LINE",
+"584 0 LINE",
+"584 1628 LINE",
+"896 1628 LINE SMOOTH",
+"1088 1628 OFFCURVE",
+"1188 1524 OFFCURVE",
+"1188 1352 CURVE SMOOTH",
+"1188 1184 OFFCURVE",
+"1088 1080 OFFCURVE",
+"896 1080 CURVE SMOOTH",
+"412 1080 LINE",
+"416 708 LINE",
+"1068 708 LINE",
+"1220 796 LINE",
+"1476 892 OFFCURVE",
+"1648 1052 OFFCURVE",
+"1648 1396 CURVE SMOOTH",
+"1648 1792 OFFCURVE",
+"1356 2004 OFFCURVE",
+"896 2004 CURVE SMOOTH",
+"120 2004 LINE {name = hr01;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1960 -480 LINE",
+"1960 -460 LINE",
+"1264 888 LINE",
+"776 888 LINE",
+"1468 -480 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 01A6;
+userData = {
+interface.gridadjust.original = "{'width': 1939, 'leftMargin': 228, 'rightMargin': -18}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = kgreenlandic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 16}";
+},
+{
+name = top;
+position = "{848, 1776}";
+},
+{
+name = top0315;
+position = "{1608, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"240 1488 LINE",
+"240 0 LINE",
+"516 0 LINE",
+"516 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1160 1488 LINE",
+"628 864 LINE",
+"380 864 LINE",
+"424 628 LINE",
+"752 628 LINE",
+"1492 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1536 0 LINE",
+"792 864 LINE",
+"616 668 LINE",
+"1188 0 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 16}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1700, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"172 1488 LINE",
+"172 0 LINE",
+"616 0 LINE",
+"616 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 1488 LINE",
+"740 952 LINE",
+"500 952 LINE",
+"552 520 LINE",
+"972 520 LINE",
+"1636 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1652 0 LINE",
+"1136 800 LINE",
+"736 608 LINE",
+"1084 0 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0138;
+userData = {
+interface.gridadjust.original = "{'width': 1576, 'leftMargin': 210, 'rightMargin': 70}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2182;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1532 0 LINE SMOOTH",
+"2096 0 OFFCURVE",
+"2448 360 OFFCURVE",
+"2448 948 CURVE SMOOTH",
+"2448 1056 LINE SMOOTH",
+"2448 1644 OFFCURVE",
+"2092 2004 OFFCURVE",
+"1560 2004 CURVE SMOOTH",
+"1252 2004 LINE",
+"1252 1812 LINE",
+"1560 1812 LINE SMOOTH",
+"1956 1812 OFFCURVE",
+"2204 1552 OFFCURVE",
+"2204 1060 CURVE SMOOTH",
+"2204 948 LINE SMOOTH",
+"2204 480 OFFCURVE",
+"1964 192 OFFCURVE",
+"1532 192 CURVE SMOOTH",
+"1328 192 LINE",
+"1328 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1136 2004 LINE",
+"1136 0 LINE",
+"1412 0 LINE",
+"1412 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1440 324 LINE SMOOTH",
+"1824 324 OFFCURVE",
+"2060 568 OFFCURVE",
+"2060 960 CURVE SMOOTH",
+"2060 1036 LINE SMOOTH",
+"2060 1432 OFFCURVE",
+"1820 1676 OFFCURVE",
+"1460 1676 CURVE SMOOTH",
+"1296 1676 LINE",
+"1296 1484 LINE",
+"1460 1484 LINE SMOOTH",
+"1688 1484 OFFCURVE",
+"1816 1352 OFFCURVE",
+"1816 1040 CURVE SMOOTH",
+"1816 960 LINE SMOOTH",
+"1816 668 OFFCURVE",
+"1696 516 OFFCURVE",
+"1440 516 CURVE SMOOTH",
+"1300 516 LINE",
+"1300 324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1244 192 LINE",
+"1016 192 LINE SMOOTH",
+"580 192 OFFCURVE",
+"344 480 OFFCURVE",
+"344 948 CURVE SMOOTH",
+"344 1060 LINE SMOOTH",
+"344 1552 OFFCURVE",
+"588 1812 OFFCURVE",
+"988 1812 CURVE SMOOTH",
+"1296 1812 LINE",
+"1296 2004 LINE",
+"988 2004 LINE SMOOTH",
+"456 2004 OFFCURVE",
+"100 1644 OFFCURVE",
+"100 1056 CURVE SMOOTH",
+"100 948 LINE SMOOTH",
+"100 360 OFFCURVE",
+"448 0 OFFCURVE",
+"1016 0 CURVE SMOOTH",
+"1244 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1244 516 LINE",
+"1104 516 LINE SMOOTH",
+"852 516 OFFCURVE",
+"728 668 OFFCURVE",
+"728 960 CURVE SMOOTH",
+"728 1040 LINE SMOOTH",
+"728 1352 OFFCURVE",
+"856 1484 OFFCURVE",
+"1084 1484 CURVE SMOOTH",
+"1248 1484 LINE",
+"1248 1676 LINE",
+"1084 1676 LINE SMOOTH",
+"724 1676 OFFCURVE",
+"484 1432 OFFCURVE",
+"484 1036 CURVE SMOOTH",
+"484 960 LINE SMOOTH",
+"484 568 OFFCURVE",
+"720 324 OFFCURVE",
+"1104 324 CURVE SMOOTH",
+"1244 324 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2028 0 LINE SMOOTH",
+"2568 0 OFFCURVE",
+"2948 388 OFFCURVE",
+"2948 960 CURVE SMOOTH",
+"2948 1044 LINE SMOOTH",
+"2948 1612 OFFCURVE",
+"2568 2004 OFFCURVE",
+"2028 2004 CURVE SMOOTH",
+"1652 2004 LINE",
+"1652 1644 LINE",
+"2028 1644 LINE SMOOTH",
+"2372 1644 OFFCURVE",
+"2504 1440 OFFCURVE",
+"2504 1048 CURVE SMOOTH",
+"2504 960 LINE SMOOTH",
+"2504 568 OFFCURVE",
+"2372 360 OFFCURVE",
+"2028 360 CURVE SMOOTH",
+"1664 360 LINE",
+"1664 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1332 2004 LINE",
+"1332 0 LINE",
+"1776 0 LINE",
+"1776 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1880 528 LINE SMOOTH",
+"2132 528 OFFCURVE",
+"2308 712 OFFCURVE",
+"2308 980 CURVE SMOOTH",
+"2308 1020 LINE SMOOTH",
+"2308 1288 OFFCURVE",
+"2132 1468 OFFCURVE",
+"1880 1468 CURVE SMOOTH",
+"1736 1468 LINE",
+"1736 1220 LINE",
+"1852 1220 LINE SMOOTH",
+"1956 1220 OFFCURVE",
+"2032 1176 OFFCURVE",
+"2032 1020 CURVE SMOOTH",
+"2032 980 LINE SMOOTH",
+"2032 828 OFFCURVE",
+"1956 780 OFFCURVE",
+"1852 780 CURVE SMOOTH",
+"1740 780 LINE",
+"1740 528 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1444 360 LINE",
+"1076 360 LINE SMOOTH",
+"736 360 OFFCURVE",
+"600 568 OFFCURVE",
+"600 960 CURVE SMOOTH",
+"600 1048 LINE SMOOTH",
+"600 1440 OFFCURVE",
+"736 1644 OFFCURVE",
+"1076 1644 CURVE SMOOTH",
+"1456 1644 LINE",
+"1456 2004 LINE",
+"1076 2004 LINE SMOOTH",
+"536 2004 OFFCURVE",
+"156 1612 OFFCURVE",
+"156 1044 CURVE SMOOTH",
+"156 960 LINE SMOOTH",
+"156 388 OFFCURVE",
+"536 0 OFFCURVE",
+"1076 0 CURVE SMOOTH",
+"1444 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1364 780 LINE",
+"1256 780 LINE SMOOTH",
+"1148 780 OFFCURVE",
+"1072 828 OFFCURVE",
+"1072 980 CURVE SMOOTH",
+"1072 1020 LINE SMOOTH",
+"1072 1176 OFFCURVE",
+"1148 1220 OFFCURVE",
+"1256 1220 CURVE SMOOTH",
+"1368 1220 LINE",
+"1368 1468 LINE",
+"1228 1468 LINE SMOOTH",
+"976 1468 OFFCURVE",
+"796 1288 OFFCURVE",
+"796 1020 CURVE SMOOTH",
+"796 980 LINE SMOOTH",
+"796 712 OFFCURVE",
+"976 528 OFFCURVE",
+"1228 528 CURVE SMOOTH",
+"1364 528 LINE"
+);
+}
+);
+width = 3104;
+}
+);
+unicode = 2182;
+userData = {
+interface.gridadjust.original = "{'width': 2679, 'leftMargin': 165, 'rightMargin': 165}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2180;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"2012 0 OFFCURVE",
+"2364 360 OFFCURVE",
+"2364 948 CURVE SMOOTH",
+"2364 1056 LINE SMOOTH",
+"2364 1644 OFFCURVE",
+"2008 2004 OFFCURVE",
+"1476 2004 CURVE SMOOTH",
+"1168 2004 LINE",
+"1168 1772 LINE",
+"1476 1772 LINE SMOOTH",
+"1888 1772 OFFCURVE",
+"2080 1492 OFFCURVE",
+"2080 1060 CURVE SMOOTH",
+"2080 948 LINE SMOOTH",
+"2080 500 OFFCURVE",
+"1868 228 OFFCURVE",
+"1448 228 CURVE SMOOTH",
+"1176 228 LINE",
+"1176 0 LINE",
+"1448 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 2004 LINE",
+"1132 0 LINE",
+"1408 0 LINE",
+"1408 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1368 228 LINE",
+"1108 228 LINE SMOOTH",
+"676 228 OFFCURVE",
+"464 508 OFFCURVE",
+"464 948 CURVE SMOOTH",
+"464 1060 LINE SMOOTH",
+"464 1524 OFFCURVE",
+"684 1772 OFFCURVE",
+"1080 1772 CURVE SMOOTH",
+"1380 1772 LINE",
+"1380 2004 LINE",
+"1072 2004 LINE SMOOTH",
+"540 2004 OFFCURVE",
+"184 1644 OFFCURVE",
+"184 1056 CURVE SMOOTH",
+"184 948 LINE SMOOTH",
+"184 360 OFFCURVE",
+"532 0 OFFCURVE",
+"1096 0 CURVE SMOOTH",
+"1372 0 LINE"
+);
+}
+);
+width = 2544;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2232 0 OFFCURVE",
+"2612 388 OFFCURVE",
+"2612 960 CURVE SMOOTH",
+"2612 1044 LINE SMOOTH",
+"2612 1612 OFFCURVE",
+"2232 2004 OFFCURVE",
+"1692 2004 CURVE SMOOTH",
+"1248 2004 LINE",
+"1248 1628 LINE",
+"1664 1628 LINE SMOOTH",
+"1992 1628 OFFCURVE",
+"2140 1428 OFFCURVE",
+"2140 1048 CURVE SMOOTH",
+"2140 960 LINE SMOOTH",
+"2140 572 OFFCURVE",
+"1988 372 OFFCURVE",
+"1664 372 CURVE SMOOTH",
+"1256 372 LINE",
+"1256 0 LINE",
+"1692 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1200 2004 LINE",
+"1200 0 LINE",
+"1644 0 LINE",
+"1644 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1592 372 LINE",
+"1184 372 LINE SMOOTH",
+"844 372 OFFCURVE",
+"704 592 OFFCURVE",
+"704 960 CURVE SMOOTH",
+"704 1048 LINE SMOOTH",
+"704 1440 OFFCURVE",
+"860 1628 OFFCURVE",
+"1184 1628 CURVE SMOOTH",
+"1604 1628 LINE",
+"1604 2004 LINE",
+"1156 2004 LINE SMOOTH",
+"616 2004 OFFCURVE",
+"236 1612 OFFCURVE",
+"236 1044 CURVE SMOOTH",
+"236 960 LINE SMOOTH",
+"236 388 OFFCURVE",
+"616 0 OFFCURVE",
+"1156 0 CURVE SMOOTH",
+"1596 0 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = 2180;
+userData = {
+interface.gridadjust.original = "{'width': 2508.0, 'leftMargin': 164, 'rightMargin': 164.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2181;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1264 0 OFFCURVE",
+"1612 360 OFFCURVE",
+"1612 948 CURVE SMOOTH",
+"1612 1056 LINE SMOOTH",
+"1612 1644 OFFCURVE",
+"1256 2004 OFFCURVE",
+"724 2004 CURVE SMOOTH",
+"280 2004 LINE",
+"280 1812 LINE",
+"724 1812 LINE SMOOTH",
+"1124 1812 OFFCURVE",
+"1368 1552 OFFCURVE",
+"1368 1060 CURVE SMOOTH",
+"1368 948 LINE SMOOTH",
+"1368 480 OFFCURVE",
+"1132 192 OFFCURVE",
+"696 192 CURVE SMOOTH",
+"292 192 LINE",
+"288 0 LINE",
+"696 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 2004 LINE",
+"164 0 LINE",
+"440 0 LINE",
+"440 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"992 324 OFFCURVE",
+"1228 568 OFFCURVE",
+"1228 960 CURVE SMOOTH",
+"1228 1036 LINE SMOOTH",
+"1228 1432 OFFCURVE",
+"988 1676 OFFCURVE",
+"628 1676 CURVE SMOOTH",
+"324 1676 LINE",
+"324 1484 LINE",
+"628 1484 LINE SMOOTH",
+"856 1484 OFFCURVE",
+"984 1352 OFFCURVE",
+"984 1040 CURVE SMOOTH",
+"984 960 LINE SMOOTH",
+"984 668 OFFCURVE",
+"860 516 OFFCURVE",
+"608 516 CURVE SMOOTH",
+"332 516 LINE",
+"332 324 LINE",
+"608 324 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1504 0 OFFCURVE",
+"1884 388 OFFCURVE",
+"1884 960 CURVE SMOOTH",
+"1884 1044 LINE SMOOTH",
+"1884 1612 OFFCURVE",
+"1504 2004 OFFCURVE",
+"964 2004 CURVE SMOOTH",
+"516 2004 LINE",
+"516 1644 LINE",
+"964 1644 LINE SMOOTH",
+"1304 1644 OFFCURVE",
+"1440 1440 OFFCURVE",
+"1440 1048 CURVE SMOOTH",
+"1440 960 LINE SMOOTH",
+"1440 568 OFFCURVE",
+"1304 360 OFFCURVE",
+"964 360 CURVE SMOOTH",
+"528 360 LINE",
+"524 0 LINE",
+"964 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"196 2004 LINE",
+"196 0 LINE",
+"640 0 LINE",
+"640 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1068 528 OFFCURVE",
+"1244 712 OFFCURVE",
+"1244 980 CURVE SMOOTH",
+"1244 1020 LINE SMOOTH",
+"1244 1288 OFFCURVE",
+"1068 1468 OFFCURVE",
+"812 1468 CURVE SMOOTH",
+"604 1468 LINE",
+"604 1220 LINE",
+"784 1220 LINE SMOOTH",
+"892 1220 OFFCURVE",
+"968 1176 OFFCURVE",
+"968 1020 CURVE SMOOTH",
+"968 980 LINE SMOOTH",
+"968 828 OFFCURVE",
+"892 780 OFFCURVE",
+"784 780 CURVE SMOOTH",
+"608 780 LINE",
+"604 528 LINE",
+"812 528 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2181;
+userData = {
+interface.gridadjust.original = "{'width': 1848.0, 'leftMargin': 234, 'rightMargin': 165.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2186;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"172 944 LINE",
+"1028 0 LINE",
+"1240 0 LINE",
+"1176 228 LINE",
+"372 1128 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1004 2004 LINE",
+"1004 180 LINE",
+"1280 180 LINE",
+"1280 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1928 1128 LINE",
+"1108 228 LINE",
+"1048 0 LINE",
+"1264 0 LINE",
+"2116 932 LINE"
+);
+}
+);
+width = 2288;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"168 904 LINE",
+"1076 0 LINE",
+"1400 0 LINE",
+"1232 472 LINE",
+"492 1244 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1076 2004 LINE",
+"1076 0 LINE",
+"1516 0 LINE",
+"1516 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2104 1244 LINE",
+"1364 472 LINE",
+"1192 0 LINE",
+"1516 0 LINE",
+"2424 904 LINE"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 2186;
+userData = {
+interface.gridadjust.original = "{'width': 2108, 'leftMargin': 83, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2187;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"440 0 LINE",
+"440 2004 LINE",
+"164 2004 LINE",
+"164 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"696 0 LINE SMOOTH",
+"1264 0 OFFCURVE",
+"1612 360 OFFCURVE",
+"1612 948 CURVE SMOOTH",
+"1612 1056 LINE SMOOTH",
+"1612 1644 OFFCURVE",
+"1256 2004 OFFCURVE",
+"724 2004 CURVE SMOOTH",
+"296 2004 LINE",
+"296 1812 LINE",
+"724 1812 LINE SMOOTH",
+"1124 1812 OFFCURVE",
+"1368 1552 OFFCURVE",
+"1368 1060 CURVE SMOOTH",
+"1368 948 LINE SMOOTH",
+"1368 480 OFFCURVE",
+"1132 192 OFFCURVE",
+"696 192 CURVE SMOOTH",
+"296 192 LINE",
+"296 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"608 324 LINE SMOOTH",
+"992 324 OFFCURVE",
+"1228 568 OFFCURVE",
+"1228 960 CURVE SMOOTH",
+"1228 1036 LINE SMOOTH",
+"1228 1432 OFFCURVE",
+"988 1676 OFFCURVE",
+"628 1676 CURVE SMOOTH",
+"296 1676 LINE",
+"296 1484 LINE",
+"628 1484 LINE SMOOTH",
+"856 1484 OFFCURVE",
+"984 1352 OFFCURVE",
+"984 1040 CURVE SMOOTH",
+"984 960 LINE SMOOTH",
+"984 668 OFFCURVE",
+"860 516 OFFCURVE",
+"608 516 CURVE SMOOTH",
+"296 516 LINE",
+"296 324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"424 640 LINE SMOOTH",
+"724 640 OFFCURVE",
+"840 772 OFFCURVE",
+"840 984 CURVE SMOOTH",
+"840 1028 LINE SMOOTH",
+"840 1240 OFFCURVE",
+"720 1372 OFFCURVE",
+"432 1372 CURVE SMOOTH",
+"296 1372 LINE",
+"296 1184 LINE",
+"432 1184 LINE SMOOTH",
+"556 1184 OFFCURVE",
+"600 1136 OFFCURVE",
+"600 1028 CURVE SMOOTH",
+"600 984 LINE SMOOTH",
+"600 888 OFFCURVE",
+"560 828 OFFCURVE",
+"424 828 CURVE SMOOTH",
+"296 828 LINE",
+"296 640 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"632 0 LINE",
+"632 2004 LINE",
+"188 2004 LINE",
+"188 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"976 0 LINE SMOOTH",
+"1544 0 OFFCURVE",
+"1896 388 OFFCURVE",
+"1896 960 CURVE SMOOTH",
+"1896 1044 LINE SMOOTH",
+"1896 1612 OFFCURVE",
+"1544 2004 OFFCURVE",
+"976 2004 CURVE SMOOTH",
+"436 2004 LINE",
+"436 1796 LINE",
+"976 1796 LINE SMOOTH",
+"1372 1796 OFFCURVE",
+"1548 1480 OFFCURVE",
+"1548 1048 CURVE SMOOTH",
+"1548 960 LINE SMOOTH",
+"1548 512 OFFCURVE",
+"1316 236 OFFCURVE",
+"976 236 CURVE SMOOTH",
+"436 236 LINE",
+"436 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"832 324 LINE SMOOTH",
+"1184 324 OFFCURVE",
+"1432 496 OFFCURVE",
+"1432 972 CURVE SMOOTH",
+"1432 1036 LINE SMOOTH",
+"1432 1516 OFFCURVE",
+"1184 1708 OFFCURVE",
+"832 1708 CURVE SMOOTH",
+"436 1708 LINE",
+"436 1500 LINE",
+"716 1500 LINE SMOOTH",
+"976 1500 OFFCURVE",
+"1192 1440 OFFCURVE",
+"1192 1040 CURVE SMOOTH",
+"1192 972 LINE SMOOTH",
+"1192 588 OFFCURVE",
+"976 528 OFFCURVE",
+"716 528 CURVE SMOOTH",
+"436 528 LINE",
+"436 324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"680 616 LINE SMOOTH",
+"932 616 OFFCURVE",
+"1096 712 OFFCURVE",
+"1096 980 CURVE SMOOTH",
+"1096 1020 LINE SMOOTH",
+"1096 1288 OFFCURVE",
+"932 1412 OFFCURVE",
+"680 1412 CURVE SMOOTH",
+"436 1412 LINE",
+"436 1204 LINE",
+"652 1204 LINE SMOOTH",
+"756 1204 OFFCURVE",
+"848 1176 OFFCURVE",
+"848 1020 CURVE SMOOTH",
+"848 980 LINE SMOOTH",
+"848 828 OFFCURVE",
+"756 824 OFFCURVE",
+"652 824 CURVE SMOOTH",
+"436 824 LINE",
+"436 616 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2187;
+userData = {
+interface.gridadjust.original = "{'width': 1848.0, 'leftMargin': 234, 'rightMargin': 165.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2184;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 212 OFFCURVE",
+"408 -28 OFFCURVE",
+"724 -28 CURVE SMOOTH",
+"1180 -28 OFFCURVE",
+"1392 320 OFFCURVE",
+"1392 716 CURVE SMOOTH",
+"1392 772 LINE SMOOTH",
+"1392 1168 OFFCURVE",
+"1180 1516 OFFCURVE",
+"724 1516 CURVE SMOOTH",
+"372 1516 OFFCURVE",
+"144 1276 OFFCURVE",
+"128 976 CURVE",
+"388 976 LINE",
+"404 1148 OFFCURVE",
+"524 1296 OFFCURVE",
+"724 1296 CURVE SMOOTH",
+"1032 1296 OFFCURVE",
+"1120 1024 OFFCURVE",
+"1120 772 CURVE SMOOTH",
+"1120 716 LINE SMOOTH",
+"1120 464 OFFCURVE",
+"1036 192 OFFCURVE",
+"724 192 CURVE SMOOTH",
+"548 192 OFFCURVE",
+"404 316 OFFCURVE",
+"388 472 CURVE",
+"128 472 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"124 196 OFFCURVE",
+"396 -28 OFFCURVE",
+"748 -28 CURVE SMOOTH",
+"1212 -28 OFFCURVE",
+"1444 296 OFFCURVE",
+"1444 728 CURVE SMOOTH",
+"1444 760 LINE SMOOTH",
+"1444 1188 OFFCURVE",
+"1212 1516 OFFCURVE",
+"752 1516 CURVE SMOOTH",
+"384 1516 OFFCURVE",
+"124 1296 OFFCURVE",
+"124 920 CURVE",
+"540 920 LINE",
+"540 1052 OFFCURVE",
+"612 1160 OFFCURVE",
+"760 1160 CURVE SMOOTH",
+"964 1160 OFFCURVE",
+"1000 976 OFFCURVE",
+"1000 760 CURVE SMOOTH",
+"1000 728 LINE SMOOTH",
+"1000 508 OFFCURVE",
+"968 332 OFFCURVE",
+"760 332 CURVE SMOOTH",
+"624 332 OFFCURVE",
+"540 404 OFFCURVE",
+"540 532 CURVE",
+"124 532 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 2184;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2185;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1456 328 OFFCURVE",
+"1304 192 OFFCURVE",
+"1028 192 CURVE SMOOTH",
+"672 192 OFFCURVE",
+"520 520 OFFCURVE",
+"520 904 CURVE SMOOTH",
+"520 1100 LINE SMOOTH",
+"520 1520 OFFCURVE",
+"700 1812 OFFCURVE",
+"1056 1812 CURVE SMOOTH",
+"1360 1812 OFFCURVE",
+"1472 1636 OFFCURVE",
+"1516 1360 CURVE",
+"1788 1360 LINE",
+"1748 1752 OFFCURVE",
+"1512 2032 OFFCURVE",
+"1056 2032 CURVE SMOOTH",
+"556 2032 OFFCURVE",
+"244 1660 OFFCURVE",
+"244 1100 CURVE SMOOTH",
+"244 904 LINE SMOOTH",
+"244 340 OFFCURVE",
+"556 -28 OFFCURVE",
+"1028 -28 CURVE SMOOTH",
+"1332 -28 OFFCURVE",
+"1532 84 OFFCURVE",
+"1652 256 CURVE",
+"1524 428 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 616 LINE",
+"1500 -496 LINE",
+"1776 -496 LINE",
+"1776 616 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1396 404 OFFCURVE",
+"1272 332 OFFCURVE",
+"1048 332 CURVE SMOOTH",
+"768 332 OFFCURVE",
+"656 520 OFFCURVE",
+"656 944 CURVE SMOOTH",
+"656 1064 LINE SMOOTH",
+"656 1488 OFFCURVE",
+"788 1672 OFFCURVE",
+"1048 1672 CURVE SMOOTH",
+"1316 1672 OFFCURVE",
+"1412 1548 OFFCURVE",
+"1424 1316 CURVE",
+"1868 1316 LINE",
+"1828 1728 OFFCURVE",
+"1560 2032 OFFCURVE",
+"1048 2032 CURVE SMOOTH",
+"544 2032 OFFCURVE",
+"212 1660 OFFCURVE",
+"212 1060 CURVE SMOOTH",
+"212 944 LINE SMOOTH",
+"212 344 OFFCURVE",
+"528 -28 OFFCURVE",
+"1048 -28 CURVE SMOOTH",
+"1436 -28 OFFCURVE",
+"1652 152 OFFCURVE",
+"1812 424 CURVE",
+"1512 624 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1388 728 LINE",
+"1388 -496 LINE",
+"1832 -496 LINE",
+"1832 728 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 2185;
+userData = {
+interface.gridadjust.original = "{'width': 1827, 'leftMargin': 161, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2188;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1924 0 LINE SMOOTH",
+"2488 0 OFFCURVE",
+"2840 360 OFFCURVE",
+"2840 948 CURVE SMOOTH",
+"2840 1056 LINE SMOOTH",
+"2840 1644 OFFCURVE",
+"2484 2004 OFFCURVE",
+"1952 2004 CURVE SMOOTH",
+"1644 2004 LINE",
+"1644 1812 LINE",
+"1952 1812 LINE SMOOTH",
+"2352 1812 OFFCURVE",
+"2596 1552 OFFCURVE",
+"2596 1060 CURVE SMOOTH",
+"2596 948 LINE SMOOTH",
+"2596 480 OFFCURVE",
+"2360 192 OFFCURVE",
+"1924 192 CURVE SMOOTH",
+"1652 192 LINE",
+"1652 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1664 640 LINE SMOOTH",
+"1964 640 OFFCURVE",
+"2080 772 OFFCURVE",
+"2080 984 CURVE SMOOTH",
+"2080 1028 LINE SMOOTH",
+"2080 1240 OFFCURVE",
+"1960 1372 OFFCURVE",
+"1676 1372 CURVE SMOOTH",
+"1512 1372 LINE",
+"1512 1184 LINE",
+"1676 1184 LINE SMOOTH",
+"1796 1184 OFFCURVE",
+"1848 1136 OFFCURVE",
+"1848 1028 CURVE SMOOTH",
+"1848 984 LINE SMOOTH",
+"1848 888 OFFCURVE",
+"1800 828 OFFCURVE",
+"1664 828 CURVE SMOOTH",
+"1568 828 LINE",
+"1568 640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1836 324 LINE SMOOTH",
+"2216 324 OFFCURVE",
+"2452 568 OFFCURVE",
+"2452 960 CURVE SMOOTH",
+"2452 1036 LINE SMOOTH",
+"2452 1432 OFFCURVE",
+"2212 1676 OFFCURVE",
+"1856 1676 CURVE SMOOTH",
+"1636 1676 LINE",
+"1636 1484 LINE",
+"1856 1484 LINE SMOOTH",
+"2080 1484 OFFCURVE",
+"2208 1352 OFFCURVE",
+"2208 1040 CURVE SMOOTH",
+"2208 960 LINE SMOOTH",
+"2208 668 OFFCURVE",
+"2088 516 OFFCURVE",
+"1836 516 CURVE SMOOTH",
+"1640 516 LINE",
+"1640 324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1404 192 LINE",
+"1132 192 LINE SMOOTH",
+"696 192 OFFCURVE",
+"460 480 OFFCURVE",
+"460 948 CURVE SMOOTH",
+"460 1060 LINE SMOOTH",
+"460 1552 OFFCURVE",
+"708 1812 OFFCURVE",
+"1104 1812 CURVE SMOOTH",
+"1412 1812 LINE",
+"1412 2004 LINE",
+"1104 2004 LINE SMOOTH",
+"572 2004 OFFCURVE",
+"216 1644 OFFCURVE",
+"216 1056 CURVE SMOOTH",
+"216 948 LINE SMOOTH",
+"216 360 OFFCURVE",
+"568 0 OFFCURVE",
+"1132 0 CURVE SMOOTH",
+"1404 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1664 0 LINE",
+"1664 2004 LINE",
+"1392 2004 LINE",
+"1392 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1500 828 LINE",
+"1388 828 LINE SMOOTH",
+"1252 828 OFFCURVE",
+"1204 888 OFFCURVE",
+"1204 984 CURVE SMOOTH",
+"1204 1028 LINE SMOOTH",
+"1204 1136 OFFCURVE",
+"1256 1184 OFFCURVE",
+"1380 1184 CURVE SMOOTH",
+"1544 1184 LINE",
+"1544 1372 LINE",
+"1380 1372 LINE SMOOTH",
+"1092 1372 OFFCURVE",
+"976 1240 OFFCURVE",
+"976 1028 CURVE SMOOTH",
+"976 984 LINE SMOOTH",
+"976 772 OFFCURVE",
+"1088 640 OFFCURVE",
+"1388 640 CURVE SMOOTH",
+"1500 640 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1416 516 LINE",
+"1220 516 LINE SMOOTH",
+"968 516 OFFCURVE",
+"848 668 OFFCURVE",
+"848 960 CURVE SMOOTH",
+"848 1040 LINE SMOOTH",
+"848 1352 OFFCURVE",
+"976 1484 OFFCURVE",
+"1204 1484 CURVE SMOOTH",
+"1424 1484 LINE",
+"1424 1676 LINE",
+"1204 1676 LINE SMOOTH",
+"844 1676 OFFCURVE",
+"604 1432 OFFCURVE",
+"604 1036 CURVE SMOOTH",
+"604 960 LINE SMOOTH",
+"604 568 OFFCURVE",
+"840 324 OFFCURVE",
+"1220 324 CURVE SMOOTH",
+"1416 324 LINE"
+);
+}
+);
+width = 3056;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"2248 0 LINE SMOOTH",
+"2816 0 OFFCURVE",
+"3168 388 OFFCURVE",
+"3168 960 CURVE SMOOTH",
+"3168 1044 LINE SMOOTH",
+"3168 1612 OFFCURVE",
+"2816 2004 OFFCURVE",
+"2248 2004 CURVE SMOOTH",
+"1780 2004 LINE",
+"1780 1796 LINE",
+"2248 1796 LINE SMOOTH",
+"2644 1796 OFFCURVE",
+"2820 1480 OFFCURVE",
+"2820 1048 CURVE SMOOTH",
+"2820 960 LINE SMOOTH",
+"2820 512 OFFCURVE",
+"2588 236 OFFCURVE",
+"2248 236 CURVE SMOOTH",
+"1788 236 LINE",
+"1788 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1952 616 LINE SMOOTH",
+"2204 616 OFFCURVE",
+"2368 712 OFFCURVE",
+"2368 980 CURVE SMOOTH",
+"2368 1020 LINE SMOOTH",
+"2368 1288 OFFCURVE",
+"2204 1412 OFFCURVE",
+"1952 1412 CURVE SMOOTH",
+"1740 1412 LINE",
+"1740 1204 LINE",
+"1924 1204 LINE SMOOTH",
+"2028 1204 OFFCURVE",
+"2120 1176 OFFCURVE",
+"2120 1020 CURVE SMOOTH",
+"2120 980 LINE SMOOTH",
+"2120 828 OFFCURVE",
+"2028 824 OFFCURVE",
+"1924 824 CURVE SMOOTH",
+"1744 824 LINE",
+"1744 616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2104 324 LINE SMOOTH",
+"2456 324 OFFCURVE",
+"2704 496 OFFCURVE",
+"2704 972 CURVE SMOOTH",
+"2704 1036 LINE SMOOTH",
+"2704 1516 OFFCURVE",
+"2456 1708 OFFCURVE",
+"2104 1708 CURVE SMOOTH",
+"1720 1708 LINE",
+"1720 1500 LINE",
+"1988 1500 LINE SMOOTH",
+"2248 1500 OFFCURVE",
+"2464 1440 OFFCURVE",
+"2464 1040 CURVE SMOOTH",
+"2464 972 LINE SMOOTH",
+"2464 588 OFFCURVE",
+"2248 528 OFFCURVE",
+"1988 528 CURVE SMOOTH",
+"1768 528 LINE",
+"1768 324 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1576 236 LINE",
+"1116 236 LINE SMOOTH",
+"772 236 OFFCURVE",
+"540 512 OFFCURVE",
+"540 960 CURVE SMOOTH",
+"540 1048 LINE SMOOTH",
+"540 1480 OFFCURVE",
+"716 1796 OFFCURVE",
+"1116 1796 CURVE SMOOTH",
+"1584 1796 LINE",
+"1584 2004 LINE",
+"1116 2004 LINE SMOOTH",
+"544 2004 OFFCURVE",
+"192 1612 OFFCURVE",
+"192 1044 CURVE SMOOTH",
+"192 960 LINE SMOOTH",
+"192 388 OFFCURVE",
+"544 0 OFFCURVE",
+"1116 0 CURVE SMOOTH",
+"1576 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1904 0 LINE",
+"1904 2004 LINE",
+"1460 2004 LINE",
+"1460 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1620 824 LINE",
+"1436 824 LINE SMOOTH",
+"1332 824 OFFCURVE",
+"1244 828 OFFCURVE",
+"1244 980 CURVE SMOOTH",
+"1244 1020 LINE SMOOTH",
+"1244 1176 OFFCURVE",
+"1332 1204 OFFCURVE",
+"1436 1204 CURVE SMOOTH",
+"1620 1204 LINE",
+"1620 1412 LINE",
+"1412 1412 LINE SMOOTH",
+"1156 1412 OFFCURVE",
+"992 1288 OFFCURVE",
+"992 1020 CURVE SMOOTH",
+"992 980 LINE SMOOTH",
+"992 712 OFFCURVE",
+"1156 616 OFFCURVE",
+"1412 616 CURVE SMOOTH",
+"1620 616 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1676 528 LINE",
+"1376 528 LINE SMOOTH",
+"1116 528 OFFCURVE",
+"896 588 OFFCURVE",
+"896 972 CURVE SMOOTH",
+"896 1040 LINE SMOOTH",
+"896 1440 OFFCURVE",
+"1116 1500 OFFCURVE",
+"1376 1500 CURVE SMOOTH",
+"1640 1500 LINE",
+"1640 1708 LINE",
+"1256 1708 LINE SMOOTH",
+"904 1708 OFFCURVE",
+"660 1516 OFFCURVE",
+"660 1036 CURVE SMOOTH",
+"660 972 LINE SMOOTH",
+"660 496 OFFCURVE",
+"904 324 OFFCURVE",
+"1256 324 CURVE SMOOTH",
+"1676 324 LINE"
+);
+}
+);
+width = 3360;
+}
+);
+unicode = 2188;
+userData = {
+interface.gridadjust.original = "{'width': 2954, 'leftMargin': 165, 'rightMargin': 165}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni0222;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"444 1212 OFFCURVE",
+"112 1004 OFFCURVE",
+"112 596 CURVE SMOOTH",
+"112 176 OFFCURVE",
+"444 -28 OFFCURVE",
+"872 -28 CURVE SMOOTH",
+"904 -28 LINE SMOOTH",
+"1332 -28 OFFCURVE",
+"1664 176 OFFCURVE",
+"1664 600 CURVE SMOOTH",
+"1664 1004 OFFCURVE",
+"1332 1212 OFFCURVE",
+"904 1212 CURVE SMOOTH",
+"872 1212 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1192 996 OFFCURVE",
+"1380 868 OFFCURVE",
+"1380 600 CURVE SMOOTH",
+"1380 324 OFFCURVE",
+"1192 208 OFFCURVE",
+"904 208 CURVE SMOOTH",
+"872 208 LINE SMOOTH",
+"584 208 OFFCURVE",
+"396 324 OFFCURVE",
+"396 596 CURVE SMOOTH",
+"396 868 OFFCURVE",
+"584 996 OFFCURVE",
+"872 996 CURVE SMOOTH",
+"904 996 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"612 1232 OFFCURVE",
+"396 1292 OFFCURVE",
+"396 1532 CURVE SMOOTH",
+"396 1704 OFFCURVE",
+"484 1772 OFFCURVE",
+"656 1816 CURVE",
+"656 2032 LINE",
+"356 2016 OFFCURVE",
+"112 1864 OFFCURVE",
+"112 1532 CURVE SMOOTH",
+"112 1148 OFFCURVE",
+"464 1016 OFFCURVE",
+"860 1016 CURVE SMOOTH",
+"916 1016 LINE SMOOTH",
+"1312 1016 OFFCURVE",
+"1664 1148 OFFCURVE",
+"1664 1532 CURVE SMOOTH",
+"1664 1864 OFFCURVE",
+"1424 2016 OFFCURVE",
+"1120 2032 CURVE",
+"1120 1816 LINE",
+"1292 1772 OFFCURVE",
+"1380 1704 OFFCURVE",
+"1380 1532 CURVE SMOOTH",
+"1380 1292 OFFCURVE",
+"1168 1232 OFFCURVE",
+"916 1232 CURVE SMOOTH",
+"860 1232 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"460 1284 OFFCURVE",
+"136 1080 OFFCURVE",
+"136 644 CURVE SMOOTH",
+"136 212 OFFCURVE",
+"460 -28 OFFCURVE",
+"900 -28 CURVE SMOOTH",
+"928 -28 LINE SMOOTH",
+"1368 -28 OFFCURVE",
+"1688 212 OFFCURVE",
+"1688 648 CURVE SMOOTH",
+"1688 1080 OFFCURVE",
+"1368 1284 OFFCURVE",
+"928 1284 CURVE SMOOTH",
+"900 1284 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1120 956 OFFCURVE",
+"1220 832 OFFCURVE",
+"1220 648 CURVE SMOOTH",
+"1220 460 OFFCURVE",
+"1120 340 OFFCURVE",
+"928 340 CURVE SMOOTH",
+"900 340 LINE SMOOTH",
+"712 340 OFFCURVE",
+"604 460 OFFCURVE",
+"604 644 CURVE SMOOTH",
+"604 836 OFFCURVE",
+"712 956 OFFCURVE",
+"900 956 CURVE SMOOTH",
+"928 956 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"688 1332 OFFCURVE",
+"604 1388 OFFCURVE",
+"604 1524 CURVE SMOOTH",
+"604 1620 OFFCURVE",
+"648 1652 OFFCURVE",
+"736 1672 CURVE",
+"736 2032 LINE",
+"380 2032 OFFCURVE",
+"136 1876 OFFCURVE",
+"136 1524 CURVE SMOOTH",
+"136 1156 OFFCURVE",
+"460 1008 OFFCURVE",
+"896 1008 CURVE SMOOTH",
+"928 1008 LINE SMOOTH",
+"1360 1008 OFFCURVE",
+"1692 1156 OFFCURVE",
+"1692 1524 CURVE SMOOTH",
+"1692 1876 OFFCURVE",
+"1444 2032 OFFCURVE",
+"1088 2032 CURVE",
+"1088 1672 LINE",
+"1176 1652 OFFCURVE",
+"1224 1620 OFFCURVE",
+"1224 1524 CURVE SMOOTH",
+"1224 1388 OFFCURVE",
+"1136 1332 OFFCURVE",
+"928 1332 CURVE SMOOTH",
+"896 1332 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0222;
+userData = {
+interface.gridadjust.original = "{'width': 1873, 'leftMargin': 161, 'rightMargin': 161}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romanseven;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = V;
+transform = "{1, 0, 0, 1, 12, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 1840, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2532, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3276;
+},
+{
+components = (
+{
+alignment = -1;
+name = V;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2096, 0}";
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 2868, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3620;
+}
+);
+unicode = 2166;
+userData = {
+interface.gridadjust.original = "{'width': 3293, 'leftMargin': 128, 'rightMargin': 261}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romanhundred;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = C;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+components = (
+{
+name = C;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 216D;
+userData = {
+interface.gridadjust.original = "{'width': 1827, 'leftMargin': 249, 'rightMargin': 2}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FEE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{600, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 1768 OFFCURVE",
+"204 1700 OFFCURVE",
+"312 1700 CURVE SMOOTH",
+"416 1700 OFFCURVE",
+"468 1768 OFFCURVE",
+"468 1848 CURVE SMOOTH",
+"468 1936 OFFCURVE",
+"416 2004 OFFCURVE",
+"312 2004 CURVE SMOOTH",
+"204 2004 OFFCURVE",
+"152 1936 OFFCURVE",
+"152 1848 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"796 1764 OFFCURVE",
+"852 1696 OFFCURVE",
+"956 1696 CURVE SMOOTH",
+"1060 1696 OFFCURVE",
+"1116 1764 OFFCURVE",
+"1116 1848 CURVE SMOOTH",
+"1116 1932 OFFCURVE",
+"1060 2000 OFFCURVE",
+"956 2000 CURVE SMOOTH",
+"852 2000 OFFCURVE",
+"796 1932 OFFCURVE",
+"796 1848 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"700 1928 LINE",
+"952 2240 LINE",
+"700 2240 LINE",
+"528 1928 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{664, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"120 1732 OFFCURVE",
+"204 1652 OFFCURVE",
+"336 1652 CURVE SMOOTH",
+"464 1652 OFFCURVE",
+"552 1732 OFFCURVE",
+"552 1836 CURVE SMOOTH",
+"552 1940 OFFCURVE",
+"464 2020 OFFCURVE",
+"336 2020 CURVE SMOOTH",
+"204 2020 OFFCURVE",
+"120 1940 OFFCURVE",
+"120 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 1732 OFFCURVE",
+"848 1652 OFFCURVE",
+"980 1652 CURVE SMOOTH",
+"1108 1652 OFFCURVE",
+"1196 1732 OFFCURVE",
+"1196 1836 CURVE SMOOTH",
+"1196 1940 OFFCURVE",
+"1108 2020 OFFCURVE",
+"980 2020 CURVE SMOOTH",
+"848 2020 OFFCURVE",
+"764 1940 OFFCURVE",
+"764 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"748 2024 LINE",
+"940 2276 LINE",
+"640 2276 LINE",
+"520 2024 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 1FEE;
+userData = {
+interface.gridadjust.original = "{'width': 1269, 'leftMargin': 155, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FED;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{628, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"152 1768 OFFCURVE",
+"204 1700 OFFCURVE",
+"312 1700 CURVE SMOOTH",
+"416 1700 OFFCURVE",
+"468 1768 OFFCURVE",
+"468 1848 CURVE SMOOTH",
+"468 1936 OFFCURVE",
+"416 2004 OFFCURVE",
+"312 2004 CURVE SMOOTH",
+"204 2004 OFFCURVE",
+"152 1936 OFFCURVE",
+"152 1848 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"796 1764 OFFCURVE",
+"852 1696 OFFCURVE",
+"956 1696 CURVE SMOOTH",
+"1060 1696 OFFCURVE",
+"1116 1764 OFFCURVE",
+"1116 1848 CURVE SMOOTH",
+"1116 1932 OFFCURVE",
+"1060 2000 OFFCURVE",
+"956 2000 CURVE SMOOTH",
+"852 2000 OFFCURVE",
+"796 1932 OFFCURVE",
+"796 1848 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"308 2240 LINE",
+"560 1928 LINE",
+"736 1928 LINE",
+"560 2240 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{664, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"120 1732 OFFCURVE",
+"204 1652 OFFCURVE",
+"336 1652 CURVE SMOOTH",
+"464 1652 OFFCURVE",
+"552 1732 OFFCURVE",
+"552 1836 CURVE SMOOTH",
+"552 1940 OFFCURVE",
+"464 2020 OFFCURVE",
+"336 2020 CURVE SMOOTH",
+"204 2020 OFFCURVE",
+"120 1940 OFFCURVE",
+"120 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 1732 OFFCURVE",
+"848 1652 OFFCURVE",
+"980 1652 CURVE SMOOTH",
+"1108 1652 OFFCURVE",
+"1196 1732 OFFCURVE",
+"1196 1836 CURVE SMOOTH",
+"1196 1940 OFFCURVE",
+"1108 2020 OFFCURVE",
+"980 2020 CURVE SMOOTH",
+"848 2020 OFFCURVE",
+"764 1940 OFFCURVE",
+"764 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"368 2276 LINE",
+"560 2024 LINE",
+"788 2024 LINE",
+"668 2276 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 1FED;
+userData = {
+interface.gridadjust.original = "{'width': 1269, 'leftMargin': 155, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = graveleftnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{44, 1774}";
+},
+{
+name = mkmktop;
+position = "{44, 2228}";
+}
+);
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, -391, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{44, 1774}";
+},
+{
+name = mkmktop;
+position = "{44, 2296}";
+}
+);
+components = (
+{
+name = grave;
+transform = "{1, 0, 0, 1, -473, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0340;
+},
+{
+glyphname = uniA7FF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"628 2004 LINE",
+"440 1808 LINE",
+"1420 0 LINE",
+"1608 196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"340 2004 LINE",
+"148 0 LINE",
+"436 0 LINE",
+"628 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1616 2004 LINE",
+"1424 0 LINE",
+"1704 0 LINE",
+"1896 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1896 2004 LINE",
+"1708 1808 LINE",
+"2684 0 LINE",
+"2876 196 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2884 2004 LINE",
+"2692 0 LINE",
+"2972 0 LINE",
+"3164 2004 LINE"
+);
+}
+);
+width = 3312;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"804 2004 LINE",
+"464 1836 LINE",
+"1360 0 LINE",
+"1700 168 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"344 2004 LINE",
+"152 0 LINE",
+"612 0 LINE",
+"804 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1552 2004 LINE",
+"1360 0 LINE",
+"1816 0 LINE",
+"2008 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2008 2004 LINE",
+"1672 1836 LINE",
+"2564 0 LINE",
+"2904 168 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2756 2004 LINE",
+"2564 0 LINE",
+"3020 0 LINE",
+"3212 2004 LINE"
+);
+}
+);
+width = 3360;
+}
+);
+unicode = A7FF;
+userData = {
+interface.gridadjust.original = "{'width': 3388.0, 'leftMargin': 182, 'rightMargin': 192.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni2189;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = fraction;
+transform = "{1, 0, 0, 1, 508, 0}";
+},
+{
+alignment = -1;
+name = three.sup;
+transform = "{1, 0, 0, 1, 1332, 0}";
+},
+{
+alignment = -1;
+name = zero.sup;
+transform = "{1, 0, 0, 1, 32, 892}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2544;
+},
+{
+components = (
+{
+alignment = -1;
+name = fraction;
+transform = "{1, 0, 0, 1, 528, 0}";
+},
+{
+alignment = -1;
+name = three.sup;
+transform = "{1, 0, 0, 1, 1276, 0}";
+},
+{
+alignment = -1;
+name = zero.sup;
+transform = "{1, 0, 0, 1, -16, 888}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 2189;
+userData = {
+interface.gridadjust.original = "{'width': 2452, 'leftMargin': 92, 'rightMargin': 109}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = xsuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 1996 LINE",
+"468 1452 LINE",
+"128 896 LINE",
+"420 896 LINE",
+"632 1280 LINE",
+"848 896 LINE",
+"1140 896 LINE",
+"800 1452 LINE",
+"1128 1996 LINE",
+"836 1996 LINE",
+"628 1624 LINE",
+"428 1996 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"148 2004 LINE",
+"444 1468 LINE",
+"132 900 LINE",
+"476 900 LINE",
+"656 1256 LINE",
+"840 900 LINE",
+"1180 900 LINE",
+"868 1468 LINE",
+"1168 2004 LINE",
+"828 2004 LINE",
+"656 1672 LINE",
+"492 2004 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02E3;
+userData = {
+interface.gridadjust.original = "{'width': 1123, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = tackleftsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-780, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-780, -613}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-756 -83 LINE",
+"-756 -613 LINE",
+"-550 -613 LINE",
+"-550 -83 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1097 -444 LINE",
+"-564 -444 LINE",
+"-564 -252 LINE",
+"-1097 -252 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-755, -17}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-755, -732}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-711 -91 LINE",
+"-711 -732 LINE",
+"-435 -732 LINE",
+"-435 -91 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1152 -542 LINE",
+"-461 -542 LINE",
+"-461 -281 LINE",
+"-1152 -281 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0318;
+},
+{
+color = (204,240,242,1);
+glyphname = eurocurrency;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"620 836 OFFCURVE",
+"468 1028 OFFCURVE",
+"468 1276 CURVE SMOOTH",
+"468 1484 LINE SMOOTH",
+"468 1732 OFFCURVE",
+"616 1920 OFFCURVE",
+"816 1920 CURVE SMOOTH",
+"1016 1920 OFFCURVE",
+"1120 1820 OFFCURVE",
+"1140 1604 CURVE",
+"1388 1604 LINE",
+"1364 1944 OFFCURVE",
+"1152 2112 OFFCURVE",
+"816 2112 CURVE SMOOTH",
+"484 2112 OFFCURVE",
+"224 1856 OFFCURVE",
+"224 1480 CURVE SMOOTH",
+"224 1276 LINE SMOOTH",
+"224 900 OFFCURVE",
+"484 644 OFFCURVE",
+"816 644 CURVE",
+"816 836 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1000 192 LINE",
+"1000 -4 LINE",
+"1812 -4 LINE",
+"1812 192 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"816 1424 LINE",
+"816 -4 LINE",
+"1060 -4 LINE",
+"1060 1424 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1000 836 LINE",
+"1000 644 LINE",
+"1704 644 LINE",
+"1704 836 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1000 1424 LINE",
+"1000 1228 LINE",
+"1812 1228 LINE",
+"1812 1424 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"620 908 OFFCURVE",
+"540 1036 OFFCURVE",
+"540 1212 CURVE SMOOTH",
+"540 1460 LINE SMOOTH",
+"540 1636 OFFCURVE",
+"620 1760 OFFCURVE",
+"796 1760 CURVE SMOOTH",
+"948 1760 OFFCURVE",
+"1004 1684 OFFCURVE",
+"1032 1536 CURVE",
+"1472 1536 LINE",
+"1444 1924 OFFCURVE",
+"1200 2112 OFFCURVE",
+"796 2112 CURVE SMOOTH",
+"372 2112 OFFCURVE",
+"96 1848 OFFCURVE",
+"96 1460 CURVE SMOOTH",
+"96 1212 LINE SMOOTH",
+"96 824 OFFCURVE",
+"372 556 OFFCURVE",
+"800 556 CURVE",
+"800 908 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 356 LINE",
+"1072 0 LINE",
+"1984 0 LINE",
+"1984 356 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"796 1424 LINE",
+"796 0 LINE",
+"1240 0 LINE",
+"1240 1424 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 912 LINE",
+"1072 556 LINE",
+"1868 556 LINE",
+"1868 912 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1072 1424 LINE",
+"1072 1068 LINE",
+"1984 1068 LINE",
+"1984 1424 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 20A0;
+userData = {
+interface.gridadjust.original = "{'width': 1810, 'leftMargin': 138, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni20E8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -1788, -688}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -1178, -688}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -601, -688}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+components = (
+{
+name = period;
+transform = "{1, 0, 0, 1, -1884, -688}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -1218, -688}";
+},
+{
+name = period;
+transform = "{1, 0, 0, 1, -558, -688}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 20E8;
+},
+{
+glyphname = rho1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1452 -280 OFFCURVE",
+"1200 -256 OFFCURVE",
+"952 -200 CURVE SMOOTH",
+"644 -128 OFFCURVE",
+"400 40 OFFCURVE",
+"448 648 CURVE",
+"448 776 LINE",
+"224 776 LINE",
+"224 648 LINE SMOOTH",
+"224 -32 OFFCURVE",
+"496 -352 OFFCURVE",
+"896 -432 CURVE SMOOTH",
+"1092 -472 OFFCURVE",
+"1228 -508 OFFCURVE",
+"1228 -652 CURVE",
+"1452 -652 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1328 80 OFFCURVE",
+"1556 372 OFFCURVE",
+"1556 756 CURVE SMOOTH",
+"1556 784 LINE SMOOTH",
+"1556 1200 OFFCURVE",
+"1308 1516 OFFCURVE",
+"888 1516 CURVE SMOOTH",
+"468 1516 OFFCURVE",
+"224 1200 OFFCURVE",
+"224 784 CURVE SMOOTH",
+"224 756 LINE",
+"224 688 OFFCURVE",
+"272 628 OFFCURVE",
+"304 552 CURVE SMOOTH",
+"404 304 OFFCURVE",
+"624 80 OFFCURVE",
+"940 80 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"616 300 OFFCURVE",
+"496 512 OFFCURVE",
+"496 756 CURVE SMOOTH",
+"496 784 LINE SMOOTH",
+"496 1060 OFFCURVE",
+"616 1296 OFFCURVE",
+"888 1296 CURVE SMOOTH",
+"1160 1296 OFFCURVE",
+"1280 1060 OFFCURVE",
+"1280 784 CURVE SMOOTH",
+"1280 756 LINE SMOOTH",
+"1280 512 OFFCURVE",
+"1160 300 OFFCURVE",
+"888 300 CURVE SMOOTH"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1484 -396 OFFCURVE",
+"1388 -236 OFFCURVE",
+"944 -152 CURVE SMOOTH",
+"644 -96 OFFCURVE",
+"524 124 OFFCURVE",
+"540 616 CURVE",
+"540 652 LINE",
+"200 716 LINE",
+"200 680 LINE SMOOTH",
+"200 -60 OFFCURVE",
+"460 -396 OFFCURVE",
+"868 -492 CURVE SMOOTH",
+"1068 -536 OFFCURVE",
+"1128 -564 OFFCURVE",
+"1128 -656 CURVE",
+"1484 -656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1404 84 OFFCURVE",
+"1624 380 OFFCURVE",
+"1624 784 CURVE SMOOTH",
+"1624 816 LINE SMOOTH",
+"1624 1220 OFFCURVE",
+"1376 1516 OFFCURVE",
+"912 1516 CURVE SMOOTH",
+"452 1516 OFFCURVE",
+"200 1184 OFFCURVE",
+"200 732 CURVE SMOOTH",
+"200 704 LINE",
+"196 664 OFFCURVE",
+"288 644 OFFCURVE",
+"340 548 CURVE SMOOTH",
+"524 216 OFFCURVE",
+"724 84 OFFCURVE",
+"996 84 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"708 440 OFFCURVE",
+"640 600 OFFCURVE",
+"640 784 CURVE SMOOTH",
+"640 816 LINE SMOOTH",
+"640 1008 OFFCURVE",
+"708 1160 OFFCURVE",
+"912 1160 CURVE SMOOTH",
+"1116 1160 OFFCURVE",
+"1184 1008 OFFCURVE",
+"1184 816 CURVE SMOOTH",
+"1184 784 LINE SMOOTH",
+"1184 600 OFFCURVE",
+"1120 440 OFFCURVE",
+"912 440 CURVE SMOOTH"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 03F1;
+userData = {
+interface.gridadjust.original = "{'width': 1585, 'leftMargin': 127, 'rightMargin': 126}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni20E3;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1656 2276 OFFCURVE",
+"1224 2356 OFFCURVE",
+"484 2356 CURVE SMOOTH",
+"-200 2356 OFFCURVE",
+"-616 2256 OFFCURVE",
+"-616 1796 CURVE",
+"-616 164 LINE",
+"-616 -396 OFFCURVE",
+"-204 -392 OFFCURVE",
+"484 -392 CURVE SMOOTH",
+"884 -392 OFFCURVE",
+"1656 -396 OFFCURVE",
+"1656 164 CURVE",
+"1656 1796 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1428 -160 OFFCURVE",
+"988 -164 OFFCURVE",
+"484 -164 CURVE SMOOTH",
+"-164 -164 OFFCURVE",
+"-388 -160 OFFCURVE",
+"-388 164 CURVE SMOOTH",
+"-388 1796 LINE SMOOTH",
+"-388 2100 OFFCURVE",
+"-72 2128 OFFCURVE",
+"484 2128 CURVE SMOOTH",
+"1148 2128 OFFCURVE",
+"1428 2060 OFFCURVE",
+"1428 1796 CURVE",
+"1428 164 LINE"
+);
+}
+);
+width = 1040;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1536 2304 OFFCURVE",
+"1104 2384 OFFCURVE",
+"364 2384 CURVE SMOOTH",
+"-320 2384 OFFCURVE",
+"-736 2284 OFFCURVE",
+"-736 1824 CURVE SMOOTH",
+"-736 164 LINE SMOOTH",
+"-736 -396 OFFCURVE",
+"-324 -392 OFFCURVE",
+"364 -392 CURVE SMOOTH",
+"764 -392 OFFCURVE",
+"1536 -396 OFFCURVE",
+"1536 164 CURVE SMOOTH",
+"1536 1824 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"1292 -160 OFFCURVE",
+"868 -164 OFFCURVE",
+"364 -164 CURVE SMOOTH",
+"-288 -164 OFFCURVE",
+"-492 -160 OFFCURVE",
+"-492 164 CURVE SMOOTH",
+"-492 1824 LINE SMOOTH",
+"-492 2128 OFFCURVE",
+"-192 2152 OFFCURVE",
+"364 2152 CURVE SMOOTH",
+"1028 2152 OFFCURVE",
+"1292 2088 OFFCURVE",
+"1292 1824 CURVE SMOOTH",
+"1292 164 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 20E3;
+userData = {
+interface.gridadjust.original = "{'width': 967, 'leftMargin': -1928, 'rightMargin': 626}";
+};
+},
+{
+glyphname = dblapostrophe;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"336 2144 LINE",
+"336 1888 LINE SMOOTH",
+"336 1728 OFFCURVE",
+"292 1592 OFFCURVE",
+"204 1464 CURVE",
+"360 1356 LINE",
+"520 1492 OFFCURVE",
+"608 1716 OFFCURVE",
+"608 1892 CURVE SMOOTH",
+"608 2144 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"792 2144 LINE",
+"792 1888 LINE SMOOTH",
+"792 1728 OFFCURVE",
+"744 1592 OFFCURVE",
+"656 1464 CURVE",
+"812 1356 LINE",
+"972 1492 OFFCURVE",
+"1064 1716 OFFCURVE",
+"1064 1892 CURVE SMOOTH",
+"1064 2144 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"284 2144 LINE",
+"284 1880 LINE SMOOTH",
+"284 1688 OFFCURVE",
+"240 1560 OFFCURVE",
+"180 1448 CURVE",
+"392 1340 LINE",
+"520 1460 OFFCURVE",
+"644 1684 OFFCURVE",
+"644 1880 CURVE SMOOTH",
+"644 2144 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"776 2144 LINE",
+"776 1880 LINE SMOOTH",
+"776 1688 OFFCURVE",
+"732 1560 OFFCURVE",
+"672 1448 CURVE",
+"884 1340 LINE",
+"1012 1460 OFFCURVE",
+"1132 1684 OFFCURVE",
+"1132 1880 CURVE SMOOTH",
+"1132 2144 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02EE;
+userData = {
+interface.gridadjust.original = "{'width': 1079, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = glottalstopbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{716, 0}";
+},
+{
+name = top;
+position = "{716, 2244}";
+},
+{
+name = top0315;
+position = "{1520, 2244}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"260 420 LINE",
+"260 200 LINE",
+"1140 200 LINE",
+"1140 420 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 536 LINE",
+"724 536 LINE SMOOTH",
+"1180 536 OFFCURVE",
+"1392 880 OFFCURVE",
+"1392 1276 CURVE SMOOTH",
+"1392 1400 LINE SMOOTH",
+"1392 1796 OFFCURVE",
+"1180 2140 OFFCURVE",
+"724 2140 CURVE SMOOTH",
+"408 2140 OFFCURVE",
+"144 1904 OFFCURVE",
+"128 1644 CURVE",
+"388 1644 LINE",
+"404 1800 OFFCURVE",
+"548 1920 OFFCURVE",
+"724 1920 CURVE SMOOTH",
+"1036 1920 OFFCURVE",
+"1120 1652 OFFCURVE",
+"1120 1400 CURVE SMOOTH",
+"1120 1276 LINE SMOOTH",
+"1120 1028 OFFCURVE",
+"1032 756 OFFCURVE",
+"724 756 CURVE SMOOTH",
+"564 756 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 756 LINE",
+"564 0 LINE",
+"852 0 LINE",
+"852 756 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = top;
+position = "{748, 2244}";
+},
+{
+name = top0315;
+position = "{1524, 2244}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{737, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"300 444 LINE",
+"300 180 LINE",
+"1288 180 LINE",
+"1288 444 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"596 424 LINE",
+"760 424 LINE SMOOTH",
+"1212 424 OFFCURVE",
+"1444 748 OFFCURVE",
+"1444 1180 CURVE SMOOTH",
+"1444 1388 LINE SMOOTH",
+"1444 1816 OFFCURVE",
+"1212 2140 OFFCURVE",
+"748 2140 CURVE SMOOTH",
+"396 2140 OFFCURVE",
+"124 1920 OFFCURVE",
+"124 1584 CURVE",
+"540 1584 LINE",
+"540 1708 OFFCURVE",
+"624 1784 OFFCURVE",
+"760 1784 CURVE SMOOTH",
+"968 1784 OFFCURVE",
+"1000 1608 OFFCURVE",
+"1000 1388 CURVE SMOOTH",
+"1000 1180 LINE SMOOTH",
+"1000 964 OFFCURVE",
+"964 780 OFFCURVE",
+"760 780 CURVE SMOOTH",
+"596 780 LINE {name = hr01;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"572 780 LINE",
+"572 0 LINE",
+"1016 0 LINE",
+"1016 780 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 02A1;
+userData = {
+interface.gridadjust.original = "{'width': 1480, 'leftMargin': 88, 'rightMargin': 127}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = minussubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-806, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-806, -452}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1114 -452 LINE",
+"-498 -452 LINE",
+"-498 -260 LINE",
+"-1114 -260 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-793, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-788, -524}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1192 -525 LINE",
+"-396 -525 LINE",
+"-396 -260 LINE",
+"-1192 -260 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0320;
+},
+{
+glyphname = rturnsuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"108 880 OFFCURVE",
+"148 876 OFFCURVE",
+"188 876 CURVE SMOOTH",
+"376 876 OFFCURVE",
+"508 1100 OFFCURVE",
+"508 1408 CURVE",
+"444 1408 LINE",
+"444 1236 OFFCURVE",
+"380 1112 OFFCURVE",
+"232 1112 CURVE SMOOTH",
+"180 1112 OFFCURVE",
+"136 1124 OFFCURVE",
+"92 1144 CURVE",
+"92 888 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"472 896 LINE",
+"664 896 LINE",
+"664 1996 LINE",
+"412 1996 LINE",
+"412 1132 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"96 892 OFFCURVE",
+"120 888 OFFCURVE",
+"160 888 CURVE SMOOTH",
+"368 888 OFFCURVE",
+"508 1112 OFFCURVE",
+"508 1424 CURVE",
+"440 1420 LINE",
+"440 1272 OFFCURVE",
+"352 1200 OFFCURVE",
+"216 1200 CURVE SMOOTH",
+"164 1200 OFFCURVE",
+"120 1208 OFFCURVE",
+"84 1220 CURVE",
+"84 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"472 900 LINE",
+"716 900 LINE",
+"716 2004 LINE",
+"408 2004 LINE",
+"408 1136 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 02B4;
+userData = {
+interface.gridadjust.original = "{'width': 763, 'leftMargin': 55, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = linevert;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"144 2144 LINE",
+"144 1584 LINE",
+"352 1584 LINE",
+"352 2144 LINE"
+);
+}
+);
+width = 496;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"136 2176 LINE",
+"136 1564 LINE",
+"408 1564 LINE",
+"408 2176 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = 02C8;
+userData = {
+interface.gridadjust.original = "{'width': 344, 'leftMargin': 69, 'rightMargin': 69}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = addresssubject;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"680 1220 OFFCURVE",
+"688 1152 OFFCURVE",
+"704 1116 CURVE",
+"916 1116 LINE",
+"916 1132 LINE",
+"892 1180 OFFCURVE",
+"880 1256 OFFCURVE",
+"880 1312 CURVE SMOOTH",
+"880 1704 LINE SMOOTH",
+"880 1924 OFFCURVE",
+"720 2024 OFFCURVE",
+"524 2024 CURVE SMOOTH",
+"308 2024 OFFCURVE",
+"156 1872 OFFCURVE",
+"156 1748 CURVE",
+"344 1748 LINE",
+"360 1808 OFFCURVE",
+"404 1856 OFFCURVE",
+"516 1856 CURVE SMOOTH",
+"636 1856 OFFCURVE",
+"680 1788 OFFCURVE",
+"680 1688 CURVE SMOOTH",
+"680 1268 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"628 1100 OFFCURVE",
+"756 1232 OFFCURVE",
+"780 1344 CURVE",
+"708 1424 LINE",
+"708 1348 OFFCURVE",
+"596 1268 OFFCURVE",
+"480 1268 CURVE SMOOTH",
+"384 1268 OFFCURVE",
+"332 1316 OFFCURVE",
+"332 1392 CURVE SMOOTH",
+"332 1488 OFFCURVE",
+"408 1528 OFFCURVE",
+"576 1528 CURVE SMOOTH",
+"724 1528 LINE",
+"724 1672 LINE",
+"536 1672 LINE SMOOTH",
+"288 1672 OFFCURVE",
+"128 1564 OFFCURVE",
+"128 1360 CURVE SMOOTH",
+"128 1204 OFFCURVE",
+"248 1100 OFFCURVE",
+"436 1100 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1780 -28 OFFCURVE",
+"1904 64 OFFCURVE",
+"1904 240 CURVE SMOOTH",
+"1904 404 OFFCURVE",
+"1796 476 OFFCURVE",
+"1576 528 CURVE SMOOTH",
+"1472 552 OFFCURVE",
+"1408 572 OFFCURVE",
+"1408 640 CURVE SMOOTH",
+"1408 684 OFFCURVE",
+"1444 728 OFFCURVE",
+"1552 728 CURVE SMOOTH",
+"1664 728 OFFCURVE",
+"1704 672 OFFCURVE",
+"1708 616 CURVE",
+"1904 616 LINE",
+"1904 772 OFFCURVE",
+"1764 896 OFFCURVE",
+"1536 896 CURVE SMOOTH",
+"1352 896 OFFCURVE",
+"1208 800 OFFCURVE",
+"1208 640 CURVE SMOOTH",
+"1208 480 OFFCURVE",
+"1320 400 OFFCURVE",
+"1504 356 CURVE SMOOTH",
+"1636 328 OFFCURVE",
+"1700 292 OFFCURVE",
+"1700 228 CURVE SMOOTH",
+"1700 176 OFFCURVE",
+"1648 144 OFFCURVE",
+"1568 144 CURVE SMOOTH",
+"1472 144 OFFCURVE",
+"1384 168 OFFCURVE",
+"1364 268 CURVE",
+"1168 268 LINE",
+"1168 120 OFFCURVE",
+"1292 -28 OFFCURVE",
+"1560 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1460 1812 LINE",
+"480 244 LINE",
+"636 152 LINE",
+"1612 1716 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"704 1244 OFFCURVE",
+"716 1156 OFFCURVE",
+"744 1100 CURVE",
+"1012 1100 LINE",
+"1012 1116 LINE",
+"988 1160 OFFCURVE",
+"976 1212 OFFCURVE",
+"976 1332 CURVE SMOOTH",
+"976 1700 LINE SMOOTH",
+"976 1916 OFFCURVE",
+"816 2024 OFFCURVE",
+"604 2024 CURVE SMOOTH",
+"364 2024 OFFCURVE",
+"208 1896 OFFCURVE",
+"208 1728 CURVE",
+"480 1728 LINE",
+"480 1796 OFFCURVE",
+"516 1824 OFFCURVE",
+"584 1824 CURVE SMOOTH",
+"668 1824 OFFCURVE",
+"704 1780 OFFCURVE",
+"704 1704 CURVE SMOOTH",
+"704 1328 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 1084 OFFCURVE",
+"736 1192 OFFCURVE",
+"780 1280 CURVE",
+"716 1396 LINE",
+"716 1348 OFFCURVE",
+"656 1284 OFFCURVE",
+"560 1284 CURVE SMOOTH",
+"496 1284 OFFCURVE",
+"456 1320 OFFCURVE",
+"456 1372 CURVE SMOOTH",
+"456 1440 OFFCURVE",
+"500 1504 OFFCURVE",
+"612 1504 CURVE SMOOTH",
+"740 1504 LINE",
+"740 1656 LINE",
+"612 1656 LINE SMOOTH",
+"324 1656 OFFCURVE",
+"188 1544 OFFCURVE",
+"188 1356 CURVE SMOOTH",
+"188 1188 OFFCURVE",
+"308 1084 OFFCURVE",
+"480 1084 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 -28 OFFCURVE",
+"2152 92 OFFCURVE",
+"2152 252 CURVE SMOOTH",
+"2152 416 OFFCURVE",
+"2036 496 OFFCURVE",
+"1824 536 CURVE SMOOTH",
+"1668 564 OFFCURVE",
+"1644 600 OFFCURVE",
+"1644 640 CURVE SMOOTH",
+"1644 692 OFFCURVE",
+"1692 728 OFFCURVE",
+"1760 728 CURVE SMOOTH",
+"1844 728 OFFCURVE",
+"1880 688 OFFCURVE",
+"1880 616 CURVE",
+"2152 616 LINE",
+"2152 792 OFFCURVE",
+"2000 912 OFFCURVE",
+"1760 912 CURVE SMOOTH",
+"1524 912 OFFCURVE",
+"1388 780 OFFCURVE",
+"1388 628 CURVE SMOOTH",
+"1388 472 OFFCURVE",
+"1508 392 OFFCURVE",
+"1712 352 CURVE SMOOTH",
+"1856 324 OFFCURVE",
+"1892 284 OFFCURVE",
+"1892 244 CURVE SMOOTH",
+"1892 192 OFFCURVE",
+"1848 160 OFFCURVE",
+"1764 160 CURVE SMOOTH",
+"1680 160 OFFCURVE",
+"1616 192 OFFCURVE",
+"1616 280 CURVE",
+"1360 280 LINE",
+"1360 136 OFFCURVE",
+"1500 -28 OFFCURVE",
+"1760 -28 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1628 1824 LINE",
+"652 260 LINE",
+"860 152 LINE",
+"1840 1716 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 2101;
+userData = {
+interface.gridadjust.original = "{'width': 2074, 'leftMargin': 149, 'rightMargin': 149}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = eight.frac;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 108, 912}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = eight.sup;
+transform = "{1, 0, 0, 1, 116, 912}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = primetriplerev1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"960 2148 LINE",
+"1220 1664 LINE",
+"1388 1664 LINE",
+"1212 2148 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"548 2148 LINE",
+"808 1664 LINE",
+"976 1664 LINE",
+"800 2148 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"136 2148 LINE",
+"396 1664 LINE",
+"560 1664 LINE",
+"388 2148 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1440 2148 LINE",
+"1832 1664 LINE",
+"2192 1664 LINE",
+"1908 2148 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"792 2148 LINE",
+"1184 1664 LINE",
+"1544 1664 LINE",
+"1264 2148 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"144 2148 LINE",
+"540 1664 LINE",
+"900 1664 LINE",
+"616 2148 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 2037;
+userData = {
+interface.gridadjust.original = "{'width': 1471, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni217F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = m;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2544;
+},
+{
+components = (
+{
+alignment = -1;
+name = m;
+transform = "{1, 0, 0, 1, -4, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 217F;
+userData = {
+interface.gridadjust.original = "{'width': 2467, 'leftMargin': 260, 'rightMargin': 159}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni217E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = d;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+components = (
+{
+alignment = -1;
+name = d;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 217E;
+userData = {
+interface.gridadjust.original = "{'width': 1588, 'leftMargin': 256, 'rightMargin': 52}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni217D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = c;
+transform = "{1, 0, 0, 1, -128, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1532;
+},
+{
+components = (
+{
+name = c;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 217D;
+userData = {
+interface.gridadjust.original = "{'width': 1504, 'leftMargin': 256, 'rightMargin': -24}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = uni217C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = l;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+components = (
+{
+alignment = -1;
+name = l;
+transform = "{1, 0, 0, 1, -4, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 217C;
+userData = {
+interface.gridadjust.original = "{'width': 660.0, 'leftMargin': 238, 'rightMargin': 166.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = twelveroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, 4, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1404, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 2100, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2800;
+},
+{
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, 88, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1532, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 2300, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3104;
+}
+);
+unicode = 217B;
+userData = {
+interface.gridadjust.original = "{'width': 2808, 'leftMargin': 135, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = elevenroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, -32, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1368, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, 88, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1532, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 217A;
+userData = {
+interface.gridadjust.original = "{'width': 2112.0, 'leftMargin': 135, 'rightMargin': 151.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = lambdabar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top0315;
+position = "{1336, 2216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"268 1692 LINE",
+"268 1460 LINE",
+"944 1716 LINE",
+"944 1952 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"920 1504 LINE",
+"728 1516 LINE",
+"152 0 LINE",
+"456 0 LINE",
+"848 1088 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"428 2088 OFFCURVE",
+"356 2080 OFFCURVE",
+"332 2072 CURVE",
+"332 1864 LINE",
+"348 1868 OFFCURVE",
+"380 1868 OFFCURVE",
+"396 1868 CURVE SMOOTH",
+"468 1868 OFFCURVE",
+"512 1840 OFFCURVE",
+"552 1740 CURVE SMOOTH",
+"712 1344 LINE",
+"1140 252 LINE SMOOTH",
+"1232 4 OFFCURVE",
+"1320 -24 OFFCURVE",
+"1484 -24 CURVE SMOOTH",
+"1528 -24 OFFCURVE",
+"1572 -16 OFFCURVE",
+"1592 -8 CURVE",
+"1584 212 LINE",
+"1572 212 OFFCURVE",
+"1552 212 OFFCURVE",
+"1536 212 CURVE SMOOTH",
+"1476 212 OFFCURVE",
+"1444 236 OFFCURVE",
+"1408 324 CURVE SMOOTH",
+"812 1860 LINE SMOOTH",
+"760 2004 OFFCURVE",
+"672 2088 OFFCURVE",
+"468 2088 CURVE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = top0315;
+position = "{1476, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"276 1620 LINE",
+"276 1340 LINE",
+"1088 1600 LINE",
+"1088 1876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"984 1532 LINE",
+"680 1532 LINE",
+"136 0 LINE",
+"612 0 LINE",
+"900 904 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"468 2140 OFFCURVE",
+"360 2128 OFFCURVE",
+"292 2108 CURVE",
+"304 1776 LINE",
+"340 1780 OFFCURVE",
+"364 1780 OFFCURVE",
+"388 1780 CURVE SMOOTH",
+"480 1780 OFFCURVE",
+"540 1748 OFFCURVE",
+"576 1660 CURVE SMOOTH",
+"728 1312 LINE",
+"1088 292 LINE SMOOTH",
+"1152 112 OFFCURVE",
+"1276 -28 OFFCURVE",
+"1524 -28 CURVE SMOOTH",
+"1592 -28 OFFCURVE",
+"1644 -28 OFFCURVE",
+"1688 -20 CURVE",
+"1688 332 LINE",
+"1676 332 OFFCURVE",
+"1660 332 OFFCURVE",
+"1644 332 CURVE SMOOTH",
+"1564 332 OFFCURVE",
+"1524 420 OFFCURVE",
+"1492 492 CURVE SMOOTH",
+"928 1900 LINE SMOOTH",
+"868 2052 OFFCURVE",
+"744 2140 OFFCURVE",
+"544 2140 CURVE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 019B;
+userData = {
+interface.gridadjust.original = "{'width': 1562.0, 'leftMargin': 176, 'rightMargin': -54.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = pipe;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 2048 LINE",
+"264 0 LINE",
+"484 0 LINE",
+"484 2048 LINE"
+);
+}
+);
+width = 748;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"276 2004 LINE",
+"276 0 LINE",
+"524 0 LINE",
+"524 2004 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 01C0;
+userData = {
+interface.gridadjust.original = "{'width': 715.0, 'leftMargin': 248, 'rightMargin': 247.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = tenroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = x;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 2179;
+userData = {
+interface.gridadjust.original = "{'width': 1411, 'leftMargin': 135, 'rightMargin': -4}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = nineroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, -24, 0}";
+},
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, 672, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, -36, 0}";
+},
+{
+alignment = -1;
+name = x;
+transform = "{1, 0, 0, 1, 732, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 2178;
+userData = {
+interface.gridadjust.original = "{'width': 2100, 'leftMargin': 216, 'rightMargin': -4}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = eightroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, 56, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1424, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 2120, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 2816, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3568;
+},
+{
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, 92, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1536, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 2300, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 3068, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3872;
+}
+);
+unicode = 2177;
+userData = {
+interface.gridadjust.original = "{'width': 3465.0, 'leftMargin': 132, 'rightMargin': 151.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = sevenroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1388, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 2084, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2800;
+},
+{
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, 88, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1536, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 2300, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3104;
+}
+);
+unicode = 2176;
+userData = {
+interface.gridadjust.original = "{'width': 2769, 'leftMargin': 132, 'rightMargin': 150}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = fiveroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+alignment = -1;
+name = v;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 2174;
+userData = {
+interface.gridadjust.original = "{'width': 1368, 'leftMargin': 132, 'rightMargin': -44}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = fourroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, -24, 0}";
+},
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, 672, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, -40, 0}";
+},
+{
+alignment = -1;
+name = v;
+transform = "{1, 0, 0, 1, 728, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 2173;
+userData = {
+interface.gridadjust.original = "{'width': 2060, 'leftMargin': 216, 'rightMargin': -44}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = threeroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, -72, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 624, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1320, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 4, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 772, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 1536, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 2172;
+userData = {
+interface.gridadjust.original = "{'width': 2094, 'leftMargin': 216, 'rightMargin': 150}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = tworoman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, -108, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 588, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 4, 0}";
+},
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 772, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 2171;
+userData = {
+interface.gridadjust.original = "{'width': 1398, 'leftMargin': 216, 'rightMargin': 150}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = oneroman;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 4, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 2170;
+userData = {
+interface.gridadjust.original = "{'width': 703, 'leftMargin': 216, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = underscoredblnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-809, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-807, -689}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1452 -116 LINE",
+"-1452 -336 LINE",
+"-172 -336 LINE",
+"-172 -116 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1452 -468 LINE",
+"-1452 -688 LINE",
+"-172 -688 LINE",
+"-172 -468 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-793, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-793, -759}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1415 -113 LINE",
+"-1415 -378 LINE",
+"-169 -378 LINE",
+"-169 -113 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1415 -494 LINE",
+"-1415 -759 LINE",
+"-169 -759 LINE",
+"-169 -494 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0333;
+},
+{
+glyphname = ysuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"488 808 LINE SMOOTH",
+"460 712 OFFCURVE",
+"424 660 OFFCURVE",
+"328 660 CURVE SMOOTH",
+"288 660 OFFCURVE",
+"256 660 OFFCURVE",
+"248 664 CURVE",
+"248 468 LINE",
+"276 460 OFFCURVE",
+"320 452 OFFCURVE",
+"368 452 CURVE SMOOTH",
+"556 452 OFFCURVE",
+"656 596 OFFCURVE",
+"700 728 CURVE SMOOTH",
+"1136 1996 LINE",
+"868 1996 LINE",
+"560 1016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 1996 LINE",
+"528 872 LINE",
+"728 944 LINE",
+"648 1240 LINE",
+"412 1996 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"484 848 LINE SMOOTH",
+"456 768 OFFCURVE",
+"416 740 OFFCURVE",
+"304 740 CURVE SMOOTH",
+"292 740 OFFCURVE",
+"276 740 OFFCURVE",
+"260 740 CURVE",
+"260 492 LINE",
+"316 476 OFFCURVE",
+"336 468 OFFCURVE",
+"400 468 CURVE SMOOTH",
+"644 468 OFFCURVE",
+"720 640 OFFCURVE",
+"760 748 CURVE SMOOTH",
+"1196 2004 LINE",
+"844 2004 LINE",
+"564 1076 LINE {name = hr01;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"120 2004 LINE",
+"512 868 LINE",
+"732 868 LINE",
+"644 1388 LINE",
+"472 2004 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02B8;
+userData = {
+interface.gridadjust.original = "{'width': 1133.0, 'leftMargin': 69, 'rightMargin': 55.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = tackrightsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-806, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-804, -613}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-875 -83 LINE",
+"-875 -613 LINE",
+"-1081 -613 LINE",
+"-1081 -83 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-534 -444 LINE",
+"-1067 -444 LINE",
+"-1067 -252 LINE",
+"-534 -252 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-829, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-829, -732}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-876 -91 LINE",
+"-876 -732 LINE",
+"-1152 -732 LINE",
+"-1152 -91 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-435 -542 LINE",
+"-1126 -542 LINE",
+"-1126 -281 LINE",
+"-435 -281 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0319;
+},
+{
+glyphname = rsuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"280 1996 LINE",
+"92 1996 LINE",
+"92 896 LINE",
+"344 896 LINE",
+"344 1760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"648 2012 OFFCURVE",
+"608 2016 OFFCURVE",
+"564 2016 CURVE SMOOTH",
+"376 2016 OFFCURVE",
+"244 1792 OFFCURVE",
+"244 1480 CURVE",
+"308 1484 LINE",
+"312 1656 OFFCURVE",
+"372 1780 OFFCURVE",
+"520 1780 CURVE SMOOTH",
+"572 1780 OFFCURVE",
+"616 1768 OFFCURVE",
+"660 1744 CURVE",
+"660 2004 LINE"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"460 2004 LINE",
+"212 2004 LINE",
+"212 900 LINE",
+"520 900 LINE",
+"520 1768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"832 2012 OFFCURVE",
+"808 2016 OFFCURVE",
+"772 2016 CURVE SMOOTH",
+"564 2016 OFFCURVE",
+"424 1792 OFFCURVE",
+"424 1480 CURVE",
+"488 1484 LINE",
+"488 1632 OFFCURVE",
+"576 1704 OFFCURVE",
+"712 1704 CURVE SMOOTH",
+"768 1704 OFFCURVE",
+"808 1696 OFFCURVE",
+"844 1684 CURVE",
+"844 2008 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02B3;
+userData = {
+interface.gridadjust.original = "{'width': 763, 'leftMargin': 138, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Sampi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"400 1588 OFFCURVE",
+"612 1800 OFFCURVE",
+"972 1800 CURVE SMOOTH",
+"1448 1800 OFFCURVE",
+"1712 1420 OFFCURVE",
+"1712 792 CURVE SMOOTH",
+"1712 644 LINE SMOOTH",
+"1712 48 OFFCURVE",
+"1460 -344 OFFCURVE",
+"980 -344 CURVE",
+"980 -600 LINE",
+"1612 -600 OFFCURVE",
+"1988 -108 OFFCURVE",
+"1988 644 CURVE SMOOTH",
+"1988 788 LINE SMOOTH",
+"1988 1540 OFFCURVE",
+"1640 2032 OFFCURVE",
+"972 2032 CURVE SMOOTH",
+"384 2032 OFFCURVE",
+"104 1624 OFFCURVE",
+"44 1208 CURVE",
+"332 1208 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"624 732 LINE",
+"1704 1356 LINE",
+"1592 1548 LINE",
+"516 924 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"904 104 LINE",
+"1956 712 LINE",
+"1872 916 LINE",
+"792 296 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"668 1416 OFFCURVE",
+"804 1652 OFFCURVE",
+"1108 1652 CURVE SMOOTH",
+"1444 1652 OFFCURVE",
+"1636 1336 OFFCURVE",
+"1636 792 CURVE SMOOTH",
+"1636 640 LINE SMOOTH",
+"1636 100 OFFCURVE",
+"1472 -160 OFFCURVE",
+"1132 -160 CURVE",
+"1132 -600 LINE",
+"1764 -600 OFFCURVE",
+"2104 -128 OFFCURVE",
+"2104 640 CURVE SMOOTH",
+"2104 788 LINE SMOOTH",
+"2104 1556 OFFCURVE",
+"1748 2032 OFFCURVE",
+"1132 2032 CURVE SMOOTH",
+"520 2032 OFFCURVE",
+"268 1584 OFFCURVE",
+"236 1116 CURVE",
+"660 1116 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"664 544 LINE",
+"1720 1160 LINE",
+"1540 1468 LINE",
+"488 856 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"960 -28 LINE",
+"2016 588 LINE",
+"1836 896 LINE",
+"780 284 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 03E0;
+userData = {
+interface.gridadjust.original = "{'width': 2134.0, 'leftMargin': 28, 'rightMargin': 162.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = schwa;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = rhotichook;
+position = "{1216, 900}";
+},
+{
+name = right;
+position = "{1244, 88}";
+},
+{
+name = top;
+position = "{768, 1776}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"432 1520 OFFCURVE",
+"268 1420 OFFCURVE",
+"180 1336 CURVE",
+"284 1152 LINE",
+"376 1232 OFFCURVE",
+"508 1300 OFFCURVE",
+"704 1300 CURVE SMOOTH",
+"976 1300 OFFCURVE",
+"1108 1064 OFFCURVE",
+"1108 772 CURVE SMOOTH",
+"1108 716 LINE SMOOTH",
+"1108 428 OFFCURVE",
+"956 196 OFFCURVE",
+"748 196 CURVE",
+"512 196 OFFCURVE",
+"412 368 OFFCURVE",
+"412 560 CURVE",
+"412 596 LINE",
+"1220 596 LINE",
+"1220 816 LINE",
+"136 816 LINE",
+"136 644 LINE SMOOTH",
+"136 252 OFFCURVE",
+"328 -28 OFFCURVE",
+"748 -28 CURVE SMOOTH",
+"1080 -28 OFFCURVE",
+"1384 280 OFFCURVE",
+"1384 716 CURVE SMOOTH",
+"1384 772 LINE SMOOTH",
+"1384 1208 OFFCURVE",
+"1124 1520 OFFCURVE",
+"704 1520 CURVE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 0}";
+},
+{
+name = rhotichook;
+position = "{1248, 900}";
+},
+{
+name = right;
+position = "{1376, 44}";
+},
+{
+name = top;
+position = "{772, 1776}";
+},
+{
+name = top0315;
+position = "{1516, 1776}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1061.5, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"476 1516 OFFCURVE",
+"268 1436 OFFCURVE",
+"152 1352 CURVE",
+"264 1068 LINE",
+"384 1120 OFFCURVE",
+"476 1160 OFFCURVE",
+"676 1160 CURVE SMOOTH",
+"900 1160 OFFCURVE",
+"1004 988 OFFCURVE",
+"1004 796 CURVE SMOOTH",
+"1004 744 LINE SMOOTH",
+"1004 520 OFFCURVE",
+"948 332 OFFCURVE",
+"764 332 CURVE",
+"616 332 OFFCURVE",
+"556 420 OFFCURVE",
+"556 564 CURVE",
+"556 600 LINE",
+"1272 600 LINE {name = hr01;}",
+"1272 892 LINE",
+"124 892 LINE",
+"124 648 LINE SMOOTH",
+"124 236 OFFCURVE",
+"356 -28 OFFCURVE",
+"764 -28 CURVE SMOOTH",
+"1208 -28 OFFCURVE",
+"1448 308 OFFCURVE",
+"1448 744 CURVE SMOOTH {name = hr02;}",
+"1448 796 LINE SMOOTH",
+"1448 1200 OFFCURVE",
+"1176 1516 OFFCURVE",
+"732 1516 CURVE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0259;
+userData = {
+interface.gridadjust.original = "{'width': 1492, 'leftMargin': 138, 'rightMargin': 107}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DDA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-800, 1337}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-619 1353 OFFCURVE",
+"-443 1440 OFFCURVE",
+"-443 1669 CURVE SMOOTH",
+"-443 2410 LINE",
+"-602 2410 LINE",
+"-624 2244 LINE",
+"-624 1662 LINE SMOOTH",
+"-624 1533 OFFCURVE",
+"-703 1500 OFFCURVE",
+"-820 1500 CURVE SMOOTH",
+"-886 1500 OFFCURVE",
+"-972 1524 OFFCURVE",
+"-1035 1602 CURVE",
+"-1121 1488 LINE",
+"-1049 1394 OFFCURVE",
+"-919 1353 OFFCURVE",
+"-810 1353 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-637 1638 OFFCURVE",
+"-543 1779 OFFCURVE",
+"-523 2010 CURVE",
+"-523 2053 LINE",
+"-543 2284 OFFCURVE",
+"-637 2426 OFFCURVE",
+"-831 2426 CURVE SMOOTH",
+"-1016 2426 OFFCURVE",
+"-1159 2269 OFFCURVE",
+"-1159 2038 CURVE SMOOTH",
+"-1159 2023 LINE SMOOTH",
+"-1159 1803 OFFCURVE",
+"-1015 1638 OFFCURVE",
+"-832 1638 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-927 1785 OFFCURVE",
+"-978 1877 OFFCURVE",
+"-978 2023 CURVE SMOOTH",
+"-978 2038 LINE SMOOTH",
+"-978 2185 OFFCURVE",
+"-921 2278 OFFCURVE",
+"-795 2278 CURVE SMOOTH",
+"-671 2278 OFFCURVE",
+"-612 2215 OFFCURVE",
+"-590 2112 CURVE",
+"-590 1951 LINE",
+"-619 1847 OFFCURVE",
+"-671 1785 OFFCURVE",
+"-796 1785 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1338}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-590 1361 OFFCURVE",
+"-436 1480 OFFCURVE",
+"-436 1690 CURVE SMOOTH",
+"-436 2419 LINE",
+"-634 2419 LINE",
+"-663 2240 LINE",
+"-663 1691 LINE SMOOTH",
+"-663 1594 OFFCURVE",
+"-721 1536 OFFCURVE",
+"-824 1536 CURVE SMOOTH",
+"-902 1536 OFFCURVE",
+"-958 1573 OFFCURVE",
+"-1000 1616 CURVE",
+"-1097 1475 LINE",
+"-1034 1401 OFFCURVE",
+"-914 1361 OFFCURVE",
+"-815 1361 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-655 1646 OFFCURVE",
+"-580 1819 OFFCURVE",
+"-550 2025 CURVE",
+"-550 2043 LINE",
+"-580 2262 OFFCURVE",
+"-633 2434 OFFCURVE",
+"-837 2434 CURVE SMOOTH",
+"-1030 2434 OFFCURVE",
+"-1148 2276 OFFCURVE",
+"-1148 2046 CURVE SMOOTH",
+"-1148 2031 LINE SMOOTH",
+"-1148 1810 OFFCURVE",
+"-1030 1646 OFFCURVE",
+"-839 1646 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-877 1829 OFFCURVE",
+"-921 1917 OFFCURVE",
+"-921 2031 CURVE SMOOTH",
+"-921 2046 LINE SMOOTH",
+"-921 2163 OFFCURVE",
+"-875 2251 OFFCURVE",
+"-780 2251 CURVE SMOOTH",
+"-677 2251 OFFCURVE",
+"-644 2185 OFFCURVE",
+"-634 2061 CURVE",
+"-634 2006 LINE",
+"-644 1899 OFFCURVE",
+"-677 1829 OFFCURVE",
+"-781 1829 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DDA;
+},
+{
+glyphname = koppacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{796, -16}";
+},
+{
+name = right;
+position = "{1268, 100}";
+},
+{
+name = top;
+position = "{796, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"524 192 OFFCURVE",
+"420 464 OFFCURVE",
+"420 716 CURVE SMOOTH",
+"420 772 LINE SMOOTH",
+"420 1024 OFFCURVE",
+"528 1296 OFFCURVE",
+"796 1296 CURVE",
+"980 1296 OFFCURVE",
+"1120 1148 OFFCURVE",
+"1120 976 CURVE",
+"1380 976 LINE",
+"1380 1276 OFFCURVE",
+"1136 1516 OFFCURVE",
+"796 1516 CURVE SMOOTH",
+"380 1516 OFFCURVE",
+"144 1168 OFFCURVE",
+"144 772 CURVE SMOOTH",
+"144 716 LINE SMOOTH",
+"144 320 OFFCURVE",
+"376 -28 OFFCURVE",
+"796 -28 CURVE",
+"796 192 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"668 192 LINE",
+"668 -528 LINE",
+"944 -528 LINE",
+"944 192 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{836, -16}";
+},
+{
+name = right;
+position = "{1308, 100}";
+},
+{
+name = top;
+position = "{836, 1776}";
+},
+{
+name = top0315;
+position = "{1516, 1776}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{1109.625, 0}";
+},
+{
+angle = 90;
+position = "{1392.875, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"620 328 OFFCURVE",
+"568 508 OFFCURVE",
+"568 728 CURVE SMOOTH",
+"568 760 LINE SMOOTH",
+"568 976 OFFCURVE",
+"620 1160 OFFCURVE",
+"824 1160 CURVE",
+"964 1160 OFFCURVE",
+"1028 1052 OFFCURVE",
+"1028 920 CURVE",
+"1444 920 LINE",
+"1444 1296 OFFCURVE",
+"1196 1516 OFFCURVE",
+"824 1516 CURVE SMOOTH",
+"364 1516 OFFCURVE",
+"128 1188 OFFCURVE",
+"128 760 CURVE SMOOTH",
+"128 728 LINE SMOOTH",
+"128 296 OFFCURVE",
+"364 -28 OFFCURVE",
+"828 -28 CURVE",
+"828 328 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"680 328 LINE",
+"680 -492 LINE",
+"1124 -492 LINE",
+"1124 328 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0481;
+userData = {
+interface.gridadjust.original = "{'width': 1514, 'leftMargin': 135, 'rightMargin': 144}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Koppacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{892, -16}";
+},
+{
+name = right;
+position = "{1524, 168}";
+},
+{
+name = top;
+position = "{892, 2244}";
+},
+{
+name = top0315;
+position = "{1812, 2244}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"596 200 OFFCURVE",
+"416 476 OFFCURVE",
+"416 820 CURVE SMOOTH",
+"416 1184 LINE SMOOTH",
+"416 1524 OFFCURVE",
+"596 1800 OFFCURVE",
+"900 1800 CURVE SMOOTH",
+"1200 1800 OFFCURVE",
+"1360 1632 OFFCURVE",
+"1360 1360 CURVE",
+"1644 1360 LINE",
+"1644 1772 OFFCURVE",
+"1356 2032 OFFCURVE",
+"900 2032 CURVE SMOOTH",
+"444 2032 OFFCURVE",
+"132 1668 OFFCURVE",
+"132 1184 CURVE",
+"132 820 LINE",
+"132 332 OFFCURVE",
+"444 -28 OFFCURVE",
+"900 -28 CURVE",
+"900 200 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"784 200 LINE",
+"784 -528 LINE",
+"1068 -528 LINE",
+"1068 200 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{952, -16}";
+},
+{
+name = right;
+position = "{1584, 168}";
+},
+{
+name = top;
+position = "{952, 2244}";
+},
+{
+name = top0315;
+position = "{1756, 2244}";
+}
+);
+guideLines = (
+{
+position = "{0, 1238.875}";
+},
+{
+position = "{0, 763.125}";
+},
+{
+angle = 90;
+position = "{1373.625, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"708 344 OFFCURVE",
+"608 524 OFFCURVE",
+"608 788 CURVE SMOOTH",
+"608 1216 LINE SMOOTH",
+"608 1480 OFFCURVE",
+"708 1660 OFFCURVE",
+"924 1660 CURVE SMOOTH",
+"1140 1660 OFFCURVE",
+"1216 1572 OFFCURVE",
+"1216 1328 CURVE",
+"1676 1328 LINE",
+"1676 1800 OFFCURVE",
+"1404 2032 OFFCURVE",
+"924 2032 CURVE SMOOTH",
+"448 2032 OFFCURVE",
+"152 1700 OFFCURVE",
+"152 1212 CURVE",
+"152 788 LINE",
+"152 304 OFFCURVE",
+"448 -28 OFFCURVE",
+"924 -28 CURVE",
+"924 344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"772 344 LINE",
+"772 -484 LINE",
+"1228 -484 LINE",
+"1228 344 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0480;
+userData = {
+interface.gridadjust.original = "{'width': 1840, 'leftMargin': 158, 'rightMargin': 168}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = titlocyrilliccmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-773, 1636}";
+},
+{
+name = _top;
+position = "{-773, 1698}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-292 2107 LINE",
+"-535 2108 LINE",
+"-534 1959 LINE",
+"-1284 1959 LINE",
+"-1286 1632 LINE",
+"-1041 1631 LINE",
+"-1041 1804 LINE",
+"-292 1804 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-701, 1636}";
+},
+{
+name = _top;
+position = "{-701, 1658}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-243 2107 LINE",
+"-487 2108 LINE",
+"-485 1959 LINE",
+"-1236 1959 LINE",
+"-1238 1632 LINE",
+"-994 1631 LINE",
+"-994 1804 LINE",
+"-243 1804 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0483;
+},
+{
+color = (204,240,242,1);
+glyphname = thousandcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1516 880 LINE",
+"1620 1052 LINE",
+"1216 1288 LINE",
+"1528 1844 LINE",
+"1292 1844 LINE",
+"1040 1396 LINE",
+"640 1632 LINE",
+"540 1452 LINE",
+"936 1220 LINE",
+"660 724 LINE",
+"256 960 LINE",
+"160 784 LINE",
+"556 548 LINE",
+"248 0 LINE",
+"488 0 LINE",
+"736 440 LINE",
+"1136 204 LINE",
+"1236 380 LINE",
+"836 616 LINE",
+"1120 1112 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1540 880 LINE",
+"1644 1052 LINE",
+"1240 1288 LINE",
+"1552 1844 LINE",
+"1316 1844 LINE",
+"1064 1396 LINE",
+"664 1632 LINE",
+"560 1452 LINE",
+"960 1220 LINE",
+"684 724 LINE",
+"280 960 LINE",
+"184 784 LINE",
+"580 548 LINE",
+"272 0 LINE",
+"512 0 LINE",
+"760 440 LINE",
+"1160 204 LINE",
+"1260 380 LINE",
+"860 616 LINE",
+"1144 1112 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 0482;
+userData = {
+interface.gridadjust.original = "{'width': 1766, 'leftMargin': 154, 'rightMargin': 152}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = dasiapneumatacyrilliccmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-752, 1760}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-582 1880 LINE",
+"-663 2038 LINE",
+"-661 2230 LINE",
+"-921 2230 LINE",
+"-921 2063 LINE",
+"-694 1786 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-656, 1760}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-485 1893 LINE",
+"-565 2038 LINE",
+"-564 2272 LINE",
+"-825 2272 LINE",
+"-825 2063 LINE",
+"-597 1800 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0485;
+},
+{
+color = (250,227,227,1);
+glyphname = palatalizationcyrilliccmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-608, 1636}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1258 1792 LINE",
+"-1194 1792 LINE SMOOTH",
+"-875 1792 OFFCURVE",
+"-700 1957 OFFCURVE",
+"-543 1957 CURVE SMOOTH",
+"-458 1957 OFFCURVE",
+"-397 1915 OFFCURVE",
+"-397 1816 CURVE SMOOTH",
+"-397 1792 LINE",
+"-210 1792 LINE",
+"-210 1843 LINE SMOOTH",
+"-210 2047 OFFCURVE",
+"-334 2141 OFFCURVE",
+"-538 2141 CURVE SMOOTH",
+"-755 2141 OFFCURVE",
+"-903 1976 OFFCURVE",
+"-1196 1976 CURVE SMOOTH",
+"-1258 1976 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-580, 1636}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1238 1792 LINE",
+"-1216 1792 LINE SMOOTH",
+"-895 1792 OFFCURVE",
+"-679 1957 OFFCURVE",
+"-523 1957 CURVE SMOOTH",
+"-437 1957 OFFCURVE",
+"-377 1915 OFFCURVE",
+"-377 1816 CURVE SMOOTH",
+"-377 1792 LINE",
+"-190 1792 LINE",
+"-190 1843 LINE SMOOTH",
+"-190 2047 OFFCURVE",
+"-314 2141 OFFCURVE",
+"-517 2141 CURVE SMOOTH",
+"-734 2141 OFFCURVE",
+"-925 1976 OFFCURVE",
+"-1218 1976 CURVE SMOOTH",
+"-1238 1976 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0484;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0487;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-814, 1636}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-573 1976 OFFCURVE",
+"-667 2141 OFFCURVE",
+"-953 2141 CURVE SMOOTH",
+"-1196 2141 OFFCURVE",
+"-1338 2024 OFFCURVE",
+"-1338 1843 CURVE SMOOTH",
+"-1338 1792 LINE",
+"-1151 1792 LINE",
+"-1151 1816 LINE SMOOTH",
+"-1151 1915 OFFCURVE",
+"-1059 1957 OFFCURVE",
+"-971 1957 CURVE SMOOTH",
+"-707 1957 OFFCURVE",
+"-638 1792 OFFCURVE",
+"-451 1792 CURVE SMOOTH",
+"-208 1792 LINE",
+"-208 1976 LINE",
+"-430 1976 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-850, 1636}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-595 1976 OFFCURVE",
+"-689 2141 OFFCURVE",
+"-975 2141 CURVE SMOOTH",
+"-1218 2141 OFFCURVE",
+"-1360 2024 OFFCURVE",
+"-1360 1843 CURVE SMOOTH",
+"-1360 1792 LINE",
+"-1173 1792 LINE",
+"-1173 1816 LINE SMOOTH",
+"-1173 1915 OFFCURVE",
+"-1081 1957 OFFCURVE",
+"-993 1957 CURVE SMOOTH",
+"-729 1957 OFFCURVE",
+"-660 1792 OFFCURVE",
+"-473 1792 CURVE SMOOTH",
+"-230 1792 LINE",
+"-230 1976 LINE",
+"-452 1976 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0487;
+},
+{
+color = (250,227,227,1);
+glyphname = psilipneumatacyrilliccmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-663, 1760}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-492 2230 LINE",
+"-754 2230 LINE",
+"-752 2038 LINE",
+"-832 1880 LINE",
+"-721 1786 LINE",
+"-492 2063 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-656, 1760}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-485 2272 LINE",
+"-745 2272 LINE",
+"-744 2038 LINE",
+"-825 1893 LINE",
+"-712 1800 LINE",
+"-485 2063 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0486;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0489;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-924 -568 LINE",
+"-792 -568 LINE",
+"-624 -102 LINE",
+"-639 -83 LINE",
+"-828 -83 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-624 2032 LINE",
+"-756 2032 LINE",
+"-924 1568 LINE",
+"-908 1548 LINE",
+"-721 1548 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"501 579 LINE",
+"501 714 LINE",
+"43 884 LINE",
+"25 868 LINE",
+"25 677 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-2052 884 LINE",
+"-2052 749 LINE",
+"-1594 579 LINE",
+"-1576 595 LINE",
+"-1576 787 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"232 1517 LINE",
+"139 1610 LINE",
+"-303 1400 LINE",
+"-305 1378 LINE",
+"-172 1242 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1783 -110 LINE",
+"-1689 -205 LINE",
+"-1249 6 LINE",
+"-1246 29 LINE",
+"-1379 165 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1576 1728 LINE",
+"-1665 1634 LINE",
+"-1462 1185 LINE",
+"-1438 1183 LINE",
+"-1304 1317 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"22 -326 LINE",
+"113 -228 LINE",
+"-92 219 LINE",
+"-116 221 LINE",
+"-249 85 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-798 -568 LINE",
+"-666 -568 LINE",
+"-498 -102 LINE",
+"-513 -83 LINE",
+"-701 -83 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-498 2032 LINE",
+"-630 2032 LINE",
+"-798 1568 LINE",
+"-781 1548 LINE",
+"-594 1548 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"627 579 LINE",
+"627 714 LINE",
+"169 884 LINE",
+"151 868 LINE",
+"151 677 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1925 884 LINE",
+"-1925 749 LINE",
+"-1467 579 LINE",
+"-1449 595 LINE",
+"-1449 787 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"359 1517 LINE",
+"265 1610 LINE",
+"-176 1400 LINE",
+"-179 1378 LINE",
+"-45 1242 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1657 -110 LINE",
+"-1562 -205 LINE",
+"-1122 6 LINE",
+"-1119 29 LINE",
+"-1253 165 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1449 1728 LINE",
+"-1539 1634 LINE",
+"-1335 1185 LINE",
+"-1312 1183 LINE",
+"-1177 1317 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"149 -326 LINE",
+"239 -228 LINE",
+"34 219 LINE",
+"11 221 LINE",
+"-122 85 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0489;
+},
+{
+color = (250,227,227,1);
+glyphname = uni0488;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-892 1815 OFFCURVE",
+"-857 1881 OFFCURVE",
+"-759 1881 CURVE SMOOTH",
+"-660 1881 OFFCURVE",
+"-623 1815 OFFCURVE",
+"-623 1742 CURVE",
+"-469 1742 LINE",
+"-469 1893 OFFCURVE",
+"-580 2001 OFFCURVE",
+"-759 2001 CURVE SMOOTH",
+"-938 2001 OFFCURVE",
+"-1048 1893 OFFCURVE",
+"-1048 1742 CURVE",
+"-892 1742 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-78 1434 OFFCURVE",
+"-43 1500 OFFCURVE",
+"54 1500 CURVE SMOOTH",
+"154 1500 OFFCURVE",
+"190 1434 OFFCURVE",
+"190 1361 CURVE",
+"345 1361 LINE",
+"345 1513 OFFCURVE",
+"234 1620 OFFCURVE",
+"54 1620 CURVE SMOOTH",
+"-124 1620 OFFCURVE",
+"-235 1513 OFFCURVE",
+"-235 1361 CURVE",
+"-78 1361 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"177 743 OFFCURVE",
+"215 809 OFFCURVE",
+"311 809 CURVE SMOOTH",
+"411 809 OFFCURVE",
+"447 743 OFFCURVE",
+"447 670 CURVE",
+"601 670 LINE",
+"601 821 OFFCURVE",
+"491 928 OFFCURVE",
+"311 928 CURVE SMOOTH",
+"133 928 OFFCURVE",
+"22 821 OFFCURVE",
+"22 670 CURVE",
+"177 670 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-94 29 OFFCURVE",
+"-56 95 OFFCURVE",
+"40 95 CURVE SMOOTH",
+"140 95 OFFCURVE",
+"176 29 OFFCURVE",
+"176 -44 CURVE",
+"330 -44 LINE",
+"330 107 OFFCURVE",
+"220 215 OFFCURVE",
+"40 215 CURVE SMOOTH",
+"-138 215 OFFCURVE",
+"-249 107 OFFCURVE",
+"-249 -44 CURVE",
+"-94 -44 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-886 -362 OFFCURVE",
+"-848 -296 OFFCURVE",
+"-752 -296 CURVE SMOOTH",
+"-653 -296 OFFCURVE",
+"-616 -362 OFFCURVE",
+"-616 -435 CURVE",
+"-462 -435 LINE",
+"-462 -283 OFFCURVE",
+"-573 -176 OFFCURVE",
+"-752 -176 CURVE SMOOTH",
+"-931 -176 OFFCURVE",
+"-1041 -283 OFFCURVE",
+"-1041 -435 CURVE",
+"-886 -435 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1679 1434 OFFCURVE",
+"-1643 1500 OFFCURVE",
+"-1546 1500 CURVE SMOOTH",
+"-1447 1500 OFFCURVE",
+"-1409 1434 OFFCURVE",
+"-1409 1361 CURVE",
+"-1255 1361 LINE",
+"-1255 1513 OFFCURVE",
+"-1367 1620 OFFCURVE",
+"-1546 1620 CURVE SMOOTH",
+"-1724 1620 OFFCURVE",
+"-1836 1513 OFFCURVE",
+"-1836 1361 CURVE",
+"-1679 1361 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1922 743 OFFCURVE",
+"-1885 809 OFFCURVE",
+"-1789 809 CURVE SMOOTH",
+"-1689 809 OFFCURVE",
+"-1653 743 OFFCURVE",
+"-1653 670 CURVE",
+"-1499 670 LINE",
+"-1499 821 OFFCURVE",
+"-1609 928 OFFCURVE",
+"-1789 928 CURVE SMOOTH",
+"-1966 928 OFFCURVE",
+"-2078 821 OFFCURVE",
+"-2078 670 CURVE",
+"-1922 670 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1693 29 OFFCURVE",
+"-1657 95 OFFCURVE",
+"-1561 95 CURVE SMOOTH",
+"-1460 95 OFFCURVE",
+"-1425 29 OFFCURVE",
+"-1425 -44 CURVE",
+"-1269 -44 LINE",
+"-1269 107 OFFCURVE",
+"-1381 215 OFFCURVE",
+"-1561 215 CURVE SMOOTH",
+"-1738 215 OFFCURVE",
+"-1849 107 OFFCURVE",
+"-1849 -44 CURVE",
+"-1693 -44 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-850 1815 OFFCURVE",
+"-814 1881 OFFCURVE",
+"-716 1881 CURVE SMOOTH",
+"-617 1881 OFFCURVE",
+"-580 1815 OFFCURVE",
+"-580 1742 CURVE",
+"-426 1742 LINE",
+"-426 1893 OFFCURVE",
+"-538 2001 OFFCURVE",
+"-716 2001 CURVE SMOOTH",
+"-895 2001 OFFCURVE",
+"-1005 1893 OFFCURVE",
+"-1005 1742 CURVE",
+"-850 1742 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-36 1434 OFFCURVE",
+"0 1500 OFFCURVE",
+"96 1500 CURVE SMOOTH",
+"197 1500 OFFCURVE",
+"232 1434 OFFCURVE",
+"232 1361 CURVE",
+"388 1361 LINE",
+"388 1513 OFFCURVE",
+"276 1620 OFFCURVE",
+"96 1620 CURVE SMOOTH",
+"-81 1620 OFFCURVE",
+"-193 1513 OFFCURVE",
+"-193 1361 CURVE",
+"-36 1361 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"220 743 OFFCURVE",
+"257 809 OFFCURVE",
+"353 809 CURVE SMOOTH",
+"454 809 OFFCURVE",
+"490 743 OFFCURVE",
+"490 670 CURVE",
+"644 670 LINE",
+"644 821 OFFCURVE",
+"534 928 OFFCURVE",
+"353 928 CURVE SMOOTH",
+"176 928 OFFCURVE",
+"65 821 OFFCURVE",
+"65 670 CURVE",
+"220 670 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-51 29 OFFCURVE",
+"-14 95 OFFCURVE",
+"83 95 CURVE SMOOTH",
+"183 95 OFFCURVE",
+"219 29 OFFCURVE",
+"219 -44 CURVE",
+"373 -44 LINE",
+"373 107 OFFCURVE",
+"263 215 OFFCURVE",
+"83 215 CURVE SMOOTH",
+"-95 215 OFFCURVE",
+"-206 107 OFFCURVE",
+"-206 -44 CURVE",
+"-51 -44 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-843 -362 OFFCURVE",
+"-806 -296 OFFCURVE",
+"-710 -296 CURVE SMOOTH",
+"-611 -296 OFFCURVE",
+"-573 -362 OFFCURVE",
+"-573 -435 CURVE",
+"-419 -435 LINE",
+"-419 -283 OFFCURVE",
+"-531 -176 OFFCURVE",
+"-710 -176 CURVE SMOOTH",
+"-888 -176 OFFCURVE",
+"-998 -283 OFFCURVE",
+"-998 -435 CURVE",
+"-843 -435 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1636 1434 OFFCURVE",
+"-1601 1500 OFFCURVE",
+"-1503 1500 CURVE SMOOTH",
+"-1404 1500 OFFCURVE",
+"-1367 1434 OFFCURVE",
+"-1367 1361 CURVE",
+"-1213 1361 LINE",
+"-1213 1513 OFFCURVE",
+"-1324 1620 OFFCURVE",
+"-1503 1620 CURVE SMOOTH",
+"-1682 1620 OFFCURVE",
+"-1793 1513 OFFCURVE",
+"-1793 1361 CURVE",
+"-1636 1361 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1880 743 OFFCURVE",
+"-1843 809 OFFCURVE",
+"-1746 809 CURVE SMOOTH",
+"-1646 809 OFFCURVE",
+"-1610 743 OFFCURVE",
+"-1610 670 CURVE",
+"-1456 670 LINE",
+"-1456 821 OFFCURVE",
+"-1566 928 OFFCURVE",
+"-1746 928 CURVE SMOOTH",
+"-1924 928 OFFCURVE",
+"-2035 821 OFFCURVE",
+"-2035 670 CURVE",
+"-1880 670 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1650 29 OFFCURVE",
+"-1614 95 OFFCURVE",
+"-1518 95 CURVE SMOOTH",
+"-1418 95 OFFCURVE",
+"-1382 29 OFFCURVE",
+"-1382 -44 CURVE",
+"-1227 -44 LINE",
+"-1227 107 OFFCURVE",
+"-1338 215 OFFCURVE",
+"-1518 215 CURVE SMOOTH",
+"-1695 215 OFFCURVE",
+"-1807 107 OFFCURVE",
+"-1807 -44 CURVE",
+"-1650 -44 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0488;
+},
+{
+color = (250,227,227,1);
+glyphname = uni20F0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-781, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-664 1726 LINE",
+"-674 2064 LINE",
+"-384 1887 LINE",
+"-272 2082 LINE",
+"-571 2244 LINE",
+"-272 2405 LINE",
+"-385 2599 LINE",
+"-675 2421 LINE",
+"-666 2760 LINE",
+"-890 2760 LINE",
+"-880 2421 LINE",
+"-1170 2599 LINE",
+"-1282 2404 LINE",
+"-983 2243 LINE",
+"-1282 2080 LINE",
+"-1169 1887 LINE",
+"-879 2064 LINE",
+"-888 1726 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-789, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-648 1694 LINE",
+"-667 2028 LINE",
+"-388 1844 LINE",
+"-253 2078 LINE",
+"-553 2228 LINE",
+"-254 2377 LINE",
+"-389 2610 LINE",
+"-667 2426 LINE",
+"-648 2758 LINE",
+"-917 2758 LINE",
+"-898 2424 LINE",
+"-1177 2608 LINE",
+"-1312 2375 LINE",
+"-1012 2225 LINE",
+"-1310 2075 LINE",
+"-1176 1843 LINE",
+"-898 2027 LINE",
+"-917 1694 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 20F0;
+},
+{
+glyphname = eshcurl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{556, -616}";
+},
+{
+name = top;
+position = "{1136, 2340}";
+},
+{
+name = top0315;
+position = "{1412, 2340}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"732 312 LINE",
+"732 312 OFFCURVE",
+"732 -144 OFFCURVE",
+"732 -228 CURVE SMOOTH",
+"732 -316 OFFCURVE",
+"660 -380 OFFCURVE",
+"548 -380 CURVE SMOOTH",
+"464 -380 OFFCURVE",
+"408 -320 OFFCURVE",
+"408 -236 CURVE SMOOTH",
+"408 -156 OFFCURVE",
+"468 -88 OFFCURVE",
+"564 -88 CURVE SMOOTH",
+"676 -88 OFFCURVE",
+"788 -180 OFFCURVE",
+"932 -324 CURVE",
+"1140 -544 LINE",
+"1300 -380 LINE",
+"968 -56 LINE",
+"828 60 OFFCURVE",
+"692 132 OFFCURVE",
+"528 132 CURVE SMOOTH",
+"308 132 OFFCURVE",
+"136 0 OFFCURVE",
+"136 -236 CURVE SMOOTH",
+"136 -448 OFFCURVE",
+"304 -600 OFFCURVE",
+"552 -600 CURVE SMOOTH",
+"876 -600 OFFCURVE",
+"968 -388 OFFCURVE",
+"968 -168 CURVE",
+"968 312 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"968 1640 LINE SMOOTH",
+"968 1816 OFFCURVE",
+"1080 1912 OFFCURVE",
+"1236 1912 CURVE SMOOTH",
+"1284 1912 OFFCURVE",
+"1336 1908 OFFCURVE",
+"1372 1900 CURVE",
+"1388 2120 LINE",
+"1328 2132 OFFCURVE",
+"1268 2140 OFFCURVE",
+"1212 2140 CURVE SMOOTH",
+"900 2140 OFFCURVE",
+"732 1964 OFFCURVE",
+"732 1640 CURVE SMOOTH",
+"732 0 LINE",
+"968 0 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{572, -616}";
+},
+{
+name = top;
+position = "{1172, 2340}";
+},
+{
+name = top0315;
+position = "{1536, 2340}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"688 344 LINE",
+"688 344 OFFCURVE",
+"688 -128 OFFCURVE",
+"688 -168 CURVE SMOOTH",
+"688 -264 OFFCURVE",
+"660 -324 OFFCURVE",
+"568 -324 CURVE SMOOTH",
+"504 -324 OFFCURVE",
+"444 -296 OFFCURVE",
+"444 -220 CURVE SMOOTH",
+"444 -156 OFFCURVE",
+"500 -124 OFFCURVE",
+"584 -124 CURVE SMOOTH",
+"724 -124 OFFCURVE",
+"848 -196 OFFCURVE",
+"1024 -332 CURVE",
+"1316 -572 LINE",
+"1508 -300 LINE",
+"1100 24 LINE",
+"936 128 OFFCURVE",
+"772 172 OFFCURVE",
+"536 172 CURVE SMOOTH",
+"228 172 OFFCURVE",
+"64 24 OFFCURVE",
+"64 -208 CURVE SMOOTH",
+"64 -440 OFFCURVE",
+"228 -600 OFFCURVE",
+"576 -600 CURVE SMOOTH",
+"1008 -600 OFFCURVE",
+"1132 -352 OFFCURVE",
+"1132 -52 CURVE",
+"1132 344 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1132 1608 LINE SMOOTH",
+"1132 1724 OFFCURVE",
+"1212 1784 OFFCURVE",
+"1348 1784 CURVE SMOOTH",
+"1396 1784 OFFCURVE",
+"1432 1780 OFFCURVE",
+"1464 1772 CURVE",
+"1464 2112 LINE",
+"1400 2128 OFFCURVE",
+"1328 2140 OFFCURVE",
+"1252 2140 CURVE SMOOTH",
+"908 2140 OFFCURVE",
+"688 1956 OFFCURVE",
+"688 1608 CURVE SMOOTH",
+"688 0 LINE",
+"1132 0 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0286;
+userData = {
+interface.gridadjust.original = "{'width': 1320.0, 'leftMargin': 41, 'rightMargin': 27.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = quotereversed;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"196 1868 LINE SMOOTH",
+"196 1704 OFFCURVE",
+"288 1492 OFFCURVE",
+"448 1364 CURVE",
+"576 1468 LINE",
+"492 1588 OFFCURVE",
+"420 1716 OFFCURVE",
+"420 1864 CURVE SMOOTH",
+"420 2048 LINE",
+"196 2048 LINE"
+);
+}
+);
+width = 624;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"112 1824 LINE SMOOTH",
+"112 1640 OFFCURVE",
+"232 1428 OFFCURVE",
+"364 1312 CURVE",
+"560 1424 LINE",
+"500 1528 OFFCURVE",
+"444 1648 OFFCURVE",
+"444 1824 CURVE SMOOTH",
+"444 2048 LINE",
+"112 2048 LINE"
+);
+}
+);
+width = 672;
+}
+);
+unicode = 201B;
+userData = {
+interface.gridadjust.original = "{'width': 578, 'leftMargin': 106, 'rightMargin': 66}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romanfive;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = V;
+transform = "{1, 0, 0, 1, 12, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+components = (
+{
+name = V;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 2164;
+userData = {
+interface.gridadjust.original = "{'width': 1808, 'leftMargin': 128, 'rightMargin': 144}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = tonetwo;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"440 504 OFFCURVE",
+"484 588 OFFCURVE",
+"768 644 CURVE SMOOTH",
+"1100 716 OFFCURVE",
+"1308 832 OFFCURVE",
+"1308 1076 CURVE",
+"1308 1312 OFFCURVE",
+"1088 1516 OFFCURVE",
+"752 1516 CURVE SMOOTH",
+"392 1516 OFFCURVE",
+"180 1304 OFFCURVE",
+"180 1048 CURVE",
+"456 1048 LINE",
+"456 1164 OFFCURVE",
+"560 1296 OFFCURVE",
+"752 1296 CURVE SMOOTH",
+"952 1296 OFFCURVE",
+"1032 1188 OFFCURVE",
+"1032 1084 CURVE",
+"1032 976 OFFCURVE",
+"972 924 OFFCURVE",
+"700 864 CURVE SMOOTH",
+"336 780 OFFCURVE",
+"164 660 OFFCURVE",
+"164 420 CURVE",
+"164 156 OFFCURVE",
+"396 -28 OFFCURVE",
+"744 -28 CURVE SMOOTH",
+"1144 -28 OFFCURVE",
+"1360 216 OFFCURVE",
+"1360 468 CURVE",
+"1084 468 LINE",
+"1072 260 OFFCURVE",
+"896 192 OFFCURVE",
+"744 192 CURVE SMOOTH",
+"544 192 OFFCURVE",
+"440 280 OFFCURVE",
+"440 396 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"564 496 OFFCURVE",
+"624 536 OFFCURVE",
+"860 588 CURVE SMOOTH",
+"1156 648 OFFCURVE",
+"1388 784 OFFCURVE",
+"1388 1044 CURVE",
+"1388 1296 OFFCURVE",
+"1164 1516 OFFCURVE",
+"780 1516 CURVE SMOOTH",
+"384 1516 OFFCURVE",
+"136 1316 OFFCURVE",
+"136 1032 CURVE",
+"580 1032 LINE",
+"580 1144 OFFCURVE",
+"640 1212 OFFCURVE",
+"780 1212 CURVE SMOOTH",
+"888 1212 OFFCURVE",
+"964 1156 OFFCURVE",
+"964 1068 CURVE",
+"964 988 OFFCURVE",
+"892 940 OFFCURVE",
+"708 908 CURVE SMOOTH",
+"400 852 OFFCURVE",
+"136 748 OFFCURVE",
+"136 432 CURVE",
+"136 168 OFFCURVE",
+"388 -28 OFFCURVE",
+"780 -28 CURVE SMOOTH",
+"1204 -28 OFFCURVE",
+"1432 240 OFFCURVE",
+"1432 476 CURVE",
+"1016 476 LINE",
+"1012 340 OFFCURVE",
+"908 280 OFFCURVE",
+"768 280 CURVE SMOOTH",
+"636 280 OFFCURVE",
+"564 336 OFFCURVE",
+"564 420 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 01A8;
+userData = {
+interface.gridadjust.original = "{'width': 1459, 'leftMargin': 135, 'rightMargin': 129}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FDD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{1140, 2000}";
+},
+{
+name = _top;
+position = "{684, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"872 2056 LINE",
+"580 2056 LINE",
+"580 2028 LINE",
+"896 1592 LINE",
+"1024 1592 LINE",
+"1024 1612 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"240 1784 OFFCURVE",
+"332 1648 OFFCURVE",
+"492 1560 CURVE",
+"600 1644 LINE",
+"524 1728 OFFCURVE",
+"488 1820 OFFCURVE",
+"488 1952 CURVE SMOOTH",
+"488 2056 LINE",
+"240 2056 LINE",
+"240 1944 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{964, 2000}";
+},
+{
+name = _top;
+position = "{592, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"772 2056 LINE",
+"480 2056 LINE",
+"480 2028 LINE",
+"796 1588 LINE",
+"924 1588 LINE",
+"924 1624 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"132 1748 OFFCURVE",
+"228 1620 OFFCURVE",
+"356 1560 CURVE",
+"472 1692 LINE",
+"392 1744 OFFCURVE",
+"368 1824 OFFCURVE",
+"368 1928 CURVE SMOOTH",
+"368 2056 LINE",
+"132 2056 LINE",
+"132 1920 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 1FDD;
+userData = {
+interface.gridadjust.original = "{'width': 1064, 'leftMargin': 158, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FDE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{1072, 2000}";
+},
+{
+name = _top;
+position = "{588, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"744 1592 LINE",
+"1060 2028 LINE",
+"1060 2056 LINE",
+"768 2056 LINE",
+"616 1612 LINE",
+"616 1592 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"204 1784 OFFCURVE",
+"296 1648 OFFCURVE",
+"456 1560 CURVE",
+"564 1644 LINE",
+"492 1728 OFFCURVE",
+"452 1820 OFFCURVE",
+"452 1952 CURVE SMOOTH",
+"452 2056 LINE",
+"204 2056 LINE",
+"204 1944 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{1044, 2000}";
+},
+{
+name = _top;
+position = "{580, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"768 1588 LINE",
+"1088 2028 LINE",
+"1088 2056 LINE",
+"796 2056 LINE",
+"644 1624 LINE",
+"644 1588 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"228 1748 OFFCURVE",
+"324 1620 OFFCURVE",
+"448 1560 CURVE",
+"564 1692 LINE",
+"484 1744 OFFCURVE",
+"460 1824 OFFCURVE",
+"460 1928 CURVE SMOOTH",
+"460 2056 LINE",
+"228 2056 LINE",
+"228 1920 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 1FDE;
+userData = {
+interface.gridadjust.original = "{'width': 1133.0, 'leftMargin': 158, 'rightMargin': 121.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FDF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{844, 2000}";
+},
+{
+name = _top;
+position = "{516, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"416 1772 OFFCURVE",
+"468 1640 OFFCURVE",
+"580 1560 CURVE",
+"704 1628 LINE",
+"648 1704 OFFCURVE",
+"624 1780 OFFCURVE",
+"624 1872 CURVE SMOOTH",
+"624 1972 LINE",
+"416 1972 LINE",
+"416 1876 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"768 2256 OFFCURVE",
+"716 2204 OFFCURVE",
+"656 2204 CURVE SMOOTH",
+"540 2204 OFFCURVE",
+"476 2308 OFFCURVE",
+"352 2308 CURVE SMOOTH",
+"216 2308 OFFCURVE",
+"124 2184 OFFCURVE",
+"124 2052 CURVE",
+"244 2020 LINE",
+"244 2088 OFFCURVE",
+"292 2140 OFFCURVE",
+"352 2140 CURVE SMOOTH",
+"472 2140 OFFCURVE",
+"508 2040 OFFCURVE",
+"656 2040 CURVE SMOOTH",
+"792 2040 OFFCURVE",
+"888 2156 OFFCURVE",
+"888 2288 CURVE",
+"768 2324 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{844, 2000}";
+},
+{
+name = _top;
+position = "{552, 1624}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{562.375, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"440 1712 OFFCURVE",
+"532 1608 OFFCURVE",
+"644 1560 CURVE",
+"756 1668 LINE",
+"680 1708 OFFCURVE",
+"660 1776 OFFCURVE",
+"660 1864 CURVE SMOOTH",
+"660 1968 LINE",
+"440 1968 LINE",
+"440 1856 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"756 2276 OFFCURVE",
+"716 2228 OFFCURVE",
+"668 2228 CURVE SMOOTH",
+"556 2228 OFFCURVE",
+"460 2316 OFFCURVE",
+"344 2316 CURVE SMOOTH",
+"212 2316 OFFCURVE",
+"120 2196 OFFCURVE",
+"120 2064 CURVE",
+"300 2012 LINE",
+"300 2080 OFFCURVE",
+"336 2132 OFFCURVE",
+"388 2132 CURVE SMOOTH",
+"504 2132 OFFCURVE",
+"568 2040 OFFCURVE",
+"712 2040 CURVE SMOOTH",
+"844 2040 OFFCURVE",
+"936 2156 OFFCURVE",
+"936 2288 CURVE",
+"756 2344 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 1FDF;
+userData = {
+interface.gridadjust.original = "{'width': 1071, 'leftMargin': 155, 'rightMargin': 151}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = slashshortnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-455 1661 LINE",
+"-1367 -184 LINE",
+"-1188 -184 LINE",
+"-276 1661 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-454 1676 LINE",
+"-1365 -199 LINE",
+"-1129 -199 LINE",
+"-217 1676 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0337;
+},
+{
+glyphname = ezhtail;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"200 1268 LINE",
+"1004 1268 LINE",
+"472 852 LINE",
+"472 680 LINE",
+"688 680 LINE",
+"1396 1320 LINE",
+"1396 1488 LINE",
+"200 1488 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"400 -68 OFFCURVE",
+"460 8 OFFCURVE",
+"724 64 CURVE SMOOTH",
+"1056 136 OFFCURVE",
+"1272 240 OFFCURVE",
+"1272 504 CURVE SMOOTH",
+"1272 740 OFFCURVE",
+"1052 900 OFFCURVE",
+"712 900 CURVE SMOOTH",
+"624 900 LINE",
+"624 680 LINE",
+"712 680 LINE SMOOTH",
+"916 680 OFFCURVE",
+"996 616 OFFCURVE",
+"996 512 CURVE SMOOTH",
+"996 388 OFFCURVE",
+"928 340 OFFCURVE",
+"684 288 CURVE SMOOTH",
+"320 212 OFFCURVE",
+"128 84 OFFCURVE",
+"128 -156 CURVE SMOOTH",
+"128 -420 OFFCURVE",
+"356 -600 OFFCURVE",
+"708 -600 CURVE SMOOTH",
+"1104 -600 OFFCURVE",
+"1320 -356 OFFCURVE",
+"1320 -108 CURVE",
+"1048 -108 LINE",
+"1036 -316 OFFCURVE",
+"860 -380 OFFCURVE",
+"708 -380 CURVE SMOOTH",
+"508 -380 OFFCURVE",
+"400 -296 OFFCURVE",
+"400 -176 CURVE SMOOTH"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"208 1132 LINE",
+"704 1132 LINE",
+"436 896 LINE",
+"436 640 LINE",
+"736 640 LINE",
+"1416 1240 LINE",
+"1416 1488 LINE",
+"208 1488 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"564 -88 OFFCURVE",
+"620 -36 OFFCURVE",
+"860 16 CURVE SMOOTH",
+"1120 68 OFFCURVE",
+"1384 196 OFFCURVE",
+"1384 472 CURVE SMOOTH",
+"1384 724 OFFCURVE",
+"1164 944 OFFCURVE",
+"780 944 CURVE SMOOTH",
+"580 944 LINE",
+"580 640 LINE",
+"780 640 LINE SMOOTH",
+"888 640 OFFCURVE",
+"964 584 OFFCURVE",
+"964 496 CURVE SMOOTH",
+"964 404 OFFCURVE",
+"884 368 OFFCURVE",
+"676 328 CURVE SMOOTH",
+"324 260 OFFCURVE",
+"136 128 OFFCURVE",
+"136 -140 CURVE SMOOTH",
+"136 -404 OFFCURVE",
+"388 -600 OFFCURVE",
+"780 -600 CURVE SMOOTH",
+"1204 -600 OFFCURVE",
+"1432 -336 OFFCURVE",
+"1432 -96 CURVE",
+"1016 -96 LINE",
+"1012 -244 OFFCURVE",
+"892 -292 OFFCURVE",
+"768 -292 CURVE SMOOTH",
+"652 -292 OFFCURVE",
+"564 -248 OFFCURVE",
+"564 -156 CURVE SMOOTH"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 01BA;
+userData = {
+interface.gridadjust.original = "{'width': 1515, 'leftMargin': 103, 'rightMargin': 143}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DF0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-869, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1111 1390 LINE",
+"-881 1757 LINE",
+"-1022 1838 LINE",
+"-1251 1471 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-622 1651 LINE",
+"-487 1651 LINE",
+"-487 2410 LINE",
+"-669 2410 LINE",
+"-669 1827 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-644 1863 OFFCURVE",
+"-696 1785 OFFCURVE",
+"-820 1785 CURVE SMOOTH",
+"-912 1785 OFFCURVE",
+"-951 1840 OFFCURVE",
+"-951 1961 CURVE SMOOTH",
+"-951 2410 LINE",
+"-1132 2410 LINE",
+"-1132 1962 LINE SMOOTH",
+"-1132 1731 OFFCURVE",
+"-1032 1638 OFFCURVE",
+"-870 1638 CURVE SMOOTH",
+"-661 1638 OFFCURVE",
+"-579 1793 OFFCURVE",
+"-579 2006 CURVE",
+"-644 2005 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-859, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1085 1368 LINE",
+"-855 1735 LINE",
+"-1035 1838 LINE",
+"-1265 1471 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-653 1651 LINE",
+"-455 1651 LINE",
+"-455 2410 LINE",
+"-682 2410 LINE",
+"-682 1836 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-659 1899 OFFCURVE",
+"-693 1821 OFFCURVE",
+"-806 1821 CURVE SMOOTH",
+"-868 1821 OFFCURVE",
+"-905 1860 OFFCURVE",
+"-905 1946 CURVE SMOOTH",
+"-905 2410 LINE",
+"-1130 2410 LINE",
+"-1130 1947 LINE SMOOTH",
+"-1130 1727 OFFCURVE",
+"-1027 1638 OFFCURVE",
+"-877 1638 CURVE SMOOTH",
+"-685 1638 OFFCURVE",
+"-583 1793 OFFCURVE",
+"-583 2006 CURVE",
+"-659 2005 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DF0;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DF1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1073 1651 LINE",
+"-979 1651 LINE",
+"-840 2094 LINE",
+"-744 2410 LINE",
+"-891 2410 LINE",
+"-1029 1932 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1331 2410 LINE",
+"-1119 1651 LINE",
+"-1004 1651 LINE",
+"-1040 1932 LINE",
+"-1151 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-609 1651 LINE",
+"-495 1651 LINE",
+"-283 2410 LINE",
+"-463 2410 LINE",
+"-568 1932 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-876 2410 LINE",
+"-776 2094 LINE",
+"-635 1651 LINE",
+"-542 1651 LINE",
+"-586 1932 LINE",
+"-723 2410 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1040 1651 LINE",
+"-924 1651 LINE",
+"-780 2144 LINE",
+"-730 2410 LINE",
+"-872 2410 LINE",
+"-1019 1877 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1298 2410 LINE",
+"-1114 1651 LINE",
+"-976 1651 LINE",
+"-985 1881 LINE",
+"-1081 2410 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-609 1651 LINE",
+"-470 1651 LINE",
+"-287 2410 LINE",
+"-505 2410 LINE",
+"-601 1893 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-851 2410 LINE",
+"-804 2142 LINE",
+"-661 1651 LINE",
+"-545 1651 LINE",
+"-567 1878 LINE",
+"-714 2410 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DF1;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DF2;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-773, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1041 2537 OFFCURVE",
+"-1005 2494 OFFCURVE",
+"-936 2494 CURVE SMOOTH",
+"-869 2494 OFFCURVE",
+"-832 2537 OFFCURVE",
+"-832 2592 CURVE SMOOTH",
+"-832 2648 OFFCURVE",
+"-869 2692 OFFCURVE",
+"-936 2692 CURVE SMOOTH",
+"-1005 2692 OFFCURVE",
+"-1041 2648 OFFCURVE",
+"-1041 2592 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-711 2537 OFFCURVE",
+"-675 2494 OFFCURVE",
+"-606 2494 CURVE SMOOTH",
+"-539 2494 OFFCURVE",
+"-502 2537 OFFCURVE",
+"-502 2592 CURVE SMOOTH",
+"-502 2648 OFFCURVE",
+"-539 2692 OFFCURVE",
+"-606 2692 CURVE SMOOTH",
+"-675 2692 OFFCURVE",
+"-711 2648 OFFCURVE",
+"-711 2592 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-641 1753 OFFCURVE",
+"-631 1700 OFFCURVE",
+"-616 1653 CURVE",
+"-433 1653 LINE",
+"-452 1711 OFFCURVE",
+"-459 1767 OFFCURVE",
+"-459 1833 CURVE SMOOTH",
+"-459 2145 LINE SMOOTH",
+"-459 2327 OFFCURVE",
+"-582 2419 OFFCURVE",
+"-756 2419 CURVE SMOOTH",
+"-943 2419 OFFCURVE",
+"-1064 2321 OFFCURVE",
+"-1064 2188 CURVE",
+"-894 2174 LINE",
+"-894 2237 OFFCURVE",
+"-842 2272 OFFCURVE",
+"-756 2272 CURVE SMOOTH",
+"-678 2272 OFFCURVE",
+"-641 2228 OFFCURVE",
+"-641 2146 CURVE SMOOTH",
+"-641 1808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-777 2096 LINE SMOOTH",
+"-993 2096 OFFCURVE",
+"-1114 2012 OFFCURVE",
+"-1114 1866 CURVE SMOOTH",
+"-1114 1728 OFFCURVE",
+"-1016 1639 OFFCURVE",
+"-858 1639 CURVE SMOOTH",
+"-723 1639 OFFCURVE",
+"-648 1716 OFFCURVE",
+"-617 1779 CURVE",
+"-635 1896 LINE",
+"-635 1848 OFFCURVE",
+"-734 1782 OFFCURVE",
+"-815 1782 CURVE SMOOTH",
+"-894 1782 OFFCURVE",
+"-932 1815 OFFCURVE",
+"-932 1870 CURVE SMOOTH",
+"-932 1928 OFFCURVE",
+"-877 1979 OFFCURVE",
+"-776 1979 CURVE SMOOTH",
+"-622 1979 LINE",
+"-623 2096 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1122 2538 OFFCURVE",
+"-1071 2490 OFFCURVE",
+"-997 2490 CURVE SMOOTH",
+"-921 2490 OFFCURVE",
+"-870 2538 OFFCURVE",
+"-870 2606 CURVE SMOOTH",
+"-870 2673 OFFCURVE",
+"-921 2721 OFFCURVE",
+"-997 2721 CURVE SMOOTH",
+"-1071 2721 OFFCURVE",
+"-1122 2673 OFFCURVE",
+"-1122 2606 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-737 2538 OFFCURVE",
+"-686 2490 OFFCURVE",
+"-612 2490 CURVE SMOOTH",
+"-536 2490 OFFCURVE",
+"-485 2538 OFFCURVE",
+"-485 2606 CURVE SMOOTH",
+"-485 2673 OFFCURVE",
+"-536 2721 OFFCURVE",
+"-612 2721 CURVE SMOOTH",
+"-686 2721 OFFCURVE",
+"-737 2673 OFFCURVE",
+"-737 2606 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-704 1770 OFFCURVE",
+"-694 1698 OFFCURVE",
+"-672 1651 CURVE",
+"-447 1651 LINE",
+"-466 1701 OFFCURVE",
+"-479 1745 OFFCURVE",
+"-479 1843 CURVE SMOOTH",
+"-479 2153 LINE SMOOTH",
+"-479 2333 OFFCURVE",
+"-612 2424 OFFCURVE",
+"-791 2424 CURVE SMOOTH",
+"-990 2424 OFFCURVE",
+"-1119 2318 OFFCURVE",
+"-1119 2177 CURVE",
+"-894 2177 LINE",
+"-894 2232 OFFCURVE",
+"-864 2255 OFFCURVE",
+"-804 2255 CURVE SMOOTH",
+"-736 2255 OFFCURVE",
+"-704 2219 OFFCURVE",
+"-704 2155 CURVE",
+"-704 1843 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"-782 2115 LINE SMOOTH",
+"-1023 2115 OFFCURVE",
+"-1137 2021 OFFCURVE",
+"-1137 1866 CURVE SMOOTH",
+"-1137 1727 OFFCURVE",
+"-1038 1638 OFFCURVE",
+"-894 1638 CURVE SMOOTH",
+"-748 1638 OFFCURVE",
+"-677 1727 OFFCURVE",
+"-642 1801 CURVE",
+"-696 1899 LINE",
+"-696 1860 OFFCURVE",
+"-745 1805 OFFCURVE",
+"-828 1805 CURVE SMOOTH",
+"-877 1805 OFFCURVE",
+"-912 1836 OFFCURVE",
+"-912 1878 CURVE SMOOTH",
+"-912 1936 OFFCURVE",
+"-876 1990 OFFCURVE",
+"-781 1990 CURVE",
+"-675 1990 LINE",
+"-677 2115 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DF2;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DF3;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1077 2537 OFFCURVE",
+"-1041 2494 OFFCURVE",
+"-972 2494 CURVE SMOOTH",
+"-905 2494 OFFCURVE",
+"-868 2537 OFFCURVE",
+"-868 2592 CURVE SMOOTH",
+"-868 2648 OFFCURVE",
+"-905 2692 OFFCURVE",
+"-972 2692 CURVE SMOOTH",
+"-1041 2692 OFFCURVE",
+"-1077 2648 OFFCURVE",
+"-1077 2592 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-747 2537 OFFCURVE",
+"-711 2494 OFFCURVE",
+"-642 2494 CURVE SMOOTH",
+"-575 2494 OFFCURVE",
+"-538 2537 OFFCURVE",
+"-538 2592 CURVE SMOOTH",
+"-538 2648 OFFCURVE",
+"-575 2692 OFFCURVE",
+"-642 2692 CURVE SMOOTH",
+"-711 2692 OFFCURVE",
+"-747 2648 OFFCURVE",
+"-747 2592 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-593 1632 OFFCURVE",
+"-448 1785 OFFCURVE",
+"-448 2017 CURVE SMOOTH",
+"-448 2032 LINE SMOOTH",
+"-448 2266 OFFCURVE",
+"-593 2419 OFFCURVE",
+"-810 2419 CURVE SMOOTH",
+"-1023 2419 OFFCURVE",
+"-1169 2266 OFFCURVE",
+"-1169 2032 CURVE SMOOTH",
+"-1169 2017 LINE SMOOTH",
+"-1169 1785 OFFCURVE",
+"-1023 1632 OFFCURVE",
+"-809 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-934 1779 OFFCURVE",
+"-987 1870 OFFCURVE",
+"-987 2017 CURVE SMOOTH",
+"-987 2032 LINE SMOOTH",
+"-987 2179 OFFCURVE",
+"-934 2272 OFFCURVE",
+"-810 2272 CURVE SMOOTH",
+"-683 2272 OFFCURVE",
+"-630 2179 OFFCURVE",
+"-630 2032 CURVE SMOOTH",
+"-630 2017 LINE SMOOTH",
+"-630 1870 OFFCURVE",
+"-683 1779 OFFCURVE",
+"-809 1779 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-791, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1111 2538 OFFCURVE",
+"-1060 2490 OFFCURVE",
+"-986 2490 CURVE SMOOTH",
+"-910 2490 OFFCURVE",
+"-859 2538 OFFCURVE",
+"-859 2606 CURVE SMOOTH",
+"-859 2673 OFFCURVE",
+"-910 2721 OFFCURVE",
+"-986 2721 CURVE SMOOTH",
+"-1060 2721 OFFCURVE",
+"-1111 2673 OFFCURVE",
+"-1111 2606 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-726 2538 OFFCURVE",
+"-675 2490 OFFCURVE",
+"-601 2490 CURVE SMOOTH",
+"-525 2490 OFFCURVE",
+"-474 2538 OFFCURVE",
+"-474 2606 CURVE SMOOTH",
+"-474 2673 OFFCURVE",
+"-525 2721 OFFCURVE",
+"-601 2721 CURVE SMOOTH",
+"-675 2721 OFFCURVE",
+"-726 2673 OFFCURVE",
+"-726 2606 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-556 1632 OFFCURVE",
+"-428 1796 OFFCURVE",
+"-428 2017 CURVE SMOOTH",
+"-428 2032 LINE SMOOTH",
+"-428 2254 OFFCURVE",
+"-556 2419 OFFCURVE",
+"-792 2419 CURVE SMOOTH",
+"-1026 2419 OFFCURVE",
+"-1155 2254 OFFCURVE",
+"-1155 2032 CURVE SMOOTH",
+"-1155 2017 LINE SMOOTH",
+"-1155 1796 OFFCURVE",
+"-1026 1632 OFFCURVE",
+"-791 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-897 1815 OFFCURVE",
+"-930 1903 OFFCURVE",
+"-930 2017 CURVE SMOOTH",
+"-930 2032 LINE SMOOTH",
+"-930 2144 OFFCURVE",
+"-895 2237 OFFCURVE",
+"-792 2237 CURVE SMOOTH",
+"-686 2237 OFFCURVE",
+"-653 2144 OFFCURVE",
+"-653 2032 CURVE SMOOTH",
+"-653 2017 LINE SMOOTH",
+"-653 1903 OFFCURVE",
+"-686 1815 OFFCURVE",
+"-791 1815 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DF3;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DF4;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1082 2537 OFFCURVE",
+"-1046 2494 OFFCURVE",
+"-978 2494 CURVE SMOOTH",
+"-910 2494 OFFCURVE",
+"-873 2537 OFFCURVE",
+"-873 2592 CURVE SMOOTH",
+"-873 2648 OFFCURVE",
+"-910 2692 OFFCURVE",
+"-978 2692 CURVE SMOOTH",
+"-1046 2692 OFFCURVE",
+"-1082 2648 OFFCURVE",
+"-1082 2592 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-752 2537 OFFCURVE",
+"-716 2494 OFFCURVE",
+"-648 2494 CURVE SMOOTH",
+"-580 2494 OFFCURVE",
+"-543 2537 OFFCURVE",
+"-543 2592 CURVE SMOOTH",
+"-543 2648 OFFCURVE",
+"-580 2692 OFFCURVE",
+"-648 2692 CURVE SMOOTH",
+"-716 2692 OFFCURVE",
+"-752 2648 OFFCURVE",
+"-752 2592 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-622 1651 LINE",
+"-487 1651 LINE",
+"-487 2410 LINE",
+"-669 2410 LINE",
+"-669 1827 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-644 1863 OFFCURVE",
+"-696 1785 OFFCURVE",
+"-820 1785 CURVE SMOOTH",
+"-912 1785 OFFCURVE",
+"-951 1840 OFFCURVE",
+"-951 1961 CURVE SMOOTH",
+"-951 2410 LINE",
+"-1132 2410 LINE",
+"-1132 1962 LINE SMOOTH",
+"-1132 1731 OFFCURVE",
+"-1032 1638 OFFCURVE",
+"-870 1638 CURVE SMOOTH",
+"-661 1638 OFFCURVE",
+"-579 1793 OFFCURVE",
+"-579 2006 CURVE",
+"-644 2005 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1111 2538 OFFCURVE",
+"-1060 2490 OFFCURVE",
+"-986 2490 CURVE SMOOTH",
+"-910 2490 OFFCURVE",
+"-859 2538 OFFCURVE",
+"-859 2606 CURVE SMOOTH",
+"-859 2673 OFFCURVE",
+"-910 2721 OFFCURVE",
+"-986 2721 CURVE SMOOTH",
+"-1060 2721 OFFCURVE",
+"-1111 2673 OFFCURVE",
+"-1111 2606 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-726 2538 OFFCURVE",
+"-675 2490 OFFCURVE",
+"-601 2490 CURVE SMOOTH",
+"-525 2490 OFFCURVE",
+"-474 2538 OFFCURVE",
+"-474 2606 CURVE SMOOTH",
+"-474 2673 OFFCURVE",
+"-525 2721 OFFCURVE",
+"-601 2721 CURVE SMOOTH",
+"-675 2721 OFFCURVE",
+"-726 2673 OFFCURVE",
+"-726 2606 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-653 1651 LINE",
+"-455 1651 LINE",
+"-455 2410 LINE",
+"-682 2410 LINE",
+"-682 1836 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-659 1899 OFFCURVE",
+"-693 1821 OFFCURVE",
+"-806 1821 CURVE SMOOTH",
+"-868 1821 OFFCURVE",
+"-905 1860 OFFCURVE",
+"-905 1946 CURVE SMOOTH",
+"-905 2410 LINE",
+"-1130 2410 LINE",
+"-1130 1947 LINE SMOOTH",
+"-1130 1727 OFFCURVE",
+"-1027 1638 OFFCURVE",
+"-877 1638 CURVE SMOOTH",
+"-685 1638 OFFCURVE",
+"-583 1793 OFFCURVE",
+"-583 2006 CURVE",
+"-659 2005 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DF4;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DF5;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+components = (
+{
+name = uptackmod;
+transform = "{1, 0, 0, 1, -1199, 1361}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-795, 1609}";
+}
+);
+components = (
+{
+name = uptackmod;
+transform = "{1, 0, 0, 1, -1249, 1444}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 1DF5;
+},
+{
+color = (250,227,227,1);
+glyphname = caronbelowcmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{-803, 0}";
+},
+{
+name = _markbottom;
+position = "{-803, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-803, -572}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-892 -571 LINE",
+"-1232 -193 LINE",
+"-1232 -177 LINE",
+"-1009 -177 LINE",
+"-810 -407 LINE",
+"-609 -177 LINE",
+"-385 -177 LINE",
+"-385 -191 LINE",
+"-727 -571 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{-803, 0}";
+},
+{
+name = _markbottom;
+position = "{-803, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-803, -540}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-923 -540 LINE",
+"-1354 -160 LINE",
+"-1354 -136 LINE",
+"-1012 -136 LINE",
+"-796 -323 LINE",
+"-579 -136 LINE",
+"-230 -136 LINE",
+"-230 -154 LINE",
+"-668 -540 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 032C;
+},
+{
+color = (250,227,227,1);
+glyphname = acutesubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-843, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-842, -536}";
+}
+);
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, -1282, -2241}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-843, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-843, -536}";
+}
+);
+components = (
+{
+name = acute;
+transform = "{1, 0, 0, 1, -1306, -2217}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0317;
+},
+{
+color = (227,245,235,1);
+glyphname = romantwo;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 728, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1472;
+},
+{
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 772, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1524;
+}
+);
+unicode = 2161;
+userData = {
+interface.gridadjust.original = "{'width': 1502, 'leftMargin': 256, 'rightMargin': 261}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = eight.sup;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1040 484 OFFCURVE",
+"868 600 OFFCURVE",
+"632 600 CURVE SMOOTH",
+"396 600 OFFCURVE",
+"224 484 OFFCURVE",
+"224 300 CURVE SMOOTH",
+"224 92 OFFCURVE",
+"400 -16 OFFCURVE",
+"632 -16 CURVE SMOOTH",
+"864 -16 OFFCURVE",
+"1040 92 OFFCURVE",
+"1040 300 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"812 228 OFFCURVE",
+"740 172 OFFCURVE",
+"632 172 CURVE SMOOTH",
+"524 172 OFFCURVE",
+"456 228 OFFCURVE",
+"456 316 CURVE SMOOTH",
+"456 408 OFFCURVE",
+"524 460 OFFCURVE",
+"632 460 CURVE SMOOTH",
+"736 460 OFFCURVE",
+"812 408 OFFCURVE",
+"812 316 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1016 992 OFFCURVE",
+"856 1100 OFFCURVE",
+"632 1100 CURVE SMOOTH",
+"408 1100 OFFCURVE",
+"248 992 OFFCURVE",
+"248 796 CURVE SMOOTH",
+"248 628 OFFCURVE",
+"408 512 OFFCURVE",
+"632 512 CURVE SMOOTH",
+"856 512 OFFCURVE",
+"1016 628 OFFCURVE",
+"1016 796 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"784 704 OFFCURVE",
+"728 648 OFFCURVE",
+"632 648 CURVE SMOOTH",
+"540 648 OFFCURVE",
+"480 704 OFFCURVE",
+"480 784 CURVE SMOOTH",
+"480 864 OFFCURVE",
+"540 916 OFFCURVE",
+"632 916 CURVE SMOOTH",
+"728 916 OFFCURVE",
+"784 864 OFFCURVE",
+"784 784 CURVE SMOOTH"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1088 500 OFFCURVE",
+"904 608 OFFCURVE",
+"656 608 CURVE SMOOTH",
+"412 608 OFFCURVE",
+"224 500 OFFCURVE",
+"224 300 CURVE SMOOTH",
+"224 88 OFFCURVE",
+"412 -16 OFFCURVE",
+"660 -16 CURVE SMOOTH",
+"908 -16 OFFCURVE",
+"1088 88 OFFCURVE",
+"1088 300 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"788 268 OFFCURVE",
+"736 228 OFFCURVE",
+"660 228 CURVE SMOOTH",
+"580 228 OFFCURVE",
+"528 268 OFFCURVE",
+"528 332 CURVE SMOOTH",
+"528 404 OFFCURVE",
+"580 432 OFFCURVE",
+"656 432 CURVE SMOOTH",
+"736 432 OFFCURVE",
+"788 404 OFFCURVE",
+"788 332 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1064 996 OFFCURVE",
+"896 1100 OFFCURVE",
+"656 1100 CURVE SMOOTH",
+"424 1100 OFFCURVE",
+"252 996 OFFCURVE",
+"252 792 CURVE SMOOTH",
+"252 612 OFFCURVE",
+"424 504 OFFCURVE",
+"660 504 CURVE SMOOTH",
+"896 504 OFFCURVE",
+"1064 612 OFFCURVE",
+"1064 792 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 716 OFFCURVE",
+"732 676 OFFCURVE",
+"660 676 CURVE SMOOTH",
+"588 676 OFFCURVE",
+"552 716 OFFCURVE",
+"552 772 CURVE SMOOTH",
+"552 828 OFFCURVE",
+"588 860 OFFCURVE",
+"656 860 CURVE SMOOTH",
+"732 860 OFFCURVE",
+"764 828 OFFCURVE",
+"764 772 CURVE SMOOTH"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = finalkaf;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, 0}";
+},
+{
+name = top;
+position = "{1044, 2200}";
+},
+{
+name = top0315;
+position = "{1764, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1356 280 OFFCURVE",
+"1248 192 OFFCURVE",
+"1052 192 CURVE SMOOTH",
+"900 192 OFFCURVE",
+"572 240 OFFCURVE",
+"276 512 CURVE",
+"172 300 LINE",
+"436 40 OFFCURVE",
+"792 -28 OFFCURVE",
+"1052 -28 CURVE SMOOTH",
+"1400 -28 OFFCURVE",
+"1632 156 OFFCURVE",
+"1632 420 CURVE",
+"1632 664 OFFCURVE",
+"1440 792 OFFCURVE",
+"1080 868 CURVE SMOOTH",
+"848 916 OFFCURVE",
+"760 968 OFFCURVE",
+"760 1084 CURVE",
+"760 1188 OFFCURVE",
+"840 1296 OFFCURVE",
+"1044 1296 CURVE SMOOTH",
+"1232 1296 OFFCURVE",
+"1340 1164 OFFCURVE",
+"1340 1048 CURVE",
+"1616 1048 LINE",
+"1616 1304 OFFCURVE",
+"1404 1516 OFFCURVE",
+"1044 1516 CURVE SMOOTH",
+"708 1516 OFFCURVE",
+"488 1312 OFFCURVE",
+"488 1076 CURVE",
+"488 832 OFFCURVE",
+"688 720 OFFCURVE",
+"1028 644 CURVE SMOOTH",
+"1284 588 OFFCURVE",
+"1356 524 OFFCURVE",
+"1356 396 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"100 2048 LINE",
+"100 0 LINE",
+"336 0 LINE",
+"336 2048 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1276, 0}";
+},
+{
+name = top;
+position = "{1276, 2200}";
+},
+{
+name = top0315;
+position = "{2008, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 332 OFFCURVE",
+"1428 288 OFFCURVE",
+"1228 288 CURVE SMOOTH",
+"1028 288 OFFCURVE",
+"712 364 OFFCURVE",
+"428 580 CURVE",
+"300 248 LINE",
+"640 40 OFFCURVE",
+"916 -28 OFFCURVE",
+"1228 -28 CURVE SMOOTH",
+"1668 -28 OFFCURVE",
+"1916 168 OFFCURVE",
+"1916 432 CURVE",
+"1916 700 OFFCURVE",
+"1732 832 OFFCURVE",
+"1380 900 CURVE SMOOTH",
+"1192 936 OFFCURVE",
+"1088 968 OFFCURVE",
+"1088 1068 CURVE",
+"1088 1156 OFFCURVE",
+"1168 1212 OFFCURVE",
+"1272 1212 CURVE SMOOTH",
+"1416 1212 OFFCURVE",
+"1476 1144 OFFCURVE",
+"1476 1032 CURVE",
+"1916 1032 LINE",
+"1916 1316 OFFCURVE",
+"1672 1516 OFFCURVE",
+"1276 1516 CURVE SMOOTH",
+"892 1516 OFFCURVE",
+"668 1296 OFFCURVE",
+"668 1044 CURVE",
+"668 780 OFFCURVE",
+"904 652 OFFCURVE",
+"1196 588 CURVE SMOOTH",
+"1416 536 OFFCURVE",
+"1488 500 OFFCURVE",
+"1488 420 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"128 2048 LINE",
+"128 0 LINE",
+"588 0 LINE",
+"588 2048 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 02AA;
+userData = {
+interface.gridadjust.original = "{'width': 1874, 'leftMargin': 256, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DFC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"777 -337 OFFCURVE",
+"413 -143 OFFCURVE",
+"-36 -143 CURVE SMOOTH",
+"-484 -143 OFFCURVE",
+"-850 -337 OFFCURVE",
+"-1001 -554 CURVE",
+"-780 -554 LINE",
+"-670 -448 OFFCURVE",
+"-356 -314 OFFCURVE",
+"-36 -314 CURVE SMOOTH",
+"282 -314 OFFCURVE",
+"597 -448 OFFCURVE",
+"707 -554 CURVE",
+"928 -554 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"910 -380 OFFCURVE",
+"677 -110 OFFCURVE",
+"0 -110 CURVE SMOOTH",
+"-678 -110 OFFCURVE",
+"-912 -380 OFFCURVE",
+"-1022 -628 CURVE",
+"-716 -628 LINE",
+"-620 -538 OFFCURVE",
+"-485 -358 OFFCURVE",
+"0 -358 CURVE SMOOTH",
+"484 -358 OFFCURVE",
+"631 -538 OFFCURVE",
+"714 -628 CURVE",
+"1020 -628 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DFC;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DFD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-784, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-474 -171 OFFCURVE",
+"-534 -220 OFFCURVE",
+"-609 -220 CURVE SMOOTH",
+"-754 -220 OFFCURVE",
+"-822 -125 OFFCURVE",
+"-975 -125 CURVE SMOOTH",
+"-1145 -125 OFFCURVE",
+"-1276 -232 OFFCURVE",
+"-1276 -385 CURVE",
+"-1095 -393 LINE",
+"-1095 -330 OFFCURVE",
+"-1037 -279 OFFCURVE",
+"-961 -279 CURVE SMOOTH",
+"-810 -279 OFFCURVE",
+"-781 -374 OFFCURVE",
+"-595 -374 CURVE SMOOTH",
+"-426 -374 OFFCURVE",
+"-293 -274 OFFCURVE",
+"-293 -120 CURVE",
+"-474 -106 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-474 -457 OFFCURVE",
+"-534 -506 OFFCURVE",
+"-609 -506 CURVE SMOOTH",
+"-754 -506 OFFCURVE",
+"-822 -411 OFFCURVE",
+"-975 -411 CURVE SMOOTH",
+"-1145 -411 OFFCURVE",
+"-1276 -518 OFFCURVE",
+"-1276 -671 CURVE",
+"-1095 -679 LINE",
+"-1095 -616 OFFCURVE",
+"-1037 -565 OFFCURVE",
+"-961 -565 CURVE SMOOTH",
+"-810 -565 OFFCURVE",
+"-781 -660 OFFCURVE",
+"-595 -660 CURVE SMOOTH",
+"-426 -660 OFFCURVE",
+"-293 -560 OFFCURVE",
+"-293 -406 CURVE",
+"-474 -392 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-792, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-513 -111 OFFCURVE",
+"-564 -146 OFFCURVE",
+"-624 -146 CURVE SMOOTH",
+"-759 -146 OFFCURVE",
+"-861 -48 OFFCURVE",
+"-1005 -48 CURVE SMOOTH",
+"-1189 -48 OFFCURVE",
+"-1320 -202 OFFCURVE",
+"-1320 -367 CURVE",
+"-1071 -380 LINE",
+"-1071 -308 OFFCURVE",
+"-1023 -274 OFFCURVE",
+"-963 -274 CURVE SMOOTH",
+"-821 -274 OFFCURVE",
+"-754 -373 OFFCURVE",
+"-582 -373 CURVE SMOOTH",
+"-396 -373 OFFCURVE",
+"-265 -224 OFFCURVE",
+"-265 -54 CURVE",
+"-513 -40 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-513 -473 OFFCURVE",
+"-564 -507 OFFCURVE",
+"-624 -507 CURVE SMOOTH",
+"-759 -507 OFFCURVE",
+"-861 -410 OFFCURVE",
+"-1005 -410 CURVE SMOOTH",
+"-1189 -410 OFFCURVE",
+"-1320 -564 OFFCURVE",
+"-1320 -729 CURVE",
+"-1071 -741 LINE",
+"-1071 -670 OFFCURVE",
+"-1023 -635 OFFCURVE",
+"-963 -635 CURVE SMOOTH",
+"-821 -635 OFFCURVE",
+"-754 -734 OFFCURVE",
+"-582 -734 CURVE SMOOTH",
+"-396 -734 OFFCURVE",
+"-265 -586 OFFCURVE",
+"-265 -415 CURVE",
+"-513 -402 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DFD;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DFE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1609}";
+}
+);
+components = (
+{
+name = arrowheadleftmod;
+transform = "{1, 0, 0, 1, -1376, 802}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+components = (
+{
+name = arrowheadleftmod;
+transform = "{1, 0, 0, 1, -1433, 824}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 1DFE;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DFF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-712, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-678 -380 LINE",
+"-678 -485 LINE",
+"-1678 -752 LINE",
+"-1678 -583 LINE",
+"-1055 -429 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1678 -98 LINE",
+"-678 -364 LINE",
+"-678 -472 LINE",
+"-1055 -424 LINE",
+"-1678 -267 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-180 -748 LINE",
+"-344 -748 LINE",
+"-755 -99 LINE",
+"-528 -99 LINE",
+"-292 -503 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"253 -99 LINE",
+"-157 -748 LINE",
+"-322 -748 LINE",
+"-213 -503 LINE",
+"28 -99 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-905, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-917 -359 LINE",
+"-917 -498 LINE",
+"-1979 -729 LINE",
+"-1979 -525 LINE",
+"-1375 -400 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1979 -84 LINE",
+"-917 -315 LINE",
+"-917 -454 LINE",
+"-1375 -415 LINE",
+"-1979 -287 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-276 -760 LINE",
+"-501 -760 LINE",
+"-873 -102 LINE",
+"-594 -102 LINE",
+"-392 -476 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"168 -102 LINE",
+"-205 -760 LINE",
+"-429 -760 LINE",
+"-318 -476 LINE",
+"-111 -102 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DFF;
+},
+{
+color = (204,240,242,1);
+glyphname = uni1FEF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _tonos;
+position = "{720, 2000}";
+},
+{
+name = _top;
+position = "{492, 1624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"600 1584 LINE",
+"444 2028 LINE",
+"156 2028 LINE",
+"156 2000 LINE",
+"472 1560 LINE",
+"600 1560 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _tonos;
+position = "{680, 2000}";
+},
+{
+name = _top;
+position = "{508, 1624}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"620 1600 LINE",
+"468 2028 LINE",
+"180 2028 LINE",
+"180 2000 LINE",
+"496 1560 LINE",
+"620 1560 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 1FEF;
+userData = {
+interface.gridadjust.original = "{'width': 707, 'leftMargin': 142, 'rightMargin': 121}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = dblprimemod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = primemod;
+transform = "{1, 0, 0, 1, 36, 0}";
+},
+{
+name = primemod;
+transform = "{1, 0, 0, 1, 448, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+name = primemod;
+transform = "{1, 0, 0, 1, 108, 0}";
+},
+{
+name = primemod;
+transform = "{1, 0, 0, 1, 656, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 02BA;
+userData = {
+interface.gridadjust.original = "{'width': 866, 'leftMargin': 44, 'rightMargin': -15}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ezhreversed;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1460 -184 OFFCURVE",
+"1372 -344 OFFCURVE",
+"1032 -344 CURVE SMOOTH",
+"676 -344 OFFCURVE",
+"528 -164 OFFCURVE",
+"528 220 CURVE SMOOTH",
+"528 644 OFFCURVE",
+"700 796 OFFCURVE",
+"1060 796 CURVE SMOOTH",
+"1340 796 LINE",
+"1340 1016 LINE",
+"1060 1016 LINE SMOOTH",
+"556 1016 OFFCURVE",
+"240 784 OFFCURVE",
+"240 220 CURVE SMOOTH",
+"240 -340 OFFCURVE",
+"560 -572 OFFCURVE",
+"1032 -572 CURVE SMOOTH",
+"1520 -572 OFFCURVE",
+"1748 -280 OFFCURVE",
+"1792 92 CURVE",
+"1508 92 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1364 796 LINE",
+"1364 1004 LINE",
+"476 2004 LINE",
+"348 2004 LINE",
+"348 1800 LINE",
+"1240 796 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1740 1772 LINE",
+"1740 2004 LINE",
+"468 2004 LINE",
+"468 1772 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1396 -132 OFFCURVE",
+"1276 -228 OFFCURVE",
+"1048 -228 CURVE SMOOTH",
+"776 -228 OFFCURVE",
+"664 -64 OFFCURVE",
+"664 288 CURVE SMOOTH",
+"664 676 OFFCURVE",
+"788 820 OFFCURVE",
+"1048 820 CURVE SMOOTH",
+"1328 820 LINE",
+"1328 1176 LINE",
+"1048 1176 LINE SMOOTH",
+"544 1176 OFFCURVE",
+"204 848 OFFCURVE",
+"204 288 CURVE SMOOTH",
+"204 -272 OFFCURVE",
+"528 -600 OFFCURVE",
+"1048 -600 CURVE SMOOTH",
+"1540 -600 OFFCURVE",
+"1848 -312 OFFCURVE",
+"1872 104 CURVE",
+"1412 104 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1440 820 LINE",
+"1440 1068 LINE",
+"632 2004 LINE",
+"360 2004 LINE",
+"360 1760 LINE",
+"1160 820 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1876 1628 LINE",
+"1876 2004 LINE",
+"500 2004 LINE",
+"500 1628 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 01B8;
+userData = {
+interface.gridadjust.original = "{'width': 1821, 'leftMargin': 160, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ezhreversed;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"296 1320 LINE",
+"960 488 LINE",
+"1144 488 LINE",
+"1144 656 LINE",
+"648 1268 LINE",
+"1492 1268 LINE",
+"1492 1488 LINE",
+"296 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"484 652 OFFCURVE",
+"224 436 OFFCURVE",
+"224 44 CURVE SMOOTH",
+"224 -328 OFFCURVE",
+"508 -544 OFFCURVE",
+"904 -544 CURVE SMOOTH",
+"1220 -544 OFFCURVE",
+"1552 -368 OFFCURVE",
+"1552 40 CURVE",
+"1280 40 LINE",
+"1280 -156 OFFCURVE",
+"1128 -324 OFFCURVE",
+"904 -324 CURVE SMOOTH",
+"648 -324 OFFCURVE",
+"500 -168 OFFCURVE",
+"500 40 CURVE SMOOTH",
+"500 324 OFFCURVE",
+"652 440 OFFCURVE",
+"940 440 CURVE SMOOTH",
+"1144 440 LINE",
+"1144 652 LINE",
+"932 652 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"212 1192 LINE",
+"852 516 LINE",
+"1172 516 LINE",
+"1172 688 LINE",
+"720 1132 LINE",
+"1564 1132 LINE",
+"1564 1488 LINE",
+"216 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"452 712 OFFCURVE",
+"180 472 OFFCURVE",
+"180 44 CURVE SMOOTH",
+"180 -328 OFFCURVE",
+"496 -544 OFFCURVE",
+"928 -544 CURVE SMOOTH",
+"1280 -544 OFFCURVE",
+"1644 -368 OFFCURVE",
+"1644 40 CURVE",
+"1200 40 LINE",
+"1200 -88 OFFCURVE",
+"1096 -188 OFFCURVE",
+"928 -188 CURVE SMOOTH",
+"736 -188 OFFCURVE",
+"624 -80 OFFCURVE",
+"624 56 CURVE SMOOTH",
+"624 320 OFFCURVE",
+"752 420 OFFCURVE",
+"992 420 CURVE SMOOTH",
+"1172 420 LINE",
+"1172 680 LINE",
+"920 712 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01B9;
+userData = {
+interface.gridadjust.original = "{'width': 1588, 'leftMargin': 143, 'rightMargin': 115}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ezh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 -280 OFFCURVE",
+"384 -572 OFFCURVE",
+"872 -572 CURVE SMOOTH",
+"1344 -572 OFFCURVE",
+"1664 -340 OFFCURVE",
+"1664 220 CURVE SMOOTH",
+"1664 784 OFFCURVE",
+"1348 1016 OFFCURVE",
+"848 1016 CURVE SMOOTH",
+"568 1016 LINE",
+"568 796 LINE",
+"848 796 LINE SMOOTH",
+"1204 796 OFFCURVE",
+"1380 644 OFFCURVE",
+"1380 220 CURVE SMOOTH",
+"1380 -164 OFFCURVE",
+"1232 -344 OFFCURVE",
+"872 -344 CURVE SMOOTH",
+"536 -344 OFFCURVE",
+"448 -184 OFFCURVE",
+"400 92 CURVE",
+"112 92 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1560 2004 LINE",
+"1432 2004 LINE",
+"540 1004 LINE",
+"540 796 LINE",
+"664 796 LINE",
+"1560 1800 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 2004 LINE",
+"164 1772 LINE",
+"1440 1772 LINE",
+"1440 2004 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"232 -312 OFFCURVE",
+"540 -600 OFFCURVE",
+"1032 -600 CURVE SMOOTH",
+"1552 -600 OFFCURVE",
+"1876 -272 OFFCURVE",
+"1876 288 CURVE SMOOTH",
+"1876 848 OFFCURVE",
+"1540 1176 OFFCURVE",
+"1032 1176 CURVE SMOOTH",
+"752 1176 LINE",
+"752 820 LINE",
+"1032 820 LINE SMOOTH",
+"1292 820 OFFCURVE",
+"1416 676 OFFCURVE",
+"1416 288 CURVE SMOOTH",
+"1416 -64 OFFCURVE",
+"1304 -228 OFFCURVE",
+"1032 -228 CURVE SMOOTH",
+"804 -228 OFFCURVE",
+"684 -132 OFFCURVE",
+"668 104 CURVE",
+"208 104 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1732 2004 LINE",
+"1460 2004 LINE",
+"648 1068 LINE",
+"648 820 LINE",
+"932 820 LINE",
+"1732 1760 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"204 2004 LINE",
+"204 1628 LINE",
+"1584 1628 LINE",
+"1584 2004 LINE"
+);
+}
+);
+width = 2080;
+}
+);
+unicode = 01B7;
+userData = {
+interface.gridadjust.original = "{'width': 1821, 'leftMargin': 110, 'rightMargin': 160}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (227,245,235,1);
+glyphname = romanfifty;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = L;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+components = (
+{
+name = L;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 216C;
+userData = {
+interface.gridadjust.original = "{'width': 1539, 'leftMargin': 271, 'rightMargin': 104}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = ringhalfright;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _rhalfring;
+position = "{220, 1584}";
+},
+{
+name = _top;
+position = "{148, 1584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"264 1528 OFFCURVE",
+"392 1636 OFFCURVE",
+"392 1796 CURVE SMOOTH",
+"392 1960 OFFCURVE",
+"264 2076 OFFCURVE",
+"108 2076 CURVE",
+"108 1948 LINE",
+"184 1948 OFFCURVE",
+"248 1884 OFFCURVE",
+"248 1796 CURVE SMOOTH",
+"248 1716 OFFCURVE",
+"184 1652 OFFCURVE",
+"108 1652 CURVE",
+"108 1528 LINE"
+);
+}
+);
+width = 496;
+},
+{
+anchors = (
+{
+name = _rhalfring;
+position = "{260, 1624}";
+},
+{
+name = _top;
+position = "{188, 1652}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"292 1576 OFFCURVE",
+"416 1684 OFFCURVE",
+"416 1836 CURVE SMOOTH",
+"416 1984 OFFCURVE",
+"292 2100 OFFCURVE",
+"128 2100 CURVE",
+"128 1968 LINE",
+"204 1968 OFFCURVE",
+"252 1916 OFFCURVE",
+"252 1836 CURVE SMOOTH",
+"252 1756 OFFCURVE",
+"204 1704 OFFCURVE",
+"128 1704 CURVE",
+"128 1576 LINE"
+);
+}
+);
+width = 544;
+}
+);
+unicode = 02BE;
+userData = {
+interface.gridadjust.original = "{'width': 393, 'leftMargin': 55, 'rightMargin': 55}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ismallcap;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{500, 0}";
+},
+{
+name = top;
+position = "{500, 1776}";
+},
+{
+name = top0315;
+position = "{984, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"164 1488 LINE",
+"164 1268 LINE",
+"848 1268 LINE",
+"848 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"364 1488 LINE",
+"364 0 LINE",
+"640 0 LINE",
+"640 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"164 220 LINE",
+"164 0 LINE",
+"848 0 LINE",
+"848 220 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{656, 0}";
+},
+{
+name = top;
+position = "{656, 1776}";
+},
+{
+name = top0315;
+position = "{1196, 1776}";
+}
+);
+guideLines = (
+{
+angle = 90;
+position = "{537.625, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"228 1488 LINE",
+"228 1132 LINE",
+"1084 1132 LINE",
+"1084 1488 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 1488 LINE",
+"432 0 LINE",
+"876 0 LINE",
+"876 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"228 360 LINE",
+"228 0 LINE",
+"1084 0 LINE",
+"1084 360 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 026A;
+userData = {
+interface.gridadjust.original = "{'width': 958, 'leftMargin': 138, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = uptackmod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"400 700 LINE",
+"400 236 LINE",
+"608 236 LINE",
+"608 700 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"224 236 LINE",
+"784 236 LINE",
+"784 428 LINE",
+"224 428 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"388 808 LINE",
+"388 204 LINE",
+"668 204 LINE",
+"668 808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"184 204 LINE",
+"872 204 LINE",
+"872 468 LINE",
+"184 468 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02D4;
+userData = {
+interface.gridadjust.original = "{'width': 781.0, 'leftMargin': 110, 'rightMargin': 110.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (240,240,240,1);
+glyphname = hyphendot;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 764 OFFCURVE",
+"272 696 OFFCURVE",
+"376 696 CURVE SMOOTH",
+"480 696 OFFCURVE",
+"536 764 OFFCURVE",
+"536 848 CURVE SMOOTH",
+"536 932 OFFCURVE",
+"480 1000 OFFCURVE",
+"376 1000 CURVE SMOOTH",
+"272 1000 OFFCURVE",
+"216 932 OFFCURVE",
+"216 848 CURVE SMOOTH"
+);
+}
+);
+width = 752;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"156 732 OFFCURVE",
+"252 640 OFFCURVE",
+"400 640 CURVE SMOOTH",
+"548 640 OFFCURVE",
+"648 732 OFFCURVE",
+"648 864 CURVE SMOOTH",
+"648 996 OFFCURVE",
+"548 1092 OFFCURVE",
+"400 1092 CURVE SMOOTH",
+"252 1092 OFFCURVE",
+"156 996 OFFCURVE",
+"156 864 CURVE SMOOTH"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 2027;
+userData = {
+interface.gridadjust.original = "{'width': 538, 'leftMargin': 110, 'rightMargin': 110}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE29;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-535 -245 LINE",
+"-667 -235 OFFCURVE",
+"-784 -228 OFFCURVE",
+"-879 -228 CURVE SMOOTH",
+"-1187 -228 OFFCURVE",
+"-1386 -381 OFFCURVE",
+"-1441 -549 CURVE",
+"-1291 -586 LINE",
+"-1236 -502 OFFCURVE",
+"-1092 -435 OFFCURVE",
+"-879 -435 CURVE SMOOTH",
+"-782 -435 OFFCURVE",
+"-664 -441 OFFCURVE",
+"-532 -451 CURVE",
+"0 -499 LINE",
+"0 -292 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-551 -187 LINE",
+"-679 -172 OFFCURVE",
+"-788 -161 OFFCURVE",
+"-930 -161 CURVE SMOOTH",
+"-1257 -161 OFFCURVE",
+"-1451 -327 OFFCURVE",
+"-1588 -495 CURVE",
+"-1394 -619 LINE",
+"-1275 -503 OFFCURVE",
+"-1185 -399 OFFCURVE",
+"-873 -399 CURVE SMOOTH",
+"-756 -399 OFFCURVE",
+"-664 -407 OFFCURVE",
+"-558 -419 CURVE",
+"0 -483 LINE",
+"0 -248 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE29;
+},
+{
+glyphname = epsilon1revhook;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{712, 0}";
+},
+{
+name = top;
+position = "{712, 1776}";
+},
+{
+name = top0315;
+position = "{1972, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1428 1036 LINE",
+"1468 852 OFFCURVE",
+"1540 692 OFFCURVE",
+"1768 692 CURVE SMOOTH",
+"1832 692 OFFCURVE",
+"1892 708 OFFCURVE",
+"1944 736 CURVE",
+"1908 904 LINE",
+"1892 900 OFFCURVE",
+"1872 896 OFFCURVE",
+"1824 896 CURVE SMOOTH",
+"1676 896 OFFCURVE",
+"1640 1060 OFFCURVE",
+"1604 1296 CURVE",
+"1240 1224 LINE",
+"1240 1000 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"444 652 LINE",
+"732 652 LINE SMOOTH",
+"948 652 OFFCURVE",
+"1060 580 OFFCURVE",
+"1060 420 CURVE SMOOTH",
+"1060 300 OFFCURVE",
+"932 192 OFFCURVE",
+"712 192 CURVE SMOOTH",
+"500 192 OFFCURVE",
+"364 312 OFFCURVE",
+"364 444 CURVE",
+"88 444 LINE",
+"88 116 OFFCURVE",
+"408 -28 OFFCURVE",
+"712 -28 CURVE SMOOTH",
+"1072 -28 OFFCURVE",
+"1336 140 OFFCURVE",
+"1336 420 CURVE SMOOTH",
+"1336 672 OFFCURVE",
+"1120 808 OFFCURVE",
+"752 808 CURVE",
+"444 808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1088 712 OFFCURVE",
+"1312 876 OFFCURVE",
+"1312 1080 CURVE",
+"1312 1364 OFFCURVE",
+"1072 1516 OFFCURVE",
+"712 1516 CURVE SMOOTH",
+"388 1516 OFFCURVE",
+"116 1344 OFFCURVE",
+"116 1072 CURVE",
+"388 1072 LINE",
+"388 1196 OFFCURVE",
+"532 1296 OFFCURVE",
+"712 1296 CURVE SMOOTH",
+"936 1296 OFFCURVE",
+"1036 1188 OFFCURVE",
+"1036 1080 CURVE",
+"1036 956 OFFCURVE",
+"948 868 OFFCURVE",
+"732 868 CURVE SMOOTH",
+"444 868 LINE",
+"444 712 LINE",
+"752 712 LINE"
+);
+}
+);
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = top;
+position = "{828, 1776}";
+},
+{
+name = top0315;
+position = "{2204, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1568 972 LINE",
+"1624 732 OFFCURVE",
+"1680 540 OFFCURVE",
+"1952 540 CURVE SMOOTH",
+"2032 540 OFFCURVE",
+"2112 560 OFFCURVE",
+"2176 596 CURVE",
+"2120 876 LINE",
+"2096 872 OFFCURVE",
+"2068 872 OFFCURVE",
+"2040 872 CURVE SMOOTH",
+"1888 872 OFFCURVE",
+"1884 1040 OFFCURVE",
+"1840 1324 CURVE",
+"1364 1220 LINE",
+"1364 920 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"596 620 LINE",
+"840 620 LINE SMOOTH",
+"992 620 OFFCURVE",
+"1096 580 OFFCURVE",
+"1096 464 CURVE SMOOTH",
+"1096 384 OFFCURVE",
+"1016 304 OFFCURVE",
+"852 304 CURVE SMOOTH",
+"684 304 OFFCURVE",
+"604 364 OFFCURVE",
+"604 440 CURVE",
+"160 440 LINE",
+"160 116 OFFCURVE",
+"500 -28 OFFCURVE",
+"824 -28 CURVE SMOOTH",
+"1224 -28 OFFCURVE",
+"1536 140 OFFCURVE",
+"1536 420 CURVE SMOOTH",
+"1536 672 OFFCURVE",
+"1312 808 OFFCURVE",
+"944 808 CURVE",
+"596 808 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 712 OFFCURVE",
+"1512 876 OFFCURVE",
+"1512 1080 CURVE",
+"1512 1364 OFFCURVE",
+"1224 1516 OFFCURVE",
+"824 1516 CURVE SMOOTH",
+"472 1516 OFFCURVE",
+"184 1344 OFFCURVE",
+"184 1056 CURVE",
+"628 1056 LINE",
+"628 1144 OFFCURVE",
+"720 1184 OFFCURVE",
+"852 1184 CURVE SMOOTH",
+"1008 1184 OFFCURVE",
+"1068 1108 OFFCURVE",
+"1068 1040 CURVE",
+"1068 956 OFFCURVE",
+"984 904 OFFCURVE",
+"840 904 CURVE SMOOTH",
+"596 904 LINE",
+"596 712 LINE",
+"944 712 LINE"
+);
+}
+);
+width = 2336;
+}
+);
+unicode = 025D;
+userData = {
+interface.gridadjust.original = "{'width': 2017, 'leftMargin': 135, 'rightMargin': 27}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE20;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-476, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-506 2112 OFFCURVE",
+"-897 1955 OFFCURVE",
+"-952 1587 CURVE",
+"-677 1587 LINE",
+"-622 1804 OFFCURVE",
+"-363 1892 OFFCURVE",
+"0 1892 CURVE",
+"0 2112 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-649, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-857 2112 OFFCURVE",
+"-1187 1843 OFFCURVE",
+"-1297 1594 CURVE",
+"-991 1594 LINE",
+"-895 1684 OFFCURVE",
+"-664 1865 OFFCURVE",
+"0 1865 CURVE",
+"0 2112 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE20;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE21;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{476, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"363 1892 OFFCURVE",
+"622 1804 OFFCURVE",
+"677 1587 CURVE",
+"952 1587 LINE",
+"897 1955 OFFCURVE",
+"506 2112 OFFCURVE",
+"0 2112 CURVE",
+"0 1892 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{648, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"663 1865 OFFCURVE",
+"906 1684 OFFCURVE",
+"989 1594 CURVE",
+"1295 1594 LINE",
+"1185 1843 OFFCURVE",
+"855 2112 OFFCURVE",
+"0 2112 CURVE",
+"0 1865 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE21;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE22;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-721, 1609}";
+}
+);
+components = (
+{
+name = uniFE29;
+transform = "{1, 0, 0, 1, 0, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-795, 1609}";
+}
+);
+components = (
+{
+name = uniFE29;
+transform = "{1, 0, 0, 1, 0, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = FE22;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE23;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{721, 1609}";
+}
+);
+components = (
+{
+name = uniFE2A;
+transform = "{1, 0, 0, 1, 0, 2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{795, 1609}";
+}
+);
+components = (
+{
+name = uniFE2A;
+transform = "{1, 0, 0, 1, 0, 2200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = FE23;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE24;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-430, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-809 2002 LINE",
+"-809 1796 LINE",
+"-51 1796 LINE",
+"-51 2002 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-439, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-792 2005 LINE",
+"-792 1767 LINE",
+"-84 1767 LINE",
+"-84 2005 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE24;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE25;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-1188, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1568 2002 LINE",
+"-1568 1796 LINE",
+"-809 1796 LINE",
+"-809 2002 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-1148, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1504 2005 LINE",
+"-1504 1767 LINE",
+"-792 1767 LINE",
+"-792 2005 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE25;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE26;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-810, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1568 2002 LINE",
+"-1568 1796 LINE",
+"-51 1796 LINE",
+"-51 2002 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-795, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1504 2005 LINE",
+"-1504 1767 LINE",
+"-84 1767 LINE",
+"-84 2005 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE26;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE27;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-320 -384 OFFCURVE",
+"-634 -249 OFFCURVE",
+"-744 -143 CURVE",
+"-965 -143 LINE",
+"-814 -360 OFFCURVE",
+"-448 -554 OFFCURVE",
+"0 -554 CURVE",
+"0 -384 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-664 -373 OFFCURVE",
+"-895 -193 OFFCURVE",
+"-991 -102 CURVE",
+"-1297 -102 LINE",
+"-1187 -351 OFFCURVE",
+"-857 -620 OFFCURVE",
+"0 -620 CURVE",
+"0 -373 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE27;
+},
+{
+glyphname = lyogh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{872, -616}";
+},
+{
+name = top;
+position = "{872, 1776}";
+},
+{
+name = top0315;
+position = "{1724, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"284 1268 LINE",
+"1156 1268 LINE",
+"636 600 LINE",
+"636 428 LINE",
+"788 428 LINE",
+"1484 1320 LINE",
+"1480 1488 LINE",
+"284 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"636 384 LINE",
+"840 384 LINE SMOOTH",
+"1124 384 OFFCURVE",
+"1280 264 OFFCURVE",
+"1280 -16 CURVE SMOOTH",
+"1280 -228 OFFCURVE",
+"1132 -380 OFFCURVE",
+"872 -380 CURVE SMOOTH",
+"648 -380 OFFCURVE",
+"528 -280 OFFCURVE",
+"500 -128 CURVE",
+"224 -128 LINE",
+"276 -472 OFFCURVE",
+"556 -600 OFFCURVE",
+"872 -600 CURVE SMOOTH",
+"1268 -600 OFFCURVE",
+"1552 -388 OFFCURVE",
+"1552 -12 CURVE SMOOTH",
+"1552 380 OFFCURVE",
+"1292 596 OFFCURVE",
+"844 596 CURVE",
+"636 596 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"220 2048 LINE",
+"220 0 LINE",
+"456 0 LINE",
+"456 2048 LINE"
+);
+}
+);
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -616}";
+},
+{
+name = top;
+position = "{900, 1776}";
+},
+{
+name = top0315;
+position = "{1704, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"276 1132 LINE",
+"1104 1132 LINE",
+"764 632 LINE",
+"764 460 LINE",
+"1084 460 LINE",
+"1612 1192 LINE",
+"1612 1488 LINE",
+"276 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 364 LINE",
+"832 364 LINE SMOOTH",
+"1072 364 OFFCURVE",
+"1200 260 OFFCURVE",
+"1200 56 CURVE SMOOTH",
+"1200 -136 OFFCURVE",
+"1088 -244 OFFCURVE",
+"896 -244 CURVE SMOOTH",
+"728 -244 OFFCURVE",
+"660 -208 OFFCURVE",
+"624 -100 CURVE",
+"180 -100 LINE",
+"260 -480 OFFCURVE",
+"544 -600 OFFCURVE",
+"896 -600 CURVE SMOOTH",
+"1328 -600 OFFCURVE",
+"1644 -384 OFFCURVE",
+"1644 -12 CURVE SMOOTH",
+"1644 420 OFFCURVE",
+"1372 652 OFFCURVE",
+"908 652 CURVE",
+"764 624 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"148 2048 LINE",
+"148 0 LINE",
+"608 0 LINE",
+"608 2048 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 026E;
+userData = {
+interface.gridadjust.original = "{'width': 1711, 'leftMargin': 210, 'rightMargin': 171}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE2A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"150 -514 OFFCURVE",
+"301 -528 OFFCURVE",
+"443 -539 CURVE SMOOTH",
+"605 -551 OFFCURVE",
+"755 -561 OFFCURVE",
+"876 -561 CURVE SMOOTH",
+"1183 -561 OFFCURVE",
+"1385 -418 OFFCURVE",
+"1440 -249 CURVE",
+"1290 -204 LINE",
+"1235 -289 OFFCURVE",
+"1089 -356 OFFCURVE",
+"876 -356 CURVE SMOOTH",
+"759 -356 OFFCURVE",
+"601 -348 OFFCURVE",
+"429 -337 CURVE SMOOTH",
+"282 -327 OFFCURVE",
+"142 -316 OFFCURVE",
+"0 -292 CURVE",
+"0 -499 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"249 -510 OFFCURVE",
+"408 -527 OFFCURVE",
+"545 -543 CURVE SMOOTH",
+"677 -560 OFFCURVE",
+"785 -569 OFFCURVE",
+"930 -569 CURVE SMOOTH",
+"1257 -569 OFFCURVE",
+"1451 -403 OFFCURVE",
+"1588 -235 CURVE",
+"1394 -111 LINE",
+"1275 -227 OFFCURVE",
+"1185 -331 OFFCURVE",
+"873 -331 CURVE SMOOTH",
+"747 -331 OFFCURVE",
+"650 -322 OFFCURVE",
+"534 -308 CURVE SMOOTH",
+"403 -292 OFFCURVE",
+"248 -275 OFFCURVE",
+"0 -248 CURVE",
+"0 -483 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = FE2A;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE2B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = uniFE24;
+transform = "{1, 0, 0, 1, 0, -2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+components = (
+{
+name = uniFE24;
+transform = "{1, 0, 0, 1, 0, -2214}";
+}
+);
+guideLines = (
+{
+position = "{0, -209}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = FE2B;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE2C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = uniFE25;
+transform = "{1, 0, 0, 1, 0, -2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+components = (
+{
+name = uniFE25;
+transform = "{1, 0, 0, 1, 0, -2214}";
+}
+);
+guideLines = (
+{
+position = "{0, -209}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = FE2C;
+},
+{
+color = (250,227,227,1);
+glyphname = uniFE2D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = uniFE26;
+transform = "{1, 0, 0, 1, 0, -2200}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+components = (
+{
+name = uniFE26;
+transform = "{1, 0, 0, 1, 0, -2212}";
+}
+);
+guideLines = (
+{
+position = "{0, -207.625}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = FE2D;
+},
+{
+glyphname = gammasuper;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"580 896 LINE",
+"752 896 LINE",
+"1148 1996 LINE",
+"872 1996 LINE",
+"640 1264 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"120 1996 LINE",
+"516 896 LINE",
+"688 896 LINE",
+"628 1264 LINE",
+"396 1996 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"796 292 OFFCURVE",
+"900 384 OFFCURVE",
+"900 540 CURVE SMOOTH",
+"900 584 OFFCURVE",
+"892 636 OFFCURVE",
+"860 704 CURVE SMOOTH",
+"736 1000 LINE",
+"528 1000 LINE",
+"588 840 LINE SMOOTH",
+"652 676 OFFCURVE",
+"680 608 OFFCURVE",
+"680 552 CURVE SMOOTH",
+"680 520 OFFCURVE",
+"668 492 OFFCURVE",
+"624 492 CURVE SMOOTH",
+"584 492 OFFCURVE",
+"568 516 OFFCURVE",
+"568 552 CURVE SMOOTH",
+"568 608 OFFCURVE",
+"604 676 OFFCURVE",
+"664 832 CURVE SMOOTH",
+"728 1000 LINE",
+"524 1000 LINE",
+"396 696 LINE SMOOTH",
+"368 632 OFFCURVE",
+"352 584 OFFCURVE",
+"352 540 CURVE SMOOTH",
+"352 384 OFFCURVE",
+"452 292 OFFCURVE",
+"624 292 CURVE SMOOTH"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"572 900 LINE",
+"804 900 LINE",
+"1212 2004 LINE",
+"840 2004 LINE",
+"680 1396 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"100 2004 LINE",
+"504 900 LINE",
+"740 900 LINE",
+"632 1396 LINE",
+"476 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"828 304 OFFCURVE",
+"980 384 OFFCURVE",
+"980 576 CURVE SMOOTH",
+"980 624 OFFCURVE",
+"952 696 OFFCURVE",
+"908 792 CURVE SMOOTH",
+"800 1028 LINE",
+"516 1028 LINE",
+"608 832 LINE SMOOTH",
+"664 716 OFFCURVE",
+"696 656 OFFCURVE",
+"696 608 CURVE SMOOTH",
+"696 564 OFFCURVE",
+"692 532 OFFCURVE",
+"652 532 CURVE SMOOTH",
+"616 532 OFFCURVE",
+"608 564 OFFCURVE",
+"608 608 CURVE SMOOTH",
+"608 656 OFFCURVE",
+"652 716 OFFCURVE",
+"708 832 CURVE SMOOTH",
+"796 1028 LINE",
+"496 1028 LINE",
+"380 780 LINE SMOOTH",
+"340 692 OFFCURVE",
+"312 624 OFFCURVE",
+"312 576 CURVE SMOOTH",
+"312 384 OFFCURVE",
+"476 304 OFFCURVE",
+"652 304 CURVE SMOOTH"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 02E0;
+userData = {
+interface.gridadjust.original = "{'width': 1195, 'leftMargin': 83, 'rightMargin': 83}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Nsmallcap;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{756, 0}";
+},
+{
+name = top;
+position = "{756, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1276 132 LINE",
+"1092 0 LINE",
+"252 1356 LINE",
+"432 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 0 LINE",
+"156 1488 LINE",
+"432 1488 LINE",
+"432 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1092 0 LINE",
+"1092 1488 LINE",
+"1364 1488 LINE",
+"1364 0 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1588, 1776}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1252 132 LINE",
+"1004 0 LINE",
+"320 1356 LINE",
+"564 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"124 0 LINE",
+"124 1488 LINE",
+"564 1488 LINE",
+"564 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1004 0 LINE",
+"1004 1488 LINE",
+"1448 1488 LINE",
+"1448 0 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+unicode = 0274;
+userData = {
+interface.gridadjust.original = "{'width': 1585, 'leftMargin': 188, 'rightMargin': 188}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2098;
+lastChange = "2018-09-01 23:10:14 +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 = (
+"372 156 OFFCURVE",
+"428 272 OFFCURVE",
+"584 272 CURVE SMOOTH",
+"696 272 OFFCURVE",
+"756 208 OFFCURVE",
+"756 12 CURVE SMOOTH",
+"756 -576 LINE",
+"1064 -576 LINE",
+"1064 120 LINE SMOOTH",
+"1064 416 OFFCURVE",
+"928 540 OFFCURVE",
+"696 540 CURVE SMOOTH",
+"448 540 OFFCURVE",
+"308 316 OFFCURVE",
+"308 4 CURVE",
+"372 8 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"344 528 LINE",
+"100 528 LINE",
+"100 -576 LINE",
+"408 -576 LINE",
+"408 292 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1028 156 OFFCURVE",
+"1084 272 OFFCURVE",
+"1240 272 CURVE SMOOTH",
+"1352 272 OFFCURVE",
+"1412 208 OFFCURVE",
+"1412 12 CURVE SMOOTH",
+"1412 -576 LINE",
+"1720 -576 LINE",
+"1720 120 LINE SMOOTH",
+"1720 416 OFFCURVE",
+"1584 540 OFFCURVE",
+"1352 540 CURVE SMOOTH",
+"1104 540 OFFCURVE",
+"964 316 OFFCURVE",
+"964 4 CURVE",
+"1028 8 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 2098;
+userData = {
+interface.gridadjust.original = "{'width': 1789, 'leftMargin': 140, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2099;
+lastChange = "2018-09-01 23:10:14 +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 = (
+"448 160 OFFCURVE",
+"504 276 OFFCURVE",
+"660 276 CURVE SMOOTH",
+"772 276 OFFCURVE",
+"832 208 OFFCURVE",
+"832 16 CURVE SMOOTH",
+"832 -572 LINE",
+"1140 -572 LINE",
+"1140 120 LINE SMOOTH",
+"1140 416 OFFCURVE",
+"1004 544 OFFCURVE",
+"772 544 CURVE SMOOTH",
+"524 544 OFFCURVE",
+"384 316 OFFCURVE",
+"384 8 CURVE",
+"448 8 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"420 528 LINE",
+"176 528 LINE",
+"176 -572 LINE",
+"484 -572 LINE",
+"484 292 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2099;
+userData = {
+interface.gridadjust.original = "{'width': 1156, 'leftMargin': 138, 'rightMargin': 137}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2090;
+lastChange = "2018-09-01 23:10:14 +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 = (
+"792 -404 OFFCURVE",
+"804 -508 OFFCURVE",
+"836 -576 CURVE",
+"1144 -576 LINE",
+"1144 -560 LINE",
+"1112 -504 OFFCURVE",
+"1096 -440 OFFCURVE",
+"1096 -296 CURVE SMOOTH",
+"1096 152 LINE SMOOTH",
+"1096 416 OFFCURVE",
+"924 540 OFFCURVE",
+"664 540 CURVE SMOOTH",
+"376 540 OFFCURVE",
+"188 392 OFFCURVE",
+"188 188 CURVE",
+"500 188 LINE",
+"500 268 OFFCURVE",
+"552 300 OFFCURVE",
+"636 300 CURVE SMOOTH",
+"736 300 OFFCURVE",
+"792 248 OFFCURVE",
+"792 156 CURVE SMOOTH",
+"792 -300 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"676 96 LINE SMOOTH",
+"328 96 OFFCURVE",
+"164 -36 OFFCURVE",
+"164 -264 CURVE SMOOTH",
+"164 -468 OFFCURVE",
+"308 -596 OFFCURVE",
+"516 -596 CURVE SMOOTH",
+"724 -596 OFFCURVE",
+"828 -464 OFFCURVE",
+"880 -356 CURVE",
+"804 -216 LINE",
+"804 -272 OFFCURVE",
+"716 -352 OFFCURVE",
+"596 -352 CURVE SMOOTH",
+"512 -352 OFFCURVE",
+"468 -308 OFFCURVE",
+"468 -236 CURVE SMOOTH",
+"468 -148 OFFCURVE",
+"540 -84 OFFCURVE",
+"676 -84 CURVE SMOOTH",
+"832 -84 LINE",
+"832 96 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2090;
+userData = {
+interface.gridadjust.original = "{'width': 1191, 'leftMargin': 156, 'rightMargin': 67}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2091;
+lastChange = "2018-09-01 23:10:14 +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 = (
+"916 -604 OFFCURVE",
+"1068 -504 OFFCURVE",
+"1136 -408 CURVE",
+"984 -224 LINE",
+"916 -304 OFFCURVE",
+"820 -340 OFFCURVE",
+"724 -340 CURVE SMOOTH",
+"564 -340 OFFCURVE",
+"448 -232 OFFCURVE",
+"448 -68 CURVE SMOOTH",
+"448 -28 LINE SMOOTH",
+"448 148 OFFCURVE",
+"512 276 OFFCURVE",
+"664 276 CURVE SMOOTH",
+"780 276 OFFCURVE",
+"856 212 OFFCURVE",
+"856 100 CURVE SMOOTH",
+"856 76 LINE",
+"272 76 LINE",
+"272 -140 LINE",
+"1164 -140 LINE",
+"1164 0 LINE SMOOTH",
+"1164 332 OFFCURVE",
+"980 540 OFFCURVE",
+"668 540 CURVE SMOOTH",
+"328 540 OFFCURVE",
+"144 292 OFFCURVE",
+"144 -28 CURVE SMOOTH",
+"144 -68 LINE SMOOTH",
+"144 -356 OFFCURVE",
+"348 -604 OFFCURVE",
+"704 -604 CURVE SMOOTH {name = hr00;}"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2091;
+userData = {
+interface.gridadjust.original = "{'width': 1161, 'leftMargin': 144, 'rightMargin': 21}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2092;
+lastChange = "2018-09-01 23:10:14 +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 = (
+"128 -360 OFFCURVE",
+"316 -596 OFFCURVE",
+"656 -596 CURVE SMOOTH",
+"1000 -596 OFFCURVE",
+"1184 -360 OFFCURVE",
+"1184 -36 CURVE SMOOTH",
+"1184 -16 LINE SMOOTH",
+"1184 304 OFFCURVE",
+"1000 544 OFFCURVE",
+"656 544 CURVE SMOOTH",
+"316 544 OFFCURVE",
+"128 304 OFFCURVE",
+"128 -16 CURVE SMOOTH",
+"128 -36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"436 156 OFFCURVE",
+"504 280 OFFCURVE",
+"656 280 CURVE SMOOTH",
+"808 280 OFFCURVE",
+"876 156 OFFCURVE",
+"876 -16 CURVE SMOOTH",
+"876 -36 LINE SMOOTH",
+"876 -216 OFFCURVE",
+"808 -332 OFFCURVE",
+"656 -332 CURVE SMOOTH",
+"504 -332 OFFCURVE",
+"436 -216 OFFCURVE",
+"436 -36 CURVE SMOOTH",
+"436 -16 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2092;
+userData = {
+interface.gridadjust.original = "{'width': 1199.0, 'leftMargin': 124, 'rightMargin': 43.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2093;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = xsuper;
+transform = "{1, 0, 0, 1, -20, -1468}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+alignment = -1;
+name = xsuper;
+transform = "{1, 0, 0, 1, 0, -1476}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 2093;
+userData = {
+interface.gridadjust.original = "{'width': 1123, 'leftMargin': 136, 'rightMargin': -25}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2094;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"392 540 OFFCURVE",
+"252 440 OFFCURVE",
+"180 332 CURVE",
+"340 188 LINE",
+"404 260 OFFCURVE",
+"476 332 OFFCURVE",
+"604 332 CURVE SMOOTH",
+"776 332 OFFCURVE",
+"896 212 OFFCURVE",
+"896 12 CURVE SMOOTH",
+"896 -32 LINE SMOOTH",
+"896 -268 OFFCURVE",
+"804 -388 OFFCURVE",
+"640 -388 CURVE SMOOTH",
+"476 -388 OFFCURVE",
+"404 -284 OFFCURVE",
+"404 -144 CURVE SMOOTH",
+"404 -132 LINE",
+"1000 -132 LINE",
+"1000 80 LINE",
+"152 80 LINE",
+"152 -56 LINE SMOOTH",
+"152 -364 OFFCURVE",
+"316 -600 OFFCURVE",
+"640 -600 CURVE SMOOTH",
+"884 -600 OFFCURVE",
+"1148 -396 OFFCURVE",
+"1148 -32 CURVE SMOOTH",
+"1148 12 LINE SMOOTH",
+"1148 320 OFFCURVE",
+"924 540 OFFCURVE",
+"616 540 CURVE SMOOTH"
+);
+}
+);
+width = 1264;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"396 544 OFFCURVE",
+"244 444 OFFCURVE",
+"176 348 CURVE",
+"328 164 LINE",
+"396 244 OFFCURVE",
+"492 280 OFFCURVE",
+"588 280 CURVE SMOOTH",
+"748 280 OFFCURVE",
+"864 172 OFFCURVE",
+"864 8 CURVE SMOOTH",
+"864 -32 LINE SMOOTH",
+"864 -208 OFFCURVE",
+"800 -336 OFFCURVE",
+"648 -336 CURVE SMOOTH",
+"532 -336 OFFCURVE",
+"456 -272 OFFCURVE",
+"456 -160 CURVE SMOOTH",
+"456 -136 LINE",
+"1040 -136 LINE",
+"1040 80 LINE",
+"148 80 LINE",
+"148 -60 LINE SMOOTH",
+"148 -392 OFFCURVE",
+"332 -600 OFFCURVE",
+"644 -600 CURVE SMOOTH",
+"984 -600 OFFCURVE",
+"1168 -352 OFFCURVE",
+"1168 -32 CURVE SMOOTH",
+"1168 8 LINE SMOOTH",
+"1168 296 OFFCURVE",
+"964 544 OFFCURVE",
+"608 544 CURVE SMOOTH {name = hr00;}"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2094;
+userData = {
+interface.gridadjust.original = "{'width': 1161, 'leftMargin': 21, 'rightMargin': 144}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2095;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = hsuper;
+transform = "{1, 0, 0, 1, -16, -1468}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+alignment = -1;
+name = hsuper;
+transform = "{1, 0, 0, 1, -4, -1476}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 2095;
+userData = {
+interface.gridadjust.original = "{'width': 1156, 'leftMargin': 200, 'rightMargin': 76}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2096;
+lastChange = "2018-09-01 23:10:14 +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 = (
+"136 1012 LINE",
+"136 -576 LINE",
+"440 -576 LINE",
+"440 1012 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"764 528 LINE",
+"484 192 LINE",
+"276 -80 LINE",
+"412 -284 LINE",
+"648 -36 LINE",
+"1128 528 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1172 -576 LINE",
+"728 108 LINE",
+"492 -72 LINE",
+"796 -576 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 2096;
+userData = {
+interface.gridadjust.original = "{'width': 1151, 'leftMargin': 148, 'rightMargin': 19}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni2097;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = shindagesh;
+transform = "{1, 0, 0, 1, -20, -1468}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 496;
+},
+{
+components = (
+{
+alignment = -1;
+name = shindagesh;
+transform = "{1, 0, 0, 1, -4, -1476}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 544;
+}
+);
+unicode = 2097;
+userData = {
+interface.gridadjust.original = "{'width': 582, 'leftMargin': 160, 'rightMargin': 170}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = uni02B2.ccmp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = top;
+position = "{340, 2268}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"216 860 LINE SMOOTH",
+"216 720 OFFCURVE",
+"188 672 OFFCURVE",
+"96 672 CURVE SMOOTH",
+"80 672 OFFCURVE",
+"52 676 OFFCURVE",
+"32 680 CURVE",
+"32 468 LINE",
+"64 456 OFFCURVE",
+"116 452 OFFCURVE",
+"152 452 CURVE SMOOTH",
+"384 452 OFFCURVE",
+"464 628 OFFCURVE",
+"464 860 CURVE SMOOTH",
+"464 1996 LINE",
+"216 1996 LINE"
+);
+}
+);
+width = 496;
+},
+{
+anchors = (
+{
+name = top;
+position = "{536, 2268}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"376 896 LINE SMOOTH",
+"376 788 OFFCURVE",
+"304 736 OFFCURVE",
+"216 736 CURVE SMOOTH",
+"180 736 OFFCURVE",
+"152 740 OFFCURVE",
+"120 744 CURVE",
+"120 488 LINE",
+"176 476 OFFCURVE",
+"220 472 OFFCURVE",
+"276 472 CURVE SMOOTH",
+"528 472 OFFCURVE",
+"684 616 OFFCURVE",
+"684 896 CURVE SMOOTH",
+"684 2016 LINE",
+"376 2016 LINE"
+);
+}
+);
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 624, 'leftMargin': 41, 'rightMargin': 150}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = bridgeinvsubnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-807, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-807, -683}";
+}
+);
+components = (
+{
+name = uni02FD;
+transform = "{1, 0, 0, 1, -1386, -28}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _markbottom;
+position = "{-793, 0}";
+},
+{
+name = mkmkbottom_acc;
+position = "{-793, -668}";
+}
+);
+components = (
+{
+name = uni02FD;
+transform = "{1, 0, 0, 1, -1400, -41}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 033A;
+},
+{
+glyphname = uni209A;
+lastChange = "2018-09-01 23:10:14 +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 = (
+"468 244 LINE",
+"424 516 LINE",
+"160 516 LINE",
+"160 -728 LINE",
+"468 -728 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1152 336 OFFCURVE",
+"1016 536 OFFCURVE",
+"724 536 CURVE SMOOTH",
+"456 536 OFFCURVE",
+"344 320 OFFCURVE",
+"304 40 CURVE",
+"304 12 LINE",
+"344 -256 OFFCURVE",
+"456 -476 OFFCURVE",
+"724 -476 CURVE SMOOTH",
+"1016 -476 OFFCURVE",
+"1152 -272 OFFCURVE",
+"1152 16 CURVE SMOOTH",
+"1152 36 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"844 -108 OFFCURVE",
+"792 -212 OFFCURVE",
+"640 -212 CURVE SMOOTH",
+"488 -212 OFFCURVE",
+"436 -140 OFFCURVE",
+"436 -16 CURVE SMOOTH",
+"436 68 LINE SMOOTH",
+"436 200 OFFCURVE",
+"488 272 OFFCURVE",
+"640 272 CURVE SMOOTH",
+"796 272 OFFCURVE",
+"844 180 OFFCURVE",
+"844 36 CURVE SMOOTH",
+"844 16 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 209A;
+userData = {
+interface.gridadjust.original = "{'width': 1229, 'leftMargin': 138, 'rightMargin': 82}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni209B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = tavdages;
+transform = "{1, 0, 0, 1, -16, -1476}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+alignment = -1;
+name = tavdages;
+transform = "{1, 0, 0, 1, 0, -1476}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 209B;
+userData = {
+interface.gridadjust.original = "{'width': 1077, 'leftMargin': 184, 'rightMargin': -19}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uni209C;
+lastChange = "2018-09-01 23:10:14 +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 = (
+"76 520 LINE",
+"76 280 LINE",
+"712 280 LINE",
+"712 520 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"224 -224 LINE SMOOTH",
+"224 -492 OFFCURVE",
+"340 -600 OFFCURVE",
+"536 -600 CURVE SMOOTH",
+"612 -600 OFFCURVE",
+"672 -592 OFFCURVE",
+"724 -572 CURVE",
+"724 -324 LINE",
+"704 -328 OFFCURVE",
+"680 -332 OFFCURVE",
+"640 -332 CURVE SMOOTH",
+"560 -332 OFFCURVE",
+"528 -304 OFFCURVE",
+"528 -220 CURVE SMOOTH",
+"528 796 LINE",
+"224 796 LINE"
+);
+}
+);
+width = 800;
+}
+);
+unicode = 209C;
+userData = {
+interface.gridadjust.original = "{'width': 770.0, 'leftMargin': 184, 'rightMargin': -74.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = esh;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{352, -616}";
+},
+{
+name = top;
+position = "{844, 2340}";
+},
+{
+name = top0315;
+position = "{1212, 2340}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"768 1640 LINE SMOOTH",
+"768 1816 OFFCURVE",
+"864 1912 OFFCURVE",
+"1020 1912 CURVE SMOOTH",
+"1068 1912 OFFCURVE",
+"1120 1908 OFFCURVE",
+"1156 1900 CURVE",
+"1172 2120 LINE",
+"1112 2132 OFFCURVE",
+"1052 2140 OFFCURVE",
+"996 2140 CURVE SMOOTH",
+"684 2140 OFFCURVE",
+"496 1964 OFFCURVE",
+"496 1640 CURVE SMOOTH",
+"496 0 LINE",
+"768 0 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"496 -100 LINE SMOOTH",
+"496 -276 OFFCURVE",
+"404 -372 OFFCURVE",
+"244 -372 CURVE SMOOTH",
+"196 -372 OFFCURVE",
+"144 -368 OFFCURVE",
+"108 -360 CURVE",
+"96 -580 LINE",
+"152 -592 OFFCURVE",
+"212 -600 OFFCURVE",
+"268 -600 CURVE SMOOTH",
+"580 -600 OFFCURVE",
+"768 -424 OFFCURVE",
+"768 -100 CURVE SMOOTH",
+"768 1540 LINE",
+"496 1540 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{356, -616}";
+},
+{
+name = top;
+position = "{944, 2340}";
+},
+{
+name = top0315;
+position = "{1240, 2340}";
+}
+);
+guideLines = (
+{
+position = "{0, 2140.875}";
+},
+{
+position = "{0, -599.5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"880 1608 LINE SMOOTH",
+"880 1724 OFFCURVE",
+"956 1784 OFFCURVE",
+"1092 1784 CURVE SMOOTH",
+"1144 1784 OFFCURVE",
+"1176 1780 OFFCURVE",
+"1208 1772 CURVE",
+"1208 2112 LINE",
+"1144 2128 OFFCURVE",
+"1076 2140 OFFCURVE",
+"996 2140 CURVE SMOOTH",
+"652 2140 OFFCURVE",
+"432 1956 OFFCURVE",
+"432 1608 CURVE SMOOTH",
+"432 0 LINE",
+"880 0 LINE {name = hr00;}"
+);
+},
+{
+closed = 1;
+nodes = (
+"432 -68 LINE SMOOTH",
+"432 -180 OFFCURVE",
+"356 -244 OFFCURVE",
+"220 -244 CURVE SMOOTH",
+"168 -244 OFFCURVE",
+"136 -240 OFFCURVE",
+"104 -232 CURVE",
+"104 -572 LINE",
+"168 -588 OFFCURVE",
+"240 -600 OFFCURVE",
+"316 -600 CURVE SMOOTH",
+"660 -600 OFFCURVE",
+"880 -412 OFFCURVE",
+"880 -68 CURVE SMOOTH",
+"880 1540 LINE",
+"432 1540 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+unicode = 0283;
+userData = {
+interface.gridadjust.original = "{'width': 1158, 'leftMargin': 41, 'rightMargin': 41}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = cyrillictic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _bottom;
+position = "{244, 88}";
+},
+{
+name = _left;
+position = "{356, 0}";
+},
+{
+name = _right;
+position = "{148, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"132 220 LINE",
+"132 -496 LINE",
+"368 -496 LINE",
+"368 220 LINE"
+);
+}
+);
+width = 496;
+},
+{
+anchors = (
+{
+name = _bottom;
+position = "{400, 184}";
+},
+{
+name = _left;
+position = "{520, 0}";
+},
+{
+name = _right;
+position = "{296, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"180 308 LINE",
+"180 -492 LINE",
+"624 -492 LINE",
+"624 308 LINE"
+);
+}
+);
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 551, 'leftMargin': 131, 'rightMargin': 145}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DEE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1299}";
+}
+);
+components = (
+{
+name = uni0369;
+transform = "{-1, 0, 0, -1, -1602, 4056}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1306}";
+}
+);
+components = (
+{
+name = uni0369;
+transform = "{-1, 0, 0, -1, -1585, 4056}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 1DEE;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DED;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-848, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1111 1390 LINE",
+"-881 1757 LINE",
+"-1022 1838 LINE",
+"-1251 1471 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-590 1632 OFFCURVE",
+"-446 1785 OFFCURVE",
+"-446 2017 CURVE SMOOTH",
+"-446 2032 LINE SMOOTH",
+"-446 2266 OFFCURVE",
+"-590 2419 OFFCURVE",
+"-807 2419 CURVE SMOOTH",
+"-1020 2419 OFFCURVE",
+"-1166 2266 OFFCURVE",
+"-1166 2032 CURVE SMOOTH",
+"-1166 2017 LINE SMOOTH",
+"-1166 1785 OFFCURVE",
+"-1020 1632 OFFCURVE",
+"-806 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-931 1779 OFFCURVE",
+"-985 1870 OFFCURVE",
+"-985 2017 CURVE SMOOTH",
+"-985 2032 LINE SMOOTH",
+"-985 2179 OFFCURVE",
+"-931 2272 OFFCURVE",
+"-807 2272 CURVE SMOOTH",
+"-681 2272 OFFCURVE",
+"-627 2179 OFFCURVE",
+"-627 2032 CURVE SMOOTH",
+"-627 2017 LINE SMOOTH",
+"-627 1870 OFFCURVE",
+"-681 1779 OFFCURVE",
+"-806 1779 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-832, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1057 1368 LINE",
+"-828 1735 LINE",
+"-1008 1838 LINE",
+"-1238 1471 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-556 1632 OFFCURVE",
+"-428 1796 OFFCURVE",
+"-428 2017 CURVE SMOOTH",
+"-428 2032 LINE SMOOTH",
+"-428 2254 OFFCURVE",
+"-556 2419 OFFCURVE",
+"-792 2419 CURVE SMOOTH",
+"-1026 2419 OFFCURVE",
+"-1155 2254 OFFCURVE",
+"-1155 2032 CURVE SMOOTH",
+"-1155 2017 LINE SMOOTH",
+"-1155 1796 OFFCURVE",
+"-1026 1632 OFFCURVE",
+"-791 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-897 1815 OFFCURVE",
+"-930 1903 OFFCURVE",
+"-930 2017 CURVE SMOOTH",
+"-930 2032 LINE SMOOTH",
+"-930 2144 OFFCURVE",
+"-895 2237 OFFCURVE",
+"-792 2237 CURVE SMOOTH",
+"-686 2237 OFFCURVE",
+"-653 2144 OFFCURVE",
+"-653 2032 CURVE SMOOTH",
+"-653 2017 LINE SMOOTH",
+"-653 1903 OFFCURVE",
+"-686 1815 OFFCURVE",
+"-791 1815 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DED;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DEF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-818, 1298}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-727 2486 LINE SMOOTH",
+"-727 2577 OFFCURVE",
+"-675 2614 OFFCURVE",
+"-615 2614 CURVE SMOOTH",
+"-590 2614 OFFCURVE",
+"-569 2611 OFFCURVE",
+"-551 2606 CURVE",
+"-534 2746 LINE",
+"-568 2754 OFFCURVE",
+"-601 2761 OFFCURVE",
+"-635 2761 CURVE SMOOTH",
+"-785 2761 OFFCURVE",
+"-909 2670 OFFCURVE",
+"-909 2486 CURVE SMOOTH",
+"-909 1651 LINE",
+"-727 1651 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-909 1592 LINE SMOOTH",
+"-909 1502 OFFCURVE",
+"-961 1464 OFFCURVE",
+"-1022 1464 CURVE SMOOTH",
+"-1046 1464 OFFCURVE",
+"-1067 1467 OFFCURVE",
+"-1085 1473 CURVE",
+"-1103 1332 LINE",
+"-1068 1324 OFFCURVE",
+"-1035 1317 OFFCURVE",
+"-1001 1317 CURVE SMOOTH",
+"-851 1317 OFFCURVE",
+"-727 1408 OFFCURVE",
+"-727 1592 CURVE SMOOTH",
+"-727 2427 LINE",
+"-909 2427 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-791, 1291}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-678 2489 LINE SMOOTH",
+"-678 2547 OFFCURVE",
+"-639 2578 OFFCURVE",
+"-569 2578 CURVE SMOOTH",
+"-543 2578 OFFCURVE",
+"-525 2577 OFFCURVE",
+"-509 2571 CURVE",
+"-509 2746 LINE",
+"-543 2754 OFFCURVE",
+"-579 2761 OFFCURVE",
+"-617 2761 CURVE SMOOTH",
+"-793 2761 OFFCURVE",
+"-905 2665 OFFCURVE",
+"-905 2489 CURVE SMOOTH",
+"-905 1651 LINE",
+"-678 1651 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-905 1580 LINE SMOOTH",
+"-905 1522 OFFCURVE",
+"-943 1491 OFFCURVE",
+"-1013 1491 CURVE SMOOTH",
+"-1040 1491 OFFCURVE",
+"-1057 1492 OFFCURVE",
+"-1074 1497 CURVE",
+"-1074 1323 LINE",
+"-1040 1315 OFFCURVE",
+"-1004 1308 OFFCURVE",
+"-965 1308 CURVE SMOOTH",
+"-789 1308 OFFCURVE",
+"-678 1404 OFFCURVE",
+"-678 1580 CURVE SMOOTH",
+"-678 2417 LINE",
+"-905 2417 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DEF;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DEA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-626 1632 OFFCURVE",
+"-470 1767 OFFCURVE",
+"-470 2023 CURVE SMOOTH",
+"-470 2053 LINE SMOOTH",
+"-470 2266 OFFCURVE",
+"-602 2419 OFFCURVE",
+"-833 2419 CURVE SMOOTH",
+"-987 2419 OFFCURVE",
+"-1081 2344 OFFCURVE",
+"-1130 2270 CURVE",
+"-1037 2181 LINE",
+"-991 2241 OFFCURVE",
+"-934 2270 OFFCURVE",
+"-842 2270 CURVE SMOOTH",
+"-718 2270 OFFCURVE",
+"-652 2193 OFFCURVE",
+"-652 2053 CURVE SMOOTH",
+"-652 2023 LINE SMOOTH",
+"-652 1865 OFFCURVE",
+"-704 1779 OFFCURVE",
+"-817 1779 CURVE SMOOTH",
+"-932 1779 OFFCURVE",
+"-971 1849 OFFCURVE",
+"-978 1946 CURVE SMOOTH",
+"-978 1955 LINE",
+"-567 1955 LINE",
+"-567 2072 LINE",
+"-1145 2072 LINE",
+"-1145 2008 LINE SMOOTH",
+"-1145 1794 OFFCURVE",
+"-1040 1632 OFFCURVE",
+"-817 1632 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-567 1632 OFFCURVE",
+"-440 1803 OFFCURVE",
+"-440 2024 CURVE SMOOTH",
+"-440 2050 LINE SMOOTH",
+"-440 2250 OFFCURVE",
+"-583 2419 OFFCURVE",
+"-826 2419 CURVE SMOOTH",
+"-974 2419 OFFCURVE",
+"-1077 2353 OFFCURVE",
+"-1125 2285 CURVE",
+"-1019 2157 LINE",
+"-975 2214 OFFCURVE",
+"-909 2236 OFFCURVE",
+"-842 2236 CURVE SMOOTH",
+"-732 2236 OFFCURVE",
+"-666 2163 OFFCURVE",
+"-666 2050 CURVE SMOOTH",
+"-666 2024 LINE SMOOTH",
+"-666 1911 OFFCURVE",
+"-696 1814 OFFCURVE",
+"-800 1814 CURVE SMOOTH",
+"-881 1814 OFFCURVE",
+"-923 1859 OFFCURVE",
+"-923 1933 CURVE SMOOTH",
+"-923 1951 LINE",
+"-529 1951 LINE",
+"-529 2100 LINE",
+"-1144 2100 LINE",
+"-1144 2003 LINE SMOOTH",
+"-1144 1775 OFFCURVE",
+"-1019 1632 OFFCURVE",
+"-802 1632 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DEA;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DEC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-810, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-644 2355 OFFCURVE",
+"-675 2321 OFFCURVE",
+"-714 2321 CURVE SMOOTH",
+"-788 2321 OFFCURVE",
+"-831 2387 OFFCURVE",
+"-908 2387 CURVE SMOOTH",
+"-994 2387 OFFCURVE",
+"-1055 2309 OFFCURVE",
+"-1055 2223 CURVE",
+"-978 2204 LINE",
+"-978 2247 OFFCURVE",
+"-946 2281 OFFCURVE",
+"-908 2281 CURVE SMOOTH",
+"-831 2281 OFFCURVE",
+"-809 2217 OFFCURVE",
+"-714 2217 CURVE SMOOTH",
+"-628 2217 OFFCURVE",
+"-567 2289 OFFCURVE",
+"-567 2376 CURVE",
+"-644 2399 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-644 2149 OFFCURVE",
+"-675 2115 OFFCURVE",
+"-714 2115 CURVE SMOOTH",
+"-788 2115 OFFCURVE",
+"-831 2181 OFFCURVE",
+"-908 2181 CURVE SMOOTH",
+"-994 2181 OFFCURVE",
+"-1055 2102 OFFCURVE",
+"-1055 2017 CURVE",
+"-978 1998 LINE",
+"-978 2041 OFFCURVE",
+"-946 2075 OFFCURVE",
+"-908 2075 CURVE SMOOTH",
+"-831 2075 OFFCURVE",
+"-809 2010 OFFCURVE",
+"-714 2010 CURVE SMOOTH",
+"-628 2010 OFFCURVE",
+"-567 2083 OFFCURVE",
+"-567 2170 CURVE",
+"-644 2193 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-899 1651 LINE",
+"-718 1651 LINE",
+"-718 2740 LINE",
+"-899 2740 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-793, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-631 2377 OFFCURVE",
+"-656 2343 OFFCURVE",
+"-688 2343 CURVE SMOOTH",
+"-760 2343 OFFCURVE",
+"-851 2401 OFFCURVE",
+"-930 2401 CURVE SMOOTH",
+"-1016 2401 OFFCURVE",
+"-1077 2324 OFFCURVE",
+"-1077 2237 CURVE",
+"-957 2203 LINE",
+"-957 2245 OFFCURVE",
+"-932 2280 OFFCURVE",
+"-902 2280 CURVE SMOOTH",
+"-824 2280 OFFCURVE",
+"-752 2221 OFFCURVE",
+"-659 2221 CURVE SMOOTH",
+"-572 2221 OFFCURVE",
+"-512 2298 OFFCURVE",
+"-512 2384 CURVE",
+"-631 2420 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-631 2157 OFFCURVE",
+"-656 2123 OFFCURVE",
+"-688 2123 CURVE SMOOTH",
+"-760 2123 OFFCURVE",
+"-851 2181 OFFCURVE",
+"-930 2181 CURVE SMOOTH",
+"-1016 2181 OFFCURVE",
+"-1077 2104 OFFCURVE",
+"-1077 2017 CURVE",
+"-957 1983 LINE",
+"-957 2025 OFFCURVE",
+"-932 2060 OFFCURVE",
+"-902 2060 CURVE SMOOTH",
+"-824 2060 OFFCURVE",
+"-752 2001 OFFCURVE",
+"-659 2001 CURVE SMOOTH",
+"-572 2001 OFFCURVE",
+"-512 2078 OFFCURVE",
+"-512 2164 CURVE",
+"-631 2200 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-905 1651 LINE",
+"-679 1651 LINE",
+"-679 2738 LINE",
+"-905 2738 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DEC;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DEB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-789, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1046 2419 LINE",
+"-1046 2272 LINE",
+"-590 2272 LINE",
+"-590 2419 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-727 2486 LINE SMOOTH",
+"-727 2577 OFFCURVE",
+"-675 2614 OFFCURVE",
+"-615 2614 CURVE SMOOTH",
+"-590 2614 OFFCURVE",
+"-569 2611 OFFCURVE",
+"-551 2606 CURVE",
+"-534 2746 LINE",
+"-568 2754 OFFCURVE",
+"-601 2761 OFFCURVE",
+"-635 2761 CURVE SMOOTH",
+"-785 2761 OFFCURVE",
+"-909 2670 OFFCURVE",
+"-909 2486 CURVE SMOOTH",
+"-909 1651 LINE",
+"-727 1651 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-769, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1024 2419 LINE",
+"-1024 2255 LINE",
+"-572 2255 LINE",
+"-572 2419 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-682 2489 LINE SMOOTH",
+"-682 2547 OFFCURVE",
+"-644 2578 OFFCURVE",
+"-573 2578 CURVE SMOOTH",
+"-547 2578 OFFCURVE",
+"-529 2577 OFFCURVE",
+"-513 2571 CURVE",
+"-513 2746 LINE",
+"-547 2754 OFFCURVE",
+"-583 2761 OFFCURVE",
+"-622 2761 CURVE SMOOTH",
+"-798 2761 OFFCURVE",
+"-909 2665 OFFCURVE",
+"-909 2489 CURVE SMOOTH",
+"-909 1651 LINE",
+"-682 1651 LINE {name = hr00;}"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DEB;
+},
+{
+glyphname = pipedbl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = pipe;
+transform = "{1, 0, 0, 1, -76, 0}";
+},
+{
+alignment = -1;
+name = pipe;
+transform = "{1, 0, 0, 1, 296, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+components = (
+{
+alignment = -1;
+name = pipe;
+transform = "{1, 0, 0, 1, -56, 0}";
+},
+{
+alignment = -1;
+name = pipe;
+transform = "{1, 0, 0, 1, 316, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 01C1;
+userData = {
+interface.gridadjust.original = "{'width': 1086, 'leftMargin': 276, 'rightMargin': 219}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (255,77,77,1);
+glyphname = controlHT;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 768;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 701, 'leftMargin': 0, 'rightMargin': 0}";
+};
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1001 1651 LINE",
+"-978 1793 LINE",
+"-978 2740 LINE",
+"-1159 2740 LINE",
+"-1159 1651 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-579 1632 OFFCURVE",
+"-457 1796 OFFCURVE",
+"-457 2017 CURVE SMOOTH",
+"-457 2032 LINE SMOOTH",
+"-457 2262 OFFCURVE",
+"-578 2419 OFFCURVE",
+"-771 2419 CURVE SMOOTH",
+"-965 2419 OFFCURVE",
+"-1059 2306 OFFCURVE",
+"-1079 2075 CURVE",
+"-1079 1976 LINE",
+"-1059 1746 OFFCURVE",
+"-965 1632 OFFCURVE",
+"-770 1632 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-905 1779 OFFCURVE",
+"-969 1840 OFFCURVE",
+"-998 1944 CURVE",
+"-998 2105 LINE",
+"-976 2210 OFFCURVE",
+"-905 2272 OFFCURVE",
+"-807 2272 CURVE SMOOTH",
+"-696 2272 OFFCURVE",
+"-638 2178 OFFCURVE",
+"-638 2032 CURVE SMOOTH",
+"-638 2017 LINE SMOOTH",
+"-638 1870 OFFCURVE",
+"-696 1779 OFFCURVE",
+"-806 1779 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-945 1651 LINE",
+"-914 1826 LINE",
+"-914 2738 LINE",
+"-1141 2738 LINE",
+"-1141 1651 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-547 1638 OFFCURVE",
+"-444 1801 OFFCURVE",
+"-444 2021 CURVE SMOOTH",
+"-444 2036 LINE SMOOTH",
+"-444 2267 OFFCURVE",
+"-547 2419 OFFCURVE",
+"-740 2419 CURVE SMOOTH",
+"-914 2419 OFFCURVE",
+"-998 2254 OFFCURVE",
+"-1027 2034 CURVE",
+"-1027 2016 LINE",
+"-998 1811 OFFCURVE",
+"-914 1638 OFFCURVE",
+"-738 1638 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-891 1821 OFFCURVE",
+"-936 1889 OFFCURVE",
+"-936 1998 CURVE",
+"-936 2053 LINE",
+"-936 2177 OFFCURVE",
+"-891 2243 OFFCURVE",
+"-798 2243 CURVE SMOOTH",
+"-704 2243 OFFCURVE",
+"-670 2155 OFFCURVE",
+"-670 2036 CURVE SMOOTH",
+"-670 2021 LINE SMOOTH",
+"-670 1909 OFFCURVE",
+"-701 1821 OFFCURVE",
+"-796 1821 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE8;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE5;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-721, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-727 2486 LINE SMOOTH",
+"-727 2577 OFFCURVE",
+"-675 2614 OFFCURVE",
+"-615 2614 CURVE SMOOTH",
+"-590 2614 OFFCURVE",
+"-569 2611 OFFCURVE",
+"-551 2606 CURVE",
+"-534 2746 LINE",
+"-568 2754 OFFCURVE",
+"-601 2761 OFFCURVE",
+"-635 2761 CURVE SMOOTH",
+"-785 2761 OFFCURVE",
+"-909 2670 OFFCURVE",
+"-909 2486 CURVE SMOOTH",
+"-909 1651 LINE",
+"-727 1651 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-711, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-682 2489 LINE SMOOTH",
+"-682 2547 OFFCURVE",
+"-644 2578 OFFCURVE",
+"-573 2578 CURVE SMOOTH",
+"-547 2578 OFFCURVE",
+"-529 2577 OFFCURVE",
+"-513 2571 CURVE",
+"-513 2746 LINE",
+"-547 2754 OFFCURVE",
+"-583 2761 OFFCURVE",
+"-622 2761 CURVE SMOOTH",
+"-798 2761 OFFCURVE",
+"-909 2665 OFFCURVE",
+"-909 2489 CURVE SMOOTH",
+"-909 1651 LINE",
+"-682 1651 LINE {name = hr00;}"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE5;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE4;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-824, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-681 1811 OFFCURVE",
+"-722 1778 OFFCURVE",
+"-810 1778 CURVE SMOOTH",
+"-888 1778 OFFCURVE",
+"-976 1805 OFFCURVE",
+"-982 1892 CURVE",
+"-1150 1892 LINE",
+"-1150 1766 OFFCURVE",
+"-1026 1640 OFFCURVE",
+"-814 1640 CURVE SMOOTH",
+"-645 1640 OFFCURVE",
+"-499 1716 OFFCURVE",
+"-499 1867 CURVE SMOOTH",
+"-499 2008 OFFCURVE",
+"-608 2060 OFFCURVE",
+"-799 2108 CURVE SMOOTH",
+"-891 2131 OFFCURVE",
+"-942 2156 OFFCURVE",
+"-942 2207 CURVE SMOOTH",
+"-942 2261 OFFCURVE",
+"-901 2289 OFFCURVE",
+"-826 2289 CURVE SMOOTH",
+"-729 2289 OFFCURVE",
+"-688 2252 OFFCURVE",
+"-675 2189 CURVE",
+"-507 2189 LINE",
+"-507 2320 OFFCURVE",
+"-644 2427 OFFCURVE",
+"-826 2427 CURVE SMOOTH",
+"-998 2427 OFFCURVE",
+"-1123 2343 OFFCURVE",
+"-1123 2206 CURVE SMOOTH",
+"-1123 2067 OFFCURVE",
+"-986 2003 OFFCURVE",
+"-855 1972 CURVE SMOOTH",
+"-721 1939 OFFCURVE",
+"-681 1913 OFFCURVE",
+"-681 1860 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-679 1815 OFFCURVE",
+"-714 1789 OFFCURVE",
+"-784 1789 CURVE SMOOTH",
+"-857 1789 OFFCURVE",
+"-908 1815 OFFCURVE",
+"-910 1889 CURVE",
+"-1122 1889 LINE",
+"-1122 1767 OFFCURVE",
+"-1007 1632 OFFCURVE",
+"-789 1632 CURVE SMOOTH",
+"-589 1632 OFFCURVE",
+"-462 1733 OFFCURVE",
+"-462 1866 CURVE SMOOTH",
+"-462 2003 OFFCURVE",
+"-557 2068 OFFCURVE",
+"-736 2102 CURVE SMOOTH",
+"-865 2126 OFFCURVE",
+"-884 2157 OFFCURVE",
+"-884 2190 CURVE SMOOTH",
+"-884 2234 OFFCURVE",
+"-844 2263 OFFCURVE",
+"-789 2263 CURVE SMOOTH",
+"-716 2263 OFFCURVE",
+"-688 2229 OFFCURVE",
+"-688 2173 CURVE",
+"-462 2173 LINE",
+"-462 2318 OFFCURVE",
+"-587 2419 OFFCURVE",
+"-789 2419 CURVE SMOOTH",
+"-985 2419 OFFCURVE",
+"-1099 2307 OFFCURVE",
+"-1099 2179 CURVE SMOOTH",
+"-1099 2047 OFFCURVE",
+"-998 1983 OFFCURVE",
+"-831 1948 CURVE SMOOTH",
+"-707 1925 OFFCURVE",
+"-679 1893 OFFCURVE",
+"-679 1859 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE4;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-807, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-697 1638 OFFCURVE",
+"-609 1779 OFFCURVE",
+"-589 2010 CURVE",
+"-589 2054 LINE",
+"-609 2284 OFFCURVE",
+"-697 2426 OFFCURVE",
+"-883 2426 CURVE SMOOTH",
+"-1084 2426 OFFCURVE",
+"-1207 2256 OFFCURVE",
+"-1207 2017 CURVE SMOOTH",
+"-1207 2002 LINE SMOOTH",
+"-1207 1790 OFFCURVE",
+"-1079 1638 OFFCURVE",
+"-884 1638 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-971 1785 OFFCURVE",
+"-1026 1863 OFFCURVE",
+"-1026 2002 CURVE SMOOTH",
+"-1026 2017 LINE SMOOTH",
+"-1026 2177 OFFCURVE",
+"-971 2278 OFFCURVE",
+"-847 2278 CURVE SMOOTH",
+"-726 2278 OFFCURVE",
+"-659 2181 OFFCURVE",
+"-635 2042 CURVE",
+"-635 2008 LINE",
+"-666 1876 OFFCURVE",
+"-721 1785 OFFCURVE",
+"-848 1785 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-678 2245 LINE",
+"-678 1862 LINE SMOOTH",
+"-678 1701 OFFCURVE",
+"-626 1638 OFFCURVE",
+"-527 1638 CURVE SMOOTH",
+"-483 1638 OFFCURVE",
+"-439 1642 OFFCURVE",
+"-408 1662 CURVE",
+"-422 1782 LINE",
+"-428 1781 OFFCURVE",
+"-436 1779 OFFCURVE",
+"-444 1779 CURVE SMOOTH",
+"-472 1779 OFFCURVE",
+"-496 1804 OFFCURVE",
+"-496 1862 CURVE SMOOTH",
+"-496 2412 LINE",
+"-657 2412 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-712 1638 OFFCURVE",
+"-645 1804 OFFCURVE",
+"-617 2009 CURVE",
+"-617 2027 LINE",
+"-645 2245 OFFCURVE",
+"-712 2424 OFFCURVE",
+"-876 2424 CURVE SMOOTH",
+"-1068 2424 OFFCURVE",
+"-1173 2261 OFFCURVE",
+"-1173 2030 CURVE SMOOTH",
+"-1173 2014 LINE SMOOTH",
+"-1173 1793 OFFCURVE",
+"-1068 1638 OFFCURVE",
+"-877 1638 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-916 1819 OFFCURVE",
+"-946 1900 OFFCURVE",
+"-946 2014 CURVE SMOOTH",
+"-946 2030 LINE SMOOTH",
+"-946 2146 OFFCURVE",
+"-913 2241 OFFCURVE",
+"-820 2241 CURVE SMOOTH",
+"-726 2241 OFFCURVE",
+"-688 2168 OFFCURVE",
+"-688 2045 CURVE",
+"-688 1990 LINE",
+"-688 1882 OFFCURVE",
+"-726 1819 OFFCURVE",
+"-821 1819 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-716 2248 LINE",
+"-716 1911 LINE SMOOTH",
+"-716 1727 OFFCURVE",
+"-634 1636 OFFCURVE",
+"-499 1636 CURVE SMOOTH",
+"-466 1636 OFFCURVE",
+"-443 1639 OFFCURVE",
+"-411 1651 CURVE",
+"-429 1822 LINE",
+"-432 1821 OFFCURVE",
+"-435 1821 OFFCURVE",
+"-441 1821 CURVE SMOOTH",
+"-473 1821 OFFCURVE",
+"-491 1844 OFFCURVE",
+"-491 1911 CURVE SMOOTH",
+"-491 2410 LINE",
+"-688 2410 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE7;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1056 1800 LINE",
+"-1056 1651 LINE",
+"-507 1651 LINE",
+"-507 1800 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-525 2410 LINE",
+"-615 2410 LINE",
+"-1110 1789 LINE",
+"-1110 1651 LINE",
+"-1011 1651 LINE",
+"-525 2280 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1106 2410 LINE",
+"-1106 2263 LINE",
+"-587 2263 LINE",
+"-587 2410 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1056 1834 LINE",
+"-1056 1651 LINE",
+"-472 1651 LINE",
+"-472 1834 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-481 2410 LINE",
+"-635 2410 LINE",
+"-1112 1783 LINE",
+"-1112 1651 LINE",
+"-958 1651 LINE",
+"-481 2283 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1099 2410 LINE",
+"-1099 2228 LINE",
+"-557 2228 LINE",
+"-557 2410 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE6;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE1;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-831, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1038 2470 LINE",
+"-1180 2373 LINE",
+"-623 1651 LINE",
+"-495 1761 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1220 2470 LINE",
+"-1220 1651 LINE",
+"-1038 1651 LINE",
+"-1038 2470 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-623 2470 LINE",
+"-623 1651 LINE",
+"-441 1651 LINE",
+"-441 2470 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-939 2471 LINE",
+"-1107 2402 LINE",
+"-648 1653 LINE",
+"-477 1722 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1165 2471 LINE",
+"-1165 1653 LINE",
+"-939 1653 LINE",
+"-939 2471 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-648 2471 LINE",
+"-648 1653 LINE",
+"-421 1653 LINE",
+"-421 2471 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE1;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-809, 1609}";
+}
+);
+components = (
+{
+name = uni0367;
+transform = "{-1, 0, 0, -1, -1591, 4062}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-792, 1609}";
+}
+);
+components = (
+{
+name = uni0367;
+transform = "{-1, 0, 0, -1, -1585, 4062}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 1DE0;
+},
+{
+color = (250,227,227,1);
+glyphname = uni1DE3;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-781, 1609}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-928 2250 OFFCURVE",
+"-872 2276 OFFCURVE",
+"-810 2276 CURVE SMOOTH",
+"-751 2276 OFFCURVE",
+"-714 2240 OFFCURVE",
+"-714 2171 CURVE SMOOTH",
+"-714 2078 OFFCURVE",
+"-774 2032 OFFCURVE",
+"-903 1959 CURVE",
+"-800 1863 LINE",
+"-694 1926 OFFCURVE",
+"-532 2023 OFFCURVE",
+"-532 2185 CURVE SMOOTH",
+"-532 2332 OFFCURVE",
+"-646 2423 OFFCURVE",
+"-795 2423 CURVE SMOOTH",
+"-884 2423 OFFCURVE",
+"-982 2387 OFFCURVE",
+"-1052 2329 CURVE",
+"-971 2226 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-512 1651 LINE",
+"-512 1657 LINE",
+"-707 1976 LINE",
+"-903 1959 LINE",
+"-705 1651 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-776, 1609}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-890 2210 OFFCURVE",
+"-857 2228 OFFCURVE",
+"-804 2228 CURVE SMOOTH",
+"-751 2228 OFFCURVE",
+"-719 2199 OFFCURVE",
+"-719 2156 CURVE SMOOTH",
+"-719 2098 OFFCURVE",
+"-782 2053 OFFCURVE",
+"-909 2016 CURVE",
+"-824 1887 LINE",
+"-619 1946 OFFCURVE",
+"-494 2005 OFFCURVE",
+"-494 2155 CURVE SMOOTH",
+"-494 2314 OFFCURVE",
+"-623 2409 OFFCURVE",
+"-776 2409 CURVE SMOOTH",
+"-913 2409 OFFCURVE",
+"-968 2371 OFFCURVE",
+"-1059 2320 CURVE",
+"-953 2175 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-492 1651 LINE",
+"-492 1665 LINE",
+"-700 2027 LINE",
+"-909 2016 LINE",
+"-719 1651 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 1DE3;
+},
+{
+color = (255,77,77,1);
+glyphname = controlSOT;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+},
+{
+color = (240,240,240,1);
+glyphname = uniA92E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1372 924 OFFCURVE",
+"1112 1140 OFFCURVE",
+"760 1140 CURVE SMOOTH",
+"412 1140 OFFCURVE",
+"152 924 OFFCURVE",
+"36 688 CURVE",
+"260 688 LINE",
+"340 804 OFFCURVE",
+"468 952 OFFCURVE",
+"760 952 CURVE SMOOTH",
+"1028 952 OFFCURVE",
+"1180 804 OFFCURVE",
+"1264 688 CURVE",
+"1484 688 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1596 900 OFFCURVE",
+"1420 1196 OFFCURVE",
+"912 1196 CURVE SMOOTH",
+"404 1196 OFFCURVE",
+"228 900 OFFCURVE",
+"148 624 CURVE",
+"444 624 LINE",
+"488 724 OFFCURVE",
+"548 924 OFFCURVE",
+"912 924 CURVE SMOOTH",
+"1276 924 OFFCURVE",
+"1344 724 OFFCURVE",
+"1380 624 CURVE",
+"1680 624 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = A92E;
+userData = {
+interface.gridadjust.original = "{'width': 1502, 'leftMargin': 28, 'rightMargin': 28}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (250,227,227,1);
+glyphname = commaabovecmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop;
+position = "{-840, 1464}";
+},
+{
+name = mkmktop;
+position = "{-840, 2316}";
+},
+{
+name = parent_top;
+position = "{-807, 1749}";
+}
+);
+components = (
+{
+name = commaturnsupnosp;
+transform = "{-1, 0, 0, -1, -1554, 3499}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop;
+position = "{-824, 1470}";
+},
+{
+name = mkmktop;
+position = "{-824, 2316}";
+},
+{
+name = parent_top;
+position = "{-792, 1792}";
+}
+);
+components = (
+{
+name = commaturnsupnosp;
+transform = "{-1, 0, 0, -1, -1536, 3583}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0313;
+},
+{
+color = (250,227,227,1);
+glyphname = commaaboverightcmb;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _marktop0315;
+position = "{-113, 1456}";
+}
+);
+components = (
+{
+name = commaturnsupnosp;
+transform = "{-1, 0, 0, -1, -811, 3499}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 0;
+},
+{
+anchors = (
+{
+name = _marktop0315;
+position = "{-77, 1467}";
+}
+);
+components = (
+{
+name = commaturnsupnosp;
+transform = "{-1, 0, 0, -1, -793, 3583}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 0;
+}
+);
+unicode = 0315;
+},
+{
+color = (250,227,227,1);
+glyphname = hooksubpalatnosp;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-550 -122 LINE SMOOTH",
+"-550 -309 OFFCURVE",
+"-616 -373 OFFCURVE",
+"-736 -373 CURVE SMOOTH",
+"-759 -373 OFFCURVE",
+"-796 -370 OFFCURVE",
+"-824 -362 CURVE",
+"-824 -578 LINE",
+"-781 -591 OFFCURVE",
+"-711 -601 OFFCURVE",
+"-664 -601 CURVE SMOOTH",
+"-402 -601 OFFCURVE",
+"-275 -432 OFFCURVE",
+"-275 -122 CURVE SMOOTH",
+"-275 209 LINE",
+"-550 209 LINE"
+);
+}
+);
+width = 0;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-399 -78 LINE SMOOTH",
+"-399 -230 OFFCURVE",
+"-529 -264 OFFCURVE",
+"-634 -264 CURVE SMOOTH",
+"-672 -264 OFFCURVE",
+"-705 -260 OFFCURVE",
+"-744 -254 CURVE",
+"-744 -551 LINE",
+"-679 -568 OFFCURVE",
+"-627 -572 OFFCURVE",
+"-562 -572 CURVE SMOOTH",
+"-271 -572 OFFCURVE",
+"-95 -397 OFFCURVE",
+"-95 -78 CURVE SMOOTH",
+"-95 358 LINE",
+"-399 358 LINE"
+);
+}
+);
+width = 0;
+}
+);
+unicode = 0321;
+},
+{
+glyphname = ezhcaron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"292 2088 LINE",
+"292 2060 LINE",
+"640 1724 LINE",
+"804 1724 LINE",
+"1160 2064 LINE",
+"1160 2088 LINE",
+"924 2088 LINE",
+"724 1888 LINE",
+"520 2088 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"156 1268 LINE",
+"1000 1268 LINE",
+"504 656 LINE",
+"504 488 LINE",
+"688 488 LINE",
+"1352 1320 LINE",
+"1352 1488 LINE",
+"156 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"504 440 LINE",
+"712 440 LINE SMOOTH",
+"996 440 OFFCURVE",
+"1152 324 OFFCURVE",
+"1152 40 CURVE SMOOTH",
+"1152 -168 OFFCURVE",
+"1000 -324 OFFCURVE",
+"744 -324 CURVE SMOOTH",
+"520 -324 OFFCURVE",
+"372 -156 OFFCURVE",
+"372 40 CURVE",
+"96 40 LINE",
+"96 -368 OFFCURVE",
+"428 -544 OFFCURVE",
+"744 -544 CURVE SMOOTH",
+"1140 -544 OFFCURVE",
+"1424 -328 OFFCURVE",
+"1424 44 CURVE SMOOTH",
+"1424 436 OFFCURVE",
+"1164 652 OFFCURVE",
+"716 652 CURVE SMOOTH",
+"504 652 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"356 2100 LINE",
+"356 2084 LINE",
+"752 1724 LINE",
+"1064 1724 LINE",
+"1460 2080 LINE",
+"1460 2100 LINE",
+"1084 2100 LINE",
+"908 1916 LINE",
+"736 2100 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"260 1132 LINE",
+"1104 1132 LINE",
+"652 688 LINE",
+"652 516 LINE",
+"972 516 LINE",
+"1612 1192 LINE",
+"1612 1488 LINE",
+"260 1488 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"652 420 LINE",
+"832 420 LINE SMOOTH",
+"1072 420 OFFCURVE",
+"1200 320 OFFCURVE",
+"1200 56 CURVE SMOOTH",
+"1200 -80 OFFCURVE",
+"1088 -188 OFFCURVE",
+"896 -188 CURVE SMOOTH",
+"728 -188 OFFCURVE",
+"624 -88 OFFCURVE",
+"624 40 CURVE",
+"180 40 LINE",
+"180 -368 OFFCURVE",
+"544 -544 OFFCURVE",
+"896 -544 CURVE SMOOTH",
+"1328 -544 OFFCURVE",
+"1644 -328 OFFCURVE",
+"1644 44 CURVE SMOOTH",
+"1644 472 OFFCURVE",
+"1372 712 OFFCURVE",
+"908 712 CURVE",
+"652 680 LINE"
+);
+}
+);
+width = 1824;
+}
+);
+unicode = 01EF;
+userData = {
+interface.gridadjust.original = "{'width': 1643, 'leftMargin': 143, 'rightMargin': 170}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Ezhcaron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = Ezh;
+transform = "{1, 0, 0, 1, -16, 0}";
+},
+{
+alignment = -1;
+name = caron;
+transform = "{1, 0, 0, 1, 200, 404}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+components = (
+{
+name = Ezh;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 168, 412}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 01EE;
+userData = {
+interface.gridadjust.original = "{'width': 1821, 'leftMargin': 120, 'rightMargin': 149}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = uniE001;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-4 1792 LINE",
+"252 1792 LINE",
+"252 2048 LINE",
+"-4 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2556 1792 LINE",
+"2812 1792 LINE",
+"2812 2048 LINE",
+"2556 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 2016 LINE",
+"2028 2048 LINE",
+"1604 2048 LINE",
+"1632 2016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-4 1280 LINE",
+"508 1280 LINE",
+"508 1536 LINE",
+"-4 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2300 1280 LINE",
+"2812 1280 LINE",
+"2812 1536 LINE",
+"2300 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1276 512 LINE",
+"1532 512 LINE",
+"1532 1024 LINE",
+"1276 1024 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2300 768 LINE",
+"2812 768 LINE",
+"2812 896 LINE",
+"2300 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-4 768 LINE",
+"508 768 LINE",
+"508 896 LINE",
+"-4 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1788 640 LINE",
+"2300 640 LINE",
+"2300 768 LINE",
+"1788 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"508 640 LINE",
+"1020 640 LINE",
+"1020 768 LINE",
+"508 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-4 0 LINE",
+"508 0 LINE",
+"508 256 LINE",
+"-4 256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2300 0 LINE",
+"2812 0 LINE",
+"2812 256 LINE",
+"2300 256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-4 -512 LINE",
+"252 -512 LINE",
+"252 -256 LINE",
+"-4 -256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2556 -512 LINE",
+"2812 -512 LINE",
+"2812 -256 LINE",
+"2556 -256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 1504 LINE",
+"2028 1536 LINE",
+"1604 1536 LINE",
+"1632 1504 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 2656 LINE",
+"2028 2688 LINE",
+"1604 2688 LINE",
+"1632 2656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 32 LINE",
+"2028 0 LINE",
+"1604 0 LINE",
+"1632 32 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2000 -608 LINE",
+"2028 -640 LINE",
+"1604 -640 LINE",
+"1632 -608 LINE"
+);
+}
+);
+width = 2808;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"16 1792 LINE",
+"272 1792 LINE",
+"272 2048 LINE",
+"16 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2576 1792 LINE",
+"2832 1792 LINE",
+"2832 2048 LINE",
+"2576 2048 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2020 2016 LINE",
+"2048 2048 LINE",
+"1624 2048 LINE",
+"1652 2016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"16 1280 LINE",
+"528 1280 LINE",
+"528 1536 LINE",
+"16 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2320 1280 LINE",
+"2832 1280 LINE",
+"2832 1536 LINE",
+"2320 1536 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1296 512 LINE",
+"1552 512 LINE",
+"1552 1024 LINE",
+"1296 1024 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2320 768 LINE",
+"2832 768 LINE",
+"2832 896 LINE",
+"2320 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"16 768 LINE",
+"528 768 LINE",
+"528 896 LINE",
+"16 896 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1808 640 LINE",
+"2320 640 LINE",
+"2320 768 LINE",
+"1808 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"528 640 LINE",
+"1040 640 LINE",
+"1040 768 LINE",
+"528 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"16 0 LINE",
+"528 0 LINE",
+"528 256 LINE",
+"16 256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2320 0 LINE",
+"2832 0 LINE",
+"2832 256 LINE",
+"2320 256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"16 -512 LINE",
+"272 -512 LINE",
+"272 -256 LINE",
+"16 -256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2576 -512 LINE",
+"2832 -512 LINE",
+"2832 -256 LINE",
+"2576 -256 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2020 1504 LINE",
+"2048 1536 LINE",
+"1624 1536 LINE",
+"1652 1504 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2020 2656 LINE",
+"2048 2688 LINE",
+"1624 2688 LINE",
+"1652 2656 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2020 32 LINE",
+"2048 0 LINE",
+"1624 0 LINE",
+"1652 32 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2020 -608 LINE",
+"2048 -640 LINE",
+"1624 -640 LINE",
+"1652 -608 LINE"
+);
+}
+);
+width = 2848;
+}
+);
+unicode = E001;
+},
+{
+glyphname = circleblack;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1860 -32 OFFCURVE",
+"2340 440 OFFCURVE",
+"2340 1016 CURVE SMOOTH",
+"2340 1596 OFFCURVE",
+"1860 2072 OFFCURVE",
+"1288 2072 CURVE SMOOTH",
+"708 2072 OFFCURVE",
+"236 1596 OFFCURVE",
+"236 1016 CURVE SMOOTH",
+"236 440 OFFCURVE",
+"708 -32 OFFCURVE",
+"1288 -32 CURVE SMOOTH"
+);
+}
+);
+width = 2576;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1868 -32 OFFCURVE",
+"2348 440 OFFCURVE",
+"2348 1016 CURVE SMOOTH",
+"2348 1596 OFFCURVE",
+"1868 2072 OFFCURVE",
+"1296 2072 CURVE SMOOTH",
+"716 2072 OFFCURVE",
+"244 1596 OFFCURVE",
+"244 1016 CURVE SMOOTH",
+"244 440 OFFCURVE",
+"716 -32 OFFCURVE",
+"1296 -32 CURVE SMOOTH"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 25CF;
+},
+{
+glyphname = circlewhite;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+guideLines = (
+{
+position = "{1212, 1856}";
+},
+{
+angle = 90;
+position = "{448, 936}";
+},
+{
+angle = 90;
+position = "{2112, 948}";
+},
+{
+position = "{1284, 188}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"832 188 OFFCURVE",
+"456 564 OFFCURVE",
+"456 1024 CURVE SMOOTH",
+"456 1480 OFFCURVE",
+"832 1856 OFFCURVE",
+"1288 1856 CURVE SMOOTH",
+"1748 1856 OFFCURVE",
+"2124 1480 OFFCURVE",
+"2124 1024 CURVE SMOOTH",
+"2124 564 OFFCURVE",
+"1748 188 OFFCURVE",
+"1288 188 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1860 -32 OFFCURVE",
+"2340 440 OFFCURVE",
+"2340 1016 CURVE SMOOTH",
+"2340 1596 OFFCURVE",
+"1860 2072 OFFCURVE",
+"1288 2072 CURVE SMOOTH",
+"708 2072 OFFCURVE",
+"236 1596 OFFCURVE",
+"236 1016 CURVE SMOOTH",
+"236 440 OFFCURVE",
+"708 -32 OFFCURVE",
+"1288 -32 CURVE SMOOTH"
+);
+}
+);
+width = 2576;
+},
+{
+guideLines = (
+{
+position = "{1032, 1652}";
+},
+{
+angle = 90;
+position = "{648, 1008}";
+},
+{
+position = "{1280, 388}";
+},
+{
+angle = 90;
+position = "{1912, 952}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"948 388 OFFCURVE",
+"664 672 OFFCURVE",
+"664 1020 CURVE SMOOTH",
+"664 1368 OFFCURVE",
+"948 1652 OFFCURVE",
+"1296 1652 CURVE SMOOTH",
+"1644 1652 OFFCURVE",
+"1928 1368 OFFCURVE",
+"1928 1020 CURVE SMOOTH",
+"1928 672 OFFCURVE",
+"1644 388 OFFCURVE",
+"1296 388 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"1868 -32 OFFCURVE",
+"2348 440 OFFCURVE",
+"2348 1016 CURVE SMOOTH",
+"2348 1596 OFFCURVE",
+"1868 2072 OFFCURVE",
+"1296 2072 CURVE SMOOTH",
+"716 2072 OFFCURVE",
+"244 1596 OFFCURVE",
+"244 1016 CURVE SMOOTH",
+"244 440 OFFCURVE",
+"716 -32 OFFCURVE",
+"1296 -32 CURVE SMOOTH"
+);
+}
+);
+width = 2592;
+}
+);
+unicode = 25CB;
+userData = {
+com.typemytype.robofont.guideline.magnetic.Gw8NYBUw9n = 5;
+com.typemytype.robofont.guideline.magnetic.GxjzbBzVSW = 5;
+com.typemytype.robofont.guideline.magnetic.bHs3wYU2wA = 5;
+com.typemytype.robofont.guideline.magnetic.rCGYNmaBe7 = 5;
+};
+},
+{
+glyphname = diamondblack;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 2112 LINE",
+"136 768 LINE",
+"1488 -576 LINE",
+"2824 768 LINE"
+);
+}
+);
+width = 2960;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1496 2112 LINE",
+"144 768 LINE",
+"1496 -576 LINE",
+"2832 768 LINE"
+);
+}
+);
+width = 2976;
+}
+);
+unicode = 25C6;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = diamondblack_x;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 2112 LINE",
+"896 1520 LINE",
+"1488 936 LINE",
+"2072 1520 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2240 1352 LINE",
+"1656 768 LINE",
+"2240 176 LINE",
+"2824 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"728 1352 LINE",
+"136 768 LINE",
+"728 176 LINE",
+"1320 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1488 600 LINE",
+"896 8 LINE",
+"1488 -576 LINE",
+"2072 8 LINE"
+);
+}
+);
+width = 2960;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1496 2112 LINE",
+"904 1520 LINE",
+"1496 936 LINE",
+"2080 1520 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2248 1352 LINE",
+"1664 768 LINE",
+"2248 176 LINE",
+"2832 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"736 1352 LINE",
+"144 768 LINE",
+"736 176 LINE",
+"1328 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1496 600 LINE",
+"904 8 LINE",
+"1496 -576 LINE",
+"2080 8 LINE"
+);
+}
+);
+width = 2976;
+}
+);
+unicode = 2756;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = diamondwhite;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 2112 LINE",
+"136 768 LINE",
+"1488 -576 LINE",
+"2824 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1488 -336 LINE",
+"380 768 LINE",
+"1488 1868 LINE",
+"2580 768 LINE"
+);
+}
+);
+width = 2960;
+},
+{
+guideLines = (
+{
+position = "{520, 768}";
+},
+{
+angle = 90;
+position = "{1480, 2072}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1496 2112 LINE",
+"144 768 LINE",
+"1496 -576 LINE",
+"2832 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1496 28 LINE",
+"752 768 LINE",
+"1496 1508 LINE",
+"2232 768 LINE"
+);
+}
+);
+width = 2976;
+}
+);
+unicode = 25C7;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (247,242,212,1);
+glyphname = diamondwhite_x;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"1488 2112 LINE",
+"896 1520 LINE",
+"1488 936 LINE",
+"2072 1520 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1488 1872 LINE",
+"1832 1520 LINE",
+"1488 1176 LINE",
+"1136 1520 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2240 1352 LINE",
+"1656 768 LINE",
+"2240 176 LINE",
+"2824 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"728 1352 LINE",
+"136 768 LINE",
+"728 176 LINE",
+"1320 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2240 1120 LINE",
+"2592 768 LINE",
+"2240 416 LINE",
+"1888 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"728 1120 LINE",
+"1080 768 LINE",
+"728 416 LINE",
+"376 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1488 600 LINE",
+"896 8 LINE",
+"1488 -576 LINE",
+"2072 8 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1488 360 LINE",
+"1832 8 LINE",
+"1488 -336 LINE",
+"1136 8 LINE"
+);
+}
+);
+width = 2960;
+},
+{
+guideLines = (
+{
+position = "{3056, 768}";
+},
+{
+position = "{2032, 1520}";
+},
+{
+position = "{1956, 8}";
+},
+{
+angle = 90;
+position = "{1480, 452}";
+},
+{
+angle = 90;
+position = "{720, 148}";
+},
+{
+angle = 90;
+position = "{2232, 76}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"1496 2112 LINE",
+"904 1520 LINE",
+"1496 936 LINE",
+"2080 1520 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1496 1716 LINE",
+"1684 1520 LINE",
+"1496 1332 LINE",
+"1308 1520 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2248 1352 LINE",
+"1664 768 LINE",
+"2248 176 LINE",
+"2832 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"736 1352 LINE",
+"144 768 LINE",
+"736 176 LINE",
+"1328 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"2248 956 LINE",
+"2436 768 LINE",
+"2248 572 LINE",
+"2056 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"736 956 LINE",
+"928 768 LINE",
+"736 572 LINE",
+"548 768 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1496 600 LINE",
+"904 8 LINE",
+"1496 -576 LINE",
+"2080 8 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1496 196 LINE",
+"1684 8 LINE",
+"1496 -180 LINE",
+"1308 8 LINE"
+);
+}
+);
+width = 2976;
+}
+);
+unicode = E000;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+glyphname = Eth;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, 16}";
+},
+{
+name = bottom_dd;
+position = "{1886, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2304}";
+},
+{
+name = top;
+position = "{848, 2304}";
+},
+{
+name = top0315;
+position = "{1886, 2216}";
+},
+{
+name = top_dd;
+position = "{1886, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 30, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -158, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2056;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1954, -560}";
+},
+{
+name = parent_top;
+position = "{784, 2200}";
+},
+{
+name = top;
+position = "{784, 2200}";
+},
+{
+name = top0315;
+position = "{1954, 2200}";
+},
+{
+name = top_dd;
+position = "{1954, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 30, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -66, -20}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1992;
+}
+);
+leftKerningGroup = Dcroat;
+rightKerningGroup = D;
+unicode = 00D0;
+},
+{
+glyphname = Dcroat;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, 16}";
+},
+{
+name = bottom_dd;
+position = "{1886, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2304}";
+},
+{
+name = top;
+position = "{848, 2304}";
+},
+{
+name = top0315;
+position = "{1886, 2216}";
+},
+{
+name = top_dd;
+position = "{1886, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 30, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -158, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2056;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1954, -560}";
+},
+{
+name = parent_top;
+position = "{784, 2200}";
+},
+{
+name = top;
+position = "{784, 2200}";
+},
+{
+name = top0315;
+position = "{1954, 2200}";
+},
+{
+name = top_dd;
+position = "{1954, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 30, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -66, -20}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1992;
+}
+);
+unicode = 0110;
+},
+{
+glyphname = IJ;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = J;
+transform = "{1, 0, 0, 1, 1000, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2424;
+},
+{
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = J;
+transform = "{1, 0, 0, 1, 1008, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2620;
+}
+);
+unicode = 0132;
+},
+{
+glyphname = Ldot;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, 16}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2304}";
+},
+{
+name = top;
+position = "{376, 2304}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = L;
+},
+{
+alignment = -1;
+name = dotaccent;
+transform = "{1, 0, 0, 1, 636, -780}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = parent_top;
+position = "{372, 2200}";
+},
+{
+name = top;
+position = "{372, 2200}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = L;
+},
+{
+alignment = -1;
+name = dotaccent;
+transform = "{1, 0, 0, 1, 608, -740}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 013F;
+},
+{
+glyphname = Tbar;
+lastChange = "2018-09-02 05:41:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 208, 240}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 216, 104}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 0166;
+},
+{
+glyphname = Obar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1020, 2212}";
+},
+{
+name = top;
+position = "{1020, 2212}";
+},
+{
+name = top0315;
+position = "{1952, 2212}";
+}
+);
+components = (
+{
+name = afii10147;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1944, 2200}";
+}
+);
+components = (
+{
+name = afii10147;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 019F;
+},
+{
+glyphname = LJ;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = L;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = J;
+transform = "{1, 0, 0, 1, 1840, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3264;
+},
+{
+components = (
+{
+alignment = -1;
+name = L;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = J;
+transform = "{1, 0, 0, 1, 1824, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3436;
+}
+);
+unicode = 01C7;
+},
+{
+glyphname = NJ;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = N;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = J;
+transform = "{1, 0, 0, 1, 2336, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3760;
+},
+{
+components = (
+{
+alignment = -1;
+name = N;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = J;
+transform = "{1, 0, 0, 1, 2208, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3820;
+}
+);
+unicode = 01CA;
+},
+{
+glyphname = DZ;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = Z;
+transform = "{1, 0, 0, 1, 2280, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 4040;
+},
+{
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = Z;
+transform = "{1, 0, 0, 1, 2216, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 4040;
+}
+);
+unicode = 01F1;
+},
+{
+glyphname = Agrave;
+lastChange = "2018-09-02 00:36:00 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2796}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 456, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2720}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 396, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 00C0;
+},
+{
+glyphname = Aacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2796}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 640, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2720}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 720, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 00C1;
+},
+{
+glyphname = Acircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2768}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 304, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2664}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 300, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 00C2;
+},
+{
+glyphname = Aring;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{964, 3268}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 512, 504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2756}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 560, 596}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 00C5;
+},
+{
+glyphname = Amacron;
+lastChange = "2018-09-02 00:36:00 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2712}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 328, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2632}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 300, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 0100;
+},
+{
+glyphname = Abreve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2748}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 320, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2672}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 428, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 0102;
+},
+{
+glyphname = Aogonek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 1176, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 1304, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 0104;
+},
+{
+glyphname = Acaron;
+lastChange = "2018-09-02 00:36:00 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{936, 2760}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 304, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2692}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 296, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 01CD;
+},
+{
+glyphname = Adieresismacron;
+lastChange = "2018-09-02 05:41:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dieresismacroncomb.cn;
+transform = "{1, 0, 0, 1, 1760, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dieresismacroncomb.cn;
+transform = "{1, 0, 0, 1, 1876, 463}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 01DE;
+},
+{
+glyphname = Adotmacron;
+lastChange = "2018-09-02 05:41:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dotmacroncomb.cn;
+transform = "{1, 0, 0, 1, 1760, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dotmacroncomb.cn;
+transform = "{1, 0, 0, 1, 1876, 474}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 01E0;
+},
+{
+glyphname = Aringacute;
+lastChange = "2018-09-02 00:19:24 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = ringacute.cn;
+transform = "{1, 0, 0, 1, 544, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = ringacute.cn;
+transform = "{1, 0, 0, 1, 684, 356}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+leftKerningGroup = A;
+rightKerningGroup = A;
+unicode = 01FA;
+},
+{
+glyphname = Adblgrave;
+lastChange = "2018-09-02 05:41:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2730}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1576, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2681}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1732, 426}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 0200;
+},
+{
+glyphname = Ainvertedbreve;
+lastChange = "2018-09-02 05:41:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2771}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1760, 656}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2750}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1876, 605}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 0202;
+},
+{
+glyphname = uni0226;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2700}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 624, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2720}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 684, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 0226;
+},
+{
+glyphname = Aringbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni02F3;
+transform = "{1, 0, 0, 1, 552, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni02F3;
+transform = "{1, 0, 0, 1, 548, 12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1E00;
+},
+{
+glyphname = Adotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, -495}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1776, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1083, -511}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1908, 12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EA0;
+},
+{
+glyphname = Ahookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2922}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1768, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2819}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1931, 414}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EA2;
+},
+{
+glyphname = Acircumflexacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 384, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 528, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EA4;
+},
+{
+glyphname = Acircumflexgrave;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, 0, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, 68, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EA6;
+},
+{
+glyphname = Acircumflexhookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 304, 488}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 432, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EA8;
+},
+{
+glyphname = Acircumflextilde;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 192, 464}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 300, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EAA;
+},
+{
+glyphname = Acircumflexdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, -495}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2768}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 304, 512}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1776, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1083, -511}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2664}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 300, 408}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1908, 12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EAC;
+},
+{
+glyphname = Abreveacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breveacutecomb.cn;
+transform = "{1, 0, 0, 1, 312, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breveacutecomb.cn;
+transform = "{1, 0, 0, 1, 424, 432}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EAE;
+},
+{
+glyphname = Abrevegrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = brevegravecomb.cn;
+transform = "{1, 0, 0, 1, 312, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = brevegravecomb.cn;
+transform = "{1, 0, 0, 1, 424, 432}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EB0;
+},
+{
+glyphname = Abrevehookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = brevehookcomb.cn;
+transform = "{1, 0, 0, 1, 304, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = brevehookcomb.cn;
+transform = "{1, 0, 0, 1, 420, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EB2;
+},
+{
+glyphname = Abrevetilde;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = brevetildecomb.cn;
+transform = "{1, 0, 0, 1, 312, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = brevetildecomb.cn;
+transform = "{1, 0, 0, 1, 420, 412}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EB4;
+},
+{
+glyphname = Abrevedotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, -495}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2748}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 320, 528}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1776, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1083, -511}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2672}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 428, 424}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1908, 12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1EB6;
+},
+{
+glyphname = AEmacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1476, 2304}";
+},
+{
+name = top;
+position = "{1476, 2712}";
+},
+{
+name = top0315;
+position = "{2736, 2216}";
+},
+{
+name = top_dd;
+position = "{2736, 2200}";
+}
+);
+components = (
+{
+name = AE;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 856, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2848;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1348, 2216}";
+},
+{
+name = top;
+position = "{1348, 2648}";
+},
+{
+name = top0315;
+position = "{2712, 2216}";
+},
+{
+name = top_dd;
+position = "{2712, 2200}";
+}
+);
+components = (
+{
+name = AE;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 564, 432}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2744;
+}
+);
+leftKerningGroup = AE;
+rightKerningGroup = AE;
+unicode = 01E2;
+},
+{
+glyphname = AEacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1476, 2304}";
+},
+{
+name = top;
+position = "{1476, 2796}";
+},
+{
+name = top0315;
+position = "{2736, 2216}";
+},
+{
+name = top_dd;
+position = "{2736, 2200}";
+}
+);
+components = (
+{
+name = AE;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 1168, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2848;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1348, 2216}";
+},
+{
+name = top;
+position = "{1348, 2736}";
+},
+{
+name = top0315;
+position = "{2712, 2216}";
+},
+{
+name = top_dd;
+position = "{2712, 2200}";
+}
+);
+components = (
+{
+name = AE;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 984, 440}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2744;
+}
+);
+leftKerningGroup = AE;
+rightKerningGroup = AE;
+unicode = 01FC;
+},
+{
+glyphname = Bdotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2304}";
+},
+{
+name = top;
+position = "{876, 2700}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = B;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 544, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{928, 24}";
+},
+{
+name = bottom_dd;
+position = "{1920, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2260}";
+},
+{
+name = top;
+position = "{876, 2780}";
+},
+{
+name = top0315;
+position = "{1920, 2260}";
+},
+{
+name = top_dd;
+position = "{1920, 2244}";
+}
+);
+components = (
+{
+name = B;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 476, 516}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1784;
+}
+);
+unicode = 1E02;
+},
+{
+glyphname = Bdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -479}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2304}";
+},
+{
+name = top;
+position = "{876, 2304}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = B;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1712, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{927, -499}";
+},
+{
+name = bottom_dd;
+position = "{1920, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2260}";
+},
+{
+name = top;
+position = "{876, 2260}";
+},
+{
+name = top0315;
+position = "{1920, 2260}";
+},
+{
+name = top_dd;
+position = "{1920, 2244}";
+}
+);
+components = (
+{
+name = B;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1752, 24}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1784;
+}
+);
+unicode = 1E04;
+},
+{
+glyphname = Blinebelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -388}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2304}";
+},
+{
+name = top;
+position = "{876, 2304}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = B;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1696, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{929, -450}";
+},
+{
+name = bottom_dd;
+position = "{1920, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2260}";
+},
+{
+name = top;
+position = "{876, 2260}";
+},
+{
+name = top0315;
+position = "{1920, 2260}";
+},
+{
+name = top_dd;
+position = "{1920, 2244}";
+}
+);
+components = (
+{
+name = B;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1720, 24}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1784;
+}
+);
+unicode = 1E06;
+},
+{
+glyphname = Ccedilla;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{992, -620}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 696, -16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, -648}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 572, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = C;
+unicode = 00C7;
+},
+{
+glyphname = Cacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -16}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2796}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 760, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2720}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 660, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = C;
+unicode = 0106;
+},
+{
+glyphname = Ccircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -16}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2768}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 424, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2664}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = C;
+unicode = 0108;
+},
+{
+glyphname = Cdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -16}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2700}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 744, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2720}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 624, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 010A;
+},
+{
+glyphname = Ccaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -16}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1056, 2760}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 424, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2692}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 236, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = C;
+unicode = 010C;
+},
+{
+glyphname = Ccedillaacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{992, -620}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2796}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 696, -16}";
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 760, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, -648}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2720}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 572, 0}";
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 660, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 1E08;
+},
+{
+glyphname = Dcaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, 16}";
+},
+{
+name = bottom_dd;
+position = "{1856, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2304}";
+},
+{
+name = top;
+position = "{832, 2760}";
+},
+{
+name = top0315;
+position = "{1856, 2216}";
+},
+{
+name = top_dd;
+position = "{1856, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 200, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2024;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = parent_top;
+position = "{784, 2200}";
+},
+{
+name = top;
+position = "{784, 2692}";
+},
+{
+name = top0315;
+position = "{1924, 2200}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -4, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1960;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = D;
+unicode = 010E;
+},
+{
+glyphname = Ddotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, 16}";
+},
+{
+name = bottom_dd;
+position = "{1856, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2304}";
+},
+{
+name = top;
+position = "{848, 2700}";
+},
+{
+name = top0315;
+position = "{1856, 2216}";
+},
+{
+name = top_dd;
+position = "{1856, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 520, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2024;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = parent_top;
+position = "{784, 2200}";
+},
+{
+name = top;
+position = "{784, 2720}";
+},
+{
+name = top0315;
+position = "{1924, 2200}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 384, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1960;
+}
+);
+unicode = 1E0A;
+},
+{
+glyphname = Ddotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, -479}";
+},
+{
+name = bottom_dd;
+position = "{1856, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2304}";
+},
+{
+name = top;
+position = "{848, 2304}";
+},
+{
+name = top0315;
+position = "{1856, 2216}";
+},
+{
+name = top_dd;
+position = "{1856, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1680, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2024;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{783, -507}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = parent_top;
+position = "{784, 2200}";
+},
+{
+name = top;
+position = "{784, 2200}";
+},
+{
+name = top0315;
+position = "{1924, 2200}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1608, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1960;
+}
+);
+unicode = 1E0C;
+},
+{
+glyphname = Dlinebelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, -388}";
+},
+{
+name = bottom_dd;
+position = "{1856, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2304}";
+},
+{
+name = top;
+position = "{848, 2304}";
+},
+{
+name = top0315;
+position = "{1856, 2216}";
+},
+{
+name = top_dd;
+position = "{1856, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1664, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2024;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{785, -458}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = parent_top;
+position = "{784, 2200}";
+},
+{
+name = top;
+position = "{784, 2200}";
+},
+{
+name = top0315;
+position = "{1924, 2200}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1576, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1960;
+}
+);
+unicode = 1E0E;
+},
+{
+glyphname = Dcedilla;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{892, -712}";
+},
+{
+name = bottom_dd;
+position = "{1856, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2304}";
+},
+{
+name = top;
+position = "{848, 2304}";
+},
+{
+name = top0315;
+position = "{1856, 2216}";
+},
+{
+name = top_dd;
+position = "{1856, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 464, -496}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2024;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, -692}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = parent_top;
+position = "{784, 2200}";
+},
+{
+name = top;
+position = "{784, 2200}";
+},
+{
+name = top0315;
+position = "{1924, 2200}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 464, -492}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1960;
+}
+);
+unicode = 1E10;
+},
+{
+glyphname = Dcircumflexbelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{855, -542}";
+},
+{
+name = bottom_dd;
+position = "{1856, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2304}";
+},
+{
+name = top;
+position = "{848, 2304}";
+},
+{
+name = top0315;
+position = "{1856, 2216}";
+},
+{
+name = top_dd;
+position = "{1856, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1664, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2024;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, -504}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = parent_top;
+position = "{784, 2200}";
+},
+{
+name = top;
+position = "{784, 2200}";
+},
+{
+name = top0315;
+position = "{1924, 2200}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+components = (
+{
+name = D;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1576, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1960;
+}
+);
+unicode = 1E12;
+},
+{
+glyphname = Egrave;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2796}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 392, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2720}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 160, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 00C8;
+},
+{
+glyphname = Eacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2796}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 576, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2720}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 484, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 00C9;
+},
+{
+glyphname = Ecircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2768}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2664}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 64, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 00CA;
+},
+{
+glyphname = Edieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2684}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 64, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{852, 2644}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 192, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 00CB;
+},
+{
+glyphname = Emacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2712}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 264, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2632}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 64, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 0112;
+},
+{
+glyphname = Ebreve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2748}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 256, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2672}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 192, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 0114;
+},
+{
+glyphname = Edotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2700}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 560, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2720}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 448, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 0116;
+},
+{
+glyphname = Eogonek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 840, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 644, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 0118;
+},
+{
+glyphname = Ecaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{872, 2760}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 240, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2692}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 60, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = E;
+unicode = 011A;
+},
+{
+glyphname = Edblgrave;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2730}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1512, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2681}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1496, 426}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0204;
+},
+{
+glyphname = Einvertedbreve;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2771}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1696, 656}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2750}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1640, 605}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0206;
+},
+{
+glyphname = uni0228;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{808, -588}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 512, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -632}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 448, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0228;
+},
+{
+glyphname = Emacrongrave;
+lastChange = "2018-09-01 23:54:29 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = macrongravecomb.cn;
+transform = "{1, 0, 0, 1, 1696, 608}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = macrongravecomb.cn;
+transform = "{1, 0, 0, 1, 1640, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E14;
+},
+{
+glyphname = Emacronacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = macronacutecomb.cn;
+transform = "{1, 0, 0, 1, 1696, 608}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = macronacutecomb.cn;
+transform = "{1, 0, 0, 1, 1640, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E16;
+},
+{
+glyphname = Ecircumflexbelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{887, -542}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1696, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -504}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1692, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E18;
+},
+{
+glyphname = Etildebelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -580}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1752, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -544}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1736, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E1A;
+},
+{
+glyphname = Ecedillabreve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{808, -588}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2748}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 512, 16}";
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 256, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -632}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2672}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 448, 16}";
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 192, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E1C;
+},
+{
+glyphname = Edotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -479}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1712, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{899, -507}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1724, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EB8;
+},
+{
+glyphname = Ehookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2922}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1704, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2819}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1695, 414}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EBA;
+},
+{
+glyphname = Etilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2720}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 256, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2724}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 192, 420}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EBC;
+},
+{
+glyphname = Ecircumflexacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 320, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 292, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EBE;
+},
+{
+glyphname = Ecircumflexgrave;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, -64, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, -168, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EC0;
+},
+{
+glyphname = Ecircumflexhookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 240, 488}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 196, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EC2;
+},
+{
+glyphname = Ecircumflextilde;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 128, 464}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 64, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EC4;
+},
+{
+glyphname = Ecircumflexdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -479}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2768}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 512}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1712, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{899, -507}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2664}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 64, 408}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1724, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EC6;
+},
+{
+glyphname = Fdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{768, 16}";
+},
+{
+name = bottom_dd;
+position = "{1588, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2700}";
+},
+{
+name = top0315;
+position = "{1588, 2216}";
+},
+{
+name = top_dd;
+position = "{1588, 2200}";
+}
+);
+components = (
+{
+name = F;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 560, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1652;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 16}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{968, 2216}";
+},
+{
+name = top;
+position = "{968, 2736}";
+},
+{
+name = top0315;
+position = "{1628, 2216}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = F;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 568, 472}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E1E;
+},
+{
+glyphname = Gcircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1064, -16}";
+},
+{
+name = bottom_dd;
+position = "{2024, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2304}";
+},
+{
+name = top;
+position = "{1064, 2768}";
+},
+{
+name = top0315;
+position = "{2024, 2244}";
+},
+{
+name = top_dd;
+position = "{2024, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 416, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2092;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2664}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2000;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = G;
+unicode = 011C;
+},
+{
+glyphname = Gbreve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1064, -16}";
+},
+{
+name = bottom_dd;
+position = "{2024, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2304}";
+},
+{
+name = top;
+position = "{1064, 2748}";
+},
+{
+name = top0315;
+position = "{2024, 2244}";
+},
+{
+name = top_dd;
+position = "{2024, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 432, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2092;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2672}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 368, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2000;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = G;
+unicode = 011E;
+},
+{
+glyphname = Gdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1064, -16}";
+},
+{
+name = bottom_dd;
+position = "{2024, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2304}";
+},
+{
+name = top;
+position = "{1064, 2700}";
+},
+{
+name = top0315;
+position = "{2024, 2244}";
+},
+{
+name = top_dd;
+position = "{2024, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 736, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2092;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2720}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 624, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2000;
+}
+);
+unicode = 0120;
+},
+{
+glyphname = Gcommaaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1100, -744}";
+},
+{
+name = bottom_dd;
+position = "{2024, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2304}";
+},
+{
+name = top;
+position = "{1064, 2304}";
+},
+{
+name = top0315;
+position = "{2024, 2244}";
+},
+{
+name = top_dd;
+position = "{2024, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 672, -528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2092;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, -708}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 704, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2000;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = G;
+unicode = 0122;
+},
+{
+glyphname = Gcaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1064, -16}";
+},
+{
+name = bottom_dd;
+position = "{2024, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2304}";
+},
+{
+name = top;
+position = "{1048, 2760}";
+},
+{
+name = top0315;
+position = "{2024, 2244}";
+},
+{
+name = top_dd;
+position = "{2024, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 416, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2092;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2692}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 236, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2000;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = G;
+unicode = 01E6;
+},
+{
+glyphname = Gacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1064, -16}";
+},
+{
+name = bottom_dd;
+position = "{2024, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2304}";
+},
+{
+name = top;
+position = "{1064, 2796}";
+},
+{
+name = top0315;
+position = "{2024, 2244}";
+},
+{
+name = top_dd;
+position = "{2024, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 752, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2092;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2720}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 660, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2000;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = G;
+unicode = 01F4;
+},
+{
+glyphname = Gmacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1064, -16}";
+},
+{
+name = bottom_dd;
+position = "{2024, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2304}";
+},
+{
+name = top;
+position = "{1064, 2712}";
+},
+{
+name = top0315;
+position = "{2024, 2244}";
+},
+{
+name = top_dd;
+position = "{2024, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 440, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2092;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2632}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = G;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 240, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2000;
+}
+);
+unicode = 1E20;
+},
+{
+glyphname = Hcircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2768}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 392, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2664}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 264, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0124;
+},
+{
+glyphname = uni021E;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1024, 2760}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 392, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2692}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 260, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 021E;
+},
+{
+glyphname = Hdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2700}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 712, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2720}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 648, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E22;
+},
+{
+glyphname = Hdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, -479}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1848, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1051, -507}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1876, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E24;
+},
+{
+glyphname = Hdieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2684}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 216, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1052, 2644}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 392, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E26;
+},
+{
+glyphname = Hbrevebelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, -486}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = brevesubnosp;
+transform = "{1, 0, 0, 1, 1832, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, -523}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = brevesubnosp;
+transform = "{1, 0, 0, 1, 1844, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E2A;
+},
+{
+glyphname = Igrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2796}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, -144, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2720}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, -312, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 00CC;
+},
+{
+glyphname = Iacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2796}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 48, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2720}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 12, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 00CD;
+},
+{
+glyphname = Icircumflex;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2768}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -296, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2664}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -408, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 00CE;
+},
+{
+glyphname = Itilde;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2720}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -280, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2724}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, -280, 420}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0128;
+},
+{
+glyphname = Imacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2712}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -272, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2632}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -408, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 012A;
+},
+{
+glyphname = Ibreve;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2748}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, -280, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2672}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, -280, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 012C;
+},
+{
+glyphname = Iogonek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -584}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, -112, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -572}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, -136, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 012E;
+},
+{
+glyphname = Idotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2700}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 24, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2720}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, -24, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0130;
+},
+{
+glyphname = Icaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{340, 2760}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -296, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2692}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -412, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 01CF;
+},
+{
+glyphname = Idblgrave;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2730}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 976, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2681}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1024, 426}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 0208;
+},
+{
+glyphname = Iinvertedbreve;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2771}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1168, 656}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2750}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1168, 605}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 020A;
+},
+{
+glyphname = Ihookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2922}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1168, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2819}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1223, 414}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 1EC8;
+},
+{
+glyphname = Idotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -479}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1200, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{375, -523}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1200, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 1ECA;
+},
+{
+glyphname = Jcircumflex;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{712, -16}";
+},
+{
+name = bottom_dd;
+position = "{1564, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2304}";
+},
+{
+name = top;
+position = "{1076, 2768}";
+},
+{
+name = top0315;
+position = "{1564, 2200}";
+},
+{
+name = top_dd;
+position = "{1564, 2200}";
+}
+);
+components = (
+{
+name = J;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 432, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1424;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{752, -16}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{1228, 2200}";
+},
+{
+name = top;
+position = "{1228, 2664}";
+},
+{
+name = top0315;
+position = "{1628, 2200}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = J;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 444, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+leftKerningGroup = J;
+rightKerningGroup = IJacute;
+unicode = 0134;
+},
+{
+glyphname = Kcommaaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{956, -608}";
+},
+{
+name = bottom_dd;
+position = "{1772, -560}";
+},
+{
+name = parent_top;
+position = "{840, 2304}";
+},
+{
+name = top;
+position = "{840, 2304}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+},
+{
+name = top_dd;
+position = "{1772, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = K;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 528, -392}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1836;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{940, -706}";
+},
+{
+name = bottom_dd;
+position = "{1972, -560}";
+},
+{
+name = parent_top;
+position = "{864, 2200}";
+},
+{
+name = top;
+position = "{864, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = K;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 620, -506}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2048;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = K;
+unicode = 0136;
+},
+{
+glyphname = Kcaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{920, 120}";
+},
+{
+name = bottom_dd;
+position = "{1772, -560}";
+},
+{
+name = parent_top;
+position = "{840, 2304}";
+},
+{
+name = top;
+position = "{824, 2760}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+},
+{
+name = top_dd;
+position = "{1772, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 192, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1836;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 2}";
+},
+{
+name = bottom_dd;
+position = "{1972, -560}";
+},
+{
+name = parent_top;
+position = "{864, 2200}";
+},
+{
+name = top;
+position = "{864, 2692}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 76, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2048;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = K;
+unicode = 01E8;
+},
+{
+glyphname = Kacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{920, 120}";
+},
+{
+name = bottom_dd;
+position = "{1772, -560}";
+},
+{
+name = parent_top;
+position = "{840, 2304}";
+},
+{
+name = top;
+position = "{840, 2796}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+},
+{
+name = top_dd;
+position = "{1772, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 528, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1836;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 2}";
+},
+{
+name = bottom_dd;
+position = "{1972, -560}";
+},
+{
+name = parent_top;
+position = "{864, 2200}";
+},
+{
+name = top;
+position = "{864, 2720}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 500, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2048;
+}
+);
+unicode = 1E30;
+},
+{
+glyphname = Kdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{920, -375}";
+},
+{
+name = bottom_dd;
+position = "{1772, -560}";
+},
+{
+name = parent_top;
+position = "{840, 2304}";
+},
+{
+name = top;
+position = "{840, 2304}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+},
+{
+name = top_dd;
+position = "{1772, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1744, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1836;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{939, -521}";
+},
+{
+name = bottom_dd;
+position = "{1972, -560}";
+},
+{
+name = parent_top;
+position = "{864, 2200}";
+},
+{
+name = top;
+position = "{864, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1764, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2048;
+}
+);
+unicode = 1E32;
+},
+{
+glyphname = Klinebelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{920, -284}";
+},
+{
+name = bottom_dd;
+position = "{1772, -560}";
+},
+{
+name = parent_top;
+position = "{840, 2304}";
+},
+{
+name = top;
+position = "{840, 2304}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+},
+{
+name = top_dd;
+position = "{1772, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1728, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1836;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{941, -472}";
+},
+{
+name = bottom_dd;
+position = "{1972, -560}";
+},
+{
+name = parent_top;
+position = "{864, 2200}";
+},
+{
+name = top;
+position = "{864, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1732, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2048;
+}
+);
+unicode = 1E34;
+},
+{
+glyphname = Lacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, 16}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2304}";
+},
+{
+name = top;
+position = "{376, 2796}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 64, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = parent_top;
+position = "{372, 2200}";
+},
+{
+name = top;
+position = "{372, 2720}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 8, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = L;
+unicode = 0139;
+},
+{
+glyphname = Lcommaaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{896, -712}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2304}";
+},
+{
+name = top;
+position = "{376, 2304}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 472, -496}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, -692}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = parent_top;
+position = "{372, 2200}";
+},
+{
+name = top;
+position = "{372, 2200}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 464, -492}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = L;
+unicode = 013B;
+},
+{
+glyphname = Lcaron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, 16}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2304}";
+},
+{
+name = top;
+position = "{376, 2304}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = L;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 592, 1660}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 16}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = parent_top;
+position = "{372, 2200}";
+},
+{
+name = top;
+position = "{372, 2200}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = L;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 780, 1612}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = L;
+unicode = 013D;
+},
+{
+glyphname = Ldotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, -479}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2304}";
+},
+{
+name = top;
+position = "{376, 2304}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1688, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{783, -507}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = parent_top;
+position = "{372, 2200}";
+},
+{
+name = top;
+position = "{372, 2200}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1608, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1E36;
+},
+{
+glyphname = Ldotbelowmacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, -479}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2304}";
+},
+{
+name = top;
+position = "{376, 2712}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1688, 16}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -248, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{783, -507}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = parent_top;
+position = "{372, 2200}";
+},
+{
+name = top;
+position = "{372, 2632}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1608, 16}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -412, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1E38;
+},
+{
+glyphname = Llinebelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{860, -388}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2304}";
+},
+{
+name = top;
+position = "{376, 2304}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1672, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{785, -458}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = parent_top;
+position = "{372, 2200}";
+},
+{
+name = top;
+position = "{372, 2200}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1576, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1E3A;
+},
+{
+glyphname = Lcircumflexbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{859, -542}";
+},
+{
+name = bottom_dd;
+position = "{1532, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2304}";
+},
+{
+name = top;
+position = "{376, 2304}";
+},
+{
+name = top0315;
+position = "{1532, 2200}";
+},
+{
+name = top_dd;
+position = "{1532, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1672, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1584;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, -504}";
+},
+{
+name = bottom_dd;
+position = "{1492, -560}";
+},
+{
+name = parent_top;
+position = "{372, 2200}";
+},
+{
+name = top;
+position = "{372, 2200}";
+},
+{
+name = top0315;
+position = "{1492, 2200}";
+},
+{
+name = top_dd;
+position = "{1492, 2200}";
+}
+);
+components = (
+{
+name = L;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1576, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1E3C;
+},
+{
+glyphname = Macute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1232, 0}";
+},
+{
+name = bottom_dd;
+position = "{2456, -560}";
+},
+{
+name = parent_top;
+position = "{1232, 2304}";
+},
+{
+name = top;
+position = "{1232, 2796}";
+},
+{
+name = top0315;
+position = "{2456, 2200}";
+},
+{
+name = top_dd;
+position = "{2456, 2200}";
+}
+);
+components = (
+{
+name = M;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 920, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2464;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1280, 4}";
+},
+{
+name = bottom_dd;
+position = "{2532, -560}";
+},
+{
+name = parent_top;
+position = "{1280, 2200}";
+},
+{
+name = top;
+position = "{1280, 2720}";
+},
+{
+name = top0315;
+position = "{2532, 2200}";
+},
+{
+name = top_dd;
+position = "{2532, 2200}";
+}
+);
+components = (
+{
+name = M;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 916, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2560;
+}
+);
+unicode = 1E3E;
+},
+{
+glyphname = Mdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1232, 0}";
+},
+{
+name = bottom_dd;
+position = "{2456, -560}";
+},
+{
+name = parent_top;
+position = "{1232, 2304}";
+},
+{
+name = top;
+position = "{1232, 2700}";
+},
+{
+name = top0315;
+position = "{2456, 2200}";
+},
+{
+name = top_dd;
+position = "{2456, 2200}";
+}
+);
+components = (
+{
+name = M;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 904, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2464;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1280, 4}";
+},
+{
+name = bottom_dd;
+position = "{2532, -560}";
+},
+{
+name = parent_top;
+position = "{1280, 2200}";
+},
+{
+name = top;
+position = "{1280, 2720}";
+},
+{
+name = top0315;
+position = "{2532, 2200}";
+},
+{
+name = top_dd;
+position = "{2532, 2200}";
+}
+);
+components = (
+{
+name = M;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 880, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2560;
+}
+);
+unicode = 1E40;
+},
+{
+glyphname = Mdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1232, -495}";
+},
+{
+name = bottom_dd;
+position = "{2456, -560}";
+},
+{
+name = parent_top;
+position = "{1232, 2304}";
+},
+{
+name = top;
+position = "{1232, 2304}";
+},
+{
+name = top0315;
+position = "{2456, 2200}";
+},
+{
+name = top_dd;
+position = "{2456, 2200}";
+}
+);
+components = (
+{
+name = M;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2056, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2464;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1279, -519}";
+},
+{
+name = bottom_dd;
+position = "{2532, -560}";
+},
+{
+name = parent_top;
+position = "{1280, 2200}";
+},
+{
+name = top;
+position = "{1280, 2200}";
+},
+{
+name = top0315;
+position = "{2532, 2200}";
+},
+{
+name = top_dd;
+position = "{2532, 2200}";
+}
+);
+components = (
+{
+name = M;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2104, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2560;
+}
+);
+unicode = 1E42;
+},
+{
+glyphname = Ntilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, 16}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2720}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 400, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, 0}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2724}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 392, 420}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 00D1;
+},
+{
+glyphname = Nacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, 16}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2796}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 720, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, 0}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2720}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 684, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0143;
+},
+{
+glyphname = Ncommaaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1032, -712}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2304}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = N;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 604, -496}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, -708}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = N;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 728, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0145;
+},
+{
+glyphname = Ncaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, 16}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1016, 2760}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 384, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, 0}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2692}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 260, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = H;
+unicode = 0147;
+},
+{
+glyphname = uni01F8;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, 16}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2796}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 536, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, 0}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2720}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 360, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 01F8;
+},
+{
+glyphname = Ndotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, 16}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2700}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 704, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, 0}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2720}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 648, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E44;
+},
+{
+glyphname = Ndotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, -479}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2304}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1824, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1047, -523}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1872, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E46;
+},
+{
+glyphname = Nlinebelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, -388}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2304}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1808, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1049, -474}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1840, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E48;
+},
+{
+glyphname = Ncircumflexbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{995, -542}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2304}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1808, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, -520}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1840, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E4A;
+},
+{
+glyphname = Ograve;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2796}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 576, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2720}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 336, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 00D2;
+},
+{
+glyphname = Oacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2796}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 760, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2720}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 660, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 00D3;
+},
+{
+glyphname = Ocircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2768}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 424, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2664}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 00D4;
+},
+{
+glyphname = Omacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2712}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 448, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2632}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 240, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 014C;
+},
+{
+glyphname = Obreve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2748}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 440, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2672}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 368, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 014E;
+},
+{
+glyphname = Ohungarumlaut;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2756}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 592, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2680}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 524, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 0150;
+},
+{
+glyphname = Ocaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1056, 2760}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 424, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2692}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 236, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 01D1;
+},
+{
+glyphname = Oogonek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -600}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 584, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, -572}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 512, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+leftKerningGroup = C;
+rightKerningGroup = D;
+unicode = 01EA;
+},
+{
+glyphname = Oogonekmacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -600}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2712}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 584, 0}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 448, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, -572}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2632}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 512, 0}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 240, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 01EC;
+},
+{
+glyphname = Odblgrave;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2730}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1696, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2681}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1672, 426}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 020C;
+},
+{
+glyphname = Oinvertedbreve;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2771}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1880, 656}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2750}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1816, 605}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 020E;
+},
+{
+glyphname = uni022A;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dieresismacroncomb.cn;
+transform = "{1, 0, 0, 1, 1880, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dieresismacroncomb.cn;
+transform = "{1, 0, 0, 1, 1816, 463}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 022A;
+},
+{
+glyphname = uni022C;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = tildemacroncomb.cn;
+transform = "{1, 0, 0, 1, 1880, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = tildemacroncomb.cn;
+transform = "{1, 0, 0, 1, 1816, 477}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 022C;
+},
+{
+glyphname = uni022E;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2700}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 744, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2720}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 624, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 022E;
+},
+{
+glyphname = uni0230;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dotmacroncomb.cn;
+transform = "{1, 0, 0, 1, 1880, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dotmacroncomb.cn;
+transform = "{1, 0, 0, 1, 1816, 474}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 0230;
+},
+{
+glyphname = Otildeacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = tildeacutecomb.cn;
+transform = "{1, 0, 0, 1, 1880, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = tildeacutecomb.cn;
+transform = "{1, 0, 0, 1, 1791, 470}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1E4C;
+},
+{
+glyphname = Otildedieresis;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = tildedieresiscomb.cn;
+transform = "{1, 0, 0, 1, 1880, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = tildedieresiscomb.cn;
+transform = "{1, 0, 0, 1, 1816, 450}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1E4E;
+},
+{
+glyphname = Omacrongrave;
+lastChange = "2018-09-01 23:54:29 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = macrongravecomb.cn;
+transform = "{1, 0, 0, 1, 1880, 608}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = macrongravecomb.cn;
+transform = "{1, 0, 0, 1, 1816, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1E50;
+},
+{
+glyphname = Omacronacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = macronacutecomb.cn;
+transform = "{1, 0, 0, 1, 1880, 608}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = macronacutecomb.cn;
+transform = "{1, 0, 0, 1, 1816, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1E52;
+},
+{
+glyphname = Odotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -495}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1896, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1023, -523}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1848, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1ECC;
+},
+{
+glyphname = Ohookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2922}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1888, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2819}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1871, 414}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1ECE;
+},
+{
+glyphname = Ocircumflexacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 504, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 468, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1ED0;
+},
+{
+glyphname = Ocircumflexgrave;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, 120, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, 8, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1ED2;
+},
+{
+glyphname = Ocircumflexhookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 424, 488}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 372, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1ED4;
+},
+{
+glyphname = Ocircumflextilde;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 312, 464}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 240, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1ED6;
+},
+{
+glyphname = Ocircumflexdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -495}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2768}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 424, 512}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1896, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1023, -523}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2664}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 408}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1848, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 1ED8;
+},
+{
+glyphname = Ohornacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = parent_top;
+position = "{1020, 2304}";
+},
+{
+name = top;
+position = "{1020, 2796}";
+},
+{
+name = top0315;
+position = "{1964, 2192}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 712, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2180;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = parent_top;
+position = "{1024, 2212}";
+},
+{
+name = top;
+position = "{1024, 2732}";
+},
+{
+name = top0315;
+position = "{2008, 2212}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 660, 436}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2100;
+}
+);
+unicode = 1EDA;
+},
+{
+glyphname = Ohorngrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = parent_top;
+position = "{1020, 2304}";
+},
+{
+name = top;
+position = "{1020, 2796}";
+},
+{
+name = top0315;
+position = "{1964, 2192}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 520, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2180;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = parent_top;
+position = "{1024, 2212}";
+},
+{
+name = top;
+position = "{1024, 2732}";
+},
+{
+name = top0315;
+position = "{2008, 2212}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 336, 436}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2100;
+}
+);
+unicode = 1EDC;
+},
+{
+glyphname = Ohornhookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = parent_top;
+position = "{1020, 2304}";
+},
+{
+name = top;
+position = "{1020, 2922}";
+},
+{
+name = top0315;
+position = "{1964, 2192}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1832, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2180;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = parent_top;
+position = "{1024, 2212}";
+},
+{
+name = top;
+position = "{1024, 2831}";
+},
+{
+name = top0315;
+position = "{2008, 2212}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1871, 426}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2100;
+}
+);
+unicode = 1EDE;
+},
+{
+glyphname = Ohorntilde;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = parent_top;
+position = "{1020, 2304}";
+},
+{
+name = top;
+position = "{1020, 2720}";
+},
+{
+name = top0315;
+position = "{1964, 2192}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 392, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2180;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = parent_top;
+position = "{1024, 2212}";
+},
+{
+name = top;
+position = "{1024, 2736}";
+},
+{
+name = top0315;
+position = "{2008, 2212}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 368, 432}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2100;
+}
+);
+unicode = 1EE0;
+},
+{
+glyphname = Ohorndotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{988, -495}";
+},
+{
+name = parent_top;
+position = "{1020, 2304}";
+},
+{
+name = top;
+position = "{1020, 2304}";
+},
+{
+name = top0315;
+position = "{1964, 2192}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1816, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2180;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1023, -523}";
+},
+{
+name = parent_top;
+position = "{1024, 2212}";
+},
+{
+name = top;
+position = "{1024, 2212}";
+},
+{
+name = top0315;
+position = "{2008, 2212}";
+}
+);
+components = (
+{
+name = Ohorn;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1848, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2100;
+}
+);
+unicode = 1EE2;
+},
+{
+glyphname = Oslashacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1068, 2304}";
+},
+{
+name = top;
+position = "{1068, 2796}";
+},
+{
+name = top0315;
+position = "{2020, 2304}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = Oslash;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 760, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1024, 2304}";
+},
+{
+name = top;
+position = "{1024, 2824}";
+},
+{
+name = top0315;
+position = "{1972, 2304}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Oslash;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 660, 528}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 01FE;
+},
+{
+glyphname = Pacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{736, 0}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2796}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = P;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 592, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 16}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = parent_top;
+position = "{920, 2216}";
+},
+{
+name = top;
+position = "{920, 2736}";
+},
+{
+name = top0315;
+position = "{1928, 2216}";
+},
+{
+name = top_dd;
+position = "{1928, 2200}";
+}
+);
+components = (
+{
+name = P;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 556, 440}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 1E54;
+},
+{
+glyphname = Pdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{736, 0}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2700}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = P;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 576, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 16}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = parent_top;
+position = "{920, 2216}";
+},
+{
+name = top;
+position = "{920, 2736}";
+},
+{
+name = top0315;
+position = "{1928, 2216}";
+},
+{
+name = top_dd;
+position = "{1928, 2200}";
+}
+);
+components = (
+{
+name = P;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 520, 472}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 1E56;
+},
+{
+glyphname = Racute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 0}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2796}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 592, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, 16}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2720}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 536, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = R;
+unicode = 0154;
+},
+{
+glyphname = Rcommaaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{884, -728}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 456, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, -692}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 604, -492}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = R;
+unicode = 0156;
+},
+{
+glyphname = Rcaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 0}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{888, 2760}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 256, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, 16}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2692}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 112, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+leftKerningGroup = B;
+rightKerningGroup = R;
+unicode = 0158;
+},
+{
+glyphname = Rdblgrave;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 0}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2730}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1528, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, 16}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2681}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1548, 426}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 0210;
+},
+{
+glyphname = Rinvertedbreve;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 0}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2771}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1712, 656}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, 16}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2750}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1692, 605}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 0212;
+},
+{
+glyphname = Rdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 0}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2700}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 576, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, 16}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2720}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 500, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 1E58;
+},
+{
+glyphname = Rdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, -495}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1672, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{923, -507}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1748, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 1E5A;
+},
+{
+glyphname = Rdotbelowmacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, -495}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2712}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1672, 0}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 280, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{923, -507}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2632}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1748, 16}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 116, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 1E5C;
+},
+{
+glyphname = Rlinebelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, -404}";
+},
+{
+name = bottom_dd;
+position = "{1732, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1732, 2200}";
+},
+{
+name = top_dd;
+position = "{1732, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1656, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{925, -458}";
+},
+{
+name = bottom_dd;
+position = "{1908, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1908, 2200}";
+},
+{
+name = top_dd;
+position = "{1908, 2200}";
+}
+);
+components = (
+{
+name = R;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1716, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 1E5E;
+},
+{
+glyphname = Sacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -36}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2796}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 576, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2720}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 548, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+leftKerningGroup = S;
+rightKerningGroup = S;
+unicode = 015A;
+},
+{
+glyphname = Scircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -36}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2768}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2664}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 128, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+leftKerningGroup = S;
+rightKerningGroup = S;
+unicode = 015C;
+},
+{
+glyphname = Scedilla;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{808, -640}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 512, -40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, -648}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 460, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+leftKerningGroup = S;
+rightKerningGroup = S;
+unicode = 015E;
+},
+{
+glyphname = Scaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -36}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{872, 2760}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 240, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2692}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 124, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+leftKerningGroup = S;
+rightKerningGroup = S;
+unicode = 0160;
+},
+{
+glyphname = Scommaaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{924, -764}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 496, -552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, -708}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 592, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+unicode = 0218;
+},
+{
+glyphname = Sdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -36}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2700}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 560, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2720}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 512, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+unicode = 1E60;
+},
+{
+glyphname = Sdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -531}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1712, -40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{911, -523}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1736, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+unicode = 1E62;
+},
+{
+glyphname = Sacutedotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -36}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = acutedotcomb.cn;
+transform = "{1, 0, 0, 1, 1696, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = acutedotcomb.cn;
+transform = "{1, 0, 0, 1, 1661, 353}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+unicode = 1E64;
+},
+{
+glyphname = Scarondotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -36}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = carondotcomb.cn;
+transform = "{1, 0, 0, 1, 1696, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = carondotcomb.cn;
+transform = "{1, 0, 0, 1, 1704, 518}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+unicode = 1E66;
+},
+{
+glyphname = Sdotbelowdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -531}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2700}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1712, -40}";
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 560, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{911, -523}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2720}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1736, 0}";
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 512, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+unicode = 1E68;
+},
+{
+glyphname = Tcommaaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{824, -604}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 528, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -632}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 448, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 0162;
+},
+{
+glyphname = Tcaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{888, 2760}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 256, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2692}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 112, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+leftKerningGroup = T;
+rightKerningGroup = T;
+unicode = 0164;
+},
+{
+glyphname = uni021A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, -728}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = T;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 512, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -692}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = T;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 580, -492}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 021A;
+},
+{
+glyphname = Tdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2700}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 576, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2720}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 500, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 1E6A;
+},
+{
+glyphname = Tdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, -495}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1728, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{899, -507}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1724, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 1E6C;
+},
+{
+glyphname = Tlinebelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, -404}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1712, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{901, -458}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1692, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 1E6E;
+},
+{
+glyphname = Tcircumflexbelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{903, -558}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1712, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -504}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1692, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 1E70;
+},
+{
+glyphname = Ugrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2796}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 544, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2720}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 288, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 00D9;
+},
+{
+glyphname = Uacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2796}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 736, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2720}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 612, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 00DA;
+},
+{
+glyphname = Ucircumflex;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2768}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 400, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2664}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 192, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 00DB;
+},
+{
+glyphname = Udieresis;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2684}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 224, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{980, 2644}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 320, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 00DC;
+},
+{
+glyphname = Utilde;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2720}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 416, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2724}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 320, 420}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 0168;
+},
+{
+glyphname = Umacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2712}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 424, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2632}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 192, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 016A;
+},
+{
+glyphname = Ubreve;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2748}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 416, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2672}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 320, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 016C;
+},
+{
+glyphname = Uring;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1056, 3268}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 608, 504}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2756}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 452, 596}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 016E;
+},
+{
+glyphname = Uhungarumlaut;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2756}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 560, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2680}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 476, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 0170;
+},
+{
+glyphname = Uogonek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 704, 64}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 764, 104}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 0172;
+},
+{
+glyphname = Ucaron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1028, 2760}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 400, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2692}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 188, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+leftKerningGroup = U;
+rightKerningGroup = IJacute;
+unicode = 01D3;
+},
+{
+glyphname = Udieresismacron;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresismacroncomb.cn;
+transform = "{1, 0, 0, 1, 1856, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresismacroncomb.cn;
+transform = "{1, 0, 0, 1, 1768, 463}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 01D5;
+},
+{
+glyphname = Udieresisacute;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresisacutecomb.cn;
+transform = "{1, 0, 0, 1, 1856, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresisacutecomb.cn;
+transform = "{1, 0, 0, 1, 1768, 463}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 01D7;
+},
+{
+glyphname = Udieresiscaron;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresiscaroncomb.cn;
+transform = "{1, 0, 0, 1, 1856, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresiscaroncomb.cn;
+transform = "{1, 0, 0, 1, 1768, 463}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 01D9;
+},
+{
+glyphname = Udieresisgrave;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresisgravecomb.cn;
+transform = "{1, 0, 0, 1, 1856, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dieresisgravecomb.cn;
+transform = "{1, 0, 0, 1, 1768, 463}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 01DB;
+},
+{
+glyphname = Udblgrave;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2730}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1664, 520}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2681}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1624, 426}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 0214;
+},
+{
+glyphname = Uinvertedbreve;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2771}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1856, 656}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2750}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1768, 605}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 0216;
+},
+{
+glyphname = Udieresisbelow;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -522}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dotdblsubnosp;
+transform = "{1, 0, 0, 1, 1984, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, -499}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dotdblsubnosp;
+transform = "{1, 0, 0, 1, 1774, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E72;
+},
+{
+glyphname = Utildebelow;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -624}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1912, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, -560}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1744, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E74;
+},
+{
+glyphname = Ucircumflexbelow;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1043, -586}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1856, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, -520}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1700, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E76;
+},
+{
+glyphname = Utildeacute;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = tildeacutecomb.cn;
+transform = "{1, 0, 0, 1, 1856, 568}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = tildeacutecomb.cn;
+transform = "{1, 0, 0, 1, 1743, 470}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E78;
+},
+{
+glyphname = Umacrondieresis;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = macrondieresiscomb.cn;
+transform = "{1, 0, 0, 1, 1856, 648}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = macrondieresiscomb.cn;
+transform = "{1, 0, 0, 1, 1768, 422}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1E7A;
+},
+{
+glyphname = Udotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -523}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1872, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{907, -523}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2200}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1732, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1EE4;
+},
+{
+glyphname = Uhookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2922}";
+},
+{
+name = top0315;
+position = "{1828, 2200}";
+},
+{
+name = top_dd;
+position = "{1828, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1856, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{908, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{976, 2200}";
+},
+{
+name = top;
+position = "{976, 2819}";
+},
+{
+name = top0315;
+position = "{1864, 2200}";
+},
+{
+name = top_dd;
+position = "{1864, 2200}";
+}
+);
+components = (
+{
+name = U;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1823, 414}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1EE6;
+},
+{
+glyphname = Uhornacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2796}";
+},
+{
+name = top0315;
+position = "{1976, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 736, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1008, -16}";
+},
+{
+name = parent_top;
+position = "{1008, 2216}";
+},
+{
+name = top;
+position = "{1008, 2736}";
+},
+{
+name = top0315;
+position = "{2036, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 644, 440}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2284;
+}
+);
+unicode = 1EE8;
+},
+{
+glyphname = Uhorngrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2796}";
+},
+{
+name = top0315;
+position = "{1976, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 544, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1008, -16}";
+},
+{
+name = parent_top;
+position = "{1008, 2216}";
+},
+{
+name = top;
+position = "{1008, 2736}";
+},
+{
+name = top0315;
+position = "{2036, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 320, 440}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2284;
+}
+);
+unicode = 1EEA;
+},
+{
+glyphname = Uhornhookabove;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2922}";
+},
+{
+name = top0315;
+position = "{1976, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1856, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1008, -16}";
+},
+{
+name = parent_top;
+position = "{1008, 2216}";
+},
+{
+name = top;
+position = "{1008, 2835}";
+},
+{
+name = top0315;
+position = "{2036, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1855, 430}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2284;
+}
+);
+unicode = 1EEC;
+},
+{
+glyphname = Uhorntilde;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -28}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2720}";
+},
+{
+name = top0315;
+position = "{1976, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 416, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1008, -16}";
+},
+{
+name = parent_top;
+position = "{1008, 2216}";
+},
+{
+name = top;
+position = "{1008, 2740}";
+},
+{
+name = top0315;
+position = "{2036, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 352, 436}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2284;
+}
+);
+unicode = 1EEE;
+},
+{
+glyphname = Uhorndotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1044, -523}";
+},
+{
+name = parent_top;
+position = "{1044, 2304}";
+},
+{
+name = top;
+position = "{1044, 2304}";
+},
+{
+name = top0315;
+position = "{1976, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1872, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1007, -539}";
+},
+{
+name = parent_top;
+position = "{1008, 2216}";
+},
+{
+name = top;
+position = "{1008, 2216}";
+},
+{
+name = top0315;
+position = "{2036, 2216}";
+}
+);
+components = (
+{
+name = Uhorn;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1832, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2284;
+}
+);
+unicode = 1EF0;
+},
+{
+glyphname = Vtilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 16}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2720}";
+},
+{
+name = top0315;
+position = "{1924, 2216}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+components = (
+{
+name = V;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 320, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1080, 16}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1080, 2216}";
+},
+{
+name = top;
+position = "{1080, 2740}";
+},
+{
+name = top0315;
+position = "{2012, 2216}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = V;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 424, 436}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1E7C;
+},
+{
+glyphname = Vdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, -479}";
+},
+{
+name = bottom_dd;
+position = "{1924, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1924, 2216}";
+},
+{
+name = top_dd;
+position = "{1924, 2200}";
+}
+);
+components = (
+{
+name = V;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1776, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1079, -507}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1080, 2216}";
+},
+{
+name = top;
+position = "{1080, 2216}";
+},
+{
+name = top0315;
+position = "{2012, 2216}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+name = V;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1904, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1E7E;
+},
+{
+glyphname = Wcircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1336, 16}";
+},
+{
+name = bottom_dd;
+position = "{2500, -560}";
+},
+{
+name = parent_top;
+position = "{1336, 2304}";
+},
+{
+name = top;
+position = "{1336, 2768}";
+},
+{
+name = top0315;
+position = "{2500, 2200}";
+},
+{
+name = top_dd;
+position = "{2500, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 688, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2672;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1448, 16}";
+},
+{
+name = bottom_dd;
+position = "{2612, -560}";
+},
+{
+name = parent_top;
+position = "{1448, 2200}";
+},
+{
+name = top;
+position = "{1448, 2664}";
+},
+{
+name = top0315;
+position = "{2612, 2200}";
+},
+{
+name = top_dd;
+position = "{2612, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 664, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2896;
+}
+);
+leftKerningGroup = W;
+rightKerningGroup = W;
+unicode = 0174;
+},
+{
+glyphname = Wgrave;
+lastChange = "2018-09-02 00:36:00 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1336, 16}";
+},
+{
+name = bottom_dd;
+position = "{2500, -560}";
+},
+{
+name = parent_top;
+position = "{1336, 2304}";
+},
+{
+name = top;
+position = "{1336, 2796}";
+},
+{
+name = top0315;
+position = "{2500, 2200}";
+},
+{
+name = top_dd;
+position = "{2500, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 840, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2672;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1448, 16}";
+},
+{
+name = bottom_dd;
+position = "{2612, -560}";
+},
+{
+name = parent_top;
+position = "{1448, 2200}";
+},
+{
+name = top;
+position = "{1448, 2720}";
+},
+{
+name = top0315;
+position = "{2612, 2200}";
+},
+{
+name = top_dd;
+position = "{2612, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 760, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2896;
+}
+);
+leftKerningGroup = W;
+rightKerningGroup = W;
+unicode = 1E80;
+},
+{
+glyphname = Wacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1336, 16}";
+},
+{
+name = bottom_dd;
+position = "{2500, -560}";
+},
+{
+name = parent_top;
+position = "{1336, 2304}";
+},
+{
+name = top;
+position = "{1336, 2796}";
+},
+{
+name = top0315;
+position = "{2500, 2200}";
+},
+{
+name = top_dd;
+position = "{2500, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 1024, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2672;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1448, 16}";
+},
+{
+name = bottom_dd;
+position = "{2612, -560}";
+},
+{
+name = parent_top;
+position = "{1448, 2200}";
+},
+{
+name = top;
+position = "{1448, 2720}";
+},
+{
+name = top0315;
+position = "{2612, 2200}";
+},
+{
+name = top_dd;
+position = "{2612, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 1084, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2896;
+}
+);
+leftKerningGroup = W;
+rightKerningGroup = W;
+unicode = 1E82;
+},
+{
+glyphname = Wdieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1336, 16}";
+},
+{
+name = bottom_dd;
+position = "{2500, -560}";
+},
+{
+name = parent_top;
+position = "{1336, 2304}";
+},
+{
+name = top;
+position = "{1336, 2684}";
+},
+{
+name = top0315;
+position = "{2500, 2200}";
+},
+{
+name = top_dd;
+position = "{2500, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 512, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2672;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1448, 16}";
+},
+{
+name = bottom_dd;
+position = "{2612, -560}";
+},
+{
+name = parent_top;
+position = "{1448, 2200}";
+},
+{
+name = top;
+position = "{1452, 2644}";
+},
+{
+name = top0315;
+position = "{2612, 2200}";
+},
+{
+name = top_dd;
+position = "{2612, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 792, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2896;
+}
+);
+leftKerningGroup = W;
+rightKerningGroup = W;
+unicode = 1E84;
+},
+{
+glyphname = Wdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1336, 16}";
+},
+{
+name = bottom_dd;
+position = "{2500, -560}";
+},
+{
+name = parent_top;
+position = "{1336, 2304}";
+},
+{
+name = top;
+position = "{1336, 2700}";
+},
+{
+name = top0315;
+position = "{2500, 2200}";
+},
+{
+name = top_dd;
+position = "{2500, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 1008, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2672;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1448, 16}";
+},
+{
+name = bottom_dd;
+position = "{2612, -560}";
+},
+{
+name = parent_top;
+position = "{1448, 2200}";
+},
+{
+name = top;
+position = "{1448, 2720}";
+},
+{
+name = top0315;
+position = "{2612, 2200}";
+},
+{
+name = top_dd;
+position = "{2612, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 1048, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2896;
+}
+);
+unicode = 1E86;
+},
+{
+glyphname = Wdotbelow;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1336, -479}";
+},
+{
+name = bottom_dd;
+position = "{2500, -560}";
+},
+{
+name = parent_top;
+position = "{1336, 2304}";
+},
+{
+name = top;
+position = "{1336, 2304}";
+},
+{
+name = top0315;
+position = "{2500, 2200}";
+},
+{
+name = top_dd;
+position = "{2500, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2160, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2672;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1447, -507}";
+},
+{
+name = bottom_dd;
+position = "{2612, -560}";
+},
+{
+name = parent_top;
+position = "{1448, 2200}";
+},
+{
+name = top;
+position = "{1448, 2200}";
+},
+{
+name = top0315;
+position = "{2612, 2200}";
+},
+{
+name = top_dd;
+position = "{2612, 2200}";
+}
+);
+components = (
+{
+name = W;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2272, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2896;
+}
+);
+unicode = 1E88;
+},
+{
+glyphname = Xdotaccent;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 16}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2700}";
+},
+{
+name = top0315;
+position = "{1848, 2216}";
+},
+{
+name = top_dd;
+position = "{1848, 2200}";
+}
+);
+components = (
+{
+name = X;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 576, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = bottom_dd;
+position = "{1888, -560}";
+},
+{
+name = parent_top;
+position = "{988, 2216}";
+},
+{
+name = top;
+position = "{988, 2736}";
+},
+{
+name = top0315;
+position = "{1888, 2216}";
+},
+{
+name = top_dd;
+position = "{1888, 2200}";
+}
+);
+components = (
+{
+name = X;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 588, 472}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1976;
+}
+);
+unicode = 1E8A;
+},
+{
+glyphname = Xdieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 16}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2684}";
+},
+{
+name = top0315;
+position = "{1848, 2216}";
+},
+{
+name = top_dd;
+position = "{1848, 2200}";
+}
+);
+components = (
+{
+name = X;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 80, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = bottom_dd;
+position = "{1888, -560}";
+},
+{
+name = parent_top;
+position = "{988, 2216}";
+},
+{
+name = top;
+position = "{992, 2660}";
+},
+{
+name = top0315;
+position = "{1888, 2216}";
+},
+{
+name = top_dd;
+position = "{1888, 2200}";
+}
+);
+components = (
+{
+name = X;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 332, 444}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1976;
+}
+);
+unicode = 1E8C;
+},
+{
+glyphname = Yacute;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2796}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 632, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2720}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 712, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+leftKerningGroup = Y;
+rightKerningGroup = Y;
+unicode = 00DD;
+},
+{
+glyphname = Ycircumflex;
+lastChange = "2018-09-02 05:51:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2768}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 296, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2664}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 292, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+leftKerningGroup = Y;
+rightKerningGroup = Y;
+unicode = 0176;
+},
+{
+glyphname = Ydieresis;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2684}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 120, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1080, 2644}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 420, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+leftKerningGroup = Y;
+rightKerningGroup = Y;
+unicode = 0178;
+},
+{
+glyphname = uni0232;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2712}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 320, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2632}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 292, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 0232;
+},
+{
+glyphname = Ydotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2700}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 608, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2720}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 676, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 1E8E;
+},
+{
+glyphname = Ygrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2796}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 440, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2720}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 388, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+leftKerningGroup = Y;
+rightKerningGroup = Y;
+unicode = 1EF2;
+},
+{
+glyphname = Ydotbelow;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, -495}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1768, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{943, -459}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1768, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 1EF4;
+},
+{
+glyphname = Yhookabove;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2922}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1752, 552}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2819}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1923, 414}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 1EF6;
+},
+{
+glyphname = Ytilde;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2720}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 312, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2724}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 420, 420}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 1EF8;
+},
+{
+glyphname = Zacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, 16}";
+},
+{
+name = bottom_dd;
+position = "{1680, -560}";
+},
+{
+name = parent_top;
+position = "{880, 2304}";
+},
+{
+name = top;
+position = "{880, 2796}";
+},
+{
+name = top0315;
+position = "{1744, 2200}";
+},
+{
+name = top_dd;
+position = "{1744, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 568, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{916, 2200}";
+},
+{
+name = top;
+position = "{916, 2720}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 552, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+leftKerningGroup = Z;
+rightKerningGroup = Z;
+unicode = 0179;
+},
+{
+glyphname = Zdotaccent;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, 16}";
+},
+{
+name = bottom_dd;
+position = "{1680, -560}";
+},
+{
+name = parent_top;
+position = "{880, 2304}";
+},
+{
+name = top;
+position = "{880, 2700}";
+},
+{
+name = top0315;
+position = "{1744, 2200}";
+},
+{
+name = top_dd;
+position = "{1744, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 552, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{916, 2200}";
+},
+{
+name = top;
+position = "{916, 2720}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 516, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+leftKerningGroup = Z;
+rightKerningGroup = Z;
+unicode = 017B;
+},
+{
+glyphname = Zcaron;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, 16}";
+},
+{
+name = bottom_dd;
+position = "{1680, -560}";
+},
+{
+name = parent_top;
+position = "{880, 2304}";
+},
+{
+name = top;
+position = "{864, 2760}";
+},
+{
+name = top0315;
+position = "{1744, 2200}";
+},
+{
+name = top_dd;
+position = "{1744, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 232, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{916, 2200}";
+},
+{
+name = top;
+position = "{916, 2692}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 128, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+leftKerningGroup = Z;
+rightKerningGroup = Z;
+unicode = 017D;
+},
+{
+glyphname = Zcircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, 16}";
+},
+{
+name = bottom_dd;
+position = "{1680, -560}";
+},
+{
+name = parent_top;
+position = "{880, 2304}";
+},
+{
+name = top;
+position = "{880, 2768}";
+},
+{
+name = top0315;
+position = "{1744, 2200}";
+},
+{
+name = top_dd;
+position = "{1744, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 232, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{916, 2200}";
+},
+{
+name = top;
+position = "{916, 2664}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 132, 408}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1E90;
+},
+{
+glyphname = Zdotbelow;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -479}";
+},
+{
+name = bottom_dd;
+position = "{1680, -560}";
+},
+{
+name = parent_top;
+position = "{880, 2304}";
+},
+{
+name = top;
+position = "{880, 2304}";
+},
+{
+name = top0315;
+position = "{1744, 2200}";
+},
+{
+name = top_dd;
+position = "{1744, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1704, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{915, -507}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{916, 2200}";
+},
+{
+name = top;
+position = "{916, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1740, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1E92;
+},
+{
+glyphname = Zlinebelow;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -388}";
+},
+{
+name = bottom_dd;
+position = "{1680, -560}";
+},
+{
+name = parent_top;
+position = "{880, 2304}";
+},
+{
+name = top;
+position = "{880, 2304}";
+},
+{
+name = top0315;
+position = "{1744, 2200}";
+},
+{
+name = top_dd;
+position = "{1744, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1688, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{917, -458}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{916, 2200}";
+},
+{
+name = top;
+position = "{916, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = Z;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1708, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1E94;
+},
+{
+glyphname = Aogonek.NAV;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, -600}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = A;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, 464, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, -560}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = A;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, 572, 12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+},
+{
+glyphname = Eogonek.NAV;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -584}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, 400, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, -556}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, 388, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+},
+{
+glyphname = Oogonek.NAV;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -600}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 584, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, -572}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 512, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+},
+{
+glyphname = uni037F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{712, -16}";
+},
+{
+name = bottom_dd;
+position = "{1564, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2304}";
+},
+{
+name = top;
+position = "{1076, 2304}";
+},
+{
+name = top0315;
+position = "{1564, 2200}";
+},
+{
+name = top_dd;
+position = "{1564, 2200}";
+}
+);
+components = (
+{
+name = J;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1424;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{752, -16}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{1228, 2200}";
+},
+{
+name = top;
+position = "{1228, 2200}";
+},
+{
+name = top0315;
+position = "{1628, 2200}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = J;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 037F;
+},
+{
+glyphname = Alpha;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 0391;
+},
+{
+glyphname = Alphatonos;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 192, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, -112, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 0386;
+},
+{
+glyphname = uni1F08;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 64, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 56, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F08;
+},
+{
+glyphname = uni1F09;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 64, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -44, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F09;
+},
+{
+glyphname = uni1F0A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -504, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -560, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F0A;
+},
+{
+glyphname = uni1F0B;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -464, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -396, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F0B;
+},
+{
+glyphname = uni1F0C;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -392, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -460, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F0C;
+},
+{
+glyphname = uni1F0D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -392, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -476, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F0D;
+},
+{
+glyphname = uni1F0E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -152, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -232, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F0E;
+},
+{
+glyphname = uni1F0F;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -168, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -276, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F0F;
+},
+{
+glyphname = uni1FB8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2748}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 320, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2672}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 428, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1FB8;
+},
+{
+glyphname = uni1FB9;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2712}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 328, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2632}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 300, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1FB9;
+},
+{
+glyphname = uni1FBA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -40, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -112, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1FBA;
+},
+{
+glyphname = Beta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2304}";
+},
+{
+name = top;
+position = "{876, 2304}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = B;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{928, 24}";
+},
+{
+name = bottom_dd;
+position = "{1920, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2260}";
+},
+{
+name = top;
+position = "{876, 2260}";
+},
+{
+name = top0315;
+position = "{1920, 2260}";
+},
+{
+name = top_dd;
+position = "{1920, 2244}";
+}
+);
+components = (
+{
+name = B;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1784;
+}
+);
+unicode = 0392;
+},
+{
+glyphname = Epsilon;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0395;
+},
+{
+glyphname = Epsilontonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1736, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1736, 2216}";
+},
+{
+name = top_dd;
+position = "{1736, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -384, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1748, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1684, 2200}";
+},
+{
+name = top_dd;
+position = "{1684, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -652, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1756;
+}
+);
+unicode = 0388;
+},
+{
+glyphname = uni1F18;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1736, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1736, 2216}";
+},
+{
+name = top_dd;
+position = "{1736, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -508, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1748, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1684, 2200}";
+},
+{
+name = top_dd;
+position = "{1684, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -484, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1756;
+}
+);
+unicode = 1F18;
+},
+{
+glyphname = uni1F19;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1736, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1736, 2216}";
+},
+{
+name = top_dd;
+position = "{1736, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -508, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1748, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1684, 2200}";
+},
+{
+name = top_dd;
+position = "{1684, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -584, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1756;
+}
+);
+unicode = 1F19;
+},
+{
+glyphname = uni1F1A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1786, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1786, 2216}";
+},
+{
+name = top_dd;
+position = "{1786, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -1026, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1798, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1734, 2200}";
+},
+{
+name = top_dd;
+position = "{1734, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -1050, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1808;
+}
+);
+unicode = 1F1A;
+},
+{
+glyphname = uni1F1B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1786, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1786, 2216}";
+},
+{
+name = top_dd;
+position = "{1786, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -982, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1798, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1734, 2200}";
+},
+{
+name = top_dd;
+position = "{1734, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -886, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1808;
+}
+);
+unicode = 1F1B;
+},
+{
+glyphname = uni1F1C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1786, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1786, 2216}";
+},
+{
+name = top_dd;
+position = "{1786, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -910, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1798, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1734, 2200}";
+},
+{
+name = top_dd;
+position = "{1734, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -950, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1808;
+}
+);
+unicode = 1F1C;
+},
+{
+glyphname = uni1F1D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1786, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1786, 2216}";
+},
+{
+name = top_dd;
+position = "{1786, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -914, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1798, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1734, 2200}";
+},
+{
+name = top_dd;
+position = "{1734, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -966, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1808;
+}
+);
+unicode = 1F1D;
+},
+{
+glyphname = uni1FC8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1736, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1736, 2216}";
+},
+{
+name = top_dd;
+position = "{1736, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -612, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1748, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1684, 2200}";
+},
+{
+name = top_dd;
+position = "{1684, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -652, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1756;
+}
+);
+unicode = 1FC8;
+},
+{
+glyphname = Zeta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{880, 16}";
+},
+{
+name = bottom_dd;
+position = "{1680, -560}";
+},
+{
+name = parent_top;
+position = "{880, 2304}";
+},
+{
+name = top;
+position = "{880, 2304}";
+},
+{
+name = top0315;
+position = "{1744, 2200}";
+},
+{
+name = top_dd;
+position = "{1744, 2200}";
+}
+);
+components = (
+{
+name = Z;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1760;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{916, 2200}";
+},
+{
+name = top;
+position = "{916, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = Z;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0396;
+},
+{
+glyphname = Eta;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 0397;
+},
+{
+glyphname = Etatonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2148, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2148, 2216}";
+},
+{
+name = top_dd;
+position = "{2148, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -384, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2184;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2132, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2132, 2200}";
+},
+{
+name = top_dd;
+position = "{2132, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -668, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2052;
+}
+);
+unicode = 0389;
+},
+{
+glyphname = uni1F28;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2148, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2148, 2216}";
+},
+{
+name = top_dd;
+position = "{2148, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -508, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2184;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2132, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2132, 2200}";
+},
+{
+name = top_dd;
+position = "{2132, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -500, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2052;
+}
+);
+unicode = 1F28;
+},
+{
+glyphname = uni1F29;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2148, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2148, 2216}";
+},
+{
+name = top_dd;
+position = "{2148, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -508, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2184;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2132, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2132, 2200}";
+},
+{
+name = top_dd;
+position = "{2132, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -600, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2052;
+}
+);
+unicode = 1F29;
+},
+{
+glyphname = uni1F2A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -1026, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -1066, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F2A;
+},
+{
+glyphname = uni1F2B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -982, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -902, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F2B;
+},
+{
+glyphname = uni1F2C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -910, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -966, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F2C;
+},
+{
+glyphname = uni1F2D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -914, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -982, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F2D;
+},
+{
+glyphname = uni1F2E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -674, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -738, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F2E;
+},
+{
+glyphname = uni1F2F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -686, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -782, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F2F;
+},
+{
+glyphname = uni1FCA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2148, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2148, 2216}";
+},
+{
+name = top_dd;
+position = "{2148, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -612, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2184;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2132, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2132, 2200}";
+},
+{
+name = top_dd;
+position = "{2132, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -668, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2052;
+}
+);
+unicode = 1FCA;
+},
+{
+glyphname = Iota;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 0399;
+},
+{
+glyphname = Iotatonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{864, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{864, 2216}";
+},
+{
+name = top_dd;
+position = "{864, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -400, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 844;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{900, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{900, 2200}";
+},
+{
+name = top_dd;
+position = "{900, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -764, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 852;
+}
+);
+unicode = 038A;
+},
+{
+glyphname = Iotadieresis;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2684}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -472, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{380, 2644}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -280, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 03AA;
+},
+{
+glyphname = uni1F38;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{864, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{864, 2216}";
+},
+{
+name = top_dd;
+position = "{864, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -524, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 844;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{900, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{900, 2200}";
+},
+{
+name = top_dd;
+position = "{900, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -596, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 852;
+}
+);
+unicode = 1F38;
+},
+{
+glyphname = uni1F39;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{864, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{864, 2216}";
+},
+{
+name = top_dd;
+position = "{864, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -524, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 844;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{900, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{900, 2200}";
+},
+{
+name = top_dd;
+position = "{900, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -696, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 852;
+}
+);
+unicode = 1F39;
+},
+{
+glyphname = uni1F3A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{914, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{914, 2216}";
+},
+{
+name = top_dd;
+position = "{914, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -1042, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 896;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{950, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{950, 2200}";
+},
+{
+name = top_dd;
+position = "{950, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -1162, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 904;
+}
+);
+unicode = 1F3A;
+},
+{
+glyphname = uni1F3B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{914, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{914, 2216}";
+},
+{
+name = top_dd;
+position = "{914, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -998, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 896;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{950, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{950, 2200}";
+},
+{
+name = top_dd;
+position = "{950, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -998, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 904;
+}
+);
+unicode = 1F3B;
+},
+{
+glyphname = uni1F3C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{914, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{914, 2216}";
+},
+{
+name = top_dd;
+position = "{914, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -926, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 896;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{950, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{950, 2200}";
+},
+{
+name = top_dd;
+position = "{950, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -1062, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 904;
+}
+);
+unicode = 1F3C;
+},
+{
+glyphname = uni1F3D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{914, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{914, 2216}";
+},
+{
+name = top_dd;
+position = "{914, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -930, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 896;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{950, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{950, 2200}";
+},
+{
+name = top_dd;
+position = "{950, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -1078, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 904;
+}
+);
+unicode = 1F3D;
+},
+{
+glyphname = uni1F3E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{914, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{914, 2216}";
+},
+{
+name = top_dd;
+position = "{914, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -690, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 896;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{950, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{950, 2200}";
+},
+{
+name = top_dd;
+position = "{950, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -834, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 904;
+}
+);
+unicode = 1F3E;
+},
+{
+glyphname = uni1F3F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{914, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{914, 2216}";
+},
+{
+name = top_dd;
+position = "{914, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -702, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 896;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{950, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{950, 2200}";
+},
+{
+name = top_dd;
+position = "{950, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -878, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 904;
+}
+);
+unicode = 1F3F;
+},
+{
+glyphname = uni1FD8;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2748}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, -280, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2672}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, -280, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 1FD8;
+},
+{
+glyphname = uni1FD9;
+lastChange = "2018-09-02 05:51:47 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2712}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -272, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2632}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -408, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 1FD9;
+},
+{
+glyphname = uni1FDA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -136, 680}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -132, 576}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 1FDA;
+},
+{
+glyphname = Kappa;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{920, 120}";
+},
+{
+name = bottom_dd;
+position = "{1772, -560}";
+},
+{
+name = parent_top;
+position = "{840, 2304}";
+},
+{
+name = top;
+position = "{840, 2304}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+},
+{
+name = top_dd;
+position = "{1772, 2200}";
+}
+);
+components = (
+{
+name = K;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1836;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 2}";
+},
+{
+name = bottom_dd;
+position = "{1972, -560}";
+},
+{
+name = parent_top;
+position = "{864, 2200}";
+},
+{
+name = top;
+position = "{864, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = K;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2048;
+}
+);
+unicode = 039A;
+},
+{
+glyphname = Mu;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1232, 0}";
+},
+{
+name = bottom_dd;
+position = "{2456, -560}";
+},
+{
+name = parent_top;
+position = "{1232, 2304}";
+},
+{
+name = top;
+position = "{1232, 2304}";
+},
+{
+name = top0315;
+position = "{2456, 2200}";
+},
+{
+name = top_dd;
+position = "{2456, 2200}";
+}
+);
+components = (
+{
+name = M;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2464;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1280, 4}";
+},
+{
+name = bottom_dd;
+position = "{2532, -560}";
+},
+{
+name = parent_top;
+position = "{1280, 2200}";
+},
+{
+name = top;
+position = "{1280, 2200}";
+},
+{
+name = top0315;
+position = "{2532, 2200}";
+},
+{
+name = top_dd;
+position = "{2532, 2200}";
+}
+);
+components = (
+{
+name = M;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2560;
+}
+);
+unicode = 039C;
+},
+{
+glyphname = Nu;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{996, 16}";
+},
+{
+name = bottom_dd;
+position = "{2020, -560}";
+},
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2304}";
+},
+{
+name = top0315;
+position = "{2020, 2200}";
+},
+{
+name = top_dd;
+position = "{2020, 2200}";
+}
+);
+components = (
+{
+name = N;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, 0}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = N;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 039D;
+},
+{
+glyphname = Omicron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 039F;
+},
+{
+glyphname = Omicrontonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2068, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2004, 2200}";
+},
+{
+name = top_dd;
+position = "{2004, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -200, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2164;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -472, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2060;
+}
+);
+unicode = 038C;
+},
+{
+glyphname = uni1F48;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2068, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2004, 2200}";
+},
+{
+name = top_dd;
+position = "{2004, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -324, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2164;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -304, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2060;
+}
+);
+unicode = 1F48;
+},
+{
+glyphname = uni1F49;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2068, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2004, 2200}";
+},
+{
+name = top_dd;
+position = "{2004, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -324, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2164;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -404, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2060;
+}
+);
+unicode = 1F49;
+},
+{
+glyphname = uni1F4A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2118, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2054, 2200}";
+},
+{
+name = top_dd;
+position = "{2054, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -842, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2216;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2062, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2062, 2200}";
+},
+{
+name = top_dd;
+position = "{2062, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -870, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2112;
+}
+);
+unicode = 1F4A;
+},
+{
+glyphname = uni1F4B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2118, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2054, 2200}";
+},
+{
+name = top_dd;
+position = "{2054, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -798, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2216;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2062, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2062, 2200}";
+},
+{
+name = top_dd;
+position = "{2062, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -706, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2112;
+}
+);
+unicode = 1F4B;
+},
+{
+glyphname = uni1F4C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2118, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2054, 2200}";
+},
+{
+name = top_dd;
+position = "{2054, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -726, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2216;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2062, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2062, 2200}";
+},
+{
+name = top_dd;
+position = "{2062, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -770, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2112;
+}
+);
+unicode = 1F4C;
+},
+{
+glyphname = uni1F4D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2118, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2054, 2200}";
+},
+{
+name = top_dd;
+position = "{2054, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -730, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2216;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2062, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2062, 2200}";
+},
+{
+name = top_dd;
+position = "{2062, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -786, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2112;
+}
+);
+unicode = 1F4D;
+},
+{
+glyphname = uni1FF8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2068, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2004, 2200}";
+},
+{
+name = top_dd;
+position = "{2004, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -428, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2164;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -472, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2060;
+}
+);
+unicode = 1FF8;
+},
+{
+glyphname = Rho;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{736, 0}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = P;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 16}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = parent_top;
+position = "{920, 2216}";
+},
+{
+name = top;
+position = "{920, 2216}";
+},
+{
+name = top0315;
+position = "{1928, 2216}";
+},
+{
+name = top_dd;
+position = "{1928, 2200}";
+}
+);
+components = (
+{
+name = P;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 03A1;
+},
+{
+glyphname = uni1FEC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{736, 0}";
+},
+{
+name = bottom_dd;
+position = "{1896, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2216}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = P;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -472, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1884;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 16}";
+},
+{
+name = bottom_dd;
+position = "{2028, -560}";
+},
+{
+name = parent_top;
+position = "{920, 2216}";
+},
+{
+name = top;
+position = "{920, 2216}";
+},
+{
+name = top0315;
+position = "{2028, 2216}";
+},
+{
+name = top_dd;
+position = "{2028, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = P;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -484, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1FEC;
+},
+{
+glyphname = Tau;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 03A4;
+},
+{
+glyphname = Upsilon;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 03A5;
+},
+{
+glyphname = Upsilontonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -364, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1980;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{2072, 2200}";
+},
+{
+name = top_dd;
+position = "{2072, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -612, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2252;
+}
+);
+unicode = 038E;
+},
+{
+glyphname = Upsilondieresis;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2684}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 120, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1080, 2644}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 420, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 03AB;
+},
+{
+glyphname = uni1F59;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -488, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1980;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{2072, 2200}";
+},
+{
+name = top_dd;
+position = "{2072, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -544, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2252;
+}
+);
+unicode = 1F59;
+},
+{
+glyphname = uni1F5B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{2112, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{2112, 2200}";
+},
+{
+name = top_dd;
+position = "{2112, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 200, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -912, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{2028, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{2172, 2200}";
+},
+{
+name = top_dd;
+position = "{2172, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 200, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -796, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2352;
+}
+);
+unicode = 1F5B;
+},
+{
+glyphname = uni1F5D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{2112, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{2112, 2200}";
+},
+{
+name = top_dd;
+position = "{2112, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 200, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -844, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{2028, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{2172, 2200}";
+},
+{
+name = top_dd;
+position = "{2172, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 200, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -876, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2352;
+}
+);
+unicode = 1F5D;
+},
+{
+glyphname = uni1F5F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{2112, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{2112, 2200}";
+},
+{
+name = top_dd;
+position = "{2112, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 200, 0}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -616, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{2028, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{2172, 2200}";
+},
+{
+name = top_dd;
+position = "{2172, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 200, 0}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -676, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2352;
+}
+);
+unicode = 1F5F;
+},
+{
+glyphname = uni1FE8;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2748}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 312, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2672}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 420, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 1FE8;
+},
+{
+glyphname = uni1FE9;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2712}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 320, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2632}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 292, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 1FE9;
+},
+{
+glyphname = uni1FEA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -592, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1980;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{2072, 2200}";
+},
+{
+name = top_dd;
+position = "{2072, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -612, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2252;
+}
+);
+unicode = 1FEA;
+},
+{
+glyphname = Chi;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 16}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1848, 2216}";
+},
+{
+name = top_dd;
+position = "{1848, 2200}";
+}
+);
+components = (
+{
+name = X;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = bottom_dd;
+position = "{1888, -560}";
+},
+{
+name = parent_top;
+position = "{988, 2216}";
+},
+{
+name = top;
+position = "{988, 2216}";
+},
+{
+name = top0315;
+position = "{1888, 2216}";
+},
+{
+name = top_dd;
+position = "{1888, 2200}";
+}
+);
+components = (
+{
+name = X;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1976;
+}
+);
+unicode = 03A7;
+},
+{
+glyphname = uni03F4;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1020, 2212}";
+},
+{
+name = top;
+position = "{1020, 2212}";
+},
+{
+name = top0315;
+position = "{1952, 2212}";
+}
+);
+components = (
+{
+name = afii10147;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1944, 2200}";
+}
+);
+components = (
+{
+name = afii10147;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 03F4;
+},
+{
+glyphname = uni03F7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = Thorn;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+components = (
+{
+name = Thorn;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 03F7;
+},
+{
+glyphname = uni03F9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -16}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 03F9;
+},
+{
+glyphname = uni03FA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1232, 0}";
+},
+{
+name = bottom_dd;
+position = "{2456, -560}";
+},
+{
+name = parent_top;
+position = "{1232, 2304}";
+},
+{
+name = top;
+position = "{1232, 2304}";
+},
+{
+name = top0315;
+position = "{2456, 2200}";
+},
+{
+name = top_dd;
+position = "{2456, 2200}";
+}
+);
+components = (
+{
+name = M;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2464;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1280, 4}";
+},
+{
+name = bottom_dd;
+position = "{2532, -560}";
+},
+{
+name = parent_top;
+position = "{1280, 2200}";
+},
+{
+name = top;
+position = "{1280, 2200}";
+},
+{
+name = top0315;
+position = "{2532, 2200}";
+},
+{
+name = top_dd;
+position = "{2532, 2200}";
+}
+);
+components = (
+{
+name = M;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2560;
+}
+);
+unicode = 03FA;
+},
+{
+glyphname = uni1FBB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 64, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -16, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1FBB;
+},
+{
+glyphname = uni1FC9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1736, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1736, 2216}";
+},
+{
+name = top_dd;
+position = "{1736, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -508, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1748, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1684, 2200}";
+},
+{
+name = top_dd;
+position = "{1684, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = E;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -556, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1756;
+}
+);
+unicode = 1FC9;
+},
+{
+glyphname = uni1FCB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2148, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2148, 2216}";
+},
+{
+name = top_dd;
+position = "{2148, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -508, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2184;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2132, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2132, 2200}";
+},
+{
+name = top_dd;
+position = "{2132, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -572, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2052;
+}
+);
+unicode = 1FCB;
+},
+{
+glyphname = uni1FDB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 124, 680}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = I;
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 140, 576}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 1FDB;
+},
+{
+glyphname = uni1FEB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -488, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1980;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{2072, 2200}";
+},
+{
+name = top_dd;
+position = "{2072, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Y;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -516, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2252;
+}
+);
+unicode = 1FEB;
+},
+{
+glyphname = uni1FF9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2068, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{2004, 2200}";
+},
+{
+name = top_dd;
+position = "{2004, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -324, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2164;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{2012, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{2012, 2200}";
+},
+{
+name = top_dd;
+position = "{2012, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -376, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2060;
+}
+);
+unicode = 1FF9;
+},
+{
+glyphname = uni1FFB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -476, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1796;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FFD;
+transform = "{1, 0, 0, 1, -412, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1844;
+}
+);
+unicode = 1FFB;
+},
+{
+glyphname = Omegatonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -352, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1796;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -508, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1844;
+}
+);
+unicode = 038F;
+},
+{
+glyphname = uni1F68;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -476, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1796;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -340, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1844;
+}
+);
+unicode = 1F68;
+},
+{
+glyphname = uni1F69;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -476, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1796;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -440, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1844;
+}
+);
+unicode = 1F69;
+},
+{
+glyphname = uni1F6A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -994, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -906, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1F6A;
+},
+{
+glyphname = uni1F6B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -950, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -742, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1F6B;
+},
+{
+glyphname = uni1F6C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -878, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -806, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1F6C;
+},
+{
+glyphname = uni1F6D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -882, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -822, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1F6D;
+},
+{
+glyphname = uni1F6E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -642, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -578, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1F6E;
+},
+{
+glyphname = uni1F6F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -654, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -622, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1F6F;
+},
+{
+glyphname = uni1FFA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -580, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1796;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -508, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1844;
+}
+);
+unicode = 1FFA;
+},
+{
+glyphname = Upsilonacutehooksymbolgreek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{764, 2216}";
+},
+{
+name = top;
+position = "{764, 2216}";
+},
+{
+name = top0315;
+position = "{1620, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Upsilonhooksymbol;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -536, -48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1652;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{904, 2216}";
+},
+{
+name = top;
+position = "{904, 2216}";
+},
+{
+name = top0315;
+position = "{1876, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Upsilonhooksymbol;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = tonos;
+transform = "{1, 0, 0, 1, -688, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1924;
+}
+);
+unicode = 03D3;
+},
+{
+glyphname = Upsilondieresishooksymbolgreek;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{764, 2216}";
+},
+{
+name = top;
+position = "{764, 2596}";
+},
+{
+name = top0315;
+position = "{1520, 2216}";
+}
+);
+components = (
+{
+name = Upsilonhooksymbol;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -64, 424}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1552;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{904, 2216}";
+},
+{
+name = top;
+position = "{908, 2660}";
+},
+{
+name = top0315;
+position = "{1776, 2216}";
+}
+);
+components = (
+{
+name = Upsilonhooksymbol;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 248, 444}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 03D4;
+},
+{
+glyphname = afii10054;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -36}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1648, 2200}";
+},
+{
+name = top_dd;
+position = "{1648, 2200}";
+}
+);
+components = (
+{
+name = S;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{912, 0}";
+},
+{
+name = bottom_dd;
+position = "{1760, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1760, 2200}";
+},
+{
+name = top_dd;
+position = "{1760, 2200}";
+}
+);
+components = (
+{
+name = S;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1776;
+}
+);
+unicode = 0405;
+},
+{
+glyphname = afii10055;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 0406;
+},
+{
+glyphname = afii10056;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2684}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -472, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{380, 2644}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -280, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 0407;
+},
+{
+glyphname = afii10057;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{712, -16}";
+},
+{
+name = bottom_dd;
+position = "{1564, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2304}";
+},
+{
+name = top;
+position = "{1076, 2304}";
+},
+{
+name = top0315;
+position = "{1564, 2200}";
+},
+{
+name = top_dd;
+position = "{1564, 2200}";
+}
+);
+components = (
+{
+name = J;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1424;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{752, -16}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{1228, 2200}";
+},
+{
+name = top;
+position = "{1228, 2200}";
+},
+{
+name = top0315;
+position = "{1628, 2200}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = J;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 0408;
+},
+{
+glyphname = afii10017;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 0410;
+},
+{
+glyphname = Abrevecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2748}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 320, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2672}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 428, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 04D0;
+},
+{
+glyphname = Adieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2684}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 128, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1088, 2644}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 428, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 04D2;
+},
+{
+glyphname = afii10019;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2304}";
+},
+{
+name = top;
+position = "{876, 2304}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = B;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1832;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{928, 24}";
+},
+{
+name = bottom_dd;
+position = "{1920, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2260}";
+},
+{
+name = top;
+position = "{876, 2260}";
+},
+{
+name = top0315;
+position = "{1920, 2260}";
+},
+{
+name = top_dd;
+position = "{1920, 2244}";
+}
+);
+components = (
+{
+name = B;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1784;
+}
+);
+unicode = 0412;
+},
+{
+glyphname = afii10020;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{892, 2304}";
+},
+{
+name = top;
+position = "{892, 2304}";
+},
+{
+name = top0315;
+position = "{1600, 2216}";
+}
+);
+components = (
+{
+name = Gamma;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{924, 2200}";
+},
+{
+name = top;
+position = "{924, 2200}";
+},
+{
+name = top0315;
+position = "{1652, 2200}";
+}
+);
+components = (
+{
+name = Gamma;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0413;
+},
+{
+glyphname = afii10052;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{892, 2304}";
+},
+{
+name = top;
+position = "{892, 2796}";
+},
+{
+name = top0315;
+position = "{1600, 2216}";
+}
+);
+components = (
+{
+name = Gamma;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 584, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{924, 2200}";
+},
+{
+name = top;
+position = "{924, 2720}";
+},
+{
+name = top0315;
+position = "{1652, 2200}";
+}
+);
+components = (
+{
+name = Gamma;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 560, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0403;
+},
+{
+glyphname = afii10022;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2200}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0415;
+},
+{
+glyphname = uni0400;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2796}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 392, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2720}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 160, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0400;
+},
+{
+glyphname = afii10023;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2684}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 64, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{852, 2644}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 192, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0401;
+},
+{
+glyphname = Iebrevecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, 16}";
+},
+{
+name = bottom_dd;
+position = "{1636, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2748}";
+},
+{
+name = top0315;
+position = "{1636, 2216}";
+},
+{
+name = top_dd;
+position = "{1636, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 256, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1684;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1648, -560}";
+},
+{
+name = parent_top;
+position = "{848, 2200}";
+},
+{
+name = top;
+position = "{848, 2672}";
+},
+{
+name = top0315;
+position = "{1584, 2200}";
+},
+{
+name = top_dd;
+position = "{1584, 2200}";
+}
+);
+components = (
+{
+name = E;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 192, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 04D6;
+},
+{
+glyphname = afii10030;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1232, 0}";
+},
+{
+name = bottom_dd;
+position = "{2456, -560}";
+},
+{
+name = parent_top;
+position = "{1232, 2304}";
+},
+{
+name = top;
+position = "{1232, 2304}";
+},
+{
+name = top0315;
+position = "{2456, 2200}";
+},
+{
+name = top_dd;
+position = "{2456, 2200}";
+}
+);
+components = (
+{
+name = M;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2464;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1280, 4}";
+},
+{
+name = bottom_dd;
+position = "{2532, -560}";
+},
+{
+name = parent_top;
+position = "{1280, 2200}";
+},
+{
+name = top;
+position = "{1280, 2200}";
+},
+{
+name = top0315;
+position = "{2532, 2200}";
+},
+{
+name = top_dd;
+position = "{2532, 2200}";
+}
+);
+components = (
+{
+name = M;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2560;
+}
+);
+unicode = 041C;
+},
+{
+glyphname = afii10031;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 041D;
+},
+{
+glyphname = afii10032;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 041E;
+},
+{
+glyphname = Odieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, 0}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2684}";
+},
+{
+name = top0315;
+position = "{1984, 2200}";
+},
+{
+name = top_dd;
+position = "{1984, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 248, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1992, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1028, 2644}";
+},
+{
+name = top0315;
+position = "{1992, 2200}";
+},
+{
+name = top_dd;
+position = "{1992, 2200}";
+}
+);
+components = (
+{
+name = O;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 368, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 04E6;
+},
+{
+glyphname = afii10033;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = Pi;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+components = (
+{
+name = Pi;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 041F;
+},
+{
+glyphname = afii10034;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{736, 0}";
+},
+{
+name = bottom_dd;
+position = "{1796, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1796, 2216}";
+},
+{
+name = top_dd;
+position = "{1796, 2200}";
+}
+);
+components = (
+{
+name = P;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1784;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 16}";
+},
+{
+name = bottom_dd;
+position = "{1928, -560}";
+},
+{
+name = parent_top;
+position = "{920, 2216}";
+},
+{
+name = top;
+position = "{920, 2216}";
+},
+{
+name = top0315;
+position = "{1928, 2216}";
+},
+{
+name = top_dd;
+position = "{1928, 2200}";
+}
+);
+components = (
+{
+name = P;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1796;
+}
+);
+unicode = 0420;
+},
+{
+glyphname = afii10035;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -16}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 0421;
+},
+{
+glyphname = afii10036;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 0422;
+},
+{
+glyphname = afii10039;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 16}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1848, 2216}";
+},
+{
+name = top_dd;
+position = "{1848, 2200}";
+}
+);
+components = (
+{
+name = X;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = bottom_dd;
+position = "{1888, -560}";
+},
+{
+name = parent_top;
+position = "{988, 2216}";
+},
+{
+name = top;
+position = "{988, 2216}";
+},
+{
+name = top0315;
+position = "{1888, 2216}";
+},
+{
+name = top_dd;
+position = "{1888, 2200}";
+}
+);
+components = (
+{
+name = X;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1976;
+}
+);
+unicode = 0425;
+},
+{
+glyphname = afii10146;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = afii10046;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -288, 624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+components = (
+{
+name = afii10046;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -224, 596}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0462;
+},
+{
+glyphname = Psicyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = Psi;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+components = (
+{
+name = Psi;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 0470;
+},
+{
+glyphname = Ukcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = y;
+transform = "{1, 0, 0, 1, 2400, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3968;
+},
+{
+components = (
+{
+alignment = -1;
+name = O;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = y;
+transform = "{1, 0, 0, 1, 2296, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3964;
+}
+);
+unicode = 0478;
+},
+{
+glyphname = uni048C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = afii10046;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -288, 624}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1788;
+},
+{
+components = (
+{
+name = afii10046;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -224, 596}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 048C;
+},
+{
+glyphname = Ghestrokecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{892, 2304}";
+},
+{
+name = top;
+position = "{892, 2304}";
+},
+{
+name = top0315;
+position = "{1600, 2216}";
+}
+);
+components = (
+{
+name = Gamma;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -176, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{924, 2200}";
+},
+{
+name = top;
+position = "{924, 2200}";
+},
+{
+name = top0315;
+position = "{1652, 2200}";
+}
+);
+components = (
+{
+name = Gamma;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -124, 8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0492;
+},
+{
+glyphname = Zedescendercyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -16}";
+},
+{
+name = parent_top;
+position = "{888, 2244}";
+},
+{
+name = top;
+position = "{888, 2244}";
+},
+{
+name = top0315;
+position = "{1728, 2244}";
+}
+);
+components = (
+{
+name = afii10025;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 648, -104}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, -16}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{912, 2200}";
+},
+{
+name = top0315;
+position = "{1812, 2200}";
+}
+);
+components = (
+{
+name = afii10025;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 524, -200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0498;
+},
+{
+glyphname = Esdescendercyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1072, -16}";
+},
+{
+name = bottom_dd;
+position = "{1940, -560}";
+},
+{
+name = parent_top;
+position = "{1072, 2304}";
+},
+{
+name = top;
+position = "{1072, 2304}";
+},
+{
+name = top0315;
+position = "{1940, 2244}";
+},
+{
+name = top_dd;
+position = "{1940, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 832, -104}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2048;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1024, 0}";
+},
+{
+name = bottom_dd;
+position = "{1932, -560}";
+},
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1932, 2200}";
+},
+{
+name = top_dd;
+position = "{1932, 2200}";
+}
+);
+components = (
+{
+name = C;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 624, -184}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 04AA;
+},
+{
+glyphname = Tedescendercyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1664, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1664, 2200}";
+},
+{
+name = top_dd;
+position = "{1664, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 664, -88}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+},
+{
+name = bottom_dd;
+position = "{1792, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2200}";
+},
+{
+name = top;
+position = "{900, 2200}";
+},
+{
+name = top0315;
+position = "{1792, 2200}";
+},
+{
+name = top_dd;
+position = "{1792, 2200}";
+}
+);
+components = (
+{
+name = T;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 780, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1820;
+}
+);
+unicode = 04AC;
+},
+{
+glyphname = Ustraightcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 04AE;
+},
+{
+glyphname = Ustraightstrokecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 0}";
+},
+{
+name = bottom_dd;
+position = "{1912, -560}";
+},
+{
+name = parent_top;
+position = "{940, 2304}";
+},
+{
+name = top;
+position = "{940, 2304}";
+},
+{
+name = top0315;
+position = "{1912, 2200}";
+},
+{
+name = top_dd;
+position = "{1912, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 288, -176}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1880;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{944, 64}";
+},
+{
+name = bottom_dd;
+position = "{1828, -560}";
+},
+{
+name = parent_top;
+position = "{1076, 2200}";
+},
+{
+name = top;
+position = "{1076, 2200}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = Y;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 308, -188}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2152;
+}
+);
+unicode = 04B0;
+},
+{
+glyphname = Chedescenderabkhasiancyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1424, -4}";
+}
+);
+components = (
+{
+name = Cheabkhasiancyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1184, -96}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1496, 0}";
+}
+);
+components = (
+{
+name = Cheabkhasiancyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1096, -184}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 04BE;
+},
+{
+glyphname = palochkacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 04C0;
+},
+{
+glyphname = Chekhakassiancyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1012, 2216}";
+},
+{
+name = top;
+position = "{1012, 2216}";
+},
+{
+name = top0315;
+position = "{2008, 2216}";
+}
+);
+components = (
+{
+name = afii10041;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 1128, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1112, 2200}";
+},
+{
+name = top;
+position = "{1112, 2200}";
+},
+{
+name = top0315;
+position = "{2008, 2200}";
+}
+);
+components = (
+{
+name = afii10041;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 880, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 04CB;
+},
+{
+glyphname = Aiecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1476, 2304}";
+},
+{
+name = top;
+position = "{1476, 2304}";
+},
+{
+name = top0315;
+position = "{2736, 2216}";
+},
+{
+name = top_dd;
+position = "{2736, 2200}";
+}
+);
+components = (
+{
+name = AE;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2848;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1348, 2216}";
+},
+{
+name = top;
+position = "{1348, 2216}";
+},
+{
+name = top0315;
+position = "{2712, 2216}";
+},
+{
+name = top_dd;
+position = "{2712, 2200}";
+}
+);
+components = (
+{
+name = AE;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2744;
+}
+);
+unicode = 04D4;
+},
+{
+glyphname = Obarredcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1020, 2212}";
+},
+{
+name = top;
+position = "{1020, 2212}";
+},
+{
+name = top0315;
+position = "{1952, 2212}";
+}
+);
+components = (
+{
+name = afii10147;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1024, 2200}";
+},
+{
+name = top0315;
+position = "{1944, 2200}";
+}
+);
+components = (
+{
+name = afii10147;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 04E8;
+},
+{
+glyphname = Obarreddieresiscyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1020, 2212}";
+},
+{
+name = top;
+position = "{1020, 2592}";
+},
+{
+name = top0315;
+position = "{1952, 2212}";
+}
+);
+components = (
+{
+name = afii10147;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 200, 424}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2144;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1024, 2200}";
+},
+{
+name = top;
+position = "{1028, 2644}";
+},
+{
+name = top0315;
+position = "{1944, 2200}";
+}
+);
+components = (
+{
+name = afii10147;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 368, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2040;
+}
+);
+unicode = 04EA;
+},
+{
+glyphname = uni04F6;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{892, 2304}";
+},
+{
+name = top;
+position = "{892, 2304}";
+},
+{
+name = top0315;
+position = "{1600, 2216}";
+}
+);
+components = (
+{
+name = Gamma;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 408, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{924, 2200}";
+},
+{
+name = top;
+position = "{924, 2200}";
+},
+{
+name = top0315;
+position = "{1652, 2200}";
+}
+);
+components = (
+{
+name = Gamma;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 400, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04F6;
+},
+{
+glyphname = uni04FE;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 16}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{904, 2304}";
+},
+{
+name = top;
+position = "{904, 2304}";
+},
+{
+name = top0315;
+position = "{1848, 2216}";
+},
+{
+name = top_dd;
+position = "{1848, 2200}";
+}
+);
+components = (
+{
+name = X;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 336, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1808;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{988, 0}";
+},
+{
+name = bottom_dd;
+position = "{1888, -560}";
+},
+{
+name = parent_top;
+position = "{988, 2216}";
+},
+{
+name = top;
+position = "{988, 2216}";
+},
+{
+name = top0315;
+position = "{1888, 2216}";
+},
+{
+name = top_dd;
+position = "{1888, 2200}";
+}
+);
+components = (
+{
+name = X;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 340, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1976;
+}
+);
+unicode = 04FE;
+},
+{
+glyphname = afii10061;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{920, 120}";
+},
+{
+name = bottom_dd;
+position = "{1772, -560}";
+},
+{
+name = parent_top;
+position = "{840, 2304}";
+},
+{
+name = top;
+position = "{840, 2796}";
+},
+{
+name = top0315;
+position = "{1772, 2200}";
+},
+{
+name = top_dd;
+position = "{1772, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 528, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1836;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{940, 2}";
+},
+{
+name = bottom_dd;
+position = "{1972, -560}";
+},
+{
+name = parent_top;
+position = "{864, 2200}";
+},
+{
+name = top;
+position = "{864, 2720}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+},
+{
+name = top_dd;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = K;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 500, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2048;
+}
+);
+unicode = 040C;
+},
+{
+glyphname = Schwadieresiscyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{984, 0}";
+},
+{
+name = parent_top;
+position = "{932, 2152}";
+},
+{
+name = top;
+position = "{932, 2532}";
+},
+{
+name = top0315;
+position = "{2008, 2152}";
+}
+);
+components = (
+{
+name = Schwacyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 112, 360}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1016, 0}";
+},
+{
+name = parent_top;
+position = "{988, 2136}";
+},
+{
+name = top;
+position = "{992, 2580}";
+},
+{
+name = top0315;
+position = "{2036, 2136}";
+}
+);
+components = (
+{
+name = Schwacyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 332, 364}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 04DA;
+},
+{
+glyphname = Zhebrevecyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1396, 2216}";
+},
+{
+name = top;
+position = "{1396, 2660}";
+},
+{
+name = top0315;
+position = "{2676, 2216}";
+}
+);
+components = (
+{
+name = afii10024;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 768, 440}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2800;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1544, 2200}";
+},
+{
+name = top;
+position = "{1544, 2672}";
+},
+{
+name = top0315;
+position = "{2992, 2200}";
+}
+);
+components = (
+{
+name = afii10024;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 888, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3104;
+}
+);
+unicode = 04C1;
+},
+{
+glyphname = Zhedieresiscyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1396, 2216}";
+},
+{
+name = top;
+position = "{1396, 2596}";
+},
+{
+name = top0315;
+position = "{2676, 2216}";
+}
+);
+components = (
+{
+name = afii10024;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 576, 424}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2800;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1544, 2200}";
+},
+{
+name = top;
+position = "{1548, 2644}";
+},
+{
+name = top0315;
+position = "{2992, 2200}";
+}
+);
+components = (
+{
+name = afii10024;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 888, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3104;
+}
+);
+unicode = 04DC;
+},
+{
+glyphname = Zedieresiscyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{888, -16}";
+},
+{
+name = parent_top;
+position = "{888, 2244}";
+},
+{
+name = top;
+position = "{888, 2624}";
+},
+{
+name = top0315;
+position = "{1728, 2244}";
+}
+);
+components = (
+{
+name = afii10025;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 64, 456}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{924, -16}";
+},
+{
+name = parent_top;
+position = "{912, 2200}";
+},
+{
+name = top;
+position = "{916, 2644}";
+},
+{
+name = top0315;
+position = "{1812, 2200}";
+}
+);
+components = (
+{
+name = afii10025;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 256, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04DE;
+},
+{
+glyphname = uni040D;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2796}";
+},
+{
+name = top0315;
+position = "{2024, 2216}";
+}
+);
+components = (
+{
+name = afii10026;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 536, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1044, 2200}";
+},
+{
+name = top;
+position = "{1044, 2720}";
+},
+{
+name = top0315;
+position = "{2028, 2200}";
+}
+);
+components = (
+{
+name = afii10026;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 356, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 040D;
+},
+{
+glyphname = afii10027;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2748}";
+},
+{
+name = top0315;
+position = "{2024, 2216}";
+}
+);
+components = (
+{
+name = afii10026;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 400, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1044, 2200}";
+},
+{
+name = top;
+position = "{1044, 2672}";
+},
+{
+name = top0315;
+position = "{2028, 2200}";
+}
+);
+components = (
+{
+name = afii10026;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 388, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 0419;
+},
+{
+glyphname = Imacroncyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2712}";
+},
+{
+name = top0315;
+position = "{2024, 2216}";
+}
+);
+components = (
+{
+name = afii10026;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 408, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1044, 2200}";
+},
+{
+name = top;
+position = "{1044, 2632}";
+},
+{
+name = top0315;
+position = "{2028, 2200}";
+}
+);
+components = (
+{
+name = afii10026;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 260, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 04E2;
+},
+{
+glyphname = Idieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1032, 2304}";
+},
+{
+name = top;
+position = "{1032, 2684}";
+},
+{
+name = top0315;
+position = "{2024, 2216}";
+}
+);
+components = (
+{
+name = afii10026;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 208, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2080;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1044, 2200}";
+},
+{
+name = top;
+position = "{1048, 2644}";
+},
+{
+name = top0315;
+position = "{2028, 2200}";
+}
+);
+components = (
+{
+name = afii10026;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 388, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 04E4;
+},
+{
+glyphname = afii10062;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{876, 2216}";
+},
+{
+name = top;
+position = "{876, 2660}";
+},
+{
+name = top0315;
+position = "{1760, 2216}";
+}
+);
+components = (
+{
+name = afii10037;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 248, 440}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{956, 2200}";
+},
+{
+name = top;
+position = "{956, 2672}";
+},
+{
+name = top0315;
+position = "{1804, 2200}";
+}
+);
+components = (
+{
+name = afii10037;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 300, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 040E;
+},
+{
+glyphname = Umacroncyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{876, 2216}";
+},
+{
+name = top;
+position = "{876, 2624}";
+},
+{
+name = top0315;
+position = "{1760, 2216}";
+}
+);
+components = (
+{
+name = afii10037;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 256, 456}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{956, 2200}";
+},
+{
+name = top;
+position = "{956, 2632}";
+},
+{
+name = top0315;
+position = "{1804, 2200}";
+}
+);
+components = (
+{
+name = afii10037;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 172, 416}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04EE;
+},
+{
+glyphname = Udieresiscyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{876, 2216}";
+},
+{
+name = top;
+position = "{876, 2596}";
+},
+{
+name = top0315;
+position = "{1760, 2216}";
+}
+);
+components = (
+{
+name = afii10037;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 56, 424}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{956, 2200}";
+},
+{
+name = top;
+position = "{960, 2644}";
+},
+{
+name = top0315;
+position = "{1804, 2200}";
+}
+);
+components = (
+{
+name = afii10037;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 300, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04F0;
+},
+{
+glyphname = Uhungarumlautcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{876, 2216}";
+},
+{
+name = top;
+position = "{876, 2668}";
+},
+{
+name = top0315;
+position = "{1760, 2216}";
+}
+);
+components = (
+{
+name = afii10037;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 392, 440}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{956, 2200}";
+},
+{
+name = top;
+position = "{956, 2680}";
+},
+{
+name = top0315;
+position = "{1804, 2200}";
+}
+);
+components = (
+{
+name = afii10037;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 456, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04F2;
+},
+{
+glyphname = Chedieresiscyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1012, 2216}";
+},
+{
+name = top;
+position = "{1012, 2596}";
+},
+{
+name = top0315;
+position = "{2008, 2216}";
+}
+);
+components = (
+{
+name = afii10041;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 192, 424}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1112, 2200}";
+},
+{
+name = top;
+position = "{1116, 2644}";
+},
+{
+name = top0315;
+position = "{2008, 2200}";
+}
+);
+components = (
+{
+name = afii10041;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 456, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 04F4;
+},
+{
+glyphname = Yerudieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1212, 2216}";
+},
+{
+name = top;
+position = "{1212, 2596}";
+},
+{
+name = top0315;
+position = "{2436, 2216}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10045;
+},
+{
+alignment = -1;
+name = dieresis;
+transform = "{1, 0, 0, 1, 388, 424}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2328;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1340, 2200}";
+},
+{
+name = top;
+position = "{1344, 2644}";
+},
+{
+name = top0315;
+position = "{2552, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = afii10045;
+},
+{
+alignment = -1;
+name = dieresis;
+transform = "{1, 0, 0, 1, 684, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 04F8;
+},
+{
+glyphname = uni04EC;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 2248}";
+},
+{
+name = top;
+position = "{916, 2628}";
+},
+{
+name = top0315;
+position = "{1872, 2248}";
+}
+);
+components = (
+{
+name = afii10047;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 96, 456}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1052, 2200}";
+},
+{
+name = top;
+position = "{1056, 2644}";
+},
+{
+name = top0315;
+position = "{1972, 2200}";
+}
+);
+components = (
+{
+name = afii10047;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 396, 428}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 04EC;
+},
+{
+glyphname = Izhitsadblgravecyrillic;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{880, 2124}";
+},
+{
+name = top;
+position = "{880, 2550}";
+},
+{
+name = top0315;
+position = "{1800, 2124}";
+}
+);
+components = (
+{
+name = afii10148;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1504, 344}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2681}";
+},
+{
+name = top0315;
+position = "{1960, 2200}";
+}
+);
+components = (
+{
+name = afii10148;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1696, 426}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2080;
+}
+);
+unicode = 0476;
+},
+{
+glyphname = hbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1558, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{884, 2304}";
+},
+{
+name = top0315;
+position = "{1558, 2216}";
+},
+{
+name = top_dd;
+position = "{1558, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = h;
+transform = "{1, 0, 0, 1, 30, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -238, 804}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1664;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1630, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{912, 2328}";
+},
+{
+name = top0315;
+position = "{1630, 2328}";
+},
+{
+name = top_dd;
+position = "{1630, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = h;
+transform = "{1, 0, 0, 1, 30, 0}";
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, -198, 772}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+rightKerningGroup = a;
+unicode = 0127;
+},
+{
+glyphname = ij;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 924, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+components = (
+{
+alignment = -1;
+name = i;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 1036, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1984;
+}
+);
+unicode = 0133;
+},
+{
+glyphname = ldot;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{300, 16}";
+},
+{
+name = bottom_dd;
+position = "{868, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{868, 2336}";
+},
+{
+name = top_dd;
+position = "{868, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = l;
+},
+{
+alignment = -1;
+name = dotaccent;
+transform = "{1, 0, 0, 1, 412, -808}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 888;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{980, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2308}";
+},
+{
+name = top;
+position = "{376, 2308}";
+},
+{
+name = top0315;
+position = "{980, 2308}";
+},
+{
+name = top_dd;
+position = "{980, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = l;
+},
+{
+alignment = -1;
+name = dotaccent;
+transform = "{1, 0, 0, 1, 548, -836}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 968;
+}
+);
+unicode = 0140;
+},
+{
+glyphname = napostrophe;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{824, 1792}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = n;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, -444, 1780}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = n;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, -252, 1716}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0149;
+},
+{
+glyphname = tbar;
+lastChange = "2018-09-02 05:41:46 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{596, 0}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -256, -64}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{620, 0}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{504, 2032}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -176, -200}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1048;
+}
+);
+unicode = 0167;
+},
+{
+glyphname = nlegrightlong;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 019E;
+},
+{
+glyphname = lj;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = l;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 924, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+components = (
+{
+alignment = -1;
+name = l;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 1004, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 01C9;
+},
+{
+glyphname = nj;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = n;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 1892, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2560;
+},
+{
+components = (
+{
+alignment = -1;
+name = n;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 1912, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2860;
+}
+);
+unicode = 01CC;
+},
+{
+glyphname = eturn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = parent_top;
+position = "{768, 1776}";
+},
+{
+name = top;
+position = "{768, 1776}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+components = (
+{
+name = schwa;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 0}";
+},
+{
+name = parent_top;
+position = "{772, 1776}";
+},
+{
+name = top;
+position = "{772, 1776}";
+},
+{
+name = top0315;
+position = "{1516, 1776}";
+}
+);
+components = (
+{
+name = schwa;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 01DD;
+},
+{
+glyphname = obar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 1776}";
+},
+{
+name = top0315;
+position = "{1612, 1776}";
+}
+);
+components = (
+{
+name = fitacyrillic;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1608, 1776}";
+}
+);
+components = (
+{
+name = fitacyrillic;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 0275;
+},
+{
+glyphname = uni0299;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{672, 1744}";
+},
+{
+name = top;
+position = "{672, 1744}";
+},
+{
+name = top0315;
+position = "{1536, 1744}";
+}
+);
+components = (
+{
+name = vecyrillic;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{812, 1744}";
+},
+{
+name = top;
+position = "{812, 1744}";
+},
+{
+name = top0315;
+position = "{1656, 1744}";
+}
+);
+components = (
+{
+name = vecyrillic;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 0299;
+},
+{
+glyphname = uni029C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{764, 1744}";
+},
+{
+name = top;
+position = "{764, 1744}";
+},
+{
+name = top0315;
+position = "{1580, 1744}";
+}
+);
+components = (
+{
+name = encyrillic;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{784, 1744}";
+},
+{
+name = top;
+position = "{784, 1744}";
+},
+{
+name = top0315;
+position = "{1576, 1744}";
+}
+);
+components = (
+{
+name = encyrillic;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 029C;
+},
+{
+glyphname = arighthalfring;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = ringhalfright;
+transform = "{1, 0, 0, 1, 584, 208}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = ringhalfright;
+transform = "{1, 0, 0, 1, 520, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1E9A;
+},
+{
+glyphname = agrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2284}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 304, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2296}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 92, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 00E0;
+},
+{
+glyphname = aacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2284}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 496, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2296}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 416, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 00E1;
+},
+{
+glyphname = acircumflex;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2256}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 160, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2240}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -4, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 00E2;
+},
+{
+glyphname = aring;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{816, 2756}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 368, -8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2332}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 256, 172}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 00E5;
+},
+{
+glyphname = amacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2200}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 184, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2208}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -4, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 0101;
+},
+{
+glyphname = abreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2236}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 176, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2248}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 124, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 0103;
+},
+{
+glyphname = aogonek;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 776, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 748, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 0105;
+},
+{
+glyphname = acaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{788, 2248}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 160, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2268}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -8, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 01CE;
+},
+{
+glyphname = adieresismacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2600}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dieresismacroncomb.lc;
+transform = "{1, 0, 0, 1, 1616, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2648}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dieresismacroncomb.lc;
+transform = "{1, 0, 0, 1, 1572, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 01DF;
+},
+{
+glyphname = adotmacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2596}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dotmacroncomb.lc;
+transform = "{1, 0, 0, 1, 1616, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2728}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dotmacroncomb.lc;
+transform = "{1, 0, 0, 1, 1572, 34}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 01E1;
+},
+{
+glyphname = aringacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = ringacute.cn;
+transform = "{1, 0, 0, 1, 392, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = ringacute.cn;
+transform = "{1, 0, 0, 1, 380, -68}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = a;
+unicode = 01FB;
+},
+{
+glyphname = adblgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2218}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1424, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2257}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1428, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 0201;
+},
+{
+glyphname = ainvertedbreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2259}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1616, 144}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2326}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1572, 181}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 0203;
+},
+{
+glyphname = uni0227;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2188}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 472, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2296}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 380, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 0227;
+},
+{
+glyphname = aringbelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = uni02F3;
+transform = "{1, 0, 0, 1, 360, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = uni02F3;
+transform = "{1, 0, 0, 1, 240, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1E01;
+},
+{
+glyphname = adotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -495}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1592, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{775, -523}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1600, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EA1;
+},
+{
+glyphname = ahookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2410}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1616, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2395}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1627, -10}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EA3;
+},
+{
+glyphname = acircumflexacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 240, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 224, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EA5;
+},
+{
+glyphname = acircumflexgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, -152, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, -236, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EA7;
+},
+{
+glyphname = acircumflexhookabove;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 152, -24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 128, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EA9;
+},
+{
+glyphname = acircumflextilde;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 40, -56}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, -4, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EAB;
+},
+{
+glyphname = acircumflexdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -495}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2256}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 160, 0}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1592, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{775, -523}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2240}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -4, -16}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1600, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EAD;
+},
+{
+glyphname = abreveacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breveacutecomb.cn;
+transform = "{1, 0, 0, 1, 168, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breveacutecomb.cn;
+transform = "{1, 0, 0, 1, 120, 8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EAF;
+},
+{
+glyphname = abrevegrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = brevegravecomb.cn;
+transform = "{1, 0, 0, 1, 168, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = brevegravecomb.cn;
+transform = "{1, 0, 0, 1, 120, 8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EB1;
+},
+{
+glyphname = abrevehookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = brevehookcomb.cn;
+transform = "{1, 0, 0, 1, 160, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = brevehookcomb.cn;
+transform = "{1, 0, 0, 1, 116, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EB3;
+},
+{
+glyphname = abrevetilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = brevetildecomb.cn;
+transform = "{1, 0, 0, 1, 160, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = brevetildecomb.cn;
+transform = "{1, 0, 0, 1, 116, -12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EB5;
+},
+{
+glyphname = abrevedotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -495}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2236}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 176, 16}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1592, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{775, -523}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2248}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 124, 0}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1600, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1EB7;
+},
+{
+glyphname = aemacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1284, 1792}";
+},
+{
+name = top;
+position = "{1284, 2200}";
+},
+{
+name = top0315;
+position = "{2464, 1776}";
+},
+{
+name = top_dd;
+position = "{2464, 2200}";
+}
+);
+components = (
+{
+name = ae;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 664, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2604;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1244, 1776}";
+},
+{
+name = top;
+position = "{1244, 2208}";
+},
+{
+name = top0315;
+position = "{2476, 1776}";
+},
+{
+name = top_dd;
+position = "{2476, 2200}";
+}
+);
+components = (
+{
+name = ae;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 460, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2444;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = ae;
+unicode = 01E3;
+},
+{
+glyphname = aeacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1284, 1792}";
+},
+{
+name = top;
+position = "{1284, 2284}";
+},
+{
+name = top0315;
+position = "{2464, 1776}";
+},
+{
+name = top_dd;
+position = "{2464, 2200}";
+}
+);
+components = (
+{
+name = ae;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 976, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2604;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1244, 1776}";
+},
+{
+name = top;
+position = "{1244, 2296}";
+},
+{
+name = top0315;
+position = "{2476, 1776}";
+},
+{
+name = top_dd;
+position = "{2476, 2200}";
+}
+);
+components = (
+{
+name = ae;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 880, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2444;
+}
+);
+leftKerningGroup = a;
+rightKerningGroup = ae;
+unicode = 01FD;
+},
+{
+glyphname = bdotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, 0}";
+},
+{
+name = bottom_dd;
+position = "{1700, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2304}";
+},
+{
+name = top;
+position = "{900, 2700}";
+},
+{
+name = top0315;
+position = "{1700, 2216}";
+},
+{
+name = top_dd;
+position = "{1700, 2200}";
+}
+);
+components = (
+{
+name = b;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 568, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{932, 0}";
+},
+{
+name = bottom_dd;
+position = "{1720, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2200}";
+},
+{
+name = top;
+position = "{1064, 2720}";
+},
+{
+name = top0315;
+position = "{1720, 2200}";
+},
+{
+name = top_dd;
+position = "{1720, 2200}";
+}
+);
+components = (
+{
+name = b;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 664, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E03;
+},
+{
+glyphname = bdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, -495}";
+},
+{
+name = bottom_dd;
+position = "{1700, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2304}";
+},
+{
+name = top;
+position = "{900, 2304}";
+},
+{
+name = top0315;
+position = "{1700, 2216}";
+},
+{
+name = top_dd;
+position = "{1700, 2200}";
+}
+);
+components = (
+{
+name = b;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1728, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{931, -523}";
+},
+{
+name = bottom_dd;
+position = "{1720, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2200}";
+},
+{
+name = top;
+position = "{1064, 2200}";
+},
+{
+name = top0315;
+position = "{1720, 2200}";
+},
+{
+name = top_dd;
+position = "{1720, 2200}";
+}
+);
+components = (
+{
+name = b;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1756, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E05;
+},
+{
+glyphname = blinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{904, -404}";
+},
+{
+name = bottom_dd;
+position = "{1700, -560}";
+},
+{
+name = parent_top;
+position = "{900, 2304}";
+},
+{
+name = top;
+position = "{900, 2304}";
+},
+{
+name = top0315;
+position = "{1700, 2216}";
+},
+{
+name = top_dd;
+position = "{1700, 2200}";
+}
+);
+components = (
+{
+name = b;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1712, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{933, -474}";
+},
+{
+name = bottom_dd;
+position = "{1720, -560}";
+},
+{
+name = parent_top;
+position = "{1064, 2200}";
+},
+{
+name = top;
+position = "{1064, 2200}";
+},
+{
+name = top0315;
+position = "{1720, 2200}";
+},
+{
+name = top_dd;
+position = "{1720, 2200}";
+}
+);
+components = (
+{
+name = b;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1724, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E07;
+},
+{
+glyphname = ccedilla;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{752, -604}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 1792}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 456, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -648}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 1776}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 368, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = c;
+unicode = 00E7;
+},
+{
+glyphname = cacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 2284}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 520, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 2296}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 452, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = c;
+unicode = 0107;
+},
+{
+glyphname = ccircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 2256}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 184, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 2240}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 32, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = c;
+unicode = 0109;
+},
+{
+glyphname = cdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 2188}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 504, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 2296}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 416, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 010B;
+},
+{
+glyphname = ccaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{816, 2248}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 184, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 2268}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 28, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = c;
+unicode = 010D;
+},
+{
+glyphname = ccedillaacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{752, -604}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 2284}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 456, 0}";
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 520, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -648}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 2296}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 368, 0}";
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 452, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 1E09;
+},
+{
+glyphname = dcaron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1770, -560}";
+},
+{
+name = parent_top;
+position = "{820, 2304}";
+},
+{
+name = top;
+position = "{820, 2304}";
+},
+{
+name = top0315;
+position = "{1770, 2216}";
+},
+{
+name = top_dd;
+position = "{1770, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 1308, 1772}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1864;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{756, 0}";
+},
+{
+name = bottom_dd;
+position = "{1822, -560}";
+},
+{
+name = parent_top;
+position = "{748, 2200}";
+},
+{
+name = top;
+position = "{748, 2200}";
+},
+{
+name = top0315;
+position = "{1822, 2200}";
+},
+{
+name = top_dd;
+position = "{1822, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 1580, 1720}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1800;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = dcaron;
+unicode = 010F;
+},
+{
+glyphname = ddotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1620, -560}";
+},
+{
+name = parent_top;
+position = "{820, 2304}";
+},
+{
+name = top;
+position = "{820, 2700}";
+},
+{
+name = top0315;
+position = "{1620, 2216}";
+},
+{
+name = top_dd;
+position = "{1620, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 488, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{756, 0}";
+},
+{
+name = bottom_dd;
+position = "{1672, -560}";
+},
+{
+name = parent_top;
+position = "{748, 2200}";
+},
+{
+name = top;
+position = "{748, 2720}";
+},
+{
+name = top0315;
+position = "{1672, 2200}";
+},
+{
+name = top_dd;
+position = "{1672, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 348, 456}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E0B;
+},
+{
+glyphname = ddotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -495}";
+},
+{
+name = bottom_dd;
+position = "{1620, -560}";
+},
+{
+name = parent_top;
+position = "{820, 2304}";
+},
+{
+name = top;
+position = "{820, 2304}";
+},
+{
+name = top0315;
+position = "{1620, 2216}";
+},
+{
+name = top_dd;
+position = "{1620, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1648, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{755, -523}";
+},
+{
+name = bottom_dd;
+position = "{1672, -560}";
+},
+{
+name = parent_top;
+position = "{748, 2200}";
+},
+{
+name = top;
+position = "{748, 2200}";
+},
+{
+name = top0315;
+position = "{1672, 2200}";
+},
+{
+name = top_dd;
+position = "{1672, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1580, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E0D;
+},
+{
+glyphname = dlinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -404}";
+},
+{
+name = bottom_dd;
+position = "{1620, -560}";
+},
+{
+name = parent_top;
+position = "{820, 2304}";
+},
+{
+name = top;
+position = "{820, 2304}";
+},
+{
+name = top0315;
+position = "{1620, 2216}";
+},
+{
+name = top_dd;
+position = "{1620, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1632, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{757, -474}";
+},
+{
+name = bottom_dd;
+position = "{1672, -560}";
+},
+{
+name = parent_top;
+position = "{748, 2200}";
+},
+{
+name = top;
+position = "{748, 2200}";
+},
+{
+name = top0315;
+position = "{1672, 2200}";
+},
+{
+name = top_dd;
+position = "{1672, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1548, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E0F;
+},
+{
+glyphname = dcedilla;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, -728}";
+},
+{
+name = bottom_dd;
+position = "{1620, -560}";
+},
+{
+name = parent_top;
+position = "{820, 2304}";
+},
+{
+name = top;
+position = "{820, 2304}";
+},
+{
+name = top0315;
+position = "{1620, 2216}";
+},
+{
+name = top_dd;
+position = "{1620, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 432, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{756, -708}";
+},
+{
+name = bottom_dd;
+position = "{1672, -560}";
+},
+{
+name = parent_top;
+position = "{748, 2200}";
+},
+{
+name = top;
+position = "{748, 2200}";
+},
+{
+name = top0315;
+position = "{1672, 2200}";
+},
+{
+name = top_dd;
+position = "{1672, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 436, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E11;
+},
+{
+glyphname = dcircumflexbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{819, -558}";
+},
+{
+name = bottom_dd;
+position = "{1620, -560}";
+},
+{
+name = parent_top;
+position = "{820, 2304}";
+},
+{
+name = top;
+position = "{820, 2304}";
+},
+{
+name = top0315;
+position = "{1620, 2216}";
+},
+{
+name = top_dd;
+position = "{1620, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1632, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{756, -520}";
+},
+{
+name = bottom_dd;
+position = "{1672, -560}";
+},
+{
+name = parent_top;
+position = "{748, 2200}";
+},
+{
+name = top;
+position = "{748, 2200}";
+},
+{
+name = top0315;
+position = "{1672, 2200}";
+},
+{
+name = top_dd;
+position = "{1672, 2200}";
+}
+);
+components = (
+{
+name = d;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1548, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E13;
+},
+{
+glyphname = egrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2284}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 336, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2296}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 116, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 00E8;
+},
+{
+glyphname = eacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2284}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 528, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2296}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 440, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 00E9;
+},
+{
+glyphname = ecircumflex;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2256}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 192, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2240}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 20, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 00EA;
+},
+{
+glyphname = emacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2200}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 216, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2208}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 20, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 0113;
+},
+{
+glyphname = ebreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2236}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 208, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2248}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 148, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 0115;
+},
+{
+glyphname = edotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2188}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 504, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2296}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 404, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 0117;
+},
+{
+glyphname = eogonek;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 664, 96}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 556, 48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 0119;
+},
+{
+glyphname = ecaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{820, 2248}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 192, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2268}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 16, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = ae;
+unicode = 011B;
+},
+{
+glyphname = edblgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2218}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1456, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2257}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1452, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 0205;
+},
+{
+glyphname = einvertedbreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2259}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1648, 144}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2326}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1596, 181}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 0207;
+},
+{
+glyphname = uni0229;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, -604}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 464, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -648}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 360, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 0229;
+},
+{
+glyphname = emacrongrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2697}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = macrongravecomb.lc;
+transform = "{1, 0, 0, 1, 1648, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2730}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = macrongravecomb.lc;
+transform = "{1, 0, 0, 1, 1596, -6}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1E15;
+},
+{
+glyphname = emacronacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2697}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = macronacutecomb.lc;
+transform = "{1, 0, 0, 1, 1648, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2730}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = macronacutecomb.lc;
+transform = "{1, 0, 0, 1, 1596, -6}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1E17;
+},
+{
+glyphname = ecircumflexbelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{839, -558}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1648, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -520}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1604, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1E19;
+},
+{
+glyphname = etildebelow;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -596}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1704, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -560}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1648, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1E1B;
+},
+{
+glyphname = ecedillabreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, -604}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2236}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 464, 0}";
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 208, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -648}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2248}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 360, 0}";
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 148, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1E1D;
+},
+{
+glyphname = edotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -495}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1664, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{811, -523}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1636, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1EB9;
+},
+{
+glyphname = ehookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2410}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1648, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2395}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1651, -10}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1EBB;
+},
+{
+glyphname = etilde;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2208}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 208, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2300}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 148, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1EBD;
+},
+{
+glyphname = ecircumflexacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 272, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 248, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1EBF;
+},
+{
+glyphname = ecircumflexgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, -120, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, -212, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1EC1;
+},
+{
+glyphname = ecircumflexhookabove;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 184, -24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 152, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1EC3;
+},
+{
+glyphname = ecircumflextilde;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 72, -56}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 20, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1EC5;
+},
+{
+glyphname = ecircumflexdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -495}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2256}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 192, 0}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1664, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{811, -523}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2240}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 20, -16}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1636, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 1EC7;
+},
+{
+glyphname = fdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{440, 0}";
+},
+{
+name = bottom_dd;
+position = "{980, -560}";
+},
+{
+name = parent_top;
+position = "{544, 2304}";
+},
+{
+name = top;
+position = "{544, 2700}";
+},
+{
+name = top0315;
+position = "{924, 2116}";
+},
+{
+name = top_dd;
+position = "{764, 1484}";
+}
+);
+components = (
+{
+name = f;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 216, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1008;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{492, 0}";
+},
+{
+name = bottom_dd;
+position = "{1048, -560}";
+},
+{
+name = parent_top;
+position = "{644, 2284}";
+},
+{
+name = top;
+position = "{644, 2804}";
+},
+{
+name = top0315;
+position = "{1048, 2284}";
+},
+{
+name = top_dd;
+position = "{1048, 2200}";
+}
+);
+components = (
+{
+name = f;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 244, 540}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1104;
+}
+);
+unicode = 1E1F;
+},
+{
+glyphname = gcircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -588}";
+},
+{
+name = bottom_dd;
+position = "{1644, -560}";
+},
+{
+name = parent_top;
+position = "{888, 1792}";
+},
+{
+name = top;
+position = "{888, 2256}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+},
+{
+name = top_dd;
+position = "{1644, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -576}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 2240}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -8, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = g;
+unicode = 011D;
+},
+{
+glyphname = gbreve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -588}";
+},
+{
+name = bottom_dd;
+position = "{1644, -560}";
+},
+{
+name = parent_top;
+position = "{888, 1792}";
+},
+{
+name = top;
+position = "{888, 2236}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+},
+{
+name = top_dd;
+position = "{1644, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 256, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -576}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 2248}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 120, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = g;
+unicode = 011F;
+},
+{
+glyphname = gdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -588}";
+},
+{
+name = bottom_dd;
+position = "{1644, -560}";
+},
+{
+name = parent_top;
+position = "{888, 1792}";
+},
+{
+name = top;
+position = "{888, 2188}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+},
+{
+name = top_dd;
+position = "{1644, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 560, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -576}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 2296}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 376, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 0121;
+},
+{
+glyphname = gcommaaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -588}";
+},
+{
+name = bottom_dd;
+position = "{1644, -560}";
+},
+{
+name = parent_top;
+position = "{888, 1792}";
+},
+{
+name = top;
+position = "{888, 1792}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+},
+{
+name = top_dd;
+position = "{1644, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = commaaccentrotate.cn;
+transform = "{1, 0, 0, 1, 552, 144}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -576}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 1776}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = commaaccentrotate.cn;
+transform = "{1, 0, 0, 1, 420, 260}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = g;
+unicode = 0123;
+},
+{
+glyphname = gcaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -588}";
+},
+{
+name = bottom_dd;
+position = "{1644, -560}";
+},
+{
+name = parent_top;
+position = "{888, 1792}";
+},
+{
+name = top;
+position = "{872, 2248}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+},
+{
+name = top_dd;
+position = "{1644, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 240, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -576}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 2268}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -12, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = g;
+unicode = 01E7;
+},
+{
+glyphname = gacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -588}";
+},
+{
+name = bottom_dd;
+position = "{1644, -560}";
+},
+{
+name = parent_top;
+position = "{888, 1792}";
+},
+{
+name = top;
+position = "{888, 2284}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+},
+{
+name = top_dd;
+position = "{1644, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 576, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -576}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 2296}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 412, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = g;
+unicode = 01F5;
+},
+{
+glyphname = gmacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -588}";
+},
+{
+name = bottom_dd;
+position = "{1644, -560}";
+},
+{
+name = parent_top;
+position = "{888, 1792}";
+},
+{
+name = top;
+position = "{888, 2200}";
+},
+{
+name = top0315;
+position = "{1644, 1776}";
+},
+{
+name = top_dd;
+position = "{1644, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 264, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -576}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 2208}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = g;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -8, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E21;
+},
+{
+glyphname = hcircumflex;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{884, 2768}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 240, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{912, 2792}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 128, 536}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+rightKerningGroup = a;
+unicode = 0125;
+},
+{
+glyphname = uni021F;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{868, 2760}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 240, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{912, 2820}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 124, 616}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 021F;
+},
+{
+glyphname = hdotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{884, 2700}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 552, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{912, 2848}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 512, 584}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 1E23;
+},
+{
+glyphname = hdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -495}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{884, 2304}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1648, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{811, -523}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{912, 2328}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1636, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 1E25;
+},
+{
+glyphname = hdieresis;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{884, 2684}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 64, 512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{916, 2772}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 256, 556}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 1E27;
+},
+{
+glyphname = hbrevebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -502}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{884, 2304}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = brevesubnosp;
+transform = "{1, 0, 0, 1, 1632, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -539}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{912, 2328}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = brevesubnosp;
+transform = "{1, 0, 0, 1, 1604, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 1E2B;
+},
+{
+glyphname = hlinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -404}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{884, 2304}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1632, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{813, -474}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{912, 2328}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = h;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1604, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 1E96;
+},
+{
+glyphname = igrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2288}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, -160, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2264}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, -296, -32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 00EC;
+},
+{
+glyphname = iacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2288}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 32, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2264}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 28, -32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 00ED;
+},
+{
+glyphname = icircumflex;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2260}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -304, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2208}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -392, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 00EE;
+},
+{
+glyphname = imacron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2204}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -280, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2176}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -392, -40}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 012B;
+},
+{
+glyphname = ibreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2240}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, -288, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2216}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, -264, -32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 012D;
+},
+{
+glyphname = iogonek;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{672, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{672, 2200}";
+},
+{
+name = top_dd;
+position = "{672, 2200}";
+}
+);
+components = (
+{
+name = i;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, -152, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{388, 0}";
+},
+{
+name = bottom_dd;
+position = "{772, -560}";
+},
+{
+name = parent_top;
+position = "{392, 2200}";
+},
+{
+name = top;
+position = "{392, 2200}";
+},
+{
+name = top0315;
+position = "{772, 2200}";
+},
+{
+name = top_dd;
+position = "{772, 2200}";
+}
+);
+components = (
+{
+name = i;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, -108, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 012F;
+},
+{
+glyphname = icaron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{328, 2252}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -304, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2236}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -396, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+leftKerningGroup = dotlessi;
+rightKerningGroup = dotlessi;
+unicode = 01D0;
+},
+{
+glyphname = idblgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2222}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 968, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2225}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1040, -30}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+unicode = 0209;
+},
+{
+glyphname = iinvertedbreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2263}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1152, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2294}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1184, 149}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+unicode = 020B;
+},
+{
+glyphname = ihookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2414}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1160, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 2363}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1239, -42}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+unicode = 1EC9;
+},
+{
+glyphname = idotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -495}";
+},
+{
+name = bottom_dd;
+position = "{672, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{672, 2200}";
+},
+{
+name = top_dd;
+position = "{672, 2200}";
+}
+);
+components = (
+{
+name = i;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1160, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{387, -523}";
+},
+{
+name = bottom_dd;
+position = "{772, -560}";
+},
+{
+name = parent_top;
+position = "{392, 2200}";
+},
+{
+name = top;
+position = "{392, 2200}";
+},
+{
+name = top0315;
+position = "{772, 2200}";
+},
+{
+name = top_dd;
+position = "{772, 2200}";
+}
+);
+components = (
+{
+name = i;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1212, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+unicode = 1ECB;
+},
+{
+glyphname = jcircumflex;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1716}";
+},
+{
+name = top;
+position = "{332, 2180}";
+},
+{
+name = top0315;
+position = "{688, 1716}";
+}
+);
+components = (
+{
+name = dotlessj;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -320, -80}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{560, 1744}";
+},
+{
+name = top;
+position = "{560, 2208}";
+},
+{
+name = top0315;
+position = "{964, 1744}";
+}
+);
+components = (
+{
+name = dotlessj;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -224, -48}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 948;
+}
+);
+leftKerningGroup = dotlessj;
+rightKerningGroup = dotlessi;
+unicode = 0135;
+},
+{
+glyphname = jcaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1716}";
+},
+{
+name = top;
+position = "{316, 2172}";
+},
+{
+name = top0315;
+position = "{688, 1716}";
+}
+);
+components = (
+{
+name = dotlessj;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -320, -8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{560, 1744}";
+},
+{
+name = top;
+position = "{560, 2236}";
+},
+{
+name = top0315;
+position = "{964, 1744}";
+}
+);
+components = (
+{
+name = dotlessj;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -228, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 948;
+}
+);
+unicode = 01F0;
+},
+{
+glyphname = kcommaaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{780, -728}";
+},
+{
+name = bottom_dd;
+position = "{1416, -560}";
+},
+{
+name = parent_top;
+position = "{732, 2304}";
+},
+{
+name = top;
+position = "{732, 2304}";
+},
+{
+name = top0315;
+position = "{1236, 2216}";
+},
+{
+name = top_dd;
+position = "{1416, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 352, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1500;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, -708}";
+},
+{
+name = bottom_dd;
+position = "{1460, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2200}";
+},
+{
+name = top;
+position = "{876, 2200}";
+},
+{
+name = top0315;
+position = "{1280, 2200}";
+},
+{
+name = top_dd;
+position = "{1460, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 464, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+rightKerningGroup = k;
+unicode = 0137;
+},
+{
+glyphname = kcaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{744, 0}";
+},
+{
+name = bottom_dd;
+position = "{1416, -560}";
+},
+{
+name = parent_top;
+position = "{732, 2304}";
+},
+{
+name = top;
+position = "{716, 2760}";
+},
+{
+name = top0315;
+position = "{1236, 2216}";
+},
+{
+name = top_dd;
+position = "{1416, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 88, 584}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1500;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottom_dd;
+position = "{1460, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2200}";
+},
+{
+name = top;
+position = "{876, 2692}";
+},
+{
+name = top0315;
+position = "{1280, 2200}";
+},
+{
+name = top_dd;
+position = "{1460, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 88, 488}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+rightKerningGroup = k;
+unicode = 01E9;
+},
+{
+glyphname = kacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{744, 0}";
+},
+{
+name = bottom_dd;
+position = "{1416, -560}";
+},
+{
+name = parent_top;
+position = "{732, 2304}";
+},
+{
+name = top;
+position = "{732, 2796}";
+},
+{
+name = top0315;
+position = "{1236, 2216}";
+},
+{
+name = top_dd;
+position = "{1416, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 424, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1500;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottom_dd;
+position = "{1460, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2200}";
+},
+{
+name = top;
+position = "{876, 2720}";
+},
+{
+name = top0315;
+position = "{1280, 2200}";
+},
+{
+name = top_dd;
+position = "{1460, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 512, 424}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 1E31;
+},
+{
+glyphname = kdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{744, -495}";
+},
+{
+name = bottom_dd;
+position = "{1416, -560}";
+},
+{
+name = parent_top;
+position = "{732, 2304}";
+},
+{
+name = top;
+position = "{732, 2304}";
+},
+{
+name = top0315;
+position = "{1236, 2216}";
+},
+{
+name = top_dd;
+position = "{1416, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1568, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1500;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{783, -523}";
+},
+{
+name = bottom_dd;
+position = "{1460, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2200}";
+},
+{
+name = top;
+position = "{876, 2200}";
+},
+{
+name = top0315;
+position = "{1280, 2200}";
+},
+{
+name = top_dd;
+position = "{1460, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1608, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 1E33;
+},
+{
+glyphname = klinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{744, -404}";
+},
+{
+name = bottom_dd;
+position = "{1416, -560}";
+},
+{
+name = parent_top;
+position = "{732, 2304}";
+},
+{
+name = top;
+position = "{732, 2304}";
+},
+{
+name = top0315;
+position = "{1236, 2216}";
+},
+{
+name = top_dd;
+position = "{1416, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1552, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1500;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{785, -474}";
+},
+{
+name = bottom_dd;
+position = "{1460, -560}";
+},
+{
+name = parent_top;
+position = "{876, 2200}";
+},
+{
+name = top;
+position = "{876, 2200}";
+},
+{
+name = top0315;
+position = "{1280, 2200}";
+},
+{
+name = top_dd;
+position = "{1460, 2200}";
+}
+);
+components = (
+{
+name = k;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1576, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 1E35;
+},
+{
+glyphname = lacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{300, 16}";
+},
+{
+name = bottom_dd;
+position = "{648, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2796}";
+},
+{
+name = top0315;
+position = "{648, 2336}";
+},
+{
+name = top_dd;
+position = "{648, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 24, 528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{760, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2308}";
+},
+{
+name = top;
+position = "{376, 2828}";
+},
+{
+name = top0315;
+position = "{760, 2308}";
+},
+{
+name = top_dd;
+position = "{760, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 12, 532}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 748;
+}
+);
+unicode = 013A;
+},
+{
+glyphname = lcommaaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{336, -712}";
+},
+{
+name = bottom_dd;
+position = "{648, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{648, 2336}";
+},
+{
+name = top_dd;
+position = "{648, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, -96, -496}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -708}";
+},
+{
+name = bottom_dd;
+position = "{760, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2308}";
+},
+{
+name = top;
+position = "{376, 2308}";
+},
+{
+name = top0315;
+position = "{760, 2308}";
+},
+{
+name = top_dd;
+position = "{760, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 56, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 748;
+}
+);
+unicode = 013C;
+},
+{
+glyphname = lcaron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{300, 16}";
+},
+{
+name = bottom_dd;
+position = "{798, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{798, 2336}";
+},
+{
+name = top_dd;
+position = "{798, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = l;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 364, 1772}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 816;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{910, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2308}";
+},
+{
+name = top;
+position = "{376, 2308}";
+},
+{
+name = top0315;
+position = "{910, 2308}";
+},
+{
+name = top_dd;
+position = "{910, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = l;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 632, 1720}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 896;
+}
+);
+rightKerningGroup = dcaron;
+unicode = 013E;
+},
+{
+glyphname = ldotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{300, -479}";
+},
+{
+name = bottom_dd;
+position = "{648, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{648, 2336}";
+},
+{
+name = top_dd;
+position = "{648, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1128, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{375, -523}";
+},
+{
+name = bottom_dd;
+position = "{760, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2308}";
+},
+{
+name = top;
+position = "{376, 2308}";
+},
+{
+name = top0315;
+position = "{760, 2308}";
+},
+{
+name = top_dd;
+position = "{760, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1200, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 748;
+}
+);
+unicode = 1E37;
+},
+{
+glyphname = ldotbelowmacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{300, -479}";
+},
+{
+name = bottom_dd;
+position = "{648, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2712}";
+},
+{
+name = top0315;
+position = "{648, 2336}";
+},
+{
+name = top_dd;
+position = "{648, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1128, 16}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -296, 544}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{375, -523}";
+},
+{
+name = bottom_dd;
+position = "{760, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2308}";
+},
+{
+name = top;
+position = "{376, 2740}";
+},
+{
+name = top0315;
+position = "{760, 2308}";
+},
+{
+name = top_dd;
+position = "{760, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1200, 0}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -408, 524}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 748;
+}
+);
+unicode = 1E39;
+},
+{
+glyphname = llinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{300, -388}";
+},
+{
+name = bottom_dd;
+position = "{648, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{648, 2336}";
+},
+{
+name = top_dd;
+position = "{648, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1112, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{377, -474}";
+},
+{
+name = bottom_dd;
+position = "{760, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2308}";
+},
+{
+name = top;
+position = "{376, 2308}";
+},
+{
+name = top0315;
+position = "{760, 2308}";
+},
+{
+name = top_dd;
+position = "{760, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1168, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 748;
+}
+);
+unicode = 1E3B;
+},
+{
+glyphname = lcircumflexbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{299, -542}";
+},
+{
+name = bottom_dd;
+position = "{648, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{648, 2336}";
+},
+{
+name = top_dd;
+position = "{648, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1112, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -520}";
+},
+{
+name = bottom_dd;
+position = "{760, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2308}";
+},
+{
+name = top;
+position = "{376, 2308}";
+},
+{
+name = top0315;
+position = "{760, 2308}";
+},
+{
+name = top_dd;
+position = "{760, 2200}";
+}
+);
+components = (
+{
+name = l;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1168, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 748;
+}
+);
+unicode = 1E3D;
+},
+{
+glyphname = macute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1204, 0}";
+},
+{
+name = bottom_dd;
+position = "{2440, -560}";
+},
+{
+name = parent_top;
+position = "{1272, 1792}";
+},
+{
+name = top;
+position = "{1272, 2284}";
+},
+{
+name = top0315;
+position = "{2440, 1776}";
+},
+{
+name = top_dd;
+position = "{2440, 2200}";
+}
+);
+components = (
+{
+name = m;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 960, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1220, 0}";
+},
+{
+name = bottom_dd;
+position = "{2380, -560}";
+},
+{
+name = parent_top;
+position = "{1220, 1776}";
+},
+{
+name = top;
+position = "{1220, 2296}";
+},
+{
+name = top0315;
+position = "{2380, 1776}";
+},
+{
+name = top_dd;
+position = "{2380, 2200}";
+}
+);
+components = (
+{
+name = m;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 856, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2440;
+}
+);
+unicode = 1E3F;
+},
+{
+glyphname = mdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1204, 0}";
+},
+{
+name = bottom_dd;
+position = "{2440, -560}";
+},
+{
+name = parent_top;
+position = "{1272, 1792}";
+},
+{
+name = top;
+position = "{1272, 2188}";
+},
+{
+name = top0315;
+position = "{2440, 1776}";
+},
+{
+name = top_dd;
+position = "{2440, 2200}";
+}
+);
+components = (
+{
+name = m;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 944, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1220, 0}";
+},
+{
+name = bottom_dd;
+position = "{2380, -560}";
+},
+{
+name = parent_top;
+position = "{1220, 1776}";
+},
+{
+name = top;
+position = "{1220, 2296}";
+},
+{
+name = top0315;
+position = "{2380, 1776}";
+},
+{
+name = top_dd;
+position = "{2380, 2200}";
+}
+);
+components = (
+{
+name = m;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 820, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2440;
+}
+);
+unicode = 1E41;
+},
+{
+glyphname = mdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1204, -495}";
+},
+{
+name = bottom_dd;
+position = "{2440, -560}";
+},
+{
+name = parent_top;
+position = "{1272, 1792}";
+},
+{
+name = top;
+position = "{1272, 1792}";
+},
+{
+name = top0315;
+position = "{2440, 1776}";
+},
+{
+name = top_dd;
+position = "{2440, 2200}";
+}
+);
+components = (
+{
+name = m;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2032, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2404;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1219, -523}";
+},
+{
+name = bottom_dd;
+position = "{2380, -560}";
+},
+{
+name = parent_top;
+position = "{1220, 1776}";
+},
+{
+name = top;
+position = "{1220, 1776}";
+},
+{
+name = top0315;
+position = "{2380, 1776}";
+},
+{
+name = top_dd;
+position = "{2380, 2200}";
+}
+);
+components = (
+{
+name = m;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 2044, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2440;
+}
+);
+unicode = 1E43;
+},
+{
+glyphname = nacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{824, 2284}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 512, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 2296}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 468, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = a;
+unicode = 0144;
+},
+{
+glyphname = ncommaaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{856, -728}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{824, 1792}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = n;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 428, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, -708}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = n;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 512, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = a;
+unicode = 0146;
+},
+{
+glyphname = ncaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{808, 2248}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 176, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 2268}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 44, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = a;
+unicode = 0148;
+},
+{
+glyphname = uni01F9;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{824, 2284}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 328, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 2296}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 144, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 01F9;
+},
+{
+glyphname = ndotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{824, 2188}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 496, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 2296}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 432, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E45;
+},
+{
+glyphname = ndotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -495}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{824, 1792}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1648, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{831, -523}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1656, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E47;
+},
+{
+glyphname = nlinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, -404}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{824, 1792}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1632, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{833, -474}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1624, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E49;
+},
+{
+glyphname = ncircumflexbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{819, -558}";
+},
+{
+name = bottom_dd;
+position = "{1408, -560}";
+},
+{
+name = parent_top;
+position = "{824, 1792}";
+},
+{
+name = top;
+position = "{824, 1792}";
+},
+{
+name = top0315;
+position = "{1408, 1776}";
+},
+{
+name = top_dd;
+position = "{1408, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1632, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, -520}";
+},
+{
+name = bottom_dd;
+position = "{1576, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+},
+{
+name = top_dd;
+position = "{1576, 2200}";
+}
+);
+components = (
+{
+name = n;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1624, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E4B;
+},
+{
+glyphname = ograve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2284}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 344, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2296}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 100, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 00F2;
+},
+{
+glyphname = oacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2284}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 528, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2296}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 424, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 00F3;
+},
+{
+glyphname = ocircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2256}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 192, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2240}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 4, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 00F4;
+},
+{
+glyphname = omacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2200}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 216, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2208}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 4, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 014D;
+},
+{
+glyphname = obreve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2236}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 208, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2248}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 132, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 014F;
+},
+{
+glyphname = ohungarumlaut;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2244}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 360, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2256}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 288, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 0151;
+},
+{
+glyphname = ocaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{824, 2248}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 192, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2268}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 0, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 01D2;
+},
+{
+glyphname = oogonek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -600}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 352, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, -572}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 280, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+leftKerningGroup = c;
+rightKerningGroup = b;
+unicode = 01EB;
+},
+{
+glyphname = oogonekmacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -600}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2200}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 352, 0}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 216, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, -572}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2208}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 280, 0}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 4, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 01ED;
+},
+{
+glyphname = odblgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2218}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1464, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2257}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1436, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 020D;
+},
+{
+glyphname = oinvertedbreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2259}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1648, 144}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2326}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1580, 181}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 020F;
+},
+{
+glyphname = uni022B;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2600}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dieresismacroncomb.lc;
+transform = "{1, 0, 0, 1, 1648, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2648}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dieresismacroncomb.lc;
+transform = "{1, 0, 0, 1, 1580, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 022B;
+},
+{
+glyphname = uni022D;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2640}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = tildemacroncomb.lc;
+transform = "{1, 0, 0, 1, 1648, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2731}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = tildemacroncomb.lc;
+transform = "{1, 0, 0, 1, 1580, -5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 022D;
+},
+{
+glyphname = uni022F;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2188}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 512, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2296}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 388, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 022F;
+},
+{
+glyphname = uni0231;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2596}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dotmacroncomb.lc;
+transform = "{1, 0, 0, 1, 1648, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2728}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dotmacroncomb.lc;
+transform = "{1, 0, 0, 1, 1580, 34}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 0231;
+},
+{
+glyphname = otildeacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2725}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = tildeacutecomb.lc;
+transform = "{1, 0, 0, 1, 1648, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2822}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = tildeacutecomb.lc;
+transform = "{1, 0, 0, 1, 1555, -5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1E4D;
+},
+{
+glyphname = otildedieresis;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2629}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = tildedieresiscomb.lc;
+transform = "{1, 0, 0, 1, 1648, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2740}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = tildedieresiscomb.lc;
+transform = "{1, 0, 0, 1, 1580, -5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1E4F;
+},
+{
+glyphname = omacrongrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2697}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = macrongravecomb.lc;
+transform = "{1, 0, 0, 1, 1648, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2730}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = macrongravecomb.lc;
+transform = "{1, 0, 0, 1, 1580, -6}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1E51;
+},
+{
+glyphname = omacronacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2697}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = macronacutecomb.lc;
+transform = "{1, 0, 0, 1, 1648, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2730}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = macronacutecomb.lc;
+transform = "{1, 0, 0, 1, 1580, -6}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1E53;
+},
+{
+glyphname = odotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -495}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1664, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{791, -523}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1616, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1ECD;
+},
+{
+glyphname = ohookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2410}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1656, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2395}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1635, -10}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1ECF;
+},
+{
+glyphname = ocircumflexacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 272, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflexacutecomb.cn;
+transform = "{1, 0, 0, 1, 232, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1ED1;
+},
+{
+glyphname = ocircumflexgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, -112, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflexgravecomb.cn;
+transform = "{1, 0, 0, 1, -228, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1ED3;
+},
+{
+glyphname = ocircumflexhookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 192, -24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflexhookcomb.cn;
+transform = "{1, 0, 0, 1, 136, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1ED5;
+},
+{
+glyphname = ocircumflextilde;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 80, -56}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflextildecomb.cn;
+transform = "{1, 0, 0, 1, 4, -60}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1ED7;
+},
+{
+glyphname = ocircumflexdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -495}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2256}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 192, 0}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1664, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{791, -523}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2240}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 4, -16}";
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1616, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1ED9;
+},
+{
+glyphname = ohornacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -16}";
+},
+{
+name = parent_top;
+position = "{912, 1792}";
+},
+{
+name = top;
+position = "{912, 2284}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 600, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1700;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, 0}";
+},
+{
+name = parent_top;
+position = "{812, 1776}";
+},
+{
+name = top;
+position = "{812, 2296}";
+},
+{
+name = top0315;
+position = "{1664, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 448, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1740;
+}
+);
+unicode = 1EDB;
+},
+{
+glyphname = ohorngrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -16}";
+},
+{
+name = parent_top;
+position = "{912, 1792}";
+},
+{
+name = top;
+position = "{912, 2284}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 416, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1700;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, 0}";
+},
+{
+name = parent_top;
+position = "{812, 1776}";
+},
+{
+name = top;
+position = "{812, 2296}";
+},
+{
+name = top0315;
+position = "{1664, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 124, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1740;
+}
+);
+unicode = 1EDD;
+},
+{
+glyphname = ohornhookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -16}";
+},
+{
+name = parent_top;
+position = "{912, 1792}";
+},
+{
+name = top;
+position = "{912, 2410}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1728, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1700;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, 0}";
+},
+{
+name = parent_top;
+position = "{812, 1776}";
+},
+{
+name = top;
+position = "{812, 2395}";
+},
+{
+name = top0315;
+position = "{1664, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1659, -10}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1740;
+}
+);
+unicode = 1EDF;
+},
+{
+glyphname = ohorntilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -16}";
+},
+{
+name = parent_top;
+position = "{912, 1792}";
+},
+{
+name = top;
+position = "{912, 2208}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 280, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1700;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{796, 0}";
+},
+{
+name = parent_top;
+position = "{812, 1776}";
+},
+{
+name = top;
+position = "{812, 2300}";
+},
+{
+name = top0315;
+position = "{1664, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 156, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1740;
+}
+);
+unicode = 1EE1;
+},
+{
+glyphname = ohorndotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -511}";
+},
+{
+name = parent_top;
+position = "{912, 1792}";
+},
+{
+name = top;
+position = "{912, 1792}";
+},
+{
+name = top0315;
+position = "{1628, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1640, -16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1700;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{795, -523}";
+},
+{
+name = parent_top;
+position = "{812, 1776}";
+},
+{
+name = top;
+position = "{812, 1776}";
+},
+{
+name = top0315;
+position = "{1664, 1776}";
+}
+);
+components = (
+{
+name = ohorn;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1620, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1740;
+}
+);
+unicode = 1EE3;
+},
+{
+glyphname = oslashacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{852, 1792}";
+},
+{
+name = top;
+position = "{852, 2284}";
+},
+{
+name = top0315;
+position = "{1596, 1792}";
+},
+{
+name = top_dd;
+position = "{1612, 2200}";
+}
+);
+components = (
+{
+name = oslash;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 544, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{660, 1768}";
+},
+{
+name = top;
+position = "{660, 2288}";
+},
+{
+name = top0315;
+position = "{1504, 1768}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = oslash;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 296, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 01FF;
+},
+{
+glyphname = pacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -576}";
+},
+{
+name = bottom_dd;
+position = "{1560, -560}";
+},
+{
+name = parent_top;
+position = "{904, 1792}";
+},
+{
+name = top;
+position = "{904, 2284}";
+},
+{
+name = top0315;
+position = "{1560, 1760}";
+},
+{
+name = top_dd;
+position = "{1560, 2200}";
+}
+);
+components = (
+{
+name = p;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 592, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -560}";
+},
+{
+name = bottom_dd;
+position = "{1716, -560}";
+},
+{
+name = parent_top;
+position = "{1060, 1760}";
+},
+{
+name = top;
+position = "{1060, 2280}";
+},
+{
+name = top0315;
+position = "{1716, 1760}";
+},
+{
+name = top_dd;
+position = "{1716, 2200}";
+}
+);
+components = (
+{
+name = p;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 696, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E55;
+},
+{
+glyphname = pdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -576}";
+},
+{
+name = bottom_dd;
+position = "{1560, -560}";
+},
+{
+name = parent_top;
+position = "{904, 1792}";
+},
+{
+name = top;
+position = "{904, 2188}";
+},
+{
+name = top0315;
+position = "{1560, 1760}";
+},
+{
+name = top_dd;
+position = "{1560, 2200}";
+}
+);
+components = (
+{
+name = p;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 576, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -560}";
+},
+{
+name = bottom_dd;
+position = "{1716, -560}";
+},
+{
+name = parent_top;
+position = "{1060, 1760}";
+},
+{
+name = top;
+position = "{1060, 2280}";
+},
+{
+name = top0315;
+position = "{1716, 1760}";
+},
+{
+name = top_dd;
+position = "{1716, 2200}";
+}
+);
+components = (
+{
+name = p;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 660, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1E57;
+},
+{
+glyphname = racute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{552, 2284}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 240, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 2296}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 256, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = r;
+unicode = 0155;
+},
+{
+glyphname = rcommaaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{368, -728}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{552, 1792}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, -64, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -708}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 1776}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 56, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = r;
+unicode = 0157;
+},
+{
+glyphname = rcaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{536, 2248}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -96, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 2268}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -168, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+leftKerningGroup = m;
+rightKerningGroup = r;
+unicode = 0159;
+},
+{
+glyphname = rdblgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{552, 2218}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1176, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 2257}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1268, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+unicode = 0211;
+},
+{
+glyphname = rinvertedbreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{552, 2259}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1360, 144}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 2326}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1412, 181}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+unicode = 0213;
+},
+{
+glyphname = rdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{552, 2188}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 224, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 2296}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 220, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+unicode = 1E59;
+},
+{
+glyphname = rdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -495}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{552, 1792}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1160, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{375, -523}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 1776}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1200, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+unicode = 1E5B;
+},
+{
+glyphname = rdotbelowmacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -495}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{552, 2200}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1160, 0}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -72, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{375, -523}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 2208}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1200, 0}";
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -164, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+unicode = 1E5D;
+},
+{
+glyphname = rlinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -404}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{552, 1792}";
+},
+{
+name = top;
+position = "{552, 1792}";
+},
+{
+name = top0315;
+position = "{932, 1792}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1144, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1088;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{377, -474}";
+},
+{
+name = bottom_dd;
+position = "{1108, -560}";
+},
+{
+name = parent_top;
+position = "{620, 1776}";
+},
+{
+name = top;
+position = "{620, 1776}";
+},
+{
+name = top0315;
+position = "{1108, 1776}";
+},
+{
+name = top_dd;
+position = "{1108, 2200}";
+}
+);
+components = (
+{
+name = r;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1168, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1196;
+}
+);
+unicode = 1E5F;
+},
+{
+glyphname = sacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{740, 2284}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 432, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -12}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2296}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 424, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = s;
+rightKerningGroup = s;
+unicode = 015B;
+},
+{
+glyphname = scircumflex;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{740, 2256}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 96, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -12}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2240}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 4, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = s;
+rightKerningGroup = s;
+unicode = 015D;
+},
+{
+glyphname = scedilla;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{660, -604}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{740, 1792}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 368, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -660}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 336, -12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = s;
+rightKerningGroup = s;
+unicode = 015F;
+},
+{
+glyphname = scaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{724, 2248}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 96, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -12}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2268}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 0, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+leftKerningGroup = s;
+rightKerningGroup = s;
+unicode = 0161;
+},
+{
+glyphname = scommaaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{776, -728}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{740, 1792}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 352, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -720}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 468, -520}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 0219;
+},
+{
+glyphname = sdotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{740, 2188}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 408, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -12}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2296}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 388, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1E61;
+},
+{
+glyphname = sdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, -495}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{740, 1792}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1568, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{787, -535}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1612, -12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1E63;
+},
+{
+glyphname = sacutedotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{739, 2681}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = acutedotcomb.lc;
+transform = "{1, 0, 0, 1, 1552, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -12}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2818}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = acutedotcomb.lc;
+transform = "{1, 0, 0, 1, 1537, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1E65;
+},
+{
+glyphname = scarondotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{739, 2661}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = carondotcomb.lc;
+transform = "{1, 0, 0, 1, 1552, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -12}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2791}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = carondotcomb.lc;
+transform = "{1, 0, 0, 1, 1580, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1E67;
+},
+{
+glyphname = sdotbelowdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, -495}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{740, 2188}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1568, 0}";
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 408, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{787, -535}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 2296}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1612, -12}";
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 388, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 1E69;
+},
+{
+glyphname = tcommaaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{516, -604}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 224, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{620, -648}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{504, 2032}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = cedilla;
+transform = "{1, 0, 0, 1, 168, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1048;
+}
+);
+unicode = 0163;
+},
+{
+glyphname = tcaron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{596, 0}";
+},
+{
+name = bottom_dd;
+position = "{932, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{932, 2032}";
+},
+{
+name = top_dd;
+position = "{932, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = t;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 468, 1948}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1040;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{620, 0}";
+},
+{
+name = bottom_dd;
+position = "{1036, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{504, 2032}";
+},
+{
+name = top0315;
+position = "{1036, 2032}";
+},
+{
+name = top_dd;
+position = "{1036, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = t;
+},
+{
+alignment = -1;
+name = commaaccent;
+transform = "{1, 0, 0, 1, 768, 1904}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1088;
+}
+);
+leftKerningGroup = t;
+rightKerningGroup = t;
+unicode = 0165;
+},
+{
+glyphname = uni021B;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{632, -728}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 208, -512}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{620, -708}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{504, 2032}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = commaaccent;
+transform = "{1, 0, 0, 1, 300, -508}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1048;
+}
+);
+unicode = 021B;
+},
+{
+glyphname = tdotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{596, 0}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2444}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 80, 256}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{620, 0}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{504, 2552}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 104, 288}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1048;
+}
+);
+unicode = 1E6B;
+},
+{
+glyphname = tdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{596, -495}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1424, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{619, -523}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{504, 2032}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1444, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1048;
+}
+);
+unicode = 1E6D;
+},
+{
+glyphname = tlinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{596, -404}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1408, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{621, -474}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{504, 2032}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1412, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1048;
+}
+);
+unicode = 1E6F;
+},
+{
+glyphname = tcircumflexbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{595, -558}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2048}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1408, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{620, -520}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{504, 2032}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1412, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1048;
+}
+);
+unicode = 1E71;
+},
+{
+glyphname = tdieresis;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{596, 0}";
+},
+{
+name = bottom_dd;
+position = "{892, -560}";
+},
+{
+name = parent_top;
+position = "{412, 2048}";
+},
+{
+name = top;
+position = "{412, 2428}";
+},
+{
+name = top0315;
+position = "{892, 2032}";
+},
+{
+name = top_dd;
+position = "{892, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -416, 256}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1000;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{620, 0}";
+},
+{
+name = bottom_dd;
+position = "{996, -560}";
+},
+{
+name = parent_top;
+position = "{504, 2032}";
+},
+{
+name = top;
+position = "{508, 2476}";
+},
+{
+name = top0315;
+position = "{996, 2032}";
+},
+{
+name = top_dd;
+position = "{996, 2200}";
+}
+);
+components = (
+{
+name = t;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -152, 260}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1048;
+}
+);
+unicode = 1E97;
+},
+{
+glyphname = ugrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2284}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 320, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2296}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 116, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 00F9;
+},
+{
+glyphname = uacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2284}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 512, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2296}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 440, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 00FA;
+},
+{
+glyphname = ucircumflex;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2256}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 176, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2240}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 20, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 00FB;
+},
+{
+glyphname = umacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2200}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 200, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2208}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 20, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 016B;
+},
+{
+glyphname = ubreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2236}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 192, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2248}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 148, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 016D;
+},
+{
+glyphname = uring;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{832, 2756}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 384, -8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2332}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 280, 172}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 016F;
+},
+{
+glyphname = uhungarumlaut;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2244}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 336, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2256}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 304, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 0171;
+},
+{
+glyphname = uogonek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 1792}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 672, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 764, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 0173;
+},
+{
+glyphname = ucaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{804, 2248}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 176, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2268}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 16, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+leftKerningGroup = u;
+rightKerningGroup = u;
+unicode = 01D4;
+},
+{
+glyphname = udieresismacron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2600}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dieresismacroncomb.lc;
+transform = "{1, 0, 0, 1, 1632, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2648}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dieresismacroncomb.lc;
+transform = "{1, 0, 0, 1, 1596, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 01D6;
+},
+{
+glyphname = udieresisacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2686}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dieresisacutecomb.lc;
+transform = "{1, 0, 0, 1, 1632, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2738}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dieresisacutecomb.lc;
+transform = "{1, 0, 0, 1, 1596, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 01D8;
+},
+{
+glyphname = udieresiscaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2665}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dieresiscaroncomb.lc;
+transform = "{1, 0, 0, 1, 1632, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{801, 2711}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dieresiscaroncomb.lc;
+transform = "{1, 0, 0, 1, 1596, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 01DA;
+},
+{
+glyphname = udieresisgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2686}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dieresisgravecomb.lc;
+transform = "{1, 0, 0, 1, 1632, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2738}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dieresisgravecomb.lc;
+transform = "{1, 0, 0, 1, 1596, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 01DC;
+},
+{
+glyphname = udblgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2218}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1440, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2257}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1452, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0215;
+},
+{
+glyphname = uinvertedbreve;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2259}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1632, 144}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2326}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = breveinvnosp;
+transform = "{1, 0, 0, 1, 1596, 181}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 0217;
+},
+{
+glyphname = udieresisbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -494}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 1792}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dotdblsubnosp;
+transform = "{1, 0, 0, 1, 1728, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -499}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dotdblsubnosp;
+transform = "{1, 0, 0, 1, 1694, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E73;
+},
+{
+glyphname = utildebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -596}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 1792}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1656, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, -560}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1664, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E75;
+},
+{
+glyphname = ucircumflexbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -558}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 1792}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1600, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{660, -520}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = circumflexsubnosp;
+transform = "{1, 0, 0, 1, 1452, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E77;
+},
+{
+glyphname = utildeacute;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2725}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = tildeacutecomb.lc;
+transform = "{1, 0, 0, 1, 1632, 24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2822}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = tildeacutecomb.lc;
+transform = "{1, 0, 0, 1, 1571, -5}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E79;
+},
+{
+glyphname = umacrondieresis;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2600}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = macrondieresiscomb.lc;
+transform = "{1, 0, 0, 1, 1632, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2648}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = macrondieresiscomb.lc;
+transform = "{1, 0, 0, 1, 1596, -6}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1E7B;
+},
+{
+glyphname = udotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -495}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 1792}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1616, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{659, -523}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = u;
+},
+{
+alignment = -1;
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1484, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EE5;
+},
+{
+glyphname = uhookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = bottom_dd;
+position = "{1476, -560}";
+},
+{
+name = parent_top;
+position = "{820, 1792}";
+},
+{
+name = top;
+position = "{820, 2410}";
+},
+{
+name = top0315;
+position = "{1440, 1776}";
+},
+{
+name = top_dd;
+position = "{1476, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1632, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2395}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = u;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1651, -10}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1EE7;
+},
+{
+glyphname = uhornacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 2284}";
+},
+{
+name = top0315;
+position = "{1772, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 520, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = parent_top;
+position = "{808, 1744}";
+},
+{
+name = top;
+position = "{808, 2264}";
+},
+{
+name = top0315;
+position = "{1720, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 444, -32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1884;
+}
+);
+unicode = 1EE9;
+},
+{
+glyphname = uhorngrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 2284}";
+},
+{
+name = top0315;
+position = "{1772, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 336, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = parent_top;
+position = "{808, 1744}";
+},
+{
+name = top;
+position = "{808, 2264}";
+},
+{
+name = top0315;
+position = "{1720, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 120, -32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1884;
+}
+);
+unicode = 1EEB;
+},
+{
+glyphname = uhornhookabove;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 2410}";
+},
+{
+name = top0315;
+position = "{1772, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1648, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = parent_top;
+position = "{808, 1744}";
+},
+{
+name = top;
+position = "{808, 2363}";
+},
+{
+name = top0315;
+position = "{1720, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1655, -42}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1884;
+}
+);
+unicode = 1EED;
+},
+{
+glyphname = uhorntilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 2208}";
+},
+{
+name = top0315;
+position = "{1772, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 200, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{828, 0}";
+},
+{
+name = parent_top;
+position = "{808, 1744}";
+},
+{
+name = top;
+position = "{808, 2268}";
+},
+{
+name = top0315;
+position = "{1720, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 152, -36}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1884;
+}
+);
+unicode = 1EEF;
+},
+{
+glyphname = uhorndotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{784, -495}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 1792}";
+},
+{
+name = top0315;
+position = "{1772, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1608, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1752;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{827, -523}";
+},
+{
+name = parent_top;
+position = "{808, 1744}";
+},
+{
+name = top;
+position = "{808, 1744}";
+},
+{
+name = top0315;
+position = "{1720, 1744}";
+}
+);
+components = (
+{
+name = uhorn;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1652, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1884;
+}
+);
+unicode = 1EF1;
+},
+{
+glyphname = vtilde;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1360, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 2208}";
+},
+{
+name = top0315;
+position = "{1400, 1792}";
+},
+{
+name = top_dd;
+position = "{1360, 2200}";
+}
+);
+components = (
+{
+name = v;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 128, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{856, 0}";
+},
+{
+name = bottom_dd;
+position = "{1580, -560}";
+},
+{
+name = parent_top;
+position = "{856, 1760}";
+},
+{
+name = top;
+position = "{856, 2284}";
+},
+{
+name = top0315;
+position = "{1580, 1760}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = v;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 200, -20}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 1E7D;
+},
+{
+glyphname = vdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, -495}";
+},
+{
+name = bottom_dd;
+position = "{1360, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1400, 1792}";
+},
+{
+name = top_dd;
+position = "{1360, 2200}";
+}
+);
+components = (
+{
+name = v;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1584, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{855, -523}";
+},
+{
+name = bottom_dd;
+position = "{1580, -560}";
+},
+{
+name = parent_top;
+position = "{856, 1760}";
+},
+{
+name = top;
+position = "{856, 1760}";
+},
+{
+name = top0315;
+position = "{1580, 1760}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = v;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1680, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 1E7F;
+},
+{
+glyphname = wcircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, 0}";
+},
+{
+name = bottom_dd;
+position = "{2108, -560}";
+},
+{
+name = parent_top;
+position = "{1144, 1792}";
+},
+{
+name = top;
+position = "{1144, 2256}";
+},
+{
+name = top0315;
+position = "{2108, 1776}";
+},
+{
+name = top_dd;
+position = "{2108, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 496, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1100, 0}";
+},
+{
+name = bottom_dd;
+position = "{2196, -560}";
+},
+{
+name = parent_top;
+position = "{1100, 1776}";
+},
+{
+name = top;
+position = "{1100, 2240}";
+},
+{
+name = top0315;
+position = "{2196, 1776}";
+},
+{
+name = top_dd;
+position = "{2196, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 316, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2204;
+}
+);
+leftKerningGroup = w;
+rightKerningGroup = w;
+unicode = 0175;
+},
+{
+glyphname = wgrave;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, 0}";
+},
+{
+name = bottom_dd;
+position = "{2108, -560}";
+},
+{
+name = parent_top;
+position = "{1144, 1792}";
+},
+{
+name = top;
+position = "{1144, 2284}";
+},
+{
+name = top0315;
+position = "{2108, 1776}";
+},
+{
+name = top_dd;
+position = "{2108, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 648, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1100, 0}";
+},
+{
+name = bottom_dd;
+position = "{2196, -560}";
+},
+{
+name = parent_top;
+position = "{1100, 1776}";
+},
+{
+name = top;
+position = "{1100, 2296}";
+},
+{
+name = top0315;
+position = "{2196, 1776}";
+},
+{
+name = top_dd;
+position = "{2196, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 412, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2204;
+}
+);
+leftKerningGroup = w;
+rightKerningGroup = w;
+unicode = 1E81;
+},
+{
+glyphname = wacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, 0}";
+},
+{
+name = bottom_dd;
+position = "{2108, -560}";
+},
+{
+name = parent_top;
+position = "{1144, 1792}";
+},
+{
+name = top;
+position = "{1144, 2284}";
+},
+{
+name = top0315;
+position = "{2108, 1776}";
+},
+{
+name = top_dd;
+position = "{2108, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 832, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1100, 0}";
+},
+{
+name = bottom_dd;
+position = "{2196, -560}";
+},
+{
+name = parent_top;
+position = "{1100, 1776}";
+},
+{
+name = top;
+position = "{1100, 2296}";
+},
+{
+name = top0315;
+position = "{2196, 1776}";
+},
+{
+name = top_dd;
+position = "{2196, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 736, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2204;
+}
+);
+leftKerningGroup = w;
+rightKerningGroup = w;
+unicode = 1E83;
+},
+{
+glyphname = wdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, 0}";
+},
+{
+name = bottom_dd;
+position = "{2108, -560}";
+},
+{
+name = parent_top;
+position = "{1144, 1792}";
+},
+{
+name = top;
+position = "{1144, 2188}";
+},
+{
+name = top0315;
+position = "{2108, 1776}";
+},
+{
+name = top_dd;
+position = "{2108, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 816, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1100, 0}";
+},
+{
+name = bottom_dd;
+position = "{2196, -560}";
+},
+{
+name = parent_top;
+position = "{1100, 1776}";
+},
+{
+name = top;
+position = "{1100, 2296}";
+},
+{
+name = top0315;
+position = "{2196, 1776}";
+},
+{
+name = top_dd;
+position = "{2196, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 700, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2204;
+}
+);
+unicode = 1E87;
+},
+{
+glyphname = wdotbelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -495}";
+},
+{
+name = bottom_dd;
+position = "{2108, -560}";
+},
+{
+name = parent_top;
+position = "{1144, 1792}";
+},
+{
+name = top;
+position = "{1144, 1792}";
+},
+{
+name = top0315;
+position = "{2108, 1776}";
+},
+{
+name = top_dd;
+position = "{2108, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1968, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1099, -523}";
+},
+{
+name = bottom_dd;
+position = "{2196, -560}";
+},
+{
+name = parent_top;
+position = "{1100, 1776}";
+},
+{
+name = top;
+position = "{1100, 1776}";
+},
+{
+name = top0315;
+position = "{2196, 1776}";
+},
+{
+name = top_dd;
+position = "{2196, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1924, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2204;
+}
+);
+unicode = 1E89;
+},
+{
+glyphname = wring;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, 0}";
+},
+{
+name = bottom_dd;
+position = "{2108, -560}";
+},
+{
+name = parent_top;
+position = "{1144, 1792}";
+},
+{
+name = top;
+position = "{1156, 2756}";
+},
+{
+name = top0315;
+position = "{2108, 1776}";
+},
+{
+name = top_dd;
+position = "{2108, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 704, -8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1100, 0}";
+},
+{
+name = bottom_dd;
+position = "{2196, -560}";
+},
+{
+name = parent_top;
+position = "{1100, 1776}";
+},
+{
+name = top;
+position = "{1100, 2332}";
+},
+{
+name = top0315;
+position = "{2196, 1776}";
+},
+{
+name = top_dd;
+position = "{2196, 2200}";
+}
+);
+components = (
+{
+name = w;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 576, 172}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2204;
+}
+);
+unicode = 1E98;
+},
+{
+glyphname = xdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 2188}";
+},
+{
+name = top0315;
+position = "{1396, 1760}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = x;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 432, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottom_dd;
+position = "{1500, -560}";
+},
+{
+name = parent_top;
+position = "{784, 1760}";
+},
+{
+name = top;
+position = "{784, 2280}";
+},
+{
+name = top0315;
+position = "{1500, 1760}";
+},
+{
+name = top_dd;
+position = "{1500, 2200}";
+}
+);
+components = (
+{
+name = x;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 384, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1E8B;
+},
+{
+glyphname = xdieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 2172}";
+},
+{
+name = top0315;
+position = "{1396, 1760}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = x;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -64, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottom_dd;
+position = "{1500, -560}";
+},
+{
+name = parent_top;
+position = "{784, 1760}";
+},
+{
+name = top;
+position = "{788, 2204}";
+},
+{
+name = top0315;
+position = "{1500, 1760}";
+},
+{
+name = top_dd;
+position = "{1500, 2200}";
+}
+);
+components = (
+{
+name = x;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 128, -12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1E8D;
+},
+{
+glyphname = yacute;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2284}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 472, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2296}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 432, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 00FD;
+},
+{
+glyphname = ycircumflex;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2256}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 136, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2240}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 12, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 0177;
+},
+{
+glyphname = uni0233;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2200}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 160, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2208}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 12, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 0233;
+},
+{
+glyphname = ydotaccent;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2188}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 448, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2296}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 396, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 1E8F;
+},
+{
+glyphname = yring;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{792, 2756}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 344, -8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2332}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = ring;
+transform = "{1, 0, 0, 1, 272, 172}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 1E99;
+},
+{
+glyphname = ygrave;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2284}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 280, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2296}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 108, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+leftKerningGroup = v;
+rightKerningGroup = v;
+unicode = 1EF3;
+},
+{
+glyphname = ydotbelow;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -1071}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 1792}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1392, -576}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{747, -1099}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 1776}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1572, -576}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 1EF5;
+},
+{
+glyphname = yhookabove;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2410}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1592, 40}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2395}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = hook;
+transform = "{1, 0, 0, 1, 1643, -10}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 1EF7;
+},
+{
+glyphname = ytilde;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2208}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 152, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2300}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = tilde;
+transform = "{1, 0, 0, 1, 140, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 1EF9;
+},
+{
+glyphname = zacute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 2284}";
+},
+{
+name = top0315;
+position = "{1396, 1776}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 448, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{764, 1776}";
+},
+{
+name = top;
+position = "{764, 2296}";
+},
+{
+name = top0315;
+position = "{1496, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 400, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1544;
+}
+);
+leftKerningGroup = z;
+rightKerningGroup = z;
+unicode = 017A;
+},
+{
+glyphname = zdotaccent;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 2188}";
+},
+{
+name = top0315;
+position = "{1396, 1776}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 432, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{764, 1776}";
+},
+{
+name = top;
+position = "{764, 2296}";
+},
+{
+name = top0315;
+position = "{1496, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = dotaccent;
+transform = "{1, 0, 0, 1, 364, 32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1544;
+}
+);
+leftKerningGroup = z;
+rightKerningGroup = z;
+unicode = 017C;
+},
+{
+glyphname = zcaron;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{744, 2248}";
+},
+{
+name = top0315;
+position = "{1396, 1776}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, 112, 72}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{764, 1776}";
+},
+{
+name = top;
+position = "{764, 2268}";
+},
+{
+name = top0315;
+position = "{1496, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = caron;
+transform = "{1, 0, 0, 1, -24, 64}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1544;
+}
+);
+leftKerningGroup = z;
+rightKerningGroup = z;
+unicode = 017E;
+},
+{
+glyphname = zcircumflex;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 2256}";
+},
+{
+name = top0315;
+position = "{1396, 1776}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, 112, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{764, 1776}";
+},
+{
+name = top;
+position = "{764, 2240}";
+},
+{
+name = top0315;
+position = "{1496, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = circumflex;
+transform = "{1, 0, 0, 1, -20, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1544;
+}
+);
+unicode = 1E91;
+},
+{
+glyphname = zdotbelow;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, -495}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1396, 1776}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1584, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{763, -523}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{764, 1776}";
+},
+{
+name = top;
+position = "{764, 1776}";
+},
+{
+name = top0315;
+position = "{1496, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1588, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1544;
+}
+);
+unicode = 1E93;
+},
+{
+glyphname = zlinebelow;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, -404}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1396, 1776}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1568, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1524;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{765, -474}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{764, 1776}";
+},
+{
+name = top;
+position = "{764, 1776}";
+},
+{
+name = top0315;
+position = "{1496, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = z;
+},
+{
+name = macronsubnosp;
+transform = "{1, 0, 0, 1, 1556, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1544;
+}
+);
+unicode = 1E95;
+},
+{
+glyphname = aogonek.NAV;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -600}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+alignment = -1;
+name = a;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, 276, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, -572}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = a;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, 264, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+},
+{
+glyphname = eogonek.NAV;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -600}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+alignment = -1;
+name = e;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, 352, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, -572}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = e;
+},
+{
+alignment = -1;
+name = ogonek;
+transform = "{1, 0, 0, 1, 300, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+},
+{
+glyphname = oogonek.NAV;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, -600}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 352, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, -572}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = ogonek;
+transform = "{1, 0, 0, 1, 280, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+},
+{
+glyphname = kappa;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{848, 16}";
+},
+{
+name = parent_top;
+position = "{848, 1776}";
+},
+{
+name = top;
+position = "{848, 1776}";
+},
+{
+name = top0315;
+position = "{1608, 1776}";
+}
+);
+components = (
+{
+name = kgreenlandic;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 16}";
+},
+{
+name = parent_top;
+position = "{832, 1776}";
+},
+{
+name = top;
+position = "{832, 1776}";
+},
+{
+name = top0315;
+position = "{1700, 1776}";
+}
+);
+components = (
+{
+name = kgreenlandic;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 03BA;
+},
+{
+glyphname = mugreek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = mu;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+components = (
+{
+name = mu;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1664;
+}
+);
+unicode = 03BC;
+},
+{
+glyphname = nu;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1360, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1400, 1792}";
+},
+{
+name = top_dd;
+position = "{1360, 2200}";
+}
+);
+components = (
+{
+name = v;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{856, 0}";
+},
+{
+name = bottom_dd;
+position = "{1580, -560}";
+},
+{
+name = parent_top;
+position = "{856, 1760}";
+},
+{
+name = top;
+position = "{856, 1760}";
+},
+{
+name = top0315;
+position = "{1580, 1760}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = v;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 03BD;
+},
+{
+glyphname = omicron;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 03BF;
+},
+{
+glyphname = omicrontonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 528, 128}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 352, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 03CC;
+},
+{
+glyphname = uni1F40;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 512, 168}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 548, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1F40;
+},
+{
+glyphname = uni1F41;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 464, 168}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 336, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1F41;
+},
+{
+glyphname = uni1F42;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 208, 168}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 116, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1F42;
+},
+{
+glyphname = uni1F43;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 160, 168}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 196, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1F43;
+},
+{
+glyphname = uni1F44;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 312, 168}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 220, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1F44;
+},
+{
+glyphname = uni1F45;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 256, 168}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 208, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1F45;
+},
+{
+glyphname = uni1F78;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 352, 168}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 280, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1F78;
+},
+{
+glyphname = sigmalunatesymbolgreek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 1792}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 1776}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 03F2;
+},
+{
+glyphname = yotgreek;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{256, -632}";
+},
+{
+name = bottom_dd;
+position = "{676, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{676, 2200}";
+},
+{
+name = top_dd;
+position = "{676, 2200}";
+}
+);
+components = (
+{
+name = j;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{488, -572}";
+},
+{
+name = bottom_dd;
+position = "{916, -560}";
+},
+{
+name = parent_top;
+position = "{564, 2200}";
+},
+{
+name = top;
+position = "{564, 2200}";
+},
+{
+name = top0315;
+position = "{916, 2200}";
+},
+{
+name = top_dd;
+position = "{916, 2200}";
+}
+);
+components = (
+{
+name = j;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 948;
+}
+);
+unicode = 03F3;
+},
+{
+glyphname = uni03F8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = thorn;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+components = (
+{
+name = thorn;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 03F8;
+},
+{
+glyphname = uni1F71;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 640, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 624, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F71;
+},
+{
+glyphname = uni1F73;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 528, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 680, 148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1F73;
+},
+{
+glyphname = uni1F75;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 576, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 640, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F75;
+},
+{
+glyphname = uni1F77;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 104, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 184, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F77;
+},
+{
+glyphname = uni1F79;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 608, 168}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 552, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 1F79;
+},
+{
+glyphname = uni1F7B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 544, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 568, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F7B;
+},
+{
+glyphname = uni1F7D;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 920, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 1052, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F7D;
+},
+{
+glyphname = uni1FD3;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FEE;
+transform = "{1, 0, 0, 1, -272, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FEE;
+transform = "{1, 0, 0, 1, -244, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1FD3;
+},
+{
+glyphname = uni1FE3;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FEE;
+transform = "{1, 0, 0, 1, 176, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FEE;
+transform = "{1, 0, 0, 1, 140, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1FE3;
+},
+{
+glyphname = alphatonos;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 560, 112}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 424, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 03AC;
+},
+{
+glyphname = uni1F00;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 544, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 620, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F00;
+},
+{
+glyphname = uni1F01;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 496, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 408, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F01;
+},
+{
+glyphname = uni1F02;
+lastChange = "2018-09-02 05:51:50 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 240, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 188, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F02;
+},
+{
+glyphname = uni1F03;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 184, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 268, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F03;
+},
+{
+glyphname = uni1F04;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 344, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 292, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F04;
+},
+{
+glyphname = uni1F05;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 280, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 280, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F05;
+},
+{
+glyphname = uni1F06;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 392, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 392, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F06;
+},
+{
+glyphname = uni1F07;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 352, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 308, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F07;
+},
+{
+glyphname = uni1F70;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 376, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 352, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F70;
+},
+{
+glyphname = uni1F80;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 544, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 620, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F80;
+},
+{
+glyphname = uni1F81;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 496, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 408, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F81;
+},
+{
+glyphname = uni1F82;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 240, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 188, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F82;
+},
+{
+glyphname = uni1F83;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 184, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 268, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F83;
+},
+{
+glyphname = uni1F84;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 344, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 292, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F84;
+},
+{
+glyphname = uni1F85;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 280, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 280, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F85;
+},
+{
+glyphname = uni1F86;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 392, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 392, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F86;
+},
+{
+glyphname = uni1F87;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 352, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 308, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1F87;
+},
+{
+glyphname = uni1FB0;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 2220}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 240, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 2248}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 204, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1FB0;
+},
+{
+glyphname = uni1FB1;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 2184}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 248, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 2208}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 76, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1FB1;
+},
+{
+glyphname = uni1FB2;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 376, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 352, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1FB2;
+},
+{
+glyphname = uni1FB3;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1FB3;
+},
+{
+glyphname = uni1FB4;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 640, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 624, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1FB4;
+},
+{
+glyphname = uni1FB6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 288, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 192, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1FB6;
+},
+{
+glyphname = uni1FB7;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, -16}";
+},
+{
+name = parent_top;
+position = "{868, 1776}";
+},
+{
+name = top;
+position = "{868, 1776}";
+},
+{
+name = top0315;
+position = "{1600, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 456, -16}";
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 288, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1624;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{880, -16}";
+},
+{
+name = parent_top;
+position = "{860, 1776}";
+},
+{
+name = top;
+position = "{860, 1776}";
+},
+{
+name = top0315;
+position = "{1592, 1776}";
+}
+);
+components = (
+{
+name = alpha;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 552, -16}";
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 192, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 1FB7;
+},
+{
+glyphname = epsilontonos;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 448, 112}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 480, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 03AD;
+},
+{
+glyphname = uni1F10;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 432, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 676, 148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1F10;
+},
+{
+glyphname = uni1F11;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 384, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 464, 148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1F11;
+},
+{
+glyphname = uni1F12;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 128, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 244, 148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1F12;
+},
+{
+glyphname = uni1F13;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 80, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 324, 148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1F13;
+},
+{
+glyphname = uni1F14;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 232, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 348, 148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1F14;
+},
+{
+glyphname = uni1F15;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 176, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 336, 148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1F15;
+},
+{
+glyphname = uni1F72;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1772}";
+},
+{
+name = top;
+position = "{760, 1772}";
+},
+{
+name = top0315;
+position = "{1520, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 272, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{916, 1772}";
+},
+{
+name = top;
+position = "{916, 1772}";
+},
+{
+name = top0315;
+position = "{1680, 1772}";
+}
+);
+components = (
+{
+name = epsilon;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 408, 148}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1F72;
+},
+{
+glyphname = etatonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 496, 112}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 440, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 03AE;
+},
+{
+glyphname = uni1F20;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 480, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 636, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F20;
+},
+{
+glyphname = uni1F21;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 432, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 424, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F21;
+},
+{
+glyphname = uni1F22;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 176, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 204, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F22;
+},
+{
+glyphname = uni1F23;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 128, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 284, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F23;
+},
+{
+glyphname = uni1F24;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 280, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 308, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F24;
+},
+{
+glyphname = uni1F25;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 224, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 296, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F25;
+},
+{
+glyphname = uni1F26;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 328, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 408, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F26;
+},
+{
+glyphname = uni1F27;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 296, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 324, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F27;
+},
+{
+glyphname = uni1F74;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 320, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 368, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F74;
+},
+{
+glyphname = uni1F90;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 480, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 636, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F90;
+},
+{
+glyphname = uni1F91;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 432, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 424, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F91;
+},
+{
+glyphname = uni1F92;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 176, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 204, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F92;
+},
+{
+glyphname = uni1F93;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 128, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 284, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F93;
+},
+{
+glyphname = uni1F94;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 280, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 308, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F94;
+},
+{
+glyphname = uni1F95;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 224, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 296, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F95;
+},
+{
+glyphname = uni1F96;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 328, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 408, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F96;
+},
+{
+glyphname = uni1F97;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 296, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 324, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1F97;
+},
+{
+glyphname = uni1FC2;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 320, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 368, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1FC2;
+},
+{
+glyphname = uni1FC3;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1FC3;
+},
+{
+glyphname = uni1FC4;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 576, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 640, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1FC4;
+},
+{
+glyphname = uni1FC6;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 232, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 208, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1FC6;
+},
+{
+glyphname = uni1FC7;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{348, 16}";
+},
+{
+name = parent_top;
+position = "{808, 1776}";
+},
+{
+name = top;
+position = "{808, 1776}";
+},
+{
+name = top0315;
+position = "{1616, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 40, 16}";
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 232, 152}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1620;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{344, 16}";
+},
+{
+name = parent_top;
+position = "{876, 1776}";
+},
+{
+name = top;
+position = "{876, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = eta;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 16, 16}";
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 208, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 1FC7;
+},
+{
+glyphname = iotadieresistonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = dieresistonos;
+transform = "{1, 0, 0, 1, -432, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = dieresistonos;
+transform = "{1, 0, 0, 1, -364, -32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 0390;
+},
+{
+glyphname = iotatonos;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 24, 80}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, -16, -32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 03AF;
+},
+{
+glyphname = iotadieresis;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 2124}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -496, -48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{424, 2188}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -236, -28}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 03CA;
+},
+{
+glyphname = uni1F30;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 8, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 180, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F30;
+},
+{
+glyphname = uni1F31;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -48, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -32, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F31;
+},
+{
+glyphname = uni1F32;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -304, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -252, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F32;
+},
+{
+glyphname = uni1F33;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -352, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -172, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F33;
+},
+{
+glyphname = uni1F34;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -200, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -148, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F34;
+},
+{
+glyphname = uni1F35;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -256, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -160, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F35;
+},
+{
+glyphname = uni1F36;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -152, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -48, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F36;
+},
+{
+glyphname = uni1F37;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -184, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -132, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F37;
+},
+{
+glyphname = uni1F76;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -160, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, -88, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1F76;
+},
+{
+glyphname = uni1FD0;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 2188}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, -304, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 2216}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, -236, -32}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1FD0;
+},
+{
+glyphname = uni1FD1;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 2152}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -296, -24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 2176}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, -364, -40}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1FD1;
+},
+{
+glyphname = uni1FD2;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FED;
+transform = "{1, 0, 0, 1, -296, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FED;
+transform = "{1, 0, 0, 1, -244, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1FD2;
+},
+{
+glyphname = uni1FD6;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, -248, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, -248, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1FD6;
+},
+{
+glyphname = uni1FD7;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{332, 1744}";
+},
+{
+name = top;
+position = "{332, 1744}";
+},
+{
+name = top0315;
+position = "{844, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FC1;
+transform = "{1, 0, 0, 1, -296, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 748;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{420, 1744}";
+},
+{
+name = top;
+position = "{420, 1744}";
+},
+{
+name = top0315;
+position = "{972, 1744}";
+}
+);
+components = (
+{
+name = iota;
+},
+{
+name = uni1FC1;
+transform = "{1, 0, 0, 1, -232, 120}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 1FD7;
+},
+{
+glyphname = omegatonos;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 840, 80}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 852, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 03CE;
+},
+{
+glyphname = uni1F60;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 824, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 1048, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F60;
+},
+{
+glyphname = uni1F61;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 776, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 836, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F61;
+},
+{
+glyphname = uni1F62;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 520, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 616, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F62;
+},
+{
+glyphname = uni1F63;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 464, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 696, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F63;
+},
+{
+glyphname = uni1F64;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 624, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 720, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F64;
+},
+{
+glyphname = uni1F65;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 560, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 708, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F65;
+},
+{
+glyphname = uni1F66;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 672, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 820, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F66;
+},
+{
+glyphname = uni1F67;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 632, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 736, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F67;
+},
+{
+glyphname = uni1F7C;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 656, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 780, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1F7C;
+},
+{
+glyphname = uni1FA0;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 824, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 1048, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FA0;
+},
+{
+glyphname = uni1FA1;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 776, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 836, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FA1;
+},
+{
+glyphname = uni1FA2;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 520, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 616, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FA2;
+},
+{
+glyphname = uni1FA3;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 464, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 696, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FA3;
+},
+{
+glyphname = uni1FA4;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 624, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 720, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FA4;
+},
+{
+glyphname = uni1FA5;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 560, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 708, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FA5;
+},
+{
+glyphname = uni1FA6;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 672, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 820, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FA6;
+},
+{
+glyphname = uni1FA7;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 632, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 736, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FA7;
+},
+{
+glyphname = uni1FF2;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 656, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 780, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FF2;
+},
+{
+glyphname = uni1FF3;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FF3;
+},
+{
+glyphname = uni1FF4;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 920, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FFD;
+transform = "{1, 0, 0, 1, 1052, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FF4;
+},
+{
+glyphname = uni1FF6;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 568, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 620, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FF6;
+},
+{
+glyphname = uni1FF7;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1144, -16}";
+},
+{
+name = parent_top;
+position = "{1148, 1740}";
+},
+{
+name = top;
+position = "{1148, 1740}";
+},
+{
+name = top0315;
+position = "{2308, 1740}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 832, -16}";
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 568, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1296, -16}";
+},
+{
+name = parent_top;
+position = "{1288, 1776}";
+},
+{
+name = top;
+position = "{1288, 1776}";
+},
+{
+name = top0315;
+position = "{2448, 1776}";
+}
+);
+components = (
+{
+name = omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 968, -16}";
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 620, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 1FF7;
+},
+{
+glyphname = uni1FE4;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{824, 1760}";
+},
+{
+name = top;
+position = "{824, 1760}";
+},
+{
+name = top0315;
+position = "{1608, 1760}";
+}
+);
+components = (
+{
+name = rho;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 496, 136}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1608;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{840, 1760}";
+},
+{
+name = top;
+position = "{840, 1760}";
+},
+{
+name = top0315;
+position = "{1592, 1760}";
+}
+);
+components = (
+{
+name = rho;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 600, 136}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1608;
+}
+);
+unicode = 1FE4;
+},
+{
+glyphname = uni1FE5;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{824, 1760}";
+},
+{
+name = top;
+position = "{824, 1760}";
+},
+{
+name = top0315;
+position = "{1608, 1760}";
+}
+);
+components = (
+{
+name = rho;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 448, 136}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1608;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{840, 1760}";
+},
+{
+name = top;
+position = "{840, 1760}";
+},
+{
+name = top0315;
+position = "{1592, 1760}";
+}
+);
+components = (
+{
+name = rho;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 388, 136}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1608;
+}
+);
+unicode = 1FE5;
+},
+{
+glyphname = upsilondieresistonos;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = dieresistonos;
+transform = "{1, 0, 0, 1, 16, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = dieresistonos;
+transform = "{1, 0, 0, 1, 20, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 03B0;
+},
+{
+glyphname = upsilondieresis;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 2124}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -48, -48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{808, 2220}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 148, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 03CB;
+},
+{
+glyphname = upsilontonos;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 464, 80}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = tonos;
+transform = "{1, 0, 0, 1, 368, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 03CD;
+},
+{
+glyphname = uni1F50;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 448, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 564, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F50;
+},
+{
+glyphname = uni1F51;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 400, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 352, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F51;
+},
+{
+glyphname = uni1F52;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 144, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, 132, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F52;
+},
+{
+glyphname = uni1F53;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 96, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, 212, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F53;
+},
+{
+glyphname = uni1F54;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 248, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, 236, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F54;
+},
+{
+glyphname = uni1F55;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 192, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, 224, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F55;
+},
+{
+glyphname = uni1F56;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 296, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, 336, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F56;
+},
+{
+glyphname = uni1F57;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 264, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, 252, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F57;
+},
+{
+glyphname = uni1F7A;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 288, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FEF;
+transform = "{1, 0, 0, 1, 296, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1F7A;
+},
+{
+glyphname = uni1FE0;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 2188}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 144, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2248}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 148, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1FE0;
+},
+{
+glyphname = uni1FE1;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 2152}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 152, -24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2208}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 20, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1FE1;
+},
+{
+glyphname = uni1FE2;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FED;
+transform = "{1, 0, 0, 1, 152, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FED;
+transform = "{1, 0, 0, 1, 140, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1FE2;
+},
+{
+glyphname = uni1FE6;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 200, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FC0;
+transform = "{1, 0, 0, 1, 136, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1FE6;
+},
+{
+glyphname = uni1FE7;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1744}";
+},
+{
+name = top;
+position = "{776, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FC1;
+transform = "{1, 0, 0, 1, 152, 120}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1592;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+}
+);
+components = (
+{
+name = upsilon;
+},
+{
+name = uni1FC1;
+transform = "{1, 0, 0, 1, 152, 152}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 1FE7;
+},
+{
+glyphname = afii10065;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 1792}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 1776}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 0430;
+},
+{
+glyphname = abrevecyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2236}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 176, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{780, 2248}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 124, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 04D1;
+},
+{
+glyphname = adieresiscyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{764, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1792}";
+},
+{
+name = top;
+position = "{804, 2172}";
+},
+{
+name = top0315;
+position = "{1280, 1792}";
+},
+{
+name = top_dd;
+position = "{1512, 2176}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -24, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1588;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{776, 0}";
+},
+{
+name = bottom_dd;
+position = "{1544, -560}";
+},
+{
+name = parent_top;
+position = "{780, 1776}";
+},
+{
+name = top;
+position = "{784, 2220}";
+},
+{
+name = top0315;
+position = "{1552, 1776}";
+},
+{
+name = top_dd;
+position = "{1544, 2200}";
+}
+);
+components = (
+{
+name = a;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 124, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 04D3;
+},
+{
+glyphname = iecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 1792}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 0435;
+},
+{
+glyphname = uni0450;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2284}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 336, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2296}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 116, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 0450;
+},
+{
+glyphname = iocyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2172}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{808, 2220}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 148, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 0451;
+},
+{
+glyphname = iebrevecyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{836, 1792}";
+},
+{
+name = top;
+position = "{836, 2236}";
+},
+{
+name = top0315;
+position = "{1424, 1792}";
+},
+{
+name = top_dd;
+position = "{1496, 2176}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 208, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1644;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1536, -560}";
+},
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 2248}";
+},
+{
+name = top0315;
+position = "{1536, 1776}";
+},
+{
+name = top_dd;
+position = "{1536, 2200}";
+}
+);
+components = (
+{
+name = e;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 148, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1636;
+}
+);
+unicode = 04D7;
+},
+{
+glyphname = ocyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 1792}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 043E;
+},
+{
+glyphname = odieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{840, 0}";
+},
+{
+name = bottom_dd;
+position = "{1616, -560}";
+},
+{
+name = parent_top;
+position = "{840, 1792}";
+},
+{
+name = top;
+position = "{840, 2172}";
+},
+{
+name = top0315;
+position = "{1552, 1792}";
+},
+{
+name = top_dd;
+position = "{1616, 2176}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 16, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, 0}";
+},
+{
+name = bottom_dd;
+position = "{1708, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{792, 2220}";
+},
+{
+name = top0315;
+position = "{1580, 1776}";
+},
+{
+name = top_dd;
+position = "{1580, 2200}";
+}
+);
+components = (
+{
+name = o;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 132, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 04E7;
+},
+{
+glyphname = ercyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -576}";
+},
+{
+name = bottom_dd;
+position = "{1560, -560}";
+},
+{
+name = parent_top;
+position = "{904, 1792}";
+},
+{
+name = top;
+position = "{904, 1792}";
+},
+{
+name = top0315;
+position = "{1560, 1760}";
+},
+{
+name = top_dd;
+position = "{1560, 2200}";
+}
+);
+components = (
+{
+name = p;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1716;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, -560}";
+},
+{
+name = bottom_dd;
+position = "{1716, -560}";
+},
+{
+name = parent_top;
+position = "{1060, 1760}";
+},
+{
+name = top;
+position = "{1060, 1760}";
+},
+{
+name = top0315;
+position = "{1716, 1760}";
+},
+{
+name = top_dd;
+position = "{1716, 2200}";
+}
+);
+components = (
+{
+name = p;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1652;
+}
+);
+unicode = 0440;
+},
+{
+glyphname = escyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 1792}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 1776}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 0441;
+},
+{
+glyphname = ucyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 1792}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 1776}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 0443;
+},
+{
+glyphname = ushortcyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2236}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 152, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2248}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 140, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 045E;
+},
+{
+glyphname = umacroncyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2200}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 160, 32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2208}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 12, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 04EF;
+},
+{
+glyphname = udieresiscyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2172}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -48, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{800, 2220}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 140, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 04F1;
+},
+{
+glyphname = uhungarumlautcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{564, -576}";
+},
+{
+name = bottom_dd;
+position = "{1088, -576}";
+},
+{
+name = parent_top;
+position = "{780, 1792}";
+},
+{
+name = top;
+position = "{780, 2244}";
+},
+{
+name = top0315;
+position = "{1356, 1792}";
+},
+{
+name = top_dd;
+position = "{1164, 2176}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 296, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1568;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{748, -576}";
+},
+{
+name = bottom_dd;
+position = "{1504, -560}";
+},
+{
+name = parent_top;
+position = "{796, 1776}";
+},
+{
+name = top;
+position = "{796, 2256}";
+},
+{
+name = top0315;
+position = "{1504, 1776}";
+},
+{
+name = top_dd;
+position = "{1504, 2200}";
+}
+);
+components = (
+{
+name = y;
+},
+{
+name = hungarumlaut;
+transform = "{1, 0, 0, 1, 296, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1668;
+}
+);
+unicode = 04F3;
+},
+{
+glyphname = khacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1396, 1760}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = x;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottom_dd;
+position = "{1500, -560}";
+},
+{
+name = parent_top;
+position = "{784, 1760}";
+},
+{
+name = top;
+position = "{784, 1760}";
+},
+{
+name = top0315;
+position = "{1500, 1760}";
+},
+{
+name = top_dd;
+position = "{1500, 2200}";
+}
+);
+components = (
+{
+name = x;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 0445;
+},
+{
+glyphname = dzecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{740, 0}";
+},
+{
+name = bottom_dd;
+position = "{1436, -560}";
+},
+{
+name = parent_top;
+position = "{740, 1792}";
+},
+{
+name = top;
+position = "{740, 1792}";
+},
+{
+name = top0315;
+position = "{1436, 1776}";
+},
+{
+name = top_dd;
+position = "{1436, 2200}";
+}
+);
+components = (
+{
+name = s;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1460;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{788, -12}";
+},
+{
+name = bottom_dd;
+position = "{1496, -560}";
+},
+{
+name = parent_top;
+position = "{788, 1776}";
+},
+{
+name = top;
+position = "{788, 1776}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+},
+{
+name = top_dd;
+position = "{1496, 2200}";
+}
+);
+components = (
+{
+name = s;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1552;
+}
+);
+unicode = 0455;
+},
+{
+glyphname = icyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = bottom_dd;
+position = "{672, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{672, 2200}";
+},
+{
+name = top_dd;
+position = "{672, 2200}";
+}
+);
+components = (
+{
+name = i;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{388, 0}";
+},
+{
+name = bottom_dd;
+position = "{772, -560}";
+},
+{
+name = parent_top;
+position = "{392, 2200}";
+},
+{
+name = top;
+position = "{392, 2200}";
+},
+{
+name = top0315;
+position = "{772, 2200}";
+},
+{
+name = top_dd;
+position = "{772, 2200}";
+}
+);
+components = (
+{
+name = i;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+unicode = 0456;
+},
+{
+glyphname = yicyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, 0}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 2176}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -480, 8}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, 0}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{396, 2188}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -264, -28}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+unicode = 0457;
+},
+{
+glyphname = jecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{256, -632}";
+},
+{
+name = bottom_dd;
+position = "{676, -560}";
+},
+{
+name = parent_top;
+position = "{332, 2304}";
+},
+{
+name = top;
+position = "{332, 2304}";
+},
+{
+name = top0315;
+position = "{676, 2200}";
+},
+{
+name = top_dd;
+position = "{676, 2200}";
+}
+);
+components = (
+{
+name = j;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{488, -572}";
+},
+{
+name = bottom_dd;
+position = "{916, -560}";
+},
+{
+name = parent_top;
+position = "{564, 2200}";
+},
+{
+name = top;
+position = "{564, 2200}";
+},
+{
+name = top0315;
+position = "{916, 2200}";
+},
+{
+name = top_dd;
+position = "{916, 2200}";
+}
+);
+components = (
+{
+name = j;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 948;
+}
+);
+unicode = 0458;
+},
+{
+glyphname = psicyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1000, 1744}";
+},
+{
+name = top;
+position = "{1000, 1744}";
+},
+{
+name = top0315;
+position = "{2004, 1744}";
+}
+);
+components = (
+{
+name = psi;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2032;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1156, 1744}";
+},
+{
+name = top;
+position = "{1156, 1744}";
+},
+{
+name = top0315;
+position = "{2236, 1744}";
+}
+);
+components = (
+{
+name = psi;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 0471;
+},
+{
+glyphname = ukcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = o;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = y;
+transform = "{1, 0, 0, 1, 1936, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3504;
+},
+{
+components = (
+{
+alignment = -1;
+name = o;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = y;
+transform = "{1, 0, 0, 1, 1896, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3564;
+}
+);
+unicode = 0479;
+},
+{
+glyphname = ghestrokecyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{600, 1744}";
+},
+{
+name = top;
+position = "{600, 1744}";
+},
+{
+name = top0315;
+position = "{1184, 1744}";
+}
+);
+components = (
+{
+name = gecyrillic;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -200, -232}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1268;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{588, 1776}";
+},
+{
+name = top;
+position = "{588, 1776}";
+},
+{
+name = top0315;
+position = "{1184, 1776}";
+}
+);
+components = (
+{
+name = gecyrillic;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -260, -280}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 0493;
+},
+{
+glyphname = zedescendercyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{768, -12}";
+},
+{
+name = parent_top;
+position = "{768, 1772}";
+},
+{
+name = top;
+position = "{768, 1772}";
+},
+{
+name = top0315;
+position = "{1484, 1772}";
+}
+);
+components = (
+{
+name = zecyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 528, -104}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, -12}";
+},
+{
+name = parent_top;
+position = "{792, 1772}";
+},
+{
+name = top;
+position = "{792, 1772}";
+},
+{
+name = top0315;
+position = "{1504, 1772}";
+}
+);
+components = (
+{
+name = zecyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 392, -196}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 0499;
+},
+{
+glyphname = esdescendercyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{832, 0}";
+},
+{
+name = bottom_dd;
+position = "{1464, -560}";
+},
+{
+name = parent_top;
+position = "{832, 1792}";
+},
+{
+name = top;
+position = "{832, 1792}";
+},
+{
+name = top0315;
+position = "{1464, 1776}";
+},
+{
+name = top_dd;
+position = "{1464, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 592, -88}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1572;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1512, -560}";
+},
+{
+name = parent_top;
+position = "{816, 1776}";
+},
+{
+name = top;
+position = "{816, 1776}";
+},
+{
+name = top0315;
+position = "{1512, 1776}";
+},
+{
+name = top_dd;
+position = "{1512, 2200}";
+}
+);
+components = (
+{
+name = c;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 420, -184}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1588;
+}
+);
+unicode = 04AB;
+},
+{
+glyphname = tedescendercyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{756, 1744}";
+},
+{
+name = top;
+position = "{756, 1744}";
+},
+{
+name = top0315;
+position = "{1440, 1744}";
+}
+);
+components = (
+{
+name = tecyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 752, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{800, 1744}";
+},
+{
+name = top;
+position = "{800, 1744}";
+},
+{
+name = top0315;
+position = "{1520, 1744}";
+}
+);
+components = (
+{
+name = tecyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 708, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04AD;
+},
+{
+glyphname = ustraightcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = gamma;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = gamma;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04AF;
+},
+{
+glyphname = ustraightstrokecyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+components = (
+{
+name = gamma;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 136, -904}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+components = (
+{
+name = gamma;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 140, -868}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04B1;
+},
+{
+glyphname = shhacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1528, -560}";
+},
+{
+name = parent_top;
+position = "{884, 2304}";
+},
+{
+name = top;
+position = "{884, 2304}";
+},
+{
+name = top0315;
+position = "{1528, 2216}";
+},
+{
+name = top_dd;
+position = "{1528, 2200}";
+}
+);
+components = (
+{
+name = h;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1636;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{812, 0}";
+},
+{
+name = bottom_dd;
+position = "{1600, -560}";
+},
+{
+name = parent_top;
+position = "{912, 2328}";
+},
+{
+name = top;
+position = "{912, 2328}";
+},
+{
+name = top0315;
+position = "{1600, 2328}";
+},
+{
+name = top_dd;
+position = "{1600, 2200}";
+}
+);
+components = (
+{
+name = h;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1612;
+}
+);
+unicode = 04BB;
+},
+{
+glyphname = chedescenderabkhasiancyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1048, -4}";
+}
+);
+components = (
+{
+name = cheabkhasiancyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 808, -96}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1112, 20}";
+}
+);
+components = (
+{
+name = cheabkhasiancyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 712, -164}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 04BF;
+},
+{
+glyphname = chekhakassiancyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{752, 1744}";
+},
+{
+name = top;
+position = "{752, 1744}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = checyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 720, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{824, 1776}";
+},
+{
+name = top;
+position = "{824, 1776}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = checyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 484, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04CC;
+},
+{
+glyphname = uni04CF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 16}";
+},
+{
+name = bottom_dd;
+position = "{764, -560}";
+},
+{
+name = parent_top;
+position = "{356, 2304}";
+},
+{
+name = top;
+position = "{356, 2304}";
+},
+{
+name = top0315;
+position = "{764, 2216}";
+},
+{
+name = top_dd;
+position = "{764, 2200}";
+}
+);
+components = (
+{
+name = I;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{376, 0}";
+},
+{
+name = bottom_dd;
+position = "{800, -560}";
+},
+{
+name = parent_top;
+position = "{376, 2200}";
+},
+{
+name = top;
+position = "{376, 2200}";
+},
+{
+name = top0315;
+position = "{800, 2200}";
+},
+{
+name = top_dd;
+position = "{800, 2200}";
+}
+);
+components = (
+{
+name = I;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 752;
+}
+);
+unicode = 04CF;
+},
+{
+glyphname = aiecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1284, 1792}";
+},
+{
+name = top;
+position = "{1284, 1792}";
+},
+{
+name = top0315;
+position = "{2464, 1776}";
+},
+{
+name = top_dd;
+position = "{2464, 2200}";
+}
+);
+components = (
+{
+name = ae;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2604;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1244, 1776}";
+},
+{
+name = top;
+position = "{1244, 1776}";
+},
+{
+name = top0315;
+position = "{2476, 1776}";
+},
+{
+name = top_dd;
+position = "{2476, 2200}";
+}
+);
+components = (
+{
+name = ae;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2444;
+}
+);
+unicode = 04D5;
+},
+{
+glyphname = schwacyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = parent_top;
+position = "{768, 1776}";
+},
+{
+name = top;
+position = "{768, 1776}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+components = (
+{
+name = schwa;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 0}";
+},
+{
+name = parent_top;
+position = "{772, 1776}";
+},
+{
+name = top;
+position = "{772, 1776}";
+},
+{
+name = top0315;
+position = "{1516, 1776}";
+}
+);
+components = (
+{
+name = schwa;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04D9;
+},
+{
+glyphname = schwadieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{788, 0}";
+},
+{
+name = parent_top;
+position = "{768, 1776}";
+},
+{
+name = top;
+position = "{768, 2156}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+components = (
+{
+name = schwa;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -56, -16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 0}";
+},
+{
+name = parent_top;
+position = "{772, 1776}";
+},
+{
+name = top;
+position = "{776, 2220}";
+},
+{
+name = top0315;
+position = "{1516, 1776}";
+}
+);
+components = (
+{
+name = schwa;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 116, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04DB;
+},
+{
+glyphname = obarredcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 1776}";
+},
+{
+name = top0315;
+position = "{1612, 1776}";
+}
+);
+components = (
+{
+name = fitacyrillic;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{804, 1776}";
+},
+{
+name = top0315;
+position = "{1608, 1776}";
+}
+);
+components = (
+{
+name = fitacyrillic;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 04E9;
+},
+{
+glyphname = obarreddieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{776, 1776}";
+},
+{
+name = top;
+position = "{776, 2156}";
+},
+{
+name = top0315;
+position = "{1612, 1776}";
+}
+);
+components = (
+{
+name = fitacyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -48, -16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1680;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{804, 1776}";
+},
+{
+name = top;
+position = "{808, 2220}";
+},
+{
+name = top0315;
+position = "{1608, 1776}";
+}
+);
+components = (
+{
+name = fitacyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 148, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1640;
+}
+);
+unicode = 04EB;
+},
+{
+glyphname = uni04F7;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{600, 1744}";
+},
+{
+name = top;
+position = "{600, 1744}";
+},
+{
+name = top0315;
+position = "{1184, 1744}";
+}
+);
+components = (
+{
+name = gecyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 344, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1268;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{588, 1776}";
+},
+{
+name = top;
+position = "{588, 1776}";
+},
+{
+name = top0315;
+position = "{1184, 1776}";
+}
+);
+components = (
+{
+name = gecyrillic;
+},
+{
+name = cyrillictic;
+transform = "{1, 0, 0, 1, 284, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 04F7;
+},
+{
+glyphname = uni04FF;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{760, 0}";
+},
+{
+name = bottom_dd;
+position = "{1396, -560}";
+},
+{
+name = parent_top;
+position = "{760, 1792}";
+},
+{
+name = top;
+position = "{760, 1792}";
+},
+{
+name = top0315;
+position = "{1396, 1760}";
+},
+{
+name = top_dd;
+position = "{1396, 2200}";
+}
+);
+components = (
+{
+name = x;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 64, -232}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{784, 0}";
+},
+{
+name = bottom_dd;
+position = "{1500, -560}";
+},
+{
+name = parent_top;
+position = "{784, 1760}";
+},
+{
+name = top;
+position = "{784, 1760}";
+},
+{
+name = top0315;
+position = "{1500, 1760}";
+},
+{
+name = top_dd;
+position = "{1500, 2200}";
+}
+);
+components = (
+{
+name = x;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, 136, -260}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04FF;
+},
+{
+glyphname = chedieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{752, 1744}";
+},
+{
+name = top;
+position = "{752, 2124}";
+},
+{
+name = top0315;
+position = "{1568, 1744}";
+}
+);
+components = (
+{
+name = checyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -72, -48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{824, 1776}";
+},
+{
+name = top;
+position = "{828, 2220}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = checyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 168, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04F5;
+},
+{
+glyphname = uni04ED;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1776}";
+},
+{
+name = top;
+position = "{760, 2156}";
+},
+{
+name = top0315;
+position = "{1524, 1776}";
+}
+);
+components = (
+{
+name = ereversedcyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -64, -16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{764, 1776}";
+},
+{
+name = top;
+position = "{768, 2220}";
+},
+{
+name = top0315;
+position = "{1500, 1776}";
+}
+);
+components = (
+{
+name = ereversedcyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 108, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04ED;
+},
+{
+glyphname = gjecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{600, 1744}";
+},
+{
+name = top;
+position = "{600, 2236}";
+},
+{
+name = top0315;
+position = "{1184, 1744}";
+}
+);
+components = (
+{
+name = gecyrillic;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 288, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1268;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{588, 1776}";
+},
+{
+name = top;
+position = "{588, 2296}";
+},
+{
+name = top0315;
+position = "{1184, 1776}";
+}
+);
+components = (
+{
+name = gecyrillic;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 224, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 0453;
+},
+{
+glyphname = iishortcyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1744}";
+},
+{
+name = top;
+position = "{760, 2188}";
+},
+{
+name = top0315;
+position = "{1580, 1744}";
+}
+);
+components = (
+{
+name = iicyrillic;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 128, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{792, 1776}";
+},
+{
+name = top;
+position = "{792, 2248}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = iicyrillic;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 136, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 0439;
+},
+{
+glyphname = uni045D;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1744}";
+},
+{
+name = top;
+position = "{760, 2236}";
+},
+{
+name = top0315;
+position = "{1580, 1744}";
+}
+);
+components = (
+{
+name = iicyrillic;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 264, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{792, 1776}";
+},
+{
+name = top;
+position = "{792, 2296}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = iicyrillic;
+},
+{
+name = grave;
+transform = "{1, 0, 0, 1, 104, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 045D;
+},
+{
+glyphname = imacroncyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1744}";
+},
+{
+name = top;
+position = "{760, 2152}";
+},
+{
+name = top0315;
+position = "{1580, 1744}";
+}
+);
+components = (
+{
+name = iicyrillic;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 136, -24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{792, 1776}";
+},
+{
+name = top;
+position = "{792, 2208}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = iicyrillic;
+},
+{
+name = macron;
+transform = "{1, 0, 0, 1, 8, -8}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04E3;
+},
+{
+glyphname = idieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{760, 1744}";
+},
+{
+name = top;
+position = "{760, 2124}";
+},
+{
+name = top0315;
+position = "{1580, 1744}";
+}
+);
+components = (
+{
+name = iicyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -64, -48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{792, 1776}";
+},
+{
+name = top;
+position = "{796, 2220}";
+},
+{
+name = top0315;
+position = "{1576, 1776}";
+}
+);
+components = (
+{
+name = iicyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 136, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04E5;
+},
+{
+glyphname = izhitsadblgravecyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{740, 1716}";
+},
+{
+name = top;
+position = "{740, 2142}";
+},
+{
+name = top0315;
+position = "{1432, 1716}";
+}
+);
+components = (
+{
+name = izhitsacyrillic;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1360, -64}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{820, 1776}";
+},
+{
+name = top;
+position = "{820, 2257}";
+},
+{
+name = top0315;
+position = "{1492, 1776}";
+}
+);
+components = (
+{
+name = izhitsacyrillic;
+},
+{
+name = dblgravecmb;
+transform = "{1, 0, 0, 1, 1468, 2}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 0477;
+},
+{
+glyphname = kjecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{736, 1744}";
+},
+{
+name = top;
+position = "{736, 2236}";
+},
+{
+name = top0315;
+position = "{1528, 1744}";
+}
+);
+components = (
+{
+name = kacyrillic;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 424, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{836, 1776}";
+},
+{
+name = top;
+position = "{836, 2296}";
+},
+{
+name = top0315;
+position = "{1624, 1776}";
+}
+);
+components = (
+{
+name = kacyrillic;
+},
+{
+name = acute;
+transform = "{1, 0, 0, 1, 472, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 045C;
+},
+{
+glyphname = yerudieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1164, 1744}";
+},
+{
+name = top;
+position = "{1164, 2124}";
+},
+{
+name = top0315;
+position = "{2284, 1744}";
+}
+);
+components = (
+{
+alignment = -1;
+name = yericyrillic;
+},
+{
+alignment = -1;
+name = dieresis;
+transform = "{1, 0, 0, 1, 340, -48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1176, 1776}";
+},
+{
+name = top;
+position = "{1180, 2220}";
+},
+{
+name = top0315;
+position = "{2344, 1776}";
+}
+);
+components = (
+{
+alignment = -1;
+name = yericyrillic;
+},
+{
+alignment = -1;
+name = dieresis;
+transform = "{1, 0, 0, 1, 520, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2336;
+}
+);
+unicode = 04F9;
+},
+{
+glyphname = zedieresiscyrillic;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{768, -12}";
+},
+{
+name = parent_top;
+position = "{768, 1772}";
+},
+{
+name = top;
+position = "{768, 2152}";
+},
+{
+name = top0315;
+position = "{1484, 1772}";
+}
+);
+components = (
+{
+name = zecyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, -56, -24}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1520;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{792, -12}";
+},
+{
+name = parent_top;
+position = "{792, 1772}";
+},
+{
+name = top;
+position = "{796, 2216}";
+},
+{
+name = top0315;
+position = "{1504, 1772}";
+}
+);
+components = (
+{
+name = zecyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 136, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1568;
+}
+);
+unicode = 04DF;
+},
+{
+glyphname = zhebrevecyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1144, 1744}";
+},
+{
+name = top;
+position = "{1144, 2188}";
+},
+{
+name = top0315;
+position = "{2228, 1744}";
+}
+);
+components = (
+{
+name = zhecyrillic;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 512, -32}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1312, 1776}";
+},
+{
+name = top;
+position = "{1312, 2248}";
+},
+{
+name = top0315;
+position = "{2536, 1776}";
+}
+);
+components = (
+{
+name = zhecyrillic;
+},
+{
+name = breve;
+transform = "{1, 0, 0, 1, 656, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 04C2;
+},
+{
+glyphname = zhedieresiscyrillic;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = parent_top;
+position = "{1144, 1744}";
+},
+{
+name = top;
+position = "{1144, 2124}";
+},
+{
+name = top0315;
+position = "{2228, 1744}";
+}
+);
+components = (
+{
+name = zhecyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 320, -48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2288;
+},
+{
+anchors = (
+{
+name = parent_top;
+position = "{1312, 1776}";
+},
+{
+name = top;
+position = "{1316, 2220}";
+},
+{
+name = top0315;
+position = "{2536, 1776}";
+}
+);
+components = (
+{
+name = zhecyrillic;
+},
+{
+name = dieresis;
+transform = "{1, 0, 0, 1, 656, 4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2592;
+}
+);
+unicode = 04DD;
+},
+{
+glyphname = Lj;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = L;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 1840, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2508;
+},
+{
+components = (
+{
+alignment = -1;
+name = L;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 1824, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2772;
+}
+);
+unicode = 01C8;
+},
+{
+glyphname = Nj;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = N;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 2336, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3004;
+},
+{
+components = (
+{
+alignment = -1;
+name = N;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = j;
+transform = "{1, 0, 0, 1, 2208, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3156;
+}
+);
+unicode = 01CB;
+},
+{
+glyphname = Dz;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = z;
+transform = "{1, 0, 0, 1, 2280, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3804;
+},
+{
+components = (
+{
+alignment = -1;
+name = D;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+alignment = -1;
+name = z;
+transform = "{1, 0, 0, 1, 2216, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3760;
+}
+);
+unicode = 01F2;
+},
+{
+glyphname = uni1F88;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 64, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+},
+{
+name = uni1FBD;
+transform = "{1, 0, 0, 1, 56, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F88;
+},
+{
+glyphname = uni1F89;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, 64, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+},
+{
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -44, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F89;
+},
+{
+glyphname = uni1F8A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -504, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+},
+{
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -560, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F8A;
+},
+{
+glyphname = uni1F8B;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -464, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+},
+{
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -396, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F8B;
+},
+{
+glyphname = uni1F8C;
+lastChange = "2018-09-02 05:51:51 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -392, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+},
+{
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -460, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F8C;
+},
+{
+glyphname = uni1F8D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -392, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+},
+{
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -476, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F8D;
+},
+{
+glyphname = uni1F8E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -152, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+},
+{
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -232, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F8E;
+},
+{
+glyphname = uni1F8F;
+lastChange = "2018-09-02 05:50:56 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -168, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+},
+{
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -276, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1F8F;
+},
+{
+glyphname = uni1FBC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{952, 0}";
+},
+{
+name = bottom_dd;
+position = "{1848, -560}";
+},
+{
+name = parent_top;
+position = "{952, 2304}";
+},
+{
+name = top;
+position = "{952, 2304}";
+},
+{
+name = top0315;
+position = "{1896, 2200}";
+},
+{
+name = top_dd;
+position = "{1896, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 640, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1904;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1084, 12}";
+},
+{
+name = bottom_dd;
+position = "{1968, -560}";
+},
+{
+name = parent_top;
+position = "{1084, 2200}";
+},
+{
+name = top;
+position = "{1084, 2200}";
+},
+{
+name = top0315;
+position = "{2096, 2200}";
+},
+{
+name = top_dd;
+position = "{2096, 2200}";
+}
+);
+components = (
+{
+name = A;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 756, 12}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2168;
+}
+);
+unicode = 1FBC;
+},
+{
+glyphname = uni1F98;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2148, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2148, 2216}";
+},
+{
+name = top_dd;
+position = "{2148, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 808, 16}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -508, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2184;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2132, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2132, 2200}";
+},
+{
+name = top_dd;
+position = "{2132, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 824, 16}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -500, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2052;
+}
+);
+unicode = 1F98;
+},
+{
+glyphname = uni1F99;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2148, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2148, 2216}";
+},
+{
+name = top_dd;
+position = "{2148, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 808, 16}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -508, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2184;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2132, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2132, 2200}";
+},
+{
+name = top_dd;
+position = "{2132, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 100, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 824, 16}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -600, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2052;
+}
+);
+unicode = 1F99;
+},
+{
+glyphname = uni1F9A;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 858, 16}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -1026, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 874, 16}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -1066, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F9A;
+},
+{
+glyphname = uni1F9B;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 858, 16}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -982, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 874, 16}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -902, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F9B;
+},
+{
+glyphname = uni1F9C;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 858, 16}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -910, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 874, 16}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -966, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F9C;
+},
+{
+glyphname = uni1F9D;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 858, 16}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -914, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 874, 16}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -982, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F9D;
+},
+{
+glyphname = uni1F9E;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 858, 16}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -674, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 874, 16}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -738, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F9E;
+},
+{
+glyphname = uni1F9F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2198, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2198, 2216}";
+},
+{
+name = top_dd;
+position = "{2198, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 858, 16}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -686, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2232;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2182, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2182, 2200}";
+},
+{
+name = top_dd;
+position = "{2182, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = H;
+transform = "{1, 0, 0, 1, 150, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 874, 16}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -782, -4}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2104;
+}
+);
+unicode = 1F9F;
+},
+{
+glyphname = uni1FCC;
+lastChange = "2018-09-02 05:50:56 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{1020, 16}";
+},
+{
+name = bottom_dd;
+position = "{2048, -560}";
+},
+{
+name = parent_top;
+position = "{1040, 2304}";
+},
+{
+name = top;
+position = "{1040, 2304}";
+},
+{
+name = top0315;
+position = "{2048, 2216}";
+},
+{
+name = top_dd;
+position = "{2048, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 712, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2084;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{1052, 16}";
+},
+{
+name = bottom_dd;
+position = "{2032, -560}";
+},
+{
+name = parent_top;
+position = "{1048, 2200}";
+},
+{
+name = top;
+position = "{1048, 2200}";
+},
+{
+name = top0315;
+position = "{2032, 2200}";
+},
+{
+name = top_dd;
+position = "{2032, 2200}";
+}
+);
+components = (
+{
+name = H;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 724, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1952;
+}
+);
+unicode = 1FCC;
+},
+{
+glyphname = uni1FA8;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 608, 16}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -476, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1796;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 608, 16}";
+},
+{
+alignment = -1;
+name = uni1FBD;
+transform = "{1, 0, 0, 1, -340, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1844;
+}
+);
+unicode = 1FA8;
+},
+{
+glyphname = uni1FA9;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 608, 16}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -476, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1796;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 20, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 608, 16}";
+},
+{
+alignment = -1;
+name = uni1FFE;
+transform = "{1, 0, 0, 1, -440, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1844;
+}
+);
+unicode = 1FA9;
+},
+{
+glyphname = uni1FAA;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -994, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FCD;
+transform = "{1, 0, 0, 1, -906, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1FAA;
+},
+{
+glyphname = uni1FAB;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -950, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FDD;
+transform = "{1, 0, 0, 1, -742, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1FAB;
+},
+{
+glyphname = uni1FAC;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -878, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FCE;
+transform = "{1, 0, 0, 1, -806, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1FAC;
+},
+{
+glyphname = uni1FAD;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -882, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FDE;
+transform = "{1, 0, 0, 1, -822, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1FAD;
+},
+{
+glyphname = uni1FAE;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -642, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FCF;
+transform = "{1, 0, 0, 1, -578, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1FAE;
+},
+{
+glyphname = uni1FAF;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -654, 48}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1848;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+alignment = -1;
+name = Omega;
+transform = "{1, 0, 0, 1, 70, 0}";
+},
+{
+alignment = -1;
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 658, 16}";
+},
+{
+alignment = -1;
+name = uni1FDF;
+transform = "{1, 0, 0, 1, -622, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1896;
+}
+);
+unicode = 1FAF;
+},
+{
+glyphname = uni1FFC;
+lastChange = "2018-09-02 05:50:56 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{900, 16}";
+}
+);
+components = (
+{
+name = Omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 592, 16}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1776;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{916, 16}";
+}
+);
+components = (
+{
+name = Omega;
+},
+{
+name = uni1FBE;
+transform = "{1, 0, 0, 1, 588, 16}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1824;
+}
+);
+unicode = 1FFC;
+},
+{
+glyphname = apostrophemod;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quoteright;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 624;
+},
+{
+components = (
+{
+name = quoteright;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 632;
+}
+);
+unicode = 02BC;
+},
+{
+glyphname = ypogegrammeni;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = uni1FBE;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 752;
+},
+{
+components = (
+{
+name = uni1FBE;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 800;
+}
+);
+unicode = 037A;
+},
+{
+glyphname = horizontalbar;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = emdash;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2832;
+},
+{
+components = (
+{
+name = emdash;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2848;
+}
+);
+unicode = 2015;
+},
+{
+glyphname = minute;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quotesingle;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 624;
+},
+{
+components = (
+{
+name = quotesingle;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 544;
+}
+);
+unicode = 2032;
+},
+{
+glyphname = second;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = quotedbl;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = quotedbl;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1056;
+}
+);
+unicode = 2033;
+},
+{
+glyphname = exclamdbl;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = exclam;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+name = exclam;
+transform = "{1, 0, 0, 1, 1040, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1824;
+},
+{
+components = (
+{
+name = exclam;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+name = exclam;
+transform = "{1, 0, 0, 1, 1056, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1856;
+}
+);
+unicode = 203C;
+},
+{
+glyphname = uni2047;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = question;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+name = question;
+transform = "{1, 0, 0, 1, 1776, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 3296;
+},
+{
+components = (
+{
+name = question;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+name = question;
+transform = "{1, 0, 0, 1, 1824, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 3392;
+}
+);
+unicode = 2047;
+},
+{
+glyphname = uni2048;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = question;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+name = exclam;
+transform = "{1, 0, 0, 1, 1776, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2560;
+},
+{
+components = (
+{
+name = question;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+name = exclam;
+transform = "{1, 0, 0, 1, 1824, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2624;
+}
+);
+unicode = 2048;
+},
+{
+glyphname = uni2049;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = exclam;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+name = question;
+transform = "{1, 0, 0, 1, 1040, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 2560;
+},
+{
+components = (
+{
+name = exclam;
+transform = "{1, 0, 0, 1, 256, 0}";
+},
+{
+name = question;
+transform = "{1, 0, 0, 1, 1056, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 2624;
+}
+);
+unicode = 2049;
+},
+{
+glyphname = franc;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{768, 16}";
+},
+{
+name = bottom_dd;
+position = "{1588, -560}";
+},
+{
+name = parent_top;
+position = "{888, 2304}";
+},
+{
+name = top;
+position = "{888, 2304}";
+},
+{
+name = top0315;
+position = "{1588, 2216}";
+},
+{
+name = top_dd;
+position = "{1588, 2200}";
+}
+);
+components = (
+{
+name = F;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -136, -528}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1652;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{816, 16}";
+},
+{
+name = bottom_dd;
+position = "{1628, -560}";
+},
+{
+name = parent_top;
+position = "{968, 2216}";
+},
+{
+name = top;
+position = "{968, 2216}";
+},
+{
+name = top0315;
+position = "{1628, 2216}";
+},
+{
+name = top_dd;
+position = "{1628, 2200}";
+}
+);
+components = (
+{
+name = F;
+},
+{
+name = crossbar;
+transform = "{1, 0, 0, 1, -108, -620}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1656;
+}
+);
+unicode = 20A3;
+},
+{
+glyphname = dong;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{820, 0}";
+},
+{
+name = bottom_dd;
+position = "{1650, -560}";
+},
+{
+name = parent_top;
+position = "{820, 2304}";
+},
+{
+name = top;
+position = "{820, 2304}";
+},
+{
+name = top0315;
+position = "{1650, 2216}";
+},
+{
+name = top_dd;
+position = "{1650, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 604, 804}";
+},
+{
+alignment = -1;
+name = underscore;
+transform = "{1, 0, 0, 1, 188, -216}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1744;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{756, 0}";
+},
+{
+name = bottom_dd;
+position = "{1702, -560}";
+},
+{
+name = parent_top;
+position = "{748, 2200}";
+},
+{
+name = top;
+position = "{748, 2200}";
+},
+{
+name = top0315;
+position = "{1702, 2200}";
+},
+{
+name = top_dd;
+position = "{1702, 2200}";
+}
+);
+components = (
+{
+alignment = -1;
+name = d;
+},
+{
+alignment = -1;
+name = crossbar;
+transform = "{1, 0, 0, 1, 580, 776}";
+},
+{
+alignment = -1;
+name = underscore;
+transform = "{1, 0, 0, 1, 124, -184}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1680;
+}
+);
+unicode = 20AB;
+},
+{
+glyphname = nbspace;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = space;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 792;
+},
+{
+components = (
+{
+name = space;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 768;
+}
+);
+unicode = 00A0;
+},
+{
+glyphname = uni202F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = space;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 792;
+},
+{
+components = (
+{
+name = space;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 768;
+}
+);
+unicode = 202F;
+},
+{
+glyphname = uni205F;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = space;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 792;
+},
+{
+components = (
+{
+name = space;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 768;
+}
+);
+unicode = 205F;
+},
+{
+glyphname = softhyphen;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = hyphen;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1296;
+},
+{
+components = (
+{
+name = hyphen;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+unicode = 00AD;
+},
+{
+glyphname = cyrillicbreve;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+components = (
+{
+name = breve;
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 1264;
+},
+{
+components = (
+{
+name = breve;
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 1312;
+}
+);
+},
+{
+glyphname = uni1E2D.ccmp;
+lastChange = "2018-09-02 05:50:56 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -596}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 1796}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1200, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{392, -560}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 1744}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = tildesubnosp;
+transform = "{1, 0, 0, 1, 1228, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+},
+{
+glyphname = uni1ECB.ccmp;
+lastChange = "2018-09-02 05:50:56 +0000";
+layers = (
+{
+anchors = (
+{
+name = bottom;
+position = "{332, -495}";
+},
+{
+name = parent_top;
+position = "{344, 1796}";
+},
+{
+name = top;
+position = "{344, 1796}";
+},
+{
+name = top0315;
+position = "{672, 1776}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1160, 0}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+width = 668;
+},
+{
+anchors = (
+{
+name = bottom;
+position = "{391, -523}";
+},
+{
+name = parent_top;
+position = "{392, 1744}";
+},
+{
+name = top;
+position = "{392, 1744}";
+},
+{
+name = top0315;
+position = "{776, 1744}";
+}
+);
+components = (
+{
+name = dotlessi;
+},
+{
+name = dotbelow;
+transform = "{1, 0, 0, 1, 1216, 0}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+width = 780;
+}
+);
+},
+{
+color = (204,240,242,1);
+glyphname = tonebarextrahighmod.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"544 2004 LINE",
+"544 0 LINE",
+"820 0 LINE",
+"820 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"188 2004 LINE",
+"188 1784 LINE",
+"752 1784 LINE",
+"752 2004 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 2004 LINE",
+"504 0 LINE",
+"948 0 LINE",
+"948 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"112 2004 LINE",
+"112 1644 LINE",
+"900 1644 LINE",
+"900 2004 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02E5;
+userData = {
+interface.gridadjust.original = "{'width': 919, 'leftMargin': 55, 'rightMargin': 234}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tonebarextralowmod.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"544 2004 LINE",
+"544 0 LINE",
+"820 0 LINE",
+"820 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"188 220 LINE",
+"188 0 LINE",
+"752 0 LINE",
+"752 220 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 2004 LINE",
+"504 0 LINE",
+"948 0 LINE",
+"948 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"112 360 LINE",
+"112 0 LINE",
+"900 0 LINE",
+"900 360 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02E9;
+userData = {
+interface.gridadjust.original = "{'width': 919, 'leftMargin': 55, 'rightMargin': 234}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tonebarhighmod.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"544 2004 LINE",
+"544 0 LINE",
+"820 0 LINE",
+"820 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"188 1612 LINE",
+"188 1392 LINE",
+"752 1392 LINE",
+"752 1612 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 2004 LINE",
+"504 0 LINE",
+"948 0 LINE",
+"948 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"112 1680 LINE",
+"112 1320 LINE",
+"900 1320 LINE",
+"900 1680 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02E6;
+userData = {
+interface.gridadjust.original = "{'width': 919, 'leftMargin': 55, 'rightMargin': 234}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tonebarlowmod.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"544 2004 LINE",
+"544 0 LINE",
+"820 0 LINE",
+"820 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"188 612 LINE",
+"188 392 LINE",
+"752 392 LINE",
+"752 612 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 2004 LINE",
+"504 0 LINE",
+"948 0 LINE",
+"948 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"112 680 LINE",
+"112 324 LINE",
+"900 324 LINE",
+"900 680 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02E8;
+userData = {
+interface.gridadjust.original = "{'width': 919, 'leftMargin': 55, 'rightMargin': 234}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (204,240,242,1);
+glyphname = tonebarmidmod.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"544 2004 LINE",
+"544 0 LINE",
+"820 0 LINE",
+"820 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"188 1112 LINE",
+"188 892 LINE",
+"752 892 LINE",
+"752 1112 LINE"
+);
+}
+);
+width = 1008;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"504 2004 LINE",
+"504 0 LINE",
+"948 0 LINE",
+"948 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"112 1180 LINE",
+"112 824 LINE",
+"900 824 LINE",
+"900 1180 LINE"
+);
+}
+);
+width = 1056;
+}
+);
+unicode = 02E7;
+userData = {
+interface.gridadjust.original = "{'width': 919, 'leftMargin': 55, 'rightMargin': 234}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = macronacutecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1694}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1277 1854 LINE",
+"-1277 1647 LINE",
+"-338 1647 LINE",
+"-338 1854 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-738 1954 LINE",
+"-487 2225 LINE",
+"-738 2225 LINE",
+"-913 1954 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1792}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1269 1953 LINE",
+"-1269 1715 LINE",
+"-316 1715 LINE",
+"-316 1953 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-688 2023 LINE",
+"-441 2276 LINE",
+"-741 2276 LINE",
+"-917 2023 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = macrongravecomb.cn;
+lastChange = "2018-09-02 00:38:04 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1694}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1180 2225 LINE",
+"-886 1954 LINE",
+"-719 1954 LINE",
+"-916 2225 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 1854 LINE",
+"-1277 1647 LINE",
+"-338 1647 LINE",
+"-338 1854 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1792}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1137 2276 LINE",
+"-891 2023 LINE",
+"-661 2023 LINE",
+"-837 2276 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1269 1953 LINE",
+"-1269 1715 LINE",
+"-316 1715 LINE",
+"-316 1953 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = ringacute.cn;
+lastChange = "2018-09-02 00:20:07 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{412, 1792}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"528 2016 LINE",
+"832 2264 LINE",
+"560 2264 LINE",
+"360 2016 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"180 1580 OFFCURVE",
+"288 1488 OFFCURVE",
+"424 1488 CURVE SMOOTH",
+"548 1488 OFFCURVE",
+"656 1580 OFFCURVE",
+"656 1712 CURVE SMOOTH",
+"656 1848 OFFCURVE",
+"548 1948 OFFCURVE",
+"424 1952 CURVE SMOOTH",
+"288 1948 OFFCURVE",
+"180 1848 OFFCURVE",
+"184 1712 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"300 1784 OFFCURVE",
+"356 1836 OFFCURVE",
+"424 1840 CURVE SMOOTH",
+"484 1836 OFFCURVE",
+"532 1784 OFFCURVE",
+"536 1712 CURVE SMOOTH",
+"532 1648 OFFCURVE",
+"484 1600 OFFCURVE",
+"424 1600 CURVE SMOOTH",
+"356 1600 OFFCURVE",
+"300 1648 OFFCURVE",
+"304 1712 CURVE"
+);
+}
+);
+width = 1008;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{400, 1844}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"560 2124 LINE",
+"952 2420 LINE",
+"564 2420 LINE",
+"284 2124 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"104 1656 OFFCURVE",
+"232 1548 OFFCURVE",
+"396 1548 CURVE SMOOTH",
+"560 1548 OFFCURVE",
+"684 1656 OFFCURVE",
+"684 1808 CURVE SMOOTH",
+"684 1956 OFFCURVE",
+"560 2072 OFFCURVE",
+"396 2072 CURVE SMOOTH",
+"232 2072 OFFCURVE",
+"104 1956 OFFCURVE",
+"104 1808 CURVE"
+);
+},
+{
+closed = 1;
+nodes = (
+"272 1884 OFFCURVE",
+"324 1932 OFFCURVE",
+"396 1932 CURVE SMOOTH",
+"468 1932 OFFCURVE",
+"516 1884 OFFCURVE",
+"516 1808 CURVE SMOOTH",
+"516 1736 OFFCURVE",
+"468 1684 OFFCURVE",
+"396 1684 CURVE SMOOTH",
+"324 1684 OFFCURVE",
+"272 1736 OFFCURVE",
+"272 1808 CURVE"
+);
+}
+);
+width = 1056;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 958, 'leftMargin': 213, 'rightMargin': 92}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = circumflexgravecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{952, 1764}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"840 2060 LINE",
+"436 1696 LINE",
+"724 1696 LINE",
+"952 1908 LINE",
+"1180 1696 LINE",
+"1468 1696 LINE",
+"1060 2060 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"52 2304 LINE",
+"336 1940 LINE",
+"540 1940 LINE",
+"348 2304 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{1016, 1836}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"904 2036 LINE",
+"516 1736 LINE",
+"816 1736 LINE",
+"1016 1896 LINE",
+"1216 1736 LINE",
+"1516 1736 LINE",
+"1128 2036 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"56 2276 LINE",
+"380 1900 LINE",
+"616 1900 LINE",
+"380 2276 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1430.0, 'leftMargin': -239, 'rightMargin': 254.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = dieresiscaroncomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1288 1766 OFFCURVE",
+"-1235 1700 OFFCURVE",
+"-1130 1700 CURVE SMOOTH",
+"-1026 1700 OFFCURVE",
+"-971 1766 OFFCURVE",
+"-971 1849 CURVE SMOOTH",
+"-971 1935 OFFCURVE",
+"-1026 2002 OFFCURVE",
+"-1130 2002 CURVE SMOOTH",
+"-1235 2002 OFFCURVE",
+"-1288 1935 OFFCURVE",
+"-1288 1849 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-644 1763 OFFCURVE",
+"-590 1697 OFFCURVE",
+"-485 1697 CURVE SMOOTH",
+"-381 1697 OFFCURVE",
+"-326 1763 OFFCURVE",
+"-326 1847 CURVE SMOOTH",
+"-326 1932 OFFCURVE",
+"-381 1999 OFFCURVE",
+"-485 1999 CURVE SMOOTH",
+"-590 1999 OFFCURVE",
+"-644 1932 OFFCURVE",
+"-644 1847 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1243 2307 LINE",
+"-1243 2278 LINE",
+"-894 1983 LINE",
+"-729 1983 LINE",
+"-374 2283 LINE",
+"-374 2307 LINE",
+"-611 2307 LINE",
+"-811 2134 LINE",
+"-1012 2307 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1737}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1277 1742 OFFCURVE",
+"-1199 1671 OFFCURVE",
+"-1084 1671 CURVE SMOOTH",
+"-967 1671 OFFCURVE",
+"-888 1742 OFFCURVE",
+"-888 1836 CURVE SMOOTH",
+"-888 1928 OFFCURVE",
+"-967 2001 OFFCURVE",
+"-1084 2001 CURVE SMOOTH",
+"-1199 2001 OFFCURVE",
+"-1277 1928 OFFCURVE",
+"-1277 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-697 1742 OFFCURVE",
+"-619 1671 OFFCURVE",
+"-502 1671 CURVE SMOOTH",
+"-386 1671 OFFCURVE",
+"-308 1742 OFFCURVE",
+"-308 1836 CURVE SMOOTH",
+"-308 1928 OFFCURVE",
+"-386 2001 OFFCURVE",
+"-502 2001 CURVE SMOOTH",
+"-619 2001 OFFCURVE",
+"-697 1928 OFFCURVE",
+"-697 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1345 2380 LINE",
+"-1345 2361 LINE",
+"-946 2038 LINE",
+"-635 2038 LINE",
+"-239 2358 LINE",
+"-239 2380 LINE",
+"-616 2380 LINE",
+"-791 2230 LINE",
+"-965 2380 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = dieresismacroncomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1277 2318 LINE",
+"-1277 2112 LINE",
+"-338 2112 LINE",
+"-338 2318 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1288 1766 OFFCURVE",
+"-1235 1700 OFFCURVE",
+"-1130 1700 CURVE SMOOTH",
+"-1026 1700 OFFCURVE",
+"-971 1766 OFFCURVE",
+"-971 1849 CURVE SMOOTH",
+"-971 1935 OFFCURVE",
+"-1026 2002 OFFCURVE",
+"-1130 2002 CURVE SMOOTH",
+"-1235 2002 OFFCURVE",
+"-1288 1935 OFFCURVE",
+"-1288 1849 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-644 1763 OFFCURVE",
+"-590 1697 OFFCURVE",
+"-485 1697 CURVE SMOOTH",
+"-381 1697 OFFCURVE",
+"-326 1763 OFFCURVE",
+"-326 1847 CURVE SMOOTH",
+"-326 1932 OFFCURVE",
+"-381 1999 OFFCURVE",
+"-485 1999 CURVE SMOOTH",
+"-590 1999 OFFCURVE",
+"-644 1932 OFFCURVE",
+"-644 1847 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1737}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1269 2365 LINE",
+"-1269 2127 LINE",
+"-316 2127 LINE",
+"-316 2365 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 1742 OFFCURVE",
+"-1199 1671 OFFCURVE",
+"-1084 1671 CURVE SMOOTH",
+"-967 1671 OFFCURVE",
+"-888 1742 OFFCURVE",
+"-888 1836 CURVE SMOOTH",
+"-888 1928 OFFCURVE",
+"-967 2001 OFFCURVE",
+"-1084 2001 CURVE SMOOTH",
+"-1199 2001 OFFCURVE",
+"-1277 1928 OFFCURVE",
+"-1277 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-697 1742 OFFCURVE",
+"-619 1671 OFFCURVE",
+"-502 1671 CURVE SMOOTH",
+"-386 1671 OFFCURVE",
+"-308 1742 OFFCURVE",
+"-308 1836 CURVE SMOOTH",
+"-308 1928 OFFCURVE",
+"-386 2001 OFFCURVE",
+"-502 2001 CURVE SMOOTH",
+"-619 2001 OFFCURVE",
+"-697 1928 OFFCURVE",
+"-697 1836 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = carondotcomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-967 2124 OFFCURVE",
+"-913 2058 OFFCURVE",
+"-809 2058 CURVE SMOOTH",
+"-704 2058 OFFCURVE",
+"-649 2124 OFFCURVE",
+"-649 2208 CURVE SMOOTH",
+"-649 2294 OFFCURVE",
+"-704 2361 OFFCURVE",
+"-809 2361 CURVE SMOOTH",
+"-913 2361 OFFCURVE",
+"-967 2294 OFFCURVE",
+"-967 2208 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1243 2005 LINE",
+"-1243 1976 LINE",
+"-894 1680 LINE",
+"-729 1680 LINE",
+"-374 1980 LINE",
+"-374 2005 LINE",
+"-611 2005 LINE",
+"-811 1832 LINE",
+"-1012 2005 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1682}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-987 2149 OFFCURVE",
+"-909 2078 OFFCURVE",
+"-792 2078 CURVE SMOOTH",
+"-677 2078 OFFCURVE",
+"-598 2149 OFFCURVE",
+"-598 2243 CURVE SMOOTH",
+"-598 2335 OFFCURVE",
+"-677 2408 OFFCURVE",
+"-792 2408 CURVE SMOOTH",
+"-909 2408 OFFCURVE",
+"-987 2335 OFFCURVE",
+"-987 2243 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1345 2009 LINE",
+"-1345 1990 LINE",
+"-946 1667 LINE",
+"-635 1667 LINE",
+"-239 1987 LINE",
+"-239 2009 LINE",
+"-616 2009 LINE",
+"-791 1859 LINE",
+"-965 2009 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = breveacutecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{640, 1792}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"828 1920 OFFCURVE",
+"772 1848 OFFCURVE",
+"632 1848 CURVE SMOOTH",
+"488 1848 OFFCURVE",
+"436 1920 OFFCURVE",
+"436 2004 CURVE",
+"212 2004 LINE",
+"212 1836 OFFCURVE",
+"372 1716 OFFCURVE",
+"632 1716 CURVE SMOOTH",
+"892 1716 OFFCURVE",
+"1052 1836 OFFCURVE",
+"1052 2004 CURVE",
+"828 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"700 2036 LINE",
+"924 2308 LINE",
+"700 2308 LINE",
+"552 2036 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{660, 1768}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"876 1924 OFFCURVE",
+"816 1848 OFFCURVE",
+"656 1848 CURVE SMOOTH",
+"496 1848 OFFCURVE",
+"436 1924 OFFCURVE",
+"436 2004 CURVE",
+"160 2004 LINE",
+"160 1804 OFFCURVE",
+"352 1668 OFFCURVE",
+"656 1668 CURVE SMOOTH",
+"964 1668 OFFCURVE",
+"1156 1804 OFFCURVE",
+"1156 2004 CURVE",
+"876 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"768 1996 LINE",
+"1012 2248 LINE",
+"712 2248 LINE",
+"536 1996 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1284, 'leftMargin': 176, 'rightMargin': 268}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = acutedotcomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-682 1705 LINE",
+"-400 2067 LINE",
+"-694 2067 LINE",
+"-887 1705 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1151 2042 OFFCURVE",
+"-1097 1976 OFFCURVE",
+"-993 1976 CURVE SMOOTH",
+"-888 1976 OFFCURVE",
+"-833 2042 OFFCURVE",
+"-833 2126 CURVE SMOOTH",
+"-833 2211 OFFCURVE",
+"-888 2278 OFFCURVE",
+"-993 2278 CURVE SMOOTH",
+"-1097 2278 OFFCURVE",
+"-1151 2211 OFFCURVE",
+"-1151 2126 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-749, 1847}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-616 1789 LINE",
+"-348 2138 LINE",
+"-648 2138 LINE",
+"-846 1789 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1217 2020 OFFCURVE",
+"-1139 1948 OFFCURVE",
+"-1022 1948 CURVE SMOOTH",
+"-906 1948 OFFCURVE",
+"-828 2020 OFFCURVE",
+"-828 2113 CURVE SMOOTH",
+"-828 2206 OFFCURVE",
+"-906 2278 OFFCURVE",
+"-1022 2278 CURVE SMOOTH",
+"-1139 2278 OFFCURVE",
+"-1217 2206 OFFCURVE",
+"-1217 2113 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = brevegravecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{640, 1792}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"828 1920 OFFCURVE",
+"772 1848 OFFCURVE",
+"632 1848 CURVE SMOOTH",
+"488 1848 OFFCURVE",
+"436 1920 OFFCURVE",
+"436 2004 CURVE",
+"212 2004 LINE",
+"212 1836 OFFCURVE",
+"372 1716 OFFCURVE",
+"632 1716 CURVE SMOOTH",
+"892 1716 OFFCURVE",
+"1052 1836 OFFCURVE",
+"1052 2004 CURVE",
+"828 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"732 2036 LINE",
+"584 2308 LINE",
+"360 2308 LINE",
+"584 2036 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{660, 1768}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"876 1928 OFFCURVE",
+"816 1852 OFFCURVE",
+"656 1852 CURVE SMOOTH",
+"496 1852 OFFCURVE",
+"436 1928 OFFCURVE",
+"436 2008 CURVE",
+"160 2008 LINE",
+"160 1812 OFFCURVE",
+"352 1672 OFFCURVE",
+"656 1672 CURVE SMOOTH",
+"964 1672 OFFCURVE",
+"1156 1812 OFFCURVE",
+"1156 2008 CURVE",
+"876 2008 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"788 1996 LINE",
+"612 2248 LINE",
+"312 2248 LINE",
+"560 1996 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1284, 'leftMargin': 176, 'rightMargin': 268}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = circumflexacutecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{568, 1788}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"344 1724 LINE",
+"572 1936 LINE",
+"800 1724 LINE",
+"1088 1724 LINE",
+"680 2088 LINE",
+"460 2088 LINE",
+"52 1724 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1188 1968 LINE",
+"1468 2328 LINE",
+"1176 2328 LINE",
+"980 1968 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{556, 1836}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"352 1736 LINE",
+"552 1896 LINE",
+"752 1736 LINE",
+"1052 1736 LINE",
+"664 2036 LINE",
+"440 2036 LINE",
+"52 1736 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1192 1900 LINE",
+"1516 2276 LINE",
+"1188 2276 LINE",
+"952 1900 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1430.0, 'leftMargin': 158, 'rightMargin': -143.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = tildedieresiscomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-545 1906 OFFCURVE",
+"-595 1854 OFFCURVE",
+"-655 1854 CURVE SMOOTH",
+"-771 1854 OFFCURVE",
+"-837 1955 OFFCURVE",
+"-960 1955 CURVE SMOOTH",
+"-1096 1955 OFFCURVE",
+"-1189 1832 OFFCURVE",
+"-1189 1700 CURVE",
+"-1068 1669 LINE",
+"-1068 1737 OFFCURVE",
+"-1020 1790 OFFCURVE",
+"-960 1790 CURVE SMOOTH",
+"-839 1790 OFFCURVE",
+"-803 1689 OFFCURVE",
+"-655 1689 CURVE SMOOTH",
+"-520 1689 OFFCURVE",
+"-425 1804 OFFCURVE",
+"-425 1939 CURVE",
+"-545 1973 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1288 2124 OFFCURVE",
+"-1235 2058 OFFCURVE",
+"-1130 2058 CURVE SMOOTH",
+"-1026 2058 OFFCURVE",
+"-971 2124 OFFCURVE",
+"-971 2208 CURVE SMOOTH",
+"-971 2294 OFFCURVE",
+"-1026 2361 OFFCURVE",
+"-1130 2361 CURVE SMOOTH",
+"-1235 2361 OFFCURVE",
+"-1288 2294 OFFCURVE",
+"-1288 2208 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-644 2122 OFFCURVE",
+"-590 2056 OFFCURVE",
+"-485 2056 CURVE SMOOTH",
+"-381 2056 OFFCURVE",
+"-326 2122 OFFCURVE",
+"-326 2206 CURVE SMOOTH",
+"-326 2291 OFFCURVE",
+"-381 2358 OFFCURVE",
+"-485 2358 CURVE SMOOTH",
+"-590 2358 OFFCURVE",
+"-644 2291 OFFCURVE",
+"-644 2206 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1750}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-565 1929 OFFCURVE",
+"-604 1878 OFFCURVE",
+"-650 1878 CURVE SMOOTH",
+"-763 1878 OFFCURVE",
+"-859 1966 OFFCURVE",
+"-978 1966 CURVE SMOOTH",
+"-1110 1966 OFFCURVE",
+"-1200 1848 OFFCURVE",
+"-1200 1717 CURVE",
+"-1019 1665 LINE",
+"-1019 1731 OFFCURVE",
+"-982 1782 OFFCURVE",
+"-934 1782 CURVE SMOOTH",
+"-817 1782 OFFCURVE",
+"-751 1693 OFFCURVE",
+"-606 1693 CURVE SMOOTH",
+"-476 1693 OFFCURVE",
+"-382 1810 OFFCURVE",
+"-382 1942 CURVE",
+"-565 1995 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 2149 OFFCURVE",
+"-1199 2078 OFFCURVE",
+"-1084 2078 CURVE SMOOTH",
+"-967 2078 OFFCURVE",
+"-888 2149 OFFCURVE",
+"-888 2243 CURVE SMOOTH",
+"-888 2335 OFFCURVE",
+"-967 2408 OFFCURVE",
+"-1084 2408 CURVE SMOOTH",
+"-1199 2408 OFFCURVE",
+"-1277 2335 OFFCURVE",
+"-1277 2243 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-697 2149 OFFCURVE",
+"-619 2078 OFFCURVE",
+"-502 2078 CURVE SMOOTH",
+"-386 2078 OFFCURVE",
+"-308 2149 OFFCURVE",
+"-308 2243 CURVE SMOOTH",
+"-308 2335 OFFCURVE",
+"-386 2408 OFFCURVE",
+"-502 2408 CURVE SMOOTH",
+"-619 2408 OFFCURVE",
+"-697 2335 OFFCURVE",
+"-697 2243 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = circumflexhookcomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{652, 1816}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"512 2088 LINE",
+"132 1724 LINE",
+"380 1724 LINE",
+"648 1976 LINE",
+"920 1724 LINE",
+"1168 1724 LINE",
+"788 2088 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1208 2000 LINE",
+"1300 2012 OFFCURVE",
+"1388 2060 OFFCURVE",
+"1388 2180 CURVE SMOOTH",
+"1388 2316 OFFCURVE",
+"1264 2404 OFFCURVE",
+"1024 2404 CURVE",
+"1016 2272 LINE",
+"1124 2272 OFFCURVE",
+"1204 2248 OFFCURVE",
+"1204 2184 CURVE SMOOTH",
+"1204 2124 OFFCURVE",
+"1152 2108 OFFCURVE",
+"1040 2100 CURVE",
+"1040 1916 LINE",
+"1208 1916 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{652, 1836}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"536 2036 LINE",
+"152 1736 LINE",
+"448 1736 LINE",
+"652 1896 LINE",
+"852 1736 LINE",
+"1148 1736 LINE",
+"764 2036 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1248 1976 LINE",
+"1332 1992 OFFCURVE",
+"1420 2040 OFFCURVE",
+"1420 2140 CURVE SMOOTH",
+"1420 2284 OFFCURVE",
+"1276 2368 OFFCURVE",
+"1004 2368 CURVE",
+"996 2200 LINE",
+"1088 2200 OFFCURVE",
+"1156 2184 OFFCURVE",
+"1156 2124 CURVE SMOOTH",
+"1156 2080 OFFCURVE",
+"1108 2056 OFFCURVE",
+"996 2052 CURVE",
+"1020 1908 LINE",
+"1248 1908 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1430.0, 'leftMargin': 143, 'rightMargin': 32.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = brevetildecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{644, 1752}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"824 1920 OFFCURVE",
+"772 1844 OFFCURVE",
+"632 1844 CURVE SMOOTH",
+"492 1844 OFFCURVE",
+"440 1920 OFFCURVE",
+"440 2004 CURVE",
+"220 2004 LINE",
+"220 1832 OFFCURVE",
+"380 1708 OFFCURVE",
+"632 1708 CURVE SMOOTH",
+"888 1708 OFFCURVE",
+"1044 1832 OFFCURVE",
+"1044 2004 CURVE",
+"824 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"912 2340 OFFCURVE",
+"860 2288 OFFCURVE",
+"800 2288 CURVE SMOOTH",
+"684 2288 OFFCURVE",
+"616 2388 OFFCURVE",
+"496 2388 CURVE SMOOTH",
+"360 2388 OFFCURVE",
+"264 2264 OFFCURVE",
+"264 2132 CURVE",
+"388 2104 LINE",
+"388 2172 OFFCURVE",
+"436 2224 OFFCURVE",
+"496 2224 CURVE SMOOTH",
+"616 2224 OFFCURVE",
+"652 2124 OFFCURVE",
+"800 2124 CURVE SMOOTH",
+"936 2124 OFFCURVE",
+"1032 2236 OFFCURVE",
+"1032 2372 CURVE",
+"912 2408 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{664, 1788}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"876 1924 OFFCURVE",
+"816 1860 OFFCURVE",
+"656 1860 CURVE SMOOTH",
+"496 1860 OFFCURVE",
+"436 1924 OFFCURVE",
+"436 2004 CURVE",
+"160 2004 LINE",
+"160 1804 OFFCURVE",
+"352 1668 OFFCURVE",
+"656 1668 CURVE SMOOTH",
+"964 1668 OFFCURVE",
+"1156 1804 OFFCURVE",
+"1156 2004 CURVE",
+"876 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"876 2368 OFFCURVE",
+"836 2316 OFFCURVE",
+"792 2316 CURVE SMOOTH",
+"676 2316 OFFCURVE",
+"580 2404 OFFCURVE",
+"464 2404 CURVE SMOOTH",
+"332 2404 OFFCURVE",
+"240 2288 OFFCURVE",
+"240 2156 CURVE",
+"420 2104 LINE",
+"420 2172 OFFCURVE",
+"460 2220 OFFCURVE",
+"508 2220 CURVE SMOOTH",
+"624 2220 OFFCURVE",
+"692 2132 OFFCURVE",
+"836 2132 CURVE SMOOTH",
+"964 2132 OFFCURVE",
+"1060 2248 OFFCURVE",
+"1060 2380 CURVE",
+"876 2436 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1284, 'leftMargin': 176, 'rightMargin': 286}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = dieresisacutecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-738 1926 LINE",
+"-487 2239 LINE",
+"-738 2239 LINE",
+"-913 1926 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-992 1696 OFFCURVE",
+"-924 1772 OFFCURVE",
+"-924 1856 CURVE SMOOTH",
+"-924 1948 OFFCURVE",
+"-992 2016 OFFCURVE",
+"-1084 2016 CURVE SMOOTH",
+"-1168 2016 OFFCURVE",
+"-1244 1948 OFFCURVE",
+"-1244 1856 CURVE SMOOTH",
+"-1244 1772 OFFCURVE",
+"-1168 1696 OFFCURVE",
+"-1084 1696 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-424 1696 OFFCURVE",
+"-356 1772 OFFCURVE",
+"-356 1856 CURVE SMOOTH",
+"-356 1948 OFFCURVE",
+"-424 2016 OFFCURVE",
+"-516 2016 CURVE SMOOTH",
+"-600 2016 OFFCURVE",
+"-676 1948 OFFCURVE",
+"-676 1856 CURVE SMOOTH",
+"-676 1772 OFFCURVE",
+"-600 1696 OFFCURVE",
+"-516 1696 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1737}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-688 2023 LINE",
+"-441 2276 LINE",
+"-741 2276 LINE",
+"-917 2023 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 1742 OFFCURVE",
+"-1199 1671 OFFCURVE",
+"-1084 1671 CURVE SMOOTH",
+"-967 1671 OFFCURVE",
+"-888 1742 OFFCURVE",
+"-888 1836 CURVE SMOOTH",
+"-888 1928 OFFCURVE",
+"-967 2001 OFFCURVE",
+"-1084 2001 CURVE SMOOTH",
+"-1199 2001 OFFCURVE",
+"-1277 1928 OFFCURVE",
+"-1277 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-697 1742 OFFCURVE",
+"-619 1671 OFFCURVE",
+"-502 1671 CURVE SMOOTH",
+"-386 1671 OFFCURVE",
+"-308 1742 OFFCURVE",
+"-308 1836 CURVE SMOOTH",
+"-308 1928 OFFCURVE",
+"-386 2001 OFFCURVE",
+"-502 2001 CURVE SMOOTH",
+"-619 2001 OFFCURVE",
+"-697 1928 OFFCURVE",
+"-697 1836 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = dotmacroncomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-967 1763 OFFCURVE",
+"-913 1697 OFFCURVE",
+"-809 1697 CURVE SMOOTH",
+"-704 1697 OFFCURVE",
+"-649 1763 OFFCURVE",
+"-649 1847 CURVE SMOOTH",
+"-649 1932 OFFCURVE",
+"-704 1999 OFFCURVE",
+"-809 1999 CURVE SMOOTH",
+"-913 1999 OFFCURVE",
+"-967 1932 OFFCURVE",
+"-967 1847 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 2318 LINE",
+"-1277 2112 LINE",
+"-338 2112 LINE",
+"-338 2318 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1726}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-987 1742 OFFCURVE",
+"-909 1671 OFFCURVE",
+"-792 1671 CURVE SMOOTH",
+"-677 1671 OFFCURVE",
+"-598 1742 OFFCURVE",
+"-598 1836 CURVE SMOOTH",
+"-598 1928 OFFCURVE",
+"-677 2001 OFFCURVE",
+"-792 2001 CURVE SMOOTH",
+"-909 2001 OFFCURVE",
+"-987 1928 OFFCURVE",
+"-987 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1269 2351 LINE",
+"-1269 2113 LINE",
+"-316 2113 LINE",
+"-316 2351 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = macrondieresiscomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1653}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1277 1854 LINE",
+"-1277 1647 LINE",
+"-338 1647 LINE",
+"-338 1854 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1288 2056 OFFCURVE",
+"-1235 1990 OFFCURVE",
+"-1130 1990 CURVE SMOOTH",
+"-1026 1990 OFFCURVE",
+"-971 2056 OFFCURVE",
+"-971 2140 CURVE SMOOTH",
+"-971 2225 OFFCURVE",
+"-1026 2292 OFFCURVE",
+"-1130 2292 CURVE SMOOTH",
+"-1235 2292 OFFCURVE",
+"-1288 2225 OFFCURVE",
+"-1288 2140 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-644 2053 OFFCURVE",
+"-590 1987 OFFCURVE",
+"-485 1987 CURVE SMOOTH",
+"-381 1987 OFFCURVE",
+"-326 2053 OFFCURVE",
+"-326 2137 CURVE SMOOTH",
+"-326 2222 OFFCURVE",
+"-381 2289 OFFCURVE",
+"-485 2289 CURVE SMOOTH",
+"-590 2289 OFFCURVE",
+"-644 2222 OFFCURVE",
+"-644 2137 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1778}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1269 1953 LINE",
+"-1269 1715 LINE",
+"-316 1715 LINE",
+"-316 1953 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 2149 OFFCURVE",
+"-1199 2078 OFFCURVE",
+"-1084 2078 CURVE SMOOTH",
+"-967 2078 OFFCURVE",
+"-888 2149 OFFCURVE",
+"-888 2243 CURVE SMOOTH",
+"-888 2335 OFFCURVE",
+"-967 2408 OFFCURVE",
+"-1084 2408 CURVE SMOOTH",
+"-1199 2408 OFFCURVE",
+"-1277 2335 OFFCURVE",
+"-1277 2243 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-697 2149 OFFCURVE",
+"-619 2078 OFFCURVE",
+"-502 2078 CURVE SMOOTH",
+"-386 2078 OFFCURVE",
+"-308 2149 OFFCURVE",
+"-308 2243 CURVE SMOOTH",
+"-308 2335 OFFCURVE",
+"-386 2408 OFFCURVE",
+"-502 2408 CURVE SMOOTH",
+"-619 2408 OFFCURVE",
+"-697 2335 OFFCURVE",
+"-697 2243 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = dieresisgravecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1132 2239 LINE",
+"-880 1926 LINE",
+"-705 1926 LINE",
+"-880 2239 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1288 1766 OFFCURVE",
+"-1235 1700 OFFCURVE",
+"-1130 1700 CURVE SMOOTH",
+"-1026 1700 OFFCURVE",
+"-971 1766 OFFCURVE",
+"-971 1849 CURVE SMOOTH",
+"-971 1935 OFFCURVE",
+"-1026 2002 OFFCURVE",
+"-1130 2002 CURVE SMOOTH",
+"-1235 2002 OFFCURVE",
+"-1288 1935 OFFCURVE",
+"-1288 1849 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-644 1763 OFFCURVE",
+"-590 1697 OFFCURVE",
+"-485 1697 CURVE SMOOTH",
+"-381 1697 OFFCURVE",
+"-326 1763 OFFCURVE",
+"-326 1847 CURVE SMOOTH",
+"-326 1932 OFFCURVE",
+"-381 1999 OFFCURVE",
+"-485 1999 CURVE SMOOTH",
+"-590 1999 OFFCURVE",
+"-644 1932 OFFCURVE",
+"-644 1847 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1737}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-1137 2276 LINE",
+"-891 2023 LINE",
+"-661 2023 LINE",
+"-837 2276 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 1742 OFFCURVE",
+"-1199 1671 OFFCURVE",
+"-1084 1671 CURVE SMOOTH",
+"-967 1671 OFFCURVE",
+"-888 1742 OFFCURVE",
+"-888 1836 CURVE SMOOTH",
+"-888 1928 OFFCURVE",
+"-967 2001 OFFCURVE",
+"-1084 2001 CURVE SMOOTH",
+"-1199 2001 OFFCURVE",
+"-1277 1928 OFFCURVE",
+"-1277 1836 CURVE SMOOTH"
+);
+},
+{
+closed = 1;
+nodes = (
+"-697 1742 OFFCURVE",
+"-619 1671 OFFCURVE",
+"-502 1671 CURVE SMOOTH",
+"-386 1671 OFFCURVE",
+"-308 1742 OFFCURVE",
+"-308 1836 CURVE SMOOTH",
+"-308 1928 OFFCURVE",
+"-386 2001 OFFCURVE",
+"-502 2001 CURVE SMOOTH",
+"-619 2001 OFFCURVE",
+"-697 1928 OFFCURVE",
+"-697 1836 CURVE SMOOTH"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = tildemacroncomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-545 1906 OFFCURVE",
+"-595 1854 OFFCURVE",
+"-655 1854 CURVE SMOOTH",
+"-771 1854 OFFCURVE",
+"-837 1955 OFFCURVE",
+"-960 1955 CURVE SMOOTH",
+"-1096 1955 OFFCURVE",
+"-1189 1832 OFFCURVE",
+"-1189 1700 CURVE",
+"-1068 1669 LINE",
+"-1068 1737 OFFCURVE",
+"-1020 1790 OFFCURVE",
+"-960 1790 CURVE SMOOTH",
+"-839 1790 OFFCURVE",
+"-803 1689 OFFCURVE",
+"-655 1689 CURVE SMOOTH",
+"-520 1689 OFFCURVE",
+"-425 1804 OFFCURVE",
+"-425 1939 CURVE",
+"-545 1973 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1277 2318 LINE",
+"-1277 2112 LINE",
+"-338 2112 LINE",
+"-338 2318 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-792, 1723}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-565 1929 OFFCURVE",
+"-604 1878 OFFCURVE",
+"-650 1878 CURVE SMOOTH",
+"-763 1878 OFFCURVE",
+"-859 1966 OFFCURVE",
+"-978 1966 CURVE SMOOTH",
+"-1110 1966 OFFCURVE",
+"-1200 1848 OFFCURVE",
+"-1200 1717 CURVE",
+"-1019 1665 LINE",
+"-1019 1731 OFFCURVE",
+"-982 1782 OFFCURVE",
+"-934 1782 CURVE SMOOTH",
+"-817 1782 OFFCURVE",
+"-751 1693 OFFCURVE",
+"-606 1693 CURVE SMOOTH",
+"-476 1693 OFFCURVE",
+"-382 1810 OFFCURVE",
+"-382 1942 CURVE",
+"-565 1995 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-1269 2365 LINE",
+"-1269 2127 LINE",
+"-316 2127 LINE",
+"-316 2365 LINE"
+);
+}
+);
+width = 0;
+}
+);
+},
+{
+color = (222,222,222,1);
+glyphname = circumflextildecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{764, 1844}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"664 2060 LINE",
+"244 1724 LINE",
+"492 1724 LINE",
+"760 1936 LINE",
+"1028 1724 LINE",
+"1276 1724 LINE",
+"856 2060 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"1008 2364 OFFCURVE",
+"948 2316 OFFCURVE",
+"892 2316 CURVE SMOOTH",
+"788 2316 OFFCURVE",
+"728 2408 OFFCURVE",
+"616 2408 CURVE SMOOTH",
+"488 2408 OFFCURVE",
+"392 2296 OFFCURVE",
+"392 2188 CURVE",
+"500 2160 LINE",
+"500 2208 OFFCURVE",
+"560 2260 OFFCURVE",
+"616 2260 CURVE SMOOTH",
+"724 2260 OFFCURVE",
+"756 2164 OFFCURVE",
+"892 2164 CURVE SMOOTH",
+"1020 2164 OFFCURVE",
+"1120 2272 OFFCURVE",
+"1120 2380 CURVE",
+"1008 2412 LINE"
+);
+}
+);
+width = 1520;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{784, 1836}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"672 2036 LINE",
+"284 1736 LINE",
+"584 1736 LINE",
+"784 1896 LINE",
+"988 1736 LINE",
+"1284 1736 LINE",
+"900 2036 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"988 2324 OFFCURVE",
+"968 2268 OFFCURVE",
+"932 2268 CURVE SMOOTH",
+"840 2268 OFFCURVE",
+"732 2352 OFFCURVE",
+"636 2352 CURVE SMOOTH",
+"528 2352 OFFCURVE",
+"464 2244 OFFCURVE",
+"464 2140 CURVE",
+"612 2096 LINE",
+"612 2148 OFFCURVE",
+"632 2192 OFFCURVE",
+"672 2192 CURVE SMOOTH",
+"768 2192 OFFCURVE",
+"848 2104 OFFCURVE",
+"968 2104 CURVE SMOOTH",
+"1076 2104 OFFCURVE",
+"1140 2212 OFFCURVE",
+"1140 2320 CURVE",
+"988 2376 LINE"
+);
+}
+);
+width = 1568;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1430.0, 'leftMargin': 143, 'rightMargin': 254.0}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = brevehookcomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{648, 1764}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"820 1920 OFFCURVE",
+"768 1848 OFFCURVE",
+"632 1848 CURVE SMOOTH",
+"496 1848 OFFCURVE",
+"444 1920 OFFCURVE",
+"444 2004 CURVE",
+"228 2004 LINE",
+"228 1836 OFFCURVE",
+"384 1716 OFFCURVE",
+"632 1716 CURVE SMOOTH",
+"884 1716 OFFCURVE",
+"1036 1836 OFFCURVE",
+"1036 2004 CURVE",
+"820 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"740 2120 LINE",
+"840 2132 OFFCURVE",
+"940 2172 OFFCURVE",
+"940 2276 CURVE SMOOTH",
+"940 2392 OFFCURVE",
+"804 2472 OFFCURVE",
+"536 2472 CURVE",
+"524 2356 LINE",
+"644 2356 OFFCURVE",
+"736 2336 OFFCURVE",
+"736 2280 CURVE SMOOTH",
+"736 2228 OFFCURVE",
+"680 2212 OFFCURVE",
+"548 2208 CURVE",
+"552 2032 LINE",
+"740 2032 LINE"
+);
+}
+);
+width = 1264;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{664, 1792}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"880 1924 OFFCURVE",
+"816 1860 OFFCURVE",
+"656 1860 CURVE SMOOTH",
+"492 1860 OFFCURVE",
+"432 1924 OFFCURVE",
+"432 2004 CURVE",
+"152 2004 LINE",
+"152 1804 OFFCURVE",
+"344 1672 OFFCURVE",
+"656 1672 CURVE SMOOTH",
+"968 1672 OFFCURVE",
+"1164 1804 OFFCURVE",
+"1164 2004 CURVE",
+"880 2004 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"780 2116 LINE",
+"884 2128 OFFCURVE",
+"984 2172 OFFCURVE",
+"984 2268 CURVE SMOOTH",
+"984 2404 OFFCURVE",
+"816 2480 OFFCURVE",
+"492 2480 CURVE",
+"480 2324 LINE",
+"592 2324 OFFCURVE",
+"668 2312 OFFCURVE",
+"668 2252 CURVE SMOOTH",
+"668 2212 OFFCURVE",
+"612 2192 OFFCURVE",
+"480 2188 CURVE",
+"512 2052 LINE",
+"780 2052 LINE"
+);
+}
+);
+width = 1312;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 1284, 'leftMargin': 176, 'rightMargin': 298}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = commaaccentrotate.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{340, 1648}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"472 1596 LINE",
+"472 1760 LINE SMOOTH",
+"472 1876 OFFCURVE",
+"492 1964 OFFCURVE",
+"556 2076 CURVE",
+"400 2200 LINE",
+"312 2124 OFFCURVE",
+"196 1940 OFFCURVE",
+"196 1772 CURVE",
+"196 1596 LINE"
+);
+}
+);
+width = 752;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{356, 1516}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"512 1476 LINE",
+"516 1652 LINE",
+"516 1812 OFFCURVE",
+"568 1948 OFFCURVE",
+"608 2020 CURVE",
+"388 2124 LINE",
+"264 2044 OFFCURVE",
+"192 1872 OFFCURVE",
+"192 1668 CURVE SMOOTH",
+"192 1476 LINE"
+);
+}
+);
+width = 800;
+}
+);
+userData = {
+interface.gridadjust.original = "{'width': 718, 'leftMargin': 221, 'rightMargin': 135}";
+"interface.width-adjustments" = (
+-16
+);
+};
+},
+{
+color = (222,222,222,1);
+glyphname = tildeacutecomb.cn;
+lastChange = "2018-09-01 23:10:14 +0000";
+layers = (
+{
+anchors = (
+{
+name = _top;
+position = "{-809, 1737}";
+}
+);
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+paths = (
+{
+closed = 1;
+nodes = (
+"-545 1906 OFFCURVE",
+"-595 1854 OFFCURVE",
+"-655 1854 CURVE SMOOTH",
+"-771 1854 OFFCURVE",
+"-837 1955 OFFCURVE",
+"-960 1955 CURVE SMOOTH",
+"-1096 1955 OFFCURVE",
+"-1189 1832 OFFCURVE",
+"-1189 1700 CURVE",
+"-1068 1669 LINE",
+"-1068 1737 OFFCURVE",
+"-1020 1790 OFFCURVE",
+"-960 1790 CURVE SMOOTH",
+"-839 1790 OFFCURVE",
+"-803 1689 OFFCURVE",
+"-655 1689 CURVE SMOOTH",
+"-520 1689 OFFCURVE",
+"-425 1804 OFFCURVE",
+"-425 1939 CURVE",
+"-545 1973 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-738 2009 LINE",
+"-487 2321 LINE",
+"-738 2321 LINE",
+"-913 2009 LINE"
+);
+}
+);
+width = 0;
+},
+{
+anchors = (
+{
+name = _top;
+position = "{-767, 1730}";
+}
+);
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+paths = (
+{
+closed = 1;
+nodes = (
+"-565 1929 OFFCURVE",
+"-604 1878 OFFCURVE",
+"-650 1878 CURVE SMOOTH",
+"-763 1878 OFFCURVE",
+"-859 1966 OFFCURVE",
+"-978 1966 CURVE SMOOTH",
+"-1110 1966 OFFCURVE",
+"-1200 1848 OFFCURVE",
+"-1200 1717 CURVE",
+"-1019 1665 LINE",
+"-1019 1731 OFFCURVE",
+"-982 1782 OFFCURVE",
+"-934 1782 CURVE SMOOTH",
+"-817 1782 OFFCURVE",
+"-751 1693 OFFCURVE",
+"-606 1693 CURVE SMOOTH",
+"-476 1693 OFFCURVE",
+"-382 1810 OFFCURVE",
+"-382 1942 CURVE",
+"-565 1995 LINE"
+);
+},
+{
+closed = 1;
+nodes = (
+"-688 2023 LINE",
+"-441 2276 LINE",
+"-741 2276 LINE",
+"-917 2023 LINE"
+);
+}
+);
+width = 0;
+}
+);
+}
+);
+gridLength = 64;
+gridSubDivision = 8;
+instances = (
+{
+exports = 0;
+customParameters = (
+{
+name = postscriptFontName;
+value = "InterUI-Regular";
+}
+);
+interpolationWeight = 400;
+interpolationWidth = 0;
+instanceInterpolations = {
+"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 1;
+};
+name = Regular;
+weightClass = Normal;
+},
+{
+customParameters = (
+{
+name = italicAngle;
+value = "9.4";
+},
+{
+name = Filter;
+value = "Transformations;Slant:9.4;Origin:4;";
+},
+{
+name = panose;
+value = (
+2,
+11,
+5,
+2,
+3,
+0,
+0,
+0,
+0,
+4
+);
+}
+);
+interpolationWeight = 400;
+interpolationWidth = 9.4;
+instanceInterpolations = {
+"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 1;
+};
+isItalic = 1;
+name = Italic;
+},
+{
+customParameters = (
+{
+name = postscriptFontName;
+value = "InterUI-Medium";
+},
+{
+name = panose;
+value = (
+2,
+11,
+6,
+2,
+3,
+0,
+0,
+0,
+0,
+4
+);
+}
+);
+interpolationWeight = 500;
+interpolationWidth = 0;
+instanceInterpolations = {
+"5C20EF92-B63D-42A8-8878-93C2863E0093" = 0.2;
+"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.8;
+};
+name = Medium;
+weightClass = Medium;
+},
+{
+customParameters = (
+{
+name = italicAngle;
+value = "9.4";
+},
+{
+name = Filter;
+value = "Transformations;Slant:9.4;Origin:4;";
+},
+{
+name = panose;
+value = (
+2,
+11,
+6,
+2,
+3,
+0,
+0,
+0,
+0,
+4
+);
+}
+);
+interpolationWeight = 500;
+instanceInterpolations = {
+"5C20EF92-B63D-42A8-8878-93C2863E0093" = 0.2;
+"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.8;
+};
+isItalic = 1;
+linkStyle = Medium;
+name = "Medium Italic";
+weightClass = Medium;
+},
+{
+customParameters = (
+{
+name = postscriptFontName;
+value = "InterUI-Bold";
+},
+{
+name = panose;
+value = (
+2,
+11,
+8,
+2,
+3,
+0,
+0,
+0,
+0,
+4
+);
+}
+);
+interpolationWeight = 700;
+interpolationWidth = 0;
+instanceInterpolations = {
+"5C20EF92-B63D-42A8-8878-93C2863E0093" = 0.6;
+"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.4;
+};
+isBold = 1;
+name = Bold;
+weightClass = Bold;
+},
+{
+customParameters = (
+{
+name = Filter;
+value = "Transformations;Slant:9.4;Origin:4;";
+},
+{
+name = italicAngle;
+value = "9.4";
+},
+{
+name = panose;
+value = (
+2,
+11,
+8,
+2,
+3,
+0,
+0,
+0,
+0,
+4
+);
+}
+);
+interpolationWeight = 700;
+instanceInterpolations = {
+"5C20EF92-B63D-42A8-8878-93C2863E0093" = 0.6;
+"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.4;
+};
+isItalic = 1;
+linkStyle = Bold;
+name = "Bold Italic";
+weightClass = Bold;
+},
+{
+exports = 0;
+customParameters = (
+{
+name = postscriptFontName;
+value = "InterUI-Black";
+}
+);
+interpolationWeight = 900;
+interpolationWidth = 0;
+instanceInterpolations = {
+"5C20EF92-B63D-42A8-8878-93C2863E0093" = 1;
+};
+name = Black;
+weightClass = Black;
+},
+{
+customParameters = (
+{
+name = Filter;
+value = "Transformations;Slant:9.4;Origin:4;";
+},
+{
+name = italicAngle;
+value = "9.4";
+},
+{
+name = panose;
+value = (
+2,
+11,
+10,
+2,
+3,
+0,
+0,
+0,
+0,
+4
+);
+}
+);
+interpolationWeight = 900;
+instanceInterpolations = {
+"5C20EF92-B63D-42A8-8878-93C2863E0093" = 1;
+};
+isItalic = 1;
+linkStyle = Black;
+name = "Black Italic";
+weightClass = Black;
+}
+);
+kerning = {
+"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = {
+"@MMK_L_A" = {
+"@MMK_R_C" = -96;
+"@MMK_R_T" = -233;
+"@MMK_R_U" = -40;
+"@MMK_R_V" = -180;
+"@MMK_R_W" = -152;
+"@MMK_R_Y" = -207;
+"@MMK_R_a" = -15;
+"@MMK_R_approxequal" = -139;
+"@MMK_R_asciicircum" = -220;
+"@MMK_R_c" = -83;
+"@MMK_R_dagger" = -206;
+"@MMK_R_divide" = -41;
+"@MMK_R_eight.sups" = -249;
+"@MMK_R_f" = -42;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_guillemotright" = -96;
+"@MMK_R_one" = -96;
+"@MMK_R_quotedbl" = -221;
+"@MMK_R_quotedblleft" = -371;
+"@MMK_R_quotedblright" = -276;
+"@MMK_R_s" = -27;
+"@MMK_R_six" = -27;
+"@MMK_R_t" = -84;
+"@MMK_R_u" = -68;
+"@MMK_R_v" = -192;
+"@MMK_R_w" = -192;
+"@MMK_R_x" = -13;
+"@MMK_R_z" = -29;
+Tbar = -151;
+backslash = -55;
+eight = -29;
+five = -14;
+less = -83;
+logicalnot = -55;
+multiply = -82;
+nine = -82;
+nine.1 = -28;
+periodcentered = -84;
+question = -166;
+seven = -42;
+};
+"@MMK_L_AE" = {
+periodcentered = -13;
+};
+"@MMK_L_Alphagreek" = {
+"@MMK_R_Omicrongreek" = -96;
+"@MMK_R_alphagreek" = -83;
+"@MMK_R_asciicircum" = -219;
+"@MMK_R_dagger" = -206;
+"@MMK_R_deltagreek" = -84;
+"@MMK_R_divide" = -40;
+"@MMK_R_eight.sups" = -247;
+"@MMK_R_epsilongreek" = -82;
+"@MMK_R_etagreek" = -83;
+"@MMK_R_gammagreek" = -192;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_guillemotright" = -96;
+"@MMK_R_iotadieresisgreek" = -82;
+"@MMK_R_omegagreek" = -84;
+"@MMK_R_one" = -96;
+"@MMK_R_psigreek" = -55;
+"@MMK_R_quotedbl" = -275;
+"@MMK_R_quotedblleft" = -372;
+"@MMK_R_quotedblright" = -275;
+"@MMK_R_six" = -27;
+Psi = -165;
+backslash = -55;
+five = -13;
+less = -82;
+nine = -15;
+nine.1 = -15;
+pi = -83;
+question = -164;
+rho = -42;
+seven = -41;
+tau = -139;
+theta = -111;
+xi = -69;
+zeta = -109;
+};
+"@MMK_L_B" = {
+"@MMK_R_AE" = -13;
+"@MMK_R_Dcroat" = 82;
+"@MMK_R_Y" = -56;
+"@MMK_R_dagger" = -27;
+"@MMK_R_idieresis" = 96;
+"@MMK_R_quotedblleft" = -82;
+};
+"@MMK_L_C" = {
+"@MMK_R_A" = -54;
+"@MMK_R_AE" = -56;
+"@MMK_R_T" = -70;
+"@MMK_R_X" = -42;
+"@MMK_R_Y" = -42;
+"@MMK_R_idieresis" = 96;
+backslash = 41;
+underscore = -111;
+};
+"@MMK_L_D" = {
+"@MMK_R_A" = -96;
+"@MMK_R_AE" = -82;
+"@MMK_R_T" = -96;
+"@MMK_R_V" = -80;
+"@MMK_R_W" = -20;
+"@MMK_R_X" = -68;
+"@MMK_R_Y" = -96;
+"@MMK_R_Z" = -83;
+"@MMK_R_braceright.case" = -64;
+"@MMK_R_comma" = -125;
+"@MMK_R_dagger" = -15;
+"@MMK_R_eight.subs" = -29;
+"@MMK_R_guillemotright" = -40;
+"@MMK_R_idieresis" = 48;
+"@MMK_R_quotedblbase" = -109;
+"@MMK_R_quotedblleft" = -84;
+"@MMK_R_x" = -28;
+jcrosstail = -240;
+seven = -29;
+slash = -111;
+underscore = -111;
+};
+"@MMK_L_Decyrillic" = {
+"@MMK_R_Elcyrillic" = 41;
+"@MMK_R_divide" = -42;
+"@MMK_R_elcyrillic" = 40;
+afii10021 = 96;
+afii10024 = 54;
+afii10025 = 29;
+afii10044 = -41;
+decyrillic = 68;
+iacyrillic = 56;
+underscore = 165;
+zhecyrillic = 27;
+};
+"@MMK_L_E" = {
+"@MMK_R_C" = -32;
+"@MMK_R_dotlessi" = -48;
+"@MMK_R_dotlessj" = -48;
+"@MMK_R_idieresis" = 208;
+"@MMK_R_v" = -64;
+backslash = 56;
+four = -28;
+periodcentered = -14;
+};
+"@MMK_L_Ecyrillic" = {
+"@MMK_R_Djecyrillic" = -96;
+"@MMK_R_Elcyrillic" = -28;
+"@MMK_R_Ucyrillic" = -56;
+"@MMK_R_comma" = -124;
+"@MMK_R_elcyrillic" = -41;
+afii10021 = -29;
+afii10024 = -55;
+afii10038 = -42;
+afii10041 = -13;
+afii10044 = -83;
+afii10049 = -42;
+tecyrillic = -29;
+tenge = -14;
+underscore = -69;
+zhecyrillic = -27;
+};
+"@MMK_L_Epsilongreek" = {
+"@MMK_R_etagreek" = -27;
+"@MMK_R_gammagreek" = -29;
+backslash = 55;
+four = -28;
+};
+"@MMK_L_Ereversedcyrillic" = {
+"@MMK_R_Djecyrillic" = -96;
+"@MMK_R_Ucyrillic" = -14;
+"@MMK_R_comma" = -123;
+"@MMK_R_quotedblbase" = -96;
+afii10024 = -69;
+afii10025 = -15;
+afii10044 = -68;
+underscore = -111;
+};
+"@MMK_L_F" = {
+"@MMK_R_A" = -256;
+"@MMK_R_AE" = -248;
+"@MMK_R_C" = -48;
+"@MMK_R_J" = -139;
+"@MMK_R_a" = -112;
+"@MMK_R_approxequal" = -42;
+"@MMK_R_c" = -112;
+"@MMK_R_comma" = -233;
+"@MMK_R_dotlessi" = -64;
+"@MMK_R_dotlessj" = -64;
+"@MMK_R_eight.subs" = -151;
+"@MMK_R_idieresis" = 208;
+"@MMK_R_m" = -96;
+"@MMK_R_quotedblbase" = -331;
+"@MMK_R_six" = -40;
+"@MMK_R_u" = -96;
+"@MMK_R_v" = -96;
+"@MMK_R_z" = -96;
+ampersand = -70;
+backslash = 27;
+eight = -42;
+four = -41;
+periodcentered = -14;
+slash = -139;
+three = -28;
+two = -28;
+underscore = -192;
+};
+"@MMK_L_G" = {
+"@MMK_R_A" = -41;
+"@MMK_R_AE" = -70;
+"@MMK_R_T" = -42;
+"@MMK_R_X" = -40;
+"@MMK_R_Y" = -41;
+"@MMK_R_braceright.case" = -32;
+"@MMK_R_idieresis" = 96;
+slash = -42;
+};
+"@MMK_L_Gecyrillic" = {
+"@MMK_R_Djecyrillic" = -41;
+"@MMK_R_Ecyrillic" = -96;
+"@MMK_R_Elcyrillic" = -110;
+"@MMK_R_approxequal" = -249;
+"@MMK_R_colon" = -110;
+"@MMK_R_comma" = -234;
+"@MMK_R_divide" = -206;
+"@MMK_R_dzhecyrillic" = -150;
+"@MMK_R_ecyrillic" = -234;
+"@MMK_R_elcyrillic" = -235;
+"@MMK_R_guillemotleft" = -357;
+"@MMK_R_guillemotright" = -137;
+"@MMK_R_quotedblbase" = -412;
+"@MMK_R_six" = -82;
+afii10021 = -84;
+afii10024 = -41;
+afii10025 = -13;
+afii10038 = -96;
+afii10047 = -54;
+afii10049 = -82;
+ampersand = -96;
+asciitilde = -206;
+becyrillic = -42;
+checyrillic = -206;
+decyrillic = -207;
+eight = -41;
+ereversedcyrillic = -205;
+five = -29;
+four = -164;
+greater = -69;
+hardsigncyrillic = -206;
+hryvnia = -27;
+iacyrillic = -274;
+less = -206;
+logicalnot = -206;
+multiply = -219;
+nine = -29;
+nine.1 = -29;
+numbersign = -70;
+tecyrillic = -180;
+three = -27;
+two = -29;
+underscore = -179;
+uni20BD = -84;
+zecyrillic = -205;
+zhecyrillic = -205;
+};
+"@MMK_L_H" = {
+"@MMK_R_B" = -32;
+"@MMK_R_dotlessj" = 8;
+"@MMK_R_idieresis" = 208;
+backslash = 16;
+};
+"@MMK_L_Hardsigncyrillic" = {
+"@MMK_R_Djecyrillic" = -205;
+"@MMK_R_Ucyrillic" = -40;
+"@MMK_R_asciicircum" = -56;
+"@MMK_R_eight.sups" = -42;
+"@MMK_R_one" = -41;
+"@MMK_R_quotedbl" = -96;
+"@MMK_R_quotedblbase" = -29;
+"@MMK_R_quotedblleft" = -13;
+"@MMK_R_quotedblright" = -56;
+afii10024 = -55;
+afii10041 = -27;
+afii10044 = -165;
+afii10049 = -13;
+checyrillic = -14;
+hardsigncyrillic = -55;
+seven = -41;
+tecyrillic = -28;
+tenge = -42;
+zhecyrillic = -14;
+};
+"@MMK_L_IJacute" = {
+"@MMK_R_A" = -41;
+"@MMK_R_AE" = -56;
+"@MMK_R_comma" = -69;
+"@MMK_R_quotedblbase" = -179;
+backslash = 56;
+slash = -137;
+underscore = -111;
+};
+"@MMK_L_K" = {
+"@MMK_R_C" = -110;
+"@MMK_R_S" = -69;
+"@MMK_R_a" = -28;
+"@MMK_R_approxequal" = -84;
+"@MMK_R_c" = -110;
+"@MMK_R_dagger" = -82;
+"@MMK_R_divide" = -304;
+"@MMK_R_f" = -41;
+"@MMK_R_guillemotleft" = -139;
+"@MMK_R_idieresis" = 240;
+"@MMK_R_one" = -27;
+"@MMK_R_quotedbl" = -27;
+"@MMK_R_quotedblright" = -70;
+"@MMK_R_s" = -68;
+"@MMK_R_six" = -56;
+"@MMK_R_t" = -54;
+"@MMK_R_u" = -96;
+"@MMK_R_v" = -100;
+"@MMK_R_w" = -179;
+ampersand = -41;
+asterisk.case = -48;
+at = -41;
+five = -29;
+four = -70;
+infinity = -96;
+less = -180;
+logicalnot = -137;
+multiply = -54;
+nine = -42;
+nine.1 = -42;
+periodcentered = -123;
+tbar = -68;
+three = -27;
+};
+"@MMK_L_L" = {
+"@MMK_R_C" = -82;
+"@MMK_R_T" = -262;
+"@MMK_R_U" = -68;
+"@MMK_R_V" = -192;
+"@MMK_R_W" = -192;
+"@MMK_R_Y" = -262;
+"@MMK_R_asciicircum" = -370;
+"@MMK_R_c" = -70;
+"@MMK_R_dagger" = -260;
+"@MMK_R_divide" = -234;
+"@MMK_R_eight.sups" = -425;
+"@MMK_R_guillemotleft" = -165;
+"@MMK_R_one" = -124;
+"@MMK_R_quotedbl" = -249;
+"@MMK_R_quotedblleft" = -234;
+"@MMK_R_quotedblright" = -192;
+"@MMK_R_six" = -41;
+"@MMK_R_t" = -68;
+"@MMK_R_v" = -192;
+"@MMK_R_w" = -178;
+Tbar = -261;
+backslash = -56;
+eight = -29;
+four = -29;
+less = -56;
+logicalnot = -358;
+periodcentered = -166;
+question = -192;
+seven = -40;
+};
+"@MMK_L_Ohorn" = {
+"@MMK_R_A" = -96;
+"@MMK_R_AE" = -84;
+"@MMK_R_T" = 40;
+"@MMK_R_a" = -42;
+"@MMK_R_approxequal" = -42;
+"@MMK_R_c" = -40;
+"@MMK_R_comma" = -138;
+"@MMK_R_divide" = -42;
+"@MMK_R_eight.sups" = 139;
+"@MMK_R_guillemotleft" = -152;
+"@MMK_R_idieresis" = 256;
+"@MMK_R_quotedbl" = 54;
+"@MMK_R_quotedblbase" = -206;
+"@MMK_R_t" = 28;
+Hbar = 42;
+Tbar = 40;
+asciitilde = -42;
+at = -42;
+bullet = -42;
+copyright = -40;
+emdash = -40;
+endash = -41;
+exclamdown = -41;
+figuredash = -41;
+hyphenbullet = -42;
+infinity = -42;
+integral = -42;
+logicalnot = -40;
+lslash = 28;
+multiply = -42;
+partialdiff = -40;
+periodcentered = -42;
+questiondown = -40;
+seven = 56;
+};
+"@MMK_L_Omegagreek" = {
+"@MMK_R_etagreek" = -28;
+Psi = -29;
+theta = -13;
+xi = -14;
+};
+"@MMK_L_Omicrongreek" = {
+"@MMK_R_Alphagreek" = -96;
+"@MMK_R_comma" = -124;
+"@MMK_R_epsilongreek" = -13;
+"@MMK_R_etagreek" = -29;
+"@MMK_R_guillemotright" = -41;
+"@MMK_R_quotedblleft" = -84;
+Psi = -42;
+Sigma = -42;
+lambda = -40;
+pi = -13;
+rho = -15;
+seven = -28;
+slash = -109;
+tau = -13;
+underscore = -110;
+xi = -13;
+zeta = -29;
+};
+"@MMK_L_P" = {
+"@MMK_R_A" = -205;
+"@MMK_R_AE" = -315;
+"@MMK_R_J" = -150;
+"@MMK_R_X" = -83;
+"@MMK_R_Y" = -54;
+"@MMK_R_Z" = -55;
+"@MMK_R_a" = -40;
+"@MMK_R_c" = -58;
+"@MMK_R_comma" = -275;
+"@MMK_R_dotlessi" = -48;
+"@MMK_R_eight.subs" = -219;
+"@MMK_R_f" = 68;
+"@MMK_R_guillemotleft" = -55;
+"@MMK_R_idieresis" = 96;
+"@MMK_R_quotedblbase" = -400;
+"@MMK_R_s" = -41;
+"@MMK_R_t" = 70;
+"@MMK_R_v" = 55;
+ampersand = -84;
+backslash = 40;
+four = -83;
+hyphen = -128;
+periodcentered = -13;
+seven = -13;
+slash = -137;
+two = -13;
+underscore = -233;
+};
+"@MMK_L_R" = {
+"@MMK_R_V" = -42;
+"@MMK_R_W" = -42;
+"@MMK_R_Y" = -54;
+"@MMK_R_c" = -32;
+"@MMK_R_f" = 28;
+"@MMK_R_idieresis" = 128;
+"@MMK_R_quotedblleft" = -27;
+"@MMK_R_s" = -29;
+"@MMK_R_t" = 70;
+four = -28;
+periodcentered = -14;
+};
+"@MMK_L_S" = {
+"@MMK_R_V" = -27;
+"@MMK_R_W" = -28;
+"@MMK_R_X" = -13;
+"@MMK_R_Y" = -29;
+"@MMK_R_idieresis" = 128;
+};
+"@MMK_L_T" = {
+"@MMK_R_A" = -234;
+"@MMK_R_AE" = -344;
+"@MMK_R_C" = -83;
+"@MMK_R_J" = -206;
+"@MMK_R_a" = -205;
+"@MMK_R_c" = -220;
+"@MMK_R_colon" = -109;
+"@MMK_R_comma" = -235;
+"@MMK_R_divide" = -206;
+"@MMK_R_eight.subs" = -343;
+"@MMK_R_guillemotleft" = -357;
+"@MMK_R_guillemotright" = -137;
+"@MMK_R_idieresis" = 256;
+"@MMK_R_m" = -151;
+"@MMK_R_quotedblbase" = -329;
+"@MMK_R_s" = -207;
+"@MMK_R_six" = -83;
+"@MMK_R_u" = -207;
+"@MMK_R_v" = -178;
+"@MMK_R_w" = -178;
+"@MMK_R_x" = -164;
+"@MMK_R_z" = -112;
+adieresis = -112;
+ampersand = -96;
+asterisk.case = -96;
+atilde = -112;
+backslash = 54;
+edieresis = -144;
+four = -192;
+itilde = 16;
+less = -221;
+ntilde = -80;
+odieresis = -144;
+otilde = -144;
+periodcentered = -221;
+slash = -219;
+three = -27;
+udieresis = -144;
+underscore = -150;
+utilde = -112;
+wdieresis = -144;
+ydieresis = -96;
+};
+"@MMK_L_Ucyrillic" = {
+"@MMK_R_Djecyrillic" = -41;
+"@MMK_R_Ecyrillic" = -84;
+"@MMK_R_Elcyrillic" = -68;
+"@MMK_R_Ucyrillic" = -13;
+"@MMK_R_approxequal" = -137;
+"@MMK_R_comma" = -357;
+"@MMK_R_divide" = -192;
+"@MMK_R_dzhecyrillic" = -68;
+"@MMK_R_ecyrillic" = -139;
+"@MMK_R_eight.subs" = -260;
+"@MMK_R_elcyrillic" = -164;
+"@MMK_R_guillemotleft" = -180;
+"@MMK_R_guillemotright" = -137;
+"@MMK_R_one" = -28;
+"@MMK_R_quotedblbase" = -454;
+"@MMK_R_six" = -29;
+afii10021 = -40;
+afii10024 = -69;
+afii10025 = -29;
+afii10038 = -68;
+afii10044 = -28;
+afii10047 = -40;
+afii10049 = -68;
+ampersand = -70;
+becyrillic = -41;
+checyrillic = -96;
+decyrillic = -123;
+eight = -55;
+ereversedcyrillic = -111;
+four = -111;
+greater = -28;
+hardsigncyrillic = -110;
+hryvnia = -56;
+iacyrillic = -138;
+less = -192;
+logicalnot = -96;
+multiply = -138;
+nine = -13;
+nine.1 = -13;
+numbersign = -55;
+tecyrillic = -82;
+three = -70;
+two = -83;
+underscore = -235;
+uni20BD = -29;
+zecyrillic = -110;
+zhecyrillic = -109;
+};
+"@MMK_L_Uhorn" = {
+"@MMK_R_A" = -219;
+"@MMK_R_AE" = -343;
+"@MMK_R_C" = -109;
+"@MMK_R_J" = -288;
+"@MMK_R_S" = -42;
+"@MMK_R_Y" = 70;
+"@MMK_R_a" = -165;
+"@MMK_R_approxequal" = -165;
+"@MMK_R_braceright" = 111;
+"@MMK_R_c" = -164;
+"@MMK_R_colon" = -165;
+"@MMK_R_comma" = -247;
+"@MMK_R_divide" = -165;
+"@MMK_R_eight.subs" = -166;
+"@MMK_R_eight.sups" = 42;
+"@MMK_R_f" = -40;
+"@MMK_R_guillemotleft" = -276;
+"@MMK_R_guillemotright" = -139;
+"@MMK_R_idieresis" = 192;
+"@MMK_R_m" = -165;
+"@MMK_R_quotedblbase" = -357;
+"@MMK_R_s" = -164;
+"@MMK_R_six" = -55;
+"@MMK_R_t" = -83;
+"@MMK_R_u" = -166;
+"@MMK_R_v" = -164;
+"@MMK_R_w" = -139;
+"@MMK_R_x" = -139;
+"@MMK_R_z" = -164;
+ampersand = -125;
+asciitilde = -166;
+at = -109;
+bullet = -166;
+emdash = -164;
+endash = -166;
+figuredash = -166;
+four = -125;
+hyphenbullet = -164;
+infinity = -165;
+integral = -164;
+less = -166;
+logicalnot = -164;
+multiply = -164;
+partialdiff = -165;
+periodcentered = -164;
+questiondown = -164;
+radical = -84;
+slash = -139;
+trianglebullet = -166;
+};
+"@MMK_L_V" = {
+"@MMK_R_A" = -178;
+"@MMK_R_AE" = -358;
+"@MMK_R_C" = -80;
+"@MMK_R_J" = -166;
+"@MMK_R_S" = -27;
+"@MMK_R_V" = 64;
+"@MMK_R_Y" = 80;
+"@MMK_R_a" = -139;
+"@MMK_R_approxequal" = -178;
+"@MMK_R_c" = -144;
+"@MMK_R_colon" = -166;
+"@MMK_R_comma" = -274;
+"@MMK_R_divide" = -138;
+"@MMK_R_eight.subs" = -260;
+"@MMK_R_guillemotleft" = -151;
+"@MMK_R_guillemotright" = -68;
+"@MMK_R_idieresis" = 240;
+"@MMK_R_m" = -83;
+"@MMK_R_quotedblbase" = -316;
+"@MMK_R_s" = -125;
+"@MMK_R_six" = -29;
+"@MMK_R_u" = -70;
+"@MMK_R_v" = -48;
+"@MMK_R_w" = -40;
+"@MMK_R_x" = -42;
+"@MMK_R_z" = -42;
+adieresis = -112;
+ampersand = -138;
+at = -96;
+backslash = 54;
+eight = -40;
+four = -96;
+infinity = -70;
+less = -207;
+logicalnot = -164;
+multiply = -109;
+nine = -15;
+nine.1 = -15;
+ntilde = -48;
+otilde = -128;
+periodcentered = -111;
+questiongreek = -69;
+slash = -206;
+underscore = -219;
+};
+"@MMK_L_Vecyrillic" = {
+"@MMK_R_quotedblbase" = -56;
+afii10044 = -42;
+afii10049 = -15;
+checyrillic = -14;
+hardsigncyrillic = -41;
+iacyrillic = -29;
+tecyrillic = -29;
+underscore = -55;
+zecyrillic = -15;
+zhecyrillic = -15;
+};
+"@MMK_L_W" = {
+"@MMK_R_A" = -151;
+"@MMK_R_AE" = -249;
+"@MMK_R_C" = -84;
+"@MMK_R_J" = -165;
+"@MMK_R_S" = -32;
+"@MMK_R_a" = -137;
+"@MMK_R_approxequal" = -178;
+"@MMK_R_c" = -137;
+"@MMK_R_colon" = -137;
+"@MMK_R_comma" = -274;
+"@MMK_R_divide" = -139;
+"@MMK_R_eight.subs" = -249;
+"@MMK_R_guillemotleft" = -150;
+"@MMK_R_guillemotright" = -69;
+"@MMK_R_idieresis" = 256;
+"@MMK_R_m" = -84;
+"@MMK_R_quotedblbase" = -304;
+"@MMK_R_s" = -96;
+"@MMK_R_six" = -29;
+"@MMK_R_u" = -68;
+"@MMK_R_v" = -42;
+"@MMK_R_w" = -40;
+"@MMK_R_x" = -41;
+"@MMK_R_z" = -41;
+ampersand = -137;
+backslash = 54;
+eight = -40;
+four = -96;
+infinity = -29;
+less = -207;
+periodcentered = -84;
+slash = -192;
+three = -42;
+underscore = -221;
+};
+"@MMK_L_X" = {
+"@MMK_R_C" = -70;
+"@MMK_R_J" = -56;
+"@MMK_R_S" = -14;
+"@MMK_R_a" = -27;
+"@MMK_R_approxequal" = -137;
+"@MMK_R_asciicircum" = -42;
+"@MMK_R_c" = -80;
+"@MMK_R_dagger" = -28;
+"@MMK_R_divide" = -180;
+"@MMK_R_guillemotleft" = -111;
+"@MMK_R_guillemotright" = -40;
+"@MMK_R_idieresis" = 256;
+"@MMK_R_s" = -41;
+"@MMK_R_six" = -82;
+"@MMK_R_t" = -54;
+"@MMK_R_u" = -42;
+"@MMK_R_v" = -83;
+"@MMK_R_w" = -84;
+ampersand = -28;
+at = -27;
+backslash = 29;
+eight = -15;
+four = -42;
+infinity = -27;
+less = -150;
+periodcentered = -123;
+slash = -41;
+three = -42;
+two = -27;
+};
+"@MMK_L_Y" = {
+"@MMK_R_A" = -205;
+"@MMK_R_AE" = -316;
+"@MMK_R_C" = -96;
+"@MMK_R_J" = -205;
+"@MMK_R_S" = -29;
+"@MMK_R_V" = 80;
+"@MMK_R_Y" = 64;
+"@MMK_R_a" = -176;
+"@MMK_R_approxequal" = -261;
+"@MMK_R_asciicircum" = -42;
+"@MMK_R_c" = -160;
+"@MMK_R_colon" = -165;
+"@MMK_R_comma" = -274;
+"@MMK_R_dagger" = -29;
+"@MMK_R_divide" = -219;
+"@MMK_R_eight.subs" = -317;
+"@MMK_R_f" = -64;
+"@MMK_R_guillemotleft" = -248;
+"@MMK_R_guillemotright" = -164;
+"@MMK_R_idieresis" = 256;
+"@MMK_R_m" = -112;
+"@MMK_R_quotedblbase" = -304;
+"@MMK_R_s" = -192;
+"@MMK_R_six" = -64;
+"@MMK_R_t" = -12;
+"@MMK_R_u" = -112;
+"@MMK_R_v" = -64;
+"@MMK_R_w" = -48;
+"@MMK_R_x" = -64;
+"@MMK_R_z" = -76;
+adieresis = -112;
+ampersand = -164;
+at = -55;
+backslash = 42;
+edieresis = -144;
+eight = -68;
+four = -192;
+infinity = -96;
+itilde = 1;
+less = -288;
+logicalnot = -137;
+multiply = -125;
+nine = -28;
+nine.1 = -28;
+ntilde = -64;
+odieresis = -144;
+otilde = -144;
+periodcentered = -138;
+questiongreek = -164;
+slash = -192;
+three = -54;
+two = -28;
+underscore = -276;
+};
+"@MMK_L_Z" = {
+"@MMK_R_C" = -84;
+"@MMK_R_c" = -40;
+"@MMK_R_divide" = -109;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_idieresis" = 240;
+"@MMK_R_six" = -29;
+four = -68;
+less = -164;
+periodcentered = -84;
+};
+"@MMK_L_a" = {
+"@MMK_R_T" = -205;
+"@MMK_R_U" = -41;
+"@MMK_R_V" = -137;
+"@MMK_R_W" = -138;
+"@MMK_R_Y" = -205;
+"@MMK_R_c" = -8;
+"@MMK_R_dagger" = -29;
+"@MMK_R_dotlessj" = -8;
+"@MMK_R_one" = -110;
+"@MMK_R_quotedblleft" = -123;
+"@MMK_R_t" = -16;
+"@MMK_R_v" = -86;
+"@MMK_R_w" = -69;
+seven = -48;
+};
+"@MMK_L_acyrillic" = {
+hardsigncyrillic = -29;
+tecyrillic = -28;
+};
+"@MMK_L_ae" = {
+"@MMK_R_A" = -54;
+"@MMK_R_T" = -221;
+"@MMK_R_V" = -144;
+"@MMK_R_W" = -139;
+"@MMK_R_X" = -70;
+"@MMK_R_Y" = -240;
+"@MMK_R_dagger" = -69;
+"@MMK_R_quotedblleft" = -83;
+"@MMK_R_v" = -48;
+"@MMK_R_w" = -55;
+"@MMK_R_x" = -56;
+seven = -64;
+underscore = -42;
+};
+"@MMK_L_alphagreek" = {
+"@MMK_R_Alphagreek" = -111;
+"@MMK_R_alphagreek" = -28;
+"@MMK_R_deltagreek" = -28;
+"@MMK_R_divide" = -110;
+"@MMK_R_eight.sups" = 125;
+"@MMK_R_epsilongreek" = -15;
+"@MMK_R_etagreek" = -55;
+"@MMK_R_gammagreek" = -56;
+"@MMK_R_guillemotleft" = -54;
+"@MMK_R_iotadieresisgreek" = -29;
+"@MMK_R_omegagreek" = -13;
+"@MMK_R_quotedblbase" = -27;
+"@MMK_R_quotedblleft" = -137;
+"@MMK_R_quotedblright" = 84;
+Psi = -29;
+ampersand = -29;
+four = -54;
+less = -111;
+logicalnot = -96;
+pi = -42;
+slash = -96;
+tau = -40;
+theta = -42;
+xi = -27;
+zeta = -20;
+};
+"@MMK_L_approxequal" = {
+"@MMK_R_A" = -139;
+"@MMK_R_AE" = -137;
+"@MMK_R_V" = -180;
+"@MMK_R_W" = -178;
+"@MMK_R_X" = -139;
+"@MMK_R_Y" = -261;
+"@MMK_R_quotedblleft" = -152;
+"@MMK_R_v" = -111;
+"@MMK_R_w" = -83;
+"@MMK_R_x" = -96;
+afii10044 = -124;
+tenge = -110;
+};
+"@MMK_L_asciicircum" = {
+"@MMK_R_A" = -221;
+"@MMK_R_AE" = -304;
+"@MMK_R_Alphagreek" = -221;
+"@MMK_R_Dcroat" = 96;
+"@MMK_R_Elcyrillic" = -96;
+"@MMK_R_J" = -275;
+"@MMK_R_X" = -41;
+"@MMK_R_Y" = -41;
+"@MMK_R_comma" = -384;
+"@MMK_R_six" = -29;
+Hbar = 70;
+afii10021 = -55;
+afii10024 = -29;
+ampersand = -96;
+decyrillic = -41;
+four = -123;
+underscore = -192;
+};
+"@MMK_L_b" = {
+"@MMK_R_A" = -84;
+"@MMK_R_AE" = -96;
+"@MMK_R_T" = -221;
+"@MMK_R_V" = -144;
+"@MMK_R_W" = -139;
+"@MMK_R_X" = -80;
+"@MMK_R_Y" = -240;
+"@MMK_R_braceright" = -32;
+"@MMK_R_comma" = -28;
+"@MMK_R_dagger" = -96;
+"@MMK_R_m" = -32;
+"@MMK_R_one" = -69;
+"@MMK_R_quotedblleft" = -165;
+"@MMK_R_quotedblright" = -16;
+"@MMK_R_u" = -16;
+"@MMK_R_v" = -56;
+"@MMK_R_w" = -55;
+"@MMK_R_x" = -68;
+"@MMK_R_z" = -42;
+jcrosstail = -208;
+seven = -80;
+underscore = -40;
+};
+"@MMK_L_becyrillic" = {
+"@MMK_R_comma" = -55;
+"@MMK_R_elcyrillic" = -15;
+checyrillic = -29;
+decyrillic = -14;
+ereversedcyrillic = -14;
+hardsigncyrillic = -96;
+iacyrillic = -15;
+tecyrillic = -56;
+zecyrillic = -15;
+zhecyrillic = -69;
+};
+"@MMK_L_braceleft" = {
+"@MMK_R_alphagreek" = -29;
+"@MMK_R_c" = -32;
+"@MMK_R_deltagreek" = -29;
+"@MMK_R_dotlessj" = 83;
+"@MMK_R_epsilongreek" = -27;
+"@MMK_R_iotadieresisgreek" = -28;
+"@MMK_R_omegagreek" = -27;
+checyrillic = -42;
+rho = -27;
+theta = -28;
+xi = -29;
+zeta = -29;
+};
+"@MMK_L_braceleft.case" = {
+"@MMK_R_C" = -64;
+};
+"@MMK_L_c" = {
+"@MMK_R_A" = -20;
+"@MMK_R_B" = -60;
+"@MMK_R_T" = -207;
+"@MMK_R_V" = -78;
+"@MMK_R_W" = -62;
+"@MMK_R_X" = -21;
+"@MMK_R_Y" = -168;
+"@MMK_R_c" = 4;
+"@MMK_R_dagger" = -8;
+"@MMK_R_f" = 36;
+"@MMK_R_quotedblleft" = -7;
+"@MMK_R_t" = 23;
+"@MMK_R_v" = -42;
+seven = -36;
+};
+"@MMK_L_colon" = {
+"@MMK_R_Djecyrillic" = -111;
+"@MMK_R_T" = -109;
+"@MMK_R_V" = -166;
+"@MMK_R_W" = -137;
+"@MMK_R_Y" = -165;
+"@MMK_R_quotedblleft" = -123;
+Psi = -165;
+afii10044 = -137;
+four = -41;
+seven = -40;
+tenge = -28;
+three = -13;
+two = 13;
+};
+"@MMK_L_colon.case" = {
+"@MMK_R_quotedblleft" = -54;
+five = 44;
+seven = -27;
+three = -13;
+two = 14;
+};
+"@MMK_L_comma" = {
+grave = -384;
+quotedblreversed = -384;
+quotereversed = -384;
+};
+"@MMK_L_dagger" = {
+"@MMK_R_A" = -205;
+"@MMK_R_AE" = -247;
+"@MMK_R_Alphagreek" = -206;
+"@MMK_R_C" = -15;
+"@MMK_R_J" = -206;
+"@MMK_R_X" = -28;
+"@MMK_R_Y" = -29;
+"@MMK_R_a" = -69;
+"@MMK_R_c" = -96;
+"@MMK_R_s" = -40;
+Hbar = 110;
+ampersand = -110;
+};
+"@MMK_L_dcaron" = {
+"@MMK_R_B" = 54;
+"@MMK_R_Dcroat" = 109;
+"@MMK_R_T" = 109;
+"@MMK_R_U" = 68;
+"@MMK_R_V" = 56;
+"@MMK_R_W" = 125;
+"@MMK_R_X" = 109;
+"@MMK_R_Y" = 109;
+"@MMK_R_Z" = 55;
+"@MMK_R_asciicircum" = 150;
+"@MMK_R_braceright" = 276;
+"@MMK_R_dagger" = 111;
+"@MMK_R_divide" = -28;
+"@MMK_R_eight.subs" = -110;
+"@MMK_R_eight.sups" = 192;
+"@MMK_R_one" = 125;
+"@MMK_R_quotedbl" = 96;
+"@MMK_R_quotedblleft" = 96;
+"@MMK_R_quotedblright" = 40;
+Hbar = 152;
+Tbar = 125;
+backslash = 152;
+eight = 40;
+exclam = 84;
+question = 82;
+seven = 124;
+two = 70;
+};
+"@MMK_L_decyrillic" = {
+"@MMK_R_comma" = 55;
+checyrillic = -29;
+decyrillic = 56;
+hardsigncyrillic = -42;
+slash = 69;
+underscore = 123;
+};
+"@MMK_L_deltagreek" = {
+"@MMK_R_Alphagreek" = -82;
+"@MMK_R_comma" = -28;
+"@MMK_R_epsilongreek" = -13;
+"@MMK_R_etagreek" = -27;
+"@MMK_R_gammagreek" = -70;
+"@MMK_R_one" = -69;
+"@MMK_R_quotedblleft" = -165;
+Psi = -235;
+lambda = -68;
+pi = -83;
+seven = -83;
+tau = -84;
+underscore = -41;
+};
+"@MMK_L_divide" = {
+"@MMK_R_A" = -40;
+"@MMK_R_AE" = -96;
+"@MMK_R_Alphagreek" = -40;
+"@MMK_R_Djecyrillic" = -304;
+"@MMK_R_Elcyrillic" = -54;
+"@MMK_R_J" = -42;
+"@MMK_R_T" = -206;
+"@MMK_R_Ucyrillic" = -138;
+"@MMK_R_V" = -138;
+"@MMK_R_W" = -137;
+"@MMK_R_X" = -179;
+"@MMK_R_Y" = -221;
+"@MMK_R_Z" = -70;
+"@MMK_R_etagreek" = -54;
+"@MMK_R_f" = -56;
+"@MMK_R_gammagreek" = -29;
+"@MMK_R_quotedblleft" = -165;
+"@MMK_R_t" = -56;
+"@MMK_R_v" = -29;
+"@MMK_R_w" = -27;
+"@MMK_R_x" = -55;
+"@MMK_R_z" = -29;
+Psi = -219;
+Tbar = -69;
+afii10021 = -70;
+afii10024 = -304;
+afii10025 = -138;
+afii10041 = -41;
+afii10044 = -192;
+afii10047 = -54;
+afii10049 = -83;
+pi = -54;
+tau = -56;
+tecyrillic = -29;
+};
+"@MMK_L_dotlessi" = {
+"@MMK_R_dotlessj" = -32;
+"@MMK_R_quotedbl" = -42;
+"@MMK_R_quotedblleft" = -69;
+};
+"@MMK_L_ecyrillic" = {
+"@MMK_R_quotedblbase" = -68;
+checyrillic = -41;
+hardsigncyrillic = -69;
+iacyrillic = -27;
+tecyrillic = -70;
+zhecyrillic = -70;
+};
+"@MMK_L_eight" = {
+"@MMK_R_A" = -15;
+"@MMK_R_Alphagreek" = -14;
+"@MMK_R_V" = -41;
+"@MMK_R_W" = -42;
+"@MMK_R_X" = -15;
+"@MMK_R_Y" = -69;
+"@MMK_R_comma" = -96;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_quotedbl" = -40;
+"@MMK_R_quotedblbase" = -138;
+"@MMK_R_quotedblleft" = -82;
+"@MMK_R_quotedblright" = -82;
+Psi = -69;
+afii10024 = -40;
+backslash = 42;
+underscore = -41;
+};
+"@MMK_L_eight.subs" = {
+"@MMK_R_C" = -28;
+"@MMK_R_Djecyrillic" = -345;
+"@MMK_R_T" = -344;
+"@MMK_R_Ucyrillic" = -41;
+"@MMK_R_V" = -262;
+"@MMK_R_W" = -247;
+"@MMK_R_Y" = -317;
+"@MMK_R_dotlessj" = 165;
+"@MMK_R_etagreek" = -68;
+"@MMK_R_gammagreek" = -139;
+"@MMK_R_one" = -247;
+"@MMK_R_t" = -68;
+"@MMK_R_v" = -137;
+"@MMK_R_w" = -83;
+Psi = -317;
+Tbar = -205;
+afii10041 = -109;
+afii10044 = -96;
+pi = -68;
+tau = -69;
+};
+"@MMK_L_eight.sups" = {
+"@MMK_R_A" = -247;
+"@MMK_R_AE" = -371;
+"@MMK_R_Alphagreek" = -247;
+"@MMK_R_Elcyrillic" = -82;
+"@MMK_R_J" = -316;
+"@MMK_R_comma" = -304;
+"@MMK_R_etagreek" = 96;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_quotedblbase" = -400;
+"@MMK_R_t" = 96;
+Hbar = 124;
+afii10021 = -69;
+ampersand = -42;
+four = -150;
+pi = 96;
+tau = 96;
+};
+"@MMK_L_epsilongreek" = {
+"@MMK_R_Alphagreek" = -41;
+"@MMK_R_deltagreek" = -13;
+"@MMK_R_quotedblleft" = -28;
+Psi = -124;
+lambda = -28;
+seven = -54;
+theta = -15;
+xi = -15;
+zeta = -13;
+};
+"@MMK_L_etagreek" = {
+"@MMK_R_etagreek" = -29;
+"@MMK_R_gammagreek" = -55;
+pi = -28;
+tau = -29;
+};
+"@MMK_L_f" = {
+"@MMK_R_A" = -96;
+"@MMK_R_AE" = -84;
+"@MMK_R_J" = -166;
+"@MMK_R_Y" = 64;
+"@MMK_R_a" = -42;
+"@MMK_R_c" = -62;
+"@MMK_R_comma" = -152;
+"@MMK_R_divide" = -70;
+"@MMK_R_eight.subs" = -110;
+"@MMK_R_eight.sups" = 69;
+"@MMK_R_guillemotleft" = -111;
+"@MMK_R_idieresis" = 288;
+"@MMK_R_quotedblbase" = -248;
+"@MMK_R_quotedblright" = 54;
+"@MMK_R_s" = -69;
+ampersand = -42;
+four = -164;
+hturnhook2 = 112;
+periodcentered = -28;
+slash = -68;
+underscore = -40;
+};
+"@MMK_L_g" = {
+"@MMK_R_T" = -144;
+"@MMK_R_quotedblleft" = -83;
+seven = -41;
+underscore = 96;
+};
+"@MMK_L_gammagreek" = {
+"@MMK_R_Alphagreek" = -192;
+"@MMK_R_alphagreek" = -70;
+"@MMK_R_comma" = -206;
+"@MMK_R_deltagreek" = -22;
+"@MMK_R_divide" = -109;
+"@MMK_R_eight.sups" = 123;
+"@MMK_R_epsilongreek" = -69;
+"@MMK_R_etagreek" = -42;
+"@MMK_R_gammagreek" = -54;
+"@MMK_R_guillemotleft" = -56;
+"@MMK_R_iotadieresisgreek" = -69;
+"@MMK_R_omegagreek" = -41;
+"@MMK_R_one" = -70;
+"@MMK_R_psigreek" = -14;
+"@MMK_R_quotedblbase" = -219;
+"@MMK_R_quotedblleft" = -165;
+"@MMK_R_quotedblright" = 84;
+Psi = -27;
+Sigma = -84;
+ampersand = -27;
+four = -56;
+lambda = -109;
+less = -110;
+logicalnot = -96;
+pi = -15;
+rho = -27;
+seven = -83;
+slash = -96;
+tau = -13;
+theta = -34;
+underscore = -109;
+xi = -29;
+zeta = -21;
+};
+"@MMK_L_gecyrillic" = {
+"@MMK_R_comma" = -247;
+"@MMK_R_divide" = -27;
+"@MMK_R_ecyrillic" = -42;
+"@MMK_R_eight.subs" = -110;
+"@MMK_R_elcyrillic" = -69;
+"@MMK_R_guillemotleft" = -109;
+"@MMK_R_quotedblbase" = -330;
+ampersand = -27;
+checyrillic = -28;
+decyrillic = -54;
+ereversedcyrillic = -14;
+four = -42;
+iacyrillic = -56;
+integral = -150;
+less = -42;
+logicalnot = -96;
+multiply = -42;
+slash = -70;
+underscore = -137;
+zecyrillic = -27;
+zhecyrillic = -28;
+};
+"@MMK_L_guillemotleft" = {
+"@MMK_R_A" = -96;
+"@MMK_R_Alphagreek" = -68;
+"@MMK_R_C" = -40;
+"@MMK_R_Djecyrillic" = -138;
+"@MMK_R_Elcyrillic" = -14;
+"@MMK_R_J" = -55;
+"@MMK_R_Omicrongreek" = -41;
+"@MMK_R_T" = -138;
+"@MMK_R_Ucyrillic" = -54;
+"@MMK_R_V" = -82;
+"@MMK_R_W" = -83;
+"@MMK_R_Y" = -164;
+"@MMK_R_six" = -27;
+Psi = -166;
+afii10024 = -69;
+afii10041 = -54;
+afii10044 = -192;
+afii10049 = -69;
+checyrillic = -69;
+four = -68;
+seven = -54;
+tecyrillic = -29;
+tenge = -54;
+zecyrillic = -40;
+};
+"@MMK_L_guillemotright" = {
+"@MMK_R_A" = -96;
+"@MMK_R_AE" = -70;
+"@MMK_R_Alphagreek" = -96;
+"@MMK_R_Djecyrillic" = -138;
+"@MMK_R_Elcyrillic" = -96;
+"@MMK_R_J" = -69;
+"@MMK_R_T" = -359;
+"@MMK_R_Ucyrillic" = -83;
+"@MMK_R_V" = -178;
+"@MMK_R_W" = -151;
+"@MMK_R_X" = -109;
+"@MMK_R_Y" = -249;
+"@MMK_R_Z" = -96;
+"@MMK_R_etagreek" = -54;
+"@MMK_R_gammagreek" = -84;
+"@MMK_R_one" = -111;
+"@MMK_R_quotedblleft" = -233;
+"@MMK_R_t" = -56;
+"@MMK_R_v" = -96;
+"@MMK_R_w" = -96;
+"@MMK_R_x" = -96;
+"@MMK_R_z" = -83;
+Psi = -249;
+afii10024 = -139;
+afii10041 = -55;
+afii10044 = -192;
+afii10047 = -41;
+afii10049 = -68;
+checyrillic = -40;
+eight = -96;
+pi = -55;
+seven = -137;
+tau = -54;
+tecyrillic = -68;
+three = -125;
+two = -139;
+zecyrillic = -40;
+zhecyrillic = -68;
+};
+"@MMK_L_hardsigncyrillic" = {
+"@MMK_R_one" = -125;
+"@MMK_R_quotedblbase" = -69;
+"@MMK_R_quotedblleft" = -40;
+"@MMK_R_quotedblright" = -82;
+checyrillic = -40;
+hardsigncyrillic = -139;
+seven = -14;
+tecyrillic = -96;
+zecyrillic = -29;
+zhecyrillic = -29;
+};
+"@MMK_L_idieresis" = {
+"@MMK_R_B" = 208;
+"@MMK_R_C" = 48;
+"@MMK_R_T" = 256;
+"@MMK_R_W" = 256;
+"@MMK_R_X" = 256;
+"@MMK_R_Y" = 256;
+"@MMK_R_Z" = 256;
+"@MMK_R_dotlessi" = 256;
+"@MMK_R_f" = 112;
+"@MMK_R_idieresis" = 432;
+"@MMK_R_t" = 144;
+V = 240;
+idieresisacute = 352;
+jcrosstail = -112;
+seven = 256;
+};
+"@MMK_L_iotadieresisgreek" = {
+"@MMK_R_Alphagreek" = -110;
+"@MMK_R_alphagreek" = -29;
+"@MMK_R_deltagreek" = -29;
+"@MMK_R_divide" = -110;
+"@MMK_R_eight.subs" = -166;
+"@MMK_R_eight.sups" = 124;
+"@MMK_R_epsilongreek" = -15;
+"@MMK_R_etagreek" = -55;
+"@MMK_R_gammagreek" = -54;
+"@MMK_R_guillemotleft" = -54;
+"@MMK_R_iotadieresisgreek" = -29;
+"@MMK_R_omegagreek" = -14;
+"@MMK_R_quotedblbase" = -29;
+"@MMK_R_quotedblleft" = -138;
+"@MMK_R_quotedblright" = 84;
+Psi = -29;
+ampersand = -27;
+four = -55;
+lambda = 70;
+less = -109;
+logicalnot = -96;
+pi = -40;
+rho = -21;
+slash = -96;
+tau = -42;
+theta = -41;
+underscore = -84;
+xi = -28;
+zeta = -22;
+};
+"@MMK_L_k" = {
+"@MMK_R_J" = -14;
+"@MMK_R_T" = -152;
+"@MMK_R_V" = -55;
+"@MMK_R_W" = -56;
+"@MMK_R_Y" = -96;
+"@MMK_R_a" = -41;
+"@MMK_R_approxequal" = -27;
+"@MMK_R_c" = -70;
+"@MMK_R_divide" = -124;
+"@MMK_R_guillemotleft" = -138;
+"@MMK_R_s" = -55;
+"@MMK_R_six" = -70;
+ampersand = -29;
+four = -123;
+less = -233;
+logicalnot = -192;
+periodcentered = -55;
+seven = -54;
+};
+"@MMK_L_kacyrillic" = {
+"@MMK_R_asciicircum" = -13;
+"@MMK_R_divide" = -27;
+"@MMK_R_ecyrillic" = -70;
+"@MMK_R_guillemotleft" = -70;
+at = -41;
+becyrillic = -15;
+checyrillic = -54;
+ereversedcyrillic = -68;
+four = -29;
+hardsigncyrillic = -68;
+iacyrillic = -55;
+less = -69;
+tecyrillic = -54;
+zecyrillic = -42;
+zhecyrillic = -15;
+};
+"@MMK_L_nine" = {
+"@MMK_R_A" = -28;
+"@MMK_R_Alphagreek" = -29;
+"@MMK_R_Djecyrillic" = -84;
+"@MMK_R_T" = -83;
+"@MMK_R_V" = -28;
+"@MMK_R_W" = -29;
+"@MMK_R_X" = -82;
+"@MMK_R_Y" = -96;
+"@MMK_R_Z" = -27;
+"@MMK_R_asciicircum" = -29;
+"@MMK_R_comma" = -62;
+"@MMK_R_gammagreek" = -27;
+"@MMK_R_quotedbl" = -41;
+"@MMK_R_quotedblbase" = -138;
+"@MMK_R_quotedblleft" = -124;
+"@MMK_R_quotedblright" = -41;
+"@MMK_R_v" = -27;
+"@MMK_R_w" = -29;
+"@MMK_R_x" = -28;
+Psi = -96;
+afii10024 = -70;
+afii10044 = -42;
+backslash = 83;
+seven = -55;
+underscore = -125;
+};
+"@MMK_L_ohorn" = {
+"@MMK_R_A" = -82;
+"@MMK_R_AE" = -124;
+"@MMK_R_Dcroat" = 83;
+"@MMK_R_J" = -42;
+"@MMK_R_asciicircum" = 42;
+"@MMK_R_comma" = -123;
+"@MMK_R_divide" = -41;
+"@MMK_R_eight.subs" = -29;
+"@MMK_R_eight.sups" = 42;
+"@MMK_R_f" = 42;
+"@MMK_R_guillemotleft" = -54;
+"@MMK_R_quotedblright" = 82;
+"@MMK_R_t" = 69;
+Hbar = 125;
+backslash = 164;
+infinity = -40;
+less = -41;
+logicalnot = -41;
+lslash = 41;
+multiply = -40;
+question = 96;
+questiondown = -40;
+tbar = 124;
+};
+"@MMK_L_omegagreek" = {
+"@MMK_R_Alphagreek" = -83;
+"@MMK_R_comma" = -27;
+"@MMK_R_epsilongreek" = -14;
+"@MMK_R_etagreek" = -28;
+"@MMK_R_gammagreek" = -54;
+"@MMK_R_one" = -68;
+"@MMK_R_quotedblleft" = -164;
+Psi = -235;
+lambda = -68;
+pi = -14;
+rho = -13;
+seven = -82;
+tau = -28;
+underscore = -40;
+};
+"@MMK_L_one" = {
+"@MMK_R_comma" = -70;
+"@MMK_R_guillemotleft" = -70;
+"@MMK_R_quotedbl" = -56;
+"@MMK_R_quotedblbase" = -123;
+"@MMK_R_quotedblleft" = -68;
+"@MMK_R_quotedblright" = -69;
+ampersand = -28;
+};
+"@MMK_L_psigreek" = {
+"@MMK_R_Alphagreek" = -84;
+"@MMK_R_comma" = -27;
+"@MMK_R_etagreek" = -56;
+"@MMK_R_gammagreek" = -55;
+"@MMK_R_one" = -69;
+"@MMK_R_quotedblleft" = -166;
+Psi = -235;
+lambda = -109;
+pi = -28;
+rho = -15;
+seven = -84;
+tau = -29;
+underscore = -41;
+};
+"@MMK_L_quotedbl" = {
+"@MMK_R_A" = -220;
+"@MMK_R_AE" = -343;
+"@MMK_R_Alphagreek" = -220;
+"@MMK_R_Elcyrillic" = -123;
+"@MMK_R_J" = -343;
+"@MMK_R_comma" = -261;
+"@MMK_R_six" = -40;
+afii10021 = -68;
+afii10024 = -28;
+afii10049 = -15;
+ampersand = -96;
+decyrillic = -70;
+eight = -40;
+four = -178;
+};
+"@MMK_L_quotedblbase" = {
+"@MMK_R_Djecyrillic" = -276;
+"@MMK_R_T" = -274;
+"@MMK_R_V" = -247;
+"@MMK_R_W" = -164;
+"@MMK_R_Y" = -304;
+"@MMK_R_eight.sups" = -262;
+"@MMK_R_gammagreek" = -139;
+"@MMK_R_one" = -180;
+"@MMK_R_quotedblleft" = -344;
+"@MMK_R_quotedblright" = -275;
+"@MMK_R_v" = -137;
+"@MMK_R_w" = -68;
+Psi = -276;
+Tbar = -274;
+afii10021 = 137;
+afii10038 = -70;
+afii10041 = -166;
+afii10044 = -138;
+checyrillic = -96;
+decyrillic = 164;
+hardsigncyrillic = -110;
+tecyrillic = -138;
+};
+"@MMK_L_quotedblleft" = {
+"@MMK_R_A" = -275;
+"@MMK_R_AE" = -262;
+"@MMK_R_Alphagreek" = -275;
+"@MMK_R_Elcyrillic" = -164;
+"@MMK_R_J" = -288;
+"@MMK_R_comma" = -344;
+"@MMK_R_ecyrillic" = -137;
+"@MMK_R_elcyrillic" = -234;
+"@MMK_R_quotedblbase" = -345;
+"@MMK_R_six" = -41;
+afii10021 = -138;
+afii10038 = -83;
+afii10049 = -69;
+ampersand = -166;
+decyrillic = -152;
+eight = -41;
+ereversedcyrillic = -56;
+four = -179;
+iacyrillic = -55;
+numbersign = -42;
+questiondown = -179;
+slash = -260;
+three = -15;
+zecyrillic = -55;
+};
+"@MMK_L_quotedblright" = {
+"@MMK_R_A" = -372;
+"@MMK_R_AE" = -345;
+"@MMK_R_Alphagreek" = -371;
+"@MMK_R_B" = 14;
+"@MMK_R_C" = -55;
+"@MMK_R_Elcyrillic" = -139;
+"@MMK_R_J" = -343;
+"@MMK_R_Omicrongreek" = -56;
+"@MMK_R_a" = -151;
+"@MMK_R_alphagreek" = -179;
+"@MMK_R_approxequal" = -152;
+"@MMK_R_asciicircum" = -54;
+"@MMK_R_c" = -179;
+"@MMK_R_colon" = -151;
+"@MMK_R_colon.case" = -70;
+"@MMK_R_comma" = -537;
+"@MMK_R_deltagreek" = -179;
+"@MMK_R_divide" = -164;
+"@MMK_R_ecyrillic" = -68;
+"@MMK_R_elcyrillic" = -166;
+"@MMK_R_epsilongreek" = -178;
+"@MMK_R_gammagreek" = -70;
+"@MMK_R_guillemotleft" = -233;
+"@MMK_R_iotadieresisgreek" = -179;
+"@MMK_R_omegagreek" = -179;
+"@MMK_R_psigreek" = -109;
+"@MMK_R_quotedblbase" = -522;
+"@MMK_R_s" = -178;
+"@MMK_R_six" = -123;
+"@MMK_R_u" = -111;
+"@MMK_R_v" = -70;
+"@MMK_R_w" = -68;
+"@MMK_R_x" = -54;
+"@MMK_R_z" = -55;
+afii10021 = -111;
+afii10038 = -69;
+ampersand = -180;
+asciitilde = -124;
+at = -150;
+braceleft = -69;
+checyrillic = -55;
+decyrillic = -151;
+eight = -111;
+exclamdown = -83;
+four = -275;
+iacyrillic = -96;
+less = -262;
+mu = -123;
+nine = -28;
+nine.1 = -28;
+numbersign = -345;
+questiondown = -192;
+rho = -178;
+slash = -400;
+theta = -180;
+three = -28;
+underscore = -111;
+xi = -180;
+zecyrillic = -56;
+zeta = -179;
+};
+"@MMK_L_r" = {
+"@MMK_R_A" = -109;
+"@MMK_R_AE" = -27;
+"@MMK_R_J" = -151;
+"@MMK_R_T" = -152;
+"@MMK_R_V" = -13;
+"@MMK_R_W" = -13;
+"@MMK_R_X" = -28;
+"@MMK_R_Y" = -28;
+"@MMK_R_Z" = -84;
+"@MMK_R_c" = -64;
+"@MMK_R_comma" = -179;
+"@MMK_R_divide" = -110;
+"@MMK_R_dotlessi" = 27;
+"@MMK_R_eight.subs" = -137;
+"@MMK_R_eight.sups" = 124;
+"@MMK_R_f" = 84;
+"@MMK_R_guillemotleft" = -56;
+"@MMK_R_m" = 27;
+"@MMK_R_quotedblbase" = -219;
+"@MMK_R_quotedblright" = 83;
+"@MMK_R_s" = -28;
+"@MMK_R_v" = 32;
+ampersand = -27;
+four = -55;
+less = -111;
+logicalnot = -96;
+question = 54;
+seven = -29;
+slash = -96;
+t = 96;
+tcaron = 82;
+tccurl = 82;
+tpalatalhook = 82;
+underscore = -83;
+};
+"@MMK_L_rthook" = {
+"@MMK_R_dotlessj" = 256;
+};
+"@MMK_L_s" = {
+"@MMK_R_A" = -29;
+"@MMK_R_B" = -64;
+"@MMK_R_T" = -207;
+"@MMK_R_V" = -125;
+"@MMK_R_W" = -96;
+"@MMK_R_X" = -40;
+"@MMK_R_Y" = -205;
+"@MMK_R_dagger" = -40;
+"@MMK_R_dotlessi" = -50;
+"@MMK_R_one" = -42;
+"@MMK_R_quotedblleft" = -139;
+"@MMK_R_s" = -28;
+"@MMK_R_t" = -14;
+"@MMK_R_v" = -42;
+"@MMK_R_w" = -41;
+"@MMK_R_x" = -27;
+seven = -54;
+underscore = -41;
+};
+"@MMK_L_t" = {
+"@MMK_R_T" = -96;
+"@MMK_R_V" = -27;
+"@MMK_R_W" = -27;
+"@MMK_R_Y" = -55;
+"@MMK_R_c" = -20;
+"@MMK_R_divide" = -54;
+"@MMK_R_eight.subs" = 96;
+"@MMK_R_guillemotleft" = -56;
+"@MMK_R_quotedblleft" = -111;
+"@MMK_R_quotedblright" = 56;
+"@MMK_R_s" = -28;
+four = -54;
+less = -69;
+periodcentered = -15;
+};
+"@MMK_L_u" = {
+"@MMK_R_T" = -207;
+"@MMK_R_V" = -54;
+"@MMK_R_W" = -56;
+"@MMK_R_Y" = -152;
+"@MMK_R_f" = 42;
+"@MMK_R_quotedblleft" = -111;
+seven = -28;
+};
+"@MMK_L_uhorn" = {
+"@MMK_R_A" = -96;
+"@MMK_R_AE" = -164;
+"@MMK_R_J" = -110;
+"@MMK_R_Y" = 40;
+"@MMK_R_a" = -42;
+"@MMK_R_approxequal" = -40;
+"@MMK_R_asciicircum" = 40;
+"@MMK_R_braceright" = 138;
+"@MMK_R_c" = -82;
+"@MMK_R_comma" = -123;
+"@MMK_R_dagger" = 41;
+"@MMK_R_divide" = -41;
+"@MMK_R_eight.subs" = -42;
+"@MMK_R_eight.sups" = 42;
+"@MMK_R_f" = 41;
+"@MMK_R_guillemotleft" = -27;
+"@MMK_R_one" = 96;
+"@MMK_R_quotedbl" = 42;
+"@MMK_R_quotedblbase" = -192;
+"@MMK_R_quotedblleft" = 29;
+"@MMK_R_quotedblright" = 54;
+"@MMK_R_s" = -41;
+"@MMK_R_t" = 42;
+Hbar = 40;
+anoteleia = 41;
+asciitilde = -40;
+at = -40;
+backslash = 125;
+bullet = -42;
+emdash = -164;
+endash = -166;
+four = -56;
+hyphenbullet = -125;
+integral = -84;
+less = -69;
+logicalnot = -166;
+lslash = 42;
+multiply = -41;
+nine = 40;
+nine.1 = 40;
+onehalf = 40;
+onequarter = 41;
+partialdiff = -40;
+percent = 41;
+periodcentered = -42;
+perthousand = 42;
+question = 83;
+seven = 40;
+slash = -84;
+tbar = 42;
+threequarters = 41;
+underscore = -83;
+};
+"@MMK_L_v" = {
+"@MMK_R_A" = -192;
+"@MMK_R_AE" = -192;
+"@MMK_R_J" = -165;
+"@MMK_R_T" = -178;
+"@MMK_R_V" = -48;
+"@MMK_R_W" = -40;
+"@MMK_R_X" = -82;
+"@MMK_R_Y" = -96;
+"@MMK_R_Z" = -82;
+"@MMK_R_a" = -56;
+"@MMK_R_approxequal" = -110;
+"@MMK_R_c" = -52;
+"@MMK_R_comma" = -206;
+"@MMK_R_divide" = -27;
+"@MMK_R_eight.subs" = -139;
+"@MMK_R_guillemotleft" = -110;
+"@MMK_R_quotedblbase" = -219;
+"@MMK_R_quotedblleft" = -82;
+"@MMK_R_quotedblright" = 32;
+"@MMK_R_s" = -42;
+"@MMK_R_six" = -28;
+ampersand = -68;
+at = -40;
+four = -54;
+less = -96;
+logicalnot = -111;
+multiply = -56;
+slash = -150;
+underscore = -220;
+};
+"@MMK_L_vecyrillic" = {
+"@MMK_R_comma" = -13;
+"@MMK_R_ecyrillic" = -13;
+"@MMK_R_quotedblbase" = -109;
+checyrillic = -56;
+hardsigncyrillic = -83;
+tecyrillic = -35;
+zecyrillic = -27;
+zhecyrillic = -28;
+};
+"@MMK_L_w" = {
+"@MMK_R_A" = -192;
+"@MMK_R_J" = -152;
+"@MMK_R_T" = -178;
+"@MMK_R_V" = -41;
+"@MMK_R_W" = -42;
+"@MMK_R_X" = -84;
+"@MMK_R_Y" = -96;
+"@MMK_R_Z" = -84;
+"@MMK_R_a" = -40;
+"@MMK_R_approxequal" = -82;
+"@MMK_R_c" = -55;
+"@MMK_R_comma" = -206;
+"@MMK_R_divide" = -27;
+"@MMK_R_eight.subs" = -82;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_quotedblbase" = -219;
+"@MMK_R_quotedblleft" = -54;
+"@MMK_R_quotedblright" = 32;
+"@MMK_R_s" = -40;
+"@MMK_R_six" = -27;
+ampersand = -84;
+four = -56;
+less = -82;
+logicalnot = -83;
+slash = -83;
+underscore = -220;
+};
+"@MMK_L_x" = {
+"@MMK_R_A" = -14;
+"@MMK_R_C" = -27;
+"@MMK_R_T" = -166;
+"@MMK_R_V" = -40;
+"@MMK_R_W" = -42;
+"@MMK_R_Y" = -96;
+"@MMK_R_approxequal" = -96;
+"@MMK_R_c" = -70;
+"@MMK_R_divide" = -54;
+"@MMK_R_f" = 56;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_quotedblleft" = -54;
+"@MMK_R_s" = -27;
+"@MMK_R_six" = -28;
+ampersand = -13;
+four = -54;
+less = -82;
+periodcentered = -41;
+seven = -27;
+};
+"@MMK_L_z" = {
+"@MMK_R_T" = -112;
+};
+A = {
+asterisk.case = -96;
+};
+Delta = {
+asterisk.case = -96;
+};
+E = {
+c = -48;
+};
+F = {
+r = -128;
+};
+Gamma = {
+"@MMK_R_Alphagreek" = -247;
+"@MMK_R_Omicrongreek" = -138;
+"@MMK_R_alphagreek" = -357;
+"@MMK_R_colon" = -109;
+"@MMK_R_comma" = -235;
+"@MMK_R_deltagreek" = -357;
+"@MMK_R_divide" = -205;
+"@MMK_R_eight.subs" = -152;
+"@MMK_R_epsilongreek" = -358;
+"@MMK_R_etagreek" = -288;
+"@MMK_R_gammagreek" = -288;
+"@MMK_R_guillemotleft" = -357;
+"@MMK_R_guillemotright" = -139;
+"@MMK_R_iotadieresisgreek" = -359;
+"@MMK_R_omegagreek" = -357;
+"@MMK_R_psigreek" = -357;
+"@MMK_R_quotedblbase" = -331;
+"@MMK_R_six" = -84;
+Omega = -96;
+ampersand = -68;
+backslash = 27;
+four = -192;
+lambda = -96;
+less = -221;
+mu = -288;
+pi = -288;
+rho = -359;
+slash = -137;
+tau = -288;
+theta = -219;
+three = -28;
+underscore = -192;
+xi = -150;
+zeta = -220;
+};
+Gamma1 = {
+T = 64;
+};
+Ghook = {
+"@MMK_R_idieresis" = 304;
+T = 86;
+};
+Hbar = {
+"@MMK_R_asciicircum" = 69;
+"@MMK_R_dagger" = 111;
+"@MMK_R_eight.sups" = 123;
+};
+Idieresis = {
+Idieresis = 220;
+Idieresisacute = 128;
+};
+L = {
+asterisk.case = -96;
+quotedblreversed = -128;
+quotereversed = -128;
+uni023A = 128;
+};
+Lambda = {
+asterisk.case = -96;
+};
+Ohorn = {
+dotlessi = -40;
+idieresisacute = 82;
+};
+Psi = {
+"@MMK_R_Alphagreek" = -165;
+"@MMK_R_Omicrongreek" = -40;
+"@MMK_R_alphagreek" = -84;
+"@MMK_R_colon" = -165;
+"@MMK_R_comma" = -274;
+"@MMK_R_deltagreek" = -82;
+"@MMK_R_divide" = -221;
+"@MMK_R_eight.subs" = -317;
+"@MMK_R_epsilongreek" = -83;
+"@MMK_R_etagreek" = -29;
+"@MMK_R_guillemotleft" = -249;
+"@MMK_R_guillemotright" = -166;
+"@MMK_R_iotadieresisgreek" = -82;
+"@MMK_R_omegagreek" = -82;
+"@MMK_R_psigreek" = -82;
+"@MMK_R_quotedblbase" = -329;
+"@MMK_R_six" = -96;
+Omega = -28;
+ampersand = -166;
+backslash = 41;
+eight = -68;
+four = -192;
+lambda = -83;
+less = -249;
+mu = -150;
+pi = -27;
+rho = -96;
+slash = -192;
+tau = -27;
+three = -54;
+two = -27;
+underscore = -276;
+xi = -84;
+};
+Sigma = {
+"@MMK_R_Omicrongreek" = -111;
+"@MMK_R_alphagreek" = -70;
+"@MMK_R_deltagreek" = -69;
+"@MMK_R_divide" = -111;
+"@MMK_R_epsilongreek" = -68;
+"@MMK_R_etagreek" = -68;
+"@MMK_R_gammagreek" = -137;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_iotadieresisgreek" = -69;
+"@MMK_R_omegagreek" = -70;
+"@MMK_R_psigreek" = -28;
+"@MMK_R_six" = -27;
+asterisk.case = -96;
+four = -68;
+less = -164;
+pi = -96;
+rho = -14;
+tau = -192;
+theta = -82;
+xi = -40;
+zeta = -70;
+};
+Tbar = {
+"@MMK_R_A" = -151;
+"@MMK_R_AE" = -275;
+"@MMK_R_C" = -41;
+"@MMK_R_J" = -207;
+"@MMK_R_approxequal" = -96;
+"@MMK_R_comma" = -205;
+"@MMK_R_divide" = -70;
+"@MMK_R_eight.subs" = -206;
+"@MMK_R_quotedblbase" = -331;
+periodcentered = -82;
+};
+Thorn = {
+"@MMK_R_A" = -111;
+"@MMK_R_AE" = -180;
+"@MMK_R_J" = -69;
+"@MMK_R_T" = -150;
+"@MMK_R_V" = -138;
+"@MMK_R_W" = -70;
+"@MMK_R_Y" = -152;
+"@MMK_R_Z" = -109;
+"@MMK_R_comma" = -276;
+"@MMK_R_eight.subs" = -82;
+"@MMK_R_quotedblbase" = -343;
+"@MMK_R_quotedblleft" = -152;
+Psi = -150;
+};
+Uhorn = {
+dotlessi = -180;
+idieresisacute = 164;
+};
+V = {
+asterisk.case = -48;
+};
+Y = {
+asterisk.case = -32;
+};
+Yhook = {
+T = 128;
+};
+Z = {
+asterisk.case = -32;
+};
+adieresis = {
+"@MMK_R_T" = -128;
+"@MMK_R_V" = -128;
+"@MMK_R_Y" = -128;
+Gamma1 = -96;
+Yhook = -144;
+};
+afii10018 = {
+"@MMK_R_Djecyrillic" = -69;
+"@MMK_R_Ucyrillic" = -28;
+"@MMK_R_asciicircum" = -13;
+"@MMK_R_one" = -28;
+"@MMK_R_quotedbl" = -54;
+"@MMK_R_quotedblbase" = -41;
+"@MMK_R_quotedblright" = -14;
+afii10024 = -41;
+afii10044 = -152;
+afii10049 = -56;
+checyrillic = -41;
+hardsigncyrillic = -83;
+question = -27;
+seven = -13;
+tecyrillic = -41;
+tenge = -68;
+zecyrillic = -14;
+zhecyrillic = -28;
+};
+afii10024 = {
+"@MMK_R_Djecyrillic" = -69;
+"@MMK_R_Ecyrillic" = -68;
+"@MMK_R_Ucyrillic" = -40;
+"@MMK_R_asciicircum" = -29;
+"@MMK_R_divide" = -304;
+"@MMK_R_ecyrillic" = -68;
+"@MMK_R_guillemotleft" = -137;
+"@MMK_R_guillemotright" = -70;
+"@MMK_R_one" = -54;
+"@MMK_R_six" = -70;
+afii10024 = -27;
+afii10025 = -42;
+afii10038 = -137;
+afii10041 = -84;
+afii10044 = -111;
+afii10047 = -69;
+afii10049 = -69;
+ampersand = -40;
+asciitilde = -96;
+becyrillic = -70;
+checyrillic = -151;
+eight = -40;
+ereversedcyrillic = -29;
+five = -41;
+four = -111;
+greater = -28;
+hardsigncyrillic = -124;
+hryvnia = -84;
+less = -137;
+logicalnot = -138;
+multiply = -125;
+nine = -41;
+nine.1 = -41;
+numbersign = -29;
+question = -41;
+seven = -27;
+tecyrillic = -164;
+tenge = -70;
+three = -70;
+two = -28;
+zecyrillic = -84;
+zhecyrillic = -29;
+};
+afii10038 = {
+"@MMK_R_Djecyrillic" = -138;
+"@MMK_R_Elcyrillic" = -42;
+"@MMK_R_Ucyrillic" = -42;
+"@MMK_R_comma" = -70;
+"@MMK_R_elcyrillic" = -28;
+"@MMK_R_quotedblbase" = -138;
+afii10021 = -13;
+afii10024 = -139;
+afii10025 = -13;
+afii10044 = -96;
+afii10047 = -15;
+afii10049 = -27;
+decyrillic = -29;
+hardsigncyrillic = -28;
+iacyrillic = -13;
+seven = -28;
+tenge = -42;
+three = -29;
+underscore = -68;
+zecyrillic = -15;
+zhecyrillic = -40;
+};
+afii10051 = {
+"@MMK_R_Djecyrillic" = -207;
+"@MMK_R_asciicircum" = -42;
+"@MMK_R_one" = -84;
+"@MMK_R_quotedbl" = -40;
+afii10021 = 27;
+afii10024 = -13;
+afii10041 = -27;
+afii10044 = -69;
+hardsigncyrillic = -55;
+seven = -29;
+tecyrillic = -41;
+underscore = -29;
+};
+afii10060 = {
+"@MMK_R_Djecyrillic" = -207;
+"@MMK_R_Ucyrillic" = -27;
+"@MMK_R_asciicircum" = -70;
+"@MMK_R_one" = -29;
+"@MMK_R_quotedbl" = -68;
+afii10024 = -15;
+afii10041 = -29;
+afii10044 = -68;
+hardsigncyrillic = -28;
+tecyrillic = -27;
+zhecyrillic = -28;
+};
+ampersand = {
+"@MMK_R_Djecyrillic" = -150;
+"@MMK_R_T" = -152;
+"@MMK_R_V" = -178;
+"@MMK_R_W" = -110;
+"@MMK_R_Y" = -205;
+"@MMK_R_dagger" = -111;
+"@MMK_R_eight.sups" = -123;
+"@MMK_R_gammagreek" = -83;
+"@MMK_R_one" = -42;
+"@MMK_R_quotedbl" = -84;
+"@MMK_R_quotedblleft" = -247;
+"@MMK_R_quotedblright" = -70;
+"@MMK_R_v" = -84;
+"@MMK_R_w" = -84;
+Psi = -205;
+afii10024 = -29;
+afii10041 = -27;
+afii10044 = -151;
+afii10047 = -28;
+afii10049 = -13;
+seven = -42;
+tenge = -56;
+};
+asciitilde = {
+afii10024 = -96;
+afii10044 = -69;
+tenge = -41;
+};
+asterisk.case = {
+A = -96;
+Delta = -96;
+Lambda = -96;
+Sigma = -48;
+T = -96;
+V = -48;
+Y = -32;
+Z = -32;
+seven = -32;
+};
+at = {
+"@MMK_R_V" = -41;
+"@MMK_R_X" = -28;
+"@MMK_R_Y" = -56;
+"@MMK_R_quotedblleft" = -83;
+"@MMK_R_v" = -42;
+seven = -56;
+tenge = -41;
+two = -27;
+};
+atilde = {
+"@MMK_R_T" = -128;
+Gamma1 = -109;
+};
+backslash = {
+"@MMK_R_C" = -40;
+"@MMK_R_Omicrongreek" = -42;
+"@MMK_R_T" = -111;
+"@MMK_R_U" = -54;
+"@MMK_R_V" = -139;
+"@MMK_R_W" = -138;
+"@MMK_R_X" = -27;
+"@MMK_R_Y" = -109;
+"@MMK_R_comma" = 110;
+"@MMK_R_dotlessj" = 82;
+"@MMK_R_gammagreek" = -139;
+"@MMK_R_one" = -29;
+"@MMK_R_quotedblleft" = -400;
+"@MMK_R_quotedblright" = -317;
+"@MMK_R_v" = -137;
+"@MMK_R_w" = -83;
+Psi = -109;
+checyrillic = -70;
+seven = -42;
+tecyrillic = -55;
+tenge = -139;
+};
+beta = {
+"@MMK_R_Alphagreek" = -83;
+"@MMK_R_comma" = -28;
+"@MMK_R_epsilongreek" = -6;
+"@MMK_R_etagreek" = -27;
+"@MMK_R_gammagreek" = -54;
+"@MMK_R_one" = -70;
+"@MMK_R_quotedblleft" = -165;
+Psi = -68;
+lambda = -40;
+pi = -28;
+seven = -82;
+tau = -29;
+underscore = -40;
+};
+braceright = {
+"@MMK_R_quotedblleft" = -96;
+};
+colon.case = {
+seven = -32;
+};
+comma = {
+quotedblreversed = -256;
+quotereversed = -256;
+};
+d = {
+I = -16;
+b = -16;
+k = -16;
+l = -16;
+};
+dhook = {
+T = 128;
+};
+dyogh = {
+T = -128;
+};
+edieresis = {
+"@MMK_R_T" = -144;
+"@MMK_R_Y" = -144;
+Gamma1 = -106;
+Yhook = -107;
+};
+eight = {
+nine.1 = -66;
+};
+ellipsis = {
+quotedblreversed = -512;
+quotereversed = -384;
+};
+emdash = {
+tenge = -28;
+};
+endash = {
+tenge = -42;
+};
+eth = {
+"@MMK_R_T" = -112;
+};
+exclamdown = {
+"@MMK_R_T" = -180;
+"@MMK_R_V" = -96;
+"@MMK_R_W" = -41;
+"@MMK_R_Y" = -180;
+"@MMK_R_quotedblleft" = -84;
+Psi = -180;
+Tbar = -83;
+};
+five = {
+"@MMK_R_comma" = -96;
+"@MMK_R_dagger" = -13;
+afii10024 = -42;
+backslash = 41;
+six.1 = -80;
+underscore = -40;
+};
+four = {
+"@MMK_R_Djecyrillic" = -42;
+"@MMK_R_T" = -41;
+"@MMK_R_V" = -28;
+"@MMK_R_W" = -28;
+"@MMK_R_Y" = -42;
+"@MMK_R_Z" = -15;
+"@MMK_R_asciicircum" = -28;
+"@MMK_R_comma" = -96;
+"@MMK_R_dagger" = -13;
+"@MMK_R_eight.sups" = -41;
+"@MMK_R_gammagreek" = -40;
+"@MMK_R_one" = -28;
+"@MMK_R_quotedblbase" = -41;
+"@MMK_R_quotedblleft" = -27;
+"@MMK_R_quotedblright" = -27;
+"@MMK_R_v" = -40;
+"@MMK_R_w" = -41;
+"@MMK_R_x" = -13;
+Psi = -42;
+afii10024 = -27;
+period = -96;
+tecyrillic = -29;
+tenge = -28;
+};
+four.1 = {
+"@MMK_R_Djecyrillic" = -42;
+"@MMK_R_T" = -41;
+"@MMK_R_V" = -28;
+"@MMK_R_W" = -28;
+"@MMK_R_Y" = -42;
+"@MMK_R_Z" = -15;
+"@MMK_R_asciicircum" = -28;
+"@MMK_R_comma" = -96;
+"@MMK_R_dagger" = -13;
+"@MMK_R_eight.sups" = -41;
+"@MMK_R_gammagreek" = -40;
+"@MMK_R_one" = -28;
+"@MMK_R_quotedblbase" = -41;
+"@MMK_R_quotedblleft" = -27;
+"@MMK_R_quotedblright" = -27;
+"@MMK_R_v" = -40;
+"@MMK_R_w" = -41;
+"@MMK_R_x" = -13;
+Psi = -42;
+afii10024 = -27;
+tecyrillic = -29;
+tenge = -28;
+};
+germandbls = {
+"@MMK_R_quotedblbase" = -138;
+"@MMK_R_quotedblleft" = -192;
+"@MMK_R_quotedblright" = -69;
+};
+greater = {
+"@MMK_R_A" = -82;
+"@MMK_R_Alphagreek" = -82;
+"@MMK_R_Djecyrillic" = -219;
+"@MMK_R_Elcyrillic" = -84;
+"@MMK_R_T" = -219;
+"@MMK_R_Ucyrillic" = -125;
+"@MMK_R_V" = -207;
+"@MMK_R_W" = -205;
+"@MMK_R_X" = -151;
+"@MMK_R_Y" = -248;
+"@MMK_R_Z" = -165;
+"@MMK_R_gammagreek" = -82;
+"@MMK_R_quotedblleft" = -262;
+"@MMK_R_v" = -83;
+"@MMK_R_w" = -82;
+"@MMK_R_x" = -83;
+"@MMK_R_z" = -54;
+Psi = -247;
+afii10021 = -55;
+afii10024 = -137;
+afii10025 = -56;
+afii10041 = -56;
+afii10044 = -206;
+afii10047 = -42;
+afii10049 = -70;
+seven = -206;
+tecyrillic = -69;
+tenge = -205;
+};
+hryvnia = {
+"@MMK_R_comma" = -28;
+afii10024 = -83;
+slash = -42;
+underscore = -40;
+};
+idieresis = {
+backslash = 256;
+one = 128;
+};
+infinity = {
+"@MMK_R_V" = -69;
+"@MMK_R_W" = -28;
+"@MMK_R_X" = -27;
+"@MMK_R_Y" = -96;
+};
+itilde = {
+"@MMK_R_T" = 16;
+"@MMK_R_Y" = 32;
+dotlessj = -160;
+jcrosstail = -160;
+};
+l = {
+b = -16;
+};
+lacute = {
+igrave = 54;
+};
+lambda = {
+"@MMK_R_alphagreek" = -110;
+"@MMK_R_deltagreek" = -110;
+"@MMK_R_divide" = -84;
+"@MMK_R_epsilongreek" = -84;
+"@MMK_R_etagreek" = -124;
+"@MMK_R_gammagreek" = -152;
+"@MMK_R_iotadieresisgreek" = -83;
+"@MMK_R_omegagreek" = -111;
+"@MMK_R_one" = -150;
+"@MMK_R_psigreek" = -96;
+"@MMK_R_six" = -68;
+five = -42;
+four = -69;
+pi = -192;
+rho = -28;
+tau = -275;
+theta = -69;
+xi = -54;
+zeta = -14;
+};
+lcommaaccent = {
+igrave = 56;
+};
+less = {
+afii10044 = -82;
+tenge = -15;
+};
+logicalnot = {
+afii10044 = -139;
+tecyrillic = -40;
+tenge = -54;
+};
+lslash = {
+"@MMK_R_C" = 28;
+periodcentered = 40;
+};
+mu = {
+"@MMK_R_Alphagreek" = -111;
+"@MMK_R_alphagreek" = -28;
+"@MMK_R_deltagreek" = -27;
+"@MMK_R_divide" = -111;
+"@MMK_R_eight.subs" = -164;
+"@MMK_R_eight.sups" = 125;
+"@MMK_R_epsilongreek" = -15;
+"@MMK_R_etagreek" = -54;
+"@MMK_R_gammagreek" = -55;
+"@MMK_R_guillemotleft" = -56;
+"@MMK_R_iotadieresisgreek" = -29;
+"@MMK_R_omegagreek" = -13;
+"@MMK_R_quotedblbase" = -29;
+"@MMK_R_quotedblleft" = -137;
+"@MMK_R_quotedblright" = 82;
+Psi = -28;
+ampersand = -29;
+four = -56;
+less = -111;
+logicalnot = -96;
+pi = -41;
+rho = -21;
+slash = -96;
+tau = -42;
+theta = -41;
+underscore = -84;
+xi = -27;
+zeta = -20;
+};
+multiply = {
+"@MMK_R_A" = -83;
+"@MMK_R_T" = -150;
+"@MMK_R_Ucyrillic" = -96;
+"@MMK_R_V" = -110;
+"@MMK_R_Y" = -125;
+"@MMK_R_v" = -55;
+afii10021 = -42;
+afii10024 = -123;
+afii10041 = -70;
+afii10044 = -206;
+afii10047 = -70;
+afii10049 = -124;
+tenge = -96;
+};
+nine = {
+slash = -48;
+};
+nine.1 = {
+four = -176;
+four.1 = -176;
+nine.1 = -64;
+seven = -103;
+six.1 = -176;
+slash = -48;
+two = -96;
+};
+ntilde = {
+"@MMK_R_T" = -144;
+"@MMK_R_V" = -112;
+"@MMK_R_Y" = -112;
+};
+numbersign = {
+"@MMK_R_Elcyrillic" = -68;
+afii10024 = -29;
+four = -41;
+};
+odieresis = {
+"@MMK_R_T" = -144;
+"@MMK_R_Y" = -144;
+Gamma1 = -64;
+Yhook = -144;
+};
+otilde = {
+"@MMK_R_T" = -144;
+"@MMK_R_V" = -112;
+"@MMK_R_Y" = -144;
+seven = -48;
+};
+percent = {
+"@MMK_R_quotedblleft" = -166;
+"@MMK_R_quotedblright" = -180;
+afii10044 = -27;
+};
+period = {
+"@MMK_R_one" = -144;
+eight = -96;
+five = -64;
+nine = -32;
+nine.1 = -144;
+six = -112;
+six.1 = -112;
+three = -96;
+zero = -110;
+};
+periodcentered = {
+"@MMK_R_A" = -84;
+"@MMK_R_AE" = -139;
+"@MMK_R_Dcroat" = 55;
+"@MMK_R_J" = -124;
+"@MMK_R_T" = -220;
+"@MMK_R_V" = -111;
+"@MMK_R_W" = -82;
+"@MMK_R_X" = -124;
+"@MMK_R_Y" = -138;
+"@MMK_R_Z" = -82;
+"@MMK_R_a" = -15;
+"@MMK_R_x" = -41;
+"@MMK_R_z" = -41;
+Tbar = -83;
+ampersand = -41;
+lslash = 41;
+tbar = 42;
+};
+perthousand = {
+tenge = -54;
+};
+pi = {
+"@MMK_R_alphagreek" = -84;
+"@MMK_R_deltagreek" = -84;
+"@MMK_R_divide" = -55;
+"@MMK_R_eight.subs" = 96;
+"@MMK_R_epsilongreek" = -69;
+"@MMK_R_guillemotleft" = -54;
+"@MMK_R_iotadieresisgreek" = -68;
+"@MMK_R_omegagreek" = -68;
+"@MMK_R_quotedblleft" = -110;
+"@MMK_R_quotedblright" = 56;
+Psi = -54;
+four = -56;
+lambda = -29;
+less = -69;
+rho = -41;
+theta = -29;
+xi = -29;
+zeta = -40;
+};
+question = {
+"@MMK_R_A" = -165;
+"@MMK_R_AE" = -234;
+"@MMK_R_Alphagreek" = -166;
+"@MMK_R_Elcyrillic" = -70;
+afii10024 = -40;
+becyrillic = 15;
+decyrillic = -13;
+four = -69;
+};
+questiondown = {
+"@MMK_R_gammagreek" = -96;
+"@MMK_R_quotedblleft" = -166;
+"@MMK_R_quotedblright" = -96;
+Psi = -248;
+Tbar = -192;
+checyrillic = -13;
+four = -82;
+};
+questiongreek = {
+"@MMK_R_V" = -68;
+};
+radical = {
+tecyrillic = -42;
+};
+seven = {
+"@MMK_R_A" = -304;
+"@MMK_R_Alphagreek" = -304;
+"@MMK_R_C" = -29;
+"@MMK_R_Elcyrillic" = -70;
+"@MMK_R_J" = -220;
+"@MMK_R_Omicrongreek" = -28;
+"@MMK_R_a" = -125;
+"@MMK_R_alphagreek" = -137;
+"@MMK_R_c" = -138;
+"@MMK_R_colon" = -84;
+"@MMK_R_colon.case" = -29;
+"@MMK_R_comma" = -343;
+"@MMK_R_deltagreek" = -137;
+"@MMK_R_eight.subs" = -249;
+"@MMK_R_elcyrillic" = -69;
+"@MMK_R_epsilongreek" = -137;
+"@MMK_R_guillemotleft" = -166;
+"@MMK_R_guillemotright" = -54;
+"@MMK_R_iotadieresisgreek" = -138;
+"@MMK_R_omegagreek" = -138;
+"@MMK_R_psigreek" = -69;
+"@MMK_R_quotedblbase" = -400;
+"@MMK_R_s" = -111;
+"@MMK_R_six" = -48;
+"@MMK_R_u" = -68;
+"@MMK_R_x" = -54;
+afii10021 = -40;
+afii10024 = -29;
+afii10038 = -54;
+afii10049 = -27;
+ampersand = -124;
+at = -54;
+backslash = 55;
+checyrillic = -28;
+decyrillic = -68;
+eight = -48;
+five = -29;
+four = -164;
+idieresis = 256;
+less = -247;
+nine = -27;
+nine.1 = -11;
+numbersign = -151;
+rho = -139;
+seven = 55;
+six.1 = -160;
+slash = -82;
+theta = -139;
+three = -48;
+underscore = -439;
+uni20BD = -42;
+zeta = -137;
+};
+sigma = {
+"@MMK_R_Alphagreek" = -109;
+"@MMK_R_alphagreek" = -68;
+"@MMK_R_comma" = -207;
+"@MMK_R_deltagreek" = -28;
+"@MMK_R_divide" = -54;
+"@MMK_R_eight.subs" = -96;
+"@MMK_R_eight.sups" = 124;
+"@MMK_R_epsilongreek" = -70;
+"@MMK_R_guillemotleft" = -56;
+"@MMK_R_iotadieresisgreek" = -70;
+"@MMK_R_omegagreek" = -70;
+"@MMK_R_quotedblbase" = -221;
+"@MMK_R_quotedblleft" = -110;
+"@MMK_R_quotedblright" = 54;
+Psi = -55;
+ampersand = -28;
+four = -54;
+lambda = -192;
+less = -68;
+logicalnot = -96;
+rho = -41;
+slash = -96;
+theta = -29;
+underscore = -83;
+xi = -27;
+zeta = -42;
+};
+sigma1 = {
+"@MMK_R_divide" = -40;
+};
+six = {
+"@MMK_R_A" = -15;
+"@MMK_R_Alphagreek" = -13;
+"@MMK_R_X" = -13;
+"@MMK_R_Y" = -27;
+"@MMK_R_comma" = -96;
+"@MMK_R_quotedblbase" = -123;
+Psi = -28;
+afii10024 = -40;
+backslash = 40;
+underscore = -123;
+};
+six.1 = {
+"@MMK_R_A" = -15;
+"@MMK_R_Alphagreek" = -13;
+"@MMK_R_X" = -13;
+"@MMK_R_Y" = -27;
+"@MMK_R_comma" = -96;
+"@MMK_R_quotedblbase" = -123;
+Psi = -28;
+afii10024 = -40;
+backslash = 40;
+nine.1 = -64;
+seven = -112;
+underscore = -123;
+};
+slash = {
+"@MMK_R_A" = -83;
+"@MMK_R_Alphagreek" = -82;
+"@MMK_R_J" = -82;
+"@MMK_R_T" = 42;
+"@MMK_R_comma" = -109;
+four = -56;
+};
+summation = {
+checyrillic = -68;
+};
+tau = {
+"@MMK_R_alphagreek" = -96;
+"@MMK_R_deltagreek" = -109;
+"@MMK_R_divide" = -55;
+"@MMK_R_epsilongreek" = -70;
+"@MMK_R_guillemotleft" = -55;
+"@MMK_R_iotadieresisgreek" = -70;
+"@MMK_R_omegagreek" = -68;
+"@MMK_R_quotedblleft" = -109;
+"@MMK_R_quotedblright" = 54;
+Psi = -54;
+four = -54;
+lambda = -40;
+less = -68;
+rho = -41;
+theta = -29;
+xi = -28;
+zeta = -41;
+};
+tbar = {
+"@MMK_R_eight.subs" = 83;
+periodcentered = 28;
+};
+tecyrillic = {
+"@MMK_R_comma" = -138;
+"@MMK_R_divide" = -28;
+"@MMK_R_ecyrillic" = -54;
+"@MMK_R_elcyrillic" = -56;
+"@MMK_R_guillemotleft" = -27;
+"@MMK_R_guillemotright" = -29;
+"@MMK_R_quotedblbase" = -207;
+decyrillic = -15;
+ereversedcyrillic = -13;
+four = -29;
+hardsigncyrillic = -27;
+less = -70;
+logicalnot = -68;
+slash = -55;
+underscore = -69;
+};
+theta = {
+"@MMK_R_Alphagreek" = -82;
+"@MMK_R_comma" = -29;
+"@MMK_R_epsilongreek" = -27;
+"@MMK_R_etagreek" = -28;
+"@MMK_R_gammagreek" = -13;
+"@MMK_R_one" = -70;
+"@MMK_R_quotedblleft" = -164;
+lambda = -56;
+seven = -83;
+underscore = -40;
+xi = -14;
+zeta = -14;
+};
+two = {
+"@MMK_R_Y" = -27;
+"@MMK_R_alphagreek" = -14;
+"@MMK_R_c" = -13;
+"@MMK_R_comma" = -41;
+"@MMK_R_dagger" = -13;
+"@MMK_R_deltagreek" = -14;
+"@MMK_R_epsilongreek" = -13;
+"@MMK_R_guillemotleft" = -68;
+"@MMK_R_iotadieresisgreek" = -14;
+"@MMK_R_omegagreek" = -15;
+Psi = -28;
+afii10024 = -13;
+at = -15;
+four = -42;
+rho = -15;
+theta = -13;
+xi = -14;
+};
+udieresis = {
+"@MMK_R_T" = -144;
+};
+underscore = {
+"@MMK_R_C" = -109;
+"@MMK_R_Djecyrillic" = -150;
+"@MMK_R_Ecyrillic" = -110;
+"@MMK_R_J" = -41;
+"@MMK_R_Omicrongreek" = -110;
+"@MMK_R_T" = -150;
+"@MMK_R_U" = -111;
+"@MMK_R_Ucyrillic" = -41;
+"@MMK_R_V" = -220;
+"@MMK_R_W" = -219;
+"@MMK_R_Y" = -274;
+"@MMK_R_a" = -55;
+"@MMK_R_alphagreek" = -54;
+"@MMK_R_asciicircum" = -192;
+"@MMK_R_c" = -41;
+"@MMK_R_deltagreek" = -40;
+"@MMK_R_dotlessj" = 262;
+"@MMK_R_epsilongreek" = -54;
+"@MMK_R_gammagreek" = -152;
+"@MMK_R_iotadieresisgreek" = -54;
+"@MMK_R_omegagreek" = -55;
+"@MMK_R_one" = -304;
+"@MMK_R_psigreek" = -40;
+"@MMK_R_quotedblleft" = -111;
+"@MMK_R_s" = -42;
+"@MMK_R_six" = -124;
+"@MMK_R_u" = -42;
+"@MMK_R_v" = -220;
+"@MMK_R_w" = -220;
+Psi = -275;
+afii10021 = 150;
+afii10038 = -69;
+afii10041 = -304;
+afii10044 = -137;
+afii10047 = -110;
+checyrillic = -82;
+decyrillic = 125;
+eight = -125;
+five = -123;
+four = -152;
+hryvnia = -40;
+nine = -123;
+nine.1 = -123;
+p = 123;
+tecyrillic = -70;
+tenge = -139;
+theta = -40;
+three = -125;
+xi = -42;
+zeta = -42;
+};
+uni01F6 = {
+T = -128;
+};
+uni023A = {
+"@MMK_R_idieresis" = 128;
+T = 23;
+};
+uni20BD = {
+"@MMK_R_Elcyrillic" = -56;
+"@MMK_R_comma" = -180;
+"@MMK_R_guillemotleft" = -41;
+"@MMK_R_guillemotright" = -13;
+afii10021 = -68;
+afii10024 = -69;
+ampersand = -41;
+four = -54;
+less = -56;
+logicalnot = -40;
+multiply = -29;
+slash = -111;
+underscore = -139;
+};
+utilde = {
+"@MMK_R_T" = -144;
+};
+wdieresis = {
+"@MMK_R_T" = -144;
+};
+xi = {
+"@MMK_R_Alphagreek" = -41;
+"@MMK_R_alphagreek" = -42;
+"@MMK_R_deltagreek" = -14;
+"@MMK_R_epsilongreek" = -41;
+"@MMK_R_etagreek" = -28;
+"@MMK_R_gammagreek" = -69;
+"@MMK_R_iotadieresisgreek" = -40;
+"@MMK_R_omegagreek" = -42;
+"@MMK_R_psigreek" = -28;
+"@MMK_R_quotedblleft" = -29;
+Psi = -125;
+pi = -29;
+tau = -27;
+theta = -28;
+underscore = 192;
+};
+ydieresis = {
+"@MMK_R_T" = -96;
+Gamma1 = -16;
+};
+yhook = {
+"@MMK_R_c" = -224;
+T = 206;
+};
+zcurl = {
+T = -272;
+};
+zeta = {
+"@MMK_R_Alphagreek" = -42;
+"@MMK_R_alphagreek" = -82;
+"@MMK_R_deltagreek" = -56;
+"@MMK_R_epsilongreek" = -83;
+"@MMK_R_etagreek" = -41;
+"@MMK_R_gammagreek" = -69;
+"@MMK_R_iotadieresisgreek" = -84;
+"@MMK_R_omegagreek" = -82;
+"@MMK_R_psigreek" = -42;
+"@MMK_R_quotedblleft" = -28;
+Psi = -125;
+pi = -70;
+tau = -40;
+theta = -27;
+underscore = 192;
+};
+zhecyrillic = {
+"@MMK_R_ecyrillic" = -69;
+"@MMK_R_elcyrillic" = -28;
+"@MMK_R_guillemotleft" = -69;
+becyrillic = -42;
+checyrillic = -70;
+decyrillic = -15;
+ereversedcyrillic = -42;
+hardsigncyrillic = -96;
+iacyrillic = -27;
+tecyrillic = -68;
+zecyrillic = -41;
+zhecyrillic = -14;
+};
+};
+"5C20EF92-B63D-42A8-8878-93C2863E0093" = {
+"@MMK_L_A" = {
+"@MMK_R_B" = -24;
+"@MMK_R_C" = -222;
+"@MMK_R_S" = -80;
+"@MMK_R_T" = -388;
+"@MMK_R_U" = -48;
+"@MMK_R_V" = -352;
+"@MMK_R_W" = -256;
+"@MMK_R_Y" = -500;
+"@MMK_R_a" = -20;
+"@MMK_R_approxequal" = -137;
+"@MMK_R_asciicircum" = -213;
+"@MMK_R_c" = -96;
+"@MMK_R_dagger" = -200;
+"@MMK_R_divide" = -75;
+"@MMK_R_eightsuperior" = -214;
+"@MMK_R_f" = -54;
+"@MMK_R_guillemotleft" = -84;
+"@MMK_R_guillemotright" = -82;
+"@MMK_R_one" = -123;
+"@MMK_R_quotedbl" = -212;
+"@MMK_R_quotedblleft" = -268;
+"@MMK_R_quotedblright" = -219;
+"@MMK_R_s" = -40;
+"@MMK_R_six" = -41;
+"@MMK_R_t" = -83;
+"@MMK_R_u" = -82;
+"@MMK_R_v" = -178;
+"@MMK_R_w" = -179;
+"@MMK_R_x" = -20;
+"@MMK_R_z" = -27;
+Tbar = -137;
+asterisk.case = -128;
+backslash = -40;
+eight = -41;
+five = -48;
+infinity = -27;
+less = -68;
+logicalnot = -102;
+multiply = -109;
+nine = -41;
+nine.1 = -41;
+periodcentered = -84;
+question = -166;
+seven = -48;
+tbar = -20;
+};
+"@MMK_L_AE" = {
+periodcentered = -15;
+};
+"@MMK_L_B" = {
+"@MMK_R_AE" = -41;
+"@MMK_R_Dcroat" = 82;
+"@MMK_R_Y" = -56;
+"@MMK_R_dagger" = -20;
+"@MMK_R_idieresis" = 64;
+"@MMK_R_quotedblleft" = -41;
+"@MMK_R_x" = -14;
+"@MMK_R_z" = -13;
+periodcentered = -7;
+underscore = -55;
+};
+"@MMK_L_C" = {
+"@MMK_R_A" = -127;
+"@MMK_R_AE" = -68;
+"@MMK_R_B" = -32;
+"@MMK_R_C" = -32;
+"@MMK_R_T" = -41;
+"@MMK_R_V" = -144;
+"@MMK_R_X" = -170;
+"@MMK_R_Y" = -176;
+"@MMK_R_eightsub" = -13;
+"@MMK_R_idieresis" = 64;
+backslash = 33;
+underscore = -138;
+};
+"@MMK_L_D" = {
+"@MMK_R_A" = -216;
+"@MMK_R_AE" = -231;
+"@MMK_R_B" = -32;
+"@MMK_R_C" = -32;
+"@MMK_R_T" = -76;
+"@MMK_R_V" = -208;
+"@MMK_R_W" = -160;
+"@MMK_R_X" = -224;
+"@MMK_R_Y" = -272;
+"@MMK_R_Z" = -116;
+"@MMK_R_a" = -15;
+"@MMK_R_braceright.case" = -80;
+"@MMK_R_c" = -48;
+"@MMK_R_comma" = -138;
+"@MMK_R_dagger" = -7;
+"@MMK_R_eightsub" = -40;
+"@MMK_R_guillemotright" = -35;
+"@MMK_R_idieresis" = 48;
+"@MMK_R_quotedblbase" = -157;
+"@MMK_R_quotedblleft" = -83;
+"@MMK_R_s" = -16;
+"@MMK_R_v" = -32;
+"@MMK_R_x" = -28;
+backslash = 15;
+seven = -15;
+slash = -70;
+underscore = -138;
+};
+"@MMK_L_Decyrillic" = {
+"@MMK_R_Djecyrillic" = -13;
+"@MMK_R_Elcyrillic" = 35;
+"@MMK_R_comma" = 28;
+"@MMK_R_divide" = -21;
+"@MMK_R_elcyrillic" = 33;
+"@MMK_R_quotedblbase" = 35;
+afii10021 = 83;
+afii10024 = 29;
+afii10025 = 14;
+afii10041 = -8;
+afii10044 = -55;
+decyrillic = 61;
+iacyrillic = 27;
+underscore = 151;
+zhecyrillic = 13;
+};
+"@MMK_L_E" = {
+"@MMK_R_A" = -32;
+"@MMK_R_C" = -144;
+"@MMK_R_S" = -16;
+"@MMK_R_c" = -48;
+"@MMK_R_dotlessi" = -32;
+"@MMK_R_dotlessj" = -198;
+"@MMK_R_idieresis" = 112;
+"@MMK_R_v" = -80;
+backslash = 40;
+four = -13;
+periodcentered = -13;
+};
+"@MMK_L_Ecyrillic" = {
+"@MMK_R_Djecyrillic" = -75;
+"@MMK_R_Elcyrillic" = -20;
+"@MMK_R_Ucyrillic" = -42;
+"@MMK_R_comma" = -96;
+"@MMK_R_elcyrillic" = -28;
+afii10021 = -14;
+afii10024 = -77;
+afii10025 = -7;
+afii10038 = -28;
+afii10041 = -8;
+afii10044 = -61;
+afii10049 = -22;
+ereversedcyrillic = -14;
+iacyrillic = -14;
+tecyrillic = -14;
+tenge = -21;
+underscore = -104;
+zecyrillic = -14;
+zhecyrillic = -28;
+};
+"@MMK_L_Epsilongreek" = {
+"@MMK_R_gammagreek" = -13;
+"@MMK_R_m" = -14;
+backslash = 40;
+four = -15;
+pi = -14;
+rho = -7;
+tau = -13;
+};
+"@MMK_L_F" = {
+"@MMK_R_A" = -416;
+"@MMK_R_AE" = -178;
+"@MMK_R_C" = -176;
+"@MMK_R_J" = -70;
+"@MMK_R_a" = -118;
+"@MMK_R_approxequal" = -48;
+"@MMK_R_c" = -161;
+"@MMK_R_comma" = -227;
+"@MMK_R_dotlessi" = -32;
+"@MMK_R_dotlessj" = -198;
+"@MMK_R_eightsub" = -137;
+"@MMK_R_idieresis" = 112;
+"@MMK_R_m" = -138;
+"@MMK_R_quotedblbase" = -254;
+"@MMK_R_six" = -42;
+"@MMK_R_two" = -14;
+"@MMK_R_u" = -167;
+"@MMK_R_v" = -160;
+"@MMK_R_z" = -63;
+F = -128;
+ampersand = -54;
+backslash = 29;
+eight = -28;
+four = -21;
+periodcentered = -15;
+r = -128;
+slash = -103;
+three = -14;
+underscore = -173;
+};
+"@MMK_L_G" = {
+"@MMK_R_A" = -48;
+"@MMK_R_AE" = -48;
+"@MMK_R_T" = -22;
+"@MMK_R_X" = -196;
+"@MMK_R_Y" = -216;
+"@MMK_R_a" = -13;
+"@MMK_R_braceright.case" = -48;
+"@MMK_R_comma" = -63;
+"@MMK_R_idieresis" = 48;
+"@MMK_R_quotedblleft" = -8;
+"@MMK_R_z" = -13;
+backslash = 14;
+slash = -20;
+underscore = -88;
+};
+"@MMK_L_Gecyrillic" = {
+"@MMK_R_Djecyrillic" = -34;
+"@MMK_R_Ecyrillic" = -82;
+"@MMK_R_Elcyrillic" = -109;
+"@MMK_R_approxequal" = -125;
+"@MMK_R_colon" = -55;
+"@MMK_R_comma" = -281;
+"@MMK_R_divide" = -173;
+"@MMK_R_dzhecyrillic" = -116;
+"@MMK_R_ecyrillic" = -221;
+"@MMK_R_elcyrillic" = -226;
+"@MMK_R_guillemotleft" = -281;
+"@MMK_R_guillemotright" = -130;
+"@MMK_R_one" = -8;
+"@MMK_R_quotedblbase" = -400;
+"@MMK_R_six" = -77;
+"@MMK_R_two" = -14;
+afii10021 = -48;
+afii10024 = -27;
+afii10025 = -13;
+afii10038 = -84;
+afii10044 = -14;
+afii10047 = -55;
+afii10049 = -40;
+ampersand = -48;
+asciitilde = -103;
+becyrillic = -61;
+checyrillic = -144;
+decyrillic = -198;
+eight = -33;
+ereversedcyrillic = -159;
+five = -14;
+four = -151;
+greater = -33;
+hardsigncyrillic = -138;
+hryvnia = -21;
+iacyrillic = -235;
+less = -103;
+logicalnot = -104;
+multiply = -110;
+nine = -14;
+nine.1 = -14;
+numbersign = -35;
+tecyrillic = -130;
+three = -29;
+underscore = -180;
+uni20BD = -42;
+zecyrillic = -199;
+zhecyrillic = -157;
+};
+"@MMK_L_H" = {
+"@MMK_R_A" = -24;
+"@MMK_R_C" = -32;
+"@MMK_R_dotlessj" = -151;
+"@MMK_R_idieresis" = 128;
+backslash = 41;
+};
+"@MMK_L_Hardsigncyrillic" = {
+"@MMK_R_Djecyrillic" = -164;
+"@MMK_R_Ucyrillic" = -41;
+"@MMK_R_asciicircum" = -48;
+"@MMK_R_comma" = -22;
+"@MMK_R_eightsuperior" = -21;
+"@MMK_R_one" = -42;
+"@MMK_R_quotedbl" = -48;
+"@MMK_R_quotedblbase" = -15;
+"@MMK_R_quotedblleft" = -6;
+"@MMK_R_quotedblright" = -27;
+afii10024 = -41;
+afii10041 = -13;
+afii10044 = -152;
+afii10049 = -7;
+checyrillic = -7;
+hardsigncyrillic = -42;
+question = -21;
+seven = -41;
+tecyrillic = -14;
+tenge = -42;
+underscore = -21;
+zhecyrillic = -28;
+};
+"@MMK_L_IJacute" = {
+"@MMK_R_A" = -48;
+"@MMK_R_AE" = -69;
+"@MMK_R_a" = -20;
+"@MMK_R_c" = -33;
+"@MMK_R_comma" = -96;
+"@MMK_R_quotedblbase" = -173;
+"@MMK_R_x" = -22;
+backslash = 40;
+slash = -83;
+underscore = -125;
+};
+"@MMK_L_K" = {
+"@MMK_R_C" = -290;
+"@MMK_R_S" = -68;
+"@MMK_R_a" = -96;
+"@MMK_R_approxequal" = -89;
+"@MMK_R_asciicircum" = -35;
+"@MMK_R_c" = -176;
+"@MMK_R_dagger" = -61;
+"@MMK_R_divide" = -240;
+"@MMK_R_f" = -76;
+"@MMK_R_guillemotleft" = -109;
+"@MMK_R_idieresis" = 176;
+"@MMK_R_one" = -13;
+"@MMK_R_quotedbl" = -14;
+"@MMK_R_quotedblleft" = -28;
+"@MMK_R_quotedblright" = -61;
+"@MMK_R_s" = -83;
+"@MMK_R_six" = -70;
+"@MMK_R_t" = -84;
+"@MMK_R_u" = -96;
+"@MMK_R_v" = -139;
+"@MMK_R_w" = -139;
+"@MMK_R_x" = -28;
+ampersand = -48;
+asterisk.case = -128;
+at = -75;
+eight = -22;
+five = -48;
+four = -77;
+infinity = -90;
+less = -172;
+logicalnot = -158;
+multiply = -83;
+nine = -70;
+nine.1 = -70;
+periodcentered = -123;
+tbar = -77;
+three = -20;
+};
+"@MMK_L_L" = {
+"@MMK_R_C" = -56;
+"@MMK_R_T" = -404;
+"@MMK_R_U" = -33;
+"@MMK_R_V" = -376;
+"@MMK_R_W" = -199;
+"@MMK_R_Y" = -525;
+"@MMK_R_asciicircum" = -331;
+"@MMK_R_c" = -70;
+"@MMK_R_dagger" = -192;
+"@MMK_R_divide" = -152;
+"@MMK_R_eightsuperior" = -310;
+"@MMK_R_guillemotleft" = -103;
+"@MMK_R_one" = -192;
+"@MMK_R_quotedbl" = -282;
+"@MMK_R_quotedblleft" = -254;
+"@MMK_R_quotedblright" = -228;
+"@MMK_R_six" = -41;
+"@MMK_R_t" = -83;
+"@MMK_R_v" = -192;
+"@MMK_R_w" = -186;
+Tbar = -261;
+backslash = -41;
+eight = -15;
+four = -13;
+less = -111;
+logicalnot = -240;
+periodcentered = -165;
+question = -199;
+seven = -96;
+};
+"@MMK_L_Ohorn" = {
+"@MMK_R_A" = -124;
+"@MMK_R_AE" = -118;
+"@MMK_R_J" = -42;
+"@MMK_R_T" = 77;
+"@MMK_R_a" = -48;
+"@MMK_R_approxequal" = -63;
+"@MMK_R_b" = 28;
+"@MMK_R_braceright" = 35;
+"@MMK_R_c" = -48;
+"@MMK_R_colon" = -42;
+"@MMK_R_comma" = -173;
+"@MMK_R_dagger" = 21;
+"@MMK_R_divide" = -62;
+"@MMK_R_eightsuperior" = 165;
+"@MMK_R_guillemotleft" = -75;
+"@MMK_R_idieresis" = 256;
+"@MMK_R_quotedbl" = 83;
+"@MMK_R_quotedblbase" = -207;
+"@MMK_R_quotedblleft" = 21;
+"@MMK_R_quotedblright" = 27;
+"@MMK_R_s" = -28;
+"@MMK_R_t" = 27;
+"@MMK_R_u" = -27;
+"@MMK_R_v" = -27;
+"@MMK_R_w" = -20;
+"@MMK_R_x" = -20;
+"@MMK_R_z" = -27;
+Hbar = 62;
+L_slash = 82;
+Tbar = 109;
+asciitilde = -21;
+at = -63;
+backslash = 82;
+bullet = -21;
+copyright = -63;
+emdash = -22;
+endash = -21;
+exclamdown = -62;
+figuredash = -20;
+four = -40;
+fraction = -41;
+hyphenbullet = -21;
+infinity = -62;
+integral = -62;
+less = -40;
+logicalnot = -63;
+lozenge = -40;
+lslash = 33;
+multiply = -63;
+partialdiff = -61;
+periodcentered = -63;
+product = 55;
+questiondown = -104;
+seven = 69;
+slash = -62;
+summation = 56;
+};
+"@MMK_L_Omegagreek" = {
+"@MMK_R_A" = -14;
+"@MMK_R_Omicrongreek" = -14;
+"@MMK_R_m" = -13;
+Psi = -28;
+pi = -7;
+tau = -15;
+theta = -6;
+xi = -14;
+zeta = -15;
+};
+"@MMK_L_Omicrongreek" = {
+"@MMK_R_A" = -88;
+"@MMK_R_comma" = -150;
+"@MMK_R_eightsub" = -27;
+"@MMK_R_epsilongreek" = -14;
+"@MMK_R_guillemotright" = -34;
+"@MMK_R_m" = -22;
+"@MMK_R_omegagreek" = -13;
+"@MMK_R_psigreek" = -13;
+"@MMK_R_quotedblbase" = -125;
+"@MMK_R_quotedblleft" = -83;
+Omega = -14;
+Psi = -40;
+Sigma = -56;
+backslash = 14;
+lambda = -96;
+pi = -21;
+rho = -20;
+seven = -14;
+slash = -70;
+tau = -22;
+underscore = -137;
+xi = -21;
+zeta = -20;
+};
+"@MMK_L_P" = {
+"@MMK_R_A" = -336;
+"@MMK_R_AE" = -516;
+"@MMK_R_J" = -367;
+"@MMK_R_V" = -144;
+"@MMK_R_X" = -280;
+"@MMK_R_Y" = -244;
+"@MMK_R_Z" = -40;
+"@MMK_R_a" = -86;
+"@MMK_R_c" = -86;
+"@MMK_R_comma" = -331;
+"@MMK_R_dotlessi" = -112;
+"@MMK_R_eightsub" = -473;
+"@MMK_R_f" = 70;
+"@MMK_R_guillemotleft" = -48;
+"@MMK_R_idieresis" = 64;
+"@MMK_R_m" = -96;
+"@MMK_R_quotedblbase" = -304;
+"@MMK_R_s" = -88;
+"@MMK_R_t" = 7;
+"@MMK_R_two" = -8;
+"@MMK_R_v" = -5;
+ampersand = -205;
+backslash = -35;
+four = -192;
+periodcentered = -93;
+seven = -42;
+slash = -315;
+underscore = -288;
+};
+"@MMK_L_R" = {
+"@MMK_R_C" = -96;
+"@MMK_R_V" = -115;
+"@MMK_R_W" = -64;
+"@MMK_R_Y" = -197;
+"@MMK_R_a" = -32;
+"@MMK_R_c" = -70;
+"@MMK_R_f" = 14;
+"@MMK_R_idieresis" = 64;
+"@MMK_R_quotedblleft" = -29;
+"@MMK_R_s" = -22;
+"@MMK_R_t" = 34;
+four = -15;
+periodcentered = -32;
+};
+"@MMK_L_S" = {
+"@MMK_R_A" = -80;
+"@MMK_R_AE" = -63;
+"@MMK_R_T" = -32;
+"@MMK_R_V" = -163;
+"@MMK_R_W" = -80;
+"@MMK_R_X" = -42;
+"@MMK_R_Y" = -68;
+"@MMK_R_a" = -20;
+"@MMK_R_idieresis" = 80;
+periodcentered = -7;
+};
+"@MMK_L_T" = {
+"@MMK_R_A" = -388;
+"@MMK_R_AE" = -532;
+"@MMK_R_C" = -149;
+"@MMK_R_J" = -542;
+"@MMK_R_a" = -326;
+"@MMK_R_c" = -311;
+"@MMK_R_colon" = -55;
+"@MMK_R_comma" = -393;
+"@MMK_R_divide" = -408;
+"@MMK_R_dotlessj" = -176;
+"@MMK_R_eightsub" = -283;
+"@MMK_R_guillemotleft" = -283;
+"@MMK_R_guillemotright" = -130;
+"@MMK_R_idieresis" = 256;
+"@MMK_R_m" = -320;
+"@MMK_R_quotedblbase" = -282;
+"@MMK_R_s" = -488;
+"@MMK_R_six" = -76;
+"@MMK_R_u" = -333;
+"@MMK_R_v" = -362;
+"@MMK_R_w" = -376;
+"@MMK_R_x" = -340;
+"@MMK_R_z" = -342;
+adieresis = -96;
+ampersand = -174;
+atilde = -80;
+backslash = 42;
+edieresis = -128;
+four = -278;
+idieresis = 176;
+itilde = 16;
+less = -199;
+ntilde = -96;
+odieresis = -96;
+otilde = -112;
+periodcentered = -173;
+slash = -420;
+three = -15;
+udieresis = -112;
+underscore = -166;
+utilde = -96;
+ydieresis = -80;
+};
+"@MMK_L_Ucyrillic" = {
+"@MMK_R_Djecyrillic" = -21;
+"@MMK_R_Ecyrillic" = -69;
+"@MMK_R_Elcyrillic" = -83;
+"@MMK_R_Ucyrillic" = -8;
+"@MMK_R_approxequal" = -68;
+"@MMK_R_asciicircum" = -6;
+"@MMK_R_comma" = -384;
+"@MMK_R_divide" = -180;
+"@MMK_R_dzhecyrillic" = -96;
+"@MMK_R_ecyrillic" = -171;
+"@MMK_R_eightsub" = -132;
+"@MMK_R_elcyrillic" = -186;
+"@MMK_R_guillemotleft" = -213;
+"@MMK_R_guillemotright" = -157;
+"@MMK_R_one" = -35;
+"@MMK_R_quotedblbase" = -432;
+"@MMK_R_six" = -48;
+"@MMK_R_two" = -63;
+afii10021 = -54;
+afii10024 = -48;
+afii10025 = -48;
+afii10038 = -76;
+afii10041 = -8;
+afii10044 = -34;
+afii10047 = -48;
+afii10049 = -56;
+ampersand = -35;
+becyrillic = -89;
+checyrillic = -117;
+decyrillic = -171;
+eight = -55;
+ereversedcyrillic = -157;
+five = -35;
+four = -137;
+greater = -14;
+hardsigncyrillic = -84;
+hryvnia = -48;
+iacyrillic = -179;
+less = -96;
+logicalnot = -48;
+multiply = -69;
+nine = -34;
+nine.1 = -34;
+numbersign = -29;
+question = -15;
+tecyrillic = -89;
+tenge = -6;
+three = -63;
+underscore = -268;
+uni20BD = -13;
+zecyrillic = -144;
+zhecyrillic = -125;
+};
+"@MMK_L_Uhorn" = {
+"@MMK_R_A" = -219;
+"@MMK_R_AE" = -322;
+"@MMK_R_C" = -118;
+"@MMK_R_J" = -268;
+"@MMK_R_S" = -22;
+"@MMK_R_T" = 56;
+"@MMK_R_V" = 13;
+"@MMK_R_W" = 13;
+"@MMK_R_X" = 15;
+"@MMK_R_Y" = 48;
+"@MMK_R_a" = -192;
+"@MMK_R_approxequal" = -164;
+"@MMK_R_b" = 33;
+"@MMK_R_braceright" = 123;
+"@MMK_R_c" = -206;
+"@MMK_R_colon" = -166;
+"@MMK_R_comma" = -254;
+"@MMK_R_dagger" = 22;
+"@MMK_R_divide" = -205;
+"@MMK_R_eightsub" = -205;
+"@MMK_R_eightsuperior" = 96;
+"@MMK_R_f" = -21;
+"@MMK_R_guillemotleft" = -249;
+"@MMK_R_guillemotright" = -137;
+"@MMK_R_idieresis" = 192;
+"@MMK_R_m" = -166;
+"@MMK_R_quotedbl" = 40;
+"@MMK_R_quotedblbase" = -331;
+"@MMK_R_s" = -219;
+"@MMK_R_six" = -29;
+"@MMK_R_t" = -55;
+"@MMK_R_u" = -166;
+"@MMK_R_v" = -138;
+"@MMK_R_w" = -123;
+"@MMK_R_x" = -125;
+"@MMK_R_z" = -137;
+Hbar = 40;
+Tbar = 54;
+ampersand = -61;
+asciitilde = -83;
+at = -96;
+backslash = 96;
+bullet = -206;
+copyright = -41;
+emdash = -205;
+endash = -207;
+exclamdown = -40;
+figuredash = -205;
+four = -144;
+hyphenbullet = -207;
+infinity = -165;
+integral = -206;
+less = -151;
+logicalnot = -207;
+lslash = 42;
+multiply = -164;
+partialdiff = -83;
+periodcentered = -165;
+product = 27;
+questiondown = -206;
+radical = -42;
+seven = 48;
+slash = -151;
+summation = 29;
+trianglebullet = -84;
+underscore = -125;
+};
+"@MMK_L_V" = {
+"@MMK_R_A" = -352;
+"@MMK_R_AE" = -308;
+"@MMK_R_C" = -208;
+"@MMK_R_J" = -164;
+"@MMK_R_S" = -13;
+"@MMK_R_a" = -221;
+"@MMK_R_approxequal" = -173;
+"@MMK_R_c" = -261;
+"@MMK_R_colon" = -116;
+"@MMK_R_comma" = -304;
+"@MMK_R_divide" = -132;
+"@MMK_R_dotlessi" = -48;
+"@MMK_R_eightsub" = -240;
+"@MMK_R_guillemotleft" = -144;
+"@MMK_R_guillemotright" = -54;
+"@MMK_R_idieresis" = 144;
+"@MMK_R_m" = -96;
+"@MMK_R_quotedblbase" = -288;
+"@MMK_R_s" = -240;
+"@MMK_R_six" = -34;
+"@MMK_R_u" = -96;
+"@MMK_R_v" = -64;
+"@MMK_R_w" = -20;
+"@MMK_R_x" = -27;
+"@MMK_R_z" = -55;
+adieresis = -160;
+ampersand = -139;
+at = -88;
+atilde = -176;
+backslash = 56;
+eight = -48;
+four = -102;
+infinity = -82;
+itilde = -16;
+less = -165;
+logicalnot = -166;
+multiply = -118;
+nine = -21;
+nine.1 = -21;
+odieresis = -144;
+otilde = -176;
+periodcentered = -103;
+questiongreek = -62;
+slash = -187;
+underscore = -260;
+};
+"@MMK_L_Vecyrillic" = {
+"@MMK_R_quotedblbase" = -29;
+afii10044 = -56;
+afii10049 = -8;
+checyrillic = -7;
+hardsigncyrillic = -22;
+iacyrillic = -28;
+tecyrillic = -21;
+tenge = -6;
+underscore = -83;
+zecyrillic = -13;
+zhecyrillic = -22;
+};
+"@MMK_L_W" = {
+"@MMK_R_A" = -256;
+"@MMK_R_AE" = -240;
+"@MMK_R_C" = -160;
+"@MMK_R_J" = -165;
+"@MMK_R_S" = -15;
+"@MMK_R_a" = -172;
+"@MMK_R_approxequal" = -159;
+"@MMK_R_c" = -165;
+"@MMK_R_colon" = -139;
+"@MMK_R_comma" = -304;
+"@MMK_R_divide" = -132;
+"@MMK_R_eightsub" = -200;
+"@MMK_R_guillemotleft" = -157;
+"@MMK_R_guillemotright" = -55;
+"@MMK_R_idieresis" = 160;
+"@MMK_R_m" = -96;
+"@MMK_R_quotedblbase" = -282;
+"@MMK_R_s" = -132;
+"@MMK_R_six" = -70;
+"@MMK_R_u" = -63;
+"@MMK_R_v" = -33;
+"@MMK_R_w" = -22;
+"@MMK_R_x" = -27;
+"@MMK_R_z" = -77;
+ampersand = -138;
+at = -35;
+backslash = 54;
+eight = -75;
+five = -42;
+four = -102;
+infinity = -56;
+less = -164;
+logicalnot = -76;
+multiply = -62;
+nine = -35;
+nine.1 = -35;
+periodcentered = -88;
+slash = -166;
+three = -77;
+underscore = -262;
+};
+"@MMK_L_X" = {
+"@MMK_R_C" = -224;
+"@MMK_R_J" = -27;
+"@MMK_R_S" = -29;
+"@MMK_R_a" = -63;
+"@MMK_R_approxequal" = -152;
+"@MMK_R_asciicircum" = -55;
+"@MMK_R_c" = -125;
+"@MMK_R_colon" = -48;
+"@MMK_R_dagger" = -55;
+"@MMK_R_divide" = -192;
+"@MMK_R_f" = -48;
+"@MMK_R_guillemotleft" = -144;
+"@MMK_R_guillemotright" = -34;
+"@MMK_R_idieresis" = 160;
+"@MMK_R_s" = -77;
+"@MMK_R_six" = -75;
+"@MMK_R_t" = -96;
+"@MMK_R_two" = -33;
+"@MMK_R_u" = -84;
+"@MMK_R_v" = -96;
+"@MMK_R_w" = -103;
+ampersand = -61;
+at = -68;
+backslash = 42;
+eight = -40;
+four = -76;
+infinity = -55;
+less = -173;
+nine = -22;
+nine.1 = -22;
+periodcentered = -144;
+slash = -40;
+three = -48;
+};
+"@MMK_L_Y" = {
+"@MMK_R_A" = -490;
+"@MMK_R_AE" = -304;
+"@MMK_R_C" = -272;
+"@MMK_R_J" = -240;
+"@MMK_R_S" = -182;
+"@MMK_R_a" = -422;
+"@MMK_R_approxequal" = -233;
+"@MMK_R_asciicircum" = -48;
+"@MMK_R_c" = -475;
+"@MMK_R_colon" = -157;
+"@MMK_R_comma" = -343;
+"@MMK_R_dagger" = -33;
+"@MMK_R_divide" = -179;
+"@MMK_R_dotlessi" = -64;
+"@MMK_R_dotlessj" = -193;
+"@MMK_R_eightsub" = -296;
+"@MMK_R_f" = -68;
+"@MMK_R_guillemotleft" = -240;
+"@MMK_R_guillemotright" = -144;
+"@MMK_R_idieresis" = 176;
+"@MMK_R_m" = -151;
+"@MMK_R_one" = -35;
+"@MMK_R_quotedblbase" = -247;
+"@MMK_R_s" = -227;
+"@MMK_R_six" = -125;
+"@MMK_R_t" = -70;
+"@MMK_R_two" = -40;
+"@MMK_R_u" = -192;
+"@MMK_R_v" = -128;
+"@MMK_R_w" = -103;
+"@MMK_R_x" = -116;
+"@MMK_R_z" = -131;
+adieresis = -160;
+ampersand = -179;
+at = -83;
+atilde = -176;
+backslash = 48;
+edieresis = -192;
+eight = -88;
+five = -35;
+four = -205;
+infinity = -118;
+itilde = -32;
+less = -253;
+logicalnot = -165;
+multiply = -131;
+nine = -48;
+nine.1 = -48;
+odieresis = -144;
+otilde = -176;
+periodcentered = -166;
+questiongreek = -158;
+slash = -206;
+three = -70;
+underscore = -288;
+};
+"@MMK_L_Z" = {
+"@MMK_R_C" = -116;
+"@MMK_R_c" = -33;
+"@MMK_R_divide" = -54;
+"@MMK_R_guillemotleft" = -69;
+"@MMK_R_idieresis" = 144;
+"@MMK_R_six" = -15;
+four = -33;
+less = -83;
+periodcentered = -84;
+};
+"@MMK_L_a" = {
+"@MMK_R_T" = -264;
+"@MMK_R_U" = -40;
+"@MMK_R_V" = -176;
+"@MMK_R_W" = -158;
+"@MMK_R_X" = -15;
+"@MMK_R_Y" = -272;
+"@MMK_R_c" = -16;
+"@MMK_R_dagger" = -27;
+"@MMK_R_dotlessj" = -184;
+"@MMK_R_eightsuperior" = -40;
+"@MMK_R_gammagreek" = -40;
+"@MMK_R_m" = -29;
+"@MMK_R_one" = -56;
+"@MMK_R_quotedblleft" = -63;
+"@MMK_R_s" = -32;
+"@MMK_R_t" = -48;
+"@MMK_R_v" = -64;
+"@MMK_R_w" = -48;
+pi = -28;
+seven = -64;
+slash = 13;
+tau = -29;
+};
+"@MMK_L_acyrillic" = {
+hardsigncyrillic = -14;
+tecyrillic = -22;
+};
+"@MMK_L_ae" = {
+"@MMK_R_A" = -69;
+"@MMK_R_AE" = -34;
+"@MMK_R_T" = -298;
+"@MMK_R_U" = -35;
+"@MMK_R_V" = -165;
+"@MMK_R_W" = -165;
+"@MMK_R_X" = -125;
+"@MMK_R_Y" = -446;
+"@MMK_R_dagger" = -35;
+"@MMK_R_dotlessj" = -144;
+"@MMK_R_quotedblleft" = -76;
+"@MMK_R_t" = -16;
+"@MMK_R_v" = -58;
+"@MMK_R_w" = -44;
+"@MMK_R_x" = -63;
+Tbar = -40;
+seven = -62;
+slash = 15;
+underscore = -69;
+};
+"@MMK_L_alphagreek" = {
+"@MMK_R_A" = -55;
+"@MMK_R_alphagreek" = -21;
+"@MMK_R_deltagreek" = -29;
+"@MMK_R_divide" = -90;
+"@MMK_R_eightsub" = -84;
+"@MMK_R_eightsuperior" = 63;
+"@MMK_R_epsilongreek" = -13;
+"@MMK_R_gammagreek" = -33;
+"@MMK_R_guillemotleft" = -42;
+"@MMK_R_iotadieresisgreek" = -15;
+"@MMK_R_m" = -70;
+"@MMK_R_omegagreek" = -14;
+"@MMK_R_psigreek" = -13;
+"@MMK_R_quotedblbase" = -13;
+"@MMK_R_quotedblleft" = -111;
+"@MMK_R_quotedblright" = -15;
+Psi = -69;
+ampersand = -48;
+four = -28;
+less = -56;
+logicalnot = -82;
+pi = -77;
+rho = -8;
+slash = -48;
+tau = -48;
+theta = -40;
+xi = -35;
+zeta = -32;
+};
+"@MMK_L_approxequal" = {
+"@MMK_R_A" = -137;
+"@MMK_R_AE" = -124;
+"@MMK_R_V" = -173;
+"@MMK_R_W" = -157;
+"@MMK_R_X" = -151;
+"@MMK_R_Y" = -234;
+"@MMK_R_gammagreek" = -34;
+"@MMK_R_quotedblleft" = -76;
+"@MMK_R_v" = -90;
+"@MMK_R_w" = -88;
+"@MMK_R_x" = -83;
+Psi = -102;
+Tbar = -61;
+afii10044 = -63;
+ampersand = -54;
+tenge = -54;
+};
+"@MMK_L_asciicircum" = {
+"@MMK_R_A" = -213;
+"@MMK_R_AE" = -304;
+"@MMK_R_Dcroat" = 48;
+"@MMK_R_Elcyrillic" = -83;
+"@MMK_R_J" = -247;
+"@MMK_R_X" = -54;
+"@MMK_R_Y" = -48;
+"@MMK_R_comma" = -400;
+"@MMK_R_elcyrillic" = -40;
+"@MMK_R_quotedblbase" = -192;
+"@MMK_R_six" = -14;
+Hbar = 34;
+Psi = -28;
+afii10021 = -48;
+afii10024 = -35;
+ampersand = -96;
+decyrillic = -34;
+four = -110;
+underscore = -192;
+zecyrillic = -21;
+};
+"@MMK_L_b" = {
+"@MMK_R_A" = -82;
+"@MMK_R_AE" = -76;
+"@MMK_R_S" = -22;
+"@MMK_R_T" = -326;
+"@MMK_R_U" = -33;
+"@MMK_R_V" = -240;
+"@MMK_R_W" = -166;
+"@MMK_R_X" = -176;
+"@MMK_R_Y" = -366;
+"@MMK_R_braceright" = -48;
+"@MMK_R_comma" = -40;
+"@MMK_R_dagger" = -63;
+"@MMK_R_dotlessi" = -32;
+"@MMK_R_dotlessj" = -176;
+"@MMK_R_m" = -16;
+"@MMK_R_one" = -70;
+"@MMK_R_quotedblleft" = -137;
+"@MMK_R_quotedblright" = -16;
+"@MMK_R_t" = -48;
+"@MMK_R_two" = -16;
+"@MMK_R_v" = -63;
+"@MMK_R_w" = -61;
+"@MMK_R_x" = -83;
+"@MMK_R_z" = -33;
+Tbar = -48;
+eight = -14;
+nine = -22;
+nine.1 = -22;
+seven = -76;
+three = -14;
+underscore = -70;
+};
+"@MMK_L_becyrillic" = {
+"@MMK_R_comma" = -56;
+"@MMK_R_elcyrillic" = -7;
+"@MMK_R_one" = -22;
+"@MMK_R_quotedblbase" = -33;
+"@MMK_R_two" = -27;
+checyrillic = -14;
+decyrillic = -22;
+ereversedcyrillic = -7;
+hardsigncyrillic = -84;
+iacyrillic = -20;
+question = -35;
+seven = -13;
+tecyrillic = -40;
+three = -21;
+zecyrillic = -28;
+zhecyrillic = -77;
+};
+"@MMK_L_braceleft" = {
+"@MMK_R_alphagreek" = -13;
+"@MMK_R_c" = -48;
+"@MMK_R_deltagreek" = -14;
+"@MMK_R_dotlessj" = 82;
+"@MMK_R_epsilongreek" = -13;
+"@MMK_R_iotadieresisgreek" = -13;
+"@MMK_R_omegagreek" = -15;
+checyrillic = -21;
+rho = -15;
+theta = -13;
+xi = -13;
+zecyrillic = -15;
+zeta = -13;
+};
+"@MMK_L_braceleft.case" = {
+"@MMK_R_C" = -80;
+};
+"@MMK_L_c" = {
+"@MMK_R_A" = -52;
+"@MMK_R_T" = -462;
+"@MMK_R_U" = -18;
+"@MMK_R_V" = -202;
+"@MMK_R_W" = -120;
+"@MMK_R_X" = -82;
+"@MMK_R_Y" = -436;
+"@MMK_R_c" = 6;
+"@MMK_R_dagger" = -4;
+"@MMK_R_dotlessj" = -166;
+"@MMK_R_f" = 17;
+"@MMK_R_quotedblleft" = -5;
+"@MMK_R_v" = -53;
+"@MMK_R_x" = -17;
+fraction = 94;
+seven = -38;
+underscore = -38;
+};
+"@MMK_L_colon" = {
+"@MMK_R_Djecyrillic" = -54;
+"@MMK_R_T" = -55;
+"@MMK_R_V" = -117;
+"@MMK_R_W" = -137;
+"@MMK_R_X" = -48;
+"@MMK_R_Y" = -158;
+"@MMK_R_quotedblleft" = -62;
+"@MMK_R_two" = 8;
+Psi = -157;
+afii10044 = -70;
+four = -20;
+seven = -41;
+tenge = -14;
+three = -7;
+};
+"@MMK_L_colon.case" = {
+"@MMK_R_quotedblleft" = -27;
+"@MMK_R_six" = -20;
+"@MMK_R_two" = 8;
+five = 24;
+seven = -14;
+three = -7;
+};
+"@MMK_L_comma" = {
+quotedblreversed = -128;
+quotereversed = -128;
+};
+"@MMK_L_dagger" = {
+"@MMK_R_A" = -199;
+"@MMK_R_AE" = -214;
+"@MMK_R_C" = -8;
+"@MMK_R_J" = -150;
+"@MMK_R_X" = -54;
+"@MMK_R_Y" = -34;
+"@MMK_R_a" = -35;
+"@MMK_R_c" = -61;
+"@MMK_R_s" = -34;
+"@MMK_R_x" = -8;
+Hbar = 54;
+Psi = -22;
+ampersand = -55;
+eight = -13;
+four = -15;
+};
+"@MMK_L_dcaron" = {
+"@MMK_R_A" = -48;
+"@MMK_R_AE" = -88;
+"@MMK_R_B" = 48;
+"@MMK_R_C" = 15;
+"@MMK_R_Dcroat" = 96;
+"@MMK_R_J" = -70;
+"@MMK_R_T" = 111;
+"@MMK_R_U" = 54;
+"@MMK_R_V" = 63;
+"@MMK_R_W" = 139;
+"@MMK_R_X" = 82;
+"@MMK_R_Y" = 83;
+"@MMK_R_Z" = 61;
+"@MMK_R_asciicircum" = 158;
+"@MMK_R_braceright" = 138;
+"@MMK_R_c" = -6;
+"@MMK_R_dagger" = 103;
+"@MMK_R_divide" = -76;
+"@MMK_R_eightsub" = -138;
+"@MMK_R_eightsuperior" = 212;
+"@MMK_R_guillemotleft" = -70;
+"@MMK_R_one" = 90;
+"@MMK_R_quotedbl" = 103;
+"@MMK_R_quotedblleft" = 88;
+"@MMK_R_quotedblright" = 56;
+"@MMK_R_two" = 62;
+Hbar = 144;
+Tbar = 116;
+backslash = 132;
+eight = 41;
+exclam = 84;
+four = -28;
+question = 88;
+seven = 109;
+three = 6;
+};
+"@MMK_L_decyrillic" = {
+"@MMK_R_comma" = 40;
+"@MMK_R_elcyrillic" = 13;
+"@MMK_R_one" = -20;
+"@MMK_R_quotedblbase" = 13;
+bracketleft = 27;
+checyrillic = -14;
+decyrillic = 56;
+hardsigncyrillic = -28;
+slash = 68;
+underscore = 63;
+};
+"@MMK_L_deltagreek" = {
+"@MMK_R_A" = -83;
+"@MMK_R_braceright" = -48;
+"@MMK_R_comma" = -42;
+"@MMK_R_epsilongreek" = -8;
+"@MMK_R_gammagreek" = -41;
+"@MMK_R_m" = -28;
+"@MMK_R_one" = -69;
+"@MMK_R_quotedblleft" = -137;
+Psi = -130;
+Sigma = -14;
+eight = -14;
+lambda = -104;
+nine = -22;
+nine.1 = -22;
+pi = -70;
+rho = -13;
+seven = -75;
+tau = -48;
+three = -35;
+underscore = -68;
+};
+"@MMK_L_divide" = {
+"@MMK_R_A" = -76;
+"@MMK_R_AE" = -117;
+"@MMK_R_Djecyrillic" = -221;
+"@MMK_R_Elcyrillic" = -29;
+"@MMK_R_J" = -22;
+"@MMK_R_T" = -408;
+"@MMK_R_Ucyrillic" = -125;
+"@MMK_R_V" = -130;
+"@MMK_R_W" = -132;
+"@MMK_R_X" = -152;
+"@MMK_R_Y" = -178;
+"@MMK_R_Z" = -34;
+"@MMK_R_dotlessj" = -160;
+"@MMK_R_f" = -29;
+"@MMK_R_gammagreek" = -48;
+"@MMK_R_m" = -27;
+"@MMK_R_quotedblleft" = -84;
+"@MMK_R_t" = -28;
+"@MMK_R_v" = -48;
+"@MMK_R_w" = -48;
+"@MMK_R_x" = -56;
+"@MMK_R_z" = -15;
+Psi = -138;
+Tbar = -96;
+afii10021 = -35;
+afii10024 = -207;
+afii10025 = -88;
+afii10041 = -48;
+afii10044 = -166;
+afii10047 = -28;
+afii10049 = -55;
+lambda = -102;
+pi = -61;
+tau = -28;
+tecyrillic = -15;
+};
+"@MMK_L_dotlessi" = {
+"@MMK_R_V" = -48;
+"@MMK_R_Y" = -64;
+"@MMK_R_c" = -16;
+"@MMK_R_dotlessj" = -190;
+"@MMK_R_quotedbl" = -22;
+"@MMK_R_quotedblleft" = -33;
+"@MMK_R_s" = -32;
+};
+"@MMK_L_ecyrillic" = {
+"@MMK_R_comma" = -13;
+"@MMK_R_ecyrillic" = -8;
+"@MMK_R_quotedblbase" = -48;
+checyrillic = -22;
+hardsigncyrillic = -34;
+iacyrillic = -21;
+seven = -13;
+tecyrillic = -56;
+zhecyrillic = -77;
+};
+"@MMK_L_eight" = {
+"@MMK_R_A" = -21;
+"@MMK_R_V" = -48;
+"@MMK_R_W" = -75;
+"@MMK_R_X" = -40;
+"@MMK_R_Y" = -88;
+"@MMK_R_c" = -15;
+"@MMK_R_comma" = -109;
+"@MMK_R_dagger" = -14;
+"@MMK_R_guillemotleft" = -68;
+"@MMK_R_quotedbl" = -33;
+"@MMK_R_quotedblbase" = -70;
+"@MMK_R_quotedblleft" = -84;
+"@MMK_R_quotedblright" = -88;
+"@MMK_R_six" = -13;
+Psi = -88;
+afii10024 = -20;
+backslash = 22;
+nine = -8;
+nine.1 = -162;
+underscore = -103;
+};
+"@MMK_L_eightsub" = {
+"@MMK_R_C" = -41;
+"@MMK_R_Djecyrillic" = -282;
+"@MMK_R_Omicrongreek" = -13;
+"@MMK_R_T" = -283;
+"@MMK_R_Ucyrillic" = -22;
+"@MMK_R_V" = -240;
+"@MMK_R_W" = -200;
+"@MMK_R_Y" = -297;
+"@MMK_R_dotlessj" = 159;
+"@MMK_R_gammagreek" = -116;
+"@MMK_R_m" = -88;
+"@MMK_R_one" = -192;
+"@MMK_R_six" = -27;
+"@MMK_R_t" = -88;
+"@MMK_R_v" = -123;
+"@MMK_R_w" = -84;
+Psi = -296;
+Tbar = -192;
+afii10041 = -56;
+afii10044 = -48;
+five = -14;
+pi = -90;
+tau = -90;
+};
+"@MMK_L_eightsuperior" = {
+"@MMK_R_A" = -213;
+"@MMK_R_AE" = -331;
+"@MMK_R_Elcyrillic" = -42;
+"@MMK_R_J" = -330;
+"@MMK_R_alphagreek" = -56;
+"@MMK_R_c" = -55;
+"@MMK_R_comma" = -151;
+"@MMK_R_deltagreek" = -55;
+"@MMK_R_epsilongreek" = -54;
+"@MMK_R_guillemotleft" = -109;
+"@MMK_R_m" = 48;
+"@MMK_R_omegagreek" = -55;
+"@MMK_R_quotedblbase" = -199;
+"@MMK_R_t" = 48;
+Hbar = 62;
+afii10021 = -35;
+ampersand = -22;
+four = -144;
+pi = 48;
+rho = -56;
+tau = 48;
+theta = -15;
+xi = -54;
+zeta = -54;
+};
+"@MMK_L_epsilongreek" = {
+"@MMK_R_A" = -63;
+"@MMK_R_comma" = -27;
+"@MMK_R_deltagreek" = -14;
+"@MMK_R_gammagreek" = -8;
+"@MMK_R_quotedblleft" = -14;
+Psi = -77;
+Sigma = -13;
+lambda = -83;
+pi = -15;
+rho = -6;
+seven = -27;
+tau = -6;
+theta = -7;
+underscore = -48;
+xi = -7;
+zeta = -6;
+};
+"@MMK_L_f" = {
+"@MMK_R_A" = -128;
+"@MMK_R_AE" = -218;
+"@MMK_R_J" = -200;
+"@MMK_R_X" = 32;
+"@MMK_R_Y" = 64;
+"@MMK_R_a" = -48;
+"@MMK_R_c" = -64;
+"@MMK_R_comma" = -150;
+"@MMK_R_divide" = -35;
+"@MMK_R_dotlessj" = -176;
+"@MMK_R_eightsub" = -232;
+"@MMK_R_eightsuperior" = 31;
+"@MMK_R_f" = 64;
+"@MMK_R_guillemotleft" = -87;
+"@MMK_R_idieresis" = 192;
+"@MMK_R_quotedblbase" = -158;
+"@MMK_R_quotedblright" = 42;
+"@MMK_R_s" = -56;
+"@MMK_R_t" = 32;
+ampersand = -68;
+four = -144;
+periodcentered = -34;
+slash = -128;
+underscore = -228;
+};
+"@MMK_L_g" = {
+"@MMK_R_V" = -56;
+"@MMK_R_W" = -42;
+"@MMK_R_Y" = -96;
+"@MMK_R_dotlessj" = 33;
+"@MMK_R_quotedblleft" = -40;
+seven = -20;
+underscore = 62;
+};
+"@MMK_L_gammagreek" = {
+"@MMK_R_A" = -152;
+"@MMK_R_alphagreek" = -54;
+"@MMK_R_braceright" = -48;
+"@MMK_R_comma" = -192;
+"@MMK_R_deltagreek" = -39;
+"@MMK_R_divide" = -88;
+"@MMK_R_eightsuperior" = 62;
+"@MMK_R_epsilongreek" = -62;
+"@MMK_R_gammagreek" = -28;
+"@MMK_R_guillemotleft" = -29;
+"@MMK_R_iotadieresisgreek" = -35;
+"@MMK_R_m" = -22;
+"@MMK_R_omegagreek" = -54;
+"@MMK_R_one" = -69;
+"@MMK_R_psigreek" = -8;
+"@MMK_R_quotedblbase" = -111;
+"@MMK_R_quotedblleft" = -137;
+"@MMK_R_quotedblright" = 40;
+Psi = -13;
+Sigma = -62;
+ampersand = -15;
+eight = -14;
+four = -29;
+lambda = -158;
+less = -56;
+logicalnot = -48;
+nine = -22;
+nine.1 = -22;
+pi = -8;
+rho = -55;
+seven = -76;
+slash = -48;
+tau = 35;
+theta = -32;
+three = -35;
+underscore = -118;
+xi = -40;
+zeta = -44;
+};
+"@MMK_L_gecyrillic" = {
+"@MMK_R_comma" = -260;
+"@MMK_R_divide" = -14;
+"@MMK_R_ecyrillic" = -48;
+"@MMK_R_eightsub" = -55;
+"@MMK_R_elcyrillic" = -70;
+"@MMK_R_guillemotleft" = -96;
+"@MMK_R_guillemotright" = -28;
+"@MMK_R_quotedblbase" = -323;
+ampersand = -14;
+becyrillic = -6;
+checyrillic = -14;
+decyrillic = -61;
+ereversedcyrillic = -22;
+four = -41;
+iacyrillic = -41;
+integral = -75;
+less = -21;
+logicalnot = -48;
+multiply = -22;
+slash = -77;
+three = -7;
+underscore = -68;
+zecyrillic = -34;
+zhecyrillic = -27;
+};
+"@MMK_L_guillemotleft" = {
+"@MMK_R_A" = -84;
+"@MMK_R_C" = -34;
+"@MMK_R_Djecyrillic" = -132;
+"@MMK_R_Elcyrillic" = -8;
+"@MMK_R_J" = -48;
+"@MMK_R_Omicrongreek" = -34;
+"@MMK_R_T" = -130;
+"@MMK_R_Ucyrillic" = -62;
+"@MMK_R_V" = -63;
+"@MMK_R_W" = -63;
+"@MMK_R_Y" = -150;
+"@MMK_R_six" = -13;
+Psi = -150;
+afii10024 = -55;
+afii10025 = -15;
+afii10041 = -29;
+afii10044 = -165;
+afii10049 = -34;
+checyrillic = -62;
+four = -33;
+seven = -27;
+tecyrillic = -14;
+tenge = -27;
+zecyrillic = -48;
+};
+"@MMK_L_guillemotright" = {
+"@MMK_R_A" = -84;
+"@MMK_R_AE" = -125;
+"@MMK_R_Djecyrillic" = -171;
+"@MMK_R_Elcyrillic" = -48;
+"@MMK_R_J" = -33;
+"@MMK_R_T" = -283;
+"@MMK_R_Ucyrillic" = -96;
+"@MMK_R_V" = -159;
+"@MMK_R_W" = -158;
+"@MMK_R_X" = -144;
+"@MMK_R_Y" = -240;
+"@MMK_R_Z" = -69;
+"@MMK_R_eightsuperior" = -63;
+"@MMK_R_elcyrillic" = -22;
+"@MMK_R_f" = -13;
+"@MMK_R_gammagreek" = -102;
+"@MMK_R_m" = -48;
+"@MMK_R_one" = -109;
+"@MMK_R_quotedblleft" = -116;
+"@MMK_R_t" = -48;
+"@MMK_R_two" = -96;
+"@MMK_R_v" = -109;
+"@MMK_R_w" = -83;
+"@MMK_R_x" = -118;
+"@MMK_R_z" = -63;
+Psi = -240;
+Tbar = -42;
+afii10024 = -110;
+afii10025 = -28;
+afii10041 = -62;
+afii10044 = -199;
+afii10047 = -20;
+afii10049 = -48;
+checyrillic = -20;
+eight = -68;
+hardsigncyrillic = -27;
+pi = -48;
+seven = -138;
+tau = -48;
+tecyrillic = -70;
+tenge = -15;
+three = -61;
+zecyrillic = -56;
+zhecyrillic = -75;
+};
+"@MMK_L_hardsigncyrillic" = {
+"@MMK_R_asciicircum" = -69;
+"@MMK_R_comma" = -7;
+"@MMK_R_one" = -116;
+"@MMK_R_quotedblbase" = -68;
+"@MMK_R_quotedblleft" = -34;
+"@MMK_R_quotedblright" = -76;
+"@MMK_R_two" = -14;
+checyrillic = -34;
+hardsigncyrillic = -124;
+iacyrillic = -15;
+question = -48;
+seven = -42;
+tecyrillic = -83;
+zecyrillic = -13;
+zhecyrillic = -40;
+};
+"@MMK_L_idieresis" = {
+"@MMK_R_B" = 144;
+"@MMK_R_C" = 16;
+"@MMK_R_T" = 256;
+"@MMK_R_W" = 160;
+"@MMK_R_X" = 160;
+"@MMK_R_Y" = 160;
+"@MMK_R_Z" = 208;
+"@MMK_R_dotlessi" = 256;
+"@MMK_R_f" = 64;
+"@MMK_R_idieresis" = 256;
+"@MMK_R_t" = 112;
+V = 160;
+idieresisacute = 272;
+jcrosstail = -112;
+seven = 160;
+};
+"@MMK_L_iotadieresisgreek" = {
+"@MMK_R_A" = -56;
+"@MMK_R_alphagreek" = -20;
+"@MMK_R_deltagreek" = -21;
+"@MMK_R_divide" = -88;
+"@MMK_R_eightsub" = -164;
+"@MMK_R_eightsuperior" = 61;
+"@MMK_R_epsilongreek" = -13;
+"@MMK_R_gammagreek" = -33;
+"@MMK_R_guillemotleft" = -40;
+"@MMK_R_iotadieresisgreek" = -14;
+"@MMK_R_m" = -69;
+"@MMK_R_omegagreek" = -14;
+"@MMK_R_psigreek" = -14;
+"@MMK_R_quotedblbase" = -13;
+"@MMK_R_quotedblleft" = -109;
+"@MMK_R_quotedblright" = -14;
+Psi = -68;
+ampersand = -48;
+four = -28;
+lambda = 33;
+less = -56;
+logicalnot = -84;
+pi = -75;
+rho = -19;
+slash = -48;
+tau = -48;
+theta = -40;
+underscore = -88;
+xi = -33;
+zeta = -32;
+};
+"@MMK_L_k" = {
+"@MMK_R_C" = -34;
+"@MMK_R_J" = -28;
+"@MMK_R_S" = -27;
+"@MMK_R_T" = -406;
+"@MMK_R_U" = -34;
+"@MMK_R_V" = -75;
+"@MMK_R_W" = -89;
+"@MMK_R_Y" = -139;
+"@MMK_R_a" = -54;
+"@MMK_R_approxequal" = -48;
+"@MMK_R_c" = -90;
+"@MMK_R_dagger" = -21;
+"@MMK_R_divide" = -103;
+"@MMK_R_dotlessj" = -160;
+"@MMK_R_f" = -28;
+"@MMK_R_guillemotleft" = -150;
+"@MMK_R_s" = -62;
+"@MMK_R_six" = -35;
+"@MMK_R_t" = -29;
+ampersand = -55;
+at = -28;
+braceleft = -35;
+eight = -20;
+five = -40;
+four = -90;
+infinity = -14;
+less = -199;
+logicalnot = -179;
+nine = -20;
+nine.1 = -20;
+parenleft = -15;
+periodcentered = -90;
+question = -6;
+seven = -63;
+};
+"@MMK_L_kacyrillic" = {
+"@MMK_R_asciicircum" = -8;
+"@MMK_R_divide" = -13;
+"@MMK_R_ecyrillic" = -69;
+"@MMK_R_guillemotleft" = -117;
+"@MMK_R_one" = -13;
+"@MMK_R_quotedblbase" = -22;
+"@MMK_R_six" = -15;
+at = -21;
+becyrillic = -48;
+checyrillic = -62;
+ereversedcyrillic = -70;
+five = -20;
+four = -34;
+hardsigncyrillic = -54;
+iacyrillic = -29;
+less = -35;
+question = -13;
+tecyrillic = -48;
+three = -20;
+zecyrillic = -56;
+zhecyrillic = -7;
+};
+"@MMK_L_nine" = {
+"@MMK_R_A" = -42;
+"@MMK_R_AE" = -84;
+"@MMK_R_Djecyrillic" = -83;
+"@MMK_R_T" = -77;
+"@MMK_R_Ucyrillic" = -20;
+"@MMK_R_V" = -33;
+"@MMK_R_W" = -68;
+"@MMK_R_X" = -76;
+"@MMK_R_Y" = -123;
+"@MMK_R_Z" = -13;
+"@MMK_R_asciicircum" = -14;
+"@MMK_R_colon.case" = -22;
+"@MMK_R_comma" = -128;
+"@MMK_R_eightsub" = -28;
+"@MMK_R_gammagreek" = -13;
+"@MMK_R_quotedbl" = -22;
+"@MMK_R_quotedblbase" = -68;
+"@MMK_R_quotedblleft" = -89;
+"@MMK_R_quotedblright" = -20;
+"@MMK_R_v" = -13;
+"@MMK_R_w" = -13;
+"@MMK_R_x" = -13;
+Psi = -123;
+afii10024 = -48;
+afii10044 = -20;
+backslash = 56;
+seven = -55;
+tenge = -15;
+three = -22;
+underscore = -144;
+};
+"@MMK_L_ohorn" = {
+"@MMK_R_A" = -125;
+"@MMK_R_AE" = -187;
+"@MMK_R_Dcroat" = 40;
+"@MMK_R_J" = -75;
+"@MMK_R_Y" = -13;
+"@MMK_R_a" = -27;
+"@MMK_R_approxequal" = -56;
+"@MMK_R_asciicircum" = 41;
+"@MMK_R_colon.case" = -20;
+"@MMK_R_comma" = -117;
+"@MMK_R_dagger" = 41;
+"@MMK_R_divide" = -76;
+"@MMK_R_eightsub" = -96;
+"@MMK_R_eightsuperior" = 48;
+"@MMK_R_f" = 40;
+"@MMK_R_guillemotleft" = -82;
+"@MMK_R_quotedblright" = 41;
+"@MMK_R_s" = -7;
+"@MMK_R_t" = 54;
+Hbar = 103;
+L_slash = 22;
+ampersand = -15;
+asciitilde = -55;
+at = -21;
+backslash = 102;
+copyright = -22;
+emdash = -82;
+endash = -83;
+exclamdown = -54;
+figuredash = -84;
+four = -41;
+hyphenbullet = -54;
+infinity = -76;
+integral = -54;
+less = -75;
+logicalnot = -75;
+lslash = 21;
+multiply = -75;
+partialdiff = -61;
+periodcentered = -55;
+question = 70;
+questiondown = -77;
+tbar = 83;
+underscore = -56;
+};
+"@MMK_L_omegagreek" = {
+"@MMK_R_A" = -83;
+"@MMK_R_braceright" = -48;
+"@MMK_R_comma" = -41;
+"@MMK_R_epsilongreek" = -27;
+"@MMK_R_gammagreek" = -27;
+"@MMK_R_m" = -35;
+"@MMK_R_one" = -69;
+"@MMK_R_quotedblleft" = -139;
+Psi = -151;
+Sigma = -21;
+eight = -13;
+lambda = -96;
+nine = -22;
+nine.1 = -22;
+pi = -48;
+rho = -29;
+seven = -77;
+tau = -20;
+three = -34;
+underscore = -70;
+zeta = -14;
+};
+"@MMK_L_one" = {
+"@MMK_R_asciicircum" = 10;
+"@MMK_R_comma" = -44;
+"@MMK_R_dagger" = 17;
+"@MMK_R_guillemotleft" = -16;
+"@MMK_R_one" = -80;
+"@MMK_R_quotedbl" = 4;
+"@MMK_R_quotedblbase" = -32;
+"@MMK_R_quotedblleft" = -4;
+"@MMK_R_quotedblright" = -4;
+"@MMK_R_two" = -48;
+ampersand = 18;
+eight = -128;
+five = -112;
+four = -64;
+four.1 = -112;
+j = -128;
+nine = -64;
+nine.1 = -112;
+seven = -96;
+six = -80;
+six.1 = -80;
+three = -64;
+};
+"@MMK_L_psigreek" = {
+"@MMK_R_A" = -82;
+"@MMK_R_braceright" = -48;
+"@MMK_R_comma" = -42;
+"@MMK_R_epsilongreek" = -14;
+"@MMK_R_gammagreek" = -27;
+"@MMK_R_m" = -55;
+"@MMK_R_one" = -68;
+"@MMK_R_quotedblleft" = -139;
+Psi = -137;
+eight = -13;
+lambda = -125;
+nine = -20;
+nine.1 = -20;
+pi = -34;
+rho = -20;
+seven = -76;
+tau = -21;
+three = -35;
+underscore = -69;
+};
+"@MMK_L_quotedbl" = {
+"@MMK_R_A" = -212;
+"@MMK_R_AE" = -288;
+"@MMK_R_Elcyrillic" = -62;
+"@MMK_R_J" = -274;
+"@MMK_R_comma" = -304;
+"@MMK_R_f" = 21;
+"@MMK_R_six" = -21;
+afii10021 = -34;
+afii10024 = -15;
+afii10049 = -6;
+ampersand = -48;
+decyrillic = -35;
+eight = -33;
+five = -21;
+four = -124;
+};
+"@MMK_L_quotedblbase" = {
+"@MMK_R_C" = -68;
+"@MMK_R_Djecyrillic" = -171;
+"@MMK_R_Elcyrillic" = 41;
+"@MMK_R_T" = -172;
+"@MMK_R_Ucyrillic" = -22;
+"@MMK_R_V" = -213;
+"@MMK_R_W" = -171;
+"@MMK_R_Y" = -249;
+"@MMK_R_asciicircum" = -192;
+"@MMK_R_eightsuperior" = -130;
+"@MMK_R_gammagreek" = -70;
+"@MMK_R_one" = -166;
+"@MMK_R_quotedblleft" = -173;
+"@MMK_R_quotedblright" = -139;
+"@MMK_R_v" = -70;
+"@MMK_R_w" = -34;
+Psi = -221;
+Tbar = -138;
+afii10021 = 104;
+afii10038 = -48;
+afii10041 = -150;
+afii10044 = -117;
+checyrillic = -68;
+decyrillic = 138;
+hardsigncyrillic = -89;
+tecyrillic = -125;
+};
+"@MMK_L_quotedblleft" = {
+"@MMK_R_A" = -240;
+"@MMK_R_AE" = -262;
+"@MMK_R_Elcyrillic" = -171;
+"@MMK_R_J" = -247;
+"@MMK_R_comma" = -345;
+"@MMK_R_ecyrillic" = -68;
+"@MMK_R_elcyrillic" = -199;
+"@MMK_R_quotedblbase" = -172;
+"@MMK_R_six" = -22;
+afii10021 = -109;
+afii10038 = -41;
+afii10049 = -33;
+ampersand = -82;
+decyrillic = -131;
+eight = -70;
+ereversedcyrillic = -28;
+four = -89;
+iacyrillic = -55;
+numbersign = -22;
+questiondown = -88;
+slash = -226;
+three = -35;
+zecyrillic = -48;
+};
+"@MMK_L_quotedblright" = {
+"@MMK_R_A" = -316;
+"@MMK_R_AE" = -336;
+"@MMK_R_B" = 7;
+"@MMK_R_C" = -54;
+"@MMK_R_Elcyrillic" = -130;
+"@MMK_R_J" = -304;
+"@MMK_R_Omicrongreek" = -54;
+"@MMK_R_a" = -110;
+"@MMK_R_alphagreek" = -144;
+"@MMK_R_approxequal" = -77;
+"@MMK_R_asciicircum" = -41;
+"@MMK_R_c" = -150;
+"@MMK_R_colon" = -76;
+"@MMK_R_colon.case" = -33;
+"@MMK_R_comma" = -440;
+"@MMK_R_deltagreek" = -144;
+"@MMK_R_divide" = -82;
+"@MMK_R_ecyrillic" = -35;
+"@MMK_R_elcyrillic" = -165;
+"@MMK_R_epsilongreek" = -144;
+"@MMK_R_gammagreek" = -34;
+"@MMK_R_guillemotleft" = -150;
+"@MMK_R_iotadieresisgreek" = -88;
+"@MMK_R_omegagreek" = -144;
+"@MMK_R_psigreek" = -54;
+"@MMK_R_quotedblbase" = -262;
+"@MMK_R_s" = -144;
+"@MMK_R_six" = -89;
+"@MMK_R_u" = -55;
+"@MMK_R_v" = -33;
+"@MMK_R_w" = -34;
+"@MMK_R_x" = -28;
+"@MMK_R_z" = -29;
+afii10021 = -88;
+afii10038 = -33;
+ampersand = -144;
+asciitilde = -61;
+at = -111;
+braceleft = -69;
+checyrillic = -28;
+decyrillic = -111;
+eight = -124;
+exclamdown = -42;
+five = -40;
+four = -206;
+iacyrillic = -76;
+less = -131;
+mu = -63;
+nine = -41;
+nine.1 = -41;
+numbersign = -173;
+questiondown = -96;
+rho = -144;
+slash = -304;
+theta = -144;
+three = -55;
+underscore = -139;
+xi = -144;
+zecyrillic = -48;
+zeta = -144;
+};
+"@MMK_L_r" = {
+"@MMK_R_A" = -130;
+"@MMK_R_AE" = -88;
+"@MMK_R_J" = -159;
+"@MMK_R_T" = -368;
+"@MMK_R_V" = -40;
+"@MMK_R_W" = -42;
+"@MMK_R_X" = -96;
+"@MMK_R_Y" = -69;
+"@MMK_R_Z" = -54;
+"@MMK_R_a" = -28;
+"@MMK_R_c" = -64;
+"@MMK_R_comma" = -240;
+"@MMK_R_divide" = -88;
+"@MMK_R_dotlessi" = 8;
+"@MMK_R_dotlessj" = -176;
+"@MMK_R_eightsub" = -152;
+"@MMK_R_eightsuperior" = 63;
+"@MMK_R_f" = 63;
+"@MMK_R_guillemotleft" = -40;
+"@MMK_R_m" = 14;
+"@MMK_R_quotedblbase" = -151;
+"@MMK_R_quotedblright" = 103;
+"@MMK_R_s" = -48;
+"@MMK_R_v" = 48;
+"@MMK_R_w" = 22;
+ampersand = -48;
+four = -40;
+less = -56;
+logicalnot = -83;
+question = 48;
+seven = -13;
+slash = -70;
+t = 64;
+tcaron = 64;
+tccurl = 64;
+underscore = -164;
+};
+"@MMK_L_s" = {
+"@MMK_R_A" = -42;
+"@MMK_R_B" = -48;
+"@MMK_R_C" = -48;
+"@MMK_R_T" = -324;
+"@MMK_R_V" = -144;
+"@MMK_R_W" = -130;
+"@MMK_R_X" = -76;
+"@MMK_R_Y" = -226;
+"@MMK_R_b" = -48;
+"@MMK_R_dagger" = -35;
+"@MMK_R_dotlessi" = -32;
+"@MMK_R_dotlessj" = -210;
+"@MMK_R_m" = -48;
+"@MMK_R_one" = -35;
+"@MMK_R_quotedblleft" = -111;
+"@MMK_R_s" = -27;
+"@MMK_R_t" = -8;
+"@MMK_R_v" = -40;
+"@MMK_R_w" = -41;
+"@MMK_R_x" = -48;
+periodcentered = -8;
+seven = -48;
+underscore = -69;
+};
+"@MMK_L_t" = {
+"@MMK_R_T" = -69;
+"@MMK_R_V" = -70;
+"@MMK_R_W" = -70;
+"@MMK_R_X" = -16;
+"@MMK_R_Y" = -111;
+"@MMK_R_c" = -32;
+"@MMK_R_divide" = -28;
+"@MMK_R_dotlessj" = -164;
+"@MMK_R_eightsub" = 48;
+"@MMK_R_f" = -16;
+"@MMK_R_guillemotleft" = -40;
+"@MMK_R_m" = 16;
+"@MMK_R_quotedblleft" = -54;
+"@MMK_R_quotedblright" = 29;
+"@MMK_R_s" = -8;
+"@MMK_R_t" = -32;
+four = -28;
+less = -33;
+periodcentered = -13;
+};
+"@MMK_L_two" = {
+"@MMK_R_Ucyrillic" = -15;
+"@MMK_R_Y" = -29;
+"@MMK_R_alphagreek" = -8;
+"@MMK_R_c" = -7;
+"@MMK_R_comma" = -21;
+"@MMK_R_dagger" = -21;
+"@MMK_R_deltagreek" = -8;
+"@MMK_R_epsilongreek" = -6;
+"@MMK_R_guillemotleft" = -70;
+"@MMK_R_iotadieresisgreek" = -6;
+"@MMK_R_omegagreek" = -6;
+Psi = -29;
+afii10024 = -7;
+at = -6;
+eight = -16;
+four = -21;
+rho = -6;
+theta = -6;
+xi = -7;
+};
+"@MMK_L_u" = {
+"@MMK_R_T" = -294;
+"@MMK_R_V" = -77;
+"@MMK_R_W" = -75;
+"@MMK_R_Y" = -160;
+"@MMK_R_dotlessj" = -174;
+"@MMK_R_f" = 33;
+"@MMK_R_quotedblleft" = -56;
+seven = -13;
+slash = 13;
+};
+"@MMK_L_uhorn" = {
+"@MMK_R_A" = -152;
+"@MMK_R_AE" = -221;
+"@MMK_R_C" = -15;
+"@MMK_R_J" = -179;
+"@MMK_R_Y" = 20;
+"@MMK_R_a" = -48;
+"@MMK_R_approxequal" = -82;
+"@MMK_R_asciicircum" = 48;
+"@MMK_R_braceright" = 70;
+"@MMK_R_c" = -84;
+"@MMK_R_comma" = -144;
+"@MMK_R_dagger" = 63;
+"@MMK_R_divide" = -84;
+"@MMK_R_eightsub" = -144;
+"@MMK_R_eightsuperior" = 77;
+"@MMK_R_f" = 41;
+"@MMK_R_guillemotleft" = -55;
+"@MMK_R_one" = 48;
+"@MMK_R_quotedbl" = 62;
+"@MMK_R_quotedblbase" = -220;
+"@MMK_R_quotedblleft" = 27;
+"@MMK_R_quotedblright" = 55;
+"@MMK_R_s" = -48;
+"@MMK_R_t" = 42;
+"@MMK_R_two" = 13;
+Hbar = 63;
+L_slash = 22;
+ampersand = -20;
+anoteleia = 22;
+asciitilde = -42;
+at = -20;
+backslash = 61;
+braceleft = -22;
+bullet = -21;
+emdash = -205;
+endash = -206;
+figuredash = -125;
+four = -55;
+hyphenbullet = -186;
+infinity = -41;
+integral = -104;
+less = -96;
+logicalnot = -144;
+lslash = 21;
+multiply = -22;
+nine = 22;
+nine.1 = 22;
+onehalf = 22;
+onequarter = 21;
+partialdiff = -84;
+percent = 21;
+periodcentered = -75;
+perthousand = 21;
+product = 48;
+question = 41;
+questiondown = -83;
+seven = 22;
+slash = -96;
+summation = 48;
+tbar = 21;
+threequarters = 21;
+underscore = -96;
+};
+"@MMK_L_v" = {
+"@MMK_R_A" = -179;
+"@MMK_R_AE" = -258;
+"@MMK_R_J" = -131;
+"@MMK_R_T" = -362;
+"@MMK_R_V" = -64;
+"@MMK_R_W" = -35;
+"@MMK_R_X" = -96;
+"@MMK_R_Y" = -128;
+"@MMK_R_Z" = -62;
+"@MMK_R_a" = -48;
+"@MMK_R_approxequal" = -89;
+"@MMK_R_c" = -63;
+"@MMK_R_comma" = -192;
+"@MMK_R_divide" = -48;
+"@MMK_R_dotlessj" = -176;
+"@MMK_R_eightsub" = -124;
+"@MMK_R_f" = 28;
+"@MMK_R_guillemotleft" = -118;
+"@MMK_R_quotedblbase" = -137;
+"@MMK_R_quotedblleft" = -41;
+"@MMK_R_quotedblright" = 64;
+"@MMK_R_s" = -42;
+"@MMK_R_six" = -15;
+ampersand = -68;
+at = -42;
+backslash = 13;
+four = -27;
+less = -75;
+logicalnot = -84;
+multiply = -63;
+periodcentered = -13;
+slash = -82;
+underscore = -228;
+};
+"@MMK_L_vecyrillic" = {
+"@MMK_R_asciicircum" = -21;
+"@MMK_R_comma" = -27;
+"@MMK_R_ecyrillic" = -6;
+"@MMK_R_elcyrillic" = -7;
+"@MMK_R_guillemotleft" = -15;
+"@MMK_R_guillemotright" = -15;
+"@MMK_R_one" = -13;
+"@MMK_R_quotedblbase" = -90;
+"@MMK_R_six" = -14;
+checyrillic = -48;
+ereversedcyrillic = -14;
+hardsigncyrillic = -62;
+iacyrillic = -14;
+question = -33;
+slash = -21;
+tecyrillic = -38;
+zecyrillic = -33;
+zhecyrillic = -40;
+};
+"@MMK_L_w" = {
+"@MMK_R_A" = -179;
+"@MMK_R_AE" = -82;
+"@MMK_R_J" = -123;
+"@MMK_R_T" = -372;
+"@MMK_R_V" = -21;
+"@MMK_R_W" = -22;
+"@MMK_R_X" = -104;
+"@MMK_R_Y" = -208;
+"@MMK_R_Z" = -63;
+"@MMK_R_a" = -42;
+"@MMK_R_approxequal" = -88;
+"@MMK_R_c" = -63;
+"@MMK_R_comma" = -192;
+"@MMK_R_divide" = -48;
+"@MMK_R_dotlessj" = -160;
+"@MMK_R_eightsub" = -83;
+"@MMK_R_f" = 34;
+"@MMK_R_guillemotleft" = -82;
+"@MMK_R_quotedblbase" = -159;
+"@MMK_R_quotedblleft" = -27;
+"@MMK_R_quotedblright" = 48;
+"@MMK_R_s" = -40;
+"@MMK_R_six" = -13;
+ampersand = -96;
+at = -20;
+backslash = 14;
+four = -29;
+infinity = -22;
+less = -68;
+logicalnot = -62;
+multiply = -22;
+periodcentered = -21;
+slash = -56;
+underscore = -226;
+};
+"@MMK_L_x" = {
+"@MMK_R_A" = -20;
+"@MMK_R_C" = -27;
+"@MMK_R_T" = -340;
+"@MMK_R_U" = -20;
+"@MMK_R_V" = -28;
+"@MMK_R_W" = -27;
+"@MMK_R_Y" = -117;
+"@MMK_R_a" = -21;
+"@MMK_R_approxequal" = -82;
+"@MMK_R_c" = -82;
+"@MMK_R_dagger" = -7;
+"@MMK_R_divide" = -55;
+"@MMK_R_dotlessj" = -164;
+"@MMK_R_f" = 48;
+"@MMK_R_guillemotleft" = -117;
+"@MMK_R_quotedblleft" = -27;
+"@MMK_R_s" = -48;
+"@MMK_R_six" = -14;
+ampersand = -41;
+at = -28;
+four = -27;
+less = -77;
+multiply = -35;
+periodcentered = -63;
+seven = -15;
+};
+"@MMK_L_z" = {
+"@MMK_R_A" = -27;
+"@MMK_R_C" = -15;
+"@MMK_R_J" = -15;
+"@MMK_R_T" = -326;
+"@MMK_R_V" = -56;
+"@MMK_R_W" = -77;
+"@MMK_R_Y" = -132;
+"@MMK_R_c" = -36;
+"@MMK_R_divide" = -82;
+"@MMK_R_dotlessj" = -164;
+"@MMK_R_guillemotleft" = -83;
+"@MMK_R_quotedblleft" = -42;
+less = -83;
+logicalnot = -77;
+multiply = -7;
+periodcentered = -33;
+};
+Delta = {
+asterisk.case = -128;
+eth = -21;
+};
+Dzcaron_ = {
+T = -70;
+};
+Gamma = {
+"@MMK_R_A" = -253;
+"@MMK_R_Omicrongreek" = -116;
+"@MMK_R_alphagreek" = -329;
+"@MMK_R_approxequal" = -28;
+"@MMK_R_colon" = -55;
+"@MMK_R_comma" = -226;
+"@MMK_R_deltagreek" = -331;
+"@MMK_R_divide" = -260;
+"@MMK_R_eightsub" = -185;
+"@MMK_R_epsilongreek" = -330;
+"@MMK_R_gammagreek" = -159;
+"@MMK_R_guillemotleft" = -281;
+"@MMK_R_guillemotright" = -130;
+"@MMK_R_iotadieresisgreek" = -254;
+"@MMK_R_m" = -221;
+"@MMK_R_omegagreek" = -330;
+"@MMK_R_psigreek" = -255;
+"@MMK_R_quotedblbase" = -253;
+"@MMK_R_six" = -75;
+Omega = -96;
+ampersand = -96;
+backslash = 29;
+four = -96;
+lambda = -103;
+less = -198;
+mu = -221;
+pi = -187;
+rho = -329;
+slash = -103;
+tau = -187;
+theta = -158;
+three = -15;
+underscore = -173;
+xi = -118;
+zeta = -165;
+};
+Hbar = {
+"@MMK_R_asciicircum" = 34;
+"@MMK_R_dagger" = 54;
+"@MMK_R_eightsuperior" = 63;
+};
+Idieresis = {
+Idieresis = 128;
+Idieresisacute = 128;
+jcrosstail = -256;
+};
+Kappa = {
+tbar = -41;
+};
+L = {
+asterisk.case = -96;
+quotedblreversed = -128;
+quotereversed = -128;
+};
+L_slash = {
+"@MMK_R_C" = -61;
+"@MMK_R_Omicrongreek" = -21;
+"@MMK_R_T" = -131;
+"@MMK_R_V" = -84;
+"@MMK_R_W" = -96;
+"@MMK_R_Y" = -132;
+"@MMK_R_asciicircum" = -235;
+"@MMK_R_dagger" = -144;
+"@MMK_R_divide" = -89;
+"@MMK_R_eightsuperior" = -240;
+"@MMK_R_quotedbl" = -206;
+"@MMK_R_quotedblleft" = -253;
+"@MMK_R_quotedblright" = -267;
+Tbar = -88;
+less = -96;
+periodcentered = -165;
+question = -69;
+};
+Lambda = {
+asterisk.case = -128;
+eth = -21;
+};
+Ohorn = {
+M = -96;
+dotlessi = -62;
+idieresisacute = 165;
+};
+Psi = {
+"@MMK_R_A" = -199;
+"@MMK_R_Omicrongreek" = -41;
+"@MMK_R_alphagreek" = -77;
+"@MMK_R_approxequal" = -102;
+"@MMK_R_asciicircum" = -28;
+"@MMK_R_colon" = -158;
+"@MMK_R_comma" = -343;
+"@MMK_R_dagger" = -21;
+"@MMK_R_deltagreek" = -75;
+"@MMK_R_divide" = -139;
+"@MMK_R_eightsub" = -295;
+"@MMK_R_epsilongreek" = -76;
+"@MMK_R_guillemotleft" = -240;
+"@MMK_R_guillemotright" = -144;
+"@MMK_R_iotadieresisgreek" = -54;
+"@MMK_R_m" = -28;
+"@MMK_R_omegagreek" = -75;
+"@MMK_R_one" = -34;
+"@MMK_R_psigreek" = -54;
+"@MMK_R_quotedblbase" = -275;
+"@MMK_R_six" = -125;
+"@MMK_R_two" = -42;
+Omega = -27;
+ampersand = -180;
+at = -55;
+backslash = 48;
+eight = -88;
+five = -35;
+four = -207;
+infinity = -69;
+lambda = -88;
+less = -235;
+logicalnot = -96;
+mu = -89;
+multiply = -69;
+nine = -34;
+nine.1 = -34;
+pi = -29;
+rho = -96;
+slash = -207;
+tau = -27;
+three = -69;
+underscore = -171;
+xi = -55;
+zeta = -35;
+};
+Rx = {
+T = -320;
+};
+Sigma = {
+"@MMK_R_Omicrongreek" = -96;
+"@MMK_R_alphagreek" = -82;
+"@MMK_R_deltagreek" = -77;
+"@MMK_R_divide" = -55;
+"@MMK_R_epsilongreek" = -61;
+"@MMK_R_gammagreek" = -116;
+"@MMK_R_guillemotleft" = -70;
+"@MMK_R_iotadieresisgreek" = -35;
+"@MMK_R_m" = -83;
+"@MMK_R_omegagreek" = -83;
+"@MMK_R_psigreek" = -62;
+"@MMK_R_six" = -13;
+asterisk.case = -128;
+four = -33;
+less = -82;
+pi = -109;
+rho = -35;
+tau = -172;
+theta = -96;
+xi = -34;
+zeta = -77;
+};
+T = {
+asterisk.case = -64;
+dotlessj = -560;
+eth = -144;
+};
+Tbar = {
+"@MMK_R_A" = -138;
+"@MMK_R_AE" = -234;
+"@MMK_R_C" = -21;
+"@MMK_R_J" = -103;
+"@MMK_R_a" = -48;
+"@MMK_R_approxequal" = -110;
+"@MMK_R_c" = -40;
+"@MMK_R_comma" = -192;
+"@MMK_R_divide" = -96;
+"@MMK_R_eightsub" = -192;
+"@MMK_R_guillemotleft" = -42;
+"@MMK_R_quotedblbase" = -165;
+infinity = -41;
+less = -62;
+periodcentered = -84;
+rho = -35;
+theta = -35;
+xi = -33;
+zeta = -35;
+};
+Thorn = {
+"@MMK_R_A" = -77;
+"@MMK_R_AE" = -187;
+"@MMK_R_J" = -35;
+"@MMK_R_T" = -77;
+"@MMK_R_V" = -132;
+"@MMK_R_W" = -103;
+"@MMK_R_X" = -33;
+"@MMK_R_Y" = -158;
+"@MMK_R_Z" = -56;
+"@MMK_R_a" = -22;
+"@MMK_R_c" = -14;
+"@MMK_R_colon" = -48;
+"@MMK_R_comma" = -262;
+"@MMK_R_dagger" = -8;
+"@MMK_R_eightsub" = -117;
+"@MMK_R_eightsuperior" = -34;
+"@MMK_R_guillemotright" = -62;
+"@MMK_R_quotedblbase" = -295;
+"@MMK_R_quotedblleft" = -123;
+"@MMK_R_x" = -55;
+"@MMK_R_z" = -41;
+Psi = -77;
+exclam = -34;
+question = -42;
+};
+Uhorn = {
+dotlessi = -171;
+idieresisacute = 220;
+};
+V = {
+"@MMK_R_B" = -24;
+asterisk.case = -128;
+};
+W = {
+asterisk.case = -48;
+};
+Y = {
+asterisk.case = -160;
+};
+a_uni02DE = {
+T = -512;
+};
+adieresis = {
+"@MMK_R_T" = -96;
+"@MMK_R_Y" = -144;
+};
+afii10018 = {
+"@MMK_R_Djecyrillic" = -69;
+"@MMK_R_Ucyrillic" = -35;
+"@MMK_R_asciicircum" = -7;
+"@MMK_R_one" = -28;
+"@MMK_R_quotedbl" = -29;
+"@MMK_R_quotedblbase" = -41;
+"@MMK_R_quotedblright" = -6;
+afii10024 = -20;
+afii10044 = -116;
+afii10049 = -29;
+checyrillic = -35;
+hardsigncyrillic = -62;
+iacyrillic = -15;
+question = -14;
+seven = -13;
+tecyrillic = -40;
+tenge = -62;
+underscore = -56;
+zecyrillic = -20;
+zhecyrillic = -56;
+};
+afii10024 = {
+"@MMK_R_Djecyrillic" = -48;
+"@MMK_R_Ecyrillic" = -83;
+"@MMK_R_Ucyrillic" = -21;
+"@MMK_R_asciicircum" = -35;
+"@MMK_R_divide" = -205;
+"@MMK_R_ecyrillic" = -75;
+"@MMK_R_elcyrillic" = -14;
+"@MMK_R_guillemotleft" = -109;
+"@MMK_R_guillemotright" = -55;
+"@MMK_R_one" = -40;
+"@MMK_R_six" = -48;
+"@MMK_R_two" = -13;
+afii10024 = -13;
+afii10025 = -20;
+afii10038 = -96;
+afii10041 = -62;
+afii10044 = -88;
+afii10047 = -84;
+afii10049 = -35;
+ampersand = -20;
+asciitilde = -48;
+becyrillic = -82;
+checyrillic = -131;
+eight = -34;
+ereversedcyrillic = -54;
+five = -33;
+four = -70;
+greater = -13;
+hardsigncyrillic = -111;
+hryvnia = -54;
+iacyrillic = -28;
+less = -69;
+logicalnot = -68;
+multiply = -61;
+nine = -35;
+nine.1 = -35;
+numbersign = -13;
+question = -41;
+seven = -14;
+tecyrillic = -144;
+tenge = -61;
+three = -48;
+zecyrillic = -83;
+zhecyrillic = -14;
+};
+afii10038 = {
+"@MMK_R_Djecyrillic" = -96;
+"@MMK_R_Elcyrillic" = -21;
+"@MMK_R_Ucyrillic" = -42;
+"@MMK_R_comma" = -69;
+"@MMK_R_elcyrillic" = -35;
+"@MMK_R_one" = -8;
+"@MMK_R_quotedblbase" = -164;
+afii10021 = -8;
+afii10024 = -96;
+afii10025 = -7;
+afii10044 = -76;
+afii10047 = -8;
+afii10049 = -13;
+checyrillic = -15;
+decyrillic = -35;
+hardsigncyrillic = -20;
+iacyrillic = -20;
+question = -13;
+seven = -29;
+tenge = -21;
+three = -15;
+underscore = -102;
+zecyrillic = -21;
+zhecyrillic = -55;
+};
+afii10051 = {
+"@MMK_R_Djecyrillic" = -205;
+"@MMK_R_Ucyrillic" = -40;
+"@MMK_R_asciicircum" = -48;
+"@MMK_R_divide" = -14;
+"@MMK_R_eightsuperior" = -40;
+"@MMK_R_one" = -76;
+"@MMK_R_quotedbl" = -22;
+afii10021 = 14;
+afii10024 = -27;
+afii10041 = -40;
+afii10044 = -103;
+hardsigncyrillic = -48;
+question = -15;
+seven = -33;
+tecyrillic = -54;
+tenge = -29;
+underscore = -27;
+zhecyrillic = -27;
+};
+afii10060 = {
+"@MMK_R_Djecyrillic" = -206;
+"@MMK_R_Ucyrillic" = -35;
+"@MMK_R_asciicircum" = -56;
+"@MMK_R_eightsuperior" = -29;
+"@MMK_R_one" = -34;
+"@MMK_R_quotedbl" = -35;
+afii10024 = -7;
+afii10038 = -8;
+afii10041 = -48;
+afii10044 = -104;
+checyrillic = -13;
+hardsigncyrillic = -33;
+tecyrillic = -35;
+zhecyrillic = -14;
+};
+ampersand = {
+"@MMK_R_C" = -35;
+"@MMK_R_Djecyrillic" = -75;
+"@MMK_R_Omicrongreek" = -34;
+"@MMK_R_T" = -494;
+"@MMK_R_V" = -192;
+"@MMK_R_W" = -159;
+"@MMK_R_Y" = -269;
+"@MMK_R_approxequal" = -69;
+"@MMK_R_dagger" = -77;
+"@MMK_R_divide" = -48;
+"@MMK_R_eightsuperior" = -90;
+"@MMK_R_gammagreek" = -96;
+"@MMK_R_m" = -29;
+"@MMK_R_one" = -83;
+"@MMK_R_psigreek" = -33;
+"@MMK_R_quotedbl" = -104;
+"@MMK_R_quotedblleft" = -185;
+"@MMK_R_quotedblright" = -34;
+"@MMK_R_s" = -48;
+"@MMK_R_t" = -27;
+"@MMK_R_u" = -34;
+"@MMK_R_v" = -96;
+"@MMK_R_w" = -96;
+"@MMK_R_x" = -28;
+"@MMK_R_z" = -29;
+Psi = -192;
+afii10024 = -14;
+afii10041 = -14;
+afii10044 = -75;
+afii10047 = -14;
+afii10049 = -7;
+at = -27;
+five = -40;
+hryvnia = -20;
+infinity = -21;
+multiply = -40;
+periodcentered = -21;
+pi = -29;
+seven = -21;
+tau = -28;
+tenge = -68;
+};
+asciitilde = {
+afii10024 = -48;
+afii10044 = -35;
+tenge = -20;
+};
+asterisk.case = {
+A = -128;
+Delta = -128;
+Lambda = -128;
+Sigma = -96;
+T = -64;
+V = -128;
+W = -48;
+Y = -160;
+};
+at = {
+"@MMK_R_AE" = -125;
+"@MMK_R_V" = -61;
+"@MMK_R_W" = -34;
+"@MMK_R_X" = -70;
+"@MMK_R_Y" = -82;
+"@MMK_R_gammagreek" = -20;
+"@MMK_R_quotedblleft" = -83;
+"@MMK_R_two" = -13;
+"@MMK_R_v" = -40;
+"@MMK_R_w" = -20;
+"@MMK_R_x" = -28;
+Psi = -55;
+ampersand = -48;
+seven = -70;
+tenge = -21;
+};
+atilde = {
+"@MMK_R_T" = -112;
+"@MMK_R_Y" = -160;
+Trthook = -128;
+gamma1 = -128;
+};
+backslash = {
+"@MMK_R_A" = 13;
+"@MMK_R_C" = -20;
+"@MMK_R_Omicrongreek" = -22;
+"@MMK_R_T" = -420;
+"@MMK_R_U" = -29;
+"@MMK_R_V" = -83;
+"@MMK_R_W" = -83;
+"@MMK_R_X" = -13;
+"@MMK_R_Y" = -76;
+"@MMK_R_comma" = 118;
+"@MMK_R_dotlessj" = 132;
+"@MMK_R_gammagreek" = -82;
+"@MMK_R_m" = 13;
+"@MMK_R_one" = -15;
+"@MMK_R_quotedblleft" = -268;
+"@MMK_R_quotedblright" = -233;
+"@MMK_R_two" = 13;
+"@MMK_R_v" = -84;
+"@MMK_R_w" = -56;
+Psi = -75;
+checyrillic = -33;
+eight = 6;
+mu = 15;
+seven = -41;
+tecyrillic = -28;
+tenge = -88;
+};
+beta = {
+"@MMK_R_A" = -82;
+"@MMK_R_braceright" = -48;
+"@MMK_R_comma" = -40;
+"@MMK_R_epsilongreek" = -4;
+"@MMK_R_gammagreek" = -62;
+"@MMK_R_m" = -55;
+"@MMK_R_one" = -69;
+"@MMK_R_quotedblleft" = -139;
+Psi = -48;
+Sigma = -20;
+eight = -14;
+lambda = -75;
+nine = -20;
+nine.1 = -20;
+pi = -83;
+rho = -15;
+seven = -76;
+tau = -34;
+three = -33;
+underscore = -70;
+};
+braceright = {
+"@MMK_R_quotedblleft" = -63;
+};
+colon = {
+j = -128;
+};
+colon.case = {
+seven = -20;
+};
+comma = {
+quotedblreversed = -128;
+quotereversed = -128;
+};
+d = {
+"@MMK_R_dotlessj" = -145;
+};
+dcroat = {
+"@MMK_R_eightsuperior" = 20;
+"@MMK_R_quotedbl" = 34;
+"@MMK_R_quotedblleft" = 22;
+"@MMK_R_quotedblright" = 21;
+backslash = 55;
+};
+dhook = {
+T = 64;
+};
+dzcaron = {
+T = -70;
+};
+edieresis = {
+"@MMK_R_T" = -128;
+"@MMK_R_Y" = -192;
+Gamma1 = -128;
+};
+eight = {
+"@MMK_R_two" = -48;
+j = -160;
+seven = -48;
+};
+emdash = {
+tenge = -13;
+};
+endash = {
+tenge = -22;
+};
+eth = {
+"@MMK_R_T" = -96;
+V = -192;
+Y = -190;
+Yhook = -190;
+};
+exclamdown = {
+"@MMK_R_T" = -89;
+"@MMK_R_V" = -130;
+"@MMK_R_W" = -104;
+"@MMK_R_Y" = -157;
+"@MMK_R_quotedblleft" = -41;
+Psi = -158;
+Tbar = -40;
+};
+five = {
+"@MMK_R_A" = -14;
+"@MMK_R_AE" = -84;
+"@MMK_R_Y" = -35;
+"@MMK_R_comma" = -109;
+"@MMK_R_dagger" = -8;
+"@MMK_R_one" = -28;
+Psi = -35;
+afii10024 = -22;
+afii10044 = -21;
+backslash = 21;
+j = -160;
+underscore = -102;
+zhecyrillic = -8;
+};
+four = {
+"@MMK_R_AE" = -54;
+"@MMK_R_Djecyrillic" = -21;
+"@MMK_R_T" = -228;
+"@MMK_R_V" = -56;
+"@MMK_R_W" = -42;
+"@MMK_R_Y" = -83;
+"@MMK_R_Z" = -8;
+"@MMK_R_asciicircum" = -33;
+"@MMK_R_comma" = -48;
+"@MMK_R_dagger" = -7;
+"@MMK_R_eightsuperior" = -22;
+"@MMK_R_gammagreek" = -22;
+"@MMK_R_one" = -35;
+"@MMK_R_quotedblbase" = -21;
+"@MMK_R_quotedblleft" = -56;
+"@MMK_R_quotedblright" = -14;
+"@MMK_R_v" = -22;
+"@MMK_R_w" = -20;
+"@MMK_R_x" = -7;
+Psi = -82;
+afii10024 = -15;
+afii10044 = -40;
+j = -160;
+seven = -144;
+tecyrillic = -29;
+tenge = -14;
+};
+four.1 = {
+"@MMK_R_AE" = -54;
+"@MMK_R_Djecyrillic" = -21;
+"@MMK_R_T" = -20;
+"@MMK_R_V" = -56;
+"@MMK_R_W" = -42;
+"@MMK_R_Y" = -83;
+"@MMK_R_Z" = -8;
+"@MMK_R_asciicircum" = -33;
+"@MMK_R_comma" = -48;
+"@MMK_R_dagger" = -7;
+"@MMK_R_eightsuperior" = -22;
+"@MMK_R_gammagreek" = -22;
+"@MMK_R_one" = -35;
+"@MMK_R_quotedblbase" = -21;
+"@MMK_R_quotedblleft" = -56;
+"@MMK_R_quotedblright" = -14;
+"@MMK_R_v" = -22;
+"@MMK_R_w" = -20;
+"@MMK_R_x" = -7;
+Psi = -82;
+afii10024 = -15;
+afii10044 = -40;
+seven = -144;
+tecyrillic = -29;
+tenge = -14;
+};
+g = {
+T = -320;
+j = -106;
+};
+gamma1 = {
+T = -384;
+};
+germandbls = {
+"@MMK_R_A" = -13;
+"@MMK_R_AE" = -62;
+"@MMK_R_C" = -22;
+"@MMK_R_Omicrongreek" = -20;
+"@MMK_R_T" = -83;
+"@MMK_R_V" = -90;
+"@MMK_R_W" = -76;
+"@MMK_R_X" = -56;
+"@MMK_R_Y" = -102;
+"@MMK_R_dagger" = -21;
+"@MMK_R_eightsub" = -21;
+"@MMK_R_eightsuperior" = -48;
+"@MMK_R_m" = -13;
+"@MMK_R_quotedblbase" = -69;
+"@MMK_R_quotedblleft" = -96;
+"@MMK_R_quotedblright" = -34;
+"@MMK_R_t" = -15;
+"@MMK_R_w" = -20;
+Psi = -104;
+pi = -14;
+tau = -14;
+};
+greater = {
+"@MMK_R_A" = -69;
+"@MMK_R_AE" = -96;
+"@MMK_R_Djecyrillic" = -111;
+"@MMK_R_Elcyrillic" = -41;
+"@MMK_R_T" = -200;
+"@MMK_R_Ucyrillic" = -62;
+"@MMK_R_V" = -165;
+"@MMK_R_W" = -164;
+"@MMK_R_X" = -173;
+"@MMK_R_Y" = -234;
+"@MMK_R_Z" = -83;
+"@MMK_R_gammagreek" = -69;
+"@MMK_R_quotedblleft" = -130;
+"@MMK_R_v" = -69;
+"@MMK_R_w" = -68;
+"@MMK_R_x" = -75;
+"@MMK_R_z" = -33;
+Psi = -233;
+Tbar = -63;
+afii10021 = -28;
+afii10024 = -68;
+afii10025 = -29;
+afii10041 = -28;
+afii10044 = -104;
+afii10047 = -20;
+afii10049 = -34;
+j = -160;
+seven = -173;
+tecyrillic = -33;
+tenge = -138;
+};
+hryvnia = {
+"@MMK_R_Djecyrillic" = -21;
+"@MMK_R_Ucyrillic" = -7;
+"@MMK_R_comma" = -48;
+afii10024 = -56;
+ampersand = -13;
+slash = -48;
+underscore = -55;
+};
+idieresis = {
+"@MMK_R_T" = 176;
+jcrosstail = -256;
+};
+infinity = {
+"@MMK_R_A" = -28;
+"@MMK_R_AE" = -54;
+"@MMK_R_V" = -83;
+"@MMK_R_W" = -55;
+"@MMK_R_X" = -55;
+"@MMK_R_Y" = -118;
+"@MMK_R_w" = -22;
+Psi = -68;
+Tbar = -42;
+};
+itilde = {
+"@MMK_R_T" = 16;
+"@MMK_R_V" = 16;
+"@MMK_R_Y" = 1;
+jcrosstail = -256;
+};
+j = {
+j = -110;
+};
+k = {
+T = -278;
+};
+khook = {
+T = -278;
+};
+lambda = {
+"@MMK_R_Omicrongreek" = -48;
+"@MMK_R_alphagreek" = -72;
+"@MMK_R_deltagreek" = -74;
+"@MMK_R_divide" = -77;
+"@MMK_R_epsilongreek" = -45;
+"@MMK_R_gammagreek" = -157;
+"@MMK_R_iotadieresisgreek" = -42;
+"@MMK_R_m" = -117;
+"@MMK_R_omegagreek" = -77;
+"@MMK_R_one" = -75;
+"@MMK_R_psigreek" = -61;
+"@MMK_R_six" = -34;
+Psi = -40;
+five = -22;
+four = -33;
+pi = -207;
+rho = -15;
+tau = -261;
+theta = -48;
+xi = -42;
+zeta = -21;
+};
+less = {
+afii10044 = -42;
+tenge = -7;
+};
+logicalnot = {
+afii10044 = -68;
+tecyrillic = -22;
+tenge = -28;
+};
+lslash = {
+"@MMK_R_C" = 14;
+periodcentered = 40;
+};
+mturn = {
+T = -256;
+};
+mturndescend = {
+T = -256;
+};
+mu = {
+"@MMK_R_A" = -102;
+"@MMK_R_alphagreek" = -22;
+"@MMK_R_deltagreek" = -22;
+"@MMK_R_divide" = -88;
+"@MMK_R_eightsub" = -166;
+"@MMK_R_eightsuperior" = 62;
+"@MMK_R_epsilongreek" = -15;
+"@MMK_R_gammagreek" = -34;
+"@MMK_R_guillemotleft" = -41;
+"@MMK_R_iotadieresisgreek" = -15;
+"@MMK_R_m" = -69;
+"@MMK_R_omegagreek" = -15;
+"@MMK_R_psigreek" = -14;
+"@MMK_R_quotedblbase" = -15;
+"@MMK_R_quotedblleft" = -111;
+"@MMK_R_quotedblright" = -13;
+Psi = -70;
+ampersand = -48;
+four = -28;
+less = -55;
+logicalnot = -83;
+pi = -75;
+rho = -18;
+slash = -48;
+tau = -54;
+theta = -41;
+underscore = -89;
+xi = -35;
+zeta = -32;
+};
+multiply = {
+"@MMK_R_A" = -110;
+"@MMK_R_AE" = -68;
+"@MMK_R_T" = -76;
+"@MMK_R_Ucyrillic" = -48;
+"@MMK_R_V" = -116;
+"@MMK_R_W" = -61;
+"@MMK_R_Y" = -131;
+"@MMK_R_gammagreek" = -34;
+"@MMK_R_v" = -61;
+"@MMK_R_w" = -20;
+"@MMK_R_x" = -35;
+Psi = -68;
+afii10021 = -22;
+afii10024 = -63;
+afii10041 = -35;
+afii10044 = -103;
+afii10047 = -33;
+afii10049 = -61;
+ampersand = -33;
+tenge = -48;
+};
+nine = {
+j = -160;
+nine = -8;
+slash = -80;
+};
+nine.1 = {
+eight = -112;
+four = -160;
+four.1 = -160;
+i = -64;
+j = -224;
+nine.1 = -112;
+period = -272;
+slash = -240;
+zero = -48;
+};
+ntilde = {
+"@MMK_R_T" = -128;
+};
+numbersign = {
+"@MMK_R_Elcyrillic" = -34;
+afii10024 = -13;
+four = -34;
+};
+odieresis = {
+"@MMK_R_T" = -96;
+"@MMK_R_V" = -144;
+"@MMK_R_Y" = -144;
+Gamma1 = -128;
+};
+oslash = {
+T = -134;
+};
+otilde = {
+"@MMK_R_T" = -112;
+"@MMK_R_V" = -144;
+"@MMK_R_Y" = -144;
+gamma1 = -128;
+jcrosstail = -128;
+};
+percent = {
+"@MMK_R_quotedblleft" = -150;
+"@MMK_R_quotedblright" = -171;
+afii10044 = -13;
+};
+period = {
+"@MMK_R_one" = -112;
+eight = -112;
+five = -80;
+j = -128;
+nine = -112;
+nine.1 = -176;
+seven = -96;
+six = -96;
+six.1 = -96;
+three = -96;
+zero = -128;
+};
+periodcentered = {
+"@MMK_R_A" = -82;
+"@MMK_R_AE" = -118;
+"@MMK_R_Dcroat" = 34;
+"@MMK_R_J" = -103;
+"@MMK_R_S" = -6;
+"@MMK_R_T" = -172;
+"@MMK_R_V" = -104;
+"@MMK_R_W" = -90;
+"@MMK_R_X" = -144;
+"@MMK_R_Y" = -164;
+"@MMK_R_Z" = -82;
+"@MMK_R_a" = -8;
+"@MMK_R_v" = -15;
+"@MMK_R_w" = -20;
+"@MMK_R_x" = -63;
+"@MMK_R_z" = -33;
+L_slash = 33;
+Tbar = -84;
+ampersand = -42;
+lslash = 40;
+tbar = 34;
+};
+perthousand = {
+tenge = -33;
+};
+pi = {
+"@MMK_R_alphagreek" = -75;
+"@MMK_R_comma" = -27;
+"@MMK_R_deltagreek" = -77;
+"@MMK_R_divide" = -62;
+"@MMK_R_eightsub" = 48;
+"@MMK_R_epsilongreek" = -69;
+"@MMK_R_gammagreek" = 40;
+"@MMK_R_guillemotleft" = -40;
+"@MMK_R_iotadieresisgreek" = -35;
+"@MMK_R_omegagreek" = -68;
+"@MMK_R_quotedblleft" = -56;
+"@MMK_R_quotedblright" = 28;
+Omega = -6;
+Psi = -62;
+four = -29;
+lambda = -48;
+less = -34;
+rho = -62;
+theta = -14;
+xi = -28;
+zeta = -63;
+};
+q = {
+T = -320;
+};
+qrthook = {
+T = -400;
+};
+question = {
+"@MMK_R_A" = -151;
+"@MMK_R_AE" = -118;
+"@MMK_R_Elcyrillic" = -70;
+"@MMK_R_eightsub" = -41;
+"@MMK_R_elcyrillic" = -28;
+afii10024 = -42;
+becyrillic = 6;
+decyrillic = -35;
+four = -70;
+iacyrillic = -20;
+zecyrillic = -20;
+};
+questiondown = {
+"@MMK_R_C" = -82;
+"@MMK_R_Omicrongreek" = -82;
+"@MMK_R_T" = -144;
+"@MMK_R_U" = -75;
+"@MMK_R_V" = -144;
+"@MMK_R_W" = -96;
+"@MMK_R_Y" = -212;
+"@MMK_R_gammagreek" = -104;
+"@MMK_R_one" = -68;
+"@MMK_R_quotedblleft" = -83;
+"@MMK_R_quotedblright" = -118;
+"@MMK_R_six" = -27;
+"@MMK_R_v" = -55;
+"@MMK_R_w" = -61;
+Psi = -336;
+Tbar = -220;
+ampersand = -41;
+checyrillic = -8;
+eight = -29;
+four = -69;
+};
+questiongreek = {
+"@MMK_R_V" = -62;
+"@MMK_R_eightsub" = -14;
+Psi = -75;
+};
+radical = {
+tecyrillic = -21;
+};
+registered = {
+T = -128;
+};
+seven = {
+"@MMK_R_A" = -226;
+"@MMK_R_AE" = -138;
+"@MMK_R_C" = -15;
+"@MMK_R_Elcyrillic" = -54;
+"@MMK_R_J" = -152;
+"@MMK_R_Omicrongreek" = -14;
+"@MMK_R_a" = -90;
+"@MMK_R_alphagreek" = -84;
+"@MMK_R_c" = -84;
+"@MMK_R_colon" = -70;
+"@MMK_R_colon.case" = -28;
+"@MMK_R_comma" = -345;
+"@MMK_R_deltagreek" = -83;
+"@MMK_R_ecyrillic" = -15;
+"@MMK_R_eightsub" = -227;
+"@MMK_R_elcyrillic" = -70;
+"@MMK_R_epsilongreek" = -83;
+"@MMK_R_guillemotleft" = -139;
+"@MMK_R_guillemotright" = -27;
+"@MMK_R_iotadieresisgreek" = -69;
+"@MMK_R_omegagreek" = -84;
+"@MMK_R_psigreek" = -35;
+"@MMK_R_quotedblbase" = -317;
+"@MMK_R_s" = -70;
+"@MMK_R_six" = -48;
+"@MMK_R_u" = -33;
+"@MMK_R_x" = -28;
+afii10021 = -29;
+afii10024 = -14;
+afii10025 = -7;
+afii10038 = -40;
+afii10049 = -15;
+ampersand = -103;
+at = -27;
+backslash = 55;
+becyrillic = -14;
+checyrillic = -29;
+decyrillic = -68;
+eight = -99;
+ereversedcyrillic = -13;
+five = -28;
+four = -137;
+hardsigncyrillic = -7;
+iacyrillic = -28;
+j = -160;
+less = -165;
+nine = -28;
+nine.1 = -28;
+numbersign = -96;
+rho = -83;
+seven = 55;
+six.1 = -160;
+slash = -61;
+theta = -84;
+three = -29;
+underscore = -400;
+uni20BD = -21;
+xi = -13;
+zecyrillic = -27;
+zeta = -84;
+};
+sigma = {
+"@MMK_R_A" = -130;
+"@MMK_R_alphagreek" = -69;
+"@MMK_R_comma" = -260;
+"@MMK_R_deltagreek" = -54;
+"@MMK_R_divide" = -61;
+"@MMK_R_eightsub" = -130;
+"@MMK_R_eightsuperior" = 61;
+"@MMK_R_epsilongreek" = -56;
+"@MMK_R_gammagreek" = 15;
+"@MMK_R_guillemotleft" = -40;
+"@MMK_R_iotadieresisgreek" = -35;
+"@MMK_R_omegagreek" = -75;
+"@MMK_R_psigreek" = -14;
+"@MMK_R_quotedblbase" = -192;
+"@MMK_R_quotedblleft" = -54;
+"@MMK_R_quotedblright" = 89;
+Omega = -13;
+Psi = -42;
+Sigma = -20;
+ampersand = -48;
+four = -27;
+lambda = -234;
+less = -35;
+logicalnot = -82;
+rho = -76;
+slash = -48;
+theta = -13;
+underscore = -166;
+xi = -28;
+zeta = -62;
+};
+sigma1 = {
+"@MMK_R_divide" = -56;
+Sigma = -6;
+};
+six = {
+"@MMK_R_A" = -62;
+"@MMK_R_AE" = -110;
+"@MMK_R_V" = -22;
+"@MMK_R_W" = -21;
+"@MMK_R_X" = -20;
+"@MMK_R_Y" = -62;
+"@MMK_R_comma" = -110;
+"@MMK_R_quotedblbase" = -84;
+"@MMK_R_quotedblleft" = -33;
+Psi = -61;
+afii10024 = -22;
+afii10044 = -15;
+backslash = 22;
+j = -160;
+three = -20;
+underscore = -144;
+};
+six.1 = {
+"@MMK_R_A" = -62;
+"@MMK_R_AE" = -110;
+"@MMK_R_V" = -22;
+"@MMK_R_W" = -21;
+"@MMK_R_X" = -20;
+"@MMK_R_Y" = -62;
+"@MMK_R_comma" = -110;
+"@MMK_R_quotedblbase" = -84;
+"@MMK_R_quotedblleft" = -33;
+Psi = -61;
+afii10024 = -22;
+afii10044 = -15;
+backslash = 22;
+j = -160;
+nine.1 = -176;
+seven = -144;
+three = -20;
+underscore = -144;
+};
+slash = {
+"@MMK_R_A" = -88;
+"@MMK_R_B" = 14;
+"@MMK_R_C" = 15;
+"@MMK_R_J" = -40;
+"@MMK_R_Omicrongreek" = 13;
+"@MMK_R_T" = 33;
+"@MMK_R_U" = 13;
+"@MMK_R_V" = 15;
+"@MMK_R_W" = 13;
+"@MMK_R_X" = 15;
+"@MMK_R_Y" = 14;
+"@MMK_R_b" = 14;
+"@MMK_R_comma" = -116;
+"@MMK_R_f" = 14;
+"@MMK_R_one" = 14;
+Psi = 13;
+four = -28;
+seven = 27;
+};
+srthook = {
+T = -256;
+};
+summation = {
+checyrillic = -34;
+};
+tau = {
+"@MMK_R_A" = -76;
+"@MMK_R_alphagreek" = -77;
+"@MMK_R_comma" = -117;
+"@MMK_R_deltagreek" = -90;
+"@MMK_R_divide" = -62;
+"@MMK_R_eightsub" = -83;
+"@MMK_R_epsilongreek" = -62;
+"@MMK_R_gammagreek" = 33;
+"@MMK_R_guillemotleft" = -40;
+"@MMK_R_iotadieresisgreek" = -34;
+"@MMK_R_omegagreek" = -70;
+"@MMK_R_psigreek" = -13;
+"@MMK_R_quotedblleft" = -56;
+"@MMK_R_quotedblright" = 88;
+Omega = -13;
+Psi = -48;
+ampersand = -34;
+four = -28;
+lambda = -96;
+less = -33;
+logicalnot = -34;
+rho = -84;
+theta = -13;
+underscore = -125;
+xi = -33;
+zeta = -63;
+};
+tbar = {
+"@MMK_R_eightsub" = 41;
+"@MMK_R_quotedblleft" = -28;
+periodcentered = 14;
+};
+tecyrillic = {
+"@MMK_R_comma" = -150;
+"@MMK_R_divide" = -13;
+"@MMK_R_ecyrillic" = -48;
+"@MMK_R_elcyrillic" = -62;
+"@MMK_R_guillemotleft" = -48;
+"@MMK_R_guillemotright" = -14;
+"@MMK_R_quotedblbase" = -207;
+decyrillic = -20;
+ereversedcyrillic = -7;
+four = -28;
+hardsigncyrillic = -15;
+less = -34;
+logicalnot = -34;
+slash = -40;
+underscore = -35;
+zecyrillic = -6;
+zhecyrillic = -22;
+};
+theta = {
+"@MMK_R_A" = -83;
+"@MMK_R_alphagreek" = -13;
+"@MMK_R_braceright" = -48;
+"@MMK_R_comma" = -103;
+"@MMK_R_deltagreek" = -13;
+"@MMK_R_epsilongreek" = -27;
+"@MMK_R_gammagreek" = -6;
+"@MMK_R_m" = -14;
+"@MMK_R_omegagreek" = -15;
+"@MMK_R_one" = -70;
+"@MMK_R_quotedblleft" = -138;
+eight = -13;
+lambda = -83;
+nine = -20;
+nine.1 = -20;
+seven = -77;
+tau = 21;
+three = -35;
+underscore = -70;
+xi = -7;
+zeta = -21;
+};
+three = {
+j = -160;
+nine.1 = -82;
+};
+two = {
+j = -160;
+};
+udieresis = {
+"@MMK_R_T" = -96;
+Gamma1 = -128;
+};
+underscore = {
+"@MMK_R_C" = -139;
+"@MMK_R_Djecyrillic" = -165;
+"@MMK_R_Ecyrillic" = -138;
+"@MMK_R_J" = -42;
+"@MMK_R_Omicrongreek" = -139;
+"@MMK_R_T" = -164;
+"@MMK_R_U" = -124;
+"@MMK_R_Ucyrillic" = -42;
+"@MMK_R_V" = -261;
+"@MMK_R_W" = -262;
+"@MMK_R_Y" = -288;
+"@MMK_R_a" = -76;
+"@MMK_R_alphagreek" = -76;
+"@MMK_R_asciicircum" = -192;
+"@MMK_R_c" = -70;
+"@MMK_R_deltagreek" = -68;
+"@MMK_R_dotlessj" = 216;
+"@MMK_R_epsilongreek" = -77;
+"@MMK_R_f" = -40;
+"@MMK_R_gammagreek" = -151;
+"@MMK_R_iotadieresisgreek" = -76;
+"@MMK_R_m" = -48;
+"@MMK_R_omegagreek" = -76;
+"@MMK_R_one" = -281;
+"@MMK_R_psigreek" = -68;
+"@MMK_R_quotedblleft" = -54;
+"@MMK_R_s" = -70;
+"@MMK_R_six" = -144;
+"@MMK_R_t" = -48;
+"@MMK_R_u" = -76;
+"@MMK_R_v" = -228;
+"@MMK_R_w" = -226;
+Psi = -171;
+afii10021 = 152;
+afii10025 = -29;
+afii10038 = -104;
+afii10041 = -253;
+afii10044 = -138;
+afii10047 = -110;
+checyrillic = -84;
+decyrillic = 61;
+eight = -144;
+five = -144;
+four = -150;
+g = 56;
+hryvnia = -55;
+nine = -144;
+nine.1 = -144;
+p = 144;
+pi = -48;
+tau = -48;
+tecyrillic = -34;
+tenge = -159;
+theta = -69;
+three = -144;
+xi = -118;
+zeta = -131;
+};
+uni01F6 = {
+T = -256;
+};
+uni0221 = {
+T = -544;
+};
+uni023A = {
+T = 128;
+};
+uni0240 = {
+T = -256;
+};
+uni0247 = {
+T = -42;
+};
+uni20BD = {
+"@MMK_R_Elcyrillic" = -55;
+"@MMK_R_Ucyrillic" = -13;
+"@MMK_R_comma" = -240;
+"@MMK_R_guillemotleft" = -48;
+"@MMK_R_guillemotright" = -6;
+afii10021 = -63;
+afii10024 = -61;
+afii10025 = -14;
+ampersand = -22;
+four = -42;
+less = -28;
+logicalnot = -21;
+multiply = -15;
+slash = -77;
+underscore = -172;
+};
+utilde = {
+"@MMK_R_T" = -128;
+};
+wdieresis = {
+Gamma1 = -128;
+uni0248 = -128;
+};
+xi = {
+"@MMK_R_A" = -21;
+"@MMK_R_alphagreek" = -56;
+"@MMK_R_deltagreek" = -40;
+"@MMK_R_divide" = -35;
+"@MMK_R_epsilongreek" = -48;
+"@MMK_R_gammagreek" = -69;
+"@MMK_R_iotadieresisgreek" = -34;
+"@MMK_R_m" = -48;
+"@MMK_R_omegagreek" = -55;
+"@MMK_R_psigreek" = -29;
+"@MMK_R_quotedblleft" = -15;
+Psi = -61;
+pi = -48;
+tau = -48;
+theta = -15;
+underscore = 144;
+};
+ydieresis = {
+"@MMK_R_T" = -80;
+uni0221 = -128;
+uni023A = -256;
+};
+yhook = {
+T = 150;
+};
+zero = {
+j = -160;
+};
+zero.slash = {
+j = -160;
+};
+zeta = {
+"@MMK_R_A" = -22;
+"@MMK_R_alphagreek" = -48;
+"@MMK_R_deltagreek" = -40;
+"@MMK_R_divide" = -70;
+"@MMK_R_epsilongreek" = -48;
+"@MMK_R_gammagreek" = -69;
+"@MMK_R_iotadieresisgreek" = -54;
+"@MMK_R_m" = -55;
+"@MMK_R_omegagreek" = -48;
+"@MMK_R_psigreek" = -33;
+"@MMK_R_quotedblleft" = -15;
+Psi = -63;
+pi = -69;
+tau = -55;
+theta = -14;
+underscore = 166;
+};
+zhecyrillic = {
+"@MMK_R_ecyrillic" = -75;
+"@MMK_R_elcyrillic" = -15;
+"@MMK_R_guillemotleft" = -75;
+"@MMK_R_quotedblbase" = -28;
+becyrillic = -55;
+checyrillic = -68;
+decyrillic = -7;
+ereversedcyrillic = -62;
+five = -13;
+four = -22;
+hardsigncyrillic = -68;
+iacyrillic = -14;
+tecyrillic = -54;
+zecyrillic = -48;
+zhecyrillic = -6;
+};
+};
+};
+manufacturer = rsms;
+manufacturerURL = "https://rsms.me/";
+unitsPerEm = 2816;
+userData = {
+GSDimensionPlugin.Dimensions = {
+"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = {
+};
+};
+UFO.lib = {
+com.fontlab.v2.tth = {
+stems = {
+"X: 108" = {
+horizontal = 0;
+round = {
+"0" = 1;
+"14" = 2;
+"24" = 3;
+"33" = 4;
+"42" = 5;
+"51" = 6;
+};
+width = 216;
+};
+"Y: 104" = {
+horizontal = 1;
+round = {
+"0" = 1;
+"15" = 2;
+"25" = 3;
+"34" = 4;
+"44" = 5;
+"53" = 6;
+};
+width = 208;
+};
+};
+};
+com.typemytype.robofont.compileSettings.autohint = 1;
+com.typemytype.robofont.compileSettings.checkOutlines = 1;
+com.typemytype.robofont.compileSettings.createDummyDSIG = 1;
+com.typemytype.robofont.compileSettings.decompose = 1;
+com.typemytype.robofont.compileSettings.generateFormat = 0;
+com.typemytype.robofont.compileSettings.releaseMode = 1;
+com.typemytype.robofont.foreground.layerStrokeColor = (
+0.5,
+0,
+0.5,
+0.7
+);
+com.typemytype.robofont.guideline.magnetic.1wKco2DCLw = 5;
+com.typemytype.robofont.guideline.magnetic.3feO1g6pKR = 0;
+com.typemytype.robofont.guideline.magnetic.5BDOqU396V = 5;
+com.typemytype.robofont.guideline.magnetic.6zc2PSgk0L = 0;
+com.typemytype.robofont.guideline.magnetic.72Av04Hnjs = 5;
+com.typemytype.robofont.guideline.magnetic.Kl6On2bUL5 = 0;
+com.typemytype.robofont.guideline.magnetic.UcLrMpNWyq = 0;
+com.typemytype.robofont.guideline.magnetic.XS3l6e91ZO = 0;
+com.typemytype.robofont.guideline.magnetic.ZezcVw5JSI = 5;
+com.typemytype.robofont.guideline.magnetic.b8ABisG9wa = 5;
+com.typemytype.robofont.guideline.magnetic.dOrKFWNYQv = 5;
+com.typemytype.robofont.guideline.magnetic.q0VgLiTZID = 0;
+com.typemytype.robofont.guideline.magnetic.qiaBIVFlEl = 0;
+com.typemytype.robofont.guideline.magnetic.tb6p90rJg5 = 5;
+com.typemytype.robofont.guideline.magnetic.v6gAatplbd = 5;
+com.typemytype.robofont.guideline.magnetic.vM1BSFVjvR = 5;
+com.typemytype.robofont.italicSlantOffset = 0;
+com.typemytype.robofont.reference.layerShow = 1;
+com.typemytype.robofont.reference.layerStrokeColor = (
+0.9804,
+0.1803,
+0.6923,
+0.8955
+);
+com.typemytype.robofont.segmentType = curve;
+com.typemytype.robofont.shouldAddPointsInSplineConversion = 1;
+com.typesupply.defcon.sortDescriptor = (
+{
+ascending = (
+.null,
+.notdef,
+space,
+A,
+Adieresis,
+Atilde,
+uni023A,
+Lambda,
+AE,
+B,
+uni0243,
+Bhook,
+C,
+Chook,
+uni023B,
+Oopen,
+D,
+Dhook,
+Dbar1,
+Dzcaron_,
+E,
+uni0246,
+Eturn,
+F,
+Fhook,
+Fturn,
+G,
+Gbar,
+Ghook,
+H,
+Hcedilla,
+Hbar,
+Enhookcyrillic,
+Endescendercyrillic,
+uni04C9,
+Enghecyrillic,
+uni01F6,
+I,
+Idieresis,
+Idieresisacute,
+Istroke,
+Itildebelow,
+J,
+uni0248,
+K,
+Kabashkircyrillic,
+Kadescendercyrillic,
+Khook,
+L,
+L_slash,
+L_bar,
+M,
+uni04CD,
+N,
+Nhook,
+Eng,
+afii10026,
+uni048A,
+uni0376,
+O,
+Odieresis,
+Otilde,
+Oslash,
+Ohorn,
+P,
+uni048E,
+Phook,
+Q,
+R,
+response,
+Rx,
+uni024C,
+S,
+Germandbls,
+T,
+Thook,
+Trthook,
+uni023E,
+U,
+Uhorn,
+uni0244,
+V,
+W,
+X,
+Hadescendercyrillic,
+uni04FC,
+Y,
+Yhook,
+uni024E,
+Z,
+uni0224,
+Zbar,
+uni2C7F,
+OE,
+a,
+adieresis,
+atilde,
+a_uni02DE,
+ae,
+aturn,
+leftloop.cn,
+rightloop.cn,
+b,
+bbar,
+btopbar,
+bhook,
+c,
+uni023C,
+chook,
+ccurl,
+d,
+dcroat,
+drthook,
+dhook,
+dtopbar,
+uni0221,
+dz,
+dzcaron,
+dzcurl,
+dyogh,
+e,
+edieresis,
+uni0247,
+f,
+slongstroke,
+slongdotaccent,
+feng,
+g,
+ghook,
+gbar,
+h,
+hcedilla,
+tshecyrillic,
+djecyrillic,
+hhook,
+henghook,
+hv,
+hturn,
+hturnlthook,
+hturnhook2,
+dotlessi,
+uni0069.ccmp,
+i,
+idieresis,
+idieresisacute,
+itilde,
+itildebelow,
+ibar,
+uni012F.ccmp,
+dotlessj,
+uni006A.ccmp,
+jdotlessbar,
+uni0249,
+uni0249.ccmp,
+j,
+uni029D.ccmp,
+jcrosstail,
+k,
+khook,
+kturn,
+l,
+lslash,
+lbar,
+lmidtilde,
+lrthook,
+lbelt,
+lcurl,
+m,
+mhook,
+mturn,
+mturndescend,
+n,
+ntilde,
+nrthook,
+eng,
+ncurl,
+nlfthook,
+o,
+odieresis,
+otilde,
+oslash,
+ohorn,
+fitacyrillic,
+oe,
+p,
+uni048F,
+phook,
+q,
+qhook,
+qrthook,
+Q_rthook,
+r,
+rrthook,
+uni024D,
+rturn,
+rturnrthook,
+rfishhookrev,
+rfishhook,
+rdescend,
+s,
+srthook,
+uni023F,
+germandbls,
+t,
+tpalatalhook,
+trthook,
+tcurl,
+tccurl,
+tturn,
+u,
+udieresis,
+utilde,
+uhorn,
+mu,
+ubar,
+v,
+vturn,
+w,
+wdieresis,
+wturn,
+x,
+y,
+ydieresis,
+yhook,
+uni024F,
+yturn,
+z,
+zbar,
+zhook,
+uni0240,
+zrthook,
+zcurl,
+Thorn,
+Gamma,
+Delta,
+Theta,
+Xi,
+Pi,
+Sigma,
+Phi,
+Psi,
+Omega,
+Gamma1,
+afii10018,
+afii10050,
+uni04FA,
+afii10021,
+afii10024,
+Zhedescendercyrillic,
+afii10025,
+Kacyr,
+Kaverticalstrokecyrillic,
+Kahookcyrillic,
+afii10029,
+uni04C5,
+afii10147,
+afii10145,
+afii10037,
+afii10038,
+afii10040,
+Tetsecyrillic,
+afii10041,
+Chedescendercyrillic,
+Cheverticalstrokecyrillic,
+Shhacyrillic,
+afii10060,
+afii10042,
+afii10043,
+afii10044,
+afii10045,
+afii10046,
+afii10058,
+afii10059,
+afii10047,
+afii10048,
+afii10049,
+Ghemiddlehookcyrillic,
+Pemiddlehookcyrillic,
+afii10053,
+Haabkhasiancyrillic,
+Cheabkhasiancyrillic,
+Schwacyrillic,
+Dzeabkhasiancyrillic,
+afii10148,
+afii10051,
+eth,
+thorn,
+alpha,
+beta,
+gamma,
+delta,
+epsilon,
+zeta,
+eta,
+theta,
+iota,
+lambda,
+xi,
+pi,
+rho,
+uni03FC,
+sigma1,
+sigma,
+tau,
+upsilon,
+phi,
+psi,
+omega,
+gamma1,
+becyrillic,
+vecyrillic,
+gecyrillic,
+gheupturncyrillic,
+uni04FB,
+decyrillic,
+zhecyrillic,
+zhedescendercyrillic,
+zecyrillic,
+iicyrillic,
+uni048B,
+kacyrillic,
+kahookcyrillic,
+kadescendercyrillic,
+kaverticalstrokecyrillic,
+kabashkircyrillic,
+elcyrillic,
+uni04C6,
+uni052F,
+emcyrillic,
+uni04CE,
+encyrillic,
+endescendercyrillic,
+enghecyrillic,
+enhookcyrillic,
+uni04CA,
+pecyrillic,
+tecyrillic,
+efcyrillic,
+uni04FD,
+hadescendercyrillic,
+tsecyrillic,
+dzhecyrillic,
+checyrillic,
+chedescendercyrillic,
+cheverticalstrokecyrillic,
+shacyrillic,
+shchacyrillic,
+softsigncyrillic,
+hardsigncyrillic,
+yericyrillic,
+uni048D,
+yatcyrillic,
+ljecyrillic,
+njecyrillic,
+ereversedcyrillic,
+iucyrillic,
+iacyrillic,
+ghemiddlehookcyrillic,
+pemiddlehookcyrillic,
+ecyrillic,
+haabkhasiancyrillic,
+tetsecyrillic,
+cheabkhasiancyrillic,
+dzeabkhasiancyrillic,
+izhitsacyrillic,
+dollar,
+cent,
+yen,
+sterling,
+florin,
+uni20BA,
+uni20BD,
+Euro,
+uni20B9,
+tenge,
+peseta,
+peso,
+kip,
+won,
+lira,
+austral,
+hryvnia,
+naira,
+guarani,
+coloncurrency,
+cedi,
+cruzeiro,
+tugrik,
+uni20AF,
+mill,
+afii57636,
+manat,
+rupee,
+lari,
+zero,
+zero.slash,
+zero.tnum,
+zero.tnum.slash,
+one,
+one.1,
+one.tnum,
+one.tnum.1,
+two,
+two.tnum,
+twostroke,
+three,
+three.tnum,
+four,
+four.1,
+four.tnum,
+four.tnum.1,
+five,
+five.tnum,
+Tonefive,
+six,
+six.1,
+six.tnum,
+six.tnum.1,
+seven,
+seven.tnum,
+eight,
+eight.tnum,
+nine,
+nine.1,
+nine.tnum,
+nine.tnum.1,
+ampersand,
+exclam,
+exclamdown,
+question,
+questiondown,
+parenleft,
+parenleft.case,
+parenright,
+parenright.case,
+bracketleft,
+bracketleft.case,
+bracketleft_quill,
+bracketright,
+bracketright.case,
+bracketright_quill,
+braceleft,
+braceleft.case,
+braceright,
+braceright.case,
+at,
+at.case,
+numbersign,
+currency,
+slash,
+bar,
+brokenbar,
+backslash,
+hyphenbullet,
+hyphen,
+hyphen.case,
+endash,
+endash.case,
+figuredash,
+figuredash.case,
+emdash,
+emdash.case,
+bullet,
+bullet.case,
+quoteleft,
+quoteright,
+primetripl1,
+quotesingle,
+quotedbl,
+quotedblleft,
+quotedblright,
+quotedblbase,
+quotesinglbase,
+comma,
+comma.tnum,
+period,
+period.tnum,
+ellipsis,
+twodotleader,
+colon,
+colon.case,
+semicolon,
+guilsinglleft,
+guilsinglright,
+guillemotleft,
+guillemotright,
+less,
+greater,
+lessequal,
+greaterequal,
+equal,
+equal.case,
+notequal,
+notequal.case,
+plus,
+plus.case,
+minus,
+minus.case,
+multiply,
+multiply.case,
+divide,
+divide.case,
+plusminus,
+plusminus.case,
+approxequal,
+asciitilde,
+logicalnot,
+periodcentered,
+anoteleia,
+questiongreek,
+underscore,
+dagger,
+daggerdbl,
+asciicircum,
+asterisk,
+asterisk.case,
+registered,
+trademark,
+servicemark,
+degree,
+ordfeminine,
+ordmasculine,
+isuperior,
+nsuperior,
+paragraph,
+section,
+copyright,
+infinity,
+partialdiff,
+summation,
+product,
+integral,
+radical,
+lozenge,
+fraction,
+zerosub,
+oneinferior,
+twosub,
+threesub,
+foursub,
+fivesub,
+sixinferior,
+sevensub,
+eightsub,
+nineinferior,
+plussub,
+minussub,
+equalsub,
+parenleftinferior,
+parenrightsub,
+zerosuperior,
+onesuperior,
+twosuperior,
+threesuperior,
+foursuperior,
+fivesuperior,
+sixsuperior,
+sevensuperior,
+eightsuperior,
+ninesuperior,
+plussuperior,
+minussuperior,
+equalsuperior,
+parenleftsuperior,
+parenrightsuperior,
+onehalf,
+onequarter,
+threequarters,
+percent,
+perthousand,
+numero,
+acute,
+hungarumlaut,
+grave,
+tonos,
+dieresis,
+casedieresis.cn,
+circumflex,
+tilde,
+casetilde.cn,
+macron,
+breve,
+dotaccent,
+ring,
+caron,
+dieresistonos,
+cedilla,
+ogonek,
+commaaccent,
+acutecomb,
+acutedblnosp,
+gravecomb,
+dblgravecmb,
+macroncomb,
+dieresisnosp,
+brevenosp,
+breveinvnosp,
+hook,
+circumflexnosp,
+caroncmb,
+tildecomb,
+dotnosp,
+ringnosp,
+hornnosp,
+ogoneknosp,
+cedillanosp,
+circumflexsubnosp,
+brevesubnosp,
+dotbelow,
+commabelowcmb,
+dotdblsubnosp,
+ringsubnosp,
+underscorenosp,
+tildesubnosp,
+enquad,
+emquad,
+enspace,
+emspace,
+thirdemspace,
+quarteremspace,
+sixthemspace,
+figurespace,
+punctuationspace,
+thinspace,
+hairspace,
+zerowidthspace,
+arrowleft,
+arrowleft.case,
+arrowleftlong,
+arrowleftlong.case,
+arrowup,
+arrowright,
+arrowright.case,
+arrowrightlong,
+arrowrightlong.case,
+arrowdown,
+arrowNW,
+arrowNE,
+arrowSE,
+arrowSW,
+dngb_check,
+dngb_ballotx,
+triagrt,
+triagdn,
+triagup,
+blackleftpointingtriangle,
+uni2009.fra,
+overscoredblnosp,
+uni215A,
+uni215F,
+macronacutecomb,
+crossbar,
+acutedotcomb.lc,
+tildedieresiscomb.lc,
+underscoredbl,
+uni2151,
+uni2150,
+uni2152,
+uni2155,
+romanone,
+uni2157,
+uni2156,
+estimated,
+degreecentigrade,
+dieresisacutecomb.lc,
+carondotcomb.lc,
+aturn_uni02DE,
+uni1FFD,
+uni1FFE,
+oopen,
+Gsmallcaphook,
+uni0346,
+anglesupnosp,
+ringacute,
+uni1DD8,
+uni1DD9,
+uni1DD2,
+uni1DD3,
+uni1DD0,
+uni1DD1,
+circumflexgravecomb,
+uni1DD4,
+uni1DD5,
+dieresiscaroncomb,
+breveinvsubnosp,
+commaturnsupnosp,
+uni1DDB,
+uni1DDC,
+ringrighthalfsubnosp,
+uni1DDF,
+uni1DDD,
+uni1DDE,
+romanten,
+degreefarenheit,
+Upsilon2,
+degreekelvin,
+uni02AB,
+uni02AC,
+uni1FCD,
+kappa1,
+onethird,
+uni2159,
+uni2158,
+uni214F,
+uni214D,
+OEsmallcap,
+tackupsubnosp,
+uni2DFF,
+glottalstopbarinv,
+seagullsubnosp,
+uni02EC,
+afii300,
+caronnosp,
+romanfour,
+macrongravecomb,
+uni03F5,
+uni03F6,
+longs,
+tonebarextrahighmod,
+one.sup,
+dieresismacroncomb,
+trianglebullet,
+Ysmallcap,
+uni03FB,
+uni03FD,
+uni03FE,
+uni03FF,
+iota1_uni02DE,
+uni0373,
+uni0372,
+uni0371,
+uni0370,
+uni0377,
+gravesubnosp,
+seveneighths,
+undertie,
+barmidshortnosp,
+glottalstoprevinv,
+uni037C,
+uni037B,
+uni037D,
+interrobang,
+primemod,
+uni213B,
+erev,
+cstretch,
+Btopbar,
+Koppa,
+commaturnedmod,
+commareversedmod,
+ringhalfleft,
+Rsmallcap,
+five.frac,
+Tonesix,
+tavdages,
+beta1,
+uni204F,
+uni204E,
+uni204D,
+uni204C,
+uni204B,
+uni204A,
+jsuper,
+epsilon1,
+CR,
+slashlongnosp,
+exclam1,
+Digamma,
+candrabindunosp,
+qofdagesh,
+uni036A,
+uni036B,
+uni036C,
+uni036D,
+uni036E,
+uni036F,
+uni20B7,
+uni20B6,
+uni20B0,
+uni20BB,
+tildedoublecmb,
+breveinverteddoublecmb,
+uni0362,
+uni0363,
+uni0364,
+uni0365,
+uni0366,
+uni0367,
+uni0368,
+uni0369,
+tildemidnosp,
+uni01F7,
+glottalstopinv,
+pertenthousand,
+acutelowmod,
+gravelowmod,
+fourthtonechinese,
+verticallinelowmod,
+secondtonechinese,
+romantwelve,
+uni2183,
+arrowheadupmod,
+arrowheaddownmod,
+arrowheadleftmod,
+arrowheadrightmod,
+glottalstopmod,
+firsttonechinese,
+five.sup,
+uni021D,
+uni0268.ccmp,
+uni021C,
+numeralgreeksub,
+caronsubnosp,
+uni205E,
+uni205A,
+uni205B,
+uni205C,
+schwahook,
+uni0458.ccmp,
+uni1E9D,
+uni1E9F,
+Dtopbar,
+uni1EFE,
+uni1EFD,
+uni1EFF,
+uni1EFA,
+uni1EFC,
+uni1EFB,
+uni2058,
+uni2059,
+uni2054,
+uni2055,
+uni2056,
+uni2057,
+uni2050,
+uni2051,
+uni2052,
+uni2053,
+ascript_uni02DE,
+tesh,
+asterism,
+philatin,
+sixroman,
+cyrillichookleft,
+uni03D8,
+uni03D9,
+Upsilonhooksymbol,
+thetasymbolgreek,
+thook,
+uni03D7,
+uni27EF,
+finaltsadi,
+glottalstop,
+uni0359,
+uni0358,
+epsilon1revclosed,
+uni0355,
+uni0354,
+uni0357,
+uni0356,
+uni0351,
+uni0350,
+uni0353,
+uni0352,
+glottalstopreversedmod,
+cadauna,
+uni035E,
+uni0220,
+uni0223,
+uni035F,
+uni035C,
+uni035B,
+digamma,
+koppa,
+ringhalfrightcentered,
+colontriangularhalfmod,
+colontriangularmod,
+minusmod,
+plusmod,
+downtackmod,
+linevertnosp,
+eshlooprev,
+verticalbardbl,
+romaneleven,
+Iota1,
+uniA69F,
+lsquare,
+carondotcomb,
+rhotichookmod,
+uni1DD6,
+uni1DD7,
+oneeighth,
+linevertsubnosp,
+mcapturn,
+uni205D,
+spaceopenbox,
+shindagesh,
+uni034B,
+uni034C,
+uni034A,
+uni034F,
+uni034D,
+uni034E,
+uni0348,
+uni0349,
+reverseddblprime,
+perispomenigreekcmb,
+koroniscmb,
+uni0347,
+uni0238,
+uni0239,
+tackdownsubnosp,
+uni02EA,
+uni02EB,
+uni2071.ccmp,
+uni02ED,
+uni02EF,
+glottalstopreversedsuperior,
+six.sup,
+tonebarhighmod,
+tonebarmidmod,
+tonebarlowmod,
+tonebarextralowmod,
+afii61664,
+uni1DC6,
+uni1DC4,
+babygamma,
+Vcursive,
+careof,
+phi1,
+breveacutecomb,
+wynn,
+referencemark,
+overscorenosp,
+commaaboverightcomb,
+versicle,
+hyphen__,
+diaeresistonosnosp,
+stigma,
+afii57596,
+afii57598,
+uni2B4E,
+uni2B4F,
+rturnascend,
+romanfivehundred,
+caret,
+caretinsertionpoint,
+bridgesubnosp,
+uni0242,
+uni0241,
+uni0245,
+accountof,
+uni02F9,
+uni02F8,
+uni02F5,
+uni02F4,
+uni02F7,
+uni02F6,
+uni02F1,
+uni02F0,
+uni02F3,
+uni02F2,
+dotmacroncomb.lc,
+fiveeighths,
+uni02FE,
+uni02FD,
+uni02FF,
+uni02FA,
+uni02FC,
+uni02FB,
+angstrom,
+macrongravecomb.lc,
+macronsubnosp,
+ringlefthalfsubnosp,
+Lsmallcap,
+squaresubnosp,
+Schwa,
+uni2B5B,
+uni2B5C,
+uni2B5A,
+uni2B5F,
+uni2B5D,
+uni2B5E,
+three.sup,
+oi,
+Tonetwo,
+two.sup,
+o_uni02DE,
+finalmem,
+Gsmallcap,
+Esh,
+zero.sup,
+acutedotcomb,
+dieresismacroncomb.lc,
+brevegravecomb,
+circumflexacutecomb,
+Rsmallcapinv,
+zerowidthjoiner,
+placeofinterestsign,
+ts,
+tonesix,
+twothirds,
+uni1F16B,
+pisymbolgreek,
+uni1F16A,
+dieresisgravecomb.lc,
+tonefive,
+tildedieresiscomb,
+tel,
+commasuprevnosp,
+hyphennobreak,
+archdblsubnosp,
+hsuper,
+deltaturn,
+published,
+wsuper,
+macronacutecomb.lc,
+oopen_uni02DE,
+four.frac,
+onedotleader,
+plussubnosp,
+largerighthook,
+romanthree,
+uni1DCF,
+uni1DCE,
+uni1DCD,
+uni1DCC,
+uni1DCB,
+uni1DCA,
+tildemacroncomb.lc,
+iota1,
+uni1DC9,
+uni1DC8,
+uni1DC7,
+uni1DC5,
+uni1DC3,
+uni1DC2,
+uni1DC1,
+uni1DC0,
+uniFE28,
+hooksubretronosp,
+circumflexhookcomb,
+primerev1,
+macrondieresiscomb.lc,
+romannine,
+epsilonclosed,
+uni1FBD,
+omegacyrillic,
+Omegacyrillic,
+yuslittlecyrillic,
+Yuslittlecyrillic,
+eiotifiedcyrillic,
+Eiotifiedcyrillic,
+yuslittleiotifiedcyrillic,
+Yuslittleiotifiedcyrillic,
+four.sup,
+hhooksuper,
+Yusbigiotifiedcyrillic,
+yusbigcyrillic,
+Yusbigcyrillic,
+ksicyrillic,
+Ksicyrillic,
+yusbigiotifiedcyrillic,
+brevetildecomb,
+tildeacutecomb.lc,
+nine.frac,
+uni0456.ccmp,
+romanthousand,
+macronsub,
+bullseye,
+dasiaoxia,
+dieresiscaroncomb.lc,
+ascriptturn,
+uni1DBF,
+glottalstopbarrev,
+cyrillichook,
+ezh,
+ezhcurl,
+uni1DE9,
+nine.sup,
+numeralgreek,
+Omegaroundcyrillic,
+omegaroundcyrillic,
+Omegatitlocyrillic,
+omegatitlocyrillic,
+Otcyrillic,
+otcyrillic,
+gcursive,
+uni035D,
+uni035A,
+quotedblreversed,
+Rturnsuper,
+uni1FCE,
+uni1FCF,
+upsilonlatin,
+uni1FC1,
+uni1FC0,
+dieresisacutecomb,
+ringhalfleftcentered,
+omegaclosed,
+uni1DE2,
+OI,
+xsupnosp,
+ascriptturn_uni02DE,
+sampi,
+epsilon1revclosed_uni02DE,
+eshshortrev,
+ounce,
+vscript,
+acuterightnosp,
+barmidlongnosp,
+tildevertsupnosp,
+dotmacroncomb,
+linevertdblnosp,
+uni03F3.ccmp,
+macrondieresiscomb,
+jhookdblbar,
+six.frac,
+seven.frac,
+overline,
+ascript,
+seven.sup,
+threeeighths,
+uni03CF,
+uni20DC,
+uni20DB,
+romansix,
+uni1FBF,
+uni1FBE,
+romaneight,
+zero.frac,
+charactertie,
+Stigma,
+epsilon1rev,
+Epsilon1,
+iotasubnosp,
+dieresisgravecomb,
+tildemacroncomb,
+pipedblbar,
+YR,
+kgreenlandic,
+uni2182,
+uni2180,
+uni2181,
+uni2186,
+uni2187,
+uni2184,
+uni2185,
+uni2188,
+uni0222,
+romanseven,
+romanhundred,
+uni1FEE,
+uni1FED,
+graveleftnosp,
+uniA7FF,
+uni2189,
+xsuper,
+tackleftsubnosp,
+eurocurrency,
+uni20E8,
+rho1,
+uni20E3,
+dblapostrophe,
+glottalstopbar,
+minussubnosp,
+rturnsuper,
+linevert,
+addresssubject,
+eight.frac,
+primetriplerev1,
+uni217F,
+uni217E,
+uni217D,
+uni217C,
+twelveroman,
+elevenroman,
+lambdabar,
+pipe,
+tenroman,
+nineroman,
+eightroman,
+sevenroman,
+fiveroman,
+fourroman,
+threeroman,
+tworoman,
+oneroman,
+circumflextildecomb,
+underscoredblnosp,
+ysuper,
+tackrightsubnosp,
+rsuper,
+Sampi,
+schwa,
+uni1DDA,
+koppacyrillic,
+Koppacyrillic,
+titlocyrilliccmb,
+thousandcyrillic,
+dasiapneumatacyrilliccmb,
+palatalizationcyrilliccmb,
+uni0487,
+psilipneumatacyrilliccmb,
+uni0489,
+uni0488,
+uni20F0,
+eshcurl,
+quotereversed,
+romanfive,
+tonetwo,
+uni1FDD,
+uni1FDE,
+uni1FDF,
+slashshortnosp,
+ezhtail,
+uni1DF0,
+uni1DF1,
+uni1DF2,
+uni1DF3,
+uni1DF4,
+uni1DF5,
+caronbelowcmb,
+acutesubnosp,
+romantwo,
+eight.sup,
+finalkaf,
+uni1DFC,
+uni1DFD,
+uni1DFE,
+uni1DFF,
+uni1FEF,
+dblprimemod,
+Ezhreversed,
+ezhreversed,
+Ezh,
+romanfifty,
+ringhalfright,
+Ismallcap,
+uptackmod,
+hyphendot,
+uniFE29,
+epsilon1revhook,
+uniFE20,
+uniFE21,
+uniFE22,
+uniFE23,
+uniFE24,
+uniFE25,
+uniFE26,
+uniFE27,
+lyogh,
+uniFE2A,
+uniFE2B,
+uniFE2C,
+uniFE2D,
+brevehookcomb,
+gammasuper,
+Nsmallcap,
+uni2098,
+uni2099,
+uni2090,
+uni2091,
+uni2092,
+uni2093,
+uni2094,
+uni2095,
+uni2096,
+uni2097,
+uni02B2.ccmp,
+bridgeinvsubnosp,
+uni209A,
+uni209B,
+uni209C,
+commaaccentrotate,
+esh,
+cyrillictic,
+uni1DEE,
+uni1DED,
+uni1DEF,
+uni1DEA,
+uni1DEC,
+uni1DEB,
+pipedbl,
+controlHT,
+uni1DE8,
+uni1DE5,
+uni1DE4,
+uni1DE7,
+uni1DE6,
+uni1DE1,
+uni1DE0,
+uni1DE3,
+controlSOT,
+uniA92E,
+commaabovecmb,
+commaaboverightcmb,
+hooksubpalatnosp,
+ezhcaron,
+Ezhcaron,
+tildeacutecomb,
+placeofinterestsign.specz.medium,
+uniE001,
+circleblack,
+circlewhite,
+diamondblack,
+diamondblack_x,
+diamondwhite,
+diamondwhite_x
+);
+type = glyphList;
+}
+);
+org.robofab.componentMapping = {
+};
+};
+UFOFormat = 3;
+};
+versionMajor = 2;
+versionMinor = 6;
+}
diff --git a/src/diacritics.txt b/src/diacritics.txt
deleted file mode 100644
index 07405c935..000000000
--- a/src/diacritics.txt
+++ /dev/null
@@ -1,918 +0,0 @@
-breve=cyrillicbreve
-space=nbspace
-D+crossbar:cross=Dcroat/30,0
-D+crossbar:cross=Eth/30,0
-h+crossbar:cross=hbar/30,0
-T+crossbar:cross=Tbar
-t+crossbar:cross=tbar
-A+grave:top=Agrave
-A+acute:top=Aacute
-A+circumflex:top=Acircumflex
-# A+tilde:top=Atilde
-# A+dieresis:top=Adieresis
-A+ring:top=Aring
-A+ringacute:top=Aringacute
-C+cedilla:bottom=Ccedilla
-E+grave:top=Egrave
-E+acute:top=Eacute
-E+circumflex:top=Ecircumflex
-E+dieresis:top=Edieresis
-I+grave:top=Igrave
-I+acute:top=Iacute
-I+circumflex:top=Icircumflex
-# I+dieresis:top=Idieresis
-N+tilde:top=Ntilde
-O+grave:top=Ograve
-O+acute:top=Oacute
-O+circumflex:top=Ocircumflex
-# O+tilde:top=Otilde
-# O+dieresis:top=Odieresis
-U+grave:top=Ugrave
-U+acute:top=Uacute
-U+circumflex:top=Ucircumflex
-U+dieresis:top=Udieresis
-Y+acute:top=Yacute
-a+grave:top=agrave
-a+acute:top=aacute
-a+circumflex:top=acircumflex
-# a+tilde:top=atilde
-# a+dieresis:top=adieresis
-a+ring:top=aring
-a+ringacute:top=aringacute
-c+cedilla:bottom=ccedilla
-e+grave:top=egrave
-e+acute:top=eacute
-e+circumflex:top=ecircumflex
-# e+dieresis:top=edieresis
-dotlessi+grave:top=igrave
-dotlessi+acute:top=iacute
-dotlessi+circumflex:top=icircumflex
-# dotlessi+dieresis:top=idieresis
-# n+tilde:top=ntilde
-o+grave:top=ograve
-o+acute:top=oacute
-o+circumflex:top=ocircumflex
-# o+tilde:top=otilde
-# o+dieresis:top=odieresis
-u+grave:top=ugrave
-u+acute:top=uacute
-u+circumflex:top=ucircumflex
-# u+dieresis:top=udieresis
-y+acute:top=yacute
-# y+dieresis:top=ydieresis
-A+macron:top=Amacron
-a+macron:top=amacron
-A+breve:top=Abreve
-a+breve:top=abreve
-A+ogonek:ogonek=Aogonek
-a+ogonek:ogonek=aogonek
-C+acute:top=Cacute
-c+acute:top=cacute
-C+circumflex:top=Ccircumflex
-c+circumflex:top=ccircumflex
-C+caron:top=Ccaron
-c+caron:top=ccaron
-D+caron:top=Dcaron
-d+commaaccent:caron=dcaron/0,150
-E+macron:top=Emacron
-e+macron:top=emacron
-E+breve:top=Ebreve
-e+breve:top=ebreve
-E+dotaccent:top=Edotaccent
-e+dotaccent:top=edotaccent
-E+ogonek:ogonek=Eogonek
-e+ogonek:ogonek=eogonek
-E+caron:top=Ecaron
-e+caron:top=ecaron
-G+circumflex:top=Gcircumflex
-g+circumflex:top=gcircumflex
-G+breve:top=Gbreve
-g+breve:top=gbreve
-G+commaaccent:bottom=Gcommaaccent
-g+commaaccentrotate:top=gcommaaccent
-H+circumflex:top=Hcircumflex
-h+circumflex:top=hcircumflex
-I+tilde:top=Itilde
-# dotlessi+tilde:top=itilde
-I+macron:top=Imacron
-dotlessi+macron:top=imacron
-I+breve:top=Ibreve
-dotlessi+breve:top=ibreve
-I+ogonek:bottom=Iogonek
-i+ogonek:ogonek=iogonek
-I+dotaccent:top=Idotaccent
-I_J=IJ
-i_j=ij
-J+circumflex:top=Jcircumflex
-dotlessj+circumflex:top=jcircumflex
-K+commaaccent:bottom=Kcommaaccent
-k+commaaccent:bottom=kcommaaccent
-L+acute:top=Lacute
-l+acute:top=lacute
-L+commaaccent:bottom=Lcommaaccent
-l+commaaccent:bottom=lcommaaccent
-L+commaaccent:caron=Lcaron
-l+commaaccent:caron=lcaron/0,150
-L+dotaccent:dot=Ldot
-l+dotaccent:dot=ldot/0,220
-N+acute:top=Nacute
-n+acute:top=nacute
-N+commaaccent:bottom=Ncommaaccent
-n+commaaccent:bottom=ncommaaccent
-N+caron:top=Ncaron
-n+caron:top=ncaron
-n+commaaccent:caron=napostrophe
-O+macron:top=Omacron
-o+macron:top=omacron
-O+breve:top=Obreve
-o+breve:top=obreve
-O+hungarumlaut:top=Ohungarumlaut
-o+hungarumlaut:top=ohungarumlaut
-R+acute:top=Racute
-r+acute:top=racute
-R+commaaccent:bottom=Rcommaaccent
-r+commaaccent:bottom=rcommaaccent
-R+caron:top=Rcaron
-r+caron:top=rcaron
-S+acute:top=Sacute
-s+acute:top=sacute
-S+circumflex:top=Scircumflex
-s+circumflex:top=scircumflex
-S+cedilla:bottom=Scedilla
-s+cedilla:bottom=scedilla
-S+caron:top=Scaron
-s+caron:top=scaron
-T+commaaccent:bottom=uni021A
-t+commaaccent:bottom=uni021B
-T+caron:top=Tcaron
-t+commaaccent:caron=tcaron/0,40
-U+tilde:top=Utilde
-# u+tilde:top=utilde
-U+macron:top=Umacron
-u+macron:top=umacron
-U+breve:top=Ubreve
-u+breve:top=ubreve
-U+ring:top=Uring
-u+ring:top=uring
-U+hungarumlaut:top=Uhungarumlaut
-u+hungarumlaut:top=uhungarumlaut
-U+ogonek:ogonek=Uogonek
-u+ogonek:ogonek=uogonek
-W+circumflex:top=Wcircumflex
-w+circumflex:top=wcircumflex
-Y+circumflex:top=Ycircumflex
-y+circumflex:top=ycircumflex
-Y+dieresis:top=Ydieresis
-Z+acute:top=Zacute
-z+acute:top=zacute
-Z+dotaccent:top=Zdotaccent
-z+dotaccent:top=zdotaccent
-Z+caron:top=Zcaron
-z+caron:top=zcaron
-AE+acute:top=AEacute
-ae+acute:top=aeacute
-Oslash+acute:top=Oslashacute
-oslash+acute:top=oslashacute
-A+tonos:tonos=Alphatonos
-E+tonos:tonos=Epsilontonos/100,0
-H+tonos:tonos=Etatonos/100,0
-I+tonos:tonos=Iotatonos/100,0
-O+tonos:tonos=Omicrontonos/20,0
-Y+tonos:tonos=Upsilontonos/100,0
-Omega+tonos:tonos=Omegatonos/20,0
-iota+dieresistonos:top=iotadieresistonos
-A=Alpha
-B=Beta
-E=Epsilon
-Z=Zeta
-H=Eta
-I=Iota
-K=Kappa
-M=Mu
-N=Nu
-O=Omicron
-P=Rho
-T=Tau
-Y=Upsilon
-X=Chi
-I+dieresis:top=Iotadieresis
-Y+dieresis:top=Upsilondieresis
-alpha+tonos:top=alphatonos
-epsilon+tonos:top=epsilontonos
-eta+tonos:top=etatonos
-iota+tonos:top=iotatonos
-upsilon+dieresistonos:top=upsilondieresistonos
-kgreenlandic=kappa
-o=omicron
-v=nu
-iota+dieresis:top=iotadieresis
-upsilon+dieresis:top=upsilondieresis
-o+tonos:top=omicrontonos
-upsilon+tonos:top=upsilontonos
-omega+tonos:top=omegatonos
-# Phi=afii10038
-W+grave:top=Wgrave
-w+grave:top=wgrave
-W+acute:top=Wacute
-w+acute:top=wacute
-W+dieresis:top=Wdieresis
-# w+dieresis:top=wdieresis
-Y+grave:top=Ygrave
-y+grave:top=ygrave
-quotesingle=minute
-quotedbl=second
-exclam_exclam=exclamdbl
-E+grave:top=uni0400
-afii10026+grave:top=uni040D
-e+grave:top=uni0450
-iicyrillic+grave:top=uni045D
-I=uni04CF
-afii10147=Obar
-afii10047+dieresis:top=uni04EC
-ereversedcyrillic+dieresis:top=uni04ED
-Gamma+cyrillictic:right=uni04F6
-gecyrillic+cyrillictic:right=uni04F7
-# softsigncyrillic+crossbar:cross=uni048D
-afii10046+crossbar:cross=uni048C
-# softsigncyrillic+crossbar:cross=yatcyrillic
-X+crossbar:cross=uni04FE
-x+crossbar:cross=uni04FF
-F+crossbar:cross=franc
-L_J=LJ
-L_j=Lj
-l_j=lj
-N_J=NJ
-N_j=Nj
-n_j=nj
-A+caron:top=Acaron
-a+caron:top=acaron
-I+caron:top=Icaron
-dotlessi+caron:top=icaron
-O+caron:top=Ocaron
-o+caron:top=ocaron
-U+caron:top=Ucaron
-u+caron:top=ucaron
-schwa=eturn
-AE+macron:top=AEmacron
-ae+macron:top=aemacron
-G+caron:top=Gcaron
-g+caron:top=gcaron
-K+caron:top=Kcaron
-k+caron:top=kcaron
-O+ogonek:bottom=Oogonek
-o+ogonek:bottom=oogonek
-G+acute:top=Gacute
-g+acute:top=gacute
-N+grave:top=uni01F8
-n+grave:top=uni01F9
-H+caron:top=uni021E
-h+caron:top=uni021F
-A+dotaccent:top=uni0226
-a+dotaccent:top=uni0227
-E+cedilla:bottom=uni0228
-e+cedilla:bottom=uni0229
-O+dieresismacroncomb:top=uni022A
-o+dieresismacroncomb.lc:top=uni022B
-O+tildemacroncomb:top=uni022C
-o+tildemacroncomb.lc:top=uni022D
-O+dotaccent:top=uni022E
-o+dotaccent:top=uni022F
-O+dotmacroncomb:top=uni0230
-o+dotmacroncomb.lc:top=uni0231
-Y+macron:top=uni0232
-y+macron:top=uni0233
-fitacyrillic=obar
-vecyrillic=uni0299
-encyrillic=uni029C
-J=uni037F
-afii10147=uni03F4
-Thorn=uni03F7
-thorn=uni03F8
-C=uni03F9
-M=uni03FA
-# I+tildesubnosp:bottom=Itildebelow
-# i+tildesubnosp:bottom=itildebelow
-# I+dieresisacutecomb:top=Idieresisacute
-# dotlessi+dieresisacutecomb.lc:top=idieresisacute
-# longs+dotaccent:top=slongdotaccent
-alpha+uni1FBD:top=uni1F00
-alpha+uni1FFE:top=uni1F01
-alpha+uni1FCD:top=uni1F02
-alpha+uni1FDD:top=uni1F03
-alpha+uni1FCE:top=uni1F04
-alpha+uni1FDE:top=uni1F05
-alpha+uni1FCF:top=uni1F06
-alpha+uni1FDF:top=uni1F07
-A+uni1FBD:tonos=uni1F08
-A+uni1FFE:tonos=uni1F09
-A+uni1FCD:tonos=uni1F0A
-A+uni1FDD:tonos=uni1F0B
-A+uni1FCE:tonos=uni1F0C
-A+uni1FDE:tonos=uni1F0D
-A+uni1FCF:tonos=uni1F0E
-A+uni1FDF:tonos=uni1F0F
-epsilon+uni1FBD:top=uni1F10
-epsilon+uni1FFE:top=uni1F11
-epsilon+uni1FCD:top=uni1F12
-epsilon+uni1FDD:top=uni1F13
-epsilon+uni1FCE:top=uni1F14
-epsilon+uni1FDE:top=uni1F15
-E+uni1FBD:tonos=uni1F18/100,0
-E+uni1FFE:tonos=uni1F19/100,0
-E+uni1FCD:tonos=uni1F1A/150,0
-E+uni1FDD:tonos=uni1F1B/150,0
-E+uni1FCE:tonos=uni1F1C/150,0
-E+uni1FDE:tonos=uni1F1D/150,0
-eta+uni1FBD:top=uni1F20
-eta+uni1FFE:top=uni1F21
-eta+uni1FCD:top=uni1F22
-eta+uni1FDD:top=uni1F23
-eta+uni1FCE:top=uni1F24
-eta+uni1FDE:top=uni1F25
-eta+uni1FCF:top=uni1F26
-eta+uni1FDF:top=uni1F27
-H+uni1FBD:tonos=uni1F28/100,0
-H+uni1FFE:tonos=uni1F29/100,0
-H+uni1FCD:tonos=uni1F2A/150,0
-H+uni1FDD:tonos=uni1F2B/150,0
-H+uni1FCE:tonos=uni1F2C/150,0
-H+uni1FDE:tonos=uni1F2D/150,0
-H+uni1FCF:tonos=uni1F2E/150,0
-H+uni1FDF:tonos=uni1F2F/150,0
-iota+uni1FBD:top=uni1F30
-iota+uni1FFE:top=uni1F31
-iota+uni1FCD:top=uni1F32
-iota+uni1FDD:top=uni1F33
-iota+uni1FCE:top=uni1F34
-iota+uni1FDE:top=uni1F35
-iota+uni1FCF:top=uni1F36
-iota+uni1FDF:top=uni1F37
-I+uni1FBD:tonos=uni1F38/100,0
-I+uni1FFE:tonos=uni1F39/100,0
-I+uni1FCD:tonos=uni1F3A/150,0
-I+uni1FDD:tonos=uni1F3B/150,0
-I+uni1FCE:tonos=uni1F3C/150,0
-I+uni1FDE:tonos=uni1F3D/150,0
-I+uni1FCF:tonos=uni1F3E/150,0
-I+uni1FDF:tonos=uni1F3F/150,0
-o+uni1FBD:top=uni1F40
-o+uni1FFE:top=uni1F41
-o+uni1FCD:top=uni1F42
-o+uni1FDD:top=uni1F43
-o+uni1FCE:top=uni1F44
-o+uni1FDE:top=uni1F45
-O+uni1FBD:tonos=uni1F48/20,0
-O+uni1FFE:tonos=uni1F49/20,0
-O+uni1FCD:tonos=uni1F4A/70,0
-O+uni1FDD:tonos=uni1F4B/70,0
-O+uni1FCE:tonos=uni1F4C/70,0
-O+uni1FDE:tonos=uni1F4D/70,0
-upsilon+uni1FBD:top=uni1F50
-upsilon+uni1FFE:top=uni1F51
-upsilon+uni1FCD:top=uni1F52
-upsilon+uni1FDD:top=uni1F53
-upsilon+uni1FCE:top=uni1F54
-upsilon+uni1FDE:top=uni1F55
-upsilon+uni1FCF:top=uni1F56
-upsilon+uni1FDF:top=uni1F57
-Y+uni1FFE:tonos=uni1F59/100,0
-Y+uni1FDD:tonos=uni1F5B/200,0
-Y+uni1FDE:tonos=uni1F5D/200,0
-Y+uni1FDF:tonos=uni1F5F/200,0
-omega+uni1FBD:top=uni1F60
-omega+uni1FFE:top=uni1F61
-omega+uni1FCD:top=uni1F62
-omega+uni1FDD:top=uni1F63
-omega+uni1FCE:top=uni1F64
-omega+uni1FDE:top=uni1F65
-omega+uni1FCF:top=uni1F66
-omega+uni1FDF:top=uni1F67
-Omega+uni1FBD:tonos=uni1F68/20,0
-Omega+uni1FFE:tonos=uni1F69/20,0
-Omega+uni1FCD:tonos=uni1F6A/70,0
-Omega+uni1FDD:tonos=uni1F6B/70,0
-Omega+uni1FCE:tonos=uni1F6C/70,0
-Omega+uni1FDE:tonos=uni1F6D/70,0
-Omega+uni1FCF:tonos=uni1F6E/70,0
-Omega+uni1FDF:tonos=uni1F6F/70,0
-alpha+uni1FEF:top=uni1F70
-alpha+uni1FFD:top=uni1F71
-epsilon+uni1FEF:top=uni1F72
-epsilon+uni1FFD:top=uni1F73
-eta+uni1FEF:top=uni1F74
-eta+uni1FFD:top=uni1F75
-iota+uni1FEF:top=uni1F76
-iota+uni1FFD:top=uni1F77
-o+uni1FEF:top=uni1F78
-o+uni1FFD:top=uni1F79
-upsilon+uni1FEF:top=uni1F7A
-upsilon+uni1FFD:top=uni1F7B
-omega+uni1FEF:top=uni1F7C
-omega+uni1FFD:top=uni1F7D
-alpha+uni1FBE:bottom+uni1FBD:top=uni1F80
-alpha+uni1FBE:bottom+uni1FFE:top=uni1F81
-alpha+uni1FBE:bottom+uni1FCD:top=uni1F82
-alpha+uni1FBE:bottom+uni1FDD:top=uni1F83
-alpha+uni1FBE:bottom+uni1FCE:top=uni1F84
-alpha+uni1FBE:bottom+uni1FDE:top=uni1F85
-alpha+uni1FBE:bottom+uni1FCF:top=uni1F86
-alpha+uni1FBE:bottom+uni1FDF:top=uni1F87
-A+uni1FBE:bottom+uni1FBD:tonos=uni1F88
-A+uni1FBE:bottom+uni1FFE:tonos=uni1F89
-A+uni1FBE:bottom+uni1FCD:tonos=uni1F8A
-A+uni1FBE:bottom+uni1FDD:tonos=uni1F8B
-A+uni1FBE:bottom+uni1FCE:tonos=uni1F8C
-A+uni1FBE:bottom+uni1FDE:tonos=uni1F8D
-A+uni1FBE:bottom+uni1FCF:tonos=uni1F8E
-A+uni1FBE:bottom+uni1FDF:tonos=uni1F8F
-eta+uni1FBE:bottom+uni1FBD:top=uni1F90
-eta+uni1FBE:bottom+uni1FFE:top=uni1F91
-eta+uni1FBE:bottom+uni1FCD:top=uni1F92
-eta+uni1FBE:bottom+uni1FDD:top=uni1F93
-eta+uni1FBE:bottom+uni1FCE:top=uni1F94
-eta+uni1FBE:bottom+uni1FDE:top=uni1F95
-eta+uni1FBE:bottom+uni1FCF:top=uni1F96
-eta+uni1FBE:bottom+uni1FDF:top=uni1F97
-H+uni1FBE:bottom+uni1FBD:tonos=uni1F98/100,0
-H+uni1FBE:bottom+uni1FFE:tonos=uni1F99/100,0
-H+uni1FBE:bottom+uni1FCD:tonos=uni1F9A/150,0
-H+uni1FBE:bottom+uni1FDD:tonos=uni1F9B/150,0
-H+uni1FBE:bottom+uni1FCE:tonos=uni1F9C/150,0
-H+uni1FBE:bottom+uni1FDE:tonos=uni1F9D/150,0
-H+uni1FBE:bottom+uni1FCF:tonos=uni1F9E/150,0
-H+uni1FBE:bottom+uni1FDF:tonos=uni1F9F/150,0
-omega+uni1FBE:bottom+uni1FBD:top=uni1FA0
-omega+uni1FBE:bottom+uni1FFE:top=uni1FA1
-omega+uni1FBE:bottom+uni1FCD:top=uni1FA2
-omega+uni1FBE:bottom+uni1FDD:top=uni1FA3
-omega+uni1FBE:bottom+uni1FCE:top=uni1FA4
-omega+uni1FBE:bottom+uni1FDE:top=uni1FA5
-omega+uni1FBE:bottom+uni1FCF:top=uni1FA6
-omega+uni1FBE:bottom+uni1FDF:top=uni1FA7
-Omega+uni1FBE:bottom+uni1FBD:tonos=uni1FA8/20,0
-Omega+uni1FBE:bottom+uni1FFE:tonos=uni1FA9/20,0
-Omega+uni1FBE:bottom+uni1FCD:tonos=uni1FAA/70,0
-Omega+uni1FBE:bottom+uni1FDD:tonos=uni1FAB/70,0
-Omega+uni1FBE:bottom+uni1FCE:tonos=uni1FAC/70,0
-Omega+uni1FBE:bottom+uni1FDE:tonos=uni1FAD/70,0
-Omega+uni1FBE:bottom+uni1FCF:tonos=uni1FAE/70,0
-Omega+uni1FBE:bottom+uni1FDF:tonos=uni1FAF/70,0
-alpha+breve:top=uni1FB0
-alpha+macron:top=uni1FB1
-alpha+uni1FBE:bottom+uni1FEF:top=uni1FB2
-alpha+uni1FBE:bottom=uni1FB3
-alpha+uni1FBE:bottom+uni1FFD:top=uni1FB4
-alpha+uni1FC0:top=uni1FB6
-alpha+uni1FBE:bottom+uni1FC0:top=uni1FB7
-A+breve:top=uni1FB8
-A+macron:top=uni1FB9
-A+uni1FEF:tonos=uni1FBA
-A+uni1FFD:tonos=uni1FBB
-A+uni1FBE:bottom=uni1FBC
-eta+uni1FBE:bottom+uni1FEF:top=uni1FC2
-eta+uni1FBE:bottom=uni1FC3
-eta+uni1FBE:bottom+uni1FFD:top=uni1FC4
-eta+uni1FC0:top=uni1FC6
-eta+uni1FBE:bottom+uni1FC0:top=uni1FC7
-E+uni1FEF:tonos=uni1FC8/100,0
-E+uni1FFD:tonos=uni1FC9/100,0
-H+uni1FEF:tonos=uni1FCA/100,0
-H+uni1FFD:tonos=uni1FCB/100,0
-H+uni1FBE:bottom=uni1FCC
-iota+breve:top=uni1FD0
-iota+macron:top=uni1FD1
-iota+uni1FED:top=uni1FD2
-iota+uni1FEE:top=uni1FD3
-iota+uni1FC0:top=uni1FD6
-iota+uni1FC1:top=uni1FD7
-I+breve:top=uni1FD8
-I+macron:top=uni1FD9
-I+uni1FEF:top=uni1FDA
-I+uni1FFD:top=uni1FDB
-upsilon+breve:top=uni1FE0
-upsilon+macron:top=uni1FE1
-upsilon+uni1FED:top=uni1FE2
-upsilon+uni1FEE:top=uni1FE3
-rho+uni1FBD:top=uni1FE4
-rho+uni1FFE:top=uni1FE5
-upsilon+uni1FC0:top=uni1FE6
-upsilon+uni1FC1:top=uni1FE7
-Y+breve:top=uni1FE8
-Y+macron:top=uni1FE9
-Y+uni1FEF:tonos=uni1FEA/100,0
-Y+uni1FFD:tonos=uni1FEB/100,0
-P+uni1FFE:tonos=uni1FEC/100,0
-omega+uni1FBE:bottom+uni1FEF:top=uni1FF2
-omega+uni1FBE:bottom=uni1FF3
-omega+uni1FBE:bottom+uni1FFD:top=uni1FF4
-omega+uni1FC0:top=uni1FF6
-omega+uni1FBE:bottom+uni1FC0:top=uni1FF7
-O+uni1FEF:tonos=uni1FF8/20,0
-O+uni1FFD:tonos=uni1FF9/20,0
-Omega+uni1FEF:tonos=uni1FFA/20,0
-Omega+uni1FFD:tonos=uni1FFB/20,0
-Omega+uni1FBE:bottom=uni1FFC
-space=uni202F
-question_question=uni2047
-question_exclam=uni2048
-exclam_question=uni2049
-space=uni205F
-A+ogonek:bottom=Aogonek.NAV
-a+ogonek:bottom=aogonek.NAV
-E+ogonek:bottom=Eogonek.NAV
-e+ogonek:bottom=eogonek.NAV
-O+ogonek:bottom=Oogonek.NAV
-o+ogonek:bottom=oogonek.NAV
-dotlessi+tildesubnosp:bottom=uni1E2D.ccmp
-dotlessi+dotbelow:bottom=uni1ECB.ccmp
-hyphen=softhyphen
-C+dotaccent:top=Cdotaccent
-c+dotaccent:top=cdotaccent
-G+dotaccent:top=Gdotaccent
-g+dotaccent:top=gdotaccent
-S+commaaccent:bottom=Scommaaccent
-s+commaaccent:bottom=scommaaccent
-T+cedilla:bottom=Tcommaaccent
-t+cedilla:bottom=tcommaaccent
-mu=mugreek
-E+dieresis:top=afii10023
-Gamma+acute:top=afii10052
-S=afii10054
-I=afii10055
-I+dieresis:top=afii10056
-J=afii10057
-K+acute:top=afii10061
-afii10037+breve:top=afii10062
-A=afii10017
-B=afii10019
-Gamma=afii10020
-E=afii10022
-afii10026+breve:top=afii10027
-M=afii10030
-H=afii10031
-O=afii10032
-Pi=afii10033
-P=afii10034
-C=afii10035
-T=afii10036
-X=afii10039
-a=afii10065
-e=iecyrillic
-iicyrillic+breve:top=iishortcyrillic
-o=ocyrillic
-p=ercyrillic
-c=escyrillic
-y=ucyrillic
-x=khacyrillic
-e+dieresis:top=iocyrillic
-gecyrillic+acute:top=gjecyrillic
-s=dzecyrillic
-i=icyrillic
-dotlessi+dieresis:top=yicyrillic
-j=jecyrillic
-kacyrillic+acute:top=kjecyrillic
-y+breve:top=ushortcyrillic
-dotlessj+caron:top=jcaron
-quoteright=apostrophemod
-M+acute:top=Macute
-m+acute:top=macute
-A+uni02F3:bottom=Aringbelow
-a+uni02F3:bottom=aringbelow
-Psi=Psicyrillic
-psi=psicyrillic
-afii10148+dblgravecmb:top=Izhitsadblgravecyrillic
-izhitsacyrillic+dblgravecmb:top=izhitsadblgravecyrillic
-o_y=ukcyrillic
-O_y=Ukcyrillic
-afii10025+cyrillictic:bottom=Zedescendercyrillic
-zecyrillic+cyrillictic:bottom=zedescendercyrillic
-C+cyrillictic:bottom=Esdescendercyrillic
-c+cyrillictic:bottom=esdescendercyrillic
-Y=Ustraightcyrillic
-gamma=ustraightcyrillic
-I=palochkacyrillic
-afii10024+breve:top=Zhebrevecyrillic
-zhecyrillic+breve:top=zhebrevecyrillic
-A+breve:top=Abrevecyrillic
-a+breve:top=abrevecyrillic
-A+dieresis:top=Adieresiscyrillic
-a+dieresis:top=adieresiscyrillic
-AE=Aiecyrillic
-ae=aiecyrillic
-E+breve:top=Iebrevecyrillic
-e+breve:top=iebrevecyrillic
-Schwacyrillic+dieresis:top=Schwadieresiscyrillic
-schwa=schwacyrillic
-schwa+dieresis:top=schwadieresiscyrillic
-afii10024+dieresis:top=Zhedieresiscyrillic
-zhecyrillic+dieresis:top=zhedieresiscyrillic
-afii10025+dieresis:top=Zedieresiscyrillic
-zecyrillic+dieresis:top=zedieresiscyrillic
-afii10026+macron:top=Imacroncyrillic
-iicyrillic+macron:top=imacroncyrillic
-afii10026+dieresis:top=Idieresiscyrillic
-iicyrillic+dieresis:top=idieresiscyrillic
-O+dieresis:top=Odieresiscyrillic
-o+dieresis:top=odieresiscyrillic
-afii10147=Obarredcyrillic
-fitacyrillic=obarredcyrillic
-afii10147+dieresis:top=Obarreddieresiscyrillic
-fitacyrillic+dieresis:top=obarreddieresiscyrillic
-afii10037+macron:top=Umacroncyrillic
-y+macron:top=umacroncyrillic
-afii10037+dieresis:top=Udieresiscyrillic
-y+dieresis:top=udieresiscyrillic
-afii10037+hungarumlaut:top=Uhungarumlautcyrillic
-y+hungarumlaut:top=uhungarumlautcyrillic
-afii10041+dieresis:top=Chedieresiscyrillic
-checyrillic+dieresis:top=chedieresiscyrillic
-afii10045+dieresis:top=Yerudieresiscyrillic
-yericyrillic+dieresis:top=yerudieresiscyrillic
-A+dotbelow:bottom=Adotbelow
-a+dotbelow:bottom=adotbelow
-A+hook:top=Ahookabove
-a+hook:top=ahookabove
-A+circumflexacutecomb:top=Acircumflexacute
-a+circumflexacutecomb:top=acircumflexacute
-A+circumflexgravecomb:top=Acircumflexgrave
-a+circumflexgravecomb:top=acircumflexgrave
-A+circumflexhookcomb:top=Acircumflexhookabove
-a+circumflexhookcomb:top=acircumflexhookabove
-A+circumflextildecomb:top=Acircumflextilde
-a+circumflextildecomb:top=acircumflextilde
-A+circumflex:top+dotbelow:bottom=Acircumflexdotbelow
-a+circumflex:top+dotbelow:bottom=acircumflexdotbelow
-A+breveacutecomb:top=Abreveacute
-a+breveacutecomb:top=abreveacute
-A+brevegravecomb:top=Abrevegrave
-a+brevegravecomb:top=abrevegrave
-A+brevehookcomb:top=Abrevehookabove
-a+brevehookcomb:top=abrevehookabove
-A+brevetildecomb:top=Abrevetilde
-a+brevetildecomb:top=abrevetilde
-A+breve:top+dotbelow:bottom=Abrevedotbelow
-a+breve:top+dotbelow:bottom=abrevedotbelow
-E+dotbelow:bottom=Edotbelow
-e+dotbelow:bottom=edotbelow
-E+hook:top=Ehookabove
-e+hook:top=ehookabove
-E+tilde:top=Etilde
-e+tilde:top=etilde
-E+circumflexacutecomb:top=Ecircumflexacute
-e+circumflexacutecomb:top=ecircumflexacute
-E+circumflexgravecomb:top=Ecircumflexgrave
-e+circumflexgravecomb:top=ecircumflexgrave
-E+circumflexhookcomb:top=Ecircumflexhookabove
-e+circumflexhookcomb:top=ecircumflexhookabove
-E+circumflextildecomb:top=Ecircumflextilde
-e+circumflextildecomb:top=ecircumflextilde
-E+circumflex:top+dotbelow:bottom=Ecircumflexdotbelow
-e+circumflex:top+dotbelow:bottom=ecircumflexdotbelow
-I+hook:top=Ihookabove
-dotlessi+hook:top=ihookabove
-I+dotbelow:bottom=Idotbelow
-i+dotbelow:bottom=idotbelow
-O+dotbelow:bottom=Odotbelow
-o+dotbelow:bottom=odotbelow
-O+hook:top=Ohookabove
-o+hook:top=ohookabove
-O+circumflexacutecomb:top=Ocircumflexacute
-o+circumflexacutecomb:top=ocircumflexacute
-O+circumflexgravecomb:top=Ocircumflexgrave
-o+circumflexgravecomb:top=ocircumflexgrave
-O+circumflexhookcomb:top=Ocircumflexhookabove
-o+circumflexhookcomb:top=ocircumflexhookabove
-O+circumflextildecomb:top=Ocircumflextilde
-o+circumflextildecomb:top=ocircumflextilde
-O+circumflex:top+dotbelow:bottom=Ocircumflexdotbelow
-o+circumflex:top+dotbelow:bottom=ocircumflexdotbelow
-Ohorn+acute:top=Ohornacute
-ohorn+acute:top=ohornacute
-Ohorn+grave:top=Ohorngrave
-ohorn+grave:top=ohorngrave
-Ohorn+hook:top=Ohornhookabove
-ohorn+hook:top=ohornhookabove
-Ohorn+tilde:top=Ohorntilde
-ohorn+tilde:top=ohorntilde
-Ohorn+dotbelow:bottom=Ohorndotbelow
-ohorn+dotbelow:bottom=ohorndotbelow
-U+dotbelow:bottom=Udotbelow
-u+dotbelow:bottomu=udotbelow
-U+hook:top=Uhookabove
-u+hook:top=uhookabove
-Uhorn+acute:top=Uhornacute
-uhorn+acute:top=uhornacute
-Uhorn+grave:top=Uhorngrave
-uhorn+grave:top=uhorngrave
-Uhorn+hook:top=Uhornhookabove
-uhorn+hook:top=uhornhookabove
-Uhorn+tilde:top=Uhorntilde
-uhorn+tilde:top=uhorntilde
-Uhorn+dotbelow:bottom=Uhorndotbelow
-uhorn+dotbelow:bottom=uhorndotbelow
-Y+dotbelow:bottom=Ydotbelow
-y+dotbelow:bottom=ydotbelow
-Y+hook:top=Yhookabove
-y+hook:top=yhookabove
-Y+tilde:top=Ytilde
-y+tilde:top=ytilde
-d+crossbar:cross+underscore:bottom=dong/0,30
-T+cyrillictic:right=Tedescendercyrillic
-tecyrillic+cyrillictic:right=tedescendercyrillic
-afii10041+cyrillictic:left=Chekhakassiancyrillic
-checyrillic+cyrillictic:left=chekhakassiancyrillic
-Cheabkhasiancyrillic+cyrillictic:bottom=Chedescenderabkhasiancyrillic
-cheabkhasiancyrillic+cyrillictic:bottom=chedescenderabkhasiancyrillic
-h=shhacyrillic
-afii10046+crossbar:cross=afii10146
-Gamma+crossbar:cross=Ghestrokecyrillic
-gecyrillic+crossbar:cross=ghestrokecyrillic
-Y+crossbar:cross=Ustraightstrokecyrillic
-gamma+crossbar:cross=ustraightstrokecyrillic
-emdash=horizontalbar
-uni1FBE=ypogegrammeni
-eta=nlegrightlong
-U+dieresismacroncomb:top=Udieresismacron
-u+dieresismacroncomb.lc:top=udieresismacron
-U+dieresisacutecomb:top=Udieresisacute
-u+dieresisacutecomb.lc:top=udieresisacute
-U+dieresiscaroncomb:top=Udieresiscaron
-u+dieresiscaroncomb.lc:top=udieresiscaron
-U+dieresisgravecomb:top=Udieresisgrave
-u+dieresisgravecomb.lc:top=udieresisgrave
-A+dieresismacroncomb:top=Adieresismacron
-a+dieresismacroncomb.lc:top=adieresismacron
-A+dotmacroncomb:top=Adotmacron
-a+dotmacroncomb.lc:top=adotmacron
-O+ogonek:bottom+macron:top=Oogonekmacron
-o+ogonek:bottom+macron:top=oogonekmacron
-D_Z=DZ
-D_z=Dz
-# d_z=dz
-A+dblgravecmb:top=Adblgrave
-a+dblgravecmb:top=adblgrave
-A+breveinvnosp:top=Ainvertedbreve
-a+breveinvnosp:top=ainvertedbreve
-E+dblgravecmb:top=Edblgrave
-e+dblgravecmb:top=edblgrave
-E+breveinvnosp:top=Einvertedbreve
-e+breveinvnosp:top=einvertedbreve
-I+dblgravecmb:top=Idblgrave
-dotlessi+dblgravecmb:top=idblgrave
-I+breveinvnosp:top=Iinvertedbreve
-dotlessi+breveinvnosp:top=iinvertedbreve
-O+dblgravecmb:top=Odblgrave
-o+dblgravecmb:top=odblgrave
-O+breveinvnosp:top=Oinvertedbreve
-o+breveinvnosp:top=oinvertedbreve
-R+dblgravecmb:top=Rdblgrave
-r+dblgravecmb:top=rdblgrave
-R+breveinvnosp:top=Rinvertedbreve
-r+breveinvnosp:top=rinvertedbreve
-U+dblgravecmb:top=Udblgrave
-u+dblgravecmb:top=udblgrave
-U+breveinvnosp:top=Uinvertedbreve
-u+breveinvnosp:top=uinvertedbreve
-Upsilonhooksymbol+tonos:tonos=Upsilonacutehooksymbolgreek/100,0
-Upsilonhooksymbol+dieresis:top=Upsilondieresishooksymbolgreek
-c=sigmalunatesymbolgreek
-j=yotgreek
-B+dotaccent:top=Bdotaccent
-b+dotaccent:top=bdotaccent
-B+dotbelow:bottom=Bdotbelow
-b+dotbelow:bottom=bdotbelow
-B+macronsubnosp:bottom=Blinebelow
-b+macronsubnosp:bottom=blinebelow
-C+cedilla:bottom+acute:top=Ccedillaacute
-c+cedilla:bottom+acute:top=ccedillaacute
-D+dotaccent:top=Ddotaccent
-d+dotaccent:top=ddotaccent
-D+dotbelow:bottom=Ddotbelow
-d+dotbelow:bottom=ddotbelow
-D+macronsubnosp:bottom=Dlinebelow
-d+macronsubnosp:bottom=dlinebelow
-D+commaaccent:bottom=Dcedilla
-d+commaaccent:bottom=dcedilla
-D+circumflexsubnosp:bottom=Dcircumflexbelow
-d+circumflexsubnosp:bottom=dcircumflexbelow
-E+macrongravecomb:top=Emacrongrave
-e+macrongravecomb.lc:top=emacrongrave
-E+macronacutecomb:top=Emacronacute
-e+macronacutecomb.lc:top=emacronacute
-E+circumflexsubnosp:bottom=Ecircumflexbelow
-e+circumflexsubnosp:bottom=ecircumflexbelow
-E+tildesubnosp:bottom=Etildebelow
-e+tildesubnosp:bottom=etildebelow
-E+cedilla:bottom+breve:top=Ecedillabreve
-e+cedilla:bottom+breve:top=ecedillabreve
-F+dotaccent:top=Fdotaccent
-f+dotaccent:top=fdotaccent
-G+macron:top=Gmacron
-g+macron:top=gmacron
-H+dotaccent:top=Hdotaccent
-h+dotaccent:top=hdotaccent
-H+dotbelow:bottom=Hdotbelow
-h+dotbelow:bottom=hdotbelow
-H+dieresis:top=Hdieresis
-h+dieresis:top=hdieresis
-H+brevesubnosp:bottom=Hbrevebelow
-h+brevesubnosp:bottom=hbrevebelow
-K+acute:top=Kacute
-k+acute:top=kacute
-K+dotbelow:bottom=Kdotbelow
-k+dotbelow:bottom=kdotbelow
-K+macronsubnosp:bottom=Klinebelow
-k+macronsubnosp:bottom=klinebelow
-L+dotbelow:bottom=Ldotbelow
-l+dotbelow:bottom=ldotbelow
-L+dotbelow:bottom+macron:top=Ldotbelowmacron
-l+dotbelow:bottom+macron:top=ldotbelowmacron
-L+macronsubnosp:bottom=Llinebelow
-l+macronsubnosp:bottom=llinebelow
-L+circumflexsubnosp:bottom=Lcircumflexbelow
-l+circumflexsubnosp:bottom=lcircumflexbelow
-M+dotaccent:top=Mdotaccent
-m+dotaccent:top=mdotaccent
-M+dotbelow:bottom=Mdotbelow
-m+dotbelow:bottom=mdotbelow
-N+dotaccent:top=Ndotaccent
-n+dotaccent:top=ndotaccent
-N+dotbelow:bottom=Ndotbelow
-n+dotbelow:bottom=ndotbelow
-N+macronsubnosp:bottom=Nlinebelow
-n+macronsubnosp:bottom=nlinebelow
-N+circumflexsubnosp:bottom=Ncircumflexbelow
-n+circumflexsubnosp:bottom=ncircumflexbelow
-O+tildeacutecomb:top=Otildeacute
-o+tildeacutecomb.lc:top=otildeacute
-O+tildedieresiscomb:top=Otildedieresis
-o+tildedieresiscomb.lc:top=otildedieresis
-O+macrongravecomb:top=Omacrongrave
-o+macrongravecomb.lc:top=omacrongrave
-O+macronacutecomb:top=Omacronacute
-o+macronacutecomb.lc:top=omacronacute
-P+acute:top=Pacute
-p+acute:top=pacute
-P+dotaccent:top=Pdotaccent
-p+dotaccent:top=pdotaccent
-R+dotaccent:top=Rdotaccent
-r+dotaccent:top=rdotaccent
-R+dotbelow:bottom=Rdotbelow
-r+dotbelow:bottom=rdotbelow
-R+dotbelow:bottom+macron:top=Rdotbelowmacron
-r+dotbelow:bottom+macron:top=rdotbelowmacron
-R+macronsubnosp:bottom=Rlinebelow
-r+macronsubnosp:bottom=rlinebelow
-S+dotaccent:top=Sdotaccent
-s+dotaccent:top=sdotaccent
-S+dotbelow:bottom=Sdotbelow
-s+dotbelow:bottom=sdotbelow
-S+acutedotcomb:top=Sacutedotaccent
-s+acutedotcomb.lc:top=sacutedotaccent
-S+carondotcomb:top=Scarondotaccent
-s+carondotcomb.lc:top=scarondotaccent
-S+dotbelow:bottom+dotaccent:top=Sdotbelowdotaccent
-s+dotbelow:bottom+dotaccent:top=sdotbelowdotaccent
-T+dotaccent:top=Tdotaccent
-t+dotaccent:top=tdotaccent
-T+dotbelow:bottom=Tdotbelow
-t+dotbelow:bottom=tdotbelow
-T+macronsubnosp:bottom=Tlinebelow
-t+macronsubnosp:bottom=tlinebelow
-T+circumflexsubnosp:bottom=Tcircumflexbelow
-t+circumflexsubnosp:bottom=tcircumflexbelow
-U+dotdblsubnosp:bottom=Udieresisbelow
-u+dotdblsubnosp:bottom=udieresisbelow
-U+tildesubnosp:bottom=Utildebelow
-u+tildesubnosp:bottom=utildebelow
-U+circumflexsubnosp:bottom=Ucircumflexbelow
-u+circumflexsubnosp:bottomu=ucircumflexbelow
-U+tildeacutecomb:top=Utildeacute
-u+tildeacutecomb.lc:top=utildeacute
-U+macrondieresiscomb:top=Umacrondieresis
-u+macrondieresiscomb.lc:top=umacrondieresis
-V+tilde:top=Vtilde
-v+tilde:top=vtilde
-V+dotbelow:bottom=Vdotbelow
-v+dotbelow:bottom=vdotbelow
-W+dotaccent:top=Wdotaccent
-w+dotaccent:top=wdotaccent
-W+dotbelow:bottom=Wdotbelow
-w+dotbelow:bottom=wdotbelow
-X+dotaccent:top=Xdotaccent
-x+dotaccent:top=xdotaccent
-X+dieresis:top=Xdieresis
-x+dieresis:top=xdieresis
-Y+dotaccent:top=Ydotaccent
-y+dotaccent:top=ydotaccent
-Z+circumflex:top=Zcircumflex
-z+circumflex:top=zcircumflex
-Z+dotbelow:bottom=Zdotbelow
-z+dotbelow:bottom=zdotbelow
-Z+macronsubnosp:bottom=Zlinebelow
-z+macronsubnosp:bottom=zlinebelow
-h+macronsubnosp:bottom=hlinebelow
-t+dieresis:top=tdieresis
-w+ring:top=wring
-y+ring:top=yring
-a+ringhalfright:rhalfring=arighthalfring
diff --git a/src/features.fea b/src/features.fea
deleted file mode 100644
index 5629539cd..000000000
--- a/src/features.fea
+++ /dev/null
@@ -1,1028 +0,0 @@
-# Common features shared by all weights
-
-languagesystem DFLT dflt;
-languagesystem latn dflt;
-languagesystem latn MOL;
-languagesystem latn ROM;
-languagesystem latn FRA;
-languagesystem latn TRK;
-languagesystem latn AZE;
-languagesystem latn CRT;
-languagesystem latn NAV;
-languagesystem cyrl dflt;
-languagesystem grek dflt;
-
-
-# classes
-
-@UC_ROMAN = [
- A - Z
- AE AEacute Aacute Abreve Acircumflex Adieresis Agrave Alpha Alphatonos
- Amacron Aogonek Aogonek.NAV Aring Aringacute Atilde Beta Cacute Ccaron
- Ccedilla Ccircumflex Dcaron Dcroat Delta Eacute Ebreve Ecaron Ecircumflex
- Edieresis Edotaccent Egrave Emacron Eng Eogonek Eogonek.NAV Epsilon
- Epsilontonos Eta Etatonos Eth Gamma Gbreve Gcircumflex Gcommaaccent Germandbls
- Hbar Hcircumflex IJ Iacute Ibreve Icircumflex Idieresis Igrave Imacron Iogonek
- Iota Iotadieresis Iotatonos Itilde Jcircumflex Kappa Kcommaaccent Lacute
- Lambda Lcaron Lcommaaccent Ldot L_slash Nacute Ncaron Ncommaaccent Ntilde Nu
- OE Oacute Obreve Ocircumflex Odieresis Ograve Ohungarumlaut Omacron Omega
- Omegatonos Omicron Omicrontonos Oogonek Oogonek.NAV Oslash Oslashacute Otilde
- Phi Pi Psi Racute Rcaron Rcommaaccent Rho Sacute Scaron Scedilla Scircumflex
- Sigma Tau Tbar Tcaron Theta Thorn Uacute Ubreve Ucircumflex Udieresis Ugrave
- Uhungarumlaut Umacron Uogonek Upsilon Upsilondieresis Upsilontonos Uring
- Utilde Wacute Wcircumflex Wdieresis Wgrave Xi Yacute Ycircumflex Ydieresis
- Ygrave Zacute Zcaron Zdotaccent Zeta ampersand Cdotaccent Gdotaccent
- Tcommaaccent Scommaaccent uni021A uni037F
-];
-
-@LC_ROMAN = [
- a - z
- ae aeacute aacute abreve acircumflex adieresis agrave alpha alphatonos
- amacron aogonek aogonek.NAV aring aringacute atilde beta cacute ccaron
- ccedilla ccircumflex dcaron dcroat delta eacute ebreve ecaron ecircumflex
- edieresis edotaccent egrave emacron eng eogonek eogonek.NAV epsilon
- epsilontonos eta etatonos eth gamma gbreve gcircumflex gcommaaccent
- germandbls hbar hcircumflex ij iacute ibreve icircumflex idieresis igrave
- imacron iogonek iota iotadieresis iotatonos itilde jcircumflex kappa
- kcommaaccent lacute lambda lcaron lcommaaccent ldot lslash nacute ncaron
- ncommaaccent ntilde nu oe oacute obreve ocircumflex odieresis ograve
- ohungarumlaut omacron omega omegatonos omicron omicrontonos oogonek
- oogonek.NAV oslash oslashacute otilde phi pi psi racute rcaron rcommaaccent
- rho sacute scaron scedilla scircumflex sigma tau tbar tcaron theta thorn
- uacute ubreve ucircumflex udieresis ugrave uhungarumlaut umacron uogonek
- upsilon upsilondieresis upsilontonos uring utilde wacute wcircumflex
- wdieresis wgrave xi yacute ycircumflex ydieresis ygrave zacute zcaron
- zdotaccent zeta ampersand cdotaccent gdotaccent tcommaaccent scommaaccent
- uni021B yotgreek
-];
-
-@UC_SET1 = [
- zero one two three four five six seven eight nine
- Euro Idotaccent Mu dollar
- lira sterling afii10023 afii10051 afii10052 afii10053 afii10054 afii10055
- afii10056 afii10057 afii10058 afii10059 afii10060 afii10061 afii10062
- afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022
- afii10024 afii10025 afii10026 afii10027 afii10029 afii10030 afii10031
- afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038
- afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045
- afii10046 afii10047 afii10048 afii10049 afii10050 Ghestrokecyrillic
- Zhedescendercyrillic Zedescendercyrillic Kadescendercyrillic
- Kaverticalstrokecyrillic Kabashkircyrillic Endescendercyrillic
- Haabkhasiancyrillic Esdescendercyrillic Ustraightcyrillic
- Ustraightstrokecyrillic Hadescendercyrillic Tetsecyrillic
- Cheverticalstrokecyrillic Shhacyrillic Cheabkhasiancyrillic
- Chedescenderabkhasiancyrillic Schwacyrillic Dzeabkhasiancyrillic
- Imacroncyrillic Obarredcyrillic Umacroncyrillic hryvnia tenge uni20BD numero
- yen placeofinterestsign L_bar
-];
-
-@LC_SET1 = [
- dotlessi sigma1 mugreek afii10065 becyrillic vecyrillic gecyrillic
- decyrillic iecyrillic zhecyrillic zecyrillic iicyrillic iishortcyrillic
- kacyrillic elcyrillic emcyrillic encyrillic ocyrillic pecyrillic ercyrillic
- escyrillic tecyrillic ucyrillic efcyrillic khacyrillic tsecyrillic
- checyrillic shacyrillic shchacyrillic hardsigncyrillic yericyrillic
- softsigncyrillic ereversedcyrillic iucyrillic iacyrillic iocyrillic
- djecyrillic gjecyrillic ecyrillic dzecyrillic icyrillic yicyrillic
- jecyrillic ljecyrillic njecyrillic tshecyrillic kjecyrillic ushortcyrillic
- dzhecyrillic gheupturncyrillic ghestrokecyrillic zhedescendercyrillic
- zedescendercyrillic kadescendercyrillic kaverticalstrokecyrillic
- kabashkircyrillic endescendercyrillic haabkhasiancyrillic
- esdescendercyrillic ustraightcyrillic ustraightstrokecyrillic
- hadescendercyrillic tetsecyrillic cheverticalstrokecyrillic shhacyrillic
- cheabkhasiancyrillic chedescenderabkhasiancyrillic schwacyrillic
- dzeabkhasiancyrillic imacroncyrillic obarredcyrillic umacroncyrillic zhook
-];
-
-@TNUM = [
- zero.tnum one.tnum two.tnum three.tnum four.tnum five.tnum
- six.tnum seven.tnum eight.tnum nine.tnum
-];
-@TNUM_L = [
- zero one two three four five
- six seven eight nine
- one.1 four.1 six.1 nine.1
- period comma
-];
-@TNUM_R = [
- zero.tnum one.tnum two.tnum three.tnum four.tnum five.tnum
- six.tnum seven.tnum eight.tnum nine.tnum
- one.tnum.1 four.tnum.1 six.tnum.1 nine.tnum.1
- period.tnum comma.tnum
-];
-@SS01_L = [ one four six nine ];
-@SS01_R = [ one.1 four.1 six.1 nine.1 ];
-@NUM = [ zero one two three four five six seven eight nine @TNUM @SS01_R ];
-
-@SPACE = [
- space enspace emspace thirdemspace quarteremspace sixthemspace figurespace
- punctuationspace thinspace hairspace zerowidthspace
-];
-
-@frac1 = [ zero one two three four five six seven eight nine ];
-@frac2 = [ zero.frac onesuperior twosuperior threesuperior 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 ];
-@frac4 = [ zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ];
-
-# gdef classes
-@GDEF_BASE = [
- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
- a b c d e f g h i j k l m n o p q r s t u v w x y z
- AE AEacute AEmacron Aacute Abreve
- Acaron Acircumflex Adieresis Agrave Alpha Alphatonos Amacron Aogonek
- Aogonek.NAV Aring Aringacute Atilde Beta Cacute Ccaron Ccedilla Ccircumflex
- Dcaron Dcroat Eacute Ebreve Ecaron Ecircumflex Edieresis Edotaccent Egrave
- Emacron Eng Eogonek Eogonek.NAV Epsilon Epsilon1 Epsilontonos Esh Eta Etatonos
- Eth Gacute Gamma Gbar Gbreve Gcaron Gcircumflex Gcommaaccent Gsmallcap
- Gsmallcaphook Hbar Hcircumflex Iacute Istroke Ibreve Icaron Icircumflex
- Idieresis Idotaccent Igrave Imacron Iogonek Iota Iota1 Iotadieresis Iotatonos
- Ismallcap Itilde Jcircumflex Kappa Kcaron Kcommaaccent Lacute Lcaron
- Lcommaaccent Ldot L_slash L_bar Lsmallcap Mu Nacute Ncaron Ncommaaccent
- Nsmallcap Ntilde Nu OE OEsmallcap Oacute Obar Obreve Ocaron Ocircumflex
- Odieresis Ograve Ohorn Ohungarumlaut Omacron Omega Omicron Omicrontonos
- Oogonek Oogonek.NAV Oslash Oslashacute Otilde Racute Rcaron Rcommaaccent Rho
- Rsmallcap Rsmallcapinv Sacute Scaron Scedilla Schwa Scircumflex Tau Tbar
- Tcaron Uacute Ubreve Ucaron Ucircumflex Udieresis Ugrave Uhorn Uhungarumlaut
- Umacron Uogonek Upsilon Upsilondieresis Upsilontonos Uring Utilde Wacute
- Wcircumflex Wdieresis Wgrave Yacute Ycircumflex Ydieresis Ygrave Ysmallcap
- Zacute Zbar Zcaron Zdotaccent Zeta a_uni02DE aacute abreve acaron acircumflex
- adieresis ae aeacute aemacron agrave alpha alphatonos amacron aogonek
- aogonek.NAV aring aringacute ascript ascriptturn atilde aturn babygamma bbar
- bhook bullseye cacute ccaron ccedilla ccircumflex ccurl cedilla cstretch
- dcaron dcroat dhook dotlessi drthook dyogh dz dzcurl eacute ebreve ecaron
- ecircumflex edieresis edotaccent egrave emacron eng eogonek eogonek.NAV
- epsilon epsilon1 epsilon1rev epsilon1revclosed epsilon1revhook epsilonclosed
- epsilontonos erev esh eshcurl eshshortrev eta etatonos eturn finalkaf finalmem
- hturnhook2 franc gacute gamma1 gbar gbreve gcaron gcircumflex gcommaaccent
- gcursive ghook glottalstop glottalstopbar glottalstopbarrev glottalstopinv
- glottalstoprevinv hbar hcircumflex henghook hhook hturn iacute ibar ibreve
- icaron icircumflex idieresis igrave imacron iogonek iota iota1 iotadieresis
- iotadieresistonos iotatonos itilde jcircumflex jcrosstail jdotlessbar
- jhookdblbar kappa kcaron kcommaaccent kgreenlandic kturn lacute lbar lbelt
- lcaron lcommaaccent ldot lmidtilde longs lrthook lslash lyogh mhook mturn
- mturndescend nacute napostrophe ncaron ncommaaccent nlfthook nrthook ntilde nu
- o_uni02DE oacute obar obreve ocaron ocircumflex odieresis oe ogonek ograve
- ohorn ohungarumlaut omacron omega omegaclosed omegatonos omicron omicrontonos
- oogonek oogonek.NAV oopen oslash oslashacute otilde philatin psi qhook racute
- rcaron rcommaaccent rdescend rfishhook rfishhookrev rho rrthook rturn
- rturnascend rturnrthook sacute scaron scedilla schwa schwahook scircumflex
- srthook tbar tcaron tccurl tesh trthook ts tturn uacute ubar ubreve ucaron
- ucircumflex udieresis ugrave uhorn uhungarumlaut umacron uni0069.ccmp
- uni006A.ccmp Cdotaccent cdotaccent Gdotaccent gdotaccent uni012F.ccmp
- Tcommaaccent tcommaaccent nlegrightlong Udieresismacron udieresismacron
- Udieresisacute udieresisacute Udieresiscaron udieresiscaron Udieresisgrave
- udieresisgrave Adieresismacron adieresismacron Adotmacron adotmacron
- Oogonekmacron oogonekmacron jcaron uni01F8 uni01F9 Adblgrave adblgrave
- Ainvertedbreve ainvertedbreve Edblgrave edblgrave Einvertedbreve
- einvertedbreve Idblgrave idblgrave Iinvertedbreve iinvertedbreve Odblgrave
- odblgrave Oinvertedbreve oinvertedbreve Rdblgrave rdblgrave Rinvertedbreve
- rinvertedbreve Udblgrave udblgrave Uinvertedbreve uinvertedbreve Scommaaccent
- scommaaccent uni021A uni021B uni021E uni021F uni0226 uni0227 uni0228 uni0229
- uni022A uni022B uni022C uni022D uni022E uni022F uni0230 uni0231 uni0232
- uni0233 dotlessj uni0243 uni0244 uni0248 uni0249 uni0249.ccmp uni024C uni024D
- uni024E uni024F uni0268.ccmp ezh ezhcurl uni0299 uni029C uni029D.ccmp feng
- uni02AB uni02AC hturnlthook rhotichookmod uni037F Upsilonhooksymbol
- Upsilonacutehooksymbolgreek Upsilondieresishooksymbolgreek pisymbolgreek
- sigmalunatesymbolgreek yotgreek uni03F3.ccmp uni03F4 uni03F9 uni03FA uni0400
- afii10023 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057
- afii10061 uni040D afii10062 afii10017 afii10019 afii10020 afii10022 afii10024
- afii10025 afii10026 afii10027 afii10029 afii10030 afii10031 afii10032
- afii10034 afii10035 afii10036 afii10037 afii10039 afii10041 afii10045
- afii10047 afii10048 afii10049 afii10065 vecyrillic gecyrillic decyrillic
- iecyrillic zhecyrillic zecyrillic iicyrillic iishortcyrillic kacyrillic
- elcyrillic emcyrillic encyrillic ocyrillic pecyrillic ercyrillic escyrillic
- tecyrillic ucyrillic efcyrillic khacyrillic tsecyrillic checyrillic
- shacyrillic shchacyrillic yericyrillic ereversedcyrillic iucyrillic iacyrillic
- uni0450 iocyrillic gjecyrillic ecyrillic dzecyrillic icyrillic uni0456.ccmp
- yicyrillic jecyrillic uni0458.ccmp kjecyrillic uni045D ushortcyrillic
- Omegacyrillic omegacyrillic ksicyrillic psicyrillic afii10147 fitacyrillic
- afii10148 izhitsacyrillic Izhitsadblgravecyrillic izhitsadblgravecyrillic
- omegaroundcyrillic otcyrillic Koppacyrillic koppacyrillic uni048A uni048B
- Ghestrokecyrillic ghestrokecyrillic Zhedescendercyrillic zhedescendercyrillic
- Zedescendercyrillic zedescendercyrillic kadescendercyrillic
- Endescendercyrillic endescendercyrillic Haabkhasiancyrillic
- haabkhasiancyrillic Esdescendercyrillic esdescendercyrillic
- Tedescendercyrillic tedescendercyrillic Ustraightcyrillic
- Ustraightstrokecyrillic Hadescendercyrillic hadescendercyrillic
- Chedescendercyrillic chedescendercyrillic Shhacyrillic shhacyrillic
- Cheabkhasiancyrillic cheabkhasiancyrillic palochkacyrillic Zhebrevecyrillic
- zhebrevecyrillic uni04C6 uni04C9 uni04CA Chekhakassiancyrillic
- chekhakassiancyrillic uni04CD uni04CE uni04CF Abrevecyrillic abrevecyrillic
- Adieresiscyrillic adieresiscyrillic Aiecyrillic aiecyrillic Iebrevecyrillic
- iebrevecyrillic Schwacyrillic schwacyrillic Schwadieresiscyrillic
- schwadieresiscyrillic Zhedieresiscyrillic zhedieresiscyrillic
- Zedieresiscyrillic zedieresiscyrillic Imacroncyrillic imacroncyrillic
- Idieresiscyrillic idieresiscyrillic Odieresiscyrillic odieresiscyrillic
- Obarredcyrillic obarredcyrillic Obarreddieresiscyrillic
- obarreddieresiscyrillic uni04EC uni04ED Umacroncyrillic umacroncyrillic
- Udieresiscyrillic udieresiscyrillic Uhungarumlautcyrillic
- uhungarumlautcyrillic Chedieresiscyrillic chedieresiscyrillic uni04F6 uni04F7
- Yerudieresiscyrillic yerudieresiscyrillic uni04FC uni04FD uni04FE uni04FF
- uni052F Aringbelow aringbelow Bdotaccent bdotaccent Bdotbelow bdotbelow
- Blinebelow blinebelow Ccedillaacute ccedillaacute Ddotaccent ddotaccent
- Ddotbelow ddotbelow Dlinebelow dlinebelow Dcedilla dcedilla Dcircumflexbelow
- dcircumflexbelow Emacrongrave emacrongrave Emacronacute emacronacute
- Ecircumflexbelow ecircumflexbelow Etildebelow etildebelow Ecedillabreve
- ecedillabreve Fdotaccent fdotaccent Gmacron gmacron Hdotaccent hdotaccent
- Hdotbelow hdotbelow Hdieresis hdieresis Hbrevebelow hbrevebelow Itildebelow
- itildebelow uni1E2D.ccmp Idieresisacute idieresisacute Kacute kacute Kdotbelow
- kdotbelow Klinebelow klinebelow Ldotbelow ldotbelow Ldotbelowmacron
- ldotbelowmacron Llinebelow llinebelow Lcircumflexbelow lcircumflexbelow Macute
- macute Mdotaccent mdotaccent Mdotbelow mdotbelow Ndotaccent ndotaccent
- Ndotbelow ndotbelow Nlinebelow nlinebelow Ncircumflexbelow ncircumflexbelow
- Otildeacute otildeacute Otildedieresis otildedieresis Omacrongrave
- omacrongrave Omacronacute omacronacute Pacute pacute Pdotaccent pdotaccent
- Rdotaccent rdotaccent Rdotbelow rdotbelow Rdotbelowmacron rdotbelowmacron
- Rlinebelow rlinebelow Sdotaccent sdotaccent Sdotbelow sdotbelow
- Sacutedotaccent sacutedotaccent Scarondotaccent scarondotaccent
- Sdotbelowdotaccent sdotbelowdotaccent Tdotaccent tdotaccent Tdotbelow
- tdotbelow Tlinebelow tlinebelow Tcircumflexbelow tcircumflexbelow
- Udieresisbelow udieresisbelow Utildebelow utildebelow Ucircumflexbelow
- ucircumflexbelow Utildeacute utildeacute Umacrondieresis umacrondieresis
- Vtilde vtilde Vdotbelow vdotbelow Wdotaccent wdotaccent Wdotbelow wdotbelow
- Xdotaccent xdotaccent Xdieresis xdieresis Ydotaccent ydotaccent Zcircumflex
- zcircumflex Zdotbelow zdotbelow Zlinebelow zlinebelow hlinebelow tdieresis
- wring yring arighthalfring Adotbelow adotbelow Ahookabove ahookabove
- Acircumflexacute acircumflexacute Acircumflexgrave acircumflexgrave
- Acircumflexhookabove acircumflexhookabove Acircumflextilde acircumflextilde
- Acircumflexdotbelow acircumflexdotbelow Abreveacute abreveacute Abrevegrave
- abrevegrave Abrevehookabove abrevehookabove Abrevetilde abrevetilde
- Abrevedotbelow abrevedotbelow Edotbelow edotbelow Ehookabove ehookabove Etilde
- etilde Ecircumflexacute ecircumflexacute Ecircumflexgrave ecircumflexgrave
- Ecircumflexhookabove ecircumflexhookabove Ecircumflextilde ecircumflextilde
- Ecircumflexdotbelow ecircumflexdotbelow Ihookabove ihookabove Idotbelow
- idotbelow uni1ECB.ccmp Odotbelow odotbelow Ohookabove ohookabove
- Ocircumflexacute ocircumflexacute Ocircumflexgrave ocircumflexgrave
- Ocircumflexhookabove ocircumflexhookabove Ocircumflextilde ocircumflextilde
- Ocircumflexdotbelow ocircumflexdotbelow Ohornacute ohornacute Ohorngrave
- ohorngrave Ohornhookabove ohornhookabove Ohorntilde ohorntilde Ohorndotbelow
- ohorndotbelow Udotbelow udotbelow Uhookabove uhookabove Uhornacute uhornacute
- Uhorngrave uhorngrave Uhornhookabove uhornhookabove Uhorntilde uhorntilde
- Uhorndotbelow uhorndotbelow Ydotbelow ydotbelow Yhookabove yhookabove Ytilde
- ytilde uni1F00 uni1F01 uni1F02 uni1F03 uni1F04 uni1F05 uni1F06 uni1F07 uni1F08
- uni1F09 uni1F0A uni1F0B uni1F0C uni1F0D uni1F0E uni1F0F uni1F10 uni1F11
- uni1F12 uni1F13 uni1F14 uni1F15 uni1F18 uni1F19 uni1F1A uni1F1B uni1F1C
- uni1F1D uni1F20 uni1F21 uni1F22 uni1F23 uni1F24 uni1F25 uni1F26 uni1F27
- uni1F28 uni1F29 uni1F2A uni1F2B uni1F2C uni1F2D uni1F2E uni1F2F uni1F30
- uni1F31 uni1F32 uni1F33 uni1F34 uni1F35 uni1F36 uni1F37 uni1F38 uni1F39
- uni1F3A uni1F3B uni1F3C uni1F3D uni1F3E uni1F3F uni1F40 uni1F41 uni1F42
- uni1F43 uni1F44 uni1F45 uni1F48 uni1F49 uni1F4A uni1F4B uni1F4C uni1F4D
- uni1F50 uni1F51 uni1F52 uni1F53 uni1F54 uni1F55 uni1F56 uni1F57 uni1F59
- uni1F5B uni1F5D uni1F5F uni1F60 uni1F61 uni1F62 uni1F63 uni1F64 uni1F65
- uni1F66 uni1F67 uni1F70 uni1F71 uni1F72 uni1F73 uni1F74 uni1F75 uni1F76
- uni1F77 uni1F78 uni1F79 uni1F7A uni1F7B uni1F7C uni1F7D uni1F80 uni1F81
- uni1F82 uni1F83 uni1F84 uni1F85 uni1F86 uni1F87 uni1F88 uni1F89 uni1F8A
- uni1F8B uni1F8C uni1F8D uni1F8E uni1F8F uni1F90 uni1F91 uni1F92 uni1F93
- uni1F94 uni1F95 uni1F96 uni1F97 uni1F98 uni1F99 uni1F9A uni1F9B uni1F9C
- uni1F9D uni1F9E uni1F9F uni1FA0 uni1FA1 uni1FA2 uni1FA3 uni1FA4 uni1FA5
- uni1FA6 uni1FA7 uni1FB0 uni1FB1 uni1FB2 uni1FB3 uni1FB4 uni1FB6 uni1FB7
- uni1FB8 uni1FB9 uni1FBA uni1FBB uni1FBC uni1FC2 uni1FC3 uni1FC4 uni1FC6
- uni1FC7 uni1FC8 uni1FC9 uni1FCA uni1FCB uni1FCC uni1FD0 uni1FD1 uni1FD2
- uni1FD3 uni1FD6 uni1FD7 uni1FD8 uni1FD9 uni1FDA uni1FDB uni1FE0 uni1FE1
- uni1FE2 uni1FE3 uni1FE4 uni1FE5 uni1FE6 uni1FE7 uni1FE8 uni1FE9 uni1FEA
- uni1FEB uni1FEC uni1FF2 uni1FF3 uni1FF4 uni1FF6 uni1FF7 uni1FF8 uni1FF9 dong
- uogonek upsilon upsilondieresis upsilondieresistonos upsilonlatin upsilontonos
- uring utilde vscript vturn wacute wcircumflex wdieresis wgrave wturn yacute
- ycircumflex ydieresis ygrave yturn zacute zbar zcaron zcurl zdotaccent zrthook
-];
-
-@GDEF_LIGATURE = [ slongdotaccent ];
-
-@GDEF_MARK = [ acutecomb acutedblnosp acuterightnosp acutesubnosp anglesupnosp archdblsubnosp breveinvnosp breveinvsubnosp brevenosp brevesubnosp bridgeinvsubnosp bridgesubnosp candrabindunosp cedillanosp circumflexnosp circumflexsubnosp commaaccent commasuprevnosp commaturnsupnosp diaeresistonosnosp dieresisnosp dotbelow dotdblsubnosp dotnosp gravecomb graveleftnosp gravesubnosp hook iotasubnosp linevertdblnosp linevertnosp linevertsubnosp macroncomb macronsubnosp minussubnosp ogoneknosp overscoredblnosp overscorenosp plussubnosp ringlefthalfsubnosp ringnosp ringrighthalfsubnosp ringsubnosp seagullsubnosp squaresubnosp tackdownsubnosp tackleftsubnosp tackrightsubnosp tackupsubnosp tildecomb tildesubnosp tildevertsupnosp underscoredblnosp underscorenosp caroncmb dblgravecmb commaabovecmb commaaboverightcmb commabelowcmb caronbelowcmb perispomenigreekcmb koroniscmb uni0346 uni0347 uni0348 uni0349 uni034A uni034B uni034C uni034D uni034E uni0350 uni0351 uni0352 uni0353 uni0354 uni0355 uni0356 uni0357 uni0359 uni035A uni035B uni035C uni035D uni035E uni035F tildedoublecmb breveinverteddoublecmb uni0362 uni0363 uni0364 uni0365 uni0366 uni0367 uni0368 uni0369 uni036A uni036B uni036C uni036D uni036E uni036F titlocyrilliccmb palatalizationcyrilliccmb uni1DC0 uni1DC1 uni1DC2 uni1DC3 uni1DC4 uni1DC5 uni1DC6 uni1DC7 uni1DC8 uni1DC9 uni1DCA uni1DCB uni1DCC uni1DCD uni1DCE uni1DCF uni1DD0 uni1DD1 uni1DD2 uni1DD3 uni1DD4 uni1DD5 uni1DD6 uni1DD7 uni1DD8 uni1DD9 uni1DDA uni1DDB uni1DDC uni1DDD uni1DDE uni1DDF uni1DE0 uni1DE1 uni1DE2 uni1DE3 uni1DE4 uni1DE5 uni1DE6 uni1DE7 uni1DE8 uni1DE9 uni1DEA uni1DEB uni1DEC uni1DED uni1DEE uni1DEF uni1DF0 uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFD uni1DFE uni1DFF xsupnosp ];
-
-@GDEF_COMPONENT = [ acutedotcomb breveacutecomb brevegravecomb brevehookcomb brevetildecomb carondotcomb circumflexacutecomb circumflexgravecomb circumflexhookcomb circumflextildecomb commaaccentrotate dieresisacutecomb dieresiscaroncomb dieresisgravecomb dieresismacroncomb dotmacroncomb macronacutecomb macrondieresiscomb macrongravecomb ringacute tildeacutecomb tildedieresiscomb tildemacroncomb tonebarextrahighmod tonebarhighmod tonebarmidmod tonebarlowmod tonebarextralowmod ];
-
-table GDEF {
- GlyphClassDef @GDEF_BASE, @GDEF_LIGATURE, @GDEF_MARK, @GDEF_COMPONENT;
-} GDEF;
-
-
-feature mark {
- ;#insert from script mark
-} mark;
-
-
-feature mkmk {
- ;#insert from script mkmk
-} mkmk;
-
-
-# Glyph Composition/Decomposition
-@ccmp_acc = [
- gravecomb acutecomb tildecomb brevetildecomb brevehookcomb breveacutecomb
- circumflextildecomb circumflexhookcomb circumflexgravecomb circumflexacutecomb
- brevegravecomb macroncomb commaaboverightcomb dieresismacroncomb
- dieresisacutecomb dieresiscaroncomb dieresisgravecomb dotmacroncomb
- tildeacutecomb macrongravecomb macronacutecomb macrondieresiscomb acutedotcomb
- carondotcomb tildemacroncomb tildedieresiscomb circumflexnosp overscorenosp
- brevenosp dotnosp dieresisnosp hook ringnosp acutedblnosp caroncmb
- linevertnosp linevertdblnosp dblgravecmb candrabindunosp breveinvnosp
- commaturnsupnosp commaabovecmb commasuprevnosp commaaboverightcmb anglesupnosp
- hornnosp xsupnosp tildevertsupnosp overscoredblnosp graveleftnosp
- acuterightnosp perispomenigreekcmb koroniscmb diaeresistonosnosp uni0346
- uni034A uni034B uni034C uni0350 uni0351 uni0352 uni0357 uni0358 uni035B
- uni1DC0 uni1DC1 uni1DC3 uni1DC4 uni1DC5 uni1DC6 uni1DC7 uni1DC8 uni1DC9
- uni1DCB uni1DCC uni1DCD uni1DCE uni1DD1 uni1DD2 uni1DD3 uni1DD4 uni1DD5
- uni1DD6 uni1DD7 uni1DD8 uni1DD9 uni1DDA uni1DDB uni1DDC uni1DDD uni1DDE
- uni1DDF uni1DE0 uni1DE1 uni1DE2 uni1DE3 uni1DE4 uni1DE5 uni1DE6 uni1DE7
- uni1DE8 uni1DE9 uni1DEA uni1DEB uni1DEC uni1DED uni1DEE uni1DEF uni1DF0
- uni1DF1 uni1DF2 uni1DF3 uni1DF4 uni1DF5 uni1DFE uni0363 uni0364 uni0365
- uni0366 uni0367 uni0368 uni0369 uni036A uni036B uni036C uni036D uni036E
- uni036F titlocyrilliccmb palatalizationcyrilliccmb dasiapneumatacyrilliccmb
- psilipneumatacyrilliccmb uni0487 uni20F0 uniA69F uni2DFF uni20DC uniFE20
- uniFE21 uniFE22 uniFE23 uniFE24 uniFE25 uniFE26
-];
-feature ccmp {
-
- # Transpose sequences like /i /gravecomb -> /dotlessi /gravecomb
- lookup ccmp02 {
- sub i' @ccmp_acc by dotlessi;
- sub j' @ccmp_acc by dotlessj;
- sub ibar' @ccmp_acc by uni0268.ccmp;
- sub iogonek' @ccmp_acc by uni012F.ccmp; # iogonek is generated
- sub uni0249' @ccmp_acc by uni0249.ccmp;
- sub jcrosstail' @ccmp_acc by uni029D.ccmp;
- sub jsuper' @ccmp_acc by uni02B2.ccmp;
- sub yotgreek' @ccmp_acc by dotlessj;
- sub icyrillic' @ccmp_acc by dotlessi;
- sub jecyrillic' @ccmp_acc by dotlessj;
- sub itildebelow' @ccmp_acc by uni1E2D.ccmp; # uni1E2D.ccmp is generated
- sub idotbelow' @ccmp_acc by uni1ECB.ccmp; # both are generated
- sub isuperior' @ccmp_acc by uni2071.ccmp;
- } ccmp02;
-
- lookup ccmp03 {
-
- sub d caroncmb by dcaron;
- sub l caroncmb by lcaron;
- sub t caroncmb by tcaron;
-
- sub A gravecomb by Agrave;
- sub A acutecomb by Aacute;
- sub A circumflexnosp by Acircumflex;
- sub A tildecomb by Atilde;
- sub A dieresisnosp by Adieresis;
- sub A ringnosp by Aring;
- sub A ringacute by Aringacute;
- sub C cedillanosp by Ccedilla;
- sub E gravecomb by Egrave;
- sub E acutecomb by Eacute;
- sub E circumflexnosp by Ecircumflex;
- sub E dieresisnosp by Edieresis;
- sub I gravecomb by Igrave;
- sub I acutecomb by Iacute;
- sub I circumflexnosp by Icircumflex;
- sub I dieresisnosp by Idieresis;
- sub N tildecomb by Ntilde;
- sub O gravecomb by Ograve;
- sub O acutecomb by Oacute;
- sub O circumflexnosp by Ocircumflex;
- sub O tildecomb by Otilde;
- sub O dieresisnosp by Odieresis;
- sub U gravecomb by Ugrave;
- sub U acutecomb by Uacute;
- sub U circumflexnosp by Ucircumflex;
- sub U dieresisnosp by Udieresis;
- sub Y acutecomb by Yacute;
- sub a gravecomb by agrave;
- sub a acutecomb by aacute;
- sub a circumflexnosp by acircumflex;
- sub a tildecomb by atilde;
- sub a dieresisnosp by adieresis;
- sub a ringnosp by aring;
- sub a ringacute by aringacute;
- sub c cedillanosp by ccedilla;
- sub e gravecomb by egrave;
- sub e acutecomb by eacute;
- sub e circumflexnosp by ecircumflex;
- sub e dieresisnosp by edieresis;
- sub dotlessi gravecomb by igrave;
- sub dotlessi acutecomb by iacute;
- sub dotlessi circumflexnosp by icircumflex;
- sub dotlessi dieresisnosp by idieresis;
- sub n tildecomb by ntilde;
- sub o gravecomb by ograve;
- sub o acutecomb by oacute;
- sub o circumflexnosp by ocircumflex;
- sub o tildecomb by otilde;
- sub o dieresisnosp by odieresis;
- sub u gravecomb by ugrave;
- sub u acutecomb by uacute;
- sub u circumflexnosp by ucircumflex;
- sub u dieresisnosp by udieresis;
- sub y acutecomb by yacute;
- sub y dieresisnosp by ydieresis;
- sub A macroncomb by Amacron;
- sub a macroncomb by amacron;
- sub A brevenosp by Abreve;
- sub a brevenosp by abreve;
- sub A ogoneknosp by Aogonek;
- sub a ogoneknosp by aogonek;
- sub C acutecomb by Cacute;
- sub c acutecomb by cacute;
- sub C circumflexnosp by Ccircumflex;
- sub c circumflexnosp by ccircumflex;
- sub C dotnosp by Cdotaccent;
- sub c dotnosp by cdotaccent;
- sub C caroncmb by Ccaron;
- sub c caroncmb by ccaron;
- sub D caroncmb by Dcaron;
- sub E macroncomb by Emacron;
- sub e macroncomb by emacron;
- sub E brevenosp by Ebreve;
- sub e brevenosp by ebreve;
- sub E dotnosp by Edotaccent;
- sub e dotnosp by edotaccent;
- sub E ogoneknosp by Eogonek;
- sub e ogoneknosp by eogonek;
- sub E caroncmb by Ecaron;
- sub e caroncmb by ecaron;
- sub G circumflexnosp by Gcircumflex;
- sub g circumflexnosp by gcircumflex;
- sub G brevenosp by Gbreve;
- sub g brevenosp by gbreve;
- sub G dotnosp by Gdotaccent;
- sub g dotnosp by gdotaccent;
- sub G commaaccent by Gcommaaccent;
- sub g commaaccentrotate by gcommaaccent;
- sub H circumflexnosp by Hcircumflex;
- sub h circumflexnosp by hcircumflex;
- sub I tildecomb by Itilde;
- sub dotlessi tildecomb by itilde;
- sub I macroncomb by Imacron;
- sub dotlessi macroncomb by imacron;
- sub I brevenosp by Ibreve;
- sub dotlessi brevenosp by ibreve;
- sub I ogoneknosp by Iogonek;
- sub i ogoneknosp by iogonek;
- sub I dotnosp by Idotaccent;
- sub J circumflexnosp by Jcircumflex;
- sub dotlessj circumflexnosp by jcircumflex;
- sub K commaaccent by Kcommaaccent;
- sub k commaaccent by kcommaaccent;
- sub L acutecomb by Lacute;
- sub l acutecomb by lacute;
- sub L commaaccent by Lcommaaccent;
- sub l commaaccent by lcommaaccent;
- sub L dotnosp by Ldot;
- sub l dotnosp by ldot;
- sub N acutecomb by Nacute;
- sub n acutecomb by nacute;
- sub N commaaccent by Ncommaaccent;
- sub n commaaccent by ncommaaccent;
- sub N caroncmb by Ncaron;
- sub n caroncmb by ncaron;
- sub O macroncomb by Omacron;
- sub o macroncomb by omacron;
- sub O brevenosp by Obreve;
- sub o brevenosp by obreve;
- sub O acutedblnosp by Ohungarumlaut;
- sub o acutedblnosp by ohungarumlaut;
- sub R acutecomb by Racute;
- sub r acutecomb by racute;
- sub R commaaccent by Rcommaaccent;
- sub r commaaccent by rcommaaccent;
- sub R caroncmb by Rcaron;
- sub r caroncmb by rcaron;
- sub S acutecomb by Sacute;
- sub s acutecomb by sacute;
- sub S circumflexnosp by Scircumflex;
- sub s circumflexnosp by scircumflex;
- sub S cedillanosp by Scedilla;
- sub s cedillanosp by scedilla;
- sub S commaaccent by Scommaaccent;
- sub s commaaccent by scommaaccent;
- sub S caroncmb by Scaron;
- sub s caroncmb by scaron;
- sub T commaaccent by uni021A;
- sub t commaaccent by uni021B;
- sub T cedillanosp by Tcommaaccent;
- sub t cedillanosp by tcommaaccent;
- sub T caroncmb by Tcaron;
- sub U tildecomb by Utilde;
- sub u tildecomb by utilde;
- sub U macroncomb by Umacron;
- sub u macroncomb by umacron;
- sub U brevenosp by Ubreve;
- sub u brevenosp by ubreve;
- sub U ringnosp by Uring;
- sub u ringnosp by uring;
- sub U acutedblnosp by Uhungarumlaut;
- sub u acutedblnosp by uhungarumlaut;
- sub U ogoneknosp by Uogonek;
- sub u ogoneknosp by uogonek;
- sub W circumflexnosp by Wcircumflex;
- sub w circumflexnosp by wcircumflex;
- sub Y circumflexnosp by Ycircumflex;
- sub y circumflexnosp by ycircumflex;
- sub Y dieresisnosp by Ydieresis;
- sub Z acutecomb by Zacute;
- sub z acutecomb by zacute;
- sub Z dotnosp by Zdotaccent;
- sub z dotnosp by zdotaccent;
- sub Z caroncmb by Zcaron;
- sub z caroncmb by zcaron;
- sub AE acutecomb by AEacute;
- sub ae acutecomb by aeacute;
- sub Oslash acutecomb by Oslashacute;
- sub oslash acutecomb by oslashacute;
- #sub z caroncmb by zcaron;
- sub W gravecomb by Wgrave;
- sub w gravecomb by wgrave;
- sub W acutecomb by Wacute;
- sub w acutecomb by wacute;
- sub W dieresisnosp by Wdieresis;
- sub w dieresisnosp by wdieresis;
- sub Y gravecomb by Ygrave;
- sub y gravecomb by ygrave;
- sub dotlessj caroncmb by jcaron;
- sub A dotbelow by Adotbelow;
- sub a dotbelow by adotbelow;
- sub A hook by Ahookabove;
- sub a hook by ahookabove;
- #sub A circumflexacutecomb by uni1EA4;
- sub A circumflexnosp acutecomb by Acircumflexacute;
- sub a circumflexacutecomb by acircumflexacute;
- #sub A circumflexgravecomb by uni1EA6;
- sub A circumflexnosp gravecomb by Acircumflexgrave;
- sub a circumflexgravecomb by acircumflexgrave;
- #sub A circumflexhookcomb by uni1EA8;
- sub A circumflexnosp hook by Acircumflexhookabove;
- sub a circumflexhookcomb by acircumflexhookabove;
- #sub A circumflextildecomb by uni1EAA;
- sub A circumflexnosp tildecomb by Acircumflextilde;
- sub a circumflextildecomb by acircumflextilde;
- #sub A breveacutecomb by uni1EAE;
- sub A brevenosp acutecomb by Abreveacute;
- sub a breveacutecomb by abreveacute;
- #sub A brevegravecomb by uni1EB0;
- sub A brevenosp gravecomb by Abrevegrave;
- sub a brevegravecomb by abrevegrave;
- #sub A brevehookcomb by uni1EB2;
- sub A brevenosp hook by Abrevehookabove;
- sub a brevehookcomb by abrevehookabove;
- sub A brevetildecomb by Abrevetilde;
- sub a brevetildecomb by abrevetilde;
- sub E dotbelow by Edotbelow;
- sub e dotbelow by edotbelow;
- sub E hook by Ehookabove;
- sub e hook by ehookabove;
- sub E tildecomb by Etilde;
- sub e tildecomb by etilde;
- #sub E circumflexacutecomb by uni1EBE;
- sub E circumflexnosp acutecomb by Ecircumflexacute;
- sub e circumflexacutecomb by ecircumflexacute;
- #sub E circumflexgravecomb by uni1EC0;
- sub E circumflexnosp gravecomb by Ecircumflexgrave;
- sub e circumflexgravecomb by ecircumflexgrave;
- #sub E circumflexhookcomb by uni1EC2;
- sub E circumflexnosp hook by Ecircumflexhookabove;
- sub e circumflexhookcomb by ecircumflexhookabove;
- #sub E circumflextildecomb by uni1EC4;
- sub E circumflexnosp tildecomb by Ecircumflextilde;
- sub e circumflextildecomb by ecircumflextilde;
- sub I hook by Ihookabove;
- sub dotlessi hook by ihookabove;
- sub I dotbelow by Idotbelow;
- sub i dotbelow by idotbelow;
- sub O dotbelow by Odotbelow;
- sub o dotbelow by odotbelow;
- sub O hook by Ohookabove;
- sub o hook by ohookabove;
- #sub O circumflexacutecomb by uni1ED0;
- sub O circumflexnosp acutecomb by Ocircumflexacute;
- sub o circumflexacutecomb by ocircumflexacute;
- #sub O circumflexgravecomb by uni1ED2;
- sub O circumflexnosp gravecomb by Ocircumflexgrave;
- sub o circumflexgravecomb by ocircumflexgrave;
- #sub O circumflexhookcomb by uni1ED4;
- sub O circumflexnosp hook by Ocircumflexhookabove;
- sub o circumflexhookcomb by ocircumflexhookabove;
- #sub O circumflextildecomb by uni1ED6;
- sub O circumflexnosp tildecomb by Ocircumflextilde;
- sub o circumflextildecomb by ocircumflextilde;
- sub Ohorn acutecomb by Ohornacute;
- sub ohorn acutecomb by ohornacute;
- sub Ohorn gravecomb by Ohorngrave;
- sub ohorn gravecomb by ohorngrave;
- sub Ohorn hook by Ohornhookabove;
- sub ohorn hook by ohornhookabove;
- sub Ohorn tildecomb by Ohorntilde;
- sub ohorn tildecomb by ohorntilde;
- sub Ohorn dotbelow by Ohorndotbelow;
- sub ohorn dotbelow by ohorndotbelow;
- sub U dotbelow by Udotbelow;
- sub u dotbelow by udotbelow;
- sub U hook by Uhookabove;
- sub u hook by uhookabove;
- sub Uhorn acutecomb by Uhornacute;
- sub uhorn acutecomb by uhornacute;
- sub Uhorn gravecomb by Uhorngrave;
- sub uhorn gravecomb by uhorngrave;
- sub Uhorn hook by Uhornhookabove;
- sub uhorn hook by uhornhookabove;
- sub Uhorn tildecomb by Uhorntilde;
- sub uhorn tildecomb by uhorntilde;
- sub Uhorn dotbelow by Uhorndotbelow;
- sub uhorn dotbelow by uhorndotbelow;
- sub Y dotbelow by Ydotbelow;
- sub y dotbelow by ydotbelow;
- sub Y hook by Yhookabove;
- sub y hook by yhookabove;
- sub Y tildecomb by Ytilde;
- sub y tildecomb by ytilde;
- sub A caroncmb by Acaron;
- sub a caroncmb by acaron;
- sub I caroncmb by Icaron;
- sub dotlessi caroncmb by icaron;
- sub O caroncmb by Ocaron;
- sub o caroncmb by ocaron;
- sub U caroncmb by Ucaron;
- sub u caroncmb by ucaron;
- #sub U dieresismacroncomb by uni01D5;
- sub U dieresisnosp macroncomb by Udieresismacron;
- sub u dieresismacroncomb by udieresismacron;
- #sub U dieresisacutecomb by uni01D7;
- sub U dieresisnosp acutecomb by Udieresisacute;
- sub u dieresisacutecomb by udieresisacute;
- #sub U dieresiscaroncomb by uni01D9;
- sub U dieresisnosp caroncmb by Udieresiscaron;
- sub u dieresiscaroncomb by udieresiscaron;
- #sub U dieresisgravecomb by uni01DB;
- sub U dieresisnosp gravecomb by Udieresisgrave;
- sub u dieresisgravecomb by udieresisgrave;
- #sub A dieresismacroncomb by uni01DE;
- sub A dieresisnosp macroncomb by Adieresismacron;
- sub a dieresismacroncomb by adieresismacron;
- #sub A dotmacroncomb by uni01E0;
- sub A dotnosp macroncomb by Adotmacron;
- sub a dotmacroncomb by adotmacron;
- sub AE macroncomb by AEmacron;
- sub ae macroncomb by aemacron;
- sub G caroncmb by Gcaron;
- sub g caroncmb by gcaron;
- sub K caroncmb by Kcaron;
- sub k caroncmb by kcaron;
- sub O ogoneknosp by Oogonek;
- sub o ogoneknosp by oogonek;
- sub G acutecomb by Gacute;
- sub g acutecomb by gacute;
- sub N gravecomb by uni01F8;
- sub n gravecomb by uni01F9;
- sub A dblgravecmb by Adblgrave;
- sub a dblgravecmb by adblgrave;
- sub A breveinvnosp by Ainvertedbreve;
- sub a breveinvnosp by ainvertedbreve;
- sub E dblgravecmb by Edblgrave;
- sub e dblgravecmb by edblgrave;
- sub E breveinvnosp by Einvertedbreve;
- sub e breveinvnosp by einvertedbreve;
- sub I dblgravecmb by Idblgrave;
- sub dotlessi dblgravecmb by idblgrave;
- sub I breveinvnosp by Iinvertedbreve;
- sub dotlessi breveinvnosp by iinvertedbreve;
- sub O dblgravecmb by Odblgrave;
- sub o dblgravecmb by odblgrave;
- sub O breveinvnosp by Oinvertedbreve;
- sub o breveinvnosp by oinvertedbreve;
- sub R dblgravecmb by Rdblgrave;
- sub r dblgravecmb by rdblgrave;
- sub R breveinvnosp by Rinvertedbreve;
- sub r breveinvnosp by rinvertedbreve;
- sub U dblgravecmb by Udblgrave;
- sub u dblgravecmb by udblgrave;
- sub U breveinvnosp by Uinvertedbreve;
- sub u breveinvnosp by uinvertedbreve;
- sub H caroncmb by uni021E;
- sub h caroncmb by uni021F;
- sub A dotnosp by uni0226;
- sub a dotnosp by uni0227;
- sub E cedillanosp by uni0228;
- sub e cedillanosp by uni0229;
- #sub O dieresismacroncomb by uni022A;
- sub O dieresisnosp macroncomb by uni022A;
- sub o dieresismacroncomb by uni022B;
- #sub O tildemacroncomb by uni022C;
- sub O tildecomb macroncomb by uni022C;
- sub o tildemacroncomb by uni022D;
- sub O dotnosp by uni022E;
- sub o dotnosp by uni022F;
- #sub O dotmacroncomb by uni0230;
- sub O dotnosp macroncomb by uni0230;
- sub o dotmacroncomb by uni0231;
- sub Y macroncomb by uni0232;
- sub y macroncomb by uni0233;
- sub Upsilonhooksymbol acutecomb by Upsilonacutehooksymbolgreek;
- sub Upsilonhooksymbol dieresisnosp by Upsilondieresishooksymbolgreek;
- sub B dotnosp by Bdotaccent;
- sub b dotnosp by bdotaccent;
- sub B dotbelow by Bdotbelow;
- sub b dotbelow by bdotbelow;
- sub B macronsubnosp by Blinebelow;
- sub b macronsubnosp by blinebelow;
- sub D dotnosp by Ddotaccent;
- sub d dotnosp by ddotaccent;
- sub D dotbelow by Ddotbelow;
- sub d dotbelow by ddotbelow;
- sub D macronsubnosp by Dlinebelow;
- sub d macronsubnosp by dlinebelow;
- sub D commaaccent by Dcedilla;
- sub d commaaccent by dcedilla;
- sub D circumflexsubnosp by Dcircumflexbelow;
- sub d circumflexsubnosp by dcircumflexbelow;
- #sub E macrongravecomb by uni1E14;
- sub E macroncomb gravecomb by Emacrongrave;
- sub e macrongravecomb by emacrongrave;
- #sub E macronacutecomb by uni1E16;
- sub E macroncomb acutecomb by Emacronacute;
- sub e macronacutecomb by emacronacute;
- sub E circumflexsubnosp by Ecircumflexbelow;
- sub e circumflexsubnosp by ecircumflexbelow;
- sub E tildesubnosp by Etildebelow;
- sub e tildesubnosp by etildebelow;
- sub F dotnosp by Fdotaccent;
- sub f dotnosp by fdotaccent;
- sub G macroncomb by Gmacron;
- sub g macroncomb by gmacron;
- sub H dotnosp by Hdotaccent;
- sub h dotnosp by hdotaccent;
- sub H dotbelow by Hdotbelow;
- sub h dotbelow by hdotbelow;
- sub H dieresisnosp by Hdieresis;
- sub h dieresisnosp by hdieresis;
- sub H brevesubnosp by Hbrevebelow;
- sub h brevesubnosp by hbrevebelow;
- sub I tildesubnosp by Itildebelow;
- sub i tildesubnosp by itildebelow;
- #sub I dieresisacutecomb by Idieresisacute;
- sub I dieresisnosp acutecomb by Idieresisacute;
- sub dotlessi dieresisacutecomb by idieresisacute;
- sub K acutecomb by Kacute;
- sub k acutecomb by kacute;
- sub K dotbelow by Kdotbelow;
- sub k dotbelow by kdotbelow;
- sub K macronsubnosp by Klinebelow;
- sub k macronsubnosp by klinebelow;
- sub L dotbelow by Ldotbelow;
- sub l dotbelow by ldotbelow;
- sub L macronsubnosp by Llinebelow;
- sub l macronsubnosp by llinebelow;
- sub L circumflexsubnosp by Lcircumflexbelow;
- sub l circumflexsubnosp by lcircumflexbelow;
- sub M acutecomb by Macute;
- sub m acutecomb by macute;
- sub M dotnosp by Mdotaccent;
- sub m dotnosp by mdotaccent;
- sub M dotbelow by Mdotbelow;
- sub m dotbelow by mdotbelow;
- sub N dotnosp by Ndotaccent;
- sub n dotnosp by ndotaccent;
- sub N dotbelow by Ndotbelow;
- sub n dotbelow by ndotbelow;
- sub N macronsubnosp by Nlinebelow;
- sub n macronsubnosp by nlinebelow;
- sub N circumflexsubnosp by Ncircumflexbelow;
- sub n circumflexsubnosp by ncircumflexbelow;
- #sub O tildeacutecomb by uni1E4C;
- sub O tildecomb acutecomb by Otildeacute;
- sub o tildeacutecomb by otildeacute;
- #sub O tildedieresiscomb by uni1E4E;
- sub O tildecomb dieresisnosp by Otildedieresis;
- sub o tildedieresiscomb by otildedieresis;
- #sub O macrongravecomb by uni1E50;
- sub O macroncomb gravecomb by Omacrongrave;
- sub o macrongravecomb by omacrongrave;
- #sub O macronacutecomb by uni1E52;
- sub O macroncomb acutecomb by Omacronacute;
- sub o macronacutecomb by omacronacute;
- sub P acutecomb by Pacute;
- sub p acutecomb by pacute;
- sub P dotnosp by Pdotaccent;
- sub p dotnosp by pdotaccent;
- sub R dotnosp by Rdotaccent;
- sub r dotnosp by rdotaccent;
- sub R dotbelow by Rdotbelow;
- sub r dotbelow by rdotbelow;
- sub R macronsubnosp by Rlinebelow;
- sub r macronsubnosp by rlinebelow;
- sub S dotnosp by Sdotaccent;
- sub s dotnosp by sdotaccent;
- sub S dotbelow by Sdotbelow;
- sub s dotbelow by sdotbelow;
- #sub S acutedotcomb by uni1E64;
- sub S acutecomb dotnosp by Sacutedotaccent;
- sub s acutedotcomb by sacutedotaccent;
- #sub S carondotcomb by uni1E66;
- sub S caroncmb dotnosp by Scarondotaccent;
- sub s carondotcomb by scarondotaccent;
- sub T dotnosp by Tdotaccent;
- sub t dotnosp by tdotaccent;
- sub T dotbelow by Tdotbelow;
- sub t dotbelow by tdotbelow;
- sub T macronsubnosp by Tlinebelow;
- sub t macronsubnosp by tlinebelow;
- sub T circumflexsubnosp by Tcircumflexbelow;
- sub t circumflexsubnosp by tcircumflexbelow;
- sub U dotdblsubnosp by Udieresisbelow;
- sub u dotdblsubnosp by udieresisbelow;
- sub U tildesubnosp by Utildebelow;
- sub u tildesubnosp by utildebelow;
- sub U circumflexsubnosp by Ucircumflexbelow;
- sub u circumflexsubnosp by ucircumflexbelow;
- #sub U tildeacutecomb by uni1E78;
- sub U tildecomb acutecomb by Utildeacute;
- sub u tildeacutecomb by utildeacute;
- #sub U macrondieresiscomb by uni1E7A;
- sub U macroncomb dieresisnosp by Umacrondieresis;
- sub u macrondieresiscomb by umacrondieresis;
- sub V tildecomb by Vtilde;
- sub v tildecomb by vtilde;
- sub V dotbelow by Vdotbelow;
- sub v dotbelow by vdotbelow;
- sub W dotnosp by Wdotaccent;
- sub w dotnosp by wdotaccent;
- sub W dotbelow by Wdotbelow;
- sub w dotbelow by wdotbelow;
- sub X dotnosp by Xdotaccent;
- sub x dotnosp by xdotaccent;
- sub X dieresisnosp by Xdieresis;
- sub x dieresisnosp by xdieresis;
- sub Y dotnosp by Ydotaccent;
- sub y dotnosp by ydotaccent;
- sub Z circumflexnosp by Zcircumflex;
- sub z circumflexnosp by zcircumflex;
- sub Z dotbelow by Zdotbelow;
- sub z dotbelow by zdotbelow;
- sub Z macronsubnosp by Zlinebelow;
- sub z macronsubnosp by zlinebelow;
- sub h macronsubnosp by hlinebelow;
- sub t dieresisnosp by tdieresis;
- sub w ringnosp by wring;
- sub y ringnosp by yring;
- sub longs dotnosp by slongdotaccent;
- sub A ringsubnosp by Aringbelow;
- sub a ringsubnosp by aringbelow;
- } ccmp03;
-
-} ccmp;
-
-
-# Access All Alternates
-feature aalt {
- feature locl;
- feature frac;
- feature numr;
- feature dnom;
- feature tnum;
- feature ss01;
- feature zero;
- feature calt;
-} aalt;
-
-
-# Localized Forms
-feature locl {
- script latn; language dflt; #set comment (#) for FDK 2.5
- language MOL exclude_dflt; # Moldavian
- sub [Scedilla scedilla] by [Scommaaccent scommaaccent];
- language ROM exclude_dflt; # Romanian
- sub [Scedilla scedilla] by [Scommaaccent scommaaccent];
- language FRA exclude_dflt; # French
- sub [thinspace] by [uni2009.fra];
-} locl;
-
-
-# Fractions
-feature frac {
- # Latin
- lookup frac_1 {
- sub slash by fraction;
- } frac_1;
- lookup frac_2 {
- sub @frac3 @frac1' by @frac4;
- } frac_2;
- lookup frac_3 {
- sub @frac1 by @frac2;
- } frac_3;
-} frac;
-
-
-feature dnom {
- sub @frac1 by @frac4;
-} dnom;
-
-
-feature numr {
- sub @frac1 by @frac2;
-} numr;
-
-@CASE_DELIM_L = [
- braceleft braceright
- bracketleft bracketright
- parenleft parenright
-];
-@CASE_NONDELIM_L = [
- asterisk
- at
- multiply
- minus
- plus
- plusminus
- divide
- equal
- notequal
- endash
- figuredash
- emdash
- hyphen
- bullet
- arrowleft
- arrowleftlong
- arrowright
- arrowrightlong
- notequal
- colon
-];
-@CASE_L = [ @CASE_DELIM_L @CASE_NONDELIM_L ];
-
-@CASE_DELIM_R = [
- braceleft.case braceright.case
- bracketleft.case bracketright.case
- parenleft.case parenright.case
-];
-@CASE_NONDELIM_R = [
- asterisk.case
- at.case
- multiply.case
- minus.case
- plus.case
- plusminus.case
- divide.case
- equal.case
- notequal.case
- endash.case
- figuredash.case
- emdash.case
- hyphen.case
- bullet.case
- arrowleft.case
- arrowleftlong.case
- arrowright.case
- arrowrightlong.case
- notequal.case
- colon.case
-];
-@CASE_R = [ @CASE_DELIM_R @CASE_NONDELIM_R ];
-
-# Case alternates
-feature case {
- sub @CASE_L by @CASE_R;
-} case;
-
-# Contextual Alternates
-feature calt {
- @UC = [ @UC_ROMAN @UC_SET1 exclam question ];
- @LC = [ @LC_ROMAN @LC_SET1 ];
-
- sub [ @UC @CASE_R ] @CASE_L' by @CASE_R; # Z y' -> Z x -> Z x 'y -> Z x x ...
- ignore sub @LC @CASE_NONDELIM_L @UC; # e.g. m multiply M
- sub @CASE_L' [ @UC @CASE_R ] by @CASE_R; # y' Z -> x Z
-
- # rule to support left-hand repetition of CASE{L}->{R} [issue #57]
- # e.g. /at /at /UC -> /at.case /at /UC -> /at.case /at.case /UC
- # Note that we can't look further than 2 glyphs back, since it would break
- # cases like /a /braceleft /braceright /asterisk /asterisk /A
- sub @CASE_L' @CASE_L [ @CASE_R @UC ] by @CASE_R;
-
- # arrows: -> and <-
- @ARROW_DASH_LONG = [ endash emdash ];
- @ARROW_DASH_LONG_CASE = [ endash.case emdash.case ];
-
- sub hyphen greater by arrowright;
- sub hyphen.case greater by arrowright.case;
- sub @ARROW_DASH_LONG greater by arrowrightlong;
- sub @ARROW_DASH_LONG_CASE greater by arrowrightlong.case;
- # ignore <-NUM e.g. "<-3"
- ignore sub less [ hyphen hyphen.case @ARROW_DASH_LONG @ARROW_DASH_LONG_CASE ] @NUM;
- sub less hyphen by arrowleft;
- sub less hyphen.case by arrowleft.case;
- sub less @ARROW_DASH_LONG by arrowleftlong;
- sub less @ARROW_DASH_LONG_CASE by arrowleftlong.case;
-} calt;
-
-# Stylistic set 1: open digits
-feature ss01 {
- sub @SS01_L by @SS01_R;
-} ss01;
-
-
-# Tabular numbers
-feature tnum {
- sub @TNUM_L by @TNUM_R;
-} tnum;
-
-# Slashed zero
-feature zero {
- sub zero by zero.slash;
- sub zero.tnum by zero.tnum.slash;
-} zero;
diff --git a/src/fontbuild.cfg b/src/fontbuild.cfg
deleted file mode 100644
index 1f9077275..000000000
--- a/src/fontbuild.cfg
+++ /dev/null
@@ -1,64 +0,0 @@
-[main]
-
-version: 2.6
-foundry: rsms
-foundryurl: https://rsms.me/
-designer: Rasmus Andersson
-copyrightholdername: The Inter UI project authors
-builddir: build/tmp
-license: OFL 1.1 (SIL Open Font License, Version 1.1)
-licenseurl: http://scripts.sil.org/OFL
-italicangle: -9.4
-
-[res]
-
-diacriticfile: src/diacritics.txt
-agl_glyphlistfile: src/glyphlist.txt
-glyphorder: src/glyphorder.txt
-
-[glyphs]
-
-decompose: integral product florin Tbar tbar Hbar hbar Eng eng notequal mu asterisk
- asciicircum at cent Thorn thorn ampersand numbersign Eth eth L_slash L_bar lslash
- onesuperior twosuperior threesuperior foursuperior OE AE ae oe Euro yen notequal
- plus multiply A B C D E F G H K M N P Q R T U V W X Y Z fi fl a b c d e f g h k
- l m n p q r t u v w x y dcroat notequal florin Oslash oslash dollar Dcroat
- uni0468 uni0469 uni0490 uni0491 uni0402 uni0404 uni0405 uni0409 uni040A uni040B
- uni040F uni0411 uni0414 uni0416 uni0417 uni041B uni0426 uni0427 uni0428 uni0429
- uni042A uni042B uni042D uni042E uni0431 uni0432 uni0433 uni0434 uni0436 uni0437
- uni0438 uni043A uni043B uni043C uni043D uni043F uni0441 uni0442 uni0444 uni0446
- uni0447 uni0448 uni0449 uni044A uni044B uni044C uni044D uni044E uni044F uni0452
- uni0454 uni0459 uni045A uni045B uni045F uni0462 uni0463 uni0464 uni0465 uni0472
- uni0473 uni048C uni048D uni0492 uni0493 uni0494 uni0495 uni049E uni049F uni04A0
- uni04A1 uni04A4 uni04A5 uni04A6 uni04A7 uni04B0 uni04B1 uni04B4 uni04B5 uni04BA
- uni04C3 uni04C4 uni04FE uni04FF Ohorn Uhorn alpha beta delta epsilon eta gamma
- iota lambda ohorn omega phi psi rho sigma sigma1 tau theta uhorn upsilon xi zeta
- Aogonek aogonek Eogonek eogonek Uogonek uogonek uni052F Hdesc hdesc Ndesc ndesc
- nbspace uni202F uni205F erev uni2050
-predecompose: uni04B4 uni04B5 dcroat uni040F uni045F uni0490 uni0491
- OE oe Oslash oslash
- uni04A6 uni04A7 uni0492 uni0493 uni04BC uni04BD gamma Ohorn ohorn Uhorn uhorn
- uni0472 uni0473 pi uni046C uni046D gravesubnosp acutesubnosp tackleftsubnosp
- tackrightsubnosp ringlefthalfsubnosp tackupsubnosp tackdownsubnosp plussubnosp
- minussubnosp dotdblsubnosp ringsubnosp linevertsubnosp bridgesubnosp
- archdblsubnosp caronsubnosp circumflexsubnosp brevesubnosp breveinvsubnosp
- tildesubnosp macronsubnosp ringrighthalfsubnosp bridgeinvsubnosp squaresubnosp
- seagullsubnosp iotasubnosp uni1FC0 breveinvnosp uni1E9A nbspace uni202F uni205F
- arrowleft.case arrowleftlong.case
- arrowright arrowright.case arrowrightlong arrowrightlong.case
- arrowdown
- arrowNE arrowSW arrowSE
- Adieresis adieresis edieresis Idieresis idieresis Odieresis odieresis udieresis wdieresis ydieresis
- Atilde atilde itilde ntilde Otilde otilde utilde
-delete: leftloop.cn rightloop.cn placeofinterestsign.specz.medium casedieresis.cn
- casetilde.cn
-lessitalic: dagger daggerdbl plusminus dollar florin quotesingle quotedbl tilde asciitilde
- braceleft braceright parenleft parenright bracketleft bracketright ampersand
- braceleft.case braceright.case parenleft.case parenright.case bracketleft.case bracketright.case
- acute grave dieresis macron breve bar sum integral product s e c o v x V X W
- copyright registered ogonek two six nine seven three five uni0431
-noitalic: .notdef uni02E5 uni02E6 uni02E7 uni02E8 uni02E9 uni02EA uni02EB trianglebullet
- uniE000 uniE001 uniE002 uniE003 uniE004 arrowleft arrowleft.case arrowleftlong
- arrowleftlong.case arrowright arrowright.case arrowrightlong arrowrightlong.case
- arrowup arrowdown arrowNW arrowNE arrowSW arrowSE uni25BA uni25B2 uni25C0
- uni25BC placeofinterestsign circleblack circlewhite dngb_check dngb_ballotx
diff --git a/src/glyphlist.txt b/src/glyphlist.txt
deleted file mode 100644
index a1a22702a..000000000
--- a/src/glyphlist.txt
+++ /dev/null
@@ -1,4291 +0,0 @@
-# Name: Adobe Glyph List
-# Table version: 2.0
-# Date: September 20, 2002
-#
-# See http://partners.adobe.com/asn/developer/typeforum/unicodegn.html
-#
-# Format: Semicolon-delimited fields:
-# (1) glyph name
-# (2) Unicode scalar value
-A;0041
-AE;00C6
-AEacute;01FC
-AEmacron;01E2
-AEsmall;F7E6
-Aacute;00C1
-Aacutesmall;F7E1
-Abreve;0102
-Abreveacute;1EAE
-Abrevecyrillic;04D0
-Abrevedotbelow;1EB6
-Abrevegrave;1EB0
-Abrevehookabove;1EB2
-Abrevetilde;1EB4
-Acaron;01CD
-Acircle;24B6
-Acircumflex;00C2
-Acircumflexacute;1EA4
-Acircumflexdotbelow;1EAC
-Acircumflexgrave;1EA6
-Acircumflexhookabove;1EA8
-Acircumflexsmall;F7E2
-Acircumflextilde;1EAA
-Acute;F6C9
-Acutesmall;F7B4
-Acyrillic;0410
-Adblgrave;0200
-Adieresis;00C4
-Adieresiscyrillic;04D2
-Adieresismacron;01DE
-Adieresissmall;F7E4
-Adotbelow;1EA0
-Adotmacron;01E0
-Agrave;00C0
-Agravesmall;F7E0
-Ahookabove;1EA2
-Aiecyrillic;04D4
-Ainvertedbreve;0202
-Alpha;0391
-Alphatonos;0386
-Amacron;0100
-Amonospace;FF21
-Aogonek;0104
-Aring;00C5
-Aringacute;01FA
-Aringbelow;1E00
-Aringsmall;F7E5
-Asmall;F761
-Atilde;00C3
-Atildesmall;F7E3
-Aybarmenian;0531
-B;0042
-Bcircle;24B7
-Bdotaccent;1E02
-Bdotbelow;1E04
-Becyrillic;0411
-Benarmenian;0532
-Beta;0392
-Bhook;0181
-Blinebelow;1E06
-Bmonospace;FF22
-Brevesmall;F6F4
-Bsmall;F762
-Btopbar;0182
-C;0043
-Caarmenian;053E
-Cacute;0106
-Caron;F6CA
-Caronsmall;F6F5
-Ccaron;010C
-Ccedilla;00C7
-Ccedillaacute;1E08
-Ccedillasmall;F7E7
-Ccircle;24B8
-Ccircumflex;0108
-Cdot;010A
-Cdotaccent;010A
-Cedillasmall;F7B8
-Chaarmenian;0549
-Cheabkhasiancyrillic;04BC
-Checyrillic;0427
-Chedescenderabkhasiancyrillic;04BE
-Chedescendercyrillic;04B6
-Chedieresiscyrillic;04F4
-Cheharmenian;0543
-Chekhakassiancyrillic;04CB
-Cheverticalstrokecyrillic;04B8
-Chi;03A7
-Chook;0187
-Circumflexsmall;F6F6
-Cmonospace;FF23
-Coarmenian;0551
-Csmall;F763
-D;0044
-DZ;01F1
-DZcaron;01C4
-Daarmenian;0534
-Dafrican;0189
-Dcaron;010E
-Dcedilla;1E10
-Dcircle;24B9
-Dcircumflexbelow;1E12
-Dcroat;0110
-Ddotaccent;1E0A
-Ddotbelow;1E0C
-Decyrillic;0414
-Deicoptic;03EE
-Delta;2206
-Deltagreek;0394
-Dhook;018A
-Dieresis;F6CB
-DieresisAcute;F6CC
-DieresisGrave;F6CD
-Dieresissmall;F7A8
-Digammagreek;03DC
-Djecyrillic;0402
-Dlinebelow;1E0E
-Dmonospace;FF24
-Dotaccentsmall;F6F7
-Dslash;0110
-Dsmall;F764
-Dtopbar;018B
-Dz;01F2
-Dzcaron;01C5
-Dzeabkhasiancyrillic;04E0
-Dzecyrillic;0405
-Dzhecyrillic;040F
-E;0045
-Eacute;00C9
-Eacutesmall;F7E9
-Ebreve;0114
-Ecaron;011A
-Ecedillabreve;1E1C
-Echarmenian;0535
-Ecircle;24BA
-Ecircumflex;00CA
-Ecircumflexacute;1EBE
-Ecircumflexbelow;1E18
-Ecircumflexdotbelow;1EC6
-Ecircumflexgrave;1EC0
-Ecircumflexhookabove;1EC2
-Ecircumflexsmall;F7EA
-Ecircumflextilde;1EC4
-Ecyrillic;0404
-Edblgrave;0204
-Edieresis;00CB
-Edieresissmall;F7EB
-Edot;0116
-Edotaccent;0116
-Edotbelow;1EB8
-Efcyrillic;0424
-Egrave;00C8
-Egravesmall;F7E8
-Eharmenian;0537
-Ehookabove;1EBA
-Eightroman;2167
-Einvertedbreve;0206
-Eiotifiedcyrillic;0464
-Elcyrillic;041B
-Elevenroman;216A
-Emacron;0112
-Emacronacute;1E16
-Emacrongrave;1E14
-Emcyrillic;041C
-Emonospace;FF25
-Encyrillic;041D
-Endescendercyrillic;04A2
-Eng;014A
-Enghecyrillic;04A4
-Enhookcyrillic;04C7
-Eogonek;0118
-Eopen;0190
-Epsilon;0395
-Epsilontonos;0388
-Ercyrillic;0420
-Ereversed;018E
-Ereversedcyrillic;042D
-Escyrillic;0421
-Esdescendercyrillic;04AA
-Esh;01A9
-Esmall;F765
-Eta;0397
-Etarmenian;0538
-Etatonos;0389
-Eth;00D0
-Ethsmall;F7F0
-Etilde;1EBC
-Etildebelow;1E1A
-Euro;20AC
-Ezh;01B7
-Ezhcaron;01EE
-Ezhreversed;01B8
-F;0046
-Fcircle;24BB
-Fdotaccent;1E1E
-Feharmenian;0556
-Feicoptic;03E4
-Fhook;0191
-Fitacyrillic;0472
-Fiveroman;2164
-Fmonospace;FF26
-Fourroman;2163
-Fsmall;F766
-G;0047
-GBsquare;3387
-Gacute;01F4
-Gamma;0393
-Gammaafrican;0194
-Gangiacoptic;03EA
-Gbreve;011E
-Gcaron;01E6
-Gcedilla;0122
-Gcircle;24BC
-Gcircumflex;011C
-Gcommaaccent;0122
-Gdot;0120
-Gdotaccent;0120
-Gecyrillic;0413
-Ghadarmenian;0542
-Ghemiddlehookcyrillic;0494
-Ghestrokecyrillic;0492
-Gheupturncyrillic;0490
-Ghook;0193
-Gimarmenian;0533
-Gjecyrillic;0403
-Gmacron;1E20
-Gmonospace;FF27
-Grave;F6CE
-Gravesmall;F760
-Gsmall;F767
-Gsmallhook;029B
-Gstroke;01E4
-H;0048
-H18533;25CF
-H18543;25AA
-H18551;25AB
-H22073;25A1
-HPsquare;33CB
-Haabkhasiancyrillic;04A8
-Hadescendercyrillic;04B2
-Hardsigncyrillic;042A
-Hbar;0126
-Hbrevebelow;1E2A
-Hcedilla;1E28
-Hcircle;24BD
-Hcircumflex;0124
-Hdieresis;1E26
-Hdotaccent;1E22
-Hdotbelow;1E24
-Hmonospace;FF28
-Hoarmenian;0540
-Horicoptic;03E8
-Hsmall;F768
-Hungarumlaut;F6CF
-Hungarumlautsmall;F6F8
-Hzsquare;3390
-I;0049
-IAcyrillic;042F
-IJ;0132
-IUcyrillic;042E
-Iacute;00CD
-Iacutesmall;F7ED
-Ibreve;012C
-Icaron;01CF
-Icircle;24BE
-Icircumflex;00CE
-Icircumflexsmall;F7EE
-Icyrillic;0406
-Idblgrave;0208
-Idieresis;00CF
-Idieresisacute;1E2E
-Idieresiscyrillic;04E4
-Idieresissmall;F7EF
-Idot;0130
-Idotaccent;0130
-Idotbelow;1ECA
-Iebrevecyrillic;04D6
-Iecyrillic;0415
-Ifraktur;2111
-Igrave;00CC
-Igravesmall;F7EC
-Ihookabove;1EC8
-Iicyrillic;0418
-Iinvertedbreve;020A
-Iishortcyrillic;0419
-Imacron;012A
-Imacroncyrillic;04E2
-Imonospace;FF29
-Iniarmenian;053B
-Iocyrillic;0401
-Iogonek;012E
-Iota;0399
-Iotaafrican;0196
-Iotadieresis;03AA
-Iotatonos;038A
-Ismall;F769
-Istroke;0197
-Itilde;0128
-Itildebelow;1E2C
-Izhitsacyrillic;0474
-Izhitsadblgravecyrillic;0476
-J;004A
-Jaarmenian;0541
-Jcircle;24BF
-Jcircumflex;0134
-Jecyrillic;0408
-Jheharmenian;054B
-Jmonospace;FF2A
-Jsmall;F76A
-K;004B
-KBsquare;3385
-KKsquare;33CD
-Kabashkircyrillic;04A0
-Kacute;1E30
-Kacyrillic;041A
-Kadescendercyrillic;049A
-Kahookcyrillic;04C3
-Kappa;039A
-Kastrokecyrillic;049E
-Kaverticalstrokecyrillic;049C
-Kcaron;01E8
-Kcedilla;0136
-Kcircle;24C0
-Kcommaaccent;0136
-Kdotbelow;1E32
-Keharmenian;0554
-Kenarmenian;053F
-Khacyrillic;0425
-Kheicoptic;03E6
-Khook;0198
-Kjecyrillic;040C
-Klinebelow;1E34
-Kmonospace;FF2B
-Koppacyrillic;0480
-Koppagreek;03DE
-Ksicyrillic;046E
-Ksmall;F76B
-L;004C
-LJ;01C7
-LL;F6BF
-Lacute;0139
-Lambda;039B
-Lcaron;013D
-Lcedilla;013B
-Lcircle;24C1
-Lcircumflexbelow;1E3C
-Lcommaaccent;013B
-Ldot;013F
-Ldotaccent;013F
-Ldotbelow;1E36
-Ldotbelowmacron;1E38
-Liwnarmenian;053C
-Lj;01C8
-Ljecyrillic;0409
-Llinebelow;1E3A
-Lmonospace;FF2C
-Lslash;0141
-Lslashsmall;F6F9
-Lsmall;F76C
-M;004D
-MBsquare;3386
-Macron;F6D0
-Macronsmall;F7AF
-Macute;1E3E
-Mcircle;24C2
-Mdotaccent;1E40
-Mdotbelow;1E42
-Menarmenian;0544
-Mmonospace;FF2D
-Msmall;F76D
-Mturned;019C
-Mu;039C
-N;004E
-NJ;01CA
-Nacute;0143
-Ncaron;0147
-Ncedilla;0145
-Ncircle;24C3
-Ncircumflexbelow;1E4A
-Ncommaaccent;0145
-Ndotaccent;1E44
-Ndotbelow;1E46
-Nhookleft;019D
-Nineroman;2168
-Nj;01CB
-Njecyrillic;040A
-Nlinebelow;1E48
-Nmonospace;FF2E
-Nowarmenian;0546
-Nsmall;F76E
-Ntilde;00D1
-Ntildesmall;F7F1
-Nu;039D
-O;004F
-OE;0152
-OEsmall;F6FA
-Oacute;00D3
-Oacutesmall;F7F3
-Obarredcyrillic;04E8
-Obarreddieresiscyrillic;04EA
-Obreve;014E
-Ocaron;01D1
-Ocenteredtilde;019F
-Ocircle;24C4
-Ocircumflex;00D4
-Ocircumflexacute;1ED0
-Ocircumflexdotbelow;1ED8
-Ocircumflexgrave;1ED2
-Ocircumflexhookabove;1ED4
-Ocircumflexsmall;F7F4
-Ocircumflextilde;1ED6
-Ocyrillic;041E
-Odblacute;0150
-Odblgrave;020C
-Odieresis;00D6
-Odieresiscyrillic;04E6
-Odieresissmall;F7F6
-Odotbelow;1ECC
-Ogoneksmall;F6FB
-Ograve;00D2
-Ogravesmall;F7F2
-Oharmenian;0555
-Ohm;2126
-Ohookabove;1ECE
-Ohorn;01A0
-Ohornacute;1EDA
-Ohorndotbelow;1EE2
-Ohorngrave;1EDC
-Ohornhookabove;1EDE
-Ohorntilde;1EE0
-Ohungarumlaut;0150
-Oi;01A2
-Oinvertedbreve;020E
-Omacron;014C
-Omacronacute;1E52
-Omacrongrave;1E50
-Omega;2126
-Omegacyrillic;0460
-Omegagreek;03A9
-Omegaroundcyrillic;047A
-Omegatitlocyrillic;047C
-Omegatonos;038F
-Omicron;039F
-Omicrontonos;038C
-Omonospace;FF2F
-Oneroman;2160
-Oogonek;01EA
-Oogonekmacron;01EC
-Oopen;0186
-Oslash;00D8
-Oslashacute;01FE
-Oslashsmall;F7F8
-Osmall;F76F
-Ostrokeacute;01FE
-Otcyrillic;047E
-Otilde;00D5
-Otildeacute;1E4C
-Otildedieresis;1E4E
-Otildesmall;F7F5
-P;0050
-Pacute;1E54
-Pcircle;24C5
-Pdotaccent;1E56
-Pecyrillic;041F
-Peharmenian;054A
-Pemiddlehookcyrillic;04A6
-Phi;03A6
-Phook;01A4
-Pi;03A0
-Piwrarmenian;0553
-Pmonospace;FF30
-Psi;03A8
-Psicyrillic;0470
-Psmall;F770
-Q;0051
-Qcircle;24C6
-Qmonospace;FF31
-Qsmall;F771
-R;0052
-Raarmenian;054C
-Racute;0154
-Rcaron;0158
-Rcedilla;0156
-Rcircle;24C7
-Rcommaaccent;0156
-Rdblgrave;0210
-Rdotaccent;1E58
-Rdotbelow;1E5A
-Rdotbelowmacron;1E5C
-Reharmenian;0550
-Rfraktur;211C
-Rho;03A1
-Ringsmall;F6FC
-Rinvertedbreve;0212
-Rlinebelow;1E5E
-Rmonospace;FF32
-Rsmall;F772
-Rsmallinverted;0281
-Rsmallinvertedsuperior;02B6
-S;0053
-SF010000;250C
-SF020000;2514
-SF030000;2510
-SF040000;2518
-SF050000;253C
-SF060000;252C
-SF070000;2534
-SF080000;251C
-SF090000;2524
-SF100000;2500
-SF110000;2502
-SF190000;2561
-SF200000;2562
-SF210000;2556
-SF220000;2555
-SF230000;2563
-SF240000;2551
-SF250000;2557
-SF260000;255D
-SF270000;255C
-SF280000;255B
-SF360000;255E
-SF370000;255F
-SF380000;255A
-SF390000;2554
-SF400000;2569
-SF410000;2566
-SF420000;2560
-SF430000;2550
-SF440000;256C
-SF450000;2567
-SF460000;2568
-SF470000;2564
-SF480000;2565
-SF490000;2559
-SF500000;2558
-SF510000;2552
-SF520000;2553
-SF530000;256B
-SF540000;256A
-Sacute;015A
-Sacutedotaccent;1E64
-Sampigreek;03E0
-Scaron;0160
-Scarondotaccent;1E66
-Scaronsmall;F6FD
-Scedilla;015E
-Schwa;018F
-Schwacyrillic;04D8
-Schwadieresiscyrillic;04DA
-Scircle;24C8
-Scircumflex;015C
-Scommaaccent;0218
-Sdotaccent;1E60
-Sdotbelow;1E62
-Sdotbelowdotaccent;1E68
-Seharmenian;054D
-Sevenroman;2166
-Shaarmenian;0547
-Shacyrillic;0428
-Shchacyrillic;0429
-Sheicoptic;03E2
-Shhacyrillic;04BA
-Shimacoptic;03EC
-Sigma;03A3
-Sixroman;2165
-Smonospace;FF33
-Softsigncyrillic;042C
-Ssmall;F773
-Stigmagreek;03DA
-T;0054
-Tau;03A4
-Tbar;0166
-Tcaron;0164
-Tcedilla;0162
-Tcircle;24C9
-Tcircumflexbelow;1E70
-Tcommaaccent;0162
-Tdotaccent;1E6A
-Tdotbelow;1E6C
-Tecyrillic;0422
-Tedescendercyrillic;04AC
-Tenroman;2169
-Tetsecyrillic;04B4
-Theta;0398
-Thook;01AC
-Thorn;00DE
-Thornsmall;F7FE
-Threeroman;2162
-Tildesmall;F6FE
-Tiwnarmenian;054F
-Tlinebelow;1E6E
-Tmonospace;FF34
-Toarmenian;0539
-Tonefive;01BC
-Tonesix;0184
-Tonetwo;01A7
-Tretroflexhook;01AE
-Tsecyrillic;0426
-Tshecyrillic;040B
-Tsmall;F774
-Twelveroman;216B
-Tworoman;2161
-U;0055
-Uacute;00DA
-Uacutesmall;F7FA
-Ubreve;016C
-Ucaron;01D3
-Ucircle;24CA
-Ucircumflex;00DB
-Ucircumflexbelow;1E76
-Ucircumflexsmall;F7FB
-Ucyrillic;0423
-Udblacute;0170
-Udblgrave;0214
-Udieresis;00DC
-Udieresisacute;01D7
-Udieresisbelow;1E72
-Udieresiscaron;01D9
-Udieresiscyrillic;04F0
-Udieresisgrave;01DB
-Udieresismacron;01D5
-Udieresissmall;F7FC
-Udotbelow;1EE4
-Ugrave;00D9
-Ugravesmall;F7F9
-Uhookabove;1EE6
-Uhorn;01AF
-Uhornacute;1EE8
-Uhorndotbelow;1EF0
-Uhorngrave;1EEA
-Uhornhookabove;1EEC
-Uhorntilde;1EEE
-Uhungarumlaut;0170
-Uhungarumlautcyrillic;04F2
-Uinvertedbreve;0216
-Ukcyrillic;0478
-Umacron;016A
-Umacroncyrillic;04EE
-Umacrondieresis;1E7A
-Umonospace;FF35
-Uogonek;0172
-Upsilon;03A5
-Upsilon1;03D2
-Upsilonacutehooksymbolgreek;03D3
-Upsilonafrican;01B1
-Upsilondieresis;03AB
-Upsilondieresishooksymbolgreek;03D4
-Upsilonhooksymbol;03D2
-Upsilontonos;038E
-Uring;016E
-Ushortcyrillic;040E
-Usmall;F775
-Ustraightcyrillic;04AE
-Ustraightstrokecyrillic;04B0
-Utilde;0168
-Utildeacute;1E78
-Utildebelow;1E74
-V;0056
-Vcircle;24CB
-Vdotbelow;1E7E
-Vecyrillic;0412
-Vewarmenian;054E
-Vhook;01B2
-Vmonospace;FF36
-Voarmenian;0548
-Vsmall;F776
-Vtilde;1E7C
-W;0057
-Wacute;1E82
-Wcircle;24CC
-Wcircumflex;0174
-Wdieresis;1E84
-Wdotaccent;1E86
-Wdotbelow;1E88
-Wgrave;1E80
-Wmonospace;FF37
-Wsmall;F777
-X;0058
-Xcircle;24CD
-Xdieresis;1E8C
-Xdotaccent;1E8A
-Xeharmenian;053D
-Xi;039E
-Xmonospace;FF38
-Xsmall;F778
-Y;0059
-Yacute;00DD
-Yacutesmall;F7FD
-Yatcyrillic;0462
-Ycircle;24CE
-Ycircumflex;0176
-Ydieresis;0178
-Ydieresissmall;F7FF
-Ydotaccent;1E8E
-Ydotbelow;1EF4
-Yericyrillic;042B
-Yerudieresiscyrillic;04F8
-Ygrave;1EF2
-Yhook;01B3
-Yhookabove;1EF6
-Yiarmenian;0545
-Yicyrillic;0407
-Yiwnarmenian;0552
-Ymonospace;FF39
-Ysmall;F779
-Ytilde;1EF8
-Yusbigcyrillic;046A
-Yusbigiotifiedcyrillic;046C
-Yuslittlecyrillic;0466
-Yuslittleiotifiedcyrillic;0468
-Z;005A
-Zaarmenian;0536
-Zacute;0179
-Zcaron;017D
-Zcaronsmall;F6FF
-Zcircle;24CF
-Zcircumflex;1E90
-Zdot;017B
-Zdotaccent;017B
-Zdotbelow;1E92
-Zecyrillic;0417
-Zedescendercyrillic;0498
-Zedieresiscyrillic;04DE
-Zeta;0396
-Zhearmenian;053A
-Zhebrevecyrillic;04C1
-Zhecyrillic;0416
-Zhedescendercyrillic;0496
-Zhedieresiscyrillic;04DC
-Zlinebelow;1E94
-Zmonospace;FF3A
-Zsmall;F77A
-Zstroke;01B5
-a;0061
-aabengali;0986
-aacute;00E1
-aadeva;0906
-aagujarati;0A86
-aagurmukhi;0A06
-aamatragurmukhi;0A3E
-aarusquare;3303
-aavowelsignbengali;09BE
-aavowelsigndeva;093E
-aavowelsigngujarati;0ABE
-abbreviationmarkarmenian;055F
-abbreviationsigndeva;0970
-abengali;0985
-abopomofo;311A
-abreve;0103
-abreveacute;1EAF
-abrevecyrillic;04D1
-abrevedotbelow;1EB7
-abrevegrave;1EB1
-abrevehookabove;1EB3
-abrevetilde;1EB5
-acaron;01CE
-acircle;24D0
-acircumflex;00E2
-acircumflexacute;1EA5
-acircumflexdotbelow;1EAD
-acircumflexgrave;1EA7
-acircumflexhookabove;1EA9
-acircumflextilde;1EAB
-acute;00B4
-acutebelowcmb;0317
-acutecmb;0301
-acutecomb;0301
-acutedeva;0954
-acutelowmod;02CF
-acutetonecmb;0341
-acyrillic;0430
-adblgrave;0201
-addakgurmukhi;0A71
-adeva;0905
-adieresis;00E4
-adieresiscyrillic;04D3
-adieresismacron;01DF
-adotbelow;1EA1
-adotmacron;01E1
-ae;00E6
-aeacute;01FD
-aekorean;3150
-aemacron;01E3
-afii00208;2015
-afii08941;20A4
-afii10017;0410
-afii10018;0411
-afii10019;0412
-afii10020;0413
-afii10021;0414
-afii10022;0415
-afii10023;0401
-afii10024;0416
-afii10025;0417
-afii10026;0418
-afii10027;0419
-afii10028;041A
-afii10029;041B
-afii10030;041C
-afii10031;041D
-afii10032;041E
-afii10033;041F
-afii10034;0420
-afii10035;0421
-afii10036;0422
-afii10037;0423
-afii10038;0424
-afii10039;0425
-afii10040;0426
-afii10041;0427
-afii10042;0428
-afii10043;0429
-afii10044;042A
-afii10045;042B
-afii10046;042C
-afii10047;042D
-afii10048;042E
-afii10049;042F
-afii10050;0490
-afii10051;0402
-afii10052;0403
-afii10053;0404
-afii10054;0405
-afii10055;0406
-afii10056;0407
-afii10057;0408
-afii10058;0409
-afii10059;040A
-afii10060;040B
-afii10061;040C
-afii10062;040E
-afii10063;F6C4
-afii10064;F6C5
-afii10065;0430
-afii10066;0431
-afii10067;0432
-afii10068;0433
-afii10069;0434
-afii10070;0435
-afii10071;0451
-afii10072;0436
-afii10073;0437
-afii10074;0438
-afii10075;0439
-afii10076;043A
-afii10077;043B
-afii10078;043C
-afii10079;043D
-afii10080;043E
-afii10081;043F
-afii10082;0440
-afii10083;0441
-afii10084;0442
-afii10085;0443
-afii10086;0444
-afii10087;0445
-afii10088;0446
-afii10089;0447
-afii10090;0448
-afii10091;0449
-afii10092;044A
-afii10093;044B
-afii10094;044C
-afii10095;044D
-afii10096;044E
-afii10097;044F
-afii10098;0491
-afii10099;0452
-afii10100;0453
-afii10101;0454
-afii10102;0455
-afii10103;0456
-afii10104;0457
-afii10105;0458
-afii10106;0459
-afii10107;045A
-afii10108;045B
-afii10109;045C
-afii10110;045E
-afii10145;040F
-afii10146;0462
-afii10147;0472
-afii10148;0474
-afii10192;F6C6
-afii10193;045F
-afii10194;0463
-afii10195;0473
-afii10196;0475
-afii10831;F6C7
-afii10832;F6C8
-afii10846;04D9
-afii299;200E
-afii300;200F
-afii301;200D
-afii57381;066A
-afii57388;060C
-afii57392;0660
-afii57393;0661
-afii57394;0662
-afii57395;0663
-afii57396;0664
-afii57397;0665
-afii57398;0666
-afii57399;0667
-afii57400;0668
-afii57401;0669
-afii57403;061B
-afii57407;061F
-afii57409;0621
-afii57410;0622
-afii57411;0623
-afii57412;0624
-afii57413;0625
-afii57414;0626
-afii57415;0627
-afii57416;0628
-afii57417;0629
-afii57418;062A
-afii57419;062B
-afii57420;062C
-afii57421;062D
-afii57422;062E
-afii57423;062F
-afii57424;0630
-afii57425;0631
-afii57426;0632
-afii57427;0633
-afii57428;0634
-afii57429;0635
-afii57430;0636
-afii57431;0637
-afii57432;0638
-afii57433;0639
-afii57434;063A
-afii57440;0640
-afii57441;0641
-afii57442;0642
-afii57443;0643
-afii57444;0644
-afii57445;0645
-afii57446;0646
-afii57448;0648
-afii57449;0649
-afii57450;064A
-afii57451;064B
-afii57452;064C
-afii57453;064D
-afii57454;064E
-afii57455;064F
-afii57456;0650
-afii57457;0651
-afii57458;0652
-afii57470;0647
-afii57505;06A4
-afii57506;067E
-afii57507;0686
-afii57508;0698
-afii57509;06AF
-afii57511;0679
-afii57512;0688
-afii57513;0691
-afii57514;06BA
-afii57519;06D2
-afii57534;06D5
-afii57636;20AA
-afii57645;05BE
-afii57658;05C3
-afii57664;05D0
-afii57665;05D1
-afii57666;05D2
-afii57667;05D3
-afii57668;05D4
-afii57669;05D5
-afii57670;05D6
-afii57671;05D7
-afii57672;05D8
-afii57673;05D9
-afii57674;05DA
-afii57675;05DB
-afii57676;05DC
-afii57677;05DD
-afii57678;05DE
-afii57679;05DF
-afii57680;05E0
-afii57681;05E1
-afii57682;05E2
-afii57683;05E3
-afii57684;05E4
-afii57685;05E5
-afii57686;05E6
-afii57687;05E7
-afii57688;05E8
-afii57689;05E9
-afii57690;05EA
-afii57694;FB2A
-afii57695;FB2B
-afii57700;FB4B
-afii57705;FB1F
-afii57716;05F0
-afii57717;05F1
-afii57718;05F2
-afii57723;FB35
-afii57793;05B4
-afii57794;05B5
-afii57795;05B6
-afii57796;05BB
-afii57797;05B8
-afii57798;05B7
-afii57799;05B0
-afii57800;05B2
-afii57801;05B1
-afii57802;05B3
-afii57803;05C2
-afii57804;05C1
-afii57806;05B9
-afii57807;05BC
-afii57839;05BD
-afii57841;05BF
-afii57842;05C0
-afii57929;02BC
-afii61248;2105
-afii61289;2113
-afii61352;2116
-afii61573;202C
-afii61574;202D
-afii61575;202E
-afii61664;200C
-afii63167;066D
-afii64937;02BD
-agrave;00E0
-agujarati;0A85
-agurmukhi;0A05
-ahiragana;3042
-ahookabove;1EA3
-aibengali;0990
-aibopomofo;311E
-aideva;0910
-aiecyrillic;04D5
-aigujarati;0A90
-aigurmukhi;0A10
-aimatragurmukhi;0A48
-ainarabic;0639
-ainfinalarabic;FECA
-aininitialarabic;FECB
-ainmedialarabic;FECC
-ainvertedbreve;0203
-aivowelsignbengali;09C8
-aivowelsigndeva;0948
-aivowelsigngujarati;0AC8
-akatakana;30A2
-akatakanahalfwidth;FF71
-akorean;314F
-alef;05D0
-alefarabic;0627
-alefdageshhebrew;FB30
-aleffinalarabic;FE8E
-alefhamzaabovearabic;0623
-alefhamzaabovefinalarabic;FE84
-alefhamzabelowarabic;0625
-alefhamzabelowfinalarabic;FE88
-alefhebrew;05D0
-aleflamedhebrew;FB4F
-alefmaddaabovearabic;0622
-alefmaddaabovefinalarabic;FE82
-alefmaksuraarabic;0649
-alefmaksurafinalarabic;FEF0
-alefmaksurainitialarabic;FEF3
-alefmaksuramedialarabic;FEF4
-alefpatahhebrew;FB2E
-alefqamatshebrew;FB2F
-aleph;2135
-allequal;224C
-alpha;03B1
-alphatonos;03AC
-amacron;0101
-amonospace;FF41
-ampersand;0026
-ampersandmonospace;FF06
-ampersandsmall;F726
-amsquare;33C2
-anbopomofo;3122
-angbopomofo;3124
-angkhankhuthai;0E5A
-angle;2220
-anglebracketleft;3008
-anglebracketleftvertical;FE3F
-anglebracketright;3009
-anglebracketrightvertical;FE40
-angleleft;2329
-angleright;232A
-angstrom;212B
-anoteleia;0387
-anudattadeva;0952
-anusvarabengali;0982
-anusvaradeva;0902
-anusvaragujarati;0A82
-aogonek;0105
-apaatosquare;3300
-aparen;249C
-apostrophearmenian;055A
-apostrophemod;02BC
-apple;F8FF
-approaches;2250
-approxequal;2248
-approxequalorimage;2252
-approximatelyequal;2245
-araeaekorean;318E
-araeakorean;318D
-arc;2312
-arighthalfring;1E9A
-aring;00E5
-aringacute;01FB
-aringbelow;1E01
-arrowboth;2194
-arrowdashdown;21E3
-arrowdashleft;21E0
-arrowdashright;21E2
-arrowdashup;21E1
-arrowdblboth;21D4
-arrowdbldown;21D3
-arrowdblleft;21D0
-arrowdblright;21D2
-arrowdblup;21D1
-arrowdown;2193
-arrowdownleft;2199
-arrowdownright;2198
-arrowdownwhite;21E9
-arrowheaddownmod;02C5
-arrowheadleftmod;02C2
-arrowheadrightmod;02C3
-arrowheadupmod;02C4
-arrowhorizex;F8E7
-arrowleft;2190
-arrowleftdbl;21D0
-arrowleftdblstroke;21CD
-arrowleftoverright;21C6
-arrowleftwhite;21E6
-arrowright;2192
-arrowrightdblstroke;21CF
-arrowrightheavy;279E
-arrowrightoverleft;21C4
-arrowrightwhite;21E8
-arrowtableft;21E4
-arrowtabright;21E5
-arrowup;2191
-arrowupdn;2195
-arrowupdnbse;21A8
-arrowupdownbase;21A8
-arrowupleft;2196
-arrowupleftofdown;21C5
-arrowupright;2197
-arrowupwhite;21E7
-arrowvertex;F8E6
-asciicircum;005E
-asciicircummonospace;FF3E
-asciitilde;007E
-asciitildemonospace;FF5E
-ascript;0251
-ascriptturned;0252
-asmallhiragana;3041
-asmallkatakana;30A1
-asmallkatakanahalfwidth;FF67
-asterisk;002A
-asteriskaltonearabic;066D
-asteriskarabic;066D
-asteriskmath;2217
-asteriskmonospace;FF0A
-asterisksmall;FE61
-asterism;2042
-asuperior;F6E9
-asymptoticallyequal;2243
-at;0040
-atilde;00E3
-atmonospace;FF20
-atsmall;FE6B
-aturned;0250
-aubengali;0994
-aubopomofo;3120
-audeva;0914
-augujarati;0A94
-augurmukhi;0A14
-aulengthmarkbengali;09D7
-aumatragurmukhi;0A4C
-auvowelsignbengali;09CC
-auvowelsigndeva;094C
-auvowelsigngujarati;0ACC
-avagrahadeva;093D
-aybarmenian;0561
-ayin;05E2
-ayinaltonehebrew;FB20
-ayinhebrew;05E2
-b;0062
-babengali;09AC
-backslash;005C
-backslashmonospace;FF3C
-badeva;092C
-bagujarati;0AAC
-bagurmukhi;0A2C
-bahiragana;3070
-bahtthai;0E3F
-bakatakana;30D0
-bar;007C
-barmonospace;FF5C
-bbopomofo;3105
-bcircle;24D1
-bdotaccent;1E03
-bdotbelow;1E05
-beamedsixteenthnotes;266C
-because;2235
-becyrillic;0431
-beharabic;0628
-behfinalarabic;FE90
-behinitialarabic;FE91
-behiragana;3079
-behmedialarabic;FE92
-behmeeminitialarabic;FC9F
-behmeemisolatedarabic;FC08
-behnoonfinalarabic;FC6D
-bekatakana;30D9
-benarmenian;0562
-bet;05D1
-beta;03B2
-betasymbolgreek;03D0
-betdagesh;FB31
-betdageshhebrew;FB31
-bethebrew;05D1
-betrafehebrew;FB4C
-bhabengali;09AD
-bhadeva;092D
-bhagujarati;0AAD
-bhagurmukhi;0A2D
-bhook;0253
-bihiragana;3073
-bikatakana;30D3
-bilabialclick;0298
-bindigurmukhi;0A02
-birusquare;3331
-blackcircle;25CF
-blackdiamond;25C6
-blackdownpointingtriangle;25BC
-blackleftpointingpointer;25C4
-blackleftpointingtriangle;25C0
-blacklenticularbracketleft;3010
-blacklenticularbracketleftvertical;FE3B
-blacklenticularbracketright;3011
-blacklenticularbracketrightvertical;FE3C
-blacklowerlefttriangle;25E3
-blacklowerrighttriangle;25E2
-blackrectangle;25AC
-blackrightpointingpointer;25BA
-blackrightpointingtriangle;25B6
-blacksmallsquare;25AA
-blacksmilingface;263B
-blacksquare;25A0
-blackstar;2605
-blackupperlefttriangle;25E4
-blackupperrighttriangle;25E5
-blackuppointingsmalltriangle;25B4
-blackuppointingtriangle;25B2
-blank;2423
-blinebelow;1E07
-block;2588
-bmonospace;FF42
-bobaimaithai;0E1A
-bohiragana;307C
-bokatakana;30DC
-bparen;249D
-bqsquare;33C3
-braceex;F8F4
-braceleft;007B
-braceleftbt;F8F3
-braceleftmid;F8F2
-braceleftmonospace;FF5B
-braceleftsmall;FE5B
-bracelefttp;F8F1
-braceleftvertical;FE37
-braceright;007D
-bracerightbt;F8FE
-bracerightmid;F8FD
-bracerightmonospace;FF5D
-bracerightsmall;FE5C
-bracerighttp;F8FC
-bracerightvertical;FE38
-bracketleft;005B
-bracketleftbt;F8F0
-bracketleftex;F8EF
-bracketleftmonospace;FF3B
-bracketlefttp;F8EE
-bracketright;005D
-bracketrightbt;F8FB
-bracketrightex;F8FA
-bracketrightmonospace;FF3D
-bracketrighttp;F8F9
-breve;02D8
-brevebelowcmb;032E
-brevecmb;0306
-breveinvertedbelowcmb;032F
-breveinvertedcmb;0311
-breveinverteddoublecmb;0361
-bridgebelowcmb;032A
-bridgeinvertedbelowcmb;033A
-brokenbar;00A6
-bstroke;0180
-bsuperior;F6EA
-btopbar;0183
-buhiragana;3076
-bukatakana;30D6
-bullet;2022
-bulletinverse;25D8
-bulletoperator;2219
-bullseye;25CE
-c;0063
-caarmenian;056E
-cabengali;099A
-cacute;0107
-cadeva;091A
-cagujarati;0A9A
-cagurmukhi;0A1A
-calsquare;3388
-candrabindubengali;0981
-candrabinducmb;0310
-candrabindudeva;0901
-candrabindugujarati;0A81
-capslock;21EA
-careof;2105
-caron;02C7
-caronbelowcmb;032C
-caroncmb;030C
-carriagereturn;21B5
-cbopomofo;3118
-ccaron;010D
-ccedilla;00E7
-ccedillaacute;1E09
-ccircle;24D2
-ccircumflex;0109
-ccurl;0255
-cdot;010B
-cdotaccent;010B
-cdsquare;33C5
-cedilla;00B8
-cedillacmb;0327
-cent;00A2
-centigrade;2103
-centinferior;F6DF
-centmonospace;FFE0
-centoldstyle;F7A2
-centsuperior;F6E0
-chaarmenian;0579
-chabengali;099B
-chadeva;091B
-chagujarati;0A9B
-chagurmukhi;0A1B
-chbopomofo;3114
-cheabkhasiancyrillic;04BD
-checkmark;2713
-checyrillic;0447
-chedescenderabkhasiancyrillic;04BF
-chedescendercyrillic;04B7
-chedieresiscyrillic;04F5
-cheharmenian;0573
-chekhakassiancyrillic;04CC
-cheverticalstrokecyrillic;04B9
-chi;03C7
-chieuchacirclekorean;3277
-chieuchaparenkorean;3217
-chieuchcirclekorean;3269
-chieuchkorean;314A
-chieuchparenkorean;3209
-chochangthai;0E0A
-chochanthai;0E08
-chochingthai;0E09
-chochoethai;0E0C
-chook;0188
-cieucacirclekorean;3276
-cieucaparenkorean;3216
-cieuccirclekorean;3268
-cieuckorean;3148
-cieucparenkorean;3208
-cieucuparenkorean;321C
-circle;25CB
-circlemultiply;2297
-circleot;2299
-circleplus;2295
-circlepostalmark;3036
-circlewithlefthalfblack;25D0
-circlewithrighthalfblack;25D1
-circumflex;02C6
-circumflexbelowcmb;032D
-circumflexcmb;0302
-clear;2327
-clickalveolar;01C2
-clickdental;01C0
-clicklateral;01C1
-clickretroflex;01C3
-club;2663
-clubsuitblack;2663
-clubsuitwhite;2667
-cmcubedsquare;33A4
-cmonospace;FF43
-cmsquaredsquare;33A0
-coarmenian;0581
-colon;003A
-colonmonetary;20A1
-colonmonospace;FF1A
-colonsign;20A1
-colonsmall;FE55
-colontriangularhalfmod;02D1
-colontriangularmod;02D0
-comma;002C
-commaabovecmb;0313
-commaaboverightcmb;0315
-commaaccent;F6C3
-commaarabic;060C
-commaarmenian;055D
-commainferior;F6E1
-commamonospace;FF0C
-commareversedabovecmb;0314
-commareversedmod;02BD
-commasmall;FE50
-commasuperior;F6E2
-commaturnedabovecmb;0312
-commaturnedmod;02BB
-compass;263C
-congruent;2245
-contourintegral;222E
-control;2303
-controlACK;0006
-controlBEL;0007
-controlBS;0008
-controlCAN;0018
-controlCR;000D
-controlDC1;0011
-controlDC2;0012
-controlDC3;0013
-controlDC4;0014
-controlDEL;007F
-controlDLE;0010
-controlEM;0019
-controlENQ;0005
-controlEOT;0004
-controlESC;001B
-controlETB;0017
-controlETX;0003
-controlFF;000C
-controlFS;001C
-controlGS;001D
-controlHT;0009
-controlLF;000A
-controlNAK;0015
-controlRS;001E
-controlSI;000F
-controlSO;000E
-controlSOT;0002
-controlSTX;0001
-controlSUB;001A
-controlSYN;0016
-controlUS;001F
-controlVT;000B
-copyright;00A9
-copyrightsans;F8E9
-copyrightserif;F6D9
-cornerbracketleft;300C
-cornerbracketlefthalfwidth;FF62
-cornerbracketleftvertical;FE41
-cornerbracketright;300D
-cornerbracketrighthalfwidth;FF63
-cornerbracketrightvertical;FE42
-corporationsquare;337F
-cosquare;33C7
-coverkgsquare;33C6
-cparen;249E
-cruzeiro;20A2
-cstretched;0297
-curlyand;22CF
-curlyor;22CE
-currency;00A4
-cyrBreve;F6D1
-cyrFlex;F6D2
-cyrbreve;F6D4
-cyrflex;F6D5
-d;0064
-daarmenian;0564
-dabengali;09A6
-dadarabic;0636
-dadeva;0926
-dadfinalarabic;FEBE
-dadinitialarabic;FEBF
-dadmedialarabic;FEC0
-dagesh;05BC
-dageshhebrew;05BC
-dagger;2020
-daggerdbl;2021
-dagujarati;0AA6
-dagurmukhi;0A26
-dahiragana;3060
-dakatakana;30C0
-dalarabic;062F
-dalet;05D3
-daletdagesh;FB33
-daletdageshhebrew;FB33
-dalethatafpatah;05D3 05B2
-dalethatafpatahhebrew;05D3 05B2
-dalethatafsegol;05D3 05B1
-dalethatafsegolhebrew;05D3 05B1
-dalethebrew;05D3
-dalethiriq;05D3 05B4
-dalethiriqhebrew;05D3 05B4
-daletholam;05D3 05B9
-daletholamhebrew;05D3 05B9
-daletpatah;05D3 05B7
-daletpatahhebrew;05D3 05B7
-daletqamats;05D3 05B8
-daletqamatshebrew;05D3 05B8
-daletqubuts;05D3 05BB
-daletqubutshebrew;05D3 05BB
-daletsegol;05D3 05B6
-daletsegolhebrew;05D3 05B6
-daletsheva;05D3 05B0
-daletshevahebrew;05D3 05B0
-dalettsere;05D3 05B5
-dalettserehebrew;05D3 05B5
-dalfinalarabic;FEAA
-dammaarabic;064F
-dammalowarabic;064F
-dammatanaltonearabic;064C
-dammatanarabic;064C
-danda;0964
-dargahebrew;05A7
-dargalefthebrew;05A7
-dasiapneumatacyrilliccmb;0485
-dblGrave;F6D3
-dblanglebracketleft;300A
-dblanglebracketleftvertical;FE3D
-dblanglebracketright;300B
-dblanglebracketrightvertical;FE3E
-dblarchinvertedbelowcmb;032B
-dblarrowleft;21D4
-dblarrowright;21D2
-dbldanda;0965
-dblgrave;F6D6
-dblgravecmb;030F
-dblintegral;222C
-dbllowline;2017
-dbllowlinecmb;0333
-dbloverlinecmb;033F
-dblprimemod;02BA
-dblverticalbar;2016
-dblverticallineabovecmb;030E
-dbopomofo;3109
-dbsquare;33C8
-dcaron;010F
-dcedilla;1E11
-dcircle;24D3
-dcircumflexbelow;1E13
-dcroat;0111
-ddabengali;09A1
-ddadeva;0921
-ddagujarati;0AA1
-ddagurmukhi;0A21
-ddalarabic;0688
-ddalfinalarabic;FB89
-dddhadeva;095C
-ddhabengali;09A2
-ddhadeva;0922
-ddhagujarati;0AA2
-ddhagurmukhi;0A22
-ddotaccent;1E0B
-ddotbelow;1E0D
-decimalseparatorarabic;066B
-decimalseparatorpersian;066B
-decyrillic;0434
-degree;00B0
-dehihebrew;05AD
-dehiragana;3067
-deicoptic;03EF
-dekatakana;30C7
-deleteleft;232B
-deleteright;2326
-delta;03B4
-deltaturned;018D
-denominatorminusonenumeratorbengali;09F8
-dezh;02A4
-dhabengali;09A7
-dhadeva;0927
-dhagujarati;0AA7
-dhagurmukhi;0A27
-dhook;0257
-dialytikatonos;0385
-dialytikatonoscmb;0344
-diamond;2666
-diamondsuitwhite;2662
-dieresis;00A8
-dieresisacute;F6D7
-dieresisbelowcmb;0324
-dieresiscmb;0308
-dieresisgrave;F6D8
-dieresistonos;0385
-dihiragana;3062
-dikatakana;30C2
-dittomark;3003
-divide;00F7
-divides;2223
-divisionslash;2215
-djecyrillic;0452
-dkshade;2593
-dlinebelow;1E0F
-dlsquare;3397
-dmacron;0111
-dmonospace;FF44
-dnblock;2584
-dochadathai;0E0E
-dodekthai;0E14
-dohiragana;3069
-dokatakana;30C9
-dollar;0024
-dollarinferior;F6E3
-dollarmonospace;FF04
-dollaroldstyle;F724
-dollarsmall;FE69
-dollarsuperior;F6E4
-dong;20AB
-dorusquare;3326
-dotaccent;02D9
-dotaccentcmb;0307
-dotbelowcmb;0323
-dotbelowcomb;0323
-dotkatakana;30FB
-dotlessi;0131
-dotlessj;F6BE
-dotlessjstrokehook;0284
-dotmath;22C5
-dottedcircle;25CC
-doubleyodpatah;FB1F
-doubleyodpatahhebrew;FB1F
-downtackbelowcmb;031E
-downtackmod;02D5
-dparen;249F
-dsuperior;F6EB
-dtail;0256
-dtopbar;018C
-duhiragana;3065
-dukatakana;30C5
-dz;01F3
-dzaltone;02A3
-dzcaron;01C6
-dzcurl;02A5
-dzeabkhasiancyrillic;04E1
-dzecyrillic;0455
-dzhecyrillic;045F
-e;0065
-eacute;00E9
-earth;2641
-ebengali;098F
-ebopomofo;311C
-ebreve;0115
-ecandradeva;090D
-ecandragujarati;0A8D
-ecandravowelsigndeva;0945
-ecandravowelsigngujarati;0AC5
-ecaron;011B
-ecedillabreve;1E1D
-echarmenian;0565
-echyiwnarmenian;0587
-ecircle;24D4
-ecircumflex;00EA
-ecircumflexacute;1EBF
-ecircumflexbelow;1E19
-ecircumflexdotbelow;1EC7
-ecircumflexgrave;1EC1
-ecircumflexhookabove;1EC3
-ecircumflextilde;1EC5
-ecyrillic;0454
-edblgrave;0205
-edeva;090F
-edieresis;00EB
-edot;0117
-edotaccent;0117
-edotbelow;1EB9
-eegurmukhi;0A0F
-eematragurmukhi;0A47
-efcyrillic;0444
-egrave;00E8
-egujarati;0A8F
-eharmenian;0567
-ehbopomofo;311D
-ehiragana;3048
-ehookabove;1EBB
-eibopomofo;311F
-eight;0038
-eightarabic;0668
-eightbengali;09EE
-eightcircle;2467
-eightcircleinversesansserif;2791
-eightdeva;096E
-eighteencircle;2471
-eighteenparen;2485
-eighteenperiod;2499
-eightgujarati;0AEE
-eightgurmukhi;0A6E
-eighthackarabic;0668
-eighthangzhou;3028
-eighthnotebeamed;266B
-eightideographicparen;3227
-eightinferior;2088
-eightmonospace;FF18
-eightoldstyle;F738
-eightparen;247B
-eightperiod;248F
-eightpersian;06F8
-eightroman;2177
-eightsuperior;2078
-eightthai;0E58
-einvertedbreve;0207
-eiotifiedcyrillic;0465
-ekatakana;30A8
-ekatakanahalfwidth;FF74
-ekonkargurmukhi;0A74
-ekorean;3154
-elcyrillic;043B
-element;2208
-elevencircle;246A
-elevenparen;247E
-elevenperiod;2492
-elevenroman;217A
-ellipsis;2026
-ellipsisvertical;22EE
-emacron;0113
-emacronacute;1E17
-emacrongrave;1E15
-emcyrillic;043C
-emdash;2014
-emdashvertical;FE31
-emonospace;FF45
-emphasismarkarmenian;055B
-emptyset;2205
-enbopomofo;3123
-encyrillic;043D
-endash;2013
-endashvertical;FE32
-endescendercyrillic;04A3
-eng;014B
-engbopomofo;3125
-enghecyrillic;04A5
-enhookcyrillic;04C8
-enspace;2002
-eogonek;0119
-eokorean;3153
-eopen;025B
-eopenclosed;029A
-eopenreversed;025C
-eopenreversedclosed;025E
-eopenreversedhook;025D
-eparen;24A0
-epsilon;03B5
-epsilontonos;03AD
-equal;003D
-equalmonospace;FF1D
-equalsmall;FE66
-equalsuperior;207C
-equivalence;2261
-erbopomofo;3126
-ercyrillic;0440
-ereversed;0258
-ereversedcyrillic;044D
-escyrillic;0441
-esdescendercyrillic;04AB
-esh;0283
-eshcurl;0286
-eshortdeva;090E
-eshortvowelsigndeva;0946
-eshreversedloop;01AA
-eshsquatreversed;0285
-esmallhiragana;3047
-esmallkatakana;30A7
-esmallkatakanahalfwidth;FF6A
-estimated;212E
-esuperior;F6EC
-eta;03B7
-etarmenian;0568
-etatonos;03AE
-eth;00F0
-etilde;1EBD
-etildebelow;1E1B
-etnahtafoukhhebrew;0591
-etnahtafoukhlefthebrew;0591
-etnahtahebrew;0591
-etnahtalefthebrew;0591
-eturned;01DD
-eukorean;3161
-euro;20AC
-evowelsignbengali;09C7
-evowelsigndeva;0947
-evowelsigngujarati;0AC7
-exclam;0021
-exclamarmenian;055C
-exclamdbl;203C
-exclamdown;00A1
-exclamdownsmall;F7A1
-exclammonospace;FF01
-exclamsmall;F721
-existential;2203
-ezh;0292
-ezhcaron;01EF
-ezhcurl;0293
-ezhreversed;01B9
-ezhtail;01BA
-f;0066
-fadeva;095E
-fagurmukhi;0A5E
-fahrenheit;2109
-fathaarabic;064E
-fathalowarabic;064E
-fathatanarabic;064B
-fbopomofo;3108
-fcircle;24D5
-fdotaccent;1E1F
-feharabic;0641
-feharmenian;0586
-fehfinalarabic;FED2
-fehinitialarabic;FED3
-fehmedialarabic;FED4
-feicoptic;03E5
-female;2640
-ff;FB00
-ffi;FB03
-ffl;FB04
-fi;FB01
-fifteencircle;246E
-fifteenparen;2482
-fifteenperiod;2496
-figuredash;2012
-filledbox;25A0
-filledrect;25AC
-finalkaf;05DA
-finalkafdagesh;FB3A
-finalkafdageshhebrew;FB3A
-finalkafhebrew;05DA
-finalkafqamats;05DA 05B8
-finalkafqamatshebrew;05DA 05B8
-finalkafsheva;05DA 05B0
-finalkafshevahebrew;05DA 05B0
-finalmem;05DD
-finalmemhebrew;05DD
-finalnun;05DF
-finalnunhebrew;05DF
-finalpe;05E3
-finalpehebrew;05E3
-finaltsadi;05E5
-finaltsadihebrew;05E5
-firsttonechinese;02C9
-fisheye;25C9
-fitacyrillic;0473
-five;0035
-fivearabic;0665
-fivebengali;09EB
-fivecircle;2464
-fivecircleinversesansserif;278E
-fivedeva;096B
-fiveeighths;215D
-fivegujarati;0AEB
-fivegurmukhi;0A6B
-fivehackarabic;0665
-fivehangzhou;3025
-fiveideographicparen;3224
-fiveinferior;2085
-fivemonospace;FF15
-fiveoldstyle;F735
-fiveparen;2478
-fiveperiod;248C
-fivepersian;06F5
-fiveroman;2174
-fivesuperior;2075
-fivethai;0E55
-fl;FB02
-florin;0192
-fmonospace;FF46
-fmsquare;3399
-fofanthai;0E1F
-fofathai;0E1D
-fongmanthai;0E4F
-forall;2200
-four;0034
-fourarabic;0664
-fourbengali;09EA
-fourcircle;2463
-fourcircleinversesansserif;278D
-fourdeva;096A
-fourgujarati;0AEA
-fourgurmukhi;0A6A
-fourhackarabic;0664
-fourhangzhou;3024
-fourideographicparen;3223
-fourinferior;2084
-fourmonospace;FF14
-fournumeratorbengali;09F7
-fouroldstyle;F734
-fourparen;2477
-fourperiod;248B
-fourpersian;06F4
-fourroman;2173
-foursuperior;2074
-fourteencircle;246D
-fourteenparen;2481
-fourteenperiod;2495
-fourthai;0E54
-fourthtonechinese;02CB
-fparen;24A1
-fraction;2044
-franc;20A3
-g;0067
-gabengali;0997
-gacute;01F5
-gadeva;0917
-gafarabic;06AF
-gaffinalarabic;FB93
-gafinitialarabic;FB94
-gafmedialarabic;FB95
-gagujarati;0A97
-gagurmukhi;0A17
-gahiragana;304C
-gakatakana;30AC
-gamma;03B3
-gammalatinsmall;0263
-gammasuperior;02E0
-gangiacoptic;03EB
-gbopomofo;310D
-gbreve;011F
-gcaron;01E7
-gcedilla;0123
-gcircle;24D6
-gcircumflex;011D
-gcommaaccent;0123
-gdot;0121
-gdotaccent;0121
-gecyrillic;0433
-gehiragana;3052
-gekatakana;30B2
-geometricallyequal;2251
-gereshaccenthebrew;059C
-gereshhebrew;05F3
-gereshmuqdamhebrew;059D
-germandbls;00DF
-gershayimaccenthebrew;059E
-gershayimhebrew;05F4
-getamark;3013
-ghabengali;0998
-ghadarmenian;0572
-ghadeva;0918
-ghagujarati;0A98
-ghagurmukhi;0A18
-ghainarabic;063A
-ghainfinalarabic;FECE
-ghaininitialarabic;FECF
-ghainmedialarabic;FED0
-ghemiddlehookcyrillic;0495
-ghestrokecyrillic;0493
-gheupturncyrillic;0491
-ghhadeva;095A
-ghhagurmukhi;0A5A
-ghook;0260
-ghzsquare;3393
-gihiragana;304E
-gikatakana;30AE
-gimarmenian;0563
-gimel;05D2
-gimeldagesh;FB32
-gimeldageshhebrew;FB32
-gimelhebrew;05D2
-gjecyrillic;0453
-glottalinvertedstroke;01BE
-glottalstop;0294
-glottalstopinverted;0296
-glottalstopmod;02C0
-glottalstopreversed;0295
-glottalstopreversedmod;02C1
-glottalstopreversedsuperior;02E4
-glottalstopstroke;02A1
-glottalstopstrokereversed;02A2
-gmacron;1E21
-gmonospace;FF47
-gohiragana;3054
-gokatakana;30B4
-gparen;24A2
-gpasquare;33AC
-gradient;2207
-grave;0060
-gravebelowcmb;0316
-gravecmb;0300
-gravecomb;0300
-gravedeva;0953
-gravelowmod;02CE
-gravemonospace;FF40
-gravetonecmb;0340
-greater;003E
-greaterequal;2265
-greaterequalorless;22DB
-greatermonospace;FF1E
-greaterorequivalent;2273
-greaterorless;2277
-greateroverequal;2267
-greatersmall;FE65
-gscript;0261
-gstroke;01E5
-guhiragana;3050
-guillemotleft;00AB
-guillemotright;00BB
-guilsinglleft;2039
-guilsinglright;203A
-gukatakana;30B0
-guramusquare;3318
-gysquare;33C9
-h;0068
-haabkhasiancyrillic;04A9
-haaltonearabic;06C1
-habengali;09B9
-hadescendercyrillic;04B3
-hadeva;0939
-hagujarati;0AB9
-hagurmukhi;0A39
-haharabic;062D
-hahfinalarabic;FEA2
-hahinitialarabic;FEA3
-hahiragana;306F
-hahmedialarabic;FEA4
-haitusquare;332A
-hakatakana;30CF
-hakatakanahalfwidth;FF8A
-halantgurmukhi;0A4D
-hamzaarabic;0621
-hamzadammaarabic;0621 064F
-hamzadammatanarabic;0621 064C
-hamzafathaarabic;0621 064E
-hamzafathatanarabic;0621 064B
-hamzalowarabic;0621
-hamzalowkasraarabic;0621 0650
-hamzalowkasratanarabic;0621 064D
-hamzasukunarabic;0621 0652
-hangulfiller;3164
-hardsigncyrillic;044A
-harpoonleftbarbup;21BC
-harpoonrightbarbup;21C0
-hasquare;33CA
-hatafpatah;05B2
-hatafpatah16;05B2
-hatafpatah23;05B2
-hatafpatah2f;05B2
-hatafpatahhebrew;05B2
-hatafpatahnarrowhebrew;05B2
-hatafpatahquarterhebrew;05B2
-hatafpatahwidehebrew;05B2
-hatafqamats;05B3
-hatafqamats1b;05B3
-hatafqamats28;05B3
-hatafqamats34;05B3
-hatafqamatshebrew;05B3
-hatafqamatsnarrowhebrew;05B3
-hatafqamatsquarterhebrew;05B3
-hatafqamatswidehebrew;05B3
-hatafsegol;05B1
-hatafsegol17;05B1
-hatafsegol24;05B1
-hatafsegol30;05B1
-hatafsegolhebrew;05B1
-hatafsegolnarrowhebrew;05B1
-hatafsegolquarterhebrew;05B1
-hatafsegolwidehebrew;05B1
-hbar;0127
-hbopomofo;310F
-hbrevebelow;1E2B
-hcedilla;1E29
-hcircle;24D7
-hcircumflex;0125
-hdieresis;1E27
-hdotaccent;1E23
-hdotbelow;1E25
-he;05D4
-heart;2665
-heartsuitblack;2665
-heartsuitwhite;2661
-hedagesh;FB34
-hedageshhebrew;FB34
-hehaltonearabic;06C1
-heharabic;0647
-hehebrew;05D4
-hehfinalaltonearabic;FBA7
-hehfinalalttwoarabic;FEEA
-hehfinalarabic;FEEA
-hehhamzaabovefinalarabic;FBA5
-hehhamzaaboveisolatedarabic;FBA4
-hehinitialaltonearabic;FBA8
-hehinitialarabic;FEEB
-hehiragana;3078
-hehmedialaltonearabic;FBA9
-hehmedialarabic;FEEC
-heiseierasquare;337B
-hekatakana;30D8
-hekatakanahalfwidth;FF8D
-hekutaarusquare;3336
-henghook;0267
-herutusquare;3339
-het;05D7
-hethebrew;05D7
-hhook;0266
-hhooksuperior;02B1
-hieuhacirclekorean;327B
-hieuhaparenkorean;321B
-hieuhcirclekorean;326D
-hieuhkorean;314E
-hieuhparenkorean;320D
-hihiragana;3072
-hikatakana;30D2
-hikatakanahalfwidth;FF8B
-hiriq;05B4
-hiriq14;05B4
-hiriq21;05B4
-hiriq2d;05B4
-hiriqhebrew;05B4
-hiriqnarrowhebrew;05B4
-hiriqquarterhebrew;05B4
-hiriqwidehebrew;05B4
-hlinebelow;1E96
-hmonospace;FF48
-hoarmenian;0570
-hohipthai;0E2B
-hohiragana;307B
-hokatakana;30DB
-hokatakanahalfwidth;FF8E
-holam;05B9
-holam19;05B9
-holam26;05B9
-holam32;05B9
-holamhebrew;05B9
-holamnarrowhebrew;05B9
-holamquarterhebrew;05B9
-holamwidehebrew;05B9
-honokhukthai;0E2E
-hookabovecomb;0309
-hookcmb;0309
-hookpalatalizedbelowcmb;0321
-hookretroflexbelowcmb;0322
-hoonsquare;3342
-horicoptic;03E9
-horizontalbar;2015
-horncmb;031B
-hotsprings;2668
-house;2302
-hparen;24A3
-hsuperior;02B0
-hturned;0265
-huhiragana;3075
-huiitosquare;3333
-hukatakana;30D5
-hukatakanahalfwidth;FF8C
-hungarumlaut;02DD
-hungarumlautcmb;030B
-hv;0195
-hyphen;002D
-hypheninferior;F6E5
-hyphenmonospace;FF0D
-hyphensmall;FE63
-hyphensuperior;F6E6
-hyphentwo;2010
-i;0069
-iacute;00ED
-iacyrillic;044F
-ibengali;0987
-ibopomofo;3127
-ibreve;012D
-icaron;01D0
-icircle;24D8
-icircumflex;00EE
-icyrillic;0456
-idblgrave;0209
-ideographearthcircle;328F
-ideographfirecircle;328B
-ideographicallianceparen;323F
-ideographiccallparen;323A
-ideographiccentrecircle;32A5
-ideographicclose;3006
-ideographiccomma;3001
-ideographiccommaleft;FF64
-ideographiccongratulationparen;3237
-ideographiccorrectcircle;32A3
-ideographicearthparen;322F
-ideographicenterpriseparen;323D
-ideographicexcellentcircle;329D
-ideographicfestivalparen;3240
-ideographicfinancialcircle;3296
-ideographicfinancialparen;3236
-ideographicfireparen;322B
-ideographichaveparen;3232
-ideographichighcircle;32A4
-ideographiciterationmark;3005
-ideographiclaborcircle;3298
-ideographiclaborparen;3238
-ideographicleftcircle;32A7
-ideographiclowcircle;32A6
-ideographicmedicinecircle;32A9
-ideographicmetalparen;322E
-ideographicmoonparen;322A
-ideographicnameparen;3234
-ideographicperiod;3002
-ideographicprintcircle;329E
-ideographicreachparen;3243
-ideographicrepresentparen;3239
-ideographicresourceparen;323E
-ideographicrightcircle;32A8
-ideographicsecretcircle;3299
-ideographicselfparen;3242
-ideographicsocietyparen;3233
-ideographicspace;3000
-ideographicspecialparen;3235
-ideographicstockparen;3231
-ideographicstudyparen;323B
-ideographicsunparen;3230
-ideographicsuperviseparen;323C
-ideographicwaterparen;322C
-ideographicwoodparen;322D
-ideographiczero;3007
-ideographmetalcircle;328E
-ideographmooncircle;328A
-ideographnamecircle;3294
-ideographsuncircle;3290
-ideographwatercircle;328C
-ideographwoodcircle;328D
-ideva;0907
-idieresis;00EF
-idieresisacute;1E2F
-idieresiscyrillic;04E5
-idotbelow;1ECB
-iebrevecyrillic;04D7
-iecyrillic;0435
-ieungacirclekorean;3275
-ieungaparenkorean;3215
-ieungcirclekorean;3267
-ieungkorean;3147
-ieungparenkorean;3207
-igrave;00EC
-igujarati;0A87
-igurmukhi;0A07
-ihiragana;3044
-ihookabove;1EC9
-iibengali;0988
-iicyrillic;0438
-iideva;0908
-iigujarati;0A88
-iigurmukhi;0A08
-iimatragurmukhi;0A40
-iinvertedbreve;020B
-iishortcyrillic;0439
-iivowelsignbengali;09C0
-iivowelsigndeva;0940
-iivowelsigngujarati;0AC0
-ij;0133
-ikatakana;30A4
-ikatakanahalfwidth;FF72
-ikorean;3163
-ilde;02DC
-iluyhebrew;05AC
-imacron;012B
-imacroncyrillic;04E3
-imageorapproximatelyequal;2253
-imatragurmukhi;0A3F
-imonospace;FF49
-increment;2206
-infinity;221E
-iniarmenian;056B
-integral;222B
-integralbottom;2321
-integralbt;2321
-integralex;F8F5
-integraltop;2320
-integraltp;2320
-intersection;2229
-intisquare;3305
-invbullet;25D8
-invcircle;25D9
-invsmileface;263B
-iocyrillic;0451
-iogonek;012F
-iota;03B9
-iotadieresis;03CA
-iotadieresistonos;0390
-iotalatin;0269
-iotatonos;03AF
-iparen;24A4
-irigurmukhi;0A72
-ismallhiragana;3043
-ismallkatakana;30A3
-ismallkatakanahalfwidth;FF68
-issharbengali;09FA
-istroke;0268
-isuperior;F6ED
-iterationhiragana;309D
-iterationkatakana;30FD
-itilde;0129
-itildebelow;1E2D
-iubopomofo;3129
-iucyrillic;044E
-ivowelsignbengali;09BF
-ivowelsigndeva;093F
-ivowelsigngujarati;0ABF
-izhitsacyrillic;0475
-izhitsadblgravecyrillic;0477
-j;006A
-jaarmenian;0571
-jabengali;099C
-jadeva;091C
-jagujarati;0A9C
-jagurmukhi;0A1C
-jbopomofo;3110
-jcaron;01F0
-jcircle;24D9
-jcircumflex;0135
-jcrossedtail;029D
-jdotlessstroke;025F
-jecyrillic;0458
-jeemarabic;062C
-jeemfinalarabic;FE9E
-jeeminitialarabic;FE9F
-jeemmedialarabic;FEA0
-jeharabic;0698
-jehfinalarabic;FB8B
-jhabengali;099D
-jhadeva;091D
-jhagujarati;0A9D
-jhagurmukhi;0A1D
-jheharmenian;057B
-jis;3004
-jmonospace;FF4A
-jparen;24A5
-jsuperior;02B2
-k;006B
-kabashkircyrillic;04A1
-kabengali;0995
-kacute;1E31
-kacyrillic;043A
-kadescendercyrillic;049B
-kadeva;0915
-kaf;05DB
-kafarabic;0643
-kafdagesh;FB3B
-kafdageshhebrew;FB3B
-kaffinalarabic;FEDA
-kafhebrew;05DB
-kafinitialarabic;FEDB
-kafmedialarabic;FEDC
-kafrafehebrew;FB4D
-kagujarati;0A95
-kagurmukhi;0A15
-kahiragana;304B
-kahookcyrillic;04C4
-kakatakana;30AB
-kakatakanahalfwidth;FF76
-kappa;03BA
-kappasymbolgreek;03F0
-kapyeounmieumkorean;3171
-kapyeounphieuphkorean;3184
-kapyeounpieupkorean;3178
-kapyeounssangpieupkorean;3179
-karoriisquare;330D
-kashidaautoarabic;0640
-kashidaautonosidebearingarabic;0640
-kasmallkatakana;30F5
-kasquare;3384
-kasraarabic;0650
-kasratanarabic;064D
-kastrokecyrillic;049F
-katahiraprolongmarkhalfwidth;FF70
-kaverticalstrokecyrillic;049D
-kbopomofo;310E
-kcalsquare;3389
-kcaron;01E9
-kcedilla;0137
-kcircle;24DA
-kcommaaccent;0137
-kdotbelow;1E33
-keharmenian;0584
-kehiragana;3051
-kekatakana;30B1
-kekatakanahalfwidth;FF79
-kenarmenian;056F
-kesmallkatakana;30F6
-kgreenlandic;0138
-khabengali;0996
-khacyrillic;0445
-khadeva;0916
-khagujarati;0A96
-khagurmukhi;0A16
-khaharabic;062E
-khahfinalarabic;FEA6
-khahinitialarabic;FEA7
-khahmedialarabic;FEA8
-kheicoptic;03E7
-khhadeva;0959
-khhagurmukhi;0A59
-khieukhacirclekorean;3278
-khieukhaparenkorean;3218
-khieukhcirclekorean;326A
-khieukhkorean;314B
-khieukhparenkorean;320A
-khokhaithai;0E02
-khokhonthai;0E05
-khokhuatthai;0E03
-khokhwaithai;0E04
-khomutthai;0E5B
-khook;0199
-khorakhangthai;0E06
-khzsquare;3391
-kihiragana;304D
-kikatakana;30AD
-kikatakanahalfwidth;FF77
-kiroguramusquare;3315
-kiromeetorusquare;3316
-kirosquare;3314
-kiyeokacirclekorean;326E
-kiyeokaparenkorean;320E
-kiyeokcirclekorean;3260
-kiyeokkorean;3131
-kiyeokparenkorean;3200
-kiyeoksioskorean;3133
-kjecyrillic;045C
-klinebelow;1E35
-klsquare;3398
-kmcubedsquare;33A6
-kmonospace;FF4B
-kmsquaredsquare;33A2
-kohiragana;3053
-kohmsquare;33C0
-kokaithai;0E01
-kokatakana;30B3
-kokatakanahalfwidth;FF7A
-kooposquare;331E
-koppacyrillic;0481
-koreanstandardsymbol;327F
-koroniscmb;0343
-kparen;24A6
-kpasquare;33AA
-ksicyrillic;046F
-ktsquare;33CF
-kturned;029E
-kuhiragana;304F
-kukatakana;30AF
-kukatakanahalfwidth;FF78
-kvsquare;33B8
-kwsquare;33BE
-l;006C
-labengali;09B2
-lacute;013A
-ladeva;0932
-lagujarati;0AB2
-lagurmukhi;0A32
-lakkhangyaothai;0E45
-lamaleffinalarabic;FEFC
-lamalefhamzaabovefinalarabic;FEF8
-lamalefhamzaaboveisolatedarabic;FEF7
-lamalefhamzabelowfinalarabic;FEFA
-lamalefhamzabelowisolatedarabic;FEF9
-lamalefisolatedarabic;FEFB
-lamalefmaddaabovefinalarabic;FEF6
-lamalefmaddaaboveisolatedarabic;FEF5
-lamarabic;0644
-lambda;03BB
-lambdastroke;019B
-lamed;05DC
-lameddagesh;FB3C
-lameddageshhebrew;FB3C
-lamedhebrew;05DC
-lamedholam;05DC 05B9
-lamedholamdagesh;05DC 05B9 05BC
-lamedholamdageshhebrew;05DC 05B9 05BC
-lamedholamhebrew;05DC 05B9
-lamfinalarabic;FEDE
-lamhahinitialarabic;FCCA
-laminitialarabic;FEDF
-lamjeeminitialarabic;FCC9
-lamkhahinitialarabic;FCCB
-lamlamhehisolatedarabic;FDF2
-lammedialarabic;FEE0
-lammeemhahinitialarabic;FD88
-lammeeminitialarabic;FCCC
-lammeemjeeminitialarabic;FEDF FEE4 FEA0
-lammeemkhahinitialarabic;FEDF FEE4 FEA8
-largecircle;25EF
-lbar;019A
-lbelt;026C
-lbopomofo;310C
-lcaron;013E
-lcedilla;013C
-lcircle;24DB
-lcircumflexbelow;1E3D
-lcommaaccent;013C
-ldot;0140
-ldotaccent;0140
-ldotbelow;1E37
-ldotbelowmacron;1E39
-leftangleabovecmb;031A
-lefttackbelowcmb;0318
-less;003C
-lessequal;2264
-lessequalorgreater;22DA
-lessmonospace;FF1C
-lessorequivalent;2272
-lessorgreater;2276
-lessoverequal;2266
-lesssmall;FE64
-lezh;026E
-lfblock;258C
-lhookretroflex;026D
-lira;20A4
-liwnarmenian;056C
-lj;01C9
-ljecyrillic;0459
-ll;F6C0
-lladeva;0933
-llagujarati;0AB3
-llinebelow;1E3B
-llladeva;0934
-llvocalicbengali;09E1
-llvocalicdeva;0961
-llvocalicvowelsignbengali;09E3
-llvocalicvowelsigndeva;0963
-lmiddletilde;026B
-lmonospace;FF4C
-lmsquare;33D0
-lochulathai;0E2C
-logicaland;2227
-logicalnot;00AC
-logicalnotreversed;2310
-logicalor;2228
-lolingthai;0E25
-longs;017F
-lowlinecenterline;FE4E
-lowlinecmb;0332
-lowlinedashed;FE4D
-lozenge;25CA
-lparen;24A7
-lslash;0142
-lsquare;2113
-lsuperior;F6EE
-ltshade;2591
-luthai;0E26
-lvocalicbengali;098C
-lvocalicdeva;090C
-lvocalicvowelsignbengali;09E2
-lvocalicvowelsigndeva;0962
-lxsquare;33D3
-m;006D
-mabengali;09AE
-macron;00AF
-macronbelowcmb;0331
-macroncmb;0304
-macronlowmod;02CD
-macronmonospace;FFE3
-macute;1E3F
-madeva;092E
-magujarati;0AAE
-magurmukhi;0A2E
-mahapakhhebrew;05A4
-mahapakhlefthebrew;05A4
-mahiragana;307E
-maichattawalowleftthai;F895
-maichattawalowrightthai;F894
-maichattawathai;0E4B
-maichattawaupperleftthai;F893
-maieklowleftthai;F88C
-maieklowrightthai;F88B
-maiekthai;0E48
-maiekupperleftthai;F88A
-maihanakatleftthai;F884
-maihanakatthai;0E31
-maitaikhuleftthai;F889
-maitaikhuthai;0E47
-maitholowleftthai;F88F
-maitholowrightthai;F88E
-maithothai;0E49
-maithoupperleftthai;F88D
-maitrilowleftthai;F892
-maitrilowrightthai;F891
-maitrithai;0E4A
-maitriupperleftthai;F890
-maiyamokthai;0E46
-makatakana;30DE
-makatakanahalfwidth;FF8F
-male;2642
-mansyonsquare;3347
-maqafhebrew;05BE
-mars;2642
-masoracirclehebrew;05AF
-masquare;3383
-mbopomofo;3107
-mbsquare;33D4
-mcircle;24DC
-mcubedsquare;33A5
-mdotaccent;1E41
-mdotbelow;1E43
-meemarabic;0645
-meemfinalarabic;FEE2
-meeminitialarabic;FEE3
-meemmedialarabic;FEE4
-meemmeeminitialarabic;FCD1
-meemmeemisolatedarabic;FC48
-meetorusquare;334D
-mehiragana;3081
-meizierasquare;337E
-mekatakana;30E1
-mekatakanahalfwidth;FF92
-mem;05DE
-memdagesh;FB3E
-memdageshhebrew;FB3E
-memhebrew;05DE
-menarmenian;0574
-merkhahebrew;05A5
-merkhakefulahebrew;05A6
-merkhakefulalefthebrew;05A6
-merkhalefthebrew;05A5
-mhook;0271
-mhzsquare;3392
-middledotkatakanahalfwidth;FF65
-middot;00B7
-mieumacirclekorean;3272
-mieumaparenkorean;3212
-mieumcirclekorean;3264
-mieumkorean;3141
-mieumpansioskorean;3170
-mieumparenkorean;3204
-mieumpieupkorean;316E
-mieumsioskorean;316F
-mihiragana;307F
-mikatakana;30DF
-mikatakanahalfwidth;FF90
-minus;2212
-minusbelowcmb;0320
-minuscircle;2296
-minusmod;02D7
-minusplus;2213
-minute;2032
-miribaarusquare;334A
-mirisquare;3349
-mlonglegturned;0270
-mlsquare;3396
-mmcubedsquare;33A3
-mmonospace;FF4D
-mmsquaredsquare;339F
-mohiragana;3082
-mohmsquare;33C1
-mokatakana;30E2
-mokatakanahalfwidth;FF93
-molsquare;33D6
-momathai;0E21
-moverssquare;33A7
-moverssquaredsquare;33A8
-mparen;24A8
-mpasquare;33AB
-mssquare;33B3
-msuperior;F6EF
-mturned;026F
-mu;00B5
-mu1;00B5
-muasquare;3382
-muchgreater;226B
-muchless;226A
-mufsquare;338C
-mugreek;03BC
-mugsquare;338D
-muhiragana;3080
-mukatakana;30E0
-mukatakanahalfwidth;FF91
-mulsquare;3395
-multiply;00D7
-mumsquare;339B
-munahhebrew;05A3
-munahlefthebrew;05A3
-musicalnote;266A
-musicalnotedbl;266B
-musicflatsign;266D
-musicsharpsign;266F
-mussquare;33B2
-muvsquare;33B6
-muwsquare;33BC
-mvmegasquare;33B9
-mvsquare;33B7
-mwmegasquare;33BF
-mwsquare;33BD
-n;006E
-nabengali;09A8
-nabla;2207
-nacute;0144
-nadeva;0928
-nagujarati;0AA8
-nagurmukhi;0A28
-nahiragana;306A
-nakatakana;30CA
-nakatakanahalfwidth;FF85
-napostrophe;0149
-nasquare;3381
-nbopomofo;310B
-nbspace;00A0
-ncaron;0148
-ncedilla;0146
-ncircle;24DD
-ncircumflexbelow;1E4B
-ncommaaccent;0146
-ndotaccent;1E45
-ndotbelow;1E47
-nehiragana;306D
-nekatakana;30CD
-nekatakanahalfwidth;FF88
-newsheqelsign;20AA
-nfsquare;338B
-ngabengali;0999
-ngadeva;0919
-ngagujarati;0A99
-ngagurmukhi;0A19
-ngonguthai;0E07
-nhiragana;3093
-nhookleft;0272
-nhookretroflex;0273
-nieunacirclekorean;326F
-nieunaparenkorean;320F
-nieuncieuckorean;3135
-nieuncirclekorean;3261
-nieunhieuhkorean;3136
-nieunkorean;3134
-nieunpansioskorean;3168
-nieunparenkorean;3201
-nieunsioskorean;3167
-nieuntikeutkorean;3166
-nihiragana;306B
-nikatakana;30CB
-nikatakanahalfwidth;FF86
-nikhahitleftthai;F899
-nikhahitthai;0E4D
-nine;0039
-ninearabic;0669
-ninebengali;09EF
-ninecircle;2468
-ninecircleinversesansserif;2792
-ninedeva;096F
-ninegujarati;0AEF
-ninegurmukhi;0A6F
-ninehackarabic;0669
-ninehangzhou;3029
-nineideographicparen;3228
-nineinferior;2089
-ninemonospace;FF19
-nineoldstyle;F739
-nineparen;247C
-nineperiod;2490
-ninepersian;06F9
-nineroman;2178
-ninesuperior;2079
-nineteencircle;2472
-nineteenparen;2486
-nineteenperiod;249A
-ninethai;0E59
-nj;01CC
-njecyrillic;045A
-nkatakana;30F3
-nkatakanahalfwidth;FF9D
-nlegrightlong;019E
-nlinebelow;1E49
-nmonospace;FF4E
-nmsquare;339A
-nnabengali;09A3
-nnadeva;0923
-nnagujarati;0AA3
-nnagurmukhi;0A23
-nnnadeva;0929
-nohiragana;306E
-nokatakana;30CE
-nokatakanahalfwidth;FF89
-nonbreakingspace;00A0
-nonenthai;0E13
-nonuthai;0E19
-noonarabic;0646
-noonfinalarabic;FEE6
-noonghunnaarabic;06BA
-noonghunnafinalarabic;FB9F
-noonhehinitialarabic;FEE7 FEEC
-nooninitialarabic;FEE7
-noonjeeminitialarabic;FCD2
-noonjeemisolatedarabic;FC4B
-noonmedialarabic;FEE8
-noonmeeminitialarabic;FCD5
-noonmeemisolatedarabic;FC4E
-noonnoonfinalarabic;FC8D
-notcontains;220C
-notelement;2209
-notelementof;2209
-notequal;2260
-notgreater;226F
-notgreaternorequal;2271
-notgreaternorless;2279
-notidentical;2262
-notless;226E
-notlessnorequal;2270
-notparallel;2226
-notprecedes;2280
-notsubset;2284
-notsucceeds;2281
-notsuperset;2285
-nowarmenian;0576
-nparen;24A9
-nssquare;33B1
-nsuperior;207F
-ntilde;00F1
-nu;03BD
-nuhiragana;306C
-nukatakana;30CC
-nukatakanahalfwidth;FF87
-nuktabengali;09BC
-nuktadeva;093C
-nuktagujarati;0ABC
-nuktagurmukhi;0A3C
-numbersign;0023
-numbersignmonospace;FF03
-numbersignsmall;FE5F
-numeralsigngreek;0374
-numeralsignlowergreek;0375
-numero;2116
-nun;05E0
-nundagesh;FB40
-nundageshhebrew;FB40
-nunhebrew;05E0
-nvsquare;33B5
-nwsquare;33BB
-nyabengali;099E
-nyadeva;091E
-nyagujarati;0A9E
-nyagurmukhi;0A1E
-o;006F
-oacute;00F3
-oangthai;0E2D
-obarred;0275
-obarredcyrillic;04E9
-obarreddieresiscyrillic;04EB
-obengali;0993
-obopomofo;311B
-obreve;014F
-ocandradeva;0911
-ocandragujarati;0A91
-ocandravowelsigndeva;0949
-ocandravowelsigngujarati;0AC9
-ocaron;01D2
-ocircle;24DE
-ocircumflex;00F4
-ocircumflexacute;1ED1
-ocircumflexdotbelow;1ED9
-ocircumflexgrave;1ED3
-ocircumflexhookabove;1ED5
-ocircumflextilde;1ED7
-ocyrillic;043E
-odblacute;0151
-odblgrave;020D
-odeva;0913
-odieresis;00F6
-odieresiscyrillic;04E7
-odotbelow;1ECD
-oe;0153
-oekorean;315A
-ogonek;02DB
-ogonekcmb;0328
-ograve;00F2
-ogujarati;0A93
-oharmenian;0585
-ohiragana;304A
-ohookabove;1ECF
-ohorn;01A1
-ohornacute;1EDB
-ohorndotbelow;1EE3
-ohorngrave;1EDD
-ohornhookabove;1EDF
-ohorntilde;1EE1
-ohungarumlaut;0151
-oi;01A3
-oinvertedbreve;020F
-okatakana;30AA
-okatakanahalfwidth;FF75
-okorean;3157
-olehebrew;05AB
-omacron;014D
-omacronacute;1E53
-omacrongrave;1E51
-omdeva;0950
-omega;03C9
-omega1;03D6
-omegacyrillic;0461
-omegalatinclosed;0277
-omegaroundcyrillic;047B
-omegatitlocyrillic;047D
-omegatonos;03CE
-omgujarati;0AD0
-omicron;03BF
-omicrontonos;03CC
-omonospace;FF4F
-one;0031
-onearabic;0661
-onebengali;09E7
-onecircle;2460
-onecircleinversesansserif;278A
-onedeva;0967
-onedotenleader;2024
-oneeighth;215B
-onefitted;F6DC
-onegujarati;0AE7
-onegurmukhi;0A67
-onehackarabic;0661
-onehalf;00BD
-onehangzhou;3021
-oneideographicparen;3220
-oneinferior;2081
-onemonospace;FF11
-onenumeratorbengali;09F4
-oneoldstyle;F731
-oneparen;2474
-oneperiod;2488
-onepersian;06F1
-onequarter;00BC
-oneroman;2170
-onesuperior;00B9
-onethai;0E51
-onethird;2153
-oogonek;01EB
-oogonekmacron;01ED
-oogurmukhi;0A13
-oomatragurmukhi;0A4B
-oopen;0254
-oparen;24AA
-openbullet;25E6
-option;2325
-ordfeminine;00AA
-ordmasculine;00BA
-orthogonal;221F
-oshortdeva;0912
-oshortvowelsigndeva;094A
-oslash;00F8
-oslashacute;01FF
-osmallhiragana;3049
-osmallkatakana;30A9
-osmallkatakanahalfwidth;FF6B
-ostrokeacute;01FF
-osuperior;F6F0
-otcyrillic;047F
-otilde;00F5
-otildeacute;1E4D
-otildedieresis;1E4F
-oubopomofo;3121
-overline;203E
-overlinecenterline;FE4A
-overlinecmb;0305
-overlinedashed;FE49
-overlinedblwavy;FE4C
-overlinewavy;FE4B
-overscore;00AF
-ovowelsignbengali;09CB
-ovowelsigndeva;094B
-ovowelsigngujarati;0ACB
-p;0070
-paampssquare;3380
-paasentosquare;332B
-pabengali;09AA
-pacute;1E55
-padeva;092A
-pagedown;21DF
-pageup;21DE
-pagujarati;0AAA
-pagurmukhi;0A2A
-pahiragana;3071
-paiyannoithai;0E2F
-pakatakana;30D1
-palatalizationcyrilliccmb;0484
-palochkacyrillic;04C0
-pansioskorean;317F
-paragraph;00B6
-parallel;2225
-parenleft;0028
-parenleftaltonearabic;FD3E
-parenleftbt;F8ED
-parenleftex;F8EC
-parenleftinferior;208D
-parenleftmonospace;FF08
-parenleftsmall;FE59
-parenleftsuperior;207D
-parenlefttp;F8EB
-parenleftvertical;FE35
-parenright;0029
-parenrightaltonearabic;FD3F
-parenrightbt;F8F8
-parenrightex;F8F7
-parenrightinferior;208E
-parenrightmonospace;FF09
-parenrightsmall;FE5A
-parenrightsuperior;207E
-parenrighttp;F8F6
-parenrightvertical;FE36
-partialdiff;2202
-paseqhebrew;05C0
-pashtahebrew;0599
-pasquare;33A9
-patah;05B7
-patah11;05B7
-patah1d;05B7
-patah2a;05B7
-patahhebrew;05B7
-patahnarrowhebrew;05B7
-patahquarterhebrew;05B7
-patahwidehebrew;05B7
-pazerhebrew;05A1
-pbopomofo;3106
-pcircle;24DF
-pdotaccent;1E57
-pe;05E4
-pecyrillic;043F
-pedagesh;FB44
-pedageshhebrew;FB44
-peezisquare;333B
-pefinaldageshhebrew;FB43
-peharabic;067E
-peharmenian;057A
-pehebrew;05E4
-pehfinalarabic;FB57
-pehinitialarabic;FB58
-pehiragana;307A
-pehmedialarabic;FB59
-pekatakana;30DA
-pemiddlehookcyrillic;04A7
-perafehebrew;FB4E
-percent;0025
-percentarabic;066A
-percentmonospace;FF05
-percentsmall;FE6A
-period;002E
-periodarmenian;0589
-periodcentered;00B7
-periodhalfwidth;FF61
-periodinferior;F6E7
-periodmonospace;FF0E
-periodsmall;FE52
-periodsuperior;F6E8
-perispomenigreekcmb;0342
-perpendicular;22A5
-perthousand;2030
-peseta;20A7
-pfsquare;338A
-phabengali;09AB
-phadeva;092B
-phagujarati;0AAB
-phagurmukhi;0A2B
-phi;03C6
-phi1;03D5
-phieuphacirclekorean;327A
-phieuphaparenkorean;321A
-phieuphcirclekorean;326C
-phieuphkorean;314D
-phieuphparenkorean;320C
-philatin;0278
-phinthuthai;0E3A
-phisymbolgreek;03D5
-phook;01A5
-phophanthai;0E1E
-phophungthai;0E1C
-phosamphaothai;0E20
-pi;03C0
-pieupacirclekorean;3273
-pieupaparenkorean;3213
-pieupcieuckorean;3176
-pieupcirclekorean;3265
-pieupkiyeokkorean;3172
-pieupkorean;3142
-pieupparenkorean;3205
-pieupsioskiyeokkorean;3174
-pieupsioskorean;3144
-pieupsiostikeutkorean;3175
-pieupthieuthkorean;3177
-pieuptikeutkorean;3173
-pihiragana;3074
-pikatakana;30D4
-pisymbolgreek;03D6
-piwrarmenian;0583
-plus;002B
-plusbelowcmb;031F
-pluscircle;2295
-plusminus;00B1
-plusmod;02D6
-plusmonospace;FF0B
-plussmall;FE62
-plussuperior;207A
-pmonospace;FF50
-pmsquare;33D8
-pohiragana;307D
-pointingindexdownwhite;261F
-pointingindexleftwhite;261C
-pointingindexrightwhite;261E
-pointingindexupwhite;261D
-pokatakana;30DD
-poplathai;0E1B
-postalmark;3012
-postalmarkface;3020
-pparen;24AB
-precedes;227A
-prescription;211E
-primemod;02B9
-primereversed;2035
-product;220F
-projective;2305
-prolongedkana;30FC
-propellor;2318
-propersubset;2282
-propersuperset;2283
-proportion;2237
-proportional;221D
-psi;03C8
-psicyrillic;0471
-psilipneumatacyrilliccmb;0486
-pssquare;33B0
-puhiragana;3077
-pukatakana;30D7
-pvsquare;33B4
-pwsquare;33BA
-q;0071
-qadeva;0958
-qadmahebrew;05A8
-qafarabic;0642
-qaffinalarabic;FED6
-qafinitialarabic;FED7
-qafmedialarabic;FED8
-qamats;05B8
-qamats10;05B8
-qamats1a;05B8
-qamats1c;05B8
-qamats27;05B8
-qamats29;05B8
-qamats33;05B8
-qamatsde;05B8
-qamatshebrew;05B8
-qamatsnarrowhebrew;05B8
-qamatsqatanhebrew;05B8
-qamatsqatannarrowhebrew;05B8
-qamatsqatanquarterhebrew;05B8
-qamatsqatanwidehebrew;05B8
-qamatsquarterhebrew;05B8
-qamatswidehebrew;05B8
-qarneyparahebrew;059F
-qbopomofo;3111
-qcircle;24E0
-qhook;02A0
-qmonospace;FF51
-qof;05E7
-qofdagesh;FB47
-qofdageshhebrew;FB47
-qofhatafpatah;05E7 05B2
-qofhatafpatahhebrew;05E7 05B2
-qofhatafsegol;05E7 05B1
-qofhatafsegolhebrew;05E7 05B1
-qofhebrew;05E7
-qofhiriq;05E7 05B4
-qofhiriqhebrew;05E7 05B4
-qofholam;05E7 05B9
-qofholamhebrew;05E7 05B9
-qofpatah;05E7 05B7
-qofpatahhebrew;05E7 05B7
-qofqamats;05E7 05B8
-qofqamatshebrew;05E7 05B8
-qofqubuts;05E7 05BB
-qofqubutshebrew;05E7 05BB
-qofsegol;05E7 05B6
-qofsegolhebrew;05E7 05B6
-qofsheva;05E7 05B0
-qofshevahebrew;05E7 05B0
-qoftsere;05E7 05B5
-qoftserehebrew;05E7 05B5
-qparen;24AC
-quarternote;2669
-qubuts;05BB
-qubuts18;05BB
-qubuts25;05BB
-qubuts31;05BB
-qubutshebrew;05BB
-qubutsnarrowhebrew;05BB
-qubutsquarterhebrew;05BB
-qubutswidehebrew;05BB
-question;003F
-questionarabic;061F
-questionarmenian;055E
-questiondown;00BF
-questiondownsmall;F7BF
-questiongreek;037E
-questionmonospace;FF1F
-questionsmall;F73F
-quotedbl;0022
-quotedblbase;201E
-quotedblleft;201C
-quotedblmonospace;FF02
-quotedblprime;301E
-quotedblprimereversed;301D
-quotedblright;201D
-quoteleft;2018
-quoteleftreversed;201B
-quotereversed;201B
-quoteright;2019
-quoterightn;0149
-quotesinglbase;201A
-quotesingle;0027
-quotesinglemonospace;FF07
-r;0072
-raarmenian;057C
-rabengali;09B0
-racute;0155
-radeva;0930
-radical;221A
-radicalex;F8E5
-radoverssquare;33AE
-radoverssquaredsquare;33AF
-radsquare;33AD
-rafe;05BF
-rafehebrew;05BF
-ragujarati;0AB0
-ragurmukhi;0A30
-rahiragana;3089
-rakatakana;30E9
-rakatakanahalfwidth;FF97
-ralowerdiagonalbengali;09F1
-ramiddlediagonalbengali;09F0
-ramshorn;0264
-ratio;2236
-rbopomofo;3116
-rcaron;0159
-rcedilla;0157
-rcircle;24E1
-rcommaaccent;0157
-rdblgrave;0211
-rdotaccent;1E59
-rdotbelow;1E5B
-rdotbelowmacron;1E5D
-referencemark;203B
-reflexsubset;2286
-reflexsuperset;2287
-registered;00AE
-registersans;F8E8
-registerserif;F6DA
-reharabic;0631
-reharmenian;0580
-rehfinalarabic;FEAE
-rehiragana;308C
-rehyehaleflamarabic;0631 FEF3 FE8E 0644
-rekatakana;30EC
-rekatakanahalfwidth;FF9A
-resh;05E8
-reshdageshhebrew;FB48
-reshhatafpatah;05E8 05B2
-reshhatafpatahhebrew;05E8 05B2
-reshhatafsegol;05E8 05B1
-reshhatafsegolhebrew;05E8 05B1
-reshhebrew;05E8
-reshhiriq;05E8 05B4
-reshhiriqhebrew;05E8 05B4
-reshholam;05E8 05B9
-reshholamhebrew;05E8 05B9
-reshpatah;05E8 05B7
-reshpatahhebrew;05E8 05B7
-reshqamats;05E8 05B8
-reshqamatshebrew;05E8 05B8
-reshqubuts;05E8 05BB
-reshqubutshebrew;05E8 05BB
-reshsegol;05E8 05B6
-reshsegolhebrew;05E8 05B6
-reshsheva;05E8 05B0
-reshshevahebrew;05E8 05B0
-reshtsere;05E8 05B5
-reshtserehebrew;05E8 05B5
-reversedtilde;223D
-reviahebrew;0597
-reviamugrashhebrew;0597
-revlogicalnot;2310
-rfishhook;027E
-rfishhookreversed;027F
-rhabengali;09DD
-rhadeva;095D
-rho;03C1
-rhook;027D
-rhookturned;027B
-rhookturnedsuperior;02B5
-rhosymbolgreek;03F1
-rhotichookmod;02DE
-rieulacirclekorean;3271
-rieulaparenkorean;3211
-rieulcirclekorean;3263
-rieulhieuhkorean;3140
-rieulkiyeokkorean;313A
-rieulkiyeoksioskorean;3169
-rieulkorean;3139
-rieulmieumkorean;313B
-rieulpansioskorean;316C
-rieulparenkorean;3203
-rieulphieuphkorean;313F
-rieulpieupkorean;313C
-rieulpieupsioskorean;316B
-rieulsioskorean;313D
-rieulthieuthkorean;313E
-rieultikeutkorean;316A
-rieulyeorinhieuhkorean;316D
-rightangle;221F
-righttackbelowcmb;0319
-righttriangle;22BF
-rihiragana;308A
-rikatakana;30EA
-rikatakanahalfwidth;FF98
-ring;02DA
-ringbelowcmb;0325
-ringcmb;030A
-ringhalfleft;02BF
-ringhalfleftarmenian;0559
-ringhalfleftbelowcmb;031C
-ringhalfleftcentered;02D3
-ringhalfright;02BE
-ringhalfrightbelowcmb;0339
-ringhalfrightcentered;02D2
-rinvertedbreve;0213
-rittorusquare;3351
-rlinebelow;1E5F
-rlongleg;027C
-rlonglegturned;027A
-rmonospace;FF52
-rohiragana;308D
-rokatakana;30ED
-rokatakanahalfwidth;FF9B
-roruathai;0E23
-rparen;24AD
-rrabengali;09DC
-rradeva;0931
-rragurmukhi;0A5C
-rreharabic;0691
-rrehfinalarabic;FB8D
-rrvocalicbengali;09E0
-rrvocalicdeva;0960
-rrvocalicgujarati;0AE0
-rrvocalicvowelsignbengali;09C4
-rrvocalicvowelsigndeva;0944
-rrvocalicvowelsigngujarati;0AC4
-rsuperior;F6F1
-rtblock;2590
-rturned;0279
-rturnedsuperior;02B4
-ruhiragana;308B
-rukatakana;30EB
-rukatakanahalfwidth;FF99
-rupeemarkbengali;09F2
-rupeesignbengali;09F3
-rupiah;F6DD
-ruthai;0E24
-rvocalicbengali;098B
-rvocalicdeva;090B
-rvocalicgujarati;0A8B
-rvocalicvowelsignbengali;09C3
-rvocalicvowelsigndeva;0943
-rvocalicvowelsigngujarati;0AC3
-s;0073
-sabengali;09B8
-sacute;015B
-sacutedotaccent;1E65
-sadarabic;0635
-sadeva;0938
-sadfinalarabic;FEBA
-sadinitialarabic;FEBB
-sadmedialarabic;FEBC
-sagujarati;0AB8
-sagurmukhi;0A38
-sahiragana;3055
-sakatakana;30B5
-sakatakanahalfwidth;FF7B
-sallallahoualayhewasallamarabic;FDFA
-samekh;05E1
-samekhdagesh;FB41
-samekhdageshhebrew;FB41
-samekhhebrew;05E1
-saraaathai;0E32
-saraaethai;0E41
-saraaimaimalaithai;0E44
-saraaimaimuanthai;0E43
-saraamthai;0E33
-saraathai;0E30
-saraethai;0E40
-saraiileftthai;F886
-saraiithai;0E35
-saraileftthai;F885
-saraithai;0E34
-saraothai;0E42
-saraueeleftthai;F888
-saraueethai;0E37
-saraueleftthai;F887
-sarauethai;0E36
-sarauthai;0E38
-sarauuthai;0E39
-sbopomofo;3119
-scaron;0161
-scarondotaccent;1E67
-scedilla;015F
-schwa;0259
-schwacyrillic;04D9
-schwadieresiscyrillic;04DB
-schwahook;025A
-scircle;24E2
-scircumflex;015D
-scommaaccent;0219
-sdotaccent;1E61
-sdotbelow;1E63
-sdotbelowdotaccent;1E69
-seagullbelowcmb;033C
-second;2033
-secondtonechinese;02CA
-section;00A7
-seenarabic;0633
-seenfinalarabic;FEB2
-seeninitialarabic;FEB3
-seenmedialarabic;FEB4
-segol;05B6
-segol13;05B6
-segol1f;05B6
-segol2c;05B6
-segolhebrew;05B6
-segolnarrowhebrew;05B6
-segolquarterhebrew;05B6
-segoltahebrew;0592
-segolwidehebrew;05B6
-seharmenian;057D
-sehiragana;305B
-sekatakana;30BB
-sekatakanahalfwidth;FF7E
-semicolon;003B
-semicolonarabic;061B
-semicolonmonospace;FF1B
-semicolonsmall;FE54
-semivoicedmarkkana;309C
-semivoicedmarkkanahalfwidth;FF9F
-sentisquare;3322
-sentosquare;3323
-seven;0037
-sevenarabic;0667
-sevenbengali;09ED
-sevencircle;2466
-sevencircleinversesansserif;2790
-sevendeva;096D
-seveneighths;215E
-sevengujarati;0AED
-sevengurmukhi;0A6D
-sevenhackarabic;0667
-sevenhangzhou;3027
-sevenideographicparen;3226
-seveninferior;2087
-sevenmonospace;FF17
-sevenoldstyle;F737
-sevenparen;247A
-sevenperiod;248E
-sevenpersian;06F7
-sevenroman;2176
-sevensuperior;2077
-seventeencircle;2470
-seventeenparen;2484
-seventeenperiod;2498
-seventhai;0E57
-sfthyphen;00AD
-shaarmenian;0577
-shabengali;09B6
-shacyrillic;0448
-shaddaarabic;0651
-shaddadammaarabic;FC61
-shaddadammatanarabic;FC5E
-shaddafathaarabic;FC60
-shaddafathatanarabic;0651 064B
-shaddakasraarabic;FC62
-shaddakasratanarabic;FC5F
-shade;2592
-shadedark;2593
-shadelight;2591
-shademedium;2592
-shadeva;0936
-shagujarati;0AB6
-shagurmukhi;0A36
-shalshelethebrew;0593
-shbopomofo;3115
-shchacyrillic;0449
-sheenarabic;0634
-sheenfinalarabic;FEB6
-sheeninitialarabic;FEB7
-sheenmedialarabic;FEB8
-sheicoptic;03E3
-sheqel;20AA
-sheqelhebrew;20AA
-sheva;05B0
-sheva115;05B0
-sheva15;05B0
-sheva22;05B0
-sheva2e;05B0
-shevahebrew;05B0
-shevanarrowhebrew;05B0
-shevaquarterhebrew;05B0
-shevawidehebrew;05B0
-shhacyrillic;04BB
-shimacoptic;03ED
-shin;05E9
-shindagesh;FB49
-shindageshhebrew;FB49
-shindageshshindot;FB2C
-shindageshshindothebrew;FB2C
-shindageshsindot;FB2D
-shindageshsindothebrew;FB2D
-shindothebrew;05C1
-shinhebrew;05E9
-shinshindot;FB2A
-shinshindothebrew;FB2A
-shinsindot;FB2B
-shinsindothebrew;FB2B
-shook;0282
-sigma;03C3
-sigma1;03C2
-sigmafinal;03C2
-sigmalunatesymbolgreek;03F2
-sihiragana;3057
-sikatakana;30B7
-sikatakanahalfwidth;FF7C
-siluqhebrew;05BD
-siluqlefthebrew;05BD
-similar;223C
-sindothebrew;05C2
-siosacirclekorean;3274
-siosaparenkorean;3214
-sioscieuckorean;317E
-sioscirclekorean;3266
-sioskiyeokkorean;317A
-sioskorean;3145
-siosnieunkorean;317B
-siosparenkorean;3206
-siospieupkorean;317D
-siostikeutkorean;317C
-six;0036
-sixarabic;0666
-sixbengali;09EC
-sixcircle;2465
-sixcircleinversesansserif;278F
-sixdeva;096C
-sixgujarati;0AEC
-sixgurmukhi;0A6C
-sixhackarabic;0666
-sixhangzhou;3026
-sixideographicparen;3225
-sixinferior;2086
-sixmonospace;FF16
-sixoldstyle;F736
-sixparen;2479
-sixperiod;248D
-sixpersian;06F6
-sixroman;2175
-sixsuperior;2076
-sixteencircle;246F
-sixteencurrencydenominatorbengali;09F9
-sixteenparen;2483
-sixteenperiod;2497
-sixthai;0E56
-slash;002F
-slashmonospace;FF0F
-slong;017F
-slongdotaccent;1E9B
-smileface;263A
-smonospace;FF53
-sofpasuqhebrew;05C3
-softhyphen;00AD
-softsigncyrillic;044C
-sohiragana;305D
-sokatakana;30BD
-sokatakanahalfwidth;FF7F
-soliduslongoverlaycmb;0338
-solidusshortoverlaycmb;0337
-sorusithai;0E29
-sosalathai;0E28
-sosothai;0E0B
-sosuathai;0E2A
-space;0020
-spacehackarabic;0020
-spade;2660
-spadesuitblack;2660
-spadesuitwhite;2664
-sparen;24AE
-squarebelowcmb;033B
-squarecc;33C4
-squarecm;339D
-squarediagonalcrosshatchfill;25A9
-squarehorizontalfill;25A4
-squarekg;338F
-squarekm;339E
-squarekmcapital;33CE
-squareln;33D1
-squarelog;33D2
-squaremg;338E
-squaremil;33D5
-squaremm;339C
-squaremsquared;33A1
-squareorthogonalcrosshatchfill;25A6
-squareupperlefttolowerrightfill;25A7
-squareupperrighttolowerleftfill;25A8
-squareverticalfill;25A5
-squarewhitewithsmallblack;25A3
-srsquare;33DB
-ssabengali;09B7
-ssadeva;0937
-ssagujarati;0AB7
-ssangcieuckorean;3149
-ssanghieuhkorean;3185
-ssangieungkorean;3180
-ssangkiyeokkorean;3132
-ssangnieunkorean;3165
-ssangpieupkorean;3143
-ssangsioskorean;3146
-ssangtikeutkorean;3138
-ssuperior;F6F2
-sterling;00A3
-sterlingmonospace;FFE1
-strokelongoverlaycmb;0336
-strokeshortoverlaycmb;0335
-subset;2282
-subsetnotequal;228A
-subsetorequal;2286
-succeeds;227B
-suchthat;220B
-suhiragana;3059
-sukatakana;30B9
-sukatakanahalfwidth;FF7D
-sukunarabic;0652
-summation;2211
-sun;263C
-superset;2283
-supersetnotequal;228B
-supersetorequal;2287
-svsquare;33DC
-syouwaerasquare;337C
-t;0074
-tabengali;09A4
-tackdown;22A4
-tackleft;22A3
-tadeva;0924
-tagujarati;0AA4
-tagurmukhi;0A24
-taharabic;0637
-tahfinalarabic;FEC2
-tahinitialarabic;FEC3
-tahiragana;305F
-tahmedialarabic;FEC4
-taisyouerasquare;337D
-takatakana;30BF
-takatakanahalfwidth;FF80
-tatweelarabic;0640
-tau;03C4
-tav;05EA
-tavdages;FB4A
-tavdagesh;FB4A
-tavdageshhebrew;FB4A
-tavhebrew;05EA
-tbar;0167
-tbopomofo;310A
-tcaron;0165
-tccurl;02A8
-tcedilla;0163
-tcheharabic;0686
-tchehfinalarabic;FB7B
-tchehinitialarabic;FB7C
-tchehmedialarabic;FB7D
-tchehmeeminitialarabic;FB7C FEE4
-tcircle;24E3
-tcircumflexbelow;1E71
-tcommaaccent;0163
-tdieresis;1E97
-tdotaccent;1E6B
-tdotbelow;1E6D
-tecyrillic;0442
-tedescendercyrillic;04AD
-teharabic;062A
-tehfinalarabic;FE96
-tehhahinitialarabic;FCA2
-tehhahisolatedarabic;FC0C
-tehinitialarabic;FE97
-tehiragana;3066
-tehjeeminitialarabic;FCA1
-tehjeemisolatedarabic;FC0B
-tehmarbutaarabic;0629
-tehmarbutafinalarabic;FE94
-tehmedialarabic;FE98
-tehmeeminitialarabic;FCA4
-tehmeemisolatedarabic;FC0E
-tehnoonfinalarabic;FC73
-tekatakana;30C6
-tekatakanahalfwidth;FF83
-telephone;2121
-telephoneblack;260E
-telishagedolahebrew;05A0
-telishaqetanahebrew;05A9
-tencircle;2469
-tenideographicparen;3229
-tenparen;247D
-tenperiod;2491
-tenroman;2179
-tesh;02A7
-tet;05D8
-tetdagesh;FB38
-tetdageshhebrew;FB38
-tethebrew;05D8
-tetsecyrillic;04B5
-tevirhebrew;059B
-tevirlefthebrew;059B
-thabengali;09A5
-thadeva;0925
-thagujarati;0AA5
-thagurmukhi;0A25
-thalarabic;0630
-thalfinalarabic;FEAC
-thanthakhatlowleftthai;F898
-thanthakhatlowrightthai;F897
-thanthakhatthai;0E4C
-thanthakhatupperleftthai;F896
-theharabic;062B
-thehfinalarabic;FE9A
-thehinitialarabic;FE9B
-thehmedialarabic;FE9C
-thereexists;2203
-therefore;2234
-theta;03B8
-theta1;03D1
-thetasymbolgreek;03D1
-thieuthacirclekorean;3279
-thieuthaparenkorean;3219
-thieuthcirclekorean;326B
-thieuthkorean;314C
-thieuthparenkorean;320B
-thirteencircle;246C
-thirteenparen;2480
-thirteenperiod;2494
-thonangmonthothai;0E11
-thook;01AD
-thophuthaothai;0E12
-thorn;00FE
-thothahanthai;0E17
-thothanthai;0E10
-thothongthai;0E18
-thothungthai;0E16
-thousandcyrillic;0482
-thousandsseparatorarabic;066C
-thousandsseparatorpersian;066C
-three;0033
-threearabic;0663
-threebengali;09E9
-threecircle;2462
-threecircleinversesansserif;278C
-threedeva;0969
-threeeighths;215C
-threegujarati;0AE9
-threegurmukhi;0A69
-threehackarabic;0663
-threehangzhou;3023
-threeideographicparen;3222
-threeinferior;2083
-threemonospace;FF13
-threenumeratorbengali;09F6
-threeoldstyle;F733
-threeparen;2476
-threeperiod;248A
-threepersian;06F3
-threequarters;00BE
-threequartersemdash;F6DE
-threeroman;2172
-threesuperior;00B3
-threethai;0E53
-thzsquare;3394
-tihiragana;3061
-tikatakana;30C1
-tikatakanahalfwidth;FF81
-tikeutacirclekorean;3270
-tikeutaparenkorean;3210
-tikeutcirclekorean;3262
-tikeutkorean;3137
-tikeutparenkorean;3202
-tilde;02DC
-tildebelowcmb;0330
-tildecmb;0303
-tildecomb;0303
-tildedoublecmb;0360
-tildeoperator;223C
-tildeoverlaycmb;0334
-tildeverticalcmb;033E
-timescircle;2297
-tipehahebrew;0596
-tipehalefthebrew;0596
-tippigurmukhi;0A70
-titlocyrilliccmb;0483
-tiwnarmenian;057F
-tlinebelow;1E6F
-tmonospace;FF54
-toarmenian;0569
-tohiragana;3068
-tokatakana;30C8
-tokatakanahalfwidth;FF84
-tonebarextrahighmod;02E5
-tonebarextralowmod;02E9
-tonebarhighmod;02E6
-tonebarlowmod;02E8
-tonebarmidmod;02E7
-tonefive;01BD
-tonesix;0185
-tonetwo;01A8
-tonos;0384
-tonsquare;3327
-topatakthai;0E0F
-tortoiseshellbracketleft;3014
-tortoiseshellbracketleftsmall;FE5D
-tortoiseshellbracketleftvertical;FE39
-tortoiseshellbracketright;3015
-tortoiseshellbracketrightsmall;FE5E
-tortoiseshellbracketrightvertical;FE3A
-totaothai;0E15
-tpalatalhook;01AB
-tparen;24AF
-trademark;2122
-trademarksans;F8EA
-trademarkserif;F6DB
-tretroflexhook;0288
-triagdn;25BC
-triaglf;25C4
-triagrt;25BA
-triagup;25B2
-ts;02A6
-tsadi;05E6
-tsadidagesh;FB46
-tsadidageshhebrew;FB46
-tsadihebrew;05E6
-tsecyrillic;0446
-tsere;05B5
-tsere12;05B5
-tsere1e;05B5
-tsere2b;05B5
-tserehebrew;05B5
-tserenarrowhebrew;05B5
-tserequarterhebrew;05B5
-tserewidehebrew;05B5
-tshecyrillic;045B
-tsuperior;F6F3
-ttabengali;099F
-ttadeva;091F
-ttagujarati;0A9F
-ttagurmukhi;0A1F
-tteharabic;0679
-ttehfinalarabic;FB67
-ttehinitialarabic;FB68
-ttehmedialarabic;FB69
-tthabengali;09A0
-tthadeva;0920
-tthagujarati;0AA0
-tthagurmukhi;0A20
-tturned;0287
-tuhiragana;3064
-tukatakana;30C4
-tukatakanahalfwidth;FF82
-tusmallhiragana;3063
-tusmallkatakana;30C3
-tusmallkatakanahalfwidth;FF6F
-twelvecircle;246B
-twelveparen;247F
-twelveperiod;2493
-twelveroman;217B
-twentycircle;2473
-twentyhangzhou;5344
-twentyparen;2487
-twentyperiod;249B
-two;0032
-twoarabic;0662
-twobengali;09E8
-twocircle;2461
-twocircleinversesansserif;278B
-twodeva;0968
-twodotenleader;2025
-twodotleader;2025
-twodotleadervertical;FE30
-twogujarati;0AE8
-twogurmukhi;0A68
-twohackarabic;0662
-twohangzhou;3022
-twoideographicparen;3221
-twoinferior;2082
-twomonospace;FF12
-twonumeratorbengali;09F5
-twooldstyle;F732
-twoparen;2475
-twoperiod;2489
-twopersian;06F2
-tworoman;2171
-twostroke;01BB
-twosuperior;00B2
-twothai;0E52
-twothirds;2154
-u;0075
-uacute;00FA
-ubar;0289
-ubengali;0989
-ubopomofo;3128
-ubreve;016D
-ucaron;01D4
-ucircle;24E4
-ucircumflex;00FB
-ucircumflexbelow;1E77
-ucyrillic;0443
-udattadeva;0951
-udblacute;0171
-udblgrave;0215
-udeva;0909
-udieresis;00FC
-udieresisacute;01D8
-udieresisbelow;1E73
-udieresiscaron;01DA
-udieresiscyrillic;04F1
-udieresisgrave;01DC
-udieresismacron;01D6
-udotbelow;1EE5
-ugrave;00F9
-ugujarati;0A89
-ugurmukhi;0A09
-uhiragana;3046
-uhookabove;1EE7
-uhorn;01B0
-uhornacute;1EE9
-uhorndotbelow;1EF1
-uhorngrave;1EEB
-uhornhookabove;1EED
-uhorntilde;1EEF
-uhungarumlaut;0171
-uhungarumlautcyrillic;04F3
-uinvertedbreve;0217
-ukatakana;30A6
-ukatakanahalfwidth;FF73
-ukcyrillic;0479
-ukorean;315C
-umacron;016B
-umacroncyrillic;04EF
-umacrondieresis;1E7B
-umatragurmukhi;0A41
-umonospace;FF55
-underscore;005F
-underscoredbl;2017
-underscoremonospace;FF3F
-underscorevertical;FE33
-underscorewavy;FE4F
-union;222A
-universal;2200
-uogonek;0173
-uparen;24B0
-upblock;2580
-upperdothebrew;05C4
-upsilon;03C5
-upsilondieresis;03CB
-upsilondieresistonos;03B0
-upsilonlatin;028A
-upsilontonos;03CD
-uptackbelowcmb;031D
-uptackmod;02D4
-uragurmukhi;0A73
-uring;016F
-ushortcyrillic;045E
-usmallhiragana;3045
-usmallkatakana;30A5
-usmallkatakanahalfwidth;FF69
-ustraightcyrillic;04AF
-ustraightstrokecyrillic;04B1
-utilde;0169
-utildeacute;1E79
-utildebelow;1E75
-uubengali;098A
-uudeva;090A
-uugujarati;0A8A
-uugurmukhi;0A0A
-uumatragurmukhi;0A42
-uuvowelsignbengali;09C2
-uuvowelsigndeva;0942
-uuvowelsigngujarati;0AC2
-uvowelsignbengali;09C1
-uvowelsigndeva;0941
-uvowelsigngujarati;0AC1
-v;0076
-vadeva;0935
-vagujarati;0AB5
-vagurmukhi;0A35
-vakatakana;30F7
-vav;05D5
-vavdagesh;FB35
-vavdagesh65;FB35
-vavdageshhebrew;FB35
-vavhebrew;05D5
-vavholam;FB4B
-vavholamhebrew;FB4B
-vavvavhebrew;05F0
-vavyodhebrew;05F1
-vcircle;24E5
-vdotbelow;1E7F
-vecyrillic;0432
-veharabic;06A4
-vehfinalarabic;FB6B
-vehinitialarabic;FB6C
-vehmedialarabic;FB6D
-vekatakana;30F9
-venus;2640
-verticalbar;007C
-verticallineabovecmb;030D
-verticallinebelowcmb;0329
-verticallinelowmod;02CC
-verticallinemod;02C8
-vewarmenian;057E
-vhook;028B
-vikatakana;30F8
-viramabengali;09CD
-viramadeva;094D
-viramagujarati;0ACD
-visargabengali;0983
-visargadeva;0903
-visargagujarati;0A83
-vmonospace;FF56
-voarmenian;0578
-voicediterationhiragana;309E
-voicediterationkatakana;30FE
-voicedmarkkana;309B
-voicedmarkkanahalfwidth;FF9E
-vokatakana;30FA
-vparen;24B1
-vtilde;1E7D
-vturned;028C
-vuhiragana;3094
-vukatakana;30F4
-w;0077
-wacute;1E83
-waekorean;3159
-wahiragana;308F
-wakatakana;30EF
-wakatakanahalfwidth;FF9C
-wakorean;3158
-wasmallhiragana;308E
-wasmallkatakana;30EE
-wattosquare;3357
-wavedash;301C
-wavyunderscorevertical;FE34
-wawarabic;0648
-wawfinalarabic;FEEE
-wawhamzaabovearabic;0624
-wawhamzaabovefinalarabic;FE86
-wbsquare;33DD
-wcircle;24E6
-wcircumflex;0175
-wdieresis;1E85
-wdotaccent;1E87
-wdotbelow;1E89
-wehiragana;3091
-weierstrass;2118
-wekatakana;30F1
-wekorean;315E
-weokorean;315D
-wgrave;1E81
-whitebullet;25E6
-whitecircle;25CB
-whitecircleinverse;25D9
-whitecornerbracketleft;300E
-whitecornerbracketleftvertical;FE43
-whitecornerbracketright;300F
-whitecornerbracketrightvertical;FE44
-whitediamond;25C7
-whitediamondcontainingblacksmalldiamond;25C8
-whitedownpointingsmalltriangle;25BF
-whitedownpointingtriangle;25BD
-whiteleftpointingsmalltriangle;25C3
-whiteleftpointingtriangle;25C1
-whitelenticularbracketleft;3016
-whitelenticularbracketright;3017
-whiterightpointingsmalltriangle;25B9
-whiterightpointingtriangle;25B7
-whitesmallsquare;25AB
-whitesmilingface;263A
-whitesquare;25A1
-whitestar;2606
-whitetelephone;260F
-whitetortoiseshellbracketleft;3018
-whitetortoiseshellbracketright;3019
-whiteuppointingsmalltriangle;25B5
-whiteuppointingtriangle;25B3
-wihiragana;3090
-wikatakana;30F0
-wikorean;315F
-wmonospace;FF57
-wohiragana;3092
-wokatakana;30F2
-wokatakanahalfwidth;FF66
-won;20A9
-wonmonospace;FFE6
-wowaenthai;0E27
-wparen;24B2
-wring;1E98
-wsuperior;02B7
-wturned;028D
-wynn;01BF
-x;0078
-xabovecmb;033D
-xbopomofo;3112
-xcircle;24E7
-xdieresis;1E8D
-xdotaccent;1E8B
-xeharmenian;056D
-xi;03BE
-xmonospace;FF58
-xparen;24B3
-xsuperior;02E3
-y;0079
-yaadosquare;334E
-yabengali;09AF
-yacute;00FD
-yadeva;092F
-yaekorean;3152
-yagujarati;0AAF
-yagurmukhi;0A2F
-yahiragana;3084
-yakatakana;30E4
-yakatakanahalfwidth;FF94
-yakorean;3151
-yamakkanthai;0E4E
-yasmallhiragana;3083
-yasmallkatakana;30E3
-yasmallkatakanahalfwidth;FF6C
-yatcyrillic;0463
-ycircle;24E8
-ycircumflex;0177
-ydieresis;00FF
-ydotaccent;1E8F
-ydotbelow;1EF5
-yeharabic;064A
-yehbarreearabic;06D2
-yehbarreefinalarabic;FBAF
-yehfinalarabic;FEF2
-yehhamzaabovearabic;0626
-yehhamzaabovefinalarabic;FE8A
-yehhamzaaboveinitialarabic;FE8B
-yehhamzaabovemedialarabic;FE8C
-yehinitialarabic;FEF3
-yehmedialarabic;FEF4
-yehmeeminitialarabic;FCDD
-yehmeemisolatedarabic;FC58
-yehnoonfinalarabic;FC94
-yehthreedotsbelowarabic;06D1
-yekorean;3156
-yen;00A5
-yenmonospace;FFE5
-yeokorean;3155
-yeorinhieuhkorean;3186
-yerahbenyomohebrew;05AA
-yerahbenyomolefthebrew;05AA
-yericyrillic;044B
-yerudieresiscyrillic;04F9
-yesieungkorean;3181
-yesieungpansioskorean;3183
-yesieungsioskorean;3182
-yetivhebrew;059A
-ygrave;1EF3
-yhook;01B4
-yhookabove;1EF7
-yiarmenian;0575
-yicyrillic;0457
-yikorean;3162
-yinyang;262F
-yiwnarmenian;0582
-ymonospace;FF59
-yod;05D9
-yoddagesh;FB39
-yoddageshhebrew;FB39
-yodhebrew;05D9
-yodyodhebrew;05F2
-yodyodpatahhebrew;FB1F
-yohiragana;3088
-yoikorean;3189
-yokatakana;30E8
-yokatakanahalfwidth;FF96
-yokorean;315B
-yosmallhiragana;3087
-yosmallkatakana;30E7
-yosmallkatakanahalfwidth;FF6E
-yotgreek;03F3
-yoyaekorean;3188
-yoyakorean;3187
-yoyakthai;0E22
-yoyingthai;0E0D
-yparen;24B4
-ypogegrammeni;037A
-ypogegrammenigreekcmb;0345
-yr;01A6
-yring;1E99
-ysuperior;02B8
-ytilde;1EF9
-yturned;028E
-yuhiragana;3086
-yuikorean;318C
-yukatakana;30E6
-yukatakanahalfwidth;FF95
-yukorean;3160
-yusbigcyrillic;046B
-yusbigiotifiedcyrillic;046D
-yuslittlecyrillic;0467
-yuslittleiotifiedcyrillic;0469
-yusmallhiragana;3085
-yusmallkatakana;30E5
-yusmallkatakanahalfwidth;FF6D
-yuyekorean;318B
-yuyeokorean;318A
-yyabengali;09DF
-yyadeva;095F
-z;007A
-zaarmenian;0566
-zacute;017A
-zadeva;095B
-zagurmukhi;0A5B
-zaharabic;0638
-zahfinalarabic;FEC6
-zahinitialarabic;FEC7
-zahiragana;3056
-zahmedialarabic;FEC8
-zainarabic;0632
-zainfinalarabic;FEB0
-zakatakana;30B6
-zaqefgadolhebrew;0595
-zaqefqatanhebrew;0594
-zarqahebrew;0598
-zayin;05D6
-zayindagesh;FB36
-zayindageshhebrew;FB36
-zayinhebrew;05D6
-zbopomofo;3117
-zcaron;017E
-zcircle;24E9
-zcircumflex;1E91
-zcurl;0291
-zdot;017C
-zdotaccent;017C
-zdotbelow;1E93
-zecyrillic;0437
-zedescendercyrillic;0499
-zedieresiscyrillic;04DF
-zehiragana;305C
-zekatakana;30BC
-zero;0030
-zeroarabic;0660
-zerobengali;09E6
-zerodeva;0966
-zerogujarati;0AE6
-zerogurmukhi;0A66
-zerohackarabic;0660
-zeroinferior;2080
-zeromonospace;FF10
-zerooldstyle;F730
-zeropersian;06F0
-zerosuperior;2070
-zerothai;0E50
-zerowidthjoiner;FEFF
-zerowidthnonjoiner;200C
-zerowidthspace;200B
-zeta;03B6
-zhbopomofo;3113
-zhearmenian;056A
-zhebrevecyrillic;04C2
-zhecyrillic;0436
-zhedescendercyrillic;0497
-zhedieresiscyrillic;04DD
-zihiragana;3058
-zikatakana;30B8
-zinorhebrew;05AE
-zlinebelow;1E95
-zmonospace;FF5A
-zohiragana;305E
-zokatakana;30BE
-zparen;24B5
-zretroflexhook;0290
-zstroke;01B6
-zuhiragana;305A
-zukatakana;30BA
-#--end
diff --git a/src/glyphorder.txt b/src/glyphorder.txt
deleted file mode 100644
index 42a79a31d..000000000
--- a/src/glyphorder.txt
+++ /dev/null
@@ -1,2196 +0,0 @@
-.null
-.notdef
-space
-A
-Adieresis
-Atilde
-uni023A
-Lambda
-AE
-B
-uni0243
-Bhook
-C
-Chook
-uni023B
-Oopen
-D
-Dhook
-Dbar1
-Dzcaron_
-E
-uni0246
-Eturn
-F
-Fhook
-Fturn
-G
-Gbar
-Ghook
-H
-Hcedilla
-Hbar
-Enhookcyrillic
-Endescendercyrillic
-uni04C9
-Enghecyrillic
-uni01F6
-I
-Idieresis
-Idieresisacute
-Istroke
-Itildebelow
-J
-uni0248
-K
-Kabashkircyrillic
-Kadescendercyrillic
-Khook
-L
-L_slash
-L_bar
-M
-uni04CD
-N
-Nhook
-Eng
-afii10026
-uni048A
-uni0376
-O
-Odieresis
-Otilde
-Oslash
-Ohorn
-P
-uni048E
-Phook
-Q
-R
-response
-Rx
-uni024C
-S
-Germandbls
-T
-Thook
-Trthook
-uni023E
-U
-Uhorn
-uni0244
-V
-W
-X
-Hadescendercyrillic
-uni04FC
-Y
-Yhook
-uni024E
-Z
-uni0224
-Zbar
-uni2C7F
-OE
-a
-adieresis
-atilde
-a_uni02DE
-ae
-aturn
-b
-bbar
-btopbar
-bhook
-c
-uni023C
-chook
-ccurl
-d
-dcroat
-drthook
-dhook
-dtopbar
-uni0221
-dz
-dzcaron
-dzcurl
-dyogh
-e
-edieresis
-uni0247
-f
-slongstroke
-slongdotaccent
-feng
-g
-ghook
-gbar
-h
-hcedilla
-tshecyrillic
-djecyrillic
-hhook
-henghook
-hv
-hturn
-hturnlthook
-hturnhook2
-dotlessi
-uni0069.ccmp
-i
-idieresis
-idieresisacute
-itilde
-itildebelow
-ibar
-uni012F.ccmp
-dotlessj
-uni006A.ccmp
-jdotlessbar
-uni0249
-uni0249.ccmp
-j
-uni029D.ccmp
-jcrosstail
-k
-khook
-kturn
-l
-lslash
-lbar
-lmidtilde
-lrthook
-lbelt
-lcurl
-m
-mhook
-mturn
-mturndescend
-n
-ntilde
-nrthook
-eng
-ncurl
-nlfthook
-o
-odieresis
-otilde
-oslash
-ohorn
-fitacyrillic
-oe
-p
-uni048F
-phook
-q
-qhook
-qrthook
-Q_rthook
-r
-rrthook
-uni024D
-rturn
-rturnrthook
-rfishhookrev
-rfishhook
-rdescend
-s
-srthook
-uni023F
-germandbls
-t
-tpalatalhook
-trthook
-tcurl
-tccurl
-tturn
-u
-udieresis
-utilde
-uhorn
-mu
-ubar
-v
-vturn
-w
-wdieresis
-wturn
-x
-y
-ydieresis
-yhook
-uni024F
-yturn
-z
-zbar
-zhook
-uni0240
-zrthook
-zcurl
-Thorn
-Gamma
-Delta
-Theta
-Xi
-Pi
-Sigma
-Phi
-Psi
-Omega
-Gamma1
-afii10018
-afii10050
-uni04FA
-afii10021
-afii10024
-Zhedescendercyrillic
-afii10025
-Kacyr
-Kaverticalstrokecyrillic
-Kahookcyrillic
-afii10029
-uni04C5
-afii10147
-afii10145
-afii10037
-afii10038
-afii10040
-Tetsecyrillic
-afii10041
-Chedescendercyrillic
-Cheverticalstrokecyrillic
-Shhacyrillic
-afii10060
-afii10042
-afii10043
-afii10044
-afii10045
-afii10046
-afii10058
-afii10059
-afii10047
-afii10048
-afii10049
-Ghemiddlehookcyrillic
-Pemiddlehookcyrillic
-afii10053
-Haabkhasiancyrillic
-Cheabkhasiancyrillic
-Schwacyrillic
-Dzeabkhasiancyrillic
-afii10148
-afii10051
-eth
-thorn
-alpha
-beta
-gamma
-delta
-epsilon
-zeta
-eta
-theta
-iota
-lambda
-xi
-pi
-rho
-uni03FC
-sigma1
-sigma
-tau
-upsilon
-phi
-psi
-omega
-gamma1
-becyrillic
-vecyrillic
-gecyrillic
-gheupturncyrillic
-uni04FB
-decyrillic
-zhecyrillic
-zhedescendercyrillic
-zecyrillic
-iicyrillic
-uni048B
-kacyrillic
-kahookcyrillic
-kadescendercyrillic
-kaverticalstrokecyrillic
-kabashkircyrillic
-elcyrillic
-uni04C6
-uni052F
-emcyrillic
-uni04CE
-encyrillic
-endescendercyrillic
-enghecyrillic
-enhookcyrillic
-uni04CA
-pecyrillic
-tecyrillic
-efcyrillic
-uni04FD
-hadescendercyrillic
-tsecyrillic
-dzhecyrillic
-checyrillic
-chedescendercyrillic
-cheverticalstrokecyrillic
-shacyrillic
-shchacyrillic
-softsigncyrillic
-hardsigncyrillic
-yericyrillic
-uni048D
-yatcyrillic
-ljecyrillic
-njecyrillic
-ereversedcyrillic
-iucyrillic
-iacyrillic
-ghemiddlehookcyrillic
-pemiddlehookcyrillic
-ecyrillic
-haabkhasiancyrillic
-tetsecyrillic
-cheabkhasiancyrillic
-dzeabkhasiancyrillic
-izhitsacyrillic
-dollar
-cent
-yen
-sterling
-florin
-uni20BA
-uni20BD
-Euro
-uni20B9
-tenge
-peseta
-peso
-kip
-won
-lira
-austral
-hryvnia
-naira
-guarani
-coloncurrency
-cedi
-cruzeiro
-tugrik
-uni20AF
-mill
-afii57636
-manat
-rupee
-lari
-zero
-zero.slash
-zero.tnum
-zero.tnum.slash
-one
-one.1
-one.tnum
-one.tnum.1
-two
-two.tnum
-twostroke
-three
-three.tnum
-four
-four.1
-four.tnum
-four.tnum.1
-five
-five.tnum
-Tonefive
-six
-six.1
-six.tnum
-six.tnum.1
-seven
-seven.tnum
-eight
-eight.tnum
-nine
-nine.1
-nine.tnum
-nine.tnum.1
-ampersand
-exclam
-exclamdown
-question
-questiondown
-parenleft
-parenleft.case
-parenright
-parenright.case
-bracketleft
-bracketleft.case
-bracketleft_quill
-bracketright
-bracketright.case
-bracketright_quill
-braceleft
-braceleft.case
-braceright
-braceright.case
-at
-at.case
-numbersign
-currency
-slash
-bar
-brokenbar
-backslash
-hyphenbullet
-hyphen
-hyphen.case
-endash
-endash.case
-figuredash
-figuredash.case
-emdash
-emdash.case
-bullet
-bullet.case
-quoteleft
-quoteright
-primetripl1
-quotesingle
-quotedbl
-quotedblleft
-quotedblright
-quotedblbase
-quotesinglbase
-comma
-comma.tnum
-period
-period.tnum
-ellipsis
-twodotleader
-colon
-colon.case
-semicolon
-guilsinglleft
-guilsinglright
-guillemotleft
-guillemotright
-less
-greater
-lessequal
-greaterequal
-equal
-equal.case
-notequal
-notequal.case
-plus
-plus.case
-minus
-minus.case
-multiply
-multiply.case
-divide
-divide.case
-plusminus
-plusminus.case
-approxequal
-asciitilde
-logicalnot
-periodcentered
-anoteleia
-questiongreek
-underscore
-dagger
-daggerdbl
-asciicircum
-asterisk
-asterisk.case
-registered
-trademark
-servicemark
-degree
-ordfeminine
-ordmasculine
-isuperior
-nsuperior
-paragraph
-section
-copyright
-infinity
-partialdiff
-summation
-product
-integral
-radical
-lozenge
-fraction
-zerosub
-oneinferior
-twosub
-threesub
-foursub
-fivesub
-sixinferior
-sevensub
-eightsub
-nineinferior
-plussub
-minussub
-equalsub
-parenleftinferior
-parenrightsub
-zerosuperior
-onesuperior
-twosuperior
-threesuperior
-foursuperior
-fivesuperior
-sixsuperior
-sevensuperior
-eightsuperior
-ninesuperior
-plussuperior
-minussuperior
-equalsuperior
-parenleftsuperior
-parenrightsuperior
-onehalf
-onequarter
-threequarters
-percent
-perthousand
-numero
-acute
-hungarumlaut
-grave
-tonos
-dieresis
-circumflex
-tilde
-macron
-breve
-dotaccent
-ring
-caron
-dieresistonos
-cedilla
-ogonek
-commaaccent
-acutecomb
-acutedblnosp
-gravecomb
-dblgravecmb
-macroncomb
-dieresisnosp
-brevenosp
-breveinvnosp
-hook
-circumflexnosp
-caroncmb
-tildecomb
-dotnosp
-ringnosp
-hornnosp
-ogoneknosp
-cedillanosp
-circumflexsubnosp
-brevesubnosp
-dotbelow
-commabelowcmb
-dotdblsubnosp
-ringsubnosp
-underscorenosp
-tildesubnosp
-enquad
-emquad
-enspace
-emspace
-thirdemspace
-quarteremspace
-sixthemspace
-figurespace
-punctuationspace
-thinspace
-hairspace
-zerowidthspace
-arrowleft
-arrowleft.case
-arrowleftlong
-arrowleftlong.case
-arrowup
-arrowright
-arrowright.case
-arrowrightlong
-arrowrightlong.case
-arrowdown
-arrowNW
-arrowNE
-arrowSE
-arrowSW
-dngb_check
-dngb_ballotx
-triagrt
-triagdn
-triagup
-blackleftpointingtriangle
-uni2009.fra
-overscoredblnosp
-uni215A
-uni215F
-macronacutecomb
-crossbar
-acutedotcomb.lc
-tildedieresiscomb.lc
-underscoredbl
-uni2151
-uni2150
-uni2152
-uni2155
-romanone
-uni2157
-uni2156
-estimated
-degreecentigrade
-dieresisacutecomb.lc
-carondotcomb.lc
-aturn_uni02DE
-uni1FFD
-uni1FFE
-oopen
-Gsmallcaphook
-uni0346
-anglesupnosp
-ringacute
-uni1DD8
-uni1DD9
-uni1DD2
-uni1DD3
-uni1DD0
-uni1DD1
-circumflexgravecomb
-uni1DD4
-uni1DD5
-dieresiscaroncomb
-breveinvsubnosp
-commaturnsupnosp
-uni1DDB
-uni1DDC
-ringrighthalfsubnosp
-uni1DDF
-uni1DDD
-uni1DDE
-romanten
-degreefarenheit
-Upsilon2
-degreekelvin
-uni02AB
-uni02AC
-uni1FCD
-kappa1
-onethird
-uni2159
-uni2158
-uni214F
-uni214D
-OEsmallcap
-tackupsubnosp
-uni2DFF
-glottalstopbarinv
-seagullsubnosp
-uni02EC
-afii300
-caronnosp
-romanfour
-macrongravecomb
-uni03F5
-uni03F6
-longs
-tonebarextrahighmod
-one.sup
-dieresismacroncomb
-trianglebullet
-Ysmallcap
-uni03FB
-uni03FD
-uni03FE
-uni03FF
-iota1_uni02DE
-uni0373
-uni0372
-uni0371
-uni0370
-uni0377
-gravesubnosp
-seveneighths
-undertie
-barmidshortnosp
-glottalstoprevinv
-uni037C
-uni037B
-uni037D
-interrobang
-primemod
-uni213B
-erev
-cstretch
-Btopbar
-Koppa
-commaturnedmod
-commareversedmod
-ringhalfleft
-Rsmallcap
-five.frac
-Tonesix
-tavdages
-beta1
-uni204F
-uni204E
-uni204D
-uni204C
-uni204B
-uni204A
-jsuper
-epsilon1
-CR
-slashlongnosp
-exclam1
-Digamma
-candrabindunosp
-qofdagesh
-uni036A
-uni036B
-uni036C
-uni036D
-uni036E
-uni036F
-uni20B7
-uni20B6
-uni20B0
-uni20BB
-tildedoublecmb
-breveinverteddoublecmb
-uni0362
-uni0363
-uni0364
-uni0365
-uni0366
-uni0367
-uni0368
-uni0369
-tildemidnosp
-uni01F7
-glottalstopinv
-pertenthousand
-acutelowmod
-gravelowmod
-fourthtonechinese
-verticallinelowmod
-secondtonechinese
-romantwelve
-uni2183
-arrowheadupmod
-arrowheaddownmod
-arrowheadleftmod
-arrowheadrightmod
-glottalstopmod
-firsttonechinese
-five.sup
-uni021D
-uni0268.ccmp
-uni021C
-numeralgreeksub
-caronsubnosp
-uni205E
-uni205A
-uni205B
-uni205C
-schwahook
-uni0458.ccmp
-uni1E9D
-uni1E9F
-Dtopbar
-uni1EFE
-uni1EFD
-uni1EFF
-uni1EFA
-uni1EFC
-uni1EFB
-uni2058
-uni2059
-uni2054
-uni2055
-uni2056
-uni2057
-uni2050
-uni2051
-uni2052
-uni2053
-ascript_uni02DE
-tesh
-asterism
-philatin
-sixroman
-cyrillichookleft
-uni03D8
-uni03D9
-Upsilonhooksymbol
-thetasymbolgreek
-thook
-uni03D7
-uni27EF
-finaltsadi
-glottalstop
-uni0359
-uni0358
-epsilon1revclosed
-uni0355
-uni0354
-uni0357
-uni0356
-uni0351
-uni0350
-uni0353
-uni0352
-glottalstopreversedmod
-cadauna
-uni035E
-uni0220
-uni0223
-uni035F
-uni035C
-uni035B
-digamma
-koppa
-ringhalfrightcentered
-colontriangularhalfmod
-colontriangularmod
-minusmod
-plusmod
-downtackmod
-linevertnosp
-eshlooprev
-verticalbardbl
-romaneleven
-Iota1
-uniA69F
-lsquare
-carondotcomb
-rhotichookmod
-uni1DD6
-uni1DD7
-oneeighth
-linevertsubnosp
-mcapturn
-uni205D
-spaceopenbox
-shindagesh
-uni034B
-uni034C
-uni034A
-uni034F
-uni034D
-uni034E
-uni0348
-uni0349
-reverseddblprime
-perispomenigreekcmb
-koroniscmb
-uni0347
-uni0238
-uni0239
-tackdownsubnosp
-uni02EA
-uni02EB
-uni2071.ccmp
-uni02ED
-uni02EF
-glottalstopreversedsuperior
-six.sup
-tonebarhighmod
-tonebarmidmod
-tonebarlowmod
-tonebarextralowmod
-afii61664
-uni1DC6
-uni1DC4
-babygamma
-Vcursive
-careof
-phi1
-breveacutecomb
-wynn
-referencemark
-overscorenosp
-commaaboverightcomb
-versicle
-hyphen__
-diaeresistonosnosp
-stigma
-afii57596
-afii57598
-uni2B4E
-uni2B4F
-rturnascend
-romanfivehundred
-caret
-caretinsertionpoint
-bridgesubnosp
-uni0242
-uni0241
-uni0245
-accountof
-uni02F9
-uni02F8
-uni02F5
-uni02F4
-uni02F7
-uni02F6
-uni02F1
-uni02F0
-uni02F3
-uni02F2
-dotmacroncomb.lc
-fiveeighths
-uni02FE
-uni02FD
-uni02FF
-uni02FA
-uni02FC
-uni02FB
-angstrom
-macrongravecomb.lc
-macronsubnosp
-ringlefthalfsubnosp
-Lsmallcap
-squaresubnosp
-Schwa
-uni2B5B
-uni2B5C
-uni2B5A
-uni2B5F
-uni2B5D
-uni2B5E
-three.sup
-oi
-Tonetwo
-two.sup
-o_uni02DE
-finalmem
-Gsmallcap
-Esh
-zero.sup
-acutedotcomb
-dieresismacroncomb.lc
-brevegravecomb
-circumflexacutecomb
-Rsmallcapinv
-zerowidthjoiner
-placeofinterestsign
-ts
-tonesix
-twothirds
-uni1F16B
-pisymbolgreek
-uni1F16A
-dieresisgravecomb.lc
-tonefive
-tildedieresiscomb
-tel
-commasuprevnosp
-hyphennobreak
-archdblsubnosp
-hsuper
-deltaturn
-published
-wsuper
-macronacutecomb.lc
-oopen_uni02DE
-four.frac
-onedotleader
-plussubnosp
-largerighthook
-romanthree
-uni1DCF
-uni1DCE
-uni1DCD
-uni1DCC
-uni1DCB
-uni1DCA
-tildemacroncomb.lc
-iota1
-uni1DC9
-uni1DC8
-uni1DC7
-uni1DC5
-uni1DC3
-uni1DC2
-uni1DC1
-uni1DC0
-uniFE28
-hooksubretronosp
-circumflexhookcomb
-primerev1
-macrondieresiscomb.lc
-romannine
-epsilonclosed
-uni1FBD
-omegacyrillic
-Omegacyrillic
-yuslittlecyrillic
-Yuslittlecyrillic
-eiotifiedcyrillic
-Eiotifiedcyrillic
-yuslittleiotifiedcyrillic
-Yuslittleiotifiedcyrillic
-four.sup
-hhooksuper
-Yusbigiotifiedcyrillic
-yusbigcyrillic
-Yusbigcyrillic
-ksicyrillic
-Ksicyrillic
-yusbigiotifiedcyrillic
-brevetildecomb
-tildeacutecomb.lc
-nine.frac
-uni0456.ccmp
-romanthousand
-macronsub
-bullseye
-dasiaoxia
-dieresiscaroncomb.lc
-ascriptturn
-uni1DBF
-glottalstopbarrev
-cyrillichook
-ezh
-ezhcurl
-uni1DE9
-nine.sup
-numeralgreek
-Omegaroundcyrillic
-omegaroundcyrillic
-Omegatitlocyrillic
-omegatitlocyrillic
-Otcyrillic
-otcyrillic
-gcursive
-uni035D
-uni035A
-quotedblreversed
-Rturnsuper
-uni1FCE
-uni1FCF
-upsilonlatin
-uni1FC1
-uni1FC0
-dieresisacutecomb
-ringhalfleftcentered
-omegaclosed
-uni1DE2
-OI
-xsupnosp
-ascriptturn_uni02DE
-sampi
-epsilon1revclosed_uni02DE
-eshshortrev
-ounce
-vscript
-acuterightnosp
-barmidlongnosp
-tildevertsupnosp
-dotmacroncomb
-linevertdblnosp
-uni03F3.ccmp
-macrondieresiscomb
-jhookdblbar
-six.frac
-seven.frac
-overline
-ascript
-seven.sup
-threeeighths
-uni03CF
-uni20DC
-uni20DB
-romansix
-uni1FBF
-uni1FBE
-romaneight
-zero.frac
-charactertie
-Stigma
-epsilon1rev
-Epsilon1
-iotasubnosp
-dieresisgravecomb
-tildemacroncomb
-pipedblbar
-YR
-kgreenlandic
-uni2182
-uni2180
-uni2181
-uni2186
-uni2187
-uni2184
-uni2185
-uni2188
-uni0222
-romanseven
-romanhundred
-uni1FEE
-uni1FED
-graveleftnosp
-uniA7FF
-uni2189
-xsuper
-tackleftsubnosp
-eurocurrency
-uni20E8
-rho1
-uni20E3
-dblapostrophe
-glottalstopbar
-minussubnosp
-rturnsuper
-linevert
-addresssubject
-eight.frac
-primetriplerev1
-uni217F
-uni217E
-uni217D
-uni217C
-twelveroman
-elevenroman
-lambdabar
-pipe
-tenroman
-nineroman
-eightroman
-sevenroman
-fiveroman
-fourroman
-threeroman
-tworoman
-oneroman
-circumflextildecomb
-underscoredblnosp
-ysuper
-tackrightsubnosp
-rsuper
-Sampi
-schwa
-uni1DDA
-koppacyrillic
-Koppacyrillic
-titlocyrilliccmb
-thousandcyrillic
-dasiapneumatacyrilliccmb
-palatalizationcyrilliccmb
-uni0487
-psilipneumatacyrilliccmb
-uni0489
-uni0488
-uni20F0
-eshcurl
-quotereversed
-romanfive
-tonetwo
-uni1FDD
-uni1FDE
-uni1FDF
-slashshortnosp
-ezhtail
-uni1DF0
-uni1DF1
-uni1DF2
-uni1DF3
-uni1DF4
-uni1DF5
-caronbelowcmb
-acutesubnosp
-romantwo
-eight.sup
-finalkaf
-uni1DFC
-uni1DFD
-uni1DFE
-uni1DFF
-uni1FEF
-dblprimemod
-Ezhreversed
-ezhreversed
-Ezh
-romanfifty
-ringhalfright
-Ismallcap
-uptackmod
-hyphendot
-uniFE29
-epsilon1revhook
-uniFE20
-uniFE21
-uniFE22
-uniFE23
-uniFE24
-uniFE25
-uniFE26
-uniFE27
-lyogh
-uniFE2A
-uniFE2B
-uniFE2C
-uniFE2D
-brevehookcomb
-gammasuper
-Nsmallcap
-uni2098
-uni2099
-uni2090
-uni2091
-uni2092
-uni2093
-uni2094
-uni2095
-uni2096
-uni2097
-uni02B2.ccmp
-bridgeinvsubnosp
-uni209A
-uni209B
-uni209C
-commaaccentrotate
-esh
-cyrillictic
-uni1DEE
-uni1DED
-uni1DEF
-uni1DEA
-uni1DEC
-uni1DEB
-pipedbl
-controlHT
-uni1DE8
-uni1DE5
-uni1DE4
-uni1DE7
-uni1DE6
-uni1DE1
-uni1DE0
-uni1DE3
-controlSOT
-uniA92E
-commaabovecmb
-commaaboverightcmb
-hooksubpalatnosp
-ezhcaron
-Ezhcaron
-tildeacutecomb
-uniE001
-circleblack
-circlewhite
-diamondblack
-diamondblack_x
-diamondwhite
-diamondwhite_x
-cyrillicbreve
-nbspace
-Dcroat
-Eth
-hbar
-Tbar
-tbar
-Agrave
-Aacute
-Acircumflex
-Aring
-Aringacute
-Ccedilla
-Egrave
-Eacute
-Ecircumflex
-Edieresis
-Igrave
-Iacute
-Icircumflex
-Ntilde
-Ograve
-Oacute
-Ocircumflex
-Ugrave
-Uacute
-Ucircumflex
-Udieresis
-Yacute
-agrave
-aacute
-acircumflex
-aring
-aringacute
-ccedilla
-egrave
-eacute
-ecircumflex
-igrave
-iacute
-icircumflex
-ograve
-oacute
-ocircumflex
-ugrave
-uacute
-ucircumflex
-yacute
-Amacron
-amacron
-Abreve
-abreve
-Aogonek
-aogonek
-Cacute
-cacute
-Ccircumflex
-ccircumflex
-Ccaron
-ccaron
-Dcaron
-dcaron
-Emacron
-emacron
-Ebreve
-ebreve
-Edotaccent
-edotaccent
-Eogonek
-eogonek
-Ecaron
-ecaron
-Gcircumflex
-gcircumflex
-Gbreve
-gbreve
-Gcommaaccent
-gcommaaccent
-Hcircumflex
-hcircumflex
-Itilde
-Imacron
-imacron
-Ibreve
-ibreve
-Iogonek
-iogonek
-Idotaccent
-IJ
-ij
-Jcircumflex
-jcircumflex
-Kcommaaccent
-kcommaaccent
-Lacute
-lacute
-Lcommaaccent
-lcommaaccent
-Lcaron
-lcaron
-Ldot
-ldot
-Nacute
-nacute
-Ncommaaccent
-ncommaaccent
-Ncaron
-ncaron
-napostrophe
-Omacron
-omacron
-Obreve
-obreve
-Ohungarumlaut
-ohungarumlaut
-Racute
-racute
-Rcommaaccent
-rcommaaccent
-Rcaron
-rcaron
-Sacute
-sacute
-Scircumflex
-scircumflex
-Scedilla
-scedilla
-Scaron
-scaron
-uni021A
-uni021B
-Tcaron
-tcaron
-Utilde
-Umacron
-umacron
-Ubreve
-ubreve
-Uring
-uring
-Uhungarumlaut
-uhungarumlaut
-Uogonek
-uogonek
-Wcircumflex
-wcircumflex
-Ycircumflex
-ycircumflex
-Ydieresis
-Zacute
-zacute
-Zdotaccent
-zdotaccent
-Zcaron
-zcaron
-AEacute
-aeacute
-Oslashacute
-oslashacute
-Alphatonos
-Epsilontonos
-Etatonos
-Iotatonos
-Omicrontonos
-Upsilontonos
-Omegatonos
-iotadieresistonos
-Alpha
-Beta
-Epsilon
-Zeta
-Eta
-Iota
-Kappa
-Mu
-Nu
-Omicron
-Rho
-Tau
-Upsilon
-Chi
-Iotadieresis
-Upsilondieresis
-alphatonos
-epsilontonos
-etatonos
-iotatonos
-upsilondieresistonos
-kappa
-omicron
-nu
-iotadieresis
-upsilondieresis
-omicrontonos
-upsilontonos
-omegatonos
-Wgrave
-wgrave
-Wacute
-wacute
-Wdieresis
-Ygrave
-ygrave
-minute
-second
-exclamdbl
-uni0400
-uni040D
-uni0450
-uni045D
-uni04CF
-Obar
-uni04EC
-uni04ED
-uni04F6
-uni04F7
-uni048C
-uni04FE
-uni04FF
-franc
-LJ
-Lj
-lj
-NJ
-Nj
-nj
-Acaron
-acaron
-Icaron
-icaron
-Ocaron
-ocaron
-Ucaron
-ucaron
-eturn
-AEmacron
-aemacron
-Gcaron
-gcaron
-Kcaron
-kcaron
-Oogonek
-oogonek
-Gacute
-gacute
-uni01F8
-uni01F9
-uni021E
-uni021F
-uni0226
-uni0227
-uni0228
-uni0229
-uni022A
-uni022B
-uni022C
-uni022D
-uni022E
-uni022F
-uni0230
-uni0231
-uni0232
-uni0233
-obar
-uni0299
-uni029C
-uni037F
-uni03F4
-uni03F7
-uni03F8
-uni03F9
-uni03FA
-uni1F00
-uni1F01
-uni1F02
-uni1F03
-uni1F04
-uni1F05
-uni1F06
-uni1F07
-uni1F08
-uni1F09
-uni1F0A
-uni1F0B
-uni1F0C
-uni1F0D
-uni1F0E
-uni1F0F
-uni1F10
-uni1F11
-uni1F12
-uni1F13
-uni1F14
-uni1F15
-uni1F18
-uni1F19
-uni1F1A
-uni1F1B
-uni1F1C
-uni1F1D
-uni1F20
-uni1F21
-uni1F22
-uni1F23
-uni1F24
-uni1F25
-uni1F26
-uni1F27
-uni1F28
-uni1F29
-uni1F2A
-uni1F2B
-uni1F2C
-uni1F2D
-uni1F2E
-uni1F2F
-uni1F30
-uni1F31
-uni1F32
-uni1F33
-uni1F34
-uni1F35
-uni1F36
-uni1F37
-uni1F38
-uni1F39
-uni1F3A
-uni1F3B
-uni1F3C
-uni1F3D
-uni1F3E
-uni1F3F
-uni1F40
-uni1F41
-uni1F42
-uni1F43
-uni1F44
-uni1F45
-uni1F48
-uni1F49
-uni1F4A
-uni1F4B
-uni1F4C
-uni1F4D
-uni1F50
-uni1F51
-uni1F52
-uni1F53
-uni1F54
-uni1F55
-uni1F56
-uni1F57
-uni1F59
-uni1F5B
-uni1F5D
-uni1F5F
-uni1F60
-uni1F61
-uni1F62
-uni1F63
-uni1F64
-uni1F65
-uni1F66
-uni1F67
-uni1F68
-uni1F69
-uni1F6A
-uni1F6B
-uni1F6C
-uni1F6D
-uni1F6E
-uni1F6F
-uni1F70
-uni1F71
-uni1F72
-uni1F73
-uni1F74
-uni1F75
-uni1F76
-uni1F77
-uni1F78
-uni1F79
-uni1F7A
-uni1F7B
-uni1F7C
-uni1F7D
-uni1F80
-uni1F81
-uni1F82
-uni1F83
-uni1F84
-uni1F85
-uni1F86
-uni1F87
-uni1F88
-uni1F89
-uni1F8A
-uni1F8B
-uni1F8C
-uni1F8D
-uni1F8E
-uni1F8F
-uni1F90
-uni1F91
-uni1F92
-uni1F93
-uni1F94
-uni1F95
-uni1F96
-uni1F97
-uni1F98
-uni1F99
-uni1F9A
-uni1F9B
-uni1F9C
-uni1F9D
-uni1F9E
-uni1F9F
-uni1FA0
-uni1FA1
-uni1FA2
-uni1FA3
-uni1FA4
-uni1FA5
-uni1FA6
-uni1FA7
-uni1FA8
-uni1FA9
-uni1FAA
-uni1FAB
-uni1FAC
-uni1FAD
-uni1FAE
-uni1FAF
-uni1FB0
-uni1FB1
-uni1FB2
-uni1FB3
-uni1FB4
-uni1FB6
-uni1FB7
-uni1FB8
-uni1FB9
-uni1FBA
-uni1FBB
-uni1FBC
-uni1FC2
-uni1FC3
-uni1FC4
-uni1FC6
-uni1FC7
-uni1FC8
-uni1FC9
-uni1FCA
-uni1FCB
-uni1FCC
-uni1FD0
-uni1FD1
-uni1FD2
-uni1FD3
-uni1FD6
-uni1FD7
-uni1FD8
-uni1FD9
-uni1FDA
-uni1FDB
-uni1FE0
-uni1FE1
-uni1FE2
-uni1FE3
-uni1FE4
-uni1FE5
-uni1FE6
-uni1FE7
-uni1FE8
-uni1FE9
-uni1FEA
-uni1FEB
-uni1FEC
-uni1FF2
-uni1FF3
-uni1FF4
-uni1FF6
-uni1FF7
-uni1FF8
-uni1FF9
-uni1FFA
-uni1FFB
-uni1FFC
-uni202F
-uni2047
-uni2048
-uni2049
-uni205F
-Aogonek.NAV
-aogonek.NAV
-Eogonek.NAV
-eogonek.NAV
-Oogonek.NAV
-oogonek.NAV
-uni1E2D.ccmp
-uni1ECB.ccmp
-softhyphen
-Cdotaccent
-cdotaccent
-Gdotaccent
-gdotaccent
-Scommaaccent
-scommaaccent
-Tcommaaccent
-tcommaaccent
-mugreek
-afii10023
-afii10052
-afii10054
-afii10055
-afii10056
-afii10057
-afii10061
-afii10062
-afii10017
-afii10019
-afii10020
-afii10022
-afii10027
-afii10030
-afii10031
-afii10032
-afii10033
-afii10034
-afii10035
-afii10036
-afii10039
-afii10065
-iecyrillic
-iishortcyrillic
-ocyrillic
-ercyrillic
-escyrillic
-ucyrillic
-khacyrillic
-iocyrillic
-gjecyrillic
-dzecyrillic
-icyrillic
-yicyrillic
-jecyrillic
-kjecyrillic
-ushortcyrillic
-jcaron
-apostrophemod
-Macute
-macute
-Aringbelow
-aringbelow
-Psicyrillic
-psicyrillic
-Izhitsadblgravecyrillic
-izhitsadblgravecyrillic
-ukcyrillic
-Ukcyrillic
-Zedescendercyrillic
-zedescendercyrillic
-Esdescendercyrillic
-esdescendercyrillic
-Ustraightcyrillic
-ustraightcyrillic
-palochkacyrillic
-Zhebrevecyrillic
-zhebrevecyrillic
-Abrevecyrillic
-abrevecyrillic
-Adieresiscyrillic
-adieresiscyrillic
-Aiecyrillic
-aiecyrillic
-Iebrevecyrillic
-iebrevecyrillic
-Schwadieresiscyrillic
-schwacyrillic
-schwadieresiscyrillic
-Zhedieresiscyrillic
-zhedieresiscyrillic
-Zedieresiscyrillic
-zedieresiscyrillic
-Imacroncyrillic
-imacroncyrillic
-Idieresiscyrillic
-idieresiscyrillic
-Odieresiscyrillic
-odieresiscyrillic
-Obarredcyrillic
-obarredcyrillic
-Obarreddieresiscyrillic
-obarreddieresiscyrillic
-Umacroncyrillic
-umacroncyrillic
-Udieresiscyrillic
-udieresiscyrillic
-Uhungarumlautcyrillic
-uhungarumlautcyrillic
-Chedieresiscyrillic
-chedieresiscyrillic
-Yerudieresiscyrillic
-yerudieresiscyrillic
-Adotbelow
-adotbelow
-Ahookabove
-ahookabove
-Acircumflexacute
-acircumflexacute
-Acircumflexgrave
-acircumflexgrave
-Acircumflexhookabove
-acircumflexhookabove
-Acircumflextilde
-acircumflextilde
-Acircumflexdotbelow
-acircumflexdotbelow
-Abreveacute
-abreveacute
-Abrevegrave
-abrevegrave
-Abrevehookabove
-abrevehookabove
-Abrevetilde
-abrevetilde
-Abrevedotbelow
-abrevedotbelow
-Edotbelow
-edotbelow
-Ehookabove
-ehookabove
-Etilde
-etilde
-Ecircumflexacute
-ecircumflexacute
-Ecircumflexgrave
-ecircumflexgrave
-Ecircumflexhookabove
-ecircumflexhookabove
-Ecircumflextilde
-ecircumflextilde
-Ecircumflexdotbelow
-ecircumflexdotbelow
-Ihookabove
-ihookabove
-Idotbelow
-idotbelow
-Odotbelow
-odotbelow
-Ohookabove
-ohookabove
-Ocircumflexacute
-ocircumflexacute
-Ocircumflexgrave
-ocircumflexgrave
-Ocircumflexhookabove
-ocircumflexhookabove
-Ocircumflextilde
-ocircumflextilde
-Ocircumflexdotbelow
-ocircumflexdotbelow
-Ohornacute
-ohornacute
-Ohorngrave
-ohorngrave
-Ohornhookabove
-ohornhookabove
-Ohorntilde
-ohorntilde
-Ohorndotbelow
-ohorndotbelow
-Udotbelow
-udotbelow
-Uhookabove
-uhookabove
-Uhornacute
-uhornacute
-Uhorngrave
-uhorngrave
-Uhornhookabove
-uhornhookabove
-Uhorntilde
-uhorntilde
-Uhorndotbelow
-uhorndotbelow
-Ydotbelow
-ydotbelow
-Yhookabove
-yhookabove
-Ytilde
-ytilde
-dong
-Tedescendercyrillic
-tedescendercyrillic
-Chekhakassiancyrillic
-chekhakassiancyrillic
-Chedescenderabkhasiancyrillic
-chedescenderabkhasiancyrillic
-shhacyrillic
-afii10146
-Ghestrokecyrillic
-ghestrokecyrillic
-Ustraightstrokecyrillic
-ustraightstrokecyrillic
-horizontalbar
-ypogegrammeni
-nlegrightlong
-Udieresismacron
-udieresismacron
-Udieresisacute
-udieresisacute
-Udieresiscaron
-udieresiscaron
-Udieresisgrave
-udieresisgrave
-Adieresismacron
-adieresismacron
-Adotmacron
-adotmacron
-Oogonekmacron
-oogonekmacron
-DZ
-Dz
-Adblgrave
-adblgrave
-Ainvertedbreve
-ainvertedbreve
-Edblgrave
-edblgrave
-Einvertedbreve
-einvertedbreve
-Idblgrave
-idblgrave
-Iinvertedbreve
-iinvertedbreve
-Odblgrave
-odblgrave
-Oinvertedbreve
-oinvertedbreve
-Rdblgrave
-rdblgrave
-Rinvertedbreve
-rinvertedbreve
-Udblgrave
-udblgrave
-Uinvertedbreve
-uinvertedbreve
-Upsilonacutehooksymbolgreek
-Upsilondieresishooksymbolgreek
-sigmalunatesymbolgreek
-yotgreek
-Bdotaccent
-bdotaccent
-Bdotbelow
-bdotbelow
-Blinebelow
-blinebelow
-Ccedillaacute
-ccedillaacute
-Ddotaccent
-ddotaccent
-Ddotbelow
-ddotbelow
-Dlinebelow
-dlinebelow
-Dcedilla
-dcedilla
-Dcircumflexbelow
-dcircumflexbelow
-Emacrongrave
-emacrongrave
-Emacronacute
-emacronacute
-Ecircumflexbelow
-ecircumflexbelow
-Etildebelow
-etildebelow
-Ecedillabreve
-ecedillabreve
-Fdotaccent
-fdotaccent
-Gmacron
-gmacron
-Hdotaccent
-hdotaccent
-Hdotbelow
-hdotbelow
-Hdieresis
-hdieresis
-Hbrevebelow
-hbrevebelow
-Kacute
-kacute
-Kdotbelow
-kdotbelow
-Klinebelow
-klinebelow
-Ldotbelow
-ldotbelow
-Ldotbelowmacron
-ldotbelowmacron
-Llinebelow
-llinebelow
-Lcircumflexbelow
-lcircumflexbelow
-Mdotaccent
-mdotaccent
-Mdotbelow
-mdotbelow
-Ndotaccent
-ndotaccent
-Ndotbelow
-ndotbelow
-Nlinebelow
-nlinebelow
-Ncircumflexbelow
-ncircumflexbelow
-Otildeacute
-otildeacute
-Otildedieresis
-otildedieresis
-Omacrongrave
-omacrongrave
-Omacronacute
-omacronacute
-Pacute
-pacute
-Pdotaccent
-pdotaccent
-Rdotaccent
-rdotaccent
-Rdotbelow
-rdotbelow
-Rdotbelowmacron
-rdotbelowmacron
-Rlinebelow
-rlinebelow
-Sdotaccent
-sdotaccent
-Sdotbelow
-sdotbelow
-Sacutedotaccent
-sacutedotaccent
-Scarondotaccent
-scarondotaccent
-Sdotbelowdotaccent
-sdotbelowdotaccent
-Tdotaccent
-tdotaccent
-Tdotbelow
-tdotbelow
-Tlinebelow
-tlinebelow
-Tcircumflexbelow
-tcircumflexbelow
-Udieresisbelow
-udieresisbelow
-Utildebelow
-utildebelow
-Ucircumflexbelow
-ucircumflexbelow
-Utildeacute
-utildeacute
-Umacrondieresis
-umacrondieresis
-Vtilde
-vtilde
-Vdotbelow
-vdotbelow
-Wdotaccent
-wdotaccent
-Wdotbelow
-wdotbelow
-Xdotaccent
-xdotaccent
-Xdieresis
-xdieresis
-Ydotaccent
-ydotaccent
-Zcircumflex
-zcircumflex
-Zdotbelow
-zdotbelow
-Zlinebelow
-zlinebelow
-hlinebelow
-tdieresis
-wring
-yring
-arighthalfring
diff --git a/version.txt b/version.txt
new file mode 100644
index 000000000..5154b3f68
--- /dev/null
+++ b/version.txt
@@ -0,0 +1 @@
+2.6